diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 7865da5901b3..51288f38feb1 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -1,4 +1,4 @@ -// Generated by dart2js (NullSafetyMode.unsound, trust primitives, omit checks, lax runtime type, csp), the Dart to JavaScript compiler version: 2.17.5. +// Generated by dart2js (NullSafetyMode.unsound, trust primitives, omit checks, lax runtime type, deferred-serialization, csp), the Dart to JavaScript compiler version: 2.18.0. // The code supports the following hooks: // dartPrint(message): // if this function is defined it is called instead of the Dart [print] @@ -260,46 +260,128 @@ return B.BrowserEngine_6; }, detectOperatingSystem() { - var userAgent, maxTouchPoints, - t1 = window.navigator.platform; + var platform, userAgent, maxTouchPoints, + t1 = self.window; + t1 = t1.navigator.platform; t1.toString; - userAgent = window.navigator.userAgent; - if (B.JSString_methods.startsWith$1(t1, "Mac")) { - maxTouchPoints = window.navigator.maxTouchPoints; + platform = t1; + t1 = self.window; + userAgent = t1.navigator.userAgent; + if (J.startsWith$1$s(platform, "Mac")) { + t1 = self.window; + maxTouchPoints = t1.navigator.maxTouchPoints; if ((maxTouchPoints == null ? 0 : maxTouchPoints) > 2) return B.OperatingSystem_0; return B.OperatingSystem_4; - } else if (B.JSString_methods.contains$1(t1.toLowerCase(), "iphone") || B.JSString_methods.contains$1(t1.toLowerCase(), "ipad") || B.JSString_methods.contains$1(t1.toLowerCase(), "ipod")) + } else if (B.JSString_methods.contains$1(platform.toLowerCase(), "iphone") || B.JSString_methods.contains$1(platform.toLowerCase(), "ipad") || B.JSString_methods.contains$1(platform.toLowerCase(), "ipod")) return B.OperatingSystem_0; else if (J.contains$1$asx(userAgent, "Android")) return B.OperatingSystem_1; - else if (B.JSString_methods.startsWith$1(t1, "Linux")) + else if (B.JSString_methods.startsWith$1(platform, "Linux")) return B.OperatingSystem_2; - else if (B.JSString_methods.startsWith$1(t1, "Win")) + else if (B.JSString_methods.startsWith$1(platform, "Win")) return B.OperatingSystem_3; else return B.OperatingSystem_5; }, isIOS15() { var t1 = $.$get$_operatingSystem(); - return t1 === B.OperatingSystem_0 && J.contains$1$asx(window.navigator.userAgent, "OS 15_"); + return t1 === B.OperatingSystem_0 && J.contains$1$asx(self.window.navigator.userAgent, "OS 15_"); }, _detectWebGLVersion() { var t1, - canvas = A.CanvasElement_CanvasElement(1, 1); - if (B.CanvasElement_methods.getContext$1(canvas, "webgl2") != null) { + canvas = A.createDomCanvasElement(1, 1); + if (A.DomCanvasElementExtension_getContext(canvas, "webgl2", null) != null) { t1 = $.$get$_operatingSystem(); if (t1 === B.OperatingSystem_0) return 1; return 2; } - if (B.CanvasElement_methods.getContext$1(canvas, "webgl") != null) + if (A.DomCanvasElementExtension_getContext(canvas, "webgl", null) != null) return 1; return -1; }, canvasKit() { return $.__canvasKit._readField$0(); }, + CanvasKitExtension_get_BlendMode(_this) { + return _this.BlendMode; + }, + CanvasKitExtension_get_PaintStyle(_this) { + return _this.PaintStyle; + }, + CanvasKitExtension_get_StrokeCap(_this) { + return _this.StrokeCap; + }, + CanvasKitExtension_get_StrokeJoin(_this) { + return _this.StrokeJoin; + }, + CanvasKitExtension_get_BlurStyle(_this) { + return _this.BlurStyle; + }, + CanvasKitExtension_get_TileMode(_this) { + return _this.TileMode; + }, + CanvasKitExtension_get_FilterMode(_this) { + return _this.FilterMode; + }, + CanvasKitExtension_get_MipmapMode(_this) { + return _this.MipmapMode; + }, + CanvasKitExtension_get_FillType(_this) { + return _this.FillType; + }, + CanvasKitExtension_get_ClipOp(_this) { + return _this.ClipOp; + }, + CanvasKitExtension_get_RectHeightStyle(_this) { + return _this.RectHeightStyle; + }, + CanvasKitExtension_get_RectWidthStyle(_this) { + return _this.RectWidthStyle; + }, + CanvasKitExtension_get_TextAlign(_this) { + return _this.TextAlign; + }, + CanvasKitExtension_get_TextHeightBehavior(_this) { + return _this.TextHeightBehavior; + }, + CanvasKitExtension_get_TextDirection(_this) { + return _this.TextDirection; + }, + CanvasKitExtension_get_FontWeight(_this) { + return _this.FontWeight; + }, + CanvasKitExtension_get_FontSlant(_this) { + return _this.FontSlant; + }, + CanvasKitExtension_get_DecorationStyle(_this) { + return _this.DecorationStyle; + }, + CanvasKitExtension_get_TextBaseline(_this) { + return _this.TextBaseline; + }, + CanvasKitExtension_get_PlaceholderAlignment(_this) { + return _this.PlaceholderAlignment; + }, + SkClipOpEnumExtension_get_Intersect(_this) { + return _this.Intersect; + }, + SkFilterModeEnumExtension_get_Nearest(_this) { + return _this.Nearest; + }, + SkFilterModeEnumExtension_get_Linear(_this) { + return _this.Linear; + }, + SkMipmapModeEnumExtension_get_None(_this) { + return _this.None; + }, + SkMipmapModeEnumExtension_get_Linear(_this) { + return _this.Linear; + }, + SkPaintExtension_setColorInt(_this, color) { + return _this.setColorInt(color); + }, toSkM44FromFloat32(matrix4) { var r, t1, c, skM44 = new Float32Array(16); @@ -353,14 +435,14 @@ return self.window.flutterCanvasKit.Malloc(self.Float32Array, size); }, _populateSkColor(skColor, color) { - var array = J.toTypedArray$0$x(skColor), - t1 = color.value, - t2 = J.getInterceptor$ax(array); - t2.$indexSet(array, 0, (t1 >>> 16 & 255) / 255); - t2.$indexSet(array, 1, (t1 >>> 8 & 255) / 255); - t2.$indexSet(array, 2, (t1 & 255) / 255); - t2.$indexSet(array, 3, (t1 >>> 24 & 255) / 255); - return array; + var t1 = skColor.toTypedArray(), + t2 = color.value, + t3 = J.getInterceptor$ax(t1); + t3.$indexSet(t1, 0, (t2 >>> 16 & 255) / 255); + t3.$indexSet(t1, 1, (t2 >>> 8 & 255) / 255); + t3.$indexSet(t1, 2, (t2 & 255) / 255); + t3.$indexSet(t1, 3, (t2 >>> 24 & 255) / 255); + return t1; }, toSkRect(rect) { var skRect = new Float32Array(4); @@ -391,14 +473,14 @@ return skRRect; }, toMallocedSkPoints(points) { - var t2, i, t3, + var t3, i, t4, len = points.length, t1 = self.window.flutterCanvasKit.Malloc(self.Float32Array, len * 2), - list = J.toTypedArray$0$x(t1); - for (t2 = J.getInterceptor$ax(list), i = 0; i < len; ++i) { - t3 = 2 * i; - t2.$indexSet(list, t3, points[i]._dx); - t2.$indexSet(list, t3 + 1, points[i]._dy); + t2 = t1.toTypedArray(); + for (t3 = J.getInterceptor$ax(t2), i = 0; i < len; ++i) { + t4 = 2 * i; + t3.$indexSet(t2, t4, points[i]._dx); + t3.$indexSet(t2, t4 + 1, points[i]._dy); } return t1; }, @@ -429,7 +511,7 @@ return new A.SkFontFeature(); }, ProductionCollector$() { - var t1 = new A.ProductionCollector(A._setArrayType([], type$.JSArray_SkDeletable)); + var t1 = new A.ProductionCollector(A._setArrayType([], type$.JSArray_JavaScriptObject)); t1.ProductionCollector$0(); return t1; }, @@ -441,7 +523,7 @@ objectConstructor.callMethod$2(_s14_, [t1, "exports", A.JsObject_JsObject$jsify(A.LinkedHashMap_LinkedHashMap$_literal(["get", A.allowInterop(new A.patchCanvasKitModule_closure(canvasKitScript, objectConstructor)), "set", A.allowInterop(new A.patchCanvasKitModule_closure0()), "configurable", true], type$.String, type$.dynamic))]); if (t1.$index(0, "module") == null) objectConstructor.callMethod$2(_s14_, [t1, "module", A.JsObject_JsObject$jsify(A.LinkedHashMap_LinkedHashMap$_literal(["get", A.allowInterop(new A.patchCanvasKitModule_closure1(canvasKitScript, objectConstructor)), "set", A.allowInterop(new A.patchCanvasKitModule_closure2()), "configurable", true], type$.String, type$.dynamic))]); - document.head.appendChild(canvasKitScript); + self.document.head.appendChild(canvasKitScript); }, ManagedSkColorFilter$(ckColorFilter) { var t1 = new A.ManagedSkColorFilter(ckColorFilter); @@ -452,33 +534,30 @@ var _null = null; return new A.Mutator(B.MutatorType_3, _null, _null, _null, matrix, _null); }, + EmbedderFrameContext$() { + var t1 = type$.JSArray_CkPictureRecorder; + return new A.EmbedderFrameContext(A._setArrayType([], t1), A._setArrayType([], t1)); + }, diffViewList(active, next) { - var index, i, t1, t2, _null = null; + var t1, t2, firstIndex, lastIndex, t3; if (active.length === 0 || next.length === 0) - return _null; - index = B.JSArray_methods.indexOf$1(active, B.JSArray_methods.get$first(next)); - if (index !== -1) { - for (i = 0; t1 = i + index, t1 < active.length; ++i) { - if (!J.$eq$(active[t1], next[i])) - return _null; - if (i === next.length - 1) - if (index === 0) - return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(active, i + 1), B.List_empty25, true, B.JSArray_methods.get$first(next)); - else - return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(active, 0, index), B.List_empty25, false, _null); - } - return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(active, 0, index), B.JSArray_methods.sublist$1(next, active.length - index), false, _null); - } - index = B.JSArray_methods.lastIndexOf$1(active, B.JSArray_methods.get$last(next)); - if (index !== -1) { - for (i = 0; t1 = index - i, t1 >= 0; ++i) { - t2 = next.length; - if (t2 <= i || !J.$eq$(active[t1], next[t2 - 1 - i])) - return _null; - } - return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(active, index + 1), B.JSArray_methods.sublist$2(next, 0, next.length - index - 1), true, B.JSArray_methods.get$first(active)); - } - return _null; + return null; + t1 = new A.diffViewList_lookForwards(active, next); + t2 = new A.diffViewList_lookBackwards(active, next); + firstIndex = B.JSArray_methods.indexOf$1(active, B.JSArray_methods.get$first(next)); + lastIndex = B.JSArray_methods.lastIndexOf$1(active, B.JSArray_methods.get$last(next)); + t3 = firstIndex !== -1; + if (t3 && lastIndex !== -1) + if (firstIndex <= active.length - lastIndex) + return t1.call$1(firstIndex); + else + return t2.call$1(lastIndex); + else if (t3) + return t1.call$1(firstIndex); + else if (lastIndex !== -1) + return t2.call$1(lastIndex); + else + return null; }, FontFallbackData_createNotoFontTree() { var t2, _i, font, t3, t4, _i0, range, @@ -555,16 +634,32 @@ } t1 = $.$get$notoDownloadQueue(); resolvedFonts.forEach$1(0, t1.get$add(t1)); - if (missingCodeUnits._collection$_length !== 0 || unmatchedCodeUnits._collection$_length !== 0) - if (!data.registeredSymbolsAndEmoji) - A._registerSymbolsAndEmoji(); - else { - t1 = $.$get$notoDownloadQueue(); - if (!(t1.pendingSubsets._length !== 0 || t1._fontsLoading != null)) { - $.$get$printWarning().call$1("Could not find a set of Noto fonts to display all missing characters. Please add a font asset for the missing characters. See: https://flutter.dev/docs/cookbook/design/fonts"); - data.codeUnitsWithNoKnownFont.addAll$1(0, missingCodeUnits); - } - } + $async$goto = missingCodeUnits._collection$_length !== 0 || unmatchedCodeUnits._collection$_length !== 0 ? 5 : 6; + break; + case 5: + // then + $async$goto = !data.registeredSymbolsAndEmoji ? 7 : 9; + break; + case 7: + // then + $async$goto = 10; + return A._asyncAwait(A._registerSymbolsAndEmoji(), $async$findFontsForMissingCodeunits); + case 10: + // returning from await. + // goto join + $async$goto = 8; + break; + case 9: + // else + t1 = $.$get$notoDownloadQueue(); + if (!(t1.pendingSubsets._length !== 0 || t1._fontsLoading != null)) { + $.$get$printWarning().call$1("Could not find a set of Noto fonts to display all missing characters. Please add a font asset for the missing characters. See: https://flutter.dev/docs/cookbook/design/fonts"); + data.codeUnitsWithNoKnownFont.addAll$1(0, missingCodeUnits); + } + case 8: + // join + case 6: + // join // implicit return return A._asyncReturn(null, $async$completer); } @@ -682,25 +777,23 @@ return A._asyncStartSync($async$_registerSymbolsAndEmoji, $async$completer); }, findMinimumFontsForCodeUnits(codeUnits, fonts) { - var language, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _box_0, t12, maxCodeUnitsCovered, t13, t14, codeUnitsCovered, t15, t16, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _box_0, t12, maxCodeUnitsCovered, t13, t14, codeUnitsCovered, t15, t16, minimumFonts = A.LinkedHashSet_LinkedHashSet$_empty(type$.NotoFont), bestFonts = A._setArrayType([], type$.JSArray_NotoFont), - t1 = window.navigator; - t1.toString; - language = t1.language || t1.userLanguage; - for (t1 = A._instanceType(fonts)._eval$1("_LinkedHashSetIterator<1>"), t2 = A._instanceType(codeUnits)._eval$1("_LinkedHashSetIterator<1>"), t3 = language === "ja", t4 = language === "zh-HK", t5 = language !== "zh-Hant", t6 = language !== "zh-Hans", t7 = language !== "zh-CN", t8 = language !== "zh-SG", t9 = language === "zh-MY", t10 = language !== "zh-TW", t11 = language === "zh-MO"; codeUnits._collection$_length !== 0;) { + t1 = self.window.navigator.language; + for (t2 = A._instanceType(fonts)._eval$1("_LinkedHashSetIterator<1>"), t3 = A._instanceType(codeUnits)._eval$1("_LinkedHashSetIterator<1>"), t4 = t1 === "ja", t5 = t1 === "zh-HK", t6 = t1 !== "zh-Hant", t7 = t1 !== "zh-Hans", t8 = t1 !== "zh-CN", t9 = t1 !== "zh-SG", t10 = t1 === "zh-MY", t11 = t1 !== "zh-TW", t1 = t1 === "zh-MO"; codeUnits._collection$_length !== 0;) { _box_0 = {}; - B.JSArray_methods.set$length(bestFonts, 0); - for (t12 = new A._LinkedHashSetIterator(fonts, fonts._collection$_modifications, t1), t12._collection$_cell = fonts._collection$_first, maxCodeUnitsCovered = 0; t12.moveNext$0();) { + B.JSArray_methods.clear$0(bestFonts); + for (t12 = new A._LinkedHashSetIterator(fonts, fonts._collection$_modifications, t2), t12._collection$_cell = fonts._collection$_first, maxCodeUnitsCovered = 0; t12.moveNext$0();) { t13 = t12._collection$_current; - for (t14 = new A._LinkedHashSetIterator(codeUnits, codeUnits._collection$_modifications, t2), t14._collection$_cell = codeUnits._collection$_first, codeUnitsCovered = 0; t14.moveNext$0();) { + for (t14 = new A._LinkedHashSetIterator(codeUnits, codeUnits._collection$_modifications, t3), t14._collection$_cell = codeUnits._collection$_first, codeUnitsCovered = 0; t14.moveNext$0();) { t15 = t14._collection$_current; t16 = t13.resolvedFont; if ((t16 == null ? null : t16.tree.root.containsDeep$1(t15)) === true) ++codeUnitsCovered; } if (codeUnitsCovered > maxCodeUnitsCovered) { - B.JSArray_methods.set$length(bestFonts, 0); + B.JSArray_methods.clear$0(bestFonts); bestFonts.push(t13); maxCodeUnitsCovered = codeUnitsCovered; } else if (codeUnitsCovered === maxCodeUnitsCovered) @@ -711,16 +804,16 @@ _box_0.bestFont = B.JSArray_methods.get$first(bestFonts); if (bestFonts.length > 1) if (B.JSArray_methods.every$1(bestFonts, new A.findMinimumFontsForCodeUnits_closure())) - if (!t6 || !t7 || !t8 || t9) { + if (!t7 || !t8 || !t9 || t10) { if (B.JSArray_methods.contains$1(bestFonts, $.$get$_notoSansSC())) _box_0.bestFont = $.$get$_notoSansSC(); - } else if (!t5 || !t10 || t11) { + } else if (!t6 || !t11 || t1) { if (B.JSArray_methods.contains$1(bestFonts, $.$get$_notoSansTC())) _box_0.bestFont = $.$get$_notoSansTC(); - } else if (t4) { + } else if (t5) { if (B.JSArray_methods.contains$1(bestFonts, $.$get$_notoSansHK())) _box_0.bestFont = $.$get$_notoSansHK(); - } else if (t3) + } else if (t4) if (B.JSArray_methods.contains$1(bestFonts, $.$get$_notoSansJP())) _box_0.bestFont = $.$get$_notoSansJP(); codeUnits._filterWhere$2(new A.findMinimumFontsForCodeUnits_closure0(_box_0), true); @@ -732,7 +825,7 @@ return new A.NotoFont($name, approximateUnicodeRanges); }, RegisteredFont$(bytes, family, typeface) { - J.getGlyphBounds$3$x(new self.window.flutterCanvasKit.Font(typeface), A._setArrayType([0], type$.JSArray_int), null, null); + type$.JavaScriptObject._as(new self.window.flutterCanvasKit.Font(typeface)).getGlyphBounds(A._setArrayType([0], type$.JSArray_int), null, null); return new A.RegisteredFont(family, bytes, typeface); }, skiaInstantiateImageCodec(list, targetWidth, targetHeight) { @@ -783,17 +876,16 @@ return A._asyncStartSync($async$skiaInstantiateWebImageCodec, $async$completer); }, fetchImage(url, chunkCallback) { - var t2, + var _null = null, t1 = new A._Future($.Zone__current, type$._Future_Uint8List), completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_Uint8List), request = $.$get$httpRequestFactory().call$0(); - (request && B.HttpRequest_methods).open$3$async(request, "GET", url, true); + A.DomXMLHttpRequestExtension_open(request, "GET", url, true); request.responseType = "arraybuffer"; - t2 = type$.legacy_ProgressEvent; - A._EventStreamSubscription$(request, "progress", new A.fetchImage_closure(chunkCallback), false, t2); - A._EventStreamSubscription$(request, "error", new A.fetchImage_closure0(completer, url), false, t2); - A._EventStreamSubscription$(request, "load", new A.fetchImage_closure1(request, completer, url), false, t2); - request.send(); + A.DomEventTargetExtension_addEventListener(request, "progress", A.allowInterop(new A.fetchImage_closure(chunkCallback)), _null); + A.DomEventTargetExtension_addEventListener(request, "error", A.allowInterop(new A.fetchImage_closure0(completer, url)), _null); + A.DomEventTargetExtension_addEventListener(request, "load", A.allowInterop(new A.fetchImage_closure1(request, completer, url)), _null); + A.DomXMLHttpRequestExtension_send(request, _null); return t1; }, CkImage$(skImage, videoFrame) { @@ -802,13 +894,12 @@ return t1; }, CkImage$cloneOf(box) { - ++A._lateReadCheck(box, "box")._refCount; + ++box._refCount; return new A.CkImage(box, null); }, CkImage__encodeImage(alphaType, colorSpace, colorType, format, skImage) { - var t1 = format === B.ImageByteFormat_0 || format === B.ImageByteFormat_1, - t2 = J.getInterceptor$x(skImage), - bytes = t1 ? t2.readPixels$3(skImage, 0, 0, {width: t2.width$0(skImage), height: t2.height$0(skImage), colorType: colorType, alphaType: alphaType, colorSpace: colorSpace}) : t2.encodeToBytes$0(skImage); + var t1, + bytes = format === B.ImageByteFormat_0 || format === B.ImageByteFormat_1 ? skImage.readPixels(0, 0, type$.JavaScriptObject._as({width: skImage.width(), height: skImage.height(), colorType: colorType, alphaType: alphaType, colorSpace: colorSpace})) : skImage.encodeToBytes(); if (bytes == null) t1 = null; else { @@ -862,7 +953,7 @@ var t1, _i, format, t2, t3, i, magicByte; $label0$0: for (t1 = J.getInterceptor$asx(data), _i = 0; _i < 6; ++_i) { - format = B.List_qp8[_i]; + format = B.List_qp80[_i]; t2 = format.header; t3 = t2.length; if (t1.get$length(data) < t3) @@ -932,11 +1023,9 @@ case 5: // then t1 = self.window.h5vcc; - if ((t1 == null ? null : J.get$canvasKit$x(t1)) == null) + if ((t1 == null ? null : t1.canvasKit) == null) throw A.wrapException(A.CanvasKitError$("H5vcc CanvasKit implementation not found.")); - t1 = self.window.h5vcc; - t1.toString; - t1 = J.get$canvasKit$x(t1); + t1 = self.window.h5vcc.canvasKit; t1.toString; $.__canvasKit.__late_helper$_value = t1; self.window.flutterCanvasKit = $.__canvasKit._readField$0(); @@ -964,7 +1053,7 @@ }, downloadCanvasKit(canvasKitBase) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.CanvasKit), + $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), $async$returnValue, t1; var $async$downloadCanvasKit = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) @@ -977,8 +1066,8 @@ return A._asyncAwait(A._downloadCanvasKitJs(canvasKitBase), $async$downloadCanvasKit); case 3: // returning from await. - t1 = new A._Future($.Zone__current, type$._Future_CanvasKit); - J.then$1$x(self.window.CanvasKitInit({locateFile: A.allowInterop(new A.downloadCanvasKit_closure(canvasKitBase))}), A.allowInterop(new A.downloadCanvasKit_closure0(new A._AsyncCompleter(t1, type$._AsyncCompleter_CanvasKit)))); + t1 = new A._Future($.Zone__current, type$._Future_JavaScriptObject); + A.callMethod(self.window.CanvasKitInit(type$.JavaScriptObject._as({locateFile: A.allowInterop(new A.downloadCanvasKit_closure(canvasKitBase))})), "then", [A.allowInterop(new A.downloadCanvasKit_closure0(new A._AsyncCompleter(t1, type$._AsyncCompleter_JavaScriptObject)))]); $async$returnValue = t1; // goto return $async$goto = 1; @@ -991,16 +1080,15 @@ return A._asyncStartSync($async$downloadCanvasKit, $async$completer); }, _downloadCanvasKitJs(canvasKitBase) { - var canvasKitJavaScriptUrl, canvasKitScript, loadSubscription, - t1 = $._configuration; - if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - canvasKitJavaScriptUrl = t1.get$canvasKitBaseUrl(t1) + "profiling/canvaskit.js"; - canvasKitScript = document.createElement("script"); + var callback, + t1 = $._configuration, + canvasKitJavaScriptUrl = (t1 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t1).get$canvasKitBaseUrl() + "profiling/canvaskit.js", + canvasKitScript = A.DomDocumentExtension_createElement(self.document, "script"); canvasKitScript.src = canvasKitJavaScriptUrl; t1 = new A._Future($.Zone__current, type$._Future_void); - loadSubscription = A._Cell$named("loadSubscription"); - loadSubscription.__late_helper$_value = A._EventStreamSubscription$(canvasKitScript, "load", new A._downloadCanvasKitJs_closure(loadSubscription, new A._AsyncCompleter(t1, type$._AsyncCompleter_void)), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1); + callback = A._Cell$named("callback"); + callback.__late_helper$_value = A.allowInterop(new A._downloadCanvasKitJs_loadEventHandler(new A._AsyncCompleter(t1, type$._AsyncCompleter_void), canvasKitScript, callback)); + A.DomEventTargetExtension_addEventListener(canvasKitScript, "load", callback._readLocal$0(), null); A.patchCanvasKitModule(canvasKitScript); return t1; }, @@ -1030,7 +1118,7 @@ t1.ManagedSkiaObject$1(skPath); t2 = t1.get$skiaObject(); t3 = t1._fillType; - J.setFillType$1$x(t2, $.$get$_skFillTypes()[t3.index]); + t2.setFillType($.$get$_skFillTypes()[t3.index]); return t1; }, SkiaObjects_registerCleanupCallback() { @@ -1054,26 +1142,26 @@ object.delete$0(0); object.didDelete$0(); } - B.JSArray_methods.set$length($.SkiaObjects_resurrectableObjects, 0); + B.JSArray_methods.clear$0($.SkiaObjects_resurrectableObjects); for (i = 0; i < $.SkiaObjects_cachesToResize.length; ++i) $.SkiaObjects_cachesToResize[i].resize$0(0); - B.JSArray_methods.set$length($.SkiaObjects_cachesToResize, 0); + B.JSArray_methods.clear$0($.SkiaObjects_cachesToResize); }, SurfaceFactory_instance() { - var t2, t3, t4, t5, - _s20_ = "flt-canvas-container", + var t2, t3, t4, t1 = $.SurfaceFactory__instance; if (t1 == null) { t1 = $._configuration; + t1 = (t1 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t1)._js; + t1 = t1 == null ? null : t1.canvasKitMaximumSurfaces; if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t1 = t1.get$canvasKitMaximumSurfaces(t1); - t2 = A._ElementFactoryProvider_createElement_tag(_s20_, null); - t3 = A._ElementFactoryProvider_createElement_tag(_s20_, null); - t4 = type$.JSArray_Surface; - t5 = A._setArrayType([], t4); - t4 = A._setArrayType([], t4); - t1 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t2), new A.Surface(t3), t1, t5, t4); + t1 = 8; + t2 = A.DomDocumentExtension_createElement(self.document, "flt-canvas-container"); + t3 = type$.JSArray_Surface; + t4 = A._setArrayType([], t3); + t3 = A._setArrayType([], t3); + t1 = Math.max(t1, 1); + t1 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t2), t1, t4, t3); } return t1; }, @@ -1094,7 +1182,7 @@ type$.CkParagraphStyle._as(style); t2 = A._setArrayType([], type$.JSArray_double); t3 = A._setArrayType([], type$.JSArray_CkTextStyle); - t4 = J.MakeFromFontProvider$2$x(J.get$ParagraphBuilder$x($.__canvasKit._readField$0()), style.skParagraphStyle, $._skiaFontCollection.fontProvider); + t4 = $.__canvasKit._readField$0().ParagraphBuilder.MakeFromFontProvider(style.skParagraphStyle, $._skiaFontCollection.fontProvider); t5 = style._fontFamily; t6 = style.__engine$_fontSize; t7 = style.__engine$_height; @@ -1123,52 +1211,200 @@ result[3] = (color.get$value(color) >>> 24 & 255) / 255; return result; }, - computeSkShadowBounds(path, elevation, devicePixelRatio, matrix) { - var isComplex, ambientBlur, spotBlur, t1, spotOffsetX, spotOffsetY, shadowBounds, inverse, - pathBounds = A.fromSkRect(J.getBounds$0$x(path.get$skiaObject())); - if (elevation === 0) - return pathBounds; - isComplex = !matrix.isIdentityOrTranslation$0(); - if (isComplex) - pathBounds = A.transformRect(matrix, pathBounds); - ambientBlur = Math.min(elevation * 0.0078125 * 64, 150); - spotBlur = 1.1 * elevation; - t1 = -elevation; - spotOffsetX = t1 * 0; - spotOffsetY = t1 * -0.75; - shadowBounds = new A.Rect(pathBounds.left - 1 + (spotOffsetX - ambientBlur - spotBlur) * devicePixelRatio, pathBounds.top - 1 + (spotOffsetY - ambientBlur - spotBlur) * devicePixelRatio, pathBounds.right + 1 + (spotOffsetX + ambientBlur + spotBlur) * devicePixelRatio, pathBounds.bottom + 1 + (spotOffsetY + ambientBlur + spotBlur) * devicePixelRatio); - if (isComplex) { - inverse = new A.Matrix40(new Float32Array(16)); - if (inverse.copyInverse$1(matrix) !== 0) - return A.transformRect(inverse, shadowBounds); - else - return shadowBounds; - } else - return shadowBounds; - }, drawSkShadow(skCanvas, path, color, elevation, transparentOccluder, devicePixelRatio) { - var t3, t4, + var t4, flags = transparentOccluder ? 5 : 4, inAmbient = A.Color$fromARGB(B.JSNumber_methods.round$0((color.get$value(color) >>> 24 & 255) * 0.039), color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255), inSpot = A.Color$fromARGB(B.JSNumber_methods.round$0((color.get$value(color) >>> 24 & 255) * 0.25), color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255), - inTonalColors = {ambient: A.makeFreshSkColor(inAmbient), spot: A.makeFreshSkColor(inSpot)}, - tonalColors = J.computeTonalColors$1$x($.__canvasKit._readField$0(), inTonalColors), - t1 = path.get$skiaObject(), - t2 = new Float32Array(3); - t2[2] = devicePixelRatio * elevation; - t3 = new Float32Array(3); - t3[0] = 0; - t3[1] = -450; - t3[2] = devicePixelRatio * 600; - t4 = J.getInterceptor$x(tonalColors); - J.drawShadow$7$x(skCanvas, t1, t2, t3, devicePixelRatio * 1.1, t4.get$ambient(tonalColors), t4.get$spot(tonalColors), flags); + inTonalColors = type$.JavaScriptObject._as({ambient: A.makeFreshSkColor(inAmbient), spot: A.makeFreshSkColor(inSpot)}), + t1 = $.__canvasKit._readField$0().computeTonalColors(inTonalColors), + t2 = path.get$skiaObject(), + t3 = new Float32Array(3); + t3[2] = devicePixelRatio * elevation; + t4 = new Float32Array(3); + t4[0] = 0; + t4[1] = -450; + t4[2] = devicePixelRatio * 600; + A.callMethod(skCanvas, "drawShadow", [t2, t3, t4, devicePixelRatio * 1.1, t1.ambient, t1.spot, flags]); }, PasteFromClipboardStrategy_PasteFromClipboardStrategy() { var t1 = $.$get$_browserEngine(); - return t1 === B.BrowserEngine_2 || window.navigator.clipboard == null ? new A.ExecCommandPasteStrategy() : new A.ClipboardAPIPasteStrategy(); + return t1 === B.BrowserEngine_2 || self.window.navigator.clipboard == null ? new A.ExecCommandPasteStrategy() : new A.ClipboardAPIPasteStrategy(); + }, + DomWindowExtension_get_console(_this) { + return _this.console; + }, + DomWindowExtension_get_navigator(_this) { + return _this.navigator; + }, + DomWindowExtension_matchMedia(_this, query) { + return _this.matchMedia(query); + }, + DomWindowExtension_getComputedStyle(_this, elt) { + var t1 = A._setArrayType([elt], type$.JSArray_Object); + return type$.JavaScriptObject._as(A.callMethod(_this, "getComputedStyle", t1)); + }, + DomConsoleExtension_get_warn(_this) { + return new A.DomConsoleExtension_get_warn_closure(_this); + }, + DomNavigatorExtension_get_userAgent(_this) { + return _this.userAgent; + }, + DomDocumentExtension_createElement(_this, $name) { + var t1 = A._setArrayType([$name], type$.JSArray_Object); + return type$.JavaScriptObject._as(A.callMethod(_this, "createElement", t1)); + }, + DomHTMLDocumentExtension_get_fonts(_this) { + return _this.fonts; + }, + DomEventTargetExtension_addEventListener(_this, type, listener, useCapture) { + var t1; + if (listener != null) { + t1 = A._setArrayType([type, listener], type$.JSArray_Object); + if (useCapture != null) + t1.push(useCapture); + A.callMethod(_this, "addEventListener", t1); + } + }, + DomEventTargetExtension_removeEventListener(_this, type, listener, useCapture) { + var t1; + if (listener != null) { + t1 = A._setArrayType([type, listener], type$.JSArray_Object); + if (useCapture != null) + t1.push(useCapture); + A.callMethod(_this, "removeEventListener", t1); + } + }, + DomNodeExtension_appendChild(_this, node) { + return _this.appendChild(node); + }, + createDomElement(tag) { + return A.DomDocumentExtension_createElement(self.document, tag); + }, + DomElementExtension_get_tagName(_this) { + return _this.tagName; + }, + DomElementExtension_get_style(_this) { + return _this.style; + }, + DomElementExtension_setAttribute(_this, $name, value) { + return A.callMethod(_this, "setAttribute", [$name, value]); + }, + DomCSSStyleDeclarationExtension_set_width(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "width", value); + }, + DomCSSStyleDeclarationExtension_set_height(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "height", value); + }, + DomCSSStyleDeclarationExtension_set_position(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "position", value); + }, + DomCSSStyleDeclarationExtension_set_top(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "top", value); + }, + DomCSSStyleDeclarationExtension_set_left(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "left", value); + }, + DomCSSStyleDeclarationExtension_set_visibility(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "visibility", value); + }, + DomCSSStyleDeclarationExtension_set_overflow(_this, value) { + return A.DomCSSStyleDeclarationExtension_setProperty(_this, "overflow", value); + }, + DomCSSStyleDeclarationExtension_setProperty(_this, propertyName, value) { + _this.setProperty(propertyName, value, ""); + }, + DomHTMLStyleElement$(receiver) { + return new A.DomHTMLStyleElement(); + }, + createDomCanvasElement(height, width) { + var canvas = A.DomDocumentExtension_createElement(self.window.document, "canvas"); + if (width != null) + canvas.width = width; + if (height != null) + canvas.height = height; + return canvas; + }, + DomCanvasElementExtension_getContext(_this, contextType, attributes) { + var t1 = [contextType]; + if (attributes != null) + t1.push(A.jsify(attributes)); + return A.callMethod(_this, "getContext", t1); + }, + DomCanvasRenderingContext2DExtension_fill(_this, pathOrWinding) { + var t1 = []; + if (pathOrWinding != null) + t1.push(pathOrWinding); + return A.callMethod(_this, "fill", t1); + }, + DomCanvasRenderingContext2DExtension_fillText(_this, text, x, y) { + var t1 = A._setArrayType([text, x, y], type$.JSArray_Object); + return A.callMethod(_this, "fillText", t1); + }, + DomCanvasRenderingContext2DExtension_clip(_this, pathOrWinding) { + var t1 = []; + if (pathOrWinding != null) + t1.push(pathOrWinding); + return A.callMethod(_this, "clip", t1); + }, + DomXMLHttpRequestExtension_get_status(_this) { + return _this.status; + }, + DomXMLHttpRequestExtension_open(_this, method, url, async) { + var t1 = A._setArrayType([method, url], type$.JSArray_Object); + t1.push(true); + return A.callMethod(_this, "open", t1); + }, + DomXMLHttpRequestExtension_send(_this, bodyOrData) { + var t1 = A._setArrayType([], type$.JSArray_Object); + return A.callMethod(_this, "send", t1); + }, + domHttpRequest(url, responseType) { + var t1 = new A._Future($.Zone__current, type$._Future_JavaScriptObject), + completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_JavaScriptObject), + t2 = A.domCallConstructorString("XMLHttpRequest", []); + t2.toString; + type$.JavaScriptObject._as(t2); + A.DomXMLHttpRequestExtension_open(t2, "GET", url, true); + t2.responseType = responseType; + A.DomEventTargetExtension_addEventListener(t2, "load", A.allowInterop(new A.domHttpRequest_closure(t2, completer)), null); + A.DomEventTargetExtension_addEventListener(t2, "error", A.allowInterop(completer.get$completeError()), null); + A.DomXMLHttpRequestExtension_send(t2, null); + return t1; + }, + DomMediaQueryListExtension_get_matches(_this) { + return _this.matches; + }, + DomTouchEventExtension_get_changedTouches(_this) { + var t1 = _this.changedTouches; + return t1 == null ? null : J.cast$1$0$ax(t1, type$.JavaScriptObject); + }, + DomCSSStyleSheetExtension_insertRule(_this, rule, index) { + var t1 = A._setArrayType([rule], type$.JSArray_Object); + if (index != null) + t1.push(index); + return A.callMethod(_this, "insertRule", t1); + }, + DomSubscription$(target, type, listener) { + A.DomEventTargetExtension_addEventListener(target, type, listener, null); + return new A.DomSubscription(type, target, listener); + }, + domCallConstructorString(constructorName, args) { + var $constructor = self.window[constructorName]; + if ($constructor == null) + return null; + return A.callConstructor($constructor, args); + }, + domGetConstructorName(o) { + var t1, + $constructor = o.constructor; + if ($constructor == null) + return ""; + t1 = $constructor.name; + return t1 == null ? null : J.toString$0$(t1); }, FlutterViewEmbedder$() { - var t1 = document.body; + var t1 = self.document.body; t1.toString; t1 = new A.FlutterViewEmbedder(t1); t1.reset$0(0); @@ -1189,35 +1425,51 @@ } }, applyGlobalCssRulesToSheet(sheet, browserEngine, hasAutofillOverlay) { - var t1, + var t1, t2, isWebKit = browserEngine === B.BrowserEngine_1, isFirefox = browserEngine === B.BrowserEngine_2; - if (isFirefox) - sheet.insertRule("flt-paragraph, flt-span {line-height: 100%;}", sheet.cssRules.length); - sheet.insertRule(" flt-semantics input[type=range] {\n appearance: none;\n -webkit-appearance: none;\n width: 100%;\n position: absolute;\n border: none;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n ", sheet.cssRules.length); - if (isWebKit) - sheet.insertRule("flt-semantics input[type=range]::-webkit-slider-thumb { -webkit-appearance: none;}", sheet.cssRules.length); if (isFirefox) { - sheet.insertRule("input::-moz-selection { background-color: transparent;}", sheet.cssRules.length); - sheet.insertRule("textarea::-moz-selection { background-color: transparent;}", sheet.cssRules.length); - } else { - sheet.insertRule("input::selection { background-color: transparent;}", sheet.cssRules.length); - sheet.insertRule("textarea::selection { background-color: transparent;}", sheet.cssRules.length); + t1 = J.cast$1$0$ax(sheet.cssRules, type$.JavaScriptObject); + A.DomCSSStyleSheetExtension_insertRule(sheet, "flt-paragraph, flt-span {line-height: 100%;}", t1.get$length(t1)); } - sheet.insertRule(' flt-semantics input,\n flt-semantics textarea,\n flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ', sheet.cssRules.length); - if (isWebKit) - sheet.insertRule(" flt-glass-pane * {\n -webkit-tap-highlight-color: transparent;\n }\n ", sheet.cssRules.length); - sheet.insertRule(" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ", sheet.cssRules.length); - t1 = $.$get$_browserEngine(); - if (t1 !== B.BrowserEngine_0) - if (t1 !== B.BrowserEngine_5) - t1 = t1 === B.BrowserEngine_1; + t1 = type$.JavaScriptObject; + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, " flt-semantics input[type=range] {\n appearance: none;\n -webkit-appearance: none;\n width: 100%;\n position: absolute;\n border: none;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n ", t2.get$length(t2)); + if (isWebKit) { + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, "flt-semantics input[type=range]::-webkit-slider-thumb { -webkit-appearance: none;}", t2.get$length(t2)); + } + if (isFirefox) { + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, "input::-moz-selection { background-color: transparent;}", t2.get$length(t2)); + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, "textarea::-moz-selection { background-color: transparent;}", t2.get$length(t2)); + } else { + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, "input::selection { background-color: transparent;}", t2.get$length(t2)); + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, "textarea::selection { background-color: transparent;}", t2.get$length(t2)); + } + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, ' flt-semantics input,\n flt-semantics textarea,\n flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ', t2.get$length(t2)); + if (isWebKit) { + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, " flt-glass-pane * {\n -webkit-tap-highlight-color: transparent;\n }\n ", t2.get$length(t2)); + } + t2 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, " .flt-text-editing::placeholder {\n opacity: 0;\n }\n ", t2.get$length(t2)); + t2 = $.$get$_browserEngine(); + if (t2 !== B.BrowserEngine_0) + if (t2 !== B.BrowserEngine_5) + t2 = t2 === B.BrowserEngine_1; else - t1 = true; + t2 = true; else - t1 = true; - if (t1) - sheet.insertRule(" .transparentTextEditing:-webkit-autofill,\n .transparentTextEditing:-webkit-autofill:hover,\n .transparentTextEditing:-webkit-autofill:focus,\n .transparentTextEditing:-webkit-autofill:active {\n -webkit-transition-delay: 99999s;\n }\n ", sheet.cssRules.length); + t2 = true; + if (t2) { + t1 = J.cast$1$0$ax(sheet.cssRules, t1); + A.DomCSSStyleSheetExtension_insertRule(sheet, " .transparentTextEditing:-webkit-autofill,\n .transparentTextEditing:-webkit-autofill:hover,\n .transparentTextEditing:-webkit-autofill:focus,\n .transparentTextEditing:-webkit-autofill:active {\n -webkit-transition-delay: 99999s;\n }\n ", t1.get$length(t1)); + } }, flutterViewEmbedder() { var embedder = $._flutterViewEmbedder; @@ -1251,7 +1503,7 @@ // Function start if (!$._fontChangeScheduled) { $._fontChangeScheduled = true; - B.Window_methods.requestAnimationFrame$1(window, new A.sendFontChangeMessage_closure()); + A.callMethod(self.window, "requestAnimationFrame", [A.allowInterop(new A.sendFontChangeMessage_closure())]); } // implicit return return A._asyncReturn(null, $async$completer); @@ -1260,8 +1512,8 @@ return A._asyncStartSync($async$sendFontChangeMessage, $async$completer); }, BitmapCanvas$(_bounds, renderStrategy, density) { - var t1 = A._ElementFactoryProvider_createElement_tag("flt-canvas", null), - t2 = A._setArrayType([], type$.JSArray_Element), + var t1 = A.DomDocumentExtension_createElement(self.document, "flt-canvas"), + t2 = A._setArrayType([], type$.JSArray_JavaScriptObject), t3 = A.EnginePlatformDispatcher_browserDevicePixelRatio(), t4 = _bounds.left, t5 = _bounds.right - t4, @@ -1271,12 +1523,11 @@ t9 = A.BitmapCanvas_heightToPhysical(t8); t8 = new A.CanvasPool(A.BitmapCanvas_widthToPhysical(t5), A.BitmapCanvas_heightToPhysical(t8), density, A._setArrayType([], type$.JSArray_SaveStackEntry), A.Matrix4$identity()); t3 = new A.BitmapCanvas(_bounds, t1, t8, t2, t6, t9, t3, density, renderStrategy); - t9 = t1.style; - t9.position = "absolute"; + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "position", "absolute"); t3._canvasPositionX = B.JSNumber_methods.floor$0(t4) - 1; t3._canvasPositionY = B.JSNumber_methods.floor$0(t7) - 1; t3._updateRootElementTransform$0(); - t8._rootElement = type$.HtmlElement._as(t1); + t8._rootElement = t1; t3._setupInitialTransform$0(); return t3; }, @@ -1287,7 +1538,7 @@ return B.JSNumber_methods.ceil$0((height + 1) * A.EnginePlatformDispatcher_browserDevicePixelRatio()) + 2; }, BitmapCanvas__onEvictElement(element) { - (element && B.ImageElement_methods).remove$0(element); + element.remove(); }, blendModeToCssMixBlendMode(blendMode) { if (blendMode == null) @@ -1434,156 +1685,130 @@ } }, _clipContent(clipStack, $content, offset, currentTransform) { - var root, curElement, clipIndex, entry, t2, newElement, t3, rect, newClipTransform, transformKind, clipOffsetX, clipOffsetY, newClipTransform0, t4, t5, value, t6, t7, t8, t9, t10, ovalBounds, reverseTransformDiv, - _s8_ = "absolute", - _s6_ = "hidden", - _s16_ = "transform-origin", - _s9_ = "transform", - _s13_ = "border-radius", - _s15_ = "transform-style", - t1 = type$.JSArray_Element, + var t2, t3, root, curElement, clipIndex, entry, t4, t5, newElement, rect, newClipTransform, transformKind, clipOffsetX, clipOffsetY, newClipTransform0, t6, t7, t8, t9, t10, ovalBounds, reverseTransformDiv, + t1 = type$.JSArray_JavaScriptObject, clipDefs = A._setArrayType([], t1), len = clipStack.length; - for (root = null, curElement = null, clipIndex = 0; clipIndex < len; ++clipIndex, curElement = reverseTransformDiv) { + for (t2 = type$.JavaScriptObject, t3 = type$.JSArray_Object, root = null, curElement = null, clipIndex = 0; clipIndex < len; ++clipIndex, curElement = reverseTransformDiv) { entry = clipStack[clipIndex]; - t2 = document; - newElement = t2.createElement("div"); - t3 = newElement.style; - t3.position = _s8_; - t3 = $.$get$_browserEngine(); - if (t3 === B.BrowserEngine_1) { - t3 = newElement.style; - t3.zIndex = "0"; + t4 = self.document; + t5 = A._setArrayType(["div"], t3); + newElement = t2._as(t4.createElement.apply(t4, t5)); + t4 = newElement.style; + t4.setProperty("position", "absolute", ""); + t4 = $.$get$_browserEngine(); + if (t4 === B.BrowserEngine_1) { + t4 = newElement.style; + t4.setProperty("z-index", "0", ""); } if (root == null) root = newElement; else - curElement.appendChild(newElement); + curElement.append(newElement); rect = entry.rect; newClipTransform = entry.currentTransform; - t3 = newClipTransform.__engine$_m4storage; - transformKind = A.transformKindOf(t3); + t4 = newClipTransform.__engine$_m4storage; + transformKind = A.transformKindOf(t4); if (rect != null) { clipOffsetX = rect.left; clipOffsetY = rect.top; - t3 = new Float32Array(16); - newClipTransform0 = new A.Matrix40(t3); + t4 = new Float32Array(16); + newClipTransform0 = new A.Matrix40(t4); newClipTransform0.setFrom$1(newClipTransform); newClipTransform0.translate$2(0, clipOffsetX, clipOffsetY); - t4 = newElement.style; - t4.overflow = _s6_; - t5 = rect.right; - t4.width = A.S(t5 - clipOffsetX) + "px"; - t5 = rect.bottom; - t4.height = A.S(t5 - clipOffsetY) + "px"; - t4 = newElement.style; - t4.toString; - t5 = B.CssStyleDeclaration_methods._browserPropertyName$1(t4, _s16_); - t4.setProperty(t5, "0 0 0", ""); - value = A.float64ListToCssTransform(t3); - t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t4, _s9_); - t4.setProperty(t3, value, ""); + t5 = newElement.style; + t5.setProperty("overflow", "hidden", ""); + t6 = rect.right; + t5.setProperty("width", A.S(t6 - clipOffsetX) + "px", ""); + t6 = rect.bottom; + t5.setProperty("height", A.S(t6 - clipOffsetY) + "px", ""); + t5 = newElement.style; + t5.setProperty("transform-origin", "0 0 0", ""); + t4 = A.float64ListToCssTransform(t4); + t5.setProperty("transform", t4, ""); newClipTransform = newClipTransform0; } else { - t4 = entry.rrect; - if (t4 != null) { - t3 = t4.tlRadiusX; - t5 = t4.trRadiusX; - t6 = t4.brRadiusX; - t7 = t4.blRadiusX; - clipOffsetX = t4.left; - clipOffsetY = t4.top; - t8 = new Float32Array(16); - newClipTransform0 = new A.Matrix40(t8); + t5 = entry.rrect; + if (t5 != null) { + t4 = t5.tlRadiusX; + t6 = t5.trRadiusX; + t7 = t5.brRadiusX; + t8 = t5.blRadiusX; + clipOffsetX = t5.left; + clipOffsetY = t5.top; + t9 = new Float32Array(16); + newClipTransform0 = new A.Matrix40(t9); newClipTransform0.setFrom$1(newClipTransform); newClipTransform0.translate$2(0, clipOffsetX, clipOffsetY); - t9 = newElement.style; - t9.toString; - t10 = B.CssStyleDeclaration_methods._browserPropertyName$1(t9, _s13_); - t9.setProperty(t10, A.S(t3) + "px " + A.S(t5) + "px " + A.S(t6) + "px " + A.S(t7) + "px", ""); - t9.overflow = _s6_; - t3 = t4.right; - t9.width = A.S(t3 - clipOffsetX) + "px"; - t3 = t4.bottom; - t9.height = A.S(t3 - clipOffsetY) + "px"; - t3 = newElement.style; - t3.toString; - t4 = B.CssStyleDeclaration_methods._browserPropertyName$1(t3, _s16_); - t3.setProperty(t4, "0 0 0", ""); - value = A.float64ListToCssTransform(t8); - t4 = B.CssStyleDeclaration_methods._browserPropertyName$1(t3, _s9_); - t3.setProperty(t4, value, ""); + t10 = newElement.style; + t10.setProperty("border-radius", A.S(t4) + "px " + A.S(t6) + "px " + A.S(t7) + "px " + A.S(t8) + "px", ""); + t10.setProperty("overflow", "hidden", ""); + t4 = t5.right; + t10.setProperty("width", A.S(t4 - clipOffsetX) + "px", ""); + t4 = t5.bottom; + t10.setProperty("height", A.S(t4 - clipOffsetY) + "px", ""); + t4 = newElement.style; + t4.setProperty("transform-origin", "0 0 0", ""); + t5 = A.float64ListToCssTransform(t9); + t4.setProperty("transform", t5, ""); newClipTransform = newClipTransform0; } else { - t4 = entry.path; - if (t4 != null) { - t5 = t4.pathRef; - if ((t5.fIsOval ? t5.fRRectOrOvalStartIdx : -1) !== -1) { - ovalBounds = t4.getBounds$0(0); + t5 = entry.path; + if (t5 != null) { + t6 = t5.pathRef; + if ((t6.fIsOval ? t6.fRRectOrOvalStartIdx : -1) !== -1) { + ovalBounds = t5.getBounds$0(0); clipOffsetX = ovalBounds.left; clipOffsetY = ovalBounds.top; - t3 = new Float32Array(16); - newClipTransform0 = new A.Matrix40(t3); + t4 = new Float32Array(16); + newClipTransform0 = new A.Matrix40(t4); newClipTransform0.setFrom$1(newClipTransform); newClipTransform0.translate$2(0, clipOffsetX, clipOffsetY); - t4 = newElement.style; - t4.overflow = _s6_; - t5 = ovalBounds.right; - t4.width = A.S(t5 - clipOffsetX) + "px"; - t5 = ovalBounds.bottom; - t4.height = A.S(t5 - clipOffsetY) + "px"; - t5 = B.CssStyleDeclaration_methods._browserPropertyName$1(t4, _s13_); - t4.setProperty(t5, "50%", ""); - t4 = newElement.style; - t4.toString; - t5 = B.CssStyleDeclaration_methods._browserPropertyName$1(t4, _s16_); - t4.setProperty(t5, "0 0 0", ""); - value = A.float64ListToCssTransform(t3); - t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t4, _s9_); - t4.setProperty(t3, value, ""); + t5 = newElement.style; + t5.setProperty("overflow", "hidden", ""); + t6 = ovalBounds.right; + t5.setProperty("width", A.S(t6 - clipOffsetX) + "px", ""); + t6 = ovalBounds.bottom; + t5.setProperty("height", A.S(t6 - clipOffsetY) + "px", ""); + t5.setProperty("border-radius", "50%", ""); + t5 = newElement.style; + t5.setProperty("transform-origin", "0 0 0", ""); + t4 = A.float64ListToCssTransform(t4); + t5.setProperty("transform", t4, ""); newClipTransform = newClipTransform0; } else { - t5 = newElement.style; - value = A.float64ListToCssTransform(t3); - t5.toString; - t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t5, _s9_); - t5.setProperty(t3, value, ""); - t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t5, _s16_); - t5.setProperty(t3, "0 0 0", ""); - clipDefs.push(A.createSvgClipDef(newElement, t4)); + t6 = newElement.style; + t4 = A.float64ListToCssTransform(t4); + t6.setProperty("transform", t4, ""); + t6.setProperty("transform-origin", "0 0 0", ""); + clipDefs.push(A.createSvgClipDef(newElement, t5)); } } } } - reverseTransformDiv = t2.createElement("div"); - t2 = reverseTransformDiv.style; - t2.position = _s8_; - t2 = new Float32Array(16); - t3 = new A.Matrix40(t2); - t3.setFrom$1(newClipTransform); - t3.copyInverse$1(t3); - t3 = reverseTransformDiv.style; - t3.toString; - t4 = B.CssStyleDeclaration_methods._browserPropertyName$1(t3, _s16_); - t3.setProperty(t4, "0 0 0", ""); - value = A.float64ListToCssTransform(t2); - t2 = B.CssStyleDeclaration_methods._browserPropertyName$1(t3, _s9_); - t3.setProperty(t2, value, ""); + t4 = self.document; + t5 = A._setArrayType(["div"], t3); + reverseTransformDiv = t2._as(t4.createElement.apply(t4, t5)); + t4 = reverseTransformDiv.style; + t4.setProperty("position", "absolute", ""); + t4 = new Float32Array(16); + t5 = new A.Matrix40(t4); + t5.setFrom$1(newClipTransform); + t5.copyInverse$1(t5); + t5 = reverseTransformDiv.style; + t5.setProperty("transform-origin", "0 0 0", ""); + t4 = A.float64ListToCssTransform(t4); + t5.setProperty("transform", t4, ""); if (transformKind === B.TransformKind_2) { - t2 = newElement.style; - t2.toString; - t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t2, _s15_); - t2.setProperty(t3, "preserve-3d", ""); - t2 = reverseTransformDiv.style; - t2.toString; - t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t2, _s15_); - t2.setProperty(t3, "preserve-3d", ""); + t4 = newElement.style; + t4.setProperty("transform-style", "preserve-3d", ""); + t4 = reverseTransformDiv.style; + t4.setProperty("transform-style", "preserve-3d", ""); } - newElement.appendChild(reverseTransformDiv); + newElement.append(reverseTransformDiv); } - t2 = root.style; - t2.position = _s8_; - curElement.appendChild($content); + A.DomCSSStyleDeclarationExtension_setProperty(root.style, "position", "absolute"); + curElement.append($content); A.setElementTransform($content, A.transformWithOffset(currentTransform, offset).__engine$_m4storage); t1 = A._setArrayType([root], t1); B.JSArray_methods.addAll$1(t1, clipDefs); @@ -1599,29 +1824,63 @@ return "none"; }, createSvgClipDef(element, clipPath) { - var t3, + var t3, t4, t5, t6, + _s12_ = "setAttribute", pathBounds = clipPath.getBounds$0(0), t1 = pathBounds.right, - t2 = pathBounds.bottom, - svgClipPath = A.pathToSvgClipPath(clipPath, 0, 0, 1 / t1, 1 / t2); - A.setClipPath(element, "url(#svgClip" + $._clipIdCounter + ")"); - t3 = element.style; - t3.width = A.S(t1) + "px"; - t3.height = A.S(t2) + "px"; - return svgClipPath; + t2 = pathBounds.bottom; + $._clipIdCounter = $._clipIdCounter + 1; + t3 = $.$get$kSvgResourceHeader().cloneNode(false); + t4 = self.document.createElementNS("http://www.w3.org/2000/svg", "defs"); + t3.append(t4); + t5 = $._clipIdCounter; + t6 = self.document.createElementNS("http://www.w3.org/2000/svg", "clipPath"); + t4.append(t6); + t6.id = "svgClip" + t5; + t5 = self.document.createElementNS("http://www.w3.org/2000/svg", "path"); + t6.append(t5); + A.callMethod(t5, _s12_, ["fill", "#FFFFFF"]); + t4 = $.$get$_browserEngine(); + if (t4 !== B.BrowserEngine_2) { + A.callMethod(t6, _s12_, ["clipPathUnits", "objectBoundingBox"]); + A.callMethod(t5, _s12_, ["transform", "scale(" + A.S(1 / t1) + ", " + A.S(1 / t2) + ")"]); + } + A.callMethod(t5, _s12_, ["d", A.pathToSvg(type$.SurfacePath._as(clipPath).pathRef, 0, 0)]); + t5 = "url(#svgClip" + $._clipIdCounter + ")"; + if (t4 === B.BrowserEngine_1) { + t4 = element.style; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "-webkit-clip-path", t5); + } + t4 = element.style; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "clip-path", t5); + t4 = element.style; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "width", A.S(t1) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t4, "height", A.S(t2) + "px"); + return t3; }, SvgFilterBuilder$() { - var t1 = type$.SvgSvgElement._as($.$get$kSvgResourceHeader().cloneNode(false)), - t2 = type$.FilterElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "filter"))), + var t4, + t1 = $.$get$kSvgResourceHeader().cloneNode(false), + t2 = self.document.createElementNS("http://www.w3.org/2000/svg", "filter"), t3 = $.SvgFilterBuilder__filterIdCounter + 1; $.SvgFilterBuilder__filterIdCounter = t3; t3 = "_fcf" + t3; t2.id = t3; - t2.filterUnits.baseVal = 2; - t2.x.baseVal.valueAsString = "0%"; - t2.y.baseVal.valueAsString = "0%"; - t2.width.baseVal.valueAsString = "100%"; - t2.height.baseVal.valueAsString = "100%"; + t4 = t2.filterUnits; + t4.toString; + t4.baseVal = 2; + t4 = t2.x.baseVal; + t4.toString; + t4.valueAsString = "0%"; + t4 = t2.y.baseVal; + t4.toString; + t4.valueAsString = "0%"; + t4 = t2.width.baseVal; + t4.toString; + t4.valueAsString = "100%"; + t4 = t2.height.baseVal; + t4.toString; + t4.valueAsString = "100%"; return new A.SvgFilterBuilder(t3, t1, t2); }, _blendColorFilterToSvg(color, svgBlendMode, swapLayers) { @@ -1634,45 +1893,44 @@ builder.setFeBlend$3$in1$in2$mode(_s13_, _s5_, svgBlendMode.blendMode); else builder.setFeBlend$3$in1$in2$mode(_s5_, _s13_, svgBlendMode.blendMode); - return builder.build$0(0); + return builder.build$0(); }, buildDrawRectElement(rect, paint, tagName, transform) { - var isStroke, strokeWidth, t2, t3, left, right, $top, bottom, effectiveTransform, translated, style, cssColor, sigma, url, - t1 = document.createElement(tagName); - type$.HtmlElement._as(t1); - isStroke = paint.style === B.PaintingStyle_1; - strokeWidth = paint.strokeWidth; + var t1, t2, left, right, $top, bottom, effectiveTransform, translated, cssColor, sigma, t3, url, + rectangle = A.DomDocumentExtension_createElement(self.document, tagName), + isStroke = paint.style === B.PaintingStyle_1, + strokeWidth = paint.strokeWidth; if (strokeWidth == null) strokeWidth = 0; - t2 = rect.left; - t3 = rect.right; - left = Math.min(A.checkNum(t2), A.checkNum(t3)); - right = Math.max(A.checkNum(t2), A.checkNum(t3)); - t3 = rect.top; - t2 = rect.bottom; - $top = Math.min(A.checkNum(t3), A.checkNum(t2)); - bottom = Math.max(A.checkNum(t3), A.checkNum(t2)); + t1 = rect.left; + t2 = rect.right; + left = Math.min(A.checkNum(t1), A.checkNum(t2)); + right = Math.max(A.checkNum(t1), A.checkNum(t2)); + t2 = rect.top; + t1 = rect.bottom; + $top = Math.min(A.checkNum(t2), A.checkNum(t1)); + bottom = Math.max(A.checkNum(t2), A.checkNum(t1)); if (transform.isIdentity$0(0)) if (isStroke) { - t2 = strokeWidth / 2; - effectiveTransform = "translate(" + A.S(left - t2) + "px, " + A.S($top - t2) + "px)"; + t1 = strokeWidth / 2; + effectiveTransform = "translate(" + A.S(left - t1) + "px, " + A.S($top - t1) + "px)"; } else effectiveTransform = "translate(" + A.S(left) + "px, " + A.S($top) + "px)"; else { - t2 = new Float32Array(16); - translated = new A.Matrix40(t2); + t1 = new Float32Array(16); + translated = new A.Matrix40(t1); translated.setFrom$1(transform); if (isStroke) { - t3 = strokeWidth / 2; - translated.translate$2(0, left - t3, $top - t3); + t2 = strokeWidth / 2; + translated.translate$2(0, left - t2, $top - t2); } else translated.translate$2(0, left, $top); - effectiveTransform = A.float64ListToCssTransform(t2); + effectiveTransform = A.float64ListToCssTransform(t1); } - style = t1.style; - style.position = "absolute"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "transform-origin"), "0 0 0", ""); - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "transform"), effectiveTransform, ""); + t1 = rectangle.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", effectiveTransform); t2 = paint.color; if (t2 == null) cssColor = "#000000"; @@ -1686,7 +1944,7 @@ sigma = t2._sigma; t2 = $.$get$_browserEngine(); if (t2 === B.BrowserEngine_1 && !isStroke) { - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "box-shadow"), "0px 0px " + A.S(sigma * 2) + "px " + cssColor, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "box-shadow", "0px 0px " + A.S(sigma * 2) + "px " + cssColor); t2 = paint.color; if (t2 == null) t2 = B.Color_4278190080; @@ -1694,23 +1952,22 @@ t2.toString; cssColor = t2; } else - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "filter"), "blur(" + A.S(sigma) + "px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "filter", "blur(" + A.S(sigma) + "px)"); } t2 = right - left; + t3 = bottom - $top; if (isStroke) { - style.width = A.S(t2 - strokeWidth) + "px"; - style.height = A.S(bottom - $top - strokeWidth) + "px"; - t2 = A._borderStrokeToCssUnit(strokeWidth); - style.border = t2 + " solid " + cssColor; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(t2 - strokeWidth) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(t3 - strokeWidth) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border", A._borderStrokeToCssUnit(strokeWidth) + " solid " + cssColor); } else { - style.width = A.S(t2) + "px"; - style.height = A.S(bottom - $top) + "px"; - style.backgroundColor = cssColor; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(t2) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(t3) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background-color", cssColor); url = A._getBackgroundImageUrl(paint.shader, rect); - t2 = url !== "" ? "url('" + A.S(url) + "'" : ""; - style.backgroundImage = t2; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background-image", url !== "" ? "url('" + A.S(url) + "'" : ""); } - return t1; + return rectangle; }, _getBackgroundImageUrl(shader, bounds) { if (shader != null) @@ -1722,76 +1979,26 @@ var t3, t4, t1 = rrect.tlRadiusX, t2 = rrect.trRadiusX; - if (t1 === t2) { + if (t1 == t2) { t3 = rrect.blRadiusX; - if (t1 === t3) { + if (t1 == t3) { t4 = rrect.brRadiusX; - t3 = t1 === t4 && t1 === rrect.tlRadiusY && t2 === rrect.trRadiusY && t3 === rrect.blRadiusY && t4 === rrect.brRadiusY; + t3 = t1 == t4 && t1 == rrect.tlRadiusY && t2 == rrect.trRadiusY && t3 == rrect.blRadiusY && t4 == rrect.brRadiusY; } else t3 = false; } else t3 = false; if (t3) { - t1 = A._borderStrokeToCssUnit(rrect.blRadiusX); - style.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-radius"), t1, ""); + A.DomCSSStyleDeclarationExtension_setProperty(style, "border-radius", A._borderStrokeToCssUnit(rrect.blRadiusX)); return; } - t1 = A._borderStrokeToCssUnit(t1); - t3 = A._borderStrokeToCssUnit(rrect.tlRadiusY); - style.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-top-left-radius"), t1 + " " + t3, ""); - t2 = A._borderStrokeToCssUnit(t2); - t3 = A._borderStrokeToCssUnit(rrect.trRadiusY); - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-top-right-radius"), t2 + " " + t3, ""); - t3 = A._borderStrokeToCssUnit(rrect.blRadiusX); - t2 = A._borderStrokeToCssUnit(rrect.blRadiusY); - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-bottom-left-radius"), t3 + " " + t2, ""); - t2 = A._borderStrokeToCssUnit(rrect.brRadiusX); - t3 = A._borderStrokeToCssUnit(rrect.brRadiusY); - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-bottom-right-radius"), t2 + " " + t3, ""); + A.DomCSSStyleDeclarationExtension_setProperty(style, "border-top-left-radius", A._borderStrokeToCssUnit(t1) + " " + A._borderStrokeToCssUnit(rrect.tlRadiusY)); + A.DomCSSStyleDeclarationExtension_setProperty(style, "border-top-right-radius", A._borderStrokeToCssUnit(t2) + " " + A._borderStrokeToCssUnit(rrect.trRadiusY)); + A.DomCSSStyleDeclarationExtension_setProperty(style, "border-bottom-left-radius", A._borderStrokeToCssUnit(rrect.blRadiusX) + " " + A._borderStrokeToCssUnit(rrect.blRadiusY)); + A.DomCSSStyleDeclarationExtension_setProperty(style, "border-bottom-right-radius", A._borderStrokeToCssUnit(rrect.brRadiusX) + " " + A._borderStrokeToCssUnit(rrect.brRadiusY)); }, _borderStrokeToCssUnit(value) { - return B.JSNumber_methods.toStringAsFixed$1(value === 0 ? 1 : value, 3) + "px"; - }, - pathToSvgElement(path, paint, width, height) { - var svgPath, color, t1, t2, _s4_ = "fill", - root = A.SvgSvgElement_SvgSvgElement(); - root.setAttribute("width", width + "px"); - root.setAttribute("height", height + "px"); - root.setAttribute("viewBox", "0 0 " + width + " " + height); - svgPath = type$.PathElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "path"))); - root.appendChild(svgPath); - color = paint.color; - t1 = color == null; - if (t1) - color = B.Color_4278190080; - t2 = paint.style; - if (t2 !== B.PaintingStyle_1) - if (t2 !== B.PaintingStyle_0) { - t2 = paint.strokeWidth; - t2 = t2 !== 0 && t2 != null; - } else - t2 = false; - else - t2 = true; - if (t2) { - t1 = A.colorToCssString(color); - t1.toString; - svgPath.setAttribute("stroke", t1); - t1 = paint.strokeWidth; - svgPath.setAttribute("stroke-width", A.S(t1 == null ? 1 : t1)); - svgPath.setAttribute(_s4_, "none"); - } else if (!t1) { - t1 = A.colorToCssString(color); - t1.toString; - svgPath.setAttribute(_s4_, t1); - } else - svgPath.setAttribute(_s4_, "#000000"); - if (path._fillType === B.PathFillType_1) - svgPath.setAttribute("fill-rule", "evenodd"); - svgPath.setAttribute("d", A.pathToSvg(path.pathRef, 0, 0)); - return root; + return J.toStringAsFixed$1$n(value === 0 ? 1 : value, 3) + "px"; }, Conic__subdivide(src, level, pointList) { var dst, t1, t2, startY, endY, midY, t3; @@ -2295,44 +2502,12 @@ return new A.Offset(coeff.evalX$1(t), coeff.evalY$1(t)); } }, - pathToSvgClipPath(path, offsetX, offsetY, scaleX, scaleY) { - var root, t1, t2, defs, t3, clipPath, svgPath, - _s26_ = "http://www.w3.org/2000/svg"; - $._clipIdCounter = $._clipIdCounter + 1; - root = type$.SvgSvgElement._as($.$get$kSvgResourceHeader().cloneNode(false)); - t1 = document; - t2 = type$.SvgElement; - defs = type$.DefsElement._as(t2._as(B.HtmlDocument_methods.createElementNS$2(t1, _s26_, "defs"))); - root.appendChild(defs); - t3 = $._clipIdCounter; - clipPath = type$.ClipPathElement._as(t2._as(B.HtmlDocument_methods.createElementNS$2(t1, _s26_, "clipPath"))); - defs.appendChild(clipPath); - clipPath.id = "svgClip" + t3; - svgPath = type$.PathElement._as(t2._as(B.HtmlDocument_methods.createElementNS$2(t1, _s26_, "path"))); - clipPath.appendChild(svgPath); - svgPath.setAttribute("fill", "#FFFFFF"); - t1 = $.$get$_browserEngine(); - if (t1 !== B.BrowserEngine_2) { - clipPath.setAttribute("clipPathUnits", "objectBoundingBox"); - svgPath.setAttribute("transform", "scale(" + A.S(scaleX) + ", " + A.S(scaleY) + ")"); - } - svgPath.setAttribute("d", A.pathToSvg(type$.SurfacePath._as(path).pathRef, offsetX, offsetY)); - return root; - }, reduceCanvasMemoryUsage() { - var i, t1, t2, + var i, canvasCount = $._recycledCanvases.length; - for (i = 0; i < canvasCount; ++i) { - t1 = $._recycledCanvases[i]._canvasPool; - t2 = $.$get$_browserEngine(); - if (t2 === B.BrowserEngine_1 && t1.__engine$_canvas != null) { - t2 = t1.__engine$_canvas; - t2.height = 0; - t2.width = 0; - } - t1._clearActiveCanvasList$0(); - } - B.JSArray_methods.set$length($._recycledCanvases, 0); + for (i = 0; i < canvasCount; ++i) + $._recycledCanvases[i]._canvasPool.dispose$0(); + B.JSArray_methods.clear$0($._recycledCanvases); }, _recycleCanvas(canvas) { if (canvas != null && B.JSArray_methods.contains$1($._recycledCanvases, canvas)) @@ -2342,9 +2517,9 @@ if (canvas.__engine$_devicePixelRatio === A.EnginePlatformDispatcher_browserDevicePixelRatio()) { $._recycledCanvases.push(canvas); if ($._recycledCanvases.length > 30) - B.JSArray_methods.removeAt$1($._recycledCanvases, 0)._canvasPool.dispose$0(0); + B.JSArray_methods.removeAt$1($._recycledCanvases, 0)._canvasPool.dispose$0(); } else - canvas._canvasPool.dispose$0(0); + canvas._canvasPool.dispose$0(); } }, PersistedPicture__predictTrend(delta, extent) { @@ -2354,8 +2529,13 @@ return Math.min(Math.max(extent * 0.5, delta * 10), extent); }, _computePixelDensity(transform, width, height) { - var m, t1, t2, minX, t3, minY, t4, t5, t6, t7, wp, t8, t9, t10, t11, xp, t12, t13, t14, t15, yp, minX0, maxX, minY0, maxY, scale; - if (transform == null || transform.isIdentityOrTranslation$0()) + var t1, m, t2, minX, t3, minY, t4, t5, t6, t7, wp, t8, t9, t10, t11, xp, t12, t13, t14, t15, yp, minX0, maxX, minY0, maxY, scale; + if (transform != null) { + t1 = transform.__engine$_m4storage; + t1 = t1[15] === 1 && t1[0] === 1 && t1[1] === 0 && t1[2] === 0 && t1[3] === 0 && t1[4] === 0 && t1[5] === 1 && t1[6] === 0 && t1[7] === 0 && t1[8] === 0 && t1[9] === 0 && t1[10] === 1 && t1[11] === 0; + } else + t1 = true; + if (t1) return 1; m = transform.__engine$_m4storage; t1 = m[12]; @@ -2523,10 +2703,9 @@ } }, _addColorStopsToCanvasGradient(gradient, colors, colorStops, isDecal) { - var scale, offset, t1, i, colorStop, - _s9_ = "#00000000"; + var scale, offset, t1, i, colorStop; if (isDecal) { - gradient.addColorStop(0, _s9_); + gradient.addColorStop(0, "#00000000"); scale = 0.999; offset = 0.0005000000000000004; } else { @@ -2548,7 +2727,7 @@ gradient.addColorStop(colorStop * scale + offset, t1); } if (isDecal) - gradient.addColorStop(1, _s9_); + gradient.addColorStop(1, "#00000000"); }, _writeSharedGradientShader(builder, method, gradient, tileMode) { var t1, t2, t3, i, probeName, @@ -2760,11 +2939,6 @@ $.MouseCursor__instance = new A.MouseCursor(); if ($._flutterViewEmbedder == null) $._flutterViewEmbedder = A.FlutterViewEmbedder$(); - if ($.$get$useCanvasKit()) { - t1 = A._ElementFactoryProvider_createElement_tag("flt-scene", null); - $.skiaSceneHost = t1; - $._flutterViewEmbedder.renderScene$1(t1); - } $._initializationState = B.DebugEngineInitializationState_4; case 1: // return @@ -2794,7 +2968,7 @@ if (t1) { if ($._skiaFontCollection == null) { t2 = type$.String; - $._skiaFontCollection = new A.SkiaFontCollection(A.LinkedHashSet_LinkedHashSet$_empty(t2), A._setArrayType([], type$.JSArray_Future_nullable_RegisteredFont), A._setArrayType([], type$.JSArray_RegisteredFont), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.List_SkFont)); + $._skiaFontCollection = new A.SkiaFontCollection(A.LinkedHashSet_LinkedHashSet$_empty(t2), A._setArrayType([], type$.JSArray_Future_nullable_RegisteredFont), A._setArrayType([], type$.JSArray_RegisteredFont), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.List_JavaScriptObject)); } } else { t2 = $._fontCollection; @@ -2802,7 +2976,7 @@ t2 = $._fontCollection = new A.FontCollection(); t2._testFontManager = t2._assetFontManager = null; if ($.$get$supportsFontsClearApi()) - document.fonts.clear(); + self.document.fonts.clear(); } t2 = $._assetManager; $async$goto = t2 != null ? 3 : 4; @@ -2841,26 +3015,6 @@ self._flutter_web_set_location_strategy = A.allowInterop(new A._addUrlStrategyListener_closure()); $._hotRestartListeners.push(new A._addUrlStrategyListener_closure0()); }, - toMatrix32(matrix64) { - var matrix32 = new Float32Array(16); - matrix32[15] = matrix64[15]; - matrix32[14] = matrix64[14]; - matrix32[13] = matrix64[13]; - matrix32[12] = matrix64[12]; - matrix32[11] = matrix64[11]; - matrix32[10] = matrix64[10]; - matrix32[9] = matrix64[9]; - matrix32[8] = matrix64[8]; - matrix32[7] = matrix64[7]; - matrix32[6] = matrix64[6]; - matrix32[5] = matrix64[5]; - matrix32[4] = matrix64[4]; - matrix32[3] = matrix64[3]; - matrix32[2] = matrix64[2]; - matrix32[1] = matrix64[1]; - matrix32[0] = matrix64[0]; - return matrix32; - }, Keyboard$_(_onMacOs) { var t1 = new A.Keyboard(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Timer), _onMacOs); t1.Keyboard$_$1(_onMacOs); @@ -2894,19 +3048,20 @@ return type$.Map_dynamic_dynamic._is(state) && J.$eq$(J.$index$asx(state, "flutter"), true); }, EnginePlatformDispatcher_browserDevicePixelRatio() { - var ratio = window.devicePixelRatio; - return ratio == null || ratio === 0 ? 1 : ratio; + var t1 = self.window.devicePixelRatio; + return t1 == null || t1 === 0 ? 1 : t1; }, EnginePlatformDispatcher__zonedPlatformMessageResponseCallback(callback) { return new A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure($.Zone__current, callback); }, EnginePlatformDispatcher_parseBrowserLanguages() { - var locales, t1, t2, t3, parts, - languages = window.navigator.languages; - if (languages == null || J.get$isEmpty$asx(languages)) + var locales, t2, t3, parts, + t1 = self.window.navigator.languages; + t1 = t1 == null ? null : J.cast$1$0$ax(t1, type$.String); + if (t1 == null || t1.get$isEmpty(t1)) return B.List_Locale_en_US; locales = A._setArrayType([], type$.JSArray_Locale); - for (t1 = J.get$iterator$ax(languages), t2 = type$.JSArray_String; t1.moveNext$0();) { + for (t1 = t1.get$iterator(t1), t2 = type$.JSArray_String; t1.moveNext$0();) { t3 = t1.get$current(t1); parts = A._setArrayType(t3.split("-"), t2); if (parts.length > 1) @@ -2959,7 +3114,7 @@ }, findBrowserTextScaleFactor() { var computedStyleMap, t2, fontSizeObject, fontSize, - t1 = document.documentElement; + t1 = self.document.documentElement; t1.toString; if ("computedStyleMap" in t1) { computedStyleMap = t1.computedStyleMap(); @@ -2972,19 +3127,16 @@ } else fontSize = null; if (fontSize == null) - fontSize = A.parseFloat(J.getComputedStyle$0$x(t1).fontSize); + fontSize = A.parseFloat(A.DomWindowExtension_getComputedStyle(self.window, t1).getPropertyValue("font-size")); return (fontSize == null ? 16 : fontSize) / 16; }, createPlatformViewSlot(viewId) { var slot, - t1 = document, - wrapper = t1.createElement("flt-platform-view-slot"), - t2 = wrapper.style; - t2.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t2, B.CssStyleDeclaration_methods._browserPropertyName$1(t2, "pointer-events"), "auto", ""); - slot = t1.createElement("slot"); - slot.setAttribute("name", "flt-pv-slot-" + A.S(viewId)); - wrapper.appendChild(slot); + wrapper = A.DomDocumentExtension_createElement(self.document, "flt-platform-view-slot"); + A.DomCSSStyleDeclarationExtension_setProperty(wrapper.style, "pointer-events", "auto"); + slot = A.DomDocumentExtension_createElement(self.document, "slot"); + A.callMethod(slot, "setAttribute", ["name", "flt-pv-slot-" + A.S(viewId)]); + wrapper.append(slot); return wrapper; }, convertButtonToButtons(button) { @@ -2999,6 +3151,17 @@ return B.JSInt_methods.$shl(1, button); } }, + _Listener__Listener$register(capture, $event, handler, target) { + var jsHandler = A.allowInterop(new A._Listener__Listener$register_closure(handler)); + A.DomEventTargetExtension_addEventListener(target, $event, jsHandler, capture); + return new A._Listener($event, target, jsHandler, capture, false); + }, + _Listener__Listener$registerNative($event, handler, target) { + var eventOptions = A.createPlainJsObject(A.LinkedHashMap_LinkedHashMap$_literal(["capture", false, "passive", false], type$.String, type$.nullable_Object)), + jsHandler = A.allowInterop(new A._Listener__Listener$registerNative_closure(handler)); + A.callMethod(target, "addEventListener", [$event, jsHandler, eventOptions]); + return new A._Listener($event, target, jsHandler, false, true); + }, _BaseAdapter__eventTimeStampToDuration(milliseconds) { var ms = J.toInt$0$n(milliseconds); return A.Duration$(0, 0, B.JSNumber_methods.toInt$0((milliseconds - ms) * 1000), ms, 0, 0); @@ -3010,29 +3173,29 @@ frameTimingsOnVsync() { if ($.$get$EnginePlatformDispatcher__instance()._onReportTimings == null) return; - $._vsyncStartMicros = B.JSNumber_methods.toInt$0(window.performance.now() * 1000); + $._vsyncStartMicros = B.JSNumber_methods.toInt$0(self.window.performance.now() * 1000); }, frameTimingsOnBuildStart() { if ($.$get$EnginePlatformDispatcher__instance()._onReportTimings == null) return; - $._buildStartMicros = B.JSNumber_methods.toInt$0(window.performance.now() * 1000); + $._buildStartMicros = B.JSNumber_methods.toInt$0(self.window.performance.now() * 1000); }, frameTimingsOnBuildFinish() { if ($.$get$EnginePlatformDispatcher__instance()._onReportTimings == null) return; - $._buildFinishMicros = B.JSNumber_methods.toInt$0(window.performance.now() * 1000); + $._buildFinishMicros = B.JSNumber_methods.toInt$0(self.window.performance.now() * 1000); }, frameTimingsOnRasterStart() { if ($.$get$EnginePlatformDispatcher__instance()._onReportTimings == null) return; - $._rasterStartMicros = B.JSNumber_methods.toInt$0(window.performance.now() * 1000); + $._rasterStartMicros = B.JSNumber_methods.toInt$0(self.window.performance.now() * 1000); }, frameTimingsOnRasterFinish() { var now, t2, t1 = $.$get$EnginePlatformDispatcher__instance(); if (t1._onReportTimings == null) return; - now = $._rasterFinishMicros = B.JSNumber_methods.toInt$0(window.performance.now() * 1000); + now = $._rasterFinishMicros = B.JSNumber_methods.toInt$0(self.window.performance.now() * 1000); $._frameTimings.push(new A.FrameTiming(A._setArrayType([$._vsyncStartMicros, $._buildStartMicros, $._buildFinishMicros, $._rasterStartMicros, now, now, 0, 0, 0, 0, 1], type$.JSArray_int))); $._rasterFinishMicros = $._rasterStartMicros = $._buildFinishMicros = $._buildStartMicros = $._vsyncStartMicros = -1; if (now - $.$get$_frameTimingsLastSubmitTime() > 100000) { @@ -3043,7 +3206,7 @@ } }, _nowMicros() { - return B.JSNumber_methods.toInt$0(window.performance.now() * 1000); + return B.JSNumber_methods.toInt$0(self.window.performance.now() * 1000); }, createPlainJsObject(properties) { var t1 = A.JsObject_JsObject$jsify(properties); @@ -3070,11 +3233,11 @@ fontSize = null; } else fontSize = null; - return fontSize == null ? A.parseFloat(J.getComputedStyle$0$x(element).fontSize) : fontSize; + return fontSize == null ? A.parseFloat(A.DomWindowExtension_getComputedStyle(self.window, element).getPropertyValue("font-size")) : fontSize; }, tryCreateCanvasElement(width, height) { var exception, - canvas = document.createElement("CANVAS"); + canvas = self.document.createElement("CANVAS"); if (canvas == null) return null; try { @@ -3100,10 +3263,13 @@ return B._CheckableKind_0; }, Incrementable$(semanticsObject) { - var t1 = new A.Incrementable(A.InputElement_InputElement(null), semanticsObject); + var t1 = new A.Incrementable(A.DomDocumentExtension_createElement(self.document, "input"), semanticsObject); t1.Incrementable$1(semanticsObject); return t1; }, + EngineAccessibilityFeaturesBuilder$(_index) { + return new A.EngineAccessibilityFeaturesBuilder(_index); + }, SemanticsObject__clearSemanticElementTransform(element) { var t1 = element.style; t1.removeProperty("transform-origin"); @@ -3115,8 +3281,8 @@ t1 = true; if (t1) { t1 = element.style; - t1.top = "0px"; - t1.left = "0px"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "0px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "0px"); } else { t1 = element.style; t1.removeProperty("top"); @@ -3170,7 +3336,7 @@ t1.toString; return t1; } - return $.SemanticsTextEditingStrategy__instance = new A.SemanticsTextEditingStrategy(owner, A._setArrayType([], type$.JSArray_StreamSubscription_Event)); + return $.SemanticsTextEditingStrategy__instance = new A.SemanticsTextEditingStrategy(owner, A._setArrayType([], type$.JSArray_DomSubscription), $, $, $, null); }, _TypedDataBuffer__reverse(buffer, start, end) { var first, last; @@ -3211,27 +3377,10 @@ return null; return new A.SurfaceShadowData(Math.min(elevation * ((800 + (shape.right - shape.left) * 0.5) / 600), elevation * ((800 + (shape.bottom - shape.top) * 0.5) / 600)), A.computeShadowOffset(elevation)); }, - applyCssShadow(element, shape, elevation, color) { - var t1, t2, t3, t4, - _s10_ = "box-shadow", - shadow = A.computeShadow(shape, elevation); - if (shadow == null) { - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_), "none", ""); - } else { - color = A.toShadowColor(color); - t1 = element.style; - t2 = shadow.offset; - t3 = shadow.blurWidth; - t4 = color.value; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_), A.S(t2._dx) + "px " + A.S(t2._dy) + "px " + A.S(t3) + "px 0px rgba(" + (t4 >>> 16 & 255) + ", " + (t4 >>> 8 & 255) + ", " + (t4 & 255) + ", " + A.S((t4 >>> 24 & 255) / 255) + ")", ""); - } - }, - toShadowColor(color) { - var t1 = color.value; - return new A.Color(((B.JSNumber_methods.round$0(0.3 * (t1 >>> 24 & 255)) & 255) << 24 | t1 & 16777215) >>> 0); + createSVGSVGElement() { + var t1 = self.document.createElementNS("http://www.w3.org/2000/svg", "svg"); + A.callMethod(t1, "setAttribute", ["version", "1.1"]); + return t1; }, FontManager_FontManager() { var t1 = type$.JSArray_Future_void; @@ -3549,21 +3698,22 @@ return new A.LineBreakResult(t1, lastNonNewlineIndex, lastNonSpaceIndex, B.LineBreakType_3); }, measureSubstring(_canvasContext, text, start, end, letterSpacing) { - var cssFont, width, t1; + var t1, width, sub, t2; if (start === end) return 0; - cssFont = _canvasContext.font; - if (start === $._lastStart && end === $._lastEnd && text === $._lastText && cssFont == $._lastCssFont) + t1 = _canvasContext.font; + if (start === $._lastStart && end === $._lastEnd && text === $._lastText && t1 == $._lastCssFont) width = $._lastWidth; else { - t1 = _canvasContext.measureText(start === 0 && end === text.length ? text : B.JSString_methods.substring$2(text, start, end)).width; - t1.toString; - width = t1; + sub = start === 0 && end === text.length ? text : B.JSString_methods.substring$2(text, start, end); + t2 = _canvasContext.measureText(sub).width; + t2.toString; + width = t2; } $._lastStart = start; $._lastEnd = end; $._lastText = text; - $._lastCssFont = cssFont; + $._lastCssFont = t1; $._lastWidth = width; if (letterSpacing == null) letterSpacing = 0; @@ -3863,58 +4013,58 @@ else if (inputConfiguration === "TextCapitalization.characters") t1 = B.TextCapitalization_2; else - t1 = inputConfiguration === "TextCapitalization.sentences" ? B.TextCapitalization_10 : B.TextCapitalization_30; + t1 = inputConfiguration === "TextCapitalization.sentences" ? B.TextCapitalization_1 : B.TextCapitalization_3; return new A.TextCapitalizationConfig(t1); }, _emptyCallback(_) { }, _hideAutofillElements(domElement, isOffScreen) { - var t1, + var t2, _s11_ = "transparent", _s4_ = "none", - elementStyle = domElement.style; - elementStyle.whiteSpace = "pre-wrap"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "align-content"), "center", ""); - elementStyle.padding = "0"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "opacity"), "1", ""); - elementStyle.color = _s11_; - elementStyle.backgroundColor = _s11_; - elementStyle.background = _s11_; - elementStyle.outline = _s4_; - elementStyle.border = _s4_; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "resize"), _s4_, ""); - elementStyle.width = "0"; - elementStyle.height = "0"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "text-shadow"), _s11_, ""); - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "transform-origin"), "0 0 0", ""); + t1 = domElement.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "white-space", "pre-wrap"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "align-content", "center"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "padding", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "opacity", "1"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "color", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background-color", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "outline", _s4_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border", _s4_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "resize", _s4_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "text-shadow", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); if (isOffScreen) { - elementStyle.top = "-9999px"; - elementStyle.left = "-9999px"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "-9999px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "-9999px"); } - t1 = $.$get$_browserEngine(); - if (t1 !== B.BrowserEngine_0) - if (t1 !== B.BrowserEngine_5) - t1 = t1 === B.BrowserEngine_1; + t2 = $.$get$_browserEngine(); + if (t2 !== B.BrowserEngine_0) + if (t2 !== B.BrowserEngine_5) + t2 = t2 === B.BrowserEngine_1; else - t1 = true; + t2 = true; else - t1 = true; - if (t1) + t2 = true; + if (t2) domElement.classList.add("transparentTextEditing"); - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "caret-color"), _s11_, null); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "caret-color", _s11_); }, EngineAutofillForm_fromFrameworkMessage(focusedElementAutofill, fields) { var t1, elements, items, formElement, ids, focusedElement, t2, t3, t4, t5, autofillInfo, t6, autofill, htmlElement, _i, id, formIdentifier, form, submitButton; if (focusedElementAutofill == null) return null; t1 = type$.String; - elements = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.HtmlElement); + elements = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.JavaScriptObject); items = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AutofillInfo); - formElement = document.createElement("form"); + formElement = A.DomDocumentExtension_createElement(self.document, "form"); formElement.noValidate = true; formElement.method = "post"; formElement.action = "#"; - B.FormElement_methods.addEventListener$2(formElement, "submit", new A.EngineAutofillForm_fromFrameworkMessage_closure()); + A.DomEventTargetExtension_addEventListener(formElement, "submit", A.allowInterop(new A.EngineAutofillForm_fromFrameworkMessage_closure()), null); A._hideAutofillElements(formElement, false); ids = J.JSArray_JSArray$growable(0, t1); focusedElement = A.AutofillInfo_AutofillInfo$fromFrameworkMessage(focusedElementAutofill, B.TextCapitalizationConfig_TextCapitalization_3); @@ -3929,7 +4079,7 @@ else if (t6 === "TextCapitalization.characters") t6 = B.TextCapitalization_2; else - t6 = t6 === "TextCapitalization.sentences" ? B.TextCapitalization_10 : B.TextCapitalization_30; + t6 = t6 === "TextCapitalization.sentences" ? B.TextCapitalization_1 : B.TextCapitalization_3; autofill = A.AutofillInfo_AutofillInfo$fromFrameworkMessage(autofillInfo, new A.TextCapitalizationConfig(t6)); t6 = autofill.uniqueIdentifier; ids.push(t6); @@ -3940,7 +4090,7 @@ A._hideAutofillElements(htmlElement, false); items.$indexSet(0, t6, autofill); elements.$indexSet(0, t6, htmlElement); - formElement.appendChild(htmlElement); + formElement.append(htmlElement); } } else @@ -3955,12 +4105,12 @@ formIdentifier = t2.charCodeAt(0) == 0 ? t2 : t2; form = $.formsOnTheDom.$index(0, formIdentifier); if (form != null) - B.FormElement_methods.remove$0(form); - submitButton = A.InputElement_InputElement(null); + form.remove(); + submitButton = A.DomDocumentExtension_createElement(self.document, "input"); A._hideAutofillElements(submitButton, true); submitButton.className = "submitBtn"; submitButton.type = "submit"; - formElement.appendChild(submitButton); + formElement.append(submitButton); return new A.EngineAutofillForm(formElement, elements, items, formIdentifier); }, AutofillInfo_AutofillInfo$fromFrameworkMessage(autofill, textCapitalization) { @@ -4015,11 +4165,8 @@ if (t6 && previousSelectionWasCollapsed && isCurrentlyComposing) { t7.toString; t3 = newTextEditingDeltaState.deltaStart = t7; - t8.toString; - t8 = newTextEditingDeltaState.deltaEnd = t8; - t4 = t8; } - if (!(t3 === -1 && t3 == t4)) { + if (!(t3 === -1 && t3 === t4)) { textAfterDelta = A._replace(t1, t2, new A.TextRange(t3, t4)); t3 = newEditingState.text; t3.toString; @@ -4047,7 +4194,7 @@ newTextEditingDeltaState.extentOffset = newEditingState.extentOffset; return newTextEditingDeltaState; }, - EditingState$(baseOffset, extentOffset, text) { + EditingState$(baseOffset, composingBaseOffset, composingExtentOffset, extentOffset, text) { var t1 = baseOffset == null, t2 = t1 ? 0 : baseOffset, t3 = extentOffset == null, @@ -4055,22 +4202,31 @@ t4 = Math.max(0, Math.min(t2, t4)); t1 = t1 ? 0 : baseOffset; t2 = t3 ? 0 : extentOffset; - return new A.EditingState(text, t4, Math.max(0, Math.max(t1, t2))); + return new A.EditingState(text, t4, Math.max(0, Math.max(t1, t2)), composingBaseOffset, composingExtentOffset); }, EditingState_EditingState$fromFrameworkMessage(flutterEditingState) { - var t1 = J.getInterceptor$asx(flutterEditingState); - return A.EditingState$(A._asIntS(t1.$index(flutterEditingState, "selectionBase")), A._asIntS(t1.$index(flutterEditingState, "selectionExtent")), A._asStringQ(t1.$index(flutterEditingState, "text"))); + var t1 = J.getInterceptor$asx(flutterEditingState), + text = A._asStringQ(t1.$index(flutterEditingState, "text")), + selectionBase = A._asIntS(t1.$index(flutterEditingState, "selectionBase")), + selectionExtent = A._asIntS(t1.$index(flutterEditingState, "selectionExtent")); + return A.EditingState$(selectionBase, A._asIntQ(t1.$index(flutterEditingState, "composingBase")), A._asIntQ(t1.$index(flutterEditingState, "composingExtent")), selectionExtent, text); }, EditingState_EditingState$fromDomElement(domElement) { - var t1; - if (type$.InputElement._is(domElement)) { + var _null = null, + t1 = self.window.HTMLInputElement; + t1.toString; + if (domElement instanceof t1) { t1 = domElement.value; - return A.EditingState$(domElement.selectionStart, domElement.selectionEnd, t1); - } else if (type$.TextAreaElement._is(domElement)) { - t1 = domElement.value; - return A.EditingState$(domElement.selectionStart, domElement.selectionEnd, t1); - } else - throw A.wrapException(A.UnsupportedError$("Initialized with unsupported input type")); + return A.EditingState$(domElement.selectionStart, _null, _null, domElement.selectionEnd, t1); + } else { + t1 = self.window.HTMLTextAreaElement; + t1.toString; + if (domElement instanceof t1) { + t1 = domElement.value; + return A.EditingState$(domElement.selectionStart, _null, _null, domElement.selectionEnd, t1); + } else + throw A.wrapException(A.UnsupportedError$("Initialized with unsupported input type")); + } }, InputConfiguration$fromFrameworkMessage(flutterInputConfiguration) { var t5, t6, t7, t8, t9, @@ -4093,17 +4249,16 @@ t1 = A._asBoolQ(t1.$index(flutterInputConfiguration, "enableDeltaModel")); return new A.InputConfiguration(t3, t4, t6 === true, t5 === true, t7 !== false, t1 === true, t2, t9, t8); }, + GloballyPositionedTextEditingStrategy$(owner) { + return new A.GloballyPositionedTextEditingStrategy(owner, A._setArrayType([], type$.JSArray_DomSubscription), $, $, $, null); + }, saveForms() { $.formsOnTheDom.forEach$1(0, new A.saveForms_closure()); }, cleanForms() { - var t1, t2, t3; - for (t1 = $.formsOnTheDom.get$values($.formsOnTheDom), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")); t2.moveNext$0();) { - t1 = t2.__internal$_current; - t3 = t1.parentNode; - if (t3 != null) - t3.removeChild(t1); - } + var t1, t2; + for (t1 = $.formsOnTheDom.get$values($.formsOnTheDom), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")); t2.moveNext$0();) + t2.__internal$_current.remove(); $.formsOnTheDom.clear$0(0); }, futurize(callbacker, $T) { @@ -4117,12 +4272,9 @@ return t2; }, setElementTransform(element, matrix4) { - var t2, - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform-origin"), "0 0 0", ""); - t2 = A.float64ListToCssTransform(matrix4); - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); + var t1 = element.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", A.float64ListToCssTransform(matrix4)); }, float64ListToCssTransform(matrix) { var transformKind = A.transformKindOf(matrix); @@ -4303,8 +4455,8 @@ }, httpFetch(url) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Body), - $async$returnValue, t1, $async$temp1; + $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), + $async$returnValue, result; var $async$httpFetch = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -4312,13 +4464,13 @@ switch ($async$goto) { case 0: // Function start - t1 = window; - $async$temp1 = type$.Body; $async$goto = 3; - return A._asyncAwait(A.promiseToFuture(t1.fetch(url, null), type$.dynamic), $async$httpFetch); + return A._asyncAwait(A.promiseToFuture(self.window.fetch(url), type$.nullable_Object), $async$httpFetch); case 3: // returning from await. - $async$returnValue = $async$temp1._as($async$result); + result = $async$result; + result.toString; + $async$returnValue = type$.JavaScriptObject._as(result); // goto return $async$goto = 1; break; @@ -4334,41 +4486,38 @@ }, setElementStyle(element, $name, value) { var t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, $name), value, null); - }, - setClipPath(element, value) { - var t1 = $.$get$_browserEngine(); - if (t1 === B.BrowserEngine_1) { - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "-webkit-clip-path"), value, null); - } - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "clip-path"), value, null); + A.DomCSSStyleDeclarationExtension_setProperty(t1, $name, value); }, drawEllipse(context, centerX, centerY, radiusX, radiusY, rotation, startAngle, endAngle, antiClockwise) { var t1 = $._ellipseFeatureDetected; if (t1 == null ? $._ellipseFeatureDetected = context.ellipse != null : t1) - context.ellipse(centerX, centerY, radiusX, radiusY, rotation, startAngle, endAngle, antiClockwise); + A.callMethod(context, "ellipse", [centerX, centerY, radiusX, radiusY, rotation, startAngle, endAngle, antiClockwise]); else { context.save(); context.translate(centerX, centerY); context.rotate(rotation); context.scale(radiusX, radiusY); - context.arc(0, 0, 1, startAngle, endAngle, antiClockwise); + A.callMethod(context, "arc", A._setArrayType([0, 0, 1, startAngle, endAngle, antiClockwise], type$.JSArray_Object)); context.restore(); } }, removeAllChildren(node) { - var t1, t2; - for (; t1 = node.lastChild, t1 != null;) { - t2 = t1.parentNode; - if (t2 != null) - t2.removeChild(t1); + var t1; + for (; node.lastChild != null;) { + t1 = node.lastChild; + if (t1.parentNode != null) + t1.parentNode.removeChild(t1); } }, + FirstWhereOrNull_firstWhereOrNull(_this, test) { + var t1, element; + for (t1 = _this.$ti, t1 = new A.MappedIterator(J.get$iterator$ax(_this.__internal$_iterable), _this._f, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("MappedIterator<1,2>")); t1.moveNext$0();) { + element = t1.__internal$_current; + if (test.call$1(element)) + return element; + } + return null; + }, Matrix4_tryInvert0(other) { var r = new A.Matrix40(new Float32Array(16)); if (r.copyInverse$1(other) === 0) @@ -4393,6 +4542,26 @@ t1[2] = z; return new A.Vector30(t1); }, + toMatrix32(matrix64) { + var matrix32 = new Float32Array(16); + matrix32[15] = matrix64[15]; + matrix32[14] = matrix64[14]; + matrix32[13] = matrix64[13]; + matrix32[12] = matrix64[12]; + matrix32[11] = matrix64[11]; + matrix32[10] = matrix64[10]; + matrix32[9] = matrix64[9]; + matrix32[8] = matrix64[8]; + matrix32[7] = matrix64[7]; + matrix32[6] = matrix64[6]; + matrix32[5] = matrix64[5]; + matrix32[4] = matrix64[4]; + matrix32[3] = matrix64[3]; + matrix32[2] = matrix64[2]; + matrix32[1] = matrix64[1]; + matrix32[0] = matrix64[0]; + return matrix32; + }, EngineSingletonFlutterWindow$(windowId, platformDispatcher) { var t1 = new A.EngineSingletonFlutterWindow(windowId, platformDispatcher, A.Future_Future$value(null, type$.void), B.WindowPadding_0_0_0_0); t1.EngineFlutterWindow$2(windowId, platformDispatcher); @@ -4431,6 +4600,8 @@ }, AssetManager__baseUrl_closure0: function AssetManager__baseUrl_closure0() { }, + AssetManager__baseUrl_closure1: function AssetManager__baseUrl_closure1() { + }, AssetManagerException: function AssetManagerException(t0, t1) { this.url = t0; this.httpStatus = t1; @@ -4490,9 +4661,6 @@ }, CkRestoreCommand: function CkRestoreCommand() { }, - CkRestoreToCountCommand: function CkRestoreToCountCommand(t0) { - this.count = t0; - }, CkTranslateCommand: function CkTranslateCommand(t0, t1) { this.dx = t0; this.dy = t1; @@ -4801,7 +4969,7 @@ SkTypefaceFactory: function SkTypefaceFactory() { }, ProductionCollector: function ProductionCollector(t0) { - this.__ProductionCollector__skObjectFinalizationRegistry = $; + this.__ProductionCollector__skObjectFinalizationRegistry_F = $; this._skiaObjectCollectionQueue = t0; this._skiaObjectCollectionTimer = null; }, @@ -4857,23 +5025,20 @@ this.outer = t0; this.inner = t1; }, - HtmlViewEmbedder: function HtmlViewEmbedder(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + HtmlViewEmbedder: function HtmlViewEmbedder(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _._viewsUsingBackupSurface = t0; - _._pictureRecordersCreatedDuringPreroll = t1; - _._backupPictureRecorder = null; - _._pictureRecorders = t2; - _._currentCompositionParams = t3; - _._viewClipChains = t4; - _._overlays = t5; - _._viewsToRecomposite = t6; - _._compositionOrder = t7; - _._visibleViewCount = 0; - _._activeCompositionOrder = t8; - _._frameSize = t9; + _._warnedAboutTooManySurfaces = false; + _.__engine$_context = t0; + _._currentCompositionParams = t1; + _._viewClipChains = t2; + _._overlays = t3; + _._viewsToRecomposite = t4; + _._compositionOrder = t5; + _._activeCompositionOrder = t6; + _._frameSize = t7; _._clipPathCount = 0; _._svgPathDefs = null; - _._svgClipDefs = t10; + _._svgClipDefs = t8; }, HtmlViewEmbedder_getOverlayCanvases_closure: function HtmlViewEmbedder_getOverlayCanvases_closure() { }, @@ -4884,15 +5049,17 @@ }, HtmlViewEmbedder__applyMutators_closure0: function HtmlViewEmbedder__applyMutators_closure0() { }, - HtmlViewEmbedder_submitFrame_closure: function HtmlViewEmbedder_submitFrame_closure() { - }, - HtmlViewEmbedder_submitFrame_closure0: function HtmlViewEmbedder_submitFrame_closure0() { - }, - HtmlViewEmbedder_submitFrame_closure1: function HtmlViewEmbedder_submitFrame_closure1(t0) { - this.$this = t0; + HtmlViewEmbedder_submitFrame_closure: function HtmlViewEmbedder_submitFrame_closure(t0) { + this.diffResult = t0; }, HtmlViewEmbedder__updateOverlays_closure: function HtmlViewEmbedder__updateOverlays_closure() { }, + HtmlViewEmbedder__updateOverlays_closure0: function HtmlViewEmbedder__updateOverlays_closure0(t0) { + this.viewsNeedingOverlays = t0; + }, + HtmlViewEmbedder__updateOverlays_closure1: function HtmlViewEmbedder__updateOverlays_closure1(t0) { + this.$this = t0; + }, ViewClipChain: function ViewClipChain(t0, t1) { this.__engine$_root = t0; this.__engine$_slot = t1; @@ -4919,6 +5086,13 @@ MutatorsStack: function MutatorsStack(t0) { this._mutators = t0; }, + EmbedderFrameContext: function EmbedderFrameContext(t0, t1) { + var _ = this; + _.seenFirstVisibleView = _.seenFirstVisibleViewInPreroll = false; + _.pictureRecordersCreatedDuringPreroll = t0; + _.pictureRecorders = t1; + _.visibleViewCount = 0; + }, ViewListDiffResult: function ViewListDiffResult(t0, t1, t2, t3) { var _ = this; _.viewsToRemove = t0; @@ -4926,6 +5100,14 @@ _.addToBeginning = t2; _.viewToInsertBefore = t3; }, + diffViewList_lookForwards: function diffViewList_lookForwards(t0, t1) { + this.active = t0; + this.next = t1; + }, + diffViewList_lookBackwards: function diffViewList_lookBackwards(t0, t1) { + this.active = t0; + this.next = t1; + }, FontFallbackData: function FontFallbackData(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.registeredSymbolsAndEmoji = false; @@ -5048,7 +5230,7 @@ CkImage: function CkImage(t0, t1) { var _ = this; _._debugStackTrace = null; - _.__CkImage_box = t0; + _.__CkImage_box_F = t0; _.videoFrame = t1; _._disposed = false; }, @@ -5085,7 +5267,7 @@ _.targetHeight = t2; _.data = t3; _.debugSource = t4; - _.__CkBrowserImageDecoder_repetitionCount = _.__CkBrowserImageDecoder_frameCount = $; + _.__CkBrowserImageDecoder_repetitionCount_A = _.__CkBrowserImageDecoder_frameCount_A = $; _._isDisposed = false; _._nextFrameIndex = 0; _._cachedWebDecoder = null; @@ -5106,9 +5288,10 @@ downloadCanvasKit_closure0: function downloadCanvasKit_closure0(t0) { this.canvasKitInitCompleter = t0; }, - _downloadCanvasKitJs_closure: function _downloadCanvasKitJs_closure(t0, t1) { - this.loadSubscription = t0; - this.canvasKitLoadCompleter = t1; + _downloadCanvasKitJs_loadEventHandler: function _downloadCanvasKitJs_loadEventHandler(t0, t1, t2) { + this.canvasKitLoadCompleter = t0; + this.canvasKitScript = t1; + this.callback = t2; }, IntervalTree: function IntervalTree(t0, t1) { this.root = t0; @@ -5208,25 +5391,14 @@ _.parent = null; _.paintBounds = t2; }, - PictureLayer0: function PictureLayer0(t0, t1, t2) { + PictureLayer: function PictureLayer(t0, t1, t2) { var _ = this; _.picture = t0; _.offset = t1; _.parent = null; _.paintBounds = t2; }, - PhysicalShapeEngineLayer: function PhysicalShapeEngineLayer(t0, t1, t2, t3, t4, t5, t6) { - var _ = this; - _.__engine$_elevation = t0; - _.__engine$_color = t1; - _.__engine$_shadowColor = t2; - _.__engine$_path = t3; - _.__engine$_clipBehavior = t4; - _._layers = t5; - _.parent = null; - _.paintBounds = t6; - }, - PlatformViewLayer0: function PlatformViewLayer0(t0, t1, t2, t3, t4) { + PlatformViewLayer: function PlatformViewLayer(t0, t1, t2, t3, t4) { var _ = this; _.viewId = t0; _.offset = t1; @@ -5240,7 +5412,7 @@ }, LayerSceneBuilder: function LayerSceneBuilder(t0) { this.rootLayer = t0; - this.__LayerSceneBuilder_currentLayer = $; + this.__LayerSceneBuilder_currentLayer_A = $; }, LayerTree: function LayerTree(t0, t1) { this.rootLayer = t0; @@ -5363,24 +5535,22 @@ this._glContext = t1; this._isDisposed = false; }, - SurfaceFactory: function SurfaceFactory(t0, t1, t2, t3, t4) { + SurfaceFactory: function SurfaceFactory(t0, t1, t2, t3) { var _ = this; _.baseSurface = t0; - _.backupSurface = t1; - _.maximumSurfaces = t2; - _._liveSurfaces = t3; - _.__engine$_cache = t4; + _.maximumSurfaces = t1; + _._liveSurfaces = t2; + _.__engine$_cache = t3; }, - CkParagraphStyle: function CkParagraphStyle(t0, t1, t2, t3, t4, t5, t6, t7) { + CkParagraphStyle: function CkParagraphStyle(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.skParagraphStyle = t0; - _.__engine$_textDirection = t1; - _._fontFamily = t2; - _.__engine$_fontSize = t3; - _.__engine$_height = t4; - _._fontWeight = t5; - _._fontStyle = t6; - _._leadingDistribution = t7; + _._fontFamily = t1; + _.__engine$_fontSize = t2; + _.__engine$_height = t3; + _._fontWeight = t4; + _._fontStyle = t5; + _._leadingDistribution = t6; }, CkTextStyle: function CkTextStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; @@ -5404,7 +5574,7 @@ _.foreground = t17; _.shadows = t18; _.fontFeatures = t19; - _.__CkTextStyle_skTextStyle = _.__CkTextStyle_effectiveFontFamilies = $; + _.__CkTextStyle_skTextStyle_FI = _.__CkTextStyle_effectiveFontFamilies_FI = $; }, CkTextStyle_skTextStyle_closure: function CkTextStyle_skTextStyle_closure(t0) { this.$this = t0; @@ -5504,6 +5674,195 @@ }, JsFlutterConfiguration: function JsFlutterConfiguration() { }, + DomWindow: function DomWindow() { + }, + DomConsole: function DomConsole() { + }, + DomConsoleExtension_get_warn_closure: function DomConsoleExtension_get_warn_closure(t0) { + this._this = t0; + }, + DomNavigator: function DomNavigator() { + }, + DomDocument: function DomDocument() { + }, + DomHTMLDocument: function DomHTMLDocument() { + }, + DomEventTarget: function DomEventTarget() { + }, + DomEvent: function DomEvent() { + }, + DomProgressEvent: function DomProgressEvent() { + }, + DomNode: function DomNode() { + }, + DomElement: function DomElement() { + }, + DomCSSStyleDeclaration: function DomCSSStyleDeclaration() { + }, + DomHTMLElement: function DomHTMLElement() { + }, + DomHTMLMetaElement: function DomHTMLMetaElement() { + }, + DomHTMLHeadElement: function DomHTMLHeadElement() { + }, + DomHTMLBodyElement: function DomHTMLBodyElement() { + }, + DomHTMLImageElement: function DomHTMLImageElement() { + }, + DomHTMLScriptElement: function DomHTMLScriptElement() { + }, + DomHTMLDivElement: function DomHTMLDivElement() { + }, + DomHTMLSpanElement: function DomHTMLSpanElement() { + }, + DomHTMLButtonElement: function DomHTMLButtonElement() { + }, + DomHTMLParagraphElement: function DomHTMLParagraphElement() { + }, + DomHTMLStyleElement: function DomHTMLStyleElement() { + }, + DomPerformance: function DomPerformance() { + }, + DomPerformanceEntry: function DomPerformanceEntry() { + }, + DomPerformanceMeasure: function DomPerformanceMeasure() { + }, + DomCanvasElement: function DomCanvasElement() { + }, + DomCanvasImageSource: function DomCanvasImageSource() { + }, + DomCanvasRenderingContext2D: function DomCanvasRenderingContext2D() { + }, + DomImageData: function DomImageData() { + }, + DomCanvasPattern: function DomCanvasPattern() { + }, + DomCanvasGradient: function DomCanvasGradient() { + }, + DomXMLHttpRequestEventTarget: function DomXMLHttpRequestEventTarget() { + }, + DomXMLHttpRequest: function DomXMLHttpRequest() { + }, + domHttpRequest_closure: function domHttpRequest_closure(t0, t1) { + this.xhr = t0; + this.completer = t1; + }, + DomResponse: function DomResponse() { + }, + DomCharacterData: function DomCharacterData() { + }, + DomText: function DomText() { + }, + DomTextMetrics: function DomTextMetrics() { + }, + DomException: function DomException() { + }, + DomRectReadOnly: function DomRectReadOnly() { + }, + DomRect: function DomRect() { + }, + DomFontFace: function DomFontFace() { + }, + DomFontFaceSet: function DomFontFaceSet() { + }, + DomVisualViewport: function DomVisualViewport() { + }, + DomHTMLTextAreaElement: function DomHTMLTextAreaElement() { + }, + DomClipboard: function DomClipboard() { + }, + DomUIEvent: function DomUIEvent() { + }, + DomKeyboardEvent: function DomKeyboardEvent() { + }, + DomHistory: function DomHistory() { + }, + DomLocation: function DomLocation() { + }, + DomPopStateEvent: function DomPopStateEvent() { + }, + DomURL: function DomURL() { + }, + DomBlob: function DomBlob() { + }, + DomMutationObserver: function DomMutationObserver() { + }, + DomMutationRecord: function DomMutationRecord() { + }, + DomMediaQueryList: function DomMediaQueryList() { + }, + DomMediaQueryListEvent: function DomMediaQueryListEvent() { + }, + DomPath2D: function DomPath2D() { + }, + DomMouseEvent: function DomMouseEvent() { + }, + DomPointerEvent: function DomPointerEvent() { + }, + DomWheelEvent: function DomWheelEvent() { + }, + DomTouchEvent: function DomTouchEvent() { + }, + DomTouch: function DomTouch() { + }, + DomCompositionEvent: function DomCompositionEvent() { + }, + DomHTMLInputElement: function DomHTMLInputElement() { + }, + DomTokenList: function DomTokenList() { + }, + DomHTMLFormElement: function DomHTMLFormElement() { + }, + DomHTMLLabelElement: function DomHTMLLabelElement() { + }, + DomOffscreenCanvas: function DomOffscreenCanvas() { + }, + DomFileReader: function DomFileReader() { + }, + DomDocumentFragment: function DomDocumentFragment() { + }, + DomShadowRoot: function DomShadowRoot() { + }, + DomStyleSheet: function DomStyleSheet() { + }, + DomCSSStyleSheet: function DomCSSStyleSheet() { + }, + DomCSSRule: function DomCSSRule() { + }, + DomScreen: function DomScreen() { + }, + DomScreenOrientation: function DomScreenOrientation() { + }, + DomSubscription: function DomSubscription(t0, t1, t2) { + this.type = t0; + this.target = t1; + this.listener = t2; + }, + DomPoint: function DomPoint(t0, t1) { + this.x = t0; + this.y = t1; + }, + DomWebSocket: function DomWebSocket() { + }, + DomMessageEvent: function DomMessageEvent() { + }, + DomHTMLIFrameElement: function DomHTMLIFrameElement() { + }, + DomMessagePort: function DomMessagePort() { + }, + DomMessageChannel: function DomMessageChannel() { + }, + _DomList: function _DomList() { + }, + _DomListIterator: function _DomListIterator(t0, t1) { + this.list = t0; + this.index = -1; + this.$ti = t1; + }, + _DomListWrapper: function _DomListWrapper(t0, t1) { + this.list = t0; + this.$ti = t1; + }, FlutterViewEmbedder: function FlutterViewEmbedder(t0) { var _ = this; _._glassPaneShadow = _._glassPaneElement = _._staleHotRestartState = _._sceneElement = _._semanticsHostElement = _._resourcesHost = _._sceneHostElement = _._viewportMeta = _._styleElement = _._localeSubscription = _._resizeSubscription = null; @@ -5557,16 +5916,16 @@ this.$ti = t2; }, ShadowDomHostNode: function ShadowDomHostNode() { - this.__ShadowDomHostNode__shadow = $; + this.__ShadowDomHostNode__shadow_A = $; }, ElementHostNode: function ElementHostNode() { - this.__ElementHostNode__element = $; + this.__ElementHostNode__element_A = $; }, PersistedBackdropFilter: function PersistedBackdropFilter(t0, t1, t2, t3) { var _ = this; _.filter = t0; _._activeClipBounds = _._filterElement = _._childContainer = null; - _.__PersistedBackdropFilter__invertedTransform = $; + _.__PersistedBackdropFilter__invertedTransform_A = $; _._previousTransform = null; _.__engine$_children = t1; _._oldLayer = t2; @@ -5621,22 +5980,6 @@ _.__engine$_state = t5; _.localClipBounds = _.projectedClip = _.transform = _.parent = _.rootElement = null; }, - PersistedPhysicalShape: function PersistedPhysicalShape(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { - var _ = this; - _.path = t0; - _.pathBounds = t1; - _.elevation = t2; - _.color = t3; - _.shadowColor = t4; - _.clipBehavior = t5; - _._svgElement = _._clipElement = null; - _._DomClip__childContainer = t6; - _.__engine$_children = t7; - _._oldLayer = t8; - _.__engine$_index = -1; - _.__engine$_state = t9; - _.localClipBounds = _.projectedClip = _.transform = _.parent = _.rootElement = null; - }, PersistedClipPath: function PersistedClipPath(t0, t1, t2, t3, t4) { var _ = this; _.clipPath = t0; @@ -5844,131 +6187,114 @@ PaintTransform: function PaintTransform(t0) { this.matrix4 = t0; }, - PaintClipRect: function PaintClipRect(t0, t1, t2, t3, t4, t5) { + PaintClipRect: function PaintClipRect(t0, t1) { var _ = this; _.rect = t0; _.clipOp = t1; _.isClippedOut = false; - _.leftBound = t2; - _.topBound = t3; - _.rightBound = t4; - _.bottomBound = t5; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintClipRRect: function PaintClipRRect(t0, t1, t2, t3, t4) { + PaintClipRRect: function PaintClipRRect(t0) { var _ = this; _.rrect = t0; _.isClippedOut = false; - _.leftBound = t1; - _.topBound = t2; - _.rightBound = t3; - _.bottomBound = t4; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintClipPath: function PaintClipPath(t0, t1, t2, t3, t4) { + PaintClipPath: function PaintClipPath(t0) { var _ = this; _.path = t0; _.isClippedOut = false; - _.leftBound = t1; - _.topBound = t2; - _.rightBound = t3; - _.bottomBound = t4; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawLine: function PaintDrawLine(t0, t1, t2, t3, t4, t5, t6) { + PaintDrawLine: function PaintDrawLine(t0, t1, t2) { var _ = this; _.p1 = t0; _.p2 = t1; _.paint = t2; _.isClippedOut = false; - _.leftBound = t3; - _.topBound = t4; - _.rightBound = t5; - _.bottomBound = t6; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawRect: function PaintDrawRect(t0, t1, t2, t3, t4, t5) { + PaintDrawPaint: function PaintDrawPaint(t0) { + var _ = this; + _.paint = t0; + _.isClippedOut = false; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; + }, + PaintDrawRect: function PaintDrawRect(t0, t1) { var _ = this; _.rect = t0; _.paint = t1; _.isClippedOut = false; - _.leftBound = t2; - _.topBound = t3; - _.rightBound = t4; - _.bottomBound = t5; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawRRect: function PaintDrawRRect(t0, t1, t2, t3, t4, t5) { + PaintDrawRRect: function PaintDrawRRect(t0, t1) { var _ = this; _.rrect = t0; _.paint = t1; _.isClippedOut = false; - _.leftBound = t2; - _.topBound = t3; - _.rightBound = t4; - _.bottomBound = t5; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawDRRect: function PaintDrawDRRect(t0, t1, t2, t3, t4, t5, t6) { + PaintDrawDRRect: function PaintDrawDRRect(t0, t1, t2) { var _ = this; _.outer = t0; _.inner = t1; _.paint = t2; _.path = null; _.isClippedOut = false; - _.leftBound = t3; - _.topBound = t4; - _.rightBound = t5; - _.bottomBound = t6; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawCircle: function PaintDrawCircle(t0, t1, t2, t3, t4, t5, t6) { + PaintDrawCircle: function PaintDrawCircle(t0, t1, t2) { var _ = this; _.c = t0; _.radius = t1; _.paint = t2; _.isClippedOut = false; - _.leftBound = t3; - _.topBound = t4; - _.rightBound = t5; - _.bottomBound = t6; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawPath: function PaintDrawPath(t0, t1, t2, t3, t4, t5) { + PaintDrawPath: function PaintDrawPath(t0, t1) { var _ = this; _.path = t0; _.paint = t1; _.isClippedOut = false; - _.leftBound = t2; - _.topBound = t3; - _.rightBound = t4; - _.bottomBound = t5; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawShadow: function PaintDrawShadow(t0, t1, t2, t3, t4, t5, t6, t7) { + PaintDrawShadow: function PaintDrawShadow(t0, t1, t2, t3) { var _ = this; _.path = t0; _.color = t1; _.elevation = t2; _.transparentOccluder = t3; _.isClippedOut = false; - _.leftBound = t4; - _.topBound = t5; - _.rightBound = t6; - _.bottomBound = t7; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawImageRect: function PaintDrawImageRect(t0, t1, t2, t3, t4, t5, t6, t7) { + PaintDrawImageRect: function PaintDrawImageRect(t0, t1, t2, t3) { var _ = this; _.image = t0; _.src = t1; _.dst = t2; _.paint = t3; _.isClippedOut = false; - _.leftBound = t4; - _.topBound = t5; - _.rightBound = t6; - _.bottomBound = t7; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, - PaintDrawParagraph: function PaintDrawParagraph(t0, t1, t2, t3, t4, t5) { + PaintDrawParagraph: function PaintDrawParagraph(t0, t1) { var _ = this; _.paragraph = t0; _.offset = t1; _.isClippedOut = false; - _.leftBound = t2; - _.topBound = t3; - _.rightBound = t4; - _.bottomBound = t5; + _.topBound = _.leftBound = -1 / 0; + _.bottomBound = _.rightBound = 1 / 0; }, _PaintBounds: function _PaintBounds(t0, t1, t2, t3) { var _ = this; @@ -6020,6 +6346,10 @@ }, NormalizedGradient_NormalizedGradient_closure: function NormalizedGradient_NormalizedGradient_closure() { }, + SharedCanvas: function SharedCanvas() { + this.__engine$_canvas = null; + this._checkedOut = false; + }, EngineGradient: function EngineGradient() { }, GradientLinear: function GradientLinear(t0, t1, t2, t3, t4, t5) { @@ -6031,6 +6361,16 @@ _.tileMode = t4; _.matrix4 = t5; }, + GradientLinear_createImageBitmap_closure: function GradientLinear_createImageBitmap_closure(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.createDataUrl = t0; + _.shaderBounds = t1; + _.gl = t2; + _.glProgram = t3; + _.normalizedGradient = t4; + _.widthInPixels = t5; + _.heightInPixels = t6; + }, EngineImageFilter: function EngineImageFilter() { }, _MatrixEngineImageFilter: function _MatrixEngineImageFilter(t0, t1) { @@ -6102,17 +6442,19 @@ this.$this = t0; this.completer = t1; }, - HtmlCodec__decodeUsingOnLoad_closure: function HtmlCodec__decodeUsingOnLoad_closure(t0, t1, t2) { - this._box_0 = t0; - this.errorSubscription = t1; - this.completer = t2; + HtmlCodec__decodeUsingOnLoad_closure: function HtmlCodec__decodeUsingOnLoad_closure(t0, t1, t2, t3) { + var _ = this; + _._box_0 = t0; + _.imgElement = t1; + _.errorListener = t2; + _.completer = t3; }, HtmlCodec__decodeUsingOnLoad_closure0: function HtmlCodec__decodeUsingOnLoad_closure0(t0, t1, t2, t3, t4) { var _ = this; _._box_0 = t0; _.$this = t1; - _.errorSubscription = t2; - _.imgElement = t3; + _.imgElement = t2; + _.errorListener = t3; _.completer = t4; }, HtmlBlobCodec: function HtmlBlobCodec(t0, t1) { @@ -6200,7 +6542,7 @@ _kLogicalKeyToModifierGetter_closure6: function _kLogicalKeyToModifierGetter_closure6() { }, KeyboardBinding: function KeyboardBinding(t0) { - this.__KeyboardBinding__converter = $; + this.__KeyboardBinding__converter_A = $; this._listeners = t0; }, KeyboardBinding__addEventListener_loggedHandler: function KeyboardBinding__addEventListener_loggedHandler(t0) { @@ -6285,7 +6627,7 @@ MultiEntriesBrowserHistory: function MultiEntriesBrowserHistory(t0) { var _ = this; _.urlStrategy = t0; - _.__BrowserHistory__unsubscribe = _.__MultiEntriesBrowserHistory__lastSeenSerialCount = $; + _.__BrowserHistory__unsubscribe_A = _.__MultiEntriesBrowserHistory__lastSeenSerialCount_A = $; _._isDisposed = _._isTornDown = false; }, MultiEntriesBrowserHistory_onPopState_closure: function MultiEntriesBrowserHistory_onPopState_closure() { @@ -6295,7 +6637,7 @@ _.urlStrategy = t0; _._flutterState = t1; _._userProvidedRouteName = null; - _.__BrowserHistory__unsubscribe = $; + _.__BrowserHistory__unsubscribe_A = $; _._isDisposed = _._isTornDown = false; }, SingleEntryBrowserHistory_onPopState_closure: function SingleEntryBrowserHistory_onPopState_closure() { @@ -6310,7 +6652,7 @@ }, HashUrlStrategy_addPopStateListener_closure: function HashUrlStrategy_addPopStateListener_closure(t0, t1) { this.$this = t0; - this.fn = t1; + this.wrappedFn = t1; }, HashUrlStrategy__waitForPopState_closure: function HashUrlStrategy__waitForPopState_closure(t0, t1) { this.unsubscribe = t0; @@ -6325,22 +6667,27 @@ }, EnginePictureRecorder: function EnginePictureRecorder() { this.__engine$_canvas = null; - this.__EnginePictureRecorder_cullRect = $; + this.__EnginePictureRecorder_cullRect_A = $; this._isRecording = false; }, EnginePicture: function EnginePicture(t0) { this._disposed = false; this.recordingCanvas = t0; }, + HighContrastSupport: function HighContrastSupport(t0, t1) { + this._listeners = t0; + this._highContrastMediaQuery = t1; + this.__HighContrastSupport__onHighContrastChangeListener_FI = $; + }, EnginePlatformDispatcher: function EnginePlatformDispatcher(t0, t1, t2, t3) { var _ = this; - _._configuration = t0; + _.configuration = t0; _._windows = t1; _._windowConfigurations = t2; _._onTextScaleFactorChangedZone = _._onTextScaleFactorChanged = _._fontSizeObserver = _._onLocaleChanged = _._platformViewMessageHandler = _._onReportTimingsZone = _._onReportTimings = _._onKeyDataZone = _._onKeyData = _._onPointerDataPacketZone = _._onPointerDataPacket = _._onDrawFrameZone = _._onDrawFrame = _._onBeginFrameZone = _._onBeginFrame = _._onMetricsChangedZone = _._onMetricsChanged = null; _._brightnessMediaQuery = t3; _._defaultRouteName = _._onSemanticsActionZone = _._onSemanticsAction = _._onSemanticsEnabledChangedZone = _._onSemanticsEnabledChanged = _._onPlatformBrightnessChangedZone = _._onPlatformBrightnessChanged = _._brightnessMediaQueryListener = null; - _.__EnginePlatformDispatcher_rasterizer = $; + _.__EnginePlatformDispatcher_rasterizer_AI = $; }, EnginePlatformDispatcher_invokeOnKeyData_closure: function EnginePlatformDispatcher_invokeOnKeyData_closure(t0, t1, t2) { this.callback = t0; @@ -6376,15 +6723,9 @@ EnginePlatformDispatcher__addFontSizeObserver_closure: function EnginePlatformDispatcher__addFontSizeObserver_closure(t0) { this.$this = t0; }, - EnginePlatformDispatcher__addFontSizeObserver_closure0: function EnginePlatformDispatcher__addFontSizeObserver_closure0(t0) { - this.$this = t0; - }, EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure: function EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure(t0) { this.$this = t0; }, - EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0: function EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0(t0) { - this.$this = t0; - }, EnginePlatformDispatcher_replyToPlatformMessage_closure: function EnginePlatformDispatcher_replyToPlatformMessage_closure(t0, t1) { this.callback = t0; this.data = t1; @@ -6420,19 +6761,35 @@ this._contentManager = t0; this._contentHandler = t1; }, + SafariPointerEventWorkaround: function SafariPointerEventWorkaround() { + }, + SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure: function SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure() { + }, PointerBinding: function PointerBinding(t0, t1) { this.glassPaneElement = t0; this._pointerDataConverter = t1; - this.__PointerBinding__adapter = $; + this.__PointerBinding__adapter_A = $; }, PointerSupportDetector: function PointerSupportDetector() { }, + _Listener: function _Listener(t0, t1, t2, t3, t4) { + var _ = this; + _.event = t0; + _.target = t1; + _.handler = t2; + _.useCapture = t3; + _.isNative = t4; + }, + _Listener__Listener$register_closure: function _Listener__Listener$register_closure(t0) { + this.handler = t0; + }, + _Listener__Listener$registerNative_closure: function _Listener__Listener$registerNative_closure(t0) { + this.handler = t0; + }, _BaseAdapter: function _BaseAdapter() { }, - _BaseAdapter_addEventListener_loggedHandler: function _BaseAdapter_addEventListener_loggedHandler(t0, t1, t2) { - this.$this = t0; - this.acceptOutsideGlasspane = t1; - this.handler = t2; + _BaseAdapter_addEventListener_loggedHandler: function _BaseAdapter_addEventListener_loggedHandler(t0) { + this.handler = t0; }, _WheelEventListenerMixin: function _WheelEventListenerMixin() { }, @@ -6446,12 +6803,13 @@ _ButtonSanitizer: function _ButtonSanitizer() { this._pressedButtons = 0; }, - _PointerAdapter: function _PointerAdapter(t0, t1, t2, t3) { + _PointerAdapter: function _PointerAdapter(t0, t1, t2, t3, t4) { var _ = this; _._sanitizers = t0; - _.glassPaneElement = t1; - _.__engine$_callback = t2; - _._pointerDataConverter = t3; + _._listeners = t1; + _.glassPaneElement = t2; + _.__engine$_callback = t3; + _._pointerDataConverter = t4; }, _PointerAdapter__ensureSanitizer_closure: function _PointerAdapter__ensureSanitizer_closure() { }, @@ -6473,12 +6831,16 @@ _PointerAdapter_setup_closure3: function _PointerAdapter_setup_closure3(t0) { this.$this = t0; }, - _TouchAdapter: function _TouchAdapter(t0, t1, t2, t3) { + _PointerAdapter_setup_closure4: function _PointerAdapter_setup_closure4(t0) { + this.$this = t0; + }, + _TouchAdapter: function _TouchAdapter(t0, t1, t2, t3, t4) { var _ = this; _._pressedTouches = t0; - _.glassPaneElement = t1; - _.__engine$_callback = t2; - _._pointerDataConverter = t3; + _._listeners = t1; + _.glassPaneElement = t2; + _.__engine$_callback = t3; + _._pointerDataConverter = t4; }, _TouchAdapter__addTouchEventListener_closure: function _TouchAdapter__addTouchEventListener_closure(t0) { this.handler = t0; @@ -6495,12 +6857,13 @@ _TouchAdapter_setup_closure2: function _TouchAdapter_setup_closure2(t0) { this.$this = t0; }, - _MouseAdapter: function _MouseAdapter(t0, t1, t2, t3) { + _MouseAdapter: function _MouseAdapter(t0, t1, t2, t3, t4) { var _ = this; _._sanitizer = t0; - _.glassPaneElement = t1; - _.__engine$_callback = t2; - _._pointerDataConverter = t3; + _._listeners = t1; + _.glassPaneElement = t2; + _.__engine$_callback = t3; + _._pointerDataConverter = t4; }, _MouseAdapter__addMouseEventListener_closure: function _MouseAdapter__addMouseEventListener_closure(t0) { this.handler = t0; @@ -6517,6 +6880,9 @@ _MouseAdapter_setup_closure2: function _MouseAdapter_setup_closure2(t0) { this.$this = t0; }, + _MouseAdapter_setup_closure3: function _MouseAdapter_setup_closure3(t0) { + this.$this = t0; + }, _PointerState: function _PointerState(t0, t1) { this._pointer = null; this.x = t0; @@ -6620,39 +6986,46 @@ Scrollable_update_closure1: function Scrollable_update_closure1(t0) { this.$this = t0; }, + EngineAccessibilityFeatures: function EngineAccessibilityFeatures(t0) { + this.__engine$_index = t0; + }, + EngineAccessibilityFeaturesBuilder: function EngineAccessibilityFeaturesBuilder(t0) { + this.__engine$_index = t0; + }, SemanticsUpdate: function SemanticsUpdate(t0) { this.__engine$_nodeUpdates = t0; }, - SemanticsNodeUpdate: function SemanticsNodeUpdate(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { + SemanticsNodeUpdate: function SemanticsNodeUpdate(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { var _ = this; _.id = t0; _.flags = t1; _.actions = t2; _.textSelectionBase = t3; _.textSelectionExtent = t4; - _.scrollChildren = t5; - _.scrollIndex = t6; - _.scrollPosition = t7; - _.scrollExtentMax = t8; - _.scrollExtentMin = t9; - _.rect = t10; - _.label = t11; - _.labelAttributes = t12; - _.hint = t13; - _.hintAttributes = t14; - _.value = t15; - _.valueAttributes = t16; - _.increasedValue = t17; - _.increasedValueAttributes = t18; - _.decreasedValue = t19; - _.decreasedValueAttributes = t20; - _.tooltip = t21; - _.textDirection = t22; - _.transform = t23; - _.childrenInTraversalOrder = t24; - _.childrenInHitTestOrder = t25; - _.additionalActions = t26; - _.thickness = t27; + _.platformViewId = t5; + _.scrollChildren = t6; + _.scrollIndex = t7; + _.scrollPosition = t8; + _.scrollExtentMax = t9; + _.scrollExtentMin = t10; + _.rect = t11; + _.label = t12; + _.labelAttributes = t13; + _.hint = t14; + _.hintAttributes = t15; + _.value = t16; + _.valueAttributes = t17; + _.increasedValue = t18; + _.increasedValueAttributes = t19; + _.decreasedValue = t20; + _.decreasedValueAttributes = t21; + _.tooltip = t22; + _.textDirection = t23; + _.transform = t24; + _.childrenInTraversalOrder = t25; + _.childrenInHitTestOrder = t26; + _.additionalActions = t27; + _.thickness = t28; }, Role: function Role(t0, t1) { this.index = t0; @@ -6679,15 +7052,15 @@ SemanticsObject: function SemanticsObject(t0, t1, t2, t3) { var _ = this; _.__engine$_flags = 0; - _._tooltip = _._additionalActions = _._childrenInHitTestOrder = _.__engine$_childrenInTraversalOrder = _.__engine$_transform = _.__engine$_textDirection = _._decreasedValueAttributes = _._decreasedValue = _._increasedValueAttributes = _._increasedValue = _._valueAttributes = _.__engine$_value = _._hintAttributes = _._hint = _._labelAttributes = _.__engine$_label = _.__engine$_rect = _.__engine$_scrollExtentMin = _.__engine$_scrollExtentMax = _.__engine$_scrollPosition = _.__engine$_scrollIndex = _._scrollChildren = _._textSelectionExtent = _._textSelectionBase = _.__engine$_actions = null; + _.__engine$_tooltip = _._additionalActions = _._childrenInHitTestOrder = _.__engine$_childrenInTraversalOrder = _.__engine$_transform = _.__engine$_textDirection = _._decreasedValueAttributes = _._decreasedValue = _._increasedValueAttributes = _._increasedValue = _._valueAttributes = _.__engine$_value = _._hintAttributes = _._hint = _._labelAttributes = _.__engine$_label = _.__engine$_rect = _.__engine$_scrollExtentMin = _.__engine$_scrollExtentMax = _.__engine$_scrollPosition = _.__engine$_scrollIndex = _._scrollChildren = _._textSelectionExtent = _._textSelectionBase = _.__engine$_actions = null; + _.__engine$_platformViewId = -1; _.id = t0; _.owner = t1; _.element = t2; _._dirtyFields = -1; - _.__engine$_parent = _._childContainerElement = null; + _._currentChildrenInRenderOrder = _.__engine$_parent = _._childContainerElement = null; _._roleManagers = t3; _.horizontalContainerAdjustment = _.verticalContainerAdjustment = 0; - _._previousChildrenInTraversalOrder = null; }, AccessibilityMode: function AccessibilityMode(t0, t1) { this.index = t0; @@ -6753,19 +7126,23 @@ Tappable_update_closure: function Tappable_update_closure(t0) { this.$this = t0; }, - SemanticsTextEditingStrategy: function SemanticsTextEditingStrategy(t0, t1) { + SemanticsTextEditingStrategy: function SemanticsTextEditingStrategy(t0, t1, t2, t3, t4, t5) { var _ = this; _._queuedStyle = _.inputConfig = _.activeTextField = null; _.owner = t0; _.isEnabled = false; _.domElement = null; - _.__DefaultTextEditingStrategy_inputConfiguration = $; + _.__DefaultTextEditingStrategy_inputConfiguration_A = $; _.onAction = _.onChange = _.geometry = _.style = _._editingDeltaState = _.lastEditingState = null; _.subscriptions = t1; _._appendedToForm = false; + _.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = t2; + _.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = t3; + _.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = t4; + _.CompositionAwareMixin_composingText = t5; }, TextField0: function TextField0(t0) { - this.__TextField_editableElement = $; + this.__TextField_editableElement_F = $; this._hasFocused = false; this.semanticsObject = t0; }, @@ -6821,23 +7198,67 @@ this.blurWidth = t0; this.offset = t1; }, + SVGElement: function SVGElement() { + }, + SVGGraphicsElement: function SVGGraphicsElement() { + }, + SVGSVGElement: function SVGSVGElement() { + }, + SVGClipPathElement: function SVGClipPathElement() { + }, + SVGDefsElement: function SVGDefsElement() { + }, + SVGGeometryElement: function SVGGeometryElement() { + }, + SVGPathElement: function SVGPathElement() { + }, + SVGFilterElement: function SVGFilterElement() { + }, + SVGAnimatedLength: function SVGAnimatedLength() { + }, + SVGLength: function SVGLength() { + }, + SVGAnimatedEnumeration: function SVGAnimatedEnumeration() { + }, + SVGFEColorMatrixElement: function SVGFEColorMatrixElement() { + }, + SVGFEFloodElement: function SVGFEFloodElement() { + }, + SVGFEBlendElement: function SVGFEBlendElement() { + }, + SVGFEImageElement: function SVGFEImageElement() { + }, + SVGFECompositeElement: function SVGFECompositeElement() { + }, + SVGAnimatedString: function SVGAnimatedString() { + }, + SVGAnimatedNumber: function SVGAnimatedNumber() { + }, + SVGAnimatedNumberList: function SVGAnimatedNumberList() { + }, + SVGNumberList: function SVGNumberList() { + }, + SVGNumber: function SVGNumber() { + }, CanvasParagraph: function CanvasParagraph(t0, t1, t2, t3) { var _ = this; _.spans = t0; _.paragraphStyle = t1; _.plainText = t2; - _.drawOnCanvas = t3; + _.canDrawOnCanvas = t3; _.isLaidOut = false; _._lastUsedConstraints = null; - _.__CanvasParagraph__paintService = _.__CanvasParagraph__layoutService = $; + _.__CanvasParagraph__paintService_FI = _.__CanvasParagraph__layoutService_FI = $; _._cachedDomElement = null; }, + CanvasParagraph_computeLineMetrics_closure: function CanvasParagraph_computeLineMetrics_closure() { + }, FlatTextSpan: function FlatTextSpan(t0, t1, t2) { this.style = t0; this.start = t1; this.end = t2; }, - PlaceholderSpan0: function PlaceholderSpan0(t0, t1, t2, t3, t4) { + PlaceholderSpan: function PlaceholderSpan(t0, t1, t2, t3, t4) { var _ = this; _.end = t0; _.width = t1; @@ -6865,7 +7286,7 @@ _._rootStyleNode = t4; _._placeholderCount = 0; _._placeholderScales = t5; - _._drawOnCanvas = true; + _._canDrawOnCanvas = true; }, FontCollection: function FontCollection() { this._testFontManager = this._assetFontManager = null; @@ -6893,7 +7314,7 @@ _PolyfillFontManager_registerAsset_closure: function _PolyfillFontManager_registerAsset_closure(t0) { this.fontStyleMap = t0; }, - TextLayoutService: function TextLayoutService(t0, t1, t2) { + TextLayoutService: function TextLayoutService(t0, t1, t2, t3) { var _ = this; _.paragraph = t0; _.context = t1; @@ -6904,6 +7325,7 @@ _.ideographicBaseline = _.alphabeticBaseline = -1; _.didExceedMaxLines = false; _.lines = t2; + _._paintBounds = t3; }, RangeBox: function RangeBox() { }, @@ -6912,7 +7334,7 @@ _.placeholder = t0; _.start = t1; _.end = t2; - _.__RangeBox_lineWidth = _.__RangeBox_startOffset = $; + _.__RangeBox_lineWidth_F = _.__RangeBox_startOffset_F = $; _.paragraphDirection = t3; _.boxDirection = t4; }, @@ -6928,7 +7350,7 @@ _.baseline = t6; _.start = t7; _.end = t8; - _.__RangeBox_lineWidth = _.__RangeBox_startOffset = $; + _.__RangeBox_lineWidth_F = _.__RangeBox_startOffset_F = $; _.paragraphDirection = t9; _.boxDirection = t10; }, @@ -6954,7 +7376,7 @@ _.descent = _.ascent = _.widthIncludingSpace = _.width = 0; _.isBreakable = false; _._spaceBoxCount = 0; - _.__LineBuilder__currentContentDirection = _.__LineBuilder__currentBoxDirection = $; + _.__LineBuilder__currentContentDirection_AI = _.__LineBuilder__currentBoxDirection_AI = $; _._trailingSpaceBoxCount = _._currentBoxStartOffset = 0; _._cachedNextBreak = null; }, @@ -6986,24 +7408,29 @@ TextPaintService: function TextPaintService(t0) { this.paragraph = t0; }, - EngineLineMetrics: function EngineLineMetrics(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + EngineLineMetrics: function EngineLineMetrics(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.ellipsis = t0; - _.startIndex = t1; - _.endIndex = t2; - _.endIndexWithoutNewlines = t3; - _.boxes = t4; - _.spaceBoxCount = t5; - _.trailingSpaceBoxCount = t6; - _.hardBreak = t7; - _.ascent = t8; - _.descent = t9; - _.height = t10; - _.width = t11; - _.widthWithTrailingSpaces = t12; - _.left = t13; - _.baseline = t14; - _.lineNumber = t15; + _.hardBreak = t0; + _.ascent = t1; + _.descent = t2; + _.unscaledAscent = t3; + _.height = t4; + _.width = t5; + _.left = t6; + _.baseline = t7; + _.lineNumber = t8; + }, + ParagraphLine: function ParagraphLine(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + var _ = this; + _.lineMetrics = t0; + _.ellipsis = t1; + _.startIndex = t2; + _.endIndex = t3; + _.endIndexWithoutNewlines = t4; + _.widthWithTrailingSpaces = t5; + _.boxes = t6; + _.spaceBoxCount = t7; + _.trailingSpaceBoxCount = t8; }, EngineParagraphStyle: function EngineParagraphStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; @@ -7043,7 +7470,7 @@ _.foreground = t19; _.shadows = t20; _._cssFontString = null; - _.__EngineTextStyle_heightStyle = $; + _.__EngineTextStyle_heightStyle_FI = $; }, EngineStrutStyle: function EngineStrutStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -7066,7 +7493,7 @@ _.height = t2; _.fontFeatures = t3; _.fontVariations = t4; - _.__TextHeightStyle_hashCode = $; + _.__TextHeightStyle_hashCode_FI = $; }, TextDimensions: function TextDimensions(t0) { this.__engine$_element = t0; @@ -7076,9 +7503,9 @@ var _ = this; _.textHeightStyle = t0; _.rulerHost = t1; - _.__TextHeightRuler__host = _.__TextHeightRuler__probe = $; + _.__TextHeightRuler__host_FI = _.__TextHeightRuler__probe_FI = $; _._dimensions = t2; - _.__TextHeightRuler_height = _.__TextHeightRuler_alphabeticBaseline = $; + _.__TextHeightRuler_height_FI = _.__TextHeightRuler_alphabeticBaseline_FI = $; }, DirectionalPosition: function DirectionalPosition(t0, t1, t2) { this.lineBreak = t0; @@ -7113,6 +7540,8 @@ BrowserAutofillHints: function BrowserAutofillHints(t0) { this._flutterToEngineMap = t0; }, + CompositionAwareMixin: function CompositionAwareMixin() { + }, EngineInputType: function EngineInputType() { }, NoTextInputType: function NoTextInputType() { @@ -7174,10 +7603,13 @@ _.composingOffset = t6; _.composingExtent = t7; }, - EditingState: function EditingState(t0, t1, t2) { - this.text = t0; - this.baseOffset = t1; - this.extentOffset = t2; + EditingState: function EditingState(t0, t1, t2, t3, t4) { + var _ = this; + _.text = t0; + _.baseOffset = t1; + _.extentOffset = t2; + _.composingBaseOffset = t3; + _.composingExtentOffset = t4; }, InputConfiguration: function InputConfiguration(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -7191,25 +7623,33 @@ _.autofillGroup = t7; _.textCapitalization = t8; }, - GloballyPositionedTextEditingStrategy: function GloballyPositionedTextEditingStrategy(t0, t1) { + GloballyPositionedTextEditingStrategy: function GloballyPositionedTextEditingStrategy(t0, t1, t2, t3, t4, t5) { var _ = this; _.owner = t0; _.isEnabled = false; _.domElement = null; - _.__DefaultTextEditingStrategy_inputConfiguration = $; + _.__DefaultTextEditingStrategy_inputConfiguration_A = $; _.onAction = _.onChange = _.geometry = _.style = _._editingDeltaState = _.lastEditingState = null; _.subscriptions = t1; _._appendedToForm = false; + _.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = t2; + _.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = t3; + _.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = t4; + _.CompositionAwareMixin_composingText = t5; }, - SafariDesktopTextEditingStrategy: function SafariDesktopTextEditingStrategy(t0, t1) { + SafariDesktopTextEditingStrategy: function SafariDesktopTextEditingStrategy(t0, t1, t2, t3, t4, t5) { var _ = this; _.owner = t0; _.isEnabled = false; _.domElement = null; - _.__DefaultTextEditingStrategy_inputConfiguration = $; + _.__DefaultTextEditingStrategy_inputConfiguration_A = $; _.onAction = _.onChange = _.geometry = _.style = _._editingDeltaState = _.lastEditingState = null; _.subscriptions = t1; _._appendedToForm = false; + _.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = t2; + _.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = t3; + _.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = t4; + _.CompositionAwareMixin_composingText = t5; }, DefaultTextEditingStrategy: function DefaultTextEditingStrategy() { }, @@ -7222,17 +7662,21 @@ }, DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1: function DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1() { }, - IOSTextEditingStrategy: function IOSTextEditingStrategy(t0, t1) { + IOSTextEditingStrategy: function IOSTextEditingStrategy(t0, t1, t2, t3, t4, t5) { var _ = this; _._positionInputElementTimer = null; _._canPosition = true; _.owner = t0; _.isEnabled = false; _.domElement = null; - _.__DefaultTextEditingStrategy_inputConfiguration = $; + _.__DefaultTextEditingStrategy_inputConfiguration_A = $; _.onAction = _.onChange = _.geometry = _.style = _._editingDeltaState = _.lastEditingState = null; _.subscriptions = t1; _._appendedToForm = false; + _.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = t2; + _.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = t3; + _.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = t4; + _.CompositionAwareMixin_composingText = t5; }, IOSTextEditingStrategy_addEventHandlers_closure: function IOSTextEditingStrategy_addEventHandlers_closure(t0) { this.$this = t0; @@ -7247,28 +7691,36 @@ IOSTextEditingStrategy__schedulePlacement_closure: function IOSTextEditingStrategy__schedulePlacement_closure(t0) { this.$this = t0; }, - AndroidTextEditingStrategy: function AndroidTextEditingStrategy(t0, t1) { + AndroidTextEditingStrategy: function AndroidTextEditingStrategy(t0, t1, t2, t3, t4, t5) { var _ = this; _.owner = t0; _.isEnabled = false; _.domElement = null; - _.__DefaultTextEditingStrategy_inputConfiguration = $; + _.__DefaultTextEditingStrategy_inputConfiguration_A = $; _.onAction = _.onChange = _.geometry = _.style = _._editingDeltaState = _.lastEditingState = null; _.subscriptions = t1; _._appendedToForm = false; + _.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = t2; + _.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = t3; + _.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = t4; + _.CompositionAwareMixin_composingText = t5; }, AndroidTextEditingStrategy_addEventHandlers_closure: function AndroidTextEditingStrategy_addEventHandlers_closure(t0) { this.$this = t0; }, - FirefoxTextEditingStrategy: function FirefoxTextEditingStrategy(t0, t1) { + FirefoxTextEditingStrategy: function FirefoxTextEditingStrategy(t0, t1, t2, t3, t4, t5) { var _ = this; _.owner = t0; _.isEnabled = false; _.domElement = null; - _.__DefaultTextEditingStrategy_inputConfiguration = $; + _.__DefaultTextEditingStrategy_inputConfiguration_A = $; _.onAction = _.onChange = _.geometry = _.style = _._editingDeltaState = _.lastEditingState = null; _.subscriptions = t1; _._appendedToForm = false; + _.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = t2; + _.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = t3; + _.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = t4; + _.CompositionAwareMixin_composingText = t5; }, FirefoxTextEditingStrategy_addEventHandlers_closure: function FirefoxTextEditingStrategy_addEventHandlers_closure(t0) { this.$this = t0; @@ -7321,11 +7773,11 @@ }, HybridTextEditing: function HybridTextEditing() { var _ = this; - _.__HybridTextEditing_channel = $; + _.__HybridTextEditing_channel_FI = $; _.__engine$_clientId = null; _.isEditing = false; _.configuration = null; - _.__HybridTextEditing_strategy = $; + _.__HybridTextEditing_strategy_FI = $; }, HybridTextEditing__startEditing_closure0: function HybridTextEditing__startEditing_closure0(t0) { this.$this = t0; @@ -7389,14 +7841,14 @@ _.right = t2; _.bottom = t3; }, + _DefaultTextEditingStrategy_Object_CompositionAwareMixin: function _DefaultTextEditingStrategy_Object_CompositionAwareMixin() { + }, _DomCanvas_EngineCanvas_SaveElementStackTracking: function _DomCanvas_EngineCanvas_SaveElementStackTracking() { }, _PersistedClipRRect_PersistedContainerSurface__DomClip: function _PersistedClipRRect_PersistedContainerSurface__DomClip() { }, _PersistedClipRect_PersistedContainerSurface__DomClip: function _PersistedClipRect_PersistedContainerSurface__DomClip() { }, - _PersistedPhysicalShape_PersistedContainerSurface__DomClip: function _PersistedPhysicalShape_PersistedContainerSurface__DomClip() { - }, __MouseAdapter__BaseAdapter__WheelEventListenerMixin: function __MouseAdapter__BaseAdapter__WheelEventListenerMixin() { }, __PointerAdapter__BaseAdapter__WheelEventListenerMixin: function __PointerAdapter__BaseAdapter__WheelEventListenerMixin() { @@ -7506,11 +7958,14 @@ return new A.LateError("Field '" + A.S(fieldName) + string$.x27_has_); }, LateError$fieldNI(fieldName) { - return new A.LateError("Field '" + fieldName + "' has not been initialized."); + return new A.LateError("Field '" + A.S(fieldName) + "' has not been initialized."); }, LateError$localNI(localName) { return new A.LateError("Local '" + localName + "' has not been initialized."); }, + LateError$fieldAI(fieldName) { + return new A.LateError("Field '" + A.S(fieldName) + "' has already been initialized."); + }, LateError$localAI(localName) { return new A.LateError("Local '" + localName + "' has already been initialized."); }, @@ -8117,6 +8572,12 @@ throw A.wrapException(A.ArgumentError$value(value, "object", "toString method returned 'null'")); return result; }, + createInvocationMirror($name, internalName, kind, $arguments, argumentNames, types) { + return new A.JSInvocationMirror($name, kind, $arguments, argumentNames, types); + }, + createUnmangledInvocationMirror(symbol, internalName, kind, $arguments, argumentNames, types) { + return new A.JSInvocationMirror(symbol, kind, $arguments, argumentNames, types); + }, Primitives_objectHashCode(object) { var hash, property = $.Primitives__identityHashCodeProperty; @@ -8176,23 +8637,18 @@ return A.Primitives__objectTypeNameNewRti(object); }, Primitives__objectTypeNameNewRti(object) { - var interceptor, dispatchName, t1, $constructor, constructorName; + var interceptor, dispatchName, $constructor, constructorName; if (object instanceof A.Object) return A._rtiToString(A.instanceType(object), null); interceptor = J.getInterceptor$(object); if (interceptor === B.Interceptor_methods || interceptor === B.JavaScriptObject_methods || type$.UnknownJavaScriptObject._is(object)) { dispatchName = B.C_JS_CONST(object); - t1 = dispatchName !== "Object" && dispatchName !== ""; - if (t1) + if (dispatchName !== "Object" && dispatchName !== "") return dispatchName; $constructor = object.constructor; if (typeof $constructor == "function") { constructorName = $constructor.name; - if (typeof constructorName == "string") - t1 = constructorName !== "Object" && constructorName !== ""; - else - t1 = false; - if (t1) + if (typeof constructorName == "string" && constructorName !== "Object" && constructorName !== "") return constructorName; } } @@ -9394,6 +9850,15 @@ throwLateFieldADI(fieldName) { return A.throwExpression(A.LateError$fieldADI(fieldName)); }, + throwUnnamedLateFieldNI() { + return A.throwExpression(A.LateError$fieldNI("")); + }, + throwUnnamedLateFieldAI() { + return A.throwExpression(A.LateError$fieldAI("")); + }, + throwUnnamedLateFieldADI() { + return A.throwExpression(A.LateError$fieldADI("")); + }, _Cell$named(_name) { var t1 = new A._Cell(_name); return t1.__late_helper$_value = t1; @@ -9402,19 +9867,6 @@ var t1 = new A._InitializedCell(_name, _initializer); return t1.__late_helper$_value = t1; }, - _lateReadCheck(value, $name) { - if (value === $) - throw A.wrapException(A.LateError$fieldNI($name)); - return value; - }, - _lateWriteOnceCheck(value, $name) { - if (value !== $) - throw A.wrapException(new A.LateError("Field '" + $name + "' has already been initialized.")); - }, - _lateInitializeOnceCheck(value, $name) { - if (value !== $) - throw A.wrapException(A.LateError$fieldADI($name)); - }, _Cell: function _Cell(t0) { this.__late_helper$_name = t0; this.__late_helper$_value = null; @@ -11065,14 +11517,16 @@ return $.Zone__current.registerBinaryCallback$3$1(new A._wrapJsFunctionForAsync_closure($protected), type$.void, type$.int, type$.dynamic); }, _asyncStarHelper(object, bodyFunctionOrErrorCode, controller) { - var t1, t2, stream, - _s10_ = "controller"; + var t1, t2, t3, stream; if (bodyFunctionOrErrorCode === 0) { t1 = controller.cancelationFuture; if (t1 != null) t1._completeWithValue$1(null); - else - A._lateReadCheck(controller.___AsyncStarStreamController_controller, _s10_).close$0(0); + else { + t1 = controller.___AsyncStarStreamController_controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.close$0(0); + } return; } else if (bodyFunctionOrErrorCode === 1) { t1 = controller.cancelationFuture; @@ -11081,8 +11535,10 @@ else { t1 = A.unwrapException(object); t2 = A.getTraceFromException(object); - A._lateReadCheck(controller.___AsyncStarStreamController_controller, _s10_).addError$2(t1, t2); - A._lateReadCheck(controller.___AsyncStarStreamController_controller, _s10_).close$0(0); + t3 = controller.___AsyncStarStreamController_controller_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.addError$2(t1, t2); + controller.___AsyncStarStreamController_controller_A.close$0(0); } return; } @@ -11094,19 +11550,24 @@ t1 = object.state; if (t1 === 0) { t1 = object.value; - A._lateReadCheck(controller.___AsyncStarStreamController_controller, _s10_).add$1(0, t1); + t2 = controller.___AsyncStarStreamController_controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.add$1(0, t1); A.scheduleMicrotask(new A._asyncStarHelper_closure(controller, bodyFunctionOrErrorCode)); return; } else if (t1 === 1) { stream = object.value; - A._lateReadCheck(controller.___AsyncStarStreamController_controller, _s10_).addStream$2$cancelOnError(0, stream, false).then$1$1(0, new A._asyncStarHelper_closure0(controller, bodyFunctionOrErrorCode), type$.Null); + t1 = controller.___AsyncStarStreamController_controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.addStream$2$cancelOnError(0, stream, false).then$1$1(0, new A._asyncStarHelper_closure0(controller, bodyFunctionOrErrorCode), type$.Null); return; } } A._awaitOnObject(object, bodyFunctionOrErrorCode); }, _streamOfController(controller) { - var t1 = A._lateReadCheck(controller.___AsyncStarStreamController_controller, "controller"); + var t1 = controller.___AsyncStarStreamController_controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); return new A._ControllerStream(t1, A._instanceType(t1)._eval$1("_ControllerStream<1>")); }, _AsyncStarStreamController$(body, $T) { @@ -11507,11 +11968,6 @@ _AddStreamState_makeErrorHandler(controller) { return new A._AddStreamState_makeErrorHandler_closure(controller); }, - _BufferingStreamSubscription$(onData, onError, onDone, cancelOnError, $T) { - var t1 = $.Zone__current, - t2 = cancelOnError ? 1 : 0; - return new A._BufferingStreamSubscription(A._BufferingStreamSubscription__registerDataHandler(t1, onData, $T), A._BufferingStreamSubscription__registerErrorHandler(t1, onError), A._BufferingStreamSubscription__registerDoneHandler(t1, onDone), t1, t2, $T._eval$1("_BufferingStreamSubscription<0>")); - }, _BufferingStreamSubscription__registerDataHandler(zone, handleData, $T) { var t1 = handleData == null ? A.async___nullDataHandler$closure() : handleData; return zone.registerUnaryCallback$2$1(t1, type$.void, $T); @@ -11575,6 +12031,13 @@ else future._complete$1(value); }, + _ForwardingStreamSubscription$(_stream, onData, onError, onDone, cancelOnError, $S, $T) { + var t1 = $.Zone__current, + t2 = cancelOnError ? 1 : 0; + t2 = new A._ForwardingStreamSubscription(_stream, A._BufferingStreamSubscription__registerDataHandler(t1, onData, $T), A._BufferingStreamSubscription__registerErrorHandler(t1, onError), A._BufferingStreamSubscription__registerDoneHandler(t1, onDone), t1, t2, $S._eval$1("@<0>")._bind$1($T)._eval$1("_ForwardingStreamSubscription<1,2>")); + t2._ForwardingStreamSubscription$5(_stream, onData, onError, onDone, cancelOnError, $S, $T); + return t2; + }, _addErrorWithReplacement(sink, error, stackTrace) { var replacement = $.Zone__current.errorCallback$2(error, stackTrace); if (replacement != null) { @@ -11714,7 +12177,7 @@ }, _AsyncStarStreamController: function _AsyncStarStreamController(t0) { var _ = this; - _.___AsyncStarStreamController_controller = $; + _.___AsyncStarStreamController_controller_A = $; _.isSuspended = false; _.cancelationFuture = null; _.$ti = t0; @@ -11766,7 +12229,7 @@ _._eventState = 0; _._async$_previous = _._async$_next = null; _._async$_controller = t0; - _._async$_onData = t1; + _._onData = t1; _._onError = t2; _._onDone = t3; _._zone = t4; @@ -12063,7 +12526,7 @@ _ControllerSubscription: function _ControllerSubscription(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._async$_controller = t0; - _._async$_onData = t1; + _._onData = t1; _._onError = t2; _._onDone = t3; _._zone = t4; @@ -12089,15 +12552,7 @@ _.addSubscription = t2; _.$ti = t3; }, - _BufferingStreamSubscription: function _BufferingStreamSubscription(t0, t1, t2, t3, t4, t5) { - var _ = this; - _._async$_onData = t0; - _._onError = t1; - _._onDone = t2; - _._zone = t3; - _._state = t4; - _._pending = _._cancelFuture = null; - _.$ti = t5; + _BufferingStreamSubscription: function _BufferingStreamSubscription() { }, _BufferingStreamSubscription__sendError_sendError: function _BufferingStreamSubscription__sendError_sendError(t0, t1, t2) { this.$this = t0; @@ -12123,18 +12578,16 @@ }, _DelayedDone: function _DelayedDone() { }, - _PendingEvents: function _PendingEvents() { + _PendingEvents: function _PendingEvents(t0) { + var _ = this; + _._state = 0; + _.lastPendingEvent = _.firstPendingEvent = null; + _.$ti = t0; }, _PendingEvents_schedule_closure: function _PendingEvents_schedule_closure(t0, t1) { this.$this = t0; this.dispatch = t1; }, - _StreamImplEvents: function _StreamImplEvents(t0) { - var _ = this; - _.lastPendingEvent = _.firstPendingEvent = null; - _._state = 0; - _.$ti = t0; - }, _DoneStreamSubscription: function _DoneStreamSubscription(t0, t1, t2) { var _ = this; _._zone = t0; @@ -12191,7 +12644,7 @@ var _ = this; _._stream = t0; _._async$_subscription = null; - _._async$_onData = t1; + _._onData = t1; _._onError = t2; _._onDone = t3; _._zone = t4; @@ -12215,9 +12668,9 @@ }, _SinkTransformerStreamSubscription: function _SinkTransformerStreamSubscription(t0, t1, t2, t3, t4, t5) { var _ = this; - _.___SinkTransformerStreamSubscription__transformerSink = $; + _.___SinkTransformerStreamSubscription__transformerSink_A = $; _._async$_subscription = null; - _._async$_onData = t0; + _._onData = t0; _._onError = t1; _._onDone = t2; _._zone = t3; @@ -12279,13 +12732,6 @@ this.f = t1; this.T = t2; }, - _RootZone_bindBinaryCallbackGuarded_closure: function _RootZone_bindBinaryCallbackGuarded_closure(t0, t1, t2, t3) { - var _ = this; - _.$this = t0; - _.f = t1; - _.T1 = t2; - _.T2 = t3; - }, HashMap_HashMap(equals, hashCode, isValidKey, $K, $V) { if (isValidKey == null) if (hashCode == null) { @@ -14757,14 +15203,14 @@ } }, _Uri__checkWindowsPathReservedCharacters(segments, argumentError, firstSegment) { - var t1, t2, t3; - for (t1 = A.SubListIterable$(segments, firstSegment, null, A._arrayInstanceType(segments)._precomputed1), t1 = new A.ListIterator(t1, t1.get$length(t1), t1.$ti._eval$1("ListIterator")); t1.moveNext$0();) { + var t1, t2, t3, t4, _null = null; + for (t1 = A.SubListIterable$(segments, firstSegment, _null, A._arrayInstanceType(segments)._precomputed1), t1 = new A.ListIterator(t1, t1.get$length(t1), t1.$ti._eval$1("ListIterator")); t1.moveNext$0();) { t2 = t1.__internal$_current; t3 = A.RegExp_RegExp('["*/:<>?\\\\|]', true, false, false, false); - t2.toString; + t4 = t2.length; if (A.stringContainsUnchecked(t2, t3, 0)) if (argumentError) - throw A.wrapException(A.ArgumentError$("Illegal character in path", null)); + throw A.wrapException(A.ArgumentError$("Illegal character in path", _null)); else throw A.wrapException(A.UnsupportedError$("Illegal character in path: " + t2)); } @@ -15679,8 +16125,6 @@ this._generator = t1; this.$ti = t2; }, - BidirectionalIterator: function BidirectionalIterator() { - }, Iterator: function Iterator() { }, MapEntry: function MapEntry(t0, t1, t2) { @@ -15732,7 +16176,7 @@ _.path = t4; _._query = t5; _._fragment = t6; - _.___Uri_queryParameters = _.___Uri_hashCode = _.___Uri_pathSegments = _.___Uri__text = $; + _.___Uri_queryParameters_FI = _.___Uri_hashCode_FI = _.___Uri_pathSegments_FI = _.___Uri__text_FI = $; }, _Uri__makePath_closure: function _Uri__makePath_closure() { }, @@ -15776,7 +16220,7 @@ _.path = t4; _._query = t5; _._fragment = t6; - _.___Uri_queryParameters = _.___Uri_hashCode = _.___Uri_pathSegments = _.___Uri__text = $; + _.___Uri_queryParameters_FI = _.___Uri_hashCode_FI = _.___Uri_pathSegments_FI = _.___Uri__text_FI = $; }, Expando: function Expando(t0, t1) { this._jsWeakMap = t0; @@ -15794,12 +16238,12 @@ return t1; }, ServiceExtensionResponse$result(result) { - A.ArgumentError_checkNotNull(result, "result"); + A.checkNotNullable(result, "result", type$.String); return new A.ServiceExtensionResponse(); }, ServiceExtensionResponse__validateErrorCode(errorCode) { var _s9_ = "errorCode"; - A.ArgumentError_checkNotNull(errorCode, _s9_); + A.checkNotNullable(errorCode, _s9_, type$.int); if (errorCode === -32602) return; if (errorCode >= -32016 && errorCode <= -32000) @@ -15807,18 +16251,16 @@ throw A.wrapException(A.ArgumentError$value(errorCode, _s9_, "Out of range")); }, registerExtension(method, handler) { - A.ArgumentError_checkNotNull(method, "method"); + A.checkNotNullable(method, "method", type$.String); if (!B.JSString_methods.startsWith$1(method, "ext.")) throw A.wrapException(A.ArgumentError$value(method, "method", "Must begin with ext.")); if ($._extensions.$index(0, method) != null) throw A.wrapException(A.ArgumentError$("Extension already registered: " + method, null)); - A.ArgumentError_checkNotNull(handler, "handler"); + A.checkNotNullable(handler, "handler", type$.Future_ServiceExtensionResponse_Function_2_String_and_Map_String_String); $._extensions.$indexSet(0, method, handler); }, postEvent(eventKind, eventData) { - A.ArgumentError_checkNotNull(eventKind, "eventKind"); - A.ArgumentError_checkNotNull(eventData, "eventData"); - B.C_JsonCodec.encode$1(eventData); + return; }, Timeline_startSync($name, $arguments, flow) { A.ArgumentError_checkNotNull($name, "name"); @@ -15850,7 +16292,7 @@ } }, _argumentsAsJson($arguments) { - if ($arguments == null || $arguments.get$length($arguments) === 0) + if ($arguments == null || $arguments._length === 0) return "{}"; return B.C_JsonCodec.encode$1($arguments); }, @@ -15866,13 +16308,9 @@ window() { return window; }, - document() { - return document; - }, AnchorElement_AnchorElement(href) { var e = document.createElement("a"); - if (href != null) - e.href = href; + e.href = href; return e; }, Blob_Blob(blobParts, type) { @@ -15885,14 +16323,6 @@ bag.type = type; return new self.Blob(blobParts, bag); }, - CanvasElement_CanvasElement(height, width) { - var e = document.createElement("canvas"); - if (width != null) - e.width = width; - if (height != null) - e.height = height; - return e; - }, _ChildrenElementList__addAll(_element, iterable) { var t1; for (t1 = J.get$iterator$ax(iterable instanceof A._ChildNodeListLazy ? A.List_List$from(iterable, true, type$.Element) : iterable); t1.moveNext$0();) @@ -15912,36 +16342,12 @@ throw A.wrapException(A.StateError$("No elements")); return result; }, - Element_Element$html(html, treeSanitizer, validator) { - var fragment, - t1 = document.body; - t1.toString; - fragment = B.BodyElement_methods.createFragment$3$treeSanitizer$validator(t1, html, treeSanitizer, validator); - fragment.toString; - t1 = new A.WhereIterable(new A._ChildNodeListLazy(fragment), new A.Element_Element$html_closure(), type$._ChildNodeListLazy._eval$1("WhereIterable")); - return type$.Element._as(t1.get$single(t1)); - }, Element_Element$tag(tag) { return A._ElementFactoryProvider_createElement_tag(tag, null); }, - Element__safeTagName(element) { - var t1, exception, - result = "element tag unavailable"; - try { - t1 = J.getInterceptor$x(element); - if (typeof t1.get$tagName(element) == "string") - result = t1.get$tagName(element); - } catch (exception) { - } - return result; - }, _ElementFactoryProvider_createElement_tag(tag, typeExtension) { return document.createElement(tag); }, - FontFace_FontFace(family, source, descriptors) { - var t1 = new FontFace(family, source, A.convertDartToNative_Dictionary(descriptors)); - return t1; - }, HttpRequest_request(url, responseType) { var t2, t1 = new A._Future($.Zone__current, type$._Future_HttpRequest), @@ -15955,19 +16361,14 @@ xhr.send(); return t1; }, - ImageElement_ImageElement() { - var e = document.createElement("img"); - return e; - }, InputElement_InputElement(type) { var exception, t1 = document.createElement("input"), e = type$.InputElement._as(t1); - if (type != null) - try { - e.type = type; - } catch (exception) { - } + try { + e.type = type; + } catch (exception) { + } return e; }, _EventStreamSubscription$(_target, _eventType, onData, _useCapture, $T) { @@ -15976,44 +16377,6 @@ t1._tryResume$0(); return t1; }, - _Html5NodeValidator$(uriPolicy) { - var t1 = A.AnchorElement_AnchorElement(null), - t2 = window.location; - t1 = new A._Html5NodeValidator(new A._SameOriginUriPolicy(t1, t2)); - t1._Html5NodeValidator$1$uriPolicy(uriPolicy); - return t1; - }, - _Html5NodeValidator__standardAttributeValidator(element, attributeName, value, context) { - return true; - }, - _Html5NodeValidator__uriAttributeValidator(element, attributeName, value, context) { - var t3, - t1 = context.uriPolicy, - t2 = t1._hiddenAnchor; - t2.href = value; - t3 = t2.hostname; - t1 = t1._loc; - if (!(t3 == t1.hostname && t2.port == t1.port && t2.protocol == t1.protocol)) - if (t3 === "") - if (t2.port === "") { - t1 = t2.protocol; - t1 = t1 === ":" || t1 === ""; - } else - t1 = false; - else - t1 = false; - else - t1 = true; - return t1; - }, - _TemplatingNodeValidator$() { - var t1 = type$.String, - t2 = A.LinkedHashSet_LinkedHashSet$from(B.List_wSV, t1), - t3 = A._setArrayType(["TEMPLATE"], type$.JSArray_String); - t1 = new A._TemplatingNodeValidator(t2, A.LinkedHashSet_LinkedHashSet(t1), A.LinkedHashSet_LinkedHashSet(t1), A.LinkedHashSet_LinkedHashSet(t1), null); - t1._SimpleNodeValidator$4$allowedAttributes$allowedElements$allowedUriAttributes(null, new A.MappedListIterable(B.List_wSV, new A._TemplatingNodeValidator_closure(), type$.MappedListIterable_of_legacy_String_and_String), t3, null); - return t1; - }, _convertNativeToDart_EventTarget(e) { var $window; if ("postMessage" in e) { @@ -16041,12 +16404,6 @@ return callback; return t1.bindUnaryCallbackGuarded$1$1(callback, $T); }, - _wrapBinaryZone(callback, T1, T2) { - var t1 = $.Zone__current; - if (t1 === B.C__RootZone) - return callback; - return t1.bindBinaryCallbackGuarded$2$1(callback, T1, T2); - }, querySelector(selectors) { return document.querySelector(selectors); }, @@ -16066,20 +16423,12 @@ }, BackgroundFetchRegistration: function BackgroundFetchRegistration() { }, - BaseElement: function BaseElement() { - }, BeforeUnloadEvent: function BeforeUnloadEvent() { }, Blob: function Blob() { }, BluetoothRemoteGattDescriptor: function BluetoothRemoteGattDescriptor() { }, - Body: function Body() { - }, - BodyElement: function BodyElement() { - }, - BroadcastChannel: function BroadcastChannel() { - }, ButtonElement: function ButtonElement() { }, CanvasElement: function CanvasElement() { @@ -16095,10 +16444,6 @@ }, Credential: function Credential() { }, - CredentialUserData: function CredentialUserData() { - }, - CssKeyframesRule: function CssKeyframesRule() { - }, CssKeywordValue: function CssKeywordValue() { }, CssNumericValue: function CssNumericValue() { @@ -16111,8 +16456,6 @@ }, CssStyleDeclarationBase: function CssStyleDeclarationBase() { }, - CssStyleSheet: function CssStyleSheet() { - }, CssStyleValue: function CssStyleValue() { }, CssTransformComponent: function CssTransformComponent() { @@ -16129,21 +16472,19 @@ }, DeprecationReport: function DeprecationReport() { }, - DivElement: function DivElement() { - }, Document1: function Document1() { }, DomError: function DomError() { }, - DomException: function DomException() { + DomException0: function DomException0() { }, DomRectList: function DomRectList() { }, - DomRectReadOnly: function DomRectReadOnly() { + DomRectReadOnly0: function DomRectReadOnly0() { }, DomStringList: function DomStringList() { }, - DomTokenList: function DomTokenList() { + DomTokenList0: function DomTokenList0() { }, _ChildrenElementList: function _ChildrenElementList(t0, t1) { this._html$_element = t0; @@ -16152,16 +16493,8 @@ _ChildrenElementList__filter_closure: function _ChildrenElementList__filter_closure(t0) { this.test = t0; }, - _FrozenElementList: function _FrozenElementList(t0, t1) { - this._nodeList = t0; - this.$ti = t1; - }, Element2: function Element2() { }, - Element_Element$html_closure: function Element_Element$html_closure() { - }, - EmbedElement: function EmbedElement() { - }, Entry: function Entry() { }, Entry_remove_closure: function Entry_remove_closure(t0) { @@ -16178,22 +16511,14 @@ }, ExtendableEvent: function ExtendableEvent() { }, - FederatedCredential: function FederatedCredential() { - }, - FieldSetElement: function FieldSetElement() { - }, File: function File() { }, FileList: function FileList() { }, FileReader: function FileReader() { }, - FileSystem: function FileSystem() { - }, FileWriter: function FileWriter() { }, - FontFace: function FontFace() { - }, FontFaceSet: function FontFaceSet() { }, FormElement: function FormElement() { @@ -16226,16 +16551,10 @@ }, InterventionReport: function InterventionReport() { }, - KeyboardEvent: function KeyboardEvent() { - }, LIElement: function LIElement() { }, - LabelElement: function LabelElement() { - }, Location: function Location() { }, - MapElement: function MapElement() { - }, MediaError: function MediaError() { }, MediaKeyMessageEvent: function MediaKeyMessageEvent() { @@ -16246,16 +16565,12 @@ }, MediaQueryList: function MediaQueryList() { }, - MediaQueryListEvent: function MediaQueryListEvent() { - }, MediaStream: function MediaStream() { }, MediaStreamTrack: function MediaStreamTrack() { }, MessagePort: function MessagePort() { }, - MetaElement: function MetaElement() { - }, MeterElement: function MeterElement() { }, MidiInputMap: function MidiInputMap() { @@ -16280,15 +16595,6 @@ }, MimeTypeArray: function MimeTypeArray() { }, - MouseEvent: function MouseEvent() { - }, - MutationObserver: function MutationObserver() { - }, - MutationObserver_observe_override: function MutationObserver_observe_override(t0) { - this.parsedOptions = t0; - }, - MutationRecord: function MutationRecord() { - }, Navigator0: function Navigator0() { }, NavigatorConcurrentHardware: function NavigatorConcurrentHardware() { @@ -16304,36 +16610,20 @@ }, Notification: function Notification() { }, - ObjectElement: function ObjectElement() { - }, - OffscreenCanvas: function OffscreenCanvas() { - }, OptionElement: function OptionElement() { }, OutputElement: function OutputElement() { }, OverconstrainedError: function OverconstrainedError() { }, - ParagraphElement: function ParagraphElement() { - }, ParamElement: function ParamElement() { }, - PasswordCredential: function PasswordCredential() { - }, PaymentRequest: function PaymentRequest() { }, - Performance: function Performance() { - }, - PerformanceEntry: function PerformanceEntry() { - }, - PerformanceServerTiming: function PerformanceServerTiming() { - }, Plugin: function Plugin() { }, PluginArray: function PluginArray() { }, - PointerEvent0: function PointerEvent0() { - }, PositionError: function PositionError() { }, PresentationAvailability: function PresentationAvailability() { @@ -16362,14 +16652,8 @@ RtcStatsReport_values_closure: function RtcStatsReport_values_closure(t0) { this.values = t0; }, - ScreenOrientation: function ScreenOrientation() { - }, SelectElement: function SelectElement() { }, - SharedWorkerGlobalScope: function SharedWorkerGlobalScope() { - }, - SlotElement: function SlotElement() { - }, SourceBuffer: function SourceBuffer() { }, SourceBufferList: function SourceBufferList() { @@ -16382,10 +16666,6 @@ }, SpeechRecognitionResult: function SpeechRecognitionResult() { }, - SpeechSynthesisEvent: function SpeechSynthesisEvent() { - }, - SpeechSynthesisVoice: function SpeechSynthesisVoice() { - }, Storage: function Storage() { }, Storage_keys_closure: function Storage_keys_closure(t0) { @@ -16394,18 +16674,8 @@ Storage_values_closure: function Storage_values_closure(t0) { this.values = t0; }, - StyleElement: function StyleElement() { - }, StyleSheet: function StyleSheet() { }, - TableElement: function TableElement() { - }, - TableRowElement: function TableRowElement() { - }, - TableSectionElement: function TableSectionElement() { - }, - TemplateElement: function TemplateElement() { - }, TextAreaElement: function TextAreaElement() { }, TextTrack: function TextTrack() { @@ -16420,14 +16690,10 @@ }, Touch: function Touch() { }, - TouchEvent: function TouchEvent() { - }, TouchList: function TouchList() { }, TrackDefaultList: function TrackDefaultList() { }, - UIEvent: function UIEvent() { - }, Url: function Url() { }, VideoTrack: function VideoTrack() { @@ -16436,8 +16702,6 @@ }, VttRegion: function VttRegion() { }, - WheelEvent: function WheelEvent() { - }, Window: function Window() { }, WorkerGlobalScope: function WorkerGlobalScope() { @@ -16501,7 +16765,7 @@ _._pauseCount = 0; _._target = t0; _._eventType = t1; - _._onData = t2; + _._html$_onData = t2; _._useCapture = t3; _.$ti = t4; }, @@ -16511,40 +16775,8 @@ _EventStreamSubscription_onData_closure: function _EventStreamSubscription_onData_closure(t0) { this.handleData = t0; }, - _Html5NodeValidator: function _Html5NodeValidator(t0) { - this.uriPolicy = t0; - }, ImmutableListMixin: function ImmutableListMixin() { }, - NodeValidatorBuilder: function NodeValidatorBuilder(t0) { - this._validators = t0; - }, - NodeValidatorBuilder_allowsElement_closure: function NodeValidatorBuilder_allowsElement_closure(t0) { - this.element = t0; - }, - NodeValidatorBuilder_allowsAttribute_closure: function NodeValidatorBuilder_allowsAttribute_closure(t0, t1, t2) { - this.element = t0; - this.attributeName = t1; - this.value = t2; - }, - _SimpleNodeValidator: function _SimpleNodeValidator() { - }, - _SimpleNodeValidator_closure: function _SimpleNodeValidator_closure() { - }, - _SimpleNodeValidator_closure0: function _SimpleNodeValidator_closure0() { - }, - _TemplatingNodeValidator: function _TemplatingNodeValidator(t0, t1, t2, t3, t4) { - var _ = this; - _._templateAttrs = t0; - _.allowedElements = t1; - _.allowedAttributes = t2; - _.allowedUriAttributes = t3; - _.uriPolicy = t4; - }, - _TemplatingNodeValidator_closure: function _TemplatingNodeValidator_closure() { - }, - _SvgNodeValidator: function _SvgNodeValidator() { - }, FixedSizeListIterator: function FixedSizeListIterator(t0, t1, t2) { var _ = this; _._array = t0; @@ -16553,22 +16785,9 @@ _._current = null; _.$ti = t2; }, - Console: function Console() { - }, _DOMWindowCrossFrame: function _DOMWindowCrossFrame(t0) { this._html$_window = t0; }, - _SameOriginUriPolicy: function _SameOriginUriPolicy(t0, t1) { - this._hiddenAnchor = t0; - this._loc = t1; - }, - _ValidatingTreeSanitizer: function _ValidatingTreeSanitizer(t0) { - this.validator = t0; - this.numTreeModifications = 0; - }, - _ValidatingTreeSanitizer_sanitizeTree_walk: function _ValidatingTreeSanitizer_sanitizeTree_walk(t0) { - this.$this = t0; - }, _CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase: function _CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase() { }, _DomRectList_JavaScriptObject_ListMixin: function _DomRectList_JavaScriptObject_ListMixin() { @@ -16675,59 +16894,16 @@ } return dict; }, - _convertDartToNative_Value(value) { - var array; - if (value == null) - return value; - if (typeof value == "string" || typeof value == "number" || A._isBool(value)) - return value; - if (type$.Map_dynamic_dynamic._is(value)) - return A.convertDartToNative_Dictionary(value); - if (type$.List_dynamic._is(value)) { - array = []; - J.forEach$1$ax(value, new A._convertDartToNative_Value_closure(array)); - value = array; - } - return value; - }, - convertDartToNative_Dictionary(dict) { - var object = {}; - J.forEach$1$ax(dict, new A.convertDartToNative_Dictionary_closure(object)); - return object; - }, isJavaScriptSimpleObject(value) { var proto = Object.getPrototypeOf(value); return proto === Object.prototype || proto === null; }, - Device_userAgent() { - return window.navigator.userAgent; - }, - _StructuredClone: function _StructuredClone() { - }, - _StructuredClone_walk_closure: function _StructuredClone_walk_closure(t0, t1) { - this._box_0 = t0; - this.$this = t1; - }, - _StructuredClone_walk_closure0: function _StructuredClone_walk_closure0(t0, t1) { - this._box_0 = t0; - this.$this = t1; - }, _AcceptStructuredClone: function _AcceptStructuredClone() { }, _AcceptStructuredClone_walk_closure: function _AcceptStructuredClone_walk_closure(t0, t1) { this._box_0 = t0; this.$this = t1; }, - _convertDartToNative_Value_closure: function _convertDartToNative_Value_closure(t0) { - this.array = t0; - }, - convertDartToNative_Dictionary_closure: function convertDartToNative_Dictionary_closure(t0) { - this.object = t0; - }, - _StructuredCloneDart2Js: function _StructuredCloneDart2Js(t0, t1) { - this.values = t0; - this.copies = t1; - }, _AcceptStructuredCloneDart2Js: function _AcceptStructuredCloneDart2Js(t0, t1) { this.values = t0; this.copies = t1; @@ -16747,14 +16923,8 @@ }, CursorWithValue: function CursorWithValue() { }, - Database: function Database() { - }, - Index: function Index() { - }, KeyRange: function KeyRange() { }, - ObjectStore: function ObjectStore() { - }, Observation: function Observation() { }, VersionChangeEvent: function VersionChangeEvent() { @@ -16934,9 +17104,9 @@ }, _FileStream: function _FileStream(t0, t1, t2, t3) { var _ = this; - _.___FileStream__controller = $; + _.___FileStream__controller_A = $; _._path = t0; - _.___FileStream__openedFile = $; + _.___FileStream__openedFile_A = $; _._io$_position = t1; _._io$_end = t2; _._closeCompleter = t3; @@ -17155,6 +17325,11 @@ }, _JsArray_JsObject_ListMixin: function _JsArray_JsObject_ListMixin() { }, + jsify(object) { + if (!type$.Map_dynamic_dynamic._is(object) && !type$.Iterable_dynamic._is(object)) + throw A.wrapException(A.ArgumentError$("object must be a Map or Iterable", null)); + return A._convertDataTree(object); + }, _convertDataTree(data) { var t1 = new A._convertDataTree__convert(new A._IdentityHashMap(type$._IdentityHashMap_dynamic_dynamic)).call$1(data); t1.toString; @@ -17163,35 +17338,66 @@ hasProperty(o, $name) { return $name in o; }, + getProperty(o, $name) { + return o[$name]; + }, callMethod(o, method, args) { return o[method].apply(o, args); }, _callMethodUnchecked0(o, method) { return o[method](); }, + callConstructor(constr, $arguments) { + var args, factoryFunction; + if ($arguments instanceof Array) + switch ($arguments.length) { + case 0: + return new constr(); + case 1: + return new constr($arguments[0]); + case 2: + return new constr($arguments[0], $arguments[1]); + case 3: + return new constr($arguments[0], $arguments[1], $arguments[2]); + case 4: + return new constr($arguments[0], $arguments[1], $arguments[2], $arguments[3]); + } + args = [null]; + B.JSArray_methods.addAll$1(args, $arguments); + factoryFunction = constr.bind.apply(constr, args); + String(factoryFunction); + return new factoryFunction(); + }, promiseToFuture(jsPromise, $T) { var t1 = new A._Future($.Zone__current, $T._eval$1("_Future<0>")), completer = new A._AsyncCompleter(t1, $T._eval$1("_AsyncCompleter<0>")); jsPromise.then(A.convertDartClosureToJS(new A.promiseToFuture_closure(completer), 1), A.convertDartClosureToJS(new A.promiseToFuture_closure0(completer), 1)); return t1; }, + dartify(o) { + return new A.dartify_convert(new A._IdentityHashMap(type$._IdentityHashMap_dynamic_dynamic), o).call$0(); + }, _convertDataTree__convert: function _convertDataTree__convert(t0) { this._convertedObjects = t0; }, - NullRejectionException: function NullRejectionException(t0) { - this.isUndefined = t0; - }, promiseToFuture_closure: function promiseToFuture_closure(t0) { this.completer = t0; }, promiseToFuture_closure0: function promiseToFuture_closure0(t0) { this.completer = t0; }, + dartify_convert: function dartify_convert(t0, t1) { + this._convertedObjects = t0; + this.o = t1; + }, + NullRejectionException: function NullRejectionException(t0) { + this.isUndefined = t0; + }, max(a, b) { return Math.max(A.checkNum(a), A.checkNum(b)); }, log(x) { - return Math.log(x); + return Math.log(A.checkNum(x)); }, pow(x, exponent) { A.checkNum(exponent); @@ -17239,31 +17445,8 @@ _.height = t3; _.$ti = t4; }, - SvgSvgElement_SvgSvgElement() { - var el = type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "svg")); - el.setAttribute("version", "1.1"); - return type$.SvgSvgElement._as(el); - }, Angle: function Angle() { }, - ClipPathElement: function ClipPathElement() { - }, - DefsElement: function DefsElement() { - }, - FEBlendElement: function FEBlendElement() { - }, - FEColorMatrixElement: function FEColorMatrixElement() { - }, - FECompositeElement: function FECompositeElement() { - }, - FEFloodElement: function FEFloodElement() { - }, - FilterElement: function FilterElement() { - }, - GeometryElement: function GeometryElement() { - }, - GraphicsElement: function GraphicsElement() { - }, Length: function Length() { }, LengthList: function LengthList() { @@ -17272,18 +17455,12 @@ }, NumberList: function NumberList() { }, - PathElement: function PathElement() { - }, PointList: function PointList() { }, - ScriptElement0: function ScriptElement0() { - }, StringList: function StringList() { }, SvgElement: function SvgElement() { }, - SvgSvgElement: function SvgSvgElement() { - }, Transform0: function Transform0() { }, TransformList: function TransformList() { @@ -17319,12 +17496,12 @@ A.throwExpression(A.ArgumentError$(_s62_, null)); if (cullRect == null) cullRect = B.Rect_aha; - return new A.CanvasKitCanvas(type$.CkPictureRecorder._as(recorder).beginRecording$1(0, cullRect)); + return new A.CanvasKitCanvas(type$.CkPictureRecorder._as(recorder).beginRecording$1(cullRect)); } else { type$.EnginePictureRecorder._as(recorder); if (recorder._isRecording) A.throwExpression(A.ArgumentError$(_s62_, null)); - return new A.SurfaceCanvas(recorder.beginRecording$1(0, cullRect == null ? B.Rect_aha : cullRect)); + return new A.SurfaceCanvas(recorder.beginRecording$1(cullRect == null ? B.Rect_aha : cullRect)); } }, SceneBuilder_SceneBuilder() { @@ -17332,7 +17509,7 @@ if ($.$get$useCanvasKit()) { t1 = new A.RootLayer(A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0); t2 = new A.LayerSceneBuilder(t1); - t2.__LayerSceneBuilder_currentLayer = t1; + t2.__LayerSceneBuilder_currentLayer_A = t1; return t2; } else { t1 = A._setArrayType([], type$.JSArray_PersistedContainerSurface); @@ -17435,7 +17612,7 @@ t4 = rect.bottom, t5 = radius.x, t6 = radius.y; - return new A.RRect(t2, t1, t3, t4, t5, t6, t5, t6, t5, t6, t5, t6, t5 === t6); + return new A.RRect(t2, t1, t3, t4, t5, t6, t5, t6, t5, t6, t5, t6, t5 == t6); }, RRect$fromLTRBAndCorners(left, $top, right, bottom, bottomLeft, bottomRight, topLeft, topRight) { var t1 = topLeft.x, @@ -17446,7 +17623,7 @@ t6 = bottomLeft.y, t7 = bottomRight.x, t8 = bottomRight.y; - return new A.RRect(left, $top, right, bottom, t1, t2, t3, t4, t7, t8, t5, t6, t1 === t2 && t1 === t3 && t1 === t4 && t1 === t5 && t1 === t6 && t1 === t7 && t1 === t8); + return new A.RRect(left, $top, right, bottom, t1, t2, t3, t4, t7, t8, t5, t6, t1 == t2 && t1 == t3 && t1 == t4 && t1 == t5 && t1 == t6 && t1 == t7 && t1 == t8); }, RRect$fromRectAndCorners(rect, bottomLeft, bottomRight, topLeft, topRight) { var t1 = rect.top, @@ -17461,59 +17638,34 @@ t10 = bottomLeft.y, t11 = bottomRight.x, t12 = bottomRight.y; - return new A.RRect(t2, t1, t3, t4, t5, t6, t7, t8, t11, t12, t9, t10, t5 === t6 && t5 === t7 && t5 === t8 && t5 === t9 && t5 === t10 && t5 === t11 && t5 === t12); + return new A.RRect(t2, t1, t3, t4, t5, t6, t7, t8, t11, t12, t9, t10, t5 == t6 && t5 == t7 && t5 == t8 && t5 == t9 && t5 == t10 && t5 == t11 && t5 == t12); }, _Jenkins_combine(hash, o) { hash = hash + J.get$hashCode$(o) & 536870911; hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - _Jenkins_finish(hash) { - hash = hash + ((hash & 67108863) << 3) & 536870911; - hash ^= hash >>> 11; - return hash + ((hash & 16383) << 15) & 536870911; - }, - hashValues(arg01, arg02, arg03, arg04, arg05, arg06, arg07, arg08, arg09, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18) { - var result = A._Jenkins_combine(A._Jenkins_combine(0, arg01), arg02); - if (!J.$eq$(arg03, B.C__HashEnd)) { + hashValues(arg01, arg02, arg03, arg04, arg05, arg06, arg07, arg08, arg09, arg10, arg11) { + var hash, + result = A._Jenkins_combine(A._Jenkins_combine(0, arg01), arg02); + if (arg03 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg03); - if (!J.$eq$(arg04, B.C__HashEnd)) { + if (arg04 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg04); - if (!J.$eq$(arg05, B.C__HashEnd)) { + if (arg05 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg05); if (arg06 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg06); - if (!J.$eq$(arg07, B.C__HashEnd)) { + if (arg07 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg07); - if (!J.$eq$(arg08, B.C__HashEnd)) { + if (arg08 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg08); - if (!J.$eq$(arg09, B.C__HashEnd)) { + if (arg09 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg09); - if (!J.$eq$(arg10, B.C__HashEnd)) { + if (arg10 !== B.C__HashEnd) { result = A._Jenkins_combine(result, arg10); - if (!J.$eq$(arg11, B.C__HashEnd)) { + if (arg11 !== B.C__HashEnd) result = A._Jenkins_combine(result, arg11); - if (arg12 !== B.C__HashEnd) { - result = A._Jenkins_combine(result, arg12); - if (arg13 !== B.C__HashEnd) { - result = A._Jenkins_combine(result, arg13); - if (arg14 !== B.C__HashEnd) { - result = A._Jenkins_combine(result, arg14); - if (!J.$eq$(arg15, B.C__HashEnd)) { - result = A._Jenkins_combine(result, arg15); - if (arg16 !== B.C__HashEnd) { - result = A._Jenkins_combine(result, arg16); - if (arg17 !== B.C__HashEnd) { - result = A._Jenkins_combine(result, arg17); - if (arg18 !== B.C__HashEnd) - result = A._Jenkins_combine(result, arg18); - } - } - } - } - } - } - } } } } @@ -17522,21 +17674,14 @@ } } } - return A._Jenkins_finish(result); - }, - hashList($arguments) { - var t1, result; - if ($arguments != null) - for (t1 = J.get$iterator$ax($arguments), result = 0; t1.moveNext$0();) - result = A._Jenkins_combine(result, t1.get$current(t1)); - else - result = 0; - return A._Jenkins_finish(result); + hash = result + ((result & 67108863) << 3) & 536870911; + hash ^= hash >>> 11; + return hash + ((hash & 16383) << 15) & 536870911; }, webOnlyWarmupEngine(registerPlugins, runApp) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$next = [], exception, t1, bootstrap, autoStart; + exception, t1, bootstrap, autoStart; var $async$webOnlyWarmupEngine = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -17615,9 +17760,6 @@ _scaleAlpha(a, factor) { return A.Color$fromARGB(A.clampInt(B.JSNumber_methods.round$0((a.get$value(a) >>> 24 & 255) * factor), 0, 255), a.get$value(a) >>> 16 & 255, a.get$value(a) >>> 8 & 255, a.get$value(a) & 255); }, - Color$(value) { - return new A.Color(value >>> 0); - }, Color$fromARGB(a, r, g, b) { return new A.Color(((a & 255) << 24 | (r & 255) << 16 | (g & 255) << 8 | b & 255) >>> 0); }, @@ -17652,6 +17794,9 @@ return A.Color$fromARGB(outAlpha, B.JSInt_methods.$tdiv((foreground.get$value(foreground) >>> 16 & 255) * alpha + (background.get$value(background) >>> 16 & 255) * backAlpha, outAlpha), B.JSInt_methods.$tdiv((foreground.get$value(foreground) >>> 8 & 255) * alpha + (background.get$value(background) >>> 8 & 255) * backAlpha, outAlpha), B.JSInt_methods.$tdiv((foreground.get$value(foreground) & 255) * alpha + (background.get$value(background) & 255) * backAlpha, outAlpha)); } }, + Paint_Paint() { + return $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + }, Gradient_Gradient$linear(from, to, colors, colorStops, tileMode, matrix4) { var t1; if ($.$get$useCanvasKit()) { @@ -17673,7 +17818,7 @@ instantiateImageCodec(list, allowUpscaling, targetHeight, targetWidth) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), - $async$returnValue; + $async$returnValue, t1; var $async$instantiateImageCodec = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -17687,7 +17832,10 @@ $async$goto = 1; break; } else { - $async$returnValue = new A.HtmlBlobCodec((self.URL || self.webkitURL).createObjectURL(A.Blob_Blob([J.get$buffer$x(list)], null)), null); + t1 = A.domCallConstructorString("Blob", A._setArrayType([[J.get$buffer$x(list)]], type$.JSArray_Object)); + t1.toString; + type$.JavaScriptObject._as(t1); + $async$returnValue = new A.HtmlBlobCodec(A.callMethod(self.window.URL, "createObjectURL", [t1]), null); // goto return $async$goto = 1; break; @@ -17699,6 +17847,42 @@ }); return A._asyncStartSync($async$instantiateImageCodec, $async$completer); }, + instantiateImageCodecFromBuffer(buffer, allowUpscaling, targetHeight, targetWidth) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), + $async$returnValue, t1; + var $async$instantiateImageCodecFromBuffer = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + if ($.$get$useCanvasKit()) { + t1 = buffer._ui$_list; + t1.toString; + $async$returnValue = A.skiaInstantiateImageCodec(t1, targetWidth, targetHeight); + // goto return + $async$goto = 1; + break; + } else { + t1 = buffer._ui$_list; + t1.toString; + t1 = A.domCallConstructorString("Blob", A._setArrayType([[J.get$buffer$x(t1)]], type$.JSArray_Object)); + t1.toString; + type$.JavaScriptObject._as(t1); + $async$returnValue = new A.HtmlBlobCodec(A.callMethod(self.window.URL, "createObjectURL", [t1]), null); + // goto return + $async$goto = 1; + break; + } + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$instantiateImageCodecFromBuffer, $async$completer); + }, webOnlyInstantiateImageCodecFromUrl(uri, chunkCallback) { if ($.$get$useCanvasKit()) return A.skiaInstantiateWebImageCodec(uri.toString$0(0), chunkCallback); @@ -17804,6 +17988,30 @@ result.push(J.scale$1$x(b[i], t)); return result; }, + ImmutableBuffer_fromUint8List(list) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.ImmutableBuffer), + $async$returnValue, instance; + var $async$ImmutableBuffer_fromUint8List = 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 + instance = new A.ImmutableBuffer(J.get$length$asx(list)); + instance._ui$_list = list; + $async$returnValue = instance; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$ImmutableBuffer_fromUint8List, $async$completer); + }, Path_Path() { if ($.$get$useCanvasKit()) return A.CkPath$(); @@ -17835,29 +18043,28 @@ mask |= decorations[_i]._mask; return new A.TextDecoration(mask); }, - TextStyle_TextStyle(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing) { + TextStyle_TextStyle(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing) { var t1; if ($.$get$useCanvasKit()) { t1 = type$.nullable_CkPaint; return A.CkTextStyle_CkTextStyle(t1._as(background), color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, t1._as(foreground), height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing); } else - return A.EngineTextStyle$only(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, null, fontWeight, foreground, height, letterSpacing, locale, shadows, textBaseline, wordSpacing); + return A.EngineTextStyle$only(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, letterSpacing, locale, shadows, textBaseline, wordSpacing); }, ParagraphStyle_ParagraphStyle(ellipsis, fontFamily, fontSize, fontStyle, fontWeight, height, locale, maxLines, strutStyle, textAlign, textDirection, textHeightBehavior) { - var properties, t1, t2, t3, skStrutStyle, t4, effectiveLeadingDistribution, skTextStyle, _null = null; + var properties, t1, t2, skStrutStyle, t3, effectiveLeadingDistribution, skTextStyle, _null = null; if ($.$get$useCanvasKit()) { properties = A.SkParagraphStyleProperties$(_null); properties.textAlign = $.$get$_skTextAligns()[textAlign.index]; - t1 = textDirection == null; - if (!t1) + if (textDirection != null) properties.textDirection = $.$get$_skTextDirections()[textDirection.index]; if (maxLines != null) properties.maxLines = maxLines; - t2 = height != null; - if (t2) + t1 = height != null; + if (t1) properties.heightMultiplier = height; - t3 = textHeightBehavior == null; - if (!t3) + t2 = textHeightBehavior == null; + if (!t2) properties.textHeightBehavior = $.$get$_skTextHeightBehaviors()[0]; if (ellipsis != null) properties.ellipsis = ellipsis; @@ -17865,13 +18072,14 @@ type$.CkStrutStyle._as(strutStyle); skStrutStyle = A.SkStrutStyleProperties$(_null); skStrutStyle.fontFamilies = A._getEffectiveFontFamilies(strutStyle._fontFamily, strutStyle._fontFamilyFallback); - t4 = strutStyle.__engine$_fontSize; - if (t4 != null) - skStrutStyle.fontSize = t4; - t4 = strutStyle.__engine$_height; - if (t4 != null) - skStrutStyle.heightMultiplier = t4; - effectiveLeadingDistribution = t3 ? _null : textHeightBehavior.leadingDistribution; + t3 = strutStyle.__engine$_fontSize; + if (t3 != null) + skStrutStyle.fontSize = t3; + t3 = strutStyle.__engine$_height; + if (t3 != null) + skStrutStyle.heightMultiplier = t3; + effectiveLeadingDistribution = strutStyle._leadingDistribution; + effectiveLeadingDistribution = t2 ? _null : textHeightBehavior.leadingDistribution; switch (effectiveLeadingDistribution) { case null: break; @@ -17884,12 +18092,12 @@ default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); } - t4 = strutStyle._fontWeight; - if (t4 != null || strutStyle._fontStyle != null) - skStrutStyle.fontStyle = A.toSkFontStyle(t4, strutStyle._fontStyle); - t4 = strutStyle._forceStrutHeight; - if (t4 != null) - skStrutStyle.forceStrutHeight = t4; + t3 = strutStyle._fontWeight; + if (t3 != null || strutStyle._fontStyle != null) + skStrutStyle.fontStyle = A.toSkFontStyle(t3, strutStyle._fontStyle); + t3 = strutStyle._forceStrutHeight; + if (t3 != null) + skStrutStyle.forceStrutHeight = t3; skStrutStyle.strutEnabled = true; properties.strutStyle = skStrutStyle; } @@ -17898,13 +18106,12 @@ skTextStyle.fontStyle = A.toSkFontStyle(fontWeight, fontStyle); if (fontSize != null) skTextStyle.fontSize = fontSize; - if (t2) + if (t1) skTextStyle.heightMultiplier = height; skTextStyle.fontFamilies = A._getEffectiveFontFamilies(fontFamily, _null); properties.textStyle = skTextStyle; - t2 = J.ParagraphStyle$1$x($.__canvasKit._readField$0(), properties); - t1 = t1 ? B.TextDirection_1 : textDirection; - return new A.CkParagraphStyle(t2, t1, fontFamily, fontSize, height, fontWeight, fontStyle, t3 ? _null : textHeightBehavior.leadingDistribution); + t1 = $.__canvasKit._readField$0().ParagraphStyle(properties); + return new A.CkParagraphStyle(t1, fontFamily, fontSize, height, fontWeight, fontStyle, t2 ? _null : textHeightBehavior.leadingDistribution); } else { type$.nullable_EngineStrutStyle._as(strutStyle); return new A.EngineParagraphStyle(textAlign, textDirection, fontWeight, fontStyle, maxLines, fontFamily, fontSize, height, textHeightBehavior, ellipsis, locale); @@ -18085,6 +18292,10 @@ this.offset = t1; this.blurRadius = t2; }, + ImmutableBuffer: function ImmutableBuffer(t0) { + this._ui$_list = null; + this._ui$_length = t0; + }, PlatformDispatcher: function PlatformDispatcher() { }, PlatformConfiguration: function PlatformConfiguration(t0, t1, t2, t3, t4, t5, t6, t7) { @@ -18246,8 +18457,6 @@ }, SingletonFlutterWindow: function SingletonFlutterWindow() { }, - AccessibilityFeatures: function AccessibilityFeatures() { - }, Brightness: function Brightness(t0, t1) { this.index = t0; this._core$_name = t1; @@ -18279,8 +18488,6 @@ }, _AudioParamMap_JavaScriptObject_MapMixin: function _AudioParamMap_JavaScriptObject_MapMixin() { }, - ActiveInfo: function ActiveInfo() { - }, GZipEncoder: function GZipEncoder() { }, ArchiveException$(message) { @@ -18299,7 +18506,7 @@ } else t1 = type$.List_int._is(data) ? data : A.List_List$from(data, true, type$.int); t2 = new A.InputStream(t1, start, start, byteOrder); - t2.__InputStream__length = $length == null ? J.get$length$asx(t1) : $length; + t2.__InputStream__length_A = $length == null ? J.get$length$asx(t1) : $length; return t2; }, InputStreamBase: function InputStreamBase() { @@ -18310,7 +18517,7 @@ _.offset = t1; _.start = t2; _.byteOrder = t3; - _.__InputStream__length = $; + _.__InputStream__length_A = $; }, OutputStream$(size) { var t1 = size == null ? 32768 : size; @@ -18334,20 +18541,20 @@ _HuffmanTree$() { return new A._HuffmanTree(); }, - _HuffmanTree__genCodes(tree, max_code, bl_count) { + _HuffmanTree__genCodes(tree, maxCode, blCount) { var code, bits, n, t1, len, t2, - next_code = new Uint16Array(16); + nextCode = new Uint16Array(16); for (code = 0, bits = 1; bits <= 15; ++bits) { - code = code + bl_count[bits - 1] << 1 >>> 0; - next_code[bits] = code; + code = code + blCount[bits - 1] << 1 >>> 0; + nextCode[bits] = code; } - for (n = 0; n <= max_code; ++n) { + for (n = 0; n <= maxCode; ++n) { t1 = n * 2; len = tree[t1 + 1]; if (len === 0) continue; - t2 = next_code[len]; - next_code[len] = t2 + 1; + t2 = nextCode[len]; + nextCode[len] = t2 + 1; tree[t1] = A._HuffmanTree__reverseBits(t2, len); } }, @@ -18382,19 +18589,19 @@ _._deflate$_input = t0; _._output = t1; _._deflate$_status = null; - _.__Deflate__pending = _.__Deflate__pendingOut = _.__Deflate__pendingBufferSize = _.__Deflate__pendingBuffer = $; + _.__Deflate__pending_A = _.__Deflate__pendingOut_A = _.__Deflate__pendingBufferSize_A = _.__Deflate__pendingBuffer_A = $; _._dataType = 2; - _.__Deflate__strStart = _.__Deflate__matchAvailable = _.__Deflate__prevMatch = _.__Deflate__matchLength = _.__Deflate__blockStart = _.__Deflate__hashShift = _.__Deflate__hashMask = _.__Deflate__hashBits = _.__Deflate__hashSize = _.__Deflate__insertHash = _.__Deflate__head = _.__Deflate__prev = _.__Deflate__actualWindowSize = _.__Deflate__window = _.__Deflate__windowMask = _.__Deflate__windowBits = _.__Deflate__windowSize = $; + _.__Deflate__strStart_A = _.__Deflate__matchAvailable_A = _.__Deflate__prevMatch_A = _.__Deflate__matchLength_A = _.__Deflate__blockStart_A = _.__Deflate__hashShift_A = _.__Deflate__hashMask_A = _.__Deflate__hashBits_A = _.__Deflate__hashSize_A = _.__Deflate__insertHash_A = _.__Deflate__head_A = _.__Deflate__prev_A = _.__Deflate__actualWindowSize_A = _.__Deflate__window_A = _.__Deflate__windowMask_A = _.__Deflate__windowBits_A = _.__Deflate__windowSize_A = $; _._matchStart = 0; - _.__Deflate__bitLengthTree = _.__Deflate__dynamicDistTree = _.__Deflate__dynamicLengthTree = _.__Deflate__strategy = _.__Deflate__level = _.__Deflate__prevLength = _.__Deflate__lookAhead = $; + _.__Deflate__bitLengthTree_A = _.__Deflate__dynamicDistTree_A = _.__Deflate__dynamicLengthTree_A = _.__Deflate__strategy_A = _.__Deflate__level_A = _.__Deflate__prevLength_A = _.__Deflate__lookAhead_A = $; _._lDesc = t2; _._dDesc = t3; _._blDesc = t4; _._bitLengthCount = t5; _._heap = t6; - _.__Deflate__heapMax = _.__Deflate__heapLen = $; + _.__Deflate__heapMax_A = _.__Deflate__heapLen_A = $; _._deflate$_depth = t7; - _.__Deflate__numValidBits = _.__Deflate__bitBuffer = _.__Deflate__lastEOBLen = _.__Deflate__matches = _.__Deflate__staticLen = _.__Deflate__optimalLen = _.__Deflate__dbuf = _.__Deflate__lastLit = _.__Deflate__litBufferSize = _.__Deflate__lbuf = $; + _.__Deflate__numValidBits_A = _.__Deflate__bitBuffer_A = _.__Deflate__lastEOBLen_A = _.__Deflate__matches_A = _.__Deflate__staticLen_A = _.__Deflate__optimalLen_A = _.__Deflate__dbuf_A = _.__Deflate__lastLit_A = _.__Deflate__litBufferSize_A = _.__Deflate__lbuf_A = $; }, _DeflaterConfig: function _DeflaterConfig(t0, t1, t2, t3, t4) { var _ = this; @@ -18405,7 +18612,7 @@ _.$function = t4; }, _HuffmanTree: function _HuffmanTree() { - this.___HuffmanTree_staticDesc = this.___HuffmanTree_maxCode = this.___HuffmanTree_dynamicTree = $; + this.___HuffmanTree_staticDesc_A = this.___HuffmanTree_maxCode_A = this.___HuffmanTree_dynamicTree_A = $; }, _StaticTree: function _StaticTree(t0, t1, t2, t3, t4) { var _ = this; @@ -18421,7 +18628,7 @@ return t1; }, HuffmanTable: function HuffmanTable() { - this.__HuffmanTable_table = $; + this.__HuffmanTable_table_A = $; this.maxCodeLength = 0; this.minCodeLength = 2147483647; }, @@ -18435,7 +18642,7 @@ }, Inflate: function Inflate(t0, t1, t2, t3) { var _ = this; - _.__Inflate_input = t0; + _.__Inflate_input_A = t0; _.inputSet = false; _.output = t1; _._bitBufferLen = _._bitBuffer = 0; @@ -18622,6 +18829,8 @@ this.index = t0; this._core$_name = t1; }, + AttributionVisitor: function AttributionVisitor() { + }, NamedAttribution: function NamedAttribution(t0) { this.id = t0; }, @@ -18629,144 +18838,6 @@ this.start = t0; this.end = t1; }, - getPaint(color) { - var t1 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t1.set$color(0, color); - t1.set$style(0, B.PaintingStyle_1); - t1.set$isAntiAlias(false); - t1.set$strokeWidth(1); - return t1; - }, - CloseIcon: function CloseIcon(t0, t1) { - this.color = t0; - this.key = t1; - }, - MaximizeIcon: function MaximizeIcon(t0, t1) { - this.color = t0; - this.key = t1; - }, - _MaximizePainter: function _MaximizePainter(t0, t1) { - this.color = t0; - this._repaint = t1; - }, - MinimizeIcon: function MinimizeIcon(t0, t1) { - this.color = t0; - this.key = t1; - }, - _MinimizePainter: function _MinimizePainter(t0, t1) { - this.color = t0; - this._repaint = t1; - }, - _IconPainter: function _IconPainter() { - }, - _AlignedPaint: function _AlignedPaint(t0, t1) { - this.painter = t0; - this.key = t1; - }, - WindowButtonColors$(iconMouseDown, iconMouseOver, iconNormal, mouseDown, mouseOver, normal) { - var t1 = new A.WindowButtonColors(); - t1.__WindowButtonColors_normal = normal == null ? A._lateReadCheck($.$get$_defaultButtonColors().__WindowButtonColors_normal, "normal") : normal; - t1.__WindowButtonColors_mouseOver = mouseOver; - t1.__WindowButtonColors_mouseDown = mouseDown; - t1.__WindowButtonColors_iconNormal = iconNormal == null ? A._lateReadCheck($.$get$_defaultButtonColors().__WindowButtonColors_iconNormal, "iconNormal") : iconNormal; - t1.__WindowButtonColors_iconMouseOver = iconMouseOver == null ? A._lateReadCheck($.$get$_defaultButtonColors().__WindowButtonColors_iconMouseOver, "iconMouseOver") : iconMouseOver; - t1.__WindowButtonColors_iconMouseDown = iconMouseDown == null ? A._lateReadCheck($.$get$_defaultButtonColors().__WindowButtonColors_iconMouseDown, "iconMouseDown") : iconMouseDown; - return t1; - }, - MinimizeWindowButton$(colors) { - var _null = null, - t1 = new A.MinimizeWindowButton_closure(), - t2 = new A.MinimizeWindowButton_closure0(), - t3 = new A.MinimizeWindowButton(t1, false, t2, _null); - t3.WindowButton$7$animate$builder$colors$iconBuilder$key$onPressed$padding(false, _null, colors, t1, _null, t2, _null); - return t3; - }, - MaximizeWindowButton$(colors) { - var _null = null, - t1 = new A.MaximizeWindowButton_closure(), - t2 = new A.MaximizeWindowButton_closure0(), - t3 = new A.MaximizeWindowButton(t1, false, t2, _null); - t3.WindowButton$7$animate$builder$colors$iconBuilder$key$onPressed$padding(false, _null, colors, t1, _null, t2, _null); - return t3; - }, - CloseWindowButton$(colors, onPressed) { - var _null = null, - t1 = new A.CloseWindowButton_closure(), - t2 = new A.CloseWindowButton(t1, false, onPressed, _null); - t2.WindowButton$7$animate$builder$colors$iconBuilder$key$onPressed$padding(false, _null, colors, t1, _null, onPressed, _null); - return t2; - }, - WindowButtonColors: function WindowButtonColors() { - var _ = this; - _.__WindowButtonColors_iconMouseDown = _.__WindowButtonColors_iconMouseOver = _.__WindowButtonColors_iconNormal = _.__WindowButtonColors_mouseDown = _.__WindowButtonColors_mouseOver = _.__WindowButtonColors_normal = $; - }, - WindowButton: function WindowButton() { - }, - MinimizeWindowButton: function MinimizeWindowButton(t0, t1, t2, t3) { - var _ = this; - _.iconBuilder = t0; - _.__WindowButton_colors = $; - _.animate = t1; - _.onPressed = t2; - _.key = t3; - }, - MinimizeWindowButton_closure: function MinimizeWindowButton_closure() { - }, - MinimizeWindowButton_closure0: function MinimizeWindowButton_closure0() { - }, - MaximizeWindowButton: function MaximizeWindowButton(t0, t1, t2, t3) { - var _ = this; - _.iconBuilder = t0; - _.__WindowButton_colors = $; - _.animate = t1; - _.onPressed = t2; - _.key = t3; - }, - MaximizeWindowButton_closure: function MaximizeWindowButton_closure() { - }, - MaximizeWindowButton_closure0: function MaximizeWindowButton_closure0() { - }, - CloseWindowButton: function CloseWindowButton(t0, t1, t2, t3) { - var _ = this; - _.iconBuilder = t0; - _.__WindowButton_colors = $; - _.animate = t1; - _.onPressed = t2; - _.key = t3; - }, - CloseWindowButton_closure: function CloseWindowButton_closure() { - }, - _MoveWindow: function _MoveWindow(t0, t1, t2) { - this.child = t0; - this.onDoubleTap = t1; - this.key = t2; - }, - _MoveWindow_build_closure0: function _MoveWindow_build_closure0() { - }, - _MoveWindow_build_closure: function _MoveWindow_build_closure() { - }, - MoveWindow: function MoveWindow(t0, t1) { - this.child = t0; - this.key = t1; - }, - WindowTitleBarBox: function WindowTitleBarBox(t0, t1) { - this.child = t0; - this.key = t1; - }, - BitsdojoWindowPlatform: function BitsdojoWindowPlatform() { - }, - MethodChannelBitsdojoWindow: function MethodChannelBitsdojoWindow(t0) { - this._instanceToken = t0; - }, - AppWindowNotImplemented: function AppWindowNotImplemented() { - }, - BitsdojoWindowPlatformNotImplemented: function BitsdojoWindowPlatformNotImplemented(t0) { - this._instanceToken = t0; - }, - DesktopWindow: function DesktopWindow() { - }, - NotImplementedWindow: function NotImplementedWindow() { - }, BoardItem$(boardList, draggable, index, item, onDragItem, onDropItem, onStartDragItem, onTapItem) { return new A.BoardItem(boardList, item, index, onDropItem, onTapItem, onStartDragItem, onDragItem, draggable, null); }, @@ -18784,7 +18855,7 @@ }, BoardItemState: function BoardItemState(t0, t1) { var _ = this; - _.__BoardItemState_height = $; + _.__BoardItemState_height_A = $; _.AutomaticKeepAliveClientMixin__keepAliveHandle = t0; _._widget = null; _._debugLifecycleState = t1; @@ -18988,7 +19059,7 @@ _BoardViewState_State_AutomaticKeepAliveClientMixin: function _BoardViewState_State_AutomaticKeepAliveClientMixin() { }, BoardViewController: function BoardViewController() { - this.__BoardViewController_state = $; + this.__BoardViewController_state_A = $; }, CopyOnWriteList: function CopyOnWriteList(t0, t1, t2) { var _ = this; @@ -19052,7 +19123,7 @@ this.$ti = t1; }, ListBuilder: function ListBuilder(t0) { - this.__ListBuilder__list = $; + this.__ListBuilder__list_A = $; this._listOwner = null; this.$ti = t0; }, @@ -19096,9 +19167,9 @@ }, ListMultimapBuilder: function ListMultimapBuilder(t0) { var _ = this; - _.__ListMultimapBuilder__builtMap = $; + _.__ListMultimapBuilder__builtMap_A = $; _._list_multimap$_builtMapOwner = null; - _.__ListMultimapBuilder__builderMap = $; + _.__ListMultimapBuilder__builderMap_A = $; _.$ti = t0; }, ListMultimapBuilder_replace_closure: function ListMultimapBuilder_replace_closure(t0) { @@ -19146,7 +19217,7 @@ MapBuilder: function MapBuilder(t0, t1, t2, t3) { var _ = this; _._mapFactory = t0; - _.__MapBuilder__map = t1; + _.__MapBuilder__map_A = t1; _._mapOwner = t2; _.$ti = t3; }, @@ -19186,7 +19257,7 @@ SetBuilder: function SetBuilder(t0, t1, t2, t3) { var _ = this; _._setFactory = t0; - _.__SetBuilder__set = t1; + _.__SetBuilder__set_A = t1; _._setOwner = t2; _.$ti = t3; }, @@ -19218,9 +19289,9 @@ }, SetMultimapBuilder: function SetMultimapBuilder(t0) { var _ = this; - _.__SetMultimapBuilder__builtMap = $; + _.__SetMultimapBuilder__builtMap_A = $; _._builtMapOwner = null; - _.__SetMultimapBuilder__builderMap = $; + _.__SetMultimapBuilder__builderMap_A = $; _.$ti = t0; }, SetMultimapBuilder_replace_closure: function SetMultimapBuilder_replace_closure(t0) { @@ -19320,7 +19391,7 @@ t2.addBuilderFactory$2(B.FullType_wIv, new A.Serializers_Serializers_closure1()); t2.addBuilderFactory$2(B.FullType_4e8, new A.Serializers_Serializers_closure2()); t2.addBuilderFactory$2(B.FullType_Ofx, new A.Serializers_Serializers_closure3()); - return t2.build$0(0); + return t2.build$0(); }, FullType__getRawName(type) { var $name = J.toString$0$(type), @@ -19494,6 +19565,8 @@ _.fit = t6; _.key = t7; }, + CachedNetworkImage_build_closure: function CachedNetworkImage_build_closure() { + }, CachedNetworkImageProvider: function CachedNetworkImageProvider(t0, t1, t2, t3, t4) { var _ = this; _.cacheManager = t0; @@ -19794,14 +19867,14 @@ _._newDisjointMeasureAxesSpec = _._disjointMeasureAxesSpec = null; _._disjointMeasureAxes = t4; _._useSecondaryMeasureAxis = _._usePrimaryMeasureAxis = _.flipVerticalAxisOutput = false; - _.__BaseChart_context = $; + _.__BaseChart_context_A = $; _.graphicsFactory = null; _._layoutManager = t5; _._chartHeight = _._chartWidth = null; _.transition = t6; _.animationPercent = 0; _._animationsTemporarilyDisabled = false; - _.__BaseChart__originalSeriesList = $; + _.__BaseChart__originalSeriesList_A = $; _._currentSeriesList = null; _._usingRenderers = t7; _._rendererToSeriesList = null; @@ -19840,7 +19913,7 @@ _._currentKeys = t5; _._currentGroupsStackKeys = t6; _._prevDomainAxis = null; - _.__BaseCartesianRenderer_chart = $; + _.__BaseCartesianRenderer_chart_A = $; _.layoutConfig = t7; _.rendererId = t8; _.symbolRenderer = t9; @@ -20227,12 +20300,12 @@ _.$ti = t16; }, LinearScale$() { - return new A.LinearScale(new A.LinearScaleDomainInfo(1 / 0, -1 / 0, 1 / 0), new A.LinearScaleViewportSettings(), new A.LinearScaleFunction(), B.RangeBandConfig_RangeBandType_0_0, B.C_StepSizeConfig); + return new A.LinearScale(new A.LinearScaleDomainInfo(), new A.LinearScaleViewportSettings(), new A.LinearScaleFunction(), B.RangeBandConfig_RangeBandType_0_0, B.C_StepSizeConfig); }, LinearScale$_copy(other) { var t3, t1 = other._domainInfo, - t2 = new A.LinearScaleDomainInfo(1 / 0, -1 / 0, 1 / 0); + t2 = new A.LinearScaleDomainInfo(); t2._dataDomainStart = t1._dataDomainStart; t2._dataDomainEnd = t1._dataDomainEnd; t2._previouslyAddedDomain = t1._previouslyAddedDomain; @@ -20255,13 +20328,13 @@ _.stepSizeConfig = t4; _._scaleReady = false; }, - LinearScaleDomainInfo: function LinearScaleDomainInfo(t0, t1, t2) { + LinearScaleDomainInfo: function LinearScaleDomainInfo() { var _ = this; _.domainOverride = null; - _._dataDomainStart = t0; - _._dataDomainEnd = t1; + _._dataDomainStart = 1 / 0; + _._dataDomainEnd = -1 / 0; _._previouslyAddedDomain = null; - _._minimumDetectedDomainStep = t2; + _._minimumDetectedDomainStep = 1 / 0; }, LinearScaleFunction: function LinearScaleFunction() { var _ = this; @@ -20298,7 +20371,7 @@ }, NumericTickProvider: function NumericTickProvider() { var _ = this; - _.__NumericTickProvider__high = _.__NumericTickProvider__low = $; + _.__NumericTickProvider__high_A = _.__NumericTickProvider__low_A = $; _._maxTickCount = _._minTickCount = null; }, _TickStepInfo: function _TickStepInfo(t0, t1) { @@ -20345,7 +20418,7 @@ _._viewportTranslatePx = t4; _._rangeBandConfig = t5; _._scaleChanged = true; - _.__SimpleOrdinalScale__cachedRangeBandSize = _.__SimpleOrdinalScale__cachedRangeBandShift = _.__SimpleOrdinalScale__cachedStepSizePixels = $; + _.__SimpleOrdinalScale__cachedRangeBandSize_A = _.__SimpleOrdinalScale__cachedRangeBandShift_A = _.__SimpleOrdinalScale__cachedStepSizePixels_A = $; _._viewportStartingDomain = _._viewportDataSize = null; }, AxisSpec: function AxisSpec() { @@ -20443,13 +20516,11 @@ }, DateTimeAxis$(dateTimeFactory) { var map, _null = null, - t1 = new A.AutoAdjustingDateTimeTickProvider(A._setArrayType([new A.TimeRangeTickProviderImpl(new A.YearTimeStepper(B.List_2Vk0, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.MonthTimeStepper(B.List_ww8, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.DayTimeStepper(B.List_yTu, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.HourTimeStepper(B.List_E7y, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.MinuteTimeStepper(B.List_yTu0, dateTimeFactory))], type$.JSArray_TimeRangeTickProvider)), + t1 = new A.AutoAdjustingDateTimeTickProvider(A._setArrayType([new A.TimeRangeTickProviderImpl(new A.YearTimeStepper(B.List_2Vk3, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.MonthTimeStepper(B.List_ww84, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.DayTimeStepper(B.List_yTu, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.HourTimeStepper(B.List_E7y, dateTimeFactory)), new A.TimeRangeTickProviderImpl(new A.MinuteTimeStepper(B.List_yTu0, dateTimeFactory))], type$.JSArray_TimeRangeTickProvider)), t2 = A.DateFormat$("mm", _null), t3 = A.DateFormat$("h mm", _null), - t4 = new A.HourTickFormatter(A.DateFormat$("h", _null), A.DateFormat$("MMM d ha", _null), B.CalendarField_2), - t5 = A.DateFormat$("ha", _null); - A._lateWriteOnceCheck($, "_noonFormat"); - t4.__HourTickFormatter__noonFormat = t5; + t4 = new A.HourTickFormatter(A.DateFormat$("h", _null), A.DateFormat$("MMM d ha", _null), B.CalendarField_2); + t4.__HourTickFormatter__noonFormat_F = A.DateFormat$("ha", _null); map = A.LinkedHashMap_LinkedHashMap$_literal([60000, new A.TimeTickFormatterImpl(t2, t3, B.CalendarField_3), 3600000, t4, 82800000, new A.TimeTickFormatterImpl(A.DateFormat$("d", _null), A.DateFormat$("MMM d", _null), B.CalendarField_1), 2419200000, new A.TimeTickFormatterImpl(A.DateFormat$("MMM", _null), A.DateFormat$("MMM yyyy", _null), B.CalendarField_0), 314496e5, new A.TimeTickFormatterImpl(A.DateFormat$("yyyy", _null), A.DateFormat$("yyyy", _null), B.CalendarField_0)], type$.int, type$.TimeTickFormatter); t2 = new A.DateTimeTickFormatter(map); t2.DateTimeTickFormatter$_internal$1(map); @@ -20513,7 +20584,7 @@ }, HourTickFormatter: function HourTickFormatter(t0, t1, t2) { var _ = this; - _.__HourTickFormatter__noonFormat = $; + _.__HourTickFormatter__noonFormat_F = $; _._simpleFormat = t0; _._transitionFormat = t1; _.transitionField = t2; @@ -20692,7 +20763,7 @@ DomainHighlighter0: function DomainHighlighter0(t0, t1) { var _ = this; _.selectionModelType = t0; - _.__DomainHighlighter__lifecycleListener = _.__DomainHighlighter__chart = $; + _.__DomainHighlighter__lifecycleListener_A = _.__DomainHighlighter__chart_A = $; _.$ti = t1; }, DomainHighlighter__updateColorFunctions_closure: function DomainHighlighter__updateColorFunctions_closure(t0, t1) { @@ -20707,7 +20778,7 @@ Legend: function Legend() { }, LegendState: function LegendState(t0) { - this.__LegendState__legendEntries = $; + this.__LegendState__legendEntries_A = $; this._selectionModel = null; this.$ti = t0; }, @@ -20735,7 +20806,7 @@ var _ = this; _.secondaryMeasureFormatter = _.measureFormatter = _.entryTextStyle = null; _.showOverlaySeries = false; - _.__PerSeriesLegendEntryGenerator_legendDefaultMeasure = $; + _.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A = $; _.$ti = t0; }, PerSeriesLegendEntryGenerator_getLegendEntries_closure: function PerSeriesLegendEntryGenerator_getLegendEntries_closure(t0) { @@ -20783,7 +20854,7 @@ _.dashPattern = t5; _.drawFollowLinesAcrossChart = t6; _.symbolRenderer = t7; - _.__LinePointHighlighter__lifecycleListener = _.__LinePointHighlighter__view = _.__LinePointHighlighter__chart = $; + _.__LinePointHighlighter__lifecycleListener_A = _.__LinePointHighlighter__view_A = _.__LinePointHighlighter__chart_A = $; _._seriesPointMap = t8; _._line_point_highlighter$_currentKeys = t9; _.$ti = t10; @@ -20799,7 +20870,7 @@ _.showVerticalFollowLine = t2; _.chart = t3; _.dashPattern = t4; - _.___LinePointLayoutView__drawAreaBounds = $; + _.___LinePointLayoutView__drawAreaBounds_A = $; _.drawFollowLinesAcrossChart = t5; _.symbolRenderer = t6; _._seriesPointMap = null; @@ -20838,7 +20909,7 @@ var _ = this; _.key = t0; _._previousPoint = null; - _.___AnimatedPoint__targetPoint = $; + _.___AnimatedPoint__targetPoint_A = $; _._currentPoint = null; _.animatingOut = false; _.$ti = t1; @@ -20849,7 +20920,7 @@ }, SelectNearest0: function SelectNearest0(t0, t1, t2, t3, t4, t5) { var _ = this; - _.__SelectNearest__listener = $; + _.__SelectNearest__listener_A = $; _.selectionModelType = t0; _.eventTrigger = t1; _.selectionMode = t2; @@ -21015,8 +21086,8 @@ _.overlaySeries = t2; _.seriesCategory = t3; _.seriesColor = t4; - _.__MutableSeries_seriesIndex = t5; - _.__MutableSeries_seriesMeasureTotal = t6; + _.__MutableSeries_seriesIndex_A = t5; + _.__MutableSeries_seriesMeasureTotal_A = t6; _.data = t7; _.MutableSeries_keyFn = t8; _.domainFn = t9; @@ -21164,7 +21235,7 @@ var _ = this; _.config = t0; _._views = t1; - _.__LayoutManagerImpl__drawAreaBounds = _.__LayoutManagerImpl__measurements = _.__LayoutManagerImpl__positionOrderedViews = _.__LayoutManagerImpl__paintOrderedViews = $; + _.__LayoutManagerImpl__drawAreaBounds_A = _.__LayoutManagerImpl__measurements_A = _.__LayoutManagerImpl__positionOrderedViews_A = _.__LayoutManagerImpl__paintOrderedViews_A = $; _._viewsNeedPositionSort = _._viewsNeedPaintSort = _._drawAreaBoundsOutdated = true; }, LayoutManagerImpl_paintOrderedViews_closure: function LayoutManagerImpl_paintOrderedViews_closure() { @@ -21303,12 +21374,12 @@ LineRenderer: function LineRenderer(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.config = t0; - _.__LineRenderer__pointRenderer = t1; + _.__LineRenderer__pointRenderer_A = t1; _._line_renderer$_chart = null; - _.__LineRenderer__hasMeasureBounds = $; + _.__LineRenderer__hasMeasureBounds_A = $; _._seriesLineMap = t2; _._line_renderer$_currentKeys = t3; - _.__BaseCartesianRenderer_chart = $; + _.__BaseCartesianRenderer_chart_A = $; _.layoutConfig = t4; _.rendererId = t5; _.symbolRenderer = t6; @@ -21445,7 +21516,7 @@ _.key = t0; _.overlaySeries = t1; _._previousLine = null; - _.___AnimatedLine__targetLine = $; + _.___AnimatedLine__targetLine_A = $; _._line_renderer$_currentLine = null; _.animatingOut = false; _.$ti = t2; @@ -21466,7 +21537,7 @@ _.key = t0; _.overlaySeries = t1; _._previousArea = null; - _.___AnimatedArea__targetArea = $; + _.___AnimatedArea__targetArea_A = $; _._currentArea = null; _.animatingOut = false; _.$ti = t2; @@ -21498,7 +21569,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_empty17; + t3 = B.List_empty18; 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) { @@ -21520,7 +21591,7 @@ _._point_renderer$_chart = null; _.seriesPointMap = t2; _._point_renderer$_currentKeys = t3; - _.__BaseCartesianRenderer_chart = $; + _.__BaseCartesianRenderer_chart_A = $; _.layoutConfig = t4; _.rendererId = t5; _.symbolRenderer = t6; @@ -21607,14 +21678,14 @@ _._newDisjointMeasureAxesSpec = _._disjointMeasureAxesSpec = null; _._disjointMeasureAxes = t5; _._useSecondaryMeasureAxis = _._usePrimaryMeasureAxis = _.flipVerticalAxisOutput = false; - _.__BaseChart_context = $; + _.__BaseChart_context_A = $; _.graphicsFactory = null; _._layoutManager = t6; _._chartHeight = _._chartWidth = null; _.transition = t7; _.animationPercent = 0; _._animationsTemporarilyDisabled = false; - _.__BaseChart__originalSeriesList = $; + _.__BaseChart__originalSeriesList_A = $; _._currentSeriesList = null; _._usingRenderers = t8; _._rendererToSeriesList = null; @@ -21917,7 +21988,7 @@ }, BaseChartState: function BaseChartState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; - _.__BaseChartState__animationController = $; + _.__BaseChartState__animationController_A = $; _._animationValue = 0; _._chartGestureDetector = _._oldWidget = null; _._configurationChanged = false; @@ -22021,9 +22092,9 @@ _.selectionModelType = t2; _.legendState = t3; _.legendEntryGenerator = t4; - _.__Legend__lifecycleListener = _.__Legend__chart = $; + _.__Legend__lifecycleListener_F = _.__Legend__chart_A = $; _._legend$_drawAreaBounds = _._legend$_componentBounds = null; - _.__Legend__currentSeriesList = $; + _.__Legend__currentSeriesList_A = $; _._postProcessSeriesList = null; _.$ti = t5; }, @@ -22055,7 +22126,7 @@ t2.toString; t3 = clipBounds.top; t3.toString; - canvas.clipRect$1(0, new A.Rect(t2, t3, t2 + clipBounds.width, t3 + clipBounds.height)); + canvas.clipRect$1(new A.Rect(t2, t3, t2 + clipBounds.width, t3 + clipBounds.height)); } paint.set$color(0, A.Color$fromARGB(stroke.a, stroke.r, stroke.g, stroke.b)); if (shader != null) @@ -22068,7 +22139,7 @@ t3 = point.y; t3.toString; t4 = strokeWidthPx == null ? 0 : strokeWidthPx; - canvas.drawCircle$3(0, new A.Offset(t2, t3), t4, paint); + canvas.drawCircle$3(new A.Offset(t2, t3), t4, paint); } else { if (strokeWidthPx != null) paint.set$strokeWidth(strokeWidthPx); @@ -22100,7 +22171,7 @@ t3.toString; path.lineTo$2(0, t2, t3); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); }, LinePainter__drawDashedLine(canvas, paint, points, dashPattern) { var t1, t2, previousSeriesPoint, getNextDashPatternSegment, remainder, solid, remainderPoints, pointIndex, t3, t4, seriesPoint, d, previousPoint, dashSegment, t5, t6, t7, t8, t9, t10, t11, distance, nextPoint, path, _i, p, _box_0 = {}, @@ -22134,7 +22205,7 @@ t10 = Math.sqrt(t9); t9 = Math.sqrt(t9); t11 = d < dashSegment; - distance = t11 ? d : B.JSNumber_methods.toDouble$0(dashSegment); + distance = t11 ? d : dashSegment; t6 = t5 + t6 / t10 * distance; t9 = t7 + t8 / t9 * distance; nextPoint = new A.Offset(t6, t9); @@ -22147,12 +22218,12 @@ p = remainderPoints[_i]; path.lineTo$2(0, p.get$dx(p), p.get$dy(p)); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); remainderPoints = null; } else if (t11 && pointIndex < points.length - 1) remainderPoints = A._setArrayType([new A.Offset(t5, t7), new A.Offset(t6, t9)], t1); else - canvas.drawLine$3(0, previousPoint, nextPoint, paint); + canvas.drawLine$3(previousPoint, nextPoint, paint); solid = !solid; d -= dashSegment; } @@ -22173,12 +22244,7 @@ this._chart_canvas$_paint = t1; }, ChartContainerCustomPaint_ChartContainerCustomPaint(a11yNodes, chart, exploreMode, oldPainter, textDirection) { - var t1; - if (oldPainter != null) - t1 = oldPainter.a11yNodes === a11yNodes && oldPainter.textDirection === textDirection; - else - t1 = false; - if (t1) + if (oldPainter != null && oldPainter.a11yNodes === a11yNodes && oldPainter.textDirection === textDirection) return oldPainter; else return new A.ChartContainerCustomPaint(chart, false, a11yNodes, textDirection, null); @@ -22202,7 +22268,7 @@ ChartContainerRenderObject: function ChartContainerRenderObject(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._seriesList = _._chart_container$_chart = null; - _.__ChartContainerRenderObject__chartState = $; + _.__ChartContainerRenderObject__chartState_A = $; _._chartContainerIsRtl = false; _._a11yNodes = _._dateTimeFactory = _._rtlSpec = null; _._painter = t0; @@ -22224,12 +22290,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -22256,7 +22324,7 @@ var _ = this; _._isDragging = _._listeningForLongPress = false; _._lastScale = _._lastTapPoint = _._longPressTimer = null; - _.__ChartGestureDetector__containerResolver = $; + _.__ChartGestureDetector__containerResolver_A = $; }, ChartGestureDetector_makeWidget_closure: function ChartGestureDetector_makeWidget_closure(t0) { this.context = t0; @@ -22297,7 +22365,7 @@ _._text_element$_textStyle = null; _._text_element$_textDirection = t2; _._maxWidthStrategy = _._text_element$_maxWidth = null; - _.__TextElement__measurement = _.__TextElement__textPainter = $; + _.__TextElement__measurement_A = _.__TextElement__textPainter_A = $; _._text_element$_opacity = null; }, TextStyle0: function TextStyle0() { @@ -22430,7 +22498,7 @@ var _ = this; _._mimeType = t0; _._html1$_name = t1; - _.__XFile__path = t2; + _.__XFile__path_A = t2; _._html1$_length = t3; _._browserBlob = null; }, @@ -22627,7 +22695,7 @@ _Parser: function _Parser(t0) { this.tokenizer = t0; this._previousToken = null; - this.___Parser__peekToken = $; + this.___Parser__peekToken_A = $; }, Token: function Token(t0, t1) { this.kind = t0; @@ -23004,20 +23072,20 @@ DirectoryNode: function DirectoryNode(t0, t1) { var _ = this; _.children = t0; - _.__RealNode_accessed = _.__RealNode_modified = _.__RealNode_changed = $; + _.__RealNode_accessed_A = _.__RealNode_modified_A = _.__RealNode_changed_A = $; _._node1$_parent = t1; }, RootNode: function RootNode(t0, t1, t2) { var _ = this; _.fs = t0; _.children = t1; - _.__RealNode_accessed = _.__RealNode_modified = _.__RealNode_changed = $; + _.__RealNode_accessed_A = _.__RealNode_modified_A = _.__RealNode_changed_A = $; _._node1$_parent = t2; }, FileNode: function FileNode(t0, t1) { var _ = this; _._node1$_content = t0; - _.__RealNode_accessed = _.__RealNode_modified = _.__RealNode_changed = $; + _.__RealNode_accessed_A = _.__RealNode_modified_A = _.__RealNode_changed_A = $; _._node1$_parent = t1; }, FileSystemOp: function FileSystemOp(t0) { @@ -23139,7 +23207,7 @@ } }, FilePickerWeb: function FilePickerWeb(t0) { - this.__FilePickerWeb__target = $; + this.__FilePickerWeb__target_A = $; this._instanceToken = t0; }, FilePickerWeb_pickFiles_changeEventListener: function FilePickerWeb_pickFiles_changeEventListener(t0, t1, t2, t3, t4, t5, t6) { @@ -23552,10 +23620,10 @@ _.duration = t4; _.reverseDuration = t5; _._simulation = _._ticker = null; - _.__AnimationController__value = $; + _.__AnimationController__value_A = $; _._lastElapsedDuration = null; _._direction = t6; - _.__AnimationController__status = $; + _.__AnimationController__status_A = $; _._lastReportedStatus = t7; _.AnimationLocalStatusListenersMixin__statusListeners = t8; _.AnimationLocalListenersMixin__listeners = t9; @@ -23588,15 +23656,19 @@ var t1 = new A.ProxyAnimation(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_AnimationStatus), type$.ObserverList_of_void_Function_AnimationStatus), new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function), type$.ObserverList_of_void_Function), 0); t1._animations$_parent = animation; if (animation == null) { - t1._status = B.AnimationStatus_0; + t1._animations$_status = B.AnimationStatus_0; t1._animations$_value = 0; } return t1; }, CurvedAnimation$(curve, $parent, reverseCurve) { - var t1 = new A.CurvedAnimation($parent, curve, reverseCurve); + var t2, + t1 = new A.CurvedAnimation($parent, curve, reverseCurve); t1._updateCurveDirection$1($parent.get$status($parent)); - $parent.addStatusListener$1(t1.get$_updateCurveDirection()); + $parent.didRegisterListener$0(); + t2 = $parent.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(t1.get$_updateCurveDirection()); return t1; }, TrainHoppingAnimation$(_currentTrain, _nextTrain, onSwitchedTrain) { @@ -23636,7 +23708,7 @@ }, ProxyAnimation: function ProxyAnimation(t0, t1, t2) { var _ = this; - _._animations$_parent = _._animations$_value = _._status = null; + _._animations$_parent = _._animations$_value = _._animations$_status = null; _.AnimationLocalStatusListenersMixin__statusListeners = t0; _.AnimationLocalListenersMixin__listeners = t1; _.AnimationLazyListenerMixin__listenerCounter = t2; @@ -23836,7 +23908,7 @@ _CupertinoButtonState: function _CupertinoButtonState(t0, t1, t2, t3) { var _ = this; _._opacityTween = t0; - _.___CupertinoButtonState__opacityAnimation = _.___CupertinoButtonState__animationController = $; + _.___CupertinoButtonState__opacityAnimation_A = _.___CupertinoButtonState__animationController_A = $; _._buttonHeldDown = false; _.SingleTickerProviderStateMixin__ticker = t1; _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; @@ -23993,7 +24065,7 @@ _CupertinoBackGestureDetectorState: function _CupertinoBackGestureDetectorState(t0, t1) { var _ = this; _._backGestureController = null; - _.___CupertinoBackGestureDetectorState__recognizer = $; + _.___CupertinoBackGestureDetectorState__recognizer_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -24042,13 +24114,13 @@ }, _CupertinoScrollbarState: function _CupertinoScrollbarState(t0, t1, t2, t3) { var _ = this; - _.___CupertinoScrollbarState__thicknessAnimationController = $; + _.___CupertinoScrollbarState__thicknessAnimationController_A = $; _._pressStartAxisPosition = 0; _._fadeoutTimer = _._currentController = _._dragScrollbarAxisOffset = null; - _.__RawScrollbarState__fadeoutOpacityAnimation = _.__RawScrollbarState__fadeoutAnimationController = $; + _.__RawScrollbarState__fadeoutOpacityAnimation_A = _.__RawScrollbarState__fadeoutAnimationController_A = $; _._scrollbarPainterKey = t0; _._hoverIsActive = false; - _.__RawScrollbarState_scrollbarPainter = $; + _.__RawScrollbarState_scrollbarPainter_F = $; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; @@ -24071,7 +24143,7 @@ }, _CupertinoSwitchState: function _CupertinoSwitchState(t0, t1, t2) { var _ = this; - _.___CupertinoSwitchState__reaction = _.___CupertinoSwitchState__reactionController = _.___CupertinoSwitchState_position = _.___CupertinoSwitchState__positionController = _.___CupertinoSwitchState__drag = _.___CupertinoSwitchState__tap = $; + _.___CupertinoSwitchState__reaction_A = _.___CupertinoSwitchState__reactionController_A = _.___CupertinoSwitchState_position_A = _.___CupertinoSwitchState__positionController_A = _.___CupertinoSwitchState__drag_A = _.___CupertinoSwitchState__tap_A = $; _.needsPositionAnimation = false; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; @@ -24117,12 +24189,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -24376,7 +24450,7 @@ }, DiagnosticsStackTrace$($name, stack, stackFilter) { var t1 = A.DiagnosticsStackTrace__applyStackFilter(stack, stackFilter); - return new A.DiagnosticsStackTrace(B.List_empty1, t1, "", stack, true, $name, true, true, null, B.DiagnosticsTreeStyle_7); + return new A.DiagnosticsStackTrace(B.List_empty0, t1, "", stack, true, $name, true, true, null, B.DiagnosticsTreeStyle_7); }, DiagnosticsStackTrace__applyStackFilter(stack, stackFilter) { var filter; @@ -24513,7 +24587,7 @@ DiagnosticsStackTrace: function DiagnosticsStackTrace(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _._diagnostics$_children = t0; - _._properties = t1; + _._diagnostics$_properties = t1; _._diagnostics$_description = t2; _.value = t3; _.allowTruncate = t4; @@ -24745,7 +24819,7 @@ _._nextPrefixOtherLines = null; _.wrapWidth = t2; _._diagnostics$_buffer = t3; - _._diagnostics$_currentLine = t4; + _._currentLine = t4; _._wrappableRanges = t5; _._numLines = 0; }, @@ -24878,7 +24952,7 @@ var _ = this; _._observer_list$_list = t0; _._isDirty = false; - _.__ObserverList__set = $; + _.__ObserverList__set_FI = $; _.$ti = t1; }, HashedObserverList: function HashedObserverList(t0, t1) { @@ -24889,10 +24963,10 @@ this.index = t0; this._core$_name = t1; }, - WriteBuffer_WriteBuffer() { + WriteBuffer_WriteBuffer(startCapacity) { var eightBytes = new DataView(new ArrayBuffer(8)), eightBytesAsList = A.NativeUint8List_NativeUint8List$view(eightBytes.buffer, 0, null); - return new A.WriteBuffer(new Uint8Array(8), eightBytes, eightBytesAsList); + return new A.WriteBuffer(new Uint8Array(startCapacity), eightBytes, eightBytesAsList); }, WriteBuffer: function WriteBuffer(t0, t1, t2) { var _ = this; @@ -25074,14 +25148,16 @@ _synthesiseDownButtons(buttons, kind) { switch (kind.index) { case 1: + case 4: return buttons; case 0: case 2: case 3: return buttons === 0 ? 1 : buttons; case 5: - default: return buttons === 0 ? 1 : buttons; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, PointerEventConverter_expand(data, devicePixelRatio) { @@ -25178,6 +25254,15 @@ PointerScrollEvent$(device, embedderId, kind, position, scrollDelta, timeStamp) { return new A.PointerScrollEvent(scrollDelta, embedderId, timeStamp, 0, kind, device, position, B.Offset_0_0, 0, false, false, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, false, null, null); }, + PointerPanZoomStartEvent$(device, embedderId, kind, pointer, position, synthesized, timeStamp) { + return new A.PointerPanZoomStartEvent(embedderId, timeStamp, pointer, kind, device, position, B.Offset_0_0, 0, false, false, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, synthesized, null, null); + }, + PointerPanZoomUpdateEvent$(device, embedderId, kind, pan, panDelta, pointer, position, rotation, scale, synthesized, timeStamp) { + return new A.PointerPanZoomUpdateEvent(pan, panDelta, scale, rotation, embedderId, timeStamp, pointer, kind, device, position, B.Offset_0_0, 0, false, false, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, synthesized, null, null); + }, + PointerPanZoomEndEvent$(device, embedderId, kind, pointer, position, synthesized, timeStamp) { + return new A.PointerPanZoomEndEvent(embedderId, timeStamp, pointer, kind, device, position, B.Offset_0_0, 0, false, false, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, synthesized, null, null); + }, PointerCancelEvent$(buttons, device, distance, distanceMax, embedderId, kind, obscured, orientation, pointer, position, pressureMax, pressureMin, radiusMajor, radiusMax, radiusMin, radiusMinor, size, tilt, timeStamp) { return new A.PointerCancelEvent(embedderId, timeStamp, pointer, kind, device, position, B.Offset_0_0, buttons, false, false, 0, pressureMin, pressureMax, distance, distanceMax, size, radiusMajor, radiusMinor, radiusMin, radiusMax, orientation, tilt, 0, false, null, null); }, @@ -25190,9 +25275,11 @@ case 3: case 5: case 0: - default: + case 4: t1 = settings == null ? null : settings.touchSlop; return t1 == null ? 18 : t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computePanSlop(kind, settings) { @@ -25204,7 +25291,7 @@ case 3: case 5: case 0: - default: + case 4: if (settings == null) t1 = null; else { @@ -25212,6 +25299,8 @@ t1 = t1 != null ? t1 * 2 : null; } return t1 == null ? 36 : t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computeScaleSlop(kind) { @@ -25222,8 +25311,10 @@ case 3: case 5: case 0: - default: + case 4: return 18; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, PointerEvent: function PointerEvent() { @@ -25269,7 +25360,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerRemovedEvent: function _CopyPointerRemovedEvent() { }, @@ -25306,7 +25397,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerHoverEvent: function _CopyPointerHoverEvent() { }, @@ -25343,7 +25434,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerEnterEvent: function _CopyPointerEnterEvent() { }, @@ -25380,7 +25471,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerExitEvent: function _CopyPointerExitEvent() { }, @@ -25417,7 +25508,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerDownEvent: function _CopyPointerDownEvent() { }, @@ -25454,7 +25545,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerMoveEvent: function _CopyPointerMoveEvent() { }, @@ -25491,7 +25582,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerUpEvent: function _CopyPointerUpEvent() { }, @@ -25528,7 +25619,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, PointerSignalEvent: function PointerSignalEvent() { }, @@ -25568,7 +25659,123 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; + }, + _CopyPointerPanZoomStartEvent: function _CopyPointerPanZoomStartEvent() { + }, + PointerPanZoomStartEvent: function PointerPanZoomStartEvent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25) { + var _ = this; + _.embedderId = t0; + _.timeStamp = t1; + _.pointer = t2; + _.kind = t3; + _.device = t4; + _.position = t5; + _.delta = t6; + _.buttons = t7; + _.down = t8; + _.obscured = t9; + _.pressure = t10; + _.pressureMin = t11; + _.pressureMax = t12; + _.distance = t13; + _.distanceMax = t14; + _.size = t15; + _.radiusMajor = t16; + _.radiusMinor = t17; + _.radiusMin = t18; + _.radiusMax = t19; + _.orientation = t20; + _.tilt = t21; + _.platformData = t22; + _.synthesized = t23; + _.transform = t24; + _.original = t25; + }, + _TransformedPointerPanZoomStartEvent: function _TransformedPointerPanZoomStartEvent(t0, t1) { + var _ = this; + _.original = t0; + _.transform = t1; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; + }, + _CopyPointerPanZoomUpdateEvent: function _CopyPointerPanZoomUpdateEvent() { + }, + PointerPanZoomUpdateEvent: function PointerPanZoomUpdateEvent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29) { + var _ = this; + _.pan = t0; + _.panDelta = t1; + _.scale = t2; + _.rotation = t3; + _.embedderId = t4; + _.timeStamp = t5; + _.pointer = t6; + _.kind = t7; + _.device = t8; + _.position = t9; + _.delta = t10; + _.buttons = t11; + _.down = t12; + _.obscured = t13; + _.pressure = t14; + _.pressureMin = t15; + _.pressureMax = t16; + _.distance = t17; + _.distanceMax = t18; + _.size = t19; + _.radiusMajor = t20; + _.radiusMinor = t21; + _.radiusMin = t22; + _.radiusMax = t23; + _.orientation = t24; + _.tilt = t25; + _.platformData = t26; + _.synthesized = t27; + _.transform = t28; + _.original = t29; + }, + _TransformedPointerPanZoomUpdateEvent: function _TransformedPointerPanZoomUpdateEvent(t0, t1) { + var _ = this; + _.___TransformedPointerPanZoomUpdateEvent_localPanDelta_FI = _.___TransformedPointerPanZoomUpdateEvent_localPan_FI = $; + _.original = t0; + _.transform = t1; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; + }, + _CopyPointerPanZoomEndEvent: function _CopyPointerPanZoomEndEvent() { + }, + PointerPanZoomEndEvent: function PointerPanZoomEndEvent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25) { + var _ = this; + _.embedderId = t0; + _.timeStamp = t1; + _.pointer = t2; + _.kind = t3; + _.device = t4; + _.position = t5; + _.delta = t6; + _.buttons = t7; + _.down = t8; + _.obscured = t9; + _.pressure = t10; + _.pressureMin = t11; + _.pressureMax = t12; + _.distance = t13; + _.distanceMax = t14; + _.size = t15; + _.radiusMajor = t16; + _.radiusMinor = t17; + _.radiusMin = t18; + _.radiusMax = t19; + _.orientation = t20; + _.tilt = t21; + _.platformData = t22; + _.synthesized = t23; + _.transform = t24; + _.original = t25; + }, + _TransformedPointerPanZoomEndEvent: function _TransformedPointerPanZoomEndEvent(t0, t1) { + var _ = this; + _.original = t0; + _.transform = t1; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _CopyPointerCancelEvent: function _CopyPointerCancelEvent() { }, @@ -25605,7 +25812,7 @@ var _ = this; _.original = t0; _.transform = t1; - _.___TransformedPointerEvent_localDelta = _.___TransformedPointerEvent_localPosition = $; + _.___TransformedPointerEvent_localDelta_FI = _.___TransformedPointerEvent_localPosition_FI = $; }, _PointerAddedEvent_PointerEvent__PointerEventDescription: function _PointerAddedEvent_PointerEvent__PointerEventDescription() { }, @@ -25637,6 +25844,18 @@ }, _PointerMoveEvent_PointerEvent__PointerEventDescription__CopyPointerMoveEvent: function _PointerMoveEvent_PointerEvent__PointerEventDescription__CopyPointerMoveEvent() { }, + _PointerPanZoomEndEvent_PointerEvent__PointerEventDescription: function _PointerPanZoomEndEvent_PointerEvent__PointerEventDescription() { + }, + _PointerPanZoomEndEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomEndEvent: function _PointerPanZoomEndEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomEndEvent() { + }, + _PointerPanZoomStartEvent_PointerEvent__PointerEventDescription: function _PointerPanZoomStartEvent_PointerEvent__PointerEventDescription() { + }, + _PointerPanZoomStartEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomStartEvent: function _PointerPanZoomStartEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomStartEvent() { + }, + _PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription: function _PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription() { + }, + _PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomUpdateEvent: function _PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomUpdateEvent() { + }, _PointerRemovedEvent_PointerEvent__PointerEventDescription: function _PointerRemovedEvent_PointerEvent__PointerEventDescription() { }, _PointerRemovedEvent_PointerEvent__PointerEventDescription__CopyPointerRemovedEvent: function _PointerRemovedEvent_PointerEvent__PointerEventDescription__CopyPointerRemovedEvent() { @@ -25667,6 +25886,12 @@ }, __TransformedPointerMoveEvent__TransformedPointerEvent__CopyPointerMoveEvent: function __TransformedPointerMoveEvent__TransformedPointerEvent__CopyPointerMoveEvent() { }, + __TransformedPointerPanZoomEndEvent__TransformedPointerEvent__CopyPointerPanZoomEndEvent: function __TransformedPointerPanZoomEndEvent__TransformedPointerEvent__CopyPointerPanZoomEndEvent() { + }, + __TransformedPointerPanZoomStartEvent__TransformedPointerEvent__CopyPointerPanZoomStartEvent: function __TransformedPointerPanZoomStartEvent__TransformedPointerEvent__CopyPointerPanZoomStartEvent() { + }, + __TransformedPointerPanZoomUpdateEvent__TransformedPointerEvent__CopyPointerPanZoomUpdateEvent: function __TransformedPointerPanZoomUpdateEvent__TransformedPointerEvent__CopyPointerPanZoomUpdateEvent() { + }, __TransformedPointerRemovedEvent__TransformedPointerEvent__CopyPointerRemovedEvent: function __TransformedPointerRemovedEvent__TransformedPointerEvent__CopyPointerRemovedEvent() { }, __TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent: function __TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent() { @@ -25680,7 +25905,7 @@ }, ForcePressGestureRecognizer__inverseLerp(min, max, t) { var value = (t - min) / (max - min); - return !isNaN(value) ? B.JSNumber_methods.clamp$2(value, 0, 1) : value; + return !isNaN(value) ? A.clampDouble(value, 0, 1) : value; }, _ForceState: function _ForceState(t0, t1) { this.index = t0; @@ -25692,7 +25917,7 @@ ForcePressGestureRecognizer: function ForcePressGestureRecognizer(t0, t1, t2, t3, t4, t5) { var _ = this; _.onEnd = _.onPeak = _.onUpdate = _.onStart = null; - _.__ForcePressGestureRecognizer__lastPressure = _.__ForcePressGestureRecognizer__lastPosition = $; + _.__ForcePressGestureRecognizer__lastPressure_A = _.__ForcePressGestureRecognizer__lastPosition_A = $; _._force_press$_state = t0; _._recognizer$_entries = t1; _._trackedPointers = t2; @@ -25739,13 +25964,13 @@ this._transforms = t1; this._localTransforms = t2; }, - LongPressGestureRecognizer$(debugOwner, duration, kind, postAcceptSlopTolerance, supportedDevices) { + LongPressGestureRecognizer$(debugOwner, duration, kind) { var t1 = duration == null ? B.Duration_500000 : duration, t2 = type$.int, t3 = A.HashSet_HashSet(t2), t4 = type$.PointerDeviceKind, - t5 = kind == null ? supportedDevices : A.LinkedHashSet_LinkedHashSet$_literal([kind], t4); - return new A.LongPressGestureRecognizer(t1, postAcceptSlopTolerance, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, debugOwner, t5, A.LinkedHashMap_LinkedHashMap$_empty(t2, t4)); + t5 = kind == null ? null : A.LinkedHashSet_LinkedHashSet$_literal([kind], t4); + return new A.LongPressGestureRecognizer(t1, null, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, debugOwner, t5, A.LinkedHashMap_LinkedHashMap$_empty(t2, t4)); }, LongPressStartDetails: function LongPressStartDetails(t0, t1) { this.globalPosition = t0; @@ -25801,7 +26026,7 @@ }, PolynomialFit: function PolynomialFit(t0) { this.coefficients = t0; - this.__PolynomialFit_confidence = $; + this.__PolynomialFit_confidence_A = $; }, LeastSquaresSolver: function LeastSquaresSolver(t0, t1, t2) { this.x = t0; @@ -25861,9 +26086,9 @@ _.maxFlingVelocity = _.minFlingVelocity = _.minFlingDistance = _.onCancel = _.onEnd = _.onUpdate = _.onStart = _.onDown = null; _.velocityTrackerBuilder = t1; _._monodrag$_state = t2; - _.__DragGestureRecognizer__pendingDragOffset = _.__DragGestureRecognizer__initialPosition = $; + _.__DragGestureRecognizer__pendingDragOffset_A = _.__DragGestureRecognizer__initialPosition_A = $; _._monodrag$_lastTransform = _._initialButtons = _._lastPendingEventTimestamp = null; - _.__DragGestureRecognizer__globalDistanceMoved = $; + _.__DragGestureRecognizer__globalDistanceMoved_A = $; _._monodrag$_velocityTrackers = t3; _._acceptedActivePointers = t4; _._recognizer$_entries = t5; @@ -25880,9 +26105,9 @@ _.maxFlingVelocity = _.minFlingVelocity = _.minFlingDistance = _.onCancel = _.onEnd = _.onUpdate = _.onStart = _.onDown = null; _.velocityTrackerBuilder = t1; _._monodrag$_state = t2; - _.__DragGestureRecognizer__pendingDragOffset = _.__DragGestureRecognizer__initialPosition = $; + _.__DragGestureRecognizer__pendingDragOffset_A = _.__DragGestureRecognizer__initialPosition_A = $; _._monodrag$_lastTransform = _._initialButtons = _._lastPendingEventTimestamp = null; - _.__DragGestureRecognizer__globalDistanceMoved = $; + _.__DragGestureRecognizer__globalDistanceMoved_A = $; _._monodrag$_velocityTrackers = t3; _._acceptedActivePointers = t4; _._recognizer$_entries = t5; @@ -25899,9 +26124,9 @@ _.maxFlingVelocity = _.minFlingVelocity = _.minFlingDistance = _.onCancel = _.onEnd = _.onUpdate = _.onStart = _.onDown = null; _.velocityTrackerBuilder = t1; _._monodrag$_state = t2; - _.__DragGestureRecognizer__pendingDragOffset = _.__DragGestureRecognizer__initialPosition = $; + _.__DragGestureRecognizer__pendingDragOffset_A = _.__DragGestureRecognizer__initialPosition_A = $; _._monodrag$_lastTransform = _._initialButtons = _._lastPendingEventTimestamp = null; - _.__DragGestureRecognizer__globalDistanceMoved = $; + _.__DragGestureRecognizer__globalDistanceMoved_A = $; _._monodrag$_velocityTrackers = t3; _._acceptedActivePointers = t4; _._recognizer$_entries = t5; @@ -26023,26 +26248,32 @@ _GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin: function _GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin() { }, ScaleUpdateDetails$(focalPoint, focalPointDelta, horizontalScale, localFocalPoint, pointerCount, rotation, scale, verticalScale) { - return new A.ScaleUpdateDetails(focalPoint, localFocalPoint == null ? focalPoint : localFocalPoint, scale, horizontalScale, verticalScale, rotation, pointerCount); + return new A.ScaleUpdateDetails(focalPointDelta, focalPoint, localFocalPoint == null ? focalPoint : localFocalPoint, scale, horizontalScale, verticalScale, rotation, pointerCount); }, _ScaleState: function _ScaleState(t0, t1) { this.index = t0; this._core$_name = t1; }, + _PointerPanZoomData: function _PointerPanZoomData(t0, t1, t2) { + this.focalPoint = t0; + this.scale = t1; + this.rotation = t2; + }, ScaleStartDetails: function ScaleStartDetails(t0, t1, t2) { this.focalPoint = t0; this.localFocalPoint = t1; this.pointerCount = t2; }, - ScaleUpdateDetails: function ScaleUpdateDetails(t0, t1, t2, t3, t4, t5, t6) { + ScaleUpdateDetails: function ScaleUpdateDetails(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; - _.focalPoint = t0; - _.localFocalPoint = t1; - _.scale = t2; - _.horizontalScale = t3; - _.verticalScale = t4; - _.rotation = t5; - _.pointerCount = t6; + _.focalPointDelta = t0; + _.focalPoint = t1; + _.localFocalPoint = t2; + _.scale = t3; + _.horizontalScale = t4; + _.verticalScale = t5; + _.rotation = t6; + _.pointerCount = t7; }, ScaleEndDetails: function ScaleEndDetails(t0, t1) { this.velocity = t0; @@ -26055,32 +26286,40 @@ _.pointerEndLocation = t2; _.pointerEndId = t3; }, - ScaleGestureRecognizer: function ScaleGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7) { + ScaleGestureRecognizer: function ScaleGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.dragStartBehavior = t0; _.onEnd = _.onUpdate = _.onStart = null; _._scale$_state = t1; _._lastTransform = null; - _.__ScaleGestureRecognizer__initialFocalPoint = $; + _.__ScaleGestureRecognizer__initialFocalPoint_A = $; _._currentFocalPoint = null; - _.__ScaleGestureRecognizer__localFocalPoint = _.__ScaleGestureRecognizer__currentVerticalSpan = _.__ScaleGestureRecognizer__initialVerticalSpan = _.__ScaleGestureRecognizer__currentHorizontalSpan = _.__ScaleGestureRecognizer__initialHorizontalSpan = _.__ScaleGestureRecognizer__currentSpan = _.__ScaleGestureRecognizer__initialSpan = $; - _._currentLine = _._initialLine = null; - _.__ScaleGestureRecognizer__pointerQueue = _.__ScaleGestureRecognizer__pointerLocations = $; - _._velocityTrackers = t2; - _.__ScaleGestureRecognizer__delta = $; - _._recognizer$_entries = t3; - _._trackedPointers = t4; + _.__ScaleGestureRecognizer__localFocalPoint_A = _.__ScaleGestureRecognizer__currentVerticalSpan_A = _.__ScaleGestureRecognizer__initialVerticalSpan_A = _.__ScaleGestureRecognizer__currentHorizontalSpan_A = _.__ScaleGestureRecognizer__initialHorizontalSpan_A = _.__ScaleGestureRecognizer__currentSpan_A = _.__ScaleGestureRecognizer__initialSpan_A = $; + _._scale$_currentLine = _._initialLine = null; + _._pointerLocations = t2; + _._pointerQueue = t3; + _._velocityTrackers = t4; + _.__ScaleGestureRecognizer__delta_A = $; + _._pointerPanZooms = t5; + _._initialPanZoomScaleFactor = 1; + _._initialPanZoomRotationFactor = 0; + _._recognizer$_entries = t6; + _._trackedPointers = t7; _._team = null; - _.debugOwner = t5; + _.debugOwner = t8; _.gestureSettings = null; - _._supportedDevices = t6; - _._pointerToKind = t7; + _._supportedDevices = t9; + _._pointerToKind = t10; }, - ScaleGestureRecognizer__reconfigure_closure: function ScaleGestureRecognizer__reconfigure_closure(t0, t1) { + ScaleGestureRecognizer__reconfigure_closure: function ScaleGestureRecognizer__reconfigure_closure() { + }, + ScaleGestureRecognizer__reconfigure_closure0: function ScaleGestureRecognizer__reconfigure_closure0() { + }, + ScaleGestureRecognizer__reconfigure_closure1: function ScaleGestureRecognizer__reconfigure_closure1(t0, t1) { this._box_0 = t0; this.$this = t1; }, - ScaleGestureRecognizer__reconfigure_closure0: function ScaleGestureRecognizer__reconfigure_closure0(t0) { + ScaleGestureRecognizer__reconfigure_closure2: function ScaleGestureRecognizer__reconfigure_closure2(t0) { this.$this = t0; }, ScaleGestureRecognizer__advanceStateMachine_closure: function ScaleGestureRecognizer__advanceStateMachine_closure(t0) { @@ -26089,6 +26328,10 @@ ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure: function ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure(t0) { this.$this = t0; }, + ScaleGestureRecognizer_acceptGesture_closure: function ScaleGestureRecognizer_acceptGesture_closure() { + }, + ScaleGestureRecognizer_acceptGesture_closure0: function ScaleGestureRecognizer_acceptGesture_closure0() { + }, TapGestureRecognizer$(debugOwner) { var t1 = type$.int, t2 = A.HashSet_HashSet(t1); @@ -26260,18 +26503,17 @@ _PackagesViewState__initDefaultDetailPage_closure: function _PackagesViewState__initDefaultDetailPage_closure(t0) { this.data = t0; }, - _PackagesViewState__packagesList_closure: function _PackagesViewState__packagesList_closure(t0, t1, t2, t3, t4) { + _PackagesViewState__packagesList_closure: function _PackagesViewState__packagesList_closure(t0, t1, t2, t3) { var _ = this; _.$this = t0; _.data = t1; _.drawSelection = t2; _.selectedId = t3; - _.context = t4; }, _PackagesViewState__packagesList__closure: function _PackagesViewState__packagesList__closure(t0, t1, t2, t3, t4, t5) { var _ = this; _.$this = t0; - _.index = t1; + _.packageIndex = t1; _.context = t2; _.packageName = t3; _.bindings = t4; @@ -26424,7 +26666,7 @@ }, _MasterDetailScaffoldState: function _MasterDetailScaffoldState(t0, t1) { var _ = this; - _.___MasterDetailScaffoldState_masterViewWidth = _.___MasterDetailScaffoldState_detailPageFABlessGutterWidth = _.___MasterDetailScaffoldState_floatingActionButtonLocation = $; + _.___MasterDetailScaffoldState_masterViewWidth_A = _.___MasterDetailScaffoldState_detailPageFABlessGutterWidth_A = _.___MasterDetailScaffoldState_floatingActionButtonLocation_A = $; _._detailArguments = t0; _._widget = null; _._debugLifecycleState = t1; @@ -26482,7 +26724,7 @@ }, _MaterialAppState: function _MaterialAppState(t0) { var _ = this; - _.___MaterialAppState__heroController = $; + _.___MaterialAppState__heroController_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -26649,22 +26891,24 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - _DefaultsM20: function _DefaultsM20(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { + _AppBarDefaultsM2: function _AppBarDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; _.context = t0; - _.___DefaultsM2__colors = _.___DefaultsM2__theme = $; + _.___AppBarDefaultsM2__colors_FI = _.___AppBarDefaultsM2__theme_FI = $; _.brightness = t1; _.backgroundColor = t2; _.foregroundColor = t3; @@ -26747,7 +26991,7 @@ MaterialRectArcTween: function MaterialRectArcTween(t0, t1) { var _ = this; _._arc$_dirty = true; - _.__MaterialRectArcTween__endArc = _.__MaterialRectArcTween__beginArc = $; + _.__MaterialRectArcTween__endArc_A = _.__MaterialRectArcTween__beginArc_A = $; _.begin = t0; _.end = t1; }, @@ -26803,7 +27047,7 @@ }, _BottomAppBarState: function _BottomAppBarState(t0, t1) { var _ = this; - _.___BottomAppBarState_geometryListenable = $; + _.___BottomAppBarState_geometryListenable_A = $; _.materialKey = t0; _._widget = null; _._debugLifecycleState = t1; @@ -26900,10 +27144,7 @@ }, _BottomSheetThemeData_Object_Diagnosticable: function _BottomSheetThemeData_Object_Diagnosticable() { }, - RawMaterialButton$(autofocus, child, clipBehavior, constraints, disabledElevation, elevation, enableFeedback, fillColor, focusColor, focusElevation, focusNode, highlightColor, highlightElevation, hoverColor, hoverElevation, materialTapTargetSize, mouseCursor, onPressed, shape, splashColor, textStyle) { - return new A.RawMaterialButton(onPressed, mouseCursor, textStyle, fillColor, focusColor, hoverColor, highlightColor, splashColor, elevation, hoverElevation, focusElevation, highlightElevation, disabledElevation, constraints, shape, child, materialTapTargetSize, focusNode, false, clipBehavior, enableFeedback, null); - }, - RawMaterialButton: function RawMaterialButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21) { + RawMaterialButton: function RawMaterialButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { var _ = this; _.onPressed = t0; _.mouseCursor = t1; @@ -26911,22 +27152,21 @@ _.fillColor = t3; _.focusColor = t4; _.hoverColor = t5; - _.highlightColor = t6; - _.splashColor = t7; - _.elevation = t8; - _.hoverElevation = t9; - _.focusElevation = t10; - _.highlightElevation = t11; - _.disabledElevation = t12; - _.constraints = t13; - _.shape = t14; - _.child = t15; - _.materialTapTargetSize = t16; - _.focusNode = t17; - _.autofocus = t18; - _.clipBehavior = t19; - _.enableFeedback = t20; - _.key = t21; + _.splashColor = t6; + _.elevation = t7; + _.hoverElevation = t8; + _.focusElevation = t9; + _.highlightElevation = t10; + _.disabledElevation = t11; + _.constraints = t12; + _.shape = t13; + _.child = t14; + _.materialTapTargetSize = t15; + _.focusNode = t16; + _.autofocus = t17; + _.clipBehavior = t18; + _.enableFeedback = t19; + _.key = t20; }, _RawMaterialButtonState: function _RawMaterialButtonState(t0, t1) { var _ = this; @@ -26956,12 +27196,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -27068,35 +27310,36 @@ t14 = t1 ? _null : a.side; t14 = A.ButtonStyle__lerpSides(t14, t3 ? _null : b.side, t); t15 = t1 ? _null : a.shape; - t15 = A.ButtonStyle__lerpShapes(t15, t3 ? _null : b.shape, t); - t16 = t < 0.5; - if (t16) + t16 = t3 ? _null : b.shape; + t16 = A.MaterialStateProperty_lerp(t15, t16, t, A.borders_OutlinedBorder_lerp$closure(), type$.nullable_OutlinedBorder); + t15 = t < 0.5; + if (t15) t17 = t1 ? _null : a.mouseCursor; else t17 = t3 ? _null : b.mouseCursor; - if (t16) + if (t15) t18 = t1 ? _null : a.visualDensity; else t18 = t3 ? _null : b.visualDensity; - if (t16) + if (t15) t19 = t1 ? _null : a.tapTargetSize; else t19 = t3 ? _null : b.tapTargetSize; - if (t16) + if (t15) t20 = t1 ? _null : a.animationDuration; else t20 = t3 ? _null : b.animationDuration; - if (t16) + if (t15) t21 = t1 ? _null : a.enableFeedback; else t21 = t3 ? _null : b.enableFeedback; t22 = t1 ? _null : a.alignment; t22 = A.AlignmentGeometry_lerp(t22, t3 ? _null : b.alignment, t); - if (t16) + if (t15) t1 = t1 ? _null : a.splashFactory; else t1 = t3 ? _null : b.splashFactory; - return A.ButtonStyle$(t22, t20, t5, t10, t21, t9, t2, t13, t12, t17, t7, t11, t8, t15, t14, t1, t6, t19, t4, t18); + return A.ButtonStyle$(t22, t20, t5, t10, t21, t9, t2, t13, t12, t17, t7, t11, t8, t16, t14, t1, t6, t19, t4, t18); }, ButtonStyle__lerpProperties(a, b, t, lerpFunction, $T) { if (a == null && b == null) @@ -27108,11 +27351,6 @@ return null; return new A._LerpSides(a, b, t); }, - ButtonStyle__lerpShapes(a, b, t) { - if (a == null && b == null) - return null; - return new A._LerpShapes(a, b, t); - }, ButtonStyle: function ButtonStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; _.textStyle = t0; @@ -27149,11 +27387,6 @@ this.b = t1; this.t = t2; }, - _LerpShapes: function _LerpShapes(t0, t1, t2) { - this.a = t0; - this.b = t1; - this.t = t2; - }, _ButtonStyle_Object_Diagnosticable: function _ButtonStyle_Object_Diagnosticable() { }, ButtonStyleButton_scaledPadding(geometry1x, geometry2x, geometry3x, textScaleFactor) { @@ -27173,16 +27406,17 @@ }, ButtonStyleButton: function ButtonStyleButton() { }, - _ButtonStyleState: function _ButtonStyleState(t0, t1, t2, t3) { + _ButtonStyleState: function _ButtonStyleState(t0, t1, t2) { var _ = this; - _._backgroundColor = _._button_style_button$_elevation = _._button_style_button$_controller = null; + _.internalStatesController = _.backgroundColor = _.elevation = _.controller = null; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; - _.MaterialStateMixin_materialStates = t2; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t2; _._framework$_element = null; }, + _ButtonStyleState_handleStatesControllerChange_closure: function _ButtonStyleState_handleStatesControllerChange_closure() { + }, _ButtonStyleState_build_effectiveValue: function _ButtonStyleState_build_effectiveValue(t0, t1, t2) { this.widgetStyle = t0; this.themeStyle = t1; @@ -27274,12 +27508,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -27290,9 +27526,7 @@ this.$this = t0; this.center = t1; }, - __ButtonStyleState_State_MaterialStateMixin: function __ButtonStyleState_State_MaterialStateMixin() { - }, - __ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin: function __ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin() { + __ButtonStyleState_State_TickerProviderStateMixin: function __ButtonStyleState_State_TickerProviderStateMixin() { }, ButtonTheme$fromButtonThemeData(child, data) { return new A.ButtonTheme(data, child, null); @@ -27339,7 +27573,7 @@ _._padding = t4; _._shape = t5; _.alignedDropdown = t6; - _._buttonColor = t7; + _._button_theme$_buttonColor = t7; _._disabledColor = t8; _._focusColor = t9; _._hoverColor = t10; @@ -27364,10 +27598,10 @@ _CalendarDatePickerState: function _CalendarDatePickerState(t0, t1, t2) { var _ = this; _._announcedInitialDate = false; - _.___CalendarDatePickerState__selectedDate = _.___CalendarDatePickerState__currentDisplayedMonthDate = _.___CalendarDatePickerState__mode = $; + _.___CalendarDatePickerState__selectedDate_A = _.___CalendarDatePickerState__currentDisplayedMonthDate_A = _.___CalendarDatePickerState__mode_A = $; _._monthPickerKey = t0; _._yearPickerKey = t1; - _.___CalendarDatePickerState__textDirection = _.___CalendarDatePickerState__localizations = $; + _.___CalendarDatePickerState__textDirection_A = _.___CalendarDatePickerState__localizations_A = $; _._widget = null; _._debugLifecycleState = t2; _._framework$_element = null; @@ -27400,7 +27634,7 @@ }, _DatePickerModeToggleButtonState: function _DatePickerModeToggleButtonState(t0, t1, t2) { var _ = this; - _.___DatePickerModeToggleButtonState__controller = $; + _.___DatePickerModeToggleButtonState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -27422,9 +27656,9 @@ _MonthPickerState: function _MonthPickerState(t0, t1) { var _ = this; _._pageViewKey = t0; - _.___MonthPickerState__textDirection = _.___MonthPickerState__localizations = _.___MonthPickerState__pageController = _.___MonthPickerState__currentMonth = $; + _.___MonthPickerState__textDirection_A = _.___MonthPickerState__localizations_A = _.___MonthPickerState__pageController_A = _.___MonthPickerState__currentMonth_A = $; _._actionMap = _._shortcutMap = null; - _.___MonthPickerState__dayGridFocus = $; + _.___MonthPickerState__dayGridFocus_A = $; _._widget = _._focusedDay = null; _._debugLifecycleState = t1; _._framework$_element = null; @@ -27462,7 +27696,7 @@ }, _DayPickerState: function _DayPickerState(t0) { var _ = this; - _.___DayPickerState__dayFocusNodes = $; + _.___DayPickerState__dayFocusNodes_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -27485,7 +27719,7 @@ }, _YearPickerState: function _YearPickerState(t0) { var _ = this; - _.___YearPickerState__scrollController = $; + _.___YearPickerState__scrollController_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -27512,7 +27746,7 @@ _.child = t6; _.key = t7; }, - _DefaultsM21: function _DefaultsM21(t0, t1, t2, t3, t4, t5, t6, t7) { + _CardDefaultsM2: function _CardDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.context = t0; _.clipBehavior = t1; @@ -27555,15 +27789,15 @@ var _ = this; _._checkbox$_painter = t0; _._previousValue = null; - _.ToggleableStateMixin___ToggleableStateMixin__positionController = t1; - _.ToggleableStateMixin___ToggleableStateMixin__position = t2; - _.ToggleableStateMixin___ToggleableStateMixin__reactionController = t3; - _.ToggleableStateMixin___ToggleableStateMixin__reaction = t4; - _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade = t5; - _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController = t6; - _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade = t7; - _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController = t8; - _.ToggleableStateMixin___ToggleableStateMixin__actionMap = t9; + _.ToggleableStateMixin___ToggleableStateMixin__positionController_A = t1; + _.ToggleableStateMixin___ToggleableStateMixin__position_A = t2; + _.ToggleableStateMixin___ToggleableStateMixin__reactionController_A = t3; + _.ToggleableStateMixin___ToggleableStateMixin__reaction_A = t4; + _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A = t5; + _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A = t6; + _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A = t7; + _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A = t8; + _.ToggleableStateMixin___ToggleableStateMixin__actionMap_FI = t9; _.ToggleableStateMixin__downPosition = t10; _.ToggleableStateMixin__focused = t11; _.ToggleableStateMixin__hovering = t12; @@ -27609,11 +27843,6 @@ _.contentPadding = t6; _.key = t7; }, - CheckboxThemeData__lerpProperties(a, b, t, lerpFunction, $T) { - if (a == null && b == null) - return null; - return new A._LerpProperties4(a, b, t, lerpFunction, $T._eval$1("_LerpProperties4<0>")); - }, CheckboxThemeData__lerpSides(a, b, t) { if (a == null && b == null) return null; @@ -27633,18 +27862,10 @@ _.shape = t7; _.side = t8; }, - _LerpProperties4: function _LerpProperties4(t0, t1, t2, t3, t4) { - var _ = this; - _.a = t0; - _.b = t1; - _.t = t2; - _.lerpFunction = t3; - _.$ti = t4; - }, _CheckboxThemeData_Object_Diagnosticable: function _CheckboxThemeData_Object_Diagnosticable() { }, ChipThemeData_lerp(a, b, t) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _null = null, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, _null = null, t1 = a == null; if (t1 && b == null) return _null; @@ -27661,35 +27882,47 @@ t7 = A.Color_lerp(t7, t3 ? _null : b.secondarySelectedColor, t); t8 = t1 ? _null : a.shadowColor; t8 = A.Color_lerp(t8, t3 ? _null : b.shadowColor, t); - t9 = t1 ? _null : a.selectedShadowColor; - t9 = A.Color_lerp(t9, t3 ? _null : b.selectedShadowColor, t); - t10 = t1 ? _null : a.checkmarkColor; - t10 = A.Color_lerp(t10, t3 ? _null : b.checkmarkColor, t); - t11 = t1 ? _null : a.labelPadding; - t11 = A.EdgeInsetsGeometry_lerp(t11, t3 ? _null : b.labelPadding, t); - t12 = t1 ? _null : a.padding; - t12 = A.EdgeInsetsGeometry_lerp(t12, t3 ? _null : b.padding, t); - t13 = t1 ? _null : a.side; - t13 = A.ChipThemeData__lerpSides(t13, t3 ? _null : b.side, t); - t14 = t1 ? _null : a.shape; - t14 = A.ChipThemeData__lerpShapes(t14, t3 ? _null : b.shape, t); - t15 = t1 ? _null : a.labelStyle; - t15 = A.TextStyle_lerp(t15, t3 ? _null : b.labelStyle, t); - t16 = t1 ? _null : a.secondaryLabelStyle; - t16 = A.TextStyle_lerp(t16, t3 ? _null : b.secondaryLabelStyle, t); - if (t < 0.5) { - t17 = t1 ? _null : a.brightness; - if (t17 == null) - t17 = B.Brightness_1; + t9 = t1 ? _null : a.surfaceTintColor; + t9 = A.Color_lerp(t9, t3 ? _null : b.surfaceTintColor, t); + t10 = t1 ? _null : a.selectedShadowColor; + t10 = A.Color_lerp(t10, t3 ? _null : b.selectedShadowColor, t); + t11 = t < 0.5; + if (t11) { + t12 = t1 ? _null : a.showCheckmark; + t12 = t12 !== false; } else { - t17 = t3 ? _null : b.brightness; - if (t17 == null) - t17 = B.Brightness_1; + t12 = t3 ? _null : b.showCheckmark; + t12 = t12 !== false; } - t18 = t1 ? _null : a.elevation; - t18 = A.lerpDouble(t18, t3 ? _null : b.elevation, t); - t1 = t1 ? _null : a.pressElevation; - return new A.ChipThemeData(t2, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, A.lerpDouble(t1, t3 ? _null : b.pressElevation, t)); + t13 = t1 ? _null : a.checkmarkColor; + t13 = A.Color_lerp(t13, t3 ? _null : b.checkmarkColor, t); + t14 = t1 ? _null : a.labelPadding; + t14 = A.EdgeInsetsGeometry_lerp(t14, t3 ? _null : b.labelPadding, t); + t15 = t1 ? _null : a.padding; + t15 = A.EdgeInsetsGeometry_lerp(t15, t3 ? _null : b.padding, t); + t16 = t1 ? _null : a.side; + t16 = A.ChipThemeData__lerpSides(t16, t3 ? _null : b.side, t); + t17 = t1 ? _null : a.shape; + t17 = A.ChipThemeData__lerpShapes(t17, t3 ? _null : b.shape, t); + t18 = t1 ? _null : a.labelStyle; + t18 = A.TextStyle_lerp(t18, t3 ? _null : b.labelStyle, t); + t19 = t1 ? _null : a.secondaryLabelStyle; + t19 = A.TextStyle_lerp(t19, t3 ? _null : b.secondaryLabelStyle, t); + if (t11) { + t11 = t1 ? _null : a.brightness; + if (t11 == null) + t11 = B.Brightness_1; + } else { + t11 = t3 ? _null : b.brightness; + if (t11 == null) + t11 = B.Brightness_1; + } + t20 = t1 ? _null : a.elevation; + t20 = A.lerpDouble(t20, t3 ? _null : b.elevation, t); + t21 = t1 ? _null : a.pressElevation; + t21 = A.lerpDouble(t21, t3 ? _null : b.pressElevation, t); + t1 = t1 ? _null : a.iconTheme; + return new A.ChipThemeData(t2, t4, t5, t6, t7, t8, t9, t10, t12, t13, t14, t15, t16, t17, t18, t19, t11, t20, t21, A.IconThemeData_lerp(t1, t3 ? _null : b.iconTheme, t)); }, ChipThemeData__lerpSides(a, b, t) { var t1 = a == null; @@ -27697,11 +27930,11 @@ return null; if (t1) { t1 = b.color; - return A.BorderSide_lerp(new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1), b, t); + return A.BorderSide_lerp(new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1, B.StrokeAlign_0), b, t); } if (b == null) { t1 = a.color; - return A.BorderSide_lerp(new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1), a, t); + return A.BorderSide_lerp(new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1, B.StrokeAlign_0), a, t); } return A.BorderSide_lerp(a, b, t); }, @@ -27710,7 +27943,7 @@ return null; return type$.nullable_OutlinedBorder._as(A.ShapeBorder_lerp(a, b, t)); }, - ChipThemeData: function ChipThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { + ChipThemeData: function ChipThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; _.backgroundColor = t0; _.deleteIconColor = t1; @@ -27718,17 +27951,20 @@ _.selectedColor = t3; _.secondarySelectedColor = t4; _.shadowColor = t5; - _.selectedShadowColor = t6; - _.checkmarkColor = t7; - _.labelPadding = t8; - _.padding = t9; - _.side = t10; - _.shape = t11; - _.labelStyle = t12; - _.secondaryLabelStyle = t13; - _.brightness = t14; - _.elevation = t15; - _.pressElevation = t16; + _.surfaceTintColor = t6; + _.selectedShadowColor = t7; + _.showCheckmark = t8; + _.checkmarkColor = t9; + _.labelPadding = t10; + _.padding = t11; + _.side = t12; + _.shape = t13; + _.labelStyle = t14; + _.secondaryLabelStyle = t15; + _.brightness = t16; + _.elevation = t17; + _.pressElevation = t18; + _.iconTheme = t19; }, _ChipThemeData_Object_Diagnosticable: function _ChipThemeData_Object_Diagnosticable() { }, @@ -27847,7 +28083,7 @@ }, TableRowInkWell$(child, onLongPress, onTap, overlayColor) { var _null = null; - return new A.TableRowInkWell(child, onTap, _null, _null, _null, _null, onLongPress, _null, _null, _null, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, overlayColor, _null, _null, true, false, _null, false, _null, true, _null); + return new A.TableRowInkWell(child, onTap, _null, _null, _null, _null, onLongPress, _null, _null, _null, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, overlayColor, _null, _null, true, false, _null, false, _null, true, _null, _null); }, DataColumn: function DataColumn(t0, t1, t2) { this.label = t0; @@ -27910,7 +28146,7 @@ this.column = t1; this.dataColumnIndex = t2; }, - TableRowInkWell: function TableRowInkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { + TableRowInkWell: function TableRowInkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { var _ = this; _.child = t0; _.onTap = t1; @@ -27939,7 +28175,8 @@ _.autofocus = t24; _.focusNode = t25; _.canRequestFocus = t26; - _.key = t27; + _.statesController = t27; + _.key = t28; }, TableRowInkWell_getRectCallback_closure: function TableRowInkWell_getRectCallback_closure(t0) { this.referenceBox = t0; @@ -27953,7 +28190,7 @@ }, _SortArrowState: function _SortArrowState(t0, t1, t2) { var _ = this; - _.___SortArrowState__orientationAnimation = _.___SortArrowState__orientationController = _.___SortArrowState__opacityAnimation = _.___SortArrowState__opacityController = $; + _.___SortArrowState__orientationAnimation_A = _.___SortArrowState__orientationController_A = _.___SortArrowState__opacityAnimation_A = _.___SortArrowState__opacityController_A = $; _._orientationOffset = 0; _._data_table$_up = null; _.TickerProviderStateMixin__tickers = t0; @@ -27973,11 +28210,6 @@ }, DataTableSource: function DataTableSource() { }, - DataTableThemeData__lerpProperties(a, b, t, lerpFunction, $T) { - if (a == null && b == null) - return null; - return new A._LerpProperties3(a, b, t, lerpFunction, $T._eval$1("_LerpProperties3<0>")); - }, DataTableTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.DataTableTheme); @@ -27998,14 +28230,6 @@ _.dividerThickness = t9; _.checkboxHorizontalMargin = t10; }, - _LerpProperties3: function _LerpProperties3(t0, t1, t2, t3, t4) { - var _ = this; - _.a = t0; - _.b = t1; - _.t = t2; - _.lerpFunction = t3; - _.$ti = t4; - }, _DataTableThemeData_Object_Diagnosticable: function _DataTableThemeData_Object_Diagnosticable() { }, DateUtils_isSameDay(dateA, dateB) { @@ -28131,7 +28355,7 @@ }, _DatePickerDialogState: function _DatePickerDialogState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.___DatePickerDialogState__entryMode = _.___DatePickerDialogState__selectedDate = $; + _.___DatePickerDialogState__entryMode_FI = _.___DatePickerDialogState__selectedDate_FI = $; _._autovalidateMode = t0; _._calendarPickerKey = t1; _._formKey = t2; @@ -28236,15 +28460,16 @@ t5 = A._setArrayType([], type$.JSArray_OverlayEntry); t6 = $.$get$ChangeNotifier__emptyListeners(); t7 = $.Zone__current; - return new A.DialogRoute(new A.DialogRoute_closure(builder, themes, true), barrierDismissible, t1, barrierColor, B.Duration_150000, A.dialog___buildMaterialDialogTransitions$closure(), anchorPoint, _null, t2, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, new A._AsyncCompleter(new A._Future(t3, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t4, t5, B.RouteSettings_null_null, new A.ValueNotifier(_null, t6, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t7, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("DialogRoute<0>")); + return new A.DialogRoute(new A.DialogRoute_closure(builder, themes, true), barrierDismissible, t1, barrierColor, B.Duration_150000, A.dialog___buildMaterialDialogTransitions$closure(), anchorPoint, _null, t2, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t3, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t4, t5, B.RouteSettings_null_null, new A.ValueNotifier(_null, t6, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t7, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("DialogRoute<0>")); }, _paddingScaleFactor(textScaleFactor) { - var t1 = A.lerpDouble(1, 0.3333333333333333, B.JSNumber_methods.clamp$2(textScaleFactor, 1, 2) - 1); + var t1 = A.lerpDouble(1, 0.3333333333333333, A.clampDouble(textScaleFactor, 1, 2) - 1); t1.toString; return t1; }, - _DefaultsM2$(context) { - return new A._DefaultsM2(context, A.Theme_of(context).textTheme, null, 24, B.RoundedRectangleBorder_LkV0, B.Alignment_0_0, null, null); + _DialogDefaultsM2$(context) { + var _null = null; + return new A._DialogDefaultsM2(context, A.Theme_of(context).textTheme, A.Theme_of(context).iconTheme, _null, 24, B.RoundedRectangleBorder_ifx0, B.Alignment_0_0, _null, _null, _null, _null); }, Dialog: function Dialog(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -28278,7 +28503,7 @@ this.children = t1; this.key = t2; }, - DialogRoute: function DialogRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { + DialogRoute: function DialogRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { var _ = this; _._pageBuilder = t0; _._barrierDismissible = t1; @@ -28294,39 +28519,43 @@ _._scopeKey = t9; _._subtreeKey = t10; _._storageBucket = t11; - _.__ModalRoute__modalBarrier = $; + _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; - _.__ModalRoute__modalScope = $; + _.__ModalRoute__modalScope_A = $; _.LocalHistoryRoute__localHistory = t12; - _._transitionCompleter = t13; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t13; + _._transitionCompleter = t14; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t14; + _._secondaryAnimation = t15; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t15; + _._overlayEntries = t16; _._navigator$_navigator = null; - _._navigator$_settings = t16; - _._restorationScopeId = t17; - _._popCompleter = t18; - _.$ti = t19; + _._navigator$_settings = t17; + _._restorationScopeId = t18; + _._popCompleter = t19; + _.$ti = t20; }, DialogRoute_closure: function DialogRoute_closure(t0, t1, t2) { this.builder = t0; this.themes = t1; this.useSafeArea = t2; }, - _DefaultsM2: function _DefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7) { + _DialogDefaultsM2: function _DialogDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.context = t0; _._textTheme = t1; - _.backgroundColor = t2; - _.elevation = t3; - _.shape = t4; - _.alignment = t5; - _.titleTextStyle = t6; - _.contentTextStyle = t7; + _._iconTheme = t2; + _.backgroundColor = t3; + _.elevation = t4; + _.shape = t5; + _.alignment = t6; + _.titleTextStyle = t7; + _.contentTextStyle = t8; + _.actionsPadding = t9; + _.iconColor = t10; }, - DialogTheme: function DialogTheme(t0, t1, t2, t3, t4, t5) { + DialogTheme: function DialogTheme(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.backgroundColor = t0; _.elevation = t1; @@ -28334,6 +28563,8 @@ _.alignment = t3; _.titleTextStyle = t4; _.contentTextStyle = t5; + _.actionsPadding = t6; + _.iconColor = t7; }, _DialogTheme_Object_Diagnosticable: function _DialogTheme_Object_Diagnosticable() { }, @@ -28351,8 +28582,8 @@ effectiveColor = color; effectiveWidth = width; if (effectiveColor == null) - return new A.BorderSide(B.Color_4278190080, effectiveWidth, B.BorderStyle_1); - return new A.BorderSide(effectiveColor, effectiveWidth, B.BorderStyle_1); + return new A.BorderSide(B.Color_4278190080, effectiveWidth, B.BorderStyle_1, B.StrokeAlign_0); + return new A.BorderSide(effectiveColor, effectiveWidth, B.BorderStyle_1, B.StrokeAlign_0); }, Divider: function Divider(t0, t1, t2, t3) { var _ = this; @@ -28404,10 +28635,10 @@ var _ = this; _._historyEntry = null; _._drawer$_focusScopeNode = t0; - _.__DrawerControllerState__controller = $; + _.__DrawerControllerState__controller_A = $; _._drawer$_drawerKey = t1; _._previouslyOpened = false; - _.__DrawerControllerState__scrimColorTween = $; + _.__DrawerControllerState__scrimColorTween_A = $; _._drawer$_gestureDetectorKey = t2; _.SingleTickerProviderStateMixin__ticker = t3; _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; @@ -28508,7 +28739,7 @@ }, _DropdownMenuState: function _DropdownMenuState(t0, t1) { var _ = this; - _.___DropdownMenuState__resize = _.___DropdownMenuState__fadeOpacity = $; + _.___DropdownMenuState__resize_A = _.___DropdownMenuState__fadeOpacity_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -28533,7 +28764,7 @@ this.height = t1; this.scrollOffset = t2; }, - _DropdownRoute: function _DropdownRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26) { + _DropdownRoute: function _DropdownRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { var _ = this; _.items = t0; _.padding = t1; @@ -28557,21 +28788,22 @@ _._scopeKey = t16; _._subtreeKey = t17; _._storageBucket = t18; - _.__ModalRoute__modalBarrier = $; + _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; - _.__ModalRoute__modalScope = $; + _.__ModalRoute__modalScope_A = $; _.LocalHistoryRoute__localHistory = t19; - _._transitionCompleter = t20; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t20; + _._transitionCompleter = t21; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t21; + _._secondaryAnimation = t22; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t22; + _._overlayEntries = t23; _._navigator$_navigator = null; - _._navigator$_settings = t23; - _._restorationScopeId = t24; - _._popCompleter = t25; - _.$ti = t26; + _._navigator$_settings = t24; + _._restorationScopeId = t25; + _._popCompleter = t26; + _.$ti = t27; }, _DropdownRoute_buildPage_closure: function _DropdownRoute_buildPage_closure(t0) { this.$this = t0; @@ -28623,12 +28855,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -28688,9 +28922,9 @@ }, _DropdownButtonState: function _DropdownButtonState(t0, t1) { var _ = this; - _._dropdown$_internalNode = _._lastOrientation = _._dropdownRoute = _._selectedIndex = null; + _._dropdown$_internalNode = _._dropdown$_lastOrientation = _._dropdownRoute = _._selectedIndex = null; _._hasPrimaryFocus = false; - _.___DropdownButtonState__actionMap = $; + _.___DropdownButtonState__actionMap_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -28803,7 +29037,7 @@ }, _DropdownButtonFormFieldState: function _DropdownButtonFormFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.__FormFieldState__value = $; + _.__FormFieldState__value_AI = $; _._errorText = t0; _._hasInteractedByUser = t1; _.RestorationMixin__bucket = t2; @@ -28820,29 +29054,39 @@ }, ElevatedButton$(child, onPressed, style) { var _null = null; - return new A.ElevatedButton(onPressed, _null, _null, _null, style, B.Clip_0, _null, false, child, _null); + return new A.ElevatedButton(onPressed, _null, _null, _null, style, B.Clip_0, _null, false, _null, child, _null); }, - ElevatedButton_styleFrom(alignment, animationDuration, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, maximumSize, minimumSize, onPrimary, onSurface, padding, primary, shadowColor, shape, splashFactory, tapTargetSize, textStyle, visualDensity) { - var t2, t3, t4, t5, _null = null, - t1 = onSurface == null, - backgroundColor = t1 && primary == null ? _null : new A._ElevatedButtonDefaultBackground(primary, onSurface), - foregroundColor = t1 && onPrimary == null ? _null : new A._ElevatedButtonDefaultForeground(onPrimary, onSurface), - overlayColor = onPrimary == null ? _null : new A._ElevatedButtonDefaultOverlay(onPrimary), - elevationValue = elevation == null ? _null : new A._ElevatedButtonDefaultElevation(elevation), - mouseCursor = enabledMouseCursor == null && disabledMouseCursor == null ? _null : new A._ElevatedButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor); - t1 = shadowColor == null ? _null : new A._MaterialStatePropertyAll(shadowColor, type$._MaterialStatePropertyAll_Color); - t2 = padding == null ? _null : new A._MaterialStatePropertyAll(padding, type$._MaterialStatePropertyAll_EdgeInsetsGeometry); - t3 = minimumSize == null ? _null : new A._MaterialStatePropertyAll(minimumSize, type$._MaterialStatePropertyAll_Size); - t4 = maximumSize == null ? _null : new A._MaterialStatePropertyAll(maximumSize, type$._MaterialStatePropertyAll_Size); - t5 = shape == null ? _null : new A._MaterialStatePropertyAll(shape, type$._MaterialStatePropertyAll_OutlinedBorder); - return A.ButtonStyle$(alignment, animationDuration, backgroundColor, elevationValue, enableFeedback, _null, foregroundColor, t4, t3, mouseCursor, overlayColor, t2, t1, t5, _null, splashFactory, _null, tapTargetSize, new A._MaterialStatePropertyAll(textStyle, type$._MaterialStatePropertyAll_nullable_TextStyle), visualDensity); + ElevatedButton_styleFrom(alignment, animationDuration, backgroundColor, disabledBackgroundColor, disabledForegroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, foregroundColor, maximumSize, minimumSize, onSurface, padding, primary, shadowColor, shape, splashFactory, tapTargetSize, textStyle, visualDensity) { + var disabledBackground, backgroundColorProp, foreground, disabledForeground, t1, foregroundColorProp, overlayColor, elevationValue, mouseCursor, t2, t3, t4, t5, _null = null, + background = backgroundColor == null ? primary : backgroundColor; + if (disabledBackgroundColor == null) + disabledBackground = _null; + else + disabledBackground = disabledBackgroundColor; + backgroundColorProp = background == null && disabledBackground == null ? _null : new A._ElevatedButtonDefaultColor(background, disabledBackground); + foreground = foregroundColor == null ? _null : foregroundColor; + if (disabledForegroundColor == null) + disabledForeground = _null; + else + disabledForeground = disabledForegroundColor; + t1 = foreground == null; + foregroundColorProp = t1 && disabledForeground == null ? _null : new A._ElevatedButtonDefaultColor(foreground, disabledForeground); + overlayColor = t1 ? _null : new A._ElevatedButtonDefaultOverlay(foreground); + elevationValue = elevation == null ? _null : new A._ElevatedButtonDefaultElevation(elevation); + mouseCursor = enabledMouseCursor == null && disabledMouseCursor == null ? _null : new A._ElevatedButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor); + t1 = shadowColor == null ? _null : new A.MaterialStatePropertyAll(shadowColor, type$.MaterialStatePropertyAll_Color); + t2 = padding == null ? _null : new A.MaterialStatePropertyAll(padding, type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + t3 = minimumSize == null ? _null : new A.MaterialStatePropertyAll(minimumSize, type$.MaterialStatePropertyAll_Size); + t4 = maximumSize == null ? _null : new A.MaterialStatePropertyAll(maximumSize, type$.MaterialStatePropertyAll_Size); + t5 = shape == null ? _null : new A.MaterialStatePropertyAll(shape, type$.MaterialStatePropertyAll_OutlinedBorder); + return A.ButtonStyle$(alignment, animationDuration, backgroundColorProp, elevationValue, enableFeedback, _null, foregroundColorProp, t4, t3, mouseCursor, overlayColor, t2, t1, t5, _null, splashFactory, _null, tapTargetSize, new A.MaterialStatePropertyAll(textStyle, type$.MaterialStatePropertyAll_nullable_TextStyle), visualDensity); }, _scaledPadding(context) { var t1 = A.MediaQuery_maybeOf(context); t1 = t1 == null ? null : t1.textScaleFactor; return A.ButtonStyleButton_scaledPadding(B.EdgeInsets_16_0_16_0, B.EdgeInsets_8_0_8_0, B.EdgeInsets_4_0_4_0, t1 == null ? 1 : t1); }, - ElevatedButton: function ElevatedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + ElevatedButton: function ElevatedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.onPressed = t0; _.onLongPress = t1; @@ -28852,19 +29096,16 @@ _.clipBehavior = t5; _.focusNode = t6; _.autofocus = t7; - _.child = t8; - _.key = t9; + _.statesController = t8; + _.child = t9; + _.key = t10; }, - _ElevatedButtonDefaultBackground: function _ElevatedButtonDefaultBackground(t0, t1) { - this.primary = t0; - this.onSurface = t1; - }, - _ElevatedButtonDefaultForeground: function _ElevatedButtonDefaultForeground(t0, t1) { - this.onPrimary = t0; - this.onSurface = t1; + _ElevatedButtonDefaultColor: function _ElevatedButtonDefaultColor(t0, t1) { + this.color = t0; + this.disabled = t1; }, _ElevatedButtonDefaultOverlay: function _ElevatedButtonDefaultOverlay(t0) { - this.onPrimary = t0; + this.overlay = t0; }, _ElevatedButtonDefaultElevation: function _ElevatedButtonDefaultElevation(t0) { this.elevation = t0; @@ -28873,12 +29114,10 @@ this.enabledCursor = t0; this.disabledCursor = t1; }, - __ElevatedButtonDefaultBackground_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultBackground_MaterialStateProperty_Diagnosticable() { + __ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable() { }, __ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable() { }, - __ElevatedButtonDefaultForeground_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultForeground_MaterialStateProperty_Diagnosticable() { - }, __ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable() { }, __ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable() { @@ -28904,7 +29143,7 @@ }, _ExpandIconState: function _ExpandIconState(t0, t1, t2) { var _ = this; - _.___ExpandIconState__iconTurns = _.___ExpandIconState__controller = $; + _.___ExpandIconState__iconTurns_A = _.___ExpandIconState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -29093,19 +29332,21 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - _M2Defaults: function _M2Defaults(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { + _FABDefaultsM2: function _FABDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { var _ = this; _.type = t0; _.hasChild = t1; @@ -29315,7 +29556,7 @@ _._ink_highlight$_customBorder = t3; _._rectCallback = t4; _._ink_highlight$_textDirection = t5; - _.__InkHighlight__alphaController = _.__InkHighlight__alpha = $; + _.__InkHighlight__alphaController_A = _.__InkHighlight__alpha_A = $; _._active = true; _._ink_well$_color = t6; _._material$_controller = t7; @@ -29343,7 +29584,7 @@ _._ink_ripple$_targetRadius = t3; _._ink_ripple$_clipCallback = t4; _._ink_ripple$_textDirection = t5; - _.__InkRipple__fadeOutController = _.__InkRipple__fadeOut = _.__InkRipple__fadeInController = _.__InkRipple__fadeIn = _.__InkRipple__radiusController = _.__InkRipple__radius = $; + _.__InkRipple__fadeOutController_A = _.__InkRipple__fadeOut_A = _.__InkRipple__fadeInController_A = _.__InkRipple__fadeIn_A = _.__InkRipple__radiusController_A = _.__InkRipple__radius_A = $; _._ink_well$_color = t6; _._material$_controller = t7; _.referenceBox = t8; @@ -29390,7 +29631,7 @@ _._clipCallback = t4; _._repositionToReferenceBox = t5; _._ink_splash$_textDirection = t6; - _.__InkSplash__alpha = _.__InkSplash__radiusController = _.__InkSplash__radius = $; + _.__InkSplash__alpha_A = _.__InkSplash__radiusController_A = _.__InkSplash__radius_A = $; _._alphaController = null; _._ink_well$_color = t7; _._material$_controller = t8; @@ -29398,11 +29639,11 @@ _.onRemoved = t10; _._material$_debugDisposed = false; }, - InkResponse$(autofocus, borderRadius, canRequestFocus, child, containedInkWell, customBorder, enableFeedback, excludeFromSemantics, focusColor, focusNode, highlightColor, highlightShape, hoverColor, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onTap, onTapCancel, onTapDown, onTapUp, overlayColor, radius, splashColor, splashFactory) { - return new A.InkResponse(child, onTap, onTapDown, onTapUp, onTapCancel, onDoubleTap, onLongPress, onHighlightChanged, onHover, mouseCursor, containedInkWell, highlightShape, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback, false, onFocusChange, autofocus, focusNode, canRequestFocus, key); + InkResponse$(autofocus, borderRadius, canRequestFocus, child, containedInkWell, customBorder, enableFeedback, excludeFromSemantics, focusColor, focusNode, highlightColor, highlightShape, hoverColor, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onTap, onTapCancel, onTapDown, onTapUp, overlayColor, radius, splashColor, splashFactory, statesController) { + return new A.InkResponse(child, onTap, onTapDown, onTapUp, onTapCancel, onDoubleTap, onLongPress, onHighlightChanged, onHover, mouseCursor, containedInkWell, highlightShape, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback, false, onFocusChange, autofocus, focusNode, canRequestFocus, statesController, key); }, - InkWell$(autofocus, borderRadius, canRequestFocus, child, customBorder, enableFeedback, focusColor, focusNode, highlightColor, hoverColor, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onTap, onTapCancel, onTapDown, overlayColor, radius, splashColor, splashFactory) { - return new A.InkWell(child, onTap, onTapDown, null, onTapCancel, onDoubleTap, onLongPress, onHighlightChanged, onHover, mouseCursor, true, B.BoxShape_0, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback !== false, false, onFocusChange, autofocus, focusNode, canRequestFocus, key); + InkWell$(autofocus, borderRadius, canRequestFocus, child, customBorder, enableFeedback, focusColor, focusNode, highlightColor, hoverColor, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onTap, onTapCancel, onTapDown, overlayColor, radius, splashColor, splashFactory, statesController) { + return new A.InkWell(child, onTap, onTapDown, null, onTapCancel, onDoubleTap, onLongPress, onHighlightChanged, onHover, mouseCursor, true, B.BoxShape_0, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback !== false, false, onFocusChange, autofocus, focusNode, canRequestFocus, statesController, key); }, InteractiveInkFeature: function InteractiveInkFeature() { }, @@ -29413,7 +29654,7 @@ this.child = t1; this.key = t2; }, - InkResponse: function InkResponse(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { + InkResponse: function InkResponse(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { var _ = this; _.child = t0; _.onTap = t1; @@ -29442,9 +29683,10 @@ _.autofocus = t24; _.focusNode = t25; _.canRequestFocus = t26; - _.key = t27; + _.statesController = t27; + _.key = t28; }, - _InkResponseStateWidget: function _InkResponseStateWidget(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30) { + _InkResponseStateWidget: function _InkResponseStateWidget(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31) { var _ = this; _.child = t0; _.onTap = t1; @@ -29476,7 +29718,8 @@ _.parentState = t27; _.getRectCallback = t28; _.debugCheckContext = t29; - _.key = t30; + _.statesController = t30; + _.key = t31; }, _HighlightType: function _HighlightType(t0, t1) { this.index = t0; @@ -29487,7 +29730,8 @@ _._currentSplash = _._splashes = null; _._hovering = false; _._highlights = t0; - _.___InkResponseState__actionMap = $; + _.___InkResponseState__actionMap_FI = $; + _.internalStatesController = null; _._activeChildren = t1; _._hasFocus = false; _.AutomaticKeepAliveClientMixin__keepAliveHandle = t2; @@ -29497,6 +29741,8 @@ }, _InkResponseState_highlightsExist_closure: function _InkResponseState_highlightsExist_closure() { }, + _InkResponseState_handleStatesControllerChange_closure: function _InkResponseState_handleStatesControllerChange_closure() { + }, _InkResponseState_updateHighlight_handleInkRemoval: function _InkResponseState_updateHighlight_handleInkRemoval(t0, t1) { this.$this = t0; this.type = t1; @@ -29505,10 +29751,10 @@ this._box_0 = t0; this.$this = t1; }, - _InkResponseState__handleFocusHighlightModeChange_closure: function _InkResponseState__handleFocusHighlightModeChange_closure(t0) { + _InkResponseState_handleFocusHighlightModeChange_closure: function _InkResponseState_handleFocusHighlightModeChange_closure(t0) { this.$this = t0; }, - InkWell: function InkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { + InkWell: function InkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { var _ = this; _.child = t0; _.onTap = t1; @@ -29537,7 +29783,8 @@ _.autofocus = t24; _.focusNode = t25; _.canRequestFocus = t26; - _.key = t27; + _.statesController = t27; + _.key = t28; }, __InkResponseState_State_AutomaticKeepAliveClientMixin: function __InkResponseState_State_AutomaticKeepAliveClientMixin() { }, @@ -29635,7 +29882,7 @@ }, _BorderContainerState: function _BorderContainerState(t0, t1, t2) { var _ = this; - _.___BorderContainerState__hoverColorTween = _.___BorderContainerState__hoverAnimation = _.___BorderContainerState__border = _.___BorderContainerState__borderAnimation = _.___BorderContainerState__hoverColorController = _.___BorderContainerState__controller = $; + _.___BorderContainerState__hoverColorTween_A = _.___BorderContainerState__hoverAnimation_A = _.___BorderContainerState__border_A = _.___BorderContainerState__borderAnimation_A = _.___BorderContainerState__hoverColorController_A = _.___BorderContainerState__controller_A = $; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -29660,7 +29907,7 @@ }, _HelperErrorState: function _HelperErrorState(t0, t1, t2) { var _ = this; - _.___HelperErrorState__controller = $; + _.___HelperErrorState__controller_A = $; _._error = _._helper = null; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; @@ -29735,12 +29982,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -29788,7 +30037,7 @@ }, _InputDecoratorState: function _InputDecoratorState(t0, t1, t2, t3) { var _ = this; - _.___InputDecoratorState__shakingLabelController = _.___InputDecoratorState__floatingLabelController = $; + _.___InputDecoratorState__shakingLabelController_A = _.___InputDecoratorState__floatingLabelController_A = $; _._borderGap = t0; _._effectiveDecoration = null; _.TickerProviderStateMixin__tickers = t1; @@ -29799,7 +30048,7 @@ }, _InputDecoratorState__handleChange_closure: function _InputDecoratorState__handleChange_closure() { }, - _InputDecoratorState__getIconColor__resolveIconColor: function _InputDecoratorState__getIconColor__resolveIconColor(t0) { + _InputDecoratorState__getIconColor_resolveIconColor: function _InputDecoratorState__getIconColor_resolveIconColor(t0) { this.themeData = t0; }, _InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle: function _InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle(t0, t1) { @@ -29880,7 +30129,7 @@ var t1; if (box == null) return B.Size_0_0; - box.layout$2$parentUsesSize(0, constraints, true); + box.layout$2$parentUsesSize(constraints, true); t1 = box._box$_size; t1.toString; return t1; @@ -29961,12 +30210,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -30038,17 +30289,17 @@ t1 = t5 ? _null : b.visualDensity; return A.ListTileThemeData$(t10, t3, t16, t13, t8, t15, t14, t17, t7, t12, t4, t6, t9, t11, t1); }, - ListTileTheme$(child, data, key, style) { - return new A.ListTileTheme(data, style, child, key); + ListTileTheme$(child, data, key) { + return new A.ListTileTheme(data, child, key); }, ListTileTheme_of(context) { var result = context.dependOnInheritedWidgetOfExactType$1$0(type$.ListTileTheme), t1 = result == null ? null : result.get$data(result); return t1 == null ? A.Theme_of(context).listTileTheme : t1; }, - ListTileTheme_merge(child, selectedColor) { + ListTileTheme_merge(child, selectedColor, style) { var _null = null; - return new A.Builder(new A.ListTileTheme_merge_closure(_null, _null, _null, _null, selectedColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, child), _null); + return new A.Builder(new A.ListTileTheme_merge_closure(_null, _null, _null, style, selectedColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, child), _null); }, ListTileThemeData: function ListTileThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; @@ -30068,12 +30319,10 @@ _.mouseCursor = t13; _.visualDensity = t14; }, - ListTileTheme: function ListTileTheme(t0, t1, t2, t3) { - var _ = this; - _._list_tile_theme$_data = t0; - _._list_tile_theme$_style = t1; - _.child = t2; - _.key = t3; + ListTileTheme: function ListTileTheme(t0, t1, t2) { + this._list_tile_theme$_data = t0; + this.child = t1; + this.key = t2; }, ListTileTheme_merge_closure: function ListTileTheme_merge_closure(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; @@ -30149,12 +30398,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -30193,7 +30444,7 @@ _MaterialInteriorState: function _MaterialInteriorState(t0, t1, t2) { var _ = this; _._border = _._shadowColor = _._surfaceTintColor = _._elevation = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -30227,13 +30478,24 @@ DefaultMaterialLocalizations: function DefaultMaterialLocalizations() { }, _MaterialStateColor$(_resolve) { - return new A._MaterialStateColor(_resolve, J.get$value$x(_resolve.call$1(B.Set_empty0))); + return new A._MaterialStateColor(_resolve, J.get$value$x(_resolve.call$1(B.Set_empty1))); }, MaterialStateProperty_resolveAs(value, states, $T) { if ($T._eval$1("MaterialStateProperty<0>")._is(value)) return value.resolve$1(0, states); return value; }, + MaterialStateProperty_lerp(a, b, t, lerpFunction, $T) { + if (a == null && b == null) + return null; + return new A._LerpProperties0(a, b, t, lerpFunction, $T._eval$1("_LerpProperties0<0>")); + }, + MaterialStatesController$(value) { + var t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + if (value != null) + t1.addAll$1(0, value); + return new A.MaterialStatesController(t1, $.$get$ChangeNotifier__emptyListeners()); + }, MaterialState: function MaterialState(t0, t1) { this.index = t0; this._core$_name = t1; @@ -30252,14 +30514,30 @@ }, MaterialStateProperty: function MaterialStateProperty() { }, + _LerpProperties0: function _LerpProperties0(t0, t1, t2, t3, t4) { + var _ = this; + _.a = t0; + _.b = t1; + _.t = t2; + _.lerpFunction = t3; + _.$ti = t4; + }, _MaterialStatePropertyWith: function _MaterialStatePropertyWith(t0, t1) { this._material_state$_resolve = t0; this.$ti = t1; }, - _MaterialStatePropertyAll: function _MaterialStatePropertyAll(t0, t1) { + MaterialStatePropertyAll: function MaterialStatePropertyAll(t0, t1) { this.value = t0; this.$ti = t1; }, + MaterialStatesController: function MaterialStatesController(t0, t1) { + var _ = this; + _._change_notifier$_value = t0; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t1; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, MaterialStateMixin: function MaterialStateMixin() { }, MaterialStateMixin_updateMaterialState_closure: function MaterialStateMixin_updateMaterialState_closure(t0, t1, t2) { @@ -30300,7 +30578,7 @@ }, _MergeableMaterialState: function _MergeableMaterialState(t0, t1, t2, t3) { var _ = this; - _.___MergeableMaterialState__children = $; + _.___MergeableMaterialState__children_A = $; _._animationTuples = t0; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; @@ -30343,12 +30621,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -30358,7 +30638,7 @@ __MergeableMaterialState_State_TickerProviderStateMixin: function __MergeableMaterialState_State_TickerProviderStateMixin() { }, NavigationBarThemeData_lerp(a, b, t) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, _null = null, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _null = null, t1 = a == null; if (t1 && b == null) return _null; @@ -30367,47 +30647,37 @@ t2 = A.lerpDouble(t2, t3 ? _null : b.height, t); t4 = t1 ? _null : a.backgroundColor; t4 = A.Color_lerp(t4, t3 ? _null : b.backgroundColor, t); - t5 = t1 ? _null : a.elevation; - t5 = A.lerpDouble(t5, t3 ? _null : b.elevation, t); - t6 = t1 ? _null : a.indicatorColor; - t6 = A.Color_lerp(t6, t3 ? _null : b.indicatorColor, t); - t7 = t1 ? _null : a.indicatorShape; - t7 = A.ShapeBorder_lerp(t7, t3 ? _null : b.indicatorShape, t); - t8 = t1 ? _null : a.labelTextStyle; - t9 = t3 ? _null : b.labelTextStyle; - t9 = A.NavigationBarThemeData__lerpProperties(t8, t9, t, A.text_style_TextStyle_lerp$closure(), type$.nullable_TextStyle); - t8 = t1 ? _null : a.iconTheme; - t10 = t3 ? _null : b.iconTheme; - t10 = A.NavigationBarThemeData__lerpProperties(t8, t10, t, A.icon_theme_data_IconThemeData_lerp$closure(), type$.nullable_IconThemeData); + t5 = t1 ? _null : a.surfaceTintColor; + t5 = A.Color_lerp(t5, t3 ? _null : b.surfaceTintColor, t); + t6 = t1 ? _null : a.elevation; + t6 = A.lerpDouble(t6, t3 ? _null : b.elevation, t); + t7 = t1 ? _null : a.indicatorColor; + t7 = A.Color_lerp(t7, t3 ? _null : b.indicatorColor, t); + t8 = t1 ? _null : a.indicatorShape; + t8 = A.ShapeBorder_lerp(t8, t3 ? _null : b.indicatorShape, t); + t9 = t1 ? _null : a.labelTextStyle; + t10 = t3 ? _null : b.labelTextStyle; + t10 = A.MaterialStateProperty_lerp(t9, t10, t, A.text_style_TextStyle_lerp$closure(), type$.nullable_TextStyle); + t9 = t1 ? _null : a.iconTheme; + t11 = t3 ? _null : b.iconTheme; + t11 = A.MaterialStateProperty_lerp(t9, t11, t, A.icon_theme_data_IconThemeData_lerp$closure(), type$.nullable_IconThemeData); if (t < 0.5) t1 = t1 ? _null : a.labelBehavior; else t1 = t3 ? _null : b.labelBehavior; - return new A.NavigationBarThemeData(t2, t4, t5, t6, t7, t9, t10, t1); + return new A.NavigationBarThemeData(t2, t4, t5, t6, t7, t8, t10, t11, t1); }, - NavigationBarThemeData__lerpProperties(a, b, t, lerpFunction, $T) { - if (a == null && b == null) - return null; - return new A._LerpProperties2(a, b, t, lerpFunction, $T._eval$1("_LerpProperties2<0>")); - }, - NavigationBarThemeData: function NavigationBarThemeData(t0, t1, t2, t3, t4, t5, t6, t7) { + NavigationBarThemeData: function NavigationBarThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.height = t0; _.backgroundColor = t1; - _.elevation = t2; - _.indicatorColor = t3; - _.indicatorShape = t4; - _.labelTextStyle = t5; - _.iconTheme = t6; - _.labelBehavior = t7; - }, - _LerpProperties2: function _LerpProperties2(t0, t1, t2, t3, t4) { - var _ = this; - _.a = t0; - _.b = t1; - _.t = t2; - _.lerpFunction = t3; - _.$ti = t4; + _.surfaceTintColor = t2; + _.elevation = t3; + _.indicatorColor = t4; + _.indicatorShape = t5; + _.labelTextStyle = t6; + _.iconTheme = t7; + _.labelBehavior = t8; }, _NavigationBarThemeData_Object_Diagnosticable: function _NavigationBarThemeData_Object_Diagnosticable() { }, @@ -30466,12 +30736,34 @@ }, OutlinedButton$(child, onLongPress, onPressed, style) { var _null = null; - return new A.OutlinedButton(onPressed, onLongPress, _null, _null, style, B.Clip_0, _null, false, child, _null); + return new A.OutlinedButton(onPressed, onLongPress, _null, _null, style, B.Clip_0, _null, false, _null, child, _null); }, - OutlinedButton_styleFrom(alignment, animationDuration, backgroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, maximumSize, minimumSize, onSurface, padding, primary, shadowColor, shape, side, splashFactory, tapTargetSize, textStyle, visualDensity) { - var mouseCursor, t1, t2, t3, t4, t5, t6, t7, t8, _null = null, - foregroundColor = onSurface == null && primary == null ? _null : new A._OutlinedButtonDefaultForeground(primary, onSurface), - overlayColor = primary == null ? _null : new A._OutlinedButtonDefaultOverlay(primary); + OutlinedButton_styleFrom(alignment, animationDuration, backgroundColor, disabledBackgroundColor, disabledForegroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, foregroundColor, maximumSize, minimumSize, onSurface, padding, primary, shadowColor, shape, side, splashFactory, tapTargetSize, textStyle, visualDensity) { + var disabledForeground, t1, foregroundColorProp, t2, backgroundColorProp, overlayColor, mouseCursor, t3, t4, t5, t6, t7, _null = null, + foreground = foregroundColor == null ? primary : foregroundColor; + if (disabledForegroundColor == null) + if (onSurface == null) + disabledForeground = _null; + else { + t1 = onSurface.value; + t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + disabledForeground = t1; + } + else + disabledForeground = disabledForegroundColor; + t1 = foreground == null; + foregroundColorProp = t1 && disabledForeground == null ? _null : new A._OutlinedButtonDefaultColor(foreground, disabledForeground); + t2 = backgroundColor == null; + if (t2 && disabledBackgroundColor == null) + backgroundColorProp = _null; + else if (disabledBackgroundColor == null) { + t2 = t2 ? _null : new A.MaterialStatePropertyAll(backgroundColor, type$.MaterialStatePropertyAll_nullable_Color); + backgroundColorProp = t2; + } else { + t2 = new A._OutlinedButtonDefaultColor(backgroundColor, disabledBackgroundColor); + backgroundColorProp = t2; + } + overlayColor = t1 ? _null : new A._OutlinedButtonDefaultOverlay(foreground); if (enabledMouseCursor == null && disabledMouseCursor == null) mouseCursor = _null; else { @@ -30479,22 +30771,21 @@ disabledMouseCursor.toString; mouseCursor = new A._OutlinedButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor); } - t1 = textStyle == null ? _null : new A._MaterialStatePropertyAll(textStyle, type$._MaterialStatePropertyAll_TextStyle); - t2 = backgroundColor == null ? _null : new A._MaterialStatePropertyAll(backgroundColor, type$._MaterialStatePropertyAll_Color); - t3 = shadowColor == null ? _null : new A._MaterialStatePropertyAll(shadowColor, type$._MaterialStatePropertyAll_Color); - t4 = elevation == null ? _null : new A._MaterialStatePropertyAll(elevation, type$._MaterialStatePropertyAll_double); - t5 = padding == null ? _null : new A._MaterialStatePropertyAll(padding, type$._MaterialStatePropertyAll_EdgeInsetsGeometry); - t6 = minimumSize == null ? _null : new A._MaterialStatePropertyAll(minimumSize, type$._MaterialStatePropertyAll_Size); - t7 = maximumSize == null ? _null : new A._MaterialStatePropertyAll(maximumSize, type$._MaterialStatePropertyAll_Size); - t8 = side == null ? _null : new A._MaterialStatePropertyAll(side, type$._MaterialStatePropertyAll_BorderSide); - return A.ButtonStyle$(alignment, animationDuration, t2, t4, enableFeedback, _null, foregroundColor, t7, t6, mouseCursor, overlayColor, t5, t3, shape == null ? _null : new A._MaterialStatePropertyAll(shape, type$._MaterialStatePropertyAll_OutlinedBorder), t8, splashFactory, _null, tapTargetSize, t1, visualDensity); + t1 = textStyle == null ? _null : new A.MaterialStatePropertyAll(textStyle, type$.MaterialStatePropertyAll_TextStyle); + t2 = shadowColor == null ? _null : new A.MaterialStatePropertyAll(shadowColor, type$.MaterialStatePropertyAll_Color); + t3 = elevation == null ? _null : new A.MaterialStatePropertyAll(elevation, type$.MaterialStatePropertyAll_double); + t4 = padding == null ? _null : new A.MaterialStatePropertyAll(padding, type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + t5 = minimumSize == null ? _null : new A.MaterialStatePropertyAll(minimumSize, type$.MaterialStatePropertyAll_Size); + t6 = maximumSize == null ? _null : new A.MaterialStatePropertyAll(maximumSize, type$.MaterialStatePropertyAll_Size); + t7 = side == null ? _null : new A.MaterialStatePropertyAll(side, type$.MaterialStatePropertyAll_BorderSide); + return A.ButtonStyle$(alignment, animationDuration, backgroundColorProp, t3, enableFeedback, _null, foregroundColorProp, t6, t5, mouseCursor, overlayColor, t4, t2, shape == null ? _null : new A.MaterialStatePropertyAll(shape, type$.MaterialStatePropertyAll_OutlinedBorder), t7, splashFactory, _null, tapTargetSize, t1, visualDensity); }, _scaledPadding1(context) { var t1 = A.MediaQuery_maybeOf(context); t1 = t1 == null ? null : t1.textScaleFactor; return A.ButtonStyleButton_scaledPadding(B.EdgeInsets_16_0_16_0, B.EdgeInsets_8_0_8_0, B.EdgeInsets_4_0_4_0, t1 == null ? 1 : t1); }, - OutlinedButton: function OutlinedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + OutlinedButton: function OutlinedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.onPressed = t0; _.onLongPress = t1; @@ -30504,21 +30795,22 @@ _.clipBehavior = t5; _.focusNode = t6; _.autofocus = t7; - _.child = t8; - _.key = t9; + _.statesController = t8; + _.child = t9; + _.key = t10; }, - _OutlinedButtonDefaultForeground: function _OutlinedButtonDefaultForeground(t0, t1) { - this.primary = t0; - this.onSurface = t1; + _OutlinedButtonDefaultColor: function _OutlinedButtonDefaultColor(t0, t1) { + this.color = t0; + this.disabled = t1; }, _OutlinedButtonDefaultOverlay: function _OutlinedButtonDefaultOverlay(t0) { - this.primary = t0; + this.foreground = t0; }, _OutlinedButtonDefaultMouseCursor: function _OutlinedButtonDefaultMouseCursor(t0, t1) { this.enabledCursor = t0; this.disabledCursor = t1; }, - __OutlinedButtonDefaultForeground_MaterialStateProperty_Diagnosticable: function __OutlinedButtonDefaultForeground_MaterialStateProperty_Diagnosticable() { + __OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable: function __OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable() { }, __OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable: function __OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable() { }, @@ -30545,9 +30837,9 @@ t5 = $.$get$ChangeNotifier__emptyListeners(), t6 = $.Zone__current, t7 = settings == null ? B.RouteSettings_null_null : settings; - return new A.MaterialPageRoute(builder, false, _null, t1, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, new A._AsyncCompleter(new A._Future(t2, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t3, t4, t7, new A.ValueNotifier(_null, t5, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t6, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("MaterialPageRoute<0>")); + return new A.MaterialPageRoute(builder, false, _null, t1, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t2, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t3, t4, t7, new A.ValueNotifier(_null, t5, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t6, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("MaterialPageRoute<0>")); }, - MaterialPageRoute: function MaterialPageRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + MaterialPageRoute: function MaterialPageRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _.builder = t0; _.fullscreenDialog = t1; @@ -30558,21 +30850,22 @@ _._scopeKey = t4; _._subtreeKey = t5; _._storageBucket = t6; - _.__ModalRoute__modalBarrier = $; + _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; - _.__ModalRoute__modalScope = $; + _.__ModalRoute__modalScope_A = $; _.LocalHistoryRoute__localHistory = t7; - _._transitionCompleter = t8; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t8; + _._transitionCompleter = t9; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t9; + _._secondaryAnimation = t10; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t10; + _._overlayEntries = t11; _._navigator$_navigator = null; - _._navigator$_settings = t11; - _._restorationScopeId = t12; - _._popCompleter = t13; - _.$ti = t14; + _._navigator$_settings = t12; + _._restorationScopeId = t13; + _._popCompleter = t14; + _.$ti = t15; }, MaterialRouteTransitionMixin: function MaterialRouteTransitionMixin() { }, @@ -30655,7 +30948,7 @@ }, PaginatedDataTableState: function PaginatedDataTableState(t0, t1, t2) { var _ = this; - _.__PaginatedDataTableState__rowCountApproximate = _.__PaginatedDataTableState__rowCount = _.__PaginatedDataTableState__firstRowIndex = $; + _.__PaginatedDataTableState__rowCountApproximate_A = _.__PaginatedDataTableState__rowCount_A = _.__PaginatedDataTableState__firstRowIndex_A = $; _._selectedRowCount = 0; _._paginated_data_table$_rows = t0; _._tableKey = t1; @@ -30731,12 +31024,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -30786,7 +31081,7 @@ _.padding = t4; _.avoidBounds = t5; }, - _PopupMenuRoute: function _PopupMenuRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { + _PopupMenuRoute: function _PopupMenuRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24) { var _ = this; _.position = t0; _.items = t1; @@ -30806,21 +31101,22 @@ _._scopeKey = t13; _._subtreeKey = t14; _._storageBucket = t15; - _.__ModalRoute__modalBarrier = $; + _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; - _.__ModalRoute__modalScope = $; + _.__ModalRoute__modalScope_A = $; _.LocalHistoryRoute__localHistory = t16; - _._transitionCompleter = t17; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t17; + _._transitionCompleter = t18; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t18; + _._secondaryAnimation = t19; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t19; + _._overlayEntries = t20; _._navigator$_navigator = null; - _._navigator$_settings = t20; - _._restorationScopeId = t21; - _._popCompleter = t22; - _.$ti = t23; + _._navigator$_settings = t21; + _._restorationScopeId = t22; + _._popCompleter = t23; + _.$ti = t24; }, _PopupMenuRoute_buildPage_closure: function _PopupMenuRoute_buildPage_closure(t0, t1, t2, t3) { var _ = this; @@ -30906,7 +31202,7 @@ _CircularProgressIndicatorPainter$(backgroundColor, headValue, offsetValue, rotationValue, strokeWidth, tailValue, value, valueColor) { var t1 = value != null, t2 = t1 ? -1.5707963267948966 : -1.5707963267948966 + tailValue * 3 / 2 * 3.141592653589793 + rotationValue * 3.141592653589793 * 2 + offsetValue * 0.5 * 3.141592653589793; - return new A._CircularProgressIndicatorPainter(backgroundColor, valueColor, value, headValue, tailValue, offsetValue, rotationValue, strokeWidth, t2, t1 ? B.JSNumber_methods.clamp$2(value, 0, 1) * 6.282185307179586 : Math.max(headValue * 3 / 2 * 3.141592653589793 - tailValue * 3 / 2 * 3.141592653589793, 0.001), null); + return new A._CircularProgressIndicatorPainter(backgroundColor, valueColor, value, headValue, tailValue, offsetValue, rotationValue, strokeWidth, t2, t1 ? A.clampDouble(value, 0, 1) * 6.282185307179586 : Math.max(headValue * 3 / 2 * 3.141592653589793 - tailValue * 3 / 2 * 3.141592653589793, 0.001), null); }, CircularProgressIndicator$(backgroundColor, color, key, semanticsLabel, semanticsValue, strokeWidth, value, valueColor) { return new A.CircularProgressIndicator(strokeWidth, value, backgroundColor, color, valueColor, semanticsLabel, semanticsValue, key); @@ -30945,7 +31241,7 @@ }, _LinearProgressIndicatorState: function _LinearProgressIndicatorState(t0, t1, t2) { var _ = this; - _.___LinearProgressIndicatorState__controller = $; + _.___LinearProgressIndicatorState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -30983,7 +31279,7 @@ }, _CircularProgressIndicatorState: function _CircularProgressIndicatorState(t0, t1, t2) { var _ = this; - _.___CircularProgressIndicatorState__controller = $; + _.___CircularProgressIndicatorState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -31021,9 +31317,9 @@ }, _RefreshProgressIndicatorState: function _RefreshProgressIndicatorState(t0, t1, t2) { var _ = this; - _.___RefreshProgressIndicatorState__additionalRotationTween = _.___RefreshProgressIndicatorState__convertTween = $; + _.___RefreshProgressIndicatorState__additionalRotationTween_FI = _.___RefreshProgressIndicatorState__convertTween_FI = $; _._progress_indicator$_lastValue = null; - _.___CircularProgressIndicatorState__controller = $; + _.___CircularProgressIndicatorState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -31088,15 +31384,15 @@ _RadioState: function _RadioState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { var _ = this; _._radio$_painter = t0; - _.ToggleableStateMixin___ToggleableStateMixin__positionController = t1; - _.ToggleableStateMixin___ToggleableStateMixin__position = t2; - _.ToggleableStateMixin___ToggleableStateMixin__reactionController = t3; - _.ToggleableStateMixin___ToggleableStateMixin__reaction = t4; - _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade = t5; - _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController = t6; - _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade = t7; - _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController = t8; - _.ToggleableStateMixin___ToggleableStateMixin__actionMap = t9; + _.ToggleableStateMixin___ToggleableStateMixin__positionController_A = t1; + _.ToggleableStateMixin___ToggleableStateMixin__position_A = t2; + _.ToggleableStateMixin___ToggleableStateMixin__reactionController_A = t3; + _.ToggleableStateMixin___ToggleableStateMixin__reaction_A = t4; + _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A = t5; + _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A = t6; + _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A = t7; + _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A = t8; + _.ToggleableStateMixin___ToggleableStateMixin__actionMap_FI = t9; _.ToggleableStateMixin__downPosition = t10; _.ToggleableStateMixin__focused = t11; _.ToggleableStateMixin__hovering = t12; @@ -31145,11 +31441,6 @@ RadioListTile_build_closure: function RadioListTile_build_closure(t0) { this.$this = t0; }, - RadioThemeData__lerpProperties(a, b, t, lerpFunction, $T) { - if (a == null && b == null) - return null; - return new A._LerpProperties1(a, b, t, lerpFunction, $T._eval$1("_LerpProperties1<0>")); - }, RadioThemeData: function RadioThemeData(t0, t1, t2, t3, t4, t5) { var _ = this; _.mouseCursor = t0; @@ -31159,14 +31450,6 @@ _.materialTapTargetSize = t4; _.visualDensity = t5; }, - _LerpProperties1: function _LerpProperties1(t0, t1, t2, t3, t4) { - var _ = this; - _.a = t0; - _.b = t1; - _.t = t2; - _.lerpFunction = t3; - _.$ti = t4; - }, _RadioThemeData_Object_Diagnosticable: function _RadioThemeData_Object_Diagnosticable() { }, RefreshIndicator$(child, onRefresh) { @@ -31187,7 +31470,7 @@ }, RefreshIndicatorState: function RefreshIndicatorState(t0, t1, t2) { var _ = this; - _.__RefreshIndicatorState__valueColor = _.__RefreshIndicatorState__value = _.__RefreshIndicatorState__scaleFactor = _.__RefreshIndicatorState__positionFactor = _.__RefreshIndicatorState__scaleController = _.__RefreshIndicatorState__positionController = $; + _.__RefreshIndicatorState__valueColor_A = _.__RefreshIndicatorState__value_A = _.__RefreshIndicatorState__scaleFactor_A = _.__RefreshIndicatorState__positionFactor_A = _.__RefreshIndicatorState__scaleController_A = _.__RefreshIndicatorState__positionController_A = $; _._dragOffset = _._isIndicatorAtTop = _._refresh_indicator$_mode = null; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; @@ -31389,7 +31672,7 @@ }, _FloatingActionButtonTransitionState: function _FloatingActionButtonTransitionState(t0, t1, t2) { var _ = this; - _.___FloatingActionButtonTransitionState__currentRotationAnimation = _.___FloatingActionButtonTransitionState__extendedCurrentScaleAnimation = _.___FloatingActionButtonTransitionState__currentScaleAnimation = _.___FloatingActionButtonTransitionState__previousRotationAnimation = _.___FloatingActionButtonTransitionState__previousScaleAnimation = _.___FloatingActionButtonTransitionState__previousController = $; + _.___FloatingActionButtonTransitionState__currentRotationAnimation_A = _.___FloatingActionButtonTransitionState__extendedCurrentScaleAnimation_A = _.___FloatingActionButtonTransitionState__currentScaleAnimation_A = _.___FloatingActionButtonTransitionState__previousRotationAnimation_A = _.___FloatingActionButtonTransitionState__previousScaleAnimation_A = _.___FloatingActionButtonTransitionState__previousController_A = $; _._previousChild = null; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; @@ -31417,18 +31700,17 @@ var _ = this; _._drawerKey = t0; _._endDrawerKey = t1; + _._bodyKey = t2; _._appBarMaxHeight = null; - _._drawerOpened = t2; - _._endDrawerOpened = t3; - _._accessibleNavigation = _._scaffoldMessenger = null; - _._snackBars = t4; - _._messengerMaterialBanner = _._messengerSnackBar = _._snackBarTimer = null; + _._drawerOpened = t3; + _._endDrawerOpened = t4; + _._messengerMaterialBanner = _._messengerSnackBar = _._scaffoldMessenger = null; _._dismissedBottomSheets = t5; _._currentBottomSheet = null; _._currentBottomSheetKey = t6; - _.__ScaffoldState__floatingActionButtonAnimator = _.__ScaffoldState__floatingActionButtonMoveController = $; + _.__ScaffoldState__floatingActionButtonAnimator_A = _.__ScaffoldState__floatingActionButtonMoveController_A = $; _._floatingActionButtonLocation = _._previousFloatingActionButtonLocation = null; - _.__ScaffoldState__geometryNotifier = _.__ScaffoldState__floatingActionButtonVisibilityController = $; + _.__ScaffoldState__geometryNotifier_A = _.__ScaffoldState__floatingActionButtonVisibilityController_A = $; _._showBodyScrim = false; _._bodyScrimColor = t7; _.RestorationMixin__bucket = t8; @@ -31450,11 +31732,6 @@ this.$this = t0; this.isOpened = t1; }, - ScaffoldState_hideCurrentSnackBar_closure: function ScaffoldState_hideCurrentSnackBar_closure(t0, t1, t2) { - this.$this = t0; - this.completer = t1; - this.reason = t2; - }, ScaffoldState__updateSnackBar_closure: function ScaffoldState__updateSnackBar_closure(t0, t1) { this.$this = t0; this.messengerSnackBar = t1; @@ -31463,7 +31740,7 @@ this.$this = t0; this.messengerMaterialBanner = t1; }, - ScaffoldState__buildBottomSheet__removeCurrentBottomSheet: function ScaffoldState__buildBottomSheet__removeCurrentBottomSheet(t0, t1, t2, t3, t4, t5) { + ScaffoldState__buildBottomSheet_removeCurrentBottomSheet: function ScaffoldState__buildBottomSheet_removeCurrentBottomSheet(t0, t1, t2, t3, t4, t5) { var _ = this; _._box_0 = t0; _.$this = t1; @@ -31472,7 +31749,7 @@ _.animationController = t4; _.completer = t5; }, - ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure: function ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure(t0) { + ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure: function ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure(t0) { this.$this = t0; }, ScaffoldState__buildBottomSheet_closure: function ScaffoldState__buildBottomSheet_closure(t0, t1, t2, t3) { @@ -31480,9 +31757,9 @@ _._box_0 = t0; _.$this = t1; _.bottomSheet = t2; - _._removeCurrentBottomSheet = t3; + _.removeCurrentBottomSheet = t3; }, - ScaffoldState__buildBottomSheet__removeEntryIfNeeded: function ScaffoldState__buildBottomSheet__removeEntryIfNeeded(t0, t1, t2) { + ScaffoldState__buildBottomSheet_removeEntryIfNeeded: function ScaffoldState__buildBottomSheet_removeEntryIfNeeded(t0, t1, t2) { this._box_0 = t0; this.isPersistent = t1; this.entry = t2; @@ -31490,7 +31767,7 @@ ScaffoldState__buildBottomSheet_closure0: function ScaffoldState__buildBottomSheet_closure0(t0, t1, t2) { this.$this = t0; this.bottomSheet = t1; - this._removeEntryIfNeeded = t2; + this.removeEntryIfNeeded = t2; }, ScaffoldState__buildBottomSheet_closure1: function ScaffoldState__buildBottomSheet_closure1(t0, t1) { this.$this = t0; @@ -31503,7 +31780,7 @@ ScaffoldState__buildBottomSheet_closure2: function ScaffoldState__buildBottomSheet_closure2(t0, t1, t2, t3) { var _ = this; _._box_0 = t0; - _._removeEntryIfNeeded = t1; + _.removeEntryIfNeeded = t1; _.shouldDisposeAnimationController = t2; _.animationController = t3; }, @@ -31541,6 +31818,11 @@ _.textDirection = t5; _.children = t6; }, + _DismissDrawerAction: function _DismissDrawerAction(t0, t1) { + this.context = t0; + this._actions$_listeners = t1; + this._currentCallingAction = null; + }, ScaffoldFeatureController: function ScaffoldFeatureController() { }, _BottomSheetSuspendedCurve: function _BottomSheetSuspendedCurve(t0, t1) { @@ -31628,14 +31910,14 @@ }, _MaterialScrollbarState: function _MaterialScrollbarState(t0, t1, t2, t3) { var _ = this; - _.___MaterialScrollbarState__hoverAnimationController = $; + _.___MaterialScrollbarState__hoverAnimationController_A = $; _._scrollbar0$_hoverIsActive = _._dragIsActive = false; - _.___MaterialScrollbarState__useAndroidScrollbar = _.___MaterialScrollbarState__scrollbarTheme = _.___MaterialScrollbarState__colorScheme = $; + _.___MaterialScrollbarState__useAndroidScrollbar_A = _.___MaterialScrollbarState__scrollbarTheme_A = _.___MaterialScrollbarState__colorScheme_A = $; _._fadeoutTimer = _._currentController = _._dragScrollbarAxisOffset = null; - _.__RawScrollbarState__fadeoutOpacityAnimation = _.__RawScrollbarState__fadeoutAnimationController = $; + _.__RawScrollbarState__fadeoutOpacityAnimation_A = _.__RawScrollbarState__fadeoutAnimationController_A = $; _._scrollbarPainterKey = t0; _._hoverIsActive = false; - _.__RawScrollbarState_scrollbarPainter = $; + _.__RawScrollbarState_scrollbarPainter_F = $; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; @@ -31683,11 +31965,6 @@ _MaterialScrollbarState_handleHoverExit_closure: function _MaterialScrollbarState_handleHoverExit_closure(t0) { this.$this = t0; }, - ScrollbarThemeData__lerpProperties(a, b, t, lerpFunction, $T) { - if (a == null && b == null) - return null; - return new A._LerpProperties5(a, b, t, lerpFunction, $T._eval$1("_LerpProperties5<0>")); - }, _lerpBool(a, b, t) { return t < 0.5 ? a : b; }, @@ -31707,14 +31984,6 @@ _.mainAxisMargin = t11; _.minThumbLength = t12; }, - _LerpProperties5: function _LerpProperties5(t0, t1, t2, t3, t4) { - var _ = this; - _.a = t0; - _.b = t1; - _.t = t2; - _.lerpFunction = t3; - _.$ti = t4; - }, _ScrollbarThemeData_Object_Diagnosticable: function _ScrollbarThemeData_Object_Diagnosticable() { }, _TextSpanEditingController$(textSpan) { @@ -31751,10 +32020,10 @@ }, _SelectableTextState: function _SelectableTextState(t0, t1) { var _ = this; - _.___SelectableTextState__controller = $; + _.___SelectableTextState__controller_A = $; _._selectable_text$_focusNode = null; _._selectable_text$_showSelectionHandles = false; - _.___SelectableTextState_forcePressEnabled = _.___SelectableTextState__selectionGestureDetectorBuilder = $; + _.___SelectableTextState_forcePressEnabled_A = _.___SelectableTextState__selectionGestureDetectorBuilder_A = $; _.editableTextKey = t0; _._widget = _._lastSeenTextSelection = null; _._debugLifecycleState = t1; @@ -31871,15 +32140,15 @@ var _ = this; _._switch0$_painter = t0; _._needsPositionAnimation = false; - _.ToggleableStateMixin___ToggleableStateMixin__positionController = t1; - _.ToggleableStateMixin___ToggleableStateMixin__position = t2; - _.ToggleableStateMixin___ToggleableStateMixin__reactionController = t3; - _.ToggleableStateMixin___ToggleableStateMixin__reaction = t4; - _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade = t5; - _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController = t6; - _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade = t7; - _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController = t8; - _.ToggleableStateMixin___ToggleableStateMixin__actionMap = t9; + _.ToggleableStateMixin___ToggleableStateMixin__positionController_A = t1; + _.ToggleableStateMixin___ToggleableStateMixin__position_A = t2; + _.ToggleableStateMixin___ToggleableStateMixin__reactionController_A = t3; + _.ToggleableStateMixin___ToggleableStateMixin__reaction_A = t4; + _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A = t5; + _.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A = t6; + _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A = t7; + _.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A = t8; + _.ToggleableStateMixin___ToggleableStateMixin__actionMap_FI = t9; _.ToggleableStateMixin__downPosition = t10; _.ToggleableStateMixin__focused = t11; _.ToggleableStateMixin__hovering = t12; @@ -31945,11 +32214,6 @@ SwitchListTile_build_closure: function SwitchListTile_build_closure(t0) { this.$this = t0; }, - SwitchThemeData__lerpProperties(a, b, t, lerpFunction, $T) { - if (a == null && b == null) - return null; - return new A._LerpProperties0(a, b, t, lerpFunction, $T._eval$1("_LerpProperties0<0>")); - }, SwitchTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.SwitchTheme); @@ -31965,14 +32229,6 @@ _.overlayColor = t4; _.splashRadius = t5; }, - _LerpProperties0: function _LerpProperties0(t0, t1, t2, t3, t4) { - var _ = this; - _.a = t0; - _.b = t1; - _.t = t2; - _.lerpFunction = t3; - _.$ti = t4; - }, _SwitchThemeData_Object_Diagnosticable: function _SwitchThemeData_Object_Diagnosticable() { }, TabBarTheme: function TabBarTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { @@ -32034,7 +32290,7 @@ }, _DefaultTabControllerState: function _DefaultTabControllerState(t0, t1, t2) { var _ = this; - _.___DefaultTabControllerState__controller = $; + _.___DefaultTabControllerState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -32058,11 +32314,13 @@ return new A._TabStyle(labelStyle, unselectedLabelStyle, selected, labelColor, unselectedLabelColor, child, animation, null); }, _indexChangeProgress(controller) { - var t1 = A._lateReadCheck(controller.get$animation(controller).__AnimationController__value, "_value"), - previousIndex = controller._previousIndex, - currentIndex = controller._tab_controller$_index; + var previousIndex, currentIndex, + t1 = controller.get$animation(controller).__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + previousIndex = controller._previousIndex; + currentIndex = controller._tab_controller$_index; if (controller._indexIsChangingCount === 0) - return B.JSNumber_methods.clamp$2(Math.abs(currentIndex - t1), 0, 1); + return A.clampDouble(Math.abs(currentIndex - t1), 0, 1); return Math.abs(t1 - currentIndex) / Math.abs(currentIndex - previousIndex); }, TabBar$(controller, indicatorColor, isScrollable, key, onTap, tabs) { @@ -32117,12 +32375,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t15; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -32187,15 +32447,14 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - _TabBarScrollController: function _TabBarScrollController(t0, t1, t2, t3, t4, t5) { + _TabBarScrollController: function _TabBarScrollController(t0, t1, t2, t3, t4) { var _ = this; _.tabBar = t0; _._initialScrollOffset = t1; _.keepScrollOffset = t2; - _.debugLabel = t3; - _._positions = t4; + _._positions = t3; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t5; + _.ChangeNotifier__listeners = t4; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -32211,7 +32470,8 @@ _TabBarState: function _TabBarState(t0) { var _ = this; _._currentIndex = _._indicatorPainter = _._tabs$_controller = _._tabs$_scrollController = null; - _.___TabBarState__tabKeys = _.___TabBarState__tabStripWidth = $; + _.___TabBarState__tabKeys_A = _.___TabBarState__tabStripWidth_A = $; + _._debugHasScheduledValidTabsCountCheck = false; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -32236,9 +32496,10 @@ _TabBarViewState: function _TabBarViewState(t0) { var _ = this; _._tabs$_controller = null; - _.___TabBarViewState__childrenWithKey = _.___TabBarViewState__children = _.___TabBarViewState__pageController = $; + _.___TabBarViewState__childrenWithKey_A = _.___TabBarViewState__children_A = _.___TabBarViewState__pageController_A = $; _._currentIndex = null; _._warpUnderwayCount = 0; + _._debugHasScheduledValidChildrenCountCheck = false; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -32256,14 +32517,30 @@ }, __DragAnimation_Animation_AnimationWithParentMixin: function __DragAnimation_Animation_AnimationWithParentMixin() { }, - TextButton$(autofocus, child, onLongPress, onPressed, style) { + TextButton$(autofocus, child, focusNode, onLongPress, onPressed, style) { var _null = null; - return new A.TextButton(onPressed, onLongPress, _null, _null, style, B.Clip_0, _null, autofocus, child, _null); + return new A.TextButton(onPressed, onLongPress, _null, _null, style, B.Clip_0, focusNode, autofocus, _null, child, _null); }, - TextButton_styleFrom(alignment, animationDuration, backgroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, maximumSize, minimumSize, onSurface, padding, primary, shadowColor, shape, splashFactory, tapTargetSize, textStyle, visualDensity) { - var mouseCursor, t1, t2, t3, t4, t5, t6, t7, _null = null, - foregroundColor = onSurface == null && primary == null ? _null : new A._TextButtonDefaultForeground(primary, onSurface), - overlayColor = primary == null ? _null : new A._TextButtonDefaultOverlay(primary); + TextButton_styleFrom(alignment, animationDuration, backgroundColor, disabledBackgroundColor, disabledForegroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, foregroundColor, maximumSize, minimumSize, padding, primary, shadowColor, shape, splashFactory, tapTargetSize, textStyle, visualDensity) { + var disabledForeground, t1, foregroundColorProp, t2, backgroundColorProp, overlayColor, mouseCursor, t3, t4, t5, t6, _null = null, + foreground = foregroundColor == null ? primary : foregroundColor; + if (disabledForegroundColor == null) + disabledForeground = _null; + else + disabledForeground = disabledForegroundColor; + t1 = foreground == null; + foregroundColorProp = t1 && disabledForeground == null ? _null : new A._TextButtonDefaultColor(foreground, disabledForeground); + t2 = backgroundColor == null; + if (t2 && disabledBackgroundColor == null) + backgroundColorProp = _null; + else if (disabledBackgroundColor == null) { + t2 = t2 ? _null : new A.MaterialStatePropertyAll(backgroundColor, type$.MaterialStatePropertyAll_nullable_Color); + backgroundColorProp = t2; + } else { + t2 = new A._TextButtonDefaultColor(backgroundColor, disabledBackgroundColor); + backgroundColorProp = t2; + } + overlayColor = t1 ? _null : new A._TextButtonDefaultOverlay(foreground); if (enabledMouseCursor == null && disabledMouseCursor == null) mouseCursor = _null; else { @@ -32271,21 +32548,20 @@ disabledMouseCursor.toString; mouseCursor = new A._TextButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor); } - t1 = textStyle == null ? _null : new A._MaterialStatePropertyAll(textStyle, type$._MaterialStatePropertyAll_TextStyle); - t2 = backgroundColor == null ? _null : new A._MaterialStatePropertyAll(backgroundColor, type$._MaterialStatePropertyAll_Color); - t3 = shadowColor == null ? _null : new A._MaterialStatePropertyAll(shadowColor, type$._MaterialStatePropertyAll_Color); - t4 = elevation == null ? _null : new A._MaterialStatePropertyAll(elevation, type$._MaterialStatePropertyAll_double); - t5 = padding == null ? _null : new A._MaterialStatePropertyAll(padding, type$._MaterialStatePropertyAll_EdgeInsetsGeometry); - t6 = minimumSize == null ? _null : new A._MaterialStatePropertyAll(minimumSize, type$._MaterialStatePropertyAll_Size); - t7 = maximumSize == null ? _null : new A._MaterialStatePropertyAll(maximumSize, type$._MaterialStatePropertyAll_Size); - return A.ButtonStyle$(alignment, animationDuration, t2, t4, enableFeedback, _null, foregroundColor, t7, t6, mouseCursor, overlayColor, t5, t3, shape == null ? _null : new A._MaterialStatePropertyAll(shape, type$._MaterialStatePropertyAll_OutlinedBorder), _null, splashFactory, _null, tapTargetSize, t1, visualDensity); + t1 = textStyle == null ? _null : new A.MaterialStatePropertyAll(textStyle, type$.MaterialStatePropertyAll_TextStyle); + t2 = shadowColor == null ? _null : new A.MaterialStatePropertyAll(shadowColor, type$.MaterialStatePropertyAll_Color); + t3 = elevation == null ? _null : new A.MaterialStatePropertyAll(elevation, type$.MaterialStatePropertyAll_double); + t4 = padding == null ? _null : new A.MaterialStatePropertyAll(padding, type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + t5 = minimumSize == null ? _null : new A.MaterialStatePropertyAll(minimumSize, type$.MaterialStatePropertyAll_Size); + t6 = maximumSize == null ? _null : new A.MaterialStatePropertyAll(maximumSize, type$.MaterialStatePropertyAll_Size); + return A.ButtonStyle$(alignment, animationDuration, backgroundColorProp, t3, enableFeedback, _null, foregroundColorProp, t6, t5, mouseCursor, overlayColor, t4, t2, shape == null ? _null : new A.MaterialStatePropertyAll(shape, type$.MaterialStatePropertyAll_OutlinedBorder), _null, splashFactory, _null, tapTargetSize, t1, visualDensity); }, _scaledPadding0(context) { var t1 = A.MediaQuery_maybeOf(context); t1 = t1 == null ? null : t1.textScaleFactor; return A.ButtonStyleButton_scaledPadding(B.EdgeInsets_8_8_8_8, B.EdgeInsets_8_0_8_0, B.EdgeInsets_4_0_4_0, t1 == null ? 1 : t1); }, - TextButton: function TextButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + TextButton: function TextButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.onPressed = t0; _.onLongPress = t1; @@ -32295,12 +32571,13 @@ _.clipBehavior = t5; _.focusNode = t6; _.autofocus = t7; - _.child = t8; - _.key = t9; + _.statesController = t8; + _.child = t9; + _.key = t10; }, - _TextButtonDefaultForeground: function _TextButtonDefaultForeground(t0, t1) { - this.primary = t0; - this.onSurface = t1; + _TextButtonDefaultColor: function _TextButtonDefaultColor(t0, t1) { + this.color = t0; + this.disabled = t1; }, _TextButtonDefaultOverlay: function _TextButtonDefaultOverlay(t0) { this.primary = t0; @@ -32411,7 +32688,7 @@ var _ = this; _._text_field$_focusNode = _._text_field$_controller = null; _._showSelectionHandles = _._isHovering = false; - _.___TextFieldState_forcePressEnabled = _.___TextFieldState__selectionGestureDetectorBuilder = $; + _.___TextFieldState_forcePressEnabled_A = _.___TextFieldState__selectionGestureDetectorBuilder_A = $; _.editableTextKey = t0; _.RestorationMixin__bucket = t1; _.RestorationMixin__properties = t2; @@ -32471,7 +32748,7 @@ else t2 = enabled; t3 = autovalidateMode == null ? B.AutovalidateMode_0 : autovalidateMode; - return new A.TextFormField(controller, onSaved, validator, new A.TextFormField_closure(decoration, onChanged, restorationId, focusNode, keyboardType, textInputAction, style, _null, textAlign, textAlignVertical, _null, B.TextCapitalization_3, autofocus, _null, readOnly, showCursor, "\u2022", obscureText, autocorrect, _null, _null, true, _null, maxLines, minLines, expands, maxLength, onTap, onEditingComplete, onFieldSubmitted, inputFormatters, enabled, cursorWidth, cursorHeight, cursorRadius, cursorColor, B.EdgeInsets_20_20_20_20, _null, keyboardAppearance, _null, _null, _null, autofillHints, _null, true, _null), t1, t2 !== false, t3, restorationId, key); + return new A.TextFormField(controller, onSaved, validator, new A.TextFormField_closure(decoration, onChanged, restorationId, focusNode, keyboardType, textInputAction, style, _null, textAlign, textAlignVertical, _null, B.TextCapitalization_30, autofocus, _null, readOnly, showCursor, "\u2022", obscureText, autocorrect, _null, _null, true, _null, maxLines, minLines, expands, maxLength, onTap, onEditingComplete, onFieldSubmitted, inputFormatters, enabled, cursorWidth, cursorHeight, cursorRadius, cursorColor, B.EdgeInsets_20_20_20_20, _null, keyboardAppearance, _null, _null, _null, autofillHints, _null, true, _null), t1, t2 !== false, t3, restorationId, key); }, TextFormField: function TextFormField(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -32541,7 +32818,7 @@ _TextFormFieldState: function _TextFormFieldState(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._text_form_field$_controller = null; - _.__FormFieldState__value = $; + _.__FormFieldState__value_AI = $; _._errorText = t0; _._hasInteractedByUser = t1; _.RestorationMixin__bucket = t2; @@ -32572,12 +32849,6 @@ t1 = t1 ? _null : a.selectionHandleColor; return new A.TextSelectionThemeData(t2, t4, A.Color_lerp(t1, t3 ? _null : b.selectionHandleColor, t)); }, - TextSelectionTheme_of(context) { - var t1; - context.dependOnInheritedWidgetOfExactType$1$0(type$.TextSelectionTheme); - t1 = A.Theme_of(context).textSelectionTheme; - return t1; - }, TextSelectionThemeData: function TextSelectionThemeData(t0, t1, t2) { this.cursorColor = t0; this.selectionColor = t1; @@ -32694,7 +32965,7 @@ _AnimatedThemeState: function _AnimatedThemeState(t0, t1, t2) { var _ = this; _._theme$_data = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -32703,8 +32974,8 @@ }, _AnimatedThemeState_forEachTween_closure: function _AnimatedThemeState_forEachTween_closure() { }, - ThemeData_ThemeData(appBarTheme, backgroundColor, bottomAppBarColor, brightness, canvasColor, cardColor, colorScheme, fontFamily, iconTheme, indicatorColor, outlinedButtonTheme, pageTransitionsTheme, primaryColor, primaryColorDark, primaryColorLight, scaffoldBackgroundColor, tabBarTheme, textButtonTheme, textSelectionTheme, unselectedWidgetColor) { - var materialTapTargetSize, visualDensity, t1, effectiveBrightness, isDark, estimatedPrimaryColorBrightness, primaryIsDark, toggleableActiveColor, accentColor, accentColorBrightness, accentIsDark, focusColor, hoverColor, dividerColor, secondaryHeaderColor, dialogBackgroundColor, hintColor, buttonTheme, disabledColor, highlightColor, splashColor, typography, defaultTextTheme, defaultPrimaryTextTheme, defaultAccentTextTheme, textTheme, primaryTextTheme, primaryIconTheme, textSelectionColor, textSelectionHandleColor, accentTextTheme, accentIconTheme, buttonColor, _null = null, + ThemeData_ThemeData(appBarTheme, backgroundColor, bottomAppBarColor, brightness, canvasColor, cardColor, colorScheme, fontFamily, iconTheme, indicatorColor, outlinedButtonTheme, pageTransitionsTheme, primaryColor, primaryColorDark, primaryColorLight, scaffoldBackgroundColor, tabBarTheme, textButtonTheme, textSelectionTheme, tooltipTheme, unselectedWidgetColor, useMaterial3) { + var materialTapTargetSize, visualDensity, splashFactory, t1, effectiveBrightness, isDark, estimatedPrimaryColorBrightness, primaryIsDark, toggleableActiveColor, accentColor, accentColorBrightness, accentIsDark, focusColor, hoverColor, dividerColor, secondaryHeaderColor, dialogBackgroundColor, hintColor, buttonTheme, disabledColor, highlightColor, splashColor, typography, defaultTextTheme, defaultPrimaryTextTheme, defaultAccentTextTheme, textTheme, primaryTextTheme, primaryIconTheme, accentTextTheme, accentIconTheme, buttonColor, _null = null, extensions = A._setArrayType([], type$.JSArray_ThemeExtension_ThemeExtension_dynamic), platform = A.defaultTargetPlatform(); switch (platform) { @@ -32724,6 +32995,7 @@ if (pageTransitionsTheme == null) pageTransitionsTheme = B.PageTransitionsTheme_Map_DVCx1; visualDensity = A.VisualDensity_adaptivePlatformDensity(); + splashFactory = B.C__InkSplashFactory; if (brightness == null) { t1 = colorScheme == null ? _null : colorScheme.brightness; effectiveBrightness = t1; @@ -32746,6 +33018,7 @@ toggleableActiveColor = B.Color_4280191205; accentColor = isDark ? B.Color_4284809178 : B.Color_4280391411; accentColorBrightness = A.ThemeData_estimateBrightnessForColor(accentColor); + accentColorBrightness = accentColorBrightness; accentIsDark = accentColorBrightness === B.Brightness_0; focusColor = isDark ? A.Color$fromARGB(31, 255, 255, 255) : A.Color$fromARGB(31, 0, 0, 0); hoverColor = isDark ? A.Color$fromARGB(10, 255, 255, 255) : A.Color$fromARGB(10, 0, 0, 0); @@ -32798,19 +33071,19 @@ textButtonTheme = B.TextButtonThemeData_null; if (textSelectionTheme == null) textSelectionTheme = B.TextSelectionThemeData_null_null_null; - textSelectionColor = isDark ? accentColor : B.Color_4287679225; - textSelectionHandleColor = isDark ? B.Color_4280150454 : B.Color_4284790262; + if (tooltipTheme == null) + tooltipTheme = B.TooltipThemeData_MAi; accentTextTheme = defaultAccentTextTheme.merge$1(_null); accentIconTheme = accentIsDark ? B.IconThemeData_yrt : B.IconThemeData_UfZ1; buttonColor = isDark ? B.Color_4280191205 : B.Color_4292927712; - return A.ThemeData$raw(accentColor, accentColorBrightness, accentIconTheme, accentTextTheme, _null, appBarTheme, false, backgroundColor, B.MaterialBannerThemeData_6JY, bottomAppBarColor, B.BottomAppBarTheme_null_null_null, B.BottomNavigationBarThemeData_mRH, B.BottomSheetThemeData_OEE, B.ButtonBarThemeData_A0t, buttonColor, buttonTheme, canvasColor, cardColor, B.CardTheme_wEo, B.CheckboxThemeData_EkK, B.ChipThemeData_OhV, colorScheme, _null, B.Color_4282549748, B.DataTableThemeData_SL9, dialogBackgroundColor, B.DialogTheme_zPV, disabledColor, dividerColor, B.DividerThemeData_Tnu, B.DrawerThemeData_jfn, B.ElevatedButtonThemeData_null, B.Color_4292030255, B.ExpansionTileThemeData_O5j, A.ThemeData__themeExtensionIterableToMap(extensions), true, B.FloatingActionButtonThemeData_pYw, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, B.C_InputDecorationTheme, B.ListTileThemeData_muk, materialTapTargetSize, B.NavigationBarThemeData_j8H, B.NavigationRailThemeData_4G2, outlinedButtonTheme, pageTransitionsTheme, platform, B.PopupMenuThemeData_rs3, primaryColor, estimatedPrimaryColorBrightness, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, B.ProgressIndicatorThemeData_Z49, B.RadioThemeData_gDe, scaffoldBackgroundColor, B.ScrollbarThemeData_Ep5, secondaryHeaderColor, B.Color_4294309365, B.Color_4278190080, B.SliderThemeData_qIG, B.SnackBarThemeData_gc6, splashColor, B.C__InkSplashFactory, B.SwitchThemeData_v9F, tabBarTheme, textButtonTheme, textSelectionColor, textSelectionHandleColor, textSelectionTheme, textTheme, B.TimePickerThemeData_10O, B.ToggleButtonsThemeData_UsI, toggleableActiveColor, B.TooltipThemeData_kSE, typography, unselectedWidgetColor, false, true, visualDensity); + return A.ThemeData$raw(accentColor, accentColorBrightness, accentIconTheme, accentTextTheme, _null, appBarTheme, false, backgroundColor, B.MaterialBannerThemeData_6JY, bottomAppBarColor, B.BottomAppBarTheme_null_null_null, B.BottomNavigationBarThemeData_mRH, B.BottomSheetThemeData_OEE, B.ButtonBarThemeData_A0t, buttonColor, buttonTheme, canvasColor, cardColor, B.CardTheme_wEo, B.CheckboxThemeData_EkK, B.ChipThemeData_c4a, colorScheme, _null, B.DataTableThemeData_SL9, dialogBackgroundColor, B.DialogTheme_gf4, disabledColor, dividerColor, B.DividerThemeData_Tnu, B.DrawerThemeData_jfn, B.ElevatedButtonThemeData_null, B.Color_4292030255, B.ExpansionTileThemeData_O5j, A.ThemeData__themeExtensionIterableToMap(extensions), true, B.FloatingActionButtonThemeData_pYw, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, B.C_InputDecorationTheme, B.ListTileThemeData_muk, materialTapTargetSize, B.NavigationBarThemeData_UWS, B.NavigationRailThemeData_4G2, outlinedButtonTheme, pageTransitionsTheme, platform, B.PopupMenuThemeData_rs3, primaryColor, estimatedPrimaryColorBrightness, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, B.ProgressIndicatorThemeData_Z49, B.RadioThemeData_gDe, scaffoldBackgroundColor, B.ScrollbarThemeData_Ep5, secondaryHeaderColor, B.Color_4294309365, B.Color_4278190080, B.SliderThemeData_qIG, B.SnackBarThemeData_gc6, splashColor, splashFactory, B.SwitchThemeData_v9F, tabBarTheme, textButtonTheme, textSelectionTheme, textTheme, B.TimePickerThemeData_10O, B.ToggleButtonsThemeData_UsI, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, false, visualDensity); }, - ThemeData$raw(accentColor, accentColorBrightness, accentIconTheme, accentTextTheme, androidOverscrollIndicator, appBarTheme, applyElevationOverlayColor, backgroundColor, bannerTheme, bottomAppBarColor, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonColor, buttonTheme, canvasColor, cardColor, cardTheme, checkboxTheme, chipTheme, colorScheme, cupertinoOverrideTheme, cursorColor, dataTableTheme, dialogBackgroundColor, dialogTheme, disabledColor, dividerColor, dividerTheme, drawerTheme, elevatedButtonTheme, errorColor, expansionTileTheme, extensions, fixTextFieldOutlineLabel, floatingActionButtonTheme, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, inputDecorationTheme, listTileTheme, materialTapTargetSize, navigationBarTheme, navigationRailTheme, outlinedButtonTheme, pageTransitionsTheme, platform, popupMenuTheme, primaryColor, primaryColorBrightness, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, progressIndicatorTheme, radioTheme, scaffoldBackgroundColor, scrollbarTheme, secondaryHeaderColor, selectedRowColor, shadowColor, sliderTheme, snackBarTheme, splashColor, splashFactory, switchTheme, tabBarTheme, textButtonTheme, textSelectionColor, textSelectionHandleColor, textSelectionTheme, textTheme, timePickerTheme, toggleButtonsTheme, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, useMaterial3, useTextSelectionTheme, visualDensity) { - return new A.ThemeData(androidOverscrollIndicator, applyElevationOverlayColor, cupertinoOverrideTheme, extensions, inputDecorationTheme, materialTapTargetSize, pageTransitionsTheme, platform, scrollbarTheme, splashFactory, visualDensity, false, colorScheme, primaryColor, primaryColorLight, primaryColorDark, focusColor, hoverColor, shadowColor, canvasColor, scaffoldBackgroundColor, bottomAppBarColor, cardColor, dividerColor, highlightColor, splashColor, selectedRowColor, unselectedWidgetColor, disabledColor, secondaryHeaderColor, backgroundColor, dialogBackgroundColor, indicatorColor, hintColor, errorColor, toggleableActiveColor, typography, textTheme, primaryTextTheme, iconTheme, primaryIconTheme, appBarTheme, bannerTheme, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonTheme, cardTheme, checkboxTheme, chipTheme, dataTableTheme, dialogTheme, dividerTheme, drawerTheme, elevatedButtonTheme, floatingActionButtonTheme, listTileTheme, navigationBarTheme, navigationRailTheme, outlinedButtonTheme, popupMenuTheme, progressIndicatorTheme, radioTheme, sliderTheme, snackBarTheme, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, timePickerTheme, toggleButtonsTheme, tooltipTheme, expansionTileTheme, true, textSelectionColor, cursorColor, textSelectionHandleColor, accentColor, accentColorBrightness, accentTextTheme, accentIconTheme, buttonColor, true, primaryColorBrightness); + ThemeData$raw(accentColor, accentColorBrightness, accentIconTheme, accentTextTheme, androidOverscrollIndicator, appBarTheme, applyElevationOverlayColor, backgroundColor, bannerTheme, bottomAppBarColor, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonColor, buttonTheme, canvasColor, cardColor, cardTheme, checkboxTheme, chipTheme, colorScheme, cupertinoOverrideTheme, dataTableTheme, dialogBackgroundColor, dialogTheme, disabledColor, dividerColor, dividerTheme, drawerTheme, elevatedButtonTheme, errorColor, expansionTileTheme, extensions, fixTextFieldOutlineLabel, floatingActionButtonTheme, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, inputDecorationTheme, listTileTheme, materialTapTargetSize, navigationBarTheme, navigationRailTheme, outlinedButtonTheme, pageTransitionsTheme, platform, popupMenuTheme, primaryColor, primaryColorBrightness, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, progressIndicatorTheme, radioTheme, scaffoldBackgroundColor, scrollbarTheme, secondaryHeaderColor, selectedRowColor, shadowColor, sliderTheme, snackBarTheme, splashColor, splashFactory, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, textTheme, timePickerTheme, toggleButtonsTheme, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, useMaterial3, visualDensity) { + return new A.ThemeData(applyElevationOverlayColor, cupertinoOverrideTheme, extensions, inputDecorationTheme, materialTapTargetSize, pageTransitionsTheme, platform, scrollbarTheme, splashFactory, false, visualDensity, backgroundColor, bottomAppBarColor, canvasColor, cardColor, colorScheme, dialogBackgroundColor, disabledColor, dividerColor, errorColor, focusColor, highlightColor, hintColor, hoverColor, indicatorColor, primaryColor, primaryColorDark, primaryColorLight, scaffoldBackgroundColor, secondaryHeaderColor, selectedRowColor, shadowColor, splashColor, toggleableActiveColor, unselectedWidgetColor, iconTheme, primaryIconTheme, primaryTextTheme, textTheme, typography, appBarTheme, bannerTheme, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonTheme, cardTheme, checkboxTheme, chipTheme, dataTableTheme, dialogTheme, dividerTheme, drawerTheme, elevatedButtonTheme, expansionTileTheme, floatingActionButtonTheme, listTileTheme, navigationBarTheme, navigationRailTheme, outlinedButtonTheme, popupMenuTheme, progressIndicatorTheme, radioTheme, sliderTheme, snackBarTheme, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, timePickerTheme, toggleButtonsTheme, tooltipTheme, accentColor, accentColorBrightness, accentTextTheme, accentIconTheme, buttonColor, true, primaryColorBrightness, androidOverscrollIndicator); }, ThemeData_ThemeData$fallback() { var _null = null; - return A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, ThemeData_localize(baseTheme, localTextGeometry) { return $.$get$ThemeData__localizedThemeDataCache().putIfAbsent$2(0, new A._IdentityThemeDataCacheKey(baseTheme, localTextGeometry), new A.ThemeData_localize_closure(baseTheme, localTextGeometry)); @@ -32862,64 +33135,64 @@ this.index = t0; this._core$_name = t1; }, - ThemeData: function ThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84) { + ThemeData: function ThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80) { var _ = this; - _.androidOverscrollIndicator = t0; - _.applyElevationOverlayColor = t1; - _.cupertinoOverrideTheme = t2; - _.extensions = t3; - _.inputDecorationTheme = t4; - _.materialTapTargetSize = t5; - _.pageTransitionsTheme = t6; - _.platform = t7; - _.scrollbarTheme = t8; - _.splashFactory = t9; + _.applyElevationOverlayColor = t0; + _.cupertinoOverrideTheme = t1; + _.extensions = t2; + _.inputDecorationTheme = t3; + _.materialTapTargetSize = t4; + _.pageTransitionsTheme = t5; + _.platform = t6; + _.scrollbarTheme = t7; + _.splashFactory = t8; + _.useMaterial3 = t9; _.visualDensity = t10; - _.useMaterial3 = t11; - _.colorScheme = t12; - _.primaryColor = t13; - _.primaryColorLight = t14; - _.primaryColorDark = t15; - _.focusColor = t16; - _.hoverColor = t17; - _.shadowColor = t18; - _.canvasColor = t19; - _.scaffoldBackgroundColor = t20; - _.bottomAppBarColor = t21; - _.cardColor = t22; - _.dividerColor = t23; - _.highlightColor = t24; - _.splashColor = t25; - _.selectedRowColor = t26; - _.unselectedWidgetColor = t27; - _.disabledColor = t28; + _.backgroundColor = t11; + _.bottomAppBarColor = t12; + _.canvasColor = t13; + _.cardColor = t14; + _.colorScheme = t15; + _.dialogBackgroundColor = t16; + _.disabledColor = t17; + _.dividerColor = t18; + _.errorColor = t19; + _.focusColor = t20; + _.highlightColor = t21; + _.hintColor = t22; + _.hoverColor = t23; + _.indicatorColor = t24; + _.primaryColor = t25; + _.primaryColorDark = t26; + _.primaryColorLight = t27; + _.scaffoldBackgroundColor = t28; _.secondaryHeaderColor = t29; - _.backgroundColor = t30; - _.dialogBackgroundColor = t31; - _.indicatorColor = t32; - _.hintColor = t33; - _.errorColor = t34; - _.toggleableActiveColor = t35; - _.typography = t36; - _.textTheme = t37; - _.primaryTextTheme = t38; - _.iconTheme = t39; - _.primaryIconTheme = t40; - _.appBarTheme = t41; - _.bannerTheme = t42; - _.bottomAppBarTheme = t43; - _.bottomNavigationBarTheme = t44; - _.bottomSheetTheme = t45; - _.buttonBarTheme = t46; - _.buttonTheme = t47; - _.cardTheme = t48; - _.checkboxTheme = t49; - _.chipTheme = t50; - _.dataTableTheme = t51; - _.dialogTheme = t52; - _.dividerTheme = t53; - _.drawerTheme = t54; - _.elevatedButtonTheme = t55; + _.selectedRowColor = t30; + _.shadowColor = t31; + _.splashColor = t32; + _.toggleableActiveColor = t33; + _.unselectedWidgetColor = t34; + _.iconTheme = t35; + _.primaryIconTheme = t36; + _.primaryTextTheme = t37; + _.textTheme = t38; + _.typography = t39; + _.appBarTheme = t40; + _.bannerTheme = t41; + _.bottomAppBarTheme = t42; + _.bottomNavigationBarTheme = t43; + _.bottomSheetTheme = t44; + _.buttonBarTheme = t45; + _.buttonTheme = t46; + _.cardTheme = t47; + _.checkboxTheme = t48; + _.chipTheme = t49; + _.dataTableTheme = t50; + _.dialogTheme = t51; + _.dividerTheme = t52; + _.drawerTheme = t53; + _.elevatedButtonTheme = t54; + _.expansionTileTheme = t55; _.floatingActionButtonTheme = t56; _.listTileTheme = t57; _.navigationBarTheme = t58; @@ -32937,18 +33210,14 @@ _.timePickerTheme = t70; _.toggleButtonsTheme = t71; _.tooltipTheme = t72; - _.expansionTileTheme = t73; - _.useTextSelectionTheme = t74; - _.textSelectionColor = t75; - _.cursorColor = t76; - _.textSelectionHandleColor = t77; - _.accentColor = t78; - _.accentColorBrightness = t79; - _.accentTextTheme = t80; - _.accentIconTheme = t81; - _.buttonColor = t82; - _.fixTextFieldOutlineLabel = t83; - _.primaryColorBrightness = t84; + _._theme_data$_accentColor = t73; + _._accentColorBrightness = t74; + _._accentTextTheme = t75; + _._accentIconTheme = t76; + _._buttonColor = t77; + _._fixTextFieldOutlineLabel = t78; + _._primaryColorBrightness = t79; + _.androidOverscrollIndicator = t80; }, ThemeData_localize_closure: function ThemeData_localize_closure(t0, t1) { this.baseTheme = t0; @@ -33013,7 +33282,7 @@ this.hour = t0; this.minute = t1; }, - TimeOfDay_toString__addLeadingZeroIfNeeded: function TimeOfDay_toString__addLeadingZeroIfNeeded() { + TimeOfDay_toString_addLeadingZeroIfNeeded: function TimeOfDay_toString_addLeadingZeroIfNeeded() { }, RestorableTimeOfDay: function RestorableTimeOfDay(t0, t1) { var _ = this; @@ -33034,9 +33303,6 @@ this.index = t0; this._core$_name = t1; }, - _DayPeriodInputPadding$(child, minSize, orientation) { - return new A._DayPeriodInputPadding(minSize, orientation, child, null); - }, _DialState__nearest(target, a, b) { return Math.abs(target - a) < Math.abs(target - b) ? a : b; }, @@ -33194,12 +33460,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -33244,7 +33512,7 @@ }, _DialState: function _DialState(t0, t1, t2) { var _ = this; - _.___DialState__thetaController = _.___DialState__theta = _.___DialState__thetaTween = _.___DialState_media = _.___DialState_localizations = _.___DialState_themeData = $; + _.___DialState__thetaController_A = _.___DialState__theta_A = _.___DialState__thetaTween_A = _.___DialState_media_A = _.___DialState_localizations_A = _.___DialState_themeData_A = $; _._time_picker0$_dragging = false; _._time_picker0$_center = _._time_picker0$_position = null; _.SingleTickerProviderStateMixin__ticker = t0; @@ -33289,7 +33557,7 @@ }, _TimePickerInputState: function _TimePickerInputState(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; - _.___TimePickerInputState__selectedTime = $; + _.___TimePickerInputState__selectedTime_FI = $; _.hourHasError = t0; _.minuteHasError = t1; _.RestorationMixin__bucket = t2; @@ -33349,7 +33617,7 @@ var _ = this; _.controller = t0; _.controllerHasBeenSet = t1; - _.___HourMinuteTextFieldState_focusNode = $; + _.___HourMinuteTextFieldState_focusNode_A = $; _.RestorationMixin__bucket = t2; _.RestorationMixin__properties = t3; _.RestorationMixin__debugPropertiesWaitingForReregistration = t4; @@ -33427,16 +33695,16 @@ _TimePickerDialogState: function _TimePickerDialogState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _._time_picker0$_formKey = t0; - _.___TimePickerDialogState__entryMode = $; + _.___TimePickerDialogState__entryMode_FI = $; _._time_picker0$_mode = t1; _._lastModeAnnounced = t2; _._time_picker0$_autovalidateMode = t3; _._autofocusHour = t4; _._autofocusMinute = t5; _._announcedInitialTime = t6; - _.___TimePickerDialogState__selectedTime = _.___TimePickerDialogState__entryModeListener = $; + _.___TimePickerDialogState__selectedTime_FI = _.___TimePickerDialogState__entryModeListener_F = $; _._vibrateTimer = null; - _.___TimePickerDialogState_localizations = $; + _.___TimePickerDialogState_localizations_A = $; _.RestorationMixin__bucket = t7; _.RestorationMixin__properties = t8; _.RestorationMixin__debugPropertiesWaitingForReregistration = t9; @@ -33542,40 +33810,22 @@ this.$this = t0; this.index = t1; }, - _ToggleButton: function _ToggleButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24) { - var _ = this; - _.selected = t0; - _.textStyle = t1; - _.constraints = t2; - _.color = t3; - _.selectedColor = t4; - _.disabledColor = t5; - _.fillColor = t6; - _.focusColor = t7; - _.hoverColor = t8; - _.highlightColor = t9; - _.splashColor = t10; - _.focusNode = t11; - _.onPressed = t12; - _.mouseCursor = t13; - _.leadingBorderSide = t14; - _.borderSide = t15; - _.trailingBorderSide = t16; - _.borderRadius = t17; - _.clipRadius = t18; - _.isFirstButton = t19; - _.isLastButton = t20; - _.direction = t21; - _.verticalDirection = t22; - _.child = t23; - _.key = t24; - }, _ResolveFillColor: function _ResolveFillColor(t0) { this.primary = t0; }, _DefaultFillColor: function _DefaultFillColor(t0) { this.colorScheme = t0; }, + _ToggleButtonDefaultOverlay: function _ToggleButtonDefaultOverlay(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.selected = t0; + _.unselected = t1; + _.colorScheme = t2; + _.focusColor = t3; + _.highlightColor = t4; + _.hoverColor = t5; + _.splashColor = t6; + }, _SelectToggleButton: function _SelectToggleButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.leadingBorderSide = t0; @@ -33613,12 +33863,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -33649,12 +33901,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -33706,12 +33960,6 @@ t1 = t1 ? _null : a.borderWidth; return new A.ToggleButtonsThemeData(t2, t4, t5, t6, t7, t8, t9, t10, t12, t11, t13, t14, t15, A.lerpDouble(t1, t3 ? _null : b.borderWidth, t), t16); }, - ToggleButtonsTheme_of(context) { - var t1; - context.dependOnInheritedWidgetOfExactType$1$0(type$.ToggleButtonsTheme); - t1 = A.Theme_of(context).toggleButtonsTheme; - return t1; - }, ToggleButtonsThemeData: function ToggleButtonsThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; _.textStyle = t0; @@ -33783,11 +34031,11 @@ }, TooltipState: function TooltipState(t0, t1, t2) { var _ = this; - _.__TooltipState__controller = _.__TooltipState__excludeFromSemantics = _.__TooltipState__preferBelow = _.__TooltipState__verticalOffset = _.__TooltipState__textStyle = _.__TooltipState__decoration = _.__TooltipState__margin = _.__TooltipState__padding = _.__TooltipState__height = $; + _.__TooltipState__controller_A = _.__TooltipState__excludeFromSemantics_A = _.__TooltipState__preferBelow_A = _.__TooltipState__verticalOffset_A = _.__TooltipState__textAlign_A = _.__TooltipState__textStyle_A = _.__TooltipState__decoration_A = _.__TooltipState__margin_A = _.__TooltipState__padding_A = _.__TooltipState__height_A = $; _._showTimer = _._dismissTimer = _._tooltip$_entry = null; - _.__TooltipState__mouseIsConnected = _.__TooltipState__waitDuration = _.__TooltipState__hoverShowDuration = _.__TooltipState__showDuration = $; + _.__TooltipState__mouseIsConnected_A = _.__TooltipState__waitDuration_A = _.__TooltipState__hoverShowDuration_A = _.__TooltipState__showDuration_A = $; _._pressActivated = false; - _.__TooltipState__visible = _.__TooltipState__forceRemoval = _.__TooltipState__isConcealed = _.__TooltipState__enableFeedback = _.__TooltipState__triggerMode = $; + _.__TooltipState__visible_A = _.__TooltipState__forceRemoval_A = _.__TooltipState__isConcealed_A = _.__TooltipState__enableFeedback_A = _.__TooltipState__triggerMode_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -33818,7 +34066,7 @@ this.verticalOffset = t1; this.preferBelow = t2; }, - _TooltipOverlay: function _TooltipOverlay(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + _TooltipOverlay: function _TooltipOverlay(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _.richMessage = t0; _.height = t1; @@ -33826,18 +34074,22 @@ _.margin = t3; _.decoration = t4; _.textStyle = t5; - _.animation = t6; - _.target = t7; - _.verticalOffset = t8; - _.preferBelow = t9; - _.onEnter = t10; - _.onExit = t11; - _.key = t12; + _.textAlign = t6; + _.animation = t7; + _.target = t8; + _.verticalOffset = t9; + _.preferBelow = t10; + _.onEnter = t11; + _.onExit = t12; + _.key = t13; }, _TooltipState_State_SingleTickerProviderStateMixin: function _TooltipState_State_SingleTickerProviderStateMixin() { }, + TooltipThemeData$(decoration, excludeFromSemantics, height, margin, padding, preferBelow, textAlign, textStyle, verticalOffset, waitDuration) { + return new A.TooltipThemeData(height, padding, margin, verticalOffset, preferBelow, excludeFromSemantics, decoration, textStyle, textAlign, waitDuration); + }, TooltipThemeData_lerp(a, b, t) { - var t2, t3, t4, t5, t6, t7, t8, t9, _null = null, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _null = null, t1 = a == null; if (t1 && b == null) return _null; @@ -33856,15 +34108,20 @@ else t8 = t3 ? _null : b.preferBelow; if (t7) - t7 = t1 ? _null : a.excludeFromSemantics; + t9 = t1 ? _null : a.excludeFromSemantics; else - t7 = t3 ? _null : b.excludeFromSemantics; - t9 = t1 ? _null : a.decoration; - t9 = A.Decoration_lerp(t9, t3 ? _null : b.decoration, t); - t1 = t1 ? _null : a.textStyle; - return new A.TooltipThemeData(t2, t4, t5, t6, t8, t7, t9, A.TextStyle_lerp(t1, t3 ? _null : b.textStyle, t)); + t9 = t3 ? _null : b.excludeFromSemantics; + t10 = t1 ? _null : a.decoration; + t10 = A.Decoration_lerp(t10, t3 ? _null : b.decoration, t); + t11 = t1 ? _null : a.textStyle; + t11 = A.TextStyle_lerp(t11, t3 ? _null : b.textStyle, t); + if (t7) + t1 = t1 ? _null : a.textAlign; + else + t1 = t3 ? _null : b.textAlign; + return A.TooltipThemeData$(t10, t9, t2, t5, t4, t8, t1, t11, t6, _null); }, - TooltipThemeData: function TooltipThemeData(t0, t1, t2, t3, t4, t5, t6, t7) { + TooltipThemeData: function TooltipThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.height = t0; _.padding = t1; @@ -33874,6 +34131,8 @@ _.excludeFromSemantics = t5; _.decoration = t6; _.textStyle = t7; + _.textAlign = t8; + _.waitDuration = t9; }, TooltipTriggerMode: function TooltipTriggerMode(t0, t1) { this.index = t0; @@ -33882,30 +34141,30 @@ _TooltipThemeData_Object_Diagnosticable: function _TooltipThemeData_Object_Diagnosticable() { }, Typography_Typography$material2014(platform) { - return A.Typography_Typography$_withPlatform(platform, null, null, B.TextTheme_gSp, B.TextTheme_jnH, B.TextTheme_uww); + return A.Typography_Typography$_withPlatform(platform, null, null, B.TextTheme_Gl7, B.TextTheme_8FR, B.TextTheme_RkD); }, Typography_Typography$_withPlatform(platform, black, white, englishLike, dense, tall) { switch (platform) { case B.TargetPlatform_2: - black = B.TextTheme_QJO; - white = B.TextTheme_vru; + black = B.TextTheme_woc; + white = B.TextTheme_UqR; break; case B.TargetPlatform_0: case B.TargetPlatform_1: - black = B.TextTheme_WrZ; - white = B.TextTheme_8I8; + black = B.TextTheme_BCG; + white = B.TextTheme_yTp; break; case B.TargetPlatform_5: - black = B.TextTheme_pEW; - white = B.TextTheme_3nh; + black = B.TextTheme_mDg; + white = B.TextTheme_P12; break; case B.TargetPlatform_4: - black = B.TextTheme_6bg; - white = B.TextTheme_uDC; + black = B.TextTheme_2jN; + white = B.TextTheme_E6J; break; case B.TargetPlatform_3: - black = B.TextTheme_AZd; - white = B.TextTheme_Zy0; + black = B.TextTheme_qRH; + white = B.TextTheme_8Gl; break; case null: break; @@ -34181,12 +34440,12 @@ aIsNone = t1 === B.BorderStyle_0 && a.width === 0, bIsNone = b.style === B.BorderStyle_0 && b.width === 0; if (aIsNone && bIsNone) - return B.BorderSide_0CF; + return B.BorderSide_aLd; if (aIsNone) return b; if (bIsNone) return a; - return new A.BorderSide(a.color, a.width + b.width, t1); + return new A.BorderSide(a.color, a.width + b.width, t1, B.StrokeAlign_0); }, BorderSide_canMerge(a, b) { var t2, @@ -34197,51 +34456,71 @@ t2 = true; if (t2) return true; - return t1 === b.style && J.$eq$(a.color, b.color); + return t1 === b.style && J.$eq$(a.color, b.color) && a.strokeAlign === b.strokeAlign; }, BorderSide_lerp(a, b, t) { - var t1, t2, t3, colorA, colorB, + var t1, t2, t3, t4, t5, colorA, colorB, strokeAlign, strokeAlign0, _s80_ = string$.x60null_c; if (t === 0) return a; if (t === 1) return b; - t1 = A.lerpDouble(a.width, b.width, t); - t1.toString; - if (t1 < 0) - return B.BorderSide_0CF; - t2 = a.style; - t3 = b.style; - if (t2 === t3) { - t3 = A.Color_lerp(a.color, b.color, t); - t3.toString; - return new A.BorderSide(t3, t1, t2); + t1 = a.width; + t2 = b.width; + t3 = A.lerpDouble(t1, t2, t); + t3.toString; + if (t3 < 0) + return B.BorderSide_aLd; + t4 = a.style; + t5 = b.style; + if (t4 === t5 && a.strokeAlign === b.strokeAlign) { + t1 = A.Color_lerp(a.color, b.color, t); + t1.toString; + return new A.BorderSide(t1, t3, t4, a.strokeAlign); } - switch (t2.index) { + switch (t4.index) { case 1: colorA = a.color; break; case 0: - t2 = a.color; - colorA = A.Color$fromARGB(0, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + t4 = a.color; + colorA = A.Color$fromARGB(0, t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (t3.index) { + switch (t5.index) { case 1: colorB = b.color; break; case 0: - t2 = b.color; - colorB = A.Color$fromARGB(0, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + t4 = b.color; + colorB = A.Color$fromARGB(0, t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - t2 = A.Color_lerp(colorA, colorB, t); - t2.toString; - return new A.BorderSide(t2, t1, B.BorderStyle_1); + strokeAlign = a.strokeAlign; + strokeAlign0 = b.strokeAlign; + if (strokeAlign !== strokeAlign0) { + t3 = t > 0.5; + if (t3) + strokeAlign = strokeAlign0; + t4 = A.Color_lerp(colorA, colorB, t); + t4.toString; + t5 = t * 2; + if (t3) { + t1 = A.lerpDouble(0, t2, t5 - 1); + t1.toString; + } else { + t1 = A.lerpDouble(t1, 0, t5); + t1.toString; + } + return new A.BorderSide(t4, t1, B.BorderStyle_1, strokeAlign); + } + t1 = A.Color_lerp(colorA, colorB, t); + t1.toString; + return new A.BorderSide(t1, t3, B.BorderStyle_1, strokeAlign); }, ShapeBorder_lerp(a, b, t) { var t1, @@ -34254,6 +34533,17 @@ t1 = result; return t1; }, + OutlinedBorder_lerp(a, b, t) { + var t1, + result = b != null ? b.lerpFrom$2(a, t) : null; + if (result == null && a != null) + result = a.lerpTo$2(b, t); + if (result == null) + t1 = t < 0.5 ? a : b; + else + t1 = result; + return t1; + }, _CompoundBorder_lerp(a, b, t) { var index, localA, localB, t1, localResult, aList = a instanceof A._CompoundBorder ? a.borders : A._setArrayType([a], type$.JSArray_nullable_ShapeBorder), @@ -34304,7 +34594,7 @@ path.lineTo$2(0, t3 - right.width, t2); path.lineTo$2(0, t1 + left.width, t2); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); break; case 0: break; @@ -34329,7 +34619,7 @@ path.lineTo$2(0, t1, t3 - bottom.width); path.lineTo$2(0, t1, t2 + $top.width); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); break; case 0: break; @@ -34354,7 +34644,7 @@ path.lineTo$2(0, t3 + left.width, t2); path.lineTo$2(0, t1 - right.width, t2); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); break; case 0: break; @@ -34379,7 +34669,7 @@ path.lineTo$2(0, t1, t3 + $top.width); path.lineTo$2(0, t1, t2 - bottom.width); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); break; case 0: break; @@ -34391,10 +34681,16 @@ this.index = t0; this._core$_name = t1; }, - BorderSide: function BorderSide(t0, t1, t2) { - this.color = t0; - this.width = t1; - this.style = t2; + StrokeAlign: function StrokeAlign(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + BorderSide: function BorderSide(t0, t1, t2, t3) { + var _ = this; + _.color = t0; + _.width = t1; + _.style = t2; + _.strokeAlign = t3; }, ShapeBorder: function ShapeBorder() { }, @@ -34426,46 +34722,87 @@ } if (a instanceof A.Border && b instanceof A.BorderDirectional) { t1 = b.start; - if (J.$eq$(t1, B.BorderSide_0CF) && J.$eq$(b.end, B.BorderSide_0CF)) - return new A.Border(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(a.right, B.BorderSide_0CF, t), A.BorderSide_lerp(a.bottom, b.bottom, t), A.BorderSide_lerp(a.left, B.BorderSide_0CF, t)); + if (J.$eq$(t1, B.BorderSide_aLd) && J.$eq$(b.end, B.BorderSide_aLd)) + return new A.Border(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(a.right, B.BorderSide_aLd, t), A.BorderSide_lerp(a.bottom, b.bottom, t), A.BorderSide_lerp(a.left, B.BorderSide_aLd, t)); t2 = a.left; - if (J.$eq$(t2, B.BorderSide_0CF) && J.$eq$(a.right, B.BorderSide_0CF)) - return new A.BorderDirectional(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(B.BorderSide_0CF, t1, t), A.BorderSide_lerp(B.BorderSide_0CF, b.end, t), A.BorderSide_lerp(a.bottom, b.bottom, t)); + if (J.$eq$(t2, B.BorderSide_aLd) && J.$eq$(a.right, B.BorderSide_aLd)) + return new A.BorderDirectional(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(B.BorderSide_aLd, t1, t), A.BorderSide_lerp(B.BorderSide_aLd, b.end, t), A.BorderSide_lerp(a.bottom, b.bottom, t)); if (t < 0.5) { t1 = t * 2; - return new A.Border(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(a.right, B.BorderSide_0CF, t1), A.BorderSide_lerp(a.bottom, b.bottom, t), A.BorderSide_lerp(t2, B.BorderSide_0CF, t1)); + return new A.Border(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(a.right, B.BorderSide_aLd, t1), A.BorderSide_lerp(a.bottom, b.bottom, t), A.BorderSide_lerp(t2, B.BorderSide_aLd, t1)); } t2 = (t - 0.5) * 2; - return new A.BorderDirectional(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(B.BorderSide_0CF, t1, t2), A.BorderSide_lerp(B.BorderSide_0CF, b.end, t2), A.BorderSide_lerp(a.bottom, b.bottom, t)); + return new A.BorderDirectional(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(B.BorderSide_aLd, t1, t2), A.BorderSide_lerp(B.BorderSide_aLd, b.end, t2), A.BorderSide_lerp(a.bottom, b.bottom, t)); } throw A.wrapException(A.FlutterError$fromParts(A._setArrayType([A.ErrorSummary$("BoxBorder.lerp can only interpolate Border and BorderDirectional classes."), A.ErrorDescription$("BoxBorder.lerp() was called with two objects of type " + J.get$runtimeType$(a).toString$0(0) + " and " + J.get$runtimeType$(b).toString$0(0) + ":\n " + A.S(a) + "\n " + A.S(b) + "\nHowever, only Border and BorderDirectional classes are supported by this method."), A.ErrorHint$("For a more general interpolation method, consider using ShapeBorder.lerp instead.")], type$.JSArray_DiagnosticsNode))); }, BoxBorder__paintUniformBorderWithRadius(canvas, rect, side, borderRadius) { - var outer, width, + var width, t1, outer, inner, paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); paint.set$color(0, side.color); - outer = borderRadius.toRRect$1(rect); width = side.width; if (width === 0) { paint.set$style(0, B.PaintingStyle_1); paint.set$strokeWidth(0); - canvas.drawRRect$2(0, outer, paint); - } else - canvas.drawDRRect$3(0, outer, outer.inflate$1(-width), paint); + canvas.drawRRect$2(borderRadius.toRRect$1(rect), paint); + } else { + t1 = side.strokeAlign; + if (t1 === B.StrokeAlign_0) { + outer = borderRadius.toRRect$1(rect); + canvas.drawDRRect$3(outer, outer.inflate$1(-width), paint); + } else { + if (t1 === B.StrokeAlign_1) { + t1 = width / 2; + inner = rect.inflate$1(-t1); + outer = rect.inflate$1(t1); + } else { + outer = rect.inflate$1(width); + inner = rect; + } + canvas.drawDRRect$3(borderRadius.toRRect$1(outer), borderRadius.toRRect$1(inner), paint); + } + } }, BoxBorder__paintUniformBorderWithCircle(canvas, rect, side) { - var width = side.width, - paint = side.toPaint$0(), - t1 = rect.get$shortestSide(); - canvas.drawCircle$3(0, rect.get$center(), (t1 - width) / 2, paint); + var radius, + width = side.width, + paint = side.toPaint$0(); + switch (side.strokeAlign.index) { + case 0: + radius = (rect.get$shortestSide() - width) / 2; + break; + case 1: + radius = rect.get$shortestSide() / 2; + break; + case 2: + radius = (rect.get$shortestSide() + width) / 2; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + canvas.drawCircle$3(rect.get$center(), radius, paint); }, BoxBorder__paintUniformBorderWithRectangle(canvas, rect, side) { - var width = side.width, + var rectToBeDrawn, + width = side.width, paint = side.toPaint$0(); - canvas.drawRect$2(0, rect.inflate$1(-(width / 2)), paint); + switch (side.strokeAlign.index) { + case 0: + rectToBeDrawn = rect.inflate$1(-(width / 2)); + break; + case 1: + rectToBeDrawn = rect; + break; + case 2: + rectToBeDrawn = rect.inflate$1(width / 2); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + canvas.drawRect$2(rectToBeDrawn, paint); }, Border_Border$all(color, width) { - var side = new A.BorderSide(color, width, B.BorderStyle_1); + var side = new A.BorderSide(color, width, B.BorderStyle_1, B.StrokeAlign_0); return new A.Border(side, side, side, side); }, Border_lerp(a, b, t) { @@ -34794,7 +35131,7 @@ canvas.save$0(0); t3 = repeat === B.ImageRepeat_3; if (!t3) - canvas.clipRect$1(0, rect); + canvas.clipRect$1(rect); if (flipHorizontally) { dx = -(t2 + t1 / 2); canvas.translate$2(0, -dx, 0); @@ -34883,7 +35220,14 @@ }, EdgeInsets_lerp(a, b, t) { var t2, t3, t4, - t1 = A.lerpDouble(a.left, b.left, t); + t1 = a == null; + if (t1 && b == null) + return null; + if (t1) + return b.$mul(0, t); + if (b == null) + return a.$mul(0, 1 - t); + t1 = A.lerpDouble(a.left, b.left, t); t1.toString; t2 = A.lerpDouble(a.top, b.top, t); t2.toString; @@ -35044,10 +35388,13 @@ this.$this = t0; this.key = t1; }, - ImageCache_putIfAbsent_listener: function ImageCache_putIfAbsent_listener(t0, t1, t2) { - this._box_0 = t0; - this.$this = t1; - this.key = t2; + ImageCache_putIfAbsent_listener: function ImageCache_putIfAbsent_listener(t0, t1, t2, t3, t4) { + var _ = this; + _._box_0 = t0; + _.$this = t1; + _.key = t2; + _.trackPendingImage = t3; + _.pendingImage = t4; }, _CachedImageBase: function _CachedImageBase() { }, @@ -35061,7 +35408,7 @@ }, _LiveImage: function _LiveImage(t0, t1, t2) { var _ = this; - _.___LiveImage__handleRemove = $; + _.___LiveImage__handleRemove_A = $; _.completer = t0; _.sizeBytes = t1; _.handle = t2; @@ -35216,7 +35563,7 @@ _._image_stream$_scale = t0; _._informationCollector = t1; _._nextFrame = null; - _.__MultiFrameImageStreamCompleter__shownTimestamp = $; + _.__MultiFrameImageStreamCompleter__shownTimestamp_A = $; _._frameDuration = null; _._framesEmitted = 0; _._image_stream$_timer = null; @@ -35269,7 +35616,7 @@ for (t3 = info.stringAttributes, t4 = t3.length, t5 = workingLabel.length, _i0 = 0; _i0 < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i0) { infoAttribute = t3[_i0]; t6 = infoAttribute.range; - workingAttributes.push(infoAttribute.copy$1$range(0, new A.TextRange(t6.start + t5, t6.end + t5))); + workingAttributes.push(infoAttribute.copy$1$range(new A.TextRange(t6.start + t5, t6.end + t5))); } workingLabel = B.JSString_methods.$add(workingLabel, effectiveLabel); } @@ -35305,7 +35652,7 @@ }, CircularNotchedRectangle: function CircularNotchedRectangle() { }, - PlaceholderSpan: function PlaceholderSpan() { + PlaceholderSpan0: function PlaceholderSpan0() { }, RoundedRectangleBorder: function RoundedRectangleBorder(t0, t1) { this.borderRadius = t0; @@ -35321,16 +35668,16 @@ switch (source.shape.index) { case 1: t1 = source.border; - shape = t1 != null ? new A.CircleBorder(t1.get$top(t1)) : B.CircleBorder_IVQ; + shape = t1 != null ? new A.CircleBorder(t1.get$top(t1)) : B.CircleBorder_Fuf; break; case 0: t1 = source.borderRadius; shape = source.border; if (t1 != null) { t2 = shape == null ? null : shape.get$top(shape); - shape = new A.RoundedRectangleBorder(t1, t2 == null ? B.BorderSide_0CF : t2); + shape = new A.RoundedRectangleBorder(t1, t2 == null ? B.BorderSide_aLd : t2); } else if (shape == null) - shape = B.Border_27z; + shape = B.Border_yXb; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -35373,9 +35720,9 @@ var _ = this; _._shape_decoration$_decoration = t0; _._lastTextDirection = _._lastRect = null; - _.___ShapeDecorationPainter__outerPath = $; + _.___ShapeDecorationPainter__outerPath_A = $; _._shadowCount = _._interiorPaint = _._innerPath = null; - _.___ShapeDecorationPainter__shadowPaints = _.___ShapeDecorationPainter__shadowPaths = $; + _.___ShapeDecorationPainter__shadowPaints_A = _.___ShapeDecorationPainter__shadowPaths_A = $; _._imagePainter = null; _.onChanged = t1; }, @@ -35446,8 +35793,8 @@ _._strutStyle = t7; _._textWidthBasis = t8; _._text_painter$_textHeightBehavior = t9; - _._lastMaxWidth = _._lastMinWidth = _._layoutTemplate = _._placeholderDimensions = _._inlinePlaceholderScales = _._inlinePlaceholderBoxes = null; - _.__TextPainter__caretMetrics = $; + _._lastMaxWidth = _._lastMinWidth = _._layoutTemplate = _._text_painter$_placeholderDimensions = _._inlinePlaceholderScales = _._inlinePlaceholderBoxes = null; + _.__TextPainter__caretMetrics_A = $; _._lineMetricsCache = _._previousCaretPrototype = _._previousCaretPosition = null; }, TextSpan$(children, recognizer, style, text) { @@ -35464,11 +35811,11 @@ }, TextSpan_debugDescribeChildren_closure: function TextSpan_debugDescribeChildren_closure() { }, - TextStyle$(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, inherit, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing) { - return new A.TextStyle(inherit, color, backgroundColor, $package == null ? fontFamily : "packages/" + $package + "/" + A.S(fontFamily), fontFamilyFallback, $package, fontSize, fontWeight, fontStyle, letterSpacing, wordSpacing, textBaseline, height, leadingDistribution, locale, foreground, background, decoration, decorationColor, decorationStyle, decorationThickness, debugLabel, shadows, fontFeatures, overflow); + TextStyle$(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, inherit, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing) { + return new A.TextStyle(inherit, color, backgroundColor, $package == null ? fontFamily : "packages/" + $package + "/" + A.S(fontFamily), fontFamilyFallback, $package, fontSize, fontWeight, fontStyle, letterSpacing, wordSpacing, textBaseline, height, leadingDistribution, locale, foreground, background, decoration, decorationColor, decorationStyle, decorationThickness, debugLabel, shadows, fontFeatures, fontVariations, overflow); }, TextStyle_lerp(a, b, t) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, _null = null, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, _null = null, t1 = a == null; if (t1 && b == null) return _null; @@ -35490,14 +35837,15 @@ t15 = t4 ? _null : b.background; t16 = t4 ? _null : b.shadows; t17 = t4 ? _null : b.fontFeatures; - t18 = t4 ? _null : b.decoration; - t19 = A.Color_lerp(_null, b.decorationColor, t); - t20 = t4 ? _null : b.decorationStyle; - t21 = t4 ? _null : b.decorationThickness; - t22 = t4 ? _null : b.get$_text_style$_fontFamily(b); - t23 = t4 ? _null : b.get$fontFamilyFallback(); - t24 = t4 ? _null : b._package; - return A.TextStyle$(t15, t3, t2, _null, t18, t19, t20, t21, t22, t23, t17, t5, t7, t6, t14, t11, t1, t12, t8, t13, t4 ? _null : b.overflow, t24, t16, t10, t9); + t18 = t4 ? _null : b.fontVariations; + t19 = t4 ? _null : b.decoration; + t20 = A.Color_lerp(_null, b.decorationColor, t); + t21 = t4 ? _null : b.decorationStyle; + t22 = t4 ? _null : b.decorationThickness; + t23 = t4 ? _null : b.get$_text_style$_fontFamily(b); + t24 = t4 ? _null : b.get$fontFamilyFallback(); + t25 = t4 ? _null : b._package; + return A.TextStyle$(t15, t3, t2, _null, t19, t20, t21, t22, t23, t24, t17, t5, t7, t18, t6, t14, t11, t1, t12, t8, t13, t4 ? _null : b.overflow, t25, t16, t10, t9); } if (b == null) { t1 = a.inherit; @@ -35517,14 +35865,15 @@ t15 = t4 ? a.background : _null; t16 = t4 ? a.shadows : _null; t17 = t4 ? a.fontFeatures : _null; - t18 = t4 ? a.decoration : _null; - t19 = A.Color_lerp(a.decorationColor, _null, t); - t20 = t4 ? a.decorationStyle : _null; - t21 = t4 ? a.decorationThickness : _null; - t22 = t4 ? a.get$_text_style$_fontFamily(a) : _null; - t23 = t4 ? a.get$fontFamilyFallback() : _null; - t24 = t4 ? a._package : _null; - return A.TextStyle$(t15, t3, t2, _null, t18, t19, t20, t21, t22, t23, t17, t5, t7, t6, t14, t11, t1, t12, t8, t13, t4 ? a.overflow : _null, t24, t16, t10, t9); + t18 = t4 ? a.fontVariations : _null; + t19 = t4 ? a.decoration : _null; + t20 = A.Color_lerp(a.decorationColor, _null, t); + t21 = t4 ? a.decorationStyle : _null; + t22 = t4 ? a.decorationThickness : _null; + t23 = t4 ? a.get$_text_style$_fontFamily(a) : _null; + t24 = t4 ? a.get$fontFamilyFallback() : _null; + t25 = t4 ? a._package : _null; + return A.TextStyle$(t15, t3, t2, _null, t19, t20, t21, t22, t23, t24, t17, t5, t7, t18, t6, t14, t11, t1, t12, t8, t13, t4 ? a.overflow : _null, t25, t16, t10, t9); } t1 = b.inherit; t2 = a.foreground; @@ -35596,19 +35945,20 @@ t3 = _null; t5 = t10 ? a.shadows : b.shadows; t6 = t10 ? a.fontFeatures : b.fontFeatures; - t18 = t10 ? a.decoration : b.decoration; - t19 = A.Color_lerp(a.decorationColor, b.decorationColor, t); - t20 = t10 ? a.decorationStyle : b.decorationStyle; - t21 = a.decorationThickness; - t22 = t21 == null ? b.decorationThickness : t21; - t23 = b.decorationThickness; - t21 = A.lerpDouble(t22, t23 == null ? t21 : t23, t); - t22 = t10 ? a.get$_text_style$_fontFamily(a) : b.get$_text_style$_fontFamily(b); - t23 = t10 ? a.get$fontFamilyFallback() : b.get$fontFamilyFallback(); - t24 = t10 ? a._package : b._package; - return A.TextStyle$(t3, t7, t4, _null, t18, t19, t20, t21, t22, t23, t6, t8, t11, t9, t2, t15, t1, t16, t12, t17, t10 ? a.overflow : b.overflow, t24, t5, t14, t13); + t18 = t10 ? a.fontVariations : b.fontVariations; + t19 = t10 ? a.decoration : b.decoration; + t20 = A.Color_lerp(a.decorationColor, b.decorationColor, t); + t21 = t10 ? a.decorationStyle : b.decorationStyle; + t22 = a.decorationThickness; + t23 = t22 == null ? b.decorationThickness : t22; + t24 = b.decorationThickness; + t22 = A.lerpDouble(t23, t24 == null ? t22 : t24, t); + t23 = t10 ? a.get$_text_style$_fontFamily(a) : b.get$_text_style$_fontFamily(b); + t24 = t10 ? a.get$fontFamilyFallback() : b.get$fontFamilyFallback(); + t25 = t10 ? a._package : b._package; + return A.TextStyle$(t3, t7, t4, _null, t19, t20, t21, t22, t23, t24, t6, t8, t11, t18, t9, t2, t15, t1, t16, t12, t17, t10 ? a.overflow : b.overflow, t25, t5, t14, t13); }, - TextStyle: function TextStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24) { + TextStyle: function TextStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25) { var _ = this; _.inherit = t0; _.color = t1; @@ -35634,7 +35984,8 @@ _.debugLabel = t21; _.shadows = t22; _.fontFeatures = t23; - _.overflow = t24; + _.fontVariations = t24; + _.overflow = t25; }, TextStyle_fontFamilyFallback_closure: function TextStyle_fontFamilyFallback_closure(t0) { this.$this = t0; @@ -35722,9 +36073,7 @@ RenderAnimatedSize$(alignment, clipBehavior, curve, duration, reverseDuration, textDirection, vsync) { var _null = null, t1 = new A.RenderAnimatedSize(new A.SizeTween(_null, _null), B.RenderAnimatedSizeState_0, clipBehavior, vsync, A.LayerHandle$(type$.ClipRectLayer), alignment, textDirection, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(_null); t1.RenderAnimatedSize$8$alignment$child$clipBehavior$curve$duration$reverseDuration$textDirection$vsync(alignment, _null, clipBehavior, curve, duration, reverseDuration, textDirection, vsync); return t1; @@ -35735,9 +36084,9 @@ }, RenderAnimatedSize: function RenderAnimatedSize(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.__RenderAnimatedSize__animation = _.__RenderAnimatedSize__controller = $; + _.__RenderAnimatedSize__animation_F = _.__RenderAnimatedSize__controller_F = $; _._sizeTween = t0; - _.__RenderAnimatedSize__hasVisualOverflow = $; + _.__RenderAnimatedSize__hasVisualOverflow_A = $; _._animated_size$_lastValue = null; _._animated_size$_state = t1; _._animated_size$_clipBehavior = t2; @@ -35759,12 +36108,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -35940,12 +36291,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -35958,9 +36311,7 @@ }, RenderCustomPaint$(foregroundPainter, isComplex, painter, preferredSize, willChange) { var t1 = new A.RenderCustomPaint(painter, foregroundPainter, preferredSize, false, false, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -35968,9 +36319,9 @@ var t1, newChildrenBottom, t2, oldChildrenBottom, newChildren, newChildrenTop, oldChildrenTop, oldChild, newSemantics, t3, haveOldChildren, newChild, oldKeyedChildren, t4, _box_0 = {}; _box_0.newChildSemantics = newChildSemantics; if (oldSemantics == null) - oldSemantics = B.List_empty22; + oldSemantics = B.List_empty23; if (newChildSemantics == null) - newChildSemantics = B.List_empty23; + newChildSemantics = B.List_empty24; _box_0.newChildSemantics = newChildSemantics; t1 = J.getInterceptor$asx(newChildSemantics); newChildrenBottom = t1.get$length(newChildSemantics) - 1; @@ -36053,7 +36404,7 @@ config = A.SemanticsConfiguration$(); t1 = properties.sortKey; if (t1 != null) { - config._semantics$_sortKey = t1; + config._sortKey = t1; config._hasBeenAnnotated = true; } t1 = properties.checked; @@ -36159,7 +36510,7 @@ t1 = properties.onDismiss; if (t1 != null) config.set$onDismiss(t1); - newChild.updateWith$2$childrenInInversePaintOrder$config(0, B.List_empty22, config); + newChild.updateWith$2$childrenInInversePaintOrder$config(0, B.List_empty23, config); newChild.set$rect(0, newSemantics.rect); newChild.set$transform(0, null); newChild.tags = null; @@ -36192,12 +36543,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -36208,8 +36561,7 @@ }, _RenderEditableCustomPaint$(painter) { var t1 = new A._RenderEditableCustomPaint(painter, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); return t1; }, _TextHighlightPainter$() { @@ -36233,9 +36585,9 @@ RenderEditable: function RenderEditable(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { var _ = this; _._backgroundRenderObject = _._foregroundRenderObject = null; - _.__RenderEditable__placeholderSpans = $; + _.__RenderEditable__placeholderSpans_A = $; _._editable$_painter = _._editable$_foregroundPainter = null; - _.__RenderEditable__caretPainter = $; + _.__RenderEditable__caretPainter_FI = $; _._selectionPainter = t0; _._autocorrectHighlightPainter = t1; _._lastCaretRect = _._textLayoutLastMinWidth = _._textLayoutLastMaxWidth = _._cachedBuiltInPainters = _._cachedBuiltInForegroundPainters = null; @@ -36265,14 +36617,14 @@ _._editable$_startHandleLayerLink = t23; _._editable$_endHandleLayerLink = t24; _._floatingCursorOn = false; - _.__RenderEditable__floatingCursorTextPosition = $; + _.__RenderEditable__floatingCursorTextPosition_A = $; _._enableInteractiveSelection = t25; _._editable$_maxScrollExtent = 0; _._editable$_clipBehavior = t26; _._cachedChildNodes = _._editable$_semanticsInfo = null; - _.__RenderEditable__longPress = _.__RenderEditable__tap = $; + _.__RenderEditable__longPress_A = _.__RenderEditable__tap_A = $; _._editable$_placeholderDimensions = _._lastSecondaryTapDownPosition = _._lastTapDownPosition = null; - _.__RenderEditable__caretPrototype = $; + _.__RenderEditable__caretPrototype_A = $; _._relativeOrigin = t27; _._previousOffset = null; _._resetOriginOnBottom = _._resetOriginOnTop = _._resetOriginOnRight = _._resetOriginOnLeft = false; @@ -36293,12 +36645,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t32; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -36342,12 +36696,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -36373,7 +36729,7 @@ _.caretPaintCallback = t0; _.showRegularCaret = false; _.caretPaint = t1; - _.___FloatingCursorPainter_floatingCursorPaint = $; + _.___FloatingCursorPainter_floatingCursorPaint_FI = $; _._cursorRadius = _._caretColor = null; _._cursorOffset = t2; _._floatingCursorRect = _._backgroundCursorColor = null; @@ -36399,7 +36755,7 @@ RenderErrorBox: function RenderErrorBox(t0, t1) { var _ = this; _.message = t0; - _.__RenderErrorBox__paragraph = $; + _.__RenderErrorBox__paragraph_F = $; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -36412,12 +36768,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -36453,13 +36811,11 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } }, - RenderFlex$(children, clipBehavior, crossAxisAlignment, direction, mainAxisAlignment, mainAxisSize, textBaseline, textDirection, verticalDirection) { + RenderFlex$(clipBehavior, crossAxisAlignment, direction, mainAxisAlignment, mainAxisSize, textBaseline, textDirection, verticalDirection) { var _null = null, t1 = new A.RenderFlex(direction, mainAxisAlignment, mainAxisSize, crossAxisAlignment, textDirection, verticalDirection, textBaseline, clipBehavior, A.LayerHandle$(type$.ClipRectLayer), A.List_List$filled(4, A.TextPainter$(_null, _null, _null, _null, _null, B.TextAlign_4, B.TextDirection_1, _null, 1, B.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.addAll$1(0, children); + t1.RenderObject$0(); + t1.addAll$1(0, _null); return t1; }, FlexFit: function FlexFit(t0, t1) { @@ -36514,12 +36870,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t14; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -36548,7 +36906,7 @@ RenderImage: function RenderImage(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { var _ = this; _._flipHorizontally = _._image$_resolvedAlignment = null; - _._image$_image = t0; + _._image = t0; _.debugImageLabel = t1; _._image$_width = t2; _._image$_height = t3; @@ -36578,12 +36936,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t17; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -36593,11 +36953,23 @@ LayerHandle$($T) { return new A.LayerHandle($T._eval$1("LayerHandle<0>")); }, - TransformLayer$(transform) { - return new A.TransformLayer(transform, B.Offset_0_0, A.LayerHandle$(type$.Layer_2)); + PictureLayer$(canvasBounds) { + return new A.PictureLayer0(canvasBounds, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); }, - PhysicalModelLayer$() { - return new A.PhysicalModelLayer(B.Clip_0, A.LayerHandle$(type$.Layer_2)); + PlatformViewLayer$(rect, viewId) { + return new A.PlatformViewLayer0(rect, viewId, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); + }, + OffsetLayer$(offset) { + return new A.OffsetLayer(offset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); + }, + TransformLayer$(transform) { + return new A.TransformLayer(transform, B.Offset_0_0, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); + }, + OpacityLayer$() { + return new A.OpacityLayer(B.Offset_0_0, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); + }, + LeaderLayer$(link, offset) { + return new A.LeaderLayer(link, offset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); }, FollowerLayer__collectTransformForLayerChain(layers) { var index, t1, @@ -36647,22 +37019,13 @@ this._layer = null; this.$ti = t0; }, - PictureLayer: function PictureLayer(t0, t1) { + PictureLayer0: function PictureLayer0(t0, t1, t2) { var _ = this; _.canvasBounds = t0; _._picture = null; - _._layer$_debugDisposed = _._willChangeHint = _._isComplexHint = false; - _._parentHandle = t1; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - }, - PlatformViewLayer: function PlatformViewLayer(t0, t1, t2) { - var _ = this; - _.rect = t0; - _.viewId = t1; + _._willChangeHint = _._isComplexHint = false; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; _._parentHandle = t2; _._layer$_refCount = 0; @@ -36671,15 +37034,31 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, - PerformanceOverlayLayer: function PerformanceOverlayLayer(t0, t1, t2, t3, t4, t5) { + PlatformViewLayer0: function PlatformViewLayer0(t0, t1, t2, t3) { + var _ = this; + _.rect = t0; + _.viewId = t1; + _._layer$_callbacks = t2; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = false; + _._parentHandle = t3; + _._layer$_refCount = 0; + _._needsAddToScene = true; + _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + PerformanceOverlayLayer: function PerformanceOverlayLayer(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._overlayRect = t0; _.optionsMask = t1; _.rasterizerThreshold = t2; _.checkerboardRasterCacheImages = t3; _.checkerboardOffscreenLayers = t4; + _._layer$_callbacks = t5; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; - _._parentHandle = t5; + _._parentHandle = t6; _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; @@ -36688,64 +37067,12 @@ }, ContainerLayer0: function ContainerLayer0() { }, - OffsetLayer: function OffsetLayer(t0, t1) { + OffsetLayer: function OffsetLayer(t0, t1, t2) { var _ = this; _._layer$_offset = t0; _._lastChild = _._firstChild = null; - _._layer$_debugDisposed = false; - _._parentHandle = t1; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - }, - ClipRectLayer: function ClipRectLayer(t0, t1) { - var _ = this; - _._clipRect = null; - _._layer$_clipBehavior = t0; - _._lastChild = _._firstChild = null; - _._layer$_debugDisposed = false; - _._parentHandle = t1; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - }, - ClipRRectLayer: function ClipRRectLayer(t0, t1) { - var _ = this; - _._clipRRect = null; - _._layer$_clipBehavior = t0; - _._lastChild = _._firstChild = null; - _._layer$_debugDisposed = false; - _._parentHandle = t1; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - }, - ClipPathLayer: function ClipPathLayer(t0, t1) { - var _ = this; - _._clipPath = null; - _._layer$_clipBehavior = t0; - _._lastChild = _._firstChild = null; - _._layer$_debugDisposed = false; - _._parentHandle = t1; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - }, - TransformLayer: function TransformLayer(t0, t1, t2) { - var _ = this; - _._layer$_transform = t0; - _._invertedTransform = _._lastEffectiveTransform = null; - _._inverseDirty = true; - _._layer$_offset = t1; - _._lastChild = _._firstChild = null; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; _._parentHandle = t2; _._layer$_refCount = 0; @@ -36754,39 +37081,92 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, - OpacityLayer: function OpacityLayer(t0, t1) { + ClipRectLayer: function ClipRectLayer(t0, t1, t2) { + var _ = this; + _._clipRect = null; + _._layer$_clipBehavior = t0; + _._lastChild = _._firstChild = null; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = false; + _._parentHandle = t2; + _._layer$_refCount = 0; + _._needsAddToScene = true; + _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + ClipRRectLayer: function ClipRRectLayer(t0, t1, t2) { + var _ = this; + _._clipRRect = null; + _._layer$_clipBehavior = t0; + _._lastChild = _._firstChild = null; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = false; + _._parentHandle = t2; + _._layer$_refCount = 0; + _._needsAddToScene = true; + _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + ClipPathLayer: function ClipPathLayer(t0, t1, t2) { + var _ = this; + _._clipPath = null; + _._layer$_clipBehavior = t0; + _._lastChild = _._firstChild = null; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = false; + _._parentHandle = t2; + _._layer$_refCount = 0; + _._needsAddToScene = true; + _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + TransformLayer: function TransformLayer(t0, t1, t2, t3) { + var _ = this; + _._layer$_transform = t0; + _._invertedTransform = _._lastEffectiveTransform = null; + _._inverseDirty = true; + _._layer$_offset = t1; + _._lastChild = _._firstChild = null; + _._layer$_callbacks = t2; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = false; + _._parentHandle = t3; + _._layer$_refCount = 0; + _._needsAddToScene = true; + _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + OpacityLayer: function OpacityLayer(t0, t1, t2) { var _ = this; _._layer$_alpha = null; _._layer$_offset = t0; _._lastChild = _._firstChild = null; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; - _._parentHandle = t1; + _._parentHandle = t2; _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - BackdropFilterLayer: function BackdropFilterLayer(t0, t1) { + BackdropFilterLayer: function BackdropFilterLayer(t0, t1, t2) { var _ = this; _._layer$_filter = null; _._layer$_blendMode = t0; _._lastChild = _._firstChild = null; + _._layer$_callbacks = t1; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; - _._parentHandle = t1; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - }, - PhysicalModelLayer: function PhysicalModelLayer(t0, t1) { - var _ = this; - _._clipPath = null; - _._layer$_clipBehavior = t0; - _._lastChild = _._firstChild = _._layer$_shadowColor = _._layer$_color = _._layer$_elevation = null; - _._layer$_debugDisposed = false; - _._parentHandle = t1; + _._parentHandle = t2; _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; @@ -36799,20 +37179,22 @@ _._debugLeaderCheckScheduled = false; _.leaderSize = null; }, - LeaderLayer: function LeaderLayer(t0, t1, t2) { + LeaderLayer: function LeaderLayer(t0, t1, t2, t3) { var _ = this; _._layer$_link = t0; _._layer$_offset = t1; _._lastChild = _._firstChild = null; + _._layer$_callbacks = t2; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; - _._parentHandle = t2; + _._parentHandle = t3; _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - FollowerLayer: function FollowerLayer(t0, t1, t2, t3, t4) { + FollowerLayer: function FollowerLayer(t0, t1, t2, t3, t4, t5) { var _ = this; _._layer$_link = t0; _.showWhenUnlinked = t1; @@ -36821,6 +37203,24 @@ _._invertedTransform = _._layer$_lastTransform = _._lastOffset = null; _._inverseDirty = true; _._lastChild = _._firstChild = null; + _._layer$_callbacks = t4; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = false; + _._parentHandle = t5; + _._layer$_refCount = 0; + _._needsAddToScene = true; + _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + AnnotatedRegionLayer: function AnnotatedRegionLayer(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.value = t0; + _.size = t1; + _.offset = t2; + _._lastChild = _._firstChild = null; + _._layer$_callbacks = t3; + _._compositionCallbackCount = 0; _._layer$_debugDisposed = false; _._parentHandle = t4; _._layer$_refCount = 0; @@ -36828,30 +37228,14 @@ _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; _._node$_parent = _._node$_owner = null; - }, - AnnotatedRegionLayer: function AnnotatedRegionLayer(t0, t1, t2, t3, t4) { - var _ = this; - _.value = t0; - _.size = t1; - _.offset = t2; - _._lastChild = _._firstChild = null; - _._layer$_debugDisposed = false; - _._parentHandle = t3; - _._layer$_refCount = 0; - _._needsAddToScene = true; - _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; - _._depth = 0; - _._node$_parent = _._node$_owner = null; - _.$ti = t4; + _.$ti = t5; }, _Layer_AbstractNode_DiagnosticableTreeMixin: function _Layer_AbstractNode_DiagnosticableTreeMixin() { }, - RenderListBody$(axisDirection, children) { + RenderListBody$(axisDirection) { var t1 = new A.RenderListBody(axisDirection, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.addAll$1(0, children); + t1.RenderObject$0(); + t1.addAll$1(0, null); return t1; }, ListBodyParentData: function ListBodyParentData(t0, t1, t2) { @@ -36877,12 +37261,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37043,17 +37429,25 @@ t1 = child._layerHandle, childLayer = type$.nullable_OffsetLayer._as(t1._layer); if (childLayer == null) { - layer = new A.OffsetLayer(B.Offset_0_0, A.LayerHandle$(type$.Layer_2)); + layer = child.updateCompositedLayer$1$oldLayer(null); t1.set$layer(0, layer); t1 = layer; } else { childLayer.removeAllChildren$0(); + child.updateCompositedLayer$1$oldLayer(childLayer); t1 = childLayer; } + child._needsCompositedLayerUpdate = false; childContext = new A.PaintingContext(t1, child.get$paintBounds()); child._paintWithContext$2(childContext, B.Offset_0_0); childContext.stopRecordingIfNeeded$0(); }, + PaintingContext_updateLayerProperties(child) { + var t1 = child._layerHandle._layer; + t1.toString; + child.updateCompositedLayer$1$oldLayer(type$.OffsetLayer._as(t1)); + child._needsCompositedLayerUpdate = false; + }, RenderObject__cleanChildRelayoutBoundary(child) { child._cleanRelayoutBoundary$0(); }, @@ -37133,6 +37527,7 @@ _.onSemanticsOwnerCreated = t1; _.onSemanticsOwnerDisposed = t2; _._rootNode = null; + _._shouldMergeDirtyNodes = false; _._nodesNeedingLayout = t3; _._debugAllowMutationsToDirtySubtrees = _._debugDoingLayout = false; _._nodesNeedingCompositingBitsUpdate = t4; @@ -37215,20 +37610,32 @@ _SemanticsGeometry: function _SemanticsGeometry() { var _ = this; _._semanticsClipRect = _._paintClipRect = null; - _.___SemanticsGeometry__rect = _.___SemanticsGeometry__transform = $; + _.___SemanticsGeometry__rect_A = _.___SemanticsGeometry__transform_A = $; _._markAsHidden = false; }, _RenderObject_AbstractNode_DiagnosticableTreeMixin: function _RenderObject_AbstractNode_DiagnosticableTreeMixin() { }, - RenderParagraph$(text, children, locale, maxLines, overflow, softWrap, strutStyle, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { - var t1 = new A.RenderParagraph(A.TextPainter$(overflow === B.TextOverflow_2 ? "\u2026" : null, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis), softWrap, overflow, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.addAll$1(0, children); - t1._extractPlaceholderSpans$1(text); + RenderParagraph$(text, children, locale, maxLines, overflow, registrar, selectionColor, softWrap, strutStyle, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { + var t1 = new A.RenderParagraph(A.TextPainter$(overflow === B.TextOverflow_2 ? "\u2026" : null, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis), softWrap, overflow, selectionColor, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.RenderParagraph$14$children$locale$maxLines$overflow$registrar$selectionColor$softWrap$strutStyle$textAlign$textDirection$textHeightBehavior$textScaleFactor$textWidthBasis(text, children, locale, maxLines, overflow, registrar, selectionColor, softWrap, strutStyle, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis); return t1; }, + _SelectableFragment__compareTextPositions(position, otherPosition) { + var t1 = position.offset, + t2 = otherPosition.offset; + if (t1 < t2) + return 1; + else if (t1 > t2) + return -1; + else { + t1 = position.affinity; + if (t1 === otherPosition.affinity) + return 0; + else + return t1 === B.TextAffinity_0 ? 1 : -1; + } + }, TextParentData: function TextParentData(t0, t1, t2) { var _ = this; _.scale = null; @@ -37240,18 +37647,19 @@ this.index = t0; this.name = t1; }, - RenderParagraph: function RenderParagraph(t0, t1, t2, t3, t4, t5, t6) { + RenderParagraph: function RenderParagraph(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._textPainter = t0; - _._cachedCombinedSemanticsInfos = _._cachedAttributedLabel = null; - _.__RenderParagraph__placeholderSpans = $; + _._registrar = _._lastSelectableFragments = _._cachedCombinedSemanticsInfos = _._cachedAttributedLabel = null; + _.__RenderParagraph__placeholderSpans_A = $; _._softWrap = t1; _._overflow = t2; + _._selectionColor = t3; _._needsClipping = false; - _._paragraph$_cachedChildNodes = _._semanticsInfo = _._paragraph$_placeholderDimensions = _._overflowShader = null; - _.ContainerRenderObjectMixin__childCount = t3; - _.ContainerRenderObjectMixin__firstChild = t4; - _.ContainerRenderObjectMixin__lastChild = t5; + _._paragraph$_cachedChildNodes = _._semanticsInfo = _._placeholderDimensions = _._overflowShader = null; + _.ContainerRenderObjectMixin__childCount = t4; + _.ContainerRenderObjectMixin__firstChild = t5; + _.ContainerRenderObjectMixin__lastChild = t6; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -37264,21 +37672,27 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; - _._layerHandle = t6; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t7; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, + RenderParagraph_markNeedsLayout_closure: function RenderParagraph_markNeedsLayout_closure() { + }, RenderParagraph__extractPlaceholderSpans_closure: function RenderParagraph__extractPlaceholderSpans_closure(t0) { this.$this = t0; }, + RenderParagraph_selectionColor_closure: function RenderParagraph_selectionColor_closure() { + }, RenderParagraph_hitTestChildren_closure: function RenderParagraph_hitTestChildren_closure(t0, t1, t2) { this._box_0 = t0; this.position = t1; @@ -37293,12 +37707,28 @@ this.$this = t0; this.key = t1; }, + _SelectableFragment: function _SelectableFragment(t0, t1, t2) { + var _ = this; + _.range = t0; + _.paragraph = t1; + _._paragraph$_endHandleLayerLink = _._paragraph$_startHandleLayerLink = _._textSelectionEnd = _._textSelectionStart = null; + _.___SelectableFragment__selectionGeometry_A = $; + _._cachedRect = null; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t2; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, _RenderParagraph_RenderBox_ContainerRenderObjectMixin: function _RenderParagraph_RenderBox_ContainerRenderObjectMixin() { }, _RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin: function _RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin() { }, _RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin: function _RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin() { }, + __SelectableFragment_Object_Selectable: function __SelectableFragment_Object_Selectable() { + }, + __SelectableFragment_Object_Selectable_ChangeNotifier: function __SelectableFragment_Object_Selectable_ChangeNotifier() { + }, RenderPerformanceOverlay: function RenderPerformanceOverlay(t0, t1, t2, t3, t4) { var _ = this; _._optionsMask = t0; @@ -37317,12 +37747,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37344,13 +37776,12 @@ var t1 = type$.int, t2 = A.HashSet_HashSet(t1); t1 = new A._PlatformViewGestureRecognizer(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.List_PointerEvent), A.LinkedHashSet_LinkedHashSet$_empty(t1), gestureRecognizerFactories, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, null, null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); - t1._PlatformViewGestureRecognizer$3$supportedDevices(handlePointerEvent, gestureRecognizerFactories, null); + t1._PlatformViewGestureRecognizer$2(handlePointerEvent, gestureRecognizerFactories); return t1; }, PlatformViewRenderBox$(controller, gestureRecognizers, hitTestBehavior) { var t1 = new A.PlatformViewRenderBox(controller, null, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$hitTestBehavior(hitTestBehavior); t1._updateGestureRecognizersWithCallBack$2(gestureRecognizers, t1._platform_view0$_controller.get$dispatchPointerEvent()); return t1; @@ -37364,11 +37795,11 @@ }, _PlatformViewGestureRecognizer: function _PlatformViewGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; - _.___PlatformViewGestureRecognizer__handlePointerEvent = $; + _.___PlatformViewGestureRecognizer__handlePointerEvent_A = $; _.cachedEvents = t0; _.forwardedPointers = t1; _.gestureRecognizerFactories = t2; - _.___PlatformViewGestureRecognizer__gestureRecognizers = $; + _.___PlatformViewGestureRecognizer__gestureRecognizers_A = $; _._recognizer$_entries = t3; _._trackedPointers = t4; _._team = null; @@ -37398,12 +37829,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37416,9 +37849,7 @@ }, RenderConstrainedBox$(additionalConstraints) { var t1 = new A.RenderConstrainedBox(additionalConstraints, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -37453,12 +37884,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37482,12 +37915,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37510,12 +37945,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37539,12 +37976,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37566,12 +38005,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37596,12 +38037,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37613,7 +38056,7 @@ RenderAnimatedOpacity: function RenderAnimatedOpacity(t0, t1, t2, t3, t4, t5) { var _ = this; _.RenderAnimatedOpacityMixin__alpha = t0; - _.RenderAnimatedOpacityMixin__currentlyNeedsCompositing = t1; + _.RenderAnimatedOpacityMixin__currentlyIsRepaintBoundary = t1; _.RenderAnimatedOpacityMixin__opacity = t2; _.RenderAnimatedOpacityMixin__alwaysIncludeSemantics = t3; _.RenderObjectWithChildMixin__child = t4; @@ -37629,12 +38072,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37658,12 +38103,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37698,26 +38145,29 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - RenderClipRRect: function RenderClipRRect(t0, t1, t2, t3, t4) { + RenderClipRRect: function RenderClipRRect(t0, t1, t2, t3, t4, t5) { var _ = this; _._proxy_box$_borderRadius = t0; - _._clipper = t1; + _._proxy_box$_textDirection = t1; + _._clipper = t2; _._clip = null; - _._proxy_box$_clipBehavior = t2; + _._proxy_box$_clipBehavior = t3; _._debugText = _._debugPaint = null; - _.RenderObjectWithChildMixin__child = t3; + _.RenderObjectWithChildMixin__child = t4; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -37730,12 +38180,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; - _._layerHandle = t4; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37745,7 +38197,7 @@ RenderClipOval: function RenderClipOval(t0, t1, t2, t3) { var _ = this; _._proxy_box$_cachedRect = null; - _.__RenderClipOval__cachedPath = $; + _.__RenderClipOval__cachedPath_A = $; _._clipper = t0; _._clip = null; _._proxy_box$_clipBehavior = t1; @@ -37763,12 +38215,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37794,12 +38248,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37832,18 +38288,24 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, + RenderPhysicalModel_paint_closure: function RenderPhysicalModel_paint_closure(t0, t1) { + this.$this = t0; + this.usesSaveLayer = t1; + }, RenderPhysicalShape: function RenderPhysicalShape(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._proxy_box$_elevation = t0; @@ -37866,18 +38328,24 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, + RenderPhysicalShape_paint_closure: function RenderPhysicalShape_paint_closure(t0, t1) { + this.$this = t0; + this.usesSaveLayer = t1; + }, DecorationPosition: function DecorationPosition(t0, t1) { this.index = t0; this._core$_name = t1; @@ -37887,7 +38355,7 @@ _._proxy_box$_painter = null; _._proxy_box$_decoration = t0; _._proxy_box$_position = t1; - _._proxy_box$_configuration = t2; + _._configuration = t2; _.RenderObjectWithChildMixin__child = t3; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -37901,12 +38369,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37931,12 +38401,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37967,12 +38439,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -37999,12 +38473,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38014,16 +38490,19 @@ RenderFractionalTranslation_hitTestChildren_closure: function RenderFractionalTranslation_hitTestChildren_closure(t0) { this.$this = t0; }, - RenderPointerListener: function RenderPointerListener(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + RenderPointerListener: function RenderPointerListener(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.onPointerDown = t0; _.onPointerMove = t1; _.onPointerUp = t2; _.onPointerHover = t3; _.onPointerCancel = t4; - _.onPointerSignal = t5; - _.behavior = t6; - _.RenderObjectWithChildMixin__child = t7; + _.onPointerPanZoomStart = t5; + _.onPointerPanZoomUpdate = t6; + _.onPointerPanZoomEnd = t7; + _.onPointerSignal = t8; + _.behavior = t9; + _.RenderObjectWithChildMixin__child = t10; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -38036,12 +38515,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; - _._layerHandle = t8; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t11; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38070,12 +38551,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38098,12 +38581,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38127,12 +38612,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38155,12 +38642,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38184,12 +38673,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38198,7 +38689,7 @@ }, RenderSemanticsGestureHandler: function RenderSemanticsGestureHandler(t0, t1, t2) { var _ = this; - _._onVerticalDragUpdate = _._onHorizontalDragUpdate = _._onLongPress = _._onTap = _._validActions = null; + _._onVerticalDragUpdate = _._onHorizontalDragUpdate = _._onLongPress = _._proxy_box$_onTap = _._validActions = null; _.behavior = t0; _.RenderObjectWithChildMixin__child = t1; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -38213,77 +38704,29 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - RenderSemanticsAnnotations: function RenderSemanticsAnnotations(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57) { + RenderSemanticsAnnotations: function RenderSemanticsAnnotations(t0, t1, t2, t3, t4, t5, t6) { var _ = this; - _._container = t0; - _._explicitChildNodes = t1; - _._excludeSemantics = t2; - _._checked = t3; - _._enabled = t4; - _._selected = t5; - _._button = t6; - _._slider = t7; - _._keyboardKey = t8; - _._proxy_box$_link = t9; - _._header = t10; - _._textField = t11; - _._proxy_box$_readOnly = t12; - _._focusable = t13; - _._focused = t14; - _._inMutuallyExclusiveGroup = t15; - _._obscured = t16; - _._multiline = t17; - _._scopesRoute = t18; - _._namesRoute = t19; - _._hidden = t20; - _._image = t21; - _._liveRegion = t22; - _._maxValueLength = t23; - _._currentValueLength = t24; - _._toggled = t25; - _._attributedLabel = t26; - _._attributedValue = t27; - _._attributedIncreasedValue = t28; - _._attributedDecreasedValue = t29; - _._attributedHint = t30; - _._hintOverrides = t31; - _._proxy_box$_textDirection = t32; - _._sortKey = t33; - _._tagForChildren = t34; - _._onTap = t35; - _._onDismiss = t36; - _._onLongPress = t37; - _._onScrollLeft = t38; - _._onScrollRight = t39; - _._onScrollUp = t40; - _._onScrollDown = t41; - _._onIncrease = t42; - _._onDecrease = t43; - _._onCopy = t44; - _._onCut = t45; - _._onPaste = t46; - _._onMoveCursorForwardByCharacter = t47; - _._onMoveCursorBackwardByCharacter = t48; - _._onMoveCursorForwardByWord = t49; - _._onMoveCursorBackwardByWord = t50; - _._onSetSelection = t51; - _._onSetText = t52; - _._onDidGainAccessibilityFocus = t53; - _._onDidLoseAccessibilityFocus = t54; - _._customSemanticsActions = t55; - _.RenderObjectWithChildMixin__child = t56; + _._properties = t0; + _._container = t1; + _._explicitChildNodes = t2; + _._excludeSemantics = t3; + _._attributedHint = _._attributedDecreasedValue = _._attributedIncreasedValue = _._attributedValue = _._attributedLabel = null; + _._proxy_box$_textDirection = t4; + _.RenderObjectWithChildMixin__child = t5; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -38296,12 +38739,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; - _._layerHandle = t57; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38324,12 +38769,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38351,12 +38798,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38379,12 +38828,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38407,12 +38858,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38436,12 +38889,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38468,12 +38923,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38500,12 +38957,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38521,6 +38980,75 @@ }, _RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin: function _RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin() { }, + SelectionUtils_getResultBasedOnRect(targetRect, point) { + var t1; + if (targetRect.contains$1(0, point)) + return B.SelectionResult_2; + t1 = point._dy; + if (t1 < targetRect.top) + return B.SelectionResult_1; + if (t1 > targetRect.bottom) + return B.SelectionResult_0; + return point._dx >= targetRect.right ? B.SelectionResult_0 : B.SelectionResult_1; + }, + SelectionUtils_adjustDragOffset(targetRect, point, direction) { + var t1, t2; + if (targetRect.contains$1(0, point)) + return point; + t1 = point._dy; + t2 = targetRect.top; + if (!(t1 <= t2)) + t1 = t1 <= targetRect.bottom && point._dx <= targetRect.left; + else + t1 = true; + if (t1) + return direction === B.TextDirection_1 ? new A.Offset(targetRect.left, t2) : new A.Offset(targetRect.right, t2); + else { + t1 = targetRect.bottom; + return direction === B.TextDirection_1 ? new A.Offset(targetRect.right, t1) : new A.Offset(targetRect.left, t1); + } + }, + SelectionResult: function SelectionResult(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + Selectable: function Selectable() { + }, + SelectionRegistrant: function SelectionRegistrant() { + }, + SelectionEventType: function SelectionEventType(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + SelectionEvent: function SelectionEvent() { + }, + ClearSelectionEvent: function ClearSelectionEvent(t0) { + this.type = t0; + }, + SelectionEdgeUpdateEvent: function SelectionEdgeUpdateEvent(t0, t1) { + this.globalPosition = t0; + this.type = t1; + }, + SelectionStatus: function SelectionStatus(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + SelectionGeometry: function SelectionGeometry(t0, t1, t2, t3) { + var _ = this; + _.startSelectionPoint = t0; + _.endSelectionPoint = t1; + _.status = t2; + _.hasContent = t3; + }, + SelectionPoint: function SelectionPoint(t0, t1, t2) { + this.localPosition = t0; + this.lineHeight = t1; + this.handleType = t2; + }, + TextSelectionHandleType: function TextSelectionHandleType(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, RenderShiftedBox: function RenderShiftedBox() { }, RenderShiftedBox_hitTestChildren_closure: function RenderShiftedBox_hitTestChildren_closure(t0, t1, t2) { @@ -38546,12 +39074,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38580,12 +39110,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38614,12 +39146,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38646,12 +39180,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38676,12 +39212,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38797,7 +39335,7 @@ _._sliver_fill0$_viewportFraction = t0; _._childManager = t1; _._keepAliveBucket = t2; - _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives = $; + _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives_A = $; _._debugChildIntegrityEnabled = true; _.ContainerRenderObjectMixin__childCount = t3; _.ContainerRenderObjectMixin__firstChild = t4; @@ -38811,12 +39349,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38866,7 +39406,7 @@ _._gridDelegate = t0; _._childManager = t1; _._keepAliveBucket = t2; - _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives = $; + _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives_A = $; _._debugChildIntegrityEnabled = true; _.ContainerRenderObjectMixin__childCount = t3; _.ContainerRenderObjectMixin__firstChild = t4; @@ -38880,12 +39420,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38896,7 +39438,7 @@ var _ = this; _._childManager = t0; _._keepAliveBucket = t1; - _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives = $; + _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives_A = $; _._debugChildIntegrityEnabled = true; _.ContainerRenderObjectMixin__childCount = t2; _.ContainerRenderObjectMixin__firstChild = t3; @@ -38910,12 +39452,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -38980,12 +39524,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39021,9 +39567,7 @@ }, RenderStack$(alignment, children, clipBehavior, fit, textDirection) { var t1 = new A.RenderStack(alignment, textDirection, fit, clipBehavior, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, children); return t1; }, @@ -39064,7 +39608,7 @@ if (t1 != null) childConstraints = childConstraints.tighten$1$height(t1); } - child.layout$2$parentUsesSize(0, childConstraints, true); + child.layout$2$parentUsesSize(childConstraints, true); x = childParentData.left; if (!(x != null)) { t1 = childParentData.right; @@ -39135,12 +39679,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39184,12 +39730,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t9; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39239,7 +39787,9 @@ _._table$_textBaseline = t9; _._baselineDistance = null; _._rowTops = t10; - _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = _._columnLefts = null; + _._columnLefts = null; + _.__RenderTable__tableWidth_A = $; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; _._debugActivePointers = 0; @@ -39251,12 +39801,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t11; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39294,12 +39846,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39366,7 +39920,7 @@ var _ = this; _._anchor = t0; _._viewport$_center = null; - _.__RenderViewport__maxScrollExtent = _.__RenderViewport__minScrollExtent = $; + _.__RenderViewport__maxScrollExtent_A = _.__RenderViewport__minScrollExtent_A = $; _._viewport$_hasVisualOverflow = false; _._viewport$_axisDirection = t1; _._crossAxisDirection = t2; @@ -39391,12 +39945,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t11; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39405,7 +39961,7 @@ }, RenderShrinkWrappingViewport: function RenderShrinkWrappingViewport(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; - _.__RenderShrinkWrappingViewport__shrinkWrapExtent = _.__RenderShrinkWrappingViewport__maxScrollExtent = $; + _.__RenderShrinkWrappingViewport__shrinkWrapExtent_A = _.__RenderShrinkWrappingViewport__maxScrollExtent_A = $; _._viewport$_hasVisualOverflow = false; _._viewport$_axisDirection = t0; _._crossAxisDirection = t1; @@ -39430,12 +39986,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39510,12 +40068,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t13; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -39549,7 +40109,7 @@ _.priority = t1; _.debugLabel = t2; _.flow = t3; - _.___TaskEntry_debugStack = $; + _.___TaskEntry_debugStack_A = $; _.completer = t4; _.$ti = t5; }, @@ -39602,7 +40162,7 @@ _._onTick = t0; _._animationId = null; _.debugLabel = t1; - _.__Ticker__debugCreationStack = $; + _.__Ticker__debugCreationStack_A = $; }, TickerFuture: function TickerFuture(t0) { this._primaryCompleter = t0; @@ -39638,15 +40198,15 @@ _SemanticsDiagnosticableNode$(childOrder, $name, style, value) { return new A._SemanticsDiagnosticableNode(childOrder, value, $name, true, true, null, style); }, - SemanticsProperties$(attributedDecreasedValue, attributedHint, attributedIncreasedValue, attributedLabel, attributedValue, button, checked, currentValueLength, customSemanticsActions, decreasedValue, enabled, focusable, focused, header, hidden, hint, hintOverrides, image, inMutuallyExclusiveGroup, increasedValue, keyboardKey, label, link, liveRegion, maxValueLength, multiline, namesRoute, obscured, onCopy, onCut, onDecrease, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, onIncrease, onLongPress, onMoveCursorBackwardByCharacter, onMoveCursorForwardByCharacter, onPaste, onScrollDown, onScrollLeft, onScrollRight, onScrollUp, onSetSelection, onSetText, onTap, readOnly, scopesRoute, selected, slider, sortKey, tagForChildren, textDirection, textField, toggled, value) { - return new A.SemanticsProperties(enabled, checked, toggled, selected, button, link, header, textField, slider, keyboardKey, readOnly, focusable, focused, inMutuallyExclusiveGroup, hidden, obscured, multiline, scopesRoute, namesRoute, image, liveRegion, maxValueLength, currentValueLength, label, attributedLabel, value, attributedValue, increasedValue, attributedIncreasedValue, decreasedValue, attributedDecreasedValue, hint, attributedHint, hintOverrides, textDirection, sortKey, tagForChildren, onTap, onLongPress, onScrollLeft, onScrollRight, onScrollUp, onScrollDown, onIncrease, onDecrease, onCopy, onCut, onPaste, onMoveCursorForwardByCharacter, onMoveCursorBackwardByCharacter, onSetSelection, onSetText, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, customSemanticsActions); + SemanticsProperties$(attributedDecreasedValue, attributedHint, attributedIncreasedValue, attributedLabel, attributedValue, button, checked, currentValueLength, customSemanticsActions, decreasedValue, enabled, focusable, focused, header, hidden, hint, hintOverrides, image, inMutuallyExclusiveGroup, increasedValue, keyboardKey, label, link, liveRegion, maxValueLength, multiline, namesRoute, obscured, onCopy, onCut, onDecrease, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, onIncrease, onLongPress, onMoveCursorBackwardByCharacter, onMoveCursorForwardByCharacter, onPaste, onScrollDown, onScrollLeft, onScrollRight, onScrollUp, onSetSelection, onSetText, onTap, readOnly, scopesRoute, selected, slider, sortKey, tagForChildren, textDirection, textField, toggled, tooltip, value) { + return new A.SemanticsProperties(enabled, checked, toggled, selected, button, link, header, textField, slider, keyboardKey, readOnly, focusable, focused, inMutuallyExclusiveGroup, hidden, obscured, multiline, scopesRoute, namesRoute, image, liveRegion, maxValueLength, currentValueLength, label, attributedLabel, value, attributedValue, increasedValue, attributedIncreasedValue, decreasedValue, attributedDecreasedValue, hint, attributedHint, tooltip, hintOverrides, textDirection, sortKey, tagForChildren, onTap, onLongPress, onScrollLeft, onScrollRight, onScrollUp, onScrollDown, onIncrease, onDecrease, onCopy, onCut, onPaste, onMoveCursorForwardByCharacter, onMoveCursorBackwardByCharacter, onSetSelection, onSetText, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, customSemanticsActions); }, SemanticsNode$(key, showOnScreen) { - var t14, + var t15, t1 = $.$get$SemanticsNode__kEmptyConfig(), t2 = t1._isMergingSemanticsOfDescendants, t3 = t1._actions, - t4 = t1._semantics$_customSemanticsActions, + t4 = t1._customSemanticsActions, t5 = t1._actionsAsBits, t6 = t1._flags, t7 = t1._semantics$_attributedLabel, @@ -39654,12 +40214,13 @@ t9 = t1._semantics$_attributedIncreasedValue, t10 = t1._semantics$_attributedDecreasedValue, t11 = t1._semantics$_attributedHint, - t12 = t1._semantics$_elevation, - t13 = t1._semantics$_thickness; + t12 = t1._tooltip, + t13 = t1._semantics$_elevation, + t14 = t1._semantics$_thickness; t1 = t1._semantics$_textDirection; - t14 = ($.SemanticsNode__lastIdentifier + 1) % 65535; - $.SemanticsNode__lastIdentifier = t14; - return new A.SemanticsNode(key, t14, showOnScreen, B.Rect_0_0_0_0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t1); + t15 = ($.SemanticsNode__lastIdentifier + 1) % 65535; + $.SemanticsNode__lastIdentifier = t15; + return new A.SemanticsNode(key, t15, showOnScreen, B.Rect_0_0_0_0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t1); }, _pointInParentCoordinates(node, point) { var t1, vector; @@ -39734,7 +40295,7 @@ this.string = t0; this.attributes = t1; }, - SemanticsData: function SemanticsData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + SemanticsData: function SemanticsData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { var _ = this; _.flags = t0; _.actions = t1; @@ -39743,22 +40304,23 @@ _.attributedIncreasedValue = t4; _.attributedDecreasedValue = t5; _.attributedHint = t6; - _.textDirection = t7; - _.textSelection = t8; - _.scrollChildCount = t9; - _.scrollIndex = t10; - _.scrollPosition = t11; - _.scrollExtentMax = t12; - _.scrollExtentMin = t13; - _.platformViewId = t14; - _.maxValueLength = t15; - _.currentValueLength = t16; - _.rect = t17; - _.tags = t18; - _.transform = t19; - _.elevation = t20; - _.thickness = t21; - _.customSemanticsActionIds = t22; + _.tooltip = t7; + _.textDirection = t8; + _.textSelection = t9; + _.scrollChildCount = t10; + _.scrollIndex = t11; + _.scrollPosition = t12; + _.scrollExtentMax = t13; + _.scrollExtentMin = t14; + _.platformViewId = t15; + _.maxValueLength = t16; + _.currentValueLength = t17; + _.rect = t18; + _.tags = t19; + _.transform = t20; + _.elevation = t21; + _.thickness = t22; + _.customSemanticsActionIds = t23; }, _SemanticsDiagnosticableNode: function _SemanticsDiagnosticableNode(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -39775,7 +40337,7 @@ this.onTapHint = t0; this.onLongPressHint = t1; }, - SemanticsProperties: function SemanticsProperties(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55) { + SemanticsProperties: function SemanticsProperties(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56) { var _ = this; _.enabled = t0; _.checked = t1; @@ -39810,31 +40372,32 @@ _.attributedDecreasedValue = t30; _.hint = t31; _.attributedHint = t32; - _.hintOverrides = t33; - _.textDirection = t34; - _.sortKey = t35; - _.tagForChildren = t36; - _.onTap = t37; - _.onLongPress = t38; - _.onScrollLeft = t39; - _.onScrollRight = t40; - _.onScrollUp = t41; - _.onScrollDown = t42; - _.onIncrease = t43; - _.onDecrease = t44; - _.onCopy = t45; - _.onCut = t46; - _.onPaste = t47; - _.onMoveCursorForwardByCharacter = t48; - _.onMoveCursorBackwardByCharacter = t49; - _.onSetSelection = t50; - _.onSetText = t51; - _.onDidGainAccessibilityFocus = t52; - _.onDidLoseAccessibilityFocus = t53; - _.onDismiss = t54; - _.customSemanticsActions = t55; + _.tooltip = t33; + _.hintOverrides = t34; + _.textDirection = t35; + _.sortKey = t36; + _.tagForChildren = t37; + _.onTap = t38; + _.onLongPress = t39; + _.onScrollLeft = t40; + _.onScrollRight = t41; + _.onScrollUp = t42; + _.onScrollDown = t43; + _.onIncrease = t44; + _.onDecrease = t45; + _.onCopy = t46; + _.onCut = t47; + _.onPaste = t48; + _.onMoveCursorForwardByCharacter = t49; + _.onMoveCursorBackwardByCharacter = t50; + _.onSetSelection = t51; + _.onSetText = t52; + _.onDidGainAccessibilityFocus = t53; + _.onDidLoseAccessibilityFocus = t54; + _.onDismiss = t55; + _.customSemanticsActions = t56; }, - SemanticsNode: function SemanticsNode(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { + SemanticsNode: function SemanticsNode(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { var _ = this; _.key = t0; _._semantics$_id = t1; @@ -39845,10 +40408,10 @@ _._isMergedIntoParent = false; _._mergeAllDescendantsIntoThisNode = t4; _._semantics$_children = null; - _.__SemanticsNode__debugPreviousSnapshot = $; + _.__SemanticsNode__debugPreviousSnapshot_A = $; _._semantics$_dirty = _._dead = false; _._actions = t5; - _._semantics$_customSemanticsActions = t6; + _._customSemanticsActions = t6; _._actionsAsBits = t7; _.tags = null; _._flags = t8; @@ -39857,11 +40420,12 @@ _._semantics$_attributedIncreasedValue = t11; _._semantics$_attributedDecreasedValue = t12; _._semantics$_attributedHint = t13; - _._semantics$_elevation = t14; - _._semantics$_thickness = t15; - _._semantics$_hintOverrides = null; - _._semantics$_textDirection = t16; - _._semantics$_currentValueLength = _._semantics$_maxValueLength = _._platformViewId = _._scrollExtentMin = _._scrollExtentMax = _._scrollPosition = _._scrollIndex = _._scrollChildCount = _._textSelection = _._semantics$_sortKey = null; + _._tooltip = t14; + _._semantics$_elevation = t15; + _._semantics$_thickness = t16; + _._hintOverrides = null; + _._semantics$_textDirection = t17; + _._currentValueLength = _._maxValueLength = _._platformViewId = _._scrollExtentMin = _._scrollExtentMax = _._scrollPosition = _._scrollIndex = _._scrollChildCount = _._textSelection = _._sortKey = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, @@ -39932,15 +40496,16 @@ _._hasBeenAnnotated = _.isBlockingSemanticsOfPreviouslyPaintedNodes = _.explicitChildNodes = _._isSemanticBoundary = false; _._actions = t0; _._actionsAsBits = 0; - _._semantics$_currentValueLength = _._semantics$_maxValueLength = _._platformViewId = _._scrollIndex = _._scrollChildCount = _._indexInParent = _._semantics$_sortKey = _._semantics$_onTap = null; + _._currentValueLength = _._maxValueLength = _._platformViewId = _._scrollIndex = _._scrollChildCount = _._indexInParent = _._sortKey = _._onTap = null; _._isMergingSemanticsOfDescendants = false; - _._semantics$_customSemanticsActions = t1; + _._customSemanticsActions = t1; _._semantics$_attributedLabel = t2; _._semantics$_attributedValue = t3; _._semantics$_attributedIncreasedValue = t4; _._semantics$_attributedDecreasedValue = t5; _._semantics$_attributedHint = t6; - _._semantics$_hintOverrides = null; + _._tooltip = ""; + _._hintOverrides = null; _._semantics$_thickness = _._semantics$_elevation = 0; _._tagsForChildren = _._scrollExtentMin = _._scrollExtentMax = _._scrollPosition = _._textSelection = _._semantics$_textDirection = null; _._flags = 0; @@ -40064,7 +40629,7 @@ if (split >= 0) result.push(new A.LicenseEntryWithLineBreaks(A._setArrayType(t3.substring$2(license, 0, split).split("\n"), t2), t3.substring$1(license, split + 2))); else - result.push(new A.LicenseEntryWithLineBreaks(B.List_empty0, license)); + result.push(new A.LicenseEntryWithLineBreaks(B.List_empty1, license)); } return result; }, @@ -40217,13 +40782,14 @@ this.events = t0; this.rawEvent = t1; }, - KeyEventManager: function KeyEventManager(t0, t1, t2) { + KeyEventManager: function KeyEventManager(t0, t1, t2, t3) { var _ = this; _.keyMessageHandler = null; _._hardwareKeyboard = t0; _._rawKeyboard = t1; _._transitMode = null; _._keyEventsSinceLastMessage = t2; + _._skippedRawKeysPressed = t3; }, _KeyEvent_Object_Diagnosticable: function _KeyEvent_Object_Diagnosticable() { }, @@ -40362,7 +40928,7 @@ RawKeyEvent_RawKeyEvent$fromMessage(message) { var data, t1, t2, repeat, _box_0 = {}; _box_0.character = null; - data = new A.RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb(_box_0, message).call$0(); + data = new A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb(_box_0, message).call$0(); t1 = $.$get$RawKeyboard_instance()._keysPressed; t2 = A._instanceType(t1)._eval$1("LinkedHashMapKeyIterable<1>"); repeat = A.LinkedHashSet_LinkedHashSet$of(new A.LinkedHashMapKeyIterable(t1, t2), t2._eval$1("Iterable.E")).contains$1(0, data.get$physicalKey()); @@ -40390,7 +40956,7 @@ }, RawKeyEvent: function RawKeyEvent() { }, - RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb: function RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb(t0, t1) { + RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb: function RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb(t0, t1) { this._box_0 = t0; this.message = t1; }, @@ -40404,10 +40970,9 @@ this.repeat = t1; this.data = t2; }, - RawKeyboard: function RawKeyboard(t0, t1, t2) { + RawKeyboard: function RawKeyboard(t0, t1) { this._raw_keyboard$_listeners = t0; this._keysPressed = t1; - this._hiddenKeysPressed = t2; }, RawKeyboard__synchronizeModifiers_closure: function RawKeyboard__synchronizeModifiers_closure(t0) { this.anySideKeys = t0; @@ -40735,25 +41300,25 @@ return null; }, TextEditingValue_TextEditingValue$fromJSON(encoded) { - var t4, t5, t6, + var t3, t4, t5, selection, t1 = J.getInterceptor$asx(encoded), - t2 = A._asStringS(t1.$index(encoded, "text")), - t3 = A._asIntQ(t1.$index(encoded, "selectionBase")); + text = A._asStringS(t1.$index(encoded, "text")), + t2 = A._asIntQ(t1.$index(encoded, "selectionBase")); + if (t2 == null) + t2 = -1; + t3 = A._asIntQ(t1.$index(encoded, "selectionExtent")); if (t3 == null) t3 = -1; - t4 = A._asIntQ(t1.$index(encoded, "selectionExtent")); + t4 = A._toTextAffinity0(A._asStringQ(t1.$index(encoded, "selectionAffinity"))); if (t4 == null) - t4 = -1; - t5 = A._toTextAffinity0(A._asStringQ(t1.$index(encoded, "selectionAffinity"))); - if (t5 == null) - t5 = B.TextAffinity_1; - t6 = A._asBoolQ(t1.$index(encoded, "selectionIsDirectional")); - t3 = A.TextSelection$(t5, t3, t4, t6 === true); - t4 = A._asIntQ(t1.$index(encoded, "composingBase")); - if (t4 == null) - t4 = -1; + t4 = B.TextAffinity_1; + t5 = A._asBoolQ(t1.$index(encoded, "selectionIsDirectional")); + selection = A.TextSelection$(t4, t2, t3, t5 === true); + t2 = A._asIntQ(t1.$index(encoded, "composingBase")); + if (t2 == null) + t2 = -1; t1 = A._asIntQ(t1.$index(encoded, "composingExtent")); - return new A.TextEditingValue(t2, t3, new A.TextRange(t4, t1 == null ? -1 : t1)); + return new A.TextEditingValue(text, selection, new A.TextRange(t2, t1 == null ? -1 : t1)); }, TextInputConnection$_(_client) { var t1 = A._setArrayType([], type$.JSArray_SelectionRect), @@ -40777,7 +41342,7 @@ return B.TextInputAction_6; case "TextInputAction.previous": return B.TextInputAction_7; - case "TextInputAction.continue_action": + case "TextInputAction.continueAction": return B.TextInputAction_8; case "TextInputAction.join": return B.TextInputAction_9; @@ -40865,13 +41430,15 @@ }, TextSelectionDelegate: function TextSelectionDelegate() { }, + TextInputClient: function TextInputClient() { + }, SelectionRect: function SelectionRect(t0, t1) { this.position = t0; this.bounds = t1; }, TextInputConnection: function TextInputConnection(t0, t1, t2) { var _ = this; - _._cachedCaretRect = _._cachedRect = _._cachedTransform = _._cachedSize = null; + _._cachedCaretRect = _._text_input$_cachedRect = _._cachedTransform = _._cachedSize = null; _._cachedSelectionRects = t0; _._text_input$_id = t1; _._text_input$_client = t2; @@ -40880,12 +41447,15 @@ }, TextInput: function TextInput(t0) { var _ = this; - _.__TextInput__channel = $; + _.__TextInput__channel_A = $; _._currentConnection = null; - _.__TextInput__currentConfiguration = $; + _.__TextInput__currentConfiguration_A = $; _._scribbleClients = t0; _._hidePending = _._scribbleInProgress = false; }, + TextInput__loudlyHandleTextInputInvocation_closure: function TextInput__loudlyHandleTextInputInvocation_closure(t0) { + this.$call = t0; + }, TextInput__handleTextInputInvocation_closure: function TextInput__handleTextInputInvocation_closure() { }, TextInput__handleTextInputInvocation_closure0: function TextInput__handleTextInputInvocation_closure0(t0, t1) { @@ -40954,18 +41524,18 @@ A.Actions__visitActionsAncestors(context, new A.Actions_invoke_closure(t1, intent, context, $T)); return t1.returnValue; }, + Actions_maybeInvoke(context, intent, $T) { + var t1 = {}; + t1.returnValue = null; + A.Actions__visitActionsAncestors(context, new A.Actions_maybeInvoke_closure(t1, intent, context, $T)); + return t1.returnValue; + }, FocusableActionDetector$(actions, autofocus, child, enabled, focusNode, mouseCursor, onFocusChange, onShowFocusHighlight, onShowHoverHighlight, shortcuts) { return new A.FocusableActionDetector(enabled, focusNode, false, actions, shortcuts, onShowFocusHighlight, onShowHoverHighlight, onFocusChange, mouseCursor, child, null); }, DoNothingAction$(consumesKey) { return new A.DoNothingAction(consumesKey, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent)); }, - _OverridableAction$(defaultAction, lookupContext, $T) { - return new A._OverridableAction(defaultAction, lookupContext, false, false, false, false, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), $T._eval$1("_OverridableAction<0>")); - }, - _OverridableContextAction$(defaultAction, lookupContext, $T) { - return new A._OverridableContextAction(defaultAction, lookupContext, false, false, false, false, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), $T._eval$1("_OverridableContextAction<0>")); - }, _getParent_closure: function _getParent_closure(t0) { this.parent = t0; }, @@ -41011,6 +41581,13 @@ _.context = t2; _.T = t3; }, + Actions_maybeInvoke_closure: function Actions_maybeInvoke_closure(t0, t1, t2, t3) { + var _ = this; + _._box_0 = t0; + _.intent = t1; + _.context = t2; + _.T = t3; + }, _ActionsState: function _ActionsState(t0, t1, t2) { var _ = this; _.listenedActions = t0; @@ -41046,7 +41623,7 @@ }, _FocusableActionDetectorState: function _FocusableActionDetectorState(t0, t1) { var _ = this; - _._actions$_focused = _._actions$_hovering = _._canShowHighlight = false; + _._focused = _._actions$_hovering = _._canShowHighlight = false; _._mouseRegionKey = t0; _._widget = null; _._debugLifecycleState = t1; @@ -41082,6 +41659,10 @@ this.$this = t0; this.oldWidget = t1; }, + VoidCallbackAction: function VoidCallbackAction(t0) { + this._actions$_listeners = t0; + this._currentCallingAction = null; + }, DoNothingAction: function DoNothingAction(t0, t1) { this._consumesKey = t0; this._actions$_listeners = t1; @@ -41099,7 +41680,7 @@ }, PrioritizedAction: function PrioritizedAction(t0) { var _ = this; - _.__PrioritizedAction__selectedIntent = _.__PrioritizedAction__selectedAction = $; + _.__PrioritizedAction__selectedIntent_A = _.__PrioritizedAction__selectedAction_A = $; _._actions$_listeners = t0; _._currentCallingAction = null; }, @@ -41168,7 +41749,7 @@ }, _AnimatedCrossFadeState: function _AnimatedCrossFadeState(t0, t1, t2) { var _ = this; - _.___AnimatedCrossFadeState__secondAnimation = _.___AnimatedCrossFadeState__firstAnimation = _.___AnimatedCrossFadeState__controller = $; + _.___AnimatedCrossFadeState__secondAnimation_A = _.___AnimatedCrossFadeState__firstAnimation_A = _.___AnimatedCrossFadeState__controller_A = $; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -41386,7 +41967,7 @@ WidgetsApp_defaultShortcuts() { return B.Map_zPybB; }, - WidgetsApp: function WidgetsApp(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { + WidgetsApp: function WidgetsApp(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34) { var _ = this; _.navigatorKey = t0; _.onGenerateRoute = t1; @@ -41396,36 +41977,37 @@ _.routerDelegate = t5; _.backButtonDispatcher = t6; _.routeInformationProvider = t7; - _.home = t8; - _.routes = t9; - _.onUnknownRoute = t10; - _.initialRoute = t11; - _.navigatorObservers = t12; - _.builder = t13; - _.title = t14; - _.onGenerateTitle = t15; - _.textStyle = t16; - _.color = t17; - _.locale = t18; - _.localizationsDelegates = t19; - _.localeListResolutionCallback = t20; - _.localeResolutionCallback = t21; - _.supportedLocales = t22; - _.showPerformanceOverlay = t23; - _.checkerboardRasterCacheImages = t24; - _.checkerboardOffscreenLayers = t25; - _.showSemanticsDebugger = t26; - _.inspectorSelectButtonBuilder = t27; - _.debugShowCheckedModeBanner = t28; - _.shortcuts = t29; - _.actions = t30; - _.restorationScopeId = t31; - _.useInheritedMediaQuery = t32; - _.key = t33; + _.routerConfig = t8; + _.home = t9; + _.routes = t10; + _.onUnknownRoute = t11; + _.initialRoute = t12; + _.navigatorObservers = t13; + _.builder = t14; + _.title = t15; + _.onGenerateTitle = t16; + _.textStyle = t17; + _.color = t18; + _.locale = t19; + _.localizationsDelegates = t20; + _.localeListResolutionCallback = t21; + _.localeResolutionCallback = t22; + _.supportedLocales = t23; + _.showPerformanceOverlay = t24; + _.checkerboardRasterCacheImages = t25; + _.checkerboardOffscreenLayers = t26; + _.showSemanticsDebugger = t27; + _.inspectorSelectButtonBuilder = t28; + _.debugShowCheckedModeBanner = t29; + _.shortcuts = t30; + _.actions = t31; + _.restorationScopeId = t32; + _.useInheritedMediaQuery = t33; + _.key = t34; }, _WidgetsAppState: function _WidgetsAppState(t0) { var _ = this; - _._widget = _._app$_locale = _._navigator = _._defaultRouteInformationProvider = null; + _._widget = _._app$_locale = _._navigator = _._defaultBackButtonDispatcher = _._defaultRouteInformationProvider = null; _._debugLifecycleState = t0; _._framework$_element = null; }, @@ -41456,7 +42038,7 @@ _StreamBuilderBaseState: function _StreamBuilderBaseState(t0, t1) { var _ = this; _._subscription = null; - _.___StreamBuilderBaseState__summary = $; + _.___StreamBuilderBaseState__summary_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -41512,7 +42094,7 @@ _FutureBuilderState: function _FutureBuilderState(t0, t1) { var _ = this; _._activeCallbackIdentity = null; - _.___FutureBuilderState__snapshot = $; + _.___FutureBuilderState__snapshot_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -41568,7 +42150,7 @@ var _ = this; _._fieldKey = t0; _._optionsLayerLink = t1; - _.___RawAutocompleteState__hideOptionsAction = _.___RawAutocompleteState__nextOptionAction = _.___RawAutocompleteState__previousOptionAction = _.___RawAutocompleteState__actionMap = _.___RawAutocompleteState__focusNode = _.___RawAutocompleteState__textEditingController = $; + _.___RawAutocompleteState__hideOptionsAction_F = _.___RawAutocompleteState__nextOptionAction_F = _.___RawAutocompleteState__previousOptionAction_F = _.___RawAutocompleteState__actionMap_F = _.___RawAutocompleteState__focusNode_A = _.___RawAutocompleteState__textEditingController_A = $; _._autocomplete$_options = t2; _._autocomplete$_selection = null; _._userHidOptions = false; @@ -41645,7 +42227,8 @@ }, _AutomaticKeepAliveState: function _AutomaticKeepAliveState(t0) { var _ = this; - _._automatic_keep_alive$_child = _._automatic_keep_alive$_handles = null; + _._automatic_keep_alive$_handles = null; + _.___AutomaticKeepAliveState__child_A = $; _._keepingAlive = false; _._widget = null; _._debugLifecycleState = t0; @@ -41685,6 +42268,10 @@ _NullWidget0: function _NullWidget0(t0) { this.key = t0; }, + _UbiquitousInheritedElement__recurseChildren(element, visitor) { + element.visitChildren$1(new A._UbiquitousInheritedElement__recurseChildren_closure(visitor)); + visitor.call$1(element); + }, Directionality$(child, textDirection) { return new A.Directionality(textDirection, child, null); }, @@ -41704,8 +42291,8 @@ ClipRect$(child, clipBehavior, clipper) { return new A.ClipRect(clipper, clipBehavior, child, null); }, - ClipRRect$(borderRadius, child) { - return new A.ClipRRect(borderRadius, child, null); + ClipRRect$(borderRadius, child, clipBehavior) { + return new A.ClipRRect(borderRadius, clipBehavior, child, null); }, ClipPath$(child, clipBehavior, clipper) { return new A.ClipPath(clipper, clipBehavior, child, null); @@ -41720,7 +42307,34 @@ return new A.Transform(transform, alignment, transformHitTests, null, child, null); }, Transform$rotate(alignment, angle, child, filterQuality) { - return new A.Transform(A.Matrix4_Matrix4$rotationZ(angle), alignment, true, filterQuality, child, null); + return new A.Transform(A.Transform__computeRotation(angle), alignment, true, filterQuality, child, null); + }, + Transform__computeRotation(radians) { + var t1, sin, cos; + if (radians === 0) { + t1 = new A.Matrix4(new Float64Array(16)); + t1.setIdentity$0(); + return t1; + } + sin = Math.sin(radians); + if (sin === 1) + return A.Transform__createZRotation(1, 0); + if (sin === -1) + return A.Transform__createZRotation(-1, 0); + cos = Math.cos(radians); + if (cos === -1) + return A.Transform__createZRotation(0, -1); + return A.Transform__createZRotation(sin, cos); + }, + Transform__createZRotation(sin, cos) { + var t1 = new Float64Array(16); + t1[0] = cos; + t1[1] = sin; + t1[4] = -sin; + t1[5] = cos; + t1[10] = 1; + t1[15] = 1; + return new A.Matrix4(t1); }, CompositedTransformFollower$(child, key, link, offset, showWhenUnlinked, targetAnchor) { return new A.CompositedTransformFollower(link, showWhenUnlinked, targetAnchor, offset, child, key); @@ -41775,8 +42389,8 @@ Positioned$(bottom, child, height, key, left, right, $top, width) { return new A.Positioned(left, $top, right, bottom, width, height, child, key); }, - Positioned$fill(child) { - return new A.Positioned(0, 0, 0, 0, null, null, child, null); + Positioned$fill(bottom, child) { + return new A.Positioned(0, 0, 0, bottom, null, null, child, null); }, Positioned_Positioned$directional(bottom, child, end, height, start, textDirection, $top, width) { var right, left; @@ -41809,8 +42423,8 @@ Wrap$(alignment, children, clipBehavior, crossAxisAlignment, spacing) { return new A.Wrap(alignment, spacing, crossAxisAlignment, clipBehavior, children, null); }, - RichText$(key, locale, maxLines, overflow, softWrap, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { - return new A.RichText(text, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, locale, strutStyle, textWidthBasis, textHeightBehavior, A.RichText__extractChildren(text), key); + RichText$(key, locale, maxLines, overflow, selectionColor, selectionRegistrar, softWrap, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { + return new A.RichText(text, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, locale, strutStyle, textWidthBasis, textHeightBehavior, selectionRegistrar, selectionColor, A.RichText__extractChildren(text), key); }, RichText__extractChildren(span) { var result, t1 = {}; @@ -41819,8 +42433,8 @@ span.visitChildren$1(new A.RichText__extractChildren_closure(t1, result)); return result; }, - Listener$(behavior, child, key, onPointerCancel, onPointerDown, onPointerHover, onPointerMove, onPointerSignal, onPointerUp) { - return new A.Listener(onPointerDown, onPointerMove, onPointerUp, onPointerHover, onPointerCancel, onPointerSignal, behavior, child, key); + Listener$(behavior, child, key, onPointerCancel, onPointerDown, onPointerMove, onPointerPanZoomStart, onPointerSignal, onPointerUp) { + return new A.Listener(onPointerDown, onPointerMove, onPointerUp, onPointerCancel, onPointerPanZoomStart, onPointerSignal, behavior, child, key); }, MouseRegion$(child, cursor, key, onEnter, onExit, onHover) { return new A.MouseRegion(onEnter, onHover, onExit, cursor, child, key); @@ -41849,6 +42463,28 @@ } return itemsWithUniqueKeys; }, + _UbiquitousInheritedElement: function _UbiquitousInheritedElement(t0, t1, t2) { + var _ = this; + _._dependents = t0; + _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _.__Element__depth_A = $; + _._widget = t1; + _._owner = null; + _._lifecycleState = t2; + _._dependencies = _._inheritedWidgets = null; + _._hadUnsatisfiedDependencies = false; + _._dirty = true; + _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; + }, + _UbiquitousInheritedElement_notifyClients_closure: function _UbiquitousInheritedElement_notifyClients_closure(t0, t1) { + this.$this = t0; + this.oldWidget = t1; + }, + _UbiquitousInheritedElement__recurseChildren_closure: function _UbiquitousInheritedElement__recurseChildren_closure(t0) { + this.visitor = t0; + }, + _UbiquitousInheritedWidget: function _UbiquitousInheritedWidget() { + }, Directionality: function Directionality(t0, t1, t2) { this.textDirection = t0; this.child = t1; @@ -41879,10 +42515,12 @@ _.child = t2; _.key = t3; }, - ClipRRect: function ClipRRect(t0, t1, t2) { - this.borderRadius = t0; - this.child = t1; - this.key = t2; + ClipRRect: function ClipRRect(t0, t1, t2, t3) { + var _ = this; + _.borderRadius = t0; + _.clipBehavior = t1; + _.child = t2; + _.key = t3; }, ClipOval: function ClipOval(t0, t1) { this.child = t0; @@ -42036,7 +42674,7 @@ _OffstageElement: function _OffstageElement(t0, t1) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -42167,7 +42805,7 @@ _.children = t4; _.key = t5; }, - RichText: function RichText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + RichText: function RichText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; _.text = t0; _.textAlign = t1; @@ -42180,8 +42818,10 @@ _.strutStyle = t8; _.textWidthBasis = t9; _.textHeightBehavior = t10; - _.children = t11; - _.key = t12; + _.selectionRegistrar = t11; + _.selectionColor = t12; + _.children = t13; + _.key = t14; }, RichText__extractChildren_closure: function RichText__extractChildren_closure(t0, t1) { this._box_0 = t0; @@ -42212,8 +42852,8 @@ _.onPointerDown = t0; _.onPointerMove = t1; _.onPointerUp = t2; - _.onPointerHover = t3; - _.onPointerCancel = t4; + _.onPointerCancel = t3; + _.onPointerPanZoomStart = t4; _.onPointerSignal = t5; _.behavior = t6; _.child = t7; @@ -42310,12 +42950,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -42350,7 +42992,7 @@ t8 = A._setArrayType([], t7); t7 = A._setArrayType([], t7); t9 = A._setArrayType([], type$.JSArray_nullable__AsyncBlock); - t1 = new A.WidgetsFlutterBinding(_null, $, t1, true, new A._AsyncCompleter(new A._Future(t2, type$._Future_void), type$._AsyncCompleter_void), false, _null, false, false, _null, $, _null, false, 0, false, $, $, new A._SystemFontsNotifier(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)), $, $, $, $, _null, t3, _null, A.binding0__defaultSchedulingStrategy$closure(), new A.HeapPriorityQueue(A.binding0_SchedulerBinding__taskSorter$closure(), t4, type$.HeapPriorityQueue__TaskEntry_dynamic), false, 0, A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._FrameCallbackEntry), t6, t8, t7, _null, false, B.SchedulerPhase_0, true, false, _null, B.Duration_0, B.Duration_0, _null, 0, _null, false, new A.TimelineTask(_null, 0, t9), A.ListQueue$(_null, type$.PointerEvent_2), new A.PointerRouter(A.LinkedHashMap_LinkedHashMap$_empty(t5, type$.Map_of_void_Function_PointerEvent_and_nullable_Matrix4), A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4)), new A.GestureArenaManager(A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._GestureArena)), new A.PointerSignalResolver(), A.LinkedHashMap_LinkedHashMap$_empty(t5, type$.HitTestResult), $, false, B.Duration_m38000); + t1 = new A.WidgetsFlutterBinding(_null, $, t1, true, new A._AsyncCompleter(new A._Future(t2, type$._Future_void), type$._AsyncCompleter_void), false, _null, false, false, _null, $, _null, false, 0, false, $, $, new A._SystemFontsNotifier(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)), $, $, $, $, _null, t3, _null, A.binding0__defaultSchedulingStrategy$closure(), new A.HeapPriorityQueue(A.binding0_SchedulerBinding__taskSorter$closure(), t4, type$.HeapPriorityQueue__TaskEntry_dynamic), false, 0, A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._FrameCallbackEntry), t6, t8, t7, _null, false, B.SchedulerPhase_0, true, false, _null, B.Duration_0, B.Duration_0, _null, 0, _null, false, new A.TimelineTask(_null, 0, t9), A.ListQueue$(_null, type$.PointerEvent), new A.PointerRouter(A.LinkedHashMap_LinkedHashMap$_empty(t5, type$.Map_of_void_Function_PointerEvent_and_nullable_Matrix4), A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4)), new A.GestureArenaManager(A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._GestureArena)), new A.PointerSignalResolver(), A.LinkedHashMap_LinkedHashMap$_empty(t5, type$.HitTestResult), $, false, B.Duration_m38000); t1.BindingBase$0(); return t1; }, @@ -42402,6 +43044,10 @@ }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4() { }, + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5() { + }, + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6() { + }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure(t0, t1) { this._box_0 = t0; this.$this = t1; @@ -42429,7 +43075,7 @@ RenderObjectToWidgetElement: function RenderObjectToWidgetElement(t0, t1, t2) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._newWidget = _._child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -42442,7 +43088,7 @@ WidgetsFlutterBinding: function WidgetsFlutterBinding(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53) { var _ = this; _.WidgetsBinding__buildOwner = t0; - _.WidgetsBinding___WidgetsBinding_platformMenuDelegate = t1; + _.WidgetsBinding___WidgetsBinding_platformMenuDelegate_A = t1; _.WidgetsBinding__observers = t2; _.WidgetsBinding__needToReportFirstFrame = t3; _.WidgetsBinding__firstFrameCompleter = t4; @@ -42451,18 +43097,18 @@ _.WidgetsBinding__readyToProduceFrames = t7; _.RendererBinding__debugIsRenderViewInitialized = t8; _.RendererBinding__mouseTracker = t9; - _.RendererBinding___RendererBinding__pipelineOwner = t10; + _.RendererBinding___RendererBinding__pipelineOwner_A = t10; _.RendererBinding__semanticsHandle = t11; _.RendererBinding__debugMouseTrackerUpdateScheduled = t12; _.RendererBinding__firstFrameDeferredCount = t13; _.RendererBinding__firstFrameSent = t14; - _.SemanticsBinding___SemanticsBinding__accessibilityFeatures = t15; - _.PaintingBinding___PaintingBinding__imageCache = t16; + _.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A = t15; + _.PaintingBinding___PaintingBinding__imageCache_A = t16; _.PaintingBinding__systemFonts = t17; - _.ServicesBinding___ServicesBinding__keyboard = t18; - _.ServicesBinding___ServicesBinding__keyEventManager = t19; - _.ServicesBinding___ServicesBinding__defaultBinaryMessenger = t20; - _.ServicesBinding___ServicesBinding__restorationManager = t21; + _.ServicesBinding___ServicesBinding__keyboard_F = t18; + _.ServicesBinding___ServicesBinding__keyEventManager_F = t19; + _.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F = t20; + _.ServicesBinding___ServicesBinding__restorationManager_A = t21; _.ServicesBinding__systemUiChangeCallback = t22; _.SchedulerBinding__timingsCallbacks = t23; _.SchedulerBinding__lifecycleState = t24; @@ -42492,7 +43138,7 @@ _.GestureBinding_gestureArena = t48; _.GestureBinding_pointerSignalResolver = t49; _.GestureBinding__hitTests = t50; - _.GestureBinding___GestureBinding__resampler = t51; + _.GestureBinding___GestureBinding__resampler_FI = t51; _.GestureBinding_resamplingEnabled = t52; _.GestureBinding_samplingOffset = t53; _._debugConstructed = false; @@ -42552,17 +43198,41 @@ this.decoration = t1; this._reclip = t2; }, - DefaultTextEditingShortcuts__shortcuts() { - var t1 = $.$get$DefaultTextEditingShortcuts__webShortcuts(); - return t1; + DefaultSelectionStyle$(child, cursorColor, selectionColor) { + return new A.DefaultSelectionStyle(cursorColor, selectionColor, child, null); }, - DefaultTextEditingShortcuts: function DefaultTextEditingShortcuts(t0, t1, t2, t3) { + DefaultSelectionStyle: function DefaultSelectionStyle(t0, t1, t2, t3) { var _ = this; - _.shortcuts = t0; - _.child = t1; - _.debugLabel = t2; + _.cursorColor = t0; + _.selectionColor = t1; + _.child = t2; _.key = t3; }, + _NullWidget1: function _NullWidget1(t0) { + this.key = t0; + }, + DefaultTextEditingShortcuts__shortcuts() { + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_0: + return $.$get$DefaultTextEditingShortcuts__androidShortcuts(); + case B.TargetPlatform_1: + return $.$get$DefaultTextEditingShortcuts__fuchsiaShortcuts(); + case B.TargetPlatform_2: + return $.$get$DefaultTextEditingShortcuts__iOSShortcuts(); + case B.TargetPlatform_3: + return $.$get$DefaultTextEditingShortcuts__linuxShortcuts(); + case B.TargetPlatform_4: + return $.$get$DefaultTextEditingShortcuts__macShortcuts(); + case B.TargetPlatform_5: + return $.$get$DefaultTextEditingShortcuts__windowsShortcuts(); + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, + DefaultTextEditingShortcuts: function DefaultTextEditingShortcuts(t0, t1) { + this.child = t0; + this.key = t1; + }, DisplayFeatureSubScreen__fallbackAnchorPoint(context) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; @@ -42707,7 +43377,7 @@ _DraggableSheetExtent$(currentSize, hasDragged, initialSize, maxSize, minSize, onSizeChanged, snap, snapSizes) { var t1 = currentSize == null ? new A.ValueNotifier(initialSize, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_double) : currentSize; t1.addListener$1(0, onSizeChanged); - return new A._DraggableSheetExtent(minSize, maxSize, false, snapSizes, initialSize, t1, onSizeChanged, 1 / 0, hasDragged === true); + return new A._DraggableSheetExtent(minSize, maxSize, false, snapSizes, initialSize, t1, onSizeChanged, hasDragged === true); }, _InheritedResetNotifier_shouldReset(context) { var t1, wasCalled, @@ -42736,7 +43406,7 @@ _.context = t4; _.ViewportNotificationMixin__depth = t5; }, - _DraggableSheetExtent: function _DraggableSheetExtent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + _DraggableSheetExtent: function _DraggableSheetExtent(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._cancelActivity = null; _.minSize = t0; @@ -42746,12 +43416,12 @@ _.initialSize = t4; _._draggable_scrollable_sheet$_currentSize = t5; _.onSizeChanged = t6; - _.availablePixels = t7; - _.hasDragged = t8; + _.availablePixels = 1 / 0; + _.hasDragged = t7; }, _DraggableScrollableSheetState: function _DraggableScrollableSheetState(t0) { var _ = this; - _.___DraggableScrollableSheetState__extent = _.___DraggableScrollableSheetState__scrollController = $; + _.___DraggableScrollableSheetState__extent_A = _.___DraggableScrollableSheetState__scrollController_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -42761,32 +43431,32 @@ _DraggableScrollableSheetState_build_closure: function _DraggableScrollableSheetState_build_closure(t0) { this.$this = t0; }, - _DraggableScrollableSheetScrollController: function _DraggableScrollableSheetScrollController(t0, t1, t2, t3, t4, t5) { + _DraggableScrollableSheetScrollController: function _DraggableScrollableSheetScrollController(t0, t1, t2, t3, t4) { var _ = this; _.extent = t0; _._initialScrollOffset = t1; _.keepScrollOffset = t2; - _.debugLabel = t3; - _._positions = t4; + _._positions = t3; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t5; + _.ChangeNotifier__listeners = t4; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, _DraggableScrollableSheetScrollController_createScrollPosition_closure: function _DraggableScrollableSheetScrollController_createScrollPosition_closure(t0) { this.$this = t0; }, - _DraggableScrollableSheetScrollPosition: function _DraggableScrollableSheetScrollPosition(t0, t1, t2, t3, t4, t5, t6, t7) { + _DraggableScrollableSheetScrollPosition: function _DraggableScrollableSheetScrollPosition(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _._ballisticCancelCallback = _._dragCancelCallback = null; + _._dragCancelCallback = null; _.getExtent = t0; + _._ballisticControllers = t1; _._heldPreviousVelocity = 0; - _._userScrollDirection = t1; + _._userScrollDirection = t2; _._currentDrag = null; - _.physics = t2; - _.context = t3; - _.keepScrollOffset = t4; - _.debugLabel = t5; + _.physics = t3; + _.context = t4; + _.keepScrollOffset = t5; + _.debugLabel = t6; _._maxScrollExtent = _._minScrollExtent = null; _._impliedVelocity = 0; _._viewportDimension = _._pixels = null; @@ -42796,14 +43466,14 @@ _._scroll_position$_lastMetrics = null; _._haveScheduledUpdateNotification = false; _._semanticActions = _._lastAxis = null; - _.isScrollingNotifier = t6; + _.isScrollingNotifier = t7; _._activity = null; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t7; + _.ChangeNotifier__listeners = t8; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - _DraggableScrollableSheetScrollPosition_goBallistic__tick: function _DraggableScrollableSheetScrollPosition_goBallistic__tick(t0, t1, t2) { + _DraggableScrollableSheetScrollPosition_goBallistic_tick: function _DraggableScrollableSheetScrollPosition_goBallistic_tick(t0, t1, t2) { this._box_0 = t0; this.$this = t1; this.ballisticController = t2; @@ -42824,7 +43494,7 @@ }, _DualTransitionBuilderState: function _DualTransitionBuilderState(t0, t1, t2) { var _ = this; - _.___DualTransitionBuilderState__effectiveAnimationStatus = $; + _.___DualTransitionBuilderState__effectiveAnimationStatus_A = $; _._forwardAnimation = t0; _._reverseAnimation = t1; _._widget = null; @@ -42861,9 +43531,6 @@ span.visitChildren$1(new A._Editable__extractChildren_closure(result)); return result; }, - _UpdateTextSelectionAction$(state, ignoreNonCollapsedSelection, getTextBoundariesForIntent, $T) { - return new A._UpdateTextSelectionAction(state, ignoreNonCollapsedSelection, getTextBoundariesForIntent, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), $T._eval$1("_UpdateTextSelectionAction<0>")); - }, _throttle(duration, $function, $T) { var t1 = {}; t1.timer = null; @@ -42885,6 +43552,17 @@ _.paste = t2; _.selectAll = t3; }, + _KeyFrame: function _KeyFrame(t0, t1) { + this.time = t0; + this.value = t1; + }, + _DiscreteKeyFrameSimulation: function _DiscreteKeyFrameSimulation(t0, t1, t2) { + var _ = this; + _.maxDuration = t0; + _._keyFrames = t1; + _._lastKeyFrameIndex = 0; + _.tolerance = t2; + }, EditableText: function EditableText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61) { var _ = this; _.controller = t0; @@ -42952,23 +43630,23 @@ }, EditableTextState: function EditableTextState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; - _._cursorTimer = null; - _._targetCursorVisibility = false; + _._backingCursorBlinkOpacityController = _._cursorTimer = null; + _.__EditableTextState__iosBlinkCursorSimulation_FI = $; _._cursorVisibilityNotifier = t0; _._editableKey = t1; - _._cursorBlinkOpacityController = _._internalScrollController = _._selectionOverlay = _._textInputConnection = null; + _._internalScrollController = _._selectionOverlay = _._textInputConnection = null; _._toolbarLayerLink = t2; _._startHandleLayerLink = t3; _._endHandleLayerLink = t4; _._didAutoFocus = false; - _._floatingCursorResetController = _._currentAutofillScope = null; + _._lastOrientation = _._floatingCursorResetController = _._currentAutofillScope = null; _._tickersEnabled = true; _._lastBoundedOffset = _._pointOffsetOrigin = _._lastTextPosition = _._startCaretRect = _._lastKnownRemoteTextEditingValue = null; _._batchEditDepth = 0; _._restartConnectionScheduled = false; _._currentCaretRect = null; _._showCaretOnScreenScheduled = false; - _.__EditableTextState__lastBottomViewInset = $; + _.__EditableTextState__lastBottomViewInset_A = $; _._obscureShowCharTicksPending = 0; _._obscureLatestCharIndex = null; _._cursorActive = false; @@ -42979,7 +43657,7 @@ _._cachedTextStyle = null; _._placeholderLocation = -1; _._currentPromptRectRange = null; - _.__EditableTextState__actions = _.__EditableTextState__adjacentLineAction = _.__EditableTextState__updateSelectionAction = _.__EditableTextState__replaceTextAction = $; + _.__EditableTextState__actions_FI = _.__EditableTextState__adjacentLineAction_FI = _.__EditableTextState__updateSelectionAction_FI = _.__EditableTextState__replaceTextAction_FI = _.__EditableTextState__transposeCharactersAction_FI = $; _.TickerProviderStateMixin__tickers = t6; _.TickerProviderStateMixin__tickerModeNotifier = t7; _.AutomaticKeepAliveClientMixin__keepAliveHandle = t8; @@ -43006,7 +43684,15 @@ EditableTextState__formatAndSetValue_closure: function EditableTextState__formatAndSetValue_closure(t0) { this.$this = t0; }, - EditableTextState__cursorTick_closure: function EditableTextState__cursorTick_closure(t0) { + EditableTextState__startCursorBlink_closure: function EditableTextState__startCursorBlink_closure(t0) { + this.$this = t0; + }, + EditableTextState__onCursorTick_closure: function EditableTextState__onCursorTick_closure() { + }, + EditableTextState__onCursorTick_closure0: function EditableTextState__onCursorTick_closure0(t0) { + this.$this = t0; + }, + EditableTextState__onCursorTick_closure1: function EditableTextState__onCursorTick_closure1(t0) { this.$this = t0; }, EditableTextState__didChangeTextEditingValue_closure: function EditableTextState__didChangeTextEditingValue_closure() { @@ -43193,7 +43879,7 @@ _._currentCallingAction = null; _.$ti = t4; }, - _UpdateTextSelectionAction_invoke__collapse: function _UpdateTextSelectionAction_invoke__collapse(t0) { + _UpdateTextSelectionAction_invoke_collapse: function _UpdateTextSelectionAction_invoke_collapse(t0) { this.intent = t0; }, _ExtendSelectionOrCaretPositionAction: function _ExtendSelectionOrCaretPositionAction(t0, t1, t2) { @@ -43231,14 +43917,14 @@ _TextEditingHistoryState: function _TextEditingHistoryState(t0, t1) { var _ = this; _._editable_text$_stack = t0; - _.___TextEditingHistoryState__throttledPush = $; + _.___TextEditingHistoryState__throttledPush_F = $; _._widget = _._throttleTimer = null; _._debugLifecycleState = t1; _._framework$_element = null; }, _UndoStack: function _UndoStack(t0, t1) { this._editable_text$_list = t0; - this.___UndoStack__index = $; + this.___UndoStack__index_A = $; this.$ti = t1; }, _throttle_closure: function _throttle_closure(t0, t1, t2, t3, t4, t5) { @@ -43265,6 +43951,8 @@ }, _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate: function _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate() { }, + _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient: function _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient() { + }, combineKeyEventResults(results) { var t1, hasSkipRemainingHandlers, _i; for (t1 = results.length, hasSkipRemainingHandlers = false, _i = 0; _i < t1; ++_i) @@ -43282,7 +43970,7 @@ return hasSkipRemainingHandlers ? B.KeyEventResult_2 : B.KeyEventResult_1; }, FocusNode$(canRequestFocus, debugLabel, descendantsAreFocusable, descendantsAreTraversable, onKey, onKeyEvent, skipTraversal) { - return new A.FocusNode(skipTraversal, canRequestFocus, descendantsAreFocusable, descendantsAreTraversable, onKey, onKeyEvent, A._setArrayType([], type$.JSArray_FocusNode), $.$get$ChangeNotifier__emptyListeners()); + return new A.FocusNode(skipTraversal, canRequestFocus, descendantsAreFocusable, true, onKey, onKeyEvent, A._setArrayType([], type$.JSArray_FocusNode), $.$get$ChangeNotifier__emptyListeners()); }, FocusScopeNode$(canRequestFocus, debugLabel, skipTraversal) { var t1 = type$.JSArray_FocusNode; @@ -43324,7 +44012,7 @@ _._skipTraversal = t0; _._focus_manager$_canRequestFocus = t1; _._descendantsAreFocusable = t2; - _._descendantsAreTraversable = t3; + _._focus_manager$_descendantsAreTraversable = t3; _._context = null; _.onKey = t4; _.onKeyEvent = t5; @@ -43350,7 +44038,7 @@ _._skipTraversal = t1; _._focus_manager$_canRequestFocus = t2; _._descendantsAreFocusable = t3; - _._descendantsAreTraversable = t4; + _._focus_manager$_descendantsAreTraversable = t4; _._context = null; _.onKey = t5; _.onKeyEvent = t6; @@ -43438,7 +44126,7 @@ _._canRequestFocus = t6; _._focus_scope$_skipTraversal = t7; _._focus_scope$_descendantsAreFocusable = t8; - _._focus_scope$_descendantsAreTraversable = t9; + _._descendantsAreTraversable = t9; _.includeSemantics = t10; _._focus_scope$_debugLabel = t11; _.key = t12; @@ -43446,7 +44134,7 @@ _FocusState: function _FocusState(t0) { var _ = this; _._internalNode = null; - _.___FocusState__descendantsWereTraversable = _.___FocusState__descendantsWereFocusable = _.___FocusState__couldRequestFocus = _.___FocusState__hadPrimaryFocus = $; + _.___FocusState__descendantsWereTraversable_A = _.___FocusState__descendantsWereFocusable_A = _.___FocusState__couldRequestFocus_A = _.___FocusState__hadPrimaryFocus_A = $; _._didAutofocus = false; _._widget = _._focusAttachment = null; _._debugLifecycleState = t0; @@ -43479,7 +44167,7 @@ _._canRequestFocus = t6; _._focus_scope$_skipTraversal = t7; _._focus_scope$_descendantsAreFocusable = t8; - _._focus_scope$_descendantsAreTraversable = t9; + _._descendantsAreTraversable = t9; _.includeSemantics = t10; _._focus_scope$_debugLabel = t11; _.key = t12; @@ -43487,7 +44175,7 @@ _FocusScopeState: function _FocusScopeState(t0) { var _ = this; _._internalNode = null; - _.___FocusState__descendantsWereTraversable = _.___FocusState__descendantsWereFocusable = _.___FocusState__couldRequestFocus = _.___FocusState__hadPrimaryFocus = $; + _.___FocusState__descendantsWereTraversable_A = _.___FocusState__descendantsWereFocusable_A = _.___FocusState__couldRequestFocus_A = _.___FocusState__hadPrimaryFocus_A = $; _._didAutofocus = false; _._widget = _._focusAttachment = null; _._debugLifecycleState = t0; @@ -43542,8 +44230,8 @@ _ReadingOrderDirectionalGroupData_sortWithDirectionality(list, directionality) { A.mergeSort(list, new A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure(directionality), type$._ReadingOrderDirectionalGroupData); }, - FocusTraversalGroup$(child, descendantsAreFocusable, descendantsAreTraversable, policy) { - return new A.FocusTraversalGroup(policy == null ? new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData)) : policy, descendantsAreFocusable, descendantsAreTraversable, child, null); + FocusTraversalGroup$(child, descendantsAreFocusable, policy) { + return new A.FocusTraversalGroup(policy == null ? new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData)) : policy, descendantsAreFocusable, child, null); }, _getAncestor_closure: function _getAncestor_closure(t0) { this._box_0 = t0; @@ -43652,13 +44340,12 @@ ReadingOrderTraversalPolicy__pickNext_inBand_closure: function ReadingOrderTraversalPolicy__pickNext_inBand_closure(t0) { this.band = t0; }, - FocusTraversalGroup: function FocusTraversalGroup(t0, t1, t2, t3, t4) { + FocusTraversalGroup: function FocusTraversalGroup(t0, t1, t2, t3) { var _ = this; _.policy = t0; _.descendantsAreFocusable = t1; - _.descendantsAreTraversable = t2; - _.child = t3; - _.key = t4; + _.child = t2; + _.key = t3; }, _FocusTraversalGroupState: function _FocusTraversalGroupState(t0) { var _ = this; @@ -43747,7 +44434,7 @@ }, FormFieldState: function FormFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.__FormFieldState__value = $; + _.__FormFieldState__value_AI = $; _._errorText = t0; _._hasInteractedByUser = t1; _.RestorationMixin__bucket = t2; @@ -43783,16 +44470,17 @@ element.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); }, Element__sort(a, b) { - var t1, _s6_ = "_depth"; - if (A._lateReadCheck(a.__Element__depth, _s6_) < A._lateReadCheck(b.__Element__depth, _s6_)) - return -1; - if (A._lateReadCheck(b.__Element__depth, _s6_) < A._lateReadCheck(a.__Element__depth, _s6_)) - return 1; - t1 = b._dirty; - if (t1 && !a._dirty) - return -1; - if (a._dirty && !t1) - return 1; + var t2, diff, isBDirty, + t1 = a.__Element__depth_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = b.__Element__depth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + diff = t1 - t2; + if (diff !== 0) + return diff; + isBDirty = b._dirty; + if (a._dirty !== isBDirty) + return isBDirty ? -1 : 1; return 0; }, Element__activateRecursively(element) { @@ -43970,7 +44658,7 @@ StatelessElement: function StatelessElement(t0, t1) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -43984,7 +44672,7 @@ _._framework$_state = t0; _._didChangeDependencies = false; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -43998,7 +44686,7 @@ ParentDataElement: function ParentDataElement(t0, t1, t2) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -44015,7 +44703,7 @@ var _ = this; _._dependents = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -44037,7 +44725,7 @@ LeafRenderObjectElement: function LeafRenderObjectElement(t0, t1) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -44049,7 +44737,7 @@ SingleChildRenderObjectElement: function SingleChildRenderObjectElement(t0, t1) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -44060,10 +44748,10 @@ }, MultiChildRenderObjectElement: function MultiChildRenderObjectElement(t0, t1, t2) { var _ = this; - _.__MultiChildRenderObjectElement__children = $; + _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -44083,7 +44771,7 @@ _NullElement: function _NullElement(t0, t1) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -44092,7 +44780,7 @@ _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; }, - _NullWidget1: function _NullWidget1(t0) { + _NullWidget2: function _NullWidget2(t0) { this.key = t0; }, _State_Object_Diagnosticable: function _State_Object_Diagnosticable() { @@ -44186,6 +44874,13 @@ this.$this = t0; this.gestureSettings = t1; }, + GestureDetector_build_closure13: function GestureDetector_build_closure13(t0) { + this.$this = t0; + }, + GestureDetector_build_closure14: function GestureDetector_build_closure14(t0, t1) { + this.$this = t0; + this.gestureSettings = t1; + }, RawGestureDetector: function RawGestureDetector(t0, t1, t2, t3, t4, t5) { var _ = this; _.child = t0; @@ -44299,15 +44994,15 @@ _.shuttleBuilder = t8; _.isUserGestureTransition = t9; _.isDiverted = t10; - _.___HeroFlightManifest_isValid = _.___HeroFlightManifest_toHeroLocation = _.___HeroFlightManifest_fromHeroLocation = $; + _.___HeroFlightManifest_isValid_FI = _.___HeroFlightManifest_toHeroLocation_FI = _.___HeroFlightManifest_fromHeroLocation_FI = $; }, _HeroFlight: function _HeroFlight(t0, t1) { var _ = this; _.onFlightEnded = t0; - _.___HeroFlight_heroRectTween = $; + _.___HeroFlight_heroRectTween_A = $; _.shuttle = null; _._heroOpacity = t1; - _.___HeroFlight_manifest = _.___HeroFlight__proxyAnimation = $; + _.___HeroFlight_manifest_A = _.___HeroFlight__proxyAnimation_A = $; _.overlayEntry = null; _._scheduledPerformAnimationUpdate = _._aborted = false; }, @@ -44333,6 +45028,15 @@ _.flightType = t3; _.isUserGestureTransition = t4; }, + HeroController__defaultHeroFlightShuttleBuilder_closure: function HeroController__defaultHeroFlightShuttleBuilder_closure(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.toMediaQueryData = t0; + _.flightDirection = t1; + _.fromHeroPadding = t2; + _.toHeroPadding = t3; + _.animation = t4; + _.toHero = t5; + }, Icon$(icon, color, size) { return new A.Icon(icon, size, color, null); }, @@ -44361,7 +45065,12 @@ iconThemeData = A.IconTheme__getInheritedIconThemeData(context).resolve$1(0, context), t1 = iconThemeData.color, t2 = t1 == null; - if (!t2 && iconThemeData.get$opacity(iconThemeData) != null && iconThemeData.size != null) + if (!t2) { + t3 = iconThemeData._opacity; + t3 = (t3 == null ? null : A.clampDouble(t3, 0, 1)) != null && iconThemeData.size != null; + } else + t3 = false; + if (t3) t1 = iconThemeData; else { t3 = iconThemeData.size; @@ -44369,9 +45078,10 @@ t3 = 24; if (t2) t1 = B.Color_4278190080; - t2 = iconThemeData.get$opacity(iconThemeData); + t2 = iconThemeData._opacity; + t2 = t2 == null ? null : A.clampDouble(t2, 0, 1); if (t2 == null) - t2 = B.IconThemeData_UfZ.get$opacity(B.IconThemeData_UfZ); + t2 = A.clampDouble(1, 0, 1); t4 = iconThemeData.shadows; t1 = iconThemeData.copyWith$4$color$opacity$shadows$size(t1, t2, t4 == null ? null : t4, t3); } @@ -44398,12 +45108,23 @@ t2 = t1 ? _null : a.color, t3 = b == null; t2 = A.Color_lerp(t2, t3 ? _null : b.color, t); - t4 = t1 ? _null : a.get$opacity(a); - t4 = A.lerpDouble(t4, t3 ? _null : b.get$opacity(b), t); - t5 = t1 ? _null : a.size; - t5 = A.lerpDouble(t5, t3 ? _null : b.size, t); + if (t1) + t4 = _null; + else { + t4 = a._opacity; + t4 = t4 == null ? _null : A.clampDouble(t4, 0, 1); + } + if (t3) + t5 = _null; + else { + t5 = b._opacity; + t5 = t5 == null ? _null : A.clampDouble(t5, 0, 1); + } + t5 = A.lerpDouble(t4, t5, t); + t4 = t1 ? _null : a.size; + t4 = A.lerpDouble(t4, t3 ? _null : b.size, t); t1 = t1 ? _null : a.shadows; - return new A.IconThemeData(t2, t4, t5, A.Shadow_lerpList(t1, t3 ? _null : b.shadows, t)); + return new A.IconThemeData(t2, t5, t4, A.Shadow_lerpList(t1, t3 ? _null : b.shadows, t)); }, IconThemeData: function IconThemeData(t0, t1, t2, t3) { var _ = this; @@ -44456,10 +45177,10 @@ var _ = this; _._loadingProgress = _._imageInfo = _._imageStream = null; _._isListeningToStream = false; - _.___ImageState__invertColors = $; + _.___ImageState__invertColors_A = $; _._frameNumber = null; _._wasSynchronouslyLoaded = false; - _.___ImageState__scrollAwareContext = $; + _.___ImageState__scrollAwareContext_A = $; _._widget = _._imageStreamListener = _._completerHandle = _._lastStack = _._lastException = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -44518,6 +45239,10 @@ this.begin = t0; this.end = t1; }, + EdgeInsetsTween: function EdgeInsetsTween(t0, t1) { + this.begin = t0; + this.end = t1; + }, EdgeInsetsGeometryTween: function EdgeInsetsGeometryTween(t0, t1) { this.begin = t0; this.end = t1; @@ -44567,8 +45292,8 @@ }, _AnimatedContainerState: function _AnimatedContainerState(t0, t1, t2) { var _ = this; - _._transformAlignment = _._implicit_animations$_transform = _._margin = _._constraints = _._foregroundDecoration = _._implicit_animations$_decoration = _._implicit_animations$_padding = _._implicit_animations$_alignment = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; + _._transformAlignment = _._implicit_animations$_transform = _._margin = _._implicit_animations$_constraints = _._foregroundDecoration = _._implicit_animations$_decoration = _._implicit_animations$_padding = _._implicit_animations$_alignment = null; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -44603,7 +45328,7 @@ _AnimatedPaddingState: function _AnimatedPaddingState(t0, t1, t2) { var _ = this; _._implicit_animations$_padding = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -44625,7 +45350,7 @@ _AnimatedOpacityState: function _AnimatedOpacityState(t0, t1, t2) { var _ = this; _._implicit_animations$_opacity = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = _.___AnimatedOpacityState__opacityAnimation = $; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = _.___AnimatedOpacityState__opacityAnimation_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -44647,7 +45372,7 @@ _AnimatedDefaultTextStyleState: function _AnimatedDefaultTextStyleState(t0, t1, t2) { var _ = this; _._implicit_animations$_style = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -44673,7 +45398,7 @@ _AnimatedPhysicalModelState: function _AnimatedPhysicalModelState(t0, t1, t2) { var _ = this; _._implicit_animations$_shadowColor = _._implicit_animations$_color = _._implicit_animations$_elevation = _._borderRadius = null; - _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; + _.__ImplicitlyAnimatedWidgetState__animation_AI = _.__ImplicitlyAnimatedWidgetState__controller_FI = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -44696,7 +45421,7 @@ var _ = this; _._dependents = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -44713,7 +45438,7 @@ _._inherited_notifier$_dirty = false; _._dependents = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -44726,7 +45451,7 @@ InheritedTheme_capture(from, to) { var themes; if (J.$eq$(from, to)) - return new A.CapturedThemes(B.List_empty7); + return new A.CapturedThemes(B.List_empty8); themes = A._setArrayType([], type$.JSArray_InheritedTheme); from.visitAncestorElements$1(new A.InheritedTheme_capture_closure(to, A._Cell$named("debugDidFindAncestor"), A.LinkedHashSet_LinkedHashSet$_empty(type$.Type), themes)); return new A.CapturedThemes(themes); @@ -44757,7 +45482,7 @@ return l1; l1P = point.$sub(0, l1); l1L2 = l2.$sub(0, l1); - return l1.$add(0, l1L2.scaled$1(B.JSNumber_methods.clamp$2(l1P.dot$1(l1L2) / lengthSquared, 0, 1))); + return l1.$add(0, l1L2.scaled$1(A.clampDouble(l1P.dot$1(l1L2) / lengthSquared, 0, 1))); }, InteractiveViewer_getNearestPointInside(point, quad) { var t4, closestPoints, closestOverall, minDistance, _i, closePoint, distance, @@ -44861,7 +45586,7 @@ _._interactive_viewer$_childKey = t0; _._parentKey = t1; _._interactive_viewer$_animation = null; - _.___InteractiveViewerState__controller = $; + _.___InteractiveViewerState__controller_A = $; _._scaleStart = _._referenceFocalPoint = _._panAxis = null; _._currentRotation = _._rotationStart = 0; _._gestureType = null; @@ -44906,7 +45631,7 @@ _LayoutBuilderElement: function _LayoutBuilderElement(t0, t1, t2) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._layout_builder$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -44950,12 +45675,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -45068,33 +45795,32 @@ this.value = t1; this.locale = t2; }, - MediaQueryData$(accessibleNavigation, alwaysUse24HourFormat, boldText, devicePixelRatio, disableAnimations, displayFeatures, gestureSettings, highContrast, invertColors, navigationMode, padding, platformBrightness, size, systemGestureInsets, textScaleFactor, viewInsets, viewPadding) { - return new A.MediaQueryData(size, devicePixelRatio, textScaleFactor, platformBrightness, viewInsets, padding, viewPadding, systemGestureInsets, alwaysUse24HourFormat, accessibleNavigation, invertColors, highContrast, disableAnimations, boldText, navigationMode, gestureSettings, displayFeatures); - }, MediaQueryData$fromWindow($window) { - var t3, t4, t5, t6, t7, + var t3, t4, t5, t6, t7, t8, t1 = $window.get$physicalSize(), t2 = $window._debugDevicePixelRatio; t1 = t1.$div(0, t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); t2 = $window._debugDevicePixelRatio; if (t2 == null) t2 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - t3 = $window.platformDispatcher._configuration; - $window.get$viewConfiguration(); - t4 = $window._debugDevicePixelRatio; - t4 = A.EdgeInsets$fromWindowPadding(B.WindowPadding_0_0_0_0, t4 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t4); + t3 = $window.platformDispatcher; + t4 = t3.configuration; $window.get$viewConfiguration(); t5 = $window._debugDevicePixelRatio; t5 = A.EdgeInsets$fromWindowPadding(B.WindowPadding_0_0_0_0, t5 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t5); - t6 = $window._viewInsets; - t7 = $window._debugDevicePixelRatio; - t6 = A.EdgeInsets$fromWindowPadding(t6, t7 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t7); $window.get$viewConfiguration(); - t7 = $window._debugDevicePixelRatio; - t7 = A.EdgeInsets$fromWindowPadding(B.WindowPadding_0_0_0_0, t7 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t7); + t6 = $window._debugDevicePixelRatio; + t6 = A.EdgeInsets$fromWindowPadding(B.WindowPadding_0_0_0_0, t6 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t6); + t7 = $window._viewInsets; + t8 = $window._debugDevicePixelRatio; + t7 = A.EdgeInsets$fromWindowPadding(t7, t8 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t8); + $window.get$viewConfiguration(); + t8 = $window._debugDevicePixelRatio; + t8 = A.EdgeInsets$fromWindowPadding(B.WindowPadding_0_0_0_0, t8 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t8); + t3 = t3.configuration.accessibilityFeatures.__engine$_index; $window.get$viewConfiguration(); $window.get$viewConfiguration(); - return new A.MediaQueryData(t1, t2, t3.textScaleFactor, t3.platformBrightness, t6, t4, t5, t7, false, false, false, false, false, false, B.NavigationMode_0, new A.DeviceGestureSettings(null), B.List_empty4); + return new A.MediaQueryData(t1, t2, t4.textScaleFactor, t4.platformBrightness, t7, t5, t6, t8, false, (t3 & 1) !== 0, (t3 & 2) !== 0, (t3 & 32) !== 0, (t3 & 4) !== 0, (t3 & 8) !== 0, B.NavigationMode_0, new A.DeviceGestureSettings(null), B.List_empty4); }, MediaQuery_MediaQuery$removePadding(child, context, removeBottom, removeLeft, removeRight, removeTop) { return new A.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.removePadding$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, removeLeft, removeRight, removeTop), child, null); @@ -45166,16 +45892,14 @@ }, __MediaQueryFromWindowState_State_WidgetsBindingObserver: function __MediaQueryFromWindowState_State_WidgetsBindingObserver() { }, - ModalBarrier$(barrierSemanticsDismissible, color, dismissible, semanticsLabel) { - return new A.ModalBarrier(color, dismissible, true, semanticsLabel, null); - }, - ModalBarrier: function ModalBarrier(t0, t1, t2, t3, t4) { + ModalBarrier: function ModalBarrier(t0, t1, t2, t3, t4, t5) { var _ = this; _.color = t0; _.dismissible = t1; - _.barrierSemanticsDismissible = t2; - _.semanticsLabel = t3; - _.key = t4; + _.onDismiss = t2; + _.barrierSemanticsDismissible = t3; + _.semanticsLabel = t4; + _.key = t5; }, ModalBarrier_build_handleDismiss: function ModalBarrier_build_handleDismiss(t0, t1) { this.$this = t0; @@ -45286,7 +46010,7 @@ result.push($navigator._routeNamed$1$3$allowNull$arguments(routeName, true, _null, t1)); } if (B.JSArray_methods.get$last(result) == null) - B.JSArray_methods.set$length(result, 0); + B.JSArray_methods.clear$0(result); } else if (initialRouteName !== "/") result.push($navigator._routeNamed$1$3$allowNull$arguments(initialRouteName, true, _null, type$.dynamic)); if (!!result.fixed$length) @@ -45453,7 +46177,7 @@ }, NavigatorState: function NavigatorState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; - _.__NavigatorState__overlayKey = $; + _.__NavigatorState__overlayKey_A = $; _._history = t0; _._serializableHistory = t1; _._observedRouteAdditions = t2; @@ -45461,7 +46185,7 @@ _.focusScopeNode = t4; _._debugLocked = false; _._heroControllerFromScope = null; - _.__NavigatorState__effectiveObservers = $; + _.__NavigatorState__effectiveObservers_A = $; _._rawNextPagelessRestorationScopeId = t5; _._lastAnnouncedRouteName = null; _._flushingHistory = _._debugUpdatingPage = false; @@ -45555,7 +46279,7 @@ _NotificationElement: function _NotificationElement(t0, t1, t2) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -45615,12 +46339,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -45636,20 +46362,17 @@ __RenderOverflowBar_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin: function __RenderOverflowBar_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin() { }, OverlayEntry$(builder, maintainState) { - return new A.OverlayEntry(builder, maintainState, new A.LabeledGlobalKey(null, type$.LabeledGlobalKey__OverlayEntryWidgetState), $.$get$ChangeNotifier__emptyListeners()); + return new A.OverlayEntry(builder, maintainState, new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool), new A.LabeledGlobalKey(null, type$.LabeledGlobalKey__OverlayEntryWidgetState)); }, OverlayEntry: function OverlayEntry(t0, t1, t2, t3) { var _ = this; _.builder = t0; _._opaque = false; _._maintainState = t1; - _._mounted = false; + _._overlayStateMounted = t2; _._overlay = null; - _._key = t2; - _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t3; - _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; - _.ChangeNotifier__debugDisposed = false; + _._key = t3; + _._disposedByOwner = false; }, OverlayEntry_remove_closure: function OverlayEntry_remove_closure(t0) { this.overlay = t0; @@ -45714,10 +46437,10 @@ }, _TheatreElement: function _TheatreElement(t0, t1, t2) { var _ = this; - _.__MultiChildRenderObjectElement__children = $; + _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -45749,12 +46472,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -45783,26 +46508,29 @@ __RenderTheatre_RenderBox_ContainerRenderObjectMixin: function __RenderTheatre_RenderBox_ContainerRenderObjectMixin() { }, _GlowController$(axis, color, vsync) { - var decelerator, _null = null, - _s15_ = "_glowController", + var t6, decelerator, _null = null, t1 = type$.Tween_double, t2 = new A.Tween(0, 0, t1), t3 = new A.Tween(0, 0, t1), - t4 = new A._GlowController(B._GlowState_0, t2, t3, 0.5, 0.5, color, axis, $.$get$ChangeNotifier__emptyListeners()), + t4 = new A._GlowController(B._GlowState_0, t2, t3, color, axis, $.$get$ChangeNotifier__emptyListeners()), t5 = A.AnimationController$(_null, _null, _null, 1, _null, vsync); - t5.addStatusListener$1(t4.get$_changePhase()); - A._lateWriteOnceCheck(t4.___GlowController__glowController, _s15_); - t4.___GlowController__glowController = t5; - decelerator = A.CurvedAnimation$(B.C__DecelerateCurve, A._lateReadCheck(t5, _s15_), _null); + t5.didRegisterListener$0(); + t6 = t5.AnimationLocalStatusListenersMixin__statusListeners; + t6._isDirty = true; + t6._observer_list$_list.push(t4.get$_changePhase()); + t4.___GlowController__glowController_F !== $ && A.throwUnnamedLateFieldAI(); + t4.___GlowController__glowController_F = t5; + decelerator = A.CurvedAnimation$(B.C__DecelerateCurve, t5, _null); decelerator.parent.addListener$1(0, t4.get$notifyListeners()); type$.Animation_double._as(decelerator); - A._lateWriteOnceCheck(t4.___GlowController__glowOpacity, "_glowOpacity"); - t4.___GlowController__glowOpacity = new A._AnimatedEvaluation(decelerator, t2, t1._eval$1("_AnimatedEvaluation")); - A._lateWriteOnceCheck(t4.___GlowController__glowSize, "_glowSize"); - t4.___GlowController__glowSize = new A._AnimatedEvaluation(decelerator, t3, t1._eval$1("_AnimatedEvaluation")); + t1 = t1._eval$1("_AnimatedEvaluation"); + t4.___GlowController__glowOpacity_F !== $ && A.throwUnnamedLateFieldAI(); + t4.___GlowController__glowOpacity_F = new A._AnimatedEvaluation(decelerator, t2, t1); + t4.___GlowController__glowSize_F !== $ && A.throwUnnamedLateFieldAI(); + t4.___GlowController__glowSize_F = new A._AnimatedEvaluation(decelerator, t3, t1); t1 = vsync.createTicker$1(t4.get$_tickDisplacement()); - A._lateWriteOnceCheck(t4.___GlowController__displacementTicker, "_displacementTicker"); - t4.___GlowController__displacementTicker = t1; + t4.___GlowController__displacementTicker_F !== $ && A.throwUnnamedLateFieldAI(); + t4.___GlowController__displacementTicker_F = t1; return t4; }, GlowingOverscrollIndicator: function GlowingOverscrollIndicator(t0, t1, t2, t3) { @@ -45826,24 +46554,23 @@ this.index = t0; this._core$_name = t1; }, - _GlowController: function _GlowController(t0, t1, t2, t3, t4, t5, t6, t7) { + _GlowController: function _GlowController(t0, t1, t2, t3, t4, t5) { var _ = this; _._overscroll_indicator$_state = t0; - _.___GlowController__glowController = $; + _.___GlowController__glowController_F = $; _._pullRecedeTimer = null; _._paintOffsetScrollPixels = _._paintOffset = 0; _._glowOpacityTween = t1; - _.___GlowController__glowOpacity = $; + _.___GlowController__glowOpacity_F = $; _._glowSizeTween = t2; - _.___GlowController__displacementTicker = _.___GlowController__glowSize = $; + _.___GlowController__displacementTicker_F = _.___GlowController__glowSize_F = $; _._displacementTickerLastElapsed = null; - _._displacementTarget = t3; - _._displacement = t4; + _._displacement = _._displacementTarget = 0.5; _._pullDistance = 0; - _._overscroll_indicator$_color = t5; - _._axis = t6; + _._overscroll_indicator$_color = t3; + _._axis = t4; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t7; + _.ChangeNotifier__listeners = t5; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -45857,14 +46584,16 @@ _.axisDirection = t2; _._repaint = t3; }, - StretchingOverscrollIndicator: function StretchingOverscrollIndicator(t0, t1, t2) { - this.axisDirection = t0; - this.child = t1; - this.key = t2; + StretchingOverscrollIndicator: function StretchingOverscrollIndicator(t0, t1, t2, t3) { + var _ = this; + _.axisDirection = t0; + _.clipBehavior = t1; + _.child = t2; + _.key = t3; }, _StretchingOverscrollIndicatorState: function _StretchingOverscrollIndicatorState(t0, t1, t2) { var _ = this; - _.___StretchingOverscrollIndicatorState__stretchController = $; + _.___StretchingOverscrollIndicatorState__stretchController_FI = $; _._lastOverscrollNotification = _._lastNotification = null; _._accepted = true; _.TickerProviderStateMixin__tickers = t0; @@ -45884,7 +46613,7 @@ }, _StretchController: function _StretchController(t0, t1, t2) { var _ = this; - _.___StretchController__stretchSize = _.___StretchController__stretchController = $; + _.___StretchController__stretchSize_F = _.___StretchController__stretchController_F = $; _._stretchSizeTween = t0; _._overscroll_indicator$_state = t1; _.ChangeNotifier__count = _._pullDistance = 0; @@ -45894,7 +46623,7 @@ }, OverscrollIndicatorNotification: function OverscrollIndicatorNotification(t0, t1) { this.leading = t0; - this._accepted = true; + this.accepted = true; this.ViewportNotificationMixin__depth = t1; }, _OverscrollIndicatorNotification_Notification_ViewportNotificationMixin: function _OverscrollIndicatorNotification_Notification_ViewportNotificationMixin() { @@ -45927,18 +46656,17 @@ this.key = t2; }, PageController$(initialPage, viewportFraction) { - return new A.PageController(initialPage, viewportFraction, 0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + return new A.PageController(initialPage, viewportFraction, 0, true, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); }, - PageController: function PageController(t0, t1, t2, t3, t4, t5, t6) { + PageController: function PageController(t0, t1, t2, t3, t4, t5) { var _ = this; _.initialPage = t0; _.viewportFraction = t1; _._initialScrollOffset = t2; _.keepScrollOffset = t3; - _.debugLabel = t4; - _._positions = t5; + _._positions = t4; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t6; + _.ChangeNotifier__listeners = t5; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -45986,14 +46714,15 @@ PageScrollPhysics: function PageScrollPhysics(t0) { this.parent = t0; }, - PageView: function PageView(t0, t1, t2, t3, t4, t5) { + PageView: function PageView(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.controller = t0; _.physics = t1; _.onPageChanged = t2; _.childrenDelegate = t3; _.dragStartBehavior = t4; - _.key = t5; + _.clipBehavior = t5; + _.key = t6; }, _PageViewState: function _PageViewState(t0) { var _ = this; @@ -46063,11 +46792,17 @@ }, _PlatformViewLinkState: function _PlatformViewLinkState(t0) { var _ = this; - _._widget = _._focusNode = _._surface = _._platform_view$_controller = _._platform_view$_id = null; + _._platform_view$_controller = _._platform_view$_id = null; + _._platformViewCreated = false; + _._widget = _._focusNode = _._surface = null; _._debugLifecycleState = t0; _._framework$_element = null; }, - _PlatformViewLinkState__initialize_closure: function _PlatformViewLinkState__initialize_closure() { + _PlatformViewLinkState_build_closure: function _PlatformViewLinkState_build_closure(t0) { + this.controller = t0; + }, + _PlatformViewLinkState__onPlatformViewCreated_closure: function _PlatformViewLinkState__onPlatformViewCreated_closure(t0) { + this.$this = t0; }, PlatformViewSurface: function PlatformViewSurface(t0, t1, t2, t3) { var _ = this; @@ -46076,48 +46811,74 @@ _.hitTestBehavior = t2; _.key = t3; }, + _PlatformViewPlaceholderBox: function _PlatformViewPlaceholderBox(t0, t1, t2, t3) { + var _ = this; + _.onLayout = t0; + _._additionalConstraints = t1; + _.RenderObjectWithChildMixin__child = t2; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.debugCreator = _.parentData = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t3; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + _PlatformViewPlaceHolder: function _PlatformViewPlaceHolder(t0, t1, t2) { + this.onLayout = t0; + this.child = t1; + this.key = t2; + }, PreferredSize: function PreferredSize(t0, t1, t2) { this.child = t0; this.preferredSize = t1; this.key = t2; }, PrimaryScrollController$(child, controller) { - return new A.PrimaryScrollController(controller, child, null); + return new A.PrimaryScrollController(controller, B.Axis_1, B.Set_e2qq2, child, null); }, PrimaryScrollController$none(child) { - return new A.PrimaryScrollController(null, child, null); + return new A.PrimaryScrollController(null, null, B.Set_empty0, child, null); + }, + PrimaryScrollController_shouldInherit(context, scrollDirection) { + var platform, + result = context.findAncestorWidgetOfExactType$1$0(type$.PrimaryScrollController); + if (result == null) + return false; + platform = A.ScrollConfiguration_of(context).getPlatform$1(context); + if (J.containsKey$1$x(result.automaticallyInheritForPlatforms._collection$_map, platform)) + return result.scrollDirection === scrollDirection; + return false; }, PrimaryScrollController_of(context) { var result = context.dependOnInheritedWidgetOfExactType$1$0(type$.PrimaryScrollController); return result == null ? null : result.controller; }, - PrimaryScrollController: function PrimaryScrollController(t0, t1, t2) { - this.controller = t0; - this.child = t1; - this.key = t2; - }, - _getDeltaToScrollOrigin(scrollableState) { - var t1; - switch (scrollableState._widget.axisDirection.index) { - case 2: - t1 = scrollableState._scrollable$_position._pixels; - t1.toString; - return new A.Offset(0, t1); - case 0: - t1 = scrollableState._scrollable$_position._pixels; - t1.toString; - return new A.Offset(0, -t1); - case 3: - t1 = scrollableState._scrollable$_position._pixels; - t1.toString; - return new A.Offset(-t1, 0); - case 1: - t1 = scrollableState._scrollable$_position._pixels; - t1.toString; - return new A.Offset(t1, 0); - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } + PrimaryScrollController: function PrimaryScrollController(t0, t1, t2, t3, t4) { + var _ = this; + _.controller = t0; + _.scrollDirection = t1; + _.automaticallyInheritForPlatforms = t2; + _.child = t3; + _.key = t4; }, _overlayOrigin(context) { var result = context.findAncestorStateOfType$1$0(type$.OverlayState), @@ -46182,8 +46943,8 @@ _._reorderable_list$_items = t0; _._recognizerPointer = _._recognizer = _._finalDropPosition = _._insertIndex = _._dragInfo = _._dragIndex = _._overlayEntry = null; _._dragStartTransitionComplete = false; - _._autoScroller = null; - _.__SliverReorderableListState__scrollable = $; + _._reorderable_list$_autoScroller = null; + _.__SliverReorderableListState__scrollable_A = $; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; @@ -46197,26 +46958,25 @@ _.index = t2; _.recognizer = t3; }, + SliverReorderableListState_cancelReorder_closure: function SliverReorderableListState_cancelReorder_closure(t0) { + this.$this = t0; + }, SliverReorderableListState__dragStart_closure: function SliverReorderableListState__dragStart_closure(t0) { this.$this = t0; }, SliverReorderableListState__dragUpdate_closure: function SliverReorderableListState__dragUpdate_closure(t0) { this.$this = t0; }, + SliverReorderableListState__dragCancel_closure: function SliverReorderableListState__dragCancel_closure(t0) { + this.$this = t0; + }, SliverReorderableListState__dragEnd_closure: function SliverReorderableListState__dragEnd_closure(t0, t1) { this.$this = t0; this.item = t1; }, - SliverReorderableListState__dragReset_closure: function SliverReorderableListState__dragReset_closure(t0) { + SliverReorderableListState__dropCompleted_closure: function SliverReorderableListState__dropCompleted_closure(t0) { this.$this = t0; }, - _EdgeDraggingAutoScroller: function _EdgeDraggingAutoScroller(t0, t1) { - var _ = this; - _.scrollable = t0; - _.onScrollViewScrolled = t1; - _.___EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin = $; - _._scrolling = false; - }, _ReorderableItem: function _ReorderableItem(t0, t1, t2, t3) { var _ = this; _.index = t0; @@ -46226,7 +46986,7 @@ }, _ReorderableItemState: function _ReorderableItemState(t0, t1, t2) { var _ = this; - _.___ReorderableItemState__listState = $; + _.___ReorderableItemState__listState_A = $; _._startOffset = t0; _._targetOffset = t1; _._offsetAnimation = null; @@ -46271,7 +47031,7 @@ _.onDropCompleted = t4; _.proxyDecorator = t5; _.tickerProvider = t6; - _.___DragInfo_capturedThemes = _.___DragInfo_itemExtent = _.___DragInfo_itemSize = _.___DragInfo_dragOffset = _.___DragInfo_dragPosition = _.___DragInfo_child = _.___DragInfo_index = _.___DragInfo_listState = $; + _.___DragInfo_capturedThemes_A = _.___DragInfo_itemExtent_A = _.___DragInfo_itemSize_A = _.___DragInfo_dragOffset_A = _.___DragInfo_dragPosition_A = _.___DragInfo_child_A = _.___DragInfo_index_A = _.___DragInfo_listState_A = $; _._proxyAnimation = null; }, _DragInfo_startDrag_closure: function _DragInfo_startDrag_closure(t0) { @@ -46440,10 +47200,89 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, + __RouterState_State_RestorationMixin_dispose_closure: function __RouterState_State_RestorationMixin_dispose_closure() { + }, RouteInformation: function RouteInformation(t0, t1) { this.location = t0; this.state = t1; }, + Router: function Router(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.routeInformationProvider = t0; + _.routeInformationParser = t1; + _.routerDelegate = t2; + _.backButtonDispatcher = t3; + _.restorationScopeId = t4; + _.key = t5; + _.$ti = t6; + }, + RouteInformationReportingType: function RouteInformationReportingType(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + _RouterState: function _RouterState(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _._currentIntentionToReport = _._currentRouterTransaction = null; + _._routeInformation = t0; + _.___RouterState__routeParsePending_A = $; + _._routeInformationReportingTaskScheduled = false; + _.RestorationMixin__bucket = t1; + _.RestorationMixin__properties = t2; + _.RestorationMixin__debugPropertiesWaitingForReregistration = t3; + _.RestorationMixin__firstRestorePending = t4; + _.RestorationMixin__currentParent = t5; + _._widget = null; + _._debugLifecycleState = t6; + _._framework$_element = null; + _.$ti = t7; + }, + _RouterState_restoreState_closure: function _RouterState_restoreState_closure(t0) { + this.$this = t0; + }, + _RouterState_restoreState_closure0: function _RouterState_restoreState_closure0(t0) { + this.$this = t0; + }, + _RouterState_didChangeDependencies_closure: function _RouterState_didChangeDependencies_closure(t0) { + this.$this = t0; + }, + _RouterState__processParsedRouteInformation_closure: function _RouterState__processParsedRouteInformation_closure(t0, t1, t2) { + this.$this = t0; + this.transaction = t1; + this.delegateRouteSetter = t2; + }, + _RouterState__handleRouteInformationProviderNotification_closure: function _RouterState__handleRouteInformationProviderNotification_closure(t0) { + this.$this = t0; + }, + _RouterState__handleRoutePopped_closure: function _RouterState__handleRoutePopped_closure(t0, t1) { + this.$this = t0; + this.transaction = t1; + }, + _RouterState__rebuild_closure: function _RouterState__rebuild_closure() { + }, + _RouterState__handleRouterDelegateNotification_closure: function _RouterState__handleRouterDelegateNotification_closure() { + }, + _RouterScope: function _RouterScope(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.routeInformationProvider = t0; + _.backButtonDispatcher = t1; + _.routeInformationParser = t2; + _.routerDelegate = t3; + _.routerState = t4; + _.child = t5; + _.key = t6; + }, + _RestorableRouteInformation: function _RestorableRouteInformation(t0) { + var _ = this; + _._restoration_properties$_value = null; + _._restoration0$_disposed = false; + _._restoration0$_owner = _._restoration0$_restorationId = null; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t0; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, + __RouterState_State_RestorationMixin: function __RouterState_State_RestorationMixin() { + }, ModalRoute_of(context, $T) { var widget = context.dependOnInheritedWidgetOfExactType$1$0(type$._ModalScopeStatus), t1 = widget == null ? null : widget.route; @@ -46453,7 +47292,7 @@ }, TransitionRoute: function TransitionRoute() { }, - TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd: function TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd(t0, t1, t2) { + TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd: function TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd(t0, t1, t2) { this.$this = t0; this.nextTrain = t1; this.nextRoute = t2; @@ -46461,7 +47300,7 @@ TransitionRoute__updateSecondaryAnimation_closure: function TransitionRoute__updateSecondaryAnimation_closure(t0, t1, t2) { this._box_0 = t0; this.nextTrain = t1; - this._jumpOnAnimationEnd = t2; + this.jumpOnAnimationEnd = t2; }, TransitionRoute__updateSecondaryAnimation_closure0: function TransitionRoute__updateSecondaryAnimation_closure0(t0, t1, t2) { this._box_0 = t0; @@ -46472,9 +47311,10 @@ this.$this = t0; this.animation = t1; }, - LocalHistoryEntry: function LocalHistoryEntry(t0) { + LocalHistoryEntry: function LocalHistoryEntry(t0, t1) { this.onRemove = t0; this._routes$_owner = null; + this.impliesAppBarDismissal = t1; }, LocalHistoryRoute: function LocalHistoryRoute() { }, @@ -46486,13 +47326,14 @@ this._actions$_listeners = t1; this._currentCallingAction = null; }, - _ModalScopeStatus: function _ModalScopeStatus(t0, t1, t2, t3, t4) { + _ModalScopeStatus: function _ModalScopeStatus(t0, t1, t2, t3, t4, t5) { var _ = this; _.isCurrent = t0; _.canPop = t1; - _.route = t2; - _.child = t3; - _.key = t4; + _.impliesAppBarDismissal = t2; + _.route = t3; + _.child = t4; + _.key = t5; }, _ModalScope: function _ModalScope(t0, t1, t2) { this.route = t0; @@ -46502,7 +47343,7 @@ _ModalScopeState: function _ModalScopeState(t0, t1, t2, t3) { var _ = this; _._page = null; - _.___ModalScopeState__listenable = $; + _.___ModalScopeState__listenable_A = $; _.focusScopeNode = t0; _.primaryScrollController = t1; _._widget = null; @@ -46568,12 +47409,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -46584,6 +47427,7 @@ var _ = this; _.cachedResults = t0; _._focusScopeNode = t1; + _._previousFocus = null; _.behavior = t2; _.RenderObjectWithChildMixin__child = t3; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -46598,12 +47442,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -46648,11 +47494,11 @@ this._delegate = t1; }, BallisticScrollActivity: function BallisticScrollActivity(t0) { - this.__BallisticScrollActivity__controller = $; + this.__BallisticScrollActivity__controller_A = $; this._delegate = t0; }, DrivenScrollActivity: function DrivenScrollActivity(t0) { - this.__DrivenScrollActivity__controller = this.__DrivenScrollActivity__completer = $; + this.__DrivenScrollActivity__controller_F = this.__DrivenScrollActivity__completer_F = $; this._delegate = t0; }, ScrollAwareImageProvider: function ScrollAwareImageProvider(t0, t1, t2) { @@ -46710,14 +47556,16 @@ this.child = t1; this.key = t2; }, - ScrollController: function ScrollController(t0, t1, t2, t3, t4) { + ScrollController$(initialScrollOffset, keepScrollOffset) { + return new A.ScrollController(initialScrollOffset, true, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + }, + ScrollController: function ScrollController(t0, t1, t2, t3) { var _ = this; _._initialScrollOffset = t0; _.keepScrollOffset = t1; - _.debugLabel = t2; - _._positions = t3; + _._positions = t2; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t4; + _.ChangeNotifier__listeners = t3; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -46815,6 +47663,17 @@ ScrollNotificationObserverState_build_closure: function ScrollNotificationObserverState_build_closure(t0) { this.$this = t0; }, + ScrollNotificationObserverState_build_closure0: function ScrollNotificationObserverState_build_closure0(t0) { + this.$this = t0; + }, + _ConvertedScrollMetricsNotification: function _ConvertedScrollMetricsNotification(t0, t1, t2, t3, t4) { + var _ = this; + _.dragDetails = t0; + _.scrollDelta = t1; + _.metrics = t2; + _.context = t3; + _.ViewportNotificationMixin__depth = t4; + }, BouncingScrollPhysics__applyFriction(extentOutside, absDelta, gamma) { var deltaToLimit, total; if (extentOutside > 0) { @@ -46898,8 +47757,8 @@ ClampingScrollSimulation$(position, tolerance, velocity) { var t1 = new A.ClampingScrollSimulation(position, velocity, tolerance), t2 = Math.exp(Math.log(0.35 * Math.abs(velocity) / 778.3530259679999) / ($.$get$ClampingScrollSimulation__kDecelerationRate() - 1)); - t1.__ClampingScrollSimulation__duration = t2; - t1.__ClampingScrollSimulation__distance = Math.abs(velocity * A._lateReadCheck(t2, "_duration") / 3.065); + t1.__ClampingScrollSimulation__duration_A = t2; + t1.__ClampingScrollSimulation__distance_A = Math.abs(velocity * t2 / 3.065); return t1; }, BouncingScrollSimulation: function BouncingScrollSimulation(t0, t1, t2, t3) { @@ -46907,7 +47766,7 @@ _.leadingExtent = t0; _.trailingExtent = t1; _.spring = t2; - _.__BouncingScrollSimulation__springTime = _.__BouncingScrollSimulation__springSimulation = _.__BouncingScrollSimulation__frictionSimulation = $; + _.__BouncingScrollSimulation__springTime_A = _.__BouncingScrollSimulation__springSimulation_A = _.__BouncingScrollSimulation__frictionSimulation_A = $; _._timeOffset = 0; _.tolerance = t3; }, @@ -46915,62 +47774,52 @@ var _ = this; _.position = t0; _.velocity = t1; - _.__ClampingScrollSimulation__distance = _.__ClampingScrollSimulation__duration = $; + _.__ClampingScrollSimulation__distance_A = _.__ClampingScrollSimulation__duration_A = $; _.tolerance = t2; }, CustomScrollView$(anchor, cacheExtent, clipBehavior, controller, dragStartBehavior, keyboardDismissBehavior, physics, primary, restorationId, reverse, scrollDirection, shrinkWrap, slivers) { - var t2, _null = null, - t1 = primary == null; - if (t1) - t2 = controller == null && scrollDirection === B.Axis_1; - else - t2 = primary; + var t1, _null = null; if (primary !== true) - t1 = t1 && controller == null && scrollDirection === B.Axis_1; + t1 = primary == null && controller == null && scrollDirection === B.Axis_1; else t1 = true; t1 = t1 ? B.AlwaysScrollableScrollPhysics_null : _null; - return new A.CustomScrollView(slivers, scrollDirection, false, controller, t2, t1, _null, shrinkWrap, _null, anchor, cacheExtent, _null, dragStartBehavior, keyboardDismissBehavior, restorationId, clipBehavior, _null); + return new A.CustomScrollView(slivers, scrollDirection, false, controller, primary, t1, _null, shrinkWrap, _null, anchor, cacheExtent, _null, dragStartBehavior, keyboardDismissBehavior, restorationId, clipBehavior, _null); }, - ListView$(children, controller, padding, scrollDirection, shrinkWrap) { - var _null = null, + ListView$(children, controller, padding, primary, scrollDirection, shrinkWrap) { + var t3, _null = null, t1 = A.SliverChildListDelegate$(children, true, true, true), - t2 = children.length, - t3 = controller == null && scrollDirection === B.Axis_1, - t4 = controller == null && scrollDirection === B.Axis_1; - t4 = t4 ? B.AlwaysScrollableScrollPhysics_null : _null; - return new A.ListView(t1, padding, scrollDirection, false, controller, t3, t4, _null, shrinkWrap, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); + t2 = children.length; + if (primary !== true) + t3 = primary == null && controller == null && scrollDirection === B.Axis_1; + else + t3 = true; + t3 = t3 ? B.AlwaysScrollableScrollPhysics_null : _null; + return new A.ListView(t1, padding, scrollDirection, false, controller, primary, t3, _null, shrinkWrap, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); }, ListView$builder(controller, itemBuilder, itemCount, padding, physics, scrollDirection, shrinkWrap) { - var t2, _null = null, - t1 = controller == null && scrollDirection === B.Axis_1; + var t1, _null = null; if (physics == null) { - t2 = controller == null && scrollDirection === B.Axis_1; - t2 = t2 ? B.AlwaysScrollableScrollPhysics_null : _null; + t1 = controller == null && scrollDirection === B.Axis_1; + t1 = t1 ? B.AlwaysScrollableScrollPhysics_null : _null; } else - t2 = physics; - return new A.ListView(new A.SliverChildBuilderDelegate(itemBuilder, itemCount, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null), padding, scrollDirection, false, controller, t1, t2, _null, shrinkWrap, _null, 0, _null, itemCount, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); + t1 = physics; + return new A.ListView(new A.SliverChildBuilderDelegate(itemBuilder, itemCount, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null), padding, scrollDirection, false, controller, _null, t1, _null, shrinkWrap, _null, 0, _null, itemCount, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); }, ListView$separated(controller, itemBuilder, itemCount, padding, separatorBuilder, shrinkWrap) { var _null = null, t1 = Math.max(0, itemCount * 2 - 1), - t2 = controller == null && true, - t3 = controller == null && true; - t3 = t3 ? B.AlwaysScrollableScrollPhysics_null : _null; - return new A.ListView(new A.SliverChildBuilderDelegate(new A.ListView$separated_closure(itemBuilder, separatorBuilder), t1, true, true, true, new A.ListView$separated_closure0(), _null), padding, B.Axis_1, false, controller, t2, t3, _null, true, _null, 0, _null, itemCount, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); + t2 = controller == null && true; + t2 = t2 ? B.AlwaysScrollableScrollPhysics_null : _null; + return new A.ListView(new A.SliverChildBuilderDelegate(new A.ListView$separated_closure(itemBuilder, separatorBuilder), t1, true, true, true, new A.ListView$separated_closure0(), _null), padding, B.Axis_1, false, controller, _null, t2, _null, true, _null, 0, _null, itemCount, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); }, GridView$count(childAspectRatio, children, crossAxisCount, crossAxisSpacing, mainAxisSpacing, padding, physics, primary, shrinkWrap) { - var t4, _null = null, + var t3, _null = null, t1 = A.SliverChildListDelegate$(children, true, true, true), - t2 = children.length, - t3 = primary == null; - if (t3) - t4 = true; - else - t4 = primary; + t2 = children.length; if (physics == null) { if (primary !== true) - if (t3) + if (primary == null) t3 = true; else t3 = false; @@ -46979,7 +47828,7 @@ t3 = t3 ? B.AlwaysScrollableScrollPhysics_null : _null; } else t3 = physics; - return new A.GridView(new A.SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount, mainAxisSpacing, crossAxisSpacing, childAspectRatio), t1, padding, B.Axis_1, false, _null, t4, t3, _null, shrinkWrap, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); + return new A.GridView(new A.SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount, mainAxisSpacing, crossAxisSpacing, childAspectRatio), t1, padding, B.Axis_1, false, _null, primary, t3, _null, shrinkWrap, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null); }, ScrollViewKeyboardDismissBehavior: function ScrollViewKeyboardDismissBehavior(t0, t1) { this.index = t0; @@ -47066,8 +47915,8 @@ _.clipBehavior = t17; _.key = t18; }, - Scrollable$(axisDirection, controller, dragStartBehavior, excludeFromSemantics, physics, restorationId, scrollBehavior, semanticChildCount, viewportBuilder) { - return new A.Scrollable(axisDirection, controller, physics, viewportBuilder, excludeFromSemantics, semanticChildCount, dragStartBehavior, restorationId, scrollBehavior, null); + Scrollable$(axisDirection, clipBehavior, controller, dragStartBehavior, excludeFromSemantics, physics, restorationId, scrollBehavior, semanticChildCount, viewportBuilder) { + return new A.Scrollable(axisDirection, controller, physics, viewportBuilder, excludeFromSemantics, semanticChildCount, dragStartBehavior, restorationId, scrollBehavior, clipBehavior, null); }, Scrollable_of(context) { var widget = context.dependOnInheritedWidgetOfExactType$1$0(type$._ScrollableScope); @@ -47107,9 +47956,32 @@ t1 = A.Future_Future$value(null, type$.void); return t1; }, + _getDeltaToScrollOrigin(scrollableState) { + var t1; + switch (scrollableState._widget.axisDirection.index) { + case 2: + t1 = scrollableState._scrollable$_position._pixels; + t1.toString; + return new A.Offset(0, t1); + case 0: + t1 = scrollableState._scrollable$_position._pixels; + t1.toString; + return new A.Offset(0, -t1); + case 3: + t1 = scrollableState._scrollable$_position._pixels; + t1.toString; + return new A.Offset(-t1, 0); + case 1: + t1 = scrollableState._scrollable$_position._pixels; + t1.toString; + return new A.Offset(t1, 0); + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, _ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure: function _ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure() { }, - Scrollable: function Scrollable(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + Scrollable: function Scrollable(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.axisDirection = t0; _.controller = t1; @@ -47120,7 +47992,8 @@ _.dragStartBehavior = t6; _.restorationId = t7; _.scrollBehavior = t8; - _.key = t9; + _.clipBehavior = t9; + _.key = t10; }, _ScrollableScope: function _ScrollableScope(t0, t1, t2, t3) { var _ = this; @@ -47133,7 +48006,7 @@ var _ = this; _._scrollable$_position = null; _._persistedScrollOffset = t0; - _.__ScrollableState__configuration = $; + _.__ScrollableState__configuration_A = $; _._mediaQueryData = _._fallbackScrollController = _._physics = null; _._scrollSemanticsKey = t1; _._gestureDetectorKey = t2; @@ -47164,9 +48037,64 @@ ScrollableState_setCanDrag_closure2: function ScrollableState_setCanDrag_closure2(t0) { this.$this = t0; }, - ScrollableDetails: function ScrollableDetails(t0, t1) { + _ScrollableSelectionHandler: function _ScrollableSelectionHandler(t0, t1, t2, t3, t4) { + var _ = this; + _.state = t0; + _.position = t1; + _.child = t2; + _.registrar = t3; + _.key = t4; + }, + _ScrollableSelectionHandlerState: function _ScrollableSelectionHandlerState(t0) { + var _ = this; + _.___ScrollableSelectionHandlerState__selectionDelegate_A = $; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + EdgeDraggingAutoScroller: function EdgeDraggingAutoScroller(t0, t1, t2) { + var _ = this; + _.scrollable = t0; + _.onScrollViewScrolled = t1; + _.velocityScalar = t2; + _.__EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin_A = $; + _._scrolling = false; + }, + _ScrollableSelectionContainerDelegate: function _ScrollableSelectionContainerDelegate(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + var _ = this; + _.state = t0; + _._autoScroller = t1; + _._scheduledLayoutChange = false; + _._currentDragEndRelatedToOrigin = _._currentDragStartRelatedToOrigin = null; + _._selectionStartsInScrollable = false; + _._scrollable$_position = t2; + _._selectableStartEdgeUpdateRecords = t3; + _._selectableEndEdgeUpdateRecords = t4; + _.selectables = t5; + _.currentSelectionStartIndex = _.currentSelectionEndIndex = -1; + _._endHandleLayerOwner = _._endHandleLayer = _._startHandleLayerOwner = _._startHandleLayer = null; + _._selectionInProgress = _._scheduledSelectableUpdate = _._isHandlingSelectionEvent = false; + _._additions = t6; + _._selectionGeometry = t7; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t8; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + _._selectionContainerContext = null; + }, + _ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure: function _ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure(t0) { + this.$this = t0; + }, + _ScrollableSelectionContainerDelegate_didChangeSelectables_closure: function _ScrollableSelectionContainerDelegate_didChangeSelectables_closure(t0) { + this.selectableSet = t0; + }, + _ScrollableSelectionContainerDelegate_didChangeSelectables_closure0: function _ScrollableSelectionContainerDelegate_didChangeSelectables_closure0(t0) { + this.selectableSet = t0; + }, + ScrollableDetails: function ScrollableDetails(t0, t1, t2) { this.direction = t0; this.controller = t1; + this.clipBehavior = t2; }, _ScrollSemantics: function _ScrollSemantics(t0, t1, t2, t3, t4) { var _ = this; @@ -47195,12 +48123,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -47267,13 +48197,13 @@ _._scrollbarOrientation = t13; _._ignorePointer = false; _._trackRect = _._thumbRect = _._lastAxisDirection = _._lastMetrics = null; - _.__ScrollbarPainter__thumbOffset = $; + _.__ScrollbarPainter__thumbOffset_A = $; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t14; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - ScrollbarPainter_update__needPaint: function ScrollbarPainter_update__needPaint() { + ScrollbarPainter_update_needPaint: function ScrollbarPainter_update_needPaint() { }, RawScrollbar: function RawScrollbar(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; @@ -47295,10 +48225,10 @@ RawScrollbarState: function RawScrollbarState(t0, t1, t2, t3, t4) { var _ = this; _._fadeoutTimer = _._currentController = _._dragScrollbarAxisOffset = null; - _.__RawScrollbarState__fadeoutOpacityAnimation = _.__RawScrollbarState__fadeoutAnimationController = $; + _.__RawScrollbarState__fadeoutOpacityAnimation_A = _.__RawScrollbarState__fadeoutAnimationController_A = $; _._scrollbarPainterKey = t0; _._hoverIsActive = false; - _.__RawScrollbarState_scrollbarPainter = $; + _.__RawScrollbarState_scrollbarPainter_F = $; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; @@ -47377,13 +48307,88 @@ }, _RawScrollbarState_State_TickerProviderStateMixin: function _RawScrollbarState_State_TickerProviderStateMixin() { }, + MultiSelectableSelectionContainerDelegate__compareVertically(a, b) { + var t4, + t1 = a.top, + t2 = b.top, + t3 = t1 - t2; + if (!(t3 < 1e-10 && a.bottom - b.bottom > -1e-10)) + t4 = t2 - t1 < 1e-10 && b.bottom - a.bottom > -1e-10; + else + t4 = true; + if (t4) + return 0; + if (Math.abs(t3) > 1e-10) + return t1 > t2 ? 1 : -1; + return a.bottom > b.bottom ? 1 : -1; + }, + MultiSelectableSelectionContainerDelegate__compareHorizontally(a, b) { + var t1 = a.left, + t2 = b.left, + t3 = t1 - t2; + if (t3 < 1e-10 && a.right - b.right > -1e-10) + return -1; + if (t2 - t1 < 1e-10 && b.right - a.right > -1e-10) + return 1; + if (Math.abs(t3) > 1e-10) + return t1 > t2 ? 1 : -1; + return a.right > b.right ? 1 : -1; + }, + MultiSelectableSelectionContainerDelegate: function MultiSelectableSelectionContainerDelegate() { + }, + MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_closure: function MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_closure(t0) { + this.$this = t0; + }, + MultiSelectableSelectionContainerDelegate_handleSelectWord_closure: function MultiSelectableSelectionContainerDelegate_handleSelectWord_closure(t0, t1) { + this.$this = t0; + this.index = t1; + }, + MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0: function MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0(t0) { + this.$this = t0; + }, + _MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier: function _MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier() { + }, + SelectionContainer_maybeOf(context) { + var scope = context.dependOnInheritedWidgetOfExactType$1$0(type$.SelectionRegistrarScope); + return scope == null ? null : scope.registrar; + }, + SelectionRegistrarScope$(child, registrar) { + return new A.SelectionRegistrarScope(registrar, child, null); + }, + SelectionContainer: function SelectionContainer(t0, t1, t2, t3) { + var _ = this; + _.registrar = t0; + _.child = t1; + _.delegate = t2; + _.key = t3; + }, + _SelectionContainerState: function _SelectionContainerState(t0, t1, t2, t3) { + var _ = this; + _._selection_container$_listeners = t0; + _.SelectionRegistrant__registrar = t1; + _.SelectionRegistrant__subscribedToSelectionRegistrar = t2; + _._widget = null; + _._debugLifecycleState = t3; + _._framework$_element = null; + }, + SelectionRegistrarScope: function SelectionRegistrarScope(t0, t1, t2) { + this.registrar = t0; + this.child = t1; + this.key = t2; + }, + SelectionContainerDelegate: function SelectionContainerDelegate() { + }, + __SelectionContainerState_State_Selectable: function __SelectionContainerState_State_Selectable() { + }, + __SelectionContainerState_State_Selectable_SelectionRegistrant: function __SelectionContainerState_State_Selectable_SelectionRegistrant() { + }, SharedAppData: function SharedAppData(t0, t1) { this.child = t0; this.key = t1; }, _SharedAppDataState: function _SharedAppDataState(t0) { var _ = this; - _.___SharedAppDataState_data = $; + _.___SharedAppDataState_data_AI = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -47433,23 +48438,15 @@ source.forEach$1(0, new A.ShortcutManager__indexShortcuts_closure(result)); return result; }, - Shortcuts_maybeOf(context) { - var t1, - inherited = context.dependOnInheritedWidgetOfExactType$1$0(type$._ShortcutsMarker); - if (inherited == null) - t1 = null; - else { - t1 = inherited.notifier; - t1.toString; - } - return t1; + Shortcuts$(child, debugLabel, shortcuts) { + return new A.Shortcuts(null, shortcuts, child, debugLabel, null); }, KeySet: function KeySet() { }, LogicalKeySet: function LogicalKeySet(t0) { - this.__LogicalKeySet__triggers = $; + this.__LogicalKeySet__triggers_FI = $; this._shortcuts$_keys = t0; - this.__KeySet_hashCode = $; + this.__KeySet_hashCode_FI = $; }, LogicalKeySet__triggers_closure: function LogicalKeySet__triggers_closure() { }, @@ -47479,12 +48476,13 @@ }, ShortcutManager__indexShortcuts__closure: function ShortcutManager__indexShortcuts__closure() { }, - Shortcuts: function Shortcuts(t0, t1, t2, t3) { + Shortcuts: function Shortcuts(t0, t1, t2, t3, t4) { var _ = this; - _.shortcuts = t0; - _.child = t1; - _.debugLabel = t2; - _.key = t3; + _.manager = t0; + _._shortcuts = t1; + _.child = t2; + _.debugLabel = t3; + _.key = t4; }, _ShortcutsState: function _ShortcutsState(t0) { var _ = this; @@ -47492,14 +48490,38 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - _ShortcutsMarker: function _ShortcutsMarker(t0, t1, t2) { - this.notifier = t0; + ShortcutRegistry: function ShortcutRegistry(t0, t1) { + var _ = this; + _._tokenShortcuts = t0; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t1; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, + ShortcutRegistrar: function ShortcutRegistrar(t0, t1) { + this.child = t0; + this.key = t1; + }, + _ShortcutRegistrarState: function _ShortcutRegistrarState(t0, t1, t2) { + var _ = this; + _.registry = t0; + _.manager = t1; + _._widget = null; + _._debugLifecycleState = t2; + _._framework$_element = null; + }, + _ShortcutRegistrarMarker: function _ShortcutRegistrarMarker(t0, t1, t2) { + this.registry = t0; this.child = t1; this.key = t2; }, _LogicalKeySet_KeySet_Diagnosticable: function _LogicalKeySet_KeySet_Diagnosticable() { }, - _ShortcutManager_ChangeNotifier_Diagnosticable: function _ShortcutManager_ChangeNotifier_Diagnosticable() { + _ShortcutManager_Object_Diagnosticable: function _ShortcutManager_Object_Diagnosticable() { + }, + _ShortcutManager_Object_Diagnosticable_ChangeNotifier: function _ShortcutManager_Object_Diagnosticable_ChangeNotifier() { + }, + _ShortcutRegistry_Object_ChangeNotifier: function _ShortcutRegistry_Object_ChangeNotifier() { }, _SingleActivator_Object_Diagnosticable: function _SingleActivator_Object_Diagnosticable() { }, @@ -47507,9 +48529,8 @@ }, __ActivatorIntentPair_Object_Diagnosticable: function __ActivatorIntentPair_Object_Diagnosticable() { }, - SingleChildScrollView$(child, controller, dragStartBehavior, padding, physics, restorationId, reverse, scrollDirection) { - var t1 = controller == null && scrollDirection === B.Axis_1; - return new A.SingleChildScrollView(scrollDirection, reverse, padding, controller, t1, physics, child, dragStartBehavior, restorationId, null); + SingleChildScrollView$(child, controller, dragStartBehavior, padding, physics, primary, restorationId, reverse, scrollDirection) { + return new A.SingleChildScrollView(scrollDirection, reverse, padding, controller, primary, physics, child, dragStartBehavior, restorationId, null); }, SingleChildScrollView: function SingleChildScrollView(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; @@ -47540,7 +48561,7 @@ _SingleChildViewportElement: function _SingleChildViewportElement(t0, t1) { var _ = this; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t0; _._owner = null; _._lifecycleState = t1; @@ -47568,12 +48589,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -47637,6 +48660,23 @@ _.children = t3; _._keyToIndex = t4; }, + _SelectionKeepAlive: function _SelectionKeepAlive(t0, t1) { + this.child = t0; + this.key = t1; + }, + _SelectionKeepAliveState: function _SelectionKeepAliveState(t0, t1) { + var _ = this; + _._sliver$_registrar = _._selectableAttachments = _._selectablesWithSelections = null; + _._wantKeepAlive = false; + _.AutomaticKeepAliveClientMixin__keepAliveHandle = t0; + _._widget = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + _SelectionKeepAliveState_listensTo_closure: function _SelectionKeepAliveState_listensTo_closure(t0, t1) { + this.$this = t0; + this.selectable = t1; + }, SliverWithKeepAliveWidget: function SliverWithKeepAliveWidget() { }, SliverMultiBoxAdaptorWidget: function SliverMultiBoxAdaptorWidget() { @@ -47657,7 +48697,7 @@ _._currentlyUpdatingChildIndex = _._currentBeforeChild = null; _._didUnderflow = false; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t2; _._owner = null; _._lifecycleState = t3; @@ -47694,6 +48734,8 @@ this.child = t1; this.key = t2; }, + __SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin: function __SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin() { + }, SliverFillViewport: function SliverFillViewport(t0, t1, t2, t3) { var _ = this; _.viewportFraction = t0; @@ -47726,12 +48768,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -47761,7 +48805,7 @@ var _ = this; _.floating = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _.child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -47787,7 +48831,7 @@ _RenderSliverPinnedPersistentHeaderForWidgets: function _RenderSliverPinnedPersistentHeaderForWidgets(t0, t1, t2, t3) { var _ = this; _._RenderSliverPersistentHeaderForWidgetsMixin__element = t0; - _.__RenderSliverPersistentHeader__lastStretchOffset = $; + _.__RenderSliverPersistentHeader__lastStretchOffset_A = $; _._needsUpdateChild = true; _._lastShrinkOffset = 0; _._lastOverlapsContent = false; @@ -47802,12 +48846,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -47824,7 +48870,7 @@ var _ = this; _._slotToChild = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._debugPreviousSlots = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -47878,7 +48924,7 @@ _._table0$_doingMountOrUpdate = false; _._table0$_forgottenChildren = t1; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t2; _._owner = null; _._lifecycleState = t3; @@ -47923,7 +48969,7 @@ }, DefaultTextHeightBehavior_of(context) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextHeightBehavior); - return t1 == null ? null : t1.get$textHeightBehavior(t1); + return t1 == null ? null : t1.get$textHeightBehavior(); }, Text$(data, key, maxLines, overflow, semanticsLabel, softWrap, style, textAlign, textDirection, textScaleFactor) { return new A.Text(data, null, style, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, semanticsLabel, key); @@ -47940,7 +48986,7 @@ _.child = t7; _.key = t8; }, - _NullWidget2: function _NullWidget2(t0) { + _NullWidget3: function _NullWidget3(t0) { this.key = t0; }, Text: function Text(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { @@ -47959,6 +49005,75 @@ }, DoNothingAndStopPropagationTextIntent: function DoNothingAndStopPropagationTextIntent() { }, + DirectionalTextEditingIntent: function DirectionalTextEditingIntent() { + }, + DeleteCharacterIntent: function DeleteCharacterIntent(t0) { + this.forward = t0; + }, + DeleteToNextWordBoundaryIntent: function DeleteToNextWordBoundaryIntent(t0) { + this.forward = t0; + }, + DeleteToLineBreakIntent: function DeleteToLineBreakIntent(t0) { + this.forward = t0; + }, + DirectionalCaretMovementIntent: function DirectionalCaretMovementIntent() { + }, + ExtendSelectionByCharacterIntent: function ExtendSelectionByCharacterIntent(t0, t1, t2, t3) { + var _ = this; + _.collapseSelection = t0; + _.collapseAtReversal = t1; + _.continuesAtWrap = t2; + _.forward = t3; + }, + ExtendSelectionToNextWordBoundaryIntent: function ExtendSelectionToNextWordBoundaryIntent(t0, t1, t2, t3) { + var _ = this; + _.collapseSelection = t0; + _.collapseAtReversal = t1; + _.continuesAtWrap = t2; + _.forward = t3; + }, + ExtendSelectionToNextWordBoundaryOrCaretLocationIntent: function ExtendSelectionToNextWordBoundaryOrCaretLocationIntent(t0) { + this.forward = t0; + }, + ExpandSelectionToDocumentBoundaryIntent: function ExpandSelectionToDocumentBoundaryIntent(t0) { + this.forward = t0; + }, + ExpandSelectionToLineBreakIntent: function ExpandSelectionToLineBreakIntent(t0) { + this.forward = t0; + }, + ExtendSelectionToLineBreakIntent: function ExtendSelectionToLineBreakIntent(t0, t1, t2, t3) { + var _ = this; + _.collapseSelection = t0; + _.collapseAtReversal = t1; + _.continuesAtWrap = t2; + _.forward = t3; + }, + ExtendSelectionVerticallyToAdjacentLineIntent: function ExtendSelectionVerticallyToAdjacentLineIntent(t0, t1, t2, t3) { + var _ = this; + _.collapseSelection = t0; + _.collapseAtReversal = t1; + _.continuesAtWrap = t2; + _.forward = t3; + }, + ExtendSelectionToDocumentBoundaryIntent: function ExtendSelectionToDocumentBoundaryIntent(t0, t1, t2, t3) { + var _ = this; + _.collapseSelection = t0; + _.collapseAtReversal = t1; + _.continuesAtWrap = t2; + _.forward = t3; + }, + ScrollToDocumentBoundaryIntent: function ScrollToDocumentBoundaryIntent(t0) { + this.forward = t0; + }, + SelectAllTextIntent: function SelectAllTextIntent() { + }, + CopySelectionTextIntent: function CopySelectionTextIntent(t0) { + this.collapseSelection = t0; + }, + PasteTextIntent: function PasteTextIntent() { + }, + RedoTextIntent: function RedoTextIntent() { + }, ReplaceTextIntent: function ReplaceTextIntent(t0, t1, t2, t3) { var _ = this; _.currentTextEditingValue = t0; @@ -47966,18 +49081,18 @@ _.replacementRange = t2; _.cause = t3; }, + UndoTextIntent: function UndoTextIntent() { + }, UpdateSelectionIntent: function UpdateSelectionIntent(t0, t1, t2) { this.currentTextEditingValue = t0; this.newSelection = t1; this.cause = t2; }, + TransposeCharactersIntent: function TransposeCharactersIntent() { + }, _SelectionHandleOverlay$(dragStartBehavior, handleLayerLink, onSelectionHandleDragEnd, onSelectionHandleDragStart, onSelectionHandleDragUpdate, onSelectionHandleTapped, preferredLineHeight, selectionControls, type, visibility) { return new A._SelectionHandleOverlay(handleLayerLink, onSelectionHandleTapped, onSelectionHandleDragStart, onSelectionHandleDragUpdate, onSelectionHandleDragEnd, selectionControls, visibility, preferredLineHeight, type, dragStartBehavior, null); }, - TextSelectionHandleType: function TextSelectionHandleType(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, TextSelectionControls: function TextSelectionControls() { }, TextSelectionOverlay: function TextSelectionOverlay(t0, t1, t2, t3, t4, t5, t6) { @@ -47985,13 +49100,13 @@ _.renderObject = t0; _.selectionControls = t1; _.selectionDelegate = t2; - _.__TextSelectionOverlay__selectionOverlay = $; + _.__TextSelectionOverlay__selectionOverlay_F = $; _._text_selection$_value = t3; _._effectiveStartHandleVisibility = t4; _._effectiveEndHandleVisibility = t5; _._effectiveToolbarVisibility = t6; _._handlesVisible = false; - _.__TextSelectionOverlay__dragStartPosition = _.__TextSelectionOverlay__dragEndPosition = $; + _.__TextSelectionOverlay__dragStartPosition_A = _.__TextSelectionOverlay__dragEndPosition_A = $; }, SelectionOverlay: function SelectionOverlay(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { var _ = this; @@ -48007,7 +49122,7 @@ _.onEndHandleDragStart = t9; _.onEndHandleDragUpdate = t10; _.toolbarVisible = t11; - _._selectionEndPoints = t12; + _._selectionEndpoints = t12; _.debugRequiredFor = t13; _.toolbarLayerLink = t14; _.startHandleLayerLink = t15; @@ -48040,13 +49155,19 @@ }, _SelectionHandleOverlayState: function _SelectionHandleOverlayState(t0, t1, t2) { var _ = this; - _.___SelectionHandleOverlayState__controller = $; + _.___SelectionHandleOverlayState__controller_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; _._debugLifecycleState = t2; _._framework$_element = null; }, + _SelectionHandleOverlayState_build_closure: function _SelectionHandleOverlayState_build_closure(t0) { + this.$this = t0; + }, + _SelectionHandleOverlayState_build_closure0: function _SelectionHandleOverlayState_build_closure0(t0) { + this.$this = t0; + }, TextSelectionGestureDetectorBuilder: function TextSelectionGestureDetectorBuilder() { }, TextSelectionGestureDetector: function TextSelectionGestureDetector(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { @@ -48153,7 +49274,7 @@ _._onTick = t1; _._animationId = null; _.debugLabel = t2; - _.__Ticker__debugCreationStack = $; + _.__Ticker__debugCreationStack_A = $; }, Title: function Title(t0, t1, t2, t3) { var _ = this; @@ -48252,7 +49373,7 @@ }, _ValueListenableBuilderState: function _ValueListenableBuilderState(t0, t1) { var _ = this; - _.___ValueListenableBuilderState_value = $; + _.___ValueListenableBuilderState_value_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -48299,10 +49420,10 @@ var _ = this; _._doingMountOrUpdate = false; _._centerSlotIndex = null; - _.__MultiChildRenderObjectElement__children = $; + _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -48343,7 +49464,7 @@ _.ImageCacheManager__runningResizes = t0; _._cache_manager$_config = t1; _._cache_manager$_store = t2; - _.__CacheManager__webHelper = $; + _.__CacheManager__webHelper_F = $; }, _DefaultCacheManager_CacheManager_ImageCacheManager: function _DefaultCacheManager_CacheManager_ImageCacheManager() { }, @@ -48468,7 +49589,7 @@ t1 = A._setArrayType([new A.BoxShadow(0, B.BlurStyle_0, A.Color$fromARGB(204, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255), B.Offset_1_2, 5)], type$.JSArray_BoxShadow), t2 = A.BorderRadius$circular(50), t3 = isCurrentColor ? 1 : 0; - return A.Container$(_null, A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, t2, true, A.AnimatedOpacity$(false, A.Icon$(B.IconData_57846_MaterialIcons_null_false, B.JSNumber_methods.round$0(Math.sqrt(Math.pow(color.get$value(color) >>> 16 & 255, 2) * 0.299 + Math.pow(color.get$value(color) >>> 8 & 255, 2) * 0.587 + Math.pow(color.get$value(color) & 255, 2) * 0.114)) < 130 && true ? B.Color_4294967295 : B.Color_4278190080, _null), B.C__Linear, B.Duration_210000, t3), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, changeColor, _null, _null, _null, _null, _null, _null), B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, _null, t1, _null, B.BoxShape_1), _null, _null, _null, B.EdgeInsets_7_7_7_7, _null, _null, _null, _null); + return A.Container$(_null, A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, t2, true, A.AnimatedOpacity$(false, A.Icon$(B.IconData_57846_MaterialIcons_null_false, B.JSNumber_methods.round$0(Math.sqrt(Math.pow(color.get$value(color) >>> 16 & 255, 2) * 0.299 + Math.pow(color.get$value(color) >>> 8 & 255, 2) * 0.587 + Math.pow(color.get$value(color) & 255, 2) * 0.114)) < 130 && true ? B.Color_4294967295 : B.Color_4278190080, _null), B.C__Linear, B.Duration_210000, t3), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, changeColor, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, _null, t1, _null, B.BoxShape_1), _null, _null, _null, B.EdgeInsets_7_7_7_7, _null, _null, _null, _null); }, BlockPicker: function BlockPicker(t0, t1, t2, t3) { var _ = this; @@ -48479,7 +49600,7 @@ }, _BlockPickerState: function _BlockPickerState(t0) { var _ = this; - _.___BlockPickerState__currentColor = $; + _.___BlockPickerState__currentColor_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -48600,7 +49721,7 @@ }, _JsonArrayViewerState: function _JsonArrayViewerState(t0) { var _ = this; - _.___JsonArrayViewerState_openFlag = $; + _.___JsonArrayViewerState_openFlag_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -50735,7 +51856,7 @@ }, loadDateIntlDataIfNotLoaded() { if (!$._dateIntlDataInitialized) { - B.Map_2zqtW.cast$2$0(0, type$.String, type$.Map_String_dynamic).forEach$1(0, new A.loadDateIntlDataIfNotLoaded_closure()); + $.$get$dateSymbols().forEach$1(0, new A.loadDateIntlDataIfNotLoaded_closure()); $._dateIntlDataInitialized = true; } }, @@ -50743,7 +51864,7 @@ }, GlobalWidgetsLocalizations: function GlobalWidgetsLocalizations(t0) { this.locale = t0; - this.__GlobalWidgetsLocalizations__textDirection = $; + this.__GlobalWidgetsLocalizations__textDirection_A = $; }, _WidgetsLocalizationsDelegate0: function _WidgetsLocalizationsDelegate0() { }, @@ -50808,7 +51929,7 @@ }, _StoreStreamListenerState: function _StoreStreamListenerState(t0, t1) { var _ = this; - _.___StoreStreamListenerState__stream = $; + _.___StoreStreamListenerState__stream_A = $; _._widget = _._latestError = _._latestValue = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -51011,7 +52132,7 @@ _SlidableDismissalState: function _SlidableDismissalState(t0, t1, t2) { var _ = this; _.resized = false; - _.___SlidableDismissalState_resizeAnimation = _.___SlidableDismissalState_animationController = $; + _.___SlidableDismissalState_resizeAnimation_A = _.___SlidableDismissalState_animationController_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -51036,7 +52157,7 @@ }, _FlexEntranceTransitionParentData: function _FlexEntranceTransitionParentData(t0, t1, t2) { var _ = this; - _.___FlexEntranceTransitionParentData_mainAxisPosition = $; + _.___FlexEntranceTransitionParentData_mainAxisPosition_A = $; _.fit = _.flex = null; _.ContainerParentDataMixin_previousSibling = t0; _.ContainerParentDataMixin_nextSibling = t1; @@ -51062,12 +52183,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -51103,7 +52226,7 @@ _SlidableGestureDetectorState: function _SlidableGestureDetectorState(t0) { var _ = this; _.dragExtent = 0; - _.___SlidableGestureDetectorState_lastPosition = _.___SlidableGestureDetectorState_startPosition = $; + _.___SlidableGestureDetectorState_lastPosition_A = _.___SlidableGestureDetectorState_startPosition_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -51193,7 +52316,7 @@ _ActionPaneState: function _ActionPaneState(t0) { var _ = this; _.controller = null; - _.___ActionPaneState_closeThreshold = _.___ActionPaneState_openThreshold = $; + _.___ActionPaneState_closeThreshold_A = _.___ActionPaneState_openThreshold_A = $; _.showMotion = true; _._widget = null; _._debugLifecycleState = t0; @@ -51217,7 +52340,7 @@ }, _SlidableState: function _SlidableState(t0, t1, t2, t3) { var _ = this; - _.___SlidableState_moveAnimation = _.___SlidableState_controller = $; + _.___SlidableState_moveAnimation_A = _.___SlidableState_controller_F = $; _.AutomaticKeepAliveClientMixin__keepAliveHandle = t0; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; @@ -51274,7 +52397,7 @@ child.getDryLayout$1(constraints); }, _layoutChild(child, constraints, parentUsesSize) { - child.layout$2$parentUsesSize(0, constraints, parentUsesSize); + child.layout$2$parentUsesSize(constraints, parentUsesSize); }, StaggeredGridParentData: function StaggeredGridParentData(t0, t1, t2) { var _ = this; @@ -51311,12 +52434,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -51360,7 +52485,7 @@ t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.StyledToastTheme), textStyle = t1 == null ? _null : t1.textStyle; if (textStyle == null) - textStyle = A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + textStyle = A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); textPadding = t1 == null ? _null : t1.textPadding; if (textPadding == null) textPadding = new A.EdgeInsets(17, 10, 17, 10); @@ -51370,14 +52495,15 @@ borderRadius = t1 == null ? _null : t1.borderRadius; if (borderRadius == null) borderRadius = A.BorderRadius$circular(5); - shapeBorder = new A.RoundedRectangleBorder(borderRadius, B.BorderSide_0CF); + shapeBorder = new A.RoundedRectangleBorder(borderRadius, B.BorderSide_aLd); textDirection = t1 == null ? _null : t1.textDirection; if (textDirection == null) textDirection = B.TextDirection_1; textAlign = t1 == null ? _null : t1.textAlign; if (textAlign == null) textAlign = B.TextAlign_2; - return A.showToastWidget(A.Container$(_null, A.Text$(msg == null ? "" : msg, _null, _null, _null, _null, _null, textStyle, textAlign, _null, _null), B.Clip_0, _null, _null, new A.ShapeDecoration(backgroundColor, _null, _null, _null, shapeBorder), _null, _null, _null, new A.EdgeInsets(50, 0, 50, 0), textPadding, _null, _null, _null), _null, _null, _null, _null, _null, context, _null, _null, _null, _null, _null, _null, _null, _null, B.C_StyledToastPosition, _null, _null, _null, _null, _null, _null, textDirection); + t1 = _null; + return A.showToastWidget(A.Container$(_null, A.Text$(msg == null ? "" : msg, _null, _null, _null, _null, _null, textStyle, textAlign, _null, _null), B.Clip_0, _null, _null, new A.ShapeDecoration(backgroundColor, _null, _null, _null, shapeBorder), _null, _null, _null, new A.EdgeInsets(50, 0, 50, 0), textPadding, _null, _null, t1), _null, _null, _null, _null, _null, context, _null, _null, _null, _null, _null, _null, _null, _null, B.C_StyledToastPosition, _null, _null, _null, _null, _null, _null, textDirection); }, showToastWidget(widget, alignment, animDuration, animation, animationBuilder, axis, context, curve, dismissOtherToast, duration, endOffset, isHideKeyboard, isIgnoring, onDismiss, onInitState, position, reverseAnimBuilder, reverseAnimation, reverseCurve, reverseEndOffset, reverseStartOffset, startOffset, textDirection) { var t2, t3, key, entry, future, result, _null = null, t1 = {}; @@ -51395,10 +52521,10 @@ t1.reverseAnimation = reverseAnimation; t1.curve = curve; t1.reverseCurve = reverseCurve; - t1.animationBuilder = animationBuilder; - t1.reverseAnimBuilder = reverseAnimBuilder; + animationBuilder = t1.animationBuilder = animationBuilder; + reverseAnimBuilder = t1.reverseAnimBuilder = reverseAnimBuilder; t1.isIgnoring = isIgnoring; - t1.onInitState = onInitState; + onInitState = t1.onInitState = onInitState; context = context != null ? context : $.currentContext; t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.StyledToastTheme); duration = t2 == null ? _null : t2.duration; @@ -51483,7 +52609,7 @@ }, StyledToastWidgetState: function StyledToastWidgetState(t0, t1, t2) { var _ = this; - _.__StyledToastWidgetState_rotateAnimReverse = _.__StyledToastWidgetState_slideToRightAnimReverse = _.__StyledToastWidgetState_slideToLeftAnimReverse = _.__StyledToastWidgetState_slideToBottomAnimReverse = _.__StyledToastWidgetState_slideToTopAnimReverse = _.__StyledToastWidgetState_sizeAnimReverse = _.__StyledToastWidgetState_scaleAnimReverse = _.__StyledToastWidgetState_fadeAnimReverse = _.__StyledToastWidgetState_rotateAnim = _.__StyledToastWidgetState_slideFromRightAnim = _.__StyledToastWidgetState_slideFromLeftAnim = _.__StyledToastWidgetState_slideFromBottomAnim = _.__StyledToastWidgetState_slideFromTopAnim = _.__StyledToastWidgetState_sizeAnim = _.__StyledToastWidgetState_scaleAnim = _.__StyledToastWidgetState_fadeAnim = _.__StyledToastWidgetState__reverseAnimController = _.__StyledToastWidgetState__animationController = $; + _.__StyledToastWidgetState_rotateAnimReverse_A = _.__StyledToastWidgetState_slideToRightAnimReverse_A = _.__StyledToastWidgetState_slideToLeftAnimReverse_A = _.__StyledToastWidgetState_slideToBottomAnimReverse_A = _.__StyledToastWidgetState_slideToTopAnimReverse_A = _.__StyledToastWidgetState_sizeAnimReverse_A = _.__StyledToastWidgetState_scaleAnimReverse_A = _.__StyledToastWidgetState_fadeAnimReverse_A = _.__StyledToastWidgetState_rotateAnim_A = _.__StyledToastWidgetState_slideFromRightAnim_A = _.__StyledToastWidgetState_slideFromLeftAnim_A = _.__StyledToastWidgetState_slideFromBottomAnim_A = _.__StyledToastWidgetState_slideFromTopAnim_A = _.__StyledToastWidgetState_sizeAnim_A = _.__StyledToastWidgetState_scaleAnim_A = _.__StyledToastWidgetState_fadeAnim_A = _.__StyledToastWidgetState__reverseAnimController_A = _.__StyledToastWidgetState__animationController_A = $; _.opacity = 1; _._toastTimer = null; _.TickerProviderStateMixin__tickers = t0; @@ -51657,7 +52783,7 @@ }, GoogleSignInPlugin: function GoogleSignInPlugin() { var _ = this; - _.__GoogleSignInPlugin__isAuthInitialized = _.__GoogleSignInPlugin__isGapiInitialized = $; + _.__GoogleSignInPlugin__isAuthInitialized_A = _.__GoogleSignInPlugin__isGapiInitialized_A = $; _._isInitCalled = false; _._autoDetectedClientId = null; }, @@ -51712,7 +52838,7 @@ t1 = new A._Future($.Zone__current, type$._Future_void); self.gapiOnloadCallback = A.allowInterop(new A.inject_closure(new A._AsyncCompleter(t1, type$._AsyncCompleter_void))); t2 = A._setArrayType([B.JSString_methods.startsWith$1(url, "data:") ? url : url + "?onload=gapiOnloadCallback"], type$.JSArray_String); - B.JSArray_methods.addAll$1(t2, B.List_empty0); + B.JSArray_methods.addAll$1(t2, B.List_empty1); return A.Future_wait(A._setArrayType([A.injectJSLibraries(t2), t1], type$.JSArray_Future_void), type$.void); }, init() { @@ -51763,7 +52889,7 @@ var _ = this; _.parentNode = null; _.attributes = t0; - _.__Node_nodes = $; + _.__Node_nodes_FI = $; _.sourceSpan = _._dom$_elements = null; }, DocumentType: function DocumentType(t0, t1, t2, t3) { @@ -51773,7 +52899,7 @@ _.systemId = t2; _.parentNode = null; _.attributes = t3; - _.__Node_nodes = $; + _.__Node_nodes_FI = $; _.sourceSpan = _._dom$_elements = null; }, Text0: function Text0(t0, t1) { @@ -51781,7 +52907,7 @@ _._dom$_data = t0; _.parentNode = null; _.attributes = t1; - _.__Node_nodes = $; + _.__Node_nodes_FI = $; _.sourceSpan = _._dom$_elements = null; }, Element: function Element(t0, t1, t2) { @@ -51790,7 +52916,7 @@ _.localName = t1; _.parentNode = null; _.attributes = t2; - _.__Node_nodes = $; + _.__Node_nodes_FI = $; _.sourceSpan = _._dom$_elements = null; }, Element__addOuterHtml_closure: function Element__addOuterHtml_closure(t0) { @@ -51801,7 +52927,7 @@ _.data = t0; _.parentNode = null; _.attributes = t1; - _.__Node_nodes = $; + _.__Node_nodes_FI = $; _.sourceSpan = _._dom$_elements = null; }, NodeList: function NodeList(t0, t1) { @@ -51917,10 +53043,10 @@ _.firstStartTag = false; _.compatMode = "no quirks"; _.innerHTML = null; - _.__HtmlParser_phase = $; + _.__HtmlParser_phase_AI = $; _.originalPhase = null; _.framesetOK = true; - _.__HtmlParser__afterAfterFramesetPhase = _.__HtmlParser__afterAfterBodyPhase = _.__HtmlParser__afterFramesetPhase = _.__HtmlParser__inFramesetPhase = _.__HtmlParser__afterBodyPhase = _.__HtmlParser__inForeignContentPhase = _.__HtmlParser__inSelectInTablePhase = _.__HtmlParser__inSelectPhase = _.__HtmlParser__inCellPhase = _.__HtmlParser__inRowPhase = _.__HtmlParser__inTableBodyPhase = _.__HtmlParser__inColumnGroupPhase = _.__HtmlParser__inCaptionPhase = _.__HtmlParser__inTableTextPhase = _.__HtmlParser__inTablePhase = _.__HtmlParser__textPhase = _.__HtmlParser__inBodyPhase = _.__HtmlParser__afterHeadPhase = _.__HtmlParser__inHeadPhase = _.__HtmlParser__beforeHeadPhase = _.__HtmlParser__beforeHtmlPhase = _.__HtmlParser__initialPhase = $; + _.__HtmlParser__afterAfterFramesetPhase_FI = _.__HtmlParser__afterAfterBodyPhase_FI = _.__HtmlParser__afterFramesetPhase_FI = _.__HtmlParser__inFramesetPhase_FI = _.__HtmlParser__afterBodyPhase_FI = _.__HtmlParser__inForeignContentPhase_FI = _.__HtmlParser__inSelectInTablePhase_FI = _.__HtmlParser__inSelectPhase_FI = _.__HtmlParser__inCellPhase_FI = _.__HtmlParser__inRowPhase_FI = _.__HtmlParser__inTableBodyPhase_FI = _.__HtmlParser__inColumnGroupPhase_FI = _.__HtmlParser__inCaptionPhase_FI = _.__HtmlParser__inTableTextPhase_FI = _.__HtmlParser__inTablePhase_FI = _.__HtmlParser__textPhase_FI = _.__HtmlParser__inBodyPhase_FI = _.__HtmlParser__afterHeadPhase_FI = _.__HtmlParser__inHeadPhase_FI = _.__HtmlParser__beforeHeadPhase_FI = _.__HtmlParser__beforeHtmlPhase_FI = _.__HtmlParser__initialPhase_FI = $; }, Phase: function Phase() { }, @@ -52218,24 +53344,25 @@ ListProxy: function ListProxy() { }, querySelectorAll(node, selector) { - var results = A._setArrayType([], type$.JSArray_Element_4); + var results = A._setArrayType([], type$.JSArray_Element_3); new A.SelectorEvaluator().querySelectorAll$3(0, node, A._parseSelectorList(selector), results); return results; }, _parseSelectorList(selector) { - var t2, group, + var t2, group, _null = null, t1 = type$.JSArray_Message, errors = A._setArrayType([], t1), options = A.PreprocessorOptions$("memory", false); t1 = A._setArrayType([], t1); - $.__messages.__late_helper$_value = new A.Messages(B.JSArray_methods.get$add(errors), options, t1); - t1 = new A.Tokenizer(85, 117, 43, 63, new A.CodeUnits("CDATA"), A.SourceFile$fromString(selector, null), selector, true, 0); + t2 = options; + $.__messages.__late_helper$_value = new A.Messages(B.JSArray_methods.get$add(errors), t2, t1); + t1 = new A.Tokenizer(85, 117, 43, 63, new A.CodeUnits("CDATA"), A.SourceFile$fromString(selector, _null), selector, true, 0); t2 = new A._Parser(t1); - t2.___Parser__peekToken = t1.next$0(0); + t2.___Parser__peekToken_A = t1.next$0(0); t1 = t1.inSelector = true; group = t2.processSelectorGroup$0(); if (group != null ? errors.length !== 0 : t1) - throw A.wrapException(A.FormatException$("'" + selector + "' is not a valid selector: " + A.S(errors), null, null)); + throw A.wrapException(A.FormatException$("'" + selector + "' is not a valid selector: " + A.S(errors), _null, _null)); return group; }, SelectorEvaluator__isLegacyPsuedoClass($name) { @@ -52326,7 +53453,7 @@ }, TagAttribute: function TagAttribute() { this.name = null; - this.__TagAttribute_value = $; + this.__TagAttribute_value_A = $; }, entitiesByFirstChar_closure: function entitiesByFirstChar_closure() { }, @@ -52341,9 +53468,9 @@ _.parser = null; _.tokenQueue = t4; _.currentToken = null; - _.__HtmlTokenizer_state = $; + _.__HtmlTokenizer_state_A = $; _._tokenizer$_buffer = t5; - _.__HtmlTokenizer__lastOffset = $; + _.__HtmlTokenizer__lastOffset_A = $; _._tokenizer$_current = _._attributeNames = _._attributes = null; _._attributeName = t6; _._attributeValue = t7; @@ -52405,7 +53532,7 @@ TreeBuilder: function TreeBuilder(t0, t1, t2) { var _ = this; _.defaultNamespace = t0; - _.__TreeBuilder_document = $; + _.__TreeBuilder_document_A = $; _.openElements = t1; _.activeFormattingElements = t2; _.formPointer = _.headPointer = null; @@ -52460,7 +53587,7 @@ return ""; A.updateStyleOptions(_null); t1 = A._setArrayType([], type$.JSArray_ParseError); - t2 = A._setArrayType([], type$.JSArray_Element_4); + t2 = A._setArrayType([], type$.JSArray_Element_3); t3 = A._setArrayType([], type$.JSArray_nullable_Element); t2 = new A.TreeBuilder("http://www.w3.org/1999/xhtml", t2, new A.ActiveFormattingElements(t3)); t2.reset$0(0); @@ -52475,8 +53602,10 @@ p = new A.HtmlParser(false, t3, t2, t1); t3.parser = p; p._parser$_parse$0(); - t2 = A._lateReadCheck(t2.__TreeBuilder_document, "document"); + t2 = t2.__TreeBuilder_document_A; + t2 === $ && A.throwUnnamedLateFieldNI(); root = B.JSArray_methods.get$first(A.querySelectorAll(t2, "html")); + root = root; t1 = new A.Node(); t1.Node$1(A._collapseWhitespace(root, A._setArrayType(["noscript"], type$.JSArray_String))); return A._postProcess(A._process(t1)); @@ -52825,12 +53954,12 @@ return node; }, _collapseWhitespace(domNode, removeTags) { - var current, t2, t3, prevText, prev, t4, t5, text, next, value, _null = null, _s5_ = "nodes", + var current, t2, t3, prevText, prev, t4, t5, text, next, value, _null = null, t1 = domNode.get$nodes(domNode); if ((!t1.get$isEmpty(t1) ? domNode.get$nodes(domNode)._list_proxy$_list[0] : _null) == null || A._isPre(domNode)) return domNode; current = A._nextNode(_null, domNode); - for (t1 = type$.Element_3, t2 = type$.Text, t3 = type$.JSArray_Node_2, prevText = _null, prev = prevText; current != domNode;) { + for (t1 = type$.Element_3, t2 = type$.Text, t3 = type$.JSArray_Node, prevText = _null, prev = prevText; current != domNode;) { if (current.get$nodeType(current) === 3 || current.get$nodeType(current) === 4) { t2._as(current); t4 = J.toString$0$(current._dom$_data); @@ -52852,11 +53981,11 @@ next = current.parentNode; t4 = current.parentNode; if (t4 != null) { - value = t4.__Node_nodes; + value = t4.__Node_nodes_FI; if (value === $) { t5 = A._setArrayType([], t3); - A._lateInitializeOnceCheck(t4.__Node_nodes, _s5_); - value = t4.__Node_nodes = new A.NodeList(t4, t5); + t4.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t4.__Node_nodes_FI = new A.NodeList(t4, t5); } B.JSArray_methods.remove$1(value._list_proxy$_list, current); } @@ -52874,11 +54003,11 @@ next = current.parentNode; t4 = current.parentNode; if (t4 != null) { - value = t4.__Node_nodes; + value = t4.__Node_nodes_FI; if (value === $) { t5 = A._setArrayType([], t3); - A._lateInitializeOnceCheck(t4.__Node_nodes, _s5_); - value = t4.__Node_nodes = new A.NodeList(t4, t5); + t4.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t4.__Node_nodes_FI = new A.NodeList(t4, t5); } B.JSArray_methods.remove$1(value._list_proxy$_list, current); } @@ -52918,11 +54047,11 @@ next = current.parentNode; t4 = current.parentNode; if (t4 != null) { - value = t4.__Node_nodes; + value = t4.__Node_nodes_FI; if (value === $) { t5 = A._setArrayType([], t3); - A._lateInitializeOnceCheck(t4.__Node_nodes, _s5_); - value = t4.__Node_nodes = new A.NodeList(t4, t5); + t4.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t4.__Node_nodes_FI = new A.NodeList(t4, t5); } B.JSArray_methods.remove$1(value._list_proxy$_list, current); } @@ -53019,7 +54148,7 @@ case 4: // finally $async$handler = 2; - J.close$0$x(client); + J.close$0$z(client); // goto the next finally handler $async$goto = $async$next.pop(); break; @@ -53310,7 +54439,7 @@ var _ = this; _._info = null; _._png_decoder$_bitBufferLen = _._png_decoder$_bitBuffer = 0; - _.__PngDecoder__input = $; + _.__PngDecoder__input_A = $; _._progressY = 0; }, PngDecoder_decodeFrame_closure: function PngDecoder_decodeFrame_closure() { @@ -53425,7 +54554,7 @@ ImagePicker: function ImagePicker() { }, ImagePickerPlugin: function ImagePickerPlugin(t0) { - this.__ImagePickerPlugin__imageResizer = this.__ImagePickerPlugin__target = $; + this.__ImagePickerPlugin__imageResizer_A = this.__ImagePickerPlugin__target_A = $; this._instanceToken = t0; }, ImagePickerPlugin__getSelectedXFiles_closure: function ImagePickerPlugin__getSelectedXFiles_closure(t0, t1) { @@ -53439,6 +54568,14 @@ }, ImageResizer: function ImageResizer() { }, + ImageResizer_loadImage_closure: function ImageResizer_loadImage_closure(t0, t1) { + this.imageLoadCompleter = t0; + this.imageElement = t1; + }, + ImageResizer_loadImage_closure0: function ImageResizer_loadImage_closure0(t0, t1) { + this.imageElement = t0; + this.imageLoadCompleter = t1; + }, MethodChannelImagePicker: function MethodChannelImagePicker(t0) { this._instanceToken = t0; }, @@ -53452,46 +54589,9 @@ this.index = t0; this._core$_name = t1; }, - DateSymbols$(AMPMS, AVAILABLEFORMATS, DATEFORMATS, DATETIMEFORMATS, ERANAMES, ERAS, FIRSTDAYOFWEEK, FIRSTWEEKCUTOFFDAY, MONTHS, NAME, NARROWMONTHS, NARROWWEEKDAYS, QUARTERS, SHORTMONTHS, SHORTQUARTERS, SHORTWEEKDAYS, STANDALONEMONTHS, STANDALONENARROWMONTHS, STANDALONENARROWWEEKDAYS, STANDALONESHORTMONTHS, STANDALONESHORTWEEKDAYS, STANDALONEWEEKDAYS, TIMEFORMATS, WEEKDAYS, WEEKENDRANGE, ZERODIGIT) { + DateSymbols$(AMPMS, DATEFORMATS, DATETIMEFORMATS, ERANAMES, ERAS, FIRSTDAYOFWEEK, FIRSTWEEKCUTOFFDAY, MONTHS, NAME, NARROWMONTHS, NARROWWEEKDAYS, QUARTERS, SHORTMONTHS, SHORTQUARTERS, SHORTWEEKDAYS, STANDALONEMONTHS, STANDALONENARROWMONTHS, STANDALONENARROWWEEKDAYS, STANDALONESHORTMONTHS, STANDALONESHORTWEEKDAYS, STANDALONEWEEKDAYS, TIMEFORMATS, WEEKDAYS, WEEKENDRANGE, ZERODIGIT) { return new A.DateSymbols(NAME, ERAS, ERANAMES, NARROWMONTHS, STANDALONENARROWMONTHS, MONTHS, STANDALONEMONTHS, SHORTMONTHS, STANDALONESHORTMONTHS, WEEKDAYS, STANDALONEWEEKDAYS, SHORTWEEKDAYS, STANDALONESHORTWEEKDAYS, NARROWWEEKDAYS, STANDALONENARROWWEEKDAYS, SHORTQUARTERS, QUARTERS, AMPMS, FIRSTDAYOFWEEK, ZERODIGIT); }, - DateSymbols_DateSymbols$deserializeFromMap(map) { - var t25, t26, - t1 = new A.DateSymbols_DateSymbols$deserializeFromMap__getStringList(map), - t2 = J.getInterceptor$asx(map), - t3 = t2.$index(map, "NAME"), - t4 = t1.call$1("ERAS"), - t5 = t1.call$1("ERANAMES"), - t6 = t1.call$1("NARROWMONTHS"), - t7 = t1.call$1("STANDALONENARROWMONTHS"), - t8 = t1.call$1("MONTHS"), - t9 = t1.call$1("STANDALONEMONTHS"), - t10 = t1.call$1("SHORTMONTHS"), - t11 = t1.call$1("STANDALONESHORTMONTHS"), - t12 = t1.call$1("WEEKDAYS"), - t13 = t1.call$1("STANDALONEWEEKDAYS"), - t14 = t1.call$1("SHORTWEEKDAYS"), - t15 = t1.call$1("STANDALONESHORTWEEKDAYS"), - t16 = t1.call$1("NARROWWEEKDAYS"), - t17 = t1.call$1("STANDALONENARROWWEEKDAYS"), - t18 = t1.call$1("SHORTQUARTERS"), - t19 = t1.call$1("QUARTERS"), - t20 = t1.call$1("AMPMS"), - t21 = t2.$index(map, "ZERODIGIT"), - t22 = t1.call$1("DATEFORMATS"), - t23 = t1.call$1("TIMEFORMATS"), - t24 = t2.$index(map, "AVAILABLEFORMATS"); - if (t24 == null) { - t24 = type$.dynamic; - t24 = A.LinkedHashMap_LinkedHashMap$_empty(t24, t24); - } - t25 = type$.String; - t25 = A.LinkedHashMap_LinkedHashMap$from(t24, t25, t25); - t24 = t2.$index(map, "FIRSTDAYOFWEEK"); - t26 = A.List_List$from(t2.$index(map, "WEEKENDRANGE"), true, type$.int); - t2 = t2.$index(map, "FIRSTWEEKCUTOFFDAY"); - return A.DateSymbols$(t20, t25, t22, t1.call$1("DATETIMEFORMATS"), t5, t4, t24, t2, t8, t3, t6, t16, t19, t10, t18, t14, t9, t7, t17, t11, t15, t13, t23, t12, t26, t21); - }, DateSymbols: function DateSymbols(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; _.NAME = t0; @@ -53515,9 +54615,6 @@ _.FIRSTDAYOFWEEK = t18; _.ZERODIGIT = t19; }, - DateSymbols_DateSymbols$deserializeFromMap__getStringList: function DateSymbols_DateSymbols$deserializeFromMap__getStringList(t0) { - this.map = t0; - }, Intl_pluralLogic(howMany, few, locale, many, one, other, two, zero) { var truncated, t1; A.ArgumentError_checkNotNull(other, "other"); @@ -53550,9 +54647,9 @@ } }, Intl__pluralRule(locale, howMany, precision) { - var str, result, t1, base, verifiedLocale; + var t1, str, result, base, verifiedLocale; $._n = howMany; - $._precision = precision; + t1 = $._precision = precision; $._i = B.JSInt_methods.round$0(howMany); str = "" + howMany; result = B.JSString_methods.indexOf$1(str, "."); @@ -54437,7 +55534,7 @@ }, _CountryPickerDialogState: function _CountryPickerDialogState(t0) { var _ = this; - _.___CountryPickerDialogState__selectedCountry = _.___CountryPickerDialogState__filteredCountries = $; + _.___CountryPickerDialogState__selectedCountry_A = _.___CountryPickerDialogState__filteredCountries_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -54473,7 +55570,7 @@ }, _IntlPhoneFieldState: function _IntlPhoneFieldState(t0) { var _ = this; - _.___IntlPhoneFieldState_number = _.___IntlPhoneFieldState_filteredCountries = _.___IntlPhoneFieldState__selectedCountry = _.___IntlPhoneFieldState__countryList = $; + _.___IntlPhoneFieldState_number_A = _.___IntlPhoneFieldState_filteredCountries_A = _.___IntlPhoneFieldState__selectedCountry_A = _.___IntlPhoneFieldState__countryList_A = $; _._widget = _.validatorMessage = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -54591,6 +55688,69 @@ var _ = this; _._trialDaysLeft = _._accountSmsVerified = _._setReactAsDefaultAP = _._hostedCompanyCount = _._hostedClientCount = _._defaultCompanyId = _._disableAutoUpdate = _._isSchedulerRunning = _._isHosted = _._isMigrated = _._isDocker = _._debugEnabled = _._currentVersion = _._latestVersion = _._planExpires = _._plan = _._reportErrors = _._defaultUrl = _._trialStarted = _._account_model$_id = _._account_model$_$v = null; }, + BankAccountEntity_BankAccountEntity(id) { + var t1; + if (id == null) { + t1 = $.BaseEntity_counter - 1; + $.BaseEntity_counter = t1; + t1 = "" + t1; + } else + t1 = id; + return A._$BankAccountEntity$_(0, "", 0, 0, "", "", t1, false, false, "", "", "", "", 0); + }, + _$BankAccountEntity$_(archivedAt, assignedUserId, balance, createdAt, createdUserId, currency, id, isChanged, isDeleted, $name, provider, $status, type, updatedAt) { + return new A._$BankAccountEntity($name, $status, type, provider, balance, currency, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, id); + }, + BankAccountListResponse: function BankAccountListResponse() { + }, + BankAccountItemResponse: function BankAccountItemResponse() { + }, + BankAccountEntity: function BankAccountEntity() { + }, + _$BankAccountListResponseSerializer: function _$BankAccountListResponseSerializer() { + }, + _$BankAccountItemResponseSerializer: function _$BankAccountItemResponseSerializer() { + }, + _$BankAccountEntitySerializer: function _$BankAccountEntitySerializer() { + }, + _$BankAccountListResponse: function _$BankAccountListResponse(t0) { + this.data = t0; + this._bank_account_model$__hashCode = null; + }, + BankAccountListResponseBuilder: function BankAccountListResponseBuilder() { + this._bank_account_model$_data = this._bank_account_model$_$v = null; + }, + _$BankAccountItemResponse: function _$BankAccountItemResponse(t0) { + this.data = t0; + this._bank_account_model$__hashCode = null; + }, + BankAccountItemResponseBuilder: function BankAccountItemResponseBuilder() { + this._bank_account_model$_data = this._bank_account_model$_$v = null; + }, + _$BankAccountEntity: function _$BankAccountEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + var _ = this; + _.name = t0; + _.status = t1; + _.type = t2; + _.provider = t3; + _.balance = t4; + _.currency = t5; + _.isChanged = t6; + _.createdAt = t7; + _.updatedAt = t8; + _.archivedAt = t9; + _.isDeleted = t10; + _.createdUserId = t11; + _.assignedUserId = t12; + _.id = t13; + _._bank_account_model$__hashCode = null; + }, + BankAccountEntityBuilder: function BankAccountEntityBuilder() { + var _ = this; + _._bank_account_model$_id = _._bank_account_model$_assignedUserId = _._bank_account_model$_createdUserId = _._bank_account_model$_isDeleted = _._bank_account_model$_archivedAt = _._bank_account_model$_updatedAt = _._bank_account_model$_createdAt = _._bank_account_model$_isChanged = _._currency = _._bank_account_model$_balance = _._provider = _._bank_account_model$_type = _._status = _._bank_account_model$_name = _._bank_account_model$_$v = null; + }, + _BankAccountEntity_Object_BaseEntity: function _BankAccountEntity_Object_BaseEntity() { + }, ClientEntity_ClientEntity(group, id, state, user) { var t1, t2, t3, t4, t5, t6, t7, t8, t9, _null = null; if (id == null) { @@ -54739,7 +55899,7 @@ }, ClientEntityBuilder: function ClientEntityBuilder() { var _ = this; - _._shippingCountryId = _._shippingPostalCode = _._shippingState = _._shippingCity = _._shippingAddress2 = _._shippingAddress1 = _._number = _._client_model$_idNumber = _._client_model$_vatNumber = _._sizeId = _._industryId = _._client_model$_website = _._publicNotes = _._privateNotes = _._client_model$_phone = _._client_model$_countryId = _._client_model$_postalCode = _._client_model$_state = _._client_model$_city = _._client_model$_address2 = _._client_model$_address1 = _._clientHash = _._paidToDate = _._creditBalance = _._balance = _._displayName = _._client_model$_name = _._loadedAt = _._groupId = _._client_model$_$v = null; + _._shippingCountryId = _._shippingPostalCode = _._shippingState = _._shippingCity = _._shippingAddress2 = _._shippingAddress1 = _._number = _._idNumber = _._vatNumber = _._sizeId = _._industryId = _._website = _._publicNotes = _._privateNotes = _._client_model$_phone = _._countryId = _._postalCode = _._client_model$_state = _._city = _._address2 = _._address1 = _._clientHash = _._paidToDate = _._creditBalance = _._balance = _._displayName = _._client_model$_name = _._loadedAt = _._groupId = _._client_model$_$v = null; _._client_model$_id = _._client_model$_assignedUserId = _._client_model$_createdUserId = _._client_model$_isDeleted = _._client_model$_archivedAt = _._client_model$_updatedAt = _._client_model$_createdAt = _._client_model$_isChanged = _._systemLogs = _._client_model$_documents = _._gatewayTokens = _._ledger = _._activities = _._contacts = _._client_model$_customValue4 = _._client_model$_customValue3 = _._client_model$_customValue2 = _._client_model$_customValue1 = _._lastLogin = _._client_model$_settings = null; }, _$ClientContactEntity: function _$ClientContactEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21) { @@ -54904,7 +56064,7 @@ _CompanyGatewayEntity_Object_BaseEntity_SelectableEntity: function _CompanyGatewayEntity_Object_BaseEntity_SelectableEntity() { }, CompanyEntity_CompanyEntity() { - var t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, + var t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t1 = A.SettingsEntity_SettingsEntity(null, null, null), t2 = A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_GroupEntity), t3 = A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_TaxRateEntity), @@ -54938,7 +56098,9 @@ t28 = A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_DocumentEntity); t29 = A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_SubscriptionEntity); t30 = A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_SystemLogEntity); - return A._$CompanyEntity$_(t10, 0, "", false, false, true, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_RegistrationFieldEntity), t11, t7, "", false, true, 0, "", t20, t6, true, false, t24, t28, false, false, false, false, false, false, false, true, false, 0, B.EntityType_company, t8, false, t16, true, "0", "0", "", t2, "", "", false, true, false, false, true, t14, false, false, false, false, false, false, true, true, 0, 0, 0, false, 1800000, t25, t18, "", "subdomain", t12, t22, A.BuiltList_BuiltList$from(B.List_empty, t13), t19, t17, t15, false, 0, t1, true, false, false, "", "", true, 0, false, "", t29, t30, t4, t5, t21, t3, t26, false, true, 0, false, false, t9, t23, t27); + t31 = A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_RegistrationFieldEntity); + t13 = A.BuiltList_BuiltList$from(B.List_empty, t13); + return A._$CompanyEntity$_(t10, 0, "", false, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_BankAccountEntity), false, true, t31, t11, t7, "", false, true, 0, "", t20, t6, true, false, t24, t28, false, false, false, false, false, false, false, true, false, 0, B.EntityType_company, t8, false, t16, true, "0", "0", "", t2, "", "", false, true, false, false, true, t14, false, false, false, false, false, false, true, true, 0, 0, 0, false, 1800000, t25, t18, "", "subdomain", t12, t22, t13, t19, t17, t15, false, 0, t1, true, false, false, "", "", true, 0, false, "", t29, t30, t4, t5, t21, t3, t26, false, true, 0, false, false, t9, t23, t27); }, CompanyEntity__initializeBuilder(builder) { builder.get$_company_model$_$this()._calculateExpenseTaxByAmount = false; @@ -54967,6 +56129,7 @@ builder.get$recurringExpenses().replace$1(0, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_ExpenseEntity)); builder.get$clientRegistrationFields().replace$1(0, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_RegistrationFieldEntity)); builder.get$purchaseOrders().replace$1(0, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_InvoiceEntity)); + builder.get$bankAccounts().replace$1(0, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_BankAccountEntity)); return builder; }, GatewayEntity_GatewayEntity() { @@ -55051,7 +56214,7 @@ t2 = period == null ? "" : period; return A._$DashboardField$_(t1, t2, "sum"); }, - _$CompanyEntity$_(activities, archivedAt, assignedUserId, autoStartTasks, calculateExpenseTaxByAmount, clientCanRegister, clientRegistrationFields, clients, companyGateways, companyKey, convertProductExchangeRate, convertRateToClient, createdAt, createdUserId, credits, customFields, defaultQuantity, defaultTaskIsDateBased, designs, documents, enableApplyingPayments, enableCustomSurchargeTaxes1, enableCustomSurchargeTaxes2, enableCustomSurchargeTaxes3, enableCustomSurchargeTaxes4, enableProductCost, enableProductDiscount, enableProductQuantity, enableShopApi, enabledModules, entityType, expenseCategories, expenseInclusiveTaxes, expenses, fillProducts, firstDayOfWeek, firstMonthOfYear, googleAnalyticsKey, groups, id, industryId, invoiceExpenseDocuments, invoiceTaskDatelog, invoiceTaskDocuments, invoiceTaskProject, invoiceTaskTimelog, invoices, isChanged, isDeleted, isDisabled, isLarge, markExpensesInvoiceable, markExpensesPaid, markdownEmailEnabled, markdownEnabled, numberOfExpenseTaxRates, numberOfInvoiceTaxRates, numberOfItemTaxRates, oauthPasswordRequired, passwordTimeout, paymentTerms, payments, portalDomain, portalMode, products, projects, purchaseOrders, quotes, recurringExpenses, recurringInvoices, reportIncludeDrafts, sessionTimeout, settings, showProductDetails, showTaskEndDate, showTasksTable, sizeId, slackWebhookUrl, stockNotification, stockNotificationThreshold, stopOnUnpaidRecurring, subdomain, subscriptions, systemLogs, taskStatusMap, taskStatuses, tasks, taxRates, tokens, trackInventory, updateProducts, updatedAt, useCommaAsDecimalPlace, useQuoteTermsOnConversion, users, vendors, webhooks) { + _$CompanyEntity$_(activities, archivedAt, assignedUserId, autoStartTasks, bankAccounts, calculateExpenseTaxByAmount, clientCanRegister, clientRegistrationFields, clients, companyGateways, companyKey, convertProductExchangeRate, convertRateToClient, createdAt, createdUserId, credits, customFields, defaultQuantity, defaultTaskIsDateBased, designs, documents, enableApplyingPayments, enableCustomSurchargeTaxes1, enableCustomSurchargeTaxes2, enableCustomSurchargeTaxes3, enableCustomSurchargeTaxes4, enableProductCost, enableProductDiscount, enableProductQuantity, enableShopApi, enabledModules, entityType, expenseCategories, expenseInclusiveTaxes, expenses, fillProducts, firstDayOfWeek, firstMonthOfYear, googleAnalyticsKey, groups, id, industryId, invoiceExpenseDocuments, invoiceTaskDatelog, invoiceTaskDocuments, invoiceTaskProject, invoiceTaskTimelog, invoices, isChanged, isDeleted, isDisabled, isLarge, markExpensesInvoiceable, markExpensesPaid, markdownEmailEnabled, markdownEnabled, numberOfExpenseTaxRates, numberOfInvoiceTaxRates, numberOfItemTaxRates, oauthPasswordRequired, passwordTimeout, paymentTerms, payments, portalDomain, portalMode, products, projects, purchaseOrders, quotes, recurringExpenses, recurringInvoices, reportIncludeDrafts, sessionTimeout, settings, showProductDetails, showTaskEndDate, showTasksTable, sizeId, slackWebhookUrl, stockNotification, stockNotificationThreshold, stopOnUnpaidRecurring, subdomain, subscriptions, systemLogs, taskStatusMap, taskStatuses, tasks, taxRates, tokens, trackInventory, updateProducts, updatedAt, useCommaAsDecimalPlace, useQuoteTermsOnConversion, users, vendors, webhooks) { var _s13_ = "CompanyEntity"; if (groups == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "groups")); @@ -55087,6 +56250,8 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "credits")); if (purchaseOrders == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "purchaseOrders")); + if (bankAccounts == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "bankAccounts")); if (tasks == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "tasks")); if (projects == null) @@ -55115,7 +56280,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "customFields")); if (settings == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "settings")); - return new A._$CompanyEntity(enableCustomSurchargeTaxes1, enableCustomSurchargeTaxes2, enableCustomSurchargeTaxes3, enableCustomSurchargeTaxes4, sizeId, industryId, subdomain, portalMode, portalDomain, updateProducts, convertProductExchangeRate, convertRateToClient, fillProducts, enableProductCost, enableProductQuantity, enableProductDiscount, defaultTaskIsDateBased, defaultQuantity, showProductDetails, clientCanRegister, isLarge, isDisabled, enableShopApi, companyKey, firstDayOfWeek, firstMonthOfYear, numberOfInvoiceTaxRates, numberOfItemTaxRates, numberOfExpenseTaxRates, expenseInclusiveTaxes, sessionTimeout, passwordTimeout, oauthPasswordRequired, markdownEnabled, markdownEmailEnabled, useCommaAsDecimalPlace, reportIncludeDrafts, useQuoteTermsOnConversion, enableApplyingPayments, trackInventory, stockNotificationThreshold, stockNotification, groups, activities, taxRates, taskStatuses, taskStatusMap, companyGateways, expenseCategories, users, clients, products, invoices, recurringInvoices, recurringExpenses, payments, quotes, credits, purchaseOrders, tasks, projects, expenses, vendors, designs, documents, tokens, webhooks, subscriptions, paymentTerms, systemLogs, clientRegistrationFields, customFields, slackWebhookUrl, googleAnalyticsKey, markExpensesInvoiceable, markExpensesPaid, invoiceExpenseDocuments, invoiceTaskDocuments, invoiceTaskTimelog, invoiceTaskDatelog, invoiceTaskProject, autoStartTasks, showTasksTable, showTaskEndDate, settings, enabledModules, calculateExpenseTaxByAmount, stopOnUnpaidRecurring, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, entityType, id); + return new A._$CompanyEntity(enableCustomSurchargeTaxes1, enableCustomSurchargeTaxes2, enableCustomSurchargeTaxes3, enableCustomSurchargeTaxes4, sizeId, industryId, subdomain, portalMode, portalDomain, updateProducts, convertProductExchangeRate, convertRateToClient, fillProducts, enableProductCost, enableProductQuantity, enableProductDiscount, defaultTaskIsDateBased, defaultQuantity, showProductDetails, clientCanRegister, isLarge, isDisabled, enableShopApi, companyKey, firstDayOfWeek, firstMonthOfYear, numberOfInvoiceTaxRates, numberOfItemTaxRates, numberOfExpenseTaxRates, expenseInclusiveTaxes, sessionTimeout, passwordTimeout, oauthPasswordRequired, markdownEnabled, markdownEmailEnabled, useCommaAsDecimalPlace, reportIncludeDrafts, useQuoteTermsOnConversion, enableApplyingPayments, trackInventory, stockNotificationThreshold, stockNotification, groups, activities, taxRates, taskStatuses, taskStatusMap, companyGateways, expenseCategories, users, clients, products, invoices, recurringInvoices, recurringExpenses, payments, quotes, credits, purchaseOrders, bankAccounts, tasks, projects, expenses, vendors, designs, documents, tokens, webhooks, subscriptions, paymentTerms, systemLogs, clientRegistrationFields, customFields, slackWebhookUrl, googleAnalyticsKey, markExpensesInvoiceable, markExpensesPaid, invoiceExpenseDocuments, invoiceTaskDocuments, invoiceTaskTimelog, invoiceTaskDatelog, invoiceTaskProject, autoStartTasks, showTasksTable, showTaskEndDate, settings, enabledModules, calculateExpenseTaxByAmount, stopOnUnpaidRecurring, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, entityType, id); }, _$GatewayEntity$_(defaultGatewayTypeId, fields, id, isOffsite, isVisible, $name, options, siteUrl, sortOrder) { if (options == null) @@ -55196,7 +56361,7 @@ }, _$DashboardFieldSerializer: function _$DashboardFieldSerializer() { }, - _$CompanyEntity: function _$CompanyEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96) { + _$CompanyEntity: function _$CompanyEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97) { var _ = this; _.enableCustomSurchargeTaxes1 = t0; _.enableCustomSurchargeTaxes2 = t1; @@ -55257,52 +56422,53 @@ _.quotes = t56; _.credits = t57; _.purchaseOrders = t58; - _.tasks = t59; - _.projects = t60; - _.expenses = t61; - _.vendors = t62; - _.designs = t63; - _.documents = t64; - _.tokens = t65; - _.webhooks = t66; - _.subscriptions = t67; - _.paymentTerms = t68; - _.systemLogs = t69; - _.clientRegistrationFields = t70; - _.customFields = t71; - _.slackWebhookUrl = t72; - _.googleAnalyticsKey = t73; - _.markExpensesInvoiceable = t74; - _.markExpensesPaid = t75; - _.invoiceExpenseDocuments = t76; - _.invoiceTaskDocuments = t77; - _.invoiceTaskTimelog = t78; - _.invoiceTaskDatelog = t79; - _.invoiceTaskProject = t80; - _.autoStartTasks = t81; - _.showTasksTable = t82; - _.showTaskEndDate = t83; - _.settings = t84; - _.enabledModules = t85; - _.calculateExpenseTaxByAmount = t86; - _.stopOnUnpaidRecurring = t87; - _.isChanged = t88; - _.createdAt = t89; - _.updatedAt = t90; - _.archivedAt = t91; - _.isDeleted = t92; - _.createdUserId = t93; - _.assignedUserId = t94; - _.entityType = t95; - _.id = t96; + _.bankAccounts = t59; + _.tasks = t60; + _.projects = t61; + _.expenses = t62; + _.vendors = t63; + _.designs = t64; + _.documents = t65; + _.tokens = t66; + _.webhooks = t67; + _.subscriptions = t68; + _.paymentTerms = t69; + _.systemLogs = t70; + _.clientRegistrationFields = t71; + _.customFields = t72; + _.slackWebhookUrl = t73; + _.googleAnalyticsKey = t74; + _.markExpensesInvoiceable = t75; + _.markExpensesPaid = t76; + _.invoiceExpenseDocuments = t77; + _.invoiceTaskDocuments = t78; + _.invoiceTaskTimelog = t79; + _.invoiceTaskDatelog = t80; + _.invoiceTaskProject = t81; + _.autoStartTasks = t82; + _.showTasksTable = t83; + _.showTaskEndDate = t84; + _.settings = t85; + _.enabledModules = t86; + _.calculateExpenseTaxByAmount = t87; + _.stopOnUnpaidRecurring = t88; + _.isChanged = t89; + _.createdAt = t90; + _.updatedAt = t91; + _.archivedAt = t92; + _.isDeleted = t93; + _.createdUserId = t94; + _.assignedUserId = t95; + _.entityType = t96; + _.id = t97; _._company_model$__hashCode = null; }, CompanyEntityBuilder: function CompanyEntityBuilder() { var _ = this; _._numberOfExpenseTaxRates = _._numberOfItemTaxRates = _._numberOfInvoiceTaxRates = _._firstMonthOfYear = _._firstDayOfWeek = _._companyKey = _._enableShopApi = _._isDisabled = _._isLarge = _._clientCanRegister = _._showProductDetails = _._defaultQuantity = _._defaultTaskIsDateBased = _._enableProductDiscount = _._enableProductQuantity = _._enableProductCost = _._fillProducts = _._convertRateToClient = _._convertProductExchangeRate = _._updateProducts = _._portalDomain = _._portalMode = _._subdomain = _._company_model$_industryId = _._company_model$_sizeId = _._enableCustomSurchargeTaxes4 = _._enableCustomSurchargeTaxes3 = _._enableCustomSurchargeTaxes2 = _._enableCustomSurchargeTaxes1 = _._company_model$_$v = null; _._purchaseOrders = _._credits = _._quotes = _._payments = _._recurringExpenses = _._recurringInvoices = _._invoices = _._products = _._clients = _._users = _._expenseCategories = _._companyGateways = _._taskStatusMap = _._taskStatuses = _._taxRates = _._company_model$_activities = _._groups = _._stockNotification = _._stockNotificationThreshold = _._trackInventory = _._enableApplyingPayments = _._useQuoteTermsOnConversion = _._reportIncludeDrafts = _._useCommaAsDecimalPlace = _._markdownEmailEnabled = _._markdownEnabled = _._oauthPasswordRequired = _._passwordTimeout = _._sessionTimeout = _._expenseInclusiveTaxes = null; - _._company_model$_isChanged = _._stopOnUnpaidRecurring = _._calculateExpenseTaxByAmount = _._enabledModules = _._company_model$_settings = _._showTaskEndDate = _._showTasksTable = _._autoStartTasks = _._invoiceTaskProject = _._invoiceTaskDatelog = _._invoiceTaskTimelog = _._invoiceTaskDocuments = _._invoiceExpenseDocuments = _._markExpensesPaid = _._markExpensesInvoiceable = _._googleAnalyticsKey = _._slackWebhookUrl = _._customFields = _._clientRegistrationFields = _._company_model$_systemLogs = _._paymentTerms = _._subscriptions = _._webhooks = _._tokens = _._company_model$_documents = _._designs = _._vendors = _._expenses = _._projects = _._tasks = null; - _._company_model$_id = _._company_model$_entityType = _._company_model$_assignedUserId = _._company_model$_createdUserId = _._company_model$_isDeleted = _._company_model$_archivedAt = _._company_model$_updatedAt = _._company_model$_createdAt = null; + _._stopOnUnpaidRecurring = _._calculateExpenseTaxByAmount = _._enabledModules = _._settings = _._showTaskEndDate = _._showTasksTable = _._autoStartTasks = _._invoiceTaskProject = _._invoiceTaskDatelog = _._invoiceTaskTimelog = _._invoiceTaskDocuments = _._invoiceExpenseDocuments = _._markExpensesPaid = _._markExpensesInvoiceable = _._googleAnalyticsKey = _._slackWebhookUrl = _._customFields = _._clientRegistrationFields = _._company_model$_systemLogs = _._paymentTerms = _._subscriptions = _._webhooks = _._tokens = _._company_model$_documents = _._designs = _._vendors = _._expenses = _._projects = _._tasks = _._bankAccounts = null; + _._company_model$_id = _._company_model$_entityType = _._company_model$_assignedUserId = _._company_model$_createdUserId = _._company_model$_isDeleted = _._company_model$_archivedAt = _._company_model$_updatedAt = _._company_model$_createdAt = _._company_model$_isChanged = null; }, _$GatewayEntity: function _$GatewayEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -55349,7 +56515,7 @@ }, UserCompanyEntityBuilder: function UserCompanyEntityBuilder() { var _ = this; - _._ninjaPortalUrl = _._company_model$_settings = _._account = _._token = _._company_model$_user = _._company_model$_company = _._notifications = _._permissions = _._permissionsUpdatedAt = _._isOwner = _._isAdmin = _._company_model$_$v = null; + _._ninjaPortalUrl = _._settings = _._account = _._token = _._company_model$_user = _._company_model$_company = _._notifications = _._permissions = _._permissionsUpdatedAt = _._isOwner = _._isAdmin = _._company_model$_$v = null; }, _$UserSettingsEntity: function _$UserSettingsEntity(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -55711,6 +56877,8 @@ return B.EntityType_invoiceItem; case "design": return B.EntityType_design; + case "bankAccount": + return B.EntityType_bankAccount; case "recurringExpense": return B.EntityType_recurringExpense; case "recurringQuote": @@ -56333,7 +57501,7 @@ }, GroupEntityBuilder: function GroupEntityBuilder() { var _ = this; - _._id = _._assignedUserId = _._createdUserId = _._isDeleted = _._archivedAt = _._group_model$_updatedAt = _._createdAt = _._group_model$_isChanged = _._documents = _._settings = _._group_model$_name = _._group_model$_$v = null; + _._group_model$_id = _._group_model$_assignedUserId = _._group_model$_createdUserId = _._group_model$_isDeleted = _._group_model$_archivedAt = _._group_model$_updatedAt = _._group_model$_createdAt = _._group_model$_isChanged = _._documents = _._group_model$_settings = _._group_model$_name = _._group_model$_$v = null; }, _GroupEntity_Object_BaseEntity: function _GroupEntity_Object_BaseEntity() { }, @@ -57813,6 +58981,14 @@ }, _$serializers_closure192: function _$serializers_closure192() { }, + _$serializers_closure193: function _$serializers_closure193() { + }, + _$serializers_closure194: function _$serializers_closure194() { + }, + _$serializers_closure195: function _$serializers_closure195() { + }, + _$serializers_closure196: function _$serializers_closure196() { + }, SettingsEntity_SettingsEntity(clientSettings, companySettings, groupSettings) { var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, _null = null, t1 = clientSettings == null, @@ -57931,10 +59107,10 @@ t1 = groupSettings == null ? _null : groupSettings.clientManualPaymentNotification; if (t1 == null) t1 = companySettings == null ? _null : companySettings.clientManualPaymentNotification; - return A._$SettingsEntity$_(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, t11, t10, t2, t7, t6, t16, _null, t5, _null, _null, t3, t9, t8, _null, t19, t21, t23, t18, t20, t22, t17, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, t14, t15, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A._$SettingsEntity$_(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, t11, t10, t2, t7, t6, t16, _null, t5, _null, _null, t3, t9, t8, _null, t19, t21, t23, t18, t20, t22, t17, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, t14, t15, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - _$SettingsEntity$_(address1, address2, allPagesFooter, allPagesHeader, autoArchiveInvoice, autoArchiveInvoiceCancelled, autoArchiveQuote, autoBill, autoBillDate, autoConvertQuote, autoEmailInvoice, bccEmail, besrId, city, clientManualPaymentNotification, clientNumberCounter, clientNumberPattern, clientOnlinePaymentNotification, clientPortalAllowOverPayment, clientPortalAllowUnderPayment, clientPortalCustomCss, clientPortalCustomFooter, clientPortalCustomHeader, clientPortalCustomJs, clientPortalPrivacy, clientPortalTasks, clientPortalTerms, clientPortalUnderPaymentMinimum, companyGatewayIds, companyLogo, counterNumberApplied, counterPadding, countryId, creditNumberCounter, creditNumberPattern, currencyId, customMessageDashboard, customMessagePaidInvoice, customMessageUnapprovedQuote, customMessageUnpaidInvoice, customValue1, customValue2, customValue3, customValue4, dateFormatId, defaultCreditDesignId, defaultCreditFooter, defaultCreditTerms, defaultInvoiceDesignId, defaultInvoiceFooter, defaultInvoiceTerms, defaultPaymentTerms, defaultPaymentTypeId, defaultPurchaseOrderDesignId, defaultPurchaseOrderFooter, defaultPurchaseOrderTerms, defaultQuoteDesignId, defaultQuoteFooter, defaultQuoteTerms, defaultTaskRate, defaultTaxName1, defaultTaxName2, defaultTaxName3, defaultTaxRate1, defaultTaxRate2, defaultTaxRate3, defaultValidUntil, documentEmailAttachment, email, emailBodyCredit, emailBodyCustom1, emailBodyCustom2, emailBodyCustom3, emailBodyInvoice, emailBodyPayment, emailBodyPaymentPartial, emailBodyPurchaseOrder, emailBodyQuote, emailBodyReminder1, emailBodyReminder2, emailBodyReminder3, emailBodyReminderEndless, emailBodyStatement, emailFromName, emailSendingMethod, emailSignature, emailStyle, emailStyleCustom, emailSubjectCredit, emailSubjectCustom1, emailSubjectCustom2, emailSubjectCustom3, emailSubjectInvoice, emailSubjectPayment, emailSubjectPaymentPartial, emailSubjectPurchaseOrder, emailSubjectQuote, emailSubjectReminder1, emailSubjectReminder2, emailSubjectReminder3, emailSubjectReminderEndless, emailSubjectStatement, embedDocuments, enableClientPortalUploads, enableEmailMarkup, enableInclusiveTaxes, enableMilitaryTime, enablePortal, enablePortalDashboard, enablePortalPassword, enablePortalTasks, enableReminder1, enableReminder2, enableReminder3, enableReminderEndless, enableVendorPortalUploads, endlessReminderFrequencyId, entitySendTime, expenseNumberCounter, expenseNumberPattern, fontSize, gmailSendingUserId, hideEmptyColumnsOnPdf, hidePaidToDate, idNumber, invoiceNumberCounter, invoiceNumberPattern, languageId, lateFeeAmount1, lateFeeAmount2, lateFeeAmount3, lateFeeAmountEndless, lateFeePercent1, lateFeePercent2, lateFeePercent3, lateFeePercentEndless, lockInvoices, $name, numDaysReminder1, numDaysReminder2, numDaysReminder3, pageLayout, pageNumbering, pageNumberingAlignment, pageSize, paymentNumberCounter, paymentNumberPattern, pdfEmailAttachment, pdfVariables, phone, postalCode, primaryColor, primaryFont, projectNumberCounter, projectNumberPattern, purchaseOrderNumberCounter, purchaseOrderNumberPattern, qrIban, quoteNumberCounter, quoteNumberPattern, recurringExpenseNumberCounter, recurringExpenseNumberPattern, recurringInvoiceNumberCounter, recurringInvoiceNumberPattern, recurringNumberPrefix, replyToEmail, replyToName, requireInvoiceSignature, requirePurchaseOrderSignature, requireQuoteSignature, resetCounterDate, resetCounterFrequencyId, scheduleReminder1, scheduleReminder2, scheduleReminder3, secondaryColor, secondaryFont, sendReminders, sharedInvoiceCreditCounter, sharedInvoiceQuoteCounter, showAcceptInvoiceTerms, showAcceptQuoteTerms, showCurrencyCode, signatureOnPdf, state, taskNumberCounter, taskNumberPattern, ticketNumberCounter, ticketNumberPattern, timezoneId, translations, ublEmailAttachment, useCreditsPayment, vatNumber, vendorNumberCounter, vendorNumberPattern, website) { - return new A._$SettingsEntity(timezoneId, dateFormatId, enableMilitaryTime, languageId, showCurrencyCode, currencyId, customValue1, customValue2, customValue3, customValue4, defaultPaymentTerms, defaultValidUntil, companyGatewayIds, defaultTaskRate, sendReminders, enablePortal, enablePortalDashboard, enablePortalTasks, enableClientPortalUploads, enableVendorPortalUploads, emailStyle, replyToEmail, replyToName, emailFromName, bccEmail, pdfEmailAttachment, ublEmailAttachment, documentEmailAttachment, emailStyleCustom, customMessageDashboard, customMessageUnpaidInvoice, customMessagePaidInvoice, customMessageUnapprovedQuote, autoArchiveInvoice, autoArchiveInvoiceCancelled, autoArchiveQuote, autoEmailInvoice, autoConvertQuote, enableInclusiveTaxes, translations, taskNumberPattern, taskNumberCounter, expenseNumberPattern, expenseNumberCounter, recurringExpenseNumberPattern, recurringExpenseNumberCounter, vendorNumberPattern, vendorNumberCounter, ticketNumberPattern, ticketNumberCounter, paymentNumberPattern, paymentNumberCounter, projectNumberPattern, projectNumberCounter, invoiceNumberPattern, invoiceNumberCounter, recurringInvoiceNumberPattern, recurringInvoiceNumberCounter, quoteNumberPattern, quoteNumberCounter, clientNumberPattern, clientNumberCounter, creditNumberPattern, creditNumberCounter, recurringNumberPrefix, resetCounterFrequencyId, resetCounterDate, counterPadding, sharedInvoiceQuoteCounter, sharedInvoiceCreditCounter, defaultInvoiceTerms, defaultQuoteTerms, defaultQuoteFooter, defaultCreditTerms, defaultCreditFooter, defaultInvoiceDesignId, defaultQuoteDesignId, defaultCreditDesignId, defaultInvoiceFooter, defaultTaxName1, defaultTaxRate1, defaultTaxName2, defaultTaxRate2, defaultTaxName3, defaultTaxRate3, defaultPaymentTypeId, pdfVariables, emailSignature, emailSubjectInvoice, emailSubjectQuote, emailSubjectCredit, emailSubjectPayment, emailSubjectPaymentPartial, emailBodyInvoice, emailBodyQuote, emailBodyCredit, emailBodyPayment, emailBodyPaymentPartial, emailSubjectReminder1, emailSubjectReminder2, emailSubjectReminder3, emailBodyReminder1, emailBodyReminder2, emailBodyReminder3, emailSubjectCustom1, emailBodyCustom1, emailSubjectCustom2, emailBodyCustom2, emailSubjectCustom3, emailBodyCustom3, emailSubjectStatement, emailBodyStatement, emailSubjectPurchaseOrder, emailBodyPurchaseOrder, enablePortalPassword, signatureOnPdf, enableEmailMarkup, showAcceptInvoiceTerms, showAcceptQuoteTerms, requireInvoiceSignature, requireQuoteSignature, $name, companyLogo, website, address1, address2, city, state, postalCode, phone, email, countryId, vatNumber, idNumber, pageSize, pageLayout, fontSize, primaryColor, secondaryColor, primaryFont, secondaryFont, hidePaidToDate, embedDocuments, allPagesHeader, allPagesFooter, enableReminder1, enableReminder2, enableReminder3, enableReminderEndless, numDaysReminder1, numDaysReminder2, numDaysReminder3, scheduleReminder1, scheduleReminder2, scheduleReminder3, endlessReminderFrequencyId, lateFeeAmount1, lateFeeAmount2, lateFeeAmount3, lateFeeAmountEndless, lateFeePercent1, lateFeePercent2, lateFeePercent3, lateFeePercentEndless, emailSubjectReminderEndless, emailBodyReminderEndless, clientOnlinePaymentNotification, clientManualPaymentNotification, counterNumberApplied, emailSendingMethod, gmailSendingUserId, clientPortalTerms, clientPortalPrivacy, lockInvoices, autoBill, clientPortalAllowUnderPayment, clientPortalAllowOverPayment, autoBillDate, clientPortalUnderPaymentMinimum, useCreditsPayment, clientPortalCustomHeader, clientPortalCustomCss, clientPortalCustomFooter, clientPortalCustomJs, hideEmptyColumnsOnPdf, entitySendTime, clientPortalTasks, pageNumbering, pageNumberingAlignment, requirePurchaseOrderSignature, defaultPurchaseOrderTerms, defaultPurchaseOrderDesignId, defaultPurchaseOrderFooter, purchaseOrderNumberPattern, purchaseOrderNumberCounter, qrIban, besrId); + _$SettingsEntity$_(address1, address2, allPagesFooter, allPagesHeader, autoArchiveInvoice, autoArchiveInvoiceCancelled, autoArchiveQuote, autoBill, autoBillDate, autoConvertQuote, autoEmailInvoice, bccEmail, besrId, city, clientManualPaymentNotification, clientMarkPaidPaymentNotification, clientNumberCounter, clientNumberPattern, clientOnlinePaymentNotification, clientPortalAllowOverPayment, clientPortalAllowUnderPayment, clientPortalCustomCss, clientPortalCustomFooter, clientPortalCustomHeader, clientPortalCustomJs, clientPortalPrivacy, clientPortalTasks, clientPortalTerms, clientPortalUnderPaymentMinimum, companyGatewayIds, companyLogo, counterNumberApplied, counterPadding, countryId, creditNumberCounter, creditNumberPattern, currencyId, customMessageDashboard, customMessagePaidInvoice, customMessageUnapprovedQuote, customMessageUnpaidInvoice, customValue1, customValue2, customValue3, customValue4, dateFormatId, defaultCreditDesignId, defaultCreditFooter, defaultCreditTerms, defaultInvoiceDesignId, defaultInvoiceFooter, defaultInvoiceTerms, defaultPaymentTerms, defaultPaymentTypeId, defaultPurchaseOrderDesignId, defaultPurchaseOrderFooter, defaultPurchaseOrderTerms, defaultQuoteDesignId, defaultQuoteFooter, defaultQuoteTerms, defaultTaskRate, defaultTaxName1, defaultTaxName2, defaultTaxName3, defaultTaxRate1, defaultTaxRate2, defaultTaxRate3, defaultValidUntil, documentEmailAttachment, email, emailBodyCredit, emailBodyCustom1, emailBodyCustom2, emailBodyCustom3, emailBodyInvoice, emailBodyPayment, emailBodyPaymentPartial, emailBodyPurchaseOrder, emailBodyQuote, emailBodyReminder1, emailBodyReminder2, emailBodyReminder3, emailBodyReminderEndless, emailBodyStatement, emailFromName, emailSendingMethod, emailSignature, emailStyle, emailStyleCustom, emailSubjectCredit, emailSubjectCustom1, emailSubjectCustom2, emailSubjectCustom3, emailSubjectInvoice, emailSubjectPayment, emailSubjectPaymentPartial, emailSubjectPurchaseOrder, emailSubjectQuote, emailSubjectReminder1, emailSubjectReminder2, emailSubjectReminder3, emailSubjectReminderEndless, emailSubjectStatement, embedDocuments, enableClientPortalUploads, enableEmailMarkup, enableInclusiveTaxes, enableMilitaryTime, enablePortal, enablePortalDashboard, enablePortalPassword, enablePortalTasks, enableReminder1, enableReminder2, enableReminder3, enableReminderEndless, enableVendorPortalUploads, endlessReminderFrequencyId, entitySendTime, expenseNumberCounter, expenseNumberPattern, fontSize, gmailSendingUserId, hideEmptyColumnsOnPdf, hidePaidToDate, idNumber, invoiceNumberCounter, invoiceNumberPattern, languageId, lateFeeAmount1, lateFeeAmount2, lateFeeAmount3, lateFeeAmountEndless, lateFeePercent1, lateFeePercent2, lateFeePercent3, lateFeePercentEndless, lockInvoices, $name, numDaysReminder1, numDaysReminder2, numDaysReminder3, pageLayout, pageNumbering, pageNumberingAlignment, pageSize, paymentNumberCounter, paymentNumberPattern, pdfEmailAttachment, pdfVariables, phone, postalCode, primaryColor, primaryFont, projectNumberCounter, projectNumberPattern, purchaseOrderNumberCounter, purchaseOrderNumberPattern, qrIban, quoteNumberCounter, quoteNumberPattern, recurringExpenseNumberCounter, recurringExpenseNumberPattern, recurringInvoiceNumberCounter, recurringInvoiceNumberPattern, recurringNumberPrefix, replyToEmail, replyToName, requireInvoiceSignature, requirePurchaseOrderSignature, requireQuoteSignature, resetCounterDate, resetCounterFrequencyId, scheduleReminder1, scheduleReminder2, scheduleReminder3, secondaryColor, secondaryFont, sendReminders, sharedInvoiceCreditCounter, sharedInvoiceQuoteCounter, showAcceptInvoiceTerms, showAcceptQuoteTerms, showCurrencyCode, signatureOnPdf, state, taskNumberCounter, taskNumberPattern, ticketNumberCounter, ticketNumberPattern, timezoneId, translations, ublEmailAttachment, useCreditsPayment, vatNumber, vendorNumberCounter, vendorNumberPattern, website) { + return new A._$SettingsEntity(timezoneId, dateFormatId, enableMilitaryTime, languageId, showCurrencyCode, currencyId, customValue1, customValue2, customValue3, customValue4, defaultPaymentTerms, defaultValidUntil, companyGatewayIds, defaultTaskRate, sendReminders, enablePortal, enablePortalDashboard, enablePortalTasks, enableClientPortalUploads, enableVendorPortalUploads, emailStyle, replyToEmail, replyToName, emailFromName, bccEmail, pdfEmailAttachment, ublEmailAttachment, documentEmailAttachment, emailStyleCustom, customMessageDashboard, customMessageUnpaidInvoice, customMessagePaidInvoice, customMessageUnapprovedQuote, autoArchiveInvoice, autoArchiveInvoiceCancelled, autoArchiveQuote, autoEmailInvoice, autoConvertQuote, enableInclusiveTaxes, translations, taskNumberPattern, taskNumberCounter, expenseNumberPattern, expenseNumberCounter, recurringExpenseNumberPattern, recurringExpenseNumberCounter, vendorNumberPattern, vendorNumberCounter, ticketNumberPattern, ticketNumberCounter, paymentNumberPattern, paymentNumberCounter, projectNumberPattern, projectNumberCounter, invoiceNumberPattern, invoiceNumberCounter, recurringInvoiceNumberPattern, recurringInvoiceNumberCounter, quoteNumberPattern, quoteNumberCounter, clientNumberPattern, clientNumberCounter, creditNumberPattern, creditNumberCounter, recurringNumberPrefix, resetCounterFrequencyId, resetCounterDate, counterPadding, sharedInvoiceQuoteCounter, sharedInvoiceCreditCounter, defaultInvoiceTerms, defaultQuoteTerms, defaultQuoteFooter, defaultCreditTerms, defaultCreditFooter, defaultInvoiceDesignId, defaultQuoteDesignId, defaultCreditDesignId, defaultInvoiceFooter, defaultTaxName1, defaultTaxRate1, defaultTaxName2, defaultTaxRate2, defaultTaxName3, defaultTaxRate3, defaultPaymentTypeId, pdfVariables, emailSignature, emailSubjectInvoice, emailSubjectQuote, emailSubjectCredit, emailSubjectPayment, emailSubjectPaymentPartial, emailBodyInvoice, emailBodyQuote, emailBodyCredit, emailBodyPayment, emailBodyPaymentPartial, emailSubjectReminder1, emailSubjectReminder2, emailSubjectReminder3, emailBodyReminder1, emailBodyReminder2, emailBodyReminder3, emailSubjectCustom1, emailBodyCustom1, emailSubjectCustom2, emailBodyCustom2, emailSubjectCustom3, emailBodyCustom3, emailSubjectStatement, emailBodyStatement, emailSubjectPurchaseOrder, emailBodyPurchaseOrder, enablePortalPassword, signatureOnPdf, enableEmailMarkup, showAcceptInvoiceTerms, showAcceptQuoteTerms, requireInvoiceSignature, requireQuoteSignature, $name, companyLogo, website, address1, address2, city, state, postalCode, phone, email, countryId, vatNumber, idNumber, pageSize, pageLayout, fontSize, primaryColor, secondaryColor, primaryFont, secondaryFont, hidePaidToDate, embedDocuments, allPagesHeader, allPagesFooter, enableReminder1, enableReminder2, enableReminder3, enableReminderEndless, numDaysReminder1, numDaysReminder2, numDaysReminder3, scheduleReminder1, scheduleReminder2, scheduleReminder3, endlessReminderFrequencyId, lateFeeAmount1, lateFeeAmount2, lateFeeAmount3, lateFeeAmountEndless, lateFeePercent1, lateFeePercent2, lateFeePercent3, lateFeePercentEndless, emailSubjectReminderEndless, emailBodyReminderEndless, clientOnlinePaymentNotification, clientManualPaymentNotification, clientMarkPaidPaymentNotification, counterNumberApplied, emailSendingMethod, gmailSendingUserId, clientPortalTerms, clientPortalPrivacy, lockInvoices, autoBill, clientPortalAllowUnderPayment, clientPortalAllowOverPayment, autoBillDate, clientPortalUnderPaymentMinimum, useCreditsPayment, clientPortalCustomHeader, clientPortalCustomCss, clientPortalCustomFooter, clientPortalCustomJs, hideEmptyColumnsOnPdf, entitySendTime, clientPortalTasks, pageNumbering, pageNumberingAlignment, requirePurchaseOrderSignature, defaultPurchaseOrderTerms, defaultPurchaseOrderDesignId, defaultPurchaseOrderFooter, purchaseOrderNumberPattern, purchaseOrderNumberCounter, qrIban, besrId); }, SettingsEntity: function SettingsEntity() { }, @@ -57948,7 +59124,7 @@ }, _$SettingsEntitySerializer: function _$SettingsEntitySerializer() { }, - _$SettingsEntity: function _$SettingsEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196) { + _$SettingsEntity: function _$SettingsEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196, t197) { var _ = this; _.timezoneId = t0; _.dateFormatId = t1; @@ -58118,46 +59294,47 @@ _.emailBodyReminderEndless = t165; _.clientOnlinePaymentNotification = t166; _.clientManualPaymentNotification = t167; - _.counterNumberApplied = t168; - _.emailSendingMethod = t169; - _.gmailSendingUserId = t170; - _.clientPortalTerms = t171; - _.clientPortalPrivacy = t172; - _.lockInvoices = t173; - _.autoBill = t174; - _.clientPortalAllowUnderPayment = t175; - _.clientPortalAllowOverPayment = t176; - _.autoBillDate = t177; - _.clientPortalUnderPaymentMinimum = t178; - _.useCreditsPayment = t179; - _.clientPortalCustomHeader = t180; - _.clientPortalCustomCss = t181; - _.clientPortalCustomFooter = t182; - _.clientPortalCustomJs = t183; - _.hideEmptyColumnsOnPdf = t184; - _.entitySendTime = t185; - _.clientPortalTasks = t186; - _.pageNumbering = t187; - _.pageNumberingAlignment = t188; - _.requirePurchaseOrderSignature = t189; - _.defaultPurchaseOrderTerms = t190; - _.defaultPurchaseOrderDesignId = t191; - _.defaultPurchaseOrderFooter = t192; - _.purchaseOrderNumberPattern = t193; - _.purchaseOrderNumberCounter = t194; - _.qrIban = t195; - _.besrId = t196; + _.clientMarkPaidPaymentNotification = t168; + _.counterNumberApplied = t169; + _.emailSendingMethod = t170; + _.gmailSendingUserId = t171; + _.clientPortalTerms = t172; + _.clientPortalPrivacy = t173; + _.lockInvoices = t174; + _.autoBill = t175; + _.clientPortalAllowUnderPayment = t176; + _.clientPortalAllowOverPayment = t177; + _.autoBillDate = t178; + _.clientPortalUnderPaymentMinimum = t179; + _.useCreditsPayment = t180; + _.clientPortalCustomHeader = t181; + _.clientPortalCustomCss = t182; + _.clientPortalCustomFooter = t183; + _.clientPortalCustomJs = t184; + _.hideEmptyColumnsOnPdf = t185; + _.entitySendTime = t186; + _.clientPortalTasks = t187; + _.pageNumbering = t188; + _.pageNumberingAlignment = t189; + _.requirePurchaseOrderSignature = t190; + _.defaultPurchaseOrderTerms = t191; + _.defaultPurchaseOrderDesignId = t192; + _.defaultPurchaseOrderFooter = t193; + _.purchaseOrderNumberPattern = t194; + _.purchaseOrderNumberCounter = t195; + _.qrIban = t196; + _.besrId = t197; _._settings_model$__hashCode = null; }, SettingsEntityBuilder: function SettingsEntityBuilder() { var _ = this; - _._emailStyleCustom = _._documentEmailAttachment = _._ublEmailAttachment = _._pdfEmailAttachment = _._bccEmail = _._emailFromName = _._replyToName = _._replyToEmail = _._emailStyle = _._enableVendorPortalUploads = _._enableClientPortalUploads = _._enablePortalTasks = _._enablePortalDashboard = _._enablePortal = _._sendReminders = _._defaultTaskRate = _._companyGatewayIds = _._defaultValidUntil = _._defaultPaymentTerms = _._customValue4 = _._customValue3 = _._customValue2 = _._customValue1 = _._currencyId = _._showCurrencyCode = _._languageId = _._enableMilitaryTime = _._dateFormatId = _._timezoneId = _._settings_model$_$v = null; + _._emailStyleCustom = _._documentEmailAttachment = _._ublEmailAttachment = _._pdfEmailAttachment = _._bccEmail = _._emailFromName = _._replyToName = _._replyToEmail = _._emailStyle = _._enableVendorPortalUploads = _._enableClientPortalUploads = _._enablePortalTasks = _._enablePortalDashboard = _._enablePortal = _._sendReminders = _._defaultTaskRate = _._companyGatewayIds = _._defaultValidUntil = _._defaultPaymentTerms = _._settings_model$_customValue4 = _._settings_model$_customValue3 = _._settings_model$_customValue2 = _._settings_model$_customValue1 = _._currencyId = _._showCurrencyCode = _._languageId = _._enableMilitaryTime = _._dateFormatId = _._timezoneId = _._settings_model$_$v = null; _._quoteNumberPattern = _._recurringInvoiceNumberCounter = _._recurringInvoiceNumberPattern = _._invoiceNumberCounter = _._invoiceNumberPattern = _._projectNumberCounter = _._projectNumberPattern = _._paymentNumberCounter = _._paymentNumberPattern = _._ticketNumberCounter = _._ticketNumberPattern = _._vendorNumberCounter = _._vendorNumberPattern = _._recurringExpenseNumberCounter = _._recurringExpenseNumberPattern = _._expenseNumberCounter = _._expenseNumberPattern = _._taskNumberCounter = _._taskNumberPattern = _._translations = _._enableInclusiveTaxes = _._autoConvertQuote = _._autoEmailInvoice = _._autoArchiveQuote = _._autoArchiveInvoiceCancelled = _._autoArchiveInvoice = _._customMessageUnapprovedQuote = _._customMessagePaidInvoice = _._customMessageUnpaidInvoice = _._customMessageDashboard = null; _._emailSubjectInvoice = _._emailSignature = _._pdfVariables = _._defaultPaymentTypeId = _._defaultTaxRate3 = _._defaultTaxName3 = _._defaultTaxRate2 = _._defaultTaxName2 = _._defaultTaxRate1 = _._defaultTaxName1 = _._defaultInvoiceFooter = _._defaultCreditDesignId = _._defaultQuoteDesignId = _._defaultInvoiceDesignId = _._defaultCreditFooter = _._defaultCreditTerms = _._defaultQuoteFooter = _._defaultQuoteTerms = _._defaultInvoiceTerms = _._sharedInvoiceCreditCounter = _._sharedInvoiceQuoteCounter = _._counterPadding = _._resetCounterDate = _._resetCounterFrequencyId = _._recurringNumberPrefix = _._creditNumberCounter = _._creditNumberPattern = _._clientNumberCounter = _._clientNumberPattern = _._quoteNumberCounter = null; _._showAcceptQuoteTerms = _._showAcceptInvoiceTerms = _._enableEmailMarkup = _._signatureOnPdf = _._enablePortalPassword = _._emailBodyPurchaseOrder = _._emailSubjectPurchaseOrder = _._emailBodyStatement = _._emailSubjectStatement = _._emailBodyCustom3 = _._emailSubjectCustom3 = _._emailBodyCustom2 = _._emailSubjectCustom2 = _._emailBodyCustom1 = _._emailSubjectCustom1 = _._emailBodyReminder3 = _._emailBodyReminder2 = _._emailBodyReminder1 = _._emailSubjectReminder3 = _._emailSubjectReminder2 = _._emailSubjectReminder1 = _._emailBodyPaymentPartial = _._emailBodyPayment = _._emailBodyCredit = _._emailBodyQuote = _._emailBodyInvoice = _._emailSubjectPaymentPartial = _._emailSubjectPayment = _._emailSubjectCredit = _._emailSubjectQuote = null; - _._enableReminderEndless = _._enableReminder3 = _._enableReminder2 = _._enableReminder1 = _._allPagesFooter = _._allPagesHeader = _._embedDocuments = _._hidePaidToDate = _._secondaryFont = _._primaryFont = _._secondaryColor = _._primaryColor = _._fontSize = _._pageLayout = _._pageSize = _._idNumber = _._vatNumber = _._countryId = _._email = _._phone = _._postalCode = _._settings_model$_state = _._city = _._address2 = _._address1 = _._website = _._companyLogo = _._settings_model$_name = _._requireQuoteSignature = _._requireInvoiceSignature = null; - _._clientPortalUnderPaymentMinimum = _._autoBillDate = _._clientPortalAllowOverPayment = _._clientPortalAllowUnderPayment = _._autoBill = _._lockInvoices = _._clientPortalPrivacy = _._clientPortalTerms = _._gmailSendingUserId = _._emailSendingMethod = _._counterNumberApplied = _._clientManualPaymentNotification = _._clientOnlinePaymentNotification = _._emailBodyReminderEndless = _._emailSubjectReminderEndless = _._lateFeePercentEndless = _._lateFeePercent3 = _._lateFeePercent2 = _._lateFeePercent1 = _._lateFeeAmountEndless = _._lateFeeAmount3 = _._lateFeeAmount2 = _._lateFeeAmount1 = _._endlessReminderFrequencyId = _._scheduleReminder3 = _._scheduleReminder2 = _._scheduleReminder1 = _._numDaysReminder3 = _._numDaysReminder2 = _._numDaysReminder1 = null; - _._besrId = _._qrIban = _._purchaseOrderNumberCounter = _._purchaseOrderNumberPattern = _._defaultPurchaseOrderFooter = _._defaultPurchaseOrderDesignId = _._defaultPurchaseOrderTerms = _._requirePurchaseOrderSignature = _._pageNumberingAlignment = _._pageNumbering = _._clientPortalTasks = _._entitySendTime = _._hideEmptyColumnsOnPdf = _._clientPortalCustomJs = _._clientPortalCustomFooter = _._clientPortalCustomCss = _._clientPortalCustomHeader = _._useCreditsPayment = null; + _._enableReminderEndless = _._enableReminder3 = _._enableReminder2 = _._enableReminder1 = _._allPagesFooter = _._allPagesHeader = _._embedDocuments = _._hidePaidToDate = _._secondaryFont = _._primaryFont = _._secondaryColor = _._primaryColor = _._fontSize = _._pageLayout = _._pageSize = _._settings_model$_idNumber = _._settings_model$_vatNumber = _._settings_model$_countryId = _._settings_model$_email = _._settings_model$_phone = _._settings_model$_postalCode = _._settings_model$_state = _._settings_model$_city = _._settings_model$_address2 = _._settings_model$_address1 = _._settings_model$_website = _._companyLogo = _._settings_model$_name = _._requireQuoteSignature = _._requireInvoiceSignature = null; + _._autoBillDate = _._clientPortalAllowOverPayment = _._clientPortalAllowUnderPayment = _._autoBill = _._lockInvoices = _._clientPortalPrivacy = _._clientPortalTerms = _._gmailSendingUserId = _._emailSendingMethod = _._counterNumberApplied = _._clientMarkPaidPaymentNotification = _._clientManualPaymentNotification = _._clientOnlinePaymentNotification = _._emailBodyReminderEndless = _._emailSubjectReminderEndless = _._lateFeePercentEndless = _._lateFeePercent3 = _._lateFeePercent2 = _._lateFeePercent1 = _._lateFeeAmountEndless = _._lateFeeAmount3 = _._lateFeeAmount2 = _._lateFeeAmount1 = _._endlessReminderFrequencyId = _._scheduleReminder3 = _._scheduleReminder2 = _._scheduleReminder1 = _._numDaysReminder3 = _._numDaysReminder2 = _._numDaysReminder1 = null; + _._besrId = _._qrIban = _._purchaseOrderNumberCounter = _._purchaseOrderNumberPattern = _._defaultPurchaseOrderFooter = _._defaultPurchaseOrderDesignId = _._defaultPurchaseOrderTerms = _._requirePurchaseOrderSignature = _._pageNumberingAlignment = _._pageNumbering = _._clientPortalTasks = _._entitySendTime = _._hideEmptyColumnsOnPdf = _._clientPortalCustomJs = _._clientPortalCustomFooter = _._clientPortalCustomCss = _._clientPortalCustomHeader = _._useCreditsPayment = _._clientPortalUnderPaymentMinimum = null; }, ColorTheme$(colorDanger, colorInfo, colorPrimary, colorSuccess, colorWarning) { return new A.ColorTheme(colorPrimary, colorInfo, colorSuccess, colorWarning, colorDanger); @@ -59200,7 +60377,7 @@ }, UserEntityBuilder: function UserEntityBuilder() { var _ = this; - _._user_model$_id = _._user_model$_assignedUserId = _._user_model$_createdUserId = _._user_model$_isDeleted = _._user_model$_archivedAt = _._user_model$_updatedAt = _._user_model$_createdAt = _._user_model$_isChanged = _._oauthProvider = _._userCompany = _._oauthUserToken = _._lastEmailAddress = _._hasPassword = _._isTwoFactorEnabled = _._user_model$_customValue4 = _._user_model$_customValue3 = _._user_model$_customValue2 = _._user_model$_customValue1 = _._emailVerifiedAt = _._password = _._user_model$_phone = _._user_model$_email = _._lastName = _._firstName = _._user_model$_$v = null; + _._id = _._assignedUserId = _._createdUserId = _._isDeleted = _._archivedAt = _._user_model$_updatedAt = _._createdAt = _._user_model$_isChanged = _._oauthProvider = _._userCompany = _._oauthUserToken = _._lastEmailAddress = _._hasPassword = _._isTwoFactorEnabled = _._customValue4 = _._customValue3 = _._customValue2 = _._customValue1 = _._emailVerifiedAt = _._password = _._phone = _._email = _._lastName = _._firstName = _._user_model$_$v = null; }, _UserEntity_Object_BaseEntity: function _UserEntity_Object_BaseEntity() { }, @@ -59444,6 +60621,8 @@ }, AuthRepository: function AuthRepository() { }, + BankAccountRepository: function BankAccountRepository() { + }, ClientRepository: function ClientRepository() { }, ClientRepository_saveData_closure: function ClientRepository_saveData_closure() { @@ -59633,7 +60812,7 @@ main$body(isTesting) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - t1, t2, t3, t4, userLogout, userLogoutAll, loginRequest, oauthLoginRequest, signUpRequest, oauthSignUpRequest, refreshRequest, recoverRequest, addCompany, deleteCompany, setDefaultCompany, purgeData, resendConfirmation, viewDocumentList, viewDocument, editDocument, loadDocuments, loadDocument, archiveDocument, deleteDocument, restoreDocument, downloadDocuments, viewDashboard, viewProductList, viewProduct, editProduct, loadProducts, loadProduct, saveProduct, archiveProduct, deleteProduct, restoreProduct, saveDocument, viewClientList, viewClient, editClient, showPdfClient, loadClients, loadClient, saveClient, archiveClient, mergeClients, deleteClient, purgeClient, restoreClient, viewInvoiceList, viewInvoice, editInvoice, showEmailInvoice, showPdfInvoice, loadInvoices, loadInvoice, saveInvoice, archiveInvoice, deleteInvoice, restoreInvoice, emailInvoice, bulkEmailInvoices, markInvoiceSent, markInvoicePaid, cancelInvoices, downloadInvoices, viewExpenseList, viewExpense, editExpense, loadExpenses, loadExpense, saveExpense, archiveExpense, deleteExpense, restoreExpense, viewVendorList, viewVendor, editVendor, loadVendors, loadVendor, saveVendor, archiveVendor, deleteVendor, restoreVendor, viewTaskList, viewTask, editTask, loadTasks, loadTask, saveTask, archiveTask, startTask, stopTask, deleteTask, restoreTask, sortTasks, viewProjectList, viewProject, editProject, loadProjects, loadProject, saveProject, archiveProject, deleteProject, restoreProject, viewPaymentList, viewPayment, editPayment, viewRefundPayment, loadPayments, loadPayment, savePayment, refundPayment, archivePayment, deletePayment, restorePayment, emailPayment, viewQuoteList, viewQuote, editQuote, showEmailQuote, showPdfQuote, convertQuotesToInvoices, convertQuotesToProjects, approveQuote, loadQuotes, loadQuote, saveQuote, archiveQuote, deleteQuote, restoreQuote, emailQuote, bulkEmailQuotes, markSentQuote, downloadQuotes, viewSettings, saveCompany, saveAuthUser, connectOAuthUser, connectGmailUser, saveSettings, uploadLogo, disableTwoFactor, viewReports, viewPurchaseOrderList, viewPurchaseOrder, editPurchaseOrder, showEmailPurchaseOrder, showPdfPurchaseOrder, approvePurchaseOrder, loadPurchaseOrders, loadPurchaseOrder, savePurchaseOrder, archivePurchaseOrder, deletePurchaseOrder, restorePurchaseOrder, emailPurchaseOrder, bulkEmailPurchaseOrders, markSentPurchaseOrder, convertPurchaseOrdersToExpense, addPurchaseOrdersToInventory, acceptPurchaseOrders, cancelPurchaseOrders, downloadPurchaseOrders, viewRecurringExpenseList, viewRecurringExpense, editRecurringExpense, loadRecurringExpenses, loadRecurringExpense, saveRecurringExpense, archiveRecurringExpense, deleteRecurringExpense, restoreRecurringExpense, startRecurringExpense, stopRecurringExpense, viewSubscriptionList, viewSubscription, editSubscription, loadSubscriptions, loadSubscription, saveSubscription, archiveSubscription, deleteSubscription, restoreSubscription, viewTaskStatusList, viewTaskStatus, editTaskStatus, loadTaskStatuses, loadTaskStatus, saveTaskStatus, archiveTaskStatus, deleteTaskStatus, restoreTaskStatus, viewExpenseCategoryList, viewExpenseCategory, editExpenseCategory, loadExpenseCategories, loadExpenseCategory, saveExpenseCategory, archiveExpenseCategory, deleteExpenseCategory, restoreExpenseCategory, viewRecurringInvoiceList, viewRecurringInvoice, editRecurringInvoice, showPdfRecurringInvoice, loadRecurringInvoices, loadRecurringInvoice, saveRecurringInvoice, archiveRecurringInvoice, deleteRecurringInvoice, restoreRecurringInvoice, startRecurringInvoice, stopRecurringInvoice, sendNowRecurringInvoice, viewWebhookList, viewWebhook, editWebhook, loadWebhooks, loadWebhook, saveWebhook, archiveWebhook, deleteWebhook, restoreWebhook, viewTokenList, viewToken, editToken, loadTokens, loadToken, saveToken, archiveToken, deleteToken, restoreToken, viewPaymentTermList, viewPaymentTerm, editPaymentTerm, loadPaymentTerms, loadPaymentTerm, savePaymentTerm, archivePaymentTerm, deletePaymentTerm, restorePaymentTerm, viewDesignList, viewDesign, editDesign, loadDesigns, loadDesign, saveDesign, archiveDesign, deleteDesign, restoreDesign, viewCreditList, viewCredit, editCredit, showEmailCredit, showPdfCredit, loadCredits, loadCredit, saveCredit, archiveCredit, deleteCredit, restoreCredit, emailCredit, bulkEmailCredits, markPaidCredit, markSentCredit, downloadCredits, viewUserList, viewUser, editUser, loadUsers, loadUser, saveUser, archiveUser, deleteUser, restoreUser, removeUser, resendInvite, viewTaxRateList, viewTaxRate, editTaxRate, loadTaxRates, loadTaxRate, saveTaxRate, archiveTaxRate, deleteTaxRate, restoreTaxRate, viewCompanyGatewayList, viewCompanyGateway, editCompanyGateway, loadCompanyGateways, loadCompanyGateway, saveCompanyGateway, archiveCompanyGateway, deleteCompanyGateway, restoreCompanyGateway, disconnectCompanyGateway, viewGroupList, viewGroup, editGroup, loadGroups, loadGroup, saveGroup, archiveGroup, deleteGroup, restoreGroup, loadState, accountLoaded, dataRefreshed, persistData, persistStatic, userLoggedIn, persistUI, persistPrefs, clearDataState, deleteState, viewMainScreen, store; + t1, t2, t3, t4, userLogout, userLogoutAll, loginRequest, oauthLoginRequest, signUpRequest, oauthSignUpRequest, refreshRequest, recoverRequest, addCompany, deleteCompany, setDefaultCompany, purgeData, resendConfirmation, viewDocumentList, viewDocument, editDocument, loadDocuments, loadDocument, archiveDocument, deleteDocument, restoreDocument, downloadDocuments, viewDashboard, viewProductList, viewProduct, editProduct, loadProducts, loadProduct, saveProduct, archiveProduct, deleteProduct, restoreProduct, saveDocument, viewClientList, viewClient, editClient, showPdfClient, loadClients, loadClient, saveClient, archiveClient, mergeClients, deleteClient, purgeClient, restoreClient, viewInvoiceList, viewInvoice, editInvoice, showEmailInvoice, showPdfInvoice, loadInvoices, loadInvoice, saveInvoice, archiveInvoice, deleteInvoice, restoreInvoice, emailInvoice, bulkEmailInvoices, markInvoiceSent, markInvoicePaid, cancelInvoices, downloadInvoices, viewExpenseList, viewExpense, editExpense, loadExpenses, loadExpense, saveExpense, archiveExpense, deleteExpense, restoreExpense, viewVendorList, viewVendor, editVendor, loadVendors, loadVendor, saveVendor, archiveVendor, deleteVendor, restoreVendor, viewTaskList, viewTask, editTask, loadTasks, loadTask, saveTask, archiveTask, startTask, stopTask, deleteTask, restoreTask, sortTasks, viewProjectList, viewProject, editProject, loadProjects, loadProject, saveProject, archiveProject, deleteProject, restoreProject, viewPaymentList, viewPayment, editPayment, viewRefundPayment, loadPayments, loadPayment, savePayment, refundPayment, archivePayment, deletePayment, restorePayment, emailPayment, viewQuoteList, viewQuote, editQuote, showEmailQuote, showPdfQuote, convertQuotesToInvoices, convertQuotesToProjects, approveQuote, loadQuotes, loadQuote, saveQuote, archiveQuote, deleteQuote, restoreQuote, emailQuote, bulkEmailQuotes, markSentQuote, downloadQuotes, viewSettings, saveCompany, saveAuthUser, connectOAuthUser, connectGmailUser, saveSettings, uploadLogo, disableTwoFactor, viewReports, viewBankAccountList, viewBankAccount, loadBankAccounts, loadBankAccount, saveBankAccount, archiveBankAccount, deleteBankAccount, restoreBankAccount, viewPurchaseOrderList, viewPurchaseOrder, editPurchaseOrder, showEmailPurchaseOrder, showPdfPurchaseOrder, approvePurchaseOrder, loadPurchaseOrders, loadPurchaseOrder, savePurchaseOrder, archivePurchaseOrder, deletePurchaseOrder, restorePurchaseOrder, emailPurchaseOrder, bulkEmailPurchaseOrders, markSentPurchaseOrder, convertPurchaseOrdersToExpense, addPurchaseOrdersToInventory, acceptPurchaseOrders, cancelPurchaseOrders, downloadPurchaseOrders, viewRecurringExpenseList, viewRecurringExpense, editRecurringExpense, loadRecurringExpenses, loadRecurringExpense, saveRecurringExpense, archiveRecurringExpense, deleteRecurringExpense, restoreRecurringExpense, startRecurringExpense, stopRecurringExpense, viewSubscriptionList, viewSubscription, editSubscription, loadSubscriptions, loadSubscription, saveSubscription, archiveSubscription, deleteSubscription, restoreSubscription, viewTaskStatusList, viewTaskStatus, editTaskStatus, loadTaskStatuses, loadTaskStatus, saveTaskStatus, archiveTaskStatus, deleteTaskStatus, restoreTaskStatus, viewExpenseCategoryList, viewExpenseCategory, editExpenseCategory, loadExpenseCategories, loadExpenseCategory, saveExpenseCategory, archiveExpenseCategory, deleteExpenseCategory, restoreExpenseCategory, viewRecurringInvoiceList, viewRecurringInvoice, editRecurringInvoice, showPdfRecurringInvoice, loadRecurringInvoices, loadRecurringInvoice, saveRecurringInvoice, archiveRecurringInvoice, deleteRecurringInvoice, restoreRecurringInvoice, startRecurringInvoice, stopRecurringInvoice, sendNowRecurringInvoice, viewWebhookList, viewWebhook, editWebhook, loadWebhooks, loadWebhook, saveWebhook, archiveWebhook, deleteWebhook, restoreWebhook, viewTokenList, viewToken, editToken, loadTokens, loadToken, saveToken, archiveToken, deleteToken, restoreToken, viewPaymentTermList, viewPaymentTerm, editPaymentTerm, loadPaymentTerms, loadPaymentTerm, savePaymentTerm, archivePaymentTerm, deletePaymentTerm, restorePaymentTerm, viewDesignList, viewDesign, editDesign, loadDesigns, loadDesign, saveDesign, archiveDesign, deleteDesign, restoreDesign, viewCreditList, viewCredit, editCredit, showEmailCredit, showPdfCredit, loadCredits, loadCredit, saveCredit, archiveCredit, deleteCredit, restoreCredit, emailCredit, bulkEmailCredits, markPaidCredit, markSentCredit, downloadCredits, viewUserList, viewUser, editUser, loadUsers, loadUser, saveUser, archiveUser, deleteUser, restoreUser, removeUser, resendInvite, viewTaxRateList, viewTaxRate, editTaxRate, loadTaxRates, loadTaxRate, saveTaxRate, archiveTaxRate, deleteTaxRate, restoreTaxRate, viewCompanyGatewayList, viewCompanyGateway, editCompanyGateway, loadCompanyGateways, loadCompanyGateway, saveCompanyGateway, archiveCompanyGateway, deleteCompanyGateway, restoreCompanyGateway, disconnectCompanyGateway, viewGroupList, viewGroup, editGroup, loadGroups, loadGroup, saveGroup, archiveGroup, deleteGroup, restoreGroup, loadState, accountLoaded, dataRefreshed, persistData, persistStatic, userLoggedIn, persistUI, persistPrefs, clearDataState, deleteState, viewMainScreen, store; var $async$main0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -59836,6 +61015,15 @@ B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.TypedMiddleware(viewSettings, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewSettings).get$$call(), new A.TypedMiddleware(saveCompany, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveCompanyRequest).get$$call(), new A.TypedMiddleware(saveAuthUser, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveAuthUserRequest).get$$call(), new A.TypedMiddleware(connectOAuthUser, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ConnecOAuthUserRequest).get$$call(), new A.TypedMiddleware(connectGmailUser, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ConnecGmailUserRequest).get$$call(), new A.TypedMiddleware(disableTwoFactor, type$.TypedMiddleware_of_legacy_AppState_and_legacy_DisableTwoFactorRequest).get$$call(), new A.TypedMiddleware(saveSettings, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveUserSettingsRequest).get$$call(), new A.TypedMiddleware(uploadLogo, type$.TypedMiddleware_of_legacy_AppState_and_legacy_UploadLogoRequest).get$$call(), new A.TypedMiddleware(saveDocument, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveCompanyDocumentRequest).get$$call()], t2)); viewReports = A._viewReports(); B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.TypedMiddleware(viewReports, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewReports).get$$call()], t2)); + viewBankAccountList = A._viewBankAccountList(); + viewBankAccount = A._viewBankAccount(); + loadBankAccounts = A._loadBankAccounts(B.C_BankAccountRepository); + loadBankAccount = A._loadBankAccount(B.C_BankAccountRepository); + saveBankAccount = A._saveBankAccount(B.C_BankAccountRepository); + archiveBankAccount = A._archiveBankAccount(B.C_BankAccountRepository); + deleteBankAccount = A._deleteBankAccount(B.C_BankAccountRepository); + restoreBankAccount = A._restoreBankAccount(B.C_BankAccountRepository); + B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.TypedMiddleware(viewBankAccountList, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewBankAccountList).get$$call(), new A.TypedMiddleware(viewBankAccount, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewBankAccount).get$$call(), new A.TypedMiddleware(loadBankAccounts, type$.TypedMiddleware_of_legacy_AppState_and_legacy_LoadBankAccounts).get$$call(), new A.TypedMiddleware(loadBankAccount, type$.TypedMiddleware_of_legacy_AppState_and_legacy_LoadBankAccount).get$$call(), new A.TypedMiddleware(saveBankAccount, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveBankAccountRequest).get$$call(), new A.TypedMiddleware(archiveBankAccount, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveBankAccountsRequest).get$$call(), new A.TypedMiddleware(deleteBankAccount, type$.TypedMiddleware_of_legacy_AppState_and_legacy_DeleteBankAccountsRequest).get$$call(), new A.TypedMiddleware(restoreBankAccount, type$.TypedMiddleware_of_legacy_AppState_and_legacy_RestoreBankAccountsRequest).get$$call()], t2)); viewPurchaseOrderList = A._viewPurchaseOrderList(); viewPurchaseOrder = A._viewPurchaseOrder(); editPurchaseOrder = A._editPurchaseOrder(); @@ -60033,18 +61221,11 @@ t2 = A._setArrayType([], t2); B.JSArray_methods.addAll$1(t3, t2); store = new A.Store(A.app_reducer__appReducer$closure(), new A._AsyncBroadcastStreamController(null, null, type$._AsyncBroadcastStreamController_legacy_AppState), type$.Store_legacy_AppState); - store.__Store__state = t1; + store.__Store__state_A = t1; t1 = store._createDispatchers$2(t3, store._createReduceAndNotify$1(false)); - A._lateWriteOnceCheck(store.__Store__dispatchers, "_dispatchers"); - store.__Store__dispatchers = t1; + store.__Store__dispatchers_F !== $ && A.throwUnnamedLateFieldAI(); + store.__Store__dispatchers_F = t1; A.runApp(new A.InvoiceNinjaApp(store, null)); - if (A.isWindows()) { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - $.$get$BitsdojoWindowPlatform__instance().doWhenWindowReady$1(new A.main_closure2()); - } // implicit return return A._asyncReturn(null, $async$completer); } @@ -60054,7 +61235,7 @@ _initialState(isTesting) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_AppState), - $async$returnValue, $async$next = [], e, exception, t1, browserRoute, reportErrors, referralCode, prefs, prefString, url, prefState; + $async$returnValue, e, exception, t1, browserRoute, reportErrors, referralCode, prefs, prefString, url, prefState; var $async$_initialState = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -60112,8 +61293,6 @@ }, main_closure1: function main_closure1() { }, - main_closure2: function main_closure2() { - }, _initialState_closure: function _initialState_closure() { }, InvoiceNinjaApp: function InvoiceNinjaApp(t0, t1) { @@ -60140,7 +61319,7 @@ InvoiceNinjaAppState_build_closure: function InvoiceNinjaAppState_build_closure(t0) { this.$this = t0; }, - InvoiceNinjaAppState_build__closure109: function InvoiceNinjaAppState_build__closure109(t0) { + InvoiceNinjaAppState_build__closure111: function InvoiceNinjaAppState_build__closure111(t0) { this.state = t0; }, InvoiceNinjaAppState_build__closure: function InvoiceNinjaAppState_build__closure() { @@ -60364,6 +61543,10 @@ }, InvoiceNinjaAppState_build__closure108: function InvoiceNinjaAppState_build__closure108() { }, + InvoiceNinjaAppState_build__closure109: function InvoiceNinjaAppState_build__closure109() { + }, + InvoiceNinjaAppState_build__closure110: function InvoiceNinjaAppState_build__closure110() { + }, MyCustomScrollBehavior: function MyCustomScrollBehavior(t0) { this._androidOverscrollIndicator = t0; }, @@ -60375,7 +61558,9 @@ t2 = $.$get$navigatorKey(); t2.toString; store = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), type$.legacy_AppState); - uiState = A._lateReadCheck(store.__Store__state, "_state").uiState; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; t1.action = null; A.checkForChanges(new A.viewEntitiesByType_closure(t1, filterEntity, uiState, store, entityType), false, store); }, @@ -60387,36 +61572,43 @@ t1 = $.$get$navigatorKey(); t1.toString; store = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState); - A.checkForChanges(new A.viewEntityById_closure(addToStack, store, entityId, entityType, A._lateReadCheck(store.__Store__state, "_state"), filterEntity, A._lateReadCheck(store.__Store__state, "_state").uiState, showError, force), force, store); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.checkForChanges(new A.viewEntityById_closure(addToStack, store, entityId, entityType, t1, filterEntity, t1.uiState, showError, force), force, store); }, createEntityByType(applyFilter, context, entityType) { - var store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - if (!t1._list[t2].userCompany.can$2(B.UserPermission_create, entityType)) + var t2, t3, + store = A.StoreProvider_of(context, type$.legacy_AppState), + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + if (!t2._list[t3].userCompany.can$2(B.UserPermission_create, entityType)) return; - A.checkForChanges(new A.createEntityByType_closure(state, store, entityType, applyFilter, false), false, store); + A.checkForChanges(new A.createEntityByType_closure(t1, store, entityType, applyFilter, false), false, store); }, createEntity(cancelCompleter, completer, context, entity, force) { - var store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - t1 = state.userCompanyStates, - t2 = uiState.selectedCompanyIndex; - if (!t1._list[t2].userCompany.can$2(B.UserPermission_create, entity.get$entityType())) + var uiState, t2, t3, + store = A.StoreProvider_of(context, type$.legacy_AppState), + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + t2 = t1.userCompanyStates; + t3 = uiState.selectedCompanyIndex; + if (!t2._list[t3].userCompany.can$2(B.UserPermission_create, entity.get$entityType())) return; - A.checkForChanges(new A.createEntity_closure(uiState, store, state, entity, force, completer, cancelCompleter), force, store); + A.checkForChanges(new A.createEntity_closure(uiState, store, t1, entity, force, completer, cancelCompleter), force, store); }, editEntity(completer, entity, $fullScreen, subIndex) { - var context, store, state, + var context, store, t2, t1 = $.$get$navigatorKey(); t1.toString; context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - A.checkForChanges(new A.editEntity_closure(state, entity.get$entityType(), $fullScreen, store, entity, completer, context, t1, subIndex), false, store); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + A.checkForChanges(new A.editEntity_closure(t1, entity.get$entityType(), $fullScreen, store, entity, completer, context, t2, subIndex), false, store); }, handleEntitiesActions(entities, action, autoPop) { var t1, store, context; @@ -60426,42 +61618,64 @@ t1 = $.$get$navigatorKey(); t1.toString; if (A.getLayout($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1)) === B.AppLayout_mobile) - t1.get$currentState().pop$0(0); + t1.get$currentState().pop$0(); else if (B.JSArray_methods.get$first(entities).get$entityType().get$isSetting()) { store = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState); switch (B.JSArray_methods.get$first(entities).get$entityType()) { case B.EntityType_paymentTerm: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/payment_terms")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/payment_terms")); break; case B.EntityType_taxRate: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/tax_settings_rates")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/tax_settings_rates")); break; case B.EntityType_companyGateway: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/company_gateways")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/company_gateways")); break; case B.EntityType_user: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/user_management")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/user_management")); break; case B.EntityType_group: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/group_settings")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/group_settings")); break; case B.EntityType_design: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/custom_designs")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/custom_designs")); break; case B.EntityType_token: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/tokens")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/tokens")); break; case B.EntityType_webhook: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/webhook")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/webhook")); break; case B.EntityType_expenseCategory: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category")); break; case B.EntityType_taskStatus: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/task_status")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/task_status")); break; case B.EntityType_subscription: - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/subscriptions")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/subscriptions")); break; default: A.print("ERROR: " + A.S(B.JSArray_methods.get$first(entities).get$entityType()) + " entity type not supported"); @@ -60514,6 +61728,9 @@ case B.EntityType_document: A.handleDocumentAction(context, entities, action); break; + case B.EntityType_bankAccount: + A.handleBankAccountAction(context, entities, action); + break; case B.EntityType_purchaseOrder: A.handlePurchaseOrderAction(context, entities, action); break; @@ -60552,62 +61769,71 @@ } }, selectEntity(entity, forceView, longPress) { - var context, store, state, uiState, entityUIState, t2, client, _null = null, + var context, store, uiState, entityUIState, t2, client, _null = null, t1 = $.$get$navigatorKey(); t1.toString; context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); store = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - uiState = state.uiState; - entityUIState = state.getUIState$1(entity.get$entityType()); - t1 = state.getUIState$1(entity.get$entityType()).get$listUIState().selectedIds; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + entityUIState = t1.getUIState$1(entity.get$entityType()); + t2 = t1.getUIState$1(entity.get$entityType()).get$listUIState().selectedIds; if (longPress) { - t1 = state.prefState; + t1 = t1.prefState; t2 = t1.longPressSelectionIsDefault; if ((t2 || t1.moduleLayout === B.ModuleLayout_table) && uiState.currentRoute !== "/dashboard") A.handleEntitiesActions(A._setArrayType([entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_toggleMultiselect, false); else A.editEntity(_null, entity, true, _null); - } else if (t1 != null && !forceView) + } else if (t2 != null && !forceView) A.handleEntitiesActions(A._setArrayType([entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_toggleMultiselect, false); - else if (A.getLayout(context) === B.AppLayout_desktop && !state.prefState.isPreviewVisible) + else if (A.getLayout(context) === B.AppLayout_desktop && !t1.prefState.isPreviewVisible) if (uiState.get$isEditing() && entityUIState.get$editingId() === entity.get$id(entity)) A.viewEntitiesByType(entity.get$entityType(), _null); else { - t1 = entity.get$entityType(); - t1.toString; - if (!B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_client, B.EntityType_vendor], type$.JSArray_legacy_EntityType), t1) && !state.prefState.isPreviewVisible) - store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + t2 = entity.get$entityType(); + t2.toString; + if (!B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_client, B.EntityType_vendor], type$.JSArray_legacy_EntityType), t2) && !t1.prefState.isPreviewVisible) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, entity, _null, false); } else { if (A.getLayout(context) === B.AppLayout_desktop) - t1 = uiState.get$isEditing() || uiState.previewStack._list.length !== 0; + t2 = uiState.get$isEditing() || uiState.previewStack._list.length !== 0; else - t1 = false; - if (t1) + t2 = false; + if (t2) A.viewEntity(false, entity, _null, false); else { if (A.getLayout(context) === B.AppLayout_desktop) if (!forceView) - t1 = !uiState.get$isEditing() && !B.JSString_methods.endsWith$1(uiState.currentRoute, "/email") && !entity.get$entityType().get$isSetting() && entityUIState.get$selectedId() === entity.get$id(entity); + t2 = !uiState.get$isEditing() && !B.JSString_methods.endsWith$1(uiState.currentRoute, "/email") && !entity.get$entityType().get$isSetting() && entityUIState.get$selectedId() === entity.get$id(entity); else - t1 = false; + t2 = false; else - t1 = false; - if (t1) - if (entityUIState.get$tabIndex(entityUIState) > 0) - store.get$_dispatchers()[0].call$1(new A.PreviewEntity(_null, _null)); - else { - t1 = state.prefState; + t2 = false; + if (t2) + if (entityUIState.get$tabIndex(entityUIState) > 0) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PreviewEntity(_null, _null)); + } else { + t1 = t1.prefState; if (t1.tapSelectedToEdit) A.editEntity(_null, entity, true, _null); - else if (t1.moduleLayout !== B.ModuleLayout_list) - store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + else if (t1.moduleLayout !== B.ModuleLayout_list) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } } else { if (forceView && type$.legacy_BelongsToClient._is(entity)) { - t1 = state.userCompanyStates; + t1 = t1.userCompanyStates; t2 = uiState.selectedCompanyIndex; client = t1._list[t2].clientState.$get$1(0, entity.get$clientId(entity)); } else @@ -60618,12 +61844,13 @@ } }, inspectEntity(entity, longPress) { - var store, state, previewStack, entityType, + var store, t2, previewStack, entityType, t1 = $.$get$navigatorKey(); t1.toString; store = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - previewStack = state.uiState.previewStack; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + previewStack = t2.uiState.previewStack; if (A.getLayout($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1)) === B.AppLayout_desktop) if (longPress) A.viewEntity(false, entity, null, false); @@ -60631,9 +61858,12 @@ t1 = previewStack._list; if (t1.length !== 0) { entityType = B.JSArray_methods.get$last(t1); - A.viewEntityById(false, state.getUIState$1(entityType).get$selectedId(), entityType, entity, false, true); - } else - store.get$_dispatchers()[0].call$1(new A.FilterByEntity(entity, false)); + A.viewEntityById(false, t2.getUIState$1(entityType).get$selectedId(), entityType, entity, false, true); + } else { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterByEntity(entity, false)); + } } else if (longPress) A.showEntityActionsDialog(null, A._setArrayType([entity], type$.JSArray_legacy_BaseEntity), false); @@ -60645,14 +61875,16 @@ t1 = $.$get$navigatorKey(); t1.toString; context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); - if (force) { - store.get$_dispatchers()[0].call$1(new A.DiscardChanges()); - store.get$_dispatchers()[0].call$1(new A.ResetSettings()); - callback.call$0(); - } else if (A._lateReadCheck(store.__Store__state, "_state").hasChanges$0() && A.getLayout(context) !== B.AppLayout_mobile) - A.showDialog(null, true, new A.checkForChanges_closure(context, store, callback), context, null, true, type$.legacy_MessageDialog); - else + if (force) callback.call$0(); + else { + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.hasChanges$0() && A.getLayout(context) !== B.AppLayout_mobile) + A.showDialog(null, true, new A.checkForChanges_closure(context, store, callback), context, null, true, type$.legacy_MessageDialog); + else + callback.call$0(); + } }, PersistData: function PersistData() { }, @@ -61018,12 +62250,14 @@ }, lastErrorReducer_closure19: function lastErrorReducer_closure19() { }, + lastErrorReducer_closure20: function lastErrorReducer_closure20() { + }, dismissedNativeWarningReducer_closure: function dismissedNativeWarningReducer_closure() { }, dismissedNativeWarningReducer_closure0: function dismissedNativeWarningReducer_closure0() { }, AppState_AppState(currentRoute, prefState, referralCode, reportErrors, url) { - var t2, _list, i, i0, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, _null = null, _s4_ = "name", _s6_ = "number", + var t2, _list, i, i0, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, _null = null, _s4_ = "name", _s6_ = "number", t1 = url == null ? "" : url; t1 = A._$AuthState$_("", false, false, 0, referralCode == null ? "" : referralCode, t1); t2 = A.StaticState_StaticState(); @@ -61223,21 +62457,28 @@ t34 = t35 ? _null : t34.ascending; t34 = A.ListUIState_ListUIState(t36, t34 === true); t34 = A._$QuoteUIState$_(_null, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), _null, _null, _null, t34, _null, "", 0); - t35 = t5.$index(0, B.EntityType_purchaseOrder); + t35 = t5.$index(0, B.EntityType_bankAccount); t36 = t35 == null; t37 = t36 ? _null : t35.field; if (t37 == null) - t37 = _s6_; - t35 = t36 ? _null : t35.ascending; - t35 = A.ListUIState_ListUIState(t37, t35 === true); - t35 = A._$PurchaseOrderUIState$_(_null, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), _null, _null, _null, t35, _null, "", 0); + t37 = _s4_; + t35 = A.ListUIState_ListUIState(t37, t36 ? _null : t35.ascending); + t35 = A._$BankAccountUIState$_(_null, A.BankAccountEntity_BankAccountEntity(_null), _null, t35, _null, "", 0); + t37 = t5.$index(0, B.EntityType_purchaseOrder); + t36 = t37 == null; + t38 = t36 ? _null : t37.field; + if (t38 == null) + t38 = _s6_; + t36 = t36 ? _null : t37.ascending; + t36 = A.ListUIState_ListUIState(t38, t36 === true); + t36 = A._$PurchaseOrderUIState$_(_null, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), _null, _null, _null, t36, _null, "", 0); t5 = t5.$index(0, B.EntityType_recurringExpense); - t36 = t5 == null; - t37 = t36 ? _null : t5.field; - if (t37 == null) - t37 = _s6_; - t5 = A.ListUIState_ListUIState(t37, t36 ? _null : t5.ascending); - t19 = A._$UIState$_(t14, t27, t20, t6, t10, t23, t29, t18, t25, _null, 0, t9, t28, t13, 0, _null, t22, t33, t8, "", t12, t32, t35, t34, A._$RecurringExpenseUIState$_(_null, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, _null, _null, _null), _null, t5, _null, "", 0), t16, t11, 0, t7, t15, t17, t31, t26, t21, t24, t30, t19); + t37 = t5 == null; + t38 = t37 ? _null : t5.field; + if (t38 == null) + t38 = _s6_; + t5 = A.ListUIState_ListUIState(t38, t37 ? _null : t5.ascending); + t19 = A._$UIState$_(t35, t14, t27, t20, t6, t10, t23, t29, t18, t25, _null, 0, t9, t28, t13, 0, _null, t22, t33, t8, "", t12, t32, t36, t34, A._$RecurringExpenseUIState$_(_null, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, _null, _null, _null), _null, t5, _null, "", 0), t16, t11, 0, t7, t15, t17, t31, t26, t21, t24, t30, t19); return A._$AppState$_(t1, false, false, false, false, "", t4 ? A.PrefState_PrefState() : prefState, t2, t19, t3); }, _$AppState$_(authState, dismissedNativeWarning, isLoading, isSaving, isTesting, lastError, prefState, staticState, uiState, userCompanyStates) { @@ -61647,10 +62888,561 @@ var _ = this; _._referralCode = _._lastEnteredPasswordAt = _._isAuthenticated = _._isInitialized = _._auth_state$_url = _._auth_state$_email = _._$v = null; }, + handleBankAccountAction(context, bankAccounts, action) { + var store, t2, bankAccount, bankAccountIds, t3, t4, + _s21_ = "restored_bank_account", + _s21_0 = "archived_bank_account", + _s20_ = "deleted_bank_account", + t1 = J.getInterceptor$asx(bankAccounts); + if (t1.get$isEmpty(bankAccounts)) + return; + store = A.StoreProvider_of(context, type$.legacy_AppState); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + bankAccount = type$.legacy_BankAccountEntity._as(t1.get$first(bankAccounts)); + bankAccountIds = t1.map$1$1(bankAccounts, new A.handleBankAccountAction_closure(), type$.legacy_String).toList$0(0); + switch (action) { + case B.EntityAction_edit: + A.editEntity(null, bankAccount, true, null); + break; + case B.EntityAction_restore: + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s21_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s21_) : t2; + t1 = A.snackBarCompleter(context, t1, false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreBankAccountsRequest(t1, bankAccountIds)); + break; + case B.EntityAction_archive: + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s21_0); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s21_0) : t2; + t1 = A.snackBarCompleter(context, t1, false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveBankAccountsRequest(t1, bankAccountIds)); + break; + case B.EntityAction_delete: + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s20_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s20_) : t2; + t1 = A.snackBarCompleter(context, t1, false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteBankAccountsRequest(t1, bankAccountIds)); + break; + case B.EntityAction_toggleMultiselect: + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.bankAccountUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartBankAccountMultiselect()); + } + if (t1.get$isEmpty(bankAccounts)) + break; + for (t1 = t1.get$iterator(bankAccounts); t1.moveNext$0();) { + t2 = t1.get$current(t1); + t3 = store.__Store__state_A.uiState.bankAccountUIState.listUIState; + t4 = t2.get$id(t2); + t3 = t3.selectedIds; + t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToBankAccountMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromBankAccountMultiselect(t2)); + } + } + break; + case B.EntityAction_more: + A.showEntityActionsDialog(null, A._setArrayType([bankAccount], type$.JSArray_legacy_BaseEntity), false); + break; + default: + A.print("## ERROR: unhandled action " + A.S(action) + " in bank_account_actions"); + break; + } + }, + ViewBankAccountList: function ViewBankAccountList() { + }, + ViewBankAccount: function ViewBankAccount(t0) { + this.bankAccountId = t0; + }, + LoadBankAccountRequest: function LoadBankAccountRequest() { + }, + LoadBankAccountFailure: function LoadBankAccountFailure(t0) { + this.error = t0; + }, + LoadBankAccountSuccess: function LoadBankAccountSuccess(t0) { + this.bankAccount = t0; + }, + LoadBankAccountsRequest: function LoadBankAccountsRequest() { + }, + LoadBankAccountsFailure: function LoadBankAccountsFailure(t0) { + this.error = t0; + }, + LoadBankAccountsSuccess: function LoadBankAccountsSuccess(t0) { + this.bankAccounts = t0; + }, + SaveBankAccountSuccess: function SaveBankAccountSuccess(t0) { + this.bankAccount = t0; + }, + AddBankAccountSuccess: function AddBankAccountSuccess(t0) { + this.bankAccount = t0; + }, + SaveBankAccountFailure: function SaveBankAccountFailure() { + }, + ArchiveBankAccountsRequest: function ArchiveBankAccountsRequest(t0, t1) { + this.completer = t0; + this.bankAccountIds = t1; + }, + ArchiveBankAccountsSuccess: function ArchiveBankAccountsSuccess(t0) { + this.bankAccounts = t0; + }, + ArchiveBankAccountsFailure: function ArchiveBankAccountsFailure() { + }, + DeleteBankAccountsRequest: function DeleteBankAccountsRequest(t0, t1) { + this.completer = t0; + this.bankAccountIds = t1; + }, + DeleteBankAccountsSuccess: function DeleteBankAccountsSuccess(t0) { + this.bankAccounts = t0; + }, + DeleteBankAccountsFailure: function DeleteBankAccountsFailure() { + }, + RestoreBankAccountsRequest: function RestoreBankAccountsRequest(t0, t1) { + this.completer = t0; + this.bankAccountIds = t1; + }, + RestoreBankAccountsSuccess: function RestoreBankAccountsSuccess(t0) { + this.bankAccounts = t0; + }, + RestoreBankAccountsFailure: function RestoreBankAccountsFailure() { + }, + FilterBankAccounts: function FilterBankAccounts(t0) { + this.filter = t0; + }, + SortBankAccounts: function SortBankAccounts(t0) { + this.field = t0; + }, + FilterBankAccountsByState: function FilterBankAccountsByState(t0) { + this.state = t0; + }, + FilterBankAccountsByCustom1: function FilterBankAccountsByCustom1(t0) { + this.value = t0; + }, + FilterBankAccountsByCustom2: function FilterBankAccountsByCustom2(t0) { + this.value = t0; + }, + FilterBankAccountsByCustom3: function FilterBankAccountsByCustom3(t0) { + this.value = t0; + }, + FilterBankAccountsByCustom4: function FilterBankAccountsByCustom4(t0) { + this.value = t0; + }, + StartBankAccountMultiselect: function StartBankAccountMultiselect() { + }, + AddToBankAccountMultiselect: function AddToBankAccountMultiselect(t0) { + this.entity = t0; + }, + RemoveFromBankAccountMultiselect: function RemoveFromBankAccountMultiselect(t0) { + this.entity = t0; + }, + ClearBankAccountMultiselect: function ClearBankAccountMultiselect() { + }, + handleBankAccountAction_closure: function handleBankAccountAction_closure() { + }, + _viewBankAccount() { + return new A._viewBankAccount_closure(); + }, + _viewBankAccountList() { + return new A._viewBankAccountList_closure0(); + }, + _archiveBankAccount(repository) { + return new A._archiveBankAccount_closure(repository); + }, + _deleteBankAccount(repository) { + return new A._deleteBankAccount_closure(repository); + }, + _restoreBankAccount(repository) { + return new A._restoreBankAccount_closure(repository); + }, + _saveBankAccount(repository) { + return new A._saveBankAccount_closure(repository); + }, + _loadBankAccount(repository) { + return new A._loadBankAccount_closure(repository); + }, + _loadBankAccounts(repository) { + return new A._loadBankAccounts_closure(repository); + }, + _viewBankAccount_closure: function _viewBankAccount_closure() { + }, + _viewBankAccountList_closure0: function _viewBankAccountList_closure0() { + }, + _viewBankAccountList__closure: function _viewBankAccountList__closure() { + }, + _archiveBankAccount_closure: function _archiveBankAccount_closure(t0) { + this.repository = t0; + }, + _archiveBankAccount__closure: function _archiveBankAccount__closure(t0) { + this.store = t0; + }, + _archiveBankAccount__closure0: function _archiveBankAccount__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, + _archiveBankAccount__closure1: function _archiveBankAccount__closure1(t0, t1, t2) { + this.store = t0; + this.prevBankAccounts = t1; + this.action = t2; + }, + _deleteBankAccount_closure: function _deleteBankAccount_closure(t0) { + this.repository = t0; + }, + _deleteBankAccount__closure: function _deleteBankAccount__closure(t0) { + this.store = t0; + }, + _deleteBankAccount__closure0: function _deleteBankAccount__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, + _deleteBankAccount__closure1: function _deleteBankAccount__closure1(t0, t1, t2) { + this.store = t0; + this.prevBankAccounts = t1; + this.action = t2; + }, + _restoreBankAccount_closure: function _restoreBankAccount_closure(t0) { + this.repository = t0; + }, + _restoreBankAccount__closure: function _restoreBankAccount__closure(t0) { + this.store = t0; + }, + _restoreBankAccount__closure0: function _restoreBankAccount__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, + _restoreBankAccount__closure1: function _restoreBankAccount__closure1(t0, t1, t2) { + this.store = t0; + this.prevBankAccounts = t1; + this.action = t2; + }, + _saveBankAccount_closure: function _saveBankAccount_closure(t0) { + this.repository = t0; + }, + _saveBankAccount__closure: function _saveBankAccount__closure(t0, t1) { + this.action = t0; + this.store = t1; + }, + _saveBankAccount__closure0: function _saveBankAccount__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, + _loadBankAccount_closure: function _loadBankAccount_closure(t0) { + this.repository = t0; + }, + _loadBankAccount__closure: function _loadBankAccount__closure(t0, t1) { + this.store = t0; + this.action = t1; + }, + _loadBankAccount__closure0: function _loadBankAccount__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, + _loadBankAccounts_closure: function _loadBankAccounts_closure(t0) { + this.repository = t0; + }, + _loadBankAccounts__closure: function _loadBankAccounts__closure(t0, t1) { + this.store = t0; + this.action = t1; + }, + _loadBankAccounts__closure0: function _loadBankAccounts__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, + bankAccountUIReducer(state, action) { + var t1; + state.toString; + t1 = new A.BankAccountUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); + t1._bank_account_state$_$v = state; + new A.bankAccountUIReducer_closure(state, action).call$1(t1); + return t1.build$0(); + }, + _clearEditing(bankAccount, action) { + return A.BankAccountEntity_BankAccountEntity(null); + }, + _updateEditing(bankAccount, action) { + return action.get$bankAccount(); + }, + _viewBankAccountList0(bankAccountListState, action) { + return bankAccountListState.rebuild$1(new A._viewBankAccountList_closure()); + }, + _filterBankAccountsByCustom1(bankAccountListState, action) { + var t1 = bankAccountListState.custom1Filters, + t2 = action.value; + if (B.JSArray_methods.contains$1(t1._list, t2)) + return bankAccountListState.rebuild$1(new A._filterBankAccountsByCustom1_closure(action)); + else + return bankAccountListState.rebuild$1(new A._filterBankAccountsByCustom1_closure0(action)); + }, + _filterBankAccountsByCustom2(bankAccountListState, action) { + var t1 = bankAccountListState.custom2Filters, + t2 = action.value; + if (B.JSArray_methods.contains$1(t1._list, t2)) + return bankAccountListState.rebuild$1(new A._filterBankAccountsByCustom2_closure(action)); + else + return bankAccountListState.rebuild$1(new A._filterBankAccountsByCustom2_closure0(action)); + }, + _filterBankAccountsByState(bankAccountListState, action) { + var t1 = bankAccountListState.stateFilters, + t2 = action.state; + if (B.JSArray_methods.contains$1(t1._list, t2)) + return bankAccountListState.rebuild$1(new A._filterBankAccountsByState_closure(action)); + else + return bankAccountListState.rebuild$1(new A._filterBankAccountsByState_closure0(action)); + }, + _filterBankAccounts(bankAccountListState, action) { + return bankAccountListState.rebuild$1(new A._filterBankAccounts_closure(action, bankAccountListState)); + }, + _sortBankAccounts(bankAccountListState, action) { + return bankAccountListState.rebuild$1(new A._sortBankAccounts_closure(action)); + }, + _startListMultiselect(productListState, action) { + return productListState.rebuild$1(new A._startListMultiselect_closure21()); + }, + _addToListMultiselect(productListState, action) { + return productListState.rebuild$1(new A._addToListMultiselect_closure21(action)); + }, + _removeFromListMultiselect(productListState, action) { + return productListState.rebuild$1(new A._removeFromListMultiselect_closure21(action)); + }, + _clearListMultiselect(productListState, action) { + return productListState.rebuild$1(new A._clearListMultiselect_closure21()); + }, + _archiveBankAccountSuccess(bankAccountState, action) { + return bankAccountState.rebuild$1(new A._archiveBankAccountSuccess_closure(action)); + }, + _deleteBankAccountSuccess(bankAccountState, action) { + return bankAccountState.rebuild$1(new A._deleteBankAccountSuccess_closure(action)); + }, + _restoreBankAccountSuccess(bankAccountState, action) { + return bankAccountState.rebuild$1(new A._restoreBankAccountSuccess_closure(action)); + }, + _addBankAccount(bankAccountState, action) { + return bankAccountState.rebuild$1(new A._addBankAccount_closure(action)); + }, + _updateBankAccount(bankAccountState, action) { + return bankAccountState.rebuild$1(new A._updateBankAccount_closure(action)); + }, + _setLoadedBankAccount(bankAccountState, action) { + return bankAccountState.rebuild$1(new A._setLoadedBankAccount_closure(action)); + }, + _setLoadedBankAccounts(bankAccountState, action) { + return bankAccountState.loadBankAccounts$1(action.bankAccounts); + }, + _setLoadedCompany(bankAccountState, action) { + var t1 = action.userCompany.company.bankAccounts; + A.print("## setLoadedCompany: " + A.S(t1)); + return bankAccountState.loadBankAccounts$1(t1); + }, + bankAccountUIReducer_closure: function bankAccountUIReducer_closure(t0, t1) { + this.state = t0; + this.action = t1; + }, + forceSelectedReducer_closure167: function forceSelectedReducer_closure167() { + }, + forceSelectedReducer_closure168: function forceSelectedReducer_closure168() { + }, + forceSelectedReducer_closure169: function forceSelectedReducer_closure169() { + }, + forceSelectedReducer_closure170: function forceSelectedReducer_closure170() { + }, + forceSelectedReducer_closure171: function forceSelectedReducer_closure171() { + }, + forceSelectedReducer_closure172: function forceSelectedReducer_closure172() { + }, + forceSelectedReducer_closure173: function forceSelectedReducer_closure173() { + }, + forceSelectedReducer_closure174: function forceSelectedReducer_closure174() { + }, + tabIndexReducer_closure21: function tabIndexReducer_closure21() { + }, + tabIndexReducer_closure22: function tabIndexReducer_closure22() { + }, + selectedIdReducer_closure335: function selectedIdReducer_closure335() { + }, + selectedIdReducer_closure336: function selectedIdReducer_closure336() { + }, + selectedIdReducer_closure337: function selectedIdReducer_closure337() { + }, + selectedIdReducer_closure338: function selectedIdReducer_closure338() { + }, + selectedIdReducer_closure339: function selectedIdReducer_closure339() { + }, + selectedIdReducer_closure340: function selectedIdReducer_closure340() { + }, + selectedIdReducer_closure341: function selectedIdReducer_closure341() { + }, + selectedIdReducer_closure342: function selectedIdReducer_closure342() { + }, + selectedIdReducer_closure343: function selectedIdReducer_closure343() { + }, + selectedIdReducer_closure344: function selectedIdReducer_closure344() { + }, + selectedIdReducer_closure345: function selectedIdReducer_closure345() { + }, + selectedIdReducer_closure346: function selectedIdReducer_closure346() { + }, + selectedIdReducer_closure347: function selectedIdReducer_closure347() { + }, + selectedIdReducer_closure348: function selectedIdReducer_closure348() { + }, + selectedIdReducer_closure349: function selectedIdReducer_closure349() { + }, + editingReducer_closure114: function editingReducer_closure114() { + }, + editingReducer_closure115: function editingReducer_closure115() { + }, + editingReducer_closure116: function editingReducer_closure116() { + }, + _viewBankAccountList_closure: function _viewBankAccountList_closure() { + }, + _filterBankAccountsByCustom1_closure: function _filterBankAccountsByCustom1_closure(t0) { + this.action = t0; + }, + _filterBankAccountsByCustom1_closure0: function _filterBankAccountsByCustom1_closure0(t0) { + this.action = t0; + }, + _filterBankAccountsByCustom2_closure: function _filterBankAccountsByCustom2_closure(t0) { + this.action = t0; + }, + _filterBankAccountsByCustom2_closure0: function _filterBankAccountsByCustom2_closure0(t0) { + this.action = t0; + }, + _filterBankAccountsByState_closure: function _filterBankAccountsByState_closure(t0) { + this.action = t0; + }, + _filterBankAccountsByState_closure0: function _filterBankAccountsByState_closure0(t0) { + this.action = t0; + }, + _filterBankAccounts_closure: function _filterBankAccounts_closure(t0, t1) { + this.action = t0; + this.bankAccountListState = t1; + }, + _sortBankAccounts_closure: function _sortBankAccounts_closure(t0) { + this.action = t0; + }, + _startListMultiselect_closure21: function _startListMultiselect_closure21() { + }, + _addToListMultiselect_closure21: function _addToListMultiselect_closure21(t0) { + this.action = t0; + }, + _removeFromListMultiselect_closure21: function _removeFromListMultiselect_closure21(t0) { + this.action = t0; + }, + _clearListMultiselect_closure21: function _clearListMultiselect_closure21() { + }, + _archiveBankAccountSuccess_closure: function _archiveBankAccountSuccess_closure(t0) { + this.action = t0; + }, + _deleteBankAccountSuccess_closure: function _deleteBankAccountSuccess_closure(t0) { + this.action = t0; + }, + _restoreBankAccountSuccess_closure: function _restoreBankAccountSuccess_closure(t0) { + this.action = t0; + }, + _addBankAccount_closure: function _addBankAccount_closure(t0) { + this.action = t0; + }, + _updateBankAccount_closure: function _updateBankAccount_closure(t0) { + this.action = t0; + }, + _setLoadedBankAccount_closure: function _setLoadedBankAccount_closure(t0) { + this.action = t0; + }, + filteredBankAccountsSelector(selectionState, bankAccountMap, bankAccountList, bankAccountListState) { + var filterEntityId = selectionState.filterEntityId, + t1 = bankAccountList._list, + t2 = A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"), + list = A.List_List$of(new A.WhereIterable(t1, new A.filteredBankAccountsSelector_closure(bankAccountMap, filterEntityId, bankAccountListState), t2), true, t2._eval$1("Iterable.E")); + B.JSArray_methods.sort$1(list, new A.filteredBankAccountsSelector_closure0(bankAccountMap, bankAccountListState)); + return list; + }, + memoizedFilteredBankAccountList_closure: function memoizedFilteredBankAccountList_closure() { + }, + filteredBankAccountsSelector_closure: function filteredBankAccountsSelector_closure(t0, t1, t2) { + this.bankAccountMap = t0; + this.filterEntityId = t1; + this.bankAccountListState = t2; + }, + filteredBankAccountsSelector_closure0: function filteredBankAccountsSelector_closure0(t0, t1) { + this.bankAccountMap = t0; + this.bankAccountListState = t1; + }, + _$BankAccountState$_(list, map) { + var _s16_ = "BankAccountState"; + if (map == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "map")); + if (list == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "list")); + return new A._$BankAccountState(map, list); + }, + _$BankAccountUIState$_(cancelCompleter, editing, forceSelected, listUIState, saveCompleter, selectedId, tabIndex) { + if (listUIState == null) + A.throwExpression(A.BuiltValueNullFieldError$("BankAccountUIState", "listUIState")); + return new A._$BankAccountUIState(editing, listUIState, selectedId, forceSelected, tabIndex, saveCompleter, cancelCompleter); + }, + BankAccountState: function BankAccountState() { + }, + BankAccountState_loadBankAccounts_closure0: function BankAccountState_loadBankAccounts_closure0() { + }, + BankAccountState_loadBankAccounts_closure1: function BankAccountState_loadBankAccounts_closure1() { + }, + BankAccountState_loadBankAccounts_closure: function BankAccountState_loadBankAccounts_closure(t0, t1) { + this.$this = t0; + this.map = t1; + }, + BankAccountUIState: function BankAccountUIState() { + }, + _$BankAccountStateSerializer: function _$BankAccountStateSerializer() { + }, + _$BankAccountUIStateSerializer: function _$BankAccountUIStateSerializer() { + }, + _$BankAccountState: function _$BankAccountState(t0, t1) { + this.map = t0; + this.list = t1; + this._bank_account_state$__hashCode = null; + }, + BankAccountStateBuilder: function BankAccountStateBuilder() { + this._bank_account_state$_list = this._bank_account_state$_map = this._bank_account_state$_$v = null; + }, + _$BankAccountUIState: function _$BankAccountUIState(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.editing = t0; + _.listUIState = t1; + _.selectedId = t2; + _.forceSelected = t3; + _.tabIndex = t4; + _.saveCompleter = t5; + _.cancelCompleter = t6; + _._bank_account_state$__hashCode = null; + }, + BankAccountUIStateBuilder: function BankAccountUIStateBuilder() { + var _ = this; + _._bank_account_state$_cancelCompleter = _._bank_account_state$_saveCompleter = _._bank_account_state$_tabIndex = _._bank_account_state$_forceSelected = _._bank_account_state$_selectedId = _._bank_account_state$_listUIState = _._bank_account_state$_editing = _._bank_account_state$_$v = null; + }, + _BankAccountUIState_Object_EntityUIState: function _BankAccountUIState_Object_EntityUIState() { + }, handleClientAction(context, clients, action) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, store, state, t2, clientIds, t3, client, contact, message, t4, documentIds, t1; + $async$returnValue, store, t2, t3, clientIds, t4, client, contact, message, t5, documentIds, t1; var $async$handleClientAction = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -61665,17 +63457,20 @@ break; } store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); clientIds = t1.map$1$1(clients, new A.handleClientAction_closure(), type$.legacy_String).toList$0(0); - t3 = type$.legacy_ClientEntity; - client = t3._as(t1.$index(clients, 0)); + t4 = type$.legacy_ClientEntity; + client = t4._as(t1.$index(clients, 0)); switch (action) { case B.EntityAction_edit: A.editEntity(null, client, true, null); break; case B.EntityAction_viewStatement: - store.get$_dispatchers()[0].call$1(new A.ShowPdfClient(client, context)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfClient(client, context)); break; case B.EntityAction_clientPortal: contact = B.JSArray_methods.firstWhere$2$orElse(client.contacts._list, new A.handleClientAction_closure0(), null); @@ -61683,99 +63478,113 @@ A.launchUrl(A.Uri_parse(contact.link + "?silent=true", 0, null)); break; case B.EntityAction_settings: - store.get$_dispatchers()[0].call$1(new A.ViewSettings(null, null, client, null, false, "localization", false, null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(null, null, client, null, false, "localization", false, null)); break; case B.EntityAction_newTask: - A.createEntity(null, null, context, A.TaskEntity_TaskEntity(null, null, null, state, null).rebuild$1(new A.handleClientAction_closure1(client)), false); + A.createEntity(null, null, context, A.TaskEntity_TaskEntity(null, null, null, t2, null).rebuild$1(new A.handleClientAction_closure1(client)), false); break; case B.EntityAction_newInvoice: - A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, null, null, state, null, null), false); + A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, null, null, t2, null, null), false); break; case B.EntityAction_newRecurringInvoice: - A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, B.EntityType_recurringInvoice, null, state, null, null), false); + A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, B.EntityType_recurringInvoice, null, t2, null, null), false); break; case B.EntityAction_newRecurringExpense: - A.createEntity(null, null, context, A.ExpenseEntity_ExpenseEntity(client, B.EntityType_recurringExpense, null, null, state, null, null), false); + A.createEntity(null, null, context, A.ExpenseEntity_ExpenseEntity(client, B.EntityType_recurringExpense, null, null, t2, null, null), false); break; case B.EntityAction_newQuote: - A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, B.EntityType_quote, null, state, null, null), false); + A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, B.EntityType_quote, null, t2, null, null), false); break; case B.EntityAction_newCredit: - A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, B.EntityType_credit, null, state, null, null), false); + A.createEntity(null, null, context, A.InvoiceEntity_InvoiceEntity(client, B.EntityType_credit, null, t2, null, null), false); break; case B.EntityAction_newExpense: - A.createEntity(null, null, context, A.ExpenseEntity_ExpenseEntity(client, null, null, null, state, null, null), false); + A.createEntity(null, null, context, A.ExpenseEntity_ExpenseEntity(client, null, null, null, t2, null, null), false); break; case B.EntityAction_newPayment: - A.createEntity(null, null, context, A.PaymentEntity_PaymentEntity(client, null, state).rebuild$1(new A.handleClientAction_closure2(client)), false); + A.createEntity(null, null, context, A.PaymentEntity_PaymentEntity(client, null, t2).rebuild$1(new A.handleClientAction_closure2(client)), false); break; case B.EntityAction_newProject: - A.createEntity(null, null, context, A.ProjectEntity_ProjectEntity(null, null, state, null).rebuild$1(new A.handleClientAction_closure3(client)), false); + A.createEntity(null, null, context, A.ProjectEntity_ProjectEntity(null, null, t2, null).rebuild$1(new A.handleClientAction_closure3(client)), false); break; case B.EntityAction_restore: if (clientIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_clients"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_clients"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(clientIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_client"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_client"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreClientsRequest(t1, clientIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreClientsRequest(t1, clientIds)); break; case B.EntityAction_archive: if (clientIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_clients"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_clients"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(clientIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_client"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_client"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveClientsRequest(t1, clientIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveClientsRequest(t1, clientIds)); break; case B.EntityAction_delete: if (clientIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_clients"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_clients"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(clientIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_client"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_client"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteClientsRequest(t1, clientIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteClientsRequest(t1, clientIds)); break; case B.EntityAction_purge: - A.confirmCallback(false, new A.handleClientAction_closure4(context, store, t2, client), context, t2.get$purge() + " - " + client.displayName, false, null); + A.confirmCallback(false, new A.handleClientAction_closure4(context, store, t3, client), context, t3.get$purge() + " - " + client.displayName, false, null); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.clientUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartClientMultiselect()); + if (store.__Store__state_A.uiState.clientUIState.listUIState.selectedIds == null) { + t3 = store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.StartClientMultiselect()); + } if (t1.get$isEmpty(clients)) break; for (t1 = t1.get$iterator(clients); t1.moveNext$0();) { - t2 = t1.get$current(t1); - t3 = state.uiState.clientUIState.listUIState; - t4 = t2.get$id(t2); - t3 = t3.selectedIds; - t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.AddToClientMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.RemoveFromClientMultiselect(t2)); + t3 = t1.get$current(t1); + t4 = t2.uiState.clientUIState.listUIState; + t5 = t3.get$id(t3); + t4 = t4.selectedIds; + t4 = t4 != null && B.JSArray_methods.contains$1(t4._list, t5); + t5 = store.__Store__dispatchers_F; + if (!t4) { + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.AddToClientMultiselect(t3)); + } else { + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.RemoveFromClientMultiselect(t3)); + } } break; case B.EntityAction_more: @@ -61784,10 +63593,12 @@ case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); for (t1 = t1.get$iterator(clients); t1.moveNext$0();) - for (t4 = t3._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t2 = t4._as(t1.get$current(t1)).documents._list, t2 = new J.ArrayIterator(t2, t2.length, A._arrayInstanceType(t2)._eval$1("ArrayIterator<1>")); t2.moveNext$0();) + documentIds.push(t2.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; case B.EntityAction_merge: A.showDialog(null, true, new A.handleClientAction_closure5(client), context, null, true, type$.void); @@ -62193,7 +64004,7 @@ A.ArgumentError_checkNotNull(state, "other"); t1._client_state$_$v = state; new A.clientUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, _viewClientList0(clientListState, action) { return clientListState.rebuild$1(new A._viewClientList_closure()); @@ -62244,17 +64055,17 @@ _sortClients(clientListState, action) { return clientListState.rebuild$1(new A._sortClients_closure(action)); }, - _startListMultiselect(clientListState, action) { - return clientListState.rebuild$1(new A._startListMultiselect_closure22()); + _startListMultiselect0(clientListState, action) { + return clientListState.rebuild$1(new A._startListMultiselect_closure23()); }, - _addToListMultiselect(clientListState, action) { - return clientListState.rebuild$1(new A._addToListMultiselect_closure22(action)); + _addToListMultiselect0(clientListState, action) { + return clientListState.rebuild$1(new A._addToListMultiselect_closure23(action)); }, - _removeFromListMultiselect(clientListState, action) { - return clientListState.rebuild$1(new A._removeFromListMultiselect_closure22(action)); + _removeFromListMultiselect0(clientListState, action) { + return clientListState.rebuild$1(new A._removeFromListMultiselect_closure23(action)); }, - _clearListMultiselect(clientListState, action) { - return clientListState.rebuild$1(new A._clearListMultiselect_closure22()); + _clearListMultiselect0(clientListState, action) { + return clientListState.rebuild$1(new A._clearListMultiselect_closure23()); }, _archiveClientSuccess(clientState, action) { return clientState.rebuild$1(new A._archiveClientSuccess_closure(action)); @@ -62283,32 +64094,32 @@ _setLoadedClients(clientState, action) { return clientState.loadClients$1(action.clients); }, - _setLoadedCompany(clientState, action) { + _setLoadedCompany0(clientState, action) { return clientState.loadClients$1(action.userCompany.company.clients); }, clientUIReducer_closure: function clientUIReducer_closure(t0, t1) { this.state = t0; this.action = t1; }, - forceSelectedReducer_closure175: function forceSelectedReducer_closure175() { + forceSelectedReducer_closure183: function forceSelectedReducer_closure183() { }, - forceSelectedReducer_closure176: function forceSelectedReducer_closure176() { + forceSelectedReducer_closure184: function forceSelectedReducer_closure184() { }, - forceSelectedReducer_closure177: function forceSelectedReducer_closure177() { + forceSelectedReducer_closure185: function forceSelectedReducer_closure185() { }, - forceSelectedReducer_closure178: function forceSelectedReducer_closure178() { + forceSelectedReducer_closure186: function forceSelectedReducer_closure186() { }, - forceSelectedReducer_closure179: function forceSelectedReducer_closure179() { + forceSelectedReducer_closure187: function forceSelectedReducer_closure187() { }, - forceSelectedReducer_closure180: function forceSelectedReducer_closure180() { + forceSelectedReducer_closure188: function forceSelectedReducer_closure188() { }, - forceSelectedReducer_closure181: function forceSelectedReducer_closure181() { + forceSelectedReducer_closure189: function forceSelectedReducer_closure189() { }, - forceSelectedReducer_closure182: function forceSelectedReducer_closure182() { + forceSelectedReducer_closure190: function forceSelectedReducer_closure190() { }, - tabIndexReducer_closure23: function tabIndexReducer_closure23() { + tabIndexReducer_closure25: function tabIndexReducer_closure25() { }, - tabIndexReducer_closure24: function tabIndexReducer_closure24() { + tabIndexReducer_closure26: function tabIndexReducer_closure26() { }, saveCompleterReducer_closure1: function saveCompleterReducer_closure1() { }, @@ -62318,45 +64129,39 @@ }, editingContactReducer_closure0: function editingContactReducer_closure0() { }, - selectedIdReducer_closure354: function selectedIdReducer_closure354() { - }, - selectedIdReducer_closure355: function selectedIdReducer_closure355() { - }, - selectedIdReducer_closure356: function selectedIdReducer_closure356() { - }, - selectedIdReducer_closure357: function selectedIdReducer_closure357() { - }, - selectedIdReducer_closure358: function selectedIdReducer_closure358() { - }, - selectedIdReducer_closure359: function selectedIdReducer_closure359() { - }, - selectedIdReducer_closure360: function selectedIdReducer_closure360() { - }, - selectedIdReducer_closure361: function selectedIdReducer_closure361() { - }, - selectedIdReducer_closure362: function selectedIdReducer_closure362() { - }, - selectedIdReducer_closure363: function selectedIdReducer_closure363() { - }, - selectedIdReducer_closure364: function selectedIdReducer_closure364() { - }, - selectedIdReducer_closure365: function selectedIdReducer_closure365() { - }, - selectedIdReducer_closure366: function selectedIdReducer_closure366() { - }, - selectedIdReducer_closure367: function selectedIdReducer_closure367() { - }, - selectedIdReducer_closure368: function selectedIdReducer_closure368() { - }, selectedIdReducer_closure369: function selectedIdReducer_closure369() { }, selectedIdReducer_closure370: function selectedIdReducer_closure370() { }, - editingReducer_closure125: function editingReducer_closure125() { + selectedIdReducer_closure371: function selectedIdReducer_closure371() { }, - editingReducer_closure126: function editingReducer_closure126() { + selectedIdReducer_closure372: function selectedIdReducer_closure372() { }, - editingReducer_closure127: function editingReducer_closure127() { + selectedIdReducer_closure373: function selectedIdReducer_closure373() { + }, + selectedIdReducer_closure374: function selectedIdReducer_closure374() { + }, + selectedIdReducer_closure375: function selectedIdReducer_closure375() { + }, + selectedIdReducer_closure376: function selectedIdReducer_closure376() { + }, + selectedIdReducer_closure377: function selectedIdReducer_closure377() { + }, + selectedIdReducer_closure378: function selectedIdReducer_closure378() { + }, + selectedIdReducer_closure379: function selectedIdReducer_closure379() { + }, + selectedIdReducer_closure380: function selectedIdReducer_closure380() { + }, + selectedIdReducer_closure381: function selectedIdReducer_closure381() { + }, + selectedIdReducer_closure382: function selectedIdReducer_closure382() { + }, + selectedIdReducer_closure383: function selectedIdReducer_closure383() { + }, + selectedIdReducer_closure384: function selectedIdReducer_closure384() { + }, + selectedIdReducer_closure385: function selectedIdReducer_closure385() { }, editingReducer_closure128: function editingReducer_closure128() { }, @@ -62366,31 +64171,37 @@ }, editingReducer_closure131: function editingReducer_closure131() { }, + editingReducer_closure132: function editingReducer_closure132() { + }, + editingReducer_closure133: function editingReducer_closure133() { + }, + editingReducer_closure134: function editingReducer_closure134() { + }, editingReducer__closure55: function editingReducer__closure55() { }, - editingReducer_closure132: function editingReducer_closure132() { + editingReducer_closure135: function editingReducer_closure135() { }, editingReducer__closure54: function editingReducer__closure54(t0) { this.action = t0; }, - editingReducer_closure133: function editingReducer_closure133() { + editingReducer_closure136: function editingReducer_closure136() { }, editingReducer__closure53: function editingReducer__closure53(t0) { this.action = t0; }, - editingReducer_closure134: function editingReducer_closure134() { + editingReducer_closure137: function editingReducer_closure137() { }, editingReducer__closure52: function editingReducer__closure52(t0) { this.action = t0; }, - editingReducer_closure135: function editingReducer_closure135() { - }, - editingReducer_closure136: function editingReducer_closure136() { - }, - editingReducer_closure137: function editingReducer_closure137() { - }, editingReducer_closure138: function editingReducer_closure138() { }, + editingReducer_closure139: function editingReducer_closure139() { + }, + editingReducer_closure140: function editingReducer_closure140() { + }, + editingReducer_closure141: function editingReducer_closure141() { + }, _viewClientList_closure: function _viewClientList_closure() { }, _filterClientsByCustom1_closure: function _filterClientsByCustom1_closure(t0) { @@ -62430,15 +64241,15 @@ _sortClients_closure: function _sortClients_closure(t0) { this.action = t0; }, - _startListMultiselect_closure22: function _startListMultiselect_closure22() { + _startListMultiselect_closure23: function _startListMultiselect_closure23() { }, - _addToListMultiselect_closure22: function _addToListMultiselect_closure22(t0) { + _addToListMultiselect_closure23: function _addToListMultiselect_closure23(t0) { this.action = t0; }, - _removeFromListMultiselect_closure22: function _removeFromListMultiselect_closure22(t0) { + _removeFromListMultiselect_closure23: function _removeFromListMultiselect_closure23(t0) { this.action = t0; }, - _clearListMultiselect_closure22: function _clearListMultiselect_closure22() { + _clearListMultiselect_closure23: function _clearListMultiselect_closure23() { }, _archiveClientSuccess_closure: function _archiveClientSuccess_closure(t0) { this.action = t0; @@ -62699,7 +64510,7 @@ A.ArgumentError_checkNotNull(state, "other"); t1._company_state$_$v = state; new A.companyReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, loadCompanySuccessReducer(company, action) { var t1 = {}, @@ -62936,7 +64747,7 @@ filteredSelector_closure13: function filteredSelector_closure13() { }, UserCompanyState_UserCompanyState(reportErrors) { - var t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, + var t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t1 = A.UserCompanyEntity_UserCompanyEntity(reportErrors), t2 = type$.legacy_String, t3 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_DocumentEntity); @@ -62961,38 +64772,40 @@ t13 = A._$PaymentState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t13); t14 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t6); t14 = A._$QuoteState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t14); - t15 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t6); - t15 = A._$PurchaseOrderState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t15); + t15 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_BankAccountEntity); + t15 = A._$BankAccountState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t15); + t16 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t6); + t16 = A._$PurchaseOrderState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t16); t8 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t8); t8 = A._$RecurringExpenseState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t8); - t16 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_SubscriptionEntity); - t16 = A._$SubscriptionState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t16); - t17 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_TaskStatusEntity); - t17 = A._$TaskStatusState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t17); - t18 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_ExpenseCategoryEntity); - t18 = A._$ExpenseCategoryState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t18); - t19 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t6); - t19 = A._$RecurringInvoiceState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t19); - t20 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_WebhookEntity); - t20 = A._$WebhookState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t20); - t21 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_TokenEntity); - t21 = A._$TokenState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t21); - t22 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_PaymentTermEntity); - t22 = A._$PaymentTermState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t22); - t23 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_DesignEntity); - t23 = A._$DesignState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t23); + t17 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_SubscriptionEntity); + t17 = A._$SubscriptionState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t17); + t18 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_TaskStatusEntity); + t18 = A._$TaskStatusState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t18); + t19 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_ExpenseCategoryEntity); + t19 = A._$ExpenseCategoryState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t19); + t20 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t6); + t20 = A._$RecurringInvoiceState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t20); + t21 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_WebhookEntity); + t21 = A._$WebhookState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t21); + t22 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_TokenEntity); + t22 = A._$TokenState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t22); + t23 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_PaymentTermEntity); + t23 = A._$PaymentTermState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t23); + t24 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_DesignEntity); + t24 = A._$DesignState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t24); t6 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, t6); t6 = A._$CreditState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t6); - t24 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_UserEntity); - t24 = A._$UserState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t24); - t25 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_TaxRateEntity); - t25 = A._$TaxRateState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t25); - t26 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_CompanyGatewayEntity); - t26 = A._$CompanyGatewayState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t26); - t27 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_GroupEntity); - return A._$UserCompanyState$_(t5, t26, t6, t23, t3, t18, t9, A._$GroupState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t27), t7, 0, t13, t22, t4, t12, t15, t14, t8, t19, t16, t11, t17, t25, t21, t1, t24, t10, t20); + t25 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_UserEntity); + t25 = A._$UserState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t25); + t26 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_TaxRateEntity); + t26 = A._$TaxRateState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t26); + t27 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_CompanyGatewayEntity); + t27 = A._$CompanyGatewayState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t27); + t28 = A.BuiltMap_BuiltMap(B.Map_empty0, t2, type$.legacy_GroupEntity); + return A._$UserCompanyState$_(t15, t5, t27, t6, t24, t3, t19, t9, A._$GroupState$_(A.BuiltList_BuiltList$from(B.List_empty, t2), t28), t7, 0, t13, t23, t4, t12, t16, t14, t8, t20, t17, t11, t18, t26, t22, t1, t25, t10, t21); }, - _$UserCompanyState$_(clientState, companyGatewayState, creditState, designState, documentState, expenseCategoryState, expenseState, groupState, invoiceState, lastUpdated, paymentState, paymentTermState, productState, projectState, purchaseOrderState, quoteState, recurringExpenseState, recurringInvoiceState, subscriptionState, taskState, taskStatusState, taxRateState, tokenState, userCompany, userState, vendorState, webhookState) { + _$UserCompanyState$_(bankAccountState, clientState, companyGatewayState, creditState, designState, documentState, expenseCategoryState, expenseState, groupState, invoiceState, lastUpdated, paymentState, paymentTermState, productState, projectState, purchaseOrderState, quoteState, recurringExpenseState, recurringInvoiceState, subscriptionState, taskState, taskStatusState, taxRateState, tokenState, userCompany, userState, vendorState, webhookState) { var _s16_ = "UserCompanyState"; if (documentState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "documentState")); @@ -63014,6 +64827,8 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "paymentState")); if (quoteState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "quoteState")); + if (bankAccountState == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "bankAccountState")); if (purchaseOrderState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "purchaseOrderState")); if (recurringExpenseState == null) @@ -63044,7 +64859,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "companyGatewayState")); if (groupState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "groupState")); - return new A._$UserCompanyState(lastUpdated, userCompany, documentState, productState, clientState, invoiceState, expenseState, vendorState, taskState, projectState, paymentState, quoteState, purchaseOrderState, recurringExpenseState, subscriptionState, taskStatusState, expenseCategoryState, recurringInvoiceState, webhookState, tokenState, paymentTermState, designState, creditState, userState, taxRateState, companyGatewayState, groupState); + return new A._$UserCompanyState(lastUpdated, userCompany, documentState, productState, clientState, invoiceState, expenseState, vendorState, taskState, projectState, paymentState, quoteState, bankAccountState, purchaseOrderState, recurringExpenseState, subscriptionState, taskStatusState, expenseCategoryState, recurringInvoiceState, webhookState, tokenState, paymentTermState, designState, creditState, userState, taxRateState, companyGatewayState, groupState); }, _$SettingsUIState$_(client, company, entityType, filter, filterClearedAt, group, isChanged, origClient, origCompany, origGroup, origUser, section, selectedTemplate, tabIndex, updatedAt, user) { var _s15_ = "SettingsUIState"; @@ -63074,7 +64889,7 @@ }, _$SettingsUIStateSerializer: function _$SettingsUIStateSerializer() { }, - _$UserCompanyState: function _$UserCompanyState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26) { + _$UserCompanyState: function _$UserCompanyState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { var _ = this; _.lastUpdated = t0; _.userCompany = t1; @@ -63088,26 +64903,27 @@ _.projectState = t9; _.paymentState = t10; _.quoteState = t11; - _.purchaseOrderState = t12; - _.recurringExpenseState = t13; - _.subscriptionState = t14; - _.taskStatusState = t15; - _.expenseCategoryState = t16; - _.recurringInvoiceState = t17; - _.webhookState = t18; - _.tokenState = t19; - _.paymentTermState = t20; - _.designState = t21; - _.creditState = t22; - _.userState = t23; - _.taxRateState = t24; - _.companyGatewayState = t25; - _.groupState = t26; + _.bankAccountState = t12; + _.purchaseOrderState = t13; + _.recurringExpenseState = t14; + _.subscriptionState = t15; + _.taskStatusState = t16; + _.expenseCategoryState = t17; + _.recurringInvoiceState = t18; + _.webhookState = t19; + _.tokenState = t20; + _.paymentTermState = t21; + _.designState = t22; + _.creditState = t23; + _.userState = t24; + _.taxRateState = t25; + _.companyGatewayState = t26; + _.groupState = t27; _._company_state$__hashCode = null; }, UserCompanyStateBuilder: function UserCompanyStateBuilder() { var _ = this; - _._groupState = _._companyGatewayState = _._taxRateState = _._userState = _._creditState = _._designState = _._paymentTermState = _._tokenState = _._webhookState = _._recurringInvoiceState = _._expenseCategoryState = _._taskStatusState = _._subscriptionState = _._recurringExpenseState = _._purchaseOrderState = _._quoteState = _._paymentState = _._projectState = _._taskState = _._vendorState = _._expenseState = _._invoiceState = _._clientState = _._productState = _._documentState = _._company_state$_userCompany = _._lastUpdated = _._company_state$_$v = null; + _._groupState = _._companyGatewayState = _._taxRateState = _._userState = _._creditState = _._designState = _._paymentTermState = _._tokenState = _._webhookState = _._recurringInvoiceState = _._expenseCategoryState = _._taskStatusState = _._subscriptionState = _._recurringExpenseState = _._purchaseOrderState = _._bankAccountState = _._quoteState = _._paymentState = _._projectState = _._taskState = _._vendorState = _._expenseState = _._invoiceState = _._clientState = _._productState = _._documentState = _._company_state$_userCompany = _._lastUpdated = _._company_state$_$v = null; }, _$SettingsUIState: function _$SettingsUIState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; @@ -63136,7 +64952,6 @@ handleCompanyGatewayAction(context, companyGateways, action) { var store, t2, companyGateway, companyGatewayIds, message, completer, t3, t4, _null = null, _s6_ = ":value", _s20_ = "disconnected_gateway", - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(companyGateways); if (t1.get$isEmpty(companyGateways)) return; @@ -63161,7 +64976,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreCompanyGatewayRequest(t1, companyGatewayIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreCompanyGatewayRequest(t1, companyGatewayIds)); break; case B.EntityAction_archive: if (companyGatewayIds.length > 1) { @@ -63176,7 +64993,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveCompanyGatewayRequest(t1, companyGatewayIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveCompanyGatewayRequest(t1, companyGatewayIds)); break; case B.EntityAction_delete: if (companyGatewayIds.length > 1) { @@ -63191,7 +65010,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteCompanyGatewayRequest(t1, companyGatewayIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteCompanyGatewayRequest(t1, companyGatewayIds)); break; case B.EntityAction_disconnect: t2.toString; @@ -63204,21 +65025,29 @@ A.confirmCallback(false, new A.handleCompanyGatewayAction_closure1(context, store, completer, companyGateway), context, _null, false, _null); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.companyGatewayUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartCompanyGatewayMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.companyGatewayUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartCompanyGatewayMultiselect()); + } if (t1.get$isEmpty(companyGateways)) break; for (t1 = t1.get$iterator(companyGateways); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.companyGatewayUIState.listUIState; + t3 = store.__Store__state_A.uiState.companyGatewayUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToCompanyGatewayMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromCompanyGatewayMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToCompanyGatewayMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromCompanyGatewayMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -63483,12 +65312,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._company_gateway_state$_$v = state; new A.companyGatewayUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing(companyGateway, action) { + _clearEditing0(companyGateway, action) { return A.CompanyGatewayEntity_CompanyGatewayEntity(null, null); }, - _updateEditing(companyGateway, action) { + _updateEditing0(companyGateway, action) { return action.get$companyGateway(); }, _filterCompanyGatewaysByCustom1(companyGatewayListState, action) { @@ -63521,16 +65350,16 @@ _sortCompanyGateways(companyGatewayListState, action) { return companyGatewayListState.rebuild$1(new A._sortCompanyGateways_closure(action)); }, - _startListMultiselect0(productListState, action) { + _startListMultiselect1(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure7()); }, - _addToListMultiselect0(productListState, action) { + _addToListMultiselect1(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure7(action)); }, - _removeFromListMultiselect0(productListState, action) { + _removeFromListMultiselect1(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure7(action)); }, - _clearListMultiselect0(productListState, action) { + _clearListMultiselect1(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure7()); }, _archiveCompanyGatewaySuccess(companyGatewayState, action) { @@ -63551,7 +65380,7 @@ _setLoadedCompanyGateway(companyGatewayState, action) { return companyGatewayState.rebuild$1(new A._setLoadedCompanyGateway_closure(action)); }, - _setLoadedCompany0(companyGatewayState, action) { + _setLoadedCompany1(companyGatewayState, action) { var state = companyGatewayState.rebuild$1(new A._setLoadedCompany_closure1(action)); return state.rebuild$1(new A._setLoadedCompany_closure2(state)); }, @@ -63824,7 +65653,7 @@ handleCreditAction$body(context, credits, action) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, designId, message, t4, response, documentIds, _box_0, store, state, t1, t2, t3, credit, creditIds; + $async$returnValue, t2, t3, t4, credit, creditIds, designId, message, response, documentIds, _box_0, store, t1; var $async$handleCreditAction = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -63834,12 +65663,13 @@ // Function start _box_0 = {}; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = J.getInterceptor$ax(credits); - t3 = type$.legacy_InvoiceEntity; - credit = t3._as(t2.get$first(credits)); - creditIds = t2.map$1$1(credits, new A.handleCreditAction_closure(), type$.legacy_String).toList$0(0); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = J.getInterceptor$ax(credits); + t4 = type$.legacy_InvoiceEntity; + credit = t4._as(t3.get$first(credits)); + creditIds = t3.map$1$1(credits, new A.handleCreditAction_closure(), type$.legacy_String).toList$0(0); case 3: // switch switch (action) { @@ -63953,7 +65783,9 @@ break; case 6: // case - store.get$_dispatchers()[0].call$1(new A.ShowPdfCredit(credit, context, null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfCredit(credit, context, null)); // goto after switch $async$goto = 4; break; @@ -63966,12 +65798,14 @@ break; case 8: // case - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "marked_credit_as_sent"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "marked_credit_as_sent"); if (t1 == null) t1 = ""; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.MarkSentCreditRequest(t1, creditIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MarkSentCreditRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; @@ -63980,29 +65814,31 @@ case 10: // case _box_0.emailValid = true; - t2.forEach$1(credits, new A.handleCreditAction_closure0(_box_0, state)); + t3.forEach$1(credits, new A.handleCreditAction_closure0(_box_0, t1)); if (!_box_0.emailValid) { - A.showMessageDialog(context, t1.get$clientEmailNotSet(), null, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$editClient().toUpperCase(), null, null, null, null, null, null, null, null, null), null, new A.handleCreditAction_closure1(context, state, credit), null)], type$.JSArray_legacy_TextButton)); + A.showMessageDialog(context, t2.get$clientEmailNotSet(), null, A._setArrayType([A.TextButton$(false, A.Text$(t2.get$editClient().toUpperCase(), null, null, null, null, null, null, null, null, null), null, null, new A.handleCreditAction_closure1(context, t1, credit), null)], type$.JSArray_legacy_TextButton)); // goto return $async$goto = 1; break; } if (action === B.EntityAction_sendEmail) { - t1 = A.snackBarCompleter(context, t1.get$emailedCredit(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ShowEmailCredit(credit, context, t1)); + t1 = A.snackBarCompleter(context, t2.get$emailedCredit(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ShowEmailCredit(credit, context, t1)); } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = J.$index$asx(t2.$index(0, t1.localeCode), "bulk_email_credits"); - t2 = t3 == null ? J.$index$asx(t2.$index(0, "en"), "bulk_email_credits") : t3; - A.confirmCallback(false, new A.handleCreditAction_closure2(store, context, creditIds, t1), context, t2, false, null); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t3 = J.$index$asx(t1.$index(0, t2.localeCode), "bulk_email_credits"); + t1 = t3 == null ? J.$index$asx(t1.$index(0, "en"), "bulk_email_credits") : t3; + A.confirmCallback(false, new A.handleCreditAction_closure2(store, context, creditIds, t2), context, t1, false, null); } // goto after switch $async$goto = 4; break; case 11: // case - designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, state, credit.vendorId); + designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, t1, credit.vendorId); A.createEntity(null, null, context, credit.get$clone(credit).rebuild$1(new A.handleCreditAction_closure3(designId)), false); // goto after switch $async$goto = 4; @@ -64015,14 +65851,14 @@ break; case 13: // case - designId = A.getDesignIdForClientByEntity(credit.clientId, B.EntityType_invoice, state); + designId = A.getDesignIdForClientByEntity(credit.clientId, B.EntityType_invoice, t1); A.createEntity(null, null, context, credit.get$clone(credit).rebuild$1(new A.handleCreditAction_closure4(designId)), false); // goto after switch $async$goto = 4; break; case 14: // case - designId = A.getDesignIdForClientByEntity(credit.clientId, B.EntityType_quote, state); + designId = A.getDesignIdForClientByEntity(credit.clientId, B.EntityType_quote, t1); A.createEntity(null, null, context, credit.get$clone(credit).rebuild$1(new A.handleCreditAction_closure5(designId)), false); // goto after switch $async$goto = 4; @@ -64037,36 +65873,36 @@ break; case 17: // case - designId = A.getDesignIdForClientByEntity(credit.clientId, B.EntityType_invoice, state); + designId = A.getDesignIdForClientByEntity(credit.clientId, B.EntityType_invoice, t1); A.createEntity(null, null, context, credit.get$clone(credit).rebuild$1(new A.handleCreditAction_closure6(designId)), false); // goto after switch $async$goto = 4; break; case 18: // case - if (t2.get$length(credits) === 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), "marked_credit_as_paid"); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, "en"), "marked_credit_as_paid"); + if (t3.get$length(credits) === 1) { + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), "marked_credit_as_paid"); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), "marked_credit_as_paid") : t2; } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), "marked_credits_as_paid"); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, "en"), "marked_credits_as_paid"); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), "marked_credits_as_paid"); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), "marked_credits_as_paid") : t2; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.MarkCreditsPaidRequest(t1, creditIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MarkCreditsPaidRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; case 19: // case - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - A.createEntity(null, null, context, A.PaymentEntity_PaymentEntity(t1._list[t2].clientState.$get$1(0, credit.clientId), null, state).rebuild$1(new A.handleCreditAction_closure7(credits)), false); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + A.createEntity(null, null, context, A.PaymentEntity_PaymentEntity(t2._list[t3].clientState.$get$1(0, credit.clientId), null, t1).rebuild$1(new A.handleCreditAction_closure7(credits)), false); // goto after switch $async$goto = 4; break; @@ -64079,80 +65915,94 @@ break; case 21: // case - t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadCreditsRequest(t1, creditIds)); + t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadCreditsRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; case 22: // case if (creditIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "restored_credits"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_credits"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(creditIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "restored_credit"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_credit"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreCreditsRequest(t1, creditIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreCreditsRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; case 23: // case if (creditIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "archived_credits"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_credits"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(creditIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "archived_credit"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_credit"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveCreditsRequest(t1, creditIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveCreditsRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; case 24: // case if (creditIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "deleted_credits"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_credits"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(creditIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "deleted_credit"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_credit"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteCreditsRequest(t1, creditIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteCreditsRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; case 25: // case - if (A._lateReadCheck(store.__Store__state, "_state").uiState.creditUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartCreditMultiselect()); - for (t1 = t2.get$iterator(credits); t1.moveNext$0();) { + if (store.__Store__state_A.uiState.creditUIState.listUIState.selectedIds == null) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartCreditMultiselect()); + } + for (t1 = t3.get$iterator(credits); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.creditUIState.listUIState; + t3 = store.__Store__state_A.uiState.creditUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.AddToCreditMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.RemoveFromCreditMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToCreditMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromCreditMultiselect(t2)); + } } // goto after switch $async$goto = 4; @@ -64161,13 +66011,15 @@ // case t1 = B.JSArray_methods.get$first(credit.invitations._list).link; t2 = Date.now(); - store.get$_dispatchers()[0].call$1(new A.StartSaving()); + t3 = store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.StartSaving()); $async$goto = 30; return A._asyncAwait(new A.WebClient().$get$3$rawResponse(0, t1 + "/download?t=" + t2, "", true), $async$handleCreditAction); case 30: // returning from await. response = $async$result; - store.get$_dispatchers()[0].call$1(new A.StopSaving()); + t3[0].call$1(new A.StopSaving()); $async$goto = 31; return A._asyncAwait(A.Printing_layoutPdf(true, B.PdfPageFormat_gg4, "Document", new A.handleCreditAction_closure8(response), false), $async$handleCreditAction); case 31: @@ -64184,11 +66036,13 @@ case 28: // case documentIds = A._setArrayType([], type$.JSArray_legacy_String); - for (t2 = t2.get$iterator(credits); t2.moveNext$0();) - for (t4 = t3._as(t2.get$current(t2)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t1 = t3.get$iterator(credits); t1.moveNext$0();) + for (t3 = t4._as(t1.get$current(t1)).documents._list, t3 = new J.ArrayIterator(t3, t3.length, A._arrayInstanceType(t3)._eval$1("ArrayIterator<1>")); t3.moveNext$0();) + documentIds.push(t3.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); // goto after switch $async$goto = 4; break; @@ -64663,13 +66517,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._credit_state$_$v = state; new A.creditUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing0(credit, action) { + _clearEditing1(credit, action) { var _null = null; return A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null); }, - _updateEditing0(credit, action) { + _updateEditing1(credit, action) { return action.get$credit(); }, _addCreditItem(credit, action) { @@ -64745,16 +66599,16 @@ _sortCredits(creditListState, action) { return creditListState.rebuild$1(new A._sortCredits_closure(action)); }, - _startListMultiselect1(creditListState, action) { + _startListMultiselect2(creditListState, action) { return creditListState.rebuild$1(new A._startListMultiselect_closure10()); }, - _addToListMultiselect1(creditListState, action) { + _addToListMultiselect2(creditListState, action) { return creditListState.rebuild$1(new A._addToListMultiselect_closure10(action)); }, - _removeFromListMultiselect1(creditListState, action) { + _removeFromListMultiselect2(creditListState, action) { return creditListState.rebuild$1(new A._removeFromListMultiselect_closure10(action)); }, - _clearListMultiselect1(creditListState, action) { + _clearListMultiselect2(creditListState, action) { return creditListState.rebuild$1(new A._clearListMultiselect_closure10()); }, _markSentCreditSuccess(creditState, action) { @@ -64778,7 +66632,7 @@ _setLoadedCredits(creditState, action) { return creditState.loadCredits$1(action.credits); }, - _setLoadedCompany1(creditState, action) { + _setLoadedCompany2(creditState, action) { return creditState.loadCredits$1(action.userCompany.company.credits); }, creditUIReducer_closure: function creditUIReducer_closure(t0, t1) { @@ -65196,7 +67050,7 @@ A.ArgumentError_checkNotNull(state, "other"); t1._dashboard_state$_$v = state; new A.dashboardUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, dashboardSettingsReducer(state, action) { var settings; @@ -65818,14 +67672,14 @@ _._groupBy = _._includeTaxes = _._dashboard_state$_currencyId = _._dashboard_state$_offset = _._compareCustomEndDate = _._compareCustomStartDate = _._compareDateRange = _._enableComparison = _._dashboard_state$_customEndDate = _._dashboard_state$_customStartDate = _._dateRange = _._dashboard_state$_$v = null; }, handleDesignAction(context, designs, action) { - var store, state, t2, design, designIds, message, t3, t4, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", + var store, t2, t3, design, designIds, message, t4, _null = null, _s6_ = ":value", t1 = J.getInterceptor$asx(designs); if (t1.get$isEmpty(designs)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); design = type$.legacy_DesignEntity._as(t1.get$first(designs)); designIds = t1.map$1$1(designs, new A.handleDesignAction_closure(), type$.legacy_String).toList$0(0); switch (action) { @@ -65836,78 +67690,90 @@ A.createEntity(_null, _null, context, design.get$clone(design), false); break; case B.EntityAction_newInvoice: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, state, _null, _null).rebuild$1(new A.handleDesignAction_closure0(design)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, t2, _null, _null).rebuild$1(new A.handleDesignAction_closure0(design)), false); break; case B.EntityAction_newRecurringInvoice: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_recurringInvoice, _null, state, _null, _null).rebuild$1(new A.handleDesignAction_closure1(design)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_recurringInvoice, _null, t2, _null, _null).rebuild$1(new A.handleDesignAction_closure1(design)), false); break; case B.EntityAction_newQuote: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_quote, _null, state, _null, _null).rebuild$1(new A.handleDesignAction_closure2(design)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_quote, _null, t2, _null, _null).rebuild$1(new A.handleDesignAction_closure2(design)), false); break; case B.EntityAction_newCredit: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_credit, _null, state, _null, _null).rebuild$1(new A.handleDesignAction_closure3(design)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_credit, _null, t2, _null, _null).rebuild$1(new A.handleDesignAction_closure3(design)), false); break; case B.EntityAction_restore: if (designIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_designs"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_designs"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(designIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(designIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_design"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_design"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreDesignsRequest(t1, designIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreDesignsRequest(t1, designIds)); break; case B.EntityAction_archive: if (designIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_designs"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_designs"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(designIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(designIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_design"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_design"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveDesignsRequest(t1, designIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveDesignsRequest(t1, designIds)); break; case B.EntityAction_delete: if (designIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_designs"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_designs"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(designIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(designIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_design"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_design"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteDesignsRequest(t1, designIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDesignsRequest(t1, designIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.designUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartDesignMultiselect()); + if (store.__Store__state_A.uiState.designUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartDesignMultiselect()); + } if (t1.get$isEmpty(designs)) break; for (t1 = t1.get$iterator(designs); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.designUIState.listUIState; + t3 = store.__Store__state_A.uiState.designUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToDesignMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromDesignMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToDesignMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromDesignMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -66146,12 +68012,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._design_state$_$v = state; new A.designUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing1(design, action) { + _clearEditing2(design, action) { return A.DesignEntity_DesignEntity(null, null, null); }, - _updateEditing1(design, action) { + _updateEditing2(design, action) { return action.get$design(); }, _viewDesignList0(designListState, action) { @@ -66187,16 +68053,16 @@ _sortDesigns(designListState, action) { return designListState.rebuild$1(new A._sortDesigns_closure(action)); }, - _startListMultiselect2(productListState, action) { + _startListMultiselect3(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure11()); }, - _addToListMultiselect2(productListState, action) { + _addToListMultiselect3(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure11(action)); }, - _removeFromListMultiselect2(productListState, action) { + _removeFromListMultiselect3(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure11(action)); }, - _clearListMultiselect2(productListState, action) { + _clearListMultiselect3(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure11()); }, _archiveDesignSuccess(designState, action) { @@ -66220,7 +68086,7 @@ _setLoadedDesigns(designState, action) { return designState.loadDesigns$1(action.designs); }, - _setLoadedCompany2(designState, action) { + _setLoadedCompany3(designState, action) { return designState.loadDesigns$1(action.userCompany.company.designs); }, designUIReducer_closure: function designUIReducer_closure(t0, t1) { @@ -66447,8 +68313,7 @@ _DesignUIState_Object_EntityUIState: function _DesignUIState_Object_EntityUIState() { }, handleDocumentAction(context, documents, action) { - var store, t1, $document, t2, documentIds, message, _i, t3, - _s12_ = "_dispatchers"; + var store, t1, $document, t2, documentIds, message, _i, t3; if (documents.length === 0) return; store = A.StoreProvider_of(context, type$.legacy_AppState); @@ -66474,7 +68339,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreDocumentRequest(t1, documentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreDocumentRequest(t1, documentIds)); break; case B.EntityAction_archive: t2 = documentIds.length; @@ -66490,25 +68357,35 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveDocumentRequest(t1, documentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveDocumentRequest(t1, documentIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.documentUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartDocumentMultiselect()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.uiState.documentUIState.listUIState.selectedIds == null) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartDocumentMultiselect()); + } t1 = documents.length; if (t1 === 0) break; for (_i = 0; _i < documents.length; documents.length === t1 || (0, A.throwConcurrentModificationError)(documents), ++_i) { $document = documents[_i]; - t2 = A._lateReadCheck(store.__Store__state, "_state").uiState.documentUIState.listUIState; + t2 = store.__Store__state_A.uiState.documentUIState.listUIState; t3 = J.get$id$x($document); t2 = t2.selectedIds; t2 = t2 != null && B.JSArray_methods.contains$1(t2._list, t3); - t3 = store.__Store__dispatchers; - if (!t2) - J.$index$asx(A._lateReadCheck(t3, _s12_), 0).call$1(new A.AddToDocumentMultiselect($document)); - else - J.$index$asx(A._lateReadCheck(t3, _s12_), 0).call$1(new A.RemoveFromDocumentMultiselect($document)); + t3 = store.__Store__dispatchers_F; + if (!t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddToDocumentMultiselect($document)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.RemoveFromDocumentMultiselect($document)); + } } break; case B.EntityAction_more: @@ -66516,7 +68393,9 @@ break; case B.EntityAction_documents: t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; } }, @@ -66725,9 +68604,9 @@ A.ArgumentError_checkNotNull(state, "other"); t1._document_state$_$v = state; new A.documentUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _updateEditing2($document, action) { + _updateEditing3($document, action) { return J.get$document$x(action); }, _viewDocumentList0(documentListState, action) { @@ -66763,16 +68642,16 @@ _sortDocuments(documentListState, action) { return documentListState.rebuild$1(new A._sortDocuments_closure(action)); }, - _startListMultiselect3(documentListState, action) { + _startListMultiselect4(documentListState, action) { return documentListState.rebuild$1(new A._startListMultiselect_closure5()); }, - _addToListMultiselect3(documentListState, action) { + _addToListMultiselect4(documentListState, action) { return documentListState.rebuild$1(new A._addToListMultiselect_closure5(action)); }, - _removeFromListMultiselect3(documentListState, action) { + _removeFromListMultiselect4(documentListState, action) { return documentListState.rebuild$1(new A._removeFromListMultiselect_closure5(action)); }, - _clearListMultiselect3(documentListState, action) { + _clearListMultiselect4(documentListState, action) { return documentListState.rebuild$1(new A._clearListMultiselect_closure5()); }, _archiveDocumentSuccess(documentState, action) { @@ -66970,22 +68849,21 @@ _DocumentUIState_Object_EntityUIState: function _DocumentUIState_Object_EntityUIState() { }, handleExpenseAction(context, expenses, action) { - var t6, t7, client, availableExpenses, t8, items, message, documentIds, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", - _box_0 = {}, + var t2, t3, t4, expense, expenseIds, t5, t6, t7, t8, client, availableExpenses, t9, items, message, documentIds, _null = null, _s6_ = ":value", _box_0 = {}, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, _s6_), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = J.getInterceptor$ax(expenses), - t3 = type$.legacy_ExpenseEntity, - expense = t3._as(t2.get$first(expenses)), - expenseIds = t2.map$1$1(expenses, new A.handleExpenseAction_closure(), type$.legacy_String).toList$0(0), - t4 = state.userCompanyStates, - t5 = state.uiState.selectedCompanyIndex; - t4 = t4._list; - t6 = t4[t5].clientState; - t7 = expense.clientId; - client = t6.$get$1(0, t7); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = J.getInterceptor$ax(expenses); + t4 = type$.legacy_ExpenseEntity; + expense = t4._as(t3.get$first(expenses)); + expenseIds = t3.map$1$1(expenses, new A.handleExpenseAction_closure(), type$.legacy_String).toList$0(0); + t5 = t1.userCompanyStates; + t6 = t1.uiState.selectedCompanyIndex; + t5 = t5._list; + t7 = t5[t6].clientState; + t8 = expense.clientId; + client = t7.$get$1(0, t8); switch (action) { case B.EntityAction_edit: A.editEntity(_null, expense, true, _null); @@ -66999,89 +68877,101 @@ break; case B.EntityAction_invoiceExpense: case B.EntityAction_addToInvoice: - availableExpenses = t2.where$1(expenses, new A.handleExpenseAction_closure2()); + availableExpenses = t3.where$1(expenses, new A.handleExpenseAction_closure2()); _box_0.vendorId = _box_0.projectId = ""; - for (t1 = J.get$iterator$ax(availableExpenses.__internal$_iterable), t2 = availableExpenses.$ti, t6 = new A.WhereIterator(t1, availableExpenses._f, t2._eval$1("WhereIterator<1>")); t6.moveNext$0();) { - expense = t3._as(t1.get$current(t1)); - t8 = expense.vendorId; - if (t8.length !== 0) - _box_0.vendorId = t8; - t8 = expense.projectId; - if (t8.length !== 0) - if (_box_0.projectId.length === 0 && t4[t5].projectState.$get$1(0, t8).clientId === client.id) - _box_0.projectId = t8; + for (t2 = J.get$iterator$ax(availableExpenses.__internal$_iterable), t3 = availableExpenses.$ti, t7 = new A.WhereIterator(t2, availableExpenses._f, t3._eval$1("WhereIterator<1>")); t7.moveNext$0();) { + expense = t4._as(t2.get$current(t2)); + t9 = expense.vendorId; + if (t9.length !== 0) + _box_0.vendorId = t9; + t9 = expense.projectId; + if (t9.length !== 0) + if (_box_0.projectId.length === 0 && t5[t6].projectState.$get$1(0, t9).clientId === client.id) + _box_0.projectId = t9; } - t1 = t2._eval$1("MappedIterable<1,InvoiceItemEntity*>"); - items = A.List_List$of(new A.MappedIterable(availableExpenses, new A.handleExpenseAction_closure3(context), t1), true, t1._eval$1("Iterable.E")); + t2 = t3._eval$1("MappedIterable<1,InvoiceItemEntity*>"); + items = A.List_List$of(new A.MappedIterable(availableExpenses, new A.handleExpenseAction_closure3(context), t2), true, t2._eval$1("Iterable.E")); if (items.length !== 0) if (action === B.EntityAction_invoiceExpense) { - t1 = $.$get$navigatorKey(); - t1.toString; - A.createEntity(_null, _null, $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), A.InvoiceEntity_InvoiceEntity(client, _null, _null, state, _null, _null).rebuild$1(new A.handleExpenseAction_closure4(_box_0, items)), false); + t2 = $.$get$navigatorKey(); + t2.toString; + A.createEntity(_null, _null, $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), A.InvoiceEntity_InvoiceEntity(client, _null, _null, t1, _null, _null).rebuild$1(new A.handleExpenseAction_closure4(_box_0, items)), false); } else - A.addToInvoiceDialog(t7, context, items); + A.addToInvoiceDialog(t8, context, items); break; case B.EntityAction_restore: if (expenseIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "restored_expenses"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_expenses"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(expenseIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(expenseIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "restored_expense"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_expense"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreExpenseRequest(t1, expenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreExpenseRequest(t1, expenseIds)); break; case B.EntityAction_archive: if (expenseIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "archived_expenses"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_expenses"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(expenseIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(expenseIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "archived_expense"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_expense"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseRequest(t1, expenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveExpenseRequest(t1, expenseIds)); break; case B.EntityAction_delete: if (expenseIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "deleted_expenses"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_expenses"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(expenseIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(expenseIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "deleted_expense"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_expense"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteExpenseRequest(t1, expenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteExpenseRequest(t1, expenseIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.expenseUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartExpenseMultiselect()); - if (t2.get$isEmpty(expenses)) + if (store.__Store__state_A.uiState.expenseUIState.listUIState.selectedIds == null) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartExpenseMultiselect()); + } + if (t3.get$isEmpty(expenses)) break; - for (t1 = t2.get$iterator(expenses); t1.moveNext$0();) { + for (t1 = t3.get$iterator(expenses); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.expenseUIState.listUIState; + t3 = store.__Store__state_A.uiState.expenseUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToExpenseMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromExpenseMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToExpenseMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromExpenseMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -67089,11 +68979,13 @@ break; case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); - for (t2 = t2.get$iterator(expenses); t2.moveNext$0();) - for (t4 = t3._as(t2.get$current(t2)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t1 = t3.get$iterator(expenses); t1.moveNext$0();) + for (t3 = t4._as(t1.get$current(t1)).documents._list, t3 = new J.ArrayIterator(t3, t3.length, A._arrayInstanceType(t3)._eval$1("ArrayIterator<1>")); t3.moveNext$0();) + documentIds.push(t3.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in expense_actions"); @@ -67365,13 +69257,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._expense_state$_$v = state; new A.expenseUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing2(expense, action) { + _clearEditing3(expense, action) { var _null = null; return A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, _null, _null, _null); }, - _updateEditing3(expense, action) { + _updateEditing4(expense, action) { return action.get$expense(); }, _viewExpenseList0(expenseListState, action) { @@ -67431,16 +69323,16 @@ _sortExpenses(expenseListState, action) { return expenseListState.rebuild$1(new A._sortExpenses_closure(action)); }, - _startListMultiselect4(expenseListState, action) { + _startListMultiselect5(expenseListState, action) { return expenseListState.rebuild$1(new A._startListMultiselect_closure4()); }, - _addToListMultiselect4(expenseListState, action) { + _addToListMultiselect5(expenseListState, action) { return expenseListState.rebuild$1(new A._addToListMultiselect_closure4(action)); }, - _removeFromListMultiselect4(expenseListState, action) { + _removeFromListMultiselect5(expenseListState, action) { return expenseListState.rebuild$1(new A._removeFromListMultiselect_closure4(action)); }, - _clearListMultiselect4(expenseListState, action) { + _clearListMultiselect5(expenseListState, action) { return expenseListState.rebuild$1(new A._clearListMultiselect_closure4()); }, _archiveExpenseSuccess(expenseState, action) { @@ -67464,7 +69356,7 @@ _setLoadedExpenses(expenseState, action) { return expenseState.loadExpenses$1(action.expenses); }, - _setLoadedCompany3(expenseState, action) { + _setLoadedCompany4(expenseState, action) { return expenseState.loadExpenses$1(action.userCompany.company.expenses); }, expenseUIReducer_closure: function expenseUIReducer_closure(t0, t1) { @@ -67609,12 +69501,13 @@ return null; }, convertExpenseToInvoiceItem(context, expense) { - var t3, company, categoryMap, fieldLabel1, fieldLabel2, fieldLabel3, fieldLabel4, t4, customValues, value, _box_0 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2]; + var t2, t3, company, categoryMap, fieldLabel1, fieldLabel2, fieldLabel3, fieldLabel4, t4, customValues, value, _box_0 = {}, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t3 = t2[t1]; company = t3.userCompany.company; categoryMap = t3.expenseCategoryState.map; t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -67624,7 +69517,7 @@ fieldLabel3 = company.getCustomFieldLabel$1("product3"); fieldLabel4 = company.getCustomFieldLabel$1("product4"); t4 = type$.legacy_String; - customValues = A.LinkedHashMap_LinkedHashMap$_literal([company.getCustomFieldLabel$1("expense1"), expense.customValue1, company.getCustomFieldLabel$1("expense2"), expense.customValue2, company.getCustomFieldLabel$1("expense3"), expense.customValue3, company.getCustomFieldLabel$1("expense4"), expense.customValue4, t3.get$category(), t1[t2].expenseCategoryState.$get$1(0, expense.categoryId).name, t3.get$vendor(t3), t1[t2].vendorState.$get$1(0, expense.vendorId).name, t3.get$date(), A.formatDate(expense.date, context, true, true, false), t3.get$project(), t1[t2].projectState.$get$1(0, expense.projectId).name], t4, t4); + customValues = A.LinkedHashMap_LinkedHashMap$_literal([company.getCustomFieldLabel$1("expense1"), expense.customValue1, company.getCustomFieldLabel$1("expense2"), expense.customValue2, company.getCustomFieldLabel$1("expense3"), expense.customValue3, company.getCustomFieldLabel$1("expense4"), expense.customValue4, t3.get$category(), t2[t1].expenseCategoryState.$get$1(0, expense.categoryId).name, t3.get$vendor(t3), t2[t1].vendorState.$get$1(0, expense.vendorId).name, t3.get$date(), A.formatDate(expense.date, context, true, true, false), t3.get$project(), t2[t1].projectState.$get$1(0, expense.projectId).name], t4, t4); for (t1 = A.LinkedHashMapKeyIterator$(customValues, customValues._modifications, A._instanceType(customValues)._precomputed1); t1.moveNext$0();) { t2 = t1.__js_helper$_current; value = customValues.$index(0, t2); @@ -67817,14 +69710,14 @@ _ExpenseUIState_Object_EntityUIState: function _ExpenseUIState_Object_EntityUIState() { }, handleExpenseCategoryAction(context, expenseCategories, action) { - var store, state, t2, expenseCategory, expenseCategoryIds, message, t3, t4, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", + var store, t2, t3, expenseCategory, expenseCategoryIds, message, t4, _null = null, _s6_ = ":value", t1 = J.getInterceptor$asx(expenseCategories); if (t1.get$isEmpty(expenseCategories)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); expenseCategory = type$.legacy_ExpenseCategoryEntity._as(t1.get$first(expenseCategories)); expenseCategoryIds = t1.map$1$1(expenseCategories, new A.handleExpenseCategoryAction_closure(), type$.legacy_String).toList$0(0); switch (action) { @@ -67833,68 +69726,80 @@ break; case B.EntityAction_restore: if (expenseCategoryIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_expense_categories"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_expense_categories"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(expenseCategoryIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(expenseCategoryIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_expense_category"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_expense_category"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreExpenseCategoriesRequest(t1, expenseCategoryIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreExpenseCategoriesRequest(t1, expenseCategoryIds)); break; case B.EntityAction_archive: if (expenseCategoryIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_expense_categories"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_expense_categories"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(expenseCategoryIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(expenseCategoryIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_expense_category"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_expense_category"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseCategoriesRequest(t1, expenseCategoryIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveExpenseCategoriesRequest(t1, expenseCategoryIds)); break; case B.EntityAction_delete: if (expenseCategoryIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_expense_categories"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_expense_categories"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(expenseCategoryIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(expenseCategoryIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_expense_category"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_expense_category"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteExpenseCategoriesRequest(t1, expenseCategoryIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteExpenseCategoriesRequest(t1, expenseCategoryIds)); break; case B.EntityAction_newExpense: - A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, state, _null, _null).rebuild$1(new A.handleExpenseCategoryAction_closure0(expenseCategory)), false); + A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, t2, _null, _null).rebuild$1(new A.handleExpenseCategoryAction_closure0(expenseCategory)), false); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.expenseCategoryUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartExpenseCategoryMultiselect()); + if (store.__Store__state_A.uiState.expenseCategoryUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartExpenseCategoryMultiselect()); + } if (t1.get$isEmpty(expenseCategories)) break; for (t1 = t1.get$iterator(expenseCategories); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.expenseCategoryUIState.listUIState; + t3 = store.__Store__state_A.uiState.expenseCategoryUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToExpenseCategoryMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromExpenseCategoryMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToExpenseCategoryMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromExpenseCategoryMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -68127,12 +70032,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._expense_category_state$_$v = state; new A.expenseCategoryUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing3(expenseCategory, action) { + _clearEditing4(expenseCategory, action) { return A.ExpenseCategoryEntity_ExpenseCategoryEntity(null, null); }, - _updateEditing4(expenseCategory, action) { + _updateEditing5(expenseCategory, action) { return action.get$expenseCategory(); }, _filterExpenseCategoriesByCustom1(expenseCategoryListState, action) { @@ -68165,16 +70070,16 @@ _sortExpenseCategories(expenseCategoryListState, action) { return expenseCategoryListState.rebuild$1(new A._sortExpenseCategories_closure(action)); }, - _startListMultiselect5(productListState, action) { + _startListMultiselect6(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure16()); }, - _addToListMultiselect5(productListState, action) { + _addToListMultiselect6(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure16(action)); }, - _removeFromListMultiselect5(productListState, action) { + _removeFromListMultiselect6(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure16(action)); }, - _clearListMultiselect5(productListState, action) { + _clearListMultiselect6(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure16()); }, _archiveExpenseCategorySuccess(expenseCategoryState, action) { @@ -68198,7 +70103,7 @@ _setLoadedExpenseCategories(expenseCategoryState, action) { return expenseCategoryState.loadExpenseCategories$1(action.expenseCategories); }, - _setLoadedCompany4(expenseCategoryState, action) { + _setLoadedCompany5(expenseCategoryState, action) { return expenseCategoryState.loadExpenseCategories$1(action.userCompany.company.expenseCategories); }, expenseCategoryUIReducer_closure: function expenseCategoryUIReducer_closure(t0, t1) { @@ -68412,7 +70317,6 @@ }, handleGroupAction(context, groups, action) { var store, t2, group, groupIds, message, t3, t4, _null = null, _s6_ = ":value", - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(groups); if (t1.get$isEmpty(groups)) return; @@ -68425,7 +70329,9 @@ A.editEntity(_null, group, true, _null); break; case B.EntityAction_settings: - store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, group, _null, _null, false, "company_details", false, _null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, group, _null, _null, false, "company_details", false, _null)); break; case B.EntityAction_newClient: A.createEntity(_null, _null, context, A.ClientEntity_ClientEntity(_null, _null, _null, _null).rebuild$1(new A.handleGroupAction_closure0(group)), false); @@ -68443,7 +70349,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreGroupRequest(t1, groupIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreGroupRequest(t1, groupIds)); break; case B.EntityAction_archive: if (groupIds.length > 1) { @@ -68458,7 +70366,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveGroupRequest(t1, groupIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveGroupRequest(t1, groupIds)); break; case B.EntityAction_delete: if (groupIds.length > 1) { @@ -68473,24 +70383,34 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteGroupRequest(t1, groupIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteGroupRequest(t1, groupIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.groupUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartGroupMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.groupUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartGroupMultiselect()); + } if (t1.get$isEmpty(groups)) break; for (t1 = t1.get$iterator(groups); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.groupUIState.listUIState; + t3 = store.__Store__state_A.uiState.groupUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToGroupMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromGroupMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToGroupMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromGroupMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -68733,12 +70653,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._group_state$_$v = state; new A.groupUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing4(group, action) { + _clearEditing5(group, action) { return A.GroupEntity_GroupEntity(null, null); }, - _updateEditing5(group, action) { + _updateEditing6(group, action) { return action.get$group(); }, _viewGroupList0(groupListState, action) { @@ -68758,16 +70678,16 @@ _sortGroups(groupListState, action) { return groupListState.rebuild$1(new A._sortGroups_closure(action)); }, - _startListMultiselect6(groupListState, action) { + _startListMultiselect7(groupListState, action) { return groupListState.rebuild$1(new A._startListMultiselect_closure6()); }, - _addToListMultiselect6(groupListState, action) { + _addToListMultiselect7(groupListState, action) { return groupListState.rebuild$1(new A._addToListMultiselect_closure6(action)); }, - _removeFromListMultiselect6(groupListState, action) { + _removeFromListMultiselect7(groupListState, action) { return groupListState.rebuild$1(new A._removeFromListMultiselect_closure6(action)); }, - _clearListMultiselect6(groupListState, action) { + _clearListMultiselect7(groupListState, action) { return groupListState.rebuild$1(new A._clearListMultiselect_closure6()); }, _archiveGroupSuccess(groupState, action) { @@ -68792,7 +70712,7 @@ var state = groupState.rebuild$1(new A._setLoadedGroups_closure(action)); return state.rebuild$1(new A._setLoadedGroups_closure0(state)); }, - _setLoadedCompany5(groupState, action) { + _setLoadedCompany6(groupState, action) { var state = groupState.rebuild$1(new A._setLoadedCompany_closure(action)); return state.rebuild$1(new A._setLoadedCompany_closure0(state)); }, @@ -68987,7 +70907,7 @@ handleInvoiceAction$body(context, invoices, action) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, store, state, t2, t3, invoice, invoiceIds, designId, message, t4, response, documentIds, _box_0, t1; + $async$returnValue, store, t2, t3, t4, invoice, invoiceIds, designId, message, response, documentIds, _box_0, t1; var $async$handleInvoiceAction = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -69003,10 +70923,11 @@ break; } store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t3 = type$.legacy_InvoiceEntity; - invoice = t3._as(t1.get$first(invoices)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t4 = type$.legacy_InvoiceEntity; + invoice = t4._as(t1.get$first(invoices)); invoiceIds = t1.map$1$1(invoices, new A.handleInvoiceAction_closure(), type$.legacy_String).toList$0(0); case 3: // switch @@ -69129,7 +71050,9 @@ break; case 6: // case - store.get$_dispatchers()[0].call$1(new A.ShowPdfInvoice(invoice, context, null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfInvoice(invoice, context, null)); // goto after switch $async$goto = 4; break; @@ -69143,49 +71066,53 @@ case 8: // case if (invoiceIds.length === 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "marked_invoice_as_sent"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "marked_invoice_as_sent"); if (t1 == null) t1 = ""; } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "marked_invoices_as_sent"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "marked_invoices_as_sent"); if (t1 == null) t1 = ""; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.MarkInvoicesSentRequest(t1, invoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MarkInvoicesSentRequest(t1, invoiceIds)); // goto after switch $async$goto = 4; break; case 9: // case - designId = A.getDesignIdForClientByEntity(invoice.clientId, B.EntityType_credit, state); + designId = A.getDesignIdForClientByEntity(invoice.clientId, B.EntityType_credit, t2); A.createEntity(null, null, context, invoice.get$clone(invoice).rebuild$1(new A.handleInvoiceAction_closure0(invoice, designId)), false); // goto after switch $async$goto = 4; break; case 10: // case - A.confirmCallback(false, new A.handleInvoiceAction_closure1(store, context, invoiceIds, t2), context, t2.get$cancelInvoice(), false, null); + A.confirmCallback(false, new A.handleInvoiceAction_closure1(store, context, invoiceIds, t3), context, t3.get$cancelInvoice(), false, null); // goto after switch $async$goto = 4; break; case 11: // case if (invoiceIds.length === 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "marked_invoice_as_paid"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "marked_invoice_as_paid"); if (t1 == null) t1 = ""; } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "marked_invoices_as_paid"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "marked_invoices_as_paid"); if (t1 == null) t1 = ""; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.MarkInvoicesPaidRequest(t1, invoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MarkInvoicesPaidRequest(t1, invoiceIds)); // goto after switch $async$goto = 4; break; @@ -69194,22 +71121,24 @@ case 13: // case _box_0.emailValid = true; - t1.forEach$1(invoices, new A.handleInvoiceAction_closure2(_box_0, state)); + t1.forEach$1(invoices, new A.handleInvoiceAction_closure2(_box_0, t2)); if (!_box_0.emailValid) { - A.showMessageDialog(context, t2.get$clientEmailNotSet(), null, A._setArrayType([A.TextButton$(false, A.Text$(t2.get$editClient().toUpperCase(), null, null, null, null, null, null, null, null, null), null, new A.handleInvoiceAction_closure3(context, state, invoice), null)], type$.JSArray_legacy_TextButton)); + A.showMessageDialog(context, t3.get$clientEmailNotSet(), null, A._setArrayType([A.TextButton$(false, A.Text$(t3.get$editClient().toUpperCase(), null, null, null, null, null, null, null, null, null), null, null, new A.handleInvoiceAction_closure3(context, t2, invoice), null)], type$.JSArray_legacy_TextButton)); // goto return $async$goto = 1; break; } if (action === B.EntityAction_sendEmail) { - t1 = A.snackBarCompleter(context, t2.get$emailedInvoice(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ShowEmailInvoice(invoice, context, t1)); + t1 = A.snackBarCompleter(context, t3.get$emailedInvoice(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ShowEmailInvoice(invoice, context, t1)); } else { - t2.toString; + t3.toString; t1 = $.$get$LocalizationsProvider__localizedValues(); - t3 = J.$index$asx(t1.$index(0, t2.localeCode), "bulk_email_invoices"); - t1 = t3 == null ? J.$index$asx(t1.$index(0, "en"), "bulk_email_invoices") : t3; - A.confirmCallback(false, new A.handleInvoiceAction_closure4(store, context, invoiceIds, t2), context, t1, false, null); + t2 = J.$index$asx(t1.$index(0, t3.localeCode), "bulk_email_invoices"); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), "bulk_email_invoices") : t2; + A.confirmCallback(false, new A.handleInvoiceAction_closure4(store, context, invoiceIds, t3), context, t1, false, null); } // goto after switch $async$goto = 4; @@ -69230,22 +71159,22 @@ break; case 17: // case - designId = A.getDesignIdForClientByEntity(invoice.clientId, B.EntityType_quote, state); + designId = A.getDesignIdForClientByEntity(invoice.clientId, B.EntityType_quote, t2); A.createEntity(null, null, context, invoice.get$clone(invoice).rebuild$1(new A.handleInvoiceAction_closure5(designId)), false); // goto after switch $async$goto = 4; break; case 18: // case - designId = A.getDesignIdForClientByEntity(invoice.clientId, B.EntityType_credit, state); + designId = A.getDesignIdForClientByEntity(invoice.clientId, B.EntityType_credit, t2); A.createEntity(null, null, context, invoice.get$clone(invoice).rebuild$1(new A.handleInvoiceAction_closure6(designId)), false); // goto after switch $async$goto = 4; break; case 19: // case - designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, state, invoice.vendorId); - A.createEntity(null, null, context, invoice.get$clone(invoice).rebuild$1(new A.handleInvoiceAction_closure7(designId)).recreateInvitations$1(state), false); + designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, t2, invoice.vendorId); + A.createEntity(null, null, context, invoice.get$clone(invoice).rebuild$1(new A.handleInvoiceAction_closure7(designId)).recreateInvitations$1(t2), false); // goto after switch $async$goto = 4; break; @@ -69257,9 +71186,9 @@ break; case 21: // case - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - A.createEntity(null, null, context, A.PaymentEntity_PaymentEntity(t1._list[t2].clientState.$get$1(0, invoice.clientId), null, state).rebuild$1(new A.handleInvoiceAction_closure9(invoices)), false); + t1 = t2.userCompanyStates; + t3 = t2.uiState.selectedCompanyIndex; + A.createEntity(null, null, context, A.PaymentEntity_PaymentEntity(t1._list[t3].clientState.$get$1(0, invoice.clientId), null, t2).rebuild$1(new A.handleInvoiceAction_closure9(invoices)), false); // goto after switch $async$goto = 4; break; @@ -69272,80 +71201,94 @@ break; case 23: // case - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadInvoicesRequest(t1, invoiceIds)); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadInvoicesRequest(t1, invoiceIds)); // goto after switch $async$goto = 4; break; case 24: // case if (invoiceIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_invoices"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_invoices"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(invoiceIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_invoice"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_invoice"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreInvoicesRequest(t1, invoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreInvoicesRequest(t1, invoiceIds)); // goto after switch $async$goto = 4; break; case 25: // case if (invoiceIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_invoices"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_invoices"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(invoiceIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_invoice"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_invoice"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveInvoicesRequest(t1, invoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveInvoicesRequest(t1, invoiceIds)); // goto after switch $async$goto = 4; break; case 26: // case if (invoiceIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_invoices"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_invoices"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(invoiceIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_invoice"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_invoice"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteInvoicesRequest(t1, invoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteInvoicesRequest(t1, invoiceIds)); // goto after switch $async$goto = 4; break; case 27: // case - if (A._lateReadCheck(store.__Store__state, "_state").uiState.invoiceUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartInvoiceMultiselect()); + if (store.__Store__state_A.uiState.invoiceUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartInvoiceMultiselect()); + } for (t1 = t1.get$iterator(invoices); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.invoiceUIState.listUIState; + t3 = store.__Store__state_A.uiState.invoiceUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.AddToInvoiceMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.RemoveFromInvoiceMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToInvoiceMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromInvoiceMultiselect(t2)); + } } // goto after switch $async$goto = 4; @@ -69354,13 +71297,15 @@ // case t1 = B.JSArray_methods.get$first(invoice.invitations._list).link; t2 = Date.now(); - store.get$_dispatchers()[0].call$1(new A.StartSaving()); + t3 = store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.StartSaving()); $async$goto = 32; return A._asyncAwait(new A.WebClient().$get$3$rawResponse(0, t1 + "/download?t=" + t2, "", true), $async$handleInvoiceAction); case 32: // returning from await. response = $async$result; - store.get$_dispatchers()[0].call$1(new A.StopSaving()); + t3[0].call$1(new A.StopSaving()); $async$goto = 33; return A._asyncAwait(A.Printing_layoutPdf(true, B.PdfPageFormat_gg4, "Document", new A.handleInvoiceAction_closure10(response), false), $async$handleInvoiceAction); case 33: @@ -69378,10 +71323,12 @@ // case documentIds = A._setArrayType([], type$.JSArray_legacy_String); for (t1 = t1.get$iterator(invoices); t1.moveNext$0();) - for (t4 = t3._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t2 = t4._as(t1.get$current(t1)).documents._list, t2 = new J.ArrayIterator(t2, t2.length, A._arrayInstanceType(t2)._eval$1("ArrayIterator<1>")); t2.moveNext$0();) + documentIds.push(t2.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); // goto after switch $async$goto = 4; break; @@ -69900,13 +71847,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._invoice_state$_$v = state; new A.invoiceUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing5(invoice, action) { + _clearEditing6(invoice, action) { var _null = null; return A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null); }, - _updateEditing6(invoice, action) { + _updateEditing7(invoice, action) { return action.get$invoice(); }, _addInvoiceItem(invoice, action) { @@ -69983,17 +71930,17 @@ _sortInvoices(invoiceListState, action) { return invoiceListState.rebuild$1(new A._sortInvoices_closure(action)); }, - _startListMultiselect7(invoiceListState, action) { - return invoiceListState.rebuild$1(new A._startListMultiselect_closure21()); + _startListMultiselect8(invoiceListState, action) { + return invoiceListState.rebuild$1(new A._startListMultiselect_closure22()); }, - _addToListMultiselect7(invoiceListState, action) { - return invoiceListState.rebuild$1(new A._addToListMultiselect_closure21(action)); + _addToListMultiselect8(invoiceListState, action) { + return invoiceListState.rebuild$1(new A._addToListMultiselect_closure22(action)); }, - _removeFromListMultiselect7(invoiceListState, action) { - return invoiceListState.rebuild$1(new A._removeFromListMultiselect_closure21(action)); + _removeFromListMultiselect8(invoiceListState, action) { + return invoiceListState.rebuild$1(new A._removeFromListMultiselect_closure22(action)); }, - _clearListMultiselect7(invoiceListState, action) { - return invoiceListState.rebuild$1(new A._clearListMultiselect_closure21()); + _clearListMultiselect8(invoiceListState, action) { + return invoiceListState.rebuild$1(new A._clearListMultiselect_closure22()); }, _markInvoicesSentSuccess(invoiceState, action) { return invoiceState.rebuild$1(new A._markInvoicesSentSuccess_closure(action)); @@ -70025,32 +71972,32 @@ _setLoadedInvoices(invoiceState, action) { return invoiceState.loadInvoices$1(action.invoices); }, - _setLoadedCompany6(invoiceState, action) { + _setLoadedCompany7(invoiceState, action) { return invoiceState.loadInvoices$1(action.userCompany.company.invoices); }, invoiceUIReducer_closure: function invoiceUIReducer_closure(t0, t1) { this.state = t0; this.action = t1; }, - forceSelectedReducer_closure167: function forceSelectedReducer_closure167() { + forceSelectedReducer_closure175: function forceSelectedReducer_closure175() { }, - forceSelectedReducer_closure168: function forceSelectedReducer_closure168() { + forceSelectedReducer_closure176: function forceSelectedReducer_closure176() { }, - forceSelectedReducer_closure169: function forceSelectedReducer_closure169() { + forceSelectedReducer_closure177: function forceSelectedReducer_closure177() { }, - forceSelectedReducer_closure170: function forceSelectedReducer_closure170() { + forceSelectedReducer_closure178: function forceSelectedReducer_closure178() { }, - forceSelectedReducer_closure171: function forceSelectedReducer_closure171() { + forceSelectedReducer_closure179: function forceSelectedReducer_closure179() { }, - forceSelectedReducer_closure172: function forceSelectedReducer_closure172() { + forceSelectedReducer_closure180: function forceSelectedReducer_closure180() { }, - forceSelectedReducer_closure173: function forceSelectedReducer_closure173() { + forceSelectedReducer_closure181: function forceSelectedReducer_closure181() { }, - forceSelectedReducer_closure174: function forceSelectedReducer_closure174() { + forceSelectedReducer_closure182: function forceSelectedReducer_closure182() { }, - tabIndexReducer_closure21: function tabIndexReducer_closure21() { + tabIndexReducer_closure23: function tabIndexReducer_closure23() { }, - tabIndexReducer_closure22: function tabIndexReducer_closure22() { + tabIndexReducer_closure24: function tabIndexReducer_closure24() { }, historyActivityIdReducer_closure3: function historyActivityIdReducer_closure3() { }, @@ -70058,36 +72005,6 @@ }, editingItemIndexReducer_closure2: function editingItemIndexReducer_closure2() { }, - selectedIdReducer_closure335: function selectedIdReducer_closure335() { - }, - selectedIdReducer_closure336: function selectedIdReducer_closure336() { - }, - selectedIdReducer_closure337: function selectedIdReducer_closure337() { - }, - selectedIdReducer_closure338: function selectedIdReducer_closure338() { - }, - selectedIdReducer_closure339: function selectedIdReducer_closure339() { - }, - selectedIdReducer_closure340: function selectedIdReducer_closure340() { - }, - selectedIdReducer_closure341: function selectedIdReducer_closure341() { - }, - selectedIdReducer_closure342: function selectedIdReducer_closure342() { - }, - selectedIdReducer_closure343: function selectedIdReducer_closure343() { - }, - selectedIdReducer_closure344: function selectedIdReducer_closure344() { - }, - selectedIdReducer_closure345: function selectedIdReducer_closure345() { - }, - selectedIdReducer_closure346: function selectedIdReducer_closure346() { - }, - selectedIdReducer_closure347: function selectedIdReducer_closure347() { - }, - selectedIdReducer_closure348: function selectedIdReducer_closure348() { - }, - selectedIdReducer_closure349: function selectedIdReducer_closure349() { - }, selectedIdReducer_closure350: function selectedIdReducer_closure350() { }, selectedIdReducer_closure351: function selectedIdReducer_closure351() { @@ -70096,43 +72013,73 @@ }, selectedIdReducer_closure353: function selectedIdReducer_closure353() { }, - editingReducer_closure114: function editingReducer_closure114() { + selectedIdReducer_closure354: function selectedIdReducer_closure354() { }, - editingReducer__closure51: function editingReducer__closure51() { + selectedIdReducer_closure355: function selectedIdReducer_closure355() { }, - editingReducer_closure115: function editingReducer_closure115() { + selectedIdReducer_closure356: function selectedIdReducer_closure356() { }, - editingReducer__closure50: function editingReducer__closure50() { + selectedIdReducer_closure357: function selectedIdReducer_closure357() { }, - editingReducer_closure116: function editingReducer_closure116() { + selectedIdReducer_closure358: function selectedIdReducer_closure358() { + }, + selectedIdReducer_closure359: function selectedIdReducer_closure359() { + }, + selectedIdReducer_closure360: function selectedIdReducer_closure360() { + }, + selectedIdReducer_closure361: function selectedIdReducer_closure361() { + }, + selectedIdReducer_closure362: function selectedIdReducer_closure362() { + }, + selectedIdReducer_closure363: function selectedIdReducer_closure363() { + }, + selectedIdReducer_closure364: function selectedIdReducer_closure364() { + }, + selectedIdReducer_closure365: function selectedIdReducer_closure365() { + }, + selectedIdReducer_closure366: function selectedIdReducer_closure366() { + }, + selectedIdReducer_closure367: function selectedIdReducer_closure367() { + }, + selectedIdReducer_closure368: function selectedIdReducer_closure368() { }, editingReducer_closure117: function editingReducer_closure117() { }, - editingReducer__closure49: function editingReducer__closure49() { + editingReducer__closure51: function editingReducer__closure51() { }, editingReducer_closure118: function editingReducer_closure118() { }, - editingReducer__closure48: function editingReducer__closure48() { + editingReducer__closure50: function editingReducer__closure50() { }, editingReducer_closure119: function editingReducer_closure119() { }, + editingReducer_closure120: function editingReducer_closure120() { + }, + editingReducer__closure49: function editingReducer__closure49() { + }, + editingReducer_closure121: function editingReducer_closure121() { + }, + editingReducer__closure48: function editingReducer__closure48() { + }, + editingReducer_closure122: function editingReducer_closure122() { + }, editingReducer__closure47: function editingReducer__closure47(t0) { this.client = t0; }, editingReducer___closure3: function editingReducer___closure3() { }, - editingReducer_closure120: function editingReducer_closure120() { - }, - editingReducer_closure121: function editingReducer_closure121() { - }, - editingReducer_closure122: function editingReducer_closure122() { - }, editingReducer_closure123: function editingReducer_closure123() { }, + editingReducer_closure124: function editingReducer_closure124() { + }, + editingReducer_closure125: function editingReducer_closure125() { + }, + editingReducer_closure126: function editingReducer_closure126() { + }, editingReducer__closure46: function editingReducer__closure46(t0) { this.action = t0; }, - editingReducer_closure124: function editingReducer_closure124() { + editingReducer_closure127: function editingReducer_closure127() { }, editingReducer__closure45: function editingReducer__closure45(t0) { this.action = t0; @@ -70194,15 +72141,15 @@ _sortInvoices_closure: function _sortInvoices_closure(t0) { this.action = t0; }, - _startListMultiselect_closure21: function _startListMultiselect_closure21() { + _startListMultiselect_closure22: function _startListMultiselect_closure22() { }, - _addToListMultiselect_closure21: function _addToListMultiselect_closure21(t0) { + _addToListMultiselect_closure22: function _addToListMultiselect_closure22(t0) { this.action = t0; }, - _removeFromListMultiselect_closure21: function _removeFromListMultiselect_closure21(t0) { + _removeFromListMultiselect_closure22: function _removeFromListMultiselect_closure22(t0) { this.action = t0; }, - _clearListMultiselect_closure21: function _clearListMultiselect_closure21() { + _clearListMultiselect_closure22: function _clearListMultiselect_closure22() { }, _markInvoicesSentSuccess_closure: function _markInvoicesSentSuccess_closure(t0) { this.action = t0; @@ -70470,14 +72417,13 @@ _InvoiceUIState_Object_EntityUIState: function _InvoiceUIState_Object_EntityUIState() { }, handlePaymentAction(context, payments, action) { - var store, t2, t3, company, paymentIds, payment, message, t4, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", - _box_0 = {}, + var store, t2, t3, company, paymentIds, payment, message, t4, _null = null, _s6_ = ":value", _box_0 = {}, t1 = J.getInterceptor$asx(payments); if (t1.get$isEmpty(payments)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - t2 = A._lateReadCheck(store.__Store__state, _s6_); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; company = t3._list[t2].userCompany.company; @@ -70503,7 +72449,9 @@ if (t1 == null) t1 = ""; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.EmailPaymentRequest(t1, paymentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EmailPaymentRequest(t1, paymentIds)); break; case B.EntityAction_restore: if (paymentIds.length > 1) { @@ -70511,14 +72459,16 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_payments"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(paymentIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(paymentIds.length)); } else { t2.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_payment"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestorePaymentsRequest(t1, paymentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestorePaymentsRequest(t1, paymentIds)); break; case B.EntityAction_archive: if (paymentIds.length > 1) { @@ -70526,14 +72476,16 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_payments"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(paymentIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(paymentIds.length)); } else { t2.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_payment"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchivePaymentsRequest(t1, paymentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchivePaymentsRequest(t1, paymentIds)); break; case B.EntityAction_delete: if (paymentIds.length > 1) { @@ -70541,31 +72493,39 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_payments"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(paymentIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(paymentIds.length)); } else { t2.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_payment"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeletePaymentsRequest(t1, paymentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeletePaymentsRequest(t1, paymentIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.paymentUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartPaymentMultiselect()); + if (store.__Store__state_A.uiState.paymentUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartPaymentMultiselect()); + } if (t1.get$isEmpty(payments)) break; for (t1 = t1.get$iterator(payments); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.paymentUIState.listUIState; + t3 = store.__Store__state_A.uiState.paymentUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToPaymentMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromPaymentMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToPaymentMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromPaymentMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -70872,12 +72832,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._payment_state$_$v = state; new A.paymentUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing6(payment, action) { + _clearEditing7(payment, action) { return A.PaymentEntity_PaymentEntity(null, null, null); }, - _updateEditing7(payment, action) { + _updateEditing8(payment, action) { return action.get$payment(); }, _viewPaymentList0(paymentListState, action) { @@ -70929,16 +72889,16 @@ _sortPayments(paymentListState, action) { return paymentListState.rebuild$1(new A._sortPayments_closure(action)); }, - _startListMultiselect8(paymentListState, action) { + _startListMultiselect9(paymentListState, action) { return paymentListState.rebuild$1(new A._startListMultiselect_closure0()); }, - _addToListMultiselect8(paymentListState, action) { + _addToListMultiselect9(paymentListState, action) { return paymentListState.rebuild$1(new A._addToListMultiselect_closure0(action)); }, - _removeFromListMultiselect8(paymentListState, action) { + _removeFromListMultiselect9(paymentListState, action) { return paymentListState.rebuild$1(new A._removeFromListMultiselect_closure0(action)); }, - _clearListMultiselect8(paymentListState, action) { + _clearListMultiselect9(paymentListState, action) { return paymentListState.rebuild$1(new A._clearListMultiselect_closure0()); }, _archivePaymentSuccess(paymentState, action) { @@ -70962,7 +72922,7 @@ _setLoadedPayments(paymentState, action) { return paymentState.loadPayments$1(action.payments); }, - _setLoadedCompany7(paymentState, action) { + _setLoadedCompany8(paymentState, action) { return paymentState.loadPayments$1(action.userCompany.company.payments); }, paymentUIReducer_closure: function paymentUIReducer_closure(t0, t1) { @@ -71227,7 +73187,6 @@ }, handlePaymentTermAction(context, paymentTerms, action) { var store, t2, paymentTerm, paymentTermIds, message, t3, t4, _s6_ = ":value", - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(paymentTerms); if (t1.get$isEmpty(paymentTerms)) return; @@ -71252,7 +73211,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestorePaymentTermsRequest(t1, paymentTermIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestorePaymentTermsRequest(t1, paymentTermIds)); break; case B.EntityAction_archive: if (paymentTermIds.length > 1) { @@ -71267,7 +73228,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchivePaymentTermsRequest(t1, paymentTermIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchivePaymentTermsRequest(t1, paymentTermIds)); break; case B.EntityAction_delete: if (paymentTermIds.length > 1) { @@ -71282,24 +73245,34 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeletePaymentTermsRequest(t1, paymentTermIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeletePaymentTermsRequest(t1, paymentTermIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.paymentTermUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartPaymentTermMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.paymentTermUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartPaymentTermMultiselect()); + } if (t1.get$isEmpty(paymentTerms)) break; for (t1 = t1.get$iterator(paymentTerms); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.paymentTermUIState.listUIState; + t3 = store.__Store__state_A.uiState.paymentTermUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToPaymentTermMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromPaymentTermMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToPaymentTermMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromPaymentTermMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -71526,12 +73499,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._payment_term_state$_$v = state; new A.paymentTermUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing7(paymentTerm, action) { + _clearEditing8(paymentTerm, action) { return A.PaymentTermEntity_PaymentTermEntity(null, null); }, - _updateEditing8(paymentTerm, action) { + _updateEditing9(paymentTerm, action) { return action.get$paymentTerm(); }, _viewPaymentTermList0(paymentTermListState, action) { @@ -71567,16 +73540,16 @@ _sortPaymentTerms(paymentTermListState, action) { return paymentTermListState.rebuild$1(new A._sortPaymentTerms_closure(action)); }, - _startListMultiselect9(productListState, action) { + _startListMultiselect10(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure12()); }, - _addToListMultiselect9(productListState, action) { + _addToListMultiselect10(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure12(action)); }, - _removeFromListMultiselect9(productListState, action) { + _removeFromListMultiselect10(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure12(action)); }, - _clearListMultiselect9(productListState, action) { + _clearListMultiselect10(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure12()); }, _archivePaymentTermSuccess(paymentTermState, action) { @@ -71600,7 +73573,7 @@ _setLoadedPaymentTerms(paymentTermState, action) { return paymentTermState.loadPaymentTerms$1(action.paymentTerms); }, - _setLoadedCompany8(paymentTermState, action) { + _setLoadedCompany9(paymentTermState, action) { var state = paymentTermState.rebuild$1(new A._setLoadedCompany_closure7(action)); return state.rebuild$1(new A._setLoadedCompany_closure8(state)); }, @@ -71816,24 +73789,24 @@ _PaymentTermUIState_Object_EntityUIState: function _PaymentTermUIState_Object_EntityUIState() { }, handleProductAction(context, products, action) { - var store, state, t2, productIds, product, invoice, message, t3, t4, documentIds, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", + var store, t2, t3, productIds, product, invoice, message, t4, documentIds, _null = null, _s6_ = ":value", t1 = J.getInterceptor$asx(products); if (t1.get$isEmpty(products)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); productIds = t1.map$1$1(products, new A.handleProductAction_closure(), type$.legacy_String).toList$0(0); product = t1.get$first(products); switch (action) { case B.EntityAction_newInvoice: - invoice = A.InvoiceEntity_InvoiceEntity(_null, _null, _null, state, _null, _null); - A.createEntity(_null, _null, context, invoice.rebuild$1(new A.handleProductAction_closure0(productIds, state, invoice)), false); + invoice = A.InvoiceEntity_InvoiceEntity(_null, _null, _null, t2, _null, _null); + A.createEntity(_null, _null, context, invoice.rebuild$1(new A.handleProductAction_closure0(productIds, t2, invoice)), false); break; case B.EntityAction_newPurchaseOrder: - invoice = A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_purchaseOrder, _null, state, _null, _null); - A.createEntity(_null, _null, context, invoice.rebuild$1(new A.handleProductAction_closure1(productIds, state, invoice)), false); + invoice = A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_purchaseOrder, _null, t2, _null, _null); + A.createEntity(_null, _null, context, invoice.rebuild$1(new A.handleProductAction_closure1(productIds, t2, invoice)), false); break; case B.EntityAction_edit: A.editEntity(_null, product, true, _null); @@ -71844,65 +73817,77 @@ break; case B.EntityAction_restore: if (productIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_products"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_products"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(productIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(productIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_product"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_product"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreProductsRequest(t1, productIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreProductsRequest(t1, productIds)); break; case B.EntityAction_archive: if (productIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_products"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_products"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(productIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(productIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_product"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_product"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveProductsRequest(t1, productIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveProductsRequest(t1, productIds)); break; case B.EntityAction_delete: if (productIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_products"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_products"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(productIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(productIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_product"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_product"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteProductsRequest(t1, productIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteProductsRequest(t1, productIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.productUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartProductMultiselect()); + if (store.__Store__state_A.uiState.productUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartProductMultiselect()); + } if (t1.get$isEmpty(products)) break; for (t1 = t1.get$iterator(products); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.productUIState.listUIState; + t3 = store.__Store__state_A.uiState.productUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToProductMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromProductMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToProductMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromProductMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -71910,11 +73895,13 @@ break; case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); - for (t1 = t1.get$iterator(products), t3 = type$.legacy_ProductEntity; t1.moveNext$0();) - for (t4 = t3._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) + for (t1 = t1.get$iterator(products), t2 = type$.legacy_ProductEntity; t1.moveNext$0();) + for (t4 = t2._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in product_actions"); @@ -72191,12 +74178,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._product_state$_$v = state; new A.productUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing8(product, action) { + _clearEditing9(product, action) { return A.ProductEntity_ProductEntity(null, null); }, - _updateEditing9(product, action) { + _updateEditing10(product, action) { return J.get$product$x(action); }, _viewClientList1(productListState, action) { @@ -72248,17 +74235,17 @@ _sortProducts(productListState, action) { return productListState.rebuild$1(new A._sortProducts_closure(action)); }, - _startListMultiselect10(productListState, action) { - return productListState.rebuild$1(new A._startListMultiselect_closure23()); + _startListMultiselect11(productListState, action) { + return productListState.rebuild$1(new A._startListMultiselect_closure24()); }, - _addToListMultiselect10(productListState, action) { - return productListState.rebuild$1(new A._addToListMultiselect_closure23(action)); + _addToListMultiselect11(productListState, action) { + return productListState.rebuild$1(new A._addToListMultiselect_closure24(action)); }, - _removeFromListMultiselect10(productListState, action) { - return productListState.rebuild$1(new A._removeFromListMultiselect_closure23(action)); + _removeFromListMultiselect11(productListState, action) { + return productListState.rebuild$1(new A._removeFromListMultiselect_closure24(action)); }, - _clearListMultiselect10(productListState, action) { - return productListState.rebuild$1(new A._clearListMultiselect_closure23()); + _clearListMultiselect11(productListState, action) { + return productListState.rebuild$1(new A._clearListMultiselect_closure24()); }, _archiveProductSuccess(productState, action) { return productState.rebuild$1(new A._archiveProductSuccess_closure(action)); @@ -72281,70 +74268,70 @@ _setLoadedProducts(productState, action) { return productState.loadProducts$1(action.products); }, - _setLoadedCompany9(productState, action) { + _setLoadedCompany10(productState, action) { return productState.loadProducts$1(action.userCompany.company.products); }, productUIReducer_closure: function productUIReducer_closure(t0, t1) { this.state = t0; this.action = t1; }, - forceSelectedReducer_closure183: function forceSelectedReducer_closure183() { + forceSelectedReducer_closure191: function forceSelectedReducer_closure191() { }, - forceSelectedReducer_closure184: function forceSelectedReducer_closure184() { + forceSelectedReducer_closure192: function forceSelectedReducer_closure192() { }, - forceSelectedReducer_closure185: function forceSelectedReducer_closure185() { + forceSelectedReducer_closure193: function forceSelectedReducer_closure193() { }, - forceSelectedReducer_closure186: function forceSelectedReducer_closure186() { + forceSelectedReducer_closure194: function forceSelectedReducer_closure194() { }, - forceSelectedReducer_closure187: function forceSelectedReducer_closure187() { + forceSelectedReducer_closure195: function forceSelectedReducer_closure195() { }, - forceSelectedReducer_closure188: function forceSelectedReducer_closure188() { + forceSelectedReducer_closure196: function forceSelectedReducer_closure196() { }, - forceSelectedReducer_closure189: function forceSelectedReducer_closure189() { + forceSelectedReducer_closure197: function forceSelectedReducer_closure197() { }, - forceSelectedReducer_closure190: function forceSelectedReducer_closure190() { + forceSelectedReducer_closure198: function forceSelectedReducer_closure198() { }, - tabIndexReducer_closure25: function tabIndexReducer_closure25() { + tabIndexReducer_closure27: function tabIndexReducer_closure27() { }, - tabIndexReducer_closure26: function tabIndexReducer_closure26() { - }, - editingReducer_closure139: function editingReducer_closure139() { - }, - editingReducer__closure56: function editingReducer__closure56() { - }, - editingReducer_closure140: function editingReducer_closure140() { - }, - editingReducer_closure141: function editingReducer_closure141() { + tabIndexReducer_closure28: function tabIndexReducer_closure28() { }, editingReducer_closure142: function editingReducer_closure142() { }, - selectedIdReducer_closure371: function selectedIdReducer_closure371() { + editingReducer__closure56: function editingReducer__closure56() { }, - selectedIdReducer_closure372: function selectedIdReducer_closure372() { + editingReducer_closure143: function editingReducer_closure143() { }, - selectedIdReducer_closure373: function selectedIdReducer_closure373() { + editingReducer_closure144: function editingReducer_closure144() { }, - selectedIdReducer_closure374: function selectedIdReducer_closure374() { + editingReducer_closure145: function editingReducer_closure145() { }, - selectedIdReducer_closure375: function selectedIdReducer_closure375() { + selectedIdReducer_closure386: function selectedIdReducer_closure386() { }, - selectedIdReducer_closure376: function selectedIdReducer_closure376() { + selectedIdReducer_closure387: function selectedIdReducer_closure387() { }, - selectedIdReducer_closure377: function selectedIdReducer_closure377() { + selectedIdReducer_closure388: function selectedIdReducer_closure388() { }, - selectedIdReducer_closure378: function selectedIdReducer_closure378() { + selectedIdReducer_closure389: function selectedIdReducer_closure389() { }, - selectedIdReducer_closure379: function selectedIdReducer_closure379() { + selectedIdReducer_closure390: function selectedIdReducer_closure390() { }, - selectedIdReducer_closure380: function selectedIdReducer_closure380() { + selectedIdReducer_closure391: function selectedIdReducer_closure391() { }, - selectedIdReducer_closure381: function selectedIdReducer_closure381() { + selectedIdReducer_closure392: function selectedIdReducer_closure392() { }, - selectedIdReducer_closure382: function selectedIdReducer_closure382() { + selectedIdReducer_closure393: function selectedIdReducer_closure393() { }, - selectedIdReducer_closure383: function selectedIdReducer_closure383() { + selectedIdReducer_closure394: function selectedIdReducer_closure394() { }, - selectedIdReducer_closure384: function selectedIdReducer_closure384() { + selectedIdReducer_closure395: function selectedIdReducer_closure395() { + }, + selectedIdReducer_closure396: function selectedIdReducer_closure396() { + }, + selectedIdReducer_closure397: function selectedIdReducer_closure397() { + }, + selectedIdReducer_closure398: function selectedIdReducer_closure398() { + }, + selectedIdReducer_closure399: function selectedIdReducer_closure399() { }, _viewClientList_closure0: function _viewClientList_closure0() { }, @@ -72385,15 +74372,15 @@ _sortProducts_closure: function _sortProducts_closure(t0) { this.action = t0; }, - _startListMultiselect_closure23: function _startListMultiselect_closure23() { + _startListMultiselect_closure24: function _startListMultiselect_closure24() { }, - _addToListMultiselect_closure23: function _addToListMultiselect_closure23(t0) { + _addToListMultiselect_closure24: function _addToListMultiselect_closure24(t0) { this.action = t0; }, - _removeFromListMultiselect_closure23: function _removeFromListMultiselect_closure23(t0) { + _removeFromListMultiselect_closure24: function _removeFromListMultiselect_closure24(t0) { this.action = t0; }, - _clearListMultiselect_closure23: function _clearListMultiselect_closure23() { + _clearListMultiselect_closure24: function _clearListMultiselect_closure24() { }, _archiveProductSuccess_closure: function _archiveProductSuccess_closure(t0) { this.action = t0; @@ -72552,107 +74539,121 @@ _ProductUIState_Object_EntityUIState: function _ProductUIState_Object_EntityUIState() { }, handleProjectAction(context, projects, action) { - var store, state, t2, project, projectIds, t3, t4, client, items, message, documentIds, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", - _box_0 = {}, + var store, t2, t3, project, projectIds, t4, t5, client, items, message, documentIds, _null = null, _s6_ = ":value", _box_0 = {}, t1 = J.getInterceptor$asx(projects); if (t1.get$isEmpty(projects)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = type$.legacy_ProjectEntity; - project = t2._as(t1.get$first(projects)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.legacy_ProjectEntity; + project = t3._as(t1.get$first(projects)); projectIds = t1.map$1$1(projects, new A.handleProjectAction_closure(), type$.legacy_String).toList$0(0); - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - client = t3._list[t4].clientState.$get$1(0, project.clientId); - t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t4 = t2.userCompanyStates; + t5 = t2.uiState.selectedCompanyIndex; + client = t4._list[t5].clientState.$get$1(0, project.clientId); + t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); switch (action) { case B.EntityAction_edit: A.editEntity(_null, project, true, _null); break; case B.EntityAction_newTask: - A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, state, _null).rebuild$1(new A.handleProjectAction_closure0(project)), false); + A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, t2, _null).rebuild$1(new A.handleProjectAction_closure0(project)), false); + break; + case B.EntityAction_newInvoice: + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(client, _null, _null, t2, _null, _null).rebuild$1(new A.handleProjectAction_closure1(project)), false); break; case B.EntityAction_invoiceProject: _box_0.lastClientId = ""; _box_0.hasMultipleClients = false; - t1.forEach$1(projects, new A.handleProjectAction_closure1(_box_0)); + t1.forEach$1(projects, new A.handleProjectAction_closure2(_box_0)); if (_box_0.hasMultipleClients) { - A.showErrorDialog(false, context, t4.get$multipleClientError()); + A.showErrorDialog(false, context, t5.get$multipleClientError()); return; } items = A._setArrayType([], type$.JSArray_legacy_InvoiceItemEntity); - t1.forEach$1(projects, new A.handleProjectAction_closure2(items, context)); - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(client, _null, _null, state, _null, _null).rebuild$1(new A.handleProjectAction_closure3(items, project)), false); + t1.forEach$1(projects, new A.handleProjectAction_closure3(items, context)); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(client, _null, _null, t2, _null, _null).rebuild$1(new A.handleProjectAction_closure4(items, project)), false); break; case B.EntityAction_newExpense: - A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(client, _null, _null, _null, state, _null, _null).rebuild$1(new A.handleProjectAction_closure4(project)), false); + A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(client, _null, _null, _null, t2, _null, _null).rebuild$1(new A.handleProjectAction_closure5(project)), false); break; case B.EntityAction_clone: A.createEntity(_null, _null, context, project.get$clone(project), false); break; case B.EntityAction_restore: if (projectIds.length > 1) { - t4.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "restored_projects"); + t5.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode), "restored_projects"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(projectIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(projectIds.length)); } else { - t4.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "restored_project"); + t5.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode), "restored_project"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreProjectRequest(t1, projectIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreProjectRequest(t1, projectIds)); break; case B.EntityAction_archive: if (projectIds.length > 1) { - t4.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "archived_projects"); + t5.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode), "archived_projects"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(projectIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(projectIds.length)); } else { - t4.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "archived_project"); + t5.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode), "archived_project"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveProjectRequest(t1, projectIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveProjectRequest(t1, projectIds)); break; case B.EntityAction_delete: if (projectIds.length > 1) { - t4.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "deleted_projects"); + t5.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode), "deleted_projects"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(projectIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(projectIds.length)); } else { - t4.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "deleted_project"); + t5.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode), "deleted_project"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteProjectRequest(t1, projectIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteProjectRequest(t1, projectIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.projectUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartProjectMultiselect()); + if (store.__Store__state_A.uiState.projectUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartProjectMultiselect()); + } if (t1.get$isEmpty(projects)) break; for (t1 = t1.get$iterator(projects); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.projectUIState.listUIState; + t3 = store.__Store__state_A.uiState.projectUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToProjectMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromProjectMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToProjectMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromProjectMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -72661,11 +74662,15 @@ case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); for (t1 = t1.get$iterator(projects); t1.moveNext$0();) - for (t3 = t2._as(t1.get$current(t1)).documents._list, t3 = new J.ArrayIterator(t3, t3.length, A._arrayInstanceType(t3)._eval$1("ArrayIterator<1>")); t3.moveNext$0();) - documentIds.push(t3.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t4.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t2 = t3._as(t1.get$current(t1)).documents._list, t2 = new J.ArrayIterator(t2, t2.length, A._arrayInstanceType(t2)._eval$1("ArrayIterator<1>")); t2.moveNext$0();) + documentIds.push(t2.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t5.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; + default: + A.print("## Error: action " + A.S(action) + " not handled in project_actions"); } }, ViewProjectList: function ViewProjectList() { @@ -72769,17 +74774,20 @@ this.project = t0; }, handleProjectAction_closure1: function handleProjectAction_closure1(t0) { - this._box_0 = t0; + this.project = t0; }, - handleProjectAction_closure2: function handleProjectAction_closure2(t0, t1) { - this.items = t0; - this.context = t1; + handleProjectAction_closure2: function handleProjectAction_closure2(t0) { + this._box_0 = t0; }, handleProjectAction_closure3: function handleProjectAction_closure3(t0, t1) { + this.items = t0; + this.context = t1; + }, + handleProjectAction_closure4: function handleProjectAction_closure4(t0, t1) { this.items = t0; this.project = t1; }, - handleProjectAction_closure4: function handleProjectAction_closure4(t0) { + handleProjectAction_closure5: function handleProjectAction_closure5(t0) { this.project = t0; }, StartProjectMultiselect: function StartProjectMultiselect() { @@ -72936,13 +74944,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._project_state$_$v = state; new A.projectUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing9(project, dynamicAction) { + _clearEditing10(project, dynamicAction) { var _null = null; return A.ProjectEntity_ProjectEntity(_null, _null, _null, _null); }, - _updateEditing10(project, action) { + _updateEditing11(project, action) { return action.get$project(); }, _viewProjectList0(projectListState, action) { @@ -72994,16 +75002,16 @@ _sortProjects(projectListState, action) { return projectListState.rebuild$1(new A._sortProjects_closure(action)); }, - _startListMultiselect11(projectListState, action) { + _startListMultiselect12(projectListState, action) { return projectListState.rebuild$1(new A._startListMultiselect_closure1()); }, - _addToListMultiselect11(projectListState, action) { + _addToListMultiselect12(projectListState, action) { return projectListState.rebuild$1(new A._addToListMultiselect_closure1(action)); }, - _removeFromListMultiselect11(projectListState, action) { + _removeFromListMultiselect12(projectListState, action) { return projectListState.rebuild$1(new A._removeFromListMultiselect_closure1(action)); }, - _clearListMultiselect11(projectListState, action) { + _clearListMultiselect12(projectListState, action) { return projectListState.rebuild$1(new A._clearListMultiselect_closure1()); }, _archiveProjectSuccess(projectState, action) { @@ -73027,7 +75035,7 @@ _setLoadedProjects(projectState, action) { return projectState.loadProjects$1(action.projects); }, - _setLoadedCompany10(projectState, action) { + _setLoadedCompany11(projectState, action) { return projectState.loadProjects$1(action.userCompany.company.projects); }, projectUIReducer_closure: function projectUIReducer_closure(t0, t1) { @@ -73166,16 +75174,17 @@ this.action = t0; }, convertProjectToInvoiceItem(context, project) { - var expenses, hasShownNotes, i, item, notes, t3, + var tasks, t2, expenses, hasShownNotes, i, item, notes, t3, items = A._setArrayType([], type$.JSArray_legacy_InvoiceItemEntity), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - tasks = A._setArrayType([], type$.JSArray_legacy_TaskEntity), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t1[t2].taskState.map._map$_map.forEach$1(0, new A.convertProjectToInvoiceItem_closure(project, tasks)); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + tasks = A._setArrayType([], type$.JSArray_legacy_TaskEntity); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t2[t1].taskState.map._map$_map.forEach$1(0, new A.convertProjectToInvoiceItem_closure(project, tasks)); expenses = A._setArrayType([], type$.JSArray_legacy_ExpenseEntity); - t1[t2].expenseState.map._map$_map.forEach$1(0, new A.convertProjectToInvoiceItem_closure0(project, expenses)); + t2[t1].expenseState.map._map$_map.forEach$1(0, new A.convertProjectToInvoiceItem_closure0(project, expenses)); B.JSArray_methods.sort$1(tasks, new A.convertProjectToInvoiceItem_closure1()); B.JSArray_methods.sort$1(expenses, new A.convertProjectToInvoiceItem_closure2()); for (hasShownNotes = false, i = 0; i < expenses.length; ++i) { @@ -73194,7 +75203,7 @@ t2.get$_invoice_model$_$this()._productCost = 0; t2._invoice_model$_$v = item; new A.convertProjectToInvoiceItem_closure3(t1).call$1(t2); - item = t2.build$0(0); + item = t2.build$0(); } items.push(item); } @@ -73210,7 +75219,7 @@ t3.get$_invoice_model$_$this()._productCost = 0; t3._invoice_model$_$v = item; new A.convertProjectToInvoiceItem_closure4(t2).call$1(t3); - item = t3.build$0(0); + item = t3.build$0(); } items.push(item); } @@ -73360,7 +75369,7 @@ _ProjectUIState_Object_EntityUIState: function _ProjectUIState_Object_EntityUIState() { }, handlePurchaseOrderAction(context, purchaseOrders, action) { - var store, state, t1, purchaseOrder, t2, purchaseOrderIds, _i, t3, designId, _null = null, _s6_ = "_state", + var store, t1, t2, purchaseOrder, t3, purchaseOrderIds, _i, t4, designId, _null = null, _s23_ = "restored_purchase_order", _s2_ = "en", _s23_0 = "archived_purchase_order", @@ -73375,157 +75384,168 @@ _s25_ = "cancelled_purchase_orders", _s23_1 = "accepted_purchase_order", _s24_0 = "accepted_purchase_orders", - _s12_ = "_dispatchers", _s20_0 = "vendor_email_not_set", _s26_ = "bulk_email_purchase_orders", _box_0 = {}; if (purchaseOrders.length === 0) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); purchaseOrder = type$.legacy_InvoiceEntity._as(B.JSArray_methods.get$first(purchaseOrders)); - t2 = A._arrayInstanceType(purchaseOrders)._eval$1("MappedListIterable<1,String*>"); - purchaseOrderIds = A.List_List$of(new A.MappedListIterable(purchaseOrders, new A.handlePurchaseOrderAction_closure(), t2), true, t2._eval$1("ListIterable.E")); + t3 = A._arrayInstanceType(purchaseOrders)._eval$1("MappedListIterable<1,String*>"); + purchaseOrderIds = A.List_List$of(new A.MappedListIterable(purchaseOrders, new A.handlePurchaseOrderAction_closure(), t3), true, t3._eval$1("ListIterable.E")); switch (action) { case B.EntityAction_edit: A.editEntity(_null, purchaseOrder, true, _null); break; case B.EntityAction_viewPdf: - store.get$_dispatchers()[0].call$1(new A.ShowPdfPurchaseOrder(purchaseOrder, context, _null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfPurchaseOrder(purchaseOrder, context, _null)); break; case B.EntityAction_restore: - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s23_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s23_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s23_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s23_) : t2; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestorePurchaseOrdersRequest(t1, purchaseOrderIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestorePurchaseOrdersRequest(t1, purchaseOrderIds)); break; case B.EntityAction_archive: - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s23_0); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s23_0); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s23_0); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s23_0) : t2; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchivePurchaseOrdersRequest(t1, purchaseOrderIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchivePurchaseOrdersRequest(t1, purchaseOrderIds)); break; case B.EntityAction_delete: - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s22_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s22_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s22_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s22_) : t2; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeletePurchaseOrdersRequest(t1, purchaseOrderIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeletePurchaseOrdersRequest(t1, purchaseOrderIds)); break; case B.EntityAction_addToInventory: if (purchaseOrders.length === 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s33_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s33_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s33_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s33_) : t2; } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s34_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s34_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s34_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s34_) : t2; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.AddPurchaseOrdersToInventoryRequest(t1, purchaseOrderIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddPurchaseOrdersToInventoryRequest(t1, purchaseOrderIds)); break; case B.EntityAction_convertToExpense: if (purchaseOrders.length === 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s20_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s20_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s20_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s20_) : t2; } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s21_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s21_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s21_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s21_) : t2; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ConvertPurchaseOrdersToExpensesRequest(t1, purchaseOrderIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ConvertPurchaseOrdersToExpensesRequest(t1, purchaseOrderIds)); break; case B.EntityAction_viewExpense: A.viewEntityById(false, purchaseOrder.expenseId, B.EntityType_expense, _null, false, true); break; case B.EntityAction_markSent: if (purchaseOrders.length === 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s29_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s29_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s29_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s29_) : t2; } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s30_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s30_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s30_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s30_) : t2; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.MarkPurchaseOrdersSentRequest(t1, purchaseOrderIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MarkPurchaseOrdersSentRequest(t1, purchaseOrderIds)); break; case B.EntityAction_cancelInvoice: if (purchaseOrders.length === 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s24_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s24_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s24_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s24_) : t2; } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s25_); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s25_); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s25_); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s25_) : t2; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.CancelPurchaseOrdersRequest(purchaseOrderIds, t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.CancelPurchaseOrdersRequest(purchaseOrderIds, t1)); break; case B.EntityAction_accept: if (purchaseOrders.length === 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s23_1); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s23_1); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s23_1); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s23_1) : t2; } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s24_0); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, _s2_), _s24_0); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s24_0); + t1 = t2 == null ? J.$index$asx(t1.$index(0, _s2_), _s24_0) : t2; } t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.AcceptPurchaseOrdersRequest(purchaseOrderIds, t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AcceptPurchaseOrdersRequest(purchaseOrderIds, t1)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.purchaseOrderUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartPurchaseOrderMultiselect()); + if (store.__Store__state_A.uiState.purchaseOrderUIState.listUIState.selectedIds == null) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPurchaseOrderMultiselect()); + } t1 = purchaseOrders.length; if (t1 === 0) break; for (_i = 0; _i < purchaseOrders.length; purchaseOrders.length === t1 || (0, A.throwConcurrentModificationError)(purchaseOrders), ++_i) { purchaseOrder = purchaseOrders[_i]; - t2 = A._lateReadCheck(store.__Store__state, _s6_).uiState.purchaseOrderUIState.listUIState; + t2 = store.__Store__state_A.uiState.purchaseOrderUIState.listUIState; t3 = J.get$id$x(purchaseOrder); t2 = t2.selectedIds; t2 = t2 != null && B.JSArray_methods.contains$1(t2._list, t3); - t3 = store.__Store__dispatchers; - if (!t2) - J.$index$asx(A._lateReadCheck(t3, _s12_), 0).call$1(new A.AddToPurchaseOrderMultiselect(purchaseOrder)); - else - J.$index$asx(A._lateReadCheck(t3, _s12_), 0).call$1(new A.RemoveFromPurchaseOrderMultiselect(purchaseOrder)); + t3 = store.__Store__dispatchers_F; + if (!t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddToPurchaseOrderMultiselect(purchaseOrder)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.RemoveFromPurchaseOrderMultiselect(purchaseOrder)); + } } break; case B.EntityAction_vendorPortal: @@ -73535,56 +75555,60 @@ case B.EntityAction_sendEmail: case B.EntityAction_bulkSendEmail: _box_0.emailValid = true; - B.JSArray_methods.forEach$1(purchaseOrders, new A.handlePurchaseOrderAction_closure0(_box_0, state)); + B.JSArray_methods.forEach$1(purchaseOrders, new A.handlePurchaseOrderAction_closure0(_box_0, t1)); if (!_box_0.emailValid) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = J.$index$asx(t2.$index(0, t1.localeCode), _s20_0); - t2 = t3 == null ? J.$index$asx(t2.$index(0, _s2_), _s20_0) : t3; - A.showMessageDialog(context, t2, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$editVendor().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.handlePurchaseOrderAction_closure1(context, state, purchaseOrder), _null)], type$.JSArray_legacy_TextButton)); + t2.toString; + t3 = $.$get$LocalizationsProvider__localizedValues(); + t4 = J.$index$asx(t3.$index(0, t2.localeCode), _s20_0); + t3 = t4 == null ? J.$index$asx(t3.$index(0, _s2_), _s20_0) : t4; + A.showMessageDialog(context, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t2.get$editVendor().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.handlePurchaseOrderAction_closure1(context, t1, purchaseOrder), _null)], type$.JSArray_legacy_TextButton)); return; } if (action === B.EntityAction_sendEmail) { - t1 = A.snackBarCompleter(context, t1.get$emailedPurchaseOrder(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ShowEmailPurchaseOrder(purchaseOrder, context, t1)); + t1 = A.snackBarCompleter(context, t2.get$emailedPurchaseOrder(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ShowEmailPurchaseOrder(purchaseOrder, context, t1)); } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = J.$index$asx(t2.$index(0, t1.localeCode), _s26_); - t2 = t3 == null ? J.$index$asx(t2.$index(0, _s2_), _s26_) : t3; - A.confirmCallback(false, new A.handlePurchaseOrderAction_closure2(store, context, purchaseOrderIds, t1), context, t2, false, _null); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t3 = J.$index$asx(t1.$index(0, t2.localeCode), _s26_); + t1 = t3 == null ? J.$index$asx(t1.$index(0, _s2_), _s26_) : t3; + A.confirmCallback(false, new A.handlePurchaseOrderAction_closure2(store, context, purchaseOrderIds, t2), context, t1, false, _null); } break; case B.EntityAction_cloneToQuote: - designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_purchaseOrder, state); - A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure3(designId)).recreateInvitations$1(state), false); + designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_purchaseOrder, t1); + A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure3(designId)).recreateInvitations$1(t1), false); break; case B.EntityAction_cloneToOther: A.cloneToDialog(context, purchaseOrder); break; case B.EntityAction_cloneToInvoice: - designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_invoice, state); - A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure4(designId)).recreateInvitations$1(state), false); + designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_invoice, t1); + A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure4(designId)).recreateInvitations$1(t1), false); break; case B.EntityAction_clone: case B.EntityAction_cloneToPurchaseOrder: A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder), false); break; case B.EntityAction_cloneToCredit: - designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_credit, state); - A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure5(designId)).recreateInvitations$1(state), false); + designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_credit, t1); + A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure5(designId)).recreateInvitations$1(t1), false); break; case B.EntityAction_cloneToRecurring: - designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_invoice, state); - A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure6(designId)).recreateInvitations$1(state), false); + designId = A.getDesignIdForClientByEntity(purchaseOrder.clientId, B.EntityType_invoice, t1); + A.createEntity(_null, _null, context, purchaseOrder.get$clone(purchaseOrder).rebuild$1(new A.handlePurchaseOrderAction_closure6(designId)).recreateInvitations$1(t1), false); break; case B.EntityAction_download: t1 = purchaseOrder.invitations._list; A.launchUrl(A.Uri_parse(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "/download?t=" + Date.now(), 0, _null)); break; case B.EntityAction_bulkDownload: - t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadPurchaseOrdersRequest(t1, purchaseOrderIds)); + t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadPurchaseOrdersRequest(t1, purchaseOrderIds)); break; case B.EntityAction_more: A.showEntityActionsDialog(_null, A._setArrayType([purchaseOrder], type$.JSArray_legacy_BaseEntity), false); @@ -74138,13 +76162,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._purchase_order_state$_$v = state; new A.purchaseOrderUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing10(purchaseOrder, action) { + _clearEditing11(purchaseOrder, action) { var _null = null; return A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null); }, - _updateEditing11(purchaseOrder, action) { + _updateEditing12(purchaseOrder, action) { return action.get$purchaseOrder(); }, _addPurchaseOrderItem(purchaseOrder, action) { @@ -74220,16 +76244,16 @@ _sortPurchaseOrders(purchaseOrderListState, action) { return purchaseOrderListState.rebuild$1(new A._sortPurchaseOrders_closure(action)); }, - _startListMultiselect12(purchaseOrderListState, action) { + _startListMultiselect13(purchaseOrderListState, action) { return purchaseOrderListState.rebuild$1(new A._startListMultiselect_closure20()); }, - _addToListMultiselect12(purchaseOrderListState, action) { + _addToListMultiselect13(purchaseOrderListState, action) { return purchaseOrderListState.rebuild$1(new A._addToListMultiselect_closure20(action)); }, - _removeFromListMultiselect12(purchaseOrderListState, action) { + _removeFromListMultiselect13(purchaseOrderListState, action) { return purchaseOrderListState.rebuild$1(new A._removeFromListMultiselect_closure20(action)); }, - _clearListMultiselect12(purchaseOrderListState, action) { + _clearListMultiselect13(purchaseOrderListState, action) { return purchaseOrderListState.rebuild$1(new A._clearListMultiselect_closure20()); }, _markSentPurchaseOrderSuccess(purchaseOrderState, action) { @@ -74271,7 +76295,7 @@ _setLoadedPurchaseOrders(purchaseOrderState, action) { return purchaseOrderState.loadPurchaseOrders$1(action.purchaseOrders); }, - _setLoadedCompany11(purchaseOrderState, action) { + _setLoadedCompany12(purchaseOrderState, action) { return purchaseOrderState.loadPurchaseOrders$1(action.userCompany.company.purchaseOrders); }, purchaseOrderUIReducer_closure: function purchaseOrderUIReducer_closure(t0, t1) { @@ -74641,7 +76665,7 @@ handleQuoteAction$body(context, quotes, action) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, message, designId, t4, response, documentIds, _box_0, store, state, t1, t2, t3, quote, quoteIds; + $async$returnValue, t2, t3, t4, quote, quoteIds, message, designId, response, documentIds, _box_0, store, t1; var $async$handleQuoteAction = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -74651,12 +76675,13 @@ // Function start _box_0 = {}; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = J.getInterceptor$ax(quotes); - t3 = type$.legacy_InvoiceEntity; - quote = t3._as(t2.get$first(quotes)); - quoteIds = t2.map$1$1(quotes, new A.handleQuoteAction_closure(), type$.legacy_String).toList$0(0); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = J.getInterceptor$ax(quotes); + t4 = type$.legacy_InvoiceEntity; + quote = t4._as(t3.get$first(quotes)); + quoteIds = t3.map$1$1(quotes, new A.handleQuoteAction_closure(), type$.legacy_String).toList$0(0); case 3: // switch switch (action) { @@ -74778,7 +76803,9 @@ break; case 6: // case - store.get$_dispatchers()[0].call$1(new A.ShowPdfQuote(quote, context, null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfQuote(quote, context, null)); // goto after switch $async$goto = 4; break; @@ -74791,34 +76818,39 @@ break; case 8: // case - t1 = A.snackBarCompleter(context, t1.get$convertedQuote(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ConvertQuotesToInvoices(quoteIds, t1)); + t1 = A.snackBarCompleter(context, t2.get$convertedQuote(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ConvertQuotesToInvoices(quoteIds, t1)); // goto after switch $async$goto = 4; break; case 9: // case - t1 = A.snackBarCompleter(context, t1.get$convertedQuote(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ConvertQuotesToProjects(quoteIds, t1)); + t1 = A.snackBarCompleter(context, t2.get$convertedQuote(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ConvertQuotesToProjects(quoteIds, t1)); // goto after switch $async$goto = 4; break; case 10: // case if (quoteIds.length > 1) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), "approved_quotes"); - if (t1 == null) - t1 = J.$index$asx(t2.$index(0, "en"), "approved_quotes"); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t1.$index(0, t2.localeCode), "approved_quotes"); + t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), "approved_quotes") : t2; message = J.replaceFirst$2$s(t1, ":value", B.JSInt_methods.toString$0(quoteIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "approve_quote"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "approve_quote"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ApproveQuotes(quoteIds, t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ApproveQuotes(quoteIds, t1)); // goto after switch $async$goto = 4; break; @@ -74830,12 +76862,14 @@ break; case 12: // case - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "marked_quote_as_sent"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "marked_quote_as_sent"); if (t1 == null) t1 = ""; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.MarkSentQuotesRequest(t1, quoteIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MarkSentQuotesRequest(t1, quoteIds)); // goto after switch $async$goto = 4; break; @@ -74844,29 +76878,31 @@ case 14: // case _box_0.emailValid = true; - t2.forEach$1(quotes, new A.handleQuoteAction_closure0(_box_0, state)); + t3.forEach$1(quotes, new A.handleQuoteAction_closure0(_box_0, t1)); if (!_box_0.emailValid) { - A.showMessageDialog(context, t1.get$clientEmailNotSet(), null, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$editClient().toUpperCase(), null, null, null, null, null, null, null, null, null), null, new A.handleQuoteAction_closure1(context, state, quote), null)], type$.JSArray_legacy_TextButton)); + A.showMessageDialog(context, t2.get$clientEmailNotSet(), null, A._setArrayType([A.TextButton$(false, A.Text$(t2.get$editClient().toUpperCase(), null, null, null, null, null, null, null, null, null), null, null, new A.handleQuoteAction_closure1(context, t1, quote), null)], type$.JSArray_legacy_TextButton)); // goto return $async$goto = 1; break; } if (action === B.EntityAction_sendEmail) { - t1 = A.snackBarCompleter(context, t1.get$emailedQuote(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ShowEmailQuote(quote, context, t1)); + t1 = A.snackBarCompleter(context, t2.get$emailedQuote(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ShowEmailQuote(quote, context, t1)); } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = J.$index$asx(t2.$index(0, t1.localeCode), "bulk_email_quotes"); - t2 = t3 == null ? J.$index$asx(t2.$index(0, "en"), "bulk_email_quotes") : t3; - A.confirmCallback(false, new A.handleQuoteAction_closure2(store, context, quoteIds, t1), context, t2, false, null); + t2.toString; + t1 = $.$get$LocalizationsProvider__localizedValues(); + t3 = J.$index$asx(t1.$index(0, t2.localeCode), "bulk_email_quotes"); + t1 = t3 == null ? J.$index$asx(t1.$index(0, "en"), "bulk_email_quotes") : t3; + A.confirmCallback(false, new A.handleQuoteAction_closure2(store, context, quoteIds, t2), context, t1, false, null); } // goto after switch $async$goto = 4; break; case 15: // case - designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, state, quote.vendorId); + designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, t1, quote.vendorId); A.createEntity(null, null, context, quote.get$clone(quote).rebuild$1(new A.handleQuoteAction_closure3(designId)), false); // goto after switch $async$goto = 4; @@ -74879,7 +76915,7 @@ break; case 17: // case - designId = A.getDesignIdForClientByEntity(quote.clientId, B.EntityType_invoice, state); + designId = A.getDesignIdForClientByEntity(quote.clientId, B.EntityType_invoice, t1); A.createEntity(null, null, context, quote.get$clone(quote).rebuild$1(new A.handleQuoteAction_closure4(designId)), false); // goto after switch $async$goto = 4; @@ -74894,14 +76930,14 @@ break; case 20: // case - designId = A.getDesignIdForClientByEntity(quote.clientId, B.EntityType_credit, state); + designId = A.getDesignIdForClientByEntity(quote.clientId, B.EntityType_credit, t1); A.createEntity(null, null, context, quote.get$clone(quote).rebuild$1(new A.handleQuoteAction_closure5(designId)), false); // goto after switch $async$goto = 4; break; case 21: // case - designId = A.getDesignIdForClientByEntity(quote.clientId, B.EntityType_invoice, state); + designId = A.getDesignIdForClientByEntity(quote.clientId, B.EntityType_invoice, t1); A.createEntity(null, null, context, quote.get$clone(quote).rebuild$1(new A.handleQuoteAction_closure6(designId)), false); // goto after switch $async$goto = 4; @@ -74915,80 +76951,94 @@ break; case 23: // case - t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadQuotesRequest(t1, quoteIds)); + t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadQuotesRequest(t1, quoteIds)); // goto after switch $async$goto = 4; break; case 24: // case if (quoteIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "restored_quotes"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_quotes"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(quoteIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "restored_quote"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_quote"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreQuotesRequest(t1, quoteIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreQuotesRequest(t1, quoteIds)); // goto after switch $async$goto = 4; break; case 25: // case if (quoteIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "archived_quotes"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_quotes"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(quoteIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "archived_quote"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_quote"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveQuotesRequest(t1, quoteIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveQuotesRequest(t1, quoteIds)); // goto after switch $async$goto = 4; break; case 26: // case if (quoteIds.length > 1) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "deleted_quotes"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_quotes"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(quoteIds.length)); } else { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "deleted_quote"); + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_quote"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteQuotesRequest(t1, quoteIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteQuotesRequest(t1, quoteIds)); // goto after switch $async$goto = 4; break; case 27: // case - if (A._lateReadCheck(store.__Store__state, "_state").uiState.quoteUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartQuoteMultiselect()); - for (t1 = t2.get$iterator(quotes); t1.moveNext$0();) { + if (store.__Store__state_A.uiState.quoteUIState.listUIState.selectedIds == null) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartQuoteMultiselect()); + } + for (t1 = t3.get$iterator(quotes); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.quoteUIState.listUIState; + t3 = store.__Store__state_A.uiState.quoteUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.AddToQuoteMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.RemoveFromQuoteMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToQuoteMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromQuoteMultiselect(t2)); + } } // goto after switch $async$goto = 4; @@ -74997,13 +77047,15 @@ // case t1 = B.JSArray_methods.get$first(quote.invitations._list).link; t2 = Date.now(); - store.get$_dispatchers()[0].call$1(new A.StartSaving()); + t3 = store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.StartSaving()); $async$goto = 32; return A._asyncAwait(new A.WebClient().$get$3$rawResponse(0, t1 + "/download?t=" + t2, "", true), $async$handleQuoteAction); case 32: // returning from await. response = $async$result; - store.get$_dispatchers()[0].call$1(new A.StopSaving()); + t3[0].call$1(new A.StopSaving()); $async$goto = 33; return A._asyncAwait(A.Printing_layoutPdf(true, B.PdfPageFormat_gg4, "Document", new A.handleQuoteAction_closure7(response), false), $async$handleQuoteAction); case 33: @@ -75020,11 +77072,13 @@ case 30: // case documentIds = A._setArrayType([], type$.JSArray_legacy_String); - for (t2 = t2.get$iterator(quotes); t2.moveNext$0();) - for (t4 = t3._as(t2.get$current(t2)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t1 = t3.get$iterator(quotes); t1.moveNext$0();) + for (t3 = t4._as(t1.get$current(t1)).documents._list, t3 = new J.ArrayIterator(t3, t3.length, A._arrayInstanceType(t3)._eval$1("ArrayIterator<1>")); t3.moveNext$0();) + documentIds.push(t3.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); // goto after switch $async$goto = 4; break; @@ -75548,13 +77602,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._quote_state$_$v = state; new A.quoteUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing11(quote, action) { + _clearEditing12(quote, action) { var _null = null; return A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null); }, - _updateEditing12(quote, action) { + _updateEditing13(quote, action) { return action.get$quote(); }, _addQuoteItem(quote, action) { @@ -75630,16 +77684,16 @@ _sortQuotes(quoteListState, action) { return quoteListState.rebuild$1(new A._sortQuotes_closure(action)); }, - _startListMultiselect13(quoteListState, action) { + _startListMultiselect14(quoteListState, action) { return quoteListState.rebuild$1(new A._startListMultiselect_closure()); }, - _addToListMultiselect13(quoteListState, action) { + _addToListMultiselect14(quoteListState, action) { return quoteListState.rebuild$1(new A._addToListMultiselect_closure(action)); }, - _removeFromListMultiselect13(quoteListState, action) { + _removeFromListMultiselect14(quoteListState, action) { return quoteListState.rebuild$1(new A._removeFromListMultiselect_closure(action)); }, - _clearListMultiselect13(quoteListState, action) { + _clearListMultiselect14(quoteListState, action) { return quoteListState.rebuild$1(new A._clearListMultiselect_closure()); }, _markSentQuoteSuccess(quoteState, action) { @@ -75672,7 +77726,7 @@ _setLoadedQuotes(quoteState, action) { return quoteState.loadQuotes$1(action.quotes); }, - _setLoadedCompany12(quoteState, action) { + _setLoadedCompany13(quoteState, action) { return quoteState.loadQuotes$1(action.userCompany.company.quotes); }, quoteUIReducer_closure: function quoteUIReducer_closure(t0, t1) { @@ -76043,8 +78097,7 @@ var store, t1, t2, recurringExpense, t3, recurringExpenseIds, _i, documentIds, t4, _null = null, _s26_ = "restored_recurring_expense", _s26_0 = "archived_recurring_expense", - _s25_ = "deleted_recurring_expense", - _s12_ = "_dispatchers"; + _s25_ = "deleted_recurring_expense"; if (recurringExpenses.length === 0) return; store = A.StoreProvider_of(context, type$.legacy_AppState); @@ -76064,7 +78117,9 @@ if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s26_); t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreRecurringExpensesRequest(t1, recurringExpenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreRecurringExpensesRequest(t1, recurringExpenseIds)); break; case B.EntityAction_archive: t1.toString; @@ -76073,7 +78128,9 @@ if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s26_0); t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringExpensesRequest(t1, recurringExpenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveRecurringExpensesRequest(t1, recurringExpenseIds)); break; case B.EntityAction_delete: t1.toString; @@ -76082,17 +78139,23 @@ if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s25_); t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteRecurringExpensesRequest(t1, recurringExpenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteRecurringExpensesRequest(t1, recurringExpenseIds)); break; case B.EntityAction_start: t2 = recurringExpense.lastSentDate; t1 = t2.length === 0 ? t1.get$startedRecurringInvoice() : t1.get$resumedRecurringInvoice(); t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.StartRecurringExpensesRequest(t1, recurringExpenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartRecurringExpensesRequest(t1, recurringExpenseIds)); break; case B.EntityAction_stop: t1 = A.snackBarCompleter(context, t1.get$stoppedRecurringInvoice(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.StopRecurringExpensesRequest(t1, recurringExpenseIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StopRecurringExpensesRequest(t1, recurringExpenseIds)); break; case B.EntityAction_cloneToExpense: A.createEntity(_null, _null, context, recurringExpense.get$clone(recurringExpense).rebuild$1(new A.handleRecurringExpenseAction_closure0()), false); @@ -76102,22 +78165,30 @@ A.createEntity(_null, _null, context, recurringExpense.get$clone(recurringExpense).rebuild$1(new A.handleRecurringExpenseAction_closure1()), false); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.recurringExpenseUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartRecurringExpenseMultiselect()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.uiState.recurringExpenseUIState.listUIState.selectedIds == null) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringExpenseMultiselect()); + } t1 = recurringExpenses.length; if (t1 === 0) break; for (_i = 0; _i < recurringExpenses.length; recurringExpenses.length === t1 || (0, A.throwConcurrentModificationError)(recurringExpenses), ++_i) { recurringExpense = recurringExpenses[_i]; - t2 = A._lateReadCheck(store.__Store__state, "_state").uiState.recurringExpenseUIState.listUIState; + t2 = store.__Store__state_A.uiState.recurringExpenseUIState.listUIState; t3 = J.get$id$x(recurringExpense); t2 = t2.selectedIds; t2 = t2 != null && B.JSArray_methods.contains$1(t2._list, t3); - t3 = store.__Store__dispatchers; - if (!t2) - J.$index$asx(A._lateReadCheck(t3, _s12_), 0).call$1(new A.AddToRecurringExpenseMultiselect(recurringExpense)); - else - J.$index$asx(A._lateReadCheck(t3, _s12_), 0).call$1(new A.RemoveFromRecurringExpenseMultiselect(recurringExpense)); + t3 = store.__Store__dispatchers_F; + if (!t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddToRecurringExpenseMultiselect(recurringExpense)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.RemoveFromRecurringExpenseMultiselect(recurringExpense)); + } } break; case B.EntityAction_more: @@ -76129,7 +78200,9 @@ for (t4 = t2._as(recurringExpenses[_i]).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) documentIds.push(t4.__interceptors$_current.id); t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in recurring_expense_actions"); @@ -76436,13 +78509,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._recurring_expense_state$_$v = state; new A.recurringExpenseUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing12(recurringExpense, action) { + _clearEditing13(recurringExpense, action) { var _null = null; return A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, _null, _null, _null); }, - _updateEditing13(recurringExpense, action) { + _updateEditing14(recurringExpense, action) { return action.get$recurringExpense(); }, _viewRecurringExpenseList0(recurringExpenseListState, action) { @@ -76478,16 +78551,16 @@ _sortRecurringExpenses(recurringExpenseListState, action) { return recurringExpenseListState.rebuild$1(new A._sortRecurringExpenses_closure(action)); }, - _startListMultiselect14(productListState, action) { + _startListMultiselect15(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure19()); }, - _addToListMultiselect14(productListState, action) { + _addToListMultiselect15(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure19(action)); }, - _removeFromListMultiselect14(productListState, action) { + _removeFromListMultiselect15(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure19(action)); }, - _clearListMultiselect14(productListState, action) { + _clearListMultiselect15(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure19()); }, _archiveRecurringExpenseSuccess(recurringExpenseState, action) { @@ -76517,7 +78590,7 @@ _setLoadedRecurringExpenses(recurringExpenseState, action) { return recurringExpenseState.loadRecurringExpenses$1(action.recurringExpenses); }, - _setLoadedCompany13(recurringExpenseState, action) { + _setLoadedCompany14(recurringExpenseState, action) { return recurringExpenseState.loadRecurringExpenses$1(action.userCompany.company.recurringExpenses); }, recurringExpenseUIReducer_closure: function recurringExpenseUIReducer_closure(t0, t1) { @@ -76801,7 +78874,7 @@ handleRecurringInvoiceAction(context, recurringInvoices, action) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, store, state, t2, t3, recurringInvoice, recurringInvoiceIds, designId, message, t4, documentIds, t1; + $async$returnValue, store, t2, t3, t4, recurringInvoice, recurringInvoiceIds, designId, message, documentIds, t1; var $async$handleRecurringInvoiceAction = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -76816,24 +78889,27 @@ break; } store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t3 = type$.legacy_InvoiceEntity; - recurringInvoice = t3._as(t1.get$first(recurringInvoices)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t4 = type$.legacy_InvoiceEntity; + recurringInvoice = t4._as(t1.get$first(recurringInvoices)); recurringInvoiceIds = t1.map$1$1(recurringInvoices, new A.handleRecurringInvoiceAction_closure(), type$.legacy_String).toList$0(0); switch (action) { case B.EntityAction_edit: A.editEntity(null, recurringInvoice, true, null); break; case B.EntityAction_viewPdf: - store.get$_dispatchers()[0].call$1(new A.ShowPdfRecurringInvoice(recurringInvoice, context, null)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfRecurringInvoice(recurringInvoice, context, null)); break; case B.EntityAction_clientPortal: t1 = recurringInvoice.invitations._list; A.launchUrl(A.Uri_parse(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true", 0, null)); break; case B.EntityAction_cloneToPurchaseOrder: - designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, state, recurringInvoice.vendorId); + designId = A.getDesignIdForVendorByEntity(B.EntityType_purchaseOrder, t2, recurringInvoice.vendorId); A.createEntity(null, null, context, recurringInvoice.get$clone(recurringInvoice).rebuild$1(new A.handleRecurringInvoiceAction_closure0(designId)), false); break; case B.EntityAction_cloneToOther: @@ -76847,84 +78923,100 @@ A.createEntity(null, null, context, recurringInvoice.get$clone(recurringInvoice).rebuild$1(new A.handleRecurringInvoiceAction_closure1()), false); break; case B.EntityAction_cloneToQuote: - designId = A.getDesignIdForClientByEntity(recurringInvoice.clientId, B.EntityType_invoice, state); + designId = A.getDesignIdForClientByEntity(recurringInvoice.clientId, B.EntityType_invoice, t2); A.createEntity(null, null, context, recurringInvoice.get$clone(recurringInvoice).rebuild$1(new A.handleRecurringInvoiceAction_closure2(designId)), false); break; case B.EntityAction_cloneToCredit: - designId = A.getDesignIdForClientByEntity(recurringInvoice.clientId, B.EntityType_credit, state); + designId = A.getDesignIdForClientByEntity(recurringInvoice.clientId, B.EntityType_credit, t2); A.createEntity(null, null, context, recurringInvoice.get$clone(recurringInvoice).rebuild$1(new A.handleRecurringInvoiceAction_closure3(designId)), false); break; case B.EntityAction_start: t1 = recurringInvoice.lastSentDate; - t1 = t1.length === 0 ? t2.get$startedRecurringInvoice() : t2.get$resumedRecurringInvoice(); + t1 = t1.length === 0 ? t3.get$startedRecurringInvoice() : t3.get$resumedRecurringInvoice(); t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.StartRecurringInvoicesRequest(t1, recurringInvoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartRecurringInvoicesRequest(t1, recurringInvoiceIds)); break; case B.EntityAction_stop: - t1 = A.snackBarCompleter(context, t2.get$stoppedRecurringInvoice(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.StopRecurringInvoicesRequest(t1, recurringInvoiceIds)); + t1 = A.snackBarCompleter(context, t3.get$stoppedRecurringInvoice(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StopRecurringInvoicesRequest(t1, recurringInvoiceIds)); break; case B.EntityAction_restore: if (recurringInvoiceIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_recurring_invoices"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_recurring_invoices"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(recurringInvoiceIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_recurring_invoice"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_recurring_invoice"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreRecurringInvoicesRequest(t1, recurringInvoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreRecurringInvoicesRequest(t1, recurringInvoiceIds)); break; case B.EntityAction_archive: if (recurringInvoiceIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_recurring_invoices"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_recurring_invoices"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(recurringInvoiceIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_recurring_invoice"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_recurring_invoice"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringInvoicesRequest(t1, recurringInvoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveRecurringInvoicesRequest(t1, recurringInvoiceIds)); break; case B.EntityAction_delete: if (recurringInvoiceIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_recurring_invoices"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_recurring_invoices"); if (t1 == null) t1 = ""; message = B.JSString_methods.replaceFirst$2(t1, ":value", B.JSInt_methods.toString$0(recurringInvoiceIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_recurring_invoice"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_recurring_invoice"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoicesRequest(t1, recurringInvoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteRecurringInvoicesRequest(t1, recurringInvoiceIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.recurringInvoiceUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartRecurringInvoiceMultiselect()); + if (store.__Store__state_A.uiState.recurringInvoiceUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartRecurringInvoiceMultiselect()); + } if (t1.get$isEmpty(recurringInvoices)) break; for (t1 = t1.get$iterator(recurringInvoices); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.recurringInvoiceUIState.listUIState; + t3 = store.__Store__state_A.uiState.recurringInvoiceUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.AddToRecurringInvoiceMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, "_dispatchers"), 0).call$1(new A.RemoveFromRecurringInvoiceMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToRecurringInvoiceMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromRecurringInvoiceMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -76933,15 +79025,19 @@ case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); for (t1 = t1.get$iterator(recurringInvoices); t1.moveNext$0();) - for (t4 = t3._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t2 = t4._as(t1.get$current(t1)).documents._list, t2 = new J.ArrayIterator(t2, t2.length, A._arrayInstanceType(t2)._eval$1("ArrayIterator<1>")); t2.moveNext$0();) + documentIds.push(t2.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; case B.EntityAction_sendNow: - t1 = recurringInvoiceIds.length === 1 ? t2.get$emailedInvoice() : t2.get$emailedInvoice(); + t1 = recurringInvoiceIds.length === 1 ? t3.get$emailedInvoice() : t3.get$emailedInvoice(); t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.SendNowRecurringInvoicesRequest(t1, recurringInvoiceIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SendNowRecurringInvoicesRequest(t1, recurringInvoiceIds)); break; } case 1: @@ -77329,13 +79425,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._recurring_invoice_state$_$v = state; new A.recurringInvoiceUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing13(recurringInvoice, action) { + _clearEditing14(recurringInvoice, action) { var _null = null; return A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null); }, - _updateEditing14(recurringInvoice, action) { + _updateEditing15(recurringInvoice, action) { return action.get$recurringInvoice(); }, _addRecurringInvoiceItem(recurringInvoice, action) { @@ -77409,16 +79505,16 @@ _sortRecurringInvoices(recurringInvoiceListState, action) { return recurringInvoiceListState.rebuild$1(new A._sortRecurringInvoices_closure(action)); }, - _startListMultiselect15(recurringInvoiceListState, action) { + _startListMultiselect16(recurringInvoiceListState, action) { return recurringInvoiceListState.rebuild$1(new A._startListMultiselect_closure15()); }, - _addToListMultiselect15(recurringInvoiceListState, action) { + _addToListMultiselect16(recurringInvoiceListState, action) { return recurringInvoiceListState.rebuild$1(new A._addToListMultiselect_closure15(action)); }, - _removeFromListMultiselect15(recurringInvoiceListState, action) { + _removeFromListMultiselect16(recurringInvoiceListState, action) { return recurringInvoiceListState.rebuild$1(new A._removeFromListMultiselect_closure15(action)); }, - _clearListMultiselect15(recurringInvoiceListState, action) { + _clearListMultiselect16(recurringInvoiceListState, action) { return recurringInvoiceListState.rebuild$1(new A._clearListMultiselect_closure15()); }, _archiveRecurringInvoiceSuccess(recurringInvoiceState, action) { @@ -77451,7 +79547,7 @@ _setLoadedRecurringInvoices(recurringInvoiceState, action) { return recurringInvoiceState.loadRecurringInvoices$1(action.recurringInvoices); }, - _setLoadedCompany14(recurringInvoiceState, action) { + _setLoadedCompany15(recurringInvoiceState, action) { return recurringInvoiceState.loadRecurringInvoices$1(action.userCompany.company.recurringInvoices); }, recurringInvoiceUIReducer_closure: function recurringInvoiceUIReducer_closure(t0, t1) { @@ -78191,7 +80287,7 @@ A.ArgumentError_checkNotNull(t1, "other"); t2._static_state$_$v = t1; new A.staticLoadedReducer_closure(data).call$1(t2); - return t2.build$0(0); + return t2.build$0(); }, staticLoadedReducer_closure: function staticLoadedReducer_closure(t0) { this.data = t0; @@ -78442,7 +80538,6 @@ }, handleSubscriptionAction(context, subscriptions, action) { var store, t2, subscription, subscriptionIds, t3, t4, - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(subscriptions); if (t1.get$isEmpty(subscriptions)) return; @@ -78460,7 +80555,9 @@ if (t1 == null) t1 = ""; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreSubscriptionsRequest(t1, subscriptionIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreSubscriptionsRequest(t1, subscriptionIds)); break; case B.EntityAction_archive: t2.toString; @@ -78468,7 +80565,9 @@ if (t1 == null) t1 = ""; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveSubscriptionsRequest(t1, subscriptionIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveSubscriptionsRequest(t1, subscriptionIds)); break; case B.EntityAction_delete: t2.toString; @@ -78476,24 +80575,34 @@ if (t1 == null) t1 = ""; t1 = A.snackBarCompleter(context, t1, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteSubscriptionsRequest(t1, subscriptionIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteSubscriptionsRequest(t1, subscriptionIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.subscriptionUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartSubscriptionMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.subscriptionUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartSubscriptionMultiselect()); + } if (t1.get$isEmpty(subscriptions)) break; for (t1 = t1.get$iterator(subscriptions); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.subscriptionUIState.listUIState; + t3 = store.__Store__state_A.uiState.subscriptionUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToSubscriptionMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromSubscriptionMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToSubscriptionMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromSubscriptionMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -78723,12 +80832,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._subscription_state$_$v = state; new A.subscriptionUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing14(subscription, action) { + _clearEditing15(subscription, action) { return A.SubscriptionEntity_SubscriptionEntity(null, null); }, - _updateEditing15(subscription, action) { + _updateEditing16(subscription, action) { return action.get$subscription(); }, _filterSubscriptionsByCustom1(subscriptionListState, action) { @@ -78761,16 +80870,16 @@ _sortSubscriptions(subscriptionListState, action) { return subscriptionListState.rebuild$1(new A._sortSubscriptions_closure(action)); }, - _startListMultiselect16(productListState, action) { + _startListMultiselect17(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure18()); }, - _addToListMultiselect16(productListState, action) { + _addToListMultiselect17(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure18(action)); }, - _removeFromListMultiselect16(productListState, action) { + _removeFromListMultiselect17(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure18(action)); }, - _clearListMultiselect16(productListState, action) { + _clearListMultiselect17(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure18()); }, _archiveSubscriptionSuccess(subscriptionState, action) { @@ -78794,7 +80903,7 @@ _setLoadedSubscriptions(subscriptionState, action) { return subscriptionState.loadSubscriptions$1(action.subscriptions); }, - _setLoadedCompany15(subscriptionState, action) { + _setLoadedCompany16(subscriptionState, action) { return subscriptionState.loadSubscriptions$1(action.userCompany.company.subscriptions); }, subscriptionUIReducer_closure: function subscriptionUIReducer_closure(t0, t1) { @@ -78990,26 +81099,26 @@ _SubscriptionUIState_Object_EntityUIState: function _SubscriptionUIState_Object_EntityUIState() { }, handleTaskAction(context, tasks, action) { - var store, state, t2, t3, task, t4, t5, t6, t7, client, taskIds, message, t8, company, items, documentIds, _null = null, _s6_ = "_state", + var store, t2, t3, t4, task, t5, t6, t7, t8, client, taskIds, message, t9, company, items, documentIds, _null = null, _s13_ = "started_tasks", - _s6_0 = ":value", + _s6_ = ":value", _s13_0 = "stopped_tasks", - _s12_ = "_dispatchers", _box_0 = {}, t1 = J.getInterceptor$asx(tasks); if (t1.get$isEmpty(tasks)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t3 = type$.legacy_TaskEntity; - task = t3._as(t1.get$first(tasks)); - t4 = state.userCompanyStates; - t5 = state.uiState.selectedCompanyIndex; - t4 = t4._list; - t6 = t4[t5].clientState; - t7 = task.clientId; - client = t6.$get$1(0, t7); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t4 = type$.legacy_TaskEntity; + task = t4._as(t1.get$first(tasks)); + t5 = t2.userCompanyStates; + t6 = t2.uiState.selectedCompanyIndex; + t5 = t5._list; + t7 = t5[t6].clientState; + t8 = task.clientId; + client = t7.$get$1(0, t8); taskIds = t1.map$1$1(tasks, new A.handleTaskAction_closure(), type$.legacy_String).toList$0(0); switch (action) { case B.EntityAction_edit: @@ -79018,27 +81127,31 @@ case B.EntityAction_start: case B.EntityAction_resume: if (taskIds.length > 1) { - t2.toString; + t3.toString; t1 = $.$get$LocalizationsProvider__localizedValues(); - t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s13_); - t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s13_) : t2; - message = J.replaceFirst$2$s(t1, _s6_0, B.JSInt_methods.toString$0(taskIds.length)); + t3 = J.$index$asx(t1.$index(0, t3.localeCode), _s13_); + t1 = t3 == null ? J.$index$asx(t1.$index(0, "en"), _s13_) : t3; + message = J.replaceFirst$2$s(t1, _s6_, B.JSInt_methods.toString$0(taskIds.length)); } else - message = t2.get$startedTask(); + message = t3.get$startedTask(); t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.StartTasksRequest(t1, taskIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartTasksRequest(t1, taskIds)); break; case B.EntityAction_stop: if (taskIds.length > 1) { - t2.toString; + t3.toString; t1 = $.$get$LocalizationsProvider__localizedValues(); - t2 = J.$index$asx(t1.$index(0, t2.localeCode), _s13_0); - t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s13_0) : t2; - message = J.replaceFirst$2$s(t1, _s6_0, B.JSInt_methods.toString$0(taskIds.length)); + t3 = J.$index$asx(t1.$index(0, t3.localeCode), _s13_0); + t1 = t3 == null ? J.$index$asx(t1.$index(0, "en"), _s13_0) : t3; + message = J.replaceFirst$2$s(t1, _s6_, B.JSInt_methods.toString$0(taskIds.length)); } else - message = t2.get$stoppedTask(); + message = t3.get$stoppedTask(); t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.StopTasksRequest(t1, taskIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StopTasksRequest(t1, taskIds)); break; case B.EntityAction_invoiceTask: case B.EntityAction_addToInvoice: @@ -79046,25 +81159,25 @@ _box_0.hasMultipleClients = false; t1.forEach$1(tasks, new A.handleTaskAction_closure0(_box_0)); if (_box_0.hasMultipleClients) { - A.showErrorDialog(false, context, t2.get$multipleClientError()); + A.showErrorDialog(false, context, t3.get$multipleClientError()); return; } t1.sort$1(tasks, new A.handleTaskAction_closure1()); _box_0.projectId = ""; - for (t6 = t1.get$iterator(tasks); t6.moveNext$0();) { - t8 = t3._as(t6.get$current(t6)).projectId; - if (t8.length !== 0 && _box_0.projectId.length === 0) - _box_0.projectId = t8; + for (t7 = t1.get$iterator(tasks); t7.moveNext$0();) { + t9 = t4._as(t7.get$current(t7)).projectId; + if (t9.length !== 0 && _box_0.projectId.length === 0) + _box_0.projectId = t9; } - company = t4[t5].userCompany.company; + company = t5[t6].userCompany.company; items = A._setArrayType([], type$.JSArray_legacy_InvoiceItemEntity); _box_0.lastTask = null; - t1.where$1(tasks, new A.handleTaskAction_closure2()).forEach$1(0, new A.handleTaskAction_closure3(_box_0, items, context, company, t2)); + t1.where$1(tasks, new A.handleTaskAction_closure2()).forEach$1(0, new A.handleTaskAction_closure3(_box_0, items, context, company, t3)); if (items.length !== 0) if (action === B.EntityAction_invoiceTask) - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(client, _null, _null, state, _null, _null).rebuild$1(new A.handleTaskAction_closure4(_box_0, items)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(client, _null, _null, t2, _null, _null).rebuild$1(new A.handleTaskAction_closure4(_box_0, items)), false); else - A.addToInvoiceDialog(t7, context, items); + A.addToInvoiceDialog(t8, context, items); break; case B.EntityAction_clone: A.createEntity(_null, _null, context, task.get$clone(task), false); @@ -79074,65 +81187,77 @@ break; case B.EntityAction_restore: if (taskIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_tasks"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_tasks"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(taskIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(taskIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_task"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_task"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreTaskRequest(t1, taskIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreTaskRequest(t1, taskIds)); break; case B.EntityAction_archive: if (taskIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_tasks"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_tasks"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(taskIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(taskIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_task"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_task"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveTaskRequest(t1, taskIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveTaskRequest(t1, taskIds)); break; case B.EntityAction_delete: if (taskIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_tasks"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_tasks"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(taskIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(taskIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_task"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_task"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteTaskRequest(t1, taskIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteTaskRequest(t1, taskIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.taskUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartTaskMultiselect()); + if (store.__Store__state_A.uiState.taskUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartTaskMultiselect()); + } if (t1.get$isEmpty(tasks)) break; for (t1 = t1.get$iterator(tasks); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.taskUIState.listUIState; + t3 = store.__Store__state_A.uiState.taskUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToTaskMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromTaskMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToTaskMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromTaskMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -79141,10 +81266,12 @@ case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); for (t1 = t1.get$iterator(tasks); t1.moveNext$0();) - for (t4 = t3._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t2 = t4._as(t1.get$current(t1)).documents._list, t2 = new J.ArrayIterator(t2, t2.length, A._arrayInstanceType(t2)._eval$1("ArrayIterator<1>")); t2.moveNext$0();) + documentIds.push(t2.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in task_actions"); @@ -79520,13 +81647,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._task_state$_$v = state; new A.taskUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing15(task, action) { + _clearEditing16(task, action) { var _null = null; return A.TaskEntity_TaskEntity(_null, _null, _null, _null, _null); }, - _updateEditing16(task, action) { + _updateEditing17(task, action) { return action.get$task(); }, _viewTaskList0(taskListState, action) { @@ -79579,16 +81706,16 @@ _updateTaskTime(task, action) { return task.updateTaskTime$2(action.taskTime, action.index); }, - _startListMultiselect17(taskListState, action) { + _startListMultiselect18(taskListState, action) { return taskListState.rebuild$1(new A._startListMultiselect_closure2()); }, - _addToListMultiselect17(taskListState, action) { + _addToListMultiselect18(taskListState, action) { return taskListState.rebuild$1(new A._addToListMultiselect_closure2(action)); }, - _removeFromListMultiselect17(taskListState, action) { + _removeFromListMultiselect18(taskListState, action) { return taskListState.rebuild$1(new A._removeFromListMultiselect_closure2(action)); }, - _clearListMultiselect17(taskListState, action) { + _clearListMultiselect18(taskListState, action) { return taskListState.rebuild$1(new A._clearListMultiselect_closure2()); }, _sortTasksSuccess(taskState, action) { @@ -79621,7 +81748,7 @@ _setLoadedTasks(taskState, action) { return taskState.loadTasks$1(action.tasks); }, - _setLoadedCompany16(taskState, action) { + _setLoadedCompany17(taskState, action) { return taskState.loadTasks$1(action.userCompany.company.tasks); }, taskUIReducer_closure: function taskUIReducer_closure(t0, t1) { @@ -79775,53 +81902,54 @@ this.action = t0; }, convertTaskToInvoiceItem(context, includeProjectHeader, task) { - var t3, t4, project, client, group, company, t5, dates, t6, notes, t7, fieldLabel1, fieldLabel2, fieldLabel3, fieldLabel4, customValues, value, _box_0 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2].projectState; - t4 = task.projectId; - project = t3.$get$1(0, t4); - client = t1[t2].clientState.$get$1(0, task.clientId); - group = t1[t2].groupState.$get$1(0, client.groupId); - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - company = t1[t2].userCompany.company; + var t2, t3, t4, t5, project, client, group, company, t6, dates, t7, notes, t8, fieldLabel1, fieldLabel2, fieldLabel3, fieldLabel4, customValues, value, _box_0 = {}, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3].projectState; + t5 = task.projectId; + project = t4.$get$1(0, t5); + client = t2[t3].clientState.$get$1(0, task.clientId); + group = t2[t3].groupState.$get$1(0, client.groupId); + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + company = t2[t3].userCompany.company; _box_0.notes = ""; - t5 = type$.legacy_String; - dates = A.LinkedHashSet_LinkedHashSet$_empty(t5); - t6 = !project.get$isNew() && includeProjectHeader ? _box_0.notes = "## " + project.name + "\n" : ""; - notes = _box_0.notes = t6 + task.description; - t6 = t1[t2].userCompany.company; - if (t6.invoiceTaskDatelog || t6.invoiceTaskTimelog) { + t6 = type$.legacy_String; + dates = A.LinkedHashSet_LinkedHashSet$_empty(t6); + t7 = !project.get$isNew() && includeProjectHeader ? _box_0.notes = "## " + project.name + "\n" : ""; + notes = _box_0.notes = t7 + task.description; + t7 = t2[t3].userCompany.company; + if (t7.invoiceTaskDatelog || t7.invoiceTaskTimelog) { _box_0.notes = (B.JSString_methods.trim$0(notes).length !== 0 ? _box_0.notes = notes + "\n" : notes) + '
\n'; - t6 = task.getTaskTimes$0(); - new A.WhereIterable(t6, new A.convertTaskToInvoiceItem_closure(), A._arrayInstanceType(t6)._eval$1("WhereIterable<1>")).forEach$1(0, new A.convertTaskToInvoiceItem_closure0(_box_0, state, context, dates)); - t6 = _box_0.notes += "
\n"; - t7 = t1[t2].userCompany.company; - if (t7.invoiceTaskDatelog && !t7.invoiceTaskTimelog) - t6 = _box_0.notes = t6 + ("\n" + dates.join$1(0, "\n")); - _box_0.notes = B.JSString_methods.trim$0(t6); + t7 = task.getTaskTimes$0(); + new A.WhereIterable(t7, new A.convertTaskToInvoiceItem_closure(), A._arrayInstanceType(t7)._eval$1("WhereIterable<1>")).forEach$1(0, new A.convertTaskToInvoiceItem_closure0(_box_0, t1, context, dates)); + t7 = _box_0.notes += "\n"; + t8 = t2[t3].userCompany.company; + if (t8.invoiceTaskDatelog && !t8.invoiceTaskTimelog) + t7 = _box_0.notes = t7 + ("\n" + dates.join$1(0, "\n")); + _box_0.notes = B.JSString_methods.trim$0(t7); } _box_0.customValue4 = _box_0.customValue3 = _box_0.customValue2 = _box_0.customValue1 = ""; fieldLabel1 = company.getCustomFieldLabel$1("task1"); fieldLabel2 = company.getCustomFieldLabel$1("task2"); fieldLabel3 = company.getCustomFieldLabel$1("task3"); fieldLabel4 = company.getCustomFieldLabel$1("task4"); - customValues = A.LinkedHashMap_LinkedHashMap$_literal([company.getCustomFieldLabel$1("task1"), task.customValue1, company.getCustomFieldLabel$1("task2"), task.customValue2, company.getCustomFieldLabel$1("task3"), task.customValue3, company.getCustomFieldLabel$1("task4"), task.customValue4, t3.get$project(), t1[t2].projectState.$get$1(0, t4).name], t5, t5); - for (t1 = A.LinkedHashMapKeyIterator$(customValues, customValues._modifications, A._instanceType(customValues)._precomputed1); t1.moveNext$0();) { - t2 = t1.__js_helper$_current; - value = customValues.$index(0, t2); - if (fieldLabel1.toLowerCase() === t2.toLowerCase()) + customValues = A.LinkedHashMap_LinkedHashMap$_literal([company.getCustomFieldLabel$1("task1"), task.customValue1, company.getCustomFieldLabel$1("task2"), task.customValue2, company.getCustomFieldLabel$1("task3"), task.customValue3, company.getCustomFieldLabel$1("task4"), task.customValue4, t4.get$project(), t2[t3].projectState.$get$1(0, t5).name], t6, t6); + for (t2 = A.LinkedHashMapKeyIterator$(customValues, customValues._modifications, A._instanceType(customValues)._precomputed1); t2.moveNext$0();) { + t3 = t2.__js_helper$_current; + value = customValues.$index(0, t3); + if (fieldLabel1.toLowerCase() === t3.toLowerCase()) _box_0.customValue1 = value; - else if (fieldLabel2.toLowerCase() === t2.toLowerCase()) + else if (fieldLabel2.toLowerCase() === t3.toLowerCase()) _box_0.customValue2 = value; - else if (fieldLabel3.toLowerCase() === t2.toLowerCase()) + else if (fieldLabel3.toLowerCase() === t3.toLowerCase()) _box_0.customValue3 = value; - else if (fieldLabel4.toLowerCase() === t2.toLowerCase()) + else if (fieldLabel4.toLowerCase() === t3.toLowerCase()) _box_0.customValue4 = value; } - return A.InvoiceItemEntity_InvoiceItemEntity(null, null).rebuild$1(new A.convertTaskToInvoiceItem_closure1(_box_0, task, state, project, client, group)); + return A.InvoiceItemEntity_InvoiceItemEntity(null, null).rebuild$1(new A.convertTaskToInvoiceItem_closure1(_box_0, task, t1, project, client, group)); }, taskList(taskMap, clientId, userMap, clientMap, projectMap) { var t2, list, @@ -80046,14 +82174,14 @@ _TaskUIState_Object_EntityUIState: function _TaskUIState_Object_EntityUIState() { }, handleTaskStatusAction(context, taskStatuses, action) { - var store, state, t2, taskStatus, taskStatusIds, message, t3, t4, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", + var store, t2, t3, taskStatus, taskStatusIds, message, t4, _null = null, _s6_ = ":value", t1 = J.getInterceptor$asx(taskStatuses); if (t1.get$isEmpty(taskStatuses)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); taskStatus = type$.legacy_TaskStatusEntity._as(t1.get$first(taskStatuses)); taskStatusIds = t1.map$1$1(taskStatuses, new A.handleTaskStatusAction_closure(), type$.legacy_String).toList$0(0); switch (action) { @@ -80062,68 +82190,80 @@ break; case B.EntityAction_restore: if (taskStatusIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_task_statuses"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_task_statuses"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(taskStatusIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(taskStatusIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_task_status"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_task_status"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreTaskStatusesRequest(t1, taskStatusIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreTaskStatusesRequest(t1, taskStatusIds)); break; case B.EntityAction_archive: if (taskStatusIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_task_statuses"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_task_statuses"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(taskStatusIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(taskStatusIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_task_status"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_task_status"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveTaskStatusesRequest(t1, taskStatusIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveTaskStatusesRequest(t1, taskStatusIds)); break; case B.EntityAction_delete: if (taskStatusIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_task_statuses"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_task_statuses"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(taskStatusIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(taskStatusIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_task_status"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_task_status"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteTaskStatusesRequest(t1, taskStatusIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteTaskStatusesRequest(t1, taskStatusIds)); break; case B.EntityAction_newTask: - A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, state, _null).rebuild$1(new A.handleTaskStatusAction_closure0(taskStatus)), false); + A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, t2, _null).rebuild$1(new A.handleTaskStatusAction_closure0(taskStatus)), false); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.taskStatusUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartTaskStatusMultiselect()); + if (store.__Store__state_A.uiState.taskStatusUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartTaskStatusMultiselect()); + } if (t1.get$isEmpty(taskStatuses)) break; for (t1 = t1.get$iterator(taskStatuses); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.taskStatusUIState.listUIState; + t3 = store.__Store__state_A.uiState.taskStatusUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToTaskStatusMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromTaskStatusMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToTaskStatusMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromTaskStatusMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -80356,12 +82496,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._task_status_state$_$v = state; new A.taskStatusUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing16(taskStatus, action) { + _clearEditing17(taskStatus, action) { return A.TaskStatusEntity_TaskStatusEntity(null, null); }, - _updateEditing17(taskStatus, action) { + _updateEditing18(taskStatus, action) { return action.get$taskStatus(); }, _viewTaskStatusList0(taskStatusListState, action) { @@ -80397,16 +82537,16 @@ _sortTaskStatuses(taskStatusListState, action) { return taskStatusListState.rebuild$1(new A._sortTaskStatuses_closure(action)); }, - _startListMultiselect18(productListState, action) { + _startListMultiselect19(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure17()); }, - _addToListMultiselect18(productListState, action) { + _addToListMultiselect19(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure17(action)); }, - _removeFromListMultiselect18(productListState, action) { + _removeFromListMultiselect19(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure17(action)); }, - _clearListMultiselect18(productListState, action) { + _clearListMultiselect19(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure17()); }, _sortTaskStatusSuccess(taskStatusState, action) { @@ -80433,7 +82573,7 @@ _setLoadedTaskStatuses(taskStatusState, action) { return taskStatusState.loadTaskStatuses$1(action.taskStatuses); }, - _setLoadedCompany17(taskStatusState, action) { + _setLoadedCompany18(taskStatusState, action) { return taskStatusState.loadTaskStatuses$1(action.userCompany.company.taskStatuses); }, taskStatusUIReducer_closure: function taskStatusUIReducer_closure(t0, t1) { @@ -80705,7 +82845,6 @@ }, handleTaxRateAction(context, taxRates, action) { var store, t2, taxRate, taxRateIds, message, t3, t4, _s6_ = ":value", - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(taxRates); if (t1.get$isEmpty(taxRates)) return; @@ -80730,7 +82869,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreTaxRateRequest(t1, taxRateIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreTaxRateRequest(t1, taxRateIds)); break; case B.EntityAction_archive: if (taxRateIds.length > 1) { @@ -80745,7 +82886,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveTaxRateRequest(t1, taxRateIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveTaxRateRequest(t1, taxRateIds)); break; case B.EntityAction_delete: if (taxRateIds.length > 1) { @@ -80760,24 +82903,34 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteTaxRateRequest(t1, taxRateIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteTaxRateRequest(t1, taxRateIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.taxRateUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartTaxRateMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.taxRateUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartTaxRateMultiselect()); + } if (t1.get$isEmpty(taxRates)) break; for (t1 = t1.get$iterator(taxRates); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.taxRateUIState.listUIState; + t3 = store.__Store__state_A.uiState.taxRateUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToTaxRateMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromTaxRateMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToTaxRateMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromTaxRateMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -80992,13 +83145,13 @@ A.ArgumentError_checkNotNull(state, "other"); t1._tax_rate_state$_$v = state; new A.taxRateUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing17(taxRate, action) { + _clearEditing18(taxRate, action) { var _null = null; return A.TaxRateEntity_TaxRateEntity(_null, _null, _null, _null); }, - _updateEditing18(taxRate, action) { + _updateEditing19(taxRate, action) { return action.get$taxRate(); }, _viewTaxRateList0(taxRateListState, action) { @@ -81018,16 +83171,16 @@ _sortTaxRates(taxRateListState, action) { return taxRateListState.rebuild$1(new A._sortTaxRates_closure(action)); }, - _startListMultiselect19(taxRateListState, action) { + _startListMultiselect20(taxRateListState, action) { return taxRateListState.rebuild$1(new A._startListMultiselect_closure8()); }, - _addToListMultiselect19(taxRateListState, action) { + _addToListMultiselect20(taxRateListState, action) { return taxRateListState.rebuild$1(new A._addToListMultiselect_closure8(action)); }, - _removeFromListMultiselect19(taxRateListState, action) { + _removeFromListMultiselect20(taxRateListState, action) { return taxRateListState.rebuild$1(new A._removeFromListMultiselect_closure8(action)); }, - _clearListMultiselect19(taxRateListState, action) { + _clearListMultiselect20(taxRateListState, action) { return taxRateListState.rebuild$1(new A._clearListMultiselect_closure8()); }, _archiveTaxRateSuccess(taxRateState, action) { @@ -81052,7 +83205,7 @@ var state = taxRateState.rebuild$1(new A._setLoadedTaxRates_closure(action)); return state.rebuild$1(new A._setLoadedTaxRates_closure0(state)); }, - _setLoadedCompany18(taxRateState, action) { + _setLoadedCompany19(taxRateState, action) { var state = taxRateState.rebuild$1(new A._setLoadedCompany_closure3(action)); return state.rebuild$1(new A._setLoadedCompany_closure4(state)); }, @@ -81227,7 +83380,6 @@ }, handleTokenAction(context, tokens, action) { var store, t2, token, tokenIds, message, t3, t4, _s6_ = ":value", - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(tokens); if (t1.get$isEmpty(tokens)) return; @@ -81256,7 +83408,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreTokensRequest(t1, tokenIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreTokensRequest(t1, tokenIds)); break; case B.EntityAction_archive: if (tokenIds.length > 1) { @@ -81271,7 +83425,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveTokensRequest(t1, tokenIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveTokensRequest(t1, tokenIds)); break; case B.EntityAction_delete: if (tokenIds.length > 1) { @@ -81286,24 +83442,34 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteTokensRequest(t1, tokenIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteTokensRequest(t1, tokenIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.tokenUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartTokenMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.tokenUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartTokenMultiselect()); + } if (t1.get$isEmpty(tokens)) break; for (t1 = t1.get$iterator(tokens); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.tokenUIState.listUIState; + t3 = store.__Store__state_A.uiState.tokenUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToTokenMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromTokenMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToTokenMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromTokenMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -81533,12 +83699,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._token_state$_$v = state; new A.tokenUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing18(token, action) { + _clearEditing19(token, action) { return A.TokenEntity_TokenEntity(null, null); }, - _updateEditing19(token, action) { + _updateEditing20(token, action) { return action.get$token(); }, _viewTokenList0(tokenListState, action) { @@ -81574,16 +83740,16 @@ _sortTokens(tokenListState, action) { return tokenListState.rebuild$1(new A._sortTokens_closure(action)); }, - _startListMultiselect20(productListState, action) { + _startListMultiselect21(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure13()); }, - _addToListMultiselect20(productListState, action) { + _addToListMultiselect21(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure13(action)); }, - _removeFromListMultiselect20(productListState, action) { + _removeFromListMultiselect21(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure13(action)); }, - _clearListMultiselect20(productListState, action) { + _clearListMultiselect21(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure13()); }, _archiveTokenSuccess(tokenState, action) { @@ -81607,7 +83773,7 @@ _setLoadedTokens(tokenState, action) { return tokenState.loadTokens$1(action.tokens); }, - _setLoadedCompany19(tokenState, action) { + _setLoadedCompany20(tokenState, action) { return tokenState.loadTokens$1(action.userCompany.company.tokens); }, tokenUIReducer_closure: function tokenUIReducer_closure(t0, t1) { @@ -81856,7 +84022,7 @@ A.ArgumentError_checkNotNull(sortField, "other"); t1._pref_state$_$v = sortField; new A._resortFields_closure(sortField, field).call$1(t1); - return value.rebuild$1(new A._resortFields_closure0(entityType, t1.build$0(0))); + return value.rebuild$1(new A._resortFields_closure0(entityType, t1.build$0())); }, companyPrefReducer(state, action) { var t2, t3, t1 = {}; @@ -81870,7 +84036,7 @@ A.ArgumentError_checkNotNull(t2, "other"); t3._pref_state$_$v = t2; new A.companyPrefReducer_closure(t1, action).call$1(t3); - return t3.build$0(0); + return t3.build$0(); }, _addToHistory(list, record) { var old, @@ -82134,6 +84300,8 @@ }, historyReducer_closure49: function historyReducer_closure49() { }, + historyReducer_closure50: function historyReducer_closure50() { + }, _addToHistory_closure: function _addToHistory_closure(t0) { this.record = t0; }, @@ -82420,7 +84588,7 @@ builder.get$filterStack().replace$1(0, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_BaseEntity)); return builder; }, - _$UIState$_(clientUIState, companyGatewayUIState, creditUIState, currentRoute, dashboardUIState, designUIState, documentUIState, expenseCategoryUIState, expenseUIState, filter, filterClearedAt, filterStack, groupUIState, invoiceUIState, lastActivityAt, loadingEntityType, paymentTermUIState, paymentUIState, previewStack, previousRoute, productUIState, projectUIState, purchaseOrderUIState, quoteUIState, recurringExpenseUIState, recurringInvoiceUIState, reportsUIState, selectedCompanyIndex, settingsUIState, subscriptionUIState, taskStatusUIState, taskUIState, taxRateUIState, tokenUIState, userUIState, vendorUIState, webhookUIState) { + _$UIState$_(bankAccountUIState, clientUIState, companyGatewayUIState, creditUIState, currentRoute, dashboardUIState, designUIState, documentUIState, expenseCategoryUIState, expenseUIState, filter, filterClearedAt, filterStack, groupUIState, invoiceUIState, lastActivityAt, loadingEntityType, paymentTermUIState, paymentUIState, previewStack, previousRoute, productUIState, projectUIState, purchaseOrderUIState, quoteUIState, recurringExpenseUIState, recurringInvoiceUIState, reportsUIState, selectedCompanyIndex, settingsUIState, subscriptionUIState, taskStatusUIState, taskUIState, taxRateUIState, tokenUIState, userUIState, vendorUIState, webhookUIState) { var _s7_ = "UIState"; if (previewStack == null) A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "previewStack")); @@ -82434,6 +84602,8 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "clientUIState")); if (invoiceUIState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "invoiceUIState")); + if (bankAccountUIState == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "bankAccountUIState")); if (purchaseOrderUIState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "purchaseOrderUIState")); if (recurringExpenseUIState == null) @@ -82482,7 +84652,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "settingsUIState")); if (reportsUIState == null) A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "reportsUIState")); - return new A._$UIState(selectedCompanyIndex, currentRoute, previousRoute, loadingEntityType, previewStack, filterStack, filter, filterClearedAt, lastActivityAt, dashboardUIState, productUIState, clientUIState, invoiceUIState, purchaseOrderUIState, recurringExpenseUIState, subscriptionUIState, taskStatusUIState, expenseCategoryUIState, recurringInvoiceUIState, webhookUIState, tokenUIState, paymentTermUIState, designUIState, creditUIState, userUIState, taxRateUIState, companyGatewayUIState, groupUIState, documentUIState, expenseUIState, vendorUIState, taskUIState, projectUIState, paymentUIState, quoteUIState, settingsUIState, reportsUIState); + return new A._$UIState(selectedCompanyIndex, currentRoute, previousRoute, loadingEntityType, previewStack, filterStack, filter, filterClearedAt, lastActivityAt, dashboardUIState, productUIState, clientUIState, invoiceUIState, bankAccountUIState, purchaseOrderUIState, recurringExpenseUIState, subscriptionUIState, taskStatusUIState, expenseCategoryUIState, recurringInvoiceUIState, webhookUIState, tokenUIState, paymentTermUIState, designUIState, creditUIState, userUIState, taxRateUIState, companyGatewayUIState, groupUIState, documentUIState, expenseUIState, vendorUIState, taskUIState, projectUIState, paymentUIState, quoteUIState, settingsUIState, reportsUIState); }, UIState: function UIState() { }, @@ -82496,7 +84666,7 @@ }, _$UIStateSerializer: function _$UIStateSerializer() { }, - _$UIState: function _$UIState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36) { + _$UIState: function _$UIState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37) { var _ = this; _.selectedCompanyIndex = t0; _.currentRoute = t1; @@ -82511,46 +84681,47 @@ _.productUIState = t10; _.clientUIState = t11; _.invoiceUIState = t12; - _.purchaseOrderUIState = t13; - _.recurringExpenseUIState = t14; - _.subscriptionUIState = t15; - _.taskStatusUIState = t16; - _.expenseCategoryUIState = t17; - _.recurringInvoiceUIState = t18; - _.webhookUIState = t19; - _.tokenUIState = t20; - _.paymentTermUIState = t21; - _.designUIState = t22; - _.creditUIState = t23; - _.userUIState = t24; - _.taxRateUIState = t25; - _.companyGatewayUIState = t26; - _.groupUIState = t27; - _.documentUIState = t28; - _.expenseUIState = t29; - _.vendorUIState = t30; - _.taskUIState = t31; - _.projectUIState = t32; - _.paymentUIState = t33; - _.quoteUIState = t34; - _.settingsUIState = t35; - _.reportsUIState = t36; + _.bankAccountUIState = t13; + _.purchaseOrderUIState = t14; + _.recurringExpenseUIState = t15; + _.subscriptionUIState = t16; + _.taskStatusUIState = t17; + _.expenseCategoryUIState = t18; + _.recurringInvoiceUIState = t19; + _.webhookUIState = t20; + _.tokenUIState = t21; + _.paymentTermUIState = t22; + _.designUIState = t23; + _.creditUIState = t24; + _.userUIState = t25; + _.taxRateUIState = t26; + _.companyGatewayUIState = t27; + _.groupUIState = t28; + _.documentUIState = t29; + _.expenseUIState = t30; + _.vendorUIState = t31; + _.taskUIState = t32; + _.projectUIState = t33; + _.paymentUIState = t34; + _.quoteUIState = t35; + _.settingsUIState = t36; + _.reportsUIState = t37; _._ui_state$__hashCode = null; }, UIStateBuilder: function UIStateBuilder() { var _ = this; - _._documentUIState = _._groupUIState = _._companyGatewayUIState = _._taxRateUIState = _._userUIState = _._creditUIState = _._designUIState = _._paymentTermUIState = _._tokenUIState = _._webhookUIState = _._recurringInvoiceUIState = _._expenseCategoryUIState = _._taskStatusUIState = _._subscriptionUIState = _._recurringExpenseUIState = _._purchaseOrderUIState = _._invoiceUIState = _._clientUIState = _._productUIState = _._dashboardUIState = _._lastActivityAt = _._filterClearedAt = _._filter = _._filterStack = _._previewStack = _._loadingEntityType = _._previousRoute = _._currentRoute = _._selectedCompanyIndex = _._ui_state$_$v = null; - _._reportsUIState = _._settingsUIState = _._quoteUIState = _._paymentUIState = _._projectUIState = _._taskUIState = _._vendorUIState = _._expenseUIState = null; + _._groupUIState = _._companyGatewayUIState = _._taxRateUIState = _._userUIState = _._creditUIState = _._designUIState = _._paymentTermUIState = _._tokenUIState = _._webhookUIState = _._recurringInvoiceUIState = _._expenseCategoryUIState = _._taskStatusUIState = _._subscriptionUIState = _._recurringExpenseUIState = _._purchaseOrderUIState = _._bankAccountUIState = _._invoiceUIState = _._clientUIState = _._productUIState = _._dashboardUIState = _._lastActivityAt = _._filterClearedAt = _._filter = _._filterStack = _._previewStack = _._loadingEntityType = _._previousRoute = _._currentRoute = _._selectedCompanyIndex = _._ui_state$_$v = null; + _._reportsUIState = _._settingsUIState = _._quoteUIState = _._paymentUIState = _._projectUIState = _._taskUIState = _._vendorUIState = _._expenseUIState = _._documentUIState = null; }, handleUserAction(context, users, action) { - var store, state, t2, user, userIds, message, t3, t4, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", + var store, t2, t3, user, userIds, message, t4, _null = null, _s6_ = ":value", t1 = J.getInterceptor$asx(users); if (t1.get$isEmpty(users)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); user = type$.legacy_UserEntity._as(t1.get$first(users)); userIds = t1.map$1$1(users, new A.handleUserAction_closure(), type$.legacy_String).toList$0(0); switch (action) { @@ -82558,114 +84729,120 @@ A.editEntity(_null, user, true, _null); break; case B.EntityAction_newClient: - A.createEntity(_null, _null, context, A.ClientEntity_ClientEntity(_null, _null, state, _null).rebuild$1(new A.handleUserAction_closure0(user)), false); + A.createEntity(_null, _null, context, A.ClientEntity_ClientEntity(_null, _null, t2, _null).rebuild$1(new A.handleUserAction_closure0(user)), false); break; case B.EntityAction_newInvoice: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, state, _null, _null).rebuild$1(new A.handleUserAction_closure1(user)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, t2, _null, _null).rebuild$1(new A.handleUserAction_closure1(user)), false); break; case B.EntityAction_newRecurringInvoice: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_recurringInvoice, _null, state, _null, _null).rebuild$1(new A.handleUserAction_closure2(user)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_recurringInvoice, _null, t2, _null, _null).rebuild$1(new A.handleUserAction_closure2(user)), false); break; case B.EntityAction_newQuote: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_quote, _null, state, _null, _null).rebuild$1(new A.handleUserAction_closure3(user)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_quote, _null, t2, _null, _null).rebuild$1(new A.handleUserAction_closure3(user)), false); break; case B.EntityAction_newCredit: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_credit, _null, state, _null, _null).rebuild$1(new A.handleUserAction_closure4(user)), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_credit, _null, t2, _null, _null).rebuild$1(new A.handleUserAction_closure4(user)), false); break; case B.EntityAction_newExpense: - A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, state, _null, _null).rebuild$1(new A.handleUserAction_closure5(user)), false); + A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, t2, _null, _null).rebuild$1(new A.handleUserAction_closure5(user)), false); break; case B.EntityAction_newPayment: - A.createEntity(_null, _null, context, A.PaymentEntity_PaymentEntity(_null, _null, state).rebuild$1(new A.handleUserAction_closure6(user)), false); + A.createEntity(_null, _null, context, A.PaymentEntity_PaymentEntity(_null, _null, t2).rebuild$1(new A.handleUserAction_closure6(user)), false); break; case B.EntityAction_newProject: - A.createEntity(_null, _null, context, A.ProjectEntity_ProjectEntity(_null, _null, state, _null).rebuild$1(new A.handleUserAction_closure7(user)), false); + A.createEntity(_null, _null, context, A.ProjectEntity_ProjectEntity(_null, _null, t2, _null).rebuild$1(new A.handleUserAction_closure7(user)), false); break; case B.EntityAction_newTask: - A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, state, _null).rebuild$1(new A.handleUserAction_closure8(user)), false); + A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, t2, _null).rebuild$1(new A.handleUserAction_closure8(user)), false); break; case B.EntityAction_newVendor: - A.createEntity(_null, _null, context, A.VendorEntity_VendorEntity(_null, state, _null).rebuild$1(new A.handleUserAction_closure9(user)), false); + A.createEntity(_null, _null, context, A.VendorEntity_VendorEntity(_null, t2, _null).rebuild$1(new A.handleUserAction_closure9(user)), false); break; case B.EntityAction_restore: if (userIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_users"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_users"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(userIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(userIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_user"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_user"); message = t1 == null ? "" : t1; } A.passwordCallback(false, new A.handleUserAction_closure10(new A.handleUserAction_closure11(store, context, message, userIds)), context, false); break; case B.EntityAction_archive: if (userIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_users"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_users"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(userIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(userIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_user"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_user"); message = t1 == null ? "" : t1; } A.passwordCallback(false, new A.handleUserAction_closure12(new A.handleUserAction_closure13(store, context, message, userIds)), context, false); break; case B.EntityAction_delete: if (userIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_users"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_users"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(userIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(userIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_user"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_user"); message = t1 == null ? "" : t1; } A.passwordCallback(false, new A.handleUserAction_closure14(new A.handleUserAction_closure15(store, context, message, userIds)), context, false); break; case B.EntityAction_newRecurringExpense: - A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, state, user, _null), false); + A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, t2, user, _null), false); break; case B.EntityAction_remove: if (userIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "removed_users"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "removed_users"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(userIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(userIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "removed_user"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "removed_user"); message = t1 == null ? "" : t1; } A.confirmCallback(false, new A.handleUserAction_closure16(context, new A.handleUserAction_closure17(store, context, message, user)), context, _null, false, _null); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.userUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartUserMultiselect()); + if (store.__Store__state_A.uiState.userUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartUserMultiselect()); + } if (t1.get$isEmpty(users)) break; for (t1 = t1.get$iterator(users); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.userUIState.listUIState; + t3 = store.__Store__state_A.uiState.userUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToUserMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromUserMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToUserMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromUserMultiselect(t2)); + } } break; case B.EntityAction_resendInvite: - A.passwordCallback(false, new A.handleUserAction_closure18(store, user, context, t2), context, false); + A.passwordCallback(false, new A.handleUserAction_closure18(store, user, context, t3), context, false); break; case B.EntityAction_more: A.showEntityActionsDialog(_null, A._setArrayType([user], type$.JSArray_legacy_BaseEntity), false); @@ -83035,12 +85212,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._user_state$_$v = state; new A.userUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing19(user, action) { + _clearEditing20(user, action) { return A.UserEntity_UserEntity(null, null, null); }, - _updateEditing20(user, action) { + _updateEditing21(user, action) { return J.get$user$x(action); }, _viewUserList0(userListState, action) { @@ -83092,16 +85269,16 @@ _sortUsers(userListState, action) { return userListState.rebuild$1(new A._sortUsers_closure(action)); }, - _startListMultiselect21(userListState, action) { + _startListMultiselect22(userListState, action) { return userListState.rebuild$1(new A._startListMultiselect_closure9()); }, - _addToListMultiselect21(userListState, action) { + _addToListMultiselect22(userListState, action) { return userListState.rebuild$1(new A._addToListMultiselect_closure9(action)); }, - _removeFromListMultiselect21(userListState, action) { + _removeFromListMultiselect22(userListState, action) { return userListState.rebuild$1(new A._removeFromListMultiselect_closure9(action)); }, - _clearListMultiselect21(userListState, action) { + _clearListMultiselect22(userListState, action) { return userListState.rebuild$1(new A._clearListMultiselect_closure9()); }, _archiveUserSuccess(userState, action) { @@ -83138,7 +85315,7 @@ var state = userState.rebuild$1(new A._setLoadedUsers_closure(action)); return state.rebuild$1(new A._setLoadedUsers_closure0(state)); }, - _setLoadedCompany20(userState, action) { + _setLoadedCompany21(userState, action) { var state = userState.rebuild$1(new A._setLoadedCompany_closure5(action)); return state.rebuild$1(new A._setLoadedCompany_closure6(state)); }, @@ -83407,16 +85584,16 @@ _UserUIState_Object_EntityUIState: function _UserUIState_Object_EntityUIState() { }, handleVendorAction(context, vendors, action) { - var store, state, t2, t3, vendor, vendorIds, contact, message, t4, documentIds, _null = null, _s6_ = "_state", _s6_0 = ":value", - _s12_ = "_dispatchers", + var store, t2, t3, t4, vendor, vendorIds, contact, message, documentIds, _null = null, _s6_ = ":value", t1 = J.getInterceptor$asx(vendors); if (t1.get$isEmpty(vendors)) return; store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, _s6_); - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t3 = type$.legacy_VendorEntity; - vendor = t3._as(t1.get$first(vendors)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t4 = type$.legacy_VendorEntity; + vendor = t4._as(t1.get$first(vendors)); vendorIds = t1.map$1$1(vendors, new A.handleVendorAction_closure(), type$.legacy_String).toList$0(0); switch (action) { case B.EntityAction_edit: @@ -83428,75 +85605,87 @@ A.launchUrl(A.Uri_parse(contact.link + "?silent=true", 0, _null)); break; case B.EntityAction_newPurchaseOrder: - A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_purchaseOrder, _null, state, _null, vendor), false); + A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_purchaseOrder, _null, t2, _null, vendor), false); break; case B.EntityAction_newExpense: - A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, state, _null, vendor), false); + A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, t2, _null, vendor), false); break; case B.EntityAction_newRecurringExpense: - A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, state, _null, vendor), false); + A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, t2, _null, vendor), false); break; case B.EntityAction_restore: if (vendorIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_vendors"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_vendors"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(vendorIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(vendorIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_vendor"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "restored_vendor"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreVendorRequest(t1, vendorIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreVendorRequest(t1, vendorIds)); break; case B.EntityAction_archive: if (vendorIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_vendors"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_vendors"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(vendorIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(vendorIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_vendor"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "archived_vendor"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveVendorRequest(t1, vendorIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveVendorRequest(t1, vendorIds)); break; case B.EntityAction_delete: if (vendorIds.length > 1) { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_vendors"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_vendors"); if (t1 == null) t1 = ""; - message = B.JSString_methods.replaceFirst$2(t1, _s6_0, B.JSInt_methods.toString$0(vendorIds.length)); + message = B.JSString_methods.replaceFirst$2(t1, _s6_, B.JSInt_methods.toString$0(vendorIds.length)); } else { - t2.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_vendor"); + t3.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "deleted_vendor"); message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteVendorRequest(t1, vendorIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteVendorRequest(t1, vendorIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, _s6_).uiState.vendorUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartVendorMultiselect()); + if (store.__Store__state_A.uiState.vendorUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartVendorMultiselect()); + } if (t1.get$isEmpty(vendors)) break; for (t1 = t1.get$iterator(vendors); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, _s6_).uiState.vendorUIState.listUIState; + t3 = store.__Store__state_A.uiState.vendorUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToVendorMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromVendorMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToVendorMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromVendorMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -83505,10 +85694,12 @@ case B.EntityAction_documents: documentIds = A._setArrayType([], type$.JSArray_legacy_String); for (t1 = t1.get$iterator(vendors); t1.moveNext$0();) - for (t4 = t3._as(t1.get$current(t1)).documents._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")); t4.moveNext$0();) - documentIds.push(t4.__interceptors$_current.id); - t1 = A.snackBarCompleter(context, t2.get$exportedData(), false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); + for (t2 = t4._as(t1.get$current(t1)).documents._list, t2 = new J.ArrayIterator(t2, t2.length, A._arrayInstanceType(t2)._eval$1("ArrayIterator<1>")); t2.moveNext$0();) + documentIds.push(t2.__interceptors$_current.id); + t1 = A.snackBarCompleter(context, t3.get$exportedData(), false, type$.Null); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DownloadDocumentsRequest(t1, documentIds)); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in vendor_actions"); @@ -83781,16 +85972,16 @@ A.ArgumentError_checkNotNull(state, "other"); t1._vendor_state$_$v = state; new A.vendorUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, editVendorContact(contact, action) { var t1 = action.get$contact(); return t1 == null ? A.VendorContactEntity_VendorContactEntity() : t1; }, - _clearEditing20(vendor, action) { + _clearEditing21(vendor, action) { return A.VendorEntity_VendorEntity(null, null, null); }, - _updateEditing21(vendor, action) { + _updateEditing22(vendor, action) { return J.get$vendor$x(action); }, _addContact(vendor, action) { @@ -83851,16 +86042,16 @@ _sortVendors(vendorListState, action) { return vendorListState.rebuild$1(new A._sortVendors_closure(action)); }, - _startListMultiselect22(vendorListState, action) { + _startListMultiselect23(vendorListState, action) { return vendorListState.rebuild$1(new A._startListMultiselect_closure3()); }, - _addToListMultiselect22(vendorListState, action) { + _addToListMultiselect23(vendorListState, action) { return vendorListState.rebuild$1(new A._addToListMultiselect_closure3(action)); }, - _removeFromListMultiselect22(vendorListState, action) { + _removeFromListMultiselect23(vendorListState, action) { return vendorListState.rebuild$1(new A._removeFromListMultiselect_closure3(action)); }, - _clearListMultiselect22(vendorListState, action) { + _clearListMultiselect23(vendorListState, action) { return vendorListState.rebuild$1(new A._clearListMultiselect_closure3()); }, _archiveVendorSuccess(vendorState, action) { @@ -83884,7 +86075,7 @@ _setLoadedVendors(vendorState, action) { return vendorState.loadVendors$1(action.vendors); }, - _setLoadedCompany21(vendorState, action) { + _setLoadedCompany22(vendorState, action) { return vendorState.loadVendors$1(action.userCompany.company.vendors); }, vendorUIReducer_closure: function vendorUIReducer_closure(t0, t1) { @@ -84153,7 +86344,6 @@ }, handleWebhookAction(context, webhooks, action) { var store, t2, webhook, webhookIds, message, t3, t4, _s6_ = ":value", - _s12_ = "_dispatchers", t1 = J.getInterceptor$asx(webhooks); if (t1.get$isEmpty(webhooks)) return; @@ -84182,7 +86372,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RestoreWebhooksRequest(t1, webhookIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RestoreWebhooksRequest(t1, webhookIds)); break; case B.EntityAction_archive: if (webhookIds.length > 1) { @@ -84197,7 +86389,9 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.ArchiveWebhooksRequest(t1, webhookIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ArchiveWebhooksRequest(t1, webhookIds)); break; case B.EntityAction_delete: if (webhookIds.length > 1) { @@ -84212,24 +86406,34 @@ message = t1 == null ? "" : t1; } t1 = A.snackBarCompleter(context, message, false, type$.Null); - store.get$_dispatchers()[0].call$1(new A.DeleteWebhooksRequest(t1, webhookIds)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteWebhooksRequest(t1, webhookIds)); break; case B.EntityAction_toggleMultiselect: - if (A._lateReadCheck(store.__Store__state, "_state").uiState.webhookUIState.listUIState.selectedIds == null) - store.get$_dispatchers()[0].call$1(new A.StartWebhookMultiselect()); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.uiState.webhookUIState.listUIState.selectedIds == null) { + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartWebhookMultiselect()); + } if (t1.get$isEmpty(webhooks)) break; for (t1 = t1.get$iterator(webhooks); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = A._lateReadCheck(store.__Store__state, "_state").uiState.webhookUIState.listUIState; + t3 = store.__Store__state_A.uiState.webhookUIState.listUIState; t4 = t2.get$id(t2); t3 = t3.selectedIds; t3 = t3 != null && B.JSArray_methods.contains$1(t3._list, t4); - t4 = store.__Store__dispatchers; - if (!t3) - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.AddToWebhookMultiselect(t2)); - else - J.$index$asx(A._lateReadCheck(t4, _s12_), 0).call$1(new A.RemoveFromWebhookMultiselect(t2)); + t4 = store.__Store__dispatchers_F; + if (!t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddToWebhookMultiselect(t2)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RemoveFromWebhookMultiselect(t2)); + } } break; case B.EntityAction_more: @@ -84456,12 +86660,12 @@ A.ArgumentError_checkNotNull(state, "other"); t1._webhook_state$_$v = state; new A.webhookUIReducer_closure(state, action).call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, - _clearEditing21(webhook, action) { + _clearEditing22(webhook, action) { return A.WebhookEntity_WebhookEntity(null, null); }, - _updateEditing22(webhook, action) { + _updateEditing23(webhook, action) { return action.get$webhook(); }, _viewWebhookList0(webhookListState, action) { @@ -84497,16 +86701,16 @@ _sortWebhooks(webhookListState, action) { return webhookListState.rebuild$1(new A._sortWebhooks_closure(action)); }, - _startListMultiselect23(productListState, action) { + _startListMultiselect24(productListState, action) { return productListState.rebuild$1(new A._startListMultiselect_closure14()); }, - _addToListMultiselect23(productListState, action) { + _addToListMultiselect24(productListState, action) { return productListState.rebuild$1(new A._addToListMultiselect_closure14(action)); }, - _removeFromListMultiselect23(productListState, action) { + _removeFromListMultiselect24(productListState, action) { return productListState.rebuild$1(new A._removeFromListMultiselect_closure14(action)); }, - _clearListMultiselect23(productListState, action) { + _clearListMultiselect24(productListState, action) { return productListState.rebuild$1(new A._clearListMultiselect_closure14()); }, _archiveWebhookSuccess(webhookState, action) { @@ -84530,7 +86734,7 @@ _setLoadedWebhooks(webhookState, action) { return webhookState.loadWebhooks$1(action.webhooks); }, - _setLoadedCompany22(webhookState, action) { + _setLoadedCompany23(webhookState, action) { return webhookState.loadWebhooks$1(action.userCompany.company.webhooks); }, webhookUIReducer_closure: function webhookUIReducer_closure(t0, t1) { @@ -85043,11 +87247,6 @@ AppTitleBar: function AppTitleBar(t0) { this.key = t0; }, - AppTitleBar_build_closure: function AppTitleBar_build_closure(t0) { - this.store = t0; - }, - AppTitleBar_build__closure: function AppTitleBar_build__closure() { - }, AppWebView: function AppWebView(t0, t1) { this.html = t0; this.key = t1; @@ -85143,7 +87342,9 @@ _.idToken = t3; }, ConfirmEmailVM_fromStore(store) { - return new A.ConfirmEmailVM(A._lateReadCheck(store.__Store__state, "_state"), new A.ConfirmEmailVM_fromStore_closure(store), new A.ConfirmEmailVM_fromStore_closure0(store), new A.ConfirmEmailVM_fromStore_closure1(store), new A.ConfirmEmailVM_fromStore_closure2(store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ConfirmEmailVM(t1, new A.ConfirmEmailVM_fromStore_closure(store), new A.ConfirmEmailVM_fromStore_closure0(store), new A.ConfirmEmailVM_fromStore_closure1(store), new A.ConfirmEmailVM_fromStore_closure2(store)); }, ConfirmEmailBuilder: function ConfirmEmailBuilder(t0) { this.key = t0; @@ -85576,7 +87777,7 @@ showEntityActionsDialog(completer, entities, multiselect) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, t1, mainContext, state, actions, first, t2, t3, client; + $async$returnValue, t1, mainContext, t2, actions, first, t3, t4, client; var $async$showEntityActionsDialog = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -85592,20 +87793,21 @@ t1 = $.$get$navigatorKey(); t1.toString; mainContext = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); - state = A._lateReadCheck(A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState).__Store__state, "_state"); + t2 = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); actions = A._setArrayType([], type$.JSArray_legacy_Widget); first = J.$index$asx(entities, 0); if (type$.legacy_BelongsToClient._is(first)) { - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - client = t2._list[t3].clientState.$get$1(0, first.get$clientId(first)); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + client = t3._list[t4].clientState.$get$1(0, first.get$clientId(first)); } else client = null; - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - t3 = first.getActions$4$client$includeEdit$multiselect$userCompany(client, true, multiselect, t2._list[t3].userCompany); - t2 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,StatelessWidget*>"); - B.JSArray_methods.addAll$1(actions, A.List_List$of(new A.MappedListIterable(t3, new A.showEntityActionsDialog_closure(entities, mainContext, completer), t2), true, t2._eval$1("ListIterable.E"))); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t2 = first.getActions$4$client$includeEdit$multiselect$userCompany(client, true, multiselect, t3._list[t2].userCompany); + t3 = A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,StatelessWidget*>"); + B.JSArray_methods.addAll$1(actions, A.List_List$of(new A.MappedListIterable(t2, new A.showEntityActionsDialog_closure(entities, mainContext, completer), t3), true, t3._eval$1("ListIterable.E"))); if (actions.length === 0) { // goto return $async$goto = 1; @@ -86707,12 +88909,13 @@ this.context = t0; }, AppDrawerVM_fromStore(store) { - var t1, t2, - state = A._lateReadCheck(store.__Store__state, "_state"); - state.get$companies(); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return new A.AppDrawerVM(t1._list[t2].userCompany.user); + var t2, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.get$companies(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return new A.AppDrawerVM(t2._list[t1].userCompany.user); }, HistoryDrawerBuilder: function HistoryDrawerBuilder(t0) { this.key = t0; @@ -87018,10 +89221,10 @@ }, _ListFilterState_build__closure1: function _ListFilterState_build__closure1() { }, - ListScaffold$(appBarActions, appBarLeadingActions, appBarTitle, body, bottomNavigationBar, entityType, floatingActionButton, onCancelSettingsIndex, onCancelSettingsSection, onCheckboxPressed, onHamburgerLongPress) { - return new A.ListScaffold(entityType, body, bottomNavigationBar, floatingActionButton, appBarTitle, appBarActions, appBarLeadingActions, onHamburgerLongPress, onCancelSettingsSection, onCancelSettingsIndex, onCheckboxPressed, null); + ListScaffold$(appBarActions, appBarLeadingActions, appBarTitle, body, bottomNavigationBar, createLabel, entityType, floatingActionButton, onCancelSettingsIndex, onCancelSettingsSection, onCheckboxPressed, onCreatePressed, onHamburgerLongPress) { + return new A.ListScaffold(entityType, body, bottomNavigationBar, floatingActionButton, appBarTitle, appBarActions, appBarLeadingActions, onHamburgerLongPress, onCancelSettingsSection, onCancelSettingsIndex, onCheckboxPressed, createLabel, onCreatePressed, null); }, - ListScaffold: function ListScaffold(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + ListScaffold: function ListScaffold(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _.entityType = t0; _.body = t1; @@ -87034,38 +89237,36 @@ _.onCancelSettingsSection = t8; _.onCancelSettingsIndex = t9; _.onCheckboxPressed = t10; - _.key = t11; + _.createLabel = t11; + _.onCreatePressed = t12; + _.key = t13; }, ListScaffold_build_closure: function ListScaffold_build_closure(t0) { this.context = t0; }, ListScaffold_build_closure0: function ListScaffold_build_closure0(t0, t1) { - this.$this = t0; - this.context = t1; - }, - ListScaffold_build_closure1: function ListScaffold_build_closure1(t0, t1) { this.$this = t0; this.localization = t1; }, ListScaffold_build__closure0: function ListScaffold_build__closure0(t0) { this.context = t0; }, - ListScaffold_build_closure2: function ListScaffold_build_closure2(t0, t1) { + ListScaffold_build_closure1: function ListScaffold_build_closure1(t0, t1) { this.$this = t0; this.context = t1; }, - ListScaffold_build_closure3: function ListScaffold_build_closure3(t0) { + ListScaffold_build_closure2: function ListScaffold_build_closure2(t0) { this.$this = t0; }, - ListScaffold_build_closure6: function ListScaffold_build_closure6(t0) { + ListScaffold_build_closure5: function ListScaffold_build_closure5(t0) { this.store = t0; }, - ListScaffold_build_closure4: function ListScaffold_build_closure4(t0, t1, t2) { + ListScaffold_build_closure3: function ListScaffold_build_closure3(t0, t1, t2) { this.$this = t0; this.store = t1; this.state = t2; }, - ListScaffold_build_closure5: function ListScaffold_build_closure5(t0, t1) { + ListScaffold_build_closure4: function ListScaffold_build_closure4(t0, t1) { this.state = t0; this.store = t1; }, @@ -87198,12 +89399,12 @@ t1 = J.$index$asx(t2.$index(0, t1), "view_settings"); if (t1 == null) t1 = ""; - A.showMessageDialog(context, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._showConnectStripe_closure(), _null)], type$.JSArray_legacy_TextButton)); + A.showMessageDialog(context, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showConnectStripe_closure(), _null)], type$.JSArray_legacy_TextButton)); }, _showAbout(context) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - store, state, t1, t2; + t2, t3, store, t1; var $async$_showAbout = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -87212,10 +89413,11 @@ case 0: // Function start store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = Date.now(); - A.showDialog(null, true, new A._showAbout_closure(t1, A.Image$asset("assets/images/icon.png", 40, null, 40), "\xa9 " + A.Primitives_getYear(new A.DateTime(t2, false)) + " Invoice Ninja", state, store), context, null, true, type$.Null); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = Date.now(); + A.showDialog(null, true, new A._showAbout_closure(t2, A.Image$asset("assets/images/icon.png", 40, null, 40), "\xa9 " + A.Primitives_getYear(new A.DateTime(t3, false)) + " Invoice Ninja", t1, store), context, null, true, type$.Null); // implicit return return A._asyncReturn(null, $async$completer); } @@ -87599,13 +89801,14 @@ this.value = t1; }, MenuDrawerVM_fromStore(store) { - var t3, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list[t2].userCompany; - t3 = t1.user; - return new A.MenuDrawerVM(state, t1.company, t3, B.JSInt_methods.toString$0(t2), new A.MenuDrawerVM_fromStore_closure(state, store), new A.MenuDrawerVM_fromStore_closure0(state, store), new A.MenuDrawerVM_fromStore_closure1(state, store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t2 = t2._list[t3].userCompany; + t4 = t2.user; + return new A.MenuDrawerVM(t1, t2.company, t4, B.JSInt_methods.toString$0(t3), new A.MenuDrawerVM_fromStore_closure(t1, store), new A.MenuDrawerVM_fromStore_closure0(t1, store), new A.MenuDrawerVM_fromStore_closure1(t1, store)); }, MenuDrawerBuilder: function MenuDrawerBuilder(t0) { this.key = t0; @@ -87719,6 +89922,13 @@ this.$this = t0; this.x = t1; }, + AppPinput: function AppPinput(t0, t1) { + this.onCompleted = t0; + this.key = t1; + }, + AppPinput_build_closure: function AppPinput_build_closure(t0) { + this.localization = t0; + }, PortalLinks: function PortalLinks(t0, t1, t2, t3, t4) { var _ = this; _.viewLink = t0; @@ -87846,26 +90056,23 @@ this.$this = t0; }, _SmsVerificationState_build_closure0: function _SmsVerificationState_build_closure0(t0) { - this.localization = t0; - }, - _SmsVerificationState_build_closure1: function _SmsVerificationState_build_closure1(t0) { this.$this = t0; }, - _SmsVerificationState_build_closure2: function _SmsVerificationState_build_closure2(t0) { + _SmsVerificationState_build_closure1: function _SmsVerificationState_build_closure1(t0) { this.localization = t0; }, - _SmsVerificationState_build_closure3: function _SmsVerificationState_build_closure3(t0) { + _SmsVerificationState_build_closure2: function _SmsVerificationState_build_closure2(t0) { this.context = t0; }, + _SmsVerificationState_build_closure3: function _SmsVerificationState_build_closure3(t0) { + this.$this = t0; + }, _SmsVerificationState_build_closure4: function _SmsVerificationState_build_closure4(t0) { this.$this = t0; }, _SmsVerificationState_build_closure5: function _SmsVerificationState_build_closure5(t0) { this.$this = t0; }, - _SmsVerificationState_build_closure6: function _SmsVerificationState_build_closure6(t0) { - this.$this = t0; - }, SystemLogViewer: function SystemLogViewer(t0, t1) { this.systemLogs = t0; this.key = t1; @@ -87923,7 +90130,7 @@ }, TableRowInkWell$0(child, onTap) { var _null = null; - return new A.TableRowInkWell0(child, onTap, _null, _null, _null, _null, _null, _null, _null, _null, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, false, _null, false, _null, true, _null); + return new A.TableRowInkWell0(child, onTap, _null, _null, _null, _null, _null, _null, _null, _null, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, false, _null, false, _null, true, _null, _null); }, DataColumn0: function DataColumn0(t0, t1) { this.label = t0; @@ -87976,7 +90183,7 @@ AppDataTable_build_closure3: function AppDataTable_build_closure3(t0) { this.row = t0; }, - TableRowInkWell0: function TableRowInkWell0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27) { + TableRowInkWell0: function TableRowInkWell0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { var _ = this; _.child = t0; _.onTap = t1; @@ -88005,7 +90212,8 @@ _.autofocus = t24; _.focusNode = t25; _.canRequestFocus = t26; - _.key = t27; + _.statesController = t27; + _.key = t28; }, TableRowInkWell_getRectCallback_closure0: function TableRowInkWell_getRectCallback_closure0(t0) { this.referenceBox = t0; @@ -88032,7 +90240,7 @@ }, _NullTableColumnWidth0: function _NullTableColumnWidth0() { }, - _NullWidget3: function _NullWidget3(t0) { + _NullWidget4: function _NullWidget4(t0) { this.key = t0; }, __SortArrowState_State_TickerProviderStateMixin0: function __SortArrowState_State_TickerProviderStateMixin0() { @@ -88568,12 +90776,11 @@ this.key = t1; }, LoginVM_fromStore(store) { - var _s6_ = "_state", - t1 = new A.LoginVM_fromStore__handleLogin(store), + var t1 = new A.LoginVM_fromStore__handleLogin(store), t2 = new A.LoginVM_fromStore__formatApiUrl(), - t3 = A._lateReadCheck(store.__Store__state, _s6_); - A._lateReadCheck(store.__Store__state, _s6_).toString; - return new A.LoginVM(t3, A._lateReadCheck(store.__Store__state, _s6_).authState, new A.LoginVM_fromStore_closure(store, t2, t1), new A.LoginVM_fromStore_closure0(store, t2), new A.LoginVM_fromStore_closure1(store, t1), new A.LoginVM_fromStore_closure2(), new A.LoginVM_fromStore_closure3(store, t2, t1), new A.LoginVM_fromStore_closure4(store, t1), new A.LoginVM_fromStore_closure5(store, t2, t1), new A.LoginVM_fromStore_closure6(store, t1), new A.LoginVM_fromStore_closure7(store, t2, t1), new A.LoginVM_fromStore_closure8(store, t1)); + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.LoginVM(t3, t3.authState, new A.LoginVM_fromStore_closure(store, t2, t1), new A.LoginVM_fromStore_closure0(store, t2), new A.LoginVM_fromStore_closure1(store, t1), new A.LoginVM_fromStore_closure2(), new A.LoginVM_fromStore_closure3(store, t2, t1), new A.LoginVM_fromStore_closure4(store, t1), new A.LoginVM_fromStore_closure5(store, t2, t1), new A.LoginVM_fromStore_closure6(store, t1), new A.LoginVM_fromStore_closure7(store, t2, t1), new A.LoginVM_fromStore_closure8(store, t1)); }, LoginScreen: function LoginScreen(t0) { this.key = t0; @@ -88723,6 +90930,205 @@ }, LoginVM_fromStore_closure2: function LoginVM_fromStore_closure2() { }, + BankAccountListItem: function BankAccountListItem(t0, t1, t2, t3, t4) { + var _ = this; + _.user = t0; + _.bankAccount = t1; + _.filter = t2; + _.isChecked = t3; + _.key = t4; + }, + BankAccountListItem_build_closure1: function BankAccountListItem_build_closure1(t0) { + this.$this = t0; + }, + BankAccountListItem_build_closure0: function BankAccountListItem_build_closure0(t0) { + this.$this = t0; + }, + BankAccountListItem_build_closure: function BankAccountListItem_build_closure(t0) { + this.$this = t0; + }, + BankAccountListVM_fromStore(store) { + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.bankAccountUIState; + t3.toString; + t5 = $.$get$memoizedFilteredBankAccountList(); + t6 = t1.getUISelection$1(B.EntityType_bankAccount); + t7 = t2[t4].bankAccountState; + t3 = t3.listUIState; + t7 = t5.call$4(t6, t7.map, t7.list, t3); + t6 = t2[t4]; + t5 = t6.bankAccountState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_bankAccount); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType([], type$.JSArray_legacy_String); + } else + t2 = t6; + return new A.BankAccountListVM(t1, t7, t5, t3, new A.BankAccountListVM_fromStore_closure(new A.BankAccountListVM_fromStore__handleRefresh(store)), t2, new A.BankAccountListVM_fromStore_closure0(store), new A.BankAccountListVM_fromStore_closure1(store)); + }, + BankAccountListBuilder: function BankAccountListBuilder(t0) { + this.key = t0; + }, + BankAccountListBuilder_build_closure: function BankAccountListBuilder_build_closure() { + }, + BankAccountListBuilder_build__closure: function BankAccountListBuilder_build__closure(t0) { + this.viewModel = t0; + }, + BankAccountListVM: function BankAccountListVM(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.state = t0; + _.bankAccountList = t1; + _.bankAccountMap = t2; + _.filter = t3; + _.onRefreshed = t4; + _.tableColumns = t5; + _.onSortColumn = t6; + _.onClearMultielsect = t7; + }, + BankAccountListVM_fromStore__handleRefresh: function BankAccountListVM_fromStore__handleRefresh(t0) { + this.store = t0; + }, + BankAccountListVM_fromStore_closure: function BankAccountListVM_fromStore_closure(t0) { + this._handleRefresh = t0; + }, + BankAccountListVM_fromStore_closure0: function BankAccountListVM_fromStore_closure0(t0) { + this.store = t0; + }, + BankAccountListVM_fromStore_closure1: function BankAccountListVM_fromStore_closure1(t0) { + this.store = t0; + }, + BankAccountPresenter: function BankAccountPresenter() { + this.context = this.entity = null; + }, + BankAccountScreen: function BankAccountScreen(t0, t1) { + this.viewModel = t0; + this.key = t1; + }, + BankAccountScreen_connectAccounts_closure: function BankAccountScreen_connectAccounts_closure(t0, t1) { + this.store = t0; + this.credentials = t1; + }, + BankAccountScreen_connectAccounts_closure0: function BankAccountScreen_connectAccounts_closure0(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure11: function BankAccountScreen_build_closure11(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure10: function BankAccountScreen_build_closure10(t0, t1) { + this.$this = t0; + this.context = t1; + }, + BankAccountScreen_build_closure7: function BankAccountScreen_build_closure7(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure8: function BankAccountScreen_build_closure8(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure9: function BankAccountScreen_build_closure9(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure4: function BankAccountScreen_build_closure4(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure5: function BankAccountScreen_build_closure5(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure: function BankAccountScreen_build_closure(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure0: function BankAccountScreen_build_closure0(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure1: function BankAccountScreen_build_closure1(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure2: function BankAccountScreen_build_closure2(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure3: function BankAccountScreen_build_closure3(t0) { + this.store = t0; + }, + BankAccountScreen_build_closure6: function BankAccountScreen_build_closure6(t0, t1) { + this.$this = t0; + this.context = t1; + }, + BankAccountScreenVM_fromStore(store) { + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].bankAccountState.toString; + t5 = $.$get$memoizedFilteredBankAccountList(); + t1 = t1.getUISelection$1(B.EntityType_bankAccount); + t6 = t2[t4].bankAccountState; + t7 = t6.map; + t6 = t6.list; + t3 = t3.bankAccountUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; + return new A.BankAccountScreenVM(t6); + }, + BankAccountScreenBuilder: function BankAccountScreenBuilder(t0) { + this.key = t0; + }, + BankAccountScreenBuilder_build_closure: function BankAccountScreenBuilder_build_closure() { + }, + BankAccountScreenVM: function BankAccountScreenVM(t0) { + this.bankAccountList = t0; + }, + BankAccountView: function BankAccountView(t0, t1, t2) { + this.viewModel = t0; + this.isFilter = t1; + this.key = t2; + }, + _BankAccountViewState: function _BankAccountViewState(t0) { + this._widget = null; + this._debugLifecycleState = t0; + this._framework$_element = null; + }, + BankAccountViewVM_BankAccountViewVM$fromStore(store) { + var t2, t3, t4, t5, bankAccount, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].bankAccountState.map; + t3 = t3.bankAccountUIState.selectedId; + bankAccount = t5._map$_map.$index(0, t3); + if (bankAccount == null) + bankAccount = A.BankAccountEntity_BankAccountEntity(t3); + t2 = t2[t4].userCompany.company; + bankAccount.get$isNew(); + return new A.BankAccountViewVM(t1, bankAccount, t2); + }, + BankAccountViewScreen: function BankAccountViewScreen(t0) { + this.key = t0; + }, + BankAccountViewScreen_build_closure0: function BankAccountViewScreen_build_closure0() { + }, + BankAccountViewScreen_build_closure: function BankAccountViewScreen_build_closure(t0) { + this.$this = t0; + }, + BankAccountViewVM: function BankAccountViewVM(t0, t1, t2) { + this.state = t0; + this.bankAccount = t1; + this.company = t2; + }, ClientListItem: function ClientListItem(t0, t1, t2, t3, t4) { var _ = this; _.user = t0; @@ -88762,31 +91168,32 @@ this.$this = t0; }, ClientListVM_fromStore(store) { - var t6, t7, t8, t9, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedFilteredClientList(), - t2 = state.getUISelection$1(B.EntityType_client), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.clientState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.groupState.map; - t4 = t4.clientUIState.listUIState; - t6 = t1.call$7(t2, t8, t7, t9, t4, t6.userState.map, state.staticState); - t9 = t3[t5]; - t7 = t9.clientState.map; - t4 = t4.filter; - t9 = t9.userCompany.settings; - t1 = t9 == null ? null : t9.getTableColumns$1(B.EntityType_client); - if (t1 == null) { - t3[t5].toString; - t1 = A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedFilteredClientList(); + t3 = t1.getUISelection$1(B.EntityType_client); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.clientState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.groupState.map; + t5 = t5.clientUIState.listUIState; + t7 = t2.call$7(t3, t9, t8, t10, t5, t7.userState.map, t1.staticState); + t10 = t4[t6]; + t8 = t10.clientState.map; + t5 = t5.filter; + t10 = t10.userCompany.settings; + t2 = t10 == null ? null : t10.getTableColumns$1(B.EntityType_client); + if (t2 == null) { + t4[t6].toString; + t2 = A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], type$.JSArray_legacy_String); } - return new A.ClientListVM(state, t6, t7, t4, new A.ClientListVM_fromStore_closure(new A.ClientListVM_fromStore__handleRefresh(store)), t1, new A.ClientListVM_fromStore_closure0(store), new A.ClientListVM_fromStore_closure1(store)); + return new A.ClientListVM(t1, t7, t8, t5, new A.ClientListVM_fromStore_closure(new A.ClientListVM_fromStore__handleRefresh(store)), t2, new A.ClientListVM_fromStore_closure0(store), new A.ClientListVM_fromStore_closure1(store)); }, ClientListBuilder: function ClientListBuilder(t0) { this.key = t0; @@ -88974,25 +91381,26 @@ this.context = t0; }, ClientScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].clientState.toString; - t4 = $.$get$memoizedFilteredClientList(); - t5 = state.getUISelection$1(B.EntityType_client); - t6 = t1[t3]; - t7 = t6.clientState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.groupState.map; - t2 = t2.clientUIState.listUIState; - t6 = t4.call$7(t5, t8, t7, t9, t2, t6.userState.map, state.staticState); - t1[t3].toString; - t2.toString; - return new A.ClientScreenVM(t6); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].clientState.toString; + t5 = $.$get$memoizedFilteredClientList(); + t6 = t1.getUISelection$1(B.EntityType_client); + t7 = t2[t4]; + t8 = t7.clientState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.groupState.map; + t3 = t3.clientUIState.listUIState; + t1 = t5.call$7(t6, t9, t8, t10, t3, t7.userState.map, t1.staticState); + t2[t4].toString; + t3.toString; + return new A.ClientScreenVM(t1); }, ClientScreenBuilder: function ClientScreenBuilder(t0) { this.key = t0; @@ -89223,13 +91631,15 @@ this.$this = t0; }, ClientEditContactsVM_ClientEditContactsVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.clientUIState, - client = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.ClientEditContactsVM(t3._list[t1].userCompany.company, client, t2.editingContact, new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure(store), new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0(store), new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1(store), new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2(store)); + var t2, t3, client, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.clientUIState; + client = t3.editing; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.ClientEditContactsVM(t1._list[t2].userCompany.company, client, t3.editingContact, new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure(store), new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0(store), new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1(store), new A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2(store)); }, ClientEditContactsScreen: function ClientEditContactsScreen(t0, t1) { this.viewModel = t0; @@ -89495,18 +91905,19 @@ this.$this = t0; }, ClientEditVM_ClientEditVM$fromStore(store) { - var t3, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - client = t1.clientUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1]; - t2 = t1.userCompany.company; - t1 = t1.clientState.map; - t3 = client.id; - t1._map$_map.$index(0, t3); - return new A.ClientEditVM(state, t2, client, new A.ClientEditVM_ClientEditVM$fromStore_closure(store), new A.ClientEditVM_ClientEditVM$fromStore_closure0(store, state), new A.ClientEditVM_ClientEditVM$fromStore_closure1(state, store), state.staticState, new A.ClientEditVM_ClientEditVM$fromStore_closure2(store, client), new A.ClientEditVM_ClientEditVM$fromStore_closure3(store, client)); + var t2, client, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + client = t2.clientUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + t3 = t2.userCompany.company; + t2 = t2.clientState.map; + t4 = client.id; + t2._map$_map.$index(0, t4); + return new A.ClientEditVM(t1, t3, client, new A.ClientEditVM_ClientEditVM$fromStore_closure(store), new A.ClientEditVM_ClientEditVM$fromStore_closure0(store, t1), new A.ClientEditVM_ClientEditVM$fromStore_closure1(t1, store), t1.staticState, new A.ClientEditVM_ClientEditVM$fromStore_closure2(store, client), new A.ClientEditVM_ClientEditVM$fromStore_closure3(store, client)); }, ClientEditScreen: function ClientEditScreen(t0) { this.key = t0; @@ -89875,19 +92286,20 @@ this._framework$_element = null; }, ClientViewVM_ClientViewVM$fromStore(store) { - var t4, client, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].clientState.map; - t2 = t2.clientUIState.selectedId; - client = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, client, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].clientState.map; + t3 = t3.clientUIState.selectedId; + client = t5._map$_map.$index(0, t3); if (client == null) - client = A.ClientEntity_ClientEntity(null, t2, null, null); + client = A.ClientEntity_ClientEntity(null, t3, null, null); client.get$isNew(); - return new A.ClientViewVM(state, client, t1[t3].userCompany.company, new A.ClientViewVM_ClientViewVM$fromStore_closure(new A.ClientViewVM_ClientViewVM$fromStore__handleRefresh(store, client)), new A.ClientViewVM_ClientViewVM$fromStore_closure0(store, client), new A.ClientViewVM_ClientViewVM$fromStore_closure1(store, client)); + return new A.ClientViewVM(t1, client, t2[t4].userCompany.company, new A.ClientViewVM_ClientViewVM$fromStore_closure(new A.ClientViewVM_ClientViewVM$fromStore__handleRefresh(store, client)), new A.ClientViewVM_ClientViewVM$fromStore_closure0(store, client), new A.ClientViewVM_ClientViewVM$fromStore_closure1(store, client)); }, ClientViewScreen: function ClientViewScreen(t0, t1, t2) { this.isFilter = t0; @@ -89980,26 +92392,27 @@ this.$this = t0; }, CompanyGatewayListVM_fromStore(store) { - var t2, t3, t4, t5, t6, gatewayIds, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - uiState = t1.settingsUIState, - companyGatewayIds = uiState.get$settings().companyGatewayIds; + var t2, uiState, companyGatewayIds, t3, t4, t5, t6, t7, gatewayIds, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + uiState = t2.settingsUIState; + companyGatewayIds = uiState.get$settings().companyGatewayIds; if ((companyGatewayIds == null ? "" : companyGatewayIds).length === 0) { - t2 = state.userCompanyStates; - t3 = t1.selectedCompanyIndex; - companyGatewayIds = B.JSArray_methods.join$1(t2._list[t3].companyGatewayState.list._list, ","); + t3 = t1.userCompanyStates; + t4 = t2.selectedCompanyIndex; + companyGatewayIds = B.JSArray_methods.join$1(t3._list[t4].companyGatewayState.list._list, ","); } - t2 = $.$get$memoizedFilteredCompanyGatewayList(); - t3 = state.userCompanyStates; - t4 = t1.selectedCompanyIndex; - t3 = t3._list; - t5 = t3[t4].companyGatewayState; - t6 = t5.map; - t5 = t5.list; - t1 = t1.companyGatewayUIState.listUIState; - gatewayIds = t2.call$5(t6, t5, t1, companyGatewayIds, uiState.entityType === B.EntityType_company); - return new A.CompanyGatewayListVM(state, gatewayIds, t3[t4].companyGatewayState.map, t1.filter, new A.CompanyGatewayListVM_fromStore_closure(new A.CompanyGatewayListVM_fromStore__handleRefresh(store)), new A.CompanyGatewayListVM_fromStore_closure0(gatewayIds, uiState, store), new A.CompanyGatewayListVM_fromStore_closure1(gatewayIds, uiState, store)); + t3 = $.$get$memoizedFilteredCompanyGatewayList(); + t4 = t1.userCompanyStates; + t5 = t2.selectedCompanyIndex; + t4 = t4._list; + t6 = t4[t5].companyGatewayState; + t7 = t6.map; + t6 = t6.list; + t2 = t2.companyGatewayUIState.listUIState; + gatewayIds = t3.call$5(t7, t6, t2, companyGatewayIds, uiState.entityType === B.EntityType_company); + return new A.CompanyGatewayListVM(t1, gatewayIds, t4[t5].companyGatewayState.map, t2.filter, new A.CompanyGatewayListVM_fromStore_closure(new A.CompanyGatewayListVM_fromStore__handleRefresh(store)), new A.CompanyGatewayListVM_fromStore_closure0(gatewayIds, uiState, store), new A.CompanyGatewayListVM_fromStore_closure1(gatewayIds, uiState, store)); }, CompanyGatewayListBuilder: function CompanyGatewayListBuilder(t0) { this.key = t0; @@ -90095,20 +92508,21 @@ this.context = t1; }, CompanyGatewayScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].companyGatewayState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState; + t3 = t1.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3].companyGatewayState; t5 = t4.map; t6 = $.$get$memoizedFilteredCompanyGatewayList(); t4 = t4.list; - t7 = t2.companyGatewayUIState.listUIState; - t2 = t2.settingsUIState; - t6.call$5(t5, t4, t7, t2.get$settings().companyGatewayIds, t2.entityType === B.EntityType_company); - t1[t3].toString; + t7 = t1.companyGatewayUIState.listUIState; + t1 = t1.settingsUIState; + t6.call$5(t5, t4, t7, t1.get$settings().companyGatewayIds, t1.entityType === B.EntityType_company); + t2[t3].toString; return new A.CompanyGatewayScreenVM(t7.selectedIds != null, t5, new A.CompanyGatewayScreenVM_fromStore_closure(store)); }, CompanyGatewayScreenBuilder: function CompanyGatewayScreenBuilder(t0) { @@ -90463,16 +92877,18 @@ __CompanyGatewayEditState_State_SingleTickerProviderStateMixin: function __CompanyGatewayEditState_State_SingleTickerProviderStateMixin() { }, CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store) { - var t3, t4, - companyGateway = A._lateReadCheck(store.__Store__state, "_state").uiState.companyGatewayUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2].companyGatewayState.map; - t4 = companyGateway.id; - t3._map$_map.$index(0, t4); - return new A.CompanyGatewayEditVM(companyGateway, t1[t2].userCompany.company, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure(store), new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0(store, state), new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1(store, state), state, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2(state, store)); + var t2, companyGateway, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + companyGateway = t2.companyGatewayUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].companyGatewayState.map; + t5 = companyGateway.id; + t4._map$_map.$index(0, t5); + return new A.CompanyGatewayEditVM(companyGateway, t3[t2].userCompany.company, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure(store), new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0(store, t1), new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1(store, t1), t1, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2(t1, store)); }, CompanyGatewayEditScreen: function CompanyGatewayEditScreen(t0) { this.key = t0; @@ -90590,20 +93006,21 @@ __CompanyGatewayViewState_State_SingleTickerProviderStateMixin: function __CompanyGatewayViewState_State_SingleTickerProviderStateMixin() { }, CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store) { - var t4, companyGateway, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].companyGatewayState.map; - t2 = t2.companyGatewayUIState.selectedId; - companyGateway = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, companyGateway, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].companyGatewayState.map; + t3 = t3.companyGatewayUIState.selectedId; + companyGateway = t5._map$_map.$index(0, t3); if (companyGateway == null) - companyGateway = A.CompanyGatewayEntity_CompanyGatewayEntity(t2, null); - t1 = t1[t3].userCompany.company; + companyGateway = A.CompanyGatewayEntity_CompanyGatewayEntity(t3, null); + t2 = t2[t4].userCompany.company; companyGateway.get$isNew(); - return new A.CompanyGatewayViewVM(state, companyGateway, t1, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure(store), new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh(store, companyGateway)), new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1(state, store), new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2(state, store)); + return new A.CompanyGatewayViewVM(t1, companyGateway, t2, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure(store), new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh(store, companyGateway)), new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1(t1, store), new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2(t1, store)); }, CompanyGatewayViewScreen: function CompanyGatewayViewScreen(t0, t1) { this.isFilter = t0; @@ -90685,15 +93102,16 @@ this.context = t1; }, EmailCreditVM_EmailCreditVM$fromStore(store, credit) { - var t3, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2]; - t1 = t2.userCompany.company; - t2 = t2.clientState.map; - t3 = credit.clientId; - return new A.EmailCreditVM(state, t1, credit, t2._map$_map.$index(0, t3), null, new A.EmailCreditVM_EmailCreditVM$fromStore_closure(credit, store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t3 = t2._list[t3]; + t2 = t3.userCompany.company; + t3 = t3.clientState.map; + t4 = credit.clientId; + return new A.EmailCreditVM(t1, t2, credit, t3._map$_map.$index(0, t4), null, new A.EmailCreditVM_EmailCreditVM$fromStore_closure(credit, store)); }, CreditEmailScreen: function CreditEmailScreen(t0) { this.key = t0; @@ -90763,33 +93181,34 @@ this.$this = t0; }, CreditListVM_fromStore(store) { - var t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedFilteredCreditList(), - t2 = state.getUISelection$1(B.EntityType_credit), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.creditState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.clientState.map; - t10 = t6.vendorState.map; - t4 = t4.creditUIState.listUIState; - t6 = t1.call$7(t2, t8, t7, t9, t10, t4, t6.userState.map); - t10 = t3[t5]; - t9 = t10.creditState.map; - t7 = t10.clientState.map; - t4 = t4.filter; - t10 = t10.userCompany.settings; - t1 = t10 == null ? null : t10.getTableColumns$1(B.EntityType_credit); - if (t1 == null) { - t3[t5].toString; - t1 = A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedFilteredCreditList(); + t3 = t1.getUISelection$1(B.EntityType_credit); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.creditState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.clientState.map; + t11 = t7.vendorState.map; + t5 = t5.creditUIState.listUIState; + t7 = t2.call$7(t3, t9, t8, t10, t11, t5, t7.userState.map); + t11 = t4[t6]; + t10 = t11.creditState.map; + t8 = t11.clientState.map; + t5 = t5.filter; + t11 = t11.userCompany.settings; + t2 = t11 == null ? null : t11.getTableColumns$1(B.EntityType_credit); + if (t2 == null) { + t4[t6].toString; + t2 = A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], type$.JSArray_legacy_String); } - return new A.CreditListVM(state, t6, t9, t7, t4, new A.CreditListVM_fromStore_closure(new A.CreditListVM_fromStore__handleRefresh(store)), t1, new A.CreditListVM_fromStore_closure0(store), new A.CreditListVM_fromStore_closure1(store)); + return new A.CreditListVM(t1, t7, t10, t8, t5, new A.CreditListVM_fromStore_closure(new A.CreditListVM_fromStore__handleRefresh(store)), t2, new A.CreditListVM_fromStore_closure0(store), new A.CreditListVM_fromStore_closure1(store)); }, CreditListBuilder: function CreditListBuilder(t0) { this.key = t0; @@ -90884,25 +93303,26 @@ this.context = t0; }, CreditScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].creditState.toString; - t4 = $.$get$memoizedFilteredCreditList(); - t5 = state.getUISelection$1(B.EntityType_credit); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].creditState.toString; + t5 = $.$get$memoizedFilteredCreditList(); + t1 = t1.getUISelection$1(B.EntityType_credit); + t6 = t2[t4]; t7 = t6.creditState; t8 = t7.map; t7 = t7.list; t9 = t6.clientState.map; t10 = t6.vendorState.map; - t2 = t2.creditUIState.listUIState; - t6 = t4.call$7(t5, t8, t7, t9, t10, t2, t6.userState.map); - t1[t3].toString; - t2.toString; + t3 = t3.creditUIState.listUIState; + t6 = t5.call$7(t1, t8, t7, t9, t10, t3, t6.userState.map); + t2[t4].toString; + t3.toString; return new A.CreditScreenVM(t6); }, CreditScreenBuilder: function CreditScreenBuilder(t0) { @@ -90963,16 +93383,17 @@ __CreditEditState_State_SingleTickerProviderStateMixin: function __CreditEditState_State_SingleTickerProviderStateMixin() { }, CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store) { - var company, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - credit = t1.creditUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1]; - company = t1.userCompany.company; - t1.clientState.toString; - return new A.CreditEditDetailsVM(state, company, credit, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure(store), new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0(store, state), null, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1(store), null); + var t2, credit, t3, company, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + credit = t2.creditUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + company = t2.userCompany.company; + t2.clientState.toString; + return new A.CreditEditDetailsVM(t1, company, credit, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure(store), new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0(store, t1), null, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1(store), null); }, CreditEditDetailsScreen: function CreditEditDetailsScreen(t0, t1) { this.viewModel = t0; @@ -91011,12 +93432,15 @@ this.store = t0; }, CreditEditItemsVM_CreditEditItemsVM$fromStore(store, isTasks) { - var _s6_ = "_state", - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = A._lateReadCheck(store.__Store__state, _s6_), - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - return new A.CreditEditItemsVM(t1, t3._list[t2].userCompany.company, A._lateReadCheck(store.__Store__state, _s6_).uiState.creditUIState.editing, A._lateReadCheck(store.__Store__state, _s6_).uiState.creditUIState.editingItemIndex, new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1(store, isTasks), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2(store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany.company; + t3 = t3.creditUIState; + return new A.CreditEditItemsVM(t1, t4, t3.editing, t3.editingItemIndex, new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1(store, isTasks), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2(store)); }, CreditEditItemsScreen: function CreditEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -91057,12 +93481,14 @@ this.store = t0; }, CreditEditNotesVM_CreditEditNotesVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - credit = t1.creditUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.CreditEditNotesVM(state, t2._list[t1].userCompany.company, credit, new A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure(store)); + var t2, credit, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + credit = t2.creditUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.CreditEditNotesVM(t1, t3._list[t2].userCompany.company, credit, new A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure(store)); }, CreditEditNotesScreen: function CreditEditNotesScreen(t0) { this.key = t0; @@ -91094,22 +93520,21 @@ this.invoice = t2; }, CreditEditVM_CreditEditVM$fromStore(store) { - var t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.creditUIState, - credit = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t3._list[t1].userCompany.company; - t2 = t2.editingItemIndex; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - t3 = t4._list[t3].creditState.map; - t4 = credit.id; - t3._map$_map.$index(0, t4); - return new A.CreditEditVM(state, t1, credit, t2, new A.CreditEditVM_CreditEditVM$fromStore_closure(store, state), new A.CreditEditVM_CreditEditVM$fromStore_closure0(store, credit), new A.CreditEditVM_CreditEditVM$fromStore_closure1(state, store), new A.CreditEditVM_CreditEditVM$fromStore_closure2(store, credit), new A.CreditEditVM_CreditEditVM$fromStore_closure3(store, credit)); + var t2, t3, credit, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.creditUIState; + credit = t3.editing; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t4._list[t2]; + t4 = t2.userCompany.company; + t3 = t3.editingItemIndex; + t2 = t2.creditState.map; + t5 = credit.id; + t2._map$_map.$index(0, t5); + return new A.CreditEditVM(t1, t4, credit, t3, new A.CreditEditVM_CreditEditVM$fromStore_closure(store, t1), new A.CreditEditVM_CreditEditVM$fromStore_closure0(store, credit), new A.CreditEditVM_CreditEditVM$fromStore_closure1(t1, store), new A.CreditEditVM_CreditEditVM$fromStore_closure2(store, credit), new A.CreditEditVM_CreditEditVM$fromStore_closure3(store, credit)); }, CreditEditScreen: function CreditEditScreen(t0) { this.key = t0; @@ -91186,27 +93611,28 @@ this.credit = t1; }, CreditViewVM_CreditViewVM$fromStore(store) { - var t4, credit, t5, client, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].creditState.map; - t2 = t2.creditUIState.selectedId; - credit = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, credit, t6, client, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].creditState.map; + t3 = t3.creditUIState.selectedId; + credit = t5._map$_map.$index(0, t3); if (credit == null) - credit = A.InvoiceEntity_InvoiceEntity(_null, _null, t2, _null, _null, _null); - t2 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - t5 = credit.clientId; - client = t4._list[t2].clientState.map._map$_map.$index(0, t5); + credit = A.InvoiceEntity_InvoiceEntity(_null, _null, t3, _null, _null, _null); + t3 = store.__Store__state_A; + t5 = t3.userCompanyStates; + t3 = t3.uiState.selectedCompanyIndex; + t6 = credit.clientId; + client = t5._list[t3].clientState.map._map$_map.$index(0, t6); if (client == null) - client = A.ClientEntity_ClientEntity(_null, t5, _null, _null); - t1 = t1[t3].userCompany.company; + client = A.ClientEntity_ClientEntity(_null, t6, _null, _null); + t2 = t2[t4].userCompany.company; credit.get$isNew(); - return new A.CreditViewVM(state, t1, credit, client, new A.CreditViewVM_CreditViewVM$fromStore_closure(credit), new A.CreditViewVM_CreditViewVM$fromStore_closure0(new A.CreditViewVM_CreditViewVM$fromStore__handleRefresh(store, credit)), new A.CreditViewVM_CreditViewVM$fromStore_closure1(store, credit), new A.CreditViewVM_CreditViewVM$fromStore_closure2(store, credit), _null, new A.CreditViewVM_CreditViewVM$fromStore_closure3(store)); + return new A.CreditViewVM(t1, t2, credit, client, new A.CreditViewVM_CreditViewVM$fromStore_closure(credit), new A.CreditViewVM_CreditViewVM$fromStore_closure0(new A.CreditViewVM_CreditViewVM$fromStore__handleRefresh(store, credit)), new A.CreditViewVM_CreditViewVM$fromStore_closure1(store, credit), new A.CreditViewVM_CreditViewVM$fromStore_closure2(store, credit), _null, new A.CreditViewVM_CreditViewVM$fromStore_closure3(store)); }, CreditViewScreen: function CreditViewScreen(t0, t1) { this.isFilter = t0; @@ -91891,15 +94317,17 @@ __DashboardScreenState_State_TickerProviderStateMixin: function __DashboardScreenState_State_TickerProviderStateMixin() { }, DashboardVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - filter = t1.filter, - t2 = t1.dashboardUIState, - t3 = state.staticState.currencyMap, - t4 = $.$get$memoizedFilteredSelector(), - t5 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.DashboardVM(state, t2, t3, filter, t4.call$2(filter, t5._list[t1]), new A.DashboardVM_fromStore_closure(new A.DashboardVM_fromStore__handleRefresh(store)), new A.DashboardVM_fromStore_closure0(store), new A.DashboardVM_fromStore_closure1(store), new A.DashboardVM_fromStore_closure2(store), new A.DashboardVM_fromStore_closure3(store), new A.DashboardVM_fromStore_closure4(store), new A.DashboardVM_fromStore_closure5(store), new A.DashboardVM_fromStore_closure6(store)); + var t2, filter, t3, t4, t5, t6, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + filter = t2.filter; + t3 = t2.dashboardUIState; + t4 = t1.staticState.currencyMap; + t5 = $.$get$memoizedFilteredSelector(); + t6 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.DashboardVM(t1, t3, t4, filter, t5.call$2(filter, t6._list[t2]), new A.DashboardVM_fromStore_closure(new A.DashboardVM_fromStore__handleRefresh(store)), new A.DashboardVM_fromStore_closure0(store), new A.DashboardVM_fromStore_closure1(store), new A.DashboardVM_fromStore_closure2(store), new A.DashboardVM_fromStore_closure3(store), new A.DashboardVM_fromStore_closure4(store), new A.DashboardVM_fromStore_closure5(store), new A.DashboardVM_fromStore_closure6(store)); }, DashboardScreenBuilder: function DashboardScreenBuilder(t0) { this.key = t0; @@ -92080,19 +94508,20 @@ this.$this = t0; }, DesignListVM_fromStore(store) { - var t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3]; - t4.toString; - t2 = t2.designUIState; - t2.toString; - t4 = t4.designState; - t2 = t2.listUIState; - return new A.DesignListVM(state, $.$get$memoizedFilteredDesignList().call$3(t4.map, t4.list, t2), t1[t3].designState.map, t2.filter, new A.DesignListVM_fromStore_closure(new A.DesignListVM_fromStore__handleRefresh(store)), A._setArrayType([], type$.JSArray_legacy_String), new A.DesignListVM_fromStore_closure0(store), new A.DesignListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4]; + t5.toString; + t3 = t3.designUIState; + t3.toString; + t5 = t5.designState; + t3 = t3.listUIState; + return new A.DesignListVM(t1, $.$get$memoizedFilteredDesignList().call$3(t5.map, t5.list, t3), t2[t4].designState.map, t3.filter, new A.DesignListVM_fromStore_closure(new A.DesignListVM_fromStore__handleRefresh(store)), A._setArrayType([], type$.JSArray_legacy_String), new A.DesignListVM_fromStore_closure0(store), new A.DesignListVM_fromStore_closure1(store)); }, DesignListBuilder: function DesignListBuilder(t0) { this.key = t0; @@ -92167,19 +94596,20 @@ this.state = t1; }, DesignScreenVM_fromStore(store) { - var t4, t5, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].designState; + var t2, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState; + t3 = t1.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3].designState; t4.toString; t5 = $.$get$memoizedFilteredDesignList(); - t2 = t2.designUIState.listUIState; - t4 = t5.call$3(t4.map, t4.list, t2); - t1[t3].toString; - t2.toString; + t1 = t1.designUIState.listUIState; + t4 = t5.call$3(t4.map, t4.list, t1); + t2[t3].toString; + t1.toString; return new A.DesignScreenVM(t4); }, DesignScreenBuilder: function DesignScreenBuilder(t0) { @@ -92325,17 +94755,18 @@ __DesignEditState_State_SingleTickerProviderStateMixin: function __DesignEditState_State_SingleTickerProviderStateMixin() { }, DesignEditVM_DesignEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - design = t1.designUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].designState.map; - t4 = design.id; - t3._map$_map.$index(0, t4); - return new A.DesignEditVM(design, t2[t1].userCompany.company, new A.DesignEditVM_DesignEditVM$fromStore_closure(store), new A.DesignEditVM_DesignEditVM$fromStore_closure0(store), new A.DesignEditVM_DesignEditVM$fromStore_closure1(store, state), state); + var t2, design, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + design = t2.designUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].designState.map; + t5 = design.id; + t4._map$_map.$index(0, t5); + return new A.DesignEditVM(design, t3[t2].userCompany.company, new A.DesignEditVM_DesignEditVM$fromStore_closure(store), new A.DesignEditVM_DesignEditVM$fromStore_closure0(store), new A.DesignEditVM_DesignEditVM$fromStore_closure1(store, t1), t1); }, DesignEditScreen: function DesignEditScreen(t0) { this.key = t0; @@ -92405,20 +94836,21 @@ this.viewModel = t0; }, DesignViewVM_DesignViewVM$fromStore(store) { - var t4, design, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].designState.map; - t2 = t2.designUIState.selectedId; - design = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, design, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].designState.map; + t3 = t3.designUIState.selectedId; + design = t5._map$_map.$index(0, t3); if (design == null) - design = A.DesignEntity_DesignEntity(null, t2, null); - t1 = t1[t3].userCompany.company; + design = A.DesignEntity_DesignEntity(null, t3, null); + t2 = t2[t4].userCompany.company; design.get$isNew(); - return new A.DesignViewVM(state, design, t1, new A.DesignViewVM_DesignViewVM$fromStore_closure(store)); + return new A.DesignViewVM(t1, design, t2, new A.DesignViewVM_DesignViewVM$fromStore_closure(store)); }, DesignViewScreen: function DesignViewScreen(t0, t1) { this.isFilter = t0; @@ -92457,18 +94889,19 @@ this.$this = t0; }, DocumentListVM_fromStore(store) { - var t3, t4, t5, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.documentUIState; - t2.toString; - t3 = $.$get$memoizedFilteredDocumentList(); - t4 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t4 = t4._list; - t5 = t4[t1].documentState; - t2 = t2.listUIState; - return new A.DocumentListVM(state, t3.call$3(t5.map, t5.list, t2), t4[t1].documentState.map, t2.filter, new A.DocumentListVM_fromStore_closure(new A.DocumentListVM_fromStore__handleRefresh(store)), new A.DocumentListVM_fromStore_closure0(store), new A.DocumentListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, t6, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.documentUIState; + t3.toString; + t4 = $.$get$memoizedFilteredDocumentList(); + t5 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t5 = t5._list; + t6 = t5[t2].documentState; + t3 = t3.listUIState; + return new A.DocumentListVM(t1, t4.call$3(t6.map, t6.list, t3), t5[t2].documentState.map, t3.filter, new A.DocumentListVM_fromStore_closure(new A.DocumentListVM_fromStore__handleRefresh(store)), new A.DocumentListVM_fromStore_closure0(store), new A.DocumentListVM_fromStore_closure1(store)); }, DocumentListBuilder: function DocumentListBuilder(t0) { this.key = t0; @@ -92541,19 +94974,20 @@ this.context = t0; }, DocumentScreenVM_fromStore(store) { - var t4, t5, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].documentState; + var t2, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState; + t3 = t1.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3].documentState; t4.toString; t5 = $.$get$memoizedFilteredDocumentList(); - t2 = t2.documentUIState.listUIState; - t4 = t5.call$3(t4.map, t4.list, t2); - t1[t3].toString; - t2.toString; + t1 = t1.documentUIState.listUIState; + t4 = t5.call$3(t4.map, t4.list, t1); + t2[t3].toString; + t1.toString; return new A.DocumentScreenVM(t4); }, DocumentScreenBuilder: function DocumentScreenBuilder(t0) { @@ -92597,16 +95031,18 @@ _DocumentEditState_build_closure: function _DocumentEditState_build_closure() { }, DocumentEditVM_DocumentEditVM$fromStore(store) { - var t3, t4, - $document = A._lateReadCheck(store.__Store__state, "_state").uiState.documentUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2].documentState.map; - t4 = $document.id; - t3._map$_map.$index(0, t4); - return new A.DocumentEditVM($document, t1[t2].userCompany.company, new A.DocumentEditVM_DocumentEditVM$fromStore_closure(store), new A.DocumentEditVM_DocumentEditVM$fromStore_closure0(), state); + var t2, $document, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + $document = t2.documentUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].documentState.map; + t5 = $document.id; + t4._map$_map.$index(0, t5); + return new A.DocumentEditVM($document, t3[t2].userCompany.company, new A.DocumentEditVM_DocumentEditVM$fromStore_closure(store), new A.DocumentEditVM_DocumentEditVM$fromStore_closure0(), t1); }, DocumentEditScreen: function DocumentEditScreen(t0) { this.key = t0; @@ -92639,20 +95075,21 @@ this._framework$_element = null; }, DocumentViewVM_DocumentViewVM$fromStore(store) { - var t4, $document, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].documentState.map; - t2 = t2.documentUIState.selectedId; - $document = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, $document, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].documentState.map; + t3 = t3.documentUIState.selectedId; + $document = t5._map$_map.$index(0, t3); if ($document == null) - $document = A.DocumentEntity_DocumentEntity(t2); - t1 = t1[t3].userCompany.company; + $document = A.DocumentEntity_DocumentEntity(t3); + t2 = t2[t4].userCompany.company; $document.get$isNew(); - return new A.DocumentViewVM(state, $document, t1); + return new A.DocumentViewVM(t1, $document, t2); }, DocumentViewScreen: function DocumentViewScreen(t0) { this.key = t0; @@ -93071,14 +95508,17 @@ this.value = t0; }, ExpenseEditVM_ExpenseEditVM$fromStore(store) { - var expense = A._lateReadCheck(store.__Store__state, "_state").uiState.expenseUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].expenseState.map; - t1 = expense.id; - t2._map$_map.$index(0, t1); - return new A.ExpenseEditVM(expense, new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure(store), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0(store, state), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1(store, state), state, new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2(store), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3(store), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4(store, expense), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5(store, expense)); + var t2, expense, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + expense = t2.expenseUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2].expenseState.map; + t3 = expense.id; + t2._map$_map.$index(0, t3); + return new A.ExpenseEditVM(expense, new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure(store), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0(store, t1), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1(store, t1), t1, new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2(store), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3(store), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4(store, expense), new A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5(store, expense)); }, ExpenseEditScreen: function ExpenseEditScreen(t0) { this.key = t0; @@ -93220,31 +95660,32 @@ this.$this = t0; }, ExpenseListVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].userCompany.user; - t2 = t2.expenseUIState; - t2.toString; - t5 = $.$get$memoizedFilteredExpenseList(); - t6 = state.getUISelection$1(B.EntityType_expense); - t7 = t1[t3]; - t2 = t2.listUIState; - t7 = t5.call$9(t6, t7.expenseState.map, t7.clientState.map, t7.vendorState.map, t7.userState.map, t2, t7.invoiceState.map, t7.expenseCategoryState.map, state.staticState); - t6 = t1[t3]; - t5 = t6.expenseState.map; - t2 = t2.filter; - t6 = t6.userCompany.settings; - t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_expense); - if (t6 == null) { - t1[t3].toString; - t1 = A._setArrayType(["status", "number", "vendor", "client", "date", "amount", "public_notes", "entity_state"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userCompany.user; + t3 = t3.expenseUIState; + t3.toString; + t6 = $.$get$memoizedFilteredExpenseList(); + t7 = t1.getUISelection$1(B.EntityType_expense); + t8 = t2[t4]; + t3 = t3.listUIState; + t8 = t6.call$9(t7, t8.expenseState.map, t8.clientState.map, t8.vendorState.map, t8.userState.map, t3, t8.invoiceState.map, t8.expenseCategoryState.map, t1.staticState); + t7 = t2[t4]; + t6 = t7.expenseState.map; + t3 = t3.filter; + t7 = t7.userCompany.settings; + t7 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_expense); + if (t7 == null) { + t2[t4].toString; + t2 = A._setArrayType(["status", "number", "vendor", "client", "date", "amount", "public_notes", "entity_state"], type$.JSArray_legacy_String); } else - t1 = t6; - return new A.ExpenseListVM(state, t4, t7, t5, t2, new A.ExpenseListVM_fromStore_closure(new A.ExpenseListVM_fromStore__handleRefresh(store)), t1, new A.ExpenseListVM_fromStore_closure0(store), new A.ExpenseListVM_fromStore_closure1(store)); + t2 = t7; + return new A.ExpenseListVM(t1, t5, t8, t6, t3, new A.ExpenseListVM_fromStore_closure(new A.ExpenseListVM_fromStore__handleRefresh(store)), t2, new A.ExpenseListVM_fromStore_closure0(store), new A.ExpenseListVM_fromStore_closure1(store)); }, ExpenseListBuilder: function ExpenseListBuilder(t0) { this.key = t0; @@ -93343,25 +95784,26 @@ this.context = t0; }, ExpenseScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].expenseState.toString; - t4 = $.$get$memoizedFilteredExpenseList(); - t5 = state.getUISelection$1(B.EntityType_expense); - t6 = t1[t3]; - t7 = t6.expenseState.map; - t8 = t6.clientState.map; - t9 = t6.vendorState.map; - t10 = t6.userState.map; - t2 = t2.expenseUIState.listUIState; - t6 = t4.call$9(t5, t7, t8, t9, t10, t2, t6.invoiceState.map, t6.expenseCategoryState.map, state.staticState); - t1[t3].toString; - t2.toString; - return new A.ExpenseScreenVM(t6); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].expenseState.toString; + t5 = $.$get$memoizedFilteredExpenseList(); + t6 = t1.getUISelection$1(B.EntityType_expense); + t7 = t2[t4]; + t8 = t7.expenseState.map; + t9 = t7.clientState.map; + t10 = t7.vendorState.map; + t11 = t7.userState.map; + t3 = t3.expenseUIState.listUIState; + t1 = t5.call$9(t6, t8, t9, t10, t11, t3, t7.invoiceState.map, t7.expenseCategoryState.map, t1.staticState); + t2[t4].toString; + t3.toString; + return new A.ExpenseScreenVM(t1); }, ExpenseScreenBuilder: function ExpenseScreenBuilder(t0) { this.key = t0; @@ -93444,20 +95886,21 @@ this.context = t0; }, ExpenseViewVM_ExpenseViewVM$fromStore(store) { - var t4, expense, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].expenseState.map; - t2 = t2.expenseUIState.selectedId; - expense = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, expense, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].expenseState.map; + t3 = t3.expenseUIState.selectedId; + expense = t5._map$_map.$index(0, t3); if (expense == null) - expense = A.ExpenseEntity_ExpenseEntity(_null, _null, t2, _null, _null, _null, _null); - t1 = t1[t3].userCompany.company; + expense = A.ExpenseEntity_ExpenseEntity(_null, _null, t3, _null, _null, _null, _null); + t2 = t2[t4].userCompany.company; expense.get$isNew(); - return new A.ExpenseViewVM(state, expense, t1, new A.ExpenseViewVM_ExpenseViewVM$fromStore_closure(new A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh(store, expense)), new A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0(store, expense), new A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1(store, expense)); + return new A.ExpenseViewVM(t1, expense, t2, new A.ExpenseViewVM_ExpenseViewVM$fromStore_closure(new A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh(store, expense)), new A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0(store, expense), new A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1(store, expense)); }, ExpenseViewScreen: function ExpenseViewScreen(t0) { this.key = t0; @@ -93561,17 +96004,18 @@ this.value = t0; }, ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - expenseCategory = t1.expenseCategoryUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].expenseCategoryState.map; - t4 = expenseCategory.id; - t3._map$_map.$index(0, t4); - return new A.ExpenseCategoryEditVM(expenseCategory, t2[t1].userCompany.company, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure(store), new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0(store, state), new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1(store, state), state); + var t2, expenseCategory, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + expenseCategory = t2.expenseCategoryUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].expenseCategoryState.map; + t5 = expenseCategory.id; + t4._map$_map.$index(0, t5); + return new A.ExpenseCategoryEditVM(expenseCategory, t3[t2].userCompany.company, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure(store), new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0(store, t1), new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1(store, t1), t1); }, ExpenseCategoryEditScreen: function ExpenseCategoryEditScreen(t0) { this.key = t0; @@ -93635,31 +96079,32 @@ this.$this = t0; }, ExpenseCategoryListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.expenseCategoryUIState; - t2.toString; - t4 = $.$get$memoizedFilteredExpenseCategoryList(); - t5 = state.getUISelection$1(B.EntityType_expenseCategory); - t6 = t1[t3].expenseCategoryState; - t2 = t2.listUIState; - t6 = t4.call$4(t5, t6.map, t6.list, t2); - t5 = t1[t3]; - t4 = t5.expenseCategoryState.map; - t2 = t2.filter; - t5 = t5.userCompany.settings; - t5 = t5 == null ? null : t5.getTableColumns$1(B.EntityType_expenseCategory); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType([], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.expenseCategoryUIState; + t3.toString; + t5 = $.$get$memoizedFilteredExpenseCategoryList(); + t6 = t1.getUISelection$1(B.EntityType_expenseCategory); + t7 = t2[t4].expenseCategoryState; + t3 = t3.listUIState; + t7 = t5.call$4(t6, t7.map, t7.list, t3); + t6 = t2[t4]; + t5 = t6.expenseCategoryState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_expenseCategory); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType([], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.ExpenseCategoryListVM(state, t6, t4, t2, new A.ExpenseCategoryListVM_fromStore_closure(new A.ExpenseCategoryListVM_fromStore__handleRefresh(store)), t1, new A.ExpenseCategoryListVM_fromStore_closure0(store), new A.ExpenseCategoryListVM_fromStore_closure1(store)); + t2 = t6; + return new A.ExpenseCategoryListVM(t1, t7, t5, t3, new A.ExpenseCategoryListVM_fromStore_closure(new A.ExpenseCategoryListVM_fromStore__handleRefresh(store)), t2, new A.ExpenseCategoryListVM_fromStore_closure0(store), new A.ExpenseCategoryListVM_fromStore_closure1(store)); }, ExpenseCategoryListBuilder: function ExpenseCategoryListBuilder(t0) { this.key = t0; @@ -93736,22 +96181,23 @@ this.context = t0; }, ExpenseCategoryScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].expenseCategoryState.toString; - t4 = $.$get$memoizedFilteredExpenseCategoryList(); - t5 = state.getUISelection$1(B.EntityType_expenseCategory); - t6 = t1[t3].expenseCategoryState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].expenseCategoryState.toString; + t5 = $.$get$memoizedFilteredExpenseCategoryList(); + t1 = t1.getUISelection$1(B.EntityType_expenseCategory); + t6 = t2[t4].expenseCategoryState; t7 = t6.map; t6 = t6.list; - t2 = t2.expenseCategoryUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.expenseCategoryUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.ExpenseCategoryScreenVM(t6); }, ExpenseCategoryScreenBuilder: function ExpenseCategoryScreenBuilder(t0) { @@ -93776,20 +96222,21 @@ this.viewModel = t0; }, ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store) { - var t4, expenseCategory, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].expenseCategoryState.map; - t2 = t2.expenseCategoryUIState.selectedId; - expenseCategory = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, expenseCategory, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].expenseCategoryState.map; + t3 = t3.expenseCategoryUIState.selectedId; + expenseCategory = t5._map$_map.$index(0, t3); if (expenseCategory == null) - expenseCategory = A.ExpenseCategoryEntity_ExpenseCategoryEntity(t2, null); - t1 = t1[t3].userCompany.company; + expenseCategory = A.ExpenseCategoryEntity_ExpenseCategoryEntity(t3, null); + t2 = t2[t4].userCompany.company; expenseCategory.get$isNew(); - return new A.ExpenseCategoryViewVM(state, expenseCategory, t1, new A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure(store)); + return new A.ExpenseCategoryViewVM(t1, expenseCategory, t2, new A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure(store)); }, ExpenseCategoryViewScreen: function ExpenseCategoryViewScreen(t0, t1) { this.isFilter = t0; @@ -93862,16 +96309,18 @@ this.localization = t0; }, GroupEditVM_GroupEditVM$fromStore(store) { - var t3, t4, - group = A._lateReadCheck(store.__Store__state, "_state").uiState.groupUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2].groupState.map; - t4 = group.id; - t3._map$_map.$index(0, t4); - return new A.GroupEditVM(group, t1[t2].userCompany.company, new A.GroupEditVM_GroupEditVM$fromStore_closure(store), new A.GroupEditVM_GroupEditVM$fromStore_closure0(store, state), new A.GroupEditVM_GroupEditVM$fromStore_closure1(store, state), state); + var t2, group, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + group = t2.groupUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].groupState.map; + t5 = group.id; + t4._map$_map.$index(0, t5); + return new A.GroupEditVM(group, t3[t2].userCompany.company, new A.GroupEditVM_GroupEditVM$fromStore_closure(store), new A.GroupEditVM_GroupEditVM$fromStore_closure0(store, t1), new A.GroupEditVM_GroupEditVM$fromStore_closure1(store, t1), t1); }, GroupEditScreen: function GroupEditScreen(t0) { this.key = t0; @@ -93935,20 +96384,21 @@ this.$this = t0; }, GroupListVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].userCompany; - t2 = t2.groupUIState; - t2.toString; - t5 = $.$get$memoizedFilteredGroupList(); - t6 = state.getUISelection$1(B.EntityType_group); - t7 = t1[t3].groupState; - t2 = t2.listUIState; - return new A.GroupListVM(state, t4, t5.call$4(t6, t7.map, t7.list, t2), t1[t3].groupState.map, t2.filter, new A.GroupListVM_fromStore_closure(new A.GroupListVM_fromStore__handleRefresh(store)), new A.GroupListVM_fromStore_closure0(store), new A.GroupListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userCompany; + t3 = t3.groupUIState; + t3.toString; + t6 = $.$get$memoizedFilteredGroupList(); + t7 = t1.getUISelection$1(B.EntityType_group); + t8 = t2[t4].groupState; + t3 = t3.listUIState; + return new A.GroupListVM(t1, t5, t6.call$4(t7, t8.map, t8.list, t3), t2[t4].groupState.map, t3.filter, new A.GroupListVM_fromStore_closure(new A.GroupListVM_fromStore__handleRefresh(store)), new A.GroupListVM_fromStore_closure0(store), new A.GroupListVM_fromStore_closure1(store)); }, GroupListBuilder: function GroupListBuilder(t0) { this.key = t0; @@ -94010,22 +96460,23 @@ this.context = t0; }, GroupScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].groupState.toString; - t4 = $.$get$memoizedFilteredGroupList(); - t5 = state.getUISelection$1(B.EntityType_group); - t6 = t1[t3].groupState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].groupState.toString; + t5 = $.$get$memoizedFilteredGroupList(); + t1 = t1.getUISelection$1(B.EntityType_group); + t6 = t2[t4].groupState; t7 = t6.map; t6 = t6.list; - t2 = t2.groupUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.groupUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.GroupScreenVM(t6); }, GroupScreenBuilder: function GroupScreenBuilder(t0) { @@ -94073,20 +96524,21 @@ __GroupViewState_State_SingleTickerProviderStateMixin: function __GroupViewState_State_SingleTickerProviderStateMixin() { }, GroupViewVM_GroupViewVM$fromStore(store) { - var t4, group, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].groupState.map; - t2 = t2.groupUIState.selectedId; - group = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, group, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].groupState.map; + t3 = t3.groupUIState.selectedId; + group = t5._map$_map.$index(0, t3); if (group == null) - group = A.GroupEntity_GroupEntity(t2, null); - t1 = t1[t3].userCompany.company; + group = A.GroupEntity_GroupEntity(t3, null); + t2 = t2[t4].userCompany.company; group.get$isNew(); - return new A.GroupViewVM(state, group, t1, new A.GroupViewVM_GroupViewVM$fromStore_closure(store), new A.GroupViewVM_GroupViewVM$fromStore_closure0(store, group), new A.GroupViewVM_GroupViewVM$fromStore_closure1(store, group)); + return new A.GroupViewVM(t1, group, t2, new A.GroupViewVM_GroupViewVM$fromStore_closure(store), new A.GroupViewVM_GroupViewVM$fromStore_closure0(store, group), new A.GroupViewVM_GroupViewVM$fromStore_closure1(store, group)); }, GroupViewScreen: function GroupViewScreen(t0, t1) { this.isFilter = t0; @@ -94239,42 +96691,43 @@ this.localization = t1; }, InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, entityType) { - var t2, entity, t3, t4, t5, t6, t7, t1 = {}, - state = A._lateReadCheck(store.__Store__state, "_state"); + var t3, entity, t4, t5, t6, t7, t8, t1 = {}, + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1.entity = null; if (entityType === B.EntityType_invoice) - t2 = t1.entity = state.uiState.invoiceUIState.editing; + t3 = t1.entity = t2.uiState.invoiceUIState.editing; else if (entityType === B.EntityType_quote) { - entity = state.uiState.quoteUIState.editing; + entity = t2.uiState.quoteUIState.editing; t1.entity = entity; - t2 = entity; + t3 = entity; } else if (entityType === B.EntityType_credit) { - entity = state.uiState.creditUIState.editing; + entity = t2.uiState.creditUIState.editing; t1.entity = entity; - t2 = entity; + t3 = entity; } else if (entityType === B.EntityType_recurringInvoice) { - entity = state.uiState.recurringInvoiceUIState.editing; + entity = t2.uiState.recurringInvoiceUIState.editing; t1.entity = entity; - t2 = entity; + t3 = entity; } else if (entityType === B.EntityType_purchaseOrder) { - entity = state.uiState.purchaseOrderUIState.editing; + entity = t2.uiState.purchaseOrderUIState.editing; t1.entity = entity; - t2 = entity; + t3 = entity; } else { A.print("ERROR: entityType " + A.S(entityType) + " not handled in invoice_edit_contacts_vm"); - t2 = null; + t3 = null; } - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - t3 = t3._list; - t5 = t3[t4]; - t6 = t5.userCompany.company; - t5 = t5.clientState.map; - t7 = t2.clientId; - t7 = t5._map$_map.$index(0, t7); - t4 = t3[t4].vendorState.map; - t3 = t2.vendorId; - return new A.InvoiceEditContactsVM(state, t6, t2, t7, t4._map$_map.$index(0, t3), new A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure(t1, state, entityType, store), new A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0(t1, state, entityType, store), new A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1(t1, store, entityType)); + t4 = t2.userCompanyStates; + t5 = t2.uiState.selectedCompanyIndex; + t4 = t4._list; + t6 = t4[t5]; + t7 = t6.userCompany.company; + t6 = t6.clientState.map; + t8 = t3.clientId; + t8 = t6._map$_map.$index(0, t8); + t5 = t4[t5].vendorState.map; + t4 = t3.vendorId; + return new A.InvoiceEditContactsVM(t2, t7, t3, t8, t5._map$_map.$index(0, t4), new A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure(t1, t2, entityType, store), new A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0(t1, t2, entityType, store), new A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1(t1, store, entityType)); }, InvoiceEditContactsScreen: function InvoiceEditContactsScreen(t0, t1) { this.entityType = t0; @@ -94880,16 +97333,17 @@ this.value = t0; }, InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store) { - var company, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.invoiceUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1]; - company = t1.userCompany.company; - t1.clientState.toString; - return new A.InvoiceEditDetailsVM(state, company, invoice, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure(store), new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0(store, state), null, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1(state, store), null); + var t2, invoice, t3, company, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.invoiceUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + company = t2.userCompany.company; + t2.clientState.toString; + return new A.InvoiceEditDetailsVM(t1, company, invoice, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure(store), new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0(store, t1), null, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1(t1, store), null); }, InvoiceEditDetailsScreen: function InvoiceEditDetailsScreen(t0, t1) { this.viewModel = t0; @@ -95350,12 +97804,15 @@ _.key = t3; }, InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, isTasks) { - var _s6_ = "_state", - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = A._lateReadCheck(store.__Store__state, _s6_), - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - return new A.InvoiceEditItemsVM(t1, t3._list[t2].userCompany.company, A._lateReadCheck(store.__Store__state, _s6_).uiState.invoiceUIState.editing, A._lateReadCheck(store.__Store__state, _s6_).uiState.invoiceUIState.editingItemIndex, new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1(store, isTasks), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2(store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany.company; + t3 = t3.invoiceUIState; + return new A.InvoiceEditItemsVM(t1, t4, t3.editing, t3.editingItemIndex, new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1(store, isTasks), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2(store)); }, InvoiceEditItemsScreen: function InvoiceEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -95430,12 +97887,14 @@ this.invoice = t1; }, InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.invoiceUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.InvoiceEditNotesVM(state, t2._list[t1].userCompany.company, invoice, new A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure(store)); + var t2, invoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.invoiceUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.InvoiceEditNotesVM(t1, t3._list[t2].userCompany.company, invoice, new A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure(store)); }, InvoiceEditNotesScreen: function InvoiceEditNotesScreen(t0) { this.key = t0; @@ -95498,22 +97957,21 @@ this.invoice = t2; }, InvoiceEditVM_InvoiceEditVM$fromStore(store) { - var t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.invoiceUIState, - invoice = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t3._list[t1].userCompany.company; - t2 = t2.editingItemIndex; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - t3 = t4._list[t3].invoiceState.map; - t4 = invoice.id; - t3._map$_map.$index(0, t4); - return new A.InvoiceEditVM(state, t1, invoice, t2, new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure(store), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0(state, store, invoice), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1(state, store), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2(store, invoice), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3(store, invoice)); + var t2, t3, invoice, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.invoiceUIState; + invoice = t3.editing; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t4._list[t2]; + t4 = t2.userCompany.company; + t3 = t3.editingItemIndex; + t2 = t2.invoiceState.map; + t5 = invoice.id; + t2._map$_map.$index(0, t5); + return new A.InvoiceEditVM(t1, t4, invoice, t3, new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure(store), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0(t1, store, invoice), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1(t1, store), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2(store, invoice), new A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3(store, invoice)); }, InvoiceEditScreen: function InvoiceEditScreen(t0) { this.key = t0; @@ -95614,7 +98072,7 @@ _InvoiceItemSelectorState: function _InvoiceItemSelectorState(t0, t1, t2, t3, t4) { var _ = this; _._invoice_item_selector$_tabController = _._filterClientId = _._invoice_item_selector$_filter = null; - _._invoice_item_selector$_selected = t0; + _._selected = t0; _._invoice_item_selector$_textController = t1; _.SingleTickerProviderStateMixin__ticker = t2; _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; @@ -95733,18 +98191,19 @@ __InvoiceItemSelectorState_State_SingleTickerProviderStateMixin: function __InvoiceItemSelectorState_State_SingleTickerProviderStateMixin() { }, EmailInvoiceVM_EmailInvoiceVM$fromStore(store, invoice) { - var t3, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2]; - t1 = t2.userCompany.company; - t2 = t2.clientState.map; - t3 = invoice.clientId; - t2 = t2._map$_map.$index(0, t3); - if (t2 == null) - t2 = A.ClientEntity_ClientEntity(_null, t3, _null, _null); - return new A.EmailInvoiceVM(state, t1, invoice, t2, _null, new A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure(invoice, store)); + var t2, t3, t4, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t3 = t2._list[t3]; + t2 = t3.userCompany.company; + t3 = t3.clientState.map; + t4 = invoice.clientId; + t3 = t3._map$_map.$index(0, t4); + if (t3 == null) + t3 = A.ClientEntity_ClientEntity(_null, t4, _null, _null); + return new A.EmailInvoiceVM(t1, t2, invoice, t3, _null, new A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure(invoice, store)); }, InvoiceEmailScreen: function InvoiceEmailScreen(t0) { this.key = t0; @@ -95816,34 +98275,35 @@ InvoiceListItem_build__closure3: function InvoiceListItem_build__closure3() { }, InvoiceListVM_fromStore(store) { - var t6, t7, t8, t9, t10, t11, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedFilteredInvoiceList(), - t2 = state.getUISelection$1(B.EntityType_invoice), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.invoiceState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.clientState.map; - t10 = t6.vendorState.map; - t11 = t6.paymentState.map; - t4 = t4.invoiceUIState.listUIState; - t6 = t1.call$9(t2, t8, t7, t9, t10, t11, t4, t6.userState.map, t6.userCompany.company.settings.recurringNumberPrefix); - t11 = t3[t5]; - t10 = t11.invoiceState.map; - t9 = t11.clientState.map; - t4 = t4.filter; - t11 = t11.userCompany.settings; - t1 = t11 == null ? null : t11.getTableColumns$1(B.EntityType_invoice); - if (t1 == null) { - t3[t5].toString; - t1 = A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedFilteredInvoiceList(); + t3 = t1.getUISelection$1(B.EntityType_invoice); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.invoiceState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.clientState.map; + t11 = t7.vendorState.map; + t12 = t7.paymentState.map; + t5 = t5.invoiceUIState.listUIState; + t7 = t2.call$9(t3, t9, t8, t10, t11, t12, t5, t7.userState.map, t7.userCompany.company.settings.recurringNumberPrefix); + t12 = t4[t6]; + t11 = t12.invoiceState.map; + t10 = t12.clientState.map; + t5 = t5.filter; + t12 = t12.userCompany.settings; + t2 = t12 == null ? null : t12.getTableColumns$1(B.EntityType_invoice); + if (t2 == null) { + t4[t6].toString; + t2 = A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], type$.JSArray_legacy_String); } - return new A.InvoiceListVM(state, t6, t10, t9, t4, new A.InvoiceListVM_fromStore_closure(new A.InvoiceListVM_fromStore__handleRefresh(store)), t1, new A.InvoiceListVM_fromStore_closure0(store), new A.InvoiceListVM_fromStore_closure1(store)); + return new A.InvoiceListVM(t1, t7, t11, t10, t5, new A.InvoiceListVM_fromStore_closure(new A.InvoiceListVM_fromStore__handleRefresh(store)), t2, new A.InvoiceListVM_fromStore_closure0(store), new A.InvoiceListVM_fromStore_closure1(store)); }, InvoiceListBuilder: function InvoiceListBuilder(t0) { this.key = t0; @@ -95882,7 +98342,7 @@ _loadPDF(context, invoice, isDeliveryNote, activityId) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_Response), - $async$returnValue, $async$next = [], errorMessage, credential, url, t1, t2, exception, response; + $async$returnValue, errorMessage, t1, credential, url, t2, exception, response; var $async$_loadPDF = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -95895,7 +98355,9 @@ break; case 3: // then - credential = J.get$credentials$z(A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state")); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + credential = J.get$credentials$z(t1); url = isDeliveryNote ? "/invoices/" + invoice.id + "/delivery_note" : "/activities/download_entity/" + A.S(activityId); $async$goto = 6; return A._asyncAwait(new A.WebClient().$get$3$rawResponse(0, credential.url + url, credential.token, true), $async$_loadPDF); @@ -96072,26 +98534,27 @@ this.context = t0; }, InvoiceScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, t11, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].invoiceState.toString; - t4 = $.$get$memoizedFilteredInvoiceList(); - t5 = state.getUISelection$1(B.EntityType_invoice); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].invoiceState.toString; + t5 = $.$get$memoizedFilteredInvoiceList(); + t1 = t1.getUISelection$1(B.EntityType_invoice); + t6 = t2[t4]; t7 = t6.invoiceState; t8 = t7.map; t7 = t7.list; t9 = t6.clientState.map; t10 = t6.vendorState.map; t11 = t6.paymentState.map; - t2 = t2.invoiceUIState.listUIState; - t6 = t4.call$9(t5, t8, t7, t9, t10, t11, t2, t6.userState.map, t6.userCompany.company.settings.recurringNumberPrefix); - t1[t3].toString; - t2.toString; + t3 = t3.invoiceUIState.listUIState; + t6 = t5.call$9(t1, t8, t7, t9, t10, t11, t3, t6.userState.map, t6.userCompany.company.settings.recurringNumberPrefix); + t2[t4].toString; + t3.toString; return new A.InvoiceScreenVM(t6); }, InvoiceScreenBuilder: function InvoiceScreenBuilder(t0) { @@ -96312,17 +98775,18 @@ this.context = t0; }, InvoiceViewVM_InvoiceViewVM$fromStore(store) { - var invoice, client, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - invoice = t1[t3].invoiceState.$get$1(0, t2.invoiceUIState.selectedId); - client = t1[t3].clientState.$get$1(0, invoice.clientId); - t3 = t1[t3].userCompany.company; + var t2, t3, t4, invoice, client, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + invoice = t2[t4].invoiceState.$get$1(0, t3.invoiceUIState.selectedId); + client = t2[t4].clientState.$get$1(0, invoice.clientId); + t4 = t2[t4].userCompany.company; invoice.get$isNew(); - return new A.InvoiceViewVM(state, t3, invoice, client, new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure(invoice), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0(new A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh(store, invoice)), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1(store, invoice), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2(store, invoice), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3(), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4(store)); + return new A.InvoiceViewVM(t1, t4, invoice, client, new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure(invoice), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0(new A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh(store, invoice)), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1(store, invoice), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2(store, invoice), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3(), new A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4(store)); }, InvoiceViewScreen: function InvoiceViewScreen(t0, t1) { this.isFilter = t0; @@ -96608,17 +99072,18 @@ this.$this = t0; }, PaymentEditVM_PaymentEditVM$fromStore(store) { - var t2, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - payment = t1.paymentUIState.editing; + var t2, payment, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + payment = t2.paymentUIState.editing; payment.get$isNew(); - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1].paymentState.map; - t2 = payment.id; - t1._map$_map.$index(0, t2); - return new A.PaymentEditVM(state, payment, new A.PaymentEditVM_PaymentEditVM$fromStore_closure(store), new A.PaymentEditVM_PaymentEditVM$fromStore_closure0(store, state), new A.PaymentEditVM_PaymentEditVM$fromStore_closure1(store, state), state.staticState); + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2].paymentState.map; + t3 = payment.id; + t2._map$_map.$index(0, t3); + return new A.PaymentEditVM(t1, payment, new A.PaymentEditVM_PaymentEditVM$fromStore_closure(store), new A.PaymentEditVM_PaymentEditVM$fromStore_closure0(store, t1), new A.PaymentEditVM_PaymentEditVM$fromStore_closure1(store, t1), t1.staticState); }, PaymentEditScreen: function PaymentEditScreen(t0) { this.key = t0; @@ -96715,37 +99180,38 @@ PaymentListItem_build__closure3: function PaymentListItem_build__closure3() { }, PaymentListVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, t11, t12, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].userCompany.user; - t5 = $.$get$memoizedFilteredPaymentList(); - t6 = state.getUISelection$1(B.EntityType_payment); - t7 = t1[t3]; - t8 = t7.paymentState; - t9 = t8.map; - t8 = t8.list; - t10 = t7.invoiceState.map; - t11 = t7.clientState.map; - t7 = t7.userState.map; - t12 = state.staticState.paymentTypeMap; - t2 = t2.paymentUIState.listUIState; - t12 = t5.call$8(t6, t9, t8, t10, t11, t7, t12, t2); - t7 = t1[t3]; - t7.paymentState.toString; - t7.clientState.toString; - t2 = t2.filter; - t7 = t7.userCompany.settings; - t5 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_payment); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType(["status", "number", "client", "amount", "invoice_number", "date", "type", "transaction_reference"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userCompany.user; + t6 = $.$get$memoizedFilteredPaymentList(); + t7 = t1.getUISelection$1(B.EntityType_payment); + t8 = t2[t4]; + t9 = t8.paymentState; + t10 = t9.map; + t9 = t9.list; + t11 = t8.invoiceState.map; + t12 = t8.clientState.map; + t8 = t8.userState.map; + t13 = t1.staticState.paymentTypeMap; + t3 = t3.paymentUIState.listUIState; + t13 = t6.call$8(t7, t10, t9, t11, t12, t8, t13, t3); + t8 = t2[t4]; + t8.paymentState.toString; + t8.clientState.toString; + t3 = t3.filter; + t8 = t8.userCompany.settings; + t6 = t8 == null ? null : t8.getTableColumns$1(B.EntityType_payment); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType(["status", "number", "client", "amount", "invoice_number", "date", "type", "transaction_reference"], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.PaymentListVM(state, t4, t12, t2, new A.PaymentListVM_fromStore_closure(new A.PaymentListVM_fromStore__handleRefresh(store)), t1, new A.PaymentListVM_fromStore_closure0(store), new A.PaymentListVM_fromStore_closure1(store)); + t2 = t6; + return new A.PaymentListVM(t1, t5, t13, t3, new A.PaymentListVM_fromStore_closure(new A.PaymentListVM_fromStore__handleRefresh(store)), t2, new A.PaymentListVM_fromStore_closure0(store), new A.PaymentListVM_fromStore_closure1(store)); }, PaymentListBuilder: function PaymentListBuilder(t0) { this.key = t0; @@ -96833,28 +99299,29 @@ this.context = t0; }, PaymentScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, t11, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].paymentState.toString; - t4 = $.$get$memoizedFilteredPaymentList(); - t5 = state.getUISelection$1(B.EntityType_payment); - t6 = t1[t3]; - t7 = t6.paymentState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.invoiceState.map; - t10 = t6.clientState.map; - t6 = t6.userState.map; - t11 = state.staticState.paymentTypeMap; - t2 = t2.paymentUIState.listUIState; - t11 = t4.call$8(t5, t8, t7, t9, t10, t6, t11, t2); - t1[t3].toString; - t2.toString; - return new A.PaymentScreenVM(t11); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].paymentState.toString; + t5 = $.$get$memoizedFilteredPaymentList(); + t6 = t1.getUISelection$1(B.EntityType_payment); + t7 = t2[t4]; + t8 = t7.paymentState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.invoiceState.map; + t11 = t7.clientState.map; + t7 = t7.userState.map; + t1 = t1.staticState.paymentTypeMap; + t3 = t3.paymentUIState.listUIState; + t1 = t5.call$8(t6, t9, t8, t10, t11, t7, t1, t3); + t2[t4].toString; + t3.toString; + return new A.PaymentScreenVM(t1); }, PaymentScreenBuilder: function PaymentScreenBuilder(t0) { this.key = t0; @@ -97006,19 +99473,20 @@ this.$this = t0; }, PaymentRefundVM_PaymentRefundVM$fromStore(store) { - var t2, t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - payment = t1.paymentUIState.editing; + var t2, payment, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + payment = t2.paymentUIState.editing; payment.get$isNew(); - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].paymentState.map; - t4 = payment.id; - t3._map$_map.$index(0, t4); - t2[t1].invoiceState.toString; - return new A.PaymentRefundVM(state, payment, new A.PaymentRefundVM_PaymentRefundVM$fromStore_closure(store), new A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0(store, payment), new A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1(store, state)); + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].paymentState.map; + t5 = payment.id; + t4._map$_map.$index(0, t5); + t3[t2].invoiceState.toString; + return new A.PaymentRefundVM(t1, payment, new A.PaymentRefundVM_PaymentRefundVM$fromStore_closure(store), new A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0(store, payment), new A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1(store, t1)); }, PaymentRefundScreen: function PaymentRefundScreen(t0) { this.key = t0; @@ -97091,20 +99559,21 @@ _PaymentViewState_build__closure1: function _PaymentViewState_build__closure1() { }, PaymentViewVM_PaymentViewVM$fromStore(store) { - var t4, payment, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].paymentState.map; - t2 = t2.paymentUIState.selectedId; - payment = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, payment, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].paymentState.map; + t3 = t3.paymentUIState.selectedId; + payment = t5._map$_map.$index(0, t3); if (payment == null) - payment = A.PaymentEntity_PaymentEntity(null, t2, null); - t1 = t1[t3].userCompany.company; + payment = A.PaymentEntity_PaymentEntity(null, t3, null); + t2 = t2[t4].userCompany.company; payment.get$isNew(); - return new A.PaymentViewVM(state, payment, t1, new A.PaymentViewVM_PaymentViewVM$fromStore_closure(new A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh(store, payment))); + return new A.PaymentViewVM(t1, payment, t2, new A.PaymentViewVM_PaymentViewVM$fromStore_closure(new A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh(store, payment))); }, PaymentViewScreen: function PaymentViewScreen(t0, t1) { this.isFilter = t0; @@ -97172,17 +99641,18 @@ this.localization = t0; }, PaymentTermEditVM_PaymentTermEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - paymentTerm = t1.paymentTermUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].paymentTermState.map; - t4 = paymentTerm.id; - t3._map$_map.$index(0, t4); - return new A.PaymentTermEditVM(paymentTerm, t2[t1].userCompany.company, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure(store), new A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0(store, state), new A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1(store, state), state); + var t2, paymentTerm, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + paymentTerm = t2.paymentTermUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].paymentTermState.map; + t5 = paymentTerm.id; + t4._map$_map.$index(0, t5); + return new A.PaymentTermEditVM(paymentTerm, t3[t2].userCompany.company, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure(store), new A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0(store, t1), new A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1(store, t1), t1); }, PaymentTermEditScreen: function PaymentTermEditScreen(t0) { this.key = t0; @@ -97247,20 +99717,21 @@ this.$this = t0; }, PaymentTermListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.paymentTermUIState; - t2.toString; - t4 = $.$get$memoizedFilteredPaymentTermList(); - t5 = state.getUISelection$1(B.EntityType_paymentTerm); - t6 = t1[t3].paymentTermState; - t2 = t2.listUIState; - return new A.PaymentTermListVM(state, t4.call$4(t5, t6.map, t6.list, t2), t1[t3].paymentTermState.map, t2.filter, new A.PaymentTermListVM_fromStore_closure(new A.PaymentTermListVM_fromStore__handleRefresh(store)), new A.PaymentTermListVM_fromStore_closure0(store), new A.PaymentTermListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.paymentTermUIState; + t3.toString; + t5 = $.$get$memoizedFilteredPaymentTermList(); + t6 = t1.getUISelection$1(B.EntityType_paymentTerm); + t7 = t2[t4].paymentTermState; + t3 = t3.listUIState; + return new A.PaymentTermListVM(t1, t5.call$4(t6, t7.map, t7.list, t3), t2[t4].paymentTermState.map, t3.filter, new A.PaymentTermListVM_fromStore_closure(new A.PaymentTermListVM_fromStore__handleRefresh(store)), new A.PaymentTermListVM_fromStore_closure0(store), new A.PaymentTermListVM_fromStore_closure1(store)); }, PaymentTermListBuilder: function PaymentTermListBuilder(t0) { this.key = t0; @@ -97333,22 +99804,23 @@ this.context = t0; }, PaymentTermScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].paymentTermState.toString; - t4 = $.$get$memoizedFilteredPaymentTermList(); - t5 = state.getUISelection$1(B.EntityType_paymentTerm); - t6 = t1[t3].paymentTermState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].paymentTermState.toString; + t5 = $.$get$memoizedFilteredPaymentTermList(); + t1 = t1.getUISelection$1(B.EntityType_paymentTerm); + t6 = t2[t4].paymentTermState; t7 = t6.map; t6 = t6.list; - t2 = t2.paymentTermUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.paymentTermUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.PaymentTermScreenVM(t6); }, PaymentTermScreenBuilder: function PaymentTermScreenBuilder(t0) { @@ -97372,20 +99844,21 @@ this.viewModel = t0; }, PaymentTermViewVM_PaymentTermViewVM$fromStore(store) { - var t4, paymentTerm, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].paymentTermState.map; - t2 = t2.paymentTermUIState.selectedId; - paymentTerm = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, paymentTerm, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].paymentTermState.map; + t3 = t3.paymentTermUIState.selectedId; + paymentTerm = t5._map$_map.$index(0, t3); if (paymentTerm == null) - paymentTerm = A.PaymentTermEntity_PaymentTermEntity(t2, null); - t1 = t1[t3].userCompany.company; + paymentTerm = A.PaymentTermEntity_PaymentTermEntity(t3, null); + t2 = t2[t4].userCompany.company; paymentTerm.get$isNew(); - return new A.PaymentTermViewVM(state, paymentTerm, t1, new A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure(store)); + return new A.PaymentTermViewVM(t1, paymentTerm, t2, new A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure(store)); }, PaymentTermViewScreen: function PaymentTermViewScreen(t0) { this.key = t0; @@ -97488,19 +99961,20 @@ this.value = t0; }, ProductEditVM_ProductEditVM$fromStore(store) { - var t3, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - product = t1.productUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].userCompany.company; + var t2, product, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + product = t2.productUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].userCompany.company; product.get$isNew(); - t1 = t2[t1].productState.map; - t2 = product.id; - t1._map$_map.$index(0, t2); - return new A.ProductEditVM(state, t3, product, new A.ProductEditVM_ProductEditVM$fromStore_closure(store), new A.ProductEditVM_ProductEditVM$fromStore_closure0(store, state), new A.ProductEditVM_ProductEditVM$fromStore_closure1(store, state)); + t2 = t3[t2].productState.map; + t3 = product.id; + t2._map$_map.$index(0, t3); + return new A.ProductEditVM(t1, t4, product, new A.ProductEditVM_ProductEditVM$fromStore_closure(store), new A.ProductEditVM_ProductEditVM$fromStore_closure0(store, t1), new A.ProductEditVM_ProductEditVM$fromStore_closure1(store, t1)); }, ProductEditScreen: function ProductEditScreen(t0) { this.key = t0; @@ -97591,28 +100065,29 @@ this.$this = t0; }, ProductListVM_fromStore(store) { - var t6, t7, t8, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedFilteredProductList(), - t2 = state.getUISelection$1(B.EntityType_product), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.productState; - t8 = t7.map; - t7 = t7.list; - t4 = t4.productUIState.listUIState; - t6 = t1.call$5(t2, t8, t7, t4, t6.userState.map); - t7 = t3[t5]; - t8 = t7.productState.map; - t4 = t4.filter; - t7 = t7.userCompany.settings; - t1 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_product); - if (t1 == null) - t1 = A.ProductPresenter_getDefaultTableFields(t3[t5].userCompany); - return new A.ProductListVM(state, t6, t8, t4, new A.ProductListVM_fromStore_closure(new A.ProductListVM_fromStore__handleRefresh(store)), t1, new A.ProductListVM_fromStore_closure0(store), new A.ProductListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, t6, t7, t8, t9, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedFilteredProductList(); + t3 = t1.getUISelection$1(B.EntityType_product); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.productState; + t9 = t8.map; + t8 = t8.list; + t5 = t5.productUIState.listUIState; + t7 = t2.call$5(t3, t9, t8, t5, t7.userState.map); + t8 = t4[t6]; + t9 = t8.productState.map; + t5 = t5.filter; + t8 = t8.userCompany.settings; + t2 = t8 == null ? null : t8.getTableColumns$1(B.EntityType_product); + if (t2 == null) + t2 = A.ProductPresenter_getDefaultTableFields(t4[t6].userCompany); + return new A.ProductListVM(t1, t7, t9, t5, new A.ProductListVM_fromStore_closure(new A.ProductListVM_fromStore__handleRefresh(store)), t2, new A.ProductListVM_fromStore_closure0(store), new A.ProductListVM_fromStore_closure1(store)); }, ProductListBuilder: function ProductListBuilder(t0) { this.key = t0; @@ -97699,23 +100174,24 @@ this.context = t0; }, ProductScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].productState.toString; - t4 = $.$get$memoizedFilteredProductList(); - t5 = state.getUISelection$1(B.EntityType_product); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].productState.toString; + t5 = $.$get$memoizedFilteredProductList(); + t1 = t1.getUISelection$1(B.EntityType_product); + t6 = t2[t4]; t7 = t6.productState; t8 = t7.map; t7 = t7.list; - t2 = t2.productUIState.listUIState; - t6 = t4.call$5(t5, t8, t7, t2, t6.userState.map); - t1[t3].toString; - t2.toString; + t3 = t3.productUIState.listUIState; + t6 = t5.call$5(t1, t8, t7, t3, t6.userState.map); + t2[t4].toString; + t3.toString; return new A.ProductScreenVM(t6); }, ProductScreenBuilder: function ProductScreenBuilder(t0) { @@ -97779,19 +100255,20 @@ this._framework$_element = null; }, ProductViewVM_ProductViewVM$fromStore(store) { - var t4, product, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].productState.map; - t2 = t2.productUIState.selectedId; - product = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, product, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].productState.map; + t3 = t3.productUIState.selectedId; + product = t5._map$_map.$index(0, t3); if (product == null) - product = A.ProductEntity_ProductEntity(t2, null); + product = A.ProductEntity_ProductEntity(t3, null); product.get$isNew(); - return new A.ProductViewVM(state, product, t1[t3].userCompany.company, new A.ProductViewVM_ProductViewVM$fromStore_closure(new A.ProductViewVM_ProductViewVM$fromStore__handleRefresh(store, product)), new A.ProductViewVM_ProductViewVM$fromStore_closure0(store, product), new A.ProductViewVM_ProductViewVM$fromStore_closure1(store, product)); + return new A.ProductViewVM(t1, product, t2[t4].userCompany.company, new A.ProductViewVM_ProductViewVM$fromStore_closure(new A.ProductViewVM_ProductViewVM$fromStore__handleRefresh(store, product)), new A.ProductViewVM_ProductViewVM$fromStore_closure0(store, product), new A.ProductViewVM_ProductViewVM$fromStore_closure1(store, product)); }, ProductViewScreen: function ProductViewScreen(t0) { this.key = t0; @@ -97929,17 +100406,19 @@ this.date = t0; }, ProjectEditVM_ProjectEditVM$fromStore(store) { - var t3, - project = A._lateReadCheck(store.__Store__state, "_state").uiState.projectUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2]; - t1 = t2.userCompany.company; + var t2, project, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + project = t2.projectUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + t3 = t2.userCompany.company; t2 = t2.projectState.map; - t3 = project.id; - t2._map$_map.$index(0, t3); - return new A.ProjectEditVM(project, t1, new A.ProjectEditVM_ProjectEditVM$fromStore_closure(store), new A.ProjectEditVM_ProjectEditVM$fromStore_closure0(store, state), new A.ProjectEditVM_ProjectEditVM$fromStore_closure1(state, store), state, new A.ProjectEditVM_ProjectEditVM$fromStore_closure2(store)); + t4 = project.id; + t2._map$_map.$index(0, t4); + return new A.ProjectEditVM(project, t3, new A.ProjectEditVM_ProjectEditVM$fromStore_closure(store), new A.ProjectEditVM_ProjectEditVM$fromStore_closure0(store, t1), new A.ProjectEditVM_ProjectEditVM$fromStore_closure1(t1, store), t1, new A.ProjectEditVM_ProjectEditVM$fromStore_closure2(store)); }, ProjectEditScreen: function ProjectEditScreen(t0) { this.key = t0; @@ -98037,32 +100516,33 @@ this.$this = t0; }, ProjectListVM_fromStore(store) { - var t3, t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.projectUIState; - t2.toString; - t3 = $.$get$memoizedFilteredProjectList(); - t4 = state.getUISelection$1(B.EntityType_project); - t5 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t5 = t5._list; - t6 = t5[t1]; - t7 = t6.projectState; - t2 = t2.listUIState; - t6 = t3.call$6(t4, t7.map, t7.list, t2, t6.clientState.map, t6.userState.map); - t7 = t5[t1]; - t4 = t7.projectState.map; - t7.clientState.toString; - t2 = t2.filter; - t7 = t7.userCompany.settings; - t3 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_project); - if (t3 == null) { - t5[t1].toString; - t1 = A._setArrayType(["name", "client", "task_rate", "due_date", "public_notes", "private_notes", "budgeted_hours", "entity_state"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.projectUIState; + t3.toString; + t4 = $.$get$memoizedFilteredProjectList(); + t5 = t1.getUISelection$1(B.EntityType_project); + t6 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t6 = t6._list; + t7 = t6[t2]; + t8 = t7.projectState; + t3 = t3.listUIState; + t7 = t4.call$6(t5, t8.map, t8.list, t3, t7.clientState.map, t7.userState.map); + t8 = t6[t2]; + t5 = t8.projectState.map; + t8.clientState.toString; + t3 = t3.filter; + t8 = t8.userCompany.settings; + t4 = t8 == null ? null : t8.getTableColumns$1(B.EntityType_project); + if (t4 == null) { + t6[t2].toString; + t2 = A._setArrayType(["name", "client", "task_rate", "due_date", "public_notes", "private_notes", "budgeted_hours", "entity_state"], type$.JSArray_legacy_String); } else - t1 = t3; - return new A.ProjectListVM(state, t6, t4, t2, new A.ProjectListVM_fromStore_closure(new A.ProjectListVM_fromStore__handleRefresh(store)), t1, new A.ProjectListVM_fromStore_closure0(store), new A.ProjectListVM_fromStore_closure1(store)); + t2 = t4; + return new A.ProjectListVM(t1, t7, t5, t3, new A.ProjectListVM_fromStore_closure(new A.ProjectListVM_fromStore__handleRefresh(store)), t2, new A.ProjectListVM_fromStore_closure0(store), new A.ProjectListVM_fromStore_closure1(store)); }, ProjectListBuilder: function ProjectListBuilder(t0) { this.key = t0; @@ -98139,23 +100619,24 @@ this.context = t0; }, ProjectScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].projectState.toString; - t4 = $.$get$memoizedFilteredProjectList(); - t5 = state.getUISelection$1(B.EntityType_project); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].projectState.toString; + t5 = $.$get$memoizedFilteredProjectList(); + t1 = t1.getUISelection$1(B.EntityType_project); + t6 = t2[t4]; t7 = t6.projectState; t8 = t7.map; t7 = t7.list; - t2 = t2.projectUIState.listUIState; - t6 = t4.call$6(t5, t8, t7, t2, t6.clientState.map, t6.userState.map); - t1[t3].toString; - t2.toString; + t3 = t3.projectUIState.listUIState; + t6 = t5.call$6(t1, t8, t7, t3, t6.clientState.map, t6.userState.map); + t2[t4].toString; + t3.toString; return new A.ProjectScreenVM(t6); }, ProjectScreenBuilder: function ProjectScreenBuilder(t0) { @@ -98244,24 +100725,25 @@ this.context = t1; }, ProjectViewVM_ProjectViewVM$fromStore(store) { - var t4, project, client, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].projectState.map; - t2 = t2.projectUIState.selectedId; - project = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, project, client, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].projectState.map; + t3 = t3.projectUIState.selectedId; + project = t5._map$_map.$index(0, t3); if (project == null) - project = A.ProjectEntity_ProjectEntity(_null, t2, _null, _null); - t2 = project.clientId; - client = t1[t3].clientState.map._map$_map.$index(0, t2); + project = A.ProjectEntity_ProjectEntity(_null, t3, _null, _null); + t3 = project.clientId; + client = t2[t4].clientState.map._map$_map.$index(0, t3); if (client == null) - client = A.ClientEntity_ClientEntity(_null, t2, _null, _null); - t1 = t1[t3].userCompany.company; + client = A.ClientEntity_ClientEntity(_null, t3, _null, _null); + t2 = t2[t4].userCompany.company; project.get$isNew(); - return new A.ProjectViewVM(state, project, client, t1, new A.ProjectViewVM_ProjectViewVM$fromStore_closure(state, project), new A.ProjectViewVM_ProjectViewVM$fromStore_closure0(new A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh(store, project)), new A.ProjectViewVM_ProjectViewVM$fromStore_closure1(store, project), new A.ProjectViewVM_ProjectViewVM$fromStore_closure2(store, project)); + return new A.ProjectViewVM(t1, project, client, t2, new A.ProjectViewVM_ProjectViewVM$fromStore_closure(t1, project), new A.ProjectViewVM_ProjectViewVM$fromStore_closure0(new A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh(store, project)), new A.ProjectViewVM_ProjectViewVM$fromStore_closure1(store, project), new A.ProjectViewVM_ProjectViewVM$fromStore_closure2(store, project)); }, ProjectViewScreen: function ProjectViewScreen(t0, t1) { this.isFilter = t0; @@ -98368,16 +100850,17 @@ __PurchaseOrderEditState_State_SingleTickerProviderStateMixin: function __PurchaseOrderEditState_State_SingleTickerProviderStateMixin() { }, PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore(store) { - var company, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - purchaseOrder = t1.purchaseOrderUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1]; - company = t1.userCompany.company; - t1.clientState.toString; - return new A.PurchaseOrderEditDetailsVM(state, company, purchaseOrder, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure(store), null, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0(store, state), null, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1(state, store)); + var t2, purchaseOrder, t3, company, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + purchaseOrder = t2.purchaseOrderUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + company = t2.userCompany.company; + t2.clientState.toString; + return new A.PurchaseOrderEditDetailsVM(t1, company, purchaseOrder, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure(store), null, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0(store, t1), null, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1(t1, store)); }, PurchaseOrderEditDetailsScreen: function PurchaseOrderEditDetailsScreen(t0, t1) { this.viewModel = t0; @@ -98417,12 +100900,15 @@ this.store = t0; }, PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore(store) { - var _s6_ = "_state", - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = A._lateReadCheck(store.__Store__state, _s6_), - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - return new A.PurchaseOrderEditItemsVM(t1, t3._list[t2].userCompany.company, A._lateReadCheck(store.__Store__state, _s6_).uiState.purchaseOrderUIState.editing, A._lateReadCheck(store.__Store__state, _s6_).uiState.purchaseOrderUIState.editingItemIndex, new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2(store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany.company; + t3 = t3.purchaseOrderUIState; + return new A.PurchaseOrderEditItemsVM(t1, t4, t3.editing, t3.editingItemIndex, new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2(store)); }, PurchaseOrderEditItemsScreen: function PurchaseOrderEditItemsScreen(t0, t1) { this.viewModel = t0; @@ -98457,12 +100943,14 @@ this.store = t0; }, PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - purchaseOrder = t1.purchaseOrderUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.PurchaseOrderEditNotesVM(state, t2._list[t1].userCompany.company, purchaseOrder, new A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure(store)); + var t2, purchaseOrder, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + purchaseOrder = t2.purchaseOrderUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.PurchaseOrderEditNotesVM(t1, t3._list[t2].userCompany.company, purchaseOrder, new A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure(store)); }, PurchaseOrderEditNotesScreen: function PurchaseOrderEditNotesScreen(t0) { this.key = t0; @@ -98494,22 +100982,21 @@ this.invoice = t2; }, PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore(store) { - var t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.purchaseOrderUIState, - purchaseOrder = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t3._list[t1].userCompany.company; - t2 = t2.editingItemIndex; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - t3 = t4._list[t3].purchaseOrderState.map; - t4 = purchaseOrder.id; - t3._map$_map.$index(0, t4); - return new A.PurchaseOrderEditVM(state, t1, purchaseOrder, t2, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure(store, state), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0(store, purchaseOrder), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1(state, store), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2(store, purchaseOrder), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3(store, purchaseOrder)); + var t2, t3, purchaseOrder, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.purchaseOrderUIState; + purchaseOrder = t3.editing; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t4._list[t2]; + t4 = t2.userCompany.company; + t3 = t3.editingItemIndex; + t2 = t2.purchaseOrderState.map; + t5 = purchaseOrder.id; + t2._map$_map.$index(0, t5); + return new A.PurchaseOrderEditVM(t1, t4, purchaseOrder, t3, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure(store, t1), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0(store, purchaseOrder), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1(t1, store), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2(store, purchaseOrder), new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3(store, purchaseOrder)); }, PurchaseOrderEditScreen: function PurchaseOrderEditScreen(t0) { this.key = t0; @@ -98586,19 +101073,20 @@ this.purchaseOrder = t1; }, EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore(store, purchaseOrder) { - var t3, t4, t5, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2]; - t4 = t3.userCompany.company; - t3 = t3.clientState.map; - t5 = purchaseOrder.clientId; - t5 = t3._map$_map.$index(0, t5); - t2 = t1[t2].vendorState.map; - t1 = purchaseOrder.vendorId; - return new A.EmailPurchaseOrderVM(state, t4, purchaseOrder, t5, t2._map$_map.$index(0, t1), new A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure(purchaseOrder, store)); + var t2, t3, t4, t5, t6, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3]; + t5 = t4.userCompany.company; + t4 = t4.clientState.map; + t6 = purchaseOrder.clientId; + t6 = t4._map$_map.$index(0, t6); + t3 = t2[t3].vendorState.map; + t2 = purchaseOrder.vendorId; + return new A.EmailPurchaseOrderVM(t1, t5, purchaseOrder, t6, t3._map$_map.$index(0, t2), new A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure(purchaseOrder, store)); }, PurchaseOrderEmailScreen: function PurchaseOrderEmailScreen(t0) { this.key = t0; @@ -98666,33 +101154,34 @@ this.$this = t0; }, PurchaseOrderListVM_fromStore(store) { - var t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedFilteredPurchaseOrderList(), - t2 = state.getUISelection$1(B.EntityType_purchaseOrder), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.purchaseOrderState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.clientState.map; - t10 = t6.vendorState.map; - t4 = t4.purchaseOrderUIState.listUIState; - t6 = t1.call$7(t2, t8, t7, t9, t10, t4, t6.userState.map); - t10 = t3[t5]; - t9 = t10.purchaseOrderState.map; - t7 = t10.clientState.map; - t4 = t4.filter; - t10 = t10.userCompany.settings; - t1 = t10 == null ? null : t10.getTableColumns$1(B.EntityType_purchaseOrder); - if (t1 == null) { - t3[t5].toString; - t1 = A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedFilteredPurchaseOrderList(); + t3 = t1.getUISelection$1(B.EntityType_purchaseOrder); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.purchaseOrderState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.clientState.map; + t11 = t7.vendorState.map; + t5 = t5.purchaseOrderUIState.listUIState; + t7 = t2.call$7(t3, t9, t8, t10, t11, t5, t7.userState.map); + t11 = t4[t6]; + t10 = t11.purchaseOrderState.map; + t8 = t11.clientState.map; + t5 = t5.filter; + t11 = t11.userCompany.settings; + t2 = t11 == null ? null : t11.getTableColumns$1(B.EntityType_purchaseOrder); + if (t2 == null) { + t4[t6].toString; + t2 = A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], type$.JSArray_legacy_String); } - return new A.PurchaseOrderListVM(state, t6, t9, t7, t4, new A.PurchaseOrderListVM_fromStore_closure(new A.PurchaseOrderListVM_fromStore__handleRefresh(store)), t1, new A.PurchaseOrderListVM_fromStore_closure0(store), new A.PurchaseOrderListVM_fromStore_closure1(store)); + return new A.PurchaseOrderListVM(t1, t7, t10, t8, t5, new A.PurchaseOrderListVM_fromStore_closure(new A.PurchaseOrderListVM_fromStore__handleRefresh(store)), t2, new A.PurchaseOrderListVM_fromStore_closure0(store), new A.PurchaseOrderListVM_fromStore_closure1(store)); }, PurchaseOrderListBuilder: function PurchaseOrderListBuilder(t0) { this.key = t0; @@ -98805,25 +101294,26 @@ this.context = t0; }, PurchaseOrderScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].purchaseOrderState.toString; - t4 = $.$get$memoizedFilteredPurchaseOrderList(); - t5 = state.getUISelection$1(B.EntityType_purchaseOrder); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].purchaseOrderState.toString; + t5 = $.$get$memoizedFilteredPurchaseOrderList(); + t1 = t1.getUISelection$1(B.EntityType_purchaseOrder); + t6 = t2[t4]; t7 = t6.purchaseOrderState; t8 = t7.map; t7 = t7.list; t9 = t6.clientState.map; t10 = t6.vendorState.map; - t2 = t2.purchaseOrderUIState.listUIState; - t6 = t4.call$7(t5, t8, t7, t9, t10, t2, t6.userState.map); - t1[t3].toString; - t2.toString; + t3 = t3.purchaseOrderUIState.listUIState; + t6 = t5.call$7(t1, t8, t7, t9, t10, t3, t6.userState.map); + t2[t4].toString; + t3.toString; return new A.PurchaseOrderScreenVM(t6); }, PurchaseOrderScreenBuilder: function PurchaseOrderScreenBuilder(t0) { @@ -98835,27 +101325,28 @@ this.purchaseOrderList = t0; }, PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore(store) { - var t4, purchaseOrder, t5, client, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].purchaseOrderState.map; - t2 = t2.purchaseOrderUIState.selectedId; - purchaseOrder = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, purchaseOrder, t6, client, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].purchaseOrderState.map; + t3 = t3.purchaseOrderUIState.selectedId; + purchaseOrder = t5._map$_map.$index(0, t3); if (purchaseOrder == null) - purchaseOrder = A.InvoiceEntity_InvoiceEntity(_null, _null, t2, _null, _null, _null); - t2 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - t5 = purchaseOrder.clientId; - client = t4._list[t2].clientState.map._map$_map.$index(0, t5); + purchaseOrder = A.InvoiceEntity_InvoiceEntity(_null, _null, t3, _null, _null, _null); + t3 = store.__Store__state_A; + t5 = t3.userCompanyStates; + t3 = t3.uiState.selectedCompanyIndex; + t6 = purchaseOrder.clientId; + client = t5._list[t3].clientState.map._map$_map.$index(0, t6); if (client == null) - client = A.ClientEntity_ClientEntity(_null, t5, _null, _null); - t1 = t1[t3].userCompany.company; + client = A.ClientEntity_ClientEntity(_null, t6, _null, _null); + t2 = t2[t4].userCompany.company; purchaseOrder.get$isNew(); - return new A.PurchaseOrderViewVM(state, t1, purchaseOrder, client, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure(purchaseOrder), new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh(store, purchaseOrder)), new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1(store, purchaseOrder), new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2(store, purchaseOrder), _null, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3(store)); + return new A.PurchaseOrderViewVM(t1, t2, purchaseOrder, client, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure(purchaseOrder), new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh(store, purchaseOrder)), new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1(store, purchaseOrder), new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2(store, purchaseOrder), _null, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3(store)); }, PurchaseOrderViewScreen: function PurchaseOrderViewScreen(t0, t1) { this.isFilter = t0; @@ -98914,16 +101405,17 @@ this.store = t0; }, QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store) { - var company, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - quote = t1.quoteUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1]; - company = t1.userCompany.company; - t1.clientState.toString; - return new A.QuoteEditDetailsVM(state, company, quote, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure(store), new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0(store, state), null, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1(store), null); + var t2, quote, t3, company, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + quote = t2.quoteUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + company = t2.userCompany.company; + t2.clientState.toString; + return new A.QuoteEditDetailsVM(t1, company, quote, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure(store), new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0(store, t1), null, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1(store), null); }, QuoteEditDetailsScreen: function QuoteEditDetailsScreen(t0, t1) { this.viewModel = t0; @@ -98962,12 +101454,15 @@ this.store = t0; }, QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store) { - var _s6_ = "_state", - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = A._lateReadCheck(store.__Store__state, _s6_), - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - return new A.QuoteEditItemsVM(t1, t3._list[t2].userCompany.company, A._lateReadCheck(store.__Store__state, _s6_).uiState.quoteUIState.editing, A._lateReadCheck(store.__Store__state, _s6_).uiState.quoteUIState.editingItemIndex, new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2(store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany.company; + t3 = t3.quoteUIState; + return new A.QuoteEditItemsVM(t1, t4, t3.editing, t3.editingItemIndex, new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2(store)); }, QuoteEditItemsScreen: function QuoteEditItemsScreen(t0, t1) { this.viewModel = t0; @@ -99002,12 +101497,14 @@ this.store = t0; }, QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - quote = t1.quoteUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.QuoteEditNotesVM(state, t2._list[t1].userCompany.company, quote, new A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure(store)); + var t2, quote, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + quote = t2.quoteUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.QuoteEditNotesVM(t1, t3._list[t2].userCompany.company, quote, new A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure(store)); }, QuoteEditNotesScreen: function QuoteEditNotesScreen(t0) { this.key = t0; @@ -99039,22 +101536,21 @@ this.invoice = t2; }, QuoteEditVM_QuoteEditVM$fromStore(store) { - var t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.quoteUIState, - quote = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t3._list[t1].userCompany.company; - t2 = t2.editingItemIndex; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - t3 = t4._list[t3].quoteState.map; - t4 = quote.id; - t3._map$_map.$index(0, t4); - return new A.QuoteEditVM(state, t1, quote, t2, new A.QuoteEditVM_QuoteEditVM$fromStore_closure(store, state), new A.QuoteEditVM_QuoteEditVM$fromStore_closure0(store, quote), new A.QuoteEditVM_QuoteEditVM$fromStore_closure1(state, store), new A.QuoteEditVM_QuoteEditVM$fromStore_closure2(store, quote), new A.QuoteEditVM_QuoteEditVM$fromStore_closure3(store, quote)); + var t2, t3, quote, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.quoteUIState; + quote = t3.editing; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t4._list[t2]; + t4 = t2.userCompany.company; + t3 = t3.editingItemIndex; + t2 = t2.quoteState.map; + t5 = quote.id; + t2._map$_map.$index(0, t5); + return new A.QuoteEditVM(t1, t4, quote, t3, new A.QuoteEditVM_QuoteEditVM$fromStore_closure(store, t1), new A.QuoteEditVM_QuoteEditVM$fromStore_closure0(store, quote), new A.QuoteEditVM_QuoteEditVM$fromStore_closure1(t1, store), new A.QuoteEditVM_QuoteEditVM$fromStore_closure2(store, quote), new A.QuoteEditVM_QuoteEditVM$fromStore_closure3(store, quote)); }, QuoteEditScreen: function QuoteEditScreen(t0) { this.key = t0; @@ -99180,19 +101676,20 @@ __QuoteEditState_State_SingleTickerProviderStateMixin: function __QuoteEditState_State_SingleTickerProviderStateMixin() { }, EmailQuoteVM_EmailQuoteVM$fromStore(store, quote) { - var t3, t4, t5, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2]; - t4 = t3.userCompany.company; - t3 = t3.clientState.map; - t5 = quote.clientId; - t5 = t3._map$_map.$index(0, t5); - t2 = t1[t2].vendorState.map; - t1 = quote.vendorId; - return new A.EmailQuoteVM(state, t4, quote, t5, t2._map$_map.$index(0, t1), new A.EmailQuoteVM_EmailQuoteVM$fromStore_closure(quote, store)); + var t2, t3, t4, t5, t6, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3]; + t5 = t4.userCompany.company; + t4 = t4.clientState.map; + t6 = quote.clientId; + t6 = t4._map$_map.$index(0, t6); + t3 = t2[t3].vendorState.map; + t2 = quote.vendorId; + return new A.EmailQuoteVM(t1, t5, quote, t6, t3._map$_map.$index(0, t2), new A.EmailQuoteVM_EmailQuoteVM$fromStore_closure(quote, store)); }, QuoteEmailScreen: function QuoteEmailScreen(t0) { this.key = t0; @@ -99260,33 +101757,34 @@ QuoteListItem_build__closure3: function QuoteListItem_build__closure3() { }, QuoteListVM_fromStore(store) { - var t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedFilteredQuoteList(), - t2 = state.getUISelection$1(B.EntityType_quote), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.quoteState; - t8 = t7.map; - t7 = t7.list; - t9 = t6.clientState.map; - t10 = t6.vendorState.map; - t4 = t4.quoteUIState.listUIState; - t6 = t1.call$7(t2, t8, t7, t9, t10, t4, t6.userState.map); - t10 = t3[t5]; - t9 = t10.quoteState.map; - t7 = t10.clientState.map; - t4 = t4.filter; - t10 = t10.userCompany.settings; - t1 = t10 == null ? null : t10.getTableColumns$1(B.EntityType_quote); - if (t1 == null) { - t3[t5].toString; - t1 = A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedFilteredQuoteList(); + t3 = t1.getUISelection$1(B.EntityType_quote); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.quoteState; + t9 = t8.map; + t8 = t8.list; + t10 = t7.clientState.map; + t11 = t7.vendorState.map; + t5 = t5.quoteUIState.listUIState; + t7 = t2.call$7(t3, t9, t8, t10, t11, t5, t7.userState.map); + t11 = t4[t6]; + t10 = t11.quoteState.map; + t8 = t11.clientState.map; + t5 = t5.filter; + t11 = t11.userCompany.settings; + t2 = t11 == null ? null : t11.getTableColumns$1(B.EntityType_quote); + if (t2 == null) { + t4[t6].toString; + t2 = A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], type$.JSArray_legacy_String); } - return new A.QuoteListVM(state, t6, t9, t7, t4, new A.QuoteListVM_fromStore_closure(new A.QuoteListVM_fromStore__handleRefresh(store)), t1, new A.QuoteListVM_fromStore_closure0(store), new A.QuoteListVM_fromStore_closure1(store)); + return new A.QuoteListVM(t1, t7, t10, t8, t5, new A.QuoteListVM_fromStore_closure(new A.QuoteListVM_fromStore__handleRefresh(store)), t2, new A.QuoteListVM_fromStore_closure0(store), new A.QuoteListVM_fromStore_closure1(store)); }, QuoteListBuilder: function QuoteListBuilder(t0) { this.key = t0; @@ -99402,25 +101900,26 @@ this.context = t0; }, QuoteScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].quoteState.toString; - t4 = $.$get$memoizedFilteredQuoteList(); - t5 = state.getUISelection$1(B.EntityType_quote); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].quoteState.toString; + t5 = $.$get$memoizedFilteredQuoteList(); + t1 = t1.getUISelection$1(B.EntityType_quote); + t6 = t2[t4]; t7 = t6.quoteState; t8 = t7.map; t7 = t7.list; t9 = t6.clientState.map; t10 = t6.vendorState.map; - t2 = t2.quoteUIState.listUIState; - t6 = t4.call$7(t5, t8, t7, t9, t10, t2, t6.userState.map); - t1[t3].toString; - t2.toString; + t3 = t3.quoteUIState.listUIState; + t6 = t5.call$7(t1, t8, t7, t9, t10, t3, t6.userState.map); + t2[t4].toString; + t3.toString; return new A.QuoteScreenVM(t6); }, QuoteScreenBuilder: function QuoteScreenBuilder(t0) { @@ -99432,27 +101931,28 @@ this.quoteList = t0; }, QuoteViewVM_QuoteViewVM$fromStore(store) { - var t4, quote, t5, client, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].quoteState.map; - t2 = t2.quoteUIState.selectedId; - quote = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, quote, t6, client, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].quoteState.map; + t3 = t3.quoteUIState.selectedId; + quote = t5._map$_map.$index(0, t3); if (quote == null) - quote = A.InvoiceEntity_InvoiceEntity(_null, _null, t2, _null, _null, _null); - t2 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - t5 = quote.clientId; - client = t4._list[t2].clientState.map._map$_map.$index(0, t5); + quote = A.InvoiceEntity_InvoiceEntity(_null, _null, t3, _null, _null, _null); + t3 = store.__Store__state_A; + t5 = t3.userCompanyStates; + t3 = t3.uiState.selectedCompanyIndex; + t6 = quote.clientId; + client = t5._list[t3].clientState.map._map$_map.$index(0, t6); if (client == null) - client = A.ClientEntity_ClientEntity(_null, t5, _null, _null); - t1 = t1[t3].userCompany.company; + client = A.ClientEntity_ClientEntity(_null, t6, _null, _null); + t2 = t2[t4].userCompany.company; quote.get$isNew(); - return new A.QuoteViewVM(state, t1, quote, client, new A.QuoteViewVM_QuoteViewVM$fromStore_closure(quote), new A.QuoteViewVM_QuoteViewVM$fromStore_closure0(new A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh(store, quote)), new A.QuoteViewVM_QuoteViewVM$fromStore_closure1(store, quote), new A.QuoteViewVM_QuoteViewVM$fromStore_closure2(store, quote), _null, new A.QuoteViewVM_QuoteViewVM$fromStore_closure3(store)); + return new A.QuoteViewVM(t1, t2, quote, client, new A.QuoteViewVM_QuoteViewVM$fromStore_closure(quote), new A.QuoteViewVM_QuoteViewVM$fromStore_closure0(new A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh(store, quote)), new A.QuoteViewVM_QuoteViewVM$fromStore_closure1(store, quote), new A.QuoteViewVM_QuoteViewVM$fromStore_closure2(store, quote), _null, new A.QuoteViewVM_QuoteViewVM$fromStore_closure3(store)); }, QuoteViewScreen: function QuoteViewScreen(t0, t1) { this.isFilter = t0; @@ -99511,15 +102011,17 @@ this.store = t0; }, RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - recurringExpense = t1.recurringExpenseUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1].recurringExpenseState.map; - t2 = recurringExpense.id; - t1._map$_map.$index(0, t2); - return new A.RecurringExpenseEditVM(recurringExpense, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure(store), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0(store, state), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1(state, store), state, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2(store), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3(store), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4(store, recurringExpense), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5(store, recurringExpense)); + var t2, recurringExpense, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + recurringExpense = t2.recurringExpenseUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2].recurringExpenseState.map; + t3 = recurringExpense.id; + t2._map$_map.$index(0, t3); + return new A.RecurringExpenseEditVM(recurringExpense, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure(store), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0(store, t1), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1(t1, store), t1, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2(store), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3(store), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4(store, recurringExpense), new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5(store, recurringExpense)); }, RecurringExpenseEditScreen: function RecurringExpenseEditScreen(t0) { this.key = t0; @@ -99653,31 +102155,32 @@ this.$this = t0; }, RecurringExpenseListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.recurringExpenseUIState; - t2.toString; - t4 = $.$get$memoizedFilteredRecurringExpenseList(); - t5 = state.getUISelection$1(B.EntityType_recurringExpense); - t6 = t1[t3]; - t2 = t2.listUIState; - t6 = t4.call$9(t5, t6.recurringExpenseState.map, t6.clientState.map, t6.vendorState.map, t6.userState.map, t2, t6.invoiceState.map, t6.expenseCategoryState.map, state.staticState); - t5 = t1[t3]; - t4 = t5.recurringExpenseState.map; - t2 = t2.filter; - t5 = t5.userCompany.settings; - t5 = t5 == null ? null : t5.getTableColumns$1(B.EntityType_recurringExpense); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.recurringExpenseUIState; + t3.toString; + t5 = $.$get$memoizedFilteredRecurringExpenseList(); + t6 = t1.getUISelection$1(B.EntityType_recurringExpense); + t7 = t2[t4]; + t3 = t3.listUIState; + t7 = t5.call$9(t6, t7.recurringExpenseState.map, t7.clientState.map, t7.vendorState.map, t7.userState.map, t3, t7.invoiceState.map, t7.expenseCategoryState.map, t1.staticState); + t6 = t2[t4]; + t5 = t6.recurringExpenseState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_recurringExpense); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.RecurringExpenseListVM(state, t6, t4, t2, new A.RecurringExpenseListVM_fromStore_closure(new A.RecurringExpenseListVM_fromStore__handleRefresh(store)), t1, new A.RecurringExpenseListVM_fromStore_closure0(store), new A.RecurringExpenseListVM_fromStore_closure1(store)); + t2 = t6; + return new A.RecurringExpenseListVM(t1, t7, t5, t3, new A.RecurringExpenseListVM_fromStore_closure(new A.RecurringExpenseListVM_fromStore__handleRefresh(store)), t2, new A.RecurringExpenseListVM_fromStore_closure0(store), new A.RecurringExpenseListVM_fromStore_closure1(store)); }, RecurringExpenseListBuilder: function RecurringExpenseListBuilder(t0) { this.key = t0; @@ -99754,25 +102257,26 @@ this.context = t0; }, RecurringExpenseScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].recurringExpenseState.toString; - t4 = $.$get$memoizedFilteredRecurringExpenseList(); - t5 = state.getUISelection$1(B.EntityType_recurringExpense); - t6 = t1[t3]; - t7 = t6.recurringExpenseState.map; - t8 = t6.clientState.map; - t9 = t6.vendorState.map; - t10 = t6.userState.map; - t2 = t2.recurringExpenseUIState.listUIState; - t6 = t4.call$9(t5, t7, t8, t9, t10, t2, t6.invoiceState.map, t6.expenseCategoryState.map, state.staticState); - t1[t3].toString; - t2.toString; - return new A.RecurringExpenseScreenVM(t6); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].recurringExpenseState.toString; + t5 = $.$get$memoizedFilteredRecurringExpenseList(); + t6 = t1.getUISelection$1(B.EntityType_recurringExpense); + t7 = t2[t4]; + t8 = t7.recurringExpenseState.map; + t9 = t7.clientState.map; + t10 = t7.vendorState.map; + t11 = t7.userState.map; + t3 = t3.recurringExpenseUIState.listUIState; + t1 = t5.call$9(t6, t8, t9, t10, t11, t3, t7.invoiceState.map, t7.expenseCategoryState.map, t1.staticState); + t2[t4].toString; + t3.toString; + return new A.RecurringExpenseScreenVM(t1); }, RecurringExpenseScreenBuilder: function RecurringExpenseScreenBuilder(t0) { this.key = t0; @@ -99783,20 +102287,21 @@ this.recurringExpenseList = t0; }, RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store) { - var t4, recurringExpense, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].recurringExpenseState.map; - t2 = t2.recurringExpenseUIState.selectedId; - recurringExpense = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, recurringExpense, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].recurringExpenseState.map; + t3 = t3.recurringExpenseUIState.selectedId; + recurringExpense = t5._map$_map.$index(0, t3); if (recurringExpense == null) - recurringExpense = A.ExpenseEntity_ExpenseEntity(_null, _null, t2, _null, _null, _null, _null); - t1 = t1[t3].userCompany.company; + recurringExpense = A.ExpenseEntity_ExpenseEntity(_null, _null, t3, _null, _null, _null, _null); + t2 = t2[t4].userCompany.company; recurringExpense.get$isNew(); - return new A.RecurringExpenseViewVM(state, recurringExpense, t1, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh(store, recurringExpense)), new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0(store, recurringExpense), new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1(store, recurringExpense)); + return new A.RecurringExpenseViewVM(t1, recurringExpense, t2, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh(store, recurringExpense)), new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0(store, recurringExpense), new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1(store, recurringExpense)); }, RecurringExpenseViewScreen: function RecurringExpenseViewScreen(t0) { this.key = t0; @@ -99892,16 +102397,17 @@ __RecurringInvoiceEditState_State_SingleTickerProviderStateMixin: function __RecurringInvoiceEditState_State_SingleTickerProviderStateMixin() { }, RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store) { - var company, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.recurringInvoiceUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t2._list[t1]; - company = t1.userCompany.company; - t1.clientState.toString; - return new A.RecurringInvoiceEditDetailsVM(state, company, invoice, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure(store), new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0(store, state), null, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1(store), null); + var t2, invoice, t3, company, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.recurringInvoiceUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t3._list[t2]; + company = t2.userCompany.company; + t2.clientState.toString; + return new A.RecurringInvoiceEditDetailsVM(t1, company, invoice, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure(store), new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0(store, t1), null, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1(store), null); }, RecurringInvoiceEditDetailsScreen: function RecurringInvoiceEditDetailsScreen(t0, t1) { this.viewModel = t0; @@ -99940,12 +102446,15 @@ this.store = t0; }, RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, isTasks) { - var _s6_ = "_state", - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = A._lateReadCheck(store.__Store__state, _s6_), - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - return new A.RecurringInvoiceEditItemsVM(t1, t3._list[t2].userCompany.company, A._lateReadCheck(store.__Store__state, _s6_).uiState.recurringInvoiceUIState.editing, A._lateReadCheck(store.__Store__state, _s6_).uiState.recurringInvoiceUIState.editingItemIndex, new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1(store, isTasks), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2(store)); + var t2, t3, t4, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany.company; + t3 = t3.recurringInvoiceUIState; + return new A.RecurringInvoiceEditItemsVM(t1, t4, t3.editing, t3.editingItemIndex, new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1(store, isTasks), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2(store)); }, RecurringInvoiceEditItemsScreen: function RecurringInvoiceEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -99986,12 +102495,14 @@ this.store = t0; }, RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - recurringInvoice = t1.recurringInvoiceUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.RecurringInvoiceEditNotesVM(state, t2._list[t1].userCompany.company, recurringInvoice, new A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure(store)); + var t2, recurringInvoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + recurringInvoice = t2.recurringInvoiceUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.RecurringInvoiceEditNotesVM(t1, t3._list[t2].userCompany.company, recurringInvoice, new A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure(store)); }, RecurringInvoiceEditNotesScreen: function RecurringInvoiceEditNotesScreen(t0) { this.key = t0; @@ -100023,22 +102534,21 @@ this.invoice = t2; }, RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store) { - var t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.recurringInvoiceUIState, - recurringInvoice = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t3._list[t1].userCompany.company; - t2 = t2.editingItemIndex; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - t3 = t4._list[t3].recurringInvoiceState.map; - t4 = recurringInvoice.id; - t3._map$_map.$index(0, t4); - return new A.RecurringInvoiceEditVM(state, t1, recurringInvoice, t2, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure(store, state), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0(store, recurringInvoice), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1(state, store), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2(store, recurringInvoice), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3(store, recurringInvoice)); + var t2, t3, recurringInvoice, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.recurringInvoiceUIState; + recurringInvoice = t3.editing; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t4._list[t2]; + t4 = t2.userCompany.company; + t3 = t3.editingItemIndex; + t2 = t2.recurringInvoiceState.map; + t5 = recurringInvoice.id; + t2._map$_map.$index(0, t5); + return new A.RecurringInvoiceEditVM(t1, t4, recurringInvoice, t3, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure(store, t1), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0(store, recurringInvoice), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1(t1, store), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2(store, recurringInvoice), new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3(store, recurringInvoice)); }, RecurringInvoiceEditScreen: function RecurringInvoiceEditScreen(t0) { this.key = t0; @@ -100155,32 +102665,33 @@ RecurringInvoiceListItem_build__closure3: function RecurringInvoiceListItem_build__closure3() { }, RecurringInvoiceListVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.recurringInvoiceUIState; - t2.toString; - t4 = $.$get$memoizedFilteredRecurringInvoiceList(); - t5 = state.getUISelection$1(B.EntityType_recurringInvoice); - t6 = t1[t3]; - t7 = t6.recurringInvoiceState; - t2 = t2.listUIState; - t6 = t4.call$7(t5, t7.map, t6.clientState.map, t6.vendorState.map, t7.list, t2, t6.userState.map); - t7 = t1[t3]; - t5 = t7.recurringInvoiceState.map; - t2 = t2.filter; - t7 = t7.userCompany.settings; - t4 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_recurringInvoice); - if (t4 == null) { - t1[t3].toString; - t1 = A._setArrayType(["status", "number", "client", "amount", "remaining_cycles", "next_send_date", "frequency", "due_date_days", "auto_bill"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.recurringInvoiceUIState; + t3.toString; + t5 = $.$get$memoizedFilteredRecurringInvoiceList(); + t6 = t1.getUISelection$1(B.EntityType_recurringInvoice); + t7 = t2[t4]; + t8 = t7.recurringInvoiceState; + t3 = t3.listUIState; + t7 = t5.call$7(t6, t8.map, t7.clientState.map, t7.vendorState.map, t8.list, t3, t7.userState.map); + t8 = t2[t4]; + t6 = t8.recurringInvoiceState.map; + t3 = t3.filter; + t8 = t8.userCompany.settings; + t5 = t8 == null ? null : t8.getTableColumns$1(B.EntityType_recurringInvoice); + if (t5 == null) { + t2[t4].toString; + t2 = A._setArrayType(["status", "number", "client", "amount", "remaining_cycles", "next_send_date", "frequency", "due_date_days", "auto_bill"], type$.JSArray_legacy_String); } else - t1 = t4; - return new A.RecurringInvoiceListVM(state, t6, t5, t2, new A.RecurringInvoiceListVM_fromStore_closure(new A.RecurringInvoiceListVM_fromStore__handleRefresh(store)), t1, new A.RecurringInvoiceListVM_fromStore_closure0(store), new A.RecurringInvoiceListVM_fromStore_closure1(store)); + t2 = t5; + return new A.RecurringInvoiceListVM(t1, t7, t6, t3, new A.RecurringInvoiceListVM_fromStore_closure(new A.RecurringInvoiceListVM_fromStore__handleRefresh(store)), t2, new A.RecurringInvoiceListVM_fromStore_closure0(store), new A.RecurringInvoiceListVM_fromStore_closure1(store)); }, RecurringInvoiceListBuilder: function RecurringInvoiceListBuilder(t0) { this.key = t0; @@ -100291,25 +102802,26 @@ this.context = t0; }, RecurringInvoiceScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].recurringInvoiceState.toString; - t4 = $.$get$memoizedFilteredRecurringInvoiceList(); - t5 = state.getUISelection$1(B.EntityType_recurringInvoice); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].recurringInvoiceState.toString; + t5 = $.$get$memoizedFilteredRecurringInvoiceList(); + t1 = t1.getUISelection$1(B.EntityType_recurringInvoice); + t6 = t2[t4]; t7 = t6.recurringInvoiceState; t8 = t7.map; t9 = t6.clientState.map; t10 = t6.vendorState.map; t7 = t7.list; - t2 = t2.recurringInvoiceUIState.listUIState; - t6 = t4.call$7(t5, t8, t9, t10, t7, t2, t6.userState.map); - t1[t3].toString; - t2.toString; + t3 = t3.recurringInvoiceUIState.listUIState; + t6 = t5.call$7(t1, t8, t9, t10, t7, t3, t6.userState.map); + t2[t4].toString; + t3.toString; return new A.RecurringInvoiceScreenVM(t6); }, RecurringInvoiceScreenBuilder: function RecurringInvoiceScreenBuilder(t0) { @@ -100321,27 +102833,28 @@ this.recurringInvoiceList = t0; }, RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store) { - var t4, invoice, t5, client, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].recurringInvoiceState.map; - t2 = t2.recurringInvoiceUIState.selectedId; - invoice = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, invoice, t6, client, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].recurringInvoiceState.map; + t3 = t3.recurringInvoiceUIState.selectedId; + invoice = t5._map$_map.$index(0, t3); if (invoice == null) - invoice = A.InvoiceEntity_InvoiceEntity(_null, _null, t2, _null, _null, _null); - t2 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - t5 = invoice.clientId; - client = t4._list[t2].clientState.map._map$_map.$index(0, t5); + invoice = A.InvoiceEntity_InvoiceEntity(_null, _null, t3, _null, _null, _null); + t3 = store.__Store__state_A; + t5 = t3.userCompanyStates; + t3 = t3.uiState.selectedCompanyIndex; + t6 = invoice.clientId; + client = t5._list[t3].clientState.map._map$_map.$index(0, t6); if (client == null) - client = A.ClientEntity_ClientEntity(_null, t5, _null, _null); - t1 = t1[t3].userCompany.company; + client = A.ClientEntity_ClientEntity(_null, t6, _null, _null); + t2 = t2[t4].userCompany.company; invoice.get$isNew(); - return new A.RecurringInvoiceViewVM(state, t1, invoice, client, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure(invoice), new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh(store, invoice)), new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1(store, invoice), new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2(store, invoice), _null, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3(store)); + return new A.RecurringInvoiceViewVM(t1, t2, invoice, client, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure(invoice), new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh(store, invoice)), new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1(store, invoice), new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2(store, invoice), _null, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3(store)); }, RecurringInvoiceViewScreen: function RecurringInvoiceViewScreen(t0, t1) { this.isFilter = t0; @@ -100624,8 +103137,7 @@ value22 = A.round(t16, 2); break; case B.ClientReportFields_50: - t36 = t15 && true; - value22 = !t36 && true; + value22 = !(t15 && true) && true; break; case B.ClientReportFields_52: t36 = new A.DateTime(t14, true); @@ -100904,8 +103416,7 @@ value21 = t25.isPrimary ? A.round(t29, 2) : 0; break; case B.ContactReportFields_49: - t39 = t13 && true; - value21 = !t39 && true; + value21 = !(t13 && true) && true; break; case B.ContactReportFields_51: t39 = new A.DateTime(t12, true); @@ -101017,6 +103528,8 @@ break; case B.CreditReportFields_5: value39 = client.displayName; + if (value39 == null) + value39 = ""; break; case B.CreditReportFields_7: value39 = value37; @@ -102353,7 +104866,7 @@ B.JSArray_methods.sort$1(data, new A.taxReport_closure1(taxRateReportSettings, A.List_List$of(new A.MappedListIterable(t4, new A.taxReport_closure2(), t1), true, t2))); t3 = type$.MappedListIterable_of_legacy_TaxRateReportFields_and_legacy_String; t5 = t3._eval$1("ListIterable.E"); - t6 = A.List_List$of(new A.MappedListIterable(B.List_y1j, new A.taxReport_closure3(), t3), true, t5); + t6 = A.List_List$of(new A.MappedListIterable(B.List_y1j0, new A.taxReport_closure3(), t3), true, t5); return new A.ReportResult(A.List_List$of(new A.MappedListIterable(t4, new A.taxReport_closure4(), t1), true, t2), t6, A.List_List$of(new A.MappedListIterable(defaultColumns, new A.taxReport_closure5(), t3), true, t5), data, _null, true); }, TaxRateReportFields0: function TaxRateReportFields0(t0, t1) { @@ -102446,7 +104959,7 @@ if (payment.isDeleted || client.isDeleted) continue; row = A._setArrayType([], t7); - for (t9 = new J.ArrayIterator(t1, t1.length, t4), value = payment.id, value0 = payment.exchangeRate, t10 = payment.customValue4, t11 = payment.customValue3, t12 = payment.customValue2, t13 = payment.customValue1, value1 = payment.date, value2 = payment.transactionReference, value3 = client.number, value4 = client.vatNumber, value5 = client.postalCode, t14 = client.countryId, value6 = client.city, t15 = client.shippingCountryId, value7 = client.shippingPostalCode, value8 = client.shippingState, value9 = client.shippingCity, value10 = client.state, value11 = client.shippingAddress2, value12 = client.shippingAddress1, value13 = client.address2, value14 = client.address1, value15 = client.balance, value16 = client.displayName, t16 = payment.typeId, value17 = payment.number, t17 = payment.currencyId, t18 = payment.exchangeCurrencyId, skip = false; t9.moveNext$0();) { + for (t9 = new J.ArrayIterator(t1, t1.length, t4), value = payment.id, value0 = payment.exchangeRate, t10 = payment.customValue4, t11 = payment.customValue3, t12 = payment.customValue2, t13 = payment.customValue1, value1 = payment.date, value2 = payment.transactionReference, value3 = client.number, value4 = client.vatNumber, value5 = client.postalCode, t14 = client.countryId, value6 = client.city, t15 = client.shippingCountryId, value7 = client.shippingPostalCode, value8 = client.shippingState, value9 = client.shippingCity, value10 = client.state, value11 = client.shippingAddress2, value12 = client.shippingAddress1, value13 = client.address2, value14 = client.address1, value15 = client.balance, value16 = client.displayName, t16 = payment.typeId, value17 = payment.number, t17 = client.settings, t18 = payment.exchangeCurrencyId, skip = false; t9.moveNext$0();) { t19 = t9.__interceptors$_current; switch (t19) { case B.PaymentReportFields_0: @@ -102561,7 +105074,7 @@ else if (t19 === B.PaymentReportFields_27) row.push(new A.ReportNumberValue(value18, _null, t18, _null, payment.get$entityType(), value)); else if (t20.get$runtimeType(value18) === B.Type_double_K1J || t20.get$runtimeType(value18) === B.Type_int_tHn) - row.push(new A.ReportNumberValue(value18, _null, t17, _null, payment.get$entityType(), value)); + row.push(new A.ReportNumberValue(value18, _null, t17.currencyId, _null, payment.get$entityType(), value)); else row.push(new A.ReportStringValue(value18, payment.get$entityType(), value)); } @@ -104067,7 +106580,7 @@ B.JSArray_methods.sort$1(data, new A.recurringExpenseReport_closure2(expenseReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_RecurringExpenseReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_oqK, new A.recurringExpenseReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.recurringExpenseReport_closure4(), t1), true, t3), data, entities, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_oqK0, new A.recurringExpenseReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.recurringExpenseReport_closure4(), t1), true, t3), data, entities, true); }, RecurringExpenseReportFields: function RecurringExpenseReportFields(t0, t1) { this.index = t0; @@ -104470,7 +106983,8 @@ getReportColumnType(column, context) { var t1, t2, company; column = A.toSnakeCase(column); - t1 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; company = t2._list[t1].userCompany.company; @@ -105036,137 +107550,138 @@ this.entityId = t2; }, ReportsScreenVM_fromStore(store) { - var t4, allReportSettings, reportSettings, t5, groupTotals, _null = null, _box_1 = {}, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.reportsUIState, - report = t2.report, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t3 = t3._list; - t4 = t3[t1].userCompany; - t4 = t4 == null ? _null : t4.settings; - allReportSettings = t4 == null ? _null : t4.reportSettings; + var t2, t3, report, t4, t5, allReportSettings, reportSettings, t6, groupTotals, _null = null, _box_1 = {}, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.reportsUIState; + report = t3.report; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t4 = t4._list; + t5 = t4[t2].userCompany; + t5 = t5 == null ? _null : t5.settings; + allReportSettings = t5 == null ? _null : t5.reportSettings; reportSettings = allReportSettings != null && allReportSettings._map$_map.containsKey$1(0, report) ? allReportSettings._map$_map.$index(0, report) : A.ReportSettingsEntity_ReportSettingsEntity(_null, _null); - t4 = _box_1.reportResult = null; + t5 = _box_1.reportResult = null; switch (report) { case "invoice": - t4 = $.$get$memoizedInvoiceReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$8(t5.userCompany, t2, t5.invoiceState.map, t5.clientState.map, t5.userState.map, t5.vendorState.map, t5.projectState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedInvoiceReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$8(t6.userCompany, t3, t6.invoiceState.map, t6.clientState.map, t6.userState.map, t6.vendorState.map, t6.projectState.map, t1.staticState); + t5 = t6; break; case "recurring_invoice": - t4 = $.$get$memoizedRecurringInvoiceReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$8(t5.userCompany, t2, t5.recurringInvoiceState.map, t5.clientState.map, t5.userState.map, t5.vendorState.map, t5.projectState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedRecurringInvoiceReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$8(t6.userCompany, t3, t6.recurringInvoiceState.map, t6.clientState.map, t6.userState.map, t6.vendorState.map, t6.projectState.map, t1.staticState); + t5 = t6; break; case "document": - t4 = $.$get$memoizedDocumentReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$10(t5.userCompany, t2, t5.clientState.map, t5.productState.map, t5.invoiceState.map, t5.quoteState.map, t5.expenseState.map, t5.projectState.map, t5.vendorState.map, t5.userState.map); - t4 = t5; + t5 = $.$get$memoizedDocumentReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$10(t6.userCompany, t3, t6.clientState.map, t6.productState.map, t6.invoiceState.map, t6.quoteState.map, t6.expenseState.map, t6.projectState.map, t6.vendorState.map, t6.userState.map); + t5 = t6; break; case "expense": - t4 = $.$get$memoizedExpenseReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$10(t5.userCompany, t2, t5.expenseState.map, t5.expenseCategoryState.map, t5.invoiceState.map, t5.clientState.map, t5.vendorState.map, t5.projectState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedExpenseReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$10(t6.userCompany, t3, t6.expenseState.map, t6.expenseCategoryState.map, t6.invoiceState.map, t6.clientState.map, t6.vendorState.map, t6.projectState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "recurring_expense": - t4 = $.$get$memoizedRecurringExpenseReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$9(t5.userCompany, t2, t5.recurringExpenseState.map, t5.expenseCategoryState.map, t5.invoiceState.map, t5.clientState.map, t5.vendorState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedRecurringExpenseReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$9(t6.userCompany, t3, t6.recurringExpenseState.map, t6.expenseCategoryState.map, t6.invoiceState.map, t6.clientState.map, t6.vendorState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "payment": - t4 = $.$get$memoizedPaymentReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$8(t5.userCompany, t2, t5.paymentState.map, t5.clientState.map, t5.userState.map, t5.invoiceState.map, t5.creditState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedPaymentReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$8(t6.userCompany, t3, t6.paymentState.map, t6.clientState.map, t6.userState.map, t6.invoiceState.map, t6.creditState.map, t1.staticState); + t5 = t6; break; case "product": - t4 = $.$get$memoizedProductReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$6(t5.userCompany, t2, t5.productState.map, t5.vendorState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedProductReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$6(t6.userCompany, t3, t6.productState.map, t6.vendorState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "task": - t4 = $.$get$memoizedTaskReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$10(t5.userCompany, t2, t5.taskState.map, t5.invoiceState.map, t5.groupState.map, t5.clientState.map, t5.taskStatusState.map, t5.userState.map, t5.projectState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedTaskReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$10(t6.userCompany, t3, t6.taskState.map, t6.invoiceState.map, t6.groupState.map, t6.clientState.map, t6.taskStatusState.map, t6.userState.map, t6.projectState.map, t1.staticState); + t5 = t6; break; case "quote": - t4 = $.$get$memoizedQuoteReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$7(t5.userCompany, t2, t5.quoteState.map, t5.clientState.map, t5.vendorState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedQuoteReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$7(t6.userCompany, t3, t6.quoteState.map, t6.clientState.map, t6.vendorState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "invoice_tax": - t4 = $.$get$memoizedInvoiceTaxReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$9(t5.userCompany, t2, t5.taxRateState.map, t5.invoiceState.map, t5.creditState.map, t5.clientState.map, t5.paymentState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedInvoiceTaxReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$9(t6.userCompany, t3, t6.taxRateState.map, t6.invoiceState.map, t6.creditState.map, t6.clientState.map, t6.paymentState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "payment_tax": - t4 = $.$get$memoizedPaymentTaxReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$9(t5.userCompany, t2, t5.taxRateState.map, t5.invoiceState.map, t5.creditState.map, t5.clientState.map, t5.paymentState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedPaymentTaxReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$9(t6.userCompany, t3, t6.taxRateState.map, t6.invoiceState.map, t6.creditState.map, t6.clientState.map, t6.paymentState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "credit": - t4 = $.$get$memoizedCreditReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$6(t5.userCompany, t2, t5.creditState.map, t5.clientState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedCreditReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$6(t6.userCompany, t3, t6.creditState.map, t6.clientState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "profit_and_loss": - t4 = $.$get$memoizedProfitAndLossReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$9(t5.userCompany, t2, t5.clientState.map, t5.paymentState.map, t5.expenseState.map, t5.expenseCategoryState.map, t5.vendorState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedProfitAndLossReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$9(t6.userCompany, t3, t6.clientState.map, t6.paymentState.map, t6.expenseState.map, t6.expenseCategoryState.map, t6.vendorState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "invoice_item": - t4 = $.$get$memoizedInvoiceItemReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$6(t5.userCompany, t2, t5.productState.map, t5.invoiceState.map, t5.clientState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedInvoiceItemReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$6(t6.userCompany, t3, t6.productState.map, t6.invoiceState.map, t6.clientState.map, t1.staticState); + t5 = t6; break; case "quote_item": - t4 = $.$get$memoizedQuoteItemReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$6(t5.userCompany, t2, t5.productState.map, t5.quoteState.map, t5.clientState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedQuoteItemReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$6(t6.userCompany, t3, t6.productState.map, t6.quoteState.map, t6.clientState.map, t1.staticState); + t5 = t6; break; case "contact": - t4 = $.$get$memoizedContactReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$5(t5.userCompany, t2, t5.clientState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedContactReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$5(t6.userCompany, t3, t6.clientState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "purchase_order": - t4 = $.$get$memoizedPurchaseOrderReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$7(t5.userCompany, t2, t5.purchaseOrderState.map, t5.clientState.map, t5.vendorState.map, t5.userState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedPurchaseOrderReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$7(t6.userCompany, t3, t6.purchaseOrderState.map, t6.clientState.map, t6.vendorState.map, t6.userState.map, t1.staticState); + t5 = t6; break; case "client": - t4 = $.$get$memoizedClientReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$6(t5.userCompany, t2, t5.clientState.map, t5.userState.map, t5.groupState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedClientReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$6(t6.userCompany, t3, t6.clientState.map, t6.userState.map, t6.groupState.map, t1.staticState); + t5 = t6; break; case "vendor": - t4 = $.$get$memoizedVendorReport(); - t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$6(t5.userCompany, t2, t5.vendorState.map, t5.userState.map, t5.groupState.map, state.staticState); - t4 = t5; + t5 = $.$get$memoizedVendorReport(); + t6 = t4[t2]; + t6 = _box_1.reportResult = t5.call$6(t6.userCompany, t3, t6.vendorState.map, t6.userState.map, t6.groupState.map, t1.staticState); + t5 = t6; break; } - groupTotals = $.$get$memoizeedGroupTotals().call$5(t4, t2, reportSettings, state.staticState.currencyMap, t3[t1].userCompany.company); - return new A.ReportsScreenVM(state, t4, t2, groupTotals, new A.ReportsScreenVM_fromStore_closure(state, reportSettings, store), new A.ReportsScreenVM_fromStore_closure0(_box_1, state, groupTotals), new A.ReportsScreenVM_fromStore_closure1(store, report), new A.ReportsScreenVM_fromStore_closure2(store, state), new A.ReportsScreenVM_fromStore_closure3(store, state), new A.ReportsScreenVM_fromStore_closure4(state, store)); + groupTotals = $.$get$memoizeedGroupTotals().call$5(t5, t3, reportSettings, t1.staticState.currencyMap, t4[t2].userCompany.company); + return new A.ReportsScreenVM(t1, t5, t3, groupTotals, new A.ReportsScreenVM_fromStore_closure(t1, reportSettings, store), new A.ReportsScreenVM_fromStore_closure0(_box_1, t1, groupTotals), new A.ReportsScreenVM_fromStore_closure1(store, report), new A.ReportsScreenVM_fromStore_closure2(store, t1), new A.ReportsScreenVM_fromStore_closure3(store, t1), new A.ReportsScreenVM_fromStore_closure4(t1, store)); }, calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportState) { var groupCurrencies, line, shouldConverCurrencies, i, row, columnIndex, toZone, groupCell, group, j, cell, column, currencyId, t3, t4, t5, t6, t7, t8, age, date, cellValue, rate, rows, sortedColumns, @@ -105496,9 +108011,13 @@ case B.TaskReportFields_7: t24 = invoice.number; value9 = t24; + if (value9 == null) + value9 = ""; break; case B.TaskReportFields_8: value9 = invoice.amount; + if (value9 == null) + value9 = ""; break; case B.TaskReportFields_9: if (t22) { @@ -105784,8 +108303,7 @@ value13 = A.presentCustomField(t5, "vendor_contact4", contact.customValue4); break; case B.VendorReportFields_31: - t23 = t13 && true; - value13 = !t23 && true; + value13 = !(t13 && true) && true; break; case B.VendorReportFields_33: t23 = new A.DateTime(t12, true); @@ -105820,7 +108338,7 @@ B.JSArray_methods.sort$1(data, new A.vendorReport_closure2(vendorReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_VendorReportFields_and_legacy_String; t2 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_8aB, new A.vendorReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.vendorReport_closure4(), t1), true, t2), data, entities, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_8aB1, new A.vendorReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.vendorReport_closure4(), t1), true, t2), data, entities, true); }, VendorReportFields: function VendorReportFields(t0, t1) { this.index = t0; @@ -106019,8 +108537,9 @@ __AccountManagementState_State_SingleTickerProviderStateMixin: function __AccountManagementState_State_SingleTickerProviderStateMixin() { }, AccountManagementVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"); - return new A.AccountManagementVM(state, new A.AccountManagementVM_fromStore_closure(store), state.uiState.settingsUIState.company, new A.AccountManagementVM_fromStore_closure0(store), new A.AccountManagementVM_fromStore_closure1(store), new A.AccountManagementVM_fromStore_closure2(state, store), new A.AccountManagementVM_fromStore_closure3(store), new A.AccountManagementVM_fromStore_closure4(store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.AccountManagementVM(t1, new A.AccountManagementVM_fromStore_closure(store), t1.uiState.settingsUIState.company, new A.AccountManagementVM_fromStore_closure0(store), new A.AccountManagementVM_fromStore_closure1(store), new A.AccountManagementVM_fromStore_closure2(t1, store), new A.AccountManagementVM_fromStore_closure3(store), new A.AccountManagementVM_fromStore_closure4(store)); }, AccountManagementScreen: function AccountManagementScreen(t0) { this.key = t0; @@ -106294,10 +108813,12 @@ __ClientPortalState_State_SingleTickerProviderStateMixin: function __ClientPortalState_State_SingleTickerProviderStateMixin() { }, ClientPortalVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState, - t2 = t1.get$settings(); - return new A.ClientPortalVM(state, t1.company, t2, new A.ClientPortalVM_fromStore_closure(store, state), new A.ClientPortalVM_fromStore_closure0(store), new A.ClientPortalVM_fromStore_closure1(store)); + var t2, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + t3 = t2.get$settings(); + return new A.ClientPortalVM(t1, t2.company, t3, new A.ClientPortalVM_fromStore_closure(store, t1), new A.ClientPortalVM_fromStore_closure0(store), new A.ClientPortalVM_fromStore_closure1(store)); }, ClientPortalScreen: function ClientPortalScreen(t0) { this.key = t0; @@ -106397,21 +108918,21 @@ this.viewModel = t0; this.company = t1; }, - _CompanyDetailsState_build__closure14: function _CompanyDetailsState_build__closure14(t0) { + _CompanyDetailsState_build__closure15: function _CompanyDetailsState_build__closure15(t0) { this.sizeId = t0; }, _CompanyDetailsState_build_closure2: function _CompanyDetailsState_build_closure2(t0, t1) { this.viewModel = t0; this.company = t1; }, - _CompanyDetailsState_build__closure13: function _CompanyDetailsState_build__closure13(t0) { + _CompanyDetailsState_build__closure14: function _CompanyDetailsState_build__closure14(t0) { this.industry = t0; }, _CompanyDetailsState_build_closure3: function _CompanyDetailsState_build_closure3(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure12: function _CompanyDetailsState_build__closure12(t0) { + _CompanyDetailsState_build__closure13: function _CompanyDetailsState_build__closure13(t0) { this.country = t0; }, _CompanyDetailsState_build_closure4: function _CompanyDetailsState_build_closure4(t0, t1, t2) { @@ -106419,7 +108940,7 @@ this.localization = t1; this.viewModel = t2; }, - _CompanyDetailsState_build__closure10: function _CompanyDetailsState_build__closure10(t0, t1) { + _CompanyDetailsState_build__closure11: function _CompanyDetailsState_build__closure11(t0, t1) { this.context = t0; this.viewModel = t1; }, @@ -106427,14 +108948,14 @@ this.viewModel = t0; this.context = t1; }, - _CompanyDetailsState_build__closure11: function _CompanyDetailsState_build__closure11(t0) { + _CompanyDetailsState_build__closure12: function _CompanyDetailsState_build__closure12(t0) { this.viewModel = t0; }, _CompanyDetailsState_build_closure6: function _CompanyDetailsState_build_closure6(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure9: function _CompanyDetailsState_build__closure9(t0) { + _CompanyDetailsState_build__closure10: function _CompanyDetailsState_build__closure10(t0) { this.value = t0; }, _CompanyDetailsState_build_closure5: function _CompanyDetailsState_build_closure5(t0) { @@ -106444,7 +108965,7 @@ this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure8: function _CompanyDetailsState_build__closure8(t0) { + _CompanyDetailsState_build__closure9: function _CompanyDetailsState_build__closure9(t0) { this.paymentType = t0; }, _CompanyDetailsState_build_closure8: function _CompanyDetailsState_build_closure8(t0, t1) { @@ -106455,7 +108976,7 @@ this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure7: function _CompanyDetailsState_build__closure7(t0) { + _CompanyDetailsState_build__closure8: function _CompanyDetailsState_build__closure8(t0) { this.numDays = t0; }, _CompanyDetailsState_build_closure10: function _CompanyDetailsState_build_closure10(t0, t1) { @@ -106466,7 +108987,7 @@ this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure6: function _CompanyDetailsState_build__closure6(t0) { + _CompanyDetailsState_build__closure7: function _CompanyDetailsState_build__closure7(t0) { this.numDays = t0; }, _CompanyDetailsState_build_closure12: function _CompanyDetailsState_build_closure12(t0, t1) { @@ -106477,66 +108998,75 @@ this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure5: function _CompanyDetailsState_build__closure5(t0) { + _CompanyDetailsState_build__closure6: function _CompanyDetailsState_build__closure6(t0) { this.value = t0; }, _CompanyDetailsState_build_closure14: function _CompanyDetailsState_build_closure14(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure4: function _CompanyDetailsState_build__closure4(t0) { + _CompanyDetailsState_build__closure5: function _CompanyDetailsState_build__closure5(t0) { this.value = t0; }, _CompanyDetailsState_build_closure15: function _CompanyDetailsState_build_closure15(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure3: function _CompanyDetailsState_build__closure3(t0) { + _CompanyDetailsState_build__closure4: function _CompanyDetailsState_build__closure4(t0) { this.value = t0; }, _CompanyDetailsState_build_closure16: function _CompanyDetailsState_build_closure16(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure2: function _CompanyDetailsState_build__closure2(t0) { + _CompanyDetailsState_build__closure3: function _CompanyDetailsState_build__closure3(t0) { this.value = t0; }, _CompanyDetailsState_build_closure17: function _CompanyDetailsState_build_closure17(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure1: function _CompanyDetailsState_build__closure1(t0) { + _CompanyDetailsState_build__closure2: function _CompanyDetailsState_build__closure2(t0) { this.value = t0; }, _CompanyDetailsState_build_closure18: function _CompanyDetailsState_build_closure18(t0, t1) { this.viewModel = t0; this.settings = t1; }, - _CompanyDetailsState_build__closure0: function _CompanyDetailsState_build__closure0(t0) { + _CompanyDetailsState_build__closure1: function _CompanyDetailsState_build__closure1(t0) { this.value = t0; }, _CompanyDetailsState_build_closure19: function _CompanyDetailsState_build_closure19(t0, t1) { + this.viewModel = t0; + this.settings = t1; + }, + _CompanyDetailsState_build__closure0: function _CompanyDetailsState_build__closure0(t0) { + this.value = t0; + }, + _CompanyDetailsState_build_closure20: function _CompanyDetailsState_build_closure20(t0, t1) { this.viewModel = t0; this.company = t1; }, _CompanyDetailsState_build__closure: function _CompanyDetailsState_build__closure(t0) { this.value = t0; }, - _CompanyDetailsState_build_closure20: function _CompanyDetailsState_build_closure20(t0, t1) { + _CompanyDetailsState_build_closure21: function _CompanyDetailsState_build_closure21(t0, t1) { this.viewModel = t0; this.context = t1; }, - _CompanyDetailsState_build_closure21: function _CompanyDetailsState_build_closure21(t0, t1) { + _CompanyDetailsState_build_closure22: function _CompanyDetailsState_build_closure22(t0, t1) { this.viewModel = t0; this.context = t1; }, __CompanyDetailsState_State_SingleTickerProviderStateMixin: function __CompanyDetailsState_State_SingleTickerProviderStateMixin() { }, CompanyDetailsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState, - t2 = t1.get$settings(); - return new A.CompanyDetailsVM(state, t1.company, t2, new A.CompanyDetailsVM_fromStore_closure(store), new A.CompanyDetailsVM_fromStore_closure0(store), new A.CompanyDetailsVM_fromStore_closure1(store), new A.CompanyDetailsVM_fromStore_closure2(state, store), new A.CompanyDetailsVM_fromStore_closure3(state, store), new A.CompanyDetailsVM_fromStore_closure4(state, store), new A.CompanyDetailsVM_fromStore_closure5(store), new A.CompanyDetailsVM_fromStore_closure6(store)); + var t2, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + t3 = t2.get$settings(); + return new A.CompanyDetailsVM(t1, t2.company, t3, new A.CompanyDetailsVM_fromStore_closure(store), new A.CompanyDetailsVM_fromStore_closure0(store), new A.CompanyDetailsVM_fromStore_closure1(store), new A.CompanyDetailsVM_fromStore_closure2(t1, store), new A.CompanyDetailsVM_fromStore_closure3(t1, store), new A.CompanyDetailsVM_fromStore_closure4(t1, store), new A.CompanyDetailsVM_fromStore_closure5(store), new A.CompanyDetailsVM_fromStore_closure6(store)); }, CompanyDetailsScreen: function CompanyDetailsScreen(t0) { this.key = t0; @@ -106632,7 +109162,9 @@ __CreditCardsAndBanksState_State_SingleTickerProviderStateMixin: function __CreditCardsAndBanksState_State_SingleTickerProviderStateMixin() { }, CreditCardsAndBanksVM_fromStore(store) { - return new A.CreditCardsAndBanksVM(A._lateReadCheck(store.__Store__state, "_state")); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.CreditCardsAndBanksVM(t1); }, CreditCardsAndBanksScreen: function CreditCardsAndBanksScreen(t0) { this.key = t0; @@ -106772,8 +109304,9 @@ __CustomFieldsState_State_SingleTickerProviderStateMixin: function __CustomFieldsState_State_SingleTickerProviderStateMixin() { }, CustomFieldsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"); - return new A.CustomFieldsVM(state, new A.CustomFieldsVM_fromStore_closure(store), state.uiState.settingsUIState.company, new A.CustomFieldsVM_fromStore_closure0(store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.CustomFieldsVM(t1, new A.CustomFieldsVM_fromStore_closure(store), t1.uiState.settingsUIState.company, new A.CustomFieldsVM_fromStore_closure0(store)); }, CustomFieldsScreen: function CustomFieldsScreen(t0) { this.key = t0; @@ -106818,7 +109351,9 @@ this.$this = t0; }, DataVisualizationsVM_fromStore(store) { - return new A.DataVisualizationsVM(A._lateReadCheck(store.__Store__state, "_state")); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.DataVisualizationsVM(t1); }, DataVisualizationsScreen: function DataVisualizationsScreen(t0) { this.key = t0; @@ -106990,7 +109525,9 @@ __DeviceSettingsState_State_SingleTickerProviderStateMixin: function __DeviceSettingsState_State_SingleTickerProviderStateMixin() { }, DeviceSettingsVM_fromStore(store) { - return new A.DeviceSettingsVM(A._lateReadCheck(store.__Store__state, "_state"), new A.DeviceSettingsVM_fromStore_closure(), new A.DeviceSettingsVM_fromStore_closure0(store), new A.DeviceSettingsVM_fromStore_closure1(store), new A.DeviceSettingsVM_fromStore_closure2(store), new A.DeviceSettingsVM_fromStore_closure3(store), new A.DeviceSettingsVM_fromStore_closure4(store), new A.DeviceSettingsVM_fromStore_closure5(store), new A.DeviceSettingsVM_fromStore_closure6(store), new A.DeviceSettingsVM_fromStore_closure7(store), new A.DeviceSettingsVM_fromStore_closure8(store), new A.DeviceSettingsVM_fromStore_closure9(store), new A.DeviceSettingsVM_fromStore_closure10(store), new A.DeviceSettingsVM_fromStore_closure11(store), new A.DeviceSettingsVM_fromStore_closure12(store), new A.DeviceSettingsVM_fromStore_closure13(store), new A.DeviceSettingsVM_fromStore_closure14(store), new A.DeviceSettingsVM_fromStore_closure15(store), new A.DeviceSettingsVM_fromStore_closure16(store), new A.DeviceSettingsVM_fromStore_closure17(store), A.Future_Future(new A.DeviceSettingsVM_fromStore_closure18(), type$.legacy_bool)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.DeviceSettingsVM(t1, new A.DeviceSettingsVM_fromStore_closure(), new A.DeviceSettingsVM_fromStore_closure0(store), new A.DeviceSettingsVM_fromStore_closure1(store), new A.DeviceSettingsVM_fromStore_closure2(store), new A.DeviceSettingsVM_fromStore_closure3(store), new A.DeviceSettingsVM_fromStore_closure4(store), new A.DeviceSettingsVM_fromStore_closure5(store), new A.DeviceSettingsVM_fromStore_closure6(store), new A.DeviceSettingsVM_fromStore_closure7(store), new A.DeviceSettingsVM_fromStore_closure8(store), new A.DeviceSettingsVM_fromStore_closure9(store), new A.DeviceSettingsVM_fromStore_closure10(store), new A.DeviceSettingsVM_fromStore_closure11(store), new A.DeviceSettingsVM_fromStore_closure12(store), new A.DeviceSettingsVM_fromStore_closure13(store), new A.DeviceSettingsVM_fromStore_closure14(store), new A.DeviceSettingsVM_fromStore_closure15(store), new A.DeviceSettingsVM_fromStore_closure16(store), new A.DeviceSettingsVM_fromStore_closure17(store), A.Future_Future(new A.DeviceSettingsVM_fromStore_closure18(), type$.legacy_bool)); }, DeviceSettingsScreen: function DeviceSettingsScreen(t0) { this.key = t0; @@ -107183,8 +109720,9 @@ this.value = t0; }, EmailSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"); - return new A.EmailSettingsVM(state, new A.EmailSettingsVM_fromStore_closure(store), state.uiState.settingsUIState.get$settings(), new A.EmailSettingsVM_fromStore_closure0(store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.EmailSettingsVM(t1, new A.EmailSettingsVM_fromStore_closure(store), t1.uiState.settingsUIState.get$settings(), new A.EmailSettingsVM_fromStore_closure0(store)); }, EmailSettingsScreen: function EmailSettingsScreen(t0) { this.key = t0; @@ -107258,8 +109796,9 @@ this.context = t1; }, ExpenseSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"); - return new A.ExpenseSettingsVM(state, new A.ExpenseSettingsVM_fromStore_closure(store), state.uiState.settingsUIState.company, new A.ExpenseSettingsVM_fromStore_closure0(store), new A.ExpenseSettingsVM_fromStore_closure1(store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ExpenseSettingsVM(t1, new A.ExpenseSettingsVM_fromStore_closure(store), t1.uiState.settingsUIState.company, new A.ExpenseSettingsVM_fromStore_closure0(store), new A.ExpenseSettingsVM_fromStore_closure1(store)); }, ExpenseSettingsScreen: function ExpenseSettingsScreen(t0) { this.key = t0; @@ -107531,10 +110070,12 @@ __GeneratedNumbersState_State_SingleTickerProviderStateMixin: function __GeneratedNumbersState_State_SingleTickerProviderStateMixin() { }, GeneratedNumbersVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState, - t2 = t1.company; - return new A.GeneratedNumbersVM(state, new A.GeneratedNumbersVM_fromStore_closure(store), t1.get$settings(), new A.GeneratedNumbersVM_fromStore_closure0(store), t2); + var t2, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + t3 = t2.company; + return new A.GeneratedNumbersVM(t1, new A.GeneratedNumbersVM_fromStore_closure(store), t2.get$settings(), new A.GeneratedNumbersVM_fromStore_closure0(store), t3); }, GeneratedNumbersScreen: function GeneratedNumbersScreen(t0) { this.key = t0; @@ -107801,7 +110342,9 @@ this.localization = t0; }, ImportExportVM_fromStore(store) { - return new A.ImportExportVM(A._lateReadCheck(store.__Store__state, "_state")); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ImportExportVM(t1); }, ImportExportScreen: function ImportExportScreen(t0) { this.key = t0; @@ -108097,9 +110640,11 @@ __InvoiceDesignState_State_SingleTickerProviderStateMixin: function __InvoiceDesignState_State_SingleTickerProviderStateMixin() { }, InvoiceDesignVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState; - return new A.InvoiceDesignVM(state, t1.get$settings(), t1.company, new A.InvoiceDesignVM_fromStore_closure(store), new A.InvoiceDesignVM_fromStore_closure0(store, state)); + var t2, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + return new A.InvoiceDesignVM(t1, t2.get$settings(), t2.company, new A.InvoiceDesignVM_fromStore_closure(store), new A.InvoiceDesignVM_fromStore_closure0(store, t1)); }, InvoiceDesignScreen: function InvoiceDesignScreen(t0) { this.key = t0; @@ -108310,10 +110855,12 @@ __LocalizationSettingsState_State_SingleTickerProviderStateMixin: function __LocalizationSettingsState_State_SingleTickerProviderStateMixin() { }, LocalizationSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState, - t2 = t1.get$settings(); - return new A.LocalizationSettingsVM(state, t1.company, new A.LocalizationSettingsVM_fromStore_closure(store), t2, new A.LocalizationSettingsVM_fromStore_closure0(store), new A.LocalizationSettingsVM_fromStore_closure1(store)); + var t2, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + t3 = t2.get$settings(); + return new A.LocalizationSettingsVM(t1, t2.company, new A.LocalizationSettingsVM_fromStore_closure(store), t3, new A.LocalizationSettingsVM_fromStore_closure0(store), new A.LocalizationSettingsVM_fromStore_closure1(store)); }, LocalizationScreen: function LocalizationScreen(t0) { this.key = t0; @@ -108411,9 +110958,11 @@ this.context = t1; }, PaymentSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState; - return new A.PaymentSettingsVM(state, t1.company, t1.get$settings(), new A.PaymentSettingsVM_fromStore_closure(store), new A.PaymentSettingsVM_fromStore_closure0(store), new A.PaymentSettingsVM_fromStore_closure1(store), new A.PaymentSettingsVM_fromStore_closure2(store)); + var t2, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + return new A.PaymentSettingsVM(t1, t2.company, t2.get$settings(), new A.PaymentSettingsVM_fromStore_closure(store), new A.PaymentSettingsVM_fromStore_closure0(store), new A.PaymentSettingsVM_fromStore_closure1(store), new A.PaymentSettingsVM_fromStore_closure2(store)); }, PaymentsSettingsScreen: function PaymentsSettingsScreen(t0) { this.key = t0; @@ -108554,8 +111103,9 @@ this.value = t0; }, ProductSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"); - return new A.ProductSettingsVM(state, new A.ProductSettingsVM_fromStore_closure(store), state.uiState.settingsUIState.company, new A.ProductSettingsVM_fromStore_closure0(store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ProductSettingsVM(t1, new A.ProductSettingsVM_fromStore_closure(store), t1.uiState.settingsUIState.company, new A.ProductSettingsVM_fromStore_closure0(store)); }, ProductSettingsScreen: function ProductSettingsScreen(t0) { this.key = t0; @@ -108611,9 +111161,11 @@ _.i = t3; }, SettingsListVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - settingsUIState = state.uiState.settingsUIState; - return new A.SettingsListVM(state, new A.SettingsListVM_fromStore_closure(store, state), new A.SettingsListVM_fromStore_closure0(settingsUIState), new A.SettingsListVM_fromStore_closure1(settingsUIState), new A.SettingsListVM_fromStore_closure2(store)); + var settingsUIState, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t1.uiState.settingsUIState; + return new A.SettingsListVM(t1, new A.SettingsListVM_fromStore_closure(store, t1), new A.SettingsListVM_fromStore_closure0(settingsUIState), new A.SettingsListVM_fromStore_closure1(settingsUIState), new A.SettingsListVM_fromStore_closure2(store)); }, SettingsListBuilder: function SettingsListBuilder(t0) { this.key = t0; @@ -108648,7 +111200,9 @@ this.store = t0; }, SettingsScreenVM_fromStore(store) { - return new A.SettingsScreenVM(A._lateReadCheck(store.__Store__state, "_state")); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.SettingsScreenVM(t1); }, SettingsScreenBuilder: function SettingsScreenBuilder(t0) { this.key = t0; @@ -108890,9 +111444,11 @@ this.context = t1; }, TaskSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState; - return new A.TaskSettingsVM(state, new A.TaskSettingsVM_fromStore_closure(store), t1.company, t1.get$settings(), new A.TaskSettingsVM_fromStore_closure0(store), new A.TaskSettingsVM_fromStore_closure1(store), new A.TaskSettingsVM_fromStore_closure2(store)); + var t2, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + return new A.TaskSettingsVM(t1, new A.TaskSettingsVM_fromStore_closure(store), t2.company, t2.get$settings(), new A.TaskSettingsVM_fromStore_closure0(store), new A.TaskSettingsVM_fromStore_closure1(store), new A.TaskSettingsVM_fromStore_closure2(store)); }, TaskSettingsScreen: function TaskSettingsScreen(t0) { this.key = t0; @@ -108999,9 +111555,11 @@ this.$this = t0; }, TaxSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState; - return new A.TaxSettingsVM(state, new A.TaxSettingsVM_fromStore_closure(store), t1.get$settings(), new A.TaxSettingsVM_fromStore_closure0(store), t1.company, new A.TaxSettingsVM_fromStore_closure1(store), new A.TaxSettingsVM_fromStore_closure2(store)); + var t2, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + return new A.TaxSettingsVM(t1, new A.TaxSettingsVM_fromStore_closure(store), t2.get$settings(), new A.TaxSettingsVM_fromStore_closure0(store), t2.company, new A.TaxSettingsVM_fromStore_closure1(store), new A.TaxSettingsVM_fromStore_closure2(store)); }, TaxSettingsScreen: function TaxSettingsScreen(t0) { this.key = t0; @@ -109260,10 +111818,12 @@ __TemplatesAndRemindersState_State_SingleTickerProviderStateMixin: function __TemplatesAndRemindersState_State_SingleTickerProviderStateMixin() { }, TemplatesAndRemindersVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState, - t2 = t1.selectedTemplate; - return new A.TemplatesAndRemindersVM(state, t1.get$settings(), t2, new A.TemplatesAndRemindersVM_fromStore_closure(store), new A.TemplatesAndRemindersVM_fromStore_closure0(store), new A.TemplatesAndRemindersVM_fromStore_closure1(state, store)); + var t2, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + t3 = t2.selectedTemplate; + return new A.TemplatesAndRemindersVM(t1, t2.get$settings(), t3, new A.TemplatesAndRemindersVM_fromStore_closure(store), new A.TemplatesAndRemindersVM_fromStore_closure0(store), new A.TemplatesAndRemindersVM_fromStore_closure1(t1, store)); }, TemplatesAndRemindersScreen: function TemplatesAndRemindersScreen(t0) { this.key = t0; @@ -109510,8 +112070,9 @@ __UserDetailsState_State_SingleTickerProviderStateMixin: function __UserDetailsState_State_SingleTickerProviderStateMixin() { }, UserDetailsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"); - return new A.UserDetailsVM(state, state.uiState.settingsUIState.user, new A.UserDetailsVM_fromStore_closure(store), new A.UserDetailsVM_fromStore_closure0(state, store), new A.UserDetailsVM_fromStore_closure1(store), new A.UserDetailsVM_fromStore_closure2(state, store), new A.UserDetailsVM_fromStore_closure3(store), new A.UserDetailsVM_fromStore_closure4(state, store), new A.UserDetailsVM_fromStore_closure5(store, state), new A.UserDetailsVM_fromStore_closure6(store, state), new A.UserDetailsVM_fromStore_closure7(store), new A.UserDetailsVM_fromStore_closure8(state, store)); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.UserDetailsVM(t1, t1.uiState.settingsUIState.user, new A.UserDetailsVM_fromStore_closure(store), new A.UserDetailsVM_fromStore_closure0(t1, store), new A.UserDetailsVM_fromStore_closure1(store), new A.UserDetailsVM_fromStore_closure2(t1, store), new A.UserDetailsVM_fromStore_closure3(store), new A.UserDetailsVM_fromStore_closure4(t1, store), new A.UserDetailsVM_fromStore_closure5(store, t1), new A.UserDetailsVM_fromStore_closure6(store, t1), new A.UserDetailsVM_fromStore_closure7(store), new A.UserDetailsVM_fromStore_closure8(t1, store)); }, UserDetailsScreen: function UserDetailsScreen(t0) { this.key = t0; @@ -109760,10 +112321,12 @@ __WorkflowSettingsState_State_SingleTickerProviderStateMixin: function __WorkflowSettingsState_State_SingleTickerProviderStateMixin() { }, WorkflowSettingsVM_fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState.settingsUIState, - t2 = t1.get$settings(); - return new A.WorkflowSettingsVM(state, t1.company, new A.WorkflowSettingsVM_fromStore_closure(store), t2, new A.WorkflowSettingsVM_fromStore_closure0(store), new A.WorkflowSettingsVM_fromStore_closure1(store)); + var t2, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState.settingsUIState; + t3 = t2.get$settings(); + return new A.WorkflowSettingsVM(t1, t2.company, new A.WorkflowSettingsVM_fromStore_closure(store), t3, new A.WorkflowSettingsVM_fromStore_closure0(store), new A.WorkflowSettingsVM_fromStore_closure1(store)); }, WorkflowSettingsScreen: function WorkflowSettingsScreen(t0) { this.key = t0; @@ -110033,17 +112596,18 @@ __SubscriptionEditState_State_SingleTickerProviderStateMixin: function __SubscriptionEditState_State_SingleTickerProviderStateMixin() { }, SubscriptionEditVM_SubscriptionEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - subscription = t1.subscriptionUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].subscriptionState.map; - t4 = subscription.id; - t3._map$_map.$index(0, t4); - return new A.SubscriptionEditVM(subscription, t2[t1].userCompany.company, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure(store), new A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0(store, state), new A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1(state, store), state); + var t2, subscription, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + subscription = t2.subscriptionUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].subscriptionState.map; + t5 = subscription.id; + t4._map$_map.$index(0, t5); + return new A.SubscriptionEditVM(subscription, t3[t2].userCompany.company, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure(store), new A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0(store, t1), new A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1(t1, store), t1); }, SubscriptionEditScreen: function SubscriptionEditScreen(t0) { this.key = t0; @@ -110110,31 +112674,32 @@ this.$this = t0; }, SubscriptionListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.subscriptionUIState; - t2.toString; - t4 = $.$get$memoizedFilteredSubscriptionList(); - t5 = state.getUISelection$1(B.EntityType_subscription); - t6 = t1[t3].subscriptionState; - t2 = t2.listUIState; - t6 = t4.call$4(t5, t6.map, t6.list, t2); - t5 = t1[t3]; - t4 = t5.subscriptionState.map; - t2 = t2.filter; - t5 = t5.userCompany.settings; - t5 = t5 == null ? null : t5.getTableColumns$1(B.EntityType_subscription); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType([], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.subscriptionUIState; + t3.toString; + t5 = $.$get$memoizedFilteredSubscriptionList(); + t6 = t1.getUISelection$1(B.EntityType_subscription); + t7 = t2[t4].subscriptionState; + t3 = t3.listUIState; + t7 = t5.call$4(t6, t7.map, t7.list, t3); + t6 = t2[t4]; + t5 = t6.subscriptionState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_subscription); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType([], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.SubscriptionListVM(state, t6, t4, t2, new A.SubscriptionListVM_fromStore_closure(new A.SubscriptionListVM_fromStore__handleRefresh(store)), t1, new A.SubscriptionListVM_fromStore_closure0(store), new A.SubscriptionListVM_fromStore_closure1(store)); + t2 = t6; + return new A.SubscriptionListVM(t1, t7, t5, t3, new A.SubscriptionListVM_fromStore_closure(new A.SubscriptionListVM_fromStore__handleRefresh(store)), t2, new A.SubscriptionListVM_fromStore_closure0(store), new A.SubscriptionListVM_fromStore_closure1(store)); }, SubscriptionListBuilder: function SubscriptionListBuilder(t0) { this.key = t0; @@ -110211,22 +112776,23 @@ this.context = t0; }, SubscriptionScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].subscriptionState.toString; - t4 = $.$get$memoizedFilteredSubscriptionList(); - t5 = state.getUISelection$1(B.EntityType_subscription); - t6 = t1[t3].subscriptionState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].subscriptionState.toString; + t5 = $.$get$memoizedFilteredSubscriptionList(); + t1 = t1.getUISelection$1(B.EntityType_subscription); + t6 = t2[t4].subscriptionState; t7 = t6.map; t6 = t6.list; - t2 = t2.subscriptionUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.subscriptionUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.SubscriptionScreenVM(t6); }, SubscriptionScreenBuilder: function SubscriptionScreenBuilder(t0) { @@ -110258,20 +112824,21 @@ this.subscription = t0; }, SubscriptionViewVM_SubscriptionViewVM$fromStore(store) { - var t4, subscription, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].subscriptionState.map; - t2 = t2.subscriptionUIState.selectedId; - subscription = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, subscription, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].subscriptionState.map; + t3 = t3.subscriptionUIState.selectedId; + subscription = t5._map$_map.$index(0, t3); if (subscription == null) - subscription = A.SubscriptionEntity_SubscriptionEntity(t2, null); - t1 = t1[t3].userCompany.company; + subscription = A.SubscriptionEntity_SubscriptionEntity(t3, null); + t2 = t2[t4].userCompany.company; subscription.get$isNew(); - return new A.SubscriptionViewVM(state, subscription, t1, new A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure(store)); + return new A.SubscriptionViewVM(t1, subscription, t2, new A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure(store)); }, SubscriptionViewScreen: function SubscriptionViewScreen(t0, t1) { this.isFilter = t0; @@ -110607,18 +113174,18 @@ this.taskStatus = t0; }, TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store) { - var t4, t5, - task = A._lateReadCheck(store.__Store__state, "_state").uiState.taskUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].taskState.map; + var t2, task, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + task = t2.taskUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].taskState.map; t5 = task.id; t4._map$_map.$index(0, t5); - t2.taskUIState.toString; - return new A.TaskEditDetailsVM(task, t1[t3].userCompany.company, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure(store), state, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0(store), new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1(task, store), new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2(task, store), new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3(store)); + return new A.TaskEditDetailsVM(task, t3[t2].userCompany.company, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure(store), t1, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0(store), new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1(task, store), new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2(task, store), new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3(store)); }, TaskEditDetailsScreen: function TaskEditDetailsScreen(t0) { this.key = t0; @@ -110767,13 +113334,15 @@ this.context = t1; }, TaskEditTimesVM_TaskEditTimesVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.taskUIState, - task = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.TaskEditTimesVM(t3._list[t1].userCompany.company, task, t2.editingTimeIndex, new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure(store), new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0(store), new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1(store), new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2(store)); + var t2, t3, task, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.taskUIState; + task = t3.editing; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.TaskEditTimesVM(t1._list[t2].userCompany.company, task, t3.editingTimeIndex, new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure(store), new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0(store), new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1(store), new A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2(store)); }, TaskEditTimesScreen: function TaskEditTimesScreen(t0) { this.key = t0; @@ -110805,17 +113374,19 @@ this.store = t0; }, TaskEditVM_TaskEditVM$fromStore(store) { - var t4, t5, - task = A._lateReadCheck(store.__Store__state, "_state").uiState.taskUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].taskState.map; - t5 = task.id; - t4._map$_map.$index(0, t5); - return new A.TaskEditVM(task, t2.taskUIState.editingTimeIndex, t1[t3].userCompany.company, new A.TaskEditVM_TaskEditVM$fromStore_closure(store, state), new A.TaskEditVM_TaskEditVM$fromStore_closure0(store, state), new A.TaskEditVM_TaskEditVM$fromStore_closure1(task, store), state); + var t2, t3, task, t4, t5, t6, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.taskUIState; + task = t3.editing; + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t4 = t4._list; + t5 = t4[t2].taskState.map; + t6 = task.id; + t5._map$_map.$index(0, t6); + return new A.TaskEditVM(task, t3.editingTimeIndex, t4[t2].userCompany.company, new A.TaskEditVM_TaskEditVM$fromStore_closure(store, t1), new A.TaskEditVM_TaskEditVM$fromStore_closure0(store, t1), new A.TaskEditVM_TaskEditVM$fromStore_closure1(task, store), t1); }, TaskEditScreen: function TaskEditScreen(t0) { this.key = t0; @@ -111115,30 +113686,31 @@ _.itemIndex = t4; }, KanbanVM_fromStore(store) { - var t6, t7, t8, t9, t10, t11, t12, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = $.$get$memoizedKanbanTaskList(), - t2 = state.getUISelection$1(B.EntityType_task), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - t7 = t6.taskState; - t8 = t7.map; - t9 = t6.clientState.map; - t10 = t6.userState.map; - t11 = t6.projectState.map; - t12 = t6.invoiceState.map; - t6 = t6.taskStatusState.map; - t7 = t7.list; - t4 = t4.taskUIState.listUIState; - t7 = t1.call$9(t2, t8, t9, t10, t11, t12, t6, t7, t4); - t6 = $.$get$memoizedFilteredTaskList(); - t12 = state.getUISelection$1(B.EntityType_task); - t5 = t3[t5]; - t3 = t5.taskState; - return new A.KanbanVM(state, t7, t6.call$9(t12, t3.map, t5.clientState.map, t5.userState.map, t5.projectState.map, t5.invoiceState.map, t5.taskStatusState.map, t3.list, t4), new A.KanbanVM_fromStore_closure(store), new A.KanbanVM_fromStore_closure0(state, store), new A.KanbanVM_fromStore_closure1(state, store)); + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedKanbanTaskList(); + t3 = t1.getUISelection$1(B.EntityType_task); + t4 = t1.userCompanyStates; + t5 = t1.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + t8 = t7.taskState; + t9 = t8.map; + t10 = t7.clientState.map; + t11 = t7.userState.map; + t12 = t7.projectState.map; + t13 = t7.invoiceState.map; + t7 = t7.taskStatusState.map; + t8 = t8.list; + t5 = t5.taskUIState.listUIState; + t8 = t2.call$9(t3, t9, t10, t11, t12, t13, t7, t8, t5); + t7 = $.$get$memoizedFilteredTaskList(); + t13 = t1.getUISelection$1(B.EntityType_task); + t6 = t4[t6]; + t4 = t6.taskState; + return new A.KanbanVM(t1, t8, t7.call$9(t13, t4.map, t6.clientState.map, t6.userState.map, t6.projectState.map, t6.invoiceState.map, t6.taskStatusState.map, t4.list, t5), new A.KanbanVM_fromStore_closure(store), new A.KanbanVM_fromStore_closure0(t1, store), new A.KanbanVM_fromStore_closure1(t1, store)); }, KanbanViewBuilder: function KanbanViewBuilder(t0) { this.key = t0; @@ -111250,33 +113822,34 @@ this.$this = t0; }, TaskListVM_fromStore(store) { - var t4, t5, t6, t7, t8, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].userCompany.user; - t2 = t2.taskUIState; - t2.toString; - t5 = $.$get$memoizedFilteredTaskList(); - t6 = state.getUISelection$1(B.EntityType_task); - t7 = t1[t3]; - t8 = t7.taskState; - t2 = t2.listUIState; - t8 = t5.call$9(t6, t8.map, t7.clientState.map, t7.userState.map, t7.projectState.map, t7.invoiceState.map, t7.taskStatusState.map, t8.list, t2); - t7 = t1[t3]; - t6 = t7.taskState.map; - t7.clientState.toString; - t2 = t2.filter; - t7 = t7.userCompany.settings; - t5 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_task); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, t9, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userCompany.user; + t3 = t3.taskUIState; + t3.toString; + t6 = $.$get$memoizedFilteredTaskList(); + t7 = t1.getUISelection$1(B.EntityType_task); + t8 = t2[t4]; + t9 = t8.taskState; + t3 = t3.listUIState; + t9 = t6.call$9(t7, t9.map, t8.clientState.map, t8.userState.map, t8.projectState.map, t8.invoiceState.map, t8.taskStatusState.map, t9.list, t3); + t8 = t2[t4]; + t7 = t8.taskState.map; + t8.clientState.toString; + t3 = t3.filter; + t8 = t8.userCompany.settings; + t6 = t8 == null ? null : t8.getTableColumns$1(B.EntityType_task); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.TaskListVM(state, t4, t8, t6, t2, new A.TaskListVM_fromStore_closure(new A.TaskListVM_fromStore__handleRefresh(store)), t1, new A.TaskListVM_fromStore_closure0(store), new A.TaskListVM_fromStore_closure1(store)); + t2 = t6; + return new A.TaskListVM(t1, t5, t9, t7, t3, new A.TaskListVM_fromStore_closure(new A.TaskListVM_fromStore__handleRefresh(store)), t2, new A.TaskListVM_fromStore_closure0(store), new A.TaskListVM_fromStore_closure1(store)); }, TaskListBuilder: function TaskListBuilder(t0) { this.key = t0; @@ -111388,16 +113961,17 @@ this.context = t0; }, TaskScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, t11, t12, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].taskState.toString; - t4 = $.$get$memoizedFilteredTaskList(); - t5 = state.getUISelection$1(B.EntityType_task); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].taskState.toString; + t5 = $.$get$memoizedFilteredTaskList(); + t1 = t1.getUISelection$1(B.EntityType_task); + t6 = t2[t4]; t7 = t6.taskState; t8 = t7.map; t9 = t6.clientState.map; @@ -111406,10 +113980,10 @@ t12 = t6.invoiceState.map; t6 = t6.taskStatusState.map; t7 = t7.list; - t2 = t2.taskUIState.listUIState; - t7 = t4.call$9(t5, t8, t9, t10, t11, t12, t6, t7, t2); - t1[t3].toString; - t2.toString; + t3 = t3.taskUIState.listUIState; + t7 = t5.call$9(t1, t8, t9, t10, t11, t12, t6, t7, t3); + t2[t4].toString; + t3.toString; return new A.TaskScreenVM(t7); }, TaskScreenBuilder: function TaskScreenBuilder(t0) { @@ -111526,22 +114100,23 @@ this.context = t1; }, TaskViewVM_TaskViewVM$fromStore(store) { - var task, t4, client, project, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - task = t1[t3].taskState.$get$1(0, t2.taskUIState.selectedId); - t2 = t1[t3].clientState.map; - t4 = task.clientId; - client = t2._map$_map.$index(0, t4); - t4 = t1[t3].projectState.map; - t2 = task.projectId; - project = t4._map$_map.$index(0, t2); - t3 = t1[t3].userCompany.company; + var t2, t3, t4, task, t5, client, project, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + task = t2[t4].taskState.$get$1(0, t3.taskUIState.selectedId); + t3 = t2[t4].clientState.map; + t5 = task.clientId; + client = t3._map$_map.$index(0, t5); + t5 = t2[t4].projectState.map; + t3 = task.projectId; + project = t5._map$_map.$index(0, t3); + t4 = t2[t4].userCompany.company; task.get$isNew(); - return new A.TaskViewVM(state, task, client, project, t3, new A.TaskViewVM_TaskViewVM$fromStore_closure(task), new A.TaskViewVM_TaskViewVM$fromStore_closure0(new A.TaskViewVM_TaskViewVM$fromStore__toggleTask(store, task)), new A.TaskViewVM_TaskViewVM$fromStore_closure1(new A.TaskViewVM_TaskViewVM$fromStore__handleRefresh(store, task)), new A.TaskViewVM_TaskViewVM$fromStore_closure2(store, task), new A.TaskViewVM_TaskViewVM$fromStore_closure3(store, task)); + return new A.TaskViewVM(t1, task, client, project, t4, new A.TaskViewVM_TaskViewVM$fromStore_closure(task), new A.TaskViewVM_TaskViewVM$fromStore_closure0(new A.TaskViewVM_TaskViewVM$fromStore__toggleTask(store, task)), new A.TaskViewVM_TaskViewVM$fromStore_closure1(new A.TaskViewVM_TaskViewVM$fromStore__handleRefresh(store, task)), new A.TaskViewVM_TaskViewVM$fromStore_closure2(store, task), new A.TaskViewVM_TaskViewVM$fromStore_closure3(store, task)); }, TaskViewScreen: function TaskViewScreen(t0) { this.key = t0; @@ -111670,17 +114245,18 @@ this.value = t0; }, TaskStatusEditVM_TaskStatusEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - taskStatus = t1.taskStatusUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].taskStatusState.map; - t4 = taskStatus.id; - t3._map$_map.$index(0, t4); - return new A.TaskStatusEditVM(taskStatus, t2[t1].userCompany.company, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure(store), new A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0(store, state), new A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1(store, state), state); + var t2, taskStatus, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + taskStatus = t2.taskStatusUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].taskStatusState.map; + t5 = taskStatus.id; + t4._map$_map.$index(0, t5); + return new A.TaskStatusEditVM(taskStatus, t3[t2].userCompany.company, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure(store), new A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0(store, t1), new A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1(store, t1), t1); }, TaskStatusEditScreen: function TaskStatusEditScreen(t0) { this.key = t0; @@ -111744,31 +114320,32 @@ this.$this = t0; }, TaskStatusListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.taskStatusUIState; - t2.toString; - t4 = $.$get$memoizedFilteredTaskStatusList(); - t5 = state.getUISelection$1(B.EntityType_taskStatus); - t6 = t1[t3].taskStatusState; - t2 = t2.listUIState; - t6 = t4.call$4(t5, t6.map, t6.list, t2); - t5 = t1[t3]; - t4 = t5.taskStatusState.map; - t2 = t2.filter; - t5 = t5.userCompany.settings; - t5 = t5 == null ? null : t5.getTableColumns$1(B.EntityType_taskStatus); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType([], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.taskStatusUIState; + t3.toString; + t5 = $.$get$memoizedFilteredTaskStatusList(); + t6 = t1.getUISelection$1(B.EntityType_taskStatus); + t7 = t2[t4].taskStatusState; + t3 = t3.listUIState; + t7 = t5.call$4(t6, t7.map, t7.list, t3); + t6 = t2[t4]; + t5 = t6.taskStatusState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_taskStatus); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType([], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.TaskStatusListVM(state, t6, t4, t2, new A.TaskStatusListVM_fromStore_closure(new A.TaskStatusListVM_fromStore__handleRefresh(store)), t1, new A.TaskStatusListVM_fromStore_closure0(store), new A.TaskStatusListVM_fromStore_closure1(store)); + t2 = t6; + return new A.TaskStatusListVM(t1, t7, t5, t3, new A.TaskStatusListVM_fromStore_closure(new A.TaskStatusListVM_fromStore__handleRefresh(store)), t2, new A.TaskStatusListVM_fromStore_closure0(store), new A.TaskStatusListVM_fromStore_closure1(store)); }, TaskStatusListBuilder: function TaskStatusListBuilder(t0) { this.key = t0; @@ -111845,22 +114422,23 @@ this.context = t0; }, TaskStatusScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].taskStatusState.toString; - t4 = $.$get$memoizedFilteredTaskStatusList(); - t5 = state.getUISelection$1(B.EntityType_taskStatus); - t6 = t1[t3].taskStatusState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].taskStatusState.toString; + t5 = $.$get$memoizedFilteredTaskStatusList(); + t1 = t1.getUISelection$1(B.EntityType_taskStatus); + t6 = t2[t4].taskStatusState; t7 = t6.map; t6 = t6.list; - t2 = t2.taskStatusUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.taskStatusUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.TaskStatusScreenVM(t6); }, TaskStatusScreenBuilder: function TaskStatusScreenBuilder(t0) { @@ -111885,20 +114463,21 @@ this.viewModel = t0; }, TaskStatusViewVM_TaskStatusViewVM$fromStore(store) { - var t4, taskStatus, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].taskStatusState.map; - t2 = t2.taskStatusUIState.selectedId; - taskStatus = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, taskStatus, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].taskStatusState.map; + t3 = t3.taskStatusUIState.selectedId; + taskStatus = t5._map$_map.$index(0, t3); if (taskStatus == null) - taskStatus = A.TaskStatusEntity_TaskStatusEntity(t2, null); - t1 = t1[t3].userCompany.company; + taskStatus = A.TaskStatusEntity_TaskStatusEntity(t3, null); + t2 = t2[t4].userCompany.company; taskStatus.get$isNew(); - return new A.TaskStatusViewVM(state, taskStatus, t1, new A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure(store)); + return new A.TaskStatusViewVM(t1, taskStatus, t2, new A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure(store)); }, TaskStatusViewScreen: function TaskStatusViewScreen(t0, t1) { this.isFilter = t0; @@ -111953,16 +114532,18 @@ this.localization = t0; }, TaxRateEditVM_TaxRateEditVM$fromStore(store) { - var t3, t4, - taxRate = A._lateReadCheck(store.__Store__state, "_state").uiState.taxRateUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2].taxRateState.map; - t4 = taxRate.id; - t3._map$_map.$index(0, t4); - return new A.TaxRateEditVM(taxRate, t1[t2].userCompany.company, new A.TaxRateEditVM_TaxRateEditVM$fromStore_closure(store), new A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0(store, state), new A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1(store, state), state); + var t2, taxRate, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + taxRate = t2.taxRateUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].taxRateState.map; + t5 = taxRate.id; + t4._map$_map.$index(0, t5); + return new A.TaxRateEditVM(taxRate, t3[t2].userCompany.company, new A.TaxRateEditVM_TaxRateEditVM$fromStore_closure(store), new A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0(store, t1), new A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1(store, t1), t1); }, TaxRateEditScreen: function TaxRateEditScreen(t0) { this.key = t0; @@ -112026,20 +114607,21 @@ this.$this = t0; }, TaxRateListVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].userCompany; - t2 = t2.taxRateUIState; - t2.toString; - t5 = $.$get$memoizedFilteredTaxRateList(); - t6 = state.getUISelection$1(B.EntityType_taxRate); - t7 = t1[t3].taxRateState; - t2 = t2.listUIState; - return new A.TaxRateListVM(state, t4, t5.call$4(t6, t7.map, t7.list, t2), t1[t3].taxRateState.map, t2.filter, new A.TaxRateListVM_fromStore_closure(new A.TaxRateListVM_fromStore__handleRefresh(store)), new A.TaxRateListVM_fromStore_closure0(store), new A.TaxRateListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userCompany; + t3 = t3.taxRateUIState; + t3.toString; + t6 = $.$get$memoizedFilteredTaxRateList(); + t7 = t1.getUISelection$1(B.EntityType_taxRate); + t8 = t2[t4].taxRateState; + t3 = t3.listUIState; + return new A.TaxRateListVM(t1, t5, t6.call$4(t7, t8.map, t8.list, t3), t2[t4].taxRateState.map, t3.filter, new A.TaxRateListVM_fromStore_closure(new A.TaxRateListVM_fromStore__handleRefresh(store)), new A.TaxRateListVM_fromStore_closure0(store), new A.TaxRateListVM_fromStore_closure1(store)); }, TaxRateListBuilder: function TaxRateListBuilder(t0) { this.key = t0; @@ -112101,22 +114683,23 @@ this.context = t0; }, TaxRateScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].taxRateState.toString; - t4 = $.$get$memoizedFilteredTaxRateList(); - t5 = state.getUISelection$1(B.EntityType_taxRate); - t6 = t1[t3].taxRateState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].taxRateState.toString; + t5 = $.$get$memoizedFilteredTaxRateList(); + t1 = t1.getUISelection$1(B.EntityType_taxRate); + t6 = t2[t4].taxRateState; t7 = t6.map; t6 = t6.list; - t2 = t2.taxRateUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.taxRateUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.TaxRateScreenVM(t6); }, TaxRateScreenBuilder: function TaxRateScreenBuilder(t0) { @@ -112141,20 +114724,21 @@ this.viewModel = t0; }, TaxRateViewVM_TaxRateViewVM$fromStore(store) { - var t4, taxRate, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].taxRateState.map; - t2 = t2.taxRateUIState.selectedId; - taxRate = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, taxRate, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].taxRateState.map; + t3 = t3.taxRateUIState.selectedId; + taxRate = t5._map$_map.$index(0, t3); if (taxRate == null) - taxRate = A.TaxRateEntity_TaxRateEntity(t2, null, null, null); - t1 = t1[t3].userCompany.company; + taxRate = A.TaxRateEntity_TaxRateEntity(t3, null, null, null); + t2 = t2[t4].userCompany.company; taxRate.get$isNew(); - return new A.TaxRateViewVM(state, taxRate, t1, new A.TaxRateViewVM_TaxRateViewVM$fromStore_closure(store)); + return new A.TaxRateViewVM(t1, taxRate, t2, new A.TaxRateViewVM_TaxRateViewVM$fromStore_closure(store)); }, TaxRateViewScreen: function TaxRateViewScreen(t0) { this.key = t0; @@ -112224,17 +114808,18 @@ this.localization = t0; }, TokenEditVM_TokenEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - token = t1.tokenUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].tokenState.map; - t4 = token.id; - t3._map$_map.$index(0, t4); - return new A.TokenEditVM(token, t2[t1].userCompany.company, new A.TokenEditVM_TokenEditVM$fromStore_closure(store), new A.TokenEditVM_TokenEditVM$fromStore_closure0(store, state), new A.TokenEditVM_TokenEditVM$fromStore_closure1(state, store), state); + var t2, token, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + token = t2.tokenUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].tokenState.map; + t5 = token.id; + t4._map$_map.$index(0, t5); + return new A.TokenEditVM(token, t3[t2].userCompany.company, new A.TokenEditVM_TokenEditVM$fromStore_closure(store), new A.TokenEditVM_TokenEditVM$fromStore_closure0(store, t1), new A.TokenEditVM_TokenEditVM$fromStore_closure1(t1, store), t1); }, TokenEditScreen: function TokenEditScreen(t0) { this.key = t0; @@ -112304,31 +114889,32 @@ this.$this = t0; }, TokenListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.tokenUIState; - t2.toString; - t4 = $.$get$memoizedFilteredTokenList(); - t5 = state.getUISelection$1(B.EntityType_token); - t6 = t1[t3].tokenState; - t2 = t2.listUIState; - t6 = t4.call$4(t5, t6.map, t6.list, t2); - t5 = t1[t3]; - t4 = t5.tokenState.map; - t2 = t2.filter; - t5 = t5.userCompany.settings; - t5 = t5 == null ? null : t5.getTableColumns$1(B.EntityType_token); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType([], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.tokenUIState; + t3.toString; + t5 = $.$get$memoizedFilteredTokenList(); + t6 = t1.getUISelection$1(B.EntityType_token); + t7 = t2[t4].tokenState; + t3 = t3.listUIState; + t7 = t5.call$4(t6, t7.map, t7.list, t3); + t6 = t2[t4]; + t5 = t6.tokenState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_token); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType([], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.TokenListVM(state, t6, t4, t2, new A.TokenListVM_fromStore_closure(new A.TokenListVM_fromStore__handleRefresh(store)), t1, new A.TokenListVM_fromStore_closure0(store), new A.TokenListVM_fromStore_closure1(store)); + t2 = t6; + return new A.TokenListVM(t1, t7, t5, t3, new A.TokenListVM_fromStore_closure(new A.TokenListVM_fromStore__handleRefresh(store)), t2, new A.TokenListVM_fromStore_closure0(store), new A.TokenListVM_fromStore_closure1(store)); }, TokenListBuilder: function TokenListBuilder(t0) { this.key = t0; @@ -112405,22 +114991,23 @@ this.context = t0; }, TokenScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].tokenState.toString; - t4 = $.$get$memoizedFilteredTokenList(); - t5 = state.getUISelection$1(B.EntityType_token); - t6 = t1[t3].tokenState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].tokenState.toString; + t5 = $.$get$memoizedFilteredTokenList(); + t1 = t1.getUISelection$1(B.EntityType_token); + t6 = t2[t4].tokenState; t7 = t6.map; t6 = t6.list; - t2 = t2.tokenUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.tokenUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.TokenScreenVM(t6); }, TokenScreenBuilder: function TokenScreenBuilder(t0) { @@ -112453,20 +115040,21 @@ this.context = t1; }, TokenViewVM_TokenViewVM$fromStore(store) { - var t4, token, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].tokenState.map; - t2 = t2.tokenUIState.selectedId; - token = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, token, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].tokenState.map; + t3 = t3.tokenUIState.selectedId; + token = t5._map$_map.$index(0, t3); if (token == null) - token = A.TokenEntity_TokenEntity(t2, null); - t1 = t1[t3].userCompany.company; + token = A.TokenEntity_TokenEntity(t3, null); + t2 = t2[t4].userCompany.company; token.get$isNew(); - return new A.TokenViewVM(state, token, t1, new A.TokenViewVM_TokenViewVM$fromStore_closure(store)); + return new A.TokenViewVM(t1, token, t2, new A.TokenViewVM_TokenViewVM$fromStore_closure(store)); }, TokenViewScreen: function TokenViewScreen(t0) { this.key = t0; @@ -112653,17 +115241,18 @@ __UserEditState_State_SingleTickerProviderStateMixin: function __UserEditState_State_SingleTickerProviderStateMixin() { }, UserEditVM_UserEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - user = t1.userUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].userState.map; - t4 = user.id; - t3._map$_map.$index(0, t4); - return new A.UserEditVM(user, t2[t1].userCompany.company, new A.UserEditVM_UserEditVM$fromStore_closure(store), new A.UserEditVM_UserEditVM$fromStore_closure0(store, state), new A.UserEditVM_UserEditVM$fromStore_closure1(store, state), state); + var t2, user, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + user = t2.userUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].userState.map; + t5 = user.id; + t4._map$_map.$index(0, t5); + return new A.UserEditVM(user, t3[t2].userCompany.company, new A.UserEditVM_UserEditVM$fromStore_closure(store), new A.UserEditVM_UserEditVM$fromStore_closure0(store, t1), new A.UserEditVM_UserEditVM$fromStore_closure1(store, t1), t1); }, UserEditScreen: function UserEditScreen(t0) { this.key = t0; @@ -112732,21 +115321,22 @@ this.$this = t0; }, UserListVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.userUIState; - t2.toString; - t4 = $.$get$memoizedFilteredUserList(); - t5 = state.getUISelection$1(B.EntityType_user); - t6 = t1[t3]; - t7 = t6.userState; - t2 = t2.listUIState; - return new A.UserListVM(state, t4.call$5(t5, t7.map, t7.list, t2, t6.userCompany.user.id), t1[t3].userState.map, t2.filter, new A.UserListVM_fromStore_closure(new A.UserListVM_fromStore__handleRefresh(store)), new A.UserListVM_fromStore_closure0(store), new A.UserListVM_fromStore_closure1(store)); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.userUIState; + t3.toString; + t5 = $.$get$memoizedFilteredUserList(); + t6 = t1.getUISelection$1(B.EntityType_user); + t7 = t2[t4]; + t8 = t7.userState; + t3 = t3.listUIState; + return new A.UserListVM(t1, t5.call$5(t6, t8.map, t8.list, t3, t7.userCompany.user.id), t2[t4].userState.map, t3.filter, new A.UserListVM_fromStore_closure(new A.UserListVM_fromStore__handleRefresh(store)), new A.UserListVM_fromStore_closure0(store), new A.UserListVM_fromStore_closure1(store)); }, UserListBuilder: function UserListBuilder(t0) { this.key = t0; @@ -112825,23 +115415,24 @@ this.context = t0; }, UserScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].userState.toString; - t4 = $.$get$memoizedFilteredUserList(); - t5 = state.getUISelection$1(B.EntityType_user); - t6 = t1[t3]; + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].userState.toString; + t5 = $.$get$memoizedFilteredUserList(); + t1 = t1.getUISelection$1(B.EntityType_user); + t6 = t2[t4]; t7 = t6.userState; t8 = t7.map; t7 = t7.list; - t2 = t2.userUIState.listUIState; - t6 = t4.call$5(t5, t8, t7, t2, t6.userCompany.user.id); - t1[t3].toString; - t2.toString; + t3 = t3.userUIState.listUIState; + t6 = t5.call$5(t1, t8, t7, t3, t6.userCompany.user.id); + t2[t4].toString; + t3.toString; return new A.UserScreenVM(t6); }, UserScreenBuilder: function UserScreenBuilder(t0) { @@ -112861,20 +115452,21 @@ this.$this = t0; }, UserViewVM_UserViewVM$fromStore(store) { - var t4, user, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].userState.map; - t2 = t2.userUIState.selectedId; - user = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, user, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userState.map; + t3 = t3.userUIState.selectedId; + user = t5._map$_map.$index(0, t3); if (user == null) - user = A.UserEntity_UserEntity(t2, null, null); - t1 = t1[t3].userCompany.company; + user = A.UserEntity_UserEntity(t3, null, null); + t2 = t2[t4].userCompany.company; user.get$isNew(); - return new A.UserViewVM(state, user, t1, new A.UserViewVM_UserViewVM$fromStore_closure(store)); + return new A.UserViewVM(t1, user, t2, new A.UserViewVM_UserViewVM$fromStore_closure(store)); }, UserViewScreen: function UserViewScreen(t0, t1) { this.isFilter = t0; @@ -113061,13 +115653,15 @@ this.context = t1; }, VendorEditContactsVM_VendorEditContactsVM$fromStore(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.vendorUIState, - vendor = t2.editing, - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.VendorEditContactsVM(t3._list[t1].userCompany.company, vendor, t2.editingContact, new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure(store), new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0(store), new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1(store), new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2(store)); + var t2, t3, vendor, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.vendorUIState; + vendor = t3.editing; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.VendorEditContactsVM(t1._list[t2].userCompany.company, vendor, t3.editingContact, new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure(store), new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0(store), new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1(store), new A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2(store)); }, VendorEditContactsScreen: function VendorEditContactsScreen(t0, t1) { this.viewModel = t0; @@ -113196,16 +115790,18 @@ this.currency = t0; }, VendorEditVM_VendorEditVM$fromStore(store) { - var t3, t4, - vendor = A._lateReadCheck(store.__Store__state, "_state").uiState.vendorUIState.editing, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2].vendorState.map; - t4 = vendor.id; - t3._map$_map.$index(0, t4); - return new A.VendorEditVM(vendor, t1[t2].userCompany.company, new A.VendorEditVM_VendorEditVM$fromStore_closure(store), new A.VendorEditVM_VendorEditVM$fromStore_closure0(store, state), new A.VendorEditVM_VendorEditVM$fromStore_closure1(state, store), state); + var t2, vendor, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + vendor = t2.vendorUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].vendorState.map; + t5 = vendor.id; + t4._map$_map.$index(0, t5); + return new A.VendorEditVM(vendor, t3[t2].userCompany.company, new A.VendorEditVM_VendorEditVM$fromStore_closure(store), new A.VendorEditVM_VendorEditVM$fromStore_closure0(store, t1), new A.VendorEditVM_VendorEditVM$fromStore_closure1(t1, store), t1); }, VendorEditScreen: function VendorEditScreen(t0) { this.key = t0; @@ -113295,31 +115891,32 @@ this.$this = t0; }, VendorListVM_fromStore(store) { - var t3, t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - t2 = t1.vendorUIState; - t2.toString; - t3 = $.$get$memoizedFilteredVendorList(); - t4 = state.getUISelection$1(B.EntityType_vendor); - t5 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t5 = t5._list; - t6 = t5[t1]; - t7 = t6.vendorState; - t2 = t2.listUIState; - t6 = t3.call$6(t4, t7.map, t7.list, t2, t6.userState.map, state.staticState); - t7 = t5[t1]; - t4 = t7.vendorState.map; - t2 = t2.filter; - t7 = t7.userCompany.settings; - t3 = t7 == null ? null : t7.getTableColumns$1(B.EntityType_vendor); - if (t3 == null) { - t5[t1].toString; - t1 = A._setArrayType(["number", "name", "city", "phone", "entity_state", "created_at"], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, t8, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.vendorUIState; + t3.toString; + t4 = $.$get$memoizedFilteredVendorList(); + t5 = t1.getUISelection$1(B.EntityType_vendor); + t6 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t6 = t6._list; + t7 = t6[t2]; + t8 = t7.vendorState; + t3 = t3.listUIState; + t7 = t4.call$6(t5, t8.map, t8.list, t3, t7.userState.map, t1.staticState); + t8 = t6[t2]; + t5 = t8.vendorState.map; + t3 = t3.filter; + t8 = t8.userCompany.settings; + t4 = t8 == null ? null : t8.getTableColumns$1(B.EntityType_vendor); + if (t4 == null) { + t6[t2].toString; + t2 = A._setArrayType(["number", "name", "city", "phone", "entity_state", "created_at"], type$.JSArray_legacy_String); } else - t1 = t3; - return new A.VendorListVM(state, t6, t4, t2, new A.VendorListVM_fromStore_closure(new A.VendorListVM_fromStore__handleRefresh(store)), t1, new A.VendorListVM_fromStore_closure0(store), new A.VendorListVM_fromStore_closure1(store)); + t2 = t4; + return new A.VendorListVM(t1, t7, t5, t3, new A.VendorListVM_fromStore_closure(new A.VendorListVM_fromStore__handleRefresh(store)), t2, new A.VendorListVM_fromStore_closure0(store), new A.VendorListVM_fromStore_closure1(store)); }, VendorListBuilder: function VendorListBuilder(t0) { this.key = t0; @@ -113398,24 +115995,25 @@ this.context = t0; }, VendorScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].vendorState.toString; - t4 = $.$get$memoizedFilteredVendorList(); - t5 = state.getUISelection$1(B.EntityType_vendor); - t6 = t1[t3]; - t7 = t6.vendorState; - t8 = t7.map; - t7 = t7.list; - t2 = t2.vendorUIState.listUIState; - t6 = t4.call$6(t5, t8, t7, t2, t6.userState.map, state.staticState); - t1[t3].toString; - t2.toString; - return new A.VendorScreenVM(t6); + var t2, t3, t4, t5, t6, t7, t8, t9, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].vendorState.toString; + t5 = $.$get$memoizedFilteredVendorList(); + t6 = t1.getUISelection$1(B.EntityType_vendor); + t7 = t2[t4]; + t8 = t7.vendorState; + t9 = t8.map; + t8 = t8.list; + t3 = t3.vendorUIState.listUIState; + t1 = t5.call$6(t6, t9, t8, t3, t7.userState.map, t1.staticState); + t2[t4].toString; + t3.toString; + return new A.VendorScreenVM(t1); }, VendorScreenBuilder: function VendorScreenBuilder(t0) { this.key = t0; @@ -113590,20 +116188,21 @@ this.key = t2; }, VendorViewVM_VendorViewVM$fromStore(store) { - var t4, vendor, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].vendorState.map; - t2 = t2.vendorUIState.selectedId; - vendor = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, vendor, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].vendorState.map; + t3 = t3.vendorUIState.selectedId; + vendor = t5._map$_map.$index(0, t3); if (vendor == null) - vendor = A.VendorEntity_VendorEntity(t2, null, null); - t1 = t1[t3].userCompany.company; + vendor = A.VendorEntity_VendorEntity(t3, null, null); + t2 = t2[t4].userCompany.company; vendor.get$isNew(); - return new A.VendorViewVM(state, vendor, t1, new A.VendorViewVM_VendorViewVM$fromStore_closure(new A.VendorViewVM_VendorViewVM$fromStore__handleRefresh(store, vendor)), new A.VendorViewVM_VendorViewVM$fromStore_closure0(state, vendor), new A.VendorViewVM_VendorViewVM$fromStore_closure1(store, vendor), new A.VendorViewVM_VendorViewVM$fromStore_closure2(store, vendor)); + return new A.VendorViewVM(t1, vendor, t2, new A.VendorViewVM_VendorViewVM$fromStore_closure(new A.VendorViewVM_VendorViewVM$fromStore__handleRefresh(store, vendor)), new A.VendorViewVM_VendorViewVM$fromStore_closure0(t1, vendor), new A.VendorViewVM_VendorViewVM$fromStore_closure1(store, vendor), new A.VendorViewVM_VendorViewVM$fromStore_closure2(store, vendor)); }, VendorViewScreen: function VendorViewScreen(t0, t1, t2) { this.isFilter = t0; @@ -113759,17 +116358,18 @@ this.key = t0; }, WebhookEditVM_WebhookEditVM$fromStore(store) { - var t3, t4, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - webhook = t1.webhookUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - t3 = t2[t1].webhookState.map; - t4 = webhook.id; - t3._map$_map.$index(0, t4); - return new A.WebhookEditVM(webhook, t2[t1].userCompany.company, new A.WebhookEditVM_WebhookEditVM$fromStore_closure(store), new A.WebhookEditVM_WebhookEditVM$fromStore_closure0(store, state), new A.WebhookEditVM_WebhookEditVM$fromStore_closure1(state, store), state); + var t2, webhook, t3, t4, t5, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + webhook = t2.webhookUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].webhookState.map; + t5 = webhook.id; + t4._map$_map.$index(0, t5); + return new A.WebhookEditVM(webhook, t3[t2].userCompany.company, new A.WebhookEditVM_WebhookEditVM$fromStore_closure(store), new A.WebhookEditVM_WebhookEditVM$fromStore_closure0(store, t1), new A.WebhookEditVM_WebhookEditVM$fromStore_closure1(t1, store), t1); }, WebhookEditScreen: function WebhookEditScreen(t0) { this.key = t0; @@ -113837,20 +116437,21 @@ this.context = t1; }, WebhookViewVM_WebhookViewVM$fromStore(store) { - var t4, webhook, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t4 = t1[t3].webhookState.map; - t2 = t2.webhookUIState.selectedId; - webhook = t4._map$_map.$index(0, t2); + var t2, t3, t4, t5, webhook, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].webhookState.map; + t3 = t3.webhookUIState.selectedId; + webhook = t5._map$_map.$index(0, t3); if (webhook == null) - webhook = A.WebhookEntity_WebhookEntity(t2, null); - t1 = t1[t3].userCompany.company; + webhook = A.WebhookEntity_WebhookEntity(t3, null); + t2 = t2[t4].userCompany.company; webhook.get$isNew(); - return new A.WebhookViewVM(state, webhook, t1, new A.WebhookViewVM_WebhookViewVM$fromStore_closure(store)); + return new A.WebhookViewVM(t1, webhook, t2, new A.WebhookViewVM_WebhookViewVM$fromStore_closure(store)); }, WebhookViewScreen: function WebhookViewScreen(t0) { this.key = t0; @@ -113888,31 +116489,32 @@ this.$this = t0; }, WebhookListVM_fromStore(store) { - var t4, t5, t6, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].toString; - t2 = t2.webhookUIState; - t2.toString; - t4 = $.$get$memoizedFilteredWebhookList(); - t5 = state.getUISelection$1(B.EntityType_webhook); - t6 = t1[t3].webhookState; - t2 = t2.listUIState; - t6 = t4.call$4(t5, t6.map, t6.list, t2); - t5 = t1[t3]; - t4 = t5.webhookState.map; - t2 = t2.filter; - t5 = t5.userCompany.settings; - t5 = t5 == null ? null : t5.getTableColumns$1(B.EntityType_webhook); - if (t5 == null) { - t1[t3].toString; - t1 = A._setArrayType([], type$.JSArray_legacy_String); + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].toString; + t3 = t3.webhookUIState; + t3.toString; + t5 = $.$get$memoizedFilteredWebhookList(); + t6 = t1.getUISelection$1(B.EntityType_webhook); + t7 = t2[t4].webhookState; + t3 = t3.listUIState; + t7 = t5.call$4(t6, t7.map, t7.list, t3); + t6 = t2[t4]; + t5 = t6.webhookState.map; + t3 = t3.filter; + t6 = t6.userCompany.settings; + t6 = t6 == null ? null : t6.getTableColumns$1(B.EntityType_webhook); + if (t6 == null) { + t2[t4].toString; + t2 = A._setArrayType([], type$.JSArray_legacy_String); } else - t1 = t5; - return new A.WebhookListVM(state, t6, t4, t2, new A.WebhookListVM_fromStore_closure(new A.WebhookListVM_fromStore__handleRefresh(store)), t1, new A.WebhookListVM_fromStore_closure0(store), new A.WebhookListVM_fromStore_closure1(store)); + t2 = t6; + return new A.WebhookListVM(t1, t7, t5, t3, new A.WebhookListVM_fromStore_closure(new A.WebhookListVM_fromStore__handleRefresh(store)), t2, new A.WebhookListVM_fromStore_closure0(store), new A.WebhookListVM_fromStore_closure1(store)); }, WebhookListBuilder: function WebhookListBuilder(t0) { this.key = t0; @@ -113989,22 +116591,23 @@ this.context = t0; }, WebhookScreenVM_fromStore(store) { - var t4, t5, t6, t7, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - t1[t3].webhookState.toString; - t4 = $.$get$memoizedFilteredWebhookList(); - t5 = state.getUISelection$1(B.EntityType_webhook); - t6 = t1[t3].webhookState; + var t2, t3, t4, t5, t6, t7, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t2[t4].webhookState.toString; + t5 = $.$get$memoizedFilteredWebhookList(); + t1 = t1.getUISelection$1(B.EntityType_webhook); + t6 = t2[t4].webhookState; t7 = t6.map; t6 = t6.list; - t2 = t2.webhookUIState.listUIState; - t6 = t4.call$4(t5, t7, t6, t2); - t1[t3].toString; - t2.toString; + t3 = t3.webhookUIState.listUIState; + t6 = t5.call$4(t1, t7, t6, t3); + t2[t4].toString; + t3.toString; return new A.WebhookScreenVM(t6); }, WebhookScreenBuilder: function WebhookScreenBuilder(t0) { @@ -114049,10 +116652,11 @@ this.action = t0; }, loadDesign(context, design, isDraftMode, isPurchaseOrder, onComplete) { - var request, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - credentials = state.get$credentials(state), - url = credentials.url + "/preview"; + var credentials, url, request, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + credentials = t1.get$credentials(t1); + url = credentials.url + "/preview"; if (isDraftMode) url += "?html=true"; request = A._$DesignPreviewRequest$_(design, "", B.EntityType_invoice); @@ -114069,7 +116673,7 @@ showRefreshDataDialog(context, includeStatic) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - store, t1; + store, t1, t2; var $async$showRefreshDataDialog = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -114079,7 +116683,9 @@ // Function start store = A.StoreProvider_of(context, type$.legacy_AppState); t1 = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), true, type$.Null); - store.get$_dispatchers()[0].call$1(new A.RefreshData(t1, true, includeStatic, false)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(t1, true, includeStatic, false)); $async$goto = 2; return A._asyncAwait(A.showDialog(null, false, new A.showRefreshDataDialog_closure(), context, null, true, type$.legacy_AlertDialog), $async$showRefreshDataDialog); case 2: @@ -114111,14 +116717,16 @@ A.showDialog(_null, true, new A.confirmCallback_closure(typeToConfirm, callback, t1, title, askForReason, t2 ? _null : t1.get$areYouSure()), context, _null, true, type$.legacy_AlertDialog); }, passwordCallback(alwaysRequire, callback, context, skipOAuth) { - var user, error, t4, t5, t6, exception, _null = null, + var state, user, error, t2, t3, t4, t5, t6, exception, _null = null, _s21_ = "please_set_a_password", _s12_ = "set_password", store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = state, - t3 = t2.userCompanyStates; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + state = t1; + t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = state; + t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; user = t3._list[t2].userCompany.user; t2 = user.hasPassword; @@ -114138,7 +116746,7 @@ t1 = J.$index$asx(t2.$index(0, t1), _s12_); if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s12_); - A.showMessageDialog(context, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.passwordCallback_closure(store, context), _null)], type$.JSArray_legacy_TextButton)); + A.showMessageDialog(context, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.passwordCallback_closure(store, context), _null)], type$.JSArray_legacy_TextButton)); A.print("## 1"); return; } @@ -114176,36 +116784,43 @@ A.showDialog(null, false, new A.fieldCallback_closure(callback, field, title, maxLength, secondaryActions), context, null, true, type$.legacy_AlertDialog); }, cloneToDialog(context, invoice) { - var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - A.showDialog(null, true, new A.cloneToDialog_closure(t1, t2._list[t3].userCompany, invoice), context, null, true, type$.legacy_AlertDialog); + var t3, + 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(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + A.showDialog(null, true, new A.cloneToDialog_closure(t1, t3._list[t2].userCompany, invoice), context, null, true, type$.legacy_AlertDialog); }, changeTaskStatusDialog(context, task) { - var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), + var t3, t4, t5, + t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = $.$get$memoizedSortedActiveTaskStatusIds(), - t3 = state.userCompanyStates, - t4 = state.uiState.selectedCompanyIndex; - t4 = t3._list[t4].taskStatusState; - t4 = J.where$1$ax(t2.call$2(t4.list, t4.map), new A.changeTaskStatusDialog_closure(task)); - A.showDialog(null, true, new A.changeTaskStatusDialog_closure0(t1, A.List_List$of(t4, true, t4.$ti._eval$1("Iterable.E")), state, store, task), context, null, true, type$.legacy_AlertDialog); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = $.$get$memoizedSortedActiveTaskStatusIds(); + t4 = t2.userCompanyStates; + t5 = t2.uiState.selectedCompanyIndex; + t5 = t4._list[t5].taskStatusState; + t5 = J.where$1$ax(t3.call$2(t5.list, t5.map), new A.changeTaskStatusDialog_closure(task)); + A.showDialog(null, true, new A.changeTaskStatusDialog_closure0(t1, A.List_List$of(t5, true, t5.$ti._eval$1("Iterable.E")), t2, store, task), context, null, true, type$.legacy_AlertDialog); }, addToInvoiceDialog(clientId, context, items) { - var invoices, _null = null, + var t3, invoices, _null = null, _s17_ = "no_invoices_found", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t3 = t2._list[t3].invoiceState.map; - t2 = t3._map$_values; - if (t2 == null) { - t2 = t3._map$_map; - t2 = t3._map$_values = t2.get$values(t2); - } + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t2 = t3._list[t2].invoiceState.map; + t3 = t2._map$_values; + if (t3 == null) { + t3 = t2._map$_map; + t3 = t2._map$_values = t3.get$values(t3); + t2 = t3; + } else + t2 = t3; invoices = new A.WhereIterable(t2, new A.addToInvoiceDialog_closure(clientId), A._instanceType(t2)._eval$1("WhereIterable")); if (!invoices.get$iterator(invoices).moveNext$0()) { t1.toString; @@ -114476,13 +117091,14 @@ return intValue === 0 && zeroIsNull ? null : intValue; }, parseDouble(value, zeroIsNull) { - var state, t2, doubleValue, + var t2, doubleValue, t1 = $.$get$navigatorKey(); t1.toString; - state = A._lateReadCheck(A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState).__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - if (t1._list[t2].userCompany.company.useCommaAsDecimalPlace && J.contains$1$asx(value, ",")) { + t1 = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + if (t2._list[t1].userCompany.company.useCommaAsDecimalPlace && J.contains$1$asx(value, ",")) { value = A.stringReplaceAllUnchecked(value, ".", ""); value = A.stringReplaceAllUnchecked(value, ",", "."); } @@ -114497,7 +117113,7 @@ return size > 1000000 ? "" + B.JSNumber_methods.toInt$0(A.round(size / 1000000, 1)) + " MB" : "" + B.JSNumber_methods.toInt$0(A.round(size / 1000, 0)) + " KB"; }, formatNumber(value, context, clientId, currencyId, formatNumberType, roundToPrecision, showCurrencyCode, zeroIsNull) { - var state, t1, t2, t3, company, client, t4, t5, group, countryId, currency, t6, companyCurrency, country, companyCountry, thousandSeparator, decimalSeparator, swapCurrencySymbol, thousandSeparator0, decimalSeparator0, formatted, formatter, prefix, _null = null, _s6_ = "custom", + var t1, t2, t3, t4, company, client, t5, t6, group, countryId, currency, companyCurrency, country, companyCountry, thousandSeparator, decimalSeparator, swapCurrencySymbol, thousandSeparator0, decimalSeparator0, formatted, formatter, prefix, _null = null, _s6_ = "custom", _s11_ = "#,##0.#####"; if ((zeroIsNull || formatNumberType === B.FormatNumberType_4 || formatNumberType === B.FormatNumberType_5) && value === 0) return _null; @@ -114505,25 +117121,26 @@ return ""; if (formatNumberType === B.FormatNumberType_6) return A.formatDuration(A.Duration$(0, 0, 0, 0, 0, B.JSNumber_methods.toInt$0(value)), true); - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = t1[t2]; - company = t3.userCompany.company; - client = t3.clientState.map._map$_map.$index(0, clientId); - t3 = t1[t2].groupState.map; - t4 = client == null; - t5 = t4 ? _null : client.groupId; - group = t3._map$_map.$index(0, t5); - t3 = t4 ? _null : client.countryId; - countryId = (t3 == null ? "" : t3).length !== 0 && client.get$hasNameSet() ? client.countryId : company.settings.countryId; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t4 = t2[t3]; + company = t4.userCompany.company; + client = t4.clientState.map._map$_map.$index(0, clientId); + t4 = t2[t3].groupState.map; + t5 = client == null; + t6 = t5 ? _null : client.groupId; + group = t4._map$_map.$index(0, t6); + t4 = t5 ? _null : client.countryId; + countryId = (t4 == null ? "" : t4).length !== 0 && client.get$hasNameSet() ? client.countryId : company.settings.countryId; if (currencyId === "-1") { currencyId = company.settings.currencyId; if (currencyId == null) currencyId = "1"; } else if (!(currencyId != null && currencyId.length !== 0)) - if (!t4 && client.get$hasCurrency()) + if (!t5 && client.get$hasCurrency()) currencyId = client.settings.currencyId; else if (group != null && group.get$hasCurrency()) currencyId = group.settings.currencyId; @@ -114532,17 +117149,17 @@ if (currencyId == null) currencyId = "1"; } - t3 = state.staticState; - t4 = t3.currencyMap._map$_map; + t1 = t1.staticState; + t4 = t1.currencyMap._map$_map; currency = t4.$index(0, currencyId); t5 = company.settings; t6 = t5.currencyId; companyCurrency = t4.$index(0, t6 == null ? "1" : t6); - t3 = t3.countryMap._map$_map; - country = t3.$index(0, countryId); + t1 = t1.countryMap._map$_map; + country = t1.$index(0, countryId); if (country == null) country = A.CountryEntity_CountryEntity(); - companyCountry = t3.$index(0, t5.countryId); + companyCountry = t1.$index(0, t5.countryId); if (companyCountry == null) companyCountry = A.CountryEntity_CountryEntity(); if (currency == null) @@ -114562,7 +117179,7 @@ decimalSeparator = decimalSeparator0; } if (B.JSArray_methods.contains$1(A._setArrayType([B.FormatNumberType_4, B.FormatNumberType_5], type$.JSArray_legacy_FormatNumberType), formatNumberType)) { - decimalSeparator = t1[t2].userCompany.company.useCommaAsDecimalPlace ? "," : "."; + decimalSeparator = t2[t3].userCompany.company.useCommaAsDecimalPlace ? "," : "."; thousandSeparator = ""; } $.$get$numberFormatSymbols().$indexSet(0, _s6_, A.NumberSymbols$("", "", decimalSeparator, "", "", thousandSeparator, "", "-", _s6_, "", "", "", "", "+", "", "0")); @@ -114697,44 +117314,47 @@ } }, parseDate(value, context) { - var state, t1, t2, company, dateFormats, dateFormatId; + var t1, t2, t3, company, dateFormats, dateFormatId; if (value.length === 0) return ""; - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - company = t1._list[t2].userCompany.company; - dateFormats = state.staticState.dateFormatMap; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + company = t2._list[t3].userCompany.company; + dateFormats = t1.staticState.dateFormatMap; dateFormatId = company.settings.dateFormatId; dateFormatId = (dateFormatId == null ? "" : dateFormatId).length !== 0 ? dateFormatId : "5"; - return A.convertDateTimeToSqlDate(A.DateFormat$(dateFormats._map$_map.$index(0, dateFormatId).format, A.localeSelector(state, false))._date_format$_parse$3$strict$utc(value, false, false)); + return A.convertDateTimeToSqlDate(A.DateFormat$(dateFormats._map$_map.$index(0, dateFormatId).format, A.localeSelector(t1, false))._date_format$_parse$3$strict$utc(value, false, false)); }, parseTime(value, context) { - var state, t1, t2, company, enableMilitaryTime, format; + var t1, t2, t3, company, enableMilitaryTime, format; if (value.length === 0) return null; - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - company = t1._list[t2].userCompany.company; - t2 = B.JSString_methods.allMatches$1(":", value); - t2 = t2.get$length(t2); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + company = t2._list[t3].userCompany.company; + t3 = B.JSString_methods.allMatches$1(":", value); + t3 = t3.get$length(t3); enableMilitaryTime = company.settings.enableMilitaryTime; - if (t2 >= 2) + if (t3 >= 2) format = enableMilitaryTime ? "H:mm:ss" : "h:mm:ss a"; else format = enableMilitaryTime ? "H:mm" : "h:mm a"; - return A.DateFormat$("y-M-D " + format, A.localeSelector(state, false))._date_format$_parse$3$strict$utc("2000-01-01 " + value, false, false); + return A.DateFormat$("y-M-D " + format, A.localeSelector(t1, false))._date_format$_parse$3$strict$utc("2000-01-01 " + value, false, false); }, formatDate(value, context, showDate, showSeconds, showTime) { - var state, t1, t2, company, format, dateFormats, dateFormatId, formatter, parsed, + var t1, t2, t3, company, format, dateFormats, dateFormatId, formatter, parsed, _s9_ = "h:mm:ss a"; if (value == null || value.length === 0) return ""; - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - company = t1._list[t2].userCompany.company; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + company = t2._list[t3].userCompany.company; if (showTime) { if (!showDate) if (showSeconds) @@ -114742,24 +117362,24 @@ else format = company.settings.enableMilitaryTime ? "H:mm" : "h:mm a"; else { - dateFormats = state.staticState.dateFormatMap; - t1 = company.settings; - dateFormatId = t1.dateFormatId; + dateFormats = t1.staticState.dateFormatMap; + t2 = company.settings; + dateFormatId = t2.dateFormatId; dateFormatId = (dateFormatId == null ? "" : dateFormatId).length !== 0 ? dateFormatId : "5"; format = dateFormats._map$_map.$index(0, dateFormatId).format; if (showSeconds) - t1 = t1.enableMilitaryTime ? "H:mm:ss" : _s9_; + t2 = t2.enableMilitaryTime ? "H:mm:ss" : _s9_; else - t1 = t1.enableMilitaryTime ? "H:mm" : "h:mm a"; - format += " " + t1; + t2 = t2.enableMilitaryTime ? "H:mm" : "h:mm a"; + format += " " + t2; } - formatter = A.DateFormat$(format, A.localeSelector(state, false)); + formatter = A.DateFormat$(format, A.localeSelector(t1, false)); parsed = A.DateTime_tryParse(J.endsWith$1$s(value, "Z") ? value : value + "Z"); return parsed == null ? "" : formatter.format$1(0, parsed.toLocal$0()); } else { - dateFormats = state.staticState.dateFormatMap; - t1 = company.settings.dateFormatId; - formatter = A.DateFormat$(dateFormats._map$_map.$index(0, t1).format, A.localeSelector(state, false)); + dateFormats = t1.staticState.dateFormatMap; + t2 = company.settings.dateFormatId; + formatter = A.DateFormat$(dateFormats._map$_map.$index(0, t2).format, A.localeSelector(t1, false)); parsed = A.DateTime_tryParse(value); return parsed == null ? "" : formatter.format$1(0, parsed); } @@ -114774,11 +117394,13 @@ return B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(B.JSString_methods.trim$0(url == null ? "" : url), A.RegExp_RegExp("/api/v1", true, false, false, false), ""), A.RegExp_RegExp("/$", true, false, false, false), ""); }, formatCustomValue(context, field, value) { - var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - switch (t2._list[t3].userCompany.company.getCustomFieldType$1(field)) { + var t3, + 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(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + switch (t3._list[t2].userCompany.company.getCustomFieldType$1(field)) { case "switch": return value === "yes" ? t1.get$yes() : t1.get$no(); case "date": @@ -114812,7 +117434,7 @@ }, deserializeMarkdownToDocument(markdown) { var t1, _i, t2, - markdownNodes = A.BlockParser$(B.C_LineSplitter.convert$1(markdown), A.Document$0()).parseLines$0(), + markdownNodes = A.BlockParser$(B.C_LineSplitter.convert$1(markdown), A.Document$0(A._setArrayType([B.C__EmptyParagraphSyntax], type$.JSArray_legacy_BlockSyntax))).parseLines$0(), nodeVisitor = new A._MarkdownToDocument(A._setArrayType([], type$.JSArray_legacy_DocumentNode), A._setArrayType([], type$.JSArray_legacy_ListItemType)); for (t1 = markdownNodes.length, _i = 0; _i < markdownNodes.length; markdownNodes.length === t1 || (0, A.throwConcurrentModificationError)(markdownNodes), ++_i) J.accept$1$x(markdownNodes[_i], nodeVisitor); @@ -114822,17 +117444,19 @@ return t2; }, serializeDocumentToMarkdown(doc) { - var t1, t2, i, node, t3, _length, _list, index, indent, symbol, blockType, + var t1, t2, isFirstLine, i, node, _length, _list, index, indent, symbol, t3, serializer, nodeBelow, blockType, t4, buffer = new A.StringBuffer(""); - for (t1 = doc._nodes, t2 = type$.JSArray_legacy_String, i = 0; i < t1.length; ++i) { + for (t1 = doc._nodes, t2 = type$.JSArray_legacy_String, isFirstLine = true, i = 0; i < t1.length; ++i) { node = t1[i]; - if (node instanceof A.ImageNode) { - t3 = buffer._contents += "![" + A.S(node._altText) + "](" + A.S(node._imageUrl) + ")\n"; - buffer._contents = t3 + "\n"; - } else if (node instanceof A.HorizontalRuleNode) { - t3 = buffer._contents += "---\n"; - buffer._contents = t3 + "\n"; - } else if (node instanceof A.ListItemNode) { + if (!isFirstLine) + buffer._contents += "\n"; + else + isFirstLine = false; + if (node instanceof A.ImageNode) + buffer._contents += "![" + A.S(node._altText) + "](" + A.S(node._imageUrl) + ")"; + else if (node instanceof A.HorizontalRuleNode) + buffer._contents += "---"; + else if (node instanceof A.ListItemNode) { _length = node._list_items$_indent + 1; if (_length < 0) A.throwExpression(A.ArgumentError$("Length must be a non-negative integer: " + _length, null)); @@ -114841,61 +117465,115 @@ _list[index] = " "; indent = B.JSArray_methods.join$1(_list, ""); symbol = node.type === B.ListItemType_1 ? "*" : "1."; - t3 = buffer._contents += indent + symbol + " " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - if (!((i < t1.length - 1 ? t1[i + 1] : null) instanceof A.ListItemNode)) + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += indent + symbol + " " + J.toString$0$(serializer._markdown$_buffer); + nodeBelow = i < t1.length - 1 ? t1[i + 1] : null; + if (nodeBelow != null && !(nodeBelow instanceof A.ListItemNode)) buffer._contents = t3 + "\n"; } else if (node instanceof A.ParagraphNode) { blockType = node._metadata.$index(0, "blockType"); t3 = J.getInterceptor$(blockType); if (t3.$eq(blockType, B.NamedAttribution_header1)) { - t3 = buffer._contents += "# " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "# " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_header2)) { - t3 = buffer._contents += "## " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "## " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_header3)) { - t3 = buffer._contents += "### " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "### " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_header4)) { - t3 = buffer._contents += "#### " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "#### " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_header5)) { - t3 = buffer._contents += "##### " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "##### " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_header6)) { - t3 = buffer._contents += "###### " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "###### " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_blockquote)) { - t3 = buffer._contents += "> " + A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += "> " + J.toString$0$(serializer._markdown$_buffer); } else if (t3.$eq(blockType, B.NamedAttribution_code)) { t3 = buffer._contents += "```\n"; - t3 += A._extension_0_toMarkdown(node._text$_text) + "\n"; + t4 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t4.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t4.visitAttributions$1(serializer); + t3 += J.toString$0$(serializer._markdown$_buffer) + "\n"; buffer._contents = t3; - t3 += "```\n"; + t3 += "```"; buffer._contents = t3; - buffer._contents = t3 + "\n"; } else { - t3 = buffer._contents += A._extension_0_toMarkdown(node._text$_text) + "\n"; - buffer._contents = t3 + "\n"; + t3 = node._text$_text; + serializer = new A.AttributedTextMarkdownSerializer(); + serializer._fullText = t3.text; + serializer._markdown$_buffer = new A.StringBuffer(""); + serializer._bufferCursor = 0; + t3.visitAttributions$1(serializer); + t3 = buffer._contents += J.toString$0$(serializer._markdown$_buffer); } + if (i !== t1.length - 1) + buffer._contents = t3 + "\n"; } } t1 = buffer._contents; return t1.charCodeAt(0) == 0 ? t1 : t1; }, - _extension_0__sortAndSerializeAttributions(attributions, $event) { + AttributedTextMarkdownSerializer__sortAndSerializeAttributions(attributions, $event) { var t1, t2, buffer = new A.StringBuffer(""); for (t1 = J.get$iterator$ax($event === B.AttributionVisitEvent_0 ? B.List_ot1 : new A.ReversedListIterable(B.List_ot1, type$.ReversedListIterable_legacy_NamedAttribution)); t1.moveNext$0();) { t2 = t1.get$current(t1); if (attributions.contains$1(0, t2)) - buffer._contents += A._extension_0__encodeMarkdownStyle(t2); + buffer._contents += A.AttributedTextMarkdownSerializer__encodeMarkdownStyle(t2); } t1 = buffer._contents; return t1.charCodeAt(0) == 0 ? t1 : t1; }, - _extension_0__encodeMarkdownStyle(attribution) { + AttributedTextMarkdownSerializer__encodeMarkdownStyle(attribution) { var t1 = J.getInterceptor$(attribution); if (t1.$eq(attribution, B.NamedAttribution_code)) return "`"; @@ -114908,9 +117586,9 @@ else return ""; }, - _extension_0__encodeLinkMarker(attributions, $event) { + AttributedTextMarkdownSerializer__encodeLinkMarker(attributions, $event) { var linkAttribution, - linkAttributions = new A.WhereIterable(attributions, new A._extension_0__encodeLinkMarker_closure(), A._instanceType(attributions)._eval$1("WhereIterable")); + linkAttributions = new A.WhereIterable(attributions, new A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure(), A._instanceType(attributions)._eval$1("WhereIterable")); if (!linkAttributions.get$isEmpty(linkAttributions)) { linkAttribution = type$.legacy_LinkAttribution._as(linkAttributions.get$first(linkAttributions)); if ($event === B.AttributionVisitEvent_0) @@ -114920,14 +117598,6 @@ } return ""; }, - _extension_0_toMarkdown(_this) { - var t1 = {}, - buffer = new A.StringBuffer(""); - t1.spanStart = 0; - _this.visitAttributions$1(new A._extension_0_toMarkdown_closure(t1, buffer)); - t1 = buffer._contents; - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, _MarkdownToDocument: function _MarkdownToDocument(t0, t1) { this._markdown$_content = t0; this._listItemTypeStack = t1; @@ -114936,11 +117606,12 @@ this._imageAltText = this._markdown$_imageUrl = null; this._textStack = t0; }, - _extension_0__encodeLinkMarker_closure: function _extension_0__encodeLinkMarker_closure() { + AttributedTextMarkdownSerializer: function AttributedTextMarkdownSerializer() { + this._bufferCursor = this._markdown$_buffer = this._fullText = null; }, - _extension_0_toMarkdown_closure: function _extension_0_toMarkdown_closure(t0, t1) { - this._box_0 = t0; - this.buffer = t1; + AttributedTextMarkdownSerializer__encodeLinkMarker_closure: function AttributedTextMarkdownSerializer__encodeLinkMarker_closure() { + }, + _EmptyParagraphSyntax: function _EmptyParagraphSyntax() { }, GoogleOAuth_signIn(callback, isSilent) { var $async$goto = 0, @@ -115154,7 +117825,9 @@ return true; t2 = $.$get$navigatorKey(); t2.toString; - if (A._lateReadCheck(A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), type$.legacy_AppState).__Store__state, "_state").prefState.enableFlexibleSearch) { + t2 = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.prefState.enableFlexibleSearch) { t1.regExp = ""; new A.Runes(needle.toLowerCase()).forEach$1(0, new A.matchesString_closure(t1)); t1 = A.RegExp_RegExp(t1.regExp, true, false, false, false); @@ -115326,11 +117999,12 @@ this.$this = t0; }, loadEmailTemplate(body, context, invoice, onComplete, subject, template) { - var state, credentials, t2, t3, t4, t1 = {}; + var t2, credentials, t3, t4, t1 = {}; t1.subject = subject; t1.body = body; - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credentials = t2.get$credentials(t2); t2 = invoice == null; t3 = t2 ? null : invoice.entityType; t3 = A.S(t3 == null ? "" : t3); @@ -115377,7 +118051,7 @@ WebUtils_microsoftLogin(succesCallback, failureCallback) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - publicClientApp, t2, value, config, t1; + publicClientApp, value, config, t1; var $async$WebUtils_microsoftLogin = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -115392,8 +118066,8 @@ config.set$auth(0, new A.BrowserAuthOptions(t1)); publicClientApp = A.PublicClientApplication_PublicClientApplication(config); t1 = A.PopupRequest$(null); - t2 = A._setArrayType(["user.read"], type$.JSArray_legacy_String); - value = A._convertDataTree(t2); + value = A._setArrayType(["user.read"], type$.JSArray_legacy_String); + value = A.jsify(value); t1.scopes = value; publicClientApp.loginPopup$1(0, new A.PopupRequest(t1)).then$1$1(0, new A.WebUtils_microsoftLogin_closure(succesCallback), type$.Null).catchError$1(new A.WebUtils_microsoftLogin_closure0(failureCallback)); // implicit return @@ -115594,11 +118268,11 @@ this._box_0 = t0; this.destination = t1; }, - Document$0() { - var t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.BlockSyntax), - t2 = A.LinkedHashSet_LinkedHashSet$_empty(type$.InlineSyntax), - t3 = A._setArrayType([], type$.JSArray_BlockSyntax); - t1.addAll$1(0, t3); + Document$0(blockSyntaxes) { + var t3, + t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.BlockSyntax), + t2 = A.LinkedHashSet_LinkedHashSet$_empty(type$.InlineSyntax); + t1.addAll$1(0, blockSyntaxes == null ? A._setArrayType([], type$.JSArray_BlockSyntax) : blockSyntaxes); t3 = A._setArrayType([], type$.JSArray_InlineSyntax); t2.addAll$1(0, t3); t3 = $.$get$ExtensionSet_commonMark(); @@ -116125,7 +118799,7 @@ _convertMsalPromise$body(promise, $T, $async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], ex, t1, exception, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, ex, t1, exception, $async$exception; var $async$_convertMsalPromise = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -116338,7 +119012,7 @@ }, _FadeWidgetState: function _FadeWidgetState(t0, t1, t2) { var _ = this; - _.___FadeWidgetState_hideWidget = _.___FadeWidgetState_controller = _.___FadeWidgetState_opacity = $; + _.___FadeWidgetState_hideWidget_A = _.___FadeWidgetState_controller_A = _.___FadeWidgetState_opacity_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -116378,14 +119052,14 @@ _OctoImageState: function _OctoImageState(t0) { var _ = this; _._previousHandler = null; - _.___OctoImageState__imageHandler = $; + _.___OctoImageState__imageHandler_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; }, ImageHandler$(alignment, alwaysShowPlaceHolder, color, colorBlendMode, errorBuilder, fadeInCurve, fadeInDuration, fadeOutCurve, fadeOutDuration, filterQuality, fit, height, image, imageBuilder, matchTextDirection, placeholderBuilder, placeholderFadeInDuration, progressIndicatorBuilder, repeat, width) { var t1 = new A.ImageHandler(image, width, height, fit, alignment, repeat, false, color, colorBlendMode, filterQuality, imageBuilder, placeholderBuilder, progressIndicatorBuilder, errorBuilder, placeholderFadeInDuration, fadeOutDuration, fadeOutCurve, fadeInDuration, fadeInCurve, alwaysShowPlaceHolder); - t1.__ImageHandler__placeholderType = t1._definePlaceholderType$0(); + t1.__ImageHandler__placeholderType_A = t1._definePlaceholderType$0(); return t1; }, _PlaceholderType: function _PlaceholderType(t0, t1) { @@ -116404,7 +119078,7 @@ _.color = t7; _.colorBlendMode = t8; _.filterQuality = t9; - _.__ImageHandler__placeholderType = $; + _.__ImageHandler__placeholderType_A = $; _.imageBuilder = t10; _.placeholderBuilder = t11; _.progressIndicatorBuilder = t12; @@ -116450,12 +119124,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -116514,10 +119190,10 @@ }, _OverflowViewElement: function _OverflowViewElement(t0, t1, t2) { var _ = this; - _.__MultiChildRenderObjectElement__children = $; + _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -116754,9 +119430,9 @@ }, _PinputState: function _PinputState(t0, t1, t2, t3, t4, t5, t6) { var _ = this; - _.___PinputState_forcePressEnabled = $; + _.___PinputState_forcePressEnabled_A = $; _.editableTextKey = t0; - _.___PinputState__gestureDetectorBuilder = _.___PinputState__recentControllerValue = $; + _.___PinputState__gestureDetectorBuilder_F = _.___PinputState__recentControllerValue_A = $; _._pinput$_focusNode = _._pinput$_controller = null; _._pinput$_isHovering = false; _._smartAuth = _._validatorErrorText = null; @@ -116873,7 +119549,7 @@ }, _PinputCursorState: function _PinputCursorState(t0, t1, t2) { var _ = this; - _.___PinputCursorState__animationController = $; + _.___PinputCursorState__animationController_F = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -116977,7 +119653,7 @@ MethodChannelPrinting__handleMethod$body($call) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], job, format, bytes, e, s, t1, t2, t3, t4, t5, t6, t7, exception, completed, error, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, job, format, bytes, e, s, t1, t2, t3, t4, t5, t6, t7, exception, completed, error, $async$exception; var $async$MethodChannelPrinting__handleMethod = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -117252,12 +119928,12 @@ t2 = J.get$first$ax(pageFormats.get$values(pageFormats)); } else t2 = initialPageFormat; - t1.__PdfPreviewData__pageFormat = t2; + t1.__PdfPreviewData__pageFormat_A = t2; return t1; }, PdfPreviewData: function PdfPreviewData(t0, t1, t2) { var _ = this; - _.__PdfPreviewData__pageFormat = $; + _.__PdfPreviewData__pageFormat_A = $; _.buildDocument = t0; _._onComputeActualPageFormat = t1; _.ChangeNotifier__count = 0; @@ -117357,7 +120033,7 @@ _PdfPreviewState: function _PdfPreviewState(t0, t1) { var _ = this; _.previewWidget = t0; - _.___PdfPreviewState_previewData = $; + _.___PdfPreviewState_previewData_A = $; _.info = null; _.infoLoaded = false; _._widget = null; @@ -117771,7 +120447,7 @@ _QrImageViewState: function _QrImageViewState(t0) { var _ = this; _._qr = null; - _.___QrImageViewState_streamListener = _.___QrImageViewState__validationResult = $; + _.___QrImageViewState_streamListener_A = _.___QrImageViewState__validationResult_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -117799,7 +120475,7 @@ _.eyeStyle = t6; _.dataModuleStyle = t7; _._qr_painter$_qr = t8; - _.__QrPainter__calcVersion = _.__QrPainter__qrImage = $; + _.__QrPainter__calcVersion_F = _.__QrPainter__qrImage_A = $; _._paintCache = t9; _._repaint = t10; }, @@ -117808,7 +120484,7 @@ _.moduleCount = t0; _.containerSize = t1; _.gapSize = t2; - _.___PaintMetrics__inset = _.___PaintMetrics__innerContentSize = _.___PaintMetrics__pixelSize = $; + _.___PaintMetrics__inset_F = _.___PaintMetrics__innerContentSize_F = _.___PaintMetrics__pixelSize_F = $; }, QrCodeElement: function QrCodeElement(t0, t1) { this.index = t0; @@ -117890,7 +120566,7 @@ var _ = this; _.reducer = t0; _._changeController = t1; - _.__Store__dispatchers = _.__Store__state = $; + _.__Store__dispatchers_F = _.__Store__state_A = $; _.$ti = t2; }, Store__createReduceAndNotify_closure: function Store__createReduceAndNotify_closure(t0, t1) { @@ -117949,7 +120625,7 @@ }, RoundedLoadingButtonState: function RoundedLoadingButtonState(t0, t1, t2, t3) { var _ = this; - _.__RoundedLoadingButtonState__borderAnimation = _.__RoundedLoadingButtonState__bounceAnimation = _.__RoundedLoadingButtonState__squeezeAnimation = _.__RoundedLoadingButtonState__checkButtonControler = _.__RoundedLoadingButtonState__borderController = _.__RoundedLoadingButtonState__buttonController = $; + _.__RoundedLoadingButtonState__borderAnimation_A = _.__RoundedLoadingButtonState__bounceAnimation_A = _.__RoundedLoadingButtonState__squeezeAnimation_A = _.__RoundedLoadingButtonState__checkButtonControler_A = _.__RoundedLoadingButtonState__borderController_A = _.__RoundedLoadingButtonState__buttonController_A = $; _._rounded_loading_button$_state = t0; _.TickerProviderStateMixin__tickers = t1; _.TickerProviderStateMixin__tickerModeNotifier = t2; @@ -118201,6 +120877,22 @@ }, Breadcrumb: function Breadcrumb() { }, + SdkVersion$(integrations, $name, packages, version) { + var t2, + t1 = integrations == null ? [] : integrations; + t1 = A.List_List$from(t1, true, type$.String); + t2 = packages == null ? [] : packages; + return new A.SdkVersion($name, version, t1, A.List_List$from(t2, true, type$.SentryPackage)); + }, + SdkVersion: function SdkVersion(t0, t1, t2, t3) { + var _ = this; + _.name = t0; + _.version = t1; + _._integrations = t2; + _._packages = t3; + }, + SdkVersion_toJson_closure: function SdkVersion_toJson_closure() { + }, SentryLevel: function SentryLevel(t0) { this.name = t0; }, @@ -118218,22 +120910,23 @@ }, noOpLogger(level, message, exception, logger, stackTrace) { }, - SentryOptions: function SentryOptions(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + SentryOptions: function SentryOptions(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.dsn = t0; _.httpClient = t1; _._eventProcessors = t2; - _._integrations = t3; + _._sentry_options$_integrations = t3; _.diagnosticLevel = t4; _.environment = _.release = _.beforeSend = null; _._inAppExcludes = t5; _._inAppIncludes = t6; _.transport = t7; _.dist = null; - _.__SentryOptions_sdk = $; + _.__SentryOptions_sdk_A = $; _.platformChecker = t8; _.environmentVariables = t9; - _.__SentryOptions_stackTraceFactory = _.__SentryOptions_exceptionFactory = $; + _._scopeObservers = t10; + _.__SentryOptions_stackTraceFactory_AI = _.__SentryOptions_exceptionFactory_AI = _.__SentryOptions_recorder_AI = $; }, ISentrySpan: function ISentrySpan() { }, @@ -118285,7 +120978,7 @@ SharedPreferences_getInstance() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.SharedPreferences), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], completer, preferencesMap, e, sharedPrefsFuture, exception, t1, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, completer, preferencesMap, e, sharedPrefsFuture, exception, t1, $async$exception; var $async$SharedPreferences_getInstance = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -118888,15 +121581,18 @@ return t1; }, OnX__canRebuild(_this, inj) { - var _s19_ = "_reactiveModelState", - _s11_ = "__snapState", - t1 = A._lateReadCheck(inj.__InjectedBaseState__reactiveModelState, _s19_); + var t1 = inj.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.initializer.call$0(); - if (A._lateReadCheck(t1.__ReactiveModelBase___snapState, _s11_)._connectionState === B.ConnectionState_1) + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1._connectionState === B.ConnectionState_1) return _this._onWaiting != null; - t1 = A._lateReadCheck(inj.__InjectedBaseState__reactiveModelState, _s19_); + t1 = inj.__InjectedBaseState__reactiveModelState_A; t1.initializer.call$0(); - if (A._lateReadCheck(t1.__ReactiveModelBase___snapState, _s11_).error != null) + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.error != null) return _this._rm$_onError != null; return true; }, @@ -118916,8 +121612,8 @@ t1 = A.On_On(new A.RM_inject_closure(_null, inj, _null), type$.void); t1 = new A.InjectedImp(_null, t1, _null, _null, _null, _null, _null, _null, _null, 0, _null, A._setArrayType([], type$.JSArray_of_void_Function), A._setArrayType([null], type$.JSArray_of_nullable_dynamic_Function), A.LinkedHashSet_LinkedHashSet$_empty($T._eval$1("Injected<0>")), $T._eval$1("InjectedImp<0>")); t2 = new A.ReactiveModelBase(creator, t1.get$initialize(t1), true, _null, $T._eval$1("ReactiveModelBase<0>")); - t2.__ReactiveModelBase___snapState = t2.__ReactiveModelBase__oldSnapState = A.SnapState$_nothing(_null, "INITIALIZING...", _null, $T); - t1.__InjectedBaseState__reactiveModelState = t2; + t2.__ReactiveModelBase___snapState_A = t2.__ReactiveModelBase__oldSnapState_A = A.SnapState$_nothing(_null, "INITIALIZING...", _null, $T); + t1.__InjectedBaseState__reactiveModelState_A = t2; inj.set$finalLocalValue(t1); return t1; }, @@ -118954,7 +121650,7 @@ _._dependentDisposers = t11; _.cachedCreatorMocks = t12; _.inheritedInjects = t13; - _.__InjectedBaseState__reactiveModelState = _.__ReactiveModel_rebuild = $; + _.__InjectedBaseState__reactiveModelState_A = _.__ReactiveModel_rebuild_FI = $; _.$ti = t14; }, InjectedImp_initialize_closure: function InjectedImp_initialize_closure(t0, t1, t2) { @@ -118984,12 +121680,12 @@ _.creator = t0; _.initializer = t1; _.autoDisposeWhenNotUsed = t2; - _.__ReactiveModelBase__oldSnapState = _.__ReactiveModelBase___snapState = $; + _.__ReactiveModelBase__oldSnapState_A = _.__ReactiveModelBase___snapState_A = $; _._initialState = _._removeFromInjectedList = null; _._rm$_isInitialized = false; _._rm$_isDisposed = true; _._endStreamCompleter = _._rm$_completer = _.subscription = null; - _.__ReactiveModelBase_listeners = $; + _.__ReactiveModelBase_listeners_FI = $; _.debugPrintWhenNotifiedPreMessage = t3; _._initialStateCreator = null; _.$ti = t4; @@ -119088,9 +121784,9 @@ }, _StateBuilderBaseState: function _StateBuilderBaseState(t0, t1) { var _ = this; - _.___StateBuilderBaseState__builder = $; + _.___StateBuilderBaseState__builder_A = $; _._isMounted = false; - _.___StateBuilderBaseState_removeFromContextSet = $; + _.___StateBuilderBaseState_removeFromContextSet_A = $; _._widget = _.cachedAddToObs = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -119116,7 +121812,7 @@ _._framework$_state = t0; _._didChangeDependencies = false; _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; - _.__Element__depth = $; + _.__Element__depth_A = $; _._widget = t1; _._owner = null; _._lifecycleState = t2; @@ -119130,7 +121826,7 @@ OnBuilder: function OnBuilder(t0, t1, t2, t3, t4, t5) { var _ = this; _.listenTo = t0; - _.__OnBuilder_onBuilder = $; + _.__OnBuilder_onBuilder_F = $; _.sideEffects = t1; _.shouldRebuild = t2; _.debugPrintWhenRebuild = t3; @@ -119351,6 +122047,11 @@ MutableDocument_getNode_closure: function MutableDocument_getNode_closure(t0) { this.position = t0; }, + MutableDocument_getRangeBetween_closure: function MutableDocument_getRangeBetween_closure(t0, t1, t2) { + this.$this = t0; + this.position1 = t1; + this.position2 = t2; + }, _MutableDocument_Object_ChangeNotifier: function _MutableDocument_Object_ChangeNotifier() { }, DocumentComponent: function DocumentComponent() { @@ -119359,22 +122060,26 @@ this.id = t0; }, InspectDocumentAffinity_getAffinityBetween(_this, base, extent) { - var t2, baseIndex, extentIndex, affinity, - t1 = _this.getNode$1(base); + var t1, t2, baseIndex, extentNode, extentIndex, affinity, + _s30_ = "No such position in document: "; + if (_this.getNode$1(base) == null) + throw A.wrapException(A.Exception_Exception(_s30_ + A.S(base))); + t1 = _this.getNode$1(base); t1.toString; t2 = _this._nodes; baseIndex = B.JSArray_methods.indexOf$1(t2, t1); - t1 = _this.getNode$1(extent); - t1.toString; - extentIndex = B.JSArray_methods.indexOf$1(t2, t1); + extentNode = _this.getNode$1(extent); + if (extentNode == null) + throw A.wrapException(A.Exception_Exception(_s30_ + A.S(extent))); + extentIndex = B.JSArray_methods.indexOf$1(t2, extentNode); affinity = A._Cell$named("affinity"); if (extentIndex > baseIndex) affinity.__late_helper$_value = B.TextAffinity_1; else if (extentIndex < baseIndex) affinity.__late_helper$_value = B.TextAffinity_0; else { - t2 = base.nodePosition; - affinity.__late_helper$_value = J.$eq$(t2, t1.selectUpstreamPosition$2(t2, extent.nodePosition)) ? B.TextAffinity_1 : B.TextAffinity_0; + t1 = base.nodePosition; + affinity.__late_helper$_value = J.$eq$(t1, extentNode.selectUpstreamPosition$2(t1, extent.nodePosition)) ? B.TextAffinity_1 : B.TextAffinity_0; } return affinity._readLocal$0(); }, @@ -119445,14 +122150,6 @@ this.base = t0; this.extent = t1; }, - DocumentNodeSelection: function DocumentNodeSelection(t0, t1, t2, t3, t4) { - var _ = this; - _.nodeId = t0; - _.nodeSelection = t1; - _.isExtent = t2; - _.highlightWhenEmpty = t3; - _.$ti = t4; - }, EditContext: function EditContext(t0, t1, t2, t3) { var _ = this; _.editor = t0; @@ -119495,12 +122192,12 @@ LinkAttribution: function LinkAttribution(t0) { this.url = t0; }, - BlockquoteComponentViewModel$(backgroundColor, borderRadius, caret, caretColor, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, text, textAlignment, textDirection, textStyleBuilder) { - return new A.BlockquoteComponentViewModel(text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, caret, caretColor, highlightWhenEmpty, backgroundColor, borderRadius, nodeId, maxWidth, padding); + BlockquoteComponentViewModel$(backgroundColor, borderRadius, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, text, textAlignment, textDirection, textStyleBuilder) { + return new A.BlockquoteComponentViewModel(text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, highlightWhenEmpty, backgroundColor, borderRadius, nodeId, maxWidth, padding); }, BlockquoteComponentBuilder: function BlockquoteComponentBuilder() { }, - BlockquoteComponentViewModel: function BlockquoteComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + BlockquoteComponentViewModel: function BlockquoteComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.text = t0; _.textStyleBuilder = t1; @@ -119508,16 +122205,14 @@ _.textAlignment = t3; _.selection = t4; _.selectionColor = t5; - _.caret = t6; - _.caretColor = t7; - _.highlightWhenEmpty = t8; - _.backgroundColor = t9; - _.borderRadius = t10; - _.nodeId = t11; - _.maxWidth = t12; - _.padding = t13; + _.highlightWhenEmpty = t6; + _.backgroundColor = t7; + _.borderRadius = t8; + _.nodeId = t9; + _.maxWidth = t10; + _.padding = t11; }, - BlockquoteComponent: function BlockquoteComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + BlockquoteComponent: function BlockquoteComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.textKey = t0; _.text = t1; @@ -119526,10 +122221,8 @@ _.selectionColor = t4; _.backgroundColor = t5; _.borderRadius = t6; - _.showCaret = t7; - _.caretColor = t8; - _.highlightWhenEmpty = t9; - _.key = t10; + _.highlightWhenEmpty = t7; + _.key = t8; }, _BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure: function _BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure(t0) { this.styles = t0; @@ -119547,14 +122240,12 @@ this._debugLifecycleState = t0; this._framework$_element = null; }, - SelectableBox: function SelectableBox(t0, t1, t2, t3, t4, t5) { + SelectableBox: function SelectableBox(t0, t1, t2, t3) { var _ = this; _.selection = t0; _.selectionColor = t1; - _.showCaret = t2; - _.caretColor = t3; - _.child = t4; - _.key = t5; + _.child = t2; + _.key = t3; }, __BoxComponentState_State_DocumentComponent: function __BoxComponentState_State_DocumentComponent() { }, @@ -119662,40 +122353,80 @@ this._pastePosition = t1; this._common_editor_operations$_composer = t2; }, - _PasteEditorCommand_execute_closure: function _PasteEditorCommand_execute_closure() { + _PasteEditorCommand__convertLinesToParagraphs_closure: function _PasteEditorCommand__convertLinesToParagraphs_closure() { + }, + CaretDocumentOverlay: function CaretDocumentOverlay(t0, t1, t2, t3) { + var _ = this; + _.composer = t0; + _.documentLayoutResolver = t1; + _.caretStyle = t2; + _.key = t3; + }, + _CaretDocumentOverlayState: function _CaretDocumentOverlayState(t0, t1, t2, t3) { + var _ = this; + _._caret = t0; + _.___CaretDocumentOverlayState__blinkController_F = $; + _._previousConstraints = null; + _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; + _._widget = null; + _._debugLifecycleState = t3; + _._framework$_element = null; + }, + _CaretDocumentOverlayState__onSelectionChange_closure: function _CaretDocumentOverlayState__onSelectionChange_closure(t0) { + this.$this = t0; + }, + _CaretDocumentOverlayState_build_closure: function _CaretDocumentOverlayState_build_closure(t0) { + this.$this = t0; + }, + _CaretDocumentOverlayState_build__closure: function _CaretDocumentOverlayState_build__closure(t0, t1) { + this.$this = t0; + this.caret = t1; + }, + _CaretDocumentOverlayState_build___closure: function _CaretDocumentOverlayState_build___closure(t0) { + this.$this = t0; + }, + _CaretDocumentOverlayState_build___closure0: function _CaretDocumentOverlayState_build___closure0(t0) { + this.$this = t0; + }, + __CaretDocumentOverlayState_State_SingleTickerProviderStateMixin: function __CaretDocumentOverlayState_State_SingleTickerProviderStateMixin() { }, AxisOffset: function AxisOffset(t0, t1) { this.leading = t0; this.trailing = t1; }, - DocumentMouseInteractor: function DocumentMouseInteractor(t0, t1, t2, t3, t4, t5, t6) { + DocumentMouseInteractor: function DocumentMouseInteractor(t0, t1, t2, t3, t4, t5) { var _ = this; _.focusNode = t0; _.editContext = t1; - _.scrollController = t2; + _.autoScroller = t2; _.showDebugPaint = t3; - _.scrollingMinimapId = t4; - _.child = t5; - _.key = t6; + _.child = t4; + _.key = t5; }, - _DocumentMouseInteractorState: function _DocumentMouseInteractorState(t0, t1, t2, t3, t4, t5) { + _DocumentMouseInteractorState: function _DocumentMouseInteractorState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _._documentWrapperKey = t0; - _.___DocumentMouseInteractorState__scrollController = _.___DocumentMouseInteractorState__focusNode = $; - _._document_gestures_mouse$_ancestorScrollPosition = null; + _.___DocumentMouseInteractorState__focusNode_A = $; _._document_gestures_mouse$_selectionType = t1; - _._hasAncestorScrollable = false; - _._dragEndInDoc = _._document_gestures_mouse$_dragEndInInteractor = _._document_gestures_mouse$_dragStartScrollOffset = _._document_gestures_mouse$_dragStartInDoc = null; - _._document_gestures_mouse$_scrollDownOnTick = _._document_gestures_mouse$_scrollUpOnTick = _._expandSelectionDuringDrag = false; - _.___DocumentMouseInteractorState__ticker = $; - _._cursorStyle = t2; - _._debugInstrumentation = null; - _.SingleTickerProviderStateMixin__ticker = t3; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; + _._dragEndGlobal = _._dragStartGlobal = null; + _._expandSelectionDuringDrag = false; + _.DocumentSelectionOnFocusMixin__previousSelection = t2; + _.DocumentSelectionOnFocusMixin__focusNode = t3; + _.DocumentSelectionOnFocusMixin__composer = t4; + _.DocumentSelectionOnFocusMixin__getDocumentLayout = t5; + _.SingleTickerProviderStateMixin__ticker = t6; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t7; _._widget = null; - _._debugLifecycleState = t5; + _._debugLifecycleState = t8; _._framework$_element = null; }, + _DocumentMouseInteractorState_initState_closure: function _DocumentMouseInteractorState_initState_closure(t0) { + this.$this = t0; + }, + _DocumentMouseInteractorState_didUpdateWidget_closure: function _DocumentMouseInteractorState_didUpdateWidget_closure(t0) { + this.$this = t0; + }, _DocumentMouseInteractorState__onSelectionChange_closure: function _DocumentMouseInteractorState__onSelectionChange_closure(t0) { this.$this = t0; }, @@ -119706,9 +122437,6 @@ _DocumentMouseInteractorState__onDragEnd_closure: function _DocumentMouseInteractorState__onDragEnd_closure(t0) { this.$this = t0; }, - _DocumentMouseInteractorState__buildCursorStyle_closure: function _DocumentMouseInteractorState__buildCursorStyle_closure(t0) { - this.$this = t0; - }, _DocumentMouseInteractorState__buildGestureInput_closure: function _DocumentMouseInteractorState__buildGestureInput_closure() { }, _DocumentMouseInteractorState__buildGestureInput_closure0: function _DocumentMouseInteractorState__buildGestureInput_closure0(t0) { @@ -119725,6 +122453,8 @@ }, __DocumentMouseInteractorState_State_SingleTickerProviderStateMixin: function __DocumentMouseInteractorState_State_SingleTickerProviderStateMixin() { }, + __DocumentMouseInteractorState_State_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin: function __DocumentMouseInteractorState_State_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin() { + }, ScrollableDocument: function ScrollableDocument(t0, t1, t2, t3, t4) { var _ = this; _.scrollController = t0; @@ -119744,32 +122474,38 @@ }, _MagnifierAndToolbarController_Object_ChangeNotifier: function _MagnifierAndToolbarController_Object_ChangeNotifier() { }, - AndroidDocumentTouchInteractor: function AndroidDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + AndroidDocumentTouchInteractor: function AndroidDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.focusNode = t0; _.composer = t1; _.document = t2; _.documentKey = t3; _.getDocumentLayout = t4; - _.scrollController = t5; - _.popoverToolbarBuilder = t6; - _.createOverlayControlsClipper = t7; - _.child = t8; - _.key = t9; + _.commonOps = t5; + _.scrollController = t6; + _.handleColor = t7; + _.popoverToolbarBuilder = t8; + _.createOverlayControlsClipper = t9; + _.child = t10; + _.key = t11; }, - _AndroidDocumentTouchInteractorState: function _AndroidDocumentTouchInteractorState(t0, t1, t2, t3, t4) { + _AndroidDocumentTouchInteractorState: function _AndroidDocumentTouchInteractorState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.___AndroidDocumentTouchInteractorState__scrollController = $; + _.___AndroidDocumentTouchInteractorState__scrollController_A = $; _._document_gestures_touch_android$_controlsOverlayEntry = _._document_gestures_touch_android$_activeScrollPosition = _._document_gestures_touch_android$_ancestorScrollPosition = null; - _.___AndroidDocumentTouchInteractorState__editingController = $; + _.___AndroidDocumentTouchInteractorState__editingController_A = $; _._document_gestures_touch_android$_documentLayoutLink = t0; _._document_gestures_touch_android$_magnifierFocalPointLink = t1; - _.___AndroidDocumentTouchInteractorState__handleAutoScrolling = $; + _.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A = $; _._selectionType = _._document_gestures_touch_android$_dragEndInInteractor = _._document_gestures_touch_android$_globalDragOffset = _._document_gestures_touch_android$_dragStartScrollOffset = _._document_gestures_touch_android$_startDragPositionOffset = _._document_gestures_touch_android$_dragStartInDoc = _._document_gestures_touch_android$_globalStartDragOffset = null; - _.SingleTickerProviderStateMixin__ticker = t2; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; + _.DocumentSelectionOnFocusMixin__previousSelection = t2; + _.DocumentSelectionOnFocusMixin__focusNode = t3; + _.DocumentSelectionOnFocusMixin__composer = t4; + _.DocumentSelectionOnFocusMixin__getDocumentLayout = t5; + _.SingleTickerProviderStateMixin__ticker = t6; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t7; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t8; _._framework$_element = null; }, _AndroidDocumentTouchInteractorState_initState_closure: function _AndroidDocumentTouchInteractorState_initState_closure(t0) { @@ -119841,7 +122577,7 @@ _._document_gestures_touch_android$_downstreamHandleKey = t2; _._isDraggingHandle = _._isDraggingExpandedHandle = false; _._localDragOffset = null; - _.___AndroidDocumentTouchEditingControlsState__caretBlinkController = $; + _.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A = $; _._document_gestures_touch_android$_prevCaretOffset = null; _.SingleTickerProviderStateMixin__ticker = t3; _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; @@ -119890,34 +122626,42 @@ }, __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin: function __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin() { }, - IOSDocumentTouchInteractor: function IOSDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin: function __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin() { + }, + IOSDocumentTouchInteractor: function IOSDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _.focusNode = t0; _.composer = t1; _.document = t2; _.documentKey = t3; _.getDocumentLayout = t4; - _.scrollController = t5; - _.popoverToolbarBuilder = t6; - _.floatingCursorController = t7; - _.createOverlayControlsClipper = t8; - _.child = t9; - _.key = t10; + _.commonOps = t5; + _.scrollController = t6; + _.handleColor = t7; + _.popoverToolbarBuilder = t8; + _.floatingCursorController = t9; + _.createOverlayControlsClipper = t10; + _.child = t11; + _.key = t12; }, - _IOSDocumentTouchInteractorState: function _IOSDocumentTouchInteractorState(t0, t1, t2, t3, t4) { + _IOSDocumentTouchInteractorState: function _IOSDocumentTouchInteractorState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.___IOSDocumentTouchInteractorState__scrollController = $; + _.___IOSDocumentTouchInteractorState__scrollController_A = $; _._controlsOverlayEntry = _._activeScrollPosition = _._ancestorScrollPosition = null; - _.___IOSDocumentTouchInteractorState__editingController = $; + _.___IOSDocumentTouchInteractorState__editingController_A = $; _._documentLayerLink = t0; _._document_gestures_touch_ios$_magnifierFocalPointLink = t1; - _.___IOSDocumentTouchInteractorState__handleAutoScrolling = $; + _.___IOSDocumentTouchInteractorState__handleAutoScrolling_A = $; _._dragHandleType = _._dragMode = _._dragEndInInteractor = _._globalDragOffset = _._dragStartScrollOffset = _._startDragPositionOffset = _._dragStartInDoc = _._globalStartDragOffset = null; _._waitingForMoreTaps = false; - _.SingleTickerProviderStateMixin__ticker = t2; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; + _.DocumentSelectionOnFocusMixin__previousSelection = t2; + _.DocumentSelectionOnFocusMixin__focusNode = t3; + _.DocumentSelectionOnFocusMixin__composer = t4; + _.DocumentSelectionOnFocusMixin__getDocumentLayout = t5; + _.SingleTickerProviderStateMixin__ticker = t6; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t7; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t8; _._framework$_element = null; }, _IOSDocumentTouchInteractorState_initState_closure: function _IOSDocumentTouchInteractorState_initState_closure(t0) { @@ -120003,7 +122747,7 @@ _._collapsedHandleKey = t0; _._upstreamHandleKey = t1; _._downstreamHandleKey = t2; - _.___IosDocumentTouchEditingControlsState__caretBlinkController = $; + _.___IosDocumentTouchEditingControlsState__caretBlinkController_A = $; _._prevCaretOffset = null; _._isShowingFloatingCursor = t3; _._floatingCursorKey = t4; @@ -120049,6 +122793,8 @@ }, __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin: function __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin() { }, + __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin: function __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin() { + }, __IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin: function __IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin() { }, DocumentImeSerializer$(_doc, _selection) { @@ -120071,10 +122817,10 @@ }, _DocumentImeInteractorState: function _DocumentImeInteractorState(t0, t1) { var _ = this; - _.___DocumentImeInteractorState__focusNode = $; + _.___DocumentImeInteractorState__focusNode_A = $; _._inputConnection = null; _._currentTextEditingValue = t0; - _._lastTextEditingValueSentToOs = null; + _._lastTextEditingValueSentToOs = _._currentImeSerialization = null; _._isApplyingDeltas = false; _._widget = null; _._debugLifecycleState = t1; @@ -120093,7 +122839,7 @@ _._imeRangesToDocTextNodes = t2; _._docTextNodesToImeRanges = t3; _._selectedNodes = t4; - _.__DocumentImeSerializer__imeText = $; + _.__DocumentImeSerializer__imeText_A = $; _._prependedPlaceholder = ""; }, ImeConfiguration: function ImeConfiguration() { @@ -120127,6 +122873,59 @@ this.index = t0; this._core$_name = t1; }, + DocumentScrollable: function DocumentScrollable(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.autoScroller = t0; + _.scrollingMinimapId = t1; + _.showDebugPaint = t2; + _.scrollController = t3; + _.child = t4; + _.key = t5; + }, + _DocumentScrollableState: function _DocumentScrollableState(t0, t1, t2) { + var _ = this; + _.___DocumentScrollableState__scrollController_A = $; + _._debugInstrumentation = _._document_scrollable$_ancestorScrollPosition = null; + _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; + _._widget = null; + _._debugLifecycleState = t2; + _._framework$_element = null; + }, + _DocumentScrollableState_initState_closure: function _DocumentScrollableState_initState_closure(t0) { + this.$this = t0; + }, + _DocumentScrollableState_initState__closure: function _DocumentScrollableState_initState__closure(t0) { + this.$this = t0; + }, + _DocumentScrollableState_initState__closure0: function _DocumentScrollableState_initState__closure0(t0) { + this.$this = t0; + }, + _DocumentScrollableState_didUpdateWidget_closure: function _DocumentScrollableState_didUpdateWidget_closure(t0) { + this.$this = t0; + }, + _DocumentScrollableState_didUpdateWidget_closure0: function _DocumentScrollableState_didUpdateWidget_closure0(t0) { + this.$this = t0; + }, + AutoScrollController: function AutoScrollController(t0) { + var _ = this; + _._document_scrollable$_getScrollPosition = _._getViewport = _._document_scrollable$_ticker = null; + _._isAutoScrollingEnabled = false; + _._autoScrollGlobalRegion = _._autoScrollingStartOffset = null; + _.ChangeNotifier__count = _._deltaWhileAutoScrolling = 0; + _.ChangeNotifier__listeners = t0; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, + _AutoScrollController_Object_ChangeNotifier: function _AutoScrollController_Object_ChangeNotifier() { + }, + __DocumentScrollableState_State_SingleTickerProviderStateMixin: function __DocumentScrollableState_State_SingleTickerProviderStateMixin() { + }, + DocumentSelectionOnFocusMixin: function DocumentSelectionOnFocusMixin() { + }, + DocumentSelectionOnFocusMixin__onFocusChange_closure: function DocumentSelectionOnFocusMixin__onFocusChange_closure(t0) { + this.$this = t0; + }, HorizontalRuleNode$(id) { var t1 = new A.HorizontalRuleNode(id, $.$get$ChangeNotifier__emptyListeners(), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic)); t1.putMetadataValue$2("blockType", B.NamedAttribution_horizontalRule); @@ -120153,14 +122952,12 @@ _.maxWidth = t5; _.padding = t6; }, - HorizontalRuleComponent: function HorizontalRuleComponent(t0, t1, t2, t3, t4, t5) { + HorizontalRuleComponent: function HorizontalRuleComponent(t0, t1, t2, t3) { var _ = this; _.componentKey = t0; _.selectionColor = t1; _.selection = t2; - _.caretColor = t3; - _.showCaret = t4; - _.key = t5; + _.key = t3; }, _HorizontalRuleNode_BlockNode_ChangeNotifier: function _HorizontalRuleNode_BlockNode_ChangeNotifier() { }, @@ -120183,26 +122980,22 @@ }, ImageComponentBuilder: function ImageComponentBuilder() { }, - ImageComponentViewModel: function ImageComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7) { + ImageComponentViewModel: function ImageComponentViewModel(t0, t1, t2, t3, t4, t5) { var _ = this; _.imageUrl = t0; _.selection = t1; _.selectionColor = t2; - _.caret = t3; - _.caretColor = t4; - _.nodeId = t5; - _.maxWidth = t6; - _.padding = t7; + _.nodeId = t3; + _.maxWidth = t4; + _.padding = t5; }, - ImageComponent: function ImageComponent(t0, t1, t2, t3, t4, t5, t6) { + ImageComponent: function ImageComponent(t0, t1, t2, t3, t4) { var _ = this; _.componentKey = t0; _.imageUrl = t1; _.selectionColor = t2; _.selection = t3; - _.caretColor = t4; - _.showCaret = t5; - _.key = t6; + _.key = t4; }, _ImageNode_BlockNode_ChangeNotifier: function _ImageNode_BlockNode_ChangeNotifier() { }, @@ -120215,7 +123008,7 @@ var _ = this; _._nodeIdsToComponentKeys = t0; _._topToBottomComponentKeys = t1; - _.___SingleColumnDocumentLayoutState__presenterListener = $; + _.___SingleColumnDocumentLayoutState__presenterListener_A = $; _._widget = null; _._debugLifecycleState = t2; _._framework$_element = null; @@ -120237,6 +123030,9 @@ _SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0: function _SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0(t0) { this.componentKey = t0; }, + _SingleColumnDocumentLayoutState_findLastSelectablePosition_closure: function _SingleColumnDocumentLayoutState_findLastSelectablePosition_closure(t0) { + this.componentKey = t0; + }, _SingleColumnDocumentLayoutState__buildDocComponents_closure: function _SingleColumnDocumentLayoutState__buildDocComponents_closure(t0, t1) { this.$this = t0; this.componentKey = t1; @@ -120252,7 +123048,7 @@ }, _PresenterComponentBuilderState: function _PresenterComponentBuilderState(t0) { var _ = this; - _.___PresenterComponentBuilderState__presenterListener = $; + _.___PresenterComponentBuilderState__presenterListener_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -120267,7 +123063,7 @@ _.key = t3; }, noStyleBuilder(attributions) { - return B.TextStyle_zIQ0; + return B.TextStyle_SVP0; }, SingleColumnLayoutViewModel$(componentViewModels, padding) { var t1 = new A.SingleColumnLayoutViewModel(padding, componentViewModels, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.SingleColumnLayoutComponentViewModel)); @@ -120285,7 +123081,7 @@ _._pipeline = t2; _._phaseViewModels = t3; _._earliestDirtyPhase = 0; - _.__SingleColumnLayoutPresenter__viewModel = $; + _.__SingleColumnLayoutPresenter__viewModel_A = $; _.__presenter$_listeners = t4; }, SingleColumnLayoutPresenter__assemblePipeline_closure: function SingleColumnLayoutPresenter__assemblePipeline_closure(t0, t1) { @@ -120335,6 +123131,14 @@ SingleColumnLayoutSelectionStyler__computeNodeSelection_closure: function SingleColumnLayoutSelectionStyler__computeNodeSelection_closure(t0) { this.node = t0; }, + DocumentNodeSelection: function DocumentNodeSelection(t0, t1, t2, t3, t4) { + var _ = this; + _.nodeId = t0; + _.nodeSelection = t1; + _.isExtent = t2; + _.highlightWhenEmpty = t3; + _.$ti = t4; + }, ListItemNode$ordered(id, indent, text) { var t1 = new A.ListItemNode(B.ListItemType_0, indent, id, text, $.$get$ChangeNotifier__emptyListeners(), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic)); t1.TextNode$3$id$metadata$text(id, null, text); @@ -120352,8 +123156,8 @@ t1.TextNode$3$id$metadata$text(id, null, text); return t1; }, - ListItemComponentViewModel$(caret, caretColor, indent, maxWidth, nodeId, ordinalValue, padding, selection, selectionColor, text, textDirection, textStyleBuilder, type) { - return new A.ListItemComponentViewModel(type, ordinalValue, indent, text, textStyleBuilder, textDirection, selection, selectionColor, caret, caretColor, nodeId, maxWidth, padding); + ListItemComponentViewModel$(indent, maxWidth, nodeId, ordinalValue, padding, selection, selectionColor, text, textDirection, textStyleBuilder, type) { + return new A.ListItemComponentViewModel(type, ordinalValue, indent, text, textStyleBuilder, textDirection, selection, selectionColor, nodeId, maxWidth, padding); }, _defaultUnorderedListItemDotBuilder(context, component) { var _null = null; @@ -120432,7 +123236,7 @@ }, ListItemComponentBuilder: function ListItemComponentBuilder() { }, - ListItemComponentViewModel: function ListItemComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + ListItemComponentViewModel: function ListItemComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.type = t0; _.ordinalValue = t1; @@ -120442,14 +123246,12 @@ _.textDirection = t5; _.selection = t6; _.selectionColor = t7; - _.caret = t8; - _.caretColor = t9; _.highlightWhenEmpty = false; - _.nodeId = t10; - _.maxWidth = t11; - _.padding = t12; + _.nodeId = t8; + _.maxWidth = t9; + _.padding = t10; }, - UnorderedListItemComponent: function UnorderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + UnorderedListItemComponent: function UnorderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.textKey = t0; _.text = t1; @@ -120457,12 +123259,10 @@ _.indent = t3; _.textSelection = t4; _.selectionColor = t5; - _.showCaret = t6; - _.caretColor = t7; - _.highlightWhenEmpty = t8; - _.key = t9; + _.highlightWhenEmpty = t6; + _.key = t7; }, - OrderedListItemComponent: function OrderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + OrderedListItemComponent: function OrderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.textKey = t0; _.listIndex = t1; @@ -120471,10 +123271,8 @@ _.indent = t4; _.textSelection = t5; _.selectionColor = t6; - _.showCaret = t7; - _.caretColor = t8; - _.highlightWhenEmpty = t9; - _.key = t10; + _.highlightWhenEmpty = t7; + _.key = t8; }, IndentListItemCommand: function IndentListItemCommand(t0) { this.nodeId = t0; @@ -120516,8 +123314,8 @@ t2.putMetadataValue$2(_s9_, B.NamedAttribution_paragraph); return t2; }, - ParagraphComponentViewModel$(blockType, caret, caretColor, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, text, textAlignment, textDirection, textStyleBuilder) { - return new A.ParagraphComponentViewModel(blockType, text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, caret, caretColor, highlightWhenEmpty, nodeId, maxWidth, padding); + ParagraphComponentViewModel$(blockType, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, text, textAlignment, textDirection, textStyleBuilder) { + return new A.ParagraphComponentViewModel(blockType, text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, highlightWhenEmpty, nodeId, maxWidth, padding); }, anyCharacterToInsertInParagraph(editContext, keyEvent) { var t2, t3, character, didInsertCharacter, @@ -120548,8 +123346,7 @@ character.toString; if (A.LogicalKeyboardKey_isControlCharacter(character) || A.IsArrowKeyExtension_get_isArrowKeyPressed(keyEvent)) return B.ExecutionInstruction_0; - t2 = J.containsKey$1$x(B.Set_UOWB._collection$_map, character); - if (t2) + if (A.isKeyEventCharacterBlacklisted(character) && character !== "Tab") return B.ExecutionInstruction_0; if (character === "Tab") character = " "; @@ -120594,7 +123391,7 @@ }, ParagraphComponentBuilder: function ParagraphComponentBuilder() { }, - ParagraphComponentViewModel: function ParagraphComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + ParagraphComponentViewModel: function ParagraphComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.blockType = t0; _.text = t1; @@ -120603,12 +123400,10 @@ _.textAlignment = t4; _.selection = t5; _.selectionColor = t6; - _.caret = t7; - _.caretColor = t8; - _.highlightWhenEmpty = t9; - _.nodeId = t10; - _.maxWidth = t11; - _.padding = t12; + _.highlightWhenEmpty = t7; + _.nodeId = t8; + _.maxWidth = t9; + _.padding = t10; }, CombineParagraphsCommand: function CombineParagraphsCommand(t0, t1) { this.firstNodeId = t0; @@ -120638,7 +123433,7 @@ }, defaultStyleBuilder(attributions) { var t1, t2, newStyle, t3, t4; - for (t1 = attributions.get$iterator(attributions), t2 = type$.JSArray_TextDecoration, newStyle = B.TextStyle_zIQ; t1.moveNext$0();) { + for (t1 = attributions.get$iterator(attributions), t2 = type$.JSArray_TextDecoration, newStyle = B.TextStyle_SVP; t1.moveNext$0();) { t3 = t1.get$current(t1); t4 = J.getInterceptor$(t3); if (t4.$eq(t3, B.NamedAttribution_bold)) @@ -120673,30 +123468,38 @@ _.keyboardActions = t12; _.key = t13; }, - _SuperEditorState: function _SuperEditorState(t0, t1) { + SuperEditorState: function SuperEditorState(t0, t1) { var _ = this; - _.___SuperEditorState__docLayoutKey = $; + _.__SuperEditorState__docLayoutKey_A = $; _._docLayoutPresenter = null; - _.___SuperEditorState__composer = _.___SuperEditorState__focusNode = _.___SuperEditorState__docLayoutSelectionStyler = _.___SuperEditorState__docLayoutPerComponentBlockStyler = _.___SuperEditorState__docStylesheetStyler = $; + _.__SuperEditorState__autoScrollController_A = _.__SuperEditorState__composer_A = _.__SuperEditorState__focusNode_A = _.__SuperEditorState__docLayoutSelectionStyler_A = _.__SuperEditorState__docLayoutPerComponentBlockStyler_A = _.__SuperEditorState__docStylesheetStyler_A = $; _._previousSelectionExtent = null; - _.___SuperEditorState__softwareKeyboardHandler = _.___SuperEditorState__editContext = $; + _.__SuperEditorState__softwareKeyboardHandler_A = _.__SuperEditorState_editContext_A = $; _._floatingCursorController = t0; _._widget = null; _._debugLifecycleState = t1; _._framework$_element = null; }, - _SuperEditorState__createEditContext_closure: function _SuperEditorState__createEditContext_closure(t0) { + SuperEditorState__createEditContext_closure: function SuperEditorState__createEditContext_closure(t0) { this.$this = t0; }, - _SuperEditorState__createEditContext_closure0: function _SuperEditorState__createEditContext_closure0(t0) { + SuperEditorState__createEditContext_closure0: function SuperEditorState__createEditContext_closure0(t0) { this.$this = t0; }, - _SuperEditorState__buildGestureSystem_closure: function _SuperEditorState__buildGestureSystem_closure(t0) { + SuperEditorState__updateComposerPreferencesAtSelection_closure: function SuperEditorState__updateComposerPreferencesAtSelection_closure() { + }, + SuperEditorState__updateComposerPreferencesAtSelection_closure0: function SuperEditorState__updateComposerPreferencesAtSelection_closure0() { + }, + SuperEditorState__buildGestureSystem_closure: function SuperEditorState__buildGestureSystem_closure(t0) { this.$this = t0; }, - _SuperEditorState__buildGestureSystem_closure0: function _SuperEditorState__buildGestureSystem_closure0(t0) { + SuperEditorState__buildGestureSystem_closure0: function SuperEditorState__buildGestureSystem_closure0(t0) { this.$this = t0; }, + SuperEditorState__buildDesktopGestureSystem_closure: function SuperEditorState__buildDesktopGestureSystem_closure(t0, t1) { + this.$this = t0; + this.documentLayout = t1; + }, DocumentInputSource: function DocumentInputSource(t0, t1) { this.index = t0; this._core$_name = t1; @@ -120707,6 +123510,11 @@ }, DebugPaintConfig: function DebugPaintConfig() { }, + DefaultCaretOverlayBuilder: function DefaultCaretOverlayBuilder() { + }, + DefaultCaretOverlayBuilder_build_closure: function DefaultCaretOverlayBuilder_build_closure(t0) { + this.editContext = t0; + }, defaultStylesheet_closure: function defaultStylesheet_closure() { }, defaultStylesheet_closure0: function defaultStylesheet_closure0() { @@ -120727,6 +123535,8 @@ }, defaultStylesheet_closure8: function defaultStylesheet_closure8() { }, + defaultStylesheet_closure9: function defaultStylesheet_closure9() { + }, DocumentSelectionWithText_doesSelectedTextContainAttributions(_this, selection, attributions) { var nodeRange, t3, t4, t5, t6, _i, textNode, baseOffset, extentOffset, t7, startOffset, endOffset, t1 = selection.base, @@ -120757,6 +123567,20 @@ } return false; }, + Words_calculateAllWordBoundaries(_this) { + var t1, offset, textSelection, + textSelections = A._setArrayType([], type$.JSArray_TextRange); + for (t1 = _this.length, offset = 0; offset < t1;) { + if (_this[offset] === " ") { + ++offset; + continue; + } + textSelection = A.expandPositionToWord(_this, new A.TextPosition(offset, B.TextAffinity_1)); + textSelections.push(textSelection); + offset += textSelection.end - textSelection.start + 1; + } + return textSelections; + }, TextNodeSelection$fromTextSelection(textSelection) { var t1 = textSelection.baseOffset, t2 = textSelection.extentOffset, @@ -120765,8 +123589,13 @@ t3 = t3 ? t2 : t1; return new A.TextNodeSelection(t1, t2, textSelection.affinity, textSelection.isDirectional, t4, t3); }, - TextComponent$(caretColor, highlightWhenEmpty, key, metadata, selectionColor, showCaret, showDebugPaint, text, textAlign, textDirection, textSelection, textStyleBuilder) { - return new A.TextComponent(text, textAlign, textDirection, textStyleBuilder, metadata, textSelection, selectionColor, showCaret, caretColor, highlightWhenEmpty, key); + TextNodeSelection$(baseOffset, extentOffset) { + var t1 = baseOffset < extentOffset, + t2 = t1 ? baseOffset : extentOffset; + return new A.TextNodeSelection(baseOffset, extentOffset, B.TextAffinity_1, false, t2, t1 ? extentOffset : baseOffset); + }, + TextComponent$(highlightWhenEmpty, key, metadata, selectionColor, showDebugPaint, text, textAlign, textDirection, textSelection, textStyleBuilder) { + return new A.TextComponent(text, textAlign, textDirection, textStyleBuilder, metadata, textSelection, selectionColor, highlightWhenEmpty, key); }, anyCharacterToInsertInTextContent(editContext, keyEvent) { var character, @@ -120802,8 +123631,7 @@ t1.toString; if (A.LogicalKeyboardKey_isControlCharacter(t1) || A.IsArrowKeyExtension_get_isArrowKeyPressed(keyEvent)) return B.ExecutionInstruction_0; - t2 = J.containsKey$1$x(B.Set_UOWB._collection$_map, t1); - if (t2) + if (A.isKeyEventCharacterBlacklisted(t1) && t1 !== "Tab") return B.ExecutionInstruction_0; if (t1 === "Tab") character = " "; @@ -120849,7 +123677,7 @@ }, TextComponentViewModel: function TextComponentViewModel() { }, - TextComponent: function TextComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + TextComponent: function TextComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.text = t0; _.textAlign = t1; @@ -120858,12 +123686,10 @@ _.metadata = t4; _.textSelection = t5; _.selectionColor = t6; - _.showCaret = t7; - _.caretColor = t8; - _.highlightWhenEmpty = t9; - _.key = t10; + _.highlightWhenEmpty = t7; + _.key = t8; }, - _TextComponentState: function _TextComponentState(t0, t1) { + TextComponentState: function TextComponentState(t0, t1) { var _ = this; _._textKey = t0; _._widget = null; @@ -120882,9 +123708,13 @@ this.textToInsert = t1; this.attributions = t2; }, - _TextNode_DocumentNode_ChangeNotifier: function _TextNode_DocumentNode_ChangeNotifier() { + InsertAttributedTextCommand: function InsertAttributedTextCommand(t0, t1) { + this.documentPosition = t0; + this.textToInsert = t1; }, - __TextComponentState_State_DocumentComponent: function __TextComponentState_State_DocumentComponent() { + _TextComponentState_State_DocumentComponent: function _TextComponentState_State_DocumentComponent() { + }, + _TextNode_DocumentNode_ChangeNotifier: function _TextNode_DocumentNode_ChangeNotifier() { }, UnknownComponentBuilder: function UnknownComponentBuilder() { }, @@ -120916,7 +123746,7 @@ }, AutoScroller$(vsync) { var t1 = new A.AutoScroller(); - t1.__AutoScroller__ticker = vsync.createTicker$1(t1.get$__scrolling$_onTick()); + t1.__AutoScroller__ticker_A = vsync.createTicker$1(t1.get$__scrolling$_onTick()); return t1; }, AutoScroller: function AutoScroller() { @@ -120924,9 +123754,9 @@ _.__scrolling$_scrollPosition = null; _._scrollSpeedPercent = 0; _._scrollDownOnTick = _._scrollUpOnTick = false; - _.__AutoScroller__ticker = $; + _.__AutoScroller__ticker_A = $; }, - ComputerTextSpan_computeTextSpan(_this, styleBuilder) { + ComputeTextSpan_computeTextSpan(_this, styleBuilder) { var t3, collapsedSpans, textSpans, _null = null, t1 = $.$get$attributionsLog0(), t2 = _this.text.length; @@ -120940,10 +123770,10 @@ } collapsedSpans = t3.collapseSpans$1$contentLength(t2); t1 = A._arrayInstanceType(collapsedSpans)._eval$1("MappedListIterable<1,TextSpan>"); - textSpans = A.List_List$of(new A.MappedListIterable(collapsedSpans, new A.ComputerTextSpan_computeTextSpan_closure(_this, styleBuilder), t1), true, t1._eval$1("ListIterable.E")); + textSpans = A.List_List$of(new A.MappedListIterable(collapsedSpans, new A.ComputeTextSpan_computeTextSpan_closure(_this, styleBuilder), t1), true, t1._eval$1("ListIterable.E")); return textSpans.length === 1 ? B.JSArray_methods.get$first(textSpans) : A.TextSpan$(textSpans, _null, styleBuilder.call$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), _null); }, - ComputerTextSpan_computeTextSpan_closure: function ComputerTextSpan_computeTextSpan_closure(t0, t1) { + ComputeTextSpan_computeTextSpan_closure: function ComputeTextSpan_computeTextSpan_closure(t0, t1) { this._this = t0; this.styleBuilder = t1; }, @@ -120964,7 +123794,7 @@ }, BlinkingCaretState: function BlinkingCaretState(t0, t1, t2) { var _ = this; - _.__BlinkingCaretState__caretBlinkController = $; + _.__BlinkingCaretState__caretBlinkController_A = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -121089,10 +123919,6 @@ _.onPastePressed = t2; _.key = t3; }, - ViewportEdge: function ViewportEdge(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, CharacterMovement_moveOffsetUpstreamByWord(_this, textOffset) { if (textOffset === 0) return null; @@ -121176,47 +124002,18 @@ this.index = t0; this._core$_name = t1; }, - TextLayoutCaret: function TextLayoutCaret(t0, t1, t2, t3, t4, t5) { - var _ = this; - _.textLayout = t0; - _.blinkCaret = t1; - _.style = t2; - _.position = t3; - _.caretTracker = t4; - _.key = t5; - }, - _TextLayoutCaretState: function _TextLayoutCaretState(t0, t1, t2) { - var _ = this; - _.___TextLayoutCaretState__blinkController = $; - _.TickerProviderStateMixin__tickers = t0; - _.TickerProviderStateMixin__tickerModeNotifier = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - }, - CaretPainter: function CaretPainter(t0, t1, t2, t3, t4) { - var _ = this; - _._blinkController = t0; - _._caretStyle = t1; - _._caret_layer$_offset = t2; - _._caret_layer$_height = t3; - _._repaint = t4; - }, - CaretStyle: function CaretStyle(t0) { - this.color = t0; - }, - __TextLayoutCaretState_State_TickerProviderStateMixin: function __TextLayoutCaretState_State_TickerProviderStateMixin() { + CaretStyle: function CaretStyle() { }, BlinkController$(tickerProvider) { var t1 = new A.BlinkController(B.Duration_0, $.$get$ChangeNotifier__emptyListeners()), t2 = tickerProvider.createTicker$1(t1.get$_blink_controller$_onTick()); - A._lateWriteOnceCheck(t1.__BlinkController__ticker, "_ticker"); - t1.__BlinkController__ticker = t2; + t1.__BlinkController__ticker_F !== $ && A.throwUnnamedLateFieldAI(); + t1.__BlinkController__ticker_F = t2; return t1; }, BlinkController: function BlinkController(t0, t1) { var _ = this; - _.__BlinkController__ticker = $; + _.__BlinkController__ticker_F = $; _._lastBlinkTime = t0; _._blink_controller$_isVisible = true; _.ChangeNotifier__count = 0; @@ -121236,12 +124033,13 @@ return null; return A.RenderParagraphProseTextLayout$(t2, t1._widget.richText); }, - SuperText: function SuperText(t0, t1, t2, t3) { + SuperText: function SuperText(t0, t1, t2, t3, t4) { var _ = this; _.richText = t0; - _.layerBeneathBuilder = t1; - _.layerAboveBuilder = t2; - _.key = t3; + _.textAlign = t1; + _.layerBeneathBuilder = t2; + _.layerAboveBuilder = t3; + _.key = t4; }, SuperTextState: function SuperTextState(t0, t1) { var _ = this; @@ -121285,19 +124083,21 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, - LayoutAwareRichText: function LayoutAwareRichText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + LayoutAwareRichText: function LayoutAwareRichText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _.onMarkNeedsLayout = t0; _.text = t1; @@ -121311,23 +124111,26 @@ _.strutStyle = t9; _.textWidthBasis = t10; _.textHeightBehavior = t11; - _.children = t12; - _.key = t13; + _.selectionRegistrar = t12; + _.selectionColor = t13; + _.children = t14; + _.key = t15; }, - RenderLayoutAwareParagraph: function RenderLayoutAwareParagraph(t0, t1, t2, t3, t4, t5, t6, t7) { + RenderLayoutAwareParagraph: function RenderLayoutAwareParagraph(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _._onMarkNeedsLayout = t0; _._super_text$_needsLayout = true; _._textPainter = t1; - _._cachedCombinedSemanticsInfos = _._cachedAttributedLabel = null; - _.__RenderParagraph__placeholderSpans = $; + _._registrar = _._lastSelectableFragments = _._cachedCombinedSemanticsInfos = _._cachedAttributedLabel = null; + _.__RenderParagraph__placeholderSpans_A = $; _._softWrap = t2; _._overflow = t3; + _._selectionColor = t4; _._needsClipping = false; - _._paragraph$_cachedChildNodes = _._semanticsInfo = _._paragraph$_placeholderDimensions = _._overflowShader = null; - _.ContainerRenderObjectMixin__childCount = t4; - _.ContainerRenderObjectMixin__firstChild = t5; - _.ContainerRenderObjectMixin__lastChild = t6; + _._paragraph$_cachedChildNodes = _._semanticsInfo = _._placeholderDimensions = _._overflowShader = null; + _.ContainerRenderObjectMixin__childCount = t5; + _.ContainerRenderObjectMixin__firstChild = t6; + _.ContainerRenderObjectMixin__lastChild = t7; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -121340,12 +124143,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; - _._layerHandle = t7; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t8; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -121358,29 +124163,32 @@ }, _SuperTextState_State_ProseTextBlock: function _SuperTextState_State_ProseTextBlock() { }, - SuperTextWithSelection: function SuperTextWithSelection(t0, t1, t2) { - this.richText = t0; - this.userSelections = t1; - this.key = t2; + SuperTextWithSelection: function SuperTextWithSelection(t0, t1, t2, t3) { + var _ = this; + _.richText = t0; + _.textAlign = t1; + _.userSelections = t2; + _.key = t3; }, _SuperTextWithSelectionState: function _SuperTextWithSelectionState(t0) { var _ = this; - _.___SuperTextWithSelectionState__userSelections = _.___SuperTextWithSelectionState__textLayoutKey = $; + _.___SuperTextWithSelectionState__userSelections_F = _.___SuperTextWithSelectionState__textLayoutKey_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; }, - _RebuildOptimizedSuperTextWithSelection: function _RebuildOptimizedSuperTextWithSelection(t0, t1, t2, t3) { + _RebuildOptimizedSuperTextWithSelection: function _RebuildOptimizedSuperTextWithSelection(t0, t1, t2, t3, t4) { var _ = this; _.textLayoutKey = t0; _.richText = t1; - _.userSelections = t2; - _.key = t3; + _.textAlign = t2; + _.userSelections = t3; + _.key = t4; }, _RebuildOptimizedSuperTextWithSelectionState: function _RebuildOptimizedSuperTextWithSelectionState(t0) { var _ = this; _._cachedSubtree = null; - _.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength = $; + _.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A = $; _._widget = null; _._debugLifecycleState = t0; _._framework$_element = null; @@ -121393,19 +124201,16 @@ this.$this = t0; this.textLayout = t1; }, - UserSelection: function UserSelection(t0, t1, t2, t3, t4) { + UserSelection: function UserSelection(t0, t1, t2, t3) { var _ = this; _.selection = t0; _.highlightStyle = t1; _.highlightWhenEmpty = t2; - _.caretStyle = t3; - _.hasCaret = t4; + _.hasCaret = t3; }, RenderParagraphProseTextLayout$(renderParagraph, richText) { - var t1 = new A.RenderParagraphProseTextLayout(richText, renderParagraph), - t2 = richText.toPlainText$0(); - A._lateWriteOnceCheck($, "_textLength"); - t1.__RenderParagraphProseTextLayout__textLength = t2.length; + var t1 = new A.RenderParagraphProseTextLayout(richText, renderParagraph); + t1.__RenderParagraphProseTextLayout__textLength_F = richText.toPlainText$0().length; return t1; }, ProseTextBlock: function ProseTextBlock() { @@ -121415,7 +124220,7 @@ RenderParagraphProseTextLayout: function RenderParagraphProseTextLayout(t0, t1) { this._richText = t0; this._renderParagraph = t1; - this.__RenderParagraphProseTextLayout__textLength = $; + this.__RenderParagraphProseTextLayout__textLength_F = $; }, _ProseTextState_State_ProseTextBlock: function _ProseTextState_State_ProseTextBlock() { }, @@ -121529,7 +124334,7 @@ t1 = Date.now(); prefix = messages.prefixAgo$0(); suffix = messages.suffixAgo$0(); - seconds = (t1 - date._value) / 1000; + seconds = (new A.DateTime(t1, false)._value - date._value) / 1000; minutes = seconds / 60; hours = minutes / 60; days = hours / 24; @@ -121626,12 +124431,14 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._object$_constraints = null; + _._constraints = null; _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; + _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; + _._needsCompositedLayerUpdate = false; _._cachedSemanticsConfiguration = null; _._needsSemanticsUpdate = true; _._semantics = null; @@ -121959,12 +124766,6 @@ range.dropLast$0(); return range.get$current(range).length; }, - initPlatformInstance() { - var t1 = $.$get$BitsdojoWindowPlatform__token(), - t2 = new A.BitsdojoWindowPlatformNotImplemented(t1); - A.PlatformInterface__verify(t2, t1, false); - $.BitsdojoWindowPlatform__instance = t2; - }, low(codeUnit) { var index = B.JSString_methods._codeUnitAt$1(string$.u0e3b_____, codeUnit >>> 6) + (codeUnit & 63), bit = index & 1, @@ -121986,7 +124787,7 @@ t1.toString; t2 = point.y; t2.toString; - canvas.drawCircle$3(0, new A.Offset(t1, t2), radius, paint); + canvas.drawCircle$3(new A.Offset(t1, t2), radius, paint); } if (stroke != null && strokeWidthPx != null && strokeWidthPx > 0) { paint.set$color(0, A.Color$fromARGB(stroke.a, stroke.r, stroke.g, stroke.b)); @@ -121997,7 +124798,7 @@ t1.toString; t2 = point.y; t2.toString; - canvas.drawCircle$3(0, new A.Offset(t1, t2), radius, paint); + canvas.drawCircle$3(new A.Offset(t1, t2), radius, paint); } }, PolygonPainter_draw(canvas, clipBounds, fill, paint, points, stroke, strokeWidthPx) { @@ -122009,7 +124810,7 @@ t1.toString; t2 = clipBounds.top; t2.toString; - canvas.clipRect$1(0, new A.Rect(t1, t2, t1 + clipBounds.width, t2 + clipBounds.height)); + canvas.clipRect$1(new A.Rect(t1, t2, t1 + clipBounds.width, t2 + clipBounds.height)); fillColor = fill != null ? A.Color$fromARGB(fill.a, fill.r, fill.g, fill.b) : null; if (points.length === 1) { point = B.JSArray_methods.get$first(points); @@ -122021,7 +124822,7 @@ t2 = point.y; t2.toString; strokeWidthPx.toString; - canvas.drawCircle$3(0, new A.Offset(t1, t2), strokeWidthPx, paint); + canvas.drawCircle$3(new A.Offset(t1, t2), strokeWidthPx, paint); } else { if (fillColor != null) { paint.set$color(0, fillColor); @@ -122041,7 +124842,7 @@ t3.toString; path.lineTo$2(0, t2, t3); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); } canvas.restore$0(0); }, @@ -122422,16 +125223,16 @@ return true; }, mapEquals(a, b) { - var t1, key; + var t1, t2, t3, key; if (a == null) return b == null; - if (b == null || a.get$length(a) != b.get$length(b)) + if (b == null || J.get$length$asx(a) != J.get$length$asx(b)) return false; if (a === b) return true; - for (t1 = J.get$iterator$ax(a.get$keys(a)); t1.moveNext$0();) { - key = t1.get$current(t1); - if (!b.containsKey$1(0, key) || !J.$eq$(b.$index(0, key), a.$index(0, key))) + for (t1 = J.getInterceptor$x(a), t2 = J.get$iterator$ax(t1.get$keys(a)), t3 = J.getInterceptor$x(b); t2.moveNext$0();) { + key = t2.get$current(t2); + if (!t3.containsKey$1(b, key) || !J.$eq$(t3.$index(b, key), t1.$index(a, key))) return false; } return true; @@ -122570,8 +125371,18 @@ return "null"; return B.JSNumber_methods.toStringAsFixed$1(value, 1); }, + clampDouble(x, min, max) { + if (x < min) + return min; + if (x > max) + return max; + if (isNaN(x)) + return max; + return x; + }, debugPrintThrottled(message, wrapWidth) { - var messageLines = A._setArrayType(message.split("\n"), type$.JSArray_String); + var t1 = type$.JSArray_String, + messageLines = A._setArrayType(message.split("\n"), t1); $.$get$_debugPrintBuffer().addAll$1(0, messageLines); if (!$._debugPrintScheduled) A._debugPrintTask(); @@ -122676,7 +125487,7 @@ x = (t1 - t2) / 2; else { t3 = t1 - 10; - normalizedTargetX = J.clamp$2$n(target._dx, 10, t3); + normalizedTargetX = A.clampDouble(target._dx, 10, t3); t4 = t2 / 2; edge = 10 + t4; if (normalizedTargetX < edge) @@ -122862,7 +125673,7 @@ }, ChildLayoutHelper_layoutChild(child, constraints) { var t1; - child.layout$2$parentUsesSize(0, constraints, true); + child.layout$2$parentUsesSize(constraints, true); t1 = child._box$_size; t1.toString; return t1; @@ -123024,6 +125835,9 @@ } return true; }, + debugIsWidgetLocalCreation(widget) { + return false; + }, getUserDataFromMap(data) { var t1, t2, t3; if (data == null) @@ -123601,6 +126415,8 @@ return A.getEntityIcon(B.EntityType_task); case "subscriptions": return A.getEntityIcon(B.EntityType_subscription); + case "bank_accounts": + return B._MdiIconData_EuK1; default: return null; } @@ -123727,7 +126543,9 @@ return B.AppLayout_desktop; }, getLayout(context) { - var t1 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.appLayout; + var t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.prefState.appLayout; return t1; }, SerializationUtils_computeDecode(list) { @@ -123934,6 +126752,58 @@ } return digit; }, + Sentry_addBreadcrumb(crumb, hint) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue; + var $async$Sentry_addBreadcrumb = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait($.$get$Sentry__hub().addBreadcrumb$2$hint(crumb, hint), $async$Sentry_addBreadcrumb); + case 3: + // returning from await. + $async$returnValue = $async$result; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$Sentry_addBreadcrumb, $async$completer); + }, + Sentry_configureScope(callback) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), + $async$returnValue; + var $async$Sentry_configureScope = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait($.$get$Sentry__hub().configureScope$1(callback), $async$Sentry_configureScope); + case 3: + // returning from await. + $async$returnValue = $async$result; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$Sentry_configureScope, $async$completer); + }, getUtcDateTime() { return new A.DateTime(Date.now(), false).toUtc$0(); }, @@ -124059,7 +126929,7 @@ return B.ExecutionInstruction_0; if (J.$eq$(t1.base, t1.extent)) return B.ExecutionInstruction_2; - editContext.commonOps.copy$0(0); + editContext.commonOps.copy$0(); return B.ExecutionInstruction_2; }, cutWhenCmdXIsPressed(editContext, keyEvent) { @@ -124107,7 +126977,7 @@ } }, anyCharacterOrDestructiveKeyToDeleteSelection(editContext, keyEvent) { - var t2, t3, isDestructiveKey, character, isCharacterKey, + var t2, t3, isDestructiveKey, isCharacterKey, t1 = editContext.composer._document_composer$_selection; if (t1 == null || J.$eq$(t1.base, t1.extent)) return B.ExecutionInstruction_0; @@ -124141,19 +127011,13 @@ if (t1) return B.ExecutionInstruction_0; isDestructiveKey = t2.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304) || t2.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423); - character = keyEvent.character; - t1 = character != null; - isCharacterKey = t1 && character !== "" && !J.containsKey$1$x(B.Set_UOWB._collection$_map, character); + t1 = keyEvent.character; + isCharacterKey = t1 != null && t1 !== "" && !A.isKeyEventCharacterBlacklisted(t1); if (!(isDestructiveKey || isCharacterKey)) return B.ExecutionInstruction_0; - t2 = editContext.commonOps; - t2.deleteSelection$0(); - if (t1) - t1 = J.containsKey$1$x(B.Set_UOWB._collection$_map, character); - else - t1 = false; - if (t1) - t2.insertCharacter$1(character === "Tab" ? " " : character); + editContext.commonOps.deleteSelection$0(); + if (isCharacterKey) + return B.ExecutionInstruction_0; return B.ExecutionInstruction_2; }, backspaceToRemoveUpstreamContent(editContext, keyEvent) { @@ -124181,22 +127045,77 @@ return editContext.commonOps.deleteUpstream$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, moveUpDownLeftAndRightWithArrowKeys(editContext, keyEvent) { - var movementModifier, t2, t3, didMove, + var t2, t3, movementModifier, didMove, t1 = keyEvent.data; if (!B.JSArray_methods.contains$1(B.List_w97, t1.get$logicalKey())) return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_5) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + } else + t2 = false; + if (t2) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_3) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + if (t2) + t2 = t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065); + else + t2 = false; + } else + t2 = false; + if (t2) + return B.ExecutionInstruction_0; if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968067)) { - if (A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent)) - movementModifier = B.MovementModifier_line; - else { + if (A.defaultTargetPlatform() === B.TargetPlatform_5 || A.defaultTargetPlatform() === B.TargetPlatform_3) { t2 = $.$get$RawKeyboard_instance()._keysPressed; t3 = t2.get$values(t2); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { t2 = t2.get$values(t2); - t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); } else t2 = true; - movementModifier = t2 ? B.MovementModifier_word : null; + } else + t2 = false; + if (t2) + movementModifier = B.MovementModifier_word; + else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t2 = true; + } else + t2 = false; + if (t2) + movementModifier = B.MovementModifier_line; + else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + } else + t2 = false; + movementModifier = t2 ? B.MovementModifier_word : null; + } } t2 = editContext.commonOps; if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066)) { @@ -124276,6 +127195,40 @@ } return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, + moveToLineStartWithHome(editContext, keyEvent) { + var t1, t2, didMove; + if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) + return B.ExecutionInstruction_0; + if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = editContext.commonOps.moveCaretUpstream$2$expand$movementModifier(t1, B.MovementModifier_line); + } else + didMove = false; + return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + }, + moveToLineEndWithEnd(editContext, keyEvent) { + var t1, t2, didMove; + if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) + return B.ExecutionInstruction_0; + if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = editContext.commonOps.moveCaretDownstream$2$expand$movementModifier(t1, B.MovementModifier_line); + } else + didMove = false; + return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + }, deleteLineWithCmdBksp(editContext, keyEvent) { var t1; if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) @@ -124315,7 +127268,7 @@ return B.ExecutionInstruction_2; }, getWordSelection(docLayout, docPosition) { - var t2, component, nodePosition, wordNodeSelection, + var t2, component, nodePosition, t3, wordNodeSelection, _s16_ = "getWordSelection", t1 = $.$get$_log3(); t1.log$2(_s16_, "_getWordSelection()"); @@ -124327,10 +127280,32 @@ nodePosition = docPosition.nodePosition; if (!(nodePosition instanceof A.TextNodePosition)) return null; - wordNodeSelection = A.TextNodeSelection$fromTextSelection(A.TextNodeSelection$fromTextSelection(type$.ProseTextBlock._as(A._lateReadCheck(component._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getWordSelectionAt$1(nodePosition))); + t3 = component._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + wordNodeSelection = A.TextNodeSelection$fromTextSelection(A.TextNodeSelection$fromTextSelection(type$.ProseTextBlock._as(t3.get$currentState()).get$textLayout().getWordSelectionAt$1(nodePosition))); t1.log$2(_s16_, " - word selection: " + wordNodeSelection.toString$0(0)); return new A.DocumentSelection(new A.DocumentPosition(t2, new A.TextNodePosition(wordNodeSelection.baseOffset, B.TextAffinity_1)), new A.DocumentPosition(t2, new A.TextNodePosition(wordNodeSelection.extentOffset, B.TextAffinity_1))); }, + expandPositionToWord(text, textPosition) { + var t2, start, end, + t1 = text.length; + if (t1 === 0) + return B.TextSelection_ke5; + t2 = textPosition.offset; + start = Math.min(A.checkNum(t2), t1); + end = Math.min(A.checkNum(t2), t1); + while (true) { + if (!(start > 0 && text[start - 1] !== " ")) + break; + --start; + } + while (true) { + if (!(end < t1 && text[end] !== " ")) + break; + ++end; + } + return A.TextSelection$(B.TextAffinity_1, start, end, false); + }, getParagraphSelection(docLayout, docPosition) { var component, nodePosition, paragraphNodeSelection, _s21_ = "getParagraphSelection", @@ -124344,30 +127319,9 @@ nodePosition = docPosition.nodePosition; if (!(nodePosition instanceof A.TextNodePosition)) return null; - paragraphNodeSelection = A.TextNodeSelection$fromTextSelection(A.expandPositionToParagraph(component._widget.text.text, nodePosition)); + paragraphNodeSelection = component.getContiguousTextSelectionAt$1(nodePosition); return new A.DocumentSelection(new A.DocumentPosition(t1, new A.TextNodePosition(paragraphNodeSelection.baseOffset, B.TextAffinity_1)), new A.DocumentPosition(t1, new A.TextNodePosition(paragraphNodeSelection.extentOffset, B.TextAffinity_1))); }, - expandPositionToParagraph(text, textPosition) { - var t2, t3, start, end, - t1 = text.length; - if (t1 === 0) - return B.TextSelection_ke5; - t2 = textPosition.offset; - t3 = t1 - 1; - start = Math.min(A.checkNum(t2), t3); - end = Math.min(A.checkNum(t2), t3); - while (true) { - if (!(start > 0 && text[start] !== "\n")) - break; - --start; - } - while (true) { - if (!(end < t1 && text[end] !== "\n")) - break; - ++end; - } - return A.TextSelection$(B.TextAffinity_1, start, end, false); - }, getParagraphDirection(text) { var t1, t2; text = J.trim$0$s(text); @@ -124414,6 +127368,34 @@ t1 = true; return t1; }, + isKeyEventCharacterBlacklisted(character) { + var t1; + if (character == null) + return false; + if (character.length > 1) { + t1 = new A.CodeUnits(character); + t1 = t1.get$first(t1); + t1 = 65 <= t1 && t1 <= 90 && A._isAllAlphaNumeric(new A.CodeUnits(character)); + } else + t1 = false; + return t1; + }, + _isAllAlphaNumeric(codeUnits) { + var t1, t2; + for (t1 = new A.ListIterator(codeUnits, codeUnits.get$length(codeUnits), A._instanceType(codeUnits)._eval$1("ListIterator")); t1.moveNext$0();) { + t2 = t1.__internal$_current; + if (!(t2 >= 65 && t2 <= 90)) + if (!(t2 >= 97 && t2 <= 122)) + t2 = t2 >= 48 && t2 <= 57 || t2 === 32; + else + t2 = true; + else + t2 = true; + if (!t2) + return false; + } + return true; + }, IsArrowKeyExtension_get_isArrowKeyPressed(_this) { var t1 = _this.data; return t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968067); @@ -124830,392 +127812,8 @@ set$length$asx(receiver, value) { return J.getInterceptor$asx(receiver).set$length(receiver, value); }, - set$text$x(receiver, value) { - return J.getInterceptor$x(receiver).set$text(receiver, value); - }, - set$textDirection$x(receiver, value) { - return J.getInterceptor$x(receiver).set$textDirection(receiver, value); - }, - get$AboveBaseline$x(receiver) { - return J.getInterceptor$x(receiver).get$AboveBaseline(receiver); - }, - get$All$x(receiver) { - return J.getInterceptor$x(receiver).get$All(receiver); - }, - get$AlphaType$x(receiver) { - return J.getInterceptor$x(receiver).get$AlphaType(receiver); - }, - get$Alphabetic$x(receiver) { - return J.getInterceptor$x(receiver).get$Alphabetic(receiver); - }, - get$BGRA_8888$x(receiver) { - return J.getInterceptor$x(receiver).get$BGRA_8888(receiver); - }, - get$Baseline$x(receiver) { - return J.getInterceptor$x(receiver).get$Baseline(receiver); - }, - get$BelowBaseline$x(receiver) { - return J.getInterceptor$x(receiver).get$BelowBaseline(receiver); - }, - get$Bevel$x(receiver) { - return J.getInterceptor$x(receiver).get$Bevel(receiver); - }, - get$BlendMode$x(receiver) { - return J.getInterceptor$x(receiver).get$BlendMode(receiver); - }, - get$BlurStyle$x(receiver) { - return J.getInterceptor$x(receiver).get$BlurStyle(receiver); - }, - get$Bold$x(receiver) { - return J.getInterceptor$x(receiver).get$Bold(receiver); - }, - get$Bottom$x(receiver) { - return J.getInterceptor$x(receiver).get$Bottom(receiver); - }, - get$Butt$x(receiver) { - return J.getInterceptor$x(receiver).get$Butt(receiver); - }, - get$Center$x(receiver) { - return J.getInterceptor$x(receiver).get$Center(receiver); - }, - get$Clamp$x(receiver) { - return J.getInterceptor$x(receiver).get$Clamp(receiver); - }, - get$Clear$x(receiver) { - return J.getInterceptor$x(receiver).get$Clear(receiver); - }, - get$ClipOp$x(receiver) { - return J.getInterceptor$x(receiver).get$ClipOp(receiver); - }, - get$Color$x(receiver) { - return J.getInterceptor$x(receiver).get$Color(receiver); - }, - get$ColorBurn$x(receiver) { - return J.getInterceptor$x(receiver).get$ColorBurn(receiver); - }, - get$ColorDodge$x(receiver) { - return J.getInterceptor$x(receiver).get$ColorDodge(receiver); - }, - get$ColorFilter$x(receiver) { - return J.getInterceptor$x(receiver).get$ColorFilter(receiver); - }, - get$ColorType$x(receiver) { - return J.getInterceptor$x(receiver).get$ColorType(receiver); - }, - get$Darken$x(receiver) { - return J.getInterceptor$x(receiver).get$Darken(receiver); - }, - get$Dashed$x(receiver) { - return J.getInterceptor$x(receiver).get$Dashed(receiver); - }, - get$Decal$x(receiver) { - return J.getInterceptor$x(receiver).get$Decal(receiver); - }, - get$DecorationStyle$x(receiver) { - return J.getInterceptor$x(receiver).get$DecorationStyle(receiver); - }, - get$Difference$x(receiver) { - return J.getInterceptor$x(receiver).get$Difference(receiver); - }, - get$DisableAll$x(receiver) { - return J.getInterceptor$x(receiver).get$DisableAll(receiver); - }, - get$DisableFirstAscent$x(receiver) { - return J.getInterceptor$x(receiver).get$DisableFirstAscent(receiver); - }, - get$DisableLastDescent$x(receiver) { - return J.getInterceptor$x(receiver).get$DisableLastDescent(receiver); - }, - get$Dotted$x(receiver) { - return J.getInterceptor$x(receiver).get$Dotted(receiver); - }, - get$Double$x(receiver) { - return J.getInterceptor$x(receiver).get$Double(receiver); - }, - get$Dst$x(receiver) { - return J.getInterceptor$x(receiver).get$Dst(receiver); - }, - get$DstATop$x(receiver) { - return J.getInterceptor$x(receiver).get$DstATop(receiver); - }, - get$DstIn$x(receiver) { - return J.getInterceptor$x(receiver).get$DstIn(receiver); - }, - get$DstOut$x(receiver) { - return J.getInterceptor$x(receiver).get$DstOut(receiver); - }, - get$DstOver$x(receiver) { - return J.getInterceptor$x(receiver).get$DstOver(receiver); - }, - get$End$x(receiver) { - return J.getInterceptor$x(receiver).get$End(receiver); - }, - get$EvenOdd$x(receiver) { - return J.getInterceptor$x(receiver).get$EvenOdd(receiver); - }, - get$Exclusion$x(receiver) { - return J.getInterceptor$x(receiver).get$Exclusion(receiver); - }, - get$ExtraBlack$x(receiver) { - return J.getInterceptor$x(receiver).get$ExtraBlack(receiver); - }, - get$ExtraBold$x(receiver) { - return J.getInterceptor$x(receiver).get$ExtraBold(receiver); - }, - get$ExtraLight$x(receiver) { - return J.getInterceptor$x(receiver).get$ExtraLight(receiver); - }, - get$Fill$x(receiver) { - return J.getInterceptor$x(receiver).get$Fill(receiver); - }, - get$FillType$x(receiver) { - return J.getInterceptor$x(receiver).get$FillType(receiver); - }, - get$FilterMode$x(receiver) { - return J.getInterceptor$x(receiver).get$FilterMode(receiver); - }, - get$FontSlant$x(receiver) { - return J.getInterceptor$x(receiver).get$FontSlant(receiver); - }, - get$FontWeight$x(receiver) { - return J.getInterceptor$x(receiver).get$FontWeight(receiver); - }, - get$HardLight$x(receiver) { - return J.getInterceptor$x(receiver).get$HardLight(receiver); - }, - get$Hue$x(receiver) { - return J.getInterceptor$x(receiver).get$Hue(receiver); - }, - get$Ideographic$x(receiver) { - return J.getInterceptor$x(receiver).get$Ideographic(receiver); - }, - get$ImageFilter$x(receiver) { - return J.getInterceptor$x(receiver).get$ImageFilter(receiver); - }, - get$IncludeLineSpacingBottom$x(receiver) { - return J.getInterceptor$x(receiver).get$IncludeLineSpacingBottom(receiver); - }, - get$IncludeLineSpacingMiddle$x(receiver) { - return J.getInterceptor$x(receiver).get$IncludeLineSpacingMiddle(receiver); - }, - get$IncludeLineSpacingTop$x(receiver) { - return J.getInterceptor$x(receiver).get$IncludeLineSpacingTop(receiver); - }, - get$Inner$x(receiver) { - return J.getInterceptor$x(receiver).get$Inner(receiver); - }, - get$Intersect$x(receiver) { - return J.getInterceptor$x(receiver).get$Intersect(receiver); - }, - get$Italic$x(receiver) { - return J.getInterceptor$x(receiver).get$Italic(receiver); - }, - get$Justify$x(receiver) { - return J.getInterceptor$x(receiver).get$Justify(receiver); - }, - get$LTR$x(receiver) { - return J.getInterceptor$x(receiver).get$LTR(receiver); - }, - get$Left$x(receiver) { - return J.getInterceptor$x(receiver).get$Left(receiver); - }, - get$Light$x(receiver) { - return J.getInterceptor$x(receiver).get$Light(receiver); - }, - get$Lighten$x(receiver) { - return J.getInterceptor$x(receiver).get$Lighten(receiver); - }, - get$LineThroughDecoration$x(receiver) { - return J.getInterceptor$x(receiver).get$LineThroughDecoration(receiver); - }, - get$Linear$x(receiver) { - return J.getInterceptor$x(receiver).get$Linear(receiver); - }, - get$Luminosity$x(receiver) { - return J.getInterceptor$x(receiver).get$Luminosity(receiver); - }, - get$MaskFilter$x(receiver) { - return J.getInterceptor$x(receiver).get$MaskFilter(receiver); - }, - get$Max$x(receiver) { - return J.getInterceptor$x(receiver).get$Max(receiver); - }, - get$Medium$x(receiver) { - return J.getInterceptor$x(receiver).get$Medium(receiver); - }, - get$Middle$x(receiver) { - return J.getInterceptor$x(receiver).get$Middle(receiver); - }, - get$MipmapMode$x(receiver) { - return J.getInterceptor$x(receiver).get$MipmapMode(receiver); - }, - get$Mirror$x(receiver) { - return J.getInterceptor$x(receiver).get$Mirror(receiver); - }, - get$Miter$x(receiver) { - return J.getInterceptor$x(receiver).get$Miter(receiver); - }, - get$Modulate$x(receiver) { - return J.getInterceptor$x(receiver).get$Modulate(receiver); - }, - get$Multiply$x(receiver) { - return J.getInterceptor$x(receiver).get$Multiply(receiver); - }, - get$Nearest$x(receiver) { - return J.getInterceptor$x(receiver).get$Nearest(receiver); - }, - get$NoDecoration$x(receiver) { - return J.getInterceptor$x(receiver).get$NoDecoration(receiver); - }, - get$None$x(receiver) { - return J.getInterceptor$x(receiver).get$None(receiver); - }, - get$Normal$x(receiver) { - return J.getInterceptor$x(receiver).get$Normal(receiver); - }, - get$Outer$x(receiver) { - return J.getInterceptor$x(receiver).get$Outer(receiver); - }, - get$Overlay$x(receiver) { - return J.getInterceptor$x(receiver).get$Overlay(receiver); - }, - get$OverlineDecoration$x(receiver) { - return J.getInterceptor$x(receiver).get$OverlineDecoration(receiver); - }, - get$PaintStyle$x(receiver) { - return J.getInterceptor$x(receiver).get$PaintStyle(receiver); - }, - get$ParagraphBuilder$x(receiver) { - return J.getInterceptor$x(receiver).get$ParagraphBuilder(receiver); - }, - get$Path$x(receiver) { - return J.getInterceptor$x(receiver).get$Path(receiver); - }, - get$PlaceholderAlignment$x(receiver) { - return J.getInterceptor$x(receiver).get$PlaceholderAlignment(receiver); - }, - get$Plus$x(receiver) { - return J.getInterceptor$x(receiver).get$Plus(receiver); - }, - get$Premul$x(receiver) { - return J.getInterceptor$x(receiver).get$Premul(receiver); - }, - get$RGBA_8888$x(receiver) { - return J.getInterceptor$x(receiver).get$RGBA_8888(receiver); - }, - get$RTL$x(receiver) { - return J.getInterceptor$x(receiver).get$RTL(receiver); - }, - get$RectHeightStyle$x(receiver) { - return J.getInterceptor$x(receiver).get$RectHeightStyle(receiver); - }, - get$RectWidthStyle$x(receiver) { - return J.getInterceptor$x(receiver).get$RectWidthStyle(receiver); - }, - get$Repeat$x(receiver) { - return J.getInterceptor$x(receiver).get$Repeat(receiver); - }, - get$Right$x(receiver) { - return J.getInterceptor$x(receiver).get$Right(receiver); - }, - get$Round$x(receiver) { - return J.getInterceptor$x(receiver).get$Round(receiver); - }, - get$Saturation$x(receiver) { - return J.getInterceptor$x(receiver).get$Saturation(receiver); - }, - get$Screen$x(receiver) { - return J.getInterceptor$x(receiver).get$Screen(receiver); - }, - get$SemiBold$x(receiver) { - return J.getInterceptor$x(receiver).get$SemiBold(receiver); - }, - get$Shader$x(receiver) { - return J.getInterceptor$x(receiver).get$Shader(receiver); - }, - get$SoftLight$x(receiver) { - return J.getInterceptor$x(receiver).get$SoftLight(receiver); - }, - get$Solid$x(receiver) { - return J.getInterceptor$x(receiver).get$Solid(receiver); - }, - get$Square$x(receiver) { - return J.getInterceptor$x(receiver).get$Square(receiver); - }, - get$Src$x(receiver) { - return J.getInterceptor$x(receiver).get$Src(receiver); - }, - get$SrcATop$x(receiver) { - return J.getInterceptor$x(receiver).get$SrcATop(receiver); - }, - get$SrcIn$x(receiver) { - return J.getInterceptor$x(receiver).get$SrcIn(receiver); - }, - get$SrcOut$x(receiver) { - return J.getInterceptor$x(receiver).get$SrcOut(receiver); - }, - get$SrcOver$x(receiver) { - return J.getInterceptor$x(receiver).get$SrcOver(receiver); - }, - get$Start$x(receiver) { - return J.getInterceptor$x(receiver).get$Start(receiver); - }, - get$Stroke$x(receiver) { - return J.getInterceptor$x(receiver).get$Stroke(receiver); - }, - get$StrokeCap$x(receiver) { - return J.getInterceptor$x(receiver).get$StrokeCap(receiver); - }, - get$StrokeJoin$x(receiver) { - return J.getInterceptor$x(receiver).get$StrokeJoin(receiver); - }, - get$Strut$x(receiver) { - return J.getInterceptor$x(receiver).get$Strut(receiver); - }, - get$TextAlign$x(receiver) { - return J.getInterceptor$x(receiver).get$TextAlign(receiver); - }, - get$TextBaseline$x(receiver) { - return J.getInterceptor$x(receiver).get$TextBaseline(receiver); - }, - get$TextDirection$x(receiver) { - return J.getInterceptor$x(receiver).get$TextDirection(receiver); - }, - get$TextHeightBehavior$x(receiver) { - return J.getInterceptor$x(receiver).get$TextHeightBehavior(receiver); - }, - get$Thin$x(receiver) { - return J.getInterceptor$x(receiver).get$Thin(receiver); - }, - get$Tight$x(receiver) { - return J.getInterceptor$x(receiver).get$Tight(receiver); - }, - get$TileMode$x(receiver) { - return J.getInterceptor$x(receiver).get$TileMode(receiver); - }, - get$Top$x(receiver) { - return J.getInterceptor$x(receiver).get$Top(receiver); - }, - get$Typeface$x(receiver) { - return J.getInterceptor$x(receiver).get$Typeface(receiver); - }, - get$TypefaceFontProvider$x(receiver) { - return J.getInterceptor$x(receiver).get$TypefaceFontProvider(receiver); - }, - get$UnderlineDecoration$x(receiver) { - return J.getInterceptor$x(receiver).get$UnderlineDecoration(receiver); - }, - get$Upright$x(receiver) { - return J.getInterceptor$x(receiver).get$Upright(receiver); - }, - get$Wavy$x(receiver) { - return J.getInterceptor$x(receiver).get$Wavy(receiver); - }, - get$Winding$x(receiver) { - return J.getInterceptor$x(receiver).get$Winding(receiver); - }, - get$Xor$x(receiver) { - return J.getInterceptor$x(receiver).get$Xor(receiver); + set$text$z(receiver, value) { + return J.getInterceptor$z(receiver).set$text(receiver, value); }, get$accessToken$x(receiver) { return J.getInterceptor$x(receiver).get$accessToken(receiver); @@ -125226,38 +127824,20 @@ get$add$ax(receiver) { return J.getInterceptor$ax(receiver).get$add(receiver); }, - get$attributes$x(receiver) { - return J.getInterceptor$x(receiver).get$attributes(receiver); - }, get$authorization$x(receiver) { return J.getInterceptor$x(receiver).get$authorization(receiver); }, - get$baseline$x(receiver) { - return J.getInterceptor$x(receiver).get$baseline(receiver); - }, get$body$x(receiver) { return J.getInterceptor$x(receiver).get$body(receiver); }, get$buffer$x(receiver) { return J.getInterceptor$x(receiver).get$buffer(receiver); }, - get$canvasKit$x(receiver) { - return J.getInterceptor$x(receiver).get$canvasKit(receiver); - }, - get$canvasKitBaseUrl$x(receiver) { - return J.getInterceptor$x(receiver).get$canvasKitBaseUrl(receiver); - }, - get$canvasKitForceCpuOnly$x(receiver) { - return J.getInterceptor$x(receiver).get$canvasKitForceCpuOnly(receiver); - }, - get$canvasKitMaximumSurfaces$x(receiver) { - return J.getInterceptor$x(receiver).get$canvasKitMaximumSurfaces(receiver); - }, get$children$x(receiver) { return J.getInterceptor$x(receiver).get$children(receiver); }, - get$close$x(receiver) { - return J.getInterceptor$x(receiver).get$close(receiver); + get$close$z(receiver) { + return J.getInterceptor$z(receiver).get$close(receiver); }, get$code$x(receiver) { return J.getInterceptor$x(receiver).get$code(receiver); @@ -125268,12 +127848,6 @@ get$currentUser$x(receiver) { return J.getInterceptor$x(receiver).get$currentUser(receiver); }, - get$debugShowSemanticsNodes$x(receiver) { - return J.getInterceptor$x(receiver).get$debugShowSemanticsNodes(receiver); - }, - get$descent$x(receiver) { - return J.getInterceptor$x(receiver).get$descent(receiver); - }, get$document$x(receiver) { return J.getInterceptor$x(receiver).get$document(receiver); }, @@ -125292,9 +127866,6 @@ get$firstName$x(receiver) { return J.getInterceptor$x(receiver).get$firstName(receiver); }, - get$frameCount$x(receiver) { - return J.getInterceptor$x(receiver).get$frameCount(receiver); - }, get$hashCode$(receiver) { return J.getInterceptor$(receiver).get$hashCode(receiver); }, @@ -125307,15 +127878,9 @@ get$id_token$x(receiver) { return J.getInterceptor$x(receiver).get$id_token(receiver); }, - get$image$x(receiver) { - return J.getInterceptor$x(receiver).get$image(receiver); - }, get$index$z(receiver) { return J.getInterceptor$z(receiver).get$index(receiver); }, - get$isDeleted$x(receiver) { - return J.getInterceptor$x(receiver).get$isDeleted(receiver); - }, get$isEmpty$asx(receiver) { return J.getInterceptor$asx(receiver).get$isEmpty(receiver); }, @@ -125346,8 +127911,8 @@ get$lengthInBytes$x(receiver) { return J.getInterceptor$x(receiver).get$lengthInBytes(receiver); }, - get$lineNumber$x(receiver) { - return J.getInterceptor$x(receiver).get$lineNumber(receiver); + get$lineNumber$z(receiver) { + return J.getInterceptor$z(receiver).get$lineNumber(receiver); }, get$message$x(receiver) { return J.getInterceptor$x(receiver).get$message(receiver); @@ -125370,21 +127935,12 @@ get$promise$x(receiver) { return J.getInterceptor$x(receiver).get$promise(receiver); }, - get$ready$x(receiver) { - return J.getInterceptor$x(receiver).get$ready(receiver); - }, - get$repetitionCount$x(receiver) { - return J.getInterceptor$x(receiver).get$repetitionCount(receiver); - }, get$reversed$ax(receiver) { return J.getInterceptor$ax(receiver).get$reversed(receiver); }, get$runtimeType$(receiver) { return J.getInterceptor$(receiver).get$runtimeType(receiver); }, - get$selectedTrack$x(receiver) { - return J.getInterceptor$x(receiver).get$selectedTrack(receiver); - }, get$setRequestHeader$x(receiver) { return J.getInterceptor$x(receiver).get$setRequestHeader(receiver); }, @@ -125393,6 +127949,9 @@ return receiver > 0 ? 1 : receiver < 0 ? -1 : receiver; return J.getInterceptor$in(receiver).get$sign(receiver); }, + get$size$x(receiver) { + return J.getInterceptor$x(receiver).get$size(receiver); + }, get$source$z(receiver) { return J.getInterceptor$z(receiver).get$source(receiver); }, @@ -125474,60 +128033,6 @@ return receiver - a0; return J.getInterceptor$n(receiver).$sub(receiver, a0); }, - GetWebGLContext$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).GetWebGLContext$2(receiver, a0, a1); - }, - Make$0$x(receiver) { - return J.getInterceptor$x(receiver).Make$0(receiver); - }, - MakeAnimatedImageFromEncoded$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeAnimatedImageFromEncoded$1(receiver, a0); - }, - MakeBlur$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).MakeBlur$3(receiver, a0, a1, a2); - }, - MakeCompose$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).MakeCompose$2(receiver, a0, a1); - }, - MakeFreeTypeFaceFromData$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeFreeTypeFaceFromData$1(receiver, a0); - }, - MakeFromCmds$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeFromCmds$1(receiver, a0); - }, - MakeFromFontProvider$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).MakeFromFontProvider$2(receiver, a0, a1); - }, - MakeGrContext$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeGrContext$1(receiver, a0); - }, - MakeImage$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).MakeImage$3(receiver, a0, a1, a2); - }, - MakeLazyImageFromTextureSource$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).MakeLazyImageFromTextureSource$2(receiver, a0, a1); - }, - MakeLinearGradient$6$x(receiver, a0, a1, a2, a3, a4, a5) { - return J.getInterceptor$x(receiver).MakeLinearGradient$6(receiver, a0, a1, a2, a3, a4, a5); - }, - MakeMatrix$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeMatrix$1(receiver, a0); - }, - MakeMatrixTransform$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).MakeMatrixTransform$3(receiver, a0, a1, a2); - }, - MakeOnScreenGLSurface$4$x(receiver, a0, a1, a2, a3) { - return J.getInterceptor$x(receiver).MakeOnScreenGLSurface$4(receiver, a0, a1, a2, a3); - }, - MakeSWCanvasSurface$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeSWCanvasSurface$1(receiver, a0); - }, - ParagraphStyle$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).ParagraphStyle$1(receiver, a0); - }, - TextStyle$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).TextStyle$1(receiver, a0); - }, _clearChildren$0$x(receiver) { return J.getInterceptor$x(receiver)._clearChildren$0(receiver); }, @@ -125546,42 +128051,15 @@ addAll$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).addAll$1(receiver, a0); }, - addArc$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).addArc$3(receiver, a0, a1, a2); - }, - addEventListener$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).addEventListener$2(receiver, a0, a1); - }, addEventListener$3$x(receiver, a0, a1, a2) { return J.getInterceptor$x(receiver).addEventListener$3(receiver, a0, a1, a2); }, addListener$1$x(receiver, a0) { return J.getInterceptor$x(receiver).addListener$1(receiver, a0); }, - addOval$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).addOval$3(receiver, a0, a1, a2); - }, - addPlaceholder$5$x(receiver, a0, a1, a2, a3, a4) { - return J.getInterceptor$x(receiver).addPlaceholder$5(receiver, a0, a1, a2, a3, a4); - }, - addPoly$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).addPoly$2(receiver, a0, a1); - }, - addPopStateListener$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).addPopStateListener$1(receiver, a0); - }, - addRRect$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).addRRect$2(receiver, a0, a1); - }, - addRect$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).addRect$1(receiver, a0); - }, addStream$1$z(receiver, a0) { return J.getInterceptor$z(receiver).addStream$1(receiver, a0); }, - addText$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).addText$1(receiver, a0); - }, allMatches$1$s(receiver, a0) { return J.getInterceptor$s(receiver).allMatches$1(receiver, a0); }, @@ -125591,12 +128069,6 @@ any$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).any$1(receiver, a0); }, - arcToOval$4$x(receiver, a0, a1, a2, a3) { - return J.getInterceptor$x(receiver).arcToOval$4(receiver, a0, a1, a2, a3); - }, - arcToRotated$7$x(receiver, a0, a1, a2, a3, a4, a5, a6) { - return J.getInterceptor$x(receiver).arcToRotated$7(receiver, a0, a1, a2, a3, a4, a5, a6); - }, asByteData$0$x(receiver) { return J.getInterceptor$x(receiver).asByteData$0(receiver); }, @@ -125627,18 +128099,6 @@ asUint8List$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).asUint8List$2(receiver, a0, a1); }, - beginRecording$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).beginRecording$1(receiver, a0); - }, - build$0$x(receiver) { - return J.getInterceptor$x(receiver).build$0(receiver); - }, - build$3$dimensions$textScaleFactor$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).build$3$dimensions$textScaleFactor(receiver, a0, a1, a2); - }, - cancel$0$z(receiver) { - return J.getInterceptor$z(receiver).cancel$0(receiver); - }, cast$1$0$ax(receiver, $T1) { return J.getInterceptor$ax(receiver).cast$1$0(receiver, $T1); }, @@ -125654,20 +128114,8 @@ clear$0$ax(receiver) { return J.getInterceptor$ax(receiver).clear$0(receiver); }, - clear$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).clear$1(receiver, a0); - }, - clipPath$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).clipPath$3(receiver, a0, a1, a2); - }, - clipRRect$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).clipRRect$3(receiver, a0, a1, a2); - }, - clipRect$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).clipRect$3(receiver, a0, a1, a2); - }, - close$0$x(receiver) { - return J.getInterceptor$x(receiver).close$0(receiver); + close$0$z(receiver) { + return J.getInterceptor$z(receiver).close$0(receiver); }, codeUnitAt$1$s(receiver, a0) { return J.getInterceptor$s(receiver).codeUnitAt$1(receiver, a0); @@ -125696,108 +128144,30 @@ complete$2$isReplaced$z(receiver, a0, a1) { return J.getInterceptor$z(receiver).complete$2$isReplaced(receiver, a0, a1); }, - computeTonalColors$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).computeTonalColors$1(receiver, a0); - }, - concat$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).concat$1(receiver, a0); - }, contains$1$asx(receiver, a0) { return J.getInterceptor$asx(receiver).contains$1(receiver, a0); }, - contains$2$asx(receiver, a0, a1) { - return J.getInterceptor$asx(receiver).contains$2(receiver, a0, a1); - }, containsKey$1$x(receiver, a0) { return J.getInterceptor$x(receiver).containsKey$1(receiver, a0); }, - copy$0$x(receiver) { - return J.getInterceptor$x(receiver).copy$0(receiver); - }, - copy$1$range$x(receiver, a0) { - return J.getInterceptor$x(receiver).copy$1$range(receiver, a0); - }, createElement$1$x(receiver, a0) { return J.getInterceptor$x(receiver).createElement$1(receiver, a0); }, - cubicTo$6$x(receiver, a0, a1, a2, a3, a4, a5) { - return J.getInterceptor$x(receiver).cubicTo$6(receiver, a0, a1, a2, a3, a4, a5); - }, - decode$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).decode$1(receiver, a0); - }, - delete$0$x(receiver) { - return J.getInterceptor$x(receiver).delete$0(receiver); - }, detach$0$z(receiver) { return J.getInterceptor$z(receiver).detach$0(receiver); }, - didExceedMaxLines$0$x(receiver) { - return J.getInterceptor$x(receiver).didExceedMaxLines$0(receiver); - }, disconnect$0$x(receiver) { return J.getInterceptor$x(receiver).disconnect$0(receiver); }, - dispose$0$x(receiver) { - return J.getInterceptor$x(receiver).dispose$0(receiver); - }, - drawArc$5$x(receiver, a0, a1, a2, a3, a4) { - return J.getInterceptor$x(receiver).drawArc$5(receiver, a0, a1, a2, a3, a4); - }, - drawCircle$4$x(receiver, a0, a1, a2, a3) { - return J.getInterceptor$x(receiver).drawCircle$4(receiver, a0, a1, a2, a3); - }, - drawDRRect$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).drawDRRect$3(receiver, a0, a1, a2); - }, - drawImageRectCubic$6$x(receiver, a0, a1, a2, a3, a4, a5) { - return J.getInterceptor$x(receiver).drawImageRectCubic$6(receiver, a0, a1, a2, a3, a4, a5); - }, - drawImageRectOptions$6$x(receiver, a0, a1, a2, a3, a4, a5) { - return J.getInterceptor$x(receiver).drawImageRectOptions$6(receiver, a0, a1, a2, a3, a4, a5); - }, - drawLine$5$x(receiver, a0, a1, a2, a3, a4) { - return J.getInterceptor$x(receiver).drawLine$5(receiver, a0, a1, a2, a3, a4); - }, - drawPaint$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).drawPaint$1(receiver, a0); - }, - drawParagraph$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).drawParagraph$3(receiver, a0, a1, a2); - }, - drawPath$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).drawPath$2(receiver, a0, a1); - }, - drawPicture$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).drawPicture$1(receiver, a0); - }, - drawRRect$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).drawRRect$2(receiver, a0, a1); - }, - drawRect$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).drawRect$2(receiver, a0, a1); - }, - drawShadow$7$x(receiver, a0, a1, a2, a3, a4, a5, a6) { - return J.getInterceptor$x(receiver).drawShadow$7(receiver, a0, a1, a2, a3, a4, a5, a6); - }, elementAt$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0); }, endsWith$1$s(receiver, a0) { return J.getInterceptor$s(receiver).endsWith$1(receiver, a0); }, - firstWhere$2$orElse$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).firstWhere$2$orElse(receiver, a0, a1); - }, floor$0$n(receiver) { return J.getInterceptor$n(receiver).floor$0(receiver); }, - flush$0$x(receiver) { - return J.getInterceptor$x(receiver).flush$0(receiver); - }, - focus$0$x(receiver) { - return J.getInterceptor$x(receiver).focus$0(receiver); - }, fold$1$2$ax(receiver, a0, a1, $T1) { return J.getInterceptor$ax(receiver).fold$1$2(receiver, a0, a1, $T1); }, @@ -125807,51 +128177,21 @@ format$1$x(receiver, a0) { return J.getInterceptor$x(receiver).format$1(receiver, a0); }, - getAlphabeticBaseline$0$x(receiver) { - return J.getInterceptor$x(receiver).getAlphabeticBaseline$0(receiver); - }, getAuthResponse$0$x(receiver) { return J.getInterceptor$x(receiver).getAuthResponse$0(receiver); }, getBasicProfile$0$x(receiver) { return J.getInterceptor$x(receiver).getBasicProfile$0(receiver); }, - getBounds$0$x(receiver) { - return J.getInterceptor$x(receiver).getBounds$0(receiver); - }, - getCanvas$0$x(receiver) { - return J.getInterceptor$x(receiver).getCanvas$0(receiver); - }, - getComputedStyle$0$x(receiver) { - return J.getInterceptor$x(receiver).getComputedStyle$0(receiver); - }, getEmail$0$x(receiver) { return J.getInterceptor$x(receiver).getEmail$0(receiver); }, getFloat64$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).getFloat64$2(receiver, a0, a1); }, - getGlyphBounds$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).getGlyphBounds$3(receiver, a0, a1, a2); - }, - getGlyphIDs$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).getGlyphIDs$1(receiver, a0); - }, - getGlyphPositionAtCoordinate$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).getGlyphPositionAtCoordinate$2(receiver, a0, a1); - }, - getH5vccSkSurface$0$x(receiver) { - return J.getInterceptor$x(receiver).getH5vccSkSurface$0(receiver); - }, - getHeight$0$x(receiver) { - return J.getInterceptor$x(receiver).getHeight$0(receiver); - }, getId$0$x(receiver) { return J.getInterceptor$x(receiver).getId$0(receiver); }, - getIdeographicBaseline$0$x(receiver) { - return J.getInterceptor$x(receiver).getIdeographicBaseline$0(receiver); - }, getImageUrl$0$x(receiver) { return J.getInterceptor$x(receiver).getImageUrl$0(receiver); }, @@ -125861,38 +128201,14 @@ getInt64$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).getInt64$2(receiver, a0, a1); }, - getLineMetrics$0$x(receiver) { - return J.getInterceptor$x(receiver).getLineMetrics$0(receiver); - }, - getLongestLine$0$x(receiver) { - return J.getInterceptor$x(receiver).getLongestLine$0(receiver); - }, - getMaxIntrinsicWidth$0$x(receiver) { - return J.getInterceptor$x(receiver).getMaxIntrinsicWidth$0(receiver); - }, - getMaxWidth$0$x(receiver) { - return J.getInterceptor$x(receiver).getMaxWidth$0(receiver); - }, - getMinIntrinsicWidth$0$x(receiver) { - return J.getInterceptor$x(receiver).getMinIntrinsicWidth$0(receiver); - }, getName$0$x(receiver) { return J.getInterceptor$x(receiver).getName$0(receiver); }, - getPath$0$x(receiver) { - return J.getInterceptor$x(receiver).getPath$0(receiver); - }, getRange$2$ax(receiver, a0, a1) { return J.getInterceptor$ax(receiver).getRange$2(receiver, a0, a1); }, - getRectsForPlaceholders$0$x(receiver) { - return J.getInterceptor$x(receiver).getRectsForPlaceholders$0(receiver); - }, - getRectsForRange$4$x(receiver, a0, a1, a2, a3) { - return J.getInterceptor$x(receiver).getRectsForRange$4(receiver, a0, a1, a2, a3); - }, - getState$0$x(receiver) { - return J.getInterceptor$x(receiver).getState$0(receiver); + getTransformTo$1$z(receiver, a0) { + return J.getInterceptor$z(receiver).getTransformTo$1(receiver, a0); }, getUint16$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).getUint16$2(receiver, a0, a1); @@ -125903,15 +128219,6 @@ getUint8$1$x(receiver, a0) { return J.getInterceptor$x(receiver).getUint8$1(receiver, a0); }, - getWordBoundary$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).getWordBoundary$1(receiver, a0); - }, - go$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).go$1(receiver, a0); - }, - height$0$x(receiver) { - return J.getInterceptor$x(receiver).height$0(receiver); - }, indexOf$1$asx(receiver, a0) { return J.getInterceptor$asx(receiver).indexOf$1(receiver, a0); }, @@ -125927,15 +128234,6 @@ insertAllBefore$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).insertAllBefore$2(receiver, a0, a1); }, - isAliasOf$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).isAliasOf$1(receiver, a0); - }, - isDeleted$0$x(receiver) { - return J.getInterceptor$x(receiver).isDeleted$0(receiver); - }, - isEmpty$0$asx(receiver) { - return J.getInterceptor$asx(receiver).isEmpty$0(receiver); - }, isIdentity$0$z(receiver) { return J.getInterceptor$z(receiver).isIdentity$0(receiver); }, @@ -125948,12 +128246,6 @@ join$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).join$1(receiver, a0); }, - layout$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).layout$1(receiver, a0); - }, - lineTo$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).lineTo$2(receiver, a0, a1); - }, listen$4$cancelOnError$onDone$onError$z(receiver, a0, a1, a2, a3) { return J.getInterceptor$z(receiver).listen$4$cancelOnError$onDone$onError(receiver, a0, a1, a2, a3); }, @@ -125978,9 +128270,6 @@ matchAsPrefix$2$s(receiver, a0, a1) { return J.getInterceptor$s(receiver).matchAsPrefix$2(receiver, a0, a1); }, - moveTo$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).moveTo$2(receiver, a0, a1); - }, noSuchMethod$1$(receiver, a0) { return J.getInterceptor$(receiver).noSuchMethod$1(receiver, a0); }, @@ -126002,33 +128291,9 @@ parse$2$z(receiver, a0, a1) { return J.getInterceptor$z(receiver).parse$2(receiver, a0, a1); }, - pop$0$x(receiver) { - return J.getInterceptor$x(receiver).pop$0(receiver); - }, - pushPaintStyle$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).pushPaintStyle$3(receiver, a0, a1, a2); - }, - pushState$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).pushState$3(receiver, a0, a1, a2); - }, - pushStyle$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).pushStyle$1(receiver, a0); - }, putIfAbsent$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).putIfAbsent$2(receiver, a0, a1); }, - quadTo$4$x(receiver, a0, a1, a2, a3) { - return J.getInterceptor$x(receiver).quadTo$4(receiver, a0, a1, a2, a3); - }, - register$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).register$2(receiver, a0, a1); - }, - registerFont$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).registerFont$2(receiver, a0, a1); - }, - releaseResourcesAndAbandonContext$0$x(receiver) { - return J.getInterceptor$x(receiver).releaseResourcesAndAbandonContext$0(receiver); - }, remove$0$ax(receiver) { return J.getInterceptor$ax(receiver).remove$0(receiver); }, @@ -126062,96 +128327,33 @@ replaceRange$3$asx(receiver, a0, a1, a2) { return J.getInterceptor$asx(receiver).replaceRange$3(receiver, a0, a1, a2); }, - replaceState$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).replaceState$3(receiver, a0, a1, a2); - }, replaceWith$1$x(receiver, a0) { return J.getInterceptor$x(receiver).replaceWith$1(receiver, a0); }, - reset$0$x(receiver) { - return J.getInterceptor$x(receiver).reset$0(receiver); - }, resolve$1$z(receiver, a0) { return J.getInterceptor$z(receiver).resolve$1(receiver, a0); }, - restore$0$x(receiver) { - return J.getInterceptor$x(receiver).restore$0(receiver); - }, - restoreToCount$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).restoreToCount$1(receiver, a0); - }, retainWhere$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).retainWhere$1(receiver, a0); }, - rotate$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).rotate$3(receiver, a0, a1, a2); - }, round$0$n(receiver) { return J.getInterceptor$n(receiver).round$0(receiver); }, roundToDouble$0$n(receiver) { return J.getInterceptor$n(receiver).roundToDouble$0(receiver); }, - save$0$x(receiver) { - return J.getInterceptor$x(receiver).save$0(receiver); - }, - saveLayer$4$x(receiver, a0, a1, a2, a3) { - return J.getInterceptor$x(receiver).saveLayer$4(receiver, a0, a1, a2, a3); - }, scale$1$x(receiver, a0) { return J.getInterceptor$x(receiver).scale$1(receiver, a0); }, - scale$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).scale$2(receiver, a0, a1); - }, - select$0$x(receiver) { - return J.getInterceptor$x(receiver).select$0(receiver); - }, send$1$x(receiver, a0) { return J.getInterceptor$x(receiver).send$1(receiver, a0); }, setAll$2$ax(receiver, a0, a1) { return J.getInterceptor$ax(receiver).setAll$2(receiver, a0, a1); }, - setAntiAlias$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setAntiAlias$1(receiver, a0); - }, - setBlendMode$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setBlendMode$1(receiver, a0); - }, - setColorFilter$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setColorFilter$1(receiver, a0); - }, - setColorInt$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setColorInt$1(receiver, a0); - }, - setFillType$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setFillType$1(receiver, a0); - }, - setMaskFilter$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setMaskFilter$1(receiver, a0); - }, setRange$4$ax(receiver, a0, a1, a2, a3) { return J.getInterceptor$ax(receiver).setRange$4(receiver, a0, a1, a2, a3); }, - setResourceCacheLimitBytes$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setResourceCacheLimitBytes$1(receiver, a0); - }, - setShader$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setShader$1(receiver, a0); - }, - setStrokeCap$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setStrokeCap$1(receiver, a0); - }, - setStrokeJoin$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setStrokeJoin$1(receiver, a0); - }, - setStrokeWidth$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setStrokeWidth$1(receiver, a0); - }, - setStyle$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setStyle$1(receiver, a0); - }, signIn$1$x(receiver, a0) { return J.getInterceptor$x(receiver).signIn$1(receiver, a0); }, @@ -126191,9 +128393,6 @@ take$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).take$1(receiver, a0); }, - then$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).then$1(receiver, a0); - }, then$1$1$x(receiver, a0, $T1) { return J.getInterceptor$x(receiver).then$1$1(receiver, a0, $T1); }, @@ -126203,9 +128402,6 @@ then$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).then$2(receiver, a0, a1); }, - toCmds$0$x(receiver) { - return J.getInterceptor$x(receiver).toCmds$0(receiver); - }, toDouble$0$n(receiver) { return J.getInterceptor$n(receiver).toDouble$0(receiver); }, @@ -126224,9 +128420,6 @@ toRadixString$1$n(receiver, a0) { return J.getInterceptor$n(receiver).toRadixString$1(receiver, a0); }, - toSVGString$0$x(receiver) { - return J.getInterceptor$x(receiver).toSVGString$0(receiver); - }, toSet$0$ax(receiver) { return J.getInterceptor$ax(receiver).toSet$0(receiver); }, @@ -126236,17 +128429,8 @@ toStringAsFixed$1$n(receiver, a0) { return J.getInterceptor$n(receiver).toStringAsFixed$1(receiver, a0); }, - toTypedArray$0$x(receiver) { - return J.getInterceptor$x(receiver).toTypedArray$0(receiver); - }, - total$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).total$2(receiver, a0, a1); - }, - transform$9$x(receiver, a0, a1, a2, a3, a4, a5, a6, a7, a8) { - return J.getInterceptor$x(receiver).transform$9(receiver, a0, a1, a2, a3, a4, a5, a6, a7, a8); - }, - translate$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).translate$2(receiver, a0, a1); + total$2$z(receiver, a0, a1) { + return J.getInterceptor$z(receiver).total$2(receiver, a0, a1); }, trim$0$s(receiver) { return J.getInterceptor$s(receiver).trim$0(receiver); @@ -126257,18 +128441,12 @@ trimRight$0$s(receiver) { return J.getInterceptor$s(receiver).trimRight$0(receiver); }, - unlock$0$x(receiver) { - return J.getInterceptor$x(receiver).unlock$0(receiver); - }, updateWith$1$config$z(receiver, a0) { return J.getInterceptor$z(receiver).updateWith$1$config(receiver, a0); }, where$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).where$1(receiver, a0); }, - width$0$x(receiver) { - return J.getInterceptor$x(receiver).width$0(receiver); - }, Interceptor: function Interceptor() { }, JSBool: function JSBool() { @@ -126387,17 +128565,17 @@ }, prepareEngineInitializer$0() { var t1 = A.allowInterop(new A.AppBootstrap_prepareEngineInitializer_closure(this)); - return {initializeEngine: A.allowInterop(new A.AppBootstrap_prepareEngineInitializer_closure0(this)), autoStart: t1}; + return type$.JavaScriptObject._as({initializeEngine: A.allowInterop(new A.AppBootstrap_prepareEngineInitializer_closure0(this)), autoStart: t1}); }, _prepareAppRunner$0() { - return {runApp: A.allowInterop(new A.AppBootstrap__prepareAppRunner_closure(this))}; + return type$.JavaScriptObject._as({runApp: A.allowInterop(new A.AppBootstrap__prepareAppRunner_closure(this))}); } }; A.AppBootstrap_prepareEngineInitializer_closure.prototype = { call$0() { - return new self.Promise(A.allowInterop(new A.AppBootstrap_prepareEngineInitializer__closure0(this.$this)), type$.FlutterApp); + return new self.Promise(A.allowInterop(new A.AppBootstrap_prepareEngineInitializer__closure0(this.$this)), type$.JavaScriptObject); }, - $signature: 2033 + $signature: 1495 }; A.AppBootstrap_prepareEngineInitializer__closure0.prototype = { call$2(resolve, _) { @@ -126415,18 +128593,18 @@ return A._asyncAwait($async$self.$this.autoStart$0(), $async$call$2); case 2: // returning from await. - resolve.call$1({}); + resolve.call$1(type$.JavaScriptObject._as({})); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 669 + $signature: 424 }; A.AppBootstrap_prepareEngineInitializer_closure0.prototype = { call$1(params) { - return new self.Promise(A.allowInterop(new A.AppBootstrap_prepareEngineInitializer__closure(this.$this)), type$.FlutterAppRunner); + return new self.Promise(A.allowInterop(new A.AppBootstrap_prepareEngineInitializer__closure(this.$this)), type$.JavaScriptObject); }, call$0() { return this.call$1(null); @@ -126436,7 +128614,7 @@ $defaultValues() { return [null]; }, - $signature: 1600 + $signature: 818 }; A.AppBootstrap_prepareEngineInitializer__closure.prototype = { call$2(resolve, _) { @@ -126462,11 +128640,11 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 1453 + $signature: 424 }; A.AppBootstrap__prepareAppRunner_closure.prototype = { call$1(params) { - return new self.Promise(A.allowInterop(new A.AppBootstrap__prepareAppRunner__closure(this.$this)), type$.FlutterApp); + return new self.Promise(A.allowInterop(new A.AppBootstrap__prepareAppRunner__closure(this.$this)), type$.JavaScriptObject); }, call$0() { return this.call$1(null); @@ -126476,7 +128654,7 @@ $defaultValues() { return [null]; }, - $signature: 1488 + $signature: 818 }; A.AppBootstrap__prepareAppRunner__closure.prototype = { call$2(resolve, _) { @@ -126494,19 +128672,23 @@ return A._asyncAwait($async$self.$this._runApp.call$0(), $async$call$2); case 2: // returning from await. - resolve.call$1({}); + resolve.call$1(type$.JavaScriptObject._as({})); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 669 + $signature: 424 }; A.AssetManager.prototype = { get$_baseUrl() { - var t1 = new A.WhereTypeIterable(new A._FrozenElementList(window.document.querySelectorAll("meta"), type$._FrozenElementList_Element), type$.WhereTypeIterable_nullable_MetaElement).firstWhere$2$orElse(0, new A.AssetManager__baseUrl_closure(), new A.AssetManager__baseUrl_closure0()); - return t1 == null ? null : t1.content; + var t2, + t1 = type$._DomListWrapper_JavaScriptObject; + t1 = A.CastIterable_CastIterable(new A._DomListWrapper(self.window.document.querySelectorAll("meta"), t1), t1._eval$1("Iterable.E"), type$.JavaScriptObject); + t2 = A._instanceType(t1); + t2 = A.FirstWhereOrNull_firstWhereOrNull(new A.MappedIterable(new A.WhereIterable(t1, new A.AssetManager__baseUrl_closure(), t2._eval$1("WhereIterable")), new A.AssetManager__baseUrl_closure0(), t2._eval$1("MappedIterable")), new A.AssetManager__baseUrl_closure1()); + return t2 == null ? null : t2.content; }, getAssetUrl$1(asset) { var t1; @@ -126523,7 +128705,7 @@ load$body$AssetManager(_, asset) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.ByteData), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, request, response, e, target, t1, exception, url, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, request, response, e, p, target, request0, constructorName, t1, exception, url, $async$exception; var $async$load$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -126536,11 +128718,11 @@ url = $async$self.getAssetUrl$1(asset); $async$handler = 4; $async$goto = 7; - return A._asyncAwait(A.HttpRequest_request(url, "arraybuffer"), $async$load$1); + return A._asyncAwait(A.domHttpRequest(url, "arraybuffer"), $async$load$1); case 7: // returning from await. request = $async$result; - response = type$.ByteBuffer._as(A._convertNativeToDart_XHR_Response(request.response)); + response = type$.ByteBuffer._as(request.response); t1 = J.asByteData$0$x(response); $async$returnValue = t1; // goto return @@ -126554,26 +128736,33 @@ // catch $async$handler = 3; $async$exception = $async$currentError; - t1 = A.unwrapException($async$exception); - if (type$.ProgressEvent._is(t1)) { - e = t1; - target = A._convertNativeToDart_EventTarget(e.target); - if (type$.HttpRequest._is(target)) { - if (target.status === 404 && asset === "AssetManifest.json") { - $.$get$printWarning().call$1("Asset manifest does not exist at `" + A.S(url) + "` \u2013 ignoring."); - $async$returnValue = A.NativeByteData_NativeByteData$view(new Uint8Array(A._ensureNativeList(B.C_Utf8Codec.get$encoder().convert$1("{}"))).buffer, 0, null); - // goto return - $async$goto = 1; - break; - } - t1 = target.status; - t1.toString; - throw A.wrapException(new A.AssetManagerException(url, t1)); + e = A.unwrapException($async$exception); + t1 = self.window.ProgressEvent; + t1.toString; + if (!(e instanceof t1)) + throw $async$exception; + p = type$.JavaScriptObject._as(e); + target = p.target; + t1 = self.window.XMLHttpRequest; + t1.toString; + if (target instanceof t1) { + t1 = target; + t1.toString; + request0 = t1; + if (request0.status === 404 && asset === "AssetManifest.json") { + $.$get$printWarning().call$1("Asset manifest does not exist at `" + A.S(url) + "` \u2013 ignoring."); + $async$returnValue = A.NativeByteData_NativeByteData$view(new Uint8Array(A._ensureNativeList(B.C_Utf8Codec.get$encoder().convert$1("{}"))).buffer, 0, null); + // goto return + $async$goto = 1; + break; } - $.$get$printWarning().call$1("Caught ProgressEvent with target: " + A.S(target)); - throw $async$exception; - } else - throw $async$exception; + t1 = A.DomXMLHttpRequestExtension_get_status(request0); + t1.toString; + throw A.wrapException(new A.AssetManagerException(url, t1)); + } + constructorName = target == null ? "null" : A.domGetConstructorName(target); + $.$get$printWarning().call$1("Caught ProgressEvent with unknown target: " + A.S(constructorName)); + throw $async$exception; // goto after finally $async$goto = 6; break; @@ -126596,16 +128785,24 @@ } }; A.AssetManager__baseUrl_closure.prototype = { - call$1(e) { - return J.$eq$(J.get$name$x(e), "assetBase"); + call$1(domNode) { + var t1 = self.window.HTMLMetaElement; + t1.toString; + return domNode instanceof t1; }, - $signature: 128 + $signature: 815 }; A.AssetManager__baseUrl_closure0.prototype = { - call$0() { - return null; + call$1(domNode) { + return domNode; }, - $signature: 1 + $signature: 527 + }; + A.AssetManager__baseUrl_closure1.prototype = { + call$1(element) { + return element.name === "assetBase"; + }, + $signature: 815 }; A.AssetManagerException.prototype = { toString$0(_) { @@ -126624,9 +128821,6 @@ } }; A.CanvasPool.prototype = { - get$isEmpty(_) { - return this.__engine$_canvas == null; - }, get$context(_) { var t1, ctx = this.__engine$_context; @@ -126652,7 +128846,9 @@ t1 = _this.__engine$_canvas; if (t1 != null) { t1.width = 0; - _this.__engine$_canvas.height = 0; + t1 = _this.__engine$_canvas; + t1.toString; + t1.height = 0; _this.__engine$_canvas = null; } t1 = _this._reusablePool; @@ -126676,43 +128872,34 @@ canvas = _this._allocCanvas$2(t1, t3); } t5 = canvas.style; - t5.position = "absolute"; - t5.width = A.S(t1 / t2) + "px"; - t5.height = A.S(t3 / t4) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t5, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t5, "width", A.S(t1 / t2) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t5, "height", A.S(t3 / t4) + "px"); requiresClearRect = false; } - t1 = _this._rootElement; - t2 = t1.lastChild; - t3 = canvas; - if (t2 == null ? t3 != null : t2 !== t3) - t1.appendChild(canvas); + if (!J.$eq$(_this._rootElement.lastChild, canvas)) + _this._rootElement.append(canvas); try { if (reused) canvas.style.removeProperty("z-index"); - _this.__engine$_context = canvas.getContext("2d"); + t1 = A.DomCanvasElementExtension_getContext(canvas, "2d", null); + t1.toString; + _this.__engine$_context = type$.JavaScriptObject._as(t1); } catch (exception) { } t1 = _this.__engine$_context; if (t1 == null) { A.reduceCanvasMemoryUsage(); - t1 = _this.__engine$_context = canvas.getContext("2d"); - } - if (t1 == null) { - t1 = _this.__engine$_canvas; - if (t1 != null) - t1.width = 0; - t1 = _this.__engine$_canvas; - if (t1 != null) - t1.height = 0; - _this.__engine$_canvas = null; - return; + t1 = A.DomCanvasElementExtension_getContext(canvas, "2d", null); + t1.toString; + t1 = _this.__engine$_context = type$.JavaScriptObject._as(t1); } t2 = _this._density; _this._contextHandle = new A.ContextStateHandle(t1, _this, t2, B.BlendMode_3, B.StrokeCap_0, B.StrokeJoin_0); ctx = _this.get$context(_this); ctx.save(); ++_this._saveContextCount; - ctx.setTransform(1, 0, 0, 1, 0, 0); + A.callMethod(ctx, "setTransform", [1, 0, 0, 1, 0, 0]); if (requiresClearRect) ctx.clearRect(0, 0, _this._widthInBitmapPixels * t2, _this._heightInBitmapPixels * t2); ctx.scale(A.EnginePlatformDispatcher_browserDevicePixelRatio() * t2, A.EnginePlatformDispatcher_browserDevicePixelRatio() * t2); @@ -126741,7 +128928,7 @@ _this._contextHandle.reset$0(0); t1 = _this._activeCanvasList; if (t1 == null) - t1 = _this._activeCanvasList = A._setArrayType([], type$.JSArray_CanvasElement); + t1 = _this._activeCanvasList = A._setArrayType([], type$.JSArray_JavaScriptObject); t2 = _this.__engine$_canvas; t2.toString; t1.push(t2); @@ -126760,10 +128947,10 @@ t3 = clipTimeTransform.__engine$_m4storage; t4 = prevTransform.__engine$_m4storage; if (t3[0] !== t4[0] || t3[1] !== t4[1] || t3[4] !== t4[4] || t3[5] !== t4[5] || t3[12] !== t4[12] || t3[13] !== t4[13]) { - ratio = window.devicePixelRatio; - ratio = (ratio == null || ratio === 0 ? 1 : ratio) * t1; - ctx.setTransform(ratio, 0, 0, ratio, 0, 0); - ctx.transform(t3[0], t3[1], t3[4], t3[5], t3[12], t3[13]); + t4 = self.window.devicePixelRatio; + ratio = (t4 == null || t4 === 0 ? 1 : t4) * t1; + ctx.setTransform.apply(ctx, [ratio, 0, 0, ratio, 0, 0]); + ctx.transform.apply(ctx, [t3[0], t3[1], t3[4], t3[5], t3[12], t3[13]]); prevTransform = clipTimeTransform; } t3 = clipEntry.rect; @@ -126772,22 +128959,25 @@ t4 = t3.left; t5 = t3.top; ctx.rect(t4, t5, t3.right - t4, t3.bottom - t5); - ctx.clip(); + ctx.clip.apply(ctx, []); } else { t3 = clipEntry.rrect; if (t3 != null) { path = A.Path_Path(); - path.addRRect$1(0, t3); + path.addRRect$1(t3); _this._runPath$2(ctx, t2._as(path)); - ctx.clip(); + ctx.clip.apply(ctx, []); } else { t3 = clipEntry.path; if (t3 != null) { _this._runPath$2(ctx, t3); if (t3._fillType === B.PathFillType_0) - ctx.clip(); - else - ctx.clip("evenodd"); + ctx.clip.apply(ctx, []); + else { + t3 = []; + t3.push("evenodd"); + ctx.clip.apply(ctx, t3); + } } } } @@ -126796,8 +128986,8 @@ t2 = prevTransform.__engine$_m4storage; if (t1[0] !== t2[0] || t1[1] !== t2[1] || t1[4] !== t2[4] || t1[5] !== t2[5] || t1[12] !== t2[12] || t1[13] !== t2[13]) { ratio = A.EnginePlatformDispatcher_browserDevicePixelRatio() * _this._density; - ctx.setTransform(ratio, 0, 0, ratio, 0, 0); - ctx.transform(t1[0], t1[1], t1[4], t1[5], t1[12], t1[13]); + A.callMethod(ctx, "setTransform", [ratio, 0, 0, ratio, 0, 0]); + A.callMethod(ctx, "transform", [t1[0], t1[1], t1[4], t1[5], t1[12], t1[13]]); } return clipDepth; }, @@ -126827,9 +129017,7 @@ e.height = 0; e.width = 0; } - t3 = e.parentNode; - if (t3 != null) - t3.removeChild(e); + e.remove(); } this._reusablePool = null; } @@ -126853,13 +129041,13 @@ t1 = rect.left; t2 = rect.top; ctx.rect(t1, t2, rect.right - t1, rect.bottom - t2); - ctx.clip(); + A.DomCanvasRenderingContext2DExtension_clip(ctx, null); }, __engine$_clipRRect$2(ctx, rrect) { var path = A.Path_Path(); - path.addRRect$1(0, rrect); + path.addRRect$1(rrect); this._runPath$2(ctx, type$.SurfacePath._as(path)); - ctx.clip(); + A.DomCanvasRenderingContext2DExtension_clip(ctx, null); }, clipPath$1(_, path) { var ctx, _this = this; @@ -126868,9 +129056,9 @@ ctx = _this.get$context(_this); _this._runPath$2(ctx, path); if (path._fillType === B.PathFillType_0) - ctx.clip(); + A.DomCanvasRenderingContext2DExtension_clip(ctx, null); else - ctx.clip("evenodd"); + A.DomCanvasRenderingContext2DExtension_clip(ctx, "evenodd"); } }, _runPath$2(ctx, path) { @@ -126889,7 +129077,7 @@ ctx.lineTo(p[2], p[3]); break; case 4: - ctx.bezierCurveTo(p[2], p[3], p[4], p[5], p[6], p[7]); + ctx.bezierCurveTo.apply(ctx, [p[2], p[3], p[4], p[5], p[6], p[7]]); break; case 2: ctx.quadraticCurveTo(p[2], p[3], p[4], p[5]); @@ -126927,7 +129115,7 @@ ctx.lineTo(p[2] + offsetX, p[3] + offsetY); break; case 4: - ctx.bezierCurveTo(p[2] + offsetX, p[3] + offsetY, p[4] + offsetX, p[5] + offsetY, p[6] + offsetX, p[7] + offsetY); + ctx.bezierCurveTo.apply(ctx, [p[2] + offsetX, p[3] + offsetY, p[4] + offsetX, p[5] + offsetY, p[6] + offsetX, p[7] + offsetY]); break; case 2: ctx.quadraticCurveTo(p[2] + offsetX, p[3] + offsetY, p[4] + offsetX, p[5] + offsetY); @@ -126949,7 +129137,7 @@ throw A.wrapException(A.UnimplementedError$("Unknown path verb " + verb)); } }, - drawPath$2(_, path, style) { + drawPath$2(path, style) { var t2, _this = this, shaderBounds = _this.get$contextHandle()._shaderBounds, t1 = type$.SurfacePath; @@ -126965,15 +129153,16 @@ else { t1 = t1.context; if (t2 === B.PathFillType_0) - t1.fill(); + A.DomCanvasRenderingContext2DExtension_fill(t1, null); else - t1.fill("evenodd"); + A.DomCanvasRenderingContext2DExtension_fill(t1, "evenodd"); } }, - dispose$0(_) { + dispose$0() { var t1 = $.$get$_browserEngine(); if (t1 === B.BrowserEngine_1 && this.__engine$_canvas != null) { t1 = this.__engine$_canvas; + t1.toString; t1.height = 0; t1.width = 0; } @@ -126990,9 +129179,7 @@ c.height = 0; c.width = 0; } - t3 = c.parentNode; - if (t3 != null) - t3.removeChild(c); + c.remove(); } this._activeCanvasList = null; } @@ -127124,7 +129311,7 @@ if (style === B.PaintingStyle_1) t1.stroke(); else - t1.fill(); + A.DomCanvasRenderingContext2DExtension_fill(t1, null); }, reset$0(_) { var _this = this, @@ -127150,7 +129337,7 @@ }; A._SaveStackTracking.prototype = { clear$0(_) { - B.JSArray_methods.set$length(this._saveStack, 0); + B.JSArray_methods.clear$0(this._saveStack); this.clipStack = null; this._currentTransform = A.Matrix4$identity(); }, @@ -127183,7 +129370,7 @@ transform$1(_, matrix4) { this._currentTransform.multiply$1(0, new A.Matrix40(matrix4)); }, - clipRect$1(_, rect) { + clipRect$1(rect) { var t2, t3, t1 = this.clipStack; if (t1 == null) @@ -127193,7 +129380,7 @@ t3.setFrom$1(t2); t1.push(new A.SaveClipEntry(rect, null, null, t3)); }, - clipRRect$1(_, rrect) { + clipRRect$1(rrect) { var t2, t3, t1 = this.clipStack; if (t1 == null) @@ -127216,102 +129403,103 @@ }; A.CkCanvas.prototype = { clear$1(_, color) { - J.clear$1$ax(this.skCanvas, A._populateSkColor($.$get$_sharedSkColor1(), color)); + this.skCanvas.clear(A._populateSkColor($.$get$_sharedSkColor1(), color)); }, clipPath$2(_, path, doAntiAlias) { - J.clipPath$3$x(this.skCanvas, path.get$skiaObject(), $.$get$_clipOpIntersect(), doAntiAlias); + this.skCanvas.clipPath(path.get$skiaObject(), $.$get$_clipOpIntersect(), doAntiAlias); }, - clipRRect$2(_, rrect, doAntiAlias) { - J.clipRRect$3$x(this.skCanvas, A.toSkRRect(rrect), $.$get$_clipOpIntersect(), doAntiAlias); + clipRRect$2(rrect, doAntiAlias) { + this.skCanvas.clipRRect(A.toSkRRect(rrect), $.$get$_clipOpIntersect(), doAntiAlias); }, - clipRect$3(_, rect, clipOp, doAntiAlias) { - J.clipRect$3$x(this.skCanvas, A.toSkRect(rect), $.$get$_skClipOps()[clipOp.index], doAntiAlias); + clipRect$3(rect, clipOp, doAntiAlias) { + this.skCanvas.clipRect(A.toSkRect(rect), $.$get$_skClipOps()[clipOp.index], doAntiAlias); }, - drawArc$5(_, oval, startAngle, sweepAngle, useCenter, paint) { - J.drawArc$5$x(this.skCanvas, A.toSkRect(oval), startAngle * 57.29577951308232, sweepAngle * 57.29577951308232, false, paint.get$skiaObject()); + drawArc$5(oval, startAngle, sweepAngle, useCenter, paint) { + A.callMethod(this.skCanvas, "drawArc", [A.toSkRect(oval), startAngle * 57.29577951308232, sweepAngle * 57.29577951308232, false, paint.get$skiaObject()]); }, - drawCircle$3(_, c, radius, paint) { - J.drawCircle$4$x(this.skCanvas, c._dx, c._dy, radius, paint.get$skiaObject()); + drawCircle$3(c, radius, paint) { + this.skCanvas.drawCircle(c._dx, c._dy, radius, paint.get$skiaObject()); }, - drawDRRect$3(_, outer, inner, paint) { - J.drawDRRect$3$x(this.skCanvas, A.toSkRRect(outer), A.toSkRRect(inner), paint.get$skiaObject()); + drawDRRect$3(outer, inner, paint) { + this.skCanvas.drawDRRect(A.toSkRRect(outer), A.toSkRRect(inner), paint.get$skiaObject()); }, drawImageRect$4(image, src, dst, paint) { var t2, t3, t4, t5, t6, filterQuality = paint.__engine$_filterQuality, t1 = this.skCanvas; - if (filterQuality === B.FilterQuality_3) - J.drawImageRectCubic$6$x(t1, A._lateReadCheck(image.__CkImage_box, "box").get$skiaObject(), A.toSkRect(src), A.toSkRect(dst), 0.3333333333333333, 0.3333333333333333, paint.get$skiaObject()); - else { - t2 = A._lateReadCheck(image.__CkImage_box, "box").get$skiaObject(); + if (filterQuality === B.FilterQuality_3) { + t2 = image.__CkImage_box_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + A.callMethod(t1, "drawImageRectCubic", [t2.get$skiaObject(), A.toSkRect(src), A.toSkRect(dst), 0.3333333333333333, 0.3333333333333333, paint.get$skiaObject()]); + } else { + t2 = image.__CkImage_box_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.get$skiaObject(); t3 = A.toSkRect(src); t4 = A.toSkRect(dst); - t5 = filterQuality === B.FilterQuality_0 ? J.get$Nearest$x(J.get$FilterMode$x($.__canvasKit._readField$0())) : J.get$Linear$x(J.get$FilterMode$x($.__canvasKit._readField$0())); - t6 = filterQuality === B.FilterQuality_2 ? J.get$Linear$x(J.get$MipmapMode$x($.__canvasKit._readField$0())) : J.get$None$x(J.get$MipmapMode$x($.__canvasKit._readField$0())); - J.drawImageRectOptions$6$x(t1, t2, t3, t4, t5, t6, paint.get$skiaObject()); + t5 = filterQuality === B.FilterQuality_0 ? $.__canvasKit._readField$0().FilterMode.Nearest : $.__canvasKit._readField$0().FilterMode.Linear; + t6 = filterQuality === B.FilterQuality_2 ? $.__canvasKit._readField$0().MipmapMode.Linear : $.__canvasKit._readField$0().MipmapMode.None; + A.callMethod(t1, "drawImageRectOptions", [t2, t3, t4, t5, t6, paint.get$skiaObject()]); } }, - drawLine$3(_, p1, p2, paint) { - J.drawLine$5$x(this.skCanvas, p1._dx, p1._dy, p2._dx, p2._dy, paint.get$skiaObject()); + drawLine$3(p1, p2, paint) { + A.callMethod(this.skCanvas, "drawLine", [p1._dx, p1._dy, p2._dx, p2._dy, paint.get$skiaObject()]); }, - drawPaint$1(_, paint) { - J.drawPaint$1$x(this.skCanvas, paint.get$skiaObject()); + drawPaint$1(paint) { + this.skCanvas.drawPaint(paint.get$skiaObject()); }, - drawParagraph$2(_, paragraph, offset) { + drawParagraph$2(paragraph, offset) { var t1 = paragraph._lastLayoutConstraints; t1.toString; - J.drawParagraph$3$x(this.skCanvas, paragraph._ensureInitialized$1(t1), offset._dx, offset._dy); + this.skCanvas.drawParagraph(paragraph._ensureInitialized$1(t1), offset._dx, offset._dy); if (!$.$get$CkParagraph__paragraphCache().markUsed$1(paragraph)) $.$get$CkParagraph__paragraphCache().add$1(0, paragraph); }, - drawPath$2(_, path, paint) { - J.drawPath$2$x(this.skCanvas, path.get$skiaObject(), paint.get$skiaObject()); + drawPath$2(path, paint) { + this.skCanvas.drawPath(path.get$skiaObject(), paint.get$skiaObject()); }, - drawPicture$1(_, picture) { - J.drawPicture$1$x(this.skCanvas, picture.get$skiaObject()); + drawPicture$1(picture) { + this.skCanvas.drawPicture(picture.get$skiaObject()); }, - drawRRect$2(_, rrect, paint) { - J.drawRRect$2$x(this.skCanvas, A.toSkRRect(rrect), paint.get$skiaObject()); + drawRRect$2(rrect, paint) { + this.skCanvas.drawRRect(A.toSkRRect(rrect), paint.get$skiaObject()); }, - drawRect$2(_, rect, paint) { - J.drawRect$2$x(this.skCanvas, A.toSkRect(rect), paint.get$skiaObject()); + drawRect$2(rect, paint) { + this.skCanvas.drawRect(A.toSkRect(rect), paint.get$skiaObject()); }, - drawShadow$4(_, path, color, elevation, transparentOccluder) { + drawShadow$4(path, color, elevation, transparentOccluder) { var t1 = $.$get$window()._debugDevicePixelRatio; if (t1 == null) t1 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); A.drawSkShadow(this.skCanvas, path, color, elevation, transparentOccluder, t1); }, restore$0(_) { - J.restore$0$x(this.skCanvas); - }, - restoreToCount$1(_, count) { - J.restoreToCount$1$x(this.skCanvas, count); + this.skCanvas.restore(); }, rotate$1(_, radians) { - J.rotate$3$x(this.skCanvas, radians * 180 / 3.141592653589793, 0, 0); + this.skCanvas.rotate(radians * 180 / 3.141592653589793, 0, 0); }, save$0(_) { - return J.save$0$x(this.skCanvas); + return this.skCanvas.save(); }, - saveLayer$2(_, bounds, paint) { + saveLayer$2(bounds, paint) { var t1 = paint == null ? null : paint.get$skiaObject(); - J.saveLayer$4$x(this.skCanvas, t1, A.toSkRect(bounds), null, null); + this.skCanvas.saveLayer(t1, A.toSkRect(bounds), null, null); }, saveLayerWithFilter$3(bounds, filter, paint) { var t1; type$.CkManagedSkImageFilterConvertible._as(filter); t1 = paint.get$skiaObject(); - return J.saveLayer$4$x(this.skCanvas, t1, A.toSkRect(bounds), filter.get$skiaObject(), 0); + return this.skCanvas.saveLayer(t1, A.toSkRect(bounds), filter.get$skiaObject(), 0); }, scale$2(_, sx, sy) { - J.scale$2$x(this.skCanvas, sx, sy); + this.skCanvas.scale(sx, sy); }, transform$1(_, matrix4) { - J.concat$1$x(this.skCanvas, A.toSkM44FromFloat32(matrix4)); + this.skCanvas.concat(A.toSkM44FromFloat32(matrix4)); }, translate$2(_, dx, dy) { - J.translate$2$x(this.skCanvas, dx, dy); + this.skCanvas.translate(dx, dy); }, get$pictureSnapshot() { return null; @@ -127326,70 +129514,69 @@ this.super$CkCanvas$clipPath(0, path, doAntiAlias); this.pictureSnapshot._commands.push(new A.CkClipPathCommand(path, doAntiAlias)); }, - clipRRect$2(_, rrect, doAntiAlias) { - this.super$CkCanvas$clipRRect(0, rrect, doAntiAlias); + clipRRect$2(rrect, doAntiAlias) { + this.super$CkCanvas$clipRRect(rrect, doAntiAlias); this.pictureSnapshot._commands.push(new A.CkClipRRectCommand(rrect, doAntiAlias)); }, - clipRect$3(_, rect, clipOp, doAntiAlias) { - this.super$CkCanvas$clipRect(0, rect, clipOp, doAntiAlias); + clipRect$3(rect, clipOp, doAntiAlias) { + this.super$CkCanvas$clipRect(rect, clipOp, doAntiAlias); this.pictureSnapshot._commands.push(new A.CkClipRectCommand(rect, clipOp, doAntiAlias)); }, - drawArc$5(_, oval, startAngle, sweepAngle, useCenter, paint) { - this.super$CkCanvas$drawArc(0, oval, startAngle, sweepAngle, false, paint); + drawArc$5(oval, startAngle, sweepAngle, useCenter, paint) { + this.super$CkCanvas$drawArc(oval, startAngle, sweepAngle, false, paint); this.pictureSnapshot._commands.push(new A.CkDrawArcCommand(oval, startAngle, sweepAngle, false, paint)); }, - drawCircle$3(_, c, radius, paint) { - this.super$CkCanvas$drawCircle(0, c, radius, paint); + drawCircle$3(c, radius, paint) { + this.super$CkCanvas$drawCircle(c, radius, paint); this.pictureSnapshot._commands.push(new A.CkDrawCircleCommand(c, radius, paint)); }, - drawDRRect$3(_, outer, inner, paint) { - this.super$CkCanvas$drawDRRect(0, outer, inner, paint); + drawDRRect$3(outer, inner, paint) { + this.super$CkCanvas$drawDRRect(outer, inner, paint); this.pictureSnapshot._commands.push(new A.CkDrawDRRectCommand(outer, inner, paint)); }, drawImageRect$4(image, src, dst, paint) { + var t1; this.super$CkCanvas$drawImageRect(image, src, dst, paint); - this.pictureSnapshot._commands.push(new A.CkDrawImageRectCommand(A.CkImage$cloneOf(A._lateReadCheck(image.__CkImage_box, "box")), src, dst, paint)); + t1 = image.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.pictureSnapshot._commands.push(new A.CkDrawImageRectCommand(A.CkImage$cloneOf(t1), src, dst, paint)); }, - drawLine$3(_, p1, p2, paint) { - this.super$CkCanvas$drawLine(0, p1, p2, paint); + drawLine$3(p1, p2, paint) { + this.super$CkCanvas$drawLine(p1, p2, paint); this.pictureSnapshot._commands.push(new A.CkDrawLineCommand(p1, p2, paint)); }, - drawPaint$1(_, paint) { - this.super$CkCanvas$drawPaint(0, paint); + drawPaint$1(paint) { + this.super$CkCanvas$drawPaint(paint); this.pictureSnapshot._commands.push(new A.CkDrawPaintCommand(paint)); }, - drawParagraph$2(_, paragraph, offset) { - this.super$CkCanvas$drawParagraph(0, paragraph, offset); + drawParagraph$2(paragraph, offset) { + this.super$CkCanvas$drawParagraph(paragraph, offset); this.pictureSnapshot._commands.push(new A.CkDrawParagraphCommand(paragraph, offset)); }, - drawPath$2(_, path, paint) { - this.super$CkCanvas$drawPath(0, path, paint); + drawPath$2(path, paint) { + this.super$CkCanvas$drawPath(path, paint); this.pictureSnapshot._commands.push(new A.CkDrawPathCommand(path, paint)); }, - drawPicture$1(_, picture) { - this.super$CkCanvas$drawPicture(0, picture); + drawPicture$1(picture) { + this.super$CkCanvas$drawPicture(picture); this.pictureSnapshot._commands.push(new A.CkDrawPictureCommand(picture)); }, - drawRRect$2(_, rrect, paint) { - this.super$CkCanvas$drawRRect(0, rrect, paint); + drawRRect$2(rrect, paint) { + this.super$CkCanvas$drawRRect(rrect, paint); this.pictureSnapshot._commands.push(new A.CkDrawRRectCommand(rrect, paint)); }, - drawRect$2(_, rect, paint) { - this.super$CkCanvas$drawRect(0, rect, paint); + drawRect$2(rect, paint) { + this.super$CkCanvas$drawRect(rect, paint); this.pictureSnapshot._commands.push(new A.CkDrawRectCommand(rect, paint)); }, - drawShadow$4(_, path, color, elevation, transparentOccluder) { - this.super$CkCanvas$drawShadow(0, path, color, elevation, transparentOccluder); + drawShadow$4(path, color, elevation, transparentOccluder) { + this.super$CkCanvas$drawShadow(path, color, elevation, transparentOccluder); this.pictureSnapshot._commands.push(new A.CkDrawShadowCommand(path, color, elevation, transparentOccluder)); }, restore$0(_) { this.super$CkCanvas$restore(0); this.pictureSnapshot._commands.push(B.C_CkRestoreCommand); }, - restoreToCount$1(_, count) { - this.super$CkCanvas$restoreToCount(0, count); - this.pictureSnapshot._commands.push(new A.CkRestoreToCountCommand(count)); - }, rotate$1(_, radians) { this.super$CkCanvas$rotate(0, radians); this.pictureSnapshot._commands.push(new A.CkRotateCommand(radians)); @@ -127398,8 +129585,8 @@ this.pictureSnapshot._commands.push(B.C_CkSaveCommand); return this.super$CkCanvas$save(0); }, - saveLayer$2(_, bounds, paint) { - this.super$CkCanvas$saveLayer(0, bounds, paint); + saveLayer$2(bounds, paint) { + this.super$CkCanvas$saveLayer(bounds, paint); this.pictureSnapshot._commands.push(new A.CkSaveLayerCommand(bounds, paint)); }, saveLayerWithFilter$3(bounds, filter, paint) { @@ -127424,123 +129611,117 @@ }; A.CkPictureSnapshot.prototype = { toPicture$0() { - var t2, t3, _i, skPicture, - recorder = new self.window.flutterCanvasKit.PictureRecorder(), - t1 = J.getInterceptor$x(recorder), - skCanvas = t1.beginRecording$1(recorder, A.toSkRect(this._bounds)); + var t2, t3, _i, + recorder = type$.JavaScriptObject._as(new self.window.flutterCanvasKit.PictureRecorder()), + t1 = recorder.beginRecording(A.toSkRect(this._bounds)); for (t2 = this._commands, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) - t2[_i].apply$1(skCanvas); - skPicture = t1.finishRecordingAsPicture$0(recorder); - t1.delete$0(recorder); - return skPicture; + t2[_i].apply$1(t1); + t1 = recorder.finishRecordingAsPicture(); + recorder.delete(); + return t1; }, - dispose$0(_) { + dispose$0() { var t1, t2, _i; for (t1 = this._commands, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - t1[_i].dispose$0(0); + t1[_i].dispose$0(); } }; A.CkPaintCommand.prototype = { - dispose$0(_) { + dispose$0() { } }; A.CkClearCommand.prototype = { apply$1(canvas) { - J.clear$1$ax(canvas, A._populateSkColor($.$get$_sharedSkColor1(), this.color)); + canvas.clear(A._populateSkColor($.$get$_sharedSkColor1(), this.color)); } }; A.CkSaveCommand.prototype = { apply$1(canvas) { - J.save$0$x(canvas); + canvas.save(); } }; A.CkRestoreCommand.prototype = { apply$1(canvas) { - J.restore$0$x(canvas); - } - }; - A.CkRestoreToCountCommand.prototype = { - apply$1(canvas) { - J.restoreToCount$1$x(canvas, this.count); + canvas.restore(); } }; A.CkTranslateCommand.prototype = { apply$1(canvas) { - J.translate$2$x(canvas, this.dx, this.dy); + canvas.translate(this.dx, this.dy); } }; A.CkScaleCommand.prototype = { apply$1(canvas) { - J.scale$2$x(canvas, this.sx, this.sy); + canvas.scale(this.sx, this.sy); } }; A.CkRotateCommand.prototype = { apply$1(canvas) { - J.rotate$3$x(canvas, this.radians * 180 / 3.141592653589793, 0, 0); + canvas.rotate(this.radians * 180 / 3.141592653589793, 0, 0); } }; A.CkTransformCommand.prototype = { apply$1(canvas) { - J.concat$1$x(canvas, A.toSkM44FromFloat32(this.matrix4)); + canvas.concat(A.toSkM44FromFloat32(this.matrix4)); } }; A.CkClipRectCommand.prototype = { apply$1(canvas) { - J.clipRect$3$x(canvas, A.toSkRect(this.rect), $.$get$_skClipOps()[this.clipOp.index], this.doAntiAlias); + canvas.clipRect(A.toSkRect(this.rect), $.$get$_skClipOps()[this.clipOp.index], this.doAntiAlias); } }; A.CkDrawArcCommand.prototype = { apply$1(canvas) { var _this = this; - J.drawArc$5$x(canvas, A.toSkRect(_this.oval), _this.startAngle * 57.29577951308232, _this.sweepAngle * 57.29577951308232, false, _this.paint.get$skiaObject()); + A.callMethod(canvas, "drawArc", [A.toSkRect(_this.oval), _this.startAngle * 57.29577951308232, _this.sweepAngle * 57.29577951308232, false, _this.paint.get$skiaObject()]); } }; A.CkClipRRectCommand.prototype = { apply$1(canvas) { - J.clipRRect$3$x(canvas, A.toSkRRect(this.rrect), $.$get$_clipOpIntersect(), this.doAntiAlias); + canvas.clipRRect(A.toSkRRect(this.rrect), $.$get$_clipOpIntersect(), this.doAntiAlias); } }; A.CkClipPathCommand.prototype = { apply$1(canvas) { - J.clipPath$3$x(canvas, this.path.get$skiaObject(), $.$get$_clipOpIntersect(), this.doAntiAlias); + canvas.clipPath(this.path.get$skiaObject(), $.$get$_clipOpIntersect(), this.doAntiAlias); } }; A.CkDrawLineCommand.prototype = { apply$1(canvas) { var t1 = this.p1, t2 = this.p2; - J.drawLine$5$x(canvas, t1._dx, t1._dy, t2._dx, t2._dy, this.paint.get$skiaObject()); + A.callMethod(canvas, "drawLine", [t1._dx, t1._dy, t2._dx, t2._dy, this.paint.get$skiaObject()]); } }; A.CkDrawPaintCommand.prototype = { apply$1(canvas) { - J.drawPaint$1$x(canvas, this.paint.get$skiaObject()); + canvas.drawPaint(this.paint.get$skiaObject()); } }; A.CkDrawRectCommand.prototype = { apply$1(canvas) { - J.drawRect$2$x(canvas, A.toSkRect(this.rect), this.paint.get$skiaObject()); + canvas.drawRect(A.toSkRect(this.rect), this.paint.get$skiaObject()); } }; A.CkDrawRRectCommand.prototype = { apply$1(canvas) { - J.drawRRect$2$x(canvas, A.toSkRRect(this.rrect), this.paint.get$skiaObject()); + canvas.drawRRect(A.toSkRRect(this.rrect), this.paint.get$skiaObject()); } }; A.CkDrawDRRectCommand.prototype = { apply$1(canvas) { - J.drawDRRect$3$x(canvas, A.toSkRRect(this.outer), A.toSkRRect(this.inner), this.paint.get$skiaObject()); + canvas.drawDRRect(A.toSkRRect(this.outer), A.toSkRRect(this.inner), this.paint.get$skiaObject()); } }; A.CkDrawCircleCommand.prototype = { apply$1(canvas) { var t1 = this.c; - J.drawCircle$4$x(canvas, t1._dx, t1._dy, this.radius, this.paint.get$skiaObject()); + canvas.drawCircle(t1._dx, t1._dy, this.radius, this.paint.get$skiaObject()); } }; A.CkDrawPathCommand.prototype = { apply$1(canvas) { - J.drawPath$2$x(canvas, this.path.get$skiaObject(), this.paint.get$skiaObject()); + canvas.drawPath(this.path.get$skiaObject(), this.paint.get$skiaObject()); } }; A.CkDrawShadowCommand.prototype = { @@ -127559,22 +129740,27 @@ filterQuality = t1.__engine$_filterQuality, t2 = _this.src, t3 = _this.dst, - t4 = _this.image.__CkImage_box; - if (filterQuality === B.FilterQuality_3) - J.drawImageRectCubic$6$x(canvas, A._lateReadCheck(t4, "box").get$skiaObject(), A.toSkRect(t2), A.toSkRect(t3), 0.3333333333333333, 0.3333333333333333, t1.get$skiaObject()); - else { - t4 = A._lateReadCheck(t4, "box").get$skiaObject(); + t4 = _this.image.__CkImage_box_F; + if (filterQuality === B.FilterQuality_3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + A.callMethod(canvas, "drawImageRectCubic", [t4.get$skiaObject(), A.toSkRect(t2), A.toSkRect(t3), 0.3333333333333333, 0.3333333333333333, t1.get$skiaObject()]); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.get$skiaObject(); t2 = A.toSkRect(t2); t3 = A.toSkRect(t3); - t5 = filterQuality === B.FilterQuality_0 ? J.get$Nearest$x(J.get$FilterMode$x($.__canvasKit._readField$0())) : J.get$Linear$x(J.get$FilterMode$x($.__canvasKit._readField$0())); - t6 = filterQuality === B.FilterQuality_2 ? J.get$Linear$x(J.get$MipmapMode$x($.__canvasKit._readField$0())) : J.get$None$x(J.get$MipmapMode$x($.__canvasKit._readField$0())); - J.drawImageRectOptions$6$x(canvas, t4, t2, t3, t5, t6, t1.get$skiaObject()); + t5 = filterQuality === B.FilterQuality_0 ? $.__canvasKit._readField$0().FilterMode.Nearest : $.__canvasKit._readField$0().FilterMode.Linear; + t6 = filterQuality === B.FilterQuality_2 ? $.__canvasKit._readField$0().MipmapMode.Linear : $.__canvasKit._readField$0().MipmapMode.None; + A.callMethod(canvas, "drawImageRectOptions", [t4, t2, t3, t5, t6, t1.get$skiaObject()]); } }, - dispose$0(_) { - var t1 = this.image; + dispose$0() { + var t2, + t1 = this.image; t1._disposed = true; - A._lateReadCheck(t1.__CkImage_box, "box").unref$1(t1); + t2 = t1.__CkImage_box_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.unref$1(t1); } }; A.CkDrawParagraphCommand.prototype = { @@ -127584,28 +129770,28 @@ t2 = t1._lastLayoutConstraints; t2.toString; t3 = this.offset; - J.drawParagraph$3$x(canvas, t1._ensureInitialized$1(t2), t3._dx, t3._dy); + canvas.drawParagraph(t1._ensureInitialized$1(t2), t3._dx, t3._dy); if (!$.$get$CkParagraph__paragraphCache().markUsed$1(t1)) $.$get$CkParagraph__paragraphCache().add$1(0, t1); } }; A.CkDrawPictureCommand.prototype = { apply$1(canvas) { - J.drawPicture$1$x(canvas, this.picture.get$skiaObject()); + canvas.drawPicture(this.picture.get$skiaObject()); } }; A.CkSaveLayerCommand.prototype = { apply$1(canvas) { var t1 = this.paint; t1 = t1 == null ? null : t1.get$skiaObject(); - J.saveLayer$4$x(canvas, t1, A.toSkRect(this.bounds), null, null); + canvas.saveLayer(t1, A.toSkRect(this.bounds), null, null); } }; A.CkSaveLayerWithFilterCommand.prototype = { apply$1(canvas) { var convertible = type$.CkManagedSkImageFilterConvertible._as(this.filter), t1 = this.paint.get$skiaObject(); - return J.saveLayer$4$x(canvas, t1, A.toSkRect(this.bounds), convertible.get$skiaObject(), 0); + return canvas.saveLayer(t1, A.toSkRect(this.bounds), convertible.get$skiaObject(), 0); } }; A.H5vcc.prototype = {}; @@ -127716,12 +129902,14 @@ A.SkTypefaceFactory.prototype = {}; A.ProductionCollector.prototype = { ProductionCollector$0() { - var t1 = new self.window.FinalizationRegistry(A.allowInterop(new A.ProductionCollector_closure(this))); - A._lateWriteOnceCheck(this.__ProductionCollector__skObjectFinalizationRegistry, "_skObjectFinalizationRegistry"); - this.__ProductionCollector__skObjectFinalizationRegistry = t1; + var t1 = type$.JavaScriptObject._as(new self.window.FinalizationRegistry(A.allowInterop(new A.ProductionCollector_closure(this)))); + this.__ProductionCollector__skObjectFinalizationRegistry_F !== $ && A.throwUnnamedLateFieldAI(); + this.__ProductionCollector__skObjectFinalizationRegistry_F = t1; }, register$2(_, wrapper, deletable) { - J.register$2$x(A._lateReadCheck(this.__ProductionCollector__skObjectFinalizationRegistry, "_skObjectFinalizationRegistry"), wrapper, deletable); + var t1 = this.__ProductionCollector__skObjectFinalizationRegistry_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.callMethod(t1, "register", [wrapper, deletable]); }, collect$1(deletable) { var _this = this; @@ -127730,20 +129918,17 @@ _this._skiaObjectCollectionTimer = A.Timer_Timer(B.Duration_0, new A.ProductionCollector_collect_closure(_this)); }, collectSkiaObjectsNow$0() { - var firstError, firstStackTrace, deletable, error, stackTrace, $length, i, exception, - _s25_ = "SkObject collection-start", - _s23_ = "SkObject collection-end", - t1 = window.performance; - (t1 && B.Performance_methods).mark$1(t1, _s25_); + var firstError, firstStackTrace, deletable, error, stackTrace, $length, i, exception; + self.window.performance.mark("SkObject collection-start"); $length = this._skiaObjectCollectionQueue.length; firstError = null; firstStackTrace = null; for (i = 0; i < $length; ++i) { deletable = this._skiaObjectCollectionQueue[i]; - if (J.isDeleted$0$x(deletable)) + if (deletable.isDeleted()) continue; try { - J.delete$0$x(deletable); + deletable.delete(); } catch (exception) { error = A.unwrapException(exception); stackTrace = A.getTraceFromException(exception); @@ -127753,21 +129938,19 @@ } } } - this._skiaObjectCollectionQueue = A._setArrayType([], type$.JSArray_SkDeletable); - t1 = window.performance; - (t1 && B.Performance_methods).mark$1(t1, _s23_); - t1 = window.performance; - (t1 && B.Performance_methods).measure$3(t1, "SkObject collection", _s25_, _s23_); + this._skiaObjectCollectionQueue = A._setArrayType([], type$.JSArray_JavaScriptObject); + self.window.performance.mark("SkObject collection-end"); + self.window.performance.measure("SkObject collection", "SkObject collection-start", "SkObject collection-end"); if (firstError != null) throw A.wrapException(new A.SkiaObjectCollectionError(firstError, firstStackTrace)); } }; A.ProductionCollector_closure.prototype = { call$1(deletable) { - if (!J.isDeleted$0$x(deletable)) + if (!deletable.isDeleted()) this.$this.collect$1(deletable); }, - $signature: 2156 + $signature: 96 }; A.ProductionCollector_collect_closure.prototype = { call$0() { @@ -127794,7 +129977,7 @@ A.SkPartialImageInfo.prototype = {}; A.patchCanvasKitModule_closure.prototype = { call$0() { - if (document.currentScript === this.canvasKitScript) + if (J.$eq$(self.document.currentScript, this.canvasKitScript)) return A.JsObject_JsObject(this.objectConstructor); else return $.$get$_context().$index(0, "_flutterWebCachedExports"); @@ -127809,7 +129992,7 @@ }; A.patchCanvasKitModule_closure1.prototype = { call$0() { - if (document.currentScript === this.canvasKitScript) + if (J.$eq$(self.document.currentScript, this.canvasKitScript)) return A.JsObject_JsObject(this.objectConstructor); else return $.$get$_context().$index(0, "_flutterWebCachedModule"); @@ -127826,8 +130009,8 @@ save$0(_) { this.__engine$_canvas.save$0(0); }, - saveLayer$2(_, bounds, paint) { - this.__engine$_canvas.saveLayer$2(0, bounds, type$.CkPaint._as(paint)); + saveLayer$2(bounds, paint) { + this.__engine$_canvas.saveLayer$2(bounds, type$.CkPaint._as(paint)); }, restore$0(_) { this.__engine$_canvas.restore$0(0); @@ -127846,20 +130029,20 @@ transform$1(_, matrix4) { this.__engine$_canvas.transform$1(0, A.toMatrix32(matrix4)); }, - clipRect$3$clipOp$doAntiAlias(_, rect, clipOp, doAntiAlias) { - this.__engine$_canvas.clipRect$3(0, rect, clipOp, doAntiAlias); + clipRect$3$clipOp$doAntiAlias(rect, clipOp, doAntiAlias) { + this.__engine$_canvas.clipRect$3(rect, clipOp, doAntiAlias); }, - clipRect$2$doAntiAlias($receiver, rect, doAntiAlias) { - return this.clipRect$3$clipOp$doAntiAlias($receiver, rect, B.ClipOp_1, doAntiAlias); + clipRect$2$doAntiAlias(rect, doAntiAlias) { + return this.clipRect$3$clipOp$doAntiAlias(rect, B.ClipOp_1, doAntiAlias); }, - clipRect$1($receiver, rect) { - return this.clipRect$3$clipOp$doAntiAlias($receiver, rect, B.ClipOp_1, true); + clipRect$1(rect) { + return this.clipRect$3$clipOp$doAntiAlias(rect, B.ClipOp_1, true); }, - clipRRect$2$doAntiAlias(_, rrect, doAntiAlias) { - this.__engine$_canvas.clipRRect$2(0, rrect, doAntiAlias); + clipRRect$2$doAntiAlias(rrect, doAntiAlias) { + this.__engine$_canvas.clipRRect$2(rrect, doAntiAlias); }, - clipRRect$1($receiver, rrect) { - return this.clipRRect$2$doAntiAlias($receiver, rrect, true); + clipRRect$1(rrect) { + return this.clipRRect$2$doAntiAlias(rrect, true); }, clipPath$2$doAntiAlias(_, path, doAntiAlias) { this.__engine$_canvas.clipPath$2(0, type$.CkPath._as(path), doAntiAlias); @@ -127867,35 +130050,38 @@ clipPath$1($receiver, path) { return this.clipPath$2$doAntiAlias($receiver, path, true); }, - drawLine$3(_, p1, p2, paint) { - this.__engine$_canvas.drawLine$3(0, p1, p2, type$.CkPaint._as(paint)); + drawLine$3(p1, p2, paint) { + this.__engine$_canvas.drawLine$3(p1, p2, type$.CkPaint._as(paint)); }, - drawRect$2(_, rect, paint) { - this.__engine$_canvas.drawRect$2(0, rect, type$.CkPaint._as(paint)); + drawPaint$1(paint) { + this.__engine$_canvas.drawPaint$1(type$.CkPaint._as(paint)); }, - drawRRect$2(_, rrect, paint) { - this.__engine$_canvas.drawRRect$2(0, rrect, type$.CkPaint._as(paint)); + drawRect$2(rect, paint) { + this.__engine$_canvas.drawRect$2(rect, type$.CkPaint._as(paint)); }, - drawDRRect$3(_, outer, inner, paint) { - this.__engine$_canvas.drawDRRect$3(0, outer, inner, type$.CkPaint._as(paint)); + drawRRect$2(rrect, paint) { + this.__engine$_canvas.drawRRect$2(rrect, type$.CkPaint._as(paint)); }, - drawCircle$3(_, c, radius, paint) { - this.__engine$_canvas.drawCircle$3(0, c, radius, type$.CkPaint._as(paint)); + drawDRRect$3(outer, inner, paint) { + this.__engine$_canvas.drawDRRect$3(outer, inner, type$.CkPaint._as(paint)); }, - drawArc$5(_, rect, startAngle, sweepAngle, useCenter, paint) { - this.__engine$_canvas.drawArc$5(0, rect, startAngle, sweepAngle, false, type$.CkPaint._as(paint)); + drawCircle$3(c, radius, paint) { + this.__engine$_canvas.drawCircle$3(c, radius, type$.CkPaint._as(paint)); }, - drawPath$2(_, path, paint) { - this.__engine$_canvas.drawPath$2(0, type$.CkPath._as(path), type$.CkPaint._as(paint)); + drawArc$5(rect, startAngle, sweepAngle, useCenter, paint) { + this.__engine$_canvas.drawArc$5(rect, startAngle, sweepAngle, false, type$.CkPaint._as(paint)); + }, + drawPath$2(path, paint) { + this.__engine$_canvas.drawPath$2(type$.CkPath._as(path), type$.CkPaint._as(paint)); }, drawImageRect$4(image, src, dst, paint) { this.__engine$_canvas.drawImageRect$4(type$.CkImage._as(image), src, dst, type$.CkPaint._as(paint)); }, - drawParagraph$2(_, paragraph, offset) { - this.__engine$_canvas.drawParagraph$2(0, type$.CkParagraph._as(paragraph), offset); + drawParagraph$2(paragraph, offset) { + this.__engine$_canvas.drawParagraph$2(type$.CkParagraph._as(paragraph), offset); }, - drawShadow$4(_, path, color, elevation, transparentOccluder) { - this.__engine$_canvas.drawShadow$4(0, type$.CkPath._as(path), color, elevation, true); + drawShadow$4(path, color, elevation, transparentOccluder) { + this.__engine$_canvas.drawShadow$4(type$.CkPath._as(path), color, elevation, transparentOccluder); } }; A.ManagedSkColorFilter.prototype = { @@ -127908,7 +130094,7 @@ delete$0(_) { var t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); }, get$hashCode(_) { var t1 = this.colorFilter; @@ -127928,18 +130114,21 @@ A.CkColorFilter.prototype = {$isCkManagedSkImageFilterConvertible: 1}; A.CkBlendModeColorFilter.prototype = {}; A.CkMatrixColorFilter.prototype = { + get$_normalizedMatrix() { + var t1, i, + result = new Float32Array(20); + for (t1 = this.matrix, i = 0; i < 20; ++i) + if (B.JSArray_methods.contains$1(B.List_4_9_14_19, i)) + result[i] = t1[i] / 255; + else + result[i] = t1[i]; + return result; + }, _initRawColorFilter$0() { - var float32Matrix, i, - matrix = this.matrix; - if (type$.Float32List._is(matrix)) - return J.MakeMatrix$1$x(J.get$ColorFilter$x($.__canvasKit._readField$0()), matrix); - float32Matrix = new Float32Array(20); - for (i = 0; i < 20; ++i) - float32Matrix[i] = matrix[i]; - return J.MakeMatrix$1$x(J.get$ColorFilter$x($.__canvasKit._readField$0()), float32Matrix); + return $.__canvasKit._readField$0().ColorFilter.MakeMatrix(this.get$_normalizedMatrix()); }, get$hashCode(_) { - return A.hashList(this.matrix); + return A.Object_hashAll(this.matrix); }, $eq(_, other) { if (other == null) @@ -127952,10 +130141,10 @@ }; A.CkComposeColorFilter.prototype = { _initRawColorFilter$0() { - var t1 = J.get$ColorFilter$x($.__canvasKit._readField$0()), + var t1 = $.__canvasKit._readField$0().ColorFilter, t2 = this.outer; t2 = t2 == null ? null : t2.get$skiaObject(); - return J.MakeCompose$2$x(t1, t2, this.inner.get$skiaObject()); + return t1.MakeCompose(t2, this.inner.get$skiaObject()); }, $eq(_, other) { if (other == null) @@ -127973,47 +130162,26 @@ }; A.HtmlViewEmbedder.prototype = { getOverlayCanvases$0() { - var t2, overlayCanvases, - t1 = $._configuration; - if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t1 = t1.get$canvasKitMaximumSurfaces(t1) <= 1; - if (t1) - return B.List_empty24; - t1 = this._pictureRecordersCreatedDuringPreroll; - t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,CkCanvas>"); - overlayCanvases = A.List_List$of(new A.MappedListIterable(t1, new A.HtmlViewEmbedder_getOverlayCanvases_closure(), t2), true, t2._eval$1("ListIterable.E")); - t1 = this._backupPictureRecorder; - if (t1 != null) { - t1 = t1._recordingCanvas; - t1.toString; - B.JSArray_methods.add$1(overlayCanvases, t1); - } - return overlayCanvases; + var t1 = this.__engine$_context.pictureRecordersCreatedDuringPreroll; + return new A.MappedListIterable(t1, new A.HtmlViewEmbedder_getOverlayCanvases_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,CkCanvas>")); }, prerollCompositeEmbeddedView$2(viewId, params) { - var pictureRecorder, t2, _this = this, - t1 = $._configuration; - if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t1 = t1.get$canvasKitMaximumSurfaces(t1) <= 1; - if (!t1 && !$.$get$platformViewManager().isInvisible$1(viewId)) { - t1 = _this._pictureRecordersCreatedDuringPreroll; - if (t1.length >= A.SurfaceFactory_instance().maximumSurfaces - 2 && true) { - if (_this._backupPictureRecorder == null) { - pictureRecorder = new A.CkPictureRecorder(); - t1 = _this._frameSize; - pictureRecorder.beginRecording$1(0, new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); - pictureRecorder._recordingCanvas.clear$1(0, B.Color_0); - _this._backupPictureRecorder = pictureRecorder; - } - } else { - pictureRecorder = new A.CkPictureRecorder(); - t2 = _this._frameSize; - pictureRecorder.beginRecording$1(0, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); - pictureRecorder._recordingCanvas.clear$1(0, B.Color_0); - t1.push(pictureRecorder); - } + var t1, needNewOverlay, pictureRecorder, _this = this, + hasAvailableOverlay = _this.__engine$_context.pictureRecordersCreatedDuringPreroll.length < A.SurfaceFactory_instance().maximumSurfaces - 1; + if (!hasAvailableOverlay && !_this._warnedAboutTooManySurfaces) { + _this._warnedAboutTooManySurfaces = true; + $.$get$printWarning().call$1("Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. You may experience incorrect rendering."); + } + t1 = $.$get$platformViewManager(); + needNewOverlay = !t1.isInvisible$1(viewId) && _this.__engine$_context.seenFirstVisibleViewInPreroll || _this.__engine$_context.pictureRecordersCreatedDuringPreroll.length === 0; + if (!t1.isInvisible$1(viewId)) + _this.__engine$_context.seenFirstVisibleViewInPreroll = true; + if (needNewOverlay && hasAvailableOverlay) { + pictureRecorder = new A.CkPictureRecorder(); + t1 = _this._frameSize; + pictureRecorder.beginRecording$1(new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); + pictureRecorder._recordingCanvas.clear$1(0, B.Color_0); + _this.__engine$_context.pictureRecordersCreatedDuringPreroll.push(pictureRecorder); } t1 = _this._currentCompositionParams; if (J.$eq$(t1.$index(0, viewId), params)) { @@ -128024,61 +130192,21 @@ t1.$indexSet(0, viewId, params); _this._viewsToRecomposite.add$1(0, viewId); }, - compositeEmbeddedView$1(viewId) { - var t1, t2, needOverlay, _this = this, - overlayIndex = _this._visibleViewCount; - _this._compositionOrder.push(viewId); - t1 = $.$get$platformViewManager(); - if (!t1.isInvisible$1(viewId)) - ++_this._visibleViewCount; - t2 = $._configuration; - if (t2 == null) - t2 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t2 = t2.get$canvasKitMaximumSurfaces(t2) <= 1; - needOverlay = !t2 && !t1.isInvisible$1(viewId); - if (needOverlay) { - t1 = _this._pictureRecordersCreatedDuringPreroll; - t2 = _this._pictureRecorders; - if (overlayIndex < t1.length) - t2.$indexSet(0, viewId, t1[overlayIndex]); - else { - _this._viewsUsingBackupSurface.add$1(0, viewId); - t1 = _this._backupPictureRecorder; - t1.toString; - t2.$indexSet(0, viewId, t1); - } - } - t1 = _this._viewsToRecomposite; - if (!t1.contains$1(0, viewId)) - if (needOverlay) - return _this._pictureRecorders.$index(0, viewId)._recordingCanvas; - else - return null; - t2 = _this._currentCompositionParams.$index(0, viewId); - t2.toString; - _this._compositeWithParams$2(viewId, t2); - t1.remove$1(0, viewId); - if (needOverlay) - return _this._pictureRecorders.$index(0, viewId)._recordingCanvas; - else - return null; - }, _compositeWithParams$2(viewId, params) { var currentClippingCount, _this = this, clipChain = _this._viewClipChains.putIfAbsent$2(0, viewId, new A.HtmlViewEmbedder__compositeWithParams_closure(viewId)), slot = clipChain.__engine$_slot, t1 = slot.style, t2 = params.size; - t1.width = A.S(t2._dx) + "px"; - t1.height = A.S(t2._dy) + "px"; - t1.position = "absolute"; - t1 = params.mutators; - currentClippingCount = _this._countClips$1(t1); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(t2._dx) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(t2._dy) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + currentClippingCount = _this._countClips$1(params.mutators); if (currentClippingCount !== clipChain._clipCount) { clipChain.__engine$_root = _this._reconstructClipViewsChain$3(currentClippingCount, slot, clipChain.__engine$_root); clipChain._clipCount = currentClippingCount; } - _this._applyMutators$3(t1, slot, viewId); + _this._applyMutators$3(params, slot, viewId); }, _countClips$1(mutators) { var t1, t2, clipCount; @@ -128090,196 +130218,170 @@ return clipCount; }, _reconstructClipViewsChain$3(numClips, platformView, headClipView) { - var t1, indexInFlutterView, head, clipIndex, head0; - if (headClipView.parentElement != null) { - t1 = $.skiaSceneHost; - t1.toString; - t1 = J.get$children$x(t1); - indexInFlutterView = t1.indexOf$1(t1, headClipView); - J.remove$0$ax(headClipView); - } else - indexInFlutterView = -1; + var headClipViewNextSibling, headClipViewWasAttached, head, clipIndex, t1, t2, t3, t4, clippingView; + if (headClipView.parentNode != null) { + headClipViewNextSibling = headClipView.nextSibling; + headClipView.remove(); + headClipViewWasAttached = true; + } else { + headClipViewNextSibling = null; + headClipViewWasAttached = false; + } head = platformView; clipIndex = 0; while (true) { - if (!(head !== headClipView && clipIndex < numClips)) + if (!(!J.$eq$(head, headClipView) && clipIndex < numClips)) break; t1 = head.parentElement; t1.toString; ++clipIndex; head = t1; } - for (; clipIndex < numClips; head = head0) { - head0 = A._ElementFactoryProvider_createElement_tag("flt-clip", null); - head0.appendChild(head); + for (t1 = type$.JavaScriptObject, t2 = type$.JSArray_Object; clipIndex < numClips; head = clippingView) { + t3 = self.document; + t4 = A._setArrayType(["flt-clip"], t2); + clippingView = t1._as(t3.createElement.apply(t3, t4)); + clippingView.append(head); ++clipIndex; } - J.remove$0$ax(head); - if (indexInFlutterView > -1) { - t1 = $.skiaSceneHost; - t1.toString; - J.get$children$x(t1).insert$2(0, indexInFlutterView, head); - } + head.remove(); + if (headClipViewWasAttached) + $.skiaSceneHost.insertBefore(head, headClipViewNextSibling); return head; }, _cleanUpClipDefs$1(viewId) { - var t2, nodesToRemove, t3, t4, _i, node, + var t2, nodesToRemove, t3, t4, t5, _i, t1 = this._svgClipDefs; if (t1.containsKey$1(0, viewId)) { t2 = this._svgPathDefs.querySelector("#sk_path_defs"); t2.toString; - nodesToRemove = A._setArrayType([], type$.JSArray_Element); + nodesToRemove = A._setArrayType([], type$.JSArray_JavaScriptObject); t3 = t1.$index(0, viewId); t3.toString; - for (t2 = J.get$children$x(t2), t2 = t2.get$iterator(t2); t2.moveNext$0();) { - t4 = t2.__interceptors$_current; - if (t3.contains$1(0, t4.id)) - nodesToRemove.push(t4); - } - for (t2 = nodesToRemove.length, _i = 0; _i < nodesToRemove.length; nodesToRemove.length === t2 || (0, A.throwConcurrentModificationError)(nodesToRemove), ++_i) { - node = nodesToRemove[_i]; - t3 = node.parentNode; - if (t3 != null) - t3.removeChild(node); + for (t4 = type$._DomListWrapper_JavaScriptObject, t4 = A.CastIterable_CastIterable(new A._DomListWrapper(t2.children, t4), t4._eval$1("Iterable.E"), type$.JavaScriptObject), t2 = J.get$iterator$ax(t4._source), t4 = A._instanceType(t4), t4 = t4._eval$1("@<1>")._bind$1(t4._rest[1])._rest[1]; t2.moveNext$0();) { + t5 = t4._as(t2.get$current(t2)); + if (t3.contains$1(0, t5.id)) + nodesToRemove.push(t5); } + for (t2 = nodesToRemove.length, _i = 0; _i < nodesToRemove.length; nodesToRemove.length === t2 || (0, A.throwConcurrentModificationError)(nodesToRemove), ++_i) + nodesToRemove[_i].remove(); t1 = t1.$index(0, viewId); t1.toString; J.clear$0$ax(t1); } }, - _applyMutators$3(mutators, embeddedView, viewId) { - var t2, t3, t4, t5, head, embeddedOpacity, t6, t7, headTransform0, value, clipView, t8, t9, t10, path, clipId, temp, temp0, scale, inverseScale, _this = this, - _s16_ = "transform-origin", - _s8_ = "absolute", - _s9_ = "transform", - _s9_0 = "clip-path", - _s13_ = "#sk_path_defs", - headTransform = A.Matrix4$identity(), - t1 = embeddedView.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s16_), "0 0 0", ""); - t1 = embeddedView.style; - t1.position = _s8_; + _applyMutators$3(params, embeddedView, viewId) { + var headTransform, t2, head, embeddedOpacity, t3, t4, headTransform0, t5, t6, t7, path, clipId, scale, inverseScale, _this = this, + t1 = params.offset; + if (t1.$eq(0, B.Offset_0_0)) + headTransform = A.Matrix4$identity(); + else { + headTransform = A.Matrix4$identity(); + headTransform.setTranslationRaw$3(t1._dx, t1._dy, 0); + } + A.DomCSSStyleDeclarationExtension_setProperty(embeddedView.style, "transform-origin", "0 0 0"); + A.DomCSSStyleDeclarationExtension_setProperty(embeddedView.style, "position", "absolute"); _this._cleanUpClipDefs$1(viewId); - for (t1 = mutators._mutators, t2 = A._arrayInstanceType(t1)._eval$1("ReversedListIterable<1>"), t1 = new A.ReversedListIterable(t1, t2), t2 = new A.ListIterator(t1, t1.get$length(t1), t2._eval$1("ListIterator")), t1 = _this._svgClipDefs, t3 = type$.SvgElement, t4 = type$.PathElement, t5 = type$.ClipPathElement, head = embeddedView, embeddedOpacity = 1; t2.moveNext$0();) { - t6 = t2.__internal$_current; - switch (t6.type.index) { + for (t1 = params.mutators._mutators, t2 = A._arrayInstanceType(t1)._eval$1("ReversedListIterable<1>"), t1 = new A.ReversedListIterable(t1, t2), t2 = new A.ListIterator(t1, t1.get$length(t1), t2._eval$1("ListIterator")), t1 = _this._svgClipDefs, head = embeddedView, embeddedOpacity = 1; t2.moveNext$0();) { + t3 = t2.__internal$_current; + switch (t3.type.index) { case 3: - t6 = t6.matrix; - t6.toString; - t7 = new Float32Array(16); - headTransform0 = new A.Matrix40(t7); - headTransform0.setFrom$1(t6); + t3 = t3.matrix; + t3.toString; + t4 = new Float32Array(16); + headTransform0 = new A.Matrix40(t4); + headTransform0.setFrom$1(t3); headTransform0.multiply$1(0, headTransform); - t6 = head.style; - value = A.float64ListToCssTransform(t7); - t6.toString; - t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(t6, _s9_); - t6.setProperty(t7, value, ""); + t3 = head.style; + t4 = A.float64ListToCssTransform(t4); + t3.setProperty("transform", t4, ""); headTransform = headTransform0; break; case 0: case 1: case 2: - clipView = head.parentElement; - t7 = clipView.style; - t7.clip = ""; - t7 = clipView.style; - t7.toString; - t8 = B.CssStyleDeclaration_methods._browserPropertyName$1(t7, _s9_0); - t7.setProperty(t8, "", ""); + head = head.parentElement; + t4 = head.style; + t4.setProperty("clip", "", ""); + t4 = head.style; + t4.setProperty("clip-path", "", ""); headTransform = new A.Matrix40(new Float32Array(16)); headTransform.Matrix4$identity$0(); - t7 = clipView.style; - t7.toString; - t8 = B.CssStyleDeclaration_methods._browserPropertyName$1(t7, _s9_); - t7.setProperty(t8, "", ""); - t7 = t6.rect; - if (t7 != null) { - t6 = clipView.style; - t8 = t7.top; - t9 = t7.right; - t10 = t7.bottom; - t7 = t7.left; - t6.clip = "rect(" + A.S(t8) + "px, " + A.S(t9) + "px, " + A.S(t10) + "px, " + A.S(t7) + "px)"; + t4 = head.style; + t4.setProperty("transform", "", ""); + t4 = t3.rect; + if (t4 != null) { + t3 = head.style; + t5 = t4.top; + t6 = t4.right; + t7 = t4.bottom; + t4 = t4.left; + t3.setProperty("clip", "rect(" + A.S(t5) + "px, " + A.S(t6) + "px, " + A.S(t7) + "px, " + A.S(t4) + "px)", ""); } else { - t7 = t6.rrect; - if (t7 != null) { + t4 = t3.rrect; + if (t4 != null) { path = new A.CkPath(B.PathFillType_0); path.ManagedSkiaObject$1(null); + t3 = path.rawSkiaObject; + if (t3 == null) + t3 = path._doResurrect$0(); + t3.addRRect(A.toSkRRect(t4), false); + _this._ensureSvgPathDefs$0(); + t4 = _this._svgPathDefs.querySelector("#sk_path_defs"); + t4.toString; + clipId = "svgClip" + ++_this._clipPathCount; + t3 = self.document.createElementNS("http://www.w3.org/2000/svg", "clipPath"); + t3.id = clipId; + t5 = self.document.createElementNS("http://www.w3.org/2000/svg", "path"); t6 = path.rawSkiaObject; if (t6 == null) t6 = path._doResurrect$0(); - J.addRRect$2$x(t6, A.toSkRRect(t7), false); - _this._ensureSvgPathDefs$0(); - t7 = _this._svgPathDefs.querySelector(_s13_); - t7.toString; - clipId = "svgClip" + ++_this._clipPathCount; - t6 = document; - temp = t6.createElementNS("http://www.w3.org/2000/svg", "clipPath"); - temp = t5._as(t3._as(temp)); - temp.id = clipId; - temp0 = t6.createElementNS("http://www.w3.org/2000/svg", "path"); - temp0 = t4._as(t3._as(temp0)); - t6 = path.rawSkiaObject; - t6 = J.toSVGString$0$x(t6 == null ? path._doResurrect$0() : t6); + t6 = t6.toSVGString(); t6.toString; - temp0.setAttribute("d", t6); - temp.appendChild(temp0); - t7.appendChild(temp); + t5.setAttribute.apply(t5, ["d", t6]); + t3.append(t5); + t4.append(t3); J.add$1$ax(t1.putIfAbsent$2(0, viewId, new A.HtmlViewEmbedder__applyMutators_closure()), clipId); - t7 = clipView.style; - t7.toString; - t6 = B.CssStyleDeclaration_methods._browserPropertyName$1(t7, _s9_0); - t7.setProperty(t6, "url(#" + clipId + ")", ""); + t3 = head.style; + t3.setProperty("clip-path", "url(#" + clipId + ")", ""); } else { - t6 = t6.path; - if (t6 != null) { + t3 = t3.path; + if (t3 != null) { _this._ensureSvgPathDefs$0(); - t7 = _this._svgPathDefs.querySelector(_s13_); - t7.toString; + t4 = _this._svgPathDefs.querySelector("#sk_path_defs"); + t4.toString; clipId = "svgClip" + ++_this._clipPathCount; - t8 = document; - temp = t8.createElementNS("http://www.w3.org/2000/svg", "clipPath"); - temp = t5._as(t3._as(temp)); - temp.id = clipId; - temp0 = t8.createElementNS("http://www.w3.org/2000/svg", "path"); - temp0 = t4._as(t3._as(temp0)); - t8 = t6.rawSkiaObject; - t6 = J.toSVGString$0$x(t8 == null ? t6._doResurrect$0() : t8); - t6.toString; - temp0.setAttribute("d", t6); - temp.appendChild(temp0); - t7.appendChild(temp); + t5 = self.document.createElementNS("http://www.w3.org/2000/svg", "clipPath"); + t5.id = clipId; + t6 = self.document.createElementNS("http://www.w3.org/2000/svg", "path"); + t7 = t3.rawSkiaObject; + t3 = t7 == null ? t3._doResurrect$0() : t7; + t3 = t3.toSVGString(); + t3.toString; + t6.setAttribute.apply(t6, ["d", t3]); + t5.append(t6); + t4.append(t5); J.add$1$ax(t1.putIfAbsent$2(0, viewId, new A.HtmlViewEmbedder__applyMutators_closure0()), clipId); - t7 = clipView.style; - t7.toString; - t6 = B.CssStyleDeclaration_methods._browserPropertyName$1(t7, _s9_0); - t7.setProperty(t6, "url(#" + clipId + ")", ""); + t5 = head.style; + t5.setProperty("clip-path", "url(#" + clipId + ")", ""); } } } - t6 = clipView.style; - t6.toString; - t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(t6, _s16_); - t6.setProperty(t7, "0 0 0", ""); - t6 = clipView.style; - t6.position = _s8_; - head = clipView; + t3 = head.style; + t3.setProperty("transform-origin", "0 0 0", ""); + t3 = head.style; + t3.setProperty("position", "absolute", ""); break; case 4: - t6 = t6.alpha; - t6.toString; - embeddedOpacity *= t6 / 255; + t3 = t3.alpha; + t3.toString; + embeddedOpacity *= t3 / 255; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } } - t1 = embeddedView.style; - t2 = B.JSNumber_methods.toString$0(embeddedOpacity); - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "opacity"), t2, ""); + A.DomCSSStyleDeclarationExtension_setProperty(embeddedView.style, "opacity", B.JSNumber_methods.toString$0(embeddedOpacity)); scale = $.$get$window()._debugDevicePixelRatio; inverseScale = 1 / (scale == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : scale); t1 = new Float32Array(16); @@ -128288,179 +130390,123 @@ t1[5] = inverseScale; t1[0] = inverseScale; headTransform = new A.Matrix40(t1).multiplied$1(headTransform); - t1 = head.style; - t2 = A.float64ListToCssTransform(headTransform.__engine$_m4storage); - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s9_), t2, ""); + A.DomCSSStyleDeclarationExtension_setProperty(head.style, "transform", A.float64ListToCssTransform(headTransform.__engine$_m4storage)); }, _ensureSvgPathDefs$0() { var t1, t2; if (this._svgPathDefs != null) return; - t1 = type$.SvgSvgElement._as($.$get$kSvgResourceHeader().cloneNode(false)); + t1 = $.$get$kSvgResourceHeader().cloneNode(false); this._svgPathDefs = t1; t1.toString; - t2 = type$.DefsElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "defs"))); + t2 = self.document.createElementNS("http://www.w3.org/2000/svg", "defs"); t2.id = "sk_path_defs"; - t1.appendChild(t2); + t1.append(t2); t2 = $.skiaSceneHost; t2.toString; t1 = this._svgPathDefs; t1.toString; - t2.appendChild(t1); + t2.append(t1); }, submitFrame$0(_) { - var t2, diffResult, t3, t4, insertBeforeMap, t5, t6, _didPaintBackupSurface, i, viewId, t7, viewType, t8, t9, t10, t11, backupFrame, frame, unusedViews, elementToInsertBefore, _i, platformViewRoot, overlay, _this = this, _null = null, - _s20_ = "flt-canvas-container", - t1 = _this._activeCompositionOrder; - if (t1.length !== 0) - if (_this._compositionOrder.length !== 0) { - t2 = $._configuration; - if (t2 == null) - t2 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t2 = t2.get$canvasKitMaximumSurfaces(t2) <= 1; - } else - t2 = true; - else - t2 = true; - if (t2) - diffResult = _null; - else { - t2 = A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"); - t3 = _this._compositionOrder; - t4 = A._arrayInstanceType(t3)._eval$1("WhereIterable<1>"); - diffResult = A.diffViewList(A.List_List$of(new A.WhereIterable(t1, new A.HtmlViewEmbedder_submitFrame_closure(), t2), true, t2._eval$1("Iterable.E")), A.List_List$of(new A.WhereIterable(t3, new A.HtmlViewEmbedder_submitFrame_closure0(), t4), true, t4._eval$1("Iterable.E"))); - } - insertBeforeMap = _this._updateOverlays$1(diffResult); - t2 = $._configuration; - if (t2 == null) - t2 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t2 = t2.get$canvasKitMaximumSurfaces(t2) <= 1; - if (!t2) - for (t2 = _this._compositionOrder, t3 = _this._overlays, t4 = _this._pictureRecorders, t5 = _this._viewsUsingBackupSurface, t6 = type$.JSArray_Surface, _didPaintBackupSurface = false, i = 0; i < t2.length; ++i) { - viewId = t2[i]; - t7 = $.$get$platformViewManager(); - viewType = t7._viewIdToType.$index(0, viewId); - if (viewType != null && t7._invisibleViews.contains$1(0, viewType)) - continue; - if (t5.contains$1(0, viewId)) { - if (!_didPaintBackupSurface) { - t7 = $.SurfaceFactory__instance; - if (t7 == null) { - t7 = $._configuration; - t7 = (t7 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t7)._js; - t7 = t7 == null ? _null : J.get$canvasKitMaximumSurfaces$x(t7); - if (t7 == null) - t7 = 8; - t8 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t9 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t10 = A._setArrayType([], t6); - t11 = A._setArrayType([], t6); - t7 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t8), new A.Surface(t9), t7, t10, t11); - } - backupFrame = t7.backupSurface.acquireFrame$1(_this._frameSize); - t7 = J.getCanvas$0$x(backupFrame.skiaSurface.surface); - t8 = _this._backupPictureRecorder.endRecording$0(); - t9 = t8.rawSkiaObject; - J.drawPicture$1$x(t7, t9 == null ? t8._doResurrect$0() : t9); - _this._backupPictureRecorder = null; - backupFrame.submit$0(0); - _didPaintBackupSurface = true; - } - } else { - frame = t3.$index(0, viewId).acquireFrame$1(_this._frameSize); - t7 = J.getCanvas$0$x(frame.skiaSurface.surface); - t8 = t4.$index(0, viewId).endRecording$0(); - t9 = t8.rawSkiaObject; - J.drawPicture$1$x(t7, t9 == null ? t8._doResurrect$0() : t9); - frame.submit$0(0); - } + var t2, t3, pictureRecorderIndex, i, viewId, frame, t4, t5, t6, _i, recorder, unusedViews, elementToInsertBefore, platformViewRoot, overlay, view, overlayElement, nextElement, _this = this, + t1 = _this._activeCompositionOrder, + diffResult = t1.length === 0 || _this._compositionOrder.length === 0 ? null : A.diffViewList(t1, _this._compositionOrder); + _this._updateOverlays$1(diffResult); + for (t2 = _this._compositionOrder, t3 = _this._overlays, pictureRecorderIndex = 0, i = 0; i < t2.length; ++i) { + viewId = t2[i]; + if (t3.$index(0, viewId) != null) { + frame = t3.$index(0, viewId).acquireFrame$1(_this._frameSize); + t4 = frame.skiaSurface.surface.getCanvas(); + t5 = _this.__engine$_context.pictureRecorders[pictureRecorderIndex].endRecording$0(); + t6 = t5.rawSkiaObject; + t5 = t6 == null ? t5._doResurrect$0() : t6; + t4.drawPicture(t5); + ++pictureRecorderIndex; + frame.submit$0(0); } - else - _didPaintBackupSurface = false; - B.JSArray_methods.set$length(_this._pictureRecordersCreatedDuringPreroll, 0); - t2 = _this._pictureRecorders; - t2.clear$0(0); - _this._viewsUsingBackupSurface.clear$0(0); - t3 = _this._compositionOrder; - if (A.listEquals(t3, t1)) { - B.JSArray_methods.set$length(t3, 0); - _this._visibleViewCount = 0; + } + for (t4 = _this.__engine$_context.pictureRecordersCreatedDuringPreroll, t5 = t4.length, _i = 0; _i < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i) { + recorder = t4[_i]; + if (recorder._skRecorder != null) + recorder.endRecording$0(); + } + t4 = type$.JSArray_CkPictureRecorder; + _this.__engine$_context = new A.EmbedderFrameContext(A._setArrayType([], t4), A._setArrayType([], t4)); + if (A.listEquals(t2, t1)) { + B.JSArray_methods.clear$0(t2); return; } unusedViews = A.LinkedHashSet_LinkedHashSet$from(t1, type$.int); - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); if (diffResult != null) { t4 = diffResult.viewsToRemove; - _this.disposeViews$1(A.LinkedHashSet_LinkedHashSet$from(t4, A._arrayInstanceType(t4)._precomputed1)); - B.JSArray_methods.addAll$1(t1, t3); - unusedViews.removeAll$1(t3); + t5 = A._arrayInstanceType(t4)._eval$1("WhereIterable<1>"); + _this.disposeViews$1(A.LinkedHashSet_LinkedHashSet$of(new A.WhereIterable(t4, new A.HtmlViewEmbedder_submitFrame_closure(diffResult), t5), t5._eval$1("Iterable.E"))); + B.JSArray_methods.addAll$1(t1, t2); + unusedViews.removeAll$1(t2); t1 = diffResult.addToBeginning; if (t1) { t4 = diffResult.viewToInsertBefore; t4.toString; elementToInsertBefore = _this._viewClipChains.$index(0, t4).__engine$_root; } else - elementToInsertBefore = _null; - for (t4 = diffResult.viewsToAdd, t5 = t4.length, t6 = _this._viewClipChains, t7 = _this._overlays, _i = 0; _i < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i) { + elementToInsertBefore = null; + for (t4 = diffResult.viewsToAdd, t5 = t4.length, t6 = _this._viewClipChains, _i = 0; _i < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i) { viewId = t4[_i]; if (t1) { platformViewRoot = t6.$index(0, viewId).__engine$_root; $.skiaSceneHost.insertBefore(platformViewRoot, elementToInsertBefore); - overlay = t7.$index(0, viewId); + overlay = t3.$index(0, viewId); if (overlay != null) $.skiaSceneHost.insertBefore(overlay.htmlElement, elementToInsertBefore); } else { platformViewRoot = t6.$index(0, viewId).__engine$_root; - $.skiaSceneHost.appendChild(platformViewRoot); - overlay = t7.$index(0, viewId); + $.skiaSceneHost.append(platformViewRoot); + overlay = t3.$index(0, viewId); if (overlay != null) - $.skiaSceneHost.appendChild(overlay.htmlElement); + $.skiaSceneHost.append(overlay.htmlElement); } } - if (insertBeforeMap != null) - insertBeforeMap.forEach$1(0, new A.HtmlViewEmbedder_submitFrame_closure1(_this)); - if (_didPaintBackupSurface) { - t1 = $.skiaSceneHost; - t1.toString; - t1.appendChild(A.SurfaceFactory_instance().backupSurface.htmlElement); + for (i = 0; i < t2.length; ++i) { + view = t2[i]; + if (t3.$index(0, view) != null) { + overlayElement = t3.$index(0, view).htmlElement; + t1 = overlayElement.isConnected; + t1.toString; + if (!t1) + if (i === t2.length - 1) + $.skiaSceneHost.append(overlayElement); + else { + nextElement = t6.$index(0, t2[i + 1]).__engine$_root; + $.skiaSceneHost.insertBefore(overlayElement, nextElement); + } + } } } else { t4 = A.SurfaceFactory_instance(); B.JSArray_methods.forEach$1(t4.__engine$_cache, t4.get$_removeFromDom()); - J.remove$0$ax(t4.backupSurface.htmlElement); - for (t4 = _this._viewClipChains, t5 = _this._overlays, i = 0; i < t3.length; ++i) { - viewId = t3[i]; + for (t4 = _this._viewClipChains, i = 0; i < t2.length; ++i) { + viewId = t2[i]; platformViewRoot = t4.$index(0, viewId).__engine$_root; - overlay = t5.$index(0, viewId); - $.skiaSceneHost.appendChild(platformViewRoot); + overlay = t3.$index(0, viewId); + $.skiaSceneHost.append(platformViewRoot); if (overlay != null) - $.skiaSceneHost.appendChild(overlay.htmlElement); + $.skiaSceneHost.append(overlay.htmlElement); t1.push(viewId); unusedViews.remove$1(0, viewId); } - if (_didPaintBackupSurface) { - t1 = $.skiaSceneHost; - t1.toString; - t1.appendChild(A.SurfaceFactory_instance().backupSurface.htmlElement); - } } - B.JSArray_methods.set$length(t3, 0); - _this._visibleViewCount = 0; + B.JSArray_methods.clear$0(t2); _this.disposeViews$1(unusedViews); - t2.clear$0(0); }, disposeViews$1(viewsToDispose) { - var t1, t2, t3, t4, t5, t6, clipChain, t7, t8, _this = this; + var t1, t2, t3, t4, t5, t6, clipChain, _this = this; for (t1 = A._LinkedHashSetIterator$(viewsToDispose, viewsToDispose._collection$_modifications, A._instanceType(viewsToDispose)._precomputed1), t2 = _this._currentCompositionParams, t3 = _this._viewsToRecomposite, t4 = _this._svgClipDefs, t5 = _this._viewClipChains; t1.moveNext$0();) { t6 = t1._collection$_current; clipChain = t5.remove$1(0, t6); - if (clipChain != null) { - t7 = clipChain.__engine$_root; - t8 = t7.parentNode; - if (t8 != null) - t8.removeChild(t7); - } + if (clipChain != null) + clipChain.__engine$_root.remove(); t2.remove$1(0, t6); t3.remove$1(0, t6); _this._cleanUpClipDefs$1(t6); @@ -128468,167 +130514,75 @@ } }, _releaseOverlay$1(viewId) { - var t2, + var t2, t3, t1 = this._overlays; if (t1.$index(0, viewId) != null) { t2 = t1.$index(0, viewId); t2.toString; - A.SurfaceFactory_instance().releaseSurface$1(t2); + t3 = A.SurfaceFactory_instance(); + t2.htmlElement.remove(); + B.JSArray_methods.remove$1(t3._liveSurfaces, t2); + t3.__engine$_cache.push(t2); t1.remove$1(0, viewId); } }, _updateOverlays$1(diffResult) { - var t1, t2, t3, viewsNeedingOverlays, numOverlays, i, viewId, t4, t5, t6, t7, overlay, availableOverlays, viewsToDispose, index, index0, t8, t9, t10, t11, overlaysToAssign, lastOriginalIndex, insertBeforeMap, viewType, _this = this, _null = null, - _s20_ = "flt-canvas-container"; - if (_this._viewsUsingBackupSurface._collection$_length === 0) - A.SurfaceFactory_instance().releaseSurface$1(A.SurfaceFactory_instance().backupSurface); - t1 = diffResult == null; + var overlayGroups, viewsNeedingOverlays, t2, t3, t4, viewsWithOverlays, _this = this, + t1 = diffResult == null; if (!t1 && diffResult.viewsToAdd.length === 0 && diffResult.viewsToRemove.length === 0) - return _null; + return; + overlayGroups = _this.getOverlayGroups$1(_this._compositionOrder); + viewsNeedingOverlays = new A.MappedListIterable(overlayGroups, new A.HtmlViewEmbedder__updateOverlays_closure(), A._arrayInstanceType(overlayGroups)._eval$1("MappedListIterable<1,int>")); + t2 = _this.get$_initializeOverlay(); + t3 = _this._overlays; if (t1) { t1 = A.SurfaceFactory_instance(); - t2 = t1._liveSurfaces; - B.JSArray_methods.addAll$1(t1.__engine$_cache, t2); - B.JSArray_methods.set$length(t2, 0); - t2 = _this._overlays; - t2.clear$0(0); - t1 = _this._compositionOrder; - t3 = A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"); - viewsNeedingOverlays = A.List_List$of(new A.WhereIterable(t1, new A.HtmlViewEmbedder__updateOverlays_closure(), t3), true, t3._eval$1("Iterable.E")); - numOverlays = Math.min(A.SurfaceFactory_instance().maximumSurfaces - 2, viewsNeedingOverlays.length); - for (t1 = type$.JSArray_Surface, i = 0; i < numOverlays; ++i) { - viewId = viewsNeedingOverlays[i]; - t3 = $.SurfaceFactory__instance; - if (t3 == null) { - t3 = $._configuration; - t3 = (t3 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t3)._js; - t3 = t3 == null ? _null : J.get$canvasKitMaximumSurfaces$x(t3); - if (t3 == null) - t3 = 8; - t4 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t5 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t6 = A._setArrayType([], t1); - t7 = A._setArrayType([], t1); - t3 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t4), new A.Surface(t5), t3, t6, t7); - } - overlay = t3.getOverlay$0(); - overlay.createOrUpdateSurface$1(_this._frameSize); - t2.$indexSet(0, viewId, overlay); - } - _this._assertOverlaysInitialized$0(); - return _null; + t4 = t1._liveSurfaces; + B.JSArray_methods.addAll$1(t1.__engine$_cache, t4); + B.JSArray_methods.clear$0(t4); + t3.clear$0(0); + viewsNeedingOverlays.forEach$1(0, t2); } else { - t1 = diffResult.viewsToRemove; - B.JSArray_methods.forEach$1(t1, _this.get$_releaseOverlay()); - t2 = A.SurfaceFactory_instance(); - availableOverlays = t2.maximumSurfaces - 2 - t2._liveSurfaces.length; - if (diffResult.addToBeginning) { - t1 = diffResult.viewsToAdd; - if (t1.length > availableOverlays) { - viewsToDispose = Math.min(A.SurfaceFactory_instance().maximumSurfaces - 2, t1.length - availableOverlays); - index = A.SurfaceFactory_instance().maximumSurfaces - 2 - t1.length; - for (t2 = _this._overlays, t3 = _this._activeCompositionOrder, t4 = type$.JSArray_Surface; viewsToDispose > 0; index = index0) { - index0 = index + 1; - t5 = t3[index]; - if (t2.$index(0, t5) != null) { - t6 = t2.$index(0, t5); - t6.toString; - t7 = $.SurfaceFactory__instance; - if (t7 == null) { - t7 = $._configuration; - t7 = (t7 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t7)._js; - t7 = t7 == null ? _null : J.get$canvasKitMaximumSurfaces$x(t7); - if (t7 == null) - t7 = 8; - t8 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t9 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t10 = A._setArrayType([], t4); - t11 = A._setArrayType([], t4); - t7 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t8), new A.Surface(t9), t7, t10, t11); - } - t7.releaseSurface$1(t6); - t2.remove$1(0, t5); - } - --viewsToDispose; - } - } - t2 = t1.length; - t3 = A.SurfaceFactory_instance(); - overlaysToAssign = Math.min(t2, t3.maximumSurfaces - 2 - t3._liveSurfaces.length); - for (t2 = _this._overlays, t3 = type$.JSArray_Surface, i = 0; i < overlaysToAssign; ++i) { - t4 = t1[i]; - t5 = $.SurfaceFactory__instance; - if (t5 == null) { - t5 = $._configuration; - t5 = (t5 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t5)._js; - t5 = t5 == null ? _null : J.get$canvasKitMaximumSurfaces$x(t5); - if (t5 == null) - t5 = 8; - t6 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t7 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t8 = A._setArrayType([], t3); - t9 = A._setArrayType([], t3); - t5 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t6), new A.Surface(t7), t5, t8, t9); - } - overlay = t5.getOverlay$0(); - overlay.createOrUpdateSurface$1(_this._frameSize); - t2.$indexSet(0, t4, overlay); - } - _this._assertOverlaysInitialized$0(); - return _null; - } else { - t2 = _this._compositionOrder; - overlaysToAssign = Math.min(t2.length, availableOverlays); - lastOriginalIndex = _this._activeCompositionOrder.length - t1.length; - t1 = type$.int; - insertBeforeMap = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); - t1 = _this._overlays; - t3 = type$.JSArray_Surface; - index = 0; - while (true) { - if (!(overlaysToAssign > 0 && index < t2.length)) - break; - viewId = t2[index]; - if (!t1.containsKey$1(0, viewId)) { - t4 = $.$get$platformViewManager(); - viewType = t4._viewIdToType.$index(0, viewId); - t4 = !(viewType != null && t4._invisibleViews.contains$1(0, viewType)); - } else - t4 = false; - if (t4) { - t4 = $.SurfaceFactory__instance; - if (t4 == null) { - t4 = $._configuration; - t4 = (t4 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t4)._js; - t4 = t4 == null ? _null : J.get$canvasKitMaximumSurfaces$x(t4); - if (t4 == null) - t4 = 8; - t5 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t6 = A._ElementFactoryProvider_createElement_tag(_s20_, _null); - t7 = A._setArrayType([], t3); - t8 = A._setArrayType([], t3); - t4 = $.SurfaceFactory__instance = new A.SurfaceFactory(new A.Surface(t5), new A.Surface(t6), t4, t7, t8); - } - overlay = t4.getOverlay$0(); - overlay.createOrUpdateSurface$1(_this._frameSize); - t1.$indexSet(0, viewId, overlay); - --overlaysToAssign; - if (index < lastOriginalIndex) { - t4 = index + 1; - if (t4 < t2.length) - insertBeforeMap.$indexSet(0, viewId, t2[t4]); - else - insertBeforeMap.$indexSet(0, viewId, -1); - } - } - ++index; - } - _this._assertOverlaysInitialized$0(); - return insertBeforeMap; - } + t1 = A._instanceType(t3)._eval$1("LinkedHashMapKeyIterable<1>"); + viewsWithOverlays = A.List_List$of(new A.LinkedHashMapKeyIterable(t3, t1), true, t1._eval$1("Iterable.E")); + new A.WhereIterable(viewsWithOverlays, new A.HtmlViewEmbedder__updateOverlays_closure0(viewsNeedingOverlays), A._arrayInstanceType(viewsWithOverlays)._eval$1("WhereIterable<1>")).forEach$1(0, _this.get$_releaseOverlay()); + viewsNeedingOverlays.super$Iterable$where(0, new A.HtmlViewEmbedder__updateOverlays_closure1(_this)).forEach$1(0, t2); } }, - _assertOverlaysInitialized$0() { + getOverlayGroups$1(views) { + var result, t1, currentGroup, t2, foundFirstVisibleView, i, t3, view, viewType, + maxGroups = A.SurfaceFactory_instance().maximumSurfaces - 1; + if (maxGroups === 0) + return B.List_empty25; + result = A._setArrayType([], type$.JSArray_List_int); + t1 = type$.JSArray_int; + currentGroup = A._setArrayType([], t1); + for (t2 = maxGroups - 1, foundFirstVisibleView = false, i = 0; t3 = i < views.length, t3; ++i) { + if (result.length === t2) + break; + view = views[i]; + t3 = $.$get$platformViewManager(); + viewType = t3._viewIdToType.$index(0, view); + if (viewType != null && t3._invisibleViews.contains$1(0, viewType)) + currentGroup.push(view); + else if (foundFirstVisibleView) { + result.push(currentGroup); + currentGroup = A._setArrayType([view], t1); + } else { + currentGroup.push(view); + foundFirstVisibleView = true; + } + } + if (t3) + B.JSArray_methods.addAll$1(currentGroup, B.JSArray_methods.sublist$1(views, i)); + if (currentGroup.length !== 0) + result.push(currentGroup); + return result; + }, + _initializeOverlay$1(viewId) { + var overlay = A.SurfaceFactory_instance().getOverlay$0(); + overlay.createOrUpdateSurface$1(this._frameSize); + this._overlays.$indexSet(0, viewId, overlay); } }; A.HtmlViewEmbedder_getOverlayCanvases_closure.prototype = { @@ -128637,57 +130591,50 @@ t1.toString; return t1; }, - $signature: 1674 + $signature: 2681 }; A.HtmlViewEmbedder__compositeWithParams_closure.prototype = { call$0() { var t1 = A.createPlatformViewSlot(this.viewId); return new A.ViewClipChain(t1, t1); }, - $signature: 1813 + $signature: 1170 }; A.HtmlViewEmbedder__applyMutators_closure.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 450 + $signature: 526 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 450 + $signature: 526 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { - call$1(viewId) { - return !$.$get$platformViewManager().isInvisible$1(viewId); + call$1(view) { + return !B.JSArray_methods.contains$1(this.diffResult.viewsToAdd, view); }, - $signature: 184 - }; - A.HtmlViewEmbedder_submitFrame_closure0.prototype = { - call$1(viewId) { - return !$.$get$platformViewManager().isInvisible$1(viewId); - }, - $signature: 184 - }; - A.HtmlViewEmbedder_submitFrame_closure1.prototype = { - call$2(viewId, viewIdToInsertBefore) { - var nextSibling, - t1 = this.$this, - overlay = t1._overlays.$index(0, viewId).htmlElement; - if (viewIdToInsertBefore !== -1) { - nextSibling = t1._viewClipChains.$index(0, viewIdToInsertBefore).__engine$_root; - $.skiaSceneHost.insertBefore(overlay, nextSibling); - } else - $.skiaSceneHost.appendChild(overlay); - }, - $signature: 291 + $signature: 196 }; A.HtmlViewEmbedder__updateOverlays_closure.prototype = { - call$1(viewId) { - return !$.$get$platformViewManager().isInvisible$1(viewId); + call$1(group) { + return J.get$last$ax(group); }, - $signature: 184 + $signature: 986 + }; + A.HtmlViewEmbedder__updateOverlays_closure0.prototype = { + call$1(view) { + return !this.viewsNeedingOverlays.contains$1(0, view); + }, + $signature: 196 + }; + A.HtmlViewEmbedder__updateOverlays_closure1.prototype = { + call$1(view) { + return !this.$this._overlays.containsKey$1(0, view); + }, + $signature: 196 }; A.ViewClipChain.prototype = {}; A.EmbeddedViewParams.prototype = { @@ -128700,7 +130647,7 @@ return other instanceof A.EmbeddedViewParams && other.offset.$eq(0, _this.offset) && other.size.$eq(0, _this.size) && other.mutators.$eq(0, _this.mutators); }, get$hashCode(_) { - return A.hashValues(this.offset, this.size, this.mutators, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.offset, this.size, this.mutators, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; A.MutatorType.prototype = { @@ -128737,7 +130684,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.type, _this.rect, _this.rrect, _this.path, _this.matrix, _this.alpha, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.type, _this.rect, _this.rrect, _this.path, _this.matrix, _this.alpha, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; A.MutatorsStack.prototype = { @@ -128749,7 +130696,7 @@ return other instanceof A.MutatorsStack && A.listEquals(other._mutators, this._mutators); }, get$hashCode(_) { - return A.hashList(this._mutators); + return A.Object_hashAll(this._mutators); }, get$iterator(_) { var t1 = this._mutators, @@ -128758,10 +130705,49 @@ return new A.ListIterator(t1, t1.get$length(t1), t2._eval$1("ListIterator")); } }; + A.EmbedderFrameContext.prototype = {}; A.ViewListDiffResult.prototype = {}; + A.diffViewList_lookForwards.prototype = { + call$1(index) { + var t1, t2, i, t3, _null = null; + for (t1 = this.active, t2 = this.next, i = 0; t3 = i + index, t3 < t1.length; ++i) { + if (!J.$eq$(t1[t3], t2[i])) + return _null; + if (i === t2.length - 1) + if (index === 0) + return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(t1, i + 1), B.List_empty26, false, _null); + else if (t3 === t1.length - 1) + return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(t1, 0, index), B.List_empty26, false, _null); + else + return _null; + } + return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(t1, 0, index), B.JSArray_methods.sublist$1(t2, t1.length - index), false, _null); + }, + $signature: 805 + }; + A.diffViewList_lookBackwards.prototype = { + call$1(index) { + var t1, t2, i, t3, _null = null; + for (t1 = this.next, t2 = this.active, i = 0; t3 = index - i, t3 >= 0; ++i) { + if (!J.$eq$(t2[t3], t1[t1.length - 1 - i])) + return _null; + if (i === t1.length - 1) { + t1 = t2.length; + if (index === t1 - 1) + return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(t2, 0, t1 - i - 1), B.List_empty26, false, _null); + else if (index === i) + return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(t2, index + 1), B.List_empty26, false, _null); + else + return _null; + } + } + 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: 805 + }; A.FontFallbackData.prototype = { ensureFontsSupportText$2(text, fontFamilies) { - var isAscii, runesToCheck, t2, t3, rune, codeUnits, fonts, _i, font, typefacesForFamily, codeUnitsSupported, testString, glyphs, t4, t5, missingCodeUnits, _this = this, + var isAscii, runesToCheck, t2, t3, rune, codeUnits, fonts, _i, font, typefacesForFamily, codeUnitsSupported, testString, t4, t5, t6, missingCodeUnits, _this = this, t1 = text.length, i = 0; while (true) { @@ -128786,7 +130772,7 @@ if (runesToCheck._collection$_length === 0) return; codeUnits = A.List_List$of(runesToCheck, true, runesToCheck.$ti._eval$1("SetMixin.E")); - fonts = A._setArrayType([], type$.JSArray_SkFont); + fonts = A._setArrayType([], type$.JSArray_JavaScriptObject); for (t1 = fontFamilies.length, _i = 0; _i < fontFamilies.length; fontFamilies.length === t1 || (0, A.throwConcurrentModificationError)(fontFamilies), ++_i) { font = fontFamilies[_i]; typefacesForFamily = $._skiaFontCollection.familyToFontMap.$index(0, font); @@ -128797,18 +130783,18 @@ codeUnitsSupported = A.List_List$filled(t1, false, false, type$.bool); testString = A.String_String$fromCharCodes(codeUnits, 0, null); for (t2 = fonts.length, _i = 0; _i < fonts.length; fonts.length === t2 || (0, A.throwConcurrentModificationError)(fonts), ++_i) { - glyphs = J.getGlyphIDs$1$x(fonts[_i], testString); - for (t3 = J.getInterceptor$asx(glyphs), i = 0; i < t3.get$length(glyphs); ++i) { - t4 = codeUnitsSupported[i]; - if (t3.$index(glyphs, i) === 0) { - t5 = codeUnits[i]; - if (!(t5 < 32)) - t5 = t5 > 127 && t5 < 160; + t3 = fonts[_i].getGlyphIDs(testString); + for (t4 = t3.length, i = 0; i < t4; ++i) { + t5 = codeUnitsSupported[i]; + if (t3[i] === 0) { + t6 = codeUnits[i]; + if (!(t6 < 32)) + t6 = t6 > 127 && t6 < 160; else - t5 = true; + t6 = true; } else - t5 = true; - codeUnitsSupported[i] = B.JSBool_methods.$or(t4, t5); + t6 = true; + codeUnitsSupported[i] = B.JSBool_methods.$or(t5, t6); } } if (B.JSArray_methods.any$1(codeUnitsSupported, new A.FontFallbackData_ensureFontsSupportText_closure())) { @@ -128824,7 +130810,7 @@ } }, _ensureFallbackFonts$0() { - var t1, codeUnits, codeUnitsSupported, testString, t2, t3, t4, _i, font, fontsForFamily, t5, glyphs, t6, i, t7, t8, keepGoing, _i0, _this = this; + var t1, codeUnits, codeUnitsSupported, testString, t2, t3, t4, _i, font, fontsForFamily, t5, t6, t7, i, t8, t9, keepGoing, _i0, _this = this; _this._scheduledCodeUnitCheck = false; t1 = _this._codeUnitsToCheckAgainstFallbackFonts; codeUnits = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetMixin.E")); @@ -128840,21 +130826,21 @@ continue; } for (t5 = J.get$iterator$ax(fontsForFamily); t5.moveNext$0();) { - glyphs = J.getGlyphIDs$1$x(t5.get$current(t5), testString); - for (t6 = J.getInterceptor$asx(glyphs), i = 0; i < t6.get$length(glyphs); ++i) { - t7 = t6.$index(glyphs, i) === 0; - if (!t7) + t6 = t5.get$current(t5).getGlyphIDs(testString); + for (t7 = t6.length, i = 0; i < t7; ++i) { + t8 = t6[i] === 0; + if (!t8) t4.add$1(0, codeUnits[i]); - t8 = codeUnitsSupported[i]; - if (t7) { - t7 = codeUnits[i]; - if (!(t7 < 32)) - t7 = t7 > 127 && t7 < 160; + t9 = codeUnitsSupported[i]; + if (t8) { + t8 = codeUnits[i]; + if (!(t8 < 32)) + t8 = t8 > 127 && t8 < 160; else - t7 = true; + t8 = true; } else - t7 = true; - codeUnitsSupported[i] = B.JSBool_methods.$or(t8, t7); + t8 = true; + codeUnitsSupported[i] = B.JSBool_methods.$or(t9, t8); } } _i0 = 0; @@ -128878,21 +130864,21 @@ A.findFontsForMissingCodeunits(codeUnits); }, registerFallbackFont$2(family, bytes) { - var t1, t2, t3, countedFamily, _this = this, - typeface = J.MakeFreeTypeFaceFromData$1$x(J.get$Typeface$x($.__canvasKit._readField$0()), J.get$buffer$x(bytes)); - if (typeface == null) { + var t2, t3, t4, countedFamily, _this = this, + t1 = $.__canvasKit._readField$0().Typeface.MakeFreeTypeFaceFromData(J.get$buffer$x(bytes)); + if (t1 == null) { $.$get$printWarning().call$1("Failed to parse fallback font " + family + " as a font."); return; } - t1 = _this.fontFallbackCounts; - t1.putIfAbsent$2(0, family, new A.FontFallbackData_registerFallbackFont_closure()); - t2 = t1.$index(0, family); - t2.toString; - t3 = t1.$index(0, family); + t2 = _this.fontFallbackCounts; + t2.putIfAbsent$2(0, family, new A.FontFallbackData_registerFallbackFont_closure()); + t3 = t2.$index(0, family); t3.toString; - t1.$indexSet(0, family, t3 + 1); - countedFamily = family + " " + A.S(t2); - _this.registeredFallbackFonts.push(A.RegisteredFont$(bytes, countedFamily, typeface)); + t4 = t2.$index(0, family); + t4.toString; + t2.$indexSet(0, family, t4 + 1); + countedFamily = family + " " + A.S(t3); + _this.registeredFallbackFonts.push(A.RegisteredFont$(bytes, countedFamily, t1)); if (family === "Noto Color Emoji Compat") { t1 = _this.globalFontFallbacks; if (B.JSArray_methods.get$first(t1) === "Roboto") @@ -128907,25 +130893,25 @@ call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 623 + $signature: 804 }; A.FontFallbackData_ensureFontsSupportText_closure.prototype = { call$1(x) { return !x; }, - $signature: 2450 + $signature: 2626 }; A.FontFallbackData_registerFallbackFont_closure.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 163 }; A._makeResolvedNotoFontFromCss_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 623 + $signature: 804 }; A._registerSymbolsAndEmoji_extractUrlFromCss.prototype = { call$1(css) { @@ -128944,19 +130930,19 @@ $.$get$printWarning().call$1("Unable to determine URL for Noto font"); return null; }, - $signature: 1561 + $signature: 2701 }; A.findMinimumFontsForCodeUnits_closure.prototype = { call$1(font) { return B.JSArray_methods.contains$1($.$get$_cjkFonts(), font); }, - $signature: 1528 + $signature: 2946 }; A.findMinimumFontsForCodeUnits_closure0.prototype = { call$1(codeUnit) { return this._box_0.bestFont.resolvedFont.tree.root.containsDeep$1(codeUnit); }, - $signature: 184 + $signature: 196 }; A.NotoFont.prototype = { ensureResolved$0() { @@ -129007,9 +130993,6 @@ } }); return A._asyncStartSync($async$ensureResolved$0, $async$completer); - }, - get$name(receiver) { - return this.name; } }; A.CodeunitRange.prototype = { @@ -129021,17 +131004,13 @@ return other.start === this.start && other.end === this.end; }, get$hashCode(_) { - return A.hashValues(this.start, this.end, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.start, this.end, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "[" + this.start + ", " + this.end + "]"; } }; - A._ResolvedNotoFont.prototype = { - get$name(receiver) { - return this.name; - } - }; + A._ResolvedNotoFont.prototype = {}; A._ResolvedNotoSubset.prototype = { toString$0(_) { return "_ResolvedNotoSubset(" + this.family + ", " + this.url + ")"; @@ -129153,7 +131132,7 @@ call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, t1, exception, t2, buffer, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, t1, exception, t2, buffer, $async$exception; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -129211,7 +131190,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 97 + $signature: 103 }; A.NotoDownloader.prototype = { downloadAsBytes$2$debugDescription(url, debugDescription) { @@ -129227,32 +131206,32 @@ call$1(fetchResult) { return A.promiseToFuture(fetchResult.arrayBuffer(), type$.dynamic).then$1$1(0, new A.NotoDownloader_downloadAsBytes__closure(), type$.ByteBuffer); }, - $signature: 579 + $signature: 803 }; A.NotoDownloader_downloadAsBytes__closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 798 + $signature: 799 }; A.NotoDownloader_downloadAsString_closure.prototype = { call$1(response) { var t1 = type$.String; return A.promiseToFuture(response.text(), t1).then$1$1(0, new A.NotoDownloader_downloadAsString__closure(), t1); }, - $signature: 1037 + $signature: 2491 }; A.NotoDownloader_downloadAsString__closure.prototype = { call$1(x) { return A._asStringS(x); }, - $signature: 781 + $signature: 798 }; A.SkiaFontCollection.prototype = { ensureFontsLoaded$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1, t2, t3, _i, font, t4, t5; + $async$self = this, t1, t2, t3, t4, _i, font, t5; var $async$ensureFontsLoaded$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -129266,27 +131245,23 @@ // returning from await. t1 = $async$self.fontProvider; if (t1 != null) { - J.delete$0$x(t1); + t1.delete(); $async$self.fontProvider = null; } - $async$self.fontProvider = J.Make$0$x(J.get$TypefaceFontProvider$x($.__canvasKit._readField$0())); + $async$self.fontProvider = $.__canvasKit._readField$0().TypefaceFontProvider.Make(); t1 = $async$self.familyToFontMap; t1.clear$0(0); - for (t2 = $async$self._downloadedFonts, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + for (t2 = $async$self._downloadedFonts, t3 = t2.length, t4 = type$.JavaScriptObject, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { font = t2[_i]; - t4 = $async$self.fontProvider; - t4.toString; t5 = font.family; - J.registerFont$2$x(t4, font.bytes, t5); - J.add$1$ax(t1.putIfAbsent$2(0, t5, new A.SkiaFontCollection_ensureFontsLoaded_closure()), new self.window.flutterCanvasKit.Font(font.typeface)); + $async$self.fontProvider.registerFont(font.bytes, t5); + J.add$1$ax(t1.putIfAbsent$2(0, t5, new A.SkiaFontCollection_ensureFontsLoaded_closure()), t4._as(new self.window.flutterCanvasKit.Font(font.typeface))); } for (t2 = $.$get$FontFallbackData__instance().registeredFallbackFonts, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { font = t2[_i]; - t4 = $async$self.fontProvider; - t4.toString; t5 = font.family; - J.registerFont$2$x(t4, font.bytes, t5); - J.add$1$ax(t1.putIfAbsent$2(0, t5, new A.SkiaFontCollection_ensureFontsLoaded_closure0()), new self.window.flutterCanvasKit.Font(font.typeface)); + $async$self.fontProvider.registerFont(font.bytes, t5); + J.add$1$ax(t1.putIfAbsent$2(0, t5, new A.SkiaFontCollection_ensureFontsLoaded_closure0()), t4._as(new self.window.flutterCanvasKit.Font(font.typeface))); } // implicit return return A._asyncReturn(null, $async$completer); @@ -129332,7 +131307,7 @@ break; case 5: // after for - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -129346,7 +131321,7 @@ registerFonts$body$SkiaFontCollection(assetManager) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, exception, t1, fontManifest, t2, t3, t4, t5, family, byteData, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, exception, t1, fontManifest, t2, t3, t4, t5, family, byteData, $async$exception; var $async$registerFonts$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -129425,21 +131400,21 @@ }; A.SkiaFontCollection_ensureFontsLoaded_closure.prototype = { call$0() { - return A._setArrayType([], type$.JSArray_SkFont); + return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 759 + $signature: 797 }; A.SkiaFontCollection_ensureFontsLoaded_closure0.prototype = { call$0() { - return A._setArrayType([], type$.JSArray_SkFont); + return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 759 + $signature: 797 }; A.SkiaFontCollection__registerFont__downloadFont.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_RegisteredFont), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, exception, bytes, typeface, t1, t2, buffer, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, exception, bytes, t1, t2, buffer, $async$exception; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -129482,17 +131457,17 @@ case 6: // after finally bytes = J.asUint8List$0$x(buffer); - typeface = J.MakeFreeTypeFaceFromData$1$x(J.get$Typeface$x($.__canvasKit._readField$0()), J.get$buffer$x(bytes)); - t1 = $async$self.family; - if (typeface != null) { - $async$returnValue = A.RegisteredFont$(bytes, t1, typeface); + t1 = $.__canvasKit._readField$0().Typeface.MakeFreeTypeFaceFromData(J.get$buffer$x(bytes)); + t2 = $async$self.family; + if (t1 != null) { + $async$returnValue = A.RegisteredFont$(bytes, t2, t1); // goto return $async$goto = 1; break; } else { - t2 = A.S($async$self.url); - $.$get$printWarning().call$1("Failed to load font " + A.S(t1) + " at " + t2); - $.$get$printWarning().call$1("Verify that " + t2 + " contains a valid font."); + t1 = A.S($async$self.url); + $.$get$printWarning().call$1("Failed to load font " + A.S(t2) + " at " + t1); + $.$get$printWarning().call$1("Verify that " + t1 + " contains a valid font."); $async$returnValue = null; // goto return $async$goto = 1; @@ -129508,30 +131483,28 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1393 + $signature: 2690 }; A.SkiaFontCollection__getArrayBuffer_closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 798 + $signature: 799 }; A.RegisteredFont.prototype = {}; A.skiaDecodeImageFromPixels_closure.prototype = { call$0() { - var skImage, _this = this, + var _this = this, t1 = $.__canvasKit._readField$0(), t2 = _this.width, - t3 = _this.format === B.PixelFormat_0 ? J.get$RGBA_8888$x(J.get$ColorType$x($.__canvasKit._readField$0())) : J.get$BGRA_8888$x(J.get$ColorType$x($.__canvasKit._readField$0())); - t3 = {width: t2, height: _this.height, colorType: t3, alphaType: J.get$Premul$x(J.get$AlphaType$x($.__canvasKit._readField$0())), colorSpace: self.window.flutterCanvasKit.ColorSpace.SRGB}; - skImage = J.MakeImage$3$x(t1, t3, _this.pixels, 4 * t2); - if (skImage == null) { - window; - if (typeof console != "undefined") - window.console.warn("Failed to create image from pixels."); + t3 = _this.format === B.PixelFormat_0 ? $.__canvasKit._readField$0().ColorType.RGBA_8888 : $.__canvasKit._readField$0().ColorType.BGRA_8888; + t3 = type$.JavaScriptObject._as({width: t2, height: _this.height, colorType: t3, alphaType: $.__canvasKit._readField$0().AlphaType.Premul, colorSpace: self.window.flutterCanvasKit.ColorSpace.SRGB}); + t1 = t1.MakeImage(t3, _this.pixels, 4 * t2); + if (t1 == null) { + A.callMethod(self.window.console, "warn", ["Failed to create image from pixels."]); return; } - return _this.callback.call$1(A.CkImage$(skImage, null)); + return _this.callback.call$1(A.CkImage$(t1, null)); }, $signature: 0 }; @@ -129543,9 +131516,11 @@ }; A.httpRequestFactory_closure.prototype = { call$0() { - return new XMLHttpRequest(); + var t1 = A.domCallConstructorString("XMLHttpRequest", []); + t1.toString; + return type$.JavaScriptObject._as(t1); }, - $signature: 1454 + $signature: 346 }; A.fetchImage_closure.prototype = { call$1($event) { @@ -129556,13 +131531,13 @@ t2.toString; this.chunkCallback.call$2(t1, t2); }, - $signature: 180 + $signature: 26 }; A.fetchImage_closure0.prototype = { call$1($event) { this.completer.completeError$1(new A.ImageCodecException(string$.Failed + this.url + "\nTrying to load an image from another domain? Find answers at:\nhttps://flutter.dev/docs/development/platform-integration/web-images")); }, - $signature: 180 + $signature: 26 }; A.fetchImage_closure1.prototype = { call$1($event) { @@ -129576,43 +131551,43 @@ _this.completer.completeError$1(new A.ImageCodecException(string$.Failed + _this.url + "\nServer response code: " + t2)); return; } - _this.completer.complete$1(0, J.asUint8List$2$x(type$.ByteBuffer._as(A._convertNativeToDart_XHR_Response(t1.response)), 0, null)); + _this.completer.complete$1(0, J.asUint8List$2$x(type$.ByteBuffer._as(t1.response), 0, null)); }, - $signature: 180 + $signature: 26 }; A.CkImage.prototype = { CkImage$2$videoFrame(skImage, videoFrame) { var t1, t2, t3, originalBytes, _this = this; if ($.$get$browserSupportsFinalizationRegistry()) { - t1 = new A.SkiaObjectBox(A.LinkedHashSet_LinkedHashSet$_empty(type$.CkImage), null, type$.SkiaObjectBox_CkImage_SkImage); + t1 = new A.SkiaObjectBox(A.LinkedHashSet_LinkedHashSet$_empty(type$.CkImage), null, type$.SkiaObjectBox_CkImage_JavaScriptObject); t1.__engine$_initialize$2(_this, skImage); t2 = $.$get$Collector__instance(); t3 = t1._skDeletable; t3.toString; t2.register$2(0, t1, t3); - A._lateWriteOnceCheck(_this.__CkImage_box, "box"); - _this.__CkImage_box = t1; + _this.__CkImage_box_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__CkImage_box_F = t1; } else { - t1 = J.get$Premul$x(J.get$AlphaType$x($.__canvasKit._readField$0())); - t2 = J.get$RGBA_8888$x(J.get$ColorType$x($.__canvasKit._readField$0())); + t1 = $.__canvasKit._readField$0().AlphaType.Premul; + t2 = $.__canvasKit._readField$0().ColorType.RGBA_8888; originalBytes = A.CkImage__encodeImage(t1, self.window.flutterCanvasKit.ColorSpace.SRGB, t2, B.ImageByteFormat_0, skImage); if (originalBytes == null) { $.$get$printWarning().call$1("Unable to encode image to bytes. We will not be able to resurrect it once it has been garbage collected."); return; } - t1 = J.getInterceptor$x(skImage); - t1 = new A.SkiaObjectBox(A.LinkedHashSet_LinkedHashSet$_empty(type$.CkImage), new A.CkImage_closure(t1.width$0(skImage), t1.height$0(skImage), originalBytes), type$.SkiaObjectBox_CkImage_SkImage); + t1 = new A.SkiaObjectBox(A.LinkedHashSet_LinkedHashSet$_empty(type$.CkImage), new A.CkImage_closure(skImage.width(), skImage.height(), originalBytes), type$.SkiaObjectBox_CkImage_JavaScriptObject); t1.__engine$_initialize$2(_this, skImage); A.SkiaObjects_registerCleanupCallback(); $.$get$SkiaObjects_expensiveCache().add$1(0, t1); - A._lateWriteOnceCheck(_this.__CkImage_box, "box"); - _this.__CkImage_box = t1; + _this.__CkImage_box_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__CkImage_box_F = t1; } }, - dispose$0(_) { + dispose$0() { var t1, t2; this._disposed = true; - t1 = A._lateReadCheck(this.__CkImage_box, "box"); + t1 = this.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); if (--t1._refCount === 0) { t2 = t1._skDeletable; if (t2 != null) @@ -129627,35 +131602,53 @@ } }, clone$0(_) { - var t1 = A._lateReadCheck(this.__CkImage_box, "box"); - ++A._lateReadCheck(t1, "box")._refCount; + var t1 = this.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + ++t1._refCount; return new A.CkImage(t1, null); }, isCloneOf$1(other) { - return other instanceof A.CkImage && J.isAliasOf$1$x(A._lateReadCheck(other.__CkImage_box, "box").get$skiaObject(), A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); + var t1, t2; + if (other instanceof A.CkImage) { + t1 = other.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$skiaObject(); + t2 = this.__CkImage_box_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.isAliasOf(t2.get$skiaObject()); + t1 = t2; + } else + t1 = false; + return t1; }, get$width(_) { - return J.width$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); + var t1 = this.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.get$skiaObject().width(); }, get$height(_) { - return J.height$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); + var t1 = this.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.get$skiaObject().height(); }, toString$0(_) { - return "[" + A.S(J.width$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject())) + "\xd7" + A.S(J.height$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject())) + "]"; + var t1 = this.__CkImage_box_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return "[" + A.S(t1.get$skiaObject().width()) + "\xd7" + A.S(this.__CkImage_box_F.get$skiaObject().height()) + "]"; }, $isImage1: 1 }; A.CkImage_closure.prototype = { call$0() { var t1 = $.__canvasKit._readField$0(), - t2 = J.get$Premul$x(J.get$AlphaType$x($.__canvasKit._readField$0())), - t3 = this.originalWidth, - skImage = J.MakeImage$3$x(t1, {width: t3, height: this.originalHeight, colorType: J.get$RGBA_8888$x(J.get$ColorType$x($.__canvasKit._readField$0())), alphaType: t2, colorSpace: self.window.flutterCanvasKit.ColorSpace.SRGB}, J.asUint8List$0$x(J.get$buffer$x(this.originalBytes)), 4 * t3); - if (skImage == null) + t2 = $.__canvasKit._readField$0().AlphaType.Premul, + t3 = this.originalWidth; + t3 = t1.MakeImage(type$.JavaScriptObject._as({width: t3, height: this.originalHeight, colorType: $.__canvasKit._readField$0().ColorType.RGBA_8888, alphaType: t2, colorSpace: self.window.flutterCanvasKit.ColorSpace.SRGB}), J.asUint8List$0$x(J.get$buffer$x(this.originalBytes)), 4 * t3); + if (t3 == null) throw A.wrapException(A.ImageCodecException$("Failed to resurrect image from pixels.")); - return skImage; + return t3; }, - $signature: 1671 + $signature: 346 }; A.AnimatedImageFrameInfo.prototype = { get$duration(_) { @@ -129676,17 +131669,17 @@ delete$0(_) { var t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); }, $isCkManagedSkImageFilterConvertible: 1 }; A._CkMatrixImageFilter.prototype = { _initSkiaObject$0() { - var t1 = J.get$ImageFilter$x($.__canvasKit._readField$0()), + var t1 = $.__canvasKit._readField$0().ImageFilter, t2 = A.toSkMatrixFromFloat64(this.matrix), t3 = $.$get$_filterOptions().$index(0, this.filterQuality); t3.toString; - return J.MakeMatrixTransform$3$x(t1, t2, t3, null); + return A.callMethod(t1, "MakeMatrixTransform", [t2, t3, null]); }, $eq(_, other) { if (other == null) @@ -129696,7 +131689,7 @@ return other instanceof A._CkMatrixImageFilter && other.filterQuality == this.filterQuality && A.listEquals(other.matrix, this.matrix); }, get$hashCode(_) { - return A.hashValues(this.filterQuality, A.hashList(this.matrix), B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.filterQuality, A.Object_hashAll(this.matrix), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "ImageFilter.matrix(" + A.S(this.matrix) + ", " + A.S(this.filterQuality) + ")"; @@ -129704,16 +131697,15 @@ }; A.CkAnimatedImage.prototype = { createDefault$0() { - var t1, i, _this = this, - animatedImage = J.MakeAnimatedImageFromEncoded$1$x($.__canvasKit._readField$0(), _this._bytes); - if (animatedImage == null) + var i, _this = this, + t1 = $.__canvasKit._readField$0().MakeAnimatedImageFromEncoded(_this._bytes); + if (t1 == null) throw A.wrapException(A.ImageCodecException$("Failed to decode image data.\nImage source: " + _this.src)); - t1 = J.getInterceptor$x(animatedImage); - _this._frameCount = t1.getFrameCount$0(animatedImage); - _this._repetitionCount = t1.getRepetitionCount$0(animatedImage); + _this._frameCount = t1.getFrameCount(); + _this._repetitionCount = t1.getRepetitionCount(); for (i = 0; i < _this._currentFrameIndex; ++i) - t1.decodeNextFrame$0(animatedImage); - return animatedImage; + t1.decodeNextFrame(); + return t1; }, resurrect$0() { return this.createDefault$0(); @@ -129724,49 +131716,51 @@ delete$0(_) { var t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); }, - dispose$0(_) { + dispose$0() { this._disposed = true; this.delete$0(0); }, - get$frameCount(_) { + get$frameCount() { return this._frameCount; }, - get$repetitionCount(_) { + get$repetitionCount() { return this._repetitionCount; }, getNextFrame$0() { var _this = this, animatedImage = _this.get$skiaObject(), - t1 = J.getInterceptor$x(animatedImage), - t2 = A.Duration$(0, 0, 0, t1.currentFrameDuration$0(animatedImage), 0, 0), - t3 = A.CkImage$(t1.makeImageAtCurrentFrame$0(animatedImage), null); - t1.decodeNextFrame$0(animatedImage); + t1 = A.Duration$(0, 0, 0, animatedImage.currentFrameDuration(), 0, 0), + t2 = A.CkImage$(animatedImage.makeImageAtCurrentFrame(), null); + animatedImage.decodeNextFrame(); _this._currentFrameIndex = B.JSInt_methods.$mod(_this._currentFrameIndex + 1, _this._frameCount); - return A.Future_Future$value(new A.AnimatedImageFrameInfo(t2, t3), type$.FrameInfo); + return A.Future_Future$value(new A.AnimatedImageFrameInfo(t1, t2), type$.FrameInfo); }, $isCodec: 1 }; A.CkBrowserImageDecoder.prototype = { - get$frameCount(_) { - return A._lateReadCheck(this.__CkBrowserImageDecoder_frameCount, "frameCount"); + get$frameCount() { + var t1 = this.__CkBrowserImageDecoder_frameCount_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, - get$repetitionCount(_) { - return A._lateReadCheck(this.__CkBrowserImageDecoder_repetitionCount, "repetitionCount"); + get$repetitionCount() { + var t1 = this.__CkBrowserImageDecoder_repetitionCount_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, - dispose$0(_) { - var t1; + dispose$0() { this._isDisposed = true; - t1 = this._cachedWebDecoder; + var t1 = this._cachedWebDecoder; if (t1 != null) - J.close$0$x(t1); + t1.close(); this._cachedWebDecoder = null; }, _getOrCreateWebDecoder$0() { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.ImageDecoder), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, webDecoder, error, t1, t2, exception, $async$exception; + $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, webDecoder, error, t1, t2, exception, $async$exception; var $async$_getOrCreateWebDecoder$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -129788,22 +131782,19 @@ t1 = $async$self._cacheExpirationClock; t1.callback = null; $async$handler = 4; - webDecoder = new self.window.ImageDecoder({type: $async$self.contentType, data: $async$self.data, premultiplyAlpha: "premultiply", desiredWidth: $async$self.targetWidth, desiredHeight: $async$self.targetHeight, colorSpaceConversion: "default", preferAnimation: true}); + t2 = type$.JavaScriptObject; + webDecoder = t2._as(new self.window.ImageDecoder(t2._as({type: $async$self.contentType, data: $async$self.data, premultiplyAlpha: "premultiply", desiredWidth: $async$self.targetWidth, desiredHeight: $async$self.targetHeight, colorSpaceConversion: "default", preferAnimation: true}))); t2 = type$.void; $async$goto = 7; - return A._asyncAwait(A.promiseToFuture(J.get$ready$x(webDecoder.tracks), t2), $async$_getOrCreateWebDecoder$0); + return A._asyncAwait(A.promiseToFuture(webDecoder.tracks.ready, t2), $async$_getOrCreateWebDecoder$0); case 7: // returning from await. $async$goto = 8; return A._asyncAwait(A.promiseToFuture(webDecoder.completed, t2), $async$_getOrCreateWebDecoder$0); case 8: // returning from await. - t2 = J.get$selectedTrack$x(webDecoder.tracks); - t2.toString; - $async$self.__CkBrowserImageDecoder_frameCount = J.get$frameCount$x(t2); - t2 = J.get$selectedTrack$x(webDecoder.tracks); - t2.toString; - $async$self.__CkBrowserImageDecoder_repetitionCount = J.get$repetitionCount$x(t2); + $async$self.__CkBrowserImageDecoder_frameCount_A = webDecoder.tracks.selectedTrack.frameCount; + $async$self.__CkBrowserImageDecoder_repetitionCount_A = webDecoder.tracks.selectedTrack.repetitionCount; $async$self._cachedWebDecoder = webDecoder; t1.callback = new A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure($async$self); t1.set$datetime(new A.DateTime(Date.now(), false).add$1(0, $._kWebDecoderExpireDuration)); @@ -129820,8 +131811,10 @@ $async$handler = 3; $async$exception = $async$currentError; error = A.unwrapException($async$exception); - if (type$.DomException._is(error)) - if (J.get$name$x(error) === "NotSupportedError") + t1 = self.window.DOMException; + t1.toString; + if (error instanceof t1) + if (type$.JavaScriptObject._as(error).name === "NotSupportedError") throw A.wrapException(A.ImageCodecException$("Image file format (" + $async$self.contentType + ") is not supported by this browser's ImageDecoder API.\nImage source: " + $async$self.debugSource)); throw A.wrapException(A.ImageCodecException$("Failed to decode image using the browser's ImageDecoder API.\nImage source: " + $async$self.debugSource + "\nOriginal browser error: " + A.S(error))); // goto after finally @@ -129847,7 +131840,7 @@ getNextFrame$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.FrameInfo), - $async$returnValue, $async$self = this, t1, t2, t3, t4, t5, skImage, duration, frame, $async$temp1, $async$temp2, $async$temp3; + $async$returnValue, $async$self = this, t5, t6, t7, duration, t1, t2, t3, t4, $async$temp1; var $async$getNextFrame$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -129855,30 +131848,32 @@ switch ($async$goto) { case 0: // Function start - $async$temp1 = J; - $async$temp2 = A; - $async$temp3 = J; + t1 = type$.JavaScriptObject; + $async$temp1 = A; $async$goto = 4; return A._asyncAwait($async$self._getOrCreateWebDecoder$0(), $async$getNextFrame$0); case 4: // returning from await. $async$goto = 3; - return A._asyncAwait($async$temp2.promiseToFuture($async$temp3.decode$1$x($async$result, {frameIndex: $async$self._nextFrameIndex}), type$.DecodeResult), $async$getNextFrame$0); + return A._asyncAwait($async$temp1.promiseToFuture($async$result.decode(t1._as({frameIndex: $async$self._nextFrameIndex})), t1), $async$getNextFrame$0); case 3: // returning from await. - frame = $async$temp1.get$image$x($async$result); - $async$self._nextFrameIndex = B.JSInt_methods.$mod($async$self._nextFrameIndex + 1, A._lateReadCheck($async$self.__CkBrowserImageDecoder_frameCount, "frameCount")); - t1 = $.__canvasKit._readField$0(); - t2 = J.get$Premul$x(J.get$AlphaType$x($.__canvasKit._readField$0())); - t3 = J.get$RGBA_8888$x(J.get$ColorType$x($.__canvasKit._readField$0())); - t4 = self.window.flutterCanvasKit.ColorSpace.SRGB; - t5 = J.getInterceptor$x(frame); - skImage = J.MakeLazyImageFromTextureSource$2$x(t1, frame, {width: t5.get$displayWidth(frame), height: t5.get$displayHeight(frame), colorType: t3, alphaType: t2, colorSpace: t4}); - t5 = t5.get$duration(frame); - duration = A.Duration$(0, 0, t5 == null ? 0 : t5, 0, 0, 0); - if (skImage == null) + t2 = $async$result.image; + t3 = $async$self._nextFrameIndex; + t4 = $async$self.__CkBrowserImageDecoder_frameCount_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + $async$self._nextFrameIndex = B.JSInt_methods.$mod(t3 + 1, t4); + t4 = $.__canvasKit._readField$0(); + t3 = $.__canvasKit._readField$0().AlphaType.Premul; + t5 = $.__canvasKit._readField$0().ColorType.RGBA_8888; + t6 = self.window.flutterCanvasKit.ColorSpace.SRGB; + t7 = J.getInterceptor$x(t2); + t6 = A.callMethod(t4, "MakeLazyImageFromTextureSource", [t2, t1._as({width: t7.get$displayWidth(t2), height: t7.get$displayHeight(t2), colorType: t5, alphaType: t3, colorSpace: t6})]); + t7 = t7.get$duration(t2); + duration = A.Duration$(0, 0, t7 == null ? 0 : t7, 0, 0, 0); + if (t6 == null) throw A.wrapException(A.ImageCodecException$("Failed to create image from pixel data decoded using the browser's ImageDecoder.")); - $async$returnValue = A.Future_Future$value(new A.AnimatedImageFrameInfo(duration, A.CkImage$(skImage, frame)), type$.FrameInfo); + $async$returnValue = A.Future_Future$value(new A.AnimatedImageFrameInfo(duration, A.CkImage$(t6, t2)), type$.FrameInfo); // goto return $async$goto = 1; break; @@ -129895,14 +131890,14 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 305 + $signature: 349 }; A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { var t1 = this.$this, t2 = t1._cachedWebDecoder; if (t2 != null) - J.close$0$x(t2); + t2.close(); t1._cachedWebDecoder = null; t1._cacheExpirationClock.callback = null; }, @@ -129911,26 +131906,25 @@ A.ImageFileFormat.prototype = {}; A.downloadCanvasKit_closure.prototype = { call$2(file, unusedBase) { - var t1 = $._configuration; - if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t1 = t1.get$canvasKitBaseUrl(t1) + "profiling/"; - return B.JSString_methods.$add(t1, file); + var t1 = this.canvasKitBase, + t2 = $._configuration; + t1 = (t2 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t2).get$canvasKitBaseUrl() + "profiling/"; + return J.$add$ansx(t1, file); }, - $signature: 685 + $signature: 773 }; A.downloadCanvasKit_closure0.prototype = { call$1(ck) { this.canvasKitInitCompleter.complete$1(0, ck); }, - $signature: 1812 + $signature: 26 }; - A._downloadCanvasKitJs_closure.prototype = { + A._downloadCanvasKitJs_loadEventHandler.prototype = { call$1(_) { - J.cancel$0$z(this.loadSubscription._readLocal$0()); this.canvasKitLoadCompleter.complete$0(0); + A.DomEventTargetExtension_removeEventListener(this.canvasKitScript, "load", this.callback._readLocal$0(), null); }, - $signature: 76 + $signature: 26 }; A.IntervalTree.prototype = {}; A.IntervalTree_IntervalTree$createFromRanges_closure.prototype = { @@ -130042,7 +132036,7 @@ } }; A.Layer.prototype = { - dispose$0(_) { + dispose$0() { } }; A.PrerollContext.prototype = { @@ -130063,7 +132057,8 @@ case 2: t1 = t1.path; t3 = t1.rawSkiaObject; - t1 = J.getBounds$0$x(t3 == null ? t1._doResurrect$0() : t3); + t1 = t3 == null ? t1._doResurrect$0() : t3; + t1 = t1.getBounds(); t3 = J.getInterceptor$asx(t1); clipRect = new A.Rect(t3.$index(t1, 0), t3.$index(t1, 1), t3.$index(t1, 2), t3.$index(t1, 3)); break; @@ -130132,7 +132127,7 @@ t2 = prerollContext.mutatorsStack._mutators; t2.push(new A.Mutator(B.MutatorType_2, _null, _null, t1, _null, _null)); childPaintBounds = this.prerollChildren$2(prerollContext, matrix); - clipBounds = A.fromSkRect(J.getBounds$0$x(t1.get$skiaObject())); + clipBounds = A.fromSkRect(t1.get$skiaObject().getBounds()); if (childPaintBounds.overlaps$1(clipBounds)) this.paintBounds = childPaintBounds.intersect$1(clipBounds); t2.pop(); @@ -130145,7 +132140,7 @@ t1.clipPath$2(0, _this.__engine$_clipPath, t2 !== B.Clip_1); t2 = t2 === B.Clip_3; if (t2) - t1.saveLayer$2(0, _this.paintBounds, null); + t1.saveLayer$2(_this.paintBounds, null); _this.paintChildren$1(paintContext); if (t2) t1.restore$0(0); @@ -130170,10 +132165,10 @@ t1.save$0(0); t2 = this.__engine$_clipRect; t3 = this.__engine$_clipBehavior; - t1.clipRect$3(0, t2, B.ClipOp_1, t3 !== B.Clip_1); + t1.clipRect$3(t2, B.ClipOp_1, t3 !== B.Clip_1); t3 = t3 === B.Clip_3; if (t3) - t1.saveLayer$2(0, t2, null); + t1.saveLayer$2(t2, null); this.paintChildren$1(paintContext); if (t3) t1.restore$0(0); @@ -130201,10 +132196,10 @@ t1 = paintContext.internalNodesCanvas; t1.save$0(0); t2 = _this.__engine$_clipBehavior; - t1.clipRRect$2(0, _this.__engine$_clipRRect, t2 !== B.Clip_1); + t1.clipRRect$2(_this.__engine$_clipRRect, t2 !== B.Clip_1); t2 = t2 === B.Clip_3; if (t2) - t1.saveLayer$2(0, _this.paintBounds, null); + t1.saveLayer$2(_this.paintBounds, null); _this.paintChildren$1(paintContext); if (t2) t1.restore$0(0); @@ -130241,7 +132236,7 @@ t3 = t2._dx; t2 = t2._dy; t1.translate$2(0, t3, t2); - t1.saveLayer$2(0, _this.paintBounds.shift$1(new A.Offset(-t3, -t2)), paint); + t1.saveLayer$2(_this.paintBounds.shift$1(new A.Offset(-t3, -t2)), paint); _this.paintChildren$1(paintContext); t1.restore$0(0); t1.restore$0(0); @@ -130267,7 +132262,7 @@ $isTransformEngineLayer0: 1 }; A.OffsetEngineLayer.prototype = {$isOffsetEngineLayer0: 1}; - A.PictureLayer0.prototype = { + A.PictureLayer.prototype = { preroll$2(prerollContext, matrix) { this.paintBounds = this.picture.cullRect.shift$1(this.offset); }, @@ -130276,61 +132271,11 @@ paintContext.leafNodesCanvas.save$0(0); t1 = this.offset; paintContext.leafNodesCanvas.translate$2(0, t1._dx, t1._dy); - paintContext.leafNodesCanvas.drawPicture$1(0, this.picture); + paintContext.leafNodesCanvas.drawPicture$1(this.picture); paintContext.leafNodesCanvas.restore$0(0); } }; - A.PhysicalShapeEngineLayer.prototype = { - preroll$2(prerollContext, matrix) { - var t1, _this = this; - _this.prerollChildren$2(prerollContext, matrix); - t1 = $.$get$window()._debugDevicePixelRatio; - if (t1 == null) - t1 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - _this.paintBounds = A.computeSkShadowBounds(_this.__engine$_path, _this.__engine$_elevation, t1, matrix); - }, - paint$1(paintContext) { - var t2, t3, t4, paint, saveCount, _this = this, - t1 = _this.__engine$_elevation; - if (t1 !== 0) { - t2 = paintContext.leafNodesCanvas; - t3 = _this.__engine$_shadowColor; - t3.toString; - t4 = _this.__engine$_color; - t2.drawShadow$4(0, _this.__engine$_path, t3, t1, (t4.get$value(t4) >>> 24 & 255) !== 255); - } - paint = A.CkPaint$(); - paint.set$color(0, _this.__engine$_color); - t1 = _this.__engine$_clipBehavior; - t2 = t1 === B.Clip_3; - if (!t2) - paintContext.leafNodesCanvas.drawPath$2(0, _this.__engine$_path, paint); - t3 = paintContext.internalNodesCanvas; - saveCount = t3.save$0(0); - switch (t1) { - case B.Clip_1: - t3.clipPath$2(0, _this.__engine$_path, false); - break; - case B.Clip_2: - t3.clipPath$2(0, _this.__engine$_path, true); - break; - case B.Clip_3: - t3.clipPath$2(0, _this.__engine$_path, true); - t3.saveLayer$2(0, _this.paintBounds, null); - break; - case B.Clip_0: - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } - if (t2) - paintContext.leafNodesCanvas.drawPaint$1(0, paint); - _this.paintChildren$1(paintContext); - t3.restoreToCount$1(0, saveCount); - }, - $isPhysicalShapeEngineLayer0: 1 - }; - A.PlatformViewLayer0.prototype = { + A.PlatformViewLayer.prototype = { preroll$2(prerollContext, matrix) { var _this = this, t1 = _this.offset, @@ -130344,13 +132289,41 @@ t3.prerollCompositeEmbeddedView$2(_this.viewId, new A.EmbeddedViewParams(t1, new A.Size(t4, t5), new A.MutatorsStack(A.List_List$from(prerollContext.mutatorsStack._mutators, true, type$.Mutator)))); }, paint$1(paintContext) { - var canvas = paintContext.viewEmbedder.compositeEmbeddedView$1(this.viewId); + var t3, needNewOverlay, t4, recorderToUseForRendering, canvas, + t1 = paintContext.viewEmbedder, + t2 = this.viewId, + overlayIndex = t1.__engine$_context.visibleViewCount; + t1._compositionOrder.push(t2); + t3 = $.$get$platformViewManager(); + if (!t3.isInvisible$1(t2) || t1.__engine$_context.pictureRecorders.length === 0) + ++t1.__engine$_context.visibleViewCount; + needNewOverlay = !t3.isInvisible$1(t2) && t1.__engine$_context.seenFirstVisibleView || t1.__engine$_context.pictureRecorders.length === 0; + if (!t3.isInvisible$1(t2)) + t1.__engine$_context.seenFirstVisibleView = true; + if (needNewOverlay) { + t3 = t1.__engine$_context; + t4 = t3.pictureRecordersCreatedDuringPreroll; + if (overlayIndex < t4.length) { + recorderToUseForRendering = t4[overlayIndex]; + t3.pictureRecorders.push(recorderToUseForRendering); + } else + recorderToUseForRendering = null; + } else + recorderToUseForRendering = null; + t3 = t1._viewsToRecomposite; + if (t3.contains$1(0, t2)) { + t4 = t1._currentCompositionParams.$index(0, t2); + t4.toString; + t1._compositeWithParams$2(t2, t4); + t3.remove$1(0, t2); + } + canvas = recorderToUseForRendering == null ? null : recorderToUseForRendering._recordingCanvas; if (canvas != null) paintContext.leafNodesCanvas = canvas; } }; A.LayerScene.prototype = { - dispose$0(_) { + dispose$0() { } }; A.LayerSceneBuilder.prototype = { @@ -130358,37 +132331,42 @@ throw A.wrapException(A.UnimplementedError$(null)); }, addPicture$4$isComplexHint$willChangeHint(offset, picture, isComplexHint, willChangeHint) { - var t1 = A._lateReadCheck(this.__LayerSceneBuilder_currentLayer, "currentLayer"), - t2 = new A.PictureLayer0(type$.CkPicture._as(picture), offset, B.Rect_0_0_0_0); + var t2, + t1 = this.__LayerSceneBuilder_currentLayer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = new A.PictureLayer(type$.CkPicture._as(picture), offset, B.Rect_0_0_0_0); t1.toString; t2.parent = t1; t1._layers.push(t2); }, addRetained$1(retainedLayer) { - var t1 = A._lateReadCheck(this.__LayerSceneBuilder_currentLayer, "currentLayer"); + var t1 = this.__LayerSceneBuilder_currentLayer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); type$.Layer._as(retainedLayer); t1.toString; retainedLayer.parent = t1; t1._layers.push(retainedLayer); }, addPlatformView$4$height$offset$width(viewId, height, offset, width) { - var t1 = A._lateReadCheck(this.__LayerSceneBuilder_currentLayer, "currentLayer"), - t2 = new A.PlatformViewLayer0(viewId, offset, width, height, B.Rect_0_0_0_0); + var t2, + t1 = this.__LayerSceneBuilder_currentLayer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = new A.PlatformViewLayer(viewId, offset, width, height, B.Rect_0_0_0_0); t1.toString; t2.parent = t1; t1._layers.push(t2); }, - build$0(_) { + build$0() { return new A.LayerScene(new A.LayerTree(this.rootLayer, $.$get$window().get$physicalSize())); }, - pop$0(_) { - var t1, _this = this, - _s12_ = "currentLayer"; - if (A._lateReadCheck(_this.__LayerSceneBuilder_currentLayer, _s12_) === _this.rootLayer) + pop$0() { + var t1 = this.__LayerSceneBuilder_currentLayer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 === this.rootLayer) return; - t1 = A._lateReadCheck(_this.__LayerSceneBuilder_currentLayer, _s12_).parent; + t1 = t1.parent; t1.toString; - _this.__LayerSceneBuilder_currentLayer = t1; + this.__LayerSceneBuilder_currentLayer_A = t1; }, pushBackdropFilter$3$blendMode$oldLayer(filter, blendMode, oldLayer) { return this.pushLayer$1(new A.BackdropFilterEngineLayer(filter, blendMode, A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0)); @@ -130410,9 +132388,6 @@ pushOpacity$3$offset$oldLayer(alpha, offset, oldLayer) { return this.pushLayer$1(new A.OpacityEngineLayer(alpha, offset, A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0)); }, - pushPhysicalShape$6$clipBehavior$color$elevation$oldLayer$path$shadowColor(clipBehavior, color, elevation, oldLayer, path, shadowColor) { - return this.pushLayer$1(new A.PhysicalShapeEngineLayer(elevation, color, shadowColor, type$.CkPath._as(path), clipBehavior, A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0)); - }, pushTransform$2$oldLayer(matrix4, oldLayer) { return this.pushLayer$1(new A.TransformEngineLayer(new A.Matrix40(A.toMatrix32(matrix4)), A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0)); }, @@ -130423,34 +132398,18 @@ setRasterizerTracingThreshold$1(frameInterval) { }, pushLayer$1$1(layer) { - var t1 = A._lateReadCheck(this.__LayerSceneBuilder_currentLayer, "currentLayer"); + var t1 = this.__LayerSceneBuilder_currentLayer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.toString; layer.parent = t1; t1._layers.push(layer); - return this.__LayerSceneBuilder_currentLayer = layer; + return this.__LayerSceneBuilder_currentLayer_A = layer; }, pushLayer$1(layer) { return this.pushLayer$1$1(layer, type$.ContainerLayer); } }; - A.LayerTree.prototype = { - paint$2$ignoreRasterCache(frame, ignoreRasterCache) { - var t3, overlayCanvases, i, t4, - t1 = A._setArrayType([], type$.JSArray_CkCanvas), - internalNodesCanvas = new A.CkNWayCanvas(t1), - t2 = frame.canvas; - t1.push(t2); - t3 = frame.viewEmbedder; - overlayCanvases = t3.getOverlayCanvases$0(); - for (i = 0; i < overlayCanvases.length; ++i) - t1.push(overlayCanvases[i]); - internalNodesCanvas.clear$1(0, B.Color_0); - t1 = this.rootLayer; - t4 = t1.paintBounds; - if (!t4.get$isEmpty(t4)) - t1.paintChildren$1(new A.PaintContext(internalNodesCanvas, t2, t3)); - } - }; + A.LayerTree.prototype = {}; A.Frame.prototype = { raster$2$ignoreRasterCache(layerTree, ignoreRasterCache) { A.timeAction("preroll_frame", new A.Frame_raster_closure(this, layerTree, true)); @@ -130467,7 +132426,19 @@ }; A.Frame_raster_closure0.prototype = { call$0() { - this.layerTree.paint$2$ignoreRasterCache(this.$this, this.ignoreRasterCache); + var t4, + t1 = this.$this, + t2 = A._setArrayType([], type$.JSArray_CkCanvas), + internalNodesCanvas = new A.CkNWayCanvas(t2), + t3 = t1.canvas; + t2.push(t3); + t1 = t1.viewEmbedder; + t1.getOverlayCanvases$0().forEach$1(0, internalNodesCanvas.get$addCanvas()); + internalNodesCanvas.clear$1(0, B.Color_0); + t2 = this.layerTree.rootLayer; + t4 = t2.paintBounds; + if (!t4.get$isEmpty(t4)) + t2.paintChildren$1(new A.PaintContext(internalNodesCanvas, t3, t1)); }, $signature: 0 }; @@ -130480,27 +132451,30 @@ return this._initSkiaObject$0(); }, _initSkiaObject$0() { - var t1 = J.MakeBlur$3$x(J.get$MaskFilter$x($.__canvasKit._readField$0()), $.$get$_skBlurStyles()[this._blurStyle.index], this.__engine$_sigma, true); + var t1 = $.__canvasKit._readField$0().MaskFilter.MakeBlur($.$get$_skBlurStyles()[this._blurStyle.index], this.__engine$_sigma, true); t1.toString; return t1; }, delete$0(_) { var t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); } }; A.CkNWayCanvas.prototype = { + addCanvas$1(canvas) { + this._canvases.push(canvas); + }, save$0(_) { var t1, saveCount, i; for (t1 = this._canvases, saveCount = 0, i = 0; i < t1.length; ++i) saveCount = t1[i].save$0(0); return saveCount; }, - saveLayer$2(_, bounds, paint) { + saveLayer$2(bounds, paint) { var t1, i; for (t1 = this._canvases, i = 0; i < t1.length; ++i) - t1[i].saveLayer$2(0, bounds, paint); + t1[i].saveLayer$2(bounds, paint); }, saveLayerWithFilter$3(bounds, filter, paint) { var t1, i; @@ -130512,11 +132486,6 @@ for (t1 = this._canvases, i = 0; i < t1.length; ++i) t1[i].restore$0(0); }, - restoreToCount$1(_, count) { - var t1, i; - for (t1 = this._canvases, i = 0; i < t1.length; ++i) - t1[i].restoreToCount$1(0, count); - }, translate$2(_, dx, dy) { var t1, i; for (t1 = this._canvases, i = 0; i < t1.length; ++i) @@ -130537,15 +132506,15 @@ for (t1 = this._canvases, i = 0; i < t1.length; ++i) t1[i].clipPath$2(0, path, doAntiAlias); }, - clipRect$3(_, rect, clipOp, doAntiAlias) { + clipRect$3(rect, clipOp, doAntiAlias) { var t1, i; for (t1 = this._canvases, i = 0; i < t1.length; ++i) - t1[i].clipRect$3(0, rect, clipOp, doAntiAlias); + t1[i].clipRect$3(rect, clipOp, doAntiAlias); }, - clipRRect$2(_, rrect, doAntiAlias) { + clipRRect$2(rrect, doAntiAlias) { var t1, i; for (t1 = this._canvases, i = 0; i < t1.length; ++i) - t1[i].clipRRect$2(0, rrect, doAntiAlias); + t1[i].clipRRect$2(rrect, doAntiAlias); } }; A.CkPaint.prototype = { @@ -130553,7 +132522,7 @@ if (this._blendMode == value) return; this._blendMode = value; - J.setBlendMode$1$x(this.get$skiaObject(), $.$get$_skBlendModes()[value.index]); + this.get$skiaObject().setBlendMode($.$get$_skBlendModes()[value.index]); }, get$style(_) { return this._style; @@ -130562,7 +132531,7 @@ if (this._style === value) return; this._style = value; - J.setStyle$1$x(this.get$skiaObject(), $.$get$_skPaintStyles()[value.index]); + this.get$skiaObject().setStyle($.$get$_skPaintStyles()[value.index]); }, get$strokeWidth() { return this._strokeWidth; @@ -130571,25 +132540,25 @@ if (this._strokeWidth == value) return; this._strokeWidth = value; - J.setStrokeWidth$1$x(this.get$skiaObject(), value); + this.get$skiaObject().setStrokeWidth(value); }, set$strokeCap(value) { if (this._strokeCap === value) return; this._strokeCap = value; - J.setStrokeCap$1$x(this.get$skiaObject(), $.$get$_skStrokeCaps()[value.index]); + this.get$skiaObject().setStrokeCap($.$get$_skStrokeCaps()[value.index]); }, set$strokeJoin(value) { if (this._strokeJoin === value) return; this._strokeJoin = value; - J.setStrokeJoin$1$x(this.get$skiaObject(), $.$get$_skStrokeJoins()[value.index]); + this.get$skiaObject().setStrokeJoin($.$get$_skStrokeJoins()[value.index]); }, set$isAntiAlias(value) { if (this._isAntiAlias === value) return; this._isAntiAlias = value; - J.setAntiAlias$1$x(this.get$skiaObject(), value); + this.get$skiaObject().setAntiAlias(value); }, get$color(_) { return this.__engine$_color; @@ -130598,7 +132567,7 @@ if (J.$eq$(this.__engine$_color, value)) return; this.__engine$_color = value; - J.setColorInt$1$x(this.get$skiaObject(), value.get$value(value)); + this.get$skiaObject().setColorInt(value.get$value(value)); }, set$invertColors(value) { var t1, t2, _this = this; @@ -130616,7 +132585,8 @@ } t1 = _this.get$skiaObject(); t2 = _this._effectiveColorFilter; - J.setColorFilter$1$x(t1, t2 == null ? null : t2.get$skiaObject()); + t2 = t2 == null ? null : t2.get$skiaObject(); + t1.setColorFilter(t2); _this.__engine$_invertColors = value; }, set$shader(value) { @@ -130626,7 +132596,8 @@ _this._shader = type$.nullable_CkShader._as(value); t1 = _this.get$skiaObject(); t2 = _this._shader; - J.setShader$1$x(t1, t2 == null ? null : t2.get$skiaObject()); + t2 = t2 == null ? null : t2.get$skiaObject(); + t1.setShader(t2); }, set$maskFilter(value) { var t1, t2, _this = this; @@ -130643,7 +132614,8 @@ } t1 = _this.get$skiaObject(); t2 = _this._ckMaskFilter; - J.setMaskFilter$1$x(t1, t2 == null ? null : t2.get$skiaObject()); + t2 = t2 == null ? null : t2.get$skiaObject(); + t1.setMaskFilter(t2); }, set$filterQuality(value) { var t1, t2, _this = this; @@ -130652,7 +132624,8 @@ _this.__engine$_filterQuality = value; t1 = _this.get$skiaObject(); t2 = _this._shader; - J.setShader$1$x(t1, t2 == null ? null : t2.get$skiaObject()); + t2 = t2 == null ? null : t2.get$skiaObject(); + t1.setShader(t2); }, set$colorFilter(value) { var t2, _this = this, @@ -130667,48 +132640,51 @@ } t1 = _this.get$skiaObject(); t2 = _this._effectiveColorFilter; - J.setColorFilter$1$x(t1, t2 == null ? null : t2.get$skiaObject()); + t2 = t2 == null ? null : t2.get$skiaObject(); + t1.setColorFilter(t2); }, createDefault$0() { - var t2, - paint = new self.window.flutterCanvasKit.Paint(), - t1 = J.getInterceptor$x(paint); - t1.setAntiAlias$1(paint, this._isAntiAlias); - t2 = this.__engine$_color; - t1.setColorInt$1(paint, t2.get$value(t2)); + var t1, + paint = type$.JavaScriptObject._as(new self.window.flutterCanvasKit.Paint()); + paint.setAntiAlias(this._isAntiAlias); + t1 = this.__engine$_color; + paint.setColorInt(t1.get$value(t1)); return paint; }, resurrect$0() { var _this = this, _null = null, - paint = new self.window.flutterCanvasKit.Paint(), - t1 = _this._blendMode, - t2 = J.getInterceptor$x(paint); - t2.setBlendMode$1(paint, $.$get$_skBlendModes()[t1.index]); + paint = type$.JavaScriptObject._as(new self.window.flutterCanvasKit.Paint()), + t1 = _this._blendMode; + paint.setBlendMode($.$get$_skBlendModes()[t1.index]); t1 = _this._style; - t2.setStyle$1(paint, $.$get$_skPaintStyles()[t1.index]); - t2.setStrokeWidth$1(paint, _this._strokeWidth); - t2.setAntiAlias$1(paint, _this._isAntiAlias); + paint.setStyle($.$get$_skPaintStyles()[t1.index]); + paint.setStrokeWidth(_this._strokeWidth); + paint.setAntiAlias(_this._isAntiAlias); t1 = _this.__engine$_color; - t2.setColorInt$1(paint, t1.get$value(t1)); + paint.setColorInt(t1.get$value(t1)); t1 = _this._shader; - t2.setShader$1(paint, t1 == null ? _null : t1.get$skiaObject()); + t1 = t1 == null ? _null : t1.get$skiaObject(); + paint.setShader(t1); t1 = _this._ckMaskFilter; - t2.setMaskFilter$1(paint, t1 == null ? _null : t1.get$skiaObject()); + t1 = t1 == null ? _null : t1.get$skiaObject(); + paint.setMaskFilter(t1); t1 = _this._effectiveColorFilter; - t2.setColorFilter$1(paint, t1 == null ? _null : t1.get$skiaObject()); + t1 = t1 == null ? _null : t1.get$skiaObject(); + paint.setColorFilter(t1); t1 = _this._managedImageFilter; - t2.setImageFilter$1(paint, t1 == null ? _null : t1.get$skiaObject()); + t1 = t1 == null ? _null : t1.get$skiaObject(); + paint.setImageFilter(t1); t1 = _this._strokeCap; - t2.setStrokeCap$1(paint, $.$get$_skStrokeCaps()[t1.index]); + paint.setStrokeCap($.$get$_skStrokeCaps()[t1.index]); t1 = _this._strokeJoin; - t2.setStrokeJoin$1(paint, $.$get$_skStrokeJoins()[t1.index]); - t2.setStrokeMiter$1(paint, 0); + paint.setStrokeJoin($.$get$_skStrokeJoins()[t1.index]); + paint.setStrokeMiter(0); return paint; }, delete$0(_) { var t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); }, $isPaint: 1 }; @@ -130717,104 +132693,103 @@ if (this._fillType === newFillType) return; this._fillType = newFillType; - J.setFillType$1$x(this.get$skiaObject(), $.$get$_skFillTypes()[newFillType.index]); + this.get$skiaObject().setFillType($.$get$_skFillTypes()[newFillType.index]); }, - addArc$3(_, oval, startAngle, sweepAngle) { - J.addArc$3$x(this.get$skiaObject(), A.toSkRect(oval), startAngle * 57.29577951308232, sweepAngle * 57.29577951308232); + addArc$3(oval, startAngle, sweepAngle) { + this.get$skiaObject().addArc(A.toSkRect(oval), startAngle * 57.29577951308232, sweepAngle * 57.29577951308232); }, - addOval$1(_, oval) { - J.addOval$3$x(this.get$skiaObject(), A.toSkRect(oval), false, 1); + addOval$1(oval) { + this.get$skiaObject().addOval(A.toSkRect(oval), false, 1); }, addPolygon$2(points, $close) { var encodedPoints = A.toMallocedSkPoints(points); - J.addPoly$2$x(this.get$skiaObject(), J.toTypedArray$0$x(encodedPoints), $close); + this.get$skiaObject().addPoly(encodedPoints.toTypedArray(), $close); self.window.flutterCanvasKit.Free(encodedPoints); }, - addRRect$1(_, rrect) { - J.addRRect$2$x(this.get$skiaObject(), A.toSkRRect(rrect), false); + addRRect$1(rrect) { + this.get$skiaObject().addRRect(A.toSkRRect(rrect), false); }, - addRect$1(_, rect) { - J.addRect$1$x(this.get$skiaObject(), A.toSkRect(rect)); + addRect$1(rect) { + this.get$skiaObject().addRect(A.toSkRect(rect)); }, arcTo$4(_, rect, startAngle, sweepAngle, forceMoveTo) { - J.arcToOval$4$x(this.get$skiaObject(), A.toSkRect(rect), startAngle * 57.29577951308232, sweepAngle * 57.29577951308232, forceMoveTo); + this.get$skiaObject().arcToOval(A.toSkRect(rect), startAngle * 57.29577951308232, sweepAngle * 57.29577951308232, forceMoveTo); }, arcToPoint$3$clockwise$radius(arcEnd, clockwise, radius) { - J.arcToRotated$7$x(this.get$skiaObject(), radius.x, radius.y, 0, true, true, arcEnd._dx, arcEnd._dy); + A.callMethod(this.get$skiaObject(), "arcToRotated", [radius.x, radius.y, 0, true, true, arcEnd._dx, arcEnd._dy]); }, close$0(_) { - J.close$0$x(this.get$skiaObject()); + this.get$skiaObject().close(); }, contains$1(_, point) { - return J.contains$2$asx(this.get$skiaObject(), point._dx, point._dy); + return this.get$skiaObject().contains(point._dx, point._dy); }, - cubicTo$6(_, x1, y1, x2, y2, x3, y3) { - J.cubicTo$6$x(this.get$skiaObject(), x1, y1, x2, y2, x3, y3); + cubicTo$6(x1, y1, x2, y2, x3, y3) { + A.callMethod(this.get$skiaObject(), "cubicTo", [x1, y1, x2, y2, x3, y3]); }, getBounds$0(_) { - var t1 = J.getBounds$0$x(this.get$skiaObject()), + var t1 = this.get$skiaObject().getBounds(), t2 = J.getInterceptor$asx(t1); return new A.Rect(t2.$index(t1, 0), t2.$index(t1, 1), t2.$index(t1, 2), t2.$index(t1, 3)); }, lineTo$2(_, x, y) { - J.lineTo$2$x(this.get$skiaObject(), x, y); + this.get$skiaObject().lineTo(x, y); }, moveTo$2(_, x, y) { - J.moveTo$2$x(this.get$skiaObject(), x, y); + this.get$skiaObject().moveTo(x, y); }, quadraticBezierTo$4(x1, y1, x2, y2) { - J.quadTo$4$x(this.get$skiaObject(), x1, y1, x2, y2); + this.get$skiaObject().quadTo(x1, y1, x2, y2); }, reset$0(_) { this._fillType = B.PathFillType_0; - J.reset$0$x(this.get$skiaObject()); + this.get$skiaObject().reset(); }, shift$1(offset) { - var shiftedPath = J.copy$0$x(this.get$skiaObject()); - J.transform$9$x(shiftedPath, 1, 0, offset._dx, 0, 1, offset._dy, 0, 0, 1); - return A.CkPath$fromSkPath(shiftedPath, this._fillType); + var t1 = this.get$skiaObject().copy(); + A.callMethod(t1, "transform", [1, 0, offset._dx, 0, 1, offset._dy, 0, 0, 1]); + return A.CkPath$fromSkPath(t1, this._fillType); }, get$isEmpty(_) { - return J.isEmpty$0$asx(this.get$skiaObject()); + return this.get$skiaObject().isEmpty(); }, get$isResurrectionExpensive() { return true; }, createDefault$0() { - var path = new self.window.flutterCanvasKit.Path(), + var path = type$.JavaScriptObject._as(new self.window.flutterCanvasKit.Path()), t1 = this._fillType; - J.setFillType$1$x(path, $.$get$_skFillTypes()[t1.index]); + path.setFillType($.$get$_skFillTypes()[t1.index]); return path; }, delete$0(_) { var t1; - this._cachedCommands = J.toCmds$0$x(this.get$skiaObject()); + this._cachedCommands = this.get$skiaObject().toCmds(); t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); }, resurrect$0() { - var path, - t1 = J.get$Path$x($.__canvasKit._readField$0()), + var t1 = $.__canvasKit._readField$0().Path, t2 = this._cachedCommands; t2.toString; - path = J.MakeFromCmds$1$x(t1, t2); - t2 = this._fillType; - J.setFillType$1$x(path, $.$get$_skFillTypes()[t2.index]); - return path; + t2 = t1.MakeFromCmds(t2); + t1 = this._fillType; + t2.setFillType($.$get$_skFillTypes()[t1.index]); + return t2; }, $isPath: 1 }; A.CkPicture.prototype = { - dispose$0(_) { + dispose$0() { var t1, _this = this; _this._isDisposed = true; t1 = _this._snapshot; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); t1 = _this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); _this.rawSkiaObject = null; }, get$isResurrectionExpensive() { @@ -130831,31 +132806,30 @@ if (!this._isDisposed) { t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); } } }; A.CkPictureRecorder.prototype = { - beginRecording$1(_, bounds) { - var recorder, skCanvas; + beginRecording$1(bounds) { + var recorder, t1; this._cullRect = bounds; - recorder = new self.window.flutterCanvasKit.PictureRecorder(); + recorder = type$.JavaScriptObject._as(new self.window.flutterCanvasKit.PictureRecorder()); this._skRecorder = recorder; - skCanvas = J.beginRecording$1$x(recorder, A.toSkRect(bounds)); - return this._recordingCanvas = $.$get$browserSupportsFinalizationRegistry() ? new A.CkCanvas(skCanvas) : new A.RecordingCkCanvas(new A.CkPictureSnapshot(bounds, A._setArrayType([], type$.JSArray_CkPaintCommand)), skCanvas); + t1 = recorder.beginRecording(A.toSkRect(bounds)); + return this._recordingCanvas = $.$get$browserSupportsFinalizationRegistry() ? new A.CkCanvas(t1) : new A.RecordingCkCanvas(new A.CkPictureSnapshot(bounds, A._setArrayType([], type$.JSArray_CkPaintCommand)), t1); }, endRecording$0() { - var t1, skPicture, _this = this, + var t1, t2, _this = this, recorder = _this._skRecorder; if (recorder == null) throw A.wrapException(A.StateError$("PictureRecorder is not recording")); - t1 = J.getInterceptor$x(recorder); - skPicture = t1.finishRecordingAsPicture$0(recorder); - t1.delete$0(recorder); + t1 = recorder.finishRecordingAsPicture(); + recorder.delete(); _this._skRecorder = null; - t1 = new A.CkPicture(_this._cullRect, _this._recordingCanvas.get$pictureSnapshot()); - t1.ManagedSkiaObject$1(skPicture); - return t1; + t2 = new A.CkPicture(_this._cullRect, _this._recordingCanvas.get$pictureSnapshot()); + t2.ManagedSkiaObject$1(t1); + return t2; }, get$isRecording() { return this._skRecorder != null; @@ -130863,22 +132837,19 @@ }; A.Rasterizer.prototype = { draw$1(layerTree) { - var frame, canvas, compositorFrame, t1, t2; + var frame, canvas, compositorFrame, t1; try { t1 = layerTree.frameSize; if (t1.get$isEmpty(t1)) return; frame = A.SurfaceFactory_instance().baseSurface.acquireFrame$1(t1); $.$get$HtmlViewEmbedder_instance()._frameSize = t1; - canvas = new A.CkCanvas(J.getCanvas$0$x(frame.skiaSurface.surface)); + canvas = new A.CkCanvas(frame.skiaSurface.surface.getCanvas()); compositorFrame = new A.Frame(canvas, null, $.$get$HtmlViewEmbedder_instance()); compositorFrame.raster$2$ignoreRasterCache(layerTree, true); t1 = A.SurfaceFactory_instance().baseSurface; - if (!t1._addedToScene) { - t2 = $.skiaSceneHost; - t2.toString; - J.get$children$x(t2).insert$2(0, 0, t1.htmlElement); - } + if (!t1._addedToScene) + $.skiaSceneHost.prepend(t1.htmlElement); t1._addedToScene = true; J.submit$0$z(frame); $.$get$HtmlViewEmbedder_instance().submitFrame$0(0); @@ -130892,27 +132863,27 @@ t1[i].call$0(); for (t1 = $.frameReferences, i = 0; i < t1.length; ++i) t1[i].value = null; - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); } }; A.CkShader.prototype = { delete$0(_) { var t1 = this.rawSkiaObject; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); } }; A.CkGradientLinear.prototype = { createDefault$0() { var _this = this, - t1 = J.get$Shader$x($.__canvasKit._readField$0()), + t1 = $.__canvasKit._readField$0().Shader, t2 = A.toSkPoint(_this.from), t3 = A.toSkPoint(_this.to), t4 = A.toFlatColors(_this.colors), t5 = A.toSkColorStops(_this.colorStops), t6 = $.$get$_skTileModes()[_this.tileMode.index], t7 = _this.matrix4; - return J.MakeLinearGradient$6$x(t1, t2, t3, t4, t5, t6, t7 != null ? A.toSkMatrixFromFloat32(t7) : null); + return A.callMethod(t1, "MakeLinearGradient", [t2, t3, t4, t5, t6, t7 != null ? A.toSkMatrixFromFloat32(t7) : null]); }, resurrect$0() { return this.createDefault$0(); @@ -131046,7 +133017,7 @@ if (t1 == null) { t1 = _this._resurrector.call$0(); _this.rawSkiaObject = t1; - _this._skDeletable = type$.nullable_SkDeletable._as(t1); + _this._skDeletable = type$.nullable_JavaScriptObject._as(t1); A.SkiaObjects_registerCleanupCallback(); $.$get$SkiaObjects_expensiveCache().add$1(0, _this); t1 = _this.get$skiaObject(); @@ -131056,7 +133027,7 @@ delete$0(_) { var t1 = this._skDeletable; if (t1 != null) - J.delete$0$x(t1); + t1.delete(); }, didDelete$0() { this._skDeletable = this.rawSkiaObject = null; @@ -131079,7 +133050,7 @@ }; A.SurfaceFrame.prototype = { submit$0(_) { - return this.submitCallback.call$2(this, new A.CkCanvas(J.getCanvas$0$x(this.skiaSurface.surface))); + return this.submitCallback.call$2(this, new A.CkCanvas(this.skiaSurface.surface.getCanvas())); } }; A.Surface.prototype = { @@ -131089,24 +133060,25 @@ if (t1 != null) { t2 = this._grContext; if (t2 != null) - J.setResourceCacheLimitBytes$1$x(t2, t1); + t2.setResourceCacheLimitBytes(t1); } }, acquireFrame$1(size) { return new A.SurfaceFrame(this.createOrUpdateSurface$1(size), new A.Surface_acquireFrame_closure(this)); }, createOrUpdateSurface$1(size) { - var t1, previousSurfaceSize, t2, previousCanvasSize, newSize, htmlCanvas, t3, glContext, surfaceHeight, _this = this, + var t1, previousSurfaceSize, previousCanvasSize, newSize, htmlCanvas, t2, surfaceHeight, _this = this, _s20_ = "webglcontextrestored", _s16_ = "webglcontextlost"; if ($.$get$useH5vccCanvasKit()) { t1 = _this.__engine$_surface; - return t1 == null ? _this.__engine$_surface = new A.CkSurface(J.getH5vccSkSurface$0$x($.__canvasKit._readField$0()), null) : t1; + return t1 == null ? _this.__engine$_surface = new A.CkSurface($.__canvasKit._readField$0().getH5vccSkSurface(), null) : t1; } if (size.get$isEmpty(size)) throw A.wrapException(A.CanvasKitError$("Cannot create surfaces of empty size.")); previousSurfaceSize = _this._currentSurfaceSize; - if (!_this._forceNewContext && previousSurfaceSize != null && size._dx == previousSurfaceSize._dx && size._dy == previousSurfaceSize._dy) { + t1 = !_this._forceNewContext; + if (t1 && previousSurfaceSize != null && size._dx == previousSurfaceSize._dx && size._dy == previousSurfaceSize._dy) { t1 = $.$get$window()._debugDevicePixelRatio; if (t1 == null) t1 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); @@ -131116,81 +133088,81 @@ t1.toString; return t1; } - t1 = $.$get$window(); - t2 = t1._debugDevicePixelRatio; - _this._currentDevicePixelRatio = t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2; previousCanvasSize = _this._currentCanvasPhysicalSize; - if (_this._forceNewContext || previousCanvasSize == null || size._dx > previousCanvasSize._dx || size._dy > previousCanvasSize._dy) { + if (!t1 || previousCanvasSize == null || size._dx > previousCanvasSize._dx || size._dy > previousCanvasSize._dy) { newSize = previousCanvasSize == null ? size : size.$mul(0, 1.4); - t2 = _this.__engine$_surface; - if (t2 != null) - t2.dispose$0(0); + t1 = _this.__engine$_surface; + if (t1 != null) + t1.dispose$0(); _this.__engine$_surface = null; _this._addedToScene = false; - t2 = _this._grContext; - if (t2 != null) - J.releaseResourcesAndAbandonContext$0$x(t2); - t2 = _this._grContext; - if (t2 != null) - J.delete$0$x(t2); + t1 = _this._grContext; + if (t1 != null) + t1.releaseResourcesAndAbandonContext(); + t1 = _this._grContext; + if (t1 != null) + t1.delete(); _this._grContext = null; - t2 = _this.htmlCanvas; - if (t2 != null) { - B.CanvasElement_methods.removeEventListener$3(t2, _s20_, _this._cachedContextRestoredListener, false); - t2 = _this.htmlCanvas; - t2.toString; - B.CanvasElement_methods.removeEventListener$3(t2, _s16_, _this._cachedContextLostListener, false); - t2 = _this.htmlCanvas; - t2.toString; - B.CanvasElement_methods.remove$0(t2); + t1 = _this.htmlCanvas; + if (t1 != null) { + A.DomEventTargetExtension_removeEventListener(t1, _s20_, _this._cachedContextRestoredListener, false); + t1 = _this.htmlCanvas; + t1.toString; + A.DomEventTargetExtension_removeEventListener(t1, _s16_, _this._cachedContextLostListener, false); + _this.htmlCanvas.remove(); _this._cachedContextLostListener = _this._cachedContextRestoredListener = null; } _this._pixelWidth = J.ceil$0$n(newSize._dx); - t2 = J.ceil$0$n(newSize._dy); - _this._pixelHeight = t2; - htmlCanvas = _this.htmlCanvas = A.CanvasElement_CanvasElement(t2, _this._pixelWidth); - t2 = htmlCanvas.style; - t2.position = "absolute"; + t1 = J.ceil$0$n(newSize._dy); + _this._pixelHeight = t1; + htmlCanvas = _this.htmlCanvas = A.createDomCanvasElement(t1, _this._pixelWidth); + A.callMethod(htmlCanvas, "setAttribute", ["aria-hidden", "true"]); + A.DomCSSStyleDeclarationExtension_setProperty(htmlCanvas.style, "position", "absolute"); _this._updateLogicalHtmlCanvasSize$0(); - _this._cachedContextRestoredListener = _this.get$_contextRestoredListener(); - t2 = _this.get$_contextLostListener(); - _this._cachedContextLostListener = t2; - B.CanvasElement_methods.addEventListener$3(htmlCanvas, _s16_, t2, false); - B.CanvasElement_methods.addEventListener$3(htmlCanvas, _s20_, _this._cachedContextRestoredListener, false); - t2 = _this._contextLost = _this._forceNewContext = false; - t3 = $._cachedWebGLVersion; - if ((t3 == null ? $._cachedWebGLVersion = A._detectWebGLVersion() : t3) !== -1) { - t2 = $._configuration; - if (t2 == null) - t2 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t2 = !t2.get$canvasKitForceCpuOnly(t2); + _this._cachedContextRestoredListener = A.allowInterop(_this.get$_contextRestoredListener()); + t1 = A.allowInterop(_this.get$_contextLostListener()); + _this._cachedContextLostListener = t1; + A.DomEventTargetExtension_addEventListener(htmlCanvas, _s16_, t1, false); + A.DomEventTargetExtension_addEventListener(htmlCanvas, _s20_, _this._cachedContextRestoredListener, false); + t1 = _this._contextLost = _this._forceNewContext = false; + t2 = $._cachedWebGLVersion; + if ((t2 == null ? $._cachedWebGLVersion = A._detectWebGLVersion() : t2) !== -1) { + t1 = $._configuration; + t1 = !(t1 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t1).get$canvasKitForceCpuOnly(); } - if (t2) { - t2 = $.__canvasKit._readField$0(); - t3 = $._cachedWebGLVersion; - if (t3 == null) - t3 = $._cachedWebGLVersion = A._detectWebGLVersion(); - glContext = _this._glContext = J.GetWebGLContext$2$x(t2, htmlCanvas, {antialias: 0, majorVersion: t3}); - if (glContext !== 0) { - t2 = J.MakeGrContext$1$x($.__canvasKit._readField$0(), glContext); - _this._grContext = t2; - if (t2 == null) + if (t1) { + t1 = $.__canvasKit._readField$0(); + t2 = $._cachedWebGLVersion; + if (t2 == null) + t2 = $._cachedWebGLVersion = A._detectWebGLVersion(); + t2 = _this._glContext = t1.GetWebGLContext(htmlCanvas, type$.JavaScriptObject._as({antialias: 0, majorVersion: t2})); + if (t2 !== 0) { + t1 = $.__canvasKit._readField$0().MakeGrContext(t2); + _this._grContext = t1; + if (t1 == null) A.throwExpression(A.CanvasKitError$("Failed to initialize CanvasKit. CanvasKit.MakeGrContext returned null.")); _this._syncCacheBytes$0(); } } - _this.htmlElement.appendChild(htmlCanvas); + _this.htmlElement.append(htmlCanvas); _this._currentCanvasPhysicalSize = newSize; + } else { + t1 = $.$get$window()._debugDevicePixelRatio; + if (t1 == null) + t1 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); + if (t1 !== _this._currentDevicePixelRatio) + _this._updateLogicalHtmlCanvasSize$0(); } + t1 = $.$get$window(); + t2 = t1._debugDevicePixelRatio; + _this._currentDevicePixelRatio = t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2; _this._currentSurfaceSize = size; surfaceHeight = J.ceil$0$n(size._dy); t2 = _this._pixelHeight; t1 = t1._debugDevicePixelRatio; if (t1 == null) t1 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - t3 = _this.htmlCanvas.style; - t3.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t3, B.CssStyleDeclaration_methods._browserPropertyName$1(t3, "transform"), "translate(0, -" + A.S((t2 - surfaceHeight) / t1) + "px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(_this.htmlCanvas.style, "transform", "translate(0, -" + A.S((t2 - surfaceHeight) / t1) + "px)"); return _this.__engine$_surface = _this._createNewSurface$1(size); }, _updateLogicalHtmlCanvasSize$0() { @@ -131205,8 +133177,8 @@ if (t2 == null) t2 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); t5 = this.htmlCanvas.style; - t5.width = A.S(t1 / t3) + "px"; - t5.height = A.S(t4 / t2) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t5, "width", A.S(t1 / t3) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t5, "height", A.S(t4 / t2) + "px"); }, _contextRestoredListener$1($event) { this._contextLost = false; @@ -131222,10 +133194,10 @@ _this._forceNewContext = true; $event.preventDefault(); } else - _this.dispose$0(0); + _this.dispose$0(); }, _createNewSurface$1(size) { - var t2, skSurface, _this = this, + var t2, _this = this, t1 = $._cachedWebGLVersion; if ((t1 == null ? $._cachedWebGLVersion = A._detectWebGLVersion() : t1) === -1) { t1 = _this.htmlCanvas; @@ -131233,9 +133205,7 @@ return _this._makeSoftwareCanvasSurface$2(t1, "WebGL support not detected"); } else { t1 = $._configuration; - if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - if (t1.get$canvasKitForceCpuOnly(t1)) { + if ((t1 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t1).get$canvasKitForceCpuOnly()) { t1 = _this.htmlCanvas; t1.toString; return _this._makeSoftwareCanvasSurface$2(t1, "CPU rendering forced by application"); @@ -131247,13 +133217,13 @@ t1 = $.__canvasKit._readField$0(); t2 = _this._grContext; t2.toString; - skSurface = J.MakeOnScreenGLSurface$4$x(t1, t2, J.ceil$0$n(size._dx), J.ceil$0$n(size._dy), self.window.flutterCanvasKit.ColorSpace.SRGB); - if (skSurface == null) { + t2 = t1.MakeOnScreenGLSurface(t2, J.ceil$0$n(size._dx), J.ceil$0$n(size._dy), self.window.flutterCanvasKit.ColorSpace.SRGB); + if (t2 == null) { t1 = _this.htmlCanvas; t1.toString; return _this._makeSoftwareCanvasSurface$2(t1, "Failed to initialize WebGL surface"); } - return new A.CkSurface(skSurface, _this._glContext); + return new A.CkSurface(t2, _this._glContext); } } }, @@ -131262,35 +133232,35 @@ $.$get$printWarning().call$1("WARNING: Falling back to CPU-only rendering. " + reason + "."); $.Surface__didWarnAboutWebGlInitializationFailure = true; } - return new A.CkSurface(J.MakeSWCanvasSurface$1$x($.__canvasKit._readField$0(), htmlCanvas), null); + return new A.CkSurface($.__canvasKit._readField$0().MakeSWCanvasSurface(htmlCanvas), null); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.htmlCanvas; if (t1 != null) - B.CanvasElement_methods.removeEventListener$3(t1, "webglcontextlost", _this._cachedContextLostListener, false); + A.DomEventTargetExtension_removeEventListener(t1, "webglcontextlost", _this._cachedContextLostListener, false); t1 = _this.htmlCanvas; if (t1 != null) - B.CanvasElement_methods.removeEventListener$3(t1, "webglcontextrestored", _this._cachedContextRestoredListener, false); + A.DomEventTargetExtension_removeEventListener(t1, "webglcontextrestored", _this._cachedContextRestoredListener, false); _this._cachedContextRestoredListener = _this._cachedContextLostListener = null; - J.remove$0$ax(_this.htmlElement); + _this.htmlElement.remove(); t1 = _this.__engine$_surface; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); } }; A.Surface_acquireFrame_closure.prototype = { call$2(surfaceFrame, canvas) { - J.flush$0$x(this.$this.__engine$_surface.surface); + this.$this.__engine$_surface.surface.flush(); return true; }, - $signature: 1821 + $signature: 1046 }; A.CkSurface.prototype = { - dispose$0(_) { + dispose$0() { if (this._isDisposed) return; - J.dispose$0$x(this.surface); + this.surface.dispose(); this._isDisposed = true; } }; @@ -131305,8 +133275,8 @@ return surface; } else { t1 = _this._liveSurfaces; - if (t1.length + t2 + 2 < _this.maximumSurfaces) { - surface = new A.Surface(A._ElementFactoryProvider_createElement_tag("flt-canvas-container", null)); + if (t1.length + t2 + 1 < _this.maximumSurfaces) { + surface = new A.Surface(A.DomDocumentExtension_createElement(self.document, "flt-canvas-container")); t1.push(surface); return surface; } else @@ -131314,19 +133284,10 @@ } }, _removeFromDom$1(surface) { - J.remove$0$ax(surface.htmlElement); - }, - releaseSurface$1(surface) { - if (surface === this.backupSurface) { - J.remove$0$ax(surface.htmlElement); - return; - } - J.remove$0$ax(surface.htmlElement); - B.JSArray_methods.remove$1(this._liveSurfaces, surface); - this.__engine$_cache.push(surface); + surface.htmlElement.remove(); }, isLive$1(surface) { - if (surface === this.baseSurface || surface === this.backupSurface || B.JSArray_methods.contains$1(this._liveSurfaces, surface)) + if (surface === this.baseSurface || B.JSArray_methods.contains$1(this._liveSurfaces, surface)) return true; return false; } @@ -131335,11 +133296,11 @@ A.CkTextStyle.prototype = { get$skTextStyle() { var result, _this = this, - value = _this.__CkTextStyle_skTextStyle; + value = _this.__CkTextStyle_skTextStyle_FI; if (value === $) { result = new A.CkTextStyle_skTextStyle_closure(_this).call$0(); - A._lateInitializeOnceCheck(_this.__CkTextStyle_skTextStyle, "skTextStyle"); - _this.__CkTextStyle_skTextStyle = result; + _this.__CkTextStyle_skTextStyle_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__CkTextStyle_skTextStyle_FI = result; value = result; } return value; @@ -131370,13 +133331,15 @@ if (color != null) properties.color = A.makeFreshSkColor(color); if (decoration != null) { - decorationValue = J.get$NoDecoration$x($.__canvasKit._readField$0()); + decorationValue = $.__canvasKit._readField$0().NoDecoration; t2 = decoration._mask; if ((t2 | 1) === t2) - decorationValue = (decorationValue | J.get$UnderlineDecoration$x($.__canvasKit._readField$0())) >>> 0; + decorationValue = (decorationValue | $.__canvasKit._readField$0().UnderlineDecoration) >>> 0; if ((t2 | 2) === t2) - decorationValue = (decorationValue | J.get$OverlineDecoration$x($.__canvasKit._readField$0())) >>> 0; - properties.decoration = (t2 | 4) === t2 ? (decorationValue | J.get$LineThroughDecoration$x($.__canvasKit._readField$0())) >>> 0 : decorationValue; + decorationValue = (decorationValue | $.__canvasKit._readField$0().OverlineDecoration) >>> 0; + if ((t2 | 4) === t2) + decorationValue = (decorationValue | $.__canvasKit._readField$0().LineThroughDecoration) >>> 0; + properties.decoration = decorationValue; } if (decorationThickness != null) properties.decorationThickness = decorationThickness; @@ -131406,11 +133369,11 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - value = t1.__CkTextStyle_effectiveFontFamilies; + value = t1.__CkTextStyle_effectiveFontFamilies_FI; if (value === $) { result = A._getEffectiveFontFamilies(t1.fontFamily, t1.fontFamilyFallback); - A._lateInitializeOnceCheck(t1.__CkTextStyle_effectiveFontFamilies, "effectiveFontFamilies"); - t1.__CkTextStyle_effectiveFontFamilies = result; + t1.__CkTextStyle_effectiveFontFamilies_FI !== $ && A.throwUnnamedLateFieldADI(); + t1.__CkTextStyle_effectiveFontFamilies_FI = result; value = result; } properties.fontFamilies = value; @@ -131419,7 +133382,7 @@ if (foreground != null) properties.foregroundColor = A.makeFreshSkColor(foreground.__engine$_color); if (shadows != null) { - ckShadows = A._setArrayType([], type$.JSArray_SkTextShadow); + ckShadows = A._setArrayType([], type$.JSArray_JavaScriptObject); for (t2 = shadows.length, _i = 0; _i < shadows.length; shadows.length === t2 || (0, A.throwConcurrentModificationError)(shadows), ++_i) { shadow = shadows[_i]; ckShadow = A.SkTextShadow$(null); @@ -131435,7 +133398,7 @@ properties.shadows = ckShadows; } if (t1.fontFeatures != null) { - skFontFeatures = A._setArrayType([], type$.JSArray_SkFontFeature); + skFontFeatures = A._setArrayType([], type$.JSArray_JavaScriptObject); for (_i = 0; _i < 1; ++_i) { skFontFeature = A.SkFontFeature$(null); skFontFeature.name = "tnum"; @@ -131444,64 +133407,51 @@ } properties.fontFeatures = skFontFeatures; } - return J.TextStyle$1$x($.__canvasKit._readField$0(), properties); + return $.__canvasKit._readField$0().TextStyle(properties); }, - $signature: 1872 + $signature: 346 }; A.CkStrutStyle.prototype = { $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.CkStrutStyle) - if (other._fontFamily == _this._fontFamily) - if (other.__engine$_fontSize == _this.__engine$_fontSize) - if (other.__engine$_height == _this.__engine$_height) - t1 = other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals(other._fontFamilyFallback, _this._fontFamilyFallback); - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.CkStrutStyle && other._fontFamily == _this._fontFamily && other.__engine$_fontSize == _this.__engine$_fontSize && other.__engine$_height == _this.__engine$_height && other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals(other._fontFamilyFallback, _this._fontFamilyFallback); }, get$hashCode(_) { var _this = this; - return A.hashValues(_this._fontFamily, _this._fontFamilyFallback, _this.__engine$_fontSize, _this.__engine$_height, _this._leading, _this._leadingDistribution, _this._fontWeight, _this._fontStyle, _this._forceStrutHeight, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this._fontFamily, _this._fontFamilyFallback, _this.__engine$_fontSize, _this.__engine$_height, _this._leading, _this._leadingDistribution, _this._fontWeight, _this._fontStyle, _this._forceStrutHeight, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; A.CkParagraph.prototype = { _ensureInitialized$1(constraints) { - var e, builder, t1, t2, t3, t4, t5, _i, command, t6, didRebuildSkiaObject, constraintsChanged, exception, _this = this, + var e, builder, t1, t2, t3, t4, _i, command, t5, didRebuildSkiaObject, constraintsChanged, exception, _this = this, paragraph = _this._skParagraph; if (paragraph == null) { builder = A.CkParagraphBuilder$(_this._paragraphStyle); - for (t1 = _this._paragraphCommands, t2 = t1.length, t3 = builder._commands, t4 = builder._paragraphBuilder, t5 = J.getInterceptor$x(t4), _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + for (t1 = _this._paragraphCommands, t2 = t1.length, t3 = builder._commands, t4 = builder._paragraphBuilder, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { command = t1[_i]; switch (command.type.index) { case 0: - t6 = command.text; - t6.toString; - builder.addText$1(0, t6); + t5 = command.text; + t5.toString; + builder.addText$1(t5); break; case 1: - builder.pop$0(0); + builder.pop$0(); break; case 2: - t6 = command.style; - t6.toString; - builder.pushStyle$1(0, t6); + t5 = command.style; + t5.toString; + builder.pushStyle$1(t5); break; case 3: - t6 = command.placeholderStyle; - t6.toString; - t3.push(new A._ParagraphCommand(B._ParagraphCommandType_3, null, null, t6)); - t5.addPlaceholder$5(t4, t6.width, t6.height, t6.alignment, t6.baseline, t6.offset); + t5 = command.placeholderStyle; + t5.toString; + t3.push(new A._ParagraphCommand(B._ParagraphCommandType_3, null, null, t5)); + t4.addPlaceholder.apply(t4, [t5.width, t5.height, t5.alignment, t5.baseline, t5.offset]); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -131516,16 +133466,16 @@ if (didRebuildSkiaObject || constraintsChanged) { _this._lastLayoutConstraints = constraints; try { - J.layout$1$x(paragraph, constraints.width); - _this._alphabeticBaseline = J.getAlphabeticBaseline$0$x(paragraph); - _this._didExceedMaxLines = J.didExceedMaxLines$0$x(paragraph); - _this.__engine$_height = J.getHeight$0$x(paragraph); - _this._ideographicBaseline = J.getIdeographicBaseline$0$x(paragraph); - _this._longestLine = J.getLongestLine$0$x(paragraph); - _this._maxIntrinsicWidth = J.getMaxIntrinsicWidth$0$x(paragraph); - _this._minIntrinsicWidth = J.getMinIntrinsicWidth$0$x(paragraph); - _this.__engine$_width = J.getMaxWidth$0$x(paragraph); - _this._boxesForPlaceholders = _this.skRectsToTextBoxes$1(J.getRectsForPlaceholders$0$x(paragraph)); + paragraph.layout(constraints.width); + _this._alphabeticBaseline = paragraph.getAlphabeticBaseline(); + _this._didExceedMaxLines = paragraph.didExceedMaxLines(); + _this.__engine$_height = paragraph.getHeight(); + _this._ideographicBaseline = paragraph.getIdeographicBaseline(); + _this._longestLine = paragraph.getLongestLine(); + _this._maxIntrinsicWidth = paragraph.getMaxIntrinsicWidth(); + _this._minIntrinsicWidth = paragraph.getMinIntrinsicWidth(); + _this.__engine$_width = paragraph.getMaxWidth(); + _this._boxesForPlaceholders = _this.skRectsToTextBoxes$1(J.cast$1$0$ax(paragraph.getRectsForPlaceholders(), type$.Float32List)); } catch (exception) { e = A.unwrapException(exception); $.$get$printWarning().call$1('CanvasKit threw an exception while laying out the paragraph. The font was "' + A.S(_this._paragraphStyle._fontFamily) + '". Exception:\n' + A.S(e)); @@ -131535,9 +133485,7 @@ return paragraph; }, delete$0(_) { - var t1 = this._skParagraph; - t1.toString; - J.delete$0$x(t1); + this._skParagraph.delete(); }, didDelete$0() { this._skParagraph = null; @@ -131545,7 +133493,7 @@ get$alphabeticBaseline(_) { return this._alphabeticBaseline; }, - get$didExceedMaxLines(_) { + get$didExceedMaxLines() { return this._didExceedMaxLines; }, get$height(_) { @@ -131574,46 +133522,44 @@ getBoxesForRange$4$boxHeightStyle$boxWidthStyle(start, end, boxHeightStyle, boxWidthStyle) { var t1, paragraph, index, t2; if (start < 0 || end < 0) - return B.List_empty8; + return B.List_empty7; t1 = this._lastLayoutConstraints; t1.toString; paragraph = this._ensureInitialized$1(t1); t1 = $.$get$_skRectHeightStyles()[boxHeightStyle.index]; index = boxWidthStyle.index; t2 = $.$get$_skRectWidthStyles(); - return this.skRectsToTextBoxes$1(J.getRectsForRange$4$x(paragraph, start, end, t1, t2[index < 2 ? index : 0])); + return this.skRectsToTextBoxes$1(J.cast$1$0$ax(paragraph.getRectsForRange(start, end, t1, t2[index < 2 ? index : 0]), type$.Float32List)); }, getBoxesForRange$3$boxHeightStyle(start, end, boxHeightStyle) { return this.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(start, end, boxHeightStyle, B.BoxWidthStyle_0); }, skRectsToTextBoxes$1(skRects) { - var t1, t2, t3, i, rect, t4, + var i, rect, skTextDirection, t1, result = A._setArrayType([], type$.JSArray_TextBox); - for (t1 = J.getInterceptor$asx(skRects), t2 = type$.List_double, t3 = this._paragraphStyle, i = 0; i < t1.get$length(skRects); ++i) { - rect = t2._as(t1.$index(skRects, i)); - t4 = J.getInterceptor$asx(rect); - result.push(new A.TextBox(t4.$index(rect, 0), t4.$index(rect, 1), t4.$index(rect, 2), t4.$index(rect, 3), t3.__engine$_textDirection)); + for (i = 0; i < skRects.get$length(skRects); ++i) { + rect = skRects.$index(0, i); + skTextDirection = rect.direction.value; + t1 = J.getInterceptor$asx(rect); + result.push(new A.TextBox(t1.$index(rect, 0), t1.$index(rect, 1), t1.$index(rect, 2), t1.$index(rect, 3), B.List_TextDirection_0_TextDirection_1[skTextDirection])); } return result; }, getPositionForOffset$1(offset) { - var positionWithAffinity, affinity, + var affinity, t1 = this._lastLayoutConstraints; t1.toString; - positionWithAffinity = J.getGlyphPositionAtCoordinate$2$x(this._ensureInitialized$1(t1), offset._dx, offset._dy); - t1 = J.getInterceptor$x(positionWithAffinity); - affinity = B.List_TextAffinity_0_TextAffinity_1[J.get$value$x(t1.get$affinity(positionWithAffinity))]; - return new A.TextPosition(t1.get$pos(positionWithAffinity), affinity); + t1 = this._ensureInitialized$1(t1).getGlyphPositionAtCoordinate(offset._dx, offset._dy); + affinity = B.List_TextAffinity_0_TextAffinity_1[t1.affinity.value]; + return new A.TextPosition(t1.pos, affinity); }, - getWordBoundary$1(_, position) { - var skRange, - t1 = this._lastLayoutConstraints; + getWordBoundary$1(position) { + var t1 = this._lastLayoutConstraints; t1.toString; - skRange = J.getWordBoundary$1$x(this._ensureInitialized$1(t1), position.offset); - t1 = J.getInterceptor$x(skRange); - return new A.TextRange(t1.get$start(skRange), t1.get$end(skRange)); + t1 = this._ensureInitialized$1(t1).getWordBoundary(position.offset); + return new A.TextRange(t1.start, t1.end); }, - layout$1(_, constraints) { + layout$1(constraints) { var _this = this; if (J.$eq$(_this._lastLayoutConstraints, constraints)) return; @@ -131622,15 +133568,15 @@ $.$get$CkParagraph__paragraphCache().add$1(0, _this); }, getLineBoundary$1(position) { - var offset, t2, t3, + var metrics, offset, t2, t1 = this._lastLayoutConstraints; t1.toString; + metrics = J.cast$1$0$ax(this._ensureInitialized$1(t1).getLineMetrics(), type$.JavaScriptObject); offset = position.offset; - for (t1 = J.get$iterator$ax(J.getLineMetrics$0$x(this._ensureInitialized$1(t1))); t1.moveNext$0();) { + for (t1 = metrics.get$iterator(metrics); t1.moveNext$0();) { t2 = t1.get$current(t1); - t3 = J.getInterceptor$x(t2); - if (offset >= t3.get$startIndex(t2) && offset <= t3.get$endIndex(t2)) - return new A.TextRange(t3.get$startIndex(t2), t3.get$endIndex(t2)); + if (offset >= t2.startIndex && offset <= t2.endIndex) + return new A.TextRange(t2.startIndex, t2.endIndex); } return B.TextRange_m1_m1; }, @@ -131638,41 +133584,41 @@ var skLineMetrics, result, t1 = this._lastLayoutConstraints; t1.toString; - skLineMetrics = J.getLineMetrics$0$x(this._ensureInitialized$1(t1)); + skLineMetrics = J.cast$1$0$ax(this._ensureInitialized$1(t1).getLineMetrics(), type$.JavaScriptObject); result = A._setArrayType([], type$.JSArray_LineMetrics); - for (t1 = J.get$iterator$ax(skLineMetrics); t1.moveNext$0();) + for (t1 = skLineMetrics.get$iterator(skLineMetrics); t1.moveNext$0();) result.push(new A.CkLineMetrics(t1.get$current(t1))); return result; } }; A.CkLineMetrics.prototype = { - get$descent(_) { - return J.get$descent$x(this.skLineMetrics); + get$descent() { + return this.skLineMetrics.descent; }, - get$baseline(_) { - return J.get$baseline$x(this.skLineMetrics); + get$baseline() { + return this.skLineMetrics.baseline; }, get$lineNumber(_) { - return J.get$lineNumber$x(this.skLineMetrics); + return this.skLineMetrics.lineNumber; }, $isLineMetrics: 1 }; A.CkParagraphBuilder.prototype = { - addPlaceholder$6$baseline$baselineOffset$scale(_, width, height, alignment, baseline, baselineOffset, scale) { + addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, baseline, baselineOffset, scale) { var t1; ++this._placeholderCount; this._placeholderScales.push(scale); t1 = baselineOffset == null ? height : baselineOffset; this._addPlaceholder$1(new A._CkParagraphPlaceholder(width * scale, height * scale, $.$get$_skPlaceholderAlignments()[alignment.index], $.$get$_skTextBaselines()[0], t1 * scale)); }, - addPlaceholder$4$scale($receiver, width, height, alignment, scale) { - return this.addPlaceholder$6$baseline$baselineOffset$scale($receiver, width, height, alignment, null, null, scale); + addPlaceholder$4$scale(width, height, alignment, scale) { + return this.addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, null, null, scale); }, _addPlaceholder$1(placeholderStyle) { this._commands.push(new A._ParagraphCommand(B._ParagraphCommandType_3, null, null, placeholderStyle)); - J.addPlaceholder$5$x(this._paragraphBuilder, placeholderStyle.width, placeholderStyle.height, placeholderStyle.alignment, placeholderStyle.baseline, placeholderStyle.offset); + A.callMethod(this._paragraphBuilder, "addPlaceholder", [placeholderStyle.width, placeholderStyle.height, placeholderStyle.alignment, placeholderStyle.baseline, placeholderStyle.offset]); }, - addText$1(_, text) { + addText$1(text) { var fontFamilies = A._setArrayType([], type$.JSArray_String), style = B.JSArray_methods.get$last(this._styleStack), t1 = style.fontFamily; @@ -131683,17 +133629,16 @@ B.JSArray_methods.addAll$1(fontFamilies, t1); $.$get$FontFallbackData__instance().ensureFontsSupportText$2(text, fontFamilies); this._commands.push(new A._ParagraphCommand(B._ParagraphCommandType_0, text, null, null)); - J.addText$1$x(this._paragraphBuilder, text); + this._paragraphBuilder.addText(text); }, - build$0(_) { + build$0() { return new A.CkParagraph(this._buildSkParagraph$0(), this._style, this._commands); }, _buildSkParagraph$0() { var t1 = this._paragraphBuilder, - t2 = J.getInterceptor$x(t1), - result = t2.build$0(t1); - t2.delete$0(t1); - return result; + t2 = t1.build(); + t1.delete(); + return t2; }, get$placeholderCount() { return this._placeholderCount; @@ -131701,15 +133646,15 @@ get$placeholderScales() { return this._placeholderScales; }, - pop$0(_) { + pop$0() { var t1 = this._styleStack; if (t1.length <= 1) return; this._commands.push(B._ParagraphCommand_6TA); t1.pop(); - J.pop$0$x(this._paragraphBuilder); + this._paragraphBuilder.pop(); }, - pushStyle$1(_, style) { + pushStyle$1(style) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, skStyle, foreground, background, _this = this, _null = null, t1 = _this._styleStack, baseStyle = B.JSArray_methods.get$last(t1); @@ -131782,15 +133727,17 @@ foreground = $.$get$CkParagraphBuilder__defaultTextForeground(); t1 = skStyle.color; t1 = t1 == null ? _null : t1.get$value(t1); - J.setColorInt$1$x(foreground, t1 == null ? 4278190080 : t1); + if (t1 == null) + t1 = 4278190080; + foreground.setColorInt(t1); } t1 = skStyle.background; background = t1 == null ? _null : t1.get$skiaObject(); if (background == null) background = $.$get$CkParagraphBuilder__defaultTextBackground(); - J.pushPaintStyle$3$x(_this._paragraphBuilder, skStyle.get$skTextStyle(), foreground, background); + _this._paragraphBuilder.pushPaintStyle(skStyle.get$skTextStyle(), foreground, background); } else - J.pushStyle$1$x(_this._paragraphBuilder, skStyle.get$skTextStyle()); + _this._paragraphBuilder.pushStyle(skStyle.get$skTextStyle()); } }; A._CkParagraphPlaceholder.prototype = {}; @@ -131804,7 +133751,7 @@ call$1(font) { return this.fontFamily == font; }, - $signature: 56 + $signature: 65 }; A.CanvasKitError.prototype = { toString$0(_) { @@ -131836,7 +133783,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 512 + $signature: 517 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -131856,7 +133803,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 2138 + $signature: 2315 }; A.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1(error) { @@ -131878,7 +133825,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 88 + $signature: 92 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -131887,7 +133834,7 @@ setData$body$ClipboardAPICopyStrategy(_, text) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], error, t1, exception, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, error, t1, exception, $async$exception; var $async$setData$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -131898,7 +133845,7 @@ case 0: // Function start $async$handler = 4; - t1 = window.navigator.clipboard; + t1 = self.window.navigator.clipboard; t1.toString; text.toString; $async$goto = 7; @@ -131957,7 +133904,7 @@ switch ($async$goto) { case 0: // Function start - $async$returnValue = A.promiseToFuture(window.navigator.clipboard.readText(), type$.String); + $async$returnValue = A.promiseToFuture(self.window.navigator.clipboard.readText(), type$.String); // goto return $async$goto = 1; break; @@ -131977,31 +133924,30 @@ var tempTextArea, result, error, exception, _s8_ = "-99999px", _s11_ = "transparent", - t1 = document, - tempElement = t1.createElement("textarea"), - elementStyle = tempElement.style; - elementStyle.position = "absolute"; - elementStyle.top = _s8_; - elementStyle.left = _s8_; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "opacity"), "0", ""); - elementStyle.color = _s11_; - elementStyle.backgroundColor = _s11_; - elementStyle.background = _s11_; - t1.body.appendChild(tempElement); + tempElement = A.DomDocumentExtension_createElement(self.document, "textarea"), + t1 = tempElement.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", _s8_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", _s8_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "opacity", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "color", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background-color", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background", _s11_); + self.document.body.append(tempElement); tempTextArea = tempElement; tempTextArea.value = text; - J.focus$0$x(tempTextArea); - J.select$0$x(tempTextArea); + tempTextArea.focus(); + tempTextArea.select(); result = false; try { - result = t1.execCommand("copy"); + result = self.document.execCommand("copy"); if (!result) A.print("copy is not successful"); } catch (exception) { error = A.unwrapException(exception); A.print("copy is not successful " + A.S(error)); } finally { - J.remove$0$ax(tempTextArea); + tempTextArea.remove(); } return result; } @@ -132012,179 +133958,310 @@ } }; A.FlutterConfiguration.prototype = { - get$canvasKitBaseUrl(_) { + get$canvasKitBaseUrl() { var t1 = this._js; - t1 = t1 == null ? null : J.get$canvasKitBaseUrl$x(t1); - return t1 == null ? "https://unpkg.com/canvaskit-wasm@0.33.0/bin/" : t1; + t1 = t1 == null ? null : t1.canvasKitBaseUrl; + return t1 == null ? "https://unpkg.com/canvaskit-wasm@0.35.0/bin/" : t1; }, - get$canvasKitForceCpuOnly(_) { + get$canvasKitForceCpuOnly() { var t1 = this._js; - t1 = t1 == null ? null : J.get$canvasKitForceCpuOnly$x(t1); - return t1 == null ? false : t1; + t1 = t1 == null ? null : t1.canvasKitForceCpuOnly; + return t1 === true; }, - get$canvasKitMaximumSurfaces(_) { + get$debugShowSemanticsNodes() { var t1 = this._js; - t1 = t1 == null ? null : J.get$canvasKitMaximumSurfaces$x(t1); - return t1 == null ? 8 : t1; - }, - get$debugShowSemanticsNodes(_) { - var t1 = this._js; - t1 = t1 == null ? null : J.get$debugShowSemanticsNodes$x(t1); - return t1 == null ? false : t1; + t1 = t1 == null ? null : t1.debugShowSemanticsNodes; + return t1 === true; } }; A.JsFlutterConfiguration.prototype = {}; + A.DomWindow.prototype = {}; + A.DomConsole.prototype = {}; + A.DomConsoleExtension_get_warn_closure.prototype = { + call$1(arg) { + return A.callMethod(this._this, "warn", [arg]); + }, + $signature: 38 + }; + A.DomNavigator.prototype = {}; + A.DomDocument.prototype = {}; + A.DomHTMLDocument.prototype = {}; + A.DomEventTarget.prototype = {}; + A.DomEvent.prototype = {}; + A.DomProgressEvent.prototype = {}; + A.DomNode.prototype = {}; + A.DomElement.prototype = {}; + A.DomCSSStyleDeclaration.prototype = {}; + A.DomHTMLElement.prototype = {}; + A.DomHTMLMetaElement.prototype = {}; + A.DomHTMLHeadElement.prototype = {}; + A.DomHTMLBodyElement.prototype = {}; + A.DomHTMLImageElement.prototype = {}; + A.DomHTMLScriptElement.prototype = {}; + A.DomHTMLDivElement.prototype = {}; + A.DomHTMLSpanElement.prototype = {}; + A.DomHTMLButtonElement.prototype = {}; + A.DomHTMLParagraphElement.prototype = {}; + A.DomHTMLStyleElement.prototype = {}; + A.DomPerformance.prototype = {}; + A.DomPerformanceEntry.prototype = {}; + A.DomPerformanceMeasure.prototype = {}; + A.DomCanvasElement.prototype = {}; + A.DomCanvasImageSource.prototype = {}; + A.DomCanvasRenderingContext2D.prototype = {}; + A.DomImageData.prototype = {}; + A.DomCanvasPattern.prototype = {}; + A.DomCanvasGradient.prototype = {}; + A.DomXMLHttpRequestEventTarget.prototype = {}; + A.DomXMLHttpRequest.prototype = {}; + A.domHttpRequest_closure.prototype = { + call$1(e) { + var accepted, unknownRedirect, t3, + t1 = this.xhr, + t2 = t1.status; + t2.toString; + accepted = t2 >= 200 && t2 < 300; + unknownRedirect = t2 > 307 && t2 < 400; + t2 = accepted || t2 === 0 || t2 === 304 || unknownRedirect; + t3 = this.completer; + if (t2) + t3.complete$1(0, t1); + else + t3.completeError$1(e); + }, + $signature: 26 + }; + A.DomResponse.prototype = {}; + A.DomCharacterData.prototype = {}; + A.DomText.prototype = {}; + A.DomTextMetrics.prototype = {}; + A.DomException.prototype = {}; + A.DomRectReadOnly.prototype = {}; + A.DomRect.prototype = {}; + A.DomFontFace.prototype = {}; + A.DomFontFaceSet.prototype = {}; + A.DomVisualViewport.prototype = {}; + A.DomHTMLTextAreaElement.prototype = {}; + A.DomClipboard.prototype = {}; + A.DomUIEvent.prototype = {}; + A.DomKeyboardEvent.prototype = {}; + A.DomHistory.prototype = {}; + A.DomLocation.prototype = {}; + A.DomPopStateEvent.prototype = {}; + A.DomURL.prototype = {}; + A.DomBlob.prototype = {}; + A.DomMutationObserver.prototype = {}; + A.DomMutationRecord.prototype = {}; + A.DomMediaQueryList.prototype = {}; + A.DomMediaQueryListEvent.prototype = {}; + A.DomPath2D.prototype = {}; + A.DomMouseEvent.prototype = {}; + A.DomPointerEvent.prototype = {}; + A.DomWheelEvent.prototype = {}; + A.DomTouchEvent.prototype = {}; + A.DomTouch.prototype = {}; + A.DomCompositionEvent.prototype = {}; + A.DomHTMLInputElement.prototype = {}; + A.DomTokenList.prototype = {}; + A.DomHTMLFormElement.prototype = {}; + A.DomHTMLLabelElement.prototype = {}; + A.DomOffscreenCanvas.prototype = {}; + A.DomFileReader.prototype = {}; + A.DomDocumentFragment.prototype = {}; + A.DomShadowRoot.prototype = {}; + A.DomStyleSheet.prototype = {}; + A.DomCSSStyleSheet.prototype = {}; + A.DomCSSRule.prototype = {}; + A.DomScreen.prototype = {}; + A.DomScreenOrientation.prototype = {}; + A.DomSubscription.prototype = {}; + A.DomPoint.prototype = {}; + A.DomWebSocket.prototype = {}; + A.DomMessageEvent.prototype = {}; + A.DomHTMLIFrameElement.prototype = {}; + A.DomMessagePort.prototype = {}; + A.DomMessageChannel.prototype = {}; + A._DomList.prototype = {}; + A._DomListIterator.prototype = { + moveNext$0() { + var t1 = ++this.index, + t2 = this.list; + if (t1 > t2.length) + throw A.wrapException("Iterator out of bounds"); + return t1 < t2.length; + }, + get$current(_) { + return this.$ti._precomputed1._as(this.list.item(this.index)); + } + }; + A._DomListWrapper.prototype = { + get$iterator(_) { + return new A._DomListIterator(this.list, this.$ti._eval$1("_DomListIterator<1>")); + }, + get$length(_) { + return this.list.length; + } + }; A.FlutterViewEmbedder.prototype = { - renderScene$1(sceneElement) { - var t1 = this._sceneElement; - if (sceneElement == null ? t1 != null : sceneElement !== t1) { + addSceneToSceneHost$1(sceneElement) { + var t1, _this = this; + if (!J.$eq$(sceneElement, _this._sceneElement)) { + t1 = _this._sceneElement; if (t1 != null) - J.remove$0$ax(t1); - this._sceneElement = sceneElement; - t1 = this._sceneHostElement; + t1.remove(); + _this._sceneElement = sceneElement; + t1 = _this._sceneHostElement; t1.toString; sceneElement.toString; - t1.appendChild(sceneElement); + t1.append(sceneElement); } }, reset$0(_) { - var t3, t4, t5, glassPaneElement, glassPaneElementHostNode, semanticsHostElement, _accessibilityPlaceholder, _this = this, _s1_ = "0", _s4_ = "none", - _s8_ = "absolute", + var t3, t4, glassPaneElement, glassPaneElementHostNode, semanticsHostElement, _accessibilityPlaceholder, _this = this, + _s12_ = "setAttribute", + _s8_ = "position", + _s1_ = "0", _s4_ = "none", + _s8_0 = "absolute", _box_0 = {}, t1 = $.$get$_browserEngine(), isWebKit = t1 === B.BrowserEngine_1, t2 = _this._styleElement; if (t2 != null) - B.StyleElement_methods.remove$0(t2); - t2 = document; - t3 = t2.createElement("style"); - _this._styleElement = t3; + t2.remove(); + _this._styleElement = A.DomDocumentExtension_createElement(self.document, "style"); _this._resourcesHost = null; - t2.head.appendChild(t3); + t2 = self.document.head; + t2.toString; + t3 = _this._styleElement; + t3.toString; + t2.append(t3); t3 = _this._styleElement.sheet; t3.toString; - type$.CssStyleSheet._as(t3); if (t1 !== B.BrowserEngine_0) if (t1 !== B.BrowserEngine_5) - t4 = isWebKit; + t2 = isWebKit; else - t4 = true; + t2 = true; else - t4 = true; - A.applyGlobalCssRulesToSheet(t3, t1, t4); - t4 = t2.body; - t4.toString; - t4.setAttribute("flt-renderer", ($.$get$useCanvasKit() ? "canvaskit" : "html") + " (auto-selected)"); - t4.setAttribute("flt-build-mode", "profile"); - A.setElementStyle(t4, "position", "fixed"); - A.setElementStyle(t4, "top", _s1_); - A.setElementStyle(t4, "right", _s1_); - A.setElementStyle(t4, "bottom", _s1_); - A.setElementStyle(t4, "left", _s1_); - A.setElementStyle(t4, "overflow", "hidden"); - A.setElementStyle(t4, "padding", _s1_); - A.setElementStyle(t4, "margin", _s1_); - A.setElementStyle(t4, "user-select", _s4_); - A.setElementStyle(t4, "-webkit-user-select", _s4_); - A.setElementStyle(t4, "-ms-user-select", _s4_); - A.setElementStyle(t4, "-moz-user-select", _s4_); - A.setElementStyle(t4, "touch-action", _s4_); - A.setElementStyle(t4, "font", "normal normal 14px sans-serif"); - A.setElementStyle(t4, "color", "red"); - t4.spellcheck = false; - for (t1 = type$._FrozenElementList_Element, t3 = new A._FrozenElementList(t2.head.querySelectorAll('meta[name="viewport"]'), t1), t1 = new A.ListIterator(t3, t3.get$length(t3), t1._eval$1("ListIterator")); t1.moveNext$0();) { - t3 = t1.__internal$_current; - t5 = t3.parentNode; - if (t5 != null) - t5.removeChild(t3); + t2 = true; + A.applyGlobalCssRulesToSheet(t3, t1, t2); + t2 = self.document.body; + t2.toString; + A.callMethod(t2, _s12_, ["flt-renderer", ($.$get$useCanvasKit() ? "canvaskit" : "html") + " (auto-selected)"]); + A.callMethod(t2, _s12_, ["flt-build-mode", "profile"]); + A.setElementStyle(t2, _s8_, "fixed"); + A.setElementStyle(t2, "top", _s1_); + A.setElementStyle(t2, "right", _s1_); + A.setElementStyle(t2, "bottom", _s1_); + A.setElementStyle(t2, "left", _s1_); + A.setElementStyle(t2, "overflow", "hidden"); + A.setElementStyle(t2, "padding", _s1_); + A.setElementStyle(t2, "margin", _s1_); + A.setElementStyle(t2, "user-select", _s4_); + A.setElementStyle(t2, "-webkit-user-select", _s4_); + A.setElementStyle(t2, "-ms-user-select", _s4_); + A.setElementStyle(t2, "-moz-user-select", _s4_); + A.setElementStyle(t2, "touch-action", _s4_); + A.setElementStyle(t2, "font", "normal normal 14px sans-serif"); + A.setElementStyle(t2, "color", "red"); + t2.spellcheck = false; + for (t1 = type$._DomListWrapper_JavaScriptObject, t1 = A.CastIterable_CastIterable(new A._DomListWrapper(self.document.head.querySelectorAll('meta[name="viewport"]'), t1), t1._eval$1("Iterable.E"), type$.JavaScriptObject), t3 = J.get$iterator$ax(t1._source), t1 = A._instanceType(t1), t1 = t1._eval$1("@<1>")._bind$1(t1._rest[1])._rest[1]; t3.moveNext$0();) { + t4 = t1._as(t3.get$current(t3)); + t4.remove(); } t1 = _this._viewportMeta; if (t1 != null) - B.MetaElement_methods.remove$0(t1); - t1 = t2.createElement("meta"); - t1.setAttribute("flt-viewport", ""); + t1.remove(); + t1 = A.DomDocumentExtension_createElement(self.document, "meta"); + A.callMethod(t1, _s12_, ["flt-viewport", ""]); t1.name = "viewport"; t1.content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"; _this._viewportMeta = t1; - t2.head.appendChild(t1); - t1 = _this._glassPaneElement; - if (t1 != null) - J.remove$0$ax(t1); - glassPaneElement = t2.createElement("flt-glass-pane"); - _this._glassPaneElement = glassPaneElement; - t1 = glassPaneElement.style; - t1.position = _s8_; - t1.top = _s1_; - t1.right = _s1_; - t1.bottom = _s1_; - t1.left = _s1_; - t4.appendChild(glassPaneElement); - glassPaneElementHostNode = _this._glassPaneShadow = _this._createHostNode$1(glassPaneElement); - t1 = t2.createElement("flt-scene-host"); - t3 = t1.style; + t1 = self.document.head; + t1.toString; + t3 = _this._viewportMeta; t3.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t3, B.CssStyleDeclaration_methods._browserPropertyName$1(t3, "pointer-events"), _s4_, ""); - _this._sceneHostElement = t1; - semanticsHostElement = t2.createElement("flt-semantics-host"); + t1.append(t3); + t3 = _this._glassPaneElement; + if (t3 != null) + t3.remove(); + glassPaneElement = _this._glassPaneElement = A.DomDocumentExtension_createElement(self.document, "flt-glass-pane"); + t1 = glassPaneElement.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, _s8_, _s8_0); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", _s1_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "right", _s1_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "bottom", _s1_); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", _s1_); + t2.append(glassPaneElement); + glassPaneElementHostNode = _this._createHostNode$1(glassPaneElement); + _this._glassPaneShadow = glassPaneElementHostNode; + t2 = A.DomDocumentExtension_createElement(self.document, "flt-scene-host"); + A.DomCSSStyleDeclarationExtension_setProperty(t2.style, "pointer-events", _s4_); + _this._sceneHostElement = t2; + if ($.$get$useCanvasKit()) { + t1 = A.DomDocumentExtension_createElement(self.document, "flt-scene"); + $.skiaSceneHost = t1; + _this.addSceneToSceneHost$1(t1); + } + semanticsHostElement = A.DomDocumentExtension_createElement(self.document, "flt-semantics-host"); t1 = semanticsHostElement.style; - t1.position = _s8_; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform-origin"), "0 0 0", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, _s8_, _s8_0); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); _this._semanticsHostElement = semanticsHostElement; _this.updateSemanticsScreenProperties$0(); t1 = $.EngineSemanticsOwner__instance; _accessibilityPlaceholder = (t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).semanticsHelper._semanticsEnabler.prepareAccessibilityPlaceholder$0(); - t1 = glassPaneElementHostNode.get$nodes(glassPaneElementHostNode); - t2 = _this._sceneHostElement; - t2.toString; - t1.addAll$1(0, A._setArrayType([semanticsHostElement, _accessibilityPlaceholder, t2], type$.JSArray_Node)); + t1 = _this._sceneHostElement; + t1.toString; + glassPaneElementHostNode.appendAll$1(A._setArrayType([_accessibilityPlaceholder, t1, semanticsHostElement], type$.JSArray_JavaScriptObject)); t1 = $._configuration; - if (t1 == null) - t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - if (t1.get$debugShowSemanticsNodes(t1)) { - t1 = _this._sceneHostElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "opacity"), "0.3", ""); - } + if ((t1 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t1).get$debugShowSemanticsNodes()) + A.DomCSSStyleDeclarationExtension_setProperty(_this._sceneHostElement.style, "opacity", "0.3"); if ($.PointerBinding__instance == null) { t1 = new A.PointerBinding(glassPaneElement, new A.PointerDataConverter(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._PointerState))); - t1.__PointerBinding__adapter = t1._createAdapter$0(); + t2 = $.$get$_browserEngine(); + if (t2 === B.BrowserEngine_1) { + t2 = $.$get$_operatingSystem(); + t2 = t2 === B.OperatingSystem_0; + } else + t2 = false; + if (t2) + $.$get$SafariPointerEventWorkaround_instance().workAroundMissingPointerEvents$0(); + t1.__PointerBinding__adapter_A = t1._createAdapter$0(); $.PointerBinding__instance = t1; } if ($.KeyboardBinding__instance == null) { - t1 = new A.KeyboardBinding(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic_Function_Event)); + t1 = new A.KeyboardBinding(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.void_Function_JavaScriptObject)); t1._setup$0(); $.KeyboardBinding__instance = t1; } - _this._sceneHostElement.setAttribute("aria-hidden", "true"); - if (window.visualViewport == null && isWebKit) { - t1 = window.innerWidth; + if (self.window.visualViewport == null && isWebKit) { + t1 = self.window.innerWidth; t1.toString; _box_0.checkCount = 0; A.Timer_Timer$periodic(B.Duration_100000, new A.FlutterViewEmbedder_reset_closure(_box_0, _this, t1)); } t1 = _this.get$_metricsDidChange(); - t2 = type$.legacy_Event; - if (window.visualViewport != null) { - t3 = window.visualViewport; - t3.toString; - _this._resizeSubscription = A._EventStreamSubscription$(t3, "resize", t1, false, t2); + if (self.window.visualViewport != null) { + t2 = self.window.visualViewport; + t2.toString; + _this._resizeSubscription = A.DomSubscription$(t2, "resize", A.allowInterop(t1)); } else - _this._resizeSubscription = A._EventStreamSubscription$(window, "resize", t1, false, t2); - _this._localeSubscription = A._EventStreamSubscription$(window, "languagechange", _this.get$_languageDidChange(), false, t2); + _this._resizeSubscription = A.DomSubscription$(self.window, "resize", A.allowInterop(t1)); + _this._localeSubscription = A.DomSubscription$(self.window, "languagechange", A.allowInterop(_this.get$_languageDidChange())); t1 = $.$get$EnginePlatformDispatcher__instance(); - t1._configuration = t1._configuration.copyWith$1$locales(A.EnginePlatformDispatcher_parseBrowserLanguages()); + t1.configuration = t1.configuration.copyWith$1$locales(A.EnginePlatformDispatcher_parseBrowserLanguages()); }, _createHostNode$1(root) { var t1, t2, shadowRootStyleElement, t3, t4; if (root.attachShadow != null) { t1 = new A.ShadowDomHostNode(); - t2 = root.attachShadow(A.convertDartToNative_Dictionary(A.LinkedHashMap_LinkedHashMap$_literal(["mode", "open", "delegatesFocus", false], type$.String, type$.dynamic))); - t1.__ShadowDomHostNode__shadow = t2; - shadowRootStyleElement = document.createElement("style"); - A._lateReadCheck(t2, "_shadow").appendChild(shadowRootStyleElement); + t2 = type$.JavaScriptObject._as(root.attachShadow(A.jsify(A.LinkedHashMap_LinkedHashMap$_literal(["mode", "open", "delegatesFocus", false], type$.String, type$.dynamic)))); + t1.__ShadowDomHostNode__shadow_A = t2; + shadowRootStyleElement = A.DomDocumentExtension_createElement(self.document, "style"); + t2.appendChild(shadowRootStyleElement); t2 = shadowRootStyleElement.sheet; t2.toString; - type$.CssStyleSheet._as(t2); t3 = $.$get$_browserEngine(); if (t3 !== B.BrowserEngine_0) if (t3 !== B.BrowserEngine_5) @@ -132197,17 +134274,14 @@ return t1; } else { t1 = new A.ElementHostNode(); - t2 = document.createElement("flt-element-host-node"); - t1.__ElementHostNode__element = t2; - root.appendChild(A._lateReadCheck(t2, "_element")); + t2 = A.DomDocumentExtension_createElement(self.document, "flt-element-host-node"); + t1.__ElementHostNode__element_A = t2; + root.appendChild(t2); return t1; } }, updateSemanticsScreenProperties$0() { - var t1 = this._semanticsHostElement.style, - t2 = window.devicePixelRatio; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "scale(" + A.S(1 / t2) + ")", ""); + A.DomCSSStyleDeclarationExtension_setProperty(this._semanticsHostElement.style, "transform", "scale(" + A.S(1 / self.window.devicePixelRatio) + ")"); }, _metricsDidChange$1($event) { var t1; @@ -132225,20 +134299,19 @@ }, _languageDidChange$1($event) { var t1 = $.$get$EnginePlatformDispatcher__instance(); - t1._configuration = t1._configuration.copyWith$1$locales(A.EnginePlatformDispatcher_parseBrowserLanguages()); + t1.configuration = t1.configuration.copyWith$1$locales(A.EnginePlatformDispatcher_parseBrowserLanguages()); t1 = $.$get$window().platformDispatcher._onLocaleChanged; if (t1 != null) t1.call$0(); }, setPreferredOrientation$1(orientations) { - var lockType, completer, t1, exception, - screenOrientation = window.screen.orientation; + var lockType, completer, exception, + t1 = self.window.screen.orientation, + screenOrientation = t1; if (screenOrientation != null) { t1 = J.getInterceptor$asx(orientations); if (t1.get$isEmpty(orientations)) { - t1 = screenOrientation; - t1.toString; - J.unlock$0$x(t1); + screenOrientation.unlock(); return A.Future_Future$value(true, type$.bool); } else { lockType = A.FlutterViewEmbedder__deviceOrientationToLockType(A._asStringQ(t1.get$first(orientations))); @@ -132259,14 +134332,15 @@ }; A.FlutterViewEmbedder_reset_closure.prototype = { call$1(t) { - var t1 = ++this._box_0.checkCount; - if (this.initialInnerWidth != window.innerWidth) { + var t1 = this._box_0; + ++t1.checkCount; + if (this.initialInnerWidth != self.window.innerWidth) { t.cancel$0(0); this.$this._metricsDidChange$1(null); - } else if (t1 > 5) + } else if (t1.checkCount > 5) t.cancel$0(0); }, - $signature: 461 + $signature: 512 }; A.FlutterViewEmbedder_setPreferredOrientation_closure.prototype = { call$1(_) { @@ -132281,7 +134355,7 @@ $signature: 6 }; A.EngineCanvas.prototype = { - dispose$0(_) { + dispose$0() { this.clear$0(0); } }; @@ -132290,8 +134364,8 @@ A._SaveElementStackEntry.prototype = {}; A.SaveElementStackTracking.prototype = { clear$0(_) { - B.JSArray_methods.set$length(this.SaveElementStackTracking__saveStack, 0); - B.JSArray_methods.set$length(this.SaveElementStackTracking__elementStack, 0); + B.JSArray_methods.clear$0(this.SaveElementStackTracking__saveStack); + B.JSArray_methods.clear$0(this.SaveElementStackTracking__elementStack); this.SaveElementStackTracking__currentTransform = A.Matrix4$identity(); }, save$0(_) { @@ -132314,7 +134388,7 @@ t2 = entry.savedElement; t3 = _this.rootElement; while (true) { - if (!((t1.length === 0 ? t3 : B.JSArray_methods.get$last(t1)) == null ? t2 != null : (t1.length === 0 ? t3 : B.JSArray_methods.get$last(t1)) !== t2)) + if (!!J.$eq$(t1.length === 0 ? t3 : B.JSArray_methods.get$last(t1), t2)) break; t1.pop(); } @@ -132337,12 +134411,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 616 + $signature: 760 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 146 + $signature: 142 }; A.FrameReference.prototype = { get$value(receiver) { @@ -132396,28 +134470,32 @@ }; A.ShadowDomHostNode.prototype = { append$1(_, node) { - return A._lateReadCheck(this.__ShadowDomHostNode__shadow, "_shadow").appendChild(node); + var t1 = this.__ShadowDomHostNode__shadow_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.appendChild(node); }, get$node() { - return A._lateReadCheck(this.__ShadowDomHostNode__shadow, "_shadow"); + var t1 = this.__ShadowDomHostNode__shadow_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, - get$nodes(_) { - var t1 = A._lateReadCheck(this.__ShadowDomHostNode__shadow, "_shadow"); - t1.toString; - return new A._ChildNodeListLazy(t1); + appendAll$1(nodes) { + return B.JSArray_methods.forEach$1(nodes, this.get$append(this)); } }; A.ElementHostNode.prototype = { append$1(_, node) { - return A._lateReadCheck(this.__ElementHostNode__element, "_element").appendChild(node); + var t1 = this.__ElementHostNode__element_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.appendChild(node); }, get$node() { - return A._lateReadCheck(this.__ElementHostNode__element, "_element"); + var t1 = this.__ElementHostNode__element_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, - get$nodes(_) { - var t1 = A._lateReadCheck(this.__ElementHostNode__element, "_element"); - t1.toString; - return new A._ChildNodeListLazy(t1); + appendAll$1(nodes) { + return B.JSArray_methods.forEach$1(nodes, this.get$append(this)); } }; A.PersistedBackdropFilter.prototype = { @@ -132431,27 +134509,22 @@ oldSurface._childContainer = null; }, createElement$0(_) { - var _this = this, + var t1, _this = this, _s16_ = "transform-origin", - element = _this.defaultCreateElement$1("flt-backdrop"), - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s16_), "0 0 0", ""); - t1 = A._ElementFactoryProvider_createElement_tag("flt-backdrop-interior", null); + element = _this.defaultCreateElement$1("flt-backdrop"); + A.DomCSSStyleDeclarationExtension_setProperty(element.style, _s16_, "0 0 0"); + t1 = A.DomDocumentExtension_createElement(self.document, "flt-backdrop-interior"); _this._childContainer = t1; - t1 = t1.style; - t1.position = "absolute"; + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "position", "absolute"); t1 = _this.defaultCreateElement$1("flt-backdrop-filter"); _this._filterElement = t1; - t1 = t1.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s16_), "0 0 0", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, _s16_, "0 0 0"); t1 = _this._filterElement; t1.toString; - element.appendChild(t1); + element.append(t1); t1 = _this._childContainer; t1.toString; - element.appendChild(t1); + element.append(t1); return element; }, discard$0() { @@ -132459,7 +134532,7 @@ this._filterElement = this._childContainer = null; }, apply$0() { - var r, dpr, rect, left, $top, width, height, parentSurface, activeClipBounds, filterElementStyle, _this = this, + var r, dpr, rect, left, $top, width, height, parentSurface, activeClipBounds, _this = this, t1 = _this._previousTransform, t2 = _this.transform; if (t1 != t2) { @@ -132467,14 +134540,16 @@ r = new A.Matrix40(new Float32Array(16)); if (r.copyInverse$1(t2) === 0) A.throwExpression(A.ArgumentError$value(t2, "other", "Matrix cannot be inverted")); - _this.__PersistedBackdropFilter__invertedTransform = r; + _this.__PersistedBackdropFilter__invertedTransform_A = r; _this._previousTransform = _this.transform; } t1 = $.$get$window(); dpr = t1._debugDevicePixelRatio; if (dpr == null) dpr = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - rect = A.transformRect(A._lateReadCheck(_this.__PersistedBackdropFilter__invertedTransform, "_invertedTransform"), new A.Rect(0, 0, t1.get$physicalSize()._dx * dpr, t1.get$physicalSize()._dy * dpr)); + t2 = _this.__PersistedBackdropFilter__invertedTransform_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + rect = A.transformRect(t2, new A.Rect(0, 0, t1.get$physicalSize()._dx * dpr, t1.get$physicalSize()._dy * dpr)); left = rect.left; $top = rect.top; width = rect.right - left; @@ -132491,18 +134566,18 @@ } parentSurface = parentSurface.parent; } - filterElementStyle = _this._filterElement.style; - filterElementStyle.position = "absolute"; - filterElementStyle.left = A.S(left) + "px"; - filterElementStyle.top = A.S($top) + "px"; - filterElementStyle.width = A.S(width) + "px"; - filterElementStyle.height = A.S(height) + "px"; - t1 = $.$get$_browserEngine(); - if (t1 === B.BrowserEngine_2) { - filterElementStyle.backgroundColor = "#000"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(filterElementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(filterElementStyle, "opacity"), "0.2", ""); + t1 = _this._filterElement.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", A.S(left) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", A.S($top) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(width) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(height) + "px"); + t2 = $.$get$_browserEngine(); + if (t2 === B.BrowserEngine_2) { + A.DomCSSStyleDeclarationExtension_setProperty(t1, "background-color", "#000"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "opacity", "0.2"); } else { - if (t1 === B.BrowserEngine_1) { + if (t2 === B.BrowserEngine_1) { t1 = _this._filterElement; t1.toString; _this.filter.toString; @@ -132552,11 +134627,7 @@ } }, _updateRootElementTransform$0() { - var t1 = this.rootElement.style, - t2 = this._canvasPositionX, - t3 = this._canvasPositionY; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(" + t2 + "px, " + t3 + "px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(this.rootElement.style, "transform", "translate(" + this._canvasPositionX + "px, " + this._canvasPositionY + "px)"); }, _setupInitialTransform$0() { var _this = this, @@ -132569,24 +134640,21 @@ doesFitBounds$2(newBounds, newDensity) { return this.widthInBitmapPixels >= A.BitmapCanvas_widthToPhysical(newBounds.right - newBounds.left) && this.heightInBitmapPixels >= A.BitmapCanvas_heightToPhysical(newBounds.bottom - newBounds.top) && this._density === newDensity; }, - dispose$0(_) { - this._canvasPool.dispose$0(0); + dispose$0() { + this._canvasPool.dispose$0(); }, clear$0(_) { - var t1, len, t2, i, child, t3, _this = this; + var t1, len, t2, i, child, _this = this; _this._contains3dTransform = false; _this._canvasPool.clear$0(0); t1 = _this.__engine$_children; len = t1.length; for (t2 = _this.rootElement, i = 0; i < len; ++i) { child = t1[i]; - if (child.parentElement === t2) { - t3 = child.parentNode; - if (t3 != null) - t3.removeChild(child); - } + if (J.$eq$(child.parentNode, t2)) + child.remove(); } - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); _this._childOverdraw = false; _this._cachedLastCssFont = null; _this._setupInitialTransform$0(); @@ -132633,9 +134701,9 @@ t1 = this._canvasPool; t1.super$_SaveStackTracking$transform(0, matrix4); if (t1.__engine$_canvas != null) - t1.get$context(t1).transform(matrix4[0], matrix4[1], matrix4[4], matrix4[5], matrix4[12], matrix4[13]); + A.callMethod(t1.get$context(t1), "transform", [matrix4[0], matrix4[1], matrix4[4], matrix4[5], matrix4[12], matrix4[13]]); }, - clipRect$2(_, rect, clipOp) { + clipRect$2(rect, clipOp) { var path, t2, t1 = this._canvasPool; if (clipOp === B.ClipOp_0) { @@ -132646,14 +134714,14 @@ path.addRectWithDirection$3(rect, 0, 0); t1.clipPath$1(0, path); } else { - t1.super$_SaveStackTracking$clipRect(0, rect); + t1.super$_SaveStackTracking$clipRect(rect); if (t1.__engine$_canvas != null) t1.__engine$_clipRect$2(t1.get$context(t1), rect); } }, - clipRRect$1(_, rrect) { + clipRRect$1(rrect) { var t1 = this._canvasPool; - t1.super$_SaveStackTracking$clipRRect(0, rrect); + t1.super$_SaveStackTracking$clipRRect(rrect); if (t1.__engine$_canvas != null) t1.__engine$_clipRRect$2(t1.get$context(t1), rrect); }, @@ -132683,13 +134751,13 @@ t1 = true; return t1; }, - drawLine$3(_, p1, p2, paint) { + drawLine$3(p1, p2, paint) { var path, shaderBounds, t1, ctx, t2, t3, t4, t5, t6, t7; if (this._useDomForRenderingFill$1(paint)) { path = A.SurfacePath$(); path.moveTo$2(0, p1._dx, p1._dy); path.lineTo$2(0, p2._dx, p2._dy); - this.drawPath$2(0, path, paint); + this.drawPath$2(path, paint); } else { shaderBounds = paint.shader != null ? A.Rect$fromPoints(p1, p2) : null; t1 = this._canvasPool; @@ -132714,7 +134782,60 @@ t1.get$contextHandle().tearDownPaint$0(); } }, - drawRect$2(_, rect, paint) { + drawPaint$1(paint) { + var t1, inverted, dpr, width, height, topLeft, topRight, bottomRight, bottomLeft, t2, t3, t4, t5, t6, t7, t8, t9, shaderBounds, ctx, _this = this; + if (_this._useDomForRenderingFill$1(paint)) { + t1 = _this._canvasPool._currentTransform; + inverted = new A.Matrix40(new Float32Array(16)); + inverted.setFrom$1(t1); + inverted.copyInverse$1(inverted); + t1 = $.$get$window(); + dpr = t1._debugDevicePixelRatio; + if (dpr == null) + dpr = A.EnginePlatformDispatcher_browserDevicePixelRatio(); + width = t1.get$physicalSize()._dx * dpr; + height = t1.get$physicalSize()._dy * dpr; + t1 = new A.Vector30(new Float32Array(3)); + t1.setValues$3(0, 0, 0); + topLeft = inverted.perspectiveTransform$1(t1); + t1 = new A.Vector30(new Float32Array(3)); + t1.setValues$3(width, 0, 0); + topRight = inverted.perspectiveTransform$1(t1); + t1 = new A.Vector30(new Float32Array(3)); + t1.setValues$3(width, height, 0); + bottomRight = inverted.perspectiveTransform$1(t1); + t1 = new A.Vector30(new Float32Array(3)); + t1.setValues$3(0, height, 0); + bottomLeft = inverted.perspectiveTransform$1(t1); + t1 = topLeft.__engine$_v3storage; + t2 = t1[0]; + t3 = topRight.__engine$_v3storage; + t4 = t3[0]; + t5 = bottomRight.__engine$_v3storage; + t6 = t5[0]; + t7 = bottomLeft.__engine$_v3storage; + t8 = t7[0]; + t9 = Math.min(t2, Math.min(t4, Math.min(t6, t8))); + t1 = t1[1]; + t3 = t3[1]; + t5 = t5[1]; + t7 = t7[1]; + _this.drawRect$2(new A.Rect(t9, Math.min(t1, Math.min(t3, Math.min(t5, t7))), Math.max(t2, Math.max(t4, Math.max(t6, t8))), Math.max(t1, Math.max(t3, Math.max(t5, t7)))), paint); + } else { + if (paint.shader != null) { + t1 = _this._bounds; + shaderBounds = new A.Rect(0, 0, t1.right - t1.left, t1.bottom - t1.top); + } else + shaderBounds = null; + t1 = _this._canvasPool; + t1.get$contextHandle().setUpPaint$2(paint, shaderBounds); + ctx = t1.get$context(t1); + ctx.beginPath(); + ctx.fillRect(-10000, -10000, 20000, 20000); + t1.get$contextHandle().tearDownPaint$0(); + } + }, + drawRect$2(rect, paint) { var element, t2, t3, shaderBounds, t4, t5, t6, t1 = this._canvasPool; if (this._useDomForRenderingFillAndStroke$1(paint)) { @@ -132754,25 +134875,22 @@ clipElements = A._clipContent(t2, element, B.Offset_0_0, A.transformWithOffset(t1._currentTransform, offset)); for (t1 = clipElements.length, t2 = _this.rootElement, t3 = _this.__engine$_children, _i = 0; _i < clipElements.length; clipElements.length === t1 || (0, A.throwConcurrentModificationError)(clipElements), ++_i) { clipElement = clipElements[_i]; - t2.appendChild(clipElement); + t2.append(clipElement); t3.push(clipElement); } } else { - _this.rootElement.appendChild(element); + _this.rootElement.append(element); _this.__engine$_children.push(element); } blendMode = paint.blendMode; if (blendMode != null) { t1 = element.style; t2 = A.blendModeToCssMixBlendMode(blendMode); - if (t2 == null) - t2 = ""; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "mix-blend-mode"), t2, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "mix-blend-mode", t2 == null ? "" : t2); } - _this._closeCurrentCanvas$0(); + _this._closeCanvas$0(); }, - drawRRect$2(_, rrect, paint) { + drawRRect$2(rrect, paint) { var element, shaderBounds, left, right, $top, bottom, t0, trRadiusX, tlRadiusX, trRadiusY, tlRadiusY, blRadiusX, brRadiusX, blRadiusY, brRadiusY, t1 = rrect.left, t2 = rrect.top, @@ -132829,15 +134947,13 @@ t5.get$contextHandle().tearDownPaint$0(); } }, - drawCircle$3(_, c, radius, paint) { + drawCircle$3(c, radius, paint) { var element, t1, t2, shaderBounds, t3, cx, cy, _this = this, rect = A.Rect$fromCircle(c, radius); if (_this._useDomForRenderingFillAndStroke$1(paint)) { element = A.buildDrawRectElement(rect, paint, "draw-circle", _this._canvasPool._currentTransform); _this._drawElement$3(element, new A.Offset(Math.min(A.checkNum(rect.left), A.checkNum(rect.right)), Math.min(A.checkNum(rect.top), A.checkNum(rect.bottom))), paint); - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "border-radius"), "50%", ""); + A.DomCSSStyleDeclarationExtension_setProperty(element.style, "border-radius", "50%"); } else { t1 = paint.shader != null ? A.Rect$fromCircle(c, radius) : null; t2 = _this._canvasPool; @@ -132853,8 +134969,9 @@ t2.get$contextHandle().tearDownPaint$0(); } }, - drawPath$2(_, path, paint) { - var t1, transform, pathAsLine, t2, t3, t4, rect, pathAsRect, pathAsRRect, pathBounds, svgElm, style, cssColor, sigma, _this = this; + drawPath$2(path, paint) { + var t1, transform, pathAsLine, t2, t3, t4, rect, pathAsRect, pathAsRRect, pathBounds, root, color, cssColor, sigma, _this = this, + _s12_ = "setAttribute"; if (_this._useDomForRenderingFill$1(paint)) { t1 = _this._canvasPool; transform = t1._currentTransform; @@ -132870,24 +134987,59 @@ } pathAsRect = path.pathRef.getRect$0(); if (pathAsRect != null) { - _this.drawRect$2(0, pathAsRect, paint); + _this.drawRect$2(pathAsRect, paint); return; } t2 = path.pathRef; pathAsRRect = t2.fIsRRect ? t2._getRRect$0() : null; if (pathAsRRect != null) { - _this.drawRRect$2(0, pathAsRRect, paint); + _this.drawRRect$2(pathAsRRect, paint); return; } pathBounds = path.getBounds$0(0); - svgElm = A.pathToSvgElement(path, paint, A.S(pathBounds.right), A.S(pathBounds.bottom)); + t2 = A.S(pathBounds.right); + t3 = A.S(pathBounds.bottom); + root = A.createSVGSVGElement(); + A.callMethod(root, _s12_, ["width", t2 + "px"]); + A.callMethod(root, _s12_, ["height", t3 + "px"]); + A.callMethod(root, _s12_, ["viewBox", "0 0 " + t2 + " " + t3]); + t3 = self.document.createElementNS("http://www.w3.org/2000/svg", "path"); + root.append(t3); + color = paint.color; + t2 = color == null; + if (t2) + color = B.Color_4278190080; + t4 = paint.style; + if (t4 !== B.PaintingStyle_1) + if (t4 !== B.PaintingStyle_0) { + t4 = paint.strokeWidth; + t4 = t4 !== 0 && t4 != null; + } else + t4 = false; + else + t4 = true; + if (t4) { + t2 = A.colorToCssString(color); + t2.toString; + A.callMethod(t3, _s12_, ["stroke", t2]); + t2 = paint.strokeWidth; + A.callMethod(t3, _s12_, ["stroke-width", A.S(t2 == null ? 1 : t2)]); + A.callMethod(t3, _s12_, ["fill", "none"]); + } else if (!t2) { + t2 = A.colorToCssString(color); + t2.toString; + A.callMethod(t3, _s12_, ["fill", t2]); + } else + A.callMethod(t3, _s12_, ["fill", "#000000"]); + if (path._fillType === B.PathFillType_1) + A.callMethod(t3, _s12_, ["fill-rule", "evenodd"]); + A.callMethod(t3, _s12_, ["d", A.pathToSvg(path.pathRef, 0, 0)]); if (t1.clipStack == null) { - style = svgElm.style; - style.position = "absolute"; + t1 = root.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); if (!transform.isIdentity$0(0)) { - t1 = A.float64ListToCssTransform(transform.__engine$_m4storage); - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "transform"), t1, ""); - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "transform-origin"), "0 0 0", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", A.float64ListToCssTransform(transform.__engine$_m4storage)); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); } } if (paint.maskFilter != null) { @@ -132902,40 +135054,38 @@ } sigma = paint.maskFilter._sigma; t2 = $.$get$_browserEngine(); - if (t2 === B.BrowserEngine_1 && t1 !== B.PaintingStyle_1) { - t1 = svgElm.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "box-shadow"), "0px 0px " + A.S(sigma * 2) + "px " + cssColor, ""); - } else { - t1 = svgElm.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "filter"), "blur(" + A.S(sigma) + "px)", ""); - } + if (t2 === B.BrowserEngine_1 && t1 !== B.PaintingStyle_1) + A.DomCSSStyleDeclarationExtension_setProperty(root.style, "box-shadow", "0px 0px " + A.S(sigma * 2) + "px " + cssColor); + else + A.DomCSSStyleDeclarationExtension_setProperty(root.style, "filter", "blur(" + A.S(sigma) + "px)"); } - _this._drawElement$3(svgElm, B.Offset_0_0, paint); + _this._drawElement$3(root, B.Offset_0_0, paint); } else { t1 = paint.shader != null ? path.getBounds$0(0) : null; t2 = _this._canvasPool; t2.get$contextHandle().setUpPaint$2(paint, t1); t1 = paint.style; if (t1 == null && paint.strokeWidth != null) - t2.drawPath$2(0, path, B.PaintingStyle_1); + t2.drawPath$2(path, B.PaintingStyle_1); else - t2.drawPath$2(0, path, t1); + t2.drawPath$2(path, t1); t2.get$contextHandle().tearDownPaint$0(); } }, - drawShadow$4(_, path, color, elevation, transparentOccluder) { + drawShadow$4(path, color, elevation, transparentOccluder) { var t2, solidColor, t3, t4, t5, t1 = this._canvasPool, shadow = A.computeShadow(path.getBounds$0(0), elevation); if (shadow != null) { - t2 = A.toShadowColor(color).value; + t2 = (B.JSNumber_methods.round$0(0.3 * (color.get$value(color) >>> 24 & 255)) & 255) << 24 | color.get$value(color) & 16777215; solidColor = A.colorComponentsToCssString(t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255, 255); t1.get$context(t1).save(); t1.get$context(t1).globalAlpha = (t2 >>> 24 & 255) / 255; - t2 = $.$get$_browserEngine(); - t2 = t2 !== B.BrowserEngine_1; + if (transparentOccluder) { + t2 = $.$get$_browserEngine(); + t2 = t2 !== B.BrowserEngine_1; + } else + t2 = false; t3 = shadow.offset; t4 = shadow.blurWidth; t5 = t3._dx; @@ -132955,7 +135105,7 @@ t1.get$context(t1).shadowOffsetY = t3; } t1._runPath$2(t1.get$context(t1), path); - t1.get$context(t1).fill(); + A.DomCanvasRenderingContext2DExtension_fill(t1.get$context(t1), null); t1.get$context(t1).restore(); } }, @@ -132986,10 +135136,7 @@ imgElement = _this._reuseOrCreateImage$1(image); t1 = imgElement.style; t2 = A.blendModeToCssMixBlendMode(blendMode); - if (t2 == null) - t2 = ""; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "mix-blend-mode"), t2, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "mix-blend-mode", t2 == null ? "" : t2); t1 = _this._canvasPool; if (t1.clipStack != null) { t2 = imgElement.style; @@ -133000,28 +135147,30 @@ clipElements = A._clipContent(t2, imgElement, p, t1._currentTransform); for (t1 = clipElements.length, t2 = _this.rootElement, t3 = _this.__engine$_children, _i = 0; _i < clipElements.length; clipElements.length === t1 || (0, A.throwConcurrentModificationError)(clipElements), ++_i) { clipElement = clipElements[_i]; - t2.appendChild(clipElement); + t2.append(clipElement); t3.push(clipElement); } } else { cssTransform = A.float64ListToCssTransform(A.transformWithOffset(t1._currentTransform, p).__engine$_m4storage); t1 = imgElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform-origin"), "0 0 0", ""); - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), cssTransform, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", cssTransform); t1.removeProperty("width"); t1.removeProperty("height"); - _this.rootElement.appendChild(imgElement); + _this.rootElement.append(imgElement); _this.__engine$_children.push(imgElement); } return imgElement; }, _createImageElementWithBlend$4(image, color, blendMode, paint) { - var builder, svgFilter, r, b, g, imgElement, t2, style, + var builder, svgFilter, r, b, g, imgElement, t2, _s9_ = "destalpha", _s5_ = "flood", _s4_ = "comp", _s13_ = "SourceGraphic", + _s16_ = "background-color", _s8_ = "absolute", + _s8_0 = "position", + _s16_0 = "background-image", t1 = blendMode.index; switch (t1) { case 19: @@ -133042,40 +135191,40 @@ case 5: case 9: builder = A.SvgFilterBuilder$(); - builder.filter.setAttribute("color-interpolation-filters", "sRGB"); - builder.setFeColorMatrix$2$result(B.List_ek3, _s9_); + A.callMethod(builder.filter, "setAttribute", ["color-interpolation-filters", "sRGB"]); + builder.setFeColorMatrix$2$result(B.List_ek30, _s9_); t1 = A.colorToCssString(color); builder.setFeFlood$3$floodColor$floodOpacity$result(t1 == null ? "" : t1, "1", _s5_); builder.setFeComposite$8$in1$in2$k1$k2$k3$k4$operator$result(_s5_, _s9_, 1, 0, 0, 0, 6, _s4_); - svgFilter = builder.build$0(0); + svgFilter = builder.build$0(); break; case 7: builder = A.SvgFilterBuilder$(); t1 = A.colorToCssString(color); builder.setFeFlood$3$floodColor$floodOpacity$result(t1 == null ? "" : t1, "1", _s5_); builder.setFeComposite$4$in1$in2$operator$result(_s5_, _s13_, 3, _s4_); - svgFilter = builder.build$0(0); + svgFilter = builder.build$0(); break; case 10: builder = A.SvgFilterBuilder$(); t1 = A.colorToCssString(color); builder.setFeFlood$3$floodColor$floodOpacity$result(t1 == null ? "" : t1, "1", _s5_); builder.setFeComposite$4$in1$in2$operator$result(_s13_, _s5_, 4, _s4_); - svgFilter = builder.build$0(0); + svgFilter = builder.build$0(); break; case 11: builder = A.SvgFilterBuilder$(); t1 = A.colorToCssString(color); builder.setFeFlood$3$floodColor$floodOpacity$result(t1 == null ? "" : t1, "1", _s5_); builder.setFeComposite$4$in1$in2$operator$result(_s5_, _s13_, 5, _s4_); - svgFilter = builder.build$0(0); + svgFilter = builder.build$0(); break; case 12: builder = A.SvgFilterBuilder$(); t1 = A.colorToCssString(color); builder.setFeFlood$3$floodColor$floodOpacity$result(t1 == null ? "" : t1, "1", _s5_); builder.setFeComposite$8$in1$in2$k1$k2$k3$k4$operator$result(_s5_, _s13_, 0, 1, 1, 0, 6, _s4_); - svgFilter = builder.build$0(0); + svgFilter = builder.build$0(); break; case 13: r = color.get$red().$div(0, 255); @@ -133084,7 +135233,7 @@ builder = A.SvgFilterBuilder$(); builder.setFeColorMatrix$2$result(A._setArrayType([0, 0, 0, 0, r, 0, 0, 0, 0, g, 0, 0, 0, 0, b, 0, 0, 0, 1, 0], type$.JSArray_double), "recolor"); builder.setFeComposite$8$in1$in2$k1$k2$k3$k4$operator$result("recolor", _s13_, 1, 0, 0, 0, 6, _s4_); - svgFilter = builder.build$0(0); + svgFilter = builder.build$0(); break; case 15: t1 = A.blendModeToSvgEnum(B.BlendMode_20); @@ -133124,57 +135273,52 @@ svgFilter = null; } t1 = svgFilter.element; - this.rootElement.appendChild(t1); + this.rootElement.append(t1); this.__engine$_children.push(t1); imgElement = this._reuseOrCreateImage$1(image); - t1 = imgElement.style; - t2 = svgFilter.id; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "filter"), "url(#" + t2 + ")", ""); + A.DomCSSStyleDeclarationExtension_setProperty(imgElement.style, "filter", "url(#" + svgFilter.id + ")"); if (blendMode === B.BlendMode_26) { t1 = imgElement.style; t2 = A.colorToCssString(color); - t1.toString; - t1.backgroundColor = t2 == null ? "" : t2; + t2.toString; + A.DomCSSStyleDeclarationExtension_setProperty(t1, _s16_, t2); } return imgElement; default: - imgElement = document.createElement("div"); - style = imgElement.style; + imgElement = A.DomDocumentExtension_createElement(self.document, "div"); + t2 = imgElement.style; switch (t1) { case 0: case 8: - style.position = _s8_; + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s8_0, _s8_); break; case 1: case 3: - style.position = _s8_; + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s8_0, _s8_); t1 = A.colorToCssString(color); - style.backgroundColor = t1 == null ? "" : t1; + t1.toString; + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s16_, t1); break; case 2: case 6: - style.position = _s8_; - t1 = image.imgElement.src; - style.backgroundImage = "url('" + A.S(t1) + "')"; + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s8_0, _s8_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s16_0, "url('" + A.S(image.imgElement.src) + "')"); break; default: - style.position = _s8_; - t1 = image.imgElement.src; - style.backgroundImage = "url('" + A.S(t1) + "')"; + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s8_0, _s8_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s16_0, "url('" + A.S(image.imgElement.src) + "')"); t1 = A.blendModeToCssMixBlendMode(blendMode); - if (t1 == null) - t1 = ""; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "background-blend-mode"), t1, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "background-blend-mode", t1 == null ? "" : t1); t1 = A.colorToCssString(color); - style.backgroundColor = t1 == null ? "" : t1; + t1.toString; + A.DomCSSStyleDeclarationExtension_setProperty(t2, _s16_, t1); break; } return imgElement; } }, drawImageRect$4(image, src, dst, paint) { - var t2, requiresClipping, targetLeft, targetWidth, targetTop, t3, targetTop0, imgElement, targetHeight, imageStyle, widthPx, heightPx, _this = this, + var t2, requiresClipping, targetLeft, targetWidth, targetTop, t3, targetTop0, imgElement, targetHeight, widthPx, heightPx, _this = this, t1 = src.left; if (t1 === 0) { t2 = src.top; @@ -133189,7 +135333,7 @@ else { if (requiresClipping) { _this.save$0(0); - _this.clipRect$2(0, dst, B.ClipOp_1); + _this.clipRect$2(dst, B.ClipOp_1); } targetTop = dst.top; if (requiresClipping) { @@ -133207,24 +135351,23 @@ targetWidth *= image.get$width(image) / (src.right - t1); targetHeight *= image.get$height(image) / (src.bottom - src.top); } - imageStyle = imgElement.style; + t1 = imgElement.style; widthPx = B.JSNumber_methods.toStringAsFixed$1(targetWidth, 2) + "px"; heightPx = B.JSNumber_methods.toStringAsFixed$1(targetHeight, 2) + "px"; - imageStyle.left = "0px"; - imageStyle.top = "0px"; - imageStyle.width = widthPx; - imageStyle.height = heightPx; - if (!type$.ImageElement._is(imgElement)) { - t1 = imgElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "background-size"), widthPx + " " + heightPx, ""); - } + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "0px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "0px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", widthPx); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", heightPx); + t1 = self.window.HTMLImageElement; + t1.toString; + if (!(imgElement instanceof t1)) + A.DomCSSStyleDeclarationExtension_setProperty(imgElement.style, "background-size", widthPx + " " + heightPx); if (requiresClipping) _this.restore$0(0); } - _this._closeCurrentCanvas$0(); + _this._closeCanvas$0(); }, - _closeCurrentCanvas$0() { + _closeCanvas$0() { var t2, t3, t1 = this._canvasPool; if (t1.__engine$_canvas != null) { @@ -133232,7 +135375,7 @@ t1._contextHandle.reset$0(0); t2 = t1._activeCanvasList; if (t2 == null) - t2 = t1._activeCanvasList = A._setArrayType([], type$.JSArray_CanvasElement); + t2 = t1._activeCanvasList = A._setArrayType([], type$.JSArray_JavaScriptObject); t3 = t1.__engine$_canvas; t3.toString; t2.push(t3); @@ -133242,42 +135385,44 @@ this._cachedLastCssFont = null; }, drawText$5$shadows$style(text, x, y, shadows, style) { - var t2, _i, shadow, t3, + var t2, t3, _i, shadow, t4, t1 = this._canvasPool, ctx = t1.get$context(t1); if (shadows != null) { ctx.save(); - for (t1 = shadows.length, t2 = style === B.PaintingStyle_1, _i = 0; _i < shadows.length; shadows.length === t1 || (0, A.throwConcurrentModificationError)(shadows), ++_i) { + for (t1 = shadows.length, t2 = type$.JSArray_Object, t3 = style === B.PaintingStyle_1, _i = 0; _i < shadows.length; shadows.length === t1 || (0, A.throwConcurrentModificationError)(shadows), ++_i) { shadow = shadows[_i]; - t3 = A.colorToCssString(shadow.color); - t3.toString; - ctx.shadowColor = t3; + t4 = A.colorToCssString(shadow.color); + t4.toString; + ctx.shadowColor = t4; ctx.shadowBlur = shadow.blurRadius; - t3 = shadow.offset; - ctx.shadowOffsetX = t3._dx; - ctx.shadowOffsetY = t3._dy; - if (t2) + t4 = shadow.offset; + ctx.shadowOffsetX = t4._dx; + ctx.shadowOffsetY = t4._dy; + if (t3) ctx.strokeText(text, x, y); - else - ctx.fillText(text, x, y); + else { + t4 = A._setArrayType([text, x, y], t2); + ctx.fillText.apply(ctx, t4); + } } ctx.restore(); } if (style === B.PaintingStyle_1) ctx.strokeText(text, x, y); else - (ctx && B.CanvasRenderingContext2D_methods).fillText$3(ctx, text, x, y); + A.DomCanvasRenderingContext2DExtension_fillText(ctx, text, x, y); }, drawText$4$style(text, x, y, style) { return this.drawText$5$shadows$style(text, x, y, null, style); }, - drawParagraph$2(_, paragraph, offset) { + drawParagraph$2(paragraph, offset) { var value, paragraphElement, t1, t2, clipElements, t3, _i, clipElement, _this = this; - if (paragraph.drawOnCanvas && !_this._childOverdraw && !_this._renderStrategy.isInsideSvgFilterTree) { - value = paragraph.__CanvasParagraph__paintService; + if (paragraph.canDrawOnCanvas && _this._canvasPool.__engine$_canvas != null && !_this._childOverdraw && !_this._renderStrategy.isInsideSvgFilterTree) { + value = paragraph.__CanvasParagraph__paintService_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_paintService"); - value = paragraph.__CanvasParagraph__paintService = new A.TextPaintService(paragraph); + value !== $ && A.throwUnnamedLateFieldADI(); + value = paragraph.__CanvasParagraph__paintService_FI = new A.TextPaintService(paragraph); } value.paint$2(_this, offset); return; @@ -133290,21 +135435,21 @@ clipElements = A._clipContent(t2, paragraphElement, offset, t1); for (t1 = clipElements.length, t2 = _this.rootElement, t3 = _this.__engine$_children, _i = 0; _i < clipElements.length; clipElements.length === t1 || (0, A.throwConcurrentModificationError)(clipElements), ++_i) { clipElement = clipElements[_i]; - t2.appendChild(clipElement); + t2.append(clipElement); t3.push(clipElement); } } else { A.setElementTransform(paragraphElement, A.transformWithOffset(t1, offset).__engine$_m4storage); - _this.rootElement.appendChild(paragraphElement); + _this.rootElement.append(paragraphElement); } _this.__engine$_children.push(paragraphElement); t1 = paragraphElement.style; - t1.left = "0px"; - t1.top = "0px"; - _this._closeCurrentCanvas$0(); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "0px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "0px"); + _this._closeCanvas$0(); }, endOfPaint$0() { - var t1, t2, t3, t4, paintOrderElement, t5, t6, firstChild, _this = this; + var t1, t2, t3, children, t4, t5, _i, element, t6, t7, paintOrderElement, _this = this; _this._canvasPool.endOfPaint$0(); t1 = _this._elementCache; if (t1 != null) @@ -133314,22 +135459,31 @@ t1 = t1 === B.BrowserEngine_1; } else t1 = false; - if (t1) - for (t1 = _this.rootElement, t2 = J.get$children$x(t1), t2 = t2.get$iterator(t2), t3 = _this.__engine$_children; t2.moveNext$0();) { - t4 = t2.__interceptors$_current; - paintOrderElement = document.createElement("div"); - t5 = paintOrderElement.style; - t5.toString; - t6 = B.CssStyleDeclaration_methods._browserPropertyName$1(t5, "transform"); - t5.setProperty(t6, "translate3d(0,0,0)", ""); - paintOrderElement.appendChild(t4); - t1.appendChild(paintOrderElement); - t3.push(paintOrderElement); + if (t1) { + t1 = _this.rootElement; + t2 = type$.JavaScriptObject; + t3 = type$._DomListWrapper_JavaScriptObject; + t3 = A.CastIterable_CastIterable(new A._DomListWrapper(t1.children, t3), t3._eval$1("Iterable.E"), t2); + children = A.List_List$of(t3, true, A._instanceType(t3)._eval$1("Iterable.E")); + for (t3 = children.length, t4 = _this.__engine$_children, t5 = type$.JSArray_Object, _i = 0; _i < t3; ++_i) { + element = children[_i]; + t6 = self.document; + t7 = A._setArrayType(["div"], t5); + paintOrderElement = t2._as(t6.createElement.apply(t6, t7)); + t6 = paintOrderElement.style; + t6.setProperty("transform", "translate3d(0,0,0)", ""); + paintOrderElement.append(element); + t1.append(paintOrderElement); + t4.push(paintOrderElement); } - firstChild = _this.rootElement.firstChild; - if (firstChild != null && type$.HtmlElement._is(firstChild) && firstChild.tagName.toLowerCase() === "canvas") { - t1 = firstChild.style; - t1.zIndex = "-1"; + } + t1 = _this.rootElement.firstChild; + if (t1 != null) { + t2 = self.window.HTMLElement; + t2.toString; + if (t1 instanceof t2) + if (t1.tagName.toLowerCase() === "canvas") + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "z-index", "-1"); } } }; @@ -133341,7 +135495,7 @@ t1._commands.push(B.C_PaintSave); ++t1._saveCount; }, - saveLayer$2(_, bounds, paint) { + saveLayer$2(bounds, paint) { var t1 = this.__engine$_canvas; type$.SurfacePaint._as(paint); t1.renderStrategy.hasArbitraryPaint = true; @@ -133386,7 +135540,7 @@ t3 = t2._paintBounds; if (sx !== 1 || t1 !== 1) t3._currentMatrixIsIdentity = false; - t3._currentMatrix.scale$2(0, sx, t1); + t3._currentMatrix.scale$3(0, sx, t1, 1); t2._commands.push(new A.PaintScale(sx, t1)); return null; }, @@ -133427,12 +135581,12 @@ t3._currentMatrixIsIdentity = t3._currentMatrix.isIdentity$0(0); t2._commands.push(new A.PaintTransform(t1)); }, - clipRect$3$clipOp$doAntiAlias(_, rect, clipOp, doAntiAlias) { + clipRect$3$clipOp$doAntiAlias(rect, clipOp, doAntiAlias) { var t1 = this.__engine$_canvas, - command = new A.PaintClipRect(rect, clipOp, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintClipRect(rect, clipOp); switch (clipOp.index) { case 1: - t1._paintBounds.clipRect$2(0, rect, command); + t1._paintBounds.clipRect$2(rect, command); break; case 0: break; @@ -133442,41 +135596,41 @@ t1.renderStrategy.hasArbitraryPaint = true; t1._commands.push(command); }, - clipRect$2$doAntiAlias($receiver, rect, doAntiAlias) { - return this.clipRect$3$clipOp$doAntiAlias($receiver, rect, B.ClipOp_1, doAntiAlias); + clipRect$2$doAntiAlias(rect, doAntiAlias) { + return this.clipRect$3$clipOp$doAntiAlias(rect, B.ClipOp_1, doAntiAlias); }, - clipRect$1($receiver, rect) { - return this.clipRect$3$clipOp$doAntiAlias($receiver, rect, B.ClipOp_1, true); + clipRect$1(rect) { + return this.clipRect$3$clipOp$doAntiAlias(rect, B.ClipOp_1, true); }, - clipRRect$2$doAntiAlias(_, rrect, doAntiAlias) { + clipRRect$2$doAntiAlias(rrect, doAntiAlias) { var t1 = this.__engine$_canvas, - command = new A.PaintClipRRect(rrect, -1 / 0, -1 / 0, 1 / 0, 1 / 0); - t1._paintBounds.clipRect$2(0, new A.Rect(rrect.left, rrect.top, rrect.right, rrect.bottom), command); + command = new A.PaintClipRRect(rrect); + t1._paintBounds.clipRect$2(new A.Rect(rrect.left, rrect.top, rrect.right, rrect.bottom), command); t1.renderStrategy.hasArbitraryPaint = true; t1._commands.push(command); }, - clipRRect$1($receiver, rrect) { - return this.clipRRect$2$doAntiAlias($receiver, rrect, true); + clipRRect$1(rrect) { + return this.clipRRect$2$doAntiAlias(rrect, true); }, clipPath$2$doAntiAlias(_, path, doAntiAlias) { var command, t1 = this.__engine$_canvas; type$.SurfacePath._as(path); - command = new A.PaintClipPath(path, -1 / 0, -1 / 0, 1 / 0, 1 / 0); - t1._paintBounds.clipRect$2(0, path.getBounds$0(0), command); + command = new A.PaintClipPath(path); + t1._paintBounds.clipRect$2(path.getBounds$0(0), command); t1.renderStrategy.hasArbitraryPaint = true; t1._commands.push(command); }, clipPath$1($receiver, path) { return this.clipPath$2$doAntiAlias($receiver, path, true); }, - drawLine$3(_, p1, p2, paint) { + drawLine$3(p1, p2, paint) { var paintSpread, command, t2, t3, t4, t5, t1 = this.__engine$_canvas; type$.SurfacePaint._as(paint); paintSpread = Math.max(A._getPaintSpread(paint), 1); paint._frozen = true; - command = new A.PaintDrawLine(p1, p2, paint._paintData, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawLine(p1, p2, paint._paintData); t2 = p1._dx; t3 = p2._dx; t4 = p1._dy; @@ -133485,30 +135639,40 @@ t1._didDraw = t1.renderStrategy.hasArbitraryPaint = true; t1._commands.push(command); }, - drawRect$2(_, rect, paint) { - this.__engine$_canvas.drawRect$2(0, rect, type$.SurfacePaint._as(paint)); + drawPaint$1(paint) { + var command, t2, + t1 = this.__engine$_canvas; + type$.SurfacePaint._as(paint); + paint._frozen = t1._didDraw = t1.renderStrategy.hasArbitraryPaint = true; + command = new A.PaintDrawPaint(paint._paintData); + t2 = t1._paintBounds; + t2.grow$2(t2.maxPaintBounds, command); + t1._commands.push(command); }, - drawRRect$2(_, rrect, paint) { - this.__engine$_canvas.drawRRect$2(0, rrect, type$.SurfacePaint._as(paint)); + drawRect$2(rect, paint) { + this.__engine$_canvas.drawRect$2(rect, type$.SurfacePaint._as(paint)); }, - drawDRRect$3(_, outer, inner, paint) { - this.__engine$_canvas.drawDRRect$3(0, outer, inner, type$.SurfacePaint._as(paint)); + drawRRect$2(rrect, paint) { + this.__engine$_canvas.drawRRect$2(rrect, type$.SurfacePaint._as(paint)); }, - drawCircle$3(_, c, radius, paint) { + drawDRRect$3(outer, inner, paint) { + this.__engine$_canvas.drawDRRect$3(outer, inner, type$.SurfacePaint._as(paint)); + }, + drawCircle$3(c, radius, paint) { var paintSpread, command, distance, t2, t3, t1 = this.__engine$_canvas; type$.SurfacePaint._as(paint); t1._didDraw = t1.renderStrategy.hasArbitraryPaint = true; paintSpread = A._getPaintSpread(paint); paint._frozen = true; - command = new A.PaintDrawCircle(c, radius, paint._paintData, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawCircle(c, radius, paint._paintData); distance = radius + paintSpread; t2 = c._dx; t3 = c._dy; t1._paintBounds.growLTRB$5(t2 - distance, t3 - distance, t2 + distance, t3 + distance, command); t1._commands.push(command); }, - drawArc$5(_, rect, startAngle, sweepAngle, useCenter, paint) { + drawArc$5(rect, startAngle, sweepAngle, useCenter, paint) { var forceMoveTo, path = A.Path_Path(); if (sweepAngle <= -6.283185307179586) { @@ -133528,10 +135692,10 @@ sweepAngle -= 6.283185307179586; } path.arcTo$4(0, rect, startAngle, sweepAngle, forceMoveTo); - this.__engine$_canvas.drawPath$2(0, path, type$.SurfacePaint._as(paint)); + this.__engine$_canvas.drawPath$2(path, type$.SurfacePaint._as(paint)); }, - drawPath$2(_, path, paint) { - this.__engine$_canvas.drawPath$2(0, path, type$.SurfacePaint._as(paint)); + drawPath$2(path, paint) { + this.__engine$_canvas.drawPath$2(path, type$.SurfacePaint._as(paint)); }, drawImageRect$4(image, src, dst, paint) { var t2, command, @@ -133539,19 +135703,19 @@ type$.SurfacePaint._as(paint); t2 = t1.renderStrategy; paint._frozen = t1._didDraw = t2.hasImageElements = t2.hasArbitraryPaint = true; - command = new A.PaintDrawImageRect(image, src, dst, paint._paintData, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawImageRect(image, src, dst, paint._paintData); t1._paintBounds.grow$2(dst, command); t1._commands.push(command); }, - drawParagraph$2(_, paragraph, offset) { - this.__engine$_canvas.drawParagraph$2(0, paragraph, offset); + drawParagraph$2(paragraph, offset) { + this.__engine$_canvas.drawParagraph$2(paragraph, offset); }, - drawShadow$4(_, path, color, elevation, transparentOccluder) { + drawShadow$4(path, color, elevation, transparentOccluder) { var shadowRect, command, t1 = this.__engine$_canvas; t1._didDraw = t1.renderStrategy.hasArbitraryPaint = true; shadowRect = A.computePenumbraBounds(path.getBounds$0(0), elevation); - command = new A.PaintDrawShadow(type$.SurfacePath._as(path), color, elevation, true, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawShadow(type$.SurfacePath._as(path), color, elevation, transparentOccluder); t1._paintBounds.grow$2(shadowRect, command); t1._commands.push(command); } @@ -133562,21 +135726,20 @@ }, createElement$0(_) { var element = this.defaultCreateElement$1("flt-clip"), - t1 = A._ElementFactoryProvider_createElement_tag("flt-clip-interior", null); + t1 = A.DomDocumentExtension_createElement(self.document, "flt-clip-interior"); this._DomClip__childContainer = t1; - t1 = t1.style; - t1.position = "absolute"; + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "position", "absolute"); t1 = this._DomClip__childContainer; t1.toString; - element.appendChild(t1); + element.append(t1); return element; }, applyOverflow$2(element, clipBehaviour) { var t1; if (clipBehaviour !== B.Clip_0) { t1 = element.style; - t1.overflow = "hidden"; - t1.zIndex = "0"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "overflow", "hidden"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "z-index", "0"); } } }; @@ -133592,27 +135755,25 @@ }, createElement$0(_) { var t1 = this.super$_DomClip$createElement(0); - t1.setAttribute("clip-type", "rect"); + A.callMethod(t1, "setAttribute", ["clip-type", "rect"]); return t1; }, apply$0() { - var t4, t5, _this = this, + var t4, _this = this, t1 = _this.rootElement.style, t2 = _this.rect, t3 = t2.left; - t1.left = A.S(t3) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", A.S(t3) + "px"); t4 = t2.top; - t1.top = A.S(t4) + "px"; - t5 = t2.right; - t1.width = A.S(t5 - t3) + "px"; - t2 = t2.bottom; - t1.height = A.S(t2 - t4) + "px"; - t1 = _this.rootElement; - t1.toString; - _this.applyOverflow$2(t1, _this.clipBehavior); - t1 = _this._DomClip__childContainer.style; - t1.left = A.S(-t3) + "px"; - t1.top = A.S(-t4) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", A.S(t4) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(t2.right - t3) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(t2.bottom - t4) + "px"); + t2 = _this.rootElement; + t2.toString; + _this.applyOverflow$2(t2, _this.clipBehavior); + t2 = _this._DomClip__childContainer.style; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "left", A.S(-t3) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "top", A.S(-t4) + "px"); }, update$1(_, oldSurface) { var _this = this; @@ -133640,35 +135801,29 @@ }, createElement$0(_) { var t1 = this.super$_DomClip$createElement(0); - t1.setAttribute("clip-type", "rrect"); + A.callMethod(t1, "setAttribute", ["clip-type", "rrect"]); return t1; }, apply$0() { - var t3, t4, _this = this, - style = _this.rootElement.style, - t1 = _this.rrect, - t2 = t1.left; - style.left = A.S(t2) + "px"; - t3 = t1.top; - style.top = A.S(t3) + "px"; - t4 = t1.right; - style.width = A.S(t4 - t2) + "px"; - t4 = t1.bottom; - style.height = A.S(t4 - t3) + "px"; - t4 = t1.tlRadiusX; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-top-left-radius"), A.S(t4) + "px", ""); - t4 = t1.trRadiusX; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-top-right-radius"), A.S(t4) + "px", ""); - t4 = t1.brRadiusX; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-bottom-right-radius"), A.S(t4) + "px", ""); - t1 = t1.blRadiusX; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "border-bottom-left-radius"), A.S(t1) + "px", ""); - t1 = _this.rootElement; - t1.toString; - _this.applyOverflow$2(t1, _this.clipBehavior); - t1 = _this._DomClip__childContainer.style; - t1.left = A.S(-t2) + "px"; - t1.top = A.S(-t3) + "px"; + var t4, _this = this, + t1 = _this.rootElement.style, + t2 = _this.rrect, + t3 = t2.left; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", A.S(t3) + "px"); + t4 = t2.top; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", A.S(t4) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(t2.right - t3) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(t2.bottom - t4) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border-top-left-radius", A.S(t2.tlRadiusX) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border-top-right-radius", A.S(t2.trRadiusX) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border-bottom-right-radius", A.S(t2.brRadiusX) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border-bottom-left-radius", A.S(t2.blRadiusX) + "px"); + t2 = _this.rootElement; + t2.toString; + _this.applyOverflow$2(t2, _this.clipBehavior); + t2 = _this._DomClip__childContainer.style; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "left", A.S(-t3) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "top", A.S(-t4) + "px"); }, update$1(_, oldSurface) { var _this = this; @@ -133683,254 +135838,6 @@ }, $isClipRRectEngineLayer0: 1 }; - A.PersistedPhysicalShape.prototype = { - recomputeTransformAndClip$0() { - var t1, t2, roundRect, rect, _this = this; - _this.transform = _this.parent.transform; - if (_this.clipBehavior !== B.Clip_0) { - t1 = _this.path; - t2 = t1.pathRef; - roundRect = t2.fIsRRect ? t2._getRRect$0() : null; - if (roundRect != null) - _this.localClipBounds = new A.Rect(roundRect.left, roundRect.top, roundRect.right, roundRect.bottom); - else { - rect = t1.pathRef.getRect$0(); - if (rect != null) - _this.localClipBounds = rect; - else - _this.localClipBounds = null; - } - } else - _this.localClipBounds = null; - _this.projectedClip = null; - }, - createElement$0(_) { - var t1 = this.super$_DomClip$createElement(0); - t1.setAttribute("clip-type", "physical-shape"); - return t1; - }, - discard$0() { - var t1, _this = this; - _this.super$_PersistedPhysicalShape_PersistedContainerSurface__DomClip$discard(); - t1 = _this._clipElement; - if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); - _this._clipElement = null; - t1 = _this._svgElement; - if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); - _this._svgElement = null; - }, - apply$0() { - this._applyShape$0(); - }, - _applyShape$0() { - var roundRect, t4, style, t5, t6, t7, rect, ovalRect, rx, ry, borderRadius, t8, t9, svgClipPath, rootElementStyle, t10, pathBounds2, boxShadowColor, _this = this, - _s13_ = "border-radius", - _s6_ = "hidden", - t1 = _this.rootElement.style, - t2 = _this.color, - t3 = A.colorToCssString(t2); - t1.toString; - t1.backgroundColor = t3 == null ? "" : t3; - t1 = _this.path; - t3 = t1.pathRef; - roundRect = t3.fIsRRect ? t3._getRRect$0() : null; - if (roundRect != null) { - t1 = roundRect.tlRadiusX; - t2 = roundRect.trRadiusX; - t3 = roundRect.brRadiusX; - t4 = roundRect.blRadiusX; - style = _this.rootElement.style; - t5 = roundRect.left; - style.left = A.S(t5) + "px"; - t6 = roundRect.top; - style.top = A.S(t6) + "px"; - t7 = roundRect.right; - style.width = A.S(t7 - t5) + "px"; - t7 = roundRect.bottom; - style.height = A.S(t7 - t6) + "px"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, _s13_), A.S(t1) + "px " + A.S(t2) + "px " + A.S(t3) + "px " + A.S(t4) + "px", ""); - t1 = _this._DomClip__childContainer.style; - t1.left = A.S(-t5) + "px"; - t1.top = A.S(-t6) + "px"; - if (_this.clipBehavior !== B.Clip_0) - style.overflow = _s6_; - A.applyCssShadow(_this.rootElement, _this.pathBounds, _this.elevation, _this.shadowColor); - return; - } else { - rect = t1.pathRef.getRect$0(); - if (rect != null) { - style = _this.rootElement.style; - t1 = rect.left; - style.left = A.S(t1) + "px"; - t2 = rect.top; - style.top = A.S(t2) + "px"; - t3 = rect.right; - style.width = A.S(t3 - t1) + "px"; - t3 = rect.bottom; - style.height = A.S(t3 - t2) + "px"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, _s13_), "", ""); - t3 = _this._DomClip__childContainer.style; - t3.left = A.S(-t1) + "px"; - t3.top = A.S(-t2) + "px"; - if (_this.clipBehavior !== B.Clip_0) - style.overflow = _s6_; - A.applyCssShadow(_this.rootElement, _this.pathBounds, _this.elevation, _this.shadowColor); - return; - } else { - t3 = t1.pathRef; - ovalRect = (t3.fIsOval ? t3.fRRectOrOvalStartIdx : -1) === -1 ? null : t3.getBounds$0(0); - if (ovalRect != null) { - t1 = ovalRect.right; - t2 = ovalRect.left; - rx = (t1 - t2) / 2; - t1 = ovalRect.bottom; - t3 = ovalRect.top; - ry = (t1 - t3) / 2; - borderRadius = A.S(rx) + "px "; - borderRadius = rx === ry ? borderRadius : borderRadius + A.S(ry) + "px "; - style = _this.rootElement.style; - style.left = A.S(t2) + "px"; - style.top = A.S(t3) + "px"; - style.width = A.S(rx * 2) + "px"; - style.height = A.S(ry * 2) + "px"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, _s13_), borderRadius, ""); - t1 = _this._DomClip__childContainer.style; - t1.left = A.S(-t2) + "px"; - t1.top = A.S(-t3) + "px"; - if (_this.clipBehavior !== B.Clip_0) - style.overflow = _s6_; - A.applyCssShadow(_this.rootElement, _this.pathBounds, _this.elevation, _this.shadowColor); - return; - } - } - } - t3 = _this.elevation; - t4 = t3 === 0; - t5 = _this.pathBounds; - if (t4) { - t6 = t5.left; - t7 = t5.top; - t8 = t5.right; - t9 = t5.bottom; - svgClipPath = A.pathToSvgClipPath(t1, -t6, -t7, 1 / (t8 - t6), 1 / (t9 - t7)); - t7 = t9; - t6 = t8; - } else { - t6 = t5.right; - t7 = t5.bottom; - svgClipPath = A.pathToSvgClipPath(t1, 0, 0, 1 / t6, 1 / t7); - } - t8 = _this._clipElement; - if (t8 != null) - B.SvgSvgElement_methods.remove$0(t8); - t8 = _this._svgElement; - if (t8 != null) - B.SvgSvgElement_methods.remove$0(t8); - _this._clipElement = svgClipPath; - _this.rootElement.appendChild(svgClipPath); - if (t4) { - t1 = _this.rootElement; - t1.toString; - A.setClipPath(t1, "url(#svgClip" + $._clipIdCounter + ")"); - rootElementStyle = _this.rootElement.style; - rootElementStyle.overflow = ""; - t1 = t5.left; - t2 = A.S(t1); - rootElementStyle.left = t2 + "px"; - t3 = t5.top; - t4 = A.S(t3); - rootElementStyle.top = t4 + "px"; - rootElementStyle.width = A.S(t6 - t1) + "px"; - rootElementStyle.height = A.S(t7 - t3) + "px"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(rootElementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(rootElementStyle, _s13_), "", ""); - t1 = _this._DomClip__childContainer.style; - t1.left = "-" + t2 + "px"; - t1.top = "-" + t4 + "px"; - return; - } - t4 = _this._DomClip__childContainer; - t4.toString; - A.setClipPath(t4, "url(#svgClip" + $._clipIdCounter + ")"); - rootElementStyle = _this.rootElement.style; - rootElementStyle.overflow = ""; - t4 = t5.left; - t8 = A.S(t4); - rootElementStyle.left = t8 + "px"; - t9 = t5.top; - t10 = A.S(t9); - rootElementStyle.top = t10 + "px"; - rootElementStyle.width = A.S(t6 - t4) + "px"; - rootElementStyle.height = A.S(t7 - t9) + "px"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(rootElementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(rootElementStyle, _s13_), "", ""); - t4 = _this._DomClip__childContainer.style; - t4.left = "-" + t8 + "px"; - t4.top = "-" + t10 + "px"; - t4.width = A.S(t6) + "px"; - t4.height = A.S(t7) + "px"; - pathBounds2 = t1.getBounds$0(0); - t4 = new A.SurfacePaintData(); - t4.style = B.PaintingStyle_0; - t4.color = t2; - t4 = A.pathToSvgElement(t1, t4, A.S(pathBounds2.right), A.S(pathBounds2.bottom)); - _this._svgElement = t4; - _this.rootElement.insertBefore(t4, _this._DomClip__childContainer); - t3 = A.computeShadow(t5, t3); - t3.toString; - boxShadowColor = A.toShadowColor(_this.shadowColor); - t5 = _this._svgElement.style; - t4 = t3.offset; - t1 = boxShadowColor.value; - t5.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t5, B.CssStyleDeclaration_methods._browserPropertyName$1(t5, "filter"), "drop-shadow(" + A.S(t4._dx) + "px " + A.S(t4._dy) + "px " + A.S(t3.blurWidth) + "px rgba(" + (t1 >>> 16 & 255) + ", " + (t1 >>> 8 & 255) + ", " + (t1 & 255) + ", " + A.S((t1 >>> 24 & 255) / 255) + "))", ""); - t1 = pathBounds2.left; - t3 = pathBounds2.top; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t5, B.CssStyleDeclaration_methods._browserPropertyName$1(t5, "transform"), "translate(-" + A.S(t1) + "px, -" + A.S(t3) + "px)", ""); - t3 = _this.rootElement.style; - t3.backgroundColor = ""; - }, - update$1(_, oldSurface) { - var t1, t2, _this = this; - _this.super$PersistedContainerSurface$update(0, oldSurface); - t1 = oldSurface.path == _this.path; - if (!t1) - _this.localClipBounds = null; - t1 = !t1 || oldSurface.elevation != _this.elevation || !oldSurface.shadowColor.$eq(0, _this.shadowColor) || !oldSurface.color.$eq(0, _this.color); - t2 = oldSurface._clipElement; - if (t1) { - if (t2 != null) - B.SvgSvgElement_methods.remove$0(t2); - oldSurface._clipElement = null; - t1 = oldSurface._svgElement; - if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); - oldSurface._svgElement = null; - t1 = _this._clipElement; - if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); - _this._clipElement = null; - t1 = _this._svgElement; - if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); - _this._svgElement = null; - t1 = _this.rootElement; - t1.toString; - A.setClipPath(t1, ""); - _this._applyShape$0(); - } else { - _this._clipElement = t2; - if (t2 != null) - _this.rootElement.appendChild(t2); - oldSurface._clipElement = null; - t1 = _this._svgElement = oldSurface._svgElement; - if (t1 != null) - _this.rootElement.insertBefore(t1, _this._DomClip__childContainer); - oldSurface._svgElement = null; - } - }, - $isPhysicalShapeEngineLayer0: 1 - }; A.PersistedClipPath.prototype = { createElement$0(_) { return this.defaultCreateElement$1("flt-clippath"); @@ -133945,15 +135852,18 @@ _this.localClipBounds = null; }, apply$0() { - var _this = this, + var t2, _this = this, t1 = _this._clipElement; if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); + t1.remove(); t1 = _this.rootElement; t1.toString; - t1 = A.createSvgClipDef(type$.HtmlElement._as(t1), _this.clipPath); + t1 = A.createSvgClipDef(t1, _this.clipPath); _this._clipElement = t1; - _this.rootElement.appendChild(t1); + t2 = _this.rootElement; + t2.toString; + t1.toString; + t2.append(t1); }, update$1(_, oldSurface) { var t1, _this = this; @@ -133962,7 +135872,7 @@ _this.localClipBounds = null; t1 = oldSurface._clipElement; if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); + t1.remove(); _this.apply$0(); } else _this._clipElement = oldSurface._clipElement; @@ -133971,7 +135881,7 @@ discard$0() { var t1 = this._clipElement; if (t1 != null) - B.SvgSvgElement_methods.remove$0(t1); + t1.remove(); this._clipElement = null; this.super$PersistedContainerSurface$discard(); }, @@ -133982,55 +135892,89 @@ }; A.SvgFilterBuilder.prototype = { setFeColorMatrix$2$result(matrix, result) { - var t1, t2, i, t3, - element = type$.FEColorMatrixElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "feColorMatrix"))); - element.type.baseVal = 1; - element.result.baseVal = result; - t1 = element.values.baseVal; - t1.toString; - for (t2 = this.root, i = 0; i < 20; ++i) { - t3 = t2.createSVGNumber(); - t3.value = matrix[i]; - t1.appendItem(t3); + var t3, i, t4, + t1 = self.document.createElementNS("http://www.w3.org/2000/svg", "feColorMatrix"), + t2 = t1.type; + t2.toString; + t2.baseVal = 1; + t2 = t1.result; + t2.toString; + t2.baseVal = result; + t2 = t1.values.baseVal; + t2.toString; + for (t3 = this.root, i = 0; i < 20; ++i) { + t4 = t3.createSVGNumber(); + t4.value = matrix[i]; + t2.appendItem(t4); } - this.filter.appendChild(element); + this.filter.append(t1); }, setFeFlood$3$floodColor$floodOpacity$result(floodColor, floodOpacity, result) { - var element = type$.FEFloodElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "feFlood"))); - element.setAttribute("flood-color", floodColor); - element.setAttribute("flood-opacity", floodOpacity); - element.result.baseVal = result; - this.filter.appendChild(element); + var t2, + _s12_ = "setAttribute", + t1 = self.document.createElementNS("http://www.w3.org/2000/svg", "feFlood"); + A.callMethod(t1, _s12_, ["flood-color", floodColor]); + A.callMethod(t1, _s12_, ["flood-opacity", floodOpacity]); + t2 = t1.result; + t2.toString; + t2.baseVal = result; + this.filter.append(t1); }, setFeBlend$3$in1$in2$mode(in1, in2, mode) { - var element = type$.FEBlendElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "feBlend"))); - element.in1.baseVal = in1; - element.in2.baseVal = in2; - element.mode.baseVal = mode; - this.filter.appendChild(element); + var t1 = self.document.createElementNS("http://www.w3.org/2000/svg", "feBlend"), + t2 = t1.in1; + t2.toString; + t2.baseVal = in1; + t2 = t1.in2; + t2.toString; + t2.baseVal = in2; + t2 = t1.mode; + t2.toString; + t2.baseVal = mode; + this.filter.append(t1); }, setFeComposite$8$in1$in2$k1$k2$k3$k4$operator$result(in1, in2, k1, k2, k3, k4, operator, result) { - var element = type$.FECompositeElement._as(type$.SvgElement._as(B.HtmlDocument_methods.createElementNS$2(document, "http://www.w3.org/2000/svg", "feComposite"))); - element.in1.baseVal = in1; - element.in2.baseVal = in2; - element.operator.baseVal = operator; - if (k1 != null) - element.k1.baseVal = k1; - if (k2 != null) - element.k2.baseVal = k2; - if (k3 != null) - element.k3.baseVal = k3; - if (k4 != null) - element.k4.baseVal = k4; - element.result.baseVal = result; - this.filter.appendChild(element); + var t1 = self.document.createElementNS("http://www.w3.org/2000/svg", "feComposite"), + t2 = t1.in1; + t2.toString; + t2.baseVal = in1; + t2 = t1.in2; + t2.toString; + t2.baseVal = in2; + t2 = t1.operator; + t2.toString; + t2.baseVal = operator; + if (k1 != null) { + t2 = t1.k1; + t2.toString; + t2.baseVal = k1; + } + if (k2 != null) { + t2 = t1.k2; + t2.toString; + t2.baseVal = k2; + } + if (k3 != null) { + t2 = t1.k3; + t2.toString; + t2.baseVal = k3; + } + if (k4 != null) { + t2 = t1.k4; + t2.toString; + t2.baseVal = k4; + } + t2 = t1.result; + t2.toString; + t2.baseVal = result; + this.filter.append(t1); }, setFeComposite$4$in1$in2$operator$result(in1, in2, operator, result) { return this.setFeComposite$8$in1$in2$k1$k2$k3$k4$operator$result(in1, in2, null, null, null, null, operator, result); }, - build$0(_) { + build$0() { var t1 = this.root; - t1.appendChild(this.filter); + t1.append(this.filter); return new A.SvgFilter(this.id, t1); }, get$id(receiver) { @@ -134047,46 +135991,51 @@ this.super$SaveElementStackTracking$clear(0); A.removeAllChildren(this.rootElement); }, - clipRect$2(_, rect, clipOp) { + clipRect$2(rect, clipOp) { throw A.wrapException(A.UnimplementedError$(null)); }, - clipRRect$1(_, rrect) { + clipRRect$1(rrect) { throw A.wrapException(A.UnimplementedError$(null)); }, clipPath$1(_, path) { throw A.wrapException(A.UnimplementedError$(null)); }, - drawLine$3(_, p1, p2, paint) { + drawLine$3(p1, p2, paint) { throw A.wrapException(A.UnimplementedError$(null)); }, - drawRect$2(_, rect, paint) { + drawPaint$1(paint) { + throw A.wrapException(A.UnimplementedError$(null)); + }, + drawRect$2(rect, paint) { var t1 = this.SaveElementStackTracking__elementStack; t1 = t1.length === 0 ? this.rootElement : B.JSArray_methods.get$last(t1); - t1.appendChild(A.buildDrawRectElement(rect, paint, "draw-rect", this.SaveElementStackTracking__currentTransform)); + t1.append(A.buildDrawRectElement(rect, paint, "draw-rect", this.SaveElementStackTracking__currentTransform)); }, - drawRRect$2(_, rrect, paint) { + drawRRect$2(rrect, paint) { var t1, element = A.buildDrawRectElement(new A.Rect(rrect.left, rrect.top, rrect.right, rrect.bottom), paint, "draw-rrect", this.SaveElementStackTracking__currentTransform); A.applyRRectBorderRadius(element.style, rrect); t1 = this.SaveElementStackTracking__elementStack; - (t1.length === 0 ? this.rootElement : B.JSArray_methods.get$last(t1)).appendChild(element); + t1 = t1.length === 0 ? this.rootElement : B.JSArray_methods.get$last(t1); + t1.append(element); }, - drawCircle$3(_, c, radius, paint) { + drawCircle$3(c, radius, paint) { throw A.wrapException(A.UnimplementedError$(null)); }, - drawPath$2(_, path, paint) { + drawPath$2(path, paint) { throw A.wrapException(A.UnimplementedError$(null)); }, - drawShadow$4(_, path, color, elevation, transparentOccluder) { + drawShadow$4(path, color, elevation, transparentOccluder) { throw A.wrapException(A.UnimplementedError$(null)); }, drawImageRect$4(image, src, dst, paint) { throw A.wrapException(A.UnimplementedError$(null)); }, - drawParagraph$2(_, paragraph, offset) { + drawParagraph$2(paragraph, offset) { var paragraphElement = A.drawParagraphElement(paragraph, offset, this.SaveElementStackTracking__currentTransform), t1 = this.SaveElementStackTracking__elementStack; - (t1.length === 0 ? this.rootElement : B.JSArray_methods.get$last(t1)).appendChild(paragraphElement); + t1 = t1.length === 0 ? this.rootElement : B.JSArray_methods.get$last(t1); + t1.append(paragraphElement); }, endOfPaint$0() { } @@ -134117,15 +136066,13 @@ return t1; }, createElement$0(_) { - var element = document.createElement("flt-offset"); + var element = A.DomDocumentExtension_createElement(self.document, "flt-offset"); A.setElementStyle(element, "position", "absolute"); A.setElementStyle(element, "transform-origin", "0 0 0"); return element; }, apply$0() { - var t1 = this.rootElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(" + A.S(this.dx) + "px, " + A.S(this.dy) + "px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(this.rootElement.style, "transform", "translate(" + A.S(this.dx) + "px, " + A.S(this.dy) + "px)"); }, update$1(_, oldSurface) { var _this = this; @@ -134165,7 +136112,7 @@ return t1; }, createElement$0(_) { - var element = document.createElement("flt-opacity"); + var element = A.DomDocumentExtension_createElement(self.document, "flt-opacity"); A.setElementStyle(element, "position", "absolute"); A.setElementStyle(element, "transform-origin", "0 0 0"); return element; @@ -134175,10 +136122,8 @@ t1 = this.rootElement; t1.toString; A.setElementStyle(t1, "opacity", A.S(this.alpha / 255)); - t1 = t1.style; t2 = this.offset; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(" + A.S(t2._dx) + "px, " + A.S(t2._dy) + "px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "transform", "translate(" + A.S(t2._dx) + "px, " + A.S(t2._dy) + "px)"); }, update$1(_, oldSurface) { var _this = this; @@ -134590,7 +136535,7 @@ _this.pathRef.setPoint$3(pointIndex + 1, x2, y2); _this._firstDirection = _this._convexityType = -1; }, - conicTo$5(_, x1, y1, x2, y2, w) { + conicTo$5(x1, y1, x2, y2, w) { var pointIndex, _this = this; _this._injectMoveToIfNeeded$0(); pointIndex = _this.pathRef.growForVerb$2(3, w); @@ -134598,7 +136543,7 @@ _this.pathRef.setPoint$3(pointIndex + 1, x2, y2); _this._firstDirection = _this._convexityType = -1; }, - cubicTo$6(_, x1, y1, x2, y2, x3, y3) { + cubicTo$6(x1, y1, x2, y2, x3, y3) { var pointIndex, _this = this; _this._injectMoveToIfNeeded$0(); pointIndex = _this.pathRef.growForVerb$2(4, 0); @@ -134618,7 +136563,7 @@ _this.fLastMoveToIndex = -t1; _this._firstDirection = _this._convexityType = -1; }, - addRect$1(_, rect) { + addRect$1(rect) { this.addRectWithDirection$3(rect, 0, 0); }, _hasOnlyMoveTos$0() { @@ -134811,7 +136756,7 @@ _this._lineToIfNotTooCloseToLastPoint$2(firstConicPx, firstConicPy); for (i = 0; i < conicCount; ++i) { conic = conics[i]; - _this.conicTo$5(0, conic.p1x, conic.p1y, conic.p2x, conic.p2y, conic.fW); + _this.conicTo$5(conic.p1x, conic.p1y, conic.p2x, conic.p2y, conic.fW); } _this._firstDirection = _this._convexityType = -1; }, @@ -134908,10 +136853,10 @@ xEnd = Math.floor(xEnd + 0.5); yEnd = Math.floor(yEnd + 0.5); } - _this.conicTo$5(0, xStart, yStart, xEnd, yEnd, w); + _this.conicTo$5(xStart, yStart, xEnd, yEnd, w); } }, - addOval$1(_, oval) { + addOval$1(oval) { this._addOval$3(oval, 0, 0); }, _addOval$3(oval, direction, startIndex) { @@ -134925,16 +136870,16 @@ centerY = ($top + bottom) / 2; if (direction === 0) { _this.moveTo$2(0, right, centerY); - _this.conicTo$5(0, right, bottom, centerX, bottom, 0.707106781); - _this.conicTo$5(0, left, bottom, left, centerY, 0.707106781); - _this.conicTo$5(0, left, $top, centerX, $top, 0.707106781); - _this.conicTo$5(0, right, $top, right, centerY, 0.707106781); + _this.conicTo$5(right, bottom, centerX, bottom, 0.707106781); + _this.conicTo$5(left, bottom, left, centerY, 0.707106781); + _this.conicTo$5(left, $top, centerX, $top, 0.707106781); + _this.conicTo$5(right, $top, right, centerY, 0.707106781); } else { _this.moveTo$2(0, right, centerY); - _this.conicTo$5(0, right, $top, centerX, $top, 0.707106781); - _this.conicTo$5(0, left, $top, left, centerY, 0.707106781); - _this.conicTo$5(0, left, bottom, centerX, bottom, 0.707106781); - _this.conicTo$5(0, right, bottom, right, centerY, 0.707106781); + _this.conicTo$5(right, $top, centerX, $top, 0.707106781); + _this.conicTo$5(left, $top, left, centerY, 0.707106781); + _this.conicTo$5(left, bottom, centerX, bottom, 0.707106781); + _this.conicTo$5(right, bottom, right, centerY, 0.707106781); } _this.close$0(0); t1 = _this.pathRef; @@ -134945,7 +136890,7 @@ if (isOval) _this._firstDirection = direction; }, - addArc$3(_, oval, startAngle, sweepAngle) { + addArc$3(oval, startAngle, sweepAngle) { var startOver90, startOver90I, startIndex, t1; if (0 === sweepAngle) return; @@ -134984,7 +136929,7 @@ _this.close$0(0); _this._firstDirection = _this._convexityType = -1; }, - addRRect$1(_, rrect) { + addRRect$1(rrect) { var t6, width, height, tlRadiusX, trRadiusX, blRadiusX, brRadiusX, tlRadiusY, trRadiusY, blRadiusY, brRadiusY, scale, _this = this, isRRect = _this._hasOnlyMoveTos$0(), t1 = rrect.left, @@ -135010,25 +136955,25 @@ else { width = t3 - t1; height = t4 - t2; - tlRadiusX = Math.max(0, t5); - trRadiusX = Math.max(0, rrect.trRadiusX); - blRadiusX = Math.max(0, rrect.blRadiusX); - brRadiusX = Math.max(0, rrect.brRadiusX); - tlRadiusY = Math.max(0, rrect.tlRadiusY); - trRadiusY = Math.max(0, rrect.trRadiusY); - blRadiusY = Math.max(0, rrect.blRadiusY); - brRadiusY = Math.max(0, rrect.brRadiusY); + tlRadiusX = Math.max(0, A.checkNum(t5)); + trRadiusX = Math.max(0, A.checkNum(rrect.trRadiusX)); + blRadiusX = Math.max(0, A.checkNum(rrect.blRadiusX)); + brRadiusX = Math.max(0, A.checkNum(rrect.brRadiusX)); + tlRadiusY = Math.max(0, A.checkNum(rrect.tlRadiusY)); + trRadiusY = Math.max(0, A.checkNum(rrect.trRadiusY)); + blRadiusY = Math.max(0, A.checkNum(rrect.blRadiusY)); + brRadiusY = Math.max(0, A.checkNum(rrect.brRadiusY)); scale = A._computeMinScale(blRadiusY, brRadiusY, height, A._computeMinScale(tlRadiusY, trRadiusY, height, A._computeMinScale(blRadiusX, brRadiusX, width, A._computeMinScale(tlRadiusX, trRadiusX, width, 1)))); t5 = t4 - scale * blRadiusY; _this.moveTo$2(0, t1, t5); _this.lineTo$2(0, t1, t2 + scale * tlRadiusY); - _this.conicTo$5(0, t1, t2, t1 + scale * tlRadiusX, t2, 0.707106781); + _this.conicTo$5(t1, t2, t1 + scale * tlRadiusX, t2, 0.707106781); _this.lineTo$2(0, t3 - scale * trRadiusX, t2); - _this.conicTo$5(0, t3, t2, t3, t2 + scale * trRadiusY, 0.707106781); + _this.conicTo$5(t3, t2, t3, t2 + scale * trRadiusY, 0.707106781); _this.lineTo$2(0, t3, t4 - scale * brRadiusY); - _this.conicTo$5(0, t3, t4, t3 - scale * brRadiusX, t4, 0.707106781); + _this.conicTo$5(t3, t4, t3 - scale * brRadiusX, t4, 0.707106781); _this.lineTo$2(0, t1 + scale * blRadiusX, t4); - _this.conicTo$5(0, t1, t4, t1, t5, 0.707106781); + _this.conicTo$5(t1, t4, t1, t5, 0.707106781); _this.close$0(0); _this._firstDirection = isRRect ? 0 : -1; t1 = _this.pathRef; @@ -135745,7 +137690,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.fSegmentMask, _this.fPoints, _this._conicWeights, _this._fVerbs, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.fSegmentMask, _this.fPoints, _this._conicWeights, _this._fVerbs, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, equals$1(ref) { var pointCount, len, t1, t2, i, weightCount, verbCount, _this = this; @@ -136361,7 +138306,9 @@ }; A.PersistedPicture.prototype = { createElement$0(_) { - return this.defaultCreateElement$1("flt-picture"); + var element = this.defaultCreateElement$1("flt-picture"); + A.callMethod(element, "setAttribute", ["aria-hidden", "true"]); + return element; }, preroll$1(prerollContext) { this.super$PersistedSurface$preroll(prerollContext); @@ -136381,8 +138328,7 @@ t1 = _this.localPaintBounds; paintWidth = t1.right - t1.left; paintHeight = t1.bottom - t1.top; - t1 = paintWidth === 0 || paintHeight === 0; - newDensity = t1 ? 1 : A._computePixelDensity(_this.transform, paintWidth, paintHeight); + newDensity = paintWidth === 0 || paintHeight === 0 ? 1 : A._computePixelDensity(_this.transform, paintWidth, paintHeight); if (newDensity !== _this._density) { _this._density = newDensity; _this._requiresRepaint = true; @@ -136490,7 +138436,7 @@ A._recycleCanvas(_this.__engine$_canvas); t1 = _this.rootElement; t1.toString; - domCanvas = _this.__engine$_canvas = new A.DomCanvas(t1, A._setArrayType([], type$.JSArray__SaveElementStackEntry), A._setArrayType([], type$.JSArray_Element), A.Matrix4$identity()); + domCanvas = _this.__engine$_canvas = new A.DomCanvas(t1, A._setArrayType([], type$.JSArray__SaveElementStackEntry), A._setArrayType([], type$.JSArray_JavaScriptObject), A.Matrix4$identity()); t1 = _this.rootElement; t1.toString; A.removeAllChildren(t1); @@ -136570,13 +138516,14 @@ } }, _findOrCreateCanvas$1(bounds) { - var boundsWidth, boundsHeight, requestedPixelCount, t3, bestRecycledCanvas, lastPixelCount, i, candidate, ratio, t4, t5, candidatePixelCount, t6, fits, isSmaller, canvas, _this = this, + var boundsWidth, boundsHeight, requestedPixelCount, t3, bestRecycledCanvas, lastPixelCount, i, candidate, t4, t5, candidatePixelCount, t6, t7, fits, isSmaller, canvas, _this = this, t1 = bounds.right - bounds.left, t2 = bounds.bottom - bounds.top; for (boundsWidth = t1 + 1, boundsHeight = t2 + 1, requestedPixelCount = t1 * t2, t3 = requestedPixelCount > 1, bestRecycledCanvas = null, lastPixelCount = 1 / 0, i = 0; i < $._recycledCanvases.length; ++i) { candidate = $._recycledCanvases[i]; - ratio = window.devicePixelRatio; - t4 = ratio == null || ratio === 0 ? 1 : ratio; + t4 = self.window.devicePixelRatio; + if (t4 == null || t4 === 0) + t4 = 1; if (candidate.__engine$_devicePixelRatio !== t4) continue; t4 = candidate._bounds; @@ -136584,10 +138531,10 @@ t4 = t4.bottom - t4.top; candidatePixelCount = t5 * t4; t6 = _this._density; - ratio = window.devicePixelRatio; - if (candidate.widthInBitmapPixels >= B.JSNumber_methods.ceil$0(boundsWidth * (ratio == null || ratio === 0 ? 1 : ratio)) + 2) { - ratio = window.devicePixelRatio; - fits = candidate.heightInBitmapPixels >= B.JSNumber_methods.ceil$0(boundsHeight * (ratio == null || ratio === 0 ? 1 : ratio)) + 2 && candidate._density === t6; + t7 = self.window.devicePixelRatio; + if (candidate.widthInBitmapPixels >= B.JSNumber_methods.ceil$0(boundsWidth * (t7 == null || t7 === 0 ? 1 : t7)) + 2) { + t7 = self.window.devicePixelRatio; + fits = candidate.heightInBitmapPixels >= B.JSNumber_methods.ceil$0(boundsHeight * (t7 == null || t7 === 0 ? 1 : t7)) + 2 && candidate._density === t6; } else fits = false; isSmaller = candidatePixelCount < lastPixelCount; @@ -136612,18 +138559,16 @@ return canvas; }, _applyTranslate$0() { - var t1 = this.rootElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(" + A.S(this.dx) + "px, " + A.S(this.dy) + "px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(this.rootElement.style, "transform", "translate(" + A.S(this.dx) + "px, " + A.S(this.dy) + "px)"); }, apply$0() { this._applyTranslate$0(); this._applyPaint$1(null); }, - build$0(_) { + build$0() { this._computeOptimalCullRect$1(null); this._requiresRepaint = true; - this.super$PersistedSurface$build(0); + this.super$PersistedSurface$build(); }, update$1(_, oldSurface) { var t1, densityChanged, _this = this; @@ -136668,7 +138613,7 @@ t2 = t1.rootElement; t2.toString; A.removeAllChildren(t2); - t1.rootElement.appendChild(bitmapCanvas.rootElement); + t1.rootElement.append(bitmapCanvas.rootElement); bitmapCanvas.clear$0(0); t2 = t1.picture.recordingCanvas; t2.toString; @@ -136686,11 +138631,10 @@ apply$0() { var _this = this, t1 = _this.rootElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(" + A.S(_this.dx) + "px, " + A.S(_this.dy) + "px)", ""); - t1.width = A.S(_this.width) + "px"; - t1.height = A.S(_this.height) + "px"; - t1.position = "absolute"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", "translate(" + A.S(_this.dx) + "px, " + A.S(_this.dy) + "px)"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(_this.width) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(_this.height) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); }, canUpdateAsMatch$1(oldSurface) { if (this.super$PersistedSurface$canUpdateAsMatch(oldSurface)) @@ -136736,7 +138680,7 @@ throw exception; } }, - drawRect$2(_, rect, paint) { + drawRect$2(rect, paint) { var paintSpread, command, _this = this, t1 = paint._paintData; if (t1.shader != null) @@ -136744,7 +138688,7 @@ _this._didDraw = true; paintSpread = A._getPaintSpread(paint); paint._frozen = true; - command = new A.PaintDrawRect(rect, t1, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawRect(rect, t1); t1 = _this._paintBounds; if (paintSpread !== 0) t1.grow$2(rect.inflate$1(paintSpread), command); @@ -136752,7 +138696,7 @@ t1.grow$2(rect, command); _this._commands.push(command); }, - drawRRect$2(_, rrect, paint) { + drawRRect$2(rrect, paint) { var paintSpread, t2, t3, t4, t5, t6, t7, command, _this = this, t1 = paint._paintData; if (t1.shader != null || !rrect.webOnlyUniformRadii) @@ -136768,11 +138712,11 @@ t3 = Math.max(A.checkNum(t2), A.checkNum(t3)); t6 = Math.max(A.checkNum(t5), A.checkNum(t6)); paint._frozen = true; - command = new A.PaintDrawRRect(rrect, t1, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawRRect(rrect, t1); _this._paintBounds.growLTRB$5(t4 - paintSpread, t7 - paintSpread, t3 + paintSpread, t6 + paintSpread, command); _this._commands.push(command); }, - drawDRRect$3(_, outer, inner, paint) { + drawDRRect$3(outer, inner, paint) { var scaledOuter, scaledInner, outerTl, outerTr, outerBl, outerBr, innerTl, innerTr, innerBl, innerBr, paintSpread, command, t5, left, right, _this = this, innerRect = new A.Rect(inner.left, inner.top, inner.right, inner.bottom), t1 = outer.left, @@ -136797,11 +138741,11 @@ _this._didDraw = _this.renderStrategy.hasArbitraryPaint = true; paintSpread = A._getPaintSpread(paint); paint._frozen = true; - command = new A.PaintDrawDRRect(outer, inner, paint._paintData, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawDRRect(outer, inner, paint._paintData); t5 = A.Path_Path(); t5.set$fillType(B.PathFillType_1); - t5.addRRect$1(0, outer); - t5.addRRect$1(0, inner); + t5.addRRect$1(outer); + t5.addRRect$1(inner); t5.close$0(0); command.path = t5; left = Math.min(A.checkNum(t1), A.checkNum(t3)); @@ -136809,19 +138753,19 @@ _this._paintBounds.growLTRB$5(left - paintSpread, Math.min(A.checkNum(t2), A.checkNum(t4)) - paintSpread, right + paintSpread, Math.max(A.checkNum(t2), A.checkNum(t4)) + paintSpread, command); _this._commands.push(command); }, - drawPath$2(_, path, paint) { + drawPath$2(path, paint) { var rect, t1, rrect, pathBounds, paintSpread, t2, t3, clone, command, _this = this; if (paint._paintData.shader == null) { type$.SurfacePath._as(path); rect = path.pathRef.getRect$0(); if (rect != null) { - _this.drawRect$2(0, rect, paint); + _this.drawRect$2(rect, paint); return; } t1 = path.pathRef; rrect = t1.fIsRRect ? t1._getRRect$0() : null; if (rrect != null) { - _this.drawRRect$2(0, rrect, paint); + _this.drawRRect$2(rrect, paint); return; } } @@ -136857,14 +138801,14 @@ clone = new A.SurfacePath(t2, B.PathFillType_0); clone._copyFields$1(path); paint._frozen = true; - command = new A.PaintDrawPath(clone, paint._paintData, -1 / 0, -1 / 0, 1 / 0, 1 / 0); + command = new A.PaintDrawPath(clone, paint._paintData); _this._paintBounds.grow$2(pathBounds, command); clone._fillType = path._fillType; _this._commands.push(command); } }, - drawParagraph$2(_, paragraph, offset) { - var t1, left, $top, command, _this = this; + drawParagraph$2(paragraph, offset) { + var t1, command, paragraphBounds, t2, _this = this; type$.CanvasParagraph._as(paragraph); if (!paragraph.isLaidOut) return; @@ -136872,10 +138816,11 @@ t1 = _this.renderStrategy; t1.hasArbitraryPaint = true; t1.hasParagraphs = true; - left = offset._dx; - $top = offset._dy; - command = new A.PaintDrawParagraph(paragraph, offset, -1 / 0, -1 / 0, 1 / 0, 1 / 0); - _this._paintBounds.growLTRB$5(left, $top, left + paragraph.get$_layoutService().width, $top + paragraph.get$_layoutService().height, command); + command = new A.PaintDrawParagraph(paragraph, offset); + paragraphBounds = paragraph.get$_layoutService()._paintBounds; + t1 = offset._dx; + t2 = offset._dy; + _this._paintBounds.growLTRB$5(t1 + paragraphBounds.left, t2 + paragraphBounds.top, t1 + paragraphBounds.right, t2 + paragraphBounds.bottom, command); _this._commands.push(command); } }; @@ -136944,7 +138889,7 @@ }; A.PaintClipRect.prototype = { apply$1(canvas) { - canvas.clipRect$2(0, this.rect, this.clipOp); + canvas.clipRect$2(this.rect, this.clipOp); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -136953,7 +138898,7 @@ }; A.PaintClipRRect.prototype = { apply$1(canvas) { - canvas.clipRRect$1(0, this.rrect); + canvas.clipRRect$1(this.rrect); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -136971,7 +138916,16 @@ }; A.PaintDrawLine.prototype = { apply$1(canvas) { - canvas.drawLine$3(0, this.p1, this.p2, this.paint); + canvas.drawLine$3(this.p1, this.p2, this.paint); + }, + toString$0(_) { + var t1 = this.super$Object$toString(0); + return t1; + } + }; + A.PaintDrawPaint.prototype = { + apply$1(canvas) { + canvas.drawPaint$1(this.paint); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -136980,7 +138934,7 @@ }; A.PaintDrawRect.prototype = { apply$1(canvas) { - canvas.drawRect$2(0, this.rect, this.paint); + canvas.drawRect$2(this.rect, this.paint); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -136989,7 +138943,7 @@ }; A.PaintDrawRRect.prototype = { apply$1(canvas) { - canvas.drawRRect$2(0, this.rrect, this.paint); + canvas.drawRRect$2(this.rrect, this.paint); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -137001,7 +138955,7 @@ var t1 = this.paint; if (t1.style == null) t1.style = B.PaintingStyle_0; - canvas.drawPath$2(0, this.path, t1); + canvas.drawPath$2(this.path, t1); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -137010,7 +138964,7 @@ }; A.PaintDrawCircle.prototype = { apply$1(canvas) { - canvas.drawCircle$3(0, this.c, this.radius, this.paint); + canvas.drawCircle$3(this.c, this.radius, this.paint); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -137019,7 +138973,7 @@ }; A.PaintDrawPath.prototype = { apply$1(canvas) { - canvas.drawPath$2(0, this.path, this.paint); + canvas.drawPath$2(this.path, this.paint); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -137028,7 +138982,8 @@ }; A.PaintDrawShadow.prototype = { apply$1(canvas) { - canvas.drawShadow$4(0, this.path, this.color, this.elevation, true); + var _this = this; + canvas.drawShadow$4(_this.path, _this.color, _this.elevation, _this.transparentOccluder); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -137047,7 +139002,7 @@ }; A.PaintDrawParagraph.prototype = { apply$1(canvas) { - canvas.drawParagraph$2(0, this.paragraph, this.offset); + canvas.drawParagraph$2(this.paragraph, this.offset); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -137055,7 +139010,7 @@ } }; A._PaintBounds.prototype = { - clipRect$2(_, rect, command) { + clipRect$2(rect, command) { var t1, t4, t3, t2, _this = this, left = rect.left, $top = rect.top, @@ -137304,15 +139259,15 @@ } }; A.SurfaceScene.prototype = { - dispose$0(_) { + dispose$0() { } }; A.PersistedScene.prototype = { recomputeTransformAndClip$0() { var t2, - t1 = window.innerWidth; + t1 = self.window.innerWidth; t1.toString; - t2 = window.innerHeight; + t2 = self.window.innerHeight; t2.toString; this.localClipBounds = new A.Rect(0, 0, t1, t2); this.projectedClip = null; @@ -137411,21 +139366,6 @@ $.frameReferences.push(t2); return this._pushSurface$1(new A.PersistedBackdropFilter(filter, t1, t2, B.PersistedSurfaceState_0)); }, - pushPhysicalShape$6$clipBehavior$color$elevation$oldLayer$path$shadowColor(clipBehavior, color, elevation, oldLayer, path, shadowColor) { - var t1, t2, t3, t4, t5; - type$.nullable_PersistedPhysicalShape._as(oldLayer); - type$.SurfacePath._as(path); - t1 = color.get$value(color); - t2 = shadowColor == null ? null : shadowColor.get$value(shadowColor); - if (t2 == null) - t2 = 4278190080; - t3 = path.getBounds$0(0); - t4 = A._setArrayType([], type$.JSArray_PersistedSurface); - t5 = oldLayer != null && oldLayer.__engine$_state === B.PersistedSurfaceState_1 ? oldLayer : null; - t5 = new A.FrameReference(t5, type$.FrameReference_PersistedSurface); - $.frameReferences.push(t5); - return this._pushSurface$1(new A.PersistedPhysicalShape(path, t3, elevation, new A.Color(t1), new A.Color(t2), clipBehavior, null, t4, t5, B.PersistedSurfaceState_0)); - }, addRetained$1(retainedLayer) { var t1; type$.PersistedContainerSurface._as(retainedLayer); @@ -137437,7 +139377,7 @@ t1.__engine$_children.push(retainedLayer); retainedLayer.parent = t1; }, - pop$0(_) { + pop$0() { this._surfaceStack.pop(); }, addPerformanceOverlay$2(enabledOptions, bounds) { @@ -137452,7 +139392,7 @@ t1 = picture.recordingCanvas._pictureBounds; t2 = new A.FrameReference(null, type$.FrameReference_PersistedSurface); $.frameReferences.push(t2); - t2 = new A.PersistedPicture(offset._dx, offset._dy, picture, t1, new A.CrossFrameCache(type$.CrossFrameCache_HtmlElement), t2, B.PersistedSurfaceState_0); + t2 = new A.PersistedPicture(offset._dx, offset._dy, picture, t1, new A.CrossFrameCache(type$.CrossFrameCache_JavaScriptObject), t2, B.PersistedSurfaceState_0); t1 = B.JSArray_methods.get$last(this._surfaceStack); t1.__engine$_children.push(t2); t2.parent = t1; @@ -137472,7 +139412,7 @@ }, setCheckerboardOffscreenLayers$1(checkerboard) { }, - build$0(_) { + build$0() { A.frameTimingsOnBuildFinish(); A.frameTimingsOnRasterStart(); A.timeAction("preroll_frame", new A.SurfaceSceneBuilder_build_closure(this)); @@ -137493,7 +139433,7 @@ t1 = type$.PersistedScene, t2 = this.$this._surfaceStack; if ($.SurfaceSceneBuilder__lastFrameScene == null) - t1._as(B.JSArray_methods.get$first(t2)).build$0(0); + t1._as(B.JSArray_methods.get$first(t2)).build$0(); else { t3 = t1._as(B.JSArray_methods.get$first(t2)); t4 = $.SurfaceSceneBuilder__lastFrameScene; @@ -137504,7 +139444,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: 2615 + $signature: 3017 }; A.NormalizedGradient.prototype = { setupUniforms$2(gl, glProgram) { @@ -137548,12 +139488,13 @@ call$1(c) { return (c.get$value(c) >>> 24 & 255) < 1; }, - $signature: 2918 + $signature: 3089 }; + A.SharedCanvas.prototype = {}; A.EngineGradient.prototype = {}; A.GradientLinear.prototype = { createPaintStyle$3(ctx, shaderBounds, density) { - var matrix4, offsetX, offsetY, t2, t3, t4, t5, centerX, centerY, gradient, _this = this, + var matrix4, offsetX, offsetY, t2, t3, t4, t5, centerX, centerY, gradient, imageBitmap, _this = this, t1 = _this.tileMode; if (t1 === B.TileMode_0 || t1 === B.TileMode_3) { matrix4 = _this.matrix4; @@ -137580,18 +139521,19 @@ A._addColorStopsToCanvasGradient(gradient, _this.colors, _this.colorStops, t1 === B.TileMode_3); return gradient; } else { - t1 = ctx.createPattern(_this.createImageBitmap$3(shaderBounds, density, false), "no-repeat"); + imageBitmap = _this.createImageBitmap$3(shaderBounds, density, false); + ctx.toString; + t1 = A.callMethod(ctx, "createPattern", [imageBitmap, "no-repeat"]); t1.toString; return t1; } }, createImageBitmap$3(shaderBounds, density, createDataUrl) { - var widthInPixels, t3, t4, heightInPixels, t5, t6, t7, t8, gl, normalizedGradient, builder, method, t9, t10, fragColor, shader, cacheKey, cachedProgram, vertexShader, fragmentShader, program, fromX, fromY, toX, toY, dx, dy, $length, sinVal, cosVal, isRepeated, originX, originY, originTranslation, rotationZ, storage, gradientTransform, canvas, dataUrl, image, _this = this, + var widthInPixels, t3, t4, heightInPixels, t5, t6, t7, gl, normalizedGradient, t8, builder, method, t9, t10, fragColor, shader, cacheKey, cachedProgram, vertexShader, fragmentShader, program, fromX, fromY, toX, toY, dx, dy, $length, sinVal, cosVal, isRepeated, originX, originY, originTranslation, rotationZ, storage, gradientTransform, result, _this = this, _s18_ = "premultipliedAlpha", _s12_ = "u_resolution", _s10_ = "m_gradient", _s12_0 = "attachShader", - _s10_0 = "bindBuffer", t1 = shaderBounds.right, t2 = shaderBounds.left; t1 -= t2; @@ -137602,42 +139544,72 @@ heightInPixels = B.JSNumber_methods.ceil$0(t3); if ($.glRenderer == null) $.glRenderer = new A._WebGlRenderer(); - t5 = $.OffScreenCanvas__supported; - if (t5 == null ? $.OffScreenCanvas__supported = "OffscreenCanvas" in window : t5) { - t5 = new OffscreenCanvas(widthInPixels, heightInPixels); - t6 = null; - } else { - t5 = A.CanvasElement_CanvasElement(heightInPixels, widthInPixels); - t5.className = "gl-canvas"; - t6 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - t7 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - t8 = t5.style; - t8.position = "absolute"; - t8.width = A.S(widthInPixels / t6) + "px"; - t8.height = A.S(heightInPixels / t7) + "px"; - t6 = t5; - t5 = null; + t5 = $.$get$_sharedCanvas(); + t5._checkedOut = true; + t6 = t5.__engine$_canvas; + if (t6 == null) { + t6 = new A.OffScreenCanvas(widthInPixels, heightInPixels); + t7 = $.OffScreenCanvas__supported; + if (t7 == null ? $.OffScreenCanvas__supported = "OffscreenCanvas" in self.window : t7) { + t7 = self.window.OffscreenCanvas; + t7.toString; + t6.offScreenCanvas = new t7(widthInPixels, heightInPixels); + } else { + t7 = A.createDomCanvasElement(heightInPixels, widthInPixels); + t6.canvasElement = t7; + t7.toString; + t7.className = "gl-canvas"; + t6._updateCanvasCssSize$1(t7); + } + t5.__engine$_canvas = t6; + } else if (widthInPixels !== t6.width && heightInPixels !== t6.height) { + t6.width = widthInPixels; + t6.height = heightInPixels; + t7 = t6.offScreenCanvas; + if (t7 != null) { + t7.width = widthInPixels; + t6 = t6.offScreenCanvas; + t6.toString; + t6.height = heightInPixels; + } else { + t7 = t6.canvasElement; + if (t7 != null) { + t7.width = widthInPixels; + t7 = t6.canvasElement; + t7.toString; + t7.height = heightInPixels; + t7 = t6.canvasElement; + t7.toString; + t6._updateCanvasCssSize$1(t7); + } + } } - t7 = $.OffScreenCanvas__supported; - if (t7 == null ? $.OffScreenCanvas__supported = "OffscreenCanvas" in window : t7) { + t5 = t5.__engine$_canvas; + t5.toString; + t6 = $.OffScreenCanvas__supported; + if (t6 == null ? $.OffScreenCanvas__supported = "OffscreenCanvas" in self.window : t6) { + t5 = t5.offScreenCanvas; t5.toString; t6 = type$.String; - t7 = B.OffscreenCanvas_methods.getContext$2(t5, "webgl2", A.LinkedHashMap_LinkedHashMap$_literal([_s18_, false], t6, type$.dynamic)); + t7 = ["webgl2"]; + t7.push(A.jsify(A.LinkedHashMap_LinkedHashMap$_literal([_s18_, false], t6, type$.dynamic))); + t7 = A.callMethod(t5, "getContext", t7); t7.toString; gl = new A.GlContext(t7); $.GlContext____programCache.__late_helper$_value = A.LinkedHashMap_LinkedHashMap$_empty(t6, type$.nullable_GlProgram); gl.__engine$_canvas = t5; t5 = $.GlContext____programCache; } else { - t6.toString; - t5 = $._cachedWebGLVersion; - t5 = (t5 == null ? $._cachedWebGLVersion = A._detectWebGLVersion() : t5) === 1 ? "webgl" : "webgl2"; - t7 = type$.String; - t5 = B.CanvasElement_methods.getContext$2(t6, t5, A.LinkedHashMap_LinkedHashMap$_literal([_s18_, false], t7, type$.dynamic)); + t5 = t5.canvasElement; t5.toString; - gl = new A.GlContext(t5); + t6 = $._cachedWebGLVersion; + t6 = (t6 == null ? $._cachedWebGLVersion = A._detectWebGLVersion() : t6) === 1 ? "webgl" : "webgl2"; + t7 = type$.String; + t6 = A.DomCanvasElementExtension_getContext(t5, t6, A.LinkedHashMap_LinkedHashMap$_literal([_s18_, false], t7, type$.dynamic)); + t6.toString; + gl = new A.GlContext(t6); $.GlContext____programCache.__late_helper$_value = A.LinkedHashMap_LinkedHashMap$_empty(t7, type$.nullable_GlProgram); - gl.__engine$_canvas = t6; + gl.__engine$_canvas = t5; t5 = $.GlContext____programCache; } gl._widthInPixels = widthInPixels; @@ -137661,7 +139633,7 @@ t8.push(method); method.addStatement$1("gl_Position = ((u_ctransform * position) * u_scale) + u_shift;"); method.addStatement$1("v_color = color.zyxw;"); - t6 = $.VertexShaders__baseVertexShader = builder.build$0(0); + t6 = $.VertexShaders__baseVertexShader = builder.build$0(); } t7 = _this.tileMode; t8 = $._cachedWebGLVersion; @@ -137683,7 +139655,7 @@ method.addStatement$1("vec4 localCoord = m_gradient * vec4(gl_FragCoord.x, u_resolution.y - gl_FragCoord.y, 0, 1);"); method.addStatement$1("float st = localCoord.x;"); method.addStatement$1(fragColor.name + " = " + A._writeSharedGradientShader(builder, method, normalizedGradient, t7) + " * scale + bias;"); - shader = builder.build$0(0); + shader = builder.build$0(); cacheKey = t6 + "||" + shader; cachedProgram = J.$index$asx(t5._readField$0(), cacheKey); if (cachedProgram == null) { @@ -137730,12 +139702,12 @@ gradientTransform.translate$2(0, 0.5, 0); if ($length > 11920929e-14) gradientTransform.scale$1(0, 1 / $length); - t2 = _this.matrix4; - if (t2 != null) { - t2 = t2.matrix; + t1 = _this.matrix4; + if (t1 != null) { + t1 = t1.matrix; gradientTransform.scale$2(0, 1, -1); gradientTransform.translate$2(0, -shaderBounds.get$center()._dx, -shaderBounds.get$center()._dy); - gradientTransform.multiply$1(0, new A.Matrix40(t2)); + gradientTransform.multiply$1(0, new A.Matrix40(t1)); gradientTransform.translate$2(0, shaderBounds.get$center()._dx, shaderBounds.get$center()._dy); gradientTransform.scale$2(0, 1, -1); } @@ -137744,29 +139716,52 @@ normalizedGradient.setupUniforms$2(gl, cachedProgram); A.callMethod(t5, "uniformMatrix4fv", [gl.getUniformLocation$2(0, t6, _s10_), false, gradientTransform.__engine$_m4storage]); A.callMethod(t5, "uniform2f", [gl.getUniformLocation$2(0, t6, _s12_), widthInPixels, heightInPixels]); - t2 = $.glRenderer; - t1 = 0 + t1; - t3 = 0 + t3; - if (createDataUrl) { - t2.drawRectToGl$6(new A.Rect(0, 0, t1, t3), gl, cachedProgram, normalizedGradient, widthInPixels, heightInPixels); - t1 = gl._widthInPixels; - canvas = A.CanvasElement_CanvasElement(gl._heightInPixels, t1); - gl.drawImage$3(0, canvas.getContext("2d"), 0, 0); - dataUrl = canvas.toDataURL("image/png", null); + result = new A.GradientLinear_createImageBitmap_closure(createDataUrl, shaderBounds, gl, cachedProgram, normalizedGradient, widthInPixels, heightInPixels).call$0(); + $.$get$_sharedCanvas()._checkedOut = false; + return result; + } + }; + A.GradientLinear_createImageBitmap_closure.prototype = { + call$0() { + var t11, canvas, image, _this = this, + _s10_ = "bindBuffer", + t1 = $.glRenderer, + t2 = _this.shaderBounds, + t3 = _this.gl, + t4 = _this.glProgram, + t5 = _this.normalizedGradient, + t6 = _this.widthInPixels, + t7 = _this.heightInPixels, + t8 = t2.right, + t9 = t2.left, + t10 = t2.bottom; + t2 = t2.top; + t11 = t3.glContext; + if (_this.createDataUrl) { + t1.toString; + t1.drawRectToGl$6(new A.Rect(0, 0, 0 + (t8 - t9), 0 + (t10 - t2)), t3, t4, t5, t6, t7); + t1 = t3._widthInPixels; + canvas = A.createDomCanvasElement(t3._heightInPixels, t1); + t1 = A.DomCanvasElementExtension_getContext(canvas, "2d", null); + t1.toString; + t3.drawImage$3(0, type$.JavaScriptObject._as(t1), 0, 0); + t1 = canvas.toDataURL("image/png"); canvas.width = 0; canvas.height = 0; - A.callMethod(t5, _s10_0, [gl.get$kArrayBuffer(), null]); - A.callMethod(t5, _s10_0, [gl.get$kElementArrayBuffer(), null]); - return dataUrl; + A.callMethod(t11, _s10_, [t3.get$kArrayBuffer(), null]); + A.callMethod(t11, _s10_, [t3.get$kElementArrayBuffer(), null]); + return t1; } else { - t2.drawRectToGl$6(new A.Rect(0, 0, t1, t3), gl, cachedProgram, normalizedGradient, widthInPixels, heightInPixels); - image = gl.readPatternData$1(normalizedGradient.isOpaque); - A.callMethod(t5, _s10_0, [gl.get$kArrayBuffer(), null]); - A.callMethod(t5, _s10_0, [gl.get$kElementArrayBuffer(), null]); + t1.toString; + t1.drawRectToGl$6(new A.Rect(0, 0, 0 + (t8 - t9), 0 + (t10 - t2)), t3, t4, t5, t6, t7); + image = t3.readPatternData$1(t5.isOpaque); + A.callMethod(t11, _s10_, [t3.get$kArrayBuffer(), null]); + A.callMethod(t11, _s10_, [t3.get$kElementArrayBuffer(), null]); image.toString; return image; } - } + }, + $signature: 3454 }; A.EngineImageFilter.prototype = {}; A._MatrixEngineImageFilter.prototype = { @@ -137778,7 +139773,7 @@ return other instanceof A._MatrixEngineImageFilter && other.filterQuality == this.filterQuality && A.listEquals(other.webMatrix, this.webMatrix); }, get$hashCode(_) { - return A.hashValues(A.hashList(this.webMatrix), this.filterQuality, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(A.Object_hashAll(this.webMatrix), this.filterQuality, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "ImageFilter.matrix(" + A.S(this.webMatrix) + ", " + A.S(this.filterQuality) + ")"; @@ -137826,7 +139821,7 @@ t1 = t3; t2._contents = t1 + ";\n"; }, - build$0(_) { + build$0() { var t2, t3, _i, t4, method, _this = this, t1 = _this.isWebGl2; if (t1) @@ -137859,16 +139854,9 @@ A.ShaderMethod.prototype = { addStatement$1(statement) { this._statements.push(statement); - }, - get$name(receiver) { - return this.name; - } - }; - A.ShaderDeclaration.prototype = { - get$name(receiver) { - return this.name; } }; + A.ShaderDeclaration.prototype = {}; A.commitScene_closure.prototype = { call$2(a, b) { var bSize, @@ -137878,7 +139866,7 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 2473 + $signature: 952 }; A.PersistedSurfaceState.prototype = { toString$0(_) { @@ -137895,15 +139883,13 @@ get$childContainer() { return this.rootElement; }, - build$0(_) { + build$0() { var t2, _this = this, t1 = _this.createElement$0(0); _this.rootElement = t1; t2 = $.$get$_browserEngine(); - if (t2 === B.BrowserEngine_1) { - t1 = t1.style; - t1.zIndex = "0"; - } + if (t2 === B.BrowserEngine_1) + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "z-index", "0"); _this.apply$0(); _this.__engine$_state = B.PersistedSurfaceState_1; }, @@ -137921,19 +139907,16 @@ $.retainedSurfaces.push(this); }, discard$0() { - var t1 = this.rootElement; - t1.toString; - J.remove$0$ax(t1); + this.rootElement.remove(); this.rootElement = null; this.__engine$_state = B.PersistedSurfaceState_4; }, - dispose$0(_) { + dispose$0() { }, defaultCreateElement$1(tagName) { - var t1 = A._ElementFactoryProvider_createElement_tag(tagName, null), - t2 = t1.style; - t2.position = "absolute"; - return t1; + var element = A.DomDocumentExtension_createElement(self.document, tagName); + A.DomCSSStyleDeclarationExtension_setProperty(element.style, "position", "absolute"); + return element; }, get$localTransformInverse() { return null; @@ -137966,9 +139949,9 @@ _this.transform = _this.parent.transform; _this.projectedClip = _this.localClipBounds = null; }, - build$0(_) { + build$0() { var t1, len, containerElement, i, child, t2; - this.super$PersistedSurface$build(0); + this.super$PersistedSurface$build(); t1 = this.__engine$_children; len = t1.length; containerElement = this.get$childContainer(); @@ -137981,11 +139964,11 @@ t2.toString; child.update$1(0, t2); } else - child.build$0(0); + child.build$0(); containerElement.toString; t2 = child.rootElement; t2.toString; - containerElement.appendChild(t2); + containerElement.append(t2); child.__engine$_index = i; } }, @@ -138024,12 +140007,12 @@ t2.toString; newChild.update$1(0, t2); } else - newChild.build$0(0); + newChild.build$0(); newChild.__engine$_index = i; containerElement.toString; t2 = newChild.rootElement; t2.toString; - containerElement.appendChild(t2); + containerElement.append(t2); } }, _updateManyToOne$1(oldSurface) { @@ -138037,14 +140020,12 @@ newChild = _this.__engine$_children[0]; newChild.__engine$_index = 0; if (newChild.__engine$_state === B.PersistedSurfaceState_2) { - t1 = newChild.rootElement.parentElement; - t2 = _this.get$childContainer(); - if (t1 == null ? t2 != null : t1 !== t2) { + if (!J.$eq$(newChild.rootElement.parentElement, _this.get$childContainer())) { t1 = _this.get$childContainer(); t1.toString; t2 = newChild.rootElement; t2.toString; - t1.appendChild(t2); + t1.append(t2); } newChild.retain$0(); A.PersistedContainerSurface__discardActiveChildren(oldSurface); @@ -138052,14 +140033,12 @@ } if (newChild instanceof A.PersistedContainerSurface && newChild._oldLayer.value != null) { oldLayer = newChild._oldLayer.value; - t1 = oldLayer.rootElement.parentElement; - t2 = _this.get$childContainer(); - if (t1 == null ? t2 != null : t1 !== t2) { + if (!J.$eq$(oldLayer.rootElement.parentElement, _this.get$childContainer())) { t1 = _this.get$childContainer(); t1.toString; t2 = oldLayer.rootElement; t2.toString; - t1.appendChild(t2); + t1.append(t2); } newChild.update$1(0, oldLayer); A.PersistedContainerSurface__discardActiveChildren(oldSurface); @@ -138077,22 +140056,20 @@ } if (bestMatch != null) { newChild.update$1(0, bestMatch); - t2 = newChild.rootElement.parentElement; - t3 = _this.get$childContainer(); - if (t2 == null ? t3 != null : t2 !== t3) { + if (!J.$eq$(newChild.rootElement.parentElement, _this.get$childContainer())) { t2 = _this.get$childContainer(); t2.toString; t3 = newChild.rootElement; t3.toString; - t2.appendChild(t3); + t2.append(t3); } } else { - newChild.build$0(0); + newChild.build$0(); t2 = _this.get$childContainer(); t2.toString; t3 = newChild.rootElement; t3.toString; - t2.appendChild(t3); + t2.append(t3); } for (i = 0; i < t1.length; ++i) { oldChild = t1[i]; @@ -138101,30 +140078,27 @@ } }, _updateManyToMany$1(oldSurface) { - var t1, t2, indexMapNew, indexMapOld, requiresDomInserts, topInNew, newChild, t3, isReparenting, matchedOldChild, oldLayer, indexInOld, backfill, _this = this, + var t1, t2, indexMapNew, indexMapOld, requiresDomInserts, topInNew, newChild, isReparenting, matchedOldChild, oldLayer, indexInOld, backfill, _this = this, containerElement = _this.get$childContainer(), matches = _this._matchChildren$1(oldSurface); for (t1 = _this.__engine$_children, t2 = type$.JSArray_int, indexMapNew = null, indexMapOld = null, requiresDomInserts = false, topInNew = 0; topInNew < t1.length; ++topInNew) { newChild = t1[topInNew]; if (newChild.__engine$_state === B.PersistedSurfaceState_2) { - t3 = newChild.rootElement.parentElement; - isReparenting = t3 == null ? containerElement != null : t3 !== containerElement; + isReparenting = !J.$eq$(newChild.rootElement.parentElement, containerElement); newChild.retain$0(); matchedOldChild = newChild; } else if (newChild instanceof A.PersistedContainerSurface && newChild._oldLayer.value != null) { oldLayer = newChild._oldLayer.value; - t3 = oldLayer.rootElement.parentElement; - isReparenting = t3 == null ? containerElement != null : t3 !== containerElement; + isReparenting = !J.$eq$(oldLayer.rootElement.parentElement, containerElement); newChild.update$1(0, oldLayer); matchedOldChild = oldLayer; } else { matchedOldChild = matches.$index(0, newChild); if (matchedOldChild != null) { - t3 = matchedOldChild.rootElement.parentElement; - isReparenting = t3 == null ? containerElement != null : t3 !== containerElement; + isReparenting = !J.$eq$(matchedOldChild.rootElement.parentElement, containerElement); newChild.update$1(0, matchedOldChild); } else { - newChild.build$0(0); + newChild.build$0(); isReparenting = true; } } @@ -138151,22 +140125,21 @@ A.PersistedContainerSurface__discardActiveChildren(oldSurface); }, _insertChildDomNodes$2(indexMapNew, indexMapOld) { - var t1, i, containerElement, t2, refNode, isStationary, t3, + var t1, i, containerElement, refNode, isStationary, t2, stationaryIndices = A.longestIncreasingSubsequence(indexMapOld); for (t1 = stationaryIndices.length, i = 0; i < t1; ++i) stationaryIndices[i] = indexMapNew[stationaryIndices[i]]; containerElement = this.get$childContainer(); - for (t1 = this.__engine$_children, i = t1.length - 1, t2 = type$.HtmlElement, refNode = null; i >= 0; --i, refNode = t3) { + for (t1 = this.__engine$_children, i = t1.length - 1, refNode = null; i >= 0; --i, refNode = t2) { indexMapNew.toString; isStationary = B.JSArray_methods.indexOf$1(indexMapNew, i) !== -1 && B.JSArray_methods.contains$1(stationaryIndices, i); - t3 = t1[i].rootElement; - t3.toString; - t2._as(t3); + t2 = t1[i].rootElement; + t2.toString; if (!isStationary) if (refNode == null) - containerElement.appendChild(t3); + containerElement.append(t2); else - containerElement.insertBefore(t3, refNode); + containerElement.insertBefore(t2, refNode); } }, _matchChildren$1(oldSurface) { @@ -138241,7 +140214,7 @@ call$2(m1, m2) { return B.JSNumber_methods.compareTo$1(m1.matchQuality, m2.matchQuality); }, - $signature: 1840 + $signature: 977 }; A._PersistedSurfaceMatch.prototype = { toString$0(_) { @@ -138267,16 +140240,13 @@ return t1 == null ? this._localTransformInverse = A.Matrix4_tryInvert0(this.get$matrix4()) : t1; }, createElement$0(_) { - var element = document.createElement("flt-transform"); + var element = A.DomDocumentExtension_createElement(self.document, "flt-transform"); A.setElementStyle(element, "position", "absolute"); A.setElementStyle(element, "transform-origin", "0 0 0"); return element; }, apply$0() { - var t1 = this.rootElement.style, - t2 = A.float64ListToCssTransform(this._matrixStorage); - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); + A.DomCSSStyleDeclarationExtension_setProperty(this.rootElement.style, "transform", A.float64ListToCssTransform(this._matrixStorage)); }, update$1(_, oldSurface) { var t1, t2, i, matrixChanged, _this = this; @@ -138301,12 +140271,9 @@ } ++i; } - if (matrixChanged) { - t1 = _this.rootElement.style; - t2 = A.float64ListToCssTransform(t2); - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); - } else { + if (matrixChanged) + A.DomCSSStyleDeclarationExtension_setProperty(_this.rootElement.style, "transform", A.float64ListToCssTransform(t2)); + else { _this._matrix4 = oldSurface._matrix4; _this._localTransformInverse = oldSurface._localTransformInverse; } @@ -138314,10 +140281,10 @@ $isTransformEngineLayer0: 1 }; A.HtmlCodec.prototype = { - get$frameCount(_) { + get$frameCount() { return 1; }, - get$repetitionCount(_) { + get$repetitionCount() { return 0; }, getNextFrame$0() { @@ -138337,7 +140304,7 @@ if (t2 != null) t2.call$2(0, 100); if ($.$get$_supportsDecode()) { - imgElement = A.ImageElement_ImageElement(); + imgElement = A.DomDocumentExtension_createElement(self.document, "img"); imgElement.src = $async$self.src; imgElement.decoding = "async"; A.promiseToFuture(imgElement.decode(), type$.dynamic).then$1$1(0, new A.HtmlCodec_getNextFrame_closure($async$self, imgElement, completer), type$.Null).catchError$1(new A.HtmlCodec_getNextFrame_closure0($async$self, completer)); @@ -138355,16 +140322,18 @@ return A._asyncStartSync($async$getNextFrame$0, $async$completer); }, _decodeUsingOnLoad$1(completer) { - var errorSubscription, imgElement, t2, t1 = {}; - t1.loadSubscription = null; - errorSubscription = A._Cell$named("errorSubscription"); - imgElement = A.ImageElement_ImageElement(); - t2 = type$._ElementEventStreamImpl_legacy_Event._precomputed1; - errorSubscription.__late_helper$_value = A._EventStreamSubscription$(imgElement, "error", new A.HtmlCodec__decodeUsingOnLoad_closure(t1, errorSubscription, completer), false, t2); - t1.loadSubscription = A._EventStreamSubscription$(imgElement, "load", new A.HtmlCodec__decodeUsingOnLoad_closure0(t1, this, errorSubscription, imgElement, completer), false, t2); + var loadListener, t1 = {}, + imgElement = A.DomDocumentExtension_createElement(self.document, "img"), + errorListener = A._Cell$named("errorListener"); + t1.loadListener = null; + errorListener.__late_helper$_value = A.allowInterop(new A.HtmlCodec__decodeUsingOnLoad_closure(t1, imgElement, errorListener, completer)); + A.DomEventTargetExtension_addEventListener(imgElement, "error", errorListener._readLocal$0(), null); + loadListener = A.allowInterop(new A.HtmlCodec__decodeUsingOnLoad_closure0(t1, this, imgElement, errorListener, completer)); + t1.loadListener = loadListener; + A.DomEventTargetExtension_addEventListener(imgElement, "load", loadListener, null); imgElement.src = this.src; }, - dispose$0(_) { + dispose$0() { }, $isCodec: 1 }; @@ -138404,30 +140373,33 @@ }; A.HtmlCodec__decodeUsingOnLoad_closure.prototype = { call$1($event) { - var t1 = this._box_0.loadSubscription; + var _this = this, + t1 = _this._box_0.loadListener; if (t1 != null) - t1.cancel$0(0); - J.cancel$0$z(this.errorSubscription._readLocal$0()); - this.completer.completeError$1($event); + A.DomEventTargetExtension_removeEventListener(_this.imgElement, "load", t1, null); + A.DomEventTargetExtension_removeEventListener(_this.imgElement, "error", _this.errorListener._readLocal$0(), null); + _this.completer.completeError$1($event); }, - $signature: 76 + $signature: 26 }; A.HtmlCodec__decodeUsingOnLoad_closure0.prototype = { call$1($event) { - var _this = this, + var t2, _this = this, t1 = _this.$this.chunkCallback; if (t1 != null) t1.call$2(100, 100); - _this._box_0.loadSubscription.cancel$0(0); - J.cancel$0$z(_this.errorSubscription._readLocal$0()); t1 = _this.imgElement; + t2 = _this._box_0.loadListener; + t2.toString; + A.DomEventTargetExtension_removeEventListener(t1, "load", t2, null); + A.DomEventTargetExtension_removeEventListener(t1, "error", _this.errorListener._readLocal$0(), null); _this.completer.complete$1(0, new A.SingleFrameInfo(new A.HtmlImage(t1, t1.naturalWidth, t1.naturalHeight))); }, - $signature: 76 + $signature: 26 }; A.HtmlBlobCodec.prototype = { - dispose$0(_) { - (self.URL || self.webkitURL).revokeObjectURL(this.src); + dispose$0() { + self.window.URL.revokeObjectURL(this.src); } }; A.SingleFrameInfo.prototype = { @@ -138440,7 +140412,7 @@ } }; A.HtmlImage.prototype = { - dispose$0(_) { + dispose$0() { }, clone$0(_) { return this; @@ -138449,14 +140421,12 @@ return other === this; }, cloneImageElement$0() { - var t2, - t1 = this.imgElement; + var t1 = this.imgElement; if (this._requiresClone) - return type$.ImageElement._as(t1.cloneNode(true)); + return t1.cloneNode(true); else { this._requiresClone = true; - t2 = t1.style; - t2.position = "absolute"; + A.DomCSSStyleDeclarationExtension_setProperty(t1.style, "position", "absolute"); return t1; } }, @@ -138489,14 +140459,14 @@ $._hotRestartListeners[_i].call$0(); return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); }, - $signature: 541 + $signature: 758 }; A.initializeEngineServices_closure1.prototype = { call$0() { var t1 = this._box_0; if (!t1.waitingForAnimation) { t1.waitingForAnimation = true; - B.Window_methods.requestAnimationFrame$1(window, new A.initializeEngineServices__closure(t1)); + A.callMethod(self.window, "requestAnimationFrame", [A.allowInterop(new A.initializeEngineServices__closure(t1))]); } }, $signature: 0 @@ -138518,7 +140488,7 @@ if (t2 != null) A.invoke(t2, t1._onDrawFrameZone); }, - $signature: 616 + $signature: 760 }; A._addUrlStrategyListener_closure.prototype = { call$1(jsStrategy) { @@ -138526,7 +140496,7 @@ $._isUrlStrategySet = true; $._customUrlStrategy = t1; }, - $signature: 1644 + $signature: 763 }; A._addUrlStrategyListener_closure0.prototype = { call$0() { @@ -138542,27 +140512,27 @@ A.Promise.prototype = {}; A.Keyboard.prototype = { Keyboard$_$1(_onMacOs) { - var _this = this, - t1 = new A.Keyboard$__closure(_this); - _this._keydownListener = t1; - B.Window_methods.addEventListener$2(window, "keydown", t1); - t1 = new A.Keyboard$__closure0(_this); - _this._keyupListener = t1; - B.Window_methods.addEventListener$2(window, "keyup", t1); + var _this = this; + _this._keydownListener = A.allowInterop(new A.Keyboard$__closure(_this)); + A.DomEventTargetExtension_addEventListener(self.window, "keydown", _this._keydownListener, null); + _this._keyupListener = A.allowInterop(new A.Keyboard$__closure0(_this)); + A.DomEventTargetExtension_addEventListener(self.window, "keyup", _this._keyupListener, null); $._hotRestartListeners.push(new A.Keyboard$__closure1(_this)); }, - dispose$0(_) { + dispose$0() { var t1, t2, _this = this; - B.Window_methods.removeEventListener$2(window, "keydown", _this._keydownListener); - B.Window_methods.removeEventListener$2(window, "keyup", _this._keyupListener); + A.DomEventTargetExtension_removeEventListener(self.window, "keydown", _this._keydownListener, null); + A.DomEventTargetExtension_removeEventListener(self.window, "keyup", _this._keyupListener, null); for (t1 = _this._keydownTimers, t2 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); t2.moveNext$0();) t1.$index(0, t2.__js_helper$_current).cancel$0(0); t1.clear$0(0); $.Keyboard__instance = _this._keyupListener = _this._keydownListener = null; }, _handleHtmlEvent$1($event) { - var t1, t2, t3, metaState, eventData, _this = this; - if (!type$.KeyboardEvent._is($event)) + var t2, t3, metaState, eventData, _this = this, + t1 = self.window.KeyboardEvent; + t1.toString; + if (!($event instanceof t1)) return; t1 = $event.code; t1.toString; @@ -138590,20 +140560,19 @@ if ($event.getModifierState("Meta")) metaState |= 8; _this._lastMetaState = metaState; - if ($event.type === "keydown") { - t1 = $event.key; - if (t1 === "CapsLock") { + if ($event.type === "keydown") + if ($event.key === "CapsLock") { t1 = metaState | 32; _this._lastMetaState = t1; } else if ($event.code === "NumLock") { t1 = metaState | 16; _this._lastMetaState = t1; - } else if (t1 === "ScrollLock") { + } else if ($event.key === "ScrollLock") { t1 = metaState | 64; _this._lastMetaState = t1; } else t1 = metaState; - } else + else t1 = metaState; eventData = A.LinkedHashMap_LinkedHashMap$_literal(["type", $event.type, "keymap", "web", "code", $event.code, "key", $event.key, "location", $event.location, "metaState", t1, "keyCode", $event.keyCode], type$.String, type$.dynamic); $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/keyevent", B.C_JSONMessageCodec.encodeMessage$1(eventData), new A.Keyboard__handleHtmlEvent_closure0($event)); @@ -138613,17 +140582,17 @@ call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 86 + $signature: 26 }; A.Keyboard$__closure0.prototype = { call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 86 + $signature: 26 }; A.Keyboard$__closure1.prototype = { call$0() { - this.$this.dispose$0(0); + this.$this.dispose$0(); }, $signature: 0 }; @@ -138645,61 +140614,61 @@ if (A._asBoolS(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event.preventDefault(); }, - $signature: 146 + $signature: 142 }; A._kLogicalKeyToModifierGetter_closure.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 164 + $signature: 166 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 164 + $signature: 166 }; A.KeyboardBinding.prototype = { - __engine$_addEventListener$2(_, eventName, handler) { - var t1 = new A.KeyboardBinding__addEventListener_loggedHandler(handler); - this._listeners.$indexSet(0, eventName, t1); - B.Window_methods.addEventListener$3(window, eventName, t1, true); + _addEventListener$2(_, eventName, handler) { + var wrappedHandler = A.allowInterop(new A.KeyboardBinding__addEventListener_loggedHandler(handler)); + this._listeners.$indexSet(0, eventName, wrappedHandler); + A.DomEventTargetExtension_addEventListener(self.window, eventName, wrappedHandler, true); }, _onKeyData$1(data) { var t1 = {}; @@ -138711,11 +140680,11 @@ }, _setup$0() { var t1, t2, _this = this; - _this.__engine$_addEventListener$2(0, "keydown", new A.KeyboardBinding__setup_closure(_this)); - _this.__engine$_addEventListener$2(0, "keyup", new A.KeyboardBinding__setup_closure0(_this)); + _this._addEventListener$2(0, "keydown", A.allowInterop(new A.KeyboardBinding__setup_closure(_this))); + _this._addEventListener$2(0, "keyup", A.allowInterop(new A.KeyboardBinding__setup_closure0(_this))); t1 = $.$get$_operatingSystem(); t2 = type$.int; - _this.__KeyboardBinding__converter = new A.KeyboardConverter(_this.get$_onKeyData(), t1 === B.OperatingSystem_4, A.LinkedHashMap_LinkedHashMap$_empty(t2, t2), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.void_Function)); + _this.__KeyboardBinding__converter_A = new A.KeyboardConverter(_this.get$_onKeyData(), t1 === B.OperatingSystem_4, A.LinkedHashMap_LinkedHashMap$_empty(t2, t2), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.void_Function)); } }; A.KeyboardBinding__addEventListener_loggedHandler.prototype = { @@ -138725,29 +140694,33 @@ return this.handler.call$1($event); return null; }, - $signature: 206 + $signature: 750 }; A.KeyboardBinding__onKeyData_closure.prototype = { call$1(handled) { this._box_0.result = handled; }, - $signature: 79 + $signature: 75 }; A.KeyboardBinding__setup_closure.prototype = { call$1($event) { - return A._lateReadCheck(this.$this.__KeyboardBinding__converter, "_converter").handleEvent$1(new A.FlutterHtmlKeyboardEvent(type$.KeyboardEvent._as($event))); + var t1 = this.$this.__KeyboardBinding__converter_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.handleEvent$1(new A.FlutterHtmlKeyboardEvent($event)); }, - $signature: 76 + $signature: 26 }; A.KeyboardBinding__setup_closure0.prototype = { call$1($event) { - return A._lateReadCheck(this.$this.__KeyboardBinding__converter, "_converter").handleEvent$1(new A.FlutterHtmlKeyboardEvent(type$.KeyboardEvent._as($event))); + var t1 = this.$this.__KeyboardBinding__converter_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.handleEvent$1(new A.FlutterHtmlKeyboardEvent($event)); }, - $signature: 76 + $signature: 26 }; A.FlutterHtmlKeyboardEvent.prototype = {}; A.KeyboardConverter.prototype = { - dispose$0(_) { + dispose$0() { this._disposed = true; }, _scheduleAsyncEvent$3(duration, getData, callback) { @@ -138779,7 +140752,7 @@ t2.toString; t3 = t1.code; t3.toString; - physicalKey = B.Map_KP6BJ.$index(0, t3); + physicalKey = B.Map_GR2Vk.$index(0, t3); if (physicalKey == null) physicalKey = B.JSString_methods.get$hashCode(t3) + 98784247808; t3 = B.JSString_methods._codeUnitAt$1(t2, 0); @@ -138887,7 +140860,7 @@ _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 88 + $signature: 92 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -138899,7 +140872,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 545 + $signature: 740 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -138909,7 +140882,7 @@ }; A.KeyboardConverter__handleEvent_closure.prototype = { call$0() { - var result, altDown, ctrlDown, shiftDown, metaDown, t3, t4, _this = this, + var result, t3, t4, _this = this, t1 = _this.event._event, t2 = t1.key; t2.toString; @@ -138936,26 +140909,26 @@ } t2 = _this.eventKey; if (t2 === "Dead") { - altDown = t1.altKey; - ctrlDown = t1.ctrlKey; - shiftDown = t1.shiftKey; - metaDown = t1.metaKey; - t1 = altDown ? 1073741824 : 0; - t2 = ctrlDown ? 268435456 : 0; - t3 = shiftDown ? 536870912 : 0; - t4 = metaDown ? 2147483648 : 0; - return _this.physicalKey + (t1 + t2 + t3 + t4) + 98784247808; + t2 = t1.altKey; + t3 = t1.ctrlKey; + t4 = t1.shiftKey; + t1 = t1.metaKey; + t2 = t2 ? 1073741824 : 0; + t3 = t3 ? 268435456 : 0; + t4 = t4 ? 536870912 : 0; + t1 = t1 ? 2147483648 : 0; + return _this.physicalKey + (t2 + t3 + t4 + t1) + 98784247808; } - t1 = B.Map_0mogo.$index(0, t2); + t1 = B.Map_omVDm.$index(0, t2); return t1 == null ? J.get$hashCode$(t2) + 98784247808 : t1; }, - $signature: 166 + $signature: 163 }; A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 545 + $signature: 740 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -138973,7 +140946,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: 1193 + $signature: 1190 }; A.KeyboardConverter__handleEvent__closure.prototype = { call$2(physicalKey, logicalRecord) { @@ -138983,24 +140956,23 @@ this.$this._dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); return true; }, - $signature: 1177 + $signature: 1223 }; A.KeyboardConverter_handleEvent_closure.prototype = { call$1(data) { this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 454 + $signature: 510 }; A.MouseCursor.prototype = {}; A.BrowserHistory.prototype = { get$_unsubscribe() { - return A._lateReadCheck(this.__BrowserHistory__unsubscribe, "_unsubscribe"); + var t1 = this.__BrowserHistory__unsubscribe_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, - _setupStrategy$1(strategy) { - this.__BrowserHistory__unsubscribe = strategy.addPopStateListener$1(0, type$.dynamic_Function_Event._as(this.get$onPopState(this))); - }, - dispose$0(_) { + dispose$0() { var _this = this; if (_this._isDisposed || _this.get$urlStrategy() == null) return; @@ -139057,12 +141029,12 @@ strategy = _this.urlStrategy; if (strategy == null) return; - _this._setupStrategy$1(strategy); + _this.__BrowserHistory__unsubscribe_A = strategy.addPopStateListener$1(0, _this.get$onPopState(_this)); if (!_this._hasSerialCount$1(_this.get$currentState())) { t1 = type$.dynamic; strategy.replaceState$3(0, A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", 0, "state", _this.get$currentState()], t1, t1), "flutter", _this.get$currentPath()); } - _this.__MultiEntriesBrowserHistory__lastSeenSerialCount = _this.get$_currentSerialCount(); + _this.__MultiEntriesBrowserHistory__lastSeenSerialCount_A = _this.get$_currentSerialCount(); }, get$_currentSerialCount() { if (this._hasSerialCount$1(this.get$currentState())) { @@ -139077,19 +141049,20 @@ }, setRouteName$3$replace$state(routeName, replace, state) { var t2, t3, - _s20_ = "_lastSeenSerialCount", t1 = this.urlStrategy; if (t1 != null) { t2 = type$.dynamic; - t3 = this.__MultiEntriesBrowserHistory__lastSeenSerialCount; + t3 = this.__MultiEntriesBrowserHistory__lastSeenSerialCount_A; if (replace) { - t2 = A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", A._lateReadCheck(t3, _s20_), "state", state], t2, t2); + t3 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", t3, "state", state], t2, t2); routeName.toString; t1.replaceState$3(0, t2, "flutter", routeName); } else { - t3 = A._lateReadCheck(t3, _s20_) + 1; - this.__MultiEntriesBrowserHistory__lastSeenSerialCount = t3; - t2 = A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", A._lateReadCheck(t3, _s20_), "state", state], t2, t2); + t3 === $ && A.throwUnnamedLateFieldNI(); + ++t3; + this.__MultiEntriesBrowserHistory__lastSeenSerialCount_A = t3; + t2 = A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", t3, "state", state], t2, t2); routeName.toString; t1.pushState$3(0, t2, "flutter", routeName); } @@ -139100,17 +141073,19 @@ }, onPopState$1(_, $event) { var t1, t2, t3, t4, _this = this; - if (!_this._hasSerialCount$1(new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy($event.state, true))) { + if (!_this._hasSerialCount$1(A.dartify($event.state))) { t1 = _this.urlStrategy; t1.toString; - t2 = new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy($event.state, true); - t3 = type$.dynamic; - t1.replaceState$3(0, A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", A._lateReadCheck(_this.__MultiEntriesBrowserHistory__lastSeenSerialCount, "_lastSeenSerialCount") + 1, "state", t2], t3, t3), "flutter", _this.get$currentPath()); + t2 = A.dartify($event.state); + t3 = _this.__MultiEntriesBrowserHistory__lastSeenSerialCount_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = type$.dynamic; + t1.replaceState$3(0, A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", t3 + 1, "state", t2], t4, t4), "flutter", _this.get$currentPath()); } - _this.__MultiEntriesBrowserHistory__lastSeenSerialCount = _this.get$_currentSerialCount(); + _this.__MultiEntriesBrowserHistory__lastSeenSerialCount_A = _this.get$_currentSerialCount(); t1 = $.$get$EnginePlatformDispatcher__instance(); t2 = _this.get$currentPath(); - t3 = new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy($event.state, true); + t3 = A.dartify($event.state); t3 = t3 == null ? null : J.$index$asx(t3, "state"); t4 = type$.dynamic; t1.invokeOnPlatformMessage$3("flutter/navigation", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("pushRouteInformation", A.LinkedHashMap_LinkedHashMap$_literal(["location", t2, "state", t3], t4, t4))), new A.MultiEntriesBrowserHistory_onPopState_closure()); @@ -139126,7 +141101,7 @@ switch ($async$goto) { case 0: // Function start - $async$self.dispose$0(0); + $async$self.dispose$0(); if ($async$self._isTornDown || $async$self.urlStrategy == null) { // goto return $async$goto = 1; @@ -139164,7 +141139,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 146 + $signature: 142 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -139172,9 +141147,9 @@ strategy = _this.urlStrategy; if (strategy == null) return; - _this._setupStrategy$1(strategy); + _this.__BrowserHistory__unsubscribe_A = strategy.addPopStateListener$1(0, _this.get$onPopState(_this)); path = _this.get$currentPath(); - if (!A.SingleEntryBrowserHistory__isFlutterEntry(new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy(window.history.state, true))) { + if (!A.SingleEntryBrowserHistory__isFlutterEntry(A.dartify(self.window.history.state))) { strategy.replaceState$3(0, A.LinkedHashMap_LinkedHashMap$_literal(["origin", true, "state", _this.get$currentState()], type$.String, type$.dynamic), "origin", ""); _this._setupFlutterEntry$3$path$replace(strategy, path, false); } @@ -139190,12 +141165,12 @@ onPopState$1(_, $event) { var t1, _this = this, _s18_ = "flutter/navigation"; - if (A.SingleEntryBrowserHistory__isOriginEntry(new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy($event.state, true))) { + if (A.SingleEntryBrowserHistory__isOriginEntry(A.dartify($event.state))) { t1 = _this.urlStrategy; t1.toString; _this._setupFlutterEntry$1(t1); $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s18_, B.C_JSONMethodCodec.encodeMethodCall$1(B.MethodCall_popRoute_null), new A.SingleEntryBrowserHistory_onPopState_closure()); - } else if (A.SingleEntryBrowserHistory__isFlutterEntry(new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy($event.state, true))) { + } else if (A.SingleEntryBrowserHistory__isFlutterEntry(A.dartify($event.state))) { t1 = _this._userProvidedRouteName; t1.toString; _this._userProvidedRouteName = null; @@ -139229,7 +141204,7 @@ switch ($async$goto) { case 0: // Function start - $async$self.dispose$0(0); + $async$self.dispose$0(); if ($async$self._isTornDown || $async$self.urlStrategy == null) { // goto return $async$goto = 1; @@ -139258,22 +141233,23 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 146 + $signature: 142 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 146 + $signature: 142 }; A.JsUrlStrategy.prototype = {}; A.UrlStrategy.prototype = {}; A.HashUrlStrategy.prototype = { addPopStateListener$1(_, fn) { - B.Window_methods.addEventListener$2(window, "popstate", fn); - return new A.HashUrlStrategy_addPopStateListener_closure(this, fn); + var wrappedFn = A.allowInterop(fn); + A.DomEventTargetExtension_addEventListener(self.window, "popstate", wrappedFn, null); + return new A.HashUrlStrategy_addPopStateListener_closure(this, wrappedFn); }, getPath$0(_) { - var path = window.location.hash; + var path = self.window.location.hash; if (path == null) path = ""; if (path.length === 0 || path === "#") @@ -139281,14 +141257,14 @@ return B.JSString_methods.substring$1(path, 1); }, getState$0(_) { - return new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy(window.history.state, true); + return A.dartify(self.window.history.state); }, prepareExternalUrl$1(_, internalUrl) { var t1, t2; if (internalUrl.length === 0) { - t1 = window.location.pathname; + t1 = self.window.location.pathname; t1.toString; - t2 = window.location.search; + t2 = self.window.location.search; t2.toString; t2 = t1 + t2; t1 = t2; @@ -139298,18 +141274,27 @@ }, pushState$3(_, state, title, url) { var t1 = this.prepareExternalUrl$1(0, url), - t2 = window.history; - t2.toString; - t2.pushState(new A._StructuredCloneDart2Js([], []).walk$1(state), title, t1); + t2 = self.window.history, + t3 = []; + t3.push(A.jsify(state)); + t3.push(title); + t3.push(t1); + A.callMethod(t2, "pushState", t3); }, replaceState$3(_, state, title, url) { var t1 = this.prepareExternalUrl$1(0, url), - t2 = window.history; - t2.toString; - t2.replaceState(new A._StructuredCloneDart2Js([], []).walk$1(state), title, t1); + t2 = self.window.history, + t3 = []; + if (type$.Map_dynamic_dynamic._is(state) || type$.Iterable_dynamic._is(state)) + t3.push(A.jsify(state)); + else + t3.push(state); + t3.push(title); + t3.push(t1); + A.callMethod(t2, "replaceState", t3); }, go$1(_, count) { - window.history.go(count); + self.window.history.go(count); return this._waitForPopState$0(); }, _waitForPopState$0() { @@ -139321,7 +141306,7 @@ }; A.HashUrlStrategy_addPopStateListener_closure.prototype = { call$0() { - B.Window_methods.removeEventListener$2(window, "popstate", this.fn); + A.DomEventTargetExtension_removeEventListener(self.window, "popstate", this.wrappedFn, null); return null; }, $signature: 0 @@ -139331,40 +141316,37 @@ this.unsubscribe._readLocal$0().call$0(); this.completer.complete$0(0); }, - $signature: 86 + $signature: 26 }; A.CustomUrlStrategy.prototype = { addPopStateListener$1(_, fn) { - return J.addPopStateListener$1$x(this.delegate, fn); + return A.callMethod(this.delegate, "addPopStateListener", [A.allowInterop(fn)]); }, getPath$0(_) { - return J.getPath$0$x(this.delegate); + return this.delegate.getPath(); }, getState$0(_) { - return J.getState$0$x(this.delegate); + return this.delegate.getState(); }, pushState$3(_, state, title, url) { - return J.pushState$3$x(this.delegate, state, title, url); + return A.callMethod(this.delegate, "pushState", [state, title, url]); }, replaceState$3(_, state, title, url) { - return J.replaceState$3$x(this.delegate, state, title, url); + return A.callMethod(this.delegate, "replaceState", [state, title, url]); }, go$1(_, count) { - return J.go$1$x(this.delegate, count); + return this.delegate.go(count); } }; A.PlatformLocation.prototype = {}; A.BrowserPlatformLocation.prototype = {}; A.EnginePictureRecorder.prototype = { - beginRecording$1(_, bounds) { - var t1, t2; - this.__EnginePictureRecorder_cullRect = bounds; + beginRecording$1(bounds) { + var t1; + this.__EnginePictureRecorder_cullRect_A = bounds; this._isRecording = true; - t1 = A._lateReadCheck(bounds, "cullRect"); - t2 = A._setArrayType([], type$.JSArray_PaintCommand); - if (t1 == null) - t1 = B.Rect_aha; - return this.__engine$_canvas = new A.RecordingCanvas(new A._PaintBounds(t1, A._setArrayType([], type$.JSArray_Matrix4), A._setArrayType([], type$.JSArray_nullable_Rect), A.Matrix4$identity()), t2, new A.RenderStrategy()); + t1 = A._setArrayType([], type$.JSArray_PaintCommand); + return this.__engine$_canvas = new A.RecordingCanvas(new A._PaintBounds(bounds, A._setArrayType([], type$.JSArray_Matrix4), A._setArrayType([], type$.JSArray_nullable_Rect), A.Matrix4$identity()), t1, new A.RenderStrategy()); }, get$isRecording() { return this._isRecording; @@ -139372,22 +141354,64 @@ endRecording$0() { var t1, _this = this; if (!_this._isRecording) - _this.beginRecording$1(0, B.Rect_aha); + _this.beginRecording$1(B.Rect_aha); _this._isRecording = false; t1 = _this.__engine$_canvas; t1._pictureBounds = t1._paintBounds.computeBounds$0(); t1._recordingEnded = true; t1 = _this.__engine$_canvas; - A._lateReadCheck(_this.__EnginePictureRecorder_cullRect, "cullRect"); + _this.__EnginePictureRecorder_cullRect_A === $ && A.throwUnnamedLateFieldNI(); return new A.EnginePicture(t1); } }; A.EnginePicture.prototype = { - dispose$0(_) { + dispose$0() { this._disposed = true; } }; + A.HighContrastSupport.prototype = { + get$_onHighContrastChangeListener() { + var result, _this = this, + value = _this.__HighContrastSupport__onHighContrastChangeListener_FI; + if (value === $) { + result = A.allowInterop(_this.get$_onHighContrastChange()); + _this.__HighContrastSupport__onHighContrastChangeListener_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__HighContrastSupport__onHighContrastChangeListener_FI = result; + value = result; + } + return value; + }, + addListener$1(_, listener) { + var t1 = this._listeners; + if (t1.length === 0) + A.callMethod(this._highContrastMediaQuery, "addListener", [this.get$_onHighContrastChangeListener()]); + t1.push(listener); + }, + removeListener$1(_, listener) { + var t1 = this._listeners; + B.JSArray_methods.remove$1(t1, listener); + if (t1.length === 0) + A.callMethod(this._highContrastMediaQuery, "removeListener", [this.get$_onHighContrastChangeListener()]); + }, + _onHighContrastChange$1($event) { + var t2, t3, _i, + t1 = $event.matches; + t1.toString; + for (t2 = this._listeners, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) + t2[_i].call$1(t1); + } + }; A.EnginePlatformDispatcher.prototype = { + dispose$0() { + var t1, _this = this; + A.callMethod(_this._brightnessMediaQuery, "removeListener", [_this._brightnessMediaQueryListener]); + _this._brightnessMediaQueryListener = null; + t1 = _this._fontSizeObserver; + if (t1 != null) + t1.disconnect(); + _this._fontSizeObserver = null; + $.$get$HighContrastSupport_instance().removeListener$1(0, _this.get$_updateHighContrast()); + }, invokeOnMetricsChanged$0() { var t1 = this._onMetricsChanged; if (t1 != null) @@ -139474,7 +141498,7 @@ $.$get$channelBuffers().push$3($name, data, callback); }, _sendPlatformMessage$3($name, data, callback) { - var decoded, cacheSizeInBytes, t1, url, $navigator, $arguments, label, primaryColor, theme, e, t2, _this = this; + var decoded, cacheSizeInBytes, t1, url, t2, $arguments, label, primaryColor, theme, t3, _this = this; switch ($name) { case "flutter/skia": decoded = B.C_JSONMethodCodec.decodeMethodCall$1(data); @@ -139503,9 +141527,9 @@ return; case "HapticFeedback.vibrate": t1 = _this._getHapticFeedbackDuration$1(A._asStringQ(decoded.$arguments)); - $navigator = window.navigator; - if ("vibrate" in $navigator) - $navigator.vibrate(t1); + t2 = self.window.navigator; + if ("vibrate" in t2) + t2.vibrate(t1); _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); return; case string$.System: @@ -139517,14 +141541,13 @@ primaryColor = A._asIntQ(t1.$index($arguments, "primaryColor")); if (primaryColor == null) primaryColor = 4278190080; - t1 = document; - t1.title = label; - theme = type$.nullable_MetaElement._as(t1.querySelector("#flutterweb-theme")); + self.document.title = label; + theme = self.document.querySelector("#flutterweb-theme"); if (theme == null) { - theme = t1.createElement("meta"); + theme = A.DomDocumentExtension_createElement(self.document, "meta"); theme.id = "flutterweb-theme"; theme.name = "theme-color"; - t1.head.appendChild(theme); + self.document.head.append(theme); } t1 = A.colorToCssString(new A.Color(primaryColor >>> 0)); t1.toString; @@ -139539,27 +141562,30 @@ _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); return; case "Clipboard.setData": - t1 = window.navigator.clipboard != null ? new A.ClipboardAPICopyStrategy() : new A.ExecCommandCopyStrategy(); + t1 = self.window.navigator.clipboard != null ? new A.ClipboardAPICopyStrategy() : new A.ExecCommandCopyStrategy(); new A.ClipboardMessageHandler(t1, A.PasteFromClipboardStrategy_PasteFromClipboardStrategy()).setDataMethodCall$2(decoded, callback); return; case "Clipboard.getData": - t1 = window.navigator.clipboard != null ? new A.ClipboardAPICopyStrategy() : new A.ExecCommandCopyStrategy(); + t1 = self.window.navigator.clipboard != null ? new A.ClipboardAPICopyStrategy() : new A.ExecCommandCopyStrategy(); new A.ClipboardMessageHandler(t1, A.PasteFromClipboardStrategy_PasteFromClipboardStrategy()).getDataMethodCall$1(callback); return; } break; case "flutter/service_worker": - t1 = window; - e = document.createEvent("Event"); - e.initEvent("flutter-first-frame", true, true); - t1.dispatchEvent(e); + t1 = self.window; + t2 = self.document.createEvent("Event"); + t3 = A._setArrayType(["flutter-first-frame"], type$.JSArray_Object); + t3.push(true); + t3.push(true); + A.callMethod(t2, "initEvent", t3); + t1.dispatchEvent(t2); return; case "flutter/textinput": t1 = $.$get$textEditing(); t1.get$channel(t1).handleTextInput$2(data, callback); return; case "flutter/mousecursor": - decoded = B.C_StandardMethodCodec0.decodeMethodCall$1(data); + decoded = B.C_StandardMethodCodec.decodeMethodCall$1(data); $arguments = type$.Map_dynamic_dynamic._as(decoded.$arguments); switch (decoded.method) { case "activateSystemCursor": @@ -139631,45 +141657,58 @@ type$.SurfaceScene._as(scene); embedder = $._flutterViewEmbedder; embedder.toString; - embedder.renderScene$1(scene.webOnlyRootElement); + embedder.addSceneToSceneHost$1(scene.webOnlyRootElement); } A.frameTimingsOnRasterFinish(); }, _addFontSizeObserver$0() { - var t2, - t1 = new (window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver)(A.convertDartClosureToJS(A._wrapBinaryZone(new A.EnginePlatformDispatcher__addFontSizeObserver_closure(this), type$.List_dynamic, type$.MutationObserver), 2)); - this._fontSizeObserver = t1; - t2 = document.documentElement; + var t3, t4, t5, + t1 = type$.JSArray_Object, + t2 = A.domCallConstructorString("MutationObserver", A._setArrayType([A.allowInterop(new A.EnginePlatformDispatcher__addFontSizeObserver_closure(this))], t1)); t2.toString; - B.MutationObserver_methods.observe$3$attributeFilter$attributes(t1, t2, A._setArrayType(["style"], type$.JSArray_String), true); - $._hotRestartListeners.push(new A.EnginePlatformDispatcher__addFontSizeObserver_closure0(this)); + type$.JavaScriptObject._as(t2); + this._fontSizeObserver = t2; + t3 = self.document.documentElement; + t3.toString; + t4 = A._setArrayType(["style"], type$.JSArray_String); + t5 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic); + t5.$indexSet(0, "attributes", true); + t5.$indexSet(0, "attributeFilter", t4); + A.callMethod(t2, "observe", A._setArrayType([t3, A.jsify(t5)], t1)); }, _updatePlatformBrightness$1(value) { var _this = this, - t1 = _this._configuration; + t1 = _this.configuration; if (t1.platformBrightness !== value) { - _this._configuration = t1.copyWith$1$platformBrightness(value); + _this.configuration = t1.copyWith$1$platformBrightness(value); A.invoke(null, null); A.invoke(_this._onPlatformBrightnessChanged, _this._onPlatformBrightnessChangedZone); } }, + _updateHighContrast$1(value) { + var t1 = this.configuration, + t2 = t1.accessibilityFeatures; + if ((t2.__engine$_index & 32) !== 0 !== value) { + this.configuration = t1.copyWith$1$accessibilityFeatures(t2.copyWith$1$highContrast(value)); + A.invoke(null, null); + } + }, _addBrightnessMediaQueryListener$0() { var t2, _this = this, t1 = _this._brightnessMediaQuery; _this._updatePlatformBrightness$1(t1.matches ? B.Brightness_0 : B.Brightness_1); - t2 = new A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure(_this); + t2 = A.allowInterop(new A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure(_this)); _this._brightnessMediaQueryListener = t2; - B.MediaQueryList_methods.addListener$1(t1, t2); - $._hotRestartListeners.push(new A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0(_this)); + A.callMethod(t1, "addListener", [t2]); }, get$defaultRouteName() { var t1 = this._defaultRouteName; return t1 == null ? this._defaultRouteName = this._windows.$index(0, 0).get$browserHistory().get$currentPath() : t1; }, get$rasterizer() { - var value = this.__EnginePlatformDispatcher_rasterizer; + var value = this.__EnginePlatformDispatcher_rasterizer_AI; if (value === $) - value = this.__EnginePlatformDispatcher_rasterizer = $.$get$useCanvasKit() ? new A.Rasterizer(new A.CompositorContext(), A._setArrayType([], type$.JSArray_of_void_Function)) : null; + value = this.__EnginePlatformDispatcher_rasterizer_AI = $.$get$useCanvasKit() ? new A.Rasterizer(new A.CompositorContext(), A._setArrayType([], type$.JSArray_of_void_Function)) : null; return value; }, replyToPlatformMessage$2(callback, data) { @@ -139686,13 +141725,13 @@ call$1(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 146 + $signature: 142 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(assetData) { this.$this.replyToPlatformMessage$2(this.callback, assetData); }, - $signature: 827 + $signature: 1224 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(error) { @@ -139705,19 +141744,19 @@ call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 88 + $signature: 92 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 512 + $signature: 517 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1($content) { - $._flutterViewEmbedder._glassPaneElement.appendChild($content); + $._flutterViewEmbedder._glassPaneElement.append($content); }, - $signature: 940 + $signature: 26 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure4.prototype = { call$1(handled) { @@ -139727,56 +141766,37 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 512 + $signature: 517 }; A.EnginePlatformDispatcher__addFontSizeObserver_closure.prototype = { call$2(mutations, _) { var t1, t2, t3, record, t4, fontSize, newTextScaleFactor; - for (t1 = J.get$iterator$ax(mutations), t2 = type$.MutationRecord, t3 = this.$this; t1.moveNext$0();) { + for (t1 = J.get$iterator$ax(mutations), t2 = type$.JavaScriptObject, t3 = this.$this; t1.moveNext$0();) { record = t2._as(t1.get$current(t1)); if (record.type === "attributes" && record.attributeName === "style") { - t4 = document.documentElement; + t4 = self.document.documentElement; t4.toString; fontSize = A.parseFontSize(t4); newTextScaleFactor = (fontSize == null ? 16 : fontSize) / 16; - t4 = t3._configuration; + t4 = t3.configuration; if (t4.textScaleFactor !== newTextScaleFactor) { - t3._configuration = t4.copyWith$1$textScaleFactor(newTextScaleFactor); + t3.configuration = t4.copyWith$1$textScaleFactor(newTextScaleFactor); A.invoke(null, null); A.invoke(t3._onTextScaleFactorChanged, t3._onTextScaleFactorChangedZone); } } } }, - $signature: 943 - }; - A.EnginePlatformDispatcher__addFontSizeObserver_closure0.prototype = { - call$0() { - var t1 = this.$this, - t2 = t1._fontSizeObserver; - if (t2 != null) - t2.disconnect(); - t1._fontSizeObserver = null; - }, - $signature: 0 + $signature: 1287 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1($event) { - var t1 = type$.MediaQueryListEvent._as($event).matches; + var t1 = $event.matches; t1.toString; t1 = t1 ? B.Brightness_0 : B.Brightness_1; this.$this._updatePlatformBrightness$1(t1); }, - $signature: 86 - }; - A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0.prototype = { - call$0() { - var t1 = this.$this, - t2 = t1._brightnessMediaQuery; - (t2 && B.MediaQueryList_methods).removeListener$1(t2, t1._brightnessMediaQueryListener); - t1._brightnessMediaQueryListener = null; - }, - $signature: 0 + $signature: 26 }; A.EnginePlatformDispatcher_replyToPlatformMessage_closure.prototype = { call$1(_) { @@ -139784,7 +141804,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 88 + $signature: 92 }; A.invoke2_closure.prototype = { call$0() { @@ -139814,23 +141834,23 @@ return this.__engine$_contents.putIfAbsent$2(0, viewId, new A.PlatformViewManager_renderContent_closure(this, "flt-pv-slot-" + A.S(viewId), viewType, viewId, params)); }, _safelyRemoveSlottedElement$1(element) { - var t1, tombstoneName, slot; + var t1, tombstoneName, slot, + _s12_ = "setAttribute"; if (element == null) return; t1 = $.$get$_browserEngine(); if (t1 !== B.BrowserEngine_1) { - J.remove$0$ax(element); + element.remove(); return; } tombstoneName = "tombstone-" + A.S(element.getAttribute("slot")); - slot = document.createElement("slot"); - t1 = slot.style; - t1.display = "none"; - slot.setAttribute("name", tombstoneName); + slot = A.DomDocumentExtension_createElement(self.document, "slot"); + A.DomCSSStyleDeclarationExtension_setProperty(slot.style, "display", "none"); + A.callMethod(slot, _s12_, ["name", tombstoneName]); $._flutterViewEmbedder._glassPaneShadow.append$1(0, slot); - element.setAttribute("slot", tombstoneName); - J.remove$0$ax(element); - J.remove$0$ax(slot); + A.callMethod(element, _s12_, ["slot", tombstoneName]); + element.remove(); + slot.remove(); }, isInvisible$1(viewId) { var viewType = this._viewIdToType.$index(0, viewId); @@ -139840,32 +141860,30 @@ A.PlatformViewManager_renderContent_closure.prototype = { call$0() { var t1, t2, $content, t3, _this = this, - wrapper = document.createElement("flt-platform-view"); - wrapper.setAttribute("slot", _this.slotName); + wrapper = A.DomDocumentExtension_createElement(self.document, "flt-platform-view"); + A.callMethod(wrapper, "setAttribute", ["slot", _this.slotName]); t1 = _this.viewType; t2 = _this.$this._factories.$index(0, t1); t2.toString; $content = A._Cell$named("content"); t3 = _this.viewId; - if (type$.Element_Function_int_$named_params_nullable_Object._is(t2)) + if (type$.JavaScriptObject_Function_int_$named_params_nullable_Object._is(t2)) $content.__late_helper$_value = t2.call$2$params(t3, _this.params); else - $content.__late_helper$_value = type$.Element_Function_int._as(t2).call$1(t3); + $content.__late_helper$_value = type$.JavaScriptObject_Function_int._as(t2).call$1(t3); t2 = $content._readLocal$0(); - if (t2.style.height.length === 0) { + if (t2.style.getPropertyValue("height").length === 0) { $.$get$printWarning().call$1("Height of Platform View type: [" + A.S(t1) + "] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message."); - t3 = t2.style; - t3.height = "100%"; + A.DomCSSStyleDeclarationExtension_setProperty(t2.style, "height", "100%"); } - if (t2.style.width.length === 0) { + if (t2.style.getPropertyValue("width").length === 0) { $.$get$printWarning().call$1("Width of Platform View type: [" + A.S(t1) + "] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message."); - t1 = t2.style; - t1.width = "100%"; + A.DomCSSStyleDeclarationExtension_setProperty(t2.style, "width", "100%"); } - wrapper.appendChild($content._readLocal$0()); + wrapper.append($content._readLocal$0()); return wrapper; }, - $signature: 944 + $signature: 346 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -139875,19 +141893,19 @@ viewType = A._asStringS(t1.$index(args, "viewType")); t1 = this._contentManager; if (!t1._factories.containsKey$1(0, viewType)) { - callback.call$1(B.C_StandardMethodCodec0.encodeErrorEnvelope$3$code$details$message("unregistered_view_type", "unregistered view type: " + A.S(viewType), "trying to create a view with an unregistered type")); + callback.call$1(B.C_StandardMethodCodec.encodeErrorEnvelope$3$code$details$message("unregistered_view_type", "If you are the author of the PlatformView, make sure `registerViewFactory` is invoked.", "A HtmlElementView widget is trying to create a platform view with an unregistered type: <" + A.S(viewType) + ">.")); return; } if (t1.__engine$_contents.containsKey$1(0, viewId)) { - callback.call$1(B.C_StandardMethodCodec0.encodeErrorEnvelope$3$code$details$message("recreating_view", "view id: " + A.S(viewId), "trying to create an already created view")); + callback.call$1(B.C_StandardMethodCodec.encodeErrorEnvelope$3$code$details$message("recreating_view", "view id: " + A.S(viewId), "trying to create an already created view")); return; } this._contentHandler.call$1(t1.renderContent$3(viewType, viewId, args)); - callback.call$1(B.C_StandardMethodCodec0.encodeSuccessEnvelope$1(null)); + callback.call$1(B.C_StandardMethodCodec.encodeSuccessEnvelope$1(null)); }, handlePlatformViewCall$2(data, callback) { var viewId, t1, - decoded = B.C_StandardMethodCodec0.decodeMethodCall$1(data); + decoded = B.C_StandardMethodCodec.decodeMethodCall$1(data); switch (decoded.method) { case "create": this._createPlatformView$2(decoded, callback); @@ -139896,27 +141914,45 @@ viewId = A._asIntS(decoded.$arguments); t1 = this._contentManager; t1._safelyRemoveSlottedElement$1(t1.__engine$_contents.remove$1(0, viewId)); - callback.call$1(B.C_StandardMethodCodec0.encodeSuccessEnvelope$1(null)); + callback.call$1(B.C_StandardMethodCodec.encodeSuccessEnvelope$1(null)); return; } callback.call$1(null); } }; + A.SafariPointerEventWorkaround.prototype = { + workAroundMissingPointerEvents$0() { + A.DomEventTargetExtension_addEventListener(self.document, "touchstart", A.allowInterop(new A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure()), null); + } + }; + A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure.prototype = { + call$1($event) { + }, + $signature: 26 + }; A.PointerBinding.prototype = { + dispose$0() { + var t1 = this.__PointerBinding__adapter_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.clearListeners$0(); + t1 = this._pointerDataConverter; + t1._pointers.clear$0(0); + t1._activeButtons = $._PointerState__pointerCount = 0; + }, _createAdapter$0() { var t1, _this = this; - if ("PointerEvent" in window) { - t1 = new A._PointerAdapter(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._ButtonSanitizer), _this.glassPaneElement, _this.get$_onPointerData(), _this._pointerDataConverter); + if ("PointerEvent" in self.window) { + t1 = new A._PointerAdapter(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._ButtonSanitizer), A._setArrayType([], type$.JSArray__Listener), _this.glassPaneElement, _this.get$_onPointerData(), _this._pointerDataConverter); t1.setup$0(); return t1; } - if ("TouchEvent" in window) { - t1 = new A._TouchAdapter(A.LinkedHashSet_LinkedHashSet$_empty(type$.int), _this.glassPaneElement, _this.get$_onPointerData(), _this._pointerDataConverter); + if ("TouchEvent" in self.window) { + t1 = new A._TouchAdapter(A.LinkedHashSet_LinkedHashSet$_empty(type$.int), A._setArrayType([], type$.JSArray__Listener), _this.glassPaneElement, _this.get$_onPointerData(), _this._pointerDataConverter); t1.setup$0(); return t1; } - if ("MouseEvent" in window) { - t1 = new A._MouseAdapter(new A._ButtonSanitizer(), _this.glassPaneElement, _this.get$_onPointerData(), _this._pointerDataConverter); + if ("MouseEvent" in self.window) { + t1 = new A._MouseAdapter(new A._ButtonSanitizer(), A._setArrayType([], type$.JSArray__Listener), _this.glassPaneElement, _this.get$_onPointerData(), _this._pointerDataConverter); t1.setup$0(); return t1; } @@ -139930,58 +141966,79 @@ }; A.PointerSupportDetector.prototype = { toString$0(_) { - return "pointers:" + ("PointerEvent" in window) + ", touch:" + ("TouchEvent" in window) + ", mouse:" + ("MouseEvent" in window); + return "pointers:" + ("PointerEvent" in self.window) + ", touch:" + ("TouchEvent" in self.window) + ", mouse:" + ("MouseEvent" in self.window); } }; - A._BaseAdapter.prototype = { - addEventListener$3$acceptOutsideGlasspane(_, eventName, handler, acceptOutsideGlasspane) { - var t1 = new A._BaseAdapter_addEventListener_loggedHandler(this, acceptOutsideGlasspane, handler); - $._BaseAdapter__listeners.$indexSet(0, eventName, t1); - B.Window_methods.addEventListener$3(window, eventName, t1, true); + A._Listener.prototype = {}; + A._Listener__Listener$register_closure.prototype = { + call$1($event) { + return this.handler.call$1($event); }, - addEventListener$2($receiver, eventName, handler) { - return this.addEventListener$3$acceptOutsideGlasspane($receiver, eventName, handler, false); + $signature: 26 + }; + A._Listener__Listener$registerNative_closure.prototype = { + call$1($event) { + return this.handler.call$1($event); + }, + $signature: 26 + }; + A._BaseAdapter.prototype = { + clearListeners$0() { + var t1, t2, t3, _i, listener, t4, t5, t6, t7; + for (t1 = this._listeners, t2 = t1.length, t3 = type$.JSArray_Object, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + listener = t1[_i]; + t4 = listener.target; + t5 = listener.event; + t6 = listener.handler; + t7 = listener.useCapture; + if (listener.isNative) + t4.removeEventListener.apply(t4, [t5, t6, t7]); + else { + t5 = A._setArrayType([t5, t6], t3); + t5.push(t7); + t4.removeEventListener.apply(t4, t5); + } + } + B.JSArray_methods.clear$0(t1); + }, + addEventListener$4$useCapture(_, target, eventName, handler, useCapture) { + this._listeners.push(A._Listener__Listener$register(useCapture, eventName, new A._BaseAdapter_addEventListener_loggedHandler(handler), target)); + }, + addEventListener$3($receiver, target, eventName, handler) { + return this.addEventListener$4$useCapture($receiver, target, eventName, handler, true); } }; A._BaseAdapter_addEventListener_loggedHandler.prototype = { call$1($event) { - var t1; - if (!this.acceptOutsideGlasspane && !this.$this.glassPaneElement.contains(type$.nullable_Node._as(J.get$target$x($event)))) - return null; - t1 = $.EngineSemanticsOwner__instance; + var t1 = $.EngineSemanticsOwner__instance; if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 206 + $signature: 750 }; A._WheelEventListenerMixin.prototype = { _addWheelEventListener$1(handler) { - var eventOptions = A.createPlainJsObject(A.LinkedHashMap_LinkedHashMap$_literal(["passive", false], type$.String, type$.nullable_Object)), - jsHandler = A.allowInterop(new A._WheelEventListenerMixin__addWheelEventListener_closure(handler)); - $._BaseAdapter__nativeListeners.$indexSet(0, "wheel", jsHandler); - A.callMethod(this.glassPaneElement, "addEventListener", ["wheel", jsHandler, eventOptions]); + this._listeners.push(A._Listener__Listener$registerNative("wheel", new A._WheelEventListenerMixin__addWheelEventListener_closure(handler), this.glassPaneElement)); }, _handleWheelEvent$1(e) { - var deltaX, deltaY, t1, probe, t2, fontSize, res, data, t3, t4, t5, t6; - type$.WheelEvent._as(e); - deltaX = (e && B.WheelEvent_methods).get$deltaX(e); - deltaY = B.WheelEvent_methods.get$deltaY(e); - switch (B.WheelEvent_methods.get$deltaMode(e)) { + var t1, probe, res, data, t2, t3, t4, t5, t6, + deltaX = e.deltaX, + deltaY = e.deltaY; + switch (e.deltaMode) { case 1: t1 = $._WheelEventListenerMixin__defaultScrollLineHeight; if (t1 == null) { - t1 = document; - probe = t1.createElement("div"); - t2 = probe.style; - t2.fontSize = "initial"; - t2.display = "none"; - t1.body.appendChild(probe); - fontSize = B.DivElement_methods.getComputedStyle$0(probe).fontSize; - if (B.JSString_methods.contains$1(fontSize, "px")) - res = A.Primitives_parseDouble(A.stringReplaceAllUnchecked(fontSize, "px", "")); + probe = A.DomDocumentExtension_createElement(self.document, "div"); + t1 = probe.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "font-size", "initial"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "display", "none"); + self.document.body.append(probe); + t1 = A.DomWindowExtension_getComputedStyle(self.window, probe).getPropertyValue("font-size"); + if (J.contains$1$asx(t1, "px")) + res = A.Primitives_parseDouble(A.stringReplaceAllUnchecked(t1, "px", "")); else res = null; - B.DivElement_methods.remove$0(probe); + probe.remove(); t1 = $._WheelEventListenerMixin__defaultScrollLineHeight = res == null ? 16 : res / 4; } deltaX *= t1; @@ -140001,13 +142058,11 @@ t1.toString; t1 = A._BaseAdapter__eventTimeStampToDuration(t1); t2 = e.clientX; - e.clientY; t2.toString; t3 = $.$get$window(); t4 = t3._debugDevicePixelRatio; if (t4 == null) t4 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - e.clientX; t5 = e.clientY; t5.toString; t3 = t3._debugDevicePixelRatio; @@ -140034,7 +142089,7 @@ call$1($event) { return this.handler.call$1($event); }, - $signature: 206 + $signature: 26 }; A._SanitizedDetails.prototype = { toString$0(_) { @@ -140065,6 +142120,13 @@ } return null; }, + sanitizeLeaveEvent$1$buttons(buttons) { + if ((buttons & 1073741823) === 0) { + this._pressedButtons = 0; + return new A._SanitizedDetails(B.PointerChange_3, 0); + } + return null; + }, sanitizeUpEvent$1$buttons(buttons) { var t1; if (this._pressedButtons === 0) @@ -140084,22 +142146,24 @@ if ($event.pointerType === "touch") this._sanitizers.remove$1(0, $event.pointerId); }, - _addPointerEventListener$3$acceptOutsideGlasspane(eventName, handler, acceptOutsideGlasspane) { - this.addEventListener$3$acceptOutsideGlasspane(0, eventName, new A._PointerAdapter__addPointerEventListener_closure(handler), acceptOutsideGlasspane); + _addPointerEventListener$4$useCapture(target, eventName, handler, useCapture) { + this.addEventListener$4$useCapture(0, target, eventName, new A._PointerAdapter__addPointerEventListener_closure(handler), useCapture); }, - _addPointerEventListener$2(eventName, handler) { - return this._addPointerEventListener$3$acceptOutsideGlasspane(eventName, handler, false); + _addPointerEventListener$3(target, eventName, handler) { + return this._addPointerEventListener$4$useCapture(target, eventName, handler, true); }, setup$0() { - var _this = this; - _this._addPointerEventListener$2("pointerdown", new A._PointerAdapter_setup_closure(_this)); - _this._addPointerEventListener$3$acceptOutsideGlasspane("pointermove", new A._PointerAdapter_setup_closure0(_this), true); - _this._addPointerEventListener$3$acceptOutsideGlasspane("pointerup", new A._PointerAdapter_setup_closure1(_this), true); - _this._addPointerEventListener$2("pointercancel", new A._PointerAdapter_setup_closure2(_this)); - _this._addWheelEventListener$1(new A._PointerAdapter_setup_closure3(_this)); + var _this = this, + t1 = _this.glassPaneElement; + _this._addPointerEventListener$3(t1, "pointerdown", new A._PointerAdapter_setup_closure(_this)); + _this._addPointerEventListener$3(self.window, "pointermove", new A._PointerAdapter_setup_closure0(_this)); + _this._addPointerEventListener$4$useCapture(t1, "pointerleave", new A._PointerAdapter_setup_closure1(_this), false); + _this._addPointerEventListener$3(self.window, "pointerup", new A._PointerAdapter_setup_closure2(_this)); + _this._addPointerEventListener$3(t1, "pointercancel", new A._PointerAdapter_setup_closure3(_this)); + _this._addWheelEventListener$1(new A._PointerAdapter_setup_closure4(_this)); }, _convertEventsToPointerData$3$data$details$event(data, details, $event) { - var kind, t2, timeStamp, pressure, t3, t4, t5, t6, t7, + var kind, t2, timeStamp, t3, t4, t5, t6, t7, t1 = $event.pointerType; t1.toString; kind = this._pointerTypeToDeviceKind$1(t1); @@ -140107,37 +142171,37 @@ t1.toString; t2 = $event.tiltY; t2.toString; - if (!(Math.abs(t1) > Math.abs(t2))) - t1 = t2; + t1 = Math.abs(t1) > Math.abs(t2) ? $event.tiltX : $event.tiltY; + t1.toString; t2 = $event.timeStamp; t2.toString; timeStamp = A._BaseAdapter__eventTimeStampToDuration(t2); - pressure = $event.pressure; - t2 = this._getPointerId$1($event); - t3 = $event.clientX; - $event.clientY; - t3.toString; - t4 = $.$get$window(); - t5 = t4._debugDevicePixelRatio; + t2 = $event.pressure; + t3 = this._getPointerId$1($event); + t4 = $event.clientX; + t4.toString; + t5 = $.$get$window(); + t6 = t5._debugDevicePixelRatio; + if (t6 == null) + t6 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); + t7 = $event.clientY; + t7.toString; + t5 = t5._debugDevicePixelRatio; if (t5 == null) t5 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - $event.clientX; - t6 = $event.clientY; - t6.toString; - t4 = t4._debugDevicePixelRatio; - if (t4 == null) - t4 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - t7 = pressure == null ? 0 : pressure; - this._pointerDataConverter.convert$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$signalKind$tilt$timeStamp(data, details.buttons, details.change, t2, kind, t3 * t5, t6 * t4, t7, 1, 0, B.PointerSignalKind_0, t1 / 180 * 3.141592653589793, timeStamp); + if (t2 == null) + t2 = 0; + this._pointerDataConverter.convert$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$signalKind$tilt$timeStamp(data, details.buttons, details.change, t3, kind, t4 * t6, t7 * t5, t2, 1, 0, B.PointerSignalKind_0, t1 / 180 * 3.141592653589793, timeStamp); }, _expandEvents$1($event) { - var coalescedEvents; + var t1, coalescedEvents; if ("getCoalescedEvents" in $event) { - coalescedEvents = J.cast$1$0$ax($event.getCoalescedEvents(), type$.PointerEvent); + t1 = type$.JavaScriptObject; + coalescedEvents = J.cast$1$0$ax($event.getCoalescedEvents(), t1).cast$1$0(0, t1); if (coalescedEvents.get$isNotEmpty(coalescedEvents)) return coalescedEvents; } - return A._setArrayType([$event], type$.JSArray_PointerEvent); + return A._setArrayType([$event], type$.JSArray_JavaScriptObject); }, _pointerTypeToDeviceKind$1(pointerType) { switch (pointerType) { @@ -140167,13 +142231,13 @@ call$0() { return new A._ButtonSanitizer(); }, - $signature: 986 + $signature: 1360 }; A._PointerAdapter__addPointerEventListener_closure.prototype = { call$1($event) { - return this.handler.call$1(type$.PointerEvent._as($event)); + this.handler.call$1($event); }, - $signature: 206 + $signature: 26 }; A._PointerAdapter_setup_closure.prototype = { call$1($event) { @@ -140193,7 +142257,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 328 + $signature: 96 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -140214,68 +142278,92 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 328 + $signature: 96 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { var details, t1 = this.$this, - device = t1._getPointerId$1($event), + sanitizer = t1._ensureSanitizer$1(t1._getPointerId$1($event)), pointerData = A._setArrayType([], type$.JSArray_PointerData), - t2 = t1._sanitizers.$index(0, device); + t2 = $event.buttons; t2.toString; - details = t2.sanitizeUpEvent$1$buttons($event.buttons); - t1._removePointerIfUnhoverable$1($event); + details = sanitizer.sanitizeLeaveEvent$1$buttons(t2); if (details != null) { t1._convertEventsToPointerData$3$data$details$event(pointerData, details, $event); t1.__engine$_callback.call$1(pointerData); } }, - $signature: 328 + $signature: 96 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { - var t1 = this.$this, + var pointerData, details, + t1 = this.$this, device = t1._getPointerId$1($event), - pointerData = A._setArrayType([], type$.JSArray_PointerData), - t2 = t1._sanitizers.$index(0, device); - t2.toString; - t2._pressedButtons = 0; - t1._removePointerIfUnhoverable$1($event); - t1._convertEventsToPointerData$3$data$details$event(pointerData, new A._SanitizedDetails(B.PointerChange_0, 0), $event); - t1.__engine$_callback.call$1(pointerData); + t2 = t1._sanitizers; + if (t2.containsKey$1(0, device)) { + pointerData = A._setArrayType([], type$.JSArray_PointerData); + t2 = t2.$index(0, device); + t2.toString; + details = t2.sanitizeUpEvent$1$buttons($event.buttons); + t1._removePointerIfUnhoverable$1($event); + if (details != null) { + t1._convertEventsToPointerData$3$data$details$event(pointerData, details, $event); + t1.__engine$_callback.call$1(pointerData); + } + } }, - $signature: 328 + $signature: 96 }; A._PointerAdapter_setup_closure3.prototype = { + call$1($event) { + var pointerData, + t1 = this.$this, + device = t1._getPointerId$1($event), + t2 = t1._sanitizers; + if (t2.containsKey$1(0, device)) { + pointerData = A._setArrayType([], type$.JSArray_PointerData); + t2 = t2.$index(0, device); + t2.toString; + t2._pressedButtons = 0; + t1._removePointerIfUnhoverable$1($event); + t1._convertEventsToPointerData$3$data$details$event(pointerData, new A._SanitizedDetails(B.PointerChange_0, 0), $event); + t1.__engine$_callback.call$1(pointerData); + } + }, + $signature: 96 + }; + A._PointerAdapter_setup_closure4.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 86 + $signature: 26 }; A._TouchAdapter.prototype = { - _addTouchEventListener$2(eventName, handler) { - this.addEventListener$2(0, eventName, new A._TouchAdapter__addTouchEventListener_closure(handler)); + _addTouchEventListener$3(target, eventName, handler) { + this.addEventListener$3(0, target, eventName, new A._TouchAdapter__addTouchEventListener_closure(handler)); }, setup$0() { - var _this = this; - _this._addTouchEventListener$2("touchstart", new A._TouchAdapter_setup_closure(_this)); - _this._addTouchEventListener$2("touchmove", new A._TouchAdapter_setup_closure0(_this)); - _this._addTouchEventListener$2("touchend", new A._TouchAdapter_setup_closure1(_this)); - _this._addTouchEventListener$2("touchcancel", new A._TouchAdapter_setup_closure2(_this)); + var _this = this, + t1 = _this.glassPaneElement; + _this._addTouchEventListener$3(t1, "touchstart", new A._TouchAdapter_setup_closure(_this)); + _this._addTouchEventListener$3(t1, "touchmove", new A._TouchAdapter_setup_closure0(_this)); + _this._addTouchEventListener$3(t1, "touchend", new A._TouchAdapter_setup_closure1(_this)); + _this._addTouchEventListener$3(t1, "touchcancel", new A._TouchAdapter_setup_closure2(_this)); }, _convertEventToPointerData$5$change$data$pressed$timeStamp$touch(change, data, pressed, timeStamp, touch) { var t2, t3, t4, t5, t6, t1 = touch.identifier; t1.toString; - t2 = B.JSNumber_methods.round$0(touch.clientX); - B.JSNumber_methods.round$0(touch.clientY); + t2 = touch.clientX; + t2.toString; t3 = $.$get$window(); t4 = t3._debugDevicePixelRatio; if (t4 == null) t4 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - B.JSNumber_methods.round$0(touch.clientX); - t5 = B.JSNumber_methods.round$0(touch.clientY); + t5 = touch.clientY; + t5.toString; t3 = t3._debugDevicePixelRatio; if (t3 == null) t3 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); @@ -140285,109 +142373,111 @@ }; A._TouchAdapter__addTouchEventListener_closure.prototype = { call$1($event) { - return this.handler.call$1(type$.TouchEvent._as($event)); + this.handler.call$1($event); }, - $signature: 206 + $signature: 26 }; A._TouchAdapter_setup_closure.prototype = { call$1($event) { - var timeStamp, pointerData, t2, t3, t4, _i, touch, t5, + var timeStamp, pointerData, t2, t3, t4, t5, t1 = $event.timeStamp; t1.toString; timeStamp = A._BaseAdapter__eventTimeStampToDuration(t1); pointerData = A._setArrayType([], type$.JSArray_PointerData); - for (t1 = $event.changedTouches, t2 = t1.length, t3 = this.$this, t4 = t3._pressedTouches, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - touch = t1[_i]; - t5 = touch.identifier; + for (t1 = A.DomTouchEventExtension_get_changedTouches($event).cast$1$0(0, type$.JavaScriptObject), t1 = t1.get$iterator(t1), t2 = this.$this, t3 = t2._pressedTouches; t1.moveNext$0();) { + t4 = t1.get$current(t1); + t5 = t4.identifier; t5.toString; - if (!t4.contains$1(0, t5)) { - t5 = touch.identifier; + if (!t3.contains$1(0, t5)) { + t5 = t4.identifier; t5.toString; - t4.add$1(0, t5); - t3._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_4, pointerData, true, timeStamp, touch); + t3.add$1(0, t5); + t2._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_4, pointerData, true, timeStamp, t4); } } - t3.__engine$_callback.call$1(pointerData); + t2.__engine$_callback.call$1(pointerData); }, - $signature: 307 + $signature: 96 }; A._TouchAdapter_setup_closure0.prototype = { call$1($event) { - var t1, timeStamp, pointerData, t2, t3, t4, _i, touch, t5; + var t1, timeStamp, pointerData, t2, t3, t4, t5; $event.preventDefault(); t1 = $event.timeStamp; t1.toString; timeStamp = A._BaseAdapter__eventTimeStampToDuration(t1); pointerData = A._setArrayType([], type$.JSArray_PointerData); - for (t1 = $event.changedTouches, t2 = t1.length, t3 = this.$this, t4 = t3._pressedTouches, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - touch = t1[_i]; - t5 = touch.identifier; + for (t1 = A.DomTouchEventExtension_get_changedTouches($event).cast$1$0(0, type$.JavaScriptObject), t1 = t1.get$iterator(t1), t2 = this.$this, t3 = t2._pressedTouches; t1.moveNext$0();) { + t4 = t1.get$current(t1); + t5 = t4.identifier; t5.toString; - if (t4.contains$1(0, t5)) - t3._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_5, pointerData, true, timeStamp, touch); + if (t3.contains$1(0, t5)) + t2._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_5, pointerData, true, timeStamp, t4); } - t3.__engine$_callback.call$1(pointerData); + t2.__engine$_callback.call$1(pointerData); }, - $signature: 307 + $signature: 96 }; A._TouchAdapter_setup_closure1.prototype = { call$1($event) { - var t1, timeStamp, pointerData, t2, t3, t4, _i, touch, t5; + var t1, timeStamp, pointerData, t2, t3, t4, t5; $event.preventDefault(); t1 = $event.timeStamp; t1.toString; timeStamp = A._BaseAdapter__eventTimeStampToDuration(t1); pointerData = A._setArrayType([], type$.JSArray_PointerData); - for (t1 = $event.changedTouches, t2 = t1.length, t3 = this.$this, t4 = t3._pressedTouches, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - touch = t1[_i]; - t5 = touch.identifier; + for (t1 = A.DomTouchEventExtension_get_changedTouches($event).cast$1$0(0, type$.JavaScriptObject), t1 = t1.get$iterator(t1), t2 = this.$this, t3 = t2._pressedTouches; t1.moveNext$0();) { + t4 = t1.get$current(t1); + t5 = t4.identifier; t5.toString; - if (t4.contains$1(0, t5)) { - t5 = touch.identifier; + if (t3.contains$1(0, t5)) { + t5 = t4.identifier; t5.toString; - t4.remove$1(0, t5); - t3._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_6, pointerData, false, timeStamp, touch); + t3.remove$1(0, t5); + t2._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_6, pointerData, false, timeStamp, t4); } } - t3.__engine$_callback.call$1(pointerData); + t2.__engine$_callback.call$1(pointerData); }, - $signature: 307 + $signature: 96 }; A._TouchAdapter_setup_closure2.prototype = { call$1($event) { - var timeStamp, pointerData, t2, t3, t4, _i, touch, t5, + var timeStamp, pointerData, t2, t3, t4, t5, t1 = $event.timeStamp; t1.toString; timeStamp = A._BaseAdapter__eventTimeStampToDuration(t1); pointerData = A._setArrayType([], type$.JSArray_PointerData); - for (t1 = $event.changedTouches, t2 = t1.length, t3 = this.$this, t4 = t3._pressedTouches, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - touch = t1[_i]; - t5 = touch.identifier; + for (t1 = A.DomTouchEventExtension_get_changedTouches($event).cast$1$0(0, type$.JavaScriptObject), t1 = t1.get$iterator(t1), t2 = this.$this, t3 = t2._pressedTouches; t1.moveNext$0();) { + t4 = t1.get$current(t1); + t5 = t4.identifier; t5.toString; - if (t4.contains$1(0, t5)) { - t5 = touch.identifier; + if (t3.contains$1(0, t5)) { + t5 = t4.identifier; t5.toString; - t4.remove$1(0, t5); - t3._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_0, pointerData, false, timeStamp, touch); + t3.remove$1(0, t5); + t2._convertEventToPointerData$5$change$data$pressed$timeStamp$touch(B.PointerChange_0, pointerData, false, timeStamp, t4); } } - t3.__engine$_callback.call$1(pointerData); + t2.__engine$_callback.call$1(pointerData); }, - $signature: 307 + $signature: 96 }; A._MouseAdapter.prototype = { - _addMouseEventListener$3$acceptOutsideGlasspane(eventName, handler, acceptOutsideGlasspane) { - this.addEventListener$3$acceptOutsideGlasspane(0, eventName, new A._MouseAdapter__addMouseEventListener_closure(handler), acceptOutsideGlasspane); + _addMouseEventListener$4$useCapture(target, eventName, handler, useCapture) { + this.addEventListener$4$useCapture(0, target, eventName, new A._MouseAdapter__addMouseEventListener_closure(handler), useCapture); }, - _addMouseEventListener$2(eventName, handler) { - return this._addMouseEventListener$3$acceptOutsideGlasspane(eventName, handler, false); + _addMouseEventListener$3(target, eventName, handler) { + return this._addMouseEventListener$4$useCapture(target, eventName, handler, true); }, setup$0() { - var _this = this; - _this._addMouseEventListener$2("mousedown", new A._MouseAdapter_setup_closure(_this)); - _this._addMouseEventListener$3$acceptOutsideGlasspane("mousemove", new A._MouseAdapter_setup_closure0(_this), true); - _this._addMouseEventListener$3$acceptOutsideGlasspane("mouseup", new A._MouseAdapter_setup_closure1(_this), true); - _this._addWheelEventListener$1(new A._MouseAdapter_setup_closure2(_this)); + var _this = this, + t1 = _this.glassPaneElement; + _this._addMouseEventListener$3(t1, "mousedown", new A._MouseAdapter_setup_closure(_this)); + _this._addMouseEventListener$3(self.window, "mousemove", new A._MouseAdapter_setup_closure0(_this)); + _this._addMouseEventListener$4$useCapture(t1, "mouseleave", new A._MouseAdapter_setup_closure1(_this), false); + _this._addMouseEventListener$3(self.window, "mouseup", new A._MouseAdapter_setup_closure2(_this)); + _this._addWheelEventListener$1(new A._MouseAdapter_setup_closure3(_this)); }, _convertEventsToPointerData$3$data$details$event(data, details, $event) { var t2, t3, t4, t5, @@ -140395,13 +142485,11 @@ t1.toString; t1 = A._BaseAdapter__eventTimeStampToDuration(t1); t2 = $event.clientX; - $event.clientY; t2.toString; t3 = $.$get$window(); t4 = t3._debugDevicePixelRatio; if (t4 == null) t4 = A.EnginePlatformDispatcher_browserDevicePixelRatio(); - $event.clientX; t5 = $event.clientY; t5.toString; t3 = t3._debugDevicePixelRatio; @@ -140412,9 +142500,9 @@ }; A._MouseAdapter__addMouseEventListener_closure.prototype = { call$1($event) { - return this.handler.call$1(type$.MouseEvent._as($event)); + this.handler.call$1($event); }, - $signature: 206 + $signature: 26 }; A._MouseAdapter_setup_closure.prototype = { call$1($event) { @@ -140433,7 +142521,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, t4), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 443 + $signature: 96 }; A._MouseAdapter_setup_closure0.prototype = { call$1($event) { @@ -140451,9 +142539,24 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 443 + $signature: 96 }; A._MouseAdapter_setup_closure1.prototype = { + call$1($event) { + var details, + pointerData = A._setArrayType([], type$.JSArray_PointerData), + t1 = this.$this, + t2 = $event.buttons; + t2.toString; + details = t1._sanitizer.sanitizeLeaveEvent$1$buttons(t2); + if (details != null) { + t1._convertEventsToPointerData$3$data$details$event(pointerData, details, $event); + t1.__engine$_callback.call$1(pointerData); + } + }, + $signature: 96 + }; + A._MouseAdapter_setup_closure2.prototype = { call$1($event) { var pointerData = A._setArrayType([], type$.JSArray_PointerData), t1 = this.$this, @@ -140463,13 +142566,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 443 + $signature: 96 }; - A._MouseAdapter_setup_closure2.prototype = { + A._MouseAdapter_setup_closure3.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 86 + $signature: 26 }; A._PointerState.prototype = {}; A.PointerDataConverter.prototype = { @@ -140607,7 +142710,7 @@ call$0() { return new A._PointerState(this.x, this.y); }, - $signature: 1075 + $signature: 1421 }; A.Profiler.prototype = {}; A.JsPromise.prototype = {}; @@ -140639,7 +142742,7 @@ throw A.wrapException(A.Exception_Exception("Shader compilation failed: " + A.S(A.callMethod(t1, "getShaderInfoLog", [shader])))); return shader; }, - dispose$0(_) { + dispose$0() { var loseContextExtension = this.glContext.getExtension("WEBGL_lose_context"); if (loseContextExtension != null) loseContextExtension.loseContext(); @@ -140665,20 +142768,32 @@ }, readPatternData$1(isOpaque) { var canvas, _this = this, - t1 = "transferToImageBitmap" in _this.__engine$_canvas && isOpaque; - if (t1) { - _this.__engine$_canvas.getContext("webgl2"); + t1 = _this.__engine$_canvas; + if (t1 != null && "transferToImageBitmap" in t1 && isOpaque) { + t1.getContext("webgl2"); return _this.__engine$_canvas.transferToImageBitmap(); } else { t1 = _this._widthInPixels; - canvas = A.CanvasElement_CanvasElement(_this._heightInPixels, t1); - _this.drawImage$3(0, canvas.getContext("2d"), 0, 0); + canvas = A.createDomCanvasElement(_this._heightInPixels, t1); + t1 = A.DomCanvasElementExtension_getContext(canvas, "2d", null); + t1.toString; + _this.drawImage$3(0, type$.JavaScriptObject._as(t1), 0, 0); return canvas; } } }; A.OffScreenCanvas.prototype = { - dispose$0(_) { + _updateCanvasCssSize$1(element) { + var t1 = this.width, + t2 = A.EnginePlatformDispatcher_browserDevicePixelRatio(), + t3 = this.height, + t4 = A.EnginePlatformDispatcher_browserDevicePixelRatio(), + t5 = element.style; + A.DomCSSStyleDeclarationExtension_setProperty(t5, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t5, "width", A.S(t1 / t2) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t5, "height", A.S(t3 / t4) + "px"); + }, + dispose$0() { this.canvasElement = this.offScreenCanvas = null; } }; @@ -140690,14 +142805,14 @@ var liveRegion, t1 = this.__engine$_element; if (t1 == null) { - liveRegion = document.createElement("label"); - liveRegion.setAttribute("id", "accessibility-element"); + liveRegion = A.DomDocumentExtension_createElement(self.document, "label"); + A.callMethod(liveRegion, "setAttribute", ["id", "accessibility-element"]); t1 = liveRegion.style; - t1.position = "fixed"; - t1.overflow = "hidden"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(-99999px, -99999px)", ""); - t1.width = "1px"; - t1.height = "1px"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "fixed"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "overflow", "hidden"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", "translate(-99999px, -99999px)"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", "1px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", "1px"); this.__engine$_element = liveRegion; t1 = liveRegion; } @@ -140708,11 +142823,11 @@ t1 = type$.Map_dynamic_dynamic, message = A._asStringQ(J.$index$asx(t1._as(J.$index$asx(t1._as(codec.decodeMessage$1(data)), "data")), "message")); if (message != null && message.length !== 0) { - _this.get$_domElement().setAttribute("aria-live", "polite"); + A.callMethod(_this.get$_domElement(), "setAttribute", ["aria-live", "polite"]); _this.get$_domElement().textContent = message; - t1 = document.body; + t1 = self.document.body; t1.toString; - t1.appendChild(_this.get$_domElement()); + t1.append(_this.get$_domElement()); _this._removeElementTimer = A.Timer_Timer(B.Duration_5000000, new A.AccessibilityAnnouncements_handleMessage_closure(_this)); } } @@ -140727,9 +142842,7 @@ }; A.AccessibilityAnnouncements_handleMessage_closure.prototype = { call$0() { - var t1 = this.$this.__engine$_element; - t1.toString; - B.LabelElement_methods.remove$0(t1); + this.$this.__engine$_element.remove(); }, $signature: 0 }; @@ -140740,7 +142853,8 @@ }; A.Checkable.prototype = { update$0(_) { - var element, t2, _s4_ = "true", + var element, t2, + _s12_ = "setAttribute", t1 = this.semanticsObject; if ((t1._dirtyFields & 1) !== 0) { switch (this.__engine$_kind.index) { @@ -140758,16 +142872,16 @@ } if (t1.enabledState$0() === B.EnabledState_2) { element = t1.element; - element.setAttribute("aria-disabled", _s4_); - element.setAttribute("disabled", _s4_); + A.callMethod(element, _s12_, ["aria-disabled", "true"]); + A.callMethod(element, _s12_, ["disabled", "true"]); } else this._removeDisabledAttribute$0(); t2 = t1.__engine$_flags; - t2 = (t2 & 2) !== 0 || (t2 & 131072) !== 0 ? _s4_ : "false"; - t1.element.setAttribute("aria-checked", t2); + t2 = (t2 & 2) !== 0 || (t2 & 131072) !== 0 ? "true" : "false"; + A.callMethod(t1.element, _s12_, ["aria-checked", t2]); } }, - dispose$0(_) { + dispose$0() { var _this = this; switch (_this.__engine$_kind.index) { case 0: @@ -140792,7 +142906,7 @@ }; A.ImageRoleManager.prototype = { update$0(_) { - var t2, t3, t4, _this = this, + var t2, t3, _this = this, t1 = _this.semanticsObject; if (t1.get$isVisualOnly()) { t2 = t1.__engine$_childrenInTraversalOrder; @@ -140801,29 +142915,26 @@ t2 = false; if (t2) { if (_this._auxiliaryImageElement == null) { - _this._auxiliaryImageElement = A._ElementFactoryProvider_createElement_tag("flt-semantics-img", null); + _this._auxiliaryImageElement = A.DomDocumentExtension_createElement(self.document, "flt-semantics-img"); t2 = t1.__engine$_childrenInTraversalOrder; if (t2 != null && !B.NativeInt32List_methods.get$isEmpty(t2)) { t2 = _this._auxiliaryImageElement.style; - t2.position = "absolute"; - t2.top = "0"; - t2.left = "0"; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "top", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "left", "0"); t3 = t1.__engine$_rect; - t4 = t3.right; - t3 = t3.left; - t2.width = A.S(t4 - t3) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "width", A.S(t3.right - t3.left) + "px"); t3 = t1.__engine$_rect; - t4 = t3.bottom; - t3 = t3.top; - t2.height = A.S(t4 - t3) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "height", A.S(t3.bottom - t3.top) + "px"); } - t2 = _this._auxiliaryImageElement.style; - t2.fontSize = "6px"; + A.DomCSSStyleDeclarationExtension_setProperty(_this._auxiliaryImageElement.style, "font-size", "6px"); t2 = _this._auxiliaryImageElement; t2.toString; - t1.element.appendChild(t2); + t1.element.append(t2); } - _this._auxiliaryImageElement.setAttribute("role", "img"); + t1 = _this._auxiliaryImageElement; + t1.toString; + A.callMethod(t1, "setAttribute", ["role", "img"]); _this._setLabel$1(_this._auxiliaryImageElement); } else if (t1.get$isVisualOnly()) { t1.setAriaRole$2("img", true); @@ -140839,13 +142950,13 @@ if (t1 != null && t1.length !== 0) { element.toString; t1.toString; - element.setAttribute("aria-label", t1); + A.callMethod(element, "setAttribute", ["aria-label", t1]); } }, _cleanUpAuxiliaryElement$0() { var t1 = this._auxiliaryImageElement; if (t1 != null) { - J.remove$0$ax(t1); + t1.remove(); this._auxiliaryImageElement = null; } }, @@ -140854,7 +142965,7 @@ t1.setAriaRole$2("img", false); t1.element.removeAttribute("aria-label"); }, - dispose$0(_) { + dispose$0() { this._cleanUpAuxiliaryElement$0(); this._cleanupElement$0(); } @@ -140863,10 +142974,10 @@ Incrementable$1(semanticsObject) { var _this = this, t1 = _this.__engine$_element; - semanticsObject.element.appendChild(t1); + semanticsObject.element.append(t1); t1.type = "range"; - t1.setAttribute("role", "slider"); - B.InputElement_methods.addEventListener$2(t1, "change", new A.Incrementable_closure(_this, semanticsObject)); + A.callMethod(t1, "setAttribute", ["role", "slider"]); + A.DomEventTargetExtension_addEventListener(t1, "change", A.allowInterop(new A.Incrementable_closure(_this, semanticsObject)), null); t1 = new A.Incrementable_closure0(_this); _this._gestureModeListener = t1; semanticsObject.owner._gestureModeListeners.push(t1); @@ -140894,7 +143005,8 @@ t1.disabled = false; }, _updateInputValues$0() { - var t1, updateNeeded, surrogateTextValue, t2, t3, surrogateMaxTextValue, surrogateMinTextValue, _this = this; + var t1, updateNeeded, surrogateTextValue, t2, t3, surrogateMaxTextValue, surrogateMinTextValue, _this = this, + _s12_ = "setAttribute"; if (!_this._pendingResync) { t1 = _this.semanticsObject._dirtyFields; updateNeeded = (t1 & 4096) !== 0 || (t1 & 8192) !== 0 || (t1 & 16384) !== 0; @@ -140906,17 +143018,17 @@ surrogateTextValue = "" + _this._currentSurrogateValue; t1 = _this.__engine$_element; t1.value = surrogateTextValue; - t1.setAttribute("aria-valuenow", surrogateTextValue); + A.callMethod(t1, _s12_, ["aria-valuenow", surrogateTextValue]); t2 = _this.semanticsObject; t3 = t2.__engine$_value; t3.toString; - t1.setAttribute("aria-valuetext", t3); + A.callMethod(t1, _s12_, ["aria-valuetext", t3]); surrogateMaxTextValue = t2._increasedValue.length !== 0 ? "" + (_this._currentSurrogateValue + 1) : surrogateTextValue; t1.max = surrogateMaxTextValue; - t1.setAttribute("aria-valuemax", surrogateMaxTextValue); + A.callMethod(t1, _s12_, ["aria-valuemax", surrogateMaxTextValue]); surrogateMinTextValue = t2._decreasedValue.length !== 0 ? "" + (_this._currentSurrogateValue - 1) : surrogateTextValue; t1.min = surrogateMinTextValue; - t1.setAttribute("aria-valuemin", surrogateMinTextValue); + A.callMethod(t1, _s12_, ["aria-valuemin", surrogateMinTextValue]); }, _disableBrowserGestureHandling$0() { var t1 = this.__engine$_element, @@ -140926,13 +143038,12 @@ return; t1.disabled = true; }, - dispose$0(_) { - var t1, _this = this; + dispose$0() { + var _this = this; B.JSArray_methods.remove$1(_this.semanticsObject.owner._gestureModeListeners, _this._gestureModeListener); _this._gestureModeListener = null; _this._disableBrowserGestureHandling$0(); - t1 = _this.__engine$_element; - (t1 && B.InputElement_methods).remove$0(t1); + _this.__engine$_element.remove(); } }; A.Incrementable_closure.prototype = { @@ -140959,84 +143070,88 @@ A.invoke3(t1._onSemanticsAction, t1._onSemanticsActionZone, this.semanticsObject.id, B.SemanticsAction_128, null); } }, - $signature: 86 + $signature: 26 }; A.Incrementable_closure0.prototype = { call$1(mode) { this.$this.update$0(0); }, - $signature: 776 + $signature: 738 }; A.LabelAndValue.prototype = { update$0(_) { - var t4, shouldDisplayValue, t5, t6, _this = this, + var t5, shouldDisplayValue, _this = this, t1 = _this.semanticsObject, t2 = t1.__engine$_value, hasValue = t2 != null && t2.length !== 0, t3 = t1.__engine$_label, - hasLabel = t3 != null && t3.length !== 0; + hasLabel = t3 != null && t3.length !== 0, + t4 = t1.__engine$_tooltip, + hasTooltip = t4 != null && t4.length !== 0; if (hasValue) { - t4 = t1.__engine$_actions; - t4.toString; - shouldDisplayValue = !((t4 & 64) !== 0 || (t4 & 128) !== 0); + t5 = t1.__engine$_actions; + t5.toString; + shouldDisplayValue = !((t5 & 64) !== 0 || (t5 & 128) !== 0); } else shouldDisplayValue = false; - if (!hasLabel && !shouldDisplayValue && true) { + t5 = !hasLabel; + if (t5 && !shouldDisplayValue && !hasTooltip) { _this._cleanUpDom$0(); return; } + if (hasTooltip) { + t4 = A.S(t4); + if (!t5 || shouldDisplayValue) + t4 += "\n"; + } else + t4 = ""; if (hasLabel) { - t3 = A.S(t3); + t3 = t4 + A.S(t3); if (shouldDisplayValue) t3 += " "; } else - t3 = ""; + t3 = t4; t2 = shouldDisplayValue ? t3 + A.S(t2) : t3; t3 = t1.element; t2 = t2.charCodeAt(0) == 0 ? t2 : t2; - t3.setAttribute("aria-label", t2); + A.callMethod(t3, "setAttribute", ["aria-label", t2]); if ((t1.__engine$_flags & 512) !== 0) t1.setAriaRole$2("heading", true); if (_this._auxiliaryValueElement == null) { - _this._auxiliaryValueElement = A._ElementFactoryProvider_createElement_tag("flt-semantics-value", null); + _this._auxiliaryValueElement = A.DomDocumentExtension_createElement(self.document, "flt-semantics-value"); t4 = t1.__engine$_childrenInTraversalOrder; if (t4 != null && !B.NativeInt32List_methods.get$isEmpty(t4)) { t4 = _this._auxiliaryValueElement.style; - t4.position = "absolute"; - t4.top = "0"; - t4.left = "0"; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t4, "top", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t4, "left", "0"); t5 = t1.__engine$_rect; - t6 = t5.right; - t5 = t5.left; - t4.width = A.S(t6 - t5) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "width", A.S(t5.right - t5.left) + "px"); t1 = t1.__engine$_rect; - t5 = t1.bottom; - t1 = t1.top; - t4.height = A.S(t5 - t1) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "height", A.S(t1.bottom - t1.top) + "px"); } t1 = _this._auxiliaryValueElement.style; t4 = $._configuration; - if (t4 == null) - t4 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t4 = t4.get$debugShowSemanticsNodes(t4) ? "12px" : "6px"; - t1.fontSize = t4; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "font-size", (t4 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t4).get$debugShowSemanticsNodes() ? "12px" : "6px"); t1 = _this._auxiliaryValueElement; t1.toString; - t3.appendChild(t1); + t3.append(t1); } - _this._auxiliaryValueElement.textContent = t2; + t1 = _this._auxiliaryValueElement; + t1.toString; + t1.textContent = t2; }, _cleanUpDom$0() { var t1 = this._auxiliaryValueElement; if (t1 != null) { - J.remove$0$ax(t1); + t1.remove(); this._auxiliaryValueElement = null; } t1 = this.semanticsObject; t1.element.removeAttribute("aria-label"); t1.setAriaRole$2("heading", false); }, - dispose$0(_) { + dispose$0() { this._cleanUpDom$0(); } }; @@ -141047,18 +143162,18 @@ t2 = t2 != null && t2.length !== 0; t1 = t1.element; if (t2) - t1.setAttribute("aria-live", "polite"); + A.callMethod(t1, "setAttribute", ["aria-live", "polite"]); else t1.removeAttribute("aria-live"); }, - dispose$0(_) { + dispose$0() { this.semanticsObject.element.removeAttribute("aria-live"); } }; A.Scrollable0.prototype = { _recomputeScrollPosition$0() { var t1, t2, t3, semanticsId, _this = this, _null = null; - if (_this.get$_domScrollPosition() !== _this._effectiveNeutralScrollPosition) { + if (_this.get$_domScrollPosition() != _this._effectiveNeutralScrollPosition) { t1 = _this.semanticsObject; if (!t1.owner.shouldAcceptBrowserGesture$1("scroll")) return; @@ -141095,18 +143210,16 @@ if (_this._scrollListener == null) { t1 = _this.semanticsObject; t2 = t1.element; - t3 = t2.style; - t3.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t3, B.CssStyleDeclaration_methods._browserPropertyName$1(t3, "touch-action"), "none", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t2.style, "touch-action", "none"); _this._gestureModeDidChange$0(); t1 = t1.owner; t1._oneTimePostUpdateCallbacks.push(new A.Scrollable_update_closure(_this)); t3 = new A.Scrollable_update_closure0(_this); _this._gestureModeListener = t3; t1._gestureModeListeners.push(t3); - t3 = new A.Scrollable_update_closure1(_this); + t3 = A.allowInterop(new A.Scrollable_update_closure1(_this)); _this._scrollListener = t3; - J.addEventListener$2$x(t2, "scroll", t3); + A.DomEventTargetExtension_addEventListener(t2, "scroll", t3, null); } }, get$_domScrollPosition() { @@ -141116,9 +143229,9 @@ t2 = (t2 & 32) !== 0 || (t2 & 16) !== 0; t1 = t1.element; if (t2) - return B.JSNumber_methods.round$0(t1.scrollTop); + return J.round$0$n(t1.scrollTop); else - return B.JSNumber_methods.round$0(t1.scrollLeft); + return J.round$0$n(t1.scrollLeft); }, _neutralizeDomScrollPosition$0() { var t1 = this.semanticsObject, @@ -141127,13 +143240,17 @@ t2.toString; if ((t2 & 32) !== 0 || (t2 & 16) !== 0) { element.scrollTop = 10; - t1.verticalContainerAdjustment = this._effectiveNeutralScrollPosition = B.JSNumber_methods.round$0(element.scrollTop); + t2 = J.round$0$n(element.scrollTop); + this._effectiveNeutralScrollPosition = t2; + t2.toString; + t1.verticalContainerAdjustment = t2; t1.horizontalContainerAdjustment = 0; } else { element.scrollLeft = 10; - t2 = B.JSNumber_methods.round$0(element.scrollLeft); + t2 = J.round$0$n(element.scrollLeft); this._effectiveNeutralScrollPosition = t2; t1.verticalContainerAdjustment = 0; + t2.toString; t1.horizontalContainerAdjustment = t2; } }, @@ -141146,44 +143263,34 @@ case 1: t1 = t1.__engine$_actions; t1.toString; - if ((t1 & 32) !== 0 || (t1 & 16) !== 0) { - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_), "scroll", ""); - } else { - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_0), "scroll", ""); - } + if ((t1 & 32) !== 0 || (t1 & 16) !== 0) + A.DomCSSStyleDeclarationExtension_setProperty(element.style, _s10_, "scroll"); + else + A.DomCSSStyleDeclarationExtension_setProperty(element.style, _s10_0, "scroll"); break; case 0: t1 = t1.__engine$_actions; t1.toString; - if ((t1 & 32) !== 0 || (t1 & 16) !== 0) { - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_), "hidden", ""); - } else { - t1 = element.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_0), "hidden", ""); - } + if ((t1 & 32) !== 0 || (t1 & 16) !== 0) + A.DomCSSStyleDeclarationExtension_setProperty(element.style, _s10_, "hidden"); + else + A.DomCSSStyleDeclarationExtension_setProperty(element.style, _s10_0, "hidden"); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - dispose$0(_) { - var t3, _this = this, + dispose$0() { + var _this = this, t1 = _this.semanticsObject, t2 = t1.element, - style = t2.style; - style.removeProperty("overflowY"); - style.removeProperty("overflowX"); - style.removeProperty("touch-action"); + t3 = t2.style; + t3.removeProperty("overflowY"); + t3.removeProperty("overflowX"); + t3.removeProperty("touch-action"); t3 = _this._scrollListener; if (t3 != null) - J.removeEventListener$2$x(t2, "scroll", t3); + A.DomEventTargetExtension_removeEventListener(t2, "scroll", t3, null); B.JSArray_methods.remove$1(t1.owner._gestureModeListeners, _this._gestureModeListener); _this._gestureModeListener = null; } @@ -141198,16 +143305,72 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 776 + $signature: 738 }; A.Scrollable_update_closure1.prototype = { call$1(_) { this.$this._recomputeScrollPosition$0(); }, - $signature: 86 + $signature: 26 + }; + A.EngineAccessibilityFeatures.prototype = { + toString$0(_) { + var features = A._setArrayType([], type$.JSArray_String), + t1 = this.__engine$_index; + if ((t1 & 1) !== 0) + features.push("accessibleNavigation"); + if ((t1 & 2) !== 0) + features.push("invertColors"); + if ((t1 & 4) !== 0) + features.push("disableAnimations"); + if ((t1 & 8) !== 0) + features.push("boldText"); + if ((t1 & 16) !== 0) + features.push("reduceMotion"); + if ((t1 & 32) !== 0) + features.push("highContrast"); + if ((t1 & 64) !== 0) + features.push("onOffSwitchLabels"); + return "AccessibilityFeatures" + A.S(features); + }, + $eq(_, other) { + if (other == null) + return false; + if (J.get$runtimeType$(other) !== A.getRuntimeType(this)) + return false; + return other instanceof A.EngineAccessibilityFeatures && other.__engine$_index === this.__engine$_index; + }, + get$hashCode(_) { + return B.JSInt_methods.get$hashCode(this.__engine$_index); + }, + copyWith$2$accessibleNavigation$highContrast(accessibleNavigation, highContrast) { + var t1 = (accessibleNavigation == null ? (this.__engine$_index & 1) !== 0 : accessibleNavigation) ? 1 : 0, + t2 = this.__engine$_index; + t1 = (t2 & 2) !== 0 ? t1 | 2 : t1 & 4294967293; + t1 = (t2 & 4) !== 0 ? t1 | 4 : t1 & 4294967291; + t1 = (t2 & 8) !== 0 ? t1 | 8 : t1 & 4294967287; + t1 = (t2 & 16) !== 0 ? t1 | 16 : t1 & 4294967279; + t1 = (highContrast == null ? (t2 & 32) !== 0 : highContrast) ? t1 | 32 : t1 & 4294967263; + return new A.EngineAccessibilityFeatures((t2 & 64) !== 0 ? t1 | 64 : t1 & 4294967231); + }, + copyWith$1$highContrast(highContrast) { + return this.copyWith$2$accessibleNavigation$highContrast(null, highContrast); + }, + copyWith$1$accessibleNavigation(accessibleNavigation) { + return this.copyWith$2$accessibleNavigation$highContrast(accessibleNavigation, null); + } + }; + A.EngineAccessibilityFeaturesBuilder.prototype = { + set$highContrast(value) { + var t1 = this.__engine$_index; + this.__engine$_index = value ? t1 | 32 : t1 & 4294967263; + }, + build$0() { + return new A.EngineAccessibilityFeatures(this.__engine$_index); + } }; A.SemanticsUpdate.prototype = { - dispose$0(_) { + dispose$0() { } }; A.SemanticsNodeUpdate.prototype = { @@ -141227,52 +143390,46 @@ call$1(object) { return A.Incrementable$(object); }, - $signature: 1161 + $signature: 1542 }; A._roleFactories_closure0.prototype = { call$1(object) { return new A.Scrollable0(object); }, - $signature: 1162 + $signature: 1560 }; A._roleFactories_closure1.prototype = { call$1(object) { return new A.LabelAndValue(object); }, - $signature: 1164 + $signature: 1855 }; A._roleFactories_closure2.prototype = { call$1(object) { return new A.Tappable(object); }, - $signature: 1166 + $signature: 2100 }; A._roleFactories_closure3.prototype = { call$1(object) { - var t3, t4, t5, - _s15_ = "editableElement", + var t3, t4, + _s12_ = "setAttribute", t1 = new A.TextField0(object), - t2 = (object.__engine$_flags & 524288) !== 0 ? document.createElement("textarea") : A.InputElement_InputElement(null); - A._lateWriteOnceCheck($, _s15_); - t1.__TextField_editableElement = t2; - t3 = A._lateReadCheck(t2, _s15_); - t3.spellcheck = false; - t3.setAttribute("autocorrect", "off"); - t3.setAttribute("autocomplete", "off"); - t3.setAttribute("data-semantics-role", "text-field"); - t3 = A._lateReadCheck(t2, _s15_).style; - t3.position = "absolute"; - t3.top = "0"; - t3.left = "0"; + t2 = (object.__engine$_flags & 524288) !== 0 ? A.DomDocumentExtension_createElement(self.document, "textarea") : A.DomDocumentExtension_createElement(self.document, "input"); + t1.__TextField_editableElement_F = t2; + t2.spellcheck = false; + A.callMethod(t2, _s12_, ["autocorrect", "off"]); + A.callMethod(t2, _s12_, ["autocomplete", "off"]); + A.callMethod(t2, _s12_, ["data-semantics-role", "text-field"]); + t3 = t2.style; + A.DomCSSStyleDeclarationExtension_setProperty(t3, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t3, "top", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t3, "left", "0"); t4 = object.__engine$_rect; - t5 = t4.right; - t4 = t4.left; - t3.width = A.S(t5 - t4) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t3, "width", A.S(t4.right - t4.left) + "px"); t4 = object.__engine$_rect; - t5 = t4.bottom; - t4 = t4.top; - t3.height = A.S(t5 - t4) + "px"; - object.element.appendChild(A._lateReadCheck(t2, _s15_)); + A.DomCSSStyleDeclarationExtension_setProperty(t3, "height", A.S(t4.bottom - t4.top) + "px"); + object.element.append(t2); t2 = $.$get$_browserEngine(); switch (t2) { case B.BrowserEngine_0: @@ -141291,67 +143448,42 @@ } return t1; }, - $signature: 1167 + $signature: 2109 }; A._roleFactories_closure4.prototype = { call$1(object) { return new A.Checkable(A._checkableKindFromSemanticsFlag(object), object); }, - $signature: 1175 + $signature: 2110 }; A._roleFactories_closure5.prototype = { call$1(object) { return new A.ImageRoleManager(object); }, - $signature: 1194 + $signature: 2298 }; A._roleFactories_closure6.prototype = { call$1(object) { return new A.LiveRegion(object); }, - $signature: 1204 + $signature: 2307 }; A.RoleManager.prototype = {}; A.SemanticsObject.prototype = { - SemanticsObject$2(id, owner) { - var t1 = this.element, - t2 = t1.style; - t2.position = "absolute"; - if (this.id === 0) { - t2 = $._configuration; - if (t2 == null) - t2 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - t2 = !t2.get$debugShowSemanticsNodes(t2); - } else - t2 = false; - if (t2) { - t2 = t1.style; - t2.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t2, B.CssStyleDeclaration_methods._browserPropertyName$1(t2, "filter"), "opacity(0%)", ""); - t2 = t1.style; - t2.color = "rgba(0,0,0,0)"; - } - t2 = $._configuration; - if (t2 == null) - t2 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); - if (t2.get$debugShowSemanticsNodes(t2)) { - t1 = t1.style; - t1.outline = "1px solid green"; - } - }, get$value(_) { return this.__engine$_value; }, getOrCreateChildContainer$0() { var t1, _this = this; if (_this._childContainerElement == null) { - t1 = A._ElementFactoryProvider_createElement_tag("flt-semantics-container", null); + t1 = A.DomDocumentExtension_createElement(self.document, "flt-semantics-container"); _this._childContainerElement = t1; t1 = t1.style; - t1.position = "absolute"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "pointer-events", "none"); t1 = _this._childContainerElement; t1.toString; - _this.element.appendChild(t1); + _this.element.append(t1); } return _this._childContainerElement; }, @@ -141376,10 +143508,101 @@ else return B.EnabledState_0; }, + updateChildren$0() { + var t1, len, t2, i, object, childCount, containerElement, childrenInRenderOrder, t3, t4, previousChildrenInRenderOrder, _i, child, previousCount, intersectionIndicesOld, minLength, newIndex, oldIndex, longestSequence, stationaryIds, refNode, _this = this, + childrenInHitTestOrder = _this._childrenInHitTestOrder; + if (childrenInHitTestOrder == null || childrenInHitTestOrder.length === 0) { + t1 = _this._currentChildrenInRenderOrder; + if (t1 == null || t1.length === 0) { + _this._currentChildrenInRenderOrder = null; + return; + } + len = t1.length; + for (t1 = _this.owner, t2 = t1._semanticsTree, i = 0; i < len; ++i) { + object = t2.$index(0, _this._currentChildrenInRenderOrder[i].id); + t1._detachments.push(object); + } + _this._childContainerElement.remove(); + _this._currentChildrenInRenderOrder = _this._childContainerElement = null; + return; + } + t1 = _this.__engine$_childrenInTraversalOrder; + t1.toString; + childCount = childrenInHitTestOrder.length; + containerElement = _this.getOrCreateChildContainer$0(); + childrenInRenderOrder = A._setArrayType([], type$.JSArray_SemanticsObject); + for (t2 = _this.owner, t3 = t2._semanticsTree, i = 0; i < childCount; ++i) { + t4 = t3.$index(0, t1[i]); + t4.toString; + childrenInRenderOrder.push(t4); + } + if (childCount > 1) + for (i = 0; i < childCount; ++i) { + t1 = t3.$index(0, childrenInHitTestOrder[i]).element.style; + t1.setProperty("z-index", "" + (childCount - i), ""); + } + previousChildrenInRenderOrder = _this._currentChildrenInRenderOrder; + if (previousChildrenInRenderOrder == null || previousChildrenInRenderOrder.length === 0) { + for (t1 = childrenInRenderOrder.length, _i = 0; _i < childrenInRenderOrder.length; childrenInRenderOrder.length === t1 || (0, A.throwConcurrentModificationError)(childrenInRenderOrder), ++_i) { + child = childrenInRenderOrder[_i]; + containerElement.toString; + containerElement.append(child.element); + child.__engine$_parent = _this; + t2._attachments.$indexSet(0, child.id, _this); + } + _this._currentChildrenInRenderOrder = childrenInRenderOrder; + return; + } + previousCount = previousChildrenInRenderOrder.length; + t1 = type$.JSArray_int; + intersectionIndicesOld = A._setArrayType([], t1); + minLength = Math.min(previousCount, childCount); + newIndex = 0; + while (true) { + if (!(newIndex < minLength && previousChildrenInRenderOrder[newIndex] == childrenInRenderOrder[newIndex])) + break; + intersectionIndicesOld.push(newIndex); + ++newIndex; + } + if (previousCount === childrenInRenderOrder.length && newIndex === childCount) + return; + for (; newIndex < childCount;) { + for (oldIndex = 0; oldIndex < previousCount; ++oldIndex) + if (previousChildrenInRenderOrder[oldIndex] == childrenInRenderOrder[newIndex]) { + intersectionIndicesOld.push(oldIndex); + break; + } + ++newIndex; + } + longestSequence = A.longestIncreasingSubsequence(intersectionIndicesOld); + stationaryIds = A._setArrayType([], t1); + for (t1 = longestSequence.length, i = 0; i < t1; ++i) + stationaryIds.push(previousChildrenInRenderOrder[intersectionIndicesOld[longestSequence[i]]].id); + for (i = 0; i < previousCount; ++i) + if (!B.JSArray_methods.contains$1(intersectionIndicesOld, i)) { + object = t3.$index(0, previousChildrenInRenderOrder[i].id); + t2._detachments.push(object); + } + for (i = childCount - 1, refNode = null; i >= 0; --i) { + child = childrenInRenderOrder[i]; + t1 = child.id; + if (!B.JSArray_methods.contains$1(stationaryIds, t1)) { + t3 = child.element; + if (refNode == null) + containerElement.append(t3); + else + containerElement.insertBefore(t3, refNode); + child.__engine$_parent = _this; + t2._attachments.$indexSet(0, t1, _this); + } + refNode = child.element; + } + _this._currentChildrenInRenderOrder = childrenInRenderOrder; + }, setAriaRole$2(ariaRoleName, condition) { var t1; if (condition) - this.element.setAttribute("role", ariaRoleName); + A.callMethod(this.element, "setAttribute", ["role", ariaRoleName]); else { t1 = this.element; if (t1.getAttribute("role") === ariaRoleName) @@ -141396,22 +143619,18 @@ } manager.update$0(0); } else if (manager != null) { - manager.dispose$0(0); + manager.dispose$0(); t1.remove$1(0, role); } }, recomputePositionAndSize$0() { - var containerElement, hasZeroRectOffset, transform, hasIdentityTransform, effectiveTransform, left, $top, effectiveTransformIsIdentity, t5, _this = this, + var containerElement, hasZeroRectOffset, transform, hasIdentityTransform, effectiveTransform, left, $top, effectiveTransformIsIdentity, t4, t5, _this = this, t1 = _this.element, t2 = t1.style, - t3 = _this.__engine$_rect, - t4 = t3.right; - t3 = t3.left; - t2.width = A.S(t4 - t3) + "px"; + t3 = _this.__engine$_rect; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "width", A.S(t3.right - t3.left) + "px"); t3 = _this.__engine$_rect; - t4 = t3.bottom; - t3 = t3.top; - t2.height = A.S(t4 - t3) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "height", A.S(t3.bottom - t3.top) + "px"); t2 = _this.__engine$_childrenInTraversalOrder; containerElement = t2 != null && !B.NativeInt32List_methods.get$isEmpty(t2) ? _this.getOrCreateChildContainer$0() : null; t2 = _this.__engine$_rect; @@ -141450,10 +143669,8 @@ effectiveTransformIsIdentity = true; if (!effectiveTransformIsIdentity) { t1 = t1.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform-origin"), "0 0 0", ""); - t2 = A.float64ListToCssTransform(effectiveTransform._readLocal$0().__engine$_m4storage); - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", A.float64ListToCssTransform(effectiveTransform._readLocal$0().__engine$_m4storage)); } else A.SemanticsObject__clearSemanticElementTransform(t1); if (containerElement != null) @@ -141464,108 +143681,11 @@ t1 = t1.top; t4 = _this.verticalContainerAdjustment; t5 = containerElement.style; - t5.top = A.S(-t1 + t4) + "px"; - t5.left = A.S(-t2 + t3) + "px"; + A.DomCSSStyleDeclarationExtension_setProperty(t5, "top", A.S(-t1 + t4) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t5, "left", A.S(-t2 + t3) + "px"); } else A.SemanticsObject__clearSemanticElementTransform(containerElement); }, - _updateChildrenInTraversalOrder$0() { - var t2, len, i, object, containerElement, t3, t4, t5, t6, _i, id, intersectionIndicesNew, intersectionIndicesOld, minLength, newIndex, oldIndex, longestSequence, stationaryIds, refNode, childId, _this = this, - _s13_ = "flt-semantics", - t1 = _this.__engine$_childrenInTraversalOrder; - if (t1 == null || t1.length === 0) { - t2 = _this._previousChildrenInTraversalOrder; - if (t2 == null || t2.length === 0) { - _this._previousChildrenInTraversalOrder = t1; - return; - } - len = t2.length; - for (t1 = _this.owner, t2 = t1._semanticsTree, i = 0; i < len; ++i) { - object = t2.$index(0, _this._previousChildrenInTraversalOrder[i]); - t1._detachments.push(object); - } - _this._previousChildrenInTraversalOrder = null; - t1 = _this._childContainerElement; - t1.toString; - J.remove$0$ax(t1); - _this._childContainerElement = null; - _this._previousChildrenInTraversalOrder = _this.__engine$_childrenInTraversalOrder; - return; - } - containerElement = _this.getOrCreateChildContainer$0(); - t1 = _this._previousChildrenInTraversalOrder; - if (t1 == null || t1.length === 0) { - t1 = _this._previousChildrenInTraversalOrder = _this.__engine$_childrenInTraversalOrder; - for (t2 = t1.length, t3 = _this.owner, t4 = t3._semanticsTree, t5 = type$.Role, t6 = type$.nullable_RoleManager, _i = 0; _i < t2; ++_i) { - id = t1[_i]; - object = t4.$index(0, id); - if (object == null) { - object = new A.SemanticsObject(id, t3, A._ElementFactoryProvider_createElement_tag(_s13_, null), A.LinkedHashMap_LinkedHashMap$_empty(t5, t6)); - object.SemanticsObject$2(id, t3); - t4.$indexSet(0, id, object); - } - containerElement.appendChild(object.element); - object.__engine$_parent = _this; - t3._attachments.$indexSet(0, object.id, _this); - } - _this._previousChildrenInTraversalOrder = _this.__engine$_childrenInTraversalOrder; - return; - } - t1 = type$.JSArray_int; - intersectionIndicesNew = A._setArrayType([], t1); - intersectionIndicesOld = A._setArrayType([], t1); - minLength = Math.min(_this._previousChildrenInTraversalOrder.length, _this.__engine$_childrenInTraversalOrder.length); - newIndex = 0; - while (true) { - if (!(newIndex < minLength && _this._previousChildrenInTraversalOrder[newIndex] === _this.__engine$_childrenInTraversalOrder[newIndex])) - break; - intersectionIndicesNew.push(newIndex); - intersectionIndicesOld.push(newIndex); - ++newIndex; - } - t2 = _this._previousChildrenInTraversalOrder.length; - t3 = _this.__engine$_childrenInTraversalOrder.length; - if (t2 === t3 && newIndex === t3) - return; - for (; t2 = _this.__engine$_childrenInTraversalOrder, newIndex < t2.length;) { - for (t3 = _this._previousChildrenInTraversalOrder, t4 = t3.length, oldIndex = 0; oldIndex < t4; ++oldIndex) - if (t3[oldIndex] === t2[newIndex]) { - intersectionIndicesNew.push(newIndex); - intersectionIndicesOld.push(oldIndex); - break; - } - ++newIndex; - } - longestSequence = A.longestIncreasingSubsequence(intersectionIndicesOld); - stationaryIds = A._setArrayType([], t1); - for (t1 = longestSequence.length, i = 0; i < t1; ++i) - stationaryIds.push(_this._previousChildrenInTraversalOrder[intersectionIndicesOld[longestSequence[i]]]); - for (t1 = _this.owner, t2 = t1._semanticsTree, i = 0; i < _this._previousChildrenInTraversalOrder.length; ++i) - if (!B.JSArray_methods.contains$1(intersectionIndicesOld, i)) { - object = t2.$index(0, _this._previousChildrenInTraversalOrder[i]); - t1._detachments.push(object); - } - for (i = _this.__engine$_childrenInTraversalOrder.length - 1, t3 = type$.Role, t4 = type$.nullable_RoleManager, refNode = null; i >= 0; --i) { - childId = _this.__engine$_childrenInTraversalOrder[i]; - object = t2.$index(0, childId); - if (object == null) { - object = new A.SemanticsObject(childId, t1, A._ElementFactoryProvider_createElement_tag(_s13_, null), A.LinkedHashMap_LinkedHashMap$_empty(t3, t4)); - object.SemanticsObject$2(childId, t1); - t2.$indexSet(0, childId, object); - } - if (!B.JSArray_methods.contains$1(stationaryIds, childId)) { - t5 = object.element; - if (refNode == null) - containerElement.appendChild(t5); - else - containerElement.insertBefore(t5, refNode); - object.__engine$_parent = _this; - t1._attachments.$indexSet(0, object.id, _this); - } - refNode = object.element; - } - _this._previousChildrenInTraversalOrder = _this.__engine$_childrenInTraversalOrder; - }, toString$0(_) { var t1 = this.super$Object$toString(0); return t1; @@ -141597,10 +143717,7 @@ if (t4.$index(0, t5) == null) { t3.remove$1(0, t5); object.__engine$_parent = null; - t4 = object.element; - t5 = t4.parentNode; - if (t5 != null) - t5.removeChild(t4); + object.element.remove(); } } _this._detachments = A._setArrayType([], type$.JSArray_nullable_SemanticsObject); @@ -141617,12 +143734,15 @@ var t1, t2, t3; if (this._semanticsEnabled) return; + t1 = $.$get$EnginePlatformDispatcher__instance(); + t2 = t1.configuration; + t1.configuration = t2.copyWith$1$accessibilityFeatures(t2.accessibilityFeatures.copyWith$1$accessibleNavigation(true)); this._semanticsEnabled = true; t1 = $.$get$EnginePlatformDispatcher__instance(); t2 = this._semanticsEnabled; - t3 = t1._configuration; + t3 = t1.configuration; if (t2 !== t3.semanticsEnabled) { - t1._configuration = t3.copyWith$1$semanticsEnabled(t2); + t1.configuration = t3.copyWith$1$semanticsEnabled(t2); t2 = t1._onSemanticsEnabledChanged; if (t2 != null) A.invoke(t2, t1._onSemanticsEnabledChangedZone); @@ -141639,7 +143759,7 @@ }, receiveGlobalEvent$1($event) { var t1, _this = this; - if (B.JSArray_methods.contains$1(B.List_Cg9, $event.type)) { + if (B.JSArray_methods.contains$1(B.List_bG2, $event.type)) { t1 = _this._getGestureModeClock$0(); t1.toString; t1.set$datetime(J.add$1$ax(_this._now.call$0(), B.Duration_500000)); @@ -141661,205 +143781,255 @@ return false; }, updateSemantics$1(uiUpdate) { - var t1, t2, t3, t4, t5, _i, nodeUpdate, t6, object, t7, t8, _this = this; + var t1, t2, t3, t4, t5, t6, t7, _i, t8, nodeUpdate, object, t9, t10, t11, _this = this; if (!_this._semanticsEnabled) { - _this.semanticsHelper._semanticsEnabler.dispose$0(0); + _this.semanticsHelper._semanticsEnabler.dispose$0(); _this.set$semanticsEnabled(true); } - for (t1 = uiUpdate.__engine$_nodeUpdates, t2 = t1.length, t3 = _this._semanticsTree, t4 = type$.Role, t5 = type$.nullable_RoleManager, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + for (t1 = uiUpdate.__engine$_nodeUpdates, t2 = t1.length, t3 = _this._semanticsTree, t4 = type$.JavaScriptObject, t5 = type$.Role, t6 = type$.nullable_RoleManager, t7 = type$.JSArray_Object, _i = 0; t8 = t1.length, _i < t8; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { nodeUpdate = t1[_i]; - t6 = nodeUpdate.id; - object = t3.$index(0, t6); + t8 = nodeUpdate.id; + object = t3.$index(0, t8); if (object == null) { - object = new A.SemanticsObject(t6, _this, A._ElementFactoryProvider_createElement_tag("flt-semantics", null), A.LinkedHashMap_LinkedHashMap$_empty(t4, t5)); - object.SemanticsObject$2(t6, _this); - t3.$indexSet(0, t6, object); + t9 = self.document; + t10 = A._setArrayType(["flt-semantics"], t7); + t9 = t4._as(t9.createElement.apply(t9, t10)); + object = new A.SemanticsObject(t8, _this, t9, A.LinkedHashMap_LinkedHashMap$_empty(t5, t6)); + t10 = t9.style; + t10.setProperty("position", "absolute", ""); + t9.setAttribute.apply(t9, ["id", "flt-semantic-node-" + t8]); + if (t8 === 0) { + t10 = $._configuration; + t10 = (t10 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t10)._js; + t10 = t10 == null ? null : t10.debugShowSemanticsNodes; + t10 = t10 !== true; + } else + t10 = false; + if (t10) { + t10 = t9.style; + t10.setProperty("filter", "opacity(0%)", ""); + t10 = t9.style; + t10.setProperty("color", "rgba(0,0,0,0)", ""); + } + t10 = $._configuration; + t10 = (t10 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t10)._js; + t10 = t10 == null ? null : t10.debugShowSemanticsNodes; + if (t10 === true) { + t9 = t9.style; + t9.setProperty("outline", "1px solid green", ""); + } + t3.$indexSet(0, t8, object); } - t6 = nodeUpdate.flags; - if (object.__engine$_flags !== t6) { - object.__engine$_flags = t6; + t8 = nodeUpdate.flags; + if (object.__engine$_flags !== t8) { + object.__engine$_flags = t8; object._dirtyFields = (object._dirtyFields | 1) >>> 0; } - t6 = nodeUpdate.value; - if (object.__engine$_value != t6) { - object.__engine$_value = t6; + t8 = nodeUpdate.value; + if (object.__engine$_value != t8) { + object.__engine$_value = t8; object._dirtyFields = (object._dirtyFields | 4096) >>> 0; } - t6 = nodeUpdate.valueAttributes; - if (object._valueAttributes !== t6) { - object._valueAttributes = t6; + t8 = nodeUpdate.valueAttributes; + if (object._valueAttributes !== t8) { + object._valueAttributes = t8; object._dirtyFields = (object._dirtyFields | 4096) >>> 0; } - t6 = nodeUpdate.label; - if (object.__engine$_label != t6) { - object.__engine$_label = t6; + t8 = nodeUpdate.label; + if (object.__engine$_label != t8) { + object.__engine$_label = t8; object._dirtyFields = (object._dirtyFields | 1024) >>> 0; } - t6 = nodeUpdate.labelAttributes; - if (object._labelAttributes !== t6) { - object._labelAttributes = t6; + t8 = nodeUpdate.labelAttributes; + if (object._labelAttributes !== t8) { + object._labelAttributes = t8; object._dirtyFields = (object._dirtyFields | 1024) >>> 0; } - t6 = nodeUpdate.rect; - if (!J.$eq$(object.__engine$_rect, t6)) { - object.__engine$_rect = t6; + t8 = nodeUpdate.rect; + if (!J.$eq$(object.__engine$_rect, t8)) { + object.__engine$_rect = t8; object._dirtyFields = (object._dirtyFields | 512) >>> 0; } - t6 = nodeUpdate.transform; - if (object.__engine$_transform !== t6) { - object.__engine$_transform = t6; + t8 = nodeUpdate.transform; + if (object.__engine$_transform !== t8) { + object.__engine$_transform = t8; object._dirtyFields = (object._dirtyFields | 65536) >>> 0; } - t6 = nodeUpdate.scrollPosition; - if (object.__engine$_scrollPosition !== t6) { - object.__engine$_scrollPosition = t6; + t8 = nodeUpdate.scrollPosition; + if (object.__engine$_scrollPosition !== t8) { + object.__engine$_scrollPosition = t8; object._dirtyFields = (object._dirtyFields | 64) >>> 0; } - t6 = object.__engine$_actions; - t7 = nodeUpdate.actions; - if (t6 !== t7) { - object.__engine$_actions = t7; + t8 = object.__engine$_actions; + t9 = nodeUpdate.actions; + if (t8 !== t9) { + object.__engine$_actions = t9; object._dirtyFields = (object._dirtyFields | 2) >>> 0; - t6 = t7; + t8 = t9; } - t7 = nodeUpdate.textSelectionBase; - if (object._textSelectionBase != t7) { - object._textSelectionBase = t7; + t9 = nodeUpdate.textSelectionBase; + if (object._textSelectionBase != t9) { + object._textSelectionBase = t9; object._dirtyFields = (object._dirtyFields | 4) >>> 0; } - t7 = nodeUpdate.textSelectionExtent; - if (object._textSelectionExtent != t7) { - object._textSelectionExtent = t7; + t9 = nodeUpdate.textSelectionExtent; + if (object._textSelectionExtent != t9) { + object._textSelectionExtent = t9; object._dirtyFields = (object._dirtyFields | 8) >>> 0; } - t7 = nodeUpdate.scrollChildren; - if (object._scrollChildren !== t7) { - object._scrollChildren = t7; + t9 = nodeUpdate.scrollChildren; + if (object._scrollChildren !== t9) { + object._scrollChildren = t9; object._dirtyFields = (object._dirtyFields | 16) >>> 0; } - t7 = nodeUpdate.scrollIndex; - if (object.__engine$_scrollIndex !== t7) { - object.__engine$_scrollIndex = t7; + t9 = nodeUpdate.scrollIndex; + if (object.__engine$_scrollIndex !== t9) { + object.__engine$_scrollIndex = t9; object._dirtyFields = (object._dirtyFields | 32) >>> 0; } - t7 = nodeUpdate.scrollExtentMax; - if (object.__engine$_scrollExtentMax !== t7) { - object.__engine$_scrollExtentMax = t7; + t9 = nodeUpdate.scrollExtentMax; + if (object.__engine$_scrollExtentMax !== t9) { + object.__engine$_scrollExtentMax = t9; object._dirtyFields = (object._dirtyFields | 128) >>> 0; } - t7 = nodeUpdate.scrollExtentMin; - if (object.__engine$_scrollExtentMin !== t7) { - object.__engine$_scrollExtentMin = t7; + t9 = nodeUpdate.scrollExtentMin; + if (object.__engine$_scrollExtentMin !== t9) { + object.__engine$_scrollExtentMin = t9; object._dirtyFields = (object._dirtyFields | 256) >>> 0; } - t7 = nodeUpdate.hint; - if (object._hint != t7) { - object._hint = t7; + t9 = nodeUpdate.hint; + if (object._hint != t9) { + object._hint = t9; object._dirtyFields = (object._dirtyFields | 2048) >>> 0; } - t7 = nodeUpdate.hintAttributes; - if (object._hintAttributes !== t7) { - object._hintAttributes = t7; + t9 = nodeUpdate.hintAttributes; + if (object._hintAttributes !== t9) { + object._hintAttributes = t9; object._dirtyFields = (object._dirtyFields | 2048) >>> 0; } - t7 = nodeUpdate.increasedValue; - if (object._increasedValue != t7) { - object._increasedValue = t7; + t9 = nodeUpdate.increasedValue; + if (object._increasedValue != t9) { + object._increasedValue = t9; object._dirtyFields = (object._dirtyFields | 8192) >>> 0; } - t7 = nodeUpdate.increasedValueAttributes; - if (object._increasedValueAttributes !== t7) { - object._increasedValueAttributes = t7; + t9 = nodeUpdate.increasedValueAttributes; + if (object._increasedValueAttributes !== t9) { + object._increasedValueAttributes = t9; object._dirtyFields = (object._dirtyFields | 8192) >>> 0; } - t7 = nodeUpdate.decreasedValue; - if (object._decreasedValue != t7) { - object._decreasedValue = t7; + t9 = nodeUpdate.decreasedValue; + if (object._decreasedValue != t9) { + object._decreasedValue = t9; object._dirtyFields = (object._dirtyFields | 16384) >>> 0; } - t7 = nodeUpdate.decreasedValueAttributes; - if (object._decreasedValueAttributes !== t7) { - object._decreasedValueAttributes = t7; + t9 = nodeUpdate.decreasedValueAttributes; + if (object._decreasedValueAttributes !== t9) { + object._decreasedValueAttributes = t9; object._dirtyFields = (object._dirtyFields | 16384) >>> 0; } - t7 = nodeUpdate.textDirection; - if (object.__engine$_textDirection != t7) { - object.__engine$_textDirection = t7; + t9 = object.__engine$_tooltip; + t10 = nodeUpdate.tooltip; + if (t9 != t10) { + object.__engine$_tooltip = t10; + object._dirtyFields = (object._dirtyFields | 4194304) >>> 0; + t9 = t10; + } + t10 = nodeUpdate.textDirection; + if (object.__engine$_textDirection != t10) { + object.__engine$_textDirection = t10; object._dirtyFields = (object._dirtyFields | 32768) >>> 0; } - t7 = object._childrenInHitTestOrder; - t8 = nodeUpdate.childrenInHitTestOrder; - if (t7 == null ? t8 != null : t7 !== t8) { - object._childrenInHitTestOrder = t8; + t10 = object._childrenInHitTestOrder; + t11 = nodeUpdate.childrenInHitTestOrder; + if (t10 == null ? t11 != null : t10 !== t11) { + object._childrenInHitTestOrder = t11; object._dirtyFields = (object._dirtyFields | 1048576) >>> 0; } - t7 = object.__engine$_childrenInTraversalOrder; - t8 = nodeUpdate.childrenInTraversalOrder; - if (t7 == null ? t8 != null : t7 !== t8) { - object.__engine$_childrenInTraversalOrder = t8; + t10 = object.__engine$_childrenInTraversalOrder; + t11 = nodeUpdate.childrenInTraversalOrder; + if (t10 == null ? t11 != null : t10 !== t11) { + object.__engine$_childrenInTraversalOrder = t11; object._dirtyFields = (object._dirtyFields | 524288) >>> 0; } - t7 = object._additionalActions; - t8 = nodeUpdate.additionalActions; - if (t7 == null ? t8 != null : t7 !== t8) { - object._additionalActions = t8; + t10 = object._additionalActions; + t11 = nodeUpdate.additionalActions; + if (t10 == null ? t11 != null : t10 !== t11) { + object._additionalActions = t11; object._dirtyFields = (object._dirtyFields | 2097152) >>> 0; } - t7 = object.__engine$_label; - if (!(t7 != null && t7.length !== 0)) { - t7 = object.__engine$_value; - if (!(t7 != null && t7.length !== 0)) - t7 = false; + t10 = nodeUpdate.platformViewId; + if (object.__engine$_platformViewId !== t10) { + object.__engine$_platformViewId = t10; + object._dirtyFields = (object._dirtyFields | 8388608) >>> 0; + } + t10 = object.__engine$_label; + if (!(t10 != null && t10.length !== 0)) { + t10 = object.__engine$_value; + if (!(t10 != null && t10.length !== 0)) + t9 = t9 != null && t9.length !== 0; else - t7 = true; + t9 = true; } else - t7 = true; - if (t7) { - t7 = object.__engine$_flags; - if ((t7 & 16) === 0) { - if ((t7 & 16384) !== 0) { - t6.toString; - t6 = (t6 & 1) === 0 && (t7 & 8) === 0; + t9 = true; + if (t9) { + t9 = object.__engine$_flags; + if ((t9 & 16) === 0) { + if ((t9 & 16384) !== 0) { + t8.toString; + t8 = (t8 & 1) === 0 && (t9 & 8) === 0; } else - t6 = false; - t6 = !t6; + t8 = false; + t8 = !t8; } else - t6 = false; + t8 = false; } else - t6 = false; - object._updateRole$2(B.Role_2, t6); + t8 = false; + object._updateRole$2(B.Role_2, t8); object._updateRole$2(B.Role_4, (object.__engine$_flags & 16) !== 0); - t6 = object.__engine$_actions; - t6.toString; - object._updateRole$2(B.Role_3, ((t6 & 1) !== 0 || (object.__engine$_flags & 8) !== 0) && (object.__engine$_flags & 16) === 0); - t6 = object.__engine$_actions; - t6.toString; - object._updateRole$2(B.Role_0, (t6 & 64) !== 0 || (t6 & 128) !== 0); - t6 = object.__engine$_actions; - t6.toString; - object._updateRole$2(B.Role_1, (t6 & 32) !== 0 || (t6 & 16) !== 0 || (t6 & 4) !== 0 || (t6 & 8) !== 0); - t6 = object.__engine$_flags; - object._updateRole$2(B.Role_5, (t6 & 1) !== 0 || (t6 & 65536) !== 0); - t6 = object.__engine$_flags; - if ((t6 & 16384) !== 0) { - t7 = object.__engine$_actions; - t7.toString; - t6 = (t7 & 1) === 0 && (t6 & 8) === 0; + t8 = object.__engine$_actions; + t8.toString; + object._updateRole$2(B.Role_3, ((t8 & 1) !== 0 || (object.__engine$_flags & 8) !== 0) && (object.__engine$_flags & 16) === 0); + t8 = object.__engine$_actions; + t8.toString; + object._updateRole$2(B.Role_0, (t8 & 64) !== 0 || (t8 & 128) !== 0); + t8 = object.__engine$_actions; + t8.toString; + object._updateRole$2(B.Role_1, (t8 & 32) !== 0 || (t8 & 16) !== 0 || (t8 & 4) !== 0 || (t8 & 8) !== 0); + t8 = object.__engine$_flags; + object._updateRole$2(B.Role_5, (t8 & 1) !== 0 || (t8 & 65536) !== 0); + t8 = object.__engine$_flags; + if ((t8 & 16384) !== 0) { + t9 = object.__engine$_actions; + t9.toString; + t8 = (t9 & 1) === 0 && (t8 & 8) === 0; } else - t6 = false; - object._updateRole$2(B.Role_6, t6); - t6 = object.__engine$_flags; - object._updateRole$2(B.Role_7, (t6 & 32768) !== 0 && (t6 & 8192) === 0); - object._updateChildrenInTraversalOrder$0(); - t6 = object._dirtyFields; - if ((t6 & 512) !== 0 || (t6 & 65536) !== 0 || (t6 & 64) !== 0) + t8 = false; + object._updateRole$2(B.Role_6, t8); + t8 = object.__engine$_flags; + object._updateRole$2(B.Role_7, (t8 & 32768) !== 0 && (t8 & 8192) === 0); + t8 = object._dirtyFields; + if ((t8 & 512) !== 0 || (t8 & 65536) !== 0 || (t8 & 64) !== 0) object.recomputePositionAndSize$0(); + t8 = object.__engine$_childrenInTraversalOrder; + t8 = !(t8 != null && !B.NativeInt32List_methods.get$isEmpty(t8)) && object.__engine$_platformViewId === -1; + t9 = object.element; + if (t8) { + t8 = t9.style; + t8.setProperty("pointer-events", "all", ""); + } else { + t8 = t9.style; + t8.setProperty("pointer-events", "none", ""); + } + } + for (_i = 0; _i < t1.length; t1.length === t8 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + object = t3.$index(0, t1[_i].id); + object.updateChildren$0(); object._dirtyFields = 0; } if (_this._rootSemanticsElement == null) { t1 = t3.$index(0, 0).element; _this._rootSemanticsElement = t1; - $._flutterViewEmbedder._semanticsHostElement.appendChild(t1); + $._flutterViewEmbedder._semanticsHostElement.append(t1); } _this._finalizeTree$0(); } @@ -141868,7 +144038,7 @@ call$0() { var t1 = this.$this._rootSemanticsElement; if (t1 != null) - J.remove$0$ax(t1); + t1.remove(); }, $signature: 0 }; @@ -141876,7 +144046,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 305 + $signature: 349 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -141894,8 +144064,8 @@ } }; A.SemanticsHelper.prototype = { - dispose$0(_) { - this._semanticsEnabler.dispose$0(0); + dispose$0() { + this._semanticsEnabler.dispose$0(); } }; A.SemanticsEnabler.prototype = { @@ -141911,7 +144081,7 @@ return this._semanticsPlaceholder != null; }, tryEnableSemantics$1($event) { - var t1, t2; + var t1; if (this._semanticsPlaceholder == null) return true; t1 = $.EngineSemanticsOwner__instance; @@ -141919,35 +144089,34 @@ return true; if (!J.containsKey$1$x(B.Set_Yabt3._collection$_map, $event.type)) return true; - t1 = J.get$target$x($event); - t2 = this._semanticsPlaceholder; - if (t1 == null ? t2 != null : t1 !== t2) + if (!J.$eq$($event.target, this._semanticsPlaceholder)) return true; t1 = $.EngineSemanticsOwner__instance; (t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).set$semanticsEnabled(true); - this.dispose$0(0); + this.dispose$0(); return false; }, prepareAccessibilityPlaceholder$0() { - var t2, - t1 = this._semanticsPlaceholder = A._ElementFactoryProvider_createElement_tag("flt-semantics-placeholder", null); - J.addEventListener$3$x(t1, "click", new A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure(this), true); - t1.setAttribute("role", "button"); - t1.setAttribute("aria-live", "polite"); - t1.setAttribute("tabindex", "0"); - t1.setAttribute("aria-label", "Enable accessibility"); - t2 = t1.style; - t2.position = "absolute"; - t2.left = "-1px"; - t2.top = "-1px"; - t2.width = "1px"; - t2.height = "1px"; - return t1; + var t1, + _s12_ = "setAttribute", + placeholder = this._semanticsPlaceholder = A.DomDocumentExtension_createElement(self.document, "flt-semantics-placeholder"); + A.DomEventTargetExtension_addEventListener(placeholder, "click", A.allowInterop(new A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure(this)), true); + A.callMethod(placeholder, _s12_, ["role", "button"]); + A.callMethod(placeholder, _s12_, ["aria-live", "polite"]); + A.callMethod(placeholder, _s12_, ["tabindex", "0"]); + A.callMethod(placeholder, _s12_, ["aria-label", "Enable accessibility"]); + t1 = placeholder.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "-1px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "-1px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", "1px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", "1px"); + return placeholder; }, - dispose$0(_) { + dispose$0() { var t1 = this._semanticsPlaceholder; if (t1 != null) - J.remove$0$ax(t1); + t1.remove(); this._semanticsPlaceholder = null; } }; @@ -141955,25 +144124,20 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 86 + $signature: 26 }; A.MobileSemanticsEnabler.prototype = { get$isWaitingToEnableSemantics() { return this._semanticsPlaceholder != null; }, tryEnableSemantics$1($event) { - var t1, removeNow, activationPoint, activatingElementRect, t2, t3, t4, t5, deltaX, deltaY, _this = this; + var t1, activationPoint, t2, t3, t4, t5, t6, t7, deltaX, deltaY, _this = this; if (_this._semanticsPlaceholder == null) return true; if (_this._schedulePlaceholderRemoval) { t1 = $.$get$_browserEngine(); - if (t1 === B.BrowserEngine_1) { - t1 = $event.type; - removeNow = t1 === "touchend" || t1 === "pointerup" || t1 === "click"; - } else - removeNow = true; - if (removeNow) - _this.dispose$0(0); + if (t1 !== B.BrowserEngine_1 || $event.type === "touchend" || $event.type === "pointerup" || $event.type === "click") + _this.dispose$0(); return true; } t1 = $.EngineSemanticsOwner__instance; @@ -141985,40 +144149,37 @@ return true; if (_this.semanticsActivationTimer != null) return false; + activationPoint = A._Cell$named("activationPoint"); switch ($event.type) { case "click": - activationPoint = J.get$offset$x(type$.MouseEvent._as($event)); + activationPoint.set$finalLocalValue(new A.DomPoint($event.offsetX, $event.offsetY)); break; case "touchstart": case "touchend": - t1 = type$.TouchEvent._as($event).changedTouches; - t1.toString; - t1 = B.TouchList_methods.get$first(t1); - activationPoint = new A.Point(B.JSNumber_methods.round$0(t1.clientX), B.JSNumber_methods.round$0(t1.clientY), type$.Point_num); + t1 = A.DomTouchEventExtension_get_changedTouches($event); + t1 = t1.get$first(t1); + activationPoint.set$finalLocalValue(new A.DomPoint(t1.clientX, t1.clientY)); break; case "pointerdown": case "pointerup": - type$.PointerEvent._as($event); - activationPoint = new A.Point($event.clientX, $event.clientY, type$.Point_num); + activationPoint.set$finalLocalValue(new A.DomPoint($event.clientX, $event.clientY)); break; default: return true; } - activatingElementRect = _this._semanticsPlaceholder.getBoundingClientRect(); - t1 = activatingElementRect.left; - t1.toString; - t2 = activatingElementRect.right; - t2.toString; - t3 = activatingElementRect.top; - t3.toString; - t4 = activatingElementRect.bottom; + t1 = _this._semanticsPlaceholder.getBoundingClientRect(); + t2 = t1.left; + t3 = t1.right; + t4 = t1.left; + t5 = t1.top; + t6 = t1.bottom; + t1 = t1.top; + t7 = activationPoint._readLocal$0().x; + t7.toString; + deltaX = t7 - (t2 + (t3 - t4) / 2); + t4 = activationPoint._readLocal$0().y; t4.toString; - t5 = activationPoint.x; - t5.toString; - deltaX = t5 - (t1 + (t2 - t1) / 2); - t1 = activationPoint.y; - t1.toString; - deltaY = t1 - (t3 + (t4 - t3) / 2); + deltaY = t4 - (t5 + (t6 - t1) / 2); if (deltaX * deltaX + deltaY * deltaY < 1 && true) { _this._schedulePlaceholderRemoval = true; _this.semanticsActivationTimer = A.Timer_Timer(B.Duration_300000, new A.MobileSemanticsEnabler_tryEnableSemantics_closure(_this)); @@ -142027,29 +144188,30 @@ return true; }, prepareAccessibilityPlaceholder$0() { - var t2, - t1 = this._semanticsPlaceholder = A._ElementFactoryProvider_createElement_tag("flt-semantics-placeholder", null); - J.addEventListener$3$x(t1, "click", new A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure(this), true); - t1.setAttribute("role", "button"); - t1.setAttribute("aria-label", "Enable accessibility"); - t2 = t1.style; - t2.position = "absolute"; - t2.left = "0"; - t2.top = "0"; - t2.right = "0"; - t2.bottom = "0"; - return t1; + var t1, + _s12_ = "setAttribute", + placeholder = this._semanticsPlaceholder = A.DomDocumentExtension_createElement(self.document, "flt-semantics-placeholder"); + A.DomEventTargetExtension_addEventListener(placeholder, "click", A.allowInterop(new A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure(this)), true); + A.callMethod(placeholder, _s12_, ["role", "button"]); + A.callMethod(placeholder, _s12_, ["aria-label", "Enable accessibility"]); + t1 = placeholder.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "right", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "bottom", "0"); + return placeholder; }, - dispose$0(_) { + dispose$0() { var t1 = this._semanticsPlaceholder; if (t1 != null) - J.remove$0$ax(t1); + t1.remove(); this.semanticsActivationTimer = this._semanticsPlaceholder = null; } }; A.MobileSemanticsEnabler_tryEnableSemantics_closure.prototype = { call$0() { - this.$this.dispose$0(0); + this.$this.dispose$0(); var t1 = $.EngineSemanticsOwner__instance; (t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).set$semanticsEnabled(true); }, @@ -142059,7 +144221,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 86 + $signature: 26 }; A.Tappable.prototype = { update$0(_) { @@ -142069,31 +144231,32 @@ element.tabIndex = 0; t1.setAriaRole$2("button", (t1.__engine$_flags & 8) !== 0); if (t1.enabledState$0() === B.EnabledState_2 && (t1.__engine$_flags & 8) !== 0) { - element.setAttribute("aria-disabled", "true"); + A.callMethod(element, "setAttribute", ["aria-disabled", "true"]); _this._stopListening$0(); } else { + element.removeAttribute("aria-disabled"); t2 = t1.__engine$_actions; t2.toString; if ((t2 & 1) !== 0 && (t1.__engine$_flags & 16) === 0) { if (_this._clickListener == null) { - t2 = new A.Tappable_update_closure(_this); + t2 = A.allowInterop(new A.Tappable_update_closure(_this)); _this._clickListener = t2; - J.addEventListener$2$x(element, "click", t2); + A.DomEventTargetExtension_addEventListener(element, "click", t2, null); } } else _this._stopListening$0(); } if ((t1._dirtyFields & 1) !== 0 && (t1.__engine$_flags & 32) !== 0) - J.focus$0$x(element); + element.focus(); }, _stopListening$0() { var t1 = this._clickListener; if (t1 == null) return; - J.removeEventListener$2$x(this.semanticsObject.element, "click", t1); + A.DomEventTargetExtension_removeEventListener(this.semanticsObject.element, "click", t1, null); this._clickListener = null; }, - dispose$0(_) { + dispose$0() { this._stopListening$0(); this.semanticsObject.setAriaRole$2("button", false); } @@ -142107,7 +144270,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, B.SemanticsAction_1, null); }, - $signature: 86 + $signature: 26 }; A.SemanticsTextEditingStrategy.prototype = { enable$3$onAction$onChange(_, inputConfig, onAction, onChange) { @@ -142123,7 +144286,9 @@ else if (t1 != null) _this.disable$0(0); _this.activeTextField = textField; - _this.domElement = A._lateReadCheck(textField.__TextField_editableElement, "editableElement"); + t1 = textField.__TextField_editableElement_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.domElement = t1; _this._syncStyle$0(); t1 = _this.inputConfig; t1.toString; @@ -142134,14 +144299,18 @@ _this.super$DefaultTextEditingStrategy$enable(0, t1, t3, t2); }, disable$0(_) { - var t1, i, _this = this; + var t1, t2, i, t3, t4, _this = this; if (!_this.isEnabled) return; _this.isEnabled = false; _this.geometry = _this.style = null; - for (t1 = _this.subscriptions, i = 0; i < t1.length; ++i) - J.cancel$0$z(t1[i]); - B.JSArray_methods.set$length(t1, 0); + for (t1 = _this.subscriptions, t2 = type$.JSArray_Object, i = 0; i < t1.length; ++i) { + t3 = t1[i]; + t4 = t3.target; + t3 = A._setArrayType([t3.type, t3.listener], t2); + t4.removeEventListener.apply(t4, t3); + } + B.JSArray_methods.clear$0(t1); _this.lastEditingState = null; t1 = _this.domElement; if (t1 != null) @@ -142149,28 +144318,32 @@ _this._queuedStyle = _this.activeTextField = _this.domElement = null; }, addEventHandlers$0() { - var t1, t2, t3, _this = this, - _s18_ = "inputConfiguration"; - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup != null) - B.JSArray_methods.addAll$1(_this.subscriptions, A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup.addInputEventListeners$0()); + var t2, t3, _this = this, + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; + if (t1 != null) + B.JSArray_methods.addAll$1(_this.subscriptions, t1.addInputEventListeners$0()); t1 = _this.subscriptions; t2 = _this.domElement; t2.toString; t3 = _this.get$handleChange(); - t1.push(A._EventStreamSubscription$(t2, "input", t3, false, type$._ElementEventStreamImpl_legacy_Event._precomputed1)); + t1.push(A.DomSubscription$(t2, "input", A.allowInterop(t3))); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "keydown", _this.get$maybeSendAction(), false, type$._ElementEventStreamImpl_legacy_KeyboardEvent._precomputed1)); - t1.push(A._EventStreamSubscription$(document, "selectionchange", t3, false, type$.legacy_Event)); + t1.push(A.DomSubscription$(t2, "keydown", A.allowInterop(_this.get$maybeSendAction()))); + t1.push(A.DomSubscription$(self.document, "selectionchange", A.allowInterop(t3))); _this.preventDefaultForMouseEvents$0(); }, initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { this.isEnabled = true; - this.__DefaultTextEditingStrategy_inputConfiguration = inputConfig; + this.__DefaultTextEditingStrategy_inputConfiguration_A = inputConfig; this.applyConfiguration$1(inputConfig); }, placeElement$0() { - A._lateReadCheck(this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").toString; + var t1 = this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.toString; this.domElement.focus(); }, initializeElementPlacement$0() { @@ -142191,47 +144364,46 @@ }; A.TextField0.prototype = { _initializeForBlink$0() { - J.addEventListener$2$x(A._lateReadCheck(this.__TextField_editableElement, "editableElement"), "focus", new A.TextField__initializeForBlink_closure(this)); + var t1 = this.__TextField_editableElement_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.DomEventTargetExtension_addEventListener(t1, "focus", A.allowInterop(new A.TextField__initializeForBlink_closure(this)), null); }, _initializeForWebkit$0() { - var _this = this, - _s15_ = "editableElement", - t1 = {}, + var t1 = {}, t2 = $.$get$_operatingSystem(); if (t2 === B.OperatingSystem_4) { - _this._initializeForBlink$0(); + this._initializeForBlink$0(); return; } t1.lastTouchStartOffsetY = t1.lastTouchStartOffsetX = null; - J.addEventListener$3$x(A._lateReadCheck(_this.__TextField_editableElement, _s15_), "touchstart", new A.TextField__initializeForWebkit_closure(t1), true); - J.addEventListener$3$x(A._lateReadCheck(_this.__TextField_editableElement, _s15_), "touchend", new A.TextField__initializeForWebkit_closure0(t1, _this), true); + t2 = this.__TextField_editableElement_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + A.DomEventTargetExtension_addEventListener(t2, "touchstart", A.allowInterop(new A.TextField__initializeForWebkit_closure(t1)), true); + A.DomEventTargetExtension_addEventListener(t2, "touchend", A.allowInterop(new A.TextField__initializeForWebkit_closure0(t1, this)), true); }, update$0(_) { - var t3, t4, editingState, needsDomFocusRequest, _this = this, - _s15_ = "editableElement", - _s10_ = "aria-label", + var editingState, needsDomFocusRequest, _this = this, t1 = _this.semanticsObject, - t2 = t1.__engine$_label; - t2 = t2 != null && t2.length !== 0; - t3 = _this.__TextField_editableElement; - if (t2) { - t2 = A._lateReadCheck(t3, _s15_); - t3 = t1.__engine$_label; - t3.toString; - t2.setAttribute(_s10_, t3); - } else - A._lateReadCheck(t3, _s15_).removeAttribute(_s10_); - t2 = A._lateReadCheck(_this.__TextField_editableElement, _s15_).style; - t3 = t1.__engine$_rect; - t4 = t3.right; - t3 = t3.left; - t2.width = A.S(t4 - t3) + "px"; - t3 = t1.__engine$_rect; - t4 = t3.bottom; - t3 = t3.top; - t2.height = A.S(t4 - t3) + "px"; - t2 = t1.__engine$_value; - editingState = A.EditingState$(t1._textSelectionBase, t1._textSelectionExtent, t2); + t2 = t1.__engine$_label, + t3 = t2 != null && t2.length !== 0, + t4 = _this.__TextField_editableElement_F; + if (t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t2.toString; + A.callMethod(t4, "setAttribute", ["aria-label", t2]); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4.removeAttribute("aria-label"); + } + t2 = _this.__TextField_editableElement_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.style; + t4 = t1.__engine$_rect; + A.DomCSSStyleDeclarationExtension_setProperty(t3, "width", A.S(t4.right - t4.left) + "px"); + t4 = t1.__engine$_rect; + A.DomCSSStyleDeclarationExtension_setProperty(t3, "height", A.S(t4.bottom - t4.top) + "px"); + t4 = t1.__engine$_value; + editingState = A.EditingState$(t1._textSelectionBase, null, null, t1._textSelectionExtent, t4); if ((t1.__engine$_flags & 32) !== 0) { if (!_this._hasFocused) { _this._hasFocused = true; @@ -142239,32 +144411,30 @@ needsDomFocusRequest = true; } else needsDomFocusRequest = false; - t2 = document.activeElement; - t3 = A._lateReadCheck(_this.__TextField_editableElement, _s15_); - if (t2 == null ? t3 != null : t2 !== t3) + if (!J.$eq$(self.document.activeElement, t2)) needsDomFocusRequest = true; $.SemanticsTextEditingStrategy__instance.setEditingState$1(editingState); } else { if (_this._hasFocused) { - t2 = $.SemanticsTextEditingStrategy__instance; - if (t2.activeTextField === _this) - t2.disable$0(0); - t2 = A._lateReadCheck(_this.__TextField_editableElement, _s15_); - if (type$.InputElement._is(t2)) + t3 = $.SemanticsTextEditingStrategy__instance; + if (t3.activeTextField === _this) + t3.disable$0(0); + t3 = self.window.HTMLInputElement; + t3.toString; + if (t2 instanceof t3) { + t2.toString; t2.value = editingState.text; - else if (type$.TextAreaElement._is(t2)) - t2.value = editingState.text; - else - A.throwExpression(A.UnsupportedError$("Unsupported DOM element type")); - if (_this._hasFocused) { - t2 = document.activeElement; - t3 = A._lateReadCheck(_this.__TextField_editableElement, _s15_); - t3 = t2 == null ? t3 == null : t2 === t3; - t2 = t3; - } else - t2 = false; - if (t2) - A._lateReadCheck(_this.__TextField_editableElement, _s15_).blur(); + } else { + t3 = self.window.HTMLTextAreaElement; + t3.toString; + if (t2 instanceof t3) { + t2.toString; + t2.value = editingState.text; + } else + A.throwExpression(A.UnsupportedError$("Unsupported DOM element type")); + } + if (_this._hasFocused && J.$eq$(self.document.activeElement, t2)) + t2.blur(); _this._hasFocused = false; } needsDomFocusRequest = false; @@ -142272,9 +144442,10 @@ if (needsDomFocusRequest) t1.owner._oneTimePostUpdateCallbacks.push(new A.TextField_update_closure(_this)); }, - dispose$0(_) { - var t1; - J.remove$0$ax(A._lateReadCheck(this.__TextField_editableElement, "editableElement")); + dispose$0() { + var t1 = this.__TextField_editableElement_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.remove(); t1 = $.SemanticsTextEditingStrategy__instance; if (t1.activeTextField === this) t1.disable$0(0); @@ -142289,60 +144460,43 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, B.SemanticsAction_1, null); }, - $signature: 86 + $signature: 26 }; A.TextField__initializeForWebkit_closure.prototype = { call$1($event) { - var t1, t2; - type$.TouchEvent._as($event); - t1 = $event.changedTouches; - t1.toString; - t1 = B.TouchList_methods.get$last(t1); - t2 = B.JSNumber_methods.round$0(t1.clientX); - B.JSNumber_methods.round$0(t1.clientY); - t1 = this._box_0; - t1.lastTouchStartOffsetX = t2; - t2 = $event.changedTouches; - t2.toString; - t2 = B.TouchList_methods.get$last(t2); - B.JSNumber_methods.round$0(t2.clientX); - t1.lastTouchStartOffsetY = B.JSNumber_methods.round$0(t2.clientY); + var t1 = A.DomTouchEventExtension_get_changedTouches($event), + t2 = this._box_0; + t2.lastTouchStartOffsetX = t1.get$last(t1).clientX; + t1 = A.DomTouchEventExtension_get_changedTouches($event); + t2.lastTouchStartOffsetY = t1.get$last(t1).clientY; }, - $signature: 86 + $signature: 26 }; A.TextField__initializeForWebkit_closure0.prototype = { call$1($event) { - var t1, t2, offsetX, offsetY; - type$.TouchEvent._as($event); - t1 = this._box_0; + var t2, t3, + t1 = this._box_0; if (t1.lastTouchStartOffsetX != null) { - t2 = $event.changedTouches; - t2.toString; - t2 = B.TouchList_methods.get$last(t2); - offsetX = B.JSNumber_methods.round$0(t2.clientX); - B.JSNumber_methods.round$0(t2.clientY); - t2 = $event.changedTouches; - t2.toString; - t2 = B.TouchList_methods.get$last(t2); - B.JSNumber_methods.round$0(t2.clientX); - offsetY = B.JSNumber_methods.round$0(t2.clientY); - if (offsetX * offsetX + offsetY * offsetY < 324) { + t2 = A.DomTouchEventExtension_get_changedTouches($event); + t2 = t2.get$last(t2).clientX; + t3 = A.DomTouchEventExtension_get_changedTouches($event); + t3 = t3.get$last(t3).clientY; + if (t2 * t2 + t3 * t3 < 324) { t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, this.$this.semanticsObject.id, B.SemanticsAction_1, null); } } t1.lastTouchStartOffsetY = t1.lastTouchStartOffsetX = null; }, - $signature: 86 + $signature: 26 }; A.TextField_update_closure.prototype = { call$0() { - var _s15_ = "editableElement", - t1 = document.activeElement, - t2 = this.$this, - t3 = A._lateReadCheck(t2.__TextField_editableElement, _s15_); - if (t1 == null ? t3 != null : t1 !== t3) - A._lateReadCheck(t2.__TextField_editableElement, _s15_).focus(); + var t1 = self.document.activeElement, + t2 = this.$this.__TextField_editableElement_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!J.$eq$(t1, t2)) + t2.focus(); }, $signature: 0 }; @@ -142774,7 +144928,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 122 + $signature: 160 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -142849,6 +145003,27 @@ } }; A.SurfaceShadowData.prototype = {}; + A.SVGElement.prototype = {}; + A.SVGGraphicsElement.prototype = {}; + A.SVGSVGElement.prototype = {}; + A.SVGClipPathElement.prototype = {}; + A.SVGDefsElement.prototype = {}; + A.SVGGeometryElement.prototype = {}; + A.SVGPathElement.prototype = {}; + A.SVGFilterElement.prototype = {}; + A.SVGAnimatedLength.prototype = {}; + A.SVGLength.prototype = {}; + A.SVGAnimatedEnumeration.prototype = {}; + A.SVGFEColorMatrixElement.prototype = {}; + A.SVGFEFloodElement.prototype = {}; + A.SVGFEBlendElement.prototype = {}; + A.SVGFEImageElement.prototype = {}; + A.SVGFECompositeElement.prototype = {}; + A.SVGAnimatedString.prototype = {}; + A.SVGAnimatedNumber.prototype = {}; + A.SVGAnimatedNumberList.prototype = {}; + A.SVGNumberList.prototype = {}; + A.SVGNumber.prototype = {}; A.CanvasParagraph.prototype = { get$width(_) { return this.get$_layoutService().width; @@ -142858,7 +145033,7 @@ }, get$longestLine() { var t1 = this.get$_layoutService().longestLine; - t1 = t1 == null ? null : t1.width; + t1 = t1 == null ? null : t1.lineMetrics.width; return t1 == null ? 0 : t1; }, get$minIntrinsicWidth() { @@ -142873,22 +145048,24 @@ get$ideographicBaseline(_) { return this.get$_layoutService().ideographicBaseline; }, - get$didExceedMaxLines(_) { + get$didExceedMaxLines() { this.get$_layoutService(); return false; }, get$_layoutService() { var t1, t2, _this = this, - value = _this.__CanvasParagraph__layoutService; + value = _this.__CanvasParagraph__layoutService_FI; if (value === $) { - t1 = A.CanvasElement_CanvasElement(null, null).getContext("2d"); - t2 = A._setArrayType([], type$.JSArray_EngineLineMetrics); - A._lateInitializeOnceCheck(_this.__CanvasParagraph__layoutService, "_layoutService"); - value = _this.__CanvasParagraph__layoutService = new A.TextLayoutService(_this, t1, t2); + t1 = A.DomCanvasElementExtension_getContext(A.createDomCanvasElement(null, null), "2d", null); + t1.toString; + type$.JavaScriptObject._as(t1); + t2 = A._setArrayType([], type$.JSArray_ParagraphLine); + _this.__CanvasParagraph__layoutService_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__CanvasParagraph__layoutService_FI = new A.TextLayoutService(_this, t1, t2, B.Rect_0_0_0_0); } return value; }, - layout$1(_, constraints) { + layout$1(constraints) { var _this = this, t1 = constraints.width; t1.toString; @@ -142905,105 +145082,133 @@ var t1, domElement = this._cachedDomElement; if (domElement == null) { - t1 = this._createDomElement$0(); - this._cachedDomElement = t1; + t1 = this._cachedDomElement = this._createDomElement$0(); return t1; } - return type$.HtmlElement._as(domElement.cloneNode(true)); + return domElement.cloneNode(true); }, _createDomElement$0() { - var cssStyle, lines, lastSpanElement, i, line, boxes, buffer, j, j0, box, t4, t5, t6, t7, color, strokeWidth, adaptedWidth, ratio, background, fontSize, updateDecoration, shadows, value, t8, textDecoration, decorationColor, fontFeatures, t9, t10, ellipsis, _null = null, - _s8_ = "absolute", - t1 = document, - t2 = t1.createElement("flt-paragraph"), - t3 = type$.HtmlElement; - t3._as(t2); - cssStyle = t2.style; - cssStyle.position = _s8_; - cssStyle.whiteSpace = "pre"; - lines = this.get$_layoutService().lines; - for (lastSpanElement = _null, i = 0; i < lines.length; ++i) { - line = lines[i]; + var t2, t3, lastSpanElement, i, value, t4, t5, canvas, result, value0, line, boxes, buffer, j, j0, box, t6, t7, color, strokeWidth, adaptedWidth, background, fontSize, updateDecoration, shadows, t8, textDecoration, decorationColor, fontFeatures, t9, ellipsis, _this = this, _null = null, + rootElement = A.DomDocumentExtension_createElement(self.document, "flt-paragraph"), + t1 = rootElement.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "white-space", "pre"); + t1 = type$.JavaScriptObject; + t2 = type$.JSArray_Object; + t3 = type$.JSArray_ParagraphLine; + lastSpanElement = _null; + i = 0; + while (true) { + value = _this.__CanvasParagraph__layoutService_FI; + if (value === $) { + t4 = self.window.document; + t5 = A._setArrayType(["canvas"], t2); + canvas = t1._as(t4.createElement.apply(t4, t5)); + t4 = canvas.getContext.apply(canvas, ["2d"]); + t4.toString; + t1._as(t4); + t5 = A._setArrayType([], t3); + _this.__CanvasParagraph__layoutService_FI !== $ && A.throwUnnamedLateFieldADI(); + result = _this.__CanvasParagraph__layoutService_FI = new A.TextLayoutService(_this, t4, t5, B.Rect_0_0_0_0); + value0 = result; + value = value0; + } else + value0 = value; + if (!(i < value.lines.length)) + break; + if (value0 === $) { + t4 = self.window.document; + t5 = A._setArrayType(["canvas"], t2); + canvas = t1._as(t4.createElement.apply(t4, t5)); + t4 = canvas.getContext.apply(canvas, ["2d"]); + t4.toString; + t1._as(t4); + t5 = A._setArrayType([], t3); + _this.__CanvasParagraph__layoutService_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__CanvasParagraph__layoutService_FI = new A.TextLayoutService(_this, t4, t5, B.Rect_0_0_0_0); + } else + value = value0; + line = value.lines[i]; boxes = line.boxes; buffer = new A.StringBuffer(""); for (j = 0; j < boxes.length; j = j0) { j0 = j + 1; box = boxes[j]; if (box instanceof A.SpanBox) { - t4 = t1.createElement("flt-span"); - t3._as(t4); - t5 = box.span.style; - cssStyle = t4.style; - t6 = t5.foreground; + t4 = self.document; + t5 = A._setArrayType(["flt-span"], t2); + lastSpanElement = t1._as(t4.createElement.apply(t4, t5)); + t4 = box.span.style; + t5 = lastSpanElement.style; + t6 = t4.foreground; t7 = t6 == null; color = t7 ? _null : t6.get$color(t6); if (color == null) - color = t5.color; + color = t4.color; if ((t7 ? _null : t6.get$style(t6)) === B.PaintingStyle_1) { - cssStyle.color = "transparent"; + t5.setProperty("color", "transparent", ""); strokeWidth = t7 ? _null : t6.get$strokeWidth(); if (strokeWidth != null && strokeWidth > 0) adaptedWidth = strokeWidth; else { t6 = $.$get$window()._debugDevicePixelRatio; if (t6 == null) { - ratio = window.devicePixelRatio; - t6 = ratio == null || ratio === 0 ? 1 : ratio; + t6 = self.window.devicePixelRatio; + if (t6 == null || t6 === 0) + t6 = 1; } adaptedWidth = 1 / t6; } t6 = A.colorToCssString(color); - t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "text-stroke"); - cssStyle.setProperty(t7, A.S(adaptedWidth) + "px " + A.S(t6), ""); + t5.setProperty("-webkit-text-stroke", A.S(adaptedWidth) + "px " + A.S(t6), ""); } else if (color != null) { t6 = A.colorToCssString(color); - cssStyle.toString; - cssStyle.color = t6 == null ? "" : t6; + t6.toString; + t5.setProperty("color", t6, ""); } - t6 = t5.background; + t6 = t4.background; background = t6 == null ? _null : t6.get$color(t6); if (background != null) { t6 = A.colorToCssString(background); - cssStyle.toString; - cssStyle.backgroundColor = t6 == null ? "" : t6; + t6.toString; + t5.setProperty("background-color", t6, ""); } - fontSize = t5.fontSize; + fontSize = t4.fontSize; if (fontSize != null) { t6 = B.JSNumber_methods.floor$0(fontSize); - cssStyle.fontSize = "" + t6 + "px"; + t5.setProperty("font-size", "" + t6 + "px", ""); } - t6 = t5.fontWeight; + t6 = t4.fontWeight; if (t6 != null) { t6 = A.fontWeightToCss(t6); - cssStyle.toString; - cssStyle.fontWeight = t6 == null ? "" : t6; + t6.toString; + t5.setProperty("font-weight", t6, ""); } - t6 = t5.fontStyle; + t6 = t4.fontStyle; if (t6 != null) { t6 = t6 === B.FontStyle_0 ? "normal" : "italic"; - cssStyle.fontStyle = t6; + t5.setProperty("font-style", t6, ""); } - t6 = A.canonicalizeFontFamily(t5.fontFamily); - cssStyle.toString; - cssStyle.fontFamily = t6 == null ? "" : t6; - t6 = t5.letterSpacing; + t6 = A.canonicalizeFontFamily(t4.fontFamily); + t6.toString; + t5.setProperty("font-family", t6, ""); + t6 = t4.letterSpacing; if (t6 != null) - cssStyle.letterSpacing = A.S(t6) + "px"; - t6 = t5.wordSpacing; + t5.setProperty("letter-spacing", A.S(t6) + "px", ""); + t6 = t4.wordSpacing; if (t6 != null) - cssStyle.wordSpacing = A.S(t6) + "px"; - t6 = t5.decoration; + t5.setProperty("word-spacing", A.S(t6) + "px", ""); + t6 = t4.decoration; t7 = t6 != null; updateDecoration = t7 && true; - shadows = t5.shadows; + shadows = t4.shadows; if (shadows != null) { - value = A._shadowListToCss(shadows); - t8 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "text-shadow"); - cssStyle.setProperty(t8, value, ""); + t8 = A._shadowListToCss(shadows); + t5.setProperty("text-shadow", t8, ""); } if (updateDecoration) if (t7) { - t7 = t5.decorationStyle; + t7 = t4.decorationStyle; t6 = t6._mask; t8 = (t6 | 1) === t6 ? "underline " : ""; if ((t6 | 2) === t6) @@ -143015,43 +145220,38 @@ if (textDecoration != null) { t6 = $.$get$_browserEngine(); if (t6 === B.BrowserEngine_1) { - t6 = t4.style; - t6.toString; - t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(t6, "-webkit-text-decoration"); - t6.setProperty(t7, textDecoration, ""); + t6 = lastSpanElement.style; + t6.setProperty("-webkit-text-decoration", textDecoration, ""); } else - cssStyle.textDecoration = textDecoration; - decorationColor = t5.decorationColor; + t5.setProperty("text-decoration", textDecoration, ""); + decorationColor = t4.decorationColor; if (decorationColor != null) { t6 = A.colorToCssString(decorationColor); t6.toString; - t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "text-decoration-color"); - cssStyle.setProperty(t7, t6, ""); + t5.setProperty("text-decoration-color", t6, ""); } } } - fontFeatures = t5.fontFeatures; + fontFeatures = t4.fontFeatures; if (fontFeatures != null && true) { - value = A._fontFeatureListToCss(fontFeatures); - t5 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "font-feature-settings"); - cssStyle.setProperty(t5, value, ""); + t4 = A._fontFeatureListToCss(fontFeatures); + t5.setProperty("font-feature-settings", t4, ""); } - t5 = box.start.index; - t6 = box.end; - t7 = box.intersect$4$forPainting(line, t5, t6.index, true); - t8 = t7.left; - t9 = t7.top; - t10 = t4.style; - t10.position = _s8_; - t10.top = A.S(t9) + "px"; - t10.left = A.S(t8) + "px"; - t10.width = A.S(t7.right - t8) + "px"; - t10.lineHeight = A.S(t7.bottom - t9) + "px"; - t5 = B.JSString_methods.substring$2(box.spanometer.paragraph.plainText, t5, t6.indexWithoutTrailingNewlines); - t4.appendChild(t1.createTextNode(t5)); - t2.appendChild(t4); - buffer._contents += t5; - lastSpanElement = t4; + t4 = box.start.index; + t5 = box.end; + t6 = box.intersect$4$forPainting(line, t4, t5.index, true); + t7 = t6.left; + t8 = t6.top; + t9 = lastSpanElement.style; + t9.setProperty("position", "absolute", ""); + t9.setProperty("top", A.S(t8) + "px", ""); + t9.setProperty("left", A.S(t7) + "px", ""); + t9.setProperty("width", A.S(t6.right - t7) + "px", ""); + t9.setProperty("line-height", A.S(t6.bottom - t8) + "px", ""); + t4 = B.JSString_methods.substring$2(box.spanometer.paragraph.plainText, t4, t5.indexWithoutTrailingNewlines); + lastSpanElement.append(self.document.createTextNode(t4)); + rootElement.append(lastSpanElement); + buffer._contents += t4; } else { if (!(box instanceof A.PlaceholderBox)) throw A.wrapException(A.UnimplementedError$("Unknown box type: " + A.getRuntimeType(box).toString$0(0))); @@ -143060,11 +145260,12 @@ } ellipsis = line.ellipsis; if (ellipsis != null) { - t4 = lastSpanElement == null ? t2 : lastSpanElement; - t4.appendChild(t1.createTextNode(ellipsis)); + t4 = lastSpanElement == null ? rootElement : lastSpanElement; + t4.append(self.document.createTextNode(ellipsis)); } + ++i; } - return t2; + return rootElement; }, getBoxesForPlaceholders$0() { return this.get$_layoutService().getBoxesForPlaceholders$0(); @@ -143078,33 +145279,74 @@ getPositionForOffset$1(offset) { return this.get$_layoutService().getPositionForOffset$1(offset); }, - getWordBoundary$1(_, position) { + getWordBoundary$1(position) { var text = this.plainText, t1 = position.offset; return new A.TextRange(A.WordBreaker__findBreakIndex(B._FindBreakDirection_m1, text, t1 + 1), A.WordBreaker__findBreakIndex(B._FindBreakDirection_1, text, t1)); }, getLineBoundary$1(position) { - var t1, i, line, + var value, t4, t5, canvas, result, value0, line, _this = this, index = position.offset, - lines = this.get$_layoutService().lines; - for (t1 = lines.length - 1, i = 0; i < t1; ++i) { - line = lines[i]; + t1 = type$.JavaScriptObject, + t2 = type$.JSArray_ParagraphLine, + t3 = type$.JSArray_Object, + i = 0; + while (true) { + value = _this.__CanvasParagraph__layoutService_FI; + if (value === $) { + t4 = self.window.document; + t5 = A._setArrayType(["canvas"], t3); + canvas = t1._as(t4.createElement.apply(t4, t5)); + t4 = canvas.getContext.apply(canvas, ["2d"]); + t4.toString; + t1._as(t4); + t5 = A._setArrayType([], t2); + _this.__CanvasParagraph__layoutService_FI !== $ && A.throwUnnamedLateFieldADI(); + result = _this.__CanvasParagraph__layoutService_FI = new A.TextLayoutService(_this, t4, t5, B.Rect_0_0_0_0); + value0 = result; + value = value0; + } else + value0 = value; + if (!(i < value.lines.length - 1)) + break; + if (value0 === $) { + t4 = self.window.document; + t5 = A._setArrayType(["canvas"], t3); + canvas = t1._as(t4.createElement.apply(t4, t5)); + t4 = canvas.getContext.apply(canvas, ["2d"]); + t4.toString; + t1._as(t4); + t5 = A._setArrayType([], t2); + _this.__CanvasParagraph__layoutService_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__CanvasParagraph__layoutService_FI = new A.TextLayoutService(_this, t4, t5, B.Rect_0_0_0_0); + } else + value = value0; + line = value.lines[i]; if (index >= line.startIndex && index < line.endIndex) break; + ++i; } - line = lines[i]; + line = _this.get$_layoutService().lines[i]; return new A.TextRange(line.startIndex, line.endIndex); }, computeLineMetrics$0() { - return this.get$_layoutService().lines; + var t1 = this.get$_layoutService().lines, + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,EngineLineMetrics>"); + return A.List_List$of(new A.MappedListIterable(t1, new A.CanvasParagraph_computeLineMetrics_closure(), t2), true, t2._eval$1("ListIterable.E")); } }; + A.CanvasParagraph_computeLineMetrics_closure.prototype = { + call$1(line) { + return line.lineMetrics; + }, + $signature: 2347 + }; A.FlatTextSpan.prototype = {$isParagraphSpan: 1, get$end(receiver) { return this.end; } }; - A.PlaceholderSpan0.prototype = {$isParagraphSpan: 1, + A.PlaceholderSpan.prototype = {$isParagraphSpan: 1, get$end(receiver) { return this.end; } @@ -143131,8 +145373,7 @@ t15 = _this.get$_wordSpacing(_this); t16 = _this.get$__engine$_height(_this); t17 = _this.get$_locale(); - t15 = A.EngineTextStyle$only(_this.get$_background(_this), t1, t2, t3, t4, t5, t9, t10, t11, t13, t7, t12, t6, _this.get$_foreground(), t16, t14, t17, _this.get$_shadows(), t8, t15); - _this._cachedStyle = t15; + t15 = _this._cachedStyle = A.EngineTextStyle$only(_this.get$_background(_this), t1, t2, t3, t4, t5, t9, t10, t11, t13, t7, t12, t6, _this.get$_foreground(), t16, t14, t17, _this.get$_shadows(), t8, t15); return t15; } return style; @@ -143337,33 +145578,33 @@ get$placeholderScales() { return this._placeholderScales; }, - addPlaceholder$6$baseline$baselineOffset$scale(_, width, height, alignment, baseline, baselineOffset, scale) { + addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, baseline, baselineOffset, scale) { var t1, t2, _this = this; ++_this._placeholderCount; _this._placeholderScales.push(scale); t1 = _this._plainTextBuffer._contents; t2 = baselineOffset == null ? height : baselineOffset; - _this._spans.push(new A.PlaceholderSpan0(t1.length, width * scale, height * scale, alignment, t2 * scale)); + _this._spans.push(new A.PlaceholderSpan(t1.length, width * scale, height * scale, alignment, t2 * scale)); }, - addPlaceholder$4$scale($receiver, width, height, alignment, scale) { - return this.addPlaceholder$6$baseline$baselineOffset$scale($receiver, width, height, alignment, null, null, scale); + addPlaceholder$4$scale(width, height, alignment, scale) { + return this.addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, null, null, scale); }, - pushStyle$1(_, style) { + pushStyle$1(style) { this._styleStack.push(new A.ChildStyleNode(this.get$_currentStyleNode(), type$.EngineTextStyle._as(style))); }, - pop$0(_) { + pop$0() { var t1 = this._styleStack; if (t1.length !== 0) t1.pop(); }, - addText$1(_, text) { + addText$1(text) { var decoration, _this = this, style = _this.get$_currentStyleNode().resolveStyle$0(), t1 = _this._plainTextBuffer, t2 = t1._contents, t3 = t2 + A.S(text); t1._contents = t3; - t1 = _this._drawOnCanvas; + t1 = _this._canDrawOnCanvas; if (t1) { decoration = style.decoration; if (decoration != null) { @@ -143372,24 +145613,24 @@ } else t1 = false; if (t1) { - _this._drawOnCanvas = false; + _this._canDrawOnCanvas = false; t1 = false; } else t1 = true; } if (t1) if (style.fontFeatures != null && true) { - _this._drawOnCanvas = false; + _this._canDrawOnCanvas = false; t1 = false; } else t1 = true; t1; _this._spans.push(new A.FlatTextSpan(style, t2.length, t3.length)); }, - build$0(_) { + build$0() { var _this = this, t1 = _this._plainTextBuffer._contents; - return new A.CanvasParagraph(_this._spans, _this._paragraphStyle, t1.charCodeAt(0) == 0 ? t1 : t1, _this._drawOnCanvas); + return new A.CanvasParagraph(_this._spans, _this._paragraphStyle, t1.charCodeAt(0) == 0 ? t1 : t1, _this._canDrawOnCanvas); } }; A.FontCollection.prototype = { @@ -143399,7 +145640,7 @@ registerFonts$body$FontCollection(assetManager) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, exception, t1, fontManifest, t2, t3, t4, t5, t6, family, t7, asset, descriptors, t8, t9, byteData, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, exception, t1, fontManifest, t2, t3, t4, t5, t6, family, t7, asset, descriptors, t8, t9, byteData, $async$exception; var $async$registerFonts$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -143522,10 +145763,15 @@ this._loadFontFace$3(family, asset, descriptors); }, _loadFontFace$3(family, asset, descriptors) { - var fontFace, e, exception; + var fontFace, e, t1, t2, exception; try { - fontFace = A.FontFace_FontFace(family, asset, descriptors); - this._fontLoadingFutures.push(A.promiseToFuture(fontFace.load(), type$.FontFace).then$1$2$onError(0, new A.FontManager__loadFontFace_closure(fontFace), new A.FontManager__loadFontFace_closure0(family), type$.void)); + t1 = A._setArrayType([family, asset], type$.JSArray_Object); + t1.push(A.jsify(descriptors)); + t1 = A.domCallConstructorString("FontFace", t1); + t1.toString; + t2 = type$.JavaScriptObject; + fontFace = t2._as(t1); + this._fontLoadingFutures.push(A.promiseToFuture(fontFace.load(), t2).then$1$2$onError(0, new A.FontManager__loadFontFace_closure(fontFace), new A.FontManager__loadFontFace_closure0(family), type$.void)); } catch (exception) { e = A.unwrapException(exception); $.$get$printWarning().call$1('Error while loading font family "' + A.S(family) + '":\n' + A.S(e)); @@ -143534,9 +145780,9 @@ }; A.FontManager__loadFontFace_closure.prototype = { call$1(_) { - document.fonts.add(this.fontFace); + self.document.fonts.add(this.fontFace); }, - $signature: 1255 + $signature: 96 }; A.FontManager__loadFontFace_closure0.prototype = { call$1(e) { @@ -143546,55 +145792,53 @@ }; A._PolyfillFontManager.prototype = { registerAsset$3(family, asset, descriptors) { - var fallbackFontName, t3, sansSerifWidth, _fontLoadStart, t4, fontStyleMap, fontFaceDeclaration, fontLoadStyle, _s5_ = "style", _s6_ = "weight", - t1 = document, - paragraph = t1.createElement("p"), - t2 = paragraph.style; - t2.position = "absolute"; - t2 = paragraph.style; - t2.visibility = "hidden"; - t2 = paragraph.style; - t2.fontSize = "72px"; - t2 = $.$get$_browserEngine(); - fallbackFontName = t2 === B.BrowserEngine_4 ? "Times New Roman" : "sans-serif"; - t2 = paragraph.style; - t2.fontFamily = fallbackFontName; + var t1, fallbackFontName, t2, sansSerifWidth, _fontLoadStart, t3, fontStyleMap, fontFaceDeclaration, fontLoadStyle, _s5_ = "style", + _s11_ = "font-family", + _s10_ = "font-style", + _s6_ = "weight", + _s11_0 = "font-weight", + paragraph = A.DomDocumentExtension_createElement(self.document, "p"); + A.DomCSSStyleDeclarationExtension_setProperty(paragraph.style, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(paragraph.style, "visibility", "hidden"); + A.DomCSSStyleDeclarationExtension_setProperty(paragraph.style, "font-size", "72px"); + t1 = $.$get$_browserEngine(); + fallbackFontName = t1 === B.BrowserEngine_4 ? "Times New Roman" : "sans-serif"; + A.DomCSSStyleDeclarationExtension_setProperty(paragraph.style, _s11_, fallbackFontName); if (descriptors.$index(0, _s5_) != null) { - t2 = paragraph.style; - t3 = descriptors.$index(0, _s5_); + t1 = paragraph.style; + t2 = descriptors.$index(0, _s5_); t2.toString; - t2.fontStyle = t3 == null ? "" : t3; + A.DomCSSStyleDeclarationExtension_setProperty(t1, _s10_, t2); } if (descriptors.$index(0, _s6_) != null) { - t2 = paragraph.style; - t3 = descriptors.$index(0, _s6_); + t1 = paragraph.style; + t2 = descriptors.$index(0, _s6_); t2.toString; - t2.fontWeight = t3 == null ? "" : t3; + A.DomCSSStyleDeclarationExtension_setProperty(t1, _s11_0, t2); } paragraph.textContent = "giItT1WQy@!-/#"; - t1.body.appendChild(paragraph); - sansSerifWidth = B.JSNumber_methods.round$0(paragraph.offsetWidth); - t2 = paragraph.style; - t3 = "'" + A.S(family); - t2.fontFamily = t3 + "', " + fallbackFontName; + self.document.body.append(paragraph); + sansSerifWidth = A._asIntS(paragraph.offsetWidth); + t1 = "'" + A.S(family); + A.DomCSSStyleDeclarationExtension_setProperty(paragraph.style, _s11_, t1 + "', " + fallbackFontName); t2 = new A._Future($.Zone__current, type$._Future_void); _fontLoadStart = A._Cell$named("_fontLoadStart"); - t4 = type$.String; - fontStyleMap = A.LinkedHashMap_LinkedHashMap$_empty(t4, type$.nullable_String); - fontStyleMap.$indexSet(0, "font-family", t3 + "'"); + t3 = type$.String; + fontStyleMap = A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.nullable_String); + fontStyleMap.$indexSet(0, _s11_, t1 + "'"); fontStyleMap.$indexSet(0, "src", asset); if (descriptors.$index(0, _s5_) != null) - fontStyleMap.$indexSet(0, "font-style", descriptors.$index(0, _s5_)); + fontStyleMap.$indexSet(0, _s10_, descriptors.$index(0, _s5_)); if (descriptors.$index(0, _s6_) != null) - fontStyleMap.$indexSet(0, "font-weight", descriptors.$index(0, _s6_)); - t3 = fontStyleMap.$ti._eval$1("LinkedHashMapKeyIterable<1>"); - fontFaceDeclaration = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(fontStyleMap, t3), new A._PolyfillFontManager_registerAsset_closure(fontStyleMap), t3._eval$1("Iterable.E"), t4).join$1(0, " "); - fontLoadStyle = t1.createElement("style"); + fontStyleMap.$indexSet(0, _s11_0, descriptors.$index(0, _s6_)); + t1 = fontStyleMap.$ti._eval$1("LinkedHashMapKeyIterable<1>"); + fontFaceDeclaration = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(fontStyleMap, t1), new A._PolyfillFontManager_registerAsset_closure(fontStyleMap), t1._eval$1("Iterable.E"), t3).join$1(0, " "); + fontLoadStyle = A.DomHTMLStyleElement$(null); fontLoadStyle.type = "text/css"; - B.StyleElement_methods.setInnerHtml$1(fontLoadStyle, "@font-face { " + fontFaceDeclaration + " }"); - t1.head.appendChild(fontLoadStyle); + fontLoadStyle.innerHtml = "@font-face { " + fontFaceDeclaration + " }"; + self.document.head.append(fontLoadStyle); if (B.JSString_methods.contains$1(family.toLowerCase(), "icon")) { - B.ParagraphElement_methods.remove$0(paragraph); + paragraph.remove(); return; } _fontLoadStart.__late_helper$_value = new A.DateTime(Date.now(), false); @@ -143606,8 +145850,8 @@ call$0() { var _this = this, t1 = _this.paragraph; - if (B.JSNumber_methods.round$0(t1.offsetWidth) !== _this.sansSerifWidth) { - B.ParagraphElement_methods.remove$0(t1); + if (A._asIntS(t1.offsetWidth) != _this.sansSerifWidth) { + t1.remove(); _this.completer.complete$0(0); } else if (A.Duration$(0, 0, 0, Date.now() - _this._fontLoadStart._readLocal$0()._value, 0, 0)._duration > 2000000) { _this.completer.complete$0(0); @@ -143621,11 +145865,11 @@ call$1($name) { return A.S($name) + ": " + A.S(this.fontStyleMap.$index(0, $name)) + ";"; }, - $signature: 110 + $signature: 119 }; A.TextLayoutService.prototype = { performLayout$1(constraints) { - var t4, spanometer, currentLine, t5, spanIndex, span, nextBreak, t6, additionalWidth, t7, revertedToSpan, _i, line, longestLineWidth, lastLine, shouldJustifyParagraph, breakToNextLine, widthOfLastSegment, _this = this, + var t4, spanometer, currentLine, t5, spanIndex, span, nextBreak, t6, additionalWidth, t7, revertedToSpan, boundsLeft, boundsRight, _i, line, t8, longestLineWidth, left, right, lastLine, shouldJustifyParagraph, breakToNextLine, widthOfLastSegment, _this = this, t1 = _this.paragraph, t2 = t1.spans, spanCount = t2.length, @@ -143635,7 +145879,7 @@ _this.maxIntrinsicWidth = _this.minIntrinsicWidth = 0; _this.didExceedMaxLines = false; t4 = _this.lines; - B.JSArray_methods.set$length(t4, 0); + B.JSArray_methods.clear$0(t4); if (spanCount === 0) return; spanometer = new A.Spanometer(t1, _this.context); @@ -143644,20 +145888,20 @@ if (spanIndex === spanCount) { if (currentLine._segments.length !== 0 || currentLine.__engine$_end.type !== B.LineBreakType_3) { currentLine.extendToEndOfText$0(); - t4.push(currentLine.build$0(0)); + t4.push(currentLine.build$0()); } break; } span = t2[spanIndex]; - if (span instanceof A.PlaceholderSpan0) { + if (span instanceof A.PlaceholderSpan) { if (currentLine.widthIncludingSpace + span.width <= t3) - currentLine.addPlaceholder$1(0, span); + currentLine.addPlaceholder$1(span); else { if (currentLine._segments.length !== 0) { - t4.push(currentLine.build$0(0)); + t4.push(currentLine.build$0()); currentLine = currentLine.nextLine$0(); } - currentLine.addPlaceholder$1(0, span); + currentLine.addPlaceholder$1(span); } ++spanIndex; } else if (span instanceof A.FlatTextSpan) { @@ -143668,7 +145912,7 @@ if (currentLine.width + additionalWidth <= t3) { currentLine.extendTo$1(nextBreak); if (t6.type === B.LineBreakType_2) { - t4.push(currentLine.build$0(0)); + t4.push(currentLine.build$0()); currentLine = currentLine.nextLine$0(); } } else { @@ -143676,11 +145920,11 @@ t7 = t6 != null; if ((t7 && t5.maxLines == null || t4.length + 1 === t5.maxLines) && t7) { currentLine.forceBreak$3$allowEmpty$ellipsis(nextBreak, true, t6); - t4.push(currentLine.build$1$ellipsis(0, t6)); + t4.push(currentLine.build$1$ellipsis(t6)); break; } else if (!currentLine.isBreakable) { currentLine.forceBreak$2$allowEmpty(nextBreak, false); - t4.push(currentLine.build$0(0)); + t4.push(currentLine.build$0()); currentLine = currentLine.nextLine$0(); } else { currentLine.revertToLastBreakOpportunity$0(); @@ -143689,7 +145933,7 @@ --spanIndex; span = t2[spanIndex]; } - t4.push(currentLine.build$0(0)); + t4.push(currentLine.build$0()); currentLine = currentLine.nextLine$0(); } } @@ -143702,21 +145946,30 @@ if (t4.length === t5.maxLines) break; } - for (t6 = t4.length, _i = 0; _i < t6; ++_i) { + for (t6 = t4.length, boundsLeft = 1 / 0, boundsRight = -1 / 0, _i = 0; _i < t6; ++_i) { line = t4[_i]; - _this.height = _this.height + line.height; + t7 = line.lineMetrics; + _this.height = _this.height + t7.height; if (_this.alphabeticBaseline === -1) { - t7 = line.baseline; - _this.alphabeticBaseline = t7; - _this.ideographicBaseline = t7 * 1.1662499904632568; + t8 = t7.baseline; + _this.alphabeticBaseline = t8; + _this.ideographicBaseline = t8 * 1.1662499904632568; } - t7 = _this.longestLine; - longestLineWidth = t7 == null ? null : t7.width; + t8 = _this.longestLine; + longestLineWidth = t8 == null ? null : t8.lineMetrics.width; if (longestLineWidth == null) longestLineWidth = 0; - if (longestLineWidth < line.width) + t8 = t7.width; + if (longestLineWidth < t8) _this.longestLine = line; + left = t7.left; + if (left < boundsLeft) + boundsLeft = left; + right = left + t8; + if (right > boundsRight) + boundsRight = right; } + _this._paintBounds = new A.Rect(boundsLeft, 0, boundsRight, _this.height); if (t6 !== 0) { lastLine = B.JSArray_methods.get$last(t4); t6 = _this.width; @@ -143730,8 +145983,8 @@ currentLine = A.LineBuilder$_(t1, spanometer, 0, 0, t3, B.LineBreakResult_vhn); for (spanIndex = 0; spanIndex < spanCount;) { span = t2[spanIndex]; - if (span instanceof A.PlaceholderSpan0) { - currentLine.addPlaceholder$1(0, span); + if (span instanceof A.PlaceholderSpan) { + currentLine.addPlaceholder$1(span); ++spanIndex; breakToNextLine = false; } else if (span instanceof A.FlatTextSpan) { @@ -143758,16 +146011,16 @@ var t1, t2, i, cumulativeWidth, t3, box, t4, t5, t6, i0, lastNonSpaceBox, t7, boxes = line.boxes, justifyPerSpaceBox = withJustification ? this._calculateJustifyPerSpaceBox$1(line) : 0; - for (t1 = this.paragraph.paragraphStyle, t2 = line.width, i = 0, cumulativeWidth = 0; t3 = boxes.length, i < t3;) { + for (t1 = this.paragraph.paragraphStyle, t2 = line.lineMetrics.width, i = 0, cumulativeWidth = 0; t3 = boxes.length, i < t3;) { box = boxes[i]; t4 = t1.textDirection; t5 = t4 == null; t6 = t5 ? B.TextDirection_1 : t4; if (box.boxDirection === t6) { - A._lateWriteOnceCheck(box.__RangeBox_startOffset, "startOffset"); - box.__RangeBox_startOffset = cumulativeWidth; - A._lateWriteOnceCheck(box.__RangeBox_lineWidth, "lineWidth"); - box.__RangeBox_lineWidth = t2; + box.__RangeBox_startOffset_F !== $ && A.throwUnnamedLateFieldAI(); + box.__RangeBox_startOffset_F = cumulativeWidth; + box.__RangeBox_lineWidth_F !== $ && A.throwUnnamedLateFieldAI(); + box.__RangeBox_lineWidth_F = t2; if (box instanceof A.SpanBox && box.isSpaceOnly && !box._isTrailingSpace) box.__engine$_width += justifyPerSpaceBox; cumulativeWidth += box.get$width(box); @@ -143798,12 +146051,12 @@ _positionLineBoxesInReverse$5$justifyPerSpaceBox$startOffset(line, first, last, justifyPerSpaceBox, startOffset) { var t1, i, cumulativeWidth, box, boxes = line.boxes; - for (t1 = line.width, i = last, cumulativeWidth = 0; i >= first; --i) { + for (t1 = line.lineMetrics.width, i = last, cumulativeWidth = 0; i >= first; --i) { box = boxes[i]; - A._lateWriteOnceCheck(box.__RangeBox_startOffset, "startOffset"); - box.__RangeBox_startOffset = startOffset + cumulativeWidth; - A._lateWriteOnceCheck(box.__RangeBox_lineWidth, "lineWidth"); - box.__RangeBox_lineWidth = t1; + box.__RangeBox_startOffset_F !== $ && A.throwUnnamedLateFieldAI(); + box.__RangeBox_startOffset_F = startOffset + cumulativeWidth; + box.__RangeBox_lineWidth_F !== $ && A.throwUnnamedLateFieldAI(); + box.__RangeBox_lineWidth_F = t1; if (box instanceof A.SpanBox && box.isSpaceOnly && !box._isTrailingSpace) box.__engine$_width += justifyPerSpaceBox; cumulativeWidth += box.get$width(box); @@ -143814,30 +146067,46 @@ var t1 = this.width, spaceBoxesToJustify = line.spaceBoxCount - line.trailingSpaceBoxCount; if (spaceBoxesToJustify > 0) - return (t1 - line.width) / spaceBoxesToJustify; + return (t1 - line.lineMetrics.width) / spaceBoxesToJustify; return 0; }, getBoxesForPlaceholders$0() { - var t1, t2, _i, line, t3, t4, $top, lineTop, t5, t6, t7, _i0, box, t8, t9, t10, t11, top0, - _s11_ = "startOffset", - _s9_ = "lineWidth", + var t1, t2, _i, line, t3, t4, t5, $top, lineTop, t6, t7, _i0, box, t8, t9, t10, t11, top0, boxes = A._setArrayType([], type$.JSArray_TextBox); for (t1 = this.lines, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { line = t1[_i]; - for (t3 = line.boxes, t4 = t3.length, $top = line.baseline, lineTop = $top - line.ascent, t5 = line.left, t6 = line.height, t7 = lineTop + t6, _i0 = 0; _i0 < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i0) { + for (t3 = line.boxes, t4 = t3.length, t5 = line.lineMetrics, $top = t5.baseline, lineTop = $top - t5.ascent, t6 = t5.left, t5 = t5.height, t7 = lineTop + t5, _i0 = 0; _i0 < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i0) { box = t3[_i0]; if (box instanceof A.PlaceholderBox) { t8 = box.paragraphDirection; t9 = t8 === B.TextDirection_1; - t10 = t9 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - (A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.get$width(box)); - t9 = t9 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.get$width(box) : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - A._lateReadCheck(box.__RangeBox_startOffset, _s11_); + t10 = box.__RangeBox_startOffset_F; + if (t9) + t10 === $ && A.throwUnnamedLateFieldNI(); + else { + t11 = box.__RangeBox_lineWidth_F; + t11 === $ && A.throwUnnamedLateFieldNI(); + t10 === $ && A.throwUnnamedLateFieldNI(); + t10 = t11 - (t10 + box.get$width(box)); + } + t11 = box.__RangeBox_startOffset_F; + if (t9) { + t11 === $ && A.throwUnnamedLateFieldNI(); + t9 = t11 + box.get$width(box); + } else { + t9 = box.__RangeBox_lineWidth_F; + t9 === $ && A.throwUnnamedLateFieldNI(); + t11 === $ && A.throwUnnamedLateFieldNI(); + t11 = t9 - t11; + t9 = t11; + } t11 = box.placeholder; switch (t11.alignment.index) { case 3: top0 = lineTop; break; case 5: - top0 = lineTop + (t6 - t11.height) / 2; + top0 = lineTop + (t5 - t11.height) / 2; break; case 4: top0 = t7 - t11.height; @@ -143855,7 +146124,7 @@ A.throwExpression(A.ReachabilityError$(string$.x60null_c)); top0 = null; } - boxes.push(new A.TextBox(t5 + t10, top0, t5 + t9, top0 + t11.height, t8)); + boxes.push(new A.TextBox(t6 + t10, top0, t6 + t9, top0 + t11.height, t8)); } } } @@ -143881,12 +146150,10 @@ return boxes; }, getPositionForOffset$1(offset) { - var dx, _i, box, t3, t4, - _s11_ = "startOffset", - _s9_ = "lineWidth", + var dx, _i, box, t3, t4, t5, line = this._findLineForY$1(offset._dy), t1 = offset._dx, - t2 = line.left; + t2 = line.lineMetrics.left; if (t1 <= t2) return new A.TextPosition(line.startIndex, B.TextAffinity_1); if (t1 >= t2 + line.widthWithTrailingSpaces) @@ -143895,9 +146162,28 @@ for (t1 = line.boxes, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { box = t1[_i]; t3 = box.paragraphDirection === B.TextDirection_1; - if ((t3 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - (A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.get$width(box))) <= dx) { - t4 = dx <= (t3 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.get$width(box) : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - A._lateReadCheck(box.__RangeBox_startOffset, _s11_)); - t3 = t4; + t4 = box.__RangeBox_startOffset_F; + if (t3) + t4 === $ && A.throwUnnamedLateFieldNI(); + else { + t5 = box.__RangeBox_lineWidth_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t5 - (t4 + box.get$width(box)); + } + if (t4 <= dx) { + t4 = box.__RangeBox_startOffset_F; + if (t3) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t3 = t4 + box.get$width(box); + } else { + t3 = box.__RangeBox_lineWidth_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3 - t4; + t3 = t4; + } + t3 = dx <= t3; } else t3 = false; if (t3) @@ -143909,7 +146195,7 @@ var t1, t2, _i, line, t3; for (t1 = this.lines, t2 = t1.length, _i = 0; _i < t2; ++_i) { line = t1[_i]; - t3 = line.height; + t3 = line.lineMetrics.height; if (y <= t3) return line; y -= t3; @@ -143919,14 +146205,31 @@ }; A.RangeBox.prototype = { get$left(_) { - var _this = this, - _s11_ = "startOffset"; - return _this.paragraphDirection === B.TextDirection_1 ? A._lateReadCheck(_this.__RangeBox_startOffset, _s11_) : A._lateReadCheck(_this.__RangeBox_lineWidth, "lineWidth") - (A._lateReadCheck(_this.__RangeBox_startOffset, _s11_) + _this.get$width(_this)); + var t2, _this = this, + t1 = _this.__RangeBox_startOffset_F; + if (_this.paragraphDirection === B.TextDirection_1) + t1 === $ && A.throwUnnamedLateFieldNI(); + else { + t2 = _this.__RangeBox_lineWidth_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t2 - (t1 + _this.get$width(_this)); + } + return t1; }, get$right(_) { - var _this = this, - _s11_ = "startOffset"; - return _this.paragraphDirection === B.TextDirection_1 ? A._lateReadCheck(_this.__RangeBox_startOffset, _s11_) + _this.get$width(_this) : A._lateReadCheck(_this.__RangeBox_lineWidth, "lineWidth") - A._lateReadCheck(_this.__RangeBox_startOffset, _s11_); + var t2, _this = this, + t1 = _this.__RangeBox_startOffset_F; + if (_this.paragraphDirection === B.TextDirection_1) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 += _this.get$width(_this); + } else { + t2 = _this.__RangeBox_lineWidth_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t2 - t1; + } + return t1; } }; A.PlaceholderBox.prototype = { @@ -143944,26 +146247,27 @@ return this.__engine$_width; }, intersect$4$forPainting(line, start, end, forPainting) { - var before, t2, after, left, right, _this = this, - $top = line.baseline - _this.baseline, - t1 = _this.start.index; - if (start <= t1) + var before, t3, after, left, right, _this = this, + t1 = line.lineMetrics, + $top = t1.baseline - _this.baseline, + t2 = _this.start.index; + if (start <= t2) before = 0; else { - t2 = _this.spanometer; - t2.set$currentSpan(_this.span); - before = t2._measure$2(t1, start); + t3 = _this.spanometer; + t3.set$currentSpan(_this.span); + before = t3._measure$2(t2, start); } - t1 = _this.end.indexWithoutTrailingNewlines; - if (end >= t1) + t2 = _this.end.indexWithoutTrailingNewlines; + if (end >= t2) after = 0; else { - t2 = _this.spanometer; - t2.set$currentSpan(_this.span); - after = t2._measure$2(end, t1); + t3 = _this.spanometer; + t3.set$currentSpan(_this.span); + after = t3._measure$2(end, t2); } - t1 = _this.contentDirection; - if (t1 === B.TextDirection_1) { + t2 = _this.contentDirection; + if (t2 === B.TextDirection_1) { left = _this.get$left(_this) + before; right = _this.get$right(_this) - after; } else { @@ -143975,8 +146279,8 @@ right = left; else left = right; - t2 = line.left; - return new A.TextBox(t2 + left, $top, t2 + right, $top + _this.height, t1); + t1 = t1.left; + return new A.TextBox(t1 + left, $top, t1 + right, $top + _this.height, t2); }, getPositionForX$1(x) { var startIndex, endIndex, cutoff, t2, _this = this, @@ -144039,18 +146343,18 @@ return B.JSArray_methods.get$last(t1) instanceof A.PlaceholderBox; }, get$_currentBoxDirection() { - var value = this.__LineBuilder__currentBoxDirection; + var value = this.__LineBuilder__currentBoxDirection_AI; if (value === $) { value = this.paragraph.paragraphStyle.textDirection; - value = this.__LineBuilder__currentBoxDirection = value == null ? B.TextDirection_1 : value; + value = this.__LineBuilder__currentBoxDirection_AI = value == null ? B.TextDirection_1 : value; } return value; }, get$_currentContentDirection() { - var value = this.__LineBuilder__currentContentDirection; + var value = this.__LineBuilder__currentContentDirection_AI; if (value === $) { value = this.paragraph.paragraphStyle.textDirection; - value = this.__LineBuilder__currentContentDirection = value == null ? B.TextDirection_1 : value; + value = this.__LineBuilder__currentContentDirection_AI = value == null ? B.TextDirection_1 : value; } return value; }, @@ -144075,8 +146379,8 @@ _this.createBox$0(); t2 = newEnd.textDirection; t3 = t2 == null; - _this.__LineBuilder__currentBoxDirection = t3 ? _this.get$_currentBoxDirection() : t2; - _this.__LineBuilder__currentContentDirection = t3 ? B.TextDirection_1 : t2; + _this.__LineBuilder__currentBoxDirection_AI = t3 ? _this.get$_currentBoxDirection() : t2; + _this.__LineBuilder__currentContentDirection_AI = t3 ? B.TextDirection_1 : t2; _this._addSegment$1(_this._createSegment$1(newEnd.lineBreak)); if (t1) _this.createBox$1$isSpaceOnly(true); @@ -144101,7 +146405,7 @@ } else _this.set$end(0, endOfText); }, - addPlaceholder$1(_, placeholder) { + addPlaceholder$1(placeholder) { var ascent, descent, t1, t2, diff, _this = this; switch (placeholder.alignment.index) { case 3: @@ -144276,7 +146580,7 @@ createBox$0() { return this.createBox$1$isSpaceOnly(false); }, - build$1$ellipsis(_, ellipsis) { + build$1$ellipsis(ellipsis) { var ellipsisWidth, t1, t2, endIndexWithoutNewlines, hardBreak, t3, t4, t5, t6, t7, _this = this; _this.createBox$0(); ellipsisWidth = ellipsis == null ? 0 : A.measureSubstring(_this.spanometer.context, ellipsis, 0, ellipsis.length, null); @@ -144296,10 +146600,10 @@ t5 = _this.get$alignOffset(); t6 = _this.ascent; t7 = _this.descent; - return new A.EngineLineMetrics(ellipsis, t1, t2.index, endIndexWithoutNewlines, _this._boxes, _this._spaceBoxCount, _this._trailingSpaceBoxCount, hardBreak, t6, t7, t6 + t7, t3 + ellipsisWidth, t4 + ellipsisWidth, t5, _this.accumulatedHeight + t6, _this.lineNumber); + return new A.ParagraphLine(new A.EngineLineMetrics(hardBreak, t6, t7, t6, t6 + t7, t3 + ellipsisWidth, t5, _this.accumulatedHeight + t6, _this.lineNumber), ellipsis, t1, t2.index, endIndexWithoutNewlines, t4 + ellipsisWidth, _this._boxes, _this._spaceBoxCount, _this._trailingSpaceBoxCount); }, - build$0($receiver) { - return this.build$1$ellipsis($receiver, null); + build$0() { + return this.build$1$ellipsis(null); }, _processTrailingSpaces$0() { var t1, i, t2, box; @@ -144340,20 +146644,18 @@ return; } t1 = span.style; - value = t1.__EngineTextStyle_heightStyle; + value = t1.__EngineTextStyle_heightStyle_FI; if (value === $) { t2 = t1.get$effectiveFontFamily(); t3 = t1.fontSize; if (t3 == null) t3 = 14; - A._lateInitializeOnceCheck(t1.__EngineTextStyle_heightStyle, "heightStyle"); - value = t1.__EngineTextStyle_heightStyle = new A.TextHeightStyle(t2, t3, t1.height, null, null); + t1.__EngineTextStyle_heightStyle_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__EngineTextStyle_heightStyle_FI = new A.TextHeightStyle(t2, t3, t1.height, null, null); } ruler = $.Spanometer__rulers.$index(0, value); if (ruler == null) { - t2 = $.$get$Spanometer__rulerHost(); - t3 = document.createElement("flt-paragraph"); - ruler = new A.TextHeightRuler(value, t2, new A.TextDimensions(t3)); + ruler = new A.TextHeightRuler(value, $.$get$Spanometer__rulerHost(), new A.TextDimensions(A.DomDocumentExtension_createElement(self.document, "flt-paragraph"))); $.Spanometer__rulers.$indexSet(0, value, ruler); } _this._currentRuler = ruler; @@ -144399,7 +146701,7 @@ A.LineBreakResult.prototype = { get$hashCode(_) { var _this = this; - return A.hashValues(_this.index, _this.indexWithoutTrailingNewlines, _this.indexWithoutTrailingSpaces, _this.type, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.index, _this.indexWithoutTrailingNewlines, _this.indexWithoutTrailingSpaces, _this.type, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var _this = this; @@ -144417,8 +146719,8 @@ } }; A.RulerHost.prototype = { - dispose$0(_) { - J.remove$0$ax(this._rulerHost); + dispose$0() { + this._rulerHost.remove(); } }; A.TextPaintService.prototype = { @@ -144443,7 +146745,7 @@ t5 = box.intersect$4$forPainting(line, box.start.index, box.end.index, true); rect = new A.Rect(t5.left, t5.top, t5.right, t5.bottom).shift$1(offset); background._frozen = true; - canvas.drawRect$2(0, rect, background._paintData); + canvas.drawRect$2(rect, background._paintData); } } this._paintText$4(canvas, offset, line, box); @@ -144451,7 +146753,7 @@ } }, _paintText$4(canvas, offset, line, box) { - var t1, foreground, t2, paint, t3, t4, t5, x, y, text, letterSpacing, len, charX, i, char, ctx, ellipsis, _null = null; + var t1, foreground, t2, paint, t3, t4, t5, t6, x, y, text, letterSpacing, len, charX, i, char, ctx, ellipsis, _null = null; if (box instanceof A.SpanBox) { t1 = box.span.style; foreground = t1.foreground; @@ -144477,9 +146779,10 @@ t4 = paint._paintData; t5 = canvas._canvasPool; t5.get$contextHandle().setUpPaint$2(t4, _null); - t4 = offset._dx + line.left; - x = t4 + box.get$left(box); - y = offset._dy + line.baseline; + t4 = line.lineMetrics; + t6 = offset._dx + t4.left; + x = t6 + box.get$left(box); + y = offset._dy + t4.baseline; if (!box.isSpaceOnly) { text = B.JSString_methods.substring$2(this.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); letterSpacing = t1.letterSpacing; @@ -144509,7 +146812,7 @@ if (ellipsis != null && box === B.JSArray_methods.get$last(line.boxes)) { t1 = box.get$right(box); t2 = t2 ? _null : foreground.get$style(foreground); - canvas.drawText$4$style(ellipsis, t4 + t1, y, t2); + canvas.drawText$4$style(ellipsis, t6 + t1, y, t2); } t5.get$contextHandle().tearDownPaint$0(); } @@ -144518,52 +146821,49 @@ A.EngineLineMetrics.prototype = { get$hashCode(_) { var _this = this; - return A.hashValues(null, _this.startIndex, _this.endIndex, _this.hardBreak, _this.ascent, _this.descent, 1 / 0, _this.height, _this.width, _this.left, _this.baseline, _this.lineNumber, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.hardBreak, _this.ascent, _this.descent, _this.unscaledAscent, _this.height, _this.width, _this.left, _this.baseline, _this.lineNumber, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.EngineLineMetrics) - if (other.startIndex === _this.startIndex) - if (other.endIndex === _this.endIndex) - if (other.hardBreak === _this.hardBreak) - if (other.ascent === _this.ascent) - if (other.descent === _this.descent) - t1 = other.height === _this.height && other.width === _this.width && other.left === _this.left && other.baseline === _this.baseline && other.lineNumber === _this.lineNumber; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.EngineLineMetrics && other.hardBreak === _this.hardBreak && other.ascent === _this.ascent && other.descent === _this.descent && other.unscaledAscent === _this.unscaledAscent && other.height === _this.height && other.width === _this.width && other.left === _this.left && other.baseline === _this.baseline && other.lineNumber === _this.lineNumber; }, toString$0(_) { var t1 = this.super$Object$toString(0); return t1; }, $isLineMetrics: 1, - get$descent(receiver) { + get$descent() { return this.descent; }, - get$baseline(receiver) { + get$baseline() { return this.baseline; }, get$lineNumber(receiver) { return this.lineNumber; } }; + A.ParagraphLine.prototype = { + get$hashCode(_) { + var _this = this; + return A.Object_hash(_this.lineMetrics, _this.ellipsis, _this.startIndex, _this.endIndex, _this.endIndexWithoutNewlines, _this.widthWithTrailingSpaces, _this.boxes, _this.spaceBoxCount, _this.trailingSpaceBoxCount, null, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (_this === other) + return true; + if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) + return false; + return other instanceof A.ParagraphLine && other.lineMetrics.$eq(0, _this.lineMetrics) && other.ellipsis == _this.ellipsis && other.startIndex === _this.startIndex && other.endIndex === _this.endIndex && other.endIndexWithoutNewlines === _this.endIndexWithoutNewlines && other.widthWithTrailingSpaces === _this.widthWithTrailingSpaces && other.boxes === _this.boxes && other.spaceBoxCount === _this.spaceBoxCount && other.trailingSpaceBoxCount === _this.trailingSpaceBoxCount && true; + } + }; A.EngineParagraphStyle.prototype = { $eq(_, other) { var _this = this; @@ -144577,7 +146877,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.textAlign, _this.textDirection, _this.fontWeight, _this.fontStyle, _this.maxLines, _this.fontFamily, _this.fontSize, _this.height, _this._textHeightBehavior, _this.ellipsis, _this.locale, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.textAlign, _this.textDirection, _this.fontWeight, _this.fontStyle, _this.maxLines, _this.fontFamily, _this.fontSize, _this.height, _this._textHeightBehavior, _this.ellipsis, _this.locale, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -144624,7 +146924,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.color, _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontWeight, _this.fontStyle, _this.textBaseline, _this.fontFamily, _this.fontFamilyFallback, _this.fontSize, _this.letterSpacing, _this.wordSpacing, _this.height, _this.locale, _this.background, _this.foreground, _this.shadows); + return A.Object_hash(_this.color, _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontWeight, _this.fontStyle, _this.textBaseline, _this.fontFamily, _this.fontFamilyFallback, _this.fontSize, _this.letterSpacing, _this.wordSpacing, _this.height, _this.locale, _this.background, _this.foreground, _this.shadows, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var t1 = this.super$Object$toString(0); @@ -144633,31 +146933,18 @@ }; A.EngineStrutStyle.prototype = { $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.EngineStrutStyle) - if (other._fontFamily == _this._fontFamily) - if (other.__engine$_fontSize == _this.__engine$_fontSize) - if (other.__engine$_height == _this.__engine$_height) - t1 = other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals(other._fontFamilyFallback, _this._fontFamilyFallback); - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.EngineStrutStyle && other._fontFamily == _this._fontFamily && other.__engine$_fontSize == _this.__engine$_fontSize && other.__engine$_height == _this.__engine$_height && other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals(other._fontFamilyFallback, _this._fontFamilyFallback); }, get$hashCode(_) { var _this = this; - return A.hashValues(_this._fontFamily, _this._fontFamilyFallback, _this.__engine$_fontSize, _this.__engine$_height, _this._leading, _this._leadingDistribution, _this._fontWeight, _this._fontStyle, _this._forceStrutHeight, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this._fontFamily, _this._fontFamilyFallback, _this.__engine$_fontSize, _this.__engine$_height, _this._leading, _this._leadingDistribution, _this._fontWeight, _this._fontStyle, _this._forceStrutHeight, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; A.ParagraphPlaceholder.prototype = {}; @@ -144671,11 +146958,11 @@ }, get$hashCode(_) { var result, _this = this, - value = _this.__TextHeightStyle_hashCode; + value = _this.__TextHeightStyle_hashCode_FI; if (value === $) { - result = A.hashValues(_this.fontFamily, _this.fontSize, _this.height, A.hashList(_this.fontFeatures), A.hashList(_this.fontVariations), B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); - A._lateInitializeOnceCheck(_this.__TextHeightStyle_hashCode, "hashCode"); - _this.__TextHeightStyle_hashCode = result; + result = A.Object_hash(_this.fontFamily, _this.fontSize, _this.height, null, null, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + _this.__TextHeightStyle_hashCode_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__TextHeightStyle_hashCode_FI = result; value = result; } return value; @@ -144684,88 +146971,83 @@ A.TextDimensions.prototype = {}; A.TextHeightRuler.prototype = { get$__engine$_host() { - var host, t1, t2, t3, style, t4, height, _this = this, - value = _this.__TextHeightRuler__host; + var host, t1, t2, t3, t4, t5, height, _this = this, + value = _this.__TextHeightRuler__host_FI; if (value === $) { - host = document.createElement("div"); + host = A.DomDocumentExtension_createElement(self.document, "div"); t1 = host.style; - t1.visibility = "hidden"; - t1.position = "absolute"; - t1.top = "0"; - t1.left = "0"; - t1.display = "flex"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "flex-direction"), "row", ""); - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "align-items"), "baseline", ""); - t1.margin = "0"; - t1.border = "0"; - t1.padding = "0"; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "visibility", "hidden"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "display", "flex"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "flex-direction", "row"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "align-items", "baseline"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "margin", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "border", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "padding", "0"); t1 = _this._dimensions; t2 = _this.textHeightStyle; t3 = t1.__engine$_element; - style = t3.style; - t4 = B.JSNumber_methods.floor$0(t2.fontSize); - style.fontSize = "" + t4 + "px"; - t4 = A.canonicalizeFontFamily(t2.fontFamily); - style.fontFamily = t4 == null ? "" : t4; + t4 = t3.style; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "font-size", "" + B.JSNumber_methods.floor$0(t2.fontSize) + "px"); + t5 = A.canonicalizeFontFamily(t2.fontFamily); + t5.toString; + A.DomCSSStyleDeclarationExtension_setProperty(t4, "font-family", t5); height = t2.height; - if (height != null) { - t2 = B.JSNumber_methods.toString$0(height); - style.lineHeight = t2; - } + if (height != null) + A.DomCSSStyleDeclarationExtension_setProperty(t4, "line-height", B.JSNumber_methods.toString$0(height)); t1._cachedBoundingClientRect = null; - t2 = t3.style; - t2.whiteSpace = "pre"; + A.DomCSSStyleDeclarationExtension_setProperty(t3.style, "white-space", "pre"); t1._cachedBoundingClientRect = null; t3.textContent = " "; - host.appendChild(t3); + host.append(t3); t1._cachedBoundingClientRect = null; - _this.rulerHost._rulerHost.appendChild(host); - A._lateInitializeOnceCheck(_this.__TextHeightRuler__host, "_host"); - _this.__TextHeightRuler__host = host; + _this.rulerHost._rulerHost.append(host); + _this.__TextHeightRuler__host_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__TextHeightRuler__host_FI = host; value = host; } return value; }, get$alphabeticBaseline(_) { var probe, t1, _this = this, - value = _this.__TextHeightRuler_alphabeticBaseline; + value = _this.__TextHeightRuler_alphabeticBaseline_FI; if (value === $) { - value = _this.__TextHeightRuler__probe; + value = _this.__TextHeightRuler__probe_FI; if (value === $) { - probe = document.createElement("div"); - _this.get$__engine$_host().appendChild(probe); - A._lateInitializeOnceCheck(_this.__TextHeightRuler__probe, "_probe"); - _this.__TextHeightRuler__probe = probe; + probe = A.DomDocumentExtension_createElement(self.document, "div"); + _this.get$__engine$_host().append(probe); + _this.__TextHeightRuler__probe_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__TextHeightRuler__probe_FI = probe; value = probe; } t1 = value.getBoundingClientRect().bottom; t1.toString; - A._lateInitializeOnceCheck(_this.__TextHeightRuler_alphabeticBaseline, "alphabeticBaseline"); - _this.__TextHeightRuler_alphabeticBaseline = t1; + _this.__TextHeightRuler_alphabeticBaseline_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__TextHeightRuler_alphabeticBaseline_FI = t1; value = t1; } return value; }, get$height(_) { var t1, t2, cachedHeight, _this = this, - value = _this.__TextHeightRuler_height; + value = _this.__TextHeightRuler_height_FI; if (value === $) { t1 = _this._dimensions; t2 = t1._cachedBoundingClientRect; - t1 = (t2 == null ? t1._cachedBoundingClientRect = t1.__engine$_element.getBoundingClientRect() : t2).height; - t1.toString; - t2 = $.$get$_browserEngine(); - if (t2 === B.BrowserEngine_2 && true) - cachedHeight = t1 + 1; - else - cachedHeight = t1; - A._lateInitializeOnceCheck(_this.__TextHeightRuler_height, "height"); - value = _this.__TextHeightRuler_height = cachedHeight; + t1 = t2 == null ? t1._cachedBoundingClientRect = t1.__engine$_element.getBoundingClientRect() : t2; + cachedHeight = t1.height; + t1 = $.$get$_browserEngine(); + if (t1 === B.BrowserEngine_2 && true) + ++cachedHeight; + _this.__TextHeightRuler_height_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__TextHeightRuler_height_FI = cachedHeight; } return value; }, - dispose$0(_) { - B.DivElement_methods.remove$0(this.get$__engine$_host()); + dispose$0() { + this.get$__engine$_host().remove(); } }; A.DirectionalPosition.prototype = {}; @@ -144830,12 +147112,72 @@ }; A._FindBreakDirection.prototype = {}; A.BrowserAutofillHints.prototype = {}; - A.EngineInputType.prototype = { - get$submitActionOnEnter() { - return true; + A.CompositionAwareMixin.prototype = { + get$_compositionStartListener() { + var result, _this = this, + value = _this.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI; + if (value === $) { + result = A.allowInterop(_this.get$_handleCompositionStart()); + _this.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.CompositionAwareMixin___CompositionAwareMixin__compositionStartListener_FI = result; + value = result; + } + return value; }, + get$_compositionUpdateListener() { + var result, _this = this, + value = _this.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI; + if (value === $) { + result = A.allowInterop(_this.get$_handleCompositionUpdate()); + _this.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.CompositionAwareMixin___CompositionAwareMixin__compositionUpdateListener_FI = result; + value = result; + } + return value; + }, + get$_compositionEndListener() { + var result, _this = this, + value = _this.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI; + if (value === $) { + result = A.allowInterop(_this.get$_handleCompositionEnd()); + _this.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.CompositionAwareMixin___CompositionAwareMixin__compositionEndListener_FI = result; + value = result; + } + return value; + }, + addCompositionEventHandlers$1(domElement) { + A.DomEventTargetExtension_addEventListener(domElement, "compositionstart", this.get$_compositionStartListener(), null); + A.DomEventTargetExtension_addEventListener(domElement, "compositionupdate", this.get$_compositionUpdateListener(), null); + A.DomEventTargetExtension_addEventListener(domElement, "compositionend", this.get$_compositionEndListener(), null); + }, + _handleCompositionStart$1($event) { + this.CompositionAwareMixin_composingText = null; + }, + _handleCompositionUpdate$1($event) { + var t1 = self.window.CompositionEvent; + t1.toString; + if ($event instanceof t1) + this.CompositionAwareMixin_composingText = $event.data; + }, + _handleCompositionEnd$1($event) { + this.CompositionAwareMixin_composingText = null; + }, + determineCompositionState$1(editingState) { + var t1, t2, composingBase; + if (this.CompositionAwareMixin_composingText == null || editingState.text == null) + return editingState; + t1 = editingState.baseOffset; + t2 = this.CompositionAwareMixin_composingText.length; + composingBase = t1 - t2; + if (composingBase < 0) + return editingState; + return A.EditingState$(t1, composingBase, composingBase + t2, editingState.extentOffset, editingState.text); + } + }; + A.EngineInputType.prototype = { createDomElement$0() { - return A.InputElement_InputElement(null); + return A.DomDocumentExtension_createElement(self.document, "input"); }, configureInputMode$1(domElement) { var t1; @@ -144849,7 +147191,7 @@ if (t1) { t1 = this.get$inputmodeAttribute(); t1.toString; - domElement.setAttribute("inputmode", t1); + A.callMethod(domElement, "setAttribute", ["inputmode", t1]); } } }; @@ -144860,7 +147202,7 @@ }; A.TextInputType0.prototype = { get$inputmodeAttribute() { - return "text"; + return null; } }; A.NumberInputType.prototype = { @@ -144892,11 +147234,8 @@ get$inputmodeAttribute() { return null; }, - get$submitActionOnEnter() { - return false; - }, createDomElement$0() { - return document.createElement("textarea"); + return A.DomDocumentExtension_createElement(self.document, "textarea"); } }; A.TextCapitalization.prototype = { @@ -144908,7 +147247,7 @@ setAutocapitalizeAttribute$1(domElement) { var t1, autocapitalize, _s9_ = "sentences", - _s14_ = "autocapitalize"; + _s12_ = "setAttribute"; switch (this.textCapitalization.index) { case 0: t1 = $.$get$_browserEngine(); @@ -144925,16 +147264,22 @@ autocapitalize = "off"; break; } - if (type$.InputElement._is(domElement)) - domElement.setAttribute(_s14_, autocapitalize); - else if (type$.TextAreaElement._is(domElement)) - domElement.setAttribute(_s14_, autocapitalize); + t1 = self.window.HTMLInputElement; + t1.toString; + if (domElement instanceof t1) + A.callMethod(domElement, _s12_, ["autocapitalize", autocapitalize]); + else { + t1 = self.window.HTMLTextAreaElement; + t1.toString; + if (domElement instanceof t1) + A.callMethod(domElement, _s12_, ["autocapitalize", autocapitalize]); + } } }; A.EngineAutofillForm.prototype = { addInputEventListeners$0() { var t1 = this.elements, - subscriptions = A._setArrayType([], type$.JSArray_StreamSubscription_Event); + subscriptions = A._setArrayType([], type$.JSArray_DomSubscription); new A.LinkedHashMapKeyIterable(t1, A._instanceType(t1)._eval$1("LinkedHashMapKeyIterable<1>")).forEach$1(0, new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey(this, subscriptions)); return subscriptions; } @@ -144943,16 +147288,16 @@ call$1(e) { e.preventDefault(); }, - $signature: 86 + $signature: 26 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey.prototype = { call$1(key) { var t1 = this.$this, t2 = t1.elements.$index(0, key); t2.toString; - this.subscriptions.push(A._EventStreamSubscription$(t2, "input", new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure(t1, key, t2), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1)); + this.subscriptions.push(A.DomSubscription$(t2, "input", A.allowInterop(new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure(t1, key, t2)))); }, - $signature: 96 + $signature: 102 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure.prototype = { call$1(e) { @@ -144968,36 +147313,41 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall(string$.TextInT, [0, A.LinkedHashMap_LinkedHashMap$_literal([t1.uniqueIdentifier, newEditingState.toFlutter$0()], type$.nullable_String, type$.dynamic)])), A._engine___emptyCallback$closure()); } }, - $signature: 76 + $signature: 26 }; A.AutofillInfo.prototype = { applyToDomElement$2$focusedElement(domElement, focusedElement) { - var t1, - _s8_ = "password", - autofillHint = this.autofillHint, - placeholder = this.placeholder; - if (type$.InputElement._is(domElement)) { + var autofillHint = this.autofillHint, + placeholder = this.placeholder, + t1 = self.window.HTMLInputElement; + t1.toString; + if (domElement instanceof t1) { if (placeholder != null) domElement.placeholder = placeholder; t1 = autofillHint == null; if (!t1) { domElement.name = autofillHint; domElement.id = autofillHint; - if (B.JSString_methods.contains$1(autofillHint, _s8_)) - domElement.type = _s8_; + if (B.JSString_methods.contains$1(autofillHint, "password")) + domElement.type = "password"; else domElement.type = "text"; } - domElement.autocomplete = t1 ? "on" : autofillHint; - } else if (type$.TextAreaElement._is(domElement)) { - if (placeholder != null) - domElement.placeholder = placeholder; - t1 = autofillHint == null; - if (!t1) { - domElement.name = autofillHint; - domElement.id = autofillHint; + t1 = t1 ? "on" : autofillHint; + domElement.autocomplete = t1; + } else { + t1 = self.window.HTMLTextAreaElement; + t1.toString; + if (domElement instanceof t1) { + if (placeholder != null) + domElement.placeholder = placeholder; + t1 = autofillHint == null; + if (!t1) { + domElement.name = autofillHint; + domElement.id = autofillHint; + } + A.callMethod(domElement, "setAttribute", ["autocomplete", t1 ? "on" : autofillHint]); } - domElement.setAttribute("autocomplete", t1 ? "on" : autofillHint); } }, applyToDomElement$1(domElement) { @@ -145007,10 +147357,12 @@ A.TextEditingDeltaState.prototype = {}; A.EditingState.prototype = { toFlutter$0() { - return A.LinkedHashMap_LinkedHashMap$_literal(["text", this.text, "selectionBase", this.baseOffset, "selectionExtent", this.extentOffset], type$.String, type$.dynamic); + var _this = this; + return A.LinkedHashMap_LinkedHashMap$_literal(["text", _this.text, "selectionBase", _this.baseOffset, "selectionExtent", _this.extentOffset, "composingBase", _this.composingBaseOffset, "composingExtent", _this.composingExtentOffset], type$.String, type$.dynamic); }, get$hashCode(_) { - return A.hashValues(this.text, this.baseOffset, this.extentOffset, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + var _this = this; + return A.Object_hash(_this.text, _this.baseOffset, _this.extentOffset, _this.composingBaseOffset, _this.composingExtentOffset, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var _this = this; @@ -145020,23 +147372,34 @@ return true; if (A.getRuntimeType(_this) !== J.get$runtimeType$(other)) return false; - return other instanceof A.EditingState && other.text == _this.text && other.baseOffset === _this.baseOffset && other.extentOffset === _this.extentOffset; + return other instanceof A.EditingState && other.text == _this.text && other.baseOffset === _this.baseOffset && other.extentOffset === _this.extentOffset && other.composingBaseOffset == _this.composingBaseOffset && other.composingExtentOffset == _this.composingExtentOffset; }, toString$0(_) { var t1 = this.super$Object$toString(0); return t1; }, applyToDomElement$1(domElement) { - var t1, _this = this; - if (type$.InputElement._is(domElement)) { + var _this = this, + _s17_ = "setSelectionRange", + t1 = self.window.HTMLInputElement; + t1.toString; + if (domElement instanceof t1) { + domElement.toString; domElement.value = _this.text; - domElement.setSelectionRange(_this.baseOffset, _this.extentOffset); - } else if (type$.TextAreaElement._is(domElement)) { - domElement.value = _this.text; - domElement.setSelectionRange(_this.baseOffset, _this.extentOffset); + t1 = A._setArrayType([_this.baseOffset, _this.extentOffset], type$.JSArray_Object); + A.callMethod(domElement, _s17_, t1); } else { - t1 = domElement == null ? null : domElement.tagName; - throw A.wrapException(A.UnsupportedError$("Unsupported DOM element type: <" + A.S(t1) + "> (" + J.get$runtimeType$(domElement).toString$0(0) + ")")); + t1 = self.window.HTMLTextAreaElement; + t1.toString; + if (domElement instanceof t1) { + domElement.toString; + domElement.value = _this.text; + t1 = A._setArrayType([_this.baseOffset, _this.extentOffset], type$.JSArray_Object); + A.callMethod(domElement, _s17_, t1); + } else { + t1 = domElement == null ? null : A.DomElementExtension_get_tagName(domElement); + throw A.wrapException(A.UnsupportedError$("Unsupported DOM element type: <" + A.S(t1) + "> (" + J.get$runtimeType$(domElement).toString$0(0) + ")")); + } } } }; @@ -145050,7 +147413,9 @@ t2.toString; t1.applyToDomElement$1(t2); } - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup != null) { + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.autofillGroup != null) { _this.placeForm$0(); t1 = _this.lastEditingState; if (t1 != null) @@ -145069,7 +147434,9 @@ t2.toString; t1.applyToDomElement$1(t2); } - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup != null) { + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.autofillGroup != null) { _this.placeForm$0(); _this.get$focusedFormElement().focus(); _this.domElement.focus(); @@ -145099,52 +147466,56 @@ return t1; }, get$focusedFormElement() { - var t1 = A._lateReadCheck(this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup; + var t1 = this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; return t1 == null ? null : t1.formElement; }, initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { - var t1, elementStyle, t2, _this = this, + var t1, t2, t3, _this = this, _s11_ = "transparent", _s4_ = "none"; _this.domElement = inputConfig.inputType.createDomElement$0(); _this.applyConfiguration$1(inputConfig); t1 = _this.domElement; t1.classList.add("flt-text-editing"); - elementStyle = t1.style; - elementStyle.whiteSpace = "pre-wrap"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "align-content"), "center", ""); - elementStyle.position = "absolute"; - elementStyle.top = "0"; - elementStyle.left = "0"; - elementStyle.padding = "0"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "opacity"), "1", ""); - elementStyle.color = _s11_; - elementStyle.backgroundColor = _s11_; - elementStyle.background = _s11_; - elementStyle.outline = _s4_; - elementStyle.border = _s4_; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "resize"), _s4_, ""); - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "text-shadow"), _s11_, ""); - elementStyle.overflow = "hidden"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "transform-origin"), "0 0 0", ""); - t2 = $.$get$_browserEngine(); - if (t2 !== B.BrowserEngine_0) - if (t2 !== B.BrowserEngine_5) - t2 = t2 === B.BrowserEngine_1; + t2 = t1.style; + A.DomCSSStyleDeclarationExtension_setProperty(t2, "white-space", "pre-wrap"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "align-content", "center"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "position", "absolute"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "top", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "left", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "padding", "0"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "opacity", "1"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "color", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "background-color", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "background", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "outline", _s4_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "border", _s4_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "resize", _s4_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "text-shadow", _s11_); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "overflow", "hidden"); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "transform-origin", "0 0 0"); + t3 = $.$get$_browserEngine(); + if (t3 !== B.BrowserEngine_0) + if (t3 !== B.BrowserEngine_5) + t3 = t3 === B.BrowserEngine_1; else - t2 = true; + t3 = true; else - t2 = true; - if (t2) + t3 = true; + if (t3) t1.classList.add("transparentTextEditing"); - B.CssStyleDeclaration_methods._setPropertyHelper$3(elementStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(elementStyle, "caret-color"), _s11_, null); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "caret-color", _s11_); t1 = _this.style; if (t1 != null) { t2 = _this.domElement; t2.toString; t1.applyToDomElement$1(t2); } - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup == null) { + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.autofillGroup == null) { t1 = $._flutterViewEmbedder._glassPaneShadow; t1.toString; t2 = _this.domElement; @@ -145159,55 +147530,67 @@ }, applyConfiguration$1(config) { var t1, t2, autofill, autocorrectValue, _this = this, - _s8_ = "readonly"; - _this.__DefaultTextEditingStrategy_inputConfiguration = config; + _s12_ = "setAttribute"; + _this.__DefaultTextEditingStrategy_inputConfiguration_A = config; t1 = config.readOnly; t2 = _this.domElement; - if (t1) - t2.setAttribute(_s8_, _s8_); - else - t2.removeAttribute(_s8_); - if (config.obscureText) - _this.domElement.setAttribute("type", "password"); - if (config.inputType === B.C_NoTextInputType) - _this.domElement.setAttribute("inputmode", "none"); + if (t1) { + t2.toString; + A.callMethod(t2, _s12_, ["readonly", "readonly"]); + } else + t2.removeAttribute("readonly"); + if (config.obscureText) { + t1 = _this.domElement; + t1.toString; + A.callMethod(t1, _s12_, ["type", "password"]); + } + if (config.inputType === B.C_NoTextInputType) { + t1 = _this.domElement; + t1.toString; + A.callMethod(t1, _s12_, ["inputmode", "none"]); + } autofill = config.autofill; t1 = _this.domElement; if (autofill != null) { t1.toString; autofill.applyToDomElement$2$focusedElement(t1, true); - } else - t1.setAttribute("autocomplete", "off"); + } else { + t1.toString; + A.callMethod(t1, _s12_, ["autocomplete", "off"]); + } autocorrectValue = config.autocorrect ? "on" : "off"; - _this.domElement.setAttribute("autocorrect", autocorrectValue); + t1 = _this.domElement; + t1.toString; + A.callMethod(t1, _s12_, ["autocorrect", autocorrectValue]); }, initializeElementPlacement$0() { this.placeElement$0(); }, addEventHandlers$0() { - var t1, t2, t3, t4, _this = this, - _s18_ = "inputConfiguration"; - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup != null) - B.JSArray_methods.addAll$1(_this.subscriptions, A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup.addInputEventListeners$0()); + var t2, t3, _this = this, + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; + if (t1 != null) + B.JSArray_methods.addAll$1(_this.subscriptions, t1.addInputEventListeners$0()); t1 = _this.subscriptions; t2 = _this.domElement; t2.toString; t3 = _this.get$handleChange(); - t4 = type$._ElementEventStreamImpl_legacy_Event._precomputed1; - t1.push(A._EventStreamSubscription$(t2, "input", t3, false, t4)); + t1.push(A.DomSubscription$(t2, "input", A.allowInterop(t3))); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "keydown", _this.get$maybeSendAction(), false, type$._ElementEventStreamImpl_legacy_KeyboardEvent._precomputed1)); - t1.push(A._EventStreamSubscription$(document, "selectionchange", t3, false, type$.legacy_Event)); + t1.push(A.DomSubscription$(t2, "keydown", A.allowInterop(_this.get$maybeSendAction()))); + t1.push(A.DomSubscription$(self.document, "selectionchange", A.allowInterop(t3))); t3 = _this.domElement; t3.toString; - J.addEventListener$2$x(t3, "beforeinput", _this.get$handleBeforeInput()); + A.DomEventTargetExtension_addEventListener(t3, "beforeinput", A.allowInterop(_this.get$handleBeforeInput()), null); t3 = _this.domElement; t3.toString; - J.addEventListener$2$x(t3, "compositionupdate", _this.get$handleCompositionUpdate()); + _this.addCompositionEventHandlers$1(t3); t3 = _this.domElement; t3.toString; - t1.push(A._EventStreamSubscription$(t3, "blur", new A.DefaultTextEditingStrategy_addEventHandlers_closure(_this), false, t4)); + t1.push(A.DomSubscription$(t3, "blur", A.allowInterop(new A.DefaultTextEditingStrategy_addEventHandlers_closure(_this)))); _this.preventDefaultForMouseEvents$0(); }, updateElementPlacement$1(textGeometry) { @@ -145225,34 +147608,45 @@ } }, disable$0(_) { - var t2, i, _this = this, - _s18_ = "inputConfiguration", - t1 = _this.isEnabled = false; + var t1, t2, i, t3, t4, _this = this, _null = null; + _this.isEnabled = false; _this.geometry = _this.style = _this._editingDeltaState = _this.lastEditingState = null; - for (t2 = _this.subscriptions, i = 0; i < t2.length; ++i) - J.cancel$0$z(t2[i]); - B.JSArray_methods.set$length(t2, 0); - if (_this._appendedToForm) { - t1 = A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup; - t1 = (t1 == null ? null : t1.formElement) != null; + for (t1 = _this.subscriptions, t2 = type$.JSArray_Object, i = 0; i < t1.length; ++i) { + t3 = t1[i]; + t4 = t3.target; + t3 = A._setArrayType([t3.type, t3.listener], t2); + t4.removeEventListener.apply(t4, t3); } + B.JSArray_methods.clear$0(t1); + t1 = _this.domElement; + t1.toString; + A.DomEventTargetExtension_removeEventListener(t1, "compositionstart", _this.get$_compositionStartListener(), _null); + A.DomEventTargetExtension_removeEventListener(t1, "compositionupdate", _this.get$_compositionUpdateListener(), _null); + A.DomEventTargetExtension_removeEventListener(t1, "compositionend", _this.get$_compositionEndListener(), _null); + if (_this._appendedToForm) { + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; + t1 = (t1 == null ? _null : t1.formElement) != null; + } else + t1 = false; t2 = _this.domElement; if (t1) { t2.blur(); t1 = _this.domElement; t1.toString; A._hideAutofillElements(t1, true); - t1 = A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup; + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; if (t1 != null) { t2 = t1.formIdentifier; t1 = t1.formElement; $.formsOnTheDom.$indexSet(0, t2, t1); A._hideAutofillElements(t1, true); } - } else { - t2.toString; - J.remove$0$ax(t2); - } + } else + t2.remove(); _this.domElement = null; }, setEditingState$1(editingState) { @@ -145271,12 +147665,14 @@ }, placeForm$0() { var t2, - t1 = A._lateReadCheck(this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup; + t1 = this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; t1.toString; t2 = this.domElement; t2.toString; t1 = t1.formElement; - t1.appendChild(t2); + t1.append(t2); $._flutterViewEmbedder._glassPaneShadow.append$1(0, t1); this._appendedToForm = true; }, @@ -145284,8 +147680,15 @@ var newEditingState, newTextEditingDeltaState, _this = this, t1 = _this.domElement; t1.toString; - newEditingState = A.EditingState_EditingState$fromDomElement(t1); - newTextEditingDeltaState = A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").enableDeltaModel ? A.TextEditingDeltaState_inferDeltaState(newEditingState, _this.lastEditingState, _this.get$editingDeltaState()) : null; + newEditingState = _this.determineCompositionState$1(A.EditingState_EditingState$fromDomElement(t1)); + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.enableDeltaModel) { + _this.get$editingDeltaState().composingOffset = newEditingState.composingBaseOffset; + _this.get$editingDeltaState().composingExtent = newEditingState.composingExtentOffset; + newTextEditingDeltaState = A.TextEditingDeltaState_inferDeltaState(newEditingState, _this.lastEditingState, _this.get$editingDeltaState()); + } else + newTextEditingDeltaState = null; if (!newEditingState.$eq(0, _this.lastEditingState)) { _this.lastEditingState = newEditingState; _this._editingDeltaState = newTextEditingDeltaState; @@ -145311,23 +147714,17 @@ _this.get$editingDeltaState().deltaEnd = _this.lastEditingState.extentOffset; } }, - handleCompositionUpdate$1($event) { - var newEditingState, - t1 = this.domElement; + maybeSendAction$1(e) { + var t2, + t1 = self.window.KeyboardEvent; t1.toString; - newEditingState = A.EditingState_EditingState$fromDomElement(t1); - this.get$editingDeltaState().composingOffset = newEditingState.baseOffset; - this.get$editingDeltaState().composingExtent = newEditingState.extentOffset; - }, - maybeSendAction$1($event) { - var t1, - _s18_ = "inputConfiguration"; - if (type$.KeyboardEvent._is($event)) - if (A._lateReadCheck(this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).inputType.get$submitActionOnEnter() && $event.keyCode === 13) { - $event.preventDefault(); + if (e instanceof t1) + if (e.keyCode === 13) { t1 = this.onAction; t1.toString; - t1.call$1(A._lateReadCheck(this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).inputAction); + t2 = this.__DefaultTextEditingStrategy_inputConfiguration_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.call$1(t2.inputAction); } }, enable$3$onAction$onChange(_, inputConfig, onAction, onChange) { @@ -145340,43 +147737,42 @@ _this.domElement.focus(); }, preventDefaultForMouseEvents$0() { - var t3, _this = this, + var _this = this, t1 = _this.subscriptions, t2 = _this.domElement; t2.toString; - t3 = type$._ElementEventStreamImpl_legacy_MouseEvent._precomputed1; - t1.push(A._EventStreamSubscription$(t2, "mousedown", new A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure(), false, t3)); + t1.push(A.DomSubscription$(t2, "mousedown", A.allowInterop(new A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure()))); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "mouseup", new A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0(), false, t3)); + t1.push(A.DomSubscription$(t2, "mouseup", A.allowInterop(new A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0()))); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "mousemove", new A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1(), false, t3)); + t1.push(A.DomSubscription$(t2, "mousemove", A.allowInterop(new A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1()))); } }; A.DefaultTextEditingStrategy_addEventHandlers_closure.prototype = { call$1(_) { this.$this.domElement.focus(); }, - $signature: 76 + $signature: 26 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 366 + $signature: 26 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 366 + $signature: 26 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 366 + $signature: 26 }; A.IOSTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { @@ -145386,7 +147782,9 @@ t2 = _this.domElement; t2.toString; t1.configureInputMode$1(t2); - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup != null) + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.autofillGroup != null) _this.placeForm$0(); t1 = inputConfig.textCapitalization; t2 = _this.domElement; @@ -145394,42 +147792,41 @@ t1.setAutocapitalizeAttribute$1(t2); }, initializeElementPlacement$0() { - var t1 = this.domElement.style; - t1.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), "translate(-9999px, -9999px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(this.domElement.style, "transform", "translate(-9999px, -9999px)"); this._canPosition = false; }, addEventHandlers$0() { - var t1, t2, t3, t4, blurWatch, _this = this, - _s18_ = "inputConfiguration"; - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup != null) - B.JSArray_methods.addAll$1(_this.subscriptions, A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup.addInputEventListeners$0()); + var t2, t3, blurWatch, _this = this, + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; + if (t1 != null) + B.JSArray_methods.addAll$1(_this.subscriptions, t1.addInputEventListeners$0()); t1 = _this.subscriptions; t2 = _this.domElement; t2.toString; t3 = _this.get$handleChange(); - t4 = type$._ElementEventStreamImpl_legacy_Event._precomputed1; - t1.push(A._EventStreamSubscription$(t2, "input", t3, false, t4)); + t1.push(A.DomSubscription$(t2, "input", A.allowInterop(t3))); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "keydown", _this.get$maybeSendAction(), false, type$._ElementEventStreamImpl_legacy_KeyboardEvent._precomputed1)); - t1.push(A._EventStreamSubscription$(document, "selectionchange", t3, false, type$.legacy_Event)); + t1.push(A.DomSubscription$(t2, "keydown", A.allowInterop(_this.get$maybeSendAction()))); + t1.push(A.DomSubscription$(self.document, "selectionchange", A.allowInterop(t3))); t3 = _this.domElement; t3.toString; - J.addEventListener$2$x(t3, "beforeinput", _this.get$handleBeforeInput()); + A.DomEventTargetExtension_addEventListener(t3, "beforeinput", A.allowInterop(_this.get$handleBeforeInput()), null); t3 = _this.domElement; t3.toString; - J.addEventListener$2$x(t3, "compositionupdate", _this.get$handleCompositionUpdate()); + _this.addCompositionEventHandlers$1(t3); t3 = _this.domElement; t3.toString; - t1.push(A._EventStreamSubscription$(t3, "focus", new A.IOSTextEditingStrategy_addEventHandlers_closure(_this), false, t4)); + t1.push(A.DomSubscription$(t3, "focus", A.allowInterop(new A.IOSTextEditingStrategy_addEventHandlers_closure(_this)))); _this._addTapListener$0(); blurWatch = new A.Stopwatch(); $.$get$Stopwatch__frequency(); blurWatch.start$0(0); t3 = _this.domElement; t3.toString; - t1.push(A._EventStreamSubscription$(t3, "blur", new A.IOSTextEditingStrategy_addEventHandlers_closure0(_this, blurWatch), false, t4)); + t1.push(A.DomSubscription$(t3, "blur", A.allowInterop(new A.IOSTextEditingStrategy_addEventHandlers_closure0(_this, blurWatch)))); }, updateElementPlacement$1(textGeometry) { var _this = this; @@ -145448,7 +147845,7 @@ _addTapListener$0() { var t1 = this.domElement; t1.toString; - this.subscriptions.push(A._EventStreamSubscription$(t1, "click", new A.IOSTextEditingStrategy__addTapListener_closure(this), false, type$._ElementEventStreamImpl_legacy_MouseEvent._precomputed1)); + this.subscriptions.push(A.DomSubscription$(t1, "click", A.allowInterop(new A.IOSTextEditingStrategy__addTapListener_closure(this)))); }, _schedulePlacement$0() { var t1 = this._positionInputElementTimer; @@ -145471,33 +147868,30 @@ call$1(_) { this.$this._schedulePlacement$0(); }, - $signature: 76 + $signature: 26 }; A.IOSTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { var isFastCallback = A.Duration$(0, 0, this.blurWatch.get$elapsedMicroseconds(), 0, 0, 0)._duration < 200000, - t1 = document.hasFocus() && isFastCallback, + t1 = self.document.hasFocus() && isFastCallback, t2 = this.$this; if (t1) t2.domElement.focus(); else t2.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 76 + $signature: 26 }; A.IOSTextEditingStrategy__addTapListener_closure.prototype = { call$1(_) { - var t2, - t1 = this.$this; + var t1 = this.$this; if (t1._canPosition) { - t2 = t1.domElement.style; - t2.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t2, B.CssStyleDeclaration_methods._browserPropertyName$1(t2, "transform"), "translate(-9999px, -9999px)", ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1.domElement.style, "transform", "translate(-9999px, -9999px)"); t1._canPosition = false; t1._schedulePlacement$0(); } }, - $signature: 366 + $signature: 26 }; A.IOSTextEditingStrategy__schedulePlacement_closure.prototype = { call$0() { @@ -145515,7 +147909,9 @@ t2 = _this.domElement; t2.toString; t1.configureInputMode$1(t2); - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup != null) + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.autofillGroup != null) _this.placeForm$0(); else { t1 = $._flutterViewEmbedder._glassPaneShadow; @@ -145530,29 +147926,30 @@ t1.setAutocapitalizeAttribute$1(t2); }, addEventHandlers$0() { - var t1, t2, t3, t4, _this = this, - _s18_ = "inputConfiguration"; - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup != null) - B.JSArray_methods.addAll$1(_this.subscriptions, A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup.addInputEventListeners$0()); + var t2, t3, _this = this, + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; + if (t1 != null) + B.JSArray_methods.addAll$1(_this.subscriptions, t1.addInputEventListeners$0()); t1 = _this.subscriptions; t2 = _this.domElement; t2.toString; t3 = _this.get$handleChange(); - t4 = type$._ElementEventStreamImpl_legacy_Event._precomputed1; - t1.push(A._EventStreamSubscription$(t2, "input", t3, false, t4)); + t1.push(A.DomSubscription$(t2, "input", A.allowInterop(t3))); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "keydown", _this.get$maybeSendAction(), false, type$._ElementEventStreamImpl_legacy_KeyboardEvent._precomputed1)); - t1.push(A._EventStreamSubscription$(document, "selectionchange", t3, false, type$.legacy_Event)); + t1.push(A.DomSubscription$(t2, "keydown", A.allowInterop(_this.get$maybeSendAction()))); + t1.push(A.DomSubscription$(self.document, "selectionchange", A.allowInterop(t3))); t3 = _this.domElement; t3.toString; - J.addEventListener$2$x(t3, "beforeinput", _this.get$handleBeforeInput()); + A.DomEventTargetExtension_addEventListener(t3, "beforeinput", A.allowInterop(_this.get$handleBeforeInput()), null); t3 = _this.domElement; t3.toString; - J.addEventListener$2$x(t3, "compositionupdate", _this.get$handleCompositionUpdate()); + _this.addCompositionEventHandlers$1(t3); t3 = _this.domElement; t3.toString; - t1.push(A._EventStreamSubscription$(t3, "blur", new A.AndroidTextEditingStrategy_addEventHandlers_closure(_this), false, t4)); + t1.push(A.DomSubscription$(t3, "blur", A.allowInterop(new A.AndroidTextEditingStrategy_addEventHandlers_closure(_this)))); }, placeElement$0() { var t1, t2; @@ -145568,49 +147965,52 @@ A.AndroidTextEditingStrategy_addEventHandlers_closure.prototype = { call$1(_) { var t1 = this.$this; - if (document.hasFocus()) + if (self.document.hasFocus()) t1.domElement.focus(); else t1.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 76 + $signature: 26 }; A.FirefoxTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { + var t1; this.super$DefaultTextEditingStrategy$initializeTextEditing(inputConfig, onAction, onChange); - if (A._lateReadCheck(this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup != null) + t1 = this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.autofillGroup != null) this.placeForm$0(); }, addEventHandlers$0() { - var t1, t2, t3, t4, t5, _this = this, - _s18_ = "inputConfiguration"; - if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup != null) - B.JSArray_methods.addAll$1(_this.subscriptions, A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, _s18_).autofillGroup.addInputEventListeners$0()); + var t2, t3, _this = this, + t1 = _this.__DefaultTextEditingStrategy_inputConfiguration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.autofillGroup; + if (t1 != null) + B.JSArray_methods.addAll$1(_this.subscriptions, t1.addInputEventListeners$0()); t1 = _this.subscriptions; t2 = _this.domElement; t2.toString; t3 = _this.get$handleChange(); - t4 = type$._ElementEventStreamImpl_legacy_Event._precomputed1; - t1.push(A._EventStreamSubscription$(t2, "input", t3, false, t4)); + t1.push(A.DomSubscription$(t2, "input", A.allowInterop(t3))); t2 = _this.domElement; t2.toString; - t5 = type$._ElementEventStreamImpl_legacy_KeyboardEvent._precomputed1; - t1.push(A._EventStreamSubscription$(t2, "keydown", _this.get$maybeSendAction(), false, t5)); + t1.push(A.DomSubscription$(t2, "keydown", A.allowInterop(_this.get$maybeSendAction()))); t2 = _this.domElement; t2.toString; - J.addEventListener$2$x(t2, "beforeinput", _this.get$handleBeforeInput()); + A.DomEventTargetExtension_addEventListener(t2, "beforeinput", A.allowInterop(_this.get$handleBeforeInput()), null); t2 = _this.domElement; t2.toString; - J.addEventListener$2$x(t2, "compositionupdate", _this.get$handleCompositionUpdate()); + _this.addCompositionEventHandlers$1(t2); t2 = _this.domElement; t2.toString; - t1.push(A._EventStreamSubscription$(t2, "keyup", new A.FirefoxTextEditingStrategy_addEventHandlers_closure(_this), false, t5)); - t5 = _this.domElement; - t5.toString; - t1.push(A._EventStreamSubscription$(t5, "select", t3, false, t4)); + t1.push(A.DomSubscription$(t2, "keyup", A.allowInterop(new A.FirefoxTextEditingStrategy_addEventHandlers_closure(_this)))); + t2 = _this.domElement; + t2.toString; + t1.push(A.DomSubscription$(t2, "select", A.allowInterop(t3))); t3 = _this.domElement; t3.toString; - t1.push(A._EventStreamSubscription$(t3, "blur", new A.FirefoxTextEditingStrategy_addEventHandlers_closure0(_this), false, t4)); + t1.push(A.DomSubscription$(t3, "blur", A.allowInterop(new A.FirefoxTextEditingStrategy_addEventHandlers_closure0(_this)))); _this.preventDefaultForMouseEvents$0(); }, _postponeFocus$0() { @@ -145637,13 +148037,13 @@ call$1($event) { this.$this.handleChange$1($event); }, - $signature: 1494 + $signature: 26 }; A.FirefoxTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { this.$this._postponeFocus$0(); }, - $signature: 76 + $signature: 26 }; A.FirefoxTextEditingStrategy__postponeFocus_closure.prototype = { call$0() { @@ -145730,9 +148130,10 @@ }; A.saveForms_closure.prototype = { call$2(identifier, form) { - type$.InputElement._as(J.get$first$ax(form.getElementsByClassName("submitBtn"))).click(); + var t1 = J.cast$1$0$ax(form.getElementsByClassName("submitBtn"), type$.JavaScriptObject); + t1.get$first(t1).click(); }, - $signature: 1523 + $signature: 2649 }; A.TextEditingChannel.prototype = { handleTextInput$2(data, callback) { @@ -145803,16 +148204,16 @@ }; A.HybridTextEditing.prototype = { get$channel(_) { - var value = this.__HybridTextEditing_channel; + var value = this.__HybridTextEditing_channel_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "channel"); - value = this.__HybridTextEditing_channel = new A.TextEditingChannel(this); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.__HybridTextEditing_channel_FI = new A.TextEditingChannel(this); } return value; }, get$strategy() { - var t1, result, t2, t3, strategy, _this = this, - value = _this.__HybridTextEditing_strategy; + var t1, result, t2, strategy, _this = this, _null = null, + value = _this.__HybridTextEditing_strategy_FI; if (value === $) { t1 = $.EngineSemanticsOwner__instance; if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1)._semanticsEnabled) { @@ -145820,16 +148221,15 @@ result = t1; } else { t1 = $.$get$_browserEngine(); - t2 = t1 === B.BrowserEngine_1; - if (t2) { - t3 = $.$get$_operatingSystem(); - t3 = t3 === B.OperatingSystem_0; + if (t1 === B.BrowserEngine_1) { + t2 = $.$get$_operatingSystem(); + t2 = t2 === B.OperatingSystem_0; } else - t3 = false; - if (t3) - strategy = new A.IOSTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_StreamSubscription_Event)); - else if (t2) - strategy = new A.SafariDesktopTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_StreamSubscription_Event)); + t2 = false; + if (t2) + strategy = new A.IOSTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_DomSubscription), $, $, $, _null); + else if (t1 === B.BrowserEngine_1) + strategy = new A.SafariDesktopTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_DomSubscription), $, $, $, _null); else { if (t1 === B.BrowserEngine_0) { t2 = $.$get$_operatingSystem(); @@ -145837,16 +148237,14 @@ } else t2 = false; if (t2) - strategy = new A.AndroidTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_StreamSubscription_Event)); - else { - t2 = type$.JSArray_StreamSubscription_Event; - strategy = t1 === B.BrowserEngine_2 ? new A.FirefoxTextEditingStrategy(_this, A._setArrayType([], t2)) : new A.GloballyPositionedTextEditingStrategy(_this, A._setArrayType([], t2)); - } + strategy = new A.AndroidTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_DomSubscription), $, $, $, _null); + else + strategy = t1 === B.BrowserEngine_2 ? new A.FirefoxTextEditingStrategy(_this, A._setArrayType([], type$.JSArray_DomSubscription), $, $, $, _null) : A.GloballyPositionedTextEditingStrategy$(_this); } result = strategy; } - A._lateInitializeOnceCheck(_this.__HybridTextEditing_strategy, "strategy"); - value = _this.__HybridTextEditing_strategy = result; + _this.__HybridTextEditing_strategy_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HybridTextEditing_strategy_FI = result; } return value; }, @@ -145879,14 +148277,14 @@ t1 = t1.__engine$_clientId; t2 = type$.String; t3 = type$.dynamic; - $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s17_, B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall(string$.TextInD, [t1, A.LinkedHashMap_LinkedHashMap$_literal(["deltas", A._setArrayType([A.LinkedHashMap_LinkedHashMap$_literal(["oldText", editingDeltaState.oldText, "deltaText", editingDeltaState.deltaText, "deltaStart", editingDeltaState.deltaStart, "deltaEnd", editingDeltaState.deltaEnd, "selectionBase", editingDeltaState.baseOffset, "selectionExtent", editingDeltaState.extentOffset], t2, t3)], type$.JSArray_Map_String_dynamic)], t2, t3)])), A._engine___emptyCallback$closure()); + $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s17_, B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall(string$.TextInD, [t1, A.LinkedHashMap_LinkedHashMap$_literal(["deltas", A._setArrayType([A.LinkedHashMap_LinkedHashMap$_literal(["oldText", editingDeltaState.oldText, "deltaText", editingDeltaState.deltaText, "deltaStart", editingDeltaState.deltaStart, "deltaEnd", editingDeltaState.deltaEnd, "selectionBase", editingDeltaState.baseOffset, "selectionExtent", editingDeltaState.extentOffset, "composingBase", editingDeltaState.composingOffset, "composingExtent", editingDeltaState.composingExtent], t2, t3)], type$.JSArray_Map_String_dynamic)], t2, t3)])), A._engine___emptyCallback$closure()); } else { t1.get$channel(t1); t1 = t1.__engine$_clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s17_, B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), A._engine___emptyCallback$closure()); } }, - $signature: 1569 + $signature: 2677 }; A.HybridTextEditing__startEditing_closure.prototype = { call$1(inputAction) { @@ -145895,25 +148293,23 @@ 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: 211 + $signature: 223 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { var _this = this, - t1 = domElement.style, - t2 = A.textAlignToCssValue(_this.textAlign, _this.textDirection); - t1.textAlign = t2; - t2 = A.canonicalizeFontFamily(_this.fontFamily); - t1.font = _this.fontWeight + " " + A.S(_this.fontSize) + "px " + A.S(t2); + t1 = domElement.style; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "text-align", A.textAlignToCssValue(_this.textAlign, _this.textDirection)); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "font", _this.fontWeight + " " + A.S(_this.fontSize) + "px " + A.S(A.canonicalizeFontFamily(_this.fontFamily))); } }; A.EditableTextGeometry.prototype = { applyToDomElement$1(domElement) { var cssTransform = A.float64ListToCssTransform(this.globalTransform), t1 = domElement.style; - t1.width = A.S(this.width) + "px"; - t1.height = A.S(this.height) + "px"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), cssTransform, ""); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "width", A.S(this.width) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "height", A.S(this.height) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform", cssTransform); } }; A.futurize_closure.prototype = { @@ -145940,7 +148336,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(J.toRadixString$1$n(byte, 16), 2, "0"); }, - $signature: 313 + $signature: 326 }; A.Matrix40.prototype = { Matrix4$identity$0() { @@ -146002,8 +148398,9 @@ translate$2($receiver, x, y) { return this.translate$3($receiver, x, y, 0); }, - scale$2(_, x, y) { + scale$3(_, x, y, z) { var sy = y == null ? x : y, + sz = z == null ? x : z, t1 = this.__engine$_m4storage; t1[15] = t1[15]; t1[0] = t1[0] * x; @@ -146014,25 +148411,48 @@ t1[5] = t1[5] * sy; t1[6] = t1[6] * sy; t1[7] = t1[7] * sy; - t1[8] = t1[8] * x; - t1[9] = t1[9] * x; - t1[10] = t1[10] * x; - t1[11] = t1[11] * x; + t1[8] = t1[8] * sz; + t1[9] = t1[9] * sz; + t1[10] = t1[10] * sz; + t1[11] = t1[11] * sz; t1[12] = t1[12]; t1[13] = t1[13]; t1[14] = t1[14]; }, scale$1($receiver, x) { - return this.scale$2($receiver, x, null); + return this.scale$3($receiver, x, null, null); + }, + scale$2($receiver, x, y) { + return this.scale$3($receiver, x, y, null); + }, + perspectiveTransform$1(arg) { + var argStorage = arg.__engine$_v3storage, + t1 = this.__engine$_m4storage, + t2 = t1[0], + t3 = argStorage[0], + t4 = t1[4], + t5 = argStorage[1], + t6 = t1[8], + t7 = argStorage[2], + t8 = t1[12], + t9 = t1[1], + t10 = t1[5], + t11 = t1[9], + t12 = t1[13], + t13 = t1[2], + t14 = t1[6], + t15 = t1[10], + t16 = t1[14], + w = 1 / (t1[3] * t3 + t1[7] * t5 + t1[11] * t7 + t1[15]); + argStorage[0] = (t2 * t3 + t4 * t5 + t6 * t7 + t8) * w; + argStorage[1] = (t9 * t3 + t10 * t5 + t11 * t7 + t12) * w; + argStorage[2] = (t13 * t3 + t14 * t5 + t15 * t7 + t16) * w; + return arg; }, isIdentity$0(_) { var t1 = this.__engine$_m4storage; return t1[0] === 1 && t1[1] === 0 && t1[2] === 0 && t1[3] === 0 && t1[4] === 0 && t1[5] === 1 && t1[6] === 0 && t1[7] === 0 && t1[8] === 0 && t1[9] === 0 && t1[10] === 1 && t1[11] === 0 && t1[12] === 0 && t1[13] === 0 && t1[14] === 0 && t1[15] === 1; }, - isIdentityOrTranslation$0() { - var t1 = this.__engine$_m4storage; - return t1[15] === 1 && t1[0] === 1 && t1[1] === 0 && t1[2] === 0 && t1[3] === 0 && t1[4] === 0 && t1[5] === 1 && t1[6] === 0 && t1[7] === 0 && t1[8] === 0 && t1[9] === 0 && t1[10] === 1 && t1[11] === 0; - }, rotate$2(_, axis, angle) { var m23, m31, m32, m33, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, len = Math.sqrt(axis.get$length2()), @@ -146216,6 +148636,12 @@ } }; A.Vector30.prototype = { + setValues$3(x, y, z) { + var t1 = this.__engine$_v3storage; + t1[0] = x; + t1[1] = y; + t1[2] = z; + }, $index(_, i) { return this.__engine$_v3storage[i]; }, @@ -146436,35 +148862,36 @@ return t1; }, computePhysicalSize$0() { - var t1, t2, t3, windowInnerWidth, windowInnerHeight, _this = this, - viewport = window.visualViewport; - if (viewport != null) { - t1 = $.$get$_operatingSystem(); - t2 = _this._debugDevicePixelRatio; - if (t1 === B.OperatingSystem_0) { - t1 = document.documentElement; - t3 = t1.clientWidth; - t3.toString; - t1 = t1.clientHeight; + var t2, t3, windowInnerWidth, windowInnerHeight, _this = this, + t1 = self.window; + t1 = t1.visualViewport; + if (t1 != null) { + t2 = $.$get$_operatingSystem(); + if (t2 === B.OperatingSystem_0) { + t1 = self.document.documentElement.clientWidth; t1.toString; - windowInnerWidth = t3 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); - t2 = _this._debugDevicePixelRatio; - windowInnerHeight = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); + t2 = self.document.documentElement.clientHeight; + t2.toString; + t3 = _this._debugDevicePixelRatio; + windowInnerWidth = t1 * (t3 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t3); + t1 = _this._debugDevicePixelRatio; + windowInnerHeight = t2 * (t1 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t1); } else { - t1 = viewport.width; - t1.toString; - windowInnerWidth = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); - t1 = viewport.height; + t2 = t1.width; + t2.toString; + t3 = _this._debugDevicePixelRatio; + windowInnerWidth = t2 * (t3 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t3); + t1 = t1.height; t1.toString; t2 = _this._debugDevicePixelRatio; windowInnerHeight = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); } } else { - t1 = window.innerWidth; + t1 = self.window.innerWidth; t1.toString; t2 = _this._debugDevicePixelRatio; windowInnerWidth = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); - t1 = window.innerHeight; + t1 = self.window.innerHeight; t1.toString; t2 = _this._debugDevicePixelRatio; windowInnerHeight = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); @@ -146472,22 +148899,22 @@ _this._physicalSize = new A.Size(windowInnerWidth, windowInnerHeight); }, computeOnScreenKeyboardInsets$1(isEditingOnMobile) { - var t1, t2, windowInnerHeight, _this = this, - viewport = window.visualViewport; - if (viewport != null) { - t1 = $.$get$_operatingSystem(); - t1 = t1 === B.OperatingSystem_0 && !isEditingOnMobile; - t2 = _this._debugDevicePixelRatio; - if (t1) { - t1 = document.documentElement.clientHeight; + var t2, windowInnerHeight, _this = this, + t1 = self.window.visualViewport; + if (t1 != null) { + t2 = $.$get$_operatingSystem(); + if (t2 === B.OperatingSystem_0 && !isEditingOnMobile) { + t1 = self.document.documentElement.clientHeight; + t2 = _this._debugDevicePixelRatio; windowInnerHeight = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); } else { - t1 = viewport.height; + t1 = t1.height; t1.toString; + t2 = _this._debugDevicePixelRatio; windowInnerHeight = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); } } else { - t1 = window.innerHeight; + t1 = self.window.innerHeight; t1.toString; t2 = _this._debugDevicePixelRatio; windowInnerHeight = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); @@ -146495,22 +148922,22 @@ _this._viewInsets = new A.WindowPadding(0, 0, 0, _this._physicalSize._dy - windowInnerHeight); }, isRotation$0() { - var height, width, _this = this, - t1 = window.visualViewport, - t2 = _this._debugDevicePixelRatio; - if (t1 != null) { - t1 = window.visualViewport.height; + var t1, t2, height, width, _this = this; + if (self.window.visualViewport != null) { + t1 = self.window.visualViewport.height; t1.toString; + t2 = _this._debugDevicePixelRatio; height = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); - t1 = window.visualViewport.width; + t1 = self.window.visualViewport.width; t1.toString; t2 = _this._debugDevicePixelRatio; width = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); } else { - t1 = window.innerHeight; + t1 = self.window.innerHeight; t1.toString; + t2 = _this._debugDevicePixelRatio; height = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); - t1 = window.innerWidth; + t1 = self.window.innerWidth; t1.toString; t2 = _this._debugDevicePixelRatio; width = t1 * (t2 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t2); @@ -146535,7 +148962,7 @@ call$0() { var t1 = this.$this._browserHistory; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); }, $signature: 0 }; @@ -146638,7 +149065,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 212 + $signature: 178 }; A.EngineSingletonFlutterWindow.prototype = { get$devicePixelRatio(_) { @@ -146647,6 +149074,7 @@ } }; A.WindowPadding.prototype = {}; + A._DefaultTextEditingStrategy_Object_CompositionAwareMixin.prototype = {}; A._DomCanvas_EngineCanvas_SaveElementStackTracking.prototype = {}; A._PersistedClipRRect_PersistedContainerSurface__DomClip.prototype = { adoptElements$1(oldSurface) { @@ -146670,17 +149098,6 @@ this._DomClip__childContainer = null; } }; - A._PersistedPhysicalShape_PersistedContainerSurface__DomClip.prototype = { - adoptElements$1(oldSurface) { - this.super$PersistedSurface$adoptElements(oldSurface); - this._DomClip__childContainer = oldSurface._DomClip__childContainer; - oldSurface._DomClip__childContainer = null; - }, - discard$0() { - this.super$PersistedContainerSurface$discard(); - this._DomClip__childContainer = null; - } - }; A.__MouseAdapter__BaseAdapter__WheelEventListenerMixin.prototype = {}; A.__PointerAdapter__BaseAdapter__WheelEventListenerMixin.prototype = {}; A.JS_CONST.prototype = {}; @@ -146760,7 +149177,7 @@ } } }, - $signature: 683 + $signature: 736 }; A._HeaderValue__parse_done.prototype = { call$0() { @@ -146802,7 +149219,7 @@ } return B.JSString_methods.substring$2(t3, start, t1.index); }, - $signature: 66 + $signature: 67 }; A._HeaderValue__parse_expect.prototype = { call$1(expected) { @@ -146811,7 +149228,7 @@ throw A.wrapException(A.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 96 + $signature: 102 }; A._HeaderValue__parse_maybeExpect.prototype = { call$1(expected) { @@ -146821,7 +149238,7 @@ ++_this._box_0.index; return true; }, - $signature: 56 + $signature: 65 }; A._HeaderValue__parse_parseParameters.prototype = { call$0() { @@ -146870,7 +149287,7 @@ } return B.JSString_methods.substring$2(t3, start, t1.index).toLowerCase(); }, - $signature: 66 + $signature: 67 }; A._HeaderValue__parse_parseParameters_parseParameterValue.prototype = { call$0() { @@ -146899,7 +149316,7 @@ } else return _this.parseValue.call$0(); }, - $signature: 66 + $signature: 67 }; A._ContentType.prototype = {}; J.Interceptor.prototype = { @@ -146971,50 +149388,16 @@ toString$0(receiver) { return String(receiver); }, - $isJSObject: 1, - $isCanvasKit: 1, - $isSkFontSlant: 1, - $isSkFontWeight: 1, - $isSkTextDirection: 1, - $isSkTextAlign: 1, - $isSkTextHeightBehavior: 1, - $isSkRectHeightStyle: 1, - $isSkRectWidthStyle: 1, - $isSkClipOp: 1, - $isSkFillType: 1, - $isSkBlurStyle: 1, - $isSkStrokeCap: 1, - $isSkPaintStyle: 1, - $isSkBlendMode: 1, - $isSkStrokeJoin: 1, - $isSkTileMode: 1, $isSkAnimatedImage: 1, - $isSkImage: 1, $isSkShader: 1, $isSkPaint: 1, - $isCkFilterOptions: 1, $isSkMaskFilter: 1, $isSkColorFilter: 1, $isSkImageFilter: 1, $isSkPath: 1, $isSkPicture: 1, - $isSkTextStyle: 1, - $isSkTextDecorationStyle: 1, - $isSkTextBaseline: 1, - $isSkPlaceholderAlignment: 1, - $isSkTextShadow: 1, - $isSkFontFeature: 1, - $isSkFont: 1, $isSkParagraph: 1, - $isSkDeletable: 1, - $isInitializeEngineFnParameters: 1, - $isFlutterAppRunner: 1, - $isRunAppFnParameters: 1, - $isFlutterApp: 1, $isPromise: 1, - $isJsUrlStrategy: 1, - $isImageDecoder: 1, - $isDecodeResult: 1, $isGoogleAuthInitFailureError: 1, $isGoogleAuthSignInError: 1, $isGoogleAuth: 1, @@ -147024,927 +149407,6 @@ $isPdfJsDoc: 1, $isPdfJsPage: 1, $isSignInResponseI: 1, - get$canvasKit(obj) { - return obj.canvasKit; - }, - get$BlendMode(obj) { - return obj.BlendMode; - }, - get$PaintStyle(obj) { - return obj.PaintStyle; - }, - get$StrokeCap(obj) { - return obj.StrokeCap; - }, - get$StrokeJoin(obj) { - return obj.StrokeJoin; - }, - get$BlurStyle(obj) { - return obj.BlurStyle; - }, - get$TileMode(obj) { - return obj.TileMode; - }, - get$FilterMode(obj) { - return obj.FilterMode; - }, - get$MipmapMode(obj) { - return obj.MipmapMode; - }, - get$FillType(obj) { - return obj.FillType; - }, - get$AlphaType(obj) { - return obj.AlphaType; - }, - get$ColorType(obj) { - return obj.ColorType; - }, - get$ClipOp(obj) { - return obj.ClipOp; - }, - get$RectHeightStyle(obj) { - return obj.RectHeightStyle; - }, - get$RectWidthStyle(obj) { - return obj.RectWidthStyle; - }, - get$TextAlign(obj) { - return obj.TextAlign; - }, - get$TextHeightBehavior(obj) { - return obj.TextHeightBehavior; - }, - get$TextDirection(obj) { - return obj.TextDirection; - }, - get$FontWeight(obj) { - return obj.FontWeight; - }, - get$FontSlant(obj) { - return obj.FontSlant; - }, - MakeAnimatedImageFromEncoded$1(receiver, p0) { - return receiver.MakeAnimatedImageFromEncoded(p0); - }, - get$Shader(obj) { - return obj.Shader; - }, - get$MaskFilter(obj) { - return obj.MaskFilter; - }, - get$ColorFilter(obj) { - return obj.ColorFilter; - }, - get$ImageFilter(obj) { - return obj.ImageFilter; - }, - get$Path(obj) { - return obj.Path; - }, - computeTonalColors$1(receiver, p0) { - return receiver.computeTonalColors(p0); - }, - get$ParagraphBuilder(obj) { - return obj.ParagraphBuilder; - }, - ParagraphStyle$1(receiver, p0) { - return receiver.ParagraphStyle(p0); - }, - TextStyle$1(receiver, p0) { - return receiver.TextStyle(p0); - }, - get$NoDecoration(obj) { - return obj.NoDecoration; - }, - get$UnderlineDecoration(obj) { - return obj.UnderlineDecoration; - }, - get$OverlineDecoration(obj) { - return obj.OverlineDecoration; - }, - get$LineThroughDecoration(obj) { - return obj.LineThroughDecoration; - }, - get$DecorationStyle(obj) { - return obj.DecorationStyle; - }, - get$TextBaseline(obj) { - return obj.TextBaseline; - }, - get$PlaceholderAlignment(obj) { - return obj.PlaceholderAlignment; - }, - get$TypefaceFontProvider(obj) { - return obj.TypefaceFontProvider; - }, - get$Typeface(obj) { - return obj.Typeface; - }, - GetWebGLContext$2(receiver, p0, p1) { - return receiver.GetWebGLContext(p0, p1); - }, - MakeGrContext$1(receiver, p0) { - return receiver.MakeGrContext(p0); - }, - MakeOnScreenGLSurface$4(receiver, p0, p1, p2, p3) { - return receiver.MakeOnScreenGLSurface(p0, p1, p2, p3); - }, - MakeSWCanvasSurface$1(receiver, p0) { - return receiver.MakeSWCanvasSurface(p0); - }, - MakeImage$3(receiver, p0, p1, p2) { - return receiver.MakeImage(p0, p1, p2); - }, - MakeLazyImageFromTextureSource$2(receiver, p0, p1) { - return receiver.MakeLazyImageFromTextureSource(p0, p1); - }, - getH5vccSkSurface$0(receiver) { - return receiver.getH5vccSkSurface(); - }, - then$1$1(receiver, p0) { - return receiver.then(p0); - }, - then$1(receiver, p0) { - return receiver.then(p0); - }, - getCanvas$0(receiver) { - return receiver.getCanvas(); - }, - flush$0(receiver) { - return receiver.flush(); - }, - get$width(obj) { - return obj.width; - }, - width$0(receiver) { - return receiver.width(); - }, - get$height(obj) { - return obj.height; - }, - height$0(receiver) { - return receiver.height(); - }, - get$dispose(obj) { - return obj.dispose; - }, - dispose$0(receiver) { - return receiver.dispose(); - }, - setResourceCacheLimitBytes$1(receiver, p0) { - return receiver.setResourceCacheLimitBytes(p0); - }, - releaseResourcesAndAbandonContext$0(receiver) { - return receiver.releaseResourcesAndAbandonContext(); - }, - delete$0(receiver) { - return receiver.delete(); - }, - get$Upright(obj) { - return obj.Upright; - }, - get$Italic(obj) { - return obj.Italic; - }, - get$value(obj) { - return obj.value; - }, - value$0(receiver) { - return receiver.value(); - }, - get$Thin(obj) { - return obj.Thin; - }, - get$ExtraLight(obj) { - return obj.ExtraLight; - }, - get$Light(obj) { - return obj.Light; - }, - get$Normal(obj) { - return obj.Normal; - }, - get$Medium(obj) { - return obj.Medium; - }, - get$SemiBold(obj) { - return obj.SemiBold; - }, - get$Bold(obj) { - return obj.Bold; - }, - get$ExtraBold(obj) { - return obj.ExtraBold; - }, - get$ExtraBlack(obj) { - return obj.ExtraBlack; - }, - get$RTL(obj) { - return obj.RTL; - }, - get$LTR(obj) { - return obj.LTR; - }, - get$Left(obj) { - return obj.Left; - }, - get$Right(obj) { - return obj.Right; - }, - get$Center(obj) { - return obj.Center; - }, - get$Justify(obj) { - return obj.Justify; - }, - get$Start(obj) { - return obj.Start; - }, - get$End(obj) { - return obj.End; - }, - get$All(obj) { - return obj.All; - }, - get$DisableFirstAscent(obj) { - return obj.DisableFirstAscent; - }, - get$DisableLastDescent(obj) { - return obj.DisableLastDescent; - }, - get$DisableAll(obj) { - return obj.DisableAll; - }, - get$Tight(obj) { - return obj.Tight; - }, - get$Max(obj) { - return obj.Max; - }, - get$IncludeLineSpacingMiddle(obj) { - return obj.IncludeLineSpacingMiddle; - }, - get$IncludeLineSpacingTop(obj) { - return obj.IncludeLineSpacingTop; - }, - get$IncludeLineSpacingBottom(obj) { - return obj.IncludeLineSpacingBottom; - }, - get$Strut(obj) { - return obj.Strut; - }, - get$Difference(obj) { - return obj.Difference; - }, - get$Intersect(obj) { - return obj.Intersect; - }, - get$Winding(obj) { - return obj.Winding; - }, - get$EvenOdd(obj) { - return obj.EvenOdd; - }, - get$Solid(obj) { - return obj.Solid; - }, - get$Outer(obj) { - return obj.Outer; - }, - get$Inner(obj) { - return obj.Inner; - }, - get$Butt(obj) { - return obj.Butt; - }, - get$Round(obj) { - return obj.Round; - }, - get$Square(obj) { - return obj.Square; - }, - get$Stroke(obj) { - return obj.Stroke; - }, - get$Fill(obj) { - return obj.Fill; - }, - get$Clear(obj) { - return obj.Clear; - }, - get$Src(obj) { - return obj.Src; - }, - get$Dst(obj) { - return obj.Dst; - }, - get$SrcOver(obj) { - return obj.SrcOver; - }, - get$DstOver(obj) { - return obj.DstOver; - }, - get$SrcIn(obj) { - return obj.SrcIn; - }, - get$DstIn(obj) { - return obj.DstIn; - }, - get$SrcOut(obj) { - return obj.SrcOut; - }, - get$DstOut(obj) { - return obj.DstOut; - }, - get$SrcATop(obj) { - return obj.SrcATop; - }, - get$DstATop(obj) { - return obj.DstATop; - }, - get$Xor(obj) { - return obj.Xor; - }, - get$Plus(obj) { - return obj.Plus; - }, - get$Modulate(obj) { - return obj.Modulate; - }, - get$Screen(obj) { - return obj.Screen; - }, - get$Overlay(obj) { - return obj.Overlay; - }, - get$Darken(obj) { - return obj.Darken; - }, - get$Lighten(obj) { - return obj.Lighten; - }, - get$ColorDodge(obj) { - return obj.ColorDodge; - }, - get$ColorBurn(obj) { - return obj.ColorBurn; - }, - get$HardLight(obj) { - return obj.HardLight; - }, - get$SoftLight(obj) { - return obj.SoftLight; - }, - get$Exclusion(obj) { - return obj.Exclusion; - }, - get$Multiply(obj) { - return obj.Multiply; - }, - get$Hue(obj) { - return obj.Hue; - }, - get$Saturation(obj) { - return obj.Saturation; - }, - get$Color(obj) { - return obj.Color; - }, - get$Luminosity(obj) { - return obj.Luminosity; - }, - get$Miter(obj) { - return obj.Miter; - }, - get$Bevel(obj) { - return obj.Bevel; - }, - get$Clamp(obj) { - return obj.Clamp; - }, - get$Repeat(obj) { - return obj.Repeat; - }, - get$Mirror(obj) { - return obj.Mirror; - }, - get$Decal(obj) { - return obj.Decal; - }, - get$Nearest(obj) { - return obj.Nearest; - }, - get$Linear(obj) { - return obj.Linear; - }, - get$None(obj) { - return obj.None; - }, - get$Premul(obj) { - return obj.Premul; - }, - get$RGBA_8888(obj) { - return obj.RGBA_8888; - }, - get$BGRA_8888(obj) { - return obj.BGRA_8888; - }, - getFrameCount$0(receiver) { - return receiver.getFrameCount(); - }, - getRepetitionCount$0(receiver) { - return receiver.getRepetitionCount(); - }, - currentFrameDuration$0(receiver) { - return receiver.currentFrameDuration(); - }, - decodeNextFrame$0(receiver) { - return receiver.decodeNextFrame(); - }, - makeImageAtCurrentFrame$0(receiver) { - return receiver.makeImageAtCurrentFrame(); - }, - get$isDeleted(obj) { - return obj.isDeleted; - }, - isDeleted$0(receiver) { - return receiver.isDeleted(); - }, - readPixels$3(receiver, p0, p1, p2) { - return receiver.readPixels(p0, p1, p2); - }, - encodeToBytes$0(receiver) { - return receiver.encodeToBytes(); - }, - isAliasOf$1(receiver, p0) { - return receiver.isAliasOf(p0); - }, - MakeLinearGradient$6(receiver, p0, p1, p2, p3, p4, p5) { - return receiver.MakeLinearGradient(p0, p1, p2, p3, p4, p5); - }, - MakeBlur$3(receiver, p0, p1, p2) { - return receiver.MakeBlur(p0, p1, p2); - }, - setBlendMode$1(receiver, p0) { - return receiver.setBlendMode(p0); - }, - setStyle$1(receiver, p0) { - return receiver.setStyle(p0); - }, - setStrokeWidth$1(receiver, p0) { - return receiver.setStrokeWidth(p0); - }, - setStrokeCap$1(receiver, p0) { - return receiver.setStrokeCap(p0); - }, - setStrokeJoin$1(receiver, p0) { - return receiver.setStrokeJoin(p0); - }, - setAntiAlias$1(receiver, p0) { - return receiver.setAntiAlias(p0); - }, - setColorInt$1(receiver, p0) { - return receiver.setColorInt(p0); - }, - setShader$1(receiver, p0) { - return receiver.setShader(p0); - }, - setMaskFilter$1(receiver, p0) { - return receiver.setMaskFilter(p0); - }, - setColorFilter$1(receiver, p0) { - return receiver.setColorFilter(p0); - }, - setStrokeMiter$1(receiver, p0) { - return receiver.setStrokeMiter(p0); - }, - setImageFilter$1(receiver, p0) { - return receiver.setImageFilter(p0); - }, - MakeMatrix$1(receiver, p0) { - return receiver.MakeMatrix(p0); - }, - MakeCompose$2(receiver, p0, p1) { - return receiver.MakeCompose(p0, p1); - }, - MakeMatrixTransform$3(receiver, p0, p1, p2) { - return receiver.MakeMatrixTransform(p0, p1, p2); - }, - MakeFromCmds$1(receiver, p0) { - return receiver.MakeFromCmds(p0); - }, - toTypedArray$0(receiver) { - return receiver.toTypedArray(); - }, - setFillType$1(receiver, p0) { - return receiver.setFillType(p0); - }, - addArc$3(receiver, p0, p1, p2) { - return receiver.addArc(p0, p1, p2); - }, - addOval$3(receiver, p0, p1, p2) { - return receiver.addOval(p0, p1, p2); - }, - addPoly$2(receiver, p0, p1) { - return receiver.addPoly(p0, p1); - }, - addRRect$2(receiver, p0, p1) { - return receiver.addRRect(p0, p1); - }, - addRect$1(receiver, p0) { - return receiver.addRect(p0); - }, - arcToOval$4(receiver, p0, p1, p2, p3) { - return receiver.arcToOval(p0, p1, p2, p3); - }, - arcToRotated$7(receiver, p0, p1, p2, p3, p4, p5, p6) { - return receiver.arcToRotated(p0, p1, p2, p3, p4, p5, p6); - }, - get$close(obj) { - return obj.close; - }, - close$0(receiver) { - return receiver.close(); - }, - get$contains(obj) { - return obj.contains; - }, - contains$2(receiver, p0, p1) { - return receiver.contains(p0, p1); - }, - cubicTo$6(receiver, p0, p1, p2, p3, p4, p5) { - return receiver.cubicTo(p0, p1, p2, p3, p4, p5); - }, - getBounds$0(receiver) { - return receiver.getBounds(); - }, - lineTo$2(receiver, p0, p1) { - return receiver.lineTo(p0, p1); - }, - moveTo$2(receiver, p0, p1) { - return receiver.moveTo(p0, p1); - }, - quadTo$4(receiver, p0, p1, p2, p3) { - return receiver.quadTo(p0, p1, p2, p3); - }, - reset$0(receiver) { - return receiver.reset(); - }, - toSVGString$0(receiver) { - return receiver.toSVGString(); - }, - get$isEmpty(obj) { - return obj.isEmpty; - }, - isEmpty$0(receiver) { - return receiver.isEmpty(); - }, - copy$0(receiver) { - return receiver.copy(); - }, - get$transform(obj) { - return obj.transform; - }, - transform$9(receiver, p0, p1, p2, p3, p4, p5, p6, p7, p8) { - return receiver.transform(p0, p1, p2, p3, p4, p5, p6, p7, p8); - }, - toCmds$0(receiver) { - return receiver.toCmds(); - }, - get$length(obj) { - return obj.length; - }, - length$0(receiver) { - return receiver.length(); - }, - beginRecording$1(receiver, p0) { - return receiver.beginRecording(p0); - }, - finishRecordingAsPicture$0(receiver) { - return receiver.finishRecordingAsPicture(); - }, - clear$1(receiver, p0) { - return receiver.clear(p0); - }, - clipPath$3(receiver, p0, p1, p2) { - return receiver.clipPath(p0, p1, p2); - }, - clipRRect$3(receiver, p0, p1, p2) { - return receiver.clipRRect(p0, p1, p2); - }, - clipRect$3(receiver, p0, p1, p2) { - return receiver.clipRect(p0, p1, p2); - }, - drawArc$5(receiver, p0, p1, p2, p3, p4) { - return receiver.drawArc(p0, p1, p2, p3, p4); - }, - drawCircle$4(receiver, p0, p1, p2, p3) { - return receiver.drawCircle(p0, p1, p2, p3); - }, - drawDRRect$3(receiver, p0, p1, p2) { - return receiver.drawDRRect(p0, p1, p2); - }, - drawImageRectCubic$6(receiver, p0, p1, p2, p3, p4, p5) { - return receiver.drawImageRectCubic(p0, p1, p2, p3, p4, p5); - }, - drawImageRectOptions$6(receiver, p0, p1, p2, p3, p4, p5) { - return receiver.drawImageRectOptions(p0, p1, p2, p3, p4, p5); - }, - drawLine$5(receiver, p0, p1, p2, p3, p4) { - return receiver.drawLine(p0, p1, p2, p3, p4); - }, - drawPaint$1(receiver, p0) { - return receiver.drawPaint(p0); - }, - drawPath$2(receiver, p0, p1) { - return receiver.drawPath(p0, p1); - }, - drawRRect$2(receiver, p0, p1) { - return receiver.drawRRect(p0, p1); - }, - drawRect$2(receiver, p0, p1) { - return receiver.drawRect(p0, p1); - }, - drawShadow$7(receiver, p0, p1, p2, p3, p4, p5, p6) { - return receiver.drawShadow(p0, p1, p2, p3, p4, p5, p6); - }, - save$0(receiver) { - return receiver.save(); - }, - saveLayer$4(receiver, p0, p1, p2, p3) { - return receiver.saveLayer(p0, p1, p2, p3); - }, - restore$0(receiver) { - return receiver.restore(); - }, - restoreToCount$1(receiver, p0) { - return receiver.restoreToCount(p0); - }, - rotate$3(receiver, p0, p1, p2) { - return receiver.rotate(p0, p1, p2); - }, - scale$2(receiver, p0, p1) { - return receiver.scale(p0, p1); - }, - concat$1(receiver, p0) { - return receiver.concat(p0); - }, - translate$2(receiver, p0, p1) { - return receiver.translate(p0, p1); - }, - drawPicture$1(receiver, p0) { - return receiver.drawPicture(p0); - }, - drawParagraph$3(receiver, p0, p1, p2) { - return receiver.drawParagraph(p0, p1, p2); - }, - MakeFromFontProvider$2(receiver, p0, p1) { - return receiver.MakeFromFontProvider(p0, p1); - }, - addText$1(receiver, p0) { - return receiver.addText(p0); - }, - pushStyle$1(receiver, p0) { - return receiver.pushStyle(p0); - }, - pushPaintStyle$3(receiver, p0, p1, p2) { - return receiver.pushPaintStyle(p0, p1, p2); - }, - pop$0(receiver) { - return receiver.pop(); - }, - addPlaceholder$5(receiver, p0, p1, p2, p3, p4) { - return receiver.addPlaceholder(p0, p1, p2, p3, p4); - }, - get$build(obj) { - return obj.build; - }, - build$0(receiver) { - return receiver.build(); - }, - set$textAlign(obj, v) { - return obj.textAlign = v; - }, - set$textDirection(obj, v) { - return obj.textDirection = v; - }, - set$textHeightBehavior(obj, v) { - return obj.textHeightBehavior = v; - }, - set$maxLines(obj, v) { - return obj.maxLines = v; - }, - set$ellipsis(obj, v) { - return obj.ellipsis = v; - }, - set$textStyle(obj, v) { - return obj.textStyle = v; - }, - set$strutStyle(obj, v) { - return obj.strutStyle = v; - }, - get$Double(obj) { - return obj.Double; - }, - get$Dotted(obj) { - return obj.Dotted; - }, - get$Dashed(obj) { - return obj.Dashed; - }, - get$Wavy(obj) { - return obj.Wavy; - }, - get$Alphabetic(obj) { - return obj.Alphabetic; - }, - get$Ideographic(obj) { - return obj.Ideographic; - }, - get$Baseline(obj) { - return obj.Baseline; - }, - get$AboveBaseline(obj) { - return obj.AboveBaseline; - }, - get$BelowBaseline(obj) { - return obj.BelowBaseline; - }, - get$Top(obj) { - return obj.Top; - }, - get$Bottom(obj) { - return obj.Bottom; - }, - get$Middle(obj) { - return obj.Middle; - }, - set$color(obj, v) { - return obj.color = v; - }, - set$decoration(obj, v) { - return obj.decoration = v; - }, - set$textBaseline(obj, v) { - return obj.textBaseline = v; - }, - set$locale(obj, v) { - return obj.locale = v; - }, - set$offset(obj, v) { - return obj.offset = v; - }, - set$value(obj, v) { - return obj.value = v; - }, - getGlyphIDs$1(receiver, p0) { - return receiver.getGlyphIDs(p0); - }, - getGlyphBounds$3(receiver, p0, p1, p2) { - return receiver.getGlyphBounds(p0, p1, p2); - }, - registerFont$2(receiver, p0, p1) { - return receiver.registerFont(p0, p1); - }, - get$startIndex(obj) { - return obj.startIndex; - }, - get$endIndex(obj) { - return obj.endIndex; - }, - get$descent(obj) { - return obj.descent; - }, - get$baseline(obj) { - return obj.baseline; - }, - get$lineNumber(obj) { - return obj.lineNumber; - }, - getAlphabeticBaseline$0(receiver) { - return receiver.getAlphabeticBaseline(); - }, - get$didExceedMaxLines(obj) { - return obj.didExceedMaxLines; - }, - didExceedMaxLines$0(receiver) { - return receiver.didExceedMaxLines(); - }, - getHeight$0(receiver) { - return receiver.getHeight(); - }, - getIdeographicBaseline$0(receiver) { - return receiver.getIdeographicBaseline(); - }, - getLineMetrics$0(receiver) { - return receiver.getLineMetrics(); - }, - getLongestLine$0(receiver) { - return receiver.getLongestLine(); - }, - getMaxIntrinsicWidth$0(receiver) { - return receiver.getMaxIntrinsicWidth(); - }, - getMinIntrinsicWidth$0(receiver) { - return receiver.getMinIntrinsicWidth(); - }, - getMaxWidth$0(receiver) { - return receiver.getMaxWidth(); - }, - getRectsForRange$4(receiver, p0, p1, p2, p3) { - return receiver.getRectsForRange(p0, p1, p2, p3); - }, - getRectsForPlaceholders$0(receiver) { - return receiver.getRectsForPlaceholders(); - }, - getGlyphPositionAtCoordinate$2(receiver, p0, p1) { - return receiver.getGlyphPositionAtCoordinate(p0, p1); - }, - getWordBoundary$1(receiver, p0) { - return receiver.getWordBoundary(p0); - }, - layout$1(receiver, p0) { - return receiver.layout(p0); - }, - get$affinity(obj) { - return obj.affinity; - }, - get$pos(obj) { - return obj.pos; - }, - get$start(obj) { - return obj.start; - }, - start$1(receiver, p0) { - return receiver.start(p0); - }, - get$end(obj) { - return obj.end; - }, - end$1(receiver, p0) { - return receiver.end(p0); - }, - get$ambient(obj) { - return obj.ambient; - }, - get$spot(obj) { - return obj.spot; - }, - Make$0(receiver) { - return receiver.Make(); - }, - MakeFreeTypeFaceFromData$1(receiver, p0) { - return receiver.MakeFreeTypeFaceFromData(p0); - }, - constructor$0(receiver) { - return receiver.constructor(); - }, - get$name(obj) { - return obj.name; - }, - register$2(receiver, p0, p1) { - return receiver.register(p0, p1); - }, - get$size(obj) { - return obj.size; - }, - get$canvasKitBaseUrl(obj) { - return obj.canvasKitBaseUrl; - }, - get$canvasKitForceCpuOnly(obj) { - return obj.canvasKitForceCpuOnly; - }, - get$debugShowSemanticsNodes(obj) { - return obj.debugShowSemanticsNodes; - }, - get$canvasKitMaximumSurfaces(obj) { - return obj.canvasKitMaximumSurfaces; - }, - addPopStateListener$1(receiver, p0) { - return receiver.addPopStateListener(p0); - }, - getPath$0(receiver) { - return receiver.getPath(); - }, - getState$0(receiver) { - return receiver.getState(); - }, - pushState$3(receiver, p0, p1, p2) { - return receiver.pushState(p0, p1, p2); - }, - replaceState$3(receiver, p0, p1, p2) { - return receiver.replaceState(p0, p1, p2); - }, - go$1(receiver, p0) { - return receiver.go(p0); - }, - decode$1(receiver, p0) { - return receiver.decode(p0); - }, - get$image(obj) { - return obj.image; - }, format$1(receiver, p0) { return receiver.format(p0); }, @@ -147957,18 +149419,6 @@ get$duration(obj) { return obj.duration; }, - get$ready(obj) { - return obj.ready; - }, - get$selectedTrack(obj) { - return obj.selectedTrack; - }, - get$repetitionCount(obj) { - return obj.repetitionCount; - }, - get$frameCount(obj) { - return obj.frameCount; - }, get$error(obj) { return obj.error; }, @@ -147984,6 +149434,9 @@ get$currentUser(obj) { return obj.currentUser; }, + then$1$1(receiver, p0) { + return receiver.then(p0); + }, then$2(receiver, p0, p1) { return receiver.then(p0, p1); }, @@ -148032,9 +149485,18 @@ getAuthResponse$0(receiver) { return receiver.getAuthResponse(); }, + get$width(obj) { + return obj.width; + }, + get$height(obj) { + return obj.height; + }, rotate$1(receiver, p0) { return receiver.rotate(p0); }, + get$name(obj) { + return obj.name; + }, get$idToken(obj) { return obj.idToken; }, @@ -148226,6 +149688,11 @@ for (i = 0; i < len; ++i) receiver.push(array[i]); }, + clear$0(receiver) { + if (!!receiver.fixed$length) + A.throwExpression(A.UnsupportedError$("clear")); + receiver.length = 0; + }, forEach$1(receiver, f) { var i, end = receiver.length; @@ -148725,7 +150192,7 @@ throw A.wrapException(A.argumentErrorValue(lowerLimit)); if (typeof upperLimit != "number") throw A.wrapException(A.argumentErrorValue(upperLimit)); - if (this.compareTo$1(lowerLimit, upperLimit) > 0) + if (B.JSInt_methods.compareTo$1(lowerLimit, upperLimit) > 0) throw A.wrapException(A.argumentErrorValue(lowerLimit)); if (this.compareTo$1(receiver, lowerLimit) < 0) return lowerLimit; @@ -148912,23 +150379,14 @@ return t1; }, get$bitLength(receiver) { - var wordBits, i, + var wordBits, t1 = receiver < 0 ? -receiver - 1 : receiver, nonneg = t1; for (wordBits = 32; nonneg >= 4294967296;) { nonneg = this._tdivFast$1(nonneg, 4294967296); wordBits += 32; } - i = nonneg | nonneg >> 1; - i |= i >> 2; - i |= i >> 4; - i |= i >> 8; - i = (i | i >> 16) >>> 0; - i = (i >>> 0) - (i >>> 1 & 1431655765); - i = (i & 858993459) + (i >>> 2 & 858993459); - i = i + (i >>> 4) & 252645135; - i += i >>> 8; - return wordBits - (32 - (i + (i >>> 16) & 63)); + return wordBits - Math.clz32(nonneg); }, get$runtimeType(receiver) { return B.Type_int_tHn; @@ -149151,6 +150609,8 @@ }, indexOf$2(receiver, pattern, start) { var match, t1, t2, i; + if (pattern == null) + A.throwExpression(A.argumentErrorValue(pattern)); if (start < 0 || start > receiver.length) throw A.wrapException(A.RangeError$range(start, 0, receiver.length, null, null)); if (typeof pattern == "string") @@ -149321,7 +150781,7 @@ if (t3 === 1) { buffer = t2[0]; _this.__internal$_length = 0; - B.JSArray_methods.set$length(t2, 0); + B.JSArray_methods.clear$0(t2); return buffer; } buffer = new Uint8Array(t1); @@ -149332,7 +150792,7 @@ offset += t1.get$length(chunk); } _this.__internal$_length = 0; - B.JSArray_methods.set$length(t2, 0); + B.JSArray_methods.clear$0(t2); return buffer; }, get$length(_) { @@ -149591,7 +151051,7 @@ call$0() { return A.Future_Future$value(null, type$.Null); }, - $signature: 441 + $signature: 494 }; A.SentinelValue.prototype = { get$id() { @@ -149644,7 +151104,7 @@ } return false; }, - firstWhere$2$orElse(_, test, orElse) { + firstWhere$1(_, test) { var i, element, _this = this, $length = _this.get$length(_this); for (i = 0; i < $length; ++i) { @@ -149656,9 +151116,6 @@ } throw A.wrapException(A.IterableElementError_noElement()); }, - firstWhere$1($receiver, test) { - return this.firstWhere$2$orElse($receiver, test, null); - }, join$1(_, separator) { var first, t1, i, _this = this, $length = _this.get$length(_this); @@ -150062,12 +151519,9 @@ contains$1(_, element) { return false; }, - firstWhere$2$orElse(_, test, orElse) { + firstWhere$1(_, test) { throw A.wrapException(A.IterableElementError_noElement()); }, - firstWhere$1($receiver, test) { - return this.firstWhere$2$orElse($receiver, test, null); - }, where$1(_, test) { return this; }, @@ -150545,11 +151999,14 @@ return A.Object_hash(this._genericClosure, A.getRuntimeType(this), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { - var t1 = B.JSArray_methods.join$1([A.createRuntimeType(this.$ti._precomputed1)], ", "); + var t1 = B.JSArray_methods.join$1(this.get$_types(), ", "); return A.S(this._genericClosure) + " with " + ("<" + t1 + ">"); } }; A.Instantiation1.prototype = { + get$_types() { + return [A.createRuntimeType(this.$ti._precomputed1)]; + }, call$1(a0) { return this._genericClosure.call$1$1(a0, this.$ti._rest[0]); }, @@ -150563,34 +152020,39 @@ A.JSInvocationMirror.prototype = { get$memberName() { var t1 = this.__js_helper$_memberName; - return t1; + if (type$.Symbol._is(t1)) + return t1; + return this.__js_helper$_memberName = new A.Symbol(t1); }, get$positionalArguments() { - var t1, argumentCount, list, index, _this = this; + var t1, t2, argumentCount, list, index, _this = this; if (_this.__js_helper$_kind === 1) return B.List_empty; t1 = _this._arguments; - argumentCount = t1.length - _this._namedArgumentNames.length - _this._typeArgumentCount; + t2 = J.getInterceptor$asx(t1); + argumentCount = t2.get$length(t1) - J.get$length$asx(_this._namedArgumentNames) - _this._typeArgumentCount; if (argumentCount === 0) return B.List_empty; list = []; for (index = 0; index < argumentCount; ++index) - list.push(t1[index]); + list.push(t2.$index(t1, index)); return J.JSArray_markUnmodifiableList(list); }, get$namedArguments() { - var t1, namedArgumentCount, t2, namedArgumentsStartIndex, map, i, _this = this; + var t1, t2, namedArgumentCount, t3, t4, namedArgumentsStartIndex, map, i, _this = this; if (_this.__js_helper$_kind !== 0) return B.Map_empty; t1 = _this._namedArgumentNames; - namedArgumentCount = t1.length; - t2 = _this._arguments; - namedArgumentsStartIndex = t2.length - namedArgumentCount - _this._typeArgumentCount; + t2 = J.getInterceptor$asx(t1); + namedArgumentCount = t2.get$length(t1); + t3 = _this._arguments; + t4 = J.getInterceptor$asx(t3); + namedArgumentsStartIndex = t4.get$length(t3) - namedArgumentCount - _this._typeArgumentCount; if (namedArgumentCount === 0) return B.Map_empty; map = new A.JsLinkedHashMap(type$.JsLinkedHashMap_Symbol_dynamic); for (i = 0; i < namedArgumentCount; ++i) - map.$indexSet(0, new A.Symbol(t1[i]), t2[namedArgumentsStartIndex + i]); + map.$indexSet(0, new A.Symbol(t2.$index(t1, i)), t4.$index(t3, namedArgumentsStartIndex + i)); return new A.ConstantMapView(map, type$.ConstantMapView_Symbol_dynamic); } }; @@ -150598,7 +152060,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 166 + $signature: 163 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -150608,7 +152070,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 149 + $signature: 136 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -151045,13 +152507,13 @@ call$2(o, tag) { return this.getUnknownTag(o, tag); }, - $signature: 2034 + $signature: 985 }; A.initHooks_closure1.prototype = { call$1(tag) { return this.prototypeForTag(tag); }, - $signature: 2063 + $signature: 719 }; A.JSSyntaxRegExp.prototype = { toString$0(_) { @@ -151344,7 +152806,6 @@ asByteData$0($receiver) { return this.asByteData$2($receiver, 0, null); }, - $isNativeByteBuffer: 1, $isByteBuffer: 1 }; A.NativeTypedData.prototype = { @@ -151368,7 +152829,6 @@ if (position >>> 0 !== position || position > $length) this._invalidPosition$3(receiver, position, $length, $name); }, - $isNativeTypedData: 1, $isTypedData: 1 }; A.NativeByteData.prototype = { @@ -151649,7 +153109,7 @@ t2 = this.span; t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2); }, - $signature: 2098 + $signature: 1000 }; A._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = { call$0() { @@ -151752,25 +153212,27 @@ call$1(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 91 + $signature: 100 }; A._awaitOnObject_closure0.prototype = { call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 439 + $signature: 490 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { this.$protected(errorCode, result); }, - $signature: 2154 + $signature: 1113 }; A._asyncStarHelper_closure.prototype = { call$0() { - var t1 = this.controller, - t2 = A._lateReadCheck(t1.___AsyncStarStreamController_controller, "controller"), - t3 = t2._state; + var t3, + t1 = this.controller, + t2 = t1.___AsyncStarStreamController_controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2._state; if ((t3 & 1) !== 0 ? (t2.get$_async$_subscription()._state & 4) !== 0 : (t3 & 2) === 0) { t1.isSuspended = true; return; @@ -151789,7 +153251,7 @@ A._AsyncStarStreamController.prototype = { _AsyncStarStreamController$1(body, $T) { var t1 = new A._AsyncStarStreamController__resumeBody(body); - this.___AsyncStarStreamController_controller = A.StreamController_StreamController(new A._AsyncStarStreamController_closure(this, body), new A._AsyncStarStreamController_closure0(t1), new A._AsyncStarStreamController_closure1(this, t1), false, $T); + this.___AsyncStarStreamController_controller_A = A.StreamController_StreamController(new A._AsyncStarStreamController_closure(this, body), new A._AsyncStarStreamController_closure0(t1), new A._AsyncStarStreamController_closure1(this, t1), false, $T); } }; A._AsyncStarStreamController__resumeBody.prototype = { @@ -151822,8 +153284,10 @@ }; A._AsyncStarStreamController_closure.prototype = { call$0() { - var t1 = this.$this; - if ((A._lateReadCheck(t1.___AsyncStarStreamController_controller, "controller")._state & 4) === 0) { + var t1 = this.$this, + t2 = t1.___AsyncStarStreamController_controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if ((t2._state & 4) === 0) { t1.cancelationFuture = new A._Future($.Zone__current, type$._Future_dynamic); if (t1.isSuspended) { t1.isSuspended = false; @@ -151832,7 +153296,7 @@ return t1.cancelationFuture; } }, - $signature: 2155 + $signature: 1157 }; A._AsyncStarStreamController__closure.prototype = { call$0() { @@ -152254,7 +153718,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 126 + $signature: 132 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -152597,7 +154061,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 124 + $signature: 127 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -152668,7 +154132,7 @@ call$1(_) { return this.originalSource; }, - $signature: 2339 + $signature: 1258 }; A._Future__propagateToListeners_handleValueCallback.prototype = { call$0() { @@ -152740,7 +154204,7 @@ this._future._completeError$2(e, s); } }, - $signature: 124 + $signature: 127 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -152813,13 +154277,13 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 188 + $signature: 235 }; A.Stream_pipe_closure.prototype = { call$1(_) { return this.streamConsumer.close$0(0); }, - $signature: 2343 + $signature: 1291 }; A.Stream_fold_closure.prototype = { call$0() { @@ -152877,7 +154341,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 88 + $signature: 92 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -152972,11 +154436,11 @@ var events, state, _this = this; if ((_this._state & 8) === 0) { events = _this._varData; - return events == null ? _this._varData = new A._StreamImplEvents(A._instanceType(_this)._eval$1("_StreamImplEvents<1>")) : events; + return events == null ? _this._varData = new A._PendingEvents(A._instanceType(_this)._eval$1("_PendingEvents<1>")) : events; } state = _this._varData; events = state.varData; - return events == null ? state.varData = new A._StreamImplEvents(A._instanceType(_this)._eval$1("_StreamImplEvents<1>")) : events; + return events == null ? state.varData = new A._PendingEvents(A._instanceType(_this)._eval$1("_PendingEvents<1>")) : events; }, get$_async$_subscription() { var varData = this._varData; @@ -153186,9 +154650,6 @@ A._AsyncStreamController.prototype = {}; A._SyncStreamController.prototype = {}; A._ControllerStream.prototype = { - _createSubscription$4(onData, onError, onDone, cancelOnError) { - return this._async$_controller._async$_subscribe$4(onData, onError, onDone, cancelOnError); - }, get$hashCode(_) { return (A.Primitives_objectHashCode(this._async$_controller) ^ 892482866) >>> 0; }, @@ -153227,7 +154688,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 124 + $signature: 127 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -153242,13 +154703,13 @@ if (pendingEvents == null) return; _this._pending = pendingEvents; - if (!pendingEvents.get$isEmpty(pendingEvents)) { + if (pendingEvents.lastPendingEvent != null) { _this._state = (_this._state | 64) >>> 0; pendingEvents.schedule$1(_this); } }, onData$1(handleData) { - this._async$_onData = A._BufferingStreamSubscription__registerDataHandler(this._zone, handleData, A._instanceType(this)._eval$1("_BufferingStreamSubscription.T")); + this._onData = A._BufferingStreamSubscription__registerDataHandler(this._zone, handleData, A._instanceType(this)._eval$1("_BufferingStreamSubscription.T")); }, pause$0(_) { var t2, t3, _this = this, @@ -153273,21 +154734,15 @@ return; if (t1 >= 128) { t1 = _this._state = t1 - 128; - if (t1 < 128) { - if ((t1 & 64) !== 0) { - t1 = _this._pending; - t1 = !t1.get$isEmpty(t1); - } else - t1 = false; - if (t1) + if (t1 < 128) + if ((t1 & 64) !== 0 && _this._pending.lastPendingEvent != null) _this._pending.schedule$1(_this); else { - t1 = (_this._state & 4294967291) >>> 0; + t1 = (t1 & 4294967291) >>> 0; _this._state = t1; if ((t1 & 32) === 0) _this._guardCallback$1(_this.get$_onResume()); } - } } }, cancel$0(_) { @@ -153353,8 +154808,7 @@ var t1, _this = this, pending = _this._pending; if (pending == null) - pending = new A._StreamImplEvents(A._instanceType(_this)._eval$1("_StreamImplEvents<_BufferingStreamSubscription.T>")); - _this._pending = pending; + pending = _this._pending = new A._PendingEvents(A._instanceType(_this)._eval$1("_PendingEvents<_BufferingStreamSubscription.T>")); pending.add$1(0, $event); t1 = _this._state; if ((t1 & 64) === 0) { @@ -153368,7 +154822,7 @@ var _this = this, t1 = _this._state; _this._state = (t1 | 32) >>> 0; - _this._zone.runUnaryGuarded$1$2(_this._async$_onData, data, A._instanceType(_this)._eval$1("_BufferingStreamSubscription.T")); + _this._zone.runUnaryGuarded$1$2(_this._onData, data, A._instanceType(_this)._eval$1("_BufferingStreamSubscription.T")); _this._state = (_this._state & 4294967263) >>> 0; _this._checkState$1((t1 & 4) !== 0); }, @@ -153409,28 +154863,25 @@ _this._checkState$1((t1 & 4) !== 0); }, _checkState$1(wasInputPaused) { - var t1, isInputPaused, _this = this; - if ((_this._state & 64) !== 0) { - t1 = _this._pending; - t1 = t1.get$isEmpty(t1); - } else - t1 = false; - if (t1) { - t1 = _this._state = (_this._state & 4294967231) >>> 0; + var t2, isInputPaused, _this = this, + t1 = _this._state; + if ((t1 & 64) !== 0 && _this._pending.lastPendingEvent == null) { + t1 = _this._state = (t1 & 4294967231) >>> 0; if ((t1 & 4) !== 0) if (t1 < 128) { - t1 = _this._pending; - t1 = t1 == null ? null : t1.get$isEmpty(t1); - t1 = t1 !== false; + t2 = _this._pending; + t2 = t2 == null ? null : t2.lastPendingEvent == null; + t2 = t2 !== false; } else - t1 = false; + t2 = false; else - t1 = false; - if (t1) - _this._state = (_this._state & 4294967291) >>> 0; + t2 = false; + if (t2) { + t1 = (t1 & 4294967291) >>> 0; + _this._state = t1; + } } for (; true; wasInputPaused = isInputPaused) { - t1 = _this._state; if ((t1 & 8) !== 0) { _this._pending = null; return; @@ -153443,13 +154894,12 @@ _this._onPause$0(); else _this._onResume$0(); - _this._state = (_this._state & 4294967263) >>> 0; + t1 = (_this._state & 4294967263) >>> 0; + _this._state = t1; } - t1 = _this._state; if ((t1 & 64) !== 0 && t1 < 128) _this._pending.schedule$1(_this); - }, - $isStreamSubscription: 1 + } }; A._BufferingStreamSubscription__sendError_sendError.prototype = { call$0() { @@ -153485,16 +154935,13 @@ }; A._StreamImpl.prototype = { listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { - return this._createSubscription$4(onData, onError, onDone, cancelOnError === true); + return this._async$_controller._async$_subscribe$4(onData, onError, onDone, cancelOnError === true); }, listen$3$onDone$onError($receiver, onData, onDone, onError) { return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); }, listen$2$onError($receiver, onData, onError) { return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, onError); - }, - _createSubscription$4(onData, onError, onDone, cancelOnError) { - return A._BufferingStreamSubscription$(onData, onError, onDone, cancelOnError, A._instanceType(this)._precomputed1); } }; A._DelayedEvent.prototype = { @@ -153541,20 +154988,7 @@ } A.scheduleMicrotask(new A._PendingEvents_schedule_closure(_this, dispatch)); _this._state = 1; - } - }; - A._PendingEvents_schedule_closure.prototype = { - call$0() { - var t1 = this.$this, - oldState = t1._state; - t1._state = 0; - if (oldState === 3) - return; - t1.handleNext$1(this.dispatch); }, - $signature: 0 - }; - A._StreamImplEvents.prototype = { get$isEmpty(_) { return this.lastPendingEvent == null; }, @@ -153567,16 +155001,25 @@ lastEvent.set$next(0, $event); _this.lastPendingEvent = $event; } - }, - handleNext$1(dispatch) { - var $event = this.firstPendingEvent, - nextEvent = $event.get$next($event); - this.firstPendingEvent = nextEvent; - if (nextEvent == null) - this.lastPendingEvent = null; - $event.perform$1(dispatch); } }; + A._PendingEvents_schedule_closure.prototype = { + call$0() { + var $event, nextEvent, + t1 = this.$this, + oldState = t1._state; + t1._state = 0; + if (oldState === 3) + return; + $event = t1.firstPendingEvent; + nextEvent = $event.get$next($event); + t1.firstPendingEvent = nextEvent; + if (nextEvent == null) + t1.lastPendingEvent = null; + $event.perform$1(this.dispatch); + }, + $signature: 0 + }; A._DoneStreamSubscription.prototype = { _schedule$0() { var _this = this; @@ -153610,8 +155053,7 @@ doneHandler = _this._onDone; if (doneHandler != null) _this._zone.runGuarded$1(doneHandler); - }, - $isStreamSubscription: 1 + } }; A._StreamIterator.prototype = { get$current(_) { @@ -153640,7 +155082,7 @@ if (stateData != null) { future = new A._Future($.Zone__current, type$._Future_bool); _this._stateData = future; - subscription = stateData.listen$4$cancelOnError$onDone$onError(0, _this.get$_async$_onData(), true, _this.get$_onDone(), _this.get$_onError()); + subscription = stateData.listen$4$cancelOnError$onDone$onError(0, _this.get$_onData(), true, _this.get$_onDone(), _this.get$_onError()); if (_this._stateData != null) _this._async$_subscription = subscription; return future; @@ -153662,7 +155104,7 @@ } return $.$get$Future__nullFuture(); }, - _async$_onData$1(data) { + _onData$1(data) { var moveNextFuture, t1, _this = this; if (_this._async$_subscription == null) return; @@ -153729,6 +155171,22 @@ $signature: 0 }; A._MultiStreamController.prototype = { + addSync$1(data) { + var t1 = this._state; + if (t1 >= 4) + throw A.wrapException(this._badEventState$0()); + if ((t1 & 1) !== 0) + this.get$_async$_subscription()._async$_add$1(0, data); + }, + addErrorSync$2(error, stackTrace) { + var t1 = this._state; + if (t1 >= 4) + throw A.wrapException(this._badEventState$0()); + if ((t1 & 1) !== 0) { + t1 = this.get$_async$_subscription(); + t1._addError$2(error, stackTrace == null ? B._StringStackTrace_3uE : stackTrace); + } + }, closeSync$0() { var _this = this, t1 = _this._state; @@ -153756,7 +155214,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 126 + $signature: 132 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -153769,19 +155227,21 @@ return this._async$_source.get$isBroadcast(); }, listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { - var t1 = A._instanceType(this), - t2 = t1._eval$1("_ForwardingStream.T"), - t3 = $.Zone__current, - t4 = cancelOnError === true ? 1 : 0; - t2 = new A._ForwardingStreamSubscription(this, A._BufferingStreamSubscription__registerDataHandler(t3, onData, t2), A._BufferingStreamSubscription__registerErrorHandler(t3, onError), A._BufferingStreamSubscription__registerDoneHandler(t3, onDone), t3, t4, t1._eval$1("@<_ForwardingStream.S>")._bind$1(t2)._eval$1("_ForwardingStreamSubscription<1,2>")); - t2._async$_subscription = this._async$_source.listen$3$onDone$onError(0, t2.get$_handleData(), t2.get$_handleDone(), t2.get$_async$_handleError()); - return t2; + return this._createSubscription$4(onData, onError, onDone, cancelOnError === true); }, listen$3$onDone$onError($receiver, onData, onDone, onError) { return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); + }, + _createSubscription$4(onData, onError, onDone, cancelOnError) { + var t1 = A._instanceType(this); + return A._ForwardingStreamSubscription$(this, onData, onError, onDone, cancelOnError, t1._eval$1("_ForwardingStream.S"), t1._eval$1("_ForwardingStream.T")); } }; A._ForwardingStreamSubscription.prototype = { + _ForwardingStreamSubscription$5(_stream, onData, onError, onDone, cancelOnError, $S, $T) { + var _this = this; + _this._async$_subscription = _this._stream._async$_source.listen$3$onDone$onError(0, _this.get$_handleData(), _this.get$_handleDone(), _this.get$_async$_handleError()); + }, _async$_add$1(_, data) { if ((this._state & 2) !== 0) return; @@ -153891,9 +155351,11 @@ return null; }, _handleData$1(data) { - var e, s, exception; + var e, s, t1, exception; try { - A._lateReadCheck(this.___SinkTransformerStreamSubscription__transformerSink, "_transformerSink").add$1(0, data); + t1 = this.___SinkTransformerStreamSubscription__transformerSink_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.add$1(0, data); } catch (exception) { e = A.unwrapException(exception); s = A.getTraceFromException(exception); @@ -153903,10 +155365,12 @@ } }, _async$_handleError$2(error, stackTrace) { - var e, s, exception, t1, _this = this, + var e, s, t1, exception, _this = this, _s24_ = "Stream is already closed"; try { - A._lateReadCheck(_this.___SinkTransformerStreamSubscription__transformerSink, "_transformerSink").addError$2(error, stackTrace); + t1 = _this.___SinkTransformerStreamSubscription__transformerSink_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.addError$2(error, stackTrace); } catch (exception) { e = A.unwrapException(exception); s = A.getTraceFromException(exception); @@ -153923,10 +155387,12 @@ } }, _handleDone$0() { - var e, s, exception, _this = this; + var e, s, t1, exception, _this = this; try { _this._async$_subscription = null; - A._lateReadCheck(_this.___SinkTransformerStreamSubscription__transformerSink, "_transformerSink").close$0(0); + t1 = _this.___SinkTransformerStreamSubscription__transformerSink_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.close$0(0); } catch (exception) { e = A.unwrapException(exception); s = A.getTraceFromException(exception); @@ -153952,7 +155418,7 @@ t3 = $.Zone__current, t4 = cancelOnError === true ? 1 : 0, subscription = new A._SinkTransformerStreamSubscription(A._BufferingStreamSubscription__registerDataHandler(t3, onData, t2), A._BufferingStreamSubscription__registerErrorHandler(t3, onError), A._BufferingStreamSubscription__registerDoneHandler(t3, onDone), t3, t4, t1._eval$1("@<1>")._bind$1(t2)._eval$1("_SinkTransformerStreamSubscription<1,2>")); - subscription.___SinkTransformerStreamSubscription__transformerSink = this._sinkMapper.call$1(new A._EventSinkWrapper(subscription, t1._eval$1("_EventSinkWrapper<2>"))); + subscription.___SinkTransformerStreamSubscription__transformerSink_A = this._sinkMapper.call$1(new A._EventSinkWrapper(subscription, t1._eval$1("_EventSinkWrapper<2>"))); subscription._async$_subscription = this._stream.listen$3$onDone$onError(0, subscription.get$_handleData(), subscription.get$_handleDone(), subscription.get$_async$_handleError()); return subscription; }, @@ -154090,9 +155556,6 @@ bindUnaryCallbackGuarded$1$1(f, $T) { return new A._RootZone_bindUnaryCallbackGuarded_closure(this, f, $T); }, - bindBinaryCallbackGuarded$2$1(f, T1, T2) { - return new A._RootZone_bindBinaryCallbackGuarded_closure(this, f, T1, T2); - }, $index(_, key) { return null; }, @@ -154158,15 +155621,6 @@ return this.T._eval$1("~(0)"); } }; - A._RootZone_bindBinaryCallbackGuarded_closure.prototype = { - call$2(arg1, arg2) { - var _this = this; - return _this.$this.runBinaryGuarded$2$3(_this.f, arg1, arg2, _this.T1, _this.T2); - }, - $signature() { - return this.T1._eval$1("@<0>")._bind$1(this.T2)._eval$1("~(1,2)"); - } - }; A._HashMap.prototype = { get$length(_) { return this._collection$_length; @@ -154455,7 +155909,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 128 + $signature: 137 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -154557,7 +156011,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 128 + $signature: 137 }; A._HashSet.prototype = { _newSet$0() { @@ -154953,7 +156407,8 @@ if (J.$eq$(bucket[i]._element, element)) return i; return -1; - } + }, + $isLinkedHashSet: 1 }; A._LinkedHashSetCell.prototype = {}; A._LinkedHashSetIterator.prototype = { @@ -154991,7 +156446,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 122 + $signature: 160 }; A.IterableMixin.prototype = { map$1$1(_, toElement, $T) { @@ -155084,7 +156539,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 122 + $signature: 160 }; A.LinkedList.prototype = { contains$1(_, entry) { @@ -155534,7 +156989,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 246 + $signature: 254 }; A.MapMixin.prototype = { cast$2$0(receiver, RK, RV) { @@ -156585,7 +158040,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 128 + $signature: 137 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -156616,7 +158071,7 @@ return false; if (_this._splayCount !== t2._splayCount) { t3 = B.JSArray_methods.get$last(t1).key; - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); t2._splay$1(t3); t3 = t2.get$_root(); t3.toString; @@ -156822,7 +158277,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 128 + $signature: 137 }; A.SplayTreeSet__copyNode_copyChildren.prototype = { call$2(node, dest) { @@ -156964,7 +158419,7 @@ if (t1 === 0) keys.push(""); else - B.JSArray_methods.set$length(keys, 0); + B.JSArray_methods.clear$0(keys); _this._original = _this._processed = null; return _this._data = result; }, @@ -156980,7 +158435,7 @@ call$1(each) { return this.$this.$index(0, each); }, - $signature: 615 + $signature: 719 }; A._JsonMapKeyIterable.prototype = { get$length(_) { @@ -157579,7 +159034,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 246 + $signature: 254 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -157644,7 +159099,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 246 + $signature: 254 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -157960,7 +159415,7 @@ call$2(key, value) { this.result.$indexSet(0, key._name, value); }, - $signature: 612 + $signature: 708 }; A.NoSuchMethodError_toString_closure.prototype = { call$2(key, value) { @@ -157973,7 +159428,7 @@ t1._contents += A.Error_safeToString(value); t2.comma = ", "; }, - $signature: 612 + $signature: 708 }; A._BigIntImpl.prototype = { $negate(_) { @@ -158327,7 +159782,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 437 + $signature: 488 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -158460,7 +159915,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 594 + $signature: 706 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -158474,7 +159929,7 @@ } return result; }, - $signature: 594 + $signature: 706 }; A.Duration.prototype = { $add(_, other) { @@ -158514,6 +159969,7 @@ toString$0(_) { var minutes, minutesPadding, seconds, secondsPadding, microseconds = this._duration, + sign = microseconds < 0 ? "-" : "", hours = B.JSInt_methods._tdivFast$1(microseconds, 3600000000); microseconds %= 3600000000; if (microseconds < 0) @@ -158523,7 +159979,7 @@ minutesPadding = minutes < 10 ? "0" : ""; seconds = B.JSInt_methods._tdivFast$1(microseconds, 1000000); secondsPadding = seconds < 10 ? "0" : ""; - return "" + hours + ":" + minutesPadding + minutes + ":" + secondsPadding + seconds + "." + B.JSString_methods.padLeft$2(B.JSInt_methods.toString$0(microseconds % 1000000), 6, "0"); + return sign + Math.abs(hours) + ":" + minutesPadding + minutes + ":" + secondsPadding + seconds + "." + B.JSString_methods.padLeft$2(B.JSInt_methods.toString$0(microseconds % 1000000), 6, "0"); }, get$isNegative(_) { return this._duration < 0; @@ -158574,9 +160030,6 @@ return prefix; return prefix + _this.get$_errorExplanation() + ": " + A.Error_safeToString(_this.invalidValue); }, - get$name(receiver) { - return this.name; - }, get$message(receiver) { return this.message; } @@ -158605,7 +160058,7 @@ return "RangeError"; }, get$_errorExplanation() { - if (B.JSInt_methods.$lt(this.invalidValue, 0)) + if (this.invalidValue < 0) return ": index must not be negative"; var t1 = this.length; if (t1 === 0) @@ -158618,7 +160071,7 @@ }; A.NoSuchMethodError.prototype = { toString$0(_) { - var $arguments, t1, _i, t2, t3, argument, receiverText, actualParameters, _this = this, _box_0 = {}, + var $arguments, t1, _i, t2, t3, argument, memberName, receiverText, actualParameters, _this = this, _box_0 = {}, sb = new A.StringBuffer(""); _box_0.comma = ""; $arguments = _this._core$_arguments; @@ -158629,9 +160082,10 @@ _box_0.comma = ", "; } _this._namedArguments.forEach$1(0, new A.NoSuchMethodError_toString_closure(_box_0, sb)); + memberName = _this._memberName._name; receiverText = A.Error_safeToString(_this._core$_receiver); actualParameters = sb.toString$0(0); - return "NoSuchMethodError: method not found: '" + A.S(_this._memberName._name) + "'\nReceiver: " + receiverText + "\nArguments: [" + actualParameters + "]"; + return "NoSuchMethodError: method not found: '" + A.S(memberName) + "'\nReceiver: " + receiverText + "\nArguments: [" + actualParameters + "]"; } }; A.UnsupportedError.prototype = { @@ -158915,16 +160369,6 @@ while (it.moveNext$0()); return result; }, - get$single(_) { - var result, - it = this.get$iterator(this); - if (!it.moveNext$0()) - throw A.wrapException(A.IterableElementError_noElement()); - result = it.get$current(it); - if (it.moveNext$0()) - throw A.wrapException(A.IterableElementError_tooMany()); - return result; - }, firstWhere$2$orElse(_, test, orElse) { var t1, element; for (t1 = this.get$iterator(this); t1.moveNext$0();) { @@ -158932,8 +160376,6 @@ if (test.call$1(element)) return element; } - if (orElse != null) - return orElse.call$0(); throw A.wrapException(A.IterableElementError_noElement()); }, firstWhere$1($receiver, test) { @@ -158963,7 +160405,6 @@ return this.length; } }; - A.BidirectionalIterator.prototype = {}; A.Iterator.prototype = {}; A.MapEntry.prototype = { toString$0(_) { @@ -159002,6 +160443,1221 @@ }, toString() { return this.toString$0(this); + }, + call$1($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1", 0, [$0], [], 0)); + }, + call$2($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2", 0, [$0, $1], [], 0)); + }, + call$0() { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$0", 0, [], [], 0)); + }, + call$3$1($0, $T1, $T2, $T3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$1", 0, [$0, $T1, $T2, $T3], [], 3)); + }, + call$1$2$onError($0, $1, $T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$2$onError", 0, [$0, $1, $T1], ["onError"], 1)); + }, + call$2$1($0, $T1, $T2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$1", 0, [$0, $T1, $T2], [], 2)); + }, + call$1$1($0, $T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$1", 0, [$0, $T1], [], 1)); + }, + call$3($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3", 0, [$0, $1, $2], [], 0)); + }, + call$4($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4", 0, [$0, $1, $2, $3], [], 0)); + }, + call$3$3($0, $1, $2, $T1, $T2, $T3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$3", 0, [$0, $1, $2, $T1, $T2, $T3], [], 3)); + }, + call$2$2($0, $1, $T1, $T2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$2", 0, [$0, $1, $T1, $T2], [], 2)); + }, + call$1$locales($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$locales", 0, [$0], ["locales"], 0)); + }, + call$1$2($0, $1, $T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$2", 0, [$0, $1, $T1], [], 1)); + }, + call$1$growable($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$growable", 0, [$0], ["growable"], 0)); + }, + call$1$0($T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$0", 0, [$T1], [], 1)); + }, + call$1$highContrast($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$highContrast", 0, [$0], ["highContrast"], 0)); + }, + call$1$accessibilityFeatures($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$accessibilityFeatures", 0, [$0], ["accessibilityFeatures"], 0)); + }, + call$1$textScaleFactor($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$textScaleFactor", 0, [$0], ["textScaleFactor"], 0)); + }, + call$1$platformBrightness($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$platformBrightness", 0, [$0], ["platformBrightness"], 0)); + }, + call$14$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$scrollDeltaX$scrollDeltaY$signalKind$timeStamp($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$14$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$scrollDeltaX$scrollDeltaY$signalKind$timeStamp", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13], ["buttons", "change", "device", "kind", "physicalX", "physicalY", "pressure", "pressureMax", "pressureMin", "scrollDeltaX", "scrollDeltaY", "signalKind", "timeStamp"], 0)); + }, + call$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$signalKind$timeStamp($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$signalKind$timeStamp", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11], ["buttons", "change", "device", "kind", "physicalX", "physicalY", "pressure", "pressureMax", "pressureMin", "signalKind", "timeStamp"], 0)); + }, + call$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$signalKind$tilt$timeStamp($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$pressureMin$signalKind$tilt$timeStamp", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12], ["buttons", "change", "device", "kind", "physicalX", "physicalY", "pressure", "pressureMax", "pressureMin", "signalKind", "tilt", "timeStamp"], 0)); + }, + call$1$accessibleNavigation($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$accessibleNavigation", 0, [$0], ["accessibleNavigation"], 0)); + }, + call$1$semanticsEnabled($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$semanticsEnabled", 0, [$0], ["semanticsEnabled"], 0)); + }, + call$2$priority$scheduler($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$priority$scheduler", 0, [$0, $1], ["priority", "scheduler"], 0)); + }, + call$2$position($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$position", 0, [$0, $1], ["position"], 0)); + }, + call$1$style($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$style", 0, [$0], ["style"], 0)); + }, + call$2$aspect($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$aspect", 0, [$0, $1], ["aspect"], 0)); + }, + call$2$primary$secondary($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$primary$secondary", 0, [$0, $1], ["primary", "secondary"], 0)); + }, + call$1$secondary($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$secondary", 0, [$0], ["secondary"], 0)); + }, + call$3$forgottenChildren($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$forgottenChildren", 0, [$0, $1, $2], ["forgottenChildren"], 0)); + }, + call$2$after($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$after", 0, [$0, $1], ["after"], 0)); + }, + call$1$findFirstFocus($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$findFirstFocus", 0, [$0], ["findFirstFocus"], 0)); + }, + call$1$immediately($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$immediately", 0, [$0], ["immediately"], 0)); + }, + call$1$2$arguments($0, $1, $T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$2$arguments", 0, [$0, $1, $T1], ["arguments"], 1)); + }, + call$6$autoFinishAfter$onFinish$trimEnd$waitForChildren($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$autoFinishAfter$onFinish$trimEnd$waitForChildren", 0, [$0, $1, $2, $3, $4, $5], ["autoFinishAfter", "onFinish", "trimEnd", "waitForChildren"], 0)); + }, + call$10$autoFinishAfter$bindToScope$customSamplingContext$description$onFinish$startTimestamp$trimEnd$waitForChildren($0, $1, $2, $3, $4, $5, $6, $7, $8, $9) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$10$autoFinishAfter$bindToScope$customSamplingContext$description$onFinish$startTimestamp$trimEnd$waitForChildren", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9], ["autoFinishAfter", "bindToScope", "customSamplingContext", "description", "onFinish", "startTimestamp", "trimEnd", "waitForChildren"], 0)); + }, + call$2$0($T1, $T2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$0", 0, [$T1, $T2], [], 2)); + }, + call$4$exception$stackTrace($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$exception$stackTrace", 0, [$0, $1, $2, $3], ["exception", "stackTrace"], 0)); + }, + call$2$hint($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$hint", 0, [$0, $1], ["hint"], 0)); + }, + call$2$newRoute$oldRoute($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$newRoute$oldRoute", 0, [$0, $1], ["newRoute", "oldRoute"], 0)); + }, + call$6$alignment$alignmentPolicy$curve$duration$targetRenderObject($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$alignment$alignmentPolicy$curve$duration$targetRenderObject", 0, [$0, $1, $2, $3, $4, $5], ["alignment", "alignmentPolicy", "curve", "duration", "targetRenderObject"], 0)); + }, + call$1$range($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$range", 0, [$0], ["range"], 0)); + }, + call$2$reversed($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$reversed", 0, [$0, $1], ["reversed"], 0)); + }, + call$1$5($0, $1, $2, $3, $4, $T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$5", 0, [$0, $1, $2, $3, $4, $T1], [], 1)); + }, + call$3$accentTextTheme$primaryTextTheme$textTheme($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$accentTextTheme$primaryTextTheme$textTheme", 0, [$0, $1, $2], ["accentTextTheme", "primaryTextTheme", "textTheme"], 0)); + }, + call$1$brightness($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$brightness", 0, [$0], ["brightness"], 0)); + }, + call$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24], ["background", "backgroundColor", "color", "debugLabel", "decoration", "decorationColor", "decorationStyle", "decorationThickness", "fontFamily", "fontFamilyFallback", "fontFeatures", "fontSize", "fontStyle", "fontVariations", "fontWeight", "foreground", "height", "leadingDistribution", "letterSpacing", "locale", "overflow", "package", "shadows", "textBaseline", "wordSpacing"], 0)); + }, + call$5($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5", 0, [$0, $1, $2, $3, $4], [], 0)); + }, + call$1$padding($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$padding", 0, [$0], ["padding"], 0)); + }, + call$3$cancel$down$reason($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$cancel$down$reason", 0, [$0, $1, $2], ["cancel", "down", "reason"], 0)); + }, + call$2$down$up($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$down$up", 0, [$0, $1], ["down", "up"], 0)); + }, + call$1$down($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$down", 0, [$0], ["down"], 0)); + }, + call$1$parentConfiguration($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$parentConfiguration", 0, [$0], ["parentConfiguration"], 0)); + }, + call$2$allowEmpty($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$allowEmpty", 0, [$0, $1], ["allowEmpty"], 0)); + }, + call$4$boxHeightStyle$boxWidthStyle($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$boxHeightStyle$boxWidthStyle", 0, [$0, $1, $2, $3], ["boxHeightStyle", "boxWidthStyle"], 0)); + }, + call$4$forPainting($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$forPainting", 0, [$0, $1, $2, $3], ["forPainting"], 0)); + }, + call$3$dimensions$textScaleFactor($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$dimensions$textScaleFactor", 0, [$0, $1, $2], ["dimensions", "textScaleFactor"], 0)); + }, + call$3$boxHeightStyle($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$boxHeightStyle", 0, [$0, $1, $2], ["boxHeightStyle"], 0)); + }, + call$3$includePlaceholders$includeSemanticsLabels($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$includePlaceholders$includeSemanticsLabels", 0, [$0, $1, $2], ["includePlaceholders", "includeSemanticsLabels"], 0)); + }, + call$4$color$opacity$shadows$size($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$color$opacity$shadows$size", 0, [$0, $1, $2, $3], ["color", "opacity", "shadows", "size"], 0)); + }, + call$1$color($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$color", 0, [$0], ["color"], 0)); + }, + call$2$color$fontSize($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$color$fontSize", 0, [$0, $1], ["color", "fontSize"], 0)); + }, + call$3$debugReport($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$debugReport", 0, [$0, $1, $2], ["debugReport"], 0)); + }, + call$2$value($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$value", 0, [$0, $1], ["value"], 0)); + }, + call$1$details($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$details", 0, [$0], ["details"], 0)); + }, + call$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10], ["borderRadius", "color", "containedInkWell", "controller", "customBorder", "onRemoved", "position", "radius", "rectCallback", "referenceBox", "textDirection"], 0)); + }, + call$1$context($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$context", 0, [$0], ["context"], 0)); + }, + call$2$textDirection($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$textDirection", 0, [$0, $1], ["textDirection"], 0)); + }, + call$2$minHeight$minWidth($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$minHeight$minWidth", 0, [$0, $1], ["minHeight", "minWidth"], 0)); + }, + call$1$letterSpacing($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$letterSpacing", 0, [$0], ["letterSpacing"], 0)); + }, + call$3$textDirection($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$textDirection", 0, [$0, $1, $2], ["textDirection"], 0)); + }, + call$3$onDone$onError($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$onDone$onError", 0, [$0, $1, $2], ["onDone", "onError"], 0)); + }, + call$4$cancelOnError$onDone$onError($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$cancelOnError$onDone$onError", 0, [$0, $1, $2, $3], ["cancelOnError", "onDone", "onError"], 0)); + }, + call$2$3($0, $1, $2, $T1, $T2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$3", 0, [$0, $1, $2, $T1, $T2], [], 2)); + }, + call$2$child$context($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$child$context", 0, [$0, $1], ["child", "context"], 0)); + }, + call$3$context$exception$stack($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$context$exception$stack", 0, [$0, $1, $2], ["context", "exception", "stack"], 0)); + }, + call$2$onError($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$onError", 0, [$0, $1], ["onError"], 0)); + }, + call$3$replace$state($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$replace$state", 0, [$0, $1, $2], ["replace", "state"], 0)); + }, + call$2$params($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$params", 0, [$0, $1], ["params"], 0)); + }, + call$3$onAction$onChange($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$onAction$onChange", 0, [$0, $1, $2], ["onAction", "onChange"], 0)); + }, + call$2$maxWidth$minWidth($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$maxWidth$minWidth", 0, [$0, $1], ["maxWidth", "minWidth"], 0)); + }, + call$2$maxHeight$minHeight($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$maxHeight$minHeight", 0, [$0, $1], ["maxHeight", "minHeight"], 0)); + }, + call$1$side($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$side", 0, [$0], ["side"], 0)); + }, + call$2$padding$viewPadding($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$padding$viewPadding", 0, [$0, $1], ["padding", "viewPadding"], 0)); + }, + call$4$displayFeatures$padding$viewInsets$viewPadding($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$displayFeatures$padding$viewInsets$viewPadding", 0, [$0, $1, $2, $3], ["displayFeatures", "padding", "viewInsets", "viewPadding"], 0)); + }, + call$2$viewInsets$viewPadding($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$viewInsets$viewPadding", 0, [$0, $1], ["viewInsets", "viewPadding"], 0)); + }, + call$1$size($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$size", 0, [$0], ["size"], 0)); + }, + call$3$composing$selection$text($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$composing$selection$text", 0, [$0, $1, $2], ["composing", "selection", "text"], 0)); + }, + call$1$errorText($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$errorText", 0, [$0], ["errorText"], 0)); + }, + call$2$overscroll$scrollbars($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$overscroll$scrollbars", 0, [$0, $1], ["overscroll", "scrollbars"], 0)); + }, + call$2$selection$text($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$selection$text", 0, [$0, $1], ["selection", "text"], 0)); + }, + call$2$initialRestore($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$initialRestore", 0, [$0, $1], ["initialRestore"], 0)); + }, + call$3$rect($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$rect", 0, [$0, $1, $2], ["rect"], 0)); + }, + call$2$cause$from($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$cause$from", 0, [$0, $1], ["cause", "from"], 0)); + }, + call$1$composing($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$composing", 0, [$0], ["composing"], 0)); + }, + call$1$selection($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$selection", 0, [$0], ["selection"], 0)); + }, + call$2$baseOffset$extentOffset($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$baseOffset$extentOffset", 0, [$0, $1], ["baseOffset", "extentOffset"], 0)); + }, + call$3$async($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$async", 0, [$0, $1, $2], ["async"], 0)); + }, + call$1$end($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$end", 0, [$0], ["end"], 0)); + }, + call$1$text($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$text", 0, [$0], ["text"], 0)); + }, + call$1$line($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$line", 0, [$0], ["line"], 0)); + }, + call$2$withDrive($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$withDrive", 0, [$0, $1], ["withDrive"], 0)); + }, + call$3$code$details$message($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$code$details$message", 0, [$0, $1, $2], ["code", "details", "message"], 0)); + }, + call$2$code$message($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$code$message", 0, [$0, $1], ["code", "message"], 0)); + }, + call$2$composing$selection($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$composing$selection", 0, [$0, $1], ["composing", "selection"], 0)); + }, + call$1$rect($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$rect", 0, [$0], ["rect"], 0)); + }, + call$4$curve$descendant$duration$rect($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$curve$descendant$duration$rect", 0, [$0, $1, $2, $3], ["curve", "descendant", "duration", "rect"], 0)); + }, + call$1$bottom($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$bottom", 0, [$0], ["bottom"], 0)); + }, + call$3$curve$duration$rect($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$curve$duration$rect", 0, [$0, $1, $2], ["curve", "duration", "rect"], 0)); + }, + call$3$context$style$withComposing($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$context$style$withComposing", 0, [$0, $1, $2], ["context", "style", "withComposing"], 0)); + }, + call$6$baseline$baselineOffset$scale($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$baseline$baselineOffset$scale", 0, [$0, $1, $2, $3, $4, $5], ["baseline", "baselineOffset", "scale"], 0)); + }, + call$4$scale($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$scale", 0, [$0, $1, $2, $3], ["scale"], 0)); + }, + call$2$affinity$extentOffset($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$affinity$extentOffset", 0, [$0, $1], ["affinity", "extentOffset"], 0)); + }, + call$1$height($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$height", 0, [$0], ["height"], 0)); + }, + call$1$borderSide($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$borderSide", 0, [$0], ["borderSide"], 0)); + }, + call$2$enabled$hintMaxLines($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$enabled$hintMaxLines", 0, [$0, $1], ["enabled", "hintMaxLines"], 0)); + }, + call$4$currentLength$isFocused$maxLength($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$currentLength$isFocused$maxLength", 0, [$0, $1, $2, $3], ["currentLength", "isFocused", "maxLength"], 0)); + }, + call$1$counter($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$counter", 0, [$0], ["counter"], 0)); + }, + call$4$counterStyle$counterText$errorText$semanticCounterText($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$counterStyle$counterText$errorText$semanticCounterText", 0, [$0, $1, $2, $3], ["counterStyle", "counterText", "errorText", "semanticCounterText"], 0)); + }, + call$2$counterText$semanticCounterText($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$counterText$semanticCounterText", 0, [$0, $1], ["counterText", "semanticCounterText"], 0)); + }, + call$1$extentOffset($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$extentOffset", 0, [$0], ["extentOffset"], 0)); + }, + call$27$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$suffixStyle($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$27$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$suffixStyle", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26], ["alignLabelWithHint", "border", "constraints", "contentPadding", "counterStyle", "disabledBorder", "enabledBorder", "errorBorder", "errorMaxLines", "errorStyle", "fillColor", "filled", "floatingLabelAlignment", "floatingLabelBehavior", "floatingLabelStyle", "focusColor", "focusedBorder", "focusedErrorBorder", "helperMaxLines", "helperStyle", "hintStyle", "hoverColor", "isCollapsed", "isDense", "labelStyle", "prefixStyle", "suffixStyle"], 0)); + }, + call$4$clientId$hostedDomain$scopes$signInOption($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$clientId$hostedDomain$scopes$signInOption", 0, [$0, $1, $2, $3], ["clientId", "hostedDomain", "scopes", "signInOption"], 0)); + }, + call$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName($0, $1, $2, $3, $4, $5, $6, $7) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName", 0, [$0, $1, $2, $3, $4, $5, $6, $7], ["enableDomStorage", "enableJavaScript", "headers", "universalLinksOnly", "useSafariVC", "useWebView", "webOnlyWindowName"], 0)); + }, + call$2$email$shouldRecoverAuth($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$email$shouldRecoverAuth", 0, [$0, $1], ["email", "shouldRecoverAuth"], 0)); + }, + call$5$idToken$password$rawResponse($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$idToken$password$rawResponse", 0, [$0, $1, $2, $3, $4], ["idToken", "password", "rawResponse"], 0)); + }, + call$3$rawResponse($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$rawResponse", 0, [$0, $1, $2], ["rawResponse"], 0)); + }, + call$3$specifiedType($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$specifiedType", 0, [$0, $1, $2], ["specifiedType"], 0)); + }, + call$1$opacity($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$opacity", 0, [$0], ["opacity"], 0)); + }, + call$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding($0, $1, $2, $3, $4, $5, $6, $7) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding", 0, [$0, $1, $2, $3, $4, $5, $6, $7], ["removeBottomInset", "removeBottomPadding", "removeLeftPadding", "removeRightPadding", "removeTopPadding"], 0)); + }, + call$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding", 0, [$0, $1, $2, $3, $4, $5, $6], ["removeBottomPadding", "removeLeftPadding", "removeRightPadding", "removeTopPadding"], 0)); + }, + call$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding($0, $1, $2, $3, $4, $5, $6, $7) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding", 0, [$0, $1, $2, $3, $4, $5, $6, $7], ["maintainBottomViewPadding", "removeBottomPadding", "removeLeftPadding", "removeRightPadding", "removeTopPadding"], 0)); + }, + call$1$floatingActionButtonScale($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$floatingActionButtonScale", 0, [$0], ["floatingActionButtonScale"], 0)); + }, + call$1$removeBottom($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$removeBottom", 0, [$0], ["removeBottom"], 0)); + }, + 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)); + }, + call$1$colorScheme($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$colorScheme", 0, [$0], ["colorScheme"], 0)); + }, + call$2$counterText$prefixIcon($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$counterText$prefixIcon", 0, [$0, $1], ["counterText", "prefixIcon"], 0)); + }, + call$2$showAccentColor($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$showAccentColor", 0, [$0, $1], ["showAccentColor"], 0)); + }, + call$8($0, $1, $2, $3, $4, $5, $6, $7) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8", 0, [$0, $1, $2, $3, $4, $5, $6, $7], [], 0)); + }, + call$10($0, $1, $2, $3, $4, $5, $6, $7, $8, $9) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$10", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9], [], 0)); + }, + call$9($0, $1, $2, $3, $4, $5, $6, $7, $8) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$9", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8], [], 0)); + }, + call$6($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6", 0, [$0, $1, $2, $3, $4, $5], [], 0)); + }, + call$7($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7", 0, [$0, $1, $2, $3, $4, $5, $6], [], 0)); + }, + call$1$floatingActionButtonArea($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$floatingActionButtonArea", 0, [$0], ["floatingActionButtonArea"], 0)); + }, + call$2$multiselect$userCompany($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$multiselect$userCompany", 0, [$0, $1], ["multiselect", "userCompany"], 0)); + }, + call$1$fontWeight($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$fontWeight", 0, [$0], ["fontWeight"], 0)); + }, + call$5$collision($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$collision", 0, [$0, $1, $2, $3, $4], ["collision"], 0)); + }, + call$8$context$formatter$formatterValueCache$graphicsFactory$orientation$scale$tickDrawStrategy$viewportExtensionEnabled($0, $1, $2, $3, $4, $5, $6, $7) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8$context$formatter$formatterValueCache$graphicsFactory$orientation$scale$tickDrawStrategy$viewportExtensionEnabled", 0, [$0, $1, $2, $3, $4, $5, $6, $7], ["context", "formatter", "formatterValueCache", "graphicsFactory", "orientation", "scale", "tickDrawStrategy", "viewportExtensionEnabled"], 0)); + }, + call$7$context$formatter$formatterValueCache$graphicsFactory$scale$tickDrawStrategy($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7$context$formatter$formatterValueCache$graphicsFactory$scale$tickDrawStrategy", 0, [$0, $1, $2, $3, $4, $5, $6], ["context", "formatter", "formatterValueCache", "graphicsFactory", "scale", "tickDrawStrategy"], 0)); + }, + call$3$stepSize($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$stepSize", 0, [$0, $1, $2], ["stepSize"], 0)); + }, + call$7$context$formatter$formatterValueCache$graphicsFactory$orientation$scale$tickDrawStrategy($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7$context$formatter$formatterValueCache$graphicsFactory$orientation$scale$tickDrawStrategy", 0, [$0, $1, $2, $3, $4, $5, $6], ["context", "formatter", "formatterValueCache", "graphicsFactory", "orientation", "scale", "tickDrawStrategy"], 0)); + }, + call$1$maxWidth($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$maxWidth", 0, [$0], ["maxWidth"], 0)); + }, + call$5$selectExactEventLocation$selectOverlappingPoints($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$selectExactEventLocation$selectOverlappingPoints", 0, [$0, $1, $2, $3, $4], ["selectExactEventLocation", "selectOverlappingPoints"], 0)); + }, + call$1$removeTop($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$removeTop", 0, [$0], ["removeTop"], 0)); + }, + call$4$client$includeEdit$multiselect$userCompany($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$client$includeEdit$multiselect$userCompany", 0, [$0, $1, $2, $3], ["client", "includeEdit", "multiselect", "userCompany"], 0)); + }, + call$2$onCompleted$onLayout($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$onCompleted$onLayout", 0, [$0, $1], ["onCompleted", "onLayout"], 0)); + }, + call$1$chart($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$chart", 0, [$0], ["chart"], 0)); + }, + call$1$customEndDate($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$customEndDate", 0, [$0], ["customEndDate"], 0)); + }, + call$1$customStartDate($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$customStartDate", 0, [$0], ["customStartDate"], 0)); + }, + call$1$subgroup($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$subgroup", 0, [$0], ["subgroup"], 0)); + }, + call$2$group$selectedGroup($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$group$selectedGroup", 0, [$0, $1], ["group", "selectedGroup"], 0)); + }, + call$1$report($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$report", 0, [$0], ["report"], 0)); + }, + call$1$fontSize($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$fontSize", 0, [$0], ["fontSize"], 0)); + }, + call$3$middleState$onDone($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$middleState$onDone", 0, [$0, $1, $2], ["middleState", "onDone"], 0)); + }, + call$1$infoMessage($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$infoMessage", 0, [$0], ["infoMessage"], 0)); + }, + call$2$infoMessage$isDone($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$infoMessage$isDone", 0, [$0, $1], ["infoMessage", "isDone"], 0)); + }, + call$4$connectionState$data$infoMessage$resetError($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$connectionState$data$infoMessage$resetError", 0, [$0, $1, $2, $3], ["connectionState", "data", "infoMessage", "resetError"], 0)); + }, + call$3$stackTrace($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$stackTrace", 0, [$0, $1, $2], ["stackTrace"], 0)); + }, + call$1$isActive($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$isActive", 0, [$0], ["isActive"], 0)); + }, + call$5$connectionState$data$infoMessage$isActive$resetError($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$connectionState$data$infoMessage$isActive$resetError", 0, [$0, $1, $2, $3, $4], ["connectionState", "data", "infoMessage", "isActive", "resetError"], 0)); + }, + call$3$checked$color$onCheckboxChanged($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$checked$color$onCheckboxChanged", 0, [$0, $1, $2], ["checked", "color", "onCheckboxChanged"], 0)); + }, + call$3$client$includeEdit$userCompany($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$client$includeEdit$userCompany", 0, [$0, $1, $2], ["client", "includeEdit", "userCompany"], 0)); + }, + call$2$context$field($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$context$field", 0, [$0, $1], ["context", "field"], 0)); + }, + call$3$clockwise$radius($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$clockwise$radius", 0, [$0, $1, $2], ["clockwise", "radius"], 0)); + }, + call$2$isClosing($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$isClosing", 0, [$0, $1], ["isClosing"], 0)); + }, + call$2$isReplaced($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$isReplaced", 0, [$0, $1], ["isReplaced"], 0)); + }, + call$2$client$userCompany($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$client$userCompany", 0, [$0, $1], ["client", "userCompany"], 0)); + }, + call$3$expenseCategory$sortAscending$sortField($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$expenseCategory$sortAscending$sortField", 0, [$0, $1, $2], ["expenseCategory", "sortAscending", "sortField"], 0)); + }, + call$2$tabCount$tabIndex($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$tabCount$tabIndex", 0, [$0, $1], ["tabCount", "tabIndex"], 0)); + }, + call$1$inherit($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$inherit", 0, [$0], ["inherit"], 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)); + }, + call$2$brightness$disabledColor($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$brightness$disabledColor", 0, [$0, $1], ["brightness", "disabledColor"], 0)); + }, + call$3$addedComponents$changedComponents$removedComponents($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$addedComponents$changedComponents$removedComponents", 0, [$0, $1, $2], ["addedComponents", "changedComponents", "removedComponents"], 0)); + }, + call$2$editContext$keyEvent($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$editContext$keyEvent", 0, [$0, $1], ["editContext", "keyEvent"], 0)); + }, + call$1$dragDevices($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$dragDevices", 0, [$0], ["dragDevices"], 0)); + }, + call$1$base($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$base", 0, [$0], ["base"], 0)); + }, + call$1$extent($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$extent", 0, [$0], ["extent"], 0)); + }, + call$5$debugColor$handleKey$handleOffset$handleType$onPanStart($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$debugColor$handleKey$handleOffset$handleType$onPanStart", 0, [$0, $1, $2, $3, $4], ["debugColor", "handleKey", "handleOffset", "handleType", "onPanStart"], 0)); + }, + call$2$base$extent($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$base$extent", 0, [$0, $1], ["base", "extent"], 0)); + }, + call$1$fontStyle($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$fontStyle", 0, [$0], ["fontStyle"], 0)); + }, + call$1$decoration($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$decoration", 0, [$0], ["decoration"], 0)); + }, + call$2$color$decoration($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$color$decoration", 0, [$0, $1], ["color", "decoration"], 0)); + }, + call$1$start($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$start", 0, [$0], ["start"], 0)); + }, + call$4$getChildren($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$getChildren", 0, [$0, $1, $2, $3], ["getChildren"], 0)); + }, + call$3$getChildren($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$getChildren", 0, [$0, $1, $2], ["getChildren"], 0)); + }, + call$1$url($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$url", 0, [$0], ["url"], 0)); + }, + call$3$eTag$relativePath$validTill($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$eTag$relativePath$validTill", 0, [$0, $1, $2], ["eTag", "relativePath", "validTill"], 0)); + }, + call$1$length($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$length", 0, [$0], ["length"], 0)); + }, + call$1$tailVisitor($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$tailVisitor", 0, [$0], ["tailVisitor"], 0)); + }, + call$2$createChild$followTailLink($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$createChild$followTailLink", 0, [$0, $1], ["createChild", "followTailLink"], 0)); + }, + call$1$recursive($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$recursive", 0, [$0], ["recursive"], 0)); + }, + call$5$allowCompression$allowMultiple$allowedExtensions$type$withData($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$allowCompression$allowMultiple$allowedExtensions$type$withData", 0, [$0, $1, $2, $3, $4], ["allowCompression", "allowMultiple", "allowedExtensions", "type", "withData"], 0)); + }, + call$5$fileFilter$initialDirectory$multipleFiles$pickDirectory($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$fileFilter$initialDirectory$multipleFiles$pickDirectory", 0, [$0, $1, $2, $3, $4], ["fileFilter", "initialDirectory", "multipleFiles", "pickDirectory"], 0)); + }, + call$9$aspectRatio$aspectRatioPresets$compressFormat$compressQuality$cropStyle$maxHeight$maxWidth$sourcePath$uiSettings($0, $1, $2, $3, $4, $5, $6, $7, $8) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$9$aspectRatio$aspectRatioPresets$compressFormat$compressQuality$cropStyle$maxHeight$maxWidth$sourcePath$uiSettings", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8], ["aspectRatio", "aspectRatioPresets", "compressFormat", "compressQuality", "cropStyle", "maxHeight", "maxWidth", "sourcePath", "uiSettings"], 0)); + }, + call$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source", 0, [$0, $1, $2, $3, $4], ["imageQuality", "maxHeight", "maxWidth", "preferredCameraDevice", "source"], 0)); + }, + call$4$data$multipartFiles($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$data$multipartFiles", 0, [$0, $1, $2, $3], ["data", "multipartFiles"], 0)); + }, + call$3$multipartFiles($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$multipartFiles", 0, [$0, $1, $2], ["multipartFiles"], 0)); + }, + call$3$sortAscending$sortField$taskStatus($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$sortAscending$sortField$taskStatus", 0, [$0, $1, $2], ["sortAscending", "sortField", "taskStatus"], 0)); + }, + call$4$idToken$password($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$idToken$password", 0, [$0, $1, $2, $3], ["idToken", "password"], 0)); + }, + call$2$includeEdit$userCompany($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$includeEdit$userCompany", 0, [$0, $1], ["includeEdit", "userCompany"], 0)); + }, + call$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap", 0, [$0, $1, $2, $3, $4, $5], ["clientMap", "invoice", "sortAscending", "sortField", "userMap", "vendorMap"], 0)); + }, + call$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap", 0, [$0, $1, $2, $3, $4, $5, $6], ["clientMap", "invoice", "recurringPrefix", "sortAscending", "sortField", "userMap", "vendorMap"], 0)); + }, + call$1$onPageRasterized($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$onPageRasterized", 0, [$0], ["onPageRasterized"], 0)); + }, + call$1$alwaysUse24HourFormat($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$alwaysUse24HourFormat", 0, [$0], ["alwaysUse24HourFormat"], 0)); + }, + call$2$fillColor$hintText($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$fillColor$hintText", 0, [$0, $1], ["fillColor", "hintText"], 0)); + }, + call$2$alwaysUse24HourFormat($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$alwaysUse24HourFormat", 0, [$0, $1], ["alwaysUse24HourFormat"], 0)); + }, + call$1$hour($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$hour", 0, [$0], ["hour"], 0)); + }, + call$1$minute($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$minute", 0, [$0], ["minute"], 0)); + }, + call$2$isSecond($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$isSecond", 0, [$0, $1], ["isSecond"], 0)); + }, + call$2$isThird($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$isThird", 0, [$0, $1], ["isThird"], 0)); + }, + call$2$context$isSignUp($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$context$isSignUp", 0, [$0, $1], ["context", "isSignUp"], 0)); + }, + call$4$nonce$scopes$state$webAuthenticationOptions($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$nonce$scopes$state$webAuthenticationOptions", 0, [$0, $1, $2, $3], ["nonce", "scopes", "state", "webAuthenticationOptions"], 0)); + }, + call$5$email$secret$url($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$email$secret$url", 0, [$0, $1, $2, $3, $4], ["email", "secret", "url"], 0)); + }, + call$7$email$oneTimePassword$password$secret$url($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7$email$oneTimePassword$password$secret$url", 0, [$0, $1, $2, $3, $4, $5, $6], ["email", "oneTimePassword", "password", "secret", "url"], 0)); + }, + call$5$oneTimePassword$secret$url($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$oneTimePassword$secret$url", 0, [$0, $1, $2, $3, $4], ["oneTimePassword", "secret", "url"], 0)); + }, + call$4$email$password($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$email$password", 0, [$0, $1, $2, $3], ["email", "password"], 0)); + }, + call$3$token($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$token", 0, [$0, $1, $2], ["token"], 0)); + }, + call$2$alwaysUse24HourFormat$textScaleFactor($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$alwaysUse24HourFormat$textScaleFactor", 0, [$0, $1], ["alwaysUse24HourFormat", "textScaleFactor"], 0)); + }, + call$5$data$idToken$password($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$data$idToken$password", 0, [$0, $1, $2, $3, $4], ["data", "idToken", "password"], 0)); + }, + call$4$data$password($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$data$password", 0, [$0, $1, $2, $3], ["data", "password"], 0)); + }, + call$2$data$url($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$data$url", 0, [$0, $1], ["data", "url"], 0)); + }, + call$4$data$secret($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$data$secret", 0, [$0, $1, $2, $3], ["data", "secret"], 0)); + }, + call$3$includeStatic$token$url($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$includeStatic$token$url", 0, [$0, $1, $2], ["includeStatic", "token", "url"], 0)); + }, + call$3$data$secret$url($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$data$secret$url", 0, [$0, $1, $2], ["data", "secret", "url"], 0)); + }, + call$3$animate$position($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$animate$position", 0, [$0, $1, $2], ["animate", "position"], 0)); + }, + call$3$animate$size($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$animate$size", 0, [$0, $1, $2], ["animate", "size"], 0)); + }, + call$1$childOrder($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$childOrder", 0, [$0], ["childOrder"], 0)); + }, + call$4$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result", 0, [$0, $1, $2, $3], ["elevationAdjustment", "parentPaintClipRect", "parentSemanticsClipRect", "result"], 0)); + }, + call$1$config($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$config", 0, [$0], ["config"], 0)); + }, + call$2$descendant$rect($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$descendant$rect", 0, [$0, $1], ["descendant", "rect"], 0)); + }, + call$2$ignoreRasterCache($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$ignoreRasterCache", 0, [$0, $1], ["ignoreRasterCache"], 0)); + }, + call$1$3$onlyFirst($0, $1, $2, $T1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$3$onlyFirst", 0, [$0, $1, $2, $T1], ["onlyFirst"], 1)); + }, + call$1$includeChildren($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$includeChildren", 0, [$0], ["includeChildren"], 0)); + }, + call$1$oldLayer($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$oldLayer", 0, [$0], ["oldLayer"], 0)); + }, + call$3$oldLayer($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$oldLayer", 0, [$0, $1, $2], ["oldLayer"], 0)); + }, + call$3$offset$oldLayer($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$offset$oldLayer", 0, [$0, $1, $2], ["offset", "oldLayer"], 0)); + }, + call$3$clipBehavior$oldLayer($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$clipBehavior$oldLayer", 0, [$0, $1, $2], ["clipBehavior", "oldLayer"], 0)); + }, + call$4$isComplexHint$willChangeHint($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$isComplexHint$willChangeHint", 0, [$0, $1, $2, $3], ["isComplexHint", "willChangeHint"], 0)); + }, + call$2$doAntiAlias($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$doAntiAlias", 0, [$0, $1], ["doAntiAlias"], 0)); + }, + call$3$blendMode$oldLayer($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$blendMode$oldLayer", 0, [$0, $1, $2], ["blendMode", "oldLayer"], 0)); + }, + call$5$clipBehavior($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$clipBehavior", 0, [$0, $1, $2, $3, $4], ["clipBehavior"], 0)); + }, + call$5$borderRadius$shape$textDirection($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$borderRadius$shape$textDirection", 0, [$0, $1, $2, $3, $4], ["borderRadius", "shape", "textDirection"], 0)); + }, + call$4$in1$in2$operator$result($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$in1$in2$operator$result", 0, [$0, $1, $2, $3], ["in1", "in2", "operator", "result"], 0)); + }, + call$2$oldLayer($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$oldLayer", 0, [$0, $1], ["oldLayer"], 0)); + }, + call$6$oldLayer($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$oldLayer", 0, [$0, $1, $2, $3, $4, $5], ["oldLayer"], 0)); + }, + call$4$style($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$style", 0, [$0, $1, $2, $3], ["style"], 0)); + }, + call$4$height$offset$width($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$height$offset$width", 0, [$0, $1, $2, $3], ["height", "offset", "width"], 0)); + }, + call$5$fillColor$strokeColor$strokeWidthPx($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$fillColor$strokeColor$strokeWidthPx", 0, [$0, $1, $2, $3, $4], ["fillColor", "strokeColor", "strokeWidthPx"], 0)); + }, + call$6$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx", 0, [$0, $1, $2, $3, $4, $5], ["dashPattern", "fill", "points", "roundEndCaps", "stroke", "strokeWidthPx"], 0)); + }, + call$6$animationPercent$drawBounds$rtl($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$animationPercent$drawBounds$rtl", 0, [$0, $1, $2, $3, $4, $5], ["animationPercent", "drawBounds", "rtl"], 0)); + }, + call$6$clipBounds$dashPattern$points$roundEndCaps$stroke$strokeWidthPx($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$clipBounds$dashPattern$points$roundEndCaps$stroke$strokeWidthPx", 0, [$0, $1, $2, $3, $4, $5], ["clipBounds", "dashPattern", "points", "roundEndCaps", "stroke", "strokeWidthPx"], 0)); + }, + call$8$axisBounds$collision$drawAreaBounds$isFirst$isLast$orientation($0, $1, $2, $3, $4, $5, $6, $7) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8$axisBounds$collision$drawAreaBounds$isFirst$isLast$orientation", 0, [$0, $1, $2, $3, $4, $5, $6, $7], ["axisBounds", "collision", "drawAreaBounds", "isFirst", "isLast", "orientation"], 0)); + }, + call$5$dashPattern$fill$points$stroke$strokeWidthPx($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$dashPattern$fill$points$stroke$strokeWidthPx", 0, [$0, $1, $2, $3, $4], ["dashPattern", "fill", "points", "stroke", "strokeWidthPx"], 0)); + }, + call$5$dashPattern$fillColor$strokeColor($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$dashPattern$fillColor$strokeColor", 0, [$0, $1, $2, $3, $4], ["dashPattern", "fillColor", "strokeColor"], 0)); + }, + call$6$gapExtent$gapPercentage$gapStart$textDirection($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$gapExtent$gapPercentage$gapStart$textDirection", 0, [$0, $1, $2, $3, $4, $5], ["gapExtent", "gapPercentage", "gapStart", "textDirection"], 0)); + }, + call$3$parentUsesSize($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$parentUsesSize", 0, [$0, $1, $2], ["parentUsesSize"], 0)); + }, + call$1$maxHeight($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$maxHeight", 0, [$0], ["maxHeight"], 0)); + }, + call$1$width($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$width", 0, [$0], ["width"], 0)); + }, + call$2$parentUsesSize($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$parentUsesSize", 0, [$0, $1], ["parentUsesSize"], 0)); + }, + call$2$maxExtent$minExtent($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$maxExtent$minExtent", 0, [$0, $1], ["maxExtent", "minExtent"], 0)); + }, + call$7$bottomViews$leftViews$rightViews$topViews$useMax($0, $1, $2, $3, $4, $5, $6) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$7$bottomViews$leftViews$rightViews$topViews$useMax", 0, [$0, $1, $2, $3, $4, $5, $6], ["bottomViews", "leftViews", "rightViews", "topViews", "useMax"], 0)); + }, + 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)); + }, + $add($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("+", "$add", 0, [$0], [], 0)); + }, + forEach$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("forEach", "forEach$1", 0, [$0], [], 0)); + }, + $index($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("[]", "$index", 0, [$0], [], 0)); + }, + then$2($receiver, $0, $1) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("then", "then$2", 0, [$0, $1], [], 0)); + }, + $indexSet($receiver, $0, $1) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("[]=", "$indexSet", 0, [$0, $1], [], 0)); + }, + containsKey$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("containsKey", "containsKey$1", 0, [$0], [], 0)); + }, + toJson$0() { + return this.noSuchMethod$1(this, A.createInvocationMirror("toJson", "toJson$0", 0, [], [], 0)); + }, + map$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("map", "map$1", 0, [$0], [], 0)); + }, + remove$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("remove", "remove$0", 0, [], [], 0)); + }, + toInt$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("toInt", "toInt$0", 0, [], [], 0)); + }, + toLowerCase$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("toLowerCase", "toLowerCase$0", 0, [], [], 0)); + }, + sublist$2($receiver, $0, $1) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("sublist", "sublist$2", 0, [$0, $1], [], 0)); + }, + compareTo$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("compareTo", "compareTo$1", 0, [$0], [], 0)); + }, + dispose$0() { + return this.noSuchMethod$1(this, A.createInvocationMirror("dispose", "dispose$0", 0, [], [], 0)); + }, + createElement$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("createElement", "createElement$1", 0, [$0], [], 0)); + }, + addListener$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("addListener", "addListener$1", 0, [$0], [], 0)); + }, + didRegisterListener$0() { + return this.noSuchMethod$1(this, A.createInvocationMirror("didRegisterListener", "didRegisterListener$0", 0, [], [], 0)); + }, + $sub($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("-", "$sub", 0, [$0], [], 0)); + }, + $mul($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("*", "$mul", 0, [$0], [], 0)); + }, + didUnregisterListener$0() { + return this.noSuchMethod$1(this, A.createInvocationMirror("didUnregisterListener", "didUnregisterListener$0", 0, [], [], 0)); + }, + removeListener$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("removeListener", "removeListener$1", 0, [$0], [], 0)); + }, + render$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("render", "render$1", 0, [$0], [], 0)); + }, + $gt($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror(">", "$gt", 0, [$0], [], 0)); + }, + replaceFirst$2($receiver, $0, $1) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("replaceFirst", "replaceFirst$2", 0, [$0, $1], [], 0)); + }, + abs$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("abs", "abs$0", 0, [], [], 0)); + }, + remainder$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("remainder", "remainder$1", 0, [$0], [], 0)); + }, + toDouble$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("toDouble", "toDouble$0", 0, [], [], 0)); + }, + logoutPopup$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("logoutPopup", "logoutPopup$1", 0, [$0], [], 0)); + }, + loginPopup$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("loginPopup", "loginPopup$1", 0, [$0], [], 0)); + }, + $get$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("get", "$get$0", 0, [], [], 0)); + }, + $lt($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("<", "$lt", 0, [$0], [], 0)); + }, + $ge($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror(">=", "$ge", 0, [$0], [], 0)); + }, + $div($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("/", "$div", 0, [$0], [], 0)); + }, + round$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("round", "round$0", 0, [], [], 0)); + }, + getPage$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getPage", "getPage$1", 0, [$0], [], 0)); + }, + getViewport$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getViewport", "getViewport$1", 0, [$0], [], 0)); + }, + disconnect$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("disconnect", "disconnect$0", 0, [], [], 0)); + }, + signOut$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("signOut", "signOut$0", 0, [], [], 0)); + }, + getAuthResponse$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getAuthResponse", "getAuthResponse$0", 0, [], [], 0)); + }, + signIn$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("signIn", "signIn$1", 0, [$0], [], 0)); + }, + isSignedIn$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("isSignedIn", "isSignedIn$0", 0, [], [], 0)); + }, + getBasicProfile$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getBasicProfile", "getBasicProfile$0", 0, [], [], 0)); + }, + getId$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getId", "getId$0", 0, [], [], 0)); + }, + getName$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getName", "getName$0", 0, [], [], 0)); + }, + getEmail$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getEmail", "getEmail$0", 0, [], [], 0)); + }, + getImageUrl$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getImageUrl", "getImageUrl$0", 0, [], [], 0)); + }, + get$width($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("width", "get$width", 1, [], [], 0)); + }, + get$height($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("height", "get$height", 1, [], [], 0)); + }, + get$iterator($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("iterator", "get$iterator", 1, [], [], 0)); + }, + get$length($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("length", "get$length", 1, [], [], 0)); + }, + get$isEmpty($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("isEmpty", "get$isEmpty", 1, [], [], 0)); + }, + get$id($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("id", "get$id", 1, [], [], 0)); + }, + get$quote() { + return this.noSuchMethod$1(this, A.createInvocationMirror("quote", "get$quote", 1, [], [], 0)); + }, + get$payment() { + return this.noSuchMethod$1(this, A.createInvocationMirror("payment", "get$payment", 1, [], [], 0)); + }, + get$project() { + return this.noSuchMethod$1(this, A.createInvocationMirror("project", "get$project", 1, [], [], 0)); + }, + get$task() { + return this.noSuchMethod$1(this, A.createInvocationMirror("task", "get$task", 1, [], [], 0)); + }, + get$contact() { + return this.noSuchMethod$1(this, A.createInvocationMirror("contact", "get$contact", 1, [], [], 0)); + }, + get$vendor($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("vendor", "get$vendor", 1, [], [], 0)); + }, + get$expense() { + return this.noSuchMethod$1(this, A.createInvocationMirror("expense", "get$expense", 1, [], [], 0)); + }, + get$document($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("document", "get$document", 1, [], [], 0)); + }, + get$group() { + return this.noSuchMethod$1(this, A.createInvocationMirror("group", "get$group", 1, [], [], 0)); + }, + get$companyGateway() { + return this.noSuchMethod$1(this, A.createInvocationMirror("companyGateway", "get$companyGateway", 1, [], [], 0)); + }, + get$taxRate() { + return this.noSuchMethod$1(this, A.createInvocationMirror("taxRate", "get$taxRate", 1, [], [], 0)); + }, + get$user($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("user", "get$user", 1, [], [], 0)); + }, + get$credit() { + return this.noSuchMethod$1(this, A.createInvocationMirror("credit", "get$credit", 1, [], [], 0)); + }, + get$design() { + return this.noSuchMethod$1(this, A.createInvocationMirror("design", "get$design", 1, [], [], 0)); + }, + get$designId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("designId", "get$designId", 1, [], [], 0)); + }, + get$paymentTerm() { + return this.noSuchMethod$1(this, A.createInvocationMirror("paymentTerm", "get$paymentTerm", 1, [], [], 0)); + }, + get$paymentTermId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("paymentTermId", "get$paymentTermId", 1, [], [], 0)); + }, + get$token() { + return this.noSuchMethod$1(this, A.createInvocationMirror("token", "get$token", 1, [], [], 0)); + }, + get$tokenId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("tokenId", "get$tokenId", 1, [], [], 0)); + }, + get$webhook() { + return this.noSuchMethod$1(this, A.createInvocationMirror("webhook", "get$webhook", 1, [], [], 0)); + }, + get$webhookId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("webhookId", "get$webhookId", 1, [], [], 0)); + }, + get$invoice() { + return this.noSuchMethod$1(this, A.createInvocationMirror("invoice", "get$invoice", 1, [], [], 0)); + }, + get$recurringInvoice() { + return this.noSuchMethod$1(this, A.createInvocationMirror("recurringInvoice", "get$recurringInvoice", 1, [], [], 0)); + }, + get$expenseCategory() { + return this.noSuchMethod$1(this, A.createInvocationMirror("expenseCategory", "get$expenseCategory", 1, [], [], 0)); + }, + get$expenseCategoryId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("expenseCategoryId", "get$expenseCategoryId", 1, [], [], 0)); + }, + get$taskStatus() { + return this.noSuchMethod$1(this, A.createInvocationMirror("taskStatus", "get$taskStatus", 1, [], [], 0)); + }, + get$taskStatusId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("taskStatusId", "get$taskStatusId", 1, [], [], 0)); + }, + get$subscription() { + return this.noSuchMethod$1(this, A.createInvocationMirror("subscription", "get$subscription", 1, [], [], 0)); + }, + get$subscriptionId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("subscriptionId", "get$subscriptionId", 1, [], [], 0)); + }, + get$recurringExpense() { + return this.noSuchMethod$1(this, A.createInvocationMirror("recurringExpense", "get$recurringExpense", 1, [], [], 0)); + }, + get$recurringExpenseId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("recurringExpenseId", "get$recurringExpenseId", 1, [], [], 0)); + }, + get$purchaseOrder() { + return this.noSuchMethod$1(this, A.createInvocationMirror("purchaseOrder", "get$purchaseOrder", 1, [], [], 0)); + }, + get$bankAccount() { + return this.noSuchMethod$1(this, A.createInvocationMirror("bankAccount", "get$bankAccount", 1, [], [], 0)); + }, + get$bankAccountId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("bankAccountId", "get$bankAccountId", 1, [], [], 0)); + }, + get$product($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("product", "get$product", 1, [], [], 0)); + }, + get$message($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("message", "get$message", 1, [], [], 0)); + }, + get$value($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("value", "get$value", 1, [], [], 0)); + }, + get$displayWidth($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("displayWidth", "get$displayWidth", 1, [], [], 0)); + }, + get$displayHeight($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("displayHeight", "get$displayHeight", 1, [], [], 0)); + }, + get$duration($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("duration", "get$duration", 1, [], [], 0)); + }, + get$state($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("state", "get$state", 1, [], [], 0)); + }, + get$name($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("name", "get$name", 1, [], [], 0)); + }, + get$isNegative($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("isNegative", "get$isNegative", 1, [], [], 0)); + }, + get$idToken($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("idToken", "get$idToken", 1, [], [], 0)); + }, + get$accessToken($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("accessToken", "get$accessToken", 1, [], [], 0)); + }, + get$body($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("body", "get$body", 1, [], [], 0)); + }, + get$shippingAddress1() { + return this.noSuchMethod$1(this, A.createInvocationMirror("shippingAddress1", "get$shippingAddress1", 1, [], [], 0)); + }, + get$shippingAddress2() { + return this.noSuchMethod$1(this, A.createInvocationMirror("shippingAddress2", "get$shippingAddress2", 1, [], [], 0)); + }, + get$shippingCity() { + return this.noSuchMethod$1(this, A.createInvocationMirror("shippingCity", "get$shippingCity", 1, [], [], 0)); + }, + get$shippingState() { + return this.noSuchMethod$1(this, A.createInvocationMirror("shippingState", "get$shippingState", 1, [], [], 0)); + }, + get$shippingPostalCode() { + return this.noSuchMethod$1(this, A.createInvocationMirror("shippingPostalCode", "get$shippingPostalCode", 1, [], [], 0)); + }, + get$shippingCountryId() { + return this.noSuchMethod$1(this, A.createInvocationMirror("shippingCountryId", "get$shippingCountryId", 1, [], [], 0)); + }, + get$company() { + return this.noSuchMethod$1(this, A.createInvocationMirror("company", "get$company", 1, [], [], 0)); + }, + get$bodyBytes() { + return this.noSuchMethod$1(this, A.createInvocationMirror("bodyBytes", "get$bodyBytes", 1, [], [], 0)); + }, + get$date() { + return this.noSuchMethod$1(this, A.createInvocationMirror("date", "get$date", 1, [], [], 0)); + }, + get$amount() { + return this.noSuchMethod$1(this, A.createInvocationMirror("amount", "get$amount", 1, [], [], 0)); + }, + get$authorization($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("authorization", "get$authorization", 1, [], [], 0)); + }, + get$code($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("code", "get$code", 1, [], [], 0)); + }, + get$id_token($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("id_token", "get$id_token", 1, [], [], 0)); + }, + get$email($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("email", "get$email", 1, [], [], 0)); + }, + get$firstName($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("firstName", "get$firstName", 1, [], [], 0)); + }, + get$lastName($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("lastName", "get$lastName", 1, [], [], 0)); + }, + get$promise($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("promise", "get$promise", 1, [], [], 0)); + }, + get$numPages($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("numPages", "get$numPages", 1, [], [], 0)); + }, + get$currentUser($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("currentUser", "get$currentUser", 1, [], [], 0)); + }, + get$access_token($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("access_token", "get$access_token", 1, [], [], 0)); + }, + get$error($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("error", "get$error", 1, [], [], 0)); + }, + get$details($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("details", "get$details", 1, [], [], 0)); } }; A._StringStackTrace.prototype = { @@ -159128,19 +161784,19 @@ } return map; }, - $signature: 2630 + $signature: 1710 }; A.Uri__parseIPv4Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 2636 + $signature: 1749 }; A.Uri_parseIPv6Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv6 address, " + msg, this.host, position)); }, - $signature: 2703 + $signature: 1816 }; A.Uri_parseIPv6Address_parseHex.prototype = { call$2(start, end) { @@ -159152,12 +161808,12 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 437 + $signature: 488 }; A._Uri.prototype = { get$_text() { var t1, t2, t3, t4, _this = this, - value = _this.___Uri__text; + value = _this.___Uri__text_FI; if (value === $) { t1 = _this.scheme; t2 = t1.length !== 0 ? t1 + ":" : ""; @@ -159182,43 +161838,43 @@ t2 = _this._fragment; if (t2 != null) t1 = t1 + "#" + t2; - A._lateInitializeOnceCheck(value, "_text"); - value = _this.___Uri__text = t1.charCodeAt(0) == 0 ? t1 : t1; + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___Uri__text_FI = t1.charCodeAt(0) == 0 ? t1 : t1; } return value; }, get$pathSegments() { var pathToSplit, result, _this = this, - value = _this.___Uri_pathSegments; + value = _this.___Uri_pathSegments_FI; if (value === $) { pathToSplit = _this.path; if (pathToSplit.length !== 0 && B.JSString_methods._codeUnitAt$1(pathToSplit, 0) === 47) pathToSplit = B.JSString_methods.substring$1(pathToSplit, 1); - result = pathToSplit.length === 0 ? B.List_empty0 : A.List_List$unmodifiable(new A.MappedListIterable(A._setArrayType(pathToSplit.split("/"), type$.JSArray_String), A.core_Uri_decodeComponent$closure(), type$.MappedListIterable_String_dynamic), type$.String); - A._lateInitializeOnceCheck(_this.___Uri_pathSegments, "pathSegments"); - value = _this.___Uri_pathSegments = result; + result = pathToSplit.length === 0 ? B.List_empty1 : A.List_List$unmodifiable(new A.MappedListIterable(A._setArrayType(pathToSplit.split("/"), type$.JSArray_String), A.core_Uri_decodeComponent$closure(), type$.MappedListIterable_String_dynamic), type$.String); + _this.___Uri_pathSegments_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___Uri_pathSegments_FI = result; } return value; }, get$hashCode(_) { var result, _this = this, - value = _this.___Uri_hashCode; + value = _this.___Uri_hashCode_FI; if (value === $) { result = B.JSString_methods.get$hashCode(_this.get$_text()); - A._lateInitializeOnceCheck(_this.___Uri_hashCode, "hashCode"); - _this.___Uri_hashCode = result; + _this.___Uri_hashCode_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___Uri_hashCode_FI = result; value = result; } return value; }, get$queryParameters() { var t1, _this = this, - value = _this.___Uri_queryParameters; + value = _this.___Uri_queryParameters_FI; if (value === $) { t1 = _this._query; t1 = A.Uri_splitQueryString(t1 == null ? "" : t1); - A._lateInitializeOnceCheck(_this.___Uri_queryParameters, "queryParameters"); - value = _this.___Uri_queryParameters = new A.UnmodifiableMapView(t1, type$.UnmodifiableMapView_String_String); + _this.___Uri_queryParameters_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___Uri_queryParameters_FI = new A.UnmodifiableMapView(t1, type$.UnmodifiableMapView_String_String); } return value; }, @@ -159443,7 +162099,7 @@ call$1(s) { return A._Uri__uriEncode(B.List_qg40, s, B.C_Utf8Codec, false); }, - $signature: 110 + $signature: 119 }; A._Uri__makeQuery_writeParameter.prototype = { call$2(key, value) { @@ -159457,7 +162113,7 @@ t1._contents += A.S(A._Uri__uriEncode(B.List_nxB, value, B.C_Utf8Codec, true)); } }, - $signature: 683 + $signature: 736 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -159468,7 +162124,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 149 + $signature: 136 }; A.UriData.prototype = { get$uri() { @@ -159499,7 +162155,7 @@ B.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2733 + $signature: 1847 }; A._createTables_setChars.prototype = { call$3(target, chars, transition) { @@ -159507,7 +162163,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[B.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition; }, - $signature: 810 + $signature: 704 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -159515,7 +162171,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: 810 + $signature: 704 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -159597,7 +162253,7 @@ if (B.JSString_methods.startsWith$2(t1, "/", start)) ++start; if (start === end) - return B.List_empty0; + return B.List_empty1; parts = A._setArrayType([], type$.JSArray_String); for (i = start; i < end; ++i) if (B.JSString_methods.codeUnitAt$1(t1, i) === 47) { @@ -159789,9 +162445,6 @@ }, toString$0(_) { return "Expando:null"; - }, - get$name() { - return null; } }; A._FakeUserTag.prototype = {}; @@ -159853,7 +162506,6 @@ return receiver.id; } }; - A.BaseElement.prototype = {$isBaseElement: 1}; A.BeforeUnloadEvent.prototype = {$isBeforeUnloadEvent: 1}; A.Blob.prototype = {$isBlob: 1}; A.BluetoothRemoteGattDescriptor.prototype = { @@ -159861,30 +162513,15 @@ return receiver.value; } }; - A.Body.prototype = {$isBody: 1}; - A.BodyElement.prototype = {$isBodyElement: 1}; - A.BroadcastChannel.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.ButtonElement.prototype = { - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; } }; A.CanvasElement.prototype = { - getContext$2(receiver, contextId, attributes) { - if (attributes != null) - return receiver.getContext(contextId, A.convertDartToNative_Dictionary(attributes)); + getContext$1(receiver, contextId) { return receiver.getContext(contextId); }, - getContext$1($receiver, contextId) { - return this.getContext$2($receiver, contextId, null); - }, _toBlob$3(receiver, callback, type, $arguments) { return receiver.toBlob(A.convertDartClosureToJS(callback, 1), type, $arguments); }, @@ -159895,21 +162532,15 @@ }, toBlob$0($receiver) { return this.toBlob$2($receiver, null, null); - }, - $isCanvasElement: 1 + } }; A.CanvasElement_toBlob_closure.prototype = { call$1(value) { this.completer.complete$1(0, value); }, - $signature: 2903 - }; - A.CanvasRenderingContext2D.prototype = { - fillText$3(receiver, text, x, y) { - receiver.fillText(text, x, y); - }, - $isCanvasRenderingContext2D: 1 + $signature: 1877 }; + A.CanvasRenderingContext2D.prototype = {$isCanvasRenderingContext2D: 1}; A.CharacterData.prototype = { get$length(receiver) { return receiver.length; @@ -159925,16 +162556,6 @@ return receiver.id; } }; - A.CredentialUserData.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.CssKeyframesRule.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.CssKeywordValue.prototype = { get$value(receiver) { return receiver.value; @@ -159948,60 +162569,11 @@ }; A.CssRule.prototype = {$isCssRule: 1}; A.CssStyleDeclaration.prototype = { - _browserPropertyName$1(receiver, propertyName) { - var t1 = $.$get$CssStyleDeclaration__propertyCache(), - $name = t1[propertyName]; - if (typeof $name == "string") - return $name; - $name = this._supportedBrowserPropertyName$1(receiver, propertyName); - t1[propertyName] = $name; - return $name; - }, - _supportedBrowserPropertyName$1(receiver, propertyName) { - var prefixed; - if (propertyName.replace(/^-ms-/, "ms-").replace(/-([\da-z])/ig, function(_, letter) { - return letter.toUpperCase(); - }) in receiver) - return propertyName; - prefixed = $.$get$Device_cssPrefix() + propertyName; - if (prefixed in receiver) - return prefixed; - return propertyName; - }, - _setPropertyHelper$3(receiver, propertyName, value, priority) { - if (value == null) - value = ""; - if (priority == null) - priority = ""; - receiver.setProperty(propertyName, value, priority); - }, get$length(receiver) { return receiver.length; - }, - set$height(receiver, value) { - receiver.height = value; - }, - set$left(receiver, value) { - receiver.left = value; - }, - set$overflow(receiver, value) { - receiver.overflow = value; - }, - set$position(receiver, value) { - receiver.position = value; - }, - set$top(receiver, value) { - receiver.top = value; - }, - set$visibility(receiver, value) { - receiver.visibility = value; - }, - set$width(receiver, value) { - receiver.width = value; } }; A.CssStyleDeclarationBase.prototype = {}; - A.CssStyleSheet.prototype = {$isCssStyleSheet: 1}; A.CssStyleValue.prototype = {}; A.CssTransformComponent.prototype = {}; A.CssTransformValue.prototype = { @@ -160037,43 +162609,26 @@ return receiver.message; } }; - A.DivElement.prototype = {}; A.Document1.prototype = { createElement$1(receiver, tagName) { var t1 = receiver.createElement(tagName); return t1; }, - createElementNS$2(receiver, namespaceURI, qualifiedName) { - var t1 = receiver.createElementNS(namespaceURI, qualifiedName); - return t1; - }, $isDocument1: 1 }; A.DomError.prototype = { get$message(receiver) { return receiver.message; - }, - get$name(receiver) { - return receiver.name; } }; - A.DomException.prototype = { - get$name(receiver) { - var errorName = receiver.name, - t1 = $.$get$Device_isWebKit(); - if (t1 && errorName === "SECURITY_ERR") - return "SecurityError"; - if (t1 && errorName === "SYNTAX_ERR") - return "SyntaxError"; - return errorName; - }, + A.DomException0.prototype = { get$message(receiver) { return receiver.message; }, toString$0(receiver) { return String(receiver); }, - $isDomException: 1 + $isDomException0: 1 }; A.DomRectList.prototype = { get$length(receiver) { @@ -160110,7 +162665,7 @@ $isIterable: 1, $isList: 1 }; - A.DomRectReadOnly.prototype = { + A.DomRectReadOnly0.prototype = { toString$0(receiver) { var t2, t1 = receiver.left; @@ -160218,7 +162773,7 @@ $isIterable: 1, $isList: 1 }; - A.DomTokenList.prototype = { + A.DomTokenList0.prototype = { get$length(receiver) { return receiver.length; }, @@ -160335,143 +162890,21 @@ call$1(e) { return !this.test.call$1(e); }, - $signature: 3427 - }; - A._FrozenElementList.prototype = { - get$length(_) { - return this._nodeList.length; - }, - $index(_, index) { - return this.$ti._precomputed1._as(this._nodeList[index]); - }, - $indexSet(_, index, value) { - throw A.wrapException(A.UnsupportedError$("Cannot modify list")); - }, - set$length(_, newLength) { - throw A.wrapException(A.UnsupportedError$("Cannot modify list")); - }, - sort$1(_, compare) { - throw A.wrapException(A.UnsupportedError$("Cannot sort list")); - }, - get$first(_) { - return this.$ti._precomputed1._as(B.NodeList_methods.get$first(this._nodeList)); - }, - get$last(_) { - return this.$ti._precomputed1._as(B.NodeList_methods.get$last(this._nodeList)); - } + $signature: 2037 }; A.Element2.prototype = { - get$attributes(receiver) { - return new A._ElementAttributeMap(receiver); - }, get$children(receiver) { return new A._ChildrenElementList(receiver, receiver.children); }, - getComputedStyle$0(receiver) { - return window.getComputedStyle(receiver, ""); - }, toString$0(receiver) { return receiver.localName; }, - createFragment$3$treeSanitizer$validator(receiver, html, treeSanitizer, validator) { - var t1, t2, contextElement, fragment; - if (treeSanitizer == null) { - t1 = $.Element__defaultValidator; - if (t1 == null) { - t1 = A._setArrayType([], type$.JSArray_NodeValidator); - t2 = new A.NodeValidatorBuilder(t1); - t1.push(A._Html5NodeValidator$(null)); - t1.push(A._TemplatingNodeValidator$()); - $.Element__defaultValidator = t2; - validator = t2; - } else - validator = t1; - t1 = $.Element__defaultSanitizer; - if (t1 == null) { - t1 = new A._ValidatingTreeSanitizer(validator); - $.Element__defaultSanitizer = t1; - treeSanitizer = t1; - } else { - t1.validator = validator; - treeSanitizer = t1; - } - } - if ($.Element__parseDocument == null) { - t1 = document; - t2 = t1.implementation.createHTMLDocument(""); - $.Element__parseDocument = t2; - $.Element__parseRange = t2.createRange(); - t2 = $.Element__parseDocument.createElement("base"); - type$.BaseElement._as(t2); - t1 = t1.baseURI; - t1.toString; - t2.href = t1; - $.Element__parseDocument.head.appendChild(t2); - } - t1 = $.Element__parseDocument; - if (t1.body == null) { - t2 = t1.createElement("body"); - t1.body = type$.BodyElement._as(t2); - } - t1 = $.Element__parseDocument; - if (type$.BodyElement._is(receiver)) { - t1 = t1.body; - t1.toString; - contextElement = t1; - } else { - t1.toString; - contextElement = t1.createElement(receiver.tagName); - $.Element__parseDocument.body.appendChild(contextElement); - } - if ("createContextualFragment" in window.Range.prototype && !B.JSArray_methods.contains$1(B.List_ego, receiver.tagName)) { - $.Element__parseRange.selectNodeContents(contextElement); - t1 = $.Element__parseRange; - fragment = t1.createContextualFragment(html); - } else { - contextElement.innerHTML = html; - fragment = $.Element__parseDocument.createDocumentFragment(); - for (; t1 = contextElement.firstChild, t1 != null;) - fragment.appendChild(t1); - } - if (contextElement !== $.Element__parseDocument.body) - J.remove$0$ax(contextElement); - treeSanitizer.sanitizeTree$1(fragment); - document.adoptNode(fragment); - return fragment; - }, - createFragment$2$treeSanitizer($receiver, html, treeSanitizer) { - return this.createFragment$3$treeSanitizer$validator($receiver, html, treeSanitizer, null); - }, - setInnerHtml$1(receiver, html) { - receiver.textContent = null; - receiver.appendChild(this.createFragment$3$treeSanitizer$validator(receiver, html, null, null)); - }, - focus$0(receiver) { - return receiver.focus(); - }, get$id(receiver) { return receiver.id; }, - get$tagName(receiver) { - return receiver.tagName; - }, $isElement2: 1 }; - A.Element_Element$html_closure.prototype = { - call$1(e) { - return type$.Element._is(e); - }, - $signature: 518 - }; - A.EmbedElement.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.Entry.prototype = { - get$name(receiver) { - return receiver.name; - }, _html$_remove$2(receiver, successCallback, errorCallback) { return receiver.remove(A.convertDartClosureToJS(successCallback, 0), A.convertDartClosureToJS(errorCallback, 1)); }, @@ -160492,7 +162925,7 @@ call$1(error) { this.completer.completeError$1(error); }, - $signature: 2969 + $signature: 2063 }; A.ErrorEvent.prototype = { get$message(receiver) { @@ -160508,7 +162941,7 @@ A.EventTarget.prototype = { addEventListener$3(receiver, type, listener, useCapture) { if (listener != null) - this._addEventListener$3(receiver, type, listener, useCapture); + this._html$_addEventListener$3(receiver, type, listener, useCapture); }, addEventListener$2($receiver, type, listener) { return this.addEventListener$3($receiver, type, listener, null); @@ -160520,7 +162953,7 @@ removeEventListener$2($receiver, type, listener) { return this.removeEventListener$3($receiver, type, listener, null); }, - _addEventListener$3(receiver, type, listener, options) { + _html$_addEventListener$3(receiver, type, listener, options) { return receiver.addEventListener(type, A.convertDartClosureToJS(listener, 1), options); }, _removeEventListener$3(receiver, type, listener, options) { @@ -160529,22 +162962,7 @@ $isEventTarget: 1 }; A.ExtendableEvent.prototype = {}; - A.FederatedCredential.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.FieldSetElement.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.File.prototype = { - get$name(receiver) { - return receiver.name; - }, - $isFile: 1 - }; + A.File.prototype = {$isFile: 1}; A.FileList.prototype = { get$length(receiver) { return receiver.length; @@ -160578,8 +162996,7 @@ $isEfficientLengthIterable: 1, $isJavaScriptIndexingBehavior: 1, $isIterable: 1, - $isList: 1, - $isFileList: 1 + $isList: 1 }; A.FileReader.prototype = { get$result(receiver) { @@ -160589,17 +163006,11 @@ return res; } }; - A.FileSystem.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.FileWriter.prototype = { get$length(receiver) { return receiver.length; } }; - A.FontFace.prototype = {$isFontFace: 1}; A.FontFaceSet.prototype = { forEach$1(receiver, callback) { return receiver.forEach(A.convertDartClosureToJS(callback, 3)); @@ -160608,11 +163019,7 @@ A.FormElement.prototype = { get$length(receiver) { return receiver.length; - }, - get$name(receiver) { - return receiver.name; - }, - $isFormElement: 1 + } }; A.Gamepad.prototype = { get$id(receiver) { @@ -160723,21 +163130,13 @@ else t3.completeError$1(e); }, - $signature: 180 + $signature: 335 }; A.HttpRequestEventTarget.prototype = {}; - A.IFrameElement.prototype = { - get$name(receiver) { - return receiver.name; - }, - $isIFrameElement: 1 - }; + A.IFrameElement.prototype = {$isIFrameElement: 1}; A.ImageData.prototype = {$isImageData: 1}; A.ImageElement.prototype = {$isImageElement: 1}; A.InputElement.prototype = { - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; }, @@ -160749,23 +163148,16 @@ return receiver.message; } }; - A.KeyboardEvent.prototype = {$isKeyboardEvent: 1}; A.LIElement.prototype = { get$value(receiver) { return receiver.value; } }; - A.LabelElement.prototype = {}; A.Location.prototype = { toString$0(receiver) { return String(receiver); } }; - A.MapElement.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.MediaError.prototype = { get$message(receiver) { return receiver.message; @@ -160794,7 +163186,6 @@ return receiver.removeListener(A.convertDartClosureToJS(listener, 1)); } }; - A.MediaQueryListEvent.prototype = {$isMediaQueryListEvent: 1}; A.MediaStream.prototype = { get$id(receiver) { return receiver.id; @@ -160810,14 +163201,7 @@ if (type === "message") receiver.start(); this.super$EventTarget$addEventListener(receiver, type, listener, false); - }, - $isMessagePort: 1 - }; - A.MetaElement.prototype = { - get$name(receiver) { - return receiver.name; - }, - $isMetaElement: 1 + } }; A.MeterElement.prototype = { get$value(receiver) { @@ -160875,13 +163259,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 149 + $signature: 136 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 149 + $signature: 136 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -160934,20 +163318,17 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 149 + $signature: 136 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 149 + $signature: 136 }; A.MidiPort.prototype = { get$id(receiver) { return receiver.id; - }, - get$name(receiver) { - return receiver.name; } }; A.MimeType.prototype = {$isMimeType: 1}; @@ -160986,54 +163367,6 @@ $isIterable: 1, $isList: 1 }; - A.MouseEvent.prototype = { - get$offset(receiver) { - var t1, t2, target, t3, t4, t5, point; - if (!!receiver.offsetX) - return new A.Point(receiver.offsetX, receiver.offsetY, type$.Point_num); - else { - t1 = receiver.target; - t2 = type$.Element; - if (!t2._is(A._convertNativeToDart_EventTarget(t1))) - throw A.wrapException(A.UnsupportedError$("offsetX is only supported on elements")); - target = t2._as(A._convertNativeToDart_EventTarget(t1)); - t1 = receiver.clientX; - t2 = receiver.clientY; - t3 = type$.Point_num; - t4 = target.getBoundingClientRect(); - t5 = t4.left; - t5.toString; - t4 = t4.top; - t4.toString; - point = new A.Point(t1, t2, t3).$sub(0, new A.Point(t5, t4, t3)); - return new A.Point(J.toInt$0$n(point.x), J.toInt$0$n(point.y), t3); - } - }, - $isMouseEvent: 1 - }; - A.MutationObserver.prototype = { - observe$3$attributeFilter$attributes(receiver, target, attributeFilter, attributes) { - var _null = null, parsedOptions = {}, - t1 = new A.MutationObserver_observe_override(parsedOptions); - t1.call$2("childList", _null); - t1.call$2("attributes", true); - t1.call$2("characterData", _null); - t1.call$2("subtree", _null); - t1.call$2("attributeOldValue", _null); - t1.call$2("characterDataOldValue", _null); - t1.call$2("attributeFilter", attributeFilter); - receiver.observe(target, parsedOptions); - }, - $isMutationObserver: 1 - }; - A.MutationObserver_observe_override.prototype = { - call$2(key, value) { - if (value != null) - this.parsedOptions[key] = value; - }, - $signature: 188 - }; - A.MutationRecord.prototype = {$isMutationRecord: 1}; A.Navigator0.prototype = { get$vendor(receiver) { return receiver.vendor; @@ -161046,9 +163379,6 @@ A.NavigatorUserMediaError.prototype = { get$message(receiver) { return receiver.message; - }, - get$name(receiver) { - return receiver.name; } }; A._ChildNodeListLazy.prototype = { @@ -161064,17 +163394,6 @@ throw A.wrapException(A.StateError$("No elements")); return result; }, - get$single(_) { - var t1 = this._this, - l = t1.childNodes.length; - if (l === 0) - throw A.wrapException(A.StateError$("No elements")); - if (l > 1) - throw A.wrapException(A.StateError$("More than one element")); - t1 = t1.firstChild; - t1.toString; - return t1; - }, add$1(_, value) { this._this.appendChild(value); }, @@ -161269,26 +163588,12 @@ return receiver.body; } }; - A.ObjectElement.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.OffscreenCanvas.prototype = { - getContext$2(receiver, contextType, attributes) { - var t1 = receiver.getContext(contextType, A.convertDartToNative_Dictionary(attributes)); - return t1; - } - }; A.OptionElement.prototype = { get$value(receiver) { return receiver.value; } }; A.OutputElement.prototype = { - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; } @@ -161296,56 +163601,22 @@ A.OverconstrainedError.prototype = { get$message(receiver) { return receiver.message; - }, - get$name(receiver) { - return receiver.name; } }; - A.ParagraphElement.prototype = {}; A.ParamElement.prototype = { - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; } }; - A.PasswordCredential.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.PaymentRequest.prototype = { get$id(receiver) { return receiver.id; } }; - A.Performance.prototype = { - mark$1(receiver, markName) { - return receiver.mark(markName); - }, - measure$3(receiver, measureName, measureOptions_OR_startMark, endMark) { - var t1 = receiver.measure(measureName, measureOptions_OR_startMark, endMark); - return t1; - } - }; - A.PerformanceEntry.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.PerformanceServerTiming.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.Plugin.prototype = { get$length(receiver) { return receiver.length; }, - get$name(receiver) { - return receiver.name; - }, $isPlugin: 1 }; A.PluginArray.prototype = { @@ -161383,7 +163654,6 @@ $isIterable: 1, $isList: 1 }; - A.PointerEvent0.prototype = {$isPointerEvent0: 1}; A.PositionError.prototype = { get$message(receiver) { return receiver.message; @@ -161477,40 +163747,22 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 149 + $signature: 136 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 149 - }; - A.ScreenOrientation.prototype = { - unlock$0(receiver) { - return receiver.unlock(); - } + $signature: 136 }; A.SelectElement.prototype = { get$length(receiver) { return receiver.length; }, - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; } }; - A.SharedWorkerGlobalScope.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.SlotElement.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.SourceBuffer.prototype = {$isSourceBuffer: 1}; A.SourceBufferList.prototype = { get$length(receiver) { @@ -161594,16 +163846,6 @@ }, $isSpeechRecognitionResult: 1 }; - A.SpeechSynthesisEvent.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.SpeechSynthesisVoice.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.Storage.prototype = { containsKey$1(receiver, key) { return receiver.getItem(A._asStringS(key)) != null; @@ -161662,78 +163904,19 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 178 + $signature: 174 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 178 + $signature: 174 }; - A.StyleElement.prototype = {}; A.StyleSheet.prototype = {$isStyleSheet: 1}; - A.TableElement.prototype = { - createFragment$3$treeSanitizer$validator(receiver, html, treeSanitizer, validator) { - var table, fragment; - if ("createContextualFragment" in window.Range.prototype) - return this.super$Element$createFragment(receiver, html, treeSanitizer, validator); - table = A.Element_Element$html("" + html + "
", treeSanitizer, validator); - fragment = document.createDocumentFragment(); - fragment.toString; - table.toString; - new A._ChildNodeListLazy(fragment).addAll$1(0, new A._ChildNodeListLazy(table)); - return fragment; - } - }; - A.TableRowElement.prototype = { - createFragment$3$treeSanitizer$validator(receiver, html, treeSanitizer, validator) { - var t1, fragment, section, row; - if ("createContextualFragment" in window.Range.prototype) - return this.super$Element$createFragment(receiver, html, treeSanitizer, validator); - t1 = document; - fragment = t1.createDocumentFragment(); - t1 = B.TableElement_methods.createFragment$3$treeSanitizer$validator(t1.createElement("table"), html, treeSanitizer, validator); - t1.toString; - t1 = new A._ChildNodeListLazy(t1); - section = t1.get$single(t1); - section.toString; - t1 = new A._ChildNodeListLazy(section); - row = t1.get$single(t1); - fragment.toString; - row.toString; - new A._ChildNodeListLazy(fragment).addAll$1(0, new A._ChildNodeListLazy(row)); - return fragment; - } - }; - A.TableSectionElement.prototype = { - createFragment$3$treeSanitizer$validator(receiver, html, treeSanitizer, validator) { - var t1, fragment, section; - if ("createContextualFragment" in window.Range.prototype) - return this.super$Element$createFragment(receiver, html, treeSanitizer, validator); - t1 = document; - fragment = t1.createDocumentFragment(); - t1 = B.TableElement_methods.createFragment$3$treeSanitizer$validator(t1.createElement("table"), html, treeSanitizer, validator); - t1.toString; - t1 = new A._ChildNodeListLazy(t1); - section = t1.get$single(t1); - fragment.toString; - section.toString; - new A._ChildNodeListLazy(fragment).addAll$1(0, new A._ChildNodeListLazy(section)); - return fragment; - } - }; - A.TemplateElement.prototype = {$isTemplateElement: 1}; A.TextAreaElement.prototype = { - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; - }, - select$0(receiver) { - return receiver.select(); - }, - $isTextAreaElement: 1 + } }; A.TextTrack.prototype = { get$id(receiver) { @@ -161823,7 +164006,6 @@ } }; A.Touch.prototype = {$isTouch: 1}; - A.TouchEvent.prototype = {$isTouchEvent: 1}; A.TouchList.prototype = { get$length(receiver) { return receiver.length; @@ -161864,7 +164046,6 @@ return receiver.length; } }; - A.UIEvent.prototype = {}; A.Url.prototype = { toString$0(receiver) { return String(receiver); @@ -161885,26 +164066,6 @@ return receiver.id; } }; - A.WheelEvent.prototype = { - get$deltaY(receiver) { - var value = receiver.deltaY; - if (value != null) - return value; - throw A.wrapException(A.UnsupportedError$("deltaY is not supported")); - }, - get$deltaX(receiver) { - var value = receiver.deltaX; - if (value != null) - return value; - throw A.wrapException(A.UnsupportedError$("deltaX is not supported")); - }, - get$deltaMode(receiver) { - if (!!receiver.deltaMode) - return receiver.deltaMode; - return 0; - }, - $isWheelEvent: 1 - }; A.Window.prototype = { get$document(receiver) { return receiver.document; @@ -161913,47 +164074,10 @@ var t1 = A._DOMWindowCrossFrame__createSafe(receiver.open(url, $name)); return t1; }, - requestAnimationFrame$1(receiver, callback) { - var t1; - this._ensureRequestAnimationFrame$0(receiver); - t1 = A._wrapZone(callback, type$.num); - t1.toString; - return this._requestAnimationFrame$1(receiver, t1); - }, - _requestAnimationFrame$1(receiver, callback) { - return receiver.requestAnimationFrame(A.convertDartClosureToJS(callback, 1)); - }, - _ensureRequestAnimationFrame$0(receiver) { - if (!!(receiver.requestAnimationFrame && receiver.cancelAnimationFrame)) - return; - (function($this) { - var vendors = ["ms", "moz", "webkit", "o"]; - for (var i = 0; i < vendors.length && !$this.requestAnimationFrame; ++i) { - $this.requestAnimationFrame = $this[vendors[i] + "RequestAnimationFrame"]; - $this.cancelAnimationFrame = $this[vendors[i] + "CancelAnimationFrame"] || $this[vendors[i] + "CancelRequestAnimationFrame"]; - } - if ($this.requestAnimationFrame && $this.cancelAnimationFrame) - return; - $this.requestAnimationFrame = function(callback) { - return window.setTimeout(function() { - callback(Date.now()); - }, 16); - }; - $this.cancelAnimationFrame = function(id) { - clearTimeout(id); - }; - })(receiver); - }, - get$name(receiver) { - return receiver.name; - }, $isWindow: 1 }; A.WorkerGlobalScope.prototype = {$isWorkerGlobalScope: 1}; A._Attr.prototype = { - get$name(receiver) { - return receiver.name; - }, get$value(receiver) { return receiver.value; }, @@ -162363,21 +164487,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: 178 + $signature: 174 }; 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: 178 + $signature: 174 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 178 + $signature: 174 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -162398,7 +164522,7 @@ if (_this._target == null) return $.$get$nullFuture(); _this._unlisten$0(); - _this._onData = _this._target = null; + _this._html$_onData = _this._target = null; return $.$get$nullFuture(); }, onData$1(handleData) { @@ -162407,7 +164531,7 @@ throw A.wrapException(A.StateError$("Subscription has been canceled.")); _this._unlisten$0(); t1 = A._wrapZone(new A._EventStreamSubscription_onData_closure(handleData), type$.Event); - _this._onData = t1; + _this._html$_onData = t1; _this._tryResume$0(); }, pause$0(_) { @@ -162425,7 +164549,7 @@ }, _tryResume$0() { var t2, _this = this, - t1 = _this._onData; + t1 = _this._html$_onData; if (t1 != null && _this._pauseCount <= 0) { t2 = _this._target; t2.toString; @@ -162434,7 +164558,7 @@ }, _unlisten$0() { var t2, - t1 = this._onData; + t1 = this._html$_onData; if (t1 != null) { t2 = this._target; t2.toString; @@ -162446,36 +164570,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 76 + $signature: 316 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 76 - }; - A._Html5NodeValidator.prototype = { - _Html5NodeValidator$1$uriPolicy(uriPolicy) { - var _i; - if ($._Html5NodeValidator__attributeValidators._length === 0) { - for (_i = 0; _i < 262; ++_i) - $._Html5NodeValidator__attributeValidators.$indexSet(0, B.List_2Zi[_i], A.html__Html5NodeValidator__standardAttributeValidator$closure()); - for (_i = 0; _i < 12; ++_i) - $._Html5NodeValidator__attributeValidators.$indexSet(0, B.List_yrN[_i], A.html__Html5NodeValidator__uriAttributeValidator$closure()); - } - }, - allowsElement$1(element) { - return $.$get$_Html5NodeValidator__allowedElements().contains$1(0, A.Element__safeTagName(element)); - }, - allowsAttribute$3(element, attributeName, value) { - var validator = $._Html5NodeValidator__attributeValidators.$index(0, A.S(A.Element__safeTagName(element)) + "::" + attributeName); - if (validator == null) - validator = $._Html5NodeValidator__attributeValidators.$index(0, "*::" + attributeName); - if (validator == null) - return false; - return validator.call$4(element, attributeName, value, this); - }, - $isNodeValidator: 1 + $signature: 316 }; A.ImmutableListMixin.prototype = { get$iterator(receiver) { @@ -162524,116 +164625,6 @@ throw A.wrapException(A.UnsupportedError$("Cannot removeRange on immutable List.")); } }; - A.NodeValidatorBuilder.prototype = { - allowsElement$1(element) { - return B.JSArray_methods.any$1(this._validators, new A.NodeValidatorBuilder_allowsElement_closure(element)); - }, - allowsAttribute$3(element, attributeName, value) { - return B.JSArray_methods.any$1(this._validators, new A.NodeValidatorBuilder_allowsAttribute_closure(element, attributeName, value)); - }, - $isNodeValidator: 1 - }; - A.NodeValidatorBuilder_allowsElement_closure.prototype = { - call$1(v) { - return v.allowsElement$1(this.element); - }, - $signature: 528 - }; - A.NodeValidatorBuilder_allowsAttribute_closure.prototype = { - call$1(v) { - return v.allowsAttribute$3(this.element, this.attributeName, this.value); - }, - $signature: 528 - }; - A._SimpleNodeValidator.prototype = { - _SimpleNodeValidator$4$allowedAttributes$allowedElements$allowedUriAttributes(uriPolicy, allowedAttributes, allowedElements, allowedUriAttributes) { - var legalAttributes, extraUriAttributes, t1; - this.allowedElements.addAll$1(0, allowedElements); - legalAttributes = allowedAttributes.where$1(0, new A._SimpleNodeValidator_closure()); - extraUriAttributes = allowedAttributes.where$1(0, new A._SimpleNodeValidator_closure0()); - this.allowedAttributes.addAll$1(0, legalAttributes); - t1 = this.allowedUriAttributes; - t1.addAll$1(0, B.List_empty0); - t1.addAll$1(0, extraUriAttributes); - }, - allowsElement$1(element) { - return this.allowedElements.contains$1(0, A.Element__safeTagName(element)); - }, - allowsAttribute$3(element, attributeName, value) { - var t4, _this = this, - t1 = _this.allowedUriAttributes, - t2 = A.S(A.Element__safeTagName(element)), - t3 = t2 + "::" + attributeName; - if (t1.contains$1(0, t3)) - return _this.uriPolicy.allowsUri$1(value); - else { - t4 = "*::" + attributeName; - if (t1.contains$1(0, t4)) - return _this.uriPolicy.allowsUri$1(value); - else { - t1 = _this.allowedAttributes; - if (t1.contains$1(0, t3)) - return true; - else if (t1.contains$1(0, t4)) - return true; - else if (t1.contains$1(0, t2 + "::*")) - return true; - else if (t1.contains$1(0, "*::*")) - return true; - } - } - return false; - }, - $isNodeValidator: 1 - }; - A._SimpleNodeValidator_closure.prototype = { - call$1(x) { - return !B.JSArray_methods.contains$1(B.List_yrN, x); - }, - $signature: 56 - }; - A._SimpleNodeValidator_closure0.prototype = { - call$1(x) { - return B.JSArray_methods.contains$1(B.List_yrN, x); - }, - $signature: 56 - }; - A._TemplatingNodeValidator.prototype = { - allowsAttribute$3(element, attributeName, value) { - if (this.super$_SimpleNodeValidator$allowsAttribute(element, attributeName, value)) - return true; - if (attributeName === "template" && value === "") - return true; - if (element.getAttribute("template") === "") - return this._templateAttrs.contains$1(0, attributeName); - return false; - } - }; - A._TemplatingNodeValidator_closure.prototype = { - call$1(attr) { - return "TEMPLATE::" + A.S(attr); - }, - $signature: 110 - }; - A._SvgNodeValidator.prototype = { - allowsElement$1(element) { - var t1; - if (type$.ScriptElement._is(element)) - return false; - t1 = type$.SvgElement._is(element); - if (t1 && A.Element__safeTagName(element) === "foreignObject") - return false; - if (t1) - return true; - return false; - }, - allowsAttribute$3(element, attributeName, value) { - if (attributeName === "is" || B.JSString_methods.startsWith$1(attributeName, "on")) - return false; - return this.allowsElement$1(element); - }, - $isNodeValidator: 1 - }; A.FixedSizeListIterator.prototype = { moveNext$0() { var _this = this, @@ -162652,181 +164643,7 @@ return this._current; } }; - A.Console.prototype = { - group$1(arg) { - return typeof console != "undefined" ? window.console.group(arg) : null; - }, - warn$1(arg) { - return typeof console != "undefined" ? window.console.warn(arg) : null; - } - }; - A._DOMWindowCrossFrame.prototype = {$isEventTarget: 1}; - A._SameOriginUriPolicy.prototype = {}; - A._ValidatingTreeSanitizer.prototype = { - sanitizeTree$1(node) { - var previousTreeModifications, - walk = new A._ValidatingTreeSanitizer_sanitizeTree_walk(this); - do { - previousTreeModifications = this.numTreeModifications; - walk.call$2(node, null); - } while (previousTreeModifications !== this.numTreeModifications); - }, - _removeNode$2(node, $parent) { - ++this.numTreeModifications; - if ($parent == null || $parent !== node.parentNode) - J.remove$0$ax(node); - else - $parent.removeChild(node); - }, - _sanitizeUntrustedElement$2(element, $parent) { - var corruptedTest1, elementText, elementTagName, exception, t1, - corrupted = true, - attrs = null, isAttr = null; - try { - attrs = J.get$attributes$x(element); - isAttr = attrs._html$_element.getAttribute("is"); - corruptedTest1 = function(element) { - if (!(element.attributes instanceof NamedNodeMap)) - return true; - if (element.id == "lastChild" || element.name == "lastChild" || element.id == "previousSibling" || element.name == "previousSibling" || element.id == "children" || element.name == "children") - return true; - var childNodes = element.childNodes; - if (element.lastChild && element.lastChild !== childNodes[childNodes.length - 1]) - return true; - if (element.children) - if (!(element.children instanceof HTMLCollection || element.children instanceof NodeList)) - return true; - var length = 0; - if (element.children) - length = element.children.length; - for (var i = 0; i < length; i++) { - var child = element.children[i]; - if (child.id == "attributes" || child.name == "attributes" || child.id == "lastChild" || child.name == "lastChild" || child.id == "previousSibling" || child.name == "previousSibling" || child.id == "children" || child.name == "children") - return true; - } - return false; - }(element); - corrupted = corruptedTest1 ? true : !(element.attributes instanceof NamedNodeMap); - } catch (exception) { - } - elementText = "element unprintable"; - try { - elementText = J.toString$0$(element); - } catch (exception) { - } - try { - elementTagName = A.Element__safeTagName(element); - this._sanitizeElement$7(element, $parent, corrupted, elementText, elementTagName, attrs, isAttr); - } catch (exception) { - if (A.unwrapException(exception) instanceof A.ArgumentError) - throw exception; - else { - this._removeNode$2(element, $parent); - window; - t1 = A.S(elementText); - if (typeof console != "undefined") - window.console.warn("Removing corrupted element " + t1); - } - } - }, - _sanitizeElement$7(element, $parent, corrupted, text, tag, attrs, isAttr) { - var t1, keys, i, t2, $name, t3, t4, _this = this; - if (corrupted) { - _this._removeNode$2(element, $parent); - window; - if (typeof console != "undefined") - window.console.warn("Removing element due to corrupted attributes on <" + text + ">"); - return; - } - if (!_this.validator.allowsElement$1(element)) { - _this._removeNode$2(element, $parent); - window; - t1 = A.S($parent); - if (typeof console != "undefined") - window.console.warn("Removing disallowed element <" + A.S(tag) + "> from " + t1); - return; - } - if (isAttr != null) - if (!_this.validator.allowsAttribute$3(element, "is", isAttr)) { - _this._removeNode$2(element, $parent); - window; - if (typeof console != "undefined") - window.console.warn("Removing disallowed type extension <" + A.S(tag) + ' is="' + isAttr + '">'); - return; - } - t1 = attrs.get$keys(attrs); - keys = A._setArrayType(t1.slice(0), A._arrayInstanceType(t1)); - for (i = attrs.get$keys(attrs).length - 1, t1 = attrs._html$_element, t2 = "Removing disallowed attribute <" + A.S(tag) + " "; i >= 0; --i) { - $name = keys[i]; - t3 = _this.validator; - t4 = J.toLowerCase$0$s($name); - A._asStringS($name); - if (!t3.allowsAttribute$3(element, t4, t1.getAttribute($name))) { - window; - t3 = t1.getAttribute($name); - if (typeof console != "undefined") - window.console.warn(t2 + $name + '="' + A.S(t3) + '">'); - t1.removeAttribute($name); - } - } - if (type$.TemplateElement._is(element)) { - t1 = element.content; - t1.toString; - _this.sanitizeTree$1(t1); - } - } - }; - A._ValidatingTreeSanitizer_sanitizeTree_walk.prototype = { - call$2(node, $parent) { - var child, nextChild, t2, t3, exception, - t1 = this.$this; - switch (node.nodeType) { - case 1: - t1._sanitizeUntrustedElement$2(node, $parent); - break; - case 8: - case 11: - case 3: - case 4: - break; - default: - t1._removeNode$2(node, $parent); - } - child = node.lastChild; - for (; child != null;) { - nextChild = null; - try { - nextChild = child.previousSibling; - if (nextChild != null) { - t2 = nextChild.nextSibling; - t3 = child; - t3 = t2 == null ? t3 != null : t2 !== t3; - t2 = t3; - } else - t2 = false; - if (t2) { - t2 = A.StateError$("Corrupt HTML"); - throw A.wrapException(t2); - } - } catch (exception) { - t2 = child; - ++t1.numTreeModifications; - t3 = t2.parentNode; - if (node == null ? t3 != null : node !== t3) { - if (t3 != null) - t3.removeChild(t2); - } else - node.removeChild(t2); - child = null; - nextChild = node.lastChild; - } - if (child != null) - this.call$2(child, node); - child = nextChild; - } - }, - $signature: 2867 - }; + A._DOMWindowCrossFrame.prototype = {$isJavaScriptObject: 1, $isEventTarget: 1}; A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase.prototype = {}; A._DomRectList_JavaScriptObject_ListMixin.prototype = {}; A._DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; @@ -162866,98 +164683,6 @@ A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; A.__StyleSheetList_JavaScriptObject_ListMixin.prototype = {}; A.__StyleSheetList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; - A._StructuredClone.prototype = { - findSlot$1(value) { - var i, - t1 = this.values, - $length = t1.length; - for (i = 0; i < $length; ++i) - if (t1[i] === value) - return i; - t1.push(value); - this.copies.push(null); - return $length; - }, - walk$1(e) { - var slot, t2, copy, _this = this, t1 = {}; - if (e == null) - return e; - if (A._isBool(e)) - return e; - if (typeof e == "number") - return e; - if (typeof e == "string") - return e; - if (e instanceof A.DateTime) - return new Date(e._value); - if (type$.RegExp._is(e)) - throw A.wrapException(A.UnimplementedError$("structured clone of RegExp")); - if (type$.File._is(e)) - return e; - if (type$.Blob._is(e)) - return e; - if (type$.FileList._is(e)) - return e; - if (type$.ImageData._is(e)) - return e; - if (type$.NativeByteBuffer._is(e) || type$.NativeTypedData._is(e) || type$.MessagePort._is(e)) - return e; - if (type$.Map_dynamic_dynamic._is(e)) { - slot = _this.findSlot$1(e); - t2 = _this.copies; - copy = t1.copy = t2[slot]; - if (copy != null) - return copy; - copy = {}; - t1.copy = copy; - t2[slot] = copy; - J.forEach$1$ax(e, new A._StructuredClone_walk_closure(t1, _this)); - return t1.copy; - } - if (type$.List_dynamic._is(e)) { - slot = _this.findSlot$1(e); - copy = _this.copies[slot]; - if (copy != null) - return copy; - return _this.copyList$2(e, slot); - } - if (type$.JSObject._is(e)) { - slot = _this.findSlot$1(e); - t2 = _this.copies; - copy = t1.copy = t2[slot]; - if (copy != null) - return copy; - copy = {}; - t1.copy = copy; - t2[slot] = copy; - _this.forEachObjectKey$2(e, new A._StructuredClone_walk_closure0(t1, _this)); - return t1.copy; - } - throw A.wrapException(A.UnimplementedError$("structured clone of other type")); - }, - copyList$2(e, slot) { - var i, - t1 = J.getInterceptor$asx(e), - $length = t1.get$length(e), - copy = new Array($length); - this.copies[slot] = copy; - for (i = 0; i < $length; ++i) - copy[i] = this.walk$1(t1.$index(e, i)); - return copy; - } - }; - A._StructuredClone_walk_closure.prototype = { - call$2(key, value) { - this._box_0.copy[key] = this.$this.walk$1(value); - }, - $signature: 122 - }; - A._StructuredClone_walk_closure0.prototype = { - call$2(key, value) { - this._box_0.copy[key] = this.$this.walk$1(value); - }, - $signature: 188 - }; A._AcceptStructuredClone.prototype = { findSlot$1(value) { var i, @@ -163028,28 +164753,7 @@ J.$indexSet$ax(t1, key, t2); return t2; }, - $signature: 2848 - }; - A._convertDartToNative_Value_closure.prototype = { - call$1(element) { - this.array.push(A._convertDartToNative_Value(element)); - }, - $signature: 91 - }; - A.convertDartToNative_Dictionary_closure.prototype = { - call$2(key, value) { - this.object[key] = A._convertDartToNative_Value(value); - }, - $signature: 122 - }; - A._StructuredCloneDart2Js.prototype = { - forEachObjectKey$2(object, action) { - var t1, t2, _i, key; - for (t1 = Object.keys(object), t2 = t1.length, _i = 0; _i < t2; ++_i) { - key = t1[_i]; - action.call$2(key, object[key]); - } - } + $signature: 2158 }; A._AcceptStructuredCloneDart2Js.prototype = { forEachJsField$2(object, action) { @@ -163175,19 +164879,19 @@ call$1(n) { return type$.Element._is(n); }, - $signature: 518 + $signature: 2174 }; A.FilteredElementList__iterable_closure0.prototype = { call$1(n) { return type$.Element._as(n); }, - $signature: 2760 + $signature: 2176 }; A.FilteredElementList_removeRange_closure0.prototype = { call$1(el) { return J.remove$0$ax(el); }, - $signature: 91 + $signature: 100 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -163195,22 +164899,7 @@ return new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy(receiver.value, false); } }; - A.Database.prototype = { - get$name(receiver) { - return receiver.name; - } - }; - A.Index.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.KeyRange.prototype = {$isKeyRange: 1}; - A.ObjectStore.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.Observation.prototype = { get$value(receiver) { return receiver.value; @@ -163283,24 +164972,27 @@ A._FileStream.prototype = { listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { var _this = this, - t1 = A.StreamController_StreamController(new A._FileStream_listen_closure(_this), _this.get$_io$_start(_this), _this.get$_readBlock(), true, type$.Uint8List); - _this.___FileStream__controller = t1; - t1 = A._lateReadCheck(t1, "_controller"); + t1 = _this.___FileStream__controller_A = A.StreamController_StreamController(new A._FileStream_listen_closure(_this), _this.get$_io$_start(_this), _this.get$_readBlock(), true, type$.Uint8List); return new A._ControllerStream(t1, A._instanceType(t1)._eval$1("_ControllerStream<1>")).listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError); }, listen$3$onDone$onError($receiver, onData, onDone, onError) { return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); }, _closeFile$0() { - var _this = this; + var t1, t2, _this = this; if (_this._readInProgress || _this._closed) return _this._closeCompleter.future; _this._closed = true; - A._lateReadCheck(_this.___FileStream__openedFile, "_openedFile").close$0(0).catchError$1(A._lateReadCheck(_this.___FileStream__controller, "_controller").get$addError()).whenComplete$1(new A._FileStream__closeFile_done(_this)); + t1 = _this.___FileStream__openedFile_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.close$0(0); + t2 = _this.___FileStream__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.catchError$1(t2.get$addError()).whenComplete$1(new A._FileStream__closeFile_done(_this)); return _this._closeCompleter.future; }, _readBlock$0() { - var _this = this, t1 = {}; + var t2, _this = this, t1 = {}; if (_this._readInProgress) return; if (_this._atEnd) { @@ -163309,7 +165001,9 @@ } _this._readInProgress = true; t1.readBytes = 65536; - A._lateReadCheck(_this.___FileStream__openedFile, "_openedFile").read$1(0, 65536).then$1$1(0, new A._FileStream__readBlock_closure(t1, _this), type$.Null).catchError$1(new A._FileStream__readBlock_closure0(_this)); + t2 = _this.___FileStream__openedFile_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.read$1(0, 65536).then$1$1(0, new A._FileStream__readBlock_closure(t1, _this), type$.Null).catchError$1(new A._FileStream__readBlock_closure0(_this)); }, _io$_start$0(_) { var e, s, exception, _this = this, @@ -163335,20 +165029,21 @@ t1._unsubscribed = true; return t1._closeFile$0(); }, - $signature: 2739 + $signature: 2182 }; A._FileStream__closeFile_done.prototype = { call$0() { var t1 = this.$this; t1._closeCompleter.complete$0(0); - A._lateReadCheck(t1.___FileStream__controller, "_controller").close$0(0); + t1 = t1.___FileStream__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.close$0(0); }, $signature: 0 }; A._FileStream__readBlock_closure.prototype = { call$1(block) { var t2, t3, - _s11_ = "_controller", t1 = this.$this; t1._readInProgress = false; if (t1._unsubscribed) { @@ -163364,38 +165059,44 @@ if (t2) t1._atEnd = true; if (!t1._atEnd) { - t2 = A._lateReadCheck(t1.___FileStream__controller, _s11_); + t2 = t1.___FileStream__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t2._state; t2 = !((t3 & 1) !== 0 ? (t2.get$_async$_subscription()._state & 4) !== 0 : (t3 & 2) === 0); } else t2 = false; if (t2) t1._readBlock$0(); - A._lateReadCheck(t1.___FileStream__controller, _s11_).add$1(0, block); + t2 = t1.___FileStream__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.add$1(0, block); if (t1._atEnd) t1._closeFile$0(); }, - $signature: 533 + $signature: 703 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { - var t1 = this.$this; + var t2, + t1 = this.$this; if (!t1._unsubscribed) { - A._lateReadCheck(t1.___FileStream__controller, "_controller").addError$2(e, s); + t2 = t1.___FileStream__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.addError$2(e, s); t1._closeFile$0(); t1._unsubscribed = true; } }, - $signature: 188 + $signature: 235 }; A._FileStream__start_onReady.prototype = { call$1(file) { var t1 = this.$this; - t1.___FileStream__openedFile = file; + t1.___FileStream__openedFile_A = file; t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 536 + $signature: 701 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -163407,26 +165108,29 @@ else t3.call$1(file); }, - $signature: 536 + $signature: 701 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { - var t1 = this.$this; - A._lateReadCheck(t1.___FileStream__controller, "_controller").addError$2(e, s); + var t1 = this.$this, + t2 = t1.___FileStream__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.addError$2(e, s); t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 188 + $signature: 235 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { - var _s11_ = "_controller", - t1 = this.$this; - A._lateReadCheck(t1.___FileStream__controller, _s11_).addError$2(error, stackTrace); - A._lateReadCheck(t1.___FileStream__controller, _s11_).close$0(0); + var t1 = this.$this, + t2 = t1.___FileStream__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.addError$2(error, stackTrace); + t1.___FileStream__controller_A.close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 122 + $signature: 160 }; A._File.prototype = { existsSync$0() { @@ -163461,7 +165165,7 @@ t1 = A._exceptionFromResponse(response, "Cannot open file", this.$this._path); throw A.wrapException(t1); }, - $signature: 2209 + $signature: 2328 }; A._File_length_closure.prototype = { call$1(response) { @@ -163470,7 +165174,7 @@ t1 = A._exceptionFromResponse(response, "Cannot retrieve length of file", this.$this._path); throw A.wrapException(t1); }, - $signature: 2200 + $signature: 2341 }; A._File_readAsBytes_readDataChunked.prototype = { call$1(file) { @@ -163479,7 +165183,7 @@ new A._File_readAsBytes_readDataChunked_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 537 + $signature: 700 }; A._File_readAsBytes_readDataChunked_read.prototype = { call$0() { @@ -163498,13 +165202,13 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 533 + $signature: 703 }; 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: 537 + $signature: 700 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -163512,18 +165216,15 @@ return this.readDataChunked.call$1(this.file); return this.file.read$1(0, $length); }, - $signature: 2178 + $signature: 2407 }; A.FileSystemEntityType.prototype = { toString$0(_) { - return B.List_file_directory_link_notFound[this._io$_type]; + return B.List_Ucj[this._io$_type]; } }; A.FileSystemEntity.prototype = {}; A.SystemEncoding.prototype = { - get$name(_) { - return "system"; - }, get$encoder() { $.$get$Platform__operatingSystem(); return B.C_Utf8Encoder; @@ -163551,7 +165252,7 @@ } else return A._convertToJS(o); }, - $signature: 615 + $signature: 2417 }; A._convertToJS_closure.prototype = { call$1(o) { @@ -163575,19 +165276,19 @@ call$1(o) { return new A.JsFunction(o); }, - $signature: 2129 + $signature: 2427 }; A._wrapToDart_closure0.prototype = { call$1(o) { return new A.JsArray(o, type$.JsArray_dynamic); }, - $signature: 2126 + $signature: 2448 }; A._wrapToDart_closure1.prototype = { call$1(o) { return new A.JsObject(o); }, - $signature: 1871 + $signature: 2473 }; A.JsObject.prototype = { $index(_, property) { @@ -163735,19 +165436,13 @@ } else return o; }, - $signature: 433 - }; - A.NullRejectionException.prototype = { - toString$0(_) { - return "Promise was rejected with a value of `" + (this.isUndefined ? "undefined" : "null") + "`."; - }, - $isException: 1 + $signature: 485 }; A.promiseToFuture_closure.prototype = { call$1(r) { return this.completer.complete$1(0, r); }, - $signature: 91 + $signature: 100 }; A.promiseToFuture_closure0.prototype = { call$1(e) { @@ -163755,7 +165450,52 @@ return this.completer.completeError$1(new A.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 91 + $signature: 100 + }; + A.dartify_convert.prototype = { + call$0() { + var proto, t3, dartObject, originalKeys, dartKeys, i, jsKey, dartKey, $constructor, $length, + t1 = this._convertedObjects, + t2 = this.o; + if (t1.containsKey$1(0, t2)) + return t1.$index(0, t2); + if (t2 == null || A._isBool(t2) || typeof t2 == "number" || typeof t2 == "string") + return t2; + proto = Object.getPrototypeOf(t2); + if (proto == null || J.$eq$(proto, Object.prototype)) { + t3 = type$.nullable_Object; + dartObject = A.LinkedHashMap_LinkedHashMap$_empty(t3, t3); + t1.$indexSet(0, t2, dartObject); + originalKeys = Object.keys(t2); + dartKeys = []; + for (t1 = J.getInterceptor$ax(originalKeys), t3 = t1.get$iterator(originalKeys); t3.moveNext$0();) + dartKeys.push(A.dartify(t3.get$current(t3))); + for (i = 0; i < t1.get$length(originalKeys); ++i) { + jsKey = t1.$index(originalKeys, i); + dartKey = dartKeys[i]; + if (jsKey != null) + dartObject.$indexSet(0, dartKey, A.dartify(t2[jsKey])); + } + return dartObject; + } + $constructor = globalThis.Array; + if ($constructor != null && t2 instanceof $constructor) { + dartObject = []; + t1.$indexSet(0, t2, dartObject); + $length = t2.length; + for (i = 0; i < $length; ++i) + dartObject.push(A.dartify(t2[i])); + return dartObject; + } + throw A.wrapException(A.ArgumentError$("JavaScriptObject " + A.S(t2) + " must be a primitive, simple object, or array", null)); + }, + $signature: 2510 + }; + A.NullRejectionException.prototype = { + toString$0(_) { + return "Promise was rejected with a value of `" + (this.isUndefined ? "undefined" : "null") + "`."; + }, + $isException: 1 }; A._JSRandom.prototype = { nextInt$1(max) { @@ -163954,15 +165694,6 @@ return receiver.value; } }; - A.ClipPathElement.prototype = {$isClipPathElement: 1}; - A.DefsElement.prototype = {$isDefsElement: 1}; - A.FEBlendElement.prototype = {$isFEBlendElement: 1}; - A.FEColorMatrixElement.prototype = {$isFEColorMatrixElement: 1}; - A.FECompositeElement.prototype = {$isFECompositeElement: 1}; - A.FEFloodElement.prototype = {$isFEFloodElement: 1}; - A.FilterElement.prototype = {$isFilterElement: 1}; - A.GeometryElement.prototype = {}; - A.GraphicsElement.prototype = {}; A.Length.prototype = { get$value(receiver) { return receiver.value; @@ -164041,13 +165772,11 @@ $isIterable: 1, $isList: 1 }; - A.PathElement.prototype = {$isPathElement: 1}; A.PointList.prototype = { get$length(receiver) { return receiver.length; } }; - A.ScriptElement0.prototype = {$isScriptElement0: 1}; A.StringList.prototype = { get$length(receiver) { return receiver.length; @@ -164084,32 +165813,8 @@ A.SvgElement.prototype = { get$children(receiver) { return new A.FilteredElementList0(receiver, new A._ChildNodeListLazy(receiver)); - }, - createFragment$3$treeSanitizer$validator(receiver, svg, treeSanitizer, validator) { - var t2, fragment, svgFragment, root, - t1 = A._setArrayType([], type$.JSArray_NodeValidator); - t1.push(A._Html5NodeValidator$(null)); - t1.push(A._TemplatingNodeValidator$()); - t1.push(new A._SvgNodeValidator()); - treeSanitizer = new A._ValidatingTreeSanitizer(new A.NodeValidatorBuilder(t1)); - t1 = document; - t2 = t1.body; - t2.toString; - fragment = B.BodyElement_methods.createFragment$2$treeSanitizer(t2, '' + svg + "", treeSanitizer); - svgFragment = t1.createDocumentFragment(); - fragment.toString; - t1 = new A._ChildNodeListLazy(fragment); - root = t1.get$single(t1); - for (; t1 = root.firstChild, t1 != null;) - svgFragment.appendChild(t1); - return svgFragment; - }, - focus$0(receiver) { - return receiver.focus(); - }, - $isSvgElement: 1 + } }; - A.SvgSvgElement.prototype = {$isSvgSvgElement: 1}; A.Transform0.prototype = {$isTransform0: 1}; A.TransformList.prototype = { get$length(receiver) { @@ -164240,13 +165945,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 540 + $signature: 691 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 540 + $signature: 691 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -164264,7 +165969,7 @@ return other instanceof A.OffsetBase && other._dx == this._dx && other._dy == this._dy; }, get$hashCode(_) { - return A.hashValues(this._dx, this._dy, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this._dx, this._dy, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "OffsetBase(" + J.toStringAsFixed$1$n(this._dx, 1) + ", " + J.toStringAsFixed$1$n(this._dy, 1) + ")"; @@ -164305,7 +166010,7 @@ return other instanceof A.Offset && other._dx == this._dx && other._dy == this._dy; }, get$hashCode(_) { - return A.hashValues(this._dx, this._dy, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this._dx, this._dy, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "Offset(" + J.toStringAsFixed$1$n(this._dx, 1) + ", " + J.toStringAsFixed$1$n(this._dy, 1) + ")"; @@ -164362,7 +166067,7 @@ return other instanceof A.Size && other._dx == this._dx && other._dy == this._dy; }, get$hashCode(_) { - return A.hashValues(this._dx, this._dy, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this._dx, this._dy, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "Size(" + J.toStringAsFixed$1$n(this._dx, 1) + ", " + J.toStringAsFixed$1$n(this._dy, 1) + ")"; @@ -164494,7 +166199,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.left, _this.top, _this.right, _this.bottom, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.left, _this.top, _this.right, _this.bottom, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var _this = this; @@ -164522,15 +166227,16 @@ return true; if (A.getRuntimeType(_this) !== J.get$runtimeType$(other)) return false; - return other instanceof A.Radius && other.x === _this.x && other.y === _this.y; + return other instanceof A.Radius && other.x == _this.x && other.y == _this.y; }, get$hashCode(_) { - return A.hashValues(this.x, this.y, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.x, this.y, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var t1 = this.x, - t2 = this.y; - return t1 === t2 ? "Radius.circular(" + B.JSNumber_methods.toStringAsFixed$1(t1, 1) + ")" : "Radius.elliptical(" + B.JSNumber_methods.toStringAsFixed$1(t1, 1) + ", " + B.JSNumber_methods.toStringAsFixed$1(t2, 1) + ")"; + t2 = this.y, + t3 = J.getInterceptor$n(t1); + return t1 == t2 ? "Radius.circular(" + t3.toStringAsFixed$1(t1, 1) + ")" : "Radius.elliptical(" + t3.toStringAsFixed$1(t1, 1) + ", " + J.toStringAsFixed$1$n(t2, 1) + ")"; } }; A.RRect.prototype = { @@ -164633,11 +166339,11 @@ return true; if (A.getRuntimeType(_this) !== J.get$runtimeType$(other)) return false; - return other instanceof A.RRect && other.left == _this.left && other.top == _this.top && other.right == _this.right && other.bottom == _this.bottom && other.tlRadiusX === _this.tlRadiusX && other.tlRadiusY === _this.tlRadiusY && other.trRadiusX === _this.trRadiusX && other.trRadiusY === _this.trRadiusY && other.blRadiusX === _this.blRadiusX && other.blRadiusY === _this.blRadiusY && other.brRadiusX === _this.brRadiusX && other.brRadiusY === _this.brRadiusY; + return other instanceof A.RRect && other.left == _this.left && other.top == _this.top && other.right == _this.right && other.bottom == _this.bottom && other.tlRadiusX == _this.tlRadiusX && other.tlRadiusY == _this.tlRadiusY && other.trRadiusX == _this.trRadiusX && other.trRadiusY == _this.trRadiusY && other.blRadiusX == _this.blRadiusX && other.blRadiusY == _this.blRadiusY && other.brRadiusX == _this.brRadiusX && other.brRadiusY == _this.brRadiusY; }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.left, _this.top, _this.right, _this.bottom, _this.tlRadiusX, _this.tlRadiusY, _this.trRadiusX, _this.trRadiusY, _this.blRadiusX, _this.blRadiusY, _this.brRadiusX, _this.brRadiusY, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.left, _this.top, _this.right, _this.bottom, _this.tlRadiusX, _this.tlRadiusY, _this.trRadiusX, _this.trRadiusY, _this.blRadiusX, _this.blRadiusY, _this.brRadiusX, _this.brRadiusY, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var t5, t6, _this = this, @@ -164653,9 +166359,9 @@ } else t5 = false; if (t5) { - if (t1 === t2) - return "RRect.fromLTRBR(" + rect + ", " + B.JSNumber_methods.toStringAsFixed$1(t1, 1) + ")"; - return "RRect.fromLTRBXY(" + rect + ", " + B.JSNumber_methods.toStringAsFixed$1(t1, 1) + ", " + B.JSNumber_methods.toStringAsFixed$1(t2, 1) + ")"; + if (t1 == t2) + return "RRect.fromLTRBR(" + rect + ", " + J.toStringAsFixed$1$n(t1, 1) + ")"; + return "RRect.fromLTRBXY(" + rect + ", " + J.toStringAsFixed$1$n(t1, 1) + ", " + J.toStringAsFixed$1$n(t2, 1) + ")"; } return "RRect.fromLTRBAndCorners(" + rect + ", topLeft: " + new A.Radius(t1, t2).toString$0(0) + ", topRight: " + new A.Radius(t3, t4).toString$0(0) + ", bottomRight: " + new A.Radius(_this.brRadiusX, _this.brRadiusY).toString$0(0) + ", bottomLeft: " + new A.Radius(_this.blRadiusX, _this.blRadiusY).toString$0(0) + ")"; } @@ -164682,7 +166388,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 441 + $signature: 494 }; A.webOnlyWarmupEngine_closure0.prototype = { call$0() { @@ -164708,7 +166414,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 441 + $signature: 494 }; A.PlatformViewRegistry.prototype = {}; A.KeyEventType.prototype = { @@ -164771,13 +166477,13 @@ } return ""; }, - $signature: 66 + $signature: 67 }; A.KeyData__quotedCharCode_closure.prototype = { call$1(code) { return B.JSString_methods.padLeft$2(J.toRadixString$1$n(code, 16), 2, "0"); }, - $signature: 313 + $signature: 326 }; A.Color.prototype = { get$red() { @@ -164846,7 +166552,7 @@ return other instanceof A.MaskFilter && other._ui$_style === this._ui$_style && other._sigma === this._sigma; }, get$hashCode(_) { - return A.hashValues(this._ui$_style, this._sigma, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this._ui$_style, this._sigma, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "MaskFilter.blur(" + this._ui$_style.toString$0(0) + ", " + B.JSNumber_methods.toStringAsFixed$1(this._sigma, 1) + ")"; @@ -164873,19 +166579,19 @@ callback.call$1(new A.HtmlCodec(this.uri.toString$0(0), this.chunkCallback)); return null; }, - $signature: 1663 + $signature: 2644 }; A.decodeImageFromPixels_executeCallback.prototype = { call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 425 + $signature: 481 }; A.decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { this.callback.call$1(frameInfo.get$image(frameInfo)); }, - $signature: 1661 + $signature: 2667 }; A.Shadow.prototype = { scale$1(_, factor) { @@ -164900,33 +166606,45 @@ return other instanceof A.Shadow && J.$eq$(other.color, _this.color) && J.$eq$(other.offset, _this.offset) && other.blurRadius == _this.blurRadius; }, get$hashCode(_) { - return A.hashValues(this.color, this.offset, this.blurRadius, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.color, this.offset, this.blurRadius, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "TextShadow(" + A.S(this.color) + ", " + A.S(this.offset) + ", " + A.S(this.blurRadius) + ")"; } }; + A.ImmutableBuffer.prototype = { + get$length(_) { + return this._ui$_length; + }, + dispose$0() { + return this._ui$_list = null; + } + }; A.PlatformDispatcher.prototype = {}; A.PlatformConfiguration.prototype = { - copyWith$4$locales$platformBrightness$semanticsEnabled$textScaleFactor(locales, platformBrightness, semanticsEnabled, textScaleFactor) { + copyWith$5$accessibilityFeatures$locales$platformBrightness$semanticsEnabled$textScaleFactor(accessibilityFeatures, locales, platformBrightness, semanticsEnabled, textScaleFactor) { var _this = this, - t1 = semanticsEnabled == null ? _this.semanticsEnabled : semanticsEnabled, - t2 = platformBrightness == null ? _this.platformBrightness : platformBrightness, - t3 = textScaleFactor == null ? _this.textScaleFactor : textScaleFactor, - t4 = locales == null ? _this.locales : locales; - return new A.PlatformConfiguration(_this.accessibilityFeatures, false, t1, t2, t3, t4, _this.defaultRouteName, _this.systemFontFamily); + t1 = accessibilityFeatures == null ? _this.accessibilityFeatures : accessibilityFeatures, + t2 = semanticsEnabled == null ? _this.semanticsEnabled : semanticsEnabled, + t3 = platformBrightness == null ? _this.platformBrightness : platformBrightness, + t4 = textScaleFactor == null ? _this.textScaleFactor : textScaleFactor, + t5 = locales == null ? _this.locales : locales; + return new A.PlatformConfiguration(t1, false, t2, t3, t4, t5, _this.defaultRouteName, _this.systemFontFamily); }, copyWith$1$locales(locales) { - return this.copyWith$4$locales$platformBrightness$semanticsEnabled$textScaleFactor(locales, null, null, null); + return this.copyWith$5$accessibilityFeatures$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, locales, null, null, null); + }, + copyWith$1$accessibilityFeatures(accessibilityFeatures) { + return this.copyWith$5$accessibilityFeatures$locales$platformBrightness$semanticsEnabled$textScaleFactor(accessibilityFeatures, null, null, null, null); }, copyWith$1$textScaleFactor(textScaleFactor) { - return this.copyWith$4$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, null, null, textScaleFactor); + return this.copyWith$5$accessibilityFeatures$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, null, null, null, textScaleFactor); }, copyWith$1$platformBrightness(platformBrightness) { - return this.copyWith$4$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, platformBrightness, null, null); + return this.copyWith$5$accessibilityFeatures$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, null, platformBrightness, null, null); }, copyWith$1$semanticsEnabled(semanticsEnabled) { - return this.copyWith$4$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, null, semanticsEnabled, null); + return this.copyWith$5$accessibilityFeatures$locales$platformBrightness$semanticsEnabled$textScaleFactor(null, null, null, semanticsEnabled, null); } }; A.ViewConfiguration0.prototype = { @@ -164982,7 +166700,7 @@ return t1; }, get$hashCode(_) { - return A.hashValues(this.get$languageCode(this), null, this.get$countryCode(), B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.get$languageCode(this), null, this.get$countryCode(), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return this._rawToString$1("_"); @@ -165156,7 +166874,7 @@ return t1; }, get$hashCode(_) { - return A.hashValues("tnum", 1, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash("tnum", 1, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "FontFeature('tnum', 1)"; @@ -165225,7 +166943,7 @@ return t1; }, get$hashCode(_) { - return A.hashValues(true, true, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(true, true, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: " + this.leadingDistribution.toString$0(0) + ")"; @@ -165245,15 +166963,15 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.TextBox && other.left == _this.left && other.top == _this.top && other.right == _this.right && other.bottom == _this.bottom && other.direction === _this.direction; + return other instanceof A.TextBox && other.left === _this.left && other.top === _this.top && other.right === _this.right && other.bottom === _this.bottom && other.direction === _this.direction; }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.left, _this.top, _this.right, _this.bottom, _this.direction, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(_this.left, _this.top, _this.right, _this.bottom, _this.direction, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var _this = this; - return "TextBox.fromLTRBD(" + J.toStringAsFixed$1$n(_this.left, 1) + ", " + J.toStringAsFixed$1$n(_this.top, 1) + ", " + J.toStringAsFixed$1$n(_this.right, 1) + ", " + J.toStringAsFixed$1$n(_this.bottom, 1) + ", " + _this.direction.toString$0(0) + ")"; + return "TextBox.fromLTRBD(" + B.JSNumber_methods.toStringAsFixed$1(_this.left, 1) + ", " + B.JSNumber_methods.toStringAsFixed$1(_this.top, 1) + ", " + B.JSNumber_methods.toStringAsFixed$1(_this.right, 1) + ", " + B.JSNumber_methods.toStringAsFixed$1(_this.bottom, 1) + ", " + _this.direction.toString$0(0) + ")"; } }; A.TextAffinity.prototype = { @@ -165270,7 +166988,7 @@ return other instanceof A.TextPosition && other.offset == this.offset && other.affinity === this.affinity; }, get$hashCode(_) { - return A.hashValues(this.offset, this.affinity, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(this.offset, this.affinity, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return A.getRuntimeType(this).toString$0(0) + "(offset: " + A.S(this.offset) + ", affinity: " + this.affinity.toString$0(0) + ")"; @@ -165288,7 +167006,7 @@ return other instanceof A.TextRange && other.start == this.start && other.end == this.end; }, get$hashCode(_) { - return A.hashValues(J.get$hashCode$(this.start), J.get$hashCode$(this.end), B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(J.get$hashCode$(this.start), J.get$hashCode$(this.end), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "TextRange(start: " + A.S(this.start) + ", end: " + A.S(this.end) + ")"; @@ -165327,22 +167045,6 @@ A.FlutterView.prototype = {}; A.FlutterWindow.prototype = {}; A.SingletonFlutterWindow.prototype = {}; - A.AccessibilityFeatures.prototype = { - toString$0(_) { - var features = A._setArrayType([], type$.JSArray_String); - return "AccessibilityFeatures" + A.S(features); - }, - $eq(_, other) { - if (other == null) - return false; - if (J.get$runtimeType$(other) !== A.getRuntimeType(this)) - return false; - return other instanceof A.AccessibilityFeatures && true; - }, - get$hashCode(_) { - return B.JSInt_methods.get$hashCode(0); - } - }; A.Brightness.prototype = { toString$0(_) { return "Brightness." + this._core$_name; @@ -165372,7 +167074,7 @@ return t1; }, get$hashCode(_) { - return A.hashValues(null, null, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(null, null, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"; @@ -165439,13 +167141,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 149 + $signature: 136 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 149 + $signature: 136 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -165464,22 +167166,17 @@ } }; A._AudioParamMap_JavaScriptObject_MapMixin.prototype = {}; - A.ActiveInfo.prototype = { - get$name(receiver) { - return receiver.name; - } - }; A.GZipEncoder.prototype = { encode$1(data) { var fileModTime, t1, t2, t3, t4, t5, t6, t7, deflate, _null = null, - output_stream = A.OutputStream$(32768); - output_stream.writeUint16$1(35615); - output_stream.writeByte$1(8); + outputStream = A.OutputStream$(32768); + outputStream.writeUint16$1(35615); + outputStream.writeByte$1(8); fileModTime = B.JSInt_methods._tdivFast$1(Date.now(), 1000); - output_stream.writeByte$1(0); - output_stream.writeUint32$1(fileModTime); - output_stream.writeByte$1(0); - output_stream.writeByte$1(255); + outputStream.writeByte$1(0); + outputStream.writeUint32$1(fileModTime); + outputStream.writeByte$1(0); + outputStream.writeByte$1(255); if (type$.List_int._is(data)) { t1 = A._HuffmanTree$(); t2 = A._HuffmanTree$(); @@ -165488,7 +167185,7 @@ t5 = new Uint32Array(573); t6 = new Uint8Array(573); t7 = A.InputStream$(data, 0, _null, 0); - deflate = new A.Deflate(t7, output_stream, t1, t2, t3, t4, t5, t6); + deflate = new A.Deflate(t7, outputStream, t1, t2, t3, t4, t5, t6); deflate._deflate$_init$1(_null); deflate._deflate$1(4); } else { @@ -165499,13 +167196,13 @@ t4 = new Uint16Array(16); t5 = new Uint32Array(573); t6 = new Uint8Array(573); - deflate = new A.Deflate(data, output_stream, t1, t2, t3, t4, t5, t6); + deflate = new A.Deflate(data, outputStream, t1, t2, t3, t4, t5, t6); deflate._deflate$_init$1(_null); deflate._deflate$1(4); } - output_stream.writeUint32$1(deflate.crc32); - output_stream.writeUint32$1(J.get$length$asx(data)); - t1 = B.NativeByteBuffer_methods.asUint8List$2(output_stream._output_stream$_buffer.buffer, 0, output_stream.length); + outputStream.writeUint32$1(deflate.crc32); + outputStream.writeUint32$1(J.get$length$asx(data)); + t1 = B.NativeByteBuffer_methods.asUint8List$2(outputStream._output_stream$_buffer.buffer, 0, outputStream.length); return t1; } }; @@ -165513,10 +167210,15 @@ A.InputStreamBase.prototype = {}; A.InputStream.prototype = { get$length(_) { - return A._lateReadCheck(this.__InputStream__length, "_length") - (this.offset - this.start); + var t1 = this.__InputStream__length_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1 - (this.offset - this.start); }, get$isEOS() { - return this.offset >= this.start + A._lateReadCheck(this.__InputStream__length, "_length"); + var t1 = this.offset, + t2 = this.__InputStream__length_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t1 >= this.start + t2; }, $index(_, index) { return J.$index$asx(this.buffer, this.offset + index); @@ -165525,22 +167227,36 @@ return J.$index$asx(this.buffer, this.offset++); }, readBytes$1(count) { - var _this = this, + var t2, $length, bytes, _this = this, t1 = _this.start, - position = _this.offset - t1 + t1, - $length = count < 0 ? A._lateReadCheck(_this.__InputStream__length, "_length") - (position - t1) : count, - bytes = A.InputStream$(_this.buffer, _this.byteOrder, $length, position); + position = _this.offset - t1 + t1; + if (count < 0) { + t2 = _this.__InputStream__length_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + $length = t2 - (position - t1); + } else + $length = count; + bytes = A.InputStream$(_this.buffer, _this.byteOrder, $length, position); _this.offset = _this.offset + bytes.get$length(bytes); return bytes; }, readString$0() { - var t1, t2, t3, t4, _this = this, + var t1, t2, t3, t4, t5, _this = this, utf8 = true, codes = A._setArrayType([], type$.JSArray_int); if (_this.get$isEOS()) return ""; - for (t1 = _this.start, t2 = _this.buffer, t3 = J.getInterceptor$asx(t2); _this.offset < t1 + A._lateReadCheck(_this.__InputStream__length, "_length");) { - t4 = t3.$index(t2, _this.offset++); + t1 = _this.start; + t2 = _this.buffer; + t3 = J.getInterceptor$asx(t2); + while (true) { + t4 = _this.offset; + t5 = _this.__InputStream__length_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + if (!(t4 < t1 + t5)) + break; + _this.offset = t4 + 1; + t4 = t3.$index(t2, t4); if (t4 === 0) break; codes.push(t4); @@ -165607,11 +167323,20 @@ return this.writeBytes$2(bytes, null); }, writeInputStream$1(stream) { - var t1, t2, t3, t4, t5, _this = this; - for (t1 = stream.start; t2 = _this.length, t3 = A._lateReadCheck(stream.__InputStream__length, "_length"), t4 = stream.offset, t5 = _this._output_stream$_buffer, t2 + (t3 - (t4 - t1)) > t5.length;) - _this._expandBuffer$1(_this.length + (A._lateReadCheck(stream.__InputStream__length, "_length") - (stream.offset - t1)) - _this._output_stream$_buffer.length); - t1 = _this.length; - B.NativeUint8List_methods.setRange$4(t5, t1, t1 + stream.get$length(stream), stream.buffer, stream.offset); + var t2, t3, t4, t5, _this = this, + t1 = stream.start; + while (true) { + t2 = _this.length; + t3 = stream.__InputStream__length_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2 + (t3 - (stream.offset - t1)); + t4 = _this._output_stream$_buffer; + t5 = t4.length; + if (!(t3 > t5)) + break; + _this._expandBuffer$1(t3 - t5); + } + B.NativeUint8List_methods.setRange$4(t4, t2, t2 + stream.get$length(stream), stream.buffer, stream.offset); _this.length = _this.length + stream.get$length(stream); }, writeUint16$1(value) { @@ -165655,73 +167380,66 @@ }; A.Deflate.prototype = { _deflate$_init$1(level) { - var _this = this, - _s11_ = "_windowSize", - _s9_ = "_hashBits", - _s9_0 = "_hashSize", - _s14_ = "_litBufferSize", + var t2, t3, t4, _this = this, t1 = false; if (t1) throw A.wrapException(A.ArchiveException$("Invalid Deflate parameter")); $.Deflate____config.__late_helper$_value = _this._getConfig$1(6); - _this.__Deflate__dynamicLengthTree = new Uint16Array(1146); - _this.__Deflate__dynamicDistTree = new Uint16Array(122); - _this.__Deflate__bitLengthTree = new Uint16Array(78); - _this.__Deflate__windowBits = 15; - t1 = B.JSInt_methods.$shl(1, A._lateReadCheck(15, "_windowBits")); - _this.__Deflate__windowSize = t1; - _this.__Deflate__windowMask = A._lateReadCheck(t1, _s11_) - 1; - _this.__Deflate__hashBits = 15; - t1 = B.JSInt_methods.$shl(1, A._lateReadCheck(15, _s9_)); - _this.__Deflate__hashSize = t1; - _this.__Deflate__hashMask = A._lateReadCheck(t1, _s9_0) - 1; - _this.__Deflate__hashShift = B.JSInt_methods._tdivFast$1(A._lateReadCheck(_this.__Deflate__hashBits, _s9_) + 3 - 1, 3); - t1 = A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - _this.__Deflate__window = new Uint8Array(t1 * 2); - t1 = A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - if (!A._isInt(t1)) - A.throwExpression(A.ArgumentError$("Invalid length " + A.S(t1), null)); - _this.__Deflate__prev = new Uint16Array(t1); - t1 = A._lateReadCheck(_this.__Deflate__hashSize, _s9_0); - if (!A._isInt(t1)) - A.throwExpression(A.ArgumentError$("Invalid length " + A.S(t1), null)); - _this.__Deflate__head = new Uint16Array(t1); - _this.__Deflate__litBufferSize = 16384; - t1 = A._lateReadCheck(16384, _s14_); - _this.__Deflate__pendingBuffer = new Uint8Array(t1 * 4); - _this.__Deflate__pendingBufferSize = A._lateReadCheck(_this.__Deflate__litBufferSize, _s14_) * 4; - _this.__Deflate__dbuf = A._lateReadCheck(_this.__Deflate__litBufferSize, _s14_); - _this.__Deflate__lbuf = 3 * A._lateReadCheck(_this.__Deflate__litBufferSize, _s14_); - _this.__Deflate__level = 6; - _this.__Deflate__pendingOut = _this.__Deflate__pending = _this.__Deflate__strategy = 0; + t1 = new Uint16Array(1146); + _this.__Deflate__dynamicLengthTree_A = t1; + t2 = new Uint16Array(122); + _this.__Deflate__dynamicDistTree_A = t2; + t3 = new Uint16Array(78); + _this.__Deflate__bitLengthTree_A = t3; + _this.__Deflate__windowBits_A = 15; + _this.__Deflate__windowSize_A = 32768; + _this.__Deflate__windowMask_A = 32767; + _this.__Deflate__hashBits_A = 15; + _this.__Deflate__hashSize_A = 32768; + _this.__Deflate__hashMask_A = 32767; + _this.__Deflate__hashShift_A = 5; + _this.__Deflate__window_A = new Uint8Array(65536); + _this.__Deflate__prev_A = new Uint16Array(32768); + _this.__Deflate__head_A = new Uint16Array(32768); + _this.__Deflate__litBufferSize_A = 16384; + _this.__Deflate__pendingBuffer_A = new Uint8Array(65536); + _this.__Deflate__pendingBufferSize_A = 65536; + _this.__Deflate__dbuf_A = 16384; + _this.__Deflate__lbuf_A = 49152; + _this.__Deflate__level_A = 6; + _this.__Deflate__pendingOut_A = _this.__Deflate__pending_A = _this.__Deflate__strategy_A = 0; _this._deflate$_status = 113; _this.crc32 = 0; - t1 = _this._lDesc; - t1.___HuffmanTree_dynamicTree = A._lateReadCheck(_this.__Deflate__dynamicLengthTree, "_dynamicLengthTree"); - t1.___HuffmanTree_staticDesc = $.$get$_StaticTree_staticLDesc(); - t1 = _this._dDesc; - t1.___HuffmanTree_dynamicTree = A._lateReadCheck(_this.__Deflate__dynamicDistTree, "_dynamicDistTree"); - t1.___HuffmanTree_staticDesc = $.$get$_StaticTree_staticDDesc(); - t1 = _this._blDesc; - t1.___HuffmanTree_dynamicTree = A._lateReadCheck(_this.__Deflate__bitLengthTree, "_bitLengthTree"); - t1.___HuffmanTree_staticDesc = $.$get$_StaticTree_staticBlDesc(); - _this.__Deflate__numValidBits = _this.__Deflate__bitBuffer = 0; - _this.__Deflate__lastEOBLen = 8; + t4 = _this._lDesc; + t4.___HuffmanTree_dynamicTree_A = t1; + t4.___HuffmanTree_staticDesc_A = $.$get$_StaticTree_staticLDesc(); + t4 = _this._dDesc; + t4.___HuffmanTree_dynamicTree_A = t2; + t4.___HuffmanTree_staticDesc_A = $.$get$_StaticTree_staticDDesc(); + t4 = _this._blDesc; + t4.___HuffmanTree_dynamicTree_A = t3; + t4.___HuffmanTree_staticDesc_A = $.$get$_StaticTree_staticBlDesc(); + _this.__Deflate__numValidBits_A = _this.__Deflate__bitBuffer_A = 0; + _this.__Deflate__lastEOBLen_A = 8; _this._initBlock$0(); _this._lmInit$0(); }, _deflate$1(flush) { - var t1, bstate, i, _this = this; + var t1, bstate, t2, i, _this = this; if (flush > 4 || false) throw A.wrapException(A.ArchiveException$("Invalid Deflate Parameter")); - if (A._lateReadCheck(_this.__Deflate__pending, "_pending") !== 0) + t1 = _this.__Deflate__pending_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== 0) _this._flushPending$0(); - if (_this._deflate$_input.get$isEOS()) - if (A._lateReadCheck(_this.__Deflate__lookAhead, "_lookAhead") === 0) + if (_this._deflate$_input.get$isEOS()) { + t1 = _this.__Deflate__lookAhead_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 === 0) t1 = flush !== 0 && _this._deflate$_status !== 666; else t1 = true; - else + } else t1 = true; if (t1) { switch ($.Deflate____config._readField$0().$function) { @@ -165748,17 +167466,28 @@ _this._sendBits$2(2, 3); _this._deflate$_sendCode$2(256, B.List_Xg4); _this.biFlush$0(); - if (1 + A._lateReadCheck(_this.__Deflate__lastEOBLen, "_lastEOBLen") + 10 - A._lateReadCheck(_this.__Deflate__numValidBits, "_numValidBits") < 9) { + t1 = _this.__Deflate__lastEOBLen_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__numValidBits_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (1 + t1 + 10 - t2 < 9) { _this._sendBits$2(2, 3); _this._deflate$_sendCode$2(256, B.List_Xg4); _this.biFlush$0(); } - _this.__Deflate__lastEOBLen = 7; + _this.__Deflate__lastEOBLen_A = 7; } else { _this._trStoredBlock$3(0, 0, false); - if (flush === 3) - for (i = 0; i < A._lateReadCheck(_this.__Deflate__hashSize, "_hashSize"); ++i) - A._lateReadCheck(_this.__Deflate__head, "_head")[i] = 0; + if (flush === 3) { + t1 = _this.__Deflate__hashSize_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__head_A; + i = 0; + for (; i < t1; ++i) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[i] = 0; + } + } } _this._flushPending$0(); } @@ -165768,262 +167497,334 @@ return 1; }, _lmInit$0() { - var i, _this = this, - _s9_ = "_hashSize"; - _this.__Deflate__actualWindowSize = 2 * A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize"); - A._lateReadCheck(_this.__Deflate__head, "_head")[A._lateReadCheck(_this.__Deflate__hashSize, _s9_) - 1] = 0; - for (i = 0; i < A._lateReadCheck(_this.__Deflate__hashSize, _s9_) - 1; ++i) - A._lateReadCheck(_this.__Deflate__head, "_head")[i] = 0; - _this.__Deflate__lookAhead = _this.__Deflate__blockStart = _this.__Deflate__strStart = 0; - _this.__Deflate__matchLength = _this.__Deflate__prevLength = 2; - _this.__Deflate__insertHash = _this.__Deflate__matchAvailable = 0; + var t2, i, _this = this, + t1 = _this.__Deflate__windowSize_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__actualWindowSize_A = 2 * t1; + t1 = _this.__Deflate__head_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__hashSize_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + --t2; + t1[t2] = 0; + for (i = 0; i < t2; ++i) + t1[i] = 0; + _this.__Deflate__lookAhead_A = _this.__Deflate__blockStart_A = _this.__Deflate__strStart_A = 0; + _this.__Deflate__matchLength_A = _this.__Deflate__prevLength_A = 2; + _this.__Deflate__insertHash_A = _this.__Deflate__matchAvailable_A = 0; }, _initBlock$0() { - var i, _this = this, - _s18_ = "_dynamicLengthTree"; - for (i = 0; i < 286; ++i) - A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_)[i * 2] = 0; - for (i = 0; i < 30; ++i) - A._lateReadCheck(_this.__Deflate__dynamicDistTree, "_dynamicDistTree")[i * 2] = 0; - for (i = 0; i < 19; ++i) - A._lateReadCheck(_this.__Deflate__bitLengthTree, "_bitLengthTree")[i * 2] = 0; - A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_)[512] = 1; - _this.__Deflate__lastLit = _this.__Deflate__matches = _this.__Deflate__optimalLen = _this.__Deflate__staticLen = 0; + var t1, i, t2, _this = this; + for (t1 = _this.__Deflate__dynamicLengthTree_A, i = 0; i < 286; ++i) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[i * 2] = 0; + } + for (t2 = _this.__Deflate__dynamicDistTree_A, i = 0; i < 30; ++i) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[i * 2] = 0; + } + for (t2 = _this.__Deflate__bitLengthTree_A, i = 0; i < 19; ++i) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[i * 2] = 0; + } + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[512] = 1; + _this.__Deflate__lastLit_A = _this.__Deflate__matches_A = _this.__Deflate__optimalLen_A = _this.__Deflate__staticLen_A = 0; }, _pqdownheap$2(tree, k) { - var t2, j0, _this = this, - _s8_ = "_heapLen", - t1 = _this._heap, + var t3, j0, + t1 = this._heap, v = t1[k], - j = k << 1 >>> 0; - for (t2 = _this._deflate$_depth; j <= A._lateReadCheck(_this.__Deflate__heapLen, _s8_); k = j, j = j0) { - if (j < A._lateReadCheck(_this.__Deflate__heapLen, _s8_) && A.Deflate__smaller(tree, t1[j + 1], t1[j], t2)) + j = k << 1 >>> 0, + t2 = this._deflate$_depth; + while (true) { + t3 = this.__Deflate__heapLen_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (!(j <= t3)) + break; + if (j < t3 && A.Deflate__smaller(tree, t1[j + 1], t1[j], t2)) ++j; if (A.Deflate__smaller(tree, v, t1[j], t2)) break; t1[k] = t1[j]; j0 = j << 1 >>> 0; + k = j; + j = j0; } t1[k] = v; }, - _scanTree$2(tree, max_code) { - var max_count, min_count, n, prevlen, count, nextlen0, t1, t2, _this = this, - _s14_ = "_bitLengthTree", - nextlen = tree[1]; - if (nextlen === 0) { - max_count = 138; - min_count = 3; + _scanTree$2(tree, maxCode) { + var maxCount, minCount, t1, n, prevLen, count, nextLen0, t2, + nextLen = tree[1]; + if (nextLen === 0) { + maxCount = 138; + minCount = 3; } else { - max_count = 7; - min_count = 4; + maxCount = 7; + minCount = 4; } - tree[(max_code + 1) * 2 + 1] = 65535; - for (n = 0, prevlen = -1, count = 0; n <= max_code; nextlen = nextlen0) { + tree[(maxCode + 1) * 2 + 1] = 65535; + for (t1 = this.__Deflate__bitLengthTree_A, n = 0, prevLen = -1, count = 0; n <= maxCode; nextLen = nextLen0) { ++n; - nextlen0 = tree[n * 2 + 1]; + nextLen0 = tree[n * 2 + 1]; ++count; - if (count < max_count && nextlen === nextlen0) + if (count < maxCount && nextLen === nextLen0) continue; - else if (count < min_count) { - t1 = nextlen * 2; - A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_)[t1] = A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_)[t1] + count; - } else if (nextlen !== 0) { - if (nextlen !== prevlen) { - t1 = A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_); - t2 = nextlen * 2; + else if (count < minCount) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = nextLen * 2; + t1[t2] = t1[t2] + count; + } else if (nextLen !== 0) { + if (nextLen !== prevLen) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = nextLen * 2; t1[t2] = t1[t2] + 1; } - t1 = A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_); + t1 === $ && A.throwUnnamedLateFieldNI(); t1[32] = t1[32] + 1; + } else if (count <= 10) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[34] = t1[34] + 1; } else { - t1 = _this.__Deflate__bitLengthTree; - if (count <= 10) { - t1 = A._lateReadCheck(t1, _s14_); - t1[34] = t1[34] + 1; - } else { - t1 = A._lateReadCheck(t1, _s14_); - t1[36] = t1[36] + 1; - } + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[36] = t1[36] + 1; } - if (nextlen0 === 0) { - max_count = 138; - min_count = 3; - } else if (nextlen === nextlen0) { - max_count = 6; - min_count = 3; + if (nextLen0 === 0) { + maxCount = 138; + minCount = 3; + } else if (nextLen === nextLen0) { + maxCount = 6; + minCount = 3; } else { - max_count = 7; - min_count = 4; + maxCount = 7; + minCount = 4; } - prevlen = nextlen; + prevLen = nextLen; count = 0; } }, _buildBitLengthTree$0() { - var max_blindex, _this = this; - _this._scanTree$2(A._lateReadCheck(_this.__Deflate__dynamicLengthTree, "_dynamicLengthTree"), A._lateReadCheck(_this._lDesc.___HuffmanTree_maxCode, "maxCode")); - _this._scanTree$2(A._lateReadCheck(_this.__Deflate__dynamicDistTree, "_dynamicDistTree"), A._lateReadCheck(_this._dDesc.___HuffmanTree_maxCode, "maxCode")); + var t2, maxBLIndex, _this = this, + t1 = _this.__Deflate__dynamicLengthTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._lDesc.___HuffmanTree_maxCode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._scanTree$2(t1, t2); + t2 = _this.__Deflate__dynamicDistTree_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this._dDesc.___HuffmanTree_maxCode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._scanTree$2(t2, t1); _this._blDesc._buildTree$1(_this); - for (max_blindex = 18; max_blindex >= 3; --max_blindex) - if (A._lateReadCheck(_this.__Deflate__bitLengthTree, "_bitLengthTree")[B.List_uSC[max_blindex] * 2 + 1] !== 0) + for (t1 = _this.__Deflate__bitLengthTree_A, maxBLIndex = 18; maxBLIndex >= 3; --maxBLIndex) { + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1[B.List_uSC[maxBLIndex] * 2 + 1] !== 0) break; - _this.__Deflate__optimalLen = A._lateReadCheck(_this.__Deflate__optimalLen, "_optimalLen") + (3 * (max_blindex + 1) + 5 + 5 + 4); - return max_blindex; + } + t1 = _this.__Deflate__optimalLen_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__optimalLen_A = t1 + (3 * (maxBLIndex + 1) + 5 + 5 + 4); + return maxBLIndex; }, _sendAllTrees$3(lcodes, dcodes, blcodes) { - var t1, rank, _this = this; + var t1, rank, t2, _this = this; _this._sendBits$2(lcodes - 257, 5); t1 = dcodes - 1; _this._sendBits$2(t1, 5); _this._sendBits$2(blcodes - 4, 4); - for (rank = 0; rank < blcodes; ++rank) - _this._sendBits$2(A._lateReadCheck(_this.__Deflate__bitLengthTree, "_bitLengthTree")[B.List_uSC[rank] * 2 + 1], 3); - _this._sendTree$2(A._lateReadCheck(_this.__Deflate__dynamicLengthTree, "_dynamicLengthTree"), lcodes - 1); - _this._sendTree$2(A._lateReadCheck(_this.__Deflate__dynamicDistTree, "_dynamicDistTree"), t1); - }, - _sendTree$2(tree, max_code) { - var max_count, min_count, n, prevlen, count, nextlen0, t1, t2, t3, _this = this, - _s14_ = "_bitLengthTree", - nextlen = tree[1]; - if (nextlen === 0) { - max_count = 138; - min_count = 3; - } else { - max_count = 7; - min_count = 4; + for (rank = 0; rank < blcodes; ++rank) { + t2 = _this.__Deflate__bitLengthTree_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._sendBits$2(t2[B.List_uSC[rank] * 2 + 1], 3); } - for (n = 0, prevlen = -1, count = 0; n <= max_code; nextlen = nextlen0) { + t2 = _this.__Deflate__dynamicLengthTree_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._sendTree$2(t2, lcodes - 1); + t2 = _this.__Deflate__dynamicDistTree_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._sendTree$2(t2, t1); + }, + _sendTree$2(tree, maxCode) { + var maxCount, minCount, n, prevLen, count, nextLen0, t1, t2, t3, _this = this, + nextLen = tree[1]; + if (nextLen === 0) { + maxCount = 138; + minCount = 3; + } else { + maxCount = 7; + minCount = 4; + } + for (n = 0, prevLen = -1, count = 0; n <= maxCode; nextLen = nextLen0) { ++n; - nextlen0 = tree[n * 2 + 1]; + nextLen0 = tree[n * 2 + 1]; ++count; - if (count < max_count && nextlen === nextlen0) + if (count < maxCount && nextLen === nextLen0) continue; - else if (count < min_count) { - t1 = nextlen * 2; + else if (count < minCount) { + t1 = nextLen * 2; t2 = t1 + 1; do { - t3 = A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_); + t3 = _this.__Deflate__bitLengthTree_A; + t3 === $ && A.throwUnnamedLateFieldNI(); _this._sendBits$2(t3[t1] & 65535, t3[t2] & 65535); } while (--count, count !== 0); - } else if (nextlen !== 0) { - if (nextlen !== prevlen) { - t1 = A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_); - t2 = nextlen * 2; + } else if (nextLen !== 0) { + if (nextLen !== prevLen) { + t1 = _this.__Deflate__bitLengthTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = nextLen * 2; _this._sendBits$2(t1[t2] & 65535, t1[t2 + 1] & 65535); --count; } - t1 = A._lateReadCheck(_this.__Deflate__bitLengthTree, _s14_); + t1 = _this.__Deflate__bitLengthTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._sendBits$2(t1[32] & 65535, t1[33] & 65535); _this._sendBits$2(count - 3, 2); } else { - t1 = _this.__Deflate__bitLengthTree; + t1 = _this.__Deflate__bitLengthTree_A; if (count <= 10) { - t1 = A._lateReadCheck(t1, _s14_); + t1 === $ && A.throwUnnamedLateFieldNI(); _this._sendBits$2(t1[34] & 65535, t1[35] & 65535); _this._sendBits$2(count - 3, 3); } else { - t1 = A._lateReadCheck(t1, _s14_); + t1 === $ && A.throwUnnamedLateFieldNI(); _this._sendBits$2(t1[36] & 65535, t1[37] & 65535); _this._sendBits$2(count - 11, 7); } } - if (nextlen0 === 0) { - max_count = 138; - min_count = 3; - } else if (nextlen === nextlen0) { - max_count = 6; - min_count = 3; + if (nextLen0 === 0) { + maxCount = 138; + minCount = 3; + } else if (nextLen === nextLen0) { + maxCount = 6; + minCount = 3; } else { - max_count = 7; - min_count = 4; + maxCount = 7; + minCount = 4; } - prevlen = nextlen; + prevLen = nextLen; count = 0; } }, _putBytes$3(p, start, len) { - var _this = this, - _s8_ = "_pending"; + var t1, t2, _this = this; if (len === 0) return; - J.setRange$4$ax(A._lateReadCheck(_this.__Deflate__pendingBuffer, "_pendingBuffer"), A._lateReadCheck(_this.__Deflate__pending, _s8_), A._lateReadCheck(_this.__Deflate__pending, _s8_) + len, p, start); - _this.__Deflate__pending = A._lateReadCheck(_this.__Deflate__pending, _s8_) + len; + t1 = _this.__Deflate__pendingBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__pending_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + B.NativeUint8List_methods.setRange$4(t1, t2, t2 + len, p, start); + _this.__Deflate__pending_A = _this.__Deflate__pending_A + len; }, _putByte$1(c) { - var t1 = A._lateReadCheck(this.__Deflate__pendingBuffer, "_pendingBuffer"), - t2 = A._lateReadCheck(this.__Deflate__pending, "_pending"); - this.__Deflate__pending = t2 + 1; - J.$indexSet$ax(t1, t2, c); + var t2, + t1 = this.__Deflate__pendingBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.__Deflate__pending_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.__Deflate__pending_A = t2 + 1; + t1[t2] = c; }, _deflate$_sendCode$2(c, tree) { var t1 = c * 2; this._sendBits$2(tree[t1] & 65535, tree[t1 + 1] & 65535); }, - _sendBits$2(value_Renamed, $length) { - var _this = this, - _s13_ = "_numValidBits", - _s10_ = "_bitBuffer", - t1 = A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), - t2 = _this.__Deflate__bitBuffer; + _sendBits$2(valueRenamed, $length) { + var t2, _this = this, + t1 = _this.__Deflate__numValidBits_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__bitBuffer_A; if (t1 > 16 - $length) { - t1 = (A._lateReadCheck(t2, _s10_) | B.JSInt_methods.$shl(value_Renamed, A._lateReadCheck(_this.__Deflate__numValidBits, _s13_)) & 65535) >>> 0; - _this.__Deflate__bitBuffer = t1; - t1 = A._lateReadCheck(t1, _s10_); + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this.__Deflate__bitBuffer_A = (t2 | B.JSInt_methods.$shl(valueRenamed, t1) & 65535) >>> 0; _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); - _this.__Deflate__bitBuffer = A._rshift(value_Renamed, 16 - A._lateReadCheck(_this.__Deflate__numValidBits, _s13_)); - _this.__Deflate__numValidBits = A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) + ($length - 16); + t1 = _this.__Deflate__numValidBits_A; + _this.__Deflate__bitBuffer_A = A._rshift(valueRenamed, 16 - t1); + _this.__Deflate__numValidBits_A = t1 + ($length - 16); } else { - _this.__Deflate__bitBuffer = (A._lateReadCheck(t2, _s10_) | B.JSInt_methods.$shl(value_Renamed, A._lateReadCheck(_this.__Deflate__numValidBits, _s13_)) & 65535) >>> 0; - _this.__Deflate__numValidBits = A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) + $length; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__bitBuffer_A = (t2 | B.JSInt_methods.$shl(valueRenamed, t1) & 65535) >>> 0; + _this.__Deflate__numValidBits_A = t1 + $length; } }, _trTally$2(dist, lc) { - var t1, t2, out_length, dcode, _this = this, - _s14_ = "_pendingBuffer", - _s8_ = "_lastLit", - _s18_ = "_dynamicLengthTree", - _s8_0 = "_matches", - _s16_ = "_dynamicDistTree"; - J.$indexSet$ax(A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_), A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + A._lateReadCheck(_this.__Deflate__lastLit, _s8_) * 2, A._rshift(dist, 8)); - J.$indexSet$ax(A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_), A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + A._lateReadCheck(_this.__Deflate__lastLit, _s8_) * 2 + 1, dist); - J.$indexSet$ax(A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_), A._lateReadCheck(_this.__Deflate__lbuf, "_lbuf") + A._lateReadCheck(_this.__Deflate__lastLit, _s8_), lc); - _this.__Deflate__lastLit = A._lateReadCheck(_this.__Deflate__lastLit, _s8_) + 1; + var t2, t3, outLength, t4, dcode, _this = this, + t1 = _this.__Deflate__pendingBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__dbuf_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__lastLit_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2 += t3 * 2; + t1[t2] = A._rshift(dist, 8); + t1[t2 + 1] = dist; + t2 = _this.__Deflate__lbuf_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1[t2 + t3] = lc; + _this.__Deflate__lastLit_A = t3 + 1; if (dist === 0) { - t1 = A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_); + t1 = _this.__Deflate__dynamicLengthTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = lc * 2; t1[t2] = t1[t2] + 1; } else { - _this.__Deflate__matches = A._lateReadCheck(_this.__Deflate__matches, _s8_0) + 1; - t1 = A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_); + t1 = _this.__Deflate__matches_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__matches_A = t1 + 1; + t1 = _this.__Deflate__dynamicLengthTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = (B.List_NUU[lc] + 256 + 1) * 2; t1[t2] = t1[t2] + 1; - t2 = A._lateReadCheck(_this.__Deflate__dynamicDistTree, _s16_); + t2 = _this.__Deflate__dynamicDistTree_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = A._HuffmanTree__dCode(dist - 1) * 2; t2[t1] = t2[t1] + 1; } - if ((A._lateReadCheck(_this.__Deflate__lastLit, _s8_) & 8191) === 0 && A._lateReadCheck(_this.__Deflate__level, "_level") > 2) { - out_length = A._lateReadCheck(_this.__Deflate__lastLit, _s8_) * 8; - t1 = A._lateReadCheck(_this.__Deflate__strStart, "_strStart"); - t2 = A._lateReadCheck(_this.__Deflate__blockStart, "_blockStart"); - for (dcode = 0; dcode < 30; ++dcode) - out_length += A._lateReadCheck(_this.__Deflate__dynamicDistTree, _s16_)[dcode * 2] * (5 + B.List_X3d[dcode]); - out_length = A._rshift(out_length, 3); - if (A._lateReadCheck(_this.__Deflate__matches, _s8_0) < A._lateReadCheck(_this.__Deflate__lastLit, _s8_) / 2 && out_length < (t1 - t2) / 2) + t1 = _this.__Deflate__lastLit_A; + if ((t1 & 8191) === 0) { + t2 = _this.__Deflate__level_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 > 2; + } else + t2 = false; + if (t2) { + outLength = t1 * 8; + t2 = _this.__Deflate__strStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__blockStart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + for (t4 = _this.__Deflate__dynamicDistTree_A, dcode = 0; dcode < 30; ++dcode) { + t4 === $ && A.throwUnnamedLateFieldNI(); + outLength += t4[dcode * 2] * (5 + B.List_X3d[dcode]); + } + outLength = A._rshift(outLength, 3); + t4 = _this.__Deflate__matches_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4 < t1 / 2 && outLength < (t2 - t3) / 2) return true; } - return A._lateReadCheck(_this.__Deflate__lastLit, _s8_) === A._lateReadCheck(_this.__Deflate__litBufferSize, "_litBufferSize") - 1; + t2 = _this.__Deflate__litBufferSize_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t1 === t2 - 1; }, _compressBlock$2(ltree, dtree) { - var lx, t1, dist, lc, code, extra, _this = this, - _s8_ = "_lastLit", - _s14_ = "_pendingBuffer"; - if (A._lateReadCheck(_this.__Deflate__lastLit, _s8_) !== 0) { + var lx, t2, dist, lc, code, extra, _this = this, + t1 = _this.__Deflate__lastLit_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== 0) { lx = 0; do { - t1 = lx * 2; - dist = J.$index$asx(A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_), A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + t1) << 8 & 65280 | J.$index$asx(A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_), A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + t1 + 1) & 255; - lc = J.$index$asx(A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_), A._lateReadCheck(_this.__Deflate__lbuf, "_lbuf") + lx) & 255; + t1 = _this.__Deflate__pendingBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__dbuf_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 += lx * 2; + dist = t1[t2] << 8 & 65280 | t1[t2 + 1] & 255; + t2 = _this.__Deflate__lbuf_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + lc = t1[t2 + lx] & 255; ++lx; if (dist === 0) _this._deflate$_sendCode$2(lc, ltree); @@ -166040,116 +167841,155 @@ if (extra !== 0) _this._sendBits$2(dist - B.List_X3d0[code], extra); } - } while (lx < A._lateReadCheck(_this.__Deflate__lastLit, _s8_)); + } while (lx < _this.__Deflate__lastLit_A); } _this._deflate$_sendCode$2(256, ltree); - _this.__Deflate__lastEOBLen = ltree[513]; + _this.__Deflate__lastEOBLen_A = ltree[513]; }, setDataType$0() { - var n, bin_freq, ascii_freq, _this = this, - _s18_ = "_dynamicLengthTree"; - for (n = 0, bin_freq = 0; n < 7;) { - bin_freq += A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_)[n * 2]; + var t1, n, binFreq, asciiFreq; + for (t1 = this.__Deflate__dynamicLengthTree_A, n = 0, binFreq = 0; n < 7;) { + t1 === $ && A.throwUnnamedLateFieldNI(); + binFreq += t1[n * 2]; ++n; } - for (ascii_freq = 0; n < 128;) { - ascii_freq += A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_)[n * 2]; + for (asciiFreq = 0; n < 128;) { + t1 === $ && A.throwUnnamedLateFieldNI(); + asciiFreq += t1[n * 2]; ++n; } for (; n < 256;) { - bin_freq += A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_)[n * 2]; + t1 === $ && A.throwUnnamedLateFieldNI(); + binFreq += t1[n * 2]; ++n; } - _this._dataType = bin_freq > A._rshift(ascii_freq, 2) ? 0 : 1; + this._dataType = binFreq > A._rshift(asciiFreq, 2) ? 0 : 1; }, biFlush$0() { - var t1, _this = this, - _s13_ = "_numValidBits", - _s10_ = "_bitBuffer"; - if (A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) === 16) { - t1 = A._lateReadCheck(_this.__Deflate__bitBuffer, _s10_); + var _this = this, + t1 = _this.__Deflate__numValidBits_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 === 16) { + t1 = _this.__Deflate__bitBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); - _this.__Deflate__numValidBits = _this.__Deflate__bitBuffer = 0; - } else if (A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) >= 8) { - _this._putByte$1(A._lateReadCheck(_this.__Deflate__bitBuffer, _s10_)); - _this.__Deflate__bitBuffer = A._rshift(A._lateReadCheck(_this.__Deflate__bitBuffer, _s10_), 8); - _this.__Deflate__numValidBits = A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) - 8; + _this.__Deflate__numValidBits_A = _this.__Deflate__bitBuffer_A = 0; + } else if (t1 >= 8) { + t1 = _this.__Deflate__bitBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._putByte$1(t1); + _this.__Deflate__bitBuffer_A = A._rshift(_this.__Deflate__bitBuffer_A, 8); + _this.__Deflate__numValidBits_A = _this.__Deflate__numValidBits_A - 8; } }, _biWindup$0() { - var t1, _this = this, - _s13_ = "_numValidBits", - _s10_ = "_bitBuffer"; - if (A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) > 8) { - t1 = A._lateReadCheck(_this.__Deflate__bitBuffer, _s10_); + var _this = this, + t1 = _this.__Deflate__numValidBits_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 > 8) { + t1 = _this.__Deflate__bitBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); - } else if (A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) > 0) - _this._putByte$1(A._lateReadCheck(_this.__Deflate__bitBuffer, _s10_)); - _this.__Deflate__numValidBits = _this.__Deflate__bitBuffer = 0; + } else if (t1 > 0) { + t1 = _this.__Deflate__bitBuffer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._putByte$1(t1); + } + _this.__Deflate__numValidBits_A = _this.__Deflate__bitBuffer_A = 0; }, _flushBlockOnly$1(eof) { - var max_blindex, optLenb, staticLenb, _this = this, - _s11_ = "_blockStart", - _s9_ = "_strStart", - t1 = A._lateReadCheck(_this.__Deflate__blockStart, _s11_) >= 0 ? A._lateReadCheck(_this.__Deflate__blockStart, _s11_) : -1, - t2 = A._lateReadCheck(_this.__Deflate__strStart, _s9_) - A._lateReadCheck(_this.__Deflate__blockStart, _s11_); - if (A._lateReadCheck(_this.__Deflate__level, "_level") > 0) { + var t2, t3, maxBlIndex, optLenb, staticLenb, _this = this, + t1 = _this.__Deflate__blockStart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 >= 0) + t2 = t1; + else + t2 = -1; + t3 = _this.__Deflate__strStart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1 = t3 - t1; + t3 = _this.__Deflate__level_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3 > 0) { if (_this._dataType === 2) _this.setDataType$0(); _this._lDesc._buildTree$1(_this); _this._dDesc._buildTree$1(_this); - max_blindex = _this._buildBitLengthTree$0(); - optLenb = A._rshift(A._lateReadCheck(_this.__Deflate__optimalLen, "_optimalLen") + 3 + 7, 3); - staticLenb = A._rshift(A._lateReadCheck(_this.__Deflate__staticLen, "_staticLen") + 3 + 7, 3); + maxBlIndex = _this._buildBitLengthTree$0(); + t3 = _this.__Deflate__optimalLen_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + optLenb = A._rshift(t3 + 3 + 7, 3); + t3 = _this.__Deflate__staticLen_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + staticLenb = A._rshift(t3 + 3 + 7, 3); if (staticLenb <= optLenb) optLenb = staticLenb; } else { - staticLenb = t2 + 5; + staticLenb = t1 + 5; optLenb = staticLenb; - max_blindex = 0; + maxBlIndex = 0; } - if (t2 + 4 <= optLenb && t1 !== -1) - _this._trStoredBlock$3(t1, t2, eof); + if (t1 + 4 <= optLenb && t2 !== -1) + _this._trStoredBlock$3(t2, t1, eof); else if (staticLenb === optLenb) { _this._sendBits$2(2 + (eof ? 1 : 0), 3); _this._compressBlock$2(B.List_Xg4, B.List_iYO); } else { _this._sendBits$2(4 + (eof ? 1 : 0), 3); - _this._sendAllTrees$3(A._lateReadCheck(_this._lDesc.___HuffmanTree_maxCode, "maxCode") + 1, A._lateReadCheck(_this._dDesc.___HuffmanTree_maxCode, "maxCode") + 1, max_blindex + 1); - _this._compressBlock$2(A._lateReadCheck(_this.__Deflate__dynamicLengthTree, "_dynamicLengthTree"), A._lateReadCheck(_this.__Deflate__dynamicDistTree, "_dynamicDistTree")); + t1 = _this._lDesc.___HuffmanTree_maxCode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._dDesc.___HuffmanTree_maxCode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._sendAllTrees$3(t1 + 1, t2 + 1, maxBlIndex + 1); + t2 = _this.__Deflate__dynamicLengthTree_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this.__Deflate__dynamicDistTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._compressBlock$2(t2, t1); } _this._initBlock$0(); if (eof) _this._biWindup$0(); - _this.__Deflate__blockStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_); + _this.__Deflate__blockStart_A = _this.__Deflate__strStart_A; _this._flushPending$0(); }, _deflateStored$1(flush) { - var t1, maxStart, _this = this, - _s18_ = "_pendingBufferSize", - _s10_ = "_lookAhead", - _s9_ = "_strStart", - _s11_ = "_blockStart", - maxBlockSize = 65535 > A._lateReadCheck(_this.__Deflate__pendingBufferSize, _s18_) - 5 ? A._lateReadCheck(_this.__Deflate__pendingBufferSize, _s18_) - 5 : 65535; + var maxBlockSize, t2, t3, maxStart, t4, _this = this, + t1 = _this.__Deflate__pendingBufferSize_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + maxBlockSize = t1 - 5; + maxBlockSize = 65535 > maxBlockSize ? maxBlockSize : 65535; for (t1 = flush === 0; true;) { - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) <= 1) { + t2 = _this.__Deflate__lookAhead_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 <= 1) { _this._fillWindow$0(); - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0 && t1) + t2 = _this.__Deflate__lookAhead_A; + t3 = t2 === 0; + if (t3 && t1) return 0; - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) + if (t3) break; } - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + A._lateReadCheck(_this.__Deflate__lookAhead, _s10_); - _this.__Deflate__lookAhead = 0; - maxStart = A._lateReadCheck(_this.__Deflate__blockStart, _s11_) + maxBlockSize; - if (A._lateReadCheck(_this.__Deflate__strStart, _s9_) >= maxStart) { - _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__strStart, _s9_) - maxStart; - _this.__Deflate__strStart = maxStart; + t3 = _this.__Deflate__strStart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__strStart_A = t3 + t2; + _this.__Deflate__lookAhead_A = 0; + t3 = _this.__Deflate__blockStart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + maxStart = t3 + maxBlockSize; + if (t2 >= maxStart) { + _this.__Deflate__lookAhead_A = t2 - maxStart; + _this.__Deflate__strStart_A = maxStart; _this._flushBlockOnly$1(false); } - if (A._lateReadCheck(_this.__Deflate__strStart, _s9_) - A._lateReadCheck(_this.__Deflate__blockStart, _s11_) >= A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize") - 262) + t2 = _this.__Deflate__strStart_A; + t3 = _this.__Deflate__blockStart_A; + t4 = _this.__Deflate__windowSize_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t2 - t3 >= t4 - 262) _this._flushBlockOnly$1(false); } t1 = flush === 4; @@ -166160,116 +168000,204 @@ var t1, _this = this; _this._sendBits$2(eof ? 1 : 0, 3); _this._biWindup$0(); - _this.__Deflate__lastEOBLen = 8; + _this.__Deflate__lastEOBLen_A = 8; _this._putByte$1(storedLen); _this._putByte$1(A._rshift(storedLen, 8)); t1 = (~storedLen >>> 0) + 65536 & 65535; _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); - _this._putBytes$3(A._lateReadCheck(_this.__Deflate__window, "_window"), buf, storedLen); + t1 = _this.__Deflate__window_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._putBytes$3(t1, buf, storedLen); }, _fillWindow$0() { - var more, p, n, m, t2, _this = this, - _s10_ = "_lookAhead", - _s9_ = "_strStart", - _s11_ = "_windowSize", - _s7_ = "_window", + var t2, t3, t4, more, p, p0, n, m, t5, t6, _this = this, t1 = _this._deflate$_input; do { - more = A._lateReadCheck(_this.__Deflate__actualWindowSize, "_actualWindowSize") - A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - A._lateReadCheck(_this.__Deflate__strStart, _s9_); - if (more === 0 && A._lateReadCheck(_this.__Deflate__strStart, _s9_) === 0 && A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) - more = A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - else if (A._lateReadCheck(_this.__Deflate__strStart, _s9_) >= A._lateReadCheck(_this.__Deflate__windowSize, _s11_) + A._lateReadCheck(_this.__Deflate__windowSize, _s11_) - 262) { - J.setRange$4$ax(A._lateReadCheck(_this.__Deflate__window, _s7_), 0, A._lateReadCheck(_this.__Deflate__windowSize, _s11_), A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__windowSize, _s11_)); - _this._matchStart = _this._matchStart - A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) - A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - _this.__Deflate__blockStart = A._lateReadCheck(_this.__Deflate__blockStart, "_blockStart") - A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - p = A._lateReadCheck(_this.__Deflate__hashSize, "_hashSize"); - n = p; - do { - --p; - m = A._lateReadCheck(_this.__Deflate__head, "_head")[p] & 65535; - t2 = A._lateReadCheck(_this.__Deflate__head, "_head"); - t2[p] = m >= A._lateReadCheck(_this.__Deflate__windowSize, _s11_) ? m - A._lateReadCheck(_this.__Deflate__windowSize, _s11_) : 0; - } while (--n, n !== 0); - p = A._lateReadCheck(_this.__Deflate__windowSize, _s11_); - n = p; - do { - --p; - m = A._lateReadCheck(_this.__Deflate__prev, "_prev")[p] & 65535; - t2 = A._lateReadCheck(_this.__Deflate__prev, "_prev"); - t2[p] = m >= A._lateReadCheck(_this.__Deflate__windowSize, _s11_) ? m - A._lateReadCheck(_this.__Deflate__windowSize, _s11_) : 0; - } while (--n, n !== 0); - more += A._lateReadCheck(_this.__Deflate__windowSize, _s11_); + t2 = _this.__Deflate__actualWindowSize_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__lookAhead_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__Deflate__strStart_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + more = t2 - t3 - t4; + if (more === 0 && t4 === 0 && t3 === 0) { + t2 = _this.__Deflate__windowSize_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + more = t2; + } else { + t2 = _this.__Deflate__windowSize_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t4 >= t2 + t2 - 262) { + t3 = _this.__Deflate__window_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + B.NativeUint8List_methods.setRange$4(t3, 0, t2, t3, t2); + t2 = _this._matchStart; + p = _this.__Deflate__windowSize_A; + _this._matchStart = t2 - p; + _this.__Deflate__strStart_A = _this.__Deflate__strStart_A - p; + t2 = _this.__Deflate__blockStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__blockStart_A = t2 - p; + t2 = _this.__Deflate__hashSize_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__head_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + p0 = t2; + n = p0; + do { + --p0; + m = t3[p0] & 65535; + t3[p0] = m >= p ? m - p : 0; + } while (--n, n !== 0); + t2 = _this.__Deflate__prev_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + p0 = p; + n = p0; + do { + --p0; + m = t2[p0] & 65535; + t2[p0] = m >= p ? m - p : 0; + } while (--n, n !== 0); + more += p; + } } if (t1.get$isEOS()) return; - n = _this._readBuf$3(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), more); - t2 = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) + n; - _this.__Deflate__lookAhead = t2; - if (A._lateReadCheck(t2, _s10_) >= 3) { - t2 = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_)) & 255; - _this.__Deflate__insertHash = t2; - _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(t2, "_insertHash"), A._lateReadCheck(_this.__Deflate__hashShift, "_hashShift")) ^ J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1) & 255) & A._lateReadCheck(_this.__Deflate__hashMask, "_hashMask")) >>> 0; + t2 = _this.__Deflate__window_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + n = _this._readBuf$3(t2, _this.__Deflate__strStart_A + _this.__Deflate__lookAhead_A, more); + t2 = _this.__Deflate__lookAhead_A = _this.__Deflate__lookAhead_A + n; + if (t2 >= 3) { + t3 = _this.__Deflate__window_A; + t4 = _this.__Deflate__strStart_A; + t5 = t3[t4] & 255; + _this.__Deflate__insertHash_A = t5; + t6 = _this.__Deflate__hashShift_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6 = B.JSInt_methods.$shl(t5, t6); + t4 = t3[t4 + 1]; + t3 = _this.__Deflate__hashMask_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__insertHash_A = ((t6 ^ t4 & 255) & t3) >>> 0; } - } while (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262 && !t1.get$isEOS()); + } while (t2 < 262 && !t1.get$isEOS()); }, _deflateFast$1(flush) { - var t1, hash_head, bflush, t2, t3, _this = this, - _s10_ = "_lookAhead", - _s11_ = "_insertHash", - _s10_0 = "_hashShift", - _s7_ = "_window", - _s9_ = "_strStart", - _s9_0 = "_hashMask", - _s5_ = "_head", - _s11_0 = "_windowMask", - _s12_ = "_matchLength"; - for (t1 = flush === 0, hash_head = 0; true;) { - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262) { + var t1, hashHead, t2, t3, t4, t5, t6, t7, bflush, t8, _this = this; + for (t1 = flush === 0, hashHead = 0; true;) { + t2 = _this.__Deflate__lookAhead_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 < 262) { _this._fillWindow$0(); - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262 && t1) + t2 = _this.__Deflate__lookAhead_A; + if (t2 < 262 && t1) return 0; - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) + if (t2 === 0) break; } - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) >= 3) { - _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 2) & 255) & A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)) >>> 0; - hash_head = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] & 65535; - A._lateReadCheck(_this.__Deflate__prev, "_prev")[(A._lateReadCheck(_this.__Deflate__strStart, _s9_) & A._lateReadCheck(_this.__Deflate__windowMask, _s11_0)) >>> 0] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; - A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] = A._lateReadCheck(_this.__Deflate__strStart, _s9_); + if (t2 >= 3) { + t2 = _this.__Deflate__insertHash_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__hashShift_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = B.JSInt_methods.$shl(t2, t3); + t2 = _this.__Deflate__window_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__Deflate__strStart_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2[t4 + 2]; + t5 = _this.__Deflate__hashMask_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__Deflate__insertHash_A = ((t3 ^ t2 & 255) & t5) >>> 0; + t2 = _this.__Deflate__head_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2[t5]; + hashHead = t3 & 65535; + t6 = _this.__Deflate__prev_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = _this.__Deflate__windowMask_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t6[(t4 & t7) >>> 0] = t3; + t2[t5] = t4; } - if (hash_head !== 0 && (A._lateReadCheck(_this.__Deflate__strStart, _s9_) - hash_head & 65535) <= A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize") - 262) - if (A._lateReadCheck(_this.__Deflate__strategy, "_strategy") !== 2) - _this.__Deflate__matchLength = _this._longestMatch$1(hash_head); - if (A._lateReadCheck(_this.__Deflate__matchLength, _s12_) >= 3) { - bflush = _this._trTally$2(A._lateReadCheck(_this.__Deflate__strStart, _s9_) - _this._matchStart, A._lateReadCheck(_this.__Deflate__matchLength, _s12_) - 3); - _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - A._lateReadCheck(_this.__Deflate__matchLength, _s12_); - t2 = A._lateReadCheck(_this.__Deflate__matchLength, _s12_); - t3 = $.Deflate____config.__late_helper$_value; - if (t3 == null ? $.Deflate____config == null : t3 === $.Deflate____config) + if (hashHead !== 0) { + t2 = _this.__Deflate__strStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__windowSize_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = (t2 - hashHead & 65535) <= t3 - 262; + t2 = t3; + } else + t2 = false; + if (t2) { + t2 = _this.__Deflate__strategy_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== 2) + _this.__Deflate__matchLength_A = _this._longestMatch$1(hashHead); + } + t2 = _this.__Deflate__matchLength_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__strStart_A; + if (t2 >= 3) { + t3 === $ && A.throwUnnamedLateFieldNI(); + bflush = _this._trTally$2(t3 - _this._matchStart, t2 - 3); + t2 = _this.__Deflate__lookAhead_A; + t3 = _this.__Deflate__matchLength_A; + t2 -= t3; + _this.__Deflate__lookAhead_A = t2; + t4 = $.Deflate____config.__late_helper$_value; + if (t4 == null ? $.Deflate____config == null : t4 === $.Deflate____config) A.throwExpression(A.LateError$fieldNI($.Deflate____config.__late_helper$_name)); - if (t2 <= t3.maxLazy && A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) >= 3) { - _this.__Deflate__matchLength = A._lateReadCheck(_this.__Deflate__matchLength, _s12_) - 1; + if (t3 <= t4.maxLazy && t2 >= 3) { + t2 = _this.__Deflate__matchLength_A = t3 - 1; do { - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; - _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 2) & 255) & A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)) >>> 0; - hash_head = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] & 65535; - A._lateReadCheck(_this.__Deflate__prev, "_prev")[(A._lateReadCheck(_this.__Deflate__strStart, _s9_) & A._lateReadCheck(_this.__Deflate__windowMask, _s11_0)) >>> 0] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; - A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] = A._lateReadCheck(_this.__Deflate__strStart, _s9_); - } while (t2 = A._lateReadCheck(_this.__Deflate__matchLength, _s12_) - 1, _this.__Deflate__matchLength = t2, t2 !== 0); - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; + t3 = _this.__Deflate__strStart_A = _this.__Deflate__strStart_A + 1; + t4 = _this.__Deflate__insertHash_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__Deflate__hashShift_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = B.JSInt_methods.$shl(t4, t5); + t4 = _this.__Deflate__window_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4[t3 + 2]; + t6 = _this.__Deflate__hashMask_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__Deflate__insertHash_A = ((t5 ^ t4 & 255) & t6) >>> 0; + t4 = _this.__Deflate__head_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t4[t6]; + hashHead = t5 & 65535; + t7 = _this.__Deflate__prev_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t8 = _this.__Deflate__windowMask_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + t7[(t3 & t8) >>> 0] = t5; + t4[t6] = t3; + } while (t2 = _this.__Deflate__matchLength_A = t2 - 1, t2 !== 0); + _this.__Deflate__strStart_A = t3 + 1; } else { - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + A._lateReadCheck(_this.__Deflate__matchLength, _s12_); - _this.__Deflate__matchLength = 0; - t2 = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_)) & 255; - _this.__Deflate__insertHash = t2; - _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(t2, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1) & 255) & A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)) >>> 0; + t2 = _this.__Deflate__strStart_A = _this.__Deflate__strStart_A + t3; + _this.__Deflate__matchLength_A = 0; + t3 = _this.__Deflate__window_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3[t2] & 255; + _this.__Deflate__insertHash_A = t4; + t5 = _this.__Deflate__hashShift_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = B.JSInt_methods.$shl(t4, t5); + t2 = t3[t2 + 1]; + t3 = _this.__Deflate__hashMask_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__insertHash_A = ((t5 ^ t2 & 255) & t3) >>> 0; } } else { - bflush = _this._trTally$2(0, J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_)) & 255); - _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - 1; - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; + t2 = _this.__Deflate__window_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 === $ && A.throwUnnamedLateFieldNI(); + bflush = _this._trTally$2(0, t2[t3] & 255); + _this.__Deflate__lookAhead_A = _this.__Deflate__lookAhead_A - 1; + _this.__Deflate__strStart_A = _this.__Deflate__strStart_A + 1; } if (bflush) _this._flushBlockOnly$1(false); @@ -166279,168 +168207,244 @@ return t1 ? 3 : 1; }, _deflateSlow$1(flush) { - var t1, hash_head, t2, t3, max_insert, bflush, _this = this, - _s10_ = "_lookAhead", - _s11_ = "_insertHash", - _s10_0 = "_hashShift", - _s7_ = "_window", - _s9_ = "_strStart", - _s9_0 = "_hashMask", - _s5_ = "_head", - _s11_0 = "_windowMask", - _s12_ = "_matchLength", - _s11_1 = "_prevLength", - _s9_1 = "_strategy", - _s15_ = "_matchAvailable"; - for (t1 = flush === 0, hash_head = 0; true;) { - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262) { + var t1, hashHead, t2, t3, t4, t5, t6, t7, maxInsert, bflush, t8, _this = this; + for (t1 = flush === 0, hashHead = 0; true;) { + t2 = _this.__Deflate__lookAhead_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 < 262) { _this._fillWindow$0(); - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262 && t1) + t2 = _this.__Deflate__lookAhead_A; + if (t2 < 262 && t1) return 0; - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) + if (t2 === 0) break; } - if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) >= 3) { - _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 2) & 255) & A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)) >>> 0; - hash_head = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] & 65535; - A._lateReadCheck(_this.__Deflate__prev, "_prev")[(A._lateReadCheck(_this.__Deflate__strStart, _s9_) & A._lateReadCheck(_this.__Deflate__windowMask, _s11_0)) >>> 0] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; - A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] = A._lateReadCheck(_this.__Deflate__strStart, _s9_); + if (t2 >= 3) { + t2 = _this.__Deflate__insertHash_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__hashShift_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = B.JSInt_methods.$shl(t2, t3); + t2 = _this.__Deflate__window_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__Deflate__strStart_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2[t4 + 2]; + t5 = _this.__Deflate__hashMask_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__Deflate__insertHash_A = ((t3 ^ t2 & 255) & t5) >>> 0; + t2 = _this.__Deflate__head_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2[t5]; + hashHead = t3 & 65535; + t6 = _this.__Deflate__prev_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = _this.__Deflate__windowMask_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t6[(t4 & t7) >>> 0] = t3; + t2[t5] = t4; } - t2 = A._lateReadCheck(_this.__Deflate__matchLength, _s12_); - _this.__Deflate__prevLength = t2; - _this.__Deflate__prevMatch = _this._matchStart; - _this.__Deflate__matchLength = 2; - if (hash_head !== 0) { - t2 = A._lateReadCheck(t2, _s11_1); + t2 = _this.__Deflate__matchLength_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__prevLength_A = t2; + _this.__Deflate__prevMatch_A = _this._matchStart; + _this.__Deflate__matchLength_A = 2; + if (hashHead !== 0) { t3 = $.Deflate____config.__late_helper$_value; if (t3 == null ? $.Deflate____config == null : t3 === $.Deflate____config) A.throwExpression(A.LateError$fieldNI($.Deflate____config.__late_helper$_name)); - t2 = t2 < t3.maxLazy && (A._lateReadCheck(_this.__Deflate__strStart, _s9_) - hash_head & 65535) <= A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize") - 262; + if (t2 < t3.maxLazy) { + t2 = _this.__Deflate__strStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__windowSize_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = (t2 - hashHead & 65535) <= t3 - 262; + t2 = t3; + } else + t2 = false; } else t2 = false; if (t2) { - if (A._lateReadCheck(_this.__Deflate__strategy, _s9_1) !== 2) - _this.__Deflate__matchLength = _this._longestMatch$1(hash_head); - if (A._lateReadCheck(_this.__Deflate__matchLength, _s12_) <= 5) - if (A._lateReadCheck(_this.__Deflate__strategy, _s9_1) !== 1) - t2 = A._lateReadCheck(_this.__Deflate__matchLength, _s12_) === 3 && A._lateReadCheck(_this.__Deflate__strStart, _s9_) - _this._matchStart > 4096; + t2 = _this.__Deflate__strategy_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== 2) { + t2 = _this._longestMatch$1(hashHead); + _this.__Deflate__matchLength_A = t2; + } else + t2 = 2; + if (t2 <= 5) + if (_this.__Deflate__strategy_A !== 1) + if (t2 === 3) { + t3 = _this.__Deflate__strStart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3 - _this._matchStart > 4096; + } else + t3 = false; else - t2 = true; + t3 = true; else - t2 = false; - if (t2) - _this.__Deflate__matchLength = 2; - } - if (A._lateReadCheck(_this.__Deflate__prevLength, _s11_1) >= 3 && A._lateReadCheck(_this.__Deflate__matchLength, _s12_) <= A._lateReadCheck(_this.__Deflate__prevLength, _s11_1)) { - max_insert = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - 3; - bflush = _this._trTally$2(A._lateReadCheck(_this.__Deflate__strStart, _s9_) - 1 - A._lateReadCheck(_this.__Deflate__prevMatch, "_prevMatch"), A._lateReadCheck(_this.__Deflate__prevLength, _s11_1) - 3); - _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - (A._lateReadCheck(_this.__Deflate__prevLength, _s11_1) - 1); - _this.__Deflate__prevLength = A._lateReadCheck(_this.__Deflate__prevLength, _s11_1) - 2; + t3 = false; + if (t3) { + _this.__Deflate__matchLength_A = 2; + t2 = 2; + } + } else + t2 = 2; + t3 = _this.__Deflate__prevLength_A; + if (t3 >= 3 && t2 <= t3) { + t2 = _this.__Deflate__strStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + maxInsert = t2 + _this.__Deflate__lookAhead_A - 3; + bflush = _this._trTally$2(t2 - 1 - _this.__Deflate__prevMatch_A, t3 - 3); + t3 = _this.__Deflate__lookAhead_A; + t2 = _this.__Deflate__prevLength_A; + _this.__Deflate__lookAhead_A = t3 - (t2 - 1); + t2 = _this.__Deflate__prevLength_A = t2 - 2; do { - t2 = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; - _this.__Deflate__strStart = t2; - if (t2 <= max_insert) { - _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 2) & 255) & A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)) >>> 0; - hash_head = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] & 65535; - A._lateReadCheck(_this.__Deflate__prev, "_prev")[(A._lateReadCheck(_this.__Deflate__strStart, _s9_) & A._lateReadCheck(_this.__Deflate__windowMask, _s11_0)) >>> 0] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; - A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)] = A._lateReadCheck(_this.__Deflate__strStart, _s9_); + t3 = _this.__Deflate__strStart_A = _this.__Deflate__strStart_A + 1; + if (t3 <= maxInsert) { + t4 = _this.__Deflate__insertHash_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__Deflate__hashShift_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = B.JSInt_methods.$shl(t4, t5); + t4 = _this.__Deflate__window_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4[t3 + 2]; + t6 = _this.__Deflate__hashMask_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__Deflate__insertHash_A = ((t5 ^ t4 & 255) & t6) >>> 0; + t4 = _this.__Deflate__head_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t4[t6]; + hashHead = t5 & 65535; + t7 = _this.__Deflate__prev_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t8 = _this.__Deflate__windowMask_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + t7[(t3 & t8) >>> 0] = t5; + t4[t6] = t3; } - } while (t2 = A._lateReadCheck(_this.__Deflate__prevLength, _s11_1) - 1, _this.__Deflate__prevLength = t2, t2 !== 0); - _this.__Deflate__matchAvailable = 0; - _this.__Deflate__matchLength = 2; - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; + } while (t2 = _this.__Deflate__prevLength_A = t2 - 1, t2 !== 0); + _this.__Deflate__matchAvailable_A = 0; + _this.__Deflate__matchLength_A = 2; + _this.__Deflate__strStart_A = t3 + 1; if (bflush) _this._flushBlockOnly$1(false); - } else if (A._lateReadCheck(_this.__Deflate__matchAvailable, _s15_) !== 0) { - if (_this._trTally$2(0, J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) - 1) & 255)) - _this._flushBlockOnly$1(false); - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; - _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - 1; } else { - _this.__Deflate__matchAvailable = 1; - _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; - _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - 1; + t2 = _this.__Deflate__matchAvailable_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== 0) { + t2 = _this.__Deflate__window_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__strStart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (_this._trTally$2(0, t2[t3 - 1] & 255)) + _this._flushBlockOnly$1(false); + _this.__Deflate__strStart_A = _this.__Deflate__strStart_A + 1; + _this.__Deflate__lookAhead_A = _this.__Deflate__lookAhead_A - 1; + } else { + _this.__Deflate__matchAvailable_A = 1; + t2 = _this.__Deflate__strStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__strStart_A = t2 + 1; + _this.__Deflate__lookAhead_A = _this.__Deflate__lookAhead_A - 1; + } } } - if (A._lateReadCheck(_this.__Deflate__matchAvailable, _s15_) !== 0) { - _this._trTally$2(0, J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), A._lateReadCheck(_this.__Deflate__strStart, _s9_) - 1) & 255); - _this.__Deflate__matchAvailable = 0; + t1 = _this.__Deflate__matchAvailable_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== 0) { + t1 = _this.__Deflate__window_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__strStart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._trTally$2(0, t1[t2 - 1] & 255); + _this.__Deflate__matchAvailable_A = 0; } t1 = flush === 4; _this._flushBlockOnly$1(t1); return t1 ? 3 : 1; }, - _longestMatch$1(cur_match) { - var scan0, match, len, _this = this, - _s9_ = "_strStart", - _s11_ = "_prevLength", - _s11_0 = "_windowSize", - _s7_ = "_window", - _s10_ = "_lookAhead", - chain_length = $.Deflate____config._readField$0().maxChain, - scan = A._lateReadCheck(_this.__Deflate__strStart, _s9_), - best_len = A._lateReadCheck(_this.__Deflate__prevLength, _s11_), - limit = A._lateReadCheck(_this.__Deflate__strStart, _s9_) > A._lateReadCheck(_this.__Deflate__windowSize, _s11_0) - 262 ? A._lateReadCheck(_this.__Deflate__strStart, _s9_) - (A._lateReadCheck(_this.__Deflate__windowSize, _s11_0) - 262) : 0, - nice_match = $.Deflate____config._readField$0().niceLength, - t1 = A._lateReadCheck(_this.__Deflate__windowMask, "_windowMask"), - strend = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 258, - t2 = scan + best_len, - scan_end1 = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), t2 - 1), - scan_end = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), t2); - if (A._lateReadCheck(_this.__Deflate__prevLength, _s11_) >= $.Deflate____config._readField$0().goodLength) - chain_length = chain_length >>> 2; - if (nice_match > A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)) - nice_match = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_); - scan0 = strend - 258; + _longestMatch$1(curMatch) { + var t2, t3, limit, niceMatch, strend, t4, t5, scanEnd1, scanEnd, scan, bestLen, scan0, match, len, _this = this, + chainLength = $.Deflate____config._readField$0().maxChain, + t1 = _this.__Deflate__strStart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__prevLength_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__Deflate__windowSize_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 -= 262; + limit = t1 > t3 ? t1 - t3 : 0; + niceMatch = $.Deflate____config._readField$0().niceLength; + t3 = _this.__Deflate__windowMask_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + strend = _this.__Deflate__strStart_A + 258; + t4 = _this.__Deflate__window_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t1 + t2; + scanEnd1 = t4[t5 - 1]; + scanEnd = t4[t5]; + if (_this.__Deflate__prevLength_A >= $.Deflate____config._readField$0().goodLength) + chainLength = chainLength >>> 2; + t4 = _this.__Deflate__lookAhead_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (niceMatch > t4) + niceMatch = t4; + scan = strend - 258; + bestLen = t2; + scan0 = t1; do { c$0: { - t2 = cur_match + best_len; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), t2) === scan_end) - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), t2 - 1) === scan_end1) - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), cur_match) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan)) { - match = cur_match + 1; - t2 = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match) !== J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan + 1); + t1 = _this.__Deflate__window_A; + t2 = curMatch + bestLen; + if (t1[t2] === scanEnd) + if (t1[t2 - 1] === scanEnd1) + if (t1[curMatch] === t1[scan0]) { + match = curMatch + 1; + t2 = t1[match] !== t1[scan0 + 1]; } else { - match = cur_match; + match = curMatch; t2 = true; } else { - match = cur_match; + match = curMatch; t2 = true; } else { - match = cur_match; + match = curMatch; t2 = true; } if (t2) break c$0; - scan += 2; + scan0 += 2; ++match; do { - ++scan; + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - if (J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match)) { - ++scan; + if (t1[scan0] === t1[match]) { + ++scan0; ++match; - t2 = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), scan) === J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), match) && scan < strend; + t2 = t1[scan0] === t1[match] && scan0 < strend; } else t2 = false; } else @@ -166456,30 +168460,34 @@ } else t2 = false; } while (t2); - len = 258 - (strend - scan); - if (len > best_len) { - _this._matchStart = cur_match; - if (len >= nice_match) { - best_len = len; + len = 258 - (strend - scan0); + if (len > bestLen) { + _this._matchStart = curMatch; + if (len >= niceMatch) { + bestLen = len; break; } - t2 = scan0 + len; - scan_end1 = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), t2 - 1); - scan_end = J.$index$asx(A._lateReadCheck(_this.__Deflate__window, _s7_), t2); - best_len = len; + t1 = _this.__Deflate__window_A; + t2 = scan + len; + scanEnd1 = t1[t2 - 1]; + scanEnd = t1[t2]; + bestLen = len; } - scan = scan0; + scan0 = scan; } - cur_match = A._lateReadCheck(_this.__Deflate__prev, "_prev")[cur_match & t1] & 65535; - if (cur_match > limit) { - --chain_length; - t2 = chain_length !== 0; + t1 = _this.__Deflate__prev_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + curMatch = t1[curMatch & t3] & 65535; + if (curMatch > limit) { + --chainLength; + t1 = chainLength !== 0; } else - t2 = false; - } while (t2); - if (best_len <= A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)) - return best_len; - return A._lateReadCheck(_this.__Deflate__lookAhead, _s10_); + t1 = false; + } while (t1); + t1 = _this.__Deflate__lookAhead_A; + if (bestLen <= t1) + return bestLen; + return t1; }, _readBuf$3(buf, start, size) { var data, len, bytes, t1, _this = this; @@ -166499,15 +168507,19 @@ return len; }, _flushPending$0() { - var _this = this, - _s8_ = "_pending", - t1 = A._lateReadCheck(_this.__Deflate__pending, _s8_); - _this._output.writeBytes$2(A._lateReadCheck(_this.__Deflate__pendingBuffer, "_pendingBuffer"), t1); - _this.__Deflate__pendingOut = A._lateReadCheck(_this.__Deflate__pendingOut, "_pendingOut") + t1; - t1 = A._lateReadCheck(_this.__Deflate__pending, _s8_) - t1; - _this.__Deflate__pending = t1; - if (A._lateReadCheck(t1, _s8_) === 0) - _this.__Deflate__pendingOut = 0; + var t2, _this = this, + t1 = _this.__Deflate__pending_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__Deflate__pendingBuffer_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._output.writeBytes$2(t2, t1); + t2 = _this.__Deflate__pendingOut_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__Deflate__pendingOut_A = t2 + t1; + t1 = _this.__Deflate__pending_A - t1; + _this.__Deflate__pending_A = t1; + if (t1 === 0) + _this.__Deflate__pendingOut_A = 0; }, _getConfig$1(level) { switch (level) { @@ -166538,61 +168550,75 @@ A._DeflaterConfig.prototype = {}; A._HuffmanTree.prototype = { _genBitlen$1(s) { - var t2, bits, t3, h, t4, overflow, n, t5, t6, xbits, f, bits0, m, _this = this, - _s10_ = "staticDesc", - _s8_ = "_heapMax", - _s11_ = "_optimalLen", - t1 = A._lateReadCheck(_this.___HuffmanTree_dynamicTree, "dynamicTree"), - stree = A._lateReadCheck(_this.___HuffmanTree_staticDesc, _s10_).staticTree, - extra = A._lateReadCheck(_this.___HuffmanTree_staticDesc, _s10_).extraBits, - base_Renamed = A._lateReadCheck(_this.___HuffmanTree_staticDesc, _s10_).extraBase, - max_length = A._lateReadCheck(_this.___HuffmanTree_staticDesc, _s10_).maxLength; + var t2, stree, extra, baseRenamed, maxLength, bits, t3, t4, h, overflow, n, t5, t6, t7, xbits, f, bits0, m, _this = this, + t1 = _this.___HuffmanTree_dynamicTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___HuffmanTree_staticDesc_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + stree = t2.staticTree; + extra = t2.extraBits; + baseRenamed = t2.extraBase; + maxLength = t2.maxLength; for (t2 = s._bitLengthCount, bits = 0; bits <= 15; ++bits) t2[bits] = 0; t3 = s._heap; - t1[t3[A._lateReadCheck(s.__Deflate__heapMax, _s8_)] * 2 + 1] = 0; - for (h = A._lateReadCheck(s.__Deflate__heapMax, _s8_) + 1, t4 = stree != null, overflow = 0; h < 573; ++h) { + t4 = s.__Deflate__heapMax_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t1[t3[t4] * 2 + 1] = 0; + for (h = t4 + 1, t4 = stree != null, overflow = 0; h < 573; ++h) { n = t3[h]; t5 = n * 2; t6 = t5 + 1; bits = t1[t1[t6] * 2 + 1] + 1; - if (bits > max_length) { + if (bits > maxLength) { ++overflow; - bits = max_length; + bits = maxLength; } t1[t6] = bits; - if (n > A._lateReadCheck(_this.___HuffmanTree_maxCode, "maxCode")) + t7 = _this.___HuffmanTree_maxCode_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + if (n > t7) continue; t2[bits] = t2[bits] + 1; - xbits = n >= base_Renamed ? extra[n - base_Renamed] : 0; + xbits = n >= baseRenamed ? extra[n - baseRenamed] : 0; f = t1[t5]; - s.__Deflate__optimalLen = A._lateReadCheck(s.__Deflate__optimalLen, _s11_) + f * (bits + xbits); - if (t4) - s.__Deflate__staticLen = A._lateReadCheck(s.__Deflate__staticLen, "_staticLen") + f * (stree[t6] + xbits); + t5 = s.__Deflate__optimalLen_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + s.__Deflate__optimalLen_A = t5 + f * (bits + xbits); + if (t4) { + t5 = s.__Deflate__staticLen_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + s.__Deflate__staticLen_A = t5 + f * (stree[t6] + xbits); + } } if (overflow === 0) return; - bits = max_length - 1; + bits = maxLength - 1; do { for (bits0 = bits; t4 = t2[bits0], t4 === 0;) --bits0; t2[bits0] = t4 - 1; t4 = bits0 + 1; t2[t4] = t2[t4] + 2; - t2[max_length] = t2[max_length] - 1; + t2[maxLength] = t2[maxLength] - 1; overflow -= 2; } while (overflow > 0); - for (bits = max_length; bits !== 0; --bits) { + for (bits = maxLength; bits !== 0; --bits) { n = t2[bits]; for (; n !== 0;) { --h; m = t3[h]; - if (m > A._lateReadCheck(_this.___HuffmanTree_maxCode, "maxCode")) + t4 = _this.___HuffmanTree_maxCode_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (m > t4) continue; t4 = m * 2; t5 = t4 + 1; - if (t1[t5] !== bits) { - s.__Deflate__optimalLen = A._lateReadCheck(s.__Deflate__optimalLen, _s11_) + (bits - t1[t5]) * t1[t4]; + t6 = t1[t5]; + if (t6 !== bits) { + t7 = s.__Deflate__optimalLen_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + s.__Deflate__optimalLen_A = t7 + (bits - t6) * t1[t4]; t1[t5] = bits; } --n; @@ -166600,57 +168626,58 @@ } }, _buildTree$1(s) { - var t2, t3, n, max_code, t4, t5, node, m, t6, t7, node0, _this = this, - _s10_ = "staticDesc", - _s8_ = "_heapLen", - _s8_0 = "_heapMax", - t1 = A._lateReadCheck(_this.___HuffmanTree_dynamicTree, "dynamicTree"), - stree = A._lateReadCheck(_this.___HuffmanTree_staticDesc, _s10_).staticTree, - elems = A._lateReadCheck(_this.___HuffmanTree_staticDesc, _s10_).numElements; - s.__Deflate__heapLen = 0; - s.__Deflate__heapMax = 573; - for (t2 = s._heap, t3 = s._deflate$_depth, n = 0, max_code = -1; n < elems; ++n) { + var t2, stree, elems, t3, n, maxCode, t4, t5, node, t6, m, t7, node0, _this = this, + t1 = _this.___HuffmanTree_dynamicTree_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___HuffmanTree_staticDesc_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + stree = t2.staticTree; + elems = t2.numElements; + s.__Deflate__heapLen_A = 0; + s.__Deflate__heapMax_A = 573; + for (t2 = s._heap, t3 = s._deflate$_depth, n = 0, maxCode = -1; n < elems; ++n) { t4 = n * 2; if (t1[t4] !== 0) { - t4 = A._lateReadCheck(s.__Deflate__heapLen, _s8_) + 1; - s.__Deflate__heapLen = t4; - t2[t4] = n; + t2[++s.__Deflate__heapLen_A] = n; t3[n] = 0; - max_code = n; + maxCode = n; } else t1[t4 + 1] = 0; } - for (t4 = stree != null; A._lateReadCheck(s.__Deflate__heapLen, _s8_) < 2;) { - t5 = A._lateReadCheck(s.__Deflate__heapLen, _s8_) + 1; - s.__Deflate__heapLen = t5; - if (max_code < 2) { - ++max_code; - node = max_code; + for (t4 = stree != null; t5 = s.__Deflate__heapLen_A, t5 < 2;) { + ++t5; + s.__Deflate__heapLen_A = t5; + if (maxCode < 2) { + ++maxCode; + node = maxCode; } else node = 0; t2[t5] = node; t5 = node * 2; t1[t5] = 1; t3[node] = 0; - s.__Deflate__optimalLen = A._lateReadCheck(s.__Deflate__optimalLen, "_optimalLen") - 1; - if (t4) - s.__Deflate__staticLen = A._lateReadCheck(s.__Deflate__staticLen, "_staticLen") - stree[t5 + 1]; + t6 = s.__Deflate__optimalLen_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + s.__Deflate__optimalLen_A = t6 - 1; + if (t4) { + t6 = s.__Deflate__staticLen_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + s.__Deflate__staticLen_A = t6 - stree[t5 + 1]; + } } - _this.___HuffmanTree_maxCode = max_code; - for (n = B.JSInt_methods._tdivFast$1(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 2); n >= 1; --n) + _this.___HuffmanTree_maxCode_A = maxCode; + for (n = B.JSInt_methods._tdivFast$1(t5, 2); n >= 1; --n) s._pqdownheap$2(t1, n); node = elems; do { n = t2[1]; - t4 = A._lateReadCheck(s.__Deflate__heapLen, _s8_); - s.__Deflate__heapLen = t4 - 1; - t2[1] = t2[t4]; + t2[1] = t2[s.__Deflate__heapLen_A--]; s._pqdownheap$2(t1, 1); m = t2[1]; - t4 = s.__Deflate__heapMax = A._lateReadCheck(s.__Deflate__heapMax, _s8_0) - 1; + t4 = --s.__Deflate__heapMax_A; t2[t4] = n; - t4 = A._lateReadCheck(t4, _s8_0) - 1; - s.__Deflate__heapMax = t4; + --t4; + s.__Deflate__heapMax_A = t4; t2[t4] = m; t4 = n * 2; t5 = m * 2; @@ -166663,23 +168690,21 @@ node0 = node + 1; t2[1] = node; s._pqdownheap$2(t1, 1); - if (A._lateReadCheck(s.__Deflate__heapLen, _s8_) >= 2) { + if (s.__Deflate__heapLen_A >= 2) { node = node0; continue; } else break; } while (true); - t3 = A._lateReadCheck(s.__Deflate__heapMax, _s8_0) - 1; - s.__Deflate__heapMax = t3; - t2[t3] = t2[1]; + t2[--s.__Deflate__heapMax_A] = t2[1]; _this._genBitlen$1(s); - A._HuffmanTree__genCodes(t1, max_code, s._bitLengthCount); + A._HuffmanTree__genCodes(t1, maxCode, s._bitLengthCount); } }; A._StaticTree.prototype = {}; A.HuffmanTable.prototype = { HuffmanTable$1(lengths) { - var i, t1, size, bitLength, code, skip, rtemp, reversed, j, t2, _this = this, + var i, t1, size, t2, bitLength, code, skip, t3, rtemp, reversed, j, t4, _this = this, listSize = lengths.length; for (i = 0; i < listSize; ++i) { t1 = lengths[i]; @@ -166688,17 +168713,19 @@ if (t1 < _this.minCodeLength) _this.minCodeLength = t1; } - size = B.JSInt_methods._shlPositive$1(1, _this.maxCodeLength); - _this.__HuffmanTable_table = new Uint32Array(size); - for (bitLength = 1, code = 0, skip = 2; bitLength <= _this.maxCodeLength;) { - for (t1 = bitLength << 16, i = 0; i < listSize; ++i) + t1 = _this.maxCodeLength; + size = B.JSInt_methods._shlPositive$1(1, t1); + t2 = new Uint32Array(size); + _this.__HuffmanTable_table_A = t2; + for (bitLength = 1, code = 0, skip = 2; bitLength <= t1;) { + for (t3 = bitLength << 16, i = 0; i < listSize; ++i) if (lengths[i] === bitLength) { for (rtemp = code, reversed = 0, j = 0; j < bitLength; ++j) { reversed = (reversed << 1 | rtemp & 1) >>> 0; rtemp = rtemp >>> 1; } - for (t2 = (t1 | i) >>> 0, j = reversed; j < size; j += skip) - J.$indexSet$ax(A._lateReadCheck(_this.__HuffmanTable_table, "table"), j, t2); + for (t4 = (t3 | i) >>> 0, j = reversed; j < size; j += skip) + t2[j] = t4; ++code; } ++bitLength; @@ -166709,18 +168736,28 @@ }; A.Inflate.prototype = { _inflate$0() { - var t1, t2, _this = this; + var t1, t2, t3, t4, _this = this; _this._bitBufferLen = _this._bitBuffer = 0; if (!_this.inputSet) return; - for (t1 = _this.__Inflate_input; t2 = A._lateReadCheck(t1, "input"), t2.offset < t2.start + A._lateReadCheck(t2.__InputStream__length, "_length");) + t1 = _this.__Inflate_input_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.start; + while (true) { + t3 = t1.offset; + t4 = t1.__InputStream__length_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (!(t3 < t2 + t4)) + break; if (!_this._parseBlock$0()) break; + } }, _parseBlock$0() { - var hdr, btype, len, t2, _this = this, _s5_ = "input", - t1 = _this.__Inflate_input; - if (A._lateReadCheck(t1, _s5_).get$isEOS()) + var hdr, btype, len, t2, _this = this, + t1 = _this.__Inflate_input_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.get$isEOS()) return false; hdr = _this._readBits$1(3); btype = hdr >>> 1; @@ -166731,10 +168768,9 @@ t2 = _this._readBits$1(16); if (len !== 0 && len !== (t2 ^ 65535) >>> 0) A.throwExpression(A.ArchiveException$("Invalid uncompressed block header")); - t2 = A._lateReadCheck(t1, _s5_); - if (len > t2.get$length(t2)) + if (len > t1.get$length(t1)) A.throwExpression(A.ArchiveException$("Input buffer is broken")); - _this.output.writeInputStream$1(A._lateReadCheck(t1, _s5_).readBytes$1(len)); + _this.output.writeInputStream$1(t1.readBytes$1(len)); break; case 1: _this._decodeHuffman$2(_this._fixedLiteralLengthTable, _this._fixedDistanceTable); @@ -166751,12 +168787,15 @@ var t1, t2, t3, t4, _this = this; if ($length === 0) return 0; - for (t1 = _this.__Inflate_input; t2 = _this._bitBufferLen, t2 < $length;) { - t2 = A._lateReadCheck(t1, "input"); - if (t2.offset >= t2.start + A._lateReadCheck(t2.__InputStream__length, "_length")) + for (t1 = _this.__Inflate_input_A; t2 = _this._bitBufferLen, t2 < $length;) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.offset; + t3 = t1.__InputStream__length_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t2 >= t1.start + t3) throw A.wrapException(A.ArchiveException$("input buffer is broken")); - t2 = A._lateReadCheck(t1, "input"); - t2 = J.$index$asx(t2.buffer, t2.offset++); + t1.offset = t2 + 1; + t2 = J.$index$asx(t1.buffer, t2); t3 = _this._bitBuffer; t4 = _this._bitBufferLen; _this._bitBuffer = (t3 | B.JSInt_methods.$shl(t2, t4)) >>> 0; @@ -166769,24 +168808,29 @@ return (t1 & t3 - 1) >>> 0; }, _readCodeByTable$1(table) { - var t2, t3, t4, t5, codeWithLength, codeLength, _this = this, - t1 = A._lateReadCheck(table.__HuffmanTable_table, "table"), - maxCodeLength = table.maxCodeLength; - for (t2 = _this.__Inflate_input; _this._bitBufferLen < maxCodeLength;) { - t3 = A._lateReadCheck(t2, "input"); - if (t3.offset >= t3.start + A._lateReadCheck(t3.__InputStream__length, "_length")) + var maxCodeLength, t2, t3, t4, t5, codeWithLength, codeLength, _this = this, + t1 = table.__HuffmanTable_table_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + maxCodeLength = table.maxCodeLength; + for (t2 = _this.__Inflate_input_A; t3 = _this._bitBufferLen, t3 < maxCodeLength;) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t4 = t2.offset; + t5 = t2.__InputStream__length_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + if (t4 >= t2.start + t5) break; - t3 = A._lateReadCheck(t2, "input"); - t3 = J.$index$asx(t3.buffer, t3.offset++); + t2.offset = t4 + 1; + t3 = J.$index$asx(t2.buffer, t4); t4 = _this._bitBuffer; t5 = _this._bitBufferLen; _this._bitBuffer = (t4 | B.JSInt_methods.$shl(t3, t5)) >>> 0; _this._bitBufferLen = t5 + 8; } - codeWithLength = J.$index$asx(t1, (_this._bitBuffer & B.JSInt_methods._shlPositive$1(1, maxCodeLength) - 1) >>> 0); + t2 = _this._bitBuffer; + codeWithLength = t1[(t2 & B.JSInt_methods._shlPositive$1(1, maxCodeLength) - 1) >>> 0]; codeLength = codeWithLength >>> 16; - _this._bitBuffer = B.JSInt_methods._shrBothPositive$1(_this._bitBuffer, codeLength); - _this._bitBufferLen -= codeLength; + _this._bitBuffer = B.JSInt_methods._shrBothPositive$1(t2, codeLength); + _this._bitBufferLen = t3 - codeLength; return codeWithLength & 65535; }, _parseDynamicHuffmanBlock$0() { @@ -166832,11 +168876,11 @@ } else throw A.wrapException(A.ArchiveException$("Illegal unused distance symbol")); } - for (t1 = _this.__Inflate_input; t2 = _this._bitBufferLen, t2 >= 8;) { + for (t1 = _this.__Inflate_input_A; t2 = _this._bitBufferLen, t2 >= 8;) { _this._bitBufferLen = t2 - 8; - t2 = A._lateReadCheck(t1, "input"); - if (--t2.offset < 0) - t2.offset = 0; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (--t1.offset < 0) + t1.offset = 0; } }, _decode$3(num, table, lengths) { @@ -167132,7 +169176,7 @@ t2.log$4(B.Level_FINE_500, "combined attributions after merge:", _null, _null); for (t3 = combinedAttributions.length, _i = 0; _i < combinedAttributions.length; combinedAttributions.length === t3 || (0, A.throwConcurrentModificationError)(combinedAttributions), ++_i) t2.log$4(B.Level_FINE_500, " - " + A.S(combinedAttributions[_i]), _null, _null); - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); B.JSArray_methods.addAll$1(t1, combinedAttributions); }, _mergeBackToBackAttributions$2(attributions, mergePoint) { @@ -167188,7 +169232,7 @@ var t1 = this.markers, t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,SpanMarker>"), pushedAttributions = A.List_List$of(new A.MappedListIterable(t1, new A.AttributedSpans_pushAttributionsBack_closure(offset), t2), true, t2._eval$1("ListIterable.E")); - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); B.JSArray_methods.addAll$1(t1, pushedAttributions); }, contractAttributions$2$count$startOffset(count, startOffset) { @@ -167217,7 +169261,7 @@ contractedAttributions.push(new A.SpanMarker(attribution, offset0, B.SpanMarkerType_1)); } B.JSArray_methods.addAll$1(contractedAttributions, new A.MappedIterable(new A.WhereIterable(t1, new A.AttributedSpans_contractAttributions_closure2(startOffset, count), t3), new A.AttributedSpans_contractAttributions_closure3(count), t2._eval$1("MappedIterable<1,SpanMarker>"))); - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); B.JSArray_methods.addAll$1(t1, contractedAttributions); }, collapseSpans$1$contentLength(contentLength) { @@ -167311,13 +169355,13 @@ t1 = true; return t1; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -167330,73 +169374,73 @@ t1 = true; return t1; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.newAttribution); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.attributionToRemove); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return J.$eq$(element.attribution, this.attributionToRemove); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { $.$get$_log1().log$4(B.Level_FINER_400, " - " + A.S(element), null, null); }, - $signature: 255 + $signature: 240 }; A.AttributedSpans__isContinuousAttribution_closure.prototype = { call$1(marker) { @@ -167404,70 +169448,70 @@ $.$get$_log1().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: 45 + $signature: 46 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = this.attribution; return t1 == null || J.$eq$(marker.attribution, t1); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.attribution); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.startMarker.attribution); }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { @@ -167491,19 +169535,19 @@ t3.$indexSet(0, t4, t1 - 1); } }, - $signature: 255 + $signature: 240 }; A.AttributedSpans_copyAttributionRegion__closure1.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 163 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 163 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { @@ -167513,14 +169557,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: 543 + $signature: 689 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { @@ -167530,13 +169574,13 @@ t1.log$4(B.Level_FINE_500, 'copying "' + t2 + '" at ' + t3 + " from original AttributionSpans to copy region.", null, null); this.cutAttributions.push(marker.copyWith$1$offset(t3 - this.startOffset)); }, - $signature: 255 + $signature: 240 }; A.AttributedSpans_copyAttributionRegion_closure4.prototype = { call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { @@ -167560,19 +169604,19 @@ t3.$indexSet(0, t4, t1 - 1); } }, - $signature: 255 + $signature: 240 }; A.AttributedSpans_copyAttributionRegion__closure.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 163 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 163 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { @@ -167583,19 +169627,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: 543 + $signature: 689 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 544 + $signature: 687 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -167603,7 +169647,7 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { @@ -167627,19 +169671,19 @@ _this.needToEndAttributions.add$1(0, t2); } }, - $signature: 255 + $signature: 240 }; A.AttributedSpans_contractAttributions_closure2.prototype = { call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 45 + $signature: 46 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 544 + $signature: 687 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -167698,11 +169742,8 @@ }; A.MultiAttributionSpan.prototype = { copyWith$2$end$start(end, start) { - var t2, - t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution); - for (t2 = this.attributions, t2 = A._LinkedHashSetIterator$(t2, t2._collection$_modifications, A._instanceType(t2)._precomputed1); t2.moveNext$0();) - t1.add$1(0, t2._collection$_current); - t2 = start == null ? this.start : start; + var t1 = A.LinkedHashSet_LinkedHashSet$of(this.attributions, type$.Attribution), + t2 = start == null ? this.start : start; return new A.MultiAttributionSpan(t1, t2, end == null ? this.end : end); }, copyWith$1$end(end) { @@ -167722,7 +169763,7 @@ $isException: 1 }; A.AttributedText.prototype = { - dispose$0(_) { + dispose$0() { this._attributed_text$_listeners.clear$0(0); }, addListener$1(_, listener) { @@ -167825,14 +169866,33 @@ return A.AttributedText$(contractedAttributions, reducedText); }, visitAttributions$1(visitor) { - var t1, _i, span, t2, _this = this, - collapsedSpans = _this.spans.collapseSpans$1$contentLength(_this.text.length); - for (t1 = collapsedSpans.length, _i = 0; _i < collapsedSpans.length; collapsedSpans.length === t1 || (0, A.throwConcurrentModificationError)(collapsedSpans), ++_i) { - span = collapsedSpans[_i]; - t2 = span.attributions; - visitor.call$4(_this, span.start, t2, B.AttributionVisitEvent_0); - visitor.call$4(_this, span.end, t2, B.AttributionVisitEvent_1); + var t2, currentIndex, _i, marker, currentIndex0, t3, t4, + t1 = type$.Attribution, + startingAttributions = A.LinkedHashSet_LinkedHashSet(t1), + endingAttributions = A.LinkedHashSet_LinkedHashSet(t1); + for (t1 = this.spans.markers, t2 = t1.length, currentIndex = -1, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + marker = t1[_i]; + currentIndex0 = marker.offset; + if (currentIndex0 !== currentIndex) { + if (currentIndex >= 0) + visitor.visitAttributions$4(this, currentIndex, startingAttributions, endingAttributions); + startingAttributions.clear$0(0); + endingAttributions.clear$0(0); + currentIndex = currentIndex0; + } + t3 = marker.markerType; + t4 = marker.attribution; + if (t3 === B.SpanMarkerType_0) + startingAttributions.add$1(0, t4); + else + endingAttributions.add$1(0, t4); } + if (endingAttributions._collection$_length !== 0) + visitor.visitAttributions$4(this, currentIndex, startingAttributions, endingAttributions); + t1 = visitor._bufferCursor; + t2 = visitor._fullText; + if (t1 <= t2.length - 1) + visitor._markdown$_buffer._contents += B.JSString_methods.substring$1(t2, t1); }, $eq(_, other) { var t1, _this = this; @@ -167856,10 +169916,8 @@ return "AttributionVisitEvent." + this._core$_name; } }; + A.AttributionVisitor.prototype = {}; A.NamedAttribution.prototype = { - get$name(_) { - return this.id; - }, canMergeWith$1(other) { return this.$eq(0, other); }, @@ -167899,177 +169957,6 @@ return "TextRange(start: " + A.S(this.start) + ", end: " + this.end + ")"; } }; - A.CloseIcon.prototype = { - build$1(_, context) { - var _null = null, - t1 = this.color; - return new A.Align(B.Alignment_m1_m1, _null, _null, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Transform$rotate(B.Alignment_0_0, 0.7853981633974483, A.Center$(A.Container$(_null, _null, B.Clip_0, t1, _null, _null, _null, 1, _null, _null, _null, _null, _null, 14), _null, _null), _null), A.Transform$rotate(B.Alignment_0_0, -0.7853981633974483, A.Center$(A.Container$(_null, _null, B.Clip_0, t1, _null, _null, _null, 1, _null, _null, _null, _null, _null, 14), _null, _null), _null)], type$.JSArray_Widget), _null), _null); - } - }; - A.MaximizeIcon.prototype = { - build$1(_, context) { - return new A._AlignedPaint(new A._MaximizePainter(this.color, null), null); - } - }; - A._MaximizePainter.prototype = { - paint$2(canvas, size) { - var p = A.getPaint(this.color); - canvas.drawRect$2(0, new A.Rect(0, 0, size._dx - 1, size._dy - 1), p); - } - }; - A.MinimizeIcon.prototype = { - build$1(_, context) { - return new A._AlignedPaint(new A._MinimizePainter(this.color, null), null); - } - }; - A._MinimizePainter.prototype = { - paint$2(canvas, size) { - var p = A.getPaint(this.color), - t1 = size._dy / 2; - canvas.drawLine$3(0, new A.Offset(0, t1), new A.Offset(size._dx, t1), p); - } - }; - A._IconPainter.prototype = { - shouldRepaint$1(oldDelegate) { - return false; - } - }; - A._AlignedPaint.prototype = { - build$1(_, context) { - var _null = null; - return new A.Align(B.Alignment_0_0, _null, _null, A.CustomPaint$(_null, _null, _null, this.painter, new A.Size(10, 10)), _null); - } - }; - A.WindowButtonColors.prototype = {}; - A.WindowButton.prototype = { - WindowButton$7$animate$builder$colors$iconBuilder$key$onPressed$padding(animate, builder, colors, iconBuilder, key, onPressed, padding) { - var t1 = colors == null ? $.$get$_defaultButtonColors() : colors; - A._lateWriteOnceCheck(this.__WindowButton_colors, "colors"); - this.__WindowButton_colors = t1; - }, - build$1(_, context) { - var _null = null, - t1 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return t1; - } - }; - A.MinimizeWindowButton.prototype = {}; - A.MinimizeWindowButton_closure.prototype = { - call$1(buttonContext) { - return new A.MinimizeIcon(buttonContext.iconColor, null); - }, - $signature: 1597 - }; - A.MinimizeWindowButton_closure0.prototype = { - call$0() { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - return $.$get$BitsdojoWindowPlatform__instance().get$appWindow().minimize$0(); - }, - $signature: 0 - }; - A.MaximizeWindowButton.prototype = {}; - A.MaximizeWindowButton_closure.prototype = { - call$1(buttonContext) { - return new A.MaximizeIcon(buttonContext.iconColor, null); - }, - $signature: 1580 - }; - A.MaximizeWindowButton_closure0.prototype = { - call$0() { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - return $.$get$BitsdojoWindowPlatform__instance().get$appWindow().maximizeOrRestore$0(); - }, - $signature: 0 - }; - A.CloseWindowButton.prototype = {}; - A.CloseWindowButton_closure.prototype = { - call$1(buttonContext) { - return new A.CloseIcon(buttonContext.iconColor, null); - }, - $signature: 1568 - }; - A._MoveWindow.prototype = { - build$1(_, context) { - var _null = null, - t1 = this.child; - if (t1 == null) - t1 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return A.GestureDetector$(B.HitTestBehavior_2, t1, B.DragStartBehavior_1, false, _null, new A._MoveWindow_build_closure(), _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._MoveWindow_build_closure0(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - } - }; - A._MoveWindow_build_closure0.prototype = { - call$1(details) { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - $.$get$BitsdojoWindowPlatform__instance().get$appWindow().startDragging$0(); - }, - $signature: 83 - }; - A._MoveWindow_build_closure.prototype = { - call$0() { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - return $.$get$BitsdojoWindowPlatform__instance().get$appWindow().maximizeOrRestore$0(); - }, - $signature: 0 - }; - A.MoveWindow.prototype = { - build$1(_, context) { - return new A._MoveWindow(A.Column$(A._setArrayType([A.Expanded$(this.child, 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), null, null); - } - }; - A.WindowTitleBarBox.prototype = { - build$1(_, context) { - var _null = null, - t1 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return t1; - } - }; - A.BitsdojoWindowPlatform.prototype = { - doWhenWindowReady$1(callback) { - throw A.wrapException(A.UnimplementedError$("doWhenWindowReady() has not been implemented.")); - }, - get$appWindow() { - throw A.wrapException(A.UnimplementedError$("appWindow has not been implemented.")); - } - }; - A.MethodChannelBitsdojoWindow.prototype = {}; - A.AppWindowNotImplemented.prototype = {}; - A.BitsdojoWindowPlatformNotImplemented.prototype = { - doWhenWindowReady$1(callback) { - }, - get$appWindow() { - return $.$get$AppWindowNotImplemented__instance(); - } - }; - A.DesktopWindow.prototype = {}; - A.NotImplementedWindow.prototype = { - set$title(_, newTitle) { - throw A.wrapException(A.UnimplementedError$("title setter has not been implemented.")); - }, - close$0(_) { - throw A.wrapException(A.UnimplementedError$("close() has not been implemented.")); - }, - minimize$0() { - throw A.wrapException(A.UnimplementedError$("minimize() has not been implemented.")); - }, - maximizeOrRestore$0() { - throw A.wrapException(A.UnimplementedError$("maximizeOrRestore has not been implemented.")); - }, - startDragging$0() { - throw A.wrapException(A.UnimplementedError$("startDragging has not been implemented.")); - } - }; A.BoardItem.prototype = { createState$0() { return new A.BoardItemState(null, B._StateLifecycle_0); @@ -168124,12 +170011,12 @@ afterFirstLayout$1(context) { var exception; try { - this.__BoardItemState_height = context.get$size(context)._dy; + this.__BoardItemState_height_A = context.get$size(context)._dy; context.get$size(context).toString; } catch (exception) { } }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, _this = this, _null = null; $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.BoardItemState_build_closure(_this, context)); t1 = _this._widget; @@ -168166,7 +170053,7 @@ call$1(_) { return this.$this.afterFirstLayout$1(this.context); }, - $signature: 24 + $signature: 19 }; A.BoardItemState_build_closure3.prototype = { call$1(otd) { @@ -168233,7 +170120,7 @@ }; A.BoardList.prototype = { createState$0() { - return new A.BoardListState(A._setArrayType([], type$.JSArray_BoardItemState), new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()), null, B._StateLifecycle_0); + return new A.BoardListState(A._setArrayType([], type$.JSArray_BoardItemState), A.ScrollController$(0, true), null, B._StateLifecycle_0); } }; A.BoardListState.prototype = { @@ -168271,7 +170158,7 @@ get$wantKeepAlive() { return true; }, - build$1(_, context) { + build$1(context) { var backgroundColor, backgroundColor0, t2, t3, _this = this, _null = null, listWidgets = A._setArrayType([], type$.JSArray_Widget), t1 = _this._widget; @@ -168372,7 +170259,7 @@ else return t1; }, - $signature: 176 + $signature: 151 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -168390,7 +170277,7 @@ }; A.BoardView.prototype = { createState$0() { - return new A.BoardViewState(new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_BoardListState), new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, B._StateLifecycle_0); + return new A.BoardViewState(A.ScrollController$(0, true), A._setArrayType([], type$.JSArray_BoardListState), new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, B._StateLifecycle_0); } }; A.BoardViewState.prototype = { @@ -168399,7 +170286,7 @@ }, initState$0() { this.super$_BoardViewState_State_AutomaticKeepAliveClientMixin$initState(); - this._widget.boardViewController.__BoardViewController_state = this; + this._widget.boardViewController.__BoardViewController_state_A = this; }, moveDown$0() { var t2, t3, item, itemState, t4, _this = this, @@ -168410,7 +170297,9 @@ t2 = _this.listStates[t2].itemStates; t3 = _this.draggedItemIndex; t3.toString; - _this.topItemY = t1 + A._lateReadCheck(t2[t3 + 1].__BoardItemState_height, "height"); + t3 = t2[t3 + 1].__BoardItemState_height_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.topItemY = t1 + t3; } t1 = _this.bottomItemY; if (t1 != null) { @@ -168419,7 +170308,9 @@ t2 = _this.listStates[t2].itemStates; t3 = _this.draggedItemIndex; t3.toString; - _this.bottomItemY = t1 + A._lateReadCheck(t2[t3 + 1].__BoardItemState_height, "height"); + t3 = t2[t3 + 1].__BoardItemState_height_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.bottomItemY = t1 + t3; } t1 = _this._widget.lists; t2 = _this.draggedListIndex; @@ -168467,7 +170358,9 @@ t2 = _this.listStates[t2].itemStates; t3 = _this.draggedItemIndex; t3.toString; - _this.topItemY = t1 - A._lateReadCheck(t2[t3 - 1].__BoardItemState_height, "height"); + t3 = t2[t3 - 1].__BoardItemState_height_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.topItemY = t1 - t3; } t1 = _this.bottomItemY; if (t1 != null) { @@ -168476,7 +170369,9 @@ t2 = _this.listStates[t2].itemStates; t3 = _this.draggedItemIndex; t3.toString; - _this.bottomItemY = t1 - A._lateReadCheck(t2[t3 - 1].__BoardItemState_height, "height"); + t3 = t2[t3 - 1].__BoardItemState_height_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.bottomItemY = t1 - t3; } t1 = _this._widget.lists; t2 = _this.draggedListIndex; @@ -168738,7 +170633,7 @@ if (_this._framework$_element != null) _this.setState$1(new A.BoardViewState_moveLeft_closure2()); }, - build$1(_, context) { + build$1(context) { var t2, t3, listWidget, stackWidgets, t4, t5, isInBottomWidget, object, tempBottom, t6, t7, t8, _this = this, _null = null, t1 = {}; A.print("dy:" + A.S(_this.dy)); A.print("topListY:" + A.S(_this.topListY)); @@ -168853,8 +170748,7 @@ t3 = _this.draggedListIndex; t3.toString; t3 = t2[t3]; - t4 = t3.boardListController._positions.length !== 0 && !_this.isScrolling; - if (t4) { + if (t3.boardListController._positions.length !== 0 && !_this.isScrolling) { _this.isScrolling = true; t3 = B.JSArray_methods.get$single(t3.boardListController._positions)._pixels; t3.toString; @@ -168877,7 +170771,9 @@ t4.toString; t5 = _this.draggedListIndex; t5.toString; - t2 = t3 < t4 - A._lateReadCheck(_this.listStates[t5].itemStates[t2].__BoardItemState_height, "height") / 2; + t2 = _this.listStates[t5].itemStates[t2].__BoardItemState_height_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t3 < t4 - t2 / 2; } else t2 = false; if (t2) @@ -168918,7 +170814,9 @@ t1.toString; t4 = _this.bottomItemY; t4.toString; - t3 = t1 > t4 + A._lateReadCheck(_this.listStates[t2].itemStates[t3].__BoardItemState_height, "height") / 2; + t3 = _this.listStates[t2].itemStates[t3].__BoardItemState_height_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1 > t4 + t3 / 2; t1 = t3; } else t1 = false; @@ -169023,7 +170921,7 @@ t8.toString; stackWidgets.push(A.Positioned$(_null, t2, t1, _null, t3 - t4 + t5, _null, t6 - t7 + t8, 280)); } - return A.Container$(_null, A.Listener$(B.HitTestBehavior_0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, stackWidgets, _null), _null, _null, new A.BoardViewState_build_closure4(_this, context), _null, new A.BoardViewState_build_closure5(_this), _null, new A.BoardViewState_build_closure6(_this, context)), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Container$(_null, A.Listener$(B.HitTestBehavior_0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, stackWidgets, _null), _null, _null, new A.BoardViewState_build_closure4(_this, context), new A.BoardViewState_build_closure5(_this), _null, _null, new A.BoardViewState_build_closure6(_this, context)), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, run$0() { var _this = this, @@ -169199,7 +171097,7 @@ if (_shown !== t1.shown) t1.setState$1(new A.BoardViewState_build__closure5(t1, _shown)); }, - $signature: 24 + $signature: 19 }; A.BoardViewState_build__closure5.prototype = { call$0() { @@ -169238,7 +171136,7 @@ else return temp; }, - $signature: 176 + $signature: 151 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -169306,7 +171204,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure2()); }, - $signature: 24 + $signature: 19 }; A.BoardViewState_build__closure2.prototype = { call$0() { @@ -169327,7 +171225,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 1422 + $signature: 3148 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -169346,7 +171244,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 252 + $signature: 251 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -169376,7 +171274,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 1386 + $signature: 3251 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -169655,13 +171553,13 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 546 + $signature: 685 }; A.BuiltList.prototype = { rebuild$1(updates) { var t1 = A.ListBuilder_ListBuilder(this, this.$ti._precomputed1); updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, get$hashCode(_) { var t1 = this._list$_hashCode; @@ -169765,12 +171663,13 @@ } }; A.ListBuilder.prototype = { - build$0(_) { + build$0() { var _this = this, t1 = _this._listOwner; if (t1 == null) { - t1 = A._lateReadCheck(_this.__ListBuilder__list, "_list"); - _this.__ListBuilder__list = t1; + t1 = _this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__ListBuilder__list_A = t1; t1 = _this._listOwner = new A._BuiltList(t1, _this.$ti._eval$1("_BuiltList<1>")); } return t1; @@ -169779,15 +171678,17 @@ var _this = this, t1 = _this.$ti; if (t1._eval$1("_BuiltList<1>")._is(iterable)) { - _this.__ListBuilder__list = iterable._list; + _this.__ListBuilder__list_A = iterable._list; _this._listOwner = iterable; } else { - _this.__ListBuilder__list = A.List_List$from(iterable, true, t1._precomputed1); + _this.__ListBuilder__list_A = A.List_List$from(iterable, true, t1._precomputed1); _this._listOwner = null; } }, $index(_, index) { - return J.$index$asx(A._lateReadCheck(this.__ListBuilder__list, "_list"), index); + var t1 = this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[index]; }, $indexSet(_, index, element) { if (!$.$get$isSoundMode() && !this.$ti._precomputed1._is(null)) @@ -169796,10 +171697,14 @@ this.get$_safeList()[index] = element; }, get$length(_) { - return J.get$length$asx(A._lateReadCheck(this.__ListBuilder__list, "_list")); + var t1 = this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.length; }, get$isEmpty(_) { - return J.get$length$asx(A._lateReadCheck(this.__ListBuilder__list, "_list")) === 0; + var t1 = this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.length === 0; }, add$1(_, value) { if (!$.$get$isSoundMode() && !this.$ti._precomputed1._is(null)) @@ -169824,21 +171729,26 @@ } }, map$1(_, f) { - var _this = this, - t1 = A._lateReadCheck(_this.__ListBuilder__list, "_list"), - t2 = A.instanceType(t1)._eval$1("@<1>")._bind$1(_this.$ti._precomputed1)._eval$1("MappedListIterable<1,2>"), - result = A.List_List$of(new A.MappedListIterable(t1, f, t2), true, t2._eval$1("ListIterable.E")); + var t2, result, _this = this, + t1 = _this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A._arrayInstanceType(t1)._eval$1("@<1>")._bind$1(_this.$ti._precomputed1)._eval$1("MappedListIterable<1,2>"); + result = A.List_List$of(new A.MappedListIterable(t1, f, t2), true, t2._eval$1("ListIterable.E")); _this._maybeCheckElements$1(result); - _this.__ListBuilder__list = result; + _this.__ListBuilder__list_A = result; _this._listOwner = null; }, get$_safeList() { - var _this = this; + var t1, _this = this; if (_this._listOwner != null) { - _this.__ListBuilder__list = A.List_List$from(A._lateReadCheck(_this.__ListBuilder__list, "_list"), true, _this.$ti._precomputed1); + t1 = _this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__ListBuilder__list_A = A.List_List$from(t1, true, _this.$ti._precomputed1); _this._listOwner = null; } - return A._lateReadCheck(_this.__ListBuilder__list, "_list"); + t1 = _this.__ListBuilder__list_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, _maybeCheckElements$1(elements) { var t1, _i; @@ -169961,32 +171871,39 @@ } }; A.ListMultimapBuilder.prototype = { - build$0(_) { + build$0() { var key, t2, builtList, t3, _this = this, - _s11_ = "_builderMap", - _s9_ = "_builtMap", t1 = _this._list_multimap$_builtMapOwner; if (t1 == null) { - for (t1 = A._lateReadCheck(_this.__ListMultimapBuilder__builderMap, _s11_), t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A.instanceType(t1)._precomputed1); t1.moveNext$0();) { + t1 = _this.__ListMultimapBuilder__builderMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); + for (; t1.moveNext$0();) { key = t1.__js_helper$_current; - t2 = J.$index$asx(A._lateReadCheck(_this.__ListMultimapBuilder__builderMap, _s11_), key); + t2 = _this.__ListMultimapBuilder__builderMap_A.$index(0, key); builtList = t2._listOwner; if (builtList == null) { - t3 = A._lateReadCheck(t2.__ListBuilder__list, "_list"); - t2.__ListBuilder__list = t3; - builtList = t2._listOwner = new A._BuiltList(t3, A.instanceType(t2)._eval$1("_BuiltList<1>")); + t3 = t2.__ListBuilder__list_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.__ListBuilder__list_A = t3; + builtList = t2._listOwner = new A._BuiltList(t3, A._instanceType(t2)._eval$1("_BuiltList<1>")); } t2 = builtList._list.length; - t3 = _this.__ListMultimapBuilder__builtMap; - if (t2 === 0) - J.remove$1$ax(A._lateReadCheck(t3, _s9_), key); - else - J.$indexSet$ax(A._lateReadCheck(t3, _s9_), key, builtList); + t3 = _this.__ListMultimapBuilder__builtMap_A; + if (t2 === 0) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.remove$1(0, key); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.$indexSet(0, key, builtList); + } } - t1 = _this.$ti; - t2 = t1._rest[1]; - t2 = _this._list_multimap$_builtMapOwner = new A._BuiltListMultimap(A._lateReadCheck(_this.__ListMultimapBuilder__builtMap, _s9_), A.BuiltList_BuiltList$from(B.List_empty, t2), t1._eval$1("@<1>")._bind$1(t2)._eval$1("_BuiltListMultimap<1,2>")); - t1 = t2; + t1 = _this.__ListMultimapBuilder__builtMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.$ti; + t3 = t2._rest[1]; + t3 = _this._list_multimap$_builtMapOwner = new A._BuiltListMultimap(t1, A.BuiltList_BuiltList$from(B.List_empty, t3), t2._eval$1("@<1>")._bind$1(t3)._eval$1("_BuiltListMultimap<1,2>")); + t1 = t3; } return t1; }, @@ -170000,32 +171917,37 @@ return t1._precomputed1._is(key) ? this._list_multimap$_getValuesBuilder$1(key) : A.ListBuilder_ListBuilder(B.List_empty, t1._rest[1]); }, _list_multimap$_getValuesBuilder$1(key) { - var builtValues, _this = this, - _s11_ = "_builderMap", - result = J.$index$asx(A._lateReadCheck(_this.__ListMultimapBuilder__builderMap, _s11_), key); + var result, builtValues, _this = this, + t1 = _this.__ListMultimapBuilder__builderMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + result = t1.$index(0, key); if (result == null) { - builtValues = J.$index$asx(A._lateReadCheck(_this.__ListMultimapBuilder__builtMap, "_builtMap"), key); + t1 = _this.__ListMultimapBuilder__builtMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + builtValues = t1.$index(0, key); result = builtValues == null ? A.ListBuilder_ListBuilder(B.List_empty, _this.$ti._rest[1]) : A.ListBuilder_ListBuilder(builtValues, builtValues.$ti._precomputed1); - J.$indexSet$ax(A._lateReadCheck(_this.__ListMultimapBuilder__builderMap, _s11_), key, result); + _this.__ListMultimapBuilder__builderMap_A.$indexSet(0, key, result); } return result; }, _makeWriteableCopy$0() { - var t1, _this = this; + var t1, t2, _this = this; if (_this._list_multimap$_builtMapOwner != null) { - t1 = _this.$ti; - _this.__ListMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$from(A._lateReadCheck(_this.__ListMultimapBuilder__builtMap, "_builtMap"), t1._precomputed1, t1._eval$1("BuiltList<2>")); + t1 = _this.__ListMultimapBuilder__builtMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.$ti; + _this.__ListMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$from(t1, t2._precomputed1, t2._eval$1("BuiltList<2>")); _this._list_multimap$_builtMapOwner = null; } }, _list_multimap$_setWithCopyAndCheck$2(keys, lookup) { - var t1, t2, t3, t4, key, t5, value, t6, _this = this; + var t1, t2, t3, t4, key, t5, value, t6, t7, _this = this; _this._list_multimap$_builtMapOwner = null; t1 = _this.$ti; t2 = t1._precomputed1; t3 = t1._eval$1("BuiltList<2>"); - _this.__ListMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); - _this.__ListMultimapBuilder__builderMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t1._eval$1("ListBuilder<2>")); + _this.__ListMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); + _this.__ListMultimapBuilder__builderMap_A = A.LinkedHashMap_LinkedHashMap$_empty(t2, t1._eval$1("ListBuilder<2>")); for (t4 = J.get$iterator$ax(keys), t1 = t1._rest[1]; t4.moveNext$0();) { key = t4.get$current(t4); if (t2._is(key)) @@ -170033,7 +171955,7 @@ value = t5.get$current(t5); if (t1._is(value)) { if (_this._list_multimap$_builtMapOwner != null) { - _this.__ListMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$from(A._lateReadCheck(_this.__ListMultimapBuilder__builtMap, "_builtMap"), t2, t3); + _this.__ListMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$from(_this.__ListMultimapBuilder__builtMap_A, t2, t3); _this._list_multimap$_builtMapOwner = null; } _this._list_multimap$_checkKey$1(key); @@ -170043,10 +171965,14 @@ if (value == null) A.throwExpression(A.ArgumentError$("null element", null)); if (t6._listOwner != null) { - t6.__ListBuilder__list = A.List_List$from(A._lateReadCheck(t6.__ListBuilder__list, "_list"), true, t6.$ti._precomputed1); + t7 = t6.__ListBuilder__list_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t6.__ListBuilder__list_A = A.List_List$from(t7, true, t6.$ti._precomputed1); t6._listOwner = null; } - J.add$1$ax(A._lateReadCheck(t6.__ListBuilder__list, "_list"), value); + t6 = t6.__ListBuilder__list_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.add$1(t6, value); } else throw A.wrapException(A.ArgumentError$("map contained invalid value: " + A.S(value) + ", for key " + A.S(key), null)); } @@ -170083,7 +172009,7 @@ t1._eval$1("_BuiltMap<1,2>")._as(this); t1 = new A.MapBuilder(this._mapFactory, this._map$_map, this, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("MapBuilder<1,2>")); updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, get$hashCode(_) { var t2, _this = this, @@ -170191,12 +172117,15 @@ } }; A.MapBuilder.prototype = { - build$0(_) { - var _this = this, + build$0() { + var t2, _this = this, t1 = _this._mapOwner; if (t1 == null) { - t1 = _this.$ti; - t1 = _this._mapOwner = new A._BuiltMap(_this._mapFactory, A._lateReadCheck(_this.__MapBuilder__map, "_map"), t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("_BuiltMap<1,2>")); + t1 = _this.__MapBuilder__map_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.$ti; + t2 = _this._mapOwner = new A._BuiltMap(_this._mapFactory, t1, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("_BuiltMap<1,2>")); + t1 = t2; } return t1; }, @@ -170204,22 +172133,24 @@ var replacement, _this = this; if (_this.$ti._eval$1("_BuiltMap<1,2>")._is(map) && true) { _this._mapOwner = map; - _this.__MapBuilder__map = map._map$_map; + _this.__MapBuilder__map_A = map._map$_map; } else if (map instanceof A.BuiltMap) { replacement = _this._createMap$0(); map._map$_map.forEach$1(0, new A.MapBuilder_replace_closure(_this, replacement)); _this._mapOwner = null; - _this.__MapBuilder__map = replacement; + _this.__MapBuilder__map_A = replacement; } else if (type$.Map_dynamic_dynamic._is(map)) { replacement = _this._createMap$0(); J.forEach$1$ax(map, new A.MapBuilder_replace_closure0(_this, replacement)); _this._mapOwner = null; - _this.__MapBuilder__map = replacement; + _this.__MapBuilder__map_A = replacement; } else throw A.wrapException(A.ArgumentError$("expected Map or BuiltMap, got " + J.get$runtimeType$(map).toString$0(0), null)); }, $index(_, key) { - return J.$index$asx(A._lateReadCheck(this.__MapBuilder__map, "_map"), key); + var t1 = this.__MapBuilder__map_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.$index(0, key); }, $indexSet(_, key, value) { this._checkKey$1(key); @@ -170227,10 +172158,14 @@ this.get$_safeMap().$indexSet(0, key, value); }, get$length(_) { - return A._lateReadCheck(this.__MapBuilder__map, "_map")._length; + var t1 = this.__MapBuilder__map_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._length; }, get$isEmpty(_) { - return A._lateReadCheck(this.__MapBuilder__map, "_map")._length === 0; + var t1 = this.__MapBuilder__map_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._length === 0; }, addAll$1(_, other) { this._checkKeys$1(new A.LinkedHashMapKeyIterable(other, A._instanceType(other)._eval$1("LinkedHashMapKeyIterable<1>"))); @@ -170238,14 +172173,18 @@ this.get$_safeMap().addAll$1(0, other); }, get$_safeMap() { - var t1, _this = this; + var t1, t2, _this = this; if (_this._mapOwner != null) { t1 = _this._createMap$0(); - t1.addAll$1(0, A._lateReadCheck(_this.__MapBuilder__map, "_map")); - _this.__MapBuilder__map = t1; + t2 = _this.__MapBuilder__map_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.addAll$1(0, t2); + _this.__MapBuilder__map_A = t1; _this._mapOwner = null; } - return A._lateReadCheck(_this.__MapBuilder__map, "_map"); + t1 = _this.__MapBuilder__map_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, _createMap$0() { var t1 = this.$ti; @@ -170291,14 +172230,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 122 + $signature: 160 }; 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: 122 + $signature: 160 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -170411,10 +172350,15 @@ } }; A.SetBuilder.prototype = { - build$0(_) { + build$0() { var _this = this, t1 = _this._setOwner; - return t1 == null ? _this._setOwner = new A._BuiltSet(_this._setFactory, A._lateReadCheck(_this.__SetBuilder__set, "_set"), _this.$ti._eval$1("_BuiltSet<1>")) : t1; + if (t1 == null) { + t1 = _this.__SetBuilder__set_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this._setOwner = new A._BuiltSet(_this._setFactory, t1, _this.$ti._eval$1("_BuiltSet<1>")); + } + return t1; }, replace$1(_, iterable) { var t1, t2, element, _this = this, @@ -170427,32 +172371,41 @@ throw A.wrapException(A.ArgumentError$("iterable contained invalid element: " + A.S(element), null)); } _this._setOwner = null; - _this.__SetBuilder__set = set; + _this.__SetBuilder__set_A = set; }, get$length(_) { - return A._lateReadCheck(this.__SetBuilder__set, "_set")._collection$_length; + var t1 = this.__SetBuilder__set_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._collection$_length; }, get$isEmpty(_) { - return A._lateReadCheck(this.__SetBuilder__set, "_set")._collection$_length === 0; + var t1 = this.__SetBuilder__set_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._collection$_length === 0; }, map$1(_, f) { var _this = this, result = _this._createSet$0(), - t1 = A._lateReadCheck(_this.__SetBuilder__set, "_set"); + t1 = _this.__SetBuilder__set_A; + t1 === $ && A.throwUnnamedLateFieldNI(); result.addAll$1(0, new A.EfficientLengthMappedIterable(t1, f, A._instanceType(t1)._eval$1("@")._bind$1(_this.$ti._precomputed1)._eval$1("EfficientLengthMappedIterable<1,2>"))); _this._set$_maybeCheckElements$1(result); _this._setOwner = null; - _this.__SetBuilder__set = result; + _this.__SetBuilder__set_A = result; }, get$_safeSet() { - var t1, _this = this; + var t1, t2, _this = this; if (_this._setOwner != null) { t1 = _this._createSet$0(); - t1.addAll$1(0, A._lateReadCheck(_this.__SetBuilder__set, "_set")); - _this.__SetBuilder__set = t1; + t2 = _this.__SetBuilder__set_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.addAll$1(0, t2); + _this.__SetBuilder__set_A = t1; _this._setOwner = null; } - return A._lateReadCheck(_this.__SetBuilder__set, "_set"); + t1 = _this.__SetBuilder__set_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, _createSet$0() { return A.LinkedHashSet_LinkedHashSet$_empty(this.$ti._precomputed1); @@ -170561,29 +172514,39 @@ }; A._BuiltSetMultimap.prototype = {}; A.SetMultimapBuilder.prototype = { - build$0(_) { - var key, t2, builtSet, t3, _this = this, - _s11_ = "_builderMap", - _s9_ = "_builtMap", + build$0() { + var key, t2, builtSet, t3, t4, _this = this, t1 = _this._builtMapOwner; if (t1 == null) { - for (t1 = A._lateReadCheck(_this.__SetMultimapBuilder__builderMap, _s11_), t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A.instanceType(t1)._precomputed1); t1.moveNext$0();) { + t1 = _this.__SetMultimapBuilder__builderMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); + for (; t1.moveNext$0();) { key = t1.__js_helper$_current; - t2 = J.$index$asx(A._lateReadCheck(_this.__SetMultimapBuilder__builderMap, _s11_), key); + t2 = _this.__SetMultimapBuilder__builderMap_A.$index(0, key); builtSet = t2._setOwner; - if (builtSet == null) - builtSet = t2._setOwner = new A._BuiltSet(t2._setFactory, A._lateReadCheck(t2.__SetBuilder__set, "_set"), A.instanceType(t2)._eval$1("_BuiltSet<1>")); + if (builtSet == null) { + t3 = t2._setFactory; + t4 = t2.__SetBuilder__set_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + builtSet = t2._setOwner = new A._BuiltSet(t3, t4, A._instanceType(t2)._eval$1("_BuiltSet<1>")); + } t2 = builtSet._set$_set._collection$_length; - t3 = _this.__SetMultimapBuilder__builtMap; - if (t2 === 0) - J.remove$1$ax(A._lateReadCheck(t3, _s9_), key); - else - J.$indexSet$ax(A._lateReadCheck(t3, _s9_), key, builtSet); + t3 = _this.__SetMultimapBuilder__builtMap_A; + if (t2 === 0) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.remove$1(0, key); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.$indexSet(0, key, builtSet); + } } - t1 = _this.$ti; - t2 = t1._rest[1]; - t2 = _this._builtMapOwner = new A._BuiltSetMultimap(A._lateReadCheck(_this.__SetMultimapBuilder__builtMap, _s9_), A.BuiltSet_BuiltSet$from(B.List_empty, t2), t1._eval$1("@<1>")._bind$1(t2)._eval$1("_BuiltSetMultimap<1,2>")); - t1 = t2; + t1 = _this.__SetMultimapBuilder__builtMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.$ti; + t3 = t2._rest[1]; + t3 = _this._builtMapOwner = new A._BuiltSetMultimap(t1, A.BuiltSet_BuiltSet$from(B.List_empty, t3), t2._eval$1("@<1>")._bind$1(t3)._eval$1("_BuiltSetMultimap<1,2>")); + t1 = t3; } return t1; }, @@ -170591,11 +172554,14 @@ this._setWithCopyAndCheck$2(multimap.get$keys(multimap), new A.SetMultimapBuilder_replace_closure(multimap)); }, _getValuesBuilder$1(key) { - var builtValues, t1, _this = this, - _s11_ = "_builderMap", - result = J.$index$asx(A._lateReadCheck(_this.__SetMultimapBuilder__builderMap, _s11_), key); + var result, builtValues, _this = this, + t1 = _this.__SetMultimapBuilder__builderMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + result = t1.$index(0, key); if (result == null) { - builtValues = J.$index$asx(A._lateReadCheck(_this.__SetMultimapBuilder__builtMap, "_builtMap"), key); + t1 = _this.__SetMultimapBuilder__builtMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + builtValues = t1.$index(0, key); if (builtValues == null) result = A.SetBuilder_SetBuilder(_this.$ti._rest[1]); else { @@ -170603,7 +172569,7 @@ t1._eval$1("_BuiltSet<1>")._as(builtValues); result = new A.SetBuilder(builtValues._setFactory, builtValues._set$_set, builtValues, t1._eval$1("SetBuilder<1>")); } - J.$indexSet$ax(A._lateReadCheck(_this.__SetMultimapBuilder__builderMap, _s11_), key, result); + _this.__SetMultimapBuilder__builderMap_A.$indexSet(0, key, result); } return result; }, @@ -170613,8 +172579,8 @@ t1 = _this.$ti; t2 = t1._precomputed1; t3 = t1._eval$1("BuiltSet<2>"); - _this.__SetMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); - _this.__SetMultimapBuilder__builderMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t1._eval$1("SetBuilder<2>")); + _this.__SetMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); + _this.__SetMultimapBuilder__builderMap_A = A.LinkedHashMap_LinkedHashMap$_empty(t2, t1._eval$1("SetBuilder<2>")); for (t4 = J.get$iterator$ax(keys), t1 = t1._rest[1]; t4.moveNext$0();) { key = t4.get$current(t4); if (t2._is(key)) @@ -170622,7 +172588,7 @@ value = t5.get$current(t5); if (t1._is(value)) { if (_this._builtMapOwner != null) { - _this.__SetMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$from(A._lateReadCheck(_this.__SetMultimapBuilder__builtMap, "_builtMap"), t2, t3); + _this.__SetMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$from(_this.__SetMultimapBuilder__builtMap_A, t2, t3); _this._builtMapOwner = null; } _this._set_multimap$_checkKey$1(key); @@ -170665,9 +172631,6 @@ A.EnumClass.prototype = { toString$0(_) { return this.name; - }, - get$name(receiver) { - return this.name; } }; A.newBuiltValueToStringHelper_closure.prototype = { @@ -170679,7 +172642,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new A.IndentingBuiltValueToStringHelper(t1); }, - $signature: 1378 + $signature: 863 }; A.IndentingBuiltValueToStringHelper.prototype = { add$2(_, field, value) { @@ -170813,34 +172776,34 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.Object); }, - $signature: 1359 + $signature: 864 }; A.Serializers_Serializers_closure0.prototype = { call$0() { var t1 = type$.Object; return A.ListMultimapBuilder_ListMultimapBuilder(t1, t1); }, - $signature: 1346 + $signature: 944 }; A.Serializers_Serializers_closure1.prototype = { call$0() { var t1 = type$.Object; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 1257 + $signature: 948 }; A.Serializers_Serializers_closure2.prototype = { call$0() { return A.SetBuilder_SetBuilder(type$.Object); }, - $signature: 1223 + $signature: 949 }; A.Serializers_Serializers_closure3.prototype = { call$0() { var t1 = type$.Object; return A.SetMultimapBuilder_SetMultimapBuilder(t1, t1); }, - $signature: 1219 + $signature: 950 }; A.FullType.prototype = { $eq(_, other) { @@ -170939,10 +172902,10 @@ }; A.BuiltJsonSerializers.prototype = { deserializeWith$1$2(serializer, serialized, $T) { - return $T._eval$1("0?")._as(this.deserialize$2$specifiedType(serialized, new A.FullType(J.get$first$ax(serializer.get$types(serializer)), B.List_empty10, false))); + return $T._eval$1("0?")._as(this.deserialize$2$specifiedType(serialized, new A.FullType(J.get$first$ax(serializer.get$types(serializer)), B.List_empty11, false))); }, serializeWith$1$2(serializer, object) { - return this.serialize$2$specifiedType(object, new A.FullType(J.get$first$ax(serializer.get$types(serializer)), B.List_empty10, false)); + return this.serialize$2$specifiedType(object, new A.FullType(J.get$first$ax(serializer.get$types(serializer)), B.List_empty11, false)); }, serializeWith$2(serializer, object) { return this.serializeWith$1$2(serializer, object, type$.dynamic); @@ -171152,9 +173115,9 @@ t3 = types.parameters; t1.$indexSet(0, !types.nullable ? new A.FullType(t2, t3, true) : new A.FullType(t2, t3, false), $function); }, - build$0(_) { + build$0() { var _this = this; - return new A.BuiltJsonSerializers(_this._typeToSerializer.build$0(0), _this._wireNameToSerializer.build$0(0), _this._typeNameToSerializer.build$0(0), _this._builderFactories.build$0(0), _this._plugins.build$0(0)); + return new A.BuiltJsonSerializers(_this._typeToSerializer.build$0(), _this._wireNameToSerializer.build$0(), _this._typeNameToSerializer.build$0(), _this._builderFactories.build$0(), _this._plugins.build$0()); } }; A.BuiltListMultimapSerializer.prototype = { @@ -171181,7 +173144,7 @@ return this.serialize$3$specifiedType(serializers, builtListMultimap, B.FullType_null_List_empty_false); }, deserialize$3$specifiedType(serializers, serialized, specifiedType) { - var result, t3, i, key, values, t4, value, t5, + var result, t3, i, key, values, t4, value, t5, t6, isUnderspecified = specifiedType.root == null || specifiedType.parameters.length === 0, t1 = specifiedType.parameters, t2 = t1.length === 0, @@ -171201,8 +173164,10 @@ for (t4 = values.get$iterator(values); t4.moveNext$0();) { value = t4.get$current(t4); if (result._list_multimap$_builtMapOwner != null) { - t5 = A._instanceType(result); - result.__ListMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$from(A._lateReadCheck(result.__ListMultimapBuilder__builtMap, "_builtMap"), t5._precomputed1, t5._eval$1("BuiltList<2>")); + t5 = result.__ListMultimapBuilder__builtMap_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = A._instanceType(result); + result.__ListMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$from(t5, t6._precomputed1, t6._eval$1("BuiltList<2>")); result._list_multimap$_builtMapOwner = null; } result._list_multimap$_checkKey$1(key); @@ -171212,13 +173177,17 @@ if (value == null) A.throwExpression(A.ArgumentError$("null element", null)); if (t5._listOwner != null) { - t5.__ListBuilder__list = A.List_List$from(A._lateReadCheck(t5.__ListBuilder__list, "_list"), true, t5.$ti._precomputed1); + t6 = t5.__ListBuilder__list_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t5.$ti._precomputed1); t5._listOwner = null; } - J.add$1$ax(A._lateReadCheck(t5.__ListBuilder__list, "_list"), value); + t5 = t5.__ListBuilder__list_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.add$1(t5, value); } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -171236,13 +173205,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 172 + $signature: 164 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 433 + $signature: 485 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -171263,7 +173232,7 @@ elementType = t1.length === 0 ? B.FullType_null_List_empty_false : t1[0], result = isUnderspecified ? A.ListBuilder_ListBuilder(B.List_empty, type$.Object) : type$.ListBuilder_dynamic._as(serializers.newBuilder$1(specifiedType)); result.replace$1(0, J.map$1$1$ax(serialized, new A.BuiltListSerializer_deserialize_closure(serializers, elementType), type$.dynamic)); - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -171281,13 +173250,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 172 + $signature: 164 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 172 + $signature: 164 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -171331,7 +173300,7 @@ result._checkValue$1(value); result.get$_safeMap().$indexSet(0, key, value); } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -171369,7 +173338,7 @@ return this.serialize$3$specifiedType(serializers, builtSetMultimap, B.FullType_null_List_empty_false); }, deserialize$3$specifiedType(serializers, serialized, specifiedType) { - var result, i, key, value, t3, + var result, i, key, value, t3, t4, isUnderspecified = specifiedType.root == null || specifiedType.parameters.length === 0, t1 = specifiedType.parameters, t2 = t1.length === 0, @@ -171388,8 +173357,10 @@ for (t2 = J.get$iterator$ax(J.map$1$ax(t1.elementAt$1(serialized, i + 1), new A.BuiltSetMultimapSerializer_deserialize_closure(serializers, valueType))); t2.moveNext$0();) { value = t2.get$current(t2); if (result._builtMapOwner != null) { - t3 = A._instanceType(result); - result.__SetMultimapBuilder__builtMap = A.LinkedHashMap_LinkedHashMap$from(A._lateReadCheck(result.__SetMultimapBuilder__builtMap, "_builtMap"), t3._precomputed1, t3._eval$1("BuiltSet<2>")); + t3 = result.__SetMultimapBuilder__builtMap_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = A._instanceType(result); + result.__SetMultimapBuilder__builtMap_A = A.LinkedHashMap_LinkedHashMap$from(t3, t4._precomputed1, t4._eval$1("BuiltSet<2>")); result._builtMapOwner = null; } result._set_multimap$_checkKey$1(key); @@ -171401,7 +173372,7 @@ t3.get$_safeSet().add$1(0, value); } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -171419,13 +173390,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 172 + $signature: 164 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 172 + $signature: 164 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -171446,7 +173417,7 @@ elementType = t1.length === 0 ? B.FullType_null_List_empty_false : t1[0], result = isUnderspecified ? A.SetBuilder_SetBuilder(type$.Object) : type$.SetBuilder_dynamic._as(serializers.newBuilder$1(specifiedType)); result.replace$1(0, J.map$1$1$ax(serialized, new A.BuiltSetSerializer_deserialize_closure(serializers, elementType), type$.dynamic)); - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -171464,13 +173435,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 172 + $signature: 164 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 172 + $signature: 164 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -171875,7 +173846,7 @@ call$1(value) { return value == null; }, - $signature: 128 + $signature: 137 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -171890,13 +173861,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 122 + $signature: 160 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 128 + $signature: 137 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -171913,13 +173884,15 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 122 + $signature: 160 }; A.CachedNetworkImage.prototype = { - build$1(_, context) { - var _this = this, _null = null, - octoPlaceholderBuilder = _this.get$_octoPlaceholderBuilder(), - t1 = A.ResizeImage_resizeIfNeeded(_null, _null, _this._cached_image_widget$_image); + build$1(context) { + var t1, _this = this, _null = null, + octoPlaceholderBuilder = _this.get$_octoPlaceholderBuilder(); + if (false) + octoPlaceholderBuilder = new A.CachedNetworkImage_build_closure(); + t1 = A.ResizeImage_resizeIfNeeded(_null, _null, _this._cached_image_widget$_image); return new A.OctoImage(t1, _null, octoPlaceholderBuilder, _null, _this.get$_octoErrorBuilder(), B.Duration_0, B.Duration_1000000, B.Cubic_xDo0, B.Duration_500000, B.Cubic_JUR0, _this.width, _this.height, _this.fit, B.Alignment_0_0, B.ImageRepeat_3, false, _null, _null, B.FilterQuality_1, false, _null); }, _octoPlaceholderBuilder$1(context) { @@ -171929,6 +173902,13 @@ return this.errorWidget.call$3(context, this.imageUrl, error); } }; + A.CachedNetworkImage_build_closure.prototype = { + call$1(context) { + var _null = null; + return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + $signature: 980 + }; A.CachedNetworkImageProvider.prototype = { obtainKey$1(configuration) { return new A.SynchronousFuture(this, type$.SynchronousFuture_CachedNetworkImageProvider); @@ -172113,7 +174093,7 @@ return false; }, get$hashCode(_) { - return A.hashValues(this.url, 1, this.cacheKey, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(this.url, 1, this.cacheKey, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); }, toString$0(_) { return A.getRuntimeType(this).toString$0(0) + '("' + A.S(this.url) + '", scale: 1)'; @@ -172121,9 +174101,9 @@ }; A.CachedNetworkImageProvider__loadAsyncHttpGet_closure.prototype = { call$0() { - var t1 = A._lateReadCheck($.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache, "_imageCache"); - if (t1 != null) - t1.evict$1(this.key); + var t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.evict$1(this.key); }, $signature: 0 }; @@ -172131,7 +174111,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 291 + $signature: 480 }; A.ImageRenderMethodForWeb.prototype = { toString$0(_) { @@ -172164,9 +174144,7 @@ t3 = _this._multi_image_stream_completer$_nextFrame; _this._multi_image_stream_completer$_frameDuration = t3.get$duration(t3); _this._multi_image_stream_completer$_nextFrame = null; - t3 = _this._multi_image_stream_completer$_framesEmitted; - t4 = _this._multi_image_stream_completer$_codec; - if (B.JSInt_methods.$mod(t3, t4.get$frameCount(t4)) === 0 ? _this._nextImageCodec != null : t1) { + if (B.JSInt_methods.$mod(_this._multi_image_stream_completer$_framesEmitted, _this._multi_image_stream_completer$_codec.get$frameCount()) === 0 ? _this._nextImageCodec != null : t1) { _this._multi_image_stream_completer$_framesEmitted = 0; _this._multi_image_stream_completer$_timer = null; t1 = _this._nextImageCodec; @@ -172176,16 +174154,8 @@ _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); _this._nextImageCodec = null; } else { - t1 = _this._multi_image_stream_completer$_framesEmitted; - t2 = _this._multi_image_stream_completer$_codec; - completedCycles = B.JSInt_methods.$tdiv(t1, t2.get$frameCount(t2)); - t1 = _this._multi_image_stream_completer$_codec; - if (t1.get$repetitionCount(t1) !== -1) { - t1 = _this._multi_image_stream_completer$_codec; - t1 = completedCycles <= t1.get$repetitionCount(t1); - } else - t1 = true; - if (t1) + completedCycles = B.JSInt_methods.$tdiv(_this._multi_image_stream_completer$_framesEmitted, _this._multi_image_stream_completer$_codec.get$frameCount()); + if (_this._multi_image_stream_completer$_codec.get$repetitionCount() === -1 || completedCycles <= _this._multi_image_stream_completer$_codec.get$repetitionCount()) _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } return; @@ -172198,7 +174168,7 @@ _multi_image_stream_completer$_decodeNextFrameAndSchedule$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, exception, stack, exception0, t1, $async$exception0; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, exception, stack, exception0, t1, $async$exception0; var $async$_multi_image_stream_completer$_decodeNextFrameAndSchedule$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -172238,8 +174208,7 @@ break; case 6: // after finally - t1 = $async$self._multi_image_stream_completer$_codec; - if (t1.get$frameCount(t1) === 1) { + if ($async$self._multi_image_stream_completer$_codec.get$frameCount() === 1) { if ($async$self._image_stream$_listeners.length === 0) { // goto return $async$goto = 1; @@ -172300,19 +174269,19 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 425 + $signature: 481 }; 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: 439 + $signature: 490 }; 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: 439 + $signature: 490 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -172541,6 +174510,22 @@ return true; } }, + _retractStart$2(count, newEnd) { + var start, breaks, nextBreak, _this = this; + A.RangeError_checkNotNegative(count, "count"); + start = _this._characters_impl$_start; + breaks = new A.BackBreaks(_this._characters_impl$_string, 0, start, 176); + for (; count > 0; start = nextBreak) { + nextBreak = breaks.nextBreak$0(); + if (!(nextBreak >= 0)) + break; + --count; + } + _this._characters_impl$_start = start; + _this._characters_impl$_end = newEnd; + _this._currentCache = null; + return count === 0; + }, dropLast$1(count) { var t1, breaks, nextBreak, _this = this; A.RangeError_checkNotNegative(count, "count"); @@ -172706,7 +174691,7 @@ t5 = details.measureOffset; t5.toString; bounds = _this._getBarBounds$12(details.domain, domainAxis, t4, _this.config.maxBarWidthPx, details.measure, t5, measureAxis, t2, previousBarGroupWeight, barGroupWeight, allBarGroupWeights, t1); - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, "chart").toString; + _this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); t1 = bounds.top; t1.toString; return A.DatumDetails_DatumDetails$from(details, bounds, new A.NullablePoint(bounds.left + bounds.width / 2, t1), null, null, null, t3._precomputed1); @@ -172726,9 +174711,9 @@ return t1; }, paintBar$3(canvas, animationPercent, barElements) { - var unmodifiedBar, t1, t2, t3, maxBarWidth, measureIsNegative, _i, bar, bounds, t4, t5, t6, roundTopLeft, roundTopRight, roundBottomLeft, roundBottomRight, barStack, barOutsideBounds, left, t7, right, $top, bottom, clipBounds, _this = this, _s5_ = "chart", + var unmodifiedBar, t1, t2, t3, maxBarWidth, measureIsNegative, _i, bar, bounds, t4, t5, t6, roundTopLeft, roundTopRight, roundBottomLeft, roundBottomRight, barStack, componentBounds, barOutsideBounds, left, right, $top, bottom, clipBounds, _this = this, bars = A._setArrayType([], type$.JSArray_CanvasRect); - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; + _this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); unmodifiedBar = B.JSArray_methods.get$first(barElements); for (t1 = barElements.length, t2 = _this._stackedBarPaddingPx, t3 = type$.int, maxBarWidth = 0, measureIsNegative = false, _i = 0; _i < barElements.length; barElements.length === t1 || (0, A.throwConcurrentModificationError)(barElements), ++_i) { bar = barElements[_i]; @@ -172740,7 +174725,6 @@ } else measureIsNegative = true; if (!J.$eq$(bar, unmodifiedBar)) { - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; t4 = bar.bounds; t5 = t4.left; t6 = t4.top; @@ -172748,59 +174732,52 @@ } bounds.toString; bars.push(new A.CanvasRect(bounds, bar.fillColor, bar.fillPattern, bar.color, bar.strokeWidthPx)); - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; maxBarWidth = Math.max(maxBarWidth, bounds.width); } if (measureIsNegative) { - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; roundTopLeft = false; roundTopRight = false; roundBottomLeft = true; roundBottomRight = true; } else { - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; - roundTopRight = !A._lateReadCheck(A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).__BaseChart_context, "context").get$isRtl(); - roundBottomLeft = A._lateReadCheck(A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).__BaseChart_context, "context").get$isRtl(); - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; + t1 = _this.__BaseCartesianRenderer_chart_A; + t1 = t1.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + roundTopRight = !t1.get$isRtl(); + t1 = _this.__BaseCartesianRenderer_chart_A.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + roundBottomLeft = t1.get$isRtl(); roundTopLeft = true; roundBottomRight = false; } barStack = A.CanvasBarStack_CanvasBarStack(bars, 2, roundBottomLeft, roundBottomRight, roundTopLeft, roundTopRight, t2); - t1 = _this._drawAreaBounds; - t1.toString; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; - t2 = barStack.fullStackRect; - t4 = t2.left; - t5 = t1.left; - barOutsideBounds = t4 < t5 || t2.$ti._precomputed1._as(t4 + t2.width) > t1.$ti._precomputed1._as(t5 + t1.width); + componentBounds = _this._drawAreaBounds; + t1 = barStack.fullStackRect; + t2 = t1.left; + t4 = componentBounds.left; + barOutsideBounds = t2 < t4 || t1.$ti._precomputed1._as(t2 + t1.width) > A._instanceType(componentBounds)._precomputed1._as(t4 + componentBounds.width); if (barOutsideBounds) { - t2 = barStack.fullStackRect; - t4 = _this._drawAreaBounds; - t4.toString; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; - t5 = t4.left; - t6 = t2.left; - left = Math.max(A.checkNum(t5), A.checkNum(t6)); - t7 = t2.$ti._precomputed1; - right = Math.min(t4.$ti._precomputed1._as(t5 + t4.width), t7._as(t6 + t2.width)); - $top = t2.top; - bottom = t7._as($top + t2.height); + t1 = barStack.fullStackRect; + t2 = componentBounds.left; + t4 = t1.left; + left = Math.max(A.checkNum(t2), A.checkNum(t4)); + t5 = t1.$ti._precomputed1; + right = Math.min(A._instanceType(componentBounds)._precomputed1._as(t2 + componentBounds.width), t5._as(t4 + t1.width)); + $top = t1.top; + bottom = t5._as($top + t1.height); clipBounds = A.Rectangle$(left, $top, right - left, bottom - $top, t3); if (clipBounds.width <= 0 || clipBounds.height <= 0) return; - t2 = canvas.canvas; - t2.save$0(0); - t2.clipRect$1(0, canvas._getRect$1(clipBounds)); + t1 = canvas.canvas; + t1.save$0(0); + t1.clipRect$1(canvas._getRect$1(clipBounds)); } - canvas.drawBarStack$2$drawAreaBounds(barStack, t1); + canvas.drawBarStack$2$drawAreaBounds(barStack, componentBounds); if (barOutsideBounds) canvas.canvas.restore$0(0); }, _getBarBounds$12(domainValue, domainAxis, domainWidth, maxBarWidthPx, measureValue, measureOffsetValue, measureAxis, barGroupIndex, previousBarGroupWeight, barGroupWeight, allBarGroupWeights, numBarGroups) { - var t1, t2, desiredWidth, barWidth, adjustedBarGroupIndex, previousAverageWidth, domainStart, measureEnd, measureStart, bounds; + var t1, t2, desiredWidth, barWidth, t3, adjustedBarGroupIndex, previousAverageWidth, domainStart, measureEnd, measureStart, bounds; domainWidth = Math.abs(domainWidth); if (barGroupWeight == null) previousBarGroupWeight = barGroupIndex * (1 / numBarGroups); @@ -172809,7 +174786,11 @@ desiredWidth = B.JSNumber_methods.round$0(t2 / numBarGroups); barWidth = allBarGroupWeights != null ? B.JSNumber_methods.round$0(desiredWidth * numBarGroups * J.$index$asx(allBarGroupWeights, barGroupIndex)) : desiredWidth; barWidth = Math.max(1, barWidth); - adjustedBarGroupIndex = A._lateReadCheck(A._lateReadCheck(this.__BaseCartesianRenderer_chart, "chart").__BaseChart_context, "context").get$isRtl() ? numBarGroups - barGroupIndex - 1 : barGroupIndex; + t3 = this.__BaseCartesianRenderer_chart_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.__BaseChart_context_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + adjustedBarGroupIndex = t3.get$isRtl() ? numBarGroups - barGroupIndex - 1 : barGroupIndex; if (adjustedBarGroupIndex > 0) { previousBarGroupWeight.toString; previousAverageWidth = B.JSNumber_methods.round$0(t2 * (previousBarGroupWeight / adjustedBarGroupIndex)); @@ -172835,7 +174816,6 @@ t1.toString; measureEnd = B.JSNumber_methods.round$0(t1); } - A._lateReadCheck(this.__BaseCartesianRenderer_chart, "chart").toString; bounds = A.Rectangle$(domainStart, measureEnd, domainStart + barWidth - domainStart, measureStart - measureEnd, type$.int); return bounds; } @@ -172878,8 +174858,7 @@ A.BaseBarRenderer.prototype = { preprocessSeries$1(seriesList) { var t2, t3, t4, categoryToIndexMap, numBarGroups, _this = this, t1 = {}; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, "chart").toString; - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, "chart").toString; + _this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); _this._lastVertical = true; t1.barGroupIndex = 0; t2 = _this.$ti; @@ -172929,7 +174908,7 @@ }, update$2(_, seriesList, isAnimatingThisDraw) { var _this = this; - B.JSArray_methods.set$length(_this._currentKeys, 0); + B.JSArray_methods.clear$0(_this._currentKeys); _this._currentGroupsStackKeys.clear$0(0); J.forEach$1$ax(_this.getOrderedSeriesList$1$1(seriesList, _this.$ti._eval$1("ImmutableSeries")), new A.BaseBarRenderer_update_closure(_this)); _this._barStackMap.forEach$1(0, new A.BaseBarRenderer_update_closure0(_this)); @@ -172950,21 +174929,19 @@ _this._barStackMap.forEach$1(0, new A.BaseBarRenderer_paint_closure1(_this, animationPercent, canvas)); }, getNearestDatumDetailPerSeries$5$selectExactEventLocation$selectOverlappingPoints(chartPoint, byDomain, boundsOverride, selectExactEventLocation, selectOverlappingPoints) { - var t1, t2, domainValue, minMeasureDistance, minDomainDistance, _i, detail, t3, _this = this, _s5_ = "chart", _179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368 = 17976931348623157e292, _box_0 = {}, + var t1, t2, domainValue, minMeasureDistance, minDomainDistance, _i, detail, t3, _this = this, _179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368 = 17976931348623157e292, _box_0 = {}, nearest = A._setArrayType([], _this.$ti._eval$1("JSArray>")); if (!_this.isPointWithinBounds$2(chartPoint, boundsOverride)) return nearest; t1 = _this._prevDomainAxis; if (t1 instanceof A.OrdinalAxis) { - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; + _this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); t2 = chartPoint.x; domainValue = t1.scale.reverse$1(0, t2); - if (domainValue != null) { - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; + if (domainValue != null) nearest = _this._getVerticalDetailsForDomainValue$2(domainValue, chartPoint); - } } else { - A._lateReadCheck(_this.__BaseCartesianRenderer_chart, _s5_).toString; + _this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); nearest = _this._getVerticalDetailsForDomainValue$2(null, chartPoint); _box_0.nearestDomain = null; for (t1 = nearest.length, minMeasureDistance = _179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368, minDomainDistance = minMeasureDistance, _i = 0; _i < t1; ++_i) { @@ -173015,7 +174992,7 @@ }, getOrderedSeriesList$1$1(seriesList, $S) { var t1, t2; - A._lateReadCheck(this.__BaseCartesianRenderer_chart, "chart").toString; + this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); t1 = this.config; t2 = t1.groupingType; t2 = t2 === B.BarGroupingType_2 || t2 === B.BarGroupingType_1; @@ -173129,13 +175106,13 @@ call$1(_) { return null; }, - $signature: 582 + $signature: 835 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BaseBarRendererElement); }, - $signature: 862 + $signature: 1003 }; A.BaseBarRenderer_preprocessSeries__closure2.prototype = { call$1(index) { @@ -173145,7 +175122,7 @@ t1.toString; return t1; }, - $signature: 861 + $signature: 1006 }; A.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1(series) { @@ -173159,7 +175136,11 @@ t4 = A._asIntQ(t3.$index(0, B.AttributeKey_2Sa)); t4.toString; barWeight = t2[t4]; - t5 = A._lateReadCheck(A._lateReadCheck(this.$this.__BaseCartesianRenderer_chart, "chart").__BaseChart_context, "context").get$isRtl(); + t5 = this.$this.__BaseCartesianRenderer_chart_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = t5.__BaseChart_context_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = t5.get$isRtl(); t6 = t2.length; t7 = A._arrayInstanceType(t2)._precomputed1; if (t5) { @@ -173185,7 +175166,7 @@ call$2(a, b) { return a + b; }, - $signature: 327 + $signature: 219 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -173287,7 +175268,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 450 + $signature: 526 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -173396,7 +175377,7 @@ allKeys.addAll$1(0, keys); return allKeys; }, - $signature: 826 + $signature: 1034 }; A.BaseBarRenderer__getSegmentsForDomainValue_closure0.prototype = { call$1(stackKey) { @@ -173404,7 +175385,7 @@ t1.toString; B.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 96 + $signature: 102 }; A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1(bar) { @@ -173470,32 +175451,22 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 585 + $signature: 679 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { return B.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 824 + $signature: 1061 }; A.BaseBarRendererConfig.prototype = { $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; - if (other instanceof A.BaseBarRendererConfig) - if (other.groupingType === _this.groupingType) - if (other.minBarLengthPx === _this.minBarLengthPx) - t1 = other.stackedBarPaddingPx === _this.stackedBarPaddingPx && other.strokeWidthPx === _this.strokeWidthPx && other.symbolRenderer.$eq(0, _this.symbolRenderer) && new A.ListEquality(B.C_DefaultEquality, type$.ListEquality_int).equals$2(other.weightPattern, _this.weightPattern); - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.BaseBarRendererConfig && other.groupingType === _this.groupingType && other.minBarLengthPx === _this.minBarLengthPx && other.stackedBarPaddingPx === _this.stackedBarPaddingPx && other.strokeWidthPx === _this.strokeWidthPx && other.symbolRenderer.$eq(0, _this.symbolRenderer) && new A.ListEquality(B.C_DefaultEquality, type$.ListEquality_int).equals$2(other.weightPattern, _this.weightPattern); }, get$hashCode(_) { var _this = this, @@ -173703,7 +175674,7 @@ } B.JSArray_methods.forEach$1(providedTicks, new A.Axis__updateAxisTicks_closure0(_this, scale)); B.JSArray_methods.sort$0(t1); - _this._previousScale = scale.copy$0(0); + _this._previousScale = scale.copy$0(); }, get$layoutConfig() { var position, @@ -173756,7 +175727,7 @@ } return t1; }, - layout$2(_, componentBounds, drawAreaBounds) { + layout$2(componentBounds, drawAreaBounds) { var t1, t2, outputStart, outputEnd, outputRange, scale, _this = this; _this._componentBounds = componentBounds; _this._axis$_drawAreaBounds = drawAreaBounds; @@ -173881,8 +175852,8 @@ }; A.NumericAxis.prototype = {}; A.OrdinalAxis.prototype = { - layout$2(_, componentBounds, drawAreaBounds) { - this.super$Axis$layout(0, componentBounds, drawAreaBounds); + layout$2(componentBounds, drawAreaBounds) { + this.super$Axis$layout(componentBounds, drawAreaBounds); type$.OrdinalScale._as(this.scale).setViewport$2(null, null); } }; @@ -173964,7 +175935,7 @@ textElement = ticks[_i].textElement; t3 = textElement._text_element$_textStyle; if (t3 == null) - textElement.set$textStyle(0, t2); + textElement.set$textStyle(t2); else { if (t3.color == null) t3.color = t2.color; @@ -174015,7 +175986,9 @@ t8 = tick.textElement; if (!t8._painterReady) t8._refreshPainter$0(); - tickSize = A._lateReadCheck(t8.__TextElement__measurement, "_measurement"); + t8 = t8.__TextElement__measurement_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + tickSize = t8; t8 = tick.locationPx; t8.toString; if (vertical) { @@ -174103,12 +176076,10 @@ t2 = this.axisLineStyle; t3 = t2.color; t4 = t2.strokeWidth; - canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(0, t2.dashPattern, t3, t1, t3, t4); + canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(t2.dashPattern, t3, t1, t3, t4); }, drawLabel$8$axisBounds$collision$drawAreaBounds$isFirst$isLast$orientation(canvas, tick, axisBounds, collision, drawAreaBounds, isFirst, isLast, orientation) { var isRtl, labelElements, labelHeight, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, multiLineLabelOffset, _i, line, t17, y, t18, t19, direction, x, offsetY, textDirection, offsetX, _this = this, - _s12_ = "_measurement", - _s12_0 = "_textPainter", locationPx = tick.locationPx; if (locationPx == null) locationPx = 0; @@ -174128,7 +176099,7 @@ y = t17 - (t18 - multiLineLabelOffset) - t19; } direction = _this._normalizeHorizontalAnchor$4(collision && t12 ? B.TickLabelAnchor_2 : t5, isRtl, isFirst, isLast); - J.set$textDirection$x(line, direction); + line.set$textDirection(direction); switch (direction.index) { case 1: x = B.JSNumber_methods.toInt$0(locationPx + (collision && t12 ? t15 : t14) + 0); @@ -174146,18 +176117,18 @@ if (t6) { t17 = A._instanceType(axisBounds)._precomputed1._as(axisBounds.left + axisBounds.width); x = t17 - (collision && t12 ? t13 : t11); - J.set$textDirection$x(line, B.TextDirection_10); + line.set$textDirection(B.TextDirection_10); } else { x = axisBounds.left; - J.set$textDirection$x(line, B.TextDirection_00); + line.set$textDirection(B.TextDirection_00); } else if (t6) { t17 = axisBounds.left; x = t17 + (collision && t12 ? t13 : t11); - J.set$textDirection$x(line, B.TextDirection_00); + line.set$textDirection(B.TextDirection_00); } else { x = A._instanceType(axisBounds)._precomputed1._as(axisBounds.left + axisBounds.width); - J.set$textDirection$x(line, B.TextDirection_10); + line.set$textDirection(B.TextDirection_10); } switch (_this.normalizeVerticalAnchor$3(collision && t12 ? B.TickLabelAnchor_2 : t5, isFirst, isLast).index) { case 0: @@ -174178,13 +176149,16 @@ textDirection = line._text_element$_textDirection; if (!line._painterReady) line._refreshPainter$0(); - t18 = A._lateReadCheck(line.__TextElement__measurement, _s12_); + t18 = line.__TextElement__measurement_A; + t18 === $ && A.throwUnnamedLateFieldNI(); if (t17 !== 0) { if (textDirection === B.TextDirection_10) offsetY += B.JSNumber_methods.toInt$0(t18.horizontalSliceWidth); if (!line._painterReady) line._refreshPainter$0(); - t18 = A._lateReadCheck(line.__TextElement__textPainter, _s12_0)._paragraph; + t18 = line.__TextElement__textPainter_A; + t18 === $ && A.throwUnnamedLateFieldNI(); + t18 = t18._paragraph; t18 = t18.get$height(t18); t18.toString; t18 = B.JSNumber_methods.ceil$0(Math.ceil(t18) * 0.1); @@ -174193,7 +176167,7 @@ t2.rotate$1(0, t17); if (!line._painterReady) line._refreshPainter$0(); - A._lateReadCheck(line.__TextElement__textPainter, _s12_0).paint$2(t2, new A.Offset(0, 0)); + line.__TextElement__textPainter_A.paint$2(t2, new A.Offset(0, 0)); t2.restore$0(0); } else { offsetX = textDirection === B.TextDirection_10 ? x - B.JSNumber_methods.toInt$0(t18.horizontalSliceWidth) : x; @@ -174201,20 +176175,21 @@ offsetX -= B.JSNumber_methods.ceil$0(t18.horizontalSliceWidth / 2); if (!line._painterReady) line._refreshPainter$0(); - t17 = A._lateReadCheck(line.__TextElement__textPainter, _s12_0)._paragraph; + t17 = line.__TextElement__textPainter_A; + t17 === $ && A.throwUnnamedLateFieldNI(); + t17 = t17._paragraph; t17 = t17.get$height(t17); t17.toString; t17 = B.JSNumber_methods.ceil$0(Math.ceil(t17) * 0.1); if (!line._painterReady) line._refreshPainter$0(); - t18 = A._lateReadCheck(line.__TextElement__textPainter, _s12_0); - t18.toString; + t18 = line.__TextElement__textPainter_A; offsetX.toString; t18.paint$2(t2, new A.Offset(offsetX, offsetY - t17)); } if (!line._painterReady) line._refreshPainter$0(); - multiLineLabelOffset += 2 + B.JSNumber_methods.round$0(A._lateReadCheck(line.__TextElement__measurement, _s12_).verticalSliceWidth); + multiLineLabelOffset += 2 + B.JSNumber_methods.round$0(line.__TextElement__measurement_A.verticalSliceWidth); } }, _normalizeHorizontalAnchor$4(anchor, isRtl, isFirst, isLast) { @@ -174323,16 +176298,16 @@ A.BaseTickDrawStrategy_splitLabel_closure.prototype = { call$1(line) { var t1 = this.$this.graphicsFactory.createTextElement$1(J.trim$0$s(line)); - t1.set$textStyle(0, this.wholeLabel._text_element$_textStyle); + t1.set$textStyle(this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 825 + $signature: 1076 }; A.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1(line) { return line.get$measurement().horizontalSliceWidth; }, - $signature: 938 + $signature: 1083 }; A._PixelVerticalDirection.prototype = { toString$0(_) { @@ -174409,7 +176384,7 @@ t2 = _this.lineStyle; t3 = t2.dashPattern; t4 = t2.color; - canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(0, t3, t4, t1, t4, t2.strokeWidth); + canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(t3, t4, t1, t4, t2.strokeWidth); _this.drawLabel$8$axisBounds$collision$drawAreaBounds$isFirst$isLast$orientation(canvas, tick, axisBounds, collision, drawAreaBounds, isFirst, isLast, orientation); } }; @@ -174448,7 +176423,7 @@ t2 = this.axisLineStyle; t3 = t2.dashPattern; t4 = t2.color; - canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(0, t3, t4, t1, t4, t2.strokeWidth); + canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(t3, t4, t1, t4, t2.strokeWidth); }, draw$8$axisBounds$collision$drawAreaBounds$isFirst$isLast$orientation(canvas, tick, axisBounds, collision, drawAreaBounds, isFirst, isLast, orientation) { }, @@ -174462,7 +176437,7 @@ A.NoneDrawStrategy_decorateTicks_closure.prototype = { call$1(tick) { var t1 = this.$this.noneTextStyle; - tick.textElement.set$textStyle(0, t1); + tick.textElement.set$textStyle(t1); return t1; }, $signature() { @@ -174549,15 +176524,15 @@ t2 = this.lineStyle; t3 = t2.dashPattern; t4 = t2.color; - canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(0, t3, t4, t1, t4, t2.strokeWidth); + canvas.drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(t3, t4, t1, t4, t2.strokeWidth); this.drawLabel$8$axisBounds$collision$drawAreaBounds$isFirst$isLast$orientation(canvas, tick, axisBounds, collision, drawAreaBounds, isFirst, isLast, orientation); } }; A.LinearScale.prototype = { - copy$0(_) { + copy$0() { var t3, _this = this, t1 = _this._domainInfo, - t2 = new A.LinearScaleDomainInfo(1 / 0, -1 / 0, 1 / 0); + t2 = new A.LinearScaleDomainInfo(); t2._dataDomainStart = t1._dataDomainStart; t2._dataDomainEnd = t1._dataDomainEnd; t2._previouslyAddedDomain = t1._previouslyAddedDomain; @@ -174803,34 +176778,32 @@ }; A.NumericTickProvider.prototype = { getTicks$8$context$formatter$formatterValueCache$graphicsFactory$orientation$scale$tickDrawStrategy$viewportExtensionEnabled(context, formatter, formatterValueCache, graphicsFactory, orientation, scale, tickDrawStrategy, viewportExtensionEnabled) { - var t1, t2, t3, t4, t5, absoluteMinTicks, tmpMaxNumMajorTicks, mutableScale, ticks, t6, t7, tickCount, viewportDomain, selectedTicksRange, foundPreferredTicks, stepInfo, firstTick, tickCount0, lastTick, range, tickValues, preferredTicks, _this = this, _s4_ = "_low", _s5_ = "_high"; + var t1, t2, t3, t0, t4, t5, absoluteMinTicks, tmpMaxNumMajorTicks, mutableScale, ticks, t6, t7, tickCount, viewportDomain, selectedTicksRange, foundPreferredTicks, stepInfo, firstTick, tickCount0, lastTick, range, tickValues, preferredTicks, _this = this; scale._configureScale$0(); t1 = scale._viewportSettings; t2 = t1._domainExtent; - t3 = t2.min; - _this.__NumericTickProvider__low = t3; - _this.__NumericTickProvider__high = t2.max; - _this.__NumericTickProvider__low = A._lateReadCheck(t3, _s4_) > 0 ? 0 : A._lateReadCheck(_this.__NumericTickProvider__low, _s4_); - t2 = _this.__NumericTickProvider__high = A._lateReadCheck(_this.__NumericTickProvider__high, _s5_) < 0 ? 0 : A._lateReadCheck(_this.__NumericTickProvider__high, _s5_); - if (A._lateReadCheck(t2, _s5_) == A._lateReadCheck(_this.__NumericTickProvider__low, _s4_)) - if (A._lateReadCheck(_this.__NumericTickProvider__high, _s5_) === 0) - _this.__NumericTickProvider__high = 1; - else { - t2 = A._lateReadCheck(_this.__NumericTickProvider__high, _s5_); - t3 = _this.__NumericTickProvider__high; - if (t2 > 0) { - _this.__NumericTickProvider__high = A._lateReadCheck(t3, _s5_) * 1.05; - _this.__NumericTickProvider__low = A._lateReadCheck(_this.__NumericTickProvider__low, _s4_) * 0.95; - } else { - _this.__NumericTickProvider__high = A._lateReadCheck(t3, _s5_) * 0.95; - _this.__NumericTickProvider__low = A._lateReadCheck(_this.__NumericTickProvider__low, _s4_) * 1.05; - } + t3 = _this.__NumericTickProvider__low_A = t2.min; + t2 = _this.__NumericTickProvider__high_A = t2.max; + t3 = _this.__NumericTickProvider__low_A = t3 > 0 ? 0 : t3; + t2 = _this.__NumericTickProvider__high_A = t2 < 0 ? 0 : t2; + t0 = t3; + t3 = t2; + t2 = t0; + if (t3 === t2) + if (t3 === 0) + _this.__NumericTickProvider__high_A = 1; + else if (t3 > 0) { + _this.__NumericTickProvider__high_A = t3 * 1.05; + _this.__NumericTickProvider__low_A = t2 * 0.95; + } else { + _this.__NumericTickProvider__high_A = t3 * 0.95; + _this.__NumericTickProvider__low_A = t2 * 1.05; } scale._configureScale$0(); t2 = t1._domainExtent; t2.toString; - t3 = A._lateReadCheck(_this.__NumericTickProvider__high, _s5_); - t4 = A._lateReadCheck(_this.__NumericTickProvider__low, _s4_); + t3 = _this.__NumericTickProvider__high_A; + t4 = _this.__NumericTickProvider__low_A; t5 = t1.range; t5 = B.JSInt_methods.toInt$0(Math.abs(t5.end - t5.start)); absoluteMinTicks = t4 < 0 && 0 < t3 ? 3 : 2; @@ -175022,7 +176995,9 @@ get$rangeBand() { if (this._scaleChanged) this._updateScale$0(); - return A._lateReadCheck(this.__SimpleOrdinalScale__cachedRangeBandSize, "_cachedRangeBandSize"); + var t1 = this.__SimpleOrdinalScale__cachedRangeBandSize_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, set$rangeBandConfig(barGroupWidthConfig) { var t1 = barGroupWidthConfig.type; @@ -175035,18 +177010,31 @@ return this._rangeBandConfig; }, $index(_, domainValue) { - var t1, _this = this; + var t1, t2, t3, t4, t5, _this = this; if (_this._scaleChanged) _this._updateScale$0(); t1 = _this._domain._domainsToOrder.$index(0, domainValue); - if (t1 != null) - return _this._viewportTranslatePx + _this._range.start + A._lateReadCheck(_this.__SimpleOrdinalScale__cachedRangeBandShift, "_cachedRangeBandShift") + A._lateReadCheck(_this.__SimpleOrdinalScale__cachedStepSizePixels, "_cachedStepSizePixels") * t1; + if (t1 != null) { + t2 = _this._viewportTranslatePx; + t3 = _this._range; + t4 = _this.__SimpleOrdinalScale__cachedRangeBandShift_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__SimpleOrdinalScale__cachedStepSizePixels_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + return t2 + t3.start + t4 + t5 * t1; + } return 0; }, reverse$1(_, pixelLocation) { - var _this = this, - t1 = _this._domain; - return t1._domainList[Math.max(0, Math.min(B.JSNumber_methods.round$0((pixelLocation - _this._viewportTranslatePx - _this._range.start - A._lateReadCheck(_this.__SimpleOrdinalScale__cachedRangeBandShift, "_cachedRangeBandShift")) / A._lateReadCheck(_this.__SimpleOrdinalScale__cachedStepSizePixels, "_cachedStepSizePixels")), t1._ordinal_scale_domain_info$_index - 1))]; + var t4, t5, _this = this, + t1 = _this._viewportTranslatePx, + t2 = _this._range, + t3 = _this.__SimpleOrdinalScale__cachedRangeBandShift_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__SimpleOrdinalScale__cachedStepSizePixels_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this._domain; + return t5._domainList[Math.max(0, Math.min(B.JSNumber_methods.round$0((pixelLocation - t1 - t2.start - t3) / t4), t5._ordinal_scale_domain_info$_index - 1))]; }, addDomain$1(domainValue) { this._domain.add$1(0, domainValue); @@ -175062,7 +177050,7 @@ resetDomain$0() { var t1 = this._domain; t1._domainsToOrder.clear$0(0); - B.JSArray_methods.set$length(t1._domainList, 0); + B.JSArray_methods.clear$0(t1._domainList); t1._ordinal_scale_domain_info$_index = 0; this._scaleChanged = true; }, @@ -175101,7 +177089,7 @@ } return -1; }, - copy$0(_) { + copy$0() { var t1, t2, t3, t4, _this = this; $.$get$StyleFactory__styleFactory().toString; t1 = _this._domain; @@ -175118,7 +177106,7 @@ this._recalculateScale$0(); }, _recalculateScale$0() { - var rangeBandPixels, _this = this, + var rangeBandPixels, t2, _this = this, t1 = _this._domain, stepSizePixels = t1._ordinal_scale_domain_info$_index === 0 ? 0 : _this._viewportScale * (_this.get$rangeWidth() / t1._ordinal_scale_domain_info$_index); t1 = _this._rangeBandConfig; @@ -175139,13 +177127,14 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - _this.__SimpleOrdinalScale__cachedStepSizePixels = stepSizePixels; - _this.__SimpleOrdinalScale__cachedRangeBandSize = rangeBandPixels; - _this.__SimpleOrdinalScale__cachedRangeBandShift = stepSizePixels / 2; - t1 = _this._range; - if (t1.start > t1.end) { - _this.__SimpleOrdinalScale__cachedStepSizePixels = A._lateReadCheck(stepSizePixels, "_cachedStepSizePixels") * -1; - _this.__SimpleOrdinalScale__cachedRangeBandShift = A._lateReadCheck(_this.__SimpleOrdinalScale__cachedRangeBandShift, "_cachedRangeBandShift") * -1; + t1 = stepSizePixels / 2; + _this.__SimpleOrdinalScale__cachedStepSizePixels_A = stepSizePixels; + _this.__SimpleOrdinalScale__cachedRangeBandSize_A = rangeBandPixels; + _this.__SimpleOrdinalScale__cachedRangeBandShift_A = t1; + t2 = _this._range; + if (t2.start > t2.end) { + _this.__SimpleOrdinalScale__cachedStepSizePixels_A = stepSizePixels * -1; + _this.__SimpleOrdinalScale__cachedRangeBandShift_A = t1 * -1; } _this._scaleChanged = false; }, @@ -175188,13 +177177,7 @@ if (other == null) return false; if (this !== other) - if (other instanceof A.TextStyleSpec) - if (this.fontSize == other.fontSize) - t1 = this.color.$eq(0, other.color) && true; - else - t1 = false; - else - t1 = false; + t1 = other instanceof A.TextStyleSpec && this.fontSize == other.fontSize && this.color.$eq(0, other.color) && true; else t1 = true; return t1; @@ -175354,7 +177337,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(0, value); }, - $signature: 809 + $signature: 678 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -175367,7 +177350,7 @@ t2 = new A.TextElement0(labels[i], graphicsFactory.textScaleFactor, B.TextDirection_00); t3 = new A.TextStyle0(); t3.fontFamily = graphicsFactory.defaultTextStyle.style.fontFamily; - t2.set$textStyle(0, t3); + t2.set$textStyle(t3); t3 = scale.$index(0, value); ticks.push(new A.Tick(value, t2, t3, null, t1)); } @@ -175482,7 +177465,7 @@ extents = t1._viewportSettings._domainExtent; return new A.DateTimeExtents(A.DateTime$fromMillisecondsSinceEpoch(B.JSNumber_methods.toInt$0(extents.min), false), A.DateTime$fromMillisecondsSinceEpoch(B.JSNumber_methods.toInt$0(extents.max), false)); }, - copy$0(_) { + copy$0() { return new A.DateTimeScale(this.dateTimeFactory, A.LinearScale$_copy(this._linearScale)); }, isRangeValueWithinViewport$1(rangeValue) { @@ -175581,8 +177564,15 @@ }; A.HourTickFormatter.prototype = { formatSimpleTick$1(date) { + var t1; date.toString; - return A.Primitives_getHours(date) === 12 ? A._lateReadCheck(this.__HourTickFormatter__noonFormat, "_noonFormat").format$1(0, date) : this.super$TimeTickFormatterImpl$formatSimpleTick(date); + if (A.Primitives_getHours(date) === 12) { + t1 = this.__HourTickFormatter__noonFormat_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.format$1(0, date); + } else + t1 = this.super$TimeTickFormatterImpl$formatSimpleTick(date); + return t1; } }; A.HourTimeStepper.prototype = { @@ -175659,7 +177649,7 @@ allowedTickIncrements = t1.get$allowedTickIncrements(); for (t2 = allowedTickIncrements.length, _i = 0; _i < t2; ++_i) { tickIncrement = allowedTickIncrements[_i]; - B.JSArray_methods.set$length(tickValues, 0); + B.JSArray_methods.clear$0(tickValues); timeStepIt._tickIncrement = tickIncrement; timeStepIt._base_time_stepper$_current = null; for (; timeStepIt.moveNext$0();) { @@ -175743,7 +177733,8 @@ t1 = this._domainAxis; t1.toString; t2 = A.SmallTickRendererSpec$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, type$.String); - t3 = A._lateReadCheck(this.__BaseChart_context, "context"); + t3 = this.__BaseChart_context_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = this.graphicsFactory; t4.toString; t1.tickDrawStrategy = t2.createDrawStrategy$2(t3, t4); @@ -175766,8 +177757,7 @@ return axisSpec.createAxis$0(); }, configurationChanged$0() { - var t1, t2, t3, t4, _this = this, _null = null, - _s7_ = "context"; + var t1, t2, t3, t4, _this = this, _null = null; if (_this._newDomainAxis != null) { t1 = _this._domainAxis; if (t1 != null) @@ -175775,7 +177765,9 @@ t1 = _this._newDomainAxis; _this._domainAxis = t1; t1.toString; - t1.context = A._lateReadCheck(_this.__BaseChart_context, _s7_); + t2 = _this.__BaseChart_context_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.context = t2; t1.layoutPaintOrder = 5; _this.initDomainAxis$0(); t1 = _this._domainAxis; @@ -175788,7 +177780,8 @@ _this._domainAxisSpec = t1; t2 = _this._domainAxis; t2.toString; - t3 = A._lateReadCheck(_this.__BaseChart_context, _s7_); + t3 = _this.__BaseChart_context_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = _this.graphicsFactory; t4.toString; t1.configure$3(t2, t3, t4); @@ -175802,14 +177795,15 @@ t1 = A.NumericAxis$(); _this._primaryMeasureAxis = t1; t2 = A.GridlineRendererSpec$(_null, _null, _null, type$.num); - t3 = A._lateReadCheck(_this.__BaseChart_context, _s7_); + t3 = _this.__BaseChart_context_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = _this.graphicsFactory; t4.toString; t1.tickDrawStrategy = t2.createDrawStrategy$2(t3, t4); t4 = _this._primaryMeasureAxisSpec; if (t4 != null) { t1 = _this._primaryMeasureAxis; - t2 = A._lateReadCheck(_this.__BaseChart_context, _s7_); + t2 = _this.__BaseChart_context_A; t3 = _this.graphicsFactory; t3.toString; t4.super$AxisSpec$configure(t1, t2, t3); @@ -175840,9 +177834,9 @@ return t1; }, preprocessSeries$1(seriesList) { - var t1, _i, measureAxisId, t2, domainAxis, _this = this, - rendererToSeriesList = _this.super$BaseChart$preprocessSeries(seriesList), - reverseAxisDirection = _this._useSecondaryMeasureAxis = false; + var t1, _i, measureAxisId, t2, domainAxis, reverseAxisDirection, _this = this, + rendererToSeriesList = _this.super$BaseChart$preprocessSeries(seriesList); + _this._useSecondaryMeasureAxis = false; for (t1 = seriesList.length, _i = 0; _i < seriesList.length; seriesList.length === t1 || (0, A.throwConcurrentModificationError)(seriesList), ++_i) { measureAxisId = A._asStringQ(seriesList[_i]._attrs._registry.$index(0, B.AttributeKey_Bwd)); _this._usePrimaryMeasureAxis = _this._usePrimaryMeasureAxis || measureAxisId == null || measureAxisId === "primaryMeasureAxisId"; @@ -175866,8 +177860,9 @@ _this._primaryMeasureAxis.resetDomains$0(); _this._secondaryMeasureAxis.resetDomains$0(); _this._disjointMeasureAxes.forEach$1(0, new A.CartesianChart_preprocessSeries_closure0()); - if (A._lateReadCheck(_this.__BaseChart_context, "context") != null) - reverseAxisDirection = A._lateReadCheck(_this.__BaseChart_context, "context").get$isRtl(); + t1 = _this.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + reverseAxisDirection = t1.get$isRtl(); domainAxis.axisOrientation = B.AxisOrientation_2; domainAxis.reverseOutputRange = reverseAxisDirection; t1 = _this._primaryMeasureAxis; @@ -175898,32 +177893,32 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 251 + $signature: 250 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { return 0; }, - $signature: 942 + $signature: 1148 }; A.CartesianChart_preprocessSeries_closure.prototype = { call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 251 + $signature: 250 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 251 + $signature: 250 }; 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: 251 + $signature: 250 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -175939,12 +177934,12 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 251 + $signature: 250 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { this.super$BaseSeriesRenderer$onAttach(chart); - this.__BaseCartesianRenderer_chart = A._instanceType(this)._eval$1("CartesianChart<1>")._as(chart); + this.__BaseCartesianRenderer_chart_A = A._instanceType(this)._eval$1("CartesianChart<1>")._as(chart); }, configureDomainAxes$1(seriesList) { J.forEach$1$ax(seriesList, new A.BaseCartesianRenderer_configureDomainAxes_closure(this)); @@ -176038,7 +178033,7 @@ domainUpperBoundFn = series.domainUpperBoundFn; if (domainAxis == null) return; - A._lateReadCheck(this.$this.__BaseCartesianRenderer_chart, "chart").toString; + this.$this.__BaseCartesianRenderer_chart_A === $ && A.throwUnnamedLateFieldNI(); for (t2 = domainLowerBoundFn != null, t3 = domainUpperBoundFn != null, i = 0; i < t1.length; ++i) { t4 = domainFn.call$1(i); t4.toString; @@ -176082,7 +178077,7 @@ A.BaseChart0.prototype = { init$2(context, graphicsFactory) { var _this = this; - _this.__BaseChart_context = context; + _this.__BaseChart_context_A = context; if (_this.graphicsFactory !== graphicsFactory) { _this.graphicsFactory = graphicsFactory; B.JSArray_methods.forEach$1(_this._layoutManager._views, new A.BaseChart_init_closure(graphicsFactory)); @@ -176214,12 +178209,12 @@ if (t2 === behavior) t1.remove$1(0, role); }, - layout$2(_, width, height) { + layout$2(width, height) { var t1, _this = this; if (_this._rendererToSeriesList != null) { _this._chartWidth = width; _this._chartHeight = height; - _this._layoutManager.layout$2(0, width, height); + _this._layoutManager.layout$2(width, height); t1 = _this._rendererToSeriesList; t1.toString; _this.fireOnAxisConfigured$0(); @@ -176249,11 +178244,13 @@ _this.fireOnDraw$1(processedSeriesList); _box_0.seriesIndex = 0; B.JSArray_methods.forEach$1(processedSeriesList, new A.BaseChart_draw_closure(_box_0, _this)); - _this.__BaseChart__originalSeriesList = _this._currentSeriesList = processedSeriesList; + _this.__BaseChart__originalSeriesList_A = _this._currentSeriesList = processedSeriesList; _this.drawInternal$3$skipAnimation$skipLayout(processedSeriesList, false, false); }, redraw$2$skipAnimation$skipLayout(skipAnimation, skipLayout) { - this.drawInternal$3$skipAnimation$skipLayout(A._lateReadCheck(this.__BaseChart__originalSeriesList, "_originalSeriesList"), skipAnimation, true); + var t1 = this.__BaseChart__originalSeriesList_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.drawInternal$3$skipAnimation$skipLayout(t1, skipAnimation, true); this.onSkipLayout$0(); }, drawInternal$3$skipAnimation$skipLayout(seriesList, skipAnimation, skipLayout) { @@ -176301,14 +178298,18 @@ this.super$BaseChart$onPostLayout(t1); }, onPostLayout$1(rendererToSeriesList) { - var _this = this; + var t1, _this = this; rendererToSeriesList.forEach$1(0, new A.BaseChart_onPostLayout_closure(_this)); if (_this.get$animatingThisDraw()) { _this.animationPercent = 0; - A._lateReadCheck(_this.__BaseChart_context, "context").requestAnimation$1(_this.transition); + t1 = _this.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestAnimation$1(_this.transition); } else { _this.animationPercent = 1; - A._lateReadCheck(_this.__BaseChart_context, "context").markNeedsPaint$0(); + t1 = _this.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.markNeedsPaint$0(); } _this._animationsTemporarilyDisabled = false; }, @@ -176320,8 +178321,7 @@ _this.fireOnAnimationComplete$0(); }, get$animatingThisDraw() { - var t1 = B.JSInt_methods._tdivFast$1(this.transition._duration, 1000) > 0 && !this._animationsTemporarilyDisabled; - return t1; + return B.JSInt_methods._tdivFast$1(this.transition._duration, 1000) > 0 && !this._animationsTemporarilyDisabled; }, fireOnDraw$1(seriesList) { B.JSArray_methods.forEach$1(this._lifecycleListeners, new A.BaseChart_fireOnDraw_closure(this, seriesList)); @@ -176348,7 +178348,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 161 + $signature: 154 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -176366,14 +178366,14 @@ call$1(rendererId) { return this.$this.getSeriesRenderer$1(rendererId)._drawAreaBounds.containsPoint$1(0, this.chartPosition); }, - $signature: 56 + $signature: 65 }; A.BaseChart_getNearestDatumDetailPerSeries_closure.prototype = { call$1(rendererId) { 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: 96 + $signature: 102 }; A.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2(a, b) { @@ -176398,7 +178398,7 @@ }; A.BaseChart_draw_closure.prototype = { call$1(series) { - return series.__MutableSeries_seriesIndex = this._box_0.seriesIndex++; + return series.__MutableSeries_seriesIndex_A = this._box_0.seriesIndex++; }, $signature() { return A._instanceType(this.$this)._eval$1("~(MutableSeries)"); @@ -176406,40 +178406,43 @@ }; A.BaseChart_drawInternal_closure.prototype = { call$1(series) { - var t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.TypedKey_nullable_Object, type$.nullable_Object), + var t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, + t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.TypedKey_nullable_Object, type$.nullable_Object), t2 = series.id, t3 = series.displayName, t4 = series.seriesCategory, t5 = series.seriesColor, - t6 = A._lateReadCheck(series.__MutableSeries_seriesIndex, "seriesIndex"), - t7 = series.data, - t8 = series.MutableSeries_keyFn, - t9 = series.domainFn, - t10 = series.domainFormatterFn, - t11 = series.domainLowerBoundFn, - t12 = series.domainUpperBoundFn, - t13 = series.measureFn, - t14 = series.measureFormatterFn, - t15 = series.measureLowerBoundFn, - t16 = series.measureUpperBoundFn, - t17 = series.measureOffsetFn, - t18 = series.rawMeasureFn, - t19 = series.rawMeasureLowerBoundFn, - t20 = series.rawMeasureUpperBoundFn, - t21 = A._lateReadCheck(series.__MutableSeries_seriesMeasureTotal, "seriesMeasureTotal"), - t22 = series.areaColorFn, - t23 = series.colorFn, - t24 = series.dashPatternFn, - t25 = series.fillColorFn, - t26 = series.fillPatternFn, - t27 = series.patternColorFn, - t28 = series.labelAccessorFn, - t29 = series.MutableSeries_insideLabelStyleAccessorFn, - t30 = series.MutableSeries_outsideLabelStyleAccessorFn, - t31 = series.radiusPxFn, - t32 = series.strokeWidthPxFn, - t33 = series.measureAxis, - t34 = series.domainAxis; + t6 = series.__MutableSeries_seriesIndex_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = series.data; + t8 = series.MutableSeries_keyFn; + t9 = series.domainFn; + t10 = series.domainFormatterFn; + t11 = series.domainLowerBoundFn; + t12 = series.domainUpperBoundFn; + t13 = series.measureFn; + t14 = series.measureFormatterFn; + t15 = series.measureLowerBoundFn; + t16 = series.measureUpperBoundFn; + t17 = series.measureOffsetFn; + t18 = series.rawMeasureFn; + t19 = series.rawMeasureLowerBoundFn; + t20 = series.rawMeasureUpperBoundFn; + t21 = series.__MutableSeries_seriesMeasureTotal_A; + t21 === $ && A.throwUnnamedLateFieldNI(); + t22 = series.areaColorFn; + t23 = series.colorFn; + t24 = series.dashPatternFn; + t25 = series.fillColorFn; + t26 = series.fillPatternFn; + t27 = series.patternColorFn; + t28 = series.labelAccessorFn; + t29 = series.MutableSeries_insideLabelStyleAccessorFn; + t30 = series.MutableSeries_outsideLabelStyleAccessorFn; + t31 = series.radiusPxFn; + t32 = series.strokeWidthPxFn; + t33 = series.measureAxis; + t34 = series.domainAxis; t1.addAll$1(0, series._attrs._registry); return new A.MutableSeries(t2, t3, false, t4, t5, t6, t21, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t22, t23, t24, t25, t26, t27, t31, t32, t28, t29, t30, new A.SeriesAttributes(t1), t33, t34, A._instanceType(this.$this)._eval$1("MutableSeries")); }, @@ -176499,7 +178502,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 96 + $signature: 102 }; A.BaseChart_preprocessSeries_closure1.prototype = { call$2(rendererId, seriesList) { @@ -176526,7 +178529,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 161 + $signature: 154 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -176602,20 +178605,29 @@ }; A.DomainHighlighter0.prototype = { _selectionChanged$1(selectionModel) { - A._lateReadCheck(this.__DomainHighlighter__chart, "_chart").redraw$2$skipAnimation$skipLayout(true, true); + var t1 = this.__DomainHighlighter__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.redraw$2$skipAnimation$skipLayout(true, true); }, _updateColorFunctions$1(seriesList) { - B.JSArray_methods.forEach$1(seriesList, new A.DomainHighlighter__updateColorFunctions_closure(this, A._lateReadCheck(this.__DomainHighlighter__chart, "_chart").getSelectionModel$1(this.selectionModelType))); + var t1 = this.__DomainHighlighter__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.forEach$1(seriesList, new A.DomainHighlighter__updateColorFunctions_closure(this, t1.getSelectionModel$1(this.selectionModelType))); }, attachTo$1(chart) { - var _this = this; - _this.__DomainHighlighter__chart = chart; - chart._lifecycleListeners.push(A._lateReadCheck(_this.__DomainHighlighter__lifecycleListener, "_lifecycleListener")); + var t1, _this = this; + _this.__DomainHighlighter__chart_A = chart; + t1 = _this.__DomainHighlighter__lifecycleListener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + chart._lifecycleListeners.push(t1); chart.getSelectionModel$1(_this.selectionModelType)._changedListeners.push(_this.get$_selectionChanged()); }, removeFrom$1(chart) { + var t1; B.JSArray_methods.remove$1(chart.getSelectionModel$1(this.selectionModelType)._changedListeners, this.get$_selectionChanged()); - B.JSArray_methods.remove$1(chart._lifecycleListeners, A._lateReadCheck(this.__DomainHighlighter__lifecycleListener, "_lifecycleListener")); + t1 = this.__DomainHighlighter__lifecycleListener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.remove$1(chart._lifecycleListeners, t1); }, get$role(_) { return "domainHighlight-" + this.selectionModelType.toString$0(0); @@ -176653,8 +178665,8 @@ }, Legend$3$entryTextStyle$legendEntryGenerator$selectionModelType(entryTextStyle, legendEntryGenerator, selectionModelType, $D) { var t1, _this = this; - A._lateWriteOnceCheck(_this.__Legend__lifecycleListener, "_lifecycleListener"); - _this.__Legend__lifecycleListener = new A.LifecycleListener(_this.get$onData(), _this.get$_preProcess(), _this.get$_postProcess(), null, $D._eval$1("LifecycleListener<0>")); + _this.__Legend__lifecycleListener_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__Legend__lifecycleListener_F = new A.LifecycleListener(_this.get$onData(), _this.get$_preProcess(), _this.get$_postProcess(), null, $D._eval$1("LifecycleListener<0>")); t1 = _this.legendEntryGenerator; t1.entryTextStyle = entryTextStyle; t1.showOverlaySeries = false; @@ -176663,15 +178675,19 @@ this.legendEntryGenerator.entryTextStyle = entryTextStyle; }, _preProcess$1(seriesList) { - this.__Legend__currentSeriesList = A.List_List$of(seriesList, true, this.$ti._eval$1("MutableSeries<1>")); + this.__Legend__currentSeriesList_A = A.List_List$of(seriesList, true, this.$ti._eval$1("MutableSeries<1>")); this.preProcessSeriesList$1(seriesList); }, _postProcess$1(seriesList) { - var _this = this, - selectionModel = A._lateReadCheck(_this.__Legend__chart, "_chart").getSelectionModel$1(_this.selectionModelType), - t1 = _this.legendState; + var selectionModel, t2, _this = this, + t1 = _this.__Legend__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selectionModel = t1.getSelectionModel$1(_this.selectionModelType); + t1 = _this.legendState; if (!J.$eq$(t1._selectionModel, selectionModel) || _this._postProcessSeriesList !== seriesList) { - t1.__LegendState__legendEntries = _this.legendEntryGenerator.getLegendEntries$1(A._lateReadCheck(_this.__Legend__currentSeriesList, "_currentSeriesList")); + t2 = _this.__Legend__currentSeriesList_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.__LegendState__legendEntries_A = _this.legendEntryGenerator.getLegendEntries$1(t2); t1._selectionModel = selectionModel; _this._postProcessSeriesList = seriesList; _this._updateLegendEntries$1$seriesList(seriesList); @@ -176685,62 +178701,81 @@ var t4, _this = this, t1 = _this.legendEntryGenerator, t2 = _this.legendState, - t3 = A._lateReadCheck(t2.__LegendState__legendEntries, "_legendEntries"); + t3 = t2.__LegendState__legendEntries_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t2 = t2._selectionModel; t2.toString; if (seriesList == null) { - t4 = A._lateReadCheck(_this.__Legend__chart, "_chart")._currentSeriesList; + t4 = _this.__Legend__chart_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4._currentSeriesList; t4.toString; } else t4 = seriesList; if (t2._selectedDatum.length !== 0 || A.List_List$unmodifiable(t2._selectedSeries, A._instanceType(t2)._eval$1("ImmutableSeries<1>")).length !== 0) t1._updateFromSelection$2(t3, t2); - else if (A._lateReadCheck(t1.__PerSeriesLegendEntryGenerator_legendDefaultMeasure, "legendDefaultMeasure") !== B.LegendDefaultMeasure_0) - t1._updateFromSeriesList$2(t3, t4); - else - t1._resetLegendEntryMeasures$1(t3); - A._lateReadCheck(A._lateReadCheck(_this.__Legend__chart, "_chart").__BaseChart_context, "context").requestRebuild$0(); + else { + t2 = t1.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.LegendDefaultMeasure_0) + t1._updateFromSeriesList$2(t3, t4); + else + t1._resetLegendEntryMeasures$1(t3); + } + t1 = _this.__Legend__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestRebuild$0(); }, _updateLegendEntries$0() { return this._updateLegendEntries$1$seriesList(null); }, attachTo$1(chart) { - var _this = this; - _this.__Legend__chart = chart; - chart._lifecycleListeners.push(A._lateReadCheck(_this.__Legend__lifecycleListener, "_lifecycleListener")); + var t1, _this = this; + _this.__Legend__chart_A = chart; + t1 = _this.__Legend__lifecycleListener_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + chart._lifecycleListeners.push(t1); chart.getSelectionModel$1(_this.selectionModelType)._changedListeners.push(_this.get$_legend$_selectionChanged()); chart.addView$1(_this); }, removeFrom$1(chart) { - var _this = this; + var t1, _this = this; B.JSArray_methods.remove$1(chart.getSelectionModel$1(_this.selectionModelType)._changedListeners, _this.get$_legend$_selectionChanged()); - B.JSArray_methods.remove$1(chart._lifecycleListeners, A._lateReadCheck(_this.__Legend__lifecycleListener, "_lifecycleListener")); + t1 = _this.__Legend__lifecycleListener_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.remove$1(chart._lifecycleListeners, t1); chart._layoutManager.removeView$1(_this); }, get$role(_) { return "legend-" + this.selectionModelType.toString$0(0); }, get$layoutConfig() { - var position, + var isRtl, position, outsideJustification = this.config.outsideJustification, - isRtl = A._lateReadCheck(A._lateReadCheck(this.__Legend__chart, "_chart").__BaseChart_context, "context")._chartContainerIsRtl; + t1 = this.__Legend__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + isRtl = t1._chartContainerIsRtl; switch (3) { case 3: position = isRtl ? B.LayoutPosition_4 : B.LayoutPosition_6; break; } if (outsideJustification === B.OutsideJustification_1 || outsideJustification === B.OutsideJustification_3 || outsideJustification === B.OutsideJustification_5) - switch (position.index) { - case 0: + switch (position) { + case B.LayoutPosition_0: position = B.LayoutPosition_1; break; - case 4: + case B.LayoutPosition_4: position = B.LayoutPosition_5; break; - case 2: + case B.LayoutPosition_2: position = B.LayoutPosition_3; break; - case 6: + case B.LayoutPosition_6: position = B.LayoutPosition_7; break; default: @@ -176751,10 +178786,15 @@ measure$2(_, maxWidth, maxHeight) { return A.ViewMeasuredSizes$(0, 0); }, - layout$2(_, componentBounds, drawAreaBounds) { + layout$2(componentBounds, drawAreaBounds) { + var t1; this._legend$_componentBounds = componentBounds; this._legend$_drawAreaBounds = drawAreaBounds; - A._lateReadCheck(A._lateReadCheck(this.__Legend__chart, "_chart").__BaseChart_context, "context").requestRebuild$0(); + t1 = this.__Legend__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestRebuild$0(); }, paint$2(canvas, animationPercent) { }, @@ -176792,7 +178832,9 @@ t1 = A._arrayInstanceType(seriesList), t2 = t1._eval$1("@<1>")._bind$1(_this.$ti._eval$1("LegendEntry<1>"))._eval$1("MappedIterable<1,2>"), legendEntries = A.List_List$of(new A.MappedIterable(new A.WhereIterable(seriesList, new A.PerSeriesLegendEntryGenerator_getLegendEntries_closure(_this), t1._eval$1("WhereIterable<1>")), new A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0(_this), t2), true, t2._eval$1("Iterable.E")); - if (A._lateReadCheck(_this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure, "legendDefaultMeasure") !== B.LegendDefaultMeasure_0) + t1 = _this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== B.LegendDefaultMeasure_0) _this._updateFromSeriesList$2(legendEntries, seriesList); return legendEntries; }, @@ -176844,7 +178886,7 @@ } }, _updateFromSeriesList$2(legendEntries, seriesList) { - var _i, series, seriesId, calculatedMeasure, entry, _this = this, + var _i, series, seriesId, t2, calculatedMeasure, entry, _this = this, getMeasureTotal = new A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal(_this), t1 = type$.String, seriesAndMeasure = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_double), @@ -176852,20 +178894,22 @@ for (t1 = seriesList.length, _i = 0; _i < seriesList.length; seriesList.length === t1 || (0, A.throwConcurrentModificationError)(seriesList), ++_i) { series = seriesList[_i]; seriesId = series.id; - switch (A._lateReadCheck(_this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure, "legendDefaultMeasure")) { - case B.LegendDefaultMeasure_1: + t2 = _this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + switch (t2.index) { + case 1: calculatedMeasure = getMeasureTotal.call$1(series); break; - case B.LegendDefaultMeasure_2: + case 2: calculatedMeasure = getMeasureTotal.call$1(series) / series.data.length; break; - case B.LegendDefaultMeasure_3: + case 3: calculatedMeasure = series.measureFn$1(0); break; - case B.LegendDefaultMeasure_4: + case 4: calculatedMeasure = series.measureFn$1(series.data.length - 1); break; - case B.LegendDefaultMeasure_0: + case 0: calculatedMeasure = null; break; default: @@ -176883,14 +178927,32 @@ } }, $eq(_, other) { - var _s20_ = "legendDefaultMeasure"; + var t1, t2; if (other == null) return false; - return other instanceof A.PerSeriesLegendEntryGenerator && J.$eq$(this.measureFormatter, other.measureFormatter) && J.$eq$(this.secondaryMeasureFormatter, other.secondaryMeasureFormatter) && A._lateReadCheck(this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure, _s20_) == A._lateReadCheck(other.__PerSeriesLegendEntryGenerator_legendDefaultMeasure, _s20_) && true; + if (other instanceof A.PerSeriesLegendEntryGenerator) + if (J.$eq$(this.measureFormatter, other.measureFormatter)) + if (J.$eq$(this.secondaryMeasureFormatter, other.secondaryMeasureFormatter)) { + t1 = this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = other.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 === t2 && true; + } else + t1 = false; + else + t1 = false; + else + t1 = false; + return t1; }, get$hashCode(_) { - var _this = this; - return ((J.get$hashCode$(_this.measureFormatter) * 37 + J.get$hashCode$(_this.secondaryMeasureFormatter)) * 37 + A.Primitives_objectHashCode(A._lateReadCheck(_this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure, "legendDefaultMeasure"))) * 37 + B.JSNull_methods.get$hashCode(_this.entryTextStyle); + var _this = this, + hashcode = J.get$hashCode$(_this.measureFormatter), + t1 = J.get$hashCode$(_this.secondaryMeasureFormatter), + t2 = _this.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return ((hashcode * 37 + t1) * 37 + A.Primitives_objectHashCode(t2)) * 37 + B.JSNull_methods.get$hashCode(_this.entryTextStyle); } }; A.PerSeriesLegendEntryGenerator_getLegendEntries_closure.prototype = { @@ -176948,7 +179010,7 @@ SeriesLegend$7$entryTextStyle$legendDefaultMeasure$legendEntryGenerator$measureFormatter$secondaryMeasureFormatter$selectionModelType$showMeasures(entryTextStyle, legendDefaultMeasure, legendEntryGenerator, measureFormatter, secondaryMeasureFormatter, selectionModelType, showMeasures, $D) { var t2, t1 = this.legendEntryGenerator; - t1.__PerSeriesLegendEntryGenerator_legendDefaultMeasure = legendDefaultMeasure; + t1.__PerSeriesLegendEntryGenerator_legendDefaultMeasure_A = legendDefaultMeasure; t2 = this.get$defaultLegendMeasureFormatter(); t1.measureFormatter = t2; t1.secondaryMeasureFormatter = t2; @@ -176984,7 +179046,7 @@ call$1(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 56 + $signature: 65 }; A.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1(series) { @@ -176998,32 +179060,42 @@ call$1(id) { return id === this.seriesId; }, - $signature: 56 + $signature: 65 }; A.LinePointHighlighter0.prototype = { attachTo$1(chart) { var t1, _this = this; - _this.__LinePointHighlighter__chart = chart; + _this.__LinePointHighlighter__chart_A = chart; t1 = new A._LinePointLayoutView(A.LayoutViewConfig$(110, B.LayoutPosition_8, 110), _this.showHorizontalFollowLine, _this.showVerticalFollowLine, chart, _this.dashPattern, true, _this.symbolRenderer, _this.$ti._eval$1("_LinePointLayoutView<1>")); - _this.__LinePointHighlighter__view = t1; - chart.addView$1(A._lateReadCheck(t1, "_view")); - chart._lifecycleListeners.push(A._lateReadCheck(_this.__LinePointHighlighter__lifecycleListener, "_lifecycleListener")); + _this.__LinePointHighlighter__view_A = t1; + chart.addView$1(t1); + t1 = _this.__LinePointHighlighter__lifecycleListener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + chart._lifecycleListeners.push(t1); chart.getSelectionModel$1(_this.selectionModelType)._changedListeners.push(_this.get$_line_point_highlighter$_selectionChanged()); }, removeFrom$1(chart) { - var _this = this; - chart._layoutManager.removeView$1(A._lateReadCheck(_this.__LinePointHighlighter__view, "_view")); + var _this = this, + t1 = _this.__LinePointHighlighter__view_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + chart._layoutManager.removeView$1(t1); B.JSArray_methods.remove$1(chart.getSelectionModel$1(_this.selectionModelType)._changedListeners, _this.get$_line_point_highlighter$_selectionChanged()); - B.JSArray_methods.remove$1(chart._lifecycleListeners, A._lateReadCheck(_this.__LinePointHighlighter__lifecycleListener, "_lifecycleListener")); + t1 = _this.__LinePointHighlighter__lifecycleListener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.remove$1(chart._lifecycleListeners, t1); }, _line_point_highlighter$_selectionChanged$1(selectionModel) { - A._lateReadCheck(this.__LinePointHighlighter__chart, "_chart").redraw$2$skipAnimation$skipLayout(true, true); + var t1 = this.__LinePointHighlighter__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.redraw$2$skipAnimation$skipLayout(true, true); }, _updateViewData$0() { - var selectedDatumDetails, t2, t3, newSeriesMap, t4, t5, t6, radiusPx, t7, t8, t9, _i, detail, series, datum, t10, domainAxis, measureAxis, radiusPx0, pointKey, t11, animatingPoint, t12, _this = this, + var t2, selectedDatumDetails, t3, newSeriesMap, t4, t5, t6, radiusPx, t7, t8, t9, _i, detail, series, datum, t10, domainAxis, measureAxis, radiusPx0, pointKey, t11, animatingPoint, t12, _this = this, t1 = _this._line_point_highlighter$_currentKeys; - B.JSArray_methods.set$length(t1, 0); - selectedDatumDetails = A._lateReadCheck(_this.__LinePointHighlighter__chart, "_chart").getSelectedDatumDetails$1(_this.selectionModelType); + B.JSArray_methods.clear$0(t1); + t2 = _this.__LinePointHighlighter__chart_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + selectedDatumDetails = t2.getSelectedDatumDetails$1(_this.selectionModelType); t2 = _this.$ti; t3 = t2._eval$1("_AnimatedPoint<1>"); newSeriesMap = A.LinkedHashMap_LinkedHashMap(null, null, null, type$.String, t3); @@ -177055,7 +179127,9 @@ } _this._seriesPointMap.forEach$1(0, new A.LinePointHighlighter__updateViewData_closure(_this, newSeriesMap)); _this._seriesPointMap = newSeriesMap; - A._lateReadCheck(_this.__LinePointHighlighter__view, "_view")._seriesPointMap = _this._seriesPointMap; + t1 = _this.__LinePointHighlighter__view_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._seriesPointMap = newSeriesMap; }, get$role(_) { return "LinePointHighlighter-" + this.selectionModelType.toString$0(0); @@ -177086,11 +179160,11 @@ measure$2(_, maxWidth, maxHeight) { return null; }, - layout$2(_, componentBounds, drawAreaBounds) { - this.___LinePointLayoutView__drawAreaBounds = drawAreaBounds; + layout$2(componentBounds, drawAreaBounds) { + this.___LinePointLayoutView__drawAreaBounds_A = drawAreaBounds; }, paint$2(canvas, animationPercent) { - var keysToRemove, points, t1, endPointPerValueVertical, endPointPerValueHorizontal, t2, shouldShowHorizontalFollowLine, t3, t4, shouldShowVerticalFollowLine, t5, _i, t6, t7, roundedX, roundedY, shouldShowHorizontalFollowLine0, shouldShowVerticalFollowLine0, paintedHorizontalLinePositions, paintedVerticalLinePositions, drawBounds, leftBound, t8, t9, t10, t11, rightBound, leftBound0, pointElement, bounds, _this = this, _null = null, + var keysToRemove, points, t1, endPointPerValueVertical, endPointPerValueHorizontal, t2, shouldShowHorizontalFollowLine, t3, t4, shouldShowVerticalFollowLine, t5, _i, t6, t7, roundedX, roundedY, shouldShowHorizontalFollowLine0, shouldShowVerticalFollowLine0, paintedHorizontalLinePositions, paintedVerticalLinePositions, drawBounds, leftBound, topBound, t8, t9, t10, rightBound, leftBound0, pointElement, bounds, _this = this, _null = null, _seriesPointMap = _this._seriesPointMap; if (_seriesPointMap == null) return; @@ -177136,31 +179210,33 @@ paintedVerticalLinePositions = A._setArrayType([], t1); t1 = _this.chart; drawBounds = t1._layoutManager.get$drawableLayoutAreaBounds(); - A._lateReadCheck(t1.__BaseChart_context, "context").get$isRtl(); - for (t1 = points.length, t2 = type$.Point_num, t3 = type$.JSArray_Point_num, t4 = _this.dashPattern, t5 = canvas.canvas, t6 = canvas._chart_canvas$_paint, leftBound = drawBounds.left, t7 = drawBounds.width, t8 = drawBounds.top, t9 = drawBounds.height, _i = 0; _i < points.length; points.length === t1 || (0, A.throwConcurrentModificationError)(points), ++_i) { - t10 = points[_i].point; - t11 = t10.x; - if (t11 == null || t10.y == null) + t1 = t1.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.get$isRtl(); + for (t1 = points.length, t2 = type$.Point_num, t3 = type$.JSArray_Point_num, t4 = _this.dashPattern, t5 = canvas.canvas, t6 = canvas._chart_canvas$_paint, leftBound = drawBounds.left, t7 = drawBounds.width, topBound = drawBounds.top, t8 = drawBounds.height, _i = 0; _i < points.length; points.length === t1 || (0, A.throwConcurrentModificationError)(points), ++_i) { + t9 = points[_i].point; + t10 = t9.x; + if (t10 == null || t9.y == null) continue; - t11.toString; - t10 = t10.y; t10.toString; - roundedX = B.JSNumber_methods.round$0(t11); - roundedY = B.JSNumber_methods.round$0(t10); + t9 = t9.y; + t9.toString; + roundedX = B.JSNumber_methods.round$0(t10); + roundedY = B.JSNumber_methods.round$0(t9); if (shouldShowHorizontalFollowLine0 && !B.JSArray_methods.contains$1(paintedHorizontalLinePositions, roundedY)) { rightBound = leftBound + t7; leftBound0 = leftBound; - t10 = A._setArrayType([new A.Point(leftBound0, t10, t2), new A.Point(rightBound, t10, t2)], t3); + t9 = A._setArrayType([new A.Point(leftBound0, t9, t2), new A.Point(rightBound, t9, t2)], t3); $.$get$StyleFactory__styleFactory().toString; - A.LinePainter_draw(t5, _null, t4, _null, t6, t10, _null, _null, new A.Color0(117, 117, 117, 255, _null, _null), 1); + A.LinePainter_draw(t5, _null, t4, _null, t6, t9, _null, _null, new A.Color0(117, 117, 117, 255, _null, _null), 1); if (shouldShowHorizontalFollowLine) shouldShowHorizontalFollowLine0 = false; paintedHorizontalLinePositions.push(roundedY); } if (shouldShowVerticalFollowLine0 && !B.JSArray_methods.contains$1(paintedVerticalLinePositions, roundedX)) { - t10 = A._setArrayType([new A.Point(t11, t8, t2), new A.Point(t11, t8 + t9, t2)], t3); + t9 = A._setArrayType([new A.Point(t10, topBound, t2), new A.Point(t10, topBound + t8, t2)], t3); $.$get$StyleFactory__styleFactory().toString; - A.LinePainter_draw(t5, _null, t4, _null, t6, t10, _null, _null, new A.Color0(117, 117, 117, 255, _null, _null), 1); + A.LinePainter_draw(t5, _null, t4, _null, t6, t9, _null, _null, new A.Color0(117, 117, 117, 255, _null, _null), 1); if (shouldShowVerticalFollowLine) shouldShowVerticalFollowLine0 = false; paintedVerticalLinePositions.push(roundedX); @@ -177186,7 +179262,9 @@ } }, get$componentBounds() { - return A._lateReadCheck(this.___LinePointLayoutView__drawAreaBounds, "_drawAreaBounds"); + var t1 = this.___LinePointLayoutView__drawAreaBounds_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$isSeriesRenderer() { return false; @@ -177232,23 +179310,21 @@ _this.animatingOut = false; t1 = _this._currentPoint; _this._previousPoint = (t1 == null ? _this._currentPoint = newTarget.clone$0(0) : t1).clone$0(0); - _this.___AnimatedPoint__targetPoint = newTarget; + _this.___AnimatedPoint__targetPoint_A = newTarget; }, getCurrentPoint$1(animationPercent) { - var t1, t2, t3, targetPoint, previousPoint, t4, t5, targetStrokeWidthPx, previousStrokeWidthPx, _this = this, - _s12_ = "_targetPoint"; + var t1, t2, t3, targetPoint, previousPoint, t4, t5, targetStrokeWidthPx, previousStrokeWidthPx, _this = this; if (animationPercent === 1 || _this._previousPoint == null) { - _this._currentPoint = A._lateReadCheck(_this.___AnimatedPoint__targetPoint, _s12_); - _this._previousPoint = A._lateReadCheck(_this.___AnimatedPoint__targetPoint, _s12_); - t1 = _this._currentPoint; - t1.toString; - return t1; + t1 = _this.___AnimatedPoint__targetPoint_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return _this._previousPoint = _this._currentPoint = t1; } t1 = _this._currentPoint; t1.toString; t2 = _this._previousPoint; t2.toString; - t3 = A._lateReadCheck(_this.___AnimatedPoint__targetPoint, _s12_); + t3 = _this.___AnimatedPoint__targetPoint_A; + t3 === $ && A.throwUnnamedLateFieldNI(); targetPoint = t3.point; previousPoint = t2.point; t1.point = A._DatumPoint__DatumPoint$from0(targetPoint, t1._lerpDouble$3(previousPoint.x, targetPoint.x, animationPercent), t1._lerpDouble$3(previousPoint.y, targetPoint.y, animationPercent), t1.$ti._precomputed1); @@ -177291,7 +179367,7 @@ return this._onSelect$1(chartPoint); }, _onSelect$2(chartPoint, ignored) { - var details, seriesList, seriesDatumList, _this = this, + var details, seriesList, seriesDatumList, seriesDatumList0, _this = this, t1 = _this._select_nearest$_chart; if (t1 == null) return false; @@ -177304,15 +179380,16 @@ t1 = details.length; if (t1 !== 0) { B.JSArray_methods.sort$1(details, new A.SelectNearest__onSelect_closure(_this)); - seriesDatumList = _this._extractSeriesFromNearestSelection$1(details); - if (!!seriesDatumList.fixed$length) + seriesDatumList0 = _this._extractSeriesFromNearestSelection$1(details); + if (!!seriesDatumList0.fixed$length) A.throwExpression(A.UnsupportedError$("removeWhere")); - B.JSArray_methods._removeWhere$2(seriesDatumList, new A.SelectNearest__onSelect_closure0(_this), true); + B.JSArray_methods._removeWhere$2(seriesDatumList0, new A.SelectNearest__onSelect_closure0(_this), true); t1 = seriesList.length; if (t1 === 0) { B.JSArray_methods.get$first(details).toString; seriesList.push(B.JSArray_methods.get$first(details).series); } + seriesDatumList = seriesDatumList0; } return _this._select_nearest$_chart.getSelectionModel$1(_this.selectionModelType).updateSelection$2(seriesDatumList, seriesList); }, @@ -177400,19 +179477,20 @@ return data; }, attachTo$1(chart) { - var t1, role, _this = this; + var t1, t2, role, _this = this; _this._select_nearest$_chart = chart; - t1 = chart._gestureProxy; - t1._proxy_gesture_listener$_listeners.push(A._lateReadCheck(_this.__SelectNearest__listener, "_listener")); - B.JSArray_methods.set$length(t1._activeListeners, 0); + t1 = _this.__SelectNearest__listener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = chart._gestureProxy; + t2._proxy_gesture_listener$_listeners.push(t1); + B.JSArray_methods.clear$0(t2._activeListeners); switch (_this.eventTrigger.index) { case 1: case 2: case 3: case 4: role = "SelectNearest-" + _this.selectionModelType.toString$0(0); - t1 = chart._behaviorRoleMap.$index(0, role) === _this && chart._behaviorTappableMap.$index(0, role) !== _this; - if (t1) + if (chart._behaviorRoleMap.$index(0, role) === _this && chart._behaviorTappableMap.$index(0, role) !== _this) chart._behaviorTappableMap.$indexSet(0, role, _this); break; case 0: @@ -177422,9 +179500,12 @@ } }, removeFrom$1(chart) { - var t1 = chart._gestureProxy; - B.JSArray_methods.remove$1(t1._proxy_gesture_listener$_listeners, A._lateReadCheck(this.__SelectNearest__listener, "_listener")); - B.JSArray_methods.set$length(t1._activeListeners, 0); + var t2, + t1 = this.__SelectNearest__listener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = chart._gestureProxy; + B.JSArray_methods.remove$1(t2._proxy_gesture_listener$_listeners, t1); + B.JSArray_methods.clear$0(t2._activeListeners); chart.unregisterTappable$1(this); this._select_nearest$_chart = null; }, @@ -177483,12 +179564,15 @@ A.DatumDetails.prototype = {}; A.MutableSeries.prototype = { MutableSeries$1(series, $D) { - var t1, measure, _this = this, - i = _this.__MutableSeries_seriesMeasureTotal = 0; + var t1, measure, t2, _this = this, + i = _this.__MutableSeries_seriesMeasureTotal_A = 0; for (t1 = _this.data; i < t1.length; ++i) { measure = _this.measureFn.call$1(i); - if (measure != null) - _this.__MutableSeries_seriesMeasureTotal = A._lateReadCheck(_this.__MutableSeries_seriesMeasureTotal, "seriesMeasureTotal") + measure; + if (measure != null) { + t2 = _this.__MutableSeries_seriesMeasureTotal_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__MutableSeries_seriesMeasureTotal_A = t2 + measure; + } } t1 = series.labelAccessorFn; _this.labelAccessorFn = t1 == null ? new A.MutableSeries_closure(_this) : t1; @@ -177513,7 +179597,7 @@ call$1(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 976 + $signature: 1216 }; A.ImmutableSeries.prototype = {}; A.SelectionModel.prototype = { @@ -177639,7 +179723,7 @@ measure$2(_, maxWidth, maxHeight) { return null; }, - layout$2(_, componentBounds, drawAreaBounds) { + layout$2(componentBounds, drawAreaBounds) { this._drawAreaBounds = drawAreaBounds; }, get$componentBounds() { @@ -177734,7 +179818,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 96 + $signature: 102 }; A.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1(series) { @@ -177822,26 +179906,28 @@ _this._viewsNeedPaintSort = _this._viewsNeedPositionSort = _this._drawAreaBoundsOutdated = true; }, get$paintOrderedViews() { - var t1, _this = this, - _s18_ = "_paintOrderedViews"; + var t1, _this = this; if (_this._viewsNeedPaintSort) { t1 = A.List_List$of(_this._views, true, type$.LayoutView); - _this.__LayoutManagerImpl__paintOrderedViews = t1; - J.sort$1$ax(A._lateReadCheck(t1, _s18_), new A.LayoutManagerImpl_paintOrderedViews_closure()); + _this.__LayoutManagerImpl__paintOrderedViews_A = t1; + B.JSArray_methods.sort$1(t1, new A.LayoutManagerImpl_paintOrderedViews_closure()); _this._viewsNeedPaintSort = false; } - return A._lateReadCheck(_this.__LayoutManagerImpl__paintOrderedViews, _s18_); + t1 = _this.__LayoutManagerImpl__paintOrderedViews_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$positionOrderedViews() { - var t1, _this = this, - _s21_ = "_positionOrderedViews"; + var t1, _this = this; if (_this._viewsNeedPositionSort) { t1 = A.List_List$of(_this._views, true, type$.LayoutView); - _this.__LayoutManagerImpl__positionOrderedViews = t1; - J.sort$1$ax(A._lateReadCheck(t1, _s21_), new A.LayoutManagerImpl_positionOrderedViews_closure()); + _this.__LayoutManagerImpl__positionOrderedViews_A = t1; + B.JSArray_methods.sort$1(t1, new A.LayoutManagerImpl_positionOrderedViews_closure()); _this._viewsNeedPositionSort = false; } - return A._lateReadCheck(_this.__LayoutManagerImpl__positionOrderedViews, _s21_); + t1 = _this.__LayoutManagerImpl__positionOrderedViews_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$drawableLayoutAreaBounds() { var t3, t4, t5, right, t6, t7, bottom, left, $top, @@ -177880,26 +179966,28 @@ measurements = _this._layout_manager_impl$_measure$7$bottomViews$leftViews$rightViews$topViews$useMax(width, height, bottomViews, leftViews, rightViews, topViews, true), secondMeasurements = _this._layout_manager_impl$_measure$8$bottomViews$leftViews$previousMeasurements$rightViews$topViews$useMax(width, height, bottomViews, leftViews, measurements, rightViews, topViews, true); measurements = measurements.leftWidth !== secondMeasurements.leftWidth || measurements.rightWidth !== secondMeasurements.rightWidth || measurements.topHeight !== secondMeasurements.topHeight || measurements.bottomHeight !== secondMeasurements.bottomHeight ? _this._layout_manager_impl$_measure$8$bottomViews$leftViews$previousMeasurements$rightViews$topViews$useMax(width, height, bottomViews, leftViews, secondMeasurements, rightViews, topViews, false) : secondMeasurements; - _this.__LayoutManagerImpl__measurements = measurements; + _this.__LayoutManagerImpl__measurements_A = measurements; t1 = measurements.leftWidth; t2 = measurements.topHeight; - _this.__LayoutManagerImpl__drawAreaBounds = A.Rectangle$(t1, t2, Math.max(20, width - t1 - measurements.rightWidth), Math.max(20, height - measurements.bottomHeight - t2), type$.int); + _this.__LayoutManagerImpl__drawAreaBounds_A = A.Rectangle$(t1, t2, Math.max(20, width - t1 - measurements.rightWidth), Math.max(20, height - measurements.bottomHeight - t2), type$.int); _this._drawAreaBoundsOutdated = false; }, - layout$2(_, width, height) { - var _this = this, - _s13_ = "_measurements", - _s15_ = "_drawAreaBounds", + layout$2(width, height) { + var t2, _this = this, topViews = _this._viewsForPositions$2(B.LayoutPosition_2, B.LayoutPosition_3), rightViews = _this._viewsForPositions$2(B.LayoutPosition_6, B.LayoutPosition_7), bottomViews = _this._viewsForPositions$2(B.LayoutPosition_0, B.LayoutPosition_1), leftViews = _this._viewsForPositions$2(B.LayoutPosition_4, B.LayoutPosition_5), drawAreaViews = _this._viewsForPositions$1(B.LayoutPosition_8), - fullBounds = A.Rectangle$(0, 0, width, height, type$.int); - new A.LeftMarginLayoutStrategy().layout$4(0, leftViews, A._lateReadCheck(_this.__LayoutManagerImpl__measurements, _s13_).leftSizes, fullBounds, A._lateReadCheck(_this.__LayoutManagerImpl__drawAreaBounds, _s15_)); - new A.RightMarginLayoutStrategy().layout$4(0, rightViews, A._lateReadCheck(_this.__LayoutManagerImpl__measurements, _s13_).rightSizes, fullBounds, A._lateReadCheck(_this.__LayoutManagerImpl__drawAreaBounds, _s15_)); - new A.BottomMarginLayoutStrategy().layout$4(0, bottomViews, A._lateReadCheck(_this.__LayoutManagerImpl__measurements, _s13_).bottomSizes, fullBounds, A._lateReadCheck(_this.__LayoutManagerImpl__drawAreaBounds, _s15_)); - new A.TopMarginLayoutStrategy().layout$4(0, topViews, A._lateReadCheck(_this.__LayoutManagerImpl__measurements, _s13_).topSizes, fullBounds, A._lateReadCheck(_this.__LayoutManagerImpl__drawAreaBounds, _s15_)); + fullBounds = A.Rectangle$(0, 0, width, height, type$.int), + t1 = _this.__LayoutManagerImpl__measurements_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__LayoutManagerImpl__drawAreaBounds_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + new A.LeftMarginLayoutStrategy().layout$4(leftViews, t1.leftSizes, fullBounds, t2); + new A.RightMarginLayoutStrategy().layout$4(rightViews, _this.__LayoutManagerImpl__measurements_A.rightSizes, fullBounds, _this.__LayoutManagerImpl__drawAreaBounds_A); + new A.BottomMarginLayoutStrategy().layout$4(bottomViews, _this.__LayoutManagerImpl__measurements_A.bottomSizes, fullBounds, _this.__LayoutManagerImpl__drawAreaBounds_A); + new A.TopMarginLayoutStrategy().layout$4(topViews, _this.__LayoutManagerImpl__measurements_A.topSizes, fullBounds, _this.__LayoutManagerImpl__drawAreaBounds_A); drawAreaViews.forEach$1(0, new A.LayoutManagerImpl_layout_closure(_this)); }, _viewsForPositions$2(p1, p2) { @@ -177961,7 +180049,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 803 + $signature: 676 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -177972,21 +180060,21 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 803 + $signature: 676 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 801 + $signature: 675 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { - var _s15_ = "_drawAreaBounds", - t1 = this.$this; - return view.layout$2(0, A._lateReadCheck(t1.__LayoutManagerImpl__drawAreaBounds, _s15_), A._lateReadCheck(t1.__LayoutManagerImpl__drawAreaBounds, _s15_)); + var t1 = this.$this.__LayoutManagerImpl__drawAreaBounds_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return view.layout$2(t1, t1); }, - $signature: 161 + $signature: 154 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -177998,7 +180086,7 @@ t1 = true; return t1; }, - $signature: 801 + $signature: 675 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -178068,10 +180156,10 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 161 + $signature: 154 }; A.LeftMarginLayoutStrategy.prototype = { - layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { + layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { var t1 = {}; t1.prevBoundsRight = drawAreaBounds.left; t1.i = 0; @@ -178088,13 +180176,13 @@ t2 = params.get$isFullPosition() ? _this.fullBounds.height : _this.drawAreaBounds.height, t3 = params.get$isFullPosition() ? _this.fullBounds.top : _this.drawAreaBounds.top; t1.prevBoundsRight = left - 0; - view.layout$2(0, A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); + view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 161 + $signature: 154 }; A.RightMarginLayoutStrategy.prototype = { - layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { + layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { var t1 = {}; t1.prevBoundsLeft = drawAreaBounds.$ti._precomputed1._as(drawAreaBounds.left + drawAreaBounds.width); t1.i = 0; @@ -178111,10 +180199,10 @@ t2 = params.get$isFullPosition() ? _this.fullBounds.height : _this.drawAreaBounds.height, t3 = params.get$isFullPosition() ? _this.fullBounds.top : _this.drawAreaBounds.top; t1.prevBoundsLeft = left + width; - view.layout$2(0, A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); + view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 161 + $signature: 154 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -178145,10 +180233,10 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 161 + $signature: 154 }; A.TopMarginLayoutStrategy.prototype = { - layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { + layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { var t1 = {}; t1.prevBoundsBottom = drawAreaBounds.top; t1.i = 0; @@ -178165,13 +180253,13 @@ t2 = params.get$isFullPosition() ? _this.fullBounds.width : _this.drawAreaBounds.width, t3 = params.get$isFullPosition() ? _this.fullBounds.left : _this.drawAreaBounds.left; t1.prevBoundsBottom = $top - 0; - view.layout$2(0, A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); + view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 161 + $signature: 154 }; A.BottomMarginLayoutStrategy.prototype = { - layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { + layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { var t1 = {}; t1.prevBoundsTop = drawAreaBounds.$ti._precomputed1._as(drawAreaBounds.top + drawAreaBounds.height); t1.i = 0; @@ -178188,10 +180276,10 @@ t2 = params.get$isFullPosition() ? _this.fullBounds.width : _this.drawAreaBounds.width, t3 = params.get$isFullPosition() ? _this.fullBounds.left : _this.drawAreaBounds.left; t1.prevBoundsTop = $top + height; - view.layout$2(0, A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); + view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 161 + $signature: 154 }; A.LayoutPosition.prototype = { toString$0(_) { @@ -178211,8 +180299,8 @@ A.ViewMeasuredSizes.prototype = {}; A.LayoutView.prototype = {}; A.LineRenderer.prototype = { - layout$2(_, componentBounds, drawAreaBounds) { - this.super$BaseSeriesRenderer$layout(0, componentBounds, drawAreaBounds); + layout$2(componentBounds, drawAreaBounds) { + this.super$BaseSeriesRenderer$layout(componentBounds, drawAreaBounds); }, configureSeries$1(seriesList) { this.assignMissingColors$2$emptyCategoryUsesSinglePalette(seriesList, false); @@ -178222,7 +180310,7 @@ var t1, _box_0 = {}; _box_0.stackIndex = 0; t1 = J.getInterceptor$ax(seriesList); - this.__LineRenderer__hasMeasureBounds = t1.any$1(seriesList, new A.LineRenderer_preprocessSeries_closure(this)); + this.__LineRenderer__hasMeasureBounds_A = t1.any$1(seriesList, new A.LineRenderer_preprocessSeries_closure(this)); t1.forEach$1(seriesList, new A.LineRenderer_preprocessSeries_closure0(_box_0, this)); }, _mergeIntoSeriesMap$1(seriesList) { @@ -178236,7 +180324,7 @@ }, update$2(_, seriesList, isAnimatingThisDraw) { var t1, previousPointList, previousInitialPointList, _this = this; - B.JSArray_methods.set$length(_this._line_renderer$_currentKeys, 0); + B.JSArray_methods.clear$0(_this._line_renderer$_currentKeys); t1 = _this.$ti._eval$1("JSArray>>"); previousPointList = A._setArrayType([], t1); previousInitialPointList = A._setArrayType([], t1); @@ -178285,7 +180373,9 @@ t1 = t4._eval$1("JSArray<_AreaRendererElement<1>>"); areaElements = A._setArrayType([], t1); boundsElements = A._setArrayType([], t1); - if (A._lateReadCheck(_this.__LineRenderer__hasMeasureBounds, "_hasMeasureBounds")) + t1 = _this.__LineRenderer__hasMeasureBounds_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) for (t1 = styleKey + "__bounds_", t4 = t4._eval$1("_AreaRendererElement<1>"), index = 0; index < boundsSegment.length; ++index) { boundsPointList = boundsSegment[index]; boundsStyleKey = t1 + index; @@ -178412,7 +180502,13 @@ }, get$isRtl() { var t1 = this._line_renderer$_chart; - t1 = t1 == null ? null : A._lateReadCheck(t1.__BaseChart_context, "context").get$isRtl(); + if (t1 == null) + t1 = null; + else { + t1 = t1.__BaseChart_context_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$isRtl(); + } return t1 === true; }, _getPoint$8$index(datum, domainValue, series, domainAxis, measureValue, measureOffsetValue, measureAxis, index) { @@ -178500,7 +180596,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: 983 + $signature: 1226 }; A.LineRenderer_preprocessSeries_closure.prototype = { call$1(series) { @@ -178570,7 +180666,7 @@ call$1(_) { return null; }, - $signature: 582 + $signature: 835 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -178663,7 +180759,6 @@ A.LineRenderer_update__closure.prototype = { call$1(styleSegment) { var t3, t4, t5, lineAndArea, lineElementList, allPointList, boundsElementList, animatingLines, index, t6, t7, animatingBounds, lineElement, boundElement, _this = this, _null = null, - _s17_ = "_hasMeasureBounds", styleKey = styleSegment.styleKey, t1 = _this.elementsList, t2 = _this.$this, @@ -178688,7 +180783,9 @@ t7.setNewTarget$1(t6); animatingLines.push(t7); } - if (A._lateReadCheck(t2.__LineRenderer__hasMeasureBounds, _s17_)) { + t5 = t2.__LineRenderer__hasMeasureBounds_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + if (t5) { animatingBounds = A._setArrayType([], t3._eval$1("JSArray<_AnimatedArea<1>>")); for (t5 = t3._eval$1("_AnimatedArea<1>"), index = 0; index < boundsElementList.length; ++index) { t6 = boundsElementList[index]; @@ -178718,7 +180815,9 @@ t4.push(new A._AnimatedLine(lineElement.styleKey, false, t5)); t4[index].setNewTarget$1(lineElement); } - if (A._lateReadCheck(t2.__LineRenderer__hasMeasureBounds, _s17_)) + t2 = t2.__LineRenderer__hasMeasureBounds_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2) for (t2 = animatingElements.bounds, t1 = t1._eval$1("_AnimatedArea<1>"), index = 0; index < boundsElementList.length; ++index) { boundElement = boundsElementList[index]; if (index >= t2.length) @@ -178728,7 +180827,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 985 + $signature: 1255 }; A.LineRenderer_update___closure.prototype = { call$1(elements) { @@ -178839,9 +180938,11 @@ }; A.LineRenderer_paint_closure0.prototype = { call$2(key, elements) { - var t2, t3, t4, _this = this, - t1 = _this.$this; - if (A._lateReadCheck(t1.__LineRenderer__hasMeasureBounds, "_hasMeasureBounds")) { + var t3, t4, _this = this, + t1 = _this.$this, + t2 = t1.__LineRenderer__hasMeasureBounds_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2) { t2 = t1.$ti; t3 = J.map$1$1$ax(elements, new A.LineRenderer_paint__closure(t1), t2._eval$1("List<_AnimatedArea<1>>")); t4 = A._instanceType(t3)._eval$1("@")._bind$1(t2._eval$1("_AnimatedArea<1>"))._eval$1("ExpandIterable<1,2>"); @@ -178931,7 +181032,7 @@ t2 = line.dashPattern; t3 = line.points; t3.toString; - this.canvas.drawLine$6$clipBounds$dashPattern$points$roundEndCaps$stroke$strokeWidthPx(0, t1, t2, A.NullablePointsToPoints_toPoints(t3), false, line.color, line.strokeWidthPx); + this.canvas.drawLine$6$clipBounds$dashPattern$points$roundEndCaps$stroke$strokeWidthPx(t1, t2, A.NullablePointsToPoints_toPoints(t3), false, line.color, line.strokeWidthPx); } }, $signature() { @@ -179030,15 +181131,14 @@ _this.animatingOut = false; t1 = _this._line_renderer$_currentLine; _this._previousLine = (t1 == null ? _this._line_renderer$_currentLine = newTarget.clone$0(0) : t1).clone$0(0); - _this.___AnimatedLine__targetLine = newTarget; + _this.___AnimatedLine__targetLine_A = newTarget; }, getCurrentLine$1(animationPercent) { - var t1, t2, _this = this, - _s11_ = "_targetLine"; + var t1, t2, t3, _this = this; if (animationPercent === 1 || _this._previousLine == null) { - _this._line_renderer$_currentLine = A._lateReadCheck(_this.___AnimatedLine__targetLine, _s11_); - _this._previousLine = A._lateReadCheck(_this.___AnimatedLine__targetLine, _s11_); - t1 = _this._line_renderer$_currentLine; + t1 = _this.___AnimatedLine__targetLine_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._previousLine = _this._line_renderer$_currentLine = t1; t1.toString; return t1; } @@ -179046,10 +181146,12 @@ t1.toString; t2 = _this._previousLine; t2.toString; - t1.updateAnimationPercent$3(t2, A._lateReadCheck(_this.___AnimatedLine__targetLine, _s11_), animationPercent); - t2 = _this._line_renderer$_currentLine; - t2.toString; - return t2; + t3 = _this.___AnimatedLine__targetLine_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1.updateAnimationPercent$3(t2, t3, animationPercent); + t3 = _this._line_renderer$_currentLine; + t3.toString; + return t3; } }; A._AreaRendererElement.prototype = { @@ -179135,15 +181237,14 @@ _this.animatingOut = false; t1 = _this._currentArea; _this._previousArea = (t1 == null ? _this._currentArea = newTarget.clone$0(0) : t1).clone$0(0); - _this.___AnimatedArea__targetArea = newTarget; + _this.___AnimatedArea__targetArea_A = newTarget; }, getCurrentArea$1(animationPercent) { - var t1, t2, _this = this, - _s11_ = "_targetArea"; + var t1, t2, t3, _this = this; if (animationPercent === 1 || _this._previousArea == null) { - _this._currentArea = A._lateReadCheck(_this.___AnimatedArea__targetArea, _s11_); - _this._previousArea = A._lateReadCheck(_this.___AnimatedArea__targetArea, _s11_); - t1 = _this._currentArea; + t1 = _this.___AnimatedArea__targetArea_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._previousArea = _this._currentArea = t1; t1.toString; return t1; } @@ -179151,10 +181252,12 @@ t1.toString; t2 = _this._previousArea; t2.toString; - t1.updateAnimationPercent$3(t2, A._lateReadCheck(_this.___AnimatedArea__targetArea, _s11_), animationPercent); - t2 = _this._currentArea; - t2.toString; - return t2; + t3 = _this.___AnimatedArea__targetArea_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1.updateAnimationPercent$3(t2, t3, animationPercent); + t3 = _this._currentArea; + t3.toString; + return t3; } }; A._AnimatedElements.prototype = { @@ -179385,7 +181488,8 @@ t1 = this._domainAxis; t1.toString; t2 = A.SmallTickRendererSpec$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, type$.DateTime); - t3 = A._lateReadCheck(this.__BaseChart_context, "context"); + t3 = this.__BaseChart_context_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = this.graphicsFactory; t4.toString; t1.tickDrawStrategy = t2.createDrawStrategy$2(t3, t4); @@ -179454,79 +181558,79 @@ call$1(_) { return false; }, - $signature: 407 + $signature: 478 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 130 + $signature: 129 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { return f.call$0(); }, - $signature: 987 + $signature: 1282 }; A.MaterialBlue.prototype = { get$shadeDefault() { @@ -179635,12 +181739,12 @@ A.Performance_time_closure.prototype = { call$1(_) { }, - $signature: 96 + $signature: 102 }; A.Performance_timeEnd_closure.prototype = { call$1(_) { }, - $signature: 96 + $signature: 102 }; A.ProxyGestureListener.prototype = { onLongPress$1(localPosition) { @@ -179735,7 +181839,7 @@ if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 797 + $signature: 674 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -179748,7 +181852,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 797 + $signature: 674 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -179772,7 +181876,7 @@ t2 = canvas._chart_canvas$_paint; t2.set$color(0, A.Color$fromARGB(fillColor.a, fillColor.r, fillColor.g, fillColor.b)); t2.set$style(0, B.PaintingStyle_0); - canvas.canvas.drawRRect$2(0, canvas._chart_canvas$_getRRect$6$radius$roundBottomLeft$roundBottomRight$roundTopLeft$roundTopRight(bounds, t1, true, true, true, true), t2); + canvas.canvas.drawRRect$2(canvas._chart_canvas$_getRRect$6$radius$roundBottomLeft$roundBottomRight$roundTopLeft$roundTopRight(bounds, t1, true, true, true, true), t2); }, paint$5$fillColor$strokeColor$strokeWidthPx(canvas, bounds, fillColor, strokeColor, strokeWidthPx) { return this.paint$6$dashPattern$fillColor$strokeColor$strokeWidthPx(canvas, bounds, null, fillColor, strokeColor, strokeWidthPx); @@ -179813,7 +181917,7 @@ } t1 = type$.Point_num; t1 = A._setArrayType([new A.Point(left, centerHeight, t1), new A.Point(right, centerHeight, t1)], type$.JSArray_Point_num); - canvas.drawLine$6$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(0, localDashPattern, fillColor, t1, roundEndCaps, strokeColor, localStrokeWidthPx); + canvas.drawLine$6$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(localDashPattern, fillColor, t1, roundEndCaps, strokeColor, localStrokeWidthPx); }, paint$5$fillColor$strokeColor$strokeWidthPx(canvas, bounds, fillColor, strokeColor, strokeWidthPx) { return this.paint$6$dashPattern$fillColor$strokeColor$strokeWidthPx(canvas, bounds, null, fillColor, strokeColor, strokeWidthPx); @@ -179899,7 +182003,7 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 795 + $signature: 672 }; A.Series_Series_closure2.prototype = { call$1(index) { @@ -179913,7 +182017,7 @@ index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 795 + $signature: 672 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -180071,7 +182175,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 794 + $signature: 671 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -180105,19 +182209,19 @@ t2.toString; B.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 1008 + $signature: 1354 }; A.BaseChart_getDesiredGestures_closure.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 792 + $signature: 670 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 792 + $signature: 670 }; A.BaseChartState.prototype = { initState$0() { @@ -180128,7 +182232,7 @@ t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; t2._observer_list$_list.push(_this.get$_animationTick()); - _this.__BaseChartState__animationController = t1; + _this.__BaseChartState__animationController_A = t1; }, requestRebuild$0() { if (this._framework$_element != null) @@ -180156,7 +182260,7 @@ } else return chartContainer; }, - build$1(_, context) { + build$1(context) { var t1, _s14_ = "chartContainer", chartWidgets = A._setArrayType([], type$.JSArray_LayoutId), @@ -180167,13 +182271,14 @@ t1.toString; return new A.CustomMultiChildLayout(new A.WidgetLayoutDelegate(_s14_, t1.textDirection === B.TextDirection_0, idAndBehaviorMap), chartWidgets, null); }, - dispose$0(_) { - var t1; - A._lateReadCheck(this.__BaseChartState__animationController, "_animationController").dispose$0(0); + dispose$0() { + var t1 = this.__BaseChartState__animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); t1 = this._behaviorAnimationControllers; t1.forEach$1(0, new A.BaseChartState_dispose_closure()); t1.clear$0(0); - this.super$_BaseChartState_State_TickerProviderStateMixin$dispose(0); + this.super$_BaseChartState_State_TickerProviderStateMixin$dispose(); }, _animationTick$0() { if (this._framework$_element != null) @@ -180191,21 +182296,25 @@ if (t1._is(behavior)) { t1._as(behavior); this.idAndBehaviorMap.$indexSet(0, id, behavior); - this.chartWidgets.push(A.LayoutId$(behavior.build$1(0, this.context), id)); + this.chartWidgets.push(A.LayoutId$(behavior.build$1(this.context), id)); } }, - $signature: 1013 + $signature: 1378 }; A.BaseChartState_dispose_closure.prototype = { call$2(_, controller) { - return controller.dispose$0(0); + return controller.dispose$0(); }, - $signature: 1021 + $signature: 1394 }; A.BaseChartState__animationTick_closure.prototype = { call$0() { - var t1 = this.$this; - t1._animationValue = A._lateReadCheck(A._lateReadCheck(t1.__BaseChartState__animationController, "_animationController").__AnimationController__value, "_value"); + var t1 = this.$this, + t2 = t1.__BaseChartState__animationController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._animationValue = t2; }, $signature: 0 }; @@ -180215,13 +182324,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.ChartBehavior.prototype = {}; @@ -180234,7 +182343,7 @@ createCommonBehavior$0() { var t1 = this.$ti, t2 = new A.DomainHighlighter0(B.SelectionModelType_0, t1._eval$1("DomainHighlighter0<1>")); - t2.__DomainHighlighter__lifecycleListener = new A.LifecycleListener(null, null, t2.get$_updateColorFunctions(), null, t1._eval$1("LifecycleListener<1>")); + t2.__DomainHighlighter__lifecycleListener_A = new A.LifecycleListener(null, null, t2.get$_updateColorFunctions(), null, t1._eval$1("LifecycleListener<1>")); return t2; }, get$role(_) { @@ -180253,10 +182362,12 @@ } }; A.BaseLegendContentBuilder.prototype = { - build$4$showMeasures(_, context, legendState, legend, showMeasures) { - var t1 = A._lateReadCheck(legendState.__LegendState__legendEntries, "_legendEntries"), - t2 = A.instanceType(t1)._eval$1("MappedListIterable<1,Widget>"); - return this.legendLayout.build$2(0, context, A.List_List$of(new A.MappedListIterable(t1, new A.BaseLegendContentBuilder_build_closure(this, legend, context, showMeasures), t2), true, t2._eval$1("ListIterable.E"))); + build$4$showMeasures(context, legendState, legend, showMeasures) { + var t2, + t1 = legendState.__LegendState__legendEntries_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Widget>"); + return this.legendLayout.build$2(context, A.List_List$of(new A.MappedListIterable(t1, new A.BaseLegendContentBuilder_build_closure(this, legend, context, showMeasures), t2), true, t2._eval$1("ListIterable.E"))); } }; A.BaseLegendContentBuilder_build_closure.prototype = { @@ -180291,7 +182402,7 @@ color = A.Color$fromARGB(66, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255); } else color = _null; - style = A.TextStyle$(_null, _null, color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + style = A.TextStyle$(_null, _null, color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); label = A.GestureDetector$(_null, A.Text$(entry.label, _null, _null, _null, _null, _null, style, _null, _null, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3.makeTapUpCallback$3(t4, entry, t1), _null, _null, _null); if (_this.showMeasures) { t2 = entry.formattedValue; @@ -180308,7 +182419,7 @@ } return A.Row$(rowChildren, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 1022 + $signature: 1414 }; A.TabularLegendContentBuilder.prototype = { $eq(_, o) { @@ -180322,7 +182433,7 @@ return t1; }, get$hashCode(_) { - return A.hashValues(this.legendEntryLayout, this.legendLayout, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(this.legendEntryLayout, this.legendLayout, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); } }; A.SimpleLegendEntryLayout.prototype = { @@ -180349,14 +182460,16 @@ t1.showSeries$1(seriesId); else t1.hideSeries$1(seriesId); - A._lateReadCheck(t1.__Legend__chart, "_chart").redraw$2$skipAnimation$skipLayout(false, true); + t1 = t1.__Legend__chart_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.redraw$2$skipAnimation$skipLayout(false, true); break; } }, - $signature: 94 + $signature: 93 }; A.TabularLegendLayout.prototype = { - build$2(_, context, legendEntries) { + build$2(context, legendEntries) { var paddedLegendEntries, t1, _this = this; if (_this.cellPadding == null) paddedLegendEntries = legendEntries; @@ -180374,7 +182487,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.desiredMaxRows, _this.desiredMaxColumns, _this.isHorizontalFirst, _this.cellPadding, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(_this.desiredMaxRows, _this.desiredMaxColumns, _this.isHorizontalFirst, _this.cellPadding, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); }, _buildHorizontalFirst$1(legendEntries) { var rows, i, i0, @@ -180422,25 +182535,25 @@ t1.toString; return new A.Padding(t1, entry, null); }, - $signature: 1038 + $signature: 1426 }; A.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1(r) { return r.children.length; }, - $signature: 1039 + $signature: 1462 }; A.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2(max, current) { return current > max ? current : max; }, - $signature: 437 + $signature: 488 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { return this.padWidget; }, - $signature: 1041 + $signature: 1490 }; A.SeriesLegend.prototype = { createCommonBehavior$0() { @@ -180492,20 +182605,20 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.selectionModelType, _this.contentBuilder, _this.position, _this.outsideJustification, _this.insideJustification, _this.defaultHiddenSeries, false, _this.legendDefaultMeasure, _this.measureFormatter, _this.secondaryMeasureFormatter, _this.entryTextStyle, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(_this.selectionModelType, _this.contentBuilder, _this.position, _this.outsideJustification, _this.insideJustification, _this.defaultHiddenSeries, false, _this.legendDefaultMeasure, _this.measureFormatter, _this.secondaryMeasureFormatter, _this.entryTextStyle); }, get$desiredGestures() { return this.desiredGestures; } }; A._FlutterSeriesLegend.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, - _s14_ = "_legendEntries", - t1 = _this.legendState; - if (A._lateReadCheck(t1.__LegendState__legendEntries, _s14_) != null) - J.any$1$ax(A._lateReadCheck(t1.__LegendState__legendEntries, _s14_), new A._FlutterSeriesLegend_build_closure(_this)); - return _this.config.contentBuilder.build$4$showMeasures(0, context, t1, _this, false); + t1 = _this.legendState, + t2 = t1.__LegendState__legendEntries_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + B.JSArray_methods.any$1(t2, new A._FlutterSeriesLegend_build_closure(_this)); + return _this.config.contentBuilder.build$4$showMeasures(context, t1, _this, false); }, $isBuildableBehavior: 1 }; @@ -180525,25 +182638,20 @@ t3 = A._setArrayType([], type$.JSArray_String), t4 = A._setArrayType([1, 3], type$.JSArray_int); t2 = new A.LinePointHighlighter0(B.SelectionModelType_0, 4, 2, B.LinePointHighlighterFollowLineType_1, B.LinePointHighlighterFollowLineType_0, t4, true, new A.CircleSymbolRenderer(true), t2, t3, t1._eval$1("LinePointHighlighter0<1>")); - t2.__LinePointHighlighter__lifecycleListener = new A.LifecycleListener(_null, _null, _null, t2.get$_updateViewData(), t1._eval$1("LifecycleListener<1>")); + t2.__LinePointHighlighter__lifecycleListener_A = new A.LifecycleListener(_null, _null, _null, t2.get$_updateViewData(), t1._eval$1("LifecycleListener<1>")); return t2; }, get$role(_) { return "LinePointHighlighter-" + B.JSNull_methods.toString$0(null); }, $eq(_, o) { - var t1; if (o == null) return false; - if (o instanceof A.LinePointHighlighter) - t1 = new A.ListEquality(B.C_DefaultEquality, type$.ListEquality_dynamic).equals$2(null, null) && true; - else - t1 = false; - return t1; + return o instanceof A.LinePointHighlighter && new A.ListEquality(B.C_DefaultEquality, type$.ListEquality_dynamic).equals$2(null, null) && true; }, get$hashCode(_) { var _null = null; - return A.hashValues(_null, _null, _null, _null, _null, _null, _null, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(_null, _null, _null, _null, _null, _null, _null, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); }, get$desiredGestures() { return this.desiredGestures; @@ -180556,23 +182664,23 @@ t1 = new A.SelectNearest0(_this.selectionModelType, eventTrigger, _this.selectionMode, true, _this.maximumDomainDistancePx, _this.$ti._eval$1("SelectNearest0<1>")); switch (eventTrigger.index) { case 1: - t1.__SelectNearest__listener = A.GestureListener$(_null, _null, _null, _null, _null, t1.get$_onSelect(), t1.get$_onTapTest()); + t1.__SelectNearest__listener_A = A.GestureListener$(_null, _null, _null, _null, _null, t1.get$_onSelect(), t1.get$_onTapTest()); break; case 2: t2 = t1.get$_onSelect(); - t1.__SelectNearest__listener = A.GestureListener$(_null, t2, t2, _null, _null, t2, t1.get$_onTapTest()); + t1.__SelectNearest__listener_A = A.GestureListener$(_null, t2, t2, _null, _null, t2, t1.get$_onTapTest()); break; case 3: t2 = t1.get$_onSelect(); - t1.__SelectNearest__listener = A.GestureListener$(t1.get$_onDeselectAll(), t2, t2, _null, t2, _null, t1.get$_onTapTest()); + t1.__SelectNearest__listener_A = A.GestureListener$(t1.get$_onDeselectAll(), t2, t2, _null, t2, _null, t1.get$_onTapTest()); break; case 4: t2 = t1.get$_onSelect(); - t1.__SelectNearest__listener = A.GestureListener$(t1.get$_onDeselectAll(), t2, t2, _null, t1.get$_onLongPressSelect(), _null, t1.get$_onTapTest()); + t1.__SelectNearest__listener_A = A.GestureListener$(t1.get$_onDeselectAll(), t2, t2, _null, t1.get$_onLongPressSelect(), _null, t1.get$_onTapTest()); break; case 0: default: - t1.__SelectNearest__listener = A.GestureListener$(_null, _null, _null, t1.get$_onSelect(), _null, _null, _null); + t1.__SelectNearest__listener_A = A.GestureListener$(_null, _null, _null, t1.get$_onSelect(), _null, _null, _null); break; } return t1; @@ -180627,17 +182735,17 @@ } }; A.ChartCanvas.prototype = { - drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(_, clipBounds, dashPattern, fill, points, roundEndCaps, stroke, strokeWidthPx) { + drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(clipBounds, dashPattern, fill, points, roundEndCaps, stroke, strokeWidthPx) { A.LinePainter_draw(this.canvas, clipBounds, dashPattern, fill, this._chart_canvas$_paint, points, roundEndCaps, null, stroke, strokeWidthPx); }, - drawLine$6$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx($receiver, dashPattern, fill, points, roundEndCaps, stroke, strokeWidthPx) { - return this.drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx($receiver, null, dashPattern, fill, points, roundEndCaps, stroke, strokeWidthPx); + drawLine$6$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(dashPattern, fill, points, roundEndCaps, stroke, strokeWidthPx) { + return this.drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(null, dashPattern, fill, points, roundEndCaps, stroke, strokeWidthPx); }, - drawLine$6$clipBounds$dashPattern$points$roundEndCaps$stroke$strokeWidthPx($receiver, clipBounds, dashPattern, points, roundEndCaps, stroke, strokeWidthPx) { - return this.drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx($receiver, clipBounds, dashPattern, null, points, roundEndCaps, stroke, strokeWidthPx); + drawLine$6$clipBounds$dashPattern$points$roundEndCaps$stroke$strokeWidthPx(clipBounds, dashPattern, points, roundEndCaps, stroke, strokeWidthPx) { + return this.drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(clipBounds, dashPattern, null, points, roundEndCaps, stroke, strokeWidthPx); }, - drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx($receiver, dashPattern, fill, points, stroke, strokeWidthPx) { - return this.drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx($receiver, null, dashPattern, fill, points, null, stroke, strokeWidthPx); + drawLine$5$dashPattern$fill$points$stroke$strokeWidthPx(dashPattern, fill, points, stroke, strokeWidthPx) { + return this.drawLine$7$clipBounds$dashPattern$fill$points$roundEndCaps$stroke$strokeWidthPx(null, dashPattern, fill, points, null, stroke, strokeWidthPx); }, drawPolygon$3$clipBounds$fill$points(clipBounds, fill, points) { A.PolygonPainter_draw(this.canvas, clipBounds, fill, this._chart_canvas$_paint, points, null, null); @@ -180655,7 +182763,7 @@ if (roundedCorners) { t2 = _this.canvas; t2.save$0(0); - t2.clipRRect$1(0, _this._chart_canvas$_getRRect$6$radius$roundBottomLeft$roundBottomRight$roundTopLeft$roundTopRight(barStack.fullStackRect, t1, barStack.roundBottomLeft, barStack.roundBottomRight, barStack.roundTopLeft, barStack.roundTopRight)); + t2.clipRRect$1(_this._chart_canvas$_getRRect$6$radius$roundBottomLeft$roundBottomRight$roundTopLeft$roundTopRight(barStack.fullStackRect, t1, barStack.roundBottomLeft, barStack.roundBottomRight, barStack.roundTopLeft, barStack.roundTopRight)); } for (t1 = barStack.segments, t2 = _this._chart_canvas$_paint, t3 = _this.canvas, t4 = drawAreaBounds.top, t5 = type$.num, t6 = drawAreaBounds.left, barIndex = 0; barIndex < t1.length; ++barIndex) { segment = t1[barIndex]; @@ -180688,7 +182796,7 @@ t8.toString; t12 = fillRectBounds.top; t12.toString; - t3.drawRect$2(0, new A.Rect(t8, t12, t8 + fillRectBounds.width, t12 + fillRectBounds.height), t2); + t3.drawRect$2(new A.Rect(t8, t12, t8 + fillRectBounds.width, t12 + fillRectBounds.height), t2); break; } if (drawStroke) { @@ -180700,7 +182808,7 @@ t2.set$strokeJoin(B.StrokeJoin_1); t2.set$strokeWidth(strokeWidthPx); t2.set$style(0, B.PaintingStyle_1); - t3.drawRect$2(0, new A.Rect(t7, t9, t7 + t10, t9 + t11), t2); + t3.drawRect$2(new A.Rect(t7, t9, t7 + t10, t9 + t11), t2); } t2.set$shader(null); } @@ -180746,7 +182854,7 @@ t5.toString; t1.set$shader(_this._createHintGradient$3(t5, t3, B.Color_toQ)); } - canvas.drawRect$2(0, _this._getRect$1(bounds), t1); + canvas.drawRect$2(_this._getRect$1(bounds), t1); smallSide = bounds.width; smallSide0 = bounds.height; size = Math.max(smallSide, smallSide0); @@ -180775,9 +182883,7 @@ createRenderObject$1(context) { var _null = null, t1 = new A.ChartContainerRenderObject(_null, _null, B.Size_0_0, false, false, _null, A.LayerHandle$(type$.ContainerLayer_2), this.$ti._eval$1("ChartContainerRenderObject<1>")); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(_null); t1.reconfigure$2(this, context); return t1; @@ -180790,27 +182896,26 @@ reconfigure$2(config, context) { var t1, t2, t3, t4, prev, t5, _this = this, _s12_ = "chartsCreate", - _s11_ = "_chartState", _s12_0 = "chartsConfig", _s10_ = "chartsDraw"; - _this.__ChartContainerRenderObject__chartState = config.chartState; + _this.__ChartContainerRenderObject__chartState_A = config.chartState; t1 = config.chartWidget; _this._dateTimeFactory = null; _this._dateTimeFactory = new A.LocalDateTimeFactory(); if (_this._chart_container$_chart == null) { $.$get$Performance_time().call$1(_s12_); - t2 = t1.createCommonChart$1(A._lateReadCheck(_this.__ChartContainerRenderObject__chartState, _s11_)); + t2 = t1.createCommonChart$1(_this.__ChartContainerRenderObject__chartState_A); _this._chart_container$_chart = t2; t3 = A.MediaQuery_textScaleFactorOf(context); t4 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); - t2.init$2(_this, new A.GraphicsFactory(t3, t4 == null ? B.DefaultTextStyle_40S : t4)); + t2.init$2(_this, new A.GraphicsFactory(t3, t4 == null ? B.DefaultTextStyle_MTi : t4)); $.$get$Performance_timeEnd().call$1(_s12_); } $.$get$Performance_time().call$1(_s12_0); t2 = _this._chart_container$_chart; t2.toString; prev = config.oldChartWidget; - t3 = A._lateReadCheck(_this.__ChartContainerRenderObject__chartState, _s11_); + t3 = _this.__ChartContainerRenderObject__chartState_A; t1.toString; t1.super$BaseChart$updateCommonChart(t2, prev, t3); t4 = t1.domainAxis; @@ -180830,12 +182935,12 @@ _this._rtlSpec = config.rtlSpec; _this._chartContainerIsRtl = config.rtl; $.$get$Performance_timeEnd().call$1(_s12_0); - if (A._lateReadCheck(_this.__ChartContainerRenderObject__chartState, _s11_)._configurationChanged) + if (_this.__ChartContainerRenderObject__chartState_A._configurationChanged) _this._chart_container$_chart.configurationChanged$0(); t2 = _this._seriesList; t1 = t1.seriesList; - if ((t2 == null ? t1 != null : t2 !== t1) || A._lateReadCheck(_this.__ChartContainerRenderObject__chartState, _s11_)._configurationChanged) { - A._lateReadCheck(_this.__ChartContainerRenderObject__chartState, _s11_)._configurationChanged = false; + if ((t2 == null ? t1 != null : t2 !== t1) || _this.__ChartContainerRenderObject__chartState_A._configurationChanged) { + _this.__ChartContainerRenderObject__chartState_A._configurationChanged = false; _this._seriesList = t1; _this._a11yNodes = null; $.$get$Performance_time().call$1(_s10_); @@ -180874,10 +182979,10 @@ t1._layoutManager.measure$2(0, t3, t4); t1 = _this._chart_container$_chart; t1.toString; - t1.layout$2(0, J.toInt$0$n(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth), J.toInt$0$n(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight)); + t1.layout$2(J.toInt$0$n(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth), J.toInt$0$n(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight)); $.$get$Performance_timeEnd().call$1(_s12_); t2 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)); - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(1 / 0, t2.minWidth, t2.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t2.minHeight, t2.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, t2.minWidth, t2.maxWidth), A.clampDouble(1 / 0, t2.minHeight, t2.maxHeight)); }, markNeedsLayout$0() { this.super$RenderBox$markNeedsLayout(); @@ -180906,22 +183011,27 @@ }; A.ChartContainerRenderObject_requestAnimation_startAnimationController.prototype = { call$1(_) { - var t3, - _s20_ = "_animationController", - t1 = A._lateReadCheck(this.$this.__ChartContainerRenderObject__chartState, "_chartState"), - t2 = this.transition; - A._lateReadCheck(t1.__BaseChartState__animationController, _s20_).duration = t2; - t3 = A._lateReadCheck(t1.__BaseChartState__animationController, _s20_); + var t2, t3, + t1 = this.$this.__ChartContainerRenderObject__chartState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.transition; + t3 = t1.__BaseChartState__animationController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.duration = t2; t3.forward$1$from(0, t2._duration === 0 ? 1 : 0); - t1._animationValue = A._lateReadCheck(A._lateReadCheck(t1.__BaseChartState__animationController, _s20_).__AnimationController__value, "_value"); + t3 = t1.__BaseChartState__animationController_A.__AnimationController__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1._animationValue = t3; }, - $signature: 91 + $signature: 100 }; A.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1(_) { - A._lateReadCheck(this.$this.__ChartContainerRenderObject__chartState, "_chartState").requestRebuild$0(); + var t1 = this.$this.__ChartContainerRenderObject__chartState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestRebuild$0(); }, - $signature: 91 + $signature: 100 }; A.ChartContainerCustomPaint.prototype = { paint$2(canvas, size) { @@ -180937,8 +183047,7 @@ return false; }, shouldRebuildSemantics$1(oldDelegate) { - var t1 = this.a11yNodes !== oldDelegate.a11yNodes || false; - return t1; + return this.a11yNodes !== oldDelegate.a11yNodes || false; }, get$semanticsBuilder() { return this.get$_buildSemantics(); @@ -180956,18 +183065,20 @@ t5 = t5.get$width(t5).toDouble$0(0); t6 = node.get$boundingBox(node); t6 = t6.get$height(t6).toDouble$0(0); - nodes.push(new A.CustomPainterSemantics(new A.Rect(t3, t4, t3.$add(0, t5), t4.$add(0, t6)), new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$label(node), _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$onFocus(node), _null, _null, _null))); + nodes.push(new A.CustomPainterSemantics(new A.Rect(t3, t4, t3.$add(0, t5), t4.$add(0, t6)), new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$label(node), _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$onFocus(node), _null, _null, _null))); } return nodes; } }; A.ChartGestureDetector.prototype = { get$_containerResolver() { - return A._lateReadCheck(this.__ChartGestureDetector__containerResolver, "_containerResolver"); + var t1 = this.__ChartGestureDetector__containerResolver_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, makeWidget$3(context, chartContainer, desiredGestures) { var t1, wantTap, wantDrag, t2, t3, t4, _this = this, _null = null; - _this.__ChartGestureDetector__containerResolver = new A.ChartGestureDetector_makeWidget_closure(context); + _this.__ChartGestureDetector__containerResolver_A = new A.ChartGestureDetector_makeWidget_closure(context); t1 = desiredGestures._collection$_length; wantTap = desiredGestures.contains$1(0, B.GestureType_1); wantDrag = desiredGestures.contains$1(0, B.GestureType_3); @@ -180985,7 +183096,7 @@ t1 = new A.Point(localPosition._dx, localPosition._dy, type$.Point_double); _this._lastTapPoint = t1; t2 = container._chart_container$_chart._gestureProxy; - B.JSArray_methods.set$length(t2._activeListeners, 0); + B.JSArray_methods.clear$0(t2._activeListeners); t2._populateActiveListeners$1(t1); if (_this._listeningForLongPress) _this._longPressTimer = A.Timer_Timer(B.Duration_500000, new A.ChartGestureDetector_onTapDown_closure(_this)); @@ -181045,7 +183156,7 @@ t1.toString; return A.getChartContainerRenderObject(type$.RenderBox._as(t1)); }, - $signature: 1054 + $signature: 1698 }; A.ChartGestureDetector_onTapDown_closure.prototype = { call$0() { @@ -181066,7 +183177,7 @@ }, createTextElement$1(text) { var t1 = new A.TextElement0(text, this.textScaleFactor, B.TextDirection_00); - t1.set$textStyle(0, this.createTextPaint$0()); + t1.set$textStyle(this.createTextPaint$0()); return t1; } }; @@ -181095,13 +183206,13 @@ } }; A.TextElement0.prototype = { - set$textStyle(_, value) { + set$textStyle(value) { if (J.$eq$(this._text_element$_textStyle, value)) return; this._text_element$_textStyle = value; this._painterReady = false; }, - set$textDirection(_, direction) { + set$textDirection(direction) { if (this._text_element$_textDirection === direction) return; this._text_element$_textDirection = direction; @@ -181122,11 +183233,12 @@ get$measurement() { if (!this._painterReady) this._refreshPainter$0(); - return A._lateReadCheck(this.__TextElement__measurement, "_measurement"); + var t1 = this.__TextElement__measurement_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, _refreshPainter$0() { var t2, t3, color, t4, _this = this, _null = null, - _s12_ = "_textPainter", t1 = _this._text_element$_opacity; if (t1 == null) t1 = _this._text_element$_opacity = 1; @@ -181146,25 +183258,24 @@ t1 = _null; } t4 = t3 ? _null : t2.fontFamily; - t1 = A.TextPainter$(_null, _null, _null, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, color, _null, _null, _null, _null, _null, t4, _null, _null, t1, _null, _null, _null, t3 ? _null : t2.lineHeight, true, _null, _null, _null, _null, _null, _null, _null, _null), _this.text), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0); - t1.set$textDirection(0, B.TextDirection_1); + t1 = A.TextPainter$(_null, _null, _null, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, color, _null, _null, _null, _null, _null, t4, _null, _null, t1, _null, _null, _null, _null, t3 ? _null : t2.lineHeight, true, _null, _null, _null, _null, _null, _null, _null, _null), _this.text), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0); + t1.set$textDirection(B.TextDirection_1); t1.set$textAlign(0, B.TextAlign_0); - t1.set$ellipsis(0, _this._maxWidthStrategy === B.MaxWidthStrategy_1 ? "\u2026" : _null); - _this.__TextElement__textPainter = t1; - t1 = A._lateReadCheck(t1, _s12_); + t1.set$ellipsis(_this._maxWidthStrategy === B.MaxWidthStrategy_1 ? "\u2026" : _null); + _this.__TextElement__textPainter_A = t1; t1.set$textScaleFactor(_this.textScaleFactor); - t1 = A._lateReadCheck(_this.__TextElement__textPainter, _s12_); + t1 = _this.__TextElement__textPainter_A; t2 = _this._text_element$_maxWidth; if (t2 == null) t2 = _null; - t1.layout$1$maxWidth(0, t2 == null ? 1 / 0 : t2); - A._lateReadCheck(_this.__TextElement__textPainter, _s12_).computeDistanceToActualBaseline$1(B.TextBaseline_0); - t1 = A._lateReadCheck(_this.__TextElement__textPainter, _s12_); + t1.layout$1$maxWidth(t2 == null ? 1 / 0 : t2); + _this.__TextElement__textPainter_A.computeDistanceToActualBaseline$1(B.TextBaseline_0); + t1 = _this.__TextElement__textPainter_A; t1 = t1.get$width(t1); - t2 = A._lateReadCheck(_this.__TextElement__textPainter, _s12_)._paragraph; + t2 = _this.__TextElement__textPainter_A._paragraph; t2 = t2.get$height(t2); t2.toString; - _this.__TextElement__measurement = new A.TextMeasurement(t1, Math.ceil(t2) * 0.7); + _this.__TextElement__measurement_A = new A.TextMeasurement(t1, Math.ceil(t2) * 0.7); _this._painterReady = true; }, $isTextElement2: 1 @@ -181178,7 +183289,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.fontSize, _this.fontFamily, _this.color, _this.lineHeight, _this.fontWeight, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(_this.fontSize, _this.fontFamily, _this.color, _this.lineHeight, _this.fontWeight, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); } }; A.TimeSeriesChart0.prototype = { @@ -181210,7 +183321,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 783 + $signature: 665 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -181800,21 +183911,15 @@ } }; A.XFileBase.prototype = { - get$name(_) { - throw A.wrapException(A.UnimplementedError$(".name has not been implemented.")); - }, length$0(_) { throw A.wrapException(A.UnimplementedError$(".length() has not been implemented.")); } }; A.XFile.prototype = { - get$name(_) { - return this._html1$_name; - }, get$_blob() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Blob), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, request, e, exception, t1, $async$exception, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, request, e, exception, t1, $async$exception, $async$temp1; var $async$get$_blob = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -181840,9 +183945,11 @@ throw A.wrapException(A.Exception_Exception("Safari cannot handle XFiles larger than 4GB.")); request = A._Cell$named("request"); $async$handler = 4; + t1 = $async$self.__XFile__path_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$temp1 = request; $async$goto = 7; - return A._asyncAwait(A.HttpRequest_request(A._lateReadCheck($async$self.__XFile__path, "_path"), "blob"), $async$get$_blob); + return A._asyncAwait(A.HttpRequest_request(t1, "blob"), $async$get$_blob); case 7: // returning from await. $async$temp1.__late_helper$_value = $async$result; @@ -181933,17 +184040,19 @@ A._Parser.prototype = { _parser0$_next$0() { var _this = this, - t1 = A._lateReadCheck(_this.___Parser__peekToken, "_peekToken"); + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._previousToken = t1; - _this.___Parser__peekToken = _this.tokenizer.next$1$unicodeRange(0, false); + _this.___Parser__peekToken_A = _this.tokenizer.next$1$unicodeRange(0, false); return t1; }, _maybeEat$2$unicodeRange(kind, unicodeRange) { var _this = this, - _s10_ = "_peekToken"; - if (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind === kind) { - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = _this.tokenizer.next$1$unicodeRange(0, false); + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.kind === kind) { + _this._previousToken = t1; + _this.___Parser__peekToken_A = _this.tokenizer.next$1$unicodeRange(0, false); return true; } else return false; @@ -181976,10 +184085,12 @@ return start.expand$1(0, this._previousToken.span); }, processSelectorGroup$0() { - var selector, _this = this, + var start, selector, _this = this, selectors = A._setArrayType([], type$.JSArray_Selector), - start = A._lateReadCheck(_this.___Parser__peekToken, "_peekToken").span, - t1 = _this.tokenizer; + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; + t1 = _this.tokenizer; t1.inSelector = true; do { selector = _this.processSelector$0(); @@ -181992,9 +184103,11 @@ return null; }, processSelector$0() { - var selectorItem, + var start, selectorItem, simpleSequences = A._setArrayType([], type$.JSArray_SimpleSelectorSequence), - start = A._lateReadCheck(this.___Parser__peekToken, "_peekToken").span; + t1 = this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; for (; true;) { selectorItem = this.simpleSelectorSequence$1(simpleSequences.length === 0); if (selectorItem != null) @@ -182025,10 +184138,11 @@ return selector; }, simpleSelectorSequence$1(forceCombinatorNone) { - var combinatorType, thisOperator, t1, t2, span, simpleSel, _this = this, - _s10_ = "_peekToken", - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + var start, combinatorType, thisOperator, t2, span, simpleSel, _this = this, + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; + switch (t1.kind) { case 12: _this._eat$1(12); combinatorType = 515; @@ -182058,7 +184172,7 @@ if (t1 != null) { t1 = t1.span; t1 = A.FileLocation$_(t1.file, t1._file$_end); - t2 = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; + t2 = _this.___Parser__peekToken_A.span; t2 = t1.offset !== A.FileLocation$_(t2.file, t2._file$_start).offset; t1 = t2; } else @@ -182079,10 +184193,12 @@ return null; }, simpleSelector$0() { - var first, element, _this = this, - _s10_ = "_peekToken", - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + var start, first, element, _this = this, + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; + t1 = t1.kind; + switch (t1) { case 15: first = new A.Wildcard(_this._makeSpan$1(_this._parser0$_next$0().span)); break; @@ -182090,17 +184206,18 @@ first = _this.identifier$0(0); break; default: - if (A.TokenKind_isKindIdentifier(A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind)) + if (A.TokenKind_isKindIdentifier(t1)) first = _this.identifier$0(0); else { - if (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind === 9) + if (t1 === 9) return null; first = null; } break; } if (_this._maybeEat$1(16)) { - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + t1 = _this.___Parser__peekToken_A; + switch (t1.kind) { case 15: element = new A.Wildcard(_this._makeSpan$1(_this._parser0$_next$0().span)); break; @@ -182108,7 +184225,7 @@ element = _this.identifier$0(0); break; default: - _this._parser0$_error$2("expected element name or universal(*), but found " + A.S(A._lateReadCheck(_this.___Parser__peekToken, _s10_)), A._lateReadCheck(_this.___Parser__peekToken, _s10_).span); + _this._parser0$_error$2("expected element name or universal(*), but found " + t1.toString$0(0), _this.___Parser__peekToken_A.span); element = null; break; } @@ -182124,16 +184241,19 @@ if (t1 != null && t1.kind === kind) { t1 = t1.span; t1 = A.FileLocation$_(t1.file, t1._file$_end); - t2 = A._lateReadCheck(this.___Parser__peekToken, "_peekToken").span; + t2 = this.___Parser__peekToken_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.span; return t1.offset !== A.FileLocation$_(t2.file, t2._file$_start).offset; } return false; }, simpleSelectorTail$0() { - var _this = this, - _s10_ = "_peekToken", - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + var start, _this = this, + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; + switch (t1.kind) { case 11: _this._eat$1(11); if (_this._anyWhiteSpaceBeforePeekToken$1(11)) { @@ -182153,23 +184273,24 @@ case 4: return _this.processAttribute$0(); case 62: - _this._parser0$_error$2("name must start with a alpha character, but found a number", A._lateReadCheck(_this.___Parser__peekToken, _s10_).span); + _this._parser0$_error$2("name must start with a alpha character, but found a number", start); _this._parser0$_next$0(); break; } return null; }, processPseudoSelector$1(start) { - var pseudoElement, pseudoName, $name, t1, negArg, selector, span, expr, _this = this, - _s10_ = "_peekToken"; + var pseudoElement, t1, pseudoName, $name, negArg, selector, span, expr, _this = this; _this._eat$1(17); pseudoElement = _this._maybeEat$1(17); - if (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind === 511) + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.kind === 511) pseudoName = _this.identifier$0(0); else return null; $name = pseudoName.name.toLowerCase(); - if (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind === 2) { + if (_this.___Parser__peekToken_A.kind === 2) { t1 = !pseudoElement; if (t1 && $name === "not") { _this._eat$1(2); @@ -182212,35 +184333,39 @@ return !t1 || J.containsKey$1$x(B.Set_wijBi._collection$_map, $name) ? new A.PseudoElementSelector(t1, pseudoName, _this._makeSpan$1(start)) : new A.PseudoClassSelector(pseudoName, _this._makeSpan$1(start)); }, processSelectorExpression$0() { - var t1, value, termToken, keepParsing, span, unitType, term, _this = this, _null = null, - _s10_ = "_peekToken", - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span, - expressions = A._setArrayType([], type$.JSArray_Expression); + var start, expressions, value, termToken, keepParsing, termToken0, span, unitType, term, _this = this, _null = null, + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; + expressions = A._setArrayType([], type$.JSArray_Expression); for (t1 = _this.tokenizer, value = _null, termToken = value, keepParsing = true; keepParsing;) { - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + termToken0 = _this.___Parser__peekToken_A; + switch (termToken0.kind) { case 12: - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; - termToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this._previousToken = termToken; - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + start = termToken0.span; + _this._previousToken = termToken0; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); expressions.push(new A.OperatorPlus(_this._makeSpan$1(start))); + termToken = termToken0; break; case 34: - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; - termToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this._previousToken = termToken; - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + start = termToken0.span; + _this._previousToken = termToken0; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); expressions.push(new A.OperatorMinus(_this._makeSpan$1(start))); + termToken = termToken0; break; case 60: - termToken = _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); - value = A.int_parse(termToken.get$text(termToken), _null); + _this._previousToken = termToken0; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); + value = A.int_parse(termToken0.get$text(termToken0), _null); + termToken = termToken0; break; case 62: - termToken = _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); - value = A.double_parse(termToken.get$text(termToken)); + _this._previousToken = termToken0; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); + value = A.double_parse(termToken0.get$text(termToken0)); + termToken = termToken0; break; case 25: value = "'" + A._escapeString(_this.processQuotedString$1(false), true) + "'"; @@ -182256,17 +184381,17 @@ } if (keepParsing && value != null) { span = _this._makeSpan$1(start); - unitType = A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind; + unitType = _this.___Parser__peekToken_A.kind; switch (unitType) { case 600: term = new A.EmTerm(value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 601: term = new A.ExTerm(value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 602: case 603: @@ -182275,63 +184400,63 @@ case 606: case 607: term = new A.LengthTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 608: case 609: case 610: case 611: term = new A.AngleTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 612: case 613: term = new A.TimeTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 614: case 615: term = new A.FreqTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 24: term = new A.PercentageTerm(value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 617: term = new A.FractionTerm(value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 618: case 619: case 620: term = new A.ResolutionTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 621: term = new A.ChTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 622: term = new A.RemTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; case 623: case 624: case 625: case 626: term = new A.ViewportTerm(unitType, value, termToken.get$text(termToken), span); - _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); + _this._previousToken = _this.___Parser__peekToken_A; + _this.___Parser__peekToken_A = t1.next$1$unicodeRange(0, false); break; default: term = value instanceof A.Identifier ? new A.LiteralTerm(value, value.name, span) : new A.NumberTerm(value, termToken.get$text(termToken), span); @@ -182343,26 +184468,27 @@ return new A.SelectorExpression(expressions, _this._makeSpan$1(start)); }, processAttribute$0() { - var attrName, op, value, _this = this, - _s10_ = "_peekToken", - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span; + var start, attrName, op, value, _this = this, + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; if (_this._maybeEat$1(4)) { attrName = _this.identifier$0(0); - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + op = _this.___Parser__peekToken_A.kind; + switch (op) { case 28: case 530: case 531: case 532: case 533: case 534: - op = A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind; _this._parser0$_next$0(); break; default: op = 535; } if (op !== 535) - value = A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind === 511 ? _this.identifier$0(0) : _this.processQuotedString$1(false); + value = _this.___Parser__peekToken_A.kind === 511 ? _this.identifier$0(0) : _this.processQuotedString$1(false); else value = null; _this._eat$1(5); @@ -182371,21 +184497,22 @@ return null; }, processQuotedString$1(urlString) { - var stopToken, t2, t3, _this = this, - _s10_ = "_peekToken", - start = A._lateReadCheck(_this.___Parser__peekToken, _s10_).span, - t1 = _this.tokenizer, - inString = t1._inString; - t1._inString = false; - switch (A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind) { + var start, t2, inString, stopToken, t3, t4, _this = this, + t1 = _this.___Parser__peekToken_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + start = t1.span; + t2 = _this.tokenizer; + inString = t2._inString; + t2._inString = false; + switch (t1.kind) { case 25: _this._parser0$_next$0(); - A._lateReadCheck(_this.___Parser__peekToken, _s10_).toString; + _this.___Parser__peekToken_A.toString; stopToken = 25; break; case 26: _this._parser0$_next$0(); - A._lateReadCheck(_this.___Parser__peekToken, _s10_).toString; + _this.___Parser__peekToken_A.toString; stopToken = 26; break; default: @@ -182393,19 +184520,20 @@ stopToken = -1; break; } - t2 = ""; + t1 = ""; while (true) { - if (!(A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind !== stopToken && A._lateReadCheck(_this.___Parser__peekToken, _s10_).kind !== 1)) + t3 = _this.___Parser__peekToken_A; + t4 = t3.kind; + if (!(t4 !== stopToken && t4 !== 1)) break; - t3 = _this._previousToken = A._lateReadCheck(_this.___Parser__peekToken, _s10_); - _this.___Parser__peekToken = t1.next$1$unicodeRange(0, false); - t3 = t2 + t3.get$text(t3); - t2 = t3; + _this._previousToken = t3; + _this.___Parser__peekToken_A = t2.next$1$unicodeRange(0, false); + t1 += t3.get$text(t3); } - t1._inString = inString; + t2._inString = inString; if (stopToken !== 3) _this._parser0$_next$0(); - return t2.charCodeAt(0) == 0 ? t2 : t2; + return t1.charCodeAt(0) == 0 ? t1 : t1; }, identifier$0(_) { var tok = this._parser0$_next$0(), @@ -182461,7 +184589,7 @@ _this.finishIdentifier$0(); t1 = _this._parser0$_text; t2 = _this._parser0$_startIndex; - tokId = A.TokenKind_matchList(B.List_k92, "type", t1, t2, _this._parser0$_index - t2); + tokId = A.TokenKind_matchList(B.List_k920, "type", t1, t2, _this._parser0$_index - t2); if (tokId === -1) { t2 = _this._parser0$_startIndex; tokId = A.TokenKind_matchList(B.List_d5v, "type", t1, t2, _this._parser0$_index - t2); @@ -183288,25 +185416,25 @@ return A.DirectoryNode$($parent); return null; }, - $signature: 1076 + $signature: 1818 }; A.MemoryDirectory_createTempSync_closure.prototype = { call$0() { return this.dirname; }, - $signature: 66 + $signature: 67 }; A.MemoryDirectory_createTempSync_closure0.prototype = { call$0() { return this.dirname; }, - $signature: 66 + $signature: 67 }; A.MemoryDirectory_createTempSync_name.prototype = { call$0() { return A.S(this.basename) + this._box_0._tempCounter; }, - $signature: 66 + $signature: 67 }; A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin.prototype = {}; A.MemoryFile.prototype = { @@ -183398,13 +185526,13 @@ call$0() { return this.$this.path; }, - $signature: 66 + $signature: 67 }; A.MemoryFile__resolvedBackingOrCreate_closure0.prototype = { call$0() { return this.$this.path; }, - $signature: 66 + $signature: 67 }; A.MemoryFile__doCreate_closure.prototype = { call$2($parent, isFinalSegment) { @@ -183423,7 +185551,7 @@ } return null; }, - $signature: 1077 + $signature: 1822 }; A._FileSink.prototype = { get$isStreaming() { @@ -183482,7 +185610,7 @@ } return t1._readLocal$0(); }, - $signature: 1078 + $signature: 1823 }; A._FileSink_addStream_finish.prototype = { call$0() { @@ -183496,33 +185624,33 @@ call$1(data) { return this.$this._addData$1(data); }, - $signature: 780 + $signature: 661 }; A._FileSink_addStream_closure0.prototype = { call$2(error, stackTrace) { this.$this._memory_file$_completer.completeError$2(error, stackTrace); this.finish.call$0(); }, - $signature: 124 + $signature: 127 }; A._FileSink_close_closure.prototype = { call$1(_) { return this.$this._memory_file$_completer.complete$0(0); }, - $signature: 1083 + $signature: 1848 }; A._FileSink_close_closure0.prototype = { call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 126 + $signature: 132 }; A._FileSink__addData_closure.prototype = { call$1(node) { node.write$1(0, this.data); return node; }, - $signature: 1084 + $signature: 1849 }; A.MemoryFileStat.prototype = {}; A._MemoryFileSystem.prototype = { @@ -183598,13 +185726,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: 66 + $signature: 67 }; A._MemoryFileSystem_findNode_closure.prototype = { call$3($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 778 + $signature: 660 }; A.MemoryFileSystemEntity.prototype = { get$backingOrNull() { @@ -183718,25 +185846,25 @@ call$0() { return this.$this.path; }, - $signature: 66 + $signature: 67 }; A.MemoryFileSystemEntity_resolvedBacking_closure.prototype = { call$0() { return this.$this.path; }, - $signature: 66 + $signature: 67 }; A.MemoryFileSystemEntity_resolvedBacking_closure0.prototype = { call$0() { return this.$this.path; }, - $signature: 66 + $signature: 67 }; A.MemoryFileSystemEntity_defaultCheckType_closure.prototype = { call$0() { return this.$this.path; }, - $signature: 66 + $signature: 67 }; A.MemoryFileSystemEntity_internalCreateSync_closure.prototype = { call$5($parent, childName, child, currentSegment, finalSegment) { @@ -183747,7 +185875,7 @@ } return child; }, - $signature: 1112 + $signature: 1857 }; A.Node2.prototype = { Node$10(_parent) { @@ -183767,16 +185895,22 @@ RealNode$1($parent) { var _this = this; _this.get$clock(); - _this.__RealNode_accessed = _this.__RealNode_modified = _this.__RealNode_changed = Date.now(); + _this.__RealNode_accessed_A = _this.__RealNode_modified_A = _this.__RealNode_changed_A = Date.now(); }, get$clock() { return this.get$parent(this).get$clock(); }, get$stat(_) { - var _this = this; - A.DateTime$fromMillisecondsSinceEpoch(A._lateReadCheck(_this.__RealNode_changed, "changed"), false); - A.DateTime$fromMillisecondsSinceEpoch(A._lateReadCheck(_this.__RealNode_modified, "modified"), false); - A.DateTime$fromMillisecondsSinceEpoch(A._lateReadCheck(_this.__RealNode_accessed, "accessed"), false); + var _this = this, + t1 = _this.__RealNode_changed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.DateTime$fromMillisecondsSinceEpoch(t1, false); + t1 = _this.__RealNode_modified_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.DateTime$fromMillisecondsSinceEpoch(t1, false); + t1 = _this.__RealNode_accessed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.DateTime$fromMillisecondsSinceEpoch(t1, false); return new A.MemoryFileStat(_this.get$type(_this), _this.get$size(_this)); } }; @@ -183857,44 +185991,44 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 778 + $signature: 660 }; A.DirectoryAddOnsMixin.prototype = {}; A.ErrorCodes_EINVAL_closure.prototype = { call$1(codes) { return 22; }, - $signature: 213 + $signature: 228 }; A.ErrorCodes_EISDIR_closure.prototype = { call$1(codes) { return 21; }, - $signature: 213 + $signature: 228 }; A.ErrorCodes_ELOOP_closure.prototype = { call$1(codes) { return 40; }, - $signature: 213 + $signature: 228 }; A.ErrorCodes_ENOENT_closure.prototype = { call$1(codes) { return 2; }, - $signature: 213 + $signature: 228 }; A.ErrorCodes_ENOTDIR_closure.prototype = { call$1(codes) { return 20; }, - $signature: 213 + $signature: 228 }; A.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1(codes) { return 39; }, - $signature: 213 + $signature: 228 }; A._LinuxCodes.prototype = {$is_Codes: 1}; A.FileSystem0.prototype = { @@ -183941,8 +186075,10 @@ A._EventStreamSubscription$(uploadInput, "change", t3, false, type$._ElementEventStreamImpl_legacy_Event._precomputed1); B.InputElement_methods.addEventListener$2(uploadInput, "change", t3); B.Window_methods.addEventListener$2(window, "focus", new A.FilePickerWeb_pickFiles_cancelledEventListener(t1, filesCompleter)); - J.get$children$x(A._lateReadCheck($async$self.__FilePickerWeb__target, "_target")).clear$0(0); - J.get$children$x(A._lateReadCheck($async$self.__FilePickerWeb__target, "_target")).add$1(0, uploadInput); + t1 = $async$self.__FilePickerWeb__target_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + J.get$children$x(t1).clear$0(0); + J.get$children$x($async$self.__FilePickerWeb__target_A).add$1(0, uploadInput); uploadInput.click(); $async$goto = 3; return A._asyncAwait(t2, $async$pickFiles$5$allowCompression$allowMultiple$allowedExtensions$type$withData); @@ -183984,7 +186120,7 @@ reader.readAsArrayBuffer(file); } }, - $signature: 91 + $signature: 100 }; A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4(file, bytes, path, readStream) { @@ -183994,26 +186130,26 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 1118 + $signature: 1878 }; 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: 180 + $signature: 335 }; 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: 180 + $signature: 335 }; 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: 91 + $signature: 100 }; A.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1(value) { @@ -184029,7 +186165,7 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + A.S(next); }, - $signature: 685 + $signature: 773 }; A.FileType.prototype = { toString$0(_) { @@ -184047,7 +186183,7 @@ _getPath$body$FilePickerIO(fileType, allowMultipleSelection, allowCompression, allowedExtensions, onFileLoading, withData, withReadStream) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_FilePickerResult), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], result, platformFiles, platformFileMap, e, e0, t1, t2, t3, t4, exception, type, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, result, platformFiles, platformFileMap, e, e0, t1, t2, t3, t4, exception, type, $async$exception; var $async$_getPath$7 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -184221,13 +186357,13 @@ call$1(path) { return J.trim$0$s(path); }, - $signature: 110 + $signature: 119 }; A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = { call$1(path) { return path.length !== 0; }, - $signature: 56 + $signature: 65 }; A.FilePickerMacOS_resultStringToFilePaths_closure1.prototype = { call$1(path) { @@ -184238,13 +186374,13 @@ B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1)); return B.JSArray_methods.join$1(t1, "/"); }, - $signature: 110 + $signature: 119 }; A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = { call$1(e) { return e.length !== 0; }, - $signature: 56 + $signature: 65 }; A.FilePickerResult.prototype = { $eq(_, other) { @@ -184313,7 +186449,7 @@ _getPathToExecutable$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.String), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], t1, exception, $async$exception, $async$exception1; + $async$returnValue, $async$handler = 2, $async$currentError, t1, exception, $async$exception, $async$exception1; var $async$_getPathToExecutable$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -184465,13 +186601,13 @@ call$1(ext) { return ext.toUpperCase(); }, - $signature: 110 + $signature: 119 }; A.KDialogHandler_resultStringToFilePaths_closure.prototype = { call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 110 + $signature: 119 }; A.QarmaAndZenityHandler.prototype = { generateCommandLineArguments$5$fileFilter$initialDirectory$multipleFiles$pickDirectory(dialogTitle, fileFilter, initialDirectory, multipleFiles, pickDirectory) { @@ -184512,7 +186648,7 @@ call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 110 + $signature: 119 }; A.PlatformFile.prototype = { $eq(_, other) { @@ -184538,16 +186674,13 @@ toString$0(_) { var _this = this; return "PlatformFile(, name: " + A.S(_this.name) + ", bytes: " + A.S(_this.bytes) + ", readStream: " + A.S(_this.readStream) + ", size: " + A.S(_this.size) + ")"; - }, - get$name(receiver) { - return this.name; } }; A.filePathsToPlatformFiles_closure.prototype = { call$1(filePath) { return filePath.length !== 0; }, - $signature: 56 + $signature: 65 }; A.filePathsToPlatformFiles_closure0.prototype = { call$1(filePath) { @@ -184588,7 +186721,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1120 + $signature: 1906 }; A.Int64.prototype = { $add(_, other) { @@ -184826,10 +186959,12 @@ t1._ticker$_future = null; t1.unscheduleTick$0(); } - t1.dispose$0(0); + t1.dispose$0(); }, get$value(_) { - return A._lateReadCheck(this.__AnimationController__value, "_value"); + var t1 = this.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, set$value(_, newValue) { var _this = this; @@ -184850,17 +186985,18 @@ var _this = this, t1 = _this.lowerBound, t2 = _this.upperBound, - t3 = J.clamp$2$n(newValue, t1, t2); - _this.__AnimationController__value = t3; - if (A._lateReadCheck(t3, "_value") === t1) - _this.__AnimationController__status = B.AnimationStatus_0; - else if (A._lateReadCheck(_this.__AnimationController__value, "_value") === t2) - _this.__AnimationController__status = B.AnimationStatus_3; + t3 = _this.__AnimationController__value_A = A.clampDouble(newValue, t1, t2); + if (t3 === t1) + _this.__AnimationController__status_A = B.AnimationStatus_0; + else if (t3 === t2) + _this.__AnimationController__status_A = B.AnimationStatus_3; else - _this.__AnimationController__status = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_1 : B.AnimationStatus_2; + _this.__AnimationController__status_A = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_1 : B.AnimationStatus_2; }, get$status(_) { - return A._lateReadCheck(this.__AnimationController__status, "_status"); + var t1 = this.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, forward$1$from(_, from) { var _this = this; @@ -184883,11 +187019,30 @@ return this.reverse$1$from($receiver, null); }, _animateToInternal$3$curve$duration(target, curve, duration) { - var range, remainingFraction, t1, directionDuration, simulationDuration, _this = this, _s6_ = "_value"; - A._lateReadCheck($.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures, "_accessibilityFeatures").toString; + var scale, range, remainingFraction, directionDuration, simulationDuration, t2, _this = this, + t1 = $.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if ((t1.__engine$_index & 4) !== 0) + switch (_this.animationBehavior.index) { + case 0: + scale = 0.05; + break; + case 1: + scale = 1; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + else + scale = 1; if (duration == null) { range = _this.upperBound - _this.lowerBound; - remainingFraction = isFinite(range) ? Math.abs(target - A._lateReadCheck(_this.__AnimationController__value, _s6_)) / range : 1; + if (isFinite(range)) { + t1 = _this.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + remainingFraction = Math.abs(target - t1) / range; + } else + remainingFraction = 1; if (_this._direction === B._AnimationDirection_1 && _this.reverseDuration != null) { t1 = _this.reverseDuration; t1.toString; @@ -184898,20 +187053,27 @@ directionDuration = t1; } simulationDuration = new A.Duration(B.JSNumber_methods.round$0(directionDuration._duration * remainingFraction)); - } else - simulationDuration = target == A._lateReadCheck(_this.__AnimationController__value, _s6_) ? B.Duration_0 : duration; + } else { + t1 = _this.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + simulationDuration = target == t1 ? B.Duration_0 : duration; + } _this.stop$0(0); t1 = simulationDuration._duration; if (t1 === 0) { - if (A._lateReadCheck(_this.__AnimationController__value, _s6_) != target) { - _this.__AnimationController__value = J.clamp$2$n(target, _this.lowerBound, _this.upperBound); + t1 = _this.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 != target) { + _this.__AnimationController__value_A = A.clampDouble(target, _this.lowerBound, _this.upperBound); _this.notifyListeners$0(); } - _this.__AnimationController__status = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_3 : B.AnimationStatus_0; + _this.__AnimationController__status_A = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_3 : B.AnimationStatus_0; _this._checkStatusChanged$0(); return A.TickerFuture$complete(); } - return _this._startSimulation$1(new A._InterpolationSimulation(t1 / 1000000, A._lateReadCheck(_this.__AnimationController__value, _s6_), target, curve, B.Tolerance_Gdw)); + t2 = _this.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return _this._startSimulation$1(new A._InterpolationSimulation(t1 * scale / 1000000, t2, target, curve, B.Tolerance_Gdw)); }, _animateToInternal$1(target) { return this._animateToInternal$3$curve$duration(target, B.C__Linear, null); @@ -184922,7 +187084,8 @@ max = _this.upperBound, period = _this.duration; _this.stop$0(0); - t1 = A._lateReadCheck(_this.__AnimationController__value, "_value"); + t1 = _this.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = period._duration / 1000000; t1 = max === min ? 0 : t1 / (max - min) * t2; return _this._startSimulation$1(new A._RepeatingSimulation(min, max, reverse, _this.get$_directionSetter(), t2, t1, B.Tolerance_Gdw)); @@ -184932,17 +187095,33 @@ }, _directionSetter$1(direction) { this._direction = direction; - this.__AnimationController__status = direction === B._AnimationDirection_0 ? B.AnimationStatus_1 : B.AnimationStatus_2; + this.__AnimationController__status_A = direction === B._AnimationDirection_0 ? B.AnimationStatus_1 : B.AnimationStatus_2; this._checkStatusChanged$0(); }, fling$1$velocity(velocity) { - var target, simulation, _this = this, + var target, scale, simulation, _this = this, springDescription = $.$get$_kFlingSpringDescription(), t1 = velocity < 0; _this._direction = t1 ? B._AnimationDirection_1 : B._AnimationDirection_0; target = t1 ? _this.lowerBound - 0.01 : _this.upperBound + 0.01; - A._lateReadCheck($.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures, "_accessibilityFeatures").toString; - simulation = new A.SpringSimulation(target, A._SpringSolution__SpringSolution(springDescription, A._lateReadCheck(_this.__AnimationController__value, "_value") - target, velocity), B.Tolerance_Gdw); + t1 = $.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if ((t1.__engine$_index & 4) !== 0) + switch (_this.animationBehavior.index) { + case 0: + scale = 200; + break; + case 1: + scale = 1; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + else + scale = 1; + t1 = _this.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + simulation = new A.SpringSimulation(target, A._SpringSolution__SpringSolution(springDescription, t1 - target, velocity * scale), B.Tolerance_Gdw); simulation.tolerance = B.Tolerance_qbZ; _this.stop$0(0); return _this._startSimulation$1(simulation); @@ -184959,9 +187138,9 @@ var result, _this = this; _this._simulation = simulation; _this._lastElapsedDuration = B.Duration_0; - _this.__AnimationController__value = J.clamp$2$n(simulation.x$1(0, 0), _this.lowerBound, _this.upperBound); + _this.__AnimationController__value_A = A.clampDouble(simulation.x$1(0, 0), _this.lowerBound, _this.upperBound); result = _this._ticker.start$0(0); - _this.__AnimationController__status = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_1 : B.AnimationStatus_2; + _this.__AnimationController__status_A = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_1 : B.AnimationStatus_2; _this._checkStatusChanged$0(); return result; }, @@ -184972,17 +187151,18 @@ stop$0($receiver) { return this.stop$1$canceled($receiver, true); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._ticker.dispose$0(0); + _this._ticker.dispose$0(); _this._ticker = null; _this.AnimationLocalStatusListenersMixin__statusListeners.clear$0(0); _this.AnimationLocalListenersMixin__listeners.clear$0(0); - _this.super$AnimationEagerListenerMixin$dispose(0); + _this.super$AnimationEagerListenerMixin$dispose(); }, _checkStatusChanged$0() { var _this = this, - t1 = A._lateReadCheck(_this.__AnimationController__status, "_status"); + t1 = _this.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (_this._lastReportedStatus !== t1) { _this._lastReportedStatus = t1; _this.notifyStatusListeners$1(t1); @@ -184992,9 +187172,9 @@ var elapsedInSeconds, _this = this; _this._lastElapsedDuration = elapsed; elapsedInSeconds = elapsed._duration / 1000000; - _this.__AnimationController__value = J.clamp$2$n(_this._simulation.x$1(0, elapsedInSeconds), _this.lowerBound, _this.upperBound); + _this.__AnimationController__value_A = A.clampDouble(_this._simulation.x$1(0, elapsedInSeconds), _this.lowerBound, _this.upperBound); if (_this._simulation.isDone$1(elapsedInSeconds)) { - _this.__AnimationController__status = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_3 : B.AnimationStatus_0; + _this.__AnimationController__status_A = _this._direction === B._AnimationDirection_0 ? B.AnimationStatus_3 : B.AnimationStatus_0; _this.stop$1$canceled(0, false); } _this.notifyListeners$0(); @@ -185011,13 +187191,16 @@ ticker = t1._muted ? "; silenced" : ""; t1 = _this.debugLabel; label = t1 == null ? "" : "; for " + t1; - return _this.super$Animation$toStringDetails() + " " + J.toStringAsFixed$1$n(A._lateReadCheck(_this.__AnimationController__value, "_value"), 3) + paused + ticker + label; + t1 = _this.super$Animation$toStringDetails(); + t2 = _this.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t1 + " " + J.toStringAsFixed$1$n(t2, 3) + paused + ticker + label; } }; A._InterpolationSimulation.prototype = { x$1(_, timeInSeconds) { var t1, t2, _this = this, - t = B.JSNumber_methods.clamp$2(timeInSeconds / _this._durationInSeconds, 0, 1); + t = A.clampDouble(timeInSeconds / _this._durationInSeconds, 0, 1); if (t === 0) return _this._begin; else { @@ -185153,7 +187336,7 @@ if (value == t1) return; if (t1 != null) { - _this._status = t1.get$status(t1); + _this._animations$_status = t1.get$status(t1); t1 = _this._animations$_parent; _this._animations$_value = t1.get$value(t1); if (_this.AnimationLazyListenerMixin__listenerCounter > 0) @@ -185168,13 +187351,13 @@ t2 = t2.get$value(t2); if (t1 == null ? t2 != null : t1 !== t2) _this.notifyListeners$0(); - t1 = _this._status; + t1 = _this._animations$_status; t2 = _this._animations$_parent; if (t1 != t2.get$status(t2)) { t1 = _this._animations$_parent; _this.notifyStatusListeners$1(t1.get$status(t1)); } - _this._animations$_value = _this._status = null; + _this._animations$_value = _this._animations$_status = null; } }, didStartListening$0() { @@ -185198,7 +187381,7 @@ if (t1 != null) t1 = t1.get$status(t1); else { - t1 = this._status; + t1 = this._animations$_status; t1.toString; } return t1; @@ -185297,7 +187480,7 @@ t1 = true; return t1; }, - dispose$0(_) { + dispose$0() { this.parent.removeStatusListener$1(this.get$_updateCurveDirection()); }, get$value(_) { @@ -185384,7 +187567,7 @@ var t1 = this._currentTrain; return t1.get$value(t1); }, - dispose$0(_) { + dispose$0() { var t1, t2, _this = this; _this._currentTrain.removeStatusListener$1(_this.get$_statusChangeHandler()); t1 = _this.get$_valueChangeHandler(); @@ -185396,7 +187579,7 @@ _this._nextTrain = null; _this.AnimationLocalListenersMixin__listeners.clear$0(0); _this.AnimationLocalStatusListenersMixin__statusListeners.clear$0(0); - _this.super$AnimationEagerListenerMixin$dispose(0); + _this.super$AnimationEagerListenerMixin$dispose(); }, toString$0(_) { var _this = this; @@ -185510,7 +187693,7 @@ A.Interval.prototype = { transformInternal$1(t) { var t1 = this.begin; - t = B.JSNumber_methods.clamp$2((t - t1) / (this.end - t1), 0, 1); + t = A.clampDouble((t - t1) / (this.end - t1), 0, 1); if (t === 0 || t === 1) return t; return this.curve.transform$1(0, t); @@ -185604,7 +187787,7 @@ }, didUnregisterListener$0() { }, - dispose$0(_) { + dispose$0() { } }; A.AnimationLocalListenersMixin.prototype = { @@ -185620,10 +187803,11 @@ this.didUnregisterListener$0(); }, notifyListeners$0() { - var listener, exception, stack, t2, _i, t3, exception0, rti, t4, t5, _this = this, + var listener, exception, stack, _i, t3, exception0, rti, t4, t5, _this = this, t1 = _this.AnimationLocalListenersMixin__listeners, - localListeners = A.List_List$of(t1, true, type$.void_Function); - for (t2 = localListeners.length, _i = 0; _i < t2; ++_i) { + t2 = t1._observer_list$_list, + localListeners = J.JSArray_JSArray$markFixed(t2.slice(0), A._arrayInstanceType(t2)._precomputed1); + for (t2 = localListeners.length, _i = 0; _i < localListeners.length; localListeners.length === t2 || (0, A.throwConcurrentModificationError)(localListeners), ++_i) { t3 = {}; listener = localListeners[_i]; t3.collector = null; @@ -185656,10 +187840,11 @@ this.didUnregisterListener$0(); }, notifyStatusListeners$1($status) { - var listener, exception, stack, t2, _i, exception0, rti, t3, t4, _this = this, + var listener, exception, stack, _i, exception0, rti, t3, t4, _this = this, t1 = _this.AnimationLocalStatusListenersMixin__statusListeners, - localListeners = A.List_List$of(t1, true, type$.void_Function_AnimationStatus); - for (t2 = localListeners.length, _i = 0; _i < t2; ++_i) { + t2 = t1._observer_list$_list, + localListeners = J.JSArray_JSArray$markFixed(t2.slice(0), A._arrayInstanceType(t2)._precomputed1); + for (t2 = localListeners.length, _i = 0; _i < localListeners.length; localListeners.length === t2 || (0, A.throwConcurrentModificationError)(localListeners), ++_i) { listener = localListeners[_i]; try { if (t1.contains$1(0, listener)) @@ -185822,10 +188007,10 @@ var t1, t2, t3, _this = this; _this.super$State$initState(); t1 = A.AnimationController$(null, B.Duration_200000, null, 1, 0, _this); - _this.___CupertinoButtonState__animationController = t1; + _this.___CupertinoButtonState__animationController_A = t1; t2 = type$.Animation_double; t3 = _this._opacityTween; - _this.___CupertinoButtonState__opacityAnimation = new A._AnimatedEvaluation(t2._as(new A._AnimatedEvaluation(t2._as(A._lateReadCheck(t1, "_animationController")), new A.CurveTween(B.C__DecelerateCurve), type$.CurveTween._eval$1("_AnimatedEvaluation"))), t3, t3.$ti._eval$1("_AnimatedEvaluation")); + _this.___CupertinoButtonState__opacityAnimation_A = new A._AnimatedEvaluation(t2._as(new A._AnimatedEvaluation(t2._as(t1), new A.CurveTween(B.C__DecelerateCurve), type$.CurveTween._eval$1("_AnimatedEvaluation"))), t3, t3.$ti._eval$1("_AnimatedEvaluation")); _this._setTween$0(); }, didUpdateWidget$1(old) { @@ -185836,9 +188021,11 @@ var t1 = this._widget.pressedOpacity; this._opacityTween.end = t1; }, - dispose$0(_) { - A._lateReadCheck(this.___CupertinoButtonState__animationController, "_animationController").dispose$0(0); - this.super$__CupertinoButtonState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___CupertinoButtonState__animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__CupertinoButtonState_State_SingleTickerProviderStateMixin$dispose(); }, _button$_handleTapDown$1($event) { if (!this._buttonHeldDown) { @@ -185859,25 +188046,23 @@ } }, _animate$0(_) { - var wasHeldDown, ticker, _this = this, - _s20_ = "_animationController", - t1 = A._lateReadCheck(_this.___CupertinoButtonState__animationController, _s20_)._ticker; - if (t1 != null && t1._ticker$_future != null) + var t2, wasHeldDown, ticker, + t1 = this.___CupertinoButtonState__animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1._ticker; + if (t2 != null && t2._ticker$_future != null) return; - wasHeldDown = _this._buttonHeldDown; - t1 = _this.___CupertinoButtonState__animationController; + wasHeldDown = this._buttonHeldDown; if (wasHeldDown) { - t1 = A._lateReadCheck(t1, _s20_); t1._direction = B._AnimationDirection_0; ticker = t1._animateToInternal$3$curve$duration(1, B.C_ThreePointCubic, B.Duration_120000); } else { - t1 = A._lateReadCheck(t1, _s20_); t1._direction = B._AnimationDirection_0; ticker = t1._animateToInternal$3$curve$duration(0, B.Cubic_2jN, B.Duration_180000); } - ticker.then$1$1(0, new A._CupertinoButtonState__animate_closure(_this, wasHeldDown), type$.void); + ticker.then$1$1(0, new A._CupertinoButtonState__animate_closure(this, wasHeldDown), type$.void); }, - build$1(_, context) { + build$1(context) { var backgroundColor, foregroundColor, t3, textStyle, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, t1 = _this._widget.onPressed == null, enabled = !t1, @@ -185897,28 +188082,27 @@ t3 = B.CupertinoDynamicColor_oxt.resolveFrom$1(context); foregroundColor = t3; } - t3 = themeData.get$textTheme(); - textStyle = t3.get$textStyle(t3).copyWith$1$color(foregroundColor); + textStyle = themeData.get$textTheme().get$textStyle().copyWith$1$color(foregroundColor); t3 = enabled && true ? B.SystemMouseCursor_click : B.C__DeferringMouseCursor; t4 = enabled ? _this.get$_button$_handleTapDown() : _null; t5 = enabled ? _this.get$_button$_handleTapUp() : _null; t6 = enabled ? _this.get$_button$_handleTapCancel() : _null; t7 = _this._widget; t8 = t7.onPressed; - t7 = t7.minSize; - t9 = A._lateReadCheck(_this.___CupertinoButtonState__opacityAnimation, "_opacityAnimation"); - t10 = _this._widget; - t11 = t10.borderRadius; + t9 = t7.minSize; + t10 = _this.___CupertinoButtonState__opacityAnimation_A; + t10 === $ && A.throwUnnamedLateFieldNI(); + t11 = t7.borderRadius; if (t2 && t1) { - t1 = t10.disabledColor; + t1 = t7.disabledColor; if (t1 instanceof A.CupertinoDynamicColor) t1 = t1.resolveFrom$1(context); } else t1 = backgroundColor; t2 = _this._widget; - t10 = t2.padding; - t1 = A.FadeTransition$(false, A.DecoratedBox$(new A.Padding(t10, new A.Align(t2.alignment, 1, 1, A.DefaultTextStyle$(A.IconTheme$(t2.child, new A.IconThemeData(foregroundColor, _null, _null, _null), _null), _null, _null, B.TextOverflow_0, true, textStyle, _null, _null, B.TextWidthBasis_0), _null), _null), new A.BoxDecoration(t1, _null, _null, t11, _null, _null, B.BoxShape_0), B.DecorationPosition_0), t9); - return A.MouseRegion$(A.GestureDetector$(B.HitTestBehavior_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.ConstrainedBox(new A.BoxConstraints(t7, 1 / 0, t7, 1 / 0), t1, _null), _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8, t6, t4, t5, _null, _null, _null), t3, _null, _null, _null, _null); + t7 = t2.padding; + t1 = A.FadeTransition$(false, A.DecoratedBox$(new A.Padding(t7, new A.Align(t2.alignment, 1, 1, A.DefaultTextStyle$(A.IconTheme$(t2.child, new A.IconThemeData(foregroundColor, _null, _null, _null), _null), _null, _null, B.TextOverflow_0, true, textStyle, _null, _null, B.TextWidthBasis_0), _null), _null), new A.BoxDecoration(t1, _null, _null, t11, _null, _null, B.BoxShape_0), B.DecorationPosition_0), t10); + return A.MouseRegion$(A.GestureDetector$(B.HitTestBehavior_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.ConstrainedBox(new A.BoxConstraints(t9, 1 / 0, t9, 1 / 0), t1, _null), _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8, t6, t4, t5, _null, _null, _null), t3, _null, _null, _null, _null); } }; A._CupertinoButtonState__animate_closure.prototype = { @@ -185927,16 +188111,16 @@ if (t1._framework$_element != null && this.wasHeldDown !== t1._buttonHeldDown) t1._animate$0(0); }, - $signature: 88 + $signature: 92 }; A.__CupertinoButtonState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -186058,7 +188242,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 1163 + $signature: 2069 }; A._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; A._CupertinoDesktopTextSelectionControls.prototype = { @@ -186079,10 +188263,14 @@ return J.$eq$(resolvedColor, t1) ? this : this.copyWith$1$color(resolvedColor); }, copyWith$4$color$opacity$shadows$size(color, opacity, shadows, size) { - var _this = this, - t1 = color == null ? _this.color : color, - t2 = opacity == null ? _this.get$opacity(_this) : opacity, - t3 = size == null ? _this.size : size; + var t2, t3, _this = this, + t1 = color == null ? _this.color : color; + if (opacity == null) { + t2 = _this._opacity; + t2 = t2 == null ? null : A.clampDouble(t2, 0, 1); + } else + t2 = opacity; + t3 = size == null ? _this.size : size; return new A.CupertinoIconThemeData(t1, t2, t3, shadows == null ? _this.shadows : shadows); }, copyWith$1$color(color) { @@ -186126,7 +188314,7 @@ } }; A.CupertinoPageTransition.prototype = { - build$1(_, context) { + build$1(context) { var textDirection, _this = this, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; @@ -186155,13 +188343,14 @@ t1.onUpdate = _this.get$_route$_handleDragUpdate(); t1.onEnd = _this.get$_route$_handleDragEnd(); t1.onCancel = _this.get$_route$_handleDragCancel(); - _this.___CupertinoBackGestureDetectorState__recognizer = t1; + _this.___CupertinoBackGestureDetectorState__recognizer_A = t1; }, - dispose$0(_) { - var t1 = A._lateReadCheck(this.___CupertinoBackGestureDetectorState__recognizer, "_recognizer"); + dispose$0() { + var t1 = this.___CupertinoBackGestureDetectorState__recognizer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._monodrag$_velocityTrackers.clear$0(0); - t1.super$OneSequenceGestureRecognizer$dispose(0); - this.super$State$dispose(0); + t1.super$OneSequenceGestureRecognizer$dispose(); + this.super$State$dispose(); }, _route$_handleDragStart$1(details) { this._backGestureController = this._widget.onStartPopGesture$0(); @@ -186175,7 +188364,9 @@ t3 = this._framework$_element; t3 = this._convertToLogical$1(t2 / t3.get$size(t3)._dx); t1 = t1.controller; - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") - t3); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 - t3); }, _route$_handleDragEnd$1(details) { var t2, t3, _this = this, @@ -186193,8 +188384,12 @@ this._backGestureController = null; }, _route$_handlePointerDown$1($event) { - if (this._widget.enabledCallback$0()) - A._lateReadCheck(this.___CupertinoBackGestureDetectorState__recognizer, "_recognizer").addPointer$1($event); + var t1; + if (this._widget.enabledCallback$0()) { + t1 = this.___CupertinoBackGestureDetectorState__recognizer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.addPointer$1($event); + } }, _convertToLogical$1(value) { var t1 = this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); @@ -186208,7 +188403,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var t2, dragAreaWidth, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; @@ -186219,20 +188414,31 @@ }; A._CupertinoBackGestureController.prototype = { dragEnd$1(velocity) { - var t1, t2, animationStatusCallback, _this = this, _s6_ = "_value"; - if (Math.abs(velocity) >= 1 ? velocity <= 0 : A._lateReadCheck(_this.controller.__AnimationController__value, _s6_) > 0.5) { + var animateForward, t1, t2, animationStatusCallback, _this = this; + if (Math.abs(velocity) >= 1) + animateForward = velocity <= 0; + else { + t1 = _this.controller.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + animateForward = t1 > 0.5; + } + if (animateForward) { t1 = _this.controller; - t2 = A.lerpDouble(800, 0, A._lateReadCheck(t1.__AnimationController__value, _s6_)); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.lerpDouble(800, 0, t2); t2.toString; t2 = A.Duration$(0, 0, 0, Math.min(B.JSNumber_methods.floor$0(t2), 300), 0, 0); t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(1, B.Cubic_2Vk, t2); } else { - _this.navigator.pop$0(0); + _this.navigator.pop$0(); t1 = _this.controller; t2 = t1._ticker; if (t2 != null && t2._ticker$_future != null) { - t2 = A.lerpDouble(0, 800, A._lateReadCheck(t1.__AnimationController__value, _s6_)); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.lerpDouble(0, 800, t2); t2.toString; t2 = A.Duration$(0, 0, 0, B.JSNumber_methods.floor$0(t2), 0, 0); t1._direction = B._AnimationDirection_1; @@ -186243,7 +188449,11 @@ if (t2 != null && t2._ticker$_future != null) { animationStatusCallback = A._Cell$named("animationStatusCallback"); animationStatusCallback.__late_helper$_value = new A._CupertinoBackGestureController_dragEnd_closure(_this, animationStatusCallback); - t1.addStatusListener$1(animationStatusCallback._readLocal$0()); + t2 = animationStatusCallback._readLocal$0(); + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(t2); } else _this.navigator.didStopUserGesture$0(); } @@ -186307,7 +188517,7 @@ t1.toString; return t1; }, - $signature: 360 + $signature: 356 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -186315,7 +188525,7 @@ t1.toString; return t1; }, - $signature: 360 + $signature: 356 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { @@ -186348,7 +188558,7 @@ t2.toString; paint.set$color(0, t2); t2 = start + shadowDirection * dx - 1; - canvas.drawRect$2(0, new A.Rect(t2, t1, t2 + 1, t1 + shadowHeight), paint); + canvas.drawRect$2(new A.Rect(t2, t1, t2 + 1, t1 + shadowHeight), paint); } } }; @@ -186361,37 +188571,39 @@ initState$0() { var t1, _this = this; _this.super$RawScrollbarState$initState(); - t1 = A.AnimationController$(null, B.Duration_100000, null, 1, null, _this); - _this.___CupertinoScrollbarState__thicknessAnimationController = t1; - t1 = A._lateReadCheck(t1, "_thicknessAnimationController"); + t1 = _this.___CupertinoScrollbarState__thicknessAnimationController_A = A.AnimationController$(null, B.Duration_100000, null, 1, null, _this); t1.didRegisterListener$0(); t1 = t1.AnimationLocalListenersMixin__listeners; t1._isDirty = true; t1._observer_list$_list.push(new A._CupertinoScrollbarState_initState_closure(_this)); }, updateScrollbarPainter$0() { - var t3, t4, t5, _this = this, - _s29_ = "_thicknessAnimationController", - t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"), - t2 = _this._framework$_element; + var t2, t3, t4, _this = this, + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._framework$_element; t2.toString; t2 = B.CupertinoDynamicColor_zPV.resolveFrom$1(t2); t1.set$color(0, t2); t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t2.toString; - t1.set$textDirection(0, t2.textDirection); - t2 = _this._widget.thickness; - t2.toString; - t3 = A._lateReadCheck(A._lateReadCheck(_this.___CupertinoScrollbarState__thicknessAnimationController, _s29_).__AnimationController__value, "_value"); - t4 = _this._widget; - t5 = t4.thicknessWhileDragging; - t4 = t4.thickness; - t4.toString; - t1.set$thickness(t2 + t3 * (t5 - t4)); + t1.set$textDirection(t2.textDirection); + t2 = _this._widget; + t3 = t2.thickness; + t3.toString; + t4 = _this.___CupertinoScrollbarState__thicknessAnimationController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t1.set$thickness(t3 + t4 * (t2.thicknessWhileDragging - t3)); t1.set$mainAxisMargin(3); t1.set$crossAxisMargin(3); - t4 = _this._widget; - t4 = A.Radius_lerp(t4.radius, t4.radiusWhileDragging, A._lateReadCheck(A._lateReadCheck(_this.___CupertinoScrollbarState__thicknessAnimationController, _s29_).__AnimationController__value, "_value")); + t3 = _this._widget; + t2 = t3.radius; + t3 = t3.radiusWhileDragging; + t4 = _this.___CupertinoScrollbarState__thicknessAnimationController_A.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = A.Radius_lerp(t2, t3, t4); t4.toString; t1.set$radius(t4); t1.set$padding(0, _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.padding); @@ -186417,14 +188629,18 @@ if (this.getScrollbarDirection$0() == null) return; this.super$RawScrollbarState$handleThumbPress(); - A._lateReadCheck(this.___CupertinoScrollbarState__thicknessAnimationController, "_thicknessAnimationController").forward$0(0).then$1$1(0, new A._CupertinoScrollbarState_handleThumbPress_closure(), type$.void); + var t1 = this.___CupertinoScrollbarState__thicknessAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0).then$1$1(0, new A._CupertinoScrollbarState_handleThumbPress_closure(), type$.void); }, handleThumbPressEnd$2(localPosition, velocity) { - var _this = this, + var t1, _this = this, direction = _this.getScrollbarDirection$0(); if (direction == null) return; - A._lateReadCheck(_this.___CupertinoScrollbarState__thicknessAnimationController, "_thicknessAnimationController").reverse$0(0); + t1 = _this.___CupertinoScrollbarState__thicknessAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); _this.super$RawScrollbarState$handleThumbPressEnd(localPosition, velocity); switch (direction.index) { case 1: @@ -186439,9 +188655,11 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - dispose$0(_) { - A._lateReadCheck(this.___CupertinoScrollbarState__thicknessAnimationController, "_thicknessAnimationController").dispose$0(0); - this.super$RawScrollbarState$dispose(0); + dispose$0() { + var t1 = this.___CupertinoScrollbarState__thicknessAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$RawScrollbarState$dispose(); } }; A._CupertinoScrollbarState_initState_closure.prototype = { @@ -186454,7 +188672,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 767 + $signature: 659 }; A.CupertinoSwitch.prototype = { createState$0() { @@ -186473,25 +188691,26 @@ t1.onTapUp = _this.get$_switch$_handleTapUp(); t1.onTap = _this.get$_switch$_handleTap(); t1.onTapCancel = _this.get$_switch$_handleTapCancel(); - _this.___CupertinoSwitchState__tap = t1; + _this.___CupertinoSwitchState__tap_A = t1; t1 = A.HorizontalDragGestureRecognizer$(_null, _null); t1.onStart = _this.get$_switch$_handleDragStart(); t1.onUpdate = _this.get$_switch$_handleDragUpdate(); t1.onEnd = _this.get$_switch$_handleDragEnd(); t2 = _this._widget; t1.dragStartBehavior = t2.dragStartBehavior; - _this.___CupertinoSwitchState__drag = t1; + _this.___CupertinoSwitchState__drag_A = t1; t1 = A.AnimationController$(_null, B.Duration_200000, _null, 1, t2.value ? 1 : 0, _this); - _this.___CupertinoSwitchState__positionController = t1; - _this.___CupertinoSwitchState_position = A.CurvedAnimation$(B.C__Linear, A._lateReadCheck(t1, "_positionController"), _null); + _this.___CupertinoSwitchState__positionController_A = t1; + _this.___CupertinoSwitchState_position_A = A.CurvedAnimation$(B.C__Linear, t1, _null); t1 = A.AnimationController$(_null, B.Duration_300000, _null, 1, _null, _this); - _this.___CupertinoSwitchState__reactionController = t1; - _this.___CupertinoSwitchState__reaction = A.CurvedAnimation$(B.Cubic_JUR, A._lateReadCheck(t1, "_reactionController"), _null); + _this.___CupertinoSwitchState__reactionController_A = t1; + _this.___CupertinoSwitchState__reaction_A = A.CurvedAnimation$(B.Cubic_JUR, t1, _null); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - t1 = A._lateReadCheck(_this.___CupertinoSwitchState__drag, "_drag"); + t1 = _this.___CupertinoSwitchState__drag_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._widget; t1.dragStartBehavior = t2.dragStartBehavior; t1 = _this.needsPositionAnimation; @@ -186499,26 +188718,32 @@ _this._resumePositionAnimation$1$isLinear(t1); }, _resumePositionAnimation$1$isLinear(isLinear) { - var t1, t2, _this = this, - _s19_ = "_positionController"; + var t1, t2, _this = this; _this.needsPositionAnimation = false; - t1 = A._lateReadCheck(_this.___CupertinoSwitchState_position, "position"); + t1 = _this.___CupertinoSwitchState_position_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.curve = isLinear ? B.C__Linear : B.Cubic_JUR; t1.reverseCurve = isLinear ? B.C__Linear : new A.FlippedCurve(B.Cubic_JUR); t1 = _this._widget.value; - t2 = _this.___CupertinoSwitchState__positionController; - if (t1) - A._lateReadCheck(t2, _s19_).forward$0(0); - else - A._lateReadCheck(t2, _s19_).reverse$0(0); + t2 = _this.___CupertinoSwitchState__positionController_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } }, _resumePositionAnimation$0() { return this._resumePositionAnimation$1$isLinear(true); }, _switch$_handleTapDown$1(details) { + var t1; if (this._widget.onChanged != null) this.needsPositionAnimation = false; - A._lateReadCheck(this.___CupertinoSwitchState__reactionController, "_reactionController").forward$0(0); + t1 = this.___CupertinoSwitchState__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); }, _switch$_handleTap$0() { var t1 = this._widget, @@ -186529,28 +188754,36 @@ } }, _switch$_handleTapUp$1(details) { + var t1; if (this._widget.onChanged != null) { this.needsPositionAnimation = false; - A._lateReadCheck(this.___CupertinoSwitchState__reactionController, "_reactionController").reverse$0(0); + t1 = this.___CupertinoSwitchState__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); } }, _switch$_handleTapCancel$0() { - if (this._widget.onChanged != null) - A._lateReadCheck(this.___CupertinoSwitchState__reactionController, "_reactionController").reverse$0(0); + if (this._widget.onChanged != null) { + var t1 = this.___CupertinoSwitchState__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } }, _switch$_handleDragStart$1(details) { - var _this = this; + var t1, _this = this; if (_this._widget.onChanged != null) { _this.needsPositionAnimation = false; - A._lateReadCheck(_this.___CupertinoSwitchState__reactionController, "_reactionController").forward$0(0); + t1 = _this.___CupertinoSwitchState__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); _this._emitVibration$0(); } }, _switch$_handleDragUpdate$1(details) { - var t1, delta, _this = this, - _s19_ = "_positionController"; + var t1, delta, t2, _this = this; if (_this._widget.onChanged != null) { - t1 = A._lateReadCheck(_this.___CupertinoSwitchState_position, "position"); + t1 = _this.___CupertinoSwitchState_position_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.reverseCurve = t1.curve = B.C__Linear; t1 = details.primaryDelta; t1.toString; @@ -186559,12 +188792,18 @@ t1.toString; switch (t1.textDirection) { case B.TextDirection_0: - t1 = A._lateReadCheck(_this.___CupertinoSwitchState__positionController, _s19_); - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") - delta); + t1 = _this.___CupertinoSwitchState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 - delta); break; case B.TextDirection_1: - t1 = A._lateReadCheck(_this.___CupertinoSwitchState__positionController, _s19_); - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") + delta); + t1 = _this.___CupertinoSwitchState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 + delta); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -186574,13 +188813,16 @@ _switch$_handleDragEnd$1(details) { var t1, t2, t3, _this = this; _this.setState$1(new A._CupertinoSwitchState__handleDragEnd_closure(_this)); - t1 = A._lateReadCheck(_this.___CupertinoSwitchState_position, "position"); + t1 = _this.___CupertinoSwitchState_position_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.get$value(t1); t2 = _this._widget; t3 = t2.value; if (t1 >= 0.5 !== t3) t2.onChanged.call$1(!t3); - A._lateReadCheck(_this.___CupertinoSwitchState__reactionController, "_reactionController").reverse$0(0); + t1 = _this.___CupertinoSwitchState__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); }, _emitVibration$0() { switch (A.defaultTargetPlatform()) { @@ -186597,7 +188839,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, t4, t5, t6, t7, _this = this, _null = null; if (_this.needsPositionAnimation) _this._resumePositionAnimation$0(); @@ -186613,23 +188855,30 @@ t1 = t1.resolveFrom$1(context); _this._widget.toString; t5 = B.CupertinoDynamicColor_MdH.resolveFrom$1(context); + t5 = t5; t6 = _this._widget; t6 = t6.onChanged; t7 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t7.toString; return A.MouseRegion$(A.Opacity$(new A._CupertinoSwitchRenderObjectWidget(t4, t1, t5, B.Color_4294967295, t6, _this, t7.textDirection, _null), t2), t3, _null, _null, _null, _null); }, - dispose$0(_) { + dispose$0() { var _this = this, - t1 = A._lateReadCheck(_this.___CupertinoSwitchState__tap, "_tap"); + t1 = _this.___CupertinoSwitchState__tap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._stopTimer$0(); - t1.super$OneSequenceGestureRecognizer$dispose(0); - t1 = A._lateReadCheck(_this.___CupertinoSwitchState__drag, "_drag"); + t1.super$OneSequenceGestureRecognizer$dispose(); + t1 = _this.___CupertinoSwitchState__drag_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._monodrag$_velocityTrackers.clear$0(0); - t1.super$OneSequenceGestureRecognizer$dispose(0); - A._lateReadCheck(_this.___CupertinoSwitchState__positionController, "_positionController").dispose$0(0); - A._lateReadCheck(_this.___CupertinoSwitchState__reactionController, "_reactionController").dispose$0(0); - _this.super$__CupertinoSwitchState_State_TickerProviderStateMixin$dispose(0); + t1.super$OneSequenceGestureRecognizer$dispose(); + t1 = _this.___CupertinoSwitchState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.___CupertinoSwitchState__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__CupertinoSwitchState_State_TickerProviderStateMixin$dispose(); } }; A._CupertinoSwitchState__handleDragEnd_closure.prototype = { @@ -186640,17 +188889,18 @@ }; A._CupertinoSwitchRenderObjectWidget.prototype = { createRenderObject$1(context) { - var t3, _this = this, + var t3, t4, _this = this, t1 = _this.state, t2 = new A._RenderCupertinoSwitch(t1, _this.value, _this.activeColor, _this.trackColor, new A.CupertinoThumbPainter(_this.thumbColor, B.List_CQc), _this.onChanged, _this.textDirection, A.LayerHandle$(type$.ClipRRectLayer), B.BoxConstraints_59_59_39_39, null, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t2.get$alwaysNeedsCompositing(); - t2.__RenderObject__needsCompositing = false; + t2.RenderObject$0(); t2.set$child(null); - t3 = t2.get$markNeedsPaint(); - A._lateReadCheck(t1.___CupertinoSwitchState_position, "position").parent.addListener$1(0, t3); - t1 = A._lateReadCheck(t1.___CupertinoSwitchState__reaction, "_reaction"); - t1.get$parent(t1).addListener$1(0, t3); + t3 = t1.___CupertinoSwitchState_position_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t2.get$markNeedsPaint(); + t3.parent.addListener$1(0, t4); + t1 = t1.___CupertinoSwitchState__reaction_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.parent.addListener$1(0, t4); return t2; }, updateRenderObject$2(context, renderObject) { @@ -186660,7 +188910,7 @@ renderObject.set$trackColor(_this.trackColor); renderObject.set$thumbColor(_this.thumbColor); renderObject.set$onChanged(_this.onChanged); - renderObject.set$textDirection(0, _this.textDirection); + renderObject.set$textDirection(_this.textDirection); }, get$value(receiver) { return this.value; @@ -186705,7 +188955,7 @@ _this.markNeedsSemanticsUpdate$0(); } }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._switch$_textDirection == value) return; this._switch$_textDirection = value; @@ -186715,11 +188965,15 @@ return true; }, handleEvent$2($event, entry) { - var t1; + var t1, t2; if (type$.PointerDownEvent._is($event) && this._onChanged != null) { t1 = this._switch$_state; - A._lateReadCheck(t1.___CupertinoSwitchState__drag, "_drag").addPointer$1($event); - A._lateReadCheck(t1.___CupertinoSwitchState__tap, "_tap").addPointer$1($event); + t2 = t1.___CupertinoSwitchState__drag_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.addPointer$1($event); + t1 = t1.___CupertinoSwitchState__tap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.addPointer$1($event); } }, describeSemanticsConfiguration$1(config) { @@ -186736,12 +188990,14 @@ config._setFlag$2(B.SemanticsFlag_131072, t1); }, paint$2(context, offset) { - var currentReactionValue, visualPosition, paint, t3, trackRRect, currentThumbExtension, t4, thumbCenterY, thumbBounds, _this = this, + var currentValue, currentReactionValue, visualPosition, paint, t3, trackRRect, currentThumbExtension, t4, thumbCenterY, thumbBounds, _this = this, canvas = context.get$canvas(context), t1 = _this._switch$_state, - t2 = A._lateReadCheck(t1.___CupertinoSwitchState_position, "position"), - currentValue = t2.get$value(t2); - t1 = A._lateReadCheck(t1.___CupertinoSwitchState__reaction, "_reaction"); + t2 = t1.___CupertinoSwitchState_position_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + currentValue = t2.get$value(t2); + t1 = t1.___CupertinoSwitchState__reaction_A; + t1 === $ && A.throwUnnamedLateFieldNI(); currentReactionValue = t1.get$value(t1); switch (_this._switch$_textDirection) { case B.TextDirection_0: @@ -186762,7 +189018,7 @@ t3 = offset._dy; t1 = t3 + (t1._dy - 31) / 2; trackRRect = A.RRect$fromRectAndRadius(new A.Rect(t2, t1, t2 + 51, t1 + 31), B.Radius_2Vk); - canvas.drawRRect$2(0, trackRRect, paint); + canvas.drawRRect$2(trackRRect, paint); currentThumbExtension = 7 * currentReactionValue; t1 = t2 + 15.5; t2 += 35.5; @@ -186773,18 +189029,20 @@ thumbCenterY = t3 + _this._box$_size._dy / 2; thumbBounds = new A.Rect(t4, thumbCenterY - 14, t2, thumbCenterY + 14); t2 = _this._clipRRectLayer; - t2.set$layer(0, context.pushClipRRect$6$oldLayer(A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"), B.Offset_0_0, thumbBounds, trackRRect, new A._RenderCupertinoSwitch_paint_closure(_this, thumbBounds), t2._layer)); + t4 = _this.__RenderObject__needsCompositing_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2.set$layer(0, context.pushClipRRect$6$oldLayer(t4, B.Offset_0_0, thumbBounds, trackRRect, new A._RenderCupertinoSwitch_paint_closure(_this, thumbBounds), t2._layer)); }, - dispose$0(_) { + dispose$0() { this._clipRRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); } }; A._RenderCupertinoSwitch_paint_closure.prototype = { call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 101 + $signature: 89 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -186792,13 +189050,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._TextSelectionHandlePainter0.prototype = { @@ -186809,9 +189067,9 @@ circle = A.Rect$fromCircle(B.Offset_6_6, 6); line = A.Rect$fromPoints(B.Offset_6pl, new A.Offset(7, size._dy)); path = A.Path_Path(); - path.addOval$1(0, circle); - path.addRect$1(0, line); - canvas.drawPath$2(0, path, paint); + path.addOval$1(circle); + path.addRect$1(line); + canvas.drawPath$2(path, paint); }, shouldRepaint$1(oldPainter) { return !J.$eq$(this.color, oldPainter.color); @@ -186856,9 +189114,10 @@ } }; A.CupertinoTextThemeData.prototype = { - get$textStyle(_) { - var t1 = this._text_theme$_defaults.labelColor; - t1 = B.CupertinoDynamicColor_qQo.$eq(0, t1) ? B.TextStyle_P9F : B.TextStyle_P9F.copyWith$1$color(t1); + get$textStyle() { + var t1 = this._textStyle, + t2 = this._text_theme$_defaults.labelColor; + t1 = B.CupertinoDynamicColor_qQo.$eq(0, t2) ? B.TextStyle_c8s : B.TextStyle_c8s.copyWith$1$color(t2); return t1; }, resolveFrom$1(context) { @@ -186876,7 +189135,7 @@ A._TextThemeDefaultsBuilder.prototype = {}; A._CupertinoTextThemeData_Object_Diagnosticable.prototype = {}; A.CupertinoTheme.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return new A._InheritedCupertinoTheme(this, A.IconTheme$(this.child, new A.CupertinoIconThemeData(this.data.get$primaryColor(), _null, _null, _null), _null), _null); } @@ -186927,7 +189186,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 764 + $signature: 658 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -186963,7 +189222,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 764 + $signature: 658 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -186988,12 +189247,12 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 360 + $signature: 356 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = { - get$textStyle(_) { - return A.CupertinoTextThemeData.prototype.get$textStyle.call(this, this).copyWith$1$color(this.labelColor); + get$textStyle() { + return A.CupertinoTextThemeData.prototype.get$textStyle.call(this).copyWith$1$color(this.labelColor); } }; A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable.prototype = {}; @@ -187004,23 +189263,23 @@ rrect = A.RRect$fromRectAndRadius(rect, new A.Radius(t1, t1)); for (t1 = this.shadows, _i = 0; _i < 2; ++_i) { shadow = t1[_i]; - canvas.drawRRect$2(0, rrect.shift$1(shadow.offset), shadow.toPaint$0()); + canvas.drawRRect$2(rrect.shift$1(shadow.offset), shadow.toPaint$0()); } t1 = rrect.inflate$1(0.5); t2 = $.$get$useCanvasKit(); t3 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t3.set$color(0, B.Color_167772160); - canvas.drawRRect$2(0, t1, t3); + canvas.drawRRect$2(t1, t3); t1 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t1.set$color(0, this.color); - canvas.drawRRect$2(0, rrect, t1); + canvas.drawRRect$2(rrect, t1); } }; A._testPlatform_closure.prototype = { call$0() { return null; }, - $signature: 1180 + $signature: 2189 }; A._browserPlatform_closure.prototype = { call$0() { @@ -187040,7 +189299,7 @@ return B.TargetPlatform_3; return B.TargetPlatform_0; }, - $signature: 1183 + $signature: 2196 }; A._ErrorDiagnostic.prototype = { get$value(_) { @@ -187084,11 +189343,8 @@ longMessage = null; if (longMessage == null) longMessage = fullMessage; - } else if (!(typeof longMessage == "string")) { - t1 = type$.Error._is(longMessage) || type$.Exception._is(longMessage); - t2 = J.getInterceptor$(longMessage); - longMessage = t1 ? t2.toString$0(longMessage) : " " + A.S(t2.toString$0(longMessage)); - } + } else if (!(typeof longMessage == "string")) + longMessage = type$.Error._is(longMessage) || type$.Exception._is(longMessage) ? J.toString$0$(longMessage) : " " + A.S(longMessage); longMessage = J.trimRight$0$s(longMessage); return longMessage.length === 0 ? " " : longMessage; }, @@ -187177,13 +189433,13 @@ call$0() { return J.trimLeft$0$s(this.$this.exceptionAsString$0().split("\n")[0]); }, - $signature: 66 + $signature: 67 }; A.FlutterErrorDetails_summary_closure.prototype = { call$1(node) { return node.get$level(node) === B.DiagnosticLevel_6; }, - $signature: 1184 + $signature: 2212 }; A.FlutterErrorDetails_summary_closure0.prototype = { call$0() { @@ -187195,7 +189451,7 @@ call$1(frame) { return frame.packageScheme === "dart"; }, - $signature: 1188 + $signature: 2271 }; A.FlutterError.prototype = { get$message(_) { @@ -187215,7 +189471,7 @@ call$1(line) { return A.ErrorDescription$(line); }, - $signature: 1191 + $signature: 2280 }; A.FlutterError_defaultStackFilter_closure.prototype = { call$1(value) { @@ -187233,13 +189489,13 @@ call$1(node) { return B.JSString_methods.trimRight$0(this.renderer.render$1(0, node)); }, - $signature: 1192 + $signature: 2282 }; A.debugPrintStack_closure.prototype = { call$1(line) { return J.contains$1$asx(line, "StackTrace.current") || B.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || B.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 56 + $signature: 65 }; A.DiagnosticsStackTrace.prototype = { get$allowTruncate() { @@ -187262,12 +189518,13 @@ $.WidgetsBinding__instance = _this; t1 = type$.Element_2; t2 = A.HashSet_HashSet(t1); - t3 = A._setArrayType([], type$.JSArray_Element_2); + t3 = A._setArrayType([], type$.JSArray_Element); t4 = type$.int; t5 = A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.void_Function_FocusHighlightMode, t4); t6 = A.FocusScopeNode$(true, "Root Focus Scope", false); t6 = t6._manager = new A.FocusManager(new A.HashedObserverList(t5, type$.HashedObserverList_of_void_Function_FocusHighlightMode), t6, A.LinkedHashSet_LinkedHashSet$_empty(type$.FocusNode), A._setArrayType([], type$.JSArray__Autofocus), $.$get$ChangeNotifier__emptyListeners()); - t5 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager, "_keyEventManager"); + t5 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager_F; + t5 === $ && A.throwUnnamedLateFieldNI(); t5.keyMessageHandler = t6.get$_handleKeyMessage(); $.GestureBinding__instance.GestureBinding_pointerRouter._globalRoutes.$indexSet(0, t6.get$_focus_manager$_handlePointerEvent(), _null); t1 = new A.BuildOwner(new A._InactiveElements(t2), t3, t6, A.LinkedHashMap_LinkedHashMap$_empty(type$.GlobalKey_State_StatefulWidget, t1)); @@ -187277,7 +189534,7 @@ B.OptionalMethodChannel_qNA.setMethodCallHandler$1(_this.get$_handleNavigationInvocation()); t1 = new A.DefaultPlatformMenuDelegate(A.LinkedHashMap_LinkedHashMap$_empty(t4, type$.MenuItem), B.OptionalMethodChannel_AWk); B.OptionalMethodChannel_AWk.setMethodCallHandler$1(t1.get$_platform_menu_bar$_methodCallHandler()); - _this.WidgetsBinding___WidgetsBinding_platformMenuDelegate = t1; + _this.WidgetsBinding___WidgetsBinding_platformMenuDelegate_A = t1; _this.initServiceExtensions$0(); t1 = type$.String; A.postEvent("Flutter.FrameworkInitialization", A.LinkedHashMap_LinkedHashMap$_empty(t1, t1)); @@ -187348,7 +189605,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 760 + $signature: 656 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -187371,7 +189628,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 515 + $signature: 473 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -187397,7 +189654,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 760 + $signature: 656 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -187420,7 +189677,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 515 + $signature: 473 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -187482,7 +189739,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 279 + $signature: 261 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -187539,7 +189796,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 279 + $signature: 261 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -187592,7 +189849,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 279 + $signature: 261 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -187601,7 +189858,7 @@ $call$body$BindingBase_registerServiceExtension_closure(method, parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.ServiceExtensionResponse), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, result, exception, stack, exception0, t1, $async$exception0, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, result, exception, stack, exception0, t1, t2, $async$exception0, $async$temp1; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -187636,9 +189893,9 @@ t1 = A.ErrorDescription$('during a service extension callback for "' + A.S(method) + '"'); A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "Flutter framework", t1, null, null, false)); t1 = type$.String; - t1 = B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["exception", J.toString$0$(exception), "stack", J.toString$0$(stack), "method", method], t1, t1)); + t2 = B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["exception", J.toString$0$(exception), "stack", J.toString$0$(stack), "method", method], t1, t1)); A.ServiceExtensionResponse__validateErrorCode(-32000); - A.ArgumentError_checkNotNull(t1, "errorDetail"); + A.checkNotNullable(t2, "errorDetail", t1); $async$returnValue = new A.ServiceExtensionResponse(); // goto return $async$goto = 1; @@ -187669,13 +189926,13 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 541 + $signature: 758 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { return A.Future_Future$delayed(B.Duration_0, null, type$.void); }, - $signature: 97 + $signature: 103 }; A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; @@ -187734,7 +189991,7 @@ break; } }, - dispose$0(_) { + dispose$0() { this.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); this.ChangeNotifier__count = 0; }, @@ -187793,7 +190050,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: 148 + $signature: 122 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -187849,7 +190106,7 @@ A._PrefixedStringBuilder.prototype = { incrementPrefixOtherLines$2$updateCurrentLine(suffix, updateCurrentLine) { var _this = this, - t1 = _this._diagnostics$_currentLine._contents.length === 0 || updateCurrentLine, + t1 = _this._currentLine._contents.length === 0 || updateCurrentLine, t2 = _this._nextPrefixOtherLines; if (t1) { t1 = t2 == null ? _this._prefixOtherLines : t2; @@ -187866,8 +190123,8 @@ var _this = this, t1 = _this._numLines; if (t1 <= 1) - if (!(t1 === 1 && _this._diagnostics$_currentLine._contents.length !== 0)) { - t1 = _this._diagnostics$_currentLine._contents; + if (!(t1 === 1 && _this._currentLine._contents.length !== 0)) { + t1 = _this._currentLine._contents; t1 = t1.length + (_this._diagnostics$_buffer._contents.length === 0 ? _this.prefixLineOne : _this._prefixOtherLines).length > _this.wrapWidth; } else t1 = true; @@ -187878,7 +190135,7 @@ _finalizeLine$1(addTrailingLineBreak) { var lines, $length, i, _i, line, _this = this, firstLine = _this._diagnostics$_buffer._contents.length === 0, - t1 = _this._diagnostics$_currentLine, + t1 = _this._currentLine, t2 = t1._contents, text = t2.charCodeAt(0) == 0 ? t2 : t2; t1._contents = ""; @@ -187895,14 +190152,14 @@ ++i; _this._writeLine$3$firstLine$includeLineBreak(line, firstLine, !t2 || i < $length); } - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); }, write$2$allowWrap(_, s, allowWrap) { var lines, t1, t2, i, t3, line, wrapStart, wrapEnd, _this = this; if (s.length === 0) return; lines = s.split("\n"); - for (t1 = _this._diagnostics$_currentLine, t2 = _this._wrappableRanges, i = 0; i < lines.length; ++i) { + for (t1 = _this._currentLine, t2 = _this._wrappableRanges, i = 0; i < lines.length; ++i) { if (i > 0) { _this._finalizeLine$1(true); t3 = _this._nextPrefixOtherLines; @@ -187950,7 +190207,7 @@ var t1, t2, _this = this; if (lines.length === 0) return; - if (_this._diagnostics$_currentLine._contents.length !== 0) + if (_this._currentLine._contents.length !== 0) _this._finalizeLine$1(true); t1 = _this._diagnostics$_buffer; t2 = t1._contents += lines; @@ -187962,12 +190219,12 @@ writeStretched$2(text, targetLineLength) { var t1, t2, targetLength, _this = this; _this.write$1(0, text); - t1 = _this._diagnostics$_currentLine; + t1 = _this._currentLine; t2 = t1._contents; targetLength = targetLineLength - (t2.length + (_this._diagnostics$_buffer._contents.length === 0 ? _this.prefixLineOne : _this._prefixOtherLines).length); if (targetLength > 0) t1._contents += B.JSString_methods.$mul(text[text.length - 1], targetLength); - B.JSArray_methods.set$length(_this._wrappableRanges, 0); + B.JSArray_methods.clear$0(_this._wrappableRanges); } }; A._PrefixedStringBuilder__wordWrapLine_noWrap.prototype = { @@ -187983,7 +190240,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 184 + $signature: 196 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -188201,7 +190458,7 @@ builder.writeStretched$2(t2.mandatoryFooter, builder.wrapWidth); builder.write$1(0, t2.lineBreak); } - if (builder._diagnostics$_currentLine._contents.length !== 0) + if (builder._currentLine._contents.length !== 0) builder._finalizeLine$1(false); t1 = builder._diagnostics$_buffer._contents; return t1.charCodeAt(0) == 0 ? t1 : t1; @@ -188224,14 +190481,14 @@ ++t3.lines; } }, - $signature: 750 + $signature: 652 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 1220 + $signature: 2369 }; A.DiagnosticsNode.prototype = { get$level(_) { @@ -188285,9 +190542,6 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - get$name(receiver) { - return this.name; - }, get$showName() { return this.showName; }, @@ -188365,10 +190619,10 @@ return t1; }, getProperties$0(_) { - return B.List_empty1; + return B.List_empty0; }, getChildren$0() { - return B.List_empty1; + return B.List_empty0; }, get$allowWrap() { return this.allowWrap; @@ -188392,10 +190646,10 @@ return ""; }, getProperties$0(_) { - return B.List_empty1; + return B.List_empty0; }, getChildren$0() { - return B.List_empty1; + return B.List_empty0; }, toDescription$1$parentConfiguration(parentConfiguration) { return ""; @@ -188432,7 +190686,7 @@ return "#" + A.shortHash(this); }, debugDescribeChildren$0() { - return B.List_empty1; + return B.List_empty0; } }; A.DiagnosticableTreeMixin.prototype = { @@ -188456,7 +190710,7 @@ return this.toDiagnosticsNode$2$name$style(null, null); }, debugDescribeChildren$0() { - return B.List_empty1; + return B.List_empty0; } }; A.DiagnosticsBlock.prototype = { @@ -188464,7 +190718,7 @@ return this._diagnostics$_children; }, getProperties$0(_) { - return this._properties; + return this._diagnostics$_properties; }, toDescription$1$parentConfiguration(parentConfiguration) { return this._diagnostics$_description; @@ -188663,10 +190917,10 @@ t2 = B.JSArray_methods.join$1(t1, " "), t3 = this._box_0.currentParagraphIndentation; t3.toString; - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); return new A.LicenseParagraph(t2, t3); }, - $signature: 1224 + $signature: 2380 }; A.LicenseRegistry_licenses_closure.prototype = { call$0() { @@ -188705,7 +190959,7 @@ case 4: // after for $async$goto = 6; - return A._asyncAwait(J.close$0$x(t3._readLocal$0()), $async$call$0); + return A._asyncAwait(J.close$0$z(t3._readLocal$0()), $async$call$0); case 6: // returning from await. // implicit return @@ -188714,7 +190968,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 97 + $signature: 103 }; A.AbstractNode.prototype = { redepthChild$1(child) { @@ -188756,11 +191010,11 @@ A.ObserverList.prototype = { get$_observer_list$_set() { var result, _this = this, - value = _this.__ObserverList__set; + value = _this.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(_this.$ti._precomputed1); - A._lateInitializeOnceCheck(_this.__ObserverList__set, "_set"); - _this.__ObserverList__set = result; + _this.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__ObserverList__set_FI = result; value = result; } return value; @@ -188772,7 +191026,7 @@ }, clear$0(_) { this._isDirty = false; - B.JSArray_methods.set$length(this._observer_list$_list, 0); + B.JSArray_methods.clear$0(this._observer_list$_list); this.get$_observer_list$_set().clear$0(0); }, contains$1(_, element) { @@ -188795,6 +191049,14 @@ }, get$isNotEmpty(_) { return this._observer_list$_list.length !== 0; + }, + toList$1$growable(_, growable) { + var t1 = this._observer_list$_list, + t2 = A._arrayInstanceType(t1); + return growable ? A._setArrayType(t1.slice(0), t2) : J.JSArray_JSArray$markFixed(t1.slice(0), t2._precomputed1); + }, + toList$0($receiver) { + return this.toList$1$growable($receiver, true); } }; A.HashedObserverList.prototype = { @@ -188939,7 +191201,7 @@ call$1(line) { return line.length !== 0; }, - $signature: 56 + $signature: 65 }; A.SynchronousFuture.prototype = { asStream$0() { @@ -189020,7 +191282,7 @@ return A.S(member) + " (eager winner)"; return A.S(member); }, - $signature: 1249 + $signature: 2404 }; A.GestureArenaManager.prototype = { add$2(_, pointer, member) { @@ -189115,7 +191377,7 @@ call$0() { return new A._GestureArena(A._setArrayType([], type$.JSArray_GestureArenaMember)); }, - $signature: 1252 + $signature: 2405 }; A.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0() { @@ -189158,21 +191420,23 @@ this._handlePointerEventImmediately$1($event); }, _handlePointerEventImmediately$1($event) { - var hitTestResult, t2, _this = this, - t1 = type$.PointerDownEvent._is($event); - if (t1 || type$.PointerSignalEvent._is($event) || type$.PointerHoverEvent._is($event)) { + var hitTestResult, t2, t3, _this = this, + t1 = !type$.PointerDownEvent._is($event); + if (!t1 || type$.PointerSignalEvent._is($event) || type$.PointerHoverEvent._is($event) || type$.PointerPanZoomStartEvent._is($event)) { hitTestResult = A.HitTestResult$(); t2 = $event.get$position($event); - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.hitTest$2$position(hitTestResult, t2); + t3 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3._rootNode.hitTest$2$position(hitTestResult, t2); _this.super$GestureBinding$hitTest(hitTestResult, t2); - if (t1) + if (!t1 || type$.PointerPanZoomStartEvent._is($event)) _this.GestureBinding__hitTests.$indexSet(0, $event.get$pointer(), hitTestResult); t1 = hitTestResult; - } else if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event)) { + } else if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event) || type$.PointerPanZoomEndEvent._is($event)) { hitTestResult = _this.GestureBinding__hitTests.remove$1(0, $event.get$pointer()); t1 = hitTestResult; } else - t1 = $event.get$down() ? _this.GestureBinding__hitTests.$index(0, $event.get$pointer()) : null; + t1 = $event.get$down() || type$.PointerPanZoomUpdateEvent._is($event) ? _this.GestureBinding__hitTests.$index(0, $event.get$pointer()) : null; if (t1 != null || type$.PointerAddedEvent._is($event) || type$.PointerRemovedEvent._is($event)) _this.dispatchEvent$2(0, $event, t1); }, @@ -189209,9 +191473,9 @@ handleEvent$2($event, entry) { var _this = this; _this.GestureBinding_pointerRouter.route$1($event); - if (type$.PointerDownEvent._is($event)) + if (type$.PointerDownEvent._is($event) || type$.PointerPanZoomStartEvent._is($event)) _this.GestureBinding_gestureArena.close$1(0, $event.get$pointer()); - else if (type$.PointerUpEvent._is($event)) + else if (type$.PointerUpEvent._is($event) || type$.PointerPanZoomEndEvent._is($event)) _this.GestureBinding_gestureArena.sweep$1($event.get$pointer()); else if (type$.PointerSignalEvent._is($event)) _this.GestureBinding_pointerSignalResolver.resolve$1(0, $event); @@ -189222,11 +191486,11 @@ }, get$_resampler() { var _this = this, - value = _this.GestureBinding___GestureBinding__resampler; + value = _this.GestureBinding___GestureBinding__resampler_FI; if (value === $) { $.$get$Stopwatch__frequency(); - A._lateInitializeOnceCheck(value, "_resampler"); - value = _this.GestureBinding___GestureBinding__resampler = new A._Resampler(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.PointerEventResampler), B.Duration_0, new A.Stopwatch(), B.Duration_0, B.Duration_0, _this.get$_handlePointerEventImmediately(), _this.get$_handleSampleTimeChanged(), B.Duration_16667); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.GestureBinding___GestureBinding__resampler_FI = new A._Resampler(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.PointerEventResampler), B.Duration_0, new A.Stopwatch(), B.Duration_0, B.Duration_0, _this.get$_handlePointerEventImmediately(), _this.get$_handleSampleTimeChanged(), B.Duration_16667); } return value; }, @@ -189235,28 +191499,27 @@ A.GestureBinding_dispatchEvent_closure.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_2)], type$.JSArray_DiagnosticsNode); + 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: 148 + $signature: 122 }; 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_2), 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); + 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: 148 + $signature: 122 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { call$1(datum) { return datum.signalKind !== B.PointerSignalKind_2; }, - $signature: 1256 + $signature: 2409 }; A.PointerEventConverter_expand_closure0.prototype = { call$1(datum) { - var t3, t4, t5, t6, t7, t8, t9, t10, scrollDelta, - _s11_ = "Unreachable", + var t3, t4, t5, t6, t7, t8, t9, t10, pan, panDelta, scrollDelta, t1 = this.devicePixelRatio, position = new A.Offset(datum.physicalX, datum.physicalY).$div(0, t1), delta = new A.Offset(datum.physicalDeltaX, datum.physicalDeltaY).$div(0, t1), @@ -189334,19 +191597,29 @@ t2 = datum.pressureMin; t3 = datum.pressureMax; return A.PointerRemovedEvent$(t1, datum.distanceMax, 0, kind, false, position, t3, t2, radiusMax, radiusMin, timeStamp); + case 7: + t1 = datum.pointerIdentifier; + return A.PointerPanZoomStartEvent$(datum.device, 0, kind, t1, position, datum.synthesized, timeStamp); + case 8: + pan = new A.Offset(0, 0).$div(0, t1); + panDelta = new A.Offset(0, 0).$div(0, t1); + t1 = datum.pointerIdentifier; + return A.PointerPanZoomUpdateEvent$(datum.device, 0, kind, pan, panDelta, t1, position, 0, 0, datum.synthesized, timeStamp); + case 9: + t1 = datum.pointerIdentifier; + return A.PointerPanZoomEndEvent$(datum.device, 0, kind, t1, position, datum.synthesized, timeStamp); default: - throw A.wrapException(A.StateError$(_s11_)); + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } case 1: scrollDelta = new A.Offset(datum.scrollDeltaX, datum.scrollDeltaY).$div(0, t1); return A.PointerScrollEvent$(datum.device, 0, kind, position, scrollDelta, timeStamp); case 2: - throw A.wrapException(A.StateError$(_s11_)); default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.StateError$("Unreachable")); } }, - $signature: 1284 + $signature: 2416 }; A.Drag.prototype = { update$1(_, details) { @@ -189525,25 +191798,25 @@ }, get$localPosition() { var result, _this = this, - value = _this.___TransformedPointerEvent_localPosition; + value = _this.___TransformedPointerEvent_localPosition_FI; if (value === $) { result = A.PointerEvent_transformPosition(_this.get$transform(_this), _this.get$original().position); - A._lateInitializeOnceCheck(_this.___TransformedPointerEvent_localPosition, "localPosition"); - _this.___TransformedPointerEvent_localPosition = result; + _this.___TransformedPointerEvent_localPosition_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___TransformedPointerEvent_localPosition_FI = result; value = result; } return value; }, get$localDelta() { var t1, t2, t3, result, _this = this, - value = _this.___TransformedPointerEvent_localDelta; + value = _this.___TransformedPointerEvent_localDelta_FI; if (value === $) { t1 = _this.get$transform(_this); t2 = _this.get$original(); t3 = _this.get$original(); result = A.PointerEvent_transformDeltaViaPositions(t1, _this.get$localPosition(), t2.delta, t3.position); - A._lateInitializeOnceCheck(_this.___TransformedPointerEvent_localDelta, "localDelta"); - _this.___TransformedPointerEvent_localDelta = result; + _this.___TransformedPointerEvent_localDelta_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___TransformedPointerEvent_localDelta_FI = result; value = result; } return value; @@ -189737,6 +192010,119 @@ return this.transform; } }; + A._CopyPointerPanZoomStartEvent.prototype = {}; + A.PointerPanZoomStartEvent.prototype = { + transformed$1(transform) { + if (transform == null || transform.$eq(0, this.transform)) + return this; + return new A._TransformedPointerPanZoomStartEvent(this, transform); + } + }; + A._TransformedPointerPanZoomStartEvent.prototype = { + transformed$1(transform) { + return this.original.transformed$1(transform); + }, + $isPointerPanZoomStartEvent: 1, + get$original() { + return this.original; + }, + get$transform(receiver) { + return this.transform; + } + }; + A._CopyPointerPanZoomUpdateEvent.prototype = {}; + A.PointerPanZoomUpdateEvent.prototype = { + get$localPan() { + return this.pan; + }, + get$localPanDelta() { + return this.panDelta; + }, + transformed$1(transform) { + if (transform == null || transform.$eq(0, this.transform)) + return this; + return new A._TransformedPointerPanZoomUpdateEvent(this, transform); + }, + get$pan(receiver) { + return this.pan; + }, + get$panDelta() { + return this.panDelta; + }, + get$scale(receiver) { + return this.scale; + }, + get$rotation() { + return this.rotation; + } + }; + A._TransformedPointerPanZoomUpdateEvent.prototype = { + get$pan(_) { + return this.original.pan; + }, + get$localPan() { + var result, _this = this, + value = _this.___TransformedPointerPanZoomUpdateEvent_localPan_FI; + if (value === $) { + result = A.PointerEvent_transformPosition(_this.transform, _this.original.pan); + _this.___TransformedPointerPanZoomUpdateEvent_localPan_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___TransformedPointerPanZoomUpdateEvent_localPan_FI = result; + value = result; + } + return value; + }, + get$panDelta() { + return this.original.panDelta; + }, + get$localPanDelta() { + var t1, result, _this = this, + value = _this.___TransformedPointerPanZoomUpdateEvent_localPanDelta_FI; + if (value === $) { + t1 = _this.original; + result = A.PointerEvent_transformDeltaViaPositions(_this.transform, _this.get$localPan(), t1.panDelta, t1.pan); + _this.___TransformedPointerPanZoomUpdateEvent_localPanDelta_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___TransformedPointerPanZoomUpdateEvent_localPanDelta_FI = result; + value = result; + } + return value; + }, + get$scale(_) { + return this.original.scale; + }, + get$rotation() { + return this.original.rotation; + }, + transformed$1(transform) { + return this.original.transformed$1(transform); + }, + $isPointerPanZoomUpdateEvent: 1, + get$original() { + return this.original; + }, + get$transform(receiver) { + return this.transform; + } + }; + A._CopyPointerPanZoomEndEvent.prototype = {}; + A.PointerPanZoomEndEvent.prototype = { + transformed$1(transform) { + if (transform == null || transform.$eq(0, this.transform)) + return this; + return new A._TransformedPointerPanZoomEndEvent(this, transform); + } + }; + A._TransformedPointerPanZoomEndEvent.prototype = { + transformed$1(transform) { + return this.original.transformed$1(transform); + }, + $isPointerPanZoomEndEvent: 1, + get$original() { + return this.original; + }, + get$transform(receiver) { + return this.transform; + } + }; A._CopyPointerCancelEvent.prototype = {}; A.PointerCancelEvent.prototype = { transformed$1(transform) { @@ -189772,6 +192158,12 @@ A._PointerHoverEvent_PointerEvent__PointerEventDescription__CopyPointerHoverEvent.prototype = {}; A._PointerMoveEvent_PointerEvent__PointerEventDescription.prototype = {}; A._PointerMoveEvent_PointerEvent__PointerEventDescription__CopyPointerMoveEvent.prototype = {}; + A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription.prototype = {}; + A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomEndEvent.prototype = {}; + A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription.prototype = {}; + A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomStartEvent.prototype = {}; + A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription.prototype = {}; + A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomUpdateEvent.prototype = {}; A._PointerRemovedEvent_PointerEvent__PointerEventDescription.prototype = {}; A._PointerRemovedEvent_PointerEvent__PointerEventDescription__CopyPointerRemovedEvent.prototype = {}; A._PointerScrollEvent_PointerSignalEvent__PointerEventDescription.prototype = {}; @@ -189787,6 +192179,9 @@ A.__TransformedPointerExitEvent__TransformedPointerEvent__CopyPointerExitEvent.prototype = {}; A.__TransformedPointerHoverEvent__TransformedPointerEvent__CopyPointerHoverEvent.prototype = {}; A.__TransformedPointerMoveEvent__TransformedPointerEvent__CopyPointerMoveEvent.prototype = {}; + A.__TransformedPointerPanZoomEndEvent__TransformedPointerEvent__CopyPointerPanZoomEndEvent.prototype = {}; + A.__TransformedPointerPanZoomStartEvent__TransformedPointerEvent__CopyPointerPanZoomStartEvent.prototype = {}; + A.__TransformedPointerPanZoomUpdateEvent__TransformedPointerEvent__CopyPointerPanZoomUpdateEvent.prototype = {}; A.__TransformedPointerRemovedEvent__TransformedPointerEvent__CopyPointerRemovedEvent.prototype = {}; A.__TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent.prototype = {}; A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent.prototype = {}; @@ -189805,7 +192200,7 @@ _this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); if (_this._force_press$_state === B._ForceState_0) { _this._force_press$_state = B._ForceState_1; - _this.__ForcePressGestureRecognizer__lastPosition = new A.OffsetPair($event.get$localPosition(), $event.get$position($event)); + _this.__ForcePressGestureRecognizer__lastPosition_A = new A.OffsetPair($event.get$localPosition(), $event.get$position($event)); } } }, @@ -189813,8 +192208,8 @@ var pressure, _this = this; if (type$.PointerMoveEvent._is($event) || type$.PointerDownEvent._is($event)) { pressure = A.ForcePressGestureRecognizer__inverseLerp($event.get$pressureMin(), $event.get$pressureMax(), $event.get$pressure($event)); - _this.__ForcePressGestureRecognizer__lastPosition = new A.OffsetPair($event.get$localPosition(), $event.get$position($event)); - _this.__ForcePressGestureRecognizer__lastPressure = pressure; + _this.__ForcePressGestureRecognizer__lastPosition_A = new A.OffsetPair($event.get$localPosition(), $event.get$position($event)); + _this.__ForcePressGestureRecognizer__lastPressure_A = pressure; if (_this._force_press$_state === B._ForceState_1) if (pressure > 0.4) { _this._force_press$_state = B._ForceState_3; @@ -189857,41 +192252,35 @@ }; A.ForcePressGestureRecognizer_handleEvent_closure.prototype = { call$0() { - var t3, - _s13_ = "_lastPosition", - t1 = this.$this, + var t1 = this.$this, t2 = t1.onStart; t2.toString; - t3 = A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPosition, _s13_).global; - A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPosition, _s13_).toString; - return t2.call$1(new A.ForcePressDetails(t3)); + t1 = t1.__ForcePressGestureRecognizer__lastPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t2.call$1(new A.ForcePressDetails(t1.global)); }, $signature: 0 }; A.ForcePressGestureRecognizer_acceptGesture_closure.prototype = { call$0() { - var t3, - _s13_ = "_lastPosition", - t1 = this.$this, + var t1 = this.$this, t2 = t1.onStart; t2.toString; - A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPressure, "_lastPressure"); - t3 = A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPosition, _s13_).global; - A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPosition, _s13_).toString; - return t2.call$1(new A.ForcePressDetails(t3)); + t1.__ForcePressGestureRecognizer__lastPressure_A === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ForcePressGestureRecognizer__lastPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t2.call$1(new A.ForcePressDetails(t1.global)); }, $signature: 0 }; A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure.prototype = { call$0() { - var t3, - _s13_ = "_lastPosition", - t1 = this.$this, + var t1 = this.$this, t2 = t1.onEnd; t2.toString; - t3 = A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPosition, _s13_).global; - A._lateReadCheck(t1.__ForcePressGestureRecognizer__lastPosition, _s13_).toString; - return t2.call$1(new A.ForcePressDetails(t3)); + t1 = t1.__ForcePressGestureRecognizer__lastPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t2.call$1(new A.ForcePressDetails(t1.global)); }, $signature: 0 }; @@ -189977,7 +192366,7 @@ last = t1[_i].multiply$1(0, last); t2.push(last); } - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); }, add$1(_, entry) { this._globalizeTransforms$0(); @@ -190004,14 +192393,19 @@ var t1, _this = this; switch ($event.get$buttons($event)) { case 1: - t1 = _this.onLongPressStart == null && _this.onLongPress == null && _this.onLongPressMoveUpdate == null && _this.onLongPressEnd == null && true; - if (t1) + if (_this.onLongPressStart == null && _this.onLongPress == null && _this.onLongPressMoveUpdate == null && _this.onLongPressEnd == null && true) return false; break; case 2: - return false; + t1 = true; + if (t1) + return false; + break; case 4: - return false; + t1 = true; + if (t1) + return false; + break; default: return false; } @@ -190265,7 +192659,7 @@ v = t4 - yMean; sumSquaredTotal += t7 * v * v; } - result.__PolynomialFit_confidence = sumSquaredTotal <= 1e-10 ? 1 : 1 - sumSquaredError / sumSquaredTotal; + result.__PolynomialFit_confidence_A = sumSquaredTotal <= 1e-10 ? 1 : 1 - sumSquaredError / sumSquaredTotal; return result; } }; @@ -190290,50 +192684,79 @@ return false; return _this.super$GestureRecognizer$isPointerAllowed($event); }, - addAllowedPointer$1($event) { + _addPointer$1($event) { var t1, _this = this; - _this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); _this._monodrag$_velocityTrackers.$indexSet(0, $event.get$pointer(), _this.velocityTrackerBuilder.call$1($event)); t1 = _this._monodrag$_state; if (t1 === B._DragState_0) { _this._monodrag$_state = B._DragState_1; t1 = $event.get$position($event); - _this.__DragGestureRecognizer__initialPosition = new A.OffsetPair($event.get$localPosition(), t1); - _this._initialButtons = $event.get$buttons($event); - _this.__DragGestureRecognizer__pendingDragOffset = B.OffsetPair_G6F; - _this.__DragGestureRecognizer__globalDistanceMoved = 0; + _this.__DragGestureRecognizer__initialPosition_A = new A.OffsetPair($event.get$localPosition(), t1); + _this.__DragGestureRecognizer__pendingDragOffset_A = B.OffsetPair_G6F; + _this.__DragGestureRecognizer__globalDistanceMoved_A = 0; _this._lastPendingEventTimestamp = $event.get$timeStamp($event); _this._monodrag$_lastTransform = $event.get$transform($event); _this._monodrag$_checkDown$0(); } else if (t1 === B._DragState_2) _this.resolve$1(0, B.GestureDisposition_0); }, + addAllowedPointer$1($event) { + var _this = this; + _this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); + if (_this._monodrag$_state === B._DragState_0) + _this._initialButtons = $event.get$buttons($event); + _this._addPointer$1($event); + }, + addAllowedPointerPanZoom$1($event) { + var _this = this; + _this.super$GestureRecognizer$addAllowedPointerPanZoom($event); + _this.startTrackingPointer$2($event.get$pointer(), $event.get$transform($event)); + if (_this._monodrag$_state === B._DragState_0) + _this._initialButtons = 1; + _this._addPointer$1($event); + }, handleEvent$1($event) { - var t1, t2, t3, movedLocally, localToGlobalTransform, _this = this; + var t1, delta, localDelta, position, t2, localPosition, movedLocally, localToGlobalTransform, t3, _this = this; if (!$event.get$synthesized()) - t1 = type$.PointerDownEvent._is($event) || type$.PointerMoveEvent._is($event); + t1 = type$.PointerDownEvent._is($event) || type$.PointerMoveEvent._is($event) || type$.PointerPanZoomStartEvent._is($event) || type$.PointerPanZoomUpdateEvent._is($event); else t1 = false; if (t1) { t1 = _this._monodrag$_velocityTrackers.$index(0, $event.get$pointer()); t1.toString; - t1.addPosition$2($event.get$timeStamp($event), $event.get$localPosition()); + if (type$.PointerPanZoomStartEvent._is($event)) + t1.addPosition$2($event.get$timeStamp($event), B.Offset_0_0); + else if (type$.PointerPanZoomUpdateEvent._is($event)) + t1.addPosition$2($event.get$timeStamp($event), $event.get$pan($event)); + else + t1.addPosition$2($event.get$timeStamp($event), $event.get$localPosition()); } - if (type$.PointerMoveEvent._is($event)) { - if ($event.get$buttons($event) != _this._initialButtons) { - _this._giveUpPointer$1($event.get$pointer()); - return; + t1 = type$.PointerMoveEvent._is($event); + if (t1 && $event.get$buttons($event) != _this._initialButtons) { + _this._giveUpPointer$1($event.get$pointer()); + return; + } + if (t1 || type$.PointerPanZoomUpdateEvent._is($event)) { + delta = t1 ? $event.get$delta() : type$.PointerPanZoomUpdateEvent._as($event).get$panDelta(); + localDelta = t1 ? $event.get$localDelta() : type$.PointerPanZoomUpdateEvent._as($event).get$localPanDelta(); + if (t1) + position = $event.get$position($event); + else { + t2 = $event.get$position($event); + type$.PointerPanZoomUpdateEvent._as($event); + position = t2.$add(0, $event.get$pan($event)); } + localPosition = t1 ? $event.get$localPosition() : $event.get$localPosition().$add(0, type$.PointerPanZoomUpdateEvent._as($event).get$localPan()); if (_this._monodrag$_state === B._DragState_2) { t1 = $event.get$timeStamp($event); - t2 = _this._getDeltaForDetails$1($event.get$localDelta()); - t3 = _this._getPrimaryValueFromOffset$1($event.get$localDelta()); - _this._checkUpdate$5$delta$globalPosition$localPosition$primaryDelta$sourceTimeStamp(t2, $event.get$position($event), $event.get$localPosition(), t3, t1); + _this._checkUpdate$5$delta$globalPosition$localPosition$primaryDelta$sourceTimeStamp(_this._getDeltaForDetails$1(localDelta), position, localPosition, _this._getPrimaryValueFromOffset$1(localDelta), t1); } else { - _this.__DragGestureRecognizer__pendingDragOffset = A._lateReadCheck(_this.__DragGestureRecognizer__pendingDragOffset, "_pendingDragOffset").$add(0, new A.OffsetPair($event.get$localDelta(), $event.get$delta())); + t1 = _this.__DragGestureRecognizer__pendingDragOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__DragGestureRecognizer__pendingDragOffset_A = t1.$add(0, new A.OffsetPair(localDelta, delta)); _this._lastPendingEventTimestamp = $event.get$timeStamp($event); _this._monodrag$_lastTransform = $event.get$transform($event); - movedLocally = _this._getDeltaForDetails$1($event.get$localDelta()); + movedLocally = _this._getDeltaForDetails$1(localDelta); if ($event.get$transform($event) == null) localToGlobalTransform = null; else { @@ -190341,32 +192764,35 @@ t1.toString; localToGlobalTransform = A.Matrix4_tryInvert(t1); } - t1 = A._lateReadCheck(_this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved"); - t2 = A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, movedLocally, $event.get$localPosition()).get$distance(); + t1 = _this.__DragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, movedLocally, localPosition).get$distance(); t3 = _this._getPrimaryValueFromOffset$1(movedLocally); - _this.__DragGestureRecognizer__globalDistanceMoved = t1 + t2 * J.get$sign$in(t3 == null ? 1 : t3); + _this.__DragGestureRecognizer__globalDistanceMoved_A = t1 + t2 * J.get$sign$in(t3 == null ? 1 : t3); t1 = $event.get$kind($event); t2 = _this.gestureSettings; if (_this._hasSufficientGlobalDistanceToAccept$2(t1, t2 == null ? null : t2.touchSlop)) _this.resolve$1(0, B.GestureDisposition_0); } } - if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event)) + if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event) || type$.PointerPanZoomEndEvent._is($event)) _this._giveUpPointer$1($event.get$pointer()); }, acceptGesture$1(pointer) { - var t1, t2, transform, localUpdateDelta, localToGlobal, globalUpdateDelta, correctedPosition, _this = this, - _s16_ = "_initialPosition"; + var t1, t2, transform, t3, localUpdateDelta, localToGlobal, globalUpdateDelta, correctedPosition, _this = this; _this._acceptedActivePointers.add$1(0, pointer); if (_this._monodrag$_state !== B._DragState_2) { _this._monodrag$_state = B._DragState_2; - t1 = A._lateReadCheck(_this.__DragGestureRecognizer__pendingDragOffset, "_pendingDragOffset"); + t1 = _this.__DragGestureRecognizer__pendingDragOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._lastPendingEventTimestamp; t2.toString; transform = _this._monodrag$_lastTransform; switch (_this.dragStartBehavior.index) { case 1: - _this.__DragGestureRecognizer__initialPosition = A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).$add(0, t1); + t3 = _this.__DragGestureRecognizer__initialPosition_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.__DragGestureRecognizer__initialPosition_A = t3.$add(0, t1); localUpdateDelta = B.Offset_0_0; break; case 0: @@ -190375,13 +192801,15 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - _this.__DragGestureRecognizer__pendingDragOffset = B.OffsetPair_G6F; + _this.__DragGestureRecognizer__pendingDragOffset_A = B.OffsetPair_G6F; _this._monodrag$_lastTransform = _this._lastPendingEventTimestamp = null; _this._checkStart$2(t2, pointer); if (!J.$eq$(localUpdateDelta, B.Offset_0_0) && _this.onUpdate != null) { localToGlobal = transform != null ? A.Matrix4_tryInvert(transform) : null; - globalUpdateDelta = A.PointerEvent_transformDeltaViaPositions(localToGlobal, null, localUpdateDelta, A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).local.$add(0, localUpdateDelta)); - correctedPosition = A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).$add(0, new A.OffsetPair(localUpdateDelta, globalUpdateDelta)); + t1 = _this.__DragGestureRecognizer__initialPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + globalUpdateDelta = A.PointerEvent_transformDeltaViaPositions(localToGlobal, null, localUpdateDelta, t1.local.$add(0, localUpdateDelta)); + correctedPosition = _this.__DragGestureRecognizer__initialPosition_A.$add(0, new A.OffsetPair(localUpdateDelta, globalUpdateDelta)); _this._checkUpdate$5$delta$globalPosition$localPosition$primaryDelta$sourceTimeStamp(localUpdateDelta, correctedPosition.global, correctedPosition.local, _this._getPrimaryValueFromOffset$1(localUpdateDelta), t2); } _this.resolve$1(0, B.GestureDisposition_0); @@ -190424,23 +192852,23 @@ } }, _monodrag$_checkDown$0() { - var t1, _this = this, - _s16_ = "_initialPosition"; + var t1, _this = this; if (_this.onDown != null) { - t1 = A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).global; - A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).toString; - _this.invokeCallback$2("onDown", new A.DragGestureRecognizer__checkDown_closure(_this, new A.DragDownDetails(t1))); + t1 = _this.__DragGestureRecognizer__initialPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.invokeCallback$2("onDown", new A.DragGestureRecognizer__checkDown_closure(_this, new A.DragDownDetails(t1.global))); } }, _checkStart$2(timestamp, pointer) { - var t1, t2, t3, _this = this, - _s16_ = "_initialPosition"; + var t1, t2, t3, _this = this; if (_this.onStart != null) { - t1 = A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).global; - t2 = A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).local; + t1 = _this.__DragGestureRecognizer__initialPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.global; + t1 = t1.local; t3 = _this._pointerToKind.$index(0, pointer); t3.toString; - _this.invokeCallback$2("onStart", new A.DragGestureRecognizer__checkStart_closure(_this, new A.DragStartDetails(timestamp, t1, t2 == null ? t1 : t2, t3))); + _this.invokeCallback$2("onStart", new A.DragGestureRecognizer__checkStart_closure(_this, new A.DragStartDetails(timestamp, t2, t1 == null ? t2 : t1, t3))); } }, _checkUpdate$5$delta$globalPosition$localPosition$primaryDelta$sourceTimeStamp(delta, globalPosition, localPosition, primaryDelta, sourceTimeStamp) { @@ -190472,9 +192900,9 @@ } _this.invokeCallback$3$debugReport("onEnd", new A.DragGestureRecognizer__checkEnd_closure1(t1, _this), debugReport); }, - dispose$0(_) { + dispose$0() { this._monodrag$_velocityTrackers.clear$0(0); - this.super$OneSequenceGestureRecognizer$dispose(0); + this.super$OneSequenceGestureRecognizer$dispose(); } }; A.DragGestureRecognizer__checkDown_closure.prototype = { @@ -190499,7 +192927,7 @@ call$0() { return this.estimate.toString$0(0) + "; fling at " + this.velocity.toString$0(0) + "."; }, - $signature: 66 + $signature: 67 }; A.DragGestureRecognizer__checkEnd_closure0.prototype = { call$0() { @@ -190508,7 +192936,7 @@ return "Could not estimate velocity."; return t1.toString$0(0) + "; judged to not be a fling."; }, - $signature: 66 + $signature: 67 }; A.DragGestureRecognizer__checkEnd_closure1.prototype = { call$0() { @@ -190528,7 +192956,9 @@ return Math.abs(estimate.pixelsPerSecond._dy) > minVelocity && Math.abs(estimate.offset._dy) > minDistance; }, _hasSufficientGlobalDistanceToAccept$2(pointerDeviceKind, deviceTouchSlop) { - return Math.abs(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computeHitSlop(pointerDeviceKind, this.gestureSettings); + var t1 = this.__DragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return Math.abs(t1) > A.computeHitSlop(pointerDeviceKind, this.gestureSettings); }, _getDeltaForDetails$1(delta) { return new A.Offset(0, delta._dy); @@ -190549,7 +192979,9 @@ return Math.abs(estimate.pixelsPerSecond._dx) > minVelocity && Math.abs(estimate.offset._dx) > minDistance; }, _hasSufficientGlobalDistanceToAccept$2(pointerDeviceKind, deviceTouchSlop) { - return Math.abs(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computeHitSlop(pointerDeviceKind, this.gestureSettings); + var t1 = this.__DragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return Math.abs(t1) > A.computeHitSlop(pointerDeviceKind, this.gestureSettings); }, _getDeltaForDetails$1(delta) { return new A.Offset(delta._dx, 0); @@ -190570,7 +193002,9 @@ return estimate.pixelsPerSecond.get$distanceSquared() > minVelocity * minVelocity && estimate.offset.get$distanceSquared() > minDistance * minDistance; }, _hasSufficientGlobalDistanceToAccept$2(pointerDeviceKind, deviceTouchSlop) { - return Math.abs(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computePanSlop(pointerDeviceKind, this.gestureSettings); + var t1 = this.__DragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return Math.abs(t1) > A.computePanSlop(pointerDeviceKind, this.gestureSettings); }, _getDeltaForDetails$1(delta) { return delta; @@ -190580,7 +193014,7 @@ } }; A.MultiDragPointerState.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this._arenaEntry; if (t1 != null) t1._arena._resolve$3(t1._arena$_pointer, t1._member, B.GestureDisposition_1); @@ -190671,35 +193105,32 @@ } }, _removeState$1(pointer) { - var t1; if (this._multidrag$_pointers == null) return; $.GestureBinding__instance.GestureBinding_pointerRouter.removeRoute$2(pointer, this.get$_multidrag$_handleEvent()); - t1 = this._multidrag$_pointers.remove$1(0, pointer); - t1.toString; - J.dispose$0$x(t1); + this._multidrag$_pointers.remove$1(0, pointer).dispose$0(); }, - dispose$0(_) { + dispose$0() { var t2, _this = this, t1 = _this._multidrag$_pointers; t1.toString; t2 = A._instanceType(t1)._eval$1("LinkedHashMapKeyIterable<1>"); B.JSArray_methods.forEach$1(A.List_List$of(new A.LinkedHashMapKeyIterable(t1, t2), true, t2._eval$1("Iterable.E")), _this.get$_removeState()); _this._multidrag$_pointers = null; - _this.super$GestureRecognizer$dispose(0); + _this.super$GestureRecognizer$dispose(); } }; A.MultiDragGestureRecognizer_acceptGesture_closure.prototype = { call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 738 + $signature: 651 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 1288 + $signature: 2418 }; A._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0() { @@ -190755,9 +193186,9 @@ _this._ensureTimerStopped$0(); } }, - dispose$0(_) { + dispose$0() { this._ensureTimerStopped$0(); - this.super$MultiDragPointerState$dispose(0); + this.super$MultiDragPointerState$dispose(); } }; A.DelayedMultiDragGestureRecognizer.prototype = { @@ -190787,12 +193218,10 @@ }; A.DoubleTapGestureRecognizer.prototype = { isPointerAllowed$1($event) { - var t1; if (this._firstTap == null) switch ($event.get$buttons($event)) { case 1: - t1 = this.onDoubleTap == null && true; - if (t1) + if (this.onDoubleTap == null && true) return false; break; default: @@ -190898,9 +193327,9 @@ _this._multitap$_reset$0(); } }, - dispose$0(_) { + dispose$0() { this._multitap$_reset$0(); - this.super$GestureRecognizer$dispose(0); + this.super$GestureRecognizer$dispose(); }, _multitap$_reset$0() { var t1, _this = this; @@ -190978,14 +193407,14 @@ call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 1292 + $signature: 2420 }; A.PointerRouter__dispatchEventToRoutes_closure.prototype = { call$2(route, transform) { if (J.containsKey$1$x(this.referenceRoutes, route)) this.$this._dispatch$3(this.event, route, transform); }, - $signature: 1293 + $signature: 2426 }; A.PointerSignalResolver.prototype = { register$2(_, $event, callback) { @@ -191018,6 +193447,8 @@ } }; A.GestureRecognizer.prototype = { + addAllowedPointerPanZoom$1($event) { + }, addPointer$1($event) { var _this = this; _this._pointerToKind.$indexSet(0, $event.get$pointer(), $event.get$kind($event)); @@ -191034,7 +193465,11 @@ var t1 = this._supportedDevices; return t1 == null || t1.contains$1(0, $event.get$kind($event)); }, - dispose$0(_) { + isPointerPanZoomAllowed$1($event) { + var t1 = this._supportedDevices; + return t1 == null || t1.contains$1(0, $event.get$kind($event)); + }, + dispose$0() { }, invokeCallback$1$3$debugReport($name, callback, debugReport) { var exception, stack, exception0, t1, result = null; @@ -191075,7 +193510,7 @@ for (t1 = localEntries.length, _i = 0; _i < t1; ++_i) J.resolve$1$z(localEntries[_i], disposition); }, - dispose$0(_) { + dispose$0() { var t1, t2, t3, t4, t5, t6, t7, _this = this; _this.resolve$1(0, B.GestureDisposition_1); for (t1 = _this._trackedPointers, t2 = new A._HashSetIterator(t1, t1._computeElements$0(), A._instanceType(t1)._eval$1("_HashSetIterator<1>")); t2.moveNext$0();) { @@ -191091,7 +193526,7 @@ t4.remove$1(0, t3); } t1.clear$0(0); - _this.super$GestureRecognizer$dispose(0); + _this.super$GestureRecognizer$dispose(); }, _addPointerToArena$1(pointer) { var t1 = this._team; @@ -191115,7 +193550,7 @@ } }, stopTrackingIfPointerNoLongerDown$1($event) { - if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event)) + if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event) || type$.PointerPanZoomEndEvent._is($event)) this.stopTrackingPointer$1($event.get$pointer()); } }; @@ -191187,9 +193622,9 @@ _this._initialPosition = null; _this._gestureAccepted = false; }, - dispose$0(_) { + dispose$0() { this._stopTimer$0(); - this.super$OneSequenceGestureRecognizer$dispose(0); + this.super$OneSequenceGestureRecognizer$dispose(); }, _stopTimer$0() { var t1 = this._recognizer$_timer; @@ -191226,6 +193661,11 @@ return "_ScaleState." + this._core$_name; } }; + A._PointerPanZoomData.prototype = { + toString$0(_) { + return "_PointerPanZoomData(focalPoint: " + this.focalPoint.toString$0(0) + ", scale: " + this.scale + ", angle: " + this.rotation + ")"; + } + }; A.ScaleStartDetails.prototype = { toString$0(_) { return "ScaleStartDetails(focalPoint: " + A.S(this.focalPoint) + ", localFocalPoint: " + A.S(this.localFocalPoint) + ", pointersCount: " + this.pointerCount + ")"; @@ -191233,9 +193673,8 @@ }; A.ScaleUpdateDetails.prototype = { toString$0(_) { - var _this = this, - t1 = _this.localFocalPoint; - return "ScaleUpdateDetails(focalPoint: " + A.S(_this.focalPoint) + ", localFocalPoint: " + A.S(t1) + ", scale: " + A.S(_this.scale) + ", horizontalScale: " + A.S(_this.horizontalScale) + ", verticalScale: " + A.S(_this.verticalScale) + ", rotation: " + A.S(_this.rotation) + ", pointerCount: " + _this.pointerCount + ", focalPointDelta: " + A.S(t1) + ")"; + var _this = this; + return "ScaleUpdateDetails(focalPoint: " + A.S(_this.focalPoint) + ", localFocalPoint: " + A.S(_this.localFocalPoint) + ", scale: " + A.S(_this.scale) + ", horizontalScale: " + A.S(_this.horizontalScale) + ", verticalScale: " + A.S(_this.verticalScale) + ", rotation: " + A.S(_this.rotation) + ", pointerCount: " + _this.pointerCount + ", focalPointDelta: " + _this.focalPointDelta.toString$0(0) + ")"; } }; A.ScaleEndDetails.prototype = { @@ -191245,26 +193684,77 @@ }; A._LineBetweenPointers.prototype = {}; A.ScaleGestureRecognizer.prototype = { + get$_pointerScaleFactor() { + var t2, + t1 = this.__ScaleGestureRecognizer__initialSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 > 0) { + t2 = this.__ScaleGestureRecognizer__currentSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t2 / t1; + } else + t1 = 1; + return t1; + }, + get$_scaleFactor() { + var t1, t2, + scale = this.get$_pointerScaleFactor(); + for (t1 = this._pointerPanZooms, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")); t2.moveNext$0();) + scale *= t2.__internal$_current.scale / this._initialPanZoomScaleFactor; + return scale; + }, + get$_horizontalScaleFactor() { + var t2, scale, _this = this, + t1 = _this.__ScaleGestureRecognizer__initialHorizontalSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 > 0) { + t2 = _this.__ScaleGestureRecognizer__currentHorizontalSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + scale = t2 / t1; + } else + scale = 1; + for (t1 = _this._pointerPanZooms, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")); t2.moveNext$0();) + scale *= t2.__internal$_current.scale / _this._initialPanZoomScaleFactor; + return scale; + }, + get$_verticalScaleFactor() { + var t2, scale, _this = this, + t1 = _this.__ScaleGestureRecognizer__initialVerticalSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 > 0) { + t2 = _this.__ScaleGestureRecognizer__currentVerticalSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + scale = t2 / t1; + } else + scale = 1; + for (t1 = _this._pointerPanZooms, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")); t2.moveNext$0();) + scale *= t2.__internal$_current.scale / _this._initialPanZoomScaleFactor; + return scale; + }, _computeRotationFactor$0() { - var t2, fx, fy, sx, sy, nfx, nfy, nsx, nsy, angle1, - t1 = this._initialLine; - if (t1 == null || this._currentLine == null) - return 0; - t2 = t1.pointerStartLocation; - fx = t2._dx; - fy = t2._dy; - t1 = t1.pointerEndLocation; - sx = t1._dx; - sy = t1._dy; - t1 = this._currentLine; - t2 = t1.pointerStartLocation; - nfx = t2._dx; - nfy = t2._dy; - t1 = t1.pointerEndLocation; - nsx = t1._dx; - nsy = t1._dy; - angle1 = Math.atan2(fy - sy, fx - sx); - return Math.atan2(nfy - nsy, nfx - nsx) - angle1; + var t2, fx, fy, sx, sy, nfx, nfy, nsx, nsy, angle1, factor, _this = this, + t1 = _this._initialLine; + if (t1 != null && _this._scale$_currentLine != null) { + t2 = t1.pointerStartLocation; + fx = t2._dx; + fy = t2._dy; + t1 = t1.pointerEndLocation; + sx = t1._dx; + sy = t1._dy; + t1 = _this._scale$_currentLine; + t2 = t1.pointerStartLocation; + nfx = t2._dx; + nfy = t2._dy; + t1 = t1.pointerEndLocation; + nsx = t1._dx; + nsy = t1._dy; + angle1 = Math.atan2(fy - sy, fx - sx); + factor = Math.atan2(nfy - nsy, nfx - nsx) - angle1; + } else + factor = 0; + for (t1 = _this._pointerPanZooms, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")); t2.moveNext$0();) + factor += t2.__internal$_current.rotation; + return factor - _this._initialPanZoomRotationFactor; }, addAllowedPointer$1($event) { var _this = this; @@ -191272,73 +193762,95 @@ _this._velocityTrackers.$indexSet(0, $event.get$pointer(), new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime))); if (_this._scale$_state === B._ScaleState_0) { _this._scale$_state = B._ScaleState_1; - _this.__ScaleGestureRecognizer__currentVerticalSpan = _this.__ScaleGestureRecognizer__initialVerticalSpan = _this.__ScaleGestureRecognizer__currentHorizontalSpan = _this.__ScaleGestureRecognizer__initialHorizontalSpan = _this.__ScaleGestureRecognizer__currentSpan = _this.__ScaleGestureRecognizer__initialSpan = 0; - _this.__ScaleGestureRecognizer__pointerLocations = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.Offset); - _this.__ScaleGestureRecognizer__pointerQueue = A._setArrayType([], type$.JSArray_int); + _this.__ScaleGestureRecognizer__currentVerticalSpan_A = _this.__ScaleGestureRecognizer__initialVerticalSpan_A = _this.__ScaleGestureRecognizer__currentHorizontalSpan_A = _this.__ScaleGestureRecognizer__initialHorizontalSpan_A = _this.__ScaleGestureRecognizer__currentSpan_A = _this.__ScaleGestureRecognizer__initialSpan_A = 0; + } + }, + isPointerPanZoomAllowed$1($event) { + return true; + }, + addAllowedPointerPanZoom$1($event) { + var _this = this; + _this.super$GestureRecognizer$addAllowedPointerPanZoom($event); + _this.startTrackingPointer$2($event.get$pointer(), $event.get$transform($event)); + _this._velocityTrackers.$indexSet(0, $event.get$pointer(), new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime))); + if (_this._scale$_state === B._ScaleState_0) { + _this._scale$_state = B._ScaleState_1; + _this._initialPanZoomScaleFactor = 1; + _this._initialPanZoomRotationFactor = 0; } }, handleEvent$1($event) { - var t1, didChangeConfiguration, shouldStartIfAccepted, t2, t3, t4, _this = this, - _s17_ = "_pointerLocations", - _s13_ = "_pointerQueue"; + var t1, didChangeConfiguration, shouldStartIfAccepted, t2, t3, t4, _this = this; if (type$.PointerMoveEvent._is($event)) { t1 = _this._velocityTrackers.$index(0, $event.get$pointer()); t1.toString; if (!$event.get$synthesized()) t1.addPosition$2($event.get$timeStamp($event), $event.get$position($event)); - J.$indexSet$ax(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), $event.get$pointer(), $event.get$position($event)); + _this._pointerLocations.$indexSet(0, $event.get$pointer(), $event.get$position($event)); _this._lastTransform = $event.get$transform($event); didChangeConfiguration = false; shouldStartIfAccepted = true; } else if (type$.PointerDownEvent._is($event)) { - J.$indexSet$ax(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), $event.get$pointer(), $event.get$position($event)); - J.add$1$ax(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), $event.get$pointer()); + _this._pointerLocations.$indexSet(0, $event.get$pointer(), $event.get$position($event)); + _this._pointerQueue.push($event.get$pointer()); _this._lastTransform = $event.get$transform($event); didChangeConfiguration = true; shouldStartIfAccepted = true; + } else if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event)) { + _this._pointerLocations.remove$1(0, $event.get$pointer()); + B.JSArray_methods.remove$1(_this._pointerQueue, $event.get$pointer()); + _this._lastTransform = $event.get$transform($event); + didChangeConfiguration = true; + shouldStartIfAccepted = false; + } else if (type$.PointerPanZoomStartEvent._is($event)) { + _this._pointerPanZooms.$indexSet(0, $event.get$pointer(), new A._PointerPanZoomData($event.get$position($event), 1, 0)); + didChangeConfiguration = true; + shouldStartIfAccepted = true; + } else if (type$.PointerPanZoomUpdateEvent._is($event)) { + if (!$event.get$synthesized()) { + t1 = _this._velocityTrackers.$index(0, $event.get$pointer()); + t1.toString; + t1.addPosition$2($event.get$timeStamp($event), $event.get$pan($event)); + } + _this._pointerPanZooms.$indexSet(0, $event.get$pointer(), new A._PointerPanZoomData($event.get$position($event).$add(0, $event.get$pan($event)), $event.get$scale($event), $event.get$rotation())); + _this._lastTransform = $event.get$transform($event); + didChangeConfiguration = false; + shouldStartIfAccepted = true; } else { - if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event)) { - J.remove$1$ax(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), $event.get$pointer()); - J.remove$1$ax(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), $event.get$pointer()); - _this._lastTransform = $event.get$transform($event); + if (type$.PointerPanZoomEndEvent._is($event)) { + _this._pointerPanZooms.remove$1(0, $event.get$pointer()); didChangeConfiguration = true; } else didChangeConfiguration = false; shouldStartIfAccepted = false; } - if (A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_)._length < 2) - _this._initialLine = _this._currentLine; + t1 = _this._pointerLocations; + if (t1._length < 2) + _this._initialLine = _this._scale$_currentLine; else { - t1 = _this._initialLine; - if (t1 != null) { - t1 = t1.pointerStartId; - t2 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 0); - if (t1 == null ? t2 == null : t1 === t2) { - t1 = _this._initialLine.pointerEndId; - t2 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 1); - t2 = t1 == null ? t2 == null : t1 === t2; - t1 = t2; - } else - t1 = false; + t2 = _this._initialLine; + if (t2 != null) { + t3 = _this._pointerQueue; + t2 = t2.pointerStartId == t3[0] && t2.pointerEndId == t3[1]; } else - t1 = false; - t2 = _this.__ScaleGestureRecognizer__pointerQueue; - if (t1) { - t1 = J.$index$asx(A._lateReadCheck(t2, _s13_), 0); - t2 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 0)); - t2.toString; - t3 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 1); - t4 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 1)); + t2 = false; + t3 = _this._pointerQueue; + if (t2) { + t2 = t3[0]; + t4 = t1.$index(0, t2); t4.toString; - _this._currentLine = new A._LineBetweenPointers(t2, t1, t4, t3); + t3 = t3[1]; + t1 = t1.$index(0, t3); + t1.toString; + _this._scale$_currentLine = new A._LineBetweenPointers(t4, t2, t1, t3); } else { - t1 = J.$index$asx(A._lateReadCheck(t2, _s13_), 0); - t2 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 0)); - t2.toString; - t3 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 1); - t4 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerQueue, _s13_), 1)); + t2 = t3[0]; + t4 = t1.$index(0, t2); t4.toString; - _this._currentLine = _this._initialLine = new A._LineBetweenPointers(t2, t1, t4, t3); + t3 = t3[1]; + t1 = t1.$index(0, t3); + t1.toString; + _this._scale$_currentLine = _this._initialLine = new A._LineBetweenPointers(t4, t2, t1, t3); } } _this._update$0(0); @@ -191347,57 +193859,75 @@ _this.stopTrackingIfPointerNoLongerDown$1($event); }, _update$0(_) { - var t1, focalPoint, t2, t3, t4, totalDeviation, totalHorizontalDeviation, totalVerticalDeviation, t5, t6, _this = this, - _s17_ = "_pointerLocations", - _s16_ = "_localFocalPoint", - count = A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_)._length, + var t1, t2, t3, focalPoint, t4, t5, count, pointerFocalPoint, totalDeviation, totalHorizontalDeviation, totalVerticalDeviation, t6, t7, t8, _this = this, previousFocalPoint = _this._currentFocalPoint; - for (t1 = A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A.instanceType(t1)._precomputed1), focalPoint = B.Offset_0_0; t1.moveNext$0();) { - t2 = t1.__js_helper$_current; - t2 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), t2); - t2.toString; - focalPoint = new A.Offset(focalPoint._dx + t2._dx, focalPoint._dy + t2._dy); + for (t1 = _this._pointerLocations, t2 = A._instanceType(t1)._precomputed1, t3 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, t2), focalPoint = B.Offset_0_0; t3.moveNext$0();) { + t4 = t1.$index(0, t3.__js_helper$_current); + focalPoint = new A.Offset(focalPoint._dx + t4._dx, focalPoint._dy + t4._dy); } - t1 = count > 0; - t2 = t1 ? focalPoint.$div(0, count) : B.Offset_0_0; - _this._currentFocalPoint = t2; + for (t3 = _this._pointerPanZooms, t4 = t3.get$values(t3), t5 = A._instanceType(t4), t5 = new A.MappedIterator(J.get$iterator$ax(t4.__internal$_iterable), t4._f, t5._eval$1("@<1>")._bind$1(t5._rest[1])._eval$1("MappedIterator<1,2>")); t5.moveNext$0();) { + t4 = t5.__internal$_current.focalPoint; + focalPoint = new A.Offset(focalPoint._dx + t4._dx, focalPoint._dy + t4._dy); + } + t3 = t3._length + _this._pointerQueue.length; + t3 = t3 > 0 ? focalPoint.$div(0, t3) : B.Offset_0_0; + _this._currentFocalPoint = t3; + t4 = _this._lastTransform; if (previousFocalPoint == null) { - _this.__ScaleGestureRecognizer__localFocalPoint = A.PointerEvent_transformPosition(_this._lastTransform, t2); - _this.__ScaleGestureRecognizer__delta = B.Offset_0_0; + _this.__ScaleGestureRecognizer__localFocalPoint_A = A.PointerEvent_transformPosition(t4, t3); + _this.__ScaleGestureRecognizer__delta_A = B.Offset_0_0; } else { - t2 = A._lateReadCheck(_this.__ScaleGestureRecognizer__localFocalPoint, _s16_); - t3 = _this._lastTransform; - t4 = _this._currentFocalPoint; - t4.toString; - t4 = A.PointerEvent_transformPosition(t3, t4); - _this.__ScaleGestureRecognizer__localFocalPoint = t4; - _this.__ScaleGestureRecognizer__delta = A._lateReadCheck(t4, _s16_).$sub(0, t2); + t5 = _this.__ScaleGestureRecognizer__localFocalPoint_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.PointerEvent_transformPosition(t4, t3); + _this.__ScaleGestureRecognizer__localFocalPoint_A = t3; + _this.__ScaleGestureRecognizer__delta_A = t3.$sub(0, t5); } - for (t2 = A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), t2 = A.LinkedHashMapKeyIterator$(t2, t2._modifications, A.instanceType(t2)._precomputed1), totalDeviation = 0, totalHorizontalDeviation = 0, totalVerticalDeviation = 0; t2.moveNext$0();) { - t3 = t2.__js_helper$_current; - t4 = _this._currentFocalPoint; - t4.toString; - t5 = J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), t3); - t5.toString; - t6 = t4._dx - t5._dx; - t5 = t4._dy - t5._dy; - totalDeviation += Math.sqrt(t6 * t6 + t5 * t5); - totalHorizontalDeviation += Math.abs(_this._currentFocalPoint._dx - J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), t3)._dx); - totalVerticalDeviation += Math.abs(_this._currentFocalPoint._dy - J.$index$asx(A._lateReadCheck(_this.__ScaleGestureRecognizer__pointerLocations, _s17_), t3)._dy); + count = t1._length; + for (t3 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, t2), pointerFocalPoint = B.Offset_0_0; t3.moveNext$0();) { + t4 = t1.$index(0, t3.__js_helper$_current); + pointerFocalPoint = new A.Offset(pointerFocalPoint._dx + t4._dx, pointerFocalPoint._dy + t4._dy); } - _this.__ScaleGestureRecognizer__currentSpan = t1 ? totalDeviation / count : 0; - _this.__ScaleGestureRecognizer__currentHorizontalSpan = t1 ? totalHorizontalDeviation / count : 0; - _this.__ScaleGestureRecognizer__currentVerticalSpan = t1 ? totalVerticalDeviation / count : 0; + t3 = count > 0; + if (t3) + pointerFocalPoint = pointerFocalPoint.$div(0, count); + for (t2 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, t2), t4 = pointerFocalPoint._dx, t5 = pointerFocalPoint._dy, totalDeviation = 0, totalHorizontalDeviation = 0, totalVerticalDeviation = 0; t2.moveNext$0();) { + t6 = t2.__js_helper$_current; + t7 = t1.$index(0, t6); + t8 = t4 - t7._dx; + t7 = t5 - t7._dy; + totalDeviation += Math.sqrt(t8 * t8 + t7 * t7); + totalHorizontalDeviation += Math.abs(t4 - t1.$index(0, t6)._dx); + totalVerticalDeviation += Math.abs(t5 - t1.$index(0, t6)._dy); + } + _this.__ScaleGestureRecognizer__currentSpan_A = t3 ? totalDeviation / count : 0; + _this.__ScaleGestureRecognizer__currentHorizontalSpan_A = t3 ? totalHorizontalDeviation / count : 0; + _this.__ScaleGestureRecognizer__currentVerticalSpan_A = t3 ? totalVerticalDeviation / count : 0; }, _reconfigure$1(pointer) { var velocity, _this = this, t1 = {}, t2 = _this._currentFocalPoint; t2.toString; - _this.__ScaleGestureRecognizer__initialFocalPoint = t2; - _this.__ScaleGestureRecognizer__initialSpan = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentSpan, "_currentSpan"); - _this._initialLine = _this._currentLine; - _this.__ScaleGestureRecognizer__initialHorizontalSpan = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentHorizontalSpan, "_currentHorizontalSpan"); - _this.__ScaleGestureRecognizer__initialVerticalSpan = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentVerticalSpan, "_currentVerticalSpan"); + _this.__ScaleGestureRecognizer__initialFocalPoint_A = t2; + t2 = _this.__ScaleGestureRecognizer__currentSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__ScaleGestureRecognizer__initialSpan_A = t2; + _this._initialLine = _this._scale$_currentLine; + t2 = _this.__ScaleGestureRecognizer__currentHorizontalSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__ScaleGestureRecognizer__initialHorizontalSpan_A = t2; + t2 = _this.__ScaleGestureRecognizer__currentVerticalSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__ScaleGestureRecognizer__initialVerticalSpan_A = t2; + t2 = _this._pointerPanZooms; + if (t2._length === 0) { + _this._initialPanZoomScaleFactor = 1; + _this._initialPanZoomRotationFactor = 0; + } else { + _this._initialPanZoomScaleFactor = _this.get$_scaleFactor() / _this.get$_pointerScaleFactor(); + t2 = t2.get$values(t2); + _this._initialPanZoomRotationFactor = A.MappedIterable_MappedIterable(t2, new A.ScaleGestureRecognizer__reconfigure_closure(), A._instanceType(t2)._eval$1("Iterable.E"), type$.double).reduce$1(0, new A.ScaleGestureRecognizer__reconfigure_closure0()); + } if (_this._scale$_state === B._ScaleState_3) { if (_this.onEnd != null) { velocity = _this._velocityTrackers.$index(0, pointer).getVelocity$0(); @@ -191406,9 +193936,9 @@ if (t2.get$distanceSquared() > 2500) { if (t2.get$distanceSquared() > 64000000) t1.velocity = new A.Velocity(t2.$div(0, t2.get$distance()).$mul(0, 8000)); - _this.invokeCallback$2("onEnd", new A.ScaleGestureRecognizer__reconfigure_closure(t1, _this)); + _this.invokeCallback$2("onEnd", new A.ScaleGestureRecognizer__reconfigure_closure1(t1, _this)); } else - _this.invokeCallback$2("onEnd", new A.ScaleGestureRecognizer__reconfigure_closure0(_this)); + _this.invokeCallback$2("onEnd", new A.ScaleGestureRecognizer__reconfigure_closure2(_this)); } _this._scale$_state = B._ScaleState_2; return false; @@ -191416,17 +193946,21 @@ return true; }, _advanceStateMachine$2(shouldStartIfAccepted, pointerDeviceKind) { - var t2, t3, focalPointDelta, _this = this, + var t2, t3, t4, focalPointDelta, _this = this, t1 = _this._scale$_state; if (t1 === B._ScaleState_0) t1 = _this._scale$_state = B._ScaleState_1; if (t1 === B._ScaleState_1) { - t1 = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentSpan, "_currentSpan"); - t2 = A._lateReadCheck(_this.__ScaleGestureRecognizer__initialSpan, "_initialSpan"); + t1 = _this.__ScaleGestureRecognizer__currentSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__ScaleGestureRecognizer__initialSpan_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._currentFocalPoint; t3.toString; - focalPointDelta = t3.$sub(0, A._lateReadCheck(_this.__ScaleGestureRecognizer__initialFocalPoint, "_initialFocalPoint")).get$distance(); - if (Math.abs(t1 - t2) > A.computeScaleSlop(pointerDeviceKind) || focalPointDelta > A.computePanSlop(pointerDeviceKind, _this.gestureSettings)) + t4 = _this.__ScaleGestureRecognizer__initialFocalPoint_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + focalPointDelta = t3.$sub(0, t4).get$distance(); + if (Math.abs(t1 - t2) > A.computeScaleSlop(pointerDeviceKind) || focalPointDelta > A.computePanSlop(pointerDeviceKind, _this.gestureSettings) || Math.max(_this.get$_scaleFactor() / _this.get$_pointerScaleFactor(), _this.get$_pointerScaleFactor() / _this.get$_scaleFactor()) > 1.05) _this.resolve$1(0, B.GestureDisposition_0); } else if (t1.index >= 2) _this.resolve$1(0, B.GestureDisposition_0); @@ -191449,16 +193983,35 @@ if (_this.dragStartBehavior === B.DragStartBehavior_1) { t1 = _this._currentFocalPoint; t1.toString; - _this.__ScaleGestureRecognizer__initialFocalPoint = t1; - _this.__ScaleGestureRecognizer__initialSpan = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentSpan, "_currentSpan"); - _this._initialLine = _this._currentLine; - _this.__ScaleGestureRecognizer__initialHorizontalSpan = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentHorizontalSpan, "_currentHorizontalSpan"); - _this.__ScaleGestureRecognizer__initialVerticalSpan = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentVerticalSpan, "_currentVerticalSpan"); + _this.__ScaleGestureRecognizer__initialFocalPoint_A = t1; + t1 = _this.__ScaleGestureRecognizer__currentSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__ScaleGestureRecognizer__initialSpan_A = t1; + _this._initialLine = _this._scale$_currentLine; + t1 = _this.__ScaleGestureRecognizer__currentHorizontalSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__ScaleGestureRecognizer__initialHorizontalSpan_A = t1; + t1 = _this.__ScaleGestureRecognizer__currentVerticalSpan_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__ScaleGestureRecognizer__initialVerticalSpan_A = t1; + t1 = _this._pointerPanZooms; + if (t1._length === 0) { + _this._initialPanZoomScaleFactor = 1; + _this._initialPanZoomRotationFactor = 0; + } else { + _this._initialPanZoomScaleFactor = _this.get$_scaleFactor() / _this.get$_pointerScaleFactor(); + t1 = t1.get$values(t1); + _this._initialPanZoomRotationFactor = A.MappedIterable_MappedIterable(t1, new A.ScaleGestureRecognizer_acceptGesture_closure(), A._instanceType(t1)._eval$1("Iterable.E"), type$.double).reduce$1(0, new A.ScaleGestureRecognizer_acceptGesture_closure0()); + } } } }, rejectGesture$1(pointer) { - this.stopTrackingPointer$1(pointer); + var _this = this; + _this._pointerPanZooms.remove$1(0, pointer); + _this._pointerLocations.remove$1(0, pointer); + B.JSArray_methods.remove$1(_this._pointerQueue, pointer); + _this.stopTrackingPointer$1(pointer); }, didStopTrackingLastPointer$1(pointer) { switch (this._scale$_state.index) { @@ -191476,66 +194029,89 @@ } this._scale$_state = B._ScaleState_0; }, - dispose$0(_) { + dispose$0() { this._velocityTrackers.clear$0(0); - this.super$OneSequenceGestureRecognizer$dispose(0); + this.super$OneSequenceGestureRecognizer$dispose(); } }; A.ScaleGestureRecognizer__reconfigure_closure.prototype = { + call$1(x) { + return x.rotation; + }, + $signature: 649 + }; + A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { + call$2(a, b) { + return a + b; + }, + $signature: 219 + }; + A.ScaleGestureRecognizer__reconfigure_closure1.prototype = { call$0() { - var t1 = this.$this, - t2 = t1.onEnd; - t2.toString; - return t2.call$1(new A.ScaleEndDetails(this._box_0.velocity, J.get$length$asx(A._lateReadCheck(t1.__ScaleGestureRecognizer__pointerQueue, "_pointerQueue")))); + var t1 = this.$this; + return t1.onEnd.call$1(new A.ScaleEndDetails(this._box_0.velocity, t1._pointerPanZooms._length + t1._pointerQueue.length)); }, $signature: 0 }; - A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { + A.ScaleGestureRecognizer__reconfigure_closure2.prototype = { call$0() { - var t1 = this.$this, - t2 = t1.onEnd; - t2.toString; - return t2.call$1(new A.ScaleEndDetails(B.Velocity_Offset_0_0, J.get$length$asx(A._lateReadCheck(t1.__ScaleGestureRecognizer__pointerQueue, "_pointerQueue")))); + var t1 = this.$this; + return t1.onEnd.call$1(new A.ScaleEndDetails(B.Velocity_Offset_0_0, t1._pointerPanZooms._length + t1._pointerQueue.length)); }, $signature: 0 }; A.ScaleGestureRecognizer__advanceStateMachine_closure.prototype = { call$0() { - var t3, t4, t5, t6, t7, t8, t9, - _s12_ = "_initialSpan", - _s22_ = "_initialHorizontalSpan", - _s20_ = "_initialVerticalSpan", + var t3, t4, t5, t6, t7, t8, t9, t10, t1 = this.$this, t2 = t1.onUpdate; t2.toString; - t3 = A._lateReadCheck(t1.__ScaleGestureRecognizer__initialSpan, _s12_) > 0 ? A._lateReadCheck(t1.__ScaleGestureRecognizer__currentSpan, "_currentSpan") / A._lateReadCheck(t1.__ScaleGestureRecognizer__initialSpan, _s12_) : 1; - t4 = A._lateReadCheck(t1.__ScaleGestureRecognizer__initialHorizontalSpan, _s22_) > 0 ? A._lateReadCheck(t1.__ScaleGestureRecognizer__currentHorizontalSpan, "_currentHorizontalSpan") / A._lateReadCheck(t1.__ScaleGestureRecognizer__initialHorizontalSpan, _s22_) : 1; - t5 = A._lateReadCheck(t1.__ScaleGestureRecognizer__initialVerticalSpan, _s20_) > 0 ? A._lateReadCheck(t1.__ScaleGestureRecognizer__currentVerticalSpan, "_currentVerticalSpan") / A._lateReadCheck(t1.__ScaleGestureRecognizer__initialVerticalSpan, _s20_) : 1; + t3 = t1.get$_scaleFactor(); + t4 = t1.get$_horizontalScaleFactor(); + t5 = t1.get$_verticalScaleFactor(); t6 = t1._currentFocalPoint; t6.toString; - t7 = A._lateReadCheck(t1.__ScaleGestureRecognizer__localFocalPoint, "_localFocalPoint"); + t7 = t1.__ScaleGestureRecognizer__localFocalPoint_A; + t7 === $ && A.throwUnnamedLateFieldNI(); t8 = t1._computeRotationFactor$0(); - t9 = J.get$length$asx(A._lateReadCheck(t1.__ScaleGestureRecognizer__pointerQueue, "_pointerQueue")); - t2.call$1(A.ScaleUpdateDetails$(t6, A._lateReadCheck(t1.__ScaleGestureRecognizer__delta, "_delta"), t4, t7, t9, t8, t3, t5)); + t9 = t1._pointerPanZooms._length; + t10 = t1._pointerQueue.length; + t1 = t1.__ScaleGestureRecognizer__delta_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2.call$1(A.ScaleUpdateDetails$(t6, t1, t4, t7, t9 + t10, t8, t3, t5)); }, $signature: 0 }; A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure.prototype = { call$0() { - var t3, t4, + var t3, t4, t5, t1 = this.$this, t2 = t1.onStart; t2.toString; t3 = t1._currentFocalPoint; t3.toString; - t4 = A._lateReadCheck(t1.__ScaleGestureRecognizer__localFocalPoint, "_localFocalPoint"); - t1 = J.get$length$asx(A._lateReadCheck(t1.__ScaleGestureRecognizer__pointerQueue, "_pointerQueue")); + t4 = t1.__ScaleGestureRecognizer__localFocalPoint_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t1._pointerPanZooms._length; + t1 = t1._pointerQueue.length; if (t4 == null) t4 = t3; - t2.call$1(new A.ScaleStartDetails(t3, t4, t1)); + t2.call$1(new A.ScaleStartDetails(t3, t4, t5 + t1)); }, $signature: 0 }; + A.ScaleGestureRecognizer_acceptGesture_closure.prototype = { + call$1(x) { + return x.rotation; + }, + $signature: 649 + }; + A.ScaleGestureRecognizer_acceptGesture_closure0.prototype = { + call$2(a, b) { + return a + b; + }, + $signature: 219 + }; A.TapDownDetails.prototype = {}; A.TapUpDetails.prototype = {}; A.BaseTapGestureRecognizer.prototype = { @@ -191657,6 +194233,7 @@ break; case 4: return false; + break; default: return false; } @@ -191811,7 +194388,7 @@ call$0() { return new A._CombiningGestureArenaMember(this.$this, A._setArrayType([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 1317 + $signature: 2428 }; A.Velocity.prototype = { $sub(_, other) { @@ -191836,7 +194413,7 @@ }, get$hashCode(_) { var t1 = this.pixelsPerSecond; - return A.hashValues(t1._dx, t1._dy, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.Object_hash(t1._dx, t1._dy, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var t1 = this.pixelsPerSecond; @@ -191863,8 +194440,7 @@ this._samples[t1] = new A._PointAtTime(time, position); }, getVelocityEstimate$0() { - var newestSample, t2, oldestSample, previousSample, sampleCount, sample, t3, age, position, xFit, yFit, - _s10_ = "confidence", + var newestSample, t2, oldestSample, previousSample, sampleCount, sample, t3, age, position, xFit, yFit, t4, t5, t1 = type$.JSArray_double, x = A._setArrayType([], t1), y = A._setArrayType([], t1), @@ -191907,8 +194483,15 @@ xFit = new A.LeastSquaresSolver(time, x, w).solve$1(2); if (xFit != null) { yFit = new A.LeastSquaresSolver(time, y, w).solve$1(2); - if (yFit != null) - return new A.VelocityEstimate(new A.Offset(xFit.coefficients[1] * 1000, yFit.coefficients[1] * 1000), A._lateReadCheck(xFit.__PolynomialFit_confidence, _s10_) * A._lateReadCheck(yFit.__PolynomialFit_confidence, _s10_), new A.Duration(t2 - oldestSample.time._duration), newestSample.point.$sub(0, oldestSample.point)); + if (yFit != null) { + t1 = xFit.coefficients[1]; + t3 = yFit.coefficients[1]; + t4 = xFit.__PolynomialFit_confidence_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = yFit.__PolynomialFit_confidence_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + return new A.VelocityEstimate(new A.Offset(t1 * 1000, t3 * 1000), t4 * t5, new A.Duration(t2 - oldestSample.time._duration), newestSample.point.$sub(0, oldestSample.point)); + } } } return new A.VelocityEstimate(B.Offset_0_0, 1, new A.Duration(t2 - oldestSample.time._duration), newestSample.point.$sub(0, oldestSample.point)); @@ -191961,7 +194544,7 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 1318 + $signature: 2442 }; A.LicensePage.prototype = { createState$0() { @@ -191969,7 +194552,13 @@ } }; A._LicensePageState.prototype = { - build$1(_, context) { + dispose$0() { + var t1 = this.selectedId; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this.super$State$dispose(); + }, + build$1(context) { var _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.size._dx >= 720 ? 24 : 12, t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); @@ -191990,7 +194579,7 @@ } }; A._AboutProgram.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.size._dx >= 720 ? 24 : 12, t2 = A._setArrayType([A.Text$(_this.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headlineSmall, B.TextAlign_2, _null, _null)], type$.JSArray_Widget), @@ -192006,9 +194595,6 @@ t2.push(B.SizedBox_null_18_null_null); t2.push(A.Text$("Powered by Flutter", _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyMedium, B.TextAlign_2, _null, _null)); return new A.Padding(new A.EdgeInsets(t1, 24, t1, 24), A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null); - }, - get$name(receiver) { - return this.name; } }; A._PackagesView.prototype = { @@ -192017,7 +194603,7 @@ } }; A._PackagesViewState.prototype = { - build$1(_, context) { + build$1(context) { return A.FutureBuilder$(new A._PackagesViewState_build_closure(this), this.licenses, type$._LicenseData); }, _initDefaultDetailPage$2(data, context) { @@ -192035,11 +194621,7 @@ t2._pageOpener.setInitialDetailPage$1(new A._DetailArguments(packageName, A.List_List$of(new A.MappedListIterable(t1, new A._PackagesViewState__initDefaultDetailPage_closure(data), t3), false, t3._eval$1("ListIterable.E")))); }, _packagesList$4(context, selectedId, data, drawSelection) { - var t1 = A._setArrayType([this._widget.about], type$.JSArray_Widget), - t2 = data.packages; - t2 = new A.ListMapView(t2, A._arrayInstanceType(t2)._eval$1("ListMapView<1>")); - B.JSArray_methods.addAll$1(t1, t2.get$entries(t2).map$1$1(0, new A._PackagesViewState__packagesList_closure(this, data, drawSelection, selectedId, context), type$.Widget)); - return A.ListView$(t1, null, null, B.Axis_1, false); + return A.ListView$builder(null, new A._PackagesViewState__packagesList_closure(this, data, drawSelection, selectedId), data.packages.length + 1, null, null, B.Axis_1, false); } }; A._PackagesViewState_licenses_closure.prototype = { @@ -192047,20 +194629,20 @@ prev.addLicense$1(license); return prev; }, - $signature: 1324 + $signature: 2475 }; A._PackagesViewState_licenses_closure0.prototype = { call$1(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 1325 + $signature: 2476 }; A._PackagesViewState_build_closure.prototype = { call$2(context, snapshot) { return new A.LayoutBuilder(new A._PackagesViewState_build__closure(this.$this, snapshot), new A.ValueKey(snapshot.connectionState, type$.ValueKey_ConnectionState)); }, - $signature: 1343 + $signature: 2477 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { @@ -192082,7 +194664,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1344 + $signature: 2478 }; A._PackagesViewState_build___closure.prototype = { call$3(context, selectedId, _) { @@ -192094,36 +194676,37 @@ 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: 1345 + $signature: 2490 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 713 + $signature: 643 }; A._PackagesViewState__packagesList_closure.prototype = { - call$1(entry) { - var t3, t4, _this = this, - packageName = entry.get$value(entry), - index = entry.get$key(entry), - t1 = _this.data, - t2 = t1.packageLicenseBindings.$index(0, packageName); + call$2(context, index) { + var packageIndex, t1, packageName, t2, t3, _this = this; + if (index === 0) + return _this.$this._widget.about; + packageIndex = index - 1; + t1 = _this.data; + packageName = t1.packages[packageIndex]; + t2 = t1.packageLicenseBindings.$index(0, packageName); t2.toString; if (_this.drawSelection) { - t3 = entry.get$key(entry); - t4 = _this.selectedId; - t3 = J.$eq$(t3, t4 == null ? 0 : t4); + t3 = _this.selectedId; + t3 = packageIndex === (t3 == null ? 0 : t3); } else t3 = false; - return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, index, _this.context, packageName, t2, t1), null); + return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, packageIndex, context, packageName, t2, t1), null); }, - $signature: 1387 + $signature: 151 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { var t1, t2, t3, _this = this; - _this.$this._widget.selectedId.set$value(0, _this.index); + _this.$this._widget.selectedId.set$value(0, _this.packageIndex); t1 = A._MasterDetailFlow_of(_this.context); t1.toString; t2 = _this.bindings; @@ -192136,10 +194719,10 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 713 + $signature: 643 }; A._PackageListTile.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.isSelected, t2 = t1 ? A.Theme_of(context).highlightColor : A.Theme_of(context).cardColor, @@ -192177,7 +194760,7 @@ return 1; return B.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 1391 + $signature: 2493 }; A._DetailArguments.prototype = { $eq(_, other) { @@ -192259,7 +194842,7 @@ }); return A._asyncStartSync($async$_initLicenses$0, $async$completer); }, - build$1(_, context) { + build$1(context) { var theme, t2, title, subtitle, pad, padding, t3, t4, page, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -192278,7 +194861,7 @@ t2 = A.AppBar$(_null, _null, true, _null, _null, _null, 1, _null, _null, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, new A._PackageLicensePageTitle(title, subtitle, t2 == null ? theme.primaryTextTheme : t2, _null), _null, _null, _null, 1, _null); t3 = theme.cardColor; t4 = A.BoxConstraints$loose(B.Size_UW6); - page = A.Scaffold$(t2, _null, A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Localizations_Localizations$override(A.ScrollConfiguration$(A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false), A.Scrollbar$(A.ListView$(t1, _null, padding, B.Axis_1, false), _null, _null)), context, B.Locale_en_US), B.Clip_0, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t3, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null), _null, _null, _null, _null, _null); + page = A.Scaffold$(t2, _null, A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Localizations_Localizations$override(A.ScrollConfiguration$(A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false), A.Scrollbar$(A.ListView$(t1, _null, padding, _null, B.Axis_1, false), _null, _null)), context, B.Locale_en_US), B.Clip_0, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t3, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null), _null, _null, _null, _null, _null); } else { t3 = theme.cardColor; page = A.CustomScrollView$(0, _null, B.Clip_1, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, _null, _null, false, B.Axis_1, false, A._setArrayType([new A.SliverAppBar(false, new A._PackageLicensePageTitle(title, subtitle, theme.textTheme, _null), t3, true, _null), new A.SliverPadding(padding, A.SliverList$(new A.SliverChildBuilderDelegate(new A._PackageLicensePageState_build_closure(t1), t1.length, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null)), _null)], type$.JSArray_Widget)); @@ -192298,7 +194881,7 @@ t4 = t3.indent; t3 = t3.text; if (t4 === -1) - t1.push(new A.Padding(B.EdgeInsets_0_16_0_0, new A.Text(t3, _null, B.TextStyle_oqK, B.TextAlign_2, _null, _null, _null, _null, _null, _null, _null), _null)); + t1.push(new A.Padding(B.EdgeInsets_0_16_0_0, new A.Text(t3, _null, B.TextStyle_ia3, B.TextAlign_2, _null, _null, _null, _null, _null, _null, _null), _null)); else t1.push(new A.Padding(new A.EdgeInsetsDirectional(16 * t4, 8, 0, 0), new A.Text(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); } @@ -192315,10 +194898,10 @@ call$2(context, index) { return A.Localizations_Localizations$override(this.listWidgets[index], context, B.Locale_en_US); }, - $signature: 1392 + $signature: 2508 }; A._PackageLicensePageTitle.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, color = A.Theme_of(context).appBarTheme.foregroundColor, t1 = this.theme, @@ -192369,7 +194952,7 @@ setInitialDetailPage$1($arguments) { this._cachedDetailArguments = $arguments; }, - build$1(_, context) { + build$1(context) { this._widget.toString; switch (0) { case 0: @@ -192380,7 +194963,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_empty11, 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_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); }, _masterPageRoute$1(context) { return A.MaterialPageRoute$(new A._MasterDetailFlowState__masterPageRoute_closure(this, context), null, type$.dynamic); @@ -192404,7 +194987,7 @@ else return t1._nestedUI$1(context); }, - $signature: 266 + $signature: 275 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0() { @@ -192433,7 +195016,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 212 + $signature: 178 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2($navigator, initialRoute) { @@ -192447,7 +195030,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1420 + $signature: 2514 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -192467,7 +195050,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 1421 + $signature: 2522 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -192481,11 +195064,11 @@ t3 = t1.title; return A.BlockSemantics$(new A._MasterPage(t1.masterViewBuilder, t3, t2, true, null)); }, - $signature: 1423 + $signature: 2523 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -192494,7 +195077,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: 1427 + $signature: 2526 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0() { @@ -192509,7 +195092,7 @@ case 0: // Function start $async$self.$this.focus = B._Focus_0; - A.Navigator_of($async$self.context, false).pop$0(0); + A.Navigator_of($async$self.context, false).pop$0(); $async$returnValue = false; // goto return $async$goto = 1; @@ -192521,13 +195104,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 212 + $signature: 178 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2(_, __) { - return B.List_empty12; + return B.List_empty13; }, - $signature: 1428 + $signature: 2621 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -192538,18 +195121,18 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 733 + $signature: 647 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 728 + $signature: 644 }; A._MasterPage.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; - return A.Scaffold$(A.AppBar$(B.List_empty12, _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_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); } }; A._MasterDetailScaffold.prototype = { @@ -192565,9 +195148,15 @@ var t1, _this = this; _this.super$State$initState(); t1 = _this._widget.detailPageFABlessGutterWidth; - _this.___MasterDetailScaffoldState_detailPageFABlessGutterWidth = t1; - _this.___MasterDetailScaffoldState_masterViewWidth = 320; - _this.___MasterDetailScaffoldState_floatingActionButtonLocation = B.C__EndTopFabLocation; + _this.___MasterDetailScaffoldState_detailPageFABlessGutterWidth_A = t1; + _this.___MasterDetailScaffoldState_masterViewWidth_A = 320; + _this.___MasterDetailScaffoldState_floatingActionButtonLocation_A = B.C__EndTopFabLocation; + }, + dispose$0() { + var t1 = this._detailArguments; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this.super$State$dispose(); }, openDetailPage$1($arguments) { var t1; @@ -192583,21 +195172,27 @@ t1.toString; A._MasterDetailFlow_of(t1)._pageOpener.setInitialDetailPage$1($arguments); }, - build$1(_, context) { - var t4, t5, t6, _this = this, _null = null, - _s15_ = "masterViewWidth", - t1 = A._lateReadCheck(_this.___MasterDetailScaffoldState_floatingActionButtonLocation, "floatingActionButtonLocation"), - t2 = _this._widget, - t3 = t2.title; + build$1(context) { + var t2, t3, t4, t5, t6, _this = this, _null = null, + t1 = _this.___MasterDetailScaffoldState_floatingActionButtonLocation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget; + t3 = t2.title; t2 = t2.actionBuilder.call$2(context, B._ActionLevel_0); _this._widget.toString; - t4 = A.BoxConstraints$tightFor(_null, A._lateReadCheck(_this.___MasterDetailScaffoldState_masterViewWidth, _s15_)); + t4 = _this.___MasterDetailScaffoldState_masterViewWidth_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = A.BoxConstraints$tightFor(_null, t4); t5 = A.Theme_of(context).primaryIconTheme; t6 = type$.JSArray_Widget; t3 = A.AppBar$(t2, _null, true, _null, _null, new A.PreferredSize(A.Row$(A._setArrayType([new A.ConstrainedBox(t4, A.IconTheme$(A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, _this._widget.actionBuilder.call$2(context, B._ActionLevel_1), B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_8_8_8_8, _null, _null, _null), t5, _null), _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Size_8aB, _null), 1, _null, _null, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null); - t5 = A._lateReadCheck(_this.___MasterDetailScaffoldState_masterViewWidth, _s15_); + t5 = _this.___MasterDetailScaffoldState_masterViewWidth_A; t2 = _this._widget.masterViewBuilder$2(context, true); - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Scaffold$(t3, _null, new A.ConstrainedBox(new A.BoxConstraints(0, t5, 0, 1 / 0), t2, _null), _null, _null, _null, _null, t1), A.SafeArea$(true, new A.Padding(new A.EdgeInsetsDirectional(A._lateReadCheck(_this.___MasterDetailScaffoldState_masterViewWidth, _s15_) - 4, 0, A._lateReadCheck(_this.___MasterDetailScaffoldState_detailPageFABlessGutterWidth, "detailPageFABlessGutterWidth"), 0), A.ValueListenableBuilder$(new A._MasterDetailScaffoldState_build_closure(_this), _this._detailArguments, type$.nullable_Object), _null), B.EdgeInsets_0_0_0_0, true)], t6), _null); + t1 = A.Scaffold$(t3, _null, new A.ConstrainedBox(new A.BoxConstraints(0, t5, 0, 1 / 0), t2, _null), _null, _null, _null, _null, t1); + t2 = _this.___MasterDetailScaffoldState_masterViewWidth_A; + t3 = _this.___MasterDetailScaffoldState_detailPageFABlessGutterWidth_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t1, A.SafeArea$(true, new A.Padding(new A.EdgeInsetsDirectional(t2 - 4, 0, t3, 0), A.ValueListenableBuilder$(new A._MasterDetailScaffoldState_build_closure(_this), _this._detailArguments, type$.nullable_Object), _null), B.EdgeInsets_0_0_0_0, true)], t6), _null); } }; A._MasterDetailScaffoldState_openDetailPage_closure.prototype = { @@ -192606,7 +195201,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 24 + $signature: 19 }; A._MasterDetailScaffoldState_setInitialDetailPage_closure.prototype = { call$1(_) { @@ -192614,7 +195209,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 24 + $signature: 19 }; A._MasterDetailScaffoldState_build_closure.prototype = { call$3(context, value, child) { @@ -192625,16 +195220,16 @@ 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: 1429 + $signature: 2622 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 514 + $signature: 470 }; A._DetailView.prototype = { - build$1(_, context) { + build$1(context) { var screenHeight, minHeight, _null = null; if (this._about$_arguments == null) return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -192648,9 +195243,9 @@ var _null = null, t1 = A.Theme_of(context).cardColor, 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_LkV2), B.C__DeferringMouseCursor, _null, _null, _null, _null); + 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_ifx2), B.C__DeferringMouseCursor, _null, _null, _null, _null); }, - $signature: 1455 + $signature: 2630 }; A.ThemeMode.prototype = { toString$0(_) { @@ -192666,7 +195261,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 1460 + $signature: 2640 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -192742,7 +195337,7 @@ for (; true;) switch (target) { case 1: - return new A.StretchingOverscrollIndicator(details.direction, child, null); + return new A.StretchingOverscrollIndicator(details.direction, details.clipBehavior, child, null); case 2: target = 3; continue c$0; @@ -192760,7 +195355,7 @@ A._MaterialAppState.prototype = { initState$0() { this.super$State$initState(); - this.___MaterialAppState__heroController = A.MaterialApp_createMaterialHeroController(); + this.___MaterialAppState__heroController_A = A.MaterialApp_createMaterialHeroController(); }, get$_localizationsDelegates() { var t1 = A._setArrayType([], type$.JSArray_LocalizationsDelegate_dynamic); @@ -192773,7 +195368,7 @@ return A.FloatingActionButton$(null, B.Icon_OxR, B.C__DefaultHeroTag, true, onPressed, null); }, _materialBuilder$2(context, child) { - var t1, platformBrightness, useDarkTheme, highContrast, theme, _this = this, _null = null; + var t1, platformBrightness, useDarkTheme, highContrast, theme, effectiveSelectionColor, t2, effectiveCursorColor, _this = this, _null = null; _this._widget.toString; t1 = A.MediaQuery_maybeOf(context); platformBrightness = t1 == null ? _null : t1.platformBrightness; @@ -192791,7 +195386,17 @@ if (highContrast) _this._widget.toString; theme = _this._widget.theme; - return new A.ScaffoldMessenger(new A.AnimatedTheme(theme, new A.Builder(new A._MaterialAppState__materialBuilder_closure(_this, child), _null), B.C__Linear, B.Duration_200000, _null, _null), _null); + t1 = theme.textSelectionTheme; + effectiveSelectionColor = t1.selectionColor; + if (effectiveSelectionColor == null) { + t2 = theme.colorScheme.primary; + effectiveSelectionColor = A.Color$fromARGB(102, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + } + effectiveCursorColor = t1.cursorColor; + if (effectiveCursorColor == null) + effectiveCursorColor = theme.colorScheme.primary; + _this._widget.toString; + return new A.ScaffoldMessenger(A.DefaultSelectionStyle$(new A.AnimatedTheme(theme, new A.Builder(new A._MaterialAppState__materialBuilder_closure(_this, child), _null), B.C__Linear, B.Duration_200000, _null, _null), effectiveCursorColor, effectiveSelectionColor), _null); }, _buildWidgetApp$1(context) { var materialColor, t3, t4, t5, _this = this, _null = null, @@ -192805,22 +195410,24 @@ t3 = t1.navigatorObservers; t4 = t1.home; t5 = t1.routes; - return new A.WidgetsApp(t2, t1.onGenerateRoute, _null, new A._MaterialAppState__buildWidgetApp_closure(), _null, _null, _null, _null, t4, t5, _null, _null, t3, _this.get$_materialBuilder(), t1.title, _null, B.TextStyle_kUZ, materialColor, t1.locale, _this.get$_localizationsDelegates(), _null, _null, _this._widget.supportedLocales, false, false, false, false, _this.get$_inspectorSelectButtonBuilder(), false, _null, _null, _null, false, new A.GlobalObjectKey(_this, type$.GlobalObjectKey_State_StatefulWidget)); + return new A.WidgetsApp(t2, t1.onGenerateRoute, _null, new A._MaterialAppState__buildWidgetApp_closure(), _null, _null, _null, _null, _null, t4, t5, _null, _null, t3, _this.get$_materialBuilder(), t1.title, _null, B.TextStyle_86y, materialColor, t1.locale, _this.get$_localizationsDelegates(), _null, _null, _this._widget.supportedLocales, false, false, false, false, _this.get$_inspectorSelectButtonBuilder(), false, _null, _null, _null, false, new A.GlobalObjectKey(_this, type$.GlobalObjectKey_State_StatefulWidget)); }, - build$1(_, context) { - var _null = null, + build$1(context) { + var t2, _null = null, result = A.Focus$(false, false, this._buildWidgetApp$1(context), _null, _null, _null, _null, true, _null, _null, new A._MaterialAppState_build_closure(), _null, _null), t1 = this._widget.scrollBehavior; if (t1 == null) t1 = B.MaterialScrollBehavior_null; - return A.ScrollConfiguration$(t1, new A.HeroControllerScope(A._lateReadCheck(this.___MaterialAppState__heroController, "_heroController"), result, _null)); + t2 = this.___MaterialAppState__heroController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return A.ScrollConfiguration$(t1, new A.HeroControllerScope(t2, result, _null)); } }; A._MaterialAppState__materialBuilder_closure.prototype = { call$1(context) { return this.$this._widget.builder.call$2(context, this.child); }, - $signature: 81 + $signature: 79 }; A._MaterialAppState__buildWidgetApp_closure.prototype = { call$1$2(settings, builder, $T) { @@ -192829,7 +195436,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 1489 + $signature: 2645 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -192837,7 +195444,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 357 + $signature: 305 }; A._ToolbarContainerLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -192863,6 +195470,9 @@ }, createState$0() { return new A._AppBarState(B._StateLifecycle_0); + }, + notificationPredicate$1(arg0) { + return A.scroll_notification__defaultScrollNotificationPredicate$closure().call$1(arg0); } }; A.AppBar__getEffectiveCenterTitle_platformCenter.prototype = { @@ -192898,14 +195508,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new A._ListenerEntry(_this.get$_app_bar$_handleScrollNotification()), false); } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._scrollNotificationObserver; if (t1 != null) { t1.removeListener$1(0, _this.get$_app_bar$_handleScrollNotification()); _this._scrollNotificationObserver = null; } - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _handleDrawerButton$0() { var t1 = this._framework$_element; @@ -192918,25 +195528,34 @@ A.Scaffold_of(t1).openEndDrawer$0(); }, _app_bar$_handleScrollNotification$1(notification) { - var oldScrolledUnder, t1; - if (notification instanceof A.ScrollUpdateNotification) { - oldScrolledUnder = this._scrolledUnder; - if (notification.ViewportNotificationMixin__depth === 0) { - t1 = notification.metrics; - t1 = Math.max(t1.get$pixels() - t1.get$minScrollExtent(), 0) > 0 && A.axisDirectionToAxis(t1.axisDirection) === B.Axis_1; - } else - t1 = false; - this._scrolledUnder = t1; + var oldScrolledUnder, metrics, t1, _this = this; + if (notification instanceof A.ScrollUpdateNotification && _this._widget.notificationPredicate$1(notification)) { + oldScrolledUnder = _this._scrolledUnder; + metrics = notification.metrics; + switch (metrics.axisDirection.index) { + case 0: + t1 = _this._scrolledUnder = Math.max(metrics.get$maxScrollExtent() - metrics.get$pixels(), 0) > 0; + break; + case 2: + t1 = _this._scrolledUnder = Math.max(metrics.get$pixels() - metrics.get$minScrollExtent(), 0) > 0; + break; + case 1: + case 3: + t1 = _this._scrolledUnder = false; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } if (t1 !== oldScrolledUnder) - this.setState$1(new A._AppBarState__handleScrollNotification_closure()); + _this.setState$1(new A._AppBarState__handleScrollNotification_closure()); } }, - build$1(_, context) { - var defaults, t1, parentRoute, settings, t2, t3, t4, hasEndDrawer, canPop, toolbarHeight, t5, backgroundColor, foregroundColor, elevation, effectiveElevation, overallIconTheme, actionsIconTheme, toolbarTextStyle, titleTextStyle, opacity, leading, title, namesRoute, mediaQueryData, actions, appBar, overlayStyle, _this = this, _null = null, + build$1(context) { + var defaults, t1, parentRoute, settings, t2, t3, t4, hasEndDrawer, canPop, t5, toolbarHeight, t6, backgroundColor, foregroundColor, elevation, effectiveElevation, overallIconTheme, actionsIconTheme, toolbarTextStyle, titleTextStyle, opacity, leading, title, namesRoute, mediaQueryData, actions, appBar, overlayStyle, _this = this, _null = null, theme = A.Theme_of(context), appBarTheme = A.Theme_of(context).appBarTheme; theme.toString; - defaults = new A._DefaultsM20(context, _null, _null, _null, 4, _null, B.Color_4278190080, _null, _null, _null, _null, _null, _null, 16, 56, _null, _null, _null, _null); + defaults = new A._AppBarDefaultsM2(context, _null, _null, _null, 4, _null, B.Color_4278190080, _null, _null, _null, _null, _null, _null, 16, 56, _null, _null, _null, _null); t1 = context.findAncestorStateOfType$1$0(type$.ScaffoldState); parentRoute = A.ModalRoute_of(context, type$.nullable_Object); settings = context.dependOnInheritedWidgetOfExactType$1$0(type$.FlexibleSpaceBarSettings); @@ -192948,102 +195567,105 @@ t4 = t3 ? _null : t1._widget.drawer != null; t1 = t3 ? _null : t1._widget.endDrawer != null; hasEndDrawer = t1 === true; - if (parentRoute == null) - t1 = _null; + t1 = parentRoute == null; + if (t1) + t3 = _null; else if (!parentRoute.get$hasActiveRouteBelow()) { - t1 = parentRoute.LocalHistoryRoute__localHistory; - t1 = t1 != null && t1.length !== 0; + t3 = parentRoute.LocalHistoryRoute__localHistory; + t3 = t3 != null && t3.length !== 0; } else - t1 = true; - canPop = t1 === true; - t1 = _this._widget; - t3 = t1.toolbarHeight; - toolbarHeight = t3 == null ? appBarTheme.toolbarHeight : t3; + t3 = true; + canPop = t3 === true; + t3 = _this._widget; + t5 = t3.toolbarHeight; + toolbarHeight = t5 == null ? appBarTheme.toolbarHeight : t5; if (toolbarHeight == null) toolbarHeight = 56; - t1 = t1.backgroundColor; - t3 = defaults.get$backgroundColor(defaults); - t3.toString; - t5 = type$.nullable_Color; - t1 = A.MaterialStateProperty_resolveAs(t1, t2, t5); - if (t1 == null) - t1 = A.MaterialStateProperty_resolveAs(appBarTheme.backgroundColor, t2, t5); - backgroundColor = t1 == null ? A.MaterialStateProperty_resolveAs(t3, t2, type$.Color) : t1; + t3 = t3.backgroundColor; + t5 = defaults.get$backgroundColor(defaults); + t5.toString; + t6 = type$.nullable_Color; + t3 = A.MaterialStateProperty_resolveAs(t3, t2, t6); + if (t3 == null) + t3 = A.MaterialStateProperty_resolveAs(appBarTheme.backgroundColor, t2, t6); + backgroundColor = t3 == null ? A.MaterialStateProperty_resolveAs(t5, t2, type$.Color) : t3; _this._widget.toString; foregroundColor = appBarTheme.foregroundColor; if (foregroundColor == null) { - t1 = defaults.get$foregroundColor(defaults); - t1.toString; - foregroundColor = t1; + t3 = defaults.get$foregroundColor(); + t3.toString; + foregroundColor = t3; } - t1 = _this._widget.elevation; - elevation = t1 == null ? appBarTheme.elevation : t1; + t3 = _this._widget.elevation; + elevation = t3 == null ? appBarTheme.elevation : t3; if (elevation == null) { - t1 = defaults.elevation; - t1.toString; - elevation = t1; + t3 = defaults.elevation; + t3.toString; + elevation = t3; } if (t2.contains$1(0, B.MaterialState_5)) { _this._widget.toString; - t1 = appBarTheme.scrolledUnderElevation; - if (t1 == null) - t1 = defaults.scrolledUnderElevation; - effectiveElevation = t1 == null ? elevation : t1; + t2 = appBarTheme.scrolledUnderElevation; + if (t2 == null) + t2 = defaults.scrolledUnderElevation; + effectiveElevation = t2 == null ? elevation : t2; } else effectiveElevation = elevation; _this._widget.toString; - t1 = appBarTheme.iconTheme; - overallIconTheme = t1 == null ? defaults.get$iconTheme().copyWith$1$color(foregroundColor) : t1; - t2 = _this._widget; - t2.toString; - t3 = appBarTheme.actionsIconTheme; - t2 = t3 == null ? t2.iconTheme : t3; - t1 = t2 == null ? t1 : t2; - if (t1 == null) { - t1 = defaults.actionsIconTheme; - t1 = t1 == null ? _null : t1.copyWith$1$color(foregroundColor); - actionsIconTheme = t1; + t2 = appBarTheme.iconTheme; + overallIconTheme = t2 == null ? defaults.get$iconTheme().copyWith$1$color(foregroundColor) : t2; + t3 = _this._widget; + t3.toString; + t5 = appBarTheme.actionsIconTheme; + t3 = t5 == null ? t3.iconTheme : t5; + t2 = t3 == null ? t2 : t3; + if (t2 == null) { + t2 = defaults.actionsIconTheme; + t2 = t2 == null ? _null : t2.copyWith$1$color(foregroundColor); + actionsIconTheme = t2; } else - actionsIconTheme = t1; + actionsIconTheme = t2; if (actionsIconTheme == null) actionsIconTheme = overallIconTheme; _this._widget.toString; - t1 = appBarTheme.toolbarTextStyle; - if (t1 == null) { - t1 = defaults.get$toolbarTextStyle(); - t1 = t1 == null ? _null : t1.copyWith$1$color(foregroundColor); - toolbarTextStyle = t1; + t2 = appBarTheme.toolbarTextStyle; + if (t2 == null) { + t2 = defaults.get$toolbarTextStyle(); + t2 = t2 == null ? _null : t2.copyWith$1$color(foregroundColor); + toolbarTextStyle = t2; } else - toolbarTextStyle = t1; + toolbarTextStyle = t2; _this._widget.toString; - t1 = appBarTheme.titleTextStyle; - if (t1 == null) { - t1 = defaults.get$titleTextStyle(); - t1 = t1 == null ? _null : t1.copyWith$1$color(foregroundColor); - titleTextStyle = t1; + t2 = appBarTheme.titleTextStyle; + if (t2 == null) { + t2 = defaults.get$titleTextStyle(); + t2 = t2 == null ? _null : t2.copyWith$1$color(foregroundColor); + titleTextStyle = t2; } else - titleTextStyle = t1; - t1 = _this._widget.toolbarOpacity; - if (t1 !== 1) { - opacity = B.Interval_oqF.transform$1(0, t1); + titleTextStyle = t2; + t2 = _this._widget.toolbarOpacity; + if (t2 !== 1) { + opacity = B.Interval_oqF.transform$1(0, t2); if ((titleTextStyle == null ? _null : titleTextStyle.color) != null) { - t1 = titleTextStyle.color; - t1.toString; - titleTextStyle = titleTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); + t2 = titleTextStyle.color; + t2.toString; + titleTextStyle = titleTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); } if ((toolbarTextStyle == null ? _null : toolbarTextStyle.color) != null) { - t1 = toolbarTextStyle.color; - t1.toString; - toolbarTextStyle = toolbarTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); + t2 = toolbarTextStyle.color; + t2.toString; + toolbarTextStyle = toolbarTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); } - t1 = overallIconTheme.get$opacity(overallIconTheme); - overallIconTheme = overallIconTheme.copyWith$1$opacity(opacity * (t1 == null ? 1 : t1)); - t1 = actionsIconTheme.get$opacity(actionsIconTheme); - actionsIconTheme = actionsIconTheme.copyWith$1$opacity(opacity * (t1 == null ? 1 : t1)); + t2 = overallIconTheme._opacity; + t2 = t2 == null ? _null : A.clampDouble(t2, 0, 1); + overallIconTheme = overallIconTheme.copyWith$1$opacity(opacity * (t2 == null ? 1 : t2)); + t2 = actionsIconTheme._opacity; + t2 = t2 == null ? _null : A.clampDouble(t2, 0, 1); + actionsIconTheme = actionsIconTheme.copyWith$1$opacity(opacity * (t2 == null ? 1 : t2)); } - t1 = _this._widget; - leading = t1.leading; - if (leading == null && t1.automaticallyImplyLeading) + t2 = _this._widget; + leading = t2.leading; + if (leading == null && t2.automaticallyImplyLeading) if (t4 === true) { t1 = overallIconTheme.size; if (t1 == null) @@ -193051,8 +195673,18 @@ t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t2.toString; leading = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_IID, t1, _this.get$_handleDrawerButton(), B.EdgeInsets_8_8_8_8, _null, t2.get$openAppDrawerTooltip(), _null); - } else if (!hasEndDrawer && canPop) - leading = B.BackButton_null_null; + } else { + if (!(!hasEndDrawer && canPop)) { + if (t1) + t1 = _null; + else + t1 = parentRoute.get$hasActiveRouteBelow() || parentRoute.LocalHistoryRoute__entriesImpliesAppBarDismissal > 0; + t1 = t1 === true; + } else + t1 = true; + if (t1) + leading = B.BackButton_null_null; + } if (leading != null) { t1 = _this._widget.leadingWidth; leading = new A.ConstrainedBox(A.BoxConstraints$tightFor(_null, t1 == null ? 56 : t1), leading, _null); @@ -193073,7 +195705,8 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - title = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, namesRoute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A._AppBarTitleBox(title, _null), _null); + title = new A._AppBarTitleBox(title, _null); + title = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, namesRoute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, title, _null); titleTextStyle.toString; title = A.DefaultTextStyle$(title, _null, _null, B.TextOverflow_2, false, titleTextStyle, _null, _null, B.TextWidthBasis_0); mediaQueryData = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -193123,14 +195756,14 @@ appBar = new A.Align(B.Alignment_0_m1, _null, _null, appBar, _null); t1 = t1.flexibleSpace; if (t1 != null) { - t2 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null); + t2 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null); t3 = A.Material$(B.Duration_200000, true, _null, appBar, B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_4); - appBar = new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_2, B.Clip_1, A._setArrayType([new A.Semantics(t2, false, true, false, t1, _null), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null), false, true, false, t3, _null)], type$.JSArray_Widget), _null); + appBar = new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_2, B.Clip_1, A._setArrayType([new A.Semantics(t2, false, true, false, t1, _null), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null, _null), false, true, false, t3, _null)], type$.JSArray_Widget), _null); } _this._widget.toString; t1 = A.ThemeData_estimateBrightnessForColor(backgroundColor); - t1 = t1 === B.Brightness_0 ? B.SystemUiOverlayStyle_6UD : B.SystemUiOverlayStyle_qsc; - overlayStyle = t1; + t2 = (t1 === B.Brightness_0 ? B.SystemUiOverlayStyle_6UD : B.SystemUiOverlayStyle_qsc).copyWith$1$statusBarColor(_null); + overlayStyle = t2; _this._widget.toString; t1 = appBarTheme.shadowColor; if (t1 == null) @@ -193141,8 +195774,8 @@ t3 = appBarTheme.shape; if (t3 == null) t3 = defaults.shape; - t1 = A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, appBar, _null), B.Clip_0, backgroundColor, effectiveElevation, _null, t1, t3, t2, _null, B.MaterialType_0); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A.AnnotatedRegion(overlayStyle, t1, _null, type$.AnnotatedRegion_SystemUiOverlayStyle), _null); + t1 = A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, appBar, _null), B.Clip_0, backgroundColor, effectiveElevation, _null, t1, t3, t2, _null, B.MaterialType_0); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A.AnnotatedRegion(overlayStyle, t1, _null, type$.AnnotatedRegion_SystemUiOverlayStyle), _null); } }; A._AppBarState__handleScrollNotification_closure.prototype = { @@ -193153,18 +195786,20 @@ A._SliverAppBarDelegate.prototype = { get$maxExtent() { var _this = this, - t1 = _this.toolbarHeight + _this._bottomHeight; + t1 = _this.expandedHeight; + t1 = _this.toolbarHeight + _this._bottomHeight; return Math.max(_this.topPadding + t1, _this.collapsedHeight); }, - build$3(_, context, shrinkOffset, overlapsContent) { - var t1, t2, isScrolledUnder, t3, t4, t5, _this = this; + build$3(context, shrinkOffset, overlapsContent) { + var t1, t2, t3, isScrolledUnder, t4, t5, _this = this; _this.get$maxExtent(); t1 = _this.collapsedHeight; t2 = _this.toolbarHeight; Math.max(t1 - _this._bottomHeight - _this.topPadding - t2, 0); - if (!overlapsContent) - isScrolledUnder = shrinkOffset > _this.get$maxExtent() - t1; - else + if (!overlapsContent) { + t3 = shrinkOffset > _this.get$maxExtent() - t1; + isScrolledUnder = t3; + } else isScrolledUnder = true; t3 = _this.get$maxExtent(); t4 = Math.max(t1, _this.get$maxExtent() - shrinkOffset); @@ -193200,7 +195835,7 @@ this._widget.toString; oldWidget.toString; }, - build$1(_, context) { + build$1(context) { var topPadding, t1, collapsedHeight, t2, t3, t4, _this = this, _null = null; _this._widget.toString; topPadding = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.padding.top; @@ -193218,16 +195853,14 @@ var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t1 = new A._RenderAppBarTitleBox(B.Alignment_0_0, t1.textDirection, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); } }; A._RenderAppBarTitleBox.prototype = { @@ -193239,7 +195872,7 @@ var t2, _this = this, t1 = type$.BoxConstraints, innerConstraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).copyWith$1$maxHeight(1 / 0); - _this.RenderObjectWithChildMixin__child.layout$2$parentUsesSize(0, innerConstraints, true); + _this.RenderObjectWithChildMixin__child.layout$2$parentUsesSize(innerConstraints, true); t1 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); t2 = _this.RenderObjectWithChildMixin__child._box$_size; t2.toString; @@ -193247,25 +195880,25 @@ _this.alignChild$0(); } }; - A._DefaultsM20.prototype = { + A._AppBarDefaultsM2.prototype = { get$_app_bar$_theme() { var result, _this = this, - value = _this.___DefaultsM2__theme; + value = _this.___AppBarDefaultsM2__theme_FI; if (value === $) { result = A.Theme_of(_this.context); - A._lateInitializeOnceCheck(_this.___DefaultsM2__theme, "_theme"); - _this.___DefaultsM2__theme = result; + _this.___AppBarDefaultsM2__theme_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___AppBarDefaultsM2__theme_FI = result; value = result; } return value; }, get$_app_bar$_colors() { var result, _this = this, - value = _this.___DefaultsM2__colors; + value = _this.___AppBarDefaultsM2__colors_FI; if (value === $) { result = _this.get$_app_bar$_theme().colorScheme; - A._lateInitializeOnceCheck(_this.___DefaultsM2__colors, "_colors"); - _this.___DefaultsM2__colors = result; + _this.___AppBarDefaultsM2__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___AppBarDefaultsM2__colors_FI = result; value = result; } return value; @@ -193273,7 +195906,7 @@ get$backgroundColor(_) { return this.get$_app_bar$_colors().brightness === B.Brightness_0 ? this.get$_app_bar$_colors().surface : this.get$_app_bar$_colors().primary; }, - get$foregroundColor(_) { + get$foregroundColor() { return this.get$_app_bar$_colors().brightness === B.Brightness_0 ? this.get$_app_bar$_colors().onSurface : this.get$_app_bar$_colors().onPrimary; }, get$iconTheme() { @@ -193292,19 +195925,19 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.AppBarTheme.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.brightness, _this.get$backgroundColor(_this), _this.get$foregroundColor(_this), _this.elevation, _this.scrolledUnderElevation, _this.shadowColor, _this.get$surfaceTintColor(), _this.shape, _this.get$iconTheme(), _this.get$actionsIconTheme(), _this.textTheme, _this.centerTitle, _this.titleSpacing, _this.toolbarHeight, _this.get$toolbarTextStyle(), _this.get$titleTextStyle(), _this.systemOverlayStyle, _this.backwardsCompatibility, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.brightness, _this.get$backgroundColor(_this), _this.get$foregroundColor(), _this.elevation, _this.scrolledUnderElevation, _this.shadowColor, _this.get$surfaceTintColor(), _this.shape, _this.get$iconTheme(), _this.get$actionsIconTheme(), _this.textTheme, _this.centerTitle, _this.titleSpacing, _this.toolbarHeight, _this.get$toolbarTextStyle(), _this.get$titleTextStyle(), _this.systemOverlayStyle, _this.backwardsCompatibility, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var t1, _this = this; @@ -193316,7 +195949,7 @@ return false; if (other instanceof A.AppBarTheme) if (J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this))) - if (J.$eq$(other.get$foregroundColor(other), _this.get$foregroundColor(_this))) + if (J.$eq$(other.get$foregroundColor(), _this.get$foregroundColor())) if (other.elevation == _this.elevation) if (other.scrolledUnderElevation == _this.scrolledUnderElevation) if (J.$eq$(other.shadowColor, _this.shadowColor)) @@ -193365,7 +195998,7 @@ get$backgroundColor(receiver) { return this.backgroundColor; }, - get$foregroundColor(receiver) { + get$foregroundColor() { return this.foregroundColor; }, get$surfaceTintColor() { @@ -193518,7 +196151,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 511 + $signature: 468 }; A._CornerId.prototype = { toString$0(_) { @@ -193529,21 +196162,21 @@ A.MaterialRectArcTween.prototype = { _initialize$0() { var t2, t3, _this = this, - diagonal = A._maxBy(B.List_oyU, new A.MaterialRectArcTween__initialize_closure(_this, _this.end.get$center().$sub(0, _this.begin.get$center()))), + diagonal = A._maxBy(B.List_oyU1, new A.MaterialRectArcTween__initialize_closure(_this, _this.end.get$center().$sub(0, _this.begin.get$center()))), t1 = _this.begin; t1.toString; t2 = diagonal.beginId; t1 = _this._cornerFor$2(t1, t2); t3 = _this.end; t3.toString; - _this.__MaterialRectArcTween__beginArc = new A.MaterialPointArcTween(t1, _this._cornerFor$2(t3, t2)); + _this.__MaterialRectArcTween__beginArc_A = new A.MaterialPointArcTween(t1, _this._cornerFor$2(t3, t2)); t2 = _this.begin; t2.toString; t3 = diagonal.endId; t2 = _this._cornerFor$2(t2, t3); t1 = _this.end; t1.toString; - _this.__MaterialRectArcTween__endArc = new A.MaterialPointArcTween(t2, _this._cornerFor$2(t1, t3)); + _this.__MaterialRectArcTween__endArc_A = new A.MaterialPointArcTween(t2, _this._cornerFor$2(t1, t3)); _this._arc$_dirty = false; }, _cornerFor$2(rect, id) { @@ -193561,20 +196194,24 @@ } }, get$beginArc() { - var _this = this; + var t1, _this = this; if (_this.begin == null) return null; if (_this._arc$_dirty) _this._initialize$0(); - return A._lateReadCheck(_this.__MaterialRectArcTween__beginArc, "_beginArc"); + t1 = _this.__MaterialRectArcTween__beginArc_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$endArc() { - var _this = this; + var t1, _this = this; if (_this.end == null) return null; if (_this._arc$_dirty) _this._initialize$0(); - return A._lateReadCheck(_this.__MaterialRectArcTween__endArc, "_endArc"); + t1 = _this.__MaterialRectArcTween__endArc_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, set$begin(value) { if (!J.$eq$(value, this.begin)) { @@ -193589,7 +196226,7 @@ } }, lerp$1(t) { - var t1, _this = this; + var t1, t2, _this = this; if (_this._arc$_dirty) _this._initialize$0(); if (t === 0) { @@ -193602,7 +196239,12 @@ t1.toString; return t1; } - return A.Rect$fromPoints(A._lateReadCheck(_this.__MaterialRectArcTween__beginArc, "_beginArc").lerp$1(t), A._lateReadCheck(_this.__MaterialRectArcTween__endArc, "_endArc").lerp$1(t)); + t1 = _this.__MaterialRectArcTween__beginArc_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.lerp$1(t); + t2 = _this.__MaterialRectArcTween__endArc_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return A.Rect$fromPoints(t1, t2.lerp$1(t)); }, toString$0(_) { var _this = this; @@ -193623,15 +196265,15 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 1524 + $signature: 2674 }; A.BackButtonIcon.prototype = { - build$1(_, context) { + build$1(context) { return A.Icon$(A.BackButtonIcon__getIconData(A.Theme_of(context).platform), null, null); } }; A.BackButton.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -193678,19 +196320,22 @@ scaffoldScope = t1.dependOnInheritedWidgetOfExactType$1$0(type$._ScaffoldScope); if (scaffoldScope == null) A.throwExpression(A.FlutterError$fromParts(A._setArrayType([A.ErrorSummary$("Scaffold.geometryOf() called with a context that does not contain a Scaffold."), A.ErrorDescription$("This usually happens when the context provided is from the same StatefulWidget as that whose build function actually creates the Scaffold widget being sought."), A.ErrorHint$(string$.There_a), A.ErrorHint$("A more efficient solution is to split your build function into several widgets. This introduces a new context from which you can obtain the Scaffold. In this solution, you would have an outer widget that creates the Scaffold populated by instances of your new inner widgets, and then in these inner widgets you would use Scaffold.geometryOf()."), t1.describeElement$1("The context used was")], type$.JSArray_DiagnosticsNode))); - this.___BottomAppBarState_geometryListenable = scaffoldScope.geometryNotifier; + this.___BottomAppBarState_geometryListenable_A = scaffoldScope.geometryNotifier; }, - build$1(_, context) { + build$1(context) { var clipper, elevation, color, effectiveColor, _this = this, _null = null, babTheme = A.Theme_of(context).bottomAppBarTheme, - notchedShape = _this._widget.shape, - t1 = A._lateReadCheck(_this.___BottomAppBarState_geometryListenable, "geometryListenable"), - t2 = _this._widget; - t2.toString; - clipper = new A._BottomAppBarClipper(t1, notchedShape, _this.materialKey, 4, t1); - t1 = t2; - elevation = t1.elevation; - t1 = t1.color; + t1 = A.Scaffold_of(context)._widget.floatingActionButton, + t2 = _this._widget, + notchedShape = t2.shape; + if (t1 != null) { + t1 = _this.___BottomAppBarState_geometryListenable_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + clipper = new A._BottomAppBarClipper(t1, notchedShape, _this.materialKey, 4, t1); + } else + clipper = B.ShapeBorderClipper_CGl; + elevation = t2.elevation; + t1 = t2.color; color = t1 == null ? babTheme.color : t1; effectiveColor = A.ElevationOverlay_applyOverlay(context, color == null ? A.Theme_of(context).bottomAppBarColor : color, elevation); t1 = A.SafeArea$(true, _this._widget.child, B.EdgeInsets_0_0_0_0, true); @@ -193812,32 +196457,45 @@ this._widget.onDragStart.call$1(details); }, _bottom_sheet$_handleDragUpdate$1(details) { - var t1, t2, t3; - if (A._lateReadCheck(this._widget.animationController.__AnimationController__status, "_status") === B.AnimationStatus_2) + var t3, + t1 = this._widget.animationController, + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 === B.AnimationStatus_2) return; - t1 = this._widget.animationController; - t2 = A._lateReadCheck(t1.__AnimationController__value, "_value"); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = details.primaryDelta; t3.toString; t1.set$value(0, t2 - t3 / this.get$_childHeight()); }, _bottom_sheet$_handleDragEnd$1(details) { - var t1, flingVelocity, isClosing, _this = this, _s6_ = "_value"; - if (A._lateReadCheck(_this._widget.animationController.__AnimationController__status, "_status") === B.AnimationStatus_2) + var flingVelocity, isClosing, _this = this, + t1 = _this._widget.animationController, + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 === B.AnimationStatus_2) return; - t1 = details.velocity.pixelsPerSecond._dy; - if (t1 > 700) { - flingVelocity = -t1 / _this.get$_childHeight(); - if (A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_) > 0) - _this._widget.animationController.fling$1$velocity(flingVelocity); + t2 = details.velocity.pixelsPerSecond._dy; + if (t2 > 700) { + flingVelocity = -t2 / _this.get$_childHeight(); + t1 = _this._widget.animationController; + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 > 0) + t1.fling$1$velocity(flingVelocity); isClosing = flingVelocity < 0 && true; - } else if (A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_) < 0.5) { - if (A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_) > 0) - _this._widget.animationController.fling$1$velocity(-1); - isClosing = true; } else { - _this._widget.animationController.forward$0(0); - isClosing = false; + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 < 0.5) { + if (t2 > 0) + t1.fling$1$velocity(-1); + isClosing = true; + } else { + t1.forward$0(0); + isClosing = false; + } } _this._widget.onDragEnd.call$2$isClosing(details, isClosing); if (isClosing) @@ -193848,7 +196506,7 @@ this._widget.onClosing$0(); return false; }, - build$1(_, context) { + build$1(context) { var constraints, color, elevation, shape, bottomSheet, _this = this, _null = null, bottomSheetTheme = A.Theme_of(context).bottomSheetTheme, t1 = _this._widget; @@ -193908,20 +196566,15 @@ }; A._RawMaterialButtonState.prototype = { initState$0() { - var _this = this; - _this.super$State$initState(); - if (!(_this._widget.onPressed != null || false)) - _this.addMaterialState$1(B.MaterialState_6); - else - _this.removeMaterialState$1(B.MaterialState_6); + this.super$State$initState(); + this._widget.toString; + this.removeMaterialState$1(B.MaterialState_6); }, didUpdateWidget$1(oldWidget) { var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (!(_this._widget.onPressed != null || false)) - _this.addMaterialState$1(B.MaterialState_6); - else - _this.removeMaterialState$1(B.MaterialState_6); + _this._widget.toString; + _this.removeMaterialState$1(B.MaterialState_6); t1 = _this.MaterialStateMixin_materialStates; if (t1.contains$1(0, B.MaterialState_6) && t1.contains$1(0, B.MaterialState_2)) _this.removeMaterialState$1(B.MaterialState_2); @@ -193939,8 +196592,8 @@ return _this._widget.focusElevation; return _this._widget.elevation; }, - build$1(_, context) { - var densityAdjustment, effectiveConstraints, effectiveMouseCursor, padding, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, minSize, _this = this, _null = null, + build$1(context) { + var densityAdjustment, effectiveConstraints, effectiveMouseCursor, padding, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, minSize, _this = this, _null = null, t1 = _this._widget.textStyle, t2 = _this.MaterialStateMixin_materialStates, effectiveTextColor = A.MaterialStateProperty_resolveAs(t1.color, t2, type$.nullable_Color), @@ -193961,22 +196614,20 @@ t6 = _this._widget; t7 = t6.fillColor == null ? B.MaterialType_4 : B.MaterialType_3; t8 = t6.clipBehavior; - t9 = t6.focusNode; - t6 = t6.onPressed != null || false; - t10 = _this.updateMaterialState$1(B.MaterialState_1); + t6 = t6.focusNode; + t9 = _this.updateMaterialState$1(B.MaterialState_1); _this._widget.toString; - t11 = _this.updateMaterialState$2$onChanged(B.MaterialState_2, _null); - t12 = _this._widget; - t13 = t12.splashColor; - t14 = t12.highlightColor; - t15 = t12.focusColor; - t12 = t12.hoverColor; - t16 = _this.updateMaterialState$1(B.MaterialState_0); - t17 = _this._widget; - t18 = t17.onPressed; - t19 = t17.enableFeedback; - t7 = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, t6, A.IconTheme_merge(A.Container$(_null, A.Center$(t17.child, 1, 1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, padding, _null, _null, _null), new A.IconThemeData(effectiveTextColor, _null, _null, _null)), effectiveShape, t19, t15, t9, t14, t12, _null, effectiveMouseCursor, _null, t10, t11, t16, _null, t18, _null, _null, _null, _null, t13, _null), t8, t5, t3, _null, _null, effectiveShape, _null, t4, t7); - switch (t17.materialTapTargetSize.index) { + t10 = _this.updateMaterialState$2$onChanged(B.MaterialState_2, _null); + t11 = _this._widget; + t12 = t11.splashColor; + t13 = t11.focusColor; + t11 = t11.hoverColor; + t14 = _this.updateMaterialState$1(B.MaterialState_0); + t15 = _this._widget; + t16 = t15.onPressed; + t17 = t15.enableFeedback; + t7 = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.IconTheme_merge(A.Container$(_null, A.Center$(t15.child, 1, 1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, padding, _null, _null, _null), new A.IconThemeData(effectiveTextColor, _null, _null, _null)), effectiveShape, t17, t13, t6, _null, t11, _null, effectiveMouseCursor, _null, t9, t10, t14, _null, t16, _null, _null, _null, _null, t12, _null, _null), t8, t5, t3, _null, _null, effectiveShape, _null, t4, t7); + switch (t15.materialTapTargetSize.index) { case 0: minSize = new A.Size(48 + t1, 48 + t2); break; @@ -193986,16 +196637,13 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t1 = t18 != null || false; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A._InputPadding(minSize, new A.ConstrainedBox(effectiveConstraints, t7, _null), _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A._InputPadding(minSize, new A.ConstrainedBox(effectiveConstraints, t7, _null), _null), _null); } }; A._InputPadding.prototype = { createRenderObject$1(context) { var t1 = new A._RenderInputPadding(this.minSize, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -194090,7 +196738,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 74 + $signature: 78 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -194126,7 +196774,7 @@ A.ButtonStyle.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.get$textStyle(_this), _this.get$backgroundColor(_this), _this.get$foregroundColor(_this), _this.get$overlayColor(), _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.get$elevation(_this), _this.get$padding(_this), _this.get$minimumSize(), _this.fixedSize, _this.get$maximumSize(), _this.get$side(), _this.get$shape(_this), _this.get$mouseCursor(), _this.get$visualDensity(), _this.get$tapTargetSize(), _this.animationDuration, _this.enableFeedback, _this.alignment, _this.get$splashFactory()); + return A.Object_hash(_this.get$textStyle(), _this.get$backgroundColor(_this), _this.get$foregroundColor(), _this.get$overlayColor(), _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.get$elevation(_this), _this.get$padding(_this), _this.get$minimumSize(), _this.fixedSize, _this.get$maximumSize(), _this.get$side(), _this.get$shape(_this), _this.get$mouseCursor(), _this.get$visualDensity(), _this.get$tapTargetSize(), _this.animationDuration, _this.enableFeedback, _this.alignment, _this.get$splashFactory()); }, $eq(_, other) { var _this = this; @@ -194136,15 +196784,15 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.ButtonStyle && other.get$textStyle(other) == _this.get$textStyle(_this) && other.get$backgroundColor(other) == _this.get$backgroundColor(_this) && J.$eq$(other.get$foregroundColor(other), _this.get$foregroundColor(_this)) && J.$eq$(other.get$overlayColor(), _this.get$overlayColor()) && other.get$shadowColor(other) == _this.get$shadowColor(_this) && other.get$surfaceTintColor() == _this.get$surfaceTintColor() && other.get$elevation(other) == _this.get$elevation(_this) && other.get$padding(other) == _this.get$padding(_this) && other.get$minimumSize() == _this.get$minimumSize() && other.fixedSize == _this.fixedSize && other.get$maximumSize() == _this.get$maximumSize() && other.get$side() == _this.get$side() && other.get$shape(other) == _this.get$shape(_this) && other.get$mouseCursor() == _this.get$mouseCursor() && J.$eq$(other.get$visualDensity(), _this.get$visualDensity()) && other.get$tapTargetSize() == _this.get$tapTargetSize() && J.$eq$(other.animationDuration, _this.animationDuration) && other.enableFeedback == _this.enableFeedback && J.$eq$(other.alignment, _this.alignment) && other.get$splashFactory() == _this.get$splashFactory(); + return other instanceof A.ButtonStyle && other.get$textStyle() == _this.get$textStyle() && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && J.$eq$(other.get$foregroundColor(), _this.get$foregroundColor()) && J.$eq$(other.get$overlayColor(), _this.get$overlayColor()) && other.get$shadowColor(other) == _this.get$shadowColor(_this) && other.get$surfaceTintColor() == _this.get$surfaceTintColor() && other.get$elevation(other) == _this.get$elevation(_this) && other.get$padding(other) == _this.get$padding(_this) && other.get$minimumSize() == _this.get$minimumSize() && other.fixedSize == _this.fixedSize && other.get$maximumSize() == _this.get$maximumSize() && other.get$side() == _this.get$side() && other.get$shape(other) == _this.get$shape(_this) && J.$eq$(other.get$mouseCursor(), _this.get$mouseCursor()) && J.$eq$(other.get$visualDensity(), _this.get$visualDensity()) && other.get$tapTargetSize() == _this.get$tapTargetSize() && J.$eq$(other.animationDuration, _this.animationDuration) && other.enableFeedback == _this.enableFeedback && J.$eq$(other.alignment, _this.alignment) && other.get$splashFactory() == _this.get$splashFactory(); }, - get$textStyle(receiver) { + get$textStyle() { return this.textStyle; }, get$backgroundColor(receiver) { return this.backgroundColor; }, - get$foregroundColor(receiver) { + get$foregroundColor() { return this.foregroundColor; }, get$overlayColor() { @@ -194210,63 +196858,91 @@ return null; if (t1) { t1 = resolvedB.color; - return A.BorderSide_lerp(new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1), resolvedB, _this.t); + return A.BorderSide_lerp(new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1, B.StrokeAlign_0), resolvedB, _this.t); } if (resolvedB == null) { t1 = resolvedA.color; - return A.BorderSide_lerp(resolvedA, new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1), _this.t); + return A.BorderSide_lerp(resolvedA, new A.BorderSide(A.Color$fromARGB(0, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), 0, B.BorderStyle_1, B.StrokeAlign_0), _this.t); } return A.BorderSide_lerp(resolvedA, resolvedB, _this.t); }, $isMaterialStateProperty: 1 }; - A._LerpShapes.prototype = { - resolve$1(_, states) { - var resolvedB, - t1 = this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return type$.nullable_OutlinedBorder._as(A.ShapeBorder_lerp(resolvedA, resolvedB, this.t)); - }, - $isMaterialStateProperty: 1 - }; A._ButtonStyle_Object_Diagnosticable.prototype = {}; A.ButtonStyleButton.prototype = { createState$0() { - return new A._ButtonStyleState(null, null, A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), B._StateLifecycle_0); + return new A._ButtonStyleState(null, null, B._StateLifecycle_0); } }; A._ButtonStyleState.prototype = { - initState$0() { - var t1, _this = this; - _this.super$State$initState(); - t1 = _this._widget; - if (!(t1.onPressed != null || t1.onLongPress != null)) - _this.addMaterialState$1(B.MaterialState_6); - else - _this.removeMaterialState$1(B.MaterialState_6); + handleStatesControllerChange$0() { + this.setState$1(new A._ButtonStyleState_handleStatesControllerChange_closure()); }, - dispose$0(_) { - var t1 = this._button_style_button$_controller; - if (t1 != null) - t1.dispose$0(0); - this.super$__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin$dispose(0); + get$statesController() { + var t1 = this._widget.statesController; + if (t1 == null) { + t1 = this.internalStatesController; + t1.toString; + } + return t1; + }, + initStatesController$0() { + var t1, t2, _this = this; + if (_this._widget.statesController == null) + _this.internalStatesController = A.MaterialStatesController$(null); + t1 = _this.get$statesController(); + t2 = _this._widget; + t1.update$2(0, B.MaterialState_6, !(t2.onPressed != null || t2.onLongPress != null)); + _this.get$statesController().addListener$1(0, _this.get$handleStatesControllerChange()); + }, + initState$0() { + this.super$State$initState(); + this.initStatesController$0(); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); + t1 = _this._widget.statesController; + t2 = oldWidget.statesController; + if (t1 != t2) { + if (t2 != null) + t2.removeListener$1(0, _this.get$handleStatesControllerChange()); + if (_this._widget.statesController != null) { + t1 = _this.internalStatesController; + if (t1 != null) { + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + } + _this.internalStatesController = null; + } + _this.initStatesController$0(); + } t1 = _this._widget; - if (!(t1.onPressed != null || t1.onLongPress != null)) - _this.addMaterialState$1(B.MaterialState_6); - else - _this.removeMaterialState$1(B.MaterialState_6); - t1 = _this.MaterialStateMixin_materialStates; - if (t1.contains$1(0, B.MaterialState_6) && t1.contains$1(0, B.MaterialState_2)) - _this.removeMaterialState$1(B.MaterialState_2); + t1 = t1.onPressed != null || t1.onLongPress != null; + if (t1 !== (oldWidget.onPressed != null || oldWidget.onLongPress != null)) { + t1 = _this.get$statesController(); + t2 = _this._widget; + t1.update$2(0, B.MaterialState_6, !(t2.onPressed != null || t2.onLongPress != null)); + t1 = _this._widget; + if (!(t1.onPressed != null || t1.onLongPress != null)) + _this.get$statesController().update$2(0, B.MaterialState_2, false); + } }, - build$1(_, context) { - var resolvedBackgroundColor, resolvedForegroundColor, resolvedShadowColor, resolvedSurfaceTintColor, resolvedPadding, resolvedMinimumSize, resolvedFixedSize, resolvedMaximumSize, resolvedSide, resolvedShape, resolvedVisualDensity, resolvedTapTargetSize, resolvedAnimationDuration, resolvedEnableFeedback, resolvedAlignment, densityAdjustment, resolvedSplashFactory, t2, effectiveConstraints, size, dy, dx, padding, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, minSize, _this = this, _null = null, + dispose$0() { + var t1, _this = this; + _this.get$statesController().removeListener$1(0, _this.get$handleStatesControllerChange()); + t1 = _this.internalStatesController; + if (t1 != null) { + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + } + t1 = _this.controller; + if (t1 != null) + t1.dispose$0(); + _this.super$__ButtonStyleState_State_TickerProviderStateMixin$dispose(); + }, + build$1(context) { + var resolvedBackgroundColor, resolvedForegroundColor, resolvedShadowColor, resolvedSurfaceTintColor, resolvedPadding, resolvedMinimumSize, resolvedFixedSize, resolvedMaximumSize, resolvedSide, resolvedShape, resolvedVisualDensity, resolvedTapTargetSize, resolvedAnimationDuration, resolvedEnableFeedback, resolvedAlignment, densityAdjustment, resolvedSplashFactory, t2, effectiveConstraints, size, dy, dx, padding, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, minSize, _this = this, _null = null, t1 = _this._widget, effectiveValue = new A._ButtonStyleState_build_effectiveValue(t1.style, t1.themeStyleOf$1(context), _this._widget.defaultStyleOf$1(context)), resolve = new A._ButtonStyleState_build_resolve(_this, effectiveValue), @@ -194310,13 +196986,13 @@ dx = Math.max(0, A.checkNum(t1)); padding = resolvedPadding.add$1(0, new A.EdgeInsets(dx, dy, dx, dy)).clamp$2(0, B.EdgeInsets_0_0_0_0, B._MixedEdgeInsets_QWq); if (resolvedAnimationDuration._duration > 0) { - t2 = _this._button_style_button$_elevation; + t2 = _this.elevation; if (t2 != null) { - t3 = _this._backgroundColor; + t3 = _this.backgroundColor; if (t3 != null) if (t2 !== resolvedElevation) if (t3.get$value(t3) !== resolvedBackgroundColor.get$value(resolvedBackgroundColor)) { - t2 = _this._backgroundColor; + t2 = _this.backgroundColor; t2 = (t2.get$value(t2) >>> 24 & 255) / 255 === 1 && (resolvedBackgroundColor.get$value(resolvedBackgroundColor) >>> 24 & 255) / 255 < 1 && resolvedElevation === 0; } else t2 = false; @@ -194329,21 +197005,24 @@ } else t2 = false; if (t2) { - t2 = _this._button_style_button$_controller; + t2 = _this.controller; if (!J.$eq$(t2 == null ? _null : t2.duration, resolvedAnimationDuration)) { - t2 = _this._button_style_button$_controller; + t2 = _this.controller; if (t2 != null) - t2.dispose$0(0); + t2.dispose$0(); t2 = A.AnimationController$(_null, resolvedAnimationDuration, _null, 1, _null, _this); - t2.addStatusListener$1(new A._ButtonStyleState_build_closure17(_this)); - _this._button_style_button$_controller = t2; + t2.didRegisterListener$0(); + t3 = t2.AnimationLocalStatusListenersMixin__statusListeners; + t3._isDirty = true; + t3._observer_list$_list.push(new A._ButtonStyleState_build_closure17(_this)); + _this.controller = t2; } - resolvedBackgroundColor = _this._backgroundColor; - _this._button_style_button$_controller.set$value(0, 0); - _this._button_style_button$_controller.forward$0(0); + resolvedBackgroundColor = _this.backgroundColor; + _this.controller.set$value(0, 0); + _this.controller.forward$0(0); } - _this._button_style_button$_elevation = resolvedElevation; - _this._backgroundColor = resolvedBackgroundColor; + _this.elevation = resolvedElevation; + _this.backgroundColor = resolvedBackgroundColor; resolvedElevation.toString; t2 = resolvedTextStyle == null ? _null : resolvedTextStyle.copyWith$1$color(resolvedForegroundColor); t3 = resolvedShape.copyWith$1$side(resolvedSide); @@ -194351,17 +197030,17 @@ t5 = _this._widget; t6 = t5.clipBehavior; t7 = t5.onPressed; - t5 = t5.onLongPress; - t8 = _this.updateMaterialState$1(B.MaterialState_2); - t9 = _this.updateMaterialState$2$onChanged(B.MaterialState_0, _this._widget.onHover); - t10 = _this._widget; - t11 = t10.focusNode; - t12 = t10.onPressed != null || t10.onLongPress != null; - t10 = _this.updateMaterialState$2$onChanged(B.MaterialState_1, t10.onFocusChange); - t13 = _this._widget; - t14 = t13.autofocus; + t8 = t5.onLongPress; + t9 = t5.onHover; + t10 = t5.focusNode; + t11 = t7 != null || t8 != null; + t12 = t5.onFocusChange; + t5 = t5.autofocus; + t13 = resolvedShape.copyWith$1$side(resolvedSide); + t14 = _this.get$statesController(); resolvedAlignment.toString; - t4 = A.Material$(resolvedAnimationDuration, true, _null, A.InkWell$(t14, _null, t12, A.IconTheme_merge(new A.Padding(padding, new A.Align(resolvedAlignment, 1, 1, t13.child, _null), _null), new A.IconThemeData(resolvedForegroundColor, _null, _null, _null)), resolvedShape, resolvedEnableFeedback, _null, t11, B.Color_0, _null, _null, new A._MouseCursor(new A._ButtonStyleState_build_closure18(effectiveValue)), _null, t10, t8, t9, t5, t7, _null, _null, new A._MaterialStatePropertyWith(new A._ButtonStyleState_build_closure19(effectiveValue), type$._MaterialStatePropertyWith_nullable_Color), _null, _null, resolvedSplashFactory), t6, resolvedBackgroundColor, resolvedElevation, _null, resolvedShadowColor, t3, resolvedSurfaceTintColor, t2, t4); + t15 = _this._widget; + t4 = A.Material$(resolvedAnimationDuration, true, _null, A.InkWell$(t5, _null, t11, A.IconTheme_merge(new A.Padding(padding, new A.Align(resolvedAlignment, 1, 1, t15.child, _null), _null), new A.IconThemeData(resolvedForegroundColor, _null, _null, _null)), t13, resolvedEnableFeedback, _null, t10, B.Color_0, _null, _null, new A._MouseCursor(new A._ButtonStyleState_build_closure18(effectiveValue)), _null, t12, _null, t9, t8, t7, _null, _null, new A._MaterialStatePropertyWith(new A._ButtonStyleState_build_closure19(effectiveValue), type$._MaterialStatePropertyWith_nullable_Color), _null, _null, resolvedSplashFactory, t14), t6, resolvedBackgroundColor, resolvedElevation, _null, resolvedShadowColor, t3, resolvedSurfaceTintColor, t2, t4); switch (resolvedTapTargetSize.index) { case 0: minSize = new A.Size(48 + t1, 48 + dy); @@ -194372,10 +197051,15 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t1 = t13.onPressed != null || t13.onLongPress != null; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A._InputPadding0(minSize, new A.ConstrainedBox(effectiveConstraints, t4, _null), _null), _null); + t1 = t15.onPressed != null || t15.onLongPress != null; + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A._InputPadding0(minSize, new A.ConstrainedBox(effectiveConstraints, t4, _null), _null), _null); } }; + A._ButtonStyleState_handleStatesControllerChange_closure.prototype = { + call$0() { + }, + $signature: 0 + }; A._ButtonStyleState_build_effectiveValue.prototype = { call$1$1(getProperty, $T) { var widgetValue = getProperty.call$1(this.widgetStyle), @@ -194387,7 +197071,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 1607 + $signature: 2684 }; A._ButtonStyleState_build_resolve.prototype = { call$1$1(getProperty, $T) { @@ -194396,12 +197080,12 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 1608 + $signature: 2685 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { var t1 = this.getProperty.call$1(style); - return t1 == null ? null : J.resolve$1$z(t1, this.$this.MaterialStateMixin_materialStates); + return t1 == null ? null : J.resolve$1$z(t1, this.$this.get$statesController()._change_notifier$_value); }, $signature() { return this.T._eval$1("0?(ButtonStyle?)"); @@ -194411,79 +197095,79 @@ call$1(style) { return style == null ? null : style.get$elevation(style); }, - $signature: 1632 + $signature: 2687 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { - return style == null ? null : style.get$textStyle(style); + return style == null ? null : style.get$textStyle(); }, - $signature: 1633 + $signature: 2688 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 354 + $signature: 360 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { - return style == null ? null : style.get$foregroundColor(style); + return style == null ? null : style.get$foregroundColor(); }, - $signature: 354 + $signature: 360 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 354 + $signature: 360 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 354 + $signature: 360 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.get$padding(style); }, - $signature: 1672 + $signature: 2693 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 510 + $signature: 467 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 510 + $signature: 467 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 510 + $signature: 467 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.get$side(); }, - $signature: 1676 + $signature: 2709 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.get$shape(style); }, - $signature: 1678 + $signature: 2713 }; A._ButtonStyleState_build_closure18.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 1714 + $signature: 2717 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -194496,13 +197180,13 @@ } return t1; }, - $signature: 1715 + $signature: 2722 }; A._ButtonStyleState_build_closure19.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 220 + $signature: 215 }; A._ButtonStyleState_build__closure.prototype = { call$1(style) { @@ -194515,43 +197199,43 @@ } return t1; }, - $signature: 1741 + $signature: 2734 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.get$visualDensity(); }, - $signature: 1742 + $signature: 2735 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { return style == null ? null : style.get$tapTargetSize(); }, - $signature: 1743 + $signature: 2741 }; A._ButtonStyleState_build_closure13.prototype = { call$1(style) { return style == null ? null : style.animationDuration; }, - $signature: 1746 + $signature: 2768 }; A._ButtonStyleState_build_closure14.prototype = { call$1(style) { return style == null ? null : style.enableFeedback; }, - $signature: 1747 + $signature: 2788 }; A._ButtonStyleState_build_closure15.prototype = { call$1(style) { return style == null ? null : style.alignment; }, - $signature: 1780 + $signature: 2864 }; A._ButtonStyleState_build_closure16.prototype = { call$1(style) { return style == null ? null : style.get$splashFactory(); }, - $signature: 1781 + $signature: 2922 }; A._ButtonStyleState_build_closure17.prototype = { call$1($status) { @@ -194578,9 +197262,7 @@ A._InputPadding0.prototype = { createRenderObject$1(context) { var t1 = new A._RenderInputPadding0(this.minSize, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -194675,22 +197357,21 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 74 + $signature: 78 }; - A.__ButtonStyleState_State_MaterialStateMixin.prototype = {}; - A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin.prototype = { + A.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { activate$0() { this.super$State$activate(); this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.ButtonTextTheme.prototype = { @@ -194733,9 +197414,9 @@ switch (this.textTheme.index) { case 0: case 1: - return B.RoundedRectangleBorder_LkV; + return B.RoundedRectangleBorder_ifx; case 2: - return B.RoundedRectangleBorder_LkV0; + return B.RoundedRectangleBorder_ifx0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -194749,50 +197430,22 @@ t5 = padding == null ? _this.get$padding(_this) : padding, t6 = _this.get$shape(_this), t7 = colorScheme == null ? _this.colorScheme : colorScheme; - return A.ButtonThemeData$(alignedDropdown === true, _this._buttonColor, t7, _this._disabledColor, _this._focusColor, t4, _this._button_theme$_highlightColor, _this._hoverColor, t2, _this._materialTapTargetSize, t3, t5, t6, _this._splashColor, t1); + return A.ButtonThemeData$(alignedDropdown === true, _this._button_theme$_buttonColor, t7, _this._disabledColor, _this._focusColor, t4, _this._button_theme$_highlightColor, _this._hoverColor, t2, _this._materialTapTargetSize, t3, t5, t6, _this._splashColor, t1); }, copyWith$1$colorScheme(colorScheme) { return this.copyWith$7$alignedDropdown$colorScheme$height$layoutBehavior$minWidth$padding$textTheme(null, colorScheme, null, null, null, null, null); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.ButtonThemeData) - if (other.textTheme === _this.textTheme) - if (other.minWidth === _this.minWidth) - if (other.height === _this.height) - if (J.$eq$(other.get$padding(other), _this.get$padding(_this))) - if (J.$eq$(other.get$shape(other), _this.get$shape(_this))) - if (J.$eq$(other._buttonColor, _this._buttonColor)) - if (J.$eq$(other._focusColor, _this._focusColor)) - if (J.$eq$(other._hoverColor, _this._hoverColor)) - t1 = J.$eq$(other.colorScheme, _this.colorScheme) && other._materialTapTargetSize == _this._materialTapTargetSize; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.ButtonThemeData && other.textTheme === _this.textTheme && other.minWidth === _this.minWidth && other.height === _this.height && J.$eq$(other.get$padding(other), _this.get$padding(_this)) && J.$eq$(other.get$shape(other), _this.get$shape(_this)) && J.$eq$(other._button_theme$_buttonColor, _this._button_theme$_buttonColor) && J.$eq$(other._focusColor, _this._focusColor) && J.$eq$(other._hoverColor, _this._hoverColor) && J.$eq$(other.colorScheme, _this.colorScheme) && other._materialTapTargetSize == _this._materialTapTargetSize; }, get$hashCode(_) { var _this = this; - return A.Object_hash(_this.textTheme, _this.minWidth, _this.height, _this.get$padding(_this), _this.get$shape(_this), false, _this._buttonColor, _this._disabledColor, _this._focusColor, _this._hoverColor, _this._button_theme$_highlightColor, _this._splashColor, _this.colorScheme, _this._materialTapTargetSize, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.textTheme, _this.minWidth, _this.height, _this.get$padding(_this), _this.get$shape(_this), false, _this._button_theme$_buttonColor, _this._disabledColor, _this._focusColor, _this._hoverColor, _this._button_theme$_highlightColor, _this._splashColor, _this.colorScheme, _this._materialTapTargetSize, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; A._ButtonThemeData_Object_Diagnosticable.prototype = {}; @@ -194810,13 +197463,13 @@ var t1, _this = this; _this.super$State$initState(); t1 = _this._widget; - _this.___CalendarDatePickerState__mode = t1.initialCalendarMode; + _this.___CalendarDatePickerState__mode_A = t1.initialCalendarMode; t1 = t1.initialDate; t1 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t1), A.Primitives_getMonth(t1), 1, 0, 0, 0, 0, false); if (!A._isInt(t1)) A.throwExpression(A.argumentErrorValue(t1)); - _this.___CalendarDatePickerState__currentDisplayedMonthDate = new A.DateTime(t1, false); - _this.___CalendarDatePickerState__selectedDate = _this._widget.initialDate; + _this.___CalendarDatePickerState__currentDisplayedMonthDate_A = new A.DateTime(t1, false); + _this.___CalendarDatePickerState__selectedDate_A = _this._widget.initialDate; }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -194824,30 +197477,33 @@ t1 = _this._widget; t2 = t1.initialCalendarMode; if (t2 !== oldWidget.initialCalendarMode) - _this.___CalendarDatePickerState__mode = t2; + _this.___CalendarDatePickerState__mode_A = t2; t1 = t1.initialDate; if (!A.DateUtils_isSameDay(t1, oldWidget.initialDate)) { t1 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t1), A.Primitives_getMonth(t1), 1, 0, 0, 0, 0, false); if (!A._isInt(t1)) A.throwExpression(A.argumentErrorValue(t1)); - _this.___CalendarDatePickerState__currentDisplayedMonthDate = new A.DateTime(t1, false); - _this.___CalendarDatePickerState__selectedDate = _this._widget.initialDate; + _this.___CalendarDatePickerState__currentDisplayedMonthDate_A = new A.DateTime(t1, false); + _this.___CalendarDatePickerState__selectedDate_A = _this._widget.initialDate; } }, didChangeDependencies$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; t1 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - _this.___CalendarDatePickerState__localizations = t1; + _this.___CalendarDatePickerState__localizations_A = t1; t1 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - _this.___CalendarDatePickerState__textDirection = t1.textDirection; + _this.___CalendarDatePickerState__textDirection_A = t1.textDirection; if (!_this._announcedInitialDate) { _this._announcedInitialDate = true; - A.SemanticsService_announce(A._lateReadCheck(_this.___CalendarDatePickerState__localizations, "_localizations").formatFullDate$1(A._lateReadCheck(_this.___CalendarDatePickerState__selectedDate, "_selectedDate")), A._lateReadCheck(_this.___CalendarDatePickerState__textDirection, "_textDirection")); + t1 = _this.___CalendarDatePickerState__localizations_A; + t2 = _this.___CalendarDatePickerState__selectedDate_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + A.SemanticsService_announce(t1.formatFullDate$1(t2), _this.___CalendarDatePickerState__textDirection_A); } }, _vibrate$0() { @@ -194895,27 +197551,32 @@ this.setState$1(new A._CalendarDatePickerState__handleDayChanged_closure(this, value)); }, _buildPicker$0() { - var t1, t2, t3, t4, t5, _this = this, - _s26_ = "_currentDisplayedMonthDate", - _s13_ = "_selectedDate"; - switch (A._lateReadCheck(_this.___CalendarDatePickerState__mode, "_mode")) { - case B.DatePickerMode_0: - t1 = A._lateReadCheck(_this.___CalendarDatePickerState__currentDisplayedMonthDate, _s26_); + var t2, t3, t4, t5, t6, _this = this, + t1 = _this.___CalendarDatePickerState__mode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + switch (t1.index) { + case 0: + t1 = _this.___CalendarDatePickerState__currentDisplayedMonthDate_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._widget; - return new A._MonthPicker(t1, t2.currentDate, t2.firstDate, t2.lastDate, A._lateReadCheck(_this.___CalendarDatePickerState__selectedDate, _s13_), _this.get$_handleDayChanged(), _this.get$_handleMonthChanged(), _this._widget.selectableDayPredicate, _this._monthPickerKey); - case B.DatePickerMode_1: + t3 = t2.currentDate; + t4 = t2.firstDate; + t5 = t2.lastDate; + t6 = _this.___CalendarDatePickerState__selectedDate_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + return new A._MonthPicker(t1, t3, t4, t5, t6, _this.get$_handleDayChanged(), _this.get$_handleMonthChanged(), t2.selectableDayPredicate, _this._monthPickerKey); + case 1: t1 = _this._widget; t2 = t1.currentDate; t3 = t1.firstDate; t1 = t1.lastDate; - t4 = A._lateReadCheck(_this.___CalendarDatePickerState__currentDisplayedMonthDate, _s26_); - t5 = A._lateReadCheck(_this.___CalendarDatePickerState__selectedDate, _s13_); + t4 = _this.___CalendarDatePickerState__currentDisplayedMonthDate_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.___CalendarDatePickerState__selectedDate_A; + t5 === $ && A.throwUnnamedLateFieldNI(); t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2), A.Primitives_getDay(t2), 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); - if (t4 == null) - t4 = t5; - t4.toString; t4 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t4), A.Primitives_getMonth(t4), A.Primitives_getDay(t4), 0, 0, 0, 0, false); if (!A._isInt(t4)) A.throwExpression(A.argumentErrorValue(t4)); @@ -194924,41 +197585,57 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { - var _this = this, _null = null; - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.SizedBox(_null, 346, _this._buildPicker$0(), _null), new A._DatePickerModeToggleButton(A._lateReadCheck(_this.___CalendarDatePickerState__mode, "_mode"), A._lateReadCheck(_this.___CalendarDatePickerState__localizations, "_localizations").formatMonthYear$1(A._lateReadCheck(_this.___CalendarDatePickerState__currentDisplayedMonthDate, "_currentDisplayedMonthDate")), new A._CalendarDatePickerState_build_closure(_this), _null)], type$.JSArray_Widget), _null); + build$1(context) { + var t3, t4, _this = this, _null = null, + t1 = _this._buildPicker$0(), + t2 = _this.___CalendarDatePickerState__mode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___CalendarDatePickerState__localizations_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___CalendarDatePickerState__currentDisplayedMonthDate_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.SizedBox(_null, 346, t1, _null), new A._DatePickerModeToggleButton(t2, t3.formatMonthYear$1(t4), new A._CalendarDatePickerState_build_closure(_this), _null)], type$.JSArray_Widget), _null); } }; A._CalendarDatePickerState__handleModeChanged_closure.prototype = { call$0() { - var t3, - _s14_ = "_localizations", - _s13_ = "_selectedDate", - _s14_0 = "_textDirection", + var t3, t4, t1 = this.$this, t2 = this.mode; - t1.___CalendarDatePickerState__mode = t2; - t2 = A._lateReadCheck(t2, "_mode"); - t3 = t1.___CalendarDatePickerState__localizations; - if (t2 === B.DatePickerMode_0) - A.SemanticsService_announce(A._lateReadCheck(t3, _s14_).formatMonthYear$1(A._lateReadCheck(t1.___CalendarDatePickerState__selectedDate, _s13_)), A._lateReadCheck(t1.___CalendarDatePickerState__textDirection, _s14_0)); - else - A.SemanticsService_announce(A._lateReadCheck(t3, _s14_).formatYear$1(A._lateReadCheck(t1.___CalendarDatePickerState__selectedDate, _s13_)), A._lateReadCheck(t1.___CalendarDatePickerState__textDirection, _s14_0)); + t1.___CalendarDatePickerState__mode_A = t2; + t3 = t1.___CalendarDatePickerState__localizations_A; + t4 = t1.___CalendarDatePickerState__selectedDate_A; + if (t2 === B.DatePickerMode_0) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t3.formatMonthYear$1(t4); + t1 = t1.___CalendarDatePickerState__textDirection_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.SemanticsService_announce(t2, t1); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t3.formatYear$1(t4); + t1 = t1.___CalendarDatePickerState__textDirection_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.SemanticsService_announce(t2, t1); + } }, $signature: 0 }; A._CalendarDatePickerState__handleMonthChanged_closure.prototype = { call$0() { - var _s26_ = "_currentDisplayedMonthDate", + var t3, t1 = this.$this, - t2 = A._lateReadCheck(t1.___CalendarDatePickerState__currentDisplayedMonthDate, _s26_), - t3 = this.date; + t2 = t1.___CalendarDatePickerState__currentDisplayedMonthDate_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = this.date; t3.toString; - if (A.Primitives_getYear(t2) !== A.Primitives_getYear(t3) || A.Primitives_getMonth(A._lateReadCheck(t1.___CalendarDatePickerState__currentDisplayedMonthDate, _s26_)) !== A.Primitives_getMonth(t3)) { + if (A.Primitives_getYear(t2) !== A.Primitives_getYear(t3) || A.Primitives_getMonth(t2) !== A.Primitives_getMonth(t3)) { t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t3), A.Primitives_getMonth(t3), 1, 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); - t1.___CalendarDatePickerState__currentDisplayedMonthDate = new A.DateTime(t2, false); + t1.___CalendarDatePickerState__currentDisplayedMonthDate_A = new A.DateTime(t2, false); t1._widget.toString; } }, @@ -194967,7 +197644,7 @@ A._CalendarDatePickerState__handleYearChanged_closure.prototype = { call$0() { var t1 = this.$this; - t1.___CalendarDatePickerState__mode = B.DatePickerMode_0; + t1.___CalendarDatePickerState__mode_A = B.DatePickerMode_0; t1._handleMonthChanged$1(this._box_0.value); }, $signature: 0 @@ -194976,17 +197653,17 @@ call$0() { var t1 = this.$this, t2 = this.value; - t1.___CalendarDatePickerState__selectedDate = t2; - t1 = t1._widget; - t1.toString; - t1.onDateChanged$1(A._lateReadCheck(t2, "_selectedDate")); + t1.___CalendarDatePickerState__selectedDate_A = t2; + t1._widget.onDateChanged$1(t2); }, $signature: 0 }; A._CalendarDatePickerState_build_closure.prototype = { call$0() { - var t1 = this.$this; - t1._handleModeChanged$1(A._lateReadCheck(t1.___CalendarDatePickerState__mode, "_mode") === B.DatePickerMode_0 ? B.DatePickerMode_1 : B.DatePickerMode_0); + var t1 = this.$this, + t2 = t1.___CalendarDatePickerState__mode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._handleModeChanged$1(t2 === B.DatePickerMode_0 ? B.DatePickerMode_1 : B.DatePickerMode_0); }, $signature: 0 }; @@ -194999,23 +197676,25 @@ initState$0() { var _this = this; _this.super$State$initState(); - _this.___DatePickerModeToggleButtonState__controller = A.AnimationController$(null, B.Duration_200000, null, 0.5, _this._widget.mode === B.DatePickerMode_1 ? 0.5 : 0, _this); + _this.___DatePickerModeToggleButtonState__controller_A = A.AnimationController$(null, B.Duration_200000, null, 0.5, _this._widget.mode === B.DatePickerMode_1 ? 0.5 : 0, _this); }, didUpdateWidget$1(oldWidget) { - var t1, t2, - _s11_ = "_controller"; + var t1, t2; this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.mode; t2 = this._widget.mode; if (t1 === t2) return; - t1 = this.___DatePickerModeToggleButtonState__controller; - if (t2 === B.DatePickerMode_1) - A._lateReadCheck(t1, _s11_).forward$0(0); - else - A._lateReadCheck(t1, _s11_).reverse$0(0); + t1 = this.___DatePickerModeToggleButtonState__controller_A; + if (t2 === B.DatePickerMode_1) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, _null = null, colorScheme = A.Theme_of(context).colorScheme, textTheme = A.Theme_of(context).textTheme, @@ -195029,17 +197708,20 @@ t2 = t2.title; t4 = textTheme.titleSmall; t2 = A.Text$(t2, _null, _null, B.TextOverflow_2, _null, _null, t4 == null ? _null : t4.copyWith$1$color(controlColor), _null, _null, _null); - t4 = A._lateReadCheck(this.___DatePickerModeToggleButtonState__controller, "_controller"); + t4 = this.___DatePickerModeToggleButtonState__controller_A; + t4 === $ && A.throwUnnamedLateFieldNI(); t5 = type$.JSArray_Widget; - t3 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t2, _null), A.RotationTransition$(B.Alignment_0_0, A.Icon$(B.IconData_57496_MaterialIcons_null_false, controlColor, _null), t4)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null); - t1 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, new A.SizedBox(_null, 52, t3, _null), _null), _null)], t5); + t3 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t2, _null), A.RotationTransition$(B.Alignment_0_0, A.Icon$(B.IconData_57496_MaterialIcons_null_false, controlColor, _null), t4)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null); + t1 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, new A.SizedBox(_null, 52, t3, _null), _null), _null)], t5); if (this._widget.mode === B.DatePickerMode_0) t1.push(B.SizedBox_108_null_null_null); return A.Container$(_null, A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 52, _null, _null, B.EdgeInsetsDirectional_16_0_4_0, _null, _null, _null); }, - dispose$0(_) { - A._lateReadCheck(this.___DatePickerModeToggleButtonState__controller, "_controller").dispose$0(0); - this.super$__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___DatePickerModeToggleButtonState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin$dispose(); } }; A._MonthPicker.prototype = { @@ -195059,13 +197741,13 @@ _this.super$State$initState(); t1 = _this._widget; t2 = t1.initialMonth; - _this.___MonthPickerState__currentMonth = t2; - _this.___MonthPickerState__pageController = A.PageController$(A.DateUtils_monthDelta(t1.firstDate, A._lateReadCheck(t2, "_currentMonth")), 1); + _this.___MonthPickerState__currentMonth_A = t2; + _this.___MonthPickerState__pageController_A = A.PageController$(A.DateUtils_monthDelta(t1.firstDate, t2), 1); _this._shortcutMap = B.Map_FLUW6; t2 = type$.JSArray_of_void_Function_Action_Intent; t1 = type$.ObserverList_of_void_Function_Action_Intent; _this._actionMap = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_NextFocusIntent_6xB, new A.CallbackAction(_this.get$_handleGridNextFocus(), new A.ObserverList(A._setArrayType([], t2), t1), type$.CallbackAction_NextFocusIntent), B.Type_PreviousFocusIntent_wsa, new A.CallbackAction(_this.get$_handleGridPreviousFocus(), new A.ObserverList(A._setArrayType([], t2), t1), type$.CallbackAction_PreviousFocusIntent), B.Type_DirectionalFocusIntent_evN, new A.CallbackAction(_this.get$_handleDirectionFocus(), new A.ObserverList(A._setArrayType([], t2), t1), type$.CallbackAction_DirectionalFocusIntent)], type$.Type, type$.Action_Intent); - _this.___MonthPickerState__dayGridFocus = A.FocusNode$(true, "Day Grid", true, true, null, null, false); + _this.___MonthPickerState__dayGridFocus_A = A.FocusNode$(true, "Day Grid", true, true, null, null, false); }, didChangeDependencies$0() { var t1, _this = this; @@ -195074,21 +197756,33 @@ t1.toString; t1 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - _this.___MonthPickerState__localizations = t1; + _this.___MonthPickerState__localizations_A = t1; t1 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - _this.___MonthPickerState__textDirection = t1.textDirection; + _this.___MonthPickerState__textDirection_A = t1.textDirection; }, didUpdateWidget$1(oldWidget) { - var _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (!_this._widget.initialMonth.$eq(0, oldWidget.initialMonth) && !_this._widget.initialMonth.$eq(0, A._lateReadCheck(_this.___MonthPickerState__currentMonth, "_currentMonth"))) + if (!_this._widget.initialMonth.$eq(0, oldWidget.initialMonth)) { + t1 = _this._widget.initialMonth; + t2 = _this.___MonthPickerState__currentMonth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = !t1.$eq(0, t2); + t1 = t2; + } else + t1 = false; + if (t1) $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._MonthPickerState_didUpdateWidget_closure(_this)); }, - dispose$0(_) { - A._lateReadCheck(this.___MonthPickerState__pageController, "_pageController").dispose$0(0); - A._lateReadCheck(this.___MonthPickerState__dayGridFocus, "_dayGridFocus").dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + var t1 = this.___MonthPickerState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = this.___MonthPickerState__dayGridFocus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$State$dispose(); }, _handleDateSelected$1(selectedDate) { this._focusedDay = selectedDate; @@ -195121,7 +197815,8 @@ _handleNextMonth$0() { var t1, position, t2; if (!this.get$_isDisplayingLastMonth()) { - t1 = A._lateReadCheck(this.___MonthPickerState__pageController, "_pageController"); + t1 = this.___MonthPickerState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); position = type$._PagePosition._as(B.JSArray_methods.get$single(t1._positions)); t2 = position.get$page(position); t2.toString; @@ -195131,7 +197826,8 @@ _handlePreviousMonth$0() { var t1, position, t2; if (!this.get$_isDisplayingFirstMonth()) { - t1 = A._lateReadCheck(this.___MonthPickerState__pageController, "_pageController"); + t1 = this.___MonthPickerState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); position = type$._PagePosition._as(B.JSArray_methods.get$single(t1._positions)); t2 = position.get$page(position); t2.toString; @@ -195139,28 +197835,34 @@ } }, _showMonth$2$jump(month, jump) { - var _s15_ = "_pageController", - monthPage = A.DateUtils_monthDelta(this._widget.firstDate, month), - t1 = this.___MonthPickerState__pageController; - if (jump) - A._lateReadCheck(t1, _s15_).jumpToPage$1(monthPage); - else - A._lateReadCheck(t1, _s15_).animateToPage$3$curve$duration(monthPage, B.Cubic_JUR, B.Duration_200000); + var monthPage = A.DateUtils_monthDelta(this._widget.firstDate, month), + t1 = this.___MonthPickerState__pageController_A; + if (jump) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.jumpToPage$1(monthPage); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.animateToPage$3$curve$duration(monthPage, B.Cubic_JUR, B.Duration_200000); + } }, _showMonth$1(month) { return this._showMonth$2$jump(month, false); }, get$_isDisplayingFirstMonth() { - var t1 = A._lateReadCheck(this.___MonthPickerState__currentMonth, "_currentMonth"), - t2 = this._widget.firstDate; + var t2, + t1 = this.___MonthPickerState__currentMonth_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._widget.firstDate; t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2), 1, 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); return !(t1._value > t2); }, get$_isDisplayingLastMonth() { - var t1 = A._lateReadCheck(this.___MonthPickerState__currentMonth, "_currentMonth"), - t2 = this._widget.lastDate; + var t2, + t1 = this.___MonthPickerState__currentMonth_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._widget.lastDate; t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2), 1, 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); @@ -195170,17 +197872,17 @@ this.setState$1(new A._MonthPickerState__handleGridFocusChange_closure(this, focused)); }, _handleGridNextFocus$1(intent) { - var t1, - _s13_ = "_dayGridFocus"; - A._lateReadCheck(this.___MonthPickerState__dayGridFocus, _s13_).requestFocus$0(); - t1 = A._lateReadCheck(this.___MonthPickerState__dayGridFocus, _s13_); + var t1 = this.___MonthPickerState__dayGridFocus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); + t1 = this.___MonthPickerState__dayGridFocus_A; t1._context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusTraversalGroupMarker).policy._moveFocus$2$forward(t1, true); }, _handleGridPreviousFocus$1(intent) { - var t1, - _s13_ = "_dayGridFocus"; - A._lateReadCheck(this.___MonthPickerState__dayGridFocus, _s13_).requestFocus$0(); - t1 = A._lateReadCheck(this.___MonthPickerState__dayGridFocus, _s13_); + var t1 = this.___MonthPickerState__dayGridFocus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); + t1 = this.___MonthPickerState__dayGridFocus_A; t1._context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusTraversalGroupMarker).policy._moveFocus$2$forward(t1, false); }, _handleDirectionFocus$1(intent) { @@ -195235,28 +197937,38 @@ t1 = this._widget; return new A._DayPicker(t1.selectedDate, t1.currentDate, this.get$_handleDateSelected(), t1.firstDate, t1.lastDate, month, t1.selectableDayPredicate, new A.ValueKey(month, type$.ValueKey_DateTime)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, - _s14_ = "_localizations", - _s13_ = "_dayGridFocus", t1 = A.Theme_of(context).colorScheme.onSurface.value, controlColor = A.Color$fromARGB(153, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - t1 = _this.get$_isDisplayingFirstMonth() ? _null : A._lateReadCheck(_this.___MonthPickerState__localizations, _s14_).get$previousMonthTooltip(); + if (_this.get$_isDisplayingFirstMonth()) + t1 = _null; + else { + t1 = _this.___MonthPickerState__localizations_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$previousMonthTooltip(); + } t1 = A.IconButton$(B.Alignment_0_0, controlColor, _null, true, B.Icon_cKo, _null, _this.get$_isDisplayingFirstMonth() ? _null : _this.get$_handlePreviousMonth(), B.EdgeInsets_8_8_8_8, _null, t1, _null); - t2 = _this.get$_isDisplayingLastMonth() ? _null : A._lateReadCheck(_this.___MonthPickerState__localizations, _s14_).get$nextMonthTooltip(); + if (_this.get$_isDisplayingLastMonth()) + t2 = _null; + else { + t2 = _this.___MonthPickerState__localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.get$nextMonthTooltip(); + } t3 = type$.JSArray_Widget; t2 = A.Container$(_null, A.Row$(A._setArrayType([B.Spacer_null, t1, A.IconButton$(B.Alignment_0_0, controlColor, _null, true, B.Icon_wEo, _null, _this.get$_isDisplayingLastMonth() ? _null : _this.get$_handleNextMonth(), B.EdgeInsets_8_8_8_8, _null, t2, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 52, _null, _null, B.EdgeInsetsDirectional_16_0_4_0, _null, _null, _null); t1 = _this._shortcutMap; t4 = _this._actionMap; - t5 = A._lateReadCheck(_this.___MonthPickerState__dayGridFocus, _s13_); - t6 = A._lateReadCheck(_this.___MonthPickerState__dayGridFocus, _s13_).get$hasFocus() ? _this._focusedDay : _null; - t7 = A._lateReadCheck(_this.___MonthPickerState__pageController, "_pageController"); + t5 = _this.___MonthPickerState__dayGridFocus_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = t5.get$hasFocus() ? _this._focusedDay : _null; + t7 = _this.___MonthPickerState__pageController_A; + t7 === $ && A.throwUnnamedLateFieldNI(); t8 = _this._widget; t8 = A.DateUtils_monthDelta(t8.firstDate, t8.lastDate); - if (t7 == null) - t7 = $.$get$_defaultPageController(); - t3 = A.Column$(A._setArrayType([t2, A.Expanded$(A.FocusableActionDetector$(t4, false, new A._FocusedDate(t6, new A.PageView(t7, _null, _this.get$_handleMonthPageChanged(), new A.SliverChildBuilderDelegate(_this.get$_buildItems(), t8 + 1, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null), B.DragStartBehavior_1, _this._pageViewKey), _null), true, t5, B.C__DeferringMouseCursor, _this.get$_handleGridFocusChange(), _null, _null, t1), 1)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t3, _null); + t1 = A.Column$(A._setArrayType([t2, A.Expanded$(A.FocusableActionDetector$(t4, false, new A._FocusedDate(t6, new A.PageView(t7, _null, _this.get$_handleMonthPageChanged(), new A.SliverChildBuilderDelegate(_this.get$_buildItems(), t8 + 1, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null), B.DragStartBehavior_1, B.Clip_1, _this._pageViewKey), _null), true, t5, B.C__DeferringMouseCursor, _this.get$_handleGridFocusChange(), _null, _null, t1), 1)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); } }; A._MonthPickerState_didUpdateWidget_closure.prototype = { @@ -195264,54 +197976,59 @@ var t1 = this.$this; return t1._showMonth$2$jump(t1._widget.initialMonth, true); }, - $signature: 24 + $signature: 19 }; A._MonthPickerState__handleMonthPageChanged_closure.prototype = { call$0() { var monthDate, t3, - _s13_ = "_currentMonth", t1 = this.$this, t2 = t1._widget.firstDate; t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2) + this.monthPage, 1, 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); monthDate = new A.DateTime(t2, false); - if (!A.DateUtils_isSameMonth(A._lateReadCheck(t1.___MonthPickerState__currentMonth, _s13_), monthDate)) { + t2 = t1.___MonthPickerState__currentMonth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!A.DateUtils_isSameMonth(t2, monthDate)) { t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(monthDate), A.Primitives_getMonth(monthDate), 1, 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); t2 = new A.DateTime(t2, false); - t1.___MonthPickerState__currentMonth = t2; - t3 = t1._widget; - t3.toString; - t3.onDisplayedMonthChanged$1(A._lateReadCheck(t2, _s13_)); + t1.___MonthPickerState__currentMonth_A = t2; + t1._widget.onDisplayedMonthChanged$1(t2); t2 = t1._focusedDay; - if (t2 != null && !A.DateUtils_isSameMonth(t2, A._lateReadCheck(t1.___MonthPickerState__currentMonth, _s13_))) { - t2 = A._lateReadCheck(t1.___MonthPickerState__currentMonth, _s13_); - t3 = t1._focusedDay; - t3.toString; - t1._focusedDay = t1._focusableDayForMonth$2(t2, A.Primitives_getDay(t3)); + if (t2 != null && !A.DateUtils_isSameMonth(t2, t1.___MonthPickerState__currentMonth_A)) { + t3 = t1.___MonthPickerState__currentMonth_A; + t2.toString; + t1._focusedDay = t1._focusableDayForMonth$2(t3, A.Primitives_getDay(t2)); } - A.SemanticsService_announce(A._lateReadCheck(t1.___MonthPickerState__localizations, "_localizations").formatMonthYear$1(A._lateReadCheck(t1.___MonthPickerState__currentMonth, _s13_)), A._lateReadCheck(t1.___MonthPickerState__textDirection, "_textDirection")); + t2 = t1.___MonthPickerState__localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.formatMonthYear$1(t1.___MonthPickerState__currentMonth_A); + t1 = t1.___MonthPickerState__textDirection_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.SemanticsService_announce(t2, t1); } }, $signature: 0 }; A._MonthPickerState__handleGridFocusChange_closure.prototype = { call$0() { - var t1, t2, t3, - _s13_ = "_currentMonth"; + var t1, t2, t3, t4; if (this.focused && this.$this._focusedDay == null) { t1 = this.$this; - if (A.DateUtils_isSameMonth(t1._widget.selectedDate, A._lateReadCheck(t1.___MonthPickerState__currentMonth, _s13_))) - t1._focusedDay = t1._widget.selectedDate; + t2 = t1._widget; + t3 = t2.selectedDate; + t4 = t1.___MonthPickerState__currentMonth_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (A.DateUtils_isSameMonth(t3, t4)) + t1._focusedDay = t3; else { - t2 = A.DateUtils_isSameMonth(t1._widget.currentDate, A._lateReadCheck(t1.___MonthPickerState__currentMonth, _s13_)); - t3 = t1.___MonthPickerState__currentMonth; - if (t2) - t1._focusedDay = t1._focusableDayForMonth$2(A._lateReadCheck(t3, _s13_), A.Primitives_getDay(t1._widget.currentDate)); + t2 = t2.currentDate; + if (A.DateUtils_isSameMonth(t2, t4)) + t1._focusedDay = t1._focusableDayForMonth$2(t4, A.Primitives_getDay(t2)); else - t1._focusedDay = t1._focusableDayForMonth$2(A._lateReadCheck(t3, _s13_), 1); + t1._focusedDay = t1._focusableDayForMonth$2(t4, 1); } } }, @@ -195326,11 +198043,10 @@ nextDate = t1._nextDateInDirection$2(t2, this.intent.direction); if (nextDate != null) { t1._focusedDay = nextDate; - if (!A.DateUtils_isSameMonth(nextDate, A._lateReadCheck(t1.___MonthPickerState__currentMonth, "_currentMonth"))) { - t2 = t1._focusedDay; - t2.toString; - t1._showMonth$1(t2); - } + t2 = t1.___MonthPickerState__currentMonth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!A.DateUtils_isSameMonth(nextDate, t2)) + t1._showMonth$1(nextDate); } }, $signature: 0 @@ -195362,38 +198078,45 @@ index0 = index + 1; _list[index] = A.FocusNode$(true, "Day " + index0, true, true, null, null, true); } - this.___DayPickerState__dayFocusNodes = _list; + this.___DayPickerState__dayFocusNodes_A = _list; }, didChangeDependencies$0() { - var focusedDate, _this = this; + var focusedDate, t1, _this = this; _this.super$State$didChangeDependencies(); focusedDate = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$._FocusedDate); focusedDate = focusedDate == null ? null : focusedDate.date; - if (focusedDate != null && A.DateUtils_isSameMonth(_this._widget.displayedMonth, focusedDate)) - J.$index$asx(A._lateReadCheck(_this.___DayPickerState__dayFocusNodes, "_dayFocusNodes"), A.Primitives_getDay(focusedDate) - 1).requestFocus$0(); + if (focusedDate != null && A.DateUtils_isSameMonth(_this._widget.displayedMonth, focusedDate)) { + t1 = _this.___DayPickerState__dayFocusNodes_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[A.Primitives_getDay(focusedDate) - 1].requestFocus$0(); + } }, - dispose$0(_) { - var t1, t2, _i, node, t3; - for (t1 = A._lateReadCheck(this.___DayPickerState__dayFocusNodes, "_dayFocusNodes"), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + dispose$0() { + var t2, _i, node, t3, + t1 = this.___DayPickerState__dayFocusNodes_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { node = t1[_i]; t3 = node._attachment; if (t3 != null) t3.detach$0(0); - J.getInterceptor$x(node).super$ChangeNotifier$dispose(node); + node.super$ChangeNotifier$dispose(); } - this.super$State$dispose(0); + this.super$State$dispose(); }, _dayHeaders$2(headerStyle, localizations) { var i, _null = null, result = A._setArrayType([], type$.JSArray_Widget); - for (i = localizations.get$firstDayOfWeekIndex(); true; i = B.JSInt_methods.$mod(i + 1, 7)) { + for (i = localizations.get$firstDayOfWeekIndex(); true; i = (i + 1) % 7) { result.push(new A.ExcludeSemantics(true, new A.Center(B.Alignment_0_0, _null, _null, new A.Text(localizations.get$narrowWeekdays()[i], _null, headerStyle, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null)); if (i === B.JSInt_methods.$mod(localizations.get$firstDayOfWeekIndex() - 1, 7)) break; } return result; }, - build$1(_, context) { + build$1(context) { var t2, headerStyle, t3, t4, t5, enabledDayColor, disabledDayColor, selectedDayColor, selectedDayBackground, year, month, daysInMonth, dayOffset, dayItems, day, dayToBuild, isDisabled, isSelectedDay, isToday, decoration, dayColor, side, dayWidget, t6, _this = this, _null = null, colorScheme = A.Theme_of(context).colorScheme, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); @@ -195450,7 +198173,7 @@ dayColor = disabledDayColor; decoration = _null; } else if (isToday) { - side = new A.BorderSide(selectedDayBackground, 1, B.BorderStyle_1); + side = new A.BorderSide(selectedDayBackground, 1, B.BorderStyle_1, B.StrokeAlign_0); decoration = new A.BoxDecoration(_null, _null, new A.Border(side, side, side, side), _null, _null, _null, B.BoxShape_1); dayColor = selectedDayBackground; } else { @@ -195461,17 +198184,19 @@ if (isDisabled) dayWidget = new A.ExcludeSemantics(true, dayWidget, _null); else { - t3 = J.$index$asx(A._lateReadCheck(_this.___DayPickerState__dayFocusNodes, "_dayFocusNodes"), day - 1); + t3 = _this.___DayPickerState__dayFocusNodes_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3[day - 1]; t4 = A.Color$fromARGB(97, selectedDayBackground.get$value(selectedDayBackground) >>> 16 & 255, selectedDayBackground.get$value(selectedDayBackground) >>> 8 & 255, selectedDayBackground.get$value(selectedDayBackground) & 255); t5 = t1.formatDecimal$1(day); t6 = t1.formatFullDate$1(dayToBuild); - dayWidget = new A.InkResponse(new A.Semantics(new A.SemanticsProperties(_null, _null, _null, isSelectedDay, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5 + ", " + t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, dayWidget, _null), new A._DayPickerState_build_closure(_this, dayToBuild), _null, _null, _null, _null, _null, _null, _null, _null, false, B.BoxShape_1, 25, _null, _null, _null, _null, _null, _null, t4, _null, true, false, _null, false, t3, true, _null); + dayWidget = new A.InkResponse(new A.Semantics(new A.SemanticsProperties(_null, _null, _null, isSelectedDay, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5 + ", " + t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, dayWidget, _null), new A._DayPickerState_build_closure(_this, dayToBuild), _null, _null, _null, _null, _null, _null, _null, _null, false, B.BoxShape_1, 25, _null, _null, _null, _null, _null, _null, t4, _null, true, false, _null, false, t3, true, _null, _null); } dayItems.push(dayWidget); } } t1 = A.SliverChildListDelegate$(dayItems, true, false, true); - return new A.Padding(B.EdgeInsets_8_0_8_0, new A.GridView(B.C__DayPickerGridDelegate, t1, _null, B.Axis_1, false, _null, true, B.ClampingScrollPhysics_null, _null, false, _null, 0, _null, _null, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null), _null); + return new A.Padding(B.EdgeInsets_8_0_8_0, new A.GridView(B.C__DayPickerGridDelegate, t1, _null, B.Axis_1, false, _null, _null, B.ClampingScrollPhysics_null, _null, false, _null, 0, _null, _null, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null), _null); } }; A._DayPickerState_build_closure.prototype = { @@ -195502,13 +198227,16 @@ initState$0() { var _this = this; _this.super$State$initState(); - _this.___YearPickerState__scrollController = new A.ScrollController(_this._scrollOffsetForYear$1(_this._widget.selectedDate), true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this.___YearPickerState__scrollController_A = A.ScrollController$(_this._scrollOffsetForYear$1(_this._widget.selectedDate), true); }, didUpdateWidget$1(oldWidget) { - var _this = this; + var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (!J.$eq$(_this._widget.selectedDate, oldWidget.selectedDate)) - A._lateReadCheck(_this.___YearPickerState__scrollController, "_scrollController").jumpTo$1(_this._scrollOffsetForYear$1(_this._widget.selectedDate)); + if (!J.$eq$(_this._widget.selectedDate, oldWidget.selectedDate)) { + t1 = _this.___YearPickerState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.jumpTo$1(_this._scrollOffsetForYear$1(_this._widget.selectedDate)); + } }, _scrollOffsetForYear$1(date) { var initialYearRow; @@ -195547,22 +198275,21 @@ else decoration = isCurrentYear && !isDisabled ? new A.BoxDecoration(_null, _null, A.Border_Border$all(colorScheme.primary, 1), A.BorderRadius$circular(18), _null, _null, B.BoxShape_0) : _null; t1 = A.Text$(B.JSInt_methods.toString$0(year), _null, _null, _null, _null, _null, itemStyle, _null, _null, _null); - yearItem = A.Center$(A.Container$(_null, A.Center$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSelected, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null), _null, _null), B.Clip_0, _null, _null, decoration, _null, 36, _null, _null, _null, _null, _null, 72), _null, _null); - return isDisabled ? new A.ExcludeSemantics(true, yearItem, _null) : A.InkWell$(false, _null, true, yearItem, _null, true, _null, _null, _null, _null, new A.ValueKey(year, type$.ValueKey_int), _null, _null, _null, _null, _null, _null, new A._YearPickerState__buildYearItem_closure(_this, year), _null, _null, _null, _null, _null, _null); + yearItem = A.Center$(A.Container$(_null, A.Center$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null), _null, _null), B.Clip_0, _null, _null, decoration, _null, 36, _null, _null, _null, _null, _null, 72), _null, _null); + return isDisabled ? new A.ExcludeSemantics(true, yearItem, _null) : A.InkWell$(false, _null, true, yearItem, _null, true, _null, _null, _null, _null, new A.ValueKey(year, type$.ValueKey_int), _null, _null, _null, _null, _null, _null, new A._YearPickerState__buildYearItem_closure(_this, year), _null, _null, _null, _null, _null, _null, _null); }, get$_itemCount() { var t1 = this._widget; return A.Primitives_getYear(t1.lastDate) - A.Primitives_getYear(t1.firstDate) + 1; }, - build$1(_, context) { - var t2, t3, t4, _this = this, _null = null, - t1 = A._lateReadCheck(_this.___YearPickerState__scrollController, "_scrollController"); + build$1(context) { + var t2, t3, _this = this, _null = null, + t1 = _this.___YearPickerState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._widget.toString; t2 = Math.max(_this.get$_itemCount(), 18); - t3 = t1 == null && true; - t4 = t1 == null && true; - t4 = t4 ? B.AlwaysScrollableScrollPhysics_null : _null; - return A.Column$(A._setArrayType([B.Divider_null_null_null_null, A.Expanded$(new A.GridView(B.C__YearPickerGridDelegate, new A.SliverChildBuilderDelegate(_this.get$_buildYearItem(), t2, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null), B.EdgeInsets_16_0_16_0, B.Axis_1, false, t1, t3, t4, _null, false, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null), 1), B.Divider_null_null_null_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t3 = _null; + return A.Column$(A._setArrayType([B.Divider_null_null_null_null, A.Expanded$(new A.GridView(B.C__YearPickerGridDelegate, new A.SliverChildBuilderDelegate(_this.get$_buildYearItem(), t2, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), _null), B.EdgeInsets_16_0_16_0, B.Axis_1, false, t1, _null, t3, _null, false, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null), 1), B.Divider_null_null_null_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }; A._YearPickerState__buildYearItem_closure.prototype = { @@ -195586,13 +198313,13 @@ } }; A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -195601,17 +198328,19 @@ } }; A.Card.prototype = { - build$1(_, context) { + build$1(context) { var defaults, t1, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, cardTheme = A.Theme_of(context).cardTheme; A.Theme_of(context).toString; - defaults = new A._DefaultsM21(context, B.Clip_0, _null, _null, _null, 1, B.EdgeInsets_4_4_4_4, B.RoundedRectangleBorder_LkV0); + defaults = new A._CardDefaultsM2(context, B.Clip_0, _null, _null, _null, 1, B.EdgeInsets_4_4_4_4, B.RoundedRectangleBorder_ifx0); t1 = _this.semanticContainer; t2 = _this.margin; if (t2 == null) t2 = cardTheme.margin; - if (t2 == null) - t2 = B.EdgeInsets_4_4_4_4; + if (t2 == null) { + t2 = defaults.margin; + t2.toString; + } t3 = _this.color; if (t3 == null) t3 = cardTheme.color; @@ -195626,23 +198355,27 @@ t6 = _this.elevation; if (t6 == null) t6 = cardTheme.elevation; - if (t6 == null) - t6 = 1; + if (t6 == null) { + t6 = defaults.elevation; + t6.toString; + } t7 = _this.shape; if (t7 == null) t7 = cardTheme.shape; if (t7 == null) - t7 = B.RoundedRectangleBorder_LkV0; + t7 = defaults.shape; t8 = _this.clipBehavior; if (t8 == null) t8 = cardTheme.clipBehavior; - if (t8 == null) - t8 = B.Clip_0; - t2 = A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t1, false, _this.child, _null), t8, t3, t6, _null, t4, t7, t5, _null, B.MaterialType_1), B.Clip_0, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, false, false, t2, _null); + if (t8 == null) { + t8 = defaults.clipBehavior; + t8.toString; + } + t2 = A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t1, false, _this.child, _null), t8, t3, t6, _null, t4, t7, t5, _null, B.MaterialType_1), B.Clip_0, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, false, false, t2, _null); } }; - A._DefaultsM21.prototype = { + A._CardDefaultsM2.prototype = { get$color(_) { return A.Theme_of(this.context).cardColor; }, @@ -195698,9 +198431,9 @@ _this.animateToValue$0(); } }, - dispose$0(_) { - this._checkbox$_painter.dispose$0(0); - this.super$__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(0); + dispose$0() { + this._checkbox$_painter.dispose$0(); + this.super$__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(); }, get$onChanged() { return this._widget.onChanged; @@ -195724,7 +198457,7 @@ return side; return null; }, - build$1(_, context) { + build$1(context) { var checkboxTheme, t1, effectiveMaterialTapTargetSize, effectiveVisualDensity, size, activeStates, inactiveStates, effectiveActiveColor, effectiveInactiveColor, focusedStates, t2, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, effectiveCheckColor, t3, _this = this, _null = null, themeData = A.Theme_of(context); context.dependOnInheritedWidgetOfExactType$1$0(type$.CheckboxTheme); @@ -195796,18 +198529,26 @@ effectiveInactivePressedOverlayColor = t1; if (effectiveInactivePressedOverlayColor == null) effectiveInactivePressedOverlayColor = A.Color$fromARGB(31, effectiveActiveColor.get$value(effectiveActiveColor) >>> 16 & 255, effectiveActiveColor.get$value(effectiveActiveColor) >>> 8 & 255, effectiveActiveColor.get$value(effectiveActiveColor) & 255); - _this._widget.toString; - t1 = checkboxTheme.checkColor; - t1 = t1 == null ? _null : t1.resolve$1(0, _this.get$states()); + t1 = _this._widget.checkColor; + t2 = checkboxTheme.checkColor; + t1 = t2 == null ? _null : t2.resolve$1(0, _this.get$states()); effectiveCheckColor = t1; if (effectiveCheckColor == null) effectiveCheckColor = B.Color_4294967295; t1 = _this._widget.value; t2 = _this._checkbox$_painter; - t2.set$position(0, A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position")); - t2.set$reaction(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reaction, "_reaction")); - t2.set$reactionFocusFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade, "_reactionFocusFade")); - t2.set$reactionHoverFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade, "_reactionHoverFade")); + t3 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.set$position(0, t3); + t3 = _this.ToggleableStateMixin___ToggleableStateMixin__reaction_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.set$reaction(t3); + t3 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.set$reactionFocusFade(t3); + t3 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.set$reactionHoverFade(t3); t2.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); t2.set$reactionColor(effectiveActivePressedOverlayColor); t2.set$hoverColor(effectiveHoverOverlayColor); @@ -195825,11 +198566,11 @@ t2.set$previousValue(_this._previousValue); _this._widget.toString; t3 = checkboxTheme.shape; - t2.set$shape(0, t3 == null ? B.RoundedRectangleBorder_LkV3 : t3); + t2.set$shape(0, t3 == null ? B.RoundedRectangleBorder_ifx3 : t3); t3 = _this._resolveSide$1(_this._widget.side); t2.set$side(t3 == null ? _this._resolveSide$1(checkboxTheme.side) : t3); t2 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._CheckboxState_build_closure(_this, checkboxTheme), type$._MaterialStatePropertyWith_MouseCursor), t2, size); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t2, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t2, _null); } }; A._CheckboxState__widgetFillColor_closure.prototype = { @@ -195840,7 +198581,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 220 + $signature: 215 }; A._CheckboxState__defaultFillColor_closure.prototype = { call$1(states) { @@ -195850,7 +198591,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 116 + $signature: 115 }; A._CheckboxState_build_closure.prototype = { call$1(states) { @@ -195861,7 +198602,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 509 + $signature: 465 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -195920,7 +198661,7 @@ }, _drawBox$5(canvas, outer, paint, side, fill) { if (fill) - canvas.drawPath$2(0, this._checkbox$_shape.getOuterPath$1(outer), paint); + canvas.drawPath$2(this._checkbox$_shape.getOuterPath$1(outer), paint); if (side != null) this._checkbox$_shape.copyWith$1$side(side).paint$2(canvas, outer); }, @@ -195941,7 +198682,7 @@ path.lineTo$2(0, t1 + 7.2, t2 + 12.6); path.lineTo$2(0, t1 + t3._dx, t2 + t3._dy); } - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); }, _drawDash$4(canvas, origin, t, paint) { var t2, @@ -195949,7 +198690,7 @@ t1.toString; t2 = A.Offset_lerp(B.Offset_9_9, B.Offset_Gl7, t); t2.toString; - canvas.drawLine$3(0, origin.$add(0, t1), origin.$add(0, t2), paint); + canvas.drawLine$3(origin.$add(0, t1), origin.$add(0, t2), paint); }, paint$2(canvas, size) { var t1, strokePaint, t2, origin, $status, t3, tNormalized, t, outer, paint, border, tShrink, tExpand, _this = this; @@ -195974,7 +198715,7 @@ paint.set$color(0, _this._colorAt$1(t)); border = _this._side; if (t <= 0.5) - _this._drawBox$5(canvas, outer, paint, border == null ? new A.BorderSide(paint.get$color(paint), 2, B.BorderStyle_1) : border, false); + _this._drawBox$5(canvas, outer, paint, border == null ? new A.BorderSide(paint.get$color(paint), 2, B.BorderStyle_1, B.StrokeAlign_0) : border, false); else { _this._drawBox$5(canvas, outer, paint, border, true); tShrink = (t - 0.5) * 2; @@ -196012,13 +198753,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype = { @@ -196026,25 +198767,33 @@ var t1, _this = this, _null = null; _this.super$State$initState(); t1 = A.AnimationController$(_null, B.Duration_200000, _null, 1, _this._widget.value === false ? 0 : 1, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__positionController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__position = A.CurvedAnimation$(B.Cubic_JUR0, A._lateReadCheck(t1, "_positionController"), B.Cubic_xDo0); + _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__position_A = A.CurvedAnimation$(B.Cubic_JUR0, t1, B.Cubic_xDo0); t1 = A.AnimationController$(_null, B.Duration_100000, _null, 1, _null, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reaction = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reaction_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t1 = A.AnimationController$(_null, B.Duration_50000, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionHoverFadeController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t1 = A.AnimationController$(_null, B.Duration_50000, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionFocusFadeController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, "_positionController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController, "_reactionHoverFadeController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController, "_reactionFocusFadeController").dispose$0(0); - _this.super$__CheckboxState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var _this = this, + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__CheckboxState_State_TickerProviderStateMixin$dispose(); } }; A.CheckboxListTile.prototype = { @@ -196062,7 +198811,7 @@ break; } }, - build$1(_, context) { + build$1(context) { var trailing, leading, _this = this, _null = null, t1 = _this.activeColor, control = A.Checkbox$(t1, false, _null, B.MaterialTapTargetSize_1, _this.onChanged, _null, _null, false, _this.value); @@ -196081,7 +198830,7 @@ } if (t1 == null) t1 = A.Theme_of(context).toggleableActiveColor; - return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _this.contentPadding, _this.dense, _null, true, _null, _null, false, _null, leading, _null, _this.get$_handleValueChange(), false, _null, _null, _null, _null, _this.title, trailing, _null), t1), _null); + return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _this.contentPadding, _this.dense, _null, true, _null, _null, false, _null, leading, _null, _this.get$_handleValueChange(), false, _null, _null, _null, _null, _this.title, trailing, _null), t1, _null), _null); }, get$value(receiver) { return this.value; @@ -196093,48 +198842,21 @@ return A.Object_hash(_this.mouseCursor, _this.fillColor, _this.checkColor, _this.overlayColor, _this.splashRadius, _this.materialTapTargetSize, _this.visualDensity, _this.shape, _this.side, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.CheckboxThemeData) - if (other.fillColor == _this.fillColor) - if (other.checkColor == _this.checkColor) - if (other.overlayColor == _this.overlayColor) - if (other.splashRadius == _this.splashRadius) - t1 = J.$eq$(other.shape, _this.shape) && J.$eq$(other.side, _this.side); - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.CheckboxThemeData && other.fillColor == _this.fillColor && other.checkColor == _this.checkColor && other.overlayColor == _this.overlayColor && other.splashRadius == _this.splashRadius && J.$eq$(other.shape, _this.shape) && J.$eq$(other.side, _this.side); } }; - A._LerpProperties4.prototype = { - resolve$1(_, states) { - var resolvedB, _this = this, - t1 = _this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = _this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); - }, - $isMaterialStateProperty: 1 - }; A._CheckboxThemeData_Object_Diagnosticable.prototype = {}; A.ChipThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.backgroundColor, _this.deleteIconColor, _this.disabledColor, _this.selectedColor, _this.secondarySelectedColor, _this.shadowColor, _this.selectedShadowColor, _this.checkmarkColor, _this.labelPadding, _this.padding, _this.side, _this.shape, _this.labelStyle, _this.secondaryLabelStyle, _this.brightness, _this.elevation, _this.pressElevation, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hashAll([_this.backgroundColor, _this.deleteIconColor, _this.disabledColor, _this.selectedColor, _this.secondarySelectedColor, _this.shadowColor, _this.surfaceTintColor, _this.selectedShadowColor, _this.showCheckmark, _this.checkmarkColor, _this.labelPadding, _this.padding, _this.side, _this.shape, _this.labelStyle, _this.secondaryLabelStyle, _this.brightness, _this.elevation, _this.pressElevation, _this.iconTheme]); }, $eq(_, other) { var _this = this; @@ -196144,13 +198866,13 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.ChipThemeData && J.$eq$(other.backgroundColor, _this.backgroundColor) && J.$eq$(other.deleteIconColor, _this.deleteIconColor) && J.$eq$(other.disabledColor, _this.disabledColor) && J.$eq$(other.selectedColor, _this.selectedColor) && J.$eq$(other.secondarySelectedColor, _this.secondarySelectedColor) && J.$eq$(other.shadowColor, _this.shadowColor) && J.$eq$(other.selectedShadowColor, _this.selectedShadowColor) && J.$eq$(other.checkmarkColor, _this.checkmarkColor) && J.$eq$(other.labelPadding, _this.labelPadding) && J.$eq$(other.padding, _this.padding) && J.$eq$(other.side, _this.side) && J.$eq$(other.shape, _this.shape) && J.$eq$(other.labelStyle, _this.labelStyle) && J.$eq$(other.secondaryLabelStyle, _this.secondaryLabelStyle) && other.brightness == _this.brightness && other.elevation == _this.elevation && other.pressElevation == _this.pressElevation; + return other instanceof A.ChipThemeData && J.$eq$(other.backgroundColor, _this.backgroundColor) && J.$eq$(other.deleteIconColor, _this.deleteIconColor) && J.$eq$(other.disabledColor, _this.disabledColor) && J.$eq$(other.selectedColor, _this.selectedColor) && J.$eq$(other.secondarySelectedColor, _this.secondarySelectedColor) && J.$eq$(other.shadowColor, _this.shadowColor) && J.$eq$(other.surfaceTintColor, _this.surfaceTintColor) && J.$eq$(other.selectedShadowColor, _this.selectedShadowColor) && other.showCheckmark == _this.showCheckmark && J.$eq$(other.checkmarkColor, _this.checkmarkColor) && J.$eq$(other.labelPadding, _this.labelPadding) && J.$eq$(other.padding, _this.padding) && J.$eq$(other.side, _this.side) && J.$eq$(other.shape, _this.shape) && J.$eq$(other.labelStyle, _this.labelStyle) && J.$eq$(other.secondaryLabelStyle, _this.secondaryLabelStyle) && other.brightness == _this.brightness && other.elevation == _this.elevation && other.pressElevation == _this.pressElevation && J.$eq$(other.iconTheme, _this.iconTheme); } }; A._ChipThemeData_Object_Diagnosticable.prototype = {}; A.ColorScheme.prototype = { copyWith$3$brightness$primary$secondary(brightness, primary, secondary) { - var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, _this = this, + var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, _this = this, _null = null, t1 = brightness == null ? _this.brightness : brightness, t2 = primary == null ? _this.primary : primary, t3 = _this.onPrimary, @@ -196543,15 +199265,14 @@ if (effectiveHorizontalMargin == null) effectiveHorizontalMargin = 24; effectiveCheckboxHorizontalMarginStart = themeData.dataTableTheme.checkboxHorizontalMargin; - t1 = effectiveCheckboxHorizontalMarginStart == null; - effectiveCheckboxHorizontalMarginStart0 = t1 ? effectiveHorizontalMargin : effectiveCheckboxHorizontalMarginStart; - effectiveCheckboxHorizontalMarginEnd = t1 ? effectiveHorizontalMargin / 2 : effectiveCheckboxHorizontalMarginStart; + effectiveCheckboxHorizontalMarginStart0 = effectiveCheckboxHorizontalMarginStart == null ? effectiveHorizontalMargin : effectiveCheckboxHorizontalMarginStart; + effectiveCheckboxHorizontalMarginEnd = effectiveCheckboxHorizontalMarginStart == null ? effectiveHorizontalMargin / 2 : effectiveCheckboxHorizontalMarginStart; t1 = A.Center$(A.Checkbox$(_null, false, _null, _null, onCheckboxChanged, _null, _null, tristate, checked), _null, _null); - contents = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A.Padding(new A.EdgeInsetsDirectional(effectiveCheckboxHorizontalMarginStart0, 0, effectiveCheckboxHorizontalMarginEnd, 0), t1, _null), _null); + contents = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A.Padding(new A.EdgeInsetsDirectional(effectiveCheckboxHorizontalMarginStart0, 0, effectiveCheckboxHorizontalMarginEnd, 0), t1, _null), _null); return A.TableCell$(onRowTap != null ? A.TableRowInkWell$(contents, _null, onRowTap, overlayColor) : contents, B.TableCellVerticalAlignment_4); }, - build$1(_, context) { - var effectiveDataRowColor, t1, anyRowSelectable, rowsWithCheckbox, t2, rowsChecked, allChecked, someChecked, effectiveHorizontalMargin, t3, effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginEnd, effectiveColumnSpacing, tableColumns, tableRows, t4, rowIndex, _i, row, displayCheckboxColumn, displayColumnIndex, t5, t6, t7, t8, t9, paddingEnd, t10, paddingStart, dataColumnIndex, t11, column, t12, paddingStart0, padding, t13, t14, themeData, dataTableTheme0, t15, t16, label, effectiveHeadingTextStyle, effectiveHeadingRowHeight, cell, effectiveDataTextStyle, effectiveDataRowHeight, _this = this, _null = null, + build$1(context) { + var effectiveDataRowColor, t1, anyRowSelectable, rowsWithCheckbox, t2, rowsChecked, allChecked, someChecked, effectiveHorizontalMargin, effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginEnd, effectiveColumnSpacing, t3, tableColumns, tableRows, t4, rowIndex, _i, row, displayCheckboxColumn, displayColumnIndex, t5, t6, t7, t8, t9, paddingEnd, t10, paddingStart, dataColumnIndex, t11, column, t12, paddingStart0, padding, t13, t14, themeData, dataTableTheme0, t15, t16, label, effectiveHeadingTextStyle, effectiveHeadingRowHeight, cell, effectiveDataTextStyle, effectiveDataRowHeight, _this = this, _null = null, theme = A.Theme_of(context), dataTableTheme = A.DataTableTheme_of(context), effectiveHeadingRowColor = dataTableTheme.headingRowColor; @@ -196574,11 +199295,10 @@ if (effectiveHorizontalMargin == null) effectiveHorizontalMargin = 24; t2 = dataTableTheme.checkboxHorizontalMargin; - t3 = t2 == null; - effectiveCheckboxHorizontalMarginStart = t3 ? theme.dataTableTheme.checkboxHorizontalMargin : t2; + effectiveCheckboxHorizontalMarginStart = t2 == null ? theme.dataTableTheme.checkboxHorizontalMargin : t2; if (effectiveCheckboxHorizontalMarginStart == null) effectiveCheckboxHorizontalMarginStart = effectiveHorizontalMargin; - effectiveCheckboxHorizontalMarginEnd = t3 ? theme.dataTableTheme.checkboxHorizontalMargin : t2; + effectiveCheckboxHorizontalMarginEnd = t2 == null ? theme.dataTableTheme.checkboxHorizontalMargin : t2; if (effectiveCheckboxHorizontalMarginEnd == null) effectiveCheckboxHorizontalMarginEnd = effectiveHorizontalMargin / 2; t2 = _this.columnSpacing; @@ -196647,7 +199367,7 @@ effectiveHeadingRowHeight = 56; t14 = t12 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; label = A.Container$(t14, A.AnimatedDefaultTextStyle$(label, B.C__Linear, B.Duration_150000, false, effectiveHeadingTextStyle), B.Clip_0, _null, _null, _null, _null, effectiveHeadingRowHeight, _null, _null, padding, _null, _null, _null); - t11.children[displayColumnIndex] = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, effectiveHeadingRowColor, _null, _null, _null); + t11.children[displayColumnIndex] = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, effectiveHeadingRowColor, _null, _null, _null, _null); for (t11 = t1.length, rowIndex = 1, _i = 0; _i < t1.length; t1.length === t11 || (0, A.throwConcurrentModificationError)(t1), ++_i) { cell = t1[_i].cells[dataColumnIndex]; t13 = tableRows[rowIndex]; @@ -196674,7 +199394,7 @@ else t15 = true; if (t15) - label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t14, _null, _null, effectiveDataRowColor, _null, _null, _null); + label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t14, _null, _null, effectiveDataRowColor, _null, _null, _null, _null); t13.children[displayColumnIndex] = label; ++rowIndex; } @@ -196697,28 +199417,28 @@ } return null; }, - $signature: 220 + $signature: 215 }; A.DataTable_build_closure.prototype = { call$1(row) { row.toString; return false; }, - $signature: 506 + $signature: 464 }; A.DataTable_build_closure0.prototype = { call$1(row) { row.toString; return false; }, - $signature: 506 + $signature: 464 }; A.DataTable_build_closure1.prototype = { call$1(row) { row.toString; return false; }, - $signature: 506 + $signature: 464 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -196755,20 +199475,20 @@ borderSide = A.Divider_createBorderSide(_this.context, _null, t1); t1 = _this.$this; if (t1.showBottomBorder) - border = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, borderSide, B.BorderSide_0CF); + border = new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, borderSide, B.BorderSide_aLd); else - border = index === 0 ? _null : new A.Border(borderSide, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF); + border = index === 0 ? _null : new A.Border(borderSide, B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd); t1 = index === 0 ? $.$get$DataTable__headingRowKey() : t1.rows[index - 1].key; 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_null1, false, type$.Widget)); }, - $signature: 1820 + $signature: 3112 }; A.DataTable_build_closure4.prototype = { call$1(checked) { return this.$this._handleSelectAll$2(checked, this.someChecked); }, - $signature: 505 + $signature: 463 }; A.DataTable_build_closure5.prototype = { call$0() { @@ -196818,7 +199538,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 498 + $signature: 462 }; A._SortArrow.prototype = { createState$0() { @@ -196832,22 +199552,21 @@ t1 = _this._widget; _this._data_table$_up = t1.up; t1 = A.AnimationController$(_null, t1.duration, _null, 1, _null, _this); - _this.___SortArrowState__opacityController = t1; + _this.___SortArrowState__opacityController_A = t1; t1 = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t2 = _this.get$_data_table$_rebuild(); t1.parent.addListener$1(0, t2); - _this.___SortArrowState__opacityAnimation = t1; - t1 = A._lateReadCheck(_this.___SortArrowState__opacityController, "_opacityController"); + _this.___SortArrowState__opacityAnimation_A = t1; + t1 = _this.___SortArrowState__opacityController_A; t1.set$value(0, _this._widget.visible ? 1 : 0); t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); - _this.___SortArrowState__orientationController = t1; - t1 = A._lateReadCheck(t1, "_orientationController"); + _this.___SortArrowState__orientationController_A = t1; t3 = $.$get$_SortArrowState__turnTween(); type$.Animation_double._as(t1); t3.toString; t1.addListener$1(0, t2); t1.addStatusListener$1(_this.get$_resetOrientationAnimation()); - _this.___SortArrowState__orientationAnimation = new A._AnimatedEvaluation(t1, t3, t3.$ti._eval$1("_AnimatedEvaluation")); + _this.___SortArrowState__orientationAnimation_A = new A._AnimatedEvaluation(t1, t3, t3.$ti._eval$1("_AnimatedEvaluation")); t1 = _this._widget; if (t1.visible) { t1 = t1.up; @@ -196859,15 +199578,16 @@ this.setState$1(new A._SortArrowState__rebuild_closure()); }, _resetOrientationAnimation$1($status) { + var t1; if ($status === B.AnimationStatus_3) { this._orientationOffset += 3.141592653589793; - A._lateReadCheck(this.___SortArrowState__orientationController, "_orientationController").set$value(0, 0); + t1 = this.___SortArrowState__orientationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, 0); } }, didUpdateWidget$1(oldWidget) { - var t1, newUp, t2, skipArrow, _this = this, - _s18_ = "_opacityController", - _s22_ = "_orientationController"; + var t1, newUp, t2, skipArrow, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; newUp = t1.up; @@ -196876,46 +199596,67 @@ t2 = oldWidget.visible; t1 = t1.visible; if (t2 !== t1) { - if (t1 && A._lateReadCheck(A._lateReadCheck(_this.___SortArrowState__opacityController, _s18_).__AnimationController__status, "_status") === B.AnimationStatus_0) { - A._lateReadCheck(_this.___SortArrowState__orientationController, _s22_).stop$0(0); - A._lateReadCheck(_this.___SortArrowState__orientationController, _s22_).set$value(0, 0); + if (t1) { + t1 = _this.___SortArrowState__opacityController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 === B.AnimationStatus_0; + } else + t1 = false; + if (t1) { + t1 = _this.___SortArrowState__orientationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); + _this.___SortArrowState__orientationController_A.set$value(0, 0); newUp.toString; _this._orientationOffset = newUp ? 0 : 3.141592653589793; skipArrow = true; } else skipArrow = false; t1 = _this._widget.visible; - t2 = _this.___SortArrowState__opacityController; - if (t1) - A._lateReadCheck(t2, _s18_).forward$0(0); - else - A._lateReadCheck(t2, _s18_).reverse$0(0); + t2 = _this.___SortArrowState__opacityController_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } } else skipArrow = false; if (_this._data_table$_up != newUp && !skipArrow) { - t1 = A._lateReadCheck(A._lateReadCheck(_this.___SortArrowState__orientationController, _s22_).__AnimationController__status, "_status"); - t2 = _this.___SortArrowState__orientationController; - if (t1 === B.AnimationStatus_0) - A._lateReadCheck(t2, _s22_).forward$0(0); + t1 = _this.___SortArrowState__orientationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 === B.AnimationStatus_0) + t1.forward$0(0); else - A._lateReadCheck(t2, _s22_).reverse$0(0); + t1.reverse$0(0); } _this._data_table$_up = newUp; }, - dispose$0(_) { - A._lateReadCheck(this.___SortArrowState__opacityController, "_opacityController").dispose$0(0); - A._lateReadCheck(this.___SortArrowState__orientationController, "_orientationController").dispose$0(0); - this.super$__SortArrowState_State_TickerProviderStateMixin$dispose0(0); + dispose$0() { + var t1 = this.___SortArrowState__opacityController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = this.___SortArrowState__orientationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__SortArrowState_State_TickerProviderStateMixin$dispose0(); }, - build$1(_, context) { - var t1 = A._lateReadCheck(this.___SortArrowState__opacityAnimation, "_opacityAnimation"), - t2 = this._orientationOffset, - t3 = A._lateReadCheck(this.___SortArrowState__orientationAnimation, "_orientationAnimation"), - t4 = t3._evaluatable; - t3 = t3.parent; - t3 = A.Matrix4_Matrix4$rotationZ(t2 + t4.transform$1(0, t3.get$value(t3))); - t3.setTranslationRaw$3(0, -1.5, 0); - return A.FadeTransition$(false, A.Transform$(B.Alignment_0_0, B.Icon_CKg, t3, true), t1); + build$1(context) { + var t2, t3, t4, + t1 = this.___SortArrowState__opacityAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._orientationOffset; + t3 = this.___SortArrowState__orientationAnimation_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.parent; + t4 = A.Matrix4_Matrix4$rotationZ(t2 + t3._evaluatable.transform$1(0, t4.get$value(t4))); + t4.setTranslationRaw$3(0, -1.5, 0); + return A.FadeTransition$(false, A.Transform$(B.Alignment_0_0, B.Icon_CKg, t4, true), t1); } }; A._SortArrowState__rebuild_closure.prototype = { @@ -196942,13 +199683,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.DataTableSource.prototype = {}; @@ -196968,17 +199709,6 @@ return other instanceof A.DataTableThemeData && J.$eq$(other.decoration, _this.decoration) && other.dataRowColor == _this.dataRowColor && other.dataRowHeight == _this.dataRowHeight && J.$eq$(other.dataTextStyle, _this.dataTextStyle) && other.headingRowColor == _this.headingRowColor && other.headingRowHeight == _this.headingRowHeight && J.$eq$(other.headingTextStyle, _this.headingTextStyle) && other.horizontalMargin == _this.horizontalMargin && other.columnSpacing == _this.columnSpacing && other.dividerThickness == _this.dividerThickness && other.checkboxHorizontalMargin == _this.checkboxHorizontalMargin; } }; - A._LerpProperties3.prototype = { - resolve$1(_, states) { - var resolvedB, _this = this, - t1 = _this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = _this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); - }, - $isMaterialStateProperty: 1 - }; A._DataTableThemeData_Object_Diagnosticable.prototype = {}; A.DatePickerEntryMode.prototype = { toString$0(_) { @@ -196995,7 +199725,7 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 81 + $signature: 79 }; A.DatePickerDialog.prototype = { createState$0() { @@ -197006,23 +199736,23 @@ A._DatePickerDialogState.prototype = { get$_selectedDate() { var t1, t2, - value = this.___DatePickerDialogState__selectedDate; + value = this.___DatePickerDialogState__selectedDate_FI; if (value === $) { t1 = this._widget.initialDate; t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateInitializeOnceCheck(value, "_selectedDate"); - value = this.___DatePickerDialogState__selectedDate = new A.RestorableDateTime(t1, t2); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.___DatePickerDialogState__selectedDate_FI = new A.RestorableDateTime(t1, t2); } return value; }, get$_entryMode() { var t1, t2, - value = this.___DatePickerDialogState__entryMode; + value = this.___DatePickerDialogState__entryMode_FI; if (value === $) { t1 = this._widget.initialEntryMode; t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateInitializeOnceCheck(value, "_entryMode"); - value = this.___DatePickerDialogState__entryMode = new A._RestorableDatePickerEntryMode(t1, t2); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.___DatePickerDialogState__entryMode_FI = new A._RestorableDatePickerEntryMode(t1, t2); } return value; }, @@ -197050,12 +199780,12 @@ t1 = _this._framework$_element; t1.toString; t2 = _this.get$_selectedDate()._restoration_properties$_value; - A.Navigator_of(t1, false).pop$1(0, t2); + A.Navigator_of(t1, false).pop$1(t2); }, _handleCancel$0() { var t1 = this._framework$_element; t1.toString; - A.Navigator_of(t1, false).pop$1(0, null); + A.Navigator_of(t1, false).pop$1(null); }, _handleEntryModeToggle$0() { this.setState$1(new A._DatePickerDialogState__handleEntryModeToggle_closure(this)); @@ -197092,7 +199822,7 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } }, - build$1(_, context) { + build$1(context) { var t2, t3, orientation, textTheme, textScaleFactor, dateText, onPrimarySurface, t4, dateStyle, t5, actions, calendarDatePicker, inputDatePicker, entryModeButton, dialogSize, _this = this, _null = null, _box_0 = {}, theme = A.Theme_of(context), colorScheme = theme.colorScheme, @@ -197115,10 +199845,10 @@ } _this._widget.toString; t4 = t1.get$cancelButtonLabel(); - t4 = A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _this.get$_handleCancel(), _null); + t4 = A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_handleCancel(), _null); _this._widget.toString; t5 = t1.get$okButtonLabel(); - actions = A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t4, A.TextButton$(false, A.Text$(t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _this.get$_handleOk(), _null)], type$.JSArray_Widget), B.OverflowBarAlignment_0, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX3, _null, _null, _null, _null, _null, B.EdgeInsets_8_0_8_0, _null, _null, _null); + actions = A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t4, A.TextButton$(false, A.Text$(t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_handleOk(), _null)], type$.JSArray_Widget), B.OverflowBarAlignment_0, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX3, _null, _null, _null, _null, _null, B.EdgeInsets_8_0_8_0, _null, _null, _null); calendarDatePicker = new A._DatePickerDialogState_build_calendarDatePicker(_this); inputDatePicker = new A._DatePickerDialogState_build_inputDatePicker(_this, orientation); _box_0.picker = null; @@ -197207,7 +199937,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: 1845 + $signature: 3291 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { @@ -197239,9 +199969,9 @@ t7 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t7), A.Primitives_getMonth(t7), A.Primitives_getDay(t7), 0, 0, 0, 0, false); if (!A._isInt(t7)) A.throwExpression(A.argumentErrorValue(t7)); - return A.Form$(t2, A.Container$(_null, new A.Shortcuts(B.Map_TbTh7, 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, _null), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); + 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: 1846 + $signature: 3410 }; A._DatePickerDialogState_build_closure.prototype = { call$1(context) { @@ -197256,7 +199986,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1847 + $signature: 3428 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -197289,7 +200019,7 @@ } }; A._DatePickerHeader.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, title, _this = this, _null = null, theme = A.Theme_of(context), colorScheme = theme.colorScheme, @@ -197329,7 +200059,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -197352,16 +200082,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__DatePickerDialogState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._DesktopTextSelectionControls.prototype = { @@ -197376,12 +200106,12 @@ } }; A.Dialog.prototype = { - build$1(_, context) { + build$1(context) { var defaults, t1, t2, effectivePadding, t3, t4, t5, _this = this, _null = null, theme = A.Theme_of(context), dialogTheme = A.Theme_of(context).dialogTheme; theme.toString; - defaults = A._DefaultsM2$(context); + defaults = A._DialogDefaultsM2$(context); t1 = type$.MediaQuery; t2 = context.dependOnInheritedWidgetOfExactType$1$0(t1).data; effectivePadding = t2.viewInsets.$add(0, _this.insetPadding); @@ -197412,12 +200142,12 @@ } }; A.AlertDialog.prototype = { - build$1(_, context) { - var defaults, label, t1, t2, paddingScaleFactor, t3, t4, t5, t6, t7, titleWidget, effectiveContentPadding, contentWidget, actionsWidget, dialogChild, _this = this, _null = null, + build$1(context) { + var defaults, label, t1, t2, paddingScaleFactor, t3, t4, t5, t6, t7, titleWidget, defaultContentPadding, effectiveContentPadding, contentWidget, actionsWidget, dialogChild, _this = this, _null = null, theme = A.Theme_of(context), dialogTheme = A.Theme_of(context).dialogTheme; theme.toString; - defaults = A._DefaultsM2$(context); + defaults = A._DialogDefaultsM2$(context); label = _this.semanticLabel; t1 = theme.platform; switch (t1) { @@ -197451,13 +200181,18 @@ t7.toString; } t1 = label == null && t1 !== B.TargetPlatform_2; - titleWidget = new A.Padding(new A.EdgeInsets(t6, t6, t6, t5), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t7, _null, _null, B.TextWidthBasis_0), _null); + titleWidget = new A.Padding(new A.EdgeInsets(t6, t6, t6, t5), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t7, B.TextAlign_4, _null, B.TextWidthBasis_0), _null); } else titleWidget = _null; t1 = _this.content; t2 = t1 != null; if (t2) { - effectiveContentPadding = _this.contentPadding; + defaultContentPadding = new A.EdgeInsets(24, 20, 24, 24); + t5 = _this.contentPadding; + effectiveContentPadding = t5 == null ? _null : t5; + if (effectiveContentPadding == null) + effectiveContentPadding = defaultContentPadding; + t3 = t3 && true; t5 = effectiveContentPadding.top; t3 = t3 ? t5 * paddingScaleFactor : t5; t5 = dialogTheme.contentTextStyle; @@ -197465,10 +200200,14 @@ t5 = defaults.get$contentTextStyle(); t5.toString; } - contentWidget = new A.Padding(new A.EdgeInsets(effectiveContentPadding.left * paddingScaleFactor, t3, effectiveContentPadding.right * paddingScaleFactor, effectiveContentPadding.bottom), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t1, _null), _null, _null, B.TextOverflow_0, true, t5, _null, _null, B.TextWidthBasis_0), _null); + contentWidget = new A.Padding(new A.EdgeInsets(effectiveContentPadding.left * paddingScaleFactor, t3, effectiveContentPadding.right * paddingScaleFactor, effectiveContentPadding.bottom), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t1, _null), _null, _null, B.TextOverflow_0, true, t5, _null, _null, B.TextWidthBasis_0), _null); } else contentWidget = _null; - t1 = _this.actionsPadding.add$1(0, new A.EdgeInsets(8, 8, 8, 8)); + t1 = _this.actionsPadding; + if (t1 == null) + t1 = dialogTheme.actionsPadding; + if (t1 == null) + t1 = defaults.get$actionsPadding().add$1(0, new A.EdgeInsets(8, 8, 8, 8)); actionsWidget = new A.Padding(t1, A.OverflowBar$(B.MainAxisAlignment_1, _this.actions, B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), _null); t1 = A._setArrayType([], type$.JSArray_Widget); if (t4) { @@ -197479,21 +200218,22 @@ contentWidget.toString; t1.push(new A.Flexible(1, B.FlexFit_1, contentWidget, _null)); } + actionsWidget.toString; t1.push(actionsWidget); dialogChild = A.IntrinsicWidth$(A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null); if (label != null) - dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, dialogChild, _null); + dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, dialogChild, _null); return A.Dialog$(_null, _this.backgroundColor, dialogChild, B.Clip_0, _null, B.EdgeInsets_40_24_40_24, _null); } }; A.SimpleDialogOption.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; - return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_24_8_24_8, this.child, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.onPressed, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_24_8_24_8, this.child, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.onPressed, _null, _null, _null, _null, _null, _null, _null); } }; A.SimpleDialog.prototype = { - build$1(_, context) { + build$1(context) { var label, t2, paddingScaleFactor, t3, t4, t5, t6, titleWidget, contentWidget, dialogChild, _null = null, theme = A.Theme_of(context), t1 = theme.platform; @@ -197526,36 +200266,41 @@ t6.toString; } t1 = label == null && t1 !== B.TargetPlatform_2; - titleWidget = new A.Padding(new A.EdgeInsets(t5, t5, t5, 0), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t6, _null, _null, B.TextWidthBasis_0), _null); + titleWidget = new A.Padding(new A.EdgeInsets(t5, t5, t5, 0), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t6, _null, _null, B.TextWidthBasis_0), _null); } else titleWidget = _null; t1 = 0 * paddingScaleFactor; t2 = t3 ? 12 * paddingScaleFactor : 12; - contentWidget = new A.Flexible(1, B.FlexFit_1, A.SingleChildScrollView$(A.ListBody$(this.children, B.Axis_1), _null, B.DragStartBehavior_1, new A.EdgeInsets(t1, t2, t1, 16 * paddingScaleFactor), _null, _null, false, B.Axis_1), _null); + contentWidget = new A.Flexible(1, B.FlexFit_1, A.SingleChildScrollView$(A.ListBody$(this.children, B.Axis_1), _null, B.DragStartBehavior_1, new A.EdgeInsets(t1, t2, t1, 16 * paddingScaleFactor), _null, _null, _null, false, B.Axis_1), _null); t1 = A._setArrayType([], type$.JSArray_Widget); if (t4) { titleWidget.toString; t1.push(titleWidget); } + contentWidget.toString; t1.push(contentWidget); dialogChild = A.IntrinsicWidth$(new A.ConstrainedBox(B.BoxConstraints_mlX, A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 56); if (label != null) - dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, dialogChild, _null); + dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, dialogChild, _null); return A.Dialog$(_null, _null, dialogChild, B.Clip_0, _null, B.EdgeInsets_40_24_40_24, _null); } }; A.DialogRoute.prototype = {}; A.DialogRoute_closure.prototype = { call$3(buildContext, animation, secondaryAnimation) { - var dialog = new A._CaptureAll(this.themes._themes, new A.Builder(this.builder, null), null); + var pageChild = new A.Builder(this.builder, null), + dialog = new A._CaptureAll(this.themes._themes, pageChild, null); dialog = A.SafeArea$(true, dialog, B.EdgeInsets_0_0_0_0, true); return dialog; }, "call*": "call$3", $requiredArgCount: 3, - $signature: 1873 + $signature: 3491 }; - A._DefaultsM2.prototype = { + A._DialogDefaultsM2.prototype = { + get$iconColor() { + return this._iconTheme.color; + }, get$backgroundColor(_) { return A.Theme_of(this.context).dialogBackgroundColor; }, @@ -197564,6 +200309,9 @@ }, get$contentTextStyle() { return this._textTheme.titleMedium; + }, + get$actionsPadding() { + return B.EdgeInsets_0_0_0_0; } }; A.DialogTheme.prototype = { @@ -197578,7 +200326,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.DialogTheme && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && other.elevation == _this.elevation && J.$eq$(other.shape, _this.shape) && J.$eq$(other.alignment, _this.alignment) && J.$eq$(other.get$titleTextStyle(), _this.get$titleTextStyle()) && J.$eq$(other.get$contentTextStyle(), _this.get$contentTextStyle()); + return other instanceof A.DialogTheme && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && other.elevation == _this.elevation && J.$eq$(other.shape, _this.shape) && J.$eq$(other.alignment, _this.alignment) && J.$eq$(other.get$iconColor(), _this.get$iconColor()) && J.$eq$(other.get$titleTextStyle(), _this.get$titleTextStyle()) && J.$eq$(other.get$contentTextStyle(), _this.get$contentTextStyle()) && J.$eq$(other.get$actionsPadding(), _this.get$actionsPadding()); }, get$backgroundColor(receiver) { return this.backgroundColor; @@ -197588,11 +200336,17 @@ }, get$contentTextStyle() { return this.contentTextStyle; + }, + get$actionsPadding() { + return this.actionsPadding; + }, + get$iconColor() { + return this.iconColor; } }; A._DialogTheme_Object_Diagnosticable.prototype = {}; A.Divider.prototype = { - build$1(_, context) { + build$1(context) { var thickness, indent, endIndent, _null = null, dividerTheme = A.DividerTheme_of(context), t1 = this.height, @@ -197609,7 +200363,7 @@ endIndent = dividerTheme.endIndent; if (endIndent == null) endIndent = 0; - return new A.SizedBox(_null, height, A.Center$(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, A.Divider_createBorderSide(context, this.color, thickness), B.BorderSide_0CF), _null, _null, _null, B.BoxShape_0), _null, thickness, _null, new A.EdgeInsetsDirectional(indent, 0, endIndent, 0), _null, _null, _null, _null), _null, _null), _null); + return new A.SizedBox(_null, height, A.Center$(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, A.Divider_createBorderSide(context, this.color, thickness), B.BorderSide_aLd), _null, _null, _null, B.BoxShape_0), _null, thickness, _null, new A.EdgeInsetsDirectional(indent, 0, endIndent, 0), _null, _null, _null, _null), _null, _null), _null); } }; A.DividerThemeData.prototype = { @@ -197635,7 +200389,7 @@ } }; A.Drawer.prototype = { - build$1(_, context) { + build$1(context) { var label, t1, t2, t3, t4, _null = null, drawerTheme = A.DrawerTheme_of(context); switch (A.Theme_of(context).platform) { @@ -197662,7 +200416,7 @@ t3 = 16; t4 = drawerTheme.shape; t2 = A.Material$(B.Duration_200000, true, _null, this.child, B.Clip_0, t2, t3, _null, _null, t4, _null, _null, B.MaterialType_0); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, new A.ConstrainedBox(t1, t2, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, new A.ConstrainedBox(t1, t2, _null), _null); } }; A.DrawerController.prototype = { @@ -197676,45 +200430,52 @@ initState$0() { var t1, t2, _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_246000, null, 1, _this._widget.isDrawerOpen ? 1 : 0, _this); - _this.__DrawerControllerState__controller = t1; - t1 = A._lateReadCheck(t1, "_controller"); + t1 = _this.__DrawerControllerState__controller_A = A.AnimationController$(null, B.Duration_246000, null, 1, _this._widget.isDrawerOpen ? 1 : 0, _this); t1.didRegisterListener$0(); t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; t2._observer_list$_list.push(_this.get$_animationChanged()); - t1.addStatusListener$1(_this.get$_animationStatusChanged()); + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(_this.get$_animationStatusChanged()); }, - dispose$0(_) { + dispose$0() { var t1 = this._historyEntry; if (t1 != null) t1.remove$0(0); - A._lateReadCheck(this.__DrawerControllerState__controller, "_controller").dispose$0(0); - this.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); - this.__DrawerControllerState__scrimColorTween = this._buildScrimColorTween$0(); + this.__DrawerControllerState__scrimColorTween_A = this._buildScrimColorTween$0(); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this, - _s11_ = "_controller"; - _this.super$State$didUpdateWidget(oldWidget); - t1 = _this._widget; + var t1, t2, t3; + this.super$State$didUpdateWidget(oldWidget); + t1 = this._widget; t1.toString; - if (t1.isDrawerOpen != oldWidget.isDrawerOpen) - switch (A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__status, "_status")) { - case B.AnimationStatus_3: - case B.AnimationStatus_0: - t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t1.set$value(0, _this._widget.isDrawerOpen ? 1 : 0); + t1 = t1.isDrawerOpen; + if (t1 != oldWidget.isDrawerOpen) { + t2 = this.__DrawerControllerState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.__AnimationController__status_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + switch (t3.index) { + case 3: + case 0: + t2.set$value(0, t1 ? 1 : 0); break; - case B.AnimationStatus_1: - case B.AnimationStatus_2: + case 1: + case 2: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } + } }, _animationChanged$0() { this.setState$1(new A.DrawerControllerState__animationChanged_closure()); @@ -197726,7 +200487,7 @@ t1.toString; route = A.ModalRoute_of(t1, type$.nullable_Object); if (route != null) { - t1 = new A.LocalHistoryEntry(_this.get$_handleHistoryEntryRemoved()); + t1 = new A.LocalHistoryEntry(_this.get$_handleHistoryEntryRemoved(), false); _this._historyEntry = t1; route.addLocalHistoryEntry$1(t1); t1 = _this._framework$_element; @@ -197760,21 +200521,25 @@ this.close$0(0); }, _handleDragDown$1(details) { - A._lateReadCheck(this.__DrawerControllerState__controller, "_controller").stop$0(0); + var t1 = this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); this._ensureHistoryEntry$0(); }, _handleDragCancel$0() { var _this = this, - _s11_ = "_controller", - t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); + t1 = _this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$status(t1) !== B.AnimationStatus_0) { - t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_)._ticker; + t1 = _this.__DrawerControllerState__controller_A._ticker; t1 = t1 != null && t1._ticker$_future != null; } else t1 = true; if (t1) return; - if (A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value") < 0.5) + t1 = _this.__DrawerControllerState__controller_A.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 < 0.5) _this.close$0(0); else _this.open$0(0); @@ -197788,10 +200553,8 @@ return 304; }, _move$1(details) { - var delta, opened, _this = this, + var delta, t2, opened, _this = this, _s80_ = string$.x60null_c, - _s11_ = "_controller", - _s6_ = "_value", t1 = details.primaryDelta; t1.toString; delta = t1 / _this.get$_drawer$_width(_this); @@ -197808,17 +200571,27 @@ t1.toString; switch (t1.textDirection) { case B.TextDirection_0: - t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, _s6_) - delta); + t1 = _this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 - delta); break; case B.TextDirection_1: - t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, _s6_) + delta); + t1 = _this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 + delta); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - opened = A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, _s6_) > 0.5; + t1 = _this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + opened = t1 > 0.5; if (opened !== _this._previouslyOpened) { _this._widget.toString; t1 = true; @@ -197830,9 +200603,9 @@ }, _settle$1(details) { var visualVelocity, _this = this, - _s11_ = "_controller", _s80_ = string$.x60null_c, - t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); + t1 = _this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$status(t1) === B.AnimationStatus_0) return; t1 = details.velocity.pixelsPerSecond._dx; @@ -197851,27 +200624,35 @@ t1.toString; switch (t1.textDirection) { case B.TextDirection_0: - A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).fling$1$velocity(-visualVelocity); + _this.__DrawerControllerState__controller_A.fling$1$velocity(-visualVelocity); _this._widget.drawerCallback.call$1(visualVelocity < 0); break; case B.TextDirection_1: - A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).fling$1$velocity(visualVelocity); + _this.__DrawerControllerState__controller_A.fling$1$velocity(visualVelocity); _this._widget.drawerCallback.call$1(visualVelocity > 0); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - } else if (A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value") < 0.5) - _this.close$0(0); - else - _this.open$0(0); + } else { + t1 = _this.__DrawerControllerState__controller_A.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 < 0.5) + _this.close$0(0); + else + _this.open$0(0); + } }, open$0(_) { - A._lateReadCheck(this.__DrawerControllerState__controller, "_controller").fling$0(); + var t1 = this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.fling$0(); this._widget.drawerCallback.call$1(true); }, close$0(_) { - A._lateReadCheck(this.__DrawerControllerState__controller, "_controller").fling$1$velocity(-1); + var t1 = this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.fling$1$velocity(-1); this._widget.drawerCallback.call$1(false); }, _buildScrimColorTween$0() { @@ -197902,14 +200683,27 @@ } }, _drawer$_buildDrawer$1(context) { - var dragAreaWidth, t2, platformHasBackButton, t3, t4, _this = this, _null = null, + var isDesktop, dragAreaWidth, t2, platformHasBackButton, t3, t4, child, _this = this, _null = null, _s80_ = string$.x60null_c, - _s11_ = "_controller", drawerIsStart = _this._widget.alignment === B.DrawerAlignment_0, padding = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.padding, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - _this._widget.toString; + switch (A.Theme_of(context).platform) { + case B.TargetPlatform_0: + case B.TargetPlatform_2: + case B.TargetPlatform_1: + isDesktop = false; + break; + case B.TargetPlatform_4: + case B.TargetPlatform_3: + case B.TargetPlatform_5: + isDesktop = true; + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + dragAreaWidth = _this._widget.edgeDragWidth; switch (t1.textDirection) { case B.TextDirection_1: dragAreaWidth = 20 + (drawerIsStart ? padding.left : padding.right); @@ -197920,13 +200714,18 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - if (A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__status, "_status") === B.AnimationStatus_0) { - _this._widget.toString; - t1 = _this.get$_drawerOuterAlignment(); - t2 = _this._widget.dragStartBehavior; - t2 = A.GestureDetector$(B.HitTestBehavior_2, A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, dragAreaWidth), t2, true, _this._drawer$_gestureDetectorKey, _null, _null, _null, _this.get$_settle(), _null, _this.get$_move(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.Align(t1, _null, _null, t2, _null); - } else { + t1 = _this.__DrawerControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 === B.AnimationStatus_0) + if (!isDesktop) { + t1 = _this.get$_drawerOuterAlignment(); + t2 = _this._widget.dragStartBehavior; + return new A.Align(t1, _null, _null, A.GestureDetector$(B.HitTestBehavior_2, A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, dragAreaWidth), t2, true, _this._drawer$_gestureDetectorKey, _null, _null, _null, _this.get$_settle(), _null, _this.get$_move(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + } else + return B.SizedBox_0_0_null_null; + else { switch (A.Theme_of(context).platform) { case B.TargetPlatform_0: platformHasBackButton = true; @@ -197941,18 +200740,26 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - t1 = _this._widget.dragStartBehavior; - t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); - t2.toString; - t2 = t2.get$modalBarrierDismissLabel(); - t3 = A._lateReadCheck(_this.__DrawerControllerState__scrimColorTween, "_scrimColorTween"); - t4 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t4 = A.MouseRegion$(A.Container$(_null, _null, B.Clip_0, t3.transform$1(0, t4.get$value(t4)), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.C__DeferringMouseCursor, _null, _null, _null, _null); - return A.GestureDetector$(_null, new A.RepaintBoundary(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.BlockSemantics$(new A.ExcludeSemantics(platformHasBackButton, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t4, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$close(_this), _null, _null, _null, _null, _null, _null), _null)), new A.Align(_this.get$_drawerOuterAlignment(), _null, _null, new A.Align(_this.get$_drawerInnerAlignment(), A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value"), _null, new A.RepaintBoundary(A.FocusScope$(false, _this._widget.child, _this._drawer$_drawerKey, _this._drawer$_focusScopeNode), _null), _null), _null)], type$.JSArray_Widget), _null), _null), t1, true, _this._drawer$_gestureDetectorKey, _null, _this.get$_handleDragCancel(), _this.get$_handleDragDown(), _this.get$_settle(), _null, _this.get$_move(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + t1.toString; + t1 = t1.get$modalBarrierDismissLabel(); + t2 = _this.__DrawerControllerState__scrimColorTween_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__DrawerControllerState__controller_A; + t3 = A.Container$(_null, _null, B.Clip_0, t2.transform$1(0, t3.get$value(t3)), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.BlockSemantics$(new A.ExcludeSemantics(platformHasBackButton, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t3, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$close(_this), _null, _null, _null, _null, _null, _null), _null)); + t2 = _this.get$_drawerOuterAlignment(); + t3 = _this.get$_drawerInnerAlignment(); + t4 = _this.__DrawerControllerState__controller_A.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + child = new A.RepaintBoundary(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t1, new A.Align(t2, _null, _null, new A.Align(t3, t4, _null, new A.RepaintBoundary(A.FocusScope$(false, _this._widget.child, _this._drawer$_drawerKey, _this._drawer$_focusScopeNode), _null), _null), _null)], type$.JSArray_Widget), _null), _null); + if (isDesktop) + return child; + return A.GestureDetector$(_null, child, _this._widget.dragStartBehavior, true, _this._drawer$_gestureDetectorKey, _null, _this.get$_handleDragCancel(), _this.get$_handleDragDown(), _this.get$_settle(), _null, _this.get$_move(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); } }, - build$1(_, context) { - return A.ListTileTheme$(this._drawer$_buildDrawer$1(context), null, null, B.ListTileStyle_1); + build$1(context) { + return A.ListTileTheme_merge(this._drawer$_buildDrawer$1(context), null, B.ListTileStyle_1); } }; A.DrawerControllerState__animationChanged_closure.prototype = { @@ -197961,13 +200768,13 @@ $signature: 0 }; A._DrawerControllerState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -197994,13 +200801,14 @@ A._DrawerThemeData_Object_Diagnosticable.prototype = {}; A._DropdownMenuPainter.prototype = { paint$2(canvas, size) { - var _null = null, + var t4, t5, _null = null, selectedItemOffset = this.getSelectedItemOffset.call$0(), t1 = size._dy, - t2 = J.clamp$2$n(selectedItemOffset, 0, Math.max(t1 - 48, 0)), - t3 = type$.Tween_double, - t4 = B.JSNumber_methods.clamp$2(t2 + 48, Math.min(48, t1), t1), - t5 = this.resize; + t2 = A.clampDouble(selectedItemOffset, 0, Math.max(t1 - 48, 0)), + t3 = type$.Tween_double; + t2.toString; + t4 = A.clampDouble(t2 + 48, Math.min(48, t1), t1); + t5 = this.resize; t2 = new A.Tween(t2, 0, t3).transform$1(0, t5.get$value(t5)); this._dropdown$_painter.paint$3(canvas, new A.Offset(0, t2), new A.ImageConfiguration(_null, _null, _null, _null, new A.Size(size._dx - 0, new A.Tween(t4, t1, t3).transform$1(0, t5.get$value(t5)) - t2), _null)); }, @@ -198054,9 +200862,9 @@ t1 = this._framework$_element; t1.toString; t2 = dropdownMenuItem.value; - A.Navigator_of(t1, false).pop$1(0, new A._DropdownRouteResult(t2, this.$ti._eval$1("_DropdownRouteResult<1>"))); + A.Navigator_of(t1, false).pop$1(new A._DropdownRouteResult(t2, this.$ti._eval$1("_DropdownRouteResult<1>"))); }, - build$1(_, context) { + build$1(context) { var unit, opacity, start, end, child, _this = this, _null = null, t1 = _this._widget, t2 = t1.route, @@ -198064,24 +200872,24 @@ t1 = t1.itemIndex; t3[t1].item.toString; unit = 0.5 / (t3.length + 1.5); + t3 = t2._animationProxy; if (t1 === t2.selectedIndex) { - t1 = t2._animationProxy; - t1.toString; - opacity = A.CurvedAnimation$(B.Threshold_0, t1, _null); + t3.toString; + opacity = A.CurvedAnimation$(B.Threshold_0, t3, _null); } else { - start = B.JSNumber_methods.clamp$2(0.5 + (t1 + 1) * unit, 0, 1); - end = B.JSNumber_methods.clamp$2(start + 1.5 * unit, 0, 1); - t1 = _this._widget.route._animationProxy; - t1.toString; - opacity = A.CurvedAnimation$(new A.Interval(start, end, B.C__Linear), t1, _null); + start = A.clampDouble(0.5 + (t1 + 1) * unit, 0, 1); + end = A.clampDouble(start + 1.5 * unit, 0, 1); + t3.toString; + opacity = A.CurvedAnimation$(new A.Interval(start, end, B.C__Linear), t3, _null); } t1 = _this._widget; t2 = t1.padding; t3 = t1.route; t1 = t1.itemIndex; - child = A.InkWell$(t1 === t3.selectedIndex, _null, true, A.Container$(_null, t3.items[t1], B.Clip_0, _null, _null, _null, _null, t3.itemHeight, _null, _null, t2, _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _this.get$_dropdown$_handleFocusChange(), _null, _null, _null, _this.get$_handleOnTap(), _null, _null, _null, _null, _null, _null); + child = A.InkWell$(t1 === t3.selectedIndex, _null, true, A.Container$(_null, t3.items[t1], B.Clip_0, _null, _null, _null, _null, t3.itemHeight, _null, _null, t2, _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _this.get$_dropdown$_handleFocusChange(), _null, _null, _null, _this.get$_handleOnTap(), _null, _null, _null, _null, _null, _null, _null); child = A.FadeTransition$(false, child, opacity); - return new A.Shortcuts(B.Map_cW2nU, child, _null, _null); + child = A.Shortcuts$(child, _null, B.Map_cW2nU); + return child; } }; A._DropdownMenu.prototype = { @@ -198095,12 +200903,12 @@ _this.super$State$initState(); t1 = _this._widget.route._animationProxy; t1.toString; - _this.___DropdownMenuState__fadeOpacity = A.CurvedAnimation$(B.Interval_75R2, t1, B.Interval_75R3); + _this.___DropdownMenuState__fadeOpacity_A = A.CurvedAnimation$(B.Interval_75R2, t1, B.Interval_75R3); t1 = _this._widget.route._animationProxy; t1.toString; - _this.___DropdownMenuState__resize = A.CurvedAnimation$(B.Interval_75R4, t1, B.Threshold_0); + _this.___DropdownMenuState__resize_A = A.CurvedAnimation$(B.Interval_75R4, t1, B.Threshold_0); }, - build$1(_, context) { + build$1(context) { var route, t2, t3, t4, itemIndex, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -198110,20 +200918,23 @@ t5 = _this._widget; t2.push(new A._DropdownMenuItemButton(t5.route, t5.padding, t5.buttonRect, t5.constraints, itemIndex, true, _null, t4)); } - t3 = A._lateReadCheck(_this.___DropdownMenuState__fadeOpacity, "_fadeOpacity"); + t3 = _this.___DropdownMenuState__fadeOpacity_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = _this._widget.dropdownColor; if (t4 == null) t4 = A.Theme_of(context).canvasColor; t5 = route.elevation; - t6 = A._lateReadCheck(_this.___DropdownMenuState__resize, "_resize"); + t6 = _this.___DropdownMenuState__resize_A; + t6 === $ && A.throwUnnamedLateFieldNI(); t7 = _this._widget.borderRadius; t8 = B.Map_2Vato.$index(0, t5); t1 = t1.get$popupMenuLabel(); + _this._widget.toString; t9 = A.ScrollConfiguration_of(context).copyWith$4$overscroll$physics$platform$scrollbars(false, B.ClampingScrollPhysics_null, A.Theme_of(context).platform, false); t10 = _this._widget.route.scrollController; t10.toString; - t10 = A.Material$(B.Duration_200000, true, _null, A.ScrollConfiguration$(t9, A.PrimaryScrollController$(A.Scrollbar$(A.ListView$(t2, _null, B.EdgeInsets_0_8_0_8, B.Axis_1, true), _null, true), t10)), B.Clip_0, _null, 0, _null, _null, _null, _null, route.style, B.MaterialType_4); - return A.FadeTransition$(false, A.CustomPaint$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t10, _null), _null, _null, new A._DropdownMenuPainter(t4, t5, route.selectedIndex, t7, t6, new A._DropdownMenuState_build_closure(route), new A._BoxDecorationPainter(new A.BoxDecoration(t4, _null, _null, B.BorderRadius_tLn2, t8, _null, B.BoxShape_0), _null), t6), B.Size_0_0), t3); + t10 = A.ClipRRect$(B.BorderRadius_tLn, A.Material$(B.Duration_200000, true, _null, A.ScrollConfiguration$(t9, A.PrimaryScrollController$(A.Scrollbar$(A.ListView$(t2, _null, B.EdgeInsets_0_8_0_8, true, B.Axis_1, true), _null, true), t10)), B.Clip_0, _null, 0, _null, _null, _null, _null, route.style, B.MaterialType_4), B.Clip_0); + return A.FadeTransition$(false, A.CustomPaint$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t10, _null), _null, _null, new A._DropdownMenuPainter(t4, t5, route.selectedIndex, t7, t6, new A._DropdownMenuState_build_closure(route), new A._BoxDecorationPainter(new A.BoxDecoration(t4, _null, _null, B.BorderRadius_tLn2, t8, _null, B.BoxShape_0), _null), t6), B.Size_0_0), t3); } }; A._DropdownMenuState_build_closure.prototype = { @@ -198131,7 +200942,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 511 + $signature: 468 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -198147,10 +200958,10 @@ menuLimits = t1.getMenuLimits$3(t2, size._dy, t1.selectedIndex); switch (this.textDirection.index) { case 0: - left = J.clamp$2$n(t2.right, 0, size._dx) - childSize._dx; + left = A.clampDouble(t2.right, 0, size._dx) - childSize._dx; break; case 1: - left = J.clamp$2$n(t2.left, 0, size._dx - childSize._dx); + left = A.clampDouble(t2.left, 0, size._dx - childSize._dx); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -198237,20 +201048,20 @@ call$2(total, height) { return total + height; }, - $signature: 327 + $signature: 219 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 327 + $signature: 219 }; A._DropdownRoutePage.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, t1 = _this.route; if (t1.scrollController == null) - t1.scrollController = new A.ScrollController(t1.getMenuLimits$3(_this.buttonRect, _this.constraints.maxHeight, _this.selectedIndex).scrollOffset, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + t1.scrollController = A.ScrollController$(t1.getMenuLimits$3(_this.buttonRect, _this.constraints.maxHeight, _this.selectedIndex).scrollOffset, true); return A.MediaQuery_MediaQuery$removePadding(new A.Builder(new A._DropdownRoutePage_build_closure(_this, A.Directionality_maybeOf(context), new A._DropdownMenu(t1, _this.padding, _this.buttonRect, _this.constraints, _this.dropdownColor, true, _this.borderRadius, null, _this.$ti._eval$1("_DropdownMenu<1>"))), null), context, true, true, true, true); } }; @@ -198259,14 +201070,12 @@ 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: 677 + $signature: 614 }; A._MenuItem.prototype = { createRenderObject$1(context) { var t1 = new A._RenderMenuItem(this.onLayout, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -198283,7 +201092,7 @@ } }; A._DropdownMenuItemContainer.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.Container$(this.alignment, this.child, B.Clip_0, _null, B.BoxConstraints_mlX2, _null, _null, _null, _null, _null, _null, _null, _null, _null); } @@ -198323,18 +201132,18 @@ _this._dropdown$_internalNode = A.FocusNode$(true, t1.get$runtimeType(t1).toString$0(0), true, true, null, null, false); t1 = type$.JSArray_of_void_Function_Action_Intent; t2 = type$.ObserverList_of_void_Function_Action_Intent; - _this.___DropdownButtonState__actionMap = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_ActivateIntent_OT9, new A.CallbackAction(new A._DropdownButtonState_initState_closure(_this), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_ActivateIntent), B.Type_ButtonActivateIntent_6Ij, new A.CallbackAction(new A._DropdownButtonState_initState_closure0(_this), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_ButtonActivateIntent)], type$.Type, type$.Action_Intent); + _this.___DropdownButtonState__actionMap_A = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_ActivateIntent_OT9, new A.CallbackAction(new A._DropdownButtonState_initState_closure(_this), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_ActivateIntent), B.Type_ButtonActivateIntent_6Ij, new A.CallbackAction(new A._DropdownButtonState_initState_closure0(_this), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_ButtonActivateIntent)], type$.Type, type$.Action_Intent); _this.get$focusNode(_this).addListener$1(0, _this.get$_dropdown$_handleFocusChanged()); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); _this._removeDropdownRoute$0(); _this.get$focusNode(_this).removeListener$1(0, _this.get$_dropdown$_handleFocusChanged()); t1 = _this._dropdown$_internalNode; if (t1 != null) - t1.dispose$0(0); - _this.super$State$dispose(0); + t1.dispose$0(); + _this.super$State$dispose(); }, _removeDropdownRoute$0() { var t2, @@ -198345,7 +201154,7 @@ if (t2 != null) t2.removeRoute$1(t1); } - this._lastOrientation = this._dropdownRoute = null; + this._dropdown$_lastOrientation = this._dropdownRoute = null; }, _dropdown$_handleFocusChanged$0() { var _this = this; @@ -198471,7 +201280,7 @@ t19 = A._setArrayType([], type$.JSArray_OverlayEntry); t20 = $.$get$ChangeNotifier__emptyListeners(); t21 = $.Zone__current; - _this._dropdownRoute = new A._DropdownRoute(t2, B.EdgeInsets_16_0_16_0, t3, t4, t5, t7, t6, t10, t11, t12, true, t9, t14, t8, _null, t13, new A.LabeledGlobalKey(_null, t1._eval$1("LabeledGlobalKey<_ModalScopeState<_DropdownRouteResult<1>>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, new A._AsyncCompleter(new A._Future(t15, t16), t17), t18, t19, B.RouteSettings_null_null, new A.ValueNotifier(_null, t20, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t21, t16), t17), t1._eval$1("_DropdownRoute<1>")); + _this._dropdownRoute = new A._DropdownRoute(t2, B.EdgeInsets_16_0_16_0, t3, t4, t5, t7, t6, t10, t11, t12, true, t9, t14, t8, _null, t13, new A.LabeledGlobalKey(_null, t1._eval$1("LabeledGlobalKey<_ModalScopeState<_DropdownRouteResult<1>>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t15, t16), t17), t18, t19, B.RouteSettings_null_null, new A.ValueNotifier(_null, t20, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t21, t16), t17), t1._eval$1("_DropdownRoute<1>")); t1 = _this.get$focusNode(_this); if (t1 != null) t1.requestFocus$0(); @@ -198483,7 +201292,7 @@ get$_dropdown$_iconColor() { var t1, _this = this, _s80_ = string$.x60null_c; - if (_this.get$_dropdown$_enabled()) { + if (_this.get$_enabled()) { _this._widget.toString; t1 = _this._framework$_element; t1.toString; @@ -198509,11 +201318,11 @@ } } }, - get$_dropdown$_enabled() { + get$_enabled() { var t1 = this._widget.items; return t1 != null && J.get$isNotEmpty$asx(t1) && this._widget.onChanged != null; }, - build$1(_, context) { + build$1(context) { var size, t2, items, displayedHint, hintIndex, innerItemsWidget, t3, fontSize, t4, t5, t6, t7, t8, bottom, effectiveMouseCursor, _this = this, _null = null, t1 = A.MediaQuery_maybeOf(context), result = t1 == null ? _null : t1.get$orientation(t1); @@ -198522,14 +201331,14 @@ size = $.$get$window().get$physicalSize(); result = size._dx > size._dy ? B.Orientation_1 : B.Orientation_0; } - t1 = _this._lastOrientation; + t1 = _this._dropdown$_lastOrientation; if (t1 == null) { - _this._lastOrientation = result; + _this._dropdown$_lastOrientation = result; t1 = result; } if (result !== t1) { _this._removeDropdownRoute$0(); - _this._lastOrientation = result; + _this._dropdown$_lastOrientation = result; } t1 = _this._widget; t2 = t1.selectedItemBuilder; @@ -198539,13 +201348,13 @@ } else items = A.List_List$of(t2.call$1(context), true, type$.Widget); if (_this._widget.hint == null) { - if (!_this.get$_dropdown$_enabled()) + if (!_this.get$_enabled()) _this._widget.toString; t1 = false; } else t1 = true; if (t1) { - t1 = _this.get$_dropdown$_enabled(); + t1 = _this.get$_enabled(); t2 = _this._widget; if (t1) { t1 = t2.hint; @@ -198557,7 +201366,7 @@ displayedHint = t1; } if (t2.selectedItemBuilder == null) - displayedHint = new A._DropdownMenuItemContainer(displayedHint, B.AlignmentDirectional_m1_0, _null); + displayedHint = new A._DropdownMenuItemContainer(displayedHint, t2.alignment, _null); hintIndex = items.length; t1 = _this.get$_dropdown$_textStyle(); t1.toString; @@ -198581,7 +201390,7 @@ } innerItemsWidget = new A.IndexedStack(t1, t3, _null, B.StackFit_0, B.Clip_1, t2, _null); } - if (_this.get$_dropdown$_enabled()) { + if (_this.get$_enabled()) { t1 = _this.get$_dropdown$_textStyle(); t1.toString; } else { @@ -198622,37 +201431,39 @@ t1 = _this._widget; bottom = t1.isDense || t1.itemHeight == null ? 0 : 8; t1 = t1.underline; - result = new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([result, A.Positioned$(bottom, t1 == null ? A.Container$(_null, _null, B.Clip_0, _null, _null, B.BoxDecoration_1ZZ, _null, 1, _null, _null, _null, _null, _null, _null) : t1, _null, _null, 0, 0, _null, _null)], t4), _null); + result = new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([result, A.Positioned$(bottom, t1 == null ? A.Container$(_null, _null, B.Clip_0, _null, _null, B.BoxDecoration_sUN, _null, 1, _null, _null, _null, _null, _null, _null) : t1, _null, _null, 0, 0, _null, _null)], t4), _null); } t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); - if (!_this.get$_dropdown$_enabled()) + if (!_this.get$_enabled()) t1.add$1(0, B.MaterialState_6); effectiveMouseCursor = A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, t1, type$.MouseCursor); t1 = _this._widget; t2 = t1._inputDecoration; if (t2 != null) result = A.InputDecorator$(_null, result, t2, false, t1._isEmpty, t1._dropdown$_isFocused, false, _null, _null); - t1 = A._lateReadCheck(_this.___DropdownButtonState__actionMap, "_actionMap"); - t2 = _this.get$_dropdown$_enabled() ? _this.get$_dropdown$_handleTap() : _null; - t3 = _this.get$_dropdown$_enabled(); - t4 = _this.get$focusNode(_this); + t1 = _this.___DropdownButtonState__actionMap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.get$_enabled() ? _this.get$_dropdown$_handleTap() : _null; + t3 = _this.get$_enabled(); + t4 = _this._widget.borderRadius; + t5 = _this.get$focusNode(_this); _this._widget.toString; - t5 = A.Theme_of(context).focusColor; - t1 = A.Actions$(t1, A.InkWell$(false, _null, t3, result, _null, false, t5, t4, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null)); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); + t6 = A.Theme_of(context).focusColor; + t1 = A.Actions$(t1, A.InkWell$(false, t4, t3, result, _null, false, t6, t5, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null)); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); } }; A._DropdownButtonState_initState_closure.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 1918 + $signature: 942 }; A._DropdownButtonState_initState_closure0.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 1999 + $signature: 943 }; A._DropdownButtonState__handleFocusChanged_closure.prototype = { call$0() { @@ -198677,7 +201488,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 675 + $signature: 460 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -198698,7 +201509,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: 2001 + $signature: 945 }; A.DropdownButtonFormField.prototype = { createState$0() { @@ -198764,7 +201575,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, _null, _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: 2027 + $signature: 946 }; A._DropdownButtonFormFieldState.prototype = { didChange$1(value) { @@ -198778,22 +201589,28 @@ var _this = this; _this.super$_FormFieldState_State_RestorationMixin$didUpdateWidget(oldWidget); if (!J.$eq$(oldWidget.initialValue, _this._widget.initialValue)) - _this.__FormFieldState__value = _this._widget.initialValue; + _this.__FormFieldState__value_AI = _this._widget.initialValue; } }; A.__DropdownButtonState_State_WidgetsBindingObserver.prototype = {}; A.ElevatedButton.prototype = { defaultStyleOf$1(context) { - var t1, t2, t3, t4, + var t1, t2, t3, t4, t5, t6, theme = A.Theme_of(context), colorScheme = theme.colorScheme; A.Theme_of(context).toString; - t1 = theme.shadowColor; + t1 = colorScheme.onSurface.value; + t2 = t1 >>> 16 & 255; + t3 = t1 >>> 8 & 255; + t1 &= 255; + t4 = A.Color$fromARGB(31, t2, t3, t1); + t1 = A.Color$fromARGB(97, t2, t3, t1); + t3 = theme.shadowColor; t2 = theme.textTheme; - t3 = A._scaledPadding(context); - t4 = theme.visualDensity; - t4 = A.ElevatedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.SystemMouseCursor_basic, 2, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onPrimary, colorScheme.onSurface, t3, colorScheme.primary, t1, B.RoundedRectangleBorder_LkV0, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t4); - return t4; + t5 = A._scaledPadding(context); + t6 = theme.visualDensity; + t6 = A.ElevatedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, colorScheme.primary, t4, t1, B.SystemMouseCursor_basic, 2, true, B.SystemMouseCursor_click, colorScheme.onPrimary, B.Size_wjo, B.Size_64_36, null, t5, null, t3, B.RoundedRectangleBorder_ifx0, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t6); + return t6; }, themeStyleOf$1(context) { var t1; @@ -198802,48 +201619,23 @@ return t1.style; } }; - A._ElevatedButtonDefaultBackground.prototype = { + A._ElevatedButtonDefaultColor.prototype = { resolve$1(_, states) { - var t1; - if (states.contains$1(0, B.MaterialState_6)) { - t1 = this.onSurface; - if (t1 == null) - t1 = null; - else { - t1 = t1.value; - t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - return t1; - } - return this.primary; - } - }; - A._ElevatedButtonDefaultForeground.prototype = { - resolve$1(_, states) { - var t1; - if (states.contains$1(0, B.MaterialState_6)) { - t1 = this.onSurface; - if (t1 == null) - t1 = null; - else { - t1 = t1.value; - t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - return t1; - } - return this.onPrimary; + if (states.contains$1(0, B.MaterialState_6)) + return this.disabled; + return this.color; } }; A._ElevatedButtonDefaultOverlay.prototype = { resolve$1(_, states) { var t1; if (states.contains$1(0, B.MaterialState_0)) { - t1 = this.onPrimary.value; - return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + t1 = this.overlay; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } if (states.contains$1(0, B.MaterialState_1) || states.contains$1(0, B.MaterialState_2)) { - t1 = this.onPrimary.value; - return A.Color$fromARGB(61, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + t1 = this.overlay; + return A.Color$fromARGB(61, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } return null; } @@ -198869,9 +201661,8 @@ return this.enabledCursor; } }; - A.__ElevatedButtonDefaultBackground_MaterialStateProperty_Diagnosticable.prototype = {}; + A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable.prototype = {}; - A.__ElevatedButtonDefaultForeground_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable.prototype = {}; A.ElevatedButtonThemeData.prototype = { @@ -198896,34 +201687,35 @@ }; A._ExpandIconState.prototype = { initState$0() { - var t1, t2, _this = this, - _s11_ = "_controller"; + var t1, t2, _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); - _this.___ExpandIconState__controller = t1; - t1 = A._lateReadCheck(t1, _s11_); + t1 = _this.___ExpandIconState__controller_A = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); t2 = $.$get$_ExpandIconState__iconTurnTween(); type$.Animation_double._as(t1); t2.toString; - _this.___ExpandIconState__iconTurns = new A._AnimatedEvaluation(t1, t2, t2.$ti._eval$1("_AnimatedEvaluation")); + _this.___ExpandIconState__iconTurns_A = new A._AnimatedEvaluation(t1, t2, t2.$ti._eval$1("_AnimatedEvaluation")); if (_this._widget.isExpanded) - A._lateReadCheck(_this.___ExpandIconState__controller, _s11_).set$value(0, 3.141592653589793); + t1.set$value(0, 3.141592653589793); }, - dispose$0(_) { - A._lateReadCheck(this.___ExpandIconState__controller, "_controller").dispose$0(0); - this.super$__ExpandIconState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___ExpandIconState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__ExpandIconState_State_SingleTickerProviderStateMixin$dispose(); }, didUpdateWidget$1(oldWidget) { - var t1, t2, - _s11_ = "_controller"; + var t1, t2; this.super$State$didUpdateWidget(oldWidget); t1 = this._widget.isExpanded; if (t1 !== oldWidget.isExpanded) { - t2 = this.___ExpandIconState__controller; - if (t1) - A._lateReadCheck(t2, _s11_).forward$0(0); - else - A._lateReadCheck(t2, _s11_).reverse$0(0); + t2 = this.___ExpandIconState__controller_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } } }, _handlePressed$0() { @@ -198945,8 +201737,8 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { - var onTapHint, t2, t3, t4, _this = this, _null = null, + build$1(context) { + var onTapHint, t2, t3, t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; onTapHint = _this._widget.isExpanded ? t1.get$expandedIconTapHint() : t1.get$collapsedIconTapHint(); @@ -198955,18 +201747,20 @@ t1 = t1.padding; t3 = _this.get$_expand_icon$_iconColor(); t4 = _this._widget.onPressed == null ? _null : _this.get$_handlePressed(); - t1 = A.IconButton$(B.Alignment_0_0, t3, _null, true, A.RotationTransition$(B.Alignment_0_0, B.Icon_8Gl, A._lateReadCheck(_this.___ExpandIconState__iconTurns, "_iconTurns")), 24, t4, t1, _null, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 != null || false ? new A.SemanticsHintOverrides(t2, _null) : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); + t5 = _this.___ExpandIconState__iconTurns_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.IconButton$(B.Alignment_0_0, t3, _null, true, A.RotationTransition$(B.Alignment_0_0, B.Icon_8Gl, t5), 24, t4, t1, _null, _null, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 != null || false ? new A.SemanticsHintOverrides(t2, _null) : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); } }; A.__ExpandIconState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -199027,7 +201821,7 @@ this._widget.expansionCallback.call$2(index, isExpanded); this._widget.toString; }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, t4, index, child, t5, headerWidget, expandIconContainer, scope, header, t6, t7, _this = this, _null = null, items = A._setArrayType([], type$.JSArray_MergeableMaterialItem); for (t1 = type$.JSArray_Widget, t2 = type$._SaltedKey_BuildContext_int, t3 = type$._LocalizationsScope, t4 = type$.nullable_MaterialLocalizations, index = 0; index < _this._widget.children.length; ++index) { @@ -199043,7 +201837,7 @@ t5 = scope == null ? _null : t4._as(J.$index$asx(scope.localizationsState._typeToResources, B.Type_MaterialLocalizations_flR)); t5.toString; t5 = _this._isChildExpanded$1(index) ? t5.get$expandedIconTapHint() : t5.get$collapsedIconTapHint(); - expandIconContainer = new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, expandIconContainer, _null); + expandIconContainer = new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, expandIconContainer, _null); _this._widget.toString; if (_this._isChildExpanded$1(index)) { _this._widget.toString; @@ -199066,7 +201860,7 @@ call$1(isExpanded) { return this.$this._expansion_panel$_handlePressed$2(isExpanded, this.index); }, - $signature: 79 + $signature: 75 }; A.ExpansionTileThemeData.prototype = { get$hashCode(_) { @@ -199109,15 +201903,15 @@ } }; A.FloatingActionButton.prototype = { - build$1(_, context) { - var t2, backgroundColor, focusColor, hoverColor, splashColor, elevation, focusElevation, hoverElevation, disabledElevation, highlightElevation, materialTapTargetSize, iconSize, t3, extendedTextStyle, shape, resolvedChild, sizeConstraints, padding, result, _this = this, _null = null, + build$1(context) { + var t2, backgroundColor, focusColor, hoverColor, splashColor, elevation, focusElevation, hoverElevation, disabledElevation, highlightElevation, materialTapTargetSize, enableFeedback, iconSize, extendedTextStyle, shape, resolvedChild, sizeConstraints, padding, result, _this = this, _null = null, theme = A.Theme_of(context), floatingActionButtonTheme = theme.floatingActionButtonTheme, t1 = _this._floatingActionButtonType, - defaults = new A._M2Defaults(t1, true, A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, 6, 6, 8, _null, 12, _null, true, _null, B.BoxConstraints_56_56_56_56, B.BoxConstraints_40_40_40_40, B.BoxConstraints_96_96_96_96, B.BoxConstraints_CWG, 8, _null, _null), + defaults = new A._FABDefaultsM2(t1, true, A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, 6, 6, 8, _null, 12, _null, true, _null, B.BoxConstraints_56_56_56_56, B.BoxConstraints_40_40_40_40, B.BoxConstraints_96_96_96_96, B.BoxConstraints_CWG, 8, _null, _null), foregroundColor = floatingActionButtonTheme.foregroundColor; if (foregroundColor == null) { - t2 = defaults.get$foregroundColor(defaults); + t2 = defaults.get$foregroundColor(); t2.toString; foregroundColor = t2; } @@ -199147,64 +201941,94 @@ splashColor = t2; } elevation = floatingActionButtonTheme.elevation; - if (elevation == null) - elevation = 6; + if (elevation == null) { + t2 = defaults.elevation; + t2.toString; + elevation = t2; + } focusElevation = floatingActionButtonTheme.focusElevation; - if (focusElevation == null) - focusElevation = 6; + if (focusElevation == null) { + t2 = defaults.focusElevation; + t2.toString; + focusElevation = t2; + } hoverElevation = floatingActionButtonTheme.hoverElevation; - if (hoverElevation == null) - hoverElevation = 8; + if (hoverElevation == null) { + t2 = defaults.hoverElevation; + t2.toString; + hoverElevation = t2; + } t2 = floatingActionButtonTheme.disabledElevation; - disabledElevation = t2 == null ? _null : t2; + disabledElevation = t2 == null ? defaults.disabledElevation : t2; if (disabledElevation == null) disabledElevation = elevation; highlightElevation = floatingActionButtonTheme.highlightElevation; - if (highlightElevation == null) - highlightElevation = 12; + if (highlightElevation == null) { + t2 = defaults.highlightElevation; + t2.toString; + highlightElevation = t2; + } materialTapTargetSize = theme.materialTapTargetSize; - t2 = floatingActionButtonTheme.enableFeedback; + enableFeedback = floatingActionButtonTheme.enableFeedback; + if (enableFeedback == null) { + t2 = defaults.enableFeedback; + t2.toString; + enableFeedback = t2; + } iconSize = floatingActionButtonTheme.iconSize; if (iconSize == null) iconSize = defaults.get$iconSize(); - t3 = floatingActionButtonTheme.extendedTextStyle; - extendedTextStyle = (t3 == null ? defaults.get$extendedTextStyle() : t3).copyWith$1$color(foregroundColor); + t2 = floatingActionButtonTheme.extendedTextStyle; + extendedTextStyle = (t2 == null ? defaults.get$extendedTextStyle() : t2).copyWith$1$color(foregroundColor); shape = floatingActionButtonTheme.shape; if (shape == null) shape = defaults.get$shape(defaults); - t3 = _this.child; - resolvedChild = A.IconTheme_merge(t3, new A.IconThemeData(_null, _null, iconSize, _null)); + t2 = _this.child; + resolvedChild = A.IconTheme_merge(t2, new A.IconThemeData(_null, _null, iconSize, _null)); switch (t1.index) { case 0: sizeConstraints = floatingActionButtonTheme.sizeConstraints; - if (sizeConstraints == null) - sizeConstraints = B.BoxConstraints_56_56_56_56; + if (sizeConstraints == null) { + t1 = defaults.sizeConstraints; + t1.toString; + sizeConstraints = t1; + } break; case 1: sizeConstraints = floatingActionButtonTheme.smallSizeConstraints; - if (sizeConstraints == null) - sizeConstraints = B.BoxConstraints_40_40_40_40; + if (sizeConstraints == null) { + t1 = defaults.smallSizeConstraints; + t1.toString; + sizeConstraints = t1; + } break; case 2: sizeConstraints = floatingActionButtonTheme.largeSizeConstraints; - if (sizeConstraints == null) - sizeConstraints = B.BoxConstraints_96_96_96_96; + if (sizeConstraints == null) { + t1 = defaults.largeSizeConstraints; + t1.toString; + sizeConstraints = t1; + } break; case 3: sizeConstraints = floatingActionButtonTheme.extendedSizeConstraints; - if (sizeConstraints == null) - sizeConstraints = B.BoxConstraints_CWG; + if (sizeConstraints == null) { + t1 = defaults.extendedSizeConstraints; + t1.toString; + sizeConstraints = t1; + } padding = floatingActionButtonTheme.extendedPadding; if (padding == null) padding = defaults.get$extendedPadding(); t1 = A._setArrayType([], type$.JSArray_Widget); - t1.push(t3); + t1.push(t2); resolvedChild = new A._ChildOverflowBox(new A.Padding(padding, A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), _null), _null); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - result = A.RawMaterialButton$(false, resolvedChild, B.Clip_0, sizeConstraints, disabledElevation, elevation, t2 !== false, backgroundColor, focusColor, focusElevation, _null, _null, highlightElevation, hoverColor, hoverElevation, materialTapTargetSize, _null, _this.onPressed, shape, splashColor, extendedTextStyle); + t1 = materialTapTargetSize; + result = new A.RawMaterialButton(_this.onPressed, _null, extendedTextStyle, backgroundColor, focusColor, hoverColor, splashColor, elevation, hoverElevation, focusElevation, highlightElevation, disabledElevation, sizeConstraints, shape, resolvedChild, t1, _null, false, B.Clip_0, enableFeedback, _null); t1 = _this.tooltip; if (t1 != null) result = A.Tooltip$(result, t1); @@ -199216,16 +202040,14 @@ var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t1 = new A._RenderChildOverflowBox(B.Alignment_0_0, t1.textDirection, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); } }; A._RenderChildOverflowBox.prototype = { @@ -199251,14 +202073,14 @@ t4 = Math.min(A.checkNum(t2), A.checkNum(t4)); return new A.Size(t3, Math.max(A.checkNum(t1), t4)); } else - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, performLayout$0() { var t2, t3, t4, _this = this, constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX5, true); + t1.layout$2$parentUsesSize(B.BoxConstraints_mlX5, true); t1 = constraints.minWidth; t2 = constraints.maxWidth; t3 = _this.RenderObjectWithChildMixin__child._box$_size; @@ -199272,11 +202094,11 @@ _this._box$_size = new A.Size(t4, Math.max(A.checkNum(t1), t3)); _this.alignChild$0(); } else - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); } }; - A._M2Defaults.prototype = { - get$foregroundColor(_) { + A._FABDefaultsM2.prototype = { + get$foregroundColor() { return this._colors.onSecondary; }, get$backgroundColor(_) { @@ -199292,7 +202114,7 @@ return this._theme.splashColor; }, get$shape(_) { - return this.type === B._FloatingActionButtonType_3 ? B.StadiumBorder_QSQ : B.CircleBorder_IVQ; + return this.type === B._FloatingActionButtonType_3 ? B.StadiumBorder_sAO : B.CircleBorder_Fuf; }, get$iconSize() { return this.type === B._FloatingActionButtonType_2 ? 36 : 24; @@ -199400,8 +202222,10 @@ }; A._AnimationSwap.prototype = { get$value(_) { - var t1, _this = this; - if (A._lateReadCheck(_this.parent.__AnimationController__value, "_value") < _this.swapThreshold) { + var _this = this, + t1 = _this.parent.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 < _this.swapThreshold) { t1 = _this.first; t1 = t1.get$value(t1); } else { @@ -199420,7 +202244,7 @@ A.FloatingActionButtonThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.get$foregroundColor(_this), _this.get$backgroundColor(_this), _this.get$focusColor(), _this.get$hoverColor(), _this.get$splashColor(), _this.elevation, _this.focusElevation, _this.hoverElevation, _this.disabledElevation, _this.highlightElevation, _this.get$shape(_this), _this.enableFeedback, _this.get$iconSize(), _this.sizeConstraints, _this.smallSizeConstraints, _this.largeSizeConstraints, _this.extendedSizeConstraints, _this.extendedIconLabelSpacing, _this.get$extendedPadding(), _this.get$extendedTextStyle()); + return A.Object_hash(_this.get$foregroundColor(), _this.get$backgroundColor(_this), _this.get$focusColor(), _this.get$hoverColor(), _this.get$splashColor(), _this.elevation, _this.focusElevation, _this.hoverElevation, _this.disabledElevation, _this.highlightElevation, _this.get$shape(_this), _this.enableFeedback, _this.get$iconSize(), _this.sizeConstraints, _this.smallSizeConstraints, _this.largeSizeConstraints, _this.extendedSizeConstraints, _this.extendedIconLabelSpacing, _this.get$extendedPadding(), _this.get$extendedTextStyle()); }, $eq(_, other) { var _this = this; @@ -199430,9 +202254,9 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.FloatingActionButtonThemeData && J.$eq$(other.get$foregroundColor(other), _this.get$foregroundColor(_this)) && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && J.$eq$(other.get$focusColor(), _this.get$focusColor()) && J.$eq$(other.get$hoverColor(), _this.get$hoverColor()) && J.$eq$(other.get$splashColor(), _this.get$splashColor()) && other.elevation == _this.elevation && other.focusElevation == _this.focusElevation && other.hoverElevation == _this.hoverElevation && other.disabledElevation == _this.disabledElevation && other.highlightElevation == _this.highlightElevation && J.$eq$(other.get$shape(other), _this.get$shape(_this)) && other.enableFeedback == _this.enableFeedback && other.get$iconSize() == _this.get$iconSize() && J.$eq$(other.sizeConstraints, _this.sizeConstraints) && J.$eq$(other.smallSizeConstraints, _this.smallSizeConstraints) && J.$eq$(other.largeSizeConstraints, _this.largeSizeConstraints) && J.$eq$(other.extendedSizeConstraints, _this.extendedSizeConstraints) && other.extendedIconLabelSpacing == _this.extendedIconLabelSpacing && J.$eq$(other.get$extendedPadding(), _this.get$extendedPadding()) && J.$eq$(other.get$extendedTextStyle(), _this.get$extendedTextStyle()); + return other instanceof A.FloatingActionButtonThemeData && J.$eq$(other.get$foregroundColor(), _this.get$foregroundColor()) && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && J.$eq$(other.get$focusColor(), _this.get$focusColor()) && J.$eq$(other.get$hoverColor(), _this.get$hoverColor()) && J.$eq$(other.get$splashColor(), _this.get$splashColor()) && other.elevation == _this.elevation && other.focusElevation == _this.focusElevation && other.hoverElevation == _this.hoverElevation && other.disabledElevation == _this.disabledElevation && other.highlightElevation == _this.highlightElevation && J.$eq$(other.get$shape(other), _this.get$shape(_this)) && other.enableFeedback == _this.enableFeedback && other.get$iconSize() == _this.get$iconSize() && J.$eq$(other.sizeConstraints, _this.sizeConstraints) && J.$eq$(other.smallSizeConstraints, _this.smallSizeConstraints) && J.$eq$(other.largeSizeConstraints, _this.largeSizeConstraints) && J.$eq$(other.extendedSizeConstraints, _this.extendedSizeConstraints) && other.extendedIconLabelSpacing == _this.extendedIconLabelSpacing && J.$eq$(other.get$extendedPadding(), _this.get$extendedPadding()) && J.$eq$(other.get$extendedTextStyle(), _this.get$extendedTextStyle()); }, - get$foregroundColor(receiver) { + get$foregroundColor() { return this.foregroundColor; }, get$backgroundColor(receiver) { @@ -199462,12 +202286,13 @@ }; A._FloatingActionButtonThemeData_Object_Diagnosticable.prototype = {}; A.IconButton.prototype = { - build$1(_, context) { - var currentColor, effectiveVisualDensity, adjustedConstraints, t4, effectiveIconSize, result, t5, t6, t7, t8, t9, _this = this, _null = null, - theme = A.Theme_of(context), - t1 = _this.onPressed, - t2 = t1 == null, - t3 = !t2; + build$1(context) { + var t1, t2, t3, currentColor, effectiveVisualDensity, adjustedConstraints, t4, effectiveIconSize, result, t5, _this = this, _null = null, + theme = A.Theme_of(context); + theme.toString; + t1 = _this.onPressed; + t2 = t1 == null; + t3 = !t2; if (t3) currentColor = _this.color; else @@ -199486,13 +202311,10 @@ if (t5 != null) result = A.Tooltip$(result, t5); t2 = t2 ? B.SystemMouseCursor_basic : B.SystemMouseCursor_click; - t5 = theme.focusColor; - t6 = theme.hoverColor; - t7 = theme.highlightColor; - t8 = theme.splashColor; - t9 = _this.splashRadius; - t1 = A.InkResponse$(false, _null, t3, result, false, _null, true, false, t5, _null, t7, B.BoxShape_1, t6, _null, t2, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, t9 == null ? Math.max(35, (effectiveIconSize + Math.min(t4.get$horizontal(), t4.get$_top(t4) + t4.get$_bottom(t4))) * 0.7) : t9, t8, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); + t5 = _this.splashRadius; + t4 = t5 == null ? Math.max(35, (effectiveIconSize + Math.min(t4.get$horizontal(), t4.get$_top(t4) + t4.get$_bottom(t4))) * 0.7) : t5; + t4 = A.InkResponse$(false, _null, t3, result, false, _null, true, false, theme.focusColor, _null, theme.highlightColor, B.BoxShape_1, theme.hoverColor, _null, t2, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, t4, theme.splashColor, _null, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t4, _null); } }; A.Ink.prototype = { @@ -199515,7 +202337,7 @@ deactivate$0() { var t1 = this._ink; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this.super$State$deactivate(); }, _build$1(context) { @@ -199530,11 +202352,11 @@ t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._boxKey).get$renderObject(); t4.toString; t4 = new A.InkDecoration(t2, t3, type$.RenderBox._as(t4), _this.get$_handleRemoved()); - t4.set$decoration(0, t1); + t4.set$decoration(t1); t3.addInkFeature$1(t4); _this._ink = t4; } else { - t1.set$decoration(0, t2.decoration); + t1.set$decoration(t2.decoration); t1 = _this._ink; t1.toString; t1.set$configuration(A.createLocalImageConfiguration(context, null)); @@ -199542,7 +202364,7 @@ t1 = _this._widget.child; return t1; }, - build$1(_, context) { + build$1(context) { var _this = this, result = new A.Padding(_this._widget.get$_ink_decoration$_paddingIncludingDecoration(), new A.Builder(_this.get$_build(), null), _this._boxKey), t1 = _this._widget.height; @@ -199550,14 +202372,14 @@ } }; A.InkDecoration.prototype = { - set$decoration(_, value) { + set$decoration(value) { var t1, _this = this; if (J.$eq$(value, _this._ink_decoration$_decoration)) return; _this._ink_decoration$_decoration = value; t1 = _this._ink_decoration$_painter; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); t1 = _this._ink_decoration$_decoration; _this._ink_decoration$_painter = t1 == null ? null : t1.createBoxPainter$1(_this.get$_handleChanged()); _this._material$_controller.markNeedsPaint$0(); @@ -199571,11 +202393,11 @@ _handleChanged$0() { this._material$_controller.markNeedsPaint$0(); }, - dispose$0(_) { + dispose$0() { var t1 = this._ink_decoration$_painter; if (t1 != null) - t1.dispose$0(0); - this.super$InkFeature$dispose(0); + t1.dispose$0(); + this.super$InkFeature$dispose(); }, paintFeature$2(canvas, transform) { var originOffset, t1, t2, sizedConfiguration, _this = this; @@ -199597,14 +202419,19 @@ }; A.InkHighlight.prototype = { _handleAlphaStatusChanged$1($status) { + var t1; if ($status === B.AnimationStatus_0 && !this._active) { - A._lateReadCheck(this.__InkHighlight__alphaController, "_alphaController").dispose$0(0); - this.super$InkFeature$dispose(0); + t1 = this.__InkHighlight__alphaController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$InkFeature$dispose(); } }, - dispose$0(_) { - A._lateReadCheck(this.__InkHighlight__alphaController, "_alphaController").dispose$0(0); - this.super$InkFeature$dispose(0); + dispose$0() { + var t1 = this.__InkHighlight__alphaController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$InkFeature$dispose(); }, _paintHighlight$3(canvas, rect, paint) { var t1, t2, _this = this; @@ -199616,14 +202443,14 @@ case 1: t1 = rect.get$center(); t2 = _this._ink_highlight$_radius; - canvas.drawCircle$3(0, t1, t2 == null ? 35 : t2, paint); + canvas.drawCircle$3(t1, t2 == null ? 35 : t2, paint); break; case 0: t1 = _this._ink_highlight$_borderRadius; if (!t1.$eq(0, B.BorderRadius_tLn)) - canvas.drawRRect$2(0, A.RRect$fromRectAndCorners(rect, t1.bottomLeft, t1.bottomRight, t1.topLeft, t1.topRight), paint); + canvas.drawRRect$2(A.RRect$fromRectAndCorners(rect, t1.bottomLeft, t1.bottomRight, t1.topLeft, t1.topRight), paint); else - canvas.drawRect$2(0, rect, paint); + canvas.drawRect$2(rect, paint); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -199631,13 +202458,13 @@ canvas.restore$0(0); }, paintFeature$2(canvas, transform) { - var originOffset, rect, _this = this, + var t3, originOffset, rect, _this = this, paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()), t1 = _this._ink_well$_color, - t2 = A._lateReadCheck(_this.__InkHighlight__alpha, "_alpha"), - t3 = t2._evaluatable; - t2 = t2.parent; - paint.set$color(0, A.Color$fromARGB(t3.transform$1(0, t2.get$value(t2)), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); + t2 = _this.__InkHighlight__alpha_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + paint.set$color(0, A.Color$fromARGB(t2._evaluatable.transform$1(0, t3.get$value(t3)), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); originOffset = A.MatrixUtils_getAsTranslation(transform); t1 = _this._rectCallback; if (t1 != null) @@ -199660,7 +202487,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 498 + $signature: 462 }; 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) { @@ -199687,97 +202514,118 @@ t6._isDirty = true; t6._observer_list$_list.push(t5); t4.forward$0(0); - t1.__InkRipple__fadeInController = t4; - t4 = A._lateReadCheck(t4, "_fadeInController"); + t1.__InkRipple__fadeInController_A = t4; t6 = color.get$value(color); t7 = type$.Animation_double; t8 = type$.IntTween; - t1.__InkRipple__fadeIn = new A._AnimatedEvaluation(t7._as(t4), new A.IntTween(0, t6 >>> 24 & 255), t8._eval$1("_AnimatedEvaluation")); + t1.__InkRipple__fadeIn_A = new A._AnimatedEvaluation(t7._as(t4), new A.IntTween(0, t6 >>> 24 & 255), t8._eval$1("_AnimatedEvaluation")); t6 = A.AnimationController$(_null, B.Duration_1000000, _null, 1, _null, t3); t6.didRegisterListener$0(); t4 = t6.AnimationLocalListenersMixin__listeners; t4._isDirty = true; t4._observer_list$_list.push(t5); t6.forward$0(0); - t1.__InkRipple__radiusController = t6; - t6 = A._lateReadCheck(t6, "_radiusController"); + t1.__InkRipple__radiusController_A = t6; t4 = type$.Tween_double; t9 = $.$get$InkRipple__easeCurveTween(); t10 = t4._eval$1("_ChainedEvaluation"); - t1.__InkRipple__radius = new A._AnimatedEvaluation(t7._as(t6), new A._ChainedEvaluation(t9, new A.Tween(t2 * 0.3, t2 + 5, t4), t10), t10._eval$1("_AnimatedEvaluation")); + t1.__InkRipple__radius_A = new A._AnimatedEvaluation(t7._as(t6), new A._ChainedEvaluation(t9, new A.Tween(t2 * 0.3, t2 + 5, t4), t10), t10._eval$1("_AnimatedEvaluation")); t3 = A.AnimationController$(_null, B.Duration_375000, _null, 1, _null, t3); t3.didRegisterListener$0(); t10 = t3.AnimationLocalListenersMixin__listeners; t10._isDirty = true; t10._observer_list$_list.push(t5); - t3.addStatusListener$1(t1.get$_ink_ripple$_handleAlphaStatusChanged()); - t1.__InkRipple__fadeOutController = t3; - t3 = A._lateReadCheck(t3, "_fadeOutController"); + t3.didRegisterListener$0(); + t5 = t3.AnimationLocalStatusListenersMixin__statusListeners; + t5._isDirty = true; + t5._observer_list$_list.push(t1.get$_ink_ripple$_handleAlphaStatusChanged()); + t1.__InkRipple__fadeOutController_A = t3; t5 = color.get$value(color); t10 = $.$get$InkRipple__fadeOutIntervalTween(); t8 = t8._eval$1("_ChainedEvaluation"); - t1.__InkRipple__fadeOut = new A._AnimatedEvaluation(t7._as(t3), new A._ChainedEvaluation(t10, new A.IntTween(t5 >>> 24 & 255, 0), t8), t8._eval$1("_AnimatedEvaluation")); + t1.__InkRipple__fadeOut_A = new A._AnimatedEvaluation(t7._as(t3), new A._ChainedEvaluation(t10, new A.IntTween(t5 >>> 24 & 255, 0), t8), t8._eval$1("_AnimatedEvaluation")); controller.addInkFeature$1(t1); return t1; } }; A.InkRipple.prototype = { confirm$0(_) { - var t1 = A._lateReadCheck(this.__InkRipple__radiusController, "_radiusController"); + var t1 = this.__InkRipple__radiusController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.duration = B.Duration_225000; t1.forward$0(0); - A._lateReadCheck(this.__InkRipple__fadeInController, "_fadeInController").forward$0(0); - t1 = A._lateReadCheck(this.__InkRipple__fadeOutController, "_fadeOutController"); + t1 = this.__InkRipple__fadeInController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + t1 = this.__InkRipple__fadeOutController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(1, B.C__Linear, B.Duration_375000); }, cancel$0(_) { - var fadeOutValue, t1, _this = this, - _s17_ = "_fadeInController", - _s18_ = "_fadeOutController"; - A._lateReadCheck(_this.__InkRipple__fadeInController, _s17_).stop$0(0); - fadeOutValue = 1 - A._lateReadCheck(A._lateReadCheck(_this.__InkRipple__fadeInController, _s17_).__AnimationController__value, "_value"); - A._lateReadCheck(_this.__InkRipple__fadeOutController, _s18_).set$value(0, fadeOutValue); + var fadeOutValue, _this = this, + t1 = _this.__InkRipple__fadeInController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); + t1 = _this.__InkRipple__fadeInController_A.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + fadeOutValue = 1 - t1; + t1 = _this.__InkRipple__fadeOutController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, fadeOutValue); if (fadeOutValue < 1) { - t1 = A._lateReadCheck(_this.__InkRipple__fadeOutController, _s18_); + t1 = _this.__InkRipple__fadeOutController_A; t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(1, B.C__Linear, B.Duration_75000); } }, _ink_ripple$_handleAlphaStatusChanged$1($status) { if ($status === B.AnimationStatus_3) - this.dispose$0(0); + this.dispose$0(); }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.__InkRipple__radiusController, "_radiusController").dispose$0(0); - A._lateReadCheck(_this.__InkRipple__fadeInController, "_fadeInController").dispose$0(0); - A._lateReadCheck(_this.__InkRipple__fadeOutController, "_fadeOutController").dispose$0(0); - _this.super$InkFeature$dispose(0); + dispose$0() { + var _this = this, + t1 = _this.__InkRipple__radiusController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__InkRipple__fadeInController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__InkRipple__fadeOutController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$InkFeature$dispose(); }, paintFeature$2(canvas, transform) { var t2, alpha, paint, t3, _this = this, - t1 = A._lateReadCheck(_this.__InkRipple__fadeInController, "_fadeInController")._ticker; + t1 = _this.__InkRipple__fadeInController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._ticker; if (t1 != null && t1._ticker$_future != null) { - t1 = A._lateReadCheck(_this.__InkRipple__fadeIn, "_fadeIn"); - t2 = t1._evaluatable; - t1 = t1.parent; - alpha = t2.transform$1(0, t1.get$value(t1)); + t1 = _this.__InkRipple__fadeIn_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + alpha = t1._evaluatable.transform$1(0, t2.get$value(t2)); } else { - t1 = A._lateReadCheck(_this.__InkRipple__fadeOut, "_fadeOut"); - t2 = t1._evaluatable; - t1 = t1.parent; - alpha = t2.transform$1(0, t1.get$value(t1)); + t1 = _this.__InkRipple__fadeOut_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + alpha = t1._evaluatable.transform$1(0, t2.get$value(t2)); } paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t1 = _this._ink_well$_color; paint.set$color(0, A.Color$fromARGB(alpha, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); - t1 = A.Offset_lerp(_this._ink_ripple$_position, _this.referenceBox._box$_size.center$1(B.Offset_0_0), B.Cubic_JUR.transform$1(0, A._lateReadCheck(A._lateReadCheck(_this.__InkRipple__radiusController, "_radiusController").__AnimationController__value, "_value"))); - t1.toString; - t2 = A._lateReadCheck(_this.__InkRipple__radius, "_radius"); - t3 = t2._evaluatable; - t2 = t2.parent; - _this.paintInkCircle$9$borderRadius$canvas$center$clipCallback$customBorder$paint$radius$textDirection$transform(_this._ink_ripple$_borderRadius, canvas, t1, _this._ink_ripple$_clipCallback, _this._ink_ripple$_customBorder, paint, t3.transform$1(0, t2.get$value(t2)), _this._ink_ripple$_textDirection, transform); + t1 = _this.referenceBox._box$_size.center$1(B.Offset_0_0); + t2 = _this.__InkRipple__radiusController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Offset_lerp(_this._ink_ripple$_position, t1, B.Cubic_JUR.transform$1(0, t2)); + t2.toString; + t1 = _this.__InkRipple__radius_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.parent; + _this.paintInkCircle$9$borderRadius$canvas$center$clipCallback$customBorder$paint$radius$textDirection$transform(_this._ink_ripple$_borderRadius, canvas, t2, _this._ink_ripple$_clipCallback, _this._ink_ripple$_customBorder, paint, t1._evaluatable.transform$1(0, t3.get$value(t3)), _this._ink_ripple$_textDirection, transform); } }; A._getClipCallback_closure0.prototype = { @@ -199785,7 +202633,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 498 + $signature: 462 }; 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) { @@ -199801,19 +202649,22 @@ t6._isDirty = true; t6._observer_list$_list.push(t5); t4.forward$0(0); - t1.__InkSplash__radiusController = t4; + t1.__InkSplash__radiusController_A = t4; t6 = type$.Tween_double; t7 = type$.Animation_double; - t1.__InkSplash__radius = new A._AnimatedEvaluation(t7._as(A._lateReadCheck(t4, "_radiusController")), new A.Tween(0, t2, t6), t6._eval$1("_AnimatedEvaluation")); + t1.__InkSplash__radius_A = new A._AnimatedEvaluation(t7._as(t4), new A.Tween(0, t2, t6), t6._eval$1("_AnimatedEvaluation")); t3 = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, t3); t3.didRegisterListener$0(); t6 = t3.AnimationLocalListenersMixin__listeners; t6._isDirty = true; t6._observer_list$_list.push(t5); - t3.addStatusListener$1(t1.get$_ink_splash$_handleAlphaStatusChanged()); + t3.didRegisterListener$0(); + t5 = t3.AnimationLocalStatusListenersMixin__statusListeners; + t5._isDirty = true; + t5._observer_list$_list.push(t1.get$_ink_splash$_handleAlphaStatusChanged()); t1._alphaController = t3; t5 = color.get$value(color); - t1.__InkSplash__alpha = new A._AnimatedEvaluation(t7._as(t3), new A.IntTween(t5 >>> 24 & 255, 0), type$.IntTween._eval$1("_AnimatedEvaluation")); + t1.__InkSplash__alpha_A = new A._AnimatedEvaluation(t7._as(t3), new A.IntTween(t5 >>> 24 & 255, 0), type$.IntTween._eval$1("_AnimatedEvaluation")); controller.addInkFeature$1(t1); return t1; } @@ -199821,7 +202672,8 @@ A.InkSplash.prototype = { confirm$0(_) { var duration = B.JSNumber_methods.floor$0(this._targetRadius / 1), - t1 = A._lateReadCheck(this.__InkSplash__radiusController, "_radiusController"); + t1 = this.__InkSplash__radiusController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.duration = A.Duration$(0, 0, 0, duration, 0, 0); t1.forward$0(0); this._alphaController.forward$0(0); @@ -199833,31 +202685,39 @@ }, _ink_splash$_handleAlphaStatusChanged$1($status) { if ($status === B.AnimationStatus_3) - this.dispose$0(0); + this.dispose$0(); }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.__InkSplash__radiusController, "_radiusController").dispose$0(0); - _this._alphaController.dispose$0(0); + dispose$0() { + var _this = this, + t1 = _this.__InkSplash__radiusController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this._alphaController.dispose$0(); _this._alphaController = null; - _this.super$InkFeature$dispose(0); + _this.super$InkFeature$dispose(); }, paintFeature$2(canvas, transform) { - var center, _this = this, + var t3, center, _this = this, paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()), t1 = _this._ink_well$_color, - t2 = A._lateReadCheck(_this.__InkSplash__alpha, "_alpha"), - t3 = t2._evaluatable; - t2 = t2.parent; - paint.set$color(0, A.Color$fromARGB(t3.transform$1(0, t2.get$value(t2)), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); + t2 = _this.__InkSplash__alpha_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + paint.set$color(0, A.Color$fromARGB(t2._evaluatable.transform$1(0, t3.get$value(t3)), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); center = _this._ink_splash$_position; - if (_this._repositionToReferenceBox) - center = A.Offset_lerp(center, _this.referenceBox._box$_size.center$1(B.Offset_0_0), A._lateReadCheck(A._lateReadCheck(_this.__InkSplash__radiusController, "_radiusController").__AnimationController__value, "_value")); + if (_this._repositionToReferenceBox) { + t1 = _this.referenceBox._box$_size.center$1(B.Offset_0_0); + t2 = _this.__InkSplash__radiusController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + center = A.Offset_lerp(center, t1, t2); + } center.toString; - t1 = A._lateReadCheck(_this.__InkSplash__radius, "_radius"); - t2 = t1._evaluatable; - t1 = t1.parent; - _this.paintInkCircle$9$borderRadius$canvas$center$clipCallback$customBorder$paint$radius$textDirection$transform(_this._ink_splash$_borderRadius, canvas, center, _this._clipCallback, _this._customBorder, paint, t2.transform$1(0, t1.get$value(t1)), _this._ink_splash$_textDirection, transform); + t1 = _this.__InkSplash__radius_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + _this.paintInkCircle$9$borderRadius$canvas$center$clipCallback$customBorder$paint$radius$textDirection$transform(_this._ink_splash$_borderRadius, canvas, center, _this._clipCallback, _this._customBorder, paint, t1._evaluatable.transform$1(0, t2.get$value(t2)), _this._ink_splash$_textDirection, transform); } }; A.InteractiveInkFeature.prototype = { @@ -199884,11 +202744,11 @@ if (customBorder != null) canvas.clipPath$1(0, customBorder.getOuterPath$2$textDirection(rect, textDirection)); else if (!borderRadius.$eq(0, B.BorderRadius_tLn)) - canvas.clipRRect$1(0, A.RRect$fromRectAndCorners(rect, borderRadius.bottomLeft, borderRadius.bottomRight, borderRadius.topLeft, borderRadius.topRight)); + canvas.clipRRect$1(A.RRect$fromRectAndCorners(rect, borderRadius.bottomLeft, borderRadius.bottomRight, borderRadius.topLeft, borderRadius.topRight)); else - canvas.clipRect$1(0, rect); + canvas.clipRect$1(rect); } - canvas.drawCircle$3(0, center, radius, paint); + canvas.drawCircle$3(center, radius, paint); canvas.restore$0(0); } }; @@ -199902,11 +202762,11 @@ getRectCallback$1(referenceBox) { return null; }, - build$1(_, context) { + build$1(context) { var _this = this, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$._ParentInkResponseProvider), parentState = t1 == null ? null : t1.state; - return new A._InkResponseStateWidget(_this.child, _this.onTap, _this.onTapDown, _this.onTapUp, _this.onTapCancel, _this.onDoubleTap, _this.onLongPress, _this.onHighlightChanged, _this.onHover, _this.mouseCursor, _this.containedInkWell, _this.highlightShape, _this.radius, _this.borderRadius, _this.customBorder, _this.focusColor, _this.hoverColor, _this.highlightColor, _this.overlayColor, _this.splashColor, _this.splashFactory, _this.enableFeedback, false, _this.onFocusChange, _this.autofocus, _this.focusNode, _this.canRequestFocus, parentState, _this.get$getRectCallback(), _this.get$debugCheckContext(), null); + return new A._InkResponseStateWidget(_this.child, _this.onTap, _this.onTapDown, _this.onTapUp, _this.onTapCancel, _this.onDoubleTap, _this.onLongPress, _this.onHighlightChanged, _this.onHover, _this.mouseCursor, _this.containedInkWell, _this.highlightShape, _this.radius, _this.borderRadius, _this.customBorder, _this.focusColor, _this.hoverColor, _this.highlightColor, _this.overlayColor, _this.splashColor, _this.splashFactory, _this.enableFeedback, false, _this.onFocusChange, _this.autofocus, _this.focusNode, _this.canRequestFocus, parentState, _this.get$getRectCallback(), _this.get$debugCheckContext(), _this.statesController, null); }, debugCheckContext$1(context) { return true; @@ -199946,41 +202806,85 @@ t1.markChildInkResponsePressed$2(this, nowAnyPressed); } }, - _simulateTap$1(intent) { + simulateTap$1(intent) { var t1 = this._framework$_element; t1.toString; - this._startSplash$1$context(t1); - this._handleTap$0(); + this._startNewSplash$1$context(t1); + this.handleTap$0(); }, - _simulateTap$0() { - return this._simulateTap$1(null); + simulateTap$0() { + return this.simulateTap$1(null); }, - _simulateLongPress$0() { + simulateLongPress$0() { var t1 = this._framework$_element; t1.toString; - this._startSplash$1$context(t1); - this._handleLongPress$0(); + this._startNewSplash$1$context(t1); + this.handleLongPress$0(); + }, + handleStatesControllerChange$0() { + this.setState$1(new A._InkResponseState_handleStatesControllerChange_closure()); + }, + get$statesController() { + var t1 = this._widget.statesController; + if (t1 == null) { + t1 = this.internalStatesController; + t1.toString; + } + return t1; + }, + initStatesController$0() { + var t1, t2, _this = this; + if (_this._widget.statesController == null) + _this.internalStatesController = A.MaterialStatesController$(null); + t1 = _this.get$statesController(); + t2 = _this._widget; + t2.toString; + t1.update$2(0, B.MaterialState_6, !_this.isWidgetEnabled$1(t2)); + _this.get$statesController().addListener$1(0, _this.get$handleStatesControllerChange()); }, initState$0() { this.super$__InkResponseState_State_AutomaticKeepAliveClientMixin$initState(); - $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.add$1(0, this.get$_handleFocusHighlightModeChange()); + this.initStatesController$0(); + $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.add$1(0, this.get$handleFocusHighlightModeChange()); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); + t1 = _this._widget.statesController; + t2 = oldWidget.statesController; + if (t1 != t2) { + if (t2 != null) + t2.removeListener$1(0, _this.get$handleStatesControllerChange()); + if (_this._widget.statesController != null) { + t1 = _this.internalStatesController; + if (t1 != null) { + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + } + _this.internalStatesController = null; + } + _this.initStatesController$0(); + } t1 = _this._widget; t1.toString; - if (_this._isWidgetEnabled$1(t1) !== _this._isWidgetEnabled$1(oldWidget)) { + if (_this.isWidgetEnabled$1(t1) !== _this.isWidgetEnabled$1(oldWidget)) { + t1 = _this.get$statesController(); + t2 = _this._widget; + t2.toString; + t1.update$2(0, B.MaterialState_6, !_this.isWidgetEnabled$1(t2)); t1 = _this._widget; t1.toString; - if (_this._isWidgetEnabled$1(t1)) - _this.updateHighlight$3$callOnHover$value(B._HighlightType_1, false, _this._hovering); - _this._updateFocusHighlights$0(); + if (!_this.isWidgetEnabled$1(t1)) + _this.get$statesController().update$2(0, B.MaterialState_2, false); + _this.updateHighlight$3$callOnHover$value(B._HighlightType_1, false, _this._hovering); } + _this.updateFocusHighlights$0(); }, - dispose$0(_) { - $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.remove$1(0, this.get$_handleFocusHighlightModeChange()); - this.super$State$dispose(0); + dispose$0() { + var _this = this; + $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.remove$1(0, _this.get$handleFocusHighlightModeChange()); + _this.get$statesController().removeListener$1(0, _this.get$handleStatesControllerChange()); + _this.super$State$dispose(); }, get$wantKeepAlive() { if (!this.get$highlightsExist()) { @@ -199991,28 +202895,21 @@ return t1; }, getHighlightColorForType$1(type) { - var theme, _this = this, + var theme, resolvedOverlayColor, _this = this, t1 = _this._framework$_element; t1.toString; theme = A.Theme_of(t1); + t1 = _this._widget.overlayColor; + resolvedOverlayColor = t1 == null ? null : t1.resolve$1(0, _this.get$statesController()._change_notifier$_value); switch (type) { case B._HighlightType_0: - t1 = _this._widget.overlayColor; - t1 = t1 == null ? null : t1.resolve$1(0, B.Set_cMbP4); - if (t1 == null) - t1 = _this._widget.highlightColor; + t1 = resolvedOverlayColor == null ? _this._widget.highlightColor : resolvedOverlayColor; return t1 == null ? theme.highlightColor : t1; case B._HighlightType_2: - t1 = _this._widget.overlayColor; - t1 = t1 == null ? null : t1.resolve$1(0, B.Set_YGDIm); - if (t1 == null) - t1 = _this._widget.focusColor; + t1 = resolvedOverlayColor == null ? _this._widget.focusColor : resolvedOverlayColor; return t1 == null ? theme.focusColor : t1; case B._HighlightType_1: - t1 = _this._widget.overlayColor; - t1 = t1 == null ? null : t1.resolve$1(0, B.Set_WLNEa); - if (t1 == null) - t1 = _this._widget.hoverColor; + t1 = resolvedOverlayColor == null ? _this._widget.hoverColor : resolvedOverlayColor; return t1 == null ? theme.hoverColor : t1; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -200030,61 +202927,81 @@ } }, updateHighlight$3$callOnHover$value(type, callOnHover, value) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, - _s16_ = "_alphaController", + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, + _s80_ = string$.x60null_c, t1 = _this._highlights, - highlight = t1.$index(0, type); - if (type === B._HighlightType_0) { - t2 = _this._widget.parentState; - if (t2 != null) - t2.markChildInkResponsePressed$2(_this, value); + highlight = t1.$index(0, type), + t2 = type.index; + switch (t2) { + case 0: + _this.get$statesController().update$2(0, B.MaterialState_2, value); + break; + case 1: + if (callOnHover) + _this.get$statesController().update$2(0, B.MaterialState_0, value); + break; + case 2: + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); } - t2 = highlight == null; - if (value === (!t2 && highlight._active)) + if (type === B._HighlightType_0) { + t3 = _this._widget.parentState; + if (t3 != null) + t3.markChildInkResponsePressed$2(_this, value); + } + t3 = highlight == null; + if (value === (!t3 && highlight._active)) return; if (value) - if (t2) { - t2 = _this._framework$_element.get$renderObject(); - t2.toString; - type$.RenderBox._as(t2); - t3 = _this._framework$_element.findAncestorRenderObjectOfType$1$0(type$._RenderInkFeatures); + if (t3) { + t3 = _this._framework$_element.get$renderObject(); t3.toString; - t4 = _this.getHighlightColorForType$1(type); - t5 = _this._widget; - t6 = t5.highlightShape; - t7 = t5.radius; - t8 = t5.borderRadius; - t9 = t5.customBorder; - t5 = t5.getRectCallback.call$1(t2); - t10 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t10.toString; - t11 = _this.getFadeDurationForType$1(type); - if (t8 == null) - t8 = B.BorderRadius_tLn; - t2 = new A.InkHighlight(t6, t7, t8, t9, t5, t10.textDirection, t4, t3, t2, new A._InkResponseState_updateHighlight_handleInkRemoval(_this, type)); - t11 = A.AnimationController$(null, t11, null, 1, null, t3.vsync); - t11.didRegisterListener$0(); - t10 = t11.AnimationLocalListenersMixin__listeners; - t10._isDirty = true; - t10._observer_list$_list.push(t3.get$markNeedsPaint()); - t11.addStatusListener$1(t2.get$_handleAlphaStatusChanged()); - t11.forward$0(0); - t2.__InkHighlight__alphaController = t11; - t11 = A._lateReadCheck(t11, _s16_); - t4 = t4.get$value(t4); - t2.__InkHighlight__alpha = new A._AnimatedEvaluation(type$.Animation_double._as(t11), new A.IntTween(0, t4 >>> 24 & 255), type$.IntTween._eval$1("_AnimatedEvaluation")); - t3.addInkFeature$1(t2); - t1.$indexSet(0, type, t2); + type$.RenderBox._as(t3); + t4 = _this._framework$_element.findAncestorRenderObjectOfType$1$0(type$._RenderInkFeatures); + t4.toString; + t5 = _this.getHighlightColorForType$1(type); + t6 = _this._widget; + t7 = t6.highlightShape; + t8 = t6.radius; + t9 = t6.borderRadius; + t10 = t6.customBorder; + t6 = t6.getRectCallback.call$1(t3); + t11 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t11.toString; + t12 = _this.getFadeDurationForType$1(type); + if (t9 == null) + t9 = B.BorderRadius_tLn; + t3 = new A.InkHighlight(t7, t8, t9, t10, t6, t11.textDirection, t5, t4, t3, new A._InkResponseState_updateHighlight_handleInkRemoval(_this, type)); + t12 = A.AnimationController$(null, t12, null, 1, null, t4.vsync); + t12.didRegisterListener$0(); + t11 = t12.AnimationLocalListenersMixin__listeners; + t11._isDirty = true; + t11._observer_list$_list.push(t4.get$markNeedsPaint()); + t12.didRegisterListener$0(); + t11 = t12.AnimationLocalStatusListenersMixin__statusListeners; + t11._isDirty = true; + t11._observer_list$_list.push(t3.get$_handleAlphaStatusChanged()); + t12.forward$0(0); + t3.__InkHighlight__alphaController_A = t12; + t5 = t5.get$value(t5); + t3.__InkHighlight__alpha_A = new A._AnimatedEvaluation(type$.Animation_double._as(t12), new A.IntTween(0, t5 >>> 24 & 255), type$.IntTween._eval$1("_AnimatedEvaluation")); + t4.addInkFeature$1(t3); + t1.$indexSet(0, type, t3); _this.updateKeepAlive$0(); } else { highlight._active = true; - A._lateReadCheck(highlight.__InkHighlight__alphaController, _s16_).forward$0(0); + t1 = highlight.__InkHighlight__alphaController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); } else { highlight._active = false; - A._lateReadCheck(highlight.__InkHighlight__alphaController, _s16_).reverse$0(0); + t1 = highlight.__InkHighlight__alphaController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); } - switch (type.index) { + switch (t2) { case 0: t1 = _this._widget.onHighlightChanged; if (t1 != null) @@ -200100,7 +203017,7 @@ case 2: break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } }, updateHighlight$2$value(type, value) { @@ -200115,7 +203032,7 @@ type$.RenderBox._as(t3); position = t3.globalToLocal$1(globalPosition); t4 = _this._widget.overlayColor; - t4 = t4 == null ? null : t4.resolve$1(0, B.Set_cMbP4); + t4 = t4 == null ? null : t4.resolve$1(0, _this.get$statesController()._change_notifier$_value); color = t4 == null ? _this._widget.splashColor : t4; if (color == null) { t4 = _this._framework$_element; @@ -200141,10 +203058,10 @@ t7.toString; return t1.splash = t4.create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(0, borderRadius, color, t6, t2, customBorder, new A._InkResponseState__createInkFeature_onRemoved(t1, _this), position, t5, rectCallback, t3, t7.textDirection); }, - _handleFocusHighlightModeChange$1(mode) { + handleFocusHighlightModeChange$1(mode) { if (this._framework$_element == null) return; - this.setState$1(new A._InkResponseState__handleFocusHighlightModeChange_closure(this)); + this.setState$1(new A._InkResponseState_handleFocusHighlightModeChange_closure(this)); }, get$_shouldShowFocus() { var mode, _this = this, @@ -200156,14 +203073,14 @@ case 0: t1 = _this._widget; t1.toString; - return _this._isWidgetEnabled$1(t1) && _this._hasFocus; + return _this.isWidgetEnabled$1(t1) && _this._hasFocus; case 1: return _this._hasFocus; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - _updateFocusHighlights$0() { + updateFocusHighlights$0() { var showFocus, t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._highlightMode; switch ((t1 == null ? A.FocusManager__defaultModeForPlatform() : t1).index) { @@ -200178,24 +203095,25 @@ } this.updateHighlight$2$value(B._HighlightType_2, showFocus); }, - _handleFocusUpdate$1(hasFocus) { - var t1; - this._hasFocus = hasFocus; - this._updateFocusHighlights$0(); - t1 = this._widget.onFocusChange; + handleFocusUpdate$1(hasFocus) { + var t1, _this = this; + _this._hasFocus = hasFocus; + _this.get$statesController().update$2(0, B.MaterialState_1, hasFocus); + _this.updateFocusHighlights$0(); + t1 = _this._widget.onFocusChange; if (t1 != null) t1.call$1(hasFocus); }, - _handleTapDown$1(details) { + handleTapDown$1(details) { if (this._activeChildren._observer_list$_list.length !== 0) return; - this._startSplash$1$details(details); + this._startNewSplash$1$details(details); this._widget.toString; }, - _handleTapUp$1(details) { + handleTapUp$1(details) { this._widget.toString; }, - _startSplash$2$context$details(context, details) { + _startNewSplash$2$context$details(context, details) { var t1, t2, globalPosition, splash, _this = this; if (context != null) { t1 = context.get$renderObject(); @@ -200206,20 +203124,24 @@ globalPosition = A.MatrixUtils_transformPoint(t1.getTransformTo$1(0, null), t2); } else globalPosition = details.globalPosition; + _this.get$statesController().update$2(0, B.MaterialState_2, true); splash = _this._createInkFeature$1(globalPosition); t1 = _this._splashes; (t1 == null ? _this._splashes = A.HashSet_HashSet(type$.InteractiveInkFeature) : t1).add$1(0, splash); + t1 = _this._currentSplash; + if (t1 != null) + t1.cancel$0(0); _this._currentSplash = splash; _this.updateKeepAlive$0(); _this.updateHighlight$2$value(B._HighlightType_0, true); }, - _startSplash$1$details(details) { - return this._startSplash$2$context$details(null, details); + _startNewSplash$1$details(details) { + return this._startNewSplash$2$context$details(null, details); }, - _startSplash$1$context(context) { - return this._startSplash$2$context$details(context, null); + _startNewSplash$1$context(context) { + return this._startNewSplash$2$context$details(context, null); }, - _handleTap$0() { + handleTap$0() { var _this = this, t1 = _this._currentSplash; if (t1 != null) @@ -200238,7 +203160,7 @@ t1.call$0(); } }, - _handleTapCancel$0() { + handleTapCancel$0() { var _this = this, t1 = _this._currentSplash; if (t1 != null) @@ -200247,16 +203169,18 @@ _this._widget.toString; _this.updateHighlight$2$value(B._HighlightType_0, false); }, - _handleDoubleTap$0() { - var t1 = this._currentSplash; + handleDoubleTap$0() { + var _this = this, + t1 = _this._currentSplash; if (t1 != null) t1.confirm$0(0); - this._currentSplash = null; - t1 = this._widget.onDoubleTap; + _this._currentSplash = null; + _this.updateHighlight$2$value(B._HighlightType_0, false); + t1 = _this._widget.onDoubleTap; if (t1 != null) t1.call$0(); }, - _handleLongPress$0() { + handleLongPress$0() { var _this = this, t1 = _this._currentSplash; if (t1 != null) @@ -200278,24 +203202,25 @@ if (t1 != null) { _this._splashes = null; for (t1 = new A._HashSetIterator(t1, t1._computeElements$0(), A._instanceType(t1)._eval$1("_HashSetIterator<1>")); t1.moveNext$0();) - t1._collection$_current.dispose$0(0); + t1._collection$_current.dispose$0(); _this._currentSplash = null; } for (t1 = _this._highlights, t2 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); t2.moveNext$0();) { t3 = t2.__js_helper$_current; t4 = t1.$index(0, t3); if (t4 != null) { - t5 = A._lateReadCheck(t4.__InkHighlight__alphaController, "_alphaController"); - t5._ticker.dispose$0(0); + t5 = t4.__InkHighlight__alphaController_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5._ticker.dispose$0(); t5._ticker = null; t6 = t5.AnimationLocalStatusListenersMixin__statusListeners; t6._isDirty = false; - B.JSArray_methods.set$length(t6._observer_list$_list, 0); - value = t6.__ObserverList__set; + B.JSArray_methods.clear$0(t6._observer_list$_list); + value = t6.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t6.$ti._precomputed1); - A._lateInitializeOnceCheck(t6.__ObserverList__set, "_set"); - t6.__ObserverList__set = result; + t6.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t6.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { @@ -200304,20 +203229,20 @@ } t6 = t5.AnimationLocalListenersMixin__listeners; t6._isDirty = false; - B.JSArray_methods.set$length(t6._observer_list$_list, 0); - value = t6.__ObserverList__set; + B.JSArray_methods.clear$0(t6._observer_list$_list); + value = t6.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t6.$ti._precomputed1); - A._lateInitializeOnceCheck(t6.__ObserverList__set, "_set"); - t6.__ObserverList__set = result; + t6.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t6.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; value._collection$_length = 0; } - t5.super$AnimationEagerListenerMixin$dispose(0); - t4.super$InkFeature$dispose(0); + t5.super$AnimationEagerListenerMixin$dispose(); + t4.super$InkFeature$dispose(); } t1.$indexSet(0, t3, null); } @@ -200326,18 +203251,18 @@ t1.markChildInkResponsePressed$2(_this, false); _this.super$__InkResponseState_State_AutomaticKeepAliveClientMixin$deactivate(); }, - _isWidgetEnabled$1(widget) { + isWidgetEnabled$1(widget) { return widget.onTap != null || widget.onDoubleTap != null || widget.onLongPress != null || false; }, - _handleMouseEnter$1($event) { + handleMouseEnter$1($event) { var t1, _this = this; _this._hovering = true; t1 = _this._widget; t1.toString; - if (_this._isWidgetEnabled$1(t1)) + if (_this.isWidgetEnabled$1(t1)) _this.updateHighlight$2$value(B._HighlightType_1, _this._hovering); }, - _ink_well$_handleMouseExit$1($event) { + handleMouseExit$1($event) { this._hovering = false; this.updateHighlight$2$value(B._HighlightType_1, false); }, @@ -200351,16 +203276,16 @@ case 0: t1 = _this._widget; t1.toString; - return _this._isWidgetEnabled$1(t1) && _this._widget.canRequestFocus; + return _this.isWidgetEnabled$1(t1) && _this._widget.canRequestFocus; case 1: return true; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, t4, effectiveMouseCursor, value, result, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null; - _this.super$AutomaticKeepAliveClientMixin$build(0, context); + _this.super$AutomaticKeepAliveClientMixin$build(context); for (t1 = _this._highlights, t2 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); t2.moveNext$0();) { t3 = t2.__js_helper$_current; t4 = t1.$index(0, t3); @@ -200370,37 +203295,23 @@ t1 = _this._currentSplash; if (t1 != null) { t2 = _this._widget.overlayColor; - t2 = t2 == null ? _null : t2.resolve$1(0, B.Set_cMbP4); + t2 = t2 == null ? _null : t2.resolve$1(0, _this.get$statesController()._change_notifier$_value); if (t2 == null) t2 = _this._widget.splashColor; t1.set$color(0, t2 == null ? A.Theme_of(context).splashColor : t2); } - t1 = _this._widget; - t2 = t1.mouseCursor; - if (t2 == null) - t2 = B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable; - t3 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); - if (!_this._isWidgetEnabled$1(t1)) - t3.add$1(0, B.MaterialState_6); - if (_this._hovering) { - t1 = _this._widget; - t1.toString; - t1 = _this._isWidgetEnabled$1(t1); - } else - t1 = false; - if (t1) - t3.add$1(0, B.MaterialState_0); - if (_this._hasFocus) - t3.add$1(0, B.MaterialState_1); - effectiveMouseCursor = A.MaterialStateProperty_resolveAs(t2, t3, type$.MouseCursor); - value = _this.___InkResponseState__actionMap; + t1 = _this._widget.mouseCursor; + if (t1 == null) + t1 = B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable; + effectiveMouseCursor = A.MaterialStateProperty_resolveAs(t1, _this.get$statesController()._change_notifier$_value, type$.MouseCursor); + value = _this.___InkResponseState__actionMap_FI; if (value === $) { - t1 = _this.get$_simulateTap(); + t1 = _this.get$simulateTap(); t2 = type$.JSArray_of_void_Function_Action_Intent; t3 = type$.ObserverList_of_void_Function_Action_Intent; result = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_ActivateIntent_OT9, new A.CallbackAction(t1, new A.ObserverList(A._setArrayType([], t2), t3), type$.CallbackAction_ActivateIntent), B.Type_ButtonActivateIntent_6Ij, new A.CallbackAction(t1, new A.ObserverList(A._setArrayType([], t2), t3), type$.CallbackAction_ButtonActivateIntent)], type$.Type, type$.Action_Intent); - A._lateInitializeOnceCheck(_this.___InkResponseState__actionMap, "_actionMap"); - _this.___InkResponseState__actionMap = result; + _this.___InkResponseState__actionMap_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___InkResponseState__actionMap_FI = result; value = result; } t1 = _this._widget.focusNode; @@ -200408,24 +203319,24 @@ t3 = _this._widget; t4 = t3.autofocus; t5 = t3.onTap; - t5 = t5 == null ? _null : _this.get$_simulateTap(); + t5 = t5 == null ? _null : _this.get$simulateTap(); t6 = t3.onLongPress; - t6 = t6 == null ? _null : _this.get$_simulateLongPress(); - t3 = _this._isWidgetEnabled$1(t3) ? _this.get$_handleTapDown() : _null; + t6 = t6 == null ? _null : _this.get$simulateLongPress(); + t3 = _this.isWidgetEnabled$1(t3) ? _this.get$handleTapDown() : _null; t7 = _this._widget; t7.toString; - t7 = _this._isWidgetEnabled$1(t7) ? _this.get$_handleTapUp() : _null; + t7 = _this.isWidgetEnabled$1(t7) ? _this.get$handleTapUp() : _null; t8 = _this._widget; t8.toString; - t8 = _this._isWidgetEnabled$1(t8) ? _this.get$_handleTap() : _null; + t8 = _this.isWidgetEnabled$1(t8) ? _this.get$handleTap() : _null; t9 = _this._widget; t9.toString; - t9 = _this._isWidgetEnabled$1(t9) ? _this.get$_handleTapCancel() : _null; + t9 = _this.isWidgetEnabled$1(t9) ? _this.get$handleTapCancel() : _null; t10 = _this._widget; - t11 = t10.onDoubleTap != null ? _this.get$_handleDoubleTap() : _null; - t12 = t10.onLongPress != null ? _this.get$_handleLongPress() : _null; + t11 = t10.onDoubleTap != null ? _this.get$handleDoubleTap() : _null; + t12 = t10.onLongPress != null ? _this.get$handleLongPress() : _null; t7 = A.GestureDetector$(B.HitTestBehavior_1, t10.child, B.DragStartBehavior_1, true, _null, t11, _null, _null, _null, _null, _null, t12, _null, _null, _null, _null, _null, _null, _null, _null, t8, t9, t3, t7, _null, _null, _null); - return new A._ParentInkResponseProvider(_this, A.Actions$(value, A.Focus$(t4, t2, A.MouseRegion$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t7, _null), effectiveMouseCursor, _null, _this.get$_handleMouseEnter(), _this.get$_ink_well$_handleMouseExit(), _null), _null, _null, _null, t1, true, _null, _this.get$_handleFocusUpdate(), _null, _null, _null)), _null); + return new A._ParentInkResponseProvider(_this, A.Actions$(value, A.Focus$(t4, t2, A.MouseRegion$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t7, _null), effectiveMouseCursor, _null, _this.get$handleMouseEnter(), _this.get$handleMouseExit(), _null), _null, _null, _null, t1, true, _null, _this.get$handleFocusUpdate(), _null, _null, _null)), _null); }, $is_ParentInkResponseState: 1 }; @@ -200433,7 +203344,12 @@ call$1(highlight) { return highlight != null; }, - $signature: 2035 + $signature: 953 + }; + A._InkResponseState_handleStatesControllerChange_closure.prototype = { + call$0() { + }, + $signature: 0 }; A._InkResponseState_updateHighlight_handleInkRemoval.prototype = { call$0() { @@ -200458,9 +203374,9 @@ }, $signature: 0 }; - A._InkResponseState__handleFocusHighlightModeChange_closure.prototype = { + A._InkResponseState_handleFocusHighlightModeChange_closure.prototype = { call$0() { - this.$this._updateFocusHighlights$0(); + this.$this.updateFocusHighlights$0(); }, $signature: 0 }; @@ -200483,7 +203399,7 @@ A.InputBorder.prototype = {}; A._NoInputBorder.prototype = { copyWith$1$borderSide(borderSide) { - return B._NoInputBorder_sqK; + return B._NoInputBorder_Kz0; }, get$isOutline() { return false; @@ -200492,16 +203408,16 @@ return B.EdgeInsets_0_0_0_0; }, scale$1(_, t) { - return B._NoInputBorder_sqK; + return B._NoInputBorder_Kz0; }, getInnerPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRect$1(0, rect); + t1.addRect$1(rect); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRect$1(0, rect); + t1.addRect$1(rect); return t1; }, paint$6$gapExtent$gapPercentage$gapStart$textDirection(canvas, rect, gapExtent, gapPercentage, gapStart, textDirection) { @@ -200527,12 +203443,12 @@ var t1 = A.Path_Path(), t2 = rect.left, t3 = rect.top; - t1.addRect$1(0, new A.Rect(t2, t3, t2 + (rect.right - t2), t3 + Math.max(0, rect.bottom - t3 - this.borderSide.width))); + t1.addRect$1(new A.Rect(t2, t3, t2 + (rect.right - t2), t3 + Math.max(0, rect.bottom - t3 - this.borderSide.width))); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, this.borderRadius.toRRect$1(rect)); + t1.addRRect$1(this.borderRadius.toRRect$1(rect)); return t1; }, lerpFrom$2(a, t) { @@ -200560,7 +203476,7 @@ if (!J.$eq$(t1.bottomLeft, B.Radius_0_0) || !J.$eq$(t1.bottomRight, B.Radius_0_0)) canvas.clipPath$1(0, this.getOuterPath$2$textDirection(rect, textDirection)); t1 = rect.bottom; - canvas.drawLine$3(0, new A.Offset(rect.left, t1), new A.Offset(rect.right, t1), this.borderSide.toPaint$0()); + canvas.drawLine$3(new A.Offset(rect.left, t1), new A.Offset(rect.right, t1), this.borderSide.toPaint$0()); }, paint$3$textDirection(canvas, rect, textDirection) { return this.paint$6$gapExtent$gapPercentage$gapStart$textDirection(canvas, rect, 0, 0, null, textDirection); @@ -200615,12 +203531,12 @@ }, getInnerPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, this.borderRadius.toRRect$1(rect).inflate$1(-this.borderSide.width)); + t1.addRRect$1(this.borderRadius.toRRect$1(rect).inflate$1(-this.borderSide.width)); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, this.borderRadius.toRRect$1(rect)); + t1.addRRect$1(this.borderRadius.toRRect$1(rect)); return t1; }, _gapBorderPath$4(canvas, center, start, extent) { @@ -200645,9 +203561,9 @@ t14 = t10 - scaledRRect.blRadiusY * 2; t15 = scaledRRect.blRadiusX; t16 = t15 * 2; - tlCornerArcSweep = Math.acos(B.JSNumber_methods.clamp$2(1 - start / t3, 0, 1)); + tlCornerArcSweep = Math.acos(A.checkNum(A.clampDouble(1 - start / t3, 0, 1))); path = A.Path_Path(); - path.addArc$3(0, new A.Rect(t1, t2, t1 + t3 * 2, t2 + t4 * 2), 3.141592653589793, tlCornerArcSweep); + path.addArc$3(new A.Rect(t1, t2, t1 + t3 * 2, t2 + t4 * 2), 3.141592653589793, tlCornerArcSweep); if (start > t3) path.lineTo$2(0, t1 + start, t2); t3 = start + extent; @@ -200655,16 +203571,16 @@ if (t3 < t17 - t6) { path.moveTo$2(0, t1 + start + extent, t2); path.lineTo$2(0, t5 - t6, t2); - path.addArc$3(0, trCorner, 4.71238898038469, 1.5707963267948966); + path.addArc$3(trCorner, 4.71238898038469, 1.5707963267948966); } else if (t3 < t17) { - sweep = Math.asin(B.JSNumber_methods.clamp$2(1 - (t17 - t3) / t6, 0, 1)); - path.addArc$3(0, trCorner, 4.71238898038469 + sweep, 1.5707963267948966 - sweep); + sweep = Math.asin(A.checkNum(A.clampDouble(1 - (t17 - t3) / t6, 0, 1))); + path.addArc$3(trCorner, 4.71238898038469 + sweep, 1.5707963267948966 - sweep); } path.moveTo$2(0, t5, t2 + t9); path.lineTo$2(0, t5, t10 - t11); - path.addArc$3(0, new A.Rect(t8, t13, t8 + t7, t13 + t12), 0, 1.5707963267948966); + path.addArc$3(new A.Rect(t8, t13, t8 + t7, t13 + t12), 0, 1.5707963267948966); path.lineTo$2(0, t1 + t15, t10); - path.addArc$3(0, new A.Rect(t1, t14, t1 + t16, t14 + t16), 1.5707963267948966, 1.5707963267948966); + path.addArc$3(new A.Rect(t1, t14, t1 + t16, t14 + t16), 1.5707963267948966, 1.5707963267948966); path.lineTo$2(0, t1, t2 + t4); return path; }, @@ -200674,17 +203590,17 @@ paint = t1.toPaint$0(), center = _this.borderRadius.toRRect$1(rect).inflate$1(-(t1.width / 2)); if (gapStart == null || gapExtent <= 0 || gapPercentage === 0) - canvas.drawRRect$2(0, center, paint); + canvas.drawRRect$2(center, paint); else { t1 = _this.gapPadding; t2 = A.lerpDouble(0, gapExtent + t1 * 2, gapPercentage); t2.toString; switch (textDirection.index) { case 0: - canvas.drawPath$2(0, _this._gapBorderPath$4(canvas, center, Math.max(0, gapStart + t1 - t2), t2), paint); + canvas.drawPath$2(_this._gapBorderPath$4(canvas, center, Math.max(0, gapStart + t1 - t2), t2), paint); break; case 1: - canvas.drawPath$2(0, _this._gapBorderPath$4(canvas, center, Math.max(0, gapStart - t1), t2), paint); + canvas.drawPath$2(_this._gapBorderPath$4(canvas, center, Math.max(0, gapStart - t1), t2), paint); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -200718,11 +203634,11 @@ this.super$State$initState(); this._input_date_picker_form_field$_selectedDate = this._widget.initialDate; }, - dispose$0(_) { + dispose$0() { var t1 = this._input_date_picker_form_field$_controller; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); @@ -200776,7 +203692,7 @@ return t1; }, _validateDate$1(text) { - var t2, date, _this = this, + var t2, date, t3, _this = this, t1 = _this._framework$_element; t1.toString; t2 = type$.MaterialLocalizations; @@ -200784,17 +203700,17 @@ t1.toString; date = t1.parseCompactDate$1(text); if (date == null) { - _this._widget.toString; - t1 = _this._framework$_element; - t1.toString; - t2 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, t2); + t1 = _this._widget.errorFormatText; + t3 = _this._framework$_element; + t3.toString; + t2 = A.Localizations_of(t3, B.Type_MaterialLocalizations_flR, t2); t2.toString; return t2.get$invalidDateFormatLabel(); } else if (!_this._isValidAcceptableDate$1(date)) { - _this._widget.toString; - t1 = _this._framework$_element; - t1.toString; - t2 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, t2); + t1 = _this._widget.errorInvalidText; + t3 = _this._framework$_element; + t3.toString; + t2 = A.Localizations_of(t3, B.Type_MaterialLocalizations_flR, t2); t2.toString; return t2.get$dateOutOfRangeLabel(); } @@ -200820,7 +203736,7 @@ _handleSubmitted$1(text) { this._updateDate$2(text, this._widget.onDateSubmitted); }, - build$1(_, context) { + build$1(context) { var t2, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -200829,7 +203745,7 @@ t2 = t1.get$dateHelpText(); _this._widget.toString; t1 = t1.get$dateInputLabel(); - t1 = A.InputDecoration$(_null, B.UnderlineInputBorder_qFk, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.InputDecoration$(_null, B.UnderlineInputBorder_aRc, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); _this._widget.toString; return A.TextFormField$(true, _null, true, _null, _this._input_date_picker_form_field$_controller, _null, _null, _null, 2, t1, _null, false, _null, _null, _null, _null, _null, B.TextInputType_4_null_null, _null, 1, _null, false, _null, _null, _this.get$_handleSubmitted(), _this.get$_handleSaved(), _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _this.get$_validateDate()); } @@ -200839,7 +203755,7 @@ var t1 = this.$this; t1.setState$1(new A._InputDatePickerFormFieldState_didUpdateWidget__closure(t1)); }, - $signature: 24 + $signature: 19 }; A._InputDatePickerFormFieldState_didUpdateWidget__closure.prototype = { call$0() { @@ -200888,7 +203804,7 @@ }; A._InputBorderPainter.prototype = { paint$2(canvas, size) { - var blendedFillColor, t2, _this = this, + var blendedFillColor, t2, t3, _this = this, t1 = _this.borderAnimation, borderValue = _this.border.transform$1(0, t1.get$value(t1)), canvasRect = new A.Rect(0, 0, 0 + size._dx, 0 + size._dy); @@ -200901,11 +203817,14 @@ t2 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t2.set$color(0, blendedFillColor); t2.set$style(0, B.PaintingStyle_0); - canvas.drawPath$2(0, t1, t2); + canvas.drawPath$2(t1, t2); } t1 = _this.gap; t2 = t1._input_decorator$_start; - borderValue.paint$6$gapExtent$gapPercentage$gapStart$textDirection(canvas, canvasRect, t1._extent, A._lateReadCheck(_this.gapAnimation.__AnimationController__value, "_value"), t2, _this.textDirection); + t1 = t1._extent; + t3 = _this.gapAnimation.__AnimationController__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + borderValue.paint$6$gapExtent$gapPercentage$gapStart$textDirection(canvas, canvasRect, t1, t3, t2, _this.textDirection); }, shouldRepaint$1(oldPainter) { var _this = this; @@ -200924,55 +203843,72 @@ initState$0() { var t1, _this = this, _null = null; _this.super$State$initState(); - _this.___BorderContainerState__hoverColorController = A.AnimationController$(_null, B.Duration_15000, _null, 1, _this._widget.isHovering ? 1 : 0, _this); + _this.___BorderContainerState__hoverColorController_A = A.AnimationController$(_null, B.Duration_15000, _null, 1, _this._widget.isHovering ? 1 : 0, _this); t1 = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); - _this.___BorderContainerState__controller = t1; - _this.___BorderContainerState__borderAnimation = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_controller"), _null); + _this.___BorderContainerState__controller_A = t1; + _this.___BorderContainerState__borderAnimation_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t1 = _this._widget.border; - _this.___BorderContainerState__border = new A._InputBorderTween(t1, t1); - _this.___BorderContainerState__hoverAnimation = A.CurvedAnimation$(B.C__Linear, A._lateReadCheck(_this.___BorderContainerState__hoverColorController, "_hoverColorController"), _null); - _this.___BorderContainerState__hoverColorTween = new A.ColorTween(B.Color_0, _this._widget.hoverColor); + _this.___BorderContainerState__border_A = new A._InputBorderTween(t1, t1); + _this.___BorderContainerState__hoverAnimation_A = A.CurvedAnimation$(B.C__Linear, _this.___BorderContainerState__hoverColorController_A, _null); + _this.___BorderContainerState__hoverColorTween_A = new A.ColorTween(B.Color_0, _this._widget.hoverColor); }, - dispose$0(_) { - A._lateReadCheck(this.___BorderContainerState__controller, "_controller").dispose$0(0); - A._lateReadCheck(this.___BorderContainerState__hoverColorController, "_hoverColorController").dispose$0(0); - this.super$__BorderContainerState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___BorderContainerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = this.___BorderContainerState__hoverColorController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__BorderContainerState_State_TickerProviderStateMixin$dispose(); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this, - _s21_ = "_hoverColorController"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget.border; t2 = oldWidget.border; if (!t1.$eq(0, t2)) { - _this.___BorderContainerState__border = new A._InputBorderTween(t2, _this._widget.border); - t1 = A._lateReadCheck(_this.___BorderContainerState__controller, "_controller"); + _this.___BorderContainerState__border_A = new A._InputBorderTween(t2, _this._widget.border); + t1 = _this.___BorderContainerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.set$value(0, 0); t1.forward$0(0); } if (!J.$eq$(_this._widget.hoverColor, oldWidget.hoverColor)) - _this.___BorderContainerState__hoverColorTween = new A.ColorTween(B.Color_0, _this._widget.hoverColor); + _this.___BorderContainerState__hoverColorTween_A = new A.ColorTween(B.Color_0, _this._widget.hoverColor); t1 = _this._widget.isHovering; if (t1 !== oldWidget.isHovering) { - t2 = _this.___BorderContainerState__hoverColorController; - if (t1) - A._lateReadCheck(t2, _s21_).forward$0(0); - else - A._lateReadCheck(t2, _s21_).reverse$0(0); + t2 = _this.___BorderContainerState__hoverColorController_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } } }, - build$1(_, context) { - var t6, _this = this, - _s16_ = "_borderAnimation", - t1 = A._setArrayType([A._lateReadCheck(_this.___BorderContainerState__borderAnimation, _s16_), _this._widget.gap, A._lateReadCheck(_this.___BorderContainerState__hoverColorController, "_hoverColorController")], type$.JSArray_Listenable), - t2 = A._lateReadCheck(_this.___BorderContainerState__borderAnimation, _s16_), - t3 = A._lateReadCheck(_this.___BorderContainerState__border, "_border"), - t4 = _this._widget, - t5 = t4.gapAnimation; + build$1(context) { + var t2, t3, t4, t5, t6, t7, t8, t9, _this = this, + t1 = _this.___BorderContainerState__borderAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget.gap; + t3 = _this.___BorderContainerState__hoverColorController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = A._setArrayType([t1, t2, t3], type$.JSArray_Listenable); + t2 = _this.___BorderContainerState__borderAnimation_A; + t1 = _this.___BorderContainerState__border_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._widget; + t5 = t4.gapAnimation; t4 = t4.gap; t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t6.toString; - return A.CustomPaint$(null, new A._InputBorderPainter(t2, t3, t5, t4, t6.textDirection, _this._widget.fillColor, A._lateReadCheck(_this.___BorderContainerState__hoverColorTween, "_hoverColorTween"), A._lateReadCheck(_this.___BorderContainerState__hoverAnimation, "_hoverAnimation"), new A._MergingListenable(t1)), null, null, B.Size_0_0); + t7 = _this._widget.fillColor; + t8 = _this.___BorderContainerState__hoverColorTween_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + t9 = _this.___BorderContainerState__hoverAnimation_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + return A.CustomPaint$(null, new A._InputBorderPainter(t2, t1, t5, t4, t6.textDirection, t7, t8, t9, new A._MergingListenable(t3)), null, null, B.Size_0_0); } }; A._Shaker.prototype = { @@ -200986,7 +203922,7 @@ else return (1 - t) * 4 * 4; }, - build$1(_, context) { + build$1(context) { return A.Transform$(null, this.child, A.Matrix4_Matrix4$translationValues(this.get$translateX(), 0, 0), true); } }; @@ -200997,67 +203933,69 @@ }; A._HelperErrorState.prototype = { initState$0() { - var t1, _this = this, - _s11_ = "_controller"; + var t1, _this = this; _this.super$State$initState(); - _this.___HelperErrorState__controller = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); + _this.___HelperErrorState__controller_A = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); if (_this._widget.errorText != null) { _this._error = _this._buildError$0(); - A._lateReadCheck(_this.___HelperErrorState__controller, _s11_).set$value(0, 1); + _this.___HelperErrorState__controller_A.set$value(0, 1); } - t1 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); + t1 = _this.___HelperErrorState__controller_A; t1.didRegisterListener$0(); t1 = t1.AnimationLocalListenersMixin__listeners; t1._isDirty = true; t1._observer_list$_list.push(_this.get$_input_decorator$_handleChange()); }, - dispose$0(_) { - A._lateReadCheck(this.___HelperErrorState__controller, "_controller").dispose$0(0); - this.super$__HelperErrorState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___HelperErrorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__HelperErrorState_State_SingleTickerProviderStateMixin$dispose(); }, _input_decorator$_handleChange$0() { this.setState$1(new A._HelperErrorState__handleChange_closure()); }, didUpdateWidget$1(old) { - var oldErrorText, t1, _this = this, - _s11_ = "_controller"; + var oldErrorText, t1, _this = this; _this.super$State$didUpdateWidget(old); oldErrorText = old.errorText; t1 = _this._widget.errorText != null; if (t1 !== (oldErrorText != null) || false) if (t1) { _this._error = _this._buildError$0(); - A._lateReadCheck(_this.___HelperErrorState__controller, _s11_).forward$0(0); + t1 = _this.___HelperErrorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); } else { - t1 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); + t1 = _this.___HelperErrorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.reverse$0(0); } }, _buildError$0() { - var t3, t4, t5, t6, _null = null, - _s11_ = "_controller", - t1 = A._lateReadCheck(this.___HelperErrorState__controller, _s11_), - t2 = A._lateReadCheck(this.___HelperErrorState__controller, _s11_); - t2 = new A.Tween(B.Offset_MNd, B.Offset_0_0, type$.Tween_Offset).transform$1(0, t2.get$value(t2)); + var t2, t3, t4, t5, t6, _null = null, + t1 = this.___HelperErrorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = new A.Tween(B.Offset_MNd, B.Offset_0_0, type$.Tween_Offset).transform$1(0, t1.get$value(t1)); t3 = this._widget; t4 = t3.errorText; t4.toString; t5 = t3.errorStyle; t6 = t3.textAlign; t1 = A.FadeTransition$(false, A.FractionalTranslation$(A.Text$(t4, _null, t3.errorMaxLines, B.TextOverflow_2, _null, _null, t5, t6, _null, _null), true, t2), t1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 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), true, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 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), true, false, false, t1, _null); }, - build$1(_, context) { + build$1(context) { var t2, _this = this, - _s11_ = "_controller", - t1 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); + t1 = _this.___HelperErrorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$status(t1) === B.AnimationStatus_0) { _this._error = null; _this._widget.toString; _this._helper = null; return B.SizedBox_null_null_null_null; } - t1 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); + t1 = _this.___HelperErrorState__controller_A; if (t1.get$status(t1) === B.AnimationStatus_3) { _this._helper = null; if (_this._widget.errorText != null) @@ -201067,14 +204005,14 @@ return B.SizedBox_null_null_null_null; } } - if (_this._helper == null && _this._widget.errorText != null) + t1 = _this._helper; + if (t1 == null && _this._widget.errorText != null) return _this._buildError$0(); if (_this._error == null) _this._widget.toString; if (_this._widget.errorText != null) { - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); - return new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.FadeTransition$(false, _this._helper, new A._AnimatedEvaluation(t2, new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation"))), _this._buildError$0()], type$.JSArray_Widget), null); + t2 = type$.Tween_double; + return new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.FadeTransition$(false, t1, new A._AnimatedEvaluation(_this.___HelperErrorState__controller_A, new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation"))), _this._buildError$0()], type$.JSArray_Widget), null); } return B.SizedBox_null_null_null_null; } @@ -201113,36 +204051,14 @@ }; A._Decoration.prototype = { $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A._Decoration) - if (other.contentPadding.$eq(0, _this.contentPadding)) - if (other.floatingLabelHeight === _this.floatingLabelHeight) - if (other.floatingLabelProgress === _this.floatingLabelProgress) - if (J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment)) - if (other.border.$eq(0, _this.border)) - if (other.borderGap.$eq(0, _this.borderGap)) - t1 = other.isDense == _this.isDense && other.visualDensity.$eq(0, _this.visualDensity) && J.$eq$(other.icon, _this.icon) && J.$eq$(other.input, _this.input) && J.$eq$(other.label, _this.label) && J.$eq$(other.hint, _this.hint) && J.$eq$(other.prefix, _this.prefix) && J.$eq$(other.suffix, _this.suffix) && J.$eq$(other.prefixIcon, _this.prefixIcon) && J.$eq$(other.suffixIcon, _this.suffixIcon) && other.helperError.super$Object$$eq(0, _this.helperError) && J.$eq$(other.counter, _this.counter) && other.container.super$Object$$eq(0, _this.container); - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A._Decoration && other.contentPadding.$eq(0, _this.contentPadding) && other.floatingLabelHeight === _this.floatingLabelHeight && other.floatingLabelProgress == _this.floatingLabelProgress && J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment) && other.border.$eq(0, _this.border) && other.borderGap.$eq(0, _this.borderGap) && other.isDense == _this.isDense && other.visualDensity.$eq(0, _this.visualDensity) && J.$eq$(other.icon, _this.icon) && J.$eq$(other.input, _this.input) && J.$eq$(other.label, _this.label) && J.$eq$(other.hint, _this.hint) && J.$eq$(other.prefix, _this.prefix) && J.$eq$(other.suffix, _this.suffix) && J.$eq$(other.prefixIcon, _this.prefixIcon) && J.$eq$(other.suffixIcon, _this.suffixIcon) && other.helperError.super$Object$$eq(0, _this.helperError) && J.$eq$(other.counter, _this.counter) && other.container.super$Object$$eq(0, _this.container); }, get$hashCode(_) { var _this = this; @@ -201212,13 +204128,13 @@ } return t1; }, - set$decoration(_, value) { + set$decoration(value) { if (this._input_decorator$_decoration.$eq(0, value)) return; this._input_decorator$_decoration = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._input_decorator$_textDirection == value) return; this._input_decorator$_textDirection = value; @@ -201334,7 +204250,7 @@ var t1; if (box == null) return 0; - box.layout$2$parentUsesSize(0, constraints, true); + box.layout$2$parentUsesSize(constraints, true); t1 = box.getDistanceToBaseline$1(B.TextBaseline_0); t1.toString; return t1; @@ -201693,7 +204609,7 @@ t1.toString; } containerConstraints = A.BoxConstraints$tightFor(containerHeight, t2 - t1._dx); - t4.$index(0, B._DecorationSlot_10).layout$2$parentUsesSize(0, containerConstraints, true); + t4.$index(0, B._DecorationSlot_10).layout$2$parentUsesSize(containerConstraints, true); switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: x = 0; @@ -202017,11 +204933,10 @@ t6.translate$2(0, t3, t4 + t5); t6.scale$1(0, t2); _this._labelTransform = t6; - t6 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); - t2 = _this._labelTransform; - t2.toString; + t2 = _this.__RenderObject__needsCompositing_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t5 = _this._layerHandle; - t5.set$layer(0, context.pushTransform$5$oldLayer(t6, offset, t2, _this.get$_paintLabel(), type$.nullable_TransformLayer._as(t5._layer))); + t5.set$layer(0, context.pushTransform$5$oldLayer(t2, offset, t6, _this.get$_paintLabel(), type$.nullable_TransformLayer._as(t5._layer))); } else _this._layerHandle.set$layer(0, null); doPaint.call$1(t1.$index(0, B._DecorationSlot_0)); @@ -202076,7 +204991,7 @@ t1.offset = new A.Offset(x, (t2 - t3._dy) / 2); return t3._dx; }, - $signature: 225 + $signature: 214 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -202091,7 +205006,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box._box$_size._dx; }, - $signature: 225 + $signature: 214 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -202102,17 +205017,17 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 670 + $signature: 608 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A._Decorator.prototype = { get$slots() { - return B.List_UUO; + return B.List_UUO0; }, childForSlot$1(slot) { var _this = this; @@ -202146,19 +205061,17 @@ createRenderObject$1(context) { var _this = this, t1 = new A._RenderDecoration(_this.decoration, _this.textDirection, _this.textBaseline, _this.textAlignVertical, _this.isFocused, _this.expands, A.LinkedHashMap_LinkedHashMap$_empty(type$._DecorationSlot, type$.RenderBox), A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { var _this = this; - renderObject.set$decoration(0, _this.decoration); + renderObject.set$decoration(_this.decoration); renderObject.set$expands(_this.expands); renderObject.set$isFocused(_this.isFocused); renderObject.set$textAlignVertical(_this.textAlignVertical); renderObject.set$textBaseline(0, _this.textBaseline); - renderObject.set$textDirection(0, _this.textDirection); + renderObject.set$textDirection(_this.textDirection); } }; A.InputDecorator.prototype = { @@ -202187,28 +205100,30 @@ labelIsInitiallyFloating = false; else labelIsInitiallyFloating = true; - t1 = A.AnimationController$(_null, B.Duration_200000, _null, 1, labelIsInitiallyFloating ? 1 : 0, _this); - _this.___InputDecoratorState__floatingLabelController = t1; - t1 = A._lateReadCheck(t1, "_floatingLabelController"); + t1 = _this.___InputDecoratorState__floatingLabelController_A = A.AnimationController$(_null, B.Duration_200000, _null, 1, labelIsInitiallyFloating ? 1 : 0, _this); t1.didRegisterListener$0(); t1 = t1.AnimationLocalListenersMixin__listeners; t1._isDirty = true; t1._observer_list$_list.push(_this.get$_input_decorator$_handleChange()); - _this.___InputDecoratorState__shakingLabelController = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); + _this.___InputDecoratorState__shakingLabelController_A = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); this._effectiveDecoration = null; }, - dispose$0(_) { - A._lateReadCheck(this.___InputDecoratorState__floatingLabelController, "_floatingLabelController").dispose$0(0); - A._lateReadCheck(this.___InputDecoratorState__shakingLabelController, "_shakingLabelController").dispose$0(0); - this.super$__InputDecoratorState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___InputDecoratorState__floatingLabelController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = this.___InputDecoratorState__shakingLabelController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__InputDecoratorState_State_TickerProviderStateMixin$dispose(); }, _input_decorator$_handleChange$0() { this.setState$1(new A._InputDecoratorState__handleChange_closure()); }, - get$decoration(_) { + get$decoration() { var t2, _this = this, t1 = _this._effectiveDecoration; if (t1 == null) { @@ -202224,8 +205139,7 @@ return this._widget.isEmpty; }, didUpdateWidget$1(old) { - var t1, t2, t3, floatBehaviorChanged, errorText, oldErrorText, _this = this, - _s24_ = "_floatingLabelController"; + var t1, t2, t3, floatBehaviorChanged, errorText, oldErrorText, _this = this; _this.super$State$didUpdateWidget(old); t1 = _this._widget.decoration; t2 = old.decoration; @@ -202243,7 +205157,7 @@ else t3 = true; if (t1 !== t3 || floatBehaviorChanged) { - if (_this.get$decoration(_this).floatingLabelBehavior !== B.FloatingLabelBehavior_0) { + if (_this.get$decoration().floatingLabelBehavior !== B.FloatingLabelBehavior_0) { t1 = _this._widget; if (t1.isEmpty) t3 = t1.isFocused && t1.decoration.enabled; @@ -202252,17 +205166,22 @@ t1 = t3 || t1.decoration.floatingLabelBehavior === B.FloatingLabelBehavior_2; } else t1 = false; - t3 = _this.___InputDecoratorState__floatingLabelController; - if (t1) - A._lateReadCheck(t3, _s24_).forward$0(0); - else - A._lateReadCheck(t3, _s24_).reverse$0(0); + t3 = _this.___InputDecoratorState__floatingLabelController_A; + if (t1) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.forward$0(0); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.reverse$0(0); + } } - errorText = _this.get$decoration(_this).errorText; + errorText = _this.get$decoration().errorText; oldErrorText = t2.errorText; - t1 = A._lateReadCheck(_this.___InputDecoratorState__floatingLabelController, _s24_); + t1 = _this.___InputDecoratorState__floatingLabelController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$status(t1) === B.AnimationStatus_3 && errorText != null && errorText !== oldErrorText) { - t1 = A._lateReadCheck(_this.___InputDecoratorState__shakingLabelController, "_shakingLabelController"); + t1 = _this.___InputDecoratorState__shakingLabelController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.set$value(0, 0); t1.forward$0(0); } @@ -202276,14 +205195,14 @@ var t1, enabledColor, hoverColor, _this = this; if (_this._widget.isFocused) return themeData.colorScheme.primary; - t1 = _this.get$decoration(_this).filled; + t1 = _this.get$decoration().filled; t1.toString; if (t1) return themeData.hintColor; t1 = themeData.colorScheme.onSurface.value; enabledColor = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - if (_this._widget.isHovering && _this.get$decoration(_this).enabled) { - _this.get$decoration(_this).toString; + if (_this._widget.isHovering && _this.get$decoration().enabled) { + _this.get$decoration().toString; hoverColor = themeData.hoverColor; t1 = hoverColor.value; return A.Color_alphaBlend(A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), enabledColor); @@ -202292,33 +205211,33 @@ }, _getFillColor$1(themeData) { var t1, _this = this; - if (_this.get$decoration(_this).filled !== true) + if (_this.get$decoration().filled !== true) return B.Color_0; - if (_this.get$decoration(_this).fillColor != null) { - t1 = _this.get$decoration(_this).fillColor; + if (_this.get$decoration().fillColor != null) { + t1 = _this.get$decoration().fillColor; t1.toString; return A.MaterialStateProperty_resolveAs(t1, _this.get$materialState(), type$.Color); } switch (themeData.colorScheme.brightness.index) { case 0: - return _this.get$decoration(_this).enabled ? B.Color_452984831 : B.Color_234881023; + return _this.get$decoration().enabled ? B.Color_452984831 : B.Color_234881023; case 1: - return _this.get$decoration(_this).enabled ? B.Color_167772160 : B.Color_83886080; + return _this.get$decoration().enabled ? B.Color_167772160 : B.Color_83886080; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getHoverColor$1(themeData) { var t1, _this = this; - if (_this.get$decoration(_this).filled != null) { - t1 = _this.get$decoration(_this).filled; + if (_this.get$decoration().filled != null) { + t1 = _this.get$decoration().filled; t1.toString; - t1 = !t1 || _this._widget.isFocused || !_this.get$decoration(_this).enabled; + t1 = !t1 || _this._widget.isFocused || !_this.get$decoration().enabled; } else t1 = true; if (t1) return B.Color_0; - _this.get$decoration(_this).toString; + _this.get$decoration().toString; t1 = themeData.hoverColor; return t1; }, @@ -202326,7 +205245,7 @@ var t1; themeData.toString; t1 = A.MaterialStateProperty_resolveAs(null, this.get$materialState(), type$.nullable_Color); - return t1 == null ? new A._InputDecoratorState__getIconColor__resolveIconColor(themeData).call$1(this.get$materialState()) : t1; + return t1 == null ? new A._InputDecoratorState__getIconColor_resolveIconColor(themeData).call$1(this.get$materialState()) : t1; }, get$_hasInlineLabel() { var _this = this, @@ -202336,12 +205255,12 @@ else t1 = true; if (!t1) { - if (_this.get$decoration(_this).labelText == null) { - _this.get$decoration(_this).toString; + if (_this.get$decoration().labelText == null) { + _this.get$decoration().toString; t1 = false; } else t1 = true; - t1 = t1 && _this.get$decoration(_this).floatingLabelBehavior !== B.FloatingLabelBehavior_2; + t1 = t1 && _this.get$decoration().floatingLabelBehavior !== B.FloatingLabelBehavior_2; } else t1 = false; return t1; @@ -202349,7 +205268,7 @@ _getFloatingLabelStyle$1(themeData) { var _this = this, t1 = type$.nullable_TextStyle, - style = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).floatingLabelStyle, _this.get$materialState(), t1); + style = A.MaterialStateProperty_resolveAs(_this.get$decoration().floatingLabelStyle, _this.get$materialState(), t1); if (style == null) { themeData.toString; style = A.MaterialStateProperty_resolveAs(null, _this.get$materialState(), t1); @@ -202359,59 +205278,57 @@ return t1.merge$1(_this._widget.baseStyle).copyWith$1$height(1).merge$1(new A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle(_this, themeData).call$0()).merge$1(style); }, _getHelperStyle$1(themeData) { - var _this = this, - color = _this.get$decoration(_this).enabled ? themeData.hintColor : B.Color_0; - return themeData.textTheme.bodySmall.copyWith$1$color(color).merge$1(A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).helperStyle, _this.get$materialState(), type$.nullable_TextStyle)); + var color = this.get$decoration().enabled ? themeData.hintColor : B.Color_0; + return themeData.textTheme.bodySmall.copyWith$1$color(color).merge$1(A.MaterialStateProperty_resolveAs(this.get$decoration().helperStyle, this.get$materialState(), type$.nullable_TextStyle)); }, get$materialState() { var _this = this, t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); - if (!_this.get$decoration(_this).enabled) + if (!_this.get$decoration().enabled) t1.add$1(0, B.MaterialState_6); if (_this._widget.isFocused) t1.add$1(0, B.MaterialState_1); - if (_this._widget.isHovering && _this.get$decoration(_this).enabled) + if (_this._widget.isHovering && _this.get$decoration().enabled) t1.add$1(0, B.MaterialState_0); - if (_this.get$decoration(_this).errorText != null) + if (_this.get$decoration().errorText != null) t1.add$1(0, B.MaterialState_7); return t1; }, _getDefaultBorder$1(themeData) { var borderColor, t1, borderWeight, _this = this, - border = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).border, _this.get$materialState(), type$.nullable_InputBorder); + border = A.MaterialStateProperty_resolveAs(_this.get$decoration().border, _this.get$materialState(), type$.nullable_InputBorder); if (border == null) - border = B.UnderlineInputBorder_qFk; - _this.get$decoration(_this).toString; - if (J.$eq$(border.borderSide, B.BorderSide_0CF)) + border = B.UnderlineInputBorder_aRc; + _this.get$decoration().toString; + if (J.$eq$(border.borderSide, B.BorderSide_aLd)) return border; - if (_this.get$decoration(_this).enabled || _this._widget.isFocused) - borderColor = _this.get$decoration(_this).errorText == null ? _this._getDefaultBorderColor$1(themeData) : themeData.errorColor; + if (_this.get$decoration().enabled || _this._widget.isFocused) + borderColor = _this.get$decoration().errorText == null ? _this._getDefaultBorderColor$1(themeData) : themeData.errorColor; else { - t1 = _this.get$decoration(_this).filled; + t1 = _this.get$decoration().filled; if (t1 === true) { - t1 = _this.get$decoration(_this).border; + t1 = _this.get$decoration().border; t1 = t1 == null ? null : t1.get$isOutline(); t1 = t1 !== true; } else t1 = false; borderColor = t1 ? B.Color_0 : themeData.disabledColor; } - _this.get$decoration(_this).toString; - t1 = _this.get$decoration(_this); - t1 = J.$eq$(t1 == null ? null : t1.border, B._NoInputBorder_sqK) || !_this.get$decoration(_this).enabled; + _this.get$decoration().toString; + t1 = _this.get$decoration(); + t1 = J.$eq$(t1 == null ? null : t1.border, B._NoInputBorder_Kz0) || !_this.get$decoration().enabled; if (t1) borderWeight = 0; else borderWeight = _this._widget.isFocused ? 2 : 1; - return border.copyWith$1$borderSide(new A.BorderSide(borderColor, borderWeight, B.BorderStyle_1)); + return border.copyWith$1$borderSide(new A.BorderSide(borderColor, borderWeight, B.BorderStyle_1, B.StrokeAlign_0)); }, - build$1(_, context) { + build$1(context) { var t2, t3, labelStyle, t4, hintStyle, hint, t5, t6, t7, isError, border, t8, t9, label, t10, t11, t12, decorationIsDense, iconSize, prefixIcon, suffixIcon, t13, color, t14, counter, t15, t16, decorationContentPadding, floatingLabelHeight, contentPadding, t17, t18, t19, t20, t21, t22, t23, _this = this, _null = null, - _s24_ = "_floatingLabelController", themeData = A.Theme_of(context), - defaultStyle = A.TextStyle$(_null, _null, _this.get$decoration(_this).enabled ? themeData.hintColor : themeData.disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), + defaultStyle = A.TextStyle$(_null, _null, _this.get$decoration().enabled ? themeData.hintColor : themeData.disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), t1 = type$.nullable_TextStyle, - style = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).labelStyle, _this.get$materialState(), t1); + style = A.MaterialStateProperty_resolveAs(_this.get$decoration().labelStyle, _this.get$materialState(), t1); if (style == null) { themeData.toString; style = A.MaterialStateProperty_resolveAs(_null, _this.get$materialState(), t1); @@ -202422,119 +205339,121 @@ labelStyle = t3.merge$1(_this._widget.baseStyle).merge$1(defaultStyle).merge$1(style).copyWith$1$height(1); t4 = labelStyle.textBaseline; t4.toString; - defaultStyle = A.TextStyle$(_null, _null, _this.get$decoration(_this).enabled ? themeData.hintColor : themeData.disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - style = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).hintStyle, _this.get$materialState(), t1); + defaultStyle = A.TextStyle$(_null, _null, _this.get$decoration().enabled ? themeData.hintColor : themeData.disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + style = A.MaterialStateProperty_resolveAs(_this.get$decoration().hintStyle, _this.get$materialState(), t1); if (style == null) style = A.MaterialStateProperty_resolveAs(_null, _this.get$materialState(), t1); hintStyle = t3.merge$1(_this._widget.baseStyle).merge$1(defaultStyle).merge$1(style); - if (_this.get$decoration(_this).hintText == null) + if (_this.get$decoration().hintText == null) hint = _null; else { t3 = _this._widget.isEmpty && !_this.get$_hasInlineLabel() ? 1 : 0; - t5 = _this.get$decoration(_this).hintText; + t5 = _this.get$decoration().hintText; t5.toString; - t6 = _this.get$decoration(_this).hintTextDirection; + t6 = _this.get$decoration().hintTextDirection; t7 = _this._widget.textAlign; - hint = A.AnimatedOpacity$(true, A.Text$(t5, _null, _this.get$decoration(_this).hintMaxLines, B.TextOverflow_2, _null, _null, hintStyle, t7, t6, _null), B.Cubic_ifx, B.Duration_200000, t3); + hint = A.AnimatedOpacity$(true, A.Text$(t5, _null, _this.get$decoration().hintMaxLines, B.TextOverflow_2, _null, _null, hintStyle, t7, t6, _null), B.Cubic_ifx, B.Duration_200000, t3); } - isError = _this.get$decoration(_this).errorText != null; - if (!_this.get$decoration(_this).enabled) - border = isError ? _this.get$decoration(_this).errorBorder : _this.get$decoration(_this).disabledBorder; + isError = _this.get$decoration().errorText != null; + if (!_this.get$decoration().enabled) + border = isError ? _this.get$decoration().errorBorder : _this.get$decoration().disabledBorder; else if (_this._widget.isFocused) - border = isError ? _this.get$decoration(_this).focusedErrorBorder : _this.get$decoration(_this).focusedBorder; + border = isError ? _this.get$decoration().focusedErrorBorder : _this.get$decoration().focusedBorder; else - border = isError ? _this.get$decoration(_this).errorBorder : _this.get$decoration(_this).enabledBorder; + border = isError ? _this.get$decoration().errorBorder : _this.get$decoration().enabledBorder; if (border == null) border = _this._getDefaultBorder$1(themeData); t3 = _this._borderGap; - t5 = A._lateReadCheck(_this.___InputDecoratorState__floatingLabelController, _s24_); + t5 = _this.___InputDecoratorState__floatingLabelController_A; + t5 === $ && A.throwUnnamedLateFieldNI(); t6 = _this._getFillColor$1(themeData); t7 = _this._getHoverColor$1(themeData); - t8 = _this._widget.isHovering && _this.get$decoration(_this).enabled; - if (_this.get$decoration(_this).labelText == null) { - _this.get$decoration(_this).toString; + t8 = _this._widget.isHovering && _this.get$decoration().enabled; + if (_this.get$decoration().labelText == null) { + _this.get$decoration().toString; t9 = true; } else t9 = false; if (t9) label = _null; else { - t9 = A._lateReadCheck(_this.___InputDecoratorState__shakingLabelController, "_shakingLabelController"); - t10 = _this.get$_hasInlineLabel() || _this.get$decoration(_this).floatingLabelBehavior !== B.FloatingLabelBehavior_0 ? 1 : 0; + t9 = _this.___InputDecoratorState__shakingLabelController_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t10 = _this.get$_hasInlineLabel() || _this.get$decoration().floatingLabelBehavior !== B.FloatingLabelBehavior_0 ? 1 : 0; t11 = _this._widget; if (t11.isEmpty) t11 = t11.isFocused && t11.decoration.enabled; else t11 = true; t11 = t11 ? _this._getFloatingLabelStyle$1(themeData) : labelStyle; - _this.get$decoration(_this).toString; - t12 = _this.get$decoration(_this).labelText; + _this.get$decoration().toString; + t12 = _this.get$decoration().labelText; t12.toString; t12 = A.Text$(t12, _null, _null, B.TextOverflow_2, _null, _null, _null, _this._widget.textAlign, _null, _null); label = new A._Shaker(A.AnimatedOpacity$(false, A.AnimatedDefaultTextStyle$(t12, B.Cubic_ifx, B.Duration_200000, true, t11), B.Cubic_ifx, B.Duration_200000, t10), t9, _null); } - _this.get$decoration(_this).toString; - _this.get$decoration(_this).toString; - _this.get$decoration(_this).toString; - _this.get$decoration(_this).toString; - t9 = _this.get$decoration(_this).isDense; + _this.get$decoration().toString; + _this.get$decoration().toString; + _this.get$decoration().toString; + _this.get$decoration().toString; + t9 = _this.get$decoration().isDense; decorationIsDense = t9 === true; iconSize = decorationIsDense ? 18 : 24; - _this.get$decoration(_this).toString; - if (_this.get$decoration(_this).prefixIcon == null) + _this.get$decoration().toString; + if (_this.get$decoration().prefixIcon == null) prefixIcon = _null; else { - _this.get$decoration(_this).toString; + _this.get$decoration().toString; t9 = themeData.visualDensity.effectiveConstraints$1(B.BoxConstraints_mlX0); t10 = A.MaterialStateProperty_resolveAs(_null, _this.get$materialState(), type$.nullable_Color); if (t10 == null) t10 = _this._getIconColor$1(themeData); - t11 = _this.get$decoration(_this).prefixIcon; + t11 = _this.get$decoration().prefixIcon; t11.toString; prefixIcon = A.Center$(new A.ConstrainedBox(t9, A.IconTheme_merge(t11, new A.IconThemeData(t10, _null, iconSize, _null)), _null), 1, 1); } - if (_this.get$decoration(_this).suffixIcon == null) + if (_this.get$decoration().suffixIcon == null) suffixIcon = _null; else { - _this.get$decoration(_this).toString; + _this.get$decoration().toString; t9 = themeData.visualDensity.effectiveConstraints$1(B.BoxConstraints_mlX0); t10 = A.MaterialStateProperty_resolveAs(_null, _this.get$materialState(), type$.nullable_Color); if (t10 == null) t10 = _this._getIconColor$1(themeData); - t11 = _this.get$decoration(_this).suffixIcon; + t11 = _this.get$decoration().suffixIcon; t11.toString; suffixIcon = A.Center$(new A.ConstrainedBox(t9, A.IconTheme_merge(t11, new A.IconThemeData(t10, _null, iconSize, _null)), _null), 1, 1); } t9 = _this._widget.textAlign; - t10 = _this.get$decoration(_this).helperText; + t10 = _this.get$decoration().helperText; t11 = _this._getHelperStyle$1(themeData); - t12 = _this.get$decoration(_this).helperMaxLines; - t13 = _this.get$decoration(_this).errorText; - color = _this.get$decoration(_this).enabled ? themeData.errorColor : B.Color_0; - t2 = t2.bodySmall.copyWith$1$color(color).merge$1(_this.get$decoration(_this).errorStyle); - t14 = _this.get$decoration(_this).errorMaxLines; - if (_this.get$decoration(_this).counter != null) - counter = _this.get$decoration(_this).counter; - else if (_this.get$decoration(_this).counterText != null && _this.get$decoration(_this).counterText !== "") { + t12 = _this.get$decoration().helperMaxLines; + t13 = _this.get$decoration().errorText; + color = _this.get$decoration().enabled ? themeData.errorColor : B.Color_0; + t2 = t2.bodySmall.copyWith$1$color(color).merge$1(_this.get$decoration().errorStyle); + t14 = _this.get$decoration().errorMaxLines; + if (_this.get$decoration().counter != null) + counter = _this.get$decoration().counter; + else if (_this.get$decoration().counterText != null && _this.get$decoration().counterText !== "") { t15 = _this._widget.isFocused; - t16 = _this.get$decoration(_this).counterText; + t16 = _this.get$decoration().counterText; t16.toString; - t1 = _this._getHelperStyle$1(themeData).merge$1(A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).counterStyle, _this.get$materialState(), t1)); - t1 = A.Text$(t16, _null, _null, B.TextOverflow_2, _this.get$decoration(_this).semanticCounterText, _null, t1, _null, _null, _null); - counter = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t15, _null, _null, _null, _null, _null, _null, _null, _null, _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, t1, _null); + t1 = _this._getHelperStyle$1(themeData).merge$1(A.MaterialStateProperty_resolveAs(_this.get$decoration().counterStyle, _this.get$materialState(), t1)); + t1 = A.Text$(t16, _null, _null, B.TextOverflow_2, _this.get$decoration().semanticCounterText, _null, t1, _null, _null, _null); + counter = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t15, _null, _null, _null, _null, _null, _null, _null, _null, _null, _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, t1, _null); } else counter = _null; t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - decorationContentPadding = _this.get$decoration(_this).contentPadding; + decorationContentPadding = _this.get$decoration().contentPadding; if (decorationContentPadding == null) decorationContentPadding = _null; - _this.get$decoration(_this).toString; + _this.get$decoration().toString; if (!border.get$isOutline()) { t15 = labelStyle.fontSize; t15.toString; floatingLabelHeight = (4 + 0.75 * t15) * A.MediaQuery_textScaleFactorOf(context); - t15 = _this.get$decoration(_this).filled; + t15 = _this.get$decoration().filled; if (t15 === true) if (decorationContentPadding == null) contentPadding = decorationIsDense ? B.EdgeInsets_12_8_12_8 : B.EdgeInsets_12_12_12_12; @@ -202551,19 +205470,20 @@ contentPadding = decorationContentPadding; floatingLabelHeight = 0; } - _this.get$decoration(_this).toString; - t15 = _this.get$decoration(_this).floatingLabelAlignment; + _this.get$decoration().toString; + t15 = _this.get$decoration().floatingLabelAlignment; t15.toString; - t16 = A._lateReadCheck(A._lateReadCheck(_this.___InputDecoratorState__floatingLabelController, _s24_).__AnimationController__value, "_value"); - t17 = _this.get$decoration(_this).alignLabelWithHint; - t18 = _this.get$decoration(_this).isDense; + t16 = _this.___InputDecoratorState__floatingLabelController_A.__AnimationController__value_A; + t16 === $ && A.throwUnnamedLateFieldNI(); + t17 = _this.get$decoration().alignLabelWithHint; + t18 = _this.get$decoration().isDense; t19 = themeData.visualDensity; t20 = _this._widget; t21 = t20.child; t22 = t20.textAlignVertical; t23 = t20.isFocused; t20 = t20.expands; - _this.get$decoration(_this).toString; + _this.get$decoration().toString; return new A._Decorator(new A._Decoration(contentPadding, false, floatingLabelHeight, t16, t15, border, t3, t17 === true, t18, t19, _null, t21, label, hint, _null, _null, prefixIcon, suffixIcon, new A._HelperError(t9, t10, t11, t12, t13, t2, t14, _null), counter, new A._BorderContainer(border, t3, t5, t6, t7, t8, _null)), t1.textDirection, t4, t22, t23, t20, _null); } }; @@ -202572,7 +205492,7 @@ }, $signature: 0 }; - A._InputDecoratorState__getIconColor__resolveIconColor.prototype = { + A._InputDecoratorState__getIconColor_resolveIconColor.prototype = { call$1(states) { if (states.contains$1(0, B.MaterialState_6) && !states.contains$1(0, B.MaterialState_1)) return this.themeData.disabledColor; @@ -202587,24 +205507,24 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 116 + $signature: 115 }; A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle.prototype = { call$0() { var t2, color, _this = this, _null = null, t1 = _this.$this; - if (t1.get$decoration(t1).errorText != null) { - t2 = t1.get$decoration(t1).errorStyle; + if (t1.get$decoration().errorText != null) { + t2 = t1.get$decoration().errorStyle; t2 = t2 == null ? _null : t2.color; color = t2 == null ? _this.themeData.errorColor : t2; } else color = t1._getActiveColor$1(_this.themeData); - t2 = A.TextStyle$(_null, _null, t1.get$decoration(t1).enabled ? color : _this.themeData.disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t1.get$decoration(t1).toString; - t1 = t1.get$decoration(t1).labelStyle; + t2 = A.TextStyle$(_null, _null, t1.get$decoration().enabled ? color : _this.themeData.disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t1.get$decoration().toString; + t1 = t1.get$decoration().labelStyle; return t2.merge$1(t1); }, - $signature: 2072 + $signature: 981 }; A.InputDecoration.prototype = { copyWith$35$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixStyle$semanticCounterText$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintMaxLines, hintStyle, hintText, hoverColor, isCollapsed, isDense, labelStyle, prefixIcon, prefixStyle, semanticCounterText, suffixStyle) { @@ -202699,78 +205619,14 @@ return _this.copyWith$27$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$suffixStyle(_this.alignLabelWithHint === true, t12, _null, t5, t6, _null, t11, t8, _null, t2, t7, _this.filled === true, t4, t3, _null, _null, t9, t10, _null, _null, t1, _null, false, _this.isDense === true, _null, _null, _null); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.InputDecoration) - if (other.labelText == _this.labelText) - if (other.hintText == _this.hintText) - if (J.$eq$(other.hintStyle, _this.hintStyle)) - if (other.hintMaxLines == _this.hintMaxLines) - if (other.errorText == _this.errorText) - if (J.$eq$(other.errorStyle, _this.errorStyle)) - if (other.floatingLabelBehavior == _this.floatingLabelBehavior) - if (J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment)) - if (other.isDense == _this.isDense) - if (J.$eq$(other.contentPadding, _this.contentPadding)) - if (J.$eq$(other.prefixIcon, _this.prefixIcon)) - if (J.$eq$(other.suffixIcon, _this.suffixIcon)) - if (J.$eq$(other.counter, _this.counter)) - if (other.counterText == _this.counterText) - if (J.$eq$(other.counterStyle, _this.counterStyle)) - if (other.filled == _this.filled) - if (J.$eq$(other.fillColor, _this.fillColor)) - if (J.$eq$(other.errorBorder, _this.errorBorder)) - if (J.$eq$(other.focusedBorder, _this.focusedBorder)) - if (J.$eq$(other.focusedErrorBorder, _this.focusedErrorBorder)) - t1 = J.$eq$(other.enabledBorder, _this.enabledBorder) && J.$eq$(other.border, _this.border) && other.enabled === _this.enabled && other.semanticCounterText == _this.semanticCounterText && other.alignLabelWithHint == _this.alignLabelWithHint && true; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.InputDecoration && other.labelText == _this.labelText && other.hintText == _this.hintText && J.$eq$(other.hintStyle, _this.hintStyle) && other.hintMaxLines == _this.hintMaxLines && other.errorText == _this.errorText && J.$eq$(other.errorStyle, _this.errorStyle) && other.floatingLabelBehavior == _this.floatingLabelBehavior && J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment) && other.isDense == _this.isDense && J.$eq$(other.contentPadding, _this.contentPadding) && J.$eq$(other.prefixIcon, _this.prefixIcon) && J.$eq$(other.suffixIcon, _this.suffixIcon) && J.$eq$(other.counter, _this.counter) && other.counterText == _this.counterText && J.$eq$(other.counterStyle, _this.counterStyle) && other.filled == _this.filled && J.$eq$(other.fillColor, _this.fillColor) && J.$eq$(other.errorBorder, _this.errorBorder) && J.$eq$(other.focusedBorder, _this.focusedBorder) && J.$eq$(other.focusedErrorBorder, _this.focusedErrorBorder) && J.$eq$(other.enabledBorder, _this.enabledBorder) && J.$eq$(other.border, _this.border) && other.enabled === _this.enabled && other.semanticCounterText == _this.semanticCounterText && other.alignLabelWithHint == _this.alignLabelWithHint && true; }, get$hashCode(_) { var _this = this; @@ -202882,13 +205738,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin.prototype = { @@ -202897,13 +205753,13 @@ } }; A.__HelperErrorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -202917,13 +205773,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin.prototype = { @@ -202998,7 +205854,7 @@ t1 = theme.listTileTheme.dense; return t1 === true; }, - build$1(_, context) { + build$1(context) { var textStyle, leadingAndTrailingTextStyle, leadingIcon, color, titleStyle, titleText, t4, subtitleStyle, subtitleText, trailingIcon, textDirection, resolvedContentPadding, t5, effectiveMouseCursor, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, theme = A.Theme_of(context), tileTheme = A.ListTileTheme_of(context), @@ -203042,7 +205898,8 @@ t3 = theme.textTheme; t4 = t3.bodyMedium; t4.toString; - color = _this._textColor$3(theme, tileTheme, t3.bodySmall.color); + t3 = t3.bodySmall.color; + color = _this._textColor$3(theme, tileTheme, t3); subtitleStyle = _this._isDenseLayout$2(theme, tileTheme) ? t4.copyWith$2$color$fontSize(color, 12) : t4.copyWith$1$color(color); subtitleText = A.AnimatedDefaultTextStyle$(t2, B.C__Linear, B.Duration_200000, true, subtitleStyle); } else { @@ -203090,7 +205947,7 @@ t2 = tileTheme.shape; t5 = t3 ? _this.onTap : _null; t6 = t3 ? _this.onLongPress : _null; - t7 = t2 == null ? B.Border_27z : t2; + t7 = t2 == null ? B.Border_yXb : t2; if (t4) { t8 = tileTheme.selectedTileColor; color = t8 == null ? theme.listTileTheme.selectedTileColor : t8; @@ -203116,7 +205973,7 @@ if (t15 == null) t15 = 40; t7 = A.Ink$(A.SafeArea$(false, A.IconTheme_merge(new A._ListTile(leadingIcon, titleText, subtitleText, trailingIcon, _this.isThreeLine, t9, t10, textDirection, t11, t12, t13, t14, t15, _null), new A.IconThemeData(t1, _null, _null, _null)), resolvedContentPadding, false), _null, new A.ShapeDecoration(t8, _null, _null, _null, t7), _null); - return A.InkWell$(false, _null, t3, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null), false, false, false, t7, _null), t2, true, _null, _this.focusNode, _null, _this.hoverColor, _null, effectiveMouseCursor, _null, _null, _null, _null, t6, t5, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, t3, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t7, _null), t2, true, _null, _this.focusNode, _null, _this.hoverColor, _null, effectiveMouseCursor, _null, _null, _null, _null, t6, t5, _null, _null, _null, _null, _null, _null, _null); } }; A._ListTileSlot.prototype = { @@ -203126,7 +205983,7 @@ }; A._ListTile.prototype = { get$slots() { - return B.List_ml5; + return B.List_ml50; }, childForSlot$1(slot) { var _this = this; @@ -203146,9 +206003,7 @@ createRenderObject$1(context) { var _this = this, t1 = new A._RenderListTile(_this.isDense, _this.visualDensity, _this.isThreeLine, _this.textDirection, _this.titleBaselineType, _this.subtitleBaselineType, _this.horizontalTitleGap, _this.minVerticalPadding, _this.minLeadingWidth, A.LinkedHashMap_LinkedHashMap$_empty(type$._ListTileSlot, type$.RenderBox), A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { @@ -203156,7 +206011,7 @@ renderObject.set$isThreeLine(_this.isThreeLine); renderObject.set$isDense(_this.isDense); renderObject.set$visualDensity(_this.visualDensity); - renderObject.set$textDirection(0, _this.textDirection); + renderObject.set$textDirection(_this.textDirection); renderObject.set$titleBaselineType(_this.titleBaselineType); renderObject.set$subtitleBaselineType(_this.subtitleBaselineType); renderObject.set$horizontalTitleGap(_this.horizontalTitleGap); @@ -203209,7 +206064,7 @@ this._isThreeLine = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._list_tile$_textDirection == value) return; this._list_tile$_textDirection = value; @@ -203501,13 +206356,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 670 + $signature: 608 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin.prototype = { updateRenderObject$2(context, renderObject) { @@ -203583,27 +206438,11 @@ }; A.ListTileTheme.prototype = { get$data(_) { - var _null = null, - t1 = this._list_tile_theme$_data; - return t1 == null ? A.ListTileThemeData$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this._list_tile_theme$_style, _null, _null, _null) : t1; + return this._list_tile_theme$_data; }, wrap$2(_, context, child) { - var _null = null, - t1 = this._list_tile_theme$_data, - t2 = t1 != null, - t3 = t2 ? t1.dense : _null, - t4 = t2 ? t1.shape : _null, - t5 = t2 ? t1.style : this._list_tile_theme$_style, - t6 = t2 ? t1.selectedColor : _null, - t7 = t2 ? t1.iconColor : _null, - t8 = t2 ? t1.textColor : _null, - t9 = t2 ? t1.contentPadding : _null, - t10 = t2 ? t1.tileColor : _null, - t11 = t2 ? t1.selectedTileColor : _null, - t12 = t2 ? t1.enableFeedback : _null, - t13 = t2 ? t1.horizontalTitleGap : _null, - t14 = t2 ? t1.minVerticalPadding : _null; - return A.ListTileTheme$(child, A.ListTileThemeData$(t9, t3, t12, t13, t7, t2 ? t1.minLeadingWidth : _null, t14, _null, t6, t11, t4, t5, t8, t10, _null), _null, _null); + var t1 = this._list_tile_theme$_data; + return A.ListTileTheme$(child, A.ListTileThemeData$(t1.contentPadding, t1.dense, t1.enableFeedback, t1.horizontalTitleGap, t1.iconColor, t1.minLeadingWidth, t1.minVerticalPadding, null, t1.selectedColor, t1.selectedTileColor, t1.shape, t1.style, t1.textColor, t1.tileColor, null), null); }, updateShouldNotify$1(oldWidget) { return !this.get$data(this).$eq(0, oldWidget.get$data(oldWidget)); @@ -203611,12 +206450,14 @@ }; A.ListTileTheme_merge_closure.prototype = { call$1(context) { - var t5, t6, t7, t8, t9, t10, t11, t12, t13, + var t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, $parent = A.ListTileTheme_of(context), t1 = $parent.dense, t2 = $parent.shape, - t3 = $parent.style, - t4 = this.selectedColor; + t3 = _this.style; + if (t3 == null) + t3 = $parent.style; + t4 = _this.selectedColor; if (t4 == null) t4 = $parent.selectedColor; t5 = $parent.iconColor; @@ -203628,9 +206469,9 @@ t11 = $parent.horizontalTitleGap; t12 = $parent.minVerticalPadding; t13 = $parent.minLeadingWidth; - return A.ListTileTheme$(this.child, A.ListTileThemeData$(t7, t1, t10, t11, t5, t13, t12, null, t4, t9, t2, t3, t6, t8, null), this.key, null); + return A.ListTileTheme$(_this.child, A.ListTileThemeData$(t7, t1, t10, t11, t5, t13, t12, null, t4, t9, t2, t3, t6, t8, null), _this.key); }, - $signature: 2073 + $signature: 982 }; A._ListTileThemeData_Object_Diagnosticable.prototype = {}; A.MaterialType.prototype = { @@ -203644,7 +206485,7 @@ } }; A._MaterialState.prototype = { - build$1(_, context) { + build$1(context) { var modelShadowColor, t2, modelElevation, contents, t3, shape, t4, _this = this, _null = null, theme = A.Theme_of(context), theme0 = A.Theme_of(context), @@ -203709,19 +206550,19 @@ return t2; t2 = t1.borderRadius; if (t2 != null) - return new A.RoundedRectangleBorder(t2, B.BorderSide_0CF); + return new A.RoundedRectangleBorder(t2, B.BorderSide_aLd); t1 = t1.type; switch (t1.index) { case 0: case 4: - return B.RoundedRectangleBorder_LkV1; + return B.RoundedRectangleBorder_ifx1; case 1: case 3: t1 = B.Map_gnuL2.$index(0, t1); t1.toString; - return new A.RoundedRectangleBorder(t1, B.BorderSide_0CF); + return new A.RoundedRectangleBorder(t1, B.BorderSide_aLd); case 2: - return B.CircleBorder_IVQ; + return B.CircleBorder_Fuf; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -203738,7 +206579,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 2074 + $signature: 983 }; A._RenderInkFeatures.prototype = { addInkFeature$1(feature) { @@ -203757,7 +206598,7 @@ canvas.save$0(0); canvas.translate$2(0, offset._dx, offset._dy); t1 = _this._box$_size; - canvas.clipRect$1(0, new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); + canvas.clipRect$1(new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); for (t1 = _this._inkFeatures, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) t1[_i]._paint$1(canvas); canvas.restore$0(0); @@ -203768,9 +206609,7 @@ A._InkFeatures.prototype = { createRenderObject$1(context) { var t1 = new A._RenderInkFeatures(this.vsync, this.color, this.absorbHitTest, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -203780,7 +206619,7 @@ } }; A.InkFeature.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this._material$_controller, t2 = t1._inkFeatures; t2.toString; @@ -203796,6 +206635,8 @@ t3 = node.get$parent(node); t3.toString; t2._as(t3); + if (!t3.paintsChild$1(node)) + return; descendants.push(t3); } transform = new A.Matrix4(new Float64Array(16)); @@ -203830,7 +206671,7 @@ _this._surfaceTintColor = t1 != null ? type$.nullable_ColorTween._as(visitor.call$3(_this._surfaceTintColor, t1, new A._MaterialInteriorState_forEachTween_closure1())) : null; _this._border = type$.nullable_ShapeBorderTween._as(visitor.call$3(_this._border, _this._widget.shape, new A._MaterialInteriorState_forEachTween_closure2())); }, - build$1(_, context) { + build$1(context) { var t2, t3, elevation, color, modelElevation, shadowColor, t4, _this = this, t1 = _this._border; t1.toString; @@ -203864,28 +206705,28 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 497 + $signature: 458 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 316 + $signature: 297 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 316 + $signature: 297 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { return new A.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 2100 + $signature: 987 }; A._ShapeBorderPaint.prototype = { - build$1(_, context) { + build$1(context) { var t1 = A.Directionality_maybeOf(context); return A.CustomPaint$(this.child, new A._ShapeBorderPainter(this.shape, t1, null), null, null, B.Size_0_0); } @@ -203904,13 +206745,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._MaterialLocalizationsDelegate.prototype = { @@ -203977,7 +206818,7 @@ var month; date.toString; month = B.List_cIc[A.Primitives_getMonth(date) - 1]; - return B.List_ALf[A.Primitives_getWeekday(date) - 1] + ", " + month + " " + A.Primitives_getDay(date) + ", " + A.Primitives_getYear(date); + return B.List_ALf0[A.Primitives_getWeekday(date) - 1] + ", " + month + " " + A.Primitives_getDay(date) + ", " + A.Primitives_getYear(date); }, formatMonthYear$1(date) { var year; @@ -204255,30 +207096,45 @@ }, get$debugDescription() { return "MaterialStateMouseCursor(" + this.name + ")"; - }, - get$name(receiver) { - return this.name; } }; A.MaterialStateProperty.prototype = {}; + A._LerpProperties0.prototype = { + resolve$1(_, states) { + var resolvedB, _this = this, + t1 = _this.a, + resolvedA = t1 == null ? null : t1.resolve$1(0, states); + t1 = _this.b; + resolvedB = t1 == null ? null : t1.resolve$1(0, states); + return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); + }, + $isMaterialStateProperty: 1 + }; A._MaterialStatePropertyWith.prototype = { resolve$1(_, states) { return this._material_state$_resolve.call$1(states); }, $isMaterialStateProperty: 1 }; - A._MaterialStatePropertyAll.prototype = { + A.MaterialStatePropertyAll.prototype = { resolve$1(_, states) { return this.value; }, toString$0(_) { - return "MaterialStateProperty.all(" + A.S(this.value) + ")"; + return "MaterialStatePropertyAll(" + A.S(this.value) + ")"; }, $isMaterialStateProperty: 1, get$value(receiver) { return this.value; } }; + A.MaterialStatesController.prototype = { + update$2(_, state, add) { + var t1 = this._change_notifier$_value; + if (add ? J.add$1$ax(t1, state) : J.remove$1$ax(t1, state)) + this.notifyListeners$0(); + } + }; A.MaterialStateMixin.prototype = { updateMaterialState$2$onChanged(key, onChanged) { return new A.MaterialStateMixin_updateMaterialState_closure(this, key, onChanged); @@ -204306,7 +207162,7 @@ else t1.removeMaterialState$1(t2); }, - $signature: 79 + $signature: 75 }; A.MaterialStateMixin_addMaterialState_closure.prototype = { call$0() { @@ -204337,12 +207193,11 @@ A._AnimationTuple.prototype = {}; A._MergeableMaterialState.prototype = { initState$0() { - var t1, i, child, t2, t3, _this = this, - _s9_ = "_children"; + var t1, i, t2, child, t3, _this = this; _this.super$State$initState(); - _this.___MergeableMaterialState__children = A.List_List$of(_this._widget.children, true, type$.MergeableMaterialItem); - for (t1 = _this._animationTuples, i = 0; i < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)); ++i) { - child = J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), i); + _this.___MergeableMaterialState__children_A = A.List_List$of(_this._widget.children, true, type$.MergeableMaterialItem); + for (t1 = _this._animationTuples, i = 0; t2 = _this.___MergeableMaterialState__children_A, i < t2.length; ++i) { + child = t2[i]; if (child instanceof A.MaterialGap) { _this._initGap$1(child); t2 = t1.$index(0, child.key).controller; @@ -204350,7 +207205,8 @@ t2._ticker.stop$1$canceled(0, true); t2._internalSetValue$1(1); t2.notifyListeners$0(); - t3 = A._lateReadCheck(t2.__AnimationController__status, "_status"); + t3 = t2.__AnimationController__status_A; + t3 === $ && A.throwUnnamedLateFieldNI(); if (t2._lastReportedStatus !== t3) { t2._lastReportedStatus = t3; t2.notifyStatusListeners$1(t3); @@ -204370,22 +207226,27 @@ t1._observer_list$_list.push(this.get$_handleTick()); this._animationTuples.$indexSet(0, gap.key, new A._AnimationTuple(controller, startAnimation, endAnimation, gapAnimation)); }, - dispose$0(_) { - var t1, t2, t3, _i, child, t4, t5, value, result; - for (t1 = A._lateReadCheck(this.___MergeableMaterialState__children, "_children"), t2 = t1.length, t3 = this._animationTuples, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + dispose$0() { + var t2, t3, _i, child, t4, t5, value, result, + t1 = this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + t3 = this._animationTuples; + _i = 0; + for (; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { child = t1[_i]; if (child instanceof A.MaterialGap) { t4 = t3.$index(0, child.key).controller; - t4._ticker.dispose$0(0); + t4._ticker.dispose$0(); t4._ticker = null; t5 = t4.AnimationLocalStatusListenersMixin__statusListeners; t5._isDirty = false; - B.JSArray_methods.set$length(t5._observer_list$_list, 0); - value = t5.__ObserverList__set; + B.JSArray_methods.clear$0(t5._observer_list$_list); + value = t5.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t5.$ti._precomputed1); - A._lateInitializeOnceCheck(t5.__ObserverList__set, "_set"); - t5.__ObserverList__set = result; + t5.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t5.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { @@ -204394,47 +207255,62 @@ } t5 = t4.AnimationLocalListenersMixin__listeners; t5._isDirty = false; - B.JSArray_methods.set$length(t5._observer_list$_list, 0); - value = t5.__ObserverList__set; + B.JSArray_methods.clear$0(t5._observer_list$_list); + value = t5.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t5.$ti._precomputed1); - A._lateInitializeOnceCheck(t5.__ObserverList__set, "_set"); - t5.__ObserverList__set = result; + t5.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t5.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; value._collection$_length = 0; } - t4.super$AnimationEagerListenerMixin$dispose(0); + t4.super$AnimationEagerListenerMixin$dispose(); } } - this.super$__MergeableMaterialState_State_TickerProviderStateMixin$dispose(0); + this.super$__MergeableMaterialState_State_TickerProviderStateMixin$dispose(); }, _handleTick$0() { this.setState$1(new A._MergeableMaterialState__handleTick_closure()); }, _isClosingGap$1(index) { - var _this = this, - _s9_ = "_children"; - if (index < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)) - 1 && J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), index) instanceof A.MaterialGap) - return A._lateReadCheck(_this._animationTuples.$index(0, J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), index).key).controller.__AnimationController__status, "_status") === B.AnimationStatus_2; + var t1 = this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (index < t1.length - 1 && t1[index] instanceof A.MaterialGap) { + t1 = this._animationTuples.$index(0, t1[index].key).controller.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1 === B.AnimationStatus_2; + } return false; }, _removeEmptyGaps$0() { - var t1, j, child, _this = this, - _s9_ = "_children"; - for (t1 = _this._animationTuples, j = 0; j < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_));) - if (J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j) instanceof A.MaterialGap && A._lateReadCheck(t1.$index(0, J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j).key).controller.__AnimationController__status, "_status") === B.AnimationStatus_0) { - child = J.removeAt$1$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + var t2, child, + t1 = this._animationTuples, + j = 0; + while (true) { + t2 = this.___MergeableMaterialState__children_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!(j < t2.length)) + break; + t2 = t2[j]; + if (t2 instanceof A.MaterialGap) { + t2 = t1.$index(0, t2.key).controller.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 === B.AnimationStatus_0; + } else + t2 = false; + if (t2) { + child = B.JSArray_methods.removeAt$1(this.___MergeableMaterialState__children_A, j); if (child instanceof A.MaterialGap) t1.$indexSet(0, child.key, null); } else ++j; + } }, didUpdateWidget$1(oldWidget) { - var t1, oldKeys, newKeys, newOnly, oldOnly, newChildren, t2, i, j, i0, j0, newLength, oldLength, t3, gapSizeSum, child, k, gapSize, newChild, t4, gap, _this = this, _null = null, - _s9_ = "_children"; + var t1, oldKeys, newKeys, newOnly, oldOnly, newChildren, t2, i, j, t3, i0, j0, newLength, oldLength, gapSizeSum, child, k, gapSize, newChild, t4, gap, t5, _this = this, _null = null; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.children; oldKeys = new A.MappedListIterable(t1, new A._MergeableMaterialState_didUpdateWidget_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,LocalKey>")).toSet$0(0); @@ -204449,14 +207325,28 @@ i = 0; j = 0; while (true) { - if (!(i < newChildren.length && j < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)))) + if (i < newChildren.length) { + t3 = _this.___MergeableMaterialState__children_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = j < t3.length; + } else + t3 = false; + if (!t3) break; - if (newOnly.contains$1(0, newChildren[i].key) || oldOnly.contains$1(0, J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j).key)) { + if (!newOnly.contains$1(0, newChildren[i].key)) { + t3 = _this.___MergeableMaterialState__children_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = oldOnly.contains$1(0, t3[j].key); + } else + t3 = true; + if (t3) { for (i0 = i; newOnly.contains$1(0, newChildren[i0].key);) ++i0; j0 = j; while (true) { - if (!(oldOnly.contains$1(0, J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j0).key) || _this._isClosingGap$1(j0))) + t3 = _this.___MergeableMaterialState__children_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (!(oldOnly.contains$1(0, t3[j0].key) || _this._isClosingGap$1(j0))) break; ++j0; } @@ -204464,22 +207354,23 @@ oldLength = j0 - j; if (newLength > 0) { if (oldLength <= 1) - t3 = oldLength === 1 && J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j) instanceof A.MaterialSlice; + t3 = oldLength === 1 && _this.___MergeableMaterialState__children_A[j] instanceof A.MaterialSlice; else t3 = true; if (t3) if (newLength === 1 && newChildren[i] instanceof A.MaterialGap) { for (gapSizeSum = 0; j < j0;) { - child = J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + t3 = _this.___MergeableMaterialState__children_A; + child = t3[j]; if (child instanceof A.MaterialGap) gapSizeSum += child.size; - child = J.removeAt$1$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + child = B.JSArray_methods.removeAt$1(t3, j); if (child instanceof A.MaterialGap) t2.$indexSet(0, child.key, _null); --j0; } t3 = newChildren[i]; - J.insert$2$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j, t3); + B.JSArray_methods.insert$2(_this.___MergeableMaterialState__children_A, j, t3); if (t3 instanceof A.MaterialGap) _this._initGap$1(t3); t3 = t2.$index(0, newChildren[i].key); @@ -204490,32 +207381,37 @@ j = j0 + 1; } else { for (k = 0; k < oldLength; ++k) { - child = J.removeAt$1$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + child = B.JSArray_methods.removeAt$1(_this.___MergeableMaterialState__children_A, j); if (child instanceof A.MaterialGap) t2.$indexSet(0, child.key, _null); } for (k = 0; k < newLength; ++k) { t3 = newChildren[i + k]; - J.insert$2$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j + k, t3); + B.JSArray_methods.insert$2(_this.___MergeableMaterialState__children_A, j + k, t3); if (t3 instanceof A.MaterialGap) _this._initGap$1(t3); } j = j0 + (newLength - oldLength); } - else if (oldLength === 1) - if (newLength === 1 && newChildren[i] instanceof A.MaterialGap && J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j).key.$eq(0, newChildren[i].key)) { + else if (oldLength === 1) { + if (newLength === 1) { + t3 = newChildren[i]; + t3 = t3 instanceof A.MaterialGap && _this.___MergeableMaterialState__children_A[j].key.$eq(0, t3.key); + } else + t3 = false; + if (t3) { t3 = t2.$index(0, newChildren[i].key).controller; t3._direction = B._AnimationDirection_0; t3._animateToInternal$1(t3.upperBound); j = j0; } else { gapSize = _this._getGapSize$1(j); - child = J.removeAt$1$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + child = B.JSArray_methods.removeAt$1(_this.___MergeableMaterialState__children_A, j); if (child instanceof A.MaterialGap) t2.$indexSet(0, child.key, _null); for (k = 0; k < newLength; ++k) { t3 = newChildren[i + k]; - J.insert$2$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j + k, t3); + B.JSArray_methods.insert$2(_this.___MergeableMaterialState__children_A, j + k, t3); if (t3 instanceof A.MaterialGap) _this._initGap$1(t3); } @@ -204537,7 +207433,8 @@ t3._ticker.stop$1$canceled(0, true); t3._internalSetValue$1(0); t3.notifyListeners$0(); - t4 = A._lateReadCheck(t3.__AnimationController__status, "_status"); + t4 = t3.__AnimationController__status_A; + t4 === $ && A.throwUnnamedLateFieldNI(); if (t3._lastReportedStatus !== t4) { t3._lastReportedStatus = t4; t3.notifyStatusListeners$1(t4); @@ -204547,10 +207444,10 @@ } } } - else { + } else { for (k = 0; k < newLength; ++k) { newChild = newChildren[i + k]; - J.insert$2$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j + k, newChild); + B.JSArray_methods.insert$2(_this.___MergeableMaterialState__children_A, j + k, newChild); t3 = newChild instanceof A.MaterialGap; if (t3) _this._initGap$1(newChild); @@ -204564,15 +207461,16 @@ } } else { if (oldLength <= 1) - t3 = oldLength === 1 && J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j) instanceof A.MaterialSlice; + t3 = oldLength === 1 && _this.___MergeableMaterialState__children_A[j] instanceof A.MaterialSlice; else t3 = true; if (t3) { for (gapSizeSum = 0; j < j0;) { - child = J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + t3 = _this.___MergeableMaterialState__children_A; + child = t3[j]; if (child instanceof A.MaterialGap) gapSizeSum += child.size; - child = J.removeAt$1$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + child = B.JSArray_methods.removeAt$1(t3, j); if (child instanceof A.MaterialGap) t2.$indexSet(0, child.key, _null); --j0; @@ -204580,7 +207478,7 @@ if (gapSizeSum !== 0) { t3 = new A.UniqueKey(); gap = new A.MaterialGap(gapSizeSum, t3); - J.insert$2$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j, gap); + B.JSArray_methods.insert$2(_this.___MergeableMaterialState__children_A, j, gap); _this._initGap$1(gap); t2.$index(0, t3).gapStart = 0; t3 = t2.$index(0, t3).controller; @@ -204588,7 +207486,8 @@ t3._ticker.stop$1$canceled(0, true); t3._internalSetValue$1(1); t3.notifyListeners$0(); - t4 = A._lateReadCheck(t3.__AnimationController__status, "_status"); + t4 = t3.__AnimationController__status_A; + t4 === $ && A.throwUnnamedLateFieldNI(); if (t3._lastReportedStatus !== t4) { t3._lastReportedStatus = t4; t3.notifyStatusListeners$1(t4); @@ -204600,7 +207499,7 @@ j = j0; } else { if (oldLength === 1) { - t3 = t1._as(J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j)).key; + t3 = t1._as(_this.___MergeableMaterialState__children_A[j]).key; t2.$index(0, t3).gapStart = 0; t3 = t2.$index(0, t3).controller; t3._direction = B._AnimationDirection_1; @@ -204611,22 +207510,30 @@ } i = i0; } else { + t3 = _this.___MergeableMaterialState__children_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3[j]; + t5 = newChildren[i]; j0 = j + 1; - if (J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j) instanceof A.MaterialGap === newChildren[i] instanceof A.MaterialGap) { - J.$indexSet$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j, newChildren[i]); + if (t4 instanceof A.MaterialGap === t5 instanceof A.MaterialGap) { + t3[j] = t5; ++i; } j = j0; } } - for (; j < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_));) { - child = J.removeAt$1$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j); + while (true) { + t1 = _this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!(j < t1.length)) + break; + child = B.JSArray_methods.removeAt$1(t1, j); if (child instanceof A.MaterialGap) t2.$indexSet(0, child.key, _null); } for (; i < newChildren.length;) { t1 = newChildren[i]; - J.insert$2$ax(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), j, t1); + B.JSArray_methods.insert$2(_this.___MergeableMaterialState__children_A, j, t1); if (t1 instanceof A.MaterialGap) _this._initGap$1(t1); ++i; @@ -204634,17 +207541,26 @@ } }, _mergeable_material$_borderRadius$3(index, start, end) { - var t1, startRadius, endRadius, t2, _this = this, - _s9_ = "_children"; - if (index > 0 && J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), index - 1) instanceof A.MaterialGap) { - t1 = _this._animationTuples.$index(0, J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), index - 1).key).startAnimation; + var t1, startRadius, endRadius, t2, _this = this; + if (index > 0) { + t1 = _this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1[index - 1] instanceof A.MaterialGap; + } else + t1 = false; + if (t1) { + t1 = _this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this._animationTuples.$index(0, t1[index - 1].key).startAnimation; t1 = A.Radius_lerp(B.Radius_0_0, B.Radius_2_2, t1.get$value(t1)); t1.toString; startRadius = t1; } else startRadius = B.Radius_0_0; - if (index < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)) - 2 && J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), index + 1) instanceof A.MaterialGap) { - t1 = _this._animationTuples.$index(0, J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), index + 1).key).endAnimation; + t1 = _this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (index < t1.length - 2 && t1[index + 1] instanceof A.MaterialGap) { + t1 = _this._animationTuples.$index(0, t1[index + 1].key).endAnimation; t1 = A.Radius_lerp(B.Radius_0_0, B.Radius_2_2, t1.get$value(t1)); t1.toString; endRadius = t1; @@ -204656,33 +207572,44 @@ return new A.BorderRadius(t1, t1, t2, t2); }, _getGapSize$1(index) { - var gap = type$.MaterialGap._as(J.$index$asx(A._lateReadCheck(this.___MergeableMaterialState__children, "_children"), index)), - t1 = this._animationTuples, - t2 = gap.key, - t3 = t1.$index(0, t2).gapStart, - t4 = gap.size; + var gap, t2, t3, t4, + t1 = this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + gap = type$.MaterialGap._as(t1[index]); + t1 = this._animationTuples; + t2 = gap.key; + t3 = t1.$index(0, t2).gapStart; + t4 = gap.size; t2 = t1.$index(0, t2).gapAnimation; t2 = A.lerpDouble(t3, t4, t2.get$value(t2)); t2.toString; return t2; }, _willNeedDivider$1(index) { - var _s9_ = "_children"; + var t1; if (index < 0) return false; - if (index >= J.get$length$asx(A._lateReadCheck(this.___MergeableMaterialState__children, _s9_))) + t1 = this.___MergeableMaterialState__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (index >= t1.length) return false; - return J.$index$asx(A._lateReadCheck(this.___MergeableMaterialState__children, _s9_), index) instanceof A.MaterialSlice || this._isClosingGap$1(index); + return t1[index] instanceof A.MaterialSlice || this._isClosingGap$1(index); }, - build$1(_, context) { - var t1, widgets, slices, t2, i, t3, child, hasTopDivider, hasBottomDivider, divider, border, _this = this, _null = null, - _s9_ = "_children"; + build$1(context) { + var t1, widgets, slices, t2, i, t3, child, hasTopDivider, hasBottomDivider, divider, border, _this = this, _null = null; _this._removeEmptyGaps$0(); t1 = type$.JSArray_Widget; widgets = A._setArrayType([], t1); slices = A._setArrayType([], t1); - for (t2 = type$.MaterialSlice, i = 0; i < J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)); ++i) - if (J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), i) instanceof A.MaterialGap) { + t2 = type$.MaterialSlice; + i = 0; + while (true) { + t3 = _this.___MergeableMaterialState__children_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (!(i < t3.length)) + break; + t3 = t3[i]; + if (t3 instanceof A.MaterialGap) { _this._widget.toString; widgets.push(new A.ListBody(B.Axis_1, slices, _null)); slices = A._setArrayType([], t1); @@ -204690,31 +207617,31 @@ t3 = _this._getGapSize$1(i); widgets.push(new A.SizedBox(_null, t3, _null, _null)); } else { - child = t2._as(J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), i)).child; + child = t2._as(t3).child; _this._widget.toString; hasTopDivider = _this._willNeedDivider$1(i - 1); hasBottomDivider = _this._willNeedDivider$1(i + 1); divider = A.Divider_createBorderSide(context, _this._widget.dividerColor, 0.5); if (i === 0) - border = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, hasBottomDivider ? divider : B.BorderSide_0CF, B.BorderSide_0CF); - else if (i === J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)) - 1) - border = new A.Border(hasTopDivider ? divider : B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF); + border = new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, hasBottomDivider ? divider : B.BorderSide_aLd, B.BorderSide_aLd); + else if (i === _this.___MergeableMaterialState__children_A.length - 1) + border = new A.Border(hasTopDivider ? divider : B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd); else { - t3 = hasTopDivider ? divider : B.BorderSide_0CF; - border = new A.Border(t3, B.BorderSide_0CF, hasBottomDivider ? divider : B.BorderSide_0CF, B.BorderSide_0CF); + t3 = hasTopDivider ? divider : B.BorderSide_aLd; + border = new A.Border(t3, B.BorderSide_aLd, hasBottomDivider ? divider : B.BorderSide_aLd, B.BorderSide_aLd); } - child = A.AnimatedContainer$(_null, child, _null, _null, B.Cubic_ifx, new A.BoxDecoration(_null, _null, border, _null, _null, _null, B.BoxShape_0), B.Duration_200000, _null, new A._MergeableMaterialSliceKey(J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), i).key), _null, _null, _null); - t2._as(J.$index$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_), i)).toString; + child = A.AnimatedContainer$(_null, child, _null, _null, B.Cubic_ifx, new A.BoxDecoration(_null, _null, border, _null, _null, _null, B.BoxShape_0), B.Duration_200000, _null, new A._MergeableMaterialSliceKey(_this.___MergeableMaterialState__children_A[i].key), _null, _null, _null); + t2._as(_this.___MergeableMaterialState__children_A[i]).toString; t3 = A.Theme_of(context).cardColor; - slices.push(A.Container$(_null, new A.Material(child, B.MaterialType_4, 0, _null, _null, _null, _null, _null, true, B.Clip_0, B.Duration_200000, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(t3, _null, _null, _this._mergeable_material$_borderRadius$3(i, i === 0, i === J.get$length$asx(A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_)) - 1), _null, _null, B.BoxShape_0), _null, _null, _null, _null, _null, _null, _null, _null)); + slices.push(A.Container$(_null, new A.Material(child, B.MaterialType_4, 0, _null, _null, _null, _null, _null, true, B.Clip_0, B.Duration_200000, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(t3, _null, _null, _this._mergeable_material$_borderRadius$3(i, i === 0, i === _this.___MergeableMaterialState__children_A.length - 1), _null, _null, B.BoxShape_0), _null, _null, _null, _null, _null, _null, _null, _null)); } + ++i; + } if (slices.length !== 0) { _this._widget.toString; widgets.push(A.ListBody$(slices, B.Axis_1)); } - t1 = _this._widget.elevation; - A._lateReadCheck(_this.___MergeableMaterialState__children, _s9_); - return new A._MergeableMaterialListBody(t1, B.Axis_1, widgets, _null); + return new A._MergeableMaterialListBody(_this._widget.elevation, B.Axis_1, widgets, _null); } }; A._MergeableMaterialState__handleTick_closure.prototype = { @@ -204726,13 +207653,13 @@ call$1(child) { return child.key; }, - $signature: 667 + $signature: 606 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 667 + $signature: 606 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -204754,9 +207681,7 @@ A._MergeableMaterialListBody.prototype = { createRenderObject$1(context) { var t1 = new A._RenderMergeableMaterialListBody(this.elevation, A.getAxisDirectionFromAxisReverseAndDirectionality(context, this.mainAxis, false), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -204790,8 +207715,8 @@ t9 = context.get$canvas(context); if (_this._mergeable_material$_elevation !== 0) { t10 = A.Path_Path(); - t10.addRRect$1(0, A.RRect$fromRectAndCorners(new A.Rect(t6, t5, t6 + t8, t5 + t7), B.Radius_2_2, B.Radius_2_2, B.Radius_2_2, B.Radius_2_2)); - t9.drawShadow$4(0, t10, B.Color_4278190080, _this._mergeable_material$_elevation, true); + t10.addRRect$1(A.RRect$fromRectAndCorners(new A.Rect(t6, t5, t6 + t8, t5 + t7), B.Radius_2_2, B.Radius_2_2, B.Radius_2_2, B.Radius_2_2)); + t9.drawShadow$4(t10, B.Color_4278190080, _this._mergeable_material$_elevation, true); } } child = t4.ContainerParentDataMixin_nextSibling; @@ -204806,19 +207731,19 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.NavigationBarThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.height, _this.backgroundColor, _this.elevation, _this.indicatorColor, _this.indicatorShape, _this.labelTextStyle, _this.iconTheme, _this.labelBehavior, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.height, _this.backgroundColor, _this.surfaceTintColor, _this.elevation, _this.indicatorColor, _this.indicatorShape, _this.labelTextStyle, _this.iconTheme, _this.labelBehavior, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var _this = this; @@ -204828,20 +207753,9 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.NavigationBarThemeData && other.height == _this.height && J.$eq$(other.backgroundColor, _this.backgroundColor) && other.elevation == _this.elevation && J.$eq$(other.indicatorColor, _this.indicatorColor) && J.$eq$(other.indicatorShape, _this.indicatorShape) && other.labelTextStyle == _this.labelTextStyle && other.iconTheme == _this.iconTheme && true; + return other instanceof A.NavigationBarThemeData && other.height == _this.height && J.$eq$(other.backgroundColor, _this.backgroundColor) && J.$eq$(other.surfaceTintColor, _this.surfaceTintColor) && other.elevation == _this.elevation && J.$eq$(other.indicatorColor, _this.indicatorColor) && J.$eq$(other.indicatorShape, _this.indicatorShape) && other.labelTextStyle == _this.labelTextStyle && other.iconTheme == _this.iconTheme && true; } }; - A._LerpProperties2.prototype = { - resolve$1(_, states) { - var resolvedB, _this = this, - t1 = _this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = _this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); - }, - $isMaterialStateProperty: 1 - }; A._NavigationBarThemeData_Object_Diagnosticable.prototype = {}; A.NavigationRailThemeData.prototype = { get$hashCode(_) { @@ -204849,56 +207763,33 @@ return A.Object_hash(_this.backgroundColor, _this.elevation, _this.unselectedLabelTextStyle, _this.selectedLabelTextStyle, _this.unselectedIconTheme, _this.selectedIconTheme, _this.groupAlignment, _this.labelType, _this.useIndicator, _this.indicatorColor, _this.minWidth, _this.minExtendedWidth, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.NavigationRailThemeData) - if (J.$eq$(other.backgroundColor, _this.backgroundColor)) - if (other.elevation == _this.elevation) - if (J.$eq$(other.unselectedLabelTextStyle, _this.unselectedLabelTextStyle)) - if (J.$eq$(other.selectedLabelTextStyle, _this.selectedLabelTextStyle)) - if (J.$eq$(other.unselectedIconTheme, _this.unselectedIconTheme)) - if (J.$eq$(other.selectedIconTheme, _this.selectedIconTheme)) - if (other.groupAlignment == _this.groupAlignment) - t1 = J.$eq$(other.indicatorColor, _this.indicatorColor) && other.minWidth == _this.minWidth && other.minExtendedWidth == _this.minExtendedWidth; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.NavigationRailThemeData && J.$eq$(other.backgroundColor, _this.backgroundColor) && other.elevation == _this.elevation && J.$eq$(other.unselectedLabelTextStyle, _this.unselectedLabelTextStyle) && J.$eq$(other.selectedLabelTextStyle, _this.selectedLabelTextStyle) && J.$eq$(other.unselectedIconTheme, _this.unselectedIconTheme) && J.$eq$(other.selectedIconTheme, _this.selectedIconTheme) && other.groupAlignment == _this.groupAlignment && J.$eq$(other.indicatorColor, _this.indicatorColor) && other.minWidth == _this.minWidth && other.minExtendedWidth == _this.minExtendedWidth; } }; A._NavigationRailThemeData_Object_Diagnosticable.prototype = {}; A.OutlinedButton.prototype = { defaultStyleOf$1(context) { - var t1, t2, t3, t4, t5, + var t1, t2, t3, t4, t5, t6, theme = A.Theme_of(context), colorScheme = theme.colorScheme; A.Theme_of(context).toString; - t1 = theme.shadowColor; - t2 = theme.textTheme; - t3 = A._scaledPadding1(context); - t4 = A.Theme_of(context).colorScheme.onSurface.value; - t4 = A.Color$fromARGB(31, t4 >>> 16 & 255, t4 >>> 8 & 255, t4 & 255); - t5 = theme.visualDensity; - t5 = A.OutlinedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onSurface, t3, colorScheme.primary, t1, B.RoundedRectangleBorder_LkV0, new A.BorderSide(t4, 1, B.BorderStyle_1), B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t5); - return t5; + t1 = colorScheme.onSurface.value; + t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + t2 = theme.shadowColor; + t3 = theme.textTheme; + t4 = A._scaledPadding1(context); + t5 = A.Theme_of(context).colorScheme.onSurface.value; + t5 = A.Color$fromARGB(31, t5 >>> 16 & 255, t5 >>> 8 & 255, t5 & 255); + t6 = theme.visualDensity; + t6 = A.OutlinedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.Color_0, t1, B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, colorScheme.primary, B.Size_wjo, B.Size_64_36, null, t4, null, t2, B.RoundedRectangleBorder_ifx0, new A.BorderSide(t5, 1, B.BorderStyle_1, B.StrokeAlign_0), B.C__InkRippleFactory, theme.materialTapTargetSize, t3.labelLarge, t6); + return t6; }, themeStyleOf$1(context) { var t1; @@ -204907,31 +207798,22 @@ return t1.style; } }; - A._OutlinedButtonDefaultForeground.prototype = { + A._OutlinedButtonDefaultColor.prototype = { resolve$1(_, states) { - var t1; - if (states.contains$1(0, B.MaterialState_6)) { - t1 = this.onSurface; - if (t1 == null) - t1 = null; - else { - t1 = t1.value; - t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - return t1; - } - return this.primary; + if (states.contains$1(0, B.MaterialState_6)) + return this.disabled; + return this.color; } }; A._OutlinedButtonDefaultOverlay.prototype = { resolve$1(_, states) { var t1; if (states.contains$1(0, B.MaterialState_0)) { - t1 = this.primary; + t1 = this.foreground; return A.Color$fromARGB(10, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } if (states.contains$1(0, B.MaterialState_1) || states.contains$1(0, B.MaterialState_2)) { - t1 = this.primary; + t1 = this.foreground; return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } return null; @@ -204944,7 +207826,7 @@ return this.enabledCursor; } }; - A.__OutlinedButtonDefaultForeground_MaterialStateProperty_Diagnosticable.prototype = {}; + A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable.prototype = {}; A.OutlinedButtonThemeData.prototype = { @@ -204991,7 +207873,7 @@ buildPage$3(context, animation, secondaryAnimation) { var _null = null, t1 = this.builder.call$1(context); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t1, _null); }, buildTransitions$4(context, animation, secondaryAnimation, child) { var matchingBuilder, @@ -205007,12 +207889,12 @@ }; A._MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin.prototype = {}; A._FadeUpwardsPageTransition.prototype = { - build$1(_, context) { + build$1(context) { return A.SlideTransition$(A.FadeTransition$(false, this.child, this._opacityAnimation), this._positionAnimation, null, true); } }; A._ZoomPageTransition.prototype = { - build$1(_, context) { + build$1(context) { return new A.DualTransitionBuilder(this.animation, new A._ZoomPageTransition_build_closure(), new A._ZoomPageTransition_build_closure0(), new A.DualTransitionBuilder(new A.ReverseAnimation(this.secondaryAnimation, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_AnimationStatus), type$.ObserverList_of_void_Function_AnimationStatus), 0), new A._ZoomPageTransition_build_closure1(), new A._ZoomPageTransition_build_closure2(), this.child, null), null); } }; @@ -205022,7 +207904,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 666 + $signature: 605 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -205030,7 +207912,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 663 + $signature: 604 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -205038,7 +207920,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 666 + $signature: 605 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -205046,10 +207928,10 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 663 + $signature: 604 }; A._ZoomEnterTransition.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, t4, fadeTransition, _this = this, t1 = {}; t1.opacity = 0; t2 = _this.reverse; @@ -205083,10 +207965,10 @@ call$2(context, child) { return new A.ColoredBox(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * this._box_0.opacity), 0, 0, 0), child, null); }, - $signature: 2119 + $signature: 1004 }; A._ZoomExitTransition.prototype = { - build$1(_, context) { + build$1(context) { var t2, fadeTransition, _this = this, t1 = _this.reverse; if (t1) { @@ -205137,7 +208019,7 @@ call$1(platform) { return this.builders.$index(0, platform); }, - $signature: 2121 + $signature: 1005 }; A._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; A.PaginatedDataTable.prototype = { @@ -205165,7 +208047,7 @@ _this._widget.toString; t1 = 0; } - _this.__PaginatedDataTableState__firstRowIndex = t1; + _this.__PaginatedDataTableState__firstRowIndex_A = t1; _this._widget.source.addListener$1(0, _this.get$_handleDataSourceChanged()); _this._handleDataSourceChanged$0(); }, @@ -205180,16 +208062,16 @@ _this._handleDataSourceChanged$0(); } }, - dispose$0(_) { + dispose$0() { this._widget.source.removeListener$1(0, this.get$_handleDataSourceChanged()); - this.super$State$dispose(0); + this.super$State$dispose(); }, _handleDataSourceChanged$0() { this.setState$1(new A.PaginatedDataTableState__handleDataSourceChanged_closure(this)); }, pageTo$1(rowIndex) { var _this = this; - A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); + _this.__PaginatedDataTableState__firstRowIndex_A === $ && A.throwUnnamedLateFieldNI(); _this.setState$1(new A.PaginatedDataTableState_pageTo_closure(_this, rowIndex)); _this._widget.toString; }, @@ -205211,11 +208093,18 @@ return A.DataRow$byIndex(cells, index); }, _getRows$2(firstRowIndex, rowsPerPage) { - var t1, index, haveProgressIndicator, row, t2, _this = this, + var t1, index, haveProgressIndicator, t2, row, _this = this, result = A._setArrayType([], type$.JSArray_DataRow), nextPageFirstRowIndex = firstRowIndex + rowsPerPage; for (t1 = _this._paginated_data_table$_rows, index = firstRowIndex, haveProgressIndicator = false; index < nextPageFirstRowIndex; ++index) { - if (index < A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount") || A._lateReadCheck(_this.__PaginatedDataTableState__rowCountApproximate, "_rowCountApproximate")) { + t2 = _this.__PaginatedDataTableState__rowCount_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (index >= t2) { + t2 = _this.__PaginatedDataTableState__rowCountApproximate_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = true; + if (t2) { row = t1.putIfAbsent$2(0, index, new A.PaginatedDataTableState__getRows_closure(_this, index)); t2 = row == null; if (t2 && !haveProgressIndicator) { @@ -205233,36 +208122,44 @@ this.pageTo$1(0); }, _handlePrevious$0() { - var t1 = A._lateReadCheck(this.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); + var t1 = this.__PaginatedDataTableState__firstRowIndex_A; + t1 === $ && A.throwUnnamedLateFieldNI(); this._widget.toString; this.pageTo$1(Math.max(t1 - 10, 0)); }, _handleNext$0() { - var t1 = A._lateReadCheck(this.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); + var t1 = this.__PaginatedDataTableState__firstRowIndex_A; + t1 === $ && A.throwUnnamedLateFieldNI(); this._widget.toString; this.pageTo$1(t1 + 10); }, _handleLast$0() { var _this = this, - t1 = A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount"); + t1 = _this.__PaginatedDataTableState__rowCount_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._widget.toString; t1 = B.JSNumber_methods.floor$0((t1 - 1) / 10); _this._widget.toString; _this.pageTo$1(t1 * 10); }, _isNextPageUnavailable$0() { - var t1, _this = this; - if (!A._lateReadCheck(_this.__PaginatedDataTableState__rowCountApproximate, "_rowCountApproximate")) { - t1 = A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); + var t2, _this = this, + t1 = _this.__PaginatedDataTableState__rowCountApproximate_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1) { + t1 = _this.__PaginatedDataTableState__firstRowIndex_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._widget.toString; - t1 = t1 + 10 >= A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount"); + t2 = _this.__PaginatedDataTableState__rowCount_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1 + 10 >= t2; + t1 = t2; } else t1 = false; return t1; }, - build$1(_, context) { - var t2, headerWidgets, t3, t4, footerWidgets, t5, t6, _this = this, _null = null, - _s14_ = "_firstRowIndex", + build$1(context) { + var t2, headerWidgets, t3, t4, footerWidgets, t5, t6, t7, _this = this, _null = null, themeData = A.Theme_of(context), t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -205285,18 +208182,21 @@ footerWidgets = A._setArrayType([], t2); _this._widget.toString; t4 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 32); - t5 = A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, _s14_); - t6 = A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, _s14_); - _this._widget.toString; - t2 = A._setArrayType([t4, A.Text$(t1.pageRowsInfoTitle$4(t5 + 1, t6 + 10, A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount"), A._lateReadCheck(_this.__PaginatedDataTableState__rowCountApproximate, "_rowCountApproximate")), _null, _null, _null, _null, _null, _null, _null, _null, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 32)], t2); + t5 = _this.__PaginatedDataTableState__firstRowIndex_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__PaginatedDataTableState__rowCount_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = _this.__PaginatedDataTableState__rowCountApproximate_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t2 = A._setArrayType([t4, A.Text$(t1.pageRowsInfoTitle$4(t5 + 1, t5 + 10, t6, t7), _null, _null, _null, _null, _null, _null, _null, _null, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 32)], t2); _this._widget.toString; t4 = A.Icon$(B.IconData_58814_MaterialIcons_null_false, _null, _null); t5 = t1.get$firstPageTooltip(); - t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, _s14_) <= 0 ? _null : _this.get$_handleFirst(), B.EdgeInsets_0_0_0_0, _null, t5, _null)); + t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, _this.__PaginatedDataTableState__firstRowIndex_A <= 0 ? _null : _this.get$_handleFirst(), B.EdgeInsets_0_0_0_0, _null, t5, _null)); _this._widget.toString; t4 = A.Icon$(B.IconData_57694_MaterialIcons_null_true, _null, _null); t5 = t1.get$previousPageTooltip(); - t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, _s14_) <= 0 ? _null : _this.get$_handlePrevious(), B.EdgeInsets_0_0_0_0, _null, t5, _null)); + t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, _this.__PaginatedDataTableState__firstRowIndex_A <= 0 ? _null : _this.get$_handlePrevious(), B.EdgeInsets_0_0_0_0, _null, t5, _null)); t2.push(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 24)); _this._widget.toString; t4 = A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null); @@ -205315,9 +208215,9 @@ call$0() { var t1 = this.$this, t2 = t1._widget.source; - t1.__PaginatedDataTableState__rowCount = t2.get$rowCount(t2); + t1.__PaginatedDataTableState__rowCount_A = t2.get$rowCount(t2); t1._widget.source.toString; - t1.__PaginatedDataTableState__rowCountApproximate = false; + t1.__PaginatedDataTableState__rowCountApproximate_A = false; t1._selectedRowCount = 0; t1._paginated_data_table$_rows.clear$0(0); }, @@ -205327,7 +208227,7 @@ call$0() { var t1 = this.$this; t1._widget.toString; - t1.__PaginatedDataTableState__firstRowIndex = B.JSInt_methods._tdivFast$1(this.rowIndex, 10) * 10; + t1.__PaginatedDataTableState__firstRowIndex_A = B.JSInt_methods._tdivFast$1(this.rowIndex, 10) * 10; }, $signature: 0 }; @@ -205335,7 +208235,7 @@ call$1(column) { return B.DataCell_AHF; }, - $signature: 661 + $signature: 603 }; A.PaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1(column) { @@ -205345,13 +208245,13 @@ } return B.DataCell_AHF; }, - $signature: 661 + $signature: 603 }; A.PaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2127 + $signature: 1014 }; A.PaginatedDataTableState_build_closure.prototype = { call$2(context, constraints) { @@ -205365,22 +208265,22 @@ t5 = t3._selectedRowCount > 0 ? t5.titleMedium.copyWith$1$color(t4.colorScheme.secondary) : t5.titleLarge.copyWith$1$fontWeight(B.FontWeight_3); t3 = t3._selectedRowCount > 0 ? t4.secondaryHeaderColor : _null; t5 = A.DefaultTextStyle$(A.IconTheme_merge(A.Ink$(new A.Padding(B.EdgeInsetsDirectional_24_0_14_0, A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null), t3, _null, 64), B.IconThemeData_XJy), _null, _null, B.TextOverflow_0, true, t5, _null, _null, B.TextWidthBasis_0); - t1.push(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t5, _null)); + t1.push(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, t5, _null)); } t2 = _this.$this; t3 = t2._widget; t3.toString; t4 = constraints.minWidth; - t5 = A._lateReadCheck(t2.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); - t2._widget.toString; - t1.push(A.SingleChildScrollView$(new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, 0, 1 / 0), A.DataTable$(_null, 56, t3.columns, 48, B.BoxDecoration_423, 56, 24, t2._tableKey, _null, t2._getRows$2(t5, 10), true, true, t3.sortAscending, t3.sortColumnIndex), _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_0)); + t5 = t2.__PaginatedDataTableState__firstRowIndex_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.SingleChildScrollView$(new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, 0, 1 / 0), A.DataTable$(_null, 56, t3.columns, 48, B.BoxDecoration_423, 56, 24, t2._tableKey, _null, t2._getRows$2(t5, 10), true, true, t3.sortAscending, t3.sortColumnIndex), _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_0)); t3 = _this.footerTextStyle; t3.toString; t2._widget.toString; - t1.push(A.DefaultTextStyle$(A.IconTheme_merge(new A.SizedBox(_null, 56, A.SingleChildScrollView$(A.Row$(_this.footerWidgets, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, B.DragStartBehavior_1, _null, _null, _null, true, B.Axis_0), _null), B.IconThemeData_XJy), _null, _null, B.TextOverflow_0, true, t3, _null, _null, B.TextWidthBasis_0)); + t1.push(A.DefaultTextStyle$(A.IconTheme_merge(new A.SizedBox(_null, 56, A.SingleChildScrollView$(A.Row$(_this.footerWidgets, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, true, B.Axis_0), _null), B.IconThemeData_XJy), _null, _null, B.TextOverflow_0, true, t3, _null, _null, B.TextWidthBasis_0)); return A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2131 + $signature: 1018 }; A.PopupMenuPosition.prototype = { toString$0(_) { @@ -205397,7 +208297,7 @@ } }; A._PopupMenuDividerState.prototype = { - build$1(_, context) { + build$1(context) { this._widget.toString; return A.Divider$(null, 16, null); } @@ -205405,9 +208305,7 @@ A._MenuItem0.prototype = { createRenderObject$1(context) { var t1 = new A._RenderMenuItem0(this.onLayout, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -205429,7 +208327,7 @@ t1 = _this._box$_size = B.Size_0_0; else { t2 = type$.BoxConstraints; - t1.layout$2$parentUsesSize(0, t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); t2 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; @@ -205461,9 +208359,9 @@ t1.toString; t2 = this._framework$_element; t2.toString; - A.Navigator_of(t2, false).pop$1(0, t1.value); + A.Navigator_of(t2, false).pop$1(t1.value); }, - build$1(_, context) { + build$1(context) { var style, t2, item, _null = null, theme = A.Theme_of(context), popupMenuTheme = A.PopupMenuTheme_of(context), @@ -205476,12 +208374,12 @@ style = t2; } item = A.AnimatedDefaultTextStyle$(A.Container$(B.AlignmentDirectional_m1_0, t1.child, B.Clip_0, _null, new A.BoxConstraints(0, 1 / 0, 48, 1 / 0), _null, _null, _null, _null, _null, B.EdgeInsets_16_0_16_0, _null, _null, _null), B.C__Linear, B.Duration_200000, true, style); - t1 = A.InkWell$(false, _null, true, item, _null, true, _null, _null, _null, _null, _null, new A._EffectiveMouseCursor(_null, popupMenuTheme.mouseCursor), _null, _null, _null, _null, _null, this.get$handleTap(), _null, _null, _null, _null, _null, _null); - return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null), _null); + t1 = A.InkWell$(false, _null, true, item, _null, true, _null, _null, _null, _null, _null, new A._EffectiveMouseCursor(_null, popupMenuTheme.mouseCursor), _null, _null, _null, _null, _null, this.get$handleTap(), _null, _null, _null, _null, _null, _null, _null); + return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null), _null); } }; A._PopupMenu.prototype = { - build$1(_, context) { + build$1(context) { var t4, t5, t6, i, i0, start, end, t7, opacity, item, _this = this, _null = null, t1 = _this.route, t2 = t1.items, @@ -205492,7 +208390,7 @@ for (t4 = t1.initialValue, t5 = t4 != null, t6 = 1.5 * unit, i = 0; i < t3.get$length(t2); i = i0) { i0 = i + 1; start = i0 * unit; - end = B.JSNumber_methods.clamp$2(start + t6, 0, 1); + end = A.clampDouble(start + t6, 0, 1); t7 = t1._animationProxy; opacity = new A.CurvedAnimation(t7, new A.Interval(start, end, B.C__Linear), _null); opacity._updateCurveDirection$1(t7.get$status(t7)); @@ -205506,8 +208404,8 @@ children.push(new A._MenuItem0(new A._PopupMenu_build_closure(_this, i), new A.FadeTransition(opacity, false, item, _null), _null)); } t2 = t3.get$length(t2); - t3 = A.SingleChildScrollView$(A.ListBody$(children, B.Axis_1), _null, B.DragStartBehavior_1, B.EdgeInsets_0_8_0_8, _null, _null, false, B.Axis_1); - t3 = A.IntrinsicWidth$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t3, _null), 56); + t3 = A.SingleChildScrollView$(A.ListBody$(children, B.Axis_1), _null, B.DragStartBehavior_1, B.EdgeInsets_0_8_0_8, _null, _null, _null, false, B.Axis_1); + t3 = A.IntrinsicWidth$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t3, _null), 56); t1 = t1._animationProxy; t1.toString; return A.AnimatedBuilder$(t1, new A._PopupMenu_build_closure0(_this, new A.CurveTween(B.Interval_75R5), popupMenuTheme, new A.CurveTween(new A.Interval(0, unit, B.C__Linear)), new A.CurveTween(new A.Interval(0, unit * t2, B.C__Linear))), new A.ConstrainedBox(B.BoxConstraints_EcO, t3, _null)); @@ -205517,7 +208415,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 675 + $signature: 460 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -205541,11 +208439,11 @@ t2 = t2._animationProxy; return A.FadeTransition$(false, A.Material$(B.Duration_200000, true, _null, new A.Align(B.AlignmentDirectional_1_m1, t7, _this.height.transform$1(0, t2.get$value(t2)), child, _null), B.Clip_0, t5, t6, _null, _null, t4, _null, _null, B.MaterialType_1), new A._AnimatedEvaluation(t3, t1, A._instanceType(t1)._eval$1("_AnimatedEvaluation"))); }, - $signature: 2134 + $signature: 1019 }; A._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { - return A.BoxConstraints$loose(new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight))).deflate$1(B.EdgeInsets_8_8_8_8.$add(0, this.padding)); + return A.BoxConstraints$loose(new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight))).deflate$1(B.EdgeInsets_8_8_8_8.$add(0, this.padding)); }, getPositionForChild$2(size, childSize) { var t5, selectedItemOffset, index, y0, x, x0, originCenter, subScreen, _this = this, @@ -205673,7 +208571,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: 677 + $signature: 614 }; A.PopupMenuButton.prototype = { createState$0() { @@ -205695,7 +208593,9 @@ t2._as(t1); t3 = _this._framework$_element; t3.toString; - t3 = A._lateReadCheck(A.Navigator_of(t3, false).__NavigatorState__overlayKey, "_overlayKey").get$currentState()._framework$_element.get$renderObject(); + t3 = A.Navigator_of(t3, false).__NavigatorState__overlayKey_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.get$currentState()._framework$_element.get$renderObject(); t3.toString; t2._as(t3); _this._widget.toString; @@ -205758,7 +208658,7 @@ t11 = A._setArrayType([], type$.JSArray_OverlayEntry); t12 = $.$get$ChangeNotifier__emptyListeners(); t13 = $.Zone__current; - $navigator.push$1(new A._PopupMenuRoute(position, items, t1, t3.initialValue, elevation, semanticLabel, shape, color, t6, _null, t5, _null, t2, new A.LabeledGlobalKey(_null, t4._eval$1("LabeledGlobalKey<_ModalScopeState<1?>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, new A._AsyncCompleter(new A._Future(t7, t8), t9), t10, t11, B.RouteSettings_null_null, new A.ValueNotifier(_null, t12, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t13, t8), t9), t4._eval$1("_PopupMenuRoute<1?>"))).then$1$1(0, new A.PopupMenuButtonState_showButtonMenu_closure(_this), type$.void); + $navigator.push$1(new A._PopupMenuRoute(position, items, t1, t3.initialValue, elevation, semanticLabel, shape, color, t6, _null, t5, _null, t2, new A.LabeledGlobalKey(_null, t4._eval$1("LabeledGlobalKey<_ModalScopeState<1?>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t7, t8), t9), t10, t11, B.RouteSettings_null_null, new A.ValueNotifier(_null, t12, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t13, t8), t9), t4._eval$1("_PopupMenuRoute<1?>"))).then$1$1(0, new A.PopupMenuButtonState_showButtonMenu_closure(_this), type$.void); } }, get$_popup_menu$_canRequestFocus() { @@ -205776,7 +208676,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, t4, _this = this, _null = null, iconTheme = A.IconTheme_of(context); _this._widget.toString; @@ -205790,7 +208690,7 @@ t1 = t1.get$showMenuTooltip(); } t2 = _this._widget.enabled ? _this.get$showButtonMenu() : _null; - return A.Tooltip$(A.InkWell$(false, _null, _this.get$_popup_menu$_canRequestFocus(), _this._widget.child, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null), t1); + return A.Tooltip$(A.InkWell$(false, _null, _this.get$_popup_menu$_canRequestFocus(), _this._widget.child, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null), t1); } t2 = t1.icon; if (t2 == null) @@ -205888,7 +208788,7 @@ t1 = this.value; if (t1 != null) expandedSemanticsValue = "" + B.JSNumber_methods.round$0(t1 * 100) + "%"; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, expandedSemanticsValue), false, false, false, child, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, expandedSemanticsValue), false, false, false, child, _null); }, get$value(receiver) { return this.value; @@ -205901,12 +208801,12 @@ paint.set$color(0, _this.backgroundColor); paint.set$style(0, B.PaintingStyle_0); t1 = size._dx; - canvas.drawRect$2(0, new A.Rect(0, 0, 0 + t1, 0 + size._dy), paint); + canvas.drawRect$2(new A.Rect(0, 0, 0 + t1, 0 + size._dy), paint); paint.set$color(0, _this.valueColor); t2 = new A._LinearProgressIndicatorPainter_paint_drawBar(_this, size, canvas, paint); t3 = _this.value; if (t3 != null) - t2.call$2(0, B.JSNumber_methods.clamp$2(t3, 0, 1) * t1); + t2.call$2(0, A.clampDouble(t3, 0, 1) * t1); else { t3 = _this.animationValue; x1 = t1 * B.Interval_unQ.transform$1(0, t3); @@ -205919,7 +208819,7 @@ }, shouldRepaint$1(oldPainter) { var _this = this; - return !J.$eq$(oldPainter.backgroundColor, _this.backgroundColor) || !J.$eq$(oldPainter.valueColor, _this.valueColor) || oldPainter.value != _this.value || oldPainter.animationValue !== _this.animationValue || oldPainter.textDirection != _this.textDirection; + return !J.$eq$(oldPainter.backgroundColor, _this.backgroundColor) || !J.$eq$(oldPainter.valueColor, _this.valueColor) || oldPainter.value != _this.value || oldPainter.animationValue != _this.animationValue || oldPainter.textDirection != _this.textDirection; }, get$value(receiver) { return this.value; @@ -205940,9 +208840,9 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - _this.canvas.drawRect$2(0, new A.Rect(left, 0, left + width, 0 + _this.size._dy), _this.paint); + _this.canvas.drawRect$2(new A.Rect(left, 0, left + width, 0 + _this.size._dy), _this.paint); }, - $signature: 2136 + $signature: 1020 }; A.LinearProgressIndicator.prototype = { createState$0() { @@ -205954,34 +208854,45 @@ var t1, _this = this; _this.super$State$initState(); t1 = A.AnimationController$(null, B.Duration_1800000, null, 1, null, _this); - _this.___LinearProgressIndicatorState__controller = t1; + _this.___LinearProgressIndicatorState__controller_A = t1; if (_this._widget.value == null) - A._lateReadCheck(t1, "_controller").repeat$0(0); + t1.repeat$0(0); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this, - _s11_ = "_controller"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.value == null) { - t1 = A._lateReadCheck(_this.___LinearProgressIndicatorState__controller, _s11_)._ticker; - t1 = !(t1 != null && t1._ticker$_future != null); + t1 = _this._widget.value == null; + if (t1) { + t2 = _this.___LinearProgressIndicatorState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._ticker; + t2 = !(t2 != null && t2._ticker$_future != null); } else - t1 = false; - if (t1) - A._lateReadCheck(_this.___LinearProgressIndicatorState__controller, _s11_).repeat$0(0); - else { - if (_this._widget.value != null) { - t1 = A._lateReadCheck(_this.___LinearProgressIndicatorState__controller, _s11_)._ticker; + t2 = false; + if (t2) { + t1 = _this.___LinearProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.repeat$0(0); + } else { + if (!t1) { + t1 = _this.___LinearProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._ticker; t1 = t1 != null && t1._ticker$_future != null; } else t1 = false; - if (t1) - A._lateReadCheck(_this.___LinearProgressIndicatorState__controller, _s11_).stop$0(0); + if (t1) { + t1 = _this.___LinearProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); + } } }, - dispose$0(_) { - A._lateReadCheck(this.___LinearProgressIndicatorState__controller, "_controller").dispose$0(0); - this.super$__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___LinearProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin$dispose(); }, _buildIndicator$3(context, animationValue, textDirection) { var trackColor, minHeight, _null = null, @@ -205999,23 +208910,33 @@ minHeight = 4; return t1._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.CustomPaint$(_null, _null, _null, new A._LinearProgressIndicatorPainter(trackColor, t1._getValueColor$1(context), this._widget.value, animationValue, textDirection, _null), B.Size_0_0), B.Clip_0, _null, new A.BoxConstraints(1 / 0, 1 / 0, minHeight, 1 / 0), _null, _null, _null, _null, _null, _null, _null, _null, _null), context); }, - build$1(_, context) { + build$1(context) { var textDirection, _this = this, - _s11_ = "_controller", t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; textDirection = t1.textDirection; - if (_this._widget.value != null) - return _this._buildIndicator$3(context, A._lateReadCheck(A._lateReadCheck(_this.___LinearProgressIndicatorState__controller, _s11_).__AnimationController__value, "_value"), textDirection); - return A.AnimatedBuilder$(A._lateReadCheck(_this.___LinearProgressIndicatorState__controller, _s11_), new A._LinearProgressIndicatorState_build_closure(_this, textDirection), null); + if (_this._widget.value != null) { + t1 = _this.___LinearProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return _this._buildIndicator$3(context, t1, textDirection); + } + t1 = _this.___LinearProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.AnimatedBuilder$(t1, new A._LinearProgressIndicatorState_build_closure(_this, textDirection), null); } }; A._LinearProgressIndicatorState_build_closure.prototype = { call$2(context, child) { - var t1 = this.$this; - return t1._buildIndicator$3(context, A._lateReadCheck(A._lateReadCheck(t1.___LinearProgressIndicatorState__controller, "_controller").__AnimationController__value, "_value"), this.textDirection); + var t1 = this.$this, + t2 = t1.___LinearProgressIndicatorState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t1._buildIndicator$3(context, t2, this.textDirection); }, - $signature: 194 + $signature: 184 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -206032,11 +208953,11 @@ backgroundPaint.set$color(0, t3); backgroundPaint.set$strokeWidth(t2); backgroundPaint.set$style(0, B.PaintingStyle_1); - canvas.drawArc$5(0, new A.Rect(0, 0, 0 + size._dx, 0 + size._dy), 0, 6.282185307179586, false, backgroundPaint); + canvas.drawArc$5(new A.Rect(0, 0, 0 + size._dx, 0 + size._dy), 0, 6.282185307179586, false, backgroundPaint); } if (_this.value == null) paint.set$strokeCap(B.StrokeCap_2); - canvas.drawArc$5(0, new A.Rect(0, 0, 0 + size._dx, 0 + size._dy), _this.arcStart, _this.arcSweep, false, paint); + canvas.drawArc$5(new A.Rect(0, 0, 0 + size._dx, 0 + size._dy), _this.arcStart, _this.arcSweep, false, paint); }, shouldRepaint$1(oldPainter) { var _this = this; @@ -206059,34 +208980,45 @@ var t1, _this = this; _this.super$State$initState(); t1 = A.AnimationController$(null, B.Duration_2961926000, null, 1, null, _this); - _this.___CircularProgressIndicatorState__controller = t1; + _this.___CircularProgressIndicatorState__controller_A = t1; if (_this._widget.value == null) - A._lateReadCheck(t1, "_controller").repeat$0(0); + t1.repeat$0(0); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this, - _s11_ = "_controller"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.value == null) { - t1 = A._lateReadCheck(_this.___CircularProgressIndicatorState__controller, _s11_)._ticker; - t1 = !(t1 != null && t1._ticker$_future != null); + t1 = _this._widget.value == null; + if (t1) { + t2 = _this.___CircularProgressIndicatorState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._ticker; + t2 = !(t2 != null && t2._ticker$_future != null); } else - t1 = false; - if (t1) - A._lateReadCheck(_this.___CircularProgressIndicatorState__controller, _s11_).repeat$0(0); - else { - if (_this._widget.value != null) { - t1 = A._lateReadCheck(_this.___CircularProgressIndicatorState__controller, _s11_)._ticker; + t2 = false; + if (t2) { + t1 = _this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.repeat$0(0); + } else { + if (!t1) { + t1 = _this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._ticker; t1 = t1 != null && t1._ticker$_future != null; } else t1 = false; - if (t1) - A._lateReadCheck(_this.___CircularProgressIndicatorState__controller, _s11_).stop$0(0); + if (t1) { + t1 = _this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); + } } }, - dispose$0(_) { - A._lateReadCheck(this.___CircularProgressIndicatorState__controller, "_controller").dispose$0(0); - this.super$__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin$dispose(); }, _buildMaterialIndicator$5(context, headValue, tailValue, offsetValue, rotationValue) { var trackColor, t2, t3, t4, _null = null, @@ -206100,9 +209032,11 @@ return t1._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.CustomPaint$(_null, _null, _null, A._CircularProgressIndicatorPainter$(trackColor, headValue, offsetValue, rotationValue, t3.strokeWidth, tailValue, t4, t2), B.Size_0_0), B.Clip_0, _null, B.BoxConstraints_mlX1, _null, _null, _null, _null, _null, _null, _null, _null, _null), context); }, _buildAnimation$0() { - return A.AnimatedBuilder$(A._lateReadCheck(this.___CircularProgressIndicatorState__controller, "_controller"), new A._CircularProgressIndicatorState__buildAnimation_closure(this), null); + var t1 = this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.AnimatedBuilder$(t1, new A._CircularProgressIndicatorState__buildAnimation_closure(this), null); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget; t1.toString; switch (0) { @@ -206116,26 +209050,26 @@ A._CircularProgressIndicatorState__buildAnimation_closure.prototype = { call$2(context, child) { var t4, t5, t6, - _s11_ = "_controller", t1 = this.$this, t2 = $.$get$_CircularProgressIndicatorState__strokeHeadTween(), - t3 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t3 = t1.___CircularProgressIndicatorState__controller_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t2.toString; t3 = t2.transform$1(0, t3.get$value(t3)); t2 = $.$get$_CircularProgressIndicatorState__strokeTailTween(); - t4 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t4 = t1.___CircularProgressIndicatorState__controller_A; t2.toString; t4 = t2.transform$1(0, t4.get$value(t4)); t2 = $.$get$_CircularProgressIndicatorState__offsetTween(); - t5 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t5 = t1.___CircularProgressIndicatorState__controller_A; t2.toString; t5 = t2.transform$1(0, t5.get$value(t5)); t2 = $.$get$_CircularProgressIndicatorState__rotationTween(); - t6 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t6 = t1.___CircularProgressIndicatorState__controller_A; t2.toString; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 194 + $signature: 184 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -206160,7 +209094,7 @@ paint.set$color(0, _this.valueColor); paint.set$strokeWidth(t2); paint.set$style(0, B.PaintingStyle_0); - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); } } }; @@ -206173,23 +209107,26 @@ } }; A._RefreshProgressIndicatorState.prototype = { - build$1(_, context) { + build$1(context) { var t1, value0, _this = this, value = _this._widget.value; if (value != null) { _this._progress_indicator$_lastValue = value; - t1 = A._lateReadCheck(_this.___CircularProgressIndicatorState__controller, "_controller"); - value0 = _this.___RefreshProgressIndicatorState__convertTween; + t1 = _this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + value0 = _this.___RefreshProgressIndicatorState__convertTween_FI; if (value0 === $) { - A._lateInitializeOnceCheck(value0, "_convertTween"); - value0 = _this.___RefreshProgressIndicatorState__convertTween = new A.CurveTween(B.Interval_75R7); + value0 !== $ && A.throwUnnamedLateFieldADI(); + value0 = _this.___RefreshProgressIndicatorState__convertTween_FI = new A.CurveTween(B.Interval_75R7); } t1.set$value(0, value0.transform$1(0, value) * 0.000225022502250225); } return _this._buildAnimation$0(); }, _buildAnimation$0() { - return A.AnimatedBuilder$(A._lateReadCheck(this.___CircularProgressIndicatorState__controller, "_controller"), new A._RefreshProgressIndicatorState__buildAnimation_closure(this), null); + var t1 = this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.AnimatedBuilder$(t1, new A._RefreshProgressIndicatorState__buildAnimation_closure(this), null); }, _buildMaterialIndicator$5(context, headValue, tailValue, offsetValue, rotationValue) { var rotation, value0, t2, t3, result, valueColor, backgroundColor, t4, t5, _this = this, _null = null, @@ -206199,13 +209136,13 @@ if (t1 && _this._progress_indicator$_lastValue == null) rotation = 0; else { - value0 = _this.___RefreshProgressIndicatorState__additionalRotationTween; + value0 = _this.___RefreshProgressIndicatorState__additionalRotationTween_FI; if (value0 === $) { t2 = type$.Tween_double; t3 = type$.TweenSequenceItem_double; result = A.TweenSequence$(A._setArrayType([new A.TweenSequenceItem(new A.Tween(-0.1, -0.2, t2), 0.33, t3), new A.TweenSequenceItem(new A.Tween(-0.2, 1.35, t2), 0.6699999999999999, t3)], type$.JSArray_TweenSequenceItem_double), type$.double); - A._lateInitializeOnceCheck(_this.___RefreshProgressIndicatorState__additionalRotationTween, "_additionalRotationTween"); - _this.___RefreshProgressIndicatorState__additionalRotationTween = result; + _this.___RefreshProgressIndicatorState__additionalRotationTween_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___RefreshProgressIndicatorState__additionalRotationTween_FI = result; value0 = result; } if (t1) { @@ -206233,35 +209170,35 @@ A._RefreshProgressIndicatorState__buildAnimation_closure.prototype = { call$2(context, child) { var t4, t5, t6, - _s11_ = "_controller", t1 = this.$this, t2 = $.$get$_CircularProgressIndicatorState__strokeHeadTween(), - t3 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t3 = t1.___CircularProgressIndicatorState__controller_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t2.toString; t3 = t2.transform$1(0, t3.get$value(t3)); t2 = $.$get$_CircularProgressIndicatorState__strokeTailTween(); - t4 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t4 = t1.___CircularProgressIndicatorState__controller_A; t2.toString; t4 = t2.transform$1(0, t4.get$value(t4)); t2 = $.$get$_CircularProgressIndicatorState__offsetTween(); - t5 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t5 = t1.___CircularProgressIndicatorState__controller_A; t2.toString; t5 = t2.transform$1(0, t5.get$value(t5)); t2 = $.$get$_CircularProgressIndicatorState__rotationTween(); - t6 = A._lateReadCheck(t1.___CircularProgressIndicatorState__controller, _s11_); + t6 = t1.___CircularProgressIndicatorState__controller_A; t2.toString; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 194 + $signature: 184 }; A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -206270,13 +209207,13 @@ } }; A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -206332,9 +209269,9 @@ if ((t2 == null ? t1 == null : t2 === t1) !== (t3 == null ? t4 == null : t3 === t4)) this.animateToValue$0(); }, - dispose$0(_) { - this._radio$_painter.dispose$0(0); - this.super$__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(0); + dispose$0() { + this._radio$_painter.dispose$0(); + this.super$__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(); }, get$onChanged() { this._widget.toString; @@ -206357,7 +209294,7 @@ t1.toString; return new A._MaterialStatePropertyWith(new A._RadioState__defaultFillColor_closure(A.Theme_of(t1)), type$._MaterialStatePropertyWith_Color); }, - build$1(_, context) { + build$1(context) { var radioTheme, t1, effectiveMaterialTapTargetSize, effectiveVisualDensity, size, activeStates, inactiveStates, effectiveActiveColor, effectiveInactiveColor, focusedStates, t2, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, t3, t4, _this = this, _null = null, themeData = A.Theme_of(context); context.dependOnInheritedWidgetOfExactType$1$0(type$.RadioTheme); @@ -206433,10 +209370,18 @@ t2 = t1.value; t1 = t1.groupValue; t3 = _this._radio$_painter; - t3.set$position(0, A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position")); - t3.set$reaction(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reaction, "_reaction")); - t3.set$reactionFocusFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade, "_reactionFocusFade")); - t3.set$reactionHoverFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade, "_reactionHoverFade")); + t4 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3.set$position(0, t4); + t4 = _this.ToggleableStateMixin___ToggleableStateMixin__reaction_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3.set$reaction(t4); + t4 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3.set$reactionFocusFade(t4); + t4 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3.set$reactionHoverFade(t4); t3.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); t3.set$reactionColor(effectiveActivePressedOverlayColor); t3.set$hoverColor(effectiveHoverOverlayColor); @@ -206450,7 +209395,7 @@ t3.set$activeColor(effectiveActiveColor); t3.set$inactiveColor(effectiveInactiveColor); t3 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._RadioState_build_closure(_this, radioTheme), type$._MaterialStatePropertyWith_MouseCursor), t3, size); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 == null ? t1 == null : t2 === t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t3, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 == null ? t1 == null : t2 === t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t3, _null); } }; A._RadioState__widgetFillColor_closure.prototype = { @@ -206461,7 +209406,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 220 + $signature: 215 }; A._RadioState__defaultFillColor_closure.prototype = { call$1(states) { @@ -206471,7 +209416,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 116 + $signature: 115 }; A._RadioState_build_closure.prototype = { call$1(states) { @@ -206482,7 +209427,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 509 + $signature: 465 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -206500,12 +209445,12 @@ paint.set$color(0, t3); paint.set$style(0, B.PaintingStyle_1); paint.set$strokeWidth(2); - canvas.drawCircle$3(0, center, 8, paint); + canvas.drawCircle$3(center, 8, paint); t1 = _this._toggleable$_position; if (t1.get$status(t1) !== B.AnimationStatus_0) { paint.set$style(0, B.PaintingStyle_0); t1 = _this._toggleable$_position; - canvas.drawCircle$3(0, center, 4.5 * t1.get$value(t1), paint); + canvas.drawCircle$3(center, 4.5 * t1.get$value(t1), paint); } } }; @@ -206515,13 +209460,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype = { @@ -206532,29 +209477,37 @@ t2 = t1.value; t1 = t1.groupValue; t3 = A.AnimationController$(_null, B.Duration_200000, _null, 1, (t2 == null ? t1 != null : t2 !== t1) ? 0 : 1, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__positionController = t3; - _this.ToggleableStateMixin___ToggleableStateMixin__position = A.CurvedAnimation$(B.Cubic_JUR0, A._lateReadCheck(t3, "_positionController"), B.Cubic_xDo0); + _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A = t3; + _this.ToggleableStateMixin___ToggleableStateMixin__position_A = A.CurvedAnimation$(B.Cubic_JUR0, t3, B.Cubic_xDo0); t3 = A.AnimationController$(_null, B.Duration_100000, _null, 1, _null, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionController = t3; - _this.ToggleableStateMixin___ToggleableStateMixin__reaction = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t3, "_reactionController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A = t3; + _this.ToggleableStateMixin___ToggleableStateMixin__reaction_A = A.CurvedAnimation$(B.Cubic_ifx, t3, _null); t1 = A.AnimationController$(_null, B.Duration_50000, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionHoverFadeController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t1 = A.AnimationController$(_null, B.Duration_50000, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionFocusFadeController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, "_positionController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController, "_reactionHoverFadeController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController, "_reactionFocusFadeController").dispose$0(0); - _this.super$__RadioState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var _this = this, + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__RadioState_State_TickerProviderStateMixin$dispose(); } }; A.RadioListTile.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.activeColor, control = A.Radio$(t1, false, _this.groupValue, B.MaterialTapTargetSize_1, _this.onChanged, true, _this.value, _this.$ti._precomputed1); @@ -206565,7 +209518,7 @@ } if (t1 == null) t1 = A.Theme_of(context).toggleableActiveColor; - return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, control, _null, new A.RadioListTile_build_closure(_this), false, _null, _null, _this.subtitle, _null, _this.title, _null, _null), t1), _null); + return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, control, _null, new A.RadioListTile_build_closure(_this), false, _null, _null, _this.subtitle, _null, _this.title, _null, _null), t1, _null), _null); }, get$value(receiver) { return this.value; @@ -206612,17 +209565,6 @@ return t1; } }; - A._LerpProperties1.prototype = { - resolve$1(_, states) { - var resolvedB, _this = this, - t1 = _this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = _this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); - }, - $isMaterialStateProperty: 1 - }; A._RadioThemeData_Object_Diagnosticable.prototype = {}; A._RefreshIndicatorMode.prototype = { toString$0(_) { @@ -206647,43 +209589,39 @@ }; A.RefreshIndicatorState.prototype = { initState$0() { - var t1, t2, t3, _this = this, _null = null, - _s19_ = "_positionController"; + var t1, t2, t3, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); - _this.__RefreshIndicatorState__positionController = t1; - t1 = A._lateReadCheck(t1, _s19_); + t1 = _this.__RefreshIndicatorState__positionController_A = A.AnimationController$(_null, _null, _null, 1, _null, _this); t2 = $.$get$RefreshIndicatorState__kDragSizeFactorLimitTween(); t3 = type$.Animation_double; t3._as(t1); t2.toString; - _this.__RefreshIndicatorState__positionFactor = new A._AnimatedEvaluation(t1, t2, t2.$ti._eval$1("_AnimatedEvaluation")); - t2 = A._lateReadCheck(_this.__RefreshIndicatorState__positionController, _s19_); - t1 = $.$get$RefreshIndicatorState__threeQuarterTween(); - t3._as(t2); - t1.toString; - _this.__RefreshIndicatorState__value = new A._AnimatedEvaluation(t2, t1, t1.$ti._eval$1("_AnimatedEvaluation")); - t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); - _this.__RefreshIndicatorState__scaleController = t1; - t1 = A._lateReadCheck(t1, "_scaleController"); - t2 = $.$get$RefreshIndicatorState__oneToZeroTween(); + _this.__RefreshIndicatorState__positionFactor_A = new A._AnimatedEvaluation(t1, t2, t2.$ti._eval$1("_AnimatedEvaluation")); + t2 = $.$get$RefreshIndicatorState__threeQuarterTween(); t3._as(t1); t2.toString; - _this.__RefreshIndicatorState__scaleFactor = new A._AnimatedEvaluation(t1, t2, t2.$ti._eval$1("_AnimatedEvaluation")); + _this.__RefreshIndicatorState__value_A = new A._AnimatedEvaluation(t1, t2, t2.$ti._eval$1("_AnimatedEvaluation")); + t2 = A.AnimationController$(_null, _null, _null, 1, _null, _this); + _this.__RefreshIndicatorState__scaleController_A = t2; + t1 = $.$get$RefreshIndicatorState__oneToZeroTween(); + t3._as(t2); + t1.toString; + _this.__RefreshIndicatorState__scaleFactor_A = new A._AnimatedEvaluation(t2, t1, t1.$ti._eval$1("_AnimatedEvaluation")); }, didChangeDependencies$0() { var theme, t2, t3, t4, _this = this, t1 = _this._framework$_element; t1.toString; theme = A.Theme_of(t1); - t1 = A._lateReadCheck(_this.__RefreshIndicatorState__positionController, "_positionController"); + t1 = _this.__RefreshIndicatorState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._widget.toString; t2 = theme.colorScheme.primary; t3 = A.Color$fromARGB(0, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); _this._widget.toString; t2 = A.Color$fromARGB(255, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); t4 = type$.ColorTween._eval$1("_ChainedEvaluation"); - _this.__RefreshIndicatorState__valueColor = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(B.Interval_75R6), new A.ColorTween(t3, t2), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__RefreshIndicatorState__valueColor_A = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(B.Interval_75R6), new A.ColorTween(t3, t2), t4), t4._eval$1("_AnimatedEvaluation")); _this.super$State$didChangeDependencies(); }, didUpdateWidget$1(oldWidget) { @@ -206691,10 +209629,14 @@ oldWidget.toString; this._widget.toString; }, - dispose$0(_) { - A._lateReadCheck(this.__RefreshIndicatorState__positionController, "_positionController").dispose$0(0); - A._lateReadCheck(this.__RefreshIndicatorState__scaleController, "_scaleController").dispose$0(0); - this.super$_RefreshIndicatorState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.__RefreshIndicatorState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = this.__RefreshIndicatorState__scaleController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$_RefreshIndicatorState_State_TickerProviderStateMixin$dispose(); }, _refresh_indicator$_handleScrollNotification$1(notification) { var t1, t2, indicatorAtTopNow, t3, t4, _this = this, @@ -206806,17 +209748,17 @@ } return false; }, - _handleGlowNotification$1(notification) { + _handleIndicatorNotification$1(notification) { if (notification.ViewportNotificationMixin__depth !== 0 || !notification.leading) return false; if (this._refresh_indicator$_mode === B._RefreshIndicatorMode_0) { - notification._accepted = false; + notification.accepted = false; return true; } return false; }, _refresh_indicator$_start$1(_, direction) { - var _this = this; + var t1, _this = this; switch (direction.index) { case 2: case 0: @@ -206830,8 +209772,12 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } _this._dragOffset = 0; - A._lateReadCheck(_this.__RefreshIndicatorState__scaleController, "_scaleController").set$value(0, 0); - A._lateReadCheck(_this.__RefreshIndicatorState__positionController, "_positionController").set$value(0, 0); + t1 = _this.__RefreshIndicatorState__scaleController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, 0); + t1 = _this.__RefreshIndicatorState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, 0); return true; }, _checkDragOffset$1(containerExtent) { @@ -206841,14 +209787,17 @@ newValue = t1 / (containerExtent * 0.25); if (_this._refresh_indicator$_mode === B._RefreshIndicatorMode_1) newValue = Math.max(newValue, 0.6666666666666666); - A._lateReadCheck(_this.__RefreshIndicatorState__positionController, "_positionController").set$value(0, B.JSNumber_methods.clamp$2(newValue, 0, 1)); + t1 = _this.__RefreshIndicatorState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, A.clampDouble(newValue, 0, 1)); if (_this._refresh_indicator$_mode === B._RefreshIndicatorMode_0) { - t1 = A._lateReadCheck(_this.__RefreshIndicatorState__valueColor, "_valueColor"); - t2 = t1._evaluatable; - t1 = t1.parent; - t1 = t2.transform$1(0, t1.get$value(t1)); - t1.toString; - t1 = (J.get$value$x(t1) >>> 24 & 255) === 255; + t1 = _this.__RefreshIndicatorState__valueColor_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + t2 = t1._evaluatable.transform$1(0, t2.get$value(t2)); + t2.toString; + t2 = (J.get$value$x(t2) >>> 24 & 255) === 255; + t1 = t2; } else t1 = false; if (t1) @@ -206908,7 +209857,8 @@ break; case 5: // case - t1 = A._lateReadCheck($async$self.__RefreshIndicatorState__scaleController, "_scaleController"); + t1 = $async$self.__RefreshIndicatorState__scaleController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._direction = B._AnimationDirection_0; $async$goto = 12; return A._asyncAwait(t1._animateToInternal$3$curve$duration(1, B.C__Linear, B.Duration_200000), $async$_dismiss$1); @@ -206919,7 +209869,8 @@ break; case 6: // case - t1 = A._lateReadCheck($async$self.__RefreshIndicatorState__positionController, "_positionController"); + t1 = $async$self.__RefreshIndicatorState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._direction = B._AnimationDirection_0; $async$goto = 13; return A._asyncAwait(t1._animateToInternal$3$curve$duration(0, B.C__Linear, B.Duration_200000), $async$_dismiss$1); @@ -206958,26 +209909,29 @@ var t2, t1 = $.Zone__current; this._refresh_indicator$_mode = B._RefreshIndicatorMode_2; - t2 = A._lateReadCheck(this.__RefreshIndicatorState__positionController, "_positionController"); + t2 = this.__RefreshIndicatorState__positionController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t2._direction = B._AnimationDirection_0; t2._animateToInternal$3$curve$duration(0.6666666666666666, B.C__Linear, B.Duration_150000).then$1$1(0, new A.RefreshIndicatorState__show_closure(this, new A._AsyncCompleter(new A._Future(t1, type$._Future_void), type$._AsyncCompleter_void)), type$.void); }, - build$1(_, context) { - var t3, t4, _this = this, _null = null, + build$1(context) { + var t3, t4, t5, _this = this, _null = null, t1 = _this._widget.child, t2 = _this._refresh_indicator$_mode, showIndeterminateIndicator = t2 === B._RefreshIndicatorMode_3 || t2 === B._RefreshIndicatorMode_4; - t1 = A._setArrayType([new A.NotificationListener(_this.get$_refresh_indicator$_handleScrollNotification(), new A.NotificationListener(_this.get$_handleGlowNotification(), t1, _null, type$.NotificationListener_OverscrollIndicatorNotification), _null, type$.NotificationListener_ScrollNotification)], type$.JSArray_Widget); + t1 = A._setArrayType([new A.NotificationListener(_this.get$_refresh_indicator$_handleScrollNotification(), new A.NotificationListener(_this.get$_handleIndicatorNotification(), t1, _null, type$.NotificationListener_OverscrollIndicatorNotification), _null, type$.NotificationListener_ScrollNotification)], type$.JSArray_Widget); if (_this._refresh_indicator$_mode != null) { t2 = _this._isIndicatorAtTop; t2.toString; _this._widget.toString; t2 = !t2 ? 0 : _null; - t3 = A._lateReadCheck(_this.__RefreshIndicatorState__positionFactor, "_positionFactor"); - _this._isIndicatorAtTop.toString; - _this._widget.toString; - t4 = A._lateReadCheck(_this.__RefreshIndicatorState__scaleFactor, "_scaleFactor"); - t1.push(A.Positioned$(t2, A.SizeTransition$(B.Axis_1, 1, A.Container$(B.Alignment_0_m1, A.ScaleTransition$(B.Alignment_0_0, A.AnimatedBuilder$(A._lateReadCheck(_this.__RefreshIndicatorState__positionController, "_positionController"), new A.RefreshIndicatorState_build_closure(_this, showIndeterminateIndicator), _null), t4), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(0, 40, 0, 0), _null, _null, _null), t3), _null, _null, 0, 0, 0, _null)); + t3 = _this.__RefreshIndicatorState__positionFactor_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__RefreshIndicatorState__scaleFactor_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__RefreshIndicatorState__positionController_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.Positioned$(t2, A.SizeTransition$(B.Axis_1, 1, A.Container$(B.Alignment_0_m1, A.ScaleTransition$(B.Alignment_0_0, A.AnimatedBuilder$(t5, new A.RefreshIndicatorState_build_closure(_this, showIndeterminateIndicator), _null), t4), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(0, 40, 0, 0), _null, _null, _null), t3), _null, _null, 0, 0, 0, _null)); } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); } @@ -207012,7 +209966,7 @@ refreshResult.whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 88 + $signature: 92 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -207042,16 +209996,18 @@ if (this.showIndeterminateIndicator) t3 = _null; else { - t3 = A._lateReadCheck(t1.__RefreshIndicatorState__value, "_value"); - t4 = t3._evaluatable; - t3 = t3.parent; - t3 = t4.transform$1(0, t3.get$value(t3)); + t3 = t1.__RefreshIndicatorState__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.parent; + t4 = t3._evaluatable.transform$1(0, t4.get$value(t4)); + t3 = t4; } - t4 = A._lateReadCheck(t1.__RefreshIndicatorState__valueColor, "_valueColor"); + t4 = t1.__RefreshIndicatorState__valueColor_A; + t4 === $ && A.throwUnnamedLateFieldNI(); t1._widget.toString; return new A.RefreshProgressIndicator(2.5, t3, _null, _null, t4, t2, _null, _null); }, - $signature: 2141 + $signature: 1025 }; A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -207059,13 +210015,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.ReorderableListView.prototype = { @@ -207083,7 +210039,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 176 + $signature: 151 }; A._ReorderableListViewState.prototype = { _wrapWithSemantics$2(child, index) { @@ -207106,7 +210062,7 @@ semanticsActions.$indexSet(0, new A.CustomSemanticsAction(reorderItemAfter, _null, _null), new A._ReorderableListViewState__wrapWithSemantics_moveAfter(t1, index)); semanticsActions.$indexSet(0, new A.CustomSemanticsAction(t2.get$reorderItemToEnd(), _null, _null), new A._ReorderableListViewState__wrapWithSemantics_moveToEnd(_this, t1, index)); } - return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, semanticsActions, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, child, _null), _null); + return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, semanticsActions, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, child, _null), _null); }, _itemBuilder$2(context, index) { var itemGlobalKey, _this = this, _null = null, @@ -207139,7 +210095,7 @@ _proxyDecorator$3(child, index, animation) { return A.AnimatedBuilder$(animation, new A._ReorderableListViewState__proxyDecorator_closure(animation), child); }, - build$1(_, context) { + build$1(context) { var headerPadding, footerPadding, listPadding, t1, t2, t3, t4, t5, t6, t7, _this = this, _null = null; _this._widget.toString; headerPadding = A._Cell$named("headerPadding"); @@ -207169,7 +210125,7 @@ if (startIndex != endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 291 + $signature: 480 }; A._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -207200,11 +210156,13 @@ A._ReorderableListViewState__proxyDecorator_closure.prototype = { call$2(context, child) { var _null = null, - t1 = A.lerpDouble(0, 6, B.Cubic_xDo.transform$1(0, A._lateReadCheck(this.animation.__AnimationController__value, "_value"))); + t1 = this.animation.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.lerpDouble(0, 6, B.Cubic_xDo.transform$1(0, t1)); 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: 2145 + $signature: 1027 }; A._ReorderableListViewChildGlobalKey.prototype = { $eq(_, other) { @@ -207270,7 +210228,7 @@ t1.cancel$0(0); _this._snackBarTimer = null; }, - build$1(_, context) { + build$1(context) { var t1, route, _this = this; _this._accessibleNavigation = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.accessibleNavigation; t1 = _this._snackBars; @@ -207281,12 +210239,12 @@ } return new A._ScaffoldMessengerScope(_this, _this._widget.child, null); }, - dispose$0(_) { + dispose$0() { var t1 = this._snackBarTimer; if (t1 != null) t1.cancel$0(0); this._snackBarTimer = null; - this.super$_ScaffoldMessengerState_State_TickerProviderStateMixin$dispose(0); + this.super$_ScaffoldMessengerState_State_TickerProviderStateMixin$dispose(); } }; A.ScaffoldMessengerState_hideCurrentSnackBar_closure.prototype = { @@ -207295,7 +210253,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 88 + $signature: 92 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -207370,7 +210328,7 @@ } }; A._BodyBuilder.prototype = { - build$1(_, context) { + build$1(context) { return this.body; }, get$body(receiver) { @@ -207417,7 +210375,7 @@ bodyMaxHeight = Math.max(0, contentBottom - contentTop); t3 = _this.extendBody; if (t3) - bodyMaxHeight = B.JSNumber_methods.clamp$2(bodyMaxHeight + bottomWidgetsHeight, 0, looseConstraints.maxHeight - contentTop); + bodyMaxHeight = A.clampDouble(bodyMaxHeight + bottomWidgetsHeight, 0, looseConstraints.maxHeight - contentTop); t4 = materialBannerSize._dy; t3 = t3 ? bottomWidgetsHeight : 0; _this.layoutChild$2(B._ScaffoldSlot_0, new A._BodyBoxConstraints(t3, appBarHeight, t4, 0, fullWidthConstraints.maxWidth, 0, bodyMaxHeight)); @@ -207470,7 +210428,7 @@ }, shouldRelayout$1(oldDelegate) { var _this = this; - return !oldDelegate.minInsets.$eq(0, _this.minInsets) || oldDelegate.textDirection != _this.textDirection || oldDelegate.floatingActionButtonMoveAnimationProgress !== _this.floatingActionButtonMoveAnimationProgress || oldDelegate.previousFloatingActionButtonLocation != _this.previousFloatingActionButtonLocation || oldDelegate.currentFloatingActionButtonLocation != _this.currentFloatingActionButtonLocation || oldDelegate.extendBody !== _this.extendBody || false; + return !oldDelegate.minInsets.$eq(0, _this.minInsets) || !oldDelegate.minViewPadding.$eq(0, _this.minViewPadding) || oldDelegate.textDirection != _this.textDirection || oldDelegate.floatingActionButtonMoveAnimationProgress != _this.floatingActionButtonMoveAnimationProgress || oldDelegate.previousFloatingActionButtonLocation != _this.previousFloatingActionButtonLocation || oldDelegate.currentFloatingActionButtonLocation != _this.currentFloatingActionButtonLocation || oldDelegate.extendBody !== _this.extendBody || false; } }; A._FloatingActionButtonTransition.prototype = { @@ -207480,11 +210438,14 @@ }; A._FloatingActionButtonTransitionState.prototype = { initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); t1 = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); - t1.addStatusListener$1(_this.get$_handlePreviousAnimationStatusChanged()); - _this.___FloatingActionButtonTransitionState__previousController = t1; + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(_this.get$_handlePreviousAnimationStatusChanged()); + _this.___FloatingActionButtonTransitionState__previousController_A = t1; _this._scaffold$_updateAnimations$0(); t1 = _this._widget; if (t1.child != null) @@ -207492,13 +210453,14 @@ else t1.geometryNotifier._updateWith$1$floatingActionButtonScale(0); }, - dispose$0(_) { - A._lateReadCheck(this.___FloatingActionButtonTransitionState__previousController, "_previousController").dispose$0(0); - this.super$__FloatingActionButtonTransitionState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___FloatingActionButtonTransitionState__previousController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__FloatingActionButtonTransitionState_State_TickerProviderStateMixin$dispose(); }, didUpdateWidget$1(oldWidget) { - var t1, oldChildIsNull, t2, newChildIsNull, t3, _this = this, - _s19_ = "_previousController"; + var t1, oldChildIsNull, t2, newChildIsNull, t3, t4, t5, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.child; oldChildIsNull = t1 == null; @@ -207515,34 +210477,39 @@ t3 = _this._widget; if (t2 !== t3.fabMotionAnimator || oldWidget.fabMoveAnimation !== t3.fabMoveAnimation) _this._scaffold$_updateAnimations$0(); - if (A._lateReadCheck(A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousController, _s19_).__AnimationController__status, "_status") === B.AnimationStatus_0) { - t2 = A._lateReadCheck(_this._widget.currentController.__AnimationController__value, "_value"); - if (t2 === 0 || oldChildIsNull) { + t2 = _this.___FloatingActionButtonTransitionState__previousController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.__AnimationController__status_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3 === B.AnimationStatus_0) { + t3 = _this._widget; + t4 = t3.currentController; + t5 = t4.__AnimationController__value_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + if (t5 === 0 || oldChildIsNull) { _this._previousChild = null; - t1 = _this._widget; - if (t1.child != null) - t1.currentController.forward$0(0); + if (t3.child != null) + t4.forward$0(0); } else { _this._previousChild = t1; - t1 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousController, _s19_); - t1.set$value(0, t2); - t1.reverse$0(0); + t2.set$value(0, t5); + t2.reverse$0(0); _this._widget.currentController.set$value(0, 0); } } }, _scaffold$_updateAnimations$0() { - var t7, t8, t9, t10, moveScaleAnimation, t11, t12, moveRotationAnimation, _this = this, _null = null, - _s19_ = "_previousController", - _s22_ = "_currentScaleAnimation", - previousExitScaleAnimation = A.CurvedAnimation$(B.Cubic_JUR0, A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousController, _s19_), _null), - t1 = type$.Tween_double, - t2 = A.CurvedAnimation$(B.Cubic_JUR0, A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousController, _s19_), _null), - currentEntranceScaleAnimation = A.CurvedAnimation$(B.Cubic_JUR0, _this._widget.currentController, _null), - t3 = _this._widget, - t4 = t3.currentController, - t5 = $.$get$_FloatingActionButtonTransitionState__entranceTurnTween(), - t6 = type$.Animation_double; + var previousExitScaleAnimation, t2, currentEntranceScaleAnimation, t3, t4, t5, t6, t7, t8, t9, t10, moveScaleAnimation, t11, t12, moveRotationAnimation, _this = this, _null = null, + t1 = _this.___FloatingActionButtonTransitionState__previousController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + previousExitScaleAnimation = A.CurvedAnimation$(B.Cubic_JUR0, t1, _null); + t1 = type$.Tween_double; + t2 = A.CurvedAnimation$(B.Cubic_JUR0, _this.___FloatingActionButtonTransitionState__previousController_A, _null); + currentEntranceScaleAnimation = A.CurvedAnimation$(B.Cubic_JUR0, _this._widget.currentController, _null); + t3 = _this._widget; + t4 = t3.currentController; + t5 = $.$get$_FloatingActionButtonTransitionState__entranceTurnTween(); + t6 = type$.Animation_double; t6._as(t4); t5.toString; t3 = t3.fabMoveAnimation; @@ -207559,19 +210526,19 @@ t12 = $.$get$_ScalingFabMotionAnimator__thresholdCenterTween(); t12.toString; moveRotationAnimation = A._AnimationSwap$(new A._AnimatedEvaluation(t3, t11, t11.$ti._eval$1("_AnimatedEvaluation")), new A.ReverseAnimation(new A._AnimatedEvaluation(t3, t12, A._instanceType(t12)._eval$1("_AnimatedEvaluation")), new A.ObserverList(A._setArrayType([], t8), t9), 0), t3, 0.5, t10); - _this.___FloatingActionButtonTransitionState__previousScaleAnimation = A.AnimationMin$(moveScaleAnimation, previousExitScaleAnimation, t10); + _this.___FloatingActionButtonTransitionState__previousScaleAnimation_A = A.AnimationMin$(moveScaleAnimation, previousExitScaleAnimation, t10); t10 = A.AnimationMin$(moveScaleAnimation, currentEntranceScaleAnimation, t10); - _this.___FloatingActionButtonTransitionState__currentScaleAnimation = t10; - _this.___FloatingActionButtonTransitionState__extendedCurrentScaleAnimation = new A._AnimatedEvaluation(t6._as(A._lateReadCheck(t10, _s22_)), new A.CurveTween(B.Interval_75R1), t7); - _this.___FloatingActionButtonTransitionState__previousRotationAnimation = A.TrainHoppingAnimation$(new A._AnimatedEvaluation(t2, new A.Tween(1, 1, t1), t1._eval$1("_AnimatedEvaluation")), moveRotationAnimation, _null); - _this.___FloatingActionButtonTransitionState__currentRotationAnimation = A.TrainHoppingAnimation$(new A._AnimatedEvaluation(t4, t5, t5.$ti._eval$1("_AnimatedEvaluation")), moveRotationAnimation, _null); - t5 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__currentScaleAnimation, _s22_); + _this.___FloatingActionButtonTransitionState__currentScaleAnimation_A = t10; + _this.___FloatingActionButtonTransitionState__extendedCurrentScaleAnimation_A = new A._AnimatedEvaluation(t6._as(t10), new A.CurveTween(B.Interval_75R1), t7); + _this.___FloatingActionButtonTransitionState__previousRotationAnimation_A = A.TrainHoppingAnimation$(new A._AnimatedEvaluation(t2, new A.Tween(1, 1, t1), t1._eval$1("_AnimatedEvaluation")), moveRotationAnimation, _null); + _this.___FloatingActionButtonTransitionState__currentRotationAnimation_A = A.TrainHoppingAnimation$(new A._AnimatedEvaluation(t4, t5, t5.$ti._eval$1("_AnimatedEvaluation")), moveRotationAnimation, _null); + t5 = _this.___FloatingActionButtonTransitionState__currentScaleAnimation_A; t4 = _this.get$_onProgressChanged(); t5.didRegisterListener$0(); t5 = t5.AnimationLocalListenersMixin__listeners; t5._isDirty = true; t5._observer_list$_list.push(t4); - t5 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousScaleAnimation, "_previousScaleAnimation"); + t5 = _this.___FloatingActionButtonTransitionState__previousScaleAnimation_A; t5.didRegisterListener$0(); t5 = t5.AnimationLocalListenersMixin__listeners; t5._isDirty = true; @@ -207580,29 +210547,40 @@ _handlePreviousAnimationStatusChanged$1($status) { this.setState$1(new A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure(this, $status)); }, - build$1(_, context) { - var t2, t3, _this = this, - t1 = A._setArrayType([], type$.JSArray_Widget); - if (A._lateReadCheck(A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousController, "_previousController").__AnimationController__status, "_status") !== B.AnimationStatus_0) { - t2 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousScaleAnimation, "_previousScaleAnimation"); - t3 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__previousRotationAnimation, "_previousRotationAnimation"); + build$1(context) { + var t3, t4, _this = this, + t1 = A._setArrayType([], type$.JSArray_Widget), + t2 = _this.___FloatingActionButtonTransitionState__previousController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_0) { + t2 = _this.___FloatingActionButtonTransitionState__previousScaleAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___FloatingActionButtonTransitionState__previousRotationAnimation_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t1.push(A.ScaleTransition$(B.Alignment_0_0, A.RotationTransition$(B.Alignment_0_0, _this._previousChild, t3), t2)); } - _this._widget.toString; - t2 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__currentScaleAnimation, "_currentScaleAnimation"); - t3 = A._lateReadCheck(_this.___FloatingActionButtonTransitionState__currentRotationAnimation, "_currentRotationAnimation"); - t1.push(A.ScaleTransition$(B.Alignment_0_0, A.RotationTransition$(B.Alignment_0_0, _this._widget.child, t3), t2)); + t2 = _this._widget; + t2.toString; + t3 = _this.___FloatingActionButtonTransitionState__currentScaleAnimation_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___FloatingActionButtonTransitionState__currentRotationAnimation_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.ScaleTransition$(B.Alignment_0_0, A.RotationTransition$(B.Alignment_0_0, t2.child, t4), t3)); return new A.Stack(B.Alignment_1_0, null, B.StackFit_0, B.Clip_1, t1, null); }, _onProgressChanged$0() { - var t3, - t1 = A._lateReadCheck(this.___FloatingActionButtonTransitionState__previousScaleAnimation, "_previousScaleAnimation"), - t2 = t1.first; + var t2, t3, + t1 = this.___FloatingActionButtonTransitionState__previousScaleAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.first; t2 = t2.get$value(t2); t1 = t1.next; t1 = t1.get$value(t1); t1 = Math.min(A.checkNum(t2), A.checkNum(t1)); - t2 = A._lateReadCheck(this.___FloatingActionButtonTransitionState__currentScaleAnimation, "_currentScaleAnimation"); + t2 = this.___FloatingActionButtonTransitionState__currentScaleAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t2.first; t3 = t3.get$value(t3); t2 = t2.next; @@ -207625,8 +210603,9 @@ createState$0() { var _null = null, t1 = type$.LabeledGlobalKey_DrawerControllerState, - t2 = $.$get$ChangeNotifier__emptyListeners(); - return new A.ScaffoldState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), new A.RestorableBool(false, t2), new A.RestorableBool(false, t2), A.ListQueue$(_null, type$.ScaffoldFeatureController_SnackBar_SnackBarClosedReason), A._setArrayType([], type$.JSArray__StandardBottomSheet), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), B.Color_4278190080, _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, _null, B._StateLifecycle_0); + t2 = type$.LabeledGlobalKey_State_StatefulWidget, + t3 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ScaffoldState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t2), new A.RestorableBool(false, t3), new A.RestorableBool(false, t3), A._setArrayType([], type$.JSArray__StandardBottomSheet), new A.LabeledGlobalKey(_null, t2), B.Color_4278190080, _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, _null, B._StateLifecycle_0); }, get$body(receiver) { return this.body; @@ -207672,32 +210651,6 @@ if (t1 != null) t1.open$0(0); }, - hideCurrentSnackBar$1$reason(reason) { - var t1, t2, mediaQuery, completer, _this = this, _null = null; - if (_this._messengerSnackBar != null) { - _this._scaffoldMessenger.hideCurrentSnackBar$1$reason(reason); - return; - } - t1 = _this._snackBars; - if (t1._head !== t1._tail) { - _null.get$status(_null); - t2 = false; - } else - t2 = true; - if (t2) - return; - mediaQuery = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; - completer = t1.get$first(t1)._completer; - if (mediaQuery.accessibleNavigation) { - _null.set$value(0, 0); - completer.complete$1(0, reason); - } else - _null.reverse$0(0).then$1$1(0, new A.ScaffoldState_hideCurrentSnackBar_closure(_this, completer, reason), type$.void); - t1 = _this._snackBarTimer; - if (t1 != null) - t1.cancel$0(0); - _this._snackBarTimer = null; - }, _updateSnackBar$0() { var messengerSnackBar, _this = this, t1 = _this._scaffoldMessenger._snackBars; @@ -207735,9 +210688,9 @@ bottomSheetKey = new A.LabeledGlobalKey(null, type$.LabeledGlobalKey__StandardBottomSheetState), bottomSheet = A._Cell$named("bottomSheet"); t1.doingDispose = t1.removedEntry = false; - t2 = new A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet(t1, _this, bottomSheet, bottomSheetKey, animationController, completer); - entry = isPersistent ? null : new A.LocalHistoryEntry(new A.ScaffoldState__buildBottomSheet_closure(t1, _this, bottomSheet, t2)); - t3 = new A.ScaffoldState__buildBottomSheet__removeEntryIfNeeded(t1, isPersistent, entry); + t2 = new A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet(t1, _this, bottomSheet, bottomSheetKey, animationController, completer); + entry = isPersistent ? null : new A.LocalHistoryEntry(new A.ScaffoldState__buildBottomSheet_closure(t1, _this, bottomSheet, t2), true); + t3 = new A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded(t1, isPersistent, entry); t4 = !isPersistent; bottomSheet.__late_helper$_value = new A._StandardBottomSheet(animationController, t4, new A.ScaffoldState__buildBottomSheet_closure0(_this, bottomSheet, t3), new A.ScaffoldState__buildBottomSheet_closure1(_this, bottomSheet), new A.ScaffoldState__buildBottomSheet_closure2(t1, t3, shouldDisposeAnimationController, animationController), builder, backgroundColor, elevation, shape, clipBehavior, constraints, bottomSheetKey); if (t4) { @@ -207764,29 +210717,31 @@ return $T._eval$1("PersistentBottomSheetController<0>")._as(t1); }, set$_floatingActionButtonVisibilityValue(newValue) { - var _s41_ = string$.x5ffloat; - A._lateReadCheck(this.__ScaffoldState__floatingActionButtonVisibilityController, _s41_).set$value(0, B.JSNumber_methods.clamp$2(newValue, A._lateReadCheck(this.__ScaffoldState__floatingActionButtonVisibilityController, _s41_).lowerBound, A._lateReadCheck(this.__ScaffoldState__floatingActionButtonVisibilityController, _s41_).upperBound)); + var t1 = this.__ScaffoldState__floatingActionButtonVisibilityController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, A.clampDouble(newValue, t1.lowerBound, t1.upperBound)); }, _moveFloatingActionButton$1(newLocation) { - var t2, t3, restartAnimationFrom, _this = this, - _s35_ = "_floatingActionButtonMoveController", - _s29_ = "_floatingActionButtonAnimator", - t1 = {}; - t1.previousLocation = _this._floatingActionButtonLocation; - t2 = A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, _s35_)._ticker; - if (t2 != null && t2._ticker$_future != null) { - t2 = _this._previousFloatingActionButtonLocation; - t2.toString; - t3 = _this._floatingActionButtonLocation; + var t2, t3, t4, restartAnimationFrom, _this = this, t1 = {}, + previousLocation = _this._floatingActionButtonLocation; + t1.previousLocation = previousLocation; + t2 = _this.__ScaffoldState__floatingActionButtonMoveController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2._ticker; + if (t3 != null && t3._ticker$_future != null) { + t3 = _this._previousFloatingActionButtonLocation; t3.toString; - t1.previousLocation = new A._TransitionSnapshotFabLocation(t2, t3, A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonAnimator, _s29_), A._lateReadCheck(A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, _s35_).__AnimationController__value, "_value")); - A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonAnimator, _s29_); - t3 = A._lateReadCheck(A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, _s35_).__AnimationController__value, "_value"); - restartAnimationFrom = Math.min(1 - t3, t3); + previousLocation.toString; + t4 = _this.__ScaffoldState__floatingActionButtonAnimator_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.previousLocation = new A._TransitionSnapshotFabLocation(t3, previousLocation, t4, t2); + restartAnimationFrom = Math.min(1 - t2, t2); } else restartAnimationFrom = 0; _this.setState$1(new A.ScaffoldState__moveFloatingActionButton_closure(t1, _this, newLocation)); - A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, _s35_).forward$1$from(0, restartAnimationFrom); + _this.__ScaffoldState__floatingActionButtonMoveController_A.forward$1$from(0, restartAnimationFrom); }, _handleStatusBarTap$0() { var primaryScrollController, @@ -207805,15 +210760,15 @@ _this.super$State$initState(); t1 = _this._framework$_element; t1.toString; - _this.__ScaffoldState__geometryNotifier = new A._ScaffoldGeometryNotifier(t1, B.ScaffoldGeometry_null_null, $.$get$ChangeNotifier__emptyListeners()); + _this.__ScaffoldState__geometryNotifier_A = new A._ScaffoldGeometryNotifier(t1, B.ScaffoldGeometry_null_null, $.$get$ChangeNotifier__emptyListeners()); t1 = _this._widget.floatingActionButtonLocation; if (t1 == null) t1 = B.C__EndFloatFabLocation; _this._floatingActionButtonLocation = t1; - _this.__ScaffoldState__floatingActionButtonAnimator = B.C__ScalingFabMotionAnimator; + _this.__ScaffoldState__floatingActionButtonAnimator_A = B.C__ScalingFabMotionAnimator; _this._previousFloatingActionButtonLocation = t1; - _this.__ScaffoldState__floatingActionButtonMoveController = A.AnimationController$(_null, new A.Duration(400000), _null, 1, 1, _this); - _this.__ScaffoldState__floatingActionButtonVisibilityController = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); + _this.__ScaffoldState__floatingActionButtonMoveController_A = A.AnimationController$(_null, new A.Duration(400000), _null, 1, 1, _this); + _this.__ScaffoldState__floatingActionButtonVisibilityController_A = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); }, didUpdateWidget$1(oldWidget) { var t1, _this = this; @@ -207826,7 +210781,7 @@ _this._widget.toString; }, didChangeDependencies$0() { - var t3, $parent, mediaQuery, _this = this, + var t3, $parent, _this = this, scope = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$._ScaffoldMessengerScope), currentScaffoldMessenger = scope == null ? null : scope._scaffoldMessengerState, t1 = _this._scaffoldMessenger, @@ -207852,37 +210807,25 @@ _this._updateMaterialBanner$0(); } } - mediaQuery = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; - t1 = _this._accessibleNavigation; - if (t1 === true) - if (!mediaQuery.accessibleNavigation) { - t1 = _this._snackBarTimer; - t1 = t1 != null && t1._handle == null; - } else - t1 = false; - else - t1 = false; - if (t1) - _this.hideCurrentSnackBar$1$reason(B.SnackBarClosedReason_5); - _this._accessibleNavigation = mediaQuery.accessibleNavigation; _this._maybeBuildPersistentBottomSheet$0(); _this.super$_ScaffoldState_State_TickerProviderStateMixin_RestorationMixin$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this, - t1 = _this._snackBarTimer; - if (t1 != null) - t1.cancel$0(0); - _this._snackBarTimer = null; - t1 = A._lateReadCheck(_this.__ScaffoldState__geometryNotifier, "_geometryNotifier"); + t1 = _this.__ScaffoldState__geometryNotifier_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, "_floatingActionButtonMoveController").dispose$0(0); - A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonVisibilityController, string$.x5ffloat).dispose$0(0); + t1 = _this.__ScaffoldState__floatingActionButtonMoveController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__ScaffoldState__floatingActionButtonVisibilityController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); t1 = _this._scaffoldMessenger; if (t1 != null) t1._scaffolds.remove$1(0, _this); - _this.super$_ScaffoldState_State_TickerProviderStateMixin_RestorationMixin$dispose(0); + _this.super$_ScaffoldState_State_TickerProviderStateMixin_RestorationMixin$dispose(); }, _addIfNonNull$9$maintainBottomViewPadding$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, child, childId, maintainBottomViewPadding, removeBottomInset, removeBottomPadding, removeLeftPadding, removeRightPadding, removeTopPadding) { var data = this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.removePadding$4$removeBottom$removeLeft$removeRight$removeTop(removeBottomPadding, removeLeftPadding, removeRightPadding, removeTopPadding); @@ -207920,81 +210863,55 @@ return; _this.setState$1(new A.ScaffoldState_showBodyScrim_closure(_this, value, opacity)); }, - build$1(_, context) { - var textDirection, route, t2, children, t3, t4, snackBarWidth, bannerTheme, elevation, minInsets, minViewPadding, _this = this, _null = null, - _s35_ = "_floatingActionButtonMoveController", - _s17_ = "_geometryNotifier", - _box_0 = {}, + build$1(context) { + var textDirection, children, t2, t3, snackBarWidth, bannerTheme, elevation, t4, minInsets, minViewPadding, _this = this, _null = null, _box_0 = {}, mediaQuery = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data, themeData = A.Theme_of(context), t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; textDirection = t1.textDirection; - _this._accessibleNavigation = mediaQuery.accessibleNavigation; - t1 = _this._snackBars; - if (!t1.get$isEmpty(t1)) { - route = A.ModalRoute_of(context, type$.nullable_Object); - if (route == null || route.get$isCurrent()) - _null.get$isCompleted(); - else { - t2 = _this._snackBarTimer; - if (t2 != null) - t2.cancel$0(0); - _this._snackBarTimer = null; - } - } children = A._setArrayType([], type$.JSArray_LayoutId); - t2 = _this._widget; - t3 = t2.body; - t3 = t3 == null ? _null : new A._BodyBuilder(t3, false, false, _null); - t4 = t2.appBar; - t2 = t2.bottomNavigationBar != null || false; + t1 = _this._widget; + t2 = t1.body; + t2 = t2 == null ? _null : new A._BodyBuilder(new A.KeyedSubtree(t2, _this._bodyKey), false, false, _null); + t3 = t1.appBar; + t1 = t1.bottomNavigationBar != null || false; _this.get$_resizeToAvoidBottomInset(); - _this._addIfNonNull$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t3, B._ScaffoldSlot_0, true, t2, false, false, t4 != null); + _this._addIfNonNull$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t2, B._ScaffoldSlot_0, true, t1, false, false, t3 != null); if (_this._showBodyScrim) - _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, A.ModalBarrier$(true, _this._bodyScrimColor, false, _null), B._ScaffoldSlot_2, true, true, true, true); - t2 = _this._widget.appBar; - if (t2 != null) { - t2 = _this._appBarMaxHeight = A.AppBar_preferredHeightFor(context, t2.preferredSize) + mediaQuery.padding.top; - t3 = _this._widget.appBar; - t3.toString; - _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, t2), A.FlexibleSpaceBar_createSettings(t3, t2, _null, _null, _null, _null), _null), B._ScaffoldSlot_1, true, false, false, false); + _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.ModalBarrier(_this._bodyScrimColor, false, _null, true, _null, _null), B._ScaffoldSlot_2, true, true, true, true); + t1 = _this._widget.appBar; + if (t1 != null) { + t1 = _this._appBarMaxHeight = A.AppBar_preferredHeightFor(context, t1.preferredSize) + mediaQuery.padding.top; + t2 = _this._widget.appBar; + t2.toString; + _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, t1), A.FlexibleSpaceBar_createSettings(t2, t1, _null, _null, _null, _null), _null), B._ScaffoldSlot_1, true, false, false, false); } _box_0.isSnackBarFloating = false; _box_0.snackBarWidth = null; if (_this._currentBottomSheet != null || _this._dismissedBottomSheets.length !== 0) { - t2 = A.List_List$of(_this._dismissedBottomSheets, true, type$.Widget); - t3 = _this._currentBottomSheet; - if (t3 != null) - t2.push(t3._scaffold$_widget); + t1 = A.List_List$of(_this._dismissedBottomSheets, true, type$.Widget); + t2 = _this._currentBottomSheet; + if (t2 != null) + t1.push(t2._scaffold$_widget); _this.get$_resizeToAvoidBottomInset(); - _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.Stack(B.Alignment_0_1, _null, B.StackFit_0, B.Clip_1, t2, _null), B._ScaffoldSlot_3, true, false, false, true); + _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.Stack(B.Alignment_0_1, _null, B.StackFit_0, B.Clip_1, t1, _null), B._ScaffoldSlot_3, true, false, false, true); } - t2 = _this._messengerSnackBar; - if (t2 != null) { - t2._scaffold$_widget.get$behavior(); + t1 = _this._messengerSnackBar; + if (t1 != null) { + t1._scaffold$_widget.get$behavior(); themeData.toString; _box_0.isSnackBarFloating = false; - t2 = _this._messengerSnackBar; - if (t2 == null) + t1 = _this._messengerSnackBar; + if (t1 == null) snackBarWidth = _null; else { - t2 = t2._scaffold$_widget; - snackBarWidth = t2.get$width(t2); + t1 = t1._scaffold$_widget; + snackBarWidth = t1.get$width(t1); } _box_0.snackBarWidth = snackBarWidth; - t2 = _this._messengerSnackBar; - t2 = t2 == null ? _null : t2._scaffold$_widget; - t3 = _this._widget.bottomNavigationBar != null || false; - _this.get$_resizeToAvoidBottomInset(); - _this._addIfNonNull$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t2, B._ScaffoldSlot_4, false, t3, false, false, true); - } - if (!t1.get$isEmpty(t1)) { - t1.get$first(t1)._scaffold$_widget.get$behavior(); - _box_0.isSnackBarFloating = false; - t2 = t1.get$first(t1)._scaffold$_widget; - _box_0.snackBarWidth = t2.get$width(t2); - t1 = t1.get$first(t1)._scaffold$_widget; + t1 = _this._messengerSnackBar; + t1 = t1 == null ? _null : t1._scaffold$_widget; t2 = _this._widget.bottomNavigationBar != null || false; _this.get$_resizeToAvoidBottomInset(); _this._addIfNonNull$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t1, B._ScaffoldSlot_4, false, t2, false, false, true); @@ -208020,10 +210937,14 @@ _this.get$_resizeToAvoidBottomInset(); _this._addIfNonNull$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t1, B._ScaffoldSlot_7, false, false, false, false, true); } - t1 = A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, _s35_); - t2 = A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonAnimator, "_floatingActionButtonAnimator"); - t3 = A._lateReadCheck(_this.__ScaffoldState__geometryNotifier, _s17_); - t4 = A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonVisibilityController, string$.x5ffloat); + t1 = _this.__ScaffoldState__floatingActionButtonMoveController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__ScaffoldState__floatingActionButtonAnimator_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__ScaffoldState__geometryNotifier_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__ScaffoldState__floatingActionButtonVisibilityController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A._FloatingActionButtonTransition(_this._widget.floatingActionButton, t1, t2, t3, t4, _null), B._ScaffoldSlot_8, true, true, true, true); switch (themeData.platform) { case B.TargetPlatform_2: @@ -208053,12 +210974,13 @@ minViewPadding = mediaQuery.viewPadding.copyWith$1$bottom(t1); if (minInsets.bottom <= 0) _this._widget.toString; - t1 = _this._widget.drawer; - t2 = A._lateReadCheck(_this.__ScaffoldState__geometryNotifier, _s17_); - t3 = _this._widget.backgroundColor; - if (t3 == null) - t3 = themeData.scaffoldBackgroundColor; - return new A._ScaffoldScope(t1 != null, t2, new A.ScrollNotificationObserver(A.Material$(B.Duration_200000, true, _null, A.AnimatedBuilder$(A._lateReadCheck(_this.__ScaffoldState__floatingActionButtonMoveController, _s35_), new A.ScaffoldState_build_closure(_box_0, _this, false, minInsets, minViewPadding, textDirection, children), _null), B.Clip_0, t3, 0, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); + t1 = _this._widget; + t2 = t1.drawer; + t3 = _this.__ScaffoldState__geometryNotifier_A; + t1 = t1.backgroundColor; + if (t1 == null) + t1 = themeData.scaffoldBackgroundColor; + return new A._ScaffoldScope(t2 != null, t3, new A.ScrollNotificationObserver(A.Material$(B.Duration_200000, true, _null, A.AnimatedBuilder$(_this.__ScaffoldState__floatingActionButtonMoveController_A, new A.ScaffoldState_build_closure(_box_0, _this, false, minInsets, minViewPadding, textDirection, children), _null), B.Clip_0, t1, 0, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); } }; A.ScaffoldState__drawerOpenedCallback_closure.prototype = { @@ -208073,14 +210995,6 @@ }, $signature: 0 }; - A.ScaffoldState_hideCurrentSnackBar_closure.prototype = { - call$1(value) { - var t1 = this.completer; - if ((t1.future._state & 30) === 0) - t1.complete$1(0, this.reason); - }, - $signature: 88 - }; A.ScaffoldState__updateSnackBar_closure.prototype = { call$0() { this.$this._messengerSnackBar = this.messengerSnackBar; @@ -208093,23 +211007,27 @@ }, $signature: 0 }; - A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet.prototype = { + A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet.prototype = { call$0() { - var t1, _this = this; + var t1, t2, _this = this; _this._box_0.removedEntry = true; t1 = _this.$this; if (t1._currentBottomSheet == null) return; - A._lateReadCheck(t1.__ScaffoldState__floatingActionButtonVisibilityController, string$.x5ffloat).forward$0(0); + t2 = t1.__ScaffoldState__floatingActionButtonVisibilityController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); _this.bottomSheetKey.get$currentState().close$0(0); - t1.setState$1(new A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure(t1)); - if (A._lateReadCheck(_this.animationController.__AnimationController__status, "_status") !== B.AnimationStatus_0) + t1.setState$1(new A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure(t1)); + t2 = _this.animationController.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_0) t1._dismissedBottomSheets.push(_this.bottomSheet._readLocal$0()); _this.completer.complete$0(0); }, $signature: 0 }; - A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure.prototype = { + A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure.prototype = { call$0() { this.$this._currentBottomSheet = null; }, @@ -208126,11 +211044,11 @@ } else t1 = false; if (t1) - _this._removeCurrentBottomSheet.call$0(); + _this.removeCurrentBottomSheet.call$0(); }, $signature: 0 }; - A.ScaffoldState__buildBottomSheet__removeEntryIfNeeded.prototype = { + A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded.prototype = { call$0() { var _this = this; if (!_this.isPersistent && !_this._box_0.removedEntry) { @@ -208144,7 +211062,7 @@ call$0() { if (this.$this._currentBottomSheet == null) return; - this._removeEntryIfNeeded.call$0(); + this.removeEntryIfNeeded.call$0(); }, $signature: 0 }; @@ -208167,9 +211085,9 @@ call$0() { var _this = this; _this._box_0.doingDispose = true; - _this._removeEntryIfNeeded.call$0(); + _this.removeEntryIfNeeded.call$0(); if (_this.shouldDisposeAnimationController) - _this.animationController.dispose$0(0); + _this.animationController.dispose$0(); }, $signature: 0 }; @@ -208199,22 +211117,43 @@ }; A.ScaffoldState_build_closure.prototype = { call$2(context, child) { - var t2, t3, t4, t5, t6, t7, t8, _this = this, - t1 = _this.$this; - t1._widget.toString; - t2 = t1._floatingActionButtonLocation; + var t3, t4, t5, t6, t7, t8, t9, _this = this, + t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_DismissIntent_Fb0, new A._DismissDrawerAction(context, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.Type, type$.Action_Intent), + t2 = _this.$this; + t2._widget.toString; + t3 = t2._floatingActionButtonLocation; + t3.toString; + t4 = t2.__ScaffoldState__floatingActionButtonMoveController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t2.__ScaffoldState__floatingActionButtonAnimator_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = t2.__ScaffoldState__geometryNotifier_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._previousFloatingActionButtonLocation; t2.toString; - t3 = A._lateReadCheck(A._lateReadCheck(t1.__ScaffoldState__floatingActionButtonMoveController, "_floatingActionButtonMoveController").__AnimationController__value, "_value"); - t4 = A._lateReadCheck(t1.__ScaffoldState__floatingActionButtonAnimator, "_floatingActionButtonAnimator"); - t5 = A._lateReadCheck(t1.__ScaffoldState__geometryNotifier, "_geometryNotifier"); - t1 = t1._previousFloatingActionButtonLocation; - t1.toString; - t6 = _this._box_0; - t7 = t6.isSnackBarFloating; - t8 = t6.extendBodyBehindMaterialBanner; - return new A.CustomMultiChildLayout(new A._ScaffoldLayout(_this.extendBody, false, _this.minInsets, _this.minViewPadding, _this.textDirection, t5, t1, t2, t3, t4, t7, t6.snackBarWidth, t8), _this.children, null); + t7 = _this._box_0; + t8 = t7.isSnackBarFloating; + 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: 2146 + $signature: 1029 + }; + A._DismissDrawerAction.prototype = { + isEnabled$1(_, intent) { + var t1 = this.context; + return A.Scaffold_of(t1)._drawerOpened._restoration_properties$_value || A.Scaffold_of(t1)._endDrawerOpened._restoration_properties$_value; + }, + invoke$1(intent) { + var t1 = this.context, + t2 = A.Scaffold_of(t1); + if (t2._widget.drawer != null && t2._drawerOpened._restoration_properties$_value) + t2._drawerKey.get$currentState().close$0(0); + t1 = A.Scaffold_of(t1); + if (t1._widget.endDrawer != null && t1._endDrawerOpened._restoration_properties$_value) + t1._endDrawerKey.get$currentState().close$0(0); + } }; A.ScaffoldFeatureController.prototype = {}; A._BottomSheetSuspendedCurve.prototype = { @@ -208240,11 +211179,15 @@ A._StandardBottomSheetState.prototype = { initState$0() { this.super$State$initState(); - this._widget.animationController.addStatusListener$1(this.get$_handleStatusChange()); + var t1 = this._widget.animationController; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(this.get$_handleStatusChange()); }, - dispose$0(_) { + dispose$0() { this._widget.onDispose.call$0(); - this.super$State$dispose(0); + this.super$State$dispose(); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -208257,7 +211200,9 @@ this.animationCurve = B.C__Linear; }, _scaffold$_handleDragEnd$2$isClosing(details, isClosing) { - this.animationCurve = new A._BottomSheetSuspendedCurve(A._lateReadCheck(this._widget.animationController.__AnimationController__value, "_value"), B.Cubic_ifx); + var t1 = this._widget.animationController.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.animationCurve = new A._BottomSheetSuspendedCurve(t1, B.Cubic_ifx); }, _scaffold$_handleDragEnd$1(details) { return this._scaffold$_handleDragEnd$2$isClosing(details, null); @@ -208275,7 +211220,11 @@ scaffold = A.Scaffold_of(t2); if (extentRemaining < 0.3) { scaffold.set$_floatingActionButtonVisibilityValue(extentRemaining * 0.3 * 10); - scaffold.showBodyScrim$2(true, Math.max(0.1, 0.6 - A._lateReadCheck(A._lateReadCheck(scaffold.__ScaffoldState__floatingActionButtonVisibilityController, string$.x5ffloat).__AnimationController__value, "_value"))); + t2 = scaffold.__ScaffoldState__floatingActionButtonVisibilityController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + scaffold.showBodyScrim$2(true, Math.max(0.1, 0.6 - t2)); } else { scaffold.set$_floatingActionButtonVisibilityValue(1); scaffold.showBodyScrim$2(false, 0); @@ -208289,7 +211238,7 @@ this.close$0(0); return false; }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this._widget, t2 = t1.animationController, @@ -208301,15 +211250,18 @@ t8 = t1.shape, t9 = t1.clipBehavior; t1 = t1.constraints; - return A.AnimatedBuilder$(t2, new A._StandardBottomSheetState_build_closure(_this), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$close(_this), _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.NotificationListener(_this.get$extentChanged(), new A.BottomSheet(t2, t4, t5, t3, _this.get$_scaffold$_handleDragStart(), _this.get$_scaffold$_handleDragEnd(), t6, t7, t8, t9, t1, _null), _null, type$.NotificationListener_DraggableScrollableNotification), _null)); + return A.AnimatedBuilder$(t2, new A._StandardBottomSheetState_build_closure(_this), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$close(_this), _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.NotificationListener(_this.get$extentChanged(), new A.BottomSheet(t2, t4, t5, t3, _this.get$_scaffold$_handleDragStart(), _this.get$_scaffold$_handleDragEnd(), t6, t7, t8, t9, t1, _null), _null, type$.NotificationListener_DraggableScrollableNotification), _null)); } }; A._StandardBottomSheetState_build_closure.prototype = { call$2(context, child) { - var t1 = this.$this; - return new A.Align(B.AlignmentDirectional_m1_m1, null, t1.animationCurve.transform$1(0, A._lateReadCheck(t1._widget.animationController.__AnimationController__value, "_value")), child, null); + var t1 = this.$this, + t2 = t1.animationCurve; + t1 = t1._widget.animationController.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.Align(B.AlignmentDirectional_m1_m1, null, t2.transform$1(0, t1), child, null); }, - $signature: 2148 + $signature: 1031 }; A.PersistentBottomSheetController.prototype = {}; A._ScaffoldScope.prototype = { @@ -208322,7 +211274,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -208330,13 +211282,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._ScaffoldState_State_TickerProviderStateMixin.prototype = { @@ -208345,13 +211297,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin.prototype = { @@ -208375,16 +211327,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$_ScaffoldState_State_TickerProviderStateMixin$dispose(0); + _this.super$_ScaffoldState_State_TickerProviderStateMixin$dispose(); } }; A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin.prototype = { @@ -208393,17 +211345,17 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.Scrollbar.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null; if (A.Theme_of(context).platform === B.TargetPlatform_2) return new A.CupertinoScrollbar(8, B.Radius_4_4, _this.child, _this.controller, _this.thumbVisibility === true, _null, B.Radius_ydE, 3, _null, B.Duration_250000, B.Duration_1200000, B.Duration_100000, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); @@ -208418,21 +211370,31 @@ A._MaterialScrollbarState.prototype = { get$showScrollbar() { var _this = this, - _s15_ = "_scrollbarTheme", t1 = _this._widget.thumbVisibility; if (t1 == null) { - t1 = A._lateReadCheck(_this.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbVisibility; + t1 = _this.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thumbVisibility; t1 = t1 == null ? null : t1.resolve$1(0, _this.get$_states()); } - if (t1 == null) - t1 = A._lateReadCheck(_this.___MaterialScrollbarState__scrollbarTheme, _s15_).isAlwaysShown; + if (t1 == null) { + t1 = _this.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.isAlwaysShown; + } return t1 == null ? false : t1; }, get$enableGestures() { this._widget.toString; - var t1 = A._lateReadCheck(this.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme"); + var t1 = this.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.interactive; - return t1 == null ? !A._lateReadCheck(this.___MaterialScrollbarState__useAndroidScrollbar, "_useAndroidScrollbar") : t1; + if (t1 == null) { + t1 = this.___MaterialScrollbarState__useAndroidScrollbar_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = !t1; + } + return t1; }, get$_trackVisibility() { return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackVisibility_closure(this), type$._MaterialStatePropertyWith_bool); @@ -208446,15 +211408,14 @@ return t1; }, get$_thumbColor() { - var t1, t2, t3, _this = this, - _s12_ = "_colorScheme", - _s20_ = "_useAndroidScrollbar", - onSurface = A._lateReadCheck(_this.___MaterialScrollbarState__colorScheme, _s12_).onSurface, - brightness = A._lateReadCheck(_this.___MaterialScrollbarState__colorScheme, _s12_).brightness, - dragColor = A._Cell$named("dragColor"), - hoverColor = A._Cell$named("hoverColor"), - idleColor = A._Cell$named("idleColor"); - switch (brightness.index) { + var onSurface, dragColor, hoverColor, idleColor, t2, t3, t4, _this = this, + t1 = _this.___MaterialScrollbarState__colorScheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + onSurface = t1.onSurface; + dragColor = A._Cell$named("dragColor"); + hoverColor = A._Cell$named("hoverColor"); + idleColor = A._Cell$named("idleColor"); + switch (t1.brightness.index) { case 1: t1 = onSurface.value; t2 = t1 >>> 16 & 255; @@ -208462,7 +211423,9 @@ t1 &= 255; dragColor.__late_helper$_value = A.Color$fromARGB(153, t2, t3, t1); hoverColor.__late_helper$_value = A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), t2, t3, t1); - if (A._lateReadCheck(_this.___MaterialScrollbarState__useAndroidScrollbar, _s20_)) { + t4 = _this.___MaterialScrollbarState__useAndroidScrollbar_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4) { t1 = _this._framework$_element; t1.toString; t1 = A.Theme_of(t1).highlightColor.value; @@ -208478,7 +211441,9 @@ t1 &= 255; dragColor.__late_helper$_value = A.Color$fromARGB(191, t2, t3, t1); hoverColor.__late_helper$_value = A.Color$fromARGB(166, t2, t3, t1); - if (A._lateReadCheck(_this.___MaterialScrollbarState__useAndroidScrollbar, _s20_)) { + t4 = _this.___MaterialScrollbarState__useAndroidScrollbar_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4) { t1 = _this._framework$_element; t1.toString; t1 = A.Theme_of(t1).highlightColor.value; @@ -208493,14 +211458,14 @@ return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thumbColor_closure(_this, dragColor, hoverColor, idleColor), type$._MaterialStatePropertyWith_Color); }, get$_scrollbar0$_trackColor() { - var _s12_ = "_colorScheme", - onSurface = A._lateReadCheck(this.___MaterialScrollbarState__colorScheme, _s12_).onSurface; - return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackColor_closure(this, A._lateReadCheck(this.___MaterialScrollbarState__colorScheme, _s12_).brightness, onSurface), type$._MaterialStatePropertyWith_Color); + var t1 = this.___MaterialScrollbarState__colorScheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackColor_closure(this, t1.brightness, t1.onSurface), type$._MaterialStatePropertyWith_Color); }, get$_scrollbar0$_trackBorderColor() { - var _s12_ = "_colorScheme", - onSurface = A._lateReadCheck(this.___MaterialScrollbarState__colorScheme, _s12_).onSurface; - return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackBorderColor_closure(this, A._lateReadCheck(this.___MaterialScrollbarState__colorScheme, _s12_).brightness, onSurface), type$._MaterialStatePropertyWith_Color); + var t1 = this.___MaterialScrollbarState__colorScheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackBorderColor_closure(this, t1.brightness, t1.onSurface), type$._MaterialStatePropertyWith_Color); }, get$_scrollbar0$_thickness() { return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thickness_closure(this), type$._MaterialStatePropertyWith_double); @@ -208508,9 +211473,7 @@ initState$0() { var t1, _this = this; _this.super$RawScrollbarState$initState(); - t1 = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); - _this.___MaterialScrollbarState__hoverAnimationController = t1; - t1 = A._lateReadCheck(t1, "_hoverAnimationController"); + t1 = _this.___MaterialScrollbarState__hoverAnimationController_A = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); t1.didRegisterListener$0(); t1 = t1.AnimationLocalListenersMixin__listeners; t1._isDirty = true; @@ -208521,18 +211484,18 @@ t1 = _this._framework$_element; t1.toString; theme = A.Theme_of(t1); - _this.___MaterialScrollbarState__colorScheme = theme.colorScheme; - _this.___MaterialScrollbarState__scrollbarTheme = theme.scrollbarTheme; + _this.___MaterialScrollbarState__colorScheme_A = theme.colorScheme; + _this.___MaterialScrollbarState__scrollbarTheme_A = theme.scrollbarTheme; switch (theme.platform) { case B.TargetPlatform_0: - _this.___MaterialScrollbarState__useAndroidScrollbar = true; + _this.___MaterialScrollbarState__useAndroidScrollbar_A = true; break; case B.TargetPlatform_2: case B.TargetPlatform_3: case B.TargetPlatform_1: case B.TargetPlatform_4: case B.TargetPlatform_5: - _this.___MaterialScrollbarState__useAndroidScrollbar = false; + _this.___MaterialScrollbarState__useAndroidScrollbar_A = false; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -208541,29 +211504,39 @@ }, updateScrollbarPainter$0() { var t2, _this = this, - _s15_ = "_scrollbarTheme", - _s20_ = "_useAndroidScrollbar", - t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.set$color(0, _this.get$_thumbColor()._material_state$_resolve.call$1(_this.get$_states())); t1.set$trackColor(_this.get$_scrollbar0$_trackColor()._material_state$_resolve.call$1(_this.get$_states())); t1.set$trackBorderColor(_this.get$_scrollbar0$_trackBorderColor()._material_state$_resolve.call$1(_this.get$_states())); t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t2.toString; - t1.set$textDirection(0, t2.textDirection); + t1.set$textDirection(t2.textDirection); t1.set$thickness(_this.get$_scrollbar0$_thickness()._material_state$_resolve.call$1(_this.get$_states())); t2 = _this._widget.radius; - if (t2 == null) - t2 = A._lateReadCheck(_this.___MaterialScrollbarState__scrollbarTheme, _s15_).radius; - if (t2 == null) - t2 = A._lateReadCheck(_this.___MaterialScrollbarState__useAndroidScrollbar, _s20_) ? null : B.Radius_8_8; + if (t2 == null) { + t2 = _this.___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.radius; + } + if (t2 == null) { + t2 = _this.___MaterialScrollbarState__useAndroidScrollbar_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 ? null : B.Radius_8_8; + } t1.set$radius(t2); - t2 = A._lateReadCheck(_this.___MaterialScrollbarState__scrollbarTheme, _s15_).crossAxisMargin; - if (t2 == null) - t2 = A._lateReadCheck(_this.___MaterialScrollbarState__useAndroidScrollbar, _s20_) ? 0 : 2; + t2 = _this.___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.crossAxisMargin; + if (t2 == null) { + t2 = _this.___MaterialScrollbarState__useAndroidScrollbar_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 ? 0 : 2; + } t1.set$crossAxisMargin(t2); - t2 = A._lateReadCheck(_this.___MaterialScrollbarState__scrollbarTheme, _s15_).mainAxisMargin; + t2 = _this.___MaterialScrollbarState__scrollbarTheme_A.mainAxisMargin; t1.set$mainAxisMargin(t2 == null ? 0 : t2); - t2 = A._lateReadCheck(_this.___MaterialScrollbarState__scrollbarTheme, _s15_).minThumbLength; + t2 = _this.___MaterialScrollbarState__scrollbarTheme_A.minThumbLength; t1.set$minLength(0, t2 == null ? 48 : t2); t1.set$padding(0, _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.padding); t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); @@ -208578,85 +211551,103 @@ this.setState$1(new A._MaterialScrollbarState_handleThumbPressEnd_closure(this)); }, handleHover$1($event) { - var _this = this, - _s25_ = "_hoverAnimationController"; + var t1, _this = this; _this.super$RawScrollbarState$handleHover($event); if (_this.isPointerOverScrollbar$3$forHover($event.get$position($event), $event.get$kind($event), true)) { _this.setState$1(new A._MaterialScrollbarState_handleHover_closure(_this)); - A._lateReadCheck(_this.___MaterialScrollbarState__hoverAnimationController, _s25_).forward$0(0); + t1 = _this.___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); } else if (_this._scrollbar0$_hoverIsActive) { _this.setState$1(new A._MaterialScrollbarState_handleHover_closure0(_this)); - A._lateReadCheck(_this.___MaterialScrollbarState__hoverAnimationController, _s25_).reverse$0(0); + t1 = _this.___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); } }, handleHoverExit$1($event) { - var _this = this; + var t1, _this = this; _this.super$RawScrollbarState$handleHoverExit($event); _this.setState$1(new A._MaterialScrollbarState_handleHoverExit_closure(_this)); - A._lateReadCheck(_this.___MaterialScrollbarState__hoverAnimationController, "_hoverAnimationController").reverse$0(0); + t1 = _this.___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); }, - dispose$0(_) { - A._lateReadCheck(this.___MaterialScrollbarState__hoverAnimationController, "_hoverAnimationController").dispose$0(0); - this.super$RawScrollbarState$dispose(0); + dispose$0() { + var t1 = this.___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$RawScrollbarState$dispose(); } }; A._MaterialScrollbarState__trackVisibility_closure.prototype = { call$1(states) { - var t1, - _s15_ = "_scrollbarTheme"; + var t1, t2; if (states.contains$1(0, B.MaterialState_0)) { t1 = this.$this; t1._widget.toString; - t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_); - t1 = t1.showTrackOnHover; - t1 = t1 === true; + t1 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.showTrackOnHover === true; } else t1 = false; if (t1) return true; t1 = this.$this; - t1._widget.toString; - t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_); + t2 = t1._widget.trackVisibility; + t1 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.trackVisibility; t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? false : t1; }, - $signature: 2149 + $signature: 1032 }; A._MaterialScrollbarState__thumbColor_closure.prototype = { call$1(states) { - var t1, t2, t3, _this = this, _null = null, - _s15_ = "_scrollbarTheme"; + var t1, t2, t3, _this = this, _null = null; if (states.contains$1(0, B.MaterialState_3)) { - t1 = A._lateReadCheck(_this.$this.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; + t1 = _this.$this.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thumbColor; t1 = t1 == null ? _null : t1.resolve$1(0, states); return t1 == null ? _this.dragColor._readLocal$0() : t1; } t1 = _this.$this; if (t1.get$_trackVisibility()._material_state$_resolve.call$1(states)) { - t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; + t1 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thumbColor; t1 = t1 == null ? _null : t1.resolve$1(0, states); return t1 == null ? _this.hoverColor._readLocal$0() : t1; } - t2 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; + t2 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.thumbColor; t2 = t2 == null ? _null : t2.resolve$1(0, states); if (t2 == null) t2 = _this.idleColor._readLocal$0(); - t3 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; + t3 = t1.___MaterialScrollbarState__scrollbarTheme_A.thumbColor; t3 = t3 == null ? _null : t3.resolve$1(0, states); if (t3 == null) t3 = _this.hoverColor._readLocal$0(); - t1 = A.Color_lerp(t2, t3, A._lateReadCheck(A._lateReadCheck(t1.___MaterialScrollbarState__hoverAnimationController, "_hoverAnimationController").__AnimationController__value, "_value")); + t1 = t1.___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.Color_lerp(t2, t3, t1); t1.toString; return t1; }, - $signature: 116 + $signature: 115 }; A._MaterialScrollbarState__trackColor_closure.prototype = { call$1(states) { var t1 = this.$this; if (t1.get$showScrollbar() && t1.get$_trackVisibility()._material_state$_resolve.call$1(states)) { - t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").trackColor; + t1 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.trackColor; t1 = t1 == null ? null : t1.resolve$1(0, states); if (t1 == null) { t1 = this.onSurface; @@ -208672,13 +211663,15 @@ } return B.Color_0; }, - $signature: 116 + $signature: 115 }; A._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1(states) { var t1 = this.$this; if (t1.get$showScrollbar() && t1.get$_trackVisibility()._material_state$_resolve.call$1(states)) { - t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").trackBorderColor; + t1 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.trackBorderColor; t1 = t1 == null ? null : t1.resolve$1(0, states); if (t1 == null) { t1 = this.onSurface; @@ -208695,16 +211688,16 @@ } return B.Color_0; }, - $signature: 116 + $signature: 115 }; A._MaterialScrollbarState__thickness_closure.prototype = { call$1(states) { - var t1, t2, - _s15_ = "_scrollbarTheme"; + var t1, t2; if (states.contains$1(0, B.MaterialState_0) && this.$this.get$_trackVisibility()._material_state$_resolve.call$1(states)) { t1 = this.$this; - t1._widget.toString; - t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_); + t2 = t1._widget.hoverThickness; + t1 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.thickness; t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? 12 : t1; @@ -208712,17 +211705,21 @@ t1 = this.$this; t2 = t1._widget.thickness; if (t2 == null) { - t2 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).thickness; + t2 = t1.___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.thickness; t2 = t2 == null ? null : t2.resolve$1(0, states); } if (t2 == null) { - t2 = 8 / (A._lateReadCheck(t1.___MaterialScrollbarState__useAndroidScrollbar, "_useAndroidScrollbar") ? 2 : 1); + t1 = t1.___MaterialScrollbarState__useAndroidScrollbar_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = 8 / (t1 ? 2 : 1); t1 = t2; } else t1 = t2; return t1; }, - $signature: 2153 + $signature: 1033 }; A._MaterialScrollbarState_initState_closure.prototype = { call$0() { @@ -208776,17 +211773,6 @@ return other instanceof A.ScrollbarThemeData && other.thumbVisibility == _this.thumbVisibility && other.thickness == _this.thickness && other.trackVisibility == _this.trackVisibility && other.showTrackOnHover == _this.showTrackOnHover && other.isAlwaysShown == _this.isAlwaysShown && other.interactive == _this.interactive && J.$eq$(other.radius, _this.radius) && other.thumbColor == _this.thumbColor && other.trackColor == _this.trackColor && other.trackBorderColor == _this.trackBorderColor && other.crossAxisMargin == _this.crossAxisMargin && other.mainAxisMargin == _this.mainAxisMargin && other.minThumbLength == _this.minThumbLength; } }; - A._LerpProperties5.prototype = { - resolve$1(_, states) { - var resolvedB, _this = this, - t1 = _this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = _this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); - }, - $isMaterialStateProperty: 1 - }; A._ScrollbarThemeData_Object_Diagnosticable.prototype = {}; A._TextSpanEditingController.prototype = { buildTextSpan$3$context$style$withComposing(context, style, withComposing) { @@ -208882,16 +211868,19 @@ }; A._SelectableTextState.prototype = { get$_selectable_text$_effectiveFocusNode() { + var t1, _null = null; this._widget.toString; - var t1 = this._selectable_text$_focusNode; + t1 = this._selectable_text$_focusNode; if (t1 == null) { - t1 = A.FocusNode$(true, null, true, true, null, null, true); + t1 = A.FocusNode$(true, _null, true, true, _null, _null, true); this._selectable_text$_focusNode = t1; } return t1; }, get$forcePressEnabled() { - return A._lateReadCheck(this.___SelectableTextState_forcePressEnabled, "forcePressEnabled"); + var t1 = this.___SelectableTextState_forcePressEnabled_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$selectionEnabled() { this._widget.toString; @@ -208900,26 +211889,29 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - _this.___SelectableTextState__selectionGestureDetectorBuilder = new A._SelectableTextSelectionGestureDetectorBuilder(_this, _this); + _this.___SelectableTextState__selectionGestureDetectorBuilder_A = new A._SelectableTextSelectionGestureDetectorBuilder(_this, _this); t1 = A.TextSpan$(null, null, null, _this._widget.data); t1 = A._TextSpanEditingController$(t1); - _this.___SelectableTextState__controller = t1; - A._lateReadCheck(t1, "_controller").addListener$1(0, _this.get$_onControllerChanged()); + _this.___SelectableTextState__controller_A = t1; + t1.addListener$1(0, _this.get$_onControllerChanged()); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this, - _s11_ = "_controller"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (_this._widget.data != oldWidget.data || false) { - t1 = _this.get$_onControllerChanged(); - A._lateReadCheck(_this.___SelectableTextState__controller, _s11_).removeListener$1(0, t1); - t2 = A.TextSpan$(null, null, null, _this._widget.data); - t2 = A._TextSpanEditingController$(t2); - _this.___SelectableTextState__controller = t2; - A._lateReadCheck(t2, _s11_).addListener$1(0, t1); + t1 = _this.___SelectableTextState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.get$_onControllerChanged(); + t1.removeListener$1(0, t2); + t1 = A.TextSpan$(null, null, null, _this._widget.data); + t1 = A._TextSpanEditingController$(t1); + _this.___SelectableTextState__controller_A = t1; + t1.addListener$1(0, t2); } if (_this.get$_selectable_text$_effectiveFocusNode().get$hasFocus()) { - t1 = A._lateReadCheck(_this.___SelectableTextState__controller, _s11_)._change_notifier$_value.selection; + t1 = _this.___SelectableTextState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._change_notifier$_value.selection; t1 = t1.start == t1.end; } else t1 = false; @@ -208928,18 +211920,22 @@ else _this._selectable_text$_showSelectionHandles = true; }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._selectable_text$_focusNode; if (t1 != null) - t1.dispose$0(0); - A._lateReadCheck(_this.___SelectableTextState__controller, "_controller").removeListener$1(0, _this.get$_onControllerChanged()); - _this.super$State$dispose(0); + t1.dispose$0(); + t1 = _this.___SelectableTextState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_onControllerChanged()); + _this.super$State$dispose(); }, _onControllerChanged$0() { var t1, showSelectionHandles, _this = this; if (_this.get$_selectable_text$_effectiveFocusNode().get$hasFocus()) { - t1 = A._lateReadCheck(_this.___SelectableTextState__controller, "_controller")._change_notifier$_value.selection; + t1 = _this.___SelectableTextState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._change_notifier$_value.selection; showSelectionHandles = t1.start != t1.end; } else showSelectionHandles = true; @@ -208975,41 +211971,50 @@ } }, _selectable_text$_handleSelectionHandleTapped$0() { - var t1 = A._lateReadCheck(this.___SelectableTextState__controller, "_controller")._change_notifier$_value.selection; + var t1 = this.___SelectableTextState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._change_notifier$_value.selection; if (t1.start == t1.end) this.editableTextKey.get$currentState().toggleToolbar$0(); }, _selectable_text$_shouldShowSelectionHandles$1(cause) { - var t1, - _s11_ = "_controller"; - if (!A._lateReadCheck(this.___SelectableTextState__selectionGestureDetectorBuilder, "_selectionGestureDetectorBuilder")._shouldShowSelectionToolbar) + var t2, + t1 = this.___SelectableTextState__selectionGestureDetectorBuilder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1._shouldShowSelectionToolbar) return false; - t1 = A._lateReadCheck(this.___SelectableTextState__controller, _s11_)._change_notifier$_value.selection; - if (t1.start == t1.end) + t1 = this.___SelectableTextState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._change_notifier$_value; + t2 = t1.selection; + if (t2.start == t2.end) return false; if (cause === B.SelectionChangedCause_4) return false; if (cause === B.SelectionChangedCause_2) return true; - if (A._lateReadCheck(this.___SelectableTextState__controller, _s11_)._change_notifier$_value.text.length !== 0) + if (t1.text.length !== 0) return true; return false; }, - build$1(_, context) { - var cupertinoTheme, textSelectionControls, cursorColor, selectionColor, t1, cursorOffset, paintCursorAboveText, cursorOpacityAnimates, cursorRadius, effectiveTextStyle, t2, t3, t4, _this = this, _null = null, + build$1(context) { + var focusNode, cupertinoTheme, textSelectionControls, cursorColor, selectionColor, cursorOffset, paintCursorAboveText, cursorOpacityAnimates, cursorRadius, effectiveTextStyle, t2, t3, t4, t5, _this = this, _null = null, theme = A.Theme_of(context), - selectionTheme = A.TextSelectionTheme_of(context), - focusNode = _this.get$_selectable_text$_effectiveFocusNode(); + t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultSelectionStyle); + if (t1 == null) + t1 = B.DefaultSelectionStyle_MUs; + focusNode = _this.get$_selectable_text$_effectiveFocusNode(); _this._widget.toString; switch (theme.platform) { case B.TargetPlatform_2: cupertinoTheme = A.CupertinoTheme_of(context); - _this.___SelectableTextState_forcePressEnabled = true; + _this.___SelectableTextState_forcePressEnabled_A = true; textSelectionControls = $.$get$cupertinoTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + _this._widget.toString; + cursorColor = t1.cursorColor; if (cursorColor == null) cursorColor = cupertinoTheme.get$primaryColor(); - selectionColor = selectionTheme.selectionColor; + selectionColor = t1.selectionColor; if (selectionColor == null) { t1 = cupertinoTheme.get$primaryColor(); selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); @@ -209021,12 +212026,13 @@ break; case B.TargetPlatform_4: cupertinoTheme = A.CupertinoTheme_of(context); - _this.___SelectableTextState_forcePressEnabled = false; + _this.___SelectableTextState_forcePressEnabled_A = false; textSelectionControls = $.$get$cupertinoDesktopTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + _this._widget.toString; + cursorColor = t1.cursorColor; if (cursorColor == null) cursorColor = cupertinoTheme.get$primaryColor(); - selectionColor = selectionTheme.selectionColor; + selectionColor = t1.selectionColor; if (selectionColor == null) { t1 = cupertinoTheme.get$primaryColor(); selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); @@ -209038,12 +212044,12 @@ break; case B.TargetPlatform_0: case B.TargetPlatform_1: - _this.___SelectableTextState_forcePressEnabled = false; + _this.___SelectableTextState_forcePressEnabled_A = false; textSelectionControls = $.$get$materialTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + cursorColor = t1.cursorColor; if (cursorColor == null) cursorColor = theme.colorScheme.primary; - selectionColor = selectionTheme.selectionColor; + selectionColor = t1.selectionColor; if (selectionColor == null) { t1 = theme.colorScheme.primary; selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); @@ -209055,12 +212061,12 @@ break; case B.TargetPlatform_3: case B.TargetPlatform_5: - _this.___SelectableTextState_forcePressEnabled = false; + _this.___SelectableTextState_forcePressEnabled_A = false; textSelectionControls = $.$get$desktopTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + cursorColor = t1.cursorColor; if (cursorColor == null) cursorColor = theme.colorScheme.primary; - selectionColor = selectionTheme.selectionColor; + selectionColor = t1.selectionColor; if (selectionColor == null) { t1 = theme.colorScheme.primary; selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); @@ -209075,21 +212081,34 @@ } t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); if (t1 == null) - t1 = B.DefaultTextStyle_40S; + t1 = B.DefaultTextStyle_MTi; effectiveTextStyle = _this._widget.style; - if (effectiveTextStyle == null || effectiveTextStyle.inherit) - effectiveTextStyle = t1.style.merge$1(effectiveTextStyle); + t2 = effectiveTextStyle == null; + if (t2 || effectiveTextStyle.inherit) { + if (t2) { + t2 = _this.___SelectableTextState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._textSpan.style; + } else + t2 = effectiveTextStyle; + effectiveTextStyle = t1.style.merge$1(t2); + } if (A.MediaQuery_boldTextOverride(context)) - effectiveTextStyle = effectiveTextStyle.merge$1(B.TextStyle_oqK); + effectiveTextStyle = effectiveTextStyle.merge$1(B.TextStyle_ia3); + t2 = _this._widget; + t2.toString; + t3 = _this._selectable_text$_showSelectionHandles; + t4 = _this.___SelectableTextState__controller_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t1.textAlign; + if (t5 == null) + t5 = B.TextAlign_4; + t1 = A.EditableText$(true, _null, _null, _null, false, B.CupertinoDynamicColor_YIZ, B.Clip_1, t4, cursorColor, _null, cursorOffset, cursorOpacityAnimates, cursorRadius, 2, B.DragStartBehavior_1, true, true, true, false, focusNode, false, _null, _this.editableTextKey, B.Brightness_1, _null, t1.maxLines, _null, _null, false, "\u2022", _null, _null, _null, _this.get$_selectable_text$_handleSelectionChanged(), _this.get$_selectable_text$_handleSelectionHandleTapped(), _null, paintCursorAboveText, true, true, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, selectionColor, textSelectionControls, B.BoxHeightStyle_0, B.BoxWidthStyle_0, false, t3, _null, _null, B.StrutStyle_yfz, effectiveTextStyle, t5, B.TextCapitalization_30, _null, t1.textHeightBehavior, _null, _null, t1.textWidthBasis, t2.toolbarOptions); _this._widget.toString; - t2 = _this._selectable_text$_showSelectionHandles; - t3 = A._lateReadCheck(_this.___SelectableTextState__controller, "_controller"); - t4 = _this._widget; - t4 = t4.toolbarOptions; - t1 = A.EditableText$(true, _null, _null, _null, false, B.CupertinoDynamicColor_YIZ, B.Clip_1, t3, cursorColor, _null, cursorOffset, cursorOpacityAnimates, cursorRadius, 2, B.DragStartBehavior_1, true, true, true, false, focusNode, false, _null, _this.editableTextKey, B.Brightness_1, _null, t1.maxLines, _null, _null, false, "\u2022", _null, _null, _null, _this.get$_selectable_text$_handleSelectionChanged(), _this.get$_selectable_text$_handleSelectionHandleTapped(), _null, paintCursorAboveText, true, true, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, selectionColor, textSelectionControls, B.BoxHeightStyle_0, B.BoxWidthStyle_0, false, t2, _null, _null, B.StrutStyle_yfz, effectiveTextStyle, B.TextAlign_4, B.TextCapitalization_3, _null, t1.textHeightBehavior, _null, _null, t1.textWidthBasis, t4); - _this._widget.toString; - t1 = A._lateReadCheck(_this.___SelectableTextState__selectionGestureDetectorBuilder, "_selectionGestureDetectorBuilder").buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.RepaintBoundary(t1, _null)); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._SelectableTextState_build_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); + t2 = _this.___SelectableTextState__selectionGestureDetectorBuilder_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t2.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.RepaintBoundary(t1, _null)); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._SelectableTextState_build_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); }, get$editableTextKey() { return this.editableTextKey; @@ -209228,7 +212247,7 @@ var _this = this, _null = null; return new A._MaterialSwitch(_this.value, _this.onChanged, _this.activeColor, _this.activeTrackColor, _this.inactiveThumbColor, _this.inactiveTrackColor, _this.activeThumbImage, _null, _this.inactiveThumbImage, _null, _null, _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, _null, false, _this._getSwitchSize$1(context), _null); }, - build$1(_, context) { + build$1(context) { var size, _this = this, _null = null, _s80_ = string$.x60null_c; switch (_this._switchType.index) { @@ -209266,27 +212285,27 @@ }; A._MaterialSwitchState.prototype = { didUpdateWidget$1(oldWidget) { - var t1, _this = this, - _s9_ = "_position"; + var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (oldWidget.value != _this._widget.value) { - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, _s9_); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$value(t1) !== 0) { - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, _s9_); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; t1 = t1.get$value(t1) === 1; } else t1 = true; if (t1) { - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, _s9_); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; t1.curve = B.Cubic_JUR0; t1.reverseCurve = B.Cubic_xDo0; } _this.animateToValue$0(); } }, - dispose$0(_) { - this._switch0$_painter.dispose$0(0); - this.super$__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(0); + dispose$0() { + this._switch0$_painter.dispose$0(); + this.super$__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(); }, get$onChanged() { return this._widget.onChanged != null ? this.get$_switch0$_handleChanged() : null; @@ -209316,14 +212335,18 @@ return new A._MaterialStatePropertyWith(new A._MaterialSwitchState__defaultTrackColor_closure(this, A.Theme_of(t1).colorScheme.brightness === B.Brightness_0), type$._MaterialStatePropertyWith_Color); }, _switch0$_handleDragStart$1(details) { - if (this.get$onChanged() != null) - A._lateReadCheck(this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").forward$0(0); + var t1; + if (this.get$onChanged() != null) { + t1 = this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + } }, _switch0$_handleDragUpdate$1(details) { - var t1, delta, _this = this, - _s19_ = "_positionController"; + var t1, delta, t2, _this = this; if (_this.get$onChanged() != null) { - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position"); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.curve = B.C__Linear; t1.reverseCurve = null; t1 = details.primaryDelta; @@ -209333,12 +212356,18 @@ t1.toString; switch (t1.textDirection) { case B.TextDirection_0: - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, _s19_); - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") - delta); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 - delta); break; case B.TextDirection_1: - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, _s19_); - t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") + delta); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 + delta); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -209347,7 +212376,8 @@ }, _switch0$_handleDragEnd$1(details) { var t2, t3, _this = this, - t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position"); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.get$value(t1); t2 = _this._widget; t3 = t2.value; @@ -209356,7 +212386,9 @@ _this.setState$1(new A._MaterialSwitchState__handleDragEnd_closure(_this)); } else _this.animateToValue$0(); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").reverse$0(0); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); }, _switch0$_handleChanged$1(value) { var t1 = this._widget.onChanged; @@ -209364,7 +212396,7 @@ value.toString; t1.call$1(value); }, - build$1(_, context) { + build$1(context) { var theme, switchTheme, activeStates, inactiveStates, t1, effectiveActiveThumbColor, effectiveInactiveThumbColor, effectiveActiveTrackColor, effectiveInactiveTrackColor, focusedStates, t2, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, t3, t4, t5, t6, _this = this, _null = null; if (_this._needsPositionAnimation) { _this._needsPositionAnimation = false; @@ -209449,10 +212481,18 @@ t4 = t1.focusNode; t1 = t1.size; t5 = _this._switch0$_painter; - t5.set$position(0, A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position")); - t5.set$reaction(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reaction, "_reaction")); - t5.set$reactionFocusFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade, "_reactionFocusFade")); - t5.set$reactionHoverFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade, "_reactionHoverFade")); + t6 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t5.set$position(0, t6); + t6 = _this.ToggleableStateMixin___ToggleableStateMixin__reaction_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t5.set$reaction(t6); + t6 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t5.set$reactionFocusFade(t6); + t6 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t5.set$reactionHoverFade(t6); t5.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); t5.set$reactionColor(effectiveActivePressedOverlayColor); t5.set$hoverColor(effectiveHoverOverlayColor); @@ -209476,10 +212516,10 @@ t5.set$trackInnerLength(_this._widget.size._dx - 40); t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t6.toString; - t5.set$textDirection(0, t6.textDirection); + t5.set$textDirection(t6.textDirection); t5.set$surfaceColor(theme.colorScheme.surface); t3 = A.GestureDetector$(_null, _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, t4, new A._MaterialStatePropertyWith(new A._MaterialSwitchState_build_closure(_this, switchTheme), type$._MaterialStatePropertyWith_MouseCursor), t5, t1), t3, true, _null, _null, _null, _null, _this.get$_switch0$_handleDragEnd(), _this.get$_switch0$_handleDragStart(), _this.get$_switch0$_handleDragUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null), false, false, false, t3, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null), false, false, false, t3, _null); } }; A._MaterialSwitchState__widgetThumbColor_closure.prototype = { @@ -209490,7 +212530,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 220 + $signature: 215 }; A._MaterialSwitchState__defaultThumbColor_closure.prototype = { call$1(states) { @@ -209500,7 +212540,7 @@ return this.theme.toggleableActiveColor; return this.isDark ? B.Color_4290624957 : B.Color_4294638330; }, - $signature: 116 + $signature: 115 }; A._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1(states) { @@ -209510,7 +212550,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 220 + $signature: 215 }; A._MaterialSwitchState__defaultTrackColor_closure.prototype = { call$1(states) { @@ -209527,7 +212567,7 @@ } return this.isDark ? B.Color_1308622847 : B.Color_1375731712; }, - $signature: 116 + $signature: 115 }; A._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0() { @@ -209542,7 +212582,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 509 + $signature: 465 }; A._SwitchPainter.prototype = { set$activeThumbImage(value) { @@ -209575,7 +212615,7 @@ this._switch0$_configuration = value; this.notifyListeners$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._switch0$_textDirection == value) return; this._switch0$_textDirection = value; @@ -209650,7 +212690,7 @@ t2 = _this._trackInnerLength; t2.toString; thumbHorizontalOffset = horizontalOffset - 3 + visualPosition * t2; - canvas.drawRRect$2(0, A.RRect$fromRectAndRadius(new A.Rect(horizontalOffset, verticalOffset, horizontalOffset + 33, verticalOffset + 14), B.Radius_7_7), paint); + canvas.drawRRect$2(A.RRect$fromRectAndRadius(new A.Rect(horizontalOffset, verticalOffset, horizontalOffset + 33, verticalOffset + 14), B.Radius_7_7), paint); _this.paintRadialReaction$2$canvas$origin(canvas, new A.Offset(thumbHorizontalOffset + 10, t1 / 2)); _this._paintThumbWith$6(new A.Offset(thumbHorizontalOffset, verticalOffset - 3), canvas, currentValue, thumbColor, thumbImage, thumbErrorListener); }, @@ -209671,7 +212711,7 @@ _this._cachedThumbErrorListener = thumbErrorListener; t1 = _this._cachedThumbPainter; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._cachedThumbPainter = new A._BoxDecorationPainter(new A.BoxDecoration(thumbColor, _null, _null, _null, B.List_UOM, _null, B.BoxShape_1), _this.get$_handleDecorationChanged()); } t1 = _this._cachedThumbPainter; @@ -209688,13 +212728,13 @@ _this._isPainting = false; } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._cachedThumbPainter; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._cachedThumbErrorListener = _this._cachedThumbImage = _this._cachedThumbColor = _this._cachedThumbPainter = null; - _this.super$ToggleablePainter$dispose(0); + _this.super$ToggleablePainter$dispose(); } }; A.__MaterialSwitchState_State_TickerProviderStateMixin.prototype = { @@ -209703,13 +212743,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype = { @@ -209717,25 +212757,33 @@ var t1, _this = this, _null = null; _this.super$State$initState(); t1 = A.AnimationController$(_null, B.Duration_200000, _null, 1, _this._widget.value === false ? 0 : 1, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__positionController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__position = A.CurvedAnimation$(B.Cubic_JUR0, A._lateReadCheck(t1, "_positionController"), B.Cubic_xDo0); + _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__position_A = A.CurvedAnimation$(B.Cubic_JUR0, t1, B.Cubic_xDo0); t1 = A.AnimationController$(_null, B.Duration_100000, _null, 1, _null, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reaction = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reaction_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t1 = A.AnimationController$(_null, B.Duration_50000, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionHoverFadeController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t1 = A.AnimationController$(_null, B.Duration_50000, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); - _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController = t1; - _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_reactionFocusFadeController"), _null); + _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A = t1; + _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, "_positionController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController, "_reactionHoverFadeController").dispose$0(0); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController, "_reactionFocusFadeController").dispose$0(0); - _this.super$__MaterialSwitchState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var _this = this, + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__MaterialSwitchState_State_TickerProviderStateMixin$dispose(); } }; A._SwitchListTileType.prototype = { @@ -209744,7 +212792,7 @@ } }; A.SwitchListTile.prototype = { - build$1(_, context) { + build$1(context) { var t1, t2, control, leading, t3, _this = this, _null = null; switch (0) { case 0: @@ -209763,7 +212811,7 @@ t2 = A.Theme_of(context).toggleableActiveColor; t1 = t1 != null; t3 = t1 ? new A.SwitchListTile_build_closure(_this) : _null; - return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _null, _this.dense, _null, t1, _null, _null, false, _null, leading, _null, t3, false, _null, _null, _this.subtitle, _null, _this.title, control, _null), t2), _null); + return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _null, _this.dense, _null, t1, _null, _null, false, _null, leading, _null, t3, false, _null, _null, _this.subtitle, _null, _this.title, control, _null), t2, _null), _null); }, get$value(receiver) { return this.value; @@ -209782,37 +212830,16 @@ return A.Object_hash(_this.thumbColor, _this.trackColor, _this.materialTapTargetSize, _this.mouseCursor, _this.overlayColor, _this.splashRadius, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.SwitchThemeData) - if (other.thumbColor == _this.thumbColor) - if (other.trackColor == _this.trackColor) - t1 = other.overlayColor == _this.overlayColor && other.splashRadius == _this.splashRadius; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.SwitchThemeData && other.thumbColor == _this.thumbColor && other.trackColor == _this.trackColor && other.overlayColor == _this.overlayColor && other.splashRadius == _this.splashRadius; } }; - A._LerpProperties0.prototype = { - resolve$1(_, states) { - var resolvedB, _this = this, - t1 = _this.a, - resolvedA = t1 == null ? null : t1.resolve$1(0, states); - t1 = _this.b; - resolvedB = t1 == null ? null : t1.resolve$1(0, states); - return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); - }, - $isMaterialStateProperty: 1 - }; A._SwitchThemeData_Object_Diagnosticable.prototype = {}; A.TabBarTheme.prototype = { get$hashCode(_) { @@ -209926,18 +212953,21 @@ this._changeIndex$3$curve$duration(value, B.Cubic_JUR, this._animationDuration); }, set$offset(_, value) { - var t1 = A._lateReadCheck(this._tab_controller$_animationController.__AnimationController__value, "_value"), - t2 = this._tab_controller$_index; - if (value === t1 - t2) + var t3, + t1 = this._tab_controller$_animationController, + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = this._tab_controller$_index; + if (value === t2 - t3) return; - this._tab_controller$_animationController.set$value(0, value + t2); + t1.set$value(0, value + t3); }, - dispose$0(_) { + dispose$0() { var t1 = this._tab_controller$_animationController; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this._tab_controller$_animationController = null; - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, get$length(receiver) { return this.length; @@ -209970,41 +213000,47 @@ initState$0() { var _this = this; _this.super$State$initState(); - _this.___DefaultTabControllerState__controller = A.TabController$(null, 0, _this._widget.length, _this); + _this.___DefaultTabControllerState__controller_A = A.TabController$(null, 0, _this._widget.length, _this); }, - dispose$0(_) { - A._lateReadCheck(this.___DefaultTabControllerState__controller, "_controller").dispose$0(0); - this.super$__DefaultTabControllerState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___DefaultTabControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__DefaultTabControllerState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { - return new A._TabControllerScope(A._lateReadCheck(this.___DefaultTabControllerState__controller, "_controller"), A.TickerMode_of(context), this._widget.child, null); + build$1(context) { + var t1 = this.___DefaultTabControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A._TabControllerScope(t1, A.TickerMode_of(context), this._widget.child, null); }, didUpdateWidget$1(oldWidget) { - var previousIndex, t1, t2, newIndex, _this = this, - _s11_ = "_controller"; + var t1, t2, previousIndex, previousIndex0, newIndex, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (oldWidget.length !== _this._widget.length) { - previousIndex = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_)._previousIndex; - t1 = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_)._tab_controller$_index; - t2 = _this._widget.length; - if (t1 >= t2) { + t1 = oldWidget.length; + t2 = _this._widget.length; + if (t1 !== t2) { + t1 = _this.___DefaultTabControllerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + previousIndex = t1._previousIndex; + previousIndex0 = t1._tab_controller$_index; + if (previousIndex0 >= t2) { newIndex = Math.max(0, t2 - 1); - previousIndex = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_)._tab_controller$_index; + previousIndex = previousIndex0; } else newIndex = null; - _this.___DefaultTabControllerState__controller = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_)._tab_controller$_copyWith$4$animationDuration$index$length$previousIndex(null, newIndex, _this._widget.length, previousIndex); + _this.___DefaultTabControllerState__controller_A = t1._tab_controller$_copyWith$4$animationDuration$index$length$previousIndex(null, newIndex, t2, previousIndex); } _this._widget.toString; } }; A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -210045,7 +213081,7 @@ }, getClipPath$2(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRect$1(0, this._indicatorRectFor$2(rect, textDirection)); + t1.addRect$1(this._indicatorRectFor$2(rect, textDirection)); return t1; } }; @@ -210065,7 +213101,7 @@ paint = t7.toPaint$0(); paint.set$strokeCap(B.StrokeCap_2); t7 = indicator.bottom; - canvas.drawLine$3(0, new A.Offset(indicator.left, t7), new A.Offset(indicator.right, t7), paint); + canvas.drawLine$3(new A.Offset(indicator.left, t7), new A.Offset(indicator.right, t7), paint); } }; A.Tab.prototype = { @@ -210079,7 +213115,7 @@ } return t1; }, - build$1(_, context) { + build$1(context) { var label = this._buildLabelText$0(); return new A.SizedBox(null, 46, A.Center$(label, null, 1), null); }, @@ -210088,7 +213124,7 @@ } }; A._TabStyle.prototype = { - build$1(_, context) { + build$1(context) { var defaultStyle, defaultUnselectedStyle, textStyle, selectedColor, unselectedColor, color, _this = this, _null = null, themeData = A.Theme_of(context), tabBarTheme = A.Theme_of(context).tabBarTheme, @@ -210174,9 +213210,7 @@ t1 = _this.getEffectiveTextDirection$1(context); t1.toString; t1 = new A._TabLabelBarRenderer(_this.onPerformLayout, _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.crossAxisAlignment, t1, _this.verticalDirection, _null, B.Clip_0, A.LayerHandle$(type$.ClipRectLayer), A.List_List$filled(4, A.TextPainter$(_null, _null, _null, _null, _null, B.TextAlign_4, B.TextDirection_1, _null, 1, B.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, _null); return t1; }, @@ -210189,10 +213223,10 @@ markNeedsPaint$0() { this._tabs$_needsPaint = true; }, - dispose$0(_) { + dispose$0() { var t1 = this._tabs$_painter; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); }, indicatorRect$2(tabBarSize, tabIndex) { var t1, tabLeft, tabRight, insets, t2, rect, _this = this; @@ -210225,7 +213259,8 @@ _this._tabs$_painter = _this.indicator.createBoxPainter$1(_this.get$markNeedsPaint()); t1 = _this.controller; index = t1._tab_controller$_index; - t1 = A._lateReadCheck(t1.get$animation(t1).__AnimationController__value, "_value"); + t1 = t1.get$animation(t1).__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); ltr = index > t1; t2 = ltr ? B.JSNumber_methods.floor$0(t1) : B.JSNumber_methods.ceil$0(t1); from = B.JSInt_methods.clamp$2(t2, 0, _this._currentTabOffsets.length - 2); @@ -210283,12 +213318,15 @@ this.super$AnimationWithParentMixin$removeListener(0, listener); }, get$value(_) { - var t1 = this.controller, - t2 = t1.length, - controllerValue = J.clamp$2$n(A._lateReadCheck(t1.get$animation(t1).__AnimationController__value, "_value"), 0, t2 - 1); + var controllerValue, + t1 = this.controller, + t2 = t1.length; + t1 = t1.get$animation(t1).__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + controllerValue = A.clampDouble(t1, 0, t2 - 1); t2 = this.index; t2.toString; - return B.JSNumber_methods.clamp$2(Math.abs(controllerValue - t2), 0, 1); + return A.clampDouble(Math.abs(controllerValue - t2), 0, 1); } }; A._TabBarScrollPosition.prototype = { @@ -210344,7 +213382,7 @@ this.super$State$initState(); t1 = this._widget.tabs; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,GlobalKey>>"); - this.___TabBarState__tabKeys = A.List_List$of(new A.MappedListIterable(t1, new A._TabBarState_initState_closure(), t2), true, t2._eval$1("ListIterable.E")); + this.___TabBarState__tabKeys_A = A.List_List$of(new A.MappedListIterable(t1, new A._TabBarState_initState_closure(), t2), true, t2._eval$1("ListIterable.E")); }, get$_indicator() { var t1, color, t2, _this = this; @@ -210374,7 +213412,7 @@ if (t1) color = B.Color_4294967295; _this._widget.toString; - return new A.UnderlineTabIndicator(new A.BorderSide(color, 2, B.BorderStyle_1), B.EdgeInsets_0_0_0_0); + return new A.UnderlineTabIndicator(new A.BorderSide(color, 2, B.BorderStyle_1, B.StrokeAlign_0), B.EdgeInsets_0_0_0_0); }, get$_controllerIsValid() { var t1 = this._tabs$_controller; @@ -210419,7 +213457,8 @@ t3.toString; t3 = A.Theme_of(t3).tabBarTheme; _this._widget.toString; - t4 = A._lateReadCheck(_this.___TabBarState__tabKeys, "_tabKeys"); + t4 = _this.___TabBarState__tabKeys_A; + t4 === $ && A.throwUnnamedLateFieldNI(); t5 = _this._indicatorPainter; t1 = new A._IndicatorPainter(t1, t2, t3.indicatorSize, B.EdgeInsets_0_0_0_0, t4, t1.get$animation(t1)); if (t5 != null) { @@ -210437,8 +213476,7 @@ this._initIndicatorPainter$0(); }, didUpdateWidget$1(oldWidget) { - var t1, delta, _list, t2, n, _this = this, - _s8_ = "_tabKeys"; + var t1, t2, t3, delta, _list, n, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; if (t1.controller != oldWidget.controller) { @@ -210453,26 +213491,29 @@ if (t1) _this._initIndicatorPainter$0(); } - if (_this._widget.tabs.length > J.get$length$asx(A._lateReadCheck(_this.___TabBarState__tabKeys, _s8_))) { - delta = _this._widget.tabs.length - J.get$length$asx(A._lateReadCheck(_this.___TabBarState__tabKeys, _s8_)); - t1 = A._lateReadCheck(_this.___TabBarState__tabKeys, _s8_); + t1 = _this._widget.tabs.length; + t2 = _this.___TabBarState__tabKeys_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.length; + if (t1 > t3) { + delta = t1 - t3; _list = J.JSArray_JSArray$allocateGrowable(delta, type$.GlobalKey_State_StatefulWidget); - for (t2 = type$.LabeledGlobalKey_State_StatefulWidget, n = 0; n < delta; ++n) - _list[n] = new A.LabeledGlobalKey(null, t2); - J.addAll$1$ax(t1, _list); - } else if (_this._widget.tabs.length < J.get$length$asx(A._lateReadCheck(_this.___TabBarState__tabKeys, _s8_))) - J.removeRange$2$ax(A._lateReadCheck(_this.___TabBarState__tabKeys, _s8_), _this._widget.tabs.length, J.get$length$asx(A._lateReadCheck(_this.___TabBarState__tabKeys, _s8_))); + for (t1 = type$.LabeledGlobalKey_State_StatefulWidget, n = 0; n < delta; ++n) + _list[n] = new A.LabeledGlobalKey(null, t1); + B.JSArray_methods.addAll$1(t2, _list); + } else if (t1 < t3) + B.JSArray_methods.removeRange$2(t2, t1, t3); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; - _this._indicatorPainter.dispose$0(0); + _this._indicatorPainter.dispose$0(); if (_this.get$_controllerIsValid()) { t1 = _this._tabs$_controller; t1.get$animation(t1).removeListener$1(0, _this.get$_handleTabControllerAnimationTick()); _this._tabs$_controller.removeListener$1(0, _this.get$_handleTabControllerTick()); } _this._tabs$_controller = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _tabScrollOffset$4(index, viewportWidth, minExtent, maxExtent) { var t1, tabCenter, _this = this; @@ -210484,14 +213525,16 @@ t1.toString; switch (t1.textDirection) { case B.TextDirection_0: - tabCenter = A._lateReadCheck(_this.___TabBarState__tabStripWidth, "_tabStripWidth") - tabCenter; + t1 = _this.___TabBarState__tabStripWidth_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + tabCenter = t1 - tabCenter; break; case B.TextDirection_1: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - return B.JSNumber_methods.clamp$2(tabCenter - viewportWidth / 2, minExtent, maxExtent); + return A.clampDouble(tabCenter - viewportWidth / 2, minExtent, maxExtent); }, _tabCenteredScrollOffset$1(index) { var t2, t3, @@ -210518,7 +213561,8 @@ trailingPosition = t1 < _this._indicatorPainter._currentTabOffsets.length - 2 ? _this._tabCenteredScrollOffset$1(t1 + 1) : null; t1 = _this._tabs$_controller; index = t1._tab_controller$_index; - t1 = A._lateReadCheck(t1.get$animation(t1).__AnimationController__value, "_value"); + t1 = t1.get$animation(t1).__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1 === index - 1) offset = leadingPosition == null ? middlePosition : leadingPosition; else if (t1 === index + 1) @@ -210557,7 +213601,7 @@ }, _saveTabOffsets$3(tabOffsets, textDirection, width) { var t1; - this.___TabBarState__tabStripWidth = width; + this.___TabBarState__tabStripWidth_A = width; t1 = this._indicatorPainter; if (t1 != null) { t1._currentTabOffsets = tabOffsets; @@ -210569,7 +213613,7 @@ this._widget.toString; return A._TabStyle$(animation, child, _null, _null, selected, _null, _null); }, - build$1(_, context) { + build$1(context) { var tabBarTheme, wrappedTabs, t2, previousIndex, t3, t4, animation, tabIndex, tabCount, t5, t6, t7, index, t8, effectiveMouseCursor, index0, t9, tabBar, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -210631,7 +213675,7 @@ t8 = _this._currentIndex; index0 = index + 1; t9 = t1.tabLabel$2$tabCount$tabIndex(tabCount, index0); - t2 = A.InkWell$(false, _null, true, new A.Padding(new A.EdgeInsets(0, 0, 0, 2), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t2, new A.Semantics(new A.SemanticsProperties(_null, _null, _null, index === t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, _null, _null)], t3), _null), _null), _null, true, _null, _null, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, new A._TabBarState_build_closure0(_this, index), _null, _null, t5, _null, _null, t4); + t2 = A.InkWell$(false, _null, true, new A.Padding(new A.EdgeInsets(0, 0, 0, 2), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t2, new A.Semantics(new A.SemanticsProperties(_null, _null, _null, index === t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, _null, _null)], t3), _null), _null), _null, true, _null, _null, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, new A._TabBarState_build_closure0(_this, index), _null, _null, t5, _null, _null, t4, _null); wrappedTabs[index] = t2; t8 = _this._widget; if (!t8.isScrollable) @@ -210642,9 +213686,9 @@ if (t2.isScrollable) { t1 = _this._tabs$_scrollController; if (t1 == null) - t1 = _this._tabs$_scrollController = new A._TabBarScrollController(_this, 0, true, _null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + t1 = _this._tabs$_scrollController = new A._TabBarScrollController(_this, 0, true, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); _this._widget.toString; - tabBar = A.SingleChildScrollView$(tabBar, t1, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_0); + tabBar = A.SingleChildScrollView$(tabBar, t1, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_0); } return tabBar; } @@ -210653,7 +213697,7 @@ call$1(tab) { return new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 2171 + $signature: 1079 }; A._TabBarState__handleTabControllerTick_closure.prototype = { call$0() { @@ -210684,10 +213728,12 @@ t2 = this.tabBarTheme.labelPadding; if (t2 == null) t2 = B.EdgeInsets_16_0_16_0; - t3 = J.$index$asx(A._lateReadCheck(t1.___TabBarState__tabKeys, "_tabKeys"), index); + t3 = t1.___TabBarState__tabKeys_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3[index]; return A.Center$(new A.Padding(t2, new A.KeyedSubtree(t1._widget.tabs[index], t3), _null), 1, _null); }, - $signature: 2176 + $signature: 1080 }; A._TabBarState_build_closure0.prototype = { call$0() { @@ -210744,37 +213790,37 @@ t1 = _this._tabs$_controller._tab_controller$_index; _this._currentIndex = t1; _this._widget.toString; - _this.___TabBarViewState__pageController = A.PageController$(t1, 1); + _this.___TabBarViewState__pageController_A = A.PageController$(t1, 1); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (_this._widget.controller != oldWidget.controller) { _this._updateTabController$0(); - _this._currentIndex = _this._tabs$_controller._tab_controller$_index; + t1 = _this._tabs$_controller._tab_controller$_index; + _this._currentIndex = t1; ++_this._warpUnderwayCount; - t1 = A._lateReadCheck(_this.___TabBarViewState__pageController, "_pageController"); - t2 = _this._currentIndex; - t2.toString; - t1.jumpToPage$1(t2); + t2 = _this.___TabBarViewState__pageController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.jumpToPage$1(t1); --_this._warpUnderwayCount; } if (_this._widget.children !== oldWidget.children && _this._warpUnderwayCount === 0) _this._tabs$_updateChildren$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; if (_this.get$_controllerIsValid()) { t1 = _this._tabs$_controller; t1.get$animation(t1).removeListener$1(0, _this.get$_handleTabControllerAnimationTick()); } _this._tabs$_controller = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _tabs$_updateChildren$0() { var t1 = this._widget.children; - this.___TabBarViewState__children = t1; - this.___TabBarViewState__childrenWithKey = A.KeyedSubtree_ensureUniqueKeysForList(t1); + this.___TabBarViewState__children_A = t1; + this.___TabBarViewState__childrenWithKey_A = A.KeyedSubtree_ensureUniqueKeysForList(t1); }, _handleTabControllerAnimationTick$0() { var t1, _this = this; @@ -210789,7 +213835,7 @@ _warpToCurrentIndex$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, position, t1, t2, duration, previousIndex, initialPage, t3; + $async$returnValue, $async$self = this, t1, position, t2, duration, previousIndex, initialPage, t3; var $async$_warpToCurrentIndex$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -210803,7 +213849,9 @@ $async$goto = 1; break; } - position = type$._PagePosition._as(B.JSArray_methods.get$single(A._lateReadCheck($async$self.___TabBarViewState__pageController, "_pageController")._positions)); + t1 = $async$self.___TabBarViewState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + position = type$._PagePosition._as(B.JSArray_methods.get$single(t1._positions)); t1 = position.get$page(position); t2 = $async$self._currentIndex; t2.toString; @@ -210815,27 +213863,21 @@ } t1 = $async$self._tabs$_controller; duration = t1._animationDuration; - if (duration._duration === 0) { - t1 = A._lateReadCheck($async$self.___TabBarViewState__pageController, "_pageController"); - t2 = $async$self._currentIndex; - t2.toString; - t1.jumpToPage$1(t2); - $async$returnValue = A.Future_Future$value(null, type$.void); - // goto return - $async$goto = 1; - break; - } previousIndex = t1._previousIndex; $async$goto = Math.abs(t2 - previousIndex) === 1 ? 3 : 4; break; case 3: // then + if (duration._duration === 0) { + $async$self.___TabBarViewState__pageController_A.jumpToPage$1(t2); + $async$returnValue = A.Future_Future$value(null, type$.void); + // goto return + $async$goto = 1; + break; + } ++$async$self._warpUnderwayCount; - t1 = A._lateReadCheck($async$self.___TabBarViewState__pageController, "_pageController"); - t2 = $async$self._currentIndex; - t2.toString; $async$goto = 5; - return A._asyncAwait(t1.animateToPage$3$curve$duration(t2, B.Cubic_JUR, duration), $async$_warpToCurrentIndex$0); + return A._asyncAwait($async$self.___TabBarViewState__pageController_A.animateToPage$3$curve$duration(t2, B.Cubic_JUR, duration), $async$_warpToCurrentIndex$0); case 5: // returning from await. --$async$self._warpUnderwayCount; @@ -210846,10 +213888,21 @@ case 4: // join initialPage = t2 > previousIndex ? t2 - 1 : t2 + 1; - t1 = A._lateReadCheck($async$self.___TabBarViewState__childrenWithKey, "_childrenWithKey"); + t1 = $async$self.___TabBarViewState__childrenWithKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$self.setState$1(new A._TabBarViewState__warpToCurrentIndex_closure($async$self, initialPage, previousIndex)); - A._lateReadCheck($async$self.___TabBarViewState__pageController, "_pageController").jumpToPage$1(initialPage); - t2 = A._lateReadCheck($async$self.___TabBarViewState__pageController, "_pageController"); + $async$self.___TabBarViewState__pageController_A.jumpToPage$1(initialPage); + if (duration._duration === 0) { + t1 = $async$self.___TabBarViewState__pageController_A; + t2 = $async$self._currentIndex; + t2.toString; + t1.jumpToPage$1(t2); + $async$returnValue = A.Future_Future$value(null, type$.void); + // goto return + $async$goto = 1; + break; + } + t2 = $async$self.___TabBarViewState__pageController_A; t3 = $async$self._currentIndex; t3.toString; $async$goto = 6; @@ -210871,8 +213924,7 @@ return A._asyncStartSync($async$_warpToCurrentIndex$0, $async$completer); }, _tabs$_handleScrollNotification$1(notification) { - var position, t2, t3, _this = this, - _s15_ = "_pageController", + var t2, position, t3, _this = this, t1 = _this._warpUnderwayCount; if (t1 > 0) return false; @@ -210880,80 +213932,90 @@ return false; _this._warpUnderwayCount = t1 + 1; if (notification instanceof A.ScrollUpdateNotification && _this._tabs$_controller._indexIsChangingCount === 0) { - t1 = type$._PagePosition; - position = t1._as(B.JSArray_methods.get$single(A._lateReadCheck(_this.___TabBarViewState__pageController, _s15_)._positions)); - t2 = position.get$page(position); - t2.toString; - t3 = _this._tabs$_controller; - if (Math.abs(t2 - t3._tab_controller$_index) > 1) { - position = t1._as(B.JSArray_methods.get$single(A._lateReadCheck(_this.___TabBarViewState__pageController, _s15_)._positions)); - t2 = position.get$page(position); - t2.toString; - t3._changeIndex$1(B.JSNumber_methods.round$0(t2)); - t2 = _this._tabs$_controller; - _this._currentIndex = t2._tab_controller$_index; - } else - t2 = t3; - position = t1._as(B.JSArray_methods.get$single(A._lateReadCheck(_this.___TabBarViewState__pageController, _s15_)._positions)); + t1 = _this.___TabBarViewState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = type$._PagePosition; + position = t2._as(B.JSArray_methods.get$single(t1._positions)); t1 = position.get$page(position); t1.toString; - t2.set$offset(0, B.JSNumber_methods.clamp$2(t1 - _this._tabs$_controller._tab_controller$_index, -1, 1)); + t3 = _this._tabs$_controller; + if (Math.abs(t1 - t3._tab_controller$_index) > 1) { + position = t2._as(B.JSArray_methods.get$single(_this.___TabBarViewState__pageController_A._positions)); + t1 = position.get$page(position); + t1.toString; + t3._changeIndex$1(B.JSNumber_methods.round$0(t1)); + t1 = _this._tabs$_controller; + _this._currentIndex = t1._tab_controller$_index; + } else + t1 = t3; + position = t2._as(B.JSArray_methods.get$single(_this.___TabBarViewState__pageController_A._positions)); + t2 = position.get$page(position); + t2.toString; + t1.set$offset(0, A.clampDouble(t2 - _this._tabs$_controller._tab_controller$_index, -1, 1)); } else if (notification instanceof A.ScrollEndNotification) { t1 = _this._tabs$_controller; t1.toString; - t2 = type$._PagePosition; - position = t2._as(B.JSArray_methods.get$single(A._lateReadCheck(_this.___TabBarViewState__pageController, _s15_)._positions)); - t3 = position.get$page(position); - t3.toString; - t1._changeIndex$1(B.JSNumber_methods.round$0(t3)); - t3 = _this._tabs$_controller; - _this._currentIndex = t3._tab_controller$_index; - if (t3._indexIsChangingCount === 0) { - position = t2._as(B.JSArray_methods.get$single(A._lateReadCheck(_this.___TabBarViewState__pageController, _s15_)._positions)); + t2 = _this.___TabBarViewState__pageController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$._PagePosition; + position = t3._as(B.JSArray_methods.get$single(t2._positions)); + t2 = position.get$page(position); + t2.toString; + t1._changeIndex$1(B.JSNumber_methods.round$0(t2)); + t2 = _this._tabs$_controller; + _this._currentIndex = t2._tab_controller$_index; + if (t2._indexIsChangingCount === 0) { + position = t3._as(B.JSArray_methods.get$single(_this.___TabBarViewState__pageController_A._positions)); t1 = position.get$page(position); t1.toString; - t3.set$offset(0, B.JSNumber_methods.clamp$2(t1 - _this._tabs$_controller._tab_controller$_index, -1, 1)); + t2.set$offset(0, A.clampDouble(t1 - _this._tabs$_controller._tab_controller$_index, -1, 1)); } } --_this._warpUnderwayCount; return false; }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, _this = this; _this._widget.toString; - t1 = A._lateReadCheck(_this.___TabBarViewState__pageController, "_pageController"); - _this._widget.toString; + t1 = _this.___TabBarViewState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = B.PageScrollPhysics_null.buildParent$1(B.ClampingScrollPhysics_null); - t3 = A._lateReadCheck(_this.___TabBarViewState__childrenWithKey, "_childrenWithKey"); - if (t1 == null) - t1 = $.$get$_defaultPageController(); - return new A.NotificationListener(_this.get$_tabs$_handleScrollNotification(), new A.PageView(t1, new A.PageScrollPhysics(t2), null, A.SliverChildListDelegate$(t3, true, true, true), B.DragStartBehavior_1, null), null, type$.NotificationListener_ScrollNotification); + t3 = _this.___TabBarViewState__childrenWithKey_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.NotificationListener(_this.get$_tabs$_handleScrollNotification(), new A.PageView(t1, new A.PageScrollPhysics(t2), null, A.SliverChildListDelegate$(t3, true, true, true), B.DragStartBehavior_1, B.Clip_1, null), null, type$.NotificationListener_ScrollNotification); } }; A._TabBarViewState__warpToCurrentIndex_closure.prototype = { call$0() { - var t2, t3, temp, - _s16_ = "_childrenWithKey", + var t2, t3, temp, t4, t5, t1 = this.$this; ++t1._warpUnderwayCount; - t2 = A.List_List$of(A._lateReadCheck(t1.___TabBarViewState__childrenWithKey, _s16_), false, type$.Widget); - t1.___TabBarViewState__childrenWithKey = t2; + t2 = t1.___TabBarViewState__childrenWithKey_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.List_List$of(t2, false, type$.Widget); + t1.___TabBarViewState__childrenWithKey_A = t2; t3 = this.initialPage; - temp = J.$index$asx(A._lateReadCheck(t2, _s16_), t3); - t2 = this.previousIndex; - J.$indexSet$ax(A._lateReadCheck(t1.___TabBarViewState__childrenWithKey, _s16_), t3, J.$index$asx(A._lateReadCheck(t1.___TabBarViewState__childrenWithKey, _s16_), t2)); - J.$indexSet$ax(A._lateReadCheck(t1.___TabBarViewState__childrenWithKey, _s16_), t2, temp); + temp = t2[t3]; + t2 = t1.___TabBarViewState__childrenWithKey_A; + t4 = this.previousIndex; + t5 = J.getInterceptor$asx(t2); + t5.$indexSet(t2, t3, t5.$index(t2, t4)); + J.$indexSet$ax(t1.___TabBarViewState__childrenWithKey_A, t4, temp); }, $signature: 0 }; A._TabBarViewState__warpToCurrentIndex_closure0.prototype = { call$0() { - var t1 = this.$this; + var t2, t3, + t1 = this.$this; --t1._warpUnderwayCount; - if (t1._widget.children !== A._lateReadCheck(t1.___TabBarViewState__children, "_children")) + t2 = t1._widget.children; + t3 = t1.___TabBarViewState__children_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== t3) t1._tabs$_updateChildren$0(); else - t1.___TabBarViewState__childrenWithKey = this.originalChildren; + t1.___TabBarViewState__childrenWithKey_A = this.originalChildren; }, $signature: 0 }; @@ -210961,16 +214023,18 @@ A.__DragAnimation_Animation_AnimationWithParentMixin.prototype = {}; A.TextButton.prototype = { defaultStyleOf$1(context) { - var t1, t2, t3, t4, + var t1, t2, t3, t4, t5, theme = A.Theme_of(context), colorScheme = theme.colorScheme; A.Theme_of(context).toString; - t1 = theme.shadowColor; - t2 = theme.textTheme; - t3 = A._scaledPadding0(context); - t4 = theme.visualDensity; - t4 = A.TextButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onSurface, t3, colorScheme.primary, t1, B.RoundedRectangleBorder_LkV0, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t4); - return t4; + t1 = colorScheme.onSurface.value; + t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + t2 = theme.shadowColor; + t3 = theme.textTheme; + t4 = A._scaledPadding0(context); + t5 = theme.visualDensity; + t5 = A.TextButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.Color_0, t1, B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, colorScheme.primary, B.Size_wjo, B.Size_64_36, t4, null, t2, B.RoundedRectangleBorder_ifx0, B.C__InkRippleFactory, theme.materialTapTargetSize, t3.labelLarge, t5); + return t5; }, themeStyleOf$1(context) { var t1; @@ -210979,30 +214043,14 @@ return t1.style; } }; - A._TextButtonDefaultForeground.prototype = { + A._TextButtonDefaultColor.prototype = { resolve$1(_, states) { - var t1; - if (states.contains$1(0, B.MaterialState_6)) { - t1 = this.onSurface; - if (t1 == null) - t1 = null; - else { - t1 = t1.value; - t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - return t1; - } - return this.primary; + if (states.contains$1(0, B.MaterialState_6)) + return this.disabled; + return this.color; }, toString$0(_) { - var t1 = this.onSurface; - if (t1 == null) - t1 = null; - else { - t1 = t1.value; - t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - return "{disabled: " + A.S(t1) + ", otherwise: " + A.S(this.primary) + "}"; + return "{disabled: " + A.S(this.disabled) + ", otherwise: " + A.S(this.color) + "}"; } }; A._TextButtonDefaultOverlay.prototype = { @@ -211173,7 +214221,9 @@ return t1; }, get$forcePressEnabled() { - return A._lateReadCheck(this.___TextFieldState_forcePressEnabled, "forcePressEnabled"); + var t1 = this.___TextFieldState_forcePressEnabled_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$selectionEnabled() { return this._widget.enableInteractiveSelection; @@ -211235,7 +214285,7 @@ t3.toString; builtCounter = t2.call$4$currentLength$isFocused$maxLength(t3, currentLength, isFocused, t1.maxLength); if (builtCounter != null) - counter = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isFocused, _null, _null, _null, _null, _null, _null, _null, _null, _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, builtCounter, _null); + counter = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isFocused, _null, _null, _null, _null, _null, _null, _null, _null, _null, _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, builtCounter, _null); else counter = _null; return effectiveDecoration.copyWith$1$counter(counter); @@ -211266,7 +214316,7 @@ initState$0() { var _this = this; _this.super$State$initState(); - _this.___TextFieldState__selectionGestureDetectorBuilder = new A._TextFieldSelectionGestureDetectorBuilder(_this, _this); + _this.___TextFieldState__selectionGestureDetectorBuilder_A = new A._TextFieldSelectionGestureDetectorBuilder(_this, _this); if (_this._widget.controller == null) _this._text_field$_createLocalController$0(); _this.get$_effectiveFocusNode().set$canRequestFocus(_this.get$_isEnabled()); @@ -211303,7 +214353,7 @@ _this.unregisterFromRestoration$1(t1); t1 = _this._text_field$_controller; t1._disposeOldValue$0(); - t1.super$RestorableListenable$dispose(0); + t1.super$RestorableListenable$dispose(); _this._text_field$_controller = null; } t1 = _this._widget.focusNode; @@ -211349,18 +214399,18 @@ get$restorationId() { return this._widget.restorationId; }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.get$_effectiveFocusNode().removeListener$1(0, _this.get$_text_field$_handleFocusChanged()); t1 = _this._text_field$_focusNode; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); t1 = _this._text_field$_controller; if (t1 != null) { t1._disposeOldValue$0(); - t1.super$RestorableListenable$dispose(0); + t1.super$RestorableListenable$dispose(); } - _this.super$__TextFieldState_State_RestorationMixin$dispose(0); + _this.super$__TextFieldState_State_RestorationMixin$dispose(); }, _requestKeyboard$0() { var t1 = this.editableTextKey.get$currentState(); @@ -211368,8 +214418,10 @@ t1.requestKeyboard$0(); }, _shouldShowSelectionHandles$1(cause) { - var t1, _this = this; - if (!A._lateReadCheck(_this.___TextFieldState__selectionGestureDetectorBuilder, "_selectionGestureDetectorBuilder")._shouldShowSelectionToolbar) + var _this = this, + t1 = _this.___TextFieldState__selectionGestureDetectorBuilder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1._shouldShowSelectionToolbar) return false; if (cause === B.SelectionChangedCause_4) return false; @@ -211456,38 +214508,41 @@ autofillConfiguration = B.AutofillConfiguration_lYx; return _this.editableTextKey.get$currentState().get$textInputConfiguration().copyWith$1$autofillConfiguration(autofillConfiguration); }, - build$1(_, context) { - var style, controller, focusNode, t2, t3, cursorRadius, cupertinoTheme, textSelectionControls, cursorColor, selectionColor, cursorOffset, autocorrectionTextRectColor, paintCursorAboveText, cursorOpacityAnimates, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, child, effectiveMouseCursor, _this = this, _null = null, _box_0 = {}, + build$1(context) { + var t2, style, controller, focusNode, t3, t4, cursorRadius, cupertinoTheme, textSelectionControls, cursorColor, selectionColor, cursorOffset, autocorrectionTextRectColor, paintCursorAboveText, cursorOpacityAnimates, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, child, effectiveMouseCursor, _this = this, _null = null, _box_0 = {}, theme = A.Theme_of(context), - selectionTheme = A.TextSelectionTheme_of(context), - t1 = theme.textTheme.titleMedium; - t1.toString; - style = t1.merge$1(_this._widget.style); + t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultSelectionStyle); + if (t1 == null) + t1 = B.DefaultSelectionStyle_MUs; + t2 = theme.textTheme.titleMedium; + t2.toString; + style = t2.merge$1(_this._widget.style); _this._widget.toString; - t1 = theme.colorScheme; + t2 = theme.colorScheme; controller = _this.get$_text_field$_effectiveController(); focusNode = _this.get$_effectiveFocusNode(); - t2 = A._setArrayType([], type$.JSArray_TextInputFormatter); - t3 = _this._widget.inputFormatters; - if (t3 != null) - B.JSArray_methods.addAll$1(t2, t3); - t3 = _this._widget.maxLength; - if (t3 != null) - t2.push(new A.LengthLimitingTextInputFormatter(t3, _this.get$_effectiveMaxLengthEnforcement())); + t3 = A._setArrayType([], type$.JSArray_TextInputFormatter); + t4 = _this._widget.inputFormatters; + if (t4 != null) + B.JSArray_methods.addAll$1(t3, t4); + t4 = _this._widget.maxLength; + if (t4 != null) + t3.push(new A.LengthLimitingTextInputFormatter(t4, _this.get$_effectiveMaxLengthEnforcement())); cursorRadius = _this._widget.cursorRadius; _box_0.handleDidGainAccessibilityFocus = null; switch (theme.platform) { case B.TargetPlatform_2: cupertinoTheme = A.CupertinoTheme_of(context); - _this.___TextFieldState_forcePressEnabled = true; + _this.___TextFieldState_forcePressEnabled_A = true; textSelectionControls = $.$get$cupertinoTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + _this._widget.toString; + cursorColor = t1.cursorColor; if (cursorColor == null) cursorColor = cupertinoTheme.get$primaryColor(); - selectionColor = selectionTheme.selectionColor; + selectionColor = t1.selectionColor; if (selectionColor == null) { - t3 = cupertinoTheme.get$primaryColor(); - selectionColor = A.Color$fromARGB(102, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255); + t1 = cupertinoTheme.get$primaryColor(); + selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } if (cursorRadius == null) cursorRadius = B.Radius_2_2; @@ -211498,15 +214553,16 @@ break; case B.TargetPlatform_4: cupertinoTheme = A.CupertinoTheme_of(context); - _this.___TextFieldState_forcePressEnabled = false; + cursorOpacityAnimates = _this.___TextFieldState_forcePressEnabled_A = false; textSelectionControls = $.$get$cupertinoDesktopTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + _this._widget.toString; + cursorColor = t1.cursorColor; if (cursorColor == null) cursorColor = cupertinoTheme.get$primaryColor(); - selectionColor = selectionTheme.selectionColor; + selectionColor = t1.selectionColor; if (selectionColor == null) { - t3 = cupertinoTheme.get$primaryColor(); - selectionColor = A.Color$fromARGB(102, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255); + t1 = cupertinoTheme.get$primaryColor(); + selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } if (cursorRadius == null) cursorRadius = B.Radius_2_2; @@ -211514,19 +214570,18 @@ _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure(_this); autocorrectionTextRectColor = _null; paintCursorAboveText = true; - cursorOpacityAnimates = true; break; case B.TargetPlatform_0: case B.TargetPlatform_1: - _this.___TextFieldState_forcePressEnabled = false; + _this.___TextFieldState_forcePressEnabled_A = false; textSelectionControls = $.$get$materialTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + cursorColor = t1.cursorColor; if (cursorColor == null) - cursorColor = t1.primary; - selectionColor = selectionTheme.selectionColor; + cursorColor = t2.primary; + selectionColor = t1.selectionColor; if (selectionColor == null) { - t3 = t1.primary; - selectionColor = A.Color$fromARGB(102, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255); + t1 = t2.primary; + selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } autocorrectionTextRectColor = _null; cursorOffset = autocorrectionTextRectColor; @@ -211534,15 +214589,15 @@ cursorOpacityAnimates = false; break; case B.TargetPlatform_3: - _this.___TextFieldState_forcePressEnabled = false; + _this.___TextFieldState_forcePressEnabled_A = false; textSelectionControls = $.$get$desktopTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + cursorColor = t1.cursorColor; if (cursorColor == null) - cursorColor = t1.primary; - selectionColor = selectionTheme.selectionColor; + cursorColor = t2.primary; + selectionColor = t1.selectionColor; if (selectionColor == null) { - t3 = t1.primary; - selectionColor = A.Color$fromARGB(102, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255); + t1 = t2.primary; + selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } autocorrectionTextRectColor = _null; cursorOffset = autocorrectionTextRectColor; @@ -211550,15 +214605,15 @@ cursorOpacityAnimates = false; break; case B.TargetPlatform_5: - _this.___TextFieldState_forcePressEnabled = false; + _this.___TextFieldState_forcePressEnabled_A = false; textSelectionControls = $.$get$desktopTextSelectionControls(); - cursorColor = selectionTheme.cursorColor; + cursorColor = t1.cursorColor; if (cursorColor == null) - cursorColor = t1.primary; - selectionColor = selectionTheme.selectionColor; + cursorColor = t2.primary; + selectionColor = t1.selectionColor; if (selectionColor == null) { - t3 = t1.primary; - selectionColor = A.Color$fromARGB(102, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255); + t1 = t2.primary; + selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure0(_this); autocorrectionTextRectColor = _null; @@ -211569,7 +214624,7 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t3 = _this.RestorationMixin__bucket; + t1 = _this.RestorationMixin__bucket; t4 = _this._widget.readOnly || !_this.get$_isEnabled(); t5 = _this._widget; t6 = t5.toolbarOptions; @@ -211600,7 +214655,7 @@ t30 = t24.cursorWidth; t31 = t24.cursorHeight; t32 = t24.scrollPadding; - t6 = A.UnmanagedRestorationScope$(t3, A.EditableText$(t18, autocorrectionTextRectColor, _this, B.List_empty0, t15, B.CupertinoDynamicColor_YIZ, B.Clip_1, controller, cursorColor, t31, cursorOffset, cursorOpacityAnimates, cursorRadius, t30, B.DragStartBehavior_1, true, t25, true, t5, focusNode, true, t2, _this.editableTextKey, t1.brightness, t9, t21, t22, B.C__DeferringMouseCursor, t17, t16, _null, t27, t28, _this.get$_handleSelectionChanged(), _this.get$_handleSelectionHandleTapped(), t29, paintCursorAboveText, t4, true, "editable", true, t24.scrollController, t32, t24.scrollPhysics, t23, t26, B.BoxHeightStyle_0, B.BoxWidthStyle_0, t7, t8, t19, t20, t12, style, t13, t11, t14, _null, t10, _null, B.TextWidthBasis_0, t6)); + t6 = A.UnmanagedRestorationScope$(t1, A.EditableText$(t18, autocorrectionTextRectColor, _this, B.List_empty1, t15, B.CupertinoDynamicColor_YIZ, B.Clip_1, controller, cursorColor, t31, cursorOffset, cursorOpacityAnimates, cursorRadius, t30, B.DragStartBehavior_1, true, t25, true, t5, focusNode, true, t3, _this.editableTextKey, t2.brightness, t9, t21, t22, B.C__DeferringMouseCursor, t17, t16, _null, t27, t28, _this.get$_handleSelectionChanged(), _this.get$_handleSelectionHandleTapped(), t29, paintCursorAboveText, t4, true, "editable", true, t24.scrollController, t32, t24.scrollPhysics, t23, t26, B.BoxHeightStyle_0, B.BoxWidthStyle_0, t7, t8, t19, t20, t12, style, t13, t11, t14, _null, t10, _null, B.TextWidthBasis_0, t6)); _this._widget.toString; child = A.AnimatedBuilder$(new A._MergingListenable(A._setArrayType([focusNode, controller], type$.JSArray_Listenable)), new A._TextFieldState_build_closure1(_this, focusNode, controller), new A.RepaintBoundary(t6, _null)); _this._widget.toString; @@ -211623,7 +214678,10 @@ t1 = false; if (t1) _box_0.semanticsMaxValueLength = _this._widget.maxLength; - return new A.FocusTrapArea(focusNode, A.MouseRegion$(new A.IgnorePointer(!_this.get$_isEnabled(), _null, A.AnimatedBuilder$(controller, new A._TextFieldState_build_closure2(_box_0, _this), A._lateReadCheck(_this.___TextFieldState__selectionGestureDetectorBuilder, "_selectionGestureDetectorBuilder").buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, child)), _null), effectiveMouseCursor, _null, new A._TextFieldState_build_closure3(_this), new A._TextFieldState_build_closure4(_this), _null), _null); + t1 = _this.get$_isEnabled(); + t2 = _this.___TextFieldState__selectionGestureDetectorBuilder_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return new A.FocusTrapArea(focusNode, A.MouseRegion$(new A.IgnorePointer(!t1, _null, A.AnimatedBuilder$(controller, new A._TextFieldState_build_closure2(_box_0, _this), t2.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, child)), _null), effectiveMouseCursor, _null, new A._TextFieldState_build_closure3(_this), new A._TextFieldState_build_closure4(_this), _null), _null); }, $isAutofillClient: 1, get$editableTextKey() { @@ -211677,19 +214735,19 @@ t8 = this.controller._change_notifier$_value.text.length; return A.InputDecorator$(t4, child, t2, t1._widget.expands, t8 === 0, t7, t6, t5, t3); }, - $signature: 2177 + $signature: 1082 }; A._TextFieldState_build_closure3.prototype = { call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 223 + $signature: 210 }; A._TextFieldState_build_closure4.prototype = { call$1($event) { return this.$this._handleHover$1(false); }, - $signature: 202 + $signature: 195 }; A._TextFieldState_build_closure2.prototype = { call$2(context, child) { @@ -211702,9 +214760,9 @@ t4 = t4.get$length(t4); t3 = t3._widget.readOnly ? _null : new A._TextFieldState_build__closure(t3); t1 = t1.handleDidGainAccessibilityFocus; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, 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), false, false, false, child, _null); + 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, 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: 655 + $signature: 595 }; A._TextFieldState_build__closure.prototype = { call$0() { @@ -211720,7 +214778,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -211743,16 +214801,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__TextFieldState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.TextFormField.prototype = { @@ -211777,17 +214835,20 @@ t5 = effectiveDecoration.copyWith$1$errorText(field._errorText._restoration_properties$_value); t6 = _this.readOnly; t7 = _this.obscureText; + t8 = _this.smartDashesType; t8 = t7 ? B.SmartDashesType_0 : B.SmartDashesType_1; + t9 = _this.smartQuotesType; t9 = t7 ? B.SmartQuotesType_0 : B.SmartQuotesType_1; t10 = _this.enabled; if (t10 == null) t1 = t2 ? null : t1.enabled; else t1 = t10; + t2 = _this.enableInteractiveSelection; t2 = !t7 || !t6; return A.UnmanagedRestorationScope$(t4, A.TextField$(_this.autocorrect, _this.autofillHints, _this.autofocus, _this.buildCounter, 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, 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: 2180 + $signature: 1084 }; A.TextFormField_closure_onChangedHandler.prototype = { call$1(value) { @@ -211797,7 +214858,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 96 + $signature: 102 }; A._TextFormFieldState.prototype = { get$_effectiveController() { @@ -211814,7 +214875,7 @@ t1 = _this._text_form_field$_controller; if (t1 != null) _this.registerForRestoration$2(t1, "controller"); - _this.__FormFieldState__value = _this.get$_effectiveController()._change_notifier$_value.text; + _this.__FormFieldState__value_AI = _this.get$_effectiveController()._change_notifier$_value.text; }, _createLocalController$1(value) { var t1, _this = this; @@ -211855,20 +214916,20 @@ if (!t2 && t1._as(A.State.prototype.get$widget.call(_this)).controller == null) _this._createLocalController$1(t3._change_notifier$_value); if (t1._as(A.State.prototype.get$widget.call(_this)).controller != null) { - _this.__FormFieldState__value = t1._as(A.State.prototype.get$widget.call(_this)).controller._change_notifier$_value.text; + _this.__FormFieldState__value_AI = t1._as(A.State.prototype.get$widget.call(_this)).controller._change_notifier$_value.text; if (t2) { t1 = _this._text_form_field$_controller; t1.toString; _this.unregisterFromRestoration$1(t1); t1 = _this._text_form_field$_controller; t1._disposeOldValue$0(); - t1.super$RestorableListenable$dispose(0); + t1.super$RestorableListenable$dispose(); _this._text_form_field$_controller = null; } } } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = type$.TextFormField._as(A.State.prototype.get$widget.call(_this)).controller; if (t1 != null) @@ -211876,9 +214937,9 @@ t1 = _this._text_form_field$_controller; if (t1 != null) { t1._disposeOldValue$0(); - t1.super$RestorableListenable$dispose(0); + t1.super$RestorableListenable$dispose(); } - _this.super$_FormFieldState_State_RestorationMixin$dispose(0); + _this.super$_FormFieldState_State_RestorationMixin$dispose(); }, didChange$1(value) { var t1; @@ -211901,9 +214962,11 @@ return B.Size_22_22; }, buildHandle$4(context, type, textHeight, onTap) { - var handle, _null = null, - theme = A.Theme_of(context), - handleColor = A.TextSelectionTheme_of(context).selectionHandleColor; + var t1, handleColor, handle, _null = null, + theme = A.Theme_of(context); + context.dependOnInheritedWidgetOfExactType$1$0(type$.TextSelectionTheme); + t1 = A.Theme_of(context).textSelectionTheme; + handleColor = t1.selectionHandleColor; if (handleColor == null) handleColor = theme.colorScheme.primary; handle = new A.SizedBox(22, 22, A.CustomPaint$(A.GestureDetector$(B.HitTestBehavior_2, _null, B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, onTap, _null, _null, _null, _null, _null, _null), _null, _null, new A._TextSelectionHandlePainter(handleColor, _null), B.Size_0_0), _null); @@ -211940,9 +215003,9 @@ circle = A.Rect$fromCircle(new A.Offset(radius, radius), radius); t1 = 0 + radius; path = A.Path_Path(); - path.addOval$1(0, circle); - path.addRect$1(0, new A.Rect(0, 0, t1, t1)); - canvas.drawPath$2(0, path, paint); + path.addOval$1(circle); + path.addRect$1(new A.Rect(0, 0, t1, t1)); + canvas.drawPath$2(path, paint); }, shouldRepaint$1(oldPainter) { return !J.$eq$(this.color, oldPainter.color); @@ -212120,8 +215183,8 @@ }; A._TextTheme_Object_Diagnosticable.prototype = {}; A.Theme.prototype = { - build$1(_, context) { - var t2, t3, t4, t5, t6, t7, + build$1(context) { + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t1 = this.data; t1.toString; t2 = B.CupertinoThemeData_KQb.brightness; @@ -212130,7 +215193,16 @@ t5 = B.CupertinoThemeData_KQb.textTheme; t6 = B.CupertinoThemeData_KQb.barBackgroundColor; t7 = B.CupertinoThemeData_KQb.scaffoldBackgroundColor; - return new A._InheritedTheme(this, new A.CupertinoTheme(new A.MaterialBasedCupertinoThemeData(t1, new A.NoDefaultCupertinoThemeData(t2, t3, t4, t5, t6, t7), B._CupertinoThemeDefaults_iF8, t2, t3, t4, t5, t6, t7), A.IconTheme$(this.child, t1.iconTheme, null), null), null); + t8 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultSelectionStyle); + if (t8 == null) + t8 = B.DefaultSelectionStyle_MUs; + t9 = t1.textSelectionTheme; + t10 = t9.selectionColor; + if (t10 == null) + t10 = t8.selectionColor; + t9 = t9.cursorColor; + t8 = t9 == null ? t8.cursorColor : t9; + return new A._InheritedTheme(this, new A.CupertinoTheme(new A.MaterialBasedCupertinoThemeData(t1, new A.NoDefaultCupertinoThemeData(t2, t3, t4, t5, t6, t7), B._CupertinoThemeDefaults_iF8, t2, t3, t4, t5, t6, t7), A.IconTheme$(A.DefaultSelectionStyle$(this.child, t8, t10), t1.iconTheme, null), null), null); } }; A._InheritedTheme.prototype = { @@ -212143,7 +215215,7 @@ }; A.ThemeDataTween.prototype = { lerp$1(t) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196, lerpedBorderSide, t197, t198, t199, t200, t201, t202, t203, t204, t205, t206, t207, t208, t209, t210, t211, t212, t213, t214, t215, t216, t217, t218, t219, t220, t221, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196, t197, t198, t199, lerpedBorderSide, t200, t201, t202, t203, t204, t205, t206, t207, t208, t209, t210, t211, t212, t213, t214, t215, t216, t217, t218, t219, t220, t1 = this.begin; t1.toString; t2 = this.end; @@ -212159,9 +215231,9 @@ t11 = t1.scrollbarTheme; t12 = t2.scrollbarTheme; t13 = type$.nullable_bool; - t14 = A.ScrollbarThemeData__lerpProperties(t11.thumbVisibility, t12.thumbVisibility, t, A.scrollbar_theme___lerpBool$closure(), t13); - t15 = A.ScrollbarThemeData__lerpProperties(t11.thickness, t12.thickness, t, A.ui__lerpDouble$closure(), type$.nullable_double); - t13 = A.ScrollbarThemeData__lerpProperties(t11.trackVisibility, t12.trackVisibility, t, A.scrollbar_theme___lerpBool$closure(), t13); + t14 = A.MaterialStateProperty_lerp(t11.thumbVisibility, t12.thumbVisibility, t, A.scrollbar_theme___lerpBool$closure(), t13); + t15 = A.MaterialStateProperty_lerp(t11.thickness, t12.thickness, t, A.ui__lerpDouble$closure(), type$.nullable_double); + t13 = A.MaterialStateProperty_lerp(t11.trackVisibility, t12.trackVisibility, t, A.scrollbar_theme___lerpBool$closure(), t13); t16 = t11.showTrackOnHover; t17 = t12.showTrackOnHover; t16 = t3 ? t16 : t17; @@ -212173,9 +215245,9 @@ t18 = t3 ? t18 : t19; t19 = A.Radius_lerp(t11.radius, t12.radius, t); t20 = type$.nullable_Color; - t21 = A.ScrollbarThemeData__lerpProperties(t11.thumbColor, t12.thumbColor, t, A.ui_Color_lerp$closure(), t20); - t22 = A.ScrollbarThemeData__lerpProperties(t11.trackColor, t12.trackColor, t, A.ui_Color_lerp$closure(), t20); - t23 = A.ScrollbarThemeData__lerpProperties(t11.trackBorderColor, t12.trackBorderColor, t, A.ui_Color_lerp$closure(), t20); + t21 = A.MaterialStateProperty_lerp(t11.thumbColor, t12.thumbColor, t, A.ui_Color_lerp$closure(), t20); + t22 = A.MaterialStateProperty_lerp(t11.trackColor, t12.trackColor, t, A.ui_Color_lerp$closure(), t20); + t23 = A.MaterialStateProperty_lerp(t11.trackBorderColor, t12.trackBorderColor, t, A.ui_Color_lerp$closure(), t20); t24 = A.lerpDouble(t11.crossAxisMargin, t12.crossAxisMargin, t); t25 = A.lerpDouble(t11.mainAxisMargin, t12.mainAxisMargin, t); t11 = A.lerpDouble(t11.minThumbLength, t12.minThumbLength, t); @@ -212186,247 +215258,247 @@ t28.toString; t27 = A.lerpDouble(t26.vertical, t27.vertical, t); t27.toString; - t26 = t1.colorScheme; - t29 = t2.colorScheme; - t30 = t3 ? t26.brightness : t29.brightness; - t31 = t26.primary; - t32 = t29.primary; - t33 = A.Color_lerp(t31, t32, t); - t33.toString; - t34 = t26.onPrimary; - t35 = t29.onPrimary; - t36 = A.Color_lerp(t34, t35, t); - t36.toString; - t37 = t26._primaryContainer; - if (t37 == null) - t37 = t31; - t38 = t29._primaryContainer; - t37 = A.Color_lerp(t37, t38 == null ? t32 : t38, t); - t38 = t26._onPrimaryContainer; - if (t38 == null) - t38 = t34; - t39 = t29._onPrimaryContainer; - t38 = A.Color_lerp(t38, t39 == null ? t35 : t39, t); - t39 = t26.secondary; - t40 = t29.secondary; - t41 = A.Color_lerp(t39, t40, t); - t41.toString; - t42 = t26.onSecondary; - t43 = t29.onSecondary; - t44 = A.Color_lerp(t42, t43, t); - t44.toString; - t45 = t26._secondaryContainer; - if (t45 == null) - t45 = t39; - t46 = t29._secondaryContainer; - t45 = A.Color_lerp(t45, t46 == null ? t40 : t46, t); - t46 = t26._onSecondaryContainer; - if (t46 == null) - t46 = t42; - t47 = t29._onSecondaryContainer; - t46 = A.Color_lerp(t46, t47 == null ? t43 : t47, t); - t47 = t26._tertiary; - t48 = t47 == null; - t49 = t48 ? t39 : t47; - t50 = t29._tertiary; - t51 = t50 == null; - t49 = A.Color_lerp(t49, t51 ? t40 : t50, t); - t52 = t26._onTertiary; - t53 = t52 == null; - t54 = t53 ? t42 : t52; - t55 = t29._onTertiary; - t56 = t55 == null; - t54 = A.Color_lerp(t54, t56 ? t43 : t55, t); - t57 = t26._tertiaryContainer; - if (t57 == null) { - if (t48) - t47 = t39; - } else - t47 = t57; - t48 = t29._tertiaryContainer; - if (t48 == null) - t48 = t51 ? t40 : t50; - t48 = A.Color_lerp(t47, t48, t); - t47 = t26._onTertiaryContainer; - if (t47 == null) - t42 = t53 ? t42 : t52; - else - t42 = t47; - t47 = t29._onTertiaryContainer; - if (t47 == null) - t43 = t56 ? t43 : t55; - else - t43 = t47; - t43 = A.Color_lerp(t42, t43, t); - t42 = t26.error; - t47 = t29.error; - t50 = A.Color_lerp(t42, t47, t); - t50.toString; - t51 = t26.onError; - t52 = t29.onError; - t53 = A.Color_lerp(t51, t52, t); - t53.toString; - t55 = t26._errorContainer; - t42 = t55 == null ? t42 : t55; - t55 = t29._errorContainer; - t42 = A.Color_lerp(t42, t55 == null ? t47 : t55, t); - t47 = t26._onErrorContainer; - if (t47 == null) - t47 = t51; - t51 = t29._onErrorContainer; - t47 = A.Color_lerp(t47, t51 == null ? t52 : t51, t); - t51 = A.Color_lerp(t26.background, t29.background, t); - t51.toString; - t52 = t26.onBackground; - t55 = t29.onBackground; - t56 = A.Color_lerp(t52, t55, t); - t56.toString; - t57 = t26.surface; - t58 = t29.surface; - t59 = A.Color_lerp(t57, t58, t); - t59.toString; - t60 = t26.onSurface; - t61 = t29.onSurface; - t62 = A.Color_lerp(t60, t61, t); - t62.toString; - t63 = t26._surfaceVariant; - if (t63 == null) - t63 = t57; - t64 = t29._surfaceVariant; - t63 = A.Color_lerp(t63, t64 == null ? t58 : t64, t); - t64 = t26._onSurfaceVariant; - if (t64 == null) - t64 = t60; - t65 = t29._onSurfaceVariant; - t64 = A.Color_lerp(t64, t65 == null ? t61 : t65, t); - t65 = t26._outline; - t52 = t65 == null ? t52 : t65; - t65 = t29._outline; - t52 = A.Color_lerp(t52, t65 == null ? t55 : t65, t); - t55 = t26._shadow; - if (t55 == null) - t55 = B.Color_4278190080; - t65 = t29._shadow; - t55 = A.Color_lerp(t55, t65 == null ? B.Color_4278190080 : t65, t); - t65 = t26._inverseSurface; - t60 = t65 == null ? t60 : t65; - t65 = t29._inverseSurface; - t60 = A.Color_lerp(t60, t65 == null ? t61 : t65, t); - t61 = t26._onInverseSurface; - t57 = t61 == null ? t57 : t61; - t61 = t29._onInverseSurface; - t57 = A.Color_lerp(t57, t61 == null ? t58 : t61, t); - t58 = t26._inversePrimary; - t34 = t58 == null ? t34 : t58; - t58 = t29._inversePrimary; - t34 = A.Color_lerp(t34, t58 == null ? t35 : t58, t); - t35 = t26._primaryVariant; - if (t35 == null) - t35 = t31; - t58 = t29._primaryVariant; - t35 = A.Color_lerp(t35, t58 == null ? t32 : t58, t); - t58 = t26._secondaryVariant; - t39 = t58 == null ? t39 : t58; - t58 = t29._secondaryVariant; - t39 = A.Color_lerp(t39, t58 == null ? t40 : t58, t); - t26 = t26._surfaceTint; - if (t26 == null) - t26 = t31; - t29 = t29._surfaceTint; - t26 = A.ColorScheme$(t51, t30, t50, t42, t34, t60, t56, t53, t47, t57, t36, t38, t44, t46, t62, t64, t54, t43, t52, t33, t37, t35, t41, t45, t39, t55, t59, A.Color_lerp(t26, t29 == null ? t32 : t29, t), t63, t49, t48); - t29 = A.Color_lerp(t1.primaryColor, t2.primaryColor, t); + t26 = A.Color_lerp(t1.backgroundColor, t2.backgroundColor, t); + t26.toString; + t29 = A.Color_lerp(t1.bottomAppBarColor, t2.bottomAppBarColor, t); t29.toString; - t30 = A.Color_lerp(t1.primaryColorLight, t2.primaryColorLight, t); + t30 = A.Color_lerp(t1.canvasColor, t2.canvasColor, t); t30.toString; - t31 = A.Color_lerp(t1.primaryColorDark, t2.primaryColorDark, t); + t31 = A.Color_lerp(t1.cardColor, t2.cardColor, t); t31.toString; - t32 = A.Color_lerp(t1.focusColor, t2.focusColor, t); - t32.toString; - t33 = A.Color_lerp(t1.hoverColor, t2.hoverColor, t); - t33.toString; - t34 = A.Color_lerp(t1.shadowColor, t2.shadowColor, t); - t34.toString; - t35 = A.Color_lerp(t1.canvasColor, t2.canvasColor, t); - t35.toString; - t36 = A.Color_lerp(t1.scaffoldBackgroundColor, t2.scaffoldBackgroundColor, t); - t36.toString; - t37 = A.Color_lerp(t1.bottomAppBarColor, t2.bottomAppBarColor, t); + t32 = t1.colorScheme; + t33 = t2.colorScheme; + t34 = t3 ? t32.brightness : t33.brightness; + t35 = t32.primary; + t36 = t33.primary; + t37 = A.Color_lerp(t35, t36, t); t37.toString; - t38 = A.Color_lerp(t1.cardColor, t2.cardColor, t); - t38.toString; - t39 = A.Color_lerp(t1.dividerColor, t2.dividerColor, t); - t39.toString; - t40 = A.Color_lerp(t1.highlightColor, t2.highlightColor, t); + t38 = t32.onPrimary; + t39 = t33.onPrimary; + t40 = A.Color_lerp(t38, t39, t); t40.toString; - t41 = A.Color_lerp(t1.splashColor, t2.splashColor, t); - t41.toString; - t42 = A.Color_lerp(t1.selectedRowColor, t2.selectedRowColor, t); - t42.toString; - t43 = A.Color_lerp(t1.unselectedWidgetColor, t2.unselectedWidgetColor, t); - t43.toString; - t44 = A.Color_lerp(t1.disabledColor, t2.disabledColor, t); - t44.toString; - t45 = A.Color_lerp(t1.secondaryHeaderColor, t2.secondaryHeaderColor, t); + t41 = t32._primaryContainer; + if (t41 == null) + t41 = t35; + t42 = t33._primaryContainer; + t41 = A.Color_lerp(t41, t42 == null ? t36 : t42, t); + t42 = t32._onPrimaryContainer; + if (t42 == null) + t42 = t38; + t43 = t33._onPrimaryContainer; + t42 = A.Color_lerp(t42, t43 == null ? t39 : t43, t); + t43 = t32.secondary; + t44 = t33.secondary; + t45 = A.Color_lerp(t43, t44, t); t45.toString; - t46 = A.Color_lerp(t1.backgroundColor, t2.backgroundColor, t); - t46.toString; - t47 = A.Color_lerp(t1.dialogBackgroundColor, t2.dialogBackgroundColor, t); - t47.toString; - t48 = A.Color_lerp(t1.indicatorColor, t2.indicatorColor, t); + t46 = t32.onSecondary; + t47 = t33.onSecondary; + t48 = A.Color_lerp(t46, t47, t); t48.toString; - t49 = A.Color_lerp(t1.hintColor, t2.hintColor, t); + t49 = t32._secondaryContainer; + if (t49 == null) + t49 = t43; + t50 = t33._secondaryContainer; + t49 = A.Color_lerp(t49, t50 == null ? t44 : t50, t); + t50 = t32._onSecondaryContainer; + if (t50 == null) + t50 = t46; + t51 = t33._onSecondaryContainer; + t50 = A.Color_lerp(t50, t51 == null ? t47 : t51, t); + t51 = t32._tertiary; + t52 = t51 == null; + t53 = t52 ? t43 : t51; + t54 = t33._tertiary; + t55 = t54 == null; + t53 = A.Color_lerp(t53, t55 ? t44 : t54, t); + t56 = t32._onTertiary; + t57 = t56 == null; + t58 = t57 ? t46 : t56; + t59 = t33._onTertiary; + t60 = t59 == null; + t58 = A.Color_lerp(t58, t60 ? t47 : t59, t); + t61 = t32._tertiaryContainer; + if (t61 == null) { + if (t52) + t51 = t43; + } else + t51 = t61; + t52 = t33._tertiaryContainer; + if (t52 == null) + t52 = t55 ? t44 : t54; + t52 = A.Color_lerp(t51, t52, t); + t51 = t32._onTertiaryContainer; + if (t51 == null) + t46 = t57 ? t46 : t56; + else + t46 = t51; + t51 = t33._onTertiaryContainer; + if (t51 == null) + t47 = t60 ? t47 : t59; + else + t47 = t51; + t47 = A.Color_lerp(t46, t47, t); + t46 = t32.error; + t51 = t33.error; + t54 = A.Color_lerp(t46, t51, t); + t54.toString; + t55 = t32.onError; + t56 = t33.onError; + t57 = A.Color_lerp(t55, t56, t); + t57.toString; + t59 = t32._errorContainer; + t46 = t59 == null ? t46 : t59; + t59 = t33._errorContainer; + t46 = A.Color_lerp(t46, t59 == null ? t51 : t59, t); + t51 = t32._onErrorContainer; + if (t51 == null) + t51 = t55; + t55 = t33._onErrorContainer; + t51 = A.Color_lerp(t51, t55 == null ? t56 : t55, t); + t55 = A.Color_lerp(t32.background, t33.background, t); + t55.toString; + t56 = t32.onBackground; + t59 = t33.onBackground; + t60 = A.Color_lerp(t56, t59, t); + t60.toString; + t61 = t32.surface; + t62 = t33.surface; + t63 = A.Color_lerp(t61, t62, t); + t63.toString; + t64 = t32.onSurface; + t65 = t33.onSurface; + t66 = A.Color_lerp(t64, t65, t); + t66.toString; + t67 = t32._surfaceVariant; + if (t67 == null) + t67 = t61; + t68 = t33._surfaceVariant; + t67 = A.Color_lerp(t67, t68 == null ? t62 : t68, t); + t68 = t32._onSurfaceVariant; + if (t68 == null) + t68 = t64; + t69 = t33._onSurfaceVariant; + t68 = A.Color_lerp(t68, t69 == null ? t65 : t69, t); + t69 = t32._outline; + t56 = t69 == null ? t56 : t69; + t69 = t33._outline; + t56 = A.Color_lerp(t56, t69 == null ? t59 : t69, t); + t59 = t32._shadow; + if (t59 == null) + t59 = B.Color_4278190080; + t69 = t33._shadow; + t59 = A.Color_lerp(t59, t69 == null ? B.Color_4278190080 : t69, t); + t69 = t32._inverseSurface; + t64 = t69 == null ? t64 : t69; + t69 = t33._inverseSurface; + t64 = A.Color_lerp(t64, t69 == null ? t65 : t69, t); + t65 = t32._onInverseSurface; + t61 = t65 == null ? t61 : t65; + t65 = t33._onInverseSurface; + t61 = A.Color_lerp(t61, t65 == null ? t62 : t65, t); + t62 = t32._inversePrimary; + t38 = t62 == null ? t38 : t62; + t62 = t33._inversePrimary; + t38 = A.Color_lerp(t38, t62 == null ? t39 : t62, t); + t39 = t32._primaryVariant; + if (t39 == null) + t39 = t35; + t62 = t33._primaryVariant; + t39 = A.Color_lerp(t39, t62 == null ? t36 : t62, t); + t62 = t32._secondaryVariant; + t43 = t62 == null ? t43 : t62; + t62 = t33._secondaryVariant; + t43 = A.Color_lerp(t43, t62 == null ? t44 : t62, t); + t32 = t32._surfaceTint; + if (t32 == null) + t32 = t35; + t33 = t33._surfaceTint; + t32 = A.ColorScheme$(t55, t34, t54, t46, t38, t64, t60, t57, t51, t61, t40, t42, t48, t50, t66, t68, t58, t47, t56, t37, t41, t39, t45, t49, t43, t59, t63, A.Color_lerp(t32, t33 == null ? t36 : t33, t), t67, t53, t52); + t33 = A.Color_lerp(t1.dialogBackgroundColor, t2.dialogBackgroundColor, t); + t33.toString; + t34 = A.Color_lerp(t1.disabledColor, t2.disabledColor, t); + t34.toString; + t35 = A.Color_lerp(t1.dividerColor, t2.dividerColor, t); + t35.toString; + t36 = A.Color_lerp(t1.errorColor, t2.errorColor, t); + t36.toString; + t37 = A.Color_lerp(t1.focusColor, t2.focusColor, t); + t37.toString; + t38 = A.Color_lerp(t1.highlightColor, t2.highlightColor, t); + t38.toString; + t39 = A.Color_lerp(t1.hintColor, t2.hintColor, t); + t39.toString; + t40 = A.Color_lerp(t1.hoverColor, t2.hoverColor, t); + t40.toString; + t41 = A.Color_lerp(t1.indicatorColor, t2.indicatorColor, t); + t41.toString; + t42 = A.Color_lerp(t1.primaryColor, t2.primaryColor, t); + t42.toString; + t43 = A.Color_lerp(t1.primaryColorDark, t2.primaryColorDark, t); + t43.toString; + t44 = A.Color_lerp(t1.primaryColorLight, t2.primaryColorLight, t); + t44.toString; + t45 = A.Color_lerp(t1.scaffoldBackgroundColor, t2.scaffoldBackgroundColor, t); + t45.toString; + t46 = A.Color_lerp(t1.secondaryHeaderColor, t2.secondaryHeaderColor, t); + t46.toString; + t47 = A.Color_lerp(t1.selectedRowColor, t2.selectedRowColor, t); + t47.toString; + t48 = A.Color_lerp(t1.shadowColor, t2.shadowColor, t); + t48.toString; + t49 = A.Color_lerp(t1.splashColor, t2.splashColor, t); t49.toString; - t50 = A.Color_lerp(t1.errorColor, t2.errorColor, t); + t50 = A.Color_lerp(t1.toggleableActiveColor, t2.toggleableActiveColor, t); t50.toString; - t51 = A.Color_lerp(t1.toggleableActiveColor, t2.toggleableActiveColor, t); + t51 = A.Color_lerp(t1.unselectedWidgetColor, t2.unselectedWidgetColor, t); t51.toString; - t52 = t1.typography; - t53 = t2.typography; - t54 = A.TextTheme_lerp(t52.black, t53.black, t); - t55 = A.TextTheme_lerp(t52.white, t53.white, t); - t56 = A.TextTheme_lerp(t52.englishLike, t53.englishLike, t); - t57 = A.TextTheme_lerp(t52.dense, t53.dense, t); - t53 = A.TextTheme_lerp(t52.tall, t53.tall, t); - t52 = A.TextTheme_lerp(t1.textTheme, t2.textTheme, t); - t58 = A.TextTheme_lerp(t1.primaryTextTheme, t2.primaryTextTheme, t); - t59 = A.IconThemeData_lerp(t1.iconTheme, t2.iconTheme, t); - t60 = A.IconThemeData_lerp(t1.primaryIconTheme, t2.primaryIconTheme, t); - t61 = t1.appBarTheme; + t52 = A.IconThemeData_lerp(t1.iconTheme, t2.iconTheme, t); + t53 = A.IconThemeData_lerp(t1.primaryIconTheme, t2.primaryIconTheme, t); + t54 = A.TextTheme_lerp(t1.primaryTextTheme, t2.primaryTextTheme, t); + t55 = A.TextTheme_lerp(t1.textTheme, t2.textTheme, t); + t56 = t1.typography; + t57 = t2.typography; + t58 = A.TextTheme_lerp(t56.black, t57.black, t); + t59 = A.TextTheme_lerp(t56.white, t57.white, t); + t60 = A.TextTheme_lerp(t56.englishLike, t57.englishLike, t); + t61 = A.TextTheme_lerp(t56.dense, t57.dense, t); + t57 = A.TextTheme_lerp(t56.tall, t57.tall, t); + t56 = t1.appBarTheme; t62 = t2.appBarTheme; if (t3) - t63 = t61.brightness; + t63 = t56.brightness; else t63 = t62.brightness; - t64 = A.Color_lerp(t61.backgroundColor, t62.backgroundColor, t); - t65 = A.Color_lerp(t61.foregroundColor, t62.foregroundColor, t); - t66 = A.lerpDouble(t61.elevation, t62.elevation, t); - t67 = A.lerpDouble(t61.scrolledUnderElevation, t62.scrolledUnderElevation, t); - t68 = A.Color_lerp(t61.shadowColor, t62.shadowColor, t); - t69 = A.Color_lerp(t61.surfaceTintColor, t62.surfaceTintColor, t); - t70 = A.ShapeBorder_lerp(t61.shape, t62.shape, t); - t71 = A.IconThemeData_lerp(t61.iconTheme, t62.iconTheme, t); - t72 = A.IconThemeData_lerp(t61.actionsIconTheme, t62.actionsIconTheme, t); - t73 = A.TextTheme_lerp(t61.textTheme, t62.textTheme, t); + t64 = A.Color_lerp(t56.backgroundColor, t62.backgroundColor, t); + t65 = A.Color_lerp(t56.foregroundColor, t62.foregroundColor, t); + t66 = A.lerpDouble(t56.elevation, t62.elevation, t); + t67 = A.lerpDouble(t56.scrolledUnderElevation, t62.scrolledUnderElevation, t); + t68 = A.Color_lerp(t56.shadowColor, t62.shadowColor, t); + t69 = A.Color_lerp(t56.surfaceTintColor, t62.surfaceTintColor, t); + t70 = A.ShapeBorder_lerp(t56.shape, t62.shape, t); + t71 = A.IconThemeData_lerp(t56.iconTheme, t62.iconTheme, t); + t72 = A.IconThemeData_lerp(t56.actionsIconTheme, t62.actionsIconTheme, t); + t73 = A.TextTheme_lerp(t56.textTheme, t62.textTheme, t); if (t3) - t74 = t61.centerTitle; + t74 = t56.centerTitle; else t74 = t62.centerTitle; - t75 = A.lerpDouble(t61.titleSpacing, t62.titleSpacing, t); - t76 = A.lerpDouble(t61.toolbarHeight, t62.toolbarHeight, t); - t77 = A.TextStyle_lerp(t61.toolbarTextStyle, t62.toolbarTextStyle, t); - t78 = A.TextStyle_lerp(t61.titleTextStyle, t62.titleTextStyle, t); + t75 = A.lerpDouble(t56.titleSpacing, t62.titleSpacing, t); + t76 = A.lerpDouble(t56.toolbarHeight, t62.toolbarHeight, t); + t77 = A.TextStyle_lerp(t56.toolbarTextStyle, t62.toolbarTextStyle, t); + t78 = A.TextStyle_lerp(t56.titleTextStyle, t62.titleTextStyle, t); if (t3) - t79 = t61.systemOverlayStyle; + t79 = t56.systemOverlayStyle; else t79 = t62.systemOverlayStyle; if (t3) - t61 = t61.backwardsCompatibility; + t56 = t56.backwardsCompatibility; else - t61 = t62.backwardsCompatibility; - t77 = A.AppBarTheme$(t72, t64, t61, t63, t74, null, t66, t65, t71, t67, t68, t70, t69, t79, t73, t75, t78, t76, t77); + t56 = t62.backwardsCompatibility; + t77 = A.AppBarTheme$(t72, t64, t56, t63, t74, null, t66, t65, t71, t67, t68, t70, t69, t79, t73, t75, t78, t76, t77); t76 = t1.bannerTheme; t78 = t2.bannerTheme; - t61 = A.Color_lerp(t76.backgroundColor, t78.backgroundColor, t); + t56 = A.Color_lerp(t76.backgroundColor, t78.backgroundColor, t); t62 = A.TextStyle_lerp(t76.contentTextStyle, t78.contentTextStyle, t); t63 = A.lerpDouble(t76.elevation, t78.elevation, t); t64 = A.EdgeInsetsGeometry_lerp(t76.padding, t78.padding, t); @@ -212496,9 +215568,9 @@ t96 = t88.mouseCursor; else t96 = t95.mouseCursor; - t97 = A.CheckboxThemeData__lerpProperties(t88.fillColor, t95.fillColor, t, A.ui_Color_lerp$closure(), t20); - t98 = A.CheckboxThemeData__lerpProperties(t88.checkColor, t95.checkColor, t, A.ui_Color_lerp$closure(), t20); - t99 = A.CheckboxThemeData__lerpProperties(t88.overlayColor, t95.overlayColor, t, A.ui_Color_lerp$closure(), t20); + t97 = A.MaterialStateProperty_lerp(t88.fillColor, t95.fillColor, t, A.ui_Color_lerp$closure(), t20); + t98 = A.MaterialStateProperty_lerp(t88.checkColor, t95.checkColor, t, A.ui_Color_lerp$closure(), t20); + t99 = A.MaterialStateProperty_lerp(t88.overlayColor, t95.overlayColor, t, A.ui_Color_lerp$closure(), t20); t100 = A.lerpDouble(t88.splashRadius, t95.splashRadius, t); if (t3) t101 = t88.materialTapTargetSize; @@ -212516,10 +215588,10 @@ t105 = t1.dataTableTheme; t106 = t2.dataTableTheme; t107 = A.Decoration_lerp(t105.decoration, t106.decoration, t); - t108 = A.DataTableThemeData__lerpProperties(t105.dataRowColor, t106.dataRowColor, t, A.ui_Color_lerp$closure(), t20); + t108 = A.MaterialStateProperty_lerp(t105.dataRowColor, t106.dataRowColor, t, A.ui_Color_lerp$closure(), t20); t109 = A.lerpDouble(t105.dataRowHeight, t106.dataRowHeight, t); t110 = A.TextStyle_lerp(t105.dataTextStyle, t106.dataTextStyle, t); - t111 = A.DataTableThemeData__lerpProperties(t105.headingRowColor, t106.headingRowColor, t, A.ui_Color_lerp$closure(), t20); + t111 = A.MaterialStateProperty_lerp(t105.headingRowColor, t106.headingRowColor, t, A.ui_Color_lerp$closure(), t20); t112 = A.lerpDouble(t105.headingRowHeight, t106.headingRowHeight, t); t113 = A.TextStyle_lerp(t105.headingTextStyle, t106.headingTextStyle, t); t114 = A.lerpDouble(t105.horizontalMargin, t106.horizontalMargin, t); @@ -212532,179 +215604,183 @@ t119 = A.lerpDouble(t105.elevation, t117.elevation, t); t120 = A.ShapeBorder_lerp(t105.shape, t117.shape, t); t121 = A.AlignmentGeometry_lerp(t105.alignment, t117.alignment, t); - t122 = A.TextStyle_lerp(t105.titleTextStyle, t117.titleTextStyle, t); - t105 = A.TextStyle_lerp(t105.contentTextStyle, t117.contentTextStyle, t); + t122 = A.Color_lerp(t105.iconColor, t117.iconColor, t); + t123 = A.TextStyle_lerp(t105.titleTextStyle, t117.titleTextStyle, t); + t124 = A.TextStyle_lerp(t105.contentTextStyle, t117.contentTextStyle, t); + t105 = A.EdgeInsetsGeometry_lerp(t105.actionsPadding, t117.actionsPadding, t); t117 = t1.dividerTheme; - t123 = t2.dividerTheme; - t124 = A.Color_lerp(t117.color, t123.color, t); - t125 = A.lerpDouble(t117.space, t123.space, t); - t126 = A.lerpDouble(t117.thickness, t123.thickness, t); - t127 = A.lerpDouble(t117.indent, t123.indent, t); - t117 = A.lerpDouble(t117.endIndent, t123.endIndent, t); - t123 = A.DrawerThemeData_lerp(t1.drawerTheme, t2.drawerTheme, t); - t123.toString; - t128 = A.ElevatedButtonThemeData_lerp(t1.elevatedButtonTheme, t2.elevatedButtonTheme, t); - t128.toString; - t129 = A.FloatingActionButtonThemeData_lerp(t1.floatingActionButtonTheme, t2.floatingActionButtonTheme, t); - t129.toString; - t130 = A.ListTileThemeData_lerp(t1.listTileTheme, t2.listTileTheme, t); + t125 = t2.dividerTheme; + t126 = A.Color_lerp(t117.color, t125.color, t); + t127 = A.lerpDouble(t117.space, t125.space, t); + t128 = A.lerpDouble(t117.thickness, t125.thickness, t); + t129 = A.lerpDouble(t117.indent, t125.indent, t); + t117 = A.lerpDouble(t117.endIndent, t125.endIndent, t); + t125 = A.DrawerThemeData_lerp(t1.drawerTheme, t2.drawerTheme, t); + t125.toString; + t130 = A.ElevatedButtonThemeData_lerp(t1.elevatedButtonTheme, t2.elevatedButtonTheme, t); t130.toString; - t131 = A.NavigationBarThemeData_lerp(t1.navigationBarTheme, t2.navigationBarTheme, t); + t131 = A.ExpansionTileThemeData_lerp(t1.expansionTileTheme, t2.expansionTileTheme, t); t131.toString; - t132 = A.NavigationRailThemeData_lerp(t1.navigationRailTheme, t2.navigationRailTheme, t); + t132 = A.FloatingActionButtonThemeData_lerp(t1.floatingActionButtonTheme, t2.floatingActionButtonTheme, t); t132.toString; - t133 = A.OutlinedButtonThemeData_lerp(t1.outlinedButtonTheme, t2.outlinedButtonTheme, t); + t133 = A.ListTileThemeData_lerp(t1.listTileTheme, t2.listTileTheme, t); t133.toString; - t134 = A.PopupMenuThemeData_lerp(t1.popupMenuTheme, t2.popupMenuTheme, t); + t134 = A.NavigationBarThemeData_lerp(t1.navigationBarTheme, t2.navigationBarTheme, t); t134.toString; - t135 = A.ProgressIndicatorThemeData_lerp(t1.progressIndicatorTheme, t2.progressIndicatorTheme, t); + t135 = A.NavigationRailThemeData_lerp(t1.navigationRailTheme, t2.navigationRailTheme, t); t135.toString; - t136 = t1.radioTheme; - t137 = t2.radioTheme; + t136 = A.OutlinedButtonThemeData_lerp(t1.outlinedButtonTheme, t2.outlinedButtonTheme, t); + t136.toString; + t137 = A.PopupMenuThemeData_lerp(t1.popupMenuTheme, t2.popupMenuTheme, t); + t137.toString; + t138 = A.ProgressIndicatorThemeData_lerp(t1.progressIndicatorTheme, t2.progressIndicatorTheme, t); + t138.toString; + t139 = t1.radioTheme; + t140 = t2.radioTheme; if (t3) - t138 = t136.mouseCursor; + t141 = t139.mouseCursor; else - t138 = t137.mouseCursor; - t139 = A.RadioThemeData__lerpProperties(t136.fillColor, t137.fillColor, t, A.ui_Color_lerp$closure(), t20); + t141 = t140.mouseCursor; + t142 = A.MaterialStateProperty_lerp(t139.fillColor, t140.fillColor, t, A.ui_Color_lerp$closure(), t20); if (t3) - t140 = t136.materialTapTargetSize; + t143 = t139.materialTapTargetSize; else - t140 = t137.materialTapTargetSize; - t141 = A.RadioThemeData__lerpProperties(t136.overlayColor, t137.overlayColor, t, A.ui_Color_lerp$closure(), t20); - t142 = A.lerpDouble(t136.splashRadius, t137.splashRadius, t); + t143 = t140.materialTapTargetSize; + t144 = A.MaterialStateProperty_lerp(t139.overlayColor, t140.overlayColor, t, A.ui_Color_lerp$closure(), t20); + t145 = A.lerpDouble(t139.splashRadius, t140.splashRadius, t); if (t3) - t136 = t136.visualDensity; + t139 = t139.visualDensity; else - t136 = t137.visualDensity; - t137 = t1.sliderTheme; - t143 = t2.sliderTheme; - t144 = A.lerpDouble(t137.trackHeight, t143.trackHeight, t); - t145 = A.Color_lerp(t137.activeTrackColor, t143.activeTrackColor, t); - t146 = A.Color_lerp(t137.inactiveTrackColor, t143.inactiveTrackColor, t); - t147 = A.Color_lerp(t137.disabledActiveTrackColor, t143.disabledActiveTrackColor, t); - t148 = A.Color_lerp(t137.disabledInactiveTrackColor, t143.disabledInactiveTrackColor, t); - t149 = A.Color_lerp(t137.activeTickMarkColor, t143.activeTickMarkColor, t); - t150 = A.Color_lerp(t137.inactiveTickMarkColor, t143.inactiveTickMarkColor, t); - t151 = A.Color_lerp(t137.disabledActiveTickMarkColor, t143.disabledActiveTickMarkColor, t); - t152 = A.Color_lerp(t137.disabledInactiveTickMarkColor, t143.disabledInactiveTickMarkColor, t); - t153 = A.Color_lerp(t137.thumbColor, t143.thumbColor, t); - t154 = A.Color_lerp(t137.overlappingShapeStrokeColor, t143.overlappingShapeStrokeColor, t); - t155 = A.Color_lerp(t137.disabledThumbColor, t143.disabledThumbColor, t); - t156 = A.Color_lerp(t137.overlayColor, t143.overlayColor, t); - t157 = A.Color_lerp(t137.valueIndicatorColor, t143.valueIndicatorColor, t); - t158 = t3 ? t137.overlayShape : t143.overlayShape; - t159 = t3 ? t137.tickMarkShape : t143.tickMarkShape; - t160 = t3 ? t137.thumbShape : t143.thumbShape; - t161 = t3 ? t137.trackShape : t143.trackShape; - t162 = t3 ? t137.valueIndicatorShape : t143.valueIndicatorShape; - t163 = t3 ? t137.rangeTickMarkShape : t143.rangeTickMarkShape; - t164 = t3 ? t137.rangeThumbShape : t143.rangeThumbShape; - t165 = t3 ? t137.rangeTrackShape : t143.rangeTrackShape; - t166 = t3 ? t137.rangeValueIndicatorShape : t143.rangeValueIndicatorShape; - t167 = t3 ? t137.showValueIndicator : t143.showValueIndicator; - t168 = A.TextStyle_lerp(t137.valueIndicatorTextStyle, t143.valueIndicatorTextStyle, t); - t169 = A.lerpDouble(t137.minThumbSeparation, t143.minThumbSeparation, t); - t170 = t3 ? t137.thumbSelector : t143.thumbSelector; - t137 = t3 ? t137.mouseCursor : t143.mouseCursor; - t143 = t1.snackBarTheme; - t171 = t2.snackBarTheme; - t172 = A.Color_lerp(t143.backgroundColor, t171.backgroundColor, t); - t173 = A.Color_lerp(t143.actionTextColor, t171.actionTextColor, t); - t174 = A.Color_lerp(t143.disabledActionTextColor, t171.disabledActionTextColor, t); - t175 = A.TextStyle_lerp(t143.contentTextStyle, t171.contentTextStyle, t); - t176 = A.lerpDouble(t143.elevation, t171.elevation, t); - t177 = A.ShapeBorder_lerp(t143.shape, t171.shape, t); + t139 = t140.visualDensity; + t140 = t1.sliderTheme; + t146 = t2.sliderTheme; + t147 = A.lerpDouble(t140.trackHeight, t146.trackHeight, t); + t148 = A.Color_lerp(t140.activeTrackColor, t146.activeTrackColor, t); + t149 = A.Color_lerp(t140.inactiveTrackColor, t146.inactiveTrackColor, t); + t150 = A.Color_lerp(t140.disabledActiveTrackColor, t146.disabledActiveTrackColor, t); + t151 = A.Color_lerp(t140.disabledInactiveTrackColor, t146.disabledInactiveTrackColor, t); + t152 = A.Color_lerp(t140.activeTickMarkColor, t146.activeTickMarkColor, t); + t153 = A.Color_lerp(t140.inactiveTickMarkColor, t146.inactiveTickMarkColor, t); + t154 = A.Color_lerp(t140.disabledActiveTickMarkColor, t146.disabledActiveTickMarkColor, t); + t155 = A.Color_lerp(t140.disabledInactiveTickMarkColor, t146.disabledInactiveTickMarkColor, t); + t156 = A.Color_lerp(t140.thumbColor, t146.thumbColor, t); + t157 = A.Color_lerp(t140.overlappingShapeStrokeColor, t146.overlappingShapeStrokeColor, t); + t158 = A.Color_lerp(t140.disabledThumbColor, t146.disabledThumbColor, t); + t159 = A.Color_lerp(t140.overlayColor, t146.overlayColor, t); + t160 = A.Color_lerp(t140.valueIndicatorColor, t146.valueIndicatorColor, t); + t161 = t3 ? t140.overlayShape : t146.overlayShape; + t162 = t3 ? t140.tickMarkShape : t146.tickMarkShape; + t163 = t3 ? t140.thumbShape : t146.thumbShape; + t164 = t3 ? t140.trackShape : t146.trackShape; + t165 = t3 ? t140.valueIndicatorShape : t146.valueIndicatorShape; + t166 = t3 ? t140.rangeTickMarkShape : t146.rangeTickMarkShape; + t167 = t3 ? t140.rangeThumbShape : t146.rangeThumbShape; + t168 = t3 ? t140.rangeTrackShape : t146.rangeTrackShape; + t169 = t3 ? t140.rangeValueIndicatorShape : t146.rangeValueIndicatorShape; + t170 = t3 ? t140.showValueIndicator : t146.showValueIndicator; + t171 = A.TextStyle_lerp(t140.valueIndicatorTextStyle, t146.valueIndicatorTextStyle, t); + t172 = A.lerpDouble(t140.minThumbSeparation, t146.minThumbSeparation, t); + t173 = t3 ? t140.thumbSelector : t146.thumbSelector; + t140 = t3 ? t140.mouseCursor : t146.mouseCursor; + t146 = t1.snackBarTheme; + t174 = t2.snackBarTheme; + t175 = A.Color_lerp(t146.backgroundColor, t174.backgroundColor, t); + t176 = A.Color_lerp(t146.actionTextColor, t174.actionTextColor, t); + t177 = A.Color_lerp(t146.disabledActionTextColor, t174.disabledActionTextColor, t); + t178 = A.TextStyle_lerp(t146.contentTextStyle, t174.contentTextStyle, t); + t179 = A.lerpDouble(t146.elevation, t174.elevation, t); + t180 = A.ShapeBorder_lerp(t146.shape, t174.shape, t); if (t3) - t143 = t143.behavior; + t146 = t146.behavior; else - t143 = t171.behavior; - t171 = t1.switchTheme; - t178 = t2.switchTheme; - t179 = A.SwitchThemeData__lerpProperties(t171.thumbColor, t178.thumbColor, t, A.ui_Color_lerp$closure(), t20); - t180 = A.SwitchThemeData__lerpProperties(t171.trackColor, t178.trackColor, t, A.ui_Color_lerp$closure(), t20); + t146 = t174.behavior; + t174 = t1.switchTheme; + t181 = t2.switchTheme; + t182 = A.MaterialStateProperty_lerp(t174.thumbColor, t181.thumbColor, t, A.ui_Color_lerp$closure(), t20); + t183 = A.MaterialStateProperty_lerp(t174.trackColor, t181.trackColor, t, A.ui_Color_lerp$closure(), t20); if (t3) - t181 = t171.materialTapTargetSize; + t184 = t174.materialTapTargetSize; else - t181 = t178.materialTapTargetSize; + t184 = t181.materialTapTargetSize; if (t3) - t182 = t171.mouseCursor; + t185 = t174.mouseCursor; else - t182 = t178.mouseCursor; - t20 = A.SwitchThemeData__lerpProperties(t171.overlayColor, t178.overlayColor, t, A.ui_Color_lerp$closure(), t20); - t171 = A.lerpDouble(t171.splashRadius, t178.splashRadius, t); - t178 = t1.tabBarTheme; - t183 = t2.tabBarTheme; - t184 = A.Decoration_lerp(t178.indicator, t183.indicator, t); - t185 = t3 ? t178.indicatorSize : t183.indicatorSize; - t186 = A.Color_lerp(t178.labelColor, t183.labelColor, t); - t187 = A.EdgeInsetsGeometry_lerp(t178.labelPadding, t183.labelPadding, t); - t188 = A.TextStyle_lerp(t178.labelStyle, t183.labelStyle, t); - t189 = A.Color_lerp(t178.unselectedLabelColor, t183.unselectedLabelColor, t); - t190 = A.TextStyle_lerp(t178.unselectedLabelStyle, t183.unselectedLabelStyle, t); - t191 = t3 ? t178.splashFactory : t183.splashFactory; - t192 = t3 ? t178.mouseCursor : t183.mouseCursor; - t193 = A.TextButtonThemeData_lerp(t1.textButtonTheme, t2.textButtonTheme, t); - t193.toString; - t194 = A.TextSelectionThemeData_lerp(t1.textSelectionTheme, t2.textSelectionTheme, t); - t194.toString; - t195 = t1.timePickerTheme; - t196 = t2.timePickerTheme; - lerpedBorderSide = t195.dayPeriodBorderSide; - t197 = lerpedBorderSide == null; - if (t197) - t198 = t196.dayPeriodBorderSide == null; - else - t198 = false; - if (t198) - lerpedBorderSide = null; - else if (t197) - lerpedBorderSide = t196.dayPeriodBorderSide; - else { - t197 = t196.dayPeriodBorderSide; - if (!(t197 == null)) - lerpedBorderSide = A.BorderSide_lerp(lerpedBorderSide, t197, t); - } - t197 = A.Color_lerp(t195.backgroundColor, t196.backgroundColor, t); - t198 = A.Color_lerp(t195.hourMinuteTextColor, t196.hourMinuteTextColor, t); - t199 = A.Color_lerp(t195.hourMinuteColor, t196.hourMinuteColor, t); - t200 = A.Color_lerp(t195.dayPeriodTextColor, t196.dayPeriodTextColor, t); - t201 = A.Color_lerp(t195.dayPeriodColor, t196.dayPeriodColor, t); - t202 = A.Color_lerp(t195.dialHandColor, t196.dialHandColor, t); - t203 = A.Color_lerp(t195.dialBackgroundColor, t196.dialBackgroundColor, t); - t204 = A.Color_lerp(t195.dialTextColor, t196.dialTextColor, t); - t205 = A.Color_lerp(t195.entryModeIconColor, t196.entryModeIconColor, t); - t206 = A.TextStyle_lerp(t195.hourMinuteTextStyle, t196.hourMinuteTextStyle, t); - t207 = A.TextStyle_lerp(t195.dayPeriodTextStyle, t196.dayPeriodTextStyle, t); - t208 = A.TextStyle_lerp(t195.helpTextStyle, t196.helpTextStyle, t); - t209 = A.ShapeBorder_lerp(t195.shape, t196.shape, t); - t210 = A.ShapeBorder_lerp(t195.hourMinuteShape, t196.hourMinuteShape, t); - t103 = t103._as(A.ShapeBorder_lerp(t195.dayPeriodShape, t196.dayPeriodShape, t)); - if (t3) - t195 = t195.inputDecorationTheme; - else - t195 = t196.inputDecorationTheme; - t196 = A.ToggleButtonsThemeData_lerp(t1.toggleButtonsTheme, t2.toggleButtonsTheme, t); + t185 = t181.mouseCursor; + t20 = A.MaterialStateProperty_lerp(t174.overlayColor, t181.overlayColor, t, A.ui_Color_lerp$closure(), t20); + t174 = A.lerpDouble(t174.splashRadius, t181.splashRadius, t); + t181 = t1.tabBarTheme; + t186 = t2.tabBarTheme; + t187 = A.Decoration_lerp(t181.indicator, t186.indicator, t); + t188 = t3 ? t181.indicatorSize : t186.indicatorSize; + t189 = A.Color_lerp(t181.labelColor, t186.labelColor, t); + t190 = A.EdgeInsetsGeometry_lerp(t181.labelPadding, t186.labelPadding, t); + t191 = A.TextStyle_lerp(t181.labelStyle, t186.labelStyle, t); + t192 = A.Color_lerp(t181.unselectedLabelColor, t186.unselectedLabelColor, t); + t193 = A.TextStyle_lerp(t181.unselectedLabelStyle, t186.unselectedLabelStyle, t); + t194 = t3 ? t181.splashFactory : t186.splashFactory; + t195 = t3 ? t181.mouseCursor : t186.mouseCursor; + t196 = A.TextButtonThemeData_lerp(t1.textButtonTheme, t2.textButtonTheme, t); t196.toString; - t211 = A.TooltipThemeData_lerp(t1.tooltipTheme, t2.tooltipTheme, t); - t211.toString; - t212 = A.ExpansionTileThemeData_lerp(t1.expansionTileTheme, t2.expansionTileTheme, t); - t212.toString; - t213 = A.Color_lerp(t1.textSelectionColor, t2.textSelectionColor, t); - t213.toString; - t214 = A.Color_lerp(t1.cursorColor, t2.cursorColor, t); + t197 = A.TextSelectionThemeData_lerp(t1.textSelectionTheme, t2.textSelectionTheme, t); + t197.toString; + t198 = t1.timePickerTheme; + t199 = t2.timePickerTheme; + lerpedBorderSide = t198.dayPeriodBorderSide; + if (lerpedBorderSide == null) + t200 = t199.dayPeriodBorderSide == null; + else + t200 = false; + if (t200) + lerpedBorderSide = null; + else if (lerpedBorderSide == null) + lerpedBorderSide = t199.dayPeriodBorderSide; + else { + t200 = t199.dayPeriodBorderSide; + if (!(t200 == null)) { + lerpedBorderSide.toString; + t200.toString; + lerpedBorderSide = A.BorderSide_lerp(lerpedBorderSide, t200, t); + } + } + t200 = A.Color_lerp(t198.backgroundColor, t199.backgroundColor, t); + t201 = A.Color_lerp(t198.hourMinuteTextColor, t199.hourMinuteTextColor, t); + t202 = A.Color_lerp(t198.hourMinuteColor, t199.hourMinuteColor, t); + t203 = A.Color_lerp(t198.dayPeriodTextColor, t199.dayPeriodTextColor, t); + t204 = A.Color_lerp(t198.dayPeriodColor, t199.dayPeriodColor, t); + t205 = A.Color_lerp(t198.dialHandColor, t199.dialHandColor, t); + t206 = A.Color_lerp(t198.dialBackgroundColor, t199.dialBackgroundColor, t); + t207 = A.Color_lerp(t198.dialTextColor, t199.dialTextColor, t); + t208 = A.Color_lerp(t198.entryModeIconColor, t199.entryModeIconColor, t); + t209 = A.TextStyle_lerp(t198.hourMinuteTextStyle, t199.hourMinuteTextStyle, t); + t210 = A.TextStyle_lerp(t198.dayPeriodTextStyle, t199.dayPeriodTextStyle, t); + t211 = A.TextStyle_lerp(t198.helpTextStyle, t199.helpTextStyle, t); + t212 = A.ShapeBorder_lerp(t198.shape, t199.shape, t); + t213 = A.ShapeBorder_lerp(t198.hourMinuteShape, t199.hourMinuteShape, t); + t103 = t103._as(A.ShapeBorder_lerp(t198.dayPeriodShape, t199.dayPeriodShape, t)); + if (t3) + t198 = t198.inputDecorationTheme; + else + t198 = t199.inputDecorationTheme; + t199 = A.ToggleButtonsThemeData_lerp(t1.toggleButtonsTheme, t2.toggleButtonsTheme, t); + t199.toString; + t214 = A.TooltipThemeData_lerp(t1.tooltipTheme, t2.tooltipTheme, t); t214.toString; - t215 = A.Color_lerp(t1.textSelectionHandleColor, t2.textSelectionHandleColor, t); + t215 = t1._theme_data$_accentColor; t215.toString; - t216 = A.Color_lerp(t1.accentColor, t2.accentColor, t); + t216 = t2._theme_data$_accentColor; t216.toString; - t217 = t3 ? t1.accentColorBrightness : t2.accentColorBrightness; - t218 = A.TextTheme_lerp(t1.accentTextTheme, t2.accentTextTheme, t); - t219 = A.IconThemeData_lerp(t1.accentIconTheme, t2.accentIconTheme, t); - t220 = A.Color_lerp(t1.buttonColor, t2.buttonColor, t); + t216 = A.Color_lerp(t215, t216, t); + t215 = t3 ? t1._accentColorBrightness : t2._accentColorBrightness; + t217 = A.TextTheme_lerp(t1._accentTextTheme, t2._accentTextTheme, t); + t218 = A.IconThemeData_lerp(t1._accentIconTheme, t2._accentIconTheme, t); + t219 = t1._buttonColor; + t219.toString; + t220 = t2._buttonColor; t220.toString; - t221 = t3 ? t1.primaryColorBrightness : t2.primaryColorBrightness; + t220 = A.Color_lerp(t219, t220, t); + t219 = t3 ? t1._primaryColorBrightness : t2._primaryColorBrightness; t1 = t3 ? t1.androidOverscrollIndicator : t2.androidOverscrollIndicator; - return A.ThemeData$raw(t216, t217, t219, t218, t1, t77, t4, t46, new A.MaterialBannerThemeData(t61, t62, t63, t64, t65), t37, new A.BottomAppBarTheme(t68, t69, t66), new A.BottomNavigationBarThemeData(t71, t72, t73, t74, t75, t76, t78, t79, t80, t81, t82, t83, t84, t67), t70, t85, t220, t86, t35, t38, new A.CardTheme(t89, t90, t91, t92, t93, t94, t87), new A.CheckboxThemeData(t96, t97, t98, t99, t100, t101, t102, t104, t88), t95, t26, t5, t214, new A.DataTableThemeData(t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t106), t47, new A.DialogTheme(t118, t119, t120, t121, t122, t105), t44, t39, new A.DividerThemeData(t124, t125, t126, t127, t117), t123, t128, t50, t212, t6, true, t129, t32, t40, t49, t33, t59, t48, t7, t130, t8, t131, t132, t133, t9, t10, t134, t29, t221, t31, t30, t60, t58, t135, new A.RadioThemeData(t138, t139, t141, t142, t140, t136), t36, new A.ScrollbarThemeData(t14, t15, t13, t16, t17, t18, t19, t21, t22, t23, t24, t25, t11), t45, t42, t34, new A.SliderThemeData(t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t137), new A.SnackBarThemeData(t172, t173, t174, t175, t176, t177, t143), t41, t12, new A.SwitchThemeData(t179, t180, t181, t182, t20, t171), new A.TabBarTheme(t184, t185, t186, t187, t188, t189, t190, new A._LerpColors(t178.overlayColor, t183.overlayColor, t), t191, t192), t193, t213, t215, t194, t52, new A.TimePickerThemeData(t197, t198, t199, t200, t201, t202, t203, t204, t205, t206, t207, t208, t209, t210, t103, lerpedBorderSide, t195), t196, t51, t211, new A.Typography(t54, t55, t56, t57, t53), t43, false, true, new A.VisualDensity(t28, t27)); + return A.ThemeData$raw(t216, t215, t218, t217, t1, t77, t4, t26, new A.MaterialBannerThemeData(t56, t62, t63, t64, t65), t29, new A.BottomAppBarTheme(t68, t69, t66), new A.BottomNavigationBarThemeData(t71, t72, t73, t74, t75, t76, t78, t79, t80, t81, t82, t83, t84, t67), t70, t85, t220, t86, t30, t31, new A.CardTheme(t89, t90, t91, t92, t93, t94, t87), new A.CheckboxThemeData(t96, t97, t98, t99, t100, t101, t102, t104, t88), t95, t32, t5, new A.DataTableThemeData(t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t106), t33, new A.DialogTheme(t118, t119, t120, t121, t123, t124, t105, t122), t34, t35, new A.DividerThemeData(t126, t127, t128, t129, t117), t125, t130, t36, t131, t6, true, t132, t37, t38, t39, t40, t52, t41, t7, t133, t8, t134, t135, t136, t9, t10, t137, t42, t219, t43, t44, t53, t54, t138, new A.RadioThemeData(t141, t142, t144, t145, t143, t139), t45, new A.ScrollbarThemeData(t14, t15, t13, t16, t17, t18, t19, t21, t22, t23, t24, t25, t11), t46, t47, t48, new A.SliderThemeData(t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t140), new A.SnackBarThemeData(t175, t176, t177, t178, t179, t180, t146), t49, t12, new A.SwitchThemeData(t182, t183, t184, t185, t20, t174), new A.TabBarTheme(t187, t188, t189, t190, t191, t192, t193, new A._LerpColors(t181.overlayColor, t186.overlayColor, t), t194, t195), t196, t197, t55, new A.TimePickerThemeData(t200, t201, t202, t203, t204, t205, t206, t207, t208, t209, t210, t211, t212, t213, t103, lerpedBorderSide, t198), t199, t50, t214, new A.Typography(t58, t59, t60, t61, t57), t51, false, new A.VisualDensity(t28, t27)); } }; A.AnimatedTheme.prototype = { @@ -212718,7 +215794,7 @@ t1.toString; this._theme$_data = type$.ThemeDataTween._as(t1); }, - build$1(_, context) { + build$1(context) { var t2, t1 = this._theme$_data; t1.toString; @@ -212730,7 +215806,7 @@ call$1(value) { return new A.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 2181 + $signature: 1086 }; A.MaterialTapTargetSize.prototype = { toString$0(_) { @@ -212739,13 +215815,17 @@ }; A.ThemeData.prototype = { copyWith$5$accentTextTheme$brightness$disabledColor$primaryTextTheme$textTheme(accentTextTheme, brightness, disabledColor, primaryTextTheme, textTheme) { - var _this = this, + var t6, t7, _this = this, t1 = _this.colorScheme.copyWith$1$brightness(brightness), t2 = disabledColor == null ? _this.disabledColor : disabledColor, - t3 = textTheme == null ? _this.textTheme : textTheme, - t4 = primaryTextTheme == null ? _this.primaryTextTheme : primaryTextTheme, - t5 = accentTextTheme == null ? _this.accentTextTheme : accentTextTheme; - return A.ThemeData$raw(_this.accentColor, _this.accentColorBrightness, _this.accentIconTheme, t5, _this.androidOverscrollIndicator, _this.appBarTheme, _this.applyElevationOverlayColor, _this.backgroundColor, _this.bannerTheme, _this.bottomAppBarColor, _this.bottomAppBarTheme, _this.bottomNavigationBarTheme, _this.bottomSheetTheme, _this.buttonBarTheme, _this.buttonColor, _this.buttonTheme, _this.canvasColor, _this.cardColor, _this.cardTheme, _this.checkboxTheme, _this.chipTheme, t1, _this.cupertinoOverrideTheme, _this.cursorColor, _this.dataTableTheme, _this.dialogBackgroundColor, _this.dialogTheme, t2, _this.dividerColor, _this.dividerTheme, _this.drawerTheme, _this.elevatedButtonTheme, _this.errorColor, _this.expansionTileTheme, _this.extensions, true, _this.floatingActionButtonTheme, _this.focusColor, _this.highlightColor, _this.hintColor, _this.hoverColor, _this.iconTheme, _this.indicatorColor, _this.inputDecorationTheme, _this.listTileTheme, _this.materialTapTargetSize, _this.navigationBarTheme, _this.navigationRailTheme, _this.outlinedButtonTheme, _this.pageTransitionsTheme, _this.platform, _this.popupMenuTheme, _this.primaryColor, _this.primaryColorBrightness, _this.primaryColorDark, _this.primaryColorLight, _this.primaryIconTheme, t4, _this.progressIndicatorTheme, _this.radioTheme, _this.scaffoldBackgroundColor, _this.scrollbarTheme, _this.secondaryHeaderColor, _this.selectedRowColor, _this.shadowColor, _this.sliderTheme, _this.snackBarTheme, _this.splashColor, _this.splashFactory, _this.switchTheme, _this.tabBarTheme, _this.textButtonTheme, _this.textSelectionColor, _this.textSelectionHandleColor, _this.textSelectionTheme, t3, _this.timePickerTheme, _this.toggleButtonsTheme, _this.toggleableActiveColor, _this.tooltipTheme, _this.typography, _this.unselectedWidgetColor, false, true, _this.visualDensity); + t3 = primaryTextTheme == null ? _this.primaryTextTheme : primaryTextTheme, + t4 = textTheme == null ? _this.textTheme : textTheme, + t5 = _this._theme_data$_accentColor; + t5.toString; + t6 = accentTextTheme == null ? _this._accentTextTheme : accentTextTheme; + t7 = _this._buttonColor; + t7.toString; + return A.ThemeData$raw(t5, _this._accentColorBrightness, _this._accentIconTheme, t6, _this.androidOverscrollIndicator, _this.appBarTheme, _this.applyElevationOverlayColor, _this.backgroundColor, _this.bannerTheme, _this.bottomAppBarColor, _this.bottomAppBarTheme, _this.bottomNavigationBarTheme, _this.bottomSheetTheme, _this.buttonBarTheme, t7, _this.buttonTheme, _this.canvasColor, _this.cardColor, _this.cardTheme, _this.checkboxTheme, _this.chipTheme, t1, _this.cupertinoOverrideTheme, _this.dataTableTheme, _this.dialogBackgroundColor, _this.dialogTheme, t2, _this.dividerColor, _this.dividerTheme, _this.drawerTheme, _this.elevatedButtonTheme, _this.errorColor, _this.expansionTileTheme, _this.extensions, true, _this.floatingActionButtonTheme, _this.focusColor, _this.highlightColor, _this.hintColor, _this.hoverColor, _this.iconTheme, _this.indicatorColor, _this.inputDecorationTheme, _this.listTileTheme, _this.materialTapTargetSize, _this.navigationBarTheme, _this.navigationRailTheme, _this.outlinedButtonTheme, _this.pageTransitionsTheme, _this.platform, _this.popupMenuTheme, _this.primaryColor, _this._primaryColorBrightness, _this.primaryColorDark, _this.primaryColorLight, _this.primaryIconTheme, t3, _this.progressIndicatorTheme, _this.radioTheme, _this.scaffoldBackgroundColor, _this.scrollbarTheme, _this.secondaryHeaderColor, _this.selectedRowColor, _this.shadowColor, _this.sliderTheme, _this.snackBarTheme, _this.splashColor, _this.splashFactory, _this.switchTheme, _this.tabBarTheme, _this.textButtonTheme, _this.textSelectionTheme, t4, _this.timePickerTheme, _this.toggleButtonsTheme, _this.toggleableActiveColor, _this.tooltipTheme, _this.typography, _this.unselectedWidgetColor, false, _this.visualDensity); }, copyWith$3$accentTextTheme$primaryTextTheme$textTheme(accentTextTheme, primaryTextTheme, textTheme) { return this.copyWith$5$accentTextTheme$brightness$disabledColor$primaryTextTheme$textTheme(accentTextTheme, null, null, primaryTextTheme, textTheme); @@ -212754,7 +215834,7 @@ return this.copyWith$5$accentTextTheme$brightness$disabledColor$primaryTextTheme$textTheme(null, brightness, disabledColor, null, null); }, $eq(_, other) { - var t1, _this = this; + var t1, t2, _this = this; if (other == null) return false; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) @@ -212769,35 +215849,35 @@ if (other.scrollbarTheme.$eq(0, _this.scrollbarTheme)) if (other.splashFactory === _this.splashFactory) if (other.visualDensity.$eq(0, _this.visualDensity)) - if (other.colorScheme.$eq(0, _this.colorScheme)) - if (J.$eq$(other.primaryColor, _this.primaryColor)) - if (J.$eq$(other.primaryColorLight, _this.primaryColorLight)) - if (J.$eq$(other.primaryColorDark, _this.primaryColorDark)) - if (J.$eq$(other.focusColor, _this.focusColor)) - if (J.$eq$(other.hoverColor, _this.hoverColor)) - if (J.$eq$(other.shadowColor, _this.shadowColor)) - if (J.$eq$(other.canvasColor, _this.canvasColor)) - if (J.$eq$(other.scaffoldBackgroundColor, _this.scaffoldBackgroundColor)) - if (J.$eq$(other.bottomAppBarColor, _this.bottomAppBarColor)) - if (J.$eq$(other.cardColor, _this.cardColor)) - if (J.$eq$(other.dividerColor, _this.dividerColor)) - if (J.$eq$(other.highlightColor, _this.highlightColor)) - if (J.$eq$(other.splashColor, _this.splashColor)) - if (J.$eq$(other.selectedRowColor, _this.selectedRowColor)) - if (J.$eq$(other.unselectedWidgetColor, _this.unselectedWidgetColor)) - if (J.$eq$(other.disabledColor, _this.disabledColor)) - if (J.$eq$(other.secondaryHeaderColor, _this.secondaryHeaderColor)) - if (J.$eq$(other.backgroundColor, _this.backgroundColor)) - if (J.$eq$(other.dialogBackgroundColor, _this.dialogBackgroundColor)) - if (J.$eq$(other.indicatorColor, _this.indicatorColor)) - if (J.$eq$(other.hintColor, _this.hintColor)) - if (J.$eq$(other.errorColor, _this.errorColor)) - if (J.$eq$(other.toggleableActiveColor, _this.toggleableActiveColor)) - if (other.typography.$eq(0, _this.typography)) - if (other.textTheme.$eq(0, _this.textTheme)) + if (J.$eq$(other.backgroundColor, _this.backgroundColor)) + if (J.$eq$(other.bottomAppBarColor, _this.bottomAppBarColor)) + if (J.$eq$(other.canvasColor, _this.canvasColor)) + if (J.$eq$(other.cardColor, _this.cardColor)) + if (other.colorScheme.$eq(0, _this.colorScheme)) + if (J.$eq$(other.dialogBackgroundColor, _this.dialogBackgroundColor)) + if (J.$eq$(other.disabledColor, _this.disabledColor)) + if (J.$eq$(other.dividerColor, _this.dividerColor)) + if (J.$eq$(other.errorColor, _this.errorColor)) + if (J.$eq$(other.focusColor, _this.focusColor)) + if (J.$eq$(other.highlightColor, _this.highlightColor)) + if (J.$eq$(other.hintColor, _this.hintColor)) + if (J.$eq$(other.hoverColor, _this.hoverColor)) + if (J.$eq$(other.indicatorColor, _this.indicatorColor)) + if (J.$eq$(other.primaryColor, _this.primaryColor)) + if (J.$eq$(other.primaryColorDark, _this.primaryColorDark)) + if (J.$eq$(other.primaryColorLight, _this.primaryColorLight)) + if (J.$eq$(other.scaffoldBackgroundColor, _this.scaffoldBackgroundColor)) + if (J.$eq$(other.secondaryHeaderColor, _this.secondaryHeaderColor)) + if (J.$eq$(other.selectedRowColor, _this.selectedRowColor)) + if (J.$eq$(other.shadowColor, _this.shadowColor)) + if (J.$eq$(other.splashColor, _this.splashColor)) + if (J.$eq$(other.toggleableActiveColor, _this.toggleableActiveColor)) + if (J.$eq$(other.unselectedWidgetColor, _this.unselectedWidgetColor)) + if (other.iconTheme.$eq(0, _this.iconTheme)) + if (other.primaryIconTheme.$eq(0, _this.primaryIconTheme)) if (other.primaryTextTheme.$eq(0, _this.primaryTextTheme)) - if (other.iconTheme.$eq(0, _this.iconTheme)) - if (other.primaryIconTheme.$eq(0, _this.primaryIconTheme)) + if (other.textTheme.$eq(0, _this.textTheme)) + if (other.typography.$eq(0, _this.typography)) if (other.appBarTheme.$eq(0, _this.appBarTheme)) if (other.bannerTheme.$eq(0, _this.bannerTheme)) if (other.bottomAppBarTheme.$eq(0, _this.bottomAppBarTheme)) @@ -212813,42 +215893,38 @@ if (other.dividerTheme.$eq(0, _this.dividerTheme)) if (J.$eq$(other.drawerTheme, _this.drawerTheme)) if (J.$eq$(other.elevatedButtonTheme, _this.elevatedButtonTheme)) - if (J.$eq$(other.floatingActionButtonTheme, _this.floatingActionButtonTheme)) - if (J.$eq$(other.listTileTheme, _this.listTileTheme)) - if (J.$eq$(other.navigationBarTheme, _this.navigationBarTheme)) - if (J.$eq$(other.navigationRailTheme, _this.navigationRailTheme)) - if (J.$eq$(other.outlinedButtonTheme, _this.outlinedButtonTheme)) - if (J.$eq$(other.popupMenuTheme, _this.popupMenuTheme)) - if (J.$eq$(other.progressIndicatorTheme, _this.progressIndicatorTheme)) - if (other.radioTheme.$eq(0, _this.radioTheme)) - if (other.sliderTheme.$eq(0, _this.sliderTheme)) - if (other.snackBarTheme.$eq(0, _this.snackBarTheme)) - if (other.switchTheme.$eq(0, _this.switchTheme)) - if (other.tabBarTheme.$eq(0, _this.tabBarTheme)) - if (J.$eq$(other.textButtonTheme, _this.textButtonTheme)) - if (J.$eq$(other.textSelectionTheme, _this.textSelectionTheme)) - if (other.timePickerTheme.$eq(0, _this.timePickerTheme)) - if (J.$eq$(other.toggleButtonsTheme, _this.toggleButtonsTheme)) - if (J.$eq$(other.tooltipTheme, _this.tooltipTheme)) - if (J.$eq$(other.expansionTileTheme, _this.expansionTileTheme)) - if (J.$eq$(other.textSelectionColor, _this.textSelectionColor)) - if (J.$eq$(other.cursorColor, _this.cursorColor)) - if (J.$eq$(other.textSelectionHandleColor, _this.textSelectionHandleColor)) - if (J.$eq$(other.accentColor, _this.accentColor)) - if (other.accentColorBrightness === _this.accentColorBrightness) - if (other.accentTextTheme.$eq(0, _this.accentTextTheme)) - if (other.accentIconTheme.$eq(0, _this.accentIconTheme)) - if (J.$eq$(other.buttonColor, _this.buttonColor)) - t1 = other.primaryColorBrightness === _this.primaryColorBrightness && true; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else + if (J.$eq$(other.expansionTileTheme, _this.expansionTileTheme)) + if (J.$eq$(other.floatingActionButtonTheme, _this.floatingActionButtonTheme)) + if (J.$eq$(other.listTileTheme, _this.listTileTheme)) + if (J.$eq$(other.navigationBarTheme, _this.navigationBarTheme)) + if (J.$eq$(other.navigationRailTheme, _this.navigationRailTheme)) + if (J.$eq$(other.outlinedButtonTheme, _this.outlinedButtonTheme)) + if (J.$eq$(other.popupMenuTheme, _this.popupMenuTheme)) + if (J.$eq$(other.progressIndicatorTheme, _this.progressIndicatorTheme)) + if (other.radioTheme.$eq(0, _this.radioTheme)) + if (other.sliderTheme.$eq(0, _this.sliderTheme)) + if (other.snackBarTheme.$eq(0, _this.snackBarTheme)) + if (other.switchTheme.$eq(0, _this.switchTheme)) + if (other.tabBarTheme.$eq(0, _this.tabBarTheme)) + if (J.$eq$(other.textButtonTheme, _this.textButtonTheme)) + if (J.$eq$(other.textSelectionTheme, _this.textSelectionTheme)) + if (other.timePickerTheme.$eq(0, _this.timePickerTheme)) + if (J.$eq$(other.toggleButtonsTheme, _this.toggleButtonsTheme)) + if (J.$eq$(other.tooltipTheme, _this.tooltipTheme)) { + t1 = other._theme_data$_accentColor; + t1.toString; + t2 = _this._theme_data$_accentColor; + t2.toString; + if (t1.$eq(0, t2)) + if (other._accentColorBrightness === _this._accentColorBrightness) + if (other._accentTextTheme.$eq(0, _this._accentTextTheme)) + if (other._accentIconTheme.$eq(0, _this._accentIconTheme)) { + t1 = other._buttonColor; + t1.toString; + t2 = _this._buttonColor; + t2.toString; + t1 = t1.$eq(0, t2) && other._primaryColorBrightness === _this._primaryColorBrightness && true; + } else t1 = false; else t1 = false; @@ -212856,7 +215932,7 @@ t1 = false; else t1 = false; - else + } else t1 = false; else t1 = false; @@ -213004,8 +216080,93 @@ }, get$hashCode(_) { var _this = this, - t1 = _this.extensions; - return A.Object_hashAll([_this.applyElevationOverlayColor, _this.cupertinoOverrideTheme, A.hashList(t1.get$keys(t1)), A.hashList(t1.get$values(t1)), _this.inputDecorationTheme, _this.materialTapTargetSize, _this.pageTransitionsTheme, _this.platform, _this.scrollbarTheme, _this.splashFactory, _this.visualDensity, false, _this.colorScheme, _this.primaryColor, _this.primaryColorLight, _this.primaryColorDark, _this.focusColor, _this.hoverColor, _this.shadowColor, _this.canvasColor, _this.scaffoldBackgroundColor, _this.bottomAppBarColor, _this.cardColor, _this.dividerColor, _this.highlightColor, _this.splashColor, _this.selectedRowColor, _this.unselectedWidgetColor, _this.disabledColor, _this.secondaryHeaderColor, _this.backgroundColor, _this.dialogBackgroundColor, _this.indicatorColor, _this.hintColor, _this.errorColor, _this.toggleableActiveColor, _this.typography, _this.textTheme, _this.primaryTextTheme, _this.iconTheme, _this.primaryIconTheme, _this.appBarTheme, _this.bannerTheme, _this.bottomAppBarTheme, _this.bottomNavigationBarTheme, _this.bottomSheetTheme, _this.buttonBarTheme, _this.buttonTheme, _this.cardTheme, _this.checkboxTheme, _this.chipTheme, _this.dataTableTheme, _this.dialogTheme, _this.dividerTheme, _this.drawerTheme, _this.elevatedButtonTheme, _this.floatingActionButtonTheme, _this.listTileTheme, _this.navigationBarTheme, _this.navigationRailTheme, _this.outlinedButtonTheme, _this.popupMenuTheme, _this.progressIndicatorTheme, _this.radioTheme, _this.sliderTheme, _this.snackBarTheme, _this.switchTheme, _this.tabBarTheme, _this.textButtonTheme, _this.textSelectionTheme, _this.timePickerTheme, _this.toggleButtonsTheme, _this.tooltipTheme, _this.expansionTileTheme, true, _this.textSelectionColor, _this.cursorColor, _this.textSelectionHandleColor, _this.accentColor, _this.accentColorBrightness, _this.accentTextTheme, _this.accentIconTheme, _this.buttonColor, true, _this.primaryColorBrightness, _this.androidOverscrollIndicator]); + t1 = [_this.applyElevationOverlayColor, _this.cupertinoOverrideTheme], + t2 = _this.extensions; + B.JSArray_methods.addAll$1(t1, t2.get$keys(t2)); + B.JSArray_methods.addAll$1(t1, t2.get$values(t2)); + t1.push(_this.inputDecorationTheme); + t1.push(_this.materialTapTargetSize); + t1.push(_this.pageTransitionsTheme); + t1.push(_this.platform); + t1.push(_this.scrollbarTheme); + t1.push(_this.splashFactory); + t1.push(false); + t1.push(_this.visualDensity); + t1.push(_this.backgroundColor); + t1.push(_this.bottomAppBarColor); + t1.push(_this.canvasColor); + t1.push(_this.cardColor); + t1.push(_this.colorScheme); + t1.push(_this.dialogBackgroundColor); + t1.push(_this.disabledColor); + t1.push(_this.dividerColor); + t1.push(_this.errorColor); + t1.push(_this.focusColor); + t1.push(_this.highlightColor); + t1.push(_this.hintColor); + t1.push(_this.hoverColor); + t1.push(_this.indicatorColor); + t1.push(_this.primaryColor); + t1.push(_this.primaryColorDark); + t1.push(_this.primaryColorLight); + t1.push(_this.scaffoldBackgroundColor); + t1.push(_this.secondaryHeaderColor); + t1.push(_this.selectedRowColor); + t1.push(_this.shadowColor); + t1.push(_this.splashColor); + t1.push(_this.toggleableActiveColor); + t1.push(_this.unselectedWidgetColor); + t1.push(_this.iconTheme); + t1.push(_this.primaryIconTheme); + t1.push(_this.primaryTextTheme); + t1.push(_this.textTheme); + t1.push(_this.typography); + t1.push(_this.appBarTheme); + t1.push(_this.bannerTheme); + t1.push(_this.bottomAppBarTheme); + t1.push(_this.bottomNavigationBarTheme); + t1.push(_this.bottomSheetTheme); + t1.push(_this.buttonBarTheme); + t1.push(_this.buttonTheme); + t1.push(_this.cardTheme); + t1.push(_this.checkboxTheme); + t1.push(_this.chipTheme); + t1.push(_this.dataTableTheme); + t1.push(_this.dialogTheme); + t1.push(_this.dividerTheme); + t1.push(_this.drawerTheme); + t1.push(_this.elevatedButtonTheme); + t1.push(_this.expansionTileTheme); + t1.push(_this.floatingActionButtonTheme); + t1.push(_this.listTileTheme); + t1.push(_this.navigationBarTheme); + t1.push(_this.navigationRailTheme); + t1.push(_this.outlinedButtonTheme); + t1.push(_this.popupMenuTheme); + t1.push(_this.progressIndicatorTheme); + t1.push(_this.radioTheme); + t1.push(_this.sliderTheme); + t1.push(_this.snackBarTheme); + t1.push(_this.switchTheme); + t1.push(_this.tabBarTheme); + t1.push(_this.textButtonTheme); + t1.push(_this.textSelectionTheme); + t1.push(_this.timePickerTheme); + t1.push(_this.toggleButtonsTheme); + t1.push(_this.tooltipTheme); + t2 = _this._theme_data$_accentColor; + t2.toString; + t1.push(t2); + t1.push(_this._accentColorBrightness); + t1.push(_this._accentTextTheme); + t1.push(_this._accentIconTheme); + t2 = _this._buttonColor; + t2.toString; + t1.push(t2); + t1.push(true); + t1.push(_this._primaryColorBrightness); + t1.push(_this.androidOverscrollIndicator); + return A.Object_hashAll(t1); } }; A.ThemeData_localize_closure.prototype = { @@ -213013,21 +216174,21 @@ var t1 = this.baseTheme, t2 = this.localTextGeometry, t3 = t2.merge$1(t1.primaryTextTheme); - return t1.copyWith$3$accentTextTheme$primaryTextTheme$textTheme(t2.merge$1(t1.accentTextTheme), t3, t2.merge$1(t1.textTheme)); + return t1.copyWith$3$accentTextTheme$primaryTextTheme$textTheme(t2.merge$1(t1._accentTextTheme), t3, t2.merge$1(t1.textTheme)); }, - $signature: 2184 + $signature: 1090 }; 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: 2185 + $signature: 1091 }; A.ThemeData__lerpThemeExtensions_closure0.prototype = { call$1(entry) { return !this.a.extensions.containsKey$1(0, entry.get$key(entry)); }, - $signature: 2187 + $signature: 1107 }; A.MaterialBasedCupertinoThemeData.prototype = { get$brightness() { @@ -213080,8 +216241,8 @@ effectiveConstraints$1(constraints) { var t1 = this.horizontal, t2 = this.vertical, - t3 = B.JSNumber_methods.clamp$2(constraints.minWidth + new A.Offset(t1, t2).$mul(0, 4)._dx, 0, constraints.maxWidth); - return constraints.copyWith$2$minHeight$minWidth(B.JSNumber_methods.clamp$2(constraints.minHeight + new A.Offset(t1, t2).$mul(0, 4)._dy, 0, constraints.maxHeight), t3); + t3 = A.clampDouble(constraints.minWidth + new A.Offset(t1, t2).$mul(0, 4)._dx, 0, constraints.maxWidth); + return constraints.copyWith$2$minHeight$minWidth(A.clampDouble(constraints.minHeight + new A.Offset(t1, t2).$mul(0, 4)._dy, 0, constraints.maxHeight), t3); }, $eq(_, other) { if (other == null) @@ -213132,19 +216293,19 @@ return A.Object_hash(this.hour, this.minute, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { - var t1 = new A.TimeOfDay_toString__addLeadingZeroIfNeeded(), + var t1 = new A.TimeOfDay_toString_addLeadingZeroIfNeeded(), hourLabel = t1.call$1(this.hour), minuteLabel = t1.call$1(this.minute); return B.Type_TimeOfDay_JJ0.toString$0(0) + "(" + A.S(hourLabel) + ":" + A.S(minuteLabel) + ")"; } }; - A.TimeOfDay_toString__addLeadingZeroIfNeeded.prototype = { + A.TimeOfDay_toString_addLeadingZeroIfNeeded.prototype = { call$1(value) { if (value < 10) return "0" + A.S(value); return B.JSInt_methods.toString$0(value); }, - $signature: 313 + $signature: 326 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -213196,7 +216357,7 @@ if (value != this.mode) this.onModeChanged.call$1(value); }, - build$1(_, context) { + build$1(context) { var timeOfDayFormat, t3, t4, fragmentContext, t5, t6, t7, controls, width, _this = this, _null = null, themeData = A.Theme_of(context), t1 = type$.MaterialLocalizations, @@ -213236,6 +216397,7 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } + t2 = _this.helpText; t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t1.toString; t1 = t1.get$timePickerDialHelpText(); @@ -213244,7 +216406,7 @@ } }; A._HourMinuteControl.prototype = { - build$1(_, context) { + build$1(context) { var backgroundColor, style, shape, t2, states, t3, _this = this, _null = null, themeData = A.Theme_of(context), timePickerTheme = A.TimePickerTheme_of(context), @@ -213263,14 +216425,14 @@ } shape = timePickerTheme.hourMinuteShape; if (shape == null) - shape = B.RoundedRectangleBorder_LkV0; + shape = B.RoundedRectangleBorder_ifx0; t1 = _this.isSelected; t2 = type$.MaterialState; states = t1 ? A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_4], t2) : A.LinkedHashSet_LinkedHashSet$_empty(t2); t2 = type$.nullable_Color; t3 = A.MaterialStateProperty_resolveAs(backgroundColor, states, t2); t1 = t1 ? _this.onDoubleTap : _null; - return new A.SizedBox(_null, 80, A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(A.Text$(_this.text, _null, _null, _null, _null, _null, style.copyWith$1$color(A.MaterialStateProperty_resolveAs(textColor, states, t2)), _null, _null, 1), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _this.onTap, _null, _null, _null, _null, _null, _null), B.Clip_2, t3, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null); + return new A.SizedBox(_null, 80, A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(A.Text$(_this.text, _null, _null, _null, _null, _null, style.copyWith$1$color(A.MaterialStateProperty_resolveAs(textColor, states, t2)), _null, _null, 1), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _this.onTap, _null, _null, _null, _null, _null, _null, _null), B.Clip_2, t3, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null); } }; A._HourMinuteControl_build_closure.prototype = { @@ -213278,7 +216440,7 @@ var t1 = this.themeData.colorScheme; return states.contains$1(0, B.MaterialState_4) ? t1.primary : t1.onSurface; }, - $signature: 116 + $signature: 115 }; A._HourMinuteControl_build_closure0.prototype = { call$1(states) { @@ -213295,10 +216457,10 @@ } return t1; }, - $signature: 116 + $signature: 115 }; A._HourControl.prototype = { - build$1(_, context) { + build$1(context) { var t2, formattedHour, t3, nextHour, formattedNextHour, previousHour, formattedPreviousHour, _this = this, _null = null, alwaysUse24HourFormat = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.alwaysUse24HourFormat, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); @@ -213313,7 +216475,7 @@ t1 = t1.get$timePickerHourModeAnnouncement(); t3 = A.Feedback_wrapForTap(new A._HourControl_build_closure(_this), context); t3.toString; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._HourControl_build_closure0(_this, previousHour), _null, _null, _null, new A._HourControl_build_closure1(_this, nextHour), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1 + " " + formattedHour), false, false, true, new A._HourMinuteControl(formattedHour, t3, t2.onHourDoubleTapped, t2.mode === B._TimePickerMode_0, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._HourControl_build_closure0(_this, previousHour), _null, _null, _null, new A._HourControl_build_closure1(_this, nextHour), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1 + " " + formattedHour), false, false, true, new A._HourMinuteControl(formattedHour, t3, t2.onHourDoubleTapped, t2.mode === B._TimePickerMode_0, _null), _null); } }; A._HourControl_build_hoursFromSelected.prototype = { @@ -213328,7 +216490,7 @@ return t2.replacing$1$hour(periodOffset + B.JSInt_methods.$mod(t2.get$hourOfPeriod() + hoursToAdd, 12)); } }, - $signature: 2189 + $signature: 1110 }; A._HourControl_build_closure1.prototype = { call$0() { @@ -213364,7 +216526,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var t1, textColor, _null = null, theme = A.Theme_of(context), timePickerTheme = A.TimePickerTheme_of(context), @@ -213381,7 +216543,7 @@ } }; A._MinuteControl.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, formattedMinute, t4, nextMinute, formattedNextMinute, previousMinute, formattedPreviousMinute, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -213396,7 +216558,7 @@ t1 = t1.get$timePickerMinuteModeAnnouncement(); t4 = A.Feedback_wrapForTap(new A._MinuteControl_build_closure(_this), context); t4.toString; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._MinuteControl_build_closure0(_this, previousMinute), _null, _null, _null, new A._MinuteControl_build_closure1(_this, nextMinute), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1 + " " + formattedMinute), false, false, true, new A._HourMinuteControl(formattedMinute, t4, t2.onMinuteDoubleTapped, t2.mode === B._TimePickerMode_1, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._MinuteControl_build_closure0(_this, previousMinute), _null, _null, _null, new A._MinuteControl_build_closure1(_this, nextMinute), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1 + " " + formattedMinute), false, false, true, new A._HourMinuteControl(formattedMinute, t4, t2.onMinuteDoubleTapped, t2.mode === B._TimePickerMode_1, _null), _null); } }; A._MinuteControl_build_closure1.prototype = { @@ -213470,7 +216632,7 @@ } this._togglePeriod$0(); }, - build$1(_, context) { + build$1(context) { var colorScheme, timePickerTheme, textColor, backgroundColor, amSelected, t2, amStates, pmSelected, pmStates, textStyle, amStyle, pmStyle, shape, borderSide, t3, buttonTextScaleFactor, t4, t5, amButton, pmButton, result, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; @@ -213498,29 +216660,29 @@ pmStyle = textStyle.copyWith$1$color(A.MaterialStateProperty_resolveAs(textColor, pmStates, t2)); shape = timePickerTheme.dayPeriodShape; if (shape == null) - shape = B.RoundedRectangleBorder_LkV0; + shape = B.RoundedRectangleBorder_ifx0; borderSide = timePickerTheme.dayPeriodBorderSide; if (borderSide == null) { t3 = colorScheme.onBackground.value; - borderSide = new A.BorderSide(A.Color_alphaBlend(A.Color$fromARGB(97, t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255), colorScheme.surface), 1, B.BorderStyle_1); + borderSide = new A.BorderSide(A.Color_alphaBlend(A.Color$fromARGB(97, t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255), colorScheme.surface), 1, B.BorderStyle_1, B.StrokeAlign_0); } shape = shape.copyWith$1$side(borderSide); buttonTextScaleFactor = Math.min(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.textScaleFactor, 2); t3 = A.MaterialStateProperty_resolveAs(backgroundColor, amStates, t2); t4 = A.Feedback_wrapForTap(new A._DayPeriodControl_build_closure1(_this, context), context); t5 = A.Center$(A.Text$(t1.get$anteMeridiemAbbreviation(), _null, _null, _null, _null, _null, amStyle, _null, _null, buttonTextScaleFactor), _null, _null); - amButton = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, amSelected, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t5, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null), B.Clip_0, t3, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + amButton = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, amSelected, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t5, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t3, 0, _null, _null, _null, _null, _null, B.MaterialType_0); t2 = A.MaterialStateProperty_resolveAs(backgroundColor, pmStates, t2); t3 = A.Feedback_wrapForTap(new A._DayPeriodControl_build_closure2(_this, context), context); t1 = A.Center$(A.Text$(t1.get$postMeridiemAbbreviation(), _null, _null, _null, _null, _null, pmStyle, _null, _null, buttonTextScaleFactor), _null, _null); - pmButton = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, pmSelected, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null), B.Clip_0, t2, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + pmButton = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, pmSelected, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t2, 0, _null, _null, _null, _null, _null, B.MaterialType_0); t1 = _this.orientation; switch (t1.index) { case 0: - result = A._DayPeriodInputPadding$(new A.SizedBox(52, 80, A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([A.Expanded$(amButton, 1), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(borderSide, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF), _null, _null, _null, B.BoxShape_0), _null, 1, _null, _null, _null, _null, _null, _null), A.Expanded$(pmButton, 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_2, B.Color_0, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null), B.Size_52_96, t1); + result = new A._DayPeriodInputPadding(B.Size_52_96, t1, new A.SizedBox(52, 80, A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([A.Expanded$(amButton, 1), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(borderSide, B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd), _null, _null, _null, B.BoxShape_0), _null, 1, _null, _null, _null, _null, _null, _null), A.Expanded$(pmButton, 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_2, B.Color_0, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null), _null); break; case 1: - result = A._DayPeriodInputPadding$(new A.SizedBox(_null, 40, A.Material$(B.Duration_200000, true, _null, A.Row$(A._setArrayType([A.Expanded$(amButton, 1), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF, borderSide), _null, _null, _null, B.BoxShape_0), _null, _null, _null, _null, _null, _null, _null, 1), A.Expanded$(pmButton, 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_2, B.Color_0, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null), B.Size_0_48, t1); + result = new A._DayPeriodInputPadding(B.Size_0_48, t1, new A.SizedBox(_null, 40, A.Material$(B.Duration_200000, true, _null, A.Row$(A._setArrayType([A.Expanded$(amButton, 1), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd, borderSide), _null, _null, _null, B.BoxShape_0), _null, _null, _null, _null, _null, _null, _null, 1), A.Expanded$(pmButton, 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_2, B.Color_0, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null), _null); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -213539,7 +216701,7 @@ } return t1; }, - $signature: 116 + $signature: 115 }; A._DayPeriodControl_build_closure0.prototype = { call$1(states) { @@ -213553,7 +216715,7 @@ t1 = B.Color_0; return t1; }, - $signature: 116 + $signature: 115 }; A._DayPeriodControl_build_closure1.prototype = { call$0() { @@ -213570,9 +216732,7 @@ A._DayPeriodInputPadding.prototype = { createRenderObject$1(context) { var t1 = new A._RenderInputPadding1(this.orientation, this.minSize, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -213707,7 +216867,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 74 + $signature: 78 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -213722,7 +216882,7 @@ t1 = $.$get$useCanvasKit(), t2 = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t2.set$color(0, _this.backgroundColor); - canvas.drawCircle$3(0, center, radius, t2); + canvas.drawCircle$3(center, radius, t2); t2 = new A._DialPainter_paint_getOffsetForTheta(center, radius - 28); t3 = new A._DialPainter_paint_paintLabels(canvas, t2); t4 = _this.primaryLabels; @@ -213731,19 +216891,19 @@ selectorPaint.set$color(0, _this.accentColor); t1 = _this.theta; focusedPoint = t2.call$1(t1); - canvas.drawCircle$3(0, center, 4, selectorPaint); - canvas.drawCircle$3(0, focusedPoint, 24, selectorPaint); + canvas.drawCircle$3(center, 4, selectorPaint); + canvas.drawCircle$3(focusedPoint, 24, selectorPaint); selectorPaint.set$strokeWidth(2); - canvas.drawLine$3(0, center, focusedPoint, selectorPaint); + canvas.drawLine$3(center, focusedPoint, selectorPaint); t1 = B.JSNumber_methods.$mod(t1, -6.283185307179586 / t4.length); if (t1 > 0.1 && t1 < 0.45) { selectorPaint.set$color(0, _this.dotColor); - canvas.drawCircle$3(0, focusedPoint, 2, selectorPaint); + canvas.drawCircle$3(focusedPoint, 2, selectorPaint); } focusedRect = A.Rect$fromCircle(focusedPoint, 24); canvas.save$0(0); t1 = A.Path_Path(); - t1.addOval$1(0, focusedRect); + t1.addOval$1(focusedRect); canvas.clipPath$1(0, t1); t3.call$1(_this.secondaryLabels); canvas.restore$0(0); @@ -213758,7 +216918,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: 2194 + $signature: 1111 }; A._DialPainter_paint_paintLabels.prototype = { call$1(labels) { @@ -213781,7 +216941,7 @@ labelTheta += labelThetaIncrement; } }, - $signature: 2201 + $signature: 1112 }; A._Dial.prototype = { createState$0() { @@ -213792,28 +216952,27 @@ initState$0() { var t1, t2, t3, _this = this, _null = null; _this.super$State$initState(); - _this.___DialState__thetaController = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); - _this.___DialState__thetaTween = new A.Tween(_this._getThetaForTime$1(_this._widget.selectedTime), _null, type$.Tween_double); - t1 = type$.Animation_double; - t2 = t1._as(A._lateReadCheck(_this.___DialState__thetaController, "_thetaController")); - t3 = A._lateReadCheck(_this.___DialState__thetaTween, "_thetaTween"); - t2 = t1._as(new A._AnimatedEvaluation(t2, new A.CurveTween(B.Cubic_ifx), type$.CurveTween._eval$1("_AnimatedEvaluation"))); - t3.toString; - t2.addListener$1(0, new A._DialState_initState_closure(_this)); - _this.___DialState__theta = new A._AnimatedEvaluation(t2, t3, A._instanceType(t3)._eval$1("_AnimatedEvaluation")); + _this.___DialState__thetaController_A = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); + t1 = type$.Tween_double; + t2 = new A.Tween(_this._getThetaForTime$1(_this._widget.selectedTime), _null, t1); + _this.___DialState__thetaTween_A = t2; + t3 = type$.Animation_double; + t3 = t3._as(new A._AnimatedEvaluation(t3._as(_this.___DialState__thetaController_A), new A.CurveTween(B.Cubic_ifx), type$.CurveTween._eval$1("_AnimatedEvaluation"))); + t3.addListener$1(0, new A._DialState_initState_closure(_this)); + _this.___DialState__theta_A = new A._AnimatedEvaluation(t3, t2, t1._eval$1("_AnimatedEvaluation")); }, didChangeDependencies$0() { var t1, _this = this; _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; - _this.___DialState_themeData = A.Theme_of(t1); + _this.___DialState_themeData_A = A.Theme_of(t1); t1 = _this._framework$_element; t1.toString; t1 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - _this.___DialState_localizations = t1; - _this.___DialState_media = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; + _this.___DialState_localizations_A = t1; + _this.___DialState_media_A = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; }, didUpdateWidget$1(oldWidget) { var t1, _this = this; @@ -213823,23 +216982,27 @@ if (!_this._time_picker0$_dragging) _this._animateTo$1(_this._getThetaForTime$1(_this._widget.selectedTime)); }, - dispose$0(_) { - A._lateReadCheck(this.___DialState__thetaController, "_thetaController").dispose$0(0); - this.super$__DialState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___DialState__thetaController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__DialState_State_SingleTickerProviderStateMixin$dispose(); }, _animateTo$1(targetTheta) { - var currentTheta, beginTheta, - t1 = A._lateReadCheck(this.___DialState__theta, "_theta"), - t2 = t1._evaluatable; - t1 = t1.parent; - currentTheta = t2.transform$1(0, t1.get$value(t1)); + var t2, currentTheta, beginTheta, + t1 = this.___DialState__theta_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + currentTheta = t1._evaluatable.transform$1(0, t2.get$value(t2)); beginTheta = A._DialState__nearest(targetTheta, A._DialState__nearest(targetTheta, currentTheta, currentTheta + 6.283185307179586), currentTheta - 6.283185307179586); - t1 = A._lateReadCheck(this.___DialState__thetaTween, "_thetaTween"); - t1.begin = beginTheta; - t1.end = targetTheta; - t1 = A._lateReadCheck(this.___DialState__thetaController, "_thetaController"); - t1.set$value(0, 0); - t1.forward$0(0); + t2 = this.___DialState__thetaTween_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.begin = beginTheta; + t2.end = targetTheta; + t2 = this.___DialState__thetaController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.set$value(0, 0); + t2.forward$0(0); }, _getThetaForTime$1(time) { var t1 = this._widget, @@ -213866,11 +217029,11 @@ } }, _notifyOnChangedIfNeeded$1$roundMinutes(roundMinutes) { - var current, _this = this, - t1 = A._lateReadCheck(_this.___DialState__theta, "_theta"), - t2 = t1._evaluatable; - t1 = t1.parent; - current = _this._getTimeForTheta$2$roundMinutes(t2.transform$1(0, t1.get$value(t1)), roundMinutes); + var t2, current, _this = this, + t1 = _this.___DialState__theta_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + current = _this._getTimeForTheta$2$roundMinutes(t1._evaluatable.transform$1(0, t2.get$value(t2)), roundMinutes); t1 = _this._widget; if (!current.$eq(0, t1.selectedTime)) _this._widget.onChanged.call$1(current); @@ -213915,7 +217078,6 @@ }, _time_picker0$_handleTapUp$1(details) { var newTime, t2, t3, t4, _this = this, - _s13_ = "localizations", t1 = _this._framework$_element.get$renderObject(); t1.toString; type$.RenderBox._as(t1); @@ -213928,16 +217090,18 @@ t1 = t1.use24HourDials; t2 = type$.Directionality; t3 = _this._framework$_element; - t4 = _this.___DialState_localizations; + t4 = _this.___DialState_localizations_A; if (t1) { t3.toString; - t1 = A._lateReadCheck(t4, _s13_).formatDecimal$1(newTime.hour); + t4 === $ && A.throwUnnamedLateFieldNI(); + t1 = t4.formatDecimal$1(newTime.hour); t2 = t3.dependOnInheritedWidgetOfExactType$1$0(t2); t2.toString; A.SemanticsService_announce(t1, t2.textDirection); } else { t3.toString; - t1 = A._lateReadCheck(t4, _s13_).formatDecimal$1(newTime.get$hourOfPeriod()); + t4 === $ && A.throwUnnamedLateFieldNI(); + t1 = t4.formatDecimal$1(newTime.get$hourOfPeriod()); t2 = t3.dependOnInheritedWidgetOfExactType$1$0(t2); t2.toString; A.SemanticsService_announce(t1, t2.textDirection); @@ -213946,15 +217110,17 @@ } else { t1 = _this._framework$_element; t1.toString; - t2 = A._lateReadCheck(_this.___DialState_localizations, _s13_).formatDecimal$1(newTime.minute); + t2 = _this.___DialState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.formatDecimal$1(newTime.minute); t1 = t1.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; A.SemanticsService_announce(t2, t1.textDirection); } - t1 = A._lateReadCheck(_this.___DialState__theta, "_theta"); - t2 = t1._evaluatable; - t1 = t1.parent; - _this._animateTo$1(_this._getThetaForTime$1(_this._getTimeForTheta$2$roundMinutes(t2.transform$1(0, t1.get$value(t1)), true))); + t1 = _this.___DialState__theta_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + _this._animateTo$1(_this._getThetaForTime$1(_this._getTimeForTheta$2$roundMinutes(t1._evaluatable.transform$1(0, t2.get$value(t2)), true))); _this._time_picker0$_dragging = false; _this._time_picker0$_center = _this._time_picker0$_position = null; }, @@ -213962,7 +217128,9 @@ var t2, time, angle, _this = this, t1 = _this._framework$_element; t1.toString; - t2 = A._lateReadCheck(_this.___DialState_localizations, "localizations").formatDecimal$1(hour); + t2 = _this.___DialState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.formatDecimal$1(hour); t1 = t1.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; A.SemanticsService_announce(t2, t1.textDirection); @@ -213976,7 +217144,8 @@ time = t2 === B.DayPeriod_0 ? new A.TimeOfDay(hour, t1) : new A.TimeOfDay(hour + 12, t1); } angle = _this._getThetaForTime$1(time); - t1 = A._lateReadCheck(_this.___DialState__thetaTween, "_thetaTween"); + t1 = _this.___DialState__thetaTween_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.end = t1.begin = angle; _this._notifyOnChangedIfNeeded$0(); }, @@ -213985,58 +217154,78 @@ style = textTheme.bodyLarge.copyWith$1$color(color), labelScaleFactor = Math.min(this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.textScaleFactor, 2), t1 = A.TextPainter$(_null, _null, _null, _null, A.TextSpan$(_null, _null, style, label), B.TextAlign_4, B.TextDirection_1, _null, labelScaleFactor, B.TextWidthBasis_0); - t1.layout$0(0); + t1.layout$0(); return new A._TappableLabel(value, t1, onTap); }, _build24HourRing$2(textTheme, color) { - var _i, timeOfDay, _this = this, + var _i, timeOfDay, t2, t3, _this = this, t1 = A._setArrayType([], type$.JSArray__TappableLabel); for (_i = 0; _i < 12; ++_i) { timeOfDay = B.List_htm1[_i]; - t1.push(_this._buildTappableLabel$5(textTheme, color, timeOfDay.hour, A._lateReadCheck(_this.___DialState_localizations, "localizations").formatHour$2$alwaysUse24HourFormat(timeOfDay, A._lateReadCheck(_this.___DialState_media, "media").alwaysUse24HourFormat), new A._DialState__build24HourRing_closure(_this, timeOfDay))); + t2 = _this.___DialState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___DialState_media_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1.push(_this._buildTappableLabel$5(textTheme, color, timeOfDay.hour, t2.formatHour$2$alwaysUse24HourFormat(timeOfDay, t3.alwaysUse24HourFormat), new A._DialState__build24HourRing_closure(_this, timeOfDay))); } return t1; }, _build12HourRing$2(textTheme, color) { - var _i, timeOfDay, _this = this, + var _i, timeOfDay, t2, t3, _this = this, t1 = A._setArrayType([], type$.JSArray__TappableLabel); for (_i = 0; _i < 12; ++_i) { timeOfDay = B.List_htm0[_i]; - t1.push(_this._buildTappableLabel$5(textTheme, color, timeOfDay.hour, A._lateReadCheck(_this.___DialState_localizations, "localizations").formatHour$2$alwaysUse24HourFormat(timeOfDay, A._lateReadCheck(_this.___DialState_media, "media").alwaysUse24HourFormat), new A._DialState__build12HourRing_closure(_this, timeOfDay))); + t2 = _this.___DialState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___DialState_media_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1.push(_this._buildTappableLabel$5(textTheme, color, timeOfDay.hour, t2.formatHour$2$alwaysUse24HourFormat(timeOfDay, t3.alwaysUse24HourFormat), new A._DialState__build12HourRing_closure(_this, timeOfDay))); } return t1; }, _buildMinutes$2(textTheme, color) { - var _i, timeOfDay, + var _i, timeOfDay, t2, t1 = A._setArrayType([], type$.JSArray__TappableLabel); for (_i = 0; _i < 12; ++_i) { timeOfDay = B.List_htm[_i]; - t1.push(this._buildTappableLabel$5(textTheme, color, timeOfDay.minute, A._lateReadCheck(this.___DialState_localizations, "localizations").formatMinute$1(timeOfDay), new A._DialState__buildMinutes_closure(this, timeOfDay))); + t2 = this.___DialState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.push(this._buildTappableLabel$5(textTheme, color, timeOfDay.minute, t2.formatMinute$1(timeOfDay), new A._DialState__buildMinutes_closure(this, timeOfDay))); } return t1; }, - build$1(_, context) { - var t1, accentColor, t2, t3, primaryLabelColor, secondaryLabelColor, primaryLabels, secondaryLabels, _this = this, _null = null, - _s9_ = "themeData", + build$1(context) { + var t1, accentColor, t2, t3, primaryLabelColor, t4, secondaryLabelColor, primaryLabels, secondaryLabels, _this = this, _null = null, theme = A.Theme_of(context), pickerTheme = A.TimePickerTheme_of(context), backgroundColor = pickerTheme.dialBackgroundColor; if (backgroundColor == null) { - t1 = A._lateReadCheck(_this.___DialState_themeData, _s9_).colorScheme.onBackground.value; + t1 = _this.___DialState_themeData_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.colorScheme.onBackground.value; backgroundColor = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } accentColor = pickerTheme.dialHandColor; - if (accentColor == null) - accentColor = A._lateReadCheck(_this.___DialState_themeData, _s9_).colorScheme.primary; + if (accentColor == null) { + t1 = _this.___DialState_themeData_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + accentColor = t1.colorScheme.primary; + } t1 = pickerTheme.dialTextColor; t2 = type$.MaterialState; t3 = type$.nullable_Color; primaryLabelColor = A.MaterialStateProperty_resolveAs(t1, A.LinkedHashSet_LinkedHashSet$_empty(t2), t3); - if (primaryLabelColor == null) - primaryLabelColor = A._lateReadCheck(_this.___DialState_themeData, _s9_).colorScheme.onSurface; + if (primaryLabelColor == null) { + t4 = _this.___DialState_themeData_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + primaryLabelColor = t4.colorScheme.onSurface; + } secondaryLabelColor = A.MaterialStateProperty_resolveAs(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_4], t2), t3); - if (secondaryLabelColor == null) - secondaryLabelColor = A._lateReadCheck(_this.___DialState_themeData, _s9_).colorScheme.onPrimary; + if (secondaryLabelColor == null) { + t1 = _this.___DialState_themeData_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + secondaryLabelColor = t1.colorScheme.onPrimary; + } t1 = _this._widget; switch (t1.mode) { case B._TimePickerMode_0: @@ -214064,12 +217253,12 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } t1 = theme.colorScheme; - t2 = A._lateReadCheck(_this.___DialState__theta, "_theta"); - t3 = t2._evaluatable; - t2 = t2.parent; - t2 = t3.transform$1(0, t2.get$value(t2)); + t2 = _this.___DialState__theta_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + t3 = t2._evaluatable.transform$1(0, t3.get$value(t3)); context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality).toString; - return A.GestureDetector$(_null, A.CustomPaint$(_null, _null, B.ValueKey_U86, new A._DialPainter(primaryLabels, secondaryLabels, backgroundColor, accentColor, t1.surface, t2, $.PaintingBinding__instance.PaintingBinding__systemFonts), B.Size_0_0), B.DragStartBehavior_1, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_handlePanEnd(), _this.get$_handlePanStart(), _this.get$_handlePanUpdate(), _null, _null, _null, _null, _null, _null, _this.get$_time_picker0$_handleTapUp(), _null, _null, _null); + return A.GestureDetector$(_null, A.CustomPaint$(_null, _null, B.ValueKey_U86, new A._DialPainter(primaryLabels, secondaryLabels, backgroundColor, accentColor, t1.surface, t3, $.PaintingBinding__instance.PaintingBinding__systemFonts), B.Size_0_0), B.DragStartBehavior_1, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_handlePanEnd(), _this.get$_handlePanStart(), _this.get$_handlePanUpdate(), _null, _null, _null, _null, _null, _null, _this.get$_time_picker0$_handleTapUp(), _null, _null, _null); } }; A._DialState_initState_closure.prototype = { @@ -214095,7 +217284,8 @@ angle = B.JSNumber_methods.$mod(Math.atan2(A.checkNum(offset._dx), A.checkNum(offset._dy)) - 1.5707963267948966, 6.283185307179586); if (this.roundMinutes) angle = t1._getThetaForTime$1(t1._getTimeForTheta$2$roundMinutes(angle, true)); - t1 = A._lateReadCheck(t1.___DialState__thetaTween, "_thetaTween"); + t1 = t1.___DialState__thetaTween_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.end = t1.begin = angle; }, $signature: 0 @@ -214119,12 +217309,15 @@ t2 = this.timeOfDay.minute, t3 = t1._framework$_element; t3.toString; - t4 = A._lateReadCheck(t1.___DialState_localizations, "localizations").formatDecimal$1(t2); + t4 = t1.___DialState_localizations_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.formatDecimal$1(t2); t3 = t3.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t3.toString; A.SemanticsService_announce(t4, t3.textDirection); angle = t1._getThetaForTime$1(new A.TimeOfDay(t1._widget.selectedTime.hour, t2)); - t2 = A._lateReadCheck(t1.___DialState__thetaTween, "_thetaTween"); + t2 = t1.___DialState__thetaTween_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t2.end = t2.begin = angle; t1._notifyOnChangedIfNeeded$0(); }, @@ -214142,12 +217335,12 @@ A._TimePickerInputState.prototype = { get$_selectedTime() { var t1, t2, - value = this.___TimePickerInputState__selectedTime; + value = this.___TimePickerInputState__selectedTime_FI; if (value === $) { t1 = this._widget.initialSelectedTime; t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateInitializeOnceCheck(value, "_selectedTime"); - value = this.___TimePickerInputState__selectedTime = new A.RestorableTimeOfDay(t1, t2); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.___TimePickerInputState__selectedTime_FI = new A.RestorableTimeOfDay(t1, t2); } return value; }, @@ -214238,8 +217431,8 @@ this.setState$1(new A._TimePickerInputState__validateMinute_closure(this, newMinute)); return newMinute == null ? "" : null; }, - build$1(_, context) { - var timeOfDayFormat, theme, hourMinuteStyle, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + build$1(context) { + var timeOfDayFormat, theme, hourMinuteStyle, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, media = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data, t1 = type$.MaterialLocalizations, t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); @@ -214253,10 +217446,10 @@ t3.toString; hourMinuteStyle = t3; } - _this._widget.toString; - t3 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t3.toString; - t3 = t3.get$timePickerInputHelpText(); + t3 = _this._widget.helpText; + t4 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); + t4.toString; + t3 = t4.get$timePickerInputHelpText(); t4 = A.TimePickerTheme_of(context).helpTextStyle; t3 = A.Text$(t3, _null, _null, _null, _null, _null, t4 == null ? theme.textTheme.labelSmall : t4, _null, _null, _null); t4 = type$.JSArray_Widget; @@ -214268,10 +217461,10 @@ t7 = A._setArrayType([B.SizedBox_null_8_null_null, new A._HourTextField(t6, hourMinuteStyle, t7.autofocusHour, _this.get$_validateHour(), _this.get$_handleHourSavedSubmitted(), _this.get$_handleHourChanged(), t7.hourLabelText, "hour_text_field", _null), B.SizedBox_null_8_null_null], t4); t6 = _this.hourHasError; if (!t6._restoration_properties$_value && !_this.minuteHasError._restoration_properties$_value) { - _this._widget.toString; - t8 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t8.toString; - t8 = t8.get$timePickerHourLabel(); + t8 = _this._widget.hourLabelText; + t9 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); + t9.toString; + t8 = t9.get$timePickerHourLabel(); t7.push(new A.ExcludeSemantics(true, A.Text$(t8, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.bodySmall, _null, _null, _null), _null)); } t7 = A.Expanded$(A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1); @@ -214280,10 +217473,10 @@ t10 = _this._widget; t10 = A._setArrayType([B.SizedBox_null_8_null_null, new A._MinuteTextField(t9, hourMinuteStyle, t10.autofocusMinute, _this.get$_validateMinute(), _this.get$_handleMinuteSavedSubmitted(), t10.minuteLabelText, "minute_text_field", _null), B.SizedBox_null_8_null_null], t4); if (!t6._restoration_properties$_value && !_this.minuteHasError._restoration_properties$_value) { - _this._widget.toString; - t9 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t9.toString; - t9 = t9.get$timePickerMinuteLabel(); + t9 = _this._widget.minuteLabelText; + t11 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); + t11.toString; + t9 = t11.get$timePickerMinuteLabel(); t10.push(new A.ExcludeSemantics(true, A.Text$(t9, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.bodySmall, _null, _null, _null), _null)); } t5.push(A.Expanded$(A.Row$(A._setArrayType([t7, t8, A.Expanded$(A.Column$(t10, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t4), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, B.TextDirection_1), 1)); @@ -214291,7 +217484,7 @@ B.JSArray_methods.addAll$1(t5, A._setArrayType([B.SizedBox_12_null_null_null, new A._DayPeriodControl(_this.get$_selectedTime()._restoration_properties$_value, B.Orientation_0, _this.get$_handleDayPeriodChanged(), _null)], t4)); t2 = A._setArrayType([t3, B.SizedBox_null_16_null_null, A.Row$(t5, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t4); if (t6._restoration_properties$_value || _this.minuteHasError._restoration_properties$_value) { - _this._widget.toString; + t3 = _this._widget.errorInvalidText; t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t1.toString; t1 = t1.get$invalidTimeLabel(); @@ -214316,20 +217509,22 @@ $signature: 0 }; A._HourTextField.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, - t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); - t1.toString; - t1 = t1.get$timePickerHourLabel(); + t1 = _this.hourLabelText, + t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + t2.toString; + t1 = t2.get$timePickerHourLabel(); return A._HourMinuteTextField$(_this.autofocus, true, _this.onChanged, _this.onSavedSubmitted, _this.restorationId, _this.selectedTime, t1, _this.style, _this.validator); } }; A._MinuteTextField.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, - t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); - t1.toString; - t1 = t1.get$timePickerMinuteLabel(); + t1 = _this.minuteLabelText, + t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + t2.toString; + t1 = t2.get$timePickerMinuteLabel(); return A._HourMinuteTextField$(_this.autofocus, false, null, _this.onSavedSubmitted, _this.restorationId, _this.selectedTime, t1, _this.style, _this.validator); } }; @@ -214347,7 +217542,7 @@ this.super$State$initState(); var t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, new A._HourMinuteTextFieldState_initState_closure(this)); - this.___HourMinuteTextFieldState_focusNode = t1; + this.___HourMinuteTextFieldState_focusNode_A = t1; }, didChangeDependencies$0() { var t1, _this = this; @@ -214380,9 +217575,8 @@ t3 = t3.selectedTime; return !t4 ? t2.formatMinute$1(t3) : t2.formatHour$2$alwaysUse24HourFormat(t3, t1.alwaysUse24HourFormat); }, - build$1(_, context) { + build$1(context) { var inputDecoration, unfocusedFillColor, hintText, t7, t8, t9, t10, _this = this, _null = null, - _s9_ = "focusNode", theme = A.Theme_of(context), timePickerTheme = A.TimePickerTheme_of(context), colorScheme = theme.colorScheme, @@ -214393,21 +217587,26 @@ t5 = t4 >>> 16 & 255, t6 = t4 >>> 8 & 255; t4 &= 255; - inputDecoration = A.InputDecoration$(_null, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null, true, B.OutlineInputBorder_Fb0, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(t1, 2, B.BorderStyle_1)), _null, B.TextStyle_zIQ1, _null, _null, true, _null, _null, _null, _null, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(colorScheme.primary, 2, B.BorderStyle_1)), new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(t1, 2, B.BorderStyle_1)), _null, _null, _null, _null, t2.copyWith$1$color(A.Color$fromARGB(92, t5, t6, t4)), _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + inputDecoration = A.InputDecoration$(_null, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null, true, B.OutlineInputBorder_2jN, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(t1, 2, B.BorderStyle_1, B.StrokeAlign_0)), _null, B.TextStyle_SVP1, _null, _null, true, _null, _null, _null, _null, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(colorScheme.primary, 2, B.BorderStyle_1, B.StrokeAlign_0)), new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(t1, 2, B.BorderStyle_1, B.StrokeAlign_0)), _null, _null, _null, _null, t2.copyWith$1$color(A.Color$fromARGB(92, t5, t6, t4)), _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); unfocusedFillColor = timePickerTheme.hourMinuteColor; if (unfocusedFillColor == null) unfocusedFillColor = A.Color$fromARGB(31, t5, t6, t4); t1 = type$.MediaQuery; if (!context.dependOnInheritedWidgetOfExactType$1$0(t1).data.accessibleNavigation) { $.WidgetsBinding__instance.toString; - t2 = $.$get$window().platformDispatcher._configuration.semanticsEnabled; + t2 = $.$get$window().platformDispatcher.configuration.semanticsEnabled; } else t2 = true; if (t2) hintText = _this._widget.semanticHintText; - else - hintText = A._lateReadCheck(_this.___HourMinuteTextFieldState_focusNode, _s9_).get$hasFocus() ? _null : _this.get$_formattedValue(); - if (A._lateReadCheck(_this.___HourMinuteTextFieldState_focusNode, _s9_).get$hasFocus()) + else { + t2 = _this.___HourMinuteTextFieldState_focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + hintText = t2.get$hasFocus() ? _null : _this.get$_formattedValue(); + } + t2 = _this.___HourMinuteTextFieldState_focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.get$hasFocus()) t2 = B.Color_0; else t2 = unfocusedFillColor; @@ -214416,7 +217615,7 @@ t2 = _this.RestorationMixin__bucket; t4 = _this._widget.autofocus; t5 = A._setArrayType([new A.LengthLimitingTextInputFormatter(2, _null)], type$.JSArray_TextInputFormatter); - t6 = A._lateReadCheck(_this.___HourMinuteTextFieldState_focusNode, _s9_); + t6 = _this.___HourMinuteTextFieldState_focusNode_A; t7 = _this._widget.style; t8 = timePickerTheme.hourMinuteTextColor; t3 = t7.copyWith$1$color(t8 == null ? t3 : t8); @@ -214464,7 +217663,7 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_boW[A._asIntS(data)]; + return B.List_iz0[A._asIntS(data)]; }, toPrimitives$0() { return this._restoration_properties$_value.index; @@ -214479,7 +217678,7 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_izR[A._asIntS(data)]; + return B.List_izR1[A._asIntS(data)]; }, toPrimitives$0() { return this._restoration_properties$_value.index; @@ -214509,7 +217708,7 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_izR[A._asIntS(data)]; + return B.List_izR1[A._asIntS(data)]; }, toPrimitives$0() { var t1 = this._restoration_properties$_value; @@ -214519,12 +217718,12 @@ A._TimePickerDialogState.prototype = { get$_time_picker0$_entryMode() { var t1, t2, - value = this.___TimePickerDialogState__entryMode; + value = this.___TimePickerDialogState__entryMode_FI; if (value === $) { t1 = this._widget.initialEntryMode; t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateInitializeOnceCheck(value, "_entryMode"); - value = this.___TimePickerDialogState__entryMode = new A._RestorableTimePickerEntryMode(t1, t2); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.___TimePickerDialogState__entryMode_FI = new A._RestorableTimePickerEntryMode(t1, t2); } return value; }, @@ -214535,17 +217734,17 @@ t1.toString; t1 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - _this.___TimePickerDialogState_localizations = t1; + _this.___TimePickerDialogState_localizations_A = t1; _this._announceInitialTimeOnce$0(); _this._announceModeOnce$0(); }, initState$0() { - var _this = this, - _s18_ = "_entryModeListener"; + var t1, _this = this; _this.super$State$initState(); - A._lateWriteOnceCheck(_this.___TimePickerDialogState__entryModeListener, _s18_); - _this.___TimePickerDialogState__entryModeListener = new A._TimePickerDialogState_initState_closure(_this); - _this.get$_time_picker0$_entryMode().addListener$1(0, A._lateReadCheck(_this.___TimePickerDialogState__entryModeListener, _s18_)); + t1 = new A._TimePickerDialogState_initState_closure(_this); + _this.___TimePickerDialogState__entryModeListener_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___TimePickerDialogState__entryModeListener_F = t1; + _this.get$_time_picker0$_entryMode().addListener$1(0, t1); }, get$restorationId() { this._widget.toString; @@ -214564,12 +217763,12 @@ }, get$_selectedTime() { var t1, t2, - value = this.___TimePickerDialogState__selectedTime; + value = this.___TimePickerDialogState__selectedTime_FI; if (value === $) { t1 = this._widget.initialTime; t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateInitializeOnceCheck(value, "_selectedTime"); - value = this.___TimePickerDialogState__selectedTime = new A.RestorableTimeOfDay(t1, t2); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.___TimePickerDialogState__selectedTime_FI = new A.RestorableTimeOfDay(t1, t2); } return value; }, @@ -214603,7 +217802,6 @@ }, _announceModeOnce$0() { var t3, t4, _this = this, - _s13_ = "localizations", t1 = _this._lastModeAnnounced, t2 = _this._time_picker0$_mode; if (J.$eq$(t1._restoration_properties$_value, t2._restoration_properties$_value)) @@ -214612,7 +217810,9 @@ case B._TimePickerMode_0: t3 = _this._framework$_element; t3.toString; - t4 = A._lateReadCheck(_this.___TimePickerDialogState_localizations, _s13_).get$timePickerHourModeAnnouncement(); + t4 = _this.___TimePickerDialogState_localizations_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.get$timePickerHourModeAnnouncement(); t3 = t3.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t3.toString; A.SemanticsService_announce(t4, t3.textDirection); @@ -214620,7 +217820,9 @@ case B._TimePickerMode_1: t3 = _this._framework$_element; t3.toString; - t4 = A._lateReadCheck(_this.___TimePickerDialogState_localizations, _s13_).get$timePickerMinuteModeAnnouncement(); + t4 = _this.___TimePickerDialogState_localizations_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.get$timePickerMinuteModeAnnouncement(); t3 = t3.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t3.toString; A.SemanticsService_announce(t4, t3.textDirection); @@ -214666,11 +217868,11 @@ _time_picker0$_handleCancel$0() { var t1 = this._framework$_element; t1.toString; - A.Navigator_of(t1, false).pop$1(0, null); + A.Navigator_of(t1, false).pop$1(null); }, _time_picker0$_handleOk$0() { var t1, t2, _this = this; - if (J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_1)) { + if (J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_1) || J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_3)) { t1 = _this._time_picker0$_formKey.get$currentState(); t1.toString; if (!t1.validate$0()) { @@ -214682,73 +217884,80 @@ t1 = _this._framework$_element; t1.toString; t2 = _this.get$_selectedTime()._restoration_properties$_value; - A.Navigator_of(t1, false).pop$1(0, t2); + A.Navigator_of(t1, false).pop$1(t2); }, - build$1(_, context) { - var orientation, t2, t3, t4, t5, actions, t6, dial, header, picker, theme0, textScaleFactor, timePickerHeight, timePickerWidth, _this = this, _null = null, - _s13_ = "localizations", + build$1(context) { + var use24HourDials, theme, shape, orientation, t3, t4, t5, t6, actions, dial, header, picker, theme0, textScaleFactor, timePickerHeight, timePickerWidth, _this = this, _null = null, _s80_ = string$.x60null_c, t1 = type$.MediaQuery, media = context.dependOnInheritedWidgetOfExactType$1$0(t1).data, - use24HourDials = A.hourFormat(A._lateReadCheck(_this.___TimePickerDialogState_localizations, _s13_).timeOfDayFormat$1$alwaysUse24HourFormat(media.alwaysUse24HourFormat)) !== B.HourFormat_2, - theme = A.Theme_of(context), - shape = A.TimePickerTheme_of(context).shape; + t2 = _this.___TimePickerDialogState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + use24HourDials = A.hourFormat(t2.timeOfDayFormat$1$alwaysUse24HourFormat(media.alwaysUse24HourFormat)) !== B.HourFormat_2; + theme = A.Theme_of(context); + shape = A.TimePickerTheme_of(context).shape; if (shape == null) - shape = B.RoundedRectangleBorder_LkV0; + shape = B.RoundedRectangleBorder_ifx0; orientation = media.get$orientation(media); - t2 = A.TimePickerTheme_of(context).entryModeIconColor; - if (t2 == null) { - t2 = theme.colorScheme; - t3 = t2.onSurface; - t2 = t2.brightness === B.Brightness_0 ? 1 : 0.6; - t3.toString; - t3 = t3.value; - t3 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t2), t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255); - t2 = t3; + t2 = type$.JSArray_Widget; + t3 = A._setArrayType([B.SizedBox_10_null_null_null], t2); + if (J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_0) || J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_1)) { + t4 = A.TimePickerTheme_of(context).entryModeIconColor; + if (t4 == null) { + t4 = theme.colorScheme; + t5 = t4.onSurface; + t4 = t4.brightness === B.Brightness_0 ? 1 : 0.6; + t5.toString; + t5 = t5.value; + t5 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t4), t5 >>> 16 & 255, t5 >>> 8 & 255, t5 & 255); + t4 = t5; + } + t5 = A.Icon$(J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_0) ? B.IconData_58193_MaterialIcons_null_false : B.IconData_57402_MaterialIcons_null_false, _null, _null); + t6 = type$.MaterialLocalizations; + if (J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_0)) { + t6 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t6); + t6.toString; + t6 = t6.get$inputTimeModeButtonLabel(); + } else { + t6 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t6); + t6.toString; + t6 = t6.get$dialModeButtonLabel(); + } + t3.push(A.IconButton$(B.Alignment_0_0, t4, _null, true, t5, _null, _this.get$_time_picker0$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, _null, t6, _null)); } - t3 = A.Icon$(J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_0) ? B.IconData_58193_MaterialIcons_null_false : B.IconData_57402_MaterialIcons_null_false, _null, _null); - t4 = type$.MaterialLocalizations; - if (J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_0)) { - t4 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t4); - t4.toString; - t4 = t4.get$inputTimeModeButtonLabel(); - } else { - t4 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t4); - t4.toString; - t4 = t4.get$dialModeButtonLabel(); - } - t4 = A.IconButton$(B.Alignment_0_0, t2, _null, true, t3, _null, _this.get$_time_picker0$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, _null, t4, _null); _this._widget.toString; - t2 = A._lateReadCheck(_this.___TimePickerDialogState_localizations, _s13_); - t2 = A.TextButton$(false, A.Text$(t2.get$cancelButtonLabel(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _this.get$_time_picker0$_handleCancel(), _null); + t4 = _this.___TimePickerDialogState_localizations_A.get$cancelButtonLabel(); + t4 = A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_time_picker0$_handleCancel(), _null); _this._widget.toString; - t3 = A._lateReadCheck(_this.___TimePickerDialogState_localizations, _s13_); - t5 = type$.JSArray_Widget; - actions = A.Row$(A._setArrayType([B.SizedBox_10_null_null_null, t4, A.Expanded$(A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t2, A.TextButton$(false, A.Text$(t3.get$okButtonLabel(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _this.get$_time_picker0$_handleOk(), _null)], t5), B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX3, _null, _null, _null, _null, _null, B.EdgeInsets_8_0_8_0, _null, _null, _null), 1)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t5 = _this.___TimePickerDialogState_localizations_A.get$okButtonLabel(); + t3.push(A.Expanded$(A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t4, A.TextButton$(false, A.Text$(t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_time_picker0$_handleOk(), _null)], t2), B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX3, _null, _null, _null, _null, _null, B.EdgeInsets_8_0_8_0, _null, _null, _null), 1)); + actions = A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); switch (_this.get$_time_picker0$_entryMode()._restoration_properties$_value) { case B.TimePickerEntryMode_0: - t2 = orientation === B.Orientation_0 ? B.EdgeInsets_36_24_36_24 : B.EdgeInsets_24_24_24_24; - t3 = _this._time_picker0$_mode; - t4 = t3._restoration_properties$_value; + case B.TimePickerEntryMode_2: + t3 = orientation === B.Orientation_0 ? B.EdgeInsets_36_24_36_24 : B.EdgeInsets_24_24_24_24; + t4 = _this._time_picker0$_mode; + t5 = t4._restoration_properties$_value; t6 = _this.get$_handleTimeChanged(); - dial = new A.Padding(t2, new A.ExcludeSemantics(true, new A.AspectRatio(1, new A._Dial(_this.get$_selectedTime()._restoration_properties$_value, t4, use24HourDials, t6, _this.get$_handleHourSelected(), _null), _null), _null), _null); - header = new A._TimePickerHeader(_this.get$_selectedTime()._restoration_properties$_value, t3._restoration_properties$_value, orientation, _this.get$_time_picker0$_handleModeChanged(), t6, _this.get$_handleHourDoubleTapped(), _this.get$_handleMinuteDoubleTapped(), use24HourDials, _this._widget.helpText, _null); + dial = new A.Padding(t3, new A.ExcludeSemantics(true, new A.AspectRatio(1, new A._Dial(_this.get$_selectedTime()._restoration_properties$_value, t5, use24HourDials, t6, _this.get$_handleHourSelected(), _null), _null), _null), _null); + header = new A._TimePickerHeader(_this.get$_selectedTime()._restoration_properties$_value, t4._restoration_properties$_value, orientation, _this.get$_time_picker0$_handleModeChanged(), t6, _this.get$_handleHourDoubleTapped(), _this.get$_handleMinuteDoubleTapped(), use24HourDials, _this._widget.helpText, _null); switch (orientation.index) { case 0: - picker = A.Column$(A._setArrayType([header, A.Expanded$(A.Column$(A._setArrayType([A.Expanded$(dial, 1), actions], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), 1)], t5), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + picker = A.Column$(A._setArrayType([header, A.Expanded$(A.Column$(A._setArrayType([A.Expanded$(dial, 1), actions], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), 1)], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); break; case 1: - picker = A.Column$(A._setArrayType([A.Expanded$(A.Row$(A._setArrayType([header, A.Expanded$(dial, 1)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), 1), actions], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + picker = A.Column$(A._setArrayType([A.Expanded$(A.Row$(A._setArrayType([header, A.Expanded$(dial, 1)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), 1), actions], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } break; case B.TimePickerEntryMode_1: - t2 = _this._time_picker0$_autovalidateMode._restoration_properties$_value; - t3 = _this.get$_selectedTime()._restoration_properties$_value; - t4 = _this._widget; - picker = A.Form$(t2, A.SingleChildScrollView$(A.Column$(A._setArrayType([new A._TimePickerInput(t3, t4.helpText, t4.errorInvalidText, t4.hourLabelText, t4.minuteLabelText, _this._autofocusHour._restoration_properties$_value, _this._autofocusMinute._restoration_properties$_value, _this.get$_handleTimeChanged(), "time_picker_input", _null), actions], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, "time_picker_scroll_view", false, B.Axis_1), _this._time_picker0$_formKey); + case B.TimePickerEntryMode_3: + t3 = _this._time_picker0$_autovalidateMode._restoration_properties$_value; + t4 = _this.get$_selectedTime()._restoration_properties$_value; + t5 = _this._widget; + picker = A.Form$(t3, A.SingleChildScrollView$(A.Column$(A._setArrayType([new A._TimePickerInput(t4, t5.helpText, t5.errorInvalidText, t5.hourLabelText, t5.minuteLabelText, _this._autofocusHour._restoration_properties$_value, _this._autofocusMinute._restoration_properties$_value, _this.get$_handleTimeChanged(), "time_picker_input", _null), actions], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, "time_picker_scroll_view", false, B.Axis_1), _this._time_picker0$_formKey); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -214759,6 +217968,7 @@ textScaleFactor = Math.min(context.dependOnInheritedWidgetOfExactType$1$0(t1).data.textScaleFactor, 1.1); switch (_this.get$_time_picker0$_entryMode()._restoration_properties$_value) { case B.TimePickerEntryMode_0: + case B.TimePickerEntryMode_2: switch (orientation.index) { case 0: timePickerHeight = theme0.materialTapTargetSize === B.MaterialTapTargetSize_0 ? 496 : 484; @@ -214775,6 +217985,7 @@ } break; case B.TimePickerEntryMode_1: + case B.TimePickerEntryMode_3: timePickerWidth = 328; timePickerHeight = 226; break; @@ -214786,17 +217997,20 @@ t1 = A.TimePickerTheme_of(context).backgroundColor; if (t1 == null) t1 = theme.colorScheme.surface; - t2 = J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_1) ? 0 : 24; + t2 = J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_1) || J.$eq$(_this.get$_time_picker0$_entryMode()._restoration_properties$_value, B.TimePickerEntryMode_3) ? 0 : 24; return A.Dialog$(_null, t1, A.AnimatedContainer$(_null, picker, _null, _null, B.Cubic_JUR0, _null, B.Duration_200000, timePickerHeight * textScaleFactor, _null, _null, _null, timePickerWidth), B.Clip_0, _null, new A.EdgeInsets(16, t2, 16, t2), shape); }, - dispose$0(_) { - var _this = this, + dispose$0() { + var t2, _this = this, t1 = _this._vibrateTimer; if (t1 != null) t1.cancel$0(0); _this._vibrateTimer = null; - _this.get$_time_picker0$_entryMode().removeListener$1(0, A._lateReadCheck(_this.___TimePickerDialogState__entryModeListener, "_entryModeListener")); - _this.super$__TimePickerDialogState_State_RestorationMixin$dispose(0); + t1 = _this.get$_time_picker0$_entryMode(); + t2 = _this.___TimePickerDialogState__entryModeListener_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, t2); + _this.super$__TimePickerDialogState_State_RestorationMixin$dispose(); } }; A._TimePickerDialogState_initState_closure.prototype = { @@ -214835,6 +218049,10 @@ t1._autofocusMinute.set$value(0, false); t1.get$_time_picker0$_entryMode().set$value(0, B.TimePickerEntryMode_0); break; + case B.TimePickerEntryMode_2: + case B.TimePickerEntryMode_3: + A.FlutterError_FlutterError("Can not change entry mode from " + t1.get$_time_picker0$_entryMode().toString$0(0)); + break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -214864,37 +218082,37 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 81 + $signature: 79 }; A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -214923,16 +218141,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__TimePickerDialogState_State_RestorationMixin.prototype = { @@ -214956,16 +218174,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__TimePickerDialogState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__TimePickerInputState_State_RestorationMixin.prototype = { @@ -214989,16 +218207,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__TimePickerInputState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.TimePickerThemeData.prototype = { @@ -215098,7 +218316,7 @@ _getLeadingBorderSide$3(index, theme, toggleButtonsTheme) { var resultingBorderWidth, t1, _this = this; if (!_this.renderBorder) - return B.BorderSide_0CF; + return B.BorderSide_aLd; resultingBorderWidth = toggleButtonsTheme.borderWidth; if (resultingBorderWidth == null) resultingBorderWidth = 1; @@ -215115,7 +218333,7 @@ t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } else { t1 = _this.isSelected[index]; if (!t1) { @@ -215126,21 +218344,21 @@ t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } else { t1 = toggleButtonsTheme.disabledBorderColor; if (t1 == null) { t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } } }, _getBorderSide$3(index, theme, toggleButtonsTheme) { var resultingBorderWidth, t1, _this = this; if (!_this.renderBorder) - return B.BorderSide_0CF; + return B.BorderSide_aLd; resultingBorderWidth = toggleButtonsTheme.borderWidth; if (resultingBorderWidth == null) resultingBorderWidth = 1; @@ -215153,7 +218371,7 @@ t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } else { t1 = _this.borderColor; if (t1 == null) @@ -215162,15 +218380,15 @@ t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } }, _getTrailingBorderSide$3(index, theme, toggleButtonsTheme) { var resultingBorderWidth, t1, _this = this; if (!_this.renderBorder) - return B.BorderSide_0CF; + return B.BorderSide_aLd; if (index !== _this.children.length - 1) - return B.BorderSide_0CF; + return B.BorderSide_aLd; resultingBorderWidth = toggleButtonsTheme.borderWidth; if (resultingBorderWidth == null) resultingBorderWidth = 1; @@ -215183,7 +218401,7 @@ t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } else { t1 = _this.borderColor; if (t1 == null) @@ -215192,30 +218410,23 @@ t1 = theme.colorScheme.onSurface.value; t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1); + return new A.BorderSide(t1, resultingBorderWidth, B.BorderStyle_1, B.StrokeAlign_0); } }, - build$1(_, context) { - var result, resolvedTapTargetSize, - theme = A.Theme_of(context), - toggleButtonsTheme = A.ToggleButtonsTheme_of(context), - t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + build$1(context) { + var toggleButtonsTheme, t1, buttons, + theme = A.Theme_of(context); + context.dependOnInheritedWidgetOfExactType$1$0(type$.ToggleButtonsTheme); + toggleButtonsTheme = A.Theme_of(context).toggleButtonsTheme; + t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - result = new A.IntrinsicHeight(A.Row$(A.List_List$generate(this.children.length, new A.ToggleButtons_build_closure(this, t1.textDirection, toggleButtonsTheme, theme), true, type$.Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, null), null); - resolvedTapTargetSize = theme.materialTapTargetSize; - switch (resolvedTapTargetSize.index) { - case 0: - return new A._InputPadding1(B.Size_48_48, B.Axis_0, result, null); - case 1: - return result; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } + buttons = A.List_List$generate(this.children.length, new A.ToggleButtons_build_closure(this, t1.textDirection, toggleButtonsTheme, theme), true, type$.Widget); + return new A.IntrinsicHeight(A.Row$(buttons, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, null), null); } }; A.ToggleButtons_build_closure.prototype = { call$1(index) { - var leadingBorderSide, borderSide, trailingBorderSide, t5, t6, t7, _this = this, _null = null, + var leadingBorderSide, borderSide, trailingBorderSide, t5, t6, t7, effectiveFillColor, currentColor, currentTextStyle, currentConstraints, minimumSize, maximumSize, t8, minPaddingSize, t9, t10, t11, t12, t13, button, _this = this, _null = null, t1 = _this.$this, t2 = t1.children, t3 = _this.textDirection, @@ -215226,14 +218437,67 @@ leadingBorderSide = t1._getLeadingBorderSide$3(index, t3, t4); borderSide = t1._getBorderSide$3(index, t3, t4); trailingBorderSide = t1._getTrailingBorderSide$3(index, t3, t4); - t3 = t1.isSelected[index]; - t5 = t4.focusColor; - t6 = t4.highlightColor; - t7 = t4.hoverColor; + t5 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + t6 = t1.isSelected; + if (t6[index] && true) + t5.add$1(0, B.MaterialState_4); + t7 = t4.fillColor; + effectiveFillColor = new A._ResolveFillColor(t7).resolve$1(0, t5); + if (effectiveFillColor == null) + effectiveFillColor = new A._DefaultFillColor(t3.colorScheme).resolve$1(0, t5); + t5 = t6[index]; + if (t5) { + t7 = t1.selectedColor; + currentColor = t7 == null ? t4.selectedColor : t7; + if (currentColor == null) + currentColor = t3.colorScheme.primary; + } else { + t7 = t1.color; + currentColor = t7 == null ? t4.color : t7; + if (currentColor == null) { + t7 = t3.colorScheme.onSurface.value; + currentColor = A.Color$fromARGB(222, t7 >>> 16 & 255, t7 >>> 8 & 255, t7 & 255); + } + } + currentTextStyle = t4.textStyle; + if (currentTextStyle == null) { + t7 = t3.textTheme.bodyMedium; + t7.toString; + currentTextStyle = t7; + } + currentConstraints = t1.constraints; + if (currentConstraints == null) + currentConstraints = t4.constraints; + t7 = currentConstraints == null; + minimumSize = t7 ? B.Size_48_48 : new A.Size(currentConstraints.minWidth, currentConstraints.minHeight); + maximumSize = t7 ? _null : new A.Size(currentConstraints.maxWidth, currentConstraints.maxHeight); + t8 = t3.materialTapTargetSize; + switch (t8.index) { + case 0: + minPaddingSize = B.Size_0_48; + break; + case 1: + minPaddingSize = B.Size_0_0; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t8 = t2.length; + t9 = type$.MaterialStatePropertyAll_nullable_Color; + t3 = t3.colorScheme; + t10 = t4.focusColor; + t11 = t4.highlightColor; + t12 = t4.hoverColor; t4 = t4.splashColor; - return new A._ToggleButton(t3, _null, t1.constraints, t1.color, t1.selectedColor, _null, _null, t5, t7, t6, t4, _null, new A.ToggleButtons_build__closure(t1, index), _null, leadingBorderSide, borderSide, trailingBorderSide, edgeBorderRadius, clipBorderRadius, index === 0, index === t2.length - 1, B.Axis_0, B.VerticalDirection_1, t2[index], _null); + t13 = type$.MaterialStatePropertyAll_nullable_Size; + t4 = A.ButtonStyle$(B.Alignment_0_0, B.Duration_200000, new A.MaterialStatePropertyAll(effectiveFillColor, t9), B.MaterialStatePropertyAll_0, true, _null, new A.MaterialStatePropertyAll(currentColor, t9), new A.MaterialStatePropertyAll(maximumSize, t13), new A.MaterialStatePropertyAll(minimumSize, t13), new A.MaterialStatePropertyAll(_null, type$.MaterialStatePropertyAll_nullable_MouseCursor), new A._ToggleButtonDefaultOverlay(t5, !t5, t3, t10, t11, t12, t4), B.MaterialStatePropertyAll_rXZ, _null, B.MaterialStatePropertyAll_2LR, _null, B.C__InkRippleFactory, _null, B.MaterialTapTargetSize_1, new A.MaterialStatePropertyAll(currentTextStyle.copyWith$1$color(currentColor), type$.MaterialStatePropertyAll_nullable_TextStyle), B.VisualDensity_0_0); + button = new A._SelectToggleButton(leadingBorderSide, borderSide, trailingBorderSide, edgeBorderRadius, index === 0, index === t8 - 1, B.Axis_0, B.VerticalDirection_1, A.ClipRRect$(clipBorderRadius, A.TextButton$(false, t2[index], _null, _null, new A.ToggleButtons_build__closure(t1, index), t4), B.Clip_2), _null); + if (!t7) + button = A.Center$(button, _null, _null); + t1 = t6[index]; + return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null), true, false, false, new A._InputPadding1(minPaddingSize, B.Axis_0, button, _null), _null), _null); }, - $signature: 2207 + $signature: 1114 }; A.ToggleButtons_build__closure.prototype = { call$0() { @@ -215241,103 +218505,6 @@ }, $signature: 0 }; - A._ToggleButton.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, t7, currentFillColor, currentColor, currentFocusColor, currentHoverColor, currentSplashColor, currentTextStyle, currentConstraints, _this = this, - theme = A.Theme_of(context), - toggleButtonsTheme = A.ToggleButtonsTheme_of(context), - t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), - t2 = _this.selected; - if (t2 && _this.onPressed != null) - t1.add$1(0, B.MaterialState_4); - t3 = _this.onPressed; - t4 = t3 == null; - if (t4) - t1.add$1(0, B.MaterialState_6); - t5 = toggleButtonsTheme.fillColor; - t6 = theme.colorScheme; - t7 = new A._ResolveFillColor(_this.fillColor).resolve$1(0, t1); - currentFillColor = t7 == null ? new A._ResolveFillColor(t5).resolve$1(0, t1) : t7; - if (currentFillColor == null) - currentFillColor = new A._DefaultFillColor(t6).resolve$1(0, t1); - t1 = !t4; - if (t1 && t2) { - t1 = _this.selectedColor; - currentColor = t1 == null ? toggleButtonsTheme.selectedColor : t1; - if (currentColor == null) - currentColor = t6.primary; - t1 = _this.focusColor; - currentFocusColor = t1 == null ? toggleButtonsTheme.focusColor : t1; - if (currentFocusColor == null) { - t1 = t6.primary; - currentFocusColor = A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); - } - t1 = _this.hoverColor; - currentHoverColor = t1 == null ? toggleButtonsTheme.hoverColor : t1; - if (currentHoverColor == null) { - t1 = t6.primary; - currentHoverColor = A.Color$fromARGB(10, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); - } - t1 = _this.splashColor; - currentSplashColor = t1 == null ? toggleButtonsTheme.splashColor : t1; - if (currentSplashColor == null) { - t1 = t6.primary; - currentSplashColor = A.Color$fromARGB(41, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); - } - } else if (t1 && !t2) { - t1 = _this.color; - currentColor = t1 == null ? toggleButtonsTheme.color : t1; - if (currentColor == null) { - t1 = t6.onSurface.value; - currentColor = A.Color$fromARGB(222, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - t1 = _this.focusColor; - currentFocusColor = t1 == null ? toggleButtonsTheme.focusColor : t1; - if (currentFocusColor == null) { - t1 = t6.onSurface.value; - currentFocusColor = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - t1 = _this.hoverColor; - currentHoverColor = t1 == null ? toggleButtonsTheme.hoverColor : t1; - if (currentHoverColor == null) { - t1 = t6.onSurface.value; - currentHoverColor = A.Color$fromARGB(10, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - t1 = _this.splashColor; - currentSplashColor = t1 == null ? toggleButtonsTheme.splashColor : t1; - if (currentSplashColor == null) { - t1 = t6.onSurface.value; - currentSplashColor = A.Color$fromARGB(41, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - } else { - currentColor = toggleButtonsTheme.disabledColor; - if (currentColor == null) { - t1 = t6.onSurface.value; - currentColor = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } - currentFocusColor = null; - currentHoverColor = null; - currentSplashColor = null; - } - currentTextStyle = toggleButtonsTheme.textStyle; - if (currentTextStyle == null) { - t1 = theme.textTheme.bodyMedium; - t1.toString; - currentTextStyle = t1; - } - t1 = _this.constraints; - currentConstraints = t1 == null ? toggleButtonsTheme.constraints : t1; - if (currentConstraints == null) - currentConstraints = B.BoxConstraints_mlX0; - t1 = currentTextStyle.copyWith$1$color(currentColor); - t2 = _this.highlightColor; - if (t2 == null) { - t2 = t6.surface.value; - t2 = A.Color$fromARGB(0, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255); - } - return new A._SelectToggleButton(_this.leadingBorderSide, _this.borderSide, _this.trailingBorderSide, _this.borderRadius, _this.isFirstButton, _this.isLastButton, _this.direction, _this.verticalDirection, A.ClipRRect$(_this.clipRadius, A.RawMaterialButton$(false, _this.child, B.Clip_0, currentConstraints, 0, 0, true, currentFillColor, currentFocusColor, 0, _this.focusNode, t2, 0, currentHoverColor, 0, B.MaterialTapTargetSize_1, _this.mouseCursor, t3, B.RoundedRectangleBorder_LkV1, currentSplashColor, t1)), _this.key); - } - }; A._ResolveFillColor.prototype = { resolve$1(_, states) { return states.contains$1(0, B.MaterialState_4) ? this.primary : null; @@ -215354,15 +218521,99 @@ return A.Color$fromARGB(0, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } }; + A._ToggleButtonDefaultOverlay.prototype = { + resolve$1(_, states) { + var t1, _this = this; + if (_this.selected) { + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.hoverColor; + if (t1 == null) { + t1 = _this.colorScheme.primary; + t1 = A.Color$fromARGB(10, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return t1; + } else if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.focusColor; + if (t1 == null) { + t1 = _this.colorScheme.primary; + t1 = A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return t1; + } else if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.splashColor; + if (t1 == null) { + t1 = _this.colorScheme.primary; + t1 = A.Color$fromARGB(41, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return t1; + } + } else if (_this.unselected) + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.hoverColor; + if (t1 == null) { + t1 = _this.colorScheme.onSurface.value; + t1 = A.Color$fromARGB(10, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return t1; + } else if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.focusColor; + if (t1 == null) { + t1 = _this.colorScheme.onSurface.value; + t1 = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return t1; + } else if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.splashColor; + if (t1 == null) + t1 = _this.highlightColor; + if (t1 == null) { + t1 = _this.colorScheme.onSurface.value; + t1 = A.Color$fromARGB(41, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return t1; + } + return null; + }, + toString$0(_) { + var t6, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, + _s19_ = ",\n focused: ", + _s19_0 = ",\n pressed: ", + t1 = _this.hoverColor, + t2 = A.S(t1), + t3 = _this.colorScheme, + t4 = t3.primary, + t5 = A.Color$fromARGB(10, t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255); + t5 = t5.toString$0(0); + t6 = _this.focusColor; + t7 = A.S(t6); + t8 = A.Color$fromARGB(31, t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255); + t8 = t8.toString$0(0); + t9 = _this.splashColor; + t10 = A.S(t9); + t4 = A.Color$fromARGB(41, t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255); + t4 = t4.toString$0(0); + t1 = A.S(t1); + t3 = t3.onSurface.value; + t11 = t3 >>> 16 & 255; + t12 = t3 >>> 8 & 255; + t3 &= 255; + t13 = A.Color$fromARGB(10, t11, t12, t3); + t13 = t13.toString$0(0); + t6 = A.S(t6); + t14 = A.Color$fromARGB(31, t11, t12, t3); + t14 = t14.toString$0(0); + t9 = A.S(t9); + t3 = A.Color$fromARGB(41, t11, t12, t3); + return " {\n selected:\n hovered: " + t2 + ", otherwise: " + t5 + _s19_ + t7 + ", otherwise: " + t8 + _s19_0 + t10 + ", otherwise: " + t4 + ",\n unselected:\n hovered: " + t1 + ", otherwise: " + t13 + _s19_ + t6 + ", otherwise: " + t14 + _s19_0 + t9 + ", otherwise: " + t3.toString$0(0) + ",\n otherwise: null,\n }\n "; + } + }; A._SelectToggleButton.prototype = { createRenderObject$1(context) { var _this = this, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t1 = new A._SelectToggleButtonRenderObject(_this.direction, _this.verticalDirection, _this.leadingBorderSide, _this.borderSide, _this.trailingBorderSide, _this.borderRadius, _this.isFirstButton, _this.isLastButton, t1.textDirection, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -215378,7 +218629,7 @@ renderObject.set$verticalDirection(_this.verticalDirection); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); } }; A._SelectToggleButtonRenderObject.prototype = { @@ -215430,7 +218681,7 @@ this._isLastButton = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._toggle_buttons$_textDirection == value) return; this._toggle_buttons$_textDirection = value; @@ -215637,14 +218888,14 @@ leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t13 === 0 ? startX : t10 - t13, t8); leadingPath.lineTo$2(0, t4 + t12, t8); - leadingPath.addArc$3(0, blCorner, 1.5707963267948966, 1.5707963267948966); + leadingPath.addArc$3(blCorner, 1.5707963267948966, 1.5707963267948966); leadingPath.lineTo$2(0, t4, t5 + t7); - leadingPath.addArc$3(0, tlCorner, 3.141592653589793, 1.5707963267948966); + leadingPath.addArc$3(tlCorner, 3.141592653589793, 1.5707963267948966); leadingPath.lineTo$2(0, t10 - t11, t5); - leadingPath.addArc$3(0, trCorner, 4.71238898038469, 1.5707963267948966); + leadingPath.addArc$3(trCorner, 4.71238898038469, 1.5707963267948966); leadingPath.lineTo$2(0, t10, t8 - t17); - leadingPath.addArc$3(0, brCorner, 0, 1.5707963267948966); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + leadingPath.addArc$3(brCorner, 0, 1.5707963267948966); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); return; } if (_this._toggle_buttons$_direction === B.Axis_0) @@ -215654,30 +218905,30 @@ leftPath = A.Path_Path(); leftPath.moveTo$2(0, t4, t8 + _this._leadingBorderSide.width / 2); leftPath.lineTo$2(0, t4, t5 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, leftPath, leadingPaint); + context.get$canvas(context).drawPath$2(leftPath, leadingPaint); endingPaint = _this._trailingBorderSide.toPaint$0(); endingPath = A.Path_Path(); endingPath.moveTo$2(0, t4 + _this._borderSide.width / 2, t5); endingPath.lineTo$2(0, t10 - t11, t5); - endingPath.addArc$3(0, trCorner, 4.71238898038469, 1.5707963267948966); + endingPath.addArc$3(trCorner, 4.71238898038469, 1.5707963267948966); endingPath.lineTo$2(0, t10, t8 - t17); - endingPath.addArc$3(0, brCorner, 0, 1.5707963267948966); + endingPath.addArc$3(brCorner, 0, 1.5707963267948966); endingPath.lineTo$2(0, t4 + _this._borderSide.width / 2, t8); - context.get$canvas(context).drawPath$2(0, endingPath, endingPaint); + context.get$canvas(context).drawPath$2(endingPath, endingPaint); } else if (t14) { leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, startX, t8); leadingPath.lineTo$2(0, t4 + t12, t8); - leadingPath.addArc$3(0, blCorner, 1.5707963267948966, 1.5707963267948966); + leadingPath.addArc$3(blCorner, 1.5707963267948966, 1.5707963267948966); leadingPath.lineTo$2(0, t4, t5 + t7); - leadingPath.addArc$3(0, tlCorner, 3.141592653589793, 1.5707963267948966); + leadingPath.addArc$3(tlCorner, 3.141592653589793, 1.5707963267948966); leadingPath.lineTo$2(0, startX, t5); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); } else { leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t4, t8 + _this._leadingBorderSide.width / 2); leadingPath.lineTo$2(0, t4, t5 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); horizontalPaint = _this._borderSide.toPaint$0(); horizontalPaths = A.Path_Path(); horizontalPaths.moveTo$2(0, t4 + _this._borderSide.width / 2, t5); @@ -215685,7 +218936,7 @@ horizontalPaths.lineTo$2(0, t1, t5); horizontalPaths.moveTo$2(0, t4 + _this._borderSide.width / 2 + t6, t8); horizontalPaths.lineTo$2(0, t1, t8); - context.get$canvas(context).drawPath$2(0, horizontalPaths, horizontalPaint); + context.get$canvas(context).drawPath$2(horizontalPaths, horizontalPaint); } break; case B.TextDirection_0: @@ -215693,30 +218944,30 @@ leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t10, t8 + _this._leadingBorderSide.width / 2); leadingPath.lineTo$2(0, t10, t5 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); endingPaint = _this._trailingBorderSide.toPaint$0(); endingPath = A.Path_Path(); endingPath.moveTo$2(0, t10 - _this._borderSide.width / 2, t5); endingPath.lineTo$2(0, t4 + t6, t5); - endingPath.addArc$3(0, tlCorner, 4.71238898038469, -1.5707963267948966); + endingPath.addArc$3(tlCorner, 4.71238898038469, -1.5707963267948966); endingPath.lineTo$2(0, t4, t8 - t9); - endingPath.addArc$3(0, blCorner, 3.141592653589793, -1.5707963267948966); + endingPath.addArc$3(blCorner, 3.141592653589793, -1.5707963267948966); endingPath.lineTo$2(0, t10 - _this._borderSide.width / 2, t8); - context.get$canvas(context).drawPath$2(0, endingPath, endingPaint); + context.get$canvas(context).drawPath$2(endingPath, endingPaint); } else if (t14) { leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t1, t8); leadingPath.lineTo$2(0, t10 - t13, t8); - leadingPath.addArc$3(0, brCorner, 1.5707963267948966, -1.5707963267948966); + leadingPath.addArc$3(brCorner, 1.5707963267948966, -1.5707963267948966); leadingPath.lineTo$2(0, t10, t5 + t15); - leadingPath.addArc$3(0, trCorner, 0, -1.5707963267948966); + leadingPath.addArc$3(trCorner, 0, -1.5707963267948966); leadingPath.lineTo$2(0, t1, t5); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); } else { leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t10, t8 + _this._leadingBorderSide.width / 2); leadingPath.lineTo$2(0, t10, t5 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); horizontalPaint = _this._borderSide.toPaint$0(); horizontalPaths = A.Path_Path(); horizontalPaths.moveTo$2(0, t10 - _this._borderSide.width / 2, t5); @@ -215724,7 +218975,7 @@ horizontalPaths.lineTo$2(0, t1, t5); horizontalPaths.moveTo$2(0, t10 - _this._borderSide.width / 2 + t11, t8); horizontalPaths.lineTo$2(0, t1, t8); - context.get$canvas(context).drawPath$2(0, horizontalPaths, horizontalPaint); + context.get$canvas(context).drawPath$2(horizontalPaths, horizontalPaint); } break; default: @@ -215737,37 +218988,37 @@ topPath = A.Path_Path(); topPath.moveTo$2(0, t1, t2 + _this._leadingBorderSide.width / 2); topPath.lineTo$2(0, startX, t2 + _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, topPath, leadingPaint); + context.get$canvas(context).drawPath$2(topPath, leadingPaint); endingPaint = _this._trailingBorderSide.toPaint$0(); endingPath = A.Path_Path(); endingPath.moveTo$2(0, t4, t5 + _this._leadingBorderSide.width / 2); endingPath.lineTo$2(0, t4, t8 - t9); - endingPath.addArc$3(0, blCorner, 9.42477796076938, -1.5707963267948966); + endingPath.addArc$3(blCorner, 9.42477796076938, -1.5707963267948966); endingPath.lineTo$2(0, t10 - t12, t8); - endingPath.addArc$3(0, brCorner, 1.5707963267948966, -1.5707963267948966); + endingPath.addArc$3(brCorner, 1.5707963267948966, -1.5707963267948966); endingPath.lineTo$2(0, t10, t5 + _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, endingPath, endingPaint); + context.get$canvas(context).drawPath$2(endingPath, endingPaint); } else if (t14) { leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t4, t3); leadingPath.lineTo$2(0, t4, t5 + t6); - leadingPath.addArc$3(0, tlCorner, 3.141592653589793, 1.5707963267948966); + leadingPath.addArc$3(tlCorner, 3.141592653589793, 1.5707963267948966); leadingPath.lineTo$2(0, t10 - t11, t5); - leadingPath.addArc$3(0, trCorner, 4.71238898038469, 1.5707963267948966); + leadingPath.addArc$3(trCorner, 4.71238898038469, 1.5707963267948966); leadingPath.lineTo$2(0, t10, t3); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); } else { topPath = A.Path_Path(); topPath.moveTo$2(0, t1, t2 + _this._leadingBorderSide.width / 2); topPath.lineTo$2(0, startX, t2 + _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, topPath, leadingPaint); + context.get$canvas(context).drawPath$2(topPath, leadingPaint); paint = _this._borderSide.toPaint$0(); paths = A.Path_Path(); paths.moveTo$2(0, t4, t2 + _this._leadingBorderSide.width); paths.lineTo$2(0, t4, t3); paths.moveTo$2(0, t10, t2 + _this._leadingBorderSide.width); paths.lineTo$2(0, t10, t3); - context.get$canvas(context).drawPath$2(0, paths, paint); + context.get$canvas(context).drawPath$2(paths, paint); } break; case 0: @@ -215775,37 +219026,37 @@ bottomPath = A.Path_Path(); bottomPath.moveTo$2(0, t1, t3 - _this._leadingBorderSide.width / 2); bottomPath.lineTo$2(0, startX, t3 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, bottomPath, leadingPaint); + context.get$canvas(context).drawPath$2(bottomPath, leadingPaint); endingPaint = _this._trailingBorderSide.toPaint$0(); endingPath = A.Path_Path(); endingPath.moveTo$2(0, t4, t8 - _this._leadingBorderSide.width / 2); endingPath.lineTo$2(0, t4, t5 + t7); - endingPath.addArc$3(0, tlCorner, 3.141592653589793, 1.5707963267948966); + endingPath.addArc$3(tlCorner, 3.141592653589793, 1.5707963267948966); endingPath.lineTo$2(0, t10 - t11, t5); - endingPath.addArc$3(0, trCorner, 4.71238898038469, 1.5707963267948966); + endingPath.addArc$3(trCorner, 4.71238898038469, 1.5707963267948966); endingPath.lineTo$2(0, t10, t8 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, endingPath, endingPaint); + context.get$canvas(context).drawPath$2(endingPath, endingPaint); } else if (t14) { leadingPath = A.Path_Path(); leadingPath.moveTo$2(0, t4, t2); leadingPath.lineTo$2(0, t4, t8 - t9); - leadingPath.addArc$3(0, blCorner, 3.141592653589793, -1.5707963267948966); + leadingPath.addArc$3(blCorner, 3.141592653589793, -1.5707963267948966); leadingPath.lineTo$2(0, t10 - t13, t8); - leadingPath.addArc$3(0, brCorner, 1.5707963267948966, -1.5707963267948966); + leadingPath.addArc$3(brCorner, 1.5707963267948966, -1.5707963267948966); leadingPath.lineTo$2(0, t10, t2); - context.get$canvas(context).drawPath$2(0, leadingPath, leadingPaint); + context.get$canvas(context).drawPath$2(leadingPath, leadingPaint); } else { bottomPath = A.Path_Path(); bottomPath.moveTo$2(0, t1, t3 - _this._leadingBorderSide.width / 2); bottomPath.lineTo$2(0, startX, t3 - _this._leadingBorderSide.width / 2); - context.get$canvas(context).drawPath$2(0, bottomPath, leadingPaint); + context.get$canvas(context).drawPath$2(bottomPath, leadingPaint); paint = _this._borderSide.toPaint$0(); paths = A.Path_Path(); paths.moveTo$2(0, t4, t2); paths.lineTo$2(0, t4, t3 - _this._leadingBorderSide.width); paths.moveTo$2(0, t10, t2); paths.lineTo$2(0, t10, t3 - _this._leadingBorderSide.width); - context.get$canvas(context).drawPath$2(0, paths, paint); + context.get$canvas(context).drawPath$2(paths, paint); } break; default: @@ -215816,9 +219067,7 @@ A._InputPadding1.prototype = { createRenderObject$1(context) { var t1 = new A._RenderInputPadding2(this.minSize, this.direction, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -215923,7 +219172,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); }, - $signature: 74 + $signature: 78 }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -215946,31 +219195,41 @@ A._ToggleButtonsThemeData_Object_Diagnosticable.prototype = {}; A.ToggleableStateMixin.prototype = { animateToValue$0() { - var t1, t2, _this = this, - _s19_ = "_positionController"; + var t1, t2, _this = this; if (_this.get$tristate()) { - if (_this.get$value(_this) == null) - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, _s19_).set$value(0, 0); + if (_this.get$value(_this) == null) { + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, 0); + } t1 = _this.get$value(_this); - t2 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController; - if (t1 !== false) - A._lateReadCheck(t2, _s19_).forward$0(0); - else - A._lateReadCheck(t2, _s19_).reverse$0(0); + t2 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + if (t1 !== false) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } } else { t1 = _this.get$value(_this); - t2 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController; - if (t1 === true) - A._lateReadCheck(t2, _s19_).forward$0(0); - else - A._lateReadCheck(t2, _s19_).reverse$0(0); + t2 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; + if (t1 === true) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } } }, _toggleable$_handleTapDown$1(details) { - var _this = this; + var t1, _this = this; if (_this.get$onChanged() != null) { _this.setState$1(new A.ToggleableStateMixin__handleTapDown_closure(_this, details)); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").forward$0(0); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); } }, _toggleable$_handleTap$1(_) { @@ -215996,36 +219255,42 @@ return this._toggleable$_handleTap$1(null); }, _handleTapEnd$1(_) { - var _this = this; + var t1, _this = this; if (_this.ToggleableStateMixin__downPosition != null) _this.setState$1(new A.ToggleableStateMixin__handleTapEnd_closure(_this)); - A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").reverse$0(0); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); }, _handleTapEnd$0() { return this._handleTapEnd$1(null); }, _handleFocusHighlightChanged$1(focused) { - var t1, _this = this, - _s28_ = "_reactionFocusFadeController"; + var t1, _this = this; if (focused !== _this.ToggleableStateMixin__focused) { _this.setState$1(new A.ToggleableStateMixin__handleFocusHighlightChanged_closure(_this, focused)); - t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController; - if (focused) - A._lateReadCheck(t1, _s28_).forward$0(0); - else - A._lateReadCheck(t1, _s28_).reverse$0(0); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFadeController_A; + if (focused) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } } }, _handleHoverChanged$1(hovering) { - var t1, _this = this, - _s28_ = "_reactionHoverFadeController"; + var t1, _this = this; if (hovering !== _this.ToggleableStateMixin__hovering) { _this.setState$1(new A.ToggleableStateMixin__handleHoverChanged_closure(_this, hovering)); - t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController; - if (hovering) - A._lateReadCheck(t1, _s28_).forward$0(0); - else - A._lateReadCheck(t1, _s28_).reverse$0(0); + t1 = _this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFadeController_A; + if (hovering) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } } }, get$states() { @@ -216044,11 +219309,11 @@ }, buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(autofocus, focusNode, mouseCursor, painter, size) { var result, t1, t2, t3, t4, t5, t6, _this = this, _null = null, - value = _this.ToggleableStateMixin___ToggleableStateMixin__actionMap; + value = _this.ToggleableStateMixin___ToggleableStateMixin__actionMap_FI; if (value === $) { result = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_ActivateIntent_OT9, new A.CallbackAction(_this.get$_toggleable$_handleTap(), new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), type$.CallbackAction_ActivateIntent)], type$.Type, type$.Action_Intent); - A._lateInitializeOnceCheck(_this.ToggleableStateMixin___ToggleableStateMixin__actionMap, "_actionMap"); - _this.ToggleableStateMixin___ToggleableStateMixin__actionMap = result; + _this.ToggleableStateMixin___ToggleableStateMixin__actionMap_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.ToggleableStateMixin___ToggleableStateMixin__actionMap_FI = result; value = result; } t1 = _this.get$onChanged(); @@ -216057,7 +219322,7 @@ t4 = _this.get$_handleTapEnd(); t5 = _this.get$onChanged(); t6 = A.CustomPaint$(_null, _null, _null, painter, size); - return A.FocusableActionDetector$(value, false, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5 != null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t6, _null), B.DragStartBehavior_1, t3 == null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_toggleable$_handleTap(), t4, _this.get$_toggleable$_handleTapDown(), t4, _null, _null, _null), t1 != null, focusNode, t2, _null, _this.get$_handleFocusHighlightChanged(), _this.get$_handleHoverChanged(), _null); + return A.FocusableActionDetector$(value, false, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5 != null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t6, _null), B.DragStartBehavior_1, t3 == null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_toggleable$_handleTap(), t4, _this.get$_toggleable$_handleTapDown(), t4, _null, _null, _null), t1 != null, focusNode, t2, _null, _this.get$_handleFocusHighlightChanged(), _this.get$_handleHoverChanged(), _null); } }; A.ToggleableStateMixin__handleTapDown_closure.prototype = { @@ -216240,10 +219505,10 @@ reactionRadius = new A.Tween(0, t1, type$.Tween_double).transform$1(0, t3.get$value(t3)); } if (reactionRadius > 0) - canvas.drawCircle$3(0, t2.$add(0, B.Offset_0_0), reactionRadius, reactionPaint); + canvas.drawCircle$3(t2.$add(0, B.Offset_0_0), reactionRadius, reactionPaint); } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._toggleable$_position; if (t1 != null) @@ -216257,7 +219522,7 @@ t1 = _this._reactionHoverFade; if (t1 != null) t1.parent.removeListener$1(0, _this.get$notifyListeners()); - _this.super$ChangeNotifier$dispose(0); + _this.super$ChangeNotifier$dispose(); }, shouldRepaint$1(oldDelegate) { return true; @@ -216289,20 +219554,23 @@ return t1 == null ? null.toPlainText$0() : t1; }, initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); - _this.__TooltipState__forceRemoval = _this.__TooltipState__isConcealed = false; - _this.__TooltipState__mouseIsConnected = $.RendererBinding__instance.RendererBinding__mouseTracker._mouseStates._length !== 0; + _this.__TooltipState__forceRemoval_A = _this.__TooltipState__isConcealed_A = false; + _this.__TooltipState__mouseIsConnected_A = $.RendererBinding__instance.RendererBinding__mouseTracker._mouseStates._length !== 0; t1 = A.AnimationController$(null, B.Duration_150000, B.Duration_75000, 1, null, _this); - t1.addStatusListener$1(_this.get$_tooltip$_handleStatusChanged()); - _this.__TooltipState__controller = t1; + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(_this.get$_tooltip$_handleStatusChanged()); + _this.__TooltipState__controller_A = t1; $.RendererBinding__instance.RendererBinding__mouseTracker.addListener$1(0, _this.get$_handleMouseTrackerChange()); $.GestureBinding__instance.GestureBinding_pointerRouter._globalRoutes.$indexSet(0, _this.get$_tooltip$_handlePointerEvent(), null); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$._TooltipVisibilityScope); - this.__TooltipState__visible = true; + this.__TooltipState__visible_A = true; }, _getDefaultTooltipHeight$0() { var t1 = this._framework$_element; @@ -216327,11 +219595,11 @@ case B.TargetPlatform_4: case B.TargetPlatform_3: case B.TargetPlatform_5: - return B.EdgeInsets_8_0_8_0; + return B.EdgeInsets_8_4_8_4; case B.TargetPlatform_0: case B.TargetPlatform_1: case B.TargetPlatform_2: - return B.EdgeInsets_16_0_16_0; + return B.EdgeInsets_16_4_16_4; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -216343,7 +219611,7 @@ case B.TargetPlatform_4: case B.TargetPlatform_3: case B.TargetPlatform_5: - return 10; + return 12; case B.TargetPlatform_0: case B.TargetPlatform_1: case B.TargetPlatform_2: @@ -216353,25 +219621,33 @@ } }, _handleMouseTrackerChange$0() { - var mouseIsConnected, _this = this; + var mouseIsConnected, t1, _this = this; if (_this._framework$_element == null) return; mouseIsConnected = $.RendererBinding__instance.RendererBinding__mouseTracker._mouseStates._length !== 0; - if (mouseIsConnected !== A._lateReadCheck(_this.__TooltipState__mouseIsConnected, "_mouseIsConnected")) + t1 = _this.__TooltipState__mouseIsConnected_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (mouseIsConnected !== t1) _this.setState$1(new A.TooltipState__handleMouseTrackerChange_closure(_this, mouseIsConnected)); }, _tooltip$_handleStatusChanged$1($status) { var t1; - if ($status === B.AnimationStatus_0) - t1 = A._lateReadCheck(this.__TooltipState__forceRemoval, "_forceRemoval") || !A._lateReadCheck(this.__TooltipState__isConcealed, "_isConcealed"); - else + if ($status === B.AnimationStatus_0) { + t1 = this.__TooltipState__forceRemoval_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1) { + t1 = this.__TooltipState__isConcealed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = !t1; + } else + t1 = true; + } else t1 = false; if (t1) this._removeEntry$0(); }, _dismissTooltip$1$immediately(immediately) { var t2, _this = this, - _s11_ = "_controller", t1 = _this._showTimer; if (t1 != null) t1.cancel$0(0); @@ -216380,16 +219656,20 @@ _this._removeEntry$0(); return; } - _this.__TooltipState__forceRemoval = true; + _this.__TooltipState__forceRemoval_A = true; if (_this._pressActivated) { if (_this._dismissTimer == null) { - t1 = A._lateReadCheck(_this.__TooltipState__showDuration, "_showDuration"); - t2 = A._lateReadCheck(_this.__TooltipState__controller, _s11_); + t1 = _this.__TooltipState__showDuration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__TooltipState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); _this._dismissTimer = A.Timer_Timer(t1, t2.get$reverse(t2)); } } else if (_this._dismissTimer == null) { - t1 = A._lateReadCheck(_this.__TooltipState__hoverShowDuration, "_hoverShowDuration"); - t2 = A._lateReadCheck(_this.__TooltipState__controller, _s11_); + t1 = _this.__TooltipState__hoverShowDuration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__TooltipState__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); _this._dismissTimer = A.Timer_Timer(t1, t2.get$reverse(t2)); } _this._pressActivated = false; @@ -216400,14 +219680,24 @@ if (t1 != null) t1.cancel$0(0); _this._dismissTimer = null; - if (_this._showTimer == null) - _this._showTimer = A.Timer_Timer(A._lateReadCheck(_this.__TooltipState__waitDuration, "_waitDuration"), _this.get$ensureTooltipVisible()); + if (_this._showTimer == null) { + t1 = _this.__TooltipState__waitDuration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._showTimer = A.Timer_Timer(t1, _this.get$ensureTooltipVisible()); + } }, _concealTooltip$0() { - var t1, _this = this; - if (A._lateReadCheck(_this.__TooltipState__isConcealed, "_isConcealed") || A._lateReadCheck(_this.__TooltipState__forceRemoval, "_forceRemoval")) + var _this = this, + t1 = _this.__TooltipState__isConcealed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1) { + t1 = _this.__TooltipState__forceRemoval_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = true; + if (t1) return; - _this.__TooltipState__isConcealed = true; + _this.__TooltipState__isConcealed_A = true; t1 = _this._dismissTimer; if (t1 != null) t1.cancel$0(0); @@ -216419,13 +219709,17 @@ t1 = _this._tooltip$_entry; if (t1 != null) t1.remove$0(0); - A._lateReadCheck(_this.__TooltipState__controller, "_controller").reverse$0(0); + t1 = _this.__TooltipState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); }, _revealTooltip$0() { - var t1, result, _this = this; - if (!A._lateReadCheck(_this.__TooltipState__isConcealed, "_isConcealed")) + var result, _this = this, + t1 = _this.__TooltipState__isConcealed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1) return; - _this.__TooltipState__isConcealed = false; + _this.__TooltipState__isConcealed_A = false; t1 = _this._dismissTimer; if (t1 != null) t1.cancel$0(0); @@ -216434,7 +219728,7 @@ if (t1 != null) t1.cancel$0(0); _this._showTimer = null; - if (!_this._tooltip$_entry._mounted) { + if (!_this._tooltip$_entry._overlayStateMounted._change_notifier$_value) { t1 = _this._framework$_element; t1.toString; _this._widget.toString; @@ -216445,20 +219739,27 @@ result.insert$1(0, t1); } A.SemanticsService_tooltip(_this.get$_tooltipMessage()); - A._lateReadCheck(_this.__TooltipState__controller, "_controller").forward$0(0); + t1 = _this.__TooltipState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); }, ensureTooltipVisible$0() { - var t1, _this = this, - _s11_ = "_controller"; - if (!A._lateReadCheck(_this.__TooltipState__visible, "_visible")) + var t1, _this = this; + _this.__TooltipState__visible_A === $ && A.throwUnnamedLateFieldNI(); + t1 = _this._framework$_element; + if (t1 == null) return false; t1 = _this._showTimer; if (t1 != null) t1.cancel$0(0); _this._showTimer = null; - _this.__TooltipState__forceRemoval = false; - if (A._lateReadCheck(_this.__TooltipState__isConcealed, "_isConcealed")) { - if (A._lateReadCheck(_this.__TooltipState__mouseIsConnected, "_mouseIsConnected")) + _this.__TooltipState__forceRemoval_A = false; + t1 = _this.__TooltipState__isConcealed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) { + t1 = _this.__TooltipState__mouseIsConnected_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) A.Tooltip__concealOtherTooltips(_this); _this._revealTooltip$0(); return true; @@ -216468,23 +219769,30 @@ if (t1 != null) t1.cancel$0(0); _this._dismissTimer = null; - A._lateReadCheck(_this.__TooltipState__controller, _s11_).forward$0(0); + t1 = _this.__TooltipState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); return false; } _this._createNewEntry$0(); - A._lateReadCheck(_this.__TooltipState__controller, _s11_).forward$0(0); + t1 = _this.__TooltipState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); return true; }, _handleMouseExit$1$immediately(immediately) { - if (this._framework$_element != null) - this._dismissTooltip$1$immediately(A._lateReadCheck(this.__TooltipState__isConcealed, "_isConcealed") || immediately); + var t1; + if (this._framework$_element != null) { + t1 = this.__TooltipState__isConcealed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this._dismissTooltip$1$immediately(t1 || immediately); + } }, _handleMouseExit$0() { return this._handleMouseExit$1$immediately(false); }, _createNewEntry$0() { - var result, t2, target, t3, t4, t5, t6, t7, _this = this, _null = null, - _s17_ = "_mouseIsConnected", + var result, t2, target, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _null = null, t1 = _this._framework$_element; t1.toString; _this._widget.toString; @@ -216498,17 +219806,35 @@ t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t2.toString; t1 = A.TextSpan$(_null, _null, _null, _this._widget.message); - t3 = A._lateReadCheck(_this.__TooltipState__height, "_height"); - t4 = A._lateReadCheck(_this.__TooltipState__padding, "_padding"); - t5 = A._lateReadCheck(_this.__TooltipState__margin, "_margin"); - t6 = A._lateReadCheck(_this.__TooltipState__mouseIsConnected, _s17_) ? new A.TooltipState__createNewEntry_closure(_this) : _null; - t7 = A._lateReadCheck(_this.__TooltipState__mouseIsConnected, _s17_) ? new A.TooltipState__createNewEntry_closure0(_this) : _null; - t2 = A.OverlayEntry$(new A.TooltipState__createNewEntry_closure1(A.Directionality$(new A._TooltipOverlay(t1, t3, t4, t5, A._lateReadCheck(_this.__TooltipState__decoration, "_decoration"), A._lateReadCheck(_this.__TooltipState__textStyle, "_textStyle"), A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(_this.__TooltipState__controller, "_controller"), _null), target, A._lateReadCheck(_this.__TooltipState__verticalOffset, "_verticalOffset"), A._lateReadCheck(_this.__TooltipState__preferBelow, "_preferBelow"), t6, t7, _null), t2.textDirection)), false); + t3 = _this.__TooltipState__height_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__TooltipState__padding_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__TooltipState__margin_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__TooltipState__mouseIsConnected_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = t6 ? new A.TooltipState__createNewEntry_closure(_this) : _null; + t6 = t6 ? new A.TooltipState__createNewEntry_closure0(_this) : _null; + t8 = _this.__TooltipState__decoration_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + t9 = _this.__TooltipState__textStyle_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t10 = _this.__TooltipState__textAlign_A; + t10 === $ && A.throwUnnamedLateFieldNI(); + t11 = _this.__TooltipState__controller_A; + t11 === $ && A.throwUnnamedLateFieldNI(); + t11 = A.CurvedAnimation$(B.Cubic_ifx, t11, _null); + t12 = _this.__TooltipState__verticalOffset_A; + t12 === $ && A.throwUnnamedLateFieldNI(); + t13 = _this.__TooltipState__preferBelow_A; + t13 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.OverlayEntry$(new A.TooltipState__createNewEntry_closure1(A.Directionality$(new A._TooltipOverlay(t1, t3, t4, t5, t8, t9, t10, t11, target, t12, t13, t7, t6, _null), t2.textDirection)), false); _this._tooltip$_entry = t2; - _this.__TooltipState__isConcealed = false; + _this.__TooltipState__isConcealed_A = false; result.insert$1(0, t2); A.SemanticsService_tooltip(_this.get$_tooltipMessage()); - if (A._lateReadCheck(_this.__TooltipState__mouseIsConnected, _s17_)) + if (_this.__TooltipState__mouseIsConnected_A) A.Tooltip__concealOtherTooltips(_this); $.Tooltip__openedTooltips.push(_this); }, @@ -216524,14 +219850,18 @@ if (t1 != null) t1.cancel$0(0); _this._showTimer = null; - if (!A._lateReadCheck(_this.__TooltipState__isConcealed, "_isConcealed")) { + t1 = _this.__TooltipState__isConcealed_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1) { t1 = _this._tooltip$_entry; if (t1 != null) t1.remove$0(0); } - _this.__TooltipState__isConcealed = false; + _this.__TooltipState__isConcealed_A = false; _this._tooltip$_entry = null; - if (A._lateReadCheck(_this.__TooltipState__mouseIsConnected, "_mouseIsConnected")) + t1 = _this.__TooltipState__mouseIsConnected_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) if ($.Tooltip__openedTooltips.length !== 0) B.JSArray_methods.get$last($.Tooltip__openedTooltips)._revealTooltip$0(); }, @@ -216552,19 +219882,27 @@ t1.cancel$0(0); _this.super$State$deactivate(); }, - dispose$0(_) { - var _this = this; + dispose$0() { + var t1, _this = this; $.GestureBinding__instance.GestureBinding_pointerRouter._globalRoutes.remove$1(0, _this.get$_tooltip$_handlePointerEvent()); $.RendererBinding__instance.RendererBinding__mouseTracker.removeListener$1(0, _this.get$_handleMouseTrackerChange()); _this._removeEntry$0(); - A._lateReadCheck(_this.__TooltipState__controller, "_controller").dispose$0(0); - _this.super$_TooltipState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.__TooltipState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$_TooltipState_State_SingleTickerProviderStateMixin$dispose(); }, _handlePress$0() { var t1, t2, _this = this; _this._pressActivated = true; - if (_this.ensureTooltipVisible$0() && A._lateReadCheck(_this.__TooltipState__enableFeedback, "_enableFeedback")) { - t1 = A._lateReadCheck(_this.__TooltipState__triggerMode, "_triggerMode"); + if (_this.ensureTooltipVisible$0()) { + t1 = _this.__TooltipState__enableFeedback_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = false; + if (t1) { + t1 = _this.__TooltipState__triggerMode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._framework$_element; if (t1 === B.TooltipTriggerMode_1) { t2.toString; @@ -216574,10 +219912,14 @@ A.Feedback_forTap(t2); } } + _this._widget.toString; }, - build$1(_, context) { - var t1, theme, tooltipTheme, t2, defaultTextStyle, defaultDecoration, result, _this = this, _null = null, - _s12_ = "_triggerMode"; + _handleTap$0() { + this._handlePress$0(); + this._handleMouseExit$0(); + }, + build$1(context) { + var t1, theme, tooltipTheme, t2, defaultTextStyle, defaultDecoration, result, _this = this, _null = null; if (_this.get$_tooltipMessage().length === 0) { t1 = _this._widget.child; return t1; @@ -216598,41 +219940,45 @@ } _this._widget.toString; t1 = tooltipTheme.height; - _this.__TooltipState__height = t1 == null ? _this._getDefaultTooltipHeight$0() : t1; + _this.__TooltipState__height_A = t1 == null ? _this._getDefaultTooltipHeight$0() : t1; _this._widget.toString; t1 = tooltipTheme.padding; - _this.__TooltipState__padding = t1 == null ? _this._getDefaultPadding$0() : t1; + _this.__TooltipState__padding_A = t1 == null ? _this._getDefaultPadding$0() : t1; _this._widget.toString; t1 = tooltipTheme.margin; - _this.__TooltipState__margin = t1 == null ? B.EdgeInsets_0_0_0_0 : t1; + _this.__TooltipState__margin_A = t1 == null ? B.EdgeInsets_0_0_0_0 : t1; t1 = tooltipTheme.verticalOffset; - _this.__TooltipState__verticalOffset = t1 == null ? 24 : t1; - _this.__TooltipState__preferBelow = true; - _this.__TooltipState__excludeFromSemantics = false; + _this.__TooltipState__verticalOffset_A = t1 == null ? 24 : t1; + _this.__TooltipState__preferBelow_A = true; + _this.__TooltipState__excludeFromSemantics_A = false; t1 = tooltipTheme.decoration; - _this.__TooltipState__decoration = t1 == null ? defaultDecoration : t1; + _this.__TooltipState__decoration_A = t1 == null ? defaultDecoration : t1; t1 = tooltipTheme.textStyle; - _this.__TooltipState__textStyle = t1 == null ? defaultTextStyle : t1; - _this.__TooltipState__waitDuration = B.Duration_0; - _this.__TooltipState__showDuration = B.Duration_1500000; - _this.__TooltipState__hoverShowDuration = B.Duration_100000; - _this.__TooltipState__triggerMode = B.TooltipTriggerMode_1; - _this.__TooltipState__enableFeedback = true; - t1 = A._lateReadCheck(false, "_excludeFromSemantics") ? _null : _this.get$_tooltipMessage(); + _this.__TooltipState__textStyle_A = t1 == null ? defaultTextStyle : t1; + _this.__TooltipState__textAlign_A = B.TextAlign_4; + t1 = tooltipTheme.waitDuration; + _this.__TooltipState__waitDuration_A = t1 == null ? B.Duration_0 : t1; + _this.__TooltipState__showDuration_A = B.Duration_1500000; + _this.__TooltipState__hoverShowDuration_A = B.Duration_100000; + _this.__TooltipState__triggerMode_A = B.TooltipTriggerMode_1; + _this.__TooltipState__enableFeedback_A = true; + t1 = _this.get$_tooltipMessage(); t2 = _this._widget.child; - result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t2, _null); - if (A._lateReadCheck(_this.__TooltipState__visible, "_visible")) { - t1 = A._lateReadCheck(_this.__TooltipState__triggerMode, _s12_) === B.TooltipTriggerMode_1 ? _this.get$_handlePress() : _null; - result = A.GestureDetector$(B.HitTestBehavior_1, result, B.DragStartBehavior_1, true, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, A._lateReadCheck(_this.__TooltipState__triggerMode, _s12_) === B.TooltipTriggerMode_2 ? _this.get$_handlePress() : _null, _null, _null, _null, _null, _null, _null); - if (A._lateReadCheck(_this.__TooltipState__mouseIsConnected, "_mouseIsConnected")) - result = A.MouseRegion$(result, B.C__DeferringMouseCursor, _null, new A.TooltipState_build_closure(_this), new A.TooltipState_build_closure0(_this), _null); - } + result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null), false, false, false, t2, _null); + _this.__TooltipState__visible_A === $ && A.throwUnnamedLateFieldNI(); + t1 = _this.__TooltipState__triggerMode_A; + t2 = t1 === B.TooltipTriggerMode_1 ? _this.get$_handlePress() : _null; + result = A.GestureDetector$(B.HitTestBehavior_1, result, B.DragStartBehavior_1, true, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, t1 === B.TooltipTriggerMode_2 ? _this.get$_handleTap() : _null, _null, _null, _null, _null, _null, _null); + t1 = _this.__TooltipState__mouseIsConnected_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) + result = A.MouseRegion$(result, B.C__DeferringMouseCursor, _null, new A.TooltipState_build_closure(_this), new A.TooltipState_build_closure0(_this), _null); return result; } }; A.TooltipState__handleMouseTrackerChange_closure.prototype = { call$0() { - this.$this.__TooltipState__mouseIsConnected = this.mouseIsConnected; + this.$this.__TooltipState__mouseIsConnected_A = this.mouseIsConnected; }, $signature: 0 }; @@ -216643,19 +219989,19 @@ t1._showTooltip$0(); return null; }, - $signature: 223 + $signature: 210 }; A.TooltipState__createNewEntry_closure0.prototype = { call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 202 + $signature: 195 }; A.TooltipState__createNewEntry_closure1.prototype = { call$1(context) { return this.overlay; }, - $signature: 81 + $signature: 79 }; A.TooltipState_build_closure.prototype = { call$1(_) { @@ -216664,13 +220010,13 @@ t1._showTooltip$0(); return null; }, - $signature: 223 + $signature: 210 }; A.TooltipState_build_closure0.prototype = { call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 202 + $signature: 195 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { @@ -216684,25 +220030,29 @@ } }; A._TooltipOverlay.prototype = { - build$1(_, context) { + build$1(context) { var result, _this = this, _null = null, t1 = A.Theme_of(context).textTheme.bodyMedium; t1.toString; - result = new A.IgnorePointer(true, _null, A.FadeTransition$(false, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, _this.height, 1 / 0), A.DefaultTextStyle$(A.Container$(_null, A.Center$(new A.Text(_null, _this.richMessage, _this.textStyle, _null, _null, _null, _null, _null, _null, _null, _null), 1, 1), B.Clip_0, _null, _null, _this.decoration, _null, _null, _null, _this.margin, _this.padding, _null, _null, _null), _null, _null, B.TextOverflow_0, true, t1, _null, _null, B.TextWidthBasis_0), _null), _this.animation), _null); + result = new A.IgnorePointer(true, _null, A.FadeTransition$(false, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, _this.height, 1 / 0), A.DefaultTextStyle$(A.Container$(_null, A.Center$(new A.Text(_null, _this.richMessage, _this.textStyle, _this.textAlign, _null, _null, _null, _null, _null, _null, _null), 1, 1), B.Clip_0, _null, _null, _this.decoration, _null, _null, _null, _this.margin, _this.padding, _null, _null, _null), _null, _null, B.TextOverflow_0, true, t1, _null, _null, B.TextWidthBasis_0), _null), _this.animation), _null); t1 = _this.onEnter; if (t1 != null || _this.onExit != null) result = A.MouseRegion$(result, B.C__DeferringMouseCursor, _null, t1, _this.onExit, _null); - return A.Positioned$fill(new A.CustomSingleChildLayout(new A._TooltipPositionDelegate(_this.target, _this.verticalOffset, true), result, _null)); + t1 = A.MediaQuery_maybeOf(context); + t1 = t1 == null ? _null : t1.viewInsets.bottom; + if (t1 == null) + t1 = 0; + return A.Positioned$fill(t1, new A.CustomSingleChildLayout(new A._TooltipPositionDelegate(_this.target, _this.verticalOffset, true), result, _null)); } }; A._TooltipState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -216712,8 +220062,8 @@ }; A.TooltipThemeData.prototype = { get$hashCode(_) { - var _this = this, _null = null; - return A.Object_hash(_this.height, _this.padding, _this.margin, _this.verticalOffset, _this.preferBelow, _this.excludeFromSemantics, _this.decoration, _this.textStyle, _null, _null, _null, _null, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + var _this = this; + return A.Object_hash(_this.height, _this.padding, _this.margin, _this.verticalOffset, _this.preferBelow, _this.excludeFromSemantics, _this.decoration, _this.textStyle, _this.textAlign, _this.waitDuration, null, null, null, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var t1, _this = this; @@ -216730,7 +220080,10 @@ if (other.verticalOffset == _this.verticalOffset) if (J.$eq$(other.decoration, _this.decoration)) if (J.$eq$(other.textStyle, _this.textStyle)) - t1 = true; + if (J.$eq$(other.waitDuration, _this.waitDuration)) + t1 = true; + else + t1 = false; else t1 = false; else @@ -216795,18 +220148,25 @@ load$2(_, key, decode) { var _null = null, chunkEvents = A.StreamController_StreamController(_null, _null, _null, false, type$.ImageChunkEvent), - t1 = this.__network_image_web$_loadAsync$3(key, decode, chunkEvents), + t1 = this.__network_image_web$_loadAsync$4(key, _null, decode, chunkEvents), t2 = key.scale; return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), t1, key.url, _null, t2); }, - __network_image_web$_loadAsync$3(key, decode, chunkEvents) { - return this._loadAsync$body$NetworkImage(key, decode, chunkEvents); + loadBuffer$2(key, decode) { + var _null = null, + chunkEvents = A.StreamController_StreamController(_null, _null, _null, false, type$.ImageChunkEvent), + t1 = this.__network_image_web$_loadAsync$4(key, decode, _null, chunkEvents), + t2 = key.scale; + return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), t1, key.url, _null, t2); }, - _loadAsync$body$NetworkImage(key, decode, chunkEvents) { + __network_image_web$_loadAsync$4(key, decode, decodeDepreacted, chunkEvents) { + return this._loadAsync$body$NetworkImage(key, decode, decodeDepreacted, chunkEvents); + }, + _loadAsync$body$NetworkImage(key, decode, decodeDepreacted, chunkEvents) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), $async$returnValue, resolved, t1; - var $async$__network_image_web$_loadAsync$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + var $async$__network_image_web$_loadAsync$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) @@ -216824,7 +220184,7 @@ return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$__network_image_web$_loadAsync$3, $async$completer); + return A._asyncStartSync($async$__network_image_web$_loadAsync$4, $async$completer); }, $eq(_, other) { if (other == null) @@ -216844,7 +220204,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 291 + $signature: 480 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -217020,6 +220380,12 @@ instantiateImageCodec$1(bytes) { return this.instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth(bytes, false, null, null); }, + instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth(buffer, allowUpscaling, cacheHeight, cacheWidth) { + return A.instantiateImageCodecFromBuffer(buffer, false, cacheHeight, cacheWidth); + }, + instantiateImageCodecFromBuffer$1(buffer) { + return this.instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth(buffer, false, null, null); + }, $isSchedulerBinding: 1 }; A._SystemFontsNotifier.prototype = { @@ -217049,7 +220415,7 @@ _s29_ = "BorderRadiusDirectional.only("; if (J.$eq$(_this.get$_topLeft(), _this.get$_topRight()) && J.$eq$(_this.get$_topRight(), _this.get$_bottomLeft()) && J.$eq$(_this.get$_bottomLeft(), _this.get$_bottomRight())) if (!J.$eq$(_this.get$_topLeft(), B.Radius_0_0)) - visual = _this.get$_topLeft().x === _this.get$_topLeft().y ? "BorderRadius.circular(" + B.JSNumber_methods.toStringAsFixed$1(_this.get$_topLeft().x, 1) + ")" : "BorderRadius.all(" + A.S(_this.get$_topLeft()) + ")"; + visual = _this.get$_topLeft().x == _this.get$_topLeft().y ? "BorderRadius.circular(" + J.toStringAsFixed$1$n(_this.get$_topLeft().x, 1) + ")" : "BorderRadius.all(" + A.S(_this.get$_topLeft()) + ")"; else visual = null; else { @@ -217082,7 +220448,7 @@ } if (_this.get$_topStart().$eq(0, _this.get$_topEnd()) && _this.get$_topEnd().$eq(0, _this.get$_bottomEnd()) && _this.get$_bottomEnd().$eq(0, _this.get$_bottomStart())) if (!_this.get$_topStart().$eq(0, B.Radius_0_0)) - logical = _this.get$_topStart().x === _this.get$_topStart().y ? "BorderRadiusDirectional.circular(" + B.JSNumber_methods.toStringAsFixed$1(_this.get$_topStart().x, 1) + ")" : "BorderRadiusDirectional.all(" + _this.get$_topStart().toString$0(0) + ")"; + logical = _this.get$_topStart().x == _this.get$_topStart().y ? "BorderRadiusDirectional.circular(" + J.toStringAsFixed$1$n(_this.get$_topStart().x, 1) + ")" : "BorderRadiusDirectional.all(" + _this.get$_topStart().toString$0(0) + ")"; else logical = null; else { @@ -217246,11 +220612,16 @@ return "BorderStyle." + this._core$_name; } }; + A.StrokeAlign.prototype = { + toString$0(_) { + return "StrokeAlign." + this._core$_name; + } + }; A.BorderSide.prototype = { scale$1(_, t) { var t1 = Math.max(0, this.width * t), t2 = t <= 0 ? B.BorderStyle_0 : this.style; - return new A.BorderSide(this.color, t1, t2); + return new A.BorderSide(this.color, t1, t2, B.StrokeAlign_0); }, toPaint$0() { switch (this.style.index) { @@ -217278,13 +220649,18 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.BorderSide && J.$eq$(other.color, _this.color) && other.width === _this.width && other.style === _this.style; + return other instanceof A.BorderSide && J.$eq$(other.color, _this.color) && other.width == _this.width && other.style === _this.style && other.strokeAlign === _this.strokeAlign; }, get$hashCode(_) { - return A.Object_hash(this.color, this.width, this.style, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + var _this = this; + return A.Object_hash(_this.color, _this.width, _this.style, _this.strokeAlign, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { - return "BorderSide(" + A.S(this.color) + ", " + B.JSNumber_methods.toStringAsFixed$1(this.width, 1) + ", " + this.style.toString$0(0) + ")"; + var _this = this, + t1 = _this.strokeAlign; + if (t1 === B.StrokeAlign_0) + return "BorderSide(" + A.S(_this.color) + ", " + J.toStringAsFixed$1$n(_this.width, 1) + ", " + _this.style.toString$0(0) + ")"; + return "BorderSide(" + A.S(_this.color) + ", " + J.toStringAsFixed$1$n(_this.width, 1) + ", " + _this.style.toString$0(0) + ", " + t1.toString$0(0) + ")"; } }; A.ShapeBorder.prototype = { @@ -217314,7 +220690,18 @@ return "ShapeBorder()"; } }; - A.OutlinedBorder.prototype = {}; + A.OutlinedBorder.prototype = { + lerpFrom$2(a, t) { + if (a == null) + return this.scale$1(0, t); + return null; + }, + lerpTo$2(b, t) { + if (b == null) + return this.scale$1(0, 1 - t); + return null; + } + }; A._CompoundBorder.prototype = { get$dimensions() { return B.JSArray_methods.fold$1$2(this.borders, B.EdgeInsets_0_0_0_0, new A._CompoundBorder_dimensions_closure(), type$.EdgeInsetsGeometry); @@ -217398,19 +220785,19 @@ call$2(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 2235 + $signature: 1120 }; A._CompoundBorder_scale_closure.prototype = { call$1(border) { return border.scale$1(0, this.t); }, - $signature: 2236 + $signature: 1121 }; A._CompoundBorder_toString_closure.prototype = { call$1(border) { return J.toString$0$(border); }, - $signature: 2244 + $signature: 1147 }; A.BoxShape.prototype = { toString$0(_) { @@ -217426,34 +220813,54 @@ }, getInnerPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRect$1(0, this.get$dimensions().resolve$1(0, textDirection).deflateRect$1(rect)); + t1.addRect$1(this.get$dimensions().resolve$1(0, textDirection).deflateRect$1(rect)); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRect$1(0, rect); + t1.addRect$1(rect); return t1; } }; A.Border.prototype = { get$dimensions() { - var _this = this; + var t1, _this = this; + if (_this.get$isUniform()) { + t1 = _this.top; + switch (t1.strokeAlign.index) { + case 0: + t1 = t1.width; + return new A.EdgeInsets(t1, t1, t1, t1); + case 1: + t1 = t1.width / 2; + return new A.EdgeInsets(t1, t1, t1, t1); + case 2: + return B.EdgeInsets_0_0_0_0; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + } return new A.EdgeInsets(_this.left.width, _this.top.width, _this.right.width, _this.bottom.width); }, - get$_colorIsUniform() { - var _this = this, - topColor = _this.top.color; - return J.$eq$(_this.right.color, topColor) && J.$eq$(_this.bottom.color, topColor) && J.$eq$(_this.left.color, topColor); - }, - get$_widthIsUniform() { - var _this = this, - topWidth = _this.top.width; - return _this.right.width === topWidth && _this.bottom.width === topWidth && _this.left.width === topWidth; - }, - get$_styleIsUniform() { - var _this = this, - topStyle = _this.top.style; - return _this.right.style === topStyle && _this.bottom.style === topStyle && _this.left.style === topStyle; + get$isUniform() { + var topWidth, topStyle, topStrokeAlign, _this = this, + t1 = _this.top, + topColor = t1.color, + t2 = _this.right; + if (J.$eq$(t2.color, topColor) && J.$eq$(_this.bottom.color, topColor) && J.$eq$(_this.left.color, topColor)) { + topWidth = t1.width; + if (t2.width == topWidth && _this.bottom.width == topWidth && _this.left.width == topWidth) { + topStyle = t1.style; + if (t2.style === topStyle && _this.bottom.style === topStyle && _this.left.style === topStyle) { + topStrokeAlign = t1.strokeAlign; + t1 = t2.strokeAlign === topStrokeAlign && _this.bottom.strokeAlign === topStrokeAlign && _this.left.strokeAlign === topStrokeAlign; + } else + t1 = false; + } else + t1 = false; + } else + t1 = false; + return t1; }, add$2$reversed(_, other, reversed) { var _this = this; @@ -217481,7 +220888,7 @@ paint$5$borderRadius$shape$textDirection(canvas, rect, borderRadius, shape, textDirection) { var t1, _this = this, _s80_ = string$.x60null_c; - if (_this.get$_colorIsUniform() && _this.get$_widthIsUniform() && _this.get$_styleIsUniform()) { + if (_this.get$isUniform()) { t1 = _this.top; switch (t1.style.index) { case 0: @@ -217527,20 +220934,20 @@ }, toString$0(_) { var t1, t2, _this = this; - if (_this.get$_colorIsUniform() && _this.get$_widthIsUniform() && _this.get$_styleIsUniform()) + if (_this.get$isUniform()) return "Border.all(" + A.S(_this.top) + ")"; t1 = A._setArrayType([], type$.JSArray_String); t2 = _this.top; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("top: " + A.S(t2)); t2 = _this.right; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("right: " + A.S(t2)); t2 = _this.bottom; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("bottom: " + A.S(t2)); t2 = _this.left; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("left: " + A.S(t2)); return "Border(" + B.JSArray_methods.join$1(t1, ", ") + ")"; }, @@ -217550,22 +220957,40 @@ }; A.BorderDirectional.prototype = { get$dimensions() { - var _this = this; + var t1, _this = this; + if (_this.get$isUniform()) { + t1 = _this.top; + switch (t1.strokeAlign.index) { + case 0: + t1 = t1.width; + return new A.EdgeInsetsDirectional(t1, t1, t1, t1); + case 1: + t1 = t1.width / 2; + return new A.EdgeInsetsDirectional(t1, t1, t1, t1); + case 2: + return B.EdgeInsetsDirectional_0_0_0_0; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + } return new A.EdgeInsetsDirectional(_this.start.width, _this.top.width, _this.end.width, _this.bottom.width); }, get$isUniform() { - var topWidth, topStyle, _this = this, + var topWidth, topStyle, topStrokeAlign, _this = this, t1 = _this.top, topColor = t1.color, t2 = _this.start; if (!J.$eq$(t2.color, topColor) || !J.$eq$(_this.end.color, topColor) || !J.$eq$(_this.bottom.color, topColor)) return false; topWidth = t1.width; - if (t2.width !== topWidth || _this.end.width !== topWidth || _this.bottom.width !== topWidth) + if (t2.width != topWidth || _this.end.width != topWidth || _this.bottom.width != topWidth) return false; topStyle = t1.style; if (t2.style !== topStyle || _this.end.style !== topStyle || _this.bottom.style !== topStyle) return false; + topStrokeAlign = t1.strokeAlign; + if (!(t2.strokeAlign === topStrokeAlign && _this.bottom.strokeAlign === topStrokeAlign && _this.end.strokeAlign === topStrokeAlign)) + return false; return true; }, add$2$reversed(_, other, reversed) { @@ -217583,8 +221008,8 @@ if (!A.BorderSide_canMerge(t1, t2) || !A.BorderSide_canMerge(other.bottom, _this.bottom)) return _null; t3 = _this.start; - if (!J.$eq$(t3, B.BorderSide_0CF) || !J.$eq$(_this.end, B.BorderSide_0CF)) { - if (!J.$eq$(other.left, B.BorderSide_0CF) || !J.$eq$(other.right, B.BorderSide_0CF)) + if (!J.$eq$(t3, B.BorderSide_aLd) || !J.$eq$(_this.end, B.BorderSide_aLd)) { + if (!J.$eq$(other.left, B.BorderSide_aLd) || !J.$eq$(other.right, B.BorderSide_aLd)) return _null; return new A.BorderDirectional(A.BorderSide_merge(t1, t2), t3, _this.end, A.BorderSide_merge(other.bottom, _this.bottom)); } @@ -217672,16 +221097,16 @@ var _this = this, t1 = A._setArrayType([], type$.JSArray_String), t2 = _this.top; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("top: " + A.S(t2)); t2 = _this.start; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("start: " + A.S(t2)); t2 = _this.end; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("end: " + A.S(t2)); t2 = _this.bottom; - if (!J.$eq$(t2, B.BorderSide_0CF)) + if (!J.$eq$(t2, B.BorderSide_aLd)) t1.push("bottom: " + A.S(t2)); return "BorderDirectional(" + B.JSArray_methods.join$1(t1, ", ") + ")"; }, @@ -217700,17 +221125,17 @@ case 1: square = A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2); t1 = A.Path_Path(); - t1.addOval$1(0, square); + t1.addOval$1(square); return t1; case 0: t1 = this.borderRadius; if (t1 != null) { t2 = A.Path_Path(); - t2.addRRect$1(0, t1.resolve$1(0, textDirection).toRRect$1(rect)); + t2.addRRect$1(t1.resolve$1(0, textDirection).toRRect$1(rect)); return t2; } t1 = A.Path_Path(); - t1.addRect$1(0, rect); + t1.addRect$1(rect); return t1; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -217807,14 +221232,14 @@ var t1 = this._box_decoration$_decoration; switch (t1.shape.index) { case 1: - canvas.drawCircle$3(0, rect.get$center(), rect.get$shortestSide() / 2, paint); + canvas.drawCircle$3(rect.get$center(), rect.get$shortestSide() / 2, paint); break; case 0: t1 = t1.borderRadius; if (t1 == null) - canvas.drawRect$2(0, rect, paint); + canvas.drawRect$2(rect, paint); else - canvas.drawRRect$2(0, t1.resolve$1(0, textDirection).toRRect$1(rect), paint); + canvas.drawRRect$2(t1.resolve$1(0, textDirection).toRRect$1(rect), paint); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -217848,13 +221273,13 @@ case 1: square = A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2); clipPath = A.Path_Path(); - clipPath.addOval$1(0, square); + clipPath.addOval$1(square); break; case 0: t1 = t1.borderRadius; if (t1 != null) { clipPath = A.Path_Path(); - clipPath.addRRect$1(0, t1.resolve$1(0, configuration.textDirection).toRRect$1(rect)); + clipPath.addRRect$1(t1.resolve$1(0, configuration.textDirection).toRRect$1(rect)); } else clipPath = null; break; @@ -217863,11 +221288,11 @@ } _this._box_decoration$_imagePainter.paint$4(canvas, rect, clipPath, configuration); }, - dispose$0(_) { + dispose$0() { var t1 = this._box_decoration$_imagePainter; if (t1 != null) - t1.dispose$0(0); - this.super$BoxPainter$dispose(0); + t1.dispose$0(); + this.super$BoxPainter$dispose(); }, paint$3(canvas, offset, configuration) { var t4, paint, _this = this, @@ -217945,13 +221370,24 @@ }, toString$0(_) { var _this = this; - return "BoxShadow(" + A.S(_this.color) + ", " + A.S(_this.offset) + ", " + A.debugFormatDouble(_this.blurRadius) + ", " + A.debugFormatDouble(_this.spreadRadius) + "), " + _this.blurStyle.toString$0(0); + return "BoxShadow(" + A.S(_this.color) + ", " + A.S(_this.offset) + ", " + A.debugFormatDouble(_this.blurRadius) + ", " + A.debugFormatDouble(_this.spreadRadius) + ", " + _this.blurStyle.toString$0(0) + ")"; } }; A.CircleBorder.prototype = { get$dimensions() { - var t1 = this.side.width; - return new A.EdgeInsets(t1, t1, t1, t1); + var t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + t1 = t1.width; + return new A.EdgeInsets(t1, t1, t1, t1); + case 1: + t1 = t1.width / 2; + return new A.EdgeInsets(t1, t1, t1, t1); + case 2: + return B.EdgeInsets_0_0_0_0; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, scale$1(_, t) { return new A.CircleBorder(this.side.scale$1(0, t)); @@ -217959,21 +221395,37 @@ lerpFrom$2(a, t) { if (a instanceof A.CircleBorder) return new A.CircleBorder(A.BorderSide_lerp(a.side, this.side, t)); - return this.super$ShapeBorder$lerpFrom(a, t); + return this.super$OutlinedBorder$lerpFrom(a, t); }, lerpTo$2(b, t) { if (b instanceof A.CircleBorder) return new A.CircleBorder(A.BorderSide_lerp(this.side, b.side, t)); - return this.super$ShapeBorder$lerpTo(b, t); + return this.super$OutlinedBorder$lerpTo(b, t); }, getInnerPath$2$textDirection(rect, textDirection) { - var t1 = A.Path_Path(); - t1.addOval$1(0, A.Rect$fromCircle(rect.get$center(), Math.max(0, rect.get$shortestSide() / 2 - this.side.width))); + var adjustedRadius, + radius = rect.get$shortestSide() / 2, + t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + adjustedRadius = radius - t1.width; + break; + case 1: + adjustedRadius = radius - t1.width / 2; + break; + case 2: + adjustedRadius = radius; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t1 = A.Path_Path(); + t1.addOval$1(A.Rect$fromCircle(rect.get$center(), Math.max(0, adjustedRadius))); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addOval$1(0, A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2)); + t1.addOval$1(A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2)); return t1; }, getOuterPath$1(rect) { @@ -217983,15 +221435,30 @@ return new A.CircleBorder(side == null ? this.side : side); }, paint$3$textDirection(canvas, rect, textDirection) { - var t1 = this.side; + var radius, + _s80_ = string$.x60null_c, + t1 = this.side; switch (t1.style.index) { case 0: break; case 1: - canvas.drawCircle$3(0, rect.get$center(), (rect.get$shortestSide() - t1.width) / 2, t1.toPaint$0()); + switch (t1.strokeAlign.index) { + case 0: + radius = (rect.get$shortestSide() - t1.width) / 2; + break; + case 1: + radius = rect.get$shortestSide() / 2; + break; + case 2: + radius = (rect.get$shortestSide() + t1.width) / 2; + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + canvas.drawCircle$3(rect.get$center(), radius, t1.toPaint$0()); break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } }, paint$2(canvas, rect) { @@ -218027,7 +221494,7 @@ case B.Clip_3: canvasClipCall.call$1(true); t1 = _this.get$canvas(_this); - t1.saveLayer$2(0, bounds, $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData())); + t1.saveLayer$2(bounds, $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData())); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -218052,21 +221519,21 @@ var t1 = this.$this; return t1.get$canvas(t1).clipPath$2$doAntiAlias(0, this.path, doAntiAlias); }, - $signature: 79 + $signature: 75 }; A.ClipContext_clipRRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; - return t1.get$canvas(t1).clipRRect$2$doAntiAlias(0, this.rrect, doAntiAlias); + return t1.get$canvas(t1).clipRRect$2$doAntiAlias(this.rrect, doAntiAlias); }, - $signature: 79 + $signature: 75 }; A.ClipContext_clipRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; - return t1.get$canvas(t1).clipRect$2$doAntiAlias(0, this.rect, doAntiAlias); + return t1.get$canvas(t1).clipRect$2$doAntiAlias(this.rect, doAntiAlias); }, - $signature: 79 + $signature: 75 }; A.ColorSwatch.prototype = { $index(_, index) { @@ -218140,7 +221607,7 @@ } }; A.BoxPainter.prototype = { - dispose$0(_) { + dispose$0() { } }; A._Decoration_Object_Diagnosticable.prototype = {}; @@ -218184,20 +221651,20 @@ else t1 = false; if (t1) { - value.image.dispose$0(0); + value.image.dispose$0(); return; } t1 = _this._decoration_image$_image; if (t1 != null) - t1.image.dispose$0(0); + t1.image.dispose$0(); _this._decoration_image$_image = value; if (!synchronousCall) _this._decoration_image$_onChanged.call$0(); }, - dispose$0(_) { + dispose$0() { var t1 = this._decoration_image$_image; if (t1 != null) - t1.image.dispose$0(0); + t1.image.dispose$0(); this._decoration_image$_image = null; }, toString$0(_) { @@ -218222,7 +221689,7 @@ A.postEvent("Flutter.ImageSizesForFrame", t3); $._pendingImageSizeInfo = A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.ImageSizeInfo); }, - $signature: 24 + $signature: 19 }; A.EdgeInsetsGeometry.prototype = { get$horizontal() { @@ -218246,7 +221713,7 @@ }, clamp$2(_, min, max) { var _this = this; - return new A._MixedEdgeInsets(J.clamp$2$n(_this.get$_left(_this), min.left, max._left), J.clamp$2$n(_this.get$_right(_this), min.right, max._right), J.clamp$2$n(_this.get$_edge_insets$_start(_this), 0, max._edge_insets$_start), J.clamp$2$n(_this.get$_edge_insets$_end(), 0, max._edge_insets$_end), J.clamp$2$n(_this.get$_top(_this), min.top, max._top), J.clamp$2$n(_this.get$_bottom(_this), min.bottom, max._bottom)); + return new A._MixedEdgeInsets(A.clampDouble(_this.get$_left(_this), min.left, max._left), A.clampDouble(_this.get$_right(_this), min.right, max._right), A.clampDouble(_this.get$_edge_insets$_start(_this), 0, max._edge_insets$_start), A.clampDouble(_this.get$_edge_insets$_end(), 0, max._edge_insets$_end), A.clampDouble(_this.get$_top(_this), min.top, max._top), A.clampDouble(_this.get$_bottom(_this), min.bottom, max._bottom)); }, toString$0(_) { var _this = this; @@ -218306,7 +221773,7 @@ }, clamp$2(_, min, max) { var _this = this; - return new A.EdgeInsets(J.clamp$2$n(_this.left, min.left, max._left), J.clamp$2$n(_this.top, min.top, max._top), J.clamp$2$n(_this.right, min.right, max._right), J.clamp$2$n(_this.bottom, min.bottom, max._bottom)); + return new A.EdgeInsets(A.clampDouble(_this.left, min.left, max._left), A.clampDouble(_this.top, min.top, max._top), A.clampDouble(_this.right, min.right, max._right), A.clampDouble(_this.bottom, min.bottom, max._bottom)); }, $sub(_, other) { var _this = this; @@ -218461,7 +221928,7 @@ call$1(s) { return s <= this.t; }, - $signature: 2250 + $signature: 1149 }; A._interpolateColorsAndStops_closure.prototype = { call$1($stop) { @@ -218470,7 +221937,7 @@ t1.toString; return t1; }, - $signature: 2253 + $signature: 1153 }; A.Gradient.prototype = { _impliedStops$0() { @@ -218509,27 +221976,14 @@ return t1; }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.LinearGradient) - if (J.$eq$(other.begin, _this.begin)) - if (J.$eq$(other.end, _this.end)) - if (other.tileMode === _this.tileMode) - t1 = A.listEquals0(other.colors, _this.colors) && A.listEquals0(other.stops, _this.stops); - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.LinearGradient && J.$eq$(other.begin, _this.begin) && J.$eq$(other.end, _this.end) && other.tileMode === _this.tileMode && A.listEquals0(other.colors, _this.colors) && A.listEquals0(other.stops, _this.stops); }, get$hashCode(_) { var _this = this, @@ -218554,7 +222008,7 @@ t1.toString; return t1; }, - $signature: 360 + $signature: 356 }; A.ImageCache.prototype = { clear$0(_) { @@ -218563,8 +222017,12 @@ t2 = _this._image_cache$_cache; A.Timeline_instantSync("ImageCache.clear", A.LinkedHashMap_LinkedHashMap$_literal(["pendingImages", t1._length, "keepAliveImages", t2._length, "liveImages", _this._liveImages._length, "currentSizeInBytes", _this._currentSizeBytes], type$.String, type$.dynamic)); for (t3 = t2.get$values(t2), t4 = A._instanceType(t3), t4 = new A.MappedIterator(J.get$iterator$ax(t3.__internal$_iterable), t3._f, t4._eval$1("@<1>")._bind$1(t4._rest[1])._eval$1("MappedIterator<1,2>")); t4.moveNext$0();) - t4.__internal$_current.dispose$0(0); + t4.__internal$_current.dispose$0(); t2.clear$0(0); + for (t2 = t1.get$values(t1), t3 = A._instanceType(t2), t3 = new A.MappedIterator(J.get$iterator$ax(t2.__internal$_iterable), t2._f, t3._eval$1("@<1>")._bind$1(t3._rest[1])._eval$1("MappedIterator<1,2>")); t3.moveNext$0();) { + t2 = t3.__internal$_current; + t2.completer.removeListener$1(0, t2.listener); + } t1.clear$0(0); _this._currentSizeBytes = 0; }, @@ -218574,11 +222032,12 @@ image = _this._liveImages.remove$1(0, key); if (image != null) { t1 = image.completer; - t2 = A._lateReadCheck(image.___LiveImage__handleRemove, "_handleRemove"); + t2 = image.___LiveImage__handleRemove_A; + t2 === $ && A.throwUnnamedLateFieldNI(); if (t1._image_stream$_disposed) A.throwExpression(A.StateError$(string$.Stream)); B.JSArray_methods.remove$1(t1._onLastListenerRemovedCallbacks, t2); - image.super$_CachedImageBase$dispose(0); + image.super$_CachedImageBase$dispose(); } pendingImage = _this._pendingImages.remove$1(0, key); if (pendingImage != null) { @@ -218593,7 +222052,7 @@ t2 = image.sizeBytes; t2.toString; _this._currentSizeBytes = t1 - t2; - image.dispose$0(0); + image.dispose$0(); return true; } A.Timeline_instantSync(_s16_, A.LinkedHashMap_LinkedHashMap$_literal(["type", "miss"], type$.String, type$.dynamic)); @@ -218609,7 +222068,7 @@ _this._image_cache$_cache.$indexSet(0, key, image); _this._checkCacheSize$1(timelineTask); } else - image.dispose$0(0); + image.dispose$0(); }, _trackLiveImage$3(key, completer, sizeBytes) { var t1 = this._liveImages.putIfAbsent$2(0, key, new A.ImageCache__trackLiveImage_closure(this, completer, key)); @@ -218617,7 +222076,7 @@ t1.sizeBytes = sizeBytes; }, putIfAbsent$3$onError(_, key, loader, onError) { - var error, stackTrace, t2, timelineTask, t3, t4, t5, t6, result, image, liveImage, exception, listenerTask, streamListener, _this = this, _null = null, t1 = {}; + var error, stackTrace, t2, timelineTask, t3, t4, t5, t6, result, image, liveImage, exception, listenerTask, pendingImage, streamListener, _this = this, _null = null, t1 = {}; t1.listenerTask = t1.timelineTask = null; t2 = type$.JSArray_nullable__AsyncBlock; timelineTask = new A.TimelineTask(_null, 0, A._setArrayType([], t2)); @@ -218671,9 +222130,10 @@ listenerTask.start$1(0, "listener"); t1.listenerTask = listenerTask; t1.listenedOnce = false; - t1.untrackedPendingImage = null; - streamListener = new A.ImageStreamListener(new A.ImageCache_putIfAbsent_listener(t1, _this, key), _null, _null); - t5.$indexSet(0, key, new A._PendingImage(t3, streamListener)); + pendingImage = A._Cell$named("pendingImage"); + streamListener = new A.ImageStreamListener(new A.ImageCache_putIfAbsent_listener(t1, _this, key, true, pendingImage), _null, _null); + pendingImage.__late_helper$_value = new A._PendingImage(t3, streamListener); + t5.$indexSet(0, key, pendingImage._readLocal$0()); t1.result.addListener$1(0, streamListener); return t1.result; }, @@ -218705,7 +222165,7 @@ t5 = image.sizeBytes; t5.toString; _this._currentSizeBytes = t4 - t5; - image.dispose$0(0); + image.dispose$0(); t1.remove$1(0, key); J.add$1$ax(t2._as(finishArgs.$index(0, _s11_)), J.toString$0$(key)); } @@ -218718,7 +222178,7 @@ call$0() { return A._LiveImage$(this.completer, new A.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 2254 + $signature: 1154 }; A.ImageCache__trackLiveImage__closure.prototype = { call$0() { @@ -218728,32 +222188,32 @@ }; A.ImageCache_putIfAbsent_listener.prototype = { call$2(info, syncCall) { - var t1, sizeBytes, t2, t3, image, pendingImage, t4, t5; + var t1, sizeBytes, t2, t3, image, t4, t5, _this = this; if (info != null) { t1 = info.image; sizeBytes = t1.get$height(t1) * t1.get$width(t1) * 4; - t1.dispose$0(0); + t1.dispose$0(); } else sizeBytes = null; - t1 = this._box_0; + t1 = _this._box_0; t2 = t1.result; if (t2._image_stream$_disposed) A.throwExpression(A.StateError$(string$.Stream)); t3 = new A.ImageStreamCompleterHandle(t2); t3.ImageStreamCompleterHandle$_$1(t2); image = new A._CachedImage(t2, sizeBytes, t3); - t3 = this.$this; - t2 = this.key; + t3 = _this.$this; + t2 = _this.key; t3._trackLiveImage$3(t2, t1.result, sizeBytes); - if (t1.untrackedPendingImage == null) + if (_this.trackPendingImage) t3._touch$3(t2, image, t1.listenerTask); else - image.dispose$0(0); - pendingImage = t1.untrackedPendingImage; - if (pendingImage == null) - pendingImage = t3._pendingImages.remove$1(0, t2); - if (pendingImage != null) - pendingImage.completer.removeListener$1(0, pendingImage.listener); + image.dispose$0(); + t3._pendingImages.remove$1(0, t2); + if (!t1.listenedOnce) { + t2 = _this.pendingImage._readLocal$0(); + t2.completer.removeListener$1(0, t2.listener); + } t2 = t1.listenedOnce; if (!t2) { t2 = t1.listenerTask; @@ -218767,10 +222227,10 @@ } t1.listenedOnce = true; }, - $signature: 2256 + $signature: 1155 }; A._CachedImageBase.prototype = { - dispose$0(_) { + dispose$0() { $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._CachedImageBase_dispose_closure(this)); } }; @@ -218779,28 +222239,28 @@ var t1 = this.$this, t2 = t1.handle; if (t2 != null) - t2.dispose$0(0); + t2.dispose$0(); t1.handle = null; }, - $signature: 24 + $signature: 19 }; A._CachedImage.prototype = {}; A._LiveImage.prototype = { _LiveImage$3$sizeBytes(completer, handleRemove, sizeBytes) { var t1 = new A._LiveImage_closure(this, handleRemove); - this.___LiveImage__handleRemove = t1; - t1 = A._lateReadCheck(t1, "_handleRemove"); + this.___LiveImage__handleRemove_A = t1; if (completer._image_stream$_disposed) A.throwExpression(A.StateError$(string$.Stream)); completer._onLastListenerRemovedCallbacks.push(t1); }, - dispose$0(_) { + dispose$0() { var t1 = this.completer, - t2 = A._lateReadCheck(this.___LiveImage__handleRemove, "_handleRemove"); + t2 = this.___LiveImage__handleRemove_A; + t2 === $ && A.throwUnnamedLateFieldNI(); if (t1._image_stream$_disposed) A.throwExpression(A.StateError$(string$.Stream)); B.JSArray_methods.remove$1(t1._onLastListenerRemovedCallbacks, t2); - this.super$_CachedImageBase$dispose(0); + this.super$_CachedImageBase$dispose(); }, toString$0(_) { return "#" + A.shortHash(this); @@ -218812,11 +222272,12 @@ this.handleRemove.call$0(); t1 = this.$this; t2 = t1.completer; - t3 = A._lateReadCheck(t1.___LiveImage__handleRemove, "_handleRemove"); + t3 = t1.___LiveImage__handleRemove_A; + t3 === $ && A.throwUnnamedLateFieldNI(); if (t2._image_stream$_disposed) A.throwExpression(A.StateError$(string$.Stream)); B.JSArray_methods.remove$1(t2._onLastListenerRemovedCallbacks, t3); - t1.super$_CachedImageBase$dispose(0); + t1.super$_CachedImageBase$dispose(); }, $signature: 0 }; @@ -218916,16 +222377,25 @@ J.then$1$1$x(key, new A.ImageProvider__createErrorHandlerAndKey_closure(t1, this, successCallback, handleError), type$.void).catchError$1(handleError); }, resolveStreamForKey$4(configuration, stream, key, handleError) { - var completer, - _s11_ = "_imageCache"; + var t1, completer; if (stream._image_stream$_completer != null) { - A._lateReadCheck($.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache, _s11_).putIfAbsent$3$onError(0, key, new A.ImageProvider_resolveStreamForKey_closure(stream), handleError); + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.putIfAbsent$3$onError(0, key, new A.ImageProvider_resolveStreamForKey_closure(stream), handleError); return; } - completer = A._lateReadCheck($.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache, _s11_).putIfAbsent$3$onError(0, key, new A.ImageProvider_resolveStreamForKey_closure0(this, key), handleError); + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + completer = t1.putIfAbsent$3$onError(0, key, new A.ImageProvider_resolveStreamForKey_closure0(this, key), handleError); if (completer != null) stream.setCompleter$1(completer); }, + load$2(_, key, decode) { + throw A.wrapException(A.UnsupportedError$("Implement loadBuffer for faster image loading")); + }, + loadBuffer$2(key, decode) { + return this.load$2(0, key, $.PaintingBinding__instance.get$instantiateImageCodec()); + }, toString$0(_) { return "ImageConfiguration()"; } @@ -219003,7 +222473,7 @@ call$2(exception, stack) { return this.$call$body$ImageProvider__createErrorHandlerAndKey_handleError(exception, stack); }, - $signature: 2262 + $signature: 1156 }; A.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$1(key) { @@ -219027,13 +222497,13 @@ t1.toString; return t1; }, - $signature: 631 + $signature: 589 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { - return this.$this.load$2(0, this.key, $.PaintingBinding__instance.get$instantiateImageCodec()); + return this.$this.loadBuffer$2(this.key, $.PaintingBinding__instance.get$instantiateImageCodecFromBuffer()); }, - $signature: 631 + $signature: 589 }; A.AssetBundleImageKey.prototype = { $eq(_, other) { @@ -219049,25 +222519,27 @@ }, toString$0(_) { return "AssetBundleImageKey(bundle: " + A.S(this.bundle) + ', name: "' + A.S(this.name) + '", scale: ' + A.S(this.scale) + ")"; - }, - get$name(receiver) { - return this.name; } }; A.AssetBundleImageProvider.prototype = { - load$2(_, key, decode) { - var t1 = this._loadAsync$2(key, decode), + loadBuffer$2(key, decode) { + var t1 = this._loadAsync$3(key, decode, null), t2 = key.scale; return A.MultiFrameImageStreamCompleter$(null, t1, key.name, null, t2); }, - _loadAsync$2(key, decode) { - return this._loadAsync$body$AssetBundleImageProvider(key, decode); + load$2(_, key, decode) { + var t1 = this._loadAsync$3(key, null, decode), + t2 = key.scale; + return A.MultiFrameImageStreamCompleter$(null, t1, key.name, null, t2); }, - _loadAsync$body$AssetBundleImageProvider(key, decode) { + _loadAsync$3(key, decode, decodeDepreacted) { + return this._loadAsync$body$AssetBundleImageProvider(key, decode, decodeDepreacted); + }, + _loadAsync$body$AssetBundleImageProvider(key, decode, decodeDepreacted) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], exception, data, $async$exception; - var $async$_loadAsync$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + $async$returnValue, $async$handler = 2, $async$currentError, buffer, data, exception, t1, $async$exception, $async$exception1; + var $async$_loadAsync$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; $async$goto = $async$handler; @@ -219076,41 +222548,94 @@ switch ($async$goto) { case 0: // Function start - data = null; - $async$handler = 4; - $async$goto = 7; - return A._asyncAwait(key.bundle.load$1(0, key.name), $async$_loadAsync$2); - case 7: + $async$goto = decode != null ? 3 : 4; + break; + case 3: + // then + buffer = null; + $async$handler = 6; + $async$goto = 9; + return A._asyncAwait(key.bundle.loadBuffer$1(key.name), $async$_loadAsync$3); + case 9: // returning from await. - data = $async$result; + buffer = $async$result; $async$handler = 2; // goto after finally - $async$goto = 6; + $async$goto = 8; break; - case 4: + case 6: // catch - $async$handler = 3; + $async$handler = 5; $async$exception = $async$currentError; if (A.unwrapException($async$exception) instanceof A.FlutterError) { - A._lateReadCheck($.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache, "_imageCache").evict$1(key); + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.evict$1(key); throw $async$exception; } else throw $async$exception; // goto after finally - $async$goto = 6; + $async$goto = 8; break; - case 3: + case 5: // uncaught // goto rethrow $async$goto = 2; break; - case 6: + case 8: // after finally - if (data == null) { - A._lateReadCheck($.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache, "_imageCache").evict$1(key); + if (buffer == null) { + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.evict$1(key); throw A.wrapException(A.StateError$("Unable to read data")); } - $async$returnValue = decode.call$1(J.asUint8List$0$x(J.get$buffer$x(data))); + $async$returnValue = decode.call$1(buffer); + // goto return + $async$goto = 1; + break; + case 4: + // join + data = null; + $async$handler = 11; + $async$goto = 14; + return A._asyncAwait(key.bundle.load$1(0, key.name), $async$_loadAsync$3); + case 14: + // returning from await. + data = $async$result; + $async$handler = 2; + // goto after finally + $async$goto = 13; + break; + case 11: + // catch + $async$handler = 10; + $async$exception1 = $async$currentError; + if (A.unwrapException($async$exception1) instanceof A.FlutterError) { + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.evict$1(key); + throw $async$exception1; + } else + throw $async$exception1; + // goto after finally + $async$goto = 13; + break; + case 10: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 13: + // after finally + if (data == null) { + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.evict$1(key); + throw A.wrapException(A.StateError$("Unable to read data")); + } + decodeDepreacted.toString; + $async$returnValue = decodeDepreacted.call$1(J.asUint8List$0$x(J.get$buffer$x(data))); // goto return $async$goto = 1; break; @@ -219122,7 +222647,7 @@ return A._asyncRethrow($async$currentError, $async$completer); } }); - return A._asyncStartSync($async$_loadAsync$2, $async$completer); + return A._asyncStartSync($async$_loadAsync$3, $async$completer); } }; A._ErrorImageCompleter.prototype = {}; @@ -219221,20 +222746,20 @@ else t1.result = new A.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 2264 + $signature: 1158 }; A.AssetImage_obtainKey_closure0.prototype = { call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 124 + $signature: 127 }; A.ImageInfo.prototype = { clone$0(_) { return new A.ImageInfo(this.image.clone$0(0), this.scale, this.debugLabel); }, - dispose$0(_) { - this.image.dispose$0(0); + dispose$0() { + this.image.dispose$0(); }, toString$0(_) { var t1 = this.debugLabel; @@ -219307,7 +222832,7 @@ ImageStreamCompleterHandle$_$1(_completer) { ++this._image_stream$_completer._keepAliveHandles; }, - dispose$0(_) { + dispose$0() { var t1 = this._image_stream$_completer; --t1._keepAliveHandles; t1._maybeDispose$0(); @@ -219359,7 +222884,7 @@ callbacks = A._setArrayType(t1.slice(0), A._arrayInstanceType(t1)); for (t2 = callbacks.length, _i = 0; _i < callbacks.length; callbacks.length === t2 || (0, A.throwConcurrentModificationError)(callbacks), ++_i) callbacks[_i].call$0(); - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); _this._maybeDispose$0(); } }, @@ -219369,7 +222894,7 @@ return; t1 = _this._currentImage; if (t1 != null) - t1.image.dispose$0(0); + t1.image.dispose$0(); _this._currentImage = null; _this._image_stream$_disposed = true; }, @@ -219379,7 +222904,7 @@ A.throwExpression(A.StateError$(string$.Stream)); t1 = _this._currentImage; if (t1 != null) - t1.image.dispose$0(0); + t1.image.dispose$0(); _this._currentImage = image; t1 = _this._image_stream$_listeners; if (t1.length === 0) @@ -219446,13 +222971,13 @@ call$1(listener) { return listener.onError; }, - $signature: 2277 + $signature: 1187 }; A.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1(listener) { return listener.onChunk; }, - $signature: 2287 + $signature: 1189 }; A.OneFrameImageStreamCompleter.prototype = { OneFrameImageStreamCompleter$2$informationCollector(image, informationCollector) { @@ -219463,7 +222988,7 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving a single-frame image stream"), error, this.informationCollector, true, stack); }, - $signature: 124 + $signature: 127 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -219479,53 +223004,40 @@ this._decodeNextFrameAndSchedule$0(); }, _handleAppFrame$1(timestamp) { - var t1, t2, t3, completedCycles, _this = this, - _s15_ = "_shownTimestamp"; + var t1, t2, completedCycles, _this = this; _this._frameCallbackScheduled = false; if (_this._image_stream$_listeners.length === 0) return; t1 = _this._frameDuration; if (t1 != null) { - t1 = A._lateReadCheck(_this.__MultiFrameImageStreamCompleter__shownTimestamp, _s15_); - t2 = timestamp._duration; - t1 = t1._duration; - t3 = _this._frameDuration; - t1 = t2 - t1 >= t3._duration; - t2 = t3; - } else { - t2 = t1; - t1 = true; - } - if (t1) { + t2 = _this.__MultiFrameImageStreamCompleter__shownTimestamp_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = timestamp._duration - t2._duration >= t1._duration; + } else + t2 = true; + if (t2) { t1 = _this._nextFrame; _this._emitFrame$1(new A.ImageInfo(t1.get$image(t1).clone$0(0), _this._image_stream$_scale, _this.debugLabel)); - _this.__MultiFrameImageStreamCompleter__shownTimestamp = timestamp; + _this.__MultiFrameImageStreamCompleter__shownTimestamp_A = timestamp; t1 = _this._nextFrame; _this._frameDuration = t1.get$duration(t1); t1 = _this._nextFrame; - t1.get$image(t1).dispose$0(0); + t1.get$image(t1).dispose$0(); _this._nextFrame = null; - t1 = _this._framesEmitted; - t2 = _this._codec; - completedCycles = B.JSInt_methods.$tdiv(t1, t2.get$frameCount(t2)); - t1 = _this._codec; - if (t1.get$repetitionCount(t1) !== -1) { - t1 = _this._codec; - t1 = completedCycles <= t1.get$repetitionCount(t1); - } else - t1 = true; - if (t1) + completedCycles = B.JSInt_methods.$tdiv(_this._framesEmitted, _this._codec.get$frameCount()); + if (_this._codec.get$repetitionCount() === -1 || completedCycles <= _this._codec.get$repetitionCount()) _this._decodeNextFrameAndSchedule$0(); return; } - t2.toString; - t1 = A._lateReadCheck(_this.__MultiFrameImageStreamCompleter__shownTimestamp, _s15_); - _this._image_stream$_timer = A.Timer_Timer(new A.Duration(B.JSNumber_methods.round$0((t2._duration - (timestamp._duration - t1._duration)) * $._timeDilation)), new A.MultiFrameImageStreamCompleter__handleAppFrame_closure(_this)); + t1.toString; + t2 = _this.__MultiFrameImageStreamCompleter__shownTimestamp_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._image_stream$_timer = A.Timer_Timer(new A.Duration(B.JSNumber_methods.round$0((t1._duration - (timestamp._duration - t2._duration)) * $._timeDilation)), new A.MultiFrameImageStreamCompleter__handleAppFrame_closure(_this)); }, _decodeNextFrameAndSchedule$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, exception, stack, exception0, t1, $async$exception0; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, exception, stack, exception0, t1, $async$exception0; var $async$_decodeNextFrameAndSchedule$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -219537,7 +223049,7 @@ // Function start t1 = $async$self._nextFrame; if (t1 != null) - t1.get$image(t1).dispose$0(0); + t1.get$image(t1).dispose$0(); $async$self._nextFrame = null; $async$handler = 4; $async$goto = 7; @@ -219569,8 +223081,7 @@ break; case 6: // after finally - t1 = $async$self._codec; - if (t1.get$frameCount(t1) === 1) { + if ($async$self._codec.get$frameCount() === 1) { if ($async$self._image_stream$_listeners.length === 0) { // goto return $async$goto = 1; @@ -219579,7 +223090,7 @@ t1 = $async$self._nextFrame; $async$self._emitFrame$1(new A.ImageInfo(t1.get$image(t1).clone$0(0), $async$self._image_stream$_scale, $async$self.debugLabel)); t1 = $async$self._nextFrame; - t1.get$image(t1).dispose$0(0); + t1.get$image(t1).dispose$0(); $async$self._nextFrame = null; // goto return $async$goto = 1; @@ -219611,7 +223122,7 @@ if (_this._image_stream$_listeners.length === 0) { t1 = _this._codec; if (t1 != null) - t1 = _this._currentImage == null || t1.get$frameCount(t1) > 1; + t1 = _this._currentImage == null || t1.get$frameCount() > 1; else t1 = false; } else @@ -219648,13 +223159,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: 124 + $signature: 127 }; 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: 124 + $signature: 127 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -219729,7 +223240,7 @@ this._box_0.result = result; return result == null; }, - $signature: 232 + $signature: 224 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -219737,7 +223248,7 @@ this._box_0.result = result; return result == null; }, - $signature: 232 + $signature: 224 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -219745,7 +223256,7 @@ var t1, t2, notchRadius, a, b, t3, t4, t5, n2, p2xA, p2xB, p2yA, p2yB, p, cmp, i, t6; if (guest == null || !host.overlaps$1(guest)) { t1 = A.Path_Path(); - t1.addRect$1(0, host); + t1.addRect$1(host); return t1; } t1 = guest.right; @@ -219805,7 +223316,7 @@ return t2; } }; - A.PlaceholderSpan.prototype = { + A.PlaceholderSpan0.prototype = { computeToPlainText$3$includePlaceholders$includeSemanticsLabels(buffer, includePlaceholders, includeSemanticsLabels) { buffer._contents += A.Primitives_stringFromCharCode(65532); }, @@ -219815,8 +223326,19 @@ }; A.RoundedRectangleBorder.prototype = { get$dimensions() { - var t1 = this.side.width; - return new A.EdgeInsets(t1, t1, t1, t1); + var t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + t1 = t1.width; + return new A.EdgeInsets(t1, t1, t1, t1); + case 1: + t1 = t1.width / 2; + return new A.EdgeInsets(t1, t1, t1, t1); + case 2: + return B.EdgeInsets_0_0_0_0; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, scale$1(_, t) { var t1 = this.side.scale$1(0, t); @@ -219832,7 +223354,7 @@ } if (a instanceof A.CircleBorder) return new A._RoundedRectangleToCircleBorder(_this.borderRadius, 1 - t, A.BorderSide_lerp(a.side, _this.side, t)); - return _this.super$ShapeBorder$lerpFrom(a, t); + return _this.super$OutlinedBorder$lerpFrom(a, t); }, lerpTo$2(b, t) { var t1, t2, _this = this; @@ -219844,42 +223366,70 @@ } if (b instanceof A.CircleBorder) return new A._RoundedRectangleToCircleBorder(_this.borderRadius, t, A.BorderSide_lerp(_this.side, b.side, t)); - return _this.super$ShapeBorder$lerpTo(b, t); + return _this.super$OutlinedBorder$lerpTo(b, t); }, copyWith$1$side(side) { var t1 = side == null ? this.side : side; return new A.RoundedRectangleBorder(this.borderRadius, t1); }, getInnerPath$2$textDirection(rect, textDirection) { - var t1 = A.Path_Path(); - t1.addRRect$1(0, this.borderRadius.resolve$1(0, textDirection).toRRect$1(rect).inflate$1(-this.side.width)); + var adjustedRect, + borderRect = this.borderRadius.resolve$1(0, textDirection).toRRect$1(rect), + t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-t1.width); + break; + case 1: + adjustedRect = borderRect.inflate$1(-(t1.width / 2)); + break; + case 2: + adjustedRect = borderRect; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t1 = A.Path_Path(); + t1.addRRect$1(adjustedRect); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, this.borderRadius.resolve$1(0, textDirection).toRRect$1(rect)); + t1.addRRect$1(this.borderRadius.resolve$1(0, textDirection).toRRect$1(rect)); return t1; }, getOuterPath$1(rect) { return this.getOuterPath$2$textDirection(rect, null); }, paint$3$textDirection(canvas, rect, textDirection) { - var width, t2, outer, inner, paint, - t1 = this.side; + var width, paint, outer, inner, borderRadiusResolved, _this = this, + t1 = _this.side; switch (t1.style.index) { case 0: break; case 1: width = t1.width; - t2 = this.borderRadius; if (width === 0) - canvas.drawRRect$2(0, t2.resolve$1(0, textDirection).toRRect$1(rect), t1.toPaint$0()); + canvas.drawRRect$2(_this.borderRadius.resolve$1(0, textDirection).toRRect$1(rect), t1.toPaint$0()); else { - outer = t2.resolve$1(0, textDirection).toRRect$1(rect); - inner = outer.inflate$1(-width); paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); paint.set$color(0, t1.color); - canvas.drawDRRect$3(0, outer, inner, paint); + t1 = t1.strokeAlign; + if (t1 === B.StrokeAlign_0) { + outer = _this.borderRadius.resolve$1(0, textDirection).toRRect$1(rect); + canvas.drawDRRect$3(outer, outer.inflate$1(-width), paint); + } else { + if (t1 === B.StrokeAlign_1) { + t1 = width / 2; + inner = rect.inflate$1(-t1); + outer = rect.inflate$1(t1); + } else { + outer = rect.inflate$1(width); + inner = rect; + } + borderRadiusResolved = _this.borderRadius.resolve$1(0, textDirection); + canvas.drawDRRect$3(borderRadiusResolved.toRRect$1(outer), borderRadiusResolved.toRRect$1(inner), paint); + } } break; default: @@ -219932,7 +223482,7 @@ t3.toString; return new A._RoundedRectangleToCircleBorder(t2, t3, t1); } - return _this.super$ShapeBorder$lerpFrom(a, t); + return _this.super$OutlinedBorder$lerpFrom(a, t); }, lerpTo$2(b, t) { var t1, t2, t3, _this = this; @@ -219954,7 +223504,7 @@ t3.toString; return new A._RoundedRectangleToCircleBorder(t2, t3, t1); } - return _this.super$ShapeBorder$lerpTo(b, t); + return _this.super$OutlinedBorder$lerpTo(b, t); }, _adjustRect$1(rect) { var t2, t3, t4, t5, t6, t7, delta, @@ -219983,17 +223533,33 @@ return A.BorderRadius_lerp(resolvedRadius, A.BorderRadius$circular(rect.get$shortestSide() / 2), t1); }, getInnerPath$2$textDirection(rect, textDirection) { - var t1 = A.Path_Path(), - t2 = this._adjustBorderRadius$2(rect, textDirection); - t2.toString; - t1.addRRect$1(0, t2.toRRect$1(this._adjustRect$1(rect)).inflate$1(-this.side.width)); + var borderRect, adjustedRect, + t1 = this._adjustBorderRadius$2(rect, textDirection); + t1.toString; + borderRect = t1.toRRect$1(this._adjustRect$1(rect)); + t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-t1.width); + break; + case 1: + adjustedRect = borderRect.inflate$1(-(t1.width / 2)); + break; + case 2: + adjustedRect = borderRect; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t1 = A.Path_Path(); + t1.addRRect$1(adjustedRect); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(), t2 = this._adjustBorderRadius$2(rect, textDirection); t2.toString; - t1.addRRect$1(0, t2.toRRect$1(this._adjustRect$1(rect))); + t1.addRRect$1(t2.toRRect$1(this._adjustRect$1(rect))); return t1; }, getOuterPath$1(rect) { @@ -220004,7 +223570,8 @@ return new A._RoundedRectangleToCircleBorder(this.borderRadius, this.circleness, t1); }, paint$3$textDirection(canvas, rect, textDirection) { - var width, t2, outer, inner, paint, _this = this, + var width, t2, borderRect, adjustedRect, _this = this, + _s80_ = string$.x60null_c, t1 = _this.side; switch (t1.style.index) { case 0: @@ -220014,19 +223581,29 @@ if (width === 0) { t2 = _this._adjustBorderRadius$2(rect, textDirection); t2.toString; - canvas.drawRRect$2(0, t2.toRRect$1(_this._adjustRect$1(rect)), t1.toPaint$0()); + canvas.drawRRect$2(t2.toRRect$1(_this._adjustRect$1(rect)), t1.toPaint$0()); } else { t2 = _this._adjustBorderRadius$2(rect, textDirection); t2.toString; - outer = t2.toRRect$1(_this._adjustRect$1(rect)); - inner = outer.inflate$1(-width); - paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - paint.set$color(0, t1.color); - canvas.drawDRRect$3(0, outer, inner, paint); + borderRect = t2.toRRect$1(_this._adjustRect$1(rect)); + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-(width / 2)); + break; + case 1: + adjustedRect = borderRect; + break; + case 2: + adjustedRect = borderRect.inflate$1(width / 2); + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + canvas.drawRRect$2(adjustedRect, t1.toPaint$0()); } break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } }, paint$2(canvas, rect) { @@ -220122,19 +223699,19 @@ if (t2 != null) { if (_this._shadowCount == null) { _this._shadowCount = t2.length; - _this.___ShapeDecorationPainter__shadowPaints = A.List_List$of(new A.MappedListIterable(t2, new A._ShapeDecorationPainter__precache_closure(), A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,Paint>")), true, type$.Paint); + _this.___ShapeDecorationPainter__shadowPaints_A = A.List_List$of(new A.MappedListIterable(t2, new A._ShapeDecorationPainter__precache_closure(), A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,Paint>")), true, type$.Paint); } - _this.___ShapeDecorationPainter__shadowPaths = A.List_List$of(new A.MappedListIterable(t2, new A._ShapeDecorationPainter__precache_closure0(_this, rect, textDirection), A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,Path>")), true, type$.Path); + _this.___ShapeDecorationPainter__shadowPaths_A = A.List_List$of(new A.MappedListIterable(t2, new A._ShapeDecorationPainter__precache_closure0(_this, rect, textDirection), A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,Path>")), true, type$.Path); } if (_this._interiorPaint != null || _this._shadowCount != null) - _this.___ShapeDecorationPainter__outerPath = t1.shape.getOuterPath$2$textDirection(rect, textDirection); + _this.___ShapeDecorationPainter__outerPath_A = t1.shape.getOuterPath$2$textDirection(rect, textDirection); if (t1.image != null) _this._innerPath = t1.shape.getInnerPath$2$textDirection(rect, textDirection); _this._lastRect = rect; _this._lastTextDirection = textDirection; }, _shape_decoration$_paintShadows$1(canvas) { - var index, t1, _this = this; + var index, t1, t2, _this = this; if (_this._shadowCount != null) { index = 0; while (true) { @@ -220142,7 +223719,12 @@ t1.toString; if (!(index < t1)) break; - canvas.drawPath$2(0, J.$index$asx(A._lateReadCheck(_this.___ShapeDecorationPainter__shadowPaths, "_shadowPaths"), index), J.$index$asx(A._lateReadCheck(_this.___ShapeDecorationPainter__shadowPaints, "_shadowPaints"), index)); + t1 = _this.___ShapeDecorationPainter__shadowPaths_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1[index]; + t2 = _this.___ShapeDecorationPainter__shadowPaints_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + canvas.drawPath$2(t1, t2[index]); ++index; } } @@ -220164,11 +223746,11 @@ t2.toString; t1.paint$4(canvas, t2, _this._innerPath, configuration); }, - dispose$0(_) { + dispose$0() { var t1 = this._imagePainter; if (t1 != null) - t1.dispose$0(0); - this.super$BoxPainter$dispose(0); + t1.dispose$0(); + this.super$BoxPainter$dispose(); }, paint$3(canvas, offset, configuration) { var _this = this, @@ -220179,11 +223761,11 @@ textDirection = configuration.textDirection; _this._precache$2(rect, textDirection); _this._shape_decoration$_paintShadows$1(canvas); - if (_this._interiorPaint != null) { - t1 = A._lateReadCheck(_this.___ShapeDecorationPainter__outerPath, "_outerPath"); - t2 = _this._interiorPaint; - t2.toString; - canvas.drawPath$2(0, t1, t2); + t1 = _this._interiorPaint; + if (t1 != null) { + t2 = _this.___ShapeDecorationPainter__outerPath_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + canvas.drawPath$2(t2, t1); } _this._paintImage$2(canvas, configuration); _this._shape_decoration$_decoration.shape.paint$3$textDirection(canvas, rect, textDirection); @@ -220193,18 +223775,29 @@ call$1(shadow) { return shadow.toPaint$0(); }, - $signature: 2291 + $signature: 1197 }; A._ShapeDecorationPainter__precache_closure0.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: 2292 + $signature: 1198 }; A.StadiumBorder.prototype = { get$dimensions() { - var t1 = this.side.width; - return new A.EdgeInsets(t1, t1, t1, t1); + var t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + t1 = t1.width; + return new A.EdgeInsets(t1, t1, t1, t1); + case 1: + t1 = t1.width / 2; + return new A.EdgeInsets(t1, t1, t1, t1); + case 2: + return B.EdgeInsets_0_0_0_0; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, scale$1(_, t) { return new A.StadiumBorder(this.side.scale$1(0, t)); @@ -220219,7 +223812,7 @@ t1 = A.BorderSide_lerp(a.side, _this.side, t); return new A._StadiumToRoundedRectangleBorder(type$.BorderRadius._as(a.borderRadius), 1 - t, t1); } - return _this.super$ShapeBorder$lerpFrom(a, t); + return _this.super$OutlinedBorder$lerpFrom(a, t); }, lerpTo$2(b, t) { var t1, _this = this; @@ -220231,38 +223824,69 @@ t1 = A.BorderSide_lerp(_this.side, b.side, t); return new A._StadiumToRoundedRectangleBorder(type$.BorderRadius._as(b.borderRadius), t, t1); } - return _this.super$ShapeBorder$lerpTo(b, t); + return _this.super$OutlinedBorder$lerpTo(b, t); }, copyWith$1$side(side) { return new A.StadiumBorder(side == null ? this.side : side); }, getInnerPath$2$textDirection(rect, textDirection) { - var t1 = rect.get$shortestSide() / 2, - t2 = A.Path_Path(); - t2.addRRect$1(0, A.RRect$fromRectAndRadius(rect, new A.Radius(t1, t1)).inflate$1(-this.side.width)); - return t2; + var adjustedRect, + t1 = rect.get$shortestSide() / 2, + borderRect = A.RRect$fromRectAndRadius(rect, new A.Radius(t1, t1)); + t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-t1.width); + break; + case 1: + adjustedRect = borderRect.inflate$1(-(t1.width / 2)); + break; + case 2: + adjustedRect = borderRect; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t1 = A.Path_Path(); + t1.addRRect$1(adjustedRect); + return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = rect.get$shortestSide() / 2, t2 = A.Path_Path(); - t2.addRRect$1(0, A.RRect$fromRectAndRadius(rect, new A.Radius(t1, t1))); + t2.addRRect$1(A.RRect$fromRectAndRadius(rect, new A.Radius(t1, t1))); return t2; }, getOuterPath$1(rect) { return this.getOuterPath$2$textDirection(rect, null); }, paint$3$textDirection(canvas, rect, textDirection) { - var t2, + var t2, borderRect, adjustedRect, + _s80_ = string$.x60null_c, t1 = this.side; switch (t1.style.index) { case 0: break; case 1: t2 = rect.get$shortestSide() / 2; - canvas.drawRRect$2(0, A.RRect$fromRectAndRadius(rect, new A.Radius(t2, t2)).inflate$1(-(t1.width / 2)), t1.toPaint$0()); + borderRect = A.RRect$fromRectAndRadius(rect, new A.Radius(t2, t2)); + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-(t1.width / 2)); + break; + case 1: + adjustedRect = borderRect; + break; + case 2: + adjustedRect = borderRect.inflate$1(t1.width / 2); + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + canvas.drawRRect$2(adjustedRect, t1.toPaint$0()); break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } }, paint$2(canvas, rect) { @@ -220304,7 +223928,7 @@ t2.toString; return new A._StadiumToCircleBorder(t2, t1); } - return _this.super$ShapeBorder$lerpFrom(a, t); + return _this.super$OutlinedBorder$lerpFrom(a, t); }, lerpTo$2(b, t) { var t1, t2, _this = this; @@ -220320,7 +223944,7 @@ t2.toString; return new A._StadiumToCircleBorder(t2, t1); } - return _this.super$ShapeBorder$lerpTo(b, t); + return _this.super$OutlinedBorder$lerpTo(b, t); }, _stadium_border$_adjustRect$1(rect) { var t2, t3, t4, t5, t6, t7, delta, @@ -220343,12 +223967,12 @@ }, getInnerPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect)).inflate$1(-this.side.width)); + t1.addRRect$1(A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect)).inflate$1(-this.side.width)); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect))); + t1.addRRect$1(A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect))); return t1; }, getOuterPath$1(rect) { @@ -220359,7 +223983,8 @@ return new A._StadiumToCircleBorder(this.circleness, t1); }, paint$3$textDirection(canvas, rect, textDirection) { - var width, outer, inner, paint, + var width, borderRect, adjustedRect, + _s80_ = string$.x60null_c, t1 = this.side; switch (t1.style.index) { case 0: @@ -220367,17 +223992,27 @@ case 1: width = t1.width; if (width === 0) - canvas.drawRRect$2(0, A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect)), t1.toPaint$0()); + canvas.drawRRect$2(A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect)), t1.toPaint$0()); else { - outer = A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect)); - inner = outer.inflate$1(-width); - paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - paint.set$color(0, t1.color); - canvas.drawDRRect$3(0, outer, inner, paint); + borderRect = A.BorderRadius$circular(rect.get$shortestSide() / 2).toRRect$1(this._stadium_border$_adjustRect$1(rect)); + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-(width / 2)); + break; + case 1: + adjustedRect = borderRect; + break; + case 2: + adjustedRect = borderRect.inflate$1(width / 2); + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + canvas.drawRRect$2(adjustedRect, t1.toPaint$0()); } break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } }, paint$2(canvas, rect) { @@ -220422,7 +224057,7 @@ t3.toString; return new A._StadiumToRoundedRectangleBorder(t2, t3, t1); } - return _this.super$ShapeBorder$lerpFrom(a, t); + return _this.super$OutlinedBorder$lerpFrom(a, t); }, lerpTo$2(b, t) { var t1, t2, t3, _this = this; @@ -220440,7 +224075,7 @@ t3.toString; return new A._StadiumToRoundedRectangleBorder(t2, t3, t1); } - return _this.super$ShapeBorder$lerpTo(b, t); + return _this.super$OutlinedBorder$lerpTo(b, t); }, _stadium_border$_adjustBorderRadius$1(rect) { var t1 = rect.get$shortestSide() / 2; @@ -220449,13 +224084,29 @@ return t1; }, getInnerPath$2$textDirection(rect, textDirection) { - var t1 = A.Path_Path(); - t1.addRRect$1(0, this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect).inflate$1(-this.side.width)); + var adjustedRect, + borderRect = this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect), + t1 = this.side; + switch (t1.strokeAlign.index) { + case 0: + adjustedRect = borderRect.inflate$1(-t1.width); + break; + case 1: + adjustedRect = borderRect.inflate$1(-(t1.width / 2)); + break; + case 2: + adjustedRect = borderRect; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t1 = A.Path_Path(); + t1.addRRect$1(adjustedRect); return t1; }, getOuterPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); - t1.addRRect$1(0, this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect)); + t1.addRRect$1(this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect)); return t1; }, getOuterPath$1(rect) { @@ -220466,21 +224117,27 @@ return new A._StadiumToRoundedRectangleBorder(this.borderRadius, this.rectness, t1); }, paint$3$textDirection(canvas, rect, textDirection) { - var width, outer, inner, paint, - t1 = this.side; + var width, t2, outer, inner, paint, _this = this, + t1 = _this.side; switch (t1.style.index) { case 0: break; case 1: width = t1.width; if (width === 0) - canvas.drawRRect$2(0, this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect), t1.toPaint$0()); + canvas.drawRRect$2(_this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect), t1.toPaint$0()); else { - outer = this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect); - inner = outer.inflate$1(-width); - paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - paint.set$color(0, t1.color); - canvas.drawDRRect$3(0, outer, inner, paint); + t2 = t1.strokeAlign; + if (t2 === B.StrokeAlign_0) { + outer = _this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect); + inner = outer.inflate$1(-width); + paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + paint.set$color(0, t1.color); + canvas.drawDRRect$3(outer, inner, paint); + } else { + outer = t2 === B.StrokeAlign_1 ? _this._stadium_border$_adjustBorderRadius$1(rect).toRRect$1(rect) : _this._stadium_border$_adjustBorderRadius$1(rect.inflate$1(width)).toRRect$1(rect.inflate$1(width / 2)); + canvas.drawRRect$2(outer, t1.toPaint$0()); + } } break; default: @@ -220510,26 +224167,10 @@ return this._strut_style$_fontFamilyFallback; }, compareTo$1(_, other) { - var t1, _this = this; + var _this = this; if (_this === other) return B.RenderComparison_0; - if (_this.fontFamily == other.fontFamily) - if (_this.fontSize == other.fontSize) - if (_this.fontWeight == other.fontWeight) - if (_this.fontStyle == other.fontStyle) - if (_this.height == other.height) - t1 = _this.forceStrutHeight != other.forceStrutHeight || !A.listEquals0(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback()); - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - if (t1) + if (_this.fontFamily != other.fontFamily || _this.fontSize != other.fontSize || _this.fontWeight != other.fontWeight || _this.fontStyle != other.fontStyle || _this.height != other.height || _this.forceStrutHeight != other.forceStrutHeight || !A.listEquals0(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback())) return B.RenderComparison_3; return B.RenderComparison_0; }, @@ -220646,7 +224287,7 @@ this._textAlign = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._text_painter$_textDirection == value) return; @@ -220662,7 +224303,7 @@ _this.markNeedsLayout$0(); _this._layoutTemplate = null; }, - set$ellipsis(_, value) { + set$ellipsis(value) { if (this._ellipsis == value) return; this._ellipsis = value; @@ -220674,13 +224315,13 @@ this._text_painter$_locale = value; this.markNeedsLayout$0(); }, - set$maxLines(_, value) { + set$maxLines(value) { if (this._maxLines == value) return; this._maxLines = value; this.markNeedsLayout$0(); }, - set$strutStyle(_, value) { + set$strutStyle(value) { if (J.$eq$(this._strutStyle, value)) return; this._strutStyle = value; @@ -220693,13 +224334,13 @@ this.markNeedsLayout$0(); }, setPlaceholderDimensions$1(value) { - if (value == null || value.length === 0 || A.listEquals0(value, this._placeholderDimensions)) + if (value == null || value.length === 0 || A.listEquals0(value, this._text_painter$_placeholderDimensions)) return; - this._placeholderDimensions = value; + this._text_painter$_placeholderDimensions = value; this.markNeedsLayout$0(); }, _createParagraphStyle$1(defaultTextDirection) { - var t2, t3, t4, t5, t6, t7, t8, leadingDistribution, effectiveTextHeightBehavior, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _this = this, _null = null, + var t2, t3, t4, t5, effectiveTextHeightBehavior, t6, t7, t8, leadingDistribution, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _this = this, _null = null, t1 = _this._text_painter$_text.style; if (t1 == null) t1 = _null; @@ -220710,6 +224351,7 @@ t3 = defaultTextDirection; t4 = _this._text_painter$_textScaleFactor; t5 = _this._maxLines; + effectiveTextHeightBehavior = _this._text_painter$_textHeightBehavior; t6 = _this._ellipsis; t7 = _this._text_painter$_locale; t8 = _this._strutStyle; @@ -220767,10 +224409,10 @@ textStyle = t1 == null ? null : t1.getTextStyle$1$textScaleFactor(_this._text_painter$_textScaleFactor); } if (textStyle != null) - builder.pushStyle$1(0, textStyle); - builder.addText$1(0, " "); - t1 = builder.build$0(0); - t1.layout$1(0, B.ParagraphConstraints_C5f); + builder.pushStyle$1(textStyle); + builder.addText$1(" "); + t1 = builder.build$0(); + t1.layout$1(B.ParagraphConstraints_C5f); _this._layoutTemplate = t1; } return t1.get$height(t1); @@ -220802,14 +224444,14 @@ throw A.wrapException(A.StateError$("TextPainter.text must be set to a non-null value before using the TextPainter.")); builder = A.ParagraphBuilder_ParagraphBuilder(_this._createParagraphStyle$0()); t1 = _this._text_painter$_textScaleFactor; - text.build$3$dimensions$textScaleFactor(0, builder, _this._placeholderDimensions, t1); + text.build$3$dimensions$textScaleFactor(builder, _this._text_painter$_placeholderDimensions, t1); _this._inlinePlaceholderScales = builder.get$placeholderScales(); - _this._paragraph = builder.build$0(0); + _this._paragraph = builder.build$0(); _this._rebuildParagraphForPaint = false; }, _layoutParagraph$2(minWidth, maxWidth) { var t1, newWidth, _this = this; - _this._paragraph.layout$1(0, new A.ParagraphConstraints(maxWidth)); + _this._paragraph.layout$1(new A.ParagraphConstraints(maxWidth)); if (minWidth != maxWidth) { switch (_this._textWidthBasis.index) { case 1: @@ -220825,15 +224467,15 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - newWidth = B.JSNumber_methods.clamp$2(newWidth, minWidth, maxWidth); + newWidth = A.clampDouble(newWidth, minWidth, maxWidth); t1 = _this._paragraph; t1 = t1.get$width(t1); t1.toString; if (newWidth !== Math.ceil(t1)) - _this._paragraph.layout$1(0, new A.ParagraphConstraints(newWidth)); + _this._paragraph.layout$1(new A.ParagraphConstraints(newWidth)); } }, - layout$2$maxWidth$minWidth(_, maxWidth, minWidth) { + layout$2$maxWidth$minWidth(maxWidth, minWidth) { var _this = this, t1 = _this._paragraph == null; if (!t1 && minWidth == _this._lastMinWidth && maxWidth == _this._lastMaxWidth) @@ -220846,11 +224488,11 @@ _this._layoutParagraph$2(minWidth, maxWidth); _this._inlinePlaceholderBoxes = _this._paragraph.getBoxesForPlaceholders$0(); }, - layout$1$maxWidth($receiver, maxWidth) { - return this.layout$2$maxWidth$minWidth($receiver, maxWidth, 0); + layout$1$maxWidth(maxWidth) { + return this.layout$2$maxWidth$minWidth(maxWidth, 0); }, - layout$0($receiver) { - return this.layout$2$maxWidth$minWidth($receiver, 1 / 0, 0); + layout$0() { + return this.layout$2$maxWidth$minWidth(1 / 0, 0); }, paint$2(canvas, offset) { var t1, _this = this, @@ -220864,7 +224506,7 @@ } t1 = _this._paragraph; t1.toString; - canvas.drawParagraph$2(0, t1, offset); + canvas.drawParagraph$2(t1, offset); }, getOffsetAfter$1(offset) { var nextCodeUnit = this._text_painter$_text.codeUnitAt$1(0, offset); @@ -220906,21 +224548,23 @@ } box = B.JSArray_methods.get$first(boxes); if (t3) { - t1 = box.bottom; - return new A.Rect(_this.get$_emptyOffset()._dx, t1, _this.get$_emptyOffset()._dx, t1 + t1 - box.top); + t1 = _this.get$_emptyOffset(); + t2 = box.bottom; + return new A.Rect(t1._dx, t2, _this.get$_emptyOffset()._dx, t2 + t2 - box.top); } t1 = box.direction; caretEnd = t1 === B.TextDirection_1 ? box.right : box.left; dx = t1 === B.TextDirection_0 ? caretEnd - (caretPrototype.right - caretPrototype.left) : caretEnd; t1 = _this._paragraph; - t1 = J.clamp$2$n(dx, 0, t1.get$width(t1)); - t2 = _this._paragraph; - return new A.Rect(t1, box.top, B.JSNumber_methods.clamp$2(dx, 0, t2.get$width(t2)), box.bottom); + t1 = A.clampDouble(dx, 0, t1.get$width(t1)); + t2 = box.top; + t3 = _this._paragraph; + return new A.Rect(t1, t2, A.clampDouble(dx, 0, t3.get$width(t3)), box.bottom); } return null; }, _getRectFromDownstream$2(offset, caretPrototype) { - var t2, nextCodeUnit, needsSearch, graphemeClusterLength, boxes, nextRuneOffset, box, caretStart, dx, _this = this, + var t2, nextCodeUnit, needsSearch, graphemeClusterLength, boxes, nextRuneOffset, box, caretStart, dx, t3, _this = this, flattenedText = _this._text_painter$_text.toPlainText$1$includeSemanticsLabels(false), t1 = _this._text_painter$_text; t1.toString; @@ -220947,9 +224591,10 @@ caretStart = t1 === B.TextDirection_1 ? box.left : box.right; dx = t1 === B.TextDirection_0 ? caretStart - (caretPrototype.right - caretPrototype.left) : caretStart; t1 = _this._paragraph; - t1 = J.clamp$2$n(dx, 0, t1.get$width(t1)); - t2 = _this._paragraph; - return new A.Rect(t1, box.top, B.JSNumber_methods.clamp$2(dx, 0, t2.get$width(t2)), box.bottom); + t1 = A.clampDouble(dx, 0, t1.get$width(t1)); + t2 = box.top; + t3 = _this._paragraph; + return new A.Rect(t1, t2, A.clampDouble(dx, 0, t3.get$width(t3)), box.bottom); } return null; }, @@ -221007,7 +224652,7 @@ } t1 = rect != null; t2 = t1 ? new A.Offset(rect.left, rect.top) : _this.get$_emptyOffset(); - _this.__TextPainter__caretMetrics = new A._CaretMetrics(t2, t1 ? rect.bottom - rect.top : null); + _this.__TextPainter__caretMetrics_A = new A._CaretMetrics(t2, t1 ? rect.bottom - rect.top : null); _this._previousCaretPosition = position; _this._previousCaretPrototype = caretPrototype; }, @@ -221037,32 +224682,32 @@ t1.addPointer$1($event); } }, - build$3$dimensions$textScaleFactor(_, builder, dimensions, textScaleFactor) { + build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { var exception, stack, exception0, t2, _i, t1 = this.style, hasStyle = t1 != null; if (hasStyle) - builder.pushStyle$1(0, t1.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(t1.getTextStyle$1$textScaleFactor(textScaleFactor)); t1 = this.text; if (t1 != null) try { - builder.addText$1(0, t1); + builder.addText$1(t1); } catch (exception0) { t1 = A.unwrapException(exception0); if (t1 instanceof A.ArgumentError) { exception = t1; stack = A.getTraceFromException(exception0); A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "painting library", A.ErrorDescription$("while building a TextSpan"), null, null, false)); - builder.addText$1(0, "\ufffd"); + builder.addText$1("\ufffd"); } else throw exception0; } t1 = this.children; if (t1 != null) for (t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - J.build$3$dimensions$textScaleFactor$x(t1[_i], builder, dimensions, textScaleFactor); + t1[_i].build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor); if (hasStyle) - builder.pop$0(0); + builder.pop$0(); }, visitChildren$1(visitor) { var t1, t2, _i; @@ -221179,7 +224824,7 @@ return result; }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) @@ -221188,17 +224833,7 @@ return false; if (!_this.super$InlineSpan$$eq(0, other)) return false; - if (other instanceof A.TextSpan) - if (other.text == _this.text) - if (other.recognizer == _this.recognizer) - t1 = _this.mouseCursor.$eq(0, other.mouseCursor) && A.listEquals0(other.children, _this.children); - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.TextSpan && other.text == _this.text && other.recognizer == _this.recognizer && _this.mouseCursor.$eq(0, other.mouseCursor) && A.listEquals0(other.children, _this.children); }, get$hashCode(_) { var _this = this, _null = null, @@ -221214,7 +224849,7 @@ var t2, t1 = this.children; if (t1 == null) - return B.List_empty1; + return B.List_empty0; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DiagnosticsNode>"); return A.List_List$of(new A.MappedListIterable(t1, new A.TextSpan_debugDescribeChildren_closure(), t2), true, t2._eval$1("ListIterable.E")); }, @@ -221234,7 +224869,7 @@ else return A.DiagnosticsNode_DiagnosticsNode$message("", true, B.DiagnosticsTreeStyle_8); }, - $signature: 2300 + $signature: 1199 }; A.TextStyle.prototype = { get$fontFamilyFallback() { @@ -221259,7 +224894,7 @@ } return _this.fontFamily; }, - copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, inherit, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing) { + copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, inherit, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing) { var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, _this = this, t1 = inherit == null ? _this.inherit : inherit, t2 = _this.foreground; @@ -221291,43 +224926,43 @@ t20 = fontFamily == null ? _this.get$_text_style$_fontFamily(_this) : fontFamily; t21 = fontFamilyFallback == null ? _this.get$fontFamilyFallback() : fontFamilyFallback; t22 = $package == null ? _this._package : $package; - return A.TextStyle$(t4, t5, t3, null, t16, t17, t18, t19, t20, t21, t15, t6, t8, t7, t2, t12, t1, t13, t9, _this.locale, _this.overflow, t22, t14, t11, t10); + return A.TextStyle$(t4, t5, t3, null, t16, t17, t18, t19, t20, t21, t15, t6, t8, _this.fontVariations, t7, t2, t12, t1, t13, t9, _this.locale, _this.overflow, t22, t14, t11, t10); }, copyWith$0() { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, - copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, null, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing); + copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing) { + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, null, leadingDistribution, letterSpacing, locale, overflow, $package, shadows, textBaseline, wordSpacing); }, copyWith$1$color(color) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, color, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, color, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$2$color$fontSize(color, fontSize) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, color, null, null, null, null, null, null, null, null, fontSize, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, color, null, null, null, null, null, null, null, null, fontSize, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$1$letterSpacing(letterSpacing) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, letterSpacing, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, letterSpacing, null, null, null, null, null, null); }, copyWith$1$height(height) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, height, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, height, null, null, null, null, null, null, null, null, null); }, copyWith$1$fontWeight(fontWeight) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, fontWeight, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, fontWeight, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$1$fontSize(fontSize) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, fontSize, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, fontSize, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$1$inherit(inherit) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, inherit, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, inherit, null, null, null, null, null, null, null, null); }, copyWith$1$fontStyle(fontStyle) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, fontStyle, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, null, null, null, null, null, null, null, null, fontStyle, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$1$decoration(decoration) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, decoration, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, null, null, decoration, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$2$color$decoration(color, decoration) { - return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, color, null, decoration, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$26$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(null, null, color, null, decoration, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(color, decoration, decorationColor, decorationStyle, fontFamily, fontSizeDelta, fontSizeFactor) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, @@ -221355,13 +224990,13 @@ t11 = t11 == null ? _null : t11 + 0; t12 = _this.decorationThickness; t12 = t12 == null ? _null : t12 + 0; - return A.TextStyle$(t3, t4, t2, _null, _this.decoration, _this.decorationColor, _this.decorationStyle, t12, t5, t6, _this.fontFeatures, t7, _this.fontStyle, t8, t1, t11, _this.inherit, _this.leadingDistribution, t9, _this.locale, _this.overflow, _this._package, _this.shadows, _this.textBaseline, t10); + return A.TextStyle$(t3, t4, t2, _null, _this.decoration, _this.decorationColor, _this.decorationStyle, t12, t5, t6, _this.fontFeatures, t7, _this.fontStyle, _this.fontVariations, t8, t1, t11, _this.inherit, _this.leadingDistribution, t9, _this.locale, _this.overflow, _this._package, _this.shadows, _this.textBaseline, t10); }, apply$1$color(color) { return this.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(color, null, null, null, null, 0, 1); }, merge$1(other) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23; if (other == null) return this; if (!other.inherit) @@ -221381,14 +225016,15 @@ t13 = other.background; t14 = other.shadows; t15 = other.fontFeatures; - t16 = other.decoration; - t17 = other.decorationColor; - t18 = other.decorationStyle; - t19 = other.decorationThickness; - t20 = other.get$_text_style$_fontFamily(other); - t21 = other.get$fontFamilyFallback(); - t22 = other._package; - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(t13, t2, t1, null, t16, t17, t18, t19, t20, t21, t15, t3, t5, t4, t12, t9, t10, t6, t11, other.overflow, t22, t14, t8, t7); + t16 = other.fontVariations; + t17 = other.decoration; + t18 = other.decorationColor; + t19 = other.decorationStyle; + t20 = other.decorationThickness; + t21 = other.get$_text_style$_fontFamily(other); + t22 = other.get$fontFamilyFallback(); + t23 = other._package; + return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(t13, t2, t1, null, t17, t18, t19, t20, t21, t22, t15, t3, t5, t16, t4, t12, t9, t10, t6, t11, other.overflow, t23, t14, t8, t7); }, getTextStyle$1$textScaleFactor(textScaleFactor) { var t3, t4, _this = this, @@ -221405,110 +225041,42 @@ } else t3 = null; } - return A.TextStyle_TextStyle(t3, _this.color, _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontFamily, t1, _this.fontFeatures, t2, _this.fontStyle, _this.fontWeight, _this.foreground, _this.height, _this.leadingDistribution, _this.letterSpacing, _this.locale, _this.shadows, _this.textBaseline, _this.wordSpacing); + return A.TextStyle_TextStyle(t3, _this.color, _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontFamily, t1, _this.fontFeatures, t2, _this.fontStyle, _this.fontVariations, _this.fontWeight, _this.foreground, _this.height, _this.leadingDistribution, _this.letterSpacing, _this.locale, _this.shadows, _this.textBaseline, _this.wordSpacing); }, compareTo$1(_, other) { - var t1, _this = this; + var _this = this; if (_this === other) return B.RenderComparison_0; - if (_this.inherit === other.inherit) - if (_this.fontFamily == other.fontFamily) - if (_this.fontSize == other.fontSize) - if (_this.fontWeight == other.fontWeight) - if (_this.fontStyle == other.fontStyle) - if (_this.letterSpacing == other.letterSpacing) - if (_this.wordSpacing == other.wordSpacing) - if (_this.textBaseline == other.textBaseline) - if (_this.height == other.height) - if (_this.leadingDistribution == other.leadingDistribution) - t1 = _this.foreground != other.foreground || _this.background != other.background || !A.listEquals0(_this.shadows, other.shadows) || !A.listEquals0(_this.fontFeatures, other.fontFeatures) || !A.listEquals0(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback()) || false; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - else - t1 = true; - if (t1) + if (_this.inherit !== other.inherit || _this.fontFamily != other.fontFamily || _this.fontSize != other.fontSize || _this.fontWeight != other.fontWeight || _this.fontStyle != other.fontStyle || _this.letterSpacing != other.letterSpacing || _this.wordSpacing != other.wordSpacing || _this.textBaseline != other.textBaseline || _this.height != other.height || _this.leadingDistribution != other.leadingDistribution || _this.foreground != other.foreground || _this.background != other.background || !A.listEquals0(_this.shadows, other.shadows) || !A.listEquals0(_this.fontFeatures, other.fontFeatures) || !A.listEquals0(_this.fontVariations, other.fontVariations) || !A.listEquals0(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback()) || false) return B.RenderComparison_3; if (!J.$eq$(_this.color, other.color) || !J.$eq$(_this.backgroundColor, other.backgroundColor) || !J.$eq$(_this.decoration, other.decoration) || !J.$eq$(_this.decorationColor, other.decorationColor) || _this.decorationStyle != other.decorationStyle || _this.decorationThickness != other.decorationThickness) return B.RenderComparison_2; return B.RenderComparison_0; }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - if (other instanceof A.TextStyle) - if (other.inherit === _this.inherit) - if (J.$eq$(other.color, _this.color)) - if (J.$eq$(other.backgroundColor, _this.backgroundColor)) - if (other.fontSize == _this.fontSize) - if (other.fontWeight == _this.fontWeight) - if (other.fontStyle == _this.fontStyle) - if (other.letterSpacing == _this.letterSpacing) - if (other.wordSpacing == _this.wordSpacing) - if (other.textBaseline == _this.textBaseline) - if (other.height == _this.height) - if (other.leadingDistribution == _this.leadingDistribution) - t1 = other.foreground == _this.foreground && other.background == _this.background && A.listEquals0(other.shadows, _this.shadows) && A.listEquals0(other.fontFeatures, _this.fontFeatures) && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.decorationThickness == _this.decorationThickness && other.fontFamily == _this.fontFamily && A.listEquals0(other.get$fontFamilyFallback(), _this.get$fontFamilyFallback()) && other._package == _this._package && true; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.TextStyle && other.inherit === _this.inherit && J.$eq$(other.color, _this.color) && J.$eq$(other.backgroundColor, _this.backgroundColor) && other.fontSize == _this.fontSize && other.fontWeight == _this.fontWeight && other.fontStyle == _this.fontStyle && other.letterSpacing == _this.letterSpacing && other.wordSpacing == _this.wordSpacing && other.textBaseline == _this.textBaseline && other.height == _this.height && other.leadingDistribution == _this.leadingDistribution && other.foreground == _this.foreground && other.background == _this.background && A.listEquals0(other.shadows, _this.shadows) && A.listEquals0(other.fontFeatures, _this.fontFeatures) && A.listEquals0(other.fontVariations, _this.fontVariations) && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.decorationThickness == _this.decorationThickness && other.fontFamily == _this.fontFamily && A.listEquals0(other.get$fontFamilyFallback(), _this.get$fontFamilyFallback()) && other._package == _this._package && true; }, get$hashCode(_) { - var t2, t3, _this = this, + var t2, t3, _this = this, _null = null, t1 = _this.shadows; - t1 = t1 == null ? null : A.Object_hashAll(t1); + t1 = t1 == null ? _null : A.Object_hashAll(t1); t2 = _this.fontFeatures; - t2 = t2 == null ? null : A.Object_hashAll(t2); + t2 = t2 == null ? _null : A.Object_hashAll(t2); if (_this.get$fontFamilyFallback() == null) - t3 = null; + t3 = _null; else { t3 = _this.get$fontFamilyFallback(); t3.toString; t3 = A.Object_hashAll(t3); } - return A.Object_hash(_this.inherit, _this.color, _this.backgroundColor, _this.fontSize, _this.fontWeight, _this.fontStyle, _this.letterSpacing, _this.wordSpacing, _this.textBaseline, _this.height, _this.leadingDistribution, _this.locale, _this.foreground, _this.background, t1, t2, _this.decoration, _this.decorationColor, _this.decorationStyle, A.Object_hash(_this.decorationThickness, _this.fontFamily, t3, _this._package, _this.overflow, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue)); + return A.Object_hash(_this.inherit, _this.color, _this.backgroundColor, _this.fontSize, _this.fontWeight, _this.fontStyle, _this.letterSpacing, _this.wordSpacing, _this.textBaseline, _this.height, _this.leadingDistribution, _this.locale, _this.foreground, _this.background, t1, t2, _null, _this.decoration, _this.decorationColor, A.Object_hash(_this.decorationStyle, _this.decorationThickness, _this.fontFamily, t3, _this._package, _this.overflow, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue)); }, toStringShort$0() { return "TextStyle"; @@ -221518,7 +225086,7 @@ call$1(str) { return "packages/" + A.S(this.$this._package) + "/" + A.S(str); }, - $signature: 110 + $signature: 119 }; A._TextStyle_Object_Diagnosticable.prototype = {}; A.FrictionSimulation.prototype = { @@ -221660,42 +225228,46 @@ A.RenderAnimatedSize.prototype = { RenderAnimatedSize$8$alignment$child$clipBehavior$curve$duration$reverseDuration$textDirection$vsync(alignment, child, clipBehavior, curve, duration, reverseDuration, textDirection, vsync) { var t2, _this = this, - _s11_ = "_controller", t1 = A.AnimationController$(null, duration, reverseDuration, 1, null, vsync); t1.didRegisterListener$0(); t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; t2._observer_list$_list.push(new A.RenderAnimatedSize_closure(_this)); - A._lateWriteOnceCheck(_this.__RenderAnimatedSize__controller, _s11_); - _this.__RenderAnimatedSize__controller = t1; - t1 = A.CurvedAnimation$(curve, A._lateReadCheck(t1, _s11_), null); - A._lateWriteOnceCheck(_this.__RenderAnimatedSize__animation, "_animation"); - _this.__RenderAnimatedSize__animation = t1; + _this.__RenderAnimatedSize__controller_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__RenderAnimatedSize__controller_F = t1; + t1 = A.CurvedAnimation$(curve, t1, null); + _this.__RenderAnimatedSize__animation_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__RenderAnimatedSize__animation_F = t1; }, set$duration(_, value) { - var _s11_ = "_controller"; - if (value.$eq(0, A._lateReadCheck(this.__RenderAnimatedSize__controller, _s11_).duration)) + var t1 = this.__RenderAnimatedSize__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (value.$eq(0, t1.duration)) return; - A._lateReadCheck(this.__RenderAnimatedSize__controller, _s11_).duration = value; + t1.duration = value; }, set$reverseDuration(value) { - var _s11_ = "_controller"; - if (value == A._lateReadCheck(this.__RenderAnimatedSize__controller, _s11_).reverseDuration) + var t1 = this.__RenderAnimatedSize__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (value == t1.reverseDuration) return; - A._lateReadCheck(this.__RenderAnimatedSize__controller, _s11_).reverseDuration = value; + t1.reverseDuration = value; }, set$curve(_, value) { - var _s10_ = "_animation"; - if (value === A._lateReadCheck(this.__RenderAnimatedSize__animation, _s10_).curve) + var t1 = this.__RenderAnimatedSize__animation_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (value === t1.curve) return; - A._lateReadCheck(this.__RenderAnimatedSize__animation, _s10_).curve = value; + t1.curve = value; }, set$vsync(value) { - var _this = this; - if (value === _this._vsync) + var t1; + if (value === this._vsync) return; - _this._vsync = value; - A._lateReadCheck(_this.__RenderAnimatedSize__controller, "_controller").resync$1(_this._vsync); + this._vsync = value; + t1 = this.__RenderAnimatedSize__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.resync$1(value); }, attach$1(owner) { this.super$_RenderShiftedBox_RenderBox_RenderObjectWithChildMixin$attach(owner); @@ -221712,31 +225284,36 @@ } }, detach$0(_) { - A._lateReadCheck(this.__RenderAnimatedSize__controller, "_controller").stop$0(0); + var t1 = this.__RenderAnimatedSize__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); this.super$_RenderShiftedBox_RenderBox_RenderObjectWithChildMixin$detach(0); }, performLayout$0() { - var constraints, t1, t2, t3, _this = this, - _s11_ = "_controller"; - _this._animated_size$_lastValue = A._lateReadCheck(A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).__AnimationController__value, "_value"); - _this.__RenderAnimatedSize__hasVisualOverflow = false; + var t2, constraints, t3, t4, _this = this, + t1 = _this.__RenderAnimatedSize__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._animated_size$_lastValue = t2; + _this.__RenderAnimatedSize__hasVisualOverflow_A = false; constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - t1 = _this.RenderObjectWithChildMixin__child; - if (t1 != null) - t2 = constraints.minWidth >= constraints.maxWidth && constraints.minHeight >= constraints.maxHeight; + t2 = _this.RenderObjectWithChildMixin__child; + if (t2 != null) + t3 = constraints.minWidth >= constraints.maxWidth && constraints.minHeight >= constraints.maxHeight; else - t2 = true; - if (t2) { - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).stop$0(0); + t3 = true; + if (t3) { + t1.stop$0(0); t1 = _this._sizeTween; - _this._box$_size = t1.begin = t1.end = new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = t1.begin = t1.end = new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); _this._animated_size$_state = B.RenderAnimatedSizeState_0; t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) - t1.layout$1(0, constraints); + t1.layout$1(constraints); return; } - t1.layout$2$parentUsesSize(0, constraints, true); + t2.layout$2$parentUsesSize(constraints, true); switch (_this._animated_size$_state.index) { case 0: t1 = _this._sizeTween; @@ -221746,69 +225323,77 @@ _this._animated_size$_state = B.RenderAnimatedSizeState_1; break; case 1: - t1 = _this._sizeTween; - t2 = t1.end; - t3 = _this.RenderObjectWithChildMixin__child._box$_size; - t3.toString; - if (!J.$eq$(t2, t3)) { - t2 = _this._box$_size; - t2.toString; - t1.begin = t2; - t2 = _this.RenderObjectWithChildMixin__child._box$_size; - t2.toString; - t1.end = t2; + t2 = _this._sizeTween; + t3 = t2.end; + t4 = _this.RenderObjectWithChildMixin__child._box$_size; + t4.toString; + if (!J.$eq$(t3, t4)) { + t3 = _this._box$_size; + t3.toString; + t2.begin = t3; + t3 = _this.RenderObjectWithChildMixin__child._box$_size; + t3.toString; + t2.end = t3; _this._animated_size$_lastValue = 0; - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$1$from(0, 0); + t1.forward$1$from(0, 0); _this._animated_size$_state = B.RenderAnimatedSizeState_2; - } else if (A._lateReadCheck(A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).__AnimationController__value, "_value") === A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).upperBound) { - t2 = _this.RenderObjectWithChildMixin__child._box$_size; - t2.toString; - t1.begin = t1.end = t2; } else { - t2 = A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_)._ticker; - if (!(t2 != null && t2._ticker$_future != null)) - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$0(0); + t3 = t1.__AnimationController__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3 === t1.upperBound) { + t1 = _this.RenderObjectWithChildMixin__child._box$_size; + t1.toString; + t2.begin = t2.end = t1; + } else { + t3 = t1._ticker; + if (!(t3 != null && t3._ticker$_future != null)) + t1.forward$0(0); + } } + t1 = t2; break; case 2: - t1 = _this._sizeTween; - t2 = t1.end; - t3 = _this.RenderObjectWithChildMixin__child._box$_size; - t3.toString; - if (!J.$eq$(t2, t3)) { - t2 = _this.RenderObjectWithChildMixin__child._box$_size; - t2.toString; - t1.begin = t1.end = t2; + t2 = _this._sizeTween; + t3 = t2.end; + t4 = _this.RenderObjectWithChildMixin__child._box$_size; + t4.toString; + if (!J.$eq$(t3, t4)) { + t3 = _this.RenderObjectWithChildMixin__child._box$_size; + t3.toString; + t2.begin = t2.end = t3; _this._animated_size$_lastValue = 0; - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$1$from(0, 0); + t1.forward$1$from(0, 0); _this._animated_size$_state = B.RenderAnimatedSizeState_3; } else { _this._animated_size$_state = B.RenderAnimatedSizeState_1; - t2 = A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_)._ticker; - if (!(t2 != null && t2._ticker$_future != null)) - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$0(0); + t3 = t1._ticker; + if (!(t3 != null && t3._ticker$_future != null)) + t1.forward$0(0); } + t1 = t2; break; case 3: - t1 = _this._sizeTween; - t2 = t1.end; - t3 = _this.RenderObjectWithChildMixin__child._box$_size; - t3.toString; - if (!J.$eq$(t2, t3)) { - t2 = _this.RenderObjectWithChildMixin__child._box$_size; - t2.toString; - t1.begin = t1.end = t2; + t2 = _this._sizeTween; + t3 = t2.end; + t4 = _this.RenderObjectWithChildMixin__child._box$_size; + t4.toString; + if (!J.$eq$(t3, t4)) { + t3 = _this.RenderObjectWithChildMixin__child._box$_size; + t3.toString; + t2.begin = t2.end = t3; _this._animated_size$_lastValue = 0; - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$1$from(0, 0); + t1.forward$1$from(0, 0); } else { - A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).stop$0(0); + t1.stop$0(0); _this._animated_size$_state = B.RenderAnimatedSizeState_1; } + t1 = t2; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t2 = A._lateReadCheck(_this.__RenderAnimatedSize__animation, "_animation"); + t2 = _this.__RenderAnimatedSize__animation_F; + t2 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.transform$1(0, t2.get$value(t2)); t2.toString; _this._box$_size = constraints.constrain$1(t2); @@ -221817,18 +225402,17 @@ t3 = t2._dx; t1 = t1.end; if (t3 < t1._dx || t2._dy < t1._dy) - _this.__RenderAnimatedSize__hasVisualOverflow = true; + _this.__RenderAnimatedSize__hasVisualOverflow_A = true; }, computeDryLayout$1(constraints) { - var t2, childSize, _this = this, - _s11_ = "_controller", + var t2, childSize, t3, _this = this, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) t2 = constraints.minWidth >= constraints.maxWidth && constraints.minHeight >= constraints.maxHeight; else t2 = true; if (t2) - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); childSize = t1.getDryLayout$1(constraints); switch (_this._animated_size$_state.index) { case 0: @@ -221839,8 +225423,14 @@ t1 = _this._box$_size; t1.toString; return constraints.constrain$1(t1); - } else if (A._lateReadCheck(A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).__AnimationController__value, "_value") === A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).upperBound) - return constraints.constrain$1(childSize); + } else { + t2 = _this.__RenderAnimatedSize__controller_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.__AnimationController__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3 === t2.upperBound) + return constraints.constrain$1(childSize); + } break; case 3: case 2: @@ -221851,34 +225441,46 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t2 = A._lateReadCheck(_this.__RenderAnimatedSize__animation, "_animation"); + t2 = _this.__RenderAnimatedSize__animation_F; + t2 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.transform$1(0, t2.get$value(t2)); t2.toString; return constraints.constrain$1(t2); }, paint$2(context, offset) { - var t3, _this = this, - t1 = _this.RenderObjectWithChildMixin__child != null && A._lateReadCheck(_this.__RenderAnimatedSize__hasVisualOverflow, "_hasVisualOverflow") && _this._animated_size$_clipBehavior !== B.Clip_0, - t2 = _this._clipRectLayer; + var t1, t2, t3, t4, _this = this; + if (_this.RenderObjectWithChildMixin__child != null) { + t1 = _this.__RenderAnimatedSize__hasVisualOverflow_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 && _this._animated_size$_clipBehavior !== B.Clip_0; + } else + t1 = false; + t2 = _this._clipRectLayer; if (t1) { t1 = _this._box$_size; t3 = t1._dx; t1 = t1._dy; - t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"), offset, new A.Rect(0, 0, 0 + t3, 0 + t1), A.RenderShiftedBox.prototype.get$paint.call(_this), _this._animated_size$_clipBehavior, t2._layer)); + t4 = _this.__RenderObject__needsCompositing_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t4, offset, new A.Rect(0, 0, 0 + t3, 0 + t1), A.RenderShiftedBox.prototype.get$paint.call(_this), _this._animated_size$_clipBehavior, t2._layer)); } else { t2.set$layer(0, null); _this.super$RenderShiftedBox$paint(context, offset); } }, - dispose$0(_) { + dispose$0() { this._clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); } }; A.RenderAnimatedSize_closure.prototype = { call$0() { - var t1 = this.$this; - if (A._lateReadCheck(A._lateReadCheck(t1.__RenderAnimatedSize__controller, "_controller").__AnimationController__value, "_value") != t1._animated_size$_lastValue) + var t1 = this.$this, + t2 = t1.__RenderAnimatedSize__controller_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 != t1._animated_size$_lastValue) t1.markNeedsLayout$0(); }, $signature: 0 @@ -221886,11 +225488,12 @@ A.RendererBinding.prototype = { handleMetricsChanged$0() { var _this = this, - _s14_ = "_pipelineOwner", - t1 = A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_)._rootNode; + t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._rootNode; t1.toString; t1.set$configuration(_this.createViewConfiguration$0()); - if (A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_)._rootNode.RenderObjectWithChildMixin__child != null) + if (_this.RendererBinding___RendererBinding__pipelineOwner_A._rootNode.RenderObjectWithChildMixin__child != null) _this.scheduleForcedFrame$0(); }, handleTextScaleFactorChanged$0() { @@ -221906,25 +225509,31 @@ }, _handleSemanticsEnabledChanged$0() { var t1, _this = this; - if ($.$get$EnginePlatformDispatcher__instance()._configuration.semanticsEnabled) { - if (_this.RendererBinding__semanticsHandle == null) - _this.RendererBinding__semanticsHandle = A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner").ensureSemantics$0(); + if ($.$get$EnginePlatformDispatcher__instance().configuration.semanticsEnabled) { + if (_this.RendererBinding__semanticsHandle == null) { + t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.RendererBinding__semanticsHandle = t1.ensureSemantics$0(); + } } else { t1 = _this.RendererBinding__semanticsHandle; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RendererBinding__semanticsHandle = null; } }, setSemanticsEnabled$1(enabled) { var t1, _this = this; if (enabled) { - if (_this.RendererBinding__semanticsHandle == null) - _this.RendererBinding__semanticsHandle = A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner").ensureSemantics$0(); + if (_this.RendererBinding__semanticsHandle == null) { + t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.RendererBinding__semanticsHandle = t1.ensureSemantics$0(); + } } else { t1 = _this.RendererBinding__semanticsHandle; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RendererBinding__semanticsHandle = null; } }, @@ -221932,20 +225541,26 @@ B.MethodChannel_NIe._invokeMethod$1$3$arguments$missingOk("first-frame", null, false, type$.void); }, _handleSemanticsAction$3(id, action, args) { - var t1 = A._lateReadCheck(this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._semanticsOwner; + var t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._semanticsOwner; if (t1 != null) t1.performAction$3(id, action, null); }, _handleSemanticsOwnerCreated$0() { var t2, - t1 = A._lateReadCheck(this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode; + t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._rootNode; t1.toString; t2 = type$.nullable_PipelineOwner; t2._as(A.AbstractNode.prototype.get$owner.call(t1))._nodesNeedingSemantics.add$1(0, t1); t2._as(A.AbstractNode.prototype.get$owner.call(t1)).requestVisualUpdate$0(); }, _handleSemanticsOwnerDisposed$0() { - A._lateReadCheck(this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.clearSemantics$0(); + var t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._rootNode.clearSemantics$0(); }, _handlePersistentFrameCallback$1(timeStamp) { this.drawFrame$0(); @@ -221961,13 +225576,14 @@ }, drawFrame$0() { var _this = this, - _s14_ = "_pipelineOwner"; - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_).flushLayout$0(); - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_).flushCompositingBits$0(); - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_).flushPaint$0(); + t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.flushLayout$0(); + _this.RendererBinding___RendererBinding__pipelineOwner_A.flushCompositingBits$0(); + _this.RendererBinding___RendererBinding__pipelineOwner_A.flushPaint$0(); if (_this.RendererBinding__firstFrameSent || _this.RendererBinding__firstFrameDeferredCount === 0) { - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_)._rootNode.compositeFrame$0(); - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_).flushSemantics$0(); + _this.RendererBinding___RendererBinding__pipelineOwner_A._rootNode.compositeFrame$0(); + _this.RendererBinding___RendererBinding__pipelineOwner_A.flushSemantics$0(); _this.RendererBinding__firstFrameSent = true; } }, @@ -221979,9 +225595,11 @@ var t1 = this.$this, t2 = t1.RendererBinding__mouseTracker; t2.toString; - t2.updateAllDevices$1(A._lateReadCheck(t1.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.get$hitTestMouseTrackers()); + t1 = t1.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2.updateAllDevices$1(t1._rootNode.get$hitTestMouseTrackers()); }, - $signature: 24 + $signature: 19 }; A.BoxConstraints.prototype = { copyWith$4$maxHeight$maxWidth$minHeight$minWidth(maxHeight, maxWidth, minHeight, minWidth) { @@ -222018,24 +225636,24 @@ var t4, _this = this, t1 = constraints.minWidth, t2 = constraints.maxWidth, - t3 = J.clamp$2$n(_this.minWidth, t1, t2); - t2 = J.clamp$2$n(_this.maxWidth, t1, t2); + t3 = A.clampDouble(_this.minWidth, t1, t2); + t2 = A.clampDouble(_this.maxWidth, t1, t2); t1 = constraints.minHeight; t4 = constraints.maxHeight; - return new A.BoxConstraints(t3, t2, J.clamp$2$n(_this.minHeight, t1, t4), J.clamp$2$n(_this.maxHeight, t1, t4)); + return new A.BoxConstraints(t3, t2, A.clampDouble(_this.minHeight, t1, t4), A.clampDouble(_this.maxHeight, t1, t4)); }, tighten$2$height$width(height, width) { var t5, t6, _this = this, t1 = width == null, t2 = _this.minWidth, - t3 = t1 ? t2 : B.JSNumber_methods.clamp$2(width, t2, _this.maxWidth), + t3 = t1 ? t2 : A.clampDouble(width, t2, _this.maxWidth), t4 = _this.maxWidth; - t1 = t1 ? t4 : B.JSNumber_methods.clamp$2(width, t2, t4); + t1 = t1 ? t4 : A.clampDouble(width, t2, t4); t2 = height == null; t4 = _this.minHeight; - t5 = t2 ? t4 : B.JSNumber_methods.clamp$2(height, t4, _this.maxHeight); + t5 = t2 ? t4 : A.clampDouble(height, t4, _this.maxHeight); t6 = _this.maxHeight; - return new A.BoxConstraints(t3, t1, t5, t2 ? t6 : B.JSNumber_methods.clamp$2(height, t4, t6)); + return new A.BoxConstraints(t3, t1, t5, t2 ? t6 : A.clampDouble(height, t4, t6)); }, tighten$1$height(height) { return this.tighten$2$height$width(height, null); @@ -222045,14 +225663,14 @@ }, constrain$1(size) { var _this = this; - return new A.Size(J.clamp$2$n(size._dx, _this.minWidth, _this.maxWidth), J.clamp$2$n(size._dy, _this.minHeight, _this.maxHeight)); + return new A.Size(A.clampDouble(size._dx, _this.minWidth, _this.maxWidth), A.clampDouble(size._dy, _this.minHeight, _this.maxHeight)); }, constrainSizeAndAttemptToPreserveAspectRatio$1(size) { var width1, height, aspectRatio, height0, height1, _this = this, width = _this.minWidth, width0 = _this.maxWidth; if (width >= width0 && _this.minHeight >= _this.maxHeight) - return new A.Size(B.JSInt_methods.clamp$2(0, width, width0), B.JSInt_methods.clamp$2(0, _this.minHeight, _this.maxHeight)); + return new A.Size(A.clampDouble(0, width, width0), A.clampDouble(0, _this.minHeight, _this.maxHeight)); width1 = size._dx; height = size._dy; aspectRatio = width1 / height; @@ -222074,7 +225692,7 @@ width1 = height1 * aspectRatio; height = height1; } - return new A.Size(B.JSNumber_methods.clamp$2(width1, width, width0), B.JSNumber_methods.clamp$2(height, height1, height0)); + return new A.Size(A.clampDouble(width1, width, width0), A.clampDouble(height, height1, height0)); }, get$isTight() { var _this = this; @@ -222133,7 +225751,7 @@ return dim + "=" + J.toStringAsFixed$1$n(min, 1); return J.toStringAsFixed$1$n(min, 1) + "<=" + dim + "<=" + J.toStringAsFixed$1$n(max, 1); }, - $signature: 2302 + $signature: 1202 }; A.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform(hitTest, position, transform) { @@ -222223,7 +225841,7 @@ _computeIntrinsicDimension$3(dimension, argument, computer) { var t1, result; if ($.debugProfileLayoutsEnabled || $.RenderBox__debugIntrinsicsDepth === 0) - A.Timeline_startSync(A.getRuntimeType(this).toString$0(0) + " intrinsics", B.Map_9aZ6I, null); + A.Timeline_startSync(A.getRuntimeType(this).toString$0(0) + " intrinsics", null, null); $.RenderBox__debugIntrinsicsDepth = $.RenderBox__debugIntrinsicsDepth + 1; t1 = this._cachedIntrinsicDimensions; if (t1 == null) @@ -222250,7 +225868,7 @@ getDryLayout$1(constraints) { var t1, result, _this = this; if ($.debugProfileLayoutsEnabled || $.RenderBox__debugIntrinsicsDepth === 0) - A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0) + ".getDryLayout", B.Map_9aZ6I, null); + A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0) + ".getDryLayout", null, null); $.RenderBox__debugIntrinsicsDepth = $.RenderBox__debugIntrinsicsDepth + 1; t1 = _this._cachedDryLayoutSizes; if (t1 == null) @@ -222292,7 +225910,7 @@ get$constraints() { return type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this)); }, - markNeedsLayout$0() { + _clearCachedData$0() { var t3, _this = this, t1 = _this._cachedBaselines, t2 = t1 == null; @@ -222314,13 +225932,38 @@ t1 = _this._cachedDryLayoutSizes; if (t1 != null) t1.clear$0(0); - if (_this.get$parent(_this) instanceof A.RenderObject) { - _this.markParentNeedsLayout$0(); - return; - } + return true; + } + return false; + }, + markNeedsLayout$0() { + var _this = this; + if (_this._clearCachedData$0() && _this.get$parent(_this) instanceof A.RenderObject) { + _this.markParentNeedsLayout$0(); + return; } _this.super$RenderObject$markNeedsLayout(); }, + layout$2$parentUsesSize(constraints, parentUsesSize) { + var t1, _this = this; + if (_this._box$_size != null) + if (!J.$eq$(constraints, _this.get$constraints())) { + t1 = _this._cachedBaselines; + t1 = t1 != null && t1._length !== 0; + } else + t1 = false; + else + t1 = false; + if (t1) { + t1 = _this._cachedBaselines; + if (t1 != null) + t1.clear$0(0); + } + _this.super$RenderObject$layout(constraints, parentUsesSize); + }, + layout$1(constraints) { + return this.layout$2$parentUsesSize(constraints, false); + }, performResize$0() { this._box$_size = this.computeDryLayout$1(this.get$constraints()); }, @@ -222384,19 +226027,19 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 511 + $signature: 468 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 2306 + $signature: 1203 }; A.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 2308 + $signature: 1206 }; A.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1(baseline) { @@ -222472,7 +226115,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -222491,7 +226134,7 @@ layoutChild$2(childId, constraints) { var t1, child = this._idToChild.$index(0, childId); - child.layout$2$parentUsesSize(0, constraints, true); + child.layout$2$parentUsesSize(constraints, true); t1 = child._box$_size; t1.toString; return t1; @@ -222549,7 +226192,7 @@ }, computeMinIntrinsicWidth$1(height) { var t1 = A.BoxConstraints$tightForFinite(height, 1 / 0), - width = t1.constrain$1(new A.Size(B.JSInt_methods.clamp$2(1 / 0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t1.minHeight, t1.maxHeight)))._dx; + width = t1.constrain$1(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight)))._dx; width.toString; if (isFinite(width)) return width; @@ -222557,7 +226200,7 @@ }, computeMaxIntrinsicWidth$1(height) { var t1 = A.BoxConstraints$tightForFinite(height, 1 / 0), - width = t1.constrain$1(new A.Size(B.JSInt_methods.clamp$2(1 / 0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t1.minHeight, t1.maxHeight)))._dx; + width = t1.constrain$1(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight)))._dx; width.toString; if (isFinite(width)) return width; @@ -222565,7 +226208,7 @@ }, computeMinIntrinsicHeight$1(width) { var t1 = A.BoxConstraints$tightForFinite(1 / 0, width), - height = t1.constrain$1(new A.Size(B.JSInt_methods.clamp$2(1 / 0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t1.minHeight, t1.maxHeight)))._dy; + height = t1.constrain$1(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight)))._dy; height.toString; if (isFinite(height)) return height; @@ -222573,19 +226216,19 @@ }, computeMaxIntrinsicHeight$1(width) { var t1 = A.BoxConstraints$tightForFinite(1 / 0, width), - height = t1.constrain$1(new A.Size(B.JSInt_methods.clamp$2(1 / 0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t1.minHeight, t1.maxHeight)))._dy; + height = t1.constrain$1(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight)))._dy; height.toString; if (isFinite(height)) return height; return 0; }, computeDryLayout$1(constraints) { - return constraints.constrain$1(new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight))); + return constraints.constrain$1(new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight))); }, performLayout$0() { var _this = this, t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - t1 = t1.constrain$1(new A.Size(B.JSInt_methods.clamp$2(1 / 0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t1.minHeight, t1.maxHeight))); + t1 = t1.constrain$1(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight))); _this._box$_size = t1; _this._custom_layout$_delegate._callPerformLayout$2(t1, _this.ContainerRenderObjectMixin__firstChild); }, @@ -222829,7 +226472,7 @@ t2.toString; backgroundSemantics = t1.call$1(t2); } else - backgroundSemantics = B.List_empty23; + backgroundSemantics = B.List_empty24; _this._backgroundSemanticsNodes = A.RenderCustomPaint__updateSemanticsChildren(_this._backgroundSemanticsNodes, backgroundSemantics); t1 = _this._foregroundSemanticsBuilder; if (t1 != null) { @@ -222837,7 +226480,7 @@ t2.toString; foregroundSemantics = t1.call$1(t2); } else - foregroundSemantics = B.List_empty23; + foregroundSemantics = B.List_empty24; _this._foregroundSemanticsNodes = A.RenderCustomPaint__updateSemanticsChildren(_this._foregroundSemanticsNodes, foregroundSemantics); t1 = _this._backgroundSemanticsNodes; hasBackgroundSemantics = t1 != null && !t1.get$isEmpty(t1); @@ -222888,14 +226531,12 @@ return _this._isValid; }, _getTextPositionForLine$1(lineNumber) { - var t2, t3, newOffset, position, _this = this, + var newOffset, position, _this = this, t1 = _this._positionCache, cachedPosition = t1.$index(0, lineNumber); if (cachedPosition != null) return cachedPosition; - t2 = _this._currentOffset._dx; - t3 = _this._lineMetrics[lineNumber]; - newOffset = new A.Offset(t2, t3.get$baseline(t3)); + newOffset = new A.Offset(_this._currentOffset._dx, _this._lineMetrics[lineNumber].get$baseline()); position = new A.MapEntry(newOffset, _this._editable._editable$_textPainter._paragraph.getPositionForOffset$1(newOffset), type$.MapEntry_Offset_TextPosition); t1.$indexSet(0, lineNumber, position); return position; @@ -222931,8 +226572,8 @@ if (!(child.parentData instanceof A.TextParentData)) child.parentData = new A.TextParentData(null, null, B.Offset_0_0); }, - dispose$0(_) { - var _this = this, + dispose$0() { + var t2, _this = this, t1 = _this._foregroundRenderObject; if (t1 != null) t1._layerHandle.set$layer(0, null); @@ -222952,7 +226593,14 @@ t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; } - _this.super$RenderObject$dispose(0); + t1 = _this._selectionStartInViewport; + t2 = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + t1 = _this._selectionEndInViewport; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + _this.super$RenderObject$dispose(); }, _updateForegroundPainter$1(newPainter) { var foregroundRenderObject, _this = this, @@ -222967,7 +226615,7 @@ _this._editable$_foregroundPainter = newPainter; }, _editable$_extractPlaceholderSpans$1(span) { - this.__RenderEditable__placeholderSpans = A._setArrayType([], type$.JSArray_PlaceholderSpan); + this.__RenderEditable__placeholderSpans_A = A._setArrayType([], type$.JSArray_PlaceholderSpan); span.visitChildren$1(new A.RenderEditable__extractPlaceholderSpans_closure(this)); }, _updatePainter$1(newPainter) { @@ -222984,12 +226632,12 @@ }, get$_caretPainter() { var t1, t2, _this = this, - value = _this.__RenderEditable__caretPainter; + value = _this.__RenderEditable__caretPainter_FI; if (value === $) { t1 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateInitializeOnceCheck(_this.__RenderEditable__caretPainter, "_caretPainter"); - value = _this.__RenderEditable__caretPainter = new A._FloatingCursorPainter(_this.get$_onCaretChanged(), t1, B.Offset_0_0, t2); + _this.__RenderEditable__caretPainter_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__RenderEditable__caretPainter_FI = new A._FloatingCursorPainter(_this.get$_onCaretChanged(), t1, B.Offset_0_0, t2); } return value; }, @@ -223020,7 +226668,7 @@ this.onCaretChanged.call$1(caretRect); this._lastCaretRect = caretRect; }, - set$textHeightBehavior(_, value) { + set$textHeightBehavior(value) { return; }, set$textWidthBasis(value) { @@ -223104,11 +226752,11 @@ t1.set$textAlign(0, value); this.markNeedsTextLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var t1 = this._editable$_textPainter; if (t1._text_painter$_textDirection == value) return; - t1.set$textDirection(0, value); + t1.set$textDirection(value); this.markNeedsTextLayout$0(); this.markNeedsSemanticsUpdate$0(); }, @@ -223119,11 +226767,11 @@ t1.set$locale(0, value); this.markNeedsTextLayout$0(); }, - set$strutStyle(_, value) { + set$strutStyle(value) { var t1 = this._editable$_textPainter; if (J.$eq$(t1._strutStyle, value)) return; - t1.set$strutStyle(0, value); + t1.set$strutStyle(value); this.markNeedsTextLayout$0(); }, set$showCursor(value) { @@ -223160,7 +226808,7 @@ this._readOnly = value; this.markNeedsSemanticsUpdate$0(); }, - set$maxLines(_, value) { + set$maxLines(value) { if (this._editable$_maxLines == value) return; this._editable$_maxLines = value; @@ -223284,7 +226932,7 @@ for (t4 = info.stringAttributes, t5 = t4.length, _i0 = 0; _i0 < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i0) { infoAttribute = t4[_i0]; originalRange = infoAttribute.range; - attributes.push(infoAttribute.copy$1$range(0, new A.TextRange(offset + originalRange.start, offset + originalRange.end))); + attributes.push(infoAttribute.copy$1$range(new A.TextRange(offset + originalRange.start, offset + originalRange.end))); } t4 = buffer._contents += A.S(label); offset += label.length; @@ -223405,7 +227053,7 @@ currentRect = new A.Rect(t12, t13, t8, t10); configuration = A.SemanticsConfiguration$(); ordinal0 = ordinal + 1; - configuration._semantics$_sortKey = new A.OrdinalSortKey(ordinal, _null); + configuration._sortKey = new A.OrdinalSortKey(ordinal, _null); configuration._hasBeenAnnotated = true; configuration._semantics$_textDirection = currentDirection; t11 = info.semanticsLabel; @@ -223416,7 +227064,7 @@ t2 = recognizer.onTap; if (t2 != null) { configuration._addArgumentlessAction$2(B.SemanticsAction_1, t2); - configuration._semantics$_onTap = t2; + configuration._onTap = t2; configuration._setFlag$2(B.SemanticsFlag_4194304, true); } } @@ -223480,42 +227128,42 @@ _handleSetSelection$1(selection) { this._setSelection$2(selection, B.SelectionChangedCause_4); }, - _handleMoveCursorForwardByCharacter$1(extentSelection) { + _handleMoveCursorForwardByCharacter$1(extendSelection) { var _this = this, extentOffset = _this._editable$_textPainter.getOffsetAfter$1(_this._selection.extentOffset); if (extentOffset == null) return; - _this._setSelection$2(A.TextSelection$(B.TextAffinity_1, !extentSelection ? extentOffset : _this._selection.baseOffset, extentOffset, false), B.SelectionChangedCause_4); + _this._setSelection$2(A.TextSelection$(B.TextAffinity_1, !extendSelection ? extentOffset : _this._selection.baseOffset, extentOffset, false), B.SelectionChangedCause_4); }, - _handleMoveCursorBackwardByCharacter$1(extentSelection) { + _handleMoveCursorBackwardByCharacter$1(extendSelection) { var _this = this, extentOffset = _this._editable$_textPainter.getOffsetBefore$1(_this._selection.extentOffset); if (extentOffset == null) return; - _this._setSelection$2(A.TextSelection$(B.TextAffinity_1, !extentSelection ? extentOffset : _this._selection.baseOffset, extentOffset, false), B.SelectionChangedCause_4); + _this._setSelection$2(A.TextSelection$(B.TextAffinity_1, !extendSelection ? extentOffset : _this._selection.baseOffset, extentOffset, false), B.SelectionChangedCause_4); }, - _handleMoveCursorForwardByWord$1(extentSelection) { + _handleMoveCursorForwardByWord$1(extendSelection) { var baseOffset, _this = this, t1 = _this._selection.get$extent(), - nextWord = _this._getNextWord$1(_this._editable$_textPainter._paragraph.getWordBoundary$1(0, t1).end); + nextWord = _this._getNextWord$1(_this._editable$_textPainter._paragraph.getWordBoundary$1(t1).end); if (nextWord == null) return; - baseOffset = extentSelection ? _this._selection.baseOffset : nextWord.start; + baseOffset = extendSelection ? _this._selection.baseOffset : nextWord.start; _this._setSelection$2(A.TextSelection$(B.TextAffinity_1, baseOffset, nextWord.start, false), B.SelectionChangedCause_4); }, - _handleMoveCursorBackwardByWord$1(extentSelection) { + _handleMoveCursorBackwardByWord$1(extendSelection) { var baseOffset, _this = this, t1 = _this._selection.get$extent(), - previousWord = _this._getPreviousWord$1(_this._editable$_textPainter._paragraph.getWordBoundary$1(0, t1).start - 1); + previousWord = _this._getPreviousWord$1(_this._editable$_textPainter._paragraph.getWordBoundary$1(t1).start - 1); if (previousWord == null) return; - baseOffset = extentSelection ? _this._selection.baseOffset : previousWord.start; + baseOffset = extendSelection ? _this._selection.baseOffset : previousWord.start; _this._setSelection$2(A.TextSelection$(B.TextAffinity_1, baseOffset, previousWord.start, false), B.SelectionChangedCause_4); }, _getNextWord$1(offset) { var t1, range, t2; for (t1 = this._editable$_textPainter; true;) { - range = t1._paragraph.getWordBoundary$1(0, new A.TextPosition(offset, B.TextAffinity_1)); + range = t1._paragraph.getWordBoundary$1(new A.TextPosition(offset, B.TextAffinity_1)); t2 = range.start; t2 = !(t2 >= 0 && range.end >= 0) || t2 === range.end; if (t2) @@ -223528,7 +227176,7 @@ _getPreviousWord$1(offset) { var t1, range, t2; for (t1 = this._editable$_textPainter; offset >= 0;) { - range = t1._paragraph.getWordBoundary$1(0, new A.TextPosition(offset, B.TextAffinity_1)); + range = t1._paragraph.getWordBoundary$1(new A.TextPosition(offset, B.TextAffinity_1)); t2 = range.start; t2 = !(t2 >= 0 && range.end >= 0) || t2 === range.end; if (t2) @@ -223550,7 +227198,7 @@ return true; }, attach$1(owner) { - var t1, _this = this, _null = null; + var t1, _this = this; _this.super$_RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin$attach(owner); t1 = _this._foregroundRenderObject; if (t1 != null) @@ -223559,24 +227207,26 @@ if (t1 != null) t1.attach$1(owner); t1 = A.TapGestureRecognizer$(_this); - t1.onTapDown = _this.get$_editable$_handleTapDown(); + t1.onTapDown = _this.get$_handleTapDown(); t1.onTap = _this.get$_editable$_handleTap(); - _this.__RenderEditable__tap = t1; - t1 = A.LongPressGestureRecognizer$(_this, _null, _null, _null, _null); - t1.onLongPress = _this.get$_editable$_handleLongPress(); - _this.__RenderEditable__longPress = t1; + _this.__RenderEditable__tap_A = t1; + t1 = A.LongPressGestureRecognizer$(_this, null, null); + t1.onLongPress = _this.get$_handleLongPress(); + _this.__RenderEditable__longPress_A = t1; _this._editable$_offset.addListener$1(0, _this.get$markNeedsPaint()); _this.get$_caretPainter().set$shouldPaint(_this._showCursor._change_notifier$_value); _this._showCursor.addListener$1(0, _this.get$_showHideCursor()); }, detach$0(_) { var _this = this, - t1 = A._lateReadCheck(_this.__RenderEditable__tap, "_tap"); + t1 = _this.__RenderEditable__tap_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._stopTimer$0(); - t1.super$OneSequenceGestureRecognizer$dispose(0); - t1 = A._lateReadCheck(_this.__RenderEditable__longPress, "_longPress"); + t1.super$OneSequenceGestureRecognizer$dispose(); + t1 = _this.__RenderEditable__longPress_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._stopTimer$0(); - t1.super$OneSequenceGestureRecognizer$dispose(0); + t1.super$OneSequenceGestureRecognizer$dispose(); _this._editable$_offset.removeListener$1(0, _this.get$markNeedsPaint()); _this._showCursor.removeListener$1(0, _this.get$_showHideCursor()); _this.super$_RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin$detach(0); @@ -223641,7 +227291,7 @@ } }, getEndpointsForSelection$1(selection) { - var paintOffset, boxes, t1, caretOffset, t2, t3, t4, start, end, _this = this; + var paintOffset, boxes, t1, t2, t3, t4, start, end, _this = this; _this._computeTextMetricsIfNeeded$0(); paintOffset = _this.get$_editable$_paintOffset(); if (selection.start == selection.end) @@ -223652,9 +227302,13 @@ } if (boxes.length === 0) { t1 = _this._editable$_textPainter; - t1._computeCaretMetrics$2(selection.get$extent(), A._lateReadCheck(_this.__RenderEditable__caretPrototype, "_caretPrototype")); - caretOffset = A._lateReadCheck(t1.__TextPainter__caretMetrics, "_caretMetrics").offset; - return A._setArrayType([new A.TextSelectionPoint(new A.Offset(0, t1.get$preferredLineHeight()).$add(0, caretOffset).$add(0, paintOffset), null)], type$.JSArray_TextSelectionPoint); + t2 = selection.get$extent(); + t3 = _this.__RenderEditable__caretPrototype_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1._computeCaretMetrics$2(t2, t3); + t3 = t1.__TextPainter__caretMetrics_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return A._setArrayType([new A.TextSelectionPoint(new A.Offset(0, t1.get$preferredLineHeight()).$add(0, t3.offset).$add(0, paintOffset), null)], type$.JSArray_TextSelectionPoint); } else { t1 = B.JSArray_methods.get$first(boxes); t1 = t1.direction === B.TextDirection_1 ? t1.left : t1.right; @@ -223664,7 +227318,7 @@ t4 = t4.get$height(t4); t4.toString; Math.ceil(t4); - start = new A.Offset(J.clamp$2$n(t1, 0, t3), B.JSArray_methods.get$first(boxes).bottom).$add(0, paintOffset); + start = new A.Offset(A.clampDouble(t1, 0, t3), B.JSArray_methods.get$first(boxes).bottom).$add(0, paintOffset); t3 = B.JSArray_methods.get$last(boxes); t1 = t3.direction === B.TextDirection_1 ? t3.right : t3.left; t3 = t2.get$width(t2); @@ -223672,7 +227326,7 @@ t2 = t2.get$height(t2); t2.toString; Math.ceil(t2); - end = new A.Offset(J.clamp$2$n(t1, 0, t3), B.JSArray_methods.get$last(boxes).bottom).$add(0, paintOffset); + end = new A.Offset(A.clampDouble(t1, 0, t3), B.JSArray_methods.get$last(boxes).bottom).$add(0, paintOffset); return A._setArrayType([new A.TextSelectionPoint(start, B.JSArray_methods.get$first(boxes).direction), new A.TextSelectionPoint(end, B.JSArray_methods.get$last(boxes).direction)], type$.JSArray_TextSelectionPoint); } }, @@ -223693,26 +227347,29 @@ return _this._editable$_textPainter._paragraph.getPositionForOffset$1(t1); }, getLocalRectForCaret$1(caretPosition) { - var t1, caretOffset, t2, rect, _this = this; + var t1, t2, t3, rect, _this = this; _this._computeTextMetricsIfNeeded$0(); t1 = _this._editable$_textPainter; - t1._computeCaretMetrics$2(caretPosition, A._lateReadCheck(_this.__RenderEditable__caretPrototype, "_caretPrototype")); - caretOffset = A._lateReadCheck(t1.__TextPainter__caretMetrics, "_caretMetrics").offset; - t2 = _this._cursorWidth; + t2 = _this.__RenderEditable__caretPrototype_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._computeCaretMetrics$2(caretPosition, t2); + t2 = t1.__TextPainter__caretMetrics_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._cursorWidth; t1 = t1.get$preferredLineHeight(); - rect = new A.Rect(0, 0, t2, 0 + t1).shift$1(caretOffset.$add(0, _this.get$_editable$_paintOffset()).$add(0, _this.get$_caretPainter()._cursorOffset)); + rect = new A.Rect(0, 0, t3, 0 + t1).shift$1(t2.offset.$add(0, _this.get$_editable$_paintOffset()).$add(0, _this.get$_caretPainter()._cursorOffset)); return rect.shift$1(_this._snapToPhysicalPixel$1(new A.Offset(rect.left, rect.top))); }, computeMinIntrinsicWidth$1(height) { var t1; - this._layoutText$0(); + this._editable$_layoutText$0(); t1 = this._editable$_textPainter._paragraph.get$minIntrinsicWidth(); t1.toString; return Math.ceil(t1); }, computeMaxIntrinsicWidth$1(height) { var t1; - this._layoutText$0(); + this._editable$_layoutText$0(); t1 = this._editable$_textPainter._paragraph.get$maxIntrinsicWidth(); t1.toString; return Math.ceil(t1) + (1 + this._cursorWidth); @@ -223733,7 +227390,7 @@ } minLimited = t4 && t3 > 1; if (minLimited || t2) { - _this._layoutText$1$maxWidth(width); + _this._editable$_layoutText$1$maxWidth(width); if (minLimited) { t1 = _this._editable$_textPainter; t3 = t1._paragraph; @@ -223780,7 +227437,7 @@ ++lines; return _this._editable$_textPainter.get$preferredLineHeight() * lines; } - _this._layoutText$1$maxWidth(width); + _this._editable$_layoutText$1$maxWidth(width); t1 = _this._editable$_textPainter; t2 = t1.get$preferredLineHeight(); t1 = t1._paragraph; @@ -223848,7 +227505,7 @@ handleEvent$2($event, entry) { type$.PointerDownEvent._is($event); }, - _editable$_handleTapDown$1(details) { + _handleTapDown$1(details) { this._lastTapDownPosition = details.globalPosition; }, _editable$_handleTap$0() { @@ -223856,7 +227513,7 @@ t1.toString; this.selectPositionAt$2$cause$from(B.SelectionChangedCause_0, t1); }, - _editable$_handleLongPress$0() { + _handleLongPress$0() { var t1 = this._lastTapDownPosition; t1.toString; this.selectWordsInRange$2$cause$from(B.SelectionChangedCause_2, t1); @@ -223865,7 +227522,7 @@ var fromPosition, toPosition, baseOffset, extentOffset, _this = this, t1 = type$.BoxConstraints, t2 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).minWidth; - _this._layoutText$2$maxWidth$minWidth(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth, t2); + _this._editable$_layoutText$2$maxWidth$minWidth(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth, t2); t2 = _this._editable$_textPainter; t1 = _this.globalToLocal$1(from.$sub(0, _this.get$_editable$_paintOffset())); fromPosition = t2._paragraph.getPositionForOffset$1(t1); @@ -223909,7 +227566,7 @@ t2.toString; t2 = _this.globalToLocal$1(t2.$sub(0, _this.get$_editable$_paintOffset())); position = t1._paragraph.getPositionForOffset$1(t2); - word = t1._paragraph.getWordBoundary$1(0, position); + word = t1._paragraph.getWordBoundary$1(position); newSelection = A._Cell$named("newSelection"); t1 = word.start; if (position.offset - t1 <= 1) @@ -223920,7 +227577,7 @@ }, _getWordAtOffset$1(position) { var t3, previousWord, nextWord, _this = this, - word = _this._editable$_textPainter._paragraph.getWordBoundary$1(0, position), + word = _this._editable$_textPainter._paragraph.getWordBoundary$1(position), t1 = position.offset, t2 = word.end; if (t1 >= t2) @@ -223959,7 +227616,6 @@ }, _layoutChildren$2$dry(constraints, dry) { var child, placeholderDimensions, boxConstraints, t2, childIndex, t3, t4, baselineOffset, childSize, _this = this, - _s17_ = "_placeholderSpans", t1 = _this.ContainerRenderObjectMixin__childCount; if (t1 === 0) { t1 = type$.JSArray_PlaceholderDimensions; @@ -223971,12 +227627,15 @@ boxConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, 1 / 0).$div(0, _this._editable$_textPainter._text_painter$_textScaleFactor); for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), t2 = !dry, childIndex = 0; child != null;) { if (t2) { - child.layout$2$parentUsesSize(0, boxConstraints, true); + child.layout$2$parentUsesSize(boxConstraints, true); t3 = child._box$_size; t3.toString; - switch (J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex).alignment.index) { + t4 = _this.__RenderEditable__placeholderSpans_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4[childIndex]; + switch (t4.alignment.index) { case 0: - t4 = J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex).baseline; + t4 = t4.baseline; t4.toString; baselineOffset = child.getDistanceToBaseline$1(t4); break; @@ -223995,8 +227654,9 @@ childSize = child.getDryLayout$1(boxConstraints); baselineOffset = null; } - J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex).toString; - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, baselineOffset, J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex).baseline); + t3 = _this.__RenderEditable__placeholderSpans_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, baselineOffset, t3[childIndex].baseline); t3 = child.parentData; t3.toString; child = t1._as(t3).ContainerParentDataMixin_nextSibling; @@ -224027,26 +227687,26 @@ ++childIndex; } }, - _layoutText$2$maxWidth$minWidth(maxWidth, minWidth) { + _editable$_layoutText$2$maxWidth$minWidth(maxWidth, minWidth) { var _this = this, availableMaxWidth = Math.max(0, maxWidth - (1 + _this._cursorWidth)), availableMinWidth = Math.min(A.checkNum(minWidth), availableMaxWidth), textMaxWidth = _this._editable$_maxLines !== 1 ? availableMaxWidth : 1 / 0, textMinWidth = _this._forceLine ? availableMaxWidth : availableMinWidth; - _this._editable$_textPainter.layout$2$maxWidth$minWidth(0, textMaxWidth, textMinWidth); + _this._editable$_textPainter.layout$2$maxWidth$minWidth(textMaxWidth, textMinWidth); _this._textLayoutLastMinWidth = minWidth; _this._textLayoutLastMaxWidth = maxWidth; }, - _layoutText$0() { - return this._layoutText$2$maxWidth$minWidth(1 / 0, 0); + _editable$_layoutText$0() { + return this._editable$_layoutText$2$maxWidth$minWidth(1 / 0, 0); }, - _layoutText$1$maxWidth(maxWidth) { - return this._layoutText$2$maxWidth$minWidth(maxWidth, 0); + _editable$_layoutText$1$maxWidth(maxWidth) { + return this._editable$_layoutText$2$maxWidth$minWidth(maxWidth, 0); }, _computeTextMetricsIfNeeded$0() { var t1 = type$.BoxConstraints, t2 = t1._as(A.RenderObject.prototype.get$constraints.call(this)).minWidth; - this._layoutText$2$maxWidth$minWidth(t1._as(A.RenderObject.prototype.get$constraints.call(this)).maxWidth, t2); + this._editable$_layoutText$2$maxWidth$minWidth(t1._as(A.RenderObject.prototype.get$constraints.call(this)).maxWidth, t2); }, _snapToPhysicalPixel$1(sourceOffset) { var t2, @@ -224060,8 +227720,12 @@ return new A.Offset(t1, isFinite(t2) ? B.JSNumber_methods.round$0(t2 / pixelMultiple) * pixelMultiple - t2 : 0); }, _canComputeDryLayout$0() { - var t1, t2, _i; - for (t1 = A._lateReadCheck(this.__RenderEditable__placeholderSpans, "_placeholderSpans"), t2 = t1.length, _i = 0; _i < t2; ++_i) + var t2, _i, + t1 = this.__RenderEditable__placeholderSpans_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t2; ++_i) switch (t1[_i].alignment.index) { case 0: case 1: @@ -224084,7 +227748,7 @@ t1.setPlaceholderDimensions$1(_this._layoutChildren$2$dry(constraints, true)); t2 = constraints.minWidth; width = constraints.maxWidth; - _this._layoutText$2$maxWidth$minWidth(width, t2); + _this._editable$_layoutText$2$maxWidth$minWidth(width, t2); if (_this._forceLine) width0 = width; else { @@ -224093,9 +227757,9 @@ t1 = t1.get$height(t1); t1.toString; Math.ceil(t1); - width0 = B.JSNumber_methods.clamp$2(t3 + (1 + _this._cursorWidth), t2, width); + width0 = A.clampDouble(t3 + (1 + _this._cursorWidth), t2, width); } - return new A.Size(width0, B.JSNumber_methods.clamp$2(_this._preferredHeight$1(width), constraints.minHeight, constraints.maxHeight)); + return new A.Size(width0, A.clampDouble(_this._preferredHeight$1(width), constraints.minHeight, constraints.maxHeight)); }, performLayout$0() { var t2, t3, width, t4, t5, t6, contentSize, painterConstraints, _this = this, @@ -224111,7 +227775,7 @@ case B.TargetPlatform_4: t1 = _this._cursorWidth; t3 = t2.get$preferredLineHeight(); - _this.__RenderEditable__caretPrototype = new A.Rect(0, 0, t1, 0 + (t3 + 2)); + _this.__RenderEditable__caretPrototype_A = new A.Rect(0, 0, t1, 0 + (t3 + 2)); break; case B.TargetPlatform_0: case B.TargetPlatform_1: @@ -224119,7 +227783,7 @@ case B.TargetPlatform_5: t1 = _this._cursorWidth; t3 = t2.get$preferredLineHeight(); - _this.__RenderEditable__caretPrototype = new A.Rect(0, 2, t1, 2 + (t3 - 4)); + _this.__RenderEditable__caretPrototype_A = new A.Rect(0, 2, t1, 2 + (t3 - 4)); break; default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); @@ -224141,25 +227805,25 @@ t2 = _this._cursorWidth; t5 = constraints.minWidth; t6 = constraints.maxWidth; - width = B.JSNumber_methods.clamp$2(t4 + (1 + t2), t5, t6); + width = A.clampDouble(t4 + (1 + t2), t5, t6); t2 = t6; } constraints.toString; - _this._box$_size = new A.Size(width, B.JSNumber_methods.clamp$2(_this._preferredHeight$1(t2), constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(width, A.clampDouble(_this._preferredHeight$1(t2), constraints.minHeight, constraints.maxHeight)); contentSize = new A.Size(t1 + (1 + _this._cursorWidth), t3); painterConstraints = A.BoxConstraints$tight(contentSize); t3 = _this._foregroundRenderObject; if (t3 != null) - t3.layout$1(0, painterConstraints); + t3.layout$1(painterConstraints); t1 = _this._backgroundRenderObject; if (t1 != null) - t1.layout$1(0, painterConstraints); + t1.layout$1(painterConstraints); _this._editable$_maxScrollExtent = _this._getMaxScrollExtent$1(contentSize); _this._editable$_offset.applyViewportDimension$1(_this.get$_editable$_viewportExtent()); _this._editable$_offset.applyContentDimensions$2(0, _this._editable$_maxScrollExtent); }, setFloatingCursor$4$resetLerpValue(state, boundedOffset, lastTextPosition, resetLerpValue) { - var t1, sizeAdjustment, _this = this; + var t1, sizeAdjustment, t2, _this = this; if (state === B.FloatingCursorDragState_0) { _this._relativeOrigin = B.Offset_0_0; _this._previousOffset = null; @@ -224169,14 +227833,17 @@ _this._floatingCursorOn = t1; _this._resetFloatingCursorAnimationValue = resetLerpValue; if (t1) { - _this.__RenderEditable__floatingCursorTextPosition = lastTextPosition; + _this.__RenderEditable__floatingCursorTextPosition_A = lastTextPosition; if (resetLerpValue != null) { t1 = A.EdgeInsets_lerp(B.EdgeInsets_Otk, B.EdgeInsets_0_0_0_0, resetLerpValue); t1.toString; sizeAdjustment = t1; } else sizeAdjustment = B.EdgeInsets_Otk; - _this.get$_caretPainter().set$floatingCursorRect(sizeAdjustment.inflateRect$1(A._lateReadCheck(_this.__RenderEditable__caretPrototype, "_caretPrototype")).shift$1(boundedOffset)); + t1 = _this.get$_caretPainter(); + t2 = _this.__RenderEditable__caretPrototype_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$floatingCursorRect(sizeAdjustment.inflateRect$1(t2).shift$1(boundedOffset)); } else _this.get$_caretPainter().set$floatingCursorRect(null); _this.get$_caretPainter().showRegularCaret = _this._resetFloatingCursorAnimationValue == null; @@ -224188,28 +227855,20 @@ var offset, t2, _i, t3, lineMetrics, t1 = this._editable$_textPainter; t1._computeCaretMetrics$2(startPosition, B.Rect_0_0_0_0); - offset = A._lateReadCheck(t1.__TextPainter__caretMetrics, "_caretMetrics").offset; + t1 = t1.__TextPainter__caretMetrics_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + offset = t1.offset; for (t1 = metrics.length, t2 = offset._dy, _i = 0; t3 = metrics.length, _i < t3; metrics.length === t1 || (0, A.throwConcurrentModificationError)(metrics), ++_i) { lineMetrics = metrics[_i]; - if (lineMetrics.get$baseline(lineMetrics) > t2) - return new A.MapEntry(lineMetrics.get$lineNumber(lineMetrics), new A.Offset(offset._dx, lineMetrics.get$baseline(lineMetrics)), type$.MapEntry_int_Offset); + if (lineMetrics.get$baseline() > t2) + return new A.MapEntry(J.get$lineNumber$z(lineMetrics), new A.Offset(offset._dx, lineMetrics.get$baseline()), type$.MapEntry_int_Offset); } t1 = Math.max(0, t3 - 1); - if (t3 !== 0) { - t2 = B.JSArray_methods.get$last(metrics); - t2 = t2.get$baseline(t2); - t3 = B.JSArray_methods.get$last(metrics); - t3 = t2 + t3.get$descent(t3); - t2 = t3; - } else - t2 = 0; + t2 = t3 !== 0 ? B.JSArray_methods.get$last(metrics).get$baseline() + B.JSArray_methods.get$last(metrics).get$descent() : 0; return new A.MapEntry(t1, new A.Offset(offset._dx, t2), type$.MapEntry_int_Offset); }, _editable$_paintContents$2(context, offset) { - var visibleRegion, t2, startOffset, endOffset, foregroundChild, backgroundChild, t3, t4, t5, t6, childIndex, t7, t8, child, _this = this, - _s15_ = "_caretPrototype", - _s13_ = "_caretMetrics", - _box_0 = {}, + var visibleRegion, t2, t3, foregroundChild, backgroundChild, t4, t5, t6, childIndex, t7, t8, child, _this = this, _box_0 = {}, effectiveOffset = offset.$add(0, _this.get$_editable$_paintOffset()), t1 = _this._floatingCursorOn; if (!t1) { @@ -224217,13 +227876,16 @@ visibleRegion = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); t1 = _this._editable$_textPainter; t2 = _this._selection; - t1._computeCaretMetrics$2(new A.TextPosition(t2.start, t2.affinity), A._lateReadCheck(_this.__RenderEditable__caretPrototype, _s15_)); - startOffset = A._lateReadCheck(t1.__TextPainter__caretMetrics, _s13_).offset; - _this._selectionStartInViewport.set$value(0, visibleRegion.inflate$1(0.5).contains$1(0, startOffset.$add(0, effectiveOffset))); - t2 = _this._selection; - t1._computeCaretMetrics$2(new A.TextPosition(t2.end, t2.affinity), A._lateReadCheck(_this.__RenderEditable__caretPrototype, _s15_)); - endOffset = A._lateReadCheck(t1.__TextPainter__caretMetrics, _s13_).offset; - _this._selectionEndInViewport.set$value(0, visibleRegion.inflate$1(0.5).contains$1(0, endOffset.$add(0, effectiveOffset))); + t3 = _this.__RenderEditable__caretPrototype_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1._computeCaretMetrics$2(new A.TextPosition(t2.start, t2.affinity), t3); + t3 = t1.__TextPainter__caretMetrics_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this._selectionStartInViewport.set$value(0, visibleRegion.inflate$1(0.5).contains$1(0, t3.offset.$add(0, effectiveOffset))); + t3 = _this._selection; + t1._computeCaretMetrics$2(new A.TextPosition(t3.end, t3.affinity), _this.__RenderEditable__caretPrototype_A); + t1 = t1.__TextPainter__caretMetrics_A; + _this._selectionEndInViewport.set$value(0, visibleRegion.inflate$1(0.5).contains$1(0, t1.offset.$add(0, effectiveOffset))); } foregroundChild = _this._foregroundRenderObject; backgroundChild = _this._backgroundRenderObject; @@ -224245,7 +227907,8 @@ t3._as(t2); t7 = t2.scale; t7.toString; - t8 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t8 = _this.__RenderObject__needsCompositing_A; + t8 === $ && A.throwUnnamedLateFieldNI(); t2 = t2.offset; context.pushTransform$4(t8, new A.Offset(t4 + t2._dx, t5 + t2._dy), A.Matrix4_Matrix4$diagonal3Values(t7, t7, t7), new A.RenderEditable__paintContents_closure(_box_0)); t7 = _box_0.child.parentData; @@ -224259,12 +227922,13 @@ context.paintChild$2(foregroundChild, offset); }, paint$2(context, offset) { - var t1, t2, t3, startPoint, t4, endPoint, _this = this; + var t1, t2, t3, startPoint, endPoint, _this = this; _this._computeTextMetricsIfNeeded$0(); t1 = (_this._editable$_maxScrollExtent > 0 || !_this.get$_editable$_paintOffset().$eq(0, B.Offset_0_0)) && _this._editable$_clipBehavior !== B.Clip_0; t2 = _this._editable$_clipRectLayer; if (t1) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$_editable$_paintContents(), _this._editable$_clipBehavior, t2._layer)); } else { @@ -224274,26 +227938,36 @@ if (_this._selection.get$isValid()) { t1 = _this.getEndpointsForSelection$1(_this._selection); startPoint = t1[0].point; - t2 = J.clamp$2$n(startPoint._dx, 0, _this._box$_size._dx); - t3 = J.clamp$2$n(startPoint._dy, 0, _this._box$_size._dy); - t4 = type$.Layer_2; - context.pushLayer$3(new A.LeaderLayer(_this._editable$_startHandleLayerLink, new A.Offset(t2, t3), A.LayerHandle$(t4)), A.RenderObject.prototype.get$paint.call(_this), B.Offset_0_0); + t2 = _this._box$_size; + t3 = A.clampDouble(startPoint._dx, 0, t2._dx); + t2 = A.clampDouble(startPoint._dy, 0, t2._dy); + context.pushLayer$3(A.LeaderLayer$(_this._editable$_startHandleLayerLink, new A.Offset(t3, t2)), A.RenderObject.prototype.get$paint.call(_this), B.Offset_0_0); if (t1.length === 2) { endPoint = t1[1].point; - t1 = J.clamp$2$n(endPoint._dx, 0, _this._box$_size._dx); - t2 = J.clamp$2$n(endPoint._dy, 0, _this._box$_size._dy); - context.pushLayer$3(new A.LeaderLayer(_this._editable$_endHandleLayerLink, new A.Offset(t1, t2), A.LayerHandle$(t4)), A.RenderObject.prototype.get$paint.call(_this), B.Offset_0_0); + t1 = _this._box$_size; + t2 = A.clampDouble(endPoint._dx, 0, t1._dx); + t1 = A.clampDouble(endPoint._dy, 0, t1._dy); + context.pushLayer$3(A.LeaderLayer$(_this._editable$_endHandleLayerLink, new A.Offset(t2, t1)), A.RenderObject.prototype.get$paint.call(_this), B.Offset_0_0); } } }, describeApproximatePaintClip$1(child) { - var t1; - if (this._editable$_maxScrollExtent > 0 || !this.get$_editable$_paintOffset().$eq(0, B.Offset_0_0)) { - t1 = this._box$_size; - t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - } else - t1 = null; - return t1; + var t1, _this = this; + switch (_this._editable$_clipBehavior.index) { + case 0: + return null; + case 1: + case 2: + case 3: + if (_this._editable$_maxScrollExtent > 0 || !_this.get$_editable$_paintOffset().$eq(0, B.Offset_0_0)) { + t1 = _this._box$_size; + t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); + } else + t1 = null; + return t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, debugDescribeChildren$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode), @@ -224305,23 +227979,27 @@ }; A.RenderEditable__extractPlaceholderSpans_closure.prototype = { call$1(span) { - if (span instanceof A.PlaceholderSpan) - J.add$1$ax(A._lateReadCheck(this.$this.__RenderEditable__placeholderSpans, "_placeholderSpans"), span); + var t1; + if (span instanceof A.PlaceholderSpan0) { + t1 = this.$this.__RenderEditable__placeholderSpans_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.push(span); + } return true; }, - $signature: 232 + $signature: 224 }; 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$_editable$_paintOffset()); }, - $signature: 2322 + $signature: 1212 }; A.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 624 + $signature: 585 }; A.RenderEditable__createShowOnScreenFor_closure.prototype = { call$0() { @@ -224337,13 +228015,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: 2324 + $signature: 1214 }; A.RenderEditable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.RenderEditable__paintContents_closure.prototype = { call$2(context, offset) { @@ -224351,7 +228029,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 101 + $signature: 89 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -224399,7 +228077,7 @@ this.super$AbstractNode$detach(0); }, computeDryLayout$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); } }; A.RenderEditablePainter.prototype = {}; @@ -224449,7 +228127,7 @@ t5 = textPainter._paragraph; t5 = t5.get$height(t5); t5.toString; - canvas.drawRect$2(0, t3.intersect$1(new A.Rect(0, 0, 0 + t4, 0 + Math.ceil(t5))), t1); + canvas.drawRect$2(t3.intersect$1(new A.Rect(0, 0, 0 + t4, 0 + Math.ceil(t5))), t1); } }, shouldRepaint$1(oldDelegate) { @@ -224506,8 +228184,7 @@ this.notifyListeners$0(); }, paint$3(canvas, size, renderEditable) { - var floatingCursorRect, t1, caretColor, caretTextPosition, t2, t3, caretRect, caretHeight, t4, integralRect, radius, floatingCursorColor, value, result, _this = this, - _s13_ = "_caretMetrics", + var floatingCursorRect, t1, caretColor, caretTextPosition, t2, t3, t4, caretRect, caretHeight, integralRect, radius, floatingCursorColor, value, result, _this = this, selection = renderEditable._selection; if (selection.start != selection.end) return; @@ -224517,14 +228194,23 @@ caretColor = _this._caretColor; else caretColor = _this.showRegularCaret ? _this._backgroundCursorColor : null; - caretTextPosition = t1 ? selection.get$extent() : A._lateReadCheck(renderEditable.__RenderEditable__floatingCursorTextPosition, "_floatingCursorTextPosition"); + if (t1) + caretTextPosition = selection.get$extent(); + else { + t2 = renderEditable.__RenderEditable__floatingCursorTextPosition_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + caretTextPosition = t2; + } if (caretColor != null) { - t2 = A._lateReadCheck(renderEditable.__RenderEditable__caretPrototype, "_caretPrototype"); + t2 = renderEditable.__RenderEditable__caretPrototype_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = renderEditable._editable$_textPainter; t3._computeCaretMetrics$2(caretTextPosition, t2); - caretRect = t2.shift$1(A._lateReadCheck(t3.__TextPainter__caretMetrics, _s13_).offset.$add(0, _this._cursorOffset)); + t4 = t3.__TextPainter__caretMetrics_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + caretRect = t2.shift$1(t4.offset.$add(0, _this._cursorOffset)); t3._computeCaretMetrics$2(caretTextPosition, t2); - caretHeight = A._lateReadCheck(t3.__TextPainter__caretMetrics, _s13_).fullHeight; + caretHeight = t3.__TextPainter__caretMetrics_A.fullHeight; if (caretHeight != null) switch (A.defaultTargetPlatform()) { case B.TargetPlatform_2: @@ -224553,9 +228239,9 @@ t2 = _this.caretPaint; t2.set$color(0, caretColor); if (radius == null) - canvas.drawRect$2(0, integralRect, t2); + canvas.drawRect$2(integralRect, t2); else - canvas.drawRRect$2(0, A.RRect$fromRectAndRadius(integralRect, radius), t2); + canvas.drawRRect$2(A.RRect$fromRectAndRadius(integralRect, radius), t2); } _this.caretPaintCallback.call$1(integralRect); } @@ -224569,14 +228255,14 @@ if (t1 || floatingCursorColor == null || !_this._shouldPaint) return; t1 = A.RRect$fromRectAndRadius(floatingCursorRect.shift$1(renderEditable.get$_editable$_paintOffset()), B.Radius_1_1); - value = _this.___FloatingCursorPainter_floatingCursorPaint; + value = _this.___FloatingCursorPainter_floatingCursorPaint_FI; if (value === $) { result = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - A._lateInitializeOnceCheck(_this.___FloatingCursorPainter_floatingCursorPaint, "floatingCursorPaint"); - value = _this.___FloatingCursorPainter_floatingCursorPaint = result; + _this.___FloatingCursorPainter_floatingCursorPaint_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___FloatingCursorPainter_floatingCursorPaint_FI = result; } value.set$color(0, floatingCursorColor); - canvas.drawRRect$2(0, t1, value); + canvas.drawRRect$2(t1, value); }, shouldRepaint$1(oldDelegate) { var _this = this; @@ -224659,20 +228345,19 @@ A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; A.RenderErrorBox.prototype = { RenderErrorBox$1(message) { - var builder, t1, exception, _this = this, - _s10_ = "_paragraph"; + var builder, t1, exception, _this = this; try { t1 = _this.message; if (t1 !== "") { builder = A.ParagraphBuilder_ParagraphBuilder($.$get$RenderErrorBox_paragraphStyle()); - J.pushStyle$1$x(builder, $.$get$RenderErrorBox_textStyle()); - J.addText$1$x(builder, t1); - t1 = J.build$0$x(builder); - A._lateWriteOnceCheck(_this.__RenderErrorBox__paragraph, _s10_); - _this.__RenderErrorBox__paragraph = t1; + builder.pushStyle$1($.$get$RenderErrorBox_textStyle()); + builder.addText$1(t1); + t1 = builder.build$0(); + _this.__RenderErrorBox__paragraph_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__RenderErrorBox__paragraph_F = t1; } else { - A._lateWriteOnceCheck(_this.__RenderErrorBox__paragraph, _s10_); - _this.__RenderErrorBox__paragraph = null; + _this.__RenderErrorBox__paragraph_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__RenderErrorBox__paragraph_F = null; } } catch (exception) { } @@ -224693,8 +228378,7 @@ return constraints.constrain$1(B.Size_100000_100000); }, paint$2(context, offset) { - var width, left, $top, t1, t2, t3, t4, t5, t6, exception, _this = this, - _s10_ = "_paragraph"; + var width, left, $top, t1, t2, t3, t4, t5, t6, exception, _this = this; try { t1 = context.get$canvas(context); t2 = _this._box$_size; @@ -224704,8 +228388,10 @@ t2 = t2._dy; t6 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t6.set$color(0, $.$get$RenderErrorBox_backgroundColor()); - t1.drawRect$2(0, new A.Rect(t3, t4, t3 + t5, t4 + t2), t6); - if (A._lateReadCheck(_this.__RenderErrorBox__paragraph, _s10_) != null) { + t1.drawRect$2(new A.Rect(t3, t4, t3 + t5, t4 + t2), t6); + t1 = _this.__RenderErrorBox__paragraph_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 != null) { width = _this._box$_size._dx; left = 0; $top = 0; @@ -224713,15 +228399,10 @@ width -= 128; left += 64; } - A._lateReadCheck(_this.__RenderErrorBox__paragraph, _s10_).layout$1(0, new A.ParagraphConstraints(width)); - t1 = _this._box$_size._dy; - t2 = A._lateReadCheck(_this.__RenderErrorBox__paragraph, _s10_); - if (t1 > 96 + t2.get$height(t2) + 12) + t1.layout$1(new A.ParagraphConstraints(width)); + if (_this._box$_size._dy > 96 + t1.get$height(t1) + 12) $top += 96; - t1 = context.get$canvas(context); - t2 = A._lateReadCheck(_this.__RenderErrorBox__paragraph, _s10_); - t2.toString; - t1.drawParagraph$2(0, t2, offset.$add(0, new A.Offset(left, $top))); + context.get$canvas(context).drawParagraph$2(t1, offset.$add(0, new A.Offset(left, $top))); } } catch (exception) { } @@ -224780,7 +228461,7 @@ this.markNeedsLayout$0(); } }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._flex$_textDirection != value) { this._flex$_textDirection = value; this.markNeedsLayout$0(); @@ -225216,58 +228897,61 @@ if (t1.get$isEmpty(t1)) return; t1 = _this._flex$_clipRectLayer; - if (_this._flex$_clipBehavior === B.Clip_0) { - t1.set$layer(0, null); - _this.defaultPaint$2(context, offset); - } else { - t2 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); - t3 = _this._box$_size; - t1.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t2, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$defaultPaint(), _this._flex$_clipBehavior, t1._layer)); - } + t2 = _this.__RenderObject__needsCompositing_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._box$_size; + t1.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t2, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$defaultPaint(), _this._flex$_clipBehavior, t1._layer)); }, - dispose$0(_) { + dispose$0() { this._flex$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); }, describeApproximatePaintClip$1(child) { var t1; - if (this._flex$_overflow > 1e-10) { - t1 = this._box$_size; - t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - } else - t1 = null; - return t1; + switch (this._flex$_clipBehavior.index) { + case 0: + return null; + case 1: + case 2: + case 3: + if (this._flex$_overflow > 1e-10) { + t1 = this._box$_size; + t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); + } else + t1 = null; + return t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, toStringShort$0() { var header = this.super$RenderObject$toStringShort(); - if (this._flex$_overflow > 1e-10) - header += " OVERFLOWING"; - return header; + return this._flex$_overflow > 1e-10 ? header + " OVERFLOWING" : header; } }; A.RenderFlex_computeMinIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 225 + $signature: 214 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 225 + $signature: 214 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 225 + $signature: 214 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 225 + $signature: 214 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -225314,17 +228998,17 @@ }, set$image(_, value) { var _this = this, - t1 = _this._image$_image; + t1 = _this._image; if (value == t1) return; if (value != null && t1 != null && value.isCloneOf$1(t1)) { - value.dispose$0(0); + value.dispose$0(); return; } - t1 = _this._image$_image; + t1 = _this._image; if (t1 != null) - t1.dispose$0(0); - _this._image$_image = value; + t1.dispose$0(); + _this._image = value; _this.markNeedsPaint$0(); if (_this._image$_width == null || _this._image$_height == null) _this.markNeedsLayout$0(); @@ -225395,7 +229079,7 @@ set$matchTextDirection(value) { return; }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._image$_textDirection == value) return; this._image$_textDirection = value; @@ -225408,13 +229092,13 @@ var t2, t3, _this = this, t1 = _this._image$_width; constraints = A.BoxConstraints$tightFor(_this._image$_height, t1).enforce$1(constraints); - t1 = _this._image$_image; + t1 = _this._image; if (t1 == null) - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); t1 = t1.get$width(t1); t1.toString; t2 = _this._scale; - t3 = _this._image$_image; + t3 = _this._image; t3 = t3.get$height(t3); t3.toString; return constraints.constrainSizeAndAttemptToPreserveAspectRatio$1(new A.Size(t1 / t2, t3 / _this._scale)); @@ -225452,7 +229136,7 @@ }, paint$2(context, offset) { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this; - if (_this._image$_image == null) + if (_this._image == null) return; _this._image$_resolve$0(); t1 = context.get$canvas(context); @@ -225461,7 +229145,7 @@ t4 = offset._dy; t5 = t2._dx; t2 = t2._dy; - t6 = _this._image$_image; + t6 = _this._image; t6.toString; t7 = _this.debugImageLabel; t8 = _this._scale; @@ -225476,12 +229160,12 @@ t15 = _this._invertColors; A.paintImage(t11, t1, t12, t9, t7, _this._filterQuality, t10, t14, t6, t15, false, 1, new A.Rect(t3, t4, t3 + t5, t4 + t2), t13, t8); }, - dispose$0(_) { - var t1 = this._image$_image; + dispose$0() { + var t1 = this._image; if (t1 != null) - t1.dispose$0(0); - this._image$_image = null; - this.super$RenderObject$dispose(0); + t1.dispose$0(); + this._image = null; + this.super$RenderObject$dispose(); } }; A.AnnotationEntry.prototype = { @@ -225491,10 +229175,22 @@ }; A.AnnotationResult.prototype = {}; A.Layer0.prototype = { - dispose$0(_) { + _updateSubtreeCompositionObserverCount$1(delta) { + var t1, _this = this; + _this._compositionCallbackCount += delta; + t1 = type$.nullable_ContainerLayer; + if (t1._as(A.AbstractNode.prototype.get$parent.call(_this, _this)) != null) + t1._as(A.AbstractNode.prototype.get$parent.call(_this, _this))._updateSubtreeCompositionObserverCount$1(delta); + }, + _fireCompositionCallbacks$1$includeChildren(includeChildren) { + var t1, t2, _i; + for (t1 = this._layer$_callbacks, t1 = A.List_List$of(t1.get$values(t1), true, type$.void_Function), t2 = t1.length, _i = 0; _i < t2; ++_i) + t1[_i].call$0(); + }, + dispose$0() { var t1 = this._engineLayer; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this._engineLayer = null; }, markNeedsAddToScene$0() { @@ -225509,7 +229205,7 @@ var _this = this, t1 = _this._engineLayer; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._engineLayer = value; if (!_this.get$alwaysNeedsAddToScene()) { t1 = type$.nullable_ContainerLayer; @@ -225521,9 +229217,13 @@ this._needsAddToScene = this._needsAddToScene || this.get$alwaysNeedsAddToScene(); }, dropChild$1(child) { - if (!this.get$alwaysNeedsAddToScene()) - this.markNeedsAddToScene$0(); - this.super$AbstractNode$dropChild(child); + var t1, _this = this; + if (!_this.get$alwaysNeedsAddToScene()) + _this.markNeedsAddToScene$0(); + t1 = child._compositionCallbackCount; + if (t1 !== 0) + _this._updateSubtreeCompositionObserverCount$1(-t1); + _this.super$AbstractNode$dropChild(child); }, remove$0(_) { var t2, t3, _this = this, @@ -225577,7 +229277,7 @@ return; if (t1 != null) if (--t1._layer$_refCount === 0) - J.dispose$0$x(t1); + t1.dispose$0(); this._layer = layer; if (layer != null) ++layer._layer$_refCount; @@ -225587,18 +229287,18 @@ return "LayerHandle(" + (t1 != null ? J.toString$0$(t1) : "DISPOSED") + ")"; } }; - A.PictureLayer.prototype = { + A.PictureLayer0.prototype = { set$picture(picture) { var t1; this.markNeedsAddToScene$0(); t1 = this._picture; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this._picture = picture; }, - dispose$0(_) { + dispose$0() { this.set$picture(null); - this.super$Layer$dispose(0); + this.super$Layer$dispose(); }, addToScene$1(builder) { var t1 = this._picture; @@ -225609,7 +229309,7 @@ return false; } }; - A.PlatformViewLayer.prototype = { + A.PlatformViewLayer0.prototype = { addToScene$1(builder) { var t1 = this.rect, t2 = t1.left, @@ -225629,15 +229329,30 @@ } }; A.ContainerLayer0.prototype = { - buildScene$1(builder) { - this.updateSubtreeNeedsAddToScene$0(); - this.addToScene$1(builder); - this._needsAddToScene = false; - return builder.build$0(0); + _fireCompositionCallbacks$1$includeChildren(includeChildren) { + var child; + this.super$Layer$_fireCompositionCallbacks(includeChildren); + if (!includeChildren) + return; + child = this._firstChild; + for (; child != null;) { + child._fireCompositionCallbacks$1$includeChildren(true); + child = child._nextSibling; + } }, - dispose$0(_) { + buildScene$1(builder) { + var _this = this; + _this.updateSubtreeNeedsAddToScene$0(); + _this.addToScene$1(builder); + if (_this._compositionCallbackCount > 0) + _this._fireCompositionCallbacks$1$includeChildren(true); + _this._needsAddToScene = false; + return builder.build$0(); + }, + dispose$0() { this.removeAllChildren$0(); - this.super$Layer$dispose(0); + this._layer$_callbacks.clear$0(0); + this.super$Layer$dispose(); }, updateSubtreeNeedsAddToScene$0() { var child, _this = this; @@ -225677,11 +229392,15 @@ child.detach$0(0); child = child._nextSibling; } + this._fireCompositionCallbacks$1$includeChildren(false); }, append$1(_, child) { var t1, _this = this; if (!_this.get$alwaysNeedsAddToScene()) _this.markNeedsAddToScene$0(); + t1 = child._compositionCallbackCount; + if (t1 !== 0) + _this._updateSubtreeCompositionObserverCount$1(t1); _this.super$AbstractNode$adoptChild(child); t1 = child._previousSibling = _this._lastChild; if (t1 != null) @@ -225692,13 +229411,20 @@ child._parentHandle.set$layer(0, child); }, removeAllChildren$0() { - var next, _this = this, + var t1, next, t2, _this = this, child = _this._firstChild; - for (; child != null; child = next) { + for (t1 = type$.nullable_ContainerLayer; child != null; child = next) { next = child._nextSibling; child._nextSibling = child._previousSibling = null; if (!_this.get$alwaysNeedsAddToScene()) _this.markNeedsAddToScene$0(); + t2 = child._compositionCallbackCount; + if (t2 !== 0) { + t2 = -t2; + _this._compositionCallbackCount += t2; + if (t1._as(A.AbstractNode.prototype.get$parent.call(_this, _this)) != null) + t1._as(A.AbstractNode.prototype.get$parent.call(_this, _this))._updateSubtreeCompositionObserverCount$1(t2); + } _this.super$AbstractNode$dropChild(child); child._parentHandle.set$layer(0, null); } @@ -225744,14 +229470,14 @@ }, applyTransform$2(child, transform) { var t1 = this._layer$_offset; - transform.multiply$1(0, A.Matrix4_Matrix4$translationValues(t1._dx, t1._dy, 0)); + transform.translate$2(0, t1._dx, t1._dy); }, addToScene$1(builder) { var _this = this, t1 = _this._layer$_offset; _this.set$engineLayer(builder.pushOffset$3$oldLayer(t1._dx, t1._dy, type$.nullable_OffsetEngineLayer._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } }; A.ClipRectLayer.prototype = { @@ -225766,7 +229492,7 @@ t1.toString; _this.set$engineLayer(builder.pushClipRect$3$clipBehavior$oldLayer(t1, _this._layer$_clipBehavior, type$.nullable_ClipRectEngineLayer._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } }; A.ClipRRectLayer.prototype = { @@ -225781,7 +229507,7 @@ t1.toString; _this.set$engineLayer(builder.pushClipRRect$3$clipBehavior$oldLayer(t1, _this._layer$_clipBehavior, type$.nullable_ClipRRectEngineLayer._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } }; A.ClipPathLayer.prototype = { @@ -225796,7 +229522,7 @@ t1.toString; _this.set$engineLayer(builder.pushClipPath$3$clipBehavior$oldLayer(t1, _this._layer$_clipBehavior, type$.nullable_ClipPathEngineLayer._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } }; A.TransformLayer.prototype = { @@ -225821,7 +229547,7 @@ } _this.set$engineLayer(builder.pushTransform$2$oldLayer(_this._lastEffectiveTransform._m4storage, type$.nullable_TransformEngineLayer._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); }, _transformOffset$1(localPosition) { var t1, _this = this; @@ -225853,6 +229579,16 @@ } }; A.OpacityLayer.prototype = { + set$alpha(_, value) { + var _this = this, + t1 = _this._layer$_alpha; + if (value != t1) { + if (value === 255 || t1 === 255) + _this.set$engineLayer(null); + _this._layer$_alpha = value; + _this.markNeedsAddToScene$0(); + } + }, addToScene$1(builder) { var t1, t2, t3, _this = this; if (_this._firstChild == null) { @@ -225868,7 +229604,7 @@ else _this.set$engineLayer(builder.pushOffset$3$oldLayer(t2._dx, t2._dy, type$.nullable_OffsetEngineLayer._as(t3))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } }; A.BackdropFilterLayer.prototype = { @@ -225878,57 +229614,7 @@ t1.toString; _this.set$engineLayer(builder.pushBackdropFilter$3$blendMode$oldLayer(t1, _this._layer$_blendMode, type$.nullable_BackdropFilterEngineLayer._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); - } - }; - A.PhysicalModelLayer.prototype = { - set$clipPath(_, value) { - if (value !== this._clipPath) { - this._clipPath = value; - this.markNeedsAddToScene$0(); - } - }, - set$clipBehavior(value) { - if (value != this._layer$_clipBehavior) { - this._layer$_clipBehavior = value; - this.markNeedsAddToScene$0(); - } - }, - set$elevation(_, value) { - if (value != this._layer$_elevation) { - this._layer$_elevation = value; - this.markNeedsAddToScene$0(); - } - }, - set$color(_, value) { - if (!J.$eq$(value, this._layer$_color)) { - this._layer$_color = value; - this.markNeedsAddToScene$0(); - } - }, - set$shadowColor(_, value) { - if (!J.$eq$(value, this._layer$_shadowColor)) { - this._layer$_shadowColor = value; - this.markNeedsAddToScene$0(); - } - }, - findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst, $S) { - if (!this._clipPath.contains$1(0, localPosition)) - return false; - return this.super$ContainerLayer$findAnnotations(result, localPosition, true, $S); - }, - addToScene$1(builder) { - var t2, t3, t4, _this = this, - t1 = _this._clipPath; - t1.toString; - t2 = _this._layer$_elevation; - t2.toString; - t3 = _this._layer$_color; - t3.toString; - t4 = _this._layer$_shadowColor; - _this.set$engineLayer(builder.pushPhysicalShape$6$clipBehavior$color$elevation$oldLayer$path$shadowColor(_this._layer$_clipBehavior, t3, t2, type$.nullable_PhysicalShapeEngineLayer._as(_this._engineLayer), t1, t4)); - _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } }; A.LayerLink.prototype = { @@ -225978,7 +229664,7 @@ } _this.addChildrenToScene$1(builder); if (!_this._layer$_offset.$eq(0, B.Offset_0_0)) - builder.pop$0(0); + builder.pop$0(); }, applyTransform$2(child, transform) { var t1; @@ -226068,13 +229754,13 @@ _this._lastOffset = _this.unlinkedOffset; _this.set$engineLayer(builder.pushTransform$2$oldLayer(t1._m4storage, t2._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } else { _this._lastOffset = null; t1 = _this.unlinkedOffset; _this.set$engineLayer(builder.pushTransform$2$oldLayer(A.Matrix4_Matrix4$translationValues(t1._dx, t1._dy, 0)._m4storage, t2._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); - builder.pop$0(0); + builder.pop$0(); } _this._inverseDirty = true; }, @@ -226167,7 +229853,7 @@ t1 = constraints.maxHeight; innerConstraints = A.BoxConstraints$tightFor(t1, _null); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { - child.layout$2$parentUsesSize(0, innerConstraints, true); + child.layout$2$parentUsesSize(innerConstraints, true); t3 = child.parentData; t3.toString; t2._as(t3); @@ -226181,7 +229867,7 @@ t1 = constraints.maxHeight; innerConstraints = A.BoxConstraints$tightFor(t1, _null); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { - child.layout$2$parentUsesSize(0, innerConstraints, true); + child.layout$2$parentUsesSize(innerConstraints, true); t3 = child.parentData; t3.toString; t2._as(t3); @@ -226203,7 +229889,7 @@ t1 = constraints.maxWidth; innerConstraints = A.BoxConstraints$tightFor(_null, t1); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { - child.layout$2$parentUsesSize(0, innerConstraints, true); + child.layout$2$parentUsesSize(innerConstraints, true); t3 = child.parentData; t3.toString; t2._as(t3); @@ -226217,7 +229903,7 @@ t1 = constraints.maxWidth; innerConstraints = A.BoxConstraints$tightFor(_null, t1); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { - child.layout$2$parentUsesSize(0, innerConstraints, true); + child.layout$2$parentUsesSize(innerConstraints, true); t3 = child.parentData; t3.toString; t2._as(t3); @@ -226315,49 +230001,49 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -226459,7 +230145,7 @@ call$1(annotation) { return annotation.get$cursor(annotation); }, - $signature: 2328 + $signature: 1217 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0() { @@ -226474,6 +230160,8 @@ t1 = _this.existingState; if (t1 == null) { t2 = _this.event; + if (type$.PointerRemovedEvent._is(t2)) + return; _this.$this._mouseStates.$indexSet(0, _this.device, new A._MouseState(A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.MouseTrackerAnnotation, type$.Matrix4), t2)); } else { t2 = _this.event; @@ -226517,13 +230205,13 @@ t1.call$1(this.baseExitEvent.transformed$1(this.lastAnnotations.$index(0, annotation))); } }, - $signature: 2329 + $signature: 1219 }; A.MouseTracker__handleDeviceUpdateMouseEvents_closure0.prototype = { call$1(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 2332 + $signature: 1220 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; A.ParentData.prototype = { @@ -226535,18 +230223,33 @@ }; A.PaintingContext.prototype = { paintChild$2(child, offset) { - var t1; + var t1, _this = this; if (child.get$isRepaintBoundary()) { - this.stopRecordingIfNeeded$0(); - if (child._needsPaint) + _this.stopRecordingIfNeeded$0(); + if (!child._needsPaint) { + t1 = child.__RenderObject__wasRepaintBoundary_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = !t1; + } else + t1 = true; + if (t1) A.PaintingContext__repaintCompositedChild(child, null, true); + else if (child._needsCompositedLayerUpdate) + A.PaintingContext_updateLayerProperties(child); t1 = child._layerHandle._layer; t1.toString; type$.OffsetLayer._as(t1); t1.set$offset(0, offset); - this.appendLayer$1(t1); - } else - child._paintWithContext$2(this, offset); + _this.appendLayer$1(t1); + } else { + t1 = child.__RenderObject__wasRepaintBoundary_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) { + child._layerHandle.set$layer(0, null); + child._paintWithContext$2(_this, offset); + } else + child._paintWithContext$2(_this, offset); + } }, appendLayer$1(layer) { layer.remove$0(0); @@ -226555,7 +230258,7 @@ get$canvas(_) { var t1, _this = this; if (_this._canvas == null) { - _this._currentLayer = new A.PictureLayer(_this.estimatedBounds, A.LayerHandle$(type$.Layer_2)); + _this._currentLayer = A.PictureLayer$(_this.estimatedBounds); t1 = A.PictureRecorder_PictureRecorder(); _this._recorder = t1; _this._canvas = A.Canvas_Canvas(t1, null); @@ -226601,10 +230304,14 @@ return new A.PaintingContext(childLayer, bounds); }, pushClipRect$6$clipBehavior$oldLayer(needsCompositing, offset, clipRect, painter, clipBehavior, oldLayer) { - var layer, - offsetClipRect = clipRect.shift$1(offset); + var offsetClipRect, layer, _this = this; + if (clipBehavior === B.Clip_0) { + painter.call$2(_this, offset); + return null; + } + offsetClipRect = clipRect.shift$1(offset); if (needsCompositing) { - layer = oldLayer == null ? new A.ClipRectLayer(B.Clip_1, A.LayerHandle$(type$.Layer_2)) : oldLayer; + layer = oldLayer == null ? new A.ClipRectLayer(B.Clip_1, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)) : oldLayer; if (!offsetClipRect.$eq(0, layer._clipRect)) { layer._clipRect = offsetClipRect; layer.markNeedsAddToScene$0(); @@ -226613,10 +230320,10 @@ layer._layer$_clipBehavior = clipBehavior; layer.markNeedsAddToScene$0(); } - this.pushLayer$4$childPaintBounds(layer, painter, offset, offsetClipRect); + _this.pushLayer$4$childPaintBounds(layer, painter, offset, offsetClipRect); return layer; } else { - this.clipRectAndPaint$4(offsetClipRect, clipBehavior, offsetClipRect, new A.PaintingContext_pushClipRect_closure(this, painter, offset)); + _this.clipRectAndPaint$4(offsetClipRect, clipBehavior, offsetClipRect, new A.PaintingContext_pushClipRect_closure(_this, painter, offset)); return null; } }, @@ -226627,11 +230334,15 @@ return this.pushClipRect$6$clipBehavior$oldLayer(needsCompositing, offset, clipRect, painter, clipBehavior, null); }, pushClipRRect$7$clipBehavior$oldLayer(needsCompositing, offset, bounds, clipRRect, painter, clipBehavior, oldLayer) { - var layer, - offsetBounds = bounds.shift$1(offset), - offsetClipRRect = clipRRect.shift$1(offset); + var offsetBounds, offsetClipRRect, layer, _this = this; + if (clipBehavior === B.Clip_0) { + painter.call$2(_this, offset); + return null; + } + offsetBounds = bounds.shift$1(offset); + offsetClipRRect = clipRRect.shift$1(offset); if (needsCompositing) { - layer = oldLayer == null ? new A.ClipRRectLayer(B.Clip_2, A.LayerHandle$(type$.Layer_2)) : oldLayer; + layer = oldLayer == null ? new A.ClipRRectLayer(B.Clip_2, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)) : oldLayer; if (!offsetClipRRect.$eq(0, layer._clipRRect)) { layer._clipRRect = offsetClipRRect; layer.markNeedsAddToScene$0(); @@ -226640,10 +230351,10 @@ layer._layer$_clipBehavior = clipBehavior; layer.markNeedsAddToScene$0(); } - this.pushLayer$4$childPaintBounds(layer, painter, offset, offsetBounds); + _this.pushLayer$4$childPaintBounds(layer, painter, offset, offsetBounds); return layer; } else { - this.clipRRectAndPaint$4(offsetClipRRect, clipBehavior, offsetBounds, new A.PaintingContext_pushClipRRect_closure(this, painter, offset)); + _this.clipRRectAndPaint$4(offsetClipRRect, clipBehavior, offsetBounds, new A.PaintingContext_pushClipRRect_closure(_this, painter, offset)); return null; } }, @@ -226651,11 +230362,15 @@ return this.pushClipRRect$7$clipBehavior$oldLayer(needsCompositing, offset, bounds, clipRRect, painter, B.Clip_2, oldLayer); }, pushClipPath$7$clipBehavior$oldLayer(needsCompositing, offset, bounds, clipPath, painter, clipBehavior, oldLayer) { - var layer, - offsetBounds = bounds.shift$1(offset), - offsetClipPath = clipPath.shift$1(offset); + var offsetBounds, offsetClipPath, layer, _this = this; + if (clipBehavior === B.Clip_0) { + painter.call$2(_this, offset); + return null; + } + offsetBounds = bounds.shift$1(offset); + offsetClipPath = clipPath.shift$1(offset); if (needsCompositing) { - layer = oldLayer == null ? new A.ClipPathLayer(B.Clip_2, A.LayerHandle$(type$.Layer_2)) : oldLayer; + layer = oldLayer == null ? new A.ClipPathLayer(B.Clip_2, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)) : oldLayer; if (offsetClipPath !== layer._clipPath) { layer._clipPath = offsetClipPath; layer.markNeedsAddToScene$0(); @@ -226664,10 +230379,10 @@ layer._layer$_clipBehavior = clipBehavior; layer.markNeedsAddToScene$0(); } - this.pushLayer$4$childPaintBounds(layer, painter, offset, offsetBounds); + _this.pushLayer$4$childPaintBounds(layer, painter, offset, offsetBounds); return layer; } else { - this.clipPathAndPaint$4(offsetClipPath, clipBehavior, offsetBounds, new A.PaintingContext_pushClipPath_closure(this, painter, offset)); + _this.clipPathAndPaint$4(offsetClipPath, clipBehavior, offsetBounds, new A.PaintingContext_pushClipPath_closure(_this, painter, offset)); return null; } }, @@ -226695,19 +230410,6 @@ pushTransform$4(needsCompositing, offset, transform, painter) { return this.pushTransform$5$oldLayer(needsCompositing, offset, transform, painter, null); }, - pushOpacity$4$oldLayer(offset, alpha, painter, oldLayer) { - var layer = oldLayer == null ? new A.OpacityLayer(B.Offset_0_0, A.LayerHandle$(type$.Layer_2)) : oldLayer, - t1 = layer._layer$_alpha; - if (alpha != t1) { - if (alpha === 255 || t1 === 255) - layer.set$engineLayer(null); - layer._layer$_alpha = alpha; - layer.markNeedsAddToScene$0(); - } - layer.set$offset(0, offset); - this.pushLayer$3(layer, painter, B.Offset_0_0); - return layer; - }, toString$0(_) { return "PaintingContext#" + A.Primitives_objectHashCode(this) + "(layer: " + A.S(this._containerLayer) + ", canvas bounds: " + this.estimatedBounds.toString$0(0) + ")"; } @@ -226732,13 +230434,13 @@ }; A.Constraints.prototype = {}; A.SemanticsHandle.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this.listener; if (t1 != null) this._object$_owner._semanticsOwner.removeListener$1(0, t1); t1 = this._object$_owner; if (--t1._outstandingSemanticsHandles === 0) { - t1._semanticsOwner.dispose$0(0); + t1._semanticsOwner.dispose$0(); t1._semanticsOwner = null; t1.onSemanticsOwnerDisposed.call$0(); } @@ -226758,12 +230460,12 @@ value.attach$1(this); }, flushLayout$0() { - var dirtyNodes, node, t1, t2, t3, t4, t5, _i; - A.Timeline_startSync("LAYOUT", B.Map_9aZ6I, null); + var dirtyNodes, i, node, t1, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null; + A.Timeline_startSync("LAYOUT", _null, _null); try { - for (t1 = type$.nullable_PipelineOwner, t2 = type$.JSArray_RenderObject; t3 = this._nodesNeedingLayout, t3.length !== 0;) { + for (t1 = type$.nullable_PipelineOwner, t2 = type$.JSArray_RenderObject; t3 = _this._nodesNeedingLayout, t3.length !== 0;) { dirtyNodes = t3; - this._nodesNeedingLayout = A._setArrayType([], t2); + _this._nodesNeedingLayout = A._setArrayType([], t2); t3 = dirtyNodes; t4 = new A.PipelineOwner_flushLayout_closure(); if (!!t3.immutable$list) @@ -226773,20 +230475,35 @@ A.Sort__insertionSort(t3, 0, t5, t4); else A.Sort__dualPivotQuicksort(t3, 0, t5, t4); - t4 = t3.length; - _i = 0; - for (; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { - node = t3[_i]; + for (i = 0; i < J.get$length$asx(dirtyNodes); ++i) { + if (_this._shouldMergeDirtyNodes) { + _this._shouldMergeDirtyNodes = false; + t3 = _this._nodesNeedingLayout; + if (t3.length !== 0) { + t4 = dirtyNodes; + t5 = i; + t6 = J.get$length$asx(dirtyNodes); + A.RangeError_checkValidRange(t5, t6, J.get$length$asx(t4), _null, _null); + t7 = A.instanceType(t4); + t8 = new A.SubListIterable(t4, t5, t6, t7._eval$1("SubListIterable<1>")); + t8.SubListIterable$3(t4, t5, t6, t7._precomputed1); + B.JSArray_methods.addAll$1(t3, t8); + break; + } + } + node = J.$index$asx(dirtyNodes, i); if (node._needsLayout) { - t5 = node; - t5 = t1._as(A.AbstractNode.prototype.get$owner.call(t5)) === this; + t3 = node; + t3 = t1._as(A.AbstractNode.prototype.get$owner.call(t3)) === _this; } else - t5 = false; - if (t5) + t3 = false; + if (t3) node._layoutWithoutResize$0(); } + _this._shouldMergeDirtyNodes = false; } } finally { + _this._shouldMergeDirtyNodes = false; A.Timeline_finishSync(); } }, @@ -226794,11 +230511,12 @@ try { callback.call$0(); } finally { + this._shouldMergeDirtyNodes = true; } }, flushCompositingBits$0() { var t1, t2, t3, _i, node; - A.Timeline_startSync("UPDATING COMPOSITING BITS", B.Map_9aZ6I, null); + A.Timeline_startSync("UPDATING COMPOSITING BITS", null, null); t1 = this._nodesNeedingCompositingBitsUpdate; B.JSArray_methods.sort$1(t1, new A.PipelineOwner_flushCompositingBits_closure()); for (t2 = t1.length, t3 = type$.nullable_PipelineOwner, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { @@ -226806,25 +230524,33 @@ if (node._needsCompositingBitsUpdate && t3._as(A.AbstractNode.prototype.get$owner.call(node)) === this) node._updateCompositingBits$0(); } - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); A.Timeline_finishSync(); }, flushPaint$0() { - var dirtyNodes, node, t1, t2, t3, _i, t4; - A.Timeline_startSync("PAINT", B.Map_9aZ6I, null); + var dirtyNodes, node, t1, t2, t3, t4, _i, t5, t6; + A.Timeline_startSync("PAINT", null, null); try { dirtyNodes = this._nodesNeedingPaint; this._nodesNeedingPaint = A._setArrayType([], type$.JSArray_RenderObject); - for (t1 = dirtyNodes, J.sort$1$ax(t1, new A.PipelineOwner_flushPaint_closure()), t2 = t1.length, t3 = type$.nullable_PipelineOwner, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + for (t1 = dirtyNodes, J.sort$1$ax(t1, new A.PipelineOwner_flushPaint_closure()), t2 = t1.length, t3 = type$.nullable_PipelineOwner, t4 = type$.OffsetLayer, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { node = t1[_i]; - if (node._needsPaint) { - t4 = node; - t4 = t3._as(A.AbstractNode.prototype.get$owner.call(t4)) === this; + if (node._needsPaint || node._needsCompositedLayerUpdate) { + t5 = node; + t5 = t3._as(A.AbstractNode.prototype.get$owner.call(t5)) === this; } else - t4 = false; - if (t4) + t5 = false; + if (t5) if (node._layerHandle._layer._node$_owner != null) - A.PaintingContext__repaintCompositedChild(node, null, false); + if (node._needsPaint) + A.PaintingContext__repaintCompositedChild(node, null, false); + else { + t5 = node; + t6 = t5._layerHandle._layer; + t6.toString; + t5.updateCompositedLayer$1$oldLayer(t4._as(t6)); + t5._needsCompositedLayerUpdate = false; + } else node._skippedPaintingOnLayer$0(); } @@ -226850,7 +230576,7 @@ var nodesToProcess, node, t1, nodesToProcess0, t2, t3, _i, t4, _this = this; if (_this._semanticsOwner == null) return; - A.Timeline_startSync("SEMANTICS", B.Map_9aZ6I, null); + A.Timeline_startSync("SEMANTICS", null, null); try { t1 = _this._nodesNeedingSemantics; nodesToProcess0 = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetMixin.E")); @@ -226877,27 +230603,32 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 293 + $signature: 311 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 293 + $signature: 311 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 293 + $signature: 311 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 293 + $signature: 311 }; A.RenderObject.prototype = { + RenderObject$0() { + var _this = this; + _this.__RenderObject__needsCompositing_A = _this.get$isRepaintBoundary() || _this.get$alwaysNeedsCompositing(); + _this.__RenderObject__wasRepaintBoundary_A = _this.get$isRepaintBoundary(); + }, reassemble$0() { var _this = this; _this.markNeedsLayout$0(); @@ -226906,7 +230637,7 @@ _this.markNeedsSemanticsUpdate$0(); _this.visitChildren$1(new A.RenderObject_reassemble_closure()); }, - dispose$0(_) { + dispose$0() { this._layerHandle.set$layer(0, null); }, setupParentData$1(child) { @@ -226957,7 +230688,7 @@ } }, get$constraints() { - var t1 = this._object$_constraints; + var t1 = this._constraints; if (t1 == null) throw A.wrapException(A.StateError$("A RenderObject does not have any constraints before it has been laid out.")); return t1; @@ -227024,11 +230755,11 @@ _this._needsLayout = false; _this.markNeedsPaint$0(); }, - layout$2$parentUsesSize(_, constraints, parentUsesSize) { + layout$2$parentUsesSize(constraints, parentUsesSize) { var e, stack, e0, stack0, relayoutBoundary, exception, _this = this, t1 = $.debugProfileLayoutsEnabled; if (t1) - A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0), B.Map_9aZ6I, null); + A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0), null, null); if (!parentUsesSize || _this.get$sizedByParent() || constraints.get$isTight() || !(_this.get$parent(_this) instanceof A.RenderObject)) relayoutBoundary = _this; else { @@ -227038,7 +230769,7 @@ t1.toString; relayoutBoundary = t1; } - if (!_this._needsLayout && J.$eq$(constraints, _this._object$_constraints)) { + if (!_this._needsLayout && J.$eq$(constraints, _this._constraints)) { if (relayoutBoundary !== _this._relayoutBoundary) { _this._relayoutBoundary = relayoutBoundary; _this.visitChildren$1(A.object_RenderObject__propagateRelayoutBoundaryToChild$closure()); @@ -227048,7 +230779,7 @@ A.Timeline_finishSync(); return; } - _this._object$_constraints = constraints; + _this._constraints = constraints; t1 = _this._relayoutBoundary; if (t1 != null && relayoutBoundary !== t1) _this.visitChildren$1(A.object_RenderObject__cleanChildRelayoutBoundary$closure()); @@ -227075,8 +230806,8 @@ if (t1) A.Timeline_finishSync(); }, - layout$1($receiver, constraints) { - return this.layout$2$parentUsesSize($receiver, constraints, false); + layout$1(constraints) { + return this.layout$2$parentUsesSize(constraints, false); }, get$sizedByParent() { return false; @@ -227096,22 +230827,27 @@ get$alwaysNeedsCompositing() { return false; }, + updateCompositedLayer$1$oldLayer(oldLayer) { + return oldLayer == null ? A.OffsetLayer$(B.Offset_0_0) : oldLayer; + }, get$layer(_) { return this._layerHandle._layer; }, markNeedsCompositingBitsUpdate$0() { - var t1, _this = this; + var t1, t2, t3, _this = this; if (_this._needsCompositingBitsUpdate) return; - _this._needsCompositingBitsUpdate = true; + t1 = _this._needsCompositingBitsUpdate = true; if (_this.get$parent(_this) instanceof A.RenderObject) { - t1 = _this.get$parent(_this); - t1.toString; - type$.RenderObject._as(t1); - if (t1._needsCompositingBitsUpdate) + t2 = _this.get$parent(_this); + t2.toString; + type$.RenderObject._as(t2); + if (t2._needsCompositingBitsUpdate) return; - if (!_this.get$isRepaintBoundary() && !t1.get$isRepaintBoundary()) { - t1.markNeedsCompositingBitsUpdate$0(); + t3 = _this.__RenderObject__wasRepaintBoundary_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if ((t3 ? !_this.get$isRepaintBoundary() : t1) && !t2.get$isRepaintBoundary()) { + t2.markNeedsCompositingBitsUpdate$0(); return; } } @@ -227120,18 +230856,32 @@ t1._as(A.AbstractNode.prototype.get$owner.call(_this))._nodesNeedingCompositingBitsUpdate.push(_this); }, _updateCompositingBits$0() { - var t1, _this = this, - _s17_ = "_needsCompositing"; + var t1, t2, _this = this; if (!_this._needsCompositingBitsUpdate) return; - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, _s17_); - _this.__RenderObject__needsCompositing = false; + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__RenderObject__needsCompositing_A = false; _this.visitChildren$1(new A.RenderObject__updateCompositingBits_closure(_this)); if (_this.get$isRepaintBoundary() || _this.get$alwaysNeedsCompositing()) - _this.__RenderObject__needsCompositing = true; - if (t1 != A._lateReadCheck(_this.__RenderObject__needsCompositing, _s17_)) + _this.__RenderObject__needsCompositing_A = true; + if (!_this.get$isRepaintBoundary()) { + t2 = _this.__RenderObject__wasRepaintBoundary_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = false; + if (t2) { + _this._needsCompositedLayerUpdate = _this._needsPaint = false; + t1 = type$.nullable_PipelineOwner._as(A.AbstractNode.prototype.get$owner.call(_this)); + if (t1 != null) + B.JSArray_methods.remove$1(t1._nodesNeedingPaint, _this); + _this._needsCompositingBitsUpdate = false; _this.markNeedsPaint$0(); - _this._needsCompositingBitsUpdate = false; + } else if (t1 !== _this.__RenderObject__needsCompositing_A) { + _this._needsCompositingBitsUpdate = false; + _this.markNeedsPaint$0(); + } else + _this._needsCompositingBitsUpdate = false; }, markNeedsPaint$0() { var t1, _this = this; @@ -227139,6 +230889,11 @@ return; _this._needsPaint = true; if (_this.get$isRepaintBoundary()) { + t1 = _this.__RenderObject__wasRepaintBoundary_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = false; + if (t1) { t1 = type$.nullable_PipelineOwner; if (t1._as(A.AbstractNode.prototype.get$owner.call(_this)) != null) { t1._as(A.AbstractNode.prototype.get$owner.call(_this))._nodesNeedingPaint.push(_this); @@ -227154,6 +230909,25 @@ t1._as(A.AbstractNode.prototype.get$owner.call(_this)).requestVisualUpdate$0(); } }, + markNeedsCompositedLayerUpdate$0() { + var t1, _this = this; + if (_this._needsCompositedLayerUpdate || _this._needsPaint) + return; + _this._needsCompositedLayerUpdate = true; + if (_this.get$isRepaintBoundary()) { + t1 = _this.__RenderObject__wasRepaintBoundary_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = false; + if (t1) { + t1 = type$.nullable_PipelineOwner; + if (t1._as(A.AbstractNode.prototype.get$owner.call(_this)) != null) { + t1._as(A.AbstractNode.prototype.get$owner.call(_this))._nodesNeedingPaint.push(_this); + t1._as(A.AbstractNode.prototype.get$owner.call(_this)).requestVisualUpdate$0(); + } + } else + _this.markNeedsPaint$0(); + }, _skippedPaintingOnLayer$0() { var t1, node = this.get$parent(this); @@ -227175,8 +230949,9 @@ return; t1 = $.debugProfilePaintsEnabled; if (t1) - A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0), B.Map_9aZ6I, null); - _this._needsPaint = false; + A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0), null, null); + _this._needsCompositedLayerUpdate = _this._needsPaint = false; + _this.__RenderObject__wasRepaintBoundary_A = _this.get$isRepaintBoundary(); try { _this.paint$2(context, offset); } catch (exception) { @@ -227192,6 +230967,9 @@ }, applyPaintTransform$2(child, transform) { }, + paintsChild$1(child) { + return true; + }, getTransformTo$1(_, ancestor) { var rootNode, renderers, t2, renderer, t3, transform, index, index0, t1 = ancestor == null; @@ -227429,7 +231207,7 @@ call$1(child) { child.reassemble$0(); }, - $signature: 109 + $signature: 106 }; A.RenderObject__debugReportException_closure.prototype = { call$0() { @@ -227439,7 +231217,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 148 + $signature: 122 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -227449,24 +231227,27 @@ }; A.RenderObject__updateCompositingBits_closure.prototype = { call$1(child) { + var t1; child._updateCompositingBits$0(); - if (A._lateReadCheck(child.__RenderObject__needsCompositing, "_needsCompositing")) - this.$this.__RenderObject__needsCompositing = true; + t1 = child.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) + this.$this.__RenderObject__needsCompositing_A = true; }, - $signature: 109 + $signature: 106 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 109 + $signature: 106 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { var t1, t2, t3, t4, t5, t6, t7, _i, fragment, siblingLength, i, siblingFragment, t8, _this = this, parentFragment = renderChild._getSemanticsForParent$1$mergeIntoParent(_this.childrenMergeIntoParent); if (parentFragment.dropsSemanticsOfPreviousSiblings) { - B.JSArray_methods.set$length(_this.fragments, 0); + B.JSArray_methods.clear$0(_this.fragments); _this.toBeMarkedExplicit.clear$0(0); if (!_this.config._isSemanticBoundary) _this._box_0.dropSemanticsOfPreviousSiblings = true; @@ -227496,7 +231277,7 @@ } } }, - $signature: 109 + $signature: 106 }; A.RenderObjectWithChildMixin.prototype = { set$child(value) { @@ -227703,7 +231484,7 @@ t4 = type$.nullable_PipelineOwner._as(A.AbstractNode.prototype.get$owner.call(t4))._semanticsOwner; t4.toString; t5 = $.$get$SemanticsNode__kEmptyConfig(); - t5 = new A.SemanticsNode(null, 0, t3, B.Rect_0_0_0_0, t5._isMergingSemanticsOfDescendants, t5._actions, t5._semantics$_customSemanticsActions, t5._actionsAsBits, t5._flags, t5._semantics$_attributedLabel, t5._semantics$_attributedValue, t5._semantics$_attributedIncreasedValue, t5._semantics$_attributedDecreasedValue, t5._semantics$_attributedHint, t5._semantics$_elevation, t5._semantics$_thickness, t5._semantics$_textDirection); + t5 = new A.SemanticsNode(null, 0, t3, B.Rect_0_0_0_0, t5._isMergingSemanticsOfDescendants, t5._actions, t5._customSemanticsActions, t5._actionsAsBits, t5._flags, t5._semantics$_attributedLabel, t5._semantics$_attributedValue, t5._semantics$_attributedIncreasedValue, t5._semantics$_attributedDecreasedValue, t5._semantics$_attributedHint, t5._tooltip, t5._semantics$_elevation, t5._semantics$_thickness, t5._semantics$_textDirection); t5.attach$1(t4); t2._semantics = t5; } @@ -227753,7 +231534,8 @@ if (geometry == null) t4 = _null; else { - t4 = A._lateReadCheck(geometry.___SemanticsGeometry__rect, "_rect"); + t4 = geometry.___SemanticsGeometry__rect_A; + t4 === $ && A.throwUnnamedLateFieldNI(); t4 = t4.get$isEmpty(t4); } t4 = t4 === true; @@ -227774,8 +231556,12 @@ t2.set$elevation(0, t2._semantics$_elevation + elevationAdjustment); } if (geometry != null) { - node.set$rect(0, A._lateReadCheck(geometry.___SemanticsGeometry__rect, "_rect")); - node.set$transform(0, A._lateReadCheck(geometry.___SemanticsGeometry__transform, "_transform")); + t2 = geometry.___SemanticsGeometry__rect_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + node.set$rect(0, t2); + t2 = geometry.___SemanticsGeometry__transform_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + node.set$transform(0, t2); node.parentSemanticsClipRect = geometry._semanticsClipRect; node.parentPaintClipRect = geometry._paintClipRect; if (t3 && geometry._markAsHidden) { @@ -227807,7 +231593,7 @@ if (fragment.get$config() == null) continue; if (!_this._isConfigWritable) { - _this._object$_config = _this._object$_config.copy$0(0); + _this._object$_config = _this._object$_config.copy$0(); _this._isConfigWritable = true; } t3 = _this._object$_config; @@ -227827,13 +231613,14 @@ t2._hasBeenAnnotated = t1._hasBeenAnnotated; t2._isMergingSemanticsOfDescendants = t1._isMergingSemanticsOfDescendants; t2._semantics$_textDirection = t1._semantics$_textDirection; - t2._semantics$_sortKey = t1._semantics$_sortKey; + t2._sortKey = t1._sortKey; t2._semantics$_attributedLabel = t1._semantics$_attributedLabel; t2._semantics$_attributedIncreasedValue = t1._semantics$_attributedIncreasedValue; t2._semantics$_attributedValue = t1._semantics$_attributedValue; t2._semantics$_attributedDecreasedValue = t1._semantics$_attributedDecreasedValue; t2._semantics$_attributedHint = t1._semantics$_attributedHint; - t2._semantics$_hintOverrides = t1._semantics$_hintOverrides; + t2._hintOverrides = t1._hintOverrides; + t2._tooltip = t1._tooltip; t2._semantics$_elevation = t1._semantics$_elevation; t2._semantics$_thickness = t1._semantics$_thickness; t2._flags = t1._flags; @@ -227847,10 +231634,10 @@ t2._scrollIndex = t1._scrollIndex; t2._scrollChildCount = t1._scrollChildCount; t2._platformViewId = t1._platformViewId; - t2._semantics$_maxValueLength = t1._semantics$_maxValueLength; - t2._semantics$_currentValueLength = t1._semantics$_currentValueLength; + t2._maxValueLength = t1._maxValueLength; + t2._currentValueLength = t1._currentValueLength; t2._actions.addAll$1(0, t1._actions); - t2._semantics$_customSemanticsActions.addAll$1(0, t1._semantics$_customSemanticsActions); + t2._customSemanticsActions.addAll$1(0, t1._customSemanticsActions); _this._object$_config = t2; _this._isConfigWritable = true; } @@ -227864,7 +231651,7 @@ var index, $parent, child, owner, t2, paintRect, _this = this, t1 = new A.Matrix4(new Float64Array(16)); t1.setIdentity$0(); - _this.___SemanticsGeometry__transform = t1; + _this.___SemanticsGeometry__transform_A = t1; _this._semanticsClipRect = parentSemanticsClipRect; _this._paintClipRect = parentPaintClipRect; for (index = ancestors.length - 1; index > 0;) { @@ -227879,25 +231666,25 @@ _this._semanticsClipRect = A._SemanticsGeometry__intersectRects(_this._semanticsClipRect, $parent.describeApproximatePaintClip$1(child)); t1 = $.$get$_SemanticsGeometry__temporaryTransformHolder(); t1.setIdentity$0(); - A._SemanticsGeometry__applyIntermediatePaintTransforms($parent, child, A._lateReadCheck(_this.___SemanticsGeometry__transform, "_transform"), t1); + A._SemanticsGeometry__applyIntermediatePaintTransforms($parent, child, _this.___SemanticsGeometry__transform_A, t1); _this._semanticsClipRect = A._SemanticsGeometry__transformRect(_this._semanticsClipRect, t1); _this._paintClipRect = A._SemanticsGeometry__transformRect(_this._paintClipRect, t1); } owner = B.JSArray_methods.get$first(ancestors); t1 = _this._semanticsClipRect; t1 = t1 == null ? owner.get$semanticBounds() : t1.intersect$1(owner.get$semanticBounds()); - _this.___SemanticsGeometry__rect = t1; + _this.___SemanticsGeometry__rect_A = t1; t2 = _this._paintClipRect; if (t2 != null) { - paintRect = t2.intersect$1(A._lateReadCheck(t1, "_rect")); + paintRect = t2.intersect$1(t1); if (paintRect.get$isEmpty(paintRect)) { - t1 = A._lateReadCheck(_this.___SemanticsGeometry__rect, "_rect"); + t1 = _this.___SemanticsGeometry__rect_A; t1 = !t1.get$isEmpty(t1); } else t1 = false; _this._markAsHidden = t1; if (!t1) - _this.___SemanticsGeometry__rect = paintRect; + _this.___SemanticsGeometry__rect_A = paintRect; } } }; @@ -227923,6 +231710,11 @@ } }; A.RenderParagraph.prototype = { + RenderParagraph$14$children$locale$maxLines$overflow$registrar$selectionColor$softWrap$strutStyle$textAlign$textDirection$textHeightBehavior$textScaleFactor$textWidthBasis(text, children, locale, maxLines, overflow, registrar, selectionColor, softWrap, strutStyle, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { + this.addAll$1(0, children); + this._extractPlaceholderSpans$1(text); + this.set$registrar(registrar); + }, setupParentData$1(child) { if (!(child.parentData instanceof A.TextParentData)) child.parentData = new A.TextParentData(null, null, B.Offset_0_0); @@ -227950,9 +231742,81 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } + _this._removeSelectionRegistrarSubscription$0(); + _this._disposeSelectableFragments$0(); + _this._updateSelectionRegistrarSubscription$0(); + }, + set$registrar(value) { + var _this = this; + if (value == _this._registrar) + return; + _this._removeSelectionRegistrarSubscription$0(); + _this._disposeSelectableFragments$0(); + _this._registrar = value; + _this._updateSelectionRegistrarSubscription$0(); + }, + _updateSelectionRegistrarSubscription$0() { + var t1, t2, _this = this; + if (_this._registrar == null) + return; + t1 = _this._lastSelectableFragments; + if (t1 == null) + t1 = _this._lastSelectableFragments = _this._getSelectableFragments$0(); + t2 = _this._registrar; + B.JSArray_methods.forEach$1(t1, t2.get$add(t2)); + }, + _removeSelectionRegistrarSubscription$0() { + var t2, + t1 = this._registrar; + if (t1 == null || this._lastSelectableFragments == null) + return; + t2 = this._lastSelectableFragments; + t2.toString; + B.JSArray_methods.forEach$1(t2, t1.get$remove(t1)); + }, + _getSelectableFragments$0() { + var end, start, end0, t1, + plainText = this._textPainter._text_painter$_text.toPlainText$1$includeSemanticsLabels(false), + result = A._setArrayType([], type$.JSArray__SelectableFragment); + for (end = plainText.length, start = 0; start < end;) { + end0 = B.JSString_methods.indexOf$2(plainText, $.$get$RenderParagraph__placeholderCharacter(), start); + if (start !== end0) { + if (end0 === -1) + end0 = end; + t1 = new A._SelectableFragment(new A.TextRange(start, end0), this, $.$get$ChangeNotifier__emptyListeners()); + t1.___SelectableFragment__selectionGeometry_A = t1._getSelectionGeometry$0(); + result.push(t1); + start = end0; + } + ++start; + } + return result; + }, + _disposeSelectableFragments$0() { + var t2, _i, fragment, + t1 = this._lastSelectableFragments; + if (t1 == null) + return; + for (t2 = t1.length, _i = 0; _i < t2; ++_i) { + fragment = t1[_i]; + fragment.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + fragment.ChangeNotifier__count = 0; + } + this._lastSelectableFragments = null; + }, + markNeedsLayout$0() { + var t1 = this._lastSelectableFragments; + if (t1 != null) + B.JSArray_methods.forEach$1(t1, new A.RenderParagraph_markNeedsLayout_closure()); + this.super$RenderBox$markNeedsLayout(); + }, + dispose$0() { + this._removeSelectionRegistrarSubscription$0(); + this._lastSelectableFragments = null; + this.super$RenderObject$dispose(); }, _extractPlaceholderSpans$1(span) { - this.__RenderParagraph__placeholderSpans = A._setArrayType([], type$.JSArray_PlaceholderSpan); + this.__RenderParagraph__placeholderSpans_A = A._setArrayType([], type$.JSArray_PlaceholderSpan); span.visitChildren$1(new A.RenderParagraph__extractPlaceholderSpans_closure(this)); }, set$textAlign(_, value) { @@ -227962,11 +231826,11 @@ t1.set$textAlign(0, value); this.markNeedsPaint$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var t1 = this._textPainter; if (t1._text_painter$_textDirection == value) return; - t1.set$textDirection(0, value); + t1.set$textDirection(value); this.markNeedsLayout$0(); }, set$softWrap(value) { @@ -227981,7 +231845,7 @@ return; _this._overflow = value; t1 = value === B.TextOverflow_2 ? "\u2026" : null; - _this._textPainter.set$ellipsis(0, t1); + _this._textPainter.set$ellipsis(t1); _this.markNeedsLayout$0(); }, set$textScaleFactor(value) { @@ -227992,11 +231856,11 @@ this._overflowShader = null; this.markNeedsLayout$0(); }, - set$maxLines(_, value) { + set$maxLines(value) { var t1 = this._textPainter; if (t1._maxLines == value) return; - t1.set$maxLines(0, value); + t1.set$maxLines(value); this._overflowShader = null; this.markNeedsLayout$0(); }, @@ -228008,11 +231872,11 @@ this._overflowShader = null; this.markNeedsLayout$0(); }, - set$strutStyle(_, value) { + set$strutStyle(value) { var t1 = this._textPainter; if (J.$eq$(t1._strutStyle, value)) return; - t1.set$strutStyle(0, value); + t1.set$strutStyle(value); this._overflowShader = null; this.markNeedsLayout$0(); }, @@ -228024,15 +231888,30 @@ this._overflowShader = null; this.markNeedsLayout$0(); }, - set$textHeightBehavior(_, value) { + set$textHeightBehavior(value) { return; }, + set$selectionColor(value) { + var t1, _this = this; + if (J.$eq$(_this._selectionColor, value)) + return; + _this._selectionColor = value; + t1 = _this._lastSelectableFragments; + t1 = t1 == null ? null : B.JSArray_methods.any$1(t1, new A.RenderParagraph_selectionColor_closure()); + if (t1 === true) + _this.markNeedsPaint$0(); + }, + _getOffsetForPosition$1(position) { + var t1 = this.getOffsetForCaret$2(position, B.Rect_0_0_0_0), + t2 = this.getFullHeightForCaret$1(position); + return t1.$add(0, new A.Offset(0, t2 == null ? 0 : t2)); + }, computeMinIntrinsicWidth$1(height) { var t1, _this = this; if (!_this._canComputeIntrinsics$0()) return 0; _this._computeChildrenWidthWithMinIntrinsics$1(height); - _this._paragraph$_layoutText$0(); + _this._layoutText$0(); t1 = _this._textPainter._paragraph.get$minIntrinsicWidth(); t1.toString; return Math.ceil(t1); @@ -228042,7 +231921,7 @@ if (!_this._canComputeIntrinsics$0()) return 0; _this._computeChildrenWidthWithMaxIntrinsics$1(height); - _this._paragraph$_layoutText$0(); + _this._layoutText$0(); t1 = _this._textPainter._paragraph.get$maxIntrinsicWidth(); t1.toString; return Math.ceil(t1); @@ -228052,7 +231931,7 @@ if (!_this._canComputeIntrinsics$0()) return 0; _this._computeChildrenHeightWithMinIntrinsics$1(width); - _this._paragraph$_layoutText$2$maxWidth$minWidth(width, width); + _this._layoutText$2$maxWidth$minWidth(width, width); t1 = _this._textPainter._paragraph; t1 = t1.get$height(t1); t1.toString; @@ -228069,8 +231948,12 @@ return this._textPainter.computeDistanceToActualBaseline$1(B.TextBaseline_0); }, _canComputeIntrinsics$0() { - var t1, t2, _i; - for (t1 = A._lateReadCheck(this.__RenderParagraph__placeholderSpans, "_placeholderSpans"), t2 = t1.length, _i = 0; _i < t2; ++_i) + var t2, _i, + t1 = this.__RenderParagraph__placeholderSpans_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t2; ++_i) switch (t1[_i].alignment.index) { case 0: case 1: @@ -228086,48 +231969,48 @@ return true; }, _computeChildrenWidthWithMaxIntrinsics$1(height) { - var t1, childIndex, t2, _this = this, - _s17_ = "_placeholderSpans", + var t1, childIndex, t2, t3, _this = this, child = _this.ContainerRenderObjectMixin__firstChild, placeholderDimensions = A.List_List$filled(_this.ContainerRenderObjectMixin__childCount, B.PlaceholderDimensions_8eb, false, type$.PlaceholderDimensions); for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), childIndex = 0; child != null;) { t2 = child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()); - J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).toString; - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), null, J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).baseline); - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; + t3 = _this.__RenderParagraph__placeholderSpans_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), null, t3[childIndex].baseline); + t3 = child.parentData; + t3.toString; + child = t1._as(t3).ContainerParentDataMixin_nextSibling; ++childIndex; } _this._textPainter.setPlaceholderDimensions$1(placeholderDimensions); }, _computeChildrenWidthWithMinIntrinsics$1(height) { - var t1, childIndex, t2, _this = this, - _s17_ = "_placeholderSpans", + var t1, childIndex, t2, t3, _this = this, child = _this.ContainerRenderObjectMixin__firstChild, placeholderDimensions = A.List_List$filled(_this.ContainerRenderObjectMixin__childCount, B.PlaceholderDimensions_8eb, false, type$.PlaceholderDimensions); for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), childIndex = 0; child != null;) { t2 = child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, 1 / 0, child.get$computeMinIntrinsicWidth()); - J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).toString; - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), null, J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).baseline); - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; + t3 = _this.__RenderParagraph__placeholderSpans_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), null, t3[childIndex].baseline); + t3 = child.parentData; + t3.toString; + child = t1._as(t3).ContainerParentDataMixin_nextSibling; ++childIndex; } _this._textPainter.setPlaceholderDimensions$1(placeholderDimensions); }, _computeChildrenHeightWithMinIntrinsics$1(width) { var t2, childIndex, size, t3, _this = this, - _s17_ = "_placeholderSpans", child = _this.ContainerRenderObjectMixin__firstChild, placeholderDimensions = A.List_List$filled(_this.ContainerRenderObjectMixin__childCount, B.PlaceholderDimensions_8eb, false, type$.PlaceholderDimensions), t1 = _this._textPainter; width /= t1._text_painter$_textScaleFactor; for (t2 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), childIndex = 0; child != null;) { size = child.getDryLayout$1(new A.BoxConstraints(0, width, 0, 1 / 0)); - J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).toString; - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(size, null, J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).baseline); + t3 = _this.__RenderParagraph__placeholderSpans_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(size, null, t3[childIndex].baseline); t3 = child.parentData; t3.toString; child = t2._as(t3).ContainerParentDataMixin_nextSibling; @@ -228180,12 +232063,12 @@ } return hitText; }, - _paragraph$_layoutText$2$maxWidth$minWidth(maxWidth, minWidth) { + _layoutText$2$maxWidth$minWidth(maxWidth, minWidth) { var t1 = this._softWrap || this._overflow === B.TextOverflow_2 ? maxWidth : 1 / 0; - this._textPainter.layout$2$maxWidth$minWidth(0, t1, minWidth); + this._textPainter.layout$2$maxWidth$minWidth(t1, minWidth); }, - _paragraph$_layoutText$0() { - return this._paragraph$_layoutText$2$maxWidth$minWidth(1 / 0, 0); + _layoutText$0() { + return this._layoutText$2$maxWidth$minWidth(1 / 0, 0); }, systemFontsDidChange$0() { this.super$RelayoutWhenSystemFontsChangeMixin$systemFontsDidChange(); @@ -228193,13 +232076,12 @@ }, _layoutTextWithConstraints$1(constraints) { var t1; - this._textPainter.setPlaceholderDimensions$1(this._paragraph$_placeholderDimensions); + this._textPainter.setPlaceholderDimensions$1(this._placeholderDimensions); t1 = constraints.minWidth; - this._paragraph$_layoutText$2$maxWidth$minWidth(constraints.maxWidth, t1); + this._layoutText$2$maxWidth$minWidth(constraints.maxWidth, t1); }, _paragraph$_layoutChildren$2$dry(constraints, dry) { var child, placeholderDimensions, boxConstraints, t2, childIndex, t3, t4, baselineOffset, childSize, _this = this, - _s17_ = "_placeholderSpans", t1 = _this.ContainerRenderObjectMixin__childCount; if (t1 === 0) return A._setArrayType([], type$.JSArray_PlaceholderDimensions); @@ -228208,12 +232090,15 @@ boxConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, 1 / 0).$div(0, _this._textPainter._text_painter$_textScaleFactor); for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), t2 = !dry, childIndex = 0; child != null;) { if (t2) { - child.layout$2$parentUsesSize(0, boxConstraints, true); + child.layout$2$parentUsesSize(boxConstraints, true); t3 = child._box$_size; t3.toString; - switch (J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).alignment.index) { + t4 = _this.__RenderParagraph__placeholderSpans_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4[childIndex]; + switch (t4.alignment.index) { case 0: - t4 = J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).baseline; + t4 = t4.baseline; t4.toString; baselineOffset = child.getDistanceToBaseline$1(t4); break; @@ -228232,8 +232117,9 @@ childSize = child.getDryLayout$1(boxConstraints); baselineOffset = null; } - J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).toString; - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, baselineOffset, J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).baseline); + t3 = _this.__RenderParagraph__placeholderSpans_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, baselineOffset, t3[childIndex].baseline); t3 = child.parentData; t3.toString; child = t1._as(t3).ContainerParentDataMixin_nextSibling; @@ -228265,8 +232151,12 @@ } }, _paragraph$_canComputeDryLayout$0() { - var t1, t2, _i; - for (t1 = A._lateReadCheck(this.__RenderParagraph__placeholderSpans, "_placeholderSpans"), t2 = t1.length, _i = 0; _i < t2; ++_i) + var t2, _i, + t1 = this.__RenderParagraph__placeholderSpans_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t2; ++_i) switch (t1[_i].alignment.index) { case 0: case 1: @@ -228288,7 +232178,7 @@ t1 = _this._textPainter; t1.setPlaceholderDimensions$1(_this._paragraph$_layoutChildren$2$dry(constraints, true)); t2 = constraints.minWidth; - _this._paragraph$_layoutText$2$maxWidth$minWidth(constraints.maxWidth, t2); + _this._layoutText$2$maxWidth$minWidth(constraints.maxWidth, t2); t2 = t1.get$width(t1); t1 = t1._paragraph; t1 = t1.get$height(t1); @@ -228296,10 +232186,10 @@ return constraints.constrain$1(new A.Size(t2, Math.ceil(t1))); }, performLayout$0() { - var t1, t2, t3, t4, textDidExceedMaxLines, didOverflowHeight, didOverflowWidth, fadeSizePainter, fadeStart, fadeEnd, _this = this, _null = null, + var t1, t2, t3, textDidExceedMaxLines, t4, didOverflowHeight, didOverflowWidth, fadeSizePainter, fadeStart, fadeEnd, _this = this, _null = null, _s80_ = string$.x60null_c, constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - _this._paragraph$_placeholderDimensions = _this._paragraph$_layoutChildren$1(constraints); + _this._placeholderDimensions = _this._paragraph$_layoutChildren$1(constraints); _this._layoutTextWithConstraints$1(constraints); _this._paragraph$_setParentData$0(); t1 = _this._textPainter; @@ -228308,8 +232198,7 @@ t3 = t3.get$height(t3); t3.toString; t3 = Math.ceil(t3); - t4 = t1._paragraph; - textDidExceedMaxLines = t4.get$didExceedMaxLines(t4); + textDidExceedMaxLines = t1._paragraph.get$didExceedMaxLines(); t4 = _this._box$_size = constraints.constrain$1(new A.Size(t2, t3)); didOverflowHeight = t4._dy < t3 || textDidExceedMaxLines; didOverflowWidth = t4._dx < t2; @@ -228331,7 +232220,7 @@ t3.toString; t4 = t1._text_painter$_textScaleFactor; fadeSizePainter = A.TextPainter$(_null, t1._text_painter$_locale, _null, _null, t2, B.TextAlign_4, t3, _null, t4, B.TextWidthBasis_0); - fadeSizePainter.layout$0(0); + fadeSizePainter.layout$0(); if (didOverflowWidth) { switch (t1._text_painter$_textDirection.index) { case 0: @@ -228363,7 +232252,7 @@ } }, paint$2(context, offset) { - var t1, t2, t3, bounds, t4, t5, t6, childIndex, t7, t8, child, paint, _this = this, _box_0 = {}; + var t1, t2, t3, bounds, t4, t5, t6, childIndex, t7, t8, child, paint, _i, _this = this, _box_0 = {}; _this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this))); if (_this._needsClipping) { t1 = _this._box$_size; @@ -228372,10 +232261,10 @@ bounds = new A.Rect(t2, t3, t2 + t1._dx, t3 + t1._dy); if (_this._overflowShader != null) { t1 = context.get$canvas(context); - t1.saveLayer$2(0, bounds, $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData())); + t1.saveLayer$2(bounds, $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData())); } else context.get$canvas(context).save$0(0); - context.get$canvas(context).clipRect$1(0, bounds); + context.get$canvas(context).clipRect$1(bounds); } t1 = _this._textPainter; t1.paint$2(context.get$canvas(context), offset); @@ -228393,7 +232282,8 @@ t3._as(t2); t7 = t2.scale; t7.toString; - t8 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t8 = _this.__RenderObject__needsCompositing_A; + t8 === $ && A.throwUnnamedLateFieldNI(); t2 = t2.offset; context.pushTransform$4(t8, new A.Offset(t4 + t2._dx, t5 + t2._dy), A.Matrix4_Matrix4$diagonal3Values(t7, t7, t7), new A.RenderParagraph_paint_closure(_box_0)); t7 = _box_0.child.parentData; @@ -228411,24 +232301,33 @@ paint.set$shader(_this._overflowShader); t1 = context.get$canvas(context); t2 = _this._box$_size; - t1.drawRect$2(0, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy), paint); + t1.drawRect$2(new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy), paint); } context.get$canvas(context).restore$0(0); } + t1 = _this._lastSelectableFragments; + if (t1 != null) + for (t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].paint$2(context, offset); + _this.super$RenderObject$paint(context, offset); }, getOffsetForCaret$2(position, caretPrototype) { var t1; this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this))); t1 = this._textPainter; t1._computeCaretMetrics$2(position, caretPrototype); - return A._lateReadCheck(t1.__TextPainter__caretMetrics, "_caretMetrics").offset; + t1 = t1.__TextPainter__caretMetrics_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.offset; }, getFullHeightForCaret$1(position) { var t1; this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this))); t1 = this._textPainter; t1._computeCaretMetrics$2(position, B.Rect_0_0_0_0); - return A._lateReadCheck(t1.__TextPainter__caretMetrics, "_caretMetrics").fullHeight; + t1 = t1.__TextPainter__caretMetrics_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.fullHeight; }, getBoxesForSelection$1(selection) { this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this))); @@ -228438,6 +232337,10 @@ this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this))); return this._textPainter._paragraph.getPositionForOffset$1(offset); }, + getWordBoundary$1(position) { + this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this))); + return this._textPainter._paragraph.getWordBoundary$1(position); + }, describeSemanticsConfiguration$1(config) { var t1, t2, collector, buffer, attributes, t3, offset, _i, t4, info, label, t5, _i0, infoAttribute, originalRange, _this = this; _this.super$RenderObject$describeSemanticsConfiguration(config); @@ -228462,7 +232365,7 @@ for (t4 = info.stringAttributes, t5 = t4.length, _i0 = 0; _i0 < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i0) { infoAttribute = t4[_i0]; originalRange = infoAttribute.range; - attributes.push(infoAttribute.copy$1$range(0, new A.TextRange(offset + originalRange.start, offset + originalRange.end))); + attributes.push(infoAttribute.copy$1$range(new A.TextRange(offset + originalRange.start, offset + originalRange.end))); } t4 = buffer._contents += A.S(label); offset += label.length; @@ -228530,10 +232433,10 @@ ++placeholderIndex; } else { t10 = t5._as(A.RenderObject.prototype.get$constraints.call(_this)); - t1.setPlaceholderDimensions$1(_this._paragraph$_placeholderDimensions); + t1.setPlaceholderDimensions$1(_this._placeholderDimensions); t11 = t10.minWidth; t10 = t10.maxWidth; - t1.layout$2$maxWidth$minWidth(0, _this._softWrap || _this._overflow === B.TextOverflow_2 ? t10 : 1 / 0, t11); + t1.layout$2$maxWidth$minWidth(_this._softWrap || _this._overflow === B.TextOverflow_2 ? t10 : 1 / 0, t11); rects = t1._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t9, t8, B.BoxHeightStyle_0, B.BoxWidthStyle_0); if (rects.length === 0) continue; @@ -228558,7 +232461,7 @@ currentRect = new A.Rect(t12, t13, t8, t10); configuration = A.SemanticsConfiguration$(); ordinal0 = ordinal + 1; - configuration._semantics$_sortKey = new A.OrdinalSortKey(ordinal, _null); + configuration._sortKey = new A.OrdinalSortKey(ordinal, _null); configuration._hasBeenAnnotated = true; configuration._semantics$_textDirection = currentDirection; t11 = info.semanticsLabel; @@ -228569,7 +232472,7 @@ t2 = recognizer.onTap; if (t2 != null) { configuration._addArgumentlessAction$2(B.SemanticsAction_1, t2); - configuration._semantics$_onTap = t2; + configuration._onTap = t2; configuration._setFlag$2(B.SemanticsFlag_4194304, true); } } @@ -228640,19 +232543,37 @@ return A._setArrayType([A.DiagnosticableTreeNode$("text", B.DiagnosticsTreeStyle_4, t1)], type$.JSArray_DiagnosticsNode); } }; + A.RenderParagraph_markNeedsLayout_closure.prototype = { + call$1(element) { + return element._cachedRect = null; + }, + $signature: 1227 + }; A.RenderParagraph__extractPlaceholderSpans_closure.prototype = { call$1(span) { - if (span instanceof A.PlaceholderSpan) - J.add$1$ax(A._lateReadCheck(this.$this.__RenderParagraph__placeholderSpans, "_placeholderSpans"), span); + var t1; + if (span instanceof A.PlaceholderSpan0) { + t1 = this.$this.__RenderParagraph__placeholderSpans_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.push(span); + } return true; }, - $signature: 232 + $signature: 224 + }; + A.RenderParagraph_selectionColor_closure.prototype = { + call$1(fragment) { + var t1 = fragment.___SelectableFragment__selectionGeometry_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.status !== B.SelectionStatus_2; + }, + $signature: 1228 }; A.RenderParagraph_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.RenderParagraph_paint_closure.prototype = { call$2(context, offset) { @@ -228660,13 +232581,13 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 101 + $signature: 89 }; A.RenderParagraph_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 624 + $signature: 585 }; A.RenderParagraph__createShowOnScreenFor_closure.prototype = { call$0() { @@ -228677,6 +232598,225 @@ }, $signature: 0 }; + A._SelectableFragment.prototype = { + get$value(_) { + var t1 = this.___SelectableFragment__selectionGeometry_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; + }, + _paragraph$_updateSelectionGeometry$0() { + var _this = this, + newValue = _this._getSelectionGeometry$0(), + t1 = _this.___SelectableFragment__selectionGeometry_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.$eq(0, newValue)) + return; + _this.___SelectableFragment__selectionGeometry_A = newValue; + _this.notifyListeners$0(); + }, + _getSelectionGeometry$0() { + var selectionStart, selectionEnd, startOffsetInParagraphCoordinates, endOffsetInParagraphCoordinates, t2, flipHandles, paragraphToFragmentTransform, t3, t4, t5, t6, t7, _this = this, + t1 = _this._textSelectionStart; + if (t1 == null || _this._textSelectionEnd == null) + return B.SelectionGeometry_wEo; + selectionStart = t1.offset; + selectionEnd = _this._textSelectionEnd.offset; + t1 = _this.paragraph; + startOffsetInParagraphCoordinates = t1._getOffsetForPosition$1(new A.TextPosition(selectionStart, B.TextAffinity_1)); + endOffsetInParagraphCoordinates = selectionStart === selectionEnd ? startOffsetInParagraphCoordinates : t1._getOffsetForPosition$1(new A.TextPosition(selectionEnd, B.TextAffinity_1)); + t1 = t1._textPainter; + t2 = t1._text_painter$_textDirection; + t2.toString; + flipHandles = selectionStart > selectionEnd !== (B.TextDirection_0 === t2); + paragraphToFragmentTransform = A.Matrix4_Matrix4$translationValues(_this.get$_paragraph$_rect().left, _this.get$_paragraph$_rect().top, 0); + paragraphToFragmentTransform.copyInverse$1(paragraphToFragmentTransform); + t2 = A.MatrixUtils_transformPoint(paragraphToFragmentTransform, startOffsetInParagraphCoordinates); + t3 = t1.get$preferredLineHeight(); + t4 = flipHandles ? B.TextSelectionHandleType_1 : B.TextSelectionHandleType_0; + t5 = A.MatrixUtils_transformPoint(paragraphToFragmentTransform, endOffsetInParagraphCoordinates); + t1 = t1.get$preferredLineHeight(); + t6 = flipHandles ? B.TextSelectionHandleType_0 : B.TextSelectionHandleType_1; + t7 = _this._textSelectionStart.offset == _this._textSelectionEnd.offset ? B.SelectionStatus_1 : B.SelectionStatus_0; + return new A.SelectionGeometry(new A.SelectionPoint(t2, t3, t4), new A.SelectionPoint(t5, t1, t6), t7, true); + }, + dispatchSelectionEvent$1($event) { + var _this = this, + result = A._Cell$named("result"), + existingSelectionStart = _this._textSelectionStart, + existingSelectionEnd = _this._textSelectionEnd, + t1 = $event.type; + switch (t1.index) { + case 0: + case 1: + result.set$finalLocalValue(_this._updateSelectionEdge$2$isEnd(type$.SelectionEdgeUpdateEvent._as($event).globalPosition, t1 === B.SelectionEventType_1)); + break; + case 2: + _this._textSelectionEnd = _this._textSelectionStart = null; + result.set$finalLocalValue(B.SelectionResult_4); + break; + case 3: + t1 = _this.range; + _this._textSelectionStart = new A.TextPosition(t1.start, B.TextAffinity_1); + _this._textSelectionEnd = new A.TextPosition(t1.end, B.TextAffinity_0); + result.set$finalLocalValue(B.SelectionResult_4); + break; + case 4: + result.set$finalLocalValue(_this._handleSelectWord$1(type$.SelectWordSelectionEvent._as($event).get$globalPosition())); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + if (!J.$eq$(existingSelectionStart, _this._textSelectionStart) || !J.$eq$(existingSelectionEnd, _this._textSelectionEnd)) { + _this.paragraph.markNeedsPaint$0(); + _this._paragraph$_updateSelectionGeometry$0(); + } + return result._readLocal$0(); + }, + _updateSelectionEdge$2$isEnd(globalPosition, isEnd) { + var t1, transform, localPosition, t2, t3, position, _this = this; + if (isEnd) + _this._textSelectionEnd = null; + else + _this._textSelectionStart = null; + t1 = _this.paragraph; + transform = t1.getTransformTo$1(0, null); + transform.copyInverse$1(transform); + localPosition = A.MatrixUtils_transformPoint(transform, globalPosition); + t2 = _this.get$_paragraph$_rect(); + if (t2.get$isEmpty(t2)) + return A.SelectionUtils_getResultBasedOnRect(_this.get$_paragraph$_rect(), localPosition); + t2 = _this.get$_paragraph$_rect(); + t3 = t1._textPainter._text_painter$_textDirection; + t3.toString; + position = _this._clampTextPosition$1(t1.getPositionForOffset$1(A.SelectionUtils_adjustDragOffset(t2, localPosition, t3))); + if (isEnd) + _this._textSelectionEnd = position; + else + _this._textSelectionStart = position; + t1 = position.offset; + t2 = _this.range; + if (t1 == t2.end) + return B.SelectionResult_0; + if (t1 == t2.start) + return B.SelectionResult_1; + return A.SelectionUtils_getResultBasedOnRect(_this.get$_paragraph$_rect(), localPosition); + }, + _clampTextPosition$1(position) { + var t4, + t1 = position.offset, + t2 = this.range, + t3 = t2.end; + if (!(t1 > t3)) + t4 = t1 === t3 && position.affinity === B.TextAffinity_1; + else + t4 = true; + if (t4) + return new A.TextPosition(t3, B.TextAffinity_0); + t2 = t2.start; + if (t1 < t2) + return new A.TextPosition(t2, B.TextAffinity_1); + return position; + }, + _handleSelectWord$1(globalPosition) { + var word, start, end, t2, _this = this, + t1 = _this.paragraph, + position = t1.getPositionForOffset$1(t1.globalToLocal$1(globalPosition)); + if (_this._positionIsWithinCurrentSelection$1(position)) + return B.SelectionResult_2; + word = t1.getWordBoundary$1(position); + start = A._Cell$named("start"); + end = A._Cell$named("end"); + t1 = position.offset; + t2 = word.end; + if (t1 >= t2) + start.__late_helper$_value = end.__late_helper$_value = new A.TextPosition(t1, B.TextAffinity_1); + else { + start.__late_helper$_value = new A.TextPosition(word.start, B.TextAffinity_1); + end.__late_helper$_value = new A.TextPosition(t2, B.TextAffinity_0); + } + _this._textSelectionStart = start._readLocal$0(); + _this._textSelectionEnd = end._readLocal$0(); + return B.SelectionResult_2; + }, + _positionIsWithinCurrentSelection$1(position) { + var currentStart, currentEnd, t1, t2, _this = this; + if (_this._textSelectionStart == null || _this._textSelectionEnd == null) + return false; + currentStart = A._Cell$named("currentStart"); + currentEnd = A._Cell$named("currentEnd"); + t1 = _this._textSelectionStart; + t1.toString; + t2 = _this._textSelectionEnd; + t2.toString; + if (A._SelectableFragment__compareTextPositions(t1, t2) > 0) { + currentStart.__late_helper$_value = t1; + currentEnd.__late_helper$_value = t2; + } else { + currentStart.__late_helper$_value = t2; + currentEnd.__late_helper$_value = t1; + } + return A._SelectableFragment__compareTextPositions(currentStart._readLocal$0(), position) >= 0 && A._SelectableFragment__compareTextPositions(currentEnd._readLocal$0(), position) <= 0; + }, + getTransformTo$1(_, ancestor) { + var t1 = A.Matrix4_Matrix4$translationValues(this.get$_paragraph$_rect().left, this.get$_paragraph$_rect().top, 0); + t1.multiply$1(0, this.paragraph.getTransformTo$1(0, ancestor)); + return t1; + }, + pushHandleLayers$2(startHandle, endHandle) { + if (this.paragraph._node$_owner == null) + return; + }, + get$_paragraph$_rect() { + var t2, t3, boxes, result, index, offset, _this = this, + t1 = _this._cachedRect; + if (t1 == null) { + t1 = _this.paragraph; + t2 = _this.range; + t3 = t2.start; + boxes = t1.getBoxesForSelection$1(A.TextSelection$(B.TextAffinity_1, t3, t2.end, false)); + if (boxes.length !== 0) { + t1 = B.JSArray_methods.get$first(boxes); + result = new A.Rect(t1.left, t1.top, t1.right, t1.bottom); + for (index = 1; index < boxes.length; ++index) { + t1 = boxes[index]; + result = result.expandToInclude$1(new A.Rect(t1.left, t1.top, t1.right, t1.bottom)); + } + _this._cachedRect = result; + t1 = result; + } else { + offset = t1._getOffsetForPosition$1(new A.TextPosition(t3, B.TextAffinity_1)); + t1 = A.Rect$fromPoints(offset, new A.Offset(offset._dx + 0, offset._dy + -t1._textPainter.get$preferredLineHeight())); + _this._cachedRect = t1; + } + } + return t1; + }, + get$size(_) { + var t1 = this.get$_paragraph$_rect(); + return new A.Size(t1.right - t1.left, t1.bottom - t1.top); + }, + paint$2(context, offset) { + var t2, selection, selectionPaint, _i, textBox, _this = this, + t1 = _this._textSelectionStart; + if (t1 == null || _this._textSelectionEnd == null) + return; + t2 = _this.paragraph; + if (t2._selectionColor != null) { + selection = A.TextSelection$(B.TextAffinity_1, t1.offset, _this._textSelectionEnd.offset, false); + selectionPaint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + selectionPaint.set$style(0, B.PaintingStyle_0); + t1 = t2._selectionColor; + t1.toString; + selectionPaint.set$color(0, t1); + for (t1 = t2.getBoxesForSelection$1(selection), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + textBox = t1[_i]; + context.get$canvas(context).drawRect$2(new A.Rect(textBox.left, textBox.top, textBox.right, textBox.bottom).shift$1(offset), selectionPaint); + } + } + A.Matrix4_Matrix4$translationValues(_this.get$_paragraph$_rect().left, _this.get$_paragraph$_rect().top, 0); + }, + $isListenable: 1 + }; A._RenderParagraph_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { var child, t1, t2; @@ -228712,6 +232852,8 @@ this.super$_RenderParagraph_RenderBox_ContainerRenderObjectMixin$detach(0); } }; + A.__SelectableFragment_Object_Selectable.prototype = {}; + A.__SelectableFragment_Object_Selectable_ChangeNotifier.prototype = {}; A.RenderPerformanceOverlay.prototype = { set$optionsMask(value) { if (value === this._optionsMask) @@ -228762,7 +232904,7 @@ t6 = this._rasterizerThreshold; t7 = A.LayerHandle$(type$.Layer_2); context.stopRecordingIfNeeded$0(); - context.appendLayer$1(new A.PerformanceOverlayLayer(new A.Rect(t1, t2, t1 + t4, t2 + t3), t5, t6, false, false, t7)); + context.appendLayer$1(new A.PerformanceOverlayLayer(new A.Rect(t1, t2, t1 + t4, t2 + t3), t5, t6, false, false, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), t7)); } }; A.PlatformViewHitTestBehavior.prototype = { @@ -228779,23 +232921,28 @@ } }; A._PlatformViewGestureRecognizer.prototype = { - _PlatformViewGestureRecognizer$3$supportedDevices(handlePointerEvent, gestureRecognizerFactories, supportedDevices) { + _PlatformViewGestureRecognizer$2(handlePointerEvent, gestureRecognizerFactories) { var t2, _this = this, t1 = new A.GestureArenaTeam(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._CombiningGestureArenaMember)); t1.captain = _this; _this._team = t1; t1 = _this.gestureRecognizerFactories; t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); - _this.___PlatformViewGestureRecognizer__gestureRecognizers = A.LinkedHashSet_LinkedHashSet$of(new A.EfficientLengthMappedIterable(t1, new A._PlatformViewGestureRecognizer_closure(_this), t2), t2._eval$1("Iterable.E")); - _this.___PlatformViewGestureRecognizer__handlePointerEvent = handlePointerEvent; + _this.___PlatformViewGestureRecognizer__gestureRecognizers_A = A.LinkedHashSet_LinkedHashSet$of(new A.EfficientLengthMappedIterable(t1, new A._PlatformViewGestureRecognizer_closure(_this), t2), t2._eval$1("Iterable.E")); + _this.___PlatformViewGestureRecognizer__handlePointerEvent_A = handlePointerEvent; }, get$_platform_view0$_handlePointerEvent() { - return A._lateReadCheck(this.___PlatformViewGestureRecognizer__handlePointerEvent, "_handlePointerEvent"); + var t1 = this.___PlatformViewGestureRecognizer__handlePointerEvent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, addAllowedPointer$1($event) { var t1, t2; this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); - for (t1 = A._lateReadCheck(this.___PlatformViewGestureRecognizer__gestureRecognizers, "_gestureRecognizers"), t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) { + t1 = this.___PlatformViewGestureRecognizer__gestureRecognizers_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); + for (; t1.moveNext$0();) { t2 = t1._collection$_current; t2._pointerToKind.$indexSet(0, $event.get$pointer(), $event.get$kind($event)); if (t2.isPointerAllowed$1($event)) @@ -228811,16 +232958,20 @@ if (!_this.forwardedPointers.contains$1(0, $event.get$pointer())) { t1 = _this.cachedEvents; if (!t1.containsKey$1(0, $event.get$pointer())) - t1.$indexSet(0, $event.get$pointer(), A._setArrayType([], type$.JSArray_PointerEvent_2)); + t1.$indexSet(0, $event.get$pointer(), A._setArrayType([], type$.JSArray_PointerEvent)); t1.$index(0, $event.get$pointer()).push($event); } else _this._platform_view0$_handlePointerEvent$1($event); _this.stopTrackingIfPointerNoLongerDown$1($event); }, acceptGesture$1(pointer) { - var t1 = this.cachedEvents.remove$1(0, pointer); - if (t1 != null) - J.forEach$1$ax(t1, this.get$_platform_view0$_handlePointerEvent()); + var t2, + t1 = this.cachedEvents.remove$1(0, pointer); + if (t1 != null) { + t2 = this.___PlatformViewGestureRecognizer__handlePointerEvent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + J.forEach$1$ax(t1, t2); + } this.forwardedPointers.add$1(0, pointer); }, rejectGesture$1(pointer) { @@ -228838,12 +232989,12 @@ }; A._PlatformViewGestureRecognizer_closure.prototype = { call$1(recognizerFactory) { - var gestureRecognizer = recognizerFactory.constructor$0(0); + var gestureRecognizer = recognizerFactory.constructor$0(); gestureRecognizer.set$team(this.$this._team); gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 2344 + $signature: 1229 }; A.PlatformViewRenderBox.prototype = { set$controller(_, controller) { @@ -228868,19 +233019,15 @@ return true; }, computeDryLayout$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, paint$2(context, offset) { - var t5, t6, - t1 = this._box$_size, + var t1 = this._box$_size, t2 = offset._dx, - t3 = offset._dy, - t4 = t1._dx; - t1 = t1._dy; - t5 = this._platform_view0$_controller.get$viewId(); - t6 = A.LayerHandle$(type$.Layer_2); + t3 = offset._dy; + t1 = A.PlatformViewLayer$(new A.Rect(t2, t3, t2 + t1._dx, t3 + t1._dy), this._platform_view0$_controller.get$viewId()); context.stopRecordingIfNeeded$0(); - context.appendLayer$1(new A.PlatformViewLayer(new A.Rect(t2, t3, t2 + t4, t3 + t1), t5, t6)); + context.appendLayer$1(t1); }, describeSemanticsConfiguration$1(config) { this.super$RenderObject$describeSemanticsConfiguration(config); @@ -228906,7 +233053,7 @@ return; t1 = _this._PlatformViewGestureMixin__gestureRecognizer; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._PlatformViewGestureMixin__gestureRecognizer = A._PlatformViewGestureRecognizer$(handlePointerEvent, gestureRecognizers); _this._PlatformViewGestureMixin__handlePointerEvent = handlePointerEvent; }, @@ -228997,7 +233144,7 @@ t1 = _this.RenderObjectWithChildMixin__child, t2 = type$.BoxConstraints; if (t1 != null) { - t1.layout$2$parentUsesSize(0, t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; _this._box$_size = t1; @@ -229005,7 +233152,7 @@ _this._box$_size = _this.computeSizeForNoChild$1(t2._as(A.RenderObject.prototype.get$constraints.call(_this))); }, computeSizeForNoChild$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); }, hitTestChildren$2$position(result, position) { var t1 = this.RenderObjectWithChildMixin__child; @@ -229057,7 +233204,7 @@ t1 = this._additionalConstraints; t2 = t1.minWidth; if (!(t2 >= 1 / 0)) - return J.clamp$2$n(width, t2, t1.maxWidth); + return A.clampDouble(width, t2, t1.maxWidth); return width; }, computeMaxIntrinsicWidth$1(height) { @@ -229070,7 +233217,7 @@ t1 = this._additionalConstraints; t2 = t1.minWidth; if (!(t2 >= 1 / 0)) - return J.clamp$2$n(width, t2, t1.maxWidth); + return A.clampDouble(width, t2, t1.maxWidth); return width; }, computeMinIntrinsicHeight$1(width) { @@ -229083,7 +233230,7 @@ t1 = this._additionalConstraints; t2 = t1.minHeight; if (!(t2 >= 1 / 0)) - return J.clamp$2$n(height, t2, t1.maxHeight); + return A.clampDouble(height, t2, t1.maxHeight); return height; }, computeMaxIntrinsicHeight$1(width) { @@ -229096,7 +233243,7 @@ t1 = this._additionalConstraints; t2 = t1.minHeight; if (!(t2 >= 1 / 0)) - return J.clamp$2$n(height, t2, t1.maxHeight); + return A.clampDouble(height, t2, t1.maxHeight); return height; }, performLayout$0() { @@ -229105,7 +233252,7 @@ t1 = _this.RenderObjectWithChildMixin__child, t2 = _this._additionalConstraints; if (t1 != null) { - t1.layout$2$parentUsesSize(0, t2.enforce$1(constraints), true); + t1.layout$2$parentUsesSize(t2.enforce$1(constraints), true); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; _this._box$_size = t1; @@ -229138,10 +233285,10 @@ var t3, t4, t1 = constraints.minWidth, t2 = constraints.maxWidth; - t2 = t2 < 1 / 0 ? t2 : B.JSInt_methods.clamp$2(this._maxWidth, t1, t2); + t2 = t2 < 1 / 0 ? t2 : A.clampDouble(this._maxWidth, t1, t2); t3 = constraints.minHeight; t4 = constraints.maxHeight; - return new A.BoxConstraints(t1, t2, t3, t4 < 1 / 0 ? t4 : B.JSInt_methods.clamp$2(this._maxHeight, t3, t4)); + return new A.BoxConstraints(t1, t2, t3, t4 < 1 / 0 ? t4 : A.clampDouble(this._maxHeight, t3, t4)); }, _proxy_box$_computeSize$2$constraints$layoutChild(constraints, layoutChild) { var t1 = this.RenderObjectWithChildMixin__child; @@ -229208,7 +233355,7 @@ width = constraints.minWidth, width0 = constraints.maxWidth; if (width >= width0 && constraints.minHeight >= constraints.maxHeight) - return new A.Size(B.JSInt_methods.clamp$2(0, width, width0), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, width, width0), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); t1 = this._aspectRatio; if (isFinite(width0)) { height = width0 / t1; @@ -229246,7 +233393,7 @@ _this._box$_size = t1; t2 = _this.RenderObjectWithChildMixin__child; if (t2 != null) - t2.layout$1(0, A.BoxConstraints$tight(t1)); + t2.layout$1(A.BoxConstraints$tight(t1)); } }; A.RenderIntrinsicWidth.prototype = { @@ -229297,7 +233444,7 @@ t1.toString; return layoutChild.call$2(t1, constraints); } else - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); }, computeDryLayout$1(constraints) { return this._proxy_box$_computeSize$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure()); @@ -229339,7 +233486,7 @@ t1.toString; return layoutChild.call$2(t1, constraints); } else - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); }, computeDryLayout$1(constraints) { return this._proxy_box$_computeSize$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure()); @@ -229350,18 +233497,22 @@ }; A.RenderOpacity.prototype = { get$alwaysNeedsCompositing() { - return this.RenderObjectWithChildMixin__child != null && this._alpha > 0; + if (this.RenderObjectWithChildMixin__child != null) { + var t1 = this._alpha; + t1 = t1 > 0 && t1 < 255; + } else + t1 = false; + return t1; }, set$opacity(_, value) { - var didNeedCompositing, t1, t2, _this = this; + var didNeedCompositing, t1, _this = this; if (_this._proxy_box$_opacity == value) return; - didNeedCompositing = _this.RenderObjectWithChildMixin__child != null && _this._alpha > 0; + didNeedCompositing = _this.get$alwaysNeedsCompositing(); t1 = _this._alpha; _this._proxy_box$_opacity = value; - t2 = B.JSNumber_methods.round$0(J.clamp$2$n(value, 0, 1) * 255); - _this._alpha = t2; - if (didNeedCompositing !== (_this.RenderObjectWithChildMixin__child != null && t2 > 0)) + _this._alpha = B.JSNumber_methods.round$0(J.clamp$2$n(value, 0, 1) * 255); + if (didNeedCompositing !== _this.get$alwaysNeedsCompositing()) _this.markNeedsCompositingBitsUpdate$0(); _this.markNeedsPaint$0(); if (t1 !== 0 !== (_this._alpha !== 0) && true) @@ -229370,17 +233521,31 @@ set$alwaysIncludeSemantics(value) { return; }, + paintsChild$1(child) { + return this._alpha > 0; + }, paint$2(context, offset) { - var t1, t2, _this = this; - if (_this.RenderObjectWithChildMixin__child != null) { - t1 = _this._alpha; - if (t1 === 0) { - _this._layerHandle.set$layer(0, null); - return; - } - t2 = _this._layerHandle; - t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, t1, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), type$.nullable_OpacityLayer._as(t2._layer))); + var t1, t2, t3, layer, _this = this; + if (_this.RenderObjectWithChildMixin__child == null) + return; + t1 = _this._alpha; + if (t1 === 0) { + _this._layerHandle.set$layer(0, null); + return; } + if (t1 === 255) { + _this._layerHandle.set$layer(0, null); + return _this.super$RenderProxyBoxMixin$paint(context, offset); + } + t2 = A.RenderProxyBoxMixin.prototype.get$paint.call(_this); + t3 = _this._layerHandle; + layer = type$.nullable_OpacityLayer._as(t3._layer); + if (layer == null) + layer = A.OpacityLayer$(); + layer.set$alpha(0, t1); + layer.set$offset(0, offset); + context.pushLayer$3(layer, t2, B.Offset_0_0); + t3.set$layer(0, layer); }, visitChildrenForSemantics$1(visitor) { var t2, @@ -229396,14 +233561,19 @@ } }; A.RenderAnimatedOpacityMixin.prototype = { - get$alwaysNeedsCompositing() { + get$isRepaintBoundary() { if (this.RenderObjectWithChildMixin__child != null) { - var t1 = this.RenderAnimatedOpacityMixin__currentlyNeedsCompositing; + var t1 = this.RenderAnimatedOpacityMixin__currentlyIsRepaintBoundary; t1.toString; } else t1 = false; return t1; }, + updateCompositedLayer$1$oldLayer(oldLayer) { + var updatedLayer = oldLayer == null ? A.OpacityLayer$() : oldLayer; + updatedLayer.set$alpha(0, this.RenderAnimatedOpacityMixin__alpha); + return updatedLayer; + }, set$opacity(_, value) { var _this = this, t1 = _this.RenderAnimatedOpacityMixin__opacity; @@ -229423,21 +233593,25 @@ this.markNeedsSemanticsUpdate$0(); }, _updateOpacity$0() { - var didNeedCompositing, _this = this, + var wasRepaintBoundary, _this = this, oldAlpha = _this.RenderAnimatedOpacityMixin__alpha, t1 = _this.RenderAnimatedOpacityMixin__opacity; t1 = _this.RenderAnimatedOpacityMixin__alpha = B.JSNumber_methods.round$0(J.clamp$2$n(t1.get$value(t1), 0, 1) * 255); if (oldAlpha !== t1) { - didNeedCompositing = _this.RenderAnimatedOpacityMixin__currentlyNeedsCompositing; - t1 = t1 > 0; - _this.RenderAnimatedOpacityMixin__currentlyNeedsCompositing = t1; - if (_this.RenderObjectWithChildMixin__child != null && didNeedCompositing !== t1) + wasRepaintBoundary = _this.RenderAnimatedOpacityMixin__currentlyIsRepaintBoundary; + t1 = t1 > 0 && t1 < 255; + _this.RenderAnimatedOpacityMixin__currentlyIsRepaintBoundary = t1; + if (_this.RenderObjectWithChildMixin__child != null && wasRepaintBoundary !== t1) _this.markNeedsCompositingBitsUpdate$0(); - _this.markNeedsPaint$0(); + _this.markNeedsCompositedLayerUpdate$0(); if (oldAlpha === 0 || _this.RenderAnimatedOpacityMixin__alpha === 0) _this.markNeedsSemanticsUpdate$0(); } }, + paintsChild$1(child) { + var t1 = this.RenderAnimatedOpacityMixin__opacity; + return t1.get$value(t1) > 0; + }, visitChildrenForSemantics$1(visitor) { var t2, t1 = this.RenderObjectWithChildMixin__child; @@ -229477,7 +233651,7 @@ if (_this.RenderObjectWithChildMixin__child != null) { t1 = type$.nullable_BackdropFilterLayer; if (t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)) == null) - _this._layerHandle.set$layer(0, new A.BackdropFilterLayer(B.BlendMode_3, A.LayerHandle$(type$.Layer_2))); + _this._layerHandle.set$layer(0, new A.BackdropFilterLayer(B.BlendMode_3, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2))); t2 = t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)); t3 = _this._proxy_box$_filter; if (!J.$eq$(t3, t2._layer$_filter)) { @@ -229591,21 +233765,30 @@ } }, describeApproximatePaintClip$1(child) { - var t2, - t1 = this._clipper; - if (t1 == null) - t1 = null; - else { - t2 = this._box$_size; - t2.toString; - t2 = t1.getApproximateClipRect$1(t2); - t1 = t2; + var t1, t2, _this = this; + switch (_this._proxy_box$_clipBehavior) { + case B.Clip_0: + return null; + case B.Clip_1: + case B.Clip_2: + case B.Clip_3: + t1 = _this._clipper; + if (t1 == null) + t1 = null; + else { + t2 = _this._box$_size; + t2.toString; + t2 = t1.getApproximateClipRect$1(t2); + t1 = t2; + } + if (t1 == null) { + t1 = _this._box$_size; + t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); + } + return t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - if (t1 == null) { - t1 = this._box$_size; - t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - } - return t1; } }; A.RenderClipRect.prototype = { @@ -229629,7 +233812,8 @@ t2 = _this._layerHandle; if (_this._proxy_box$_clipBehavior !== B.Clip_0) { _this._updateClip$0(); - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._clip; t3.toString; t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, t3, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._proxy_box$_clipBehavior, type$.nullable_ClipRectLayer._as(t2._layer))); @@ -229648,6 +233832,12 @@ this._proxy_box$_borderRadius = value; this._markNeedsClip$0(); }, + set$textDirection(value) { + if (this._proxy_box$_textDirection == value) + return; + this._proxy_box$_textDirection = value; + this._markNeedsClip$0(); + }, get$_defaultClip() { var t1 = this._proxy_box$_borderRadius, t2 = this._box$_size; @@ -229669,7 +233859,8 @@ t2 = _this._layerHandle; if (_this._proxy_box$_clipBehavior !== B.Clip_0) { _this._updateClip$0(); - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._clip; t2.set$layer(0, context.pushClipRRect$7$clipBehavior$oldLayer(t1, offset, new A.Rect(t3.left, t3.top, t3.right, t3.bottom), t3, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._proxy_box$_clipBehavior, type$.nullable_ClipRRectLayer._as(t2._layer))); } else { @@ -229701,7 +233892,8 @@ if (t1 != null) if (_this._proxy_box$_clipBehavior !== B.Clip_0) { _this._updateClip$0(); - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._clip; t2.toString; if (!t2.$eq(0, _this._proxy_box$_cachedRect)) { @@ -229709,11 +233901,13 @@ t3 = A.Path_Path(); t4 = _this._proxy_box$_cachedRect; t4.toString; - t3.addOval$1(0, t4); - _this.__RenderClipOval__cachedPath = t3; + t3.addOval$1(t4); + _this.__RenderClipOval__cachedPath_A = t3; } - t3 = _this._layerHandle; - t3.set$layer(0, context.pushClipPath$7$clipBehavior$oldLayer(t1, offset, t2, A._lateReadCheck(_this.__RenderClipOval__cachedPath, "_cachedPath"), A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._proxy_box$_clipBehavior, type$.nullable_ClipPathLayer._as(t3._layer))); + t3 = _this.__RenderClipOval__cachedPath_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._layerHandle; + t4.set$layer(0, context.pushClipPath$7$clipBehavior$oldLayer(t1, offset, t2, t3, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._proxy_box$_clipBehavior, type$.nullable_ClipPathLayer._as(t4._layer))); } else { context.paintChild$2(t1, offset); _this._layerHandle.set$layer(0, null); @@ -229726,7 +233920,7 @@ get$_defaultClip() { var t1 = A.Path_Path(), t2 = this._box$_size; - t1.addRect$1(0, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); + t1.addRect$1(new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); return t1; }, hitTest$2$position(result, position) { @@ -229745,7 +233939,8 @@ t2 = _this._layerHandle; if (_this._proxy_box$_clipBehavior !== B.Clip_0) { _this._updateClip$0(); - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; t4 = t3._dx; t3 = t3._dy; @@ -229779,9 +233974,6 @@ this._proxy_box$_color = value; this.markNeedsPaint$0(); }, - get$alwaysNeedsCompositing() { - return true; - }, describeSemanticsConfiguration$1(config) { this.super$RenderObject$describeSemanticsConfiguration(config); config.set$elevation(0, this._proxy_box$_elevation); @@ -229830,34 +234022,59 @@ return _this.super$RenderBox$hitTest(result, position); }, paint$2(context, offset) { - var offsetRRect, offsetRRectAsPath, t1, t2, t3, _this = this; - if (_this.RenderObjectWithChildMixin__child != null) { - _this._updateClip$0(); - offsetRRect = _this._clip.shift$1(offset); - offsetRRectAsPath = A.Path_Path(); - offsetRRectAsPath.addRRect$1(0, offsetRRect); - t1 = type$.nullable_PhysicalModelLayer; - if (t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)) == null) - _this._layerHandle.set$layer(0, A.PhysicalModelLayer$()); - t2 = t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)); - t2.set$clipPath(0, offsetRRectAsPath); - t2.set$clipBehavior(_this._proxy_box$_clipBehavior); - t3 = _this._proxy_box$_elevation; - t2.set$elevation(0, t3); - t2.set$color(0, _this._proxy_box$_color); - t2.set$shadowColor(0, _this._proxy_box$_shadowColor); - t1 = t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)); - t1.toString; - context.pushLayer$4$childPaintBounds(t1, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), offset, new A.Rect(offsetRRect.left, offsetRRect.top, offsetRRect.right, offsetRRect.bottom)); - } else + var offsetRRect, offsetRRectAsPath, canvas, t1, t2, t3, usesSaveLayer, t4, t5, t6, _this = this; + if (_this.RenderObjectWithChildMixin__child == null) { _this._layerHandle.set$layer(0, null); + return; + } + _this._updateClip$0(); + offsetRRect = _this._clip.shift$1(offset); + offsetRRectAsPath = A.Path_Path(); + offsetRRectAsPath.addRRect$1(offsetRRect); + canvas = context.get$canvas(context); + if (_this._proxy_box$_elevation !== 0 && true) { + canvas.drawRect$2(new A.Rect(offsetRRect.left, offsetRRect.top, offsetRRect.right, offsetRRect.bottom).inflate$1(20), $.$get$_transparentPaint()); + t1 = _this._proxy_box$_shadowColor; + t2 = _this._proxy_box$_elevation; + t3 = _this._proxy_box$_color; + canvas.drawShadow$4(offsetRRectAsPath, t1, t2, (t3.get$value(t3) >>> 24 & 255) !== 255); + } + usesSaveLayer = _this._proxy_box$_clipBehavior === B.Clip_3; + if (!usesSaveLayer) { + t1 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + t1.set$color(0, _this._proxy_box$_color); + canvas.drawRRect$2(offsetRRect, t1); + } + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._box$_size; + t3 = t2._dx; + t2 = t2._dy; + t4 = _this._clip; + t4.toString; + t5 = _this._layerHandle; + t6 = type$.nullable_ClipRRectLayer._as(t5._layer); + t5.set$layer(0, context.pushClipRRect$7$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3, 0 + t2), t4, new A.RenderPhysicalModel_paint_closure(_this, usesSaveLayer), _this._proxy_box$_clipBehavior, t6)); } }; + A.RenderPhysicalModel_paint_closure.prototype = { + call$2(context, offset) { + var t1, t2; + if (this.usesSaveLayer) { + t1 = context.get$canvas(context); + t2 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + t2.set$color(0, this.$this._proxy_box$_color); + t1.drawPaint$1(t2); + } + this.$this.super$RenderProxyBoxMixin$paint(context, offset); + }, + $signature: 89 + }; A.RenderPhysicalShape.prototype = { get$_defaultClip() { var t1 = A.Path_Path(), t2 = this._box$_size; - t1.addRect$1(0, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); + t1.addRect$1(new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); return t1; }, hitTest$2$position(result, position) { @@ -229870,45 +234087,70 @@ return _this.super$RenderBox$hitTest(result, position); }, paint$2(context, offset) { - var t1, t2, t3, t4, offsetPath, t5, t6, t7, _this = this; - if (_this.RenderObjectWithChildMixin__child != null) { - _this._updateClip$0(); - t1 = _this._box$_size; - t2 = offset._dx; - t3 = offset._dy; - t4 = t1._dx; - t1 = t1._dy; - offsetPath = _this._clip.shift$1(offset); - t5 = type$.nullable_PhysicalModelLayer; - if (t5._as(A.RenderObject.prototype.get$layer.call(_this, _this)) == null) - _this._layerHandle.set$layer(0, A.PhysicalModelLayer$()); - t6 = t5._as(A.RenderObject.prototype.get$layer.call(_this, _this)); - t6.set$clipPath(0, offsetPath); - t6.set$clipBehavior(_this._proxy_box$_clipBehavior); - t7 = _this._proxy_box$_elevation; - t6.set$elevation(0, t7); - t6.set$color(0, _this._proxy_box$_color); - t6.set$shadowColor(0, _this._proxy_box$_shadowColor); - t5 = t5._as(A.RenderObject.prototype.get$layer.call(_this, _this)); - t5.toString; - context.pushLayer$4$childPaintBounds(t5, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), offset, new A.Rect(t2, t3, t2 + t4, t3 + t1)); - } else + var t1, t2, t3, t4, offsetPath, canvas, usesSaveLayer, t5, t6, _this = this; + if (_this.RenderObjectWithChildMixin__child == null) { _this._layerHandle.set$layer(0, null); + return; + } + _this._updateClip$0(); + t1 = _this._box$_size; + t2 = offset._dx; + t3 = offset._dy; + t4 = t1._dx; + t1 = t1._dy; + offsetPath = _this._clip.shift$1(offset); + canvas = context.get$canvas(context); + if (_this._proxy_box$_elevation !== 0 && true) { + canvas.drawRect$2(new A.Rect(t2, t3, t2 + t4, t3 + t1).inflate$1(20), $.$get$_transparentPaint()); + t1 = _this._proxy_box$_shadowColor; + t2 = _this._proxy_box$_elevation; + t3 = _this._proxy_box$_color; + canvas.drawShadow$4(offsetPath, t1, t2, (t3.get$value(t3) >>> 24 & 255) !== 255); + } + usesSaveLayer = _this._proxy_box$_clipBehavior === B.Clip_3; + if (!usesSaveLayer) { + t1 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + t1.set$color(0, _this._proxy_box$_color); + canvas.drawPath$2(offsetPath, t1); + } + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._box$_size; + t3 = t2._dx; + t2 = t2._dy; + t4 = _this._clip; + t4.toString; + t5 = _this._layerHandle; + t6 = type$.nullable_ClipPathLayer._as(t5._layer); + t5.set$layer(0, context.pushClipPath$7$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3, 0 + t2), t4, new A.RenderPhysicalShape_paint_closure(_this, usesSaveLayer), _this._proxy_box$_clipBehavior, t6)); } }; + A.RenderPhysicalShape_paint_closure.prototype = { + call$2(context, offset) { + var t1, t2; + if (this.usesSaveLayer) { + t1 = context.get$canvas(context); + t2 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + t2.set$color(0, this.$this._proxy_box$_color); + t1.drawPaint$1(t2); + } + this.$this.super$RenderProxyBoxMixin$paint(context, offset); + }, + $signature: 89 + }; A.DecorationPosition.prototype = { toString$0(_) { return "DecorationPosition." + this._core$_name; } }; A.RenderDecoratedBox.prototype = { - set$decoration(_, value) { + set$decoration(value) { var t1, _this = this; if (J.$eq$(value, _this._proxy_box$_decoration)) return; t1 = _this._proxy_box$_painter; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._proxy_box$_painter = null; _this._proxy_box$_decoration = value; _this.markNeedsPaint$0(); @@ -229920,16 +234162,16 @@ this.markNeedsPaint$0(); }, set$configuration(value) { - if (value.$eq(0, this._proxy_box$_configuration)) + if (value.$eq(0, this._configuration)) return; - this._proxy_box$_configuration = value; + this._configuration = value; this.markNeedsPaint$0(); }, detach$0(_) { var _this = this, t1 = _this._proxy_box$_painter; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._proxy_box$_painter = null; _this.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$detach(0); _this.markNeedsPaint$0(); @@ -229938,13 +234180,13 @@ var t1 = this._proxy_box$_decoration, t2 = this._box$_size; t2.toString; - return t1.hitTest$3$textDirection(t2, position, this._proxy_box$_configuration.textDirection); + return t1.hitTest$3$textDirection(t2, position, this._configuration.textDirection); }, paint$2(context, offset) { var t1, t2, filledConfiguration, _this = this; if (_this._proxy_box$_painter == null) _this._proxy_box$_painter = _this._proxy_box$_decoration.createBoxPainter$1(_this.get$markNeedsPaint()); - t1 = _this._proxy_box$_configuration; + t1 = _this._configuration; t2 = _this._box$_size; t2.toString; filledConfiguration = t1.copyWith$1$size(t2); @@ -229977,7 +234219,7 @@ _this.markNeedsPaint$0(); _this.markNeedsSemanticsUpdate$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._proxy_box$_textDirection == value) return; @@ -230027,13 +234269,19 @@ return result.addWithPaintTransform$3$hitTest$position$transform(new A.RenderTransform_hitTestChildren_closure(this), position, t1); }, paint$2(context, offset) { - var t1, childOffset, t2, t3, t4, t5, _this = this; + var t1, childOffset, det, t2, t3, t4, t5, _this = this; if (_this.RenderObjectWithChildMixin__child != null) { t1 = _this.get$_effectiveTransform(); t1.toString; childOffset = A.MatrixUtils_getAsTranslation(t1); if (childOffset == null) { - t2 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + det = t1.determinant$0(); + if (det === 0 || !isFinite(det)) { + _this._layerHandle.set$layer(0, null); + return; + } + t2 = _this.__RenderObject__needsCompositing_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = A.RenderProxyBoxMixin.prototype.get$paint.call(_this); t4 = _this._layerHandle; t5 = t4._layer; @@ -230054,7 +234302,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 74 + $signature: 78 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { @@ -230098,7 +234346,7 @@ _this._proxy_box$_resolvedAlignment = _this._proxy_box$_transform = _this._hasVisualOverflow = null; _this.markNeedsPaint$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._proxy_box$_textDirection == value) return; @@ -230125,13 +234373,13 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } } else - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); }, performLayout$0() { var t2, t3, t4, unconstrainedSize, _this = this, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX5, true); + t1.layout$2$parentUsesSize(B.BoxConstraints_mlX5, true); switch (_this._proxy_box$_fit.index) { case 6: t1 = type$.BoxConstraints; @@ -230160,7 +234408,7 @@ _this._proxy_box$_transform = _this._hasVisualOverflow = null; } else { t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(0, t1.minHeight, t1.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(0, t1.minWidth, t1.maxWidth), A.clampDouble(0, t1.minHeight, t1.maxHeight)); } }, _updatePaintData$0() { @@ -230205,7 +234453,8 @@ t1.toString; childOffset = A.MatrixUtils_getAsTranslation(t1); if (childOffset == null) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._proxy_box$_transform; t2.toString; t3 = A.RenderProxyBoxMixin.prototype.get$paint.call(_this); @@ -230232,7 +234481,8 @@ t1 = _this._hasVisualOverflow; t1.toString; if (t1 && _this._proxy_box$_clipBehavior !== B.Clip_0) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._box$_size; t3 = t2._dx; t2 = t2._dy; @@ -230262,14 +234512,23 @@ _this._updatePaintData$0(); return result.addWithPaintTransform$3$hitTest$position$transform(new A.RenderFittedBox_hitTestChildren_closure(_this), position, _this._proxy_box$_transform); }, + paintsChild$1(child) { + var t1 = this._box$_size; + if (!t1.get$isEmpty(t1)) { + t1 = child._box$_size; + t1 = !t1.get$isEmpty(t1); + } else + t1 = false; + return t1; + }, applyPaintTransform$2(child, transform) { var t1 = this._box$_size; if (!t1.get$isEmpty(t1)) { t1 = child._box$_size; - t1 = t1.get$isEmpty(t1); + t1 = !t1.get$isEmpty(t1); } else - t1 = true; - if (t1) + t1 = false; + if (!t1) transform.setZero$0(); else { this._updatePaintData$0(); @@ -230283,7 +234542,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 74 + $signature: 78 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -230329,11 +234588,11 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 74 + $signature: 78 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, handleEvent$2($event, entry) { var t1, _this = this, _null = null; @@ -230349,14 +234608,20 @@ t1 = _this.onPointerUp; return t1 == null ? _null : t1.call$1($event); } - if (type$.PointerHoverEvent._is($event)) { - t1 = _this.onPointerHover; - return t1 == null ? _null : t1.call$1($event); - } + if (type$.PointerHoverEvent._is($event)) + return _null; if (type$.PointerCancelEvent._is($event)) { t1 = _this.onPointerCancel; return t1 == null ? _null : t1.call$1($event); } + if (type$.PointerPanZoomStartEvent._is($event)) { + t1 = _this.onPointerPanZoomStart; + return t1 == null ? _null : t1.call$1($event); + } + if (type$.PointerPanZoomUpdateEvent._is($event)) + return _null; + if (type$.PointerPanZoomEndEvent._is($event)) + return _null; if (type$.PointerSignalEvent._is($event)) { t1 = _this.onPointerSignal; return t1 == null ? _null : t1.call$1($event); @@ -230387,7 +234652,7 @@ this.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$detach(0); }, computeSizeForNoChild$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, $isMouseTrackerAnnotation: 1, get$onEnter(receiver) { @@ -230479,7 +234744,7 @@ }, computeDryLayout$1(constraints) { if (this._proxy_box$_offstage) - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); return this.super$RenderProxyBoxMixin$computeDryLayout(constraints); }, performResize$0() { @@ -230490,13 +234755,16 @@ if (_this._proxy_box$_offstage) { t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) - t1.layout$1(0, type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this))); + t1.layout$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this))); } else _this.super$RenderProxyBoxMixin$performLayout(); }, hitTest$2$position(result, position) { return !this._proxy_box$_offstage && this.super$RenderBox$hitTest(result, position); }, + paintsChild$1(child) { + return !this._proxy_box$_offstage; + }, paint$2(context, offset) { if (this._proxy_box$_offstage) return; @@ -230550,10 +234818,10 @@ }, set$onTap(value) { var t1, _this = this; - if (J.$eq$(_this._onTap, value)) + if (J.$eq$(_this._proxy_box$_onTap, value)) return; - t1 = _this._onTap; - _this._onTap = value; + t1 = _this._proxy_box$_onTap; + _this._proxy_box$_onTap = value; if (value != null !== (t1 != null)) _this.markNeedsSemanticsUpdate$0(); }, @@ -230587,13 +234855,13 @@ describeSemanticsConfiguration$1(config) { var t1, _this = this; _this.super$RenderObject$describeSemanticsConfiguration(config); - if (_this._onTap != null) { + if (_this._proxy_box$_onTap != null) { t1 = _this._validActions; t1 = t1 == null || t1.contains$1(0, B.SemanticsAction_1); } else t1 = false; if (t1) - config.set$onTap(_this._onTap); + config.set$onTap(_this._proxy_box$_onTap); if (_this._onLongPress != null) { t1 = _this._validActions; t1 = t1 == null || t1.contains$1(0, B.SemanticsAction_2); @@ -230664,6 +234932,14 @@ } }; A.RenderSemanticsAnnotations.prototype = { + set$properties(value) { + var _this = this; + if (_this._properties === value) + return; + _this._properties = value; + _this._updateAttributedFields$1(value); + _this.markNeedsSemanticsUpdate$0(); + }, set$container(value) { if (this._container === value) return; @@ -230682,293 +234958,32 @@ this._excludeSemantics = value; this.markNeedsSemanticsUpdate$0(); }, - set$checked(_, value) { - if (this._checked == value) - return; - this._checked = value; - this.markNeedsSemanticsUpdate$0(); + _updateAttributedFields$1(value) { + var _this = this, _null = null, + t1 = value.attributedLabel; + t1 = value.label; + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); + _this._attributedLabel = t1; + t1 = value.attributedValue; + t1 = value.value; + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); + _this._attributedValue = t1; + t1 = value.attributedIncreasedValue; + t1 = value.increasedValue; + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); + _this._attributedIncreasedValue = t1; + t1 = _this._properties.attributedDecreasedValue; + t1 = value.decreasedValue; + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); + _this._attributedDecreasedValue = t1; + _this._attributedHint = null; }, - set$enabled(_, value) { - if (this._enabled == value) - return; - this._enabled = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$selected(_, value) { - if (this._selected == value) - return; - this._selected = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$button(_, value) { - if (this._button == value) - return; - this._button = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$slider(value) { - return; - }, - set$keyboardKey(value) { - return; - }, - set$link(value) { - return; - }, - set$header(value) { - if (this._header == value) - return; - this._header = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$textField(value) { - return; - }, - set$readOnly(_, value) { - return; - }, - set$focusable(value) { - if (this._focusable == value) - return; - this._focusable = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$focused(_, value) { - if (this._focused == value) - return; - this._focused = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$inMutuallyExclusiveGroup(value) { - if (this._inMutuallyExclusiveGroup == value) - return; - this._inMutuallyExclusiveGroup = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$obscured(value) { - return; - }, - set$multiline(_, value) { - return; - }, - set$scopesRoute(value) { - if (this._scopesRoute == value) - return; - this._scopesRoute = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$namesRoute(value) { - if (this._namesRoute == value) - return; - this._namesRoute = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$hidden(_, value) { - return; - }, - set$image(_, value) { - if (this._image == value) - return; - this._image = value; - }, - set$liveRegion(value) { - if (this._liveRegion == value) - return; - this._liveRegion = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$maxValueLength(value) { - if (this._maxValueLength == value) - return; - this._maxValueLength = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$currentValueLength(value) { - if (this._currentValueLength == value) - return; - this._currentValueLength = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$toggled(value) { - if (this._toggled == value) - return; - this._toggled = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$attributedLabel(value) { - if (J.$eq$(this._attributedLabel, value)) - return; - this._attributedLabel = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$attributedValue(value) { - if (J.$eq$(this._attributedValue, value)) - return; - this._attributedValue = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$attributedIncreasedValue(value) { - if (J.$eq$(this._attributedIncreasedValue, value)) - return; - this._attributedIncreasedValue = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$attributedDecreasedValue(value) { - if (J.$eq$(this._attributedDecreasedValue, value)) - return; - this._attributedDecreasedValue = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$attributedHint(value) { - if (J.$eq$(this._attributedHint, value)) - return; - this._attributedHint = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$hintOverrides(value) { - if (J.$eq$(this._hintOverrides, value)) - return; - this._hintOverrides = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._proxy_box$_textDirection == value) return; this._proxy_box$_textDirection = value; this.markNeedsSemanticsUpdate$0(); }, - set$sortKey(value) { - if (this._sortKey == value) - return; - this._sortKey = value; - this.markNeedsSemanticsUpdate$0(); - }, - set$tagForChildren(value) { - if (J.$eq$(this._tagForChildren, value)) - return; - this.markNeedsSemanticsUpdate$0(); - this._tagForChildren = value; - }, - set$onTap(handler) { - var t1, _this = this; - if (J.$eq$(_this._onTap, handler)) - return; - t1 = _this._onTap; - _this._onTap = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onDismiss(handler) { - var t1, _this = this; - if (J.$eq$(_this._onDismiss, handler)) - return; - t1 = _this._onDismiss; - _this._onDismiss = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onLongPress(handler) { - var t1, _this = this; - if (J.$eq$(_this._onLongPress, handler)) - return; - t1 = _this._onLongPress; - _this._onLongPress = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onScrollLeft(handler) { - return; - }, - set$onScrollRight(handler) { - return; - }, - set$onScrollUp(handler) { - return; - }, - set$onScrollDown(handler) { - return; - }, - set$onIncrease(handler) { - var t1, _this = this; - if (J.$eq$(_this._onIncrease, handler)) - return; - t1 = _this._onIncrease; - _this._onIncrease = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onDecrease(handler) { - var t1, _this = this; - if (J.$eq$(_this._onDecrease, handler)) - return; - t1 = _this._onDecrease; - _this._onDecrease = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onCopy(_, handler) { - var t1, _this = this; - if (J.$eq$(_this._onCopy, handler)) - return; - t1 = _this._onCopy; - _this._onCopy = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onCut(_, handler) { - var t1, _this = this; - if (J.$eq$(_this._onCut, handler)) - return; - t1 = _this._onCut; - _this._onCut = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onPaste(_, handler) { - var t1, _this = this; - if (J.$eq$(_this._onPaste, handler)) - return; - t1 = _this._onPaste; - _this._onPaste = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onMoveCursorForwardByCharacter(handler) { - return; - }, - set$onMoveCursorBackwardByCharacter(handler) { - return; - }, - set$onMoveCursorForwardByWord(handler) { - return; - }, - set$onMoveCursorBackwardByWord(handler) { - return; - }, - set$onSetSelection(handler) { - return; - }, - set$onSetText(handler) { - return; - }, - set$onDidGainAccessibilityFocus(handler) { - var t1, _this = this; - if (J.$eq$(_this._onDidGainAccessibilityFocus, handler)) - return; - t1 = _this._onDidGainAccessibilityFocus; - _this._onDidGainAccessibilityFocus = handler; - if (handler != null !== (t1 != null)) - _this.markNeedsSemanticsUpdate$0(); - }, - set$onDidLoseAccessibilityFocus(handler) { - return; - }, - set$customSemanticsActions(value) { - if (this._customSemanticsActions == value) - return; - this._customSemanticsActions = value; - this.markNeedsSemanticsUpdate$0(); - }, visitChildrenForSemantics$1(visitor) { if (this._excludeSemantics) return; @@ -230979,40 +234994,40 @@ _this.super$RenderObject$describeSemanticsConfiguration(config); config._isSemanticBoundary = _this._container; config.explicitChildNodes = _this._explicitChildNodes; - t1 = _this._enabled; + t1 = _this._properties.enabled; if (t1 != null) { config._setFlag$2(B.SemanticsFlag_64, true); config._setFlag$2(B.SemanticsFlag_128, t1); } - t1 = _this._checked; + t1 = _this._properties.checked; if (t1 != null) { config._setFlag$2(B.SemanticsFlag_1, true); config._setFlag$2(B.SemanticsFlag_2, t1); } - t1 = _this._toggled; + t1 = _this._properties.toggled; if (t1 != null) { config._setFlag$2(B.SemanticsFlag_65536, true); config._setFlag$2(B.SemanticsFlag_131072, t1); } - t1 = _this._selected; + t1 = _this._properties.selected; if (t1 != null) config._setFlag$2(B.SemanticsFlag_4, t1); - t1 = _this._button; + t1 = _this._properties.button; if (t1 != null) config._setFlag$2(B.SemanticsFlag_8, t1); - t1 = _this._header; + t1 = _this._properties.header; if (t1 != null) config._setFlag$2(B.SemanticsFlag_512, t1); - t1 = _this._focusable; + t1 = _this._properties.focusable; if (t1 != null) config._setFlag$2(B.SemanticsFlag_2097152, t1); - t1 = _this._focused; + t1 = _this._properties.focused; if (t1 != null) config._setFlag$2(B.SemanticsFlag_32, t1); - t1 = _this._inMutuallyExclusiveGroup; + t1 = _this._properties.inMutuallyExclusiveGroup; if (t1 != null) config._setFlag$2(B.SemanticsFlag_256, t1); - t1 = _this._image; + t1 = _this._properties.image; if (t1 != null) config._setFlag$2(B.SemanticsFlag_16384, t1); t1 = _this._attributedLabel; @@ -231040,26 +235055,32 @@ config._semantics$_attributedHint = t1; config._hasBeenAnnotated = true; } - t1 = _this._hintOverrides; + t1 = _this._properties; + t2 = t1.tooltip; + if (t2 != null) { + config._tooltip = t2; + config._hasBeenAnnotated = true; + } + t1 = t1.hintOverrides; if (t1 != null) t2 = t1.onTapHint != null || false; else t2 = false; if (t2) config.set$hintOverrides(t1); - t1 = _this._scopesRoute; + t1 = _this._properties.scopesRoute; if (t1 != null) config._setFlag$2(B.SemanticsFlag_2048, t1); - t1 = _this._namesRoute; + t1 = _this._properties.namesRoute; if (t1 != null) config._setFlag$2(B.SemanticsFlag_4096, t1); - t1 = _this._liveRegion; + t1 = _this._properties.liveRegion; if (t1 != null) config._setFlag$2(B.SemanticsFlag_32768, t1); - t1 = _this._maxValueLength; + t1 = _this._properties.maxValueLength; if (t1 != null) config.set$maxValueLength(t1); - t1 = _this._currentValueLength; + t1 = _this._properties.currentValueLength; if (t1 != null) config.set$currentValueLength(t1); t1 = _this._proxy_box$_textDirection; @@ -231067,82 +235088,83 @@ config._semantics$_textDirection = t1; config._hasBeenAnnotated = true; } - t1 = _this._sortKey; - if (t1 != null) { - config._semantics$_sortKey = t1; + t1 = _this._properties; + t2 = t1.sortKey; + if (t2 != null) { + config._sortKey = t2; config._hasBeenAnnotated = true; } - t1 = _this._tagForChildren; + t1 = t1.tagForChildren; if (t1 != null) config.addTagForChildren$1(t1); - if (_this._onTap != null) + if (_this._properties.onTap != null) config.set$onTap(_this.get$_performTap()); - if (_this._onLongPress != null) + if (_this._properties.onLongPress != null) config.set$onLongPress(_this.get$_performLongPress()); - if (_this._onDismiss != null) + if (_this._properties.onDismiss != null) config.set$onDismiss(_this.get$_performDismiss()); - if (_this._onIncrease != null) + if (_this._properties.onIncrease != null) config.set$onIncrease(_this.get$_performIncrease()); - if (_this._onDecrease != null) + if (_this._properties.onDecrease != null) config.set$onDecrease(_this.get$_performDecrease()); - if (_this._onCopy != null) + if (_this._properties.onCopy != null) config.set$onCopy(0, _this.get$_performCopy()); - if (_this._onCut != null) + if (_this._properties.onCut != null) config.set$onCut(0, _this.get$_performCut()); - if (_this._onPaste != null) + if (_this._properties.onPaste != null) config.set$onPaste(0, _this.get$_performPaste()); - if (_this._onDidGainAccessibilityFocus != null) + if (_this._properties.onDidGainAccessibilityFocus != null) config.set$onDidGainAccessibilityFocus(_this.get$_performDidGainAccessibilityFocus()); - t1 = _this._customSemanticsActions; + t1 = _this._properties.customSemanticsActions; if (t1 != null) { config._hasBeenAnnotated = true; config._actionsAsBits |= 131072; - config._semantics$_customSemanticsActions = t1; + config._customSemanticsActions = t1; config._actions.$indexSet(0, B.SemanticsAction_131072, config.get$_onCustomSemanticsAction()); } }, _performTap$0() { - var t1 = this._onTap; + var t1 = this._properties.onTap; if (t1 != null) t1.call$0(); }, _performLongPress$0() { - var t1 = this._onLongPress; + var t1 = this._properties.onLongPress; if (t1 != null) t1.call$0(); }, _performDismiss$0() { - var t1 = this._onDismiss; + var t1 = this._properties.onDismiss; if (t1 != null) t1.call$0(); }, _performIncrease$0() { - var t1 = this._onIncrease; + var t1 = this._properties.onIncrease; if (t1 != null) t1.call$0(); }, _performDecrease$0() { - var t1 = this._onDecrease; + var t1 = this._properties.onDecrease; if (t1 != null) t1.call$0(); }, _performCopy$0() { - var t1 = this._onCopy; + var t1 = this._properties.onCopy; if (t1 != null) t1.call$0(); }, _performCut$0() { - var t1 = this._onCut; + var t1 = this._properties.onCut; if (t1 != null) t1.call$0(); }, _performPaste$0() { - var t1 = this._onPaste; + var t1 = this._properties.onPaste; if (t1 != null) t1.call$0(); }, _performDidGainAccessibilityFocus$0() { - var t1 = this._onDidGainAccessibilityFocus; + var t1 = this._properties.onDidGainAccessibilityFocus; if (t1 != null) t1.call$0(); } @@ -231217,7 +235239,7 @@ t2 = t1._layer, t3 = this._proxy_box$_link; if (t2 == null) - t1.set$layer(0, new A.LeaderLayer(t3, offset, A.LayerHandle$(type$.Layer_2))); + t1.set$layer(0, A.LeaderLayer$(t3, offset)); else { type$.LeaderLayer._as(t2); t2.set$link(t3); @@ -231297,7 +235319,7 @@ } t1 = type$.nullable_FollowerLayer; if (t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)) == null) - _this._layerHandle.set$layer(0, new A.FollowerLayer(_this._proxy_box$_link, _this._showWhenUnlinked, offset, effectiveLinkedOffset, A.LayerHandle$(type$.Layer_2))); + _this._layerHandle.set$layer(0, new A.FollowerLayer(_this._proxy_box$_link, _this._showWhenUnlinked, offset, effectiveLinkedOffset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2))); else { t2 = t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)); if (t2 != null) { @@ -231319,7 +235341,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 74 + $signature: 78 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -231339,7 +235361,7 @@ t1 = _this._proxy_box$_value, t2 = _this._box$_size; t2.toString; - context.pushLayer$3(new A.AnnotatedRegionLayer(t1, t2, offset, A.LayerHandle$(type$.Layer_2), _this.$ti._eval$1("AnnotatedRegionLayer<1>")), A.RenderProxyBoxMixin.prototype.get$paint.call(_this), offset); + context.pushLayer$3(new A.AnnotatedRegionLayer(t1, t2, offset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2), _this.$ti._eval$1("AnnotatedRegionLayer<1>")), A.RenderProxyBoxMixin.prototype.get$paint.call(_this), offset); }, get$alwaysNeedsCompositing() { return true; @@ -231365,17 +235387,9 @@ this.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$detach(0); }, paint$2(context, offset) { - var t1, t2, _this = this; - if (_this.RenderObjectWithChildMixin__child != null) { - t1 = _this.RenderAnimatedOpacityMixin__alpha; - if (t1 === 0) { - _this._layerHandle.set$layer(0, null); - return; - } - t1.toString; - t2 = _this._layerHandle; - t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, t1, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), type$.nullable_OpacityLayer._as(t2._layer))); - } + if (this.RenderAnimatedOpacityMixin__alpha === 0) + return; + this.super$RenderProxyBoxMixin$paint(context, offset); } }; A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin.prototype = { @@ -231402,6 +235416,97 @@ return this.super$RenderBox$computeDistanceToActualBaseline(baseline); } }; + A.SelectionResult.prototype = { + toString$0(_) { + return "SelectionResult." + this._core$_name; + } + }; + A.Selectable.prototype = {$isListenable: 1}; + A.SelectionRegistrant.prototype = { + set$registrar(value) { + var _this = this, + t1 = _this.SelectionRegistrant__registrar; + if (value == t1) + return; + if (value == null) + _this.removeListener$1(0, _this.get$_selection$_updateSelectionRegistrarSubscription()); + else if (t1 == null) + _this.addListener$1(0, _this.get$_selection$_updateSelectionRegistrarSubscription()); + _this._selection$_removeSelectionRegistrarSubscription$0(); + _this.SelectionRegistrant__registrar = value; + _this._selection$_updateSelectionRegistrarSubscription$0(); + }, + _selection$_updateSelectionRegistrarSubscription$0() { + var _this = this; + if (_this.SelectionRegistrant__registrar == null) { + _this.SelectionRegistrant__subscribedToSelectionRegistrar = false; + return; + } + if (_this.SelectionRegistrant__subscribedToSelectionRegistrar && !_this.get$value(_this).hasContent) { + _this.SelectionRegistrant__registrar.remove$1(0, _this); + _this.SelectionRegistrant__subscribedToSelectionRegistrar = false; + } else if (!_this.SelectionRegistrant__subscribedToSelectionRegistrar && _this.get$value(_this).hasContent) { + _this.SelectionRegistrant__registrar.add$1(0, _this); + _this.SelectionRegistrant__subscribedToSelectionRegistrar = true; + } + }, + _selection$_removeSelectionRegistrarSubscription$0() { + var _this = this; + if (_this.SelectionRegistrant__subscribedToSelectionRegistrar) { + _this.SelectionRegistrant__registrar.remove$1(0, _this); + _this.SelectionRegistrant__subscribedToSelectionRegistrar = false; + } + } + }; + A.SelectionEventType.prototype = { + toString$0(_) { + return "SelectionEventType." + this._core$_name; + } + }; + A.SelectionEvent.prototype = {}; + A.ClearSelectionEvent.prototype = {}; + A.SelectionEdgeUpdateEvent.prototype = {}; + A.SelectionStatus.prototype = { + toString$0(_) { + return "SelectionStatus." + this._core$_name; + } + }; + A.SelectionGeometry.prototype = { + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (_this === other) + return true; + if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) + return false; + return other instanceof A.SelectionGeometry && J.$eq$(other.startSelectionPoint, _this.startSelectionPoint) && J.$eq$(other.endSelectionPoint, _this.endSelectionPoint) && other.status === _this.status && other.hasContent === _this.hasContent; + }, + get$hashCode(_) { + var _this = this; + return A.Object_hash(_this.startSelectionPoint, _this.endSelectionPoint, _this.status, _this.hasContent, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + } + }; + A.SelectionPoint.prototype = { + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (_this === other) + return true; + if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) + return false; + return other instanceof A.SelectionPoint && other.localPosition.$eq(0, _this.localPosition) && other.lineHeight == _this.lineHeight && other.handleType === _this.handleType; + }, + get$hashCode(_) { + return A.Object_hash(this.localPosition, this.lineHeight, this.handleType, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + } + }; + A.TextSelectionHandleType.prototype = { + toString$0(_) { + return "TextSelectionHandleType." + this._core$_name; + } + }; A.RenderShiftedBox.prototype = { computeMinIntrinsicWidth$1(height) { var t1 = this.RenderObjectWithChildMixin__child; @@ -231465,7 +235570,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { @@ -231482,7 +235587,7 @@ _this._resolvedPadding = null; _this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._shifted_box$_textDirection == value) return; @@ -231564,7 +235669,7 @@ t1 = _this._resolvedPadding; t1.toString; innerConstraints = constraints.deflate$1(t1); - _this.RenderObjectWithChildMixin__child.layout$2$parentUsesSize(0, innerConstraints, true); + _this.RenderObjectWithChildMixin__child.layout$2$parentUsesSize(innerConstraints, true); t1 = _this.RenderObjectWithChildMixin__child; t2 = t1.parentData; t2.toString; @@ -231592,7 +235697,7 @@ _this._shifted_box$_resolvedAlignment = null; _this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._shifted_box$_textDirection == value) return; @@ -231660,7 +235765,7 @@ shrinkWrapHeight = _this._heightFactor != null || constraints.maxHeight === 1 / 0, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight), true); + t1.layout$2$parentUsesSize(new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight), true); if (shrinkWrapWidth) { t1 = _this.RenderObjectWithChildMixin__child._box$_size._dx; t2 = _this._widthFactor; @@ -231710,7 +235815,7 @@ return true; }, computeDryLayout$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, performLayout$0() { var t2, t3, t4, t5, _this = this, @@ -231724,7 +235829,7 @@ t5 = _this._minHeight; t2 = t5 == null ? t2.minHeight : t5; t5 = _this._shifted_box$_maxHeight; - t1.layout$2$parentUsesSize(0, new A.BoxConstraints(t3, t4, t2, t5), true); + t1.layout$2$parentUsesSize(new A.BoxConstraints(t3, t4, t2, t5), true); _this.alignChild$0(); } } @@ -231829,7 +235934,7 @@ t1 = _this.RenderObjectWithChildMixin__child, t2 = type$.BoxConstraints; if (t1 != null) { - t1.layout$2$parentUsesSize(0, _this._getInnerConstraints$1(t2._as(A.RenderObject.prototype.get$constraints.call(_this))), true); + t1.layout$2$parentUsesSize(_this._getInnerConstraints$1(t2._as(A.RenderObject.prototype.get$constraints.call(_this))), true); t1 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)); t2 = _this.RenderObjectWithChildMixin__child._box$_size; t2.toString; @@ -231841,7 +235946,7 @@ }; A.SingleChildLayoutDelegate.prototype = { getSize$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, getConstraintsForChild$1(constraints) { return constraints; @@ -231914,7 +236019,7 @@ t2 = childConstraints.minWidth; t3 = childConstraints.maxWidth; t4 = t2 >= t3; - t1.layout$2$parentUsesSize(0, childConstraints, !(t4 && childConstraints.minHeight >= childConstraints.maxHeight)); + t1.layout$2$parentUsesSize(childConstraints, !(t4 && childConstraints.minHeight >= childConstraints.maxHeight)); t1 = _this.RenderObjectWithChildMixin__child; t5 = t1.parentData; t5.toString; @@ -231923,7 +236028,7 @@ t7 = _this._box$_size; t7.toString; if (t4 && childConstraints.minHeight >= childConstraints.maxHeight) - t1 = new A.Size(B.JSInt_methods.clamp$2(0, t2, t3), B.JSInt_methods.clamp$2(0, childConstraints.minHeight, childConstraints.maxHeight)); + t1 = new A.Size(A.clampDouble(0, t2, t3), A.clampDouble(0, childConstraints.minHeight, childConstraints.maxHeight)); else { t1 = t1._box$_size; t1.toString; @@ -232070,14 +236175,14 @@ var a = constraints.scrollOffset, t1 = constraints.remainingPaintExtent, b = a + t1; - return B.JSNumber_methods.clamp$2(J.clamp$2$n(to, a, b) - J.clamp$2$n(from, a, b), 0, t1); + return A.clampDouble(A.clampDouble(to, a, b) - A.clampDouble(from, a, b), 0, t1); }, calculateCacheOffset$3$from$to(constraints, from, to) { var t1 = constraints.scrollOffset, a = t1 + constraints.cacheOrigin, t2 = constraints.remainingCacheExtent, b = t1 + t2; - return B.JSNumber_methods.clamp$2(J.clamp$2$n(to, a, b) - J.clamp$2$n(from, a, b), 0, t2); + return A.clampDouble(A.clampDouble(to, a, b) - A.clampDouble(from, a, b), 0, t2); }, childMainAxisPosition$1(child) { return 0; @@ -232173,7 +236278,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 620 + $signature: 584 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -232314,7 +236419,7 @@ trailingChildWithLayout = child; } if (trailingChildWithLayout == null) { - _this.ContainerRenderObjectMixin__firstChild.layout$1(0, childConstraints); + _this.ContainerRenderObjectMixin__firstChild.layout$1(childConstraints); trailingChildWithLayout = _this.ContainerRenderObjectMixin__firstChild; t3 = trailingChildWithLayout.parentData; t3.toString; @@ -232350,7 +236455,7 @@ break; } } else - child.layout$1(0, childConstraints); + child.layout$1(childConstraints); t6 = child.parentData; t6.toString; t4._as(t6); @@ -232458,7 +236563,7 @@ return t1; }, performLayout$0() { - var t2, scrollOffset, targetEndScrollOffset, layout, t3, firstIndex, targetLastIndex, t4, t5, leadingGarbage, firstChildGridGeometry, leadingScrollOffset, trailingScrollOffset, max, index, trailingChildWithLayout, gridGeometry, child, t6, t7, childConstraints, t8, t9, estimatedTotalExtent, paintExtent, _this = this, _null = null, + var t2, scrollOffset, targetEndScrollOffset, layout, t3, firstIndex, targetLastIndex, t4, t5, leadingGarbage, firstChildGridGeometry, leadingScrollOffset, trailingScrollOffset, max, index, trailingChildWithLayout, gridGeometry, child, t6, t7, childConstraints, t8, t9, estimatedTotalExtent, paintExtent, cacheExtent, _this = this, _null = null, constraints = type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this._childManager; t1._didUnderflow = false; @@ -232523,7 +236628,7 @@ if (trailingChildWithLayout == null) { t5 = _this.ContainerRenderObjectMixin__firstChild; t5.toString; - t5.layout$1(0, firstChildGridGeometry.getBoxConstraints$1(constraints)); + t5.layout$1(firstChildGridGeometry.getBoxConstraints$1(constraints)); trailingChildWithLayout = _this.ContainerRenderObjectMixin__firstChild; t5 = trailingChildWithLayout.parentData; t5.toString; @@ -232560,7 +236665,7 @@ if (child == null) break; } else - child.layout$1(0, childConstraints); + child.layout$1(childConstraints); t8 = child.parentData; t8.toString; t3._as(t8); @@ -232579,7 +236684,8 @@ t3.toString; estimatedTotalExtent = t1.estimateMaxScrollOffset$5$firstIndex$lastIndex$leadingScrollOffset$trailingScrollOffset(constraints, firstIndex, t3, leadingScrollOffset, trailingScrollOffset); paintExtent = _this.calculatePaintOffset$3$from$to(constraints, Math.min(t2, leadingScrollOffset), trailingScrollOffset); - _this._geometry = A.SliverGeometry$(_this.calculateCacheOffset$3$from$to(constraints, leadingScrollOffset, trailingScrollOffset), true, _null, _null, estimatedTotalExtent, 0, paintExtent, 0, estimatedTotalExtent, _null); + cacheExtent = _this.calculateCacheOffset$3$from$to(constraints, leadingScrollOffset, trailingScrollOffset); + _this._geometry = A.SliverGeometry$(cacheExtent, estimatedTotalExtent > paintExtent || t2 > 0 || constraints.overlap !== 0, _null, _null, estimatedTotalExtent, 0, paintExtent, 0, estimatedTotalExtent, _null); if (estimatedTotalExtent === trailingScrollOffset) t1._didUnderflow = true; t1.didFinishLayout$0(); @@ -232646,7 +236752,7 @@ t5.toString; t4._as(t5).layoutOffset = 0; if (scrollOffset === 0) { - t3.layout$2$parentUsesSize(0, childConstraints, true); + t3.layout$2$parentUsesSize(childConstraints, true); earliestUsefulChild = _this.ContainerRenderObjectMixin__firstChild; if (_box_0.trailingChildWithLayout == null) _box_0.trailingChildWithLayout = earliestUsefulChild; @@ -232699,7 +236805,7 @@ } } if (leadingChildWithLayout == null) { - earliestUsefulChild.layout$2$parentUsesSize(0, childConstraints, true); + earliestUsefulChild.layout$2$parentUsesSize(childConstraints, true); _box_0.trailingChildWithLayout = earliestUsefulChild; } _box_0.inLayoutRange = true; @@ -232822,7 +236928,7 @@ if (child == null) return false; } else - child.layout$2$parentUsesSize(0, t5, true); + child.layout$2$parentUsesSize(t5, true); t2 = t1.trailingChildWithLayout = t1.child; } else t2 = child; @@ -232973,7 +237079,7 @@ t3 = t2._as(t3).index; t3.toString; if (t3 === index) { - t1.layout$2$parentUsesSize(0, childConstraints, parentUsesSize); + t1.layout$2$parentUsesSize(childConstraints, parentUsesSize); return _this.ContainerRenderObjectMixin__firstChild; } _this._childManager._didUnderflow = true; @@ -233003,7 +237109,7 @@ } else t1 = false; if (t1) { - child.layout$2$parentUsesSize(0, childConstraints, parentUsesSize); + child.layout$2$parentUsesSize(childConstraints, parentUsesSize); return child; } this._childManager._didUnderflow = true; @@ -233053,13 +237159,12 @@ t1.toString; return type$.SliverMultiBoxAdaptorParentData._as(t1).layoutOffset; }, + paintsChild$1(child) { + var childParentData = type$.nullable_SliverMultiBoxAdaptorParentData._as(child.parentData); + return (childParentData == null ? null : childParentData.index) != null && !this._keepAliveBucket.containsKey$1(0, childParentData.index); + }, applyPaintTransform$2(child, transform) { - var t1 = child.parentData; - t1.toString; - t1 = type$.SliverMultiBoxAdaptorParentData._as(t1).index; - if (t1 == null) - transform.setZero$0(); - else if (this._keepAliveBucket.containsKey$1(0, t1)) + if (!this.paintsChild$1(child)) transform.setZero$0(); else this.applyPaintTransformForBoxChild$2(child, transform); @@ -233168,7 +237273,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 491 + $signature: 450 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -233190,7 +237295,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: 491 + $signature: 450 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -233198,7 +237303,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 783 + $signature: 665 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -233281,7 +237386,7 @@ child.parentData = new A.SliverPhysicalParentData(B.Offset_0_0); }, performLayout$0() { - var t2, mainAxisPadding, crossAxisPadding, beforePaddingPaintExtent, overlap, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, childLayoutGeometry, afterPaddingPaintExtent, mainAxisPaddingPaintExtent, beforePaddingCacheExtent, afterPaddingCacheExtent, paintExtent, _this = this, _null = null, + var t2, mainAxisPadding, crossAxisPadding, paintExtent, cacheExtent, beforePaddingPaintExtent, overlap, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, childLayoutGeometry, afterPaddingPaintExtent, mainAxisPaddingPaintExtent, beforePaddingCacheExtent, afterPaddingCacheExtent, _this = this, _null = null, t1 = type$.SliverConstraints, constraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)), beforePadding = _this.get$beforePadding(); @@ -233291,7 +237396,10 @@ mainAxisPadding = t2.along$1(A.axisDirectionToAxis(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection)); crossAxisPadding = _this.get$crossAxisPadding(); if (_this.RenderObjectWithChildMixin__child == null) { - _this._geometry = A.SliverGeometry$(_null, false, _null, _null, mainAxisPadding, 0, Math.min(mainAxisPadding, constraints.remainingPaintExtent), 0, mainAxisPadding, _null); + paintExtent = _this.calculatePaintOffset$3$from$to(constraints, 0, mainAxisPadding); + cacheExtent = _this.calculateCacheOffset$3$from$to(constraints, 0, mainAxisPadding); + t1 = constraints.remainingPaintExtent; + _this._geometry = A.SliverGeometry$(cacheExtent, false, _null, _null, mainAxisPadding, 0, Math.min(A.checkNum(paintExtent), t1), 0, mainAxisPadding, _null); return; } beforePaddingPaintExtent = _this.calculatePaintOffset$3$from$to(constraints, 0, beforePadding); @@ -233313,7 +237421,7 @@ t12 = constraints.userScrollDirection; t13 = constraints.crossAxisDirection; t14 = constraints.viewportMainAxisExtent; - t1.layout$2$parentUsesSize(0, new A.SliverConstraints(t10, t11, t12, t2, beforePadding + t9, overlap, t4 - t5, t8, t13, t14, t3, t6 - t7), true); + t1.layout$2$parentUsesSize(new A.SliverConstraints(t10, t11, t12, t2, beforePadding + t9, overlap, t4 - t5, t8, t13, t14, t3, t6 - t7), true); childLayoutGeometry = _this.RenderObjectWithChildMixin__child._geometry; t1 = childLayoutGeometry.scrollOffsetCorrection; if (t1 != null) { @@ -233329,7 +237437,7 @@ afterPaddingCacheExtent = _this.calculateCacheOffset$3$from$to(constraints, t2, t3); t2 = childLayoutGeometry.paintExtent; t5 = childLayoutGeometry.layoutExtent; - paintExtent = Math.min(beforePaddingPaintExtent + Math.max(t2, t5 + afterPaddingPaintExtent), t4); + paintExtent = Math.min(beforePaddingPaintExtent + Math.max(A.checkNum(t2), t5 + afterPaddingPaintExtent), t4); t4 = childLayoutGeometry.paintOrigin; t5 = Math.min(mainAxisPaddingPaintExtent + t5, paintExtent); t6 = Math.min(afterPaddingCacheExtent + beforePaddingCacheExtent + childLayoutGeometry.cacheExtent, t6); @@ -233427,7 +237535,7 @@ _this._sliver_padding$_resolvedPadding = null; _this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._sliver_padding$_textDirection == value) return; @@ -233489,9 +237597,9 @@ stretchOffset = _this.stretchConfiguration != null && type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).scrollOffset === 0 ? 0 + Math.abs(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).overlap) : 0; t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) - t1.layout$2$parentUsesSize(0, type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).asBoxConstraints$1$maxExtent(Math.max(_this.get$minExtent(), maxExtent - shrinkOffset) + stretchOffset), true); + t1.layout$2$parentUsesSize(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).asBoxConstraints$1$maxExtent(Math.max(_this.get$minExtent(), maxExtent - shrinkOffset) + stretchOffset), true); _this.stretchConfiguration != null; - _this.__RenderSliverPersistentHeader__lastStretchOffset = stretchOffset; + _this.__RenderSliverPersistentHeader__lastStretchOffset_A = stretchOffset; }, childMainAxisPosition$1(child) { return this.super$RenderSliver$childMainAxisPosition(child); @@ -233549,7 +237657,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 491 + $signature: 450 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -233563,7 +237671,7 @@ t3 = constraints.scrollOffset; _this.layoutChild$3$overlapsContent(t3, maxExtent, t1 > 0); effectiveRemainingPaintExtent = Math.max(0, constraints.remainingPaintExtent - t1); - layoutExtent = B.JSNumber_methods.clamp$2(maxExtent - t3, 0, effectiveRemainingPaintExtent); + layoutExtent = A.clampDouble(maxExtent - t3, 0, effectiveRemainingPaintExtent); stretchOffset = _this.stretchConfiguration != null ? Math.abs(t1) : 0; t3 = Math.min(A.checkNum(_this.get$childExtent()), effectiveRemainingPaintExtent); t4 = _this._RenderSliverPersistentHeaderForWidgetsMixin__element._widget; @@ -233616,19 +237724,18 @@ }; A.RenderSliverFloatingPersistentHeader__updateAnimation_closure.prototype = { call$0() { - var _s10_ = "_animation", + var t4, t1 = this.$this, t2 = t1._effectiveScrollOffset, - t3 = A._lateReadCheck(t1.__RenderSliverFloatingPersistentHeader__animation, _s10_), - t4 = t3._evaluatable; - t3 = t3.parent; - t3 = t4.transform$1(0, t3.get$value(t3)); - if (t2 == null ? t3 == null : t2 === t3) + t3 = t1.__RenderSliverFloatingPersistentHeader__animation_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.parent; + t4 = t3._evaluatable.transform$1(0, t4.get$value(t4)); + if (t2 == null ? t4 == null : t2 === t4) return; - t2 = A._lateReadCheck(t1.__RenderSliverFloatingPersistentHeader__animation, _s10_); - t3 = t2._evaluatable; - t2 = t2.parent; - t1._effectiveScrollOffset = t3.transform$1(0, t2.get$value(t2)); + t2 = t1.__RenderSliverFloatingPersistentHeader__animation_A; + t3 = t2.parent; + t1._effectiveScrollOffset = t2._evaluatable.transform$1(0, t3.get$value(t3)); t1._needsUpdateChild = true; t1.super$RenderObject$markNeedsLayout(); }, @@ -233725,7 +237832,7 @@ _this._resolvedAlignment = null; _this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._stack$_textDirection == value) return; @@ -233752,10 +237859,23 @@ return this._stack$_computeSize$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure()); }, _stack$_computeSize$2$constraints$layoutChild(constraints, layoutChild) { - var width, height, nonPositionedConstraints, child, t1, height0, width0, hasNonPositionedChildren, t2, childSize, t3, _this = this; + var t1, t2, t3, t4, t5, t6, width, height, nonPositionedConstraints, child, height0, width0, hasNonPositionedChildren, childSize, _this = this; _this._stack$_resolve$0(); - if (_this.ContainerRenderObjectMixin__childCount === 0) - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + if (_this.ContainerRenderObjectMixin__childCount === 0) { + t1 = constraints.minWidth; + t2 = constraints.maxWidth; + t3 = A.clampDouble(1 / 0, t1, t2); + t4 = constraints.minHeight; + t5 = constraints.maxHeight; + t6 = A.clampDouble(1 / 0, t4, t5); + t3.toString; + if (isFinite(t3)) { + t6.toString; + t3 = isFinite(t6); + } else + t3 = false; + return t3 ? new A.Size(A.clampDouble(1 / 0, t1, t2), A.clampDouble(1 / 0, t4, t5)) : new A.Size(A.clampDouble(0, t1, t2), A.clampDouble(0, t4, t5)); + } width = constraints.minWidth; height = constraints.minHeight; switch (_this._fit.index) { @@ -233763,7 +237883,7 @@ nonPositionedConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight); break; case 1: - nonPositionedConstraints = A.BoxConstraints$tight(new A.Size(B.JSInt_methods.clamp$2(1 / 0, width, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, height, constraints.maxHeight))); + nonPositionedConstraints = A.BoxConstraints$tight(new A.Size(A.clampDouble(1 / 0, width, constraints.maxWidth), A.clampDouble(1 / 0, height, constraints.maxHeight))); break; case 2: nonPositionedConstraints = constraints; @@ -233786,7 +237906,7 @@ } child = t2.ContainerParentDataMixin_nextSibling; } - return hasNonPositionedChildren ? new A.Size(width0, height0) : new A.Size(B.JSInt_methods.clamp$2(1 / 0, width, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, height, constraints.maxHeight)); + return hasNonPositionedChildren ? new A.Size(width0, height0) : new A.Size(A.clampDouble(1 / 0, width, constraints.maxWidth), A.clampDouble(1 / 0, height, constraints.maxHeight)); }, performLayout$0() { var child, t1, t2, t3, t4, t5, t6, _this = this, @@ -233827,7 +237947,8 @@ t1 = _this._clipBehavior !== B.Clip_0 && _this._stack$_hasVisualOverflow, t2 = _this._stack$_clipRectLayer; if (t1) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$paintStack(), _this._clipBehavior, t2._layer)); } else { @@ -233835,43 +237956,52 @@ _this.paintStack$2(context, offset); } }, - dispose$0(_) { + dispose$0() { this._stack$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); }, describeApproximatePaintClip$1(child) { var t1; - if (this._stack$_hasVisualOverflow) { - t1 = this._box$_size; - t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - } else - t1 = null; - return t1; + switch (this._clipBehavior.index) { + case 0: + return null; + case 1: + case 2: + case 3: + if (this._stack$_hasVisualOverflow) { + t1 = this._box$_size; + t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); + } else + t1 = null; + return t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } } }; A.RenderStack_computeMinIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A.RenderIndexedStack.prototype = { visitChildrenForSemantics$1(visitor) { @@ -233940,7 +238070,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -234060,7 +238190,7 @@ this._defaultColumnWidth = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._table$_textDirection == value) return; this._table$_textDirection = value; @@ -234080,7 +238210,7 @@ for (t2 = t1.length, _i = 0; _i < t2; ++_i) { painter = t1[_i]; if (painter != null) - painter.dispose$0(0); + painter.dispose$0(); } t1 = _this._table$_rowDecorations; _this._rowDecorationPainters = t1 != null ? A.List_List$filled(t1.length, null, false, type$.nullable_BoxPainter) : null; @@ -234120,7 +238250,7 @@ _this.dropChild$1(oldChild); } _this._rows = 0; - B.JSArray_methods.set$length(_this._table$_children, 0); + B.JSArray_methods.clear$0(_this._table$_children); _this.markNeedsLayout$0(); return; } @@ -234197,7 +238327,7 @@ for (t2 = t1.length, _i = 0; _i < t2; ++_i) { painter = t1[_i]; if (painter != null) - painter.dispose$0(0); + painter.dispose$0(); } _this._rowDecorationPainters = A.List_List$filled(_this._table$_rowDecorations.length, null, false, type$.nullable_BoxPainter); } @@ -234445,12 +238575,13 @@ return constraints.constrain$1(new A.Size(tableWidth, rowTop)); }, performLayout$0() { - var widths, t1, positions, x, t2, tableWidth, t3, rowTop, y, baselines, t4, rowHeight, haveBaseline, beforeBaselineDistance, afterBaselineDistance, child, t5, t6, childBaseline, rowTop0, t7, _this = this, + var widths, t1, positions, x, t2, t3, rowTop, y, baselines, t4, rowHeight, haveBaseline, beforeBaselineDistance, afterBaselineDistance, child, t5, t6, childBaseline, rowTop0, t7, _this = this, _s80_ = string$.x60null_c, constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), rows = _this._rows, columns = _this._table$_columns; if (rows * columns === 0) { + _this.__RenderTable__tableWidth_A = 0; _this._box$_size = constraints.constrain$1(B.Size_0_0); return; } @@ -234465,7 +238596,7 @@ positions[x] = positions[t2] + widths[t2]; } _this._columnLefts = new A.ReversedListIterable(positions, A._arrayInstanceType(positions)._eval$1("ReversedListIterable<1>")); - tableWidth = B.JSArray_methods.get$first(positions) + B.JSArray_methods.get$first(widths); + _this.__RenderTable__tableWidth_A = B.JSArray_methods.get$first(positions) + B.JSArray_methods.get$first(widths); break; case B.TextDirection_1: positions[0] = 0; @@ -234474,13 +238605,13 @@ positions[x] = positions[t2] + widths[t2]; } _this._columnLefts = positions; - tableWidth = B.JSArray_methods.get$last(positions) + B.JSArray_methods.get$last(widths); + _this.__RenderTable__tableWidth_A = B.JSArray_methods.get$last(positions) + B.JSArray_methods.get$last(widths); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } t2 = _this._rowTops; - B.JSArray_methods.set$length(t2, 0); + B.JSArray_methods.clear$0(t2); _this._baselineDistance = null; for (t3 = type$.TableCellParentData, rowTop = 0, y = 0; y < rows; ++y, rowTop = rowTop0) { t2.push(rowTop); @@ -234495,7 +238626,7 @@ t6 = t5.verticalAlignment; switch ((t6 == null ? _this._defaultVerticalAlignment : t6).index) { case 3: - child.layout$2$parentUsesSize(0, A.BoxConstraints$tightFor(null, widths[x]), true); + child.layout$2$parentUsesSize(A.BoxConstraints$tightFor(null, widths[x]), true); t6 = _this._table$_textBaseline; t6.toString; childBaseline = child.getDistanceToBaseline$2$onlyReal(t6, true); @@ -234513,7 +238644,7 @@ case 0: case 1: case 2: - child.layout$2$parentUsesSize(0, A.BoxConstraints$tightFor(null, widths[x]), true); + child.layout$2$parentUsesSize(A.BoxConstraints$tightFor(null, widths[x]), true); rowHeight = Math.max(rowHeight, A.checkNum(child._box$_size._dy)); break; case 4: @@ -234549,7 +238680,7 @@ t6.offset = new A.Offset(positions[x], rowTop0 - child._box$_size._dy); break; case 4: - child.layout$1(0, A.BoxConstraints$tightFor(rowHeight, widths[x])); + child.layout$1(A.BoxConstraints$tightFor(rowHeight, widths[x])); t6.offset = new A.Offset(positions[x], rowTop); break; default: @@ -234559,7 +238690,9 @@ } } t2.push(rowTop); - _this._box$_size = constraints.constrain$1(new A.Size(tableWidth, rowTop)); + t1 = _this.__RenderTable__tableWidth_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._box$_size = constraints.constrain$1(new A.Size(t1, rowTop)); }, hitTestChildren$2$position(result, position) { var index, t1, child, t2; @@ -234628,13 +238761,13 @@ call$2(a, b) { return a + b; }, - $signature: 327 + $signature: 219 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -234658,17 +238791,23 @@ }; A.RenderView.prototype = { set$configuration(value) { - var t1, t2, t3, _this = this; + var oldConfiguration, t1, t2, t3, _this = this; if (_this._view$_configuration.$eq(0, value)) return; + oldConfiguration = _this._view$_configuration; _this._view$_configuration = value; - t1 = _this._updateMatricesAndCreateNewRootLayer$0(); - t2 = _this._layerHandle; - t3 = t2._layer; - t3.toString; - J.detach$0$z(t3); - t2.set$layer(0, t1); - _this.markNeedsPaint$0(); + t1 = oldConfiguration.devicePixelRatio; + t1 = A.Matrix4_Matrix4$diagonal3Values(t1, t1, 1); + t2 = _this._view$_configuration.devicePixelRatio; + if (!t1.$eq(0, A.Matrix4_Matrix4$diagonal3Values(t2, t2, 1))) { + t1 = _this._updateMatricesAndCreateNewRootLayer$0(); + t2 = _this._layerHandle; + t3 = t2._layer; + t3.toString; + J.detach$0$z(t3); + t2.set$layer(0, t1); + _this.markNeedsPaint$0(); + } _this.markNeedsLayout$0(); }, _updateMatricesAndCreateNewRootLayer$0() { @@ -234688,7 +238827,7 @@ this._view$_size = t1; t2 = this.RenderObjectWithChildMixin__child; if (t2 != null) - t2.layout$1(0, A.BoxConstraints$tight(t1)); + t2.layout$1(A.BoxConstraints$tight(t1)); }, hitTest$2$position(result, position) { var t1 = this.RenderObjectWithChildMixin__child; @@ -234722,7 +238861,7 @@ }, compositeFrame$0() { var builder, scene, t1, bounds, t2, t3, t4, upperOverlayStyle, lowerOverlayStyle, t5, t6, t7, t8, _this = this, _null = null; - A.Timeline_startSync("COMPOSITING", B.Map_9aZ6I, _null); + A.Timeline_startSync("COMPOSITING", _null, _null); try { builder = A.SceneBuilder_SceneBuilder(); t1 = _this._layerHandle; @@ -234766,7 +238905,7 @@ } t1 = _this._window; t1.platformDispatcher.render$2(0, scene, t1); - J.dispose$0$x(scene); + scene.dispose$0(); } finally { A.Timeline_finishSync(); } @@ -234894,9 +239033,9 @@ maxPaintOffset = layoutOffset + overlap; for (layoutOffset0 = layoutOffset, precedingScrollExtent = 0; child != null;) { sliverScrollOffset = scrollOffset <= 0 ? 0 : scrollOffset; - correctedCacheOrigin = Math.max(cacheOrigin, -sliverScrollOffset); + correctedCacheOrigin = Math.max(A.checkNum(cacheOrigin), -sliverScrollOffset); cacheExtentCorrection = cacheOrigin - correctedCacheOrigin; - child.layout$2$parentUsesSize(0, new A.SliverConstraints(_this._viewport$_axisDirection, growthDirection, adjustedUserScrollDirection, sliverScrollOffset, precedingScrollExtent, maxPaintOffset - layoutOffset0, Math.max(0, remainingPaintExtent - layoutOffset0 + layoutOffset), crossAxisExtent, _this._crossAxisDirection, mainAxisExtent, correctedCacheOrigin, Math.max(0, remainingCacheExtent + cacheExtentCorrection)), true); + child.layout$2$parentUsesSize(new A.SliverConstraints(_this._viewport$_axisDirection, growthDirection, adjustedUserScrollDirection, sliverScrollOffset, precedingScrollExtent, maxPaintOffset - layoutOffset0, Math.max(0, remainingPaintExtent - layoutOffset0 + layoutOffset), crossAxisExtent, _this._crossAxisDirection, mainAxisExtent, correctedCacheOrigin, Math.max(0, remainingCacheExtent + cacheExtentCorrection)), true); childLayoutGeometry = child._geometry; t1 = childLayoutGeometry.scrollOffsetCorrection; if (t1 != null) @@ -234922,10 +239061,21 @@ return 0; }, describeApproximatePaintClip$1(child) { - var overlapCorrection, $top, left, - t1 = this._box$_size, - right = 0 + t1._dx, - bottom = 0 + t1._dy; + var t1, right, bottom, overlapCorrection, $top, left, + _s80_ = string$.x60null_c; + switch (this._viewport$_clipBehavior.index) { + case 0: + return null; + case 1: + case 2: + case 3: + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + t1 = this._box$_size; + right = 0 + t1._dx; + bottom = 0 + t1._dy; child.toString; t1 = type$.SliverConstraints; if (t1._as(A.RenderObject.prototype.get$constraints.call(child)).overlap === 0 || !isFinite(t1._as(A.RenderObject.prototype.get$constraints.call(child)).viewportMainAxisExtent)) @@ -234951,7 +239101,7 @@ $top = 0; break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } return new A.Rect(left, $top, right, bottom); }, @@ -234980,7 +239130,8 @@ t1 = _this.get$hasVisualOverflow() && _this._viewport$_clipBehavior !== B.Clip_0; t2 = _this._viewport$_clipRectLayer; if (t1) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$_paintContents(), _this._viewport$_clipBehavior, t2._layer)); } else { @@ -234988,9 +239139,9 @@ _this._paintContents$2(context, offset); } }, - dispose$0(_) { + dispose$0() { this._viewport$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); }, _paintContents$2(context, offset) { var t1, t2, t3, t4, _i, child, t5; @@ -235236,7 +239387,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 2375 + $signature: 1260 }; A.RenderViewportBase_hitTestChildren_closure.prototype = { call$1(result) { @@ -235246,7 +239397,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 620 + $signature: 584 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -235269,10 +239420,10 @@ return true; }, computeDryLayout$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, performLayout$0() { - var t1, mainAxisExtent, crossAxisExtent, t2, correction, count, _this = this, + var t1, mainAxisExtent, crossAxisExtent, t2, correction, t3, t4, t5, count, _this = this, _s80_ = string$.x60null_c; switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { case 1: @@ -235285,7 +239436,7 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } if (_this._viewport$_center == null) { - _this.__RenderViewport__maxScrollExtent = _this.__RenderViewport__minScrollExtent = 0; + _this.__RenderViewport__maxScrollExtent_A = _this.__RenderViewport__minScrollExtent_A = 0; _this._viewport$_hasVisualOverflow = false; _this._viewport$_offset.applyContentDimensions$2(0, 0); return; @@ -235311,8 +239462,17 @@ correction = _this._attemptLayout$3(mainAxisExtent, crossAxisExtent, t2 + 0); if (correction !== 0) _this._viewport$_offset.correctBy$1(correction); - else if (_this._viewport$_offset.applyContentDimensions$2(Math.min(0, A._lateReadCheck(_this.__RenderViewport__minScrollExtent, "_minScrollExtent") + mainAxisExtent * _this._anchor), Math.max(0, A._lateReadCheck(_this.__RenderViewport__maxScrollExtent, "_maxScrollExtent") - mainAxisExtent * (1 - _this._anchor)))) - break; + else { + t2 = _this._viewport$_offset; + t3 = _this.__RenderViewport__minScrollExtent_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._anchor; + t3 = Math.min(0, t3 + mainAxisExtent * t4); + t5 = _this.__RenderViewport__maxScrollExtent_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + if (t2.applyContentDimensions$2(t3, Math.max(0, t5 - mainAxisExtent * (1 - t4)))) + break; + } count = t1 + 1; if (count < 10) { t1 = count; @@ -235322,13 +239482,13 @@ } while (true); }, _attemptLayout$3(mainAxisExtent, crossAxisExtent, correctedOffset) { - var centerOffset, reverseDirectionRemainingPaintExtent, t1, forwardDirectionRemainingPaintExtent, t2, fullCacheExtent, centerCacheOffset, reverseDirectionRemainingCacheExtent, forwardDirectionRemainingCacheExtent, leadingNegativeChild, t3, t4, result, t5, _this = this; - _this.__RenderViewport__maxScrollExtent = _this.__RenderViewport__minScrollExtent = 0; + var centerOffset, reverseDirectionRemainingPaintExtent, t1, forwardDirectionRemainingPaintExtent, t2, fullCacheExtent, centerCacheOffset, reverseDirectionRemainingCacheExtent, forwardDirectionRemainingCacheExtent, t3, leadingNegativeChild, t4, result, t5, _this = this; + _this.__RenderViewport__maxScrollExtent_A = _this.__RenderViewport__minScrollExtent_A = 0; _this._viewport$_hasVisualOverflow = false; centerOffset = mainAxisExtent * _this._anchor - correctedOffset; - reverseDirectionRemainingPaintExtent = B.JSNumber_methods.clamp$2(centerOffset, 0, mainAxisExtent); + reverseDirectionRemainingPaintExtent = A.clampDouble(centerOffset, 0, mainAxisExtent); t1 = mainAxisExtent - centerOffset; - forwardDirectionRemainingPaintExtent = B.JSNumber_methods.clamp$2(t1, 0, mainAxisExtent); + forwardDirectionRemainingPaintExtent = A.clampDouble(t1, 0, mainAxisExtent); switch (_this._cacheExtentStyle.index) { case 0: t2 = _this._calculatedCacheExtent = _this._cacheExtent; @@ -235341,40 +239501,42 @@ } fullCacheExtent = mainAxisExtent + 2 * t2; centerCacheOffset = centerOffset + t2; - reverseDirectionRemainingCacheExtent = B.JSNumber_methods.clamp$2(centerCacheOffset, 0, fullCacheExtent); - forwardDirectionRemainingCacheExtent = B.JSNumber_methods.clamp$2(fullCacheExtent - centerCacheOffset, 0, fullCacheExtent); - t2 = _this._viewport$_center.parentData; - t2.toString; - leadingNegativeChild = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1")._as(t2).ContainerParentDataMixin_previousSibling; - t2 = leadingNegativeChild == null; - if (!t2) { - t3 = Math.max(mainAxisExtent, centerOffset); - t4 = _this._calculatedCacheExtent; - t4.toString; - result = _this.layoutChildSequence$11$advance$cacheOrigin$child$crossAxisExtent$growthDirection$layoutOffset$mainAxisExtent$overlap$remainingCacheExtent$remainingPaintExtent$scrollOffset(_this.get$childBefore(), B.JSNumber_methods.clamp$2(t1, -t4, 0), leadingNegativeChild, crossAxisExtent, B.GrowthDirection_1, forwardDirectionRemainingPaintExtent, mainAxisExtent, 0, reverseDirectionRemainingCacheExtent, reverseDirectionRemainingPaintExtent, t3 - mainAxisExtent); + reverseDirectionRemainingCacheExtent = A.clampDouble(centerCacheOffset, 0, fullCacheExtent); + forwardDirectionRemainingCacheExtent = A.clampDouble(fullCacheExtent - centerCacheOffset, 0, fullCacheExtent); + t3 = _this._viewport$_center.parentData; + t3.toString; + leadingNegativeChild = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1")._as(t3).ContainerParentDataMixin_previousSibling; + t3 = leadingNegativeChild == null; + if (!t3) { + t4 = Math.max(mainAxisExtent, centerOffset); + result = _this.layoutChildSequence$11$advance$cacheOrigin$child$crossAxisExtent$growthDirection$layoutOffset$mainAxisExtent$overlap$remainingCacheExtent$remainingPaintExtent$scrollOffset(_this.get$childBefore(), A.clampDouble(t1, -t2, 0), leadingNegativeChild, crossAxisExtent, B.GrowthDirection_1, forwardDirectionRemainingPaintExtent, mainAxisExtent, 0, reverseDirectionRemainingCacheExtent, reverseDirectionRemainingPaintExtent, t4 - mainAxisExtent); if (result !== 0) return -result; } t1 = _this._viewport$_center; - t3 = -centerOffset; - t4 = Math.max(0, t3); - t2 = t2 ? Math.min(0, t3) : 0; + t2 = -centerOffset; + t4 = Math.max(0, t2); + t2 = t3 ? Math.min(0, t2) : 0; t3 = centerOffset >= mainAxisExtent ? centerOffset : reverseDirectionRemainingPaintExtent; t5 = _this._calculatedCacheExtent; t5.toString; - return _this.layoutChildSequence$11$advance$cacheOrigin$child$crossAxisExtent$growthDirection$layoutOffset$mainAxisExtent$overlap$remainingCacheExtent$remainingPaintExtent$scrollOffset(_this.get$childAfter(), B.JSNumber_methods.clamp$2(centerOffset, -t5, 0), t1, crossAxisExtent, B.GrowthDirection_0, t3, mainAxisExtent, t2, forwardDirectionRemainingCacheExtent, forwardDirectionRemainingPaintExtent, t4); + return _this.layoutChildSequence$11$advance$cacheOrigin$child$crossAxisExtent$growthDirection$layoutOffset$mainAxisExtent$overlap$remainingCacheExtent$remainingPaintExtent$scrollOffset(_this.get$childAfter(), A.clampDouble(centerOffset, -t5, 0), t1, crossAxisExtent, B.GrowthDirection_0, t3, mainAxisExtent, t2, forwardDirectionRemainingCacheExtent, forwardDirectionRemainingPaintExtent, t4); }, get$hasVisualOverflow() { return this._viewport$_hasVisualOverflow; }, updateOutOfBandData$2(growthDirection, childLayoutGeometry) { - var _this = this; + var t1, _this = this; switch (growthDirection.index) { case 0: - _this.__RenderViewport__maxScrollExtent = A._lateReadCheck(_this.__RenderViewport__maxScrollExtent, "_maxScrollExtent") + childLayoutGeometry.scrollExtent; + t1 = _this.__RenderViewport__maxScrollExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__RenderViewport__maxScrollExtent_A = t1 + childLayoutGeometry.scrollExtent; break; case 1: - _this.__RenderViewport__minScrollExtent = A._lateReadCheck(_this.__RenderViewport__minScrollExtent, "_minScrollExtent") - childLayoutGeometry.scrollExtent; + t1 = _this.__RenderViewport__minScrollExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__RenderViewport__minScrollExtent_A = t1 - childLayoutGeometry.scrollExtent; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -235545,7 +239707,6 @@ performLayout$0() { var mainAxisExtent, crossAxisExtent, t1, effectiveExtent, t2, t3, t4, t5, t6, correction, didAcceptViewportDimension, didAcceptContentDimension, _this = this, _s80_ = string$.x60null_c, - _s17_ = "_shrinkWrapExtent", constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); if (_this.ContainerRenderObjectMixin__firstChild == null) { switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { @@ -235559,7 +239720,7 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } _this._viewport$_offset.applyViewportDimension$1(0); - _this.__RenderShrinkWrappingViewport__shrinkWrapExtent = _this.__RenderShrinkWrappingViewport__maxScrollExtent = 0; + _this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A = _this.__RenderShrinkWrappingViewport__maxScrollExtent_A = 0; _this._viewport$_hasVisualOverflow = false; _this._viewport$_offset.applyContentDimensions$2(0, 0); return; @@ -235581,7 +239742,7 @@ do { t2 = _this._viewport$_offset._pixels; t2.toString; - _this.__RenderShrinkWrappingViewport__shrinkWrapExtent = _this.__RenderShrinkWrappingViewport__maxScrollExtent = 0; + _this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A = _this.__RenderShrinkWrappingViewport__maxScrollExtent_A = 0; _this._viewport$_hasVisualOverflow = t2 < 0; switch (_this._cacheExtentStyle.index) { case 0: @@ -235605,26 +239766,26 @@ else { switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { case 1: - effectiveExtent = J.clamp$2$n(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, _s17_), constraints.minHeight, constraints.maxHeight); + effectiveExtent = A.clampDouble(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A, constraints.minHeight, constraints.maxHeight); break; case 0: - effectiveExtent = J.clamp$2$n(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, _s17_), constraints.minWidth, constraints.maxWidth); + effectiveExtent = A.clampDouble(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A, constraints.minWidth, constraints.maxWidth); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } didAcceptViewportDimension = _this._viewport$_offset.applyViewportDimension$1(effectiveExtent); - didAcceptContentDimension = _this._viewport$_offset.applyContentDimensions$2(0, Math.max(0, A._lateReadCheck(_this.__RenderShrinkWrappingViewport__maxScrollExtent, "_maxScrollExtent") - effectiveExtent)); + didAcceptContentDimension = _this._viewport$_offset.applyContentDimensions$2(0, Math.max(0, _this.__RenderShrinkWrappingViewport__maxScrollExtent_A - effectiveExtent)); if (didAcceptViewportDimension && didAcceptContentDimension) break; } } while (true); switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { case 1: - _this._box$_size = new A.Size(J.clamp$2$n(crossAxisExtent, constraints.minWidth, constraints.maxWidth), J.clamp$2$n(effectiveExtent, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(crossAxisExtent, constraints.minWidth, constraints.maxWidth), A.clampDouble(effectiveExtent, constraints.minHeight, constraints.maxHeight)); break; case 0: - _this._box$_size = new A.Size(J.clamp$2$n(effectiveExtent, constraints.minWidth, constraints.maxWidth), J.clamp$2$n(crossAxisExtent, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(effectiveExtent, constraints.minWidth, constraints.maxWidth), A.clampDouble(crossAxisExtent, constraints.minHeight, constraints.maxHeight)); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -235634,11 +239795,15 @@ return this._viewport$_hasVisualOverflow; }, updateOutOfBandData$2(growthDirection, childLayoutGeometry) { - var _this = this; - _this.__RenderShrinkWrappingViewport__maxScrollExtent = A._lateReadCheck(_this.__RenderShrinkWrappingViewport__maxScrollExtent, "_maxScrollExtent") + childLayoutGeometry.scrollExtent; + var _this = this, + t1 = _this.__RenderShrinkWrappingViewport__maxScrollExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__RenderShrinkWrappingViewport__maxScrollExtent_A = t1 + childLayoutGeometry.scrollExtent; if (childLayoutGeometry.hasVisualOverflow) _this._viewport$_hasVisualOverflow = true; - _this.__RenderShrinkWrappingViewport__shrinkWrapExtent = A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, "_shrinkWrapExtent") + childLayoutGeometry.maxPaintExtent; + t1 = _this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A = t1 + childLayoutGeometry.maxPaintExtent; }, updateChildLayoutOffset$3(child, layoutOffset, growthDirection) { var t1 = child.parentData; @@ -236017,7 +240182,7 @@ _this._wrap$_hasVisualOverflow = false; child = _this.ContainerRenderObjectMixin__firstChild; if (child == null) { - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); return; } switch (_this._wrap$_direction.index) { @@ -236040,7 +240205,7 @@ runSpacing = _this._runSpacing; runMetrics = A._setArrayType([], type$.JSArray__RunMetrics); for (t1 = type$.WrapParentData, mainAxisExtent = 0, crossAxisExtent = 0, runMainAxisExtent = 0, runCrossAxisExtent = 0, childCount = 0; child != null;) { - child.layout$2$parentUsesSize(0, childConstraints, true); + child.layout$2$parentUsesSize(childConstraints, true); t2 = child._box$_size; t2.toString; childMainAxisExtent = _this._getMainAxisExtent$1(t2); @@ -236189,7 +240354,8 @@ t1 = _this._wrap$_hasVisualOverflow && _this._wrap$_clipBehavior !== B.Clip_0, t2 = _this._wrap$_clipRectLayer; if (t1) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$defaultPaint(), _this._wrap$_clipBehavior, t2._layer)); } else { @@ -236197,9 +240363,9 @@ _this.defaultPaint$2(context, offset); } }, - dispose$0(_) { + dispose$0() { this._wrap$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); } }; A._RenderWrap_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -236313,6 +240479,9 @@ this._ensureEventLoopCallback$0(); return t3; }, + scheduleTask$1$2(task, priority, $T) { + return this.scheduleTask$1$3$debugLabel(task, priority, null, $T); + }, _ensureEventLoopCallback$0() { if (this.SchedulerBinding__hasRequestedAnEventLoopCallback) return; @@ -236471,7 +240640,7 @@ t1 = _this.SchedulerBinding__frameTimelineTask, t2 = t1 == null; if (!t2) - t1.start$2$arguments(0, "Frame", B.Map_9aZ6I); + t1.start$1(0, "Frame"); if (_this.SchedulerBinding__firstRawTimeStampInEpoch == null) _this.SchedulerBinding__firstRawTimeStampInEpoch = rawTimeStamp; t3 = rawTimeStamp == null; @@ -236481,7 +240650,7 @@ _this.SchedulerBinding__hasScheduledFrame = false; try { if (!t2) - t1.start$2$arguments(0, "Animate", B.Map_9aZ6I); + t1.start$1(0, "Animate"); _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_1; callbacks = _this.SchedulerBinding__transientCallbacks; _this.SchedulerBinding__transientCallbacks = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._FrameCallbackEntry); @@ -236508,7 +240677,7 @@ _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_4; t3 = _this.SchedulerBinding__postFrameCallbacks; localPostFrameCallbacks = A.List_List$of(t3, true, type$.void_Function_Duration); - B.JSArray_methods.set$length(t3, 0); + B.JSArray_methods.clear$0(t3); for (t3 = localPostFrameCallbacks, t4 = t3.length, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { callback0 = t3[_i]; t5 = _this.SchedulerBinding__currentFrameTimeStamp; @@ -236552,7 +240721,7 @@ t1.SchedulerBinding__nextFrameCompleter.complete$0(0); t1.SchedulerBinding__nextFrameCompleter = null; }, - $signature: 24 + $signature: 19 }; A.SchedulerBinding_scheduleWarmUpFrame_closure.prototype = { call$0() { @@ -236594,7 +240763,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 97 + $signature: 103 }; A.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1(timeStamp) { @@ -236602,7 +240771,7 @@ t1.SchedulerBinding__hasScheduledFrame = false; t1.scheduleFrame$0(); }, - $signature: 24 + $signature: 19 }; A.SchedulerBinding_handleBeginFrame_closure.prototype = { call$2(id, callbackEntry) { @@ -236615,7 +240784,7 @@ t1._invokeFrameCallback$3(t2, t3, callbackEntry.debugStack); } }, - $signature: 2379 + $signature: 1284 }; A.Priority.prototype = { get$value(_) { @@ -236632,17 +240801,14 @@ }; A.Ticker.prototype = { set$muted(_, value) { - var t1, _this = this; + var _this = this; if (value === _this._muted) return; _this._muted = value; if (value) _this.unscheduleTick$0(); - else { - t1 = _this._ticker$_future != null && _this._animationId == null; - if (t1) - _this._animationId = $.SchedulerBinding__instance.scheduleFrameCallback$2$rescheduling(_this.get$_ticker$_tick(), false); - } + else if (_this._ticker$_future != null && _this._animationId == null) + _this._animationId = $.SchedulerBinding__instance.scheduleFrameCallback$2$rescheduling(_this.get$_ticker$_tick(), false); }, get$isTicking() { if (this._ticker$_future == null) @@ -236713,7 +240879,7 @@ this._animationId = null; } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._ticker$_future; if (t1 != null) { @@ -236795,7 +240961,7 @@ call$1(value) { this.callback.call$0(); }, - $signature: 91 + $signature: 100 }; A.TickerCanceled.prototype = { toString$0(_) { @@ -236810,9 +240976,6 @@ A.SemanticsTag.prototype = { toString$0(_) { return "SemanticsTag(" + this.name + ")"; - }, - get$name(receiver) { - return this.name; } }; A.CustomSemanticsAction.prototype = { @@ -236849,7 +241012,7 @@ for (_i = 0; _i < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i) { attribute = t4[_i]; t6 = attribute.range; - newAttributes.push(J.copy$1$range$x(attribute, new A.TextRange(t6.start + t2, t6.end + t2))); + newAttributes.push(attribute.copy$1$range(new A.TextRange(t6.start + t2, t6.end + t2))); } return new A.AttributedString(t1 + t3, newAttributes); }, @@ -236876,12 +241039,12 @@ var _this = this; if (other == null) return false; - return other instanceof A.SemanticsData && other.flags === _this.flags && other.actions === _this.actions && J.$eq$(other.attributedLabel, _this.attributedLabel) && J.$eq$(other.attributedValue, _this.attributedValue) && J.$eq$(other.attributedIncreasedValue, _this.attributedIncreasedValue) && J.$eq$(other.attributedDecreasedValue, _this.attributedDecreasedValue) && J.$eq$(other.attributedHint, _this.attributedHint) && other.textDirection == _this.textDirection && other.rect.$eq(0, _this.rect) && A.setEquals(other.tags, _this.tags) && other.scrollChildCount == _this.scrollChildCount && other.scrollIndex == _this.scrollIndex && J.$eq$(other.textSelection, _this.textSelection) && other.scrollPosition == _this.scrollPosition && other.scrollExtentMax == _this.scrollExtentMax && other.scrollExtentMin == _this.scrollExtentMin && other.platformViewId == _this.platformViewId && other.maxValueLength == _this.maxValueLength && other.currentValueLength == _this.currentValueLength && J.$eq$(other.transform, _this.transform) && other.elevation == _this.elevation && other.thickness === _this.thickness && A.SemanticsData__sortedListsEqual(other.customSemanticsActionIds, _this.customSemanticsActionIds); + return other instanceof A.SemanticsData && other.flags === _this.flags && other.actions === _this.actions && J.$eq$(other.attributedLabel, _this.attributedLabel) && J.$eq$(other.attributedValue, _this.attributedValue) && J.$eq$(other.attributedIncreasedValue, _this.attributedIncreasedValue) && J.$eq$(other.attributedDecreasedValue, _this.attributedDecreasedValue) && J.$eq$(other.attributedHint, _this.attributedHint) && other.tooltip == _this.tooltip && other.textDirection == _this.textDirection && other.rect.$eq(0, _this.rect) && A.setEquals(other.tags, _this.tags) && other.scrollChildCount == _this.scrollChildCount && other.scrollIndex == _this.scrollIndex && J.$eq$(other.textSelection, _this.textSelection) && other.scrollPosition == _this.scrollPosition && other.scrollExtentMax == _this.scrollExtentMax && other.scrollExtentMin == _this.scrollExtentMin && other.platformViewId == _this.platformViewId && other.maxValueLength == _this.maxValueLength && other.currentValueLength == _this.currentValueLength && J.$eq$(other.transform, _this.transform) && other.elevation == _this.elevation && other.thickness === _this.thickness && A.SemanticsData__sortedListsEqual(other.customSemanticsActionIds, _this.customSemanticsActionIds); }, get$hashCode(_) { var _this = this, t1 = A.Object_hashAll(_this.customSemanticsActionIds); - return A.Object_hash(_this.flags, _this.actions, _this.attributedLabel, _this.attributedValue, _this.attributedIncreasedValue, _this.attributedDecreasedValue, _this.attributedHint, _this.textDirection, _this.rect, _this.tags, _this.textSelection, _this.scrollChildCount, _this.scrollIndex, _this.scrollPosition, _this.scrollExtentMax, _this.scrollExtentMin, _this.platformViewId, _this.maxValueLength, _this.currentValueLength, A.Object_hash(_this.transform, _this.elevation, _this.thickness, t1, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue)); + return A.Object_hash(_this.flags, _this.actions, _this.attributedLabel, _this.attributedValue, _this.attributedIncreasedValue, _this.attributedDecreasedValue, _this.attributedHint, _this.tooltip, _this.textDirection, _this.rect, _this.tags, _this.textSelection, _this.scrollChildCount, _this.scrollIndex, _this.scrollPosition, _this.scrollExtentMax, _this.scrollExtentMin, _this.platformViewId, _this.maxValueLength, A.Object_hash(_this.currentValueLength, _this.transform, _this.elevation, _this.thickness, t1, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue)); } }; A._SemanticsDiagnosticableNode.prototype = { @@ -237060,21 +241223,22 @@ var _this = this; if (config == null) config = $.$get$SemanticsNode__kEmptyConfig(); - if (!J.$eq$(_this._semantics$_attributedLabel, config._semantics$_attributedLabel) || !J.$eq$(_this._semantics$_attributedHint, config._semantics$_attributedHint) || _this._semantics$_elevation != config._semantics$_elevation || _this._semantics$_thickness !== config._semantics$_thickness || !J.$eq$(_this._semantics$_attributedValue, config._semantics$_attributedValue) || !J.$eq$(_this._semantics$_attributedIncreasedValue, config._semantics$_attributedIncreasedValue) || !J.$eq$(_this._semantics$_attributedDecreasedValue, config._semantics$_attributedDecreasedValue) || _this._flags !== config._flags || _this._semantics$_textDirection != config._semantics$_textDirection || _this._semantics$_sortKey != config._semantics$_sortKey || !J.$eq$(_this._textSelection, config._textSelection) || _this._scrollPosition != config._scrollPosition || _this._scrollExtentMax != config._scrollExtentMax || _this._scrollExtentMin != config._scrollExtentMin || _this._actionsAsBits !== config._actionsAsBits || _this.indexInParent != config._indexInParent || _this._platformViewId != config._platformViewId || _this._semantics$_maxValueLength != config._semantics$_maxValueLength || _this._semantics$_currentValueLength != config._semantics$_currentValueLength || _this._mergeAllDescendantsIntoThisNode !== config._isMergingSemanticsOfDescendants) + if (!J.$eq$(_this._semantics$_attributedLabel, config._semantics$_attributedLabel) || !J.$eq$(_this._semantics$_attributedHint, config._semantics$_attributedHint) || _this._semantics$_elevation != config._semantics$_elevation || _this._semantics$_thickness !== config._semantics$_thickness || !J.$eq$(_this._semantics$_attributedValue, config._semantics$_attributedValue) || !J.$eq$(_this._semantics$_attributedIncreasedValue, config._semantics$_attributedIncreasedValue) || !J.$eq$(_this._semantics$_attributedDecreasedValue, config._semantics$_attributedDecreasedValue) || _this._tooltip != config._tooltip || _this._flags !== config._flags || _this._semantics$_textDirection != config._semantics$_textDirection || _this._sortKey != config._sortKey || !J.$eq$(_this._textSelection, config._textSelection) || _this._scrollPosition != config._scrollPosition || _this._scrollExtentMax != config._scrollExtentMax || _this._scrollExtentMin != config._scrollExtentMin || _this._actionsAsBits !== config._actionsAsBits || _this.indexInParent != config._indexInParent || _this._platformViewId != config._platformViewId || _this._maxValueLength != config._maxValueLength || _this._currentValueLength != config._currentValueLength || _this._mergeAllDescendantsIntoThisNode !== config._isMergingSemanticsOfDescendants) _this._semantics$_markDirty$0(); _this._semantics$_attributedLabel = config._semantics$_attributedLabel; _this._semantics$_attributedValue = config._semantics$_attributedValue; _this._semantics$_attributedIncreasedValue = config._semantics$_attributedIncreasedValue; _this._semantics$_attributedDecreasedValue = config._semantics$_attributedDecreasedValue; _this._semantics$_attributedHint = config._semantics$_attributedHint; - _this._semantics$_hintOverrides = config._semantics$_hintOverrides; + _this._tooltip = config._tooltip; + _this._hintOverrides = config._hintOverrides; _this._semantics$_elevation = config._semantics$_elevation; _this._semantics$_thickness = config._semantics$_thickness; _this._flags = config._flags; _this._semantics$_textDirection = config._semantics$_textDirection; - _this._semantics$_sortKey = config._semantics$_sortKey; + _this._sortKey = config._sortKey; _this._actions = A.LinkedHashMap_LinkedHashMap$of(config._actions, type$.SemanticsAction, type$.void_Function_nullable_Object); - _this._semantics$_customSemanticsActions = A.LinkedHashMap_LinkedHashMap$of(config._semantics$_customSemanticsActions, type$.CustomSemanticsAction, type$.void_Function); + _this._customSemanticsActions = A.LinkedHashMap_LinkedHashMap$of(config._customSemanticsActions, type$.CustomSemanticsAction, type$.void_Function); _this._actionsAsBits = config._actionsAsBits; _this._textSelection = config._textSelection; _this._scrollPosition = config._scrollPosition; @@ -237085,15 +241249,15 @@ _this._scrollIndex = config._scrollIndex; _this.indexInParent = config._indexInParent; _this._platformViewId = config._platformViewId; - _this._semantics$_maxValueLength = config._semantics$_maxValueLength; - _this._semantics$_currentValueLength = config._semantics$_currentValueLength; - _this._replaceChildren$1(childrenInInversePaintOrder == null ? B.List_empty22 : childrenInInversePaintOrder); + _this._maxValueLength = config._maxValueLength; + _this._currentValueLength = config._currentValueLength; + _this._replaceChildren$1(childrenInInversePaintOrder == null ? B.List_empty23 : childrenInInversePaintOrder); }, updateWith$1$config($receiver, config) { return this.updateWith$2$childrenInInversePaintOrder$config($receiver, null, config); }, getSemanticsData$0() { - var t1, elevation, customSemanticsActionIds, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, _this = this, _box_0 = {}; + var t1, elevation, customSemanticsActionIds, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, _this = this, _box_0 = {}; _box_0.flags = _this._flags; _box_0.actions = _this._actionsAsBits; _box_0.attributedLabel = _this._semantics$_attributedLabel; @@ -237101,6 +241265,7 @@ _box_0.attributedIncreasedValue = _this._semantics$_attributedIncreasedValue; _box_0.attributedDecreasedValue = _this._semantics$_attributedDecreasedValue; _box_0.attributedHint = _this._semantics$_attributedHint; + _box_0.tooltip = _this._tooltip; _box_0.textDirection = _this._semantics$_textDirection; t1 = _this.tags; _box_0.mergedTags = t1 == null ? null : A.LinkedHashSet_LinkedHashSet$of(t1, type$.SemanticsTag); @@ -237111,19 +241276,19 @@ _box_0.scrollExtentMax = _this._scrollExtentMax; _box_0.scrollExtentMin = _this._scrollExtentMin; _box_0.platformViewId = _this._platformViewId; - _box_0.maxValueLength = _this._semantics$_maxValueLength; - _box_0.currentValueLength = _this._semantics$_currentValueLength; + _box_0.maxValueLength = _this._maxValueLength; + _box_0.currentValueLength = _this._currentValueLength; elevation = _this._semantics$_elevation; _box_0.thickness = _this._semantics$_thickness; customSemanticsActionIds = A.LinkedHashSet_LinkedHashSet$_empty(type$.int); - for (t1 = _this._semantics$_customSemanticsActions, t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) + for (t1 = _this._customSemanticsActions, t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) customSemanticsActionIds.add$1(0, A.CustomSemanticsAction_getIdentifier(t1.__js_helper$_current)); - t1 = _this._semantics$_hintOverrides; + t1 = _this._hintOverrides; if (t1 != null) { t1 = t1.onTapHint; if (t1 != null) customSemanticsActionIds.add$1(0, A.CustomSemanticsAction_getIdentifier(new A.CustomSemanticsAction(null, t1, B.SemanticsAction_1))); - _this._semantics$_hintOverrides.toString; + _this._hintOverrides.toString; } if (_this._mergeAllDescendantsIntoThisNode) _this._visitDescendants$1(new A.SemanticsNode_getSemanticsData_closure(_box_0, _this, customSemanticsActionIds)); @@ -237134,26 +241299,27 @@ t5 = _box_0.attributedIncreasedValue; t6 = _box_0.attributedDecreasedValue; t7 = _box_0.attributedHint; - t8 = _box_0.textDirection; - t9 = _this._semantics$_rect; - t10 = _this._semantics$_transform; - t11 = _box_0.thickness; - t12 = _box_0.mergedTags; - t13 = _box_0.textSelection; - t14 = _box_0.scrollChildCount; - t15 = _box_0.scrollIndex; - t16 = _box_0.scrollPosition; - t17 = _box_0.scrollExtentMax; - t18 = _box_0.scrollExtentMin; - t19 = _box_0.platformViewId; - t20 = _box_0.maxValueLength; - t21 = _box_0.currentValueLength; - t22 = A.List_List$of(customSemanticsActionIds, true, customSemanticsActionIds.$ti._eval$1("SetMixin.E")); - B.JSArray_methods.sort$0(t22); - return new A.SemanticsData(t1, t2, t3, t4, t5, t6, t7, t8, t13, t14, t15, t16, t17, t18, t19, t20, t21, t9, t12, t10, elevation, t11, t22); + t8 = _box_0.tooltip; + t9 = _box_0.textDirection; + t10 = _this._semantics$_rect; + t11 = _this._semantics$_transform; + t12 = _box_0.thickness; + t13 = _box_0.mergedTags; + t14 = _box_0.textSelection; + t15 = _box_0.scrollChildCount; + t16 = _box_0.scrollIndex; + t17 = _box_0.scrollPosition; + t18 = _box_0.scrollExtentMax; + t19 = _box_0.scrollExtentMin; + t20 = _box_0.platformViewId; + t21 = _box_0.maxValueLength; + t22 = _box_0.currentValueLength; + t23 = A.List_List$of(customSemanticsActionIds, true, customSemanticsActionIds.$ti._eval$1("SetMixin.E")); + B.JSArray_methods.sort$0(t23); + return new A.SemanticsData(t1, t2, t3, t4, t5, t6, t7, t8, t9, t14, t15, t16, t17, t18, t19, t20, t21, t22, t10, t13, t11, elevation, t12, t23); }, _addToUpdate$2(builder, customSemanticsActionIdsUpdate) { - var childrenInTraversalOrder, childrenInHitTestOrder, childCount, sortedChildren, i, t1, t2, customSemanticsActionIds, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, _this = this, + var childrenInTraversalOrder, childrenInHitTestOrder, childCount, sortedChildren, i, t1, t2, customSemanticsActionIds, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, _this = this, data = _this.getSemanticsData$0(); if (!_this.get$hasChildren() || _this._mergeAllDescendantsIntoThisNode) { childrenInTraversalOrder = $.$get$SemanticsNode__kEmptyChildList(); @@ -237199,28 +241365,31 @@ t13 = t12 != null; t14 = t13 ? t12.baseOffset : -1; t12 = t13 ? t12.extentOffset : -1; - t13 = data.scrollChildCount; + t13 = data.platformViewId; if (t13 == null) - t13 = 0; - t15 = data.scrollIndex; + t13 = -1; + t15 = data.scrollChildCount; if (t15 == null) t15 = 0; - t16 = data.scrollPosition; + t16 = data.scrollIndex; if (t16 == null) - t16 = 0 / 0; - t17 = data.scrollExtentMax; + t16 = 0; + t17 = data.scrollPosition; if (t17 == null) t17 = 0 / 0; - t18 = data.scrollExtentMin; + t18 = data.scrollExtentMax; if (t18 == null) t18 = 0 / 0; - t19 = data.transform; - t19 = t19 == null ? null : t19._m4storage; + t19 = data.scrollExtentMin; if (t19 == null) - t19 = $.$get$SemanticsNode__kIdentityTransform(); - t20 = customSemanticsActionIds == null ? $.$get$SemanticsNode__kEmptyCustomSemanticsActionsList() : customSemanticsActionIds; - t19.toString; - builder._nodeUpdates.push(new A.SemanticsNodeUpdate(t1, data.flags, data.actions, t14, t12, t13, t15, t16, t17, t18, data.rect, t3, t2, t11, t10, t5, t4, t7, t6, t9, t8, null, data.textDirection, A.toMatrix32(t19), childrenInTraversalOrder, childrenInHitTestOrder, t20, data.thickness)); + t19 = 0 / 0; + t20 = data.transform; + t20 = t20 == null ? null : t20._m4storage; + if (t20 == null) + t20 = $.$get$SemanticsNode__kIdentityTransform(); + t21 = customSemanticsActionIds == null ? $.$get$SemanticsNode__kEmptyCustomSemanticsActionsList() : customSemanticsActionIds; + t20.toString; + builder._nodeUpdates.push(new A.SemanticsNodeUpdate(t1, data.flags, data.actions, t14, t12, t13, t15, t16, t17, t18, t19, data.rect, t3, t2, t11, t10, t5, t4, t7, t6, t9, t8, data.tooltip, data.textDirection, A.toMatrix32(t20), childrenInTraversalOrder, childrenInHitTestOrder, t21, data.thickness)); _this._semantics$_dirty = false; }, _childrenInTraversalOrder$0() { @@ -237245,8 +241414,8 @@ sortNodes = A._setArrayType([], t1); for (lastSortKey = null, position = 0; position < childrenInDefaultOrder.length; ++position) { child = childrenInDefaultOrder[position]; - sortKey = child._semantics$_sortKey; - lastSortKey = position > 0 ? childrenInDefaultOrder[position - 1]._semantics$_sortKey : null; + sortKey = child._sortKey; + lastSortKey = position > 0 ? childrenInDefaultOrder[position - 1]._sortKey : null; if (position !== 0) if (J.get$runtimeType$(sortKey) === J.get$runtimeType$(lastSortKey)) { if (sortKey != null) @@ -237267,7 +241436,7 @@ A.Sort__dualPivotQuicksort(sortNodes, 0, t1, J._interceptors_JSArray__compareAny$closure()); } B.JSArray_methods.addAll$1(everythingSorted, sortNodes); - B.JSArray_methods.set$length(sortNodes, 0); + B.JSArray_methods.clear$0(sortNodes); } sortNodes.push(new A._TraversalSortNode(child, sortKey, position)); } @@ -237314,7 +241483,7 @@ debugListChildrenInOrder$1(childOrder) { var t1 = this._semantics$_children; if (t1 == null) - return B.List_empty22; + return B.List_empty23; switch (childOrder.index) { case 0: return t1; @@ -237349,9 +241518,9 @@ if (t1.platformViewId == null) t1.platformViewId = node._platformViewId; if (t1.maxValueLength == null) - t1.maxValueLength = node._semantics$_maxValueLength; + t1.maxValueLength = node._maxValueLength; if (t1.currentValueLength == null) - t1.currentValueLength = node._semantics$_currentValueLength; + t1.currentValueLength = node._currentValueLength; t2 = t1.attributedValue; if (t2 == null || t2.string === "") t1.attributedValue = node._semantics$_attributedValue; @@ -237361,19 +241530,21 @@ t2 = t1.attributedDecreasedValue; if (t2 == null || t2.string === "") t1.attributedDecreasedValue = node._semantics$_attributedDecreasedValue; + if (t1.tooltip === "") + t1.tooltip = node._tooltip; t2 = node.tags; if (t2 != null) { t3 = t1.mergedTags; (t3 == null ? t1.mergedTags = A.LinkedHashSet_LinkedHashSet$_empty(type$.SemanticsTag) : t3).addAll$1(0, t2); } - for (t2 = this.$this._semantics$_customSemanticsActions, t2 = A.LinkedHashMapKeyIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t3 = this.customSemanticsActionIds; t2.moveNext$0();) + for (t2 = this.$this._customSemanticsActions, t2 = A.LinkedHashMapKeyIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t3 = this.customSemanticsActionIds; t2.moveNext$0();) t3.add$1(0, A.CustomSemanticsAction_getIdentifier(t2.__js_helper$_current)); - t2 = node._semantics$_hintOverrides; + t2 = node._hintOverrides; if (t2 != null) { t2 = t2.onTapHint; if (t2 != null) t3.add$1(0, A.CustomSemanticsAction_getIdentifier(new A.CustomSemanticsAction(null, t2, B.SemanticsAction_1))); - node._semantics$_hintOverrides.toString; + node._hintOverrides.toString; } t2 = t1.attributedLabel; t3 = t1.textDirection; @@ -237384,20 +241555,20 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 489 + $signature: 448 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { return sortNode.node; }, - $signature: 2386 + $signature: 1289 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1(node) { node.toString; return A._SemanticsDiagnosticableNode$(this.childOrder, null, B.DiagnosticsTreeStyle_1, node); }, - $signature: 2395 + $signature: 1290 }; A._BoxEdge.prototype = { compareTo$1(_, other) { @@ -237491,7 +241662,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 613 + $signature: 577 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -237505,7 +241676,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 487 + $signature: 446 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -237522,13 +241693,13 @@ } _this.sortedIds.push(id); }, - $signature: 90 + $signature: 86 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { return node._semantics$_id; }, - $signature: 2402 + $signature: 1319 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1(id) { @@ -237536,13 +241707,13 @@ t1.toString; return t1; }, - $signature: 2407 + $signature: 1320 }; A._childrenInDefaultOrder_closure.prototype = { call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 613 + $signature: 577 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -237558,12 +241729,12 @@ $isComparable: 1 }; A.SemanticsOwner.prototype = { - dispose$0(_) { + dispose$0() { var _this = this; _this._semantics$_dirtyNodes.clear$0(0); _this._semantics$_nodes.clear$0(0); _this._detachedNodes.clear$0(0); - _this.super$ChangeNotifier$dispose(0); + _this.super$ChangeNotifier$dispose(); }, sendSemanticsUpdate$0() { var customSemanticsActionIds, visitedNodes, t2, t3, t4, t5, localDirtyNodes, t6, t7, _i, node, t8, builder, _this = this, @@ -237651,19 +241822,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 489 + $signature: 448 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 487 + $signature: 446 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 487 + $signature: 446 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -237673,7 +241844,7 @@ } return true; }, - $signature: 489 + $signature: 448 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -237688,7 +241859,7 @@ set$onTap(value) { value.toString; this._addArgumentlessAction$2(B.SemanticsAction_1, value); - this._semantics$_onTap = value; + this._onTap = value; }, set$onLongPress(value) { value.toString; @@ -237775,15 +241946,15 @@ this._hasBeenAnnotated = true; }, set$maxValueLength(value) { - if (value == this._semantics$_maxValueLength) + if (value == this._maxValueLength) return; - this._semantics$_maxValueLength = value; + this._maxValueLength = value; this._hasBeenAnnotated = true; }, set$currentValueLength(value) { - if (value == this._semantics$_currentValueLength) + if (value == this._currentValueLength) return; - this._semantics$_currentValueLength = value; + this._currentValueLength = value; this._hasBeenAnnotated = true; }, _onCustomSemanticsAction$1(args) { @@ -237792,7 +241963,7 @@ action = $.CustomSemanticsAction__actions.$index(0, A._asIntS(args)); if (action == null) return; - callback = this._semantics$_customSemanticsActions.$index(0, action); + callback = this._customSemanticsActions.$index(0, action); if (callback != null) callback.call$0(); }, @@ -237802,7 +241973,7 @@ set$hintOverrides(value) { if (value == null) return; - this._semantics$_hintOverrides = value; + this._hintOverrides = value; this._hasBeenAnnotated = true; }, set$elevation(_, value) { @@ -237835,9 +242006,9 @@ return false; if (_this._platformViewId != null && other._platformViewId != null) return false; - if (_this._semantics$_maxValueLength != null && other._semantics$_maxValueLength != null) + if (_this._maxValueLength != null && other._maxValueLength != null) return false; - if (_this._semantics$_currentValueLength != null && other._semantics$_currentValueLength != null) + if (_this._currentValueLength != null && other._currentValueLength != null) return false; t1 = _this._semantics$_attributedValue; if (t1 != null) @@ -237857,7 +242028,7 @@ if (!child._hasBeenAnnotated) return; _this._actions.addAll$1(0, child._actions); - _this._semantics$_customSemanticsActions.addAll$1(0, child._semantics$_customSemanticsActions); + _this._customSemanticsActions.addAll$1(0, child._customSemanticsActions); _this._actionsAsBits = _this._actionsAsBits | child._actionsAsBits; _this._flags = _this._flags | child._flags; if (_this._textSelection == null) @@ -237868,8 +242039,8 @@ _this._scrollExtentMax = child._scrollExtentMax; if (_this._scrollExtentMin == null) _this._scrollExtentMin = child._scrollExtentMin; - if (_this._semantics$_hintOverrides == null) - _this._semantics$_hintOverrides = child._semantics$_hintOverrides; + if (_this._hintOverrides == null) + _this._hintOverrides = child._hintOverrides; if (_this._indexInParent == null) _this._indexInParent = child._indexInParent; if (_this._scrollIndex == null) @@ -237878,17 +242049,17 @@ _this._scrollChildCount = child._scrollChildCount; if (_this._platformViewId == null) _this._platformViewId = child._platformViewId; - if (_this._semantics$_maxValueLength == null) - _this._semantics$_maxValueLength = child._semantics$_maxValueLength; - if (_this._semantics$_currentValueLength == null) - _this._semantics$_currentValueLength = child._semantics$_currentValueLength; + if (_this._maxValueLength == null) + _this._maxValueLength = child._maxValueLength; + if (_this._currentValueLength == null) + _this._currentValueLength = child._currentValueLength; t1 = _this._semantics$_textDirection; if (t1 == null) { t1 = _this._semantics$_textDirection = child._semantics$_textDirection; _this._hasBeenAnnotated = true; } - if (_this._semantics$_sortKey == null) - _this._semantics$_sortKey = child._semantics$_sortKey; + if (_this._sortKey == null) + _this._sortKey = child._sortKey; t2 = _this._semantics$_attributedLabel; _this._semantics$_attributedLabel = A._concatAttributedString(child._semantics$_attributedLabel, child._semantics$_textDirection, t2, t1); t1 = _this._semantics$_attributedValue; @@ -237903,10 +242074,12 @@ t1 = _this._semantics$_attributedHint; t2 = _this._semantics$_textDirection; _this._semantics$_attributedHint = A._concatAttributedString(child._semantics$_attributedHint, child._semantics$_textDirection, t1, t2); + if (_this._tooltip === "") + _this._tooltip = child._tooltip; _this._semantics$_thickness = Math.max(_this._semantics$_thickness, child._semantics$_thickness + child._semantics$_elevation); _this._hasBeenAnnotated = _this._hasBeenAnnotated || child._hasBeenAnnotated; }, - copy$0(_) { + copy$0() { var _this = this, t1 = A.SemanticsConfiguration$(); t1._isSemanticBoundary = _this._isSemanticBoundary; @@ -237915,13 +242088,14 @@ t1._hasBeenAnnotated = _this._hasBeenAnnotated; t1._isMergingSemanticsOfDescendants = _this._isMergingSemanticsOfDescendants; t1._semantics$_textDirection = _this._semantics$_textDirection; - t1._semantics$_sortKey = _this._semantics$_sortKey; + t1._sortKey = _this._sortKey; t1._semantics$_attributedLabel = _this._semantics$_attributedLabel; t1._semantics$_attributedIncreasedValue = _this._semantics$_attributedIncreasedValue; t1._semantics$_attributedValue = _this._semantics$_attributedValue; t1._semantics$_attributedDecreasedValue = _this._semantics$_attributedDecreasedValue; t1._semantics$_attributedHint = _this._semantics$_attributedHint; - t1._semantics$_hintOverrides = _this._semantics$_hintOverrides; + t1._hintOverrides = _this._hintOverrides; + t1._tooltip = _this._tooltip; t1._semantics$_elevation = _this._semantics$_elevation; t1._semantics$_thickness = _this._semantics$_thickness; t1._flags = _this._flags; @@ -237935,10 +242109,10 @@ t1._scrollIndex = _this._scrollIndex; t1._scrollChildCount = _this._scrollChildCount; t1._platformViewId = _this._platformViewId; - t1._semantics$_maxValueLength = _this._semantics$_maxValueLength; - t1._semantics$_currentValueLength = _this._semantics$_currentValueLength; + t1._maxValueLength = _this._maxValueLength; + t1._currentValueLength = _this._currentValueLength; t1._actions.addAll$1(0, _this._actions); - t1._semantics$_customSemanticsActions.addAll$1(0, _this._semantics$_customSemanticsActions); + t1._customSemanticsActions.addAll$1(0, _this._customSemanticsActions); return t1; } }; @@ -237946,35 +242120,35 @@ call$1(args) { this.handler.call$0(); }, - $signature: 37 + $signature: 38 }; A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 37 + $signature: 38 }; A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 37 + $signature: 38 }; A.SemanticsConfiguration_onMoveCursorForwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 37 + $signature: 38 }; A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 37 + $signature: 38 }; A.SemanticsConfiguration_onSetSelection_closure.prototype = { call$1(args) { @@ -237989,14 +242163,14 @@ t3.toString; t1.call$1(A.TextSelection$(B.TextAffinity_1, t2, t3, false)); }, - $signature: 37 + $signature: 38 }; A.SemanticsConfiguration_onSetText_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asStringS(args)); }, - $signature: 37 + $signature: 38 }; A.DebugSemanticsDumpOrder.prototype = { toString$0(_) { @@ -238010,10 +242184,7 @@ t1 = this.doCompare$1(other); return t1; }, - $isComparable: 1, - get$name(receiver) { - return this.name; - } + $isComparable: 1 }; A.OrdinalSortKey.prototype = { doCompare$1(other) { @@ -238165,7 +242336,7 @@ load$body$PlatformAssetBundle(_, key) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.ByteData), - $async$returnValue, encoded, asset; + $async$returnValue, asset, encoded, t1; var $async$load$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -238174,8 +242345,10 @@ case 0: // Function start encoded = B.C_Utf8Encoder.convert$1(A._Uri__Uri(null, A._Uri__uriEncode(B.List_gnE, key, B.C_Utf8Codec, false), null, null, null).path); + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 3; - return A._asyncAwait(A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger").send$2(0, "flutter/assets", A.NativeByteData_NativeByteData$view(encoded.buffer, 0, null)), $async$load$1); + return A._asyncAwait(t1.send$2(0, "flutter/assets", A.NativeByteData_NativeByteData$view(encoded.buffer, 0, null)), $async$load$1); case 3: // returning from await. asset = $async$result; @@ -238191,6 +242364,36 @@ } }); return A._asyncStartSync($async$load$1, $async$completer); + }, + loadBuffer$1(key) { + return this.loadBuffer$body$PlatformAssetBundle(key); + }, + loadBuffer$body$PlatformAssetBundle(key) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.ImmutableBuffer), + $async$returnValue, $async$self = this, bytes; + var $async$loadBuffer$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait($async$self.load$1(0, key), $async$loadBuffer$1); + case 3: + // returning from await. + bytes = $async$result; + $async$returnValue = A.ImmutableBuffer_fromUint8List(J.asUint8List$0$x(J.get$buffer$x(bytes))); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$loadBuffer$1, $async$completer); } }; A.AutofillConfiguration.prototype = { @@ -238222,7 +242425,7 @@ call$1(configuration) { return configuration.toJson$0(); }, - $signature: 2434 + $signature: 1322 }; A.AutofillScopeMixin.prototype = { attach$2(trigger, configuration) { @@ -238236,7 +242439,7 @@ call$1(client) { return client.get$textInputConfiguration(); }, - $signature: 2435 + $signature: 1323 }; A.BinaryMessenger.prototype = {}; A.ServicesBinding.prototype = { @@ -238362,7 +242565,7 @@ // returning from await. $async$temp1.forEach$1$ax($async$result, J.get$add$ax(t1._readLocal$0())); $async$goto = 4; - return A._asyncAwait(J.close$0$x(t1._readLocal$0()), $async$call$0); + return A._asyncAwait(J.close$0$z(t1._readLocal$0()), $async$call$0); case 4: // returning from await. // implicit return @@ -238371,7 +242574,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 97 + $signature: 103 }; A._DefaultBinaryMessenger.prototype = { send$2(_, channel, message) { @@ -238402,7 +242605,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 146 + $signature: 142 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -238465,7 +242668,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2467 + $signature: 1328 }; A.ClipboardData.prototype = {}; A.KeyboardLockMode.prototype = {}; @@ -238565,7 +242768,7 @@ handleRawKeyMessage$1(message) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_dynamic), - $async$returnValue, $async$self = this, rawEvent, handled, t1, t2, t3, _i; + $async$returnValue, $async$self = this, rawEvent, t1, t2, shouldDispatch, t3, handled, _i; var $async$handleRawKeyMessage$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -238578,11 +242781,34 @@ $async$self._rawKeyboard._raw_keyboard$_listeners.push($async$self.get$_convertRawEventAndStore()); } rawEvent = A.RawKeyEvent_RawKeyEvent$fromMessage(type$.Map_String_dynamic._as(message)); - handled = $async$self._rawKeyboard.handleRawKeyEvent$1(rawEvent); - for (t1 = $async$self._keyEventsSinceLastMessage, t2 = t1.length, t3 = $async$self._hardwareKeyboard, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - handled = t3.handleKeyEvent$1(t1[_i]) || handled; - handled = $async$self._dispatchKeyMessage$2(t1, rawEvent) || handled; - B.JSArray_methods.set$length(t1, 0); + if (rawEvent instanceof A.RawKeyDownEvent) { + t1 = rawEvent.data; + t2 = $async$self._skippedRawKeysPressed; + if (!t1.shouldDispatchEvent$0()) { + t2.add$1(0, t1.get$physicalKey()); + shouldDispatch = false; + } else { + t2.remove$1(0, t1.get$physicalKey()); + shouldDispatch = true; + } + } else if (rawEvent instanceof A.RawKeyUpEvent) { + t1 = $async$self._skippedRawKeysPressed; + t2 = rawEvent.data; + if (t1.contains$1(0, t2.get$physicalKey())) { + t1.remove$1(0, t2.get$physicalKey()); + shouldDispatch = false; + } else + shouldDispatch = true; + } else + shouldDispatch = true; + if (shouldDispatch) { + $async$self._rawKeyboard.handleRawKeyEvent$1(rawEvent); + for (t1 = $async$self._keyEventsSinceLastMessage, t2 = t1.length, t3 = $async$self._hardwareKeyboard, handled = false, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + handled = t3.handleKeyEvent$1(t1[_i]) || handled; + handled = $async$self._dispatchKeyMessage$2(t1, rawEvent) || handled; + B.JSArray_methods.clear$0(t1); + } else + handled = true; $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["handled", handled], type$.String, type$.dynamic); // goto return $async$goto = 1; @@ -238799,7 +243025,7 @@ var buffer; if (message == null) return null; - buffer = A.WriteBuffer_WriteBuffer(); + buffer = A.WriteBuffer_WriteBuffer(64); this.writeValue$2(0, buffer, message); return buffer.done$0(); }, @@ -238814,7 +243040,7 @@ return result; }, writeValue$2(_, buffer, value) { - var t1, t2, bytes, _this = this; + var t1, t2, asciiBytes, utf8Bytes, utf8Offset, i, char, elementSize, end, _this = this, _null = null; if (value == null) buffer._serialization$_add$1(0, 0); else if (A._isBool(value)) @@ -238840,9 +243066,35 @@ } } else if (typeof value == "string") { buffer._serialization$_add$1(0, 7); - bytes = B.C_Utf8Encoder.convert$1(value); - _this.writeSize$2(buffer, bytes.length); - buffer._append$1(bytes); + t1 = value.length; + asciiBytes = new Uint8Array(t1); + i = 0; + while (true) { + if (!(i < t1)) { + utf8Bytes = _null; + utf8Offset = 0; + break; + } + char = B.JSString_methods._codeUnitAt$1(value, i); + if (char <= 127) + asciiBytes[i] = char; + else { + utf8Bytes = B.C_Utf8Encoder.convert$1(B.JSString_methods.substring$1(value, i)); + utf8Offset = i; + break; + } + ++i; + } + if (utf8Bytes != null) { + _this.writeSize$2(buffer, utf8Offset + utf8Bytes.length); + elementSize = asciiBytes.BYTES_PER_ELEMENT; + end = A.RangeError_checkValidRange(0, utf8Offset, B.JSInt_methods.$tdiv(asciiBytes.byteLength, elementSize), _null, _null); + buffer._append$1(A.NativeUint8List_NativeUint8List$view(asciiBytes.buffer, asciiBytes.byteOffset + 0 * elementSize, (end - 0) * elementSize)); + buffer._append$1(utf8Bytes); + } else { + _this.writeSize$2(buffer, t1); + buffer._append$1(asciiBytes); + } } else if (type$.Uint8List._is(value)) { buffer._serialization$_add$1(0, 8); _this.writeSize$2(buffer, J.get$length$asx(value)); @@ -238880,7 +243132,7 @@ _this.writeSize$2(buffer, t1.get$length(value)); t1.forEach$1(value, new A.StandardMessageCodec_writeValue_closure(_this, buffer)); } else - throw A.wrapException(A.ArgumentError$value(value, null, null)); + throw A.wrapException(A.ArgumentError$value(value, _null, _null)); }, readValue$1(_, buffer) { if (!(buffer._serialization$_position < J.get$lengthInBytes$x(buffer.data))) @@ -239022,11 +243274,11 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 246 + $signature: 254 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { - var buffer = A.WriteBuffer_WriteBuffer(); + var buffer = A.WriteBuffer_WriteBuffer(64); B.C_StandardMessageCodec.writeValue$2(0, buffer, methodCall.method); B.C_StandardMessageCodec.writeValue$2(0, buffer, methodCall.$arguments); return buffer.done$0(); @@ -239043,13 +243295,13 @@ throw A.wrapException(B.FormatException_Qi2); }, encodeSuccessEnvelope$1(result) { - var buffer = A.WriteBuffer_WriteBuffer(); + var buffer = A.WriteBuffer_WriteBuffer(64); buffer._serialization$_add$1(0, 0); B.C_StandardMessageCodec.writeValue$2(0, buffer, result); return buffer.done$0(); }, encodeErrorEnvelope$3$code$details$message(code, details, message) { - var buffer = A.WriteBuffer_WriteBuffer(); + var buffer = A.WriteBuffer_WriteBuffer(64); buffer._serialization$_add$1(0, 1); B.C_StandardMessageCodec.writeValue$2(0, buffer, code); B.C_StandardMessageCodec.writeValue$2(0, buffer, message); @@ -239099,7 +243351,7 @@ nextSession = nextCursor.createSession$1(device); t1.$indexSet(0, device, nextSession); if (!t2) - lastSession.dispose$0(0); + lastSession.dispose$0(); nextSession.activate$0(); } }; @@ -239139,7 +243391,7 @@ }); return A._asyncStartSync($async$activate$0, $async$completer); }, - dispose$0(_) { + dispose$0() { } }; A._NoopMouseCursor.prototype = { @@ -239157,7 +243409,7 @@ activate$0() { return B.OptionalMethodChannel_4Up.invokeMethod$1$2("activateSystemCursor", A.LinkedHashMap_LinkedHashMap$_literal(["device", this.device, "kind", type$.SystemMouseCursor._as(this.cursor).kind], type$.String, type$.dynamic), type$.void); }, - dispose$0(_) { + dispose$0() { } }; A.SystemMouseCursor.prototype = { @@ -239180,13 +243432,18 @@ }; A._MouseCursor_Object_Diagnosticable.prototype = {}; A.BasicMessageChannel.prototype = { + get$binaryMessenger() { + var t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; + }, send$1(_, message) { return this.send$body$BasicMessageChannel(0, message, this.$ti._eval$1("1?")); }, send$body$BasicMessageChannel(_, message, $async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue, $async$self = this, t1, t2, $async$temp1; + $async$returnValue, $async$self = this, t1, $async$temp1; var $async$send$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -239195,11 +243452,9 @@ case 0: // Function start t1 = $async$self.codec; - t2 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger"); - t2 = t2; $async$temp1 = t1; $async$goto = 3; - return A._asyncAwait(t2.send$2(0, $async$self.name, t1.encodeMessage$1(message)), $async$send$1); + return A._asyncAwait($async$self.get$binaryMessenger().send$2(0, $async$self.name, t1.encodeMessage$1(message)), $async$send$1); case 3: // returning from await. $async$returnValue = $async$temp1.decodeMessage$1($async$result); @@ -239214,20 +243469,12 @@ return A._asyncStartSync($async$send$1, $async$completer); }, setMessageHandler$1(handler) { - var t1, - _s23_ = "_defaultBinaryMessenger"; - if (handler == null) { - t1 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, _s23_); - t1 = t1; - t1.setMessageHandler$2(this.name, null); - } else { - t1 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, _s23_); - t1 = t1; - t1.setMessageHandler$2(this.name, new A.BasicMessageChannel_setMessageHandler_closure(this, handler)); - } - }, - get$name(receiver) { - return this.name; + var _this = this, + t1 = _this.name; + if (handler == null) + _this.get$binaryMessenger().setMessageHandler$2(t1, null); + else + _this.get$binaryMessenger().setMessageHandler$2(t1, new A.BasicMessageChannel_setMessageHandler_closure(_this, handler)); } }; A.BasicMessageChannel_setMessageHandler_closure.prototype = { @@ -239262,16 +243509,26 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 602 + $signature: 573 }; A.MethodChannel.prototype = { + get$binaryMessenger() { + var t1, + result = this._binaryMessenger; + if (result == null) { + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + result = t1; + } + return result; + }, _invokeMethod$1$3$arguments$missingOk(method, $arguments, missingOk, $T) { return this._invokeMethod$body$MethodChannel(method, $arguments, missingOk, $T, $T._eval$1("0?")); }, _invokeMethod$body$MethodChannel(method, $arguments, missingOk, $T, $async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue, $async$self = this, t2, t3, result, t1; + $async$returnValue, $async$self = this, t1, input, t2, result; var $async$_invokeMethod$1$3$arguments$missingOk = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -239279,13 +243536,11 @@ switch ($async$goto) { case 0: // Function start - t1 = $async$self._binaryMessenger; - if (t1 == null) - t1 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger"); + t1 = $async$self.codec; + input = t1.encodeMethodCall$1(new A.MethodCall0(method, $arguments)); t2 = $async$self.name; - t3 = $async$self.codec; $async$goto = 3; - return A._asyncAwait(t1.send$2(0, t2, t3.encodeMethodCall$1(new A.MethodCall0(method, $arguments))), $async$_invokeMethod$1$3$arguments$missingOk); + return A._asyncAwait($async$self.get$binaryMessenger().send$2(0, t2, input), $async$_invokeMethod$1$3$arguments$missingOk); case 3: // returning from await. result = $async$result; @@ -239298,7 +243553,7 @@ } throw A.wrapException(A.MissingPluginException$("No implementation found for method " + method + " on channel " + t2)); } - $async$returnValue = $T._eval$1("0?")._as(t3.decodeEnvelope$1(result)); + $async$returnValue = $T._eval$1("0?")._as(t1.decodeEnvelope$1(result)); // goto return $async$goto = 1; break; @@ -239379,9 +243634,7 @@ return A._asyncStartSync($async$invokeMapMethod$2$2, $async$completer); }, setMethodCallHandler$1(handler) { - var t1 = this._binaryMessenger; - if (t1 == null) - t1 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger"); + var t1 = this.get$binaryMessenger(); t1.setMessageHandler$2(this.name, new A.MethodChannel_setMethodCallHandler_closure(this, handler)); }, _handleAsMethodCall$2(message, handler) { @@ -239390,7 +243643,7 @@ _handleAsMethodCall$body$MethodChannel(message, handler) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_ByteData), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, error, t2, exception, t3, t1, $call, $async$exception, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, error, t2, exception, t3, t1, $call, $async$exception, $async$temp1; var $async$_handleAsMethodCall$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -239462,16 +243715,13 @@ } }); return A._asyncStartSync($async$_handleAsMethodCall$2, $async$completer); - }, - get$name(receiver) { - return this.name; } }; A.MethodChannel_setMethodCallHandler_closure.prototype = { call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 602 + $signature: 573 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -239508,7 +243758,30 @@ return this._nextPlatformViewId++; } }; - A.PlatformViewController.prototype = {}; + A.PlatformViewController.prototype = { + get$awaitingCreation() { + return false; + }, + create$1$size(_, size) { + return this.create$body$PlatformViewController(0, size); + }, + create$body$PlatformViewController(_, size) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void); + var $async$create$1$size = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$create$1$size, $async$completer); + } + }; A.KeyboardSide.prototype = { toString$0(_) { return "KeyboardSide." + this._core$_name; @@ -239538,7 +243811,7 @@ } }; A.RawKeyEvent.prototype = {}; - A.RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb.prototype = { + A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb.prototype = { call$0() { var t4, t5, t6, t1 = this.message, @@ -239565,7 +243838,7 @@ t1 = A._asIntQ(t2.$index(t1, "keyCode")); return new A.RawKeyEventDataWeb(t4, t3, t5, t6, t1 == null ? 0 : t1); }, - $signature: 2585 + $signature: 1358 }; A.RawKeyDownEvent.prototype = {}; A.RawKeyUpEvent.prototype = {}; @@ -239577,30 +243850,12 @@ B.JSArray_methods.remove$1(this._raw_keyboard$_listeners, listener); }, handleRawKeyEvent$1($event) { - var listener, exception, stack, t1, shouldDispatch, t2, t3, _i, exception0, t4, t5, _this = this; + var listener, exception, stack, t1, t2, t3, _i, exception0, t4, t5, _this = this; if ($event instanceof A.RawKeyDownEvent) { t1 = $event.data; - if (t1.shouldDispatchEvent$0()) { - _this._keysPressed.$indexSet(0, t1.get$physicalKey(), t1.get$logicalKey()); - shouldDispatch = true; - } else { - _this._hiddenKeysPressed.add$1(0, t1.get$physicalKey()); - shouldDispatch = false; - } - } else if ($event instanceof A.RawKeyUpEvent) { - t1 = _this._hiddenKeysPressed; - t2 = $event.data; - if (!t1.contains$1(0, t2.get$physicalKey())) { - _this._keysPressed.remove$1(0, t2.get$physicalKey()); - shouldDispatch = true; - } else { - t1.remove$1(0, t2.get$physicalKey()); - shouldDispatch = false; - } - } else - shouldDispatch = true; - if (!shouldDispatch) - return true; + _this._keysPressed.$indexSet(0, t1.get$physicalKey(), t1.get$logicalKey()); + } else if ($event instanceof A.RawKeyUpEvent) + _this._keysPressed.remove$1(0, $event.data.get$physicalKey()); _this._synchronizeModifiers$1($event); for (t1 = _this._raw_keyboard$_listeners, t2 = A.List_List$of(t1, true, type$.void_Function_RawKeyEvent), t3 = t2.length, _i = 0; _i < t3; ++_i) { listener = t2[_i]; @@ -239671,7 +243926,7 @@ call$1(key) { return !this.anySideKeys.contains$1(0, key); }, - $signature: 2589 + $signature: 1359 }; A._ModifierSidePair.prototype = { $eq(_, other) { @@ -239693,7 +243948,7 @@ A.RawKeyEventDataWeb.prototype = { get$physicalKey() { var t1 = this.code, - t2 = B.Map_1k5Ax.$index(0, t1); + t2 = B.Map_qluno.$index(0, t1); return t2 == null ? new A.PhysicalKeyboardKey(98784247808 + B.JSString_methods.get$hashCode(t1)) : t2; }, get$logicalKey() { @@ -239704,7 +243959,7 @@ if (maybeLocationKey != null) return maybeLocationKey; t2 = this.code; - newKey = B.Map_0mOHH.$index(0, t2); + newKey = B.Map_omnLG.$index(0, t2); if (newKey != null) return newKey; if (t1.length === 1) @@ -239831,7 +244086,7 @@ if (_this._restoration$_rootBucket != oldRoot) { _this.notifyListeners$0(); if (oldRoot != null) - oldRoot.dispose$0(0); + oldRoot.dispose$0(); } }, _methodHandler$1($call) { @@ -239898,13 +244153,13 @@ call$1(_) { this.$this._isReplacing = false; }, - $signature: 24 + $signature: 19 }; A.RestorationManager_scheduleSerializationFor_closure.prototype = { call$1(_) { return this.$this._doSerialization$0(); }, - $signature: 24 + $signature: 19 }; A.RestorationBucket.prototype = { get$_rawChildren() { @@ -240055,7 +244310,7 @@ if (t1 != null) t1._addChildData$1(_this); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this._visitChildren$2$concurrentModification(_this.get$_dropChild(), true); _this._claimedChildren.clear$0(0); @@ -240076,44 +244331,51 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 599 + $signature: 569 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 599 + $signature: 569 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_RestorationBucket); }, - $signature: 2603 + $signature: 1379 }; A.RestorationBucket__visitChildren_closure.prototype = { call$1(buckets) { return buckets; }, - $signature: 2607 + $signature: 1380 }; A.ApplicationSwitcherDescription.prototype = {}; A.SystemUiOverlayStyle.prototype = { _toMap$0() { - var t2, t3, t4, _this = this, _null = null, + var t2, t3, t4, t5, _this = this, _null = null, t1 = _this.systemNavigationBarColor; t1 = t1 == null ? _null : t1.value; - t2 = _this.statusBarBrightness; - t2 = t2 == null ? _null : "Brightness." + t2._core$_name; - t3 = _this.statusBarIconBrightness; + t2 = _this.statusBarColor; + t2 = t2 == null ? _null : t2.value; + t3 = _this.statusBarBrightness; t3 = t3 == null ? _null : "Brightness." + t3._core$_name; - t4 = _this.systemNavigationBarIconBrightness; + t4 = _this.statusBarIconBrightness; t4 = t4 == null ? _null : "Brightness." + t4._core$_name; - return A.LinkedHashMap_LinkedHashMap$_literal(["systemNavigationBarColor", t1, "systemNavigationBarDividerColor", null, "systemStatusBarContrastEnforced", _this.systemStatusBarContrastEnforced, "statusBarColor", null, "statusBarBrightness", t2, "statusBarIconBrightness", t3, "systemNavigationBarIconBrightness", t4, "systemNavigationBarContrastEnforced", _this.systemNavigationBarContrastEnforced], type$.String, type$.dynamic); + t5 = _this.systemNavigationBarIconBrightness; + t5 = t5 == null ? _null : "Brightness." + t5._core$_name; + return A.LinkedHashMap_LinkedHashMap$_literal(["systemNavigationBarColor", t1, "systemNavigationBarDividerColor", null, "systemStatusBarContrastEnforced", _this.systemStatusBarContrastEnforced, "statusBarColor", t2, "statusBarBrightness", t3, "statusBarIconBrightness", t4, "systemNavigationBarIconBrightness", t5, "systemNavigationBarContrastEnforced", _this.systemNavigationBarContrastEnforced], type$.String, type$.dynamic); }, toString$0(_) { return "SystemUiOverlayStyle(" + this._toMap$0().toString$0(0) + ")"; }, + copyWith$1$statusBarColor(statusBarColor) { + var _this = this, + t1 = statusBarColor == null ? _this.statusBarColor : statusBarColor; + return new A.SystemUiOverlayStyle(_this.systemNavigationBarColor, _this.systemNavigationBarDividerColor, _this.systemNavigationBarIconBrightness, _this.systemNavigationBarContrastEnforced, t1, _this.statusBarBrightness, _this.statusBarIconBrightness, _this.systemStatusBarContrastEnforced); + }, get$hashCode(_) { var _this = this; return A.Object_hash(_this.systemNavigationBarColor, _this.systemNavigationBarDividerColor, _this.systemNavigationBarContrastEnforced, _this.statusBarColor, _this.statusBarBrightness, _this.statusBarIconBrightness, _this.systemStatusBarContrastEnforced, _this.systemNavigationBarIconBrightness, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); @@ -240126,9 +244388,12 @@ return false; if (other instanceof A.SystemUiOverlayStyle) if (J.$eq$(other.systemNavigationBarColor, _this.systemNavigationBarColor)) - if (other.statusBarIconBrightness == _this.statusBarIconBrightness) - if (other.statusBarBrightness == _this.statusBarBrightness) - t1 = other.systemNavigationBarIconBrightness == _this.systemNavigationBarIconBrightness; + if (J.$eq$(other.statusBarColor, _this.statusBarColor)) + if (other.statusBarIconBrightness == _this.statusBarIconBrightness) + if (other.statusBarBrightness == _this.statusBarBrightness) + t1 = other.systemNavigationBarIconBrightness == _this.systemNavigationBarIconBrightness; + else + t1 = false; else t1 = false; else @@ -240502,7 +244767,7 @@ get$hashCode(_) { var t1 = this.selection, t2 = this.composing; - return A.Object_hash(J.get$hashCode$(this.text), t1.get$hashCode(t1), A.hashValues(J.get$hashCode$(t2.start), J.get$hashCode$(t2.end), B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(J.get$hashCode$(this.text), t1.get$hashCode(t1), A.Object_hash(J.get$hashCode$(t2.start), J.get$hashCode$(t2.end), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; A.TextEditingValue_replaced_adjustIndex.prototype = { @@ -240520,6 +244785,7 @@ } }; A.TextSelectionDelegate.prototype = {}; + A.TextInputClient.prototype = {}; A.SelectionRect.prototype = { $eq(_, other) { var _this = this; @@ -240541,15 +244807,17 @@ A.TextInputConnection.prototype = { setComposingRect$1(rect) { var validRect, t1, t2, t3; - if (rect.$eq(0, this._cachedRect)) + if (rect.$eq(0, this._text_input$_cachedRect)) return; - this._cachedRect = rect; + this._text_input$_cachedRect = rect; validRect = rect.get$isFinite(rect) ? rect : new A.Rect(0, 0, -1, -1); t1 = $.$get$TextInput__instance(); t2 = validRect.left; t3 = validRect.top; t3 = A.LinkedHashMap_LinkedHashMap$_literal(["width", validRect.right - t2, "height", validRect.bottom - t3, "x", t2, "y", t3], type$.String, type$.dynamic); - A._lateReadCheck(t1.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setMarkedTextRect", t3, type$.void); + t1 = t1.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setMarkedTextRect", t3, type$.void); }, setCaretRect$1(rect) { var validRect, t1, t2, t3; @@ -240561,7 +244829,9 @@ t2 = validRect.left; t3 = validRect.top; t3 = A.LinkedHashMap_LinkedHashMap$_literal(["width", validRect.right - t2, "height", validRect.bottom - t3, "x", t2, "y", t3], type$.String, type$.dynamic); - A._lateReadCheck(t1.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setCaretRect", t3, type$.void); + t1 = t1.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setCaretRect", t3, type$.void); }, setSelectionRects$1(selectionRects) { var t1, t2; @@ -240570,14 +244840,18 @@ t1 = $.$get$TextInput__instance(); t2 = A._arrayInstanceType(selectionRects)._eval$1("MappedListIterable<1,List>"); t2 = A.List_List$of(new A.MappedListIterable(selectionRects, new A.TextInputConnection_setSelectionRects_closure(), t2), true, t2._eval$1("ListIterable.E")); - A._lateReadCheck(t1.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setSelectionRects", t2, type$.void); + t1 = t1.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setSelectionRects", t2, type$.void); } }, - setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(_, fontFamily, fontSize, fontWeight, textAlign, textDirection) { + setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(fontFamily, fontSize, fontWeight, textAlign, textDirection) { var t1 = $.$get$TextInput__instance(), t2 = fontWeight == null ? null : fontWeight.index; t2 = A.LinkedHashMap_LinkedHashMap$_literal(["fontFamily", fontFamily, "fontSize", fontSize, "fontWeightIndex", t2, "textAlignIndex", textAlign.index, "textDirectionIndex", textDirection.index], type$.String, type$.dynamic); - A._lateReadCheck(t1.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setStyle", t2, type$.void); + t1 = t1.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setStyle", t2, type$.void); } }; A.TextInputConnection_setSelectionRects_closure.prototype = { @@ -240587,16 +244861,79 @@ t3 = t1.top; return A._setArrayType([t2, t3, t1.right - t2, t1.bottom - t3, rect.position], type$.JSArray_num); }, - $signature: 2611 + $signature: 1381 }; A.TextInput.prototype = { _attach$2(connection, configuration) { - A._lateReadCheck(this.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setClient", [connection._text_input$_id, configuration.toJson$0()], type$.void); + var t1 = this.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setClient", A._setArrayType([connection._text_input$_id, configuration.toJson$0()], type$.JSArray_Object), type$.void); this._currentConnection = connection; - this.__TextInput__currentConfiguration = configuration; + this.__TextInput__currentConfiguration_A = configuration; }, get$_text_input$_channel() { - return A._lateReadCheck(this.__TextInput__channel, "_channel"); + var t1 = this.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; + }, + _loudlyHandleTextInputInvocation$1($call) { + return this._loudlyHandleTextInputInvocation$body$TextInput($call); + }, + _loudlyHandleTextInputInvocation$body$TextInput($call) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, exception, stack, t1, exception0, $async$exception0; + var $async$_loudlyHandleTextInputInvocation$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) { + $async$currentError = $async$result; + $async$goto = $async$handler; + } + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$handler = 4; + $async$goto = 7; + return A._asyncAwait($async$self._handleTextInputInvocation$1($call), $async$_loudlyHandleTextInputInvocation$1); + case 7: + // returning from await. + t1 = $async$result; + $async$returnValue = t1; + // goto return + $async$goto = 1; + break; + $async$handler = 2; + // goto after finally + $async$goto = 6; + break; + case 4: + // catch + $async$handler = 3; + $async$exception0 = $async$currentError; + exception = A.unwrapException($async$exception0); + stack = A.getTraceFromException($async$exception0); + t1 = A.ErrorDescription$("during method call " + $call.method); + A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, new A.TextInput__loudlyHandleTextInputInvocation_closure($call), false)); + throw $async$exception0; + // goto after finally + $async$goto = 6; + break; + case 3: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 6: + // after finally + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + case 2: + // rethrow + return A._asyncRethrow($async$currentError, $async$completer); + } + }); + return A._asyncStartSync($async$_loudlyHandleTextInputInvocation$1, $async$completer); }, _handleTextInputInvocation$1(methodCall) { return this._handleTextInputInvocation$body$TextInput(methodCall); @@ -240659,15 +244996,21 @@ break; } if (method === "TextInputClient.requestExistingInputState") { - $async$self._attach$2(t1, A._lateReadCheck($async$self.__TextInput__currentConfiguration, "_currentConfiguration")); + t2 = $async$self.__TextInput__currentConfiguration_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + $async$self._attach$2(t1, t2); editingValue = $async$self._currentConnection._text_input$_client.get$currentTextEditingValue(); - if (editingValue != null) - A._lateReadCheck($async$self.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setEditingState", editingValue.toJSON$0(), type$.void); + if (editingValue != null) { + t1 = $async$self.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setEditingState", editingValue.toJSON$0(), type$.void); + } // goto return $async$goto = 1; break; } - args = type$.List_dynamic._as(methodCall.$arguments); + t2 = type$.List_dynamic; + args = t2._as(methodCall.$arguments); if (method === string$.TextInT) { scope = t1._text_input$_client.get$currentAutofillScope(); t1 = type$.Map_String_dynamic; @@ -240685,25 +245028,25 @@ } t1 = J.getInterceptor$asx(args); client = A._asIntS(t1.$index(args, 0)); - t2 = $async$self._currentConnection; - if (client !== t2._text_input$_id) { + t3 = $async$self._currentConnection; + if (client !== t3._text_input$_id) { // goto return $async$goto = 1; break; } switch (method) { case "TextInputClient.updateEditingState": - t2._text_input$_client.updateEditingValue$1(A.TextEditingValue_TextEditingValue$fromJSON(type$.Map_String_dynamic._as(t1.$index(args, 1)))); + t3._text_input$_client.updateEditingValue$1(A.TextEditingValue_TextEditingValue$fromJSON(type$.Map_String_dynamic._as(t1.$index(args, 1)))); break; case string$.TextInD: deltas = A._setArrayType([], type$.JSArray_TextEditingDelta); - t2 = type$.Map_String_dynamic; - for (t1 = J.get$iterator$ax(J.$index$asx(t2._as(t1.$index(args, 1)), "deltas")); t1.moveNext$0();) - deltas.push(A.TextEditingDelta_TextEditingDelta$fromJSON(t2._as(t1.get$current(t1)))); + t3 = type$.Map_String_dynamic; + for (t1 = J.get$iterator$ax(t2._as(J.$index$asx(t3._as(t1.$index(args, 1)), "deltas"))); t1.moveNext$0();) + deltas.push(A.TextEditingDelta_TextEditingDelta$fromJSON(t3._as(t1.get$current(t1)))); type$.DeltaTextInputClient._as($async$self._currentConnection._text_input$_client).updateEditingValueWithDeltas$1(deltas); break; case "TextInputClient.performAction": - t2._text_input$_client.performAction$1(A._toTextInputAction(A._asStringS(t1.$index(args, 1)))); + t3._text_input$_client.performAction$1(A._toTextInputAction(A._asStringS(t1.$index(args, 1)))); break; case "TextInputClient.performPrivateCommand": t2 = type$.Map_String_dynamic; @@ -240712,7 +245055,7 @@ $async$self._currentConnection._text_input$_client.performPrivateCommand$2(A._asStringS(t1.$index(firstArg, "action")), t2._as(t1.$index(firstArg, "data"))); break; case "TextInputClient.updateFloatingCursor": - t2 = t2._text_input$_client; + t2 = t3._text_input$_client; t3 = A._toTextCursorAction(A._asStringS(t1.$index(args, 1))); t1 = type$.Map_String_dynamic._as(t1.$index(args, 2)); if (t3 === B.FloatingCursorDragState_1) { @@ -240723,16 +245066,16 @@ t2.updateFloatingCursor$1(new A.RawFloatingCursorPoint(offset, t3)); break; case "TextInputClient.onConnectionClosed": - t2._text_input$_client.connectionClosed$0(); + t3._text_input$_client.connectionClosed$0(); break; case "TextInputClient.showAutocorrectionPromptRect": - t2._text_input$_client.showAutocorrectionPromptRect$2(A._asIntS(t1.$index(args, 1)), A._asIntS(t1.$index(args, 2))); + t3._text_input$_client.showAutocorrectionPromptRect$2(A._asIntS(t1.$index(args, 1)), A._asIntS(t1.$index(args, 2))); break; case "TextInputClient.showToolbar": - t2._text_input$_client.showToolbar$0(); + t3._text_input$_client.showToolbar$0(); break; case "TextInputClient.insertTextPlaceholder": - t2 = t2._text_input$_client; + t2 = t3._text_input$_client; t3 = A._asNumS(t1.$index(args, 1)); t3.toString; t1 = A._asNumS(t1.$index(args, 2)); @@ -240740,7 +245083,7 @@ t2.insertTextPlaceholder$1(new A.Size(t3, t1)); break; case "TextInputClient.removeTextPlaceholder": - t2._text_input$_client.removeTextPlaceholder$0(); + t3._text_input$_client.removeTextPlaceholder$0(); break; default: throw A.wrapException(A.MissingPluginException$(null)); @@ -240759,17 +245102,26 @@ A.scheduleMicrotask(new A.TextInput__scheduleHide_closure(this)); }, _clearClient$0() { - A._lateReadCheck(this.__TextInput__channel, "_channel").invokeMethod$1$1("TextInput.clearClient", type$.void); + var t1 = this.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$1("TextInput.clearClient", type$.void); this._currentConnection = null; this._scheduleHide$0(); } }; + A.TextInput__loudlyHandleTextInputInvocation_closure.prototype = { + call$0() { + 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: 122 + }; A.TextInput__handleTextInputInvocation_closure.prototype = { call$1(value) { value.toString; return value; }, - $signature: 2618 + $signature: 1411 }; A.TextInput__handleTextInputInvocation_closure0.prototype = { call$1(elementIdentifier) { @@ -240812,7 +245164,7 @@ t1 = true; return !t1; }, - $signature: 56 + $signature: 65 }; A.TextInput__handleTextInputInvocation_closure1.prototype = { call$1(elementIdentifier) { @@ -240825,14 +245177,17 @@ B.JSArray_methods.addAll$1(t1, [t2, t3, bounds.right - t2, bounds.bottom - t3]); return t1; }, - $signature: 2622 + $signature: 1413 }; A.TextInput__scheduleHide_closure.prototype = { call$0() { var t1 = this.$this; t1._hidePending = false; - if (t1._currentConnection == null) - A._lateReadCheck(t1.__TextInput__channel, "_channel").invokeMethod$1$1("TextInput.hide", type$.void); + if (t1._currentConnection == null) { + t1 = t1.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$1("TextInput.hide", type$.void); + } }, $signature: 0 }; @@ -240841,7 +245196,7 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 273 + $signature: 247 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -240867,12 +245222,12 @@ return this._actions$_listeners.remove$1(0, listener); }, _makeOverridableAction$1(context) { - return A._OverridableAction$(this, context, A._instanceType(this)._eval$1("Action.T")); + return new A._OverridableAction(this, context, false, false, false, false, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), A._instanceType(this)._eval$1("_OverridableAction")); } }; A.ContextAction.prototype = { _makeOverridableAction$1(context) { - return A._OverridableContextAction$(this, context, A._instanceType(this)._eval$1("ContextAction.T")); + return new A._OverridableContextAction(this, context, false, false, false, false, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), A._instanceType(this)._eval$1("_OverridableContextAction")); } }; A.CallbackAction.prototype = { @@ -240905,7 +245260,7 @@ type$._ActionsMarker._as(t1); return false; }, - $signature: 289 + $signature: 248 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -240922,7 +245277,7 @@ } return false; }, - $signature: 289 + $signature: 248 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -240936,7 +245291,7 @@ } return false; }, - $signature: 289 + $signature: 248 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -240950,7 +245305,21 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 289 + $signature: 248 + }; + A.Actions_maybeInvoke_closure.prototype = { + call$1(element) { + var t2, result, _this = this, + t1 = element._widget; + t1.toString; + t2 = _this.intent; + result = A.Actions__castAction(type$._ActionsMarker._as(t1), t2, _this.T); + t1 = result != null; + if (t1 && result.isEnabled$1(0, t2)) + _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); + return t1; + }, + $signature: 248 }; A._ActionsState.prototype = { initState$0() { @@ -240979,14 +245348,14 @@ this.super$State$didUpdateWidget(oldWidget); this._updateActionListeners$0(); }, - dispose$0(_) { + dispose$0() { var t1, t2, _this = this; - _this.super$State$dispose(0); + _this.super$State$dispose(); for (t1 = _this.listenedActions, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = _this.get$_handleActionChanged(); t1.moveNext$0();) t1._collection$_current.removeActionListener$1(t2); _this.listenedActions = null; }, - build$1(_, context) { + build$1(context) { var t1 = this._widget; return new A._ActionsMarker(null, t1.actions, this.rebuildKey, t1.child, null); } @@ -241016,21 +245385,21 @@ initState$0() { this.super$State$initState(); $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._FocusableActionDetectorState_initState_closure(this)); - $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.add$1(0, this.get$_actions$_handleFocusHighlightModeChange()); + $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.add$1(0, this.get$_handleFocusHighlightModeChange()); }, - dispose$0(_) { - $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.remove$1(0, this.get$_actions$_handleFocusHighlightModeChange()); - this.super$State$dispose(0); + dispose$0() { + $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._focus_manager$_listeners.remove$1(0, this.get$_handleFocusHighlightModeChange()); + this.super$State$dispose(); }, _updateHighlightMode$1(mode) { this._mayTriggerCallback$1$task(new A._FocusableActionDetectorState__updateHighlightMode_closure(this)); }, - _actions$_handleFocusHighlightModeChange$1(mode) { + _handleFocusHighlightModeChange$1(mode) { if (this._framework$_element == null) return; this._updateHighlightMode$1(mode); }, - _actions$_handleMouseEnter$1($event) { + _handleMouseEnter$1($event) { if (!this._actions$_hovering) this._mayTriggerCallback$1$task(new A._FocusableActionDetectorState__handleMouseEnter_closure(this)); }, @@ -241040,11 +245409,11 @@ }, _handleFocusChange$1(focused) { var t1, _this = this; - if (_this._actions$_focused !== focused) { + if (_this._focused !== focused) { _this._mayTriggerCallback$1$task(new A._FocusableActionDetectorState__handleFocusChange_closure(_this, focused)); t1 = _this._widget.onFocusChange; if (t1 != null) - t1.call$1(_this._actions$_focused); + t1.call$1(_this._focused); } }, _mayTriggerCallback$2$oldWidget$task(oldWidget, task) { @@ -241104,14 +245473,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var t3, t4, child, _this = this, _null = null, t1 = _this._widget, t2 = t1.mouseCursor; t1 = t1.focusNode; t3 = _this.get$_actions$_canRequestFocus(); t4 = _this._widget; - child = A.MouseRegion$(A.Focus$(false, t3, t4.child, _null, true, true, t1, true, _null, _this.get$_handleFocusChange(), _null, _null, _null), t2, _this._mouseRegionKey, _this.get$_actions$_handleMouseEnter(), _this.get$_actions$_handleMouseExit(), _null); + child = A.MouseRegion$(A.Focus$(false, t3, t4.child, _null, true, true, t1, true, _null, _this.get$_handleFocusChange(), _null, _null, _null), t2, _this._mouseRegionKey, _this.get$_handleMouseEnter(), _this.get$_actions$_handleMouseExit(), _null); t1 = t4.enabled; if (t1) { t2 = t4.actions; @@ -241131,7 +245500,7 @@ if (t1) { t1 = _this._widget.shortcuts; t1.toString; - child = new A.Shortcuts(t1, child, _null, _null); + child = A.Shortcuts$(child, _null, t1); } return child; } @@ -241143,7 +245512,7 @@ t1 = A.FocusManager__defaultModeForPlatform(); this.$this._updateHighlightMode$1(t1); }, - $signature: 24 + $signature: 19 }; A._FocusableActionDetectorState__updateHighlightMode_closure.prototype = { call$0() { @@ -241175,7 +245544,7 @@ }; A._FocusableActionDetectorState__handleFocusChange_closure.prototype = { call$0() { - this.$this._actions$_focused = this.focused; + this.$this._focused = this.focused; }, $signature: 0 }; @@ -241184,7 +245553,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 484 + $signature: 439 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -241202,20 +245571,26 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 484 + $signature: 439 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; - return t1._actions$_focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); + return t1._focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 484 + $signature: 439 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { this.$this._mayTriggerCallback$1$oldWidget(this.oldWidget); }, - $signature: 24 + $signature: 19 + }; + A.VoidCallbackAction.prototype = { + invoke$1(intent) { + intent.callback$0(0); + return null; + } }; A.DoNothingAction.prototype = { consumesKey$1(intent) { @@ -241244,15 +245619,20 @@ t2.toString; candidateAction = A.Actions_maybeFind(t2, candidateIntent, t1); if (candidateAction != null && candidateAction.isEnabled$1(0, candidateIntent)) { - this.__PrioritizedAction__selectedAction = candidateAction; - this.__PrioritizedAction__selectedIntent = candidateIntent; + this.__PrioritizedAction__selectedAction_A = candidateAction; + this.__PrioritizedAction__selectedIntent_A = candidateIntent; return true; } } return false; }, invoke$1(intent) { - A._lateReadCheck(this.__PrioritizedAction__selectedAction, "_selectedAction").invoke$1(A._lateReadCheck(this.__PrioritizedAction__selectedIntent, "_selectedIntent")); + var t2, + t1 = this.__PrioritizedAction__selectedAction_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.__PrioritizedAction__selectedIntent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.invoke$1(t2); } }; A._OverridableActionMixin.prototype = { @@ -241403,88 +245783,102 @@ }; A._AnimatedCrossFadeState.prototype = { initState$0() { - var t1, _this = this, - _s11_ = "_controller"; + var t1, _this = this; _this.super$State$initState(); t1 = A.AnimationController$(null, _this._widget.duration, null, 1, null, _this); - _this.___AnimatedCrossFadeState__controller = t1; + _this.___AnimatedCrossFadeState__controller_A = t1; if (_this._widget.crossFadeState === B.CrossFadeState_1) - A._lateReadCheck(t1, _s11_).set$value(0, 1); - _this.___AnimatedCrossFadeState__firstAnimation = _this._initAnimation$2(_this._widget.firstCurve, true); - _this.___AnimatedCrossFadeState__secondAnimation = _this._initAnimation$2(_this._widget.secondCurve, false); - A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).addStatusListener$1(new A._AnimatedCrossFadeState_initState_closure(_this)); + t1.set$value(0, 1); + _this.___AnimatedCrossFadeState__firstAnimation_A = _this._initAnimation$2(_this._widget.firstCurve, true); + _this.___AnimatedCrossFadeState__secondAnimation_A = _this._initAnimation$2(_this._widget.secondCurve, false); + t1 = _this.___AnimatedCrossFadeState__controller_A; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(new A._AnimatedCrossFadeState_initState_closure(_this)); }, _initAnimation$2(curve, inverted) { - var t2, - t1 = type$.Animation_double, - result = new A._AnimatedEvaluation(t1._as(A._lateReadCheck(this.___AnimatedCrossFadeState__controller, "_controller")), new A.CurveTween(curve), type$.CurveTween._eval$1("_AnimatedEvaluation")); + var t2, result, + t1 = this.___AnimatedCrossFadeState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = type$.Animation_double; + result = new A._AnimatedEvaluation(t2._as(t1), new A.CurveTween(curve), type$.CurveTween._eval$1("_AnimatedEvaluation")); if (inverted) { - t2 = type$.Tween_double; - result = new A._AnimatedEvaluation(t1._as(result), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); + t1 = type$.Tween_double; + result = new A._AnimatedEvaluation(t2._as(result), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); } return result; }, - dispose$0(_) { - A._lateReadCheck(this.___AnimatedCrossFadeState__controller, "_controller").dispose$0(0); - this.super$__AnimatedCrossFadeState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___AnimatedCrossFadeState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__AnimatedCrossFadeState_State_TickerProviderStateMixin$dispose(); }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, _this = this, - _s11_ = "_controller"; + var t1, t2, t3, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; t2 = t1.duration; t3 = oldWidget.duration; if (t2._duration !== t3._duration) { - t1 = A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_); - t2 = _this._widget; - t1.duration = t2.duration; - t1 = t2; + t3 = _this.___AnimatedCrossFadeState__controller_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.duration = t2; } t1 = t1.firstCurve; if (t1 !== oldWidget.firstCurve) - _this.___AnimatedCrossFadeState__firstAnimation = _this._initAnimation$2(t1, true); + _this.___AnimatedCrossFadeState__firstAnimation_A = _this._initAnimation$2(t1, true); t1 = _this._widget.secondCurve; if (t1 !== oldWidget.secondCurve) - _this.___AnimatedCrossFadeState__secondAnimation = _this._initAnimation$2(t1, false); + _this.___AnimatedCrossFadeState__secondAnimation_A = _this._initAnimation$2(t1, false); t1 = _this._widget.crossFadeState; if (t1 !== oldWidget.crossFadeState) switch (t1.index) { case 0: - A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).reverse$0(0); + t1 = _this.___AnimatedCrossFadeState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); break; case 1: - A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).forward$0(0); + t1 = _this.___AnimatedCrossFadeState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { - var topChild, topAnimation, bottomChild, bottomAnimation, topKey, bottomKey, t2, t3, _this = this, _null = null, - _s11_ = "_controller", - _s7_ = "_status", - _s16_ = "_secondAnimation", - _s15_ = "_firstAnimation", - transitioningForwards = A._lateReadCheck(A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).__AnimationController__status, _s7_) === B.AnimationStatus_3 || A._lateReadCheck(A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).__AnimationController__status, _s7_) === B.AnimationStatus_1, - t1 = _this._widget; + build$1(context) { + var transitioningForwards, t2, t3, t4, topChild, bottomChild, bottomAnimation, topAnimation, topKey, bottomKey, _this = this, _null = null, + t1 = _this.___AnimatedCrossFadeState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + transitioningForwards = t1 === B.AnimationStatus_3 || t1 === B.AnimationStatus_1; + t2 = _this._widget; + t3 = _this.___AnimatedCrossFadeState__secondAnimation_A; + t4 = _this.___AnimatedCrossFadeState__firstAnimation_A; if (transitioningForwards) { - topChild = t1.secondChild; - topAnimation = A._lateReadCheck(_this.___AnimatedCrossFadeState__secondAnimation, _s16_); - bottomChild = _this._widget.firstChild; - bottomAnimation = A._lateReadCheck(_this.___AnimatedCrossFadeState__firstAnimation, _s15_); + topChild = t2.secondChild; + t3 === $ && A.throwUnnamedLateFieldNI(); + bottomChild = t2.firstChild; + t4 === $ && A.throwUnnamedLateFieldNI(); + bottomAnimation = t4; + topAnimation = t3; topKey = B.ValueKey_CrossFadeState_1; bottomKey = B.ValueKey_CrossFadeState_0; } else { - topChild = t1.firstChild; - topAnimation = A._lateReadCheck(_this.___AnimatedCrossFadeState__firstAnimation, _s15_); - bottomChild = _this._widget.secondChild; - bottomAnimation = A._lateReadCheck(_this.___AnimatedCrossFadeState__secondAnimation, _s16_); + topChild = t2.firstChild; + t4 === $ && A.throwUnnamedLateFieldNI(); + bottomChild = t2.secondChild; + t3 === $ && A.throwUnnamedLateFieldNI(); + bottomAnimation = t3; + topAnimation = t4; topKey = B.ValueKey_CrossFadeState_0; bottomKey = B.ValueKey_CrossFadeState_1; } - t1 = A._lateReadCheck(A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).__AnimationController__status, _s7_) === B.AnimationStatus_1 || A._lateReadCheck(A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).__AnimationController__status, _s7_) === B.AnimationStatus_2; - t2 = _this._widget; + t1 = t1 === B.AnimationStatus_1 || t1 === B.AnimationStatus_2; t2.toString; t3 = A.FadeTransition$(false, bottomChild, bottomAnimation); return A.ClipRect$(A.AnimatedSize$(B.Alignment_0_m1, t2.layoutBuilder$4(new A.TickerMode(true, new A.IgnorePointer(false, _null, new A.ExcludeSemantics(false, new A.ExcludeFocus(false, A.FadeTransition$(false, topChild, topAnimation), _null), _null), _null), topKey), topKey, new A.TickerMode(t1, new A.IgnorePointer(true, _null, new A.ExcludeSemantics(true, new A.ExcludeFocus(true, t3, _null), _null), _null), bottomKey), bottomKey), t2.sizeCurve, t2.duration, _null), B.Clip_1, _null); @@ -241507,13 +245901,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.AnimatedSize.prototype = { @@ -241522,7 +245916,7 @@ } }; A._AnimatedSizeState.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this._widget; return new A._AnimatedSize(t1.alignment, t1.curve, t1.duration, t1.reverseDuration, this, B.Clip_1, t1.child, null); } @@ -241539,7 +245933,7 @@ renderObject.set$reverseDuration(_this.reverseDuration); renderObject.set$curve(0, _this.curve); renderObject.set$vsync(_this.vsync); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); t1 = _this.clipBehavior; if (t1 !== renderObject._animated_size$_clipBehavior) { renderObject._animated_size$_clipBehavior = t1; @@ -241549,13 +245943,13 @@ } }; A.__AnimatedSizeState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -241570,7 +245964,7 @@ }; A.AnimatedSwitcher.prototype = { createState$0() { - return new A._AnimatedSwitcherState(A.LinkedHashSet_LinkedHashSet$_empty(type$._ChildEntry), B.List_empty12, null, null, B._StateLifecycle_0); + return new A._AnimatedSwitcherState(A.LinkedHashSet_LinkedHashSet$_empty(type$._ChildEntry), B.List_empty13, null, null, B._StateLifecycle_0); }, transitionBuilder$2(arg0, arg1) { return this.transitionBuilder.call$2(arg0, arg1); @@ -241652,23 +246046,23 @@ this._outgoingWidgets = A.List_List$unmodifiable(new A.EfficientLengthMappedIterable(t1, new A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure(), A._instanceType(t1)._eval$1("EfficientLengthMappedIterable")), type$.Widget); } }, - dispose$0(_) { + dispose$0() { var t2, t3, value, result, t1 = this._currentEntry; if (t1 != null) - t1.controller.dispose$0(0); + t1.controller.dispose$0(); for (t1 = this._outgoingEntries, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) { t2 = t1._collection$_current.controller; - t2._ticker.dispose$0(0); + t2._ticker.dispose$0(); t2._ticker = null; t3 = t2.AnimationLocalStatusListenersMixin__statusListeners; t3._isDirty = false; - B.JSArray_methods.set$length(t3._observer_list$_list, 0); - value = t3.__ObserverList__set; + B.JSArray_methods.clear$0(t3._observer_list$_list); + value = t3.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t3.$ti._precomputed1); - A._lateInitializeOnceCheck(t3.__ObserverList__set, "_set"); - t3.__ObserverList__set = result; + t3.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t3.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { @@ -241677,23 +246071,23 @@ } t3 = t2.AnimationLocalListenersMixin__listeners; t3._isDirty = false; - B.JSArray_methods.set$length(t3._observer_list$_list, 0); - value = t3.__ObserverList__set; + B.JSArray_methods.clear$0(t3._observer_list$_list); + value = t3.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t3.$ti._precomputed1); - A._lateInitializeOnceCheck(t3.__ObserverList__set, "_set"); - t3.__ObserverList__set = result; + t3.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t3.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; value._collection$_length = 0; } - t2.super$AnimationEagerListenerMixin$dispose(0); + t2.super$AnimationEagerListenerMixin$dispose(); } - this.super$__AnimatedSwitcherState_State_TickerProviderStateMixin$dispose(0); + this.super$__AnimatedSwitcherState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, _this = this; _this._rebuildOutgoingWidgetsIfNeeded$0(); t1 = _this._widget; @@ -241711,7 +246105,7 @@ if ($status === B.AnimationStatus_0) { t1 = this.$this; t1.setState$1(new A._AnimatedSwitcherState__newEntry__closure(t1, this.entry)); - this.controller.dispose$0(0); + this.controller.dispose$0(); } }, $signature: 42 @@ -241728,7 +246122,7 @@ call$1(entry) { return entry.transition; }, - $signature: 2643 + $signature: 1428 }; A.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -241736,20 +246130,19 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.AnnotatedRegion.prototype = { createRenderObject$1(context) { var t1 = new A.RenderAnnotatedRegion(this.value, true, null, A.LayerHandle$(type$.ContainerLayer_2), this.$ti._eval$1("RenderAnnotatedRegion<1>")); - t1.get$isRepaintBoundary(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -241785,48 +246178,38 @@ _this.super$State$initState(); _this._updateRouting$0(); $.WidgetsBinding__instance.toString; - _this._app$_locale = _this._resolveLocales$2($.$get$EnginePlatformDispatcher__instance()._configuration.locales, _this._widget.supportedLocales); + _this._app$_locale = _this._resolveLocales$2($.$get$EnginePlatformDispatcher__instance().configuration.locales, _this._widget.supportedLocales); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); this._updateRouting$1$oldWidget(oldWidget); }, - dispose$0(_) { - var t1; + dispose$0() { B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, this); - t1 = this._defaultRouteInformationProvider; - if (t1 != null) { - if (t1.ChangeNotifier__count > 0) - B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, t1); - t1.super$ChangeNotifier$dispose(0); - } - this.super$State$dispose(0); + var t1 = this._defaultRouteInformationProvider; + if (t1 != null) + t1.dispose$0(); + this.super$State$dispose(); + }, + _clearRouterResource$0() { + var t1 = this._defaultRouteInformationProvider; + if (t1 != null) + t1.dispose$0(); + this._defaultBackButtonDispatcher = this._defaultRouteInformationProvider = null; }, _updateRouting$1$oldWidget(oldWidget) { var t1, _this = this; _this._widget.toString; if (_this.get$_usesNavigator()) { - t1 = _this._defaultRouteInformationProvider; - if (t1 != null) { - if (t1.ChangeNotifier__count > 0) - B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, t1); - t1.super$ChangeNotifier$dispose(0); - } - _this._defaultRouteInformationProvider = null; + _this._clearRouterResource$0(); if (_this._navigator == null || _this._widget.navigatorKey != oldWidget.navigatorKey) { t1 = _this._widget.navigatorKey; _this._navigator = t1 == null ? new A.GlobalObjectKey(_this, type$.GlobalObjectKey_NavigatorState) : t1; } } else { + _this._clearRouterResource$0(); _this._navigator = null; - t1 = _this._defaultRouteInformationProvider; - if (t1 != null) { - if (t1.ChangeNotifier__count > 0) - B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, t1); - t1.super$ChangeNotifier$dispose(0); - } - _this._defaultRouteInformationProvider = null; } }, _updateRouting$0() { @@ -241933,7 +246316,7 @@ if (!J.$eq$(newLocale, _this._app$_locale)) _this.setState$1(new A._WidgetsAppState_didChangeLocales_closure(_this, newLocale)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, result, performanceOverlay, appLocale, t5, t6, t7, _this = this, _null = null, t1 = {}; t1.routing = null; _this._widget.toString; @@ -241944,7 +246327,8 @@ t4 = t4.navigatorObservers; t4.toString; t1.routing = A.Navigator$(t3, t2, t4, A.navigator_Navigator_defaultGenerateInitialRoutes$closure(), _this.get$_onGenerateRoute(), _this.get$_onUnknownRoute(), true, "nav"); - } + } else + _this._widget.toString; t1.result = null; t2 = _this._widget; t2.toString; @@ -241975,8 +246359,7 @@ t5 = t5.restorationScopeId; t6 = A.WidgetsApp_defaultShortcuts(); t7 = $.$get$WidgetsApp_defaultActions(); - t1 = A.Actions$(t7, A.FocusTraversalGroup$(new A._MediaQueryFromWindow(new A.Localizations(appLocale, t4, new A.Title(t3, t2, t1, _null), _null), _null), true, true, new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData)))); - return new A.RootRestorationScope(new A.SharedAppData(new A.Shortcuts(t6, new A.DefaultTextEditingShortcuts(A.DefaultTextEditingShortcuts__shortcuts(), t1, "", _null), "", _null), _null), t5, _null); + return new A.RootRestorationScope(new A.SharedAppData(A.Shortcuts$(new A.DefaultTextEditingShortcuts(A.Actions$(t7, A.FocusTraversalGroup$(new A.ShortcutRegistrar(new A._MediaQueryFromWindow(new A.Localizations(appLocale, t4, new A.Title(t3, t2, t1, _null), _null), _null), _null), true, new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData)))), _null), "", t6), _null), t5, _null); } }; A._WidgetsAppState__onGenerateRoute_closure.prototype = { @@ -241985,7 +246368,7 @@ t1.toString; return t1; }, - $signature: 81 + $signature: 79 }; A._WidgetsAppState_didChangeLocales_closure.prototype = { call$0() { @@ -241997,7 +246380,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 81 + $signature: 79 }; A.__WidgetsAppState_State_WidgetsBindingObserver.prototype = {}; A.StreamBuilderBase.prototype = { @@ -242013,7 +246396,7 @@ t1 = _this._widget; t1.toString; t1 = A.AsyncSnapshot$nothing(A._instanceType(t1)._precomputed1); - _this.___StreamBuilderBaseState__summary = t1; + _this.___StreamBuilderBaseState__summary_A = t1; _this._subscribe$0(); }, didUpdateWidget$1(oldWidget) { @@ -242023,27 +246406,32 @@ if (_this._subscription != null) { _this._async0$_unsubscribe$0(); _this._widget.toString; - t1 = A._lateReadCheck(_this.___StreamBuilderBaseState__summary, "_summary"); - _this.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); + t1 = _this.___StreamBuilderBaseState__summary_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.___StreamBuilderBaseState__summary_A = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, t1.$ti); } _this._subscribe$0(); } }, - build$1(_, context) { - var t1 = this._widget; + build$1(context) { + var t2, + t1 = this._widget; t1.toString; - return t1.builder$2(context, A._lateReadCheck(this.___StreamBuilderBaseState__summary, "_summary")); + t2 = this.___StreamBuilderBaseState__summary_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t1.builder$2(context, t2); }, - dispose$0(_) { + dispose$0() { this._async0$_unsubscribe$0(); - this.super$State$dispose(0); + this.super$State$dispose(); }, _subscribe$0() { var t1, _this = this; _this._subscription = _this._widget.stream.listen$3$onDone$onError(0, new A._StreamBuilderBaseState__subscribe_closure(_this), new A._StreamBuilderBaseState__subscribe_closure0(_this), new A._StreamBuilderBaseState__subscribe_closure1(_this)); _this._widget.toString; - t1 = A._lateReadCheck(_this.___StreamBuilderBaseState__summary, "_summary"); - _this.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); + t1 = _this.___StreamBuilderBaseState__summary_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.___StreamBuilderBaseState__summary_A = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, t1.$ti); }, _async0$_unsubscribe$0() { var t1 = this._subscription; @@ -242067,8 +246455,8 @@ var t1 = this.$this, t2 = t1._widget; t2.toString; - A._lateReadCheck(t1.___StreamBuilderBaseState__summary, "_summary"); - t1.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_2, this.data, null, null, A._instanceType(t2)._eval$1("AsyncSnapshot<1>")); + t1.___StreamBuilderBaseState__summary_A === $ && A.throwUnnamedLateFieldNI(); + t1.___StreamBuilderBaseState__summary_A = new A.AsyncSnapshot(B.ConnectionState_2, this.data, null, null, A._instanceType(t2)._eval$1("AsyncSnapshot<1>")); }, $signature: 0 }; @@ -242077,15 +246465,15 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 124 + $signature: 127 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { var t1 = this.$this, t2 = t1._widget; t2.toString; - A._lateReadCheck(t1.___StreamBuilderBaseState__summary, "_summary"); - t1.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_2, null, this.error, this.stackTrace, A._instanceType(t2)._eval$1("AsyncSnapshot<1>")); + t1.___StreamBuilderBaseState__summary_A === $ && A.throwUnnamedLateFieldNI(); + t1.___StreamBuilderBaseState__summary_A = new A.AsyncSnapshot(B.ConnectionState_2, null, this.error, this.stackTrace, A._instanceType(t2)._eval$1("AsyncSnapshot<1>")); }, $signature: 0 }; @@ -242101,8 +246489,9 @@ var t2, t1 = this.$this; t1._widget.toString; - t2 = A._lateReadCheck(t1.___StreamBuilderBaseState__summary, "_summary"); - t1.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_3, t2.data, t2.error, t2.stackTrace, A._instanceType(t2)); + t2 = t1.___StreamBuilderBaseState__summary_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.___StreamBuilderBaseState__summary_A = new A.AsyncSnapshot(B.ConnectionState_3, t2.data, t2.error, t2.stackTrace, t2.$ti); }, $signature: 0 }; @@ -242144,7 +246533,7 @@ _this.super$State$initState(); _this._widget.toString; t1 = A.AsyncSnapshot$nothing(_this.$ti._precomputed1); - _this.___FutureBuilderState__snapshot = t1; + _this.___FutureBuilderState__snapshot_A = t1; _this._subscribe$0(); }, didUpdateWidget$1(oldWidget) { @@ -242153,20 +246542,24 @@ if (oldWidget.future != _this._widget.future) { if (_this._activeCallbackIdentity != null) { _this._activeCallbackIdentity = null; - t1 = A._lateReadCheck(_this.___FutureBuilderState__snapshot, "_snapshot"); - _this.___FutureBuilderState__snapshot = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); + t1 = _this.___FutureBuilderState__snapshot_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, t1.$ti); } _this._subscribe$0(); } }, - build$1(_, context) { - var t1 = this._widget; + build$1(context) { + var t2, + t1 = this._widget; t1.toString; - return t1.builder.call$2(context, A._lateReadCheck(this.___FutureBuilderState__snapshot, "_snapshot")); + t2 = this.___FutureBuilderState__snapshot_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t1.builder.call$2(context, t2); }, - dispose$0(_) { + dispose$0() { this._activeCallbackIdentity = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, _subscribe$0() { var callbackIdentity, _this = this, @@ -242174,8 +246567,9 @@ if (t1 != null) { callbackIdentity = _this._activeCallbackIdentity = new A.Object(); t1.then$1$2$onError(0, new A._FutureBuilderState__subscribe_closure(_this, callbackIdentity), new A._FutureBuilderState__subscribe_closure0(_this, callbackIdentity), type$.void); - t1 = A._lateReadCheck(_this.___FutureBuilderState__snapshot, "_snapshot"); - _this.___FutureBuilderState__snapshot = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); + t1 = _this.___FutureBuilderState__snapshot_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, t1.$ti); } } }; @@ -242192,7 +246586,7 @@ A._FutureBuilderState__subscribe__closure0.prototype = { call$0() { var t1 = this.$this; - t1.___FutureBuilderState__snapshot = new A.AsyncSnapshot(B.ConnectionState_3, this.data, null, null, t1.$ti._eval$1("AsyncSnapshot<1>")); + t1.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_3, this.data, null, null, t1.$ti._eval$1("AsyncSnapshot<1>")); }, $signature: 0 }; @@ -242202,12 +246596,12 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 124 + $signature: 127 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { var t1 = this.$this; - t1.___FutureBuilderState__snapshot = new A.AsyncSnapshot(B.ConnectionState_3, null, this.error, this.stackTrace, t1.$ti._eval$1("AsyncSnapshot<1>")); + t1.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_3, null, this.error, this.stackTrace, t1.$ti._eval$1("AsyncSnapshot<1>")); }, $signature: 0 }; @@ -242224,7 +246618,7 @@ _onChangedField$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1, t2, value; + $async$self = this, value, t2, t1; var $async$_onChangedField$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -242232,7 +246626,9 @@ switch ($async$goto) { case 0: // Function start - value = A._lateReadCheck($async$self.___RawAutocompleteState__textEditingController, "_textEditingController")._change_notifier$_value; + t1 = $async$self.___RawAutocompleteState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + value = t1._change_notifier$_value; $async$goto = 2; return A._asyncAwait($async$self._widget.optionsBuilder$1(value), $async$_onChangedField$0); case 2: @@ -242262,8 +246658,10 @@ return A._asyncStartSync($async$_onChangedField$0, $async$completer); }, _onChangedFocus$0() { - var _this = this; - _this._userHidOptions = !A._lateReadCheck(_this.___RawAutocompleteState__focusNode, "_focusNode").get$hasFocus(); + var _this = this, + t1 = _this.___RawAutocompleteState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._userHidOptions = !t1.get$hasFocus(); _this._updateActions$0(); _this._updateOverlay$0(); }, @@ -242279,7 +246677,8 @@ return; _this._autocomplete$_selection = nextSelection; selectionString = _this._widget.displayStringForOption.call$1(nextSelection); - t1 = A._lateReadCheck(_this.___RawAutocompleteState__textEditingController, "_textEditingController"); + t1 = _this.___RawAutocompleteState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = A.TextSelection$collapsed(B.TextAffinity_1, selectionString.length); t1.toString; t1.super$ValueNotifier$value(0, new A.TextEditingValue(selectionString, t2, B.TextRange_m1_m1)); @@ -242327,11 +246726,19 @@ return A.Actions_invoke(t1, intent, type$.DismissIntent); }, _updateActions$0() { - var _this = this, - t1 = A._lateReadCheck(_this.___RawAutocompleteState__focusNode, "_focusNode").get$hasFocus() && _this._autocomplete$_selection == null && J.get$isNotEmpty$asx(_this._autocomplete$_options); - A._lateReadCheck(_this.___RawAutocompleteState__previousOptionAction, "_previousOptionAction").enabled = t1; - A._lateReadCheck(_this.___RawAutocompleteState__nextOptionAction, "_nextOptionAction").enabled = t1; - A._lateReadCheck(_this.___RawAutocompleteState__hideOptionsAction, "_hideOptionsAction").enabled = t1; + var t2, _this = this, + t1 = _this.___RawAutocompleteState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$hasFocus() && _this._autocomplete$_selection == null && J.get$isNotEmpty$asx(_this._autocomplete$_options); + t2 = _this.___RawAutocompleteState__previousOptionAction_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.enabled = t1; + t2 = _this.___RawAutocompleteState__nextOptionAction_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.enabled = t1; + t2 = _this.___RawAutocompleteState__hideOptionsAction_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.enabled = t1; }, _updateOverlay$0() { var newFloatingOptions, result, _this = this, @@ -242346,7 +246753,13 @@ t1 = _this._floatingOptions; if (t1 != null) t1.remove$0(0); - if (!_this._userHidOptions && A._lateReadCheck(_this.___RawAutocompleteState__focusNode, "_focusNode").get$hasFocus() && _this._autocomplete$_selection == null && J.get$isNotEmpty$asx(_this._autocomplete$_options)) { + if (!_this._userHidOptions) { + t1 = _this.___RawAutocompleteState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$hasFocus() && _this._autocomplete$_selection == null && J.get$isNotEmpty$asx(_this._autocomplete$_options); + } else + t1 = false; + if (t1) { newFloatingOptions = A.OverlayEntry$(new A._RawAutocompleteState__updateOverlay_closure0(_this), false); result = _this._framework$_element.findRootAncestorStateOfType$1$0(type$.OverlayState); result.insert$1(0, newFloatingOptions); @@ -242356,87 +246769,90 @@ }, _updateTextEditingController$2(old, current) { var t2, _this = this, - _s22_ = "_textEditingController", t1 = old == null; if (t1 && current == null || old == current) return; if (t1) { - A._lateReadCheck(_this.___RawAutocompleteState__textEditingController, _s22_).removeListener$1(0, _this.get$_onChangedField()); - t1 = A._lateReadCheck(_this.___RawAutocompleteState__textEditingController, _s22_); + t1 = _this.___RawAutocompleteState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_onChangedField()); + t1 = _this.___RawAutocompleteState__textEditingController_A; t1.toString; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; current.toString; - t1 = _this.___RawAutocompleteState__textEditingController = current; + t1 = _this.___RawAutocompleteState__textEditingController_A = current; } else { t1 = _this.get$_onChangedField(); - t2 = _this.___RawAutocompleteState__textEditingController; + t2 = _this.___RawAutocompleteState__textEditingController_A; if (current == null) { - A._lateReadCheck(t2, _s22_).removeListener$1(0, t1); + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.removeListener$1(0, t1); t1 = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); - _this.___RawAutocompleteState__textEditingController = t1; + _this.___RawAutocompleteState__textEditingController_A = t1; } else { - A._lateReadCheck(t2, _s22_).removeListener$1(0, t1); - _this.___RawAutocompleteState__textEditingController = current; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.removeListener$1(0, t1); + _this.___RawAutocompleteState__textEditingController_A = current; t1 = current; } } - A._lateReadCheck(t1, _s22_).addListener$1(0, _this.get$_onChangedField()); + t1.addListener$1(0, _this.get$_onChangedField()); }, _updateFocusNode$2(old, current) { var t2, _this = this, - _s10_ = "_focusNode", t1 = old == null; if (t1 && current == null || old == current) return; if (t1) { - A._lateReadCheck(_this.___RawAutocompleteState__focusNode, _s10_).removeListener$1(0, _this.get$_onChangedFocus()); - A._lateReadCheck(_this.___RawAutocompleteState__focusNode, _s10_).dispose$0(0); + t1 = _this.___RawAutocompleteState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_onChangedFocus()); + _this.___RawAutocompleteState__focusNode_A.dispose$0(); current.toString; - t1 = _this.___RawAutocompleteState__focusNode = current; + t1 = _this.___RawAutocompleteState__focusNode_A = current; } else { t1 = _this.get$_onChangedFocus(); - t2 = _this.___RawAutocompleteState__focusNode; + t2 = _this.___RawAutocompleteState__focusNode_A; if (current == null) { - A._lateReadCheck(t2, _s10_).removeListener$1(0, t1); + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.removeListener$1(0, t1); t1 = A.FocusNode$(true, null, true, true, null, null, false); - _this.___RawAutocompleteState__focusNode = t1; + _this.___RawAutocompleteState__focusNode_A = t1; } else { - A._lateReadCheck(t2, _s10_).removeListener$1(0, t1); - _this.___RawAutocompleteState__focusNode = current; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.removeListener$1(0, t1); + _this.___RawAutocompleteState__focusNode_A = current; t1 = current; } } - A._lateReadCheck(t1, _s10_).addListener$1(0, _this.get$_onChangedFocus()); + t1.addListener$1(0, _this.get$_onChangedFocus()); }, initState$0() { - var t1, t2, _this = this, - _s21_ = "_previousOptionAction", - _s17_ = "_nextOptionAction", - _s18_ = "_hideOptionsAction"; + var t1, t2, t3, _this = this; _this.super$State$initState(); t1 = _this._widget; t2 = t1.textEditingController; t1 = t2 == null ? A.TextEditingController$fromValue(t1.initialValue) : t2; - _this.___RawAutocompleteState__textEditingController = t1; - A._lateReadCheck(t1, "_textEditingController").addListener$1(0, _this.get$_onChangedField()); + _this.___RawAutocompleteState__textEditingController_A = t1; + t1.addListener$1(0, _this.get$_onChangedField()); t1 = _this._widget.focusNode; if (t1 == null) t1 = A.FocusNode$(true, null, true, true, null, null, false); - _this.___RawAutocompleteState__focusNode = t1; - A._lateReadCheck(t1, "_focusNode").addListener$1(0, _this.get$_onChangedFocus()); + _this.___RawAutocompleteState__focusNode_A = t1; + t1.addListener$1(0, _this.get$_onChangedFocus()); t1 = A._AutocompleteCallbackAction$(_this.get$_highlightPreviousOption(), type$.AutocompletePreviousOptionIntent); - A._lateWriteOnceCheck(_this.___RawAutocompleteState__previousOptionAction, _s21_); - _this.___RawAutocompleteState__previousOptionAction = t1; - t1 = A._AutocompleteCallbackAction$(_this.get$_highlightNextOption(), type$.AutocompleteNextOptionIntent); - A._lateWriteOnceCheck(_this.___RawAutocompleteState__nextOptionAction, _s17_); - _this.___RawAutocompleteState__nextOptionAction = t1; - t1 = A._AutocompleteCallbackAction$(_this.get$_hideOptions(), type$.DismissIntent); - A._lateWriteOnceCheck(_this.___RawAutocompleteState__hideOptionsAction, _s18_); - _this.___RawAutocompleteState__hideOptionsAction = t1; - t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_4mo, A._lateReadCheck(_this.___RawAutocompleteState__previousOptionAction, _s21_), B.Type_AutocompleteNextOptionIntent_n0f, A._lateReadCheck(_this.___RawAutocompleteState__nextOptionAction, _s17_), B.Type_DismissIntent_Fb0, A._lateReadCheck(_this.___RawAutocompleteState__hideOptionsAction, _s18_)], type$.Type, type$.Action_Intent); - A._lateWriteOnceCheck(_this.___RawAutocompleteState__actionMap, "_actionMap"); - _this.___RawAutocompleteState__actionMap = t1; + _this.___RawAutocompleteState__previousOptionAction_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___RawAutocompleteState__previousOptionAction_F = t1; + t2 = A._AutocompleteCallbackAction$(_this.get$_highlightNextOption(), type$.AutocompleteNextOptionIntent); + _this.___RawAutocompleteState__nextOptionAction_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___RawAutocompleteState__nextOptionAction_F = t2; + t3 = A._AutocompleteCallbackAction$(_this.get$_hideOptions(), type$.DismissIntent); + _this.___RawAutocompleteState__hideOptionsAction_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___RawAutocompleteState__hideOptionsAction_F = t3; + t3 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_4mo, t1, B.Type_AutocompleteNextOptionIntent_n0f, t2, B.Type_DismissIntent_Fb0, t3], type$.Type, type$.Action_Intent); + _this.___RawAutocompleteState__actionMap_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___RawAutocompleteState__actionMap_F = t3; _this._updateActions$0(); _this._updateOverlay$0(); }, @@ -242448,33 +246864,39 @@ _this._updateActions$0(); _this._updateOverlay$0(); }, - dispose$0(_) { - var t1, _this = this, - _s22_ = "_textEditingController", - _s10_ = "_focusNode"; - A._lateReadCheck(_this.___RawAutocompleteState__textEditingController, _s22_).removeListener$1(0, _this.get$_onChangedField()); + dispose$0() { + var _this = this, + t1 = _this.___RawAutocompleteState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_onChangedField()); if (_this._widget.textEditingController == null) { - t1 = A._lateReadCheck(_this.___RawAutocompleteState__textEditingController, _s22_); + t1 = _this.___RawAutocompleteState__textEditingController_A; t1.toString; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; } - A._lateReadCheck(_this.___RawAutocompleteState__focusNode, _s10_).removeListener$1(0, _this.get$_onChangedFocus()); + t1 = _this.___RawAutocompleteState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_onChangedFocus()); if (_this._widget.focusNode == null) - A._lateReadCheck(_this.___RawAutocompleteState__focusNode, _s10_).dispose$0(0); + _this.___RawAutocompleteState__focusNode_A.dispose$0(); t1 = _this._floatingOptions; if (t1 != null) t1.remove$0(0); _this._floatingOptions = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, - build$1(_, context) { - var _this = this, _null = null, - t1 = A._lateReadCheck(_this.___RawAutocompleteState__actionMap, "_actionMap"), - t2 = _this._widget.fieldViewBuilder, - t3 = A._lateReadCheck(_this.___RawAutocompleteState__textEditingController, "_textEditingController"); - t2 = t2.call$4(context, t3, A._lateReadCheck(_this.___RawAutocompleteState__focusNode, "_focusNode"), _this.get$_onFieldSubmitted()); - return A.Container$(_null, new A.Shortcuts(B.Map_cW2No, A.Actions$(t1, new A.CompositedTransformTarget(_this._optionsLayerLink, t2, _null)), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _this._fieldKey, _null, _null, _null, _null, _null); + build$1(context) { + var t2, t3, t4, _this = this, _null = null, + t1 = _this.___RawAutocompleteState__actionMap_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget.fieldViewBuilder; + t3 = _this.___RawAutocompleteState__textEditingController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___RawAutocompleteState__focusNode_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t2.call$4(context, t3, t4, _this.get$_onFieldSubmitted()); + return A.Container$(_null, A.Shortcuts$(A.Actions$(t1, new A.CompositedTransformTarget(_this._optionsLayerLink, t4, _null)), _null, B.Map_cW2No), B.Clip_0, _null, _null, _null, _null, _null, _this._fieldKey, _null, _null, _null, _null, _null); } }; A._RawAutocompleteState__updateOverlay_closure.prototype = { @@ -242483,14 +246905,14 @@ t1._floatingOptionsUpdateScheduled = false; t1._updateOverlay$0(); }, - $signature: 24 + $signature: 19 }; A._RawAutocompleteState__updateOverlay_closure0.prototype = { call$1(context) { var t1 = this.$this; return A.CompositedTransformFollower$(new A.AutocompleteHighlightedOption(t1._highlightedOptionIndex, new A.Builder(new A._RawAutocompleteState__updateOverlay__closure(t1), null), null), null, t1._optionsLayerLink, B.Offset_0_0, false, B.Alignment_m1_1); }, - $signature: 2693 + $signature: 1463 }; A._RawAutocompleteState__updateOverlay__closure.prototype = { call$1(context) { @@ -242499,7 +246921,7 @@ t3 = t1._autocomplete$_options; return t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3); }, - $signature: 81 + $signature: 79 }; A._AutocompleteCallbackAction.prototype = { isEnabled$1(_, intent) { @@ -242537,12 +246959,12 @@ t1.toString; this._isTopmostAutofillGroup = A.AutofillGroup_of(t1) == null; }, - build$1(_, context) { + build$1(context) { return new A._AutofillScope(this, this._widget.child, null); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; - _this.super$State$dispose(0); + _this.super$State$dispose(); if (_this._isTopmostAutofillGroup) { _this._widget.toString; t1 = false; @@ -242553,7 +246975,9 @@ _this._widget.toString; switch (0) { case 0: - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.finishAutofillContext", true, type$.void); + t1 = $.$get$TextInput__instance().__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.finishAutofillContext", true, type$.void); break; } } @@ -242562,13 +246986,13 @@ call$1(client) { return client.get$textInputConfiguration().autofillConfiguration.enabled; }, - $signature: 2695 + $signature: 1464 }; A.AutofillGroupState_register_closure.prototype = { call$0() { return this.client; }, - $signature: 2700 + $signature: 1488 }; A._AutofillScope.prototype = { updateShouldNotify$1(old) { @@ -242591,9 +247015,9 @@ this._updateChild$0(); }, _updateChild$0() { - this._automatic_keep_alive$_child = new A.NotificationListener(this.get$_addClient(), this._widget.child, null, type$.NotificationListener_KeepAliveNotification); + this.___AutomaticKeepAliveState__child_A = new A.NotificationListener(this.get$_addClient(), this._widget.child, null, type$.NotificationListener_KeepAliveNotification); }, - dispose$0(_) { + dispose$0() { var t2, t3, t1 = this._automatic_keep_alive$_handles; if (t1 != null) @@ -242603,7 +247027,7 @@ t3.toString; t2.removeListener$1(0, t3); } - this.super$State$dispose(0); + this.super$State$dispose(); }, _addClient$1(notification) { var childElement, _this = this, @@ -242637,17 +247061,17 @@ var t1, t2; this._framework$_element.toString; t1 = this._keepingAlive; - t2 = this._automatic_keep_alive$_child; - t2.toString; + t2 = this.___AutomaticKeepAliveState__child_A; + t2 === $ && A.throwUnnamedLateFieldNI(); childElement._applyParentData$1(type$.ParentDataWidget_KeepAliveParentDataMixin._as(A.KeepAlive$(t2, t1))); }, _createCallback$1(handle) { return new A._AutomaticKeepAliveState__createCallback_closure(this, handle); }, - build$1(_, context) { + build$1(context) { var t1 = this._keepingAlive, - t2 = this._automatic_keep_alive$_child; - t2.toString; + t2 = this.___AutomaticKeepAliveState__child_A; + t2 === $ && A.throwUnnamedLateFieldNI(); return new A.KeepAlive(t1, t2, null); } }; @@ -242661,13 +247085,13 @@ childElement.toString; t1._updateParentDataOfChild$1(childElement); }, - $signature: 24 + $signature: 19 }; A._AutomaticKeepAliveState__getChildElement_closure.prototype = { call$1(child) { this._box_0.childElement = child; }, - $signature: 105 + $signature: 94 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -242723,17 +247147,43 @@ } } }, - build$1(_, context) { + build$1(context) { if (this.get$wantKeepAlive() && this.AutomaticKeepAliveClientMixin__keepAliveHandle == null) this._ensureKeepAlive$0(); return B._NullWidget_null0; } }; A._NullWidget0.prototype = { - build$1(_, context) { + build$1(context) { throw A.wrapException(A.FlutterError_FlutterError("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass.")); } }; + A._UbiquitousInheritedElement.prototype = { + setDependencies$2(dependent, value) { + }, + notifyClients$1(oldWidget) { + A._UbiquitousInheritedElement__recurseChildren(this, new A._UbiquitousInheritedElement_notifyClients_closure(this, oldWidget)); + } + }; + A._UbiquitousInheritedElement_notifyClients_closure.prototype = { + call$1(element) { + var t1 = element._dependencies; + if (t1 != null && t1.contains$1(0, this.$this)) + element.didChangeDependencies$0(); + }, + $signature: 94 + }; + A._UbiquitousInheritedElement__recurseChildren_closure.prototype = { + call$1(child) { + A._UbiquitousInheritedElement__recurseChildren(child, this.visitor); + }, + $signature: 94 + }; + A._UbiquitousInheritedWidget.prototype = { + createElement$0(_) { + return new A._UbiquitousInheritedElement(A.HashMap_HashMap(null, null, null, type$.Element_2, type$.nullable_Object), this, B._ElementLifecycle_0); + } + }; A.Directionality.prototype = { updateShouldNotify$1(oldWidget) { return this.textDirection != oldWidget.textDirection; @@ -242741,12 +247191,9 @@ }; A.Opacity.prototype = { createRenderObject$1(context) { - var t2, - t1 = this.opacity; + var t1 = this.opacity; t1 = new A.RenderOpacity(B.JSNumber_methods.round$0(J.clamp$2$n(t1, 0, 1) * 255), t1, false, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t2 = t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = t2; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242757,11 +247204,8 @@ }; A.BackdropFilter.prototype = { createRenderObject$1(context) { - var t2, - t1 = new A.RenderBackdropFilter(this.filter, B.BlendMode_3, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t2 = t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = t2; + var t1 = new A.RenderBackdropFilter(this.filter, B.BlendMode_3, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242788,9 +247232,7 @@ A.ClipRect.prototype = { createRenderObject$1(context) { var t1 = new A.RenderClipRect(this.clipper, this.clipBehavior, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242804,25 +247246,22 @@ }; A.ClipRRect.prototype = { createRenderObject$1(context) { - var t1 = new A.RenderClipRRect(this.borderRadius, null, B.Clip_2, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + var t1 = new A.RenderClipRRect(this.borderRadius, A.Directionality_maybeOf(context), null, this.clipBehavior, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { renderObject.set$borderRadius(0, this.borderRadius); - renderObject.set$clipBehavior(B.Clip_2); + renderObject.set$clipBehavior(this.clipBehavior); renderObject.set$clipper(null); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); } }; A.ClipOval.prototype = { createRenderObject$1(context) { var t1 = new A.RenderClipOval(null, B.Clip_2, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242837,9 +247276,7 @@ A.ClipPath.prototype = { createRenderObject$1(context) { var t1 = new A.RenderClipPath(this.clipper, this.clipBehavior, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242855,15 +247292,13 @@ call$1(context) { return A.ClipPath$(this.child, this.clipBehavior, new A.ShapeBorderClipper(this.shape, A.Directionality_maybeOf(context), null)); }, - $signature: 2727 + $signature: 1491 }; A.PhysicalModel.prototype = { createRenderObject$1(context) { var _this = this, t1 = new A.RenderPhysicalModel(_this.shape, _this.borderRadius, _this.elevation, _this.shadowColor, _this.color, null, _this.clipBehavior, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242881,9 +247316,7 @@ createRenderObject$1(context) { var _this = this, t1 = new A.RenderPhysicalShape(_this.elevation, _this.shadowColor, _this.color, _this.clipper, _this.clipBehavior, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242898,16 +247331,14 @@ }; A.Transform.prototype = { createRenderObject$1(context) { - var t3, _this = this, + var _this = this, t1 = A.Directionality_maybeOf(context), t2 = new A.RenderTransform(_this.transformHitTests, null, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t3 = t2.get$alwaysNeedsCompositing(); - t2.__RenderObject__needsCompositing = t3; + t2.RenderObject$0(); t2.set$child(null); t2.set$transform(0, _this.transform); t2.set$alignment(_this.alignment); - t2.set$textDirection(0, t1); + t2.set$textDirection(t1); t2.set$filterQuality(_this.filterQuality); t2.set$origin(0, null); return t2; @@ -242917,7 +247348,7 @@ renderObject.set$transform(0, _this.transform); renderObject.set$origin(0, null); renderObject.set$alignment(_this.alignment); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); renderObject.transformHitTests = _this.transformHitTests; renderObject.set$filterQuality(_this.filterQuality); } @@ -242925,9 +247356,7 @@ A.CompositedTransformTarget.prototype = { createRenderObject$1(context) { var t1 = new A.RenderLeaderLayer(this.link, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242939,9 +247368,7 @@ createRenderObject$1(context) { var _this = this, t1 = new A.RenderFollowerLayer(_this.link, _this.showWhenUnlinked, _this.offset, _this.targetAnchor, B.Alignment_m1_m1, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242957,16 +247384,14 @@ A.FittedBox.prototype = { createRenderObject$1(context) { var t1 = new A.RenderFittedBox(B.BoxFit_1, B.Alignment_0_0, A.Directionality_maybeOf(context), B.Clip_0, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { renderObject.set$fit(B.BoxFit_1); renderObject.set$alignment(B.Alignment_0_0); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); if (B.Clip_0 !== renderObject._proxy_box$_clipBehavior) { renderObject._proxy_box$_clipBehavior = B.Clip_0; renderObject.markNeedsPaint$0(); @@ -242977,9 +247402,7 @@ A.FractionalTranslation.prototype = { createRenderObject$1(context) { var t1 = new A.RenderFractionalTranslation(this.translation, this.transformHitTests, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -242991,23 +247414,19 @@ A.Padding.prototype = { createRenderObject$1(context) { var t1 = new A.RenderPadding(this.padding, A.Directionality_maybeOf(context), null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { renderObject.set$padding(0, this.padding); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); } }; A.Align.prototype = { createRenderObject$1(context) { var t1 = new A.RenderPositionedBox(this.widthFactor, this.heightFactor, this.alignment, A.Directionality_maybeOf(context), null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243015,16 +247434,14 @@ renderObject.set$alignment(this.alignment); renderObject.set$widthFactor(this.widthFactor); renderObject.set$heightFactor(this.heightFactor); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); } }; A.Center.prototype = {}; A.CustomSingleChildLayout.prototype = { createRenderObject$1(context) { var t1 = new A.RenderCustomSingleChildLayoutBox(this.delegate, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243054,9 +247471,7 @@ A.CustomMultiChildLayout.prototype = { createRenderObject$1(context) { var t1 = new A.RenderCustomMultiChildLayoutBox(this.delegate, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -243093,9 +247508,7 @@ A.FractionallySizedBox.prototype = { createRenderObject$1(context) { var t1 = new A.RenderFractionallySizedOverflowBox(this.widthFactor, this.heightFactor, this.alignment, A.Directionality_maybeOf(context), null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243103,15 +247516,13 @@ renderObject.set$alignment(this.alignment); renderObject.set$widthFactor(this.widthFactor); renderObject.set$heightFactor(this.heightFactor); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); } }; A.LimitedBox.prototype = { createRenderObject$1(context) { var t1 = new A.RenderLimitedBox(this.maxWidth, this.maxHeight, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243124,9 +247535,7 @@ createRenderObject$1(context) { var _this = this, t1 = new A.RenderConstrainedOverflowBox(_this.minWidth, _this.maxWidth, _this.minHeight, _this.maxHeight, _this.alignment, A.Directionality_maybeOf(context), null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243137,15 +247546,13 @@ renderObject.set$maxWidth(0, _this.maxWidth); renderObject.set$minHeight(0, _this.minHeight); renderObject.set$maxHeight(0, _this.maxHeight); - renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); + renderObject.set$textDirection(A.Directionality_maybeOf(context)); } }; A.Offstage.prototype = { createRenderObject$1(context) { var t1 = new A.RenderOffstage(this.offstage, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243160,9 +247567,7 @@ A.AspectRatio.prototype = { createRenderObject$1(context) { var t1 = new A.RenderAspectRatio(this.aspectRatio, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243177,9 +247582,7 @@ if (t1 === 0) t1 = _null; t1 = new A.RenderIntrinsicWidth(t1, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(_null); return t1; }, @@ -243192,9 +247595,7 @@ A.IntrinsicHeight.prototype = { createRenderObject$1(context) { var t1 = new A.RenderIntrinsicHeight(null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; } @@ -243204,9 +247605,7 @@ var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t1 = new A.RenderSliverPadding(this.padding, t1.textDirection, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243215,12 +247614,12 @@ renderObject.set$padding(0, this.padding); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); } }; A.ListBody.prototype = { createRenderObject$1(context) { - return A.RenderListBody$(A.getAxisDirectionFromAxisReverseAndDirectionality(context, this.mainAxis, false), null); + return A.RenderListBody$(A.getAxisDirectionFromAxisReverseAndDirectionality(context, this.mainAxis, false)); }, updateRenderObject$2(context, renderObject) { renderObject.set$axisDirection(A.getAxisDirectionFromAxisReverseAndDirectionality(context, this.mainAxis, false)); @@ -243235,7 +247634,7 @@ var t1; renderObject.set$alignment(this.alignment); t1 = A.Directionality_maybeOf(context); - renderObject.set$textDirection(0, t1); + renderObject.set$textDirection(t1); t1 = this.fit; if (renderObject._fit !== t1) { renderObject._fit = t1; @@ -243253,9 +247652,7 @@ createRenderObject$1(context) { var t1 = A.Directionality_maybeOf(context); t1 = new A.RenderIndexedStack(this.index, this.alignment, t1, B.StackFit_0, B.Clip_1, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -243267,7 +247664,7 @@ } renderObject.set$alignment(this.alignment); t1 = A.Directionality_maybeOf(context); - renderObject.set$textDirection(0, t1); + renderObject.set$textDirection(t1); } }; A.Positioned.prototype = { @@ -243315,7 +247712,7 @@ } }; A.PositionedDirectional.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; @@ -243342,7 +247739,7 @@ }, createRenderObject$1(context) { var _this = this; - return A.RenderFlex$(null, B.Clip_0, _this.crossAxisAlignment, _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.textBaseline, _this.getEffectiveTextDirection$1(context), _this.verticalDirection); + return A.RenderFlex$(B.Clip_0, _this.crossAxisAlignment, _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.textBaseline, _this.getEffectiveTextDirection$1(context), _this.verticalDirection); }, updateRenderObject$2(context, renderObject) { var _this = this; @@ -243350,7 +247747,7 @@ renderObject.set$mainAxisAlignment(_this.mainAxisAlignment); renderObject.set$mainAxisSize(_this.mainAxisSize); renderObject.set$crossAxisAlignment(_this.crossAxisAlignment); - renderObject.set$textDirection(0, _this.getEffectiveTextDirection$1(context)); + renderObject.set$textDirection(_this.getEffectiveTextDirection$1(context)); renderObject.set$verticalDirection(_this.verticalDirection); renderObject.set$textBaseline(0, _this.textBaseline); if (B.Clip_0 !== renderObject._flex$_clipBehavior) { @@ -243392,9 +247789,7 @@ var _this = this, t1 = A.Directionality_maybeOf(context); t1 = new A.RenderWrap(B.Axis_0, _this.alignment, _this.spacing, B.WrapAlignment_0, 0, _this.crossAxisAlignment, t1, B.VerticalDirection_1, _this.clipBehavior, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -243433,7 +247828,7 @@ t1 = t1.textDirection; } t2 = A.Localizations_maybeLocaleOf(context); - return A.RenderParagraph$(_this.text, null, t2, _this.maxLines, _this.overflow, _this.softWrap, _this.strutStyle, _this.textAlign, t1, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis); + return A.RenderParagraph$(_this.text, null, t2, _this.maxLines, _this.overflow, _this.selectionRegistrar, _this.selectionColor, _this.softWrap, _this.strutStyle, _this.textAlign, t1, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis); }, updateRenderObject$2(context, renderObject) { var t1, _this = this; @@ -243445,16 +247840,18 @@ t1.toString; t1 = t1.textDirection; } - renderObject.set$textDirection(0, t1); + renderObject.set$textDirection(t1); renderObject.set$softWrap(_this.softWrap); renderObject.set$overflow(0, _this.overflow); renderObject.set$textScaleFactor(_this.textScaleFactor); - renderObject.set$maxLines(0, _this.maxLines); - renderObject.set$strutStyle(0, _this.strutStyle); + renderObject.set$maxLines(_this.maxLines); + renderObject.set$strutStyle(_this.strutStyle); renderObject.set$textWidthBasis(_this.textWidthBasis); - renderObject.set$textHeightBehavior(0, _this.textHeightBehavior); + renderObject.set$textHeightBehavior(_this.textHeightBehavior); t1 = A.Localizations_maybeLocaleOf(context); renderObject.set$locale(0, t1); + renderObject.set$registrar(_this.selectionRegistrar); + renderObject.set$selectionColor(_this.selectionColor); } }; A.RichText__extractChildren_closure.prototype = { @@ -243462,11 +247859,11 @@ var t1, _null = null; if (span instanceof A.WidgetSpan) { t1 = this._box_0.index++; - this.result.push(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PlaceholderSpanIndexSemanticsTag(t1, "PlaceholderSpanIndexSemanticsTag(" + t1 + ")"), _null, _null, _null, _null), false, false, false, span.child, _null)); + this.result.push(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PlaceholderSpanIndexSemanticsTag(t1, "PlaceholderSpanIndexSemanticsTag(" + t1 + ")"), _null, _null, _null, _null, _null), false, false, false, span.child, _null)); } return true; }, - $signature: 232 + $signature: 224 }; A.RawImage.prototype = { createRenderObject$1(context) { @@ -243474,9 +247871,7 @@ t1 = _this.image; t1 = t1 == null ? null : t1.clone$0(0); t1 = new A.RenderImage(t1, _this.debugImageLabel, _this.width, _this.height, _this.scale, _this.color, _this.opacity, _this.filterQuality, _this.colorBlendMode, _this.fit, _this.alignment, _this.repeat, _this.centerSlice, _this.invertColors, false, null, false, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1._updateColorFilter$0(); return t1; }, @@ -243496,7 +247891,7 @@ renderObject.set$repeat(0, _this.repeat); renderObject.set$centerSlice(_this.centerSlice); renderObject.set$matchTextDirection(false); - renderObject.set$textDirection(0, null); + renderObject.set$textDirection(null); renderObject.set$invertColors(_this.invertColors); renderObject.set$isAntiAlias(false); renderObject.set$filterQuality(_this.filterQuality); @@ -243507,12 +247902,10 @@ }; A.Listener.prototype = { createRenderObject$1(context) { - var _this = this, - t1 = new A.RenderPointerListener(_this.onPointerDown, _this.onPointerMove, _this.onPointerUp, _this.onPointerHover, _this.onPointerCancel, _this.onPointerSignal, _this.behavior, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.set$child(null); + var _this = this, _null = null, + t1 = new A.RenderPointerListener(_this.onPointerDown, _this.onPointerMove, _this.onPointerUp, _null, _this.onPointerCancel, _this.onPointerPanZoomStart, _null, _null, _this.onPointerSignal, _this.behavior, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(_null); return t1; }, updateRenderObject$2(context, renderObject) { @@ -243520,8 +247913,10 @@ renderObject.onPointerDown = _this.onPointerDown; renderObject.onPointerMove = _this.onPointerMove; renderObject.onPointerUp = _this.onPointerUp; - renderObject.onPointerHover = _this.onPointerHover; + renderObject.onPointerHover = null; renderObject.onPointerCancel = _this.onPointerCancel; + renderObject.onPointerPanZoomStart = _this.onPointerPanZoomStart; + renderObject.onPointerPanZoomEnd = renderObject.onPointerPanZoomUpdate = null; renderObject.onPointerSignal = _this.onPointerSignal; renderObject.behavior = _this.behavior; } @@ -243530,9 +247925,7 @@ createRenderObject$1(context) { var _this = this, t1 = new A.RenderMouseRegion(true, _this.onEnter, _this.onHover, _this.onExit, _this.cursor, B.HitTestBehavior_1, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243555,8 +247948,7 @@ A.RepaintBoundary.prototype = { createRenderObject$1(context) { var t1 = new A.RenderRepaintBoundary(null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; } @@ -243564,9 +247956,7 @@ A.IgnorePointer.prototype = { createRenderObject$1(context) { var t1 = new A.RenderIgnorePointer(this.ignoring, this.ignoringSemantics, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243578,9 +247968,7 @@ A.AbsorbPointer.prototype = { createRenderObject$1(context) { var t1 = new A.RenderAbsorbPointer(this.absorbing, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243590,37 +247978,12 @@ } }; A.Semantics.prototype = { - get$_effectiveAttributedLabel() { - var t1 = this.properties.label; - t1 = t1 == null ? null : new A.AttributedString(t1, B.List_empty3); - return t1; - }, - get$_effectiveAttributedValue() { - var t1 = this.properties.value; - t1 = t1 == null ? null : new A.AttributedString(t1, B.List_empty3); - return t1; - }, - get$_effectiveAttributedIncreasedValue() { - var t1 = this.properties.increasedValue; - t1 = t1 == null ? null : new A.AttributedString(t1, B.List_empty3); - return t1; - }, - get$_effectiveAttributedDecreasedValue() { - var t1 = this.properties.decreasedValue; - t1 = t1 == null ? null : new A.AttributedString(t1, B.List_empty3); - return t1; - }, - get$_effectiveAttributedHint() { - return null; - }, createRenderObject$1(context) { - var _this = this, _null = null, - t1 = _this.properties; - t1 = new A.RenderSemanticsAnnotations(_this.container, _this.explicitChildNodes, _this.excludeSemantics, t1.checked, t1.enabled, t1.selected, t1.button, t1.slider, t1.keyboardKey, t1.link, t1.header, t1.textField, t1.readOnly, t1.focusable, t1.focused, t1.inMutuallyExclusiveGroup, t1.obscured, t1.multiline, t1.scopesRoute, t1.namesRoute, t1.hidden, t1.image, t1.liveRegion, t1.maxValueLength, t1.currentValueLength, t1.toggled, _this.get$_effectiveAttributedLabel(), _this.get$_effectiveAttributedValue(), _this.get$_effectiveAttributedIncreasedValue(), _this.get$_effectiveAttributedDecreasedValue(), _this.get$_effectiveAttributedHint(), t1.hintOverrides, _this._getTextDirection$1(context), t1.sortKey, t1.tagForChildren, t1.onTap, t1.onDismiss, t1.onLongPress, t1.onScrollLeft, t1.onScrollRight, t1.onScrollUp, t1.onScrollDown, t1.onIncrease, t1.onDecrease, t1.onCopy, t1.onCut, t1.onPaste, t1.onMoveCursorForwardByCharacter, t1.onMoveCursorBackwardByCharacter, _null, _null, t1.onSetSelection, t1.onSetText, t1.onDidGainAccessibilityFocus, t1.onDidLoseAccessibilityFocus, t1.customSemanticsActions, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.set$child(_null); + var _this = this, + t1 = new A.RenderSemanticsAnnotations(_this.properties, _this.container, _this.explicitChildNodes, _this.excludeSemantics, _this._getTextDirection$1(context), null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + t1._updateAttributedFields$1(t1._properties); return t1; }, _getTextDirection$1(context) { @@ -243629,79 +247992,31 @@ t2 = t1.textDirection; if (t2 != null) return t2; - containsText = t1.label != null || t1.value != null || false; + if (t1.label == null) { + if (t1.value == null) + t1 = t1.tooltip != null; + else + t1 = true; + containsText = t1; + } else + containsText = true; if (!containsText) return null; return A.Directionality_maybeOf(context); }, updateRenderObject$2(context, renderObject) { - var t1, t2, _this = this; + var _this = this; renderObject.set$container(_this.container); renderObject.set$explicitChildNodes(_this.explicitChildNodes); renderObject.set$excludeSemantics(_this.excludeSemantics); - t1 = _this.properties; - renderObject.set$scopesRoute(t1.scopesRoute); - renderObject.set$enabled(0, t1.enabled); - renderObject.set$checked(0, t1.checked); - renderObject.set$toggled(t1.toggled); - renderObject.set$selected(0, t1.selected); - renderObject.set$button(0, t1.button); - renderObject.set$slider(t1.slider); - renderObject.set$keyboardKey(t1.keyboardKey); - renderObject.set$link(t1.link); - renderObject.set$header(t1.header); - renderObject.set$textField(t1.textField); - renderObject.set$readOnly(0, t1.readOnly); - renderObject.set$focusable(t1.focusable); - renderObject.set$focused(0, t1.focused); - renderObject.set$inMutuallyExclusiveGroup(t1.inMutuallyExclusiveGroup); - renderObject.set$obscured(t1.obscured); - renderObject.set$multiline(0, t1.multiline); - renderObject.set$hidden(0, t1.hidden); - renderObject.set$image(0, t1.image); - renderObject.set$liveRegion(t1.liveRegion); - renderObject.set$maxValueLength(t1.maxValueLength); - renderObject.set$currentValueLength(t1.currentValueLength); - renderObject.set$attributedLabel(_this.get$_effectiveAttributedLabel()); - renderObject.set$attributedValue(_this.get$_effectiveAttributedValue()); - renderObject.set$attributedIncreasedValue(_this.get$_effectiveAttributedIncreasedValue()); - renderObject.set$attributedDecreasedValue(_this.get$_effectiveAttributedDecreasedValue()); - renderObject.set$attributedHint(_this.get$_effectiveAttributedHint()); - renderObject.set$hintOverrides(t1.hintOverrides); - renderObject.set$namesRoute(t1.namesRoute); - renderObject.set$textDirection(0, _this._getTextDirection$1(context)); - renderObject.set$sortKey(t1.sortKey); - renderObject.set$tagForChildren(t1.tagForChildren); - renderObject.set$onTap(t1.onTap); - renderObject.set$onLongPress(t1.onLongPress); - renderObject.set$onScrollLeft(t1.onScrollLeft); - renderObject.set$onScrollRight(t1.onScrollRight); - renderObject.set$onScrollUp(t1.onScrollUp); - renderObject.set$onScrollDown(t1.onScrollDown); - renderObject.set$onIncrease(t1.onIncrease); - renderObject.set$onDismiss(t1.onDismiss); - renderObject.set$onDecrease(t1.onDecrease); - renderObject.set$onCopy(0, t1.onCopy); - renderObject.set$onCut(0, t1.onCut); - renderObject.set$onPaste(0, t1.onPaste); - t2 = t1.onMoveCursorForwardByCharacter; - renderObject.set$onMoveCursorForwardByCharacter(t2); - renderObject.set$onMoveCursorBackwardByCharacter(t2); - renderObject.set$onMoveCursorForwardByWord(null); - renderObject.set$onMoveCursorBackwardByWord(null); - renderObject.set$onSetSelection(t1.onSetSelection); - renderObject.set$onSetText(t1.onSetText); - renderObject.set$onDidGainAccessibilityFocus(t1.onDidGainAccessibilityFocus); - renderObject.set$onDidLoseAccessibilityFocus(t1.onDidLoseAccessibilityFocus); - renderObject.set$customSemanticsActions(t1.customSemanticsActions); + renderObject.set$properties(_this.properties); + renderObject.set$textDirection(_this._getTextDirection$1(context)); } }; A.MergeSemantics.prototype = { createRenderObject$1(context) { var t1 = new A.RenderMergeSemantics(null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; } @@ -243709,9 +248024,7 @@ A.BlockSemantics.prototype = { createRenderObject$1(context) { var t1 = new A.RenderBlockSemantics(true, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243722,9 +248035,7 @@ A.ExcludeSemantics.prototype = { createRenderObject$1(context) { var t1 = new A.RenderExcludeSemantics(this.excluding, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243735,9 +248046,7 @@ A.IndexedSemantics.prototype = { createRenderObject$1(context) { var t1 = new A.RenderIndexedSemantics(this.index, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243746,12 +248055,12 @@ } }; A.KeyedSubtree.prototype = { - build$1(_, context) { + build$1(context) { return this.child; } }; A.Builder.prototype = { - build$1(_, context) { + build$1(context) { return this.builder.call$1(context); } }; @@ -243764,16 +248073,14 @@ } }; A._StatefulBuilderState.prototype = { - build$1(_, context) { + build$1(context) { return this._widget.builder$2(context, this.get$setState()); } }; A.ColoredBox.prototype = { createRenderObject$1(context) { var t1 = new A._RenderColoredBox(this.color, B.HitTestBehavior_1, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -243799,7 +248106,7 @@ t2 = t2._dy; t6 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t6.set$color(0, _this._basic$_color); - t1.drawRect$2(0, new A.Rect(t3, t4, t3 + t5, t4 + t2), t6); + t1.drawRect$2(new A.Rect(t3, t4, t3 + t5, t4 + t2), t6); } t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) @@ -243821,7 +248128,9 @@ switch ($async$goto) { case 0: // Function start - t1 = A._lateReadCheck($.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode; + t1 = $.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._rootNode; t1.toString; $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", t1.super$DiagnosticableTreeMixin$toStringDeep(B.DiagnosticLevel_2, "", "")], type$.String, type$.Object); // goto return @@ -243834,7 +248143,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 296 + $signature: 313 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -243843,7 +248152,7 @@ $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), - $async$returnValue, t1, data; + $async$returnValue, data, t1; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -243851,7 +248160,9 @@ switch ($async$goto) { case 0: // Function start - t1 = A._lateReadCheck($.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.get$debugSemantics(); + t1 = $.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._rootNode.get$debugSemantics(); data = t1 == null ? null : t1.toStringDeep$0(); $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", data == null ? "Semantics not collected." : data], type$.String, type$.Object); // goto return @@ -243864,7 +248175,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 296 + $signature: 313 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -243873,7 +248184,7 @@ $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), - $async$returnValue, t1, data; + $async$returnValue, data, t1; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -243881,7 +248192,9 @@ switch ($async$goto) { case 0: // Function start - t1 = A._lateReadCheck($.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.get$debugSemantics(); + t1 = $.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._rootNode.get$debugSemantics(); data = t1 == null ? null : t1.toStringDeep$1$childOrder(B.DebugSemanticsDumpOrder_0); $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", data == null ? "Semantics not collected." : data], type$.String, type$.Object); // goto return @@ -243894,7 +248207,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 296 + $signature: 313 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -243919,7 +248232,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 212 + $signature: 178 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { call$1(value) { @@ -243943,7 +248256,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 478 + $signature: 312 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -243968,7 +248281,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 212 + $signature: 178 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { call$1(value) { @@ -243992,14 +248305,16 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 478 + $signature: 312 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0() { var t2, result, _this = this, t1 = _this.hitTestResult; if (t1 == null || type$.PointerMoveEvent._is(_this.event)) { - t1 = A._lateReadCheck(_this.$this.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode; + t1 = _this.$this.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._rootNode; t1.toString; t2 = _this.event; t2 = t2.get$position(t2); @@ -244009,13 +248324,13 @@ } return t1; }, - $signature: 2738 + $signature: 1496 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 490 + $signature: 449 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -244040,7 +248355,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2749 + $signature: 1523 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1(value) { @@ -244063,13 +248378,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2823 + $signature: 1524 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1(message) { return this.$this.handleSystemMessage$1(message); }, - $signature: 2827 + $signature: 1529 }; A.WidgetsBindingObserver.prototype = { didPopRoute$0() { @@ -244098,7 +248413,7 @@ }; A.WidgetsBinding.prototype = { handleLocaleChanged$0() { - this.dispatchLocalesChanged$1($.$get$EnginePlatformDispatcher__instance()._configuration.locales); + this.dispatchLocalesChanged$1($.$get$EnginePlatformDispatcher__instance().configuration.locales); }, dispatchLocalesChanged$1(locales) { var t1, t2, _i; @@ -244263,9 +248578,9 @@ }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure.prototype = { call$1(parameters) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(parameters); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(parameters); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(parameters) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), $async$returnValue, t2, t1; @@ -244295,13 +248610,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 296 + $signature: 313 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(_) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(_); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_dynamic), $async$returnValue, $async$self = this; @@ -244323,13 +248638,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 279 + $signature: 261 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(_); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(_) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_dynamic), $async$returnValue, $async$self = this; @@ -244351,13 +248666,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 279 + $signature: 261 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(params) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0(params); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(params); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0(params) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(params) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_String), $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, t1, className; @@ -244410,7 +248725,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2858 + $signature: 1530 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$0() { @@ -244435,13 +248750,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 212 + $signature: 178 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure(value); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0(value); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure(value) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0(value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void); var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { @@ -244459,7 +248774,56 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 478 + $signature: 312 + }; + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5.prototype = { + call$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.bool), + $async$returnValue; + var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$returnValue = $.debugProfileBuildsEnabledUserWidgets; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$call$0, $async$completer); + }, + $signature: 178 + }; + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { + call$1(value) { + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure(value); + }, + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure(value) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void); + 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 + if ($.debugProfileBuildsEnabledUserWidgets !== value) + $.debugProfileBuildsEnabledUserWidgets = value; + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$call$1, $async$completer); + }, + $signature: 312 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -244479,7 +248843,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 490 + $signature: 449 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -244487,11 +248851,13 @@ t1 = this.$this, t2 = t1.WidgetsBinding__renderViewElement; t1.WidgetsBinding__readyToProduceFrames = true; - t3 = A._lateReadCheck(t1.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode; + t3 = t1.RendererBinding___RendererBinding__pipelineOwner_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._rootNode; t3.toString; t4 = t1.WidgetsBinding__buildOwner; t4.toString; - t1.WidgetsBinding__renderViewElement = new A.RenderObjectToWidgetAdapter(this.rootWidget, t3, "[root]", new A.GlobalObjectKey(t3, type$.GlobalObjectKey_State_StatefulWidget), type$.RenderObjectToWidgetAdapter_RenderBox).attachToRenderTree$2(t4, type$.nullable_RenderObjectToWidgetElement_RenderBox._as(t1.WidgetsBinding__renderViewElement)); + t1.WidgetsBinding__renderViewElement = new A.RenderObjectToWidgetAdapter(this.rootWidget, t3, "[root]", new A.GlobalObjectKey(t3, type$.GlobalObjectKey_State_StatefulWidget), type$.RenderObjectToWidgetAdapter_RenderBox).attachToRenderTree$2(t4, type$.nullable_RenderObjectToWidgetElement_RenderBox._as(t2)); if (t2 == null) $.SchedulerBinding__instance.ensureVisualUpdate$0(); }, @@ -244630,26 +248996,26 @@ }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding.prototype = { initInstances$0() { - var t1, t2, _this = this, - _s9_ = "_keyboard", - _s16_ = "_keyEventManager"; + var t1, t2, t3, t4, _this = this; _this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding$initInstances(); $.ServicesBinding__instance = _this; - A._lateWriteOnceCheck(_this.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger"); - _this.ServicesBinding___ServicesBinding__defaultBinaryMessenger = B.C__DefaultBinaryMessenger; + _this.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F !== $ && A.throwUnnamedLateFieldAI(); + _this.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F = B.C__DefaultBinaryMessenger; t1 = new A.RestorationManager(A.LinkedHashSet_LinkedHashSet$_empty(type$.RestorationBucket), $.$get$ChangeNotifier__emptyListeners()); B.OptionalMethodChannel_wEo.setMethodCallHandler$1(t1.get$_methodHandler()); - _this.ServicesBinding___ServicesBinding__restorationManager = t1; - t1 = new A.HardwareKeyboard(A.LinkedHashMap_LinkedHashMap$_empty(type$.PhysicalKeyboardKey, type$.LogicalKeyboardKey), A.LinkedHashSet_LinkedHashSet$_empty(type$.KeyboardLockMode), A._setArrayType([], type$.JSArray_of_bool_Function_KeyEvent)); - A._lateWriteOnceCheck(_this.ServicesBinding___ServicesBinding__keyboard, _s9_); - _this.ServicesBinding___ServicesBinding__keyboard = t1; - t1 = new A.KeyEventManager(A._lateReadCheck(t1, _s9_), $.$get$RawKeyboard_instance(), A._setArrayType([], type$.JSArray_KeyEvent)); - A._lateWriteOnceCheck(_this.ServicesBinding___ServicesBinding__keyEventManager, _s16_); - _this.ServicesBinding___ServicesBinding__keyEventManager = t1; - t2 = $.$get$EnginePlatformDispatcher__instance(); - t2._onKeyData = A._lateReadCheck(t1, _s16_).get$handleKeyData(); - t2._onKeyDataZone = $.Zone__current; - B.BasicMessageChannel_kqo.setMessageHandler$1(A._lateReadCheck(_this.ServicesBinding___ServicesBinding__keyEventManager, _s16_).get$handleRawKeyMessage()); + _this.ServicesBinding___ServicesBinding__restorationManager_A = t1; + t1 = type$.PhysicalKeyboardKey; + t2 = new A.HardwareKeyboard(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.LogicalKeyboardKey), A.LinkedHashSet_LinkedHashSet$_empty(type$.KeyboardLockMode), A._setArrayType([], type$.JSArray_of_bool_Function_KeyEvent)); + _this.ServicesBinding___ServicesBinding__keyboard_F !== $ && A.throwUnnamedLateFieldAI(); + _this.ServicesBinding___ServicesBinding__keyboard_F = t2; + t3 = $.$get$RawKeyboard_instance(); + t4 = A._setArrayType([], type$.JSArray_KeyEvent); + _this.ServicesBinding___ServicesBinding__keyEventManager_F !== $ && A.throwUnnamedLateFieldAI(); + t1 = _this.ServicesBinding___ServicesBinding__keyEventManager_F = new A.KeyEventManager(t2, t3, t4, A.LinkedHashSet_LinkedHashSet$_empty(t1)); + t4 = $.$get$EnginePlatformDispatcher__instance(); + t4._onKeyData = t1.get$handleKeyData(); + t4._onKeyDataZone = $.Zone__current; + B.BasicMessageChannel_kqo.setMessageHandler$1(t1.get$handleRawKeyMessage()); t1 = $.LicenseRegistry__collectors; if (t1 == null) t1 = $.LicenseRegistry__collectors = A._setArrayType([], type$.JSArray_of_Stream_LicenseEntry_Function); @@ -244657,6 +249023,7 @@ B.BasicMessageChannel_MYE.setMessageHandler$1(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure(_this)); B.BasicMessageChannel_5UB.setMessageHandler$1(_this.get$_handleLifecycleMessage()); B.OptionalMethodChannel_0.setMethodCallHandler$1(_this.get$_handlePlatformMessage()); + $.$get$TextInput__instance(); _this.readInitialLifecycleStateFromNativeWindow$0(); }, initServiceExtensions$0() { @@ -244668,11 +249035,13 @@ this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding$initInstances(); $.PaintingBinding__instance = this; var t1 = type$.Object; - this.PaintingBinding___PaintingBinding__imageCache = new A.ImageCache(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._PendingImage), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._CachedImage), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._LiveImage)); + this.PaintingBinding___PaintingBinding__imageCache_A = new A.ImageCache(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._PendingImage), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._CachedImage), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._LiveImage)); }, handleMemoryPressure$0() { this.super$ServicesBinding$handleMemoryPressure(); - A._lateReadCheck(this.PaintingBinding___PaintingBinding__imageCache, "_imageCache").clear$0(0); + var t1 = this.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.clear$0(0); }, handleSystemMessage$1(systemMessage) { var $async$goto = 0, @@ -244709,17 +249078,16 @@ initInstances$0() { this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding$initInstances(); $.SemanticsBinding__instance = this; - this.SemanticsBinding___SemanticsBinding__accessibilityFeatures = $.$get$EnginePlatformDispatcher__instance()._configuration.accessibilityFeatures; + this.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A = $.$get$EnginePlatformDispatcher__instance().configuration.accessibilityFeatures; } }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding.prototype = { initInstances$0() { - var t1, t2, t3, t4, _this = this, - _s14_ = "_pipelineOwner"; + var t1, t2, t3, t4, _this = this; _this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding$initInstances(); $.RendererBinding__instance = _this; t1 = type$.JSArray_RenderObject; - _this.RendererBinding___RendererBinding__pipelineOwner = new A.PipelineOwner(_this.get$ensureVisualUpdate(), _this.get$_handleSemanticsOwnerCreated(), _this.get$_handleSemanticsOwnerDisposed(), A._setArrayType([], t1), A._setArrayType([], t1), A._setArrayType([], t1), A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderObject)); + _this.RendererBinding___RendererBinding__pipelineOwner_A = new A.PipelineOwner(_this.get$ensureVisualUpdate(), _this.get$_handleSemanticsOwnerCreated(), _this.get$_handleSemanticsOwnerDisposed(), A._setArrayType([], t1), A._setArrayType([], t1), A._setArrayType([], t1), A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderObject)); t1 = $.$get$EnginePlatformDispatcher__instance(); t1._onMetricsChanged = _this.get$handleMetricsChanged(); t2 = t1._onMetricsChangedZone = $.Zone__current; @@ -244732,18 +249100,19 @@ t1._onSemanticsAction = _this.get$_handleSemanticsAction(); t1._onSemanticsActionZone = t2; t2 = new A.RenderView(B.Size_0_0, _this.createViewConfiguration$0(), $.$get$window(), null, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t2.__RenderObject__needsCompositing = true; + t2.RenderObject$0(); t2.set$child(null); - A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_).set$rootNode(t2); - t2 = A._lateReadCheck(_this.RendererBinding___RendererBinding__pipelineOwner, _s14_)._rootNode; + t3 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.set$rootNode(t2); + t2 = _this.RendererBinding___RendererBinding__pipelineOwner_A._rootNode; t2._relayoutBoundary = t2; t3 = type$.nullable_PipelineOwner; t3._as(A.AbstractNode.prototype.get$owner.call(t2))._nodesNeedingLayout.push(t2); t4 = t2._updateMatricesAndCreateNewRootLayer$0(); t2._layerHandle.set$layer(0, t4); t3._as(A.AbstractNode.prototype.get$owner.call(t2))._nodesNeedingPaint.push(t2); - _this.setSemanticsEnabled$1(t1._configuration.semanticsEnabled); + _this.setSemanticsEnabled$1(t1.configuration.semanticsEnabled); _this.SchedulerBinding__persistentCallbacks.push(_this.get$_handlePersistentFrameCallback()); t1 = _this.RendererBinding__mouseTracker; if (t1 != null) { @@ -244785,9 +249154,11 @@ // returning from await. t1 = $.BindingBase_debugReassembleConfig; if ((t1 == null ? null : t1.widgetName) == null) { - A.Timeline_startSync("Preparing Hot Reload (layout)", B.Map_9aZ6I, null); + A.Timeline_startSync("Preparing Hot Reload (layout)", null, null); try { - A._lateReadCheck($async$self.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.reassemble$0(); + t1 = $async$self.RendererBinding___RendererBinding__pipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._rootNode.reassemble$0(); } finally { A.Timeline_finishSync(); } @@ -244813,6 +249184,7 @@ _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(_this), "didSendFirstFrameRasterizedEvent"); _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_this), "fastReassemble"); _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(), "profileWidgetBuilds", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4()); + _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5(), "profileUserWidgetBuilds", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6()); }, handleMetricsChanged$0() { var t1, t2, _i; @@ -244888,14 +249260,12 @@ A.DecoratedBox.prototype = { createRenderObject$1(context) { var t1 = new A.RenderDecoratedBox(this.decoration, this.position, A.createLocalImageConfiguration(context, null), null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { - renderObject.set$decoration(0, this.decoration); + renderObject.set$decoration(this.decoration); renderObject.set$configuration(A.createLocalImageConfiguration(context, null)); renderObject.set$position(0, this.position); } @@ -244913,7 +249283,7 @@ decorationPadding.toString; return t1.add$1(0, decorationPadding); }, - build$1(_, context) { + build$1(context) { var t1, effectivePadding, t2, t3, _this = this, _null = null, current = _this.child; if (current == null) { @@ -244971,9 +249341,27 @@ return !J.$eq$(oldClipper.decoration, this.decoration) || oldClipper.textDirection !== this.textDirection; } }; - A.DefaultTextEditingShortcuts.prototype = {}; + A.DefaultSelectionStyle.prototype = { + wrap$2(_, context, child) { + return A.DefaultSelectionStyle$(child, this.cursorColor, this.selectionColor); + }, + updateShouldNotify$1(oldWidget) { + return !J.$eq$(this.cursorColor, oldWidget.cursorColor) || !J.$eq$(this.selectionColor, oldWidget.selectionColor); + } + }; + A._NullWidget1.prototype = { + build$1(context) { + throw A.wrapException(A.FlutterError_FlutterError(string$.A_Defa)); + } + }; + A.DefaultTextEditingShortcuts.prototype = { + build$1(context) { + var result = A.Shortcuts$(this.child, "", $.$get$DefaultTextEditingShortcuts__webDisablingTextShortcuts()); + return A.Shortcuts$(result, "", A.DefaultTextEditingShortcuts__shortcuts()); + } + }; A.DisplayFeatureSubScreen.prototype = { - build$1(_, context) { + build$1(context) { var mediaQuery = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data, parentSize = mediaQuery.size, t1 = parentSize._dx, @@ -244994,13 +249382,13 @@ t1 = true; return t1; }, - $signature: 735 + $signature: 561 }; A.DisplayFeatureSubScreen_avoidBounds_closure0.prototype = { call$1(d) { return d.get$bounds(d); }, - $signature: 2889 + $signature: 1558 }; A.DisposableBuildContext.prototype = { get$context(_) { @@ -245011,7 +249399,7 @@ t1.toString; return t1; }, - dispose$0(_) { + dispose$0() { this._disposable_build_context$_state = null; } }; @@ -245045,12 +249433,12 @@ t1 = _this._draggable_scrollable_sheet$_currentSize, t2 = _this.minSize, t3 = _this.maxSize; - t1.set$value(0, B.JSNumber_methods.clamp$2(newSize, t2, t3)); + t1.set$value(0, A.clampDouble(newSize, t2, t3)); t1 = t1._change_notifier$_value; if (context != null) context.dispatchNotification$1(new A.DraggableScrollableNotification(t1, t2, t3, _this.initialSize, context, 0)); }, - dispose$0(_) { + dispose$0() { this._draggable_scrollable_sheet$_currentSize.removeListener$1(0, this.onSizeChanged); } }; @@ -245061,8 +249449,8 @@ t1 = _this._widget.minChildSize; t2 = _this._impliedSnapSizes$0(); t2 = A._DraggableSheetExtent$(null, null, _this._widget.initialChildSize, 1, t1, _this.get$_setExtent(), false, t2); - _this.___DraggableScrollableSheetState__extent = t2; - _this.___DraggableScrollableSheetState__scrollController = new A._DraggableScrollableSheetScrollController(A._lateReadCheck(t2, "_extent"), 0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this.___DraggableScrollableSheetState__extent_A = t2; + _this.___DraggableScrollableSheetState__scrollController_A = new A._DraggableScrollableSheetScrollController(t2, 0, true, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); _this._widget.toString; }, _impliedSnapSizes$0() { @@ -245080,7 +249468,7 @@ }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); - this._replaceExtent$0(); + this._replaceExtent$1(oldWidget); }, didChangeDependencies$0() { var t1, t2; @@ -245088,7 +249476,8 @@ t1 = this._framework$_element; t1.toString; if (A._InheritedResetNotifier_shouldReset(t1)) { - t1 = A._lateReadCheck(this.___DraggableScrollableSheetState__scrollController, "_scrollController"); + t1 = this.___DraggableScrollableSheetState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.extent.hasDragged = false; t2 = t1.get$position(t1)._pixels; t2.toString; @@ -245104,30 +249493,36 @@ _setExtent$0() { this.setState$1(new A._DraggableScrollableSheetState__setExtent_closure()); }, - build$1(_, context) { + build$1(context) { return new A.LayoutBuilder(new A._DraggableScrollableSheetState_build_closure(this), null); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this._widget.toString; - A._lateReadCheck(_this.___DraggableScrollableSheetState__scrollController, "_scrollController").dispose$0(0); - t1 = A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, "_extent"); + t1 = _this.___DraggableScrollableSheetState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.___DraggableScrollableSheetState__extent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._draggable_scrollable_sheet$_currentSize.removeListener$1(0, t1.onSizeChanged); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, - _replaceExtent$0() { - var t1, t2, t3, t4, t5, _this = this, - _s7_ = "_extent"; - A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_); - t1 = A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_); + _replaceExtent$1(oldWidget) { + var t2, t3, t4, t5, _this = this, + t1 = _this.___DraggableScrollableSheetState__extent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._draggable_scrollable_sheet$_currentSize.removeListener$1(0, t1.onSizeChanged); - t1 = A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_); + t1 = _this.___DraggableScrollableSheetState__extent_A; t2 = _this._widget.minChildSize; t3 = _this._impliedSnapSizes$0(); t4 = _this._widget.initialChildSize; - t5 = t1.hasDragged ? J.clamp$2$n(t1._draggable_scrollable_sheet$_currentSize._change_notifier$_value, t2, 1) : t4; - _this.___DraggableScrollableSheetState__extent = A._DraggableSheetExtent$(new A.ValueNotifier(t5, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_double), t1.hasDragged, t4, 1, t2, _this.get$_setExtent(), false, t3); - A._lateReadCheck(_this.___DraggableScrollableSheetState__scrollController, "_scrollController").extent = A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_); + t5 = t1.hasDragged; + t1 = t5 ? A.clampDouble(t1._draggable_scrollable_sheet$_currentSize._change_notifier$_value, t2, 1) : t4; + t3 = A._DraggableSheetExtent$(new A.ValueNotifier(t1, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_double), t5, t4, 1, t2, _this.get$_setExtent(), false, t3); + _this.___DraggableScrollableSheetState__extent_A = t3; + t2 = _this.___DraggableScrollableSheetState__scrollController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.extent = t3; _this._widget.toString; } }; @@ -245138,25 +249533,27 @@ }; A._DraggableScrollableSheetState_build_closure.prototype = { call$2(context, constraints) { - var t3, sheet, + var t3, t4, sheet, t1 = this.$this, - t2 = A._lateReadCheck(t1.___DraggableScrollableSheetState__extent, "_extent"); - t1._widget.toString; - B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth); - t2.availablePixels = B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight); - t2 = A._lateReadCheck(t1.___DraggableScrollableSheetState__extent, "_extent")._draggable_scrollable_sheet$_currentSize._change_notifier$_value; + t2 = t1.___DraggableScrollableSheetState__extent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t1._widget; t3.toString; - sheet = A.FractionallySizedBox$(B.Alignment_0_1, t3.builder$2(context, A._lateReadCheck(t1.___DraggableScrollableSheetState__scrollController, "_scrollController")), t2, null); + A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth); + t2.availablePixels = A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight); + t2 = t2._draggable_scrollable_sheet$_currentSize._change_notifier$_value; + t4 = t1.___DraggableScrollableSheetState__scrollController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + sheet = A.FractionallySizedBox$(B.Alignment_0_1, t3.builder$2(context, t4), t2, null); t1._widget.toString; return sheet; }, - $signature: 266 + $signature: 275 }; A._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { var t1 = $.$get$ChangeNotifier__emptyListeners(); - t1 = new A._DraggableScrollableSheetScrollPosition(new A._DraggableScrollableSheetScrollController_createScrollPosition_closure(this), B.ScrollDirection_0, physics, context, true, null, new A.ValueNotifier(false, t1, type$.ValueNotifier_bool), t1); + t1 = new A._DraggableScrollableSheetScrollPosition(new A._DraggableScrollableSheetScrollController_createScrollPosition_closure(this), A.LinkedHashSet_LinkedHashSet$_empty(type$.AnimationController), B.ScrollDirection_0, physics, context, true, null, new A.ValueNotifier(false, t1, type$.ValueNotifier_bool), t1); t1.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, null, true, oldPosition, physics); t1.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, null, 0, true, oldPosition, physics); return t1; @@ -245167,19 +249564,36 @@ }, get$position(_) { return type$._DraggableScrollableSheetScrollPosition._as(A.ScrollController.prototype.get$position.call(this, this)); + }, + detach$1(_, position) { + this.super$ScrollController$detach(0, position); } }; A._DraggableScrollableSheetScrollController_createScrollPosition_closure.prototype = { call$0() { return this.$this.extent; }, - $signature: 2902 + $signature: 1559 }; A._DraggableScrollableSheetScrollPosition.prototype = { + absorb$1(other) { + var t1; + this.super$ScrollPositionWithSingleContext$absorb(other); + if (!(other instanceof A._DraggableScrollableSheetScrollPosition)) + return; + t1 = other._dragCancelCallback; + if (t1 != null) { + this._dragCancelCallback = t1; + other._dragCancelCallback = null; + } + }, beginActivity$1(newActivity) { - var t1 = this._ballisticCancelCallback; - if (t1 != null) - t1.call$0(); + var t1, t2; + for (t1 = this._ballisticControllers, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) { + t2 = t1._collection$_current; + t2._lastElapsedDuration = t2._simulation = null; + t2._ticker.stop$1$canceled(0, true); + } this.super$ScrollPositionWithSingleContext$beginActivity(newActivity); }, applyContentDimensions$2(minScrollSize, maxScrollSize) { @@ -245221,11 +249635,44 @@ } else _this.super$ScrollPositionWithSingleContext$applyUserOffset(delta); }, - dispose$0(_) { - var t1 = this._ballisticCancelCallback; - if (t1 != null) - t1.call$0(); - this.super$ScrollPositionWithSingleContext$dispose(0); + dispose$0() { + var t1, t2, t3, t4, value, result; + for (t1 = this._ballisticControllers, t2 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t2.moveNext$0();) { + t3 = t2._collection$_current; + t3._ticker.dispose$0(); + t3._ticker = null; + t4 = t3.AnimationLocalStatusListenersMixin__statusListeners; + t4._isDirty = false; + B.JSArray_methods.clear$0(t4._observer_list$_list); + value = t4.__ObserverList__set_FI; + if (value === $) { + result = A.HashSet_HashSet(t4.$ti._precomputed1); + t4.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t4.__ObserverList__set_FI = result; + value = result; + } + if (value._collection$_length > 0) { + value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; + value._collection$_length = 0; + } + t4 = t3.AnimationLocalListenersMixin__listeners; + t4._isDirty = false; + B.JSArray_methods.clear$0(t4._observer_list$_list); + value = t4.__ObserverList__set_FI; + if (value === $) { + result = A.HashSet_HashSet(t4.$ti._precomputed1); + t4.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t4.__ObserverList__set_FI = result; + value = result; + } + if (value._collection$_length > 0) { + value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; + value._collection$_length = 0; + } + t3.super$AnimationEagerListenerMixin$dispose(); + } + t1.clear$0(0); + this.super$ScrollPositionWithSingleContext$dispose(); }, goBallistic$1(velocity) { var t2, simulation, t3, ballisticController, _this = this, t1 = {}; @@ -245266,13 +249713,13 @@ t3 = t2.call$0(); simulation.set$finalLocalValue(A.ClampingScrollSimulation$(t3._draggable_scrollable_sheet$_currentSize._change_notifier$_value / t3.maxSize * t3.availablePixels, _this.physics.get$tolerance(), velocity)); ballisticController = A.AnimationController$unbounded("_DraggableScrollableSheetPosition", 0, _this.context); - _this._ballisticCancelCallback = ballisticController.get$stop(ballisticController); + _this._ballisticControllers.add$1(0, ballisticController); t2 = t2.call$0(); t1.lastPosition = t2._draggable_scrollable_sheet$_currentSize._change_notifier$_value / t2.maxSize * t2.availablePixels; ballisticController.didRegisterListener$0(); t2 = ballisticController.AnimationLocalListenersMixin__listeners; t2._isDirty = true; - t2._observer_list$_list.push(new A._DraggableScrollableSheetScrollPosition_goBallistic__tick(t1, _this, ballisticController)); + t2._observer_list$_list.push(new A._DraggableScrollableSheetScrollPosition_goBallistic_tick(t1, _this, ballisticController)); ballisticController.animateWith$1(simulation._readLocal$0()).whenCompleteOrCancel$1(new A._DraggableScrollableSheetScrollPosition_goBallistic_closure(_this, ballisticController)); }, drag$2(details, dragCancelCallback) { @@ -245280,14 +249727,15 @@ return this.super$ScrollPositionWithSingleContext$drag(details, dragCancelCallback); } }; - A._DraggableScrollableSheetScrollPosition_goBallistic__tick.prototype = { + A._DraggableScrollableSheetScrollPosition_goBallistic_tick.prototype = { call$0() { - var t5, t6, t7, t8, velocity, + var t3, t4, t5, t6, t7, t8, velocity, t1 = this.ballisticController, - t2 = A._lateReadCheck(t1.__AnimationController__value, "_value"), - t3 = this._box_0, - t4 = t3.lastPosition; - t3.lastPosition = A._lateReadCheck(t1.__AnimationController__value, "_value"); + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = this._box_0; + t4 = t3.lastPosition; + t3.lastPosition = t2; t5 = this.$this; t6 = t5.getExtent; t7 = t6.call$0(); @@ -245319,8 +249767,12 @@ }; A._DraggableScrollableSheetScrollPosition_goBallistic_closure.prototype = { call$0() { - this.$this._ballisticCancelCallback = null; - this.ballisticController.dispose$0(0); + var t1 = this.$this._ballisticControllers, + t2 = this.ballisticController; + if (t1.contains$1(0, t2)) { + t1.remove$1(0, t2); + t2.dispose$0(); + } }, $signature: 0 }; @@ -245349,17 +249801,21 @@ var t1, _this = this; _this.super$State$initState(); t1 = _this._widget.animation; - _this.___DualTransitionBuilderState__effectiveAnimationStatus = t1.get$status(t1); - _this._widget.animation.addStatusListener$1(_this.get$_animationListener()); + _this.___DualTransitionBuilderState__effectiveAnimationStatus_A = t1.get$status(t1); + t1 = _this._widget.animation; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(_this.get$_animationListener()); _this._updateAnimations$0(); }, _animationListener$1(animationStatus) { - var _this = this, - _s25_ = "_effectiveAnimationStatus", - t1 = A._lateReadCheck(_this.___DualTransitionBuilderState__effectiveAnimationStatus, _s25_), - t2 = _this._calculateEffectiveAnimationStatus$2$current$lastEffective(animationStatus, A._lateReadCheck(_this.___DualTransitionBuilderState__effectiveAnimationStatus, _s25_)); - _this.___DualTransitionBuilderState__effectiveAnimationStatus = t2; - if (t1 != A._lateReadCheck(t2, _s25_)) + var t2, _this = this, + t1 = _this.___DualTransitionBuilderState__effectiveAnimationStatus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._calculateEffectiveAnimationStatus$2$current$lastEffective(animationStatus, t1); + _this.___DualTransitionBuilderState__effectiveAnimationStatus_A = t2; + if (t1 != t2) _this._updateAnimations$0(); }, didUpdateWidget$1(oldWidget) { @@ -245369,7 +249825,11 @@ if (t1 != _this._widget.animation) { t2 = _this.get$_animationListener(); t1.removeStatusListener$1(t2); - _this._widget.animation.addStatusListener$1(t2); + t1 = _this._widget.animation; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(t2); t2 = _this._widget.animation; _this._animationListener$1(t2.get$status(t2)); } @@ -245407,8 +249867,10 @@ } }, _updateAnimations$0() { - var _this = this; - switch (A._lateReadCheck(_this.___DualTransitionBuilderState__effectiveAnimationStatus, "_effectiveAnimationStatus")) { + var _this = this, + t1 = _this.___DualTransitionBuilderState__effectiveAnimationStatus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + switch (t1) { case B.AnimationStatus_0: case B.AnimationStatus_1: _this._forwardAnimation.set$parent(0, _this._widget.animation); @@ -245423,11 +249885,11 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - dispose$0(_) { + dispose$0() { this._widget.animation.removeStatusListener$1(this.get$_animationListener()); - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget; return t1.forwardBuilder$3(context, this._forwardAnimation, t1.reverseBuilder$3(context, this._reverseAnimation, t1.child)); } @@ -245447,7 +249909,7 @@ t1 = false; if (!t1 || !withComposing) return A.TextSpan$(_null, _null, style, this._change_notifier$_value.text); - composingStyle = style.merge$1(B.TextStyle_3WR); + composingStyle = style.merge$1(B.TextStyle_9Zz); t1 = this._change_notifier$_value; t2 = t1.composing; t1 = t1.text; @@ -245475,8 +249937,38 @@ } }; A.ToolbarOptions.prototype = {}; + A._KeyFrame.prototype = { + get$value(receiver) { + return this.value; + } + }; + A._DiscreteKeyFrameSimulation.prototype = { + dx$1(_, time) { + return 0; + }, + isDone$1(time) { + return time >= this.maxDuration; + }, + x$1(_, time) { + var endIndex, t2, searchIndex0, + t1 = this._keyFrames, + searchIndex = this._lastKeyFrameIndex; + if (t1[searchIndex].time > time) { + endIndex = searchIndex; + searchIndex = 0; + } else + endIndex = 11; + for (t2 = endIndex - 1; searchIndex < t2; searchIndex = searchIndex0) { + searchIndex0 = searchIndex + 1; + if (time < t1[searchIndex0].time) + break; + } + this._lastKeyFrameIndex = searchIndex; + return t1[searchIndex].value; + } + }; A.EditableText.prototype = { - get$strutStyle(_) { + get$strutStyle() { var t2, t1 = this._editable_text$_strutStyle; if (t1 == null) { @@ -245492,15 +249984,37 @@ } }; A.EditableTextState.prototype = { - get$_scrollController() { - this._widget.toString; - var t1 = this._internalScrollController; + get$_cursorBlinkOpacityController() { + var t2, _this = this, _null = null, + t1 = _this._backingCursorBlinkOpacityController; if (t1 == null) { - t1 = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); - this._internalScrollController = t1; + t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalListenersMixin__listeners; + t2._isDirty = true; + t2._observer_list$_list.push(_this.get$_onCursorColorTick()); + _this._backingCursorBlinkOpacityController = t1; } return t1; }, + get$_iosBlinkCursorSimulation() { + var value = this.__EditableTextState__iosBlinkCursorSimulation_FI; + if (value === $) { + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.__EditableTextState__iosBlinkCursorSimulation_FI = new A._DiscreteKeyFrameSimulation(1, B.List_WUp, B.Tolerance_Gdw); + } + return value; + }, + get$_scrollController() { + var t1 = this._widget.scrollController, + t2 = this._internalScrollController; + if (t2 == null) { + t1 = A.ScrollController$(0, true); + this._internalScrollController = t1; + } else + t1 = t2; + return t1; + }, get$currentAutofillScope() { return this._currentAutofillScope; }, @@ -245540,12 +250054,12 @@ _this.hideToolbar$1(false); switch (A.defaultTargetPlatform()) { case B.TargetPlatform_2: - break; case B.TargetPlatform_4: - case B.TargetPlatform_0: - case B.TargetPlatform_1: case B.TargetPlatform_3: case B.TargetPlatform_5: + break; + case B.TargetPlatform_0: + case B.TargetPlatform_1: t1 = _this._widget.controller._change_notifier$_value; _this.userUpdateTextEditingValue$2(new A.TextEditingValue(t1.text, A.TextSelection$collapsed(B.TextAffinity_1, t1.selection.end), B.TextRange_m1_m1), B.SelectionChangedCause_5); break; @@ -245626,21 +250140,15 @@ return A._asyncStartSync($async$pasteText$1, $async$completer); }, initState$0() { - var t1, t2, _this = this; + var _this = this; _this.super$_EditableTextState_State_AutomaticKeepAliveClientMixin$initState(); - t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, _this); - t1.didRegisterListener$0(); - t2 = t1.AnimationLocalListenersMixin__listeners; - t2._isDirty = true; - t2._observer_list$_list.push(_this.get$_onCursorColorTick()); - _this._cursorBlinkOpacityController = t1; _this._widget.controller.addListener$1(0, _this.get$_didChangeTextEditingValue()); _this._widget.focusNode.addListener$1(0, _this.get$_editable_text$_handleFocusChanged()); _this.get$_scrollController().addListener$1(0, _this.get$_updateSelectionOverlayForScroll()); _this._cursorVisibilityNotifier.set$value(0, _this._widget.showCursor); }, didChangeDependencies$0() { - var t1, newAutofillGroup, t2, newTickerEnabled, _this = this; + var t1, newAutofillGroup, t2, newTickerEnabled, orientation, _this = this; _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; @@ -245667,12 +250175,28 @@ if (_this._tickersEnabled !== newTickerEnabled) { _this._tickersEnabled = newTickerEnabled; if (newTickerEnabled && _this._cursorActive) - _this._startCursorTimer$0(); + _this._startCursorBlink$0(); else if (!newTickerEnabled && _this._cursorTimer != null) { _this._cursorTimer.cancel$0(0); _this._cursorTimer = null; } } + if (A.defaultTargetPlatform() !== B.TargetPlatform_2 && A.defaultTargetPlatform() !== B.TargetPlatform_0) + return; + t1 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; + orientation = t1.get$orientation(t1); + t1 = _this._lastOrientation; + if (t1 == null) { + _this._lastOrientation = orientation; + return; + } + if (orientation !== t1) { + _this._lastOrientation = orientation; + if (A.defaultTargetPlatform() === B.TargetPlatform_2) + _this.hideToolbar$1(false); + if (A.defaultTargetPlatform() === B.TargetPlatform_0) + _this.hideToolbar$0(); + } }, didUpdateWidget$1(oldWidget) { var t1, t2, style, _this = this; @@ -245729,7 +250253,9 @@ _this._textInputConnection.toString; t1 = t2.autofillClient; t1 = (t1 == null ? _this : t1).get$textInputConfiguration(); - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.updateConfig", t1.toJson$0(), type$.void); + t2 = $.$get$TextInput__instance().__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.invokeMethod$1$2("TextInput.updateConfig", t1.toJson$0(), type$.void); } } if (!_this._widget.style.$eq(0, oldWidget.style)) { @@ -245738,7 +250264,7 @@ t1 = _this._textInputConnection; t1.toString; t2 = _this.get$_editable_text$_textDirection(); - t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(0, style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t2); + t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t2); } } t1 = _this._widget; @@ -245756,11 +250282,11 @@ t1 = false; t1; }, - dispose$0(_) { + dispose$0() { var t2, _this = this, t1 = _this._internalScrollController; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); t1 = _this._currentAutofillScope; if (t1 != null) { t2 = A.Primitives_objectHashCode(_this); @@ -245769,24 +250295,27 @@ _this._widget.controller.removeListener$1(0, _this.get$_didChangeTextEditingValue()); t1 = _this._floatingCursorResetController; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._floatingCursorResetController = null; _this._closeInputConnectionIfNeeded$0(); t1 = _this._cursorTimer; if (t1 != null) t1.cancel$0(0); _this._cursorTimer = null; - t1 = _this._cursorBlinkOpacityController; + t1 = _this._backingCursorBlinkOpacityController; if (t1 != null) - t1.dispose$0(0); - _this._cursorBlinkOpacityController = null; + t1.dispose$0(); + _this._backingCursorBlinkOpacityController = null; t1 = _this._selectionOverlay; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._selectionOverlay = null; _this._widget.focusNode.removeListener$1(0, _this.get$_editable_text$_handleFocusChanged()); B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); - _this.super$_EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin$dispose(0); + t1 = _this._cursorVisibilityNotifier; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + _this.super$_EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin$dispose(); }, get$currentTextEditingValue() { return this._widget.controller._change_notifier$_value; @@ -245827,8 +250356,8 @@ } _this._scheduleShowCaretOnScreen$1$withAnimation(true); if (_this.get$_hasInputConnection()) { - _this._stopCursorTimer$1$resetCharTicks(false); - _this._startCursorTimer$0(); + _this._stopCursorBlink$1$resetCharTicks(false); + _this._startCursorBlink$0(); } }, performAction$1(action) { @@ -245988,7 +250517,7 @@ } }, _onFloatingCursorResetTick$0() { - var t3, t4, finalPosition, t5, _this = this, + var t3, t4, finalPosition, t5, t6, _this = this, t1 = _this._editableKey, t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t2.toString; @@ -246001,8 +250530,10 @@ t2.toString; finalPosition = t4.$sub(0, new A.Offset(0, t3._as(t2)._editable$_textPainter.get$preferredLineHeight() / 2)); t2 = _this._floatingCursorResetController; - if (t2.get$status(t2) === B.AnimationStatus_3) { - t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); + t2 = t2.get$status(t2); + t4 = $.WidgetsBinding__instance; + if (t2 === B.AnimationStatus_3) { + t2 = t4.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t2.toString; t3._as(t2); t4 = _this._lastTextPosition; @@ -246015,18 +250546,19 @@ _this._editable_text$_handleSelectionChanged$2(A.TextSelection$collapsed(B.TextAffinity_1, _this._lastTextPosition.offset), B.SelectionChangedCause_3); _this._lastBoundedOffset = _this._pointOffsetOrigin = _this._lastTextPosition = _this._startCaretRect = null; } else { - t2 = A._lateReadCheck(_this._floatingCursorResetController.__AnimationController__value, "_value"); - t4 = _this._lastBoundedOffset; - t5 = A.lerpDouble(t4._dx, finalPosition._dx, t2); + t2 = _this._floatingCursorResetController.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this._lastBoundedOffset; + t6 = A.lerpDouble(t5._dx, finalPosition._dx, t2); + t6.toString; + t5 = A.lerpDouble(t5._dy, finalPosition._dy, t2); t5.toString; - t4 = A.lerpDouble(t4._dy, finalPosition._dy, t2); - t4.toString; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); + t1 = t4.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t1.toString; t3._as(t1); t3 = _this._lastTextPosition; t3.toString; - t1.setFloatingCursor$4$resetLerpValue(B.FloatingCursorDragState_1, new A.Offset(t5, t4), t3, t2); + t1.setFloatingCursor$4$resetLerpValue(B.FloatingCursorDragState_1, new A.Offset(t6, t5), t3, t2); } }, _finalizeEditing$2$shouldUnfocus(action, shouldUnfocus) { @@ -246090,14 +250622,16 @@ _this._scheduleRestartConnection$0(); }, _updateRemoteEditingValueIfNeeded$0() { - var t1, _this = this; + var t1, t2, _this = this; if (_this._batchEditDepth > 0 || !_this.get$_hasInputConnection()) return; t1 = _this._widget.controller._change_notifier$_value; if (J.$eq$(t1, _this._lastKnownRemoteTextEditingValue)) return; _this._textInputConnection.toString; - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); + t2 = $.$get$TextInput__instance().__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); _this._lastKnownRemoteTextEditingValue = t1; }, _getOffsetToRevealCaret$1(rect) { @@ -246118,7 +250652,7 @@ t1 = rect.right; t3 = rect.left; t2 = t2._dx; - additionalOffset = t1 - t3 >= t2 ? t2 / 2 - rect.get$center()._dx : B.JSInt_methods.clamp$2(0, t1 - t2, t3); + additionalOffset = t1 - t3 >= t2 ? t2 / 2 - rect.get$center()._dx : A.clampDouble(0, t1 - t2, t3); unitOffset = B.Offset_1_0; } else { t4 = rect.get$center(); @@ -246132,7 +250666,7 @@ t1 = expandedRect.bottom; t3 = expandedRect.top; t2 = t2._dy; - additionalOffset = t1 - t3 >= t2 ? t2 / 2 - expandedRect.get$center()._dy : B.JSInt_methods.clamp$2(0, t1 - t2, t3); + additionalOffset = t1 - t3 >= t2 ? t2 / 2 - expandedRect.get$center()._dy : A.clampDouble(0, t1 - t2, t3); unitOffset = B.Offset_0_1; } t1 = _this.get$_scrollController(); @@ -246142,7 +250676,7 @@ t2.toString; t3 = B.JSArray_methods.get$single(_this.get$_scrollController()._positions)._maxScrollExtent; t3.toString; - targetOffset = B.JSNumber_methods.clamp$2(additionalOffset + t1, t2, t3); + targetOffset = A.clampDouble(additionalOffset + t1, t2, t3); t3 = _this.get$_scrollController(); t3 = t3.get$position(t3)._pixels; t3.toString; @@ -246155,7 +250689,6 @@ }, _openInputConnection$0() { var t1, t2, t3, connection, style, t4, _this = this, - _s8_ = "_channel", _s14_ = "TextInput.show"; if (!_this.get$_hasInputConnection()) { t1 = _this._widget; @@ -246183,20 +250716,28 @@ t1 = _this._textInputConnection; t1.toString; t3 = _this.get$_editable_text$_textDirection(); - t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(0, style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t3); + t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t3); t3 = $.$get$TextInput__instance(); - t1 = type$.void; - A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$2("TextInput.setEditingState", t2.toJSON$0(), t1); - A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$1(_s14_, t1); - t4 = _this._widget.autofillClient; - if ((t4 == null ? _this : t4).get$textInputConfiguration().autofillConfiguration.enabled) { + t1 = t3.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t4 = type$.void; + t1.invokeMethod$1$2("TextInput.setEditingState", t2.toJSON$0(), t4); + t1 = t3.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$1(_s14_, t4); + t1 = _this._widget.autofillClient; + if ((t1 == null ? _this : t1).get$textInputConfiguration().autofillConfiguration.enabled) { _this._textInputConnection.toString; - A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$1("TextInput.requestAutofill", t1); + t1 = t3.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$1("TextInput.requestAutofill", t4); } _this._lastKnownRemoteTextEditingValue = t2; } else { _this._textInputConnection.toString; - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, _s8_).invokeMethod$1$1(_s14_, type$.void); + t1 = $.$get$TextInput__instance().__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$1(_s14_, type$.void); } }, _closeInputConnectionIfNeeded$0() { @@ -246217,8 +250758,7 @@ A.scheduleMicrotask(this.get$_restartConnectionIfNeeded()); }, _restartConnectionIfNeeded$0() { - var t1, t2, currentAutofillScope, newConnection, connection, style, t3, _this = this, - _s8_ = "_channel"; + var t1, t2, currentAutofillScope, newConnection, connection, style, t3, _this = this; _this._restartConnectionScheduled = false; if (_this.get$_hasInputConnection()) t1 = false; @@ -246244,12 +250784,16 @@ } _this._textInputConnection = newConnection; style = _this._widget.style; - t1 = type$.void; - A._lateReadCheck(t2.__TextInput__channel, _s8_).invokeMethod$1$1("TextInput.show", t1); - t3 = _this.get$_editable_text$_textDirection(); - newConnection.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(0, style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t3); - t3 = _this._widget.controller._change_notifier$_value; - A._lateReadCheck(t2.__TextInput__channel, _s8_).invokeMethod$1$2("TextInput.setEditingState", t3.toJSON$0(), t1); + t1 = t2.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.void; + t1.invokeMethod$1$1("TextInput.show", t3); + t1 = _this.get$_editable_text$_textDirection(); + newConnection.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t1); + t1 = _this._widget.controller._change_notifier$_value; + t2 = t2.__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), t3); _this._lastKnownRemoteTextEditingValue = _this._widget.controller._change_notifier$_value; }, connectionClosed$0() { @@ -246275,7 +250819,7 @@ t2.toString; t2.update$1(0, _this._widget.controller._change_notifier$_value); } else { - t2.dispose$0(0); + t2.dispose$0(); _this._selectionOverlay = null; } } @@ -246285,9 +250829,37 @@ if (t1 != null) t1._updateSelectionOverlay$0(); }, + _createSelectionOverlay$0() { + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, + t1 = _this._framework$_element; + t1.toString; + t2 = _this._widget; + t3 = t2.controller._change_notifier$_value; + t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); + t4.toString; + type$.RenderEditable._as(t4); + t5 = _this._widget; + t6 = t5.selectionControls; + t7 = t5.dragStartBehavior; + t5 = t5.onSelectionHandleTapped; + t8 = $.$get$ChangeNotifier__emptyListeners(); + t9 = type$.ValueNotifier_bool; + t10 = new A.ValueNotifier(false, t8, t9); + t11 = new A.ValueNotifier(false, t8, t9); + t9 = new A.ValueNotifier(false, t8, t9); + t3 = new A.TextSelectionOverlay(t4, t6, _this, t3, t10, t11, t9); + t8 = t3.get$_updateTextSelectionOverlayVisibilities(); + t4._selectionStartInViewport.addListener$1(0, t8); + t4._selectionEndInViewport.addListener$1(0, t8); + t3._updateTextSelectionOverlayVisibilities$0(); + t4 = t4._lastSecondaryTapDownPosition; + t1.findRootAncestorStateOfType$1$0(type$.OverlayState); + t3.__TextSelectionOverlay__selectionOverlay_F !== $ && A.throwUnnamedLateFieldAI(); + t3.__TextSelectionOverlay__selectionOverlay_F = new A.SelectionOverlay(t1, B.TextSelectionHandleType_2, 0, t10, t3.get$_handleSelectionStartHandleDragStart(), t3.get$_handleSelectionStartHandleDragUpdate(), B.TextSelectionHandleType_2, 0, t11, t3.get$_handleSelectionEndHandleDragStart(), t3.get$_handleSelectionEndHandleDragUpdate(), t9, B.List_empty10, t2, _this._toolbarLayerLink, _this._startHandleLayerLink, _this._endHandleLayerLink, t6, _this, t7, t5, null, t4); + _this._selectionOverlay = t3; + }, _editable_text$_handleSelectionChanged$2(selection, cause) { - var exception, stack, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, exception0, _this = this, - _s17_ = "_selectionOverlay"; + var exception, stack, t1, t2, exception0, _this = this; if (!_this._widget.controller.isSelectionWithinTextBounds$1(selection)) return; _this._widget.controller.set$selection(selection); @@ -246313,45 +250885,22 @@ if (t1.selectionControls == null) { t1 = _this._selectionOverlay; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._selectionOverlay = null; } else { t2 = _this._selectionOverlay; - t3 = t1.controller; - if (t2 == null) { - t2 = _this._framework$_element; - t2.toString; - t3 = t3._change_notifier$_value; - t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t4.toString; - type$.RenderEditable._as(t4); - t5 = _this._widget; - t6 = t5.selectionControls; - t7 = t5.dragStartBehavior; - t5 = t5.onSelectionHandleTapped; - t8 = $.$get$ChangeNotifier__emptyListeners(); - t9 = type$.ValueNotifier_bool; - t10 = new A.ValueNotifier(false, t8, t9); - t11 = new A.ValueNotifier(false, t8, t9); - t9 = new A.ValueNotifier(false, t8, t9); - t3 = new A.TextSelectionOverlay(t4, t6, _this, t3, t10, t11, t9); - t8 = t3.get$_updateTextSelectionOverlayVisibilities(); - t4._selectionStartInViewport.addListener$1(0, t8); - t4._selectionEndInViewport.addListener$1(0, t8); - t3._updateTextSelectionOverlayVisibilities$0(); - t4 = t4._lastSecondaryTapDownPosition; - t2.findRootAncestorStateOfType$1$0(type$.OverlayState); - A._lateWriteOnceCheck(t3.__TextSelectionOverlay__selectionOverlay, _s17_); - t3.__TextSelectionOverlay__selectionOverlay = new A.SelectionOverlay(t2, B.TextSelectionHandleType_2, 0, t10, t3.get$_handleSelectionStartHandleDragStart(), t3.get$_handleSelectionStartHandleDragUpdate(), B.TextSelectionHandleType_2, 0, t11, t3.get$_handleSelectionEndHandleDragStart(), t3.get$_handleSelectionEndHandleDragUpdate(), t9, B.List_empty9, t1, _this._toolbarLayerLink, _this._startHandleLayerLink, _this._endHandleLayerLink, t6, _this, t7, t5, null, t4); - _this._selectionOverlay = t3; - } else - t2.update$1(0, t3._change_notifier$_value); + if (t2 == null) + _this._createSelectionOverlay$0(); + else + t2.update$1(0, t1.controller._change_notifier$_value); t1 = _this._selectionOverlay; t1.toString; t1.set$handlesVisible(_this._widget.showSelectionHandles); t1 = _this._selectionOverlay; t1._updateSelectionOverlay$0(); - A._lateReadCheck(t1.__TextSelectionOverlay__selectionOverlay, _s17_).showHandles$0(); + t1 = t1.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.showHandles$0(); } try { _this._widget.onSelectionChanged.call$2(selection, cause); @@ -246362,8 +250911,8 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "widgets", t1, null, null, false)); } if (_this._cursorTimer != null) { - _this._stopCursorTimer$1$resetCharTicks(false); - _this._startCursorTimer$0(); + _this._stopCursorBlink$1$resetCharTicks(false); + _this._startCursorBlink$0(); } }, _handleCaretChanged$1(caretRect) { @@ -246377,19 +250926,19 @@ }, didChangeMetrics$0() { var t2, _this = this, - _s20_ = "_lastBottomViewInset", - t1 = A._lateReadCheck(_this.__EditableTextState__lastBottomViewInset, _s20_); + t1 = _this.__EditableTextState__lastBottomViewInset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $.WidgetsBinding__instance.toString; t2 = $.$get$window(); if (t1 !== t2._viewInsets.bottom) { $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.EditableTextState_didChangeMetrics_closure(_this)); - t1 = A._lateReadCheck(_this.__EditableTextState__lastBottomViewInset, _s20_); + t1 = _this.__EditableTextState__lastBottomViewInset_A; $.WidgetsBinding__instance.toString; if (t1 < t2._viewInsets.bottom) _this._scheduleShowCaretOnScreen$1$withAnimation(false); } $.WidgetsBinding__instance.toString; - _this.__EditableTextState__lastBottomViewInset = t2._viewInsets.bottom; + _this.__EditableTextState__lastBottomViewInset_A = t2._viewInsets.bottom; }, _formatAndSetValue$3$userInteraction(value, cause, userInteraction) { var exception, stack, exception0, stack0, t1, t2, textChanged, value0, exception1, t3, _this = this, _null = null; @@ -246455,64 +251004,73 @@ t1.toString; type$.RenderEditable._as(t1); t2 = _this._widget.cursorColor; - t3 = A._lateReadCheck(_this._cursorBlinkOpacityController.__AnimationController__value, "_value"); + t3 = _this.get$_cursorBlinkOpacityController().__AnimationController__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t2.toString; t2 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t3), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); t1.get$_caretPainter().set$caretColor(t2); - t1 = _this._widget.showCursor && A._lateReadCheck(_this._cursorBlinkOpacityController.__AnimationController__value, "_value") > 0; + if (_this._widget.showCursor) { + t1 = _this.get$_cursorBlinkOpacityController().__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 > 0; + } else + t1 = false; _this._cursorVisibilityNotifier.set$value(0, t1); }, - _cursorTick$1(timer) { - var targetOpacity, t2, _this = this, - t1 = !_this._targetCursorVisibility; - _this._targetCursorVisibility = t1; - targetOpacity = t1 ? 1 : 0; - t1 = _this._widget.cursorOpacityAnimates; - t2 = _this._cursorBlinkOpacityController; - if (t1) { - t2._direction = B._AnimationDirection_0; - t2._animateToInternal$3$curve$duration(targetOpacity, B.Cubic_xDo0, null); - } else - t2.set$value(0, targetOpacity); - if (_this._obscureShowCharTicksPending > 0) - _this.setState$1(new A.EditableTextState__cursorTick_closure(_this)); - }, - _cursorWaitForStart$1(timer) { - var t1 = this._cursorTimer; - if (t1 != null) - t1.cancel$0(0); - this._cursorTimer = A.Timer_Timer$periodic(B.Duration_500000, this.get$_cursorTick()); - }, - _startCursorTimer$0() { - var _this = this; + _startCursorBlink$0() { + var t1, _this = this; _this._cursorActive = true; if (!_this._tickersEnabled) return; - _this._targetCursorVisibility = true; - _this._cursorBlinkOpacityController.set$value(0, 1); + t1 = _this._cursorTimer; + if (t1 != null) + t1.cancel$0(0); + _this.get$_cursorBlinkOpacityController().set$value(0, 1); if (_this._widget.cursorOpacityAnimates) - _this._cursorTimer = A.Timer_Timer$periodic(B.Duration_150000, _this.get$_cursorWaitForStart()); + _this.get$_cursorBlinkOpacityController().animateWith$1(_this.get$_iosBlinkCursorSimulation())._primaryCompleter.future.whenComplete$1(_this.get$_onCursorTick()); else - _this._cursorTimer = A.Timer_Timer$periodic(B.Duration_500000, _this.get$_cursorTick()); + _this._cursorTimer = A.Timer_Timer$periodic(B.Duration_500000, new A.EditableTextState__startCursorBlink_closure(_this)); }, - _stopCursorTimer$1$resetCharTicks(resetCharTicks) { + _onCursorTick$0() { + var t2, _this = this, + t1 = _this._obscureShowCharTicksPending; + if (t1 > 0) { + $.WidgetsBinding__instance.toString; + $.$get$EnginePlatformDispatcher__instance().toString; + --t1; + _this._obscureShowCharTicksPending = t1; + if (t1 === 0) + _this.setState$1(new A.EditableTextState__onCursorTick_closure()); + } + if (_this._widget.cursorOpacityAnimates) { + t1 = _this._cursorTimer; + if (t1 != null) + t1.cancel$0(0); + _this._cursorTimer = A.Timer_Timer(B.Duration_0, new A.EditableTextState__onCursorTick_closure0(_this)); + } else { + t1 = _this._cursorTimer; + t1 = t1 == null ? null : t1._handle != null; + if (t1 !== true && _this._tickersEnabled) + _this._cursorTimer = A.Timer_Timer$periodic(B.Duration_500000, new A.EditableTextState__onCursorTick_closure1(_this)); + t1 = _this.get$_cursorBlinkOpacityController(); + t2 = _this.get$_cursorBlinkOpacityController().__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2 === 0 ? 1 : 0); + } + }, + _stopCursorBlink$1$resetCharTicks(resetCharTicks) { var t1, _this = this; _this._cursorActive = false; + _this.get$_cursorBlinkOpacityController().set$value(0, 0); t1 = _this._cursorTimer; if (t1 != null) t1.cancel$0(0); _this._cursorTimer = null; - _this._targetCursorVisibility = false; - _this._cursorBlinkOpacityController.set$value(0, 0); if (resetCharTicks) _this._obscureShowCharTicksPending = 0; - if (_this._widget.cursorOpacityAnimates) { - _this._cursorBlinkOpacityController.stop$0(0); - _this._cursorBlinkOpacityController.set$value(0, 0); - } }, - _stopCursorTimer$0() { - return this._stopCursorTimer$1$resetCharTicks(true); + _stopCursorBlink$0() { + return this._stopCursorBlink$1$resetCharTicks(true); }, _startOrStopCursorTimerIfNeeded$0() { var t1, _this = this; @@ -246525,7 +251083,7 @@ else t1 = false; if (t1) - _this._startCursorTimer$0(); + _this._startCursorBlink$0(); else { if (_this._cursorActive) if (_this._widget.focusNode.get$hasFocus()) { @@ -246536,7 +251094,7 @@ else t1 = false; if (t1) - _this._stopCursorTimer$0(); + _this._stopCursorBlink$0(); } }, _didChangeTextEditingValue$0() { @@ -246563,7 +251121,7 @@ if (t1) { t2.WidgetsBinding__observers.push(_this); $.WidgetsBinding__instance.toString; - _this.__EditableTextState__lastBottomViewInset = $.$get$window()._viewInsets.bottom; + _this.__EditableTextState__lastBottomViewInset_A = $.$get$window()._viewInsets.bottom; if (!_this._widget.readOnly) _this._scheduleShowCaretOnScreen$1$withAnimation(true); if (!_this._widget.controller._change_notifier$_value.selection.get$isValid()) @@ -246650,7 +251208,9 @@ t1._cachedTransform = transform; t1 = $.$get$TextInput__instance(); t2 = A.LinkedHashMap_LinkedHashMap$_literal(["width", t2._dx, "height", t2._dy, "transform", transform._m4storage], type$.String, type$.dynamic); - A._lateReadCheck(t1.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setEditableSizeAndTransform", t2, type$.void); + t1 = t1.__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$2("TextInput.setEditableSizeAndTransform", t2, type$.void); } _this._updateSelectionRects$0(); $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.EditableTextState__updateSizeAndTransform_closure(_this)); @@ -246716,12 +251276,20 @@ return result; }, userUpdateTextEditingValue$2(value, cause) { - var t1 = this._widget, + var _this = this, + t1 = _this._widget, t2 = t1.readOnly; t1 = t1.controller; if (t2 ? !t1._change_notifier$_value.selection.$eq(0, value.selection) : !J.$eq$(t1._change_notifier$_value, value)) - this._scheduleShowCaretOnScreen$1$withAnimation(true); - this._formatAndSetValue$3$userInteraction(value, cause, true); + _this._scheduleShowCaretOnScreen$1$withAnimation(true); + if (value.$eq(0, _this._widget.controller._change_notifier$_value)) { + if (!_this._widget.focusNode.get$hasFocus()) { + _this._widget.focusNode.requestFocus$0(); + _this._createSelectionOverlay$0(); + } + return; + } + _this._formatAndSetValue$3$userInteraction(value, cause, true); }, bringIntoView$1(position) { var t3, targetOffset, @@ -246739,27 +251307,39 @@ return false; }, hideToolbar$1(hideHandles) { - var t1, - _s17_ = "_selectionOverlay"; + var t1, t2, t3; if (hideHandles) { t1 = this._selectionOverlay; - if (t1 != null) - A._lateReadCheck(t1.__TextSelectionOverlay__selectionOverlay, _s17_).hide$0(); + if (t1 != null) { + t1 = t1.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hide$0(); + } } else { t1 = this._selectionOverlay; - t1 = t1 == null ? null : A._lateReadCheck(t1.__TextSelectionOverlay__selectionOverlay, _s17_)._toolbar != null; - if (t1 === true) { - t1 = this._selectionOverlay; - if (t1 != null) - A._lateReadCheck(t1.__TextSelectionOverlay__selectionOverlay, _s17_).hideToolbar$0(); + t2 = t1 == null; + if (t2) + t3 = null; + else { + t3 = t1.__TextSelectionOverlay__selectionOverlay_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._toolbar != null; } + if (t3 === true) + if (!t2) { + t1 = t1.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); + } } }, hideToolbar$0() { return this.hideToolbar$1(true); }, toggleToolbar$0() { - if (A._lateReadCheck(this._selectionOverlay.__TextSelectionOverlay__selectionOverlay, "_selectionOverlay")._toolbar != null) + var t1 = this._selectionOverlay.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1._toolbar != null) this.hideToolbar$0(); else this.showToolbar$0(); @@ -246922,6 +251502,37 @@ _documentBoundary$1(intent) { return new A._DocumentBoundary(this._widget.controller._change_notifier$_value); }, + _transposeCharacters$1(intent) { + var text, t2, transposing, t3, t4, _this = this, + t1 = _this._widget.controller._change_notifier$_value.text; + t1 = t1.length === 0 ? B.StringCharacters_ehH : new A.StringCharacters(t1); + if (t1.get$length(t1) > 1) { + t1 = _this._widget.controller._change_notifier$_value; + t1 = t1.selection; + t1 = t1.start != t1.end || t1.baseOffset === 0; + } else + t1 = true; + if (t1) + return; + t1 = _this._widget.controller._change_notifier$_value; + text = t1.text; + t1 = t1.selection.baseOffset; + t2 = text.length; + transposing = A.StringCharacterRange_StringCharacterRange$at(text, t1, null); + t3 = transposing._characters_impl$_start; + if (t1 === t2) + transposing._retractStart$2(2, t3); + else { + transposing._retractStart$2(1, t3); + transposing._advanceEnd$2(1, transposing._characters_impl$_start); + } + t1 = transposing._characters_impl$_string; + t2 = J.substring$2$s(t1, 0, transposing._characters_impl$_start); + t3 = new A.StringCharacters(transposing.get$current(transposing)); + t3 = t3.get$last(t3); + t4 = new A.StringCharacters(transposing.get$current(transposing)); + _this.userUpdateTextEditingValue$2(new A.TextEditingValue(t2 + t3 + t4.get$first(t4) + B.JSString_methods.substring$1(t1, transposing._characters_impl$_end), A.TextSelection$collapsed(B.TextAffinity_1, transposing._characters_impl$_start + transposing.get$current(transposing).length), B.TextRange_m1_m1), B.SelectionChangedCause_4); + }, _replaceText$1(intent) { var t1 = this._widget.controller._change_notifier$_value, newValue = intent.currentTextEditingValue.replaced$2(intent.replacementRange, intent.replacementText); @@ -246942,11 +251553,11 @@ }, get$_adjacentLineAction() { var t1, _this = this, - value = _this.__EditableTextState__adjacentLineAction; + value = _this.__EditableTextState__adjacentLineAction_FI; if (value === $) { t1 = A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent); - A._lateInitializeOnceCheck(_this.__EditableTextState__adjacentLineAction, "_adjacentLineAction"); - value = _this.__EditableTextState__adjacentLineAction = new A._UpdateTextSelectionToAdjacentLineAction(_this, new A.ObserverList(t1, type$.ObserverList_of_void_Function_Action_Intent), type$._UpdateTextSelectionToAdjacentLineAction_ExtendSelectionVerticallyToAdjacentLineIntent); + _this.__EditableTextState__adjacentLineAction_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__EditableTextState__adjacentLineAction_FI = new A._UpdateTextSelectionToAdjacentLineAction(_this, new A.ObserverList(t1, type$.ObserverList_of_void_Function_Action_Intent), type$._UpdateTextSelectionToAdjacentLineAction_ExtendSelectionVerticallyToAdjacentLineIntent); } return value; }, @@ -246974,7 +251585,13 @@ }, _hideToolbarIfVisible$1(intent) { var t1 = this._selectionOverlay; - t1 = t1 == null ? null : A._lateReadCheck(t1.__TextSelectionOverlay__selectionOverlay, "_selectionOverlay")._toolbar != null; + if (t1 == null) + t1 = null; + else { + t1 = t1.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._toolbar != null; + } if (t1 === true) { this.hideToolbar$1(false); return null; @@ -246984,23 +251601,23 @@ return A.Actions_invoke(t1, intent, type$.DismissIntent); }, get$_editable_text$_actions() { - var t1, t2, t3, t4, value0, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, result, _this = this, - value = _this.__EditableTextState__actions; + var t1, t2, t3, t4, value0, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, value1, result, _this = this, + value = _this.__EditableTextState__actions_FI; if (value === $) { t1 = type$.JSArray_of_void_Function_Action_Intent; t2 = A._setArrayType([], t1); t3 = type$.ObserverList_of_void_Function_Action_Intent; - value = _this.__EditableTextState__replaceTextAction; + value = _this.__EditableTextState__replaceTextAction_FI; if (value === $) { t4 = A._setArrayType([], t1); - A._lateInitializeOnceCheck(_this.__EditableTextState__replaceTextAction, "_replaceTextAction"); - value = _this.__EditableTextState__replaceTextAction = new A.CallbackAction(_this.get$_replaceText(), new A.ObserverList(t4, t3), type$.CallbackAction_ReplaceTextIntent); + _this.__EditableTextState__replaceTextAction_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__EditableTextState__replaceTextAction_FI = new A.CallbackAction(_this.get$_replaceText(), new A.ObserverList(t4, t3), type$.CallbackAction_ReplaceTextIntent); } - value0 = _this.__EditableTextState__updateSelectionAction; + value0 = _this.__EditableTextState__updateSelectionAction_FI; if (value0 === $) { t4 = A._setArrayType([], t1); - A._lateInitializeOnceCheck(_this.__EditableTextState__updateSelectionAction, "_updateSelectionAction"); - value0 = _this.__EditableTextState__updateSelectionAction = new A.CallbackAction(_this.get$_updateSelection(), new A.ObserverList(t4, t3), type$.CallbackAction_UpdateSelectionIntent); + _this.__EditableTextState__updateSelectionAction_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = _this.__EditableTextState__updateSelectionAction_FI = new A.CallbackAction(_this.get$_updateSelection(), new A.ObserverList(t4, t3), type$.CallbackAction_UpdateSelectionIntent); } t4 = A._setArrayType([], t1); t5 = A._setArrayType([], t1); @@ -247019,63 +251636,72 @@ t12 = _this._framework$_element; t12.toString; t12 = new A._DeleteTextAction(_this, t9, new A.ObserverList(t11, t3), type$._DeleteTextAction_DeleteToLineBreakIntent)._makeOverridableAction$1(t12); - t6 = A._UpdateTextSelectionAction$(_this, false, t6, type$.ExtendSelectionByCharacterIntent); - t11 = _this._framework$_element; - t11.toString; - t11 = t6._makeOverridableAction$1(t11); - t6 = A._UpdateTextSelectionAction$(_this, true, t7, type$.ExtendSelectionToNextWordBoundaryIntent); + t11 = A._setArrayType([], t1); t13 = _this._framework$_element; t13.toString; - t13 = t6._makeOverridableAction$1(t13); - t9 = A._UpdateTextSelectionAction$(_this, true, t9, type$.ExtendSelectionToLineBreakIntent); + t13 = new A._UpdateTextSelectionAction(_this, false, t6, new A.ObserverList(t11, t3), type$._UpdateTextSelectionAction_ExtendSelectionByCharacterIntent)._makeOverridableAction$1(t13); + t11 = A._setArrayType([], t1); t6 = _this._framework$_element; t6.toString; - t6 = t9._makeOverridableAction$1(t6); - t9 = A._setArrayType([], t1); + t6 = new A._UpdateTextSelectionAction(_this, true, t7, new A.ObserverList(t11, t3), type$._UpdateTextSelectionAction_ExtendSelectionToNextWordBoundaryIntent)._makeOverridableAction$1(t6); + t11 = A._setArrayType([], t1); t14 = _this._framework$_element; t14.toString; - t14 = new A.CallbackAction(_this.get$_expandSelectionToLinebreak(), new A.ObserverList(t9, t3), type$.CallbackAction_ExpandSelectionToLineBreakIntent)._makeOverridableAction$1(t14); - t9 = A._setArrayType([], t1); - t15 = _this._framework$_element; - t15.toString; - t15 = new A.CallbackAction(_this.get$_expandSelectionToDocumentBoundary(), new A.ObserverList(t9, t3), type$.CallbackAction_ExpandSelectionToDocumentBoundaryIntent)._makeOverridableAction$1(t15); - t9 = _this.get$_adjacentLineAction(); - t16 = _this._framework$_element; - t16.toString; - t16 = t9._makeOverridableAction$1(t16); - t9 = A._UpdateTextSelectionAction$(_this, true, _this.get$_documentBoundary(), type$.ExtendSelectionToDocumentBoundaryIntent); - t17 = _this._framework$_element; - t17.toString; - t17 = t9._makeOverridableAction$1(t17); - t9 = A._setArrayType([], t1); - t18 = _this._framework$_element; - t18.toString; - t18 = new A._ExtendSelectionOrCaretPositionAction(_this, t7, new A.ObserverList(t9, t3))._makeOverridableAction$1(t18); - t9 = A._setArrayType([], t1); - t7 = _this._framework$_element; - t7.toString; - t7 = new A.CallbackAction(_this.get$_scrollToDocumentBoundary(), new A.ObserverList(t9, t3), type$.CallbackAction_ScrollToDocumentBoundaryIntent)._makeOverridableAction$1(t7); - t9 = A._setArrayType([], t1); - t19 = _this._framework$_element; - t19.toString; - t19 = new A._SelectAllAction(_this, new A.ObserverList(t9, t3))._makeOverridableAction$1(t19); - t9 = A._setArrayType([], t1); - t20 = _this._framework$_element; - t20.toString; - t20 = new A._CopySelectionAction(_this, new A.ObserverList(t9, t3))._makeOverridableAction$1(t20); - t1 = A._setArrayType([], t1); + t14 = new A._UpdateTextSelectionAction(_this, true, t9, new A.ObserverList(t11, t3), type$._UpdateTextSelectionAction_ExtendSelectionToLineBreakIntent)._makeOverridableAction$1(t14); + t11 = A._setArrayType([], t1); t9 = _this._framework$_element; t9.toString; - result = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_muk, new A.DoNothingAction(false, new A.ObserverList(t2, t3)), B.Type_ReplaceTextIntent_S40, value, B.Type_UpdateSelectionIntent_RH1, value0, B.Type_DirectionalFocusIntent_evN, new A.DirectionalFocusAction(true, new A.ObserverList(t4, t3)), B.Type_DismissIntent_Fb0, new A.CallbackAction(_this.get$_hideToolbarIfVisible(), new A.ObserverList(t5, t3), type$.CallbackAction_DismissIntent), B.Type_DeleteCharacterIntent_NYh, t8, B.Type_wu8, t10, B.Type_DeleteToLineBreakIntent_MEg, t12, B.Type_3dk, t11, B.Type_0Jp, t13, B.Type_23B, t6, B.Type_oyU, t14, B.Type_kr3, t15, B.Type_ejq, t16, B.Type_0Jp0, t17, B.Type_mya, t18, B.Type_46c, t7, B.Type_SelectAllTextIntent_5TD, t19, B.Type_CopySelectionTextIntent_T5o, t20, B.Type_PasteTextIntent_i6t, new A.CallbackAction(new A.EditableTextState__actions_closure(_this), new A.ObserverList(t1, t3), type$.CallbackAction_PasteTextIntent)._makeOverridableAction$1(t9)], type$.Type, type$.Action_Intent); - A._lateInitializeOnceCheck(_this.__EditableTextState__actions, "_actions"); - _this.__EditableTextState__actions = result; + t9 = new A.CallbackAction(_this.get$_expandSelectionToLinebreak(), new A.ObserverList(t11, t3), type$.CallbackAction_ExpandSelectionToLineBreakIntent)._makeOverridableAction$1(t9); + t11 = A._setArrayType([], t1); + t15 = _this._framework$_element; + t15.toString; + t15 = new A.CallbackAction(_this.get$_expandSelectionToDocumentBoundary(), new A.ObserverList(t11, t3), type$.CallbackAction_ExpandSelectionToDocumentBoundaryIntent)._makeOverridableAction$1(t15); + t11 = _this.get$_adjacentLineAction(); + t16 = _this._framework$_element; + t16.toString; + t16 = t11._makeOverridableAction$1(t16); + t11 = A._setArrayType([], t1); + t17 = _this._framework$_element; + t17.toString; + t17 = new A._UpdateTextSelectionAction(_this, true, _this.get$_documentBoundary(), new A.ObserverList(t11, t3), type$._UpdateTextSelectionAction_ExtendSelectionToDocumentBoundaryIntent)._makeOverridableAction$1(t17); + t11 = A._setArrayType([], t1); + t18 = _this._framework$_element; + t18.toString; + t18 = new A._ExtendSelectionOrCaretPositionAction(_this, t7, new A.ObserverList(t11, t3))._makeOverridableAction$1(t18); + t11 = A._setArrayType([], t1); + t7 = _this._framework$_element; + t7.toString; + t7 = new A.CallbackAction(_this.get$_scrollToDocumentBoundary(), new A.ObserverList(t11, t3), type$.CallbackAction_ScrollToDocumentBoundaryIntent)._makeOverridableAction$1(t7); + t11 = A._setArrayType([], t1); + t19 = _this._framework$_element; + t19.toString; + t19 = new A._SelectAllAction(_this, new A.ObserverList(t11, t3))._makeOverridableAction$1(t19); + t11 = A._setArrayType([], t1); + t20 = _this._framework$_element; + t20.toString; + t20 = new A._CopySelectionAction(_this, new A.ObserverList(t11, t3))._makeOverridableAction$1(t20); + t11 = A._setArrayType([], t1); + t21 = _this._framework$_element; + t21.toString; + t21 = new A.CallbackAction(new A.EditableTextState__actions_closure(_this), new A.ObserverList(t11, t3), type$.CallbackAction_PasteTextIntent)._makeOverridableAction$1(t21); + value1 = _this.__EditableTextState__transposeCharactersAction_FI; + if (value1 === $) { + t1 = A._setArrayType([], t1); + _this.__EditableTextState__transposeCharactersAction_FI !== $ && A.throwUnnamedLateFieldADI(); + value1 = _this.__EditableTextState__transposeCharactersAction_FI = new A.CallbackAction(_this.get$_transposeCharacters(), new A.ObserverList(t1, t3), type$.CallbackAction_TransposeCharactersIntent); + } + t1 = _this._framework$_element; + t1.toString; + result = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_muk, new A.DoNothingAction(false, new A.ObserverList(t2, t3)), B.Type_ReplaceTextIntent_S40, value, B.Type_UpdateSelectionIntent_RH1, value0, B.Type_DirectionalFocusIntent_evN, new A.DirectionalFocusAction(true, new A.ObserverList(t4, t3)), B.Type_DismissIntent_Fb0, new A.CallbackAction(_this.get$_hideToolbarIfVisible(), new A.ObserverList(t5, t3), type$.CallbackAction_DismissIntent), B.Type_DeleteCharacterIntent_NYh, t8, B.Type_wu8, t10, B.Type_DeleteToLineBreakIntent_MEg, t12, B.Type_3dk, t13, B.Type_0Jp, t6, B.Type_23B, t14, B.Type_oyU, t9, B.Type_kr3, t15, B.Type_ejq, t16, B.Type_0Jp0, t17, B.Type_mya, t18, B.Type_46c, t7, B.Type_SelectAllTextIntent_5TD, t19, B.Type_CopySelectionTextIntent_T5o, t20, B.Type_PasteTextIntent_i6t, t21, B.Type_TransposeCharactersIntent_a66, value1._makeOverridableAction$1(t1)], type$.Type, type$.Action_Intent); + _this.__EditableTextState__actions_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__EditableTextState__actions_FI = result; value = result; } return value; }, - build$1(_, context) { + build$1(context) { var t1, controls, t2, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null; - _this.super$AutomaticKeepAliveClientMixin$build(0, context); + _this.super$AutomaticKeepAliveClientMixin$build(context); t1 = _this._widget; controls = t1.selectionControls; t1 = t1.mouseCursor; @@ -247092,7 +251718,7 @@ t9 = t7.dragStartBehavior; t7 = t7.restorationId; t10 = A.ScrollConfiguration_of(context).copyWith$2$overscroll$scrollbars(false, _this._widget.maxLines !== 1); - return A.MouseRegion$(A.Actions$(t2, new A._TextEditingHistory(A.Focus$(false, _null, A.Scrollable$(t3, t6, t9, true, t8, t7, t10, _null, new A.EditableTextState_build_closure(_this, controls)), "EditableText", _null, _null, t5, false, _null, _null, _null, _null, _null), t4, new A.EditableTextState_build_closure0(_this), _null)), t1, _null, _null, _null, _null); + return A.MouseRegion$(A.Actions$(t2, new A._TextEditingHistory(A.Focus$(false, _null, A.Scrollable$(t3, B.Clip_1, t6, t9, true, t8, t7, t10, _null, new A.EditableTextState_build_closure(_this, controls)), "EditableText", _null, _null, t5, false, _null, _null, _null, _null, _null), t4, new A.EditableTextState_build_closure0(_this), _null)), t1, _null, _null, _null, _null); }, buildTextSpan$0() { var text, breiflyShowPassword, o, t2, placeholders, placeholderLocation, t3, t4, _this = this, _null = null, @@ -247102,7 +251728,7 @@ text = B.JSString_methods.$mul(t1.obscuringCharacter, text.length); $.WidgetsBinding__instance.toString; $.$get$EnginePlatformDispatcher__instance().toString; - breiflyShowPassword = J.containsKey$1$x(B.Set_e2qq2._collection$_map, A.defaultTargetPlatform()); + breiflyShowPassword = J.containsKey$1$x(B.Set_kajDp._collection$_map, A.defaultTargetPlatform()); if (breiflyShowPassword) { o = _this._obscureShowCharTicksPending > 0 ? _this._obscureLatestCharIndex : _null; if (o != null && o >= 0 && o < text.length) { @@ -247145,7 +251771,7 @@ if (t1._framework$_element != null) t1.bringIntoView$1(t1._widget.controller._change_notifier$_value.selection.get$extent()); }, - $signature: 24 + $signature: 19 }; A.EditableTextState_pasteText_closure.prototype = { call$1(_) { @@ -247153,7 +251779,7 @@ if (t1._framework$_element != null) t1.bringIntoView$1(t1._widget.controller._change_notifier$_value.selection.get$extent()); }, - $signature: 24 + $signature: 19 }; A.EditableTextState_didChangeDependencies_closure.prototype = { call$1(_) { @@ -247171,7 +251797,7 @@ A.FocusScope_of(t2).autofocus$1(0, t1._widget.focusNode); } }, - $signature: 24 + $signature: 19 }; A.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1(_) { @@ -247210,7 +251836,7 @@ t4._as(t1).showOnScreen$1$rect(caretPadding.inflateRect$1(t5)); } }, - $signature: 24 + $signature: 19 }; A.EditableTextState_didChangeMetrics_closure.prototype = { call$1(_) { @@ -247218,25 +251844,38 @@ if (t1 != null) t1._updateSelectionOverlay$0(); }, - $signature: 24 + $signature: 19 }; A.EditableTextState__formatAndSetValue_closure.prototype = { call$2(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 2929 + $signature: 1604 }; - A.EditableTextState__cursorTick_closure.prototype = { + A.EditableTextState__startCursorBlink_closure.prototype = { + call$1(timer) { + this.$this._onCursorTick$0(); + }, + $signature: 512 + }; + A.EditableTextState__onCursorTick_closure.prototype = { call$0() { - var t2, - t1 = this.$this; - $.WidgetsBinding__instance.toString; - $.$get$EnginePlatformDispatcher__instance().toString; - t2 = t1._obscureShowCharTicksPending; - t1._obscureShowCharTicksPending = t2 - 1; }, $signature: 0 }; + A.EditableTextState__onCursorTick_closure0.prototype = { + call$0() { + var t1 = this.$this; + return t1.get$_cursorBlinkOpacityController().animateWith$1(t1.get$_iosBlinkCursorSimulation())._primaryCompleter.future.whenComplete$1(t1.get$_onCursorTick()); + }, + $signature: 0 + }; + A.EditableTextState__onCursorTick_closure1.prototype = { + call$1(timer) { + this.$this._onCursorTick$0(); + }, + $signature: 512 + }; A.EditableTextState__didChangeTextEditingValue_closure.prototype = { call$0() { }, @@ -247277,7 +251916,7 @@ } return new A.SelectionRect(offset, t2); }, - $signature: 2930 + $signature: 1615 }; A.EditableTextState__updateSelectionRects_closure0.prototype = { call$1(selectionRect) { @@ -247323,32 +251962,32 @@ return false; return true; }, - $signature: 2970 + $signature: 1632 }; A.EditableTextState__updateSelectionRects_closure1.prototype = { call$1(selectionRect) { selectionRect.toString; return selectionRect; }, - $signature: 2972 + $signature: 1634 }; A.EditableTextState__updateSizeAndTransform_closure.prototype = { call$1(_) { return this.$this._updateSizeAndTransform$0(); }, - $signature: 24 + $signature: 19 }; A.EditableTextState__updateComposingRectIfNeeded_closure.prototype = { call$1(_) { return this.$this._updateComposingRectIfNeeded$0(); }, - $signature: 24 + $signature: 19 }; A.EditableTextState__updateCaretRectIfNeeded_closure.prototype = { call$1(_) { return this.$this._updateCaretRectIfNeeded$0(); }, - $signature: 24 + $signature: 19 }; A.EditableTextState_insertTextPlaceholder_closure.prototype = { call$0() { @@ -247397,13 +252036,13 @@ intent.toString; return this.$this.pasteText$1(B.SelectionChangedCause_4); }, - $signature: 3025 + $signature: 1635 }; A.EditableTextState_build_closure0.prototype = { call$1(value) { this.$this.userUpdateTextEditingValue$2(value, B.SelectionChangedCause_4); }, - $signature: 3084 + $signature: 1642 }; A.EditableTextState_build_closure.prototype = { call$2(context, offset) { @@ -247419,7 +252058,8 @@ t8 = t1._widget; t9 = t8.controller._change_notifier$_value; t8 = t8.cursorColor; - t10 = A._lateReadCheck(t1._cursorBlinkOpacityController.__AnimationController__value, "_value"); + t10 = t1.get$_cursorBlinkOpacityController().__AnimationController__value_A; + t10 === $ && A.throwUnnamedLateFieldNI(); t8.toString; t8 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t10), t8.get$value(t8) >>> 16 & 255, t8.get$value(t8) >>> 8 & 255, t8.get$value(t8) & 255); t10 = t1._widget; @@ -247431,7 +252071,7 @@ t15 = t14.maxLines; t16 = t14.minLines; t17 = t14.expands; - t14 = t14.get$strutStyle(t14); + t14 = t14.get$strutStyle(); t18 = t1._widget.selectionColor; t19 = A.MediaQuery_textScaleFactorOf(context); t20 = t1._widget.textAlign; @@ -247461,9 +252101,9 @@ t37 = t36.autocorrectionTextRectColor; t36 = t36.clipBehavior; 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, 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), 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); + 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, 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: 3599 + $signature: 1643 }; A.EditableTextState_build__closure.prototype = { call$0() { @@ -247486,9 +252126,7 @@ t8 = A.LayerHandle$(type$.ClipRectLayer); t2 = A.TextPainter$(_null, t2, _null, _this.strutStyle, t1, _this.textAlign, _this.textDirection, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis); t2 = new A.RenderEditable(t4, t5, _this.onCaretChanged, true, _this.devicePixelRatio, _this.obscuringCharacter, _this.obscureText, _this.textSelectionDelegate, new A.ValueNotifier(true, t6, t7), new A.ValueNotifier(true, t6, t7), t2, _this.showCursor, _this.hasFocus, _this.forceLine, _this.readOnly, _this.maxLines, _this.minLines, _this.expands, t3, _this.offset, _this.cursorWidth, _this.cursorHeight, _this.paintCursorAboveText, _this.startHandleLayerLink, _this.endHandleLayerLink, _this.enableInteractiveSelection, _this.clipBehavior, B.Offset_0_0, t8, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t2.get$alwaysNeedsCompositing(); - t2.__RenderObject__needsCompositing = false; + t2.RenderObject$0(); t4.set$highlightColor(_this.selectionColor); t4.set$highlightedRange(t3); t4.set$selectionHeightStyle(_this.selectionHeightStyle); @@ -247515,22 +252153,22 @@ renderObject.set$forceLine(_this.forceLine); renderObject.set$readOnly(0, _this.readOnly); renderObject.set$hasFocus(_this.hasFocus); - renderObject.set$maxLines(0, _this.maxLines); + renderObject.set$maxLines(_this.maxLines); renderObject.set$minLines(_this.minLines); renderObject.set$expands(_this.expands); - renderObject.set$strutStyle(0, _this.strutStyle); + renderObject.set$strutStyle(_this.strutStyle); t1 = renderObject._selectionPainter; t1.set$highlightColor(_this.selectionColor); renderObject.set$textScaleFactor(_this.textScaleFactor); renderObject.set$textAlign(0, _this.textAlign); - renderObject.set$textDirection(0, _this.textDirection); + renderObject.set$textDirection(_this.textDirection); t2 = A.Localizations_maybeLocaleOf(context); renderObject.set$locale(0, t2); renderObject.set$selection(_this.value.selection); renderObject.set$offset(0, _this.offset); renderObject.onCaretChanged = _this.onCaretChanged; renderObject.ignorePointer = true; - renderObject.set$textHeightBehavior(0, _this.textHeightBehavior); + renderObject.set$textHeightBehavior(_this.textHeightBehavior); renderObject.set$textWidthBasis(_this.textWidthBasis); renderObject.set$obscuringCharacter(_this.obscuringCharacter); renderObject.set$obscureText(_this.obscureText); @@ -247564,7 +252202,7 @@ this.result.push(span.child); return true; }, - $signature: 232 + $signature: 224 }; A._ScribbleFocusable.prototype = { createState$0() { @@ -247588,9 +252226,9 @@ oldWidget.toString; this._widget.toString; }, - dispose$0(_) { + dispose$0() { $.$get$TextInput__instance()._scribbleClients.remove$1(0, this._elementIdentifier); - this.super$State$dispose(0); + this.super$State$dispose(); }, get$renderEditable() { var t1 = this._widget.editableKey; @@ -247599,7 +252237,7 @@ return type$.nullable_RenderEditable._as(t1); }, isInScribbleRect$1(rect) { - var intersection, result, t2, _this = this, + var intersection, result, t2, t3, _this = this, calculatedBounds = _this.get$bounds(_this), t1 = _this.get$renderEditable(); t1 = t1 == null ? null : t1._readOnly; @@ -247614,7 +252252,9 @@ t1 = $.WidgetsBinding__instance; t1.toString; t2 = intersection.get$center(); - A._lateReadCheck(t1.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.hitTest$2$position(result, t2); + t3 = t1.RendererBinding___RendererBinding__pipelineOwner_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3._rootNode.hitTest$2$position(result, t2); t1.super$GestureBinding$hitTest(result, t2); return B.JSArray_methods.any$1(result._hit_test$_path, new A._ScribbleFocusableState_isInScribbleRect_closure(_this)); }, @@ -247627,7 +252267,7 @@ t1 = box._box$_size; return A.MatrixUtils_transformRect(transform, new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); }, - build$1(_, context) { + build$1(context) { return this._widget.child; }, $isScribbleClient: 1 @@ -247636,18 +252276,18 @@ call$1(entry) { return entry.target.$eq(0, this.$this.get$renderEditable()); }, - $signature: 3604 + $signature: 1667 }; A._ScribblePlaceholder.prototype = { - build$3$dimensions$textScaleFactor(_, builder, dimensions, textScaleFactor) { + build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { var t1 = this.style, hasStyle = t1 != null; if (hasStyle) - builder.pushStyle$1(0, t1.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(t1.getTextStyle$1$textScaleFactor(textScaleFactor)); t1 = this.size; - builder.addPlaceholder$4$scale(0, t1._dx, t1._dy, this.alignment, textScaleFactor); + builder.addPlaceholder$4$scale(t1._dx, t1._dy, this.alignment, textScaleFactor); if (hasStyle) - builder.pop$0(0); + builder.pop$0(); } }; A._TextBoundary.prototype = { @@ -247711,10 +252351,10 @@ }; A._WordBoundary.prototype = { getLeadingTextBoundaryAt$1(position) { - return new A.TextPosition(this.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(0, position).start, B.TextAffinity_1); + return new A.TextPosition(this.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(position).start, B.TextAffinity_1); }, getTrailingTextBoundaryAt$1(position) { - return new A.TextPosition(this.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(0, position).end, B.TextAffinity_1); + return new A.TextPosition(this.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(position).end, B.TextAffinity_1); }, get$textEditingValue() { return this.textEditingValue; @@ -247748,11 +252388,11 @@ }, getLeadingTextBoundaryAt$1(position) { var t1 = this.innerTextBoundary.getLeadingTextBoundaryAt$1(position); - return new A.TextPosition(this.outerTextBoundary.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(0, t1).start, B.TextAffinity_1); + return new A.TextPosition(this.outerTextBoundary.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(t1).start, B.TextAffinity_1); }, getTrailingTextBoundaryAt$1(position) { var t1 = this.innerTextBoundary.getTrailingTextBoundaryAt$1(position); - return new A.TextPosition(this.outerTextBoundary.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(0, t1).end, B.TextAffinity_1); + return new A.TextPosition(this.outerTextBoundary.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(t1).end, B.TextAffinity_1); } }; A._CollapsedSelectionBoundary.prototype = { @@ -247833,7 +252473,7 @@ t3 = t2.controller._change_notifier$_value, selection = t3.selection, collapseSelection = intent.collapseSelection || !t2.enableInteractiveSelection; - t2 = new A._UpdateTextSelectionAction_invoke__collapse(intent); + t2 = new A._UpdateTextSelectionAction_invoke_collapse(intent); t4 = selection.start != selection.end; if (t4 && !_this.ignoreNonCollapsedSelection && collapseSelection) { context.toString; @@ -247891,13 +252531,13 @@ return this.state._widget.controller._change_notifier$_value.selection.get$isValid(); } }; - A._UpdateTextSelectionAction_invoke__collapse.prototype = { + A._UpdateTextSelectionAction_invoke_collapse.prototype = { call$1(selection) { var t1 = this.intent.forward, t2 = t1 ? selection.end : selection.start; return selection.copyWith$2$baseOffset$extentOffset(t2, t1 ? selection.end : selection.start); }, - $signature: 3496 + $signature: 1668 }; A._ExtendSelectionOrCaretPositionAction.prototype = { invoke$2(intent, context) { @@ -248028,7 +252668,9 @@ }; A._TextEditingHistoryState.prototype = { get$_throttledPush() { - return A._lateReadCheck(this.___TextEditingHistoryState__throttledPush, "_throttledPush"); + var t1 = this.___TextEditingHistoryState__throttledPush_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, _undo$1(intent) { this._editable_text$_update$1(0, this._editable_text$_stack.undo$0()); @@ -248057,8 +252699,8 @@ var t1, _this = this; _this.super$State$initState(); t1 = A._throttle(B.Duration_500000, _this._editable_text$_stack.get$push(), type$.TextEditingValue); - A._lateWriteOnceCheck(_this.___TextEditingHistoryState__throttledPush, "_throttledPush"); - _this.___TextEditingHistoryState__throttledPush = t1; + _this.___TextEditingHistoryState__throttledPush_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___TextEditingHistoryState__throttledPush_F = t1; _this._push$0(); _this._widget.controller.addListener$1(0, _this.get$_push()); }, @@ -248069,22 +252711,22 @@ t2 = oldWidget.controller; if (t1 != t2) { t1 = _this._editable_text$_stack; - B.JSArray_methods.set$length(t1._editable_text$_list, 0); - t1.___UndoStack__index = -1; + B.JSArray_methods.clear$0(t1._editable_text$_list); + t1.___UndoStack__index_A = -1; t1 = _this.get$_push(); t2.removeListener$1(0, t1); _this._widget.controller.addListener$1(0, t1); } }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this._widget.controller.removeListener$1(0, _this.get$_push()); t1 = _this._throttleTimer; if (t1 != null) t1.cancel$0(0); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = type$.JSArray_of_void_Function_Action_Intent, t2 = type$.ObserverList_of_void_Function_Action_Intent; return A.Actions$(A.LinkedHashMap_LinkedHashMap$_literal([B.Type_UndoTextIntent_yzJ, new A.CallbackAction(this.get$_undo(), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_UndoTextIntent)._makeOverridableAction$1(context), B.Type_RedoTextIntent_yzJ, new A.CallbackAction(this.get$_redo(), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_RedoTextIntent)._makeOverridableAction$1(context)], type$.Type, type$.Action_Intent), this._widget.child); @@ -248095,39 +252737,55 @@ }; A._UndoStack.prototype = { get$currentValue() { - var t1 = this._editable_text$_list; - return t1.length === 0 ? null : t1[A._lateReadCheck(this.___UndoStack__index, "_index")]; + var t2, + t1 = this._editable_text$_list; + if (t1.length === 0) + t1 = null; + else { + t2 = this.___UndoStack__index_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1[t2]; + t1 = t2; + } + return t1; }, push$1(value) { - var _this = this, _s6_ = "_index", + var t2, t3, _this = this, t1 = _this._editable_text$_list; if (t1.length === 0) { - _this.___UndoStack__index = 0; + _this.___UndoStack__index_A = 0; t1.push(value); return; } if (J.$eq$(value, _this.get$currentValue())) return; - if (A._lateReadCheck(_this.___UndoStack__index, _s6_) != null && A._lateReadCheck(_this.___UndoStack__index, _s6_) !== t1.length - 1) - B.JSArray_methods.removeRange$2(t1, A._lateReadCheck(_this.___UndoStack__index, _s6_) + 1, t1.length); + t2 = _this.___UndoStack__index_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.length; + if (t2 !== t3 - 1) + B.JSArray_methods.removeRange$2(t1, t2 + 1, t3); t1.push(value); - _this.___UndoStack__index = t1.length - 1; + _this.___UndoStack__index_A = t1.length - 1; }, undo$0() { - var _this = this; + var t1, _this = this; if (_this._editable_text$_list.length === 0) return null; - if (A._lateReadCheck(_this.___UndoStack__index, "_index") !== 0) - _this.___UndoStack__index = A._lateReadCheck(_this.___UndoStack__index, "_index") - 1; + t1 = _this.___UndoStack__index_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== 0) + _this.___UndoStack__index_A = t1 - 1; return _this.get$currentValue(); }, redo$0() { - var _this = this, - t1 = _this._editable_text$_list; - if (t1.length === 0) + var t2, _this = this, + t1 = _this._editable_text$_list.length; + if (t1 === 0) return null; - if (A._lateReadCheck(_this.___UndoStack__index, "_index") < t1.length - 1) - _this.___UndoStack__index = A._lateReadCheck(_this.___UndoStack__index, "_index") + 1; + t2 = _this.___UndoStack__index_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 < t1 - 1) + _this.___UndoStack__index_A = t2 + 1; return _this.get$currentValue(); }, toString$0(_) { @@ -248184,16 +252842,17 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate.prototype = {}; + A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient.prototype = {}; A.KeyEventResult.prototype = { toString$0(_) { return "KeyEventResult." + this._core$_name; @@ -248246,8 +252905,7 @@ if (this._skipTraversal) return true; for (t1 = this.get$ancestors(), t2 = t1.length, _i = 0; _i < t2; ++_i) - if (!t1[_i]._descendantsAreTraversable) - return true; + t1[_i].toString; return false; }, set$skipTraversal(value) { @@ -248300,15 +252958,6 @@ } }, set$descendantsAreTraversable(value) { - var t1, _this = this; - if (value !== _this._descendantsAreTraversable) { - _this._descendantsAreTraversable = value; - t1 = _this._manager; - if (t1 != null) { - t1._markNeedsUpdate$0(); - t1._dirtyNodes.add$1(0, _this); - } - } }, get$descendants() { var result, t2, _i, child, @@ -248408,7 +253057,7 @@ switch (disposition.index) { case 0: if (scope.get$canRequestFocus()) - B.JSArray_methods.set$length(scope._focusedChildren, 0); + B.JSArray_methods.clear$0(scope._focusedChildren); for (; !scope.get$canRequestFocus();) { scope = scope.get$enclosingScope(); if (scope == null) { @@ -248522,11 +253171,11 @@ child._requestFocusWhenReparented = false; } }, - dispose$0(_) { + dispose$0() { var t1 = this._attachment; if (t1 != null) t1.detach$0(0); - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, _notify$0() { var _this = this; @@ -248605,7 +253254,7 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 143 + $signature: 141 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -248613,7 +253262,7 @@ child.toString; return A.DiagnosticableTreeNode$("Child " + t1, null, child); }, - $signature: 3410 + $signature: 1699 }; A.FocusScopeNode.prototype = { get$nearestScope() { @@ -248677,13 +253326,16 @@ } }; A.FocusManager.prototype = { - dispose$0(_) { - var _s16_ = "_keyEventManager"; - if (J.$eq$(A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager, _s16_).keyMessageHandler, this.get$_handleKeyMessage())) { - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager, _s16_).keyMessageHandler = null; + dispose$0() { + var t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (J.$eq$(t1.keyMessageHandler, this.get$_handleKeyMessage())) { + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.keyMessageHandler = null; $.GestureBinding__instance.GestureBinding_pointerRouter._globalRoutes.remove$1(0, this.get$_focus_manager$_handlePointerEvent()); } - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, _focus_manager$_updateHighlightMode$0() { var t1, newMode, oldMode, _this = this; @@ -248739,11 +253391,13 @@ expectedMode = B.FocusHighlightMode_0; break; case 1: + case 4: case 5: - default: _this._lastInteractionWasTouch = false; expectedMode = B.FocusHighlightMode_1; break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } t1 = _this._highlightMode; if (expectedMode !== (t1 == null ? A.FocusManager__defaultModeForPlatform() : t1)) @@ -248824,7 +253478,7 @@ if (shouldApply) autofocus.autofocusNode._doRequestFocus$1$findFirstFocus(true); } - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); t1 = _this._primaryFocus; if (t1 == null && _this._markedForFocus == null) _this._markedForFocus = t3; @@ -248874,8 +253528,9 @@ A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier.prototype = {}; A.Focus.prototype = { get$onKeyEvent() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1.onKeyEvent; + var t1 = this._onKeyEvent, + t2 = this.focusNode; + t1 = t2 == null ? null : t2.onKeyEvent; return t1; }, get$onKey() { @@ -248911,11 +253566,9 @@ return t1 !== false; }, get$descendantsAreTraversable() { - var t1 = this._focus_scope$_descendantsAreTraversable; - if (t1 == null) { - t1 = this.focusNode; - t1 = t1 == null ? null : t1._descendantsAreTraversable; - } + var t1 = this._descendantsAreTraversable; + if (t1 == null) + t1 = this.focusNode != null || null; return t1 !== false; }, get$debugLabel() { @@ -248949,7 +253602,9 @@ if (_this._internalNode == null) _this._internalNode = _this._createNode$0(); _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.get$descendantsAreFocusable()); - _this.get$focusNode(_this).set$descendantsAreTraversable(_this._widget.get$descendantsAreTraversable()); + t1 = _this.get$focusNode(_this); + _this._widget.get$descendantsAreTraversable(); + t1.set$descendantsAreTraversable(true); _this._widget.get$skipTraversal(); _this.get$focusNode(_this).set$skipTraversal(_this._widget.get$skipTraversal()); if (_this._widget._canRequestFocus != null) { @@ -248958,10 +253613,11 @@ t2.toString; t1.set$canRequestFocus(t2); } - _this.___FocusState__couldRequestFocus = _this.get$focusNode(_this).get$canRequestFocus(); - _this.___FocusState__descendantsWereFocusable = _this.get$focusNode(_this)._descendantsAreFocusable; - _this.___FocusState__descendantsWereTraversable = _this.get$focusNode(_this)._descendantsAreTraversable; - _this.___FocusState__hadPrimaryFocus = _this.get$focusNode(_this).get$hasPrimaryFocus(); + _this.___FocusState__couldRequestFocus_A = _this.get$focusNode(_this).get$canRequestFocus(); + _this.___FocusState__descendantsWereFocusable_A = _this.get$focusNode(_this)._descendantsAreFocusable; + _this.get$focusNode(_this).toString; + _this.___FocusState__descendantsWereTraversable_A = true; + _this.___FocusState__hadPrimaryFocus_A = _this.get$focusNode(_this).get$hasPrimaryFocus(); t1 = _this.get$focusNode(_this); t2 = _this._framework$_element; t2.toString; @@ -248969,22 +253625,27 @@ t3 = _this._widget.get$onKey(); t1._context = t2; t1.onKey = t3 == null ? t1.onKey : t3; + t2 = t1.onKeyEvent; + t1.onKeyEvent = t2; _this._focusAttachment = t1._attachment = new A.FocusAttachment(t1); _this.get$focusNode(_this).addListener$1(0, _this.get$_handleFocusChanged()); }, _createNode$0() { var _this = this, - t1 = _this._widget.get$debugLabel(); - return A.FocusNode$(_this._widget.get$canRequestFocus(), t1, _this._widget.get$descendantsAreFocusable(), _this._widget.get$descendantsAreTraversable(), null, null, _this._widget.get$skipTraversal()); + t1 = _this._widget.get$debugLabel(), + t2 = _this._widget.get$canRequestFocus(), + t3 = _this._widget.get$descendantsAreFocusable(); + _this._widget.get$descendantsAreTraversable(); + return A.FocusNode$(t2, t1, t3, true, null, null, _this._widget.get$skipTraversal()); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.get$focusNode(_this).removeListener$1(0, _this.get$_handleFocusChanged()); _this._focusAttachment.detach$0(0); t1 = _this._internalNode; if (t1 != null) - t1.dispose$0(0); - _this.super$State$dispose(0); + t1.dispose$0(); + _this.super$State$dispose(); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); @@ -249028,7 +253689,9 @@ t1.set$canRequestFocus(t2); } _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.get$descendantsAreFocusable()); - _this.get$focusNode(_this).set$descendantsAreTraversable(_this._widget.get$descendantsAreTraversable()); + t1 = _this.get$focusNode(_this); + _this._widget.get$descendantsAreTraversable(); + t1.set$descendantsAreTraversable(true); } else { _this._focusAttachment.detach$0(0); if (t1 != null) @@ -249039,58 +253702,67 @@ _this._handleAutofocus$0(); }, _handleFocusChanged$0() { - var _this = this, + var t1, _this = this, hasPrimaryFocus = _this.get$focusNode(_this).get$hasPrimaryFocus(), canRequestFocus = _this.get$focusNode(_this).get$canRequestFocus(), - descendantsAreFocusable = _this.get$focusNode(_this)._descendantsAreFocusable, - descendantsAreTraversable = _this.get$focusNode(_this)._descendantsAreTraversable, - t1 = _this._widget.onFocusChange; + descendantsAreFocusable = _this.get$focusNode(_this)._descendantsAreFocusable; + _this.get$focusNode(_this).toString; + t1 = _this._widget.onFocusChange; if (t1 != null) t1.call$1(_this.get$focusNode(_this).get$hasFocus()); - if (A._lateReadCheck(_this.___FocusState__hadPrimaryFocus, "_hadPrimaryFocus") !== hasPrimaryFocus) + t1 = _this.___FocusState__hadPrimaryFocus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== hasPrimaryFocus) _this.setState$1(new A._FocusState__handleFocusChanged_closure(_this, hasPrimaryFocus)); - if (A._lateReadCheck(_this.___FocusState__couldRequestFocus, "_couldRequestFocus") !== canRequestFocus) + t1 = _this.___FocusState__couldRequestFocus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== canRequestFocus) _this.setState$1(new A._FocusState__handleFocusChanged_closure0(_this, canRequestFocus)); - if (A._lateReadCheck(_this.___FocusState__descendantsWereFocusable, "_descendantsWereFocusable") !== descendantsAreFocusable) + t1 = _this.___FocusState__descendantsWereFocusable_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== descendantsAreFocusable) _this.setState$1(new A._FocusState__handleFocusChanged_closure1(_this, descendantsAreFocusable)); - if (A._lateReadCheck(_this.___FocusState__descendantsWereTraversable, "_descendantsWereTraversable") !== descendantsAreTraversable) - _this.setState$1(new A._FocusState__handleFocusChanged_closure2(_this, descendantsAreTraversable)); + t1 = _this.___FocusState__descendantsWereTraversable_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1) + _this.setState$1(new A._FocusState__handleFocusChanged_closure2(_this, true)); }, - build$1(_, context) { - var t1, child, t2, t3, _this = this, _null = null; + build$1(context) { + var t1, child, t2, _this = this, _null = null; _this._focusAttachment.reparent$0(); t1 = _this._widget; child = t1.child; if (t1.includeSemantics) { - t1 = A._lateReadCheck(_this.___FocusState__couldRequestFocus, "_couldRequestFocus"); - t2 = A._lateReadCheck(_this.___FocusState__hadPrimaryFocus, "_hadPrimaryFocus"); - t3 = _this._widget.child; - child = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t3, _null); + t1 = _this.___FocusState__couldRequestFocus_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___FocusState__hadPrimaryFocus_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + child = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, child, _null); } return A._FocusMarker$(child, _this.get$focusNode(_this)); } }; A._FocusState__handleFocusChanged_closure.prototype = { call$0() { - this.$this.___FocusState__hadPrimaryFocus = this.hasPrimaryFocus; + this.$this.___FocusState__hadPrimaryFocus_A = this.hasPrimaryFocus; }, $signature: 0 }; A._FocusState__handleFocusChanged_closure0.prototype = { call$0() { - this.$this.___FocusState__couldRequestFocus = this.canRequestFocus; + this.$this.___FocusState__couldRequestFocus_A = this.canRequestFocus; }, $signature: 0 }; A._FocusState__handleFocusChanged_closure1.prototype = { call$0() { - this.$this.___FocusState__descendantsWereFocusable = this.descendantsAreFocusable; + this.$this.___FocusState__descendantsWereFocusable_A = this.descendantsAreFocusable; }, $signature: 0 }; A._FocusState__handleFocusChanged_closure2.prototype = { call$0() { - this.$this.___FocusState__descendantsWereTraversable = this.descendantsAreTraversable; + this.$this.___FocusState__descendantsWereTraversable_A = this.descendantsAreTraversable; }, $signature: 0 }; @@ -249104,17 +253776,17 @@ var t1 = this._widget.get$debugLabel(); return A.FocusScopeNode$(this._widget.get$canRequestFocus(), t1, this._widget.get$skipTraversal()); }, - build$1(_, context) { + build$1(context) { var t1, _this = this, _null = null; _this._focusAttachment.reparent$0(); t1 = _this.get$focusNode(_this); t1 = A._FocusMarker$(_this._widget.child, t1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, t1, _null); } }; A._FocusMarker.prototype = {}; A.ExcludeFocus.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.Focus$(false, false, this.child, _null, !this.excluding, _null, _null, false, _null, _null, _null, _null, true); } @@ -249128,7 +253800,7 @@ } return true; }, - $signature: 273 + $signature: 247 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -249231,7 +253903,7 @@ t3 = t2.__js_helper$_current; t4 = groups.$index(0, t3).policy.sortDescendants$2(groups.$index(0, t3).members, currentNode); t4 = A._setArrayType(t4.slice(0), A._arrayInstanceType(t4)); - B.JSArray_methods.set$length(groups.$index(0, t3).members, 0); + B.JSArray_methods.clear$0(groups.$index(0, t3).members); B.JSArray_methods.addAll$1(groups.$index(0, t3).members, t4); } sortedDescendants = A._setArrayType([], t6); @@ -249300,13 +253972,13 @@ t3.push(node); } }, - $signature: 3364 + $signature: 1707 }; A.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1(node) { return !node.get$canRequestFocus() || node.get$skipTraversal(); }, - $signature: 143 + $signature: 141 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -249548,7 +254220,7 @@ call$1(entry) { return entry.node === this.node; }, - $signature: 3346 + $signature: 1709 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2(a, b) { @@ -249562,47 +254234,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 265 + $signature: 257 }; 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: 265 + $signature: 257 }; 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: 143 + $signature: 141 }; 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: 143 + $signature: 141 }; 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: 265 + $signature: 257 }; 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: 143 + $signature: 141 }; 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: 143 + $signature: 141 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -249635,7 +254307,7 @@ A._focusAndEnsureVisible(lastNode, alignmentPolicy); return true; }, - $signature: 3227 + $signature: 1711 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1(node) { @@ -249643,21 +254315,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 143 + $signature: 141 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 143 + $signature: 141 }; 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: 265 + $signature: 257 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { @@ -249665,21 +254337,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 143 + $signature: 141 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 143 + $signature: 141 }; 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: 265 + $signature: 257 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -249699,7 +254371,7 @@ t1.toString; return A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); }, - $signature: 3206 + $signature: 1713 }; A._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -249712,7 +254384,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 519 + $signature: 559 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -249735,7 +254407,7 @@ } return result; }, - $signature: 3187 + $signature: 1750 }; A._ReadingOrderDirectionalGroupData.prototype = { get$rect(_) { @@ -249759,7 +254431,7 @@ call$1(data) { return data.rect; }, - $signature: 3166 + $signature: 1751 }; A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -249772,7 +254444,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 3124 + $signature: 1776 }; A.ReadingOrderTraversalPolicy.prototype = { _collectDirectionalityGroups$1(candidates) { @@ -249855,7 +254527,7 @@ call$2(a, b) { return J.compareTo$1$ns(a.rect.top, b.rect.top); }, - $signature: 519 + $signature: 559 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -249863,14 +254535,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: 3106 + $signature: 1777 }; A.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 3048 + $signature: 1778 }; A.FocusTraversalGroup.prototype = { createState$0() { @@ -249882,21 +254554,20 @@ this.super$State$initState(); this.focusNode = A.FocusNode$(false, "FocusTraversalGroup", true, true, null, null, true); }, - dispose$0(_) { + dispose$0() { var t1 = this.focusNode; if (t1 != null) - t1.dispose$0(0); - this.super$State$dispose(0); + t1.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { - var t4, t5, _null = null, + build$1(context) { + var t4, _null = null, t1 = this._widget, t2 = t1.policy, t3 = this.focusNode; t3.toString; t4 = t1.descendantsAreFocusable; - t5 = t1.descendantsAreTraversable; - return new A._FocusTraversalGroupMarker(t2, t3, A.Focus$(false, false, t1.child, _null, t4, t5, t3, false, _null, _null, _null, _null, true), _null); + return new A._FocusTraversalGroupMarker(t2, t3, A.Focus$(false, false, t1.child, _null, t4, true, t3, false, _null, _null, _null, _null, true), _null); } }; A._FocusTraversalGroupMarker.prototype = { @@ -249965,7 +254636,7 @@ _forceRebuild$0() { this.setState$1(new A.FormState__forceRebuild_closure(this)); }, - build$1(_, context) { + build$1(context) { var t1, _this = this; switch (_this._widget.autovalidateMode.index) { case 1: @@ -249990,8 +254661,8 @@ t3 = t2._widget; t4 = t3.onSaved; if (t4 != null) { - value = t2.__FormFieldState__value; - t4.call$1(value === $ ? t2.__FormFieldState__value = t3.initialValue : value); + value = t2.__FormFieldState__value_AI; + t4.call$1(value === $ ? t2.__FormFieldState__value_AI = t3.initialValue : value); } } }, @@ -250011,7 +254682,7 @@ call$1(field) { return field._hasInteractedByUser._restoration_properties$_value; }, - $signature: 3007 + $signature: 1781 }; A.FormState__forceRebuild_closure.prototype = { call$0() { @@ -250031,8 +254702,8 @@ }; A.FormFieldState.prototype = { get$_form$_value() { - var value = this.__FormFieldState__value; - return value === $ ? this.__FormFieldState__value = this._widget.initialValue : value; + var value = this.__FormFieldState__value_AI; + return value === $ ? this.__FormFieldState__value_AI = this._widget.initialValue : value; }, get$value(_) { return this.get$_form$_value(); @@ -250071,7 +254742,7 @@ t1._fields.remove$1(0, this); this.super$State$deactivate(); }, - build$1(_, context) { + build$1(context) { var _this = this, t1 = _this._widget; if (t1.enabled) @@ -250103,7 +254774,7 @@ A.FormFieldState_didChange_closure.prototype = { call$0() { var t1 = this.$this; - t1.__FormFieldState__value = this.value; + t1.__FormFieldState__value_AI = this.value; t1._hasInteractedByUser.super$RestorableValue$value(0, true); }, $signature: 0 @@ -250118,7 +254789,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -250141,16 +254812,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A._FormFieldState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.ObjectKey.prototype = { @@ -250266,7 +254937,7 @@ }, activate$0() { }, - dispose$0(_) { + dispose$0() { }, didChangeDependencies$0() { } @@ -250344,7 +255015,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 105 + $signature: 94 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -250367,12 +255038,12 @@ } }, buildScope$2(context, callback) { - var element, isTimelineTracked, e, stack, element0, t2, isTimelineTracked0, exception, t3, t4, _i, _this = this, _box_1 = {}, + var element, isTimelineTracked, e, stack, element0, t2, isTimelineTracked0, exception, t3, t4, _i, _this = this, _null = null, _box_1 = {}, t1 = callback == null; if (t1 && _this._dirtyElements.length === 0) return; - _box_1.debugTimelineArguments = B.Map_9aZ6I; - A.Timeline_startSync("BUILD", B.Map_9aZ6I, null); + _box_1.debugTimelineArguments = null; + A.Timeline_startSync("BUILD", _null, _null); try { _this._scheduledFlushDirtyElements = true; if (!t1) { @@ -250391,14 +255062,15 @@ for (t2 = 0; t2 < _box_1.dirtyCount;) { element = t1[t2]; element._widget.toString; - if (!$.debugProfileBuildsEnabled) + if (!$.debugProfileBuildsEnabled) { + $.debugProfileBuildsEnabledUserWidgets; isTimelineTracked0 = false; - else + } else isTimelineTracked0 = true; isTimelineTracked = isTimelineTracked0; if (isTimelineTracked) { t2 = element._widget; - A.Timeline_startSync(t2.get$runtimeType(t2).toString$0(0), B.Map_9aZ6I, null); + A.Timeline_startSync(t2.get$runtimeType(t2).toString$0(0), _null, _null); } try { element.rebuild$0(); @@ -250408,7 +255080,7 @@ t2 = A.ErrorDescription$("while rebuilding dirty elements"); t3 = $.$get$FlutterError_onError(); if (t3 != null) - t3.call$1(new A.FlutterErrorDetails(e, stack, "widgets library", t2, null, new A.BuildOwner_buildScope_closure(_box_1, _this, element), false)); + t3.call$1(new A.FlutterErrorDetails(e, stack, "widgets library", t2, _null, new A.BuildOwner_buildScope_closure(_box_1, _this, element), false)); } if (isTimelineTracked) A.Timeline_finishSync(); @@ -250444,7 +255116,7 @@ element0 = t1[_i]; element0._inDirtyList = false; } - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); _this._scheduledFlushDirtyElements = false; _this._dirtyElementsNeedsResorting = null; A.Timeline_finishSync(); @@ -250455,7 +255127,7 @@ }, finalizeTree$0() { var e, stack, exception; - A.Timeline_startSync("FINALIZE TREE", B.Map_9aZ6I, null); + A.Timeline_startSync("FINALIZE TREE", null, null); try { this.lockState$1(this._inactiveElements.get$_unmountAll()); } catch (exception) { @@ -250491,7 +255163,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: 148 + $signature: 122 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -250551,16 +255223,16 @@ t1 = child; } else { t1 = child._widget; - t1 = t1.get$runtimeType(t1) === newWidget.get$runtimeType(newWidget) && J.$eq$(t1.key, newWidget.key); - if (t1) { + if (t1.get$runtimeType(t1) === newWidget.get$runtimeType(newWidget) && J.$eq$(t1.key, newWidget.key)) { if (!J.$eq$(child._slot, newSlot)) _this.updateSlotForChild$2(child, newSlot); - if (!$.debugProfileBuildsEnabled) - isTimelineTracked = false; - else + if (!$.debugProfileBuildsEnabled) { + t1 = $.debugProfileBuildsEnabledUserWidgets && A.debugIsWidgetLocalCreation(newWidget); + isTimelineTracked = t1; + } else isTimelineTracked = true; if (isTimelineTracked) - A.Timeline_startSync(A.getRuntimeType(newWidget).toString$0(0), B.Map_9aZ6I, null); + A.Timeline_startSync(A.getRuntimeType(newWidget).toString$0(0), null, null); child.update$1(0, newWidget); if (isTimelineTracked) A.Timeline_finishSync(); @@ -250578,12 +255250,18 @@ return t1; }, mount$2($parent, newSlot) { - var t1, key, _this = this; + var t1, t2, key, _this = this; _this._framework$_parent = $parent; _this._slot = newSlot; _this._lifecycleState = B._ElementLifecycle_1; t1 = $parent != null; - _this.__Element__depth = t1 ? A._lateReadCheck($parent.__Element__depth, "_depth") + 1 : 1; + if (t1) { + t2 = $parent.__Element__depth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + ++t2; + } else + t2 = 1; + _this.__Element__depth_A = t2; if (t1) _this._owner = $parent._owner; key = _this._widget.key; @@ -250602,9 +255280,11 @@ this._slot = newSlot; }, _updateDepth$1(parentDepth) { - var expectedDepth = parentDepth + 1; - if (A._lateReadCheck(this.__Element__depth, "_depth") < expectedDepth) { - this.__Element__depth = expectedDepth; + var expectedDepth = parentDepth + 1, + t1 = this.__Element__depth_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 < expectedDepth) { + this.__Element__depth_A = expectedDepth; this.visitChildren$1(new A.Element__updateDepth_closure(expectedDepth)); } }, @@ -250633,14 +255313,15 @@ return element; }, inflateWidget$2(newWidget, newSlot) { - var isTimelineTracked, key, newChild, updatedChild, newChild0, isTimelineTracked0, t1, _this = this; - if (!$.debugProfileBuildsEnabled) - isTimelineTracked0 = false; - else + var isTimelineTracked, key, newChild, updatedChild, newChild0, t1, isTimelineTracked0, t2, _this = this; + if (!$.debugProfileBuildsEnabled) { + t1 = $.debugProfileBuildsEnabledUserWidgets && A.debugIsWidgetLocalCreation(newWidget); + isTimelineTracked0 = t1; + } else isTimelineTracked0 = true; isTimelineTracked = isTimelineTracked0; if (isTimelineTracked) - A.Timeline_startSync(J.get$runtimeType$(newWidget).toString$0(0), B.Map_9aZ6I, null); + A.Timeline_startSync(J.get$runtimeType$(newWidget).toString$0(0), null, null); try { key = newWidget.key; if (key instanceof A.GlobalKey) { @@ -250649,7 +255330,9 @@ t1 = newChild; t1._framework$_parent = _this; t1.toString; - t1._updateDepth$1(A._lateReadCheck(_this.__Element__depth, "_depth")); + t2 = _this.__Element__depth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._updateDepth$1(t2); t1.activate$0(); t1.visitChildren$1(A.framework_Element__activateRecursively$closure()); t1.attachRenderObject$1(newSlot); @@ -250878,7 +255561,7 @@ child._debugReassembleConfig = this.$this._debugReassembleConfig; child.reassemble$0(); }, - $signature: 105 + $signature: 94 }; A.Element_renderObject_visit.prototype = { call$1(element) { @@ -250889,7 +255572,7 @@ else element.visitChildren$1(this); }, - $signature: 105 + $signature: 94 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -250897,40 +255580,38 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 105 + $signature: 94 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 105 + $signature: 94 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 105 + $signature: 94 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 105 + $signature: 94 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 105 + $signature: 94 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { createRenderObject$1(context) { var t1 = this.message, t2 = new A.RenderErrorBox(t1, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t2.get$alwaysNeedsCompositing(); - t2.__RenderObject__needsCompositing = false; + t2.RenderObject$0(); t2.RenderErrorBox$1(t1); return t2; }, @@ -250949,7 +255630,7 @@ performRebuild$0() { var e, stack, e0, stack0, exception, built0, _this = this, built = null; try { - built = _this.build$0(0); + built = _this.build$0(); _this._widget.toString; } catch (exception) { e = A.unwrapException(exception); @@ -250984,20 +255665,20 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 148 + $signature: 122 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 148 + $signature: 122 }; A.StatelessElement.prototype = { - build$0(_) { + build$0() { var t1 = this._widget; t1.toString; - return type$.StatelessWidget._as(t1).build$1(0, this); + return type$.StatelessWidget._as(t1).build$1(this); }, update$1(_, newWidget) { this.super$Element$update(0, newWidget); @@ -251006,8 +255687,8 @@ } }; A.StatefulElement.prototype = { - build$0(_) { - return this._framework$_state.build$1(0, this); + build$0() { + return this._framework$_state.build$1(this); }, reassemble$0() { var _this = this; @@ -251065,7 +255746,7 @@ unmount$0() { var _this = this; _this.super$Element$unmount(); - _this._framework$_state.dispose$0(0); + _this._framework$_state.dispose$0(); _this._framework$_state = _this._framework$_state._framework$_element = null; }, dependOnInheritedElement$2$aspect(ancestor, aspect) { @@ -251083,7 +255764,7 @@ } }; A.ProxyElement.prototype = { - build$0(_) { + build$0() { var t1 = this._widget; t1.toString; return type$.ProxyWidget._as(t1).get$child(); @@ -251119,7 +255800,7 @@ else child.visitChildren$1(this); }, - $signature: 105 + $signature: 94 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -251137,8 +255818,11 @@ t2 = _this._widget; t1.$indexSet(0, t2.get$runtimeType(t2), _this); }, + setDependencies$2(dependent, value) { + this._dependents.$indexSet(0, dependent, value); + }, updateDependencies$2(dependent, aspect) { - this._dependents.$indexSet(0, dependent, null); + this.setDependencies$2(dependent, null); }, notifyDependent$2(oldWidget, dependent) { dependent.didChangeDependencies$0(); @@ -251344,7 +256028,7 @@ type$.RenderObjectWidget._as(t1); _this.super$Element$unmount(); t1.didUnmountRenderObject$1(_this.get$renderObject()); - _this._renderObject.dispose$0(0); + _this._renderObject.dispose$0(); _this._renderObject = null; }, _updateSlot$1(newSlot) { @@ -251389,14 +256073,14 @@ var t1 = this.forgottenChildren.contains$1(0, child); return t1 ? null : child; }, - $signature: 2941 + $signature: 1782 }; A.RenderObjectElement_updateChildren_slotFor.prototype = { call$2(newChildIndex, previousChild) { var t1 = this.slots; return t1 != null ? t1[newChildIndex] : new A.IndexedSlot(previousChild, newChildIndex, type$.IndexedSlot_nullable_Element); }, - $signature: 2935 + $signature: 1815 }; A.RootRenderObjectElement.prototype = { mount$2($parent, newSlot) { @@ -251415,7 +256099,7 @@ }, debugDescribeChildren$0() { this._widget.toString; - return B.List_empty1; + return B.List_empty0; } }; A.SingleChildRenderObjectElement.prototype = { @@ -251462,7 +256146,9 @@ return type$.ContainerRenderObjectMixin_of_RenderObject_and_ContainerParentDataMixin_RenderObject._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); }, get$children(_) { - return J.where$1$ax(A._lateReadCheck(this.__MultiChildRenderObjectElement__children, "_children"), new A.MultiChildRenderObjectElement_children_closure(this)); + var t1 = this.__MultiChildRenderObjectElement__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return J.where$1$ax(t1, new A.MultiChildRenderObjectElement_children_closure(this)); }, insertRenderObjectChild$2(child, slot) { var renderObject = this.get$renderObject(), @@ -251478,8 +256164,12 @@ this.get$renderObject().remove$1(0, child); }, visitChildren$1(visitor) { - var t1, t2, t3; - for (t1 = J.get$iterator$ax(A._lateReadCheck(this.__MultiChildRenderObjectElement__children, "_children")), t2 = this._forgottenChildren; t1.moveNext$0();) { + var t2, t3, + t1 = this.__MultiChildRenderObjectElement__children_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = J.get$iterator$ax(t1); + t2 = this._forgottenChildren; + for (; t1.moveNext$0();) { t3 = t1.get$current(t1); if (!t2.contains$1(0, t3)) visitor.call$1(t3); @@ -251504,24 +256194,26 @@ newChild = _this.super$Element$inflateWidget(t2.$index(t1, i), new A.IndexedSlot(previousChild, i, t4)); children[i] = newChild; } - _this.__MultiChildRenderObjectElement__children = children; + _this.__MultiChildRenderObjectElement__children_A = children; }, update$1(_, newWidget) { - var t1, t2, _this = this; + var t1, t2, t3, _this = this; _this.super$RenderObjectElement$update(0, newWidget); t1 = _this._widget; t1.toString; type$.MultiChildRenderObjectWidget._as(t1); - t2 = _this._forgottenChildren; - _this.__MultiChildRenderObjectElement__children = _this.updateChildren$3$forgottenChildren(A._lateReadCheck(_this.__MultiChildRenderObjectElement__children, "_children"), t1.children, t2); - t2.clear$0(0); + t2 = _this.__MultiChildRenderObjectElement__children_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._forgottenChildren; + _this.__MultiChildRenderObjectElement__children_A = _this.updateChildren$3$forgottenChildren(t2, t1.children, t3); + t3.clear$0(0); } }; A.MultiChildRenderObjectElement_children_closure.prototype = { call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 273 + $signature: 247 }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -251543,7 +256235,7 @@ return A.throwExpression(A.UnimplementedError$(null)); } }; - A._NullWidget1.prototype = { + A._NullWidget2.prototype = { createElement$0(_) { return A.throwExpression(A.UnimplementedError$(null)); } @@ -251551,7 +256243,7 @@ A._State_Object_Diagnosticable.prototype = {}; A.GestureRecognizerFactory.prototype = {}; A.GestureRecognizerFactoryWithHandlers.prototype = { - constructor$0(_) { + constructor$0() { return this._constructor.call$0(); }, initializer$1(instance) { @@ -251559,7 +256251,7 @@ } }; A.GestureDetector.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, gestures = A.LinkedHashMap_LinkedHashMap$_empty(type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), t1 = A.MediaQuery_maybeOf(context), @@ -251587,8 +256279,7 @@ t1 = true; if (t1) gestures.$indexSet(0, B.Type_LongPressGestureRecognizer_46y, new A.GestureRecognizerFactoryWithHandlers(new A.GestureDetector_build_closure3(_this), new A.GestureDetector_build_closure4(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_LongPressGestureRecognizer)); - t1 = _this.onVerticalDragStart != null || _this.onVerticalDragUpdate != null || _this.onVerticalDragEnd != null || false; - if (t1) + if (_this.onVerticalDragStart != null || _this.onVerticalDragUpdate != null || _this.onVerticalDragEnd != null || false) gestures.$indexSet(0, B.Type_mLh, new A.GestureRecognizerFactoryWithHandlers(new A.GestureDetector_build_closure5(_this), new A.GestureDetector_build_closure6(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer)); if (_this.onHorizontalDragDown != null || _this.onHorizontalDragStart != null || _this.onHorizontalDragUpdate != null || _this.onHorizontalDragEnd != null || _this.onHorizontalDragCancel != null) gestures.$indexSet(0, B.Type_Vq1, new A.GestureRecognizerFactoryWithHandlers(new A.GestureDetector_build_closure7(_this), new A.GestureDetector_build_closure8(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_HorizontalDragGestureRecognizer)); @@ -251596,6 +256287,9 @@ gestures.$indexSet(0, B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A.GestureDetector_build_closure9(_this), new A.GestureDetector_build_closure10(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)); if (_this.onScaleStart != null || _this.onScaleUpdate != null || _this.onScaleEnd != null) gestures.$indexSet(0, B.Type_ScaleGestureRecognizer_s8I, new A.GestureRecognizerFactoryWithHandlers(new A.GestureDetector_build_closure11(_this), new A.GestureDetector_build_closure12(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_ScaleGestureRecognizer)); + t1 = false; + if (t1) + gestures.$indexSet(0, B.Type_ForcePressGestureRecognizer_TN2, new A.GestureRecognizerFactoryWithHandlers(new A.GestureDetector_build_closure13(_this), new A.GestureDetector_build_closure14(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_ForcePressGestureRecognizer)); return new A.RawGestureDetector(_this.child, gestures, _this.behavior, _this.excludeFromSemantics, null, null); } }; @@ -251603,7 +256297,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 520 + $signature: 556 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -251615,14 +256309,14 @@ instance.onTertiaryTapCancel = instance.onTertiaryTapUp = instance.onTertiaryTapDown = instance.onSecondaryTapCancel = instance.onSecondaryTapUp = instance.onSecondaryTapDown = instance.onSecondaryTap = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 521 + $signature: 555 }; 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: 2934 + $signature: 1819 }; A.GestureDetector_build_closure2.prototype = { call$1(instance) { @@ -251631,14 +256325,13 @@ instance.onDoubleTapCancel = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 2924 + $signature: 1821 }; A.GestureDetector_build_closure3.prototype = { call$0() { - var _null = null; - return A.LongPressGestureRecognizer$(this.$this, _null, _null, _null, _null); + return A.LongPressGestureRecognizer$(this.$this, null, null); }, - $signature: 522 + $signature: 554 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -251647,13 +256340,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: 523 + $signature: 551 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 524 + $signature: 432 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -251667,13 +256360,13 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 525 + $signature: 430 }; A.GestureDetector_build_closure7.prototype = { call$0() { return A.HorizontalDragGestureRecognizer$(this.$this, null); }, - $signature: 526 + $signature: 542 }; A.GestureDetector_build_closure8.prototype = { call$1(instance) { @@ -251686,13 +256379,13 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 527 + $signature: 541 }; A.GestureDetector_build_closure9.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 311 + $signature: 321 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -251705,15 +256398,16 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 315 + $signature: 325 }; A.GestureDetector_build_closure11.prototype = { call$0() { var t1 = type$.int, - t2 = A.HashSet_HashSet(t1); - return new A.ScaleGestureRecognizer(B.DragStartBehavior_0, B._ScaleState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); + t2 = A._setArrayType([], type$.JSArray_int), + 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: 2915 + $signature: 1875 }; A.GestureDetector_build_closure12.prototype = { call$1(instance) { @@ -251724,7 +256418,20 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 2914 + $signature: 1876 + }; + A.GestureDetector_build_closure13.prototype = { + call$0() { + return A.ForcePressGestureRecognizer$(this.$this); + }, + $signature: 540 + }; + A.GestureDetector_build_closure14.prototype = { + call$1(instance) { + instance.onEnd = instance.onUpdate = instance.onPeak = instance.onStart = null; + instance.gestureSettings = this.gestureSettings; + }, + $signature: 539 }; A.RawGestureDetector.prototype = { createState$0() { @@ -251754,12 +256461,11 @@ return; type$.nullable_RenderSemanticsGestureHandler._as(this._framework$_element.get$renderObject()).set$validActions(actions); }, - dispose$0(_) { - var t1; - for (t1 = this._recognizers, t1 = J.get$iterator$ax(t1.get$values(t1)); t1.moveNext$0();) - t1.get$current(t1).dispose$0(0); + dispose$0() { + for (var t1 = this._recognizers, t1 = J.get$iterator$ax(t1.get$values(t1)); t1.moveNext$0();) + t1.get$current(t1).dispose$0(); this._recognizers = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, _syncAll$1(gestures) { var t2, t3, t4, t5, _this = this, @@ -251771,7 +256477,7 @@ t4 = _this._recognizers; t4.toString; t5 = t1.$index(0, t3); - t4.$indexSet(0, t3, t5 == null ? gestures.$index(0, t3).constructor$0(0) : t5); + t4.$indexSet(0, t3, t5 == null ? gestures.$index(0, t3).constructor$0() : t5); t4 = gestures.$index(0, t3); t4.toString; t3 = _this._recognizers.$index(0, t3); @@ -251781,7 +256487,7 @@ for (t2 = J.get$iterator$ax(t1.get$keys(t1)); t2.moveNext$0();) { t3 = t2.get$current(t2); if (!_this._recognizers.containsKey$1(0, t3)) - t1.$index(0, t3).dispose$0(0); + t1.$index(0, t3).dispose$0(); } }, _gesture_detector$_handlePointerDown$1($event) { @@ -251795,12 +256501,21 @@ t2.handleNonAllowedPointer$1($event); } }, + _handlePointerPanZoomStart$1($event) { + var t1, t2; + for (t1 = this._recognizers, t1 = J.get$iterator$ax(t1.get$values(t1)); t1.moveNext$0();) { + t2 = t1.get$current(t1); + t2._pointerToKind.$indexSet(0, $event.get$pointer(), $event.get$kind($event)); + if (t2.isPointerPanZoomAllowed$1($event)) + t2.addAllowedPointerPanZoom$1($event); + } + }, _updateSemanticsForRenderObject$1(renderObject) { this._gesture_detector$_semantics.assignSemantics$1(renderObject); }, - build$1(_, context) { - var t4, t5, result, _null = null, - t1 = this._widget, + build$1(context) { + var t4, t5, result, _this = this, _null = null, + t1 = _this._widget, t2 = t1.behavior, t3 = t2 == null; if (t3) @@ -251808,13 +256523,13 @@ else t4 = t2; t5 = t1.child; - result = A.Listener$(t4, t5, _null, _null, this.get$_gesture_detector$_handlePointerDown(), _null, _null, _null, _null); + result = A.Listener$(t4, t5, _null, _null, _this.get$_gesture_detector$_handlePointerDown(), _null, _this.get$_handlePointerPanZoomStart(), _null, _null); if (!t1.excludeFromSemantics) { if (t3) t1 = t5 == null ? B.HitTestBehavior_2 : B.HitTestBehavior_0; else t1 = t2; - result = new A._GestureSemantics(t1, this.get$_updateSemanticsForRenderObject(), result, _null); + result = new A._GestureSemantics(t1, _this.get$_updateSemanticsForRenderObject(), result, _null); } return result; } @@ -251822,9 +256537,7 @@ A._GestureSemantics.prototype = { createRenderObject$1(context) { var renderObject = new A.RenderSemanticsGestureHandler(B.HitTestBehavior_0, null, A.LayerHandle$(type$.ContainerLayer_2)); - renderObject.get$isRepaintBoundary(); - renderObject.get$alwaysNeedsCompositing(); - renderObject.__RenderObject__needsCompositing = false; + renderObject.RenderObject$0(); renderObject.set$child(null); renderObject.behavior = this.behavior; this.assignSemantics.call$1(renderObject); @@ -251927,7 +256640,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 75 + $signature: 77 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -251945,7 +256658,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 75 + $signature: 77 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -251956,7 +256669,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 75 + $signature: 77 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -251974,7 +256687,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 75 + $signature: 77 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -251992,7 +256705,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 75 + $signature: 77 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -252003,7 +256716,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 75 + $signature: 77 }; A.HeroFlightDirection.prototype = { toString$0(_) { @@ -252028,7 +256741,7 @@ else t1.endFlight$0(); }, - $signature: 2899 + $signature: 1882 }; A.Hero__allHeroesFor_visitor.prototype = { call$1(element) { @@ -252048,7 +256761,7 @@ } element.visitChildren$1(_this); }, - $signature: 105 + $signature: 94 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -252072,7 +256785,7 @@ endFlight$0() { return this.endFlight$1$keepPlaceholder(false); }, - build$1(_, context) { + build$1(context) { var t3, _this = this, _null = null, t1 = _this._placeholderSize, t2 = t1 == null, @@ -252119,33 +256832,33 @@ }, get$fromHeroLocation() { var t1, result, _this = this, - value = _this.___HeroFlightManifest_fromHeroLocation; + value = _this.___HeroFlightManifest_fromHeroLocation_FI; if (value === $) { t1 = _this.fromHero._framework$_element; t1.toString; result = A._HeroFlightManifest__boundingBoxFor(t1, $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this.fromRoute._subtreeKey)); - A._lateInitializeOnceCheck(_this.___HeroFlightManifest_fromHeroLocation, "fromHeroLocation"); - _this.___HeroFlightManifest_fromHeroLocation = result; + _this.___HeroFlightManifest_fromHeroLocation_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___HeroFlightManifest_fromHeroLocation_FI = result; value = result; } return value; }, get$toHeroLocation() { var t1, result, _this = this, - value = _this.___HeroFlightManifest_toHeroLocation; + value = _this.___HeroFlightManifest_toHeroLocation_FI; if (value === $) { t1 = _this.toHero._framework$_element; t1.toString; result = A._HeroFlightManifest__boundingBoxFor(t1, $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this.toRoute._subtreeKey)); - A._lateInitializeOnceCheck(_this.___HeroFlightManifest_toHeroLocation, "toHeroLocation"); - _this.___HeroFlightManifest_toHeroLocation = result; + _this.___HeroFlightManifest_toHeroLocation_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___HeroFlightManifest_toHeroLocation_FI = result; value = result; } return value; }, get$isValid() { var t1, result, _this = this, - value = _this.___HeroFlightManifest_isValid; + value = _this.___HeroFlightManifest_isValid_FI; if (value === $) { t1 = _this.get$toHeroLocation(); if (t1.get$isFinite(t1)) @@ -252157,8 +256870,8 @@ result = true; else result = false; - A._lateInitializeOnceCheck(_this.___HeroFlightManifest_isValid, "isValid"); - value = _this.___HeroFlightManifest_isValid = result; + _this.___HeroFlightManifest_isValid_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___HeroFlightManifest_isValid_FI = result; } return value; }, @@ -252177,60 +256890,74 @@ }; A._HeroFlight.prototype = { _buildOverlay$1(context) { - var t1, t2, t3, t4, t5, _this = this, - _s8_ = "manifest"; - if (_this.shuttle == null) { - t1 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_); - t2 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_); - t2 = t2.get$animation(t2); - t3 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).type; - t4 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).fromHero._framework$_element; + var t2, t3, t4, t5, _this = this, + t1 = _this.shuttle; + if (t1 == null) { + t1 = _this.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.get$animation(t1); + t3 = _this.___HeroFlight_manifest_A; + t4 = t3.fromHero._framework$_element; t4.toString; - t5 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).toHero._framework$_element; + t5 = t3.toHero._framework$_element; t5.toString; - _this.shuttle = t1.shuttleBuilder.call$5(context, t2, t3, t4, t5); + t5 = _this.shuttle = t1.shuttleBuilder.call$5(context, t2, t3.type, t4, t5); + t1 = t5; } - return A.AnimatedBuilder$(A._lateReadCheck(_this.___HeroFlight__proxyAnimation, "_proxyAnimation"), new A._HeroFlight__buildOverlay_closure(_this), _this.shuttle); + t2 = _this.___HeroFlight__proxyAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return A.AnimatedBuilder$(t2, new A._HeroFlight__buildOverlay_closure(_this), t1); }, _performAnimationUpdate$1($status) { - var _this = this, - _s15_ = "_proxyAnimation", - _s8_ = "manifest", + var t2, _this = this, t1 = $status === B.AnimationStatus_3; if (t1 || $status === B.AnimationStatus_0) { - A._lateReadCheck(_this.___HeroFlight__proxyAnimation, _s15_).set$parent(0, null); + t2 = _this.___HeroFlight__proxyAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.set$parent(0, null); _this.overlayEntry.remove$0(0); _this.overlayEntry = null; - A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).fromHero.endFlight$1$keepPlaceholder(t1); - A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).toHero.endFlight$1$keepPlaceholder($status === B.AnimationStatus_0); + t2 = _this.___HeroFlight_manifest_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.fromHero.endFlight$1$keepPlaceholder(t1); + _this.___HeroFlight_manifest_A.toHero.endFlight$1$keepPlaceholder($status === B.AnimationStatus_0); _this.onFlightEnded.call$1(_this); - A._lateReadCheck(_this.___HeroFlight__proxyAnimation, _s15_).removeListener$1(0, _this.get$onTick()); + _this.___HeroFlight__proxyAnimation_A.removeListener$1(0, _this.get$onTick()); } }, _handleAnimationUpdate$1($status) { var _this = this, - _s8_ = "manifest", - t1 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).fromRoute._navigator$_navigator; + t1 = _this.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.fromRoute._navigator$_navigator; if ((t1 == null ? null : t1.userGestureInProgressNotifier._change_notifier$_value) !== true) { _this._performAnimationUpdate$1($status); return; } if (_this._scheduledPerformAnimationUpdate) return; - t1 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).fromRoute._navigator$_navigator; t1.toString; _this._scheduledPerformAnimationUpdate = true; t1.userGestureInProgressNotifier.addListener$1(0, new A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate(_this, t1)); }, onTick$0() { - var t1, toHeroOrigin, t2, t3, t4, t5, t6, t7, _this = this, - _s8_ = "manifest", - _s13_ = "heroRectTween", - _s15_ = "_proxyAnimation", - toHeroBox = !_this._aborted && A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).toHero._framework$_element != null ? type$.nullable_RenderBox._as(A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).toHero._framework$_element.get$renderObject()) : null; + var t1, toHeroBox, toHeroOrigin, t2, t3, t4, t5, t6, t7, t8, t9, _this = this; + if (!_this._aborted) { + t1 = _this.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.toHero._framework$_element != null; + } else + t1 = false; + if (t1) { + t1 = _this.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + toHeroBox = type$.nullable_RenderBox._as(t1.toHero._framework$_element.get$renderObject()); + } else + toHeroBox = null; if (toHeroBox != null && toHeroBox._node$_owner != null && toHeroBox._box$_size != null) { - t1 = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).toRoute; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._subtreeKey); + t1 = _this.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1.toRoute._subtreeKey); t1 = t1 == null ? null : t1.get$renderObject(); toHeroOrigin = A.MatrixUtils_transformPoint(toHeroBox.getTransformTo$1(0, type$.nullable_RenderBox._as(t1)), B.Offset_0_0); } else @@ -252248,24 +256975,29 @@ } else t2 = false; if (t2) { - t2 = A._lateReadCheck(_this.___HeroFlight_heroRectTween, _s13_).end; + t2 = _this.___HeroFlight_heroRectTween_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.end; if (!J.$eq$(toHeroOrigin, new A.Offset(t2.left, t2.top))) { - t2 = A._lateReadCheck(_this.___HeroFlight_heroRectTween, _s13_).end; - t3 = t2.right; - t4 = t2.left; - t5 = t2.bottom; - t2 = t2.top; - t6 = toHeroOrigin._dx; - t7 = toHeroOrigin._dy; - _this.___HeroFlight_heroRectTween = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).createHeroRectTween$2$begin$end(A._lateReadCheck(_this.___HeroFlight_heroRectTween, _s13_).begin, new A.Rect(t6, t7, t6 + (t3 - t4), t7 + (t5 - t2))); + t2 = _this.___HeroFlight_heroRectTween_A; + t3 = t2.end; + t4 = t3.right; + t5 = t3.left; + t6 = t3.bottom; + t3 = t3.top; + t7 = toHeroOrigin._dx; + t8 = toHeroOrigin._dy; + t9 = _this.___HeroFlight_manifest_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + _this.___HeroFlight_heroRectTween_A = t9.createHeroRectTween$2$begin$end(t2.begin, new A.Rect(t7, t8, t7 + (t4 - t5), t8 + (t6 - t3))); } } else { t2 = _this._heroOpacity; if (t2.get$status(t2) === B.AnimationStatus_3) { - t2 = A._lateReadCheck(_this.___HeroFlight__proxyAnimation, _s15_); + t2 = _this.___HeroFlight__proxyAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = $.$get$_HeroFlight__reverseTween(); - t4 = A._lateReadCheck(_this.___HeroFlight__proxyAnimation, _s15_); - t4 = t4.get$value(t4); + t4 = t2.get$value(t2); t3.toString; t5 = t3.$ti._eval$1("_ChainedEvaluation"); _this._heroOpacity = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(new A.Interval(t4, 1, B.C__Linear)), t3, t5), t5._eval$1("_AnimatedEvaluation")); @@ -252286,26 +257018,36 @@ _this._aborted = t1; }, toString$0(_) { - var _this = this, - _s8_ = "manifest", - from = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).fromRoute._navigator$_settings, - to = A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).toRoute._navigator$_settings; - return "HeroFlight(for: " + A.S(A._lateReadCheck(_this.___HeroFlight_manifest, _s8_).fromHero._widget.tag) + ", from: " + from.toString$0(0) + ", to: " + to.toString$0(0) + " " + A.S(A._lateReadCheck(_this.___HeroFlight__proxyAnimation, "_proxyAnimation")._animations$_parent) + ")"; + var from, to, t2, t3, t4, + t1 = this.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + from = t1.fromRoute._navigator$_settings; + to = t1.toRoute._navigator$_settings; + t1 = A.S(t1.fromHero._widget.tag); + t2 = from.toString$0(0); + t3 = to.toString$0(0); + t4 = this.___HeroFlight__proxyAnimation_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + return "HeroFlight(for: " + t1 + ", from: " + t2 + ", to: " + t3 + " " + A.S(t4._animations$_parent) + ")"; } }; A._HeroFlight__buildOverlay_closure.prototype = { call$2(context, child) { - var t4, _null = null, + var t3, t4, _null = null, t1 = this.$this, - t2 = A._lateReadCheck(t1.___HeroFlight_heroRectTween, "heroRectTween"), - t3 = A._lateReadCheck(t1.___HeroFlight__proxyAnimation, "_proxyAnimation"); + t2 = t1.___HeroFlight_heroRectTween_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.___HeroFlight__proxyAnimation_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t3 = t2.transform$1(0, t3.get$value(t3)); t3.toString; - t2 = A._lateReadCheck(t1.___HeroFlight_manifest, "manifest").navigatorSize; + t2 = t1.___HeroFlight_manifest_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.navigatorSize; t4 = t2._dx; - return A.Positioned$(t2._dy - t3.bottom, new A.IgnorePointer(true, _null, new A.RepaintBoundary(A.FadeTransition$(false, child, t1._heroOpacity), _null), _null), _null, _null, t3.left, t4 - t3.right, t3.top, _null); + return A.Positioned$(t2._dy - t3.bottom, new A.IgnorePointer(true, _null, A.FadeTransition$(false, child, t1._heroOpacity), _null), _null, _null, t3.left, t4 - t3.right, t3.top, _null); }, - $signature: 529 + $signature: 538 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -252313,7 +257055,8 @@ t1 = this.$this; t1._scheduledPerformAnimationUpdate = false; this.navigator.userGestureInProgressNotifier.removeListener$1(0, this); - t2 = A._lateReadCheck(t1.___HeroFlight__proxyAnimation, "_proxyAnimation"); + t2 = t1.___HeroFlight__proxyAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1._performAnimationUpdate$1(t2.get$status(t2)); }, $signature: 0 @@ -252380,14 +257123,17 @@ } }, _startHeroTransition$4(from, to, flightType, isUserGestureTransition) { - var $navigator, t1, overlay, navigatorRenderObject, fromSubtreeContext, fromHeroes, toSubtreeContext, toHeroes, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, tag, fromHero, toHero, existingFlight, manifest, t16, t17, t18, shouldIncludeChildInPlaceholder, _this = this, _null = null, - _s8_ = "manifest", - _s15_ = "_proxyAnimation", - _s13_ = "heroRectTween"; + var $navigator, t1, overlay, t2, navigatorRenderObject, fromSubtreeContext, fromHeroes, toSubtreeContext, toHeroes, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, tag, fromHero, toHero, existingFlight, manifest, t17, t18, t19, shouldIncludeChildInPlaceholder, _this = this, _null = null; to.set$offstage(false); $navigator = _this._navigator$_navigator; t1 = $navigator == null; - overlay = t1 ? _null : A._lateReadCheck($navigator.__NavigatorState__overlayKey, "_overlayKey").get$currentState(); + if (t1) + overlay = _null; + else { + t2 = $navigator.__NavigatorState__overlayKey_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + overlay = t2.get$currentState(); + } if (t1 || overlay == null) return; navigatorRenderObject = $navigator._framework$_element.get$renderObject(); @@ -252397,107 +257143,120 @@ fromHeroes = fromSubtreeContext != null ? A.Hero__allHeroesFor(fromSubtreeContext, isUserGestureTransition, $navigator) : B.Map_empty2; toSubtreeContext = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, to._subtreeKey); toHeroes = toSubtreeContext != null ? A.Hero__allHeroesFor(toSubtreeContext, isUserGestureTransition, $navigator) : B.Map_empty2; - for (t1 = fromHeroes.get$entries(fromHeroes), t1 = t1.get$iterator(t1), t2 = _this.get$_defaultHeroFlightShuttleBuilder(), t3 = _this.createRectTween, t4 = _this._flights, t5 = type$.LabeledGlobalKey__OverlayEntryWidgetState, t6 = _this.get$_handleFlightEnded(), t7 = type$.JSArray_of_void_Function_AnimationStatus, t8 = type$.ObserverList_of_void_Function_AnimationStatus, t9 = type$.JSArray_of_void_Function, t10 = type$.ObserverList_of_void_Function, t11 = type$.Tween_double, t12 = type$.Animation_double, t13 = t11._eval$1("_AnimatedEvaluation"), t14 = type$.ReverseTween_nullable_Rect; t1.moveNext$0();) { - t15 = t1.get$current(t1); - tag = t15.get$key(t15); - fromHero = t15.get$value(t15); + for (t1 = fromHeroes.get$entries(fromHeroes), t1 = t1.get$iterator(t1), t2 = _this.get$_defaultHeroFlightShuttleBuilder(), t3 = _this.createRectTween, t4 = _this._flights, t5 = type$.ValueNotifier_bool, t6 = type$.LabeledGlobalKey__OverlayEntryWidgetState, t7 = _this.get$_handleFlightEnded(), t8 = type$.JSArray_of_void_Function_AnimationStatus, t9 = type$.ObserverList_of_void_Function_AnimationStatus, t10 = type$.JSArray_of_void_Function, t11 = type$.ObserverList_of_void_Function, t12 = type$.Tween_double, t13 = type$.Animation_double, t14 = t12._eval$1("_AnimatedEvaluation"), t15 = type$.ReverseTween_nullable_Rect; t1.moveNext$0();) { + t16 = t1.get$current(t1); + tag = t16.get$key(t16); + fromHero = t16.get$value(t16); toHero = toHeroes.$index(0, tag); existingFlight = t4.$index(0, tag); if (toHero == null) manifest = _null; else { - t15 = navigatorRenderObject._box$_size; - t15.toString; + t16 = navigatorRenderObject._box$_size; + t16.toString; toHero._widget.toString; fromHero._widget.toString; - manifest = new A._HeroFlightManifest(flightType, overlay, t15, from, to, fromHero, toHero, t3, t2, isUserGestureTransition, existingFlight != null); + manifest = new A._HeroFlightManifest(flightType, overlay, t16, from, to, fromHero, toHero, t3, t2, isUserGestureTransition, existingFlight != null); } if (manifest != null && manifest.get$isValid()) { toHeroes.remove$1(0, tag); if (existingFlight != null) { - if (A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_).type === B.HeroFlightDirection_0 && manifest.type === B.HeroFlightDirection_1) { - A._lateReadCheck(existingFlight.___HeroFlight__proxyAnimation, _s15_).set$parent(0, new A.ReverseAnimation(manifest.get$animation(manifest), new A.ObserverList(A._setArrayType([], t7), t8), 0)); - t15 = A._lateReadCheck(existingFlight.___HeroFlight_heroRectTween, _s13_); - existingFlight.___HeroFlight_heroRectTween = new A.ReverseTween(t15, t15.end, t15.begin, t14); - } else if (A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_).type === B.HeroFlightDirection_1 && manifest.type === B.HeroFlightDirection_0) { - t15 = A._lateReadCheck(existingFlight.___HeroFlight__proxyAnimation, _s15_); - t16 = manifest.get$animation(manifest); - t17 = A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_); - t17 = t17.get$animation(t17); - t17 = t17.get$value(t17); - t15.set$parent(0, new A._AnimatedEvaluation(t12._as(t16), new A.Tween(t17, 1, t11), t13)); - t15 = A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_).fromHero; - t16 = manifest.toHero; - t17 = existingFlight.___HeroFlight_manifest; - if (t15 !== t16) { - A._lateReadCheck(t17, _s8_).fromHero.endFlight$1$keepPlaceholder(true); - t16.startFlight$0(); - existingFlight.___HeroFlight_heroRectTween = A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_).createHeroRectTween$2$begin$end(A._lateReadCheck(existingFlight.___HeroFlight_heroRectTween, _s13_).end, manifest.get$toHeroLocation()); - } else - existingFlight.___HeroFlight_heroRectTween = A._lateReadCheck(t17, _s8_).createHeroRectTween$2$begin$end(A._lateReadCheck(existingFlight.___HeroFlight_heroRectTween, _s13_).end, A._lateReadCheck(existingFlight.___HeroFlight_heroRectTween, _s13_).begin); + t16 = existingFlight.___HeroFlight_manifest_A; + t16 === $ && A.throwUnnamedLateFieldNI(); + t17 = t16.type; + if (t17 === B.HeroFlightDirection_0 && manifest.type === B.HeroFlightDirection_1) { + t16 = existingFlight.___HeroFlight__proxyAnimation_A; + t16 === $ && A.throwUnnamedLateFieldNI(); + t16.set$parent(0, new A.ReverseAnimation(manifest.get$animation(manifest), new A.ObserverList(A._setArrayType([], t8), t9), 0)); + t16 = existingFlight.___HeroFlight_heroRectTween_A; + t16 === $ && A.throwUnnamedLateFieldNI(); + existingFlight.___HeroFlight_heroRectTween_A = new A.ReverseTween(t16, t16.end, t16.begin, t15); } else { - t15 = A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_); - t16 = A._lateReadCheck(existingFlight.___HeroFlight_heroRectTween, _s13_); - t17 = A._lateReadCheck(existingFlight.___HeroFlight__proxyAnimation, _s15_); - existingFlight.___HeroFlight_heroRectTween = t15.createHeroRectTween$2$begin$end(t16.transform$1(0, t17.get$value(t17)), manifest.get$toHeroLocation()); - existingFlight.shuttle = null; - t15 = manifest.type; - t16 = existingFlight.___HeroFlight__proxyAnimation; - if (t15 === B.HeroFlightDirection_1) - A._lateReadCheck(t16, _s15_).set$parent(0, new A.ReverseAnimation(manifest.get$animation(manifest), new A.ObserverList(A._setArrayType([], t7), t8), 0)); - else - A._lateReadCheck(t16, _s15_).set$parent(0, manifest.get$animation(manifest)); - A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_).fromHero.endFlight$1$keepPlaceholder(true); - A._lateReadCheck(existingFlight.___HeroFlight_manifest, _s8_).toHero.endFlight$1$keepPlaceholder(true); - manifest.fromHero.startFlight$1$shouldIncludedChildInPlaceholder(t15 === B.HeroFlightDirection_0); - manifest.toHero.startFlight$0(); - t15 = existingFlight.overlayEntry._key.get$currentState(); - if (t15 != null) - t15._markNeedsBuild$0(); + t17 = t17 === B.HeroFlightDirection_1 && manifest.type === B.HeroFlightDirection_0; + t18 = existingFlight.___HeroFlight__proxyAnimation_A; + if (t17) { + t18 === $ && A.throwUnnamedLateFieldNI(); + t16 = manifest.get$animation(manifest); + t17 = existingFlight.___HeroFlight_manifest_A; + t17 = t17.get$animation(t17); + t17 = t17.get$value(t17); + t18.set$parent(0, new A._AnimatedEvaluation(t13._as(t16), new A.Tween(t17, 1, t12), t14)); + t16 = existingFlight.___HeroFlight_manifest_A; + t17 = t16.fromHero; + t18 = manifest.toHero; + if (t17 !== t18) { + t17.endFlight$1$keepPlaceholder(true); + t18.startFlight$0(); + t16 = existingFlight.___HeroFlight_manifest_A; + t17 = existingFlight.___HeroFlight_heroRectTween_A; + t17 === $ && A.throwUnnamedLateFieldNI(); + existingFlight.___HeroFlight_heroRectTween_A = t16.createHeroRectTween$2$begin$end(t17.end, manifest.get$toHeroLocation()); + } else { + t17 = existingFlight.___HeroFlight_heroRectTween_A; + t17 === $ && A.throwUnnamedLateFieldNI(); + existingFlight.___HeroFlight_heroRectTween_A = t16.createHeroRectTween$2$begin$end(t17.end, t17.begin); + } + } else { + t17 = existingFlight.___HeroFlight_heroRectTween_A; + t17 === $ && A.throwUnnamedLateFieldNI(); + t18 === $ && A.throwUnnamedLateFieldNI(); + existingFlight.___HeroFlight_heroRectTween_A = t16.createHeroRectTween$2$begin$end(t17.transform$1(0, t18.get$value(t18)), manifest.get$toHeroLocation()); + existingFlight.shuttle = null; + t16 = manifest.type; + t17 = existingFlight.___HeroFlight__proxyAnimation_A; + if (t16 === B.HeroFlightDirection_1) + t17.set$parent(0, new A.ReverseAnimation(manifest.get$animation(manifest), new A.ObserverList(A._setArrayType([], t8), t9), 0)); + else + t17.set$parent(0, manifest.get$animation(manifest)); + existingFlight.___HeroFlight_manifest_A.fromHero.endFlight$1$keepPlaceholder(true); + existingFlight.___HeroFlight_manifest_A.toHero.endFlight$1$keepPlaceholder(true); + manifest.fromHero.startFlight$1$shouldIncludedChildInPlaceholder(t16 === B.HeroFlightDirection_0); + manifest.toHero.startFlight$0(); + t16 = existingFlight.overlayEntry._key.get$currentState(); + if (t16 != null) + t16._markNeedsBuild$0(); + } } - existingFlight.___HeroFlight_manifest = manifest; + existingFlight.___HeroFlight_manifest_A = manifest; } else { - t15 = new A._HeroFlight(t6, B.C__AlwaysCompleteAnimation); - t16 = A._setArrayType([], t7); - t17 = new A.ObserverList(t16, t8); - t18 = new A.ProxyAnimation(t17, new A.ObserverList(A._setArrayType([], t9), t10), 0); - t18._status = B.AnimationStatus_0; - t18._animations$_value = 0; - t18.didRegisterListener$0(); - t17._isDirty = true; - t16.push(t15.get$_handleAnimationUpdate()); - t15.___HeroFlight__proxyAnimation = t18; - t15.___HeroFlight_manifest = manifest; - switch (A._lateReadCheck(manifest, _s8_).type.index) { + t16 = new A._HeroFlight(t7, B.C__AlwaysCompleteAnimation); + t17 = A._setArrayType([], t8); + t18 = new A.ObserverList(t17, t9); + t19 = new A.ProxyAnimation(t18, new A.ObserverList(A._setArrayType([], t10), t11), 0); + t19._animations$_status = B.AnimationStatus_0; + t19._animations$_value = 0; + t19.didRegisterListener$0(); + t18._isDirty = true; + t17.push(t16.get$_handleAnimationUpdate()); + t16.___HeroFlight__proxyAnimation_A = t19; + t16.___HeroFlight_manifest_A = manifest; + switch (manifest.type.index) { case 1: - t16 = A._lateReadCheck(t15.___HeroFlight__proxyAnimation, _s15_); - t17 = A._lateReadCheck(t15.___HeroFlight_manifest, _s8_); - t16.set$parent(0, new A.ReverseAnimation(t17.get$animation(t17), new A.ObserverList(A._setArrayType([], t7), t8), 0)); + t19.set$parent(0, new A.ReverseAnimation(manifest.get$animation(manifest), new A.ObserverList(A._setArrayType([], t8), t9), 0)); shouldIncludeChildInPlaceholder = false; break; case 0: - t16 = A._lateReadCheck(t15.___HeroFlight__proxyAnimation, _s15_); - t17 = A._lateReadCheck(t15.___HeroFlight_manifest, _s8_); - t16.set$parent(0, t17.get$animation(t17)); + t19.set$parent(0, manifest.get$animation(manifest)); shouldIncludeChildInPlaceholder = true; break; default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); shouldIncludeChildInPlaceholder = _null; } - t15.___HeroFlight_heroRectTween = A._lateReadCheck(t15.___HeroFlight_manifest, _s8_).createHeroRectTween$2$begin$end(A._lateReadCheck(t15.___HeroFlight_manifest, _s8_).get$fromHeroLocation(), A._lateReadCheck(t15.___HeroFlight_manifest, _s8_).get$toHeroLocation()); - A._lateReadCheck(t15.___HeroFlight_manifest, _s8_).fromHero.startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludeChildInPlaceholder); - A._lateReadCheck(t15.___HeroFlight_manifest, _s8_).toHero.startFlight$0(); - t16 = A._lateReadCheck(t15.___HeroFlight_manifest, _s8_).overlay; - t17 = new A.OverlayEntry(t15.get$_buildOverlay(), false, new A.LabeledGlobalKey(_null, t5), $.$get$ChangeNotifier__emptyListeners()); - t15.overlayEntry = t17; - t16.insert$1(0, t17); - t17 = A._lateReadCheck(t15.___HeroFlight__proxyAnimation, _s15_); - t17.didRegisterListener$0(); - t17 = t17.AnimationLocalListenersMixin__listeners; - t17._isDirty = true; - t17._observer_list$_list.push(t15.get$onTick()); - t4.$indexSet(0, tag, t15); + t17 = t16.___HeroFlight_manifest_A; + t16.___HeroFlight_heroRectTween_A = t17.createHeroRectTween$2$begin$end(t17.get$fromHeroLocation(), t16.___HeroFlight_manifest_A.get$toHeroLocation()); + t16.___HeroFlight_manifest_A.fromHero.startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludeChildInPlaceholder); + t16.___HeroFlight_manifest_A.toHero.startFlight$0(); + t17 = t16.___HeroFlight_manifest_A; + t18 = new A.OverlayEntry(t16.get$_buildOverlay(), false, new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), t5), new A.LabeledGlobalKey(_null, t6)); + t16.overlayEntry = t18; + t17.overlay.insert$1(0, t18); + t18 = t16.___HeroFlight__proxyAnimation_A; + t18.didRegisterListener$0(); + t18 = t18.AnimationLocalListenersMixin__listeners; + t18._isDirty = true; + t18._observer_list$_list.push(t16.get$onTick()); + t4.$indexSet(0, tag, t16); } } else if (existingFlight != null) existingFlight._aborted = true; @@ -252506,21 +257265,30 @@ t1.get$current(t1).endFlight$0(); }, _handleFlightEnded$1(flight) { - this._flights.remove$1(0, A._lateReadCheck(flight.___HeroFlight_manifest, "manifest").fromHero._widget.tag); + var t1 = flight.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this._flights.remove$1(0, t1.fromHero._widget.tag); }, _defaultHeroFlightShuttleBuilder$5(flightContext, animation, flightDirection, fromHeroContext, toHeroContext) { - var t1 = toHeroContext._widget; + var toMediaQueryData, fromMediaQueryData, + t1 = toHeroContext._widget; t1.toString; - return type$.Hero._as(t1).child; + type$.Hero._as(t1); + toMediaQueryData = A.MediaQuery_maybeOf(toHeroContext); + fromMediaQueryData = A.MediaQuery_maybeOf(fromHeroContext); + if (toMediaQueryData == null || fromMediaQueryData == null) + return t1.child; + return A.AnimatedBuilder$(animation, new A.HeroController__defaultHeroFlightShuttleBuilder_closure(toMediaQueryData, flightDirection, fromMediaQueryData.padding, toMediaQueryData.padding, animation, t1), null); } }; A.HeroController_didStopUserGesture_isInvalidFlight.prototype = { call$1(flight) { - var t1, - _s8_ = "manifest"; - if (A._lateReadCheck(flight.___HeroFlight_manifest, _s8_).isUserGestureTransition) - if (A._lateReadCheck(flight.___HeroFlight_manifest, _s8_).type === B.HeroFlightDirection_1) { - t1 = A._lateReadCheck(flight.___HeroFlight__proxyAnimation, "_proxyAnimation"); + var t1 = flight.___HeroFlight_manifest_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.isUserGestureTransition) + if (t1.type === B.HeroFlightDirection_1) { + t1 = flight.___HeroFlight__proxyAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.get$status(t1) === B.AnimationStatus_0; } else t1 = false; @@ -252528,18 +257296,29 @@ t1 = false; return t1; }, - $signature: 2873 + $signature: 1936 }; A.HeroController__maybeStartHeroTransition_closure.prototype = { call$1(value) { var _this = this; _this.$this._startHeroTransition$4(_this.from, _this.to, _this.flightType, _this.isUserGestureTransition); }, - $signature: 24 + $signature: 19 + }; + A.HeroController__defaultHeroFlightShuttleBuilder_closure.prototype = { + call$2(context, child) { + var _this = this, + t1 = _this.fromHeroPadding, + t2 = _this.toHeroPadding, + t3 = _this.animation; + 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: 1938 }; A.Icon.prototype = { - build$1(_, context) { - var textDirection, iconTheme, iconSize, iconOpacity, iconColor, t2, iconWidget, _null = null, + build$1(context) { + var textDirection, iconTheme, iconSize, t2, iconOpacity, iconColor, iconWidget, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; textDirection = t1.textDirection; @@ -252549,8 +257328,9 @@ iconSize = iconTheme.size; t1 = this.icon; if (t1 == null) - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.SizedBox(iconSize, iconSize, _null, _null), _null); - iconOpacity = iconTheme.get$opacity(iconTheme); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.SizedBox(iconSize, iconSize, _null, _null), _null); + t2 = iconTheme._opacity; + iconOpacity = t2 == null ? _null : A.clampDouble(t2, 0, 1); if (iconOpacity == null) iconOpacity = 1; iconColor = this.color; @@ -252562,7 +257342,7 @@ if (iconOpacity !== 1) iconColor = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((iconColor.get$value(iconColor) >>> 24 & 255) / 255 * iconOpacity)), iconColor.get$value(iconColor) >>> 16 & 255, iconColor.get$value(iconColor) >>> 8 & 255, iconColor.get$value(iconColor) & 255); t2 = A.Primitives_stringFromCharCode(t1.codePoint); - iconWidget = A.RichText$(_null, _null, _null, B.TextOverflow_3, true, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, iconColor, _null, _null, _null, _null, _null, t1.fontFamily, _null, _null, iconSize, _null, _null, _null, _null, false, _null, _null, _null, _null, t1.fontPackage, iconTheme.shadows, _null, _null), t2), B.TextAlign_4, textDirection, _null, 1, B.TextWidthBasis_0); + iconWidget = A.RichText$(_null, _null, _null, B.TextOverflow_3, _null, _null, true, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, iconColor, _null, _null, _null, _null, _null, t1.fontFamily, _null, _null, iconSize, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, t1.fontPackage, iconTheme.shadows, _null, _null), t2), B.TextAlign_4, textDirection, _null, 1, B.TextWidthBasis_0); if (t1.matchTextDirection) switch (textDirection) { case B.TextDirection_0: @@ -252577,7 +257357,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } t1 = A.Center$(iconWidget, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.ExcludeSemantics(true, new A.SizedBox(iconSize, iconSize, t1, _null), _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.ExcludeSemantics(true, new A.SizedBox(iconSize, iconSize, t1, _null), _null), _null); } }; A.IconData.prototype = { @@ -252609,14 +257389,18 @@ call$1(context) { return A.IconTheme$(this.child, A.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 2872 + $signature: 1946 }; A.IconThemeData.prototype = { copyWith$4$color$opacity$shadows$size(color, opacity, shadows, size) { - var _this = this, - t1 = color == null ? _this.color : color, - t2 = opacity == null ? _this.get$opacity(_this) : opacity, - t3 = size == null ? _this.size : size; + var t2, t3, _this = this, + t1 = color == null ? _this.color : color; + if (opacity == null) { + t2 = _this._opacity; + t2 = t2 == null ? null : A.clampDouble(t2, 0, 1); + } else + t2 = opacity; + t3 = size == null ? _this.size : size; return new A.IconThemeData(t1, t2, t3, shadows == null ? _this.shadows : shadows); }, copyWith$1$color(color) { @@ -252626,27 +257410,36 @@ return this.copyWith$4$color$opacity$shadows$size(null, opacity, null, null); }, merge$1(other) { - return this.copyWith$4$color$opacity$shadows$size(other.color, other.get$opacity(other), other.shadows, other.size); + var t1 = other._opacity; + t1 = t1 == null ? null : A.clampDouble(t1, 0, 1); + return this.copyWith$4$color$opacity$shadows$size(other.color, t1, other.shadows, other.size); }, resolve$1(_, context) { return this; }, - get$opacity(_) { - var t1 = this._opacity; - return t1 == null ? null : B.JSNumber_methods.clamp$2(t1, 0, 1); - }, $eq(_, other) { - var _this = this; + var t1, t2, _this = this; if (other == null) return false; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.IconThemeData && J.$eq$(other.color, _this.color) && other.get$opacity(other) == _this.get$opacity(_this) && other.size == _this.size && A.listEquals0(other.shadows, _this.shadows); + if (other instanceof A.IconThemeData) + if (J.$eq$(other.color, _this.color)) { + t1 = other._opacity; + t1 = t1 == null ? null : A.clampDouble(t1, 0, 1); + t2 = _this._opacity; + t1 = t1 == (t2 == null ? null : A.clampDouble(t2, 0, 1)) && other.size == _this.size && A.listEquals0(other.shadows, _this.shadows); + } else + t1 = false; + else + t1 = false; + return t1; }, get$hashCode(_) { - var _this = this, - t1 = _this.get$opacity(_this), - t2 = _this.shadows; + var t2, _this = this, + t1 = _this._opacity; + t1 = t1 == null ? null : A.clampDouble(t1, 0, 1); + t2 = _this.shadows; t2 = t2 == null ? null : A.Object_hashAll(t2); return A.Object_hash(_this.color, t1, _this.size, t2, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } @@ -252662,18 +257455,20 @@ var _this = this; _this.super$State$initState(); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); - _this.___ImageState__scrollAwareContext = new A.DisposableBuildContext(_this, type$.DisposableBuildContext_State_Image); + _this.___ImageState__scrollAwareContext_A = new A.DisposableBuildContext(_this, type$.DisposableBuildContext_State_Image); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); _this._stopListeningToStream$0(); t1 = _this._completerHandle; if (t1 != null) - t1.dispose$0(0); - A._lateReadCheck(_this.___ImageState__scrollAwareContext, "_scrollAwareContext")._disposable_build_context$_state = null; + t1.dispose$0(); + t1 = _this.___ImageState__scrollAwareContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._disposable_build_context$_state = null; _this._replaceImage$1$info(null); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, didChangeDependencies$0() { var t1, _this = this; @@ -252710,17 +257505,19 @@ t1 = A.MediaQuery_maybeOf(t1); t1 = t1 == null ? null : t1.invertColors; if (t1 == null) { - A._lateReadCheck($.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures, "_accessibilityFeatures").toString; - t1 = false; + t1 = $.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = (t1.__engine$_index & 2) !== 0; } - this.___ImageState__invertColors = t1; + this.___ImageState__invertColors_A = t1; }, _resolveImage$0() { - var t5, _this = this, - t1 = A._lateReadCheck(_this.___ImageState__scrollAwareContext, "_scrollAwareContext"), - t2 = _this._widget, - t3 = t2.image, - t4 = _this._framework$_element; + var t2, t3, t4, t5, _this = this, + t1 = _this.___ImageState__scrollAwareContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget; + t3 = t2.image; + t4 = _this._framework$_element; t4.toString; t5 = t2.width; if (t5 != null && t2.height != null) { @@ -252757,7 +257554,7 @@ _replaceImage$1$info(info) { var t1 = this._imageInfo; if (t1 != null) - t1.image.dispose$0(0); + t1.image.dispose$0(); this._imageInfo = info; }, _updateSourceStream$1(newStream) { @@ -252793,7 +257590,7 @@ t1.addListener$1(0, _this._getListener$0()); t1 = _this._completerHandle; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._completerHandle = null; _this._isListeningToStream = true; }, @@ -252825,8 +257622,8 @@ _stopListeningToStream$0() { return this._stopListeningToStream$1$keepStreamAlive(false); }, - build$1(_, context) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, result, _this = this, _null = null, + build$1(context) { + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, result, _this = this, _null = null, t1 = _this._lastException; if (t1 != null) { t2 = _this._widget.errorBuilder; @@ -252847,12 +257644,12 @@ t8 = t5.colorBlendMode; t9 = t5.fit; t10 = t5.alignment; - t5 = t5.repeat; - t11 = A._lateReadCheck(_this.___ImageState__invertColors, "_invertColors"); - t12 = _this._widget; - t13 = t12.filterQuality; - result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, "", _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, new A.RawImage(t3, t4, t6, t7, t1, t2, _null, t13, t8, t9, t10, t5, _null, false, t11, false, _null), _null); - t1 = t12.frameBuilder; + t11 = t5.repeat; + t12 = _this.___ImageState__invertColors_A; + t12 === $ && A.throwUnnamedLateFieldNI(); + result = new A.RawImage(t3, t4, t6, t7, t1, t2, _null, t5.filterQuality, t8, t9, t10, t11, _null, false, t12, false, _null); + result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, "", _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, result, _null); + t1 = t5.frameBuilder; if (t1 != null) result = t1.call$4(context, result, _this._frameNumber, _this._wasSynchronouslyLoaded); t1 = _this._widget.loadingBuilder; @@ -252864,7 +257661,7 @@ var t1 = this.$this; t1.setState$1(new A._ImageState__getListener__closure(t1, error, stackTrace)); }, - $signature: 2871 + $signature: 1953 }; A._ImageState__getListener__closure.prototype = { call$0() { @@ -252923,6 +257720,13 @@ return t1; } }; + A.EdgeInsetsTween.prototype = { + lerp$1(t) { + var t1 = A.EdgeInsets_lerp(this.begin, this.end, t); + t1.toString; + return t1; + } + }; A.EdgeInsetsGeometryTween.prototype = { lerp$1(t) { var t1 = A.EdgeInsetsGeometry_lerp(this.begin, this.end, t); @@ -253004,29 +257808,33 @@ A.ImplicitlyAnimatedWidgetState.prototype = { get$_controller() { var t1, result, _this = this, - value = _this.__ImplicitlyAnimatedWidgetState__controller; + value = _this.__ImplicitlyAnimatedWidgetState__controller_FI; if (value === $) { t1 = _this._widget.duration; result = A.AnimationController$(null, t1, null, 1, null, _this); - A._lateInitializeOnceCheck(_this.__ImplicitlyAnimatedWidgetState__controller, "_controller"); - _this.__ImplicitlyAnimatedWidgetState__controller = result; + _this.__ImplicitlyAnimatedWidgetState__controller_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__ImplicitlyAnimatedWidgetState__controller_FI = result; value = result; } return value; }, get$_animation() { var t1, _this = this, - value = _this.__ImplicitlyAnimatedWidgetState__animation; + value = _this.__ImplicitlyAnimatedWidgetState__animation_AI; if (value === $) { t1 = _this.get$_controller(); - value = _this.__ImplicitlyAnimatedWidgetState__animation = A.CurvedAnimation$(_this._widget.curve, t1, null); + value = _this.__ImplicitlyAnimatedWidgetState__animation_AI = A.CurvedAnimation$(_this._widget.curve, t1, null); } return value; }, initState$0() { - var _this = this; + var t1, _this = this; _this.super$State$initState(); - _this.get$_controller().addStatusListener$1(new A.ImplicitlyAnimatedWidgetState_initState_closure(_this)); + t1 = _this.get$_controller(); + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(new A.ImplicitlyAnimatedWidgetState_initState_closure(_this)); _this._constructTweens$0(); _this.didUpdateTweens$0(); }, @@ -253034,9 +257842,9 @@ var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (_this._widget.curve !== oldWidget.curve) { - _this.get$_animation().dispose$0(0); + _this.get$_animation().dispose$0(); t1 = _this.get$_controller(); - _this.__ImplicitlyAnimatedWidgetState__animation = A.CurvedAnimation$(_this._widget.curve, t1, null); + _this.__ImplicitlyAnimatedWidgetState__animation_AI = A.CurvedAnimation$(_this._widget.curve, t1, null); } _this.get$_controller().duration = _this._widget.duration; if (_this._constructTweens$0()) { @@ -253047,10 +257855,10 @@ _this.didUpdateTweens$0(); } }, - dispose$0(_) { - this.get$_animation().dispose$0(0); - this.get$_controller().dispose$0(0); - this.super$_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this.get$_animation().dispose$0(); + this.get$_controller().dispose$0(); + this.super$_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin$dispose(); }, _updateTween$2(tween, targetValue) { var t1; @@ -253090,7 +257898,7 @@ this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 530 + $signature: 535 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -253101,11 +257909,13 @@ t1 = tween.end; if (!J.$eq$(targetValue, t1 == null ? tween.begin : t1)) this._box_0.shouldStartAnimation = true; + else if (tween.end == null) + tween.set$end(0, tween.begin); } else tween = null; return tween; }, - $signature: 530 + $signature: 535 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -253142,7 +257952,7 @@ t4 = _this._foregroundDecoration; _this._widget.toString; _this._foregroundDecoration = t3._as(visitor.call$3(t4, null, new A._AnimatedContainerState_forEachTween_closure2())); - _this._constraints = type$.nullable_BoxConstraintsTween._as(visitor.call$3(_this._constraints, _this._widget.constraints, new A._AnimatedContainerState_forEachTween_closure3())); + _this._implicit_animations$_constraints = type$.nullable_BoxConstraintsTween._as(visitor.call$3(_this._implicit_animations$_constraints, _this._widget.constraints, new A._AnimatedContainerState_forEachTween_closure3())); _this._margin = t2._as(visitor.call$3(_this._margin, _this._widget.margin, new A._AnimatedContainerState_forEachTween_closure4())); t2 = _this._implicit_animations$_transform; _this._widget.toString; @@ -253151,7 +257961,7 @@ _this._widget.toString; _this._transformAlignment = t1._as(visitor.call$3(t2, null, new A._AnimatedContainerState_forEachTween_closure6())); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, animation = _this.get$_animation(), t1 = _this._implicit_animations$_alignment; @@ -253162,7 +257972,7 @@ t3 = t3 == null ? _null : t3.transform$1(0, animation.get$value(animation)); t4 = _this._foregroundDecoration; t4 = t4 == null ? _null : t4.transform$1(0, animation.get$value(animation)); - t5 = _this._constraints; + t5 = _this._implicit_animations$_constraints; t5 = t5 == null ? _null : t5.transform$1(0, animation.get$value(animation)); t6 = _this._margin; t6 = t6 == null ? _null : t6.transform$1(0, animation.get$value(animation)); @@ -253177,49 +257987,49 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 531 + $signature: 533 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 476 + $signature: 426 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 532 + $signature: 531 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 532 + $signature: 531 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { return new A.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 2856 + $signature: 2064 }; A._AnimatedContainerState_forEachTween_closure4.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 476 + $signature: 426 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { return new A.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 2854 + $signature: 2065 }; A._AnimatedContainerState_forEachTween_closure6.prototype = { call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 531 + $signature: 533 }; A.AnimatedPadding.prototype = { createState$0() { @@ -253230,7 +258040,7 @@ forEachTween$1(visitor) { this._implicit_animations$_padding = type$.nullable_EdgeInsetsGeometryTween._as(visitor.call$3(this._implicit_animations$_padding, this._widget.padding, new A._AnimatedPaddingState_forEachTween_closure())); }, - build$1(_, context) { + build$1(context) { var t2, t1 = this._implicit_animations$_padding; t1.toString; @@ -253242,7 +258052,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 476 + $signature: 426 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -253257,11 +258067,13 @@ var t1 = this.get$_animation(), t2 = this._implicit_animations$_opacity; t2.toString; - this.___AnimatedOpacityState__opacityAnimation = new A._AnimatedEvaluation(type$.Animation_double._as(t1), t2, A._instanceType(t2)._eval$1("_AnimatedEvaluation")); + this.___AnimatedOpacityState__opacityAnimation_A = new A._AnimatedEvaluation(type$.Animation_double._as(t1), t2, A._instanceType(t2)._eval$1("_AnimatedEvaluation")); }, - build$1(_, context) { - var t1 = A._lateReadCheck(this.___AnimatedOpacityState__opacityAnimation, "_opacityAnimation"), - t2 = this._widget; + build$1(context) { + var t2, + t1 = this.___AnimatedOpacityState__opacityAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._widget; return A.FadeTransition$(t2.alwaysIncludeSemantics, t2.child, t1); } }; @@ -253269,7 +258081,7 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 497 + $signature: 458 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -253280,7 +258092,7 @@ forEachTween$1(visitor) { this._implicit_animations$_style = type$.nullable_TextStyleTween._as(visitor.call$3(this._implicit_animations$_style, this._widget.style, new A._AnimatedDefaultTextStyleState_forEachTween_closure())); }, - build$1(_, context) { + build$1(context) { var t2, t3, _null = null, t1 = this._implicit_animations$_style; t1.toString; @@ -253295,7 +258107,7 @@ call$1(value) { return new A.TextStyleTween(type$.TextStyle._as(value), null); }, - $signature: 2853 + $signature: 2066 }; A.AnimatedPhysicalModel.prototype = { createState$0() { @@ -253313,7 +258125,7 @@ _this._implicit_animations$_color = t1._as(visitor.call$3(_this._implicit_animations$_color, _this._widget.color, new A._AnimatedPhysicalModelState_forEachTween_closure1())); _this._implicit_animations$_shadowColor = t1._as(visitor.call$3(_this._implicit_animations$_shadowColor, _this._widget.shadowColor, new A._AnimatedPhysicalModelState_forEachTween_closure2())); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, _this = this, t1 = _this._widget, t2 = t1.shape; @@ -253339,34 +258151,34 @@ call$1(value) { return new A.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 2849 + $signature: 2068 }; A._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 497 + $signature: 458 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 316 + $signature: 297 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 316 + $signature: 297 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -253407,7 +258219,7 @@ }; A.InheritedNotifier.prototype = { updateShouldNotify$1(oldWidget) { - return !J.$eq$(oldWidget.notifier, this.notifier); + return oldWidget.notifier != this.notifier; }, createElement$0(_) { var t1 = new A._InheritedNotifierElement(A.HashMap_HashMap(null, null, null, type$.Element_2, type$.nullable_Object), this, B._ElementLifecycle_0, A._instanceType(this)._eval$1("_InheritedNotifierElement")), @@ -253424,7 +258236,7 @@ t1.toString; oldNotifier = _this.$ti._eval$1("InheritedNotifier<1>")._as(t1).notifier; newNotifier = newWidget.notifier; - if (!J.$eq$(oldNotifier, newNotifier)) { + if (oldNotifier != newNotifier) { if (oldNotifier != null) oldNotifier.removeListener$1(0, _this.get$_handleUpdate()); if (newNotifier != null) @@ -253432,7 +258244,7 @@ } _this.super$ProxyElement$update(0, newWidget); }, - build$0(_) { + build$0() { var t1, _this = this; if (_this._inherited_notifier$_dirty) { t1 = _this._widget; @@ -253440,7 +258252,7 @@ _this.super$InheritedElement$notifyClients(_this.$ti._eval$1("InheritedNotifier<1>")._as(t1)); _this._inherited_notifier$_dirty = false; } - return _this.super$ProxyElement$build(0); + return _this.super$ProxyElement$build(); }, _handleUpdate$0() { this._inherited_notifier$_dirty = true; @@ -253485,11 +258297,11 @@ } return true; }, - $signature: 273 + $signature: 247 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { - build$1(_, context) { + build$1(context) { var t1, t2, _i, wrappedChild = this.child; for (t1 = this.themes, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) @@ -253643,7 +258455,7 @@ t2 = _this.get$_boundaryRect(); t3 = _this.get$_interactive_viewer$_viewport(); t4 = _this.get$_boundaryRect(); - clampedTotalScale = B.JSNumber_methods.clamp$2(Math.max(currentScale * scale, Math.max((t1.right - t1.left) / (t2.right - t2.left), (t3.bottom - t3.top) / (t4.bottom - t4.top))), 0.8, _this._widget.maxScale); + clampedTotalScale = A.clampDouble(Math.max(currentScale * scale, Math.max((t1.right - t1.left) / (t2.right - t2.left), (t3.bottom - t3.top) / (t4.bottom - t4.top))), 0.8, _this._widget.maxScale); matrix.toString; t1 = new A.Matrix4(new Float64Array(16)); t1.setFrom$1(matrix); @@ -253692,13 +258504,14 @@ return B._GestureType_0; }, _onScaleStart$1(details) { - var t1, _this = this, - _s11_ = "_controller"; + var t1, t2, _this = this; _this._widget.toString; - t1 = A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_)._ticker; - if (t1 != null && t1._ticker$_future != null) { - A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_).stop$0(0); - t1 = A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_); + t1 = _this.___InteractiveViewerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1._ticker; + if (t2 != null && t2._ticker$_future != null) { + t1.stop$0(0); + t1 = _this.___InteractiveViewerState__controller_A; t1.set$value(0, t1.lowerBound); t1 = _this._interactive_viewer$_animation; if (t1 != null) @@ -253780,14 +258593,14 @@ _this._widget.toString; }, _onScaleEnd$1(details) { - var t1, t2, t3, t4, t5, t6, t7, _this = this, - _s11_ = "_controller"; + var t1, t2, t3, t4, t5, t6, t7, t8, _this = this; _this._widget.toString; _this._referenceFocalPoint = _this._rotationStart = _this._scaleStart = null; t1 = _this._interactive_viewer$_animation; if (t1 != null) t1.parent.removeListener$1(0, _this.get$_onAnimate()); - t1 = A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_); + t1 = _this.___InteractiveViewerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.set$value(0, t1.lowerBound); if (!_this._gestureIsSupported$1(_this._gestureType)) { _this._panAxis = null; @@ -253808,10 +258621,11 @@ t4 = new A.FrictionSimulation(0.0000135, t4, t2, t3._dx, B.Tolerance_Gdw).get$finalX(); t3 = new A.FrictionSimulation(0.0000135, t5, t1, t3._dy, B.Tolerance_Gdw).get$finalX(); t5 = type$.Tween_Offset; - _this._interactive_viewer$_animation = new A._AnimatedEvaluation(A.CurvedAnimation$(B.C__DecelerateCurve, A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_), null), new A.Tween(new A.Offset(t2, t1), new A.Offset(t4, t3), t5), t5._eval$1("_AnimatedEvaluation")); - A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_).duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(t6 / t7 * 1000), 0, 0); - _this._interactive_viewer$_animation.parent.addListener$1(0, _this.get$_onAnimate()); - A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_).forward$0(0); + t8 = A.CurvedAnimation$(B.C__DecelerateCurve, _this.___InteractiveViewerState__controller_A, null); + _this._interactive_viewer$_animation = new A._AnimatedEvaluation(t8, new A.Tween(new A.Offset(t2, t1), new A.Offset(t4, t3), t5), t5._eval$1("_AnimatedEvaluation")); + _this.___InteractiveViewerState__controller_A.duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(t6 / t7 * 1000), 0, 0); + t8.addListener$1(0, _this.get$_onAnimate()); + _this.___InteractiveViewerState__controller_A.forward$0(0); }, _interactive_viewer$_receivedPointerSignal$1($event) { var t1, scaleChange, focalPointScene, focalPointSceneScaled, _this = this; @@ -253841,15 +258655,16 @@ }, _onAnimate$0() { var t2, translationScene, t3, translationChangeScene, _this = this, - _s11_ = "_controller", - t1 = A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_)._ticker; + t1 = _this.___InteractiveViewerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._ticker; if (!(t1 != null && t1._ticker$_future != null)) { _this._panAxis = null; t1 = _this._interactive_viewer$_animation; if (t1 != null) t1.parent.removeListener$1(0, _this.get$_onAnimate()); _this._interactive_viewer$_animation = null; - t1 = A._lateReadCheck(_this.___InteractiveViewerState__controller, _s11_); + t1 = _this.___InteractiveViewerState__controller_A; t1.set$value(0, t1.lowerBound); return; } @@ -253875,7 +258690,7 @@ t1 = _this._widget.transformationController; _this._transformationController = t1; t1.addListener$1(0, _this.get$_onTransformationControllerChange()); - _this.___InteractiveViewerState__controller = A.AnimationController$(_null, _null, _null, 1, _null, _this); + _this.___InteractiveViewerState__controller_A = A.AnimationController$(_null, _null, _null, 1, _null, _this); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -253890,14 +258705,16 @@ t2.addListener$1(0, t1); } }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.___InteractiveViewerState__controller, "_controller").dispose$0(0); + dispose$0() { + var _this = this, + t1 = _this.___InteractiveViewerState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); _this._transformationController.removeListener$1(0, _this.get$_onTransformationControllerChange()); _this._widget.toString; - _this.super$__InteractiveViewerState_State_TickerProviderStateMixin$dispose(0); + _this.super$__InteractiveViewerState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, child, _this = this, _null = null, t1 = _this._widget; t1.toString; @@ -253912,7 +258729,7 @@ $signature: 0 }; A._InteractiveViewerBuilt.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, child = A.Transform$(null, new A.KeyedSubtree(_this.child, _this.childKey), _this.matrix, true); return A.ClipRect$(child, _this.clipBehavior, null); @@ -253944,13 +258761,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.ConstrainedLayoutBuilder.prototype = { @@ -254045,14 +258862,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 148 + $signature: 122 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 148 + $signature: 122 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -254078,9 +258895,7 @@ }, createRenderObject$1(context) { var t1 = new A._RenderLayoutBuilder(null, true, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; } }; @@ -254106,12 +258921,12 @@ _this.rebuildIfNecessary$0(); t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, constraints, true); + t1.layout$2$parentUsesSize(constraints, true); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; _this._box$_size = constraints.constrain$1(t1); } else - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, computeDistanceToActualBaseline$1(baseline) { var t1 = this.RenderObjectWithChildMixin__child; @@ -254158,7 +258973,7 @@ call$1(p) { return p.futureValue; }, - $signature: 2846 + $signature: 2070 }; A._loadAll_closure1.prototype = { call$1(values) { @@ -254167,7 +258982,7 @@ t3.$indexSet(0, A.createRuntimeType(A._instanceType(t2.pendingList[i].delegate)._eval$1("LocalizationsDelegate.T")), t1.$index(values, i)); return t3; }, - $signature: 2838 + $signature: 2071 }; A.LocalizationsDelegate.prototype = { toString$0(_) { @@ -254189,7 +259004,7 @@ } }; A.DefaultWidgetsLocalizations.prototype = { - get$textDirection(_) { + get$textDirection() { return B.TextDirection_1; }, $isWidgetsLocalizations: 1 @@ -254263,10 +259078,9 @@ } }, get$_textDirection() { - var resources = type$.WidgetsLocalizations._as(J.$index$asx(this._typeToResources, B.Type_WidgetsLocalizations_43h)); - return resources.get$textDirection(resources); + return type$.WidgetsLocalizations._as(J.$index$asx(this._typeToResources, B.Type_WidgetsLocalizations_43h)).get$textDirection(); }, - build$1(_, context) { + build$1(context) { var t1, t2, t3, t4, _this = this, _null = null; if (_this._localizations$_locale == null) return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -254277,14 +259091,14 @@ t4 = _this._widget.child; t4.toString; t3 = A.Directionality$(t4, t3); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null), false, false, false, new A._LocalizationsScope(_this, t2, t3, _this._localizedResourcesScopeKey), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null), false, false, false, new A._LocalizationsScope(_this, t2, t3, _this._localizedResourcesScopeKey), _null); } }; A._LocalizationsState_load_closure.prototype = { call$1(value) { return this._box_0.typeToResources = value; }, - $signature: 2830 + $signature: 2083 }; A._LocalizationsState_load_closure0.prototype = { call$1(value) { @@ -254293,7 +259107,7 @@ t1.setState$1(new A._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2829 + $signature: 2099 }; A._LocalizationsState_load__closure.prototype = { call$0() { @@ -254321,7 +259135,7 @@ t4 = viewInsets == null ? _this.viewInsets : viewInsets, t5 = alwaysUse24HourFormat == null ? _this.alwaysUse24HourFormat : alwaysUse24HourFormat, t6 = displayFeatures == null ? _this.displayFeatures : displayFeatures; - return A.MediaQueryData$(_this.accessibleNavigation, t5, _this.boldText, _this.devicePixelRatio, _this.disableAnimations, t6, _this.gestureSettings, _this.highContrast, _this.invertColors, _this.navigationMode, t2, _this.platformBrightness, _this.size, _this.systemGestureInsets, t1, t4, t3); + return new A.MediaQueryData(_this.size, _this.devicePixelRatio, t1, _this.platformBrightness, t4, t2, t3, _this.systemGestureInsets, t5, _this.accessibleNavigation, _this.invertColors, _this.highContrast, _this.disableAnimations, _this.boldText, _this.navigationMode, _this.gestureSettings, t6); }, copyWith$1$textScaleFactor(textScaleFactor) { return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, null, null, textScaleFactor, null, null); @@ -254329,11 +259143,17 @@ copyWith$1$platformBrightness(platformBrightness) { return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, null, platformBrightness, null, null, null); }, + copyWith$1$padding(padding) { + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, padding, null, null, null, null); + }, + copyWith$2$padding$viewPadding(padding, viewPadding) { + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, padding, null, null, null, viewPadding); + }, copyWith$4$displayFeatures$padding$viewInsets$viewPadding(displayFeatures, padding, viewInsets, viewPadding) { return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, displayFeatures, padding, null, null, viewInsets, viewPadding); }, - copyWith$1$padding(padding) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, padding, null, null, null, null); + copyWith$2$viewInsets$viewPadding(viewInsets, viewPadding) { + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, null, null, null, viewInsets, viewPadding); }, copyWith$1$alwaysUse24HourFormat(alwaysUse24HourFormat) { return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(alwaysUse24HourFormat, null, null, null, null, null, null); @@ -254354,7 +259174,7 @@ t4 = removeLeft ? Math.max(0, t3.left - t1.left) : _null; t5 = removeTop ? Math.max(0, t3.top - t1.top) : _null; t6 = removeRight ? Math.max(0, t3.right - t1.right) : _null; - return A.MediaQueryData$(_this.accessibleNavigation, _this.alwaysUse24HourFormat, _this.boldText, _this.devicePixelRatio, _this.disableAnimations, _this.displayFeatures, _this.gestureSettings, _this.highContrast, _this.invertColors, B.NavigationMode_0, t2, _this.platformBrightness, _this.size, B.EdgeInsets_0_0_0_0, _this.textScaleFactor, _this.viewInsets, t3.copyWith$4$bottom$left$right$top(removeBottom ? Math.max(0, t3.bottom - t1.bottom) : _null, t4, t6, t5)); + return _this.copyWith$2$padding$viewPadding(t2, t3.copyWith$4$bottom$left$right$top(removeBottom ? Math.max(0, t3.bottom - t1.bottom) : _null, t4, t6, t5)); }, removePadding$1$removeTop(removeTop) { return this.removePadding$4$removeBottom$removeLeft$removeRight$removeTop(false, false, false, removeTop); @@ -254373,7 +259193,7 @@ t2 = removeLeft ? 0 : _null; t3 = removeTop ? 0 : _null; t4 = removeRight ? 0 : _null; - return A.MediaQueryData$(_this.accessibleNavigation, _this.alwaysUse24HourFormat, _this.boldText, _this.devicePixelRatio, _this.disableAnimations, _this.displayFeatures, _this.gestureSettings, _this.highContrast, _this.invertColors, B.NavigationMode_0, _this.padding, _this.platformBrightness, _this.size, B.EdgeInsets_0_0_0_0, _this.textScaleFactor, t5.copyWith$4$bottom$left$right$top(0, t2, t4, t3), t1); + return _this.copyWith$2$viewInsets$viewPadding(t5.copyWith$4$bottom$left$right$top(0, t2, t4, t3), t1); }, removeViewInsets$1$removeBottom(removeBottom) { return this.removeViewInsets$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, false, false, false); @@ -254429,7 +259249,7 @@ call$1(displayFeature) { return this.subScreen.overlaps$1(displayFeature.get$bounds(displayFeature)); }, - $signature: 735 + $signature: 561 }; A.MediaQuery.prototype = { updateShouldNotify$1(oldWidget) { @@ -254460,15 +259280,15 @@ didChangePlatformBrightness$0() { this.setState$1(new A._MediaQueryFromWindowState_didChangePlatformBrightness_closure()); }, - build$1(_, context) { + build$1(context) { var data; $.WidgetsBinding__instance.toString; data = A.MediaQueryData$fromWindow($.$get$window()).copyWith$1$platformBrightness($.debugBrightnessOverride); return new A.MediaQuery(data, this._widget.child, null); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, this); - this.super$State$dispose(0); + this.super$State$dispose(); } }; A._MediaQueryFromWindowState_didChangeMetrics_closure.prototype = { @@ -254488,7 +259308,7 @@ }; A.__MediaQueryFromWindowState_State_WidgetsBindingObserver.prototype = {}; A.ModalBarrier.prototype = { - build$1(_, context) { + build$1(context) { var platformSupportsDismissingBarrier, semanticsDismissible, t1, t2, t3, t4, t5, t6, _this = this, _null = null; switch (A.defaultTargetPlatform()) { case B.TargetPlatform_0: @@ -254517,7 +259337,7 @@ t5 = _null; t6 = _this.color; t6 = A.MouseRegion$(new A.ConstrainedBox(B.BoxConstraints_ALM, t6 == null ? _null : new A.ColoredBox(t6, _null, _null), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null); - return A.BlockSemantics$(new A.ExcludeSemantics(t2, new A._ModalBarrierGestureDetector(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, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null), false, false, false, t6, _null), t1, _null), _null)); + return A.BlockSemantics$(new A.ExcludeSemantics(t2, new A._ModalBarrierGestureDetector(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, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null), false, false, false, t6, _null), t1, _null), _null)); } }; A.ModalBarrier_build_handleDismiss.prototype = { @@ -254530,9 +259350,9 @@ $signature: 0 }; A.AnimatedModalBarrier.prototype = { - build$1(_, context) { + build$1(context) { var t1 = type$.Animation_nullable_Color._as(this.listenable); - return A.ModalBarrier$(true, t1.get$value(t1), this.dismissible, this.semanticsLabel); + return new A.ModalBarrier(t1.get$value(t1), this.dismissible, null, true, this.semanticsLabel, null); } }; A._AnyTapGestureRecognizer.prototype = { @@ -254557,7 +259377,7 @@ } }; A._AnyTapGestureRecognizerFactory.prototype = { - constructor$0(_) { + constructor$0() { var t1 = type$.int, t2 = A.HashSet_HashSet(t1); return new A._AnyTapGestureRecognizer(B.Duration_100000, 18, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, null, null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); @@ -254567,13 +259387,13 @@ } }; A._ModalBarrierGestureDetector.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.onDismiss; return new A.RawGestureDetector(this.child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type__AnyTapGestureRecognizer_5RQ, new A._AnyTapGestureRecognizerFactory(t1)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_1, false, new A._ModalBarrierSemanticsDelegate(t1), null); } }; A.NavigationToolbar.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; @@ -254741,7 +259561,7 @@ }, changedExternalState$0() { }, - dispose$0(_) { + dispose$0() { this._navigator$_navigator = null; }, get$isCurrent() { @@ -254807,7 +259627,7 @@ if (t2 === true) t1.focusScopeNode.requestFocus$0(); }, - $signature: 88 + $signature: 92 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -254815,13 +259635,13 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 88 + $signature: 92 }; A.Route_isCurrent_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 192 + $signature: 186 }; A.Route_isCurrent_closure0.prototype = { call$0() { @@ -254833,7 +259653,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 192 + $signature: 186 }; A.Route_isFirst_closure0.prototype = { call$0() { @@ -254845,7 +259665,7 @@ call$1(e) { return e != null && A._RouteEntry_isRoutePredicate(this.$this).call$1(e); }, - $signature: 192 + $signature: 186 }; A.Route_isActive_closure0.prototype = { call$0() { @@ -254856,9 +259676,6 @@ A.RouteSettings.prototype = { toString$0(_) { return 'RouteSettings("' + A.S(this.name) + '", ' + A.S(this.$arguments) + ")"; - }, - get$name(receiver) { - return this.name; } }; A.NavigatorObserver.prototype = { @@ -254897,7 +259714,7 @@ call$1(route) { return route == null; }, - $signature: 2752 + $signature: 2101 }; A._RouteLifecycle.prototype = { toString$0(_) { @@ -254967,7 +259784,7 @@ complete$2$isReplaced($receiver, result, isReplaced) { return this.complete$1$2$isReplaced($receiver, result, isReplaced, type$.dynamic); }, - dispose$0(_) { + dispose$0() { var t1, t2, t3, t4, mountedEntries, listener, _box_0 = {}; this.currentState = B._RouteLifecycle_14; t1 = this.route; @@ -254976,7 +259793,7 @@ t4 = A._arrayInstanceType(t2); mountedEntries = new A.WhereIterable(t2, t3, t4._eval$1("WhereIterable<1>")); if (!mountedEntries.get$iterator(mountedEntries).moveNext$0()) - t1.dispose$0(0); + t1.dispose$0(); else { _box_0.mounted = mountedEntries.get$length(mountedEntries); for (t1 = B.JSArray_methods.get$iterator(t2), t4 = new A.WhereIterator(t1, t3, t4._eval$1("WhereIterator<1>")); t4.moveNext$0();) { @@ -254984,7 +259801,7 @@ listener = A._Cell$named("listener"); t3 = new A._RouteEntry_dispose_closure0(_box_0, this, t2, listener); listener.__late_helper$_value = t3; - t2.addListener$1(0, t3); + t2._overlayStateMounted.addListener$1(0, t3); } } }, @@ -255009,18 +259826,19 @@ }; A._RouteEntry_dispose_closure.prototype = { call$1(e) { - return e._mounted; + return e._overlayStateMounted._change_notifier$_value; }, - $signature: 2747 + $signature: 2108 }; A._RouteEntry_dispose_closure0.prototype = { call$0() { - var _this = this, + var t2, _this = this, t1 = _this._box_0; --t1.mounted; - _this.entry.removeListener$1(0, _this.listener._readLocal$0()); + t2 = _this.listener._readLocal$0(); + _this.entry._overlayStateMounted.removeListener$1(0, t2); if (t1.mounted === 0) - _this.$this.route.dispose$0(0); + _this.$this.route.dispose$0(); }, $signature: 0 }; @@ -255028,7 +259846,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 323 + $signature: 357 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -255057,7 +259875,7 @@ _this.super$State$initState(); for (t1 = _this._widget.observers, t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i]._navigator$_navigator = _this; - _this.__NavigatorState__effectiveObservers = _this._widget.observers; + _this.__NavigatorState__effectiveObservers_A = _this._widget.observers; t1 = _this._framework$_element.getElementForInheritedWidgetOfExactType$1$0(type$.HeroControllerScope); if (t1 == null) t1 = null; @@ -255076,8 +259894,8 @@ t1 = _this._serializableHistory; _this.registerForRestoration$2(t1, "history"); for (; t2 = _this._history, t2.length !== 0;) - J.dispose$0$x(t2.pop()); - _this.__NavigatorState__overlayKey = new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_OverlayState); + t2.pop().dispose$0(); + _this.__NavigatorState__overlayKey_A = new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_OverlayState); B.JSArray_methods.addAll$1(t2, t1.restoreEntriesForPage$2(null, _this)); _this._widget.toString; _i = 0; @@ -255139,9 +259957,9 @@ t2 = _this._widget; if (t1 != null) { t2 = t2.observers; - _this.__NavigatorState__effectiveObservers = (t2 && B.JSArray_methods).$add(t2, A._setArrayType([t1], type$.JSArray_NavigatorObserver)); + _this.__NavigatorState__effectiveObservers_A = (t2 && B.JSArray_methods).$add(t2, A._setArrayType([t1], type$.JSArray_NavigatorObserver)); } else - _this.__NavigatorState__effectiveObservers = t2.observers; + _this.__NavigatorState__effectiveObservers_A = t2.observers; }, didUpdateWidget$1(oldWidget) { var t1, t2, _i, _this = this; @@ -255160,24 +259978,32 @@ t1[_i].route.changedExternalState$0(); }, deactivate$0() { - var t1, t2, _i; - for (t1 = A._lateReadCheck(this.__NavigatorState__effectiveObservers, "_effectiveObservers"), t2 = t1.length, _i = 0; _i < t2; ++_i) + var t2, _i, + t1 = this.__NavigatorState__effectiveObservers_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t2; ++_i) t1[_i]._navigator$_navigator = null; this.super$State$deactivate(); }, activate$0() { var t1, t2, _i; this.super$_NavigatorState_State_TickerProviderStateMixin$activate(); - for (t1 = A._lateReadCheck(this.__NavigatorState__effectiveObservers, "_effectiveObservers"), t2 = t1.length, _i = 0; _i < t2; ++_i) + t1 = this.__NavigatorState__effectiveObservers_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t2; ++_i) t1[_i]._navigator$_navigator = this; }, - dispose$0(_) { + dispose$0() { var t1, t2, _i, _this = this; _this._updateHeroController$1(null); - _this.focusScopeNode.dispose$0(0); + _this.focusScopeNode.dispose$0(); for (t1 = _this._history, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - J.dispose$0$x(t1[_i]); - _this.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$dispose(0); + t1[_i].dispose$0(); + _this.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$dispose(); }, get$_allRouteOverlayEntries() { var t2, t3, _i, @@ -255327,10 +260153,12 @@ entry = toBeDisposed[_i]; for (t2 = entry.route.get$overlayEntries(), t3 = t2.length, _i0 = 0; _i0 < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i0) J.remove$0$ax(t2[_i0]); - entry.dispose$0(0); + entry.dispose$0(); } if (rearrangeOverlay) { - t1 = A._lateReadCheck(_this.__NavigatorState__overlayKey, "_overlayKey").get$currentState(); + t1 = _this.__NavigatorState__overlayKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$currentState(); if (t1 != null) t1.rearrange$1(_this.get$_allRouteOverlayEntries()); } @@ -255342,22 +260170,23 @@ return this._flushHistoryUpdates$1$rearrangeOverlay(true); }, _flushObserverNotifications$0() { - var observation, _this = this, - _s19_ = "_effectiveObservers", - t1 = A._lateReadCheck(_this.__NavigatorState__effectiveObservers, _s19_); - t1.toString; - if (J.get$length$asx(t1) === 0) { + var observation, t2, _this = this, + t1 = _this.__NavigatorState__effectiveObservers_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.length === 0) { _this._observedRouteDeletions.clear$0(0); _this._observedRouteAdditions.clear$0(0); return; } for (t1 = _this._observedRouteAdditions; !t1.get$isEmpty(t1);) { observation = t1.removeLast$0(0); - J.forEach$1$ax(A._lateReadCheck(_this.__NavigatorState__effectiveObservers, _s19_), observation.get$notify()); + t2 = _this.__NavigatorState__effectiveObservers_A; + (t2 && B.JSArray_methods).forEach$1(t2, observation.get$notify()); } for (t1 = _this._observedRouteDeletions; !t1.get$isEmpty(t1);) { observation = t1.removeFirst$0(); - J.forEach$1$ax(A._lateReadCheck(_this.__NavigatorState__effectiveObservers, _s19_), observation.get$notify()); + t2 = _this.__NavigatorState__effectiveObservers_A; + (t2 && B.JSArray_methods).forEach$1(t2, observation.get$notify()); } }, _flushRouteAnnouncement$0() { @@ -255562,7 +260391,7 @@ $async$goto = 1; break $async$outer; case B.RoutePopDisposition_0: - $async$self.pop$1(0, result); + $async$self.pop$1(result); $async$returnValue = true; // goto return $async$goto = 1; @@ -255588,7 +260417,7 @@ maybePop$1(result) { return this.maybePop$1$1(result, type$.nullable_Object); }, - pop$1$1(_, result) { + pop$1$1(result) { var entry = B.JSArray_methods.lastWhere$1(this._history, A.navigator__RouteEntry_isPresentPredicate$closure()), t1 = entry.route; t1.toString; @@ -255597,11 +260426,11 @@ this._flushHistoryUpdates$1$rearrangeOverlay(false); this._afterNavigation$1(t1); }, - pop$1($receiver, result) { - return this.pop$1$1($receiver, result, type$.nullable_Object); + pop$1(result) { + return this.pop$1$1(result, type$.nullable_Object); }, - pop$0($receiver) { - return this.pop$1$1($receiver, null, type$.nullable_Object); + pop$0() { + return this.pop$1$1(null, type$.nullable_Object); }, removeRoute$1(route) { var t1, _this = this, @@ -255635,16 +260464,25 @@ routeIndex = _this._getIndexBefore$2(_this._history.length - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()); route = _this._history[routeIndex].route; previousRoute = !route.get$willHandlePopInternally() && routeIndex > 0 ? _this._getRouteBefore$2(routeIndex - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()).route : null; - for (t1 = A._lateReadCheck(_this.__NavigatorState__effectiveObservers, "_effectiveObservers"), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1 = _this.__NavigatorState__effectiveObservers_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) t1[_i].didStartUserGesture$2(route, previousRoute); } }, didStopUserGesture$0() { var t1, t2, _i, _this = this; _this.set$_userGesturesInProgress(_this._userGesturesInProgressCount - 1); - if (_this._userGesturesInProgressCount === 0) - for (t1 = A._lateReadCheck(_this.__NavigatorState__effectiveObservers, "_effectiveObservers"), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + if (_this._userGesturesInProgressCount === 0) { + t1 = _this.__NavigatorState__effectiveObservers_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.length; + _i = 0; + for (; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) t1[_i].didStopUserGesture$0(); + } }, _handlePointerDown$1($event) { this._activePointers.add$1(0, $event.get$pointer()); @@ -255654,20 +260492,21 @@ }, _cancelActivePointers$0() { if ($.SchedulerBinding__instance.SchedulerBinding__schedulerPhase === B.SchedulerPhase_0) { - var t1 = A._lateReadCheck(this.__NavigatorState__overlayKey, "_overlayKey"); + var t1 = this.__NavigatorState__overlayKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); this.setState$1(new A.NavigatorState__cancelActivePointers_closure(t1 == null ? null : t1.findAncestorRenderObjectOfType$1$0(type$.RenderAbsorbPointer))); } t1 = this._activePointers; B.JSArray_methods.forEach$1(A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetMixin.E")), $.WidgetsBinding__instance.get$cancelPointer()); }, - build$1(_, context) { + build$1(context) { var t4, _this = this, _null = null, - _s11_ = "_overlayKey", t1 = _this.get$_handlePointerUpOrCancel(), t2 = _this.RestorationMixin__bucket, - t3 = A._lateReadCheck(_this.__NavigatorState__overlayKey, _s11_); - if (A._lateReadCheck(_this.__NavigatorState__overlayKey, _s11_).get$currentState() == null) { + t3 = _this.__NavigatorState__overlayKey_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3.get$currentState() == null) { t4 = _this.get$_allRouteOverlayEntries(); t4 = J.JSArray_JSArray$markFixed(t4.slice(0), A._arrayInstanceType(t4)._precomputed1); } else @@ -255688,13 +260527,13 @@ t1 = null; return A._RouteEntry$(route, B._RouteLifecycle_1, t1); }, - $signature: 2736 + $signature: 2134 }; A.NavigatorState__flushHistoryUpdates_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 192 + $signature: 186 }; A.NavigatorState__flushHistoryUpdates_closure0.prototype = { call$0() { @@ -255706,13 +260545,13 @@ call$1(object) { return A.S(object); }, - $signature: 2729 + $signature: 2135 }; A.NavigatorState_maybePop_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 192 + $signature: 186 }; A.NavigatorState_maybePop_closure0.prototype = { call$0() { @@ -255724,7 +260563,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 192 + $signature: 186 }; A.NavigatorState_maybePop_closure2.prototype = { call$0() { @@ -255736,7 +260575,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 192 + $signature: 186 }; A.NavigatorState_removeRoute_closure0.prototype = { call$0() { @@ -255777,15 +260616,12 @@ return t1; }, createRoute$1($navigator) { - var t1 = $navigator._routeNamed$1$3$allowNull$arguments(this.name, false, this.$arguments, type$.dynamic); + var t1 = $navigator._routeNamed$1$2$arguments(this.name, this.$arguments, type$.dynamic); t1.toString; return t1; }, get$restorationScopeId() { return this.restorationScopeId; - }, - get$name(receiver) { - return this.name; } }; A._AnonymousRestorationInformation.prototype = { @@ -255917,14 +260753,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: 2711 + $signature: 2136 }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -255932,13 +260768,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin.prototype = { @@ -255962,16 +260798,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$_NavigatorState_State_TickerProviderStateMixin$dispose(0); + _this.super$_NavigatorState_State_TickerProviderStateMixin$dispose(); } }; A.Notification0.prototype = { @@ -256011,15 +260847,13 @@ }; A.OverflowBar.prototype = { createRenderObject$1(context) { - var _this = this, + var _this = this, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t1 = t1.textDirection; - t1 = new A._RenderOverflowBar(_this.spacing, _this.alignment, _this.overflowSpacing, _this.overflowAlignment, _this.overflowDirection, t1, B.Clip_0, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.addAll$1(0, null); + t1 = new A._RenderOverflowBar(_this.spacing, _this.alignment, _this.overflowSpacing, _this.overflowAlignment, _this.overflowDirection, t1, B.Clip_0, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.addAll$1(0, _null); return t1; }, updateRenderObject$2(context, renderObject) { @@ -256032,7 +260866,7 @@ renderObject.set$overflowDirection(_this.overflowDirection); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); renderObject.set$clipBehavior(B.Clip_0); } }; @@ -256068,7 +260902,7 @@ this._overflowDirection = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._overflow_bar$_textDirection == value) return; this._overflow_bar$_textDirection = value; @@ -256183,7 +261017,7 @@ var overallWidth, childConstraints, t1, childrenWidth, maxChildHeight, y, childSize, t2, actualWidth, _this = this, child = _this.ContainerRenderObjectMixin__firstChild; if (child == null) - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); overallWidth = constraints.maxWidth; childConstraints = new A.BoxConstraints(0, overallWidth, 0, constraints.maxHeight); for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), childrenWidth = 0, maxChildHeight = 0, y = 0; child != null;) { @@ -256209,14 +261043,14 @@ child = _box_0.child = _this.ContainerRenderObjectMixin__firstChild; if (child == null) { t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(0, t1.minHeight, t1.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(0, t1.minWidth, t1.maxWidth), A.clampDouble(0, t1.minHeight, t1.maxHeight)); return; } t1 = type$.BoxConstraints; t2 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); childConstraints = new A.BoxConstraints(0, t2.maxWidth, 0, t2.maxHeight); for (t2 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), t3 = child, childrenWidth = 0, maxChildHeight = 0, maxChildWidth = 0; t3 != null; t3 = child) { - t3.layout$2$parentUsesSize(0, childConstraints, true); + t3.layout$2$parentUsesSize(childConstraints, true); t3 = _box_0.child; t4 = t3._box$_size; t5 = t4._dx; @@ -256367,7 +261201,7 @@ } return t1; }, - $signature: 2709 + $signature: 2139 }; A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -256410,11 +261244,11 @@ this._maintainState = true; this._overlay._didChangeEntryOpacity$0(); }, - _updateMounted$1(value) { - if (value === this._mounted) - return; - this._mounted = value; - this.notifyListeners$0(); + addListener$1(_, listener) { + this._overlayStateMounted.addListener$1(0, listener); + }, + removeListener$1(_, listener) { + this._overlayStateMounted.removeListener$1(0, listener); }, remove$0(_) { var t2, @@ -256435,15 +261269,24 @@ if (t1 != null) t1._markNeedsBuild$0(); }, + dispose$0() { + this._disposedByOwner = true; + var t1 = this._overlayStateMounted; + if (!t1._change_notifier$_value) { + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + } + }, toString$0(_) { return "#" + A.shortHash(this) + "(opaque: " + this._opaque + "; maintainState: " + this._maintainState + ")"; - } + }, + $isListenable: 1 }; A.OverlayEntry_remove_closure.prototype = { call$1(duration) { this.overlay._markDirty$0(); }, - $signature: 24 + $signature: 19 }; A._OverlayEntryWidget.prototype = { createState$0() { @@ -256453,13 +261296,19 @@ A._OverlayEntryWidgetState.prototype = { initState$0() { this.super$State$initState(); - this._widget.entry._updateMounted$1(true); + this._widget.entry._overlayStateMounted.set$value(0, true); }, - dispose$0(_) { - this._widget.entry._updateMounted$1(false); - this.super$State$dispose(0); + dispose$0() { + this._widget.entry._overlayStateMounted.set$value(0, false); + var t1 = this._widget.entry; + if (t1._disposedByOwner) { + t1 = t1._overlayStateMounted; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + } + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget; return new A.TickerMode(t1.tickerEnabled, t1.entry.builder.call$1(context), null); }, @@ -256524,7 +261373,7 @@ _didChangeEntryOpacity$0() { this.setState$1(new A.OverlayState__didChangeEntryOpacity_closure()); }, - build$1(_, context) { + build$1(context) { var t1, i, onstage, onstageCount, entry, t2, children = A._setArrayType([], type$.JSArray_Widget); for (t1 = this._entries, i = t1.length - 1, onstage = true, onstageCount = 0; i >= 0; --i) { @@ -256563,7 +261412,7 @@ var t3, t4, _this = this, t1 = _this.$this, t2 = t1._entries; - B.JSArray_methods.set$length(t2, 0); + B.JSArray_methods.clear$0(t2); t3 = _this.newEntriesList; B.JSArray_methods.addAll$1(t2, t3); t4 = _this.old; @@ -256590,9 +261439,7 @@ var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t1 = new A._RenderTheatre(t1.textDirection, this.skipCount, this.clipBehavior, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -256604,7 +261451,7 @@ } t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); t1 = this.clipBehavior; if (t1 !== renderObject._overlay$_clipBehavior) { renderObject._overlay$_clipBehavior = t1; @@ -256628,7 +261475,7 @@ return; this._overlay$_resolvedAlignment = B.AlignmentDirectional_m1_m1.resolve$1(0, this._overlay$_textDirection); }, - set$textDirection(_, value) { + set$textDirection(value) { var _this = this; if (_this._overlay$_textDirection == value) return; @@ -256680,7 +261527,7 @@ return true; }, computeDryLayout$1(constraints) { - return new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, performLayout$0() { var t1, nonPositionedConstraints, child, t2, t3, t4, t5, t6, _this = this; @@ -256689,14 +261536,14 @@ return; _this._overlay$_resolve$0(); t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - nonPositionedConstraints = A.BoxConstraints$tight(new A.Size(B.JSInt_methods.clamp$2(1 / 0, t1.minWidth, t1.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t1.minHeight, t1.maxHeight))); + nonPositionedConstraints = A.BoxConstraints$tight(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight))); child = _this.get$_firstOnstageChild(); for (t1 = type$.StackParentData, t2 = type$.Offset; child != null;) { t3 = child.parentData; t3.toString; t1._as(t3); if (!t3.get$isPositioned()) { - child.layout$2$parentUsesSize(0, nonPositionedConstraints, true); + child.layout$2$parentUsesSize(nonPositionedConstraints, true); t4 = _this._overlay$_resolvedAlignment; t4.toString; t5 = _this._box$_size; @@ -256745,7 +261592,8 @@ t1 = _this._overlay$_hasVisualOverflow && _this._overlay$_clipBehavior !== B.Clip_0, t2 = _this._overlay$_clipRectLayer; if (t1) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), _this.get$paintStack(), _this._overlay$_clipBehavior, t2._layer)); } else { @@ -256753,9 +261601,9 @@ _this.paintStack$2(context, offset); } }, - dispose$0(_) { + dispose$0() { this._overlay$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); }, visitChildrenForSemantics$1(visitor) { var t1, t2, @@ -256769,12 +261617,21 @@ }, describeApproximatePaintClip$1(child) { var t1; - if (this._overlay$_hasVisualOverflow) { - t1 = this._box$_size; - t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - } else - t1 = null; - return t1; + switch (this._overlay$_clipBehavior.index) { + case 0: + return null; + case 1: + case 2: + case 3: + if (this._overlay$_hasVisualOverflow) { + t1 = this._box$_size; + t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); + } else + t1 = null; + return t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, debugDescribeChildren$0() { var count, onstage, t2, @@ -256810,31 +261667,31 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A._RenderTheatre_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 93 + $signature: 91 }; A._RenderTheatre_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A._RenderTheatre_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 93 + $signature: 91 }; A._RenderTheatre_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A._OverlayState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -256842,13 +261699,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__RenderTheatre_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -256918,8 +261775,7 @@ } }, _overscroll_indicator$_handleScrollNotification$1(notification) { - var t1, t2, t3, t4, t5, controller, isLeading, confirmationNotification, velocity, position, _this = this, - _s15_ = "_glowController"; + var t1, t2, t3, t4, t5, controller, isLeading, confirmationNotification, velocity, position, _this = this; if (!_this._widget.notificationPredicate$1(notification)) return false; t1 = _this._leadingController; @@ -256948,7 +261804,7 @@ t1 = _this._framework$_element; t1.dispatchNotification$1(confirmationNotification); t1 = _this._accepted; - t1.$indexSet(0, isLeading, confirmationNotification._accepted); + t1.$indexSet(0, isLeading, confirmationNotification.accepted); t1 = t1.$index(0, isLeading); t1.toString; if (t1) @@ -256962,27 +261818,30 @@ if (t2 != null) t2.cancel$0(0); controller._pullRecedeTimer = null; - velocity = B.JSNumber_methods.clamp$2(Math.abs(t1), 100, 10000); + velocity = A.clampDouble(Math.abs(t1), 100, 10000); t1 = controller._glowOpacityTween; if (controller._overscroll_indicator$_state === B._GlowState_0) t2 = 0.3; else { - t2 = A._lateReadCheck(controller.___GlowController__glowOpacity, "_glowOpacity"); - t3 = t2._evaluatable; - t2 = t2.parent; - t2 = t3.transform$1(0, t2.get$value(t2)); + t2 = controller.___GlowController__glowOpacity_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + t3 = t2._evaluatable.transform$1(0, t3.get$value(t3)); + t2 = t3; } t1.begin = t2; t2.toString; - t1.end = B.JSNumber_methods.clamp$2(velocity * 0.00006, t2, 0.5); + t1.end = A.clampDouble(velocity * 0.00006, t2, 0.5); t2 = controller._glowSizeTween; - t1 = A._lateReadCheck(controller.___GlowController__glowSize, "_glowSize"); - t3 = t1._evaluatable; - t1 = t1.parent; - t2.begin = t3.transform$1(0, t1.get$value(t1)); + t1 = controller.___GlowController__glowSize_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.parent; + t2.begin = t1._evaluatable.transform$1(0, t3.get$value(t3)); t2.end = Math.min(0.025 + 75e-8 * velocity * velocity, 1); - A._lateReadCheck(controller.___GlowController__glowController, _s15_).duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(0.15 + velocity * 0.02), 0, 0); - A._lateReadCheck(controller.___GlowController__glowController, _s15_).forward$1$from(0, 0); + t2 = controller.___GlowController__glowController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(0.15 + velocity * 0.02), 0, 0); + t2.forward$1$from(0, 0); controller._displacement = 0.5; controller._overscroll_indicator$_state = B._GlowState_1; } else { @@ -256998,12 +261857,12 @@ case 0: controller.toString; t1 = t5._dy; - controller.pull$4(0, Math.abs(t3), t5._dx, J.clamp$2$n(position._dy, 0, t1), t1); + controller.pull$4(0, Math.abs(t3), t5._dx, A.clampDouble(position._dy, 0, t1), t1); break; case 1: controller.toString; t1 = t5._dx; - controller.pull$4(0, Math.abs(t3), t5._dy, J.clamp$2$n(position._dx, 0, t1), t1); + controller.pull$4(0, Math.abs(t3), t5._dy, A.clampDouble(position._dx, 0, t1), t1); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -257023,12 +261882,12 @@ _this._lastNotificationType = A.getRuntimeType(notification); return false; }, - dispose$0(_) { - this._leadingController.dispose$0(0); - this._trailingController.dispose$0(0); - this.super$__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + this._leadingController.dispose$0(); + this._trailingController.dispose$0(); + this.super$__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this._widget, t2 = _this._leadingController, @@ -257056,62 +261915,62 @@ this._axis = value; this.notifyListeners$0(); }, - dispose$0(_) { - var t1, _this = this; - A._lateReadCheck(_this.___GlowController__glowController, "_glowController").dispose$0(0); - t1 = A._lateReadCheck(_this.___GlowController__displacementTicker, "_displacementTicker"); + dispose$0() { + var _this = this, + t1 = _this.___GlowController__glowController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.___GlowController__displacementTicker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._creator.TickerProviderStateMixin__tickers.remove$1(0, t1); - t1.super$Ticker$dispose(0); + t1.super$Ticker$dispose(); t1 = _this._pullRecedeTimer; if (t1 != null) t1.cancel$0(0); - _this.super$ChangeNotifier$dispose(0); + _this.super$ChangeNotifier$dispose(); }, pull$4(_, overscroll, extent, crossAxisOffset, crossExtent) { - var t2, t3, height, t4, _this = this, - _s12_ = "_glowOpacity", - _s9_ = "_glowSize", - _s19_ = "_displacementTicker", - _s15_ = "_glowController", + var t2, t3, height, _this = this, t1 = _this._pullRecedeTimer; if (t1 != null) t1.cancel$0(0); _this._pullDistance = _this._pullDistance + overscroll / 200; t1 = _this._glowOpacityTween; - t2 = A._lateReadCheck(_this.___GlowController__glowOpacity, _s12_); + t2 = _this.___GlowController__glowOpacity_F; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t2._evaluatable; t2 = t2.parent; t1.begin = t3.transform$1(0, t2.get$value(t2)); - t2 = A._lateReadCheck(_this.___GlowController__glowOpacity, _s12_); - t3 = t2._evaluatable; - t2 = t2.parent; t1.end = Math.min(t3.transform$1(0, t2.get$value(t2)) + overscroll / extent * 0.8, 0.5); height = Math.min(extent, crossExtent * 0.20096189432249995); t2 = _this._glowSizeTween; - t3 = A._lateReadCheck(_this.___GlowController__glowSize, _s9_); + t3 = _this.___GlowController__glowSize_F; + t3 === $ && A.throwUnnamedLateFieldNI(); t1 = t3._evaluatable; t3 = t3.parent; t2.begin = t1.transform$1(0, t3.get$value(t3)); - t3 = Math.sqrt(_this._pullDistance * height); - t1 = A._lateReadCheck(_this.___GlowController__glowSize, _s9_); - t4 = t1._evaluatable; - t1 = t1.parent; - t2.end = Math.max(1 - 1 / (0.7 * t3), A.checkNum(t4.transform$1(0, t1.get$value(t1)))); - t1 = crossAxisOffset / crossExtent; - _this._displacementTarget = t1; - if (t1 !== _this._displacement) { - if (!A._lateReadCheck(_this.___GlowController__displacementTicker, _s19_).get$isTicking()) - A._lateReadCheck(_this.___GlowController__displacementTicker, _s19_).start$0(0); + t2.end = Math.max(1 - 1 / (0.7 * Math.sqrt(_this._pullDistance * height)), A.checkNum(t1.transform$1(0, t3.get$value(t3)))); + t3 = crossAxisOffset / crossExtent; + _this._displacementTarget = t3; + if (t3 !== _this._displacement) { + t1 = _this.___GlowController__displacementTicker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.get$isTicking()) + t1.start$0(0); } else { - A._lateReadCheck(_this.___GlowController__displacementTicker, _s19_).stop$0(0); + t1 = _this.___GlowController__displacementTicker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); _this._displacementTickerLastElapsed = null; } - A._lateReadCheck(_this.___GlowController__glowController, _s15_).duration = B.Duration_167000; + t1 = _this.___GlowController__glowController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.duration = B.Duration_167000; if (_this._overscroll_indicator$_state !== B._GlowState_2) { - A._lateReadCheck(_this.___GlowController__glowController, _s15_).forward$1$from(0, 0); + t1.forward$1$from(0, 0); _this._overscroll_indicator$_state = B._GlowState_2; } else { - t1 = A._lateReadCheck(_this.___GlowController__glowController, _s15_)._ticker; + t1 = t1._ticker; if (!(t1 != null && t1._ticker$_future != null)) _this.notifyListeners$0(); } @@ -257138,7 +261997,6 @@ }, _recede$1(duration) { var t2, t3, _this = this, - _s15_ = "_glowController", t1 = _this._overscroll_indicator$_state; if (t1 === B._GlowState_3 || t1 === B._GlowState_0) return; @@ -257147,19 +262005,21 @@ t1.cancel$0(0); _this._pullRecedeTimer = null; t1 = _this._glowOpacityTween; - t2 = A._lateReadCheck(_this.___GlowController__glowOpacity, "_glowOpacity"); - t3 = t2._evaluatable; - t2 = t2.parent; - t1.begin = t3.transform$1(0, t2.get$value(t2)); + t2 = _this.___GlowController__glowOpacity_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + t1.begin = t2._evaluatable.transform$1(0, t3.get$value(t3)); t1.end = 0; t1 = _this._glowSizeTween; - t2 = A._lateReadCheck(_this.___GlowController__glowSize, "_glowSize"); - t3 = t2._evaluatable; - t2 = t2.parent; - t1.begin = t3.transform$1(0, t2.get$value(t2)); + t3 = _this.___GlowController__glowSize_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2 = t3.parent; + t1.begin = t3._evaluatable.transform$1(0, t2.get$value(t2)); t1.end = 0; - A._lateReadCheck(_this.___GlowController__glowController, _s15_).duration = duration; - A._lateReadCheck(_this.___GlowController__glowController, _s15_).forward$1$from(0, 0); + t1 = _this.___GlowController__glowController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.duration = duration; + t1.forward$1$from(0, 0); _this._overscroll_indicator$_state = B._GlowState_3; }, _tickDisplacement$1(elapsed) { @@ -257172,42 +262032,41 @@ _this.notifyListeners$0(); } if (A.nearEqual(_this._displacementTarget, _this._displacement, 0.001)) { - A._lateReadCheck(_this.___GlowController__displacementTicker, "_displacementTicker").stop$0(0); + t1 = _this.___GlowController__displacementTicker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); _this._displacementTickerLastElapsed = null; } else _this._displacementTickerLastElapsed = elapsed; }, paint$2(canvas, size) { - var baseGlowScale, radius, height, t3, paint, t4, t5, t6, _this = this, - _s12_ = "_glowOpacity", - t1 = A._lateReadCheck(_this.___GlowController__glowOpacity, _s12_), - t2 = t1._evaluatable; - t1 = t1.parent; - if (J.$eq$(t2.transform$1(0, t1.get$value(t1)), 0)) + var t2, t3, baseGlowScale, radius, height, t4, paint, t5, t6, _this = this, + t1 = _this.___GlowController__glowOpacity_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + if (J.$eq$(t1._evaluatable.transform$1(0, t2.get$value(t2)), 0)) return; - t1 = size._dx; - t2 = size._dy; - baseGlowScale = t1 > t2 ? t2 / t1 : 1; - radius = t1 * 3 / 2; - height = Math.min(t2, t1 * 0.20096189432249995); - t2 = A._lateReadCheck(_this.___GlowController__glowSize, "_glowSize"); - t3 = t2._evaluatable; - t2 = t2.parent; - t2 = t3.transform$1(0, t2.get$value(t2)); + t2 = size._dx; + t3 = size._dy; + baseGlowScale = t2 > t3 ? t3 / t2 : 1; + radius = t2 * 3 / 2; + height = Math.min(t3, t2 * 0.20096189432249995); + t3 = _this.___GlowController__glowSize_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.parent; + t4 = t3._evaluatable.transform$1(0, t4.get$value(t4)); t3 = _this._displacement; paint = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t4 = _this._overscroll_indicator$_color; - t5 = A._lateReadCheck(_this.___GlowController__glowOpacity, _s12_); - t6 = t5._evaluatable; - t5 = t5.parent; - t5 = t6.transform$1(0, t5.get$value(t5)); - t4.toString; - paint.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t5), t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255)); + t5 = _this._overscroll_indicator$_color; + t6 = t1.parent; + t6 = t1._evaluatable.transform$1(0, t6.get$value(t6)); + t5.toString; + paint.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t6), t5.get$value(t5) >>> 16 & 255, t5.get$value(t5) >>> 8 & 255, t5.get$value(t5) & 255)); canvas.save$0(0); canvas.translate$2(0, 0, _this._paintOffset + _this._paintOffsetScrollPixels); - canvas.scale$2(0, 1, t2 * baseGlowScale); - canvas.clipRect$1(0, new A.Rect(0, 0, 0 + t1, 0 + height)); - canvas.drawCircle$3(0, new A.Offset(t1 / 2 * (0.5 + t3), height - radius), radius, paint); + canvas.scale$2(0, 1, t4 * baseGlowScale); + canvas.clipRect$1(new A.Rect(0, 0, 0 + t2, 0 + height)); + canvas.drawCircle$3(new A.Offset(t2 / 2 * (0.5 + t3), height - radius), radius, paint); canvas.restore$0(0); }, toString$0(_) { @@ -257278,32 +262137,32 @@ }; A._StretchingOverscrollIndicatorState.prototype = { get$_stretchController() { - var t1, t2, result, t3, decelerator, _this = this, _null = null, - _s18_ = "_stretchController", - value = _this.___StretchingOverscrollIndicatorState__stretchController; + var t1, t2, result, t3, t4, decelerator, _this = this, _null = null, + value = _this.___StretchingOverscrollIndicatorState__stretchController_FI; if (value === $) { t1 = type$.Tween_double; t2 = new A.Tween(0, 0, t1); result = new A._StretchController(t2, B._StretchState_0, $.$get$ChangeNotifier__emptyListeners()); t3 = A.AnimationController$(_null, _null, _null, 1, _null, _this); - t3.addStatusListener$1(result.get$_changePhase()); - A._lateWriteOnceCheck(result.___StretchController__stretchController, _s18_); - result.___StretchController__stretchController = t3; - decelerator = A.CurvedAnimation$(B.C__DecelerateCurve, A._lateReadCheck(t3, _s18_), _null); + t3.didRegisterListener$0(); + t4 = t3.AnimationLocalStatusListenersMixin__statusListeners; + t4._isDirty = true; + t4._observer_list$_list.push(result.get$_changePhase()); + result.___StretchController__stretchController_F !== $ && A.throwUnnamedLateFieldAI(); + result.___StretchController__stretchController_F = t3; + decelerator = A.CurvedAnimation$(B.C__DecelerateCurve, t3, _null); decelerator.parent.addListener$1(0, result.get$notifyListeners()); type$.Animation_double._as(decelerator); - A._lateWriteOnceCheck(result.___StretchController__stretchSize, "_stretchSize"); - result.___StretchController__stretchSize = new A._AnimatedEvaluation(decelerator, t2, t1._eval$1("_AnimatedEvaluation")); - A._lateInitializeOnceCheck(_this.___StretchingOverscrollIndicatorState__stretchController, _s18_); - _this.___StretchingOverscrollIndicatorState__stretchController = result; + result.___StretchController__stretchSize_F !== $ && A.throwUnnamedLateFieldAI(); + result.___StretchController__stretchSize_F = new A._AnimatedEvaluation(decelerator, t2, t1._eval$1("_AnimatedEvaluation")); + _this.___StretchingOverscrollIndicatorState__stretchController_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___StretchingOverscrollIndicatorState__stretchController_FI = result; value = result; } return value; }, _overscroll_indicator$_handleScrollNotification$1(notification) { - var t1, confirmationNotification, t2, velocity, t3, t4, clampedOverscroll, _this = this, - _s12_ = "_stretchSize", - _s18_ = "_stretchController"; + var t1, confirmationNotification, t2, velocity, t3, t4, clampedOverscroll, _this = this; if (!_this._widget.notificationPredicate$1(notification)) return false; if (notification instanceof A.OverscrollNotification) { @@ -257313,40 +262172,44 @@ confirmationNotification = new A.OverscrollIndicatorNotification(t1 < 0, 0); t2 = _this._framework$_element; t2.dispatchNotification$1(confirmationNotification); - _this._accepted = confirmationNotification._accepted; + _this._accepted = confirmationNotification.accepted; if (_this._accepted) { t2 = notification.velocity; if (t2 !== 0) { t1 = _this.get$_stretchController(); - velocity = B.JSNumber_methods.clamp$2(Math.abs(t2), 1, 10000); + velocity = A.clampDouble(Math.abs(t2), 1, 10000); t2 = t1._stretchSizeTween; - t3 = A._lateReadCheck(t1.___StretchController__stretchSize, _s12_); - t4 = t3._evaluatable; - t3 = t3.parent; - t2.begin = t4.transform$1(0, t3.get$value(t3)); + t3 = t1.___StretchController__stretchSize_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.parent; + t2.begin = t3._evaluatable.transform$1(0, t4.get$value(t4)); t2.end = Math.min(0.016 + 1.01 / velocity, 1); - A._lateReadCheck(t1.___StretchController__stretchController, _s18_).duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(velocity * 0.02), 0, 0); - A._lateReadCheck(t1.___StretchController__stretchController, _s18_).forward$1$from(0, 0); + t2 = t1.___StretchController__stretchController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(velocity * 0.02), 0, 0); + t2.forward$1$from(0, 0); t1._overscroll_indicator$_state = B._StretchState_1; } else if (notification.dragDetails != null) { t2 = notification.metrics._scroll_metrics$_viewportDimension; t2.toString; - clampedOverscroll = B.JSNumber_methods.clamp$2(Math.abs(t1) / t2 + _this.get$_stretchController()._pullDistance, 0, 1); + clampedOverscroll = A.clampDouble(Math.abs(t1) / t2 + _this.get$_stretchController()._pullDistance, 0, 1); t2 = _this.get$_stretchController(); t2._pullDistance = clampedOverscroll; t1 = t2._stretchSizeTween; - t3 = A._lateReadCheck(t2.___StretchController__stretchSize, _s12_); - t4 = t3._evaluatable; - t3 = t3.parent; - t1.begin = t4.transform$1(0, t3.get$value(t3)); - t3 = t2._pullDistance; - t1.end = 0.016 * t3 + 0.016 * (1 - Math.exp(-t3 * 8.237217661997105)); - A._lateReadCheck(t2.___StretchController__stretchController, _s18_).duration = B.Duration_400000; + t3 = t2.___StretchController__stretchSize_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.parent; + t1.begin = t3._evaluatable.transform$1(0, t4.get$value(t4)); + t4 = t2._pullDistance; + t1.end = 0.016 * t4 + 0.016 * (1 - Math.exp(-t4 * 8.237217661997105)); + t4 = t2.___StretchController__stretchController_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4.duration = B.Duration_400000; if (t2._overscroll_indicator$_state !== B._StretchState_2) { - A._lateReadCheck(t2.___StretchController__stretchController, _s18_).forward$1$from(0, 0); + t4.forward$1$from(0, 0); t2._overscroll_indicator$_state = B._StretchState_2; } else { - t1 = A._lateReadCheck(t2.___StretchController__stretchController, _s18_)._ticker; + t1 = t4._ticker; if (!(t1 != null && t1._ticker$_future != null)) t2.notifyListeners$0(); } @@ -257374,13 +262237,15 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - dispose$0(_) { - var t1 = this.get$_stretchController(); - A._lateReadCheck(t1.___StretchController__stretchController, "_stretchController").dispose$0(0); - t1.super$ChangeNotifier$dispose(0); - this.super$__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.get$_stretchController(), + t2 = t1.___StretchController__stretchController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.dispose$0(); + t1.super$ChangeNotifier$dispose(); + this.super$__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = {}, t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t1.mainAxisSize = null; @@ -257389,23 +262254,23 @@ }; A._StretchingOverscrollIndicatorState_build_closure.prototype = { call$2(context, child) { - var x, y, t4, alignment, viewportDimension, transform, _this = this, + var t3, x, y, t4, alignment, viewportDimension, transform, _this = this, t1 = _this.$this, - t2 = A._lateReadCheck(t1.get$_stretchController().___StretchController__stretchSize, "_stretchSize"), - t3 = t2._evaluatable; - t2 = t2.parent; - t2 = t3.transform$1(0, t2.get$value(t2)); + t2 = t1.get$_stretchController().___StretchController__stretchSize_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + t3 = t2._evaluatable.transform$1(0, t3.get$value(t3)); switch (A.axisDirectionToAxis(t1._widget.axisDirection).index) { case 0: - x = 1 + t2; - t3 = _this._box_0; - t3.mainAxisSize = _this.size._dx; + x = 1 + t3; + t2 = _this._box_0; + t2.mainAxisSize = _this.size._dx; y = 1; break; case 1: - y = 1 + t2; - t3 = _this._box_0; - t3.mainAxisSize = _this.size._dy; + y = 1 + t3; + t2 = _this._box_0; + t2.mainAxisSize = _this.size._dy; x = 1; break; default: @@ -257423,12 +262288,13 @@ viewportDimension = t4; } if (viewportDimension == null) - viewportDimension = t3.mainAxisSize; + viewportDimension = t2.mainAxisSize; t4 = A.Matrix4_Matrix4$diagonal3Values(x, y, 1); - transform = A.Transform$(alignment, t1._widget.child, t4, true); - return A.ClipRect$(transform, t2 !== 0 && viewportDimension != t3.mainAxisSize ? B.Clip_1 : B.Clip_0, null); + t1 = t1._widget; + transform = A.Transform$(alignment, t1.child, t4, true); + return A.ClipRect$(transform, t3 !== 0 && viewportDimension != t2.mainAxisSize ? t1.clipBehavior : B.Clip_0, null); }, - $signature: 2694 + $signature: 2140 }; A._StretchState.prototype = { toString$0(_) { @@ -257437,10 +262303,11 @@ }; A._StretchController.prototype = { get$value(_) { - var t1 = A._lateReadCheck(this.___StretchController__stretchSize, "_stretchSize"), - t2 = t1._evaluatable; - t1 = t1.parent; - return t2.transform$1(0, t1.get$value(t1)); + var t2, + t1 = this.___StretchController__stretchSize_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + return t1._evaluatable.transform$1(0, t2.get$value(t2)); }, _changePhase$1($status) { var _this = this; @@ -257463,23 +262330,26 @@ }, _recede$1(duration) { var t2, t3, _this = this, - _s18_ = "_stretchController", t1 = _this._overscroll_indicator$_state; if (t1 === B._StretchState_3 || t1 === B._StretchState_0) return; t1 = _this._stretchSizeTween; - t2 = A._lateReadCheck(_this.___StretchController__stretchSize, "_stretchSize"); - t3 = t2._evaluatable; - t2 = t2.parent; - t1.begin = t3.transform$1(0, t2.get$value(t2)); + t2 = _this.___StretchController__stretchSize_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + t1.begin = t2._evaluatable.transform$1(0, t3.get$value(t3)); t1.end = 0; - A._lateReadCheck(_this.___StretchController__stretchController, _s18_).duration = duration; - A._lateReadCheck(_this.___StretchController__stretchController, _s18_).forward$1$from(0, 0); + t1 = _this.___StretchController__stretchController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.duration = duration; + t1.forward$1$from(0, 0); _this._overscroll_indicator$_state = B._StretchState_3; }, - dispose$0(_) { - A._lateReadCheck(this.___StretchController__stretchController, "_stretchController").dispose$0(0); - this.super$ChangeNotifier$dispose(0); + dispose$0() { + var t1 = this.___StretchController__stretchController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$ChangeNotifier$dispose(); }, toString$0(_) { return "_StretchController()"; @@ -257506,13 +262376,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin.prototype = { @@ -257521,13 +262391,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._StorageEntryIdentifier.prototype = { @@ -257572,10 +262442,10 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 273 + $signature: 247 }; A.PageStorage.prototype = { - build$1(_, context) { + build$1(context) { return this.child; } }; @@ -257663,7 +262533,7 @@ t2.toString; t3 = _this._maxScrollExtent; t3.toString; - t3 = B.JSNumber_methods.clamp$2(t1, t2, t3); + t3 = A.clampDouble(t1, t2, t3); t2 = _this._viewportDimension; t2.toString; t2 = _this.getPageFromPixels$2(t3, t2); @@ -257724,7 +262594,9 @@ t1 = t2; } _this.context._persistedScrollOffset.set$value(0, t1); - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager, "_restorationManager").flushData$0(); + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.flushData$0(); }, restoreOffset$2$initialRestore(offset, initialRestore) { if (initialRestore) @@ -257759,6 +262631,15 @@ } return true; }, + absorb$1(other) { + var t1; + this.super$ScrollPositionWithSingleContext$absorb(other); + if (!(other instanceof A._PagePosition)) + return; + t1 = other._cachedPage; + if (t1 != null) + this._cachedPage = t1; + }, applyContentDimensions$2(minScrollExtent, maxScrollExtent) { var newMinScrollExtent = minScrollExtent + this.get$_initialPageOffset(); return this.super$ScrollPosition$applyContentDimensions(newMinScrollExtent, Math.max(newMinScrollExtent, maxScrollExtent - this.get$_initialPageOffset())); @@ -257887,7 +262768,7 @@ return axisDirection; } }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, _this = this, _null = null, axisDirection = _this._getDirection$1(context), t1 = _this._widget.physics; @@ -257899,7 +262780,7 @@ t3 = t2.dragStartBehavior; t2 = t2.controller; t4 = A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false); - return new A.NotificationListener(new A._PageViewState_build_closure(_this), A.Scrollable$(axisDirection, t2, t3, false, new A._ForceImplicitScrollPhysics(false, t1), _null, t4, _null, new A._PageViewState_build_closure0(_this, axisDirection)), _null, type$.NotificationListener_ScrollNotification); + return new A.NotificationListener(new A._PageViewState_build_closure(_this), A.Scrollable$(axisDirection, B.Clip_1, t2, t3, false, new A._ForceImplicitScrollPhysics(false, t1), _null, t4, _null, new A._PageViewState_build_closure0(_this, axisDirection)), _null, type$.NotificationListener_ScrollNotification); } }; A._PageViewState_build_closure.prototype = { @@ -257913,7 +262794,7 @@ t2.toString; t3 = metrics._scroll_metrics$_maxScrollExtent; t3.toString; - t3 = Math.max(0, B.JSNumber_methods.clamp$2(t1, t2, t3)); + t3 = Math.max(0, A.checkNum(A.clampDouble(t1, t2, t3))); t2 = metrics._scroll_metrics$_viewportDimension; t2.toString; currentPage = B.JSNumber_methods.round$0(t3 / Math.max(1, t2 * metrics.viewportFraction)); @@ -257925,14 +262806,14 @@ } return false; }, - $signature: 162 + $signature: 167 }; 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, B.Clip_1, position, A._setArrayType([new A.SliverFillViewport(t1.controller.viewportFraction, true, t1.childrenDelegate, null)], type$.JSArray_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: 2691 + $signature: 2141 }; A.PageRoute.prototype = { get$opaque() { @@ -257951,9 +262832,7 @@ A.PerformanceOverlay.prototype = { createRenderObject$1(context) { var t1 = new A.RenderPerformanceOverlay(this.optionsMask, 0, false, false, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { @@ -257971,11 +262850,11 @@ t1 = 0 + size._dx; t2 = 0 + size._dy; path = A.Path_Path(); - path.addRect$1(0, new A.Rect(0, 0, t1, t2)); + path.addRect$1(new A.Rect(0, 0, t1, t2)); t3 = type$.JSArray_Offset; path.addPolygon$2(A._setArrayType([new A.Offset(t1, 0), new A.Offset(0, t2)], t3), false); path.addPolygon$2(A._setArrayType([new A.Offset(0, 0), new A.Offset(t1, t2)], t3), false); - canvas.drawPath$2(0, path, paint); + canvas.drawPath$2(path, paint); }, shouldRepaint$1(oldPainter) { return !oldPainter.color.$eq(0, this.color) || oldPainter.strokeWidth !== this.strokeWidth; @@ -257985,7 +262864,7 @@ } }; A.Placeholder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.LimitedBox$(A.CustomPaint$(_null, _null, _null, new A._PlaceholderPainter(this.color, 2, _null), B.Size_wjo), 400, 400); } @@ -258017,9 +262896,13 @@ t1 = t1.$index(0, id); t1.toString; t2 = $call.method; - if (t2 === "Menu.selectedCallback") + if (t2 === "Menu.selectedCallback") { t1.get$onSelected().call$0(); - else if (t2 === "Menu.opened") + t1.get$onSelectedIntent(); + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus._context; + t2.toString; + A.Actions_maybeInvoke(t2, t1.get$onSelectedIntent(), type$.Intent); + } else if (t2 === "Menu.opened") t1.get$onOpen(t1).call$0(); else if (t2 === "Menu.closed") t1.get$onClose(t1).call$0(); @@ -258032,7 +262915,7 @@ } }; A.HtmlElementView.prototype = { - build$1(_, context) { + build$1(context) { return new A.PlatformViewLink(new A.HtmlElementView_build_closure(), this.get$_createHtmlElementView(), this.viewType, null); }, _createHtmlElementView$1(params) { @@ -258045,14 +262928,14 @@ call$2(context, controller) { return new A.PlatformViewSurface(controller, B.Set_empty, B.PlatformViewHitTestBehavior_0, null); }, - $signature: 2660 + $signature: 2154 }; A.HtmlElementView__createHtmlElementView_closure.prototype = { call$1(_) { var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 88 + $signature: 92 }; A._HtmlElementViewController.prototype = { _platform_view$_initialize$0() { @@ -258112,7 +262995,7 @@ }); return A._asyncStartSync($async$dispatchPointerEvent$1, $async$completer); }, - dispose$0(_) { + dispose$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), $async$self = this; @@ -258160,17 +263043,16 @@ } }; A._PlatformViewLinkState.prototype = { - build$1(_, context) { - var t2, _this = this, _null = null, - t1 = _this._surface; - if (t1 == null) { - t1 = _this._widget; - t1.toString; - t2 = _this._platform_view$_controller; - t2.toString; - t2 = _this._surface = t1._surfaceFactory$2(context, t2); - t1 = t2; - } + build$1(context) { + var t1, t2, _this = this, _null = null, + controller = _this._platform_view$_controller; + if (controller == null) + return B.SizedBox_yzX; + if (!_this._platformViewCreated) + return new A._PlatformViewPlaceHolder(new A._PlatformViewLinkState_build_closure(controller), _null, _null); + t1 = _this._surface; + if (t1 == null) + t1 = _this._surface = _this._widget._surfaceFactory$2(context, controller); t2 = _this._focusNode; t1.toString; return A.Focus$(false, _null, t1, _null, _null, _null, t2, true, _null, _this.get$_handleFrameworkFocusChanged(), _null, _null, _null); @@ -258187,15 +263069,19 @@ if (_this._widget.viewType != oldWidget.viewType) { t1 = _this._platform_view$_controller; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._surface = null; _this._platform_view$_initialize$0(); } }, _platform_view$_initialize$0() { - var t1 = $.$get$platformViewsRegistry().getNextPlatformViewId$0(); - this._platform_view$_id = t1; - this._platform_view$_controller = this._widget._onCreatePlatformView$1(new A.PlatformViewCreationParams(t1, new A._PlatformViewLinkState__initialize_closure())); + var _this = this, + t1 = $.$get$platformViewsRegistry().getNextPlatformViewId$0(); + _this._platform_view$_id = t1; + _this._platform_view$_controller = _this._widget._onCreatePlatformView$1(new A.PlatformViewCreationParams(t1, _this.get$_onPlatformViewCreated())); + }, + _onPlatformViewCreated$1(id) { + this.setState$1(new A._PlatformViewLinkState__onPlatformViewCreated_closure(this)); }, _handleFrameworkFocusChanged$1(isFocused) { var t1; @@ -258206,18 +263092,27 @@ } B.OptionalMethodChannel_L9J.invokeMethod$1$2("TextInput.setPlatformViewClient", A.LinkedHashMap_LinkedHashMap$_literal(["platformViewId", this._platform_view$_id], type$.String, type$.dynamic), type$.void); }, - dispose$0(_) { + dispose$0() { var t1 = this._platform_view$_controller; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this._platform_view$_controller = null; - this.super$State$dispose(0); + this.super$State$dispose(); } }; - A._PlatformViewLinkState__initialize_closure.prototype = { - call$1(_) { + A._PlatformViewLinkState_build_closure.prototype = { + call$1(size) { + var t1 = this.controller; + if (t1.get$awaitingCreation()) + t1.create$1$size(0, size); }, - $signature: 90 + $signature: 460 + }; + A._PlatformViewLinkState__onPlatformViewCreated_closure.prototype = { + call$0() { + this.$this._platformViewCreated = true; + }, + $signature: 0 }; A.PlatformViewSurface.prototype = { createRenderObject$1(context) { @@ -258229,8 +263124,27 @@ renderObject._updateGestureRecognizersWithCallBack$2(this.gestureRecognizers, renderObject._platform_view0$_controller.get$dispatchPointerEvent()); } }; + A._PlatformViewPlaceholderBox.prototype = { + performLayout$0() { + this.super$RenderConstrainedBox$performLayout(); + var t1 = this._box$_size; + t1.toString; + this.onLayout.call$1(t1); + } + }; + A._PlatformViewPlaceHolder.prototype = { + createRenderObject$1(context) { + var t1 = new A._PlatformViewPlaceholderBox(this.onLayout, B.BoxConstraints_ALM, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + return t1; + }, + updateRenderObject$2(context, renderObject) { + renderObject.onLayout = this.onLayout; + } + }; A.PreferredSize.prototype = { - build$1(_, context) { + build$1(context) { return this.child; }, get$preferredSize() { @@ -258252,50 +263166,54 @@ }; A.SliverReorderableListState.prototype = { get$_reverse() { - var _s11_ = "_scrollable"; - return A._lateReadCheck(this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_0 || A._lateReadCheck(this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_3; + var t1 = this.__SliverReorderableListState__scrollable_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._widget.axisDirection; + return t1 === B.AxisDirection_0 || t1 === B.AxisDirection_3; }, didChangeDependencies$0() { - var t1, t2, _this = this, - _s11_ = "_scrollable"; + var t1, t2, t3, _this = this; _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; t1 = A.Scrollable_of(t1); t1.toString; - _this.__SliverReorderableListState__scrollable = t1; - t2 = _this._autoScroller; - t2 = t2 == null ? null : t2.scrollable; - if (t2 != A._lateReadCheck(t1, _s11_)) { - t1 = _this._autoScroller; - if (t1 != null) - t1._scrolling = false; - _this._autoScroller = new A._EdgeDraggingAutoScroller(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_), _this.get$_handleScrollableAutoScrolled()); + _this.__SliverReorderableListState__scrollable_A = t1; + t2 = _this._reorderable_list$_autoScroller; + t3 = t2 == null; + if ((t3 ? null : t2.scrollable) !== t1) { + if (!t3) + t2._scrolling = false; + _this._reorderable_list$_autoScroller = new A.EdgeDraggingAutoScroller(t1, _this.get$_handleScrollableAutoScrolled(), 7); } }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); if (this._widget.itemCount != oldWidget.itemCount) - this._dragReset$0(); + this.cancelReorder$0(); }, - dispose$0(_) { - var t1 = this._dragInfo; - if (t1 != null) - t1.dispose$0(0); - t1 = this._autoScroller; - if (t1 != null) - t1._scrolling = false; - this.super$_SliverReorderableListState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + this._dragReset$0(); + this.super$_SliverReorderableListState_State_TickerProviderStateMixin$dispose(); }, startItemDragReorder$3$event$index$recognizer($event, index, recognizer) { this.setState$1(new A.SliverReorderableListState_startItemDragReorder_closure(this, $event, index, recognizer)); }, + cancelReorder$0() { + this.setState$1(new A.SliverReorderableListState_cancelReorder_closure(this)); + }, _registerItem$1(item) { var t1, t2; this._reorderable_list$_items.$indexSet(0, item._widget.index, item); t1 = item._widget.index; t2 = this._dragInfo; - if (t1 == (t2 == null ? null : A._lateReadCheck(t2.___DragInfo_index, "index"))) { + if (t2 == null) + t2 = null; + else { + t2 = t2.___DragInfo_index_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } + if (t1 == t2) { item.set$dragging(true); item.rebuild$0(); } @@ -258307,7 +263225,6 @@ }, _dragStart$1(position) { var item, t3, t4, t5, result, _this = this, - _s11_ = "_scrollable", t1 = _this._reorderable_list$_items, t2 = _this._dragIndex; t2.toString; @@ -258318,23 +263235,27 @@ _this._dragStartTransitionComplete = false; $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SliverReorderableListState__dragStart_closure(_this)); _this._insertIndex = item._widget.index; - t2 = A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection); + t2 = _this.__SliverReorderableListState__scrollable_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.axisDirectionToAxis(t2._widget.axisDirection); t3 = new A._DragInfo(t2, _this.get$_dragUpdate(), _this.get$_dragEnd(), _this.get$_dragCancel(), _this.get$_dropCompleted(), _this._widget.proxyDecorator, _this); t4 = item._framework$_element.get$renderObject(); t4.toString; type$.RenderBox._as(t4); - t3.___DragInfo_listState = A._lateReadCheck(item.___ReorderableItemState__listState, "_listState"); + t5 = item.___ReorderableItemState__listState_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t3.___DragInfo_listState_A = t5; t5 = item._widget; - t3.___DragInfo_index = t5.index; - t3.___DragInfo_child = t5.child; - t3.___DragInfo_capturedThemes = t5.capturedThemes; - t3.___DragInfo_dragPosition = position; - t3.___DragInfo_dragOffset = t4.globalToLocal$1(position); + t3.___DragInfo_index_A = t5.index; + t3.___DragInfo_child_A = t5.child; + t3.___DragInfo_capturedThemes_A = t5.capturedThemes; + t3.___DragInfo_dragPosition_A = position; + t3.___DragInfo_dragOffset_A = t4.globalToLocal$1(position); t4 = item._framework$_element; t4 = t4.get$size(t4); t4.toString; - t3.___DragInfo_itemSize = t4; - t3.___DragInfo_itemExtent = A._sizeExtent(A._lateReadCheck(t4, "itemSize"), t2); + t3.___DragInfo_itemSize_A = t4; + t3.___DragInfo_itemExtent_A = A._sizeExtent(t4, t2); t2 = item._framework$_element; t2.toString; A.Scrollable_of(t2); @@ -258351,8 +263272,10 @@ continue; t3 = _this._insertIndex; t3.toString; - t4 = A._lateReadCheck(_this._dragInfo.___DragInfo_itemExtent, "itemExtent"); - t1.updateForGap$4(t3, t4, false, A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_0 || A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_3); + t4 = _this._dragInfo.___DragInfo_itemExtent_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__SliverReorderableListState__scrollable_A._widget.axisDirection; + t1.updateForGap$4(t3, t4, false, t5 === B.AxisDirection_0 || t5 === B.AxisDirection_3); } return _this._dragInfo; }, @@ -258360,7 +263283,7 @@ this.setState$1(new A.SliverReorderableListState__dragUpdate_closure(this)); }, _dragCancel$1(item) { - this._dragReset$0(); + this.setState$1(new A.SliverReorderableListState__dragCancel_closure(this)); }, _dragEnd$1(item) { this.setState$1(new A.SliverReorderableListState__dragEnd_closure(this, item)); @@ -258374,10 +263297,37 @@ t2.toString; if (t1 !== t2) _this._widget.onReorder.call$2(t1, t2); - _this._dragReset$0(); + _this.setState$1(new A.SliverReorderableListState__dropCompleted_closure(_this)); }, _dragReset$0() { - this.setState$1(new A.SliverReorderableListState__dragReset_closure(this)); + var t1, dragItem, _this = this; + if (_this._dragInfo != null) { + t1 = _this._dragIndex; + if (t1 != null && _this._reorderable_list$_items.containsKey$1(0, t1)) { + t1 = _this._dragIndex; + t1.toString; + dragItem = _this._reorderable_list$_items.$index(0, t1); + dragItem._dragging = false; + dragItem.rebuild$0(); + _this._dragIndex = null; + } + t1 = _this._dragInfo; + if (t1 != null) + t1.dispose$0(); + _this._dragInfo = null; + t1 = _this._reorderable_list$_autoScroller; + if (t1 != null) + t1._scrolling = false; + _this._resetItemGap$0(); + t1 = _this._recognizer; + if (t1 != null) + t1.dispose$0(); + _this._recognizer = null; + t1 = _this._overlayEntry; + if (t1 != null) + t1.remove$0(0); + _this._finalDropPosition = _this._overlayEntry = null; + } }, _resetItemGap$0() { var t1, t2, t3, t4, value, result; @@ -258385,16 +263335,16 @@ t1 = t2.__internal$_current; t3 = t1._offsetAnimation; if (t3 != null) { - t3._ticker.dispose$0(0); + t3._ticker.dispose$0(); t3._ticker = null; t4 = t3.AnimationLocalStatusListenersMixin__statusListeners; t4._isDirty = false; - B.JSArray_methods.set$length(t4._observer_list$_list, 0); - value = t4.__ObserverList__set; + B.JSArray_methods.clear$0(t4._observer_list$_list); + value = t4.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t4.$ti._precomputed1); - A._lateInitializeOnceCheck(t4.__ObserverList__set, "_set"); - t4.__ObserverList__set = result; + t4.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t4.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { @@ -258403,19 +263353,19 @@ } t4 = t3.AnimationLocalListenersMixin__listeners; t4._isDirty = false; - B.JSArray_methods.set$length(t4._observer_list$_list, 0); - value = t4.__ObserverList__set; + B.JSArray_methods.clear$0(t4._observer_list$_list); + value = t4.__ObserverList__set_FI; if (value === $) { result = A.HashSet_HashSet(t4.$ti._precomputed1); - A._lateInitializeOnceCheck(t4.__ObserverList__set, "_set"); - t4.__ObserverList__set = result; + t4.__ObserverList__set_FI !== $ && A.throwUnnamedLateFieldADI(); + t4.__ObserverList__set_FI = result; value = result; } if (value._collection$_length > 0) { value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; value._collection$_length = 0; } - t3.super$AnimationEagerListenerMixin$dispose(0); + t3.super$AnimationEagerListenerMixin$dispose(); t1._offsetAnimation = null; } t1._targetOffset = t1._startOffset = B.Offset_0_0; @@ -258427,30 +263377,38 @@ if (_this._dragInfo == null) return; _this._dragUpdateItems$0(); - t1 = _this._autoScroller; + t1 = _this._reorderable_list$_autoScroller; if (t1 != null) t1.startAutoScrollIfNecessary$1(_this.get$_dragTargetRect()); }, _dragUpdateItems$0() { - var t3, t4, t5, t6, newIndex, t7, t8, t9, t10, geometry, t11, transitionOffset, t12, itemStart, itemExtent, itemEnd, itemMiddle, _this = this, - _s11_ = "_scrollable", - t1 = A._lateReadCheck(_this._dragInfo.___DragInfo_itemExtent, "itemExtent"), - proxyItemStart = A._offsetExtent(A._lateReadCheck(_this._dragInfo.___DragInfo_dragPosition, "dragPosition").$sub(0, A._lateReadCheck(_this._dragInfo.___DragInfo_dragOffset, "dragOffset")), A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection)), - proxyItemEnd = proxyItemStart + t1, - t2 = _this._insertIndex; - t2.toString; - for (t3 = _this._reorderable_list$_items, t4 = t3.get$values(t3), t5 = A._instanceType(t4), t5 = new A.MappedIterator(J.get$iterator$ax(t4.__internal$_iterable), t4._f, t5._eval$1("@<1>")._bind$1(t5._rest[1])._eval$1("MappedIterator<1,2>")), t4 = type$.RenderBox, t6 = -t1, newIndex = t2; t5.moveNext$0();) { - t2 = t5.__internal$_current; - t7 = t2._widget.index; + var t3, proxyItemStart, proxyItemEnd, t4, t5, t6, newIndex, t7, t8, t9, t10, geometry, t11, t12, transitionOffset, itemStart, itemExtent, itemEnd, itemMiddle, _this = this, + t1 = _this._dragInfo, + t2 = t1.___DragInfo_itemExtent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.___DragInfo_dragPosition_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.___DragInfo_dragOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t3.$sub(0, t1); + t3 = _this.__SliverReorderableListState__scrollable_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + proxyItemStart = A._offsetExtent(t1, A.axisDirectionToAxis(t3._widget.axisDirection)); + proxyItemEnd = proxyItemStart + t2; + t3 = _this._insertIndex; + t3.toString; + for (t1 = _this._reorderable_list$_items, t4 = t1.get$values(t1), t5 = A._instanceType(t4), t5 = new A.MappedIterator(J.get$iterator$ax(t4.__internal$_iterable), t4._f, t5._eval$1("@<1>")._bind$1(t5._rest[1])._eval$1("MappedIterator<1,2>")), t4 = type$.RenderBox, t6 = -t2, newIndex = t3; t5.moveNext$0();) { + t3 = t5.__internal$_current; + t7 = t3._widget.index; t8 = _this._dragIndex; t8.toString; - if (t7 === t8 || t2._framework$_element == null) + if (t7 === t8 || t3._framework$_element == null) continue; - t7 = t2._framework$_element.get$renderObject(); + t7 = t3._framework$_element.get$renderObject(); t7.toString; t4._as(t7); t8 = A.MatrixUtils_transformPoint(t7.getTransformTo$1(0, null), B.Offset_0_0); - t9 = t2._targetOffset; + t9 = t3._targetOffset; t10 = t8._dx + t9._dx; t9 = t8._dy + t9._dy; t7 = t7._box$_size; @@ -258460,62 +263418,74 @@ if (!_this._dragStartTransitionComplete) { t11 = _this._dragIndex; t11.toString; - t11 = t11 <= t2._widget.index; + t11 = t11 <= t3._widget.index; } else t11 = false; if (t11) { - t11 = A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_0 || A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_3 ? t6 : t1; - transitionOffset = A._extentOffset(t11, A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection)); + t11 = _this.__SliverReorderableListState__scrollable_A._widget.axisDirection; + if (t11 === B.AxisDirection_0 || t11 === B.AxisDirection_3) + t12 = t6; + else + t12 = t2; + transitionOffset = A._extentOffset(t12, A.axisDirectionToAxis(t11)); t11 = t10 - transitionOffset._dx; t12 = t9 - transitionOffset._dy; geometry = new A.Rect(t11, t12, t11 + (t8 - t10), t12 + (t7 - t9)); } - itemStart = A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection) === B.Axis_1 ? geometry.top : geometry.left; - itemExtent = A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection) === B.Axis_1 ? geometry.bottom - geometry.top : geometry.right - geometry.left; + t7 = _this.__SliverReorderableListState__scrollable_A._widget.axisDirection; + itemStart = A.axisDirectionToAxis(t7) === B.Axis_1 ? geometry.top : geometry.left; + itemExtent = A.axisDirectionToAxis(t7) === B.Axis_1 ? geometry.bottom - geometry.top : geometry.right - geometry.left; itemEnd = itemStart + itemExtent; itemMiddle = itemStart + itemExtent / 2; - if (A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_0 || A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_3) { + if (t7 === B.AxisDirection_0 || t7 === B.AxisDirection_3) { if (itemEnd >= proxyItemEnd && proxyItemEnd >= itemMiddle) { - newIndex = t2._widget.index; + newIndex = t3._widget.index; break; } else if (itemMiddle >= proxyItemStart && proxyItemStart >= itemStart) { - newIndex = t2._widget.index + 1; + newIndex = t3._widget.index + 1; break; - } else if (itemStart > proxyItemEnd && newIndex < t2._widget.index + 1) - newIndex = t2._widget.index + 1; - else if (proxyItemStart > itemEnd && newIndex > t2._widget.index) - newIndex = t2._widget.index; + } else if (itemStart > proxyItemEnd && newIndex < t3._widget.index + 1) + newIndex = t3._widget.index + 1; + else if (proxyItemStart > itemEnd && newIndex > t3._widget.index) + newIndex = t3._widget.index; } else if (itemStart <= proxyItemStart && proxyItemStart <= itemMiddle) { - newIndex = t2._widget.index; + newIndex = t3._widget.index; break; } else if (itemMiddle <= proxyItemEnd && proxyItemEnd <= itemEnd) { - newIndex = t2._widget.index + 1; + newIndex = t3._widget.index + 1; break; - } else if (itemEnd < proxyItemStart && newIndex < t2._widget.index + 1) - newIndex = t2._widget.index + 1; - else if (proxyItemEnd < itemStart && newIndex > t2._widget.index) - newIndex = t2._widget.index; + } else if (itemEnd < proxyItemStart && newIndex < t3._widget.index + 1) + newIndex = t3._widget.index + 1; + else if (proxyItemEnd < itemStart && newIndex > t3._widget.index) + newIndex = t3._widget.index; } if (newIndex != _this._insertIndex) { _this._insertIndex = newIndex; - for (t2 = t3.get$values(t3), t3 = A._instanceType(t2), t3 = new A.MappedIterator(J.get$iterator$ax(t2.__internal$_iterable), t2._f, t3._eval$1("@<1>")._bind$1(t3._rest[1])._eval$1("MappedIterator<1,2>")); t3.moveNext$0();) { - t2 = t3.__internal$_current; - t4 = t2._widget.index; + for (t1 = t1.get$values(t1), t3 = A._instanceType(t1), t3 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t3._eval$1("@<1>")._bind$1(t3._rest[1])._eval$1("MappedIterator<1,2>")); t3.moveNext$0();) { + t1 = t3.__internal$_current; + t4 = t1._widget.index; t5 = _this._dragIndex; t5.toString; - if (t4 === t5 || t2._framework$_element == null) + if (t4 === t5 || t1._framework$_element == null) continue; - t2.updateForGap$4(newIndex, t1, true, A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_0 || A._lateReadCheck(_this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_3); + t4 = _this.__SliverReorderableListState__scrollable_A._widget.axisDirection; + t1.updateForGap$4(newIndex, t2, true, t4 === B.AxisDirection_0 || t4 === B.AxisDirection_3); } } }, get$_dragTargetRect() { - var _this = this, - _s8_ = "itemSize", - origin = A._lateReadCheck(_this._dragInfo.___DragInfo_dragPosition, "dragPosition").$sub(0, A._lateReadCheck(_this._dragInfo.___DragInfo_dragOffset, "dragOffset")), - t1 = origin._dx, - t2 = origin._dy; - return new A.Rect(t1, t2, t1 + A._lateReadCheck(_this._dragInfo.___DragInfo_itemSize, _s8_)._dx, t2 + A._lateReadCheck(_this._dragInfo.___DragInfo_itemSize, _s8_)._dy); + var origin, t3, + t1 = this._dragInfo, + t2 = t1.___DragInfo_dragPosition_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.___DragInfo_dragOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + origin = t2.$sub(0, t1); + t1 = origin._dx; + t2 = origin._dy; + t3 = this._dragInfo.___DragInfo_itemSize_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.Rect(t1, t2, t1 + t3._dx, t2 + t3._dy); }, _itemOffsetAt$1(index) { var t1 = this._reorderable_list$_items.$index(0, index)._framework$_element.get$renderObject(); @@ -258523,17 +263493,24 @@ return A.MatrixUtils_transformPoint(type$.RenderBox._as(t1).getTransformTo$1(0, null), B.Offset_0_0); }, _reorderable_list$_itemBuilder$2(context, index) { - var child, result, t1, t2, _this = this, _null = null, - _s10_ = "itemExtent"; - if (_this._dragInfo != null && index >= _this._widget.itemCount) - switch (A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, "_scrollable")._widget.axisDirection).index) { + var t2, child, result, _this = this, _null = null, + t1 = _this._dragInfo; + if (t1 != null && index >= _this._widget.itemCount) { + t2 = _this.__SliverReorderableListState__scrollable_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + switch (A.axisDirectionToAxis(t2._widget.axisDirection).index) { case 0: - return new A.SizedBox(A._lateReadCheck(_this._dragInfo.___DragInfo_itemExtent, _s10_), _null, _null, _null); + t1 = t1.___DragInfo_itemExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.SizedBox(t1, _null, _null, _null); case 1: - return new A.SizedBox(_null, A._lateReadCheck(_this._dragInfo.___DragInfo_itemExtent, _s10_), _null, _null); + t1 = t1.___DragInfo_itemExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.SizedBox(_null, t1, _null, _null); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } + } child = _this._widget.itemBuilder$2(context, index); result = context.findAncestorStateOfType$1$0(type$.OverlayState); result.toString; @@ -258543,7 +263520,7 @@ t2.toString; return new A._ReorderableItem(index, child, A.InheritedTheme_capture(context, t2), new A._ReorderableItemGlobalKey(t1, index, _this, t1)); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget.itemCount, t2 = this._dragInfo != null ? 1 : 0; return A.SliverList$(new A.SliverChildBuilderDelegate(this.get$_reorderable_list$_itemBuilder(), t1 + t2, true, true, true, A.sliver___kDefaultSemanticIndexCallback$closure(), null)); @@ -258554,9 +263531,9 @@ var t2, t3, _this = this, t1 = _this.$this; if (t1._dragInfo != null) - t1._dragReset$0(); + t1.cancelReorder$0(); else if (t1._recognizer != null && t1._recognizerPointer != _this.event.get$pointer()) { - t1._recognizer.dispose$0(0); + t1._recognizer.dispose$0(); t1._recognizerPointer = t1._recognizer = null; } t2 = _this.index; @@ -258573,11 +263550,17 @@ }, $signature: 0 }; + A.SliverReorderableListState_cancelReorder_closure.prototype = { + call$0() { + this.$this._dragReset$0(); + }, + $signature: 0 + }; A.SliverReorderableListState__dragStart_closure.prototype = { call$1(duration) { this.$this._dragStartTransitionComplete = true; }, - $signature: 24 + $signature: 19 }; A.SliverReorderableListState__dragUpdate_closure.prototype = { call$0() { @@ -258586,17 +263569,21 @@ if (t2 != null) t2.markNeedsBuild$0(); t1._dragUpdateItems$0(); - t2 = t1._autoScroller; + t2 = t1._reorderable_list$_autoScroller; if (t2 != null) t2.startAutoScrollIfNecessary$1(t1.get$_dragTargetRect()); }, $signature: 0 }; + A.SliverReorderableListState__dragCancel_closure.prototype = { + call$0() { + this.$this._dragReset$0(); + }, + $signature: 0 + }; A.SliverReorderableListState__dragEnd_closure.prototype = { call$0() { - var itemIndex, - _s10_ = "itemExtent", - _s11_ = "_scrollable", + var itemIndex, t3, t4, t1 = this.$this, t2 = t1._insertIndex; t2.toString; @@ -258608,221 +263595,30 @@ else itemIndex = t2; t2 = this.item; - if (t1.get$_reverse()) - t1._finalDropPosition = t1._itemOffsetAt$1(itemIndex).$sub(0, A._extentOffset(A._lateReadCheck(t2.___DragInfo_itemExtent, _s10_), A.axisDirectionToAxis(A._lateReadCheck(t1.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection))); - else - t1._finalDropPosition = t1._itemOffsetAt$1(itemIndex).$add(0, A._extentOffset(A._lateReadCheck(t2.___DragInfo_itemExtent, _s10_), A.axisDirectionToAxis(A._lateReadCheck(t1.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection))); - } - }, - $signature: 0 - }; - A.SliverReorderableListState__dragReset_closure.prototype = { - call$0() { - var t2, dragItem, - t1 = this.$this; - if (t1._dragInfo != null) { - t2 = t1._dragIndex; - if (t2 != null && t1._reorderable_list$_items.containsKey$1(0, t2)) { - t2 = t1._dragIndex; - t2.toString; - dragItem = t1._reorderable_list$_items.$index(0, t2); - dragItem._dragging = false; - dragItem.rebuild$0(); - t1._dragIndex = null; + if (t1.get$_reverse()) { + t3 = t1._itemOffsetAt$1(itemIndex); + t2 = t2.___DragInfo_itemExtent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1.__SliverReorderableListState__scrollable_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t1._finalDropPosition = t3.$sub(0, A._extentOffset(t2, A.axisDirectionToAxis(t4._widget.axisDirection))); + } else { + t3 = t1._itemOffsetAt$1(itemIndex); + t2 = t2.___DragInfo_itemExtent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1.__SliverReorderableListState__scrollable_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t1._finalDropPosition = t3.$add(0, A._extentOffset(t2, A.axisDirectionToAxis(t4._widget.axisDirection))); } - t2 = t1._dragInfo; - if (t2 != null) - t2.dispose$0(0); - t1._dragInfo = null; - t2 = t1._autoScroller; - if (t2 != null) - t2._scrolling = false; - t1._resetItemGap$0(); - t2 = t1._recognizer; - if (t2 != null) - t2.dispose$0(0); - t1._recognizer = null; - t2 = t1._overlayEntry; - if (t2 != null) - t2.remove$0(0); - t1._finalDropPosition = t1._overlayEntry = null; } }, $signature: 0 }; - A._EdgeDraggingAutoScroller.prototype = { - _offsetExtent$2(offset, scrollDirection) { - switch (scrollDirection.index) { - case 0: - return offset._dx; - case 1: - return offset._dy; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } + A.SliverReorderableListState__dropCompleted_closure.prototype = { + call$0() { + this.$this._dragReset$0(); }, - _sizeExtent$2(size, scrollDirection) { - switch (scrollDirection.index) { - case 0: - return size._dx; - case 1: - return size._dy; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } - }, - startAutoScrollIfNecessary$1(dragTarget) { - var _this = this, - deltaToOrigin = A._getDeltaToScrollOrigin(_this.scrollable); - _this.___EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin = dragTarget.translate$2(0, deltaToOrigin._dx, deltaToOrigin._dy); - if (_this._scrolling) - return; - _this._scroll$0(); - }, - _scroll$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t3, globalRect, deltaToOrigin, viewportStart, viewportEnd, proxyStart, proxyEnd, overDrag, newOffset, duration, t1, t2; - var $async$_scroll$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.scrollable; - t2 = t1._framework$_element.get$renderObject(); - t2.toString; - type$.RenderBox._as(t2); - t3 = t2.getTransformTo$1(0, null); - t2 = t2._box$_size; - globalRect = A.MatrixUtils_transformRect(t3, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); - $async$self._scrolling = true; - deltaToOrigin = A._getDeltaToScrollOrigin(t1); - t2 = globalRect.left; - t3 = globalRect.top; - viewportStart = $async$self._offsetExtent$2(new A.Offset(t2 + deltaToOrigin._dx, t3 + deltaToOrigin._dy), A.axisDirectionToAxis(t1._widget.axisDirection)); - viewportEnd = viewportStart + $async$self._sizeExtent$2(new A.Size(globalRect.right - t2, globalRect.bottom - t3), A.axisDirectionToAxis(t1._widget.axisDirection)); - t3 = A._lateReadCheck($async$self.___EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin, "_dragTargetRelatedToScrollOrigin"); - proxyStart = $async$self._offsetExtent$2(new A.Offset(t3.left, t3.top), A.axisDirectionToAxis(t1._widget.axisDirection)); - t3 = A._lateReadCheck($async$self.___EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin, "_dragTargetRelatedToScrollOrigin"); - proxyEnd = $async$self._offsetExtent$2(new A.Offset(t3.right, t3.bottom), A.axisDirectionToAxis(t1._widget.axisDirection)); - overDrag = A._Cell$named("overDrag"); - t2 = t1._widget.axisDirection; - if (t2 === B.AxisDirection_0 || t2 === B.AxisDirection_3) { - if (proxyEnd > viewportEnd) { - t2 = t1._scrollable$_position; - t3 = t2._pixels; - t3.toString; - t2 = t2._minScrollExtent; - t2.toString; - t2 = t3 > t2; - } else - t2 = false; - if (t2) { - overDrag.__late_helper$_value = Math.max(proxyEnd - viewportEnd, 20); - t2 = t1._scrollable$_position; - t3 = t2._minScrollExtent; - t3.toString; - t2 = t2._pixels; - t2.toString; - newOffset = Math.max(t3, t2 - overDrag._readLocal$0()); - } else { - if (proxyStart < viewportStart) { - t2 = t1._scrollable$_position; - t3 = t2._pixels; - t3.toString; - t2 = t2._maxScrollExtent; - t2.toString; - t2 = t3 < t2; - } else - t2 = false; - if (t2) { - overDrag.__late_helper$_value = Math.max(viewportStart - proxyStart, 20); - t2 = t1._scrollable$_position; - t3 = t2._maxScrollExtent; - t3.toString; - t2 = t2._pixels; - t2.toString; - newOffset = Math.min(t3, t2 + overDrag._readLocal$0()); - } else - newOffset = null; - } - } else { - if (proxyStart < viewportStart) { - t2 = t1._scrollable$_position; - t3 = t2._pixels; - t3.toString; - t2 = t2._minScrollExtent; - t2.toString; - t2 = t3 > t2; - } else - t2 = false; - if (t2) { - overDrag.__late_helper$_value = Math.max(viewportStart - proxyStart, 20); - t2 = t1._scrollable$_position; - t3 = t2._minScrollExtent; - t3.toString; - t2 = t2._pixels; - t2.toString; - newOffset = Math.max(t3, t2 - overDrag._readLocal$0()); - } else { - if (proxyEnd > viewportEnd) { - t2 = t1._scrollable$_position; - t3 = t2._pixels; - t3.toString; - t2 = t2._maxScrollExtent; - t2.toString; - t2 = t3 < t2; - } else - t2 = false; - if (t2) { - overDrag.__late_helper$_value = Math.max(proxyEnd - viewportEnd, 20); - t2 = t1._scrollable$_position; - t3 = t2._maxScrollExtent; - t3.toString; - t2 = t2._pixels; - t2.toString; - newOffset = Math.min(t3, t2 + overDrag._readLocal$0()); - } else - newOffset = null; - } - } - if (newOffset != null) { - t2 = t1._scrollable$_position._pixels; - t2.toString; - t2 = Math.abs(newOffset - t2) < 1; - } else - t2 = true; - if (t2) { - $async$self._scrolling = false; - // goto return - $async$goto = 1; - break; - } - duration = A.Duration$(0, 0, 0, 143, 0, 0); - $async$goto = 3; - return A._asyncAwait(t1._scrollable$_position.animateTo$3$curve$duration(newOffset, B.C__Linear, duration), $async$_scroll$0); - case 3: - // returning from await. - $async$self.onScrollViewScrolled.call$0(); - $async$goto = $async$self._scrolling ? 4 : 5; - break; - case 4: - // then - $async$goto = 6; - return A._asyncAwait($async$self._scroll$0(), $async$_scroll$0); - case 6: - // returning from await. - case 5: - // join - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_scroll$0, $async$completer); - } + $signature: 0 }; A._ReorderableItem.prototype = { createState$0() { @@ -258838,46 +263634,55 @@ var _this = this, result = _this._framework$_element.findAncestorStateOfType$1$0(type$.SliverReorderableListState); result.toString; - _this.___ReorderableItemState__listState = result; - A._lateReadCheck(result, "_listState")._registerItem$1(_this); + _this.___ReorderableItemState__listState_A = result; + result._registerItem$1(_this); _this.super$State$initState(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._offsetAnimation; if (t1 != null) - t1.dispose$0(0); - A._lateReadCheck(_this.___ReorderableItemState__listState, "_listState")._unregisterItem$2(_this._widget.index, _this); - _this.super$State$dispose(0); + t1.dispose$0(); + t1 = _this.___ReorderableItemState__listState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._unregisterItem$2(_this._widget.index, _this); + _this.super$State$dispose(); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this, - _s10_ = "_listState"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.index; if (t1 != _this._widget.index) { - A._lateReadCheck(_this.___ReorderableItemState__listState, _s10_)._unregisterItem$2(t1, _this); - A._lateReadCheck(_this.___ReorderableItemState__listState, _s10_)._registerItem$1(_this); + t2 = _this.___ReorderableItemState__listState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2._unregisterItem$2(t1, _this); + _this.___ReorderableItemState__listState_A._registerItem$1(_this); } }, - build$1(_, context) { + build$1(context) { var t1, _this = this; if (_this._dragging) return B.SizedBox_null_null_null_null; - A._lateReadCheck(_this.___ReorderableItemState__listState, "_listState")._registerItem$1(_this); + t1 = _this.___ReorderableItemState__listState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._registerItem$1(_this); t1 = A.Matrix4_Matrix4$translationValues(_this.get$offset(_this)._dx, _this.get$offset(_this)._dy, 0); return A.Transform$(null, _this._widget.child, t1, true); }, deactivate$0() { - var _this = this; - A._lateReadCheck(_this.___ReorderableItemState__listState, "_listState")._unregisterItem$2(_this._widget.index, _this); + var _this = this, + t1 = _this.___ReorderableItemState__listState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._unregisterItem$2(_this._widget.index, _this); _this.super$State$deactivate(); }, get$offset(_) { var animValue, _this = this, t1 = _this._offsetAnimation; if (t1 != null) { - animValue = B.Cubic_xDo.transform$1(0, A._lateReadCheck(t1.__AnimationController__value, "_value")); + t1 = t1.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + animValue = B.Cubic_xDo.transform$1(0, t1); t1 = A.Offset_lerp(_this._startOffset, _this._targetOffset, animValue); t1.toString; return t1; @@ -258885,23 +263690,31 @@ return _this._targetOffset; }, updateForGap$4(gapIndex, gapExtent, animate, reverse) { - var t1, newTargetOffset, t2, _this = this, - _s10_ = "_listState"; + var t1, t2, newTargetOffset, _this = this; if (gapIndex <= _this._widget.index) { t1 = reverse ? -gapExtent : gapExtent; - newTargetOffset = A._extentOffset(t1, A.axisDirectionToAxis(A._lateReadCheck(A._lateReadCheck(_this.___ReorderableItemState__listState, _s10_).__SliverReorderableListState__scrollable, "_scrollable")._widget.axisDirection)); + t2 = _this.___ReorderableItemState__listState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__SliverReorderableListState__scrollable_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + newTargetOffset = A._extentOffset(t1, A.axisDirectionToAxis(t2._widget.axisDirection)); } else newTargetOffset = B.Offset_0_0; if (!newTargetOffset.$eq(0, _this._targetOffset)) { _this._targetOffset = newTargetOffset; if (animate) if (_this._offsetAnimation == null) { - t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, A._lateReadCheck(_this.___ReorderableItemState__listState, _s10_)); + t1 = _this.___ReorderableItemState__listState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, t1); t1.didRegisterListener$0(); t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; t2._observer_list$_list.push(_this.get$rebuild()); - t1.addStatusListener$1(new A._ReorderableItemState_updateForGap_closure(_this)); + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(new A._ReorderableItemState_updateForGap_closure(_this)); t1.forward$0(0); _this._offsetAnimation = t1; } else { @@ -258911,7 +263724,7 @@ else { t1 = _this._offsetAnimation; if (t1 != null) { - t1.dispose$0(0); + t1.dispose$0(); _this._offsetAnimation = null; } _this._startOffset = _this._targetOffset; @@ -258936,7 +263749,7 @@ if ($status === B.AnimationStatus_3) { t1 = this.$this; t1._startOffset = t1._targetOffset; - t1._offsetAnimation.dispose$0(0); + t1._offsetAnimation.dispose$0(); t1._offsetAnimation = null; } }, @@ -258948,7 +263761,7 @@ $signature: 0 }; A.ReorderableDragStartListener.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.Listener$(B.HitTestBehavior_0, this.child, _null, _null, new A.ReorderableDragStartListener_build_closure(this, context), _null, _null, _null, _null); }, @@ -258971,7 +263784,7 @@ } return null; }, - $signature: 252 + $signature: 251 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -258980,25 +263793,29 @@ } }; A._DragInfo.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this._proxyAnimation; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); }, startDrag$0() { - var t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, this.tickerProvider); - t1.addStatusListener$1(new A._DragInfo_startDrag_closure(this)); + var t2, + t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, this.tickerProvider); + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(new A._DragInfo_startDrag_closure(this)); t1.forward$0(0); this._proxyAnimation = t1; }, update$1(_, details) { var _this = this, - _s12_ = "dragPosition", t1 = details.delta, delta = A._restrictAxis(t1, _this.scrollDirection), - t2 = A._lateReadCheck(_this.___DragInfo_dragPosition, _s12_).$add(0, delta); - _this.___DragInfo_dragPosition = t2; - t2 = A._lateReadCheck(t2, _s12_); + t2 = _this.___DragInfo_dragPosition_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.$add(0, delta); + _this.___DragInfo_dragPosition_A = t2; _this.onUpdate.call$3(_this, t2, t1); }, end$1(_, details) { @@ -259009,21 +263826,30 @@ var _this = this, t1 = _this._proxyAnimation; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._proxyAnimation = null; _this.onCancel.call$1(_this); }, createProxy$1(context) { - var t6, t7, _this = this, - t1 = A._lateReadCheck(_this.___DragInfo_capturedThemes, "capturedThemes"), - t2 = A._lateReadCheck(_this.___DragInfo_listState, "listState"), - t3 = A._lateReadCheck(_this.___DragInfo_index, "index"), - t4 = A._lateReadCheck(_this.___DragInfo_itemSize, "itemSize"), - t5 = _this._proxyAnimation; + var t2, t3, t4, t5, t6, t7, _this = this, + t1 = _this.___DragInfo_capturedThemes_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___DragInfo_listState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___DragInfo_index_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___DragInfo_itemSize_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this._proxyAnimation; t5.toString; - t6 = A._lateReadCheck(_this.___DragInfo_dragPosition, "dragPosition").$sub(0, A._lateReadCheck(_this.___DragInfo_dragOffset, "dragOffset")).$sub(0, A._overlayOrigin(context)); - t7 = A._lateReadCheck(_this.___DragInfo_child, "child"); - return new A._CaptureAll(t1._themes, new A._DragItemProxy(t2, t3, t7, t6, t4, t5, _this.proxyDecorator, null), null); + t6 = _this.___DragInfo_dragPosition_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = _this.___DragInfo_dragOffset_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t7 = t6.$sub(0, t7).$sub(0, A._overlayOrigin(context)); + t6 = _this.___DragInfo_child_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + return new A._CaptureAll(t1._themes, new A._DragItemProxy(t2, t3, t6, t7, t4, t5, _this.proxyDecorator, null), null); } }; A._DragInfo_startDrag_closure.prototype = { @@ -259033,7 +263859,7 @@ t1 = this.$this; t2 = t1._proxyAnimation; if (t2 != null) - t2.dispose$0(0); + t2.dispose$0(); t1._proxyAnimation = null; t1.onDropCompleted.call$0(); } @@ -259041,7 +263867,7 @@ $signature: 42 }; A._DragItemProxy.prototype = { - build$1(_, context) { + build$1(context) { var proxyChild0, overlayOrigin, _this = this, proxyChild = _this.child, t1 = _this.animation; @@ -259054,19 +263880,22 @@ }; A._DragItemProxy_build_closure.prototype = { call$2(context, child) { - var t2, _null = null, + var t2, t3, _null = null, t1 = this.$this, effectivePosition = t1.position, dropPosition = t1.listState._finalDropPosition; if (dropPosition != null) { - t2 = A.Offset_lerp(dropPosition.$sub(0, this.overlayOrigin), effectivePosition, B.Cubic_xDo0.transform$1(0, A._lateReadCheck(t1.animation.__AnimationController__value, "_value"))); - t2.toString; - effectivePosition = t2; + t2 = dropPosition.$sub(0, this.overlayOrigin); + t3 = t1.animation.__AnimationController__value_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Offset_lerp(t2, effectivePosition, B.Cubic_xDo0.transform$1(0, t3)); + t3.toString; + effectivePosition = t3; } 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: 529 + $signature: 538 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -259087,13 +263916,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.RestorationScope.prototype = { @@ -259107,7 +263936,7 @@ }, restoreState$2(oldBucket, initialRestore) { }, - build$1(_, context) { + build$1(context) { return A.UnmanagedRestorationScope$(this.RestorationMixin__bucket, this._widget.child); } }; @@ -259143,26 +263972,33 @@ return false; }, _loadRootBucketIfNecessary$0() { - var _this = this; + var t1, _this = this; if (_this.get$_isWaitingForRootBucket() && !_this._isLoadingRootBucket) { _this._isLoadingRootBucket = true; ++$.RendererBinding__instance.RendererBinding__firstFrameDeferredCount; - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager, "_restorationManager").get$rootBucket().then$1$1(0, new A._RootRestorationScopeState__loadRootBucketIfNecessary_closure(_this), type$.Null); + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.get$rootBucket().then$1$1(0, new A._RootRestorationScopeState__loadRootBucketIfNecessary_closure(_this), type$.Null); } }, _replaceRootBucket$0() { - var _this = this; + var t1, _this = this; _this._rootBucketValid = false; _this._rootBucket = null; - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager, "_restorationManager").removeListener$1(0, _this.get$_replaceRootBucket()); + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_replaceRootBucket()); _this._loadRootBucketIfNecessary$0(); }, - dispose$0(_) { - if (this._rootBucketValid) - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager, "_restorationManager").removeListener$1(0, this.get$_replaceRootBucket()); - this.super$State$dispose(0); + dispose$0() { + if (this._rootBucketValid) { + var t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, this.get$_replaceRootBucket()); + } + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, t1 = _this._okToRenderBlankContainer; t1.toString; @@ -259178,15 +264014,18 @@ }; A._RootRestorationScopeState__loadRootBucketIfNecessary_closure.prototype = { call$1(bucket) { - var t1 = this.$this; + var t2, + t1 = this.$this; t1._isLoadingRootBucket = false; if (t1._framework$_element != null) { - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager, "_restorationManager").addListener$1(0, t1.get$_replaceRootBucket()); + t2 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.addListener$1(0, t1.get$_replaceRootBucket()); t1.setState$1(new A._RootRestorationScopeState__loadRootBucketIfNecessary__closure(t1, bucket)); } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2646 + $signature: 2162 }; A._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0() { @@ -259201,12 +264040,12 @@ get$enabled(_) { return true; }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._restoration0$_owner; if (t1 != null) t1._unregister$1(_this); - _this.super$ChangeNotifier$dispose(0); + _this.super$ChangeNotifier$dispose(); _this._restoration0$_disposed = true; } }; @@ -259253,7 +264092,7 @@ oldBucket = _this.RestorationMixin__bucket; if (_this._updateBucketIfNecessary$2$parent$restorePending(_this.RestorationMixin__currentParent, false)) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, get$restorePending() { var t1, potentialNewParent, _this = this; @@ -259352,7 +264191,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -259375,16 +264214,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__RestorationScopeState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.RestorableValue.prototype = { @@ -259461,10 +264300,9 @@ value.toString; J.addListener$1$x(value, _this.get$notifyListeners()); }, - dispose$0(_) { - var t1; - this.super$RestorableProperty$dispose(0); - t1 = this._restoration_properties$_value; + dispose$0() { + this.super$RestorableProperty$dispose(); + var t1 = this._restoration_properties$_value; if (t1 != null) t1.removeListener$1(0, this.get$notifyListeners()); } @@ -259474,14 +264312,14 @@ this._disposeOldValue$0(); this.super$RestorableListenable$initWithValue(value); }, - dispose$0(_) { + dispose$0() { this._disposeOldValue$0(); - this.super$RestorableListenable$dispose(0); + this.super$RestorableListenable$dispose(); }, _disposeOldValue$0() { var t1 = this._restoration_properties$_value; if (t1 != null) - A.scheduleMicrotask(t1.get$dispose(t1)); + A.scheduleMicrotask(t1.get$dispose()); } }; A.RestorableTextEditingController.prototype = { @@ -259497,7 +264335,352 @@ return this._restoration_properties$_value._change_notifier$_value.text; } }; + A.__RouterState_State_RestorationMixin_dispose_closure.prototype = { + call$2(property, listener) { + if (!property._restoration0$_disposed) + property.removeListener$1(0, listener); + }, + $signature: 114 + }; A.RouteInformation.prototype = {}; + A.Router.prototype = { + createState$0() { + return new A._RouterState(new A._RestorableRouteInformation($.$get$ChangeNotifier__emptyListeners()), null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), null, true, null, B._StateLifecycle_0, this.$ti._eval$1("_RouterState<1>")); + } + }; + A.RouteInformationReportingType.prototype = { + toString$0(_) { + return "RouteInformationReportingType." + this._core$_name; + } + }; + A._RouterState.prototype = { + get$restorationId() { + return this._widget.restorationScopeId; + }, + initState$0() { + var t1, _this = this; + _this.super$State$initState(); + t1 = _this._widget.routeInformationProvider; + if (t1 != null) + t1.addListener$1(0, _this.get$_handleRouteInformationProviderNotification()); + t1 = _this._widget.backButtonDispatcher; + if (t1 != null) + t1.addCallback$1(_this.get$_handleBackButtonDispatcherNotification()); + _this._widget.routerDelegate.addListener$1(0, _this.get$_handleRouterDelegateNotification()); + }, + restoreState$2(oldBucket, initialRestore) { + var _this = this, + t1 = _this._routeInformation; + _this.registerForRestoration$2(t1, "route"); + t1 = t1._restoration_properties$_value; + if (t1 != null) + _this._processRouteInformation$2(t1, new A._RouterState_restoreState_closure(_this)); + else { + t1 = _this._widget.routeInformationProvider; + if (t1 != null) + _this._processRouteInformation$2(t1._router$_value, new A._RouterState_restoreState_closure0(_this)); + } + }, + _scheduleRouteInformationReportingTask$0() { + var _this = this; + if (_this._routeInformationReportingTaskScheduled || _this._widget.routeInformationProvider == null) + return; + _this._routeInformationReportingTaskScheduled = true; + $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(_this.get$_reportRouteInformation()); + }, + _reportRouteInformation$1(timestamp) { + var t1, t2, t3, replace, _this = this; + _this._routeInformationReportingTaskScheduled = false; + t1 = _this._routeInformation._restoration_properties$_value; + if (t1 != null) { + t2 = _this._widget.routeInformationProvider; + t2.toString; + t3 = _this._currentIntentionToReport; + t3.toString; + if (t3 !== B.RouteInformationReportingType_1) + replace = t3 === B.RouteInformationReportingType_0 && t2._valueInEngine.location == t1.location; + else + replace = true; + B.OptionalMethodChannel_qNA.invokeMethod$1$1("selectMultiEntryHistory", type$.void); + t3 = t1.location; + t3.toString; + A.SystemNavigator_routeInformationUpdated(t3, replace, t1.state); + t2._valueInEngine = t2._router$_value = t1; + } + _this._currentIntentionToReport = B.RouteInformationReportingType_0; + }, + _retrieveNewRouteInformation$0() { + this._widget.routerDelegate.get$currentConfiguration(); + this._widget.toString; + return null; + }, + _maybeNeedToReportRouteInformation$0() { + var _this = this; + _this._routeInformation.set$value(0, _this._retrieveNewRouteInformation$0()); + if (_this._currentIntentionToReport == null) + _this._currentIntentionToReport = B.RouteInformationReportingType_0; + _this._scheduleRouteInformationReportingTask$0(); + }, + didChangeDependencies$0() { + var t1, _this = this; + _this.___RouterState__routeParsePending_A = true; + _this.super$__RouterState_State_RestorationMixin$didChangeDependencies(); + t1 = _this._widget.routeInformationProvider; + if (t1 != null && _this.___RouterState__routeParsePending_A) + _this._processRouteInformation$2(t1._router$_value, new A._RouterState_didChangeDependencies_closure(_this)); + _this.___RouterState__routeParsePending_A = false; + _this._maybeNeedToReportRouteInformation$0(); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, t3, _this = this; + _this.super$__RouterState_State_RestorationMixin$didUpdateWidget(oldWidget); + t1 = _this._widget; + t2 = t1.routeInformationProvider; + t3 = oldWidget.routeInformationProvider; + t2 = t2 == t3; + if (t2) + if (t1.backButtonDispatcher == oldWidget.backButtonDispatcher) + t1 = false; + else + t1 = true; + else + t1 = true; + if (t1) + _this._currentRouterTransaction = new A.Object(); + if (!t2) { + t1 = t3 == null; + if (!t1) + t3.removeListener$1(0, _this.get$_handleRouteInformationProviderNotification()); + t2 = _this._widget.routeInformationProvider; + if (t2 != null) + t2.addListener$1(0, _this.get$_handleRouteInformationProviderNotification()); + t1 = t1 ? null : t3._router$_value; + t2 = _this._widget.routeInformationProvider; + if (t1 != (t2 == null ? null : t2._router$_value)) + _this._handleRouteInformationProviderNotification$0(); + } + t1 = _this._widget.backButtonDispatcher; + t2 = oldWidget.backButtonDispatcher; + if (t1 != t2) { + if (t2 != null) + t2.removeCallback$1(_this.get$_handleBackButtonDispatcherNotification()); + t1 = _this._widget.backButtonDispatcher; + if (t1 != null) + t1.addCallback$1(_this.get$_handleBackButtonDispatcherNotification()); + } + _this._widget.toString; + }, + dispose$0() { + var _this = this, + t1 = _this._widget.routeInformationProvider; + if (t1 != null) + t1.removeListener$1(0, _this.get$_handleRouteInformationProviderNotification()); + t1 = _this._widget.backButtonDispatcher; + if (t1 != null) + t1.removeCallback$1(_this.get$_handleBackButtonDispatcherNotification()); + _this._widget.routerDelegate.removeListener$1(0, _this.get$_handleRouterDelegateNotification()); + _this._currentRouterTransaction = null; + _this.super$__RouterState_State_RestorationMixin$dispose(); + }, + _processRouteInformation$2(information, delegateRouteSetter) { + var t1, t2, _this = this; + _this.___RouterState__routeParsePending_A = false; + _this._currentRouterTransaction = new A.Object(); + t1 = _this._widget.routeInformationParser; + t1.toString; + t2 = _this._framework$_element; + t2.toString; + t1.parseRouteInformationWithDependencies$2(information, t2).then$1$1(0, _this._processParsedRouteInformation$2(_this._currentRouterTransaction, delegateRouteSetter), type$.void); + }, + _processParsedRouteInformation$2(transaction, delegateRouteSetter) { + return new A._RouterState__processParsedRouteInformation_closure(this, transaction, delegateRouteSetter); + }, + _handleRouteInformationProviderNotification$0() { + var _this = this; + _this.___RouterState__routeParsePending_A = true; + _this._processRouteInformation$2(_this._widget.routeInformationProvider._router$_value, new A._RouterState__handleRouteInformationProviderNotification_closure(_this)); + }, + _handleBackButtonDispatcherNotification$0() { + var _this = this; + _this._currentRouterTransaction = new A.Object(); + return _this._widget.routerDelegate.popRoute$0().then$1$1(0, _this._handleRoutePopped$1(_this._currentRouterTransaction), type$.bool); + }, + _handleRoutePopped$1(transaction) { + return new A._RouterState__handleRoutePopped_closure(this, transaction); + }, + _router$_rebuild$0() { + this.setState$1(new A._RouterState__rebuild_closure()); + this._maybeNeedToReportRouteInformation$0(); + return new A.SynchronousFuture(null, type$.SynchronousFuture_void); + }, + _handleRouterDelegateNotification$0() { + this.setState$1(new A._RouterState__handleRouterDelegateNotification_closure()); + this._maybeNeedToReportRouteInformation$0(); + }, + build$1(context) { + var t1 = this.RestorationMixin__bucket, + t2 = this._widget, + t3 = t2.routeInformationProvider, + t4 = t2.backButtonDispatcher, + t5 = t2.routeInformationParser; + t2 = t2.routerDelegate; + return A.UnmanagedRestorationScope$(t1, new A._RouterScope(t3, t4, t5, t2, this, new A.Builder(t2.get$build(), null), null)); + } + }; + A._RouterState_restoreState_closure.prototype = { + call$0() { + return this.$this._widget.routerDelegate.get$setRestoredRoutePath(); + }, + $signature() { + return this.$this.$ti._eval$1("Future<~>(1)()"); + } + }; + A._RouterState_restoreState_closure0.prototype = { + call$0() { + return this.$this._widget.routerDelegate.get$setInitialRoutePath(); + }, + $signature() { + return this.$this.$ti._eval$1("Future<~>(1)()"); + } + }; + A._RouterState_didChangeDependencies_closure.prototype = { + call$0() { + return this.$this._widget.routerDelegate.get$setNewRoutePath(); + }, + $signature() { + return this.$this.$ti._eval$1("Future<~>(1)()"); + } + }; + A._RouterState__processParsedRouteInformation_closure.prototype = { + call$1(data) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue, $async$self = this, t1, t2; + var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $async$self.$this; + t2 = $async$self.transaction; + if (t1._currentRouterTransaction != t2) { + // goto return + $async$goto = 1; + break; + } + $async$goto = 3; + return A._asyncAwait($async$self.delegateRouteSetter.call$0().call$1(data), $async$call$1); + case 3: + // returning from await. + if (t1._currentRouterTransaction == t2) + t1._router$_rebuild$0(); + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$call$1, $async$completer); + }, + $signature() { + return this.$this.$ti._eval$1("Future<~>(1)"); + } + }; + A._RouterState__handleRouteInformationProviderNotification_closure.prototype = { + call$0() { + return this.$this._widget.routerDelegate.get$setNewRoutePath(); + }, + $signature() { + return this.$this.$ti._eval$1("Future<~>(1)()"); + } + }; + A._RouterState__handleRoutePopped_closure.prototype = { + call$1(data) { + var t1 = this.$this; + if (this.transaction != t1._currentRouterTransaction) + return new A.SynchronousFuture(true, type$.SynchronousFuture_bool); + t1._router$_rebuild$0(); + return new A.SynchronousFuture(data, type$.SynchronousFuture_bool); + }, + $signature: 2165 + }; + A._RouterState__rebuild_closure.prototype = { + call$0() { + }, + $signature: 0 + }; + A._RouterState__handleRouterDelegateNotification_closure.prototype = { + call$0() { + }, + $signature: 0 + }; + A._RouterScope.prototype = { + updateShouldNotify$1(oldWidget) { + var t1; + if (this.routeInformationProvider == oldWidget.routeInformationProvider) + if (this.backButtonDispatcher == oldWidget.backButtonDispatcher) + t1 = this.routerState !== oldWidget.routerState; + else + t1 = true; + else + t1 = true; + return t1; + } + }; + A._RestorableRouteInformation.prototype = { + createDefaultValue$0() { + return null; + }, + didUpdateValue$1(oldValue) { + this.notifyListeners$0(); + }, + fromPrimitives$1(data) { + var t1; + if (data == null) + return null; + type$.List_nullable_Object._as(data); + t1 = J.getInterceptor$ax(data); + return new A.RouteInformation(A._asStringQ(t1.get$first(data)), t1.get$last(data)); + }, + toPrimitives$0() { + var t1 = this._restoration_properties$_value; + return t1 == null ? null : [t1.location, t1.state]; + } + }; + A.__RouterState_State_RestorationMixin.prototype = { + didUpdateWidget$1(oldWidget) { + this.super$State$didUpdateWidget(oldWidget); + this.didUpdateRestorationId$0(); + }, + didChangeDependencies$0() { + var oldBucket, needsRestore, t1, didReplaceBucket, _this = this; + _this.super$State$didChangeDependencies(); + oldBucket = _this.RestorationMixin__bucket; + needsRestore = _this.get$restorePending(); + t1 = _this._framework$_element; + t1.toString; + t1 = A.RestorationScope_of(t1); + _this.RestorationMixin__currentParent = t1; + didReplaceBucket = _this._updateBucketIfNecessary$2$parent$restorePending(t1, needsRestore); + if (needsRestore) { + _this.restoreState$2(oldBucket, _this.RestorationMixin__firstRestorePending); + _this.RestorationMixin__firstRestorePending = false; + } + if (didReplaceBucket) + if (oldBucket != null) + oldBucket.dispose$0(); + }, + dispose$0() { + var t1, _this = this; + _this.RestorationMixin__properties.forEach$1(0, new A.__RouterState_State_RestorationMixin_dispose_closure()); + t1 = _this.RestorationMixin__bucket; + if (t1 != null) + t1.dispose$0(); + _this.RestorationMixin__bucket = null; + _this.super$State$dispose(); + } + }; A.OverlayRoute.prototype = { get$overlayEntries() { return this._overlayEntries; @@ -259505,23 +264688,25 @@ install$0() { var t2, _this = this, t1 = A.OverlayEntry$(_this.get$_buildModalBarrier(), false); - _this.__ModalRoute__modalBarrier = t1; + _this.__ModalRoute__modalBarrier_A = t1; _this.get$maintainState(); t2 = A.OverlayEntry$(_this.get$_buildModalScope(), true); - _this.__ModalRoute__modalScope = t2; + _this.__ModalRoute__modalScope_A = t2; B.JSArray_methods.addAll$1(_this._overlayEntries, A._setArrayType([t1, t2], type$.JSArray_OverlayEntry)); _this.super$Route$install(); }, didPop$1(result) { - var _this = this; + var t1, _this = this; _this.super$Route$didPop(result); - if (A._lateReadCheck(_this._routes$_controller.__AnimationController__status, "_status") === B.AnimationStatus_0 && !_this._popFinalized) + t1 = _this._routes$_controller.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 === B.AnimationStatus_0 && !_this._popFinalized) _this._navigator$_navigator.finalizeRoute$1(_this); return true; }, - dispose$0(_) { - B.JSArray_methods.set$length(this._overlayEntries, 0); - this.super$Route$dispose(0); + dispose$0() { + B.JSArray_methods.clear$0(this._overlayEntries); + this.super$Route$dispose(); } }; A.TransitionRoute.prototype = { @@ -259586,11 +264771,13 @@ t1.set$value(0, t1.upperBound); }, didReplace$1(oldRoute) { - var t1; + var t1, t2; if (oldRoute instanceof A.TransitionRoute) { t1 = this._routes$_controller; t1.toString; - t1.set$value(0, A._lateReadCheck(oldRoute._routes$_controller.__AnimationController__value, "_value")); + t2 = oldRoute._routes$_controller.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, t2); } this.super$Route$didReplace(oldRoute); }, @@ -259625,7 +264812,7 @@ _this._setSecondaryAnimation$2(t3, t5); else { t1.newAnimation = null; - t4 = new A.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd(_this, t3, nextRoute); + t4 = new A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd(_this, t3, nextRoute); _this._trainHoppingListenerRemover = new A.TransitionRoute__updateSecondaryAnimation_closure(t1, t3, t4); t3.addStatusListener$1(t4); newAnimation = A.TrainHoppingAnimation$(t2, t3, new A.TransitionRoute__updateSecondaryAnimation_closure0(t1, _this, nextRoute)); @@ -259653,16 +264840,16 @@ canTransitionFrom$1(previousRoute) { return true; }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._routes$_animation; if (t1 != null) t1.removeStatusListener$1(_this.get$_handleStatusChanged()); t1 = _this._routes$_controller; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._transitionCompleter.complete$1(0, _this._routes$_result); - _this.super$OverlayRoute$dispose(0); + _this.super$OverlayRoute$dispose(); }, get$debugLabel() { return "TransitionRoute"; @@ -259671,7 +264858,7 @@ return "TransitionRoute(animation: " + A.S(this._routes$_controller) + ")"; } }; - A.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd.prototype = { + A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd.prototype = { call$1($status) { var t1, t2; switch ($status) { @@ -259696,10 +264883,10 @@ }; A.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0() { - this.nextTrain.removeStatusListener$1(this._jumpOnAnimationEnd); + this.nextTrain.removeStatusListener$1(this.jumpOnAnimationEnd); var t1 = this._box_0.newAnimation; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); }, $signature: 0 }; @@ -259723,7 +264910,7 @@ if (t1._animations$_parent == t2) { t1.set$parent(0, B.C__AlwaysDismissedAnimation); if (t2 instanceof A.TrainHoppingAnimation) - t2.dispose$0(0); + t2.dispose$0(); } }, $signature: 6 @@ -259740,24 +264927,30 @@ }; A.LocalHistoryRoute.prototype = { addLocalHistoryEntry$1(entry) { - var t1, t2, _this = this; + var t1, t2, internalStateChanged, _this = this; entry._routes$_owner = _this; t1 = _this.LocalHistoryRoute__localHistory; if (t1 == null) t1 = _this.LocalHistoryRoute__localHistory = A._setArrayType([], type$.JSArray_LocalHistoryEntry); t2 = t1.length; t1.push(entry); - if (t2 === 0) + if (entry.impliesAppBarDismissal) { + t1 = _this.LocalHistoryRoute__entriesImpliesAppBarDismissal; + internalStateChanged = t1 === 0; + _this.LocalHistoryRoute__entriesImpliesAppBarDismissal = t1 + 1; + } else + internalStateChanged = false; + if (t2 === 0 || internalStateChanged) _this.changedInternalState$0(); }, removeLocalHistoryEntry$1(entry) { - var _this = this, + var internalStateChanged, _this = this, t1 = _this.LocalHistoryRoute__localHistory; t1.toString; - B.JSArray_methods.remove$1(t1, entry); + internalStateChanged = B.JSArray_methods.remove$1(t1, entry) && entry.impliesAppBarDismissal && --_this.LocalHistoryRoute__entriesImpliesAppBarDismissal === 0; entry._routes$_owner = null; entry._notifyRemoved$0(); - if (_this.LocalHistoryRoute__localHistory.length === 0) { + if (_this.LocalHistoryRoute__localHistory.length === 0 || internalStateChanged) { t1 = $.SchedulerBinding__instance; if (t1.SchedulerBinding__schedulerPhase === B.SchedulerPhase_3) t1.SchedulerBinding__postFrameCallbacks.push(new A.LocalHistoryRoute_removeLocalHistoryEntry_closure(_this)); @@ -259774,7 +264967,7 @@ call$1(duration) { this.$this.changedInternalState$0(); }, - $signature: 24 + $signature: 19 }; A._DismissModalAction.prototype = { isEnabled$1(_, intent) { @@ -259786,12 +264979,13 @@ }; A._ModalScopeStatus.prototype = { updateShouldNotify$1(old) { - return this.isCurrent !== old.isCurrent || this.canPop !== old.canPop || this.route !== old.route; + var _this = this; + return _this.isCurrent !== old.isCurrent || _this.canPop !== old.canPop || _this.impliesAppBarDismissal !== old.impliesAppBarDismissal || _this.route !== old.route; } }; A._ModalScope.prototype = { createState$0() { - return new A._ModalScopeState(A.FocusScopeNode$(true, B.Type__ModalScopeState_Yap.toString$0(0) + " Focus Scope", false), new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0, this.$ti._eval$1("_ModalScopeState<1>")); + return new A._ModalScopeState(A.FocusScopeNode$(true, B.Type__ModalScopeState_Yap.toString$0(0) + " Focus Scope", false), A.ScrollController$(0, true), B._StateLifecycle_0, this.$ti._eval$1("_ModalScopeState<1>")); } }; A._ModalScopeState.prototype = { @@ -259805,7 +264999,7 @@ t2 = _this._widget.route._secondaryAnimationProxy; if (t2 != null) t1.push(t2); - _this.___ModalScopeState__listenable = new A._MergingListenable(t1); + _this.___ModalScopeState__listenable_A = new A._MergingListenable(t1); if (_this._widget.route.get$isCurrent()) { _this._widget.route._navigator$_navigator._widget.toString; t1 = true; @@ -259832,9 +265026,9 @@ _forceRebuildPage$0() { this.setState$1(new A._ModalScopeState__forceRebuildPage_closure(this)); }, - dispose$0(_) { - this.focusScopeNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this.focusScopeNode.dispose$0(); + this.super$State$dispose(); }, get$_shouldIgnoreFocusRequest() { var t1 = this._widget.route._animationProxy; @@ -259846,8 +265040,8 @@ t1 = true; return t1; }, - build$1(_, context) { - var t4, _this = this, _null = null, + build$1(context) { + var t4, t5, _this = this, _null = null, t1 = _this._widget.route, t2 = t1.get$isCurrent(), t3 = _this._widget.route; @@ -259857,7 +265051,9 @@ } else t3 = true; t4 = _this._widget.route; - return A.AnimatedBuilder$(t1._restorationScopeId, new A._ModalScopeState_build_closure(_this), new A._ModalScopeStatus(t2, t3, t1, new A.Offstage(t4._offstage, new A.PageStorage(new A.Builder(new A._ModalScopeState_build_closure0(_this), _null), t4._storageBucket, _null), _null), _null)); + t4 = t4.get$hasActiveRouteBelow() || t4.LocalHistoryRoute__entriesImpliesAppBarDismissal > 0; + t5 = _this._widget.route; + return A.AnimatedBuilder$(t1._restorationScopeId, new A._ModalScopeState_build_closure(_this), new A._ModalScopeStatus(t2, t3, t4, t1, new A.Offstage(t5._offstage, new A.PageStorage(new A.Builder(new A._ModalScopeState_build_closure0(_this), _null), t5._storageBucket, _null), _null), _null)); } }; A._ModalScopeState__forceRebuildPage_closure.prototype = { @@ -259872,21 +265068,22 @@ child.toString; return new A.RestorationScope(child, t1, null); }, - $signature: 2627 + $signature: 2167 }; A._ModalScopeState_build_closure0.prototype = { call$1(context) { - var _null = null, + var t5, _null = null, t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_DismissIntent_Fb0, new A._DismissModalAction(context, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.Type, type$.Action_Intent), t2 = this.$this, t3 = t2.focusScopeNode, - t4 = A._lateReadCheck(t2.___ModalScopeState__listenable, "_listenable"), - t5 = t2._page; + t4 = t2.___ModalScopeState__listenable_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t2._page; if (t5 == null) t5 = t2._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.FocusTrap(t3, new A.RepaintBoundary(A.AnimatedBuilder$(t4, new A._ModalScopeState_build__closure0(t2), t5), _null), _null), _null, t3), t2.primaryScrollController)); }, - $signature: 2626 + $signature: 2170 }; A._ModalScopeState_build__closure0.prototype = { call$2(context, child) { @@ -259903,7 +265100,7 @@ t5 = new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 194 + $signature: 184 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -259912,7 +265109,7 @@ t1.focusScopeNode.set$canRequestFocus(!ignoreEvents); return new A.IgnorePointer(ignoreEvents, null, child, null); }, - $signature: 2608 + $signature: 2172 }; A._ModalScopeState_build__closure.prototype = { call$1(context) { @@ -259924,7 +265121,7 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 81 + $signature: 79 }; A.ModalRoute.prototype = { setState$1(fn) { @@ -260050,15 +265247,20 @@ var t1, _this = this; _this.super$Route$changedInternalState(); _this.setState$1(new A.ModalRoute_changedInternalState_closure()); - A._lateReadCheck(_this.__ModalRoute__modalBarrier, "_modalBarrier").markNeedsBuild$0(); - t1 = A._lateReadCheck(_this.__ModalRoute__modalScope, "_modalScope"); + t1 = _this.__ModalRoute__modalBarrier_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.markNeedsBuild$0(); + t1 = _this.__ModalRoute__modalScope_A; + t1 === $ && A.throwUnnamedLateFieldNI(); _this.get$maintainState(); t1.set$maintainState(true); }, changedExternalState$0() { this.super$Route$changedExternalState(); - A._lateReadCheck(this.__ModalRoute__modalBarrier, "_modalBarrier").markNeedsBuild$0(); - var t1 = this._scopeKey; + var t1 = this.__ModalRoute__modalBarrier_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.markNeedsBuild$0(); + t1 = this._scopeKey; if (t1.get$currentState() != null) t1.get$currentState()._forceRebuildPage$0(); }, @@ -260074,7 +265276,7 @@ type$.Animation_double._as(t1); barrier = new A.AnimatedModalBarrier(_this.get$barrierDismissible(), _this.get$barrierLabel(), true, new A._AnimatedEvaluation(t1, new A._ChainedEvaluation(new A.CurveTween(B.Cubic_JUR), new A.ColorTween(t2, t3), t4), t4._eval$1("_AnimatedEvaluation")), _null); } else - barrier = A.ModalBarrier$(true, _null, _this.get$barrierDismissible(), _this.get$barrierLabel()); + barrier = new A.ModalBarrier(_null, _this.get$barrierDismissible(), _null, true, _this.get$barrierLabel(), _null); t1 = _this._animationProxy; if (t1.get$status(t1) !== B.AnimationStatus_2) { t1 = _this._animationProxy; @@ -260084,14 +265286,14 @@ barrier = new A.IgnorePointer(t1, _null, barrier, _null); t1 = _this.get$barrierDismissible(); if (t1) - barrier = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null), false, false, false, barrier, _null); + barrier = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null), false, false, false, barrier, _null); return barrier; }, _buildModalScope$1(context) { var _this = this, _null = null, t1 = _this._modalScopeCache; if (t1 == null) - t1 = _this._modalScopeCache = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null), false, false, false, new A._ModalScope(_this, _this._scopeKey, A._instanceType(_this)._eval$1("_ModalScope")), _null); + t1 = _this._modalScopeCache = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null, _null), false, false, false, new A._ModalScope(_this, _this._scopeKey, A._instanceType(_this)._eval$1("_ModalScope")), _null); return t1; }, toString$0(_) { @@ -260148,7 +265350,7 @@ buildPage$3(context, animation, secondaryAnimation) { var _null = null, t1 = this._pageBuilder.call$3(context, animation, secondaryAnimation); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, new A.DisplayFeatureSubScreen(this.anchorPoint, t1, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, new A.DisplayFeatureSubScreen(this.anchorPoint, t1, _null), _null); }, buildTransitions$4(context, animation, secondaryAnimation, child) { return this._transitionBuilder.call$4(context, animation, secondaryAnimation, child); @@ -260157,9 +265359,7 @@ A.FocusTrap.prototype = { createRenderObject$1(context) { var t1 = new A._RenderFocusTrap(new A.Expando(new WeakMap(), type$.Expando_BoxHitTestResult), this.focusScopeNode, B.HitTestBehavior_0, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -260171,9 +265371,7 @@ A.FocusTrapArea.prototype = { createRenderObject$1(context) { var t1 = new A._RenderFocusTrapArea(this.focusNode, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -260216,6 +265414,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, + _checkForUnfocus$0() { + var t1 = this._previousFocus; + if (t1 == null) + return; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus === t1) + t1.unfocus$0(); + this._previousFocus = null; + }, handleEvent$2($event, entry) { var t1, result, focusNode, renderObject, hitCurrentFocus, t2, _i, target, _this = this; if (type$.PointerDownEvent._is($event)) @@ -260263,8 +265469,10 @@ t1.length === t2 || (0, A.throwConcurrentModificationError)(t1); ++_i; } - if (!hitCurrentFocus) - focusNode.unfocus$0(); + if (!hitCurrentFocus) { + _this._previousFocus = focusNode; + $.SchedulerBinding__instance.scheduleTask$1$2(_this.get$_checkForUnfocus(), B.Priority_200000, type$.void); + } } }; A._ModalRoute_TransitionRoute_LocalHistoryRoute.prototype = { @@ -260298,13 +265506,14 @@ return A._asyncStartSync($async$willPop$0, $async$completer); }, didPop$1(result) { - var entry, _this = this, + var entry, internalStateChanged, _this = this, t1 = _this.LocalHistoryRoute__localHistory; if (t1 != null && t1.length !== 0) { entry = t1.pop(); entry._routes$_owner = null; entry._notifyRemoved$0(); - if (_this.LocalHistoryRoute__localHistory.length === 0) + internalStateChanged = entry.impliesAppBarDismissal && --_this.LocalHistoryRoute__entriesImpliesAppBarDismissal === 0; + if (_this.LocalHistoryRoute__localHistory.length === 0 || internalStateChanged) _this.changedInternalState$0(); return false; } @@ -260313,7 +265522,7 @@ } }; A.SafeArea.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, padding = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.padding, t1 = _this.minimum, @@ -260347,7 +265556,7 @@ }, applyNewDimensions$0() { }, - dispose$0(_) { + dispose$0() { }, toString$0(_) { return "#" + A.shortHash(this); @@ -260377,9 +265586,9 @@ get$velocity() { return 0; }, - dispose$0(_) { + dispose$0() { this.onHoldCanceled.call$0(); - this.super$ScrollActivity$dispose(0); + this.super$ScrollActivity$dispose(); } }; A.ScrollDragController.prototype = { @@ -260467,7 +265676,7 @@ cancel$0(_) { this._delegate.goBallistic$1(0); }, - dispose$0(_) { + dispose$0() { this._lastDetails = null; this.onDragCanceled.call$0(); }, @@ -260506,9 +265715,9 @@ get$velocity() { return 0; }, - dispose$0(_) { + dispose$0() { this._scroll_activity$_controller = null; - this.super$ScrollActivity$dispose(0); + this.super$ScrollActivity$dispose(); }, toString$0(_) { return "#" + A.shortHash(this) + "(" + A.S(this._scroll_activity$_controller) + ")"; @@ -260516,13 +265725,22 @@ }; A.BallisticScrollActivity.prototype = { resetActivity$0() { - this._delegate.goBallistic$1(A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller").get$velocity()); + var t1 = this._delegate, + t2 = this.__BallisticScrollActivity__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.goBallistic$1(t2.get$velocity()); }, applyNewDimensions$0() { - this._delegate.goBallistic$1(A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller").get$velocity()); + var t1 = this._delegate, + t2 = this.__BallisticScrollActivity__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.goBallistic$1(t2.get$velocity()); }, _scroll_activity$_tick$0() { - var t1 = A._lateReadCheck(A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller").__AnimationController__value, "_value"); + var t1 = this.__BallisticScrollActivity__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (!(Math.abs(this._delegate.super$ScrollPosition$setPixels(t1)) < 1e-10)) { t1 = this._delegate; t1.beginActivity$1(new A.IdleScrollActivity(t1)); @@ -260532,7 +265750,9 @@ this._delegate.goBallistic$1(0); }, dispatchOverscrollNotification$3(metrics, context, overscroll) { - var t1 = A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller").get$velocity(); + var t1 = this.__BallisticScrollActivity__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$velocity(); if (context != null) context.dispatchNotification$1(new A.OverscrollNotification(null, overscroll, t1, metrics, context, 0)); }, @@ -260543,28 +265763,45 @@ return true; }, get$velocity() { - return A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller").get$velocity(); + var t1 = this.__BallisticScrollActivity__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.get$velocity(); }, - dispose$0(_) { - A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller").dispose$0(0); - this.super$ScrollActivity$dispose(0); + dispose$0() { + var t1 = this.__BallisticScrollActivity__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$ScrollActivity$dispose(); }, toString$0(_) { - return "#" + A.shortHash(this) + "(" + A.S(A._lateReadCheck(this.__BallisticScrollActivity__controller, "_controller")) + ")"; + var t1 = A.shortHash(this), + t2 = this.__BallisticScrollActivity__controller_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return "#" + t1 + "(" + t2.toString$0(0) + ")"; } }; A.DrivenScrollActivity.prototype = { _scroll_activity$_tick$0() { - if (this._delegate.super$ScrollPosition$setPixels(A._lateReadCheck(A._lateReadCheck(this.__DrivenScrollActivity__controller, "_controller").__AnimationController__value, "_value")) !== 0) { - var t1 = this._delegate; + var t1 = this._delegate, + t2 = this.__DrivenScrollActivity__controller_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t1.super$ScrollPosition$setPixels(t2) !== 0) { + t1 = this._delegate; t1.beginActivity$1(new A.IdleScrollActivity(t1)); } }, _scroll_activity$_end$0() { - this._delegate.goBallistic$1(A._lateReadCheck(this.__DrivenScrollActivity__controller, "_controller").get$velocity()); + var t1 = this._delegate, + t2 = this.__DrivenScrollActivity__controller_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.goBallistic$1(t2.get$velocity()); }, dispatchOverscrollNotification$3(metrics, context, overscroll) { - var t1 = A._lateReadCheck(this.__DrivenScrollActivity__controller, "_controller").get$velocity(); + var t1 = this.__DrivenScrollActivity__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$velocity(); if (context != null) context.dispatchNotification$1(new A.OverscrollNotification(null, overscroll, t1, metrics, context, 0)); }, @@ -260575,21 +265812,36 @@ return true; }, get$velocity() { - return A._lateReadCheck(this.__DrivenScrollActivity__controller, "_controller").get$velocity(); + var t1 = this.__DrivenScrollActivity__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.get$velocity(); }, - dispose$0(_) { - A._lateReadCheck(this.__DrivenScrollActivity__completer, "_completer").complete$0(0); - A._lateReadCheck(this.__DrivenScrollActivity__controller, "_controller").dispose$0(0); - this.super$ScrollActivity$dispose(0); + dispose$0() { + var t1 = this.__DrivenScrollActivity__completer_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.complete$0(0); + t1 = this.__DrivenScrollActivity__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$ScrollActivity$dispose(); }, toString$0(_) { - return "#" + A.shortHash(this) + "(" + A.S(A._lateReadCheck(this.__DrivenScrollActivity__controller, "_controller")) + ")"; + var t1 = A.shortHash(this), + t2 = this.__DrivenScrollActivity__controller_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return "#" + t1 + "(" + t2.toString$0(0) + ")"; } }; A.ScrollAwareImageProvider.prototype = { resolveStreamForKey$4(configuration, stream, key, handleError) { var t1, _this = this; - if (stream._image_stream$_completer != null || A._lateReadCheck($.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache, "_imageCache").containsKey$1(0, key)) { + if (stream._image_stream$_completer == null) { + t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.containsKey$1(0, key); + } else + t1 = true; + if (t1) { _this.imageProvider.resolveStreamForKey$4(configuration, stream, key, handleError); return; } @@ -260607,6 +265859,9 @@ load$2(_, key, decode) { return this.imageProvider.load$2(0, key, decode); }, + loadBuffer$2(key, decode) { + return this.imageProvider.loadBuffer$2(key, decode); + }, obtainKey$1(configuration) { return this.imageProvider.obtainKey$1(configuration); } @@ -260616,7 +265871,7 @@ var _this = this; A.scheduleMicrotask(new A.ScrollAwareImageProvider_resolveStreamForKey__closure(_this.$this, _this.configuration, _this.stream, _this.key, _this.handleError)); }, - $signature: 24 + $signature: 19 }; A.ScrollAwareImageProvider_resolveStreamForKey__closure.prototype = { call$0() { @@ -260650,7 +265905,7 @@ return A.defaultTargetPlatform(); }, get$dragDevices() { - return B.Set_icQTf; + return B.Set_chs59; }, buildViewportChrome$3(context, child, axisDirection) { var target, @@ -260693,7 +265948,7 @@ for (; true;) switch (target) { case 1: - return new A.StretchingOverscrollIndicator(axisDirection, child, null); + return new A.StretchingOverscrollIndicator(axisDirection, B.Clip_1, child, null); case 2: target = 3; continue c$0; @@ -260766,13 +266021,13 @@ t2 = type$.nullable__PointAtTime; return new A.IOSScrollViewFlingVelocityTracker(A.List_List$filled(20, null, false, t2), t1, A.List_List$filled(20, null, false, t2)); }, - $signature: 2604 + $signature: 2173 }; A.ScrollBehavior_velocityTrackerBuilder_closure0.prototype = { call$1($event) { return new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 535 + $signature: 810 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { @@ -260823,7 +266078,7 @@ }, shouldNotify$1(oldDelegate) { var _this = this; - return A.getRuntimeType(oldDelegate.delegate) !== A.getRuntimeType(_this.delegate) || oldDelegate.scrollbars !== _this.scrollbars || oldDelegate.overscroll !== _this.overscroll || oldDelegate.physics != _this.physics || oldDelegate.platform != _this.platform || A.setEquals(oldDelegate.get$dragDevices(), _this.get$dragDevices()) || false; + return A.getRuntimeType(oldDelegate.delegate) !== A.getRuntimeType(_this.delegate) || oldDelegate.scrollbars !== _this.scrollbars || oldDelegate.overscroll !== _this.overscroll || oldDelegate.physics != _this.physics || oldDelegate.platform != _this.platform || !A.setEquals(oldDelegate.get$dragDevices(), _this.get$dragDevices()) || false; }, velocityTrackerBuilder$1(context) { return this.delegate.velocityTrackerBuilder$1(context); @@ -260888,14 +266143,14 @@ position.removeListener$1(0, this.get$notifyListeners()); B.JSArray_methods.remove$1(this._positions, position); }, - dispose$0(_) { + dispose$0() { var t1, t2, t3, _i; for (t1 = this._positions, t2 = t1.length, t3 = this.get$notifyListeners(), _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) t1[_i].removeListener$1(0, t3); - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, createScrollPosition$3(physics, context, oldPosition) { - return A.ScrollPositionWithSingleContext$(context, this.debugLabel, this._initialScrollOffset, true, oldPosition, physics); + return A.ScrollPositionWithSingleContext$(context, null, this._initialScrollOffset, true, oldPosition, physics); }, toString$0(_) { var description = A._setArrayType([], type$.JSArray_String); @@ -260938,7 +266193,7 @@ }, get$extentInside() { var _this = this; - return _this.get$viewportDimension() - B.JSNumber_methods.clamp$2(_this.get$minScrollExtent() - _this.get$pixels(), 0, _this.get$viewportDimension()) - B.JSNumber_methods.clamp$2(_this.get$pixels() - _this.get$maxScrollExtent(), 0, _this.get$viewportDimension()); + return _this.get$viewportDimension() - A.clampDouble(_this.get$minScrollExtent() - _this.get$pixels(), 0, _this.get$viewportDimension()) - A.clampDouble(_this.get$pixels() - _this.get$maxScrollExtent(), 0, _this.get$viewportDimension()); } }; A.FixedScrollMetrics.prototype = { @@ -261121,12 +266376,13 @@ } } }, - build$1(_, context) { - return new A.NotificationListener(new A.ScrollNotificationObserverState_build_closure(this), new A._ScrollNotificationObserverScope(this, this._widget.child, null), null, type$.NotificationListener_ScrollNotification); + build$1(context) { + var _this = this; + return new A.NotificationListener(new A.ScrollNotificationObserverState_build_closure(_this), new A.NotificationListener(new A.ScrollNotificationObserverState_build_closure0(_this), new A._ScrollNotificationObserverScope(_this, _this._widget.child, null), null, type$.NotificationListener_ScrollNotification), null, type$.NotificationListener_ScrollMetricsNotification); }, - dispose$0(_) { + dispose$0() { this._scroll_notification_observer$_listeners = null; - this.super$State$dispose(0); + this.super$State$dispose(); } }; A.ScrollNotificationObserverState__notifyListeners_closure.prototype = { @@ -261135,15 +266391,25 @@ 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: 148 + $signature: 122 }; A.ScrollNotificationObserverState_build_closure.prototype = { + call$1(notification) { + var t1 = new A._ConvertedScrollMetricsNotification(null, null, notification.metrics, notification.context, 0); + t1.ViewportNotificationMixin__depth = notification.ViewportNotificationMixin__depth; + this.$this._scroll_notification_observer$_notifyListeners$1(t1); + return false; + }, + $signature: 391 + }; + A.ScrollNotificationObserverState_build_closure0.prototype = { call$1(notification) { this.$this._scroll_notification_observer$_notifyListeners$1(notification); return false; }, - $signature: 162 + $signature: 167 }; + A._ConvertedScrollMetricsNotification.prototype = {}; A.ScrollPhysics.prototype = { buildParent$1(ancestor) { var t1 = this.parent; @@ -261333,7 +266599,7 @@ if (enforceBoundary) { t1 = newPosition._scroll_metrics$_maxScrollExtent; t1.toString; - result = J.clamp$2$n(result, t2, t1); + result = A.clampDouble(result, t2, t1); } return result; } @@ -261373,9 +266639,7 @@ return 0; }, createBallisticSimulation$2(position, velocity) { - var t1, t2, t3, t4, t5, finalX, t6, - _s19_ = "_frictionSimulation", - _s11_ = "_springTime", + var t1, t2, t3, t4, t5, finalX, tolerance = this.get$tolerance(); if (Math.abs(velocity) >= tolerance.velocity || position.get$outOfRange()) { t1 = this.get$spring(); @@ -261387,34 +266651,24 @@ t4.toString; t5 = new A.BouncingScrollSimulation(t3, t4, t1, tolerance); if (t2 < t3) { - t5.__BouncingScrollSimulation__springSimulation = new A.ScrollSpringSimulation(t3, A._SpringSolution__SpringSolution(t1, t2 - t3, velocity), B.Tolerance_Gdw); - t5.__BouncingScrollSimulation__springTime = -1 / 0; + t5.__BouncingScrollSimulation__springSimulation_A = new A.ScrollSpringSimulation(t3, A._SpringSolution__SpringSolution(t1, t2 - t3, velocity), B.Tolerance_Gdw); + t5.__BouncingScrollSimulation__springTime_A = -1 / 0; } else if (t2 > t4) { - t5.__BouncingScrollSimulation__springSimulation = new A.ScrollSpringSimulation(t4, A._SpringSolution__SpringSolution(t1, t2 - t4, velocity), B.Tolerance_Gdw); - t5.__BouncingScrollSimulation__springTime = -1 / 0; + t5.__BouncingScrollSimulation__springSimulation_A = new A.ScrollSpringSimulation(t4, A._SpringSolution__SpringSolution(t1, t2 - t4, velocity), B.Tolerance_Gdw); + t5.__BouncingScrollSimulation__springTime_A = -1 / 0; } else { - t2 = t5.__BouncingScrollSimulation__frictionSimulation = new A.FrictionSimulation(0.135, Math.log(0.135), t2, velocity, B.Tolerance_Gdw); - finalX = A._lateReadCheck(t2, _s19_).get$finalX(); + t2 = t5.__BouncingScrollSimulation__frictionSimulation_A = new A.FrictionSimulation(0.135, Math.log(0.135), t2, velocity, B.Tolerance_Gdw); + finalX = t2.get$finalX(); if (velocity > 0 && finalX > t4) { - t3 = A._lateReadCheck(t2, _s19_).timeAtX$1(t4); - t5.__BouncingScrollSimulation__springTime = t3; - t2 = A._lateReadCheck(t2, _s19_); - t3 = A._lateReadCheck(t3, _s11_); - t6 = t2._v; - t2 = t2._drag; - A.checkNum(t3); - t5.__BouncingScrollSimulation__springSimulation = new A.ScrollSpringSimulation(t4, A._SpringSolution__SpringSolution(t1, t4 - t4, Math.min(t6 * Math.pow(t2, t3), 5000)), B.Tolerance_Gdw); + t2 = t2.timeAtX$1(t4); + t5.__BouncingScrollSimulation__springTime_A = t2; + t5.__BouncingScrollSimulation__springSimulation_A = new A.ScrollSpringSimulation(t4, A._SpringSolution__SpringSolution(t1, t4 - t4, Math.min(velocity * Math.pow(0.135, t2), 5000)), B.Tolerance_Gdw); } else if (velocity < 0 && finalX < t3) { - t4 = A._lateReadCheck(t2, _s19_).timeAtX$1(t3); - t5.__BouncingScrollSimulation__springTime = t4; - t2 = A._lateReadCheck(t2, _s19_); - t4 = A._lateReadCheck(t4, _s11_); - t6 = t2._v; - t2 = t2._drag; - A.checkNum(t4); - t5.__BouncingScrollSimulation__springSimulation = new A.ScrollSpringSimulation(t3, A._SpringSolution__SpringSolution(t1, t3 - t3, Math.min(t6 * Math.pow(t2, t4), 5000)), B.Tolerance_Gdw); + t2 = t2.timeAtX$1(t3); + t5.__BouncingScrollSimulation__springTime_A = t2; + t5.__BouncingScrollSimulation__springSimulation_A = new A.ScrollSpringSimulation(t3, A._SpringSolution__SpringSolution(t1, t3 - t3, Math.min(velocity * Math.pow(0.135, t2), 5000)), B.Tolerance_Gdw); } else - t5.__BouncingScrollSimulation__springTime = 1 / 0; + t5.__BouncingScrollSimulation__springTime_A = 1 / 0; } return t5; } @@ -261678,7 +266932,9 @@ var t1 = this._pixels; t1.toString; this.context._persistedScrollOffset.set$value(0, t1); - A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager, "_restorationManager").flushData$0(); + t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__restorationManager_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.flushData$0(); }, applyViewportDimension$1(viewportDimension) { if (this._viewportDimension != viewportDimension) { @@ -261807,7 +267063,7 @@ t2.toString; t3 = _this._maxScrollExtent; t3.toString; - target = J.clamp$2$n(t1.offset, t2, t3); + target = A.clampDouble(t1.offset, t2, t3); break; case 1: t1 = t1.getOffsetToReveal$3$rect(object, 1, targetRect); @@ -261815,7 +267071,7 @@ t2.toString; t3 = _this._maxScrollExtent; t3.toString; - target = J.clamp$2$n(t1.offset, t2, t3); + target = A.clampDouble(t1.offset, t2, t3); t1 = _this._pixels; t1.toString; if (target < t1) @@ -261827,7 +267083,7 @@ t2.toString; t3 = _this._maxScrollExtent; t3.toString; - target = J.clamp$2$n(t1.offset, t2, t3); + target = A.clampDouble(t1.offset, t2, t3); t1 = _this._pixels; t1.toString; if (target > t1) @@ -261852,7 +267108,7 @@ t1.toString; t2 = this._maxScrollExtent; t2.toString; - to = J.clamp$2$n(to, t1, t2); + to = A.clampDouble(to, t1, t2); return this.super$ViewportOffset$moveTo(0, to, curve, duration); }, beginActivity$1(newActivity) { @@ -261863,7 +267119,7 @@ wasScrolling = _this._activity.get$isScrolling(); if (wasScrolling && !newActivity.get$isScrolling()) _this.didEndScroll$0(); - _this._activity.dispose$0(0); + _this._activity.dispose$0(); } else { wasScrolling = false; oldIgnorePointer = false; @@ -261913,12 +267169,12 @@ t1.dispatchNotification$1(new A.ScrollMetricsNotification(t2, t3, 0)); } }, - dispose$0(_) { + dispose$0() { var t1 = this._activity; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this._activity = null; - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, debugFillDescription$1(description) { var t1, t2, _this = this; @@ -261936,7 +267192,7 @@ call$1(timeStamp) { this.$this._impliedVelocity = 0; }, - $signature: 24 + $signature: 19 }; A.ScrollMetricsNotification.prototype = { debugFillDescription$1(description) { @@ -261983,7 +267239,7 @@ _this.super$ScrollPosition$beginActivity(newActivity); t1 = _this._currentDrag; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this._currentDrag = null; if (!_this._activity.get$isScrolling()) _this.updateUserScrollDirection$1(B.ScrollDirection_0); @@ -262006,7 +267262,7 @@ t3._isDirty = true; t3._observer_list$_list.push(t1.get$_scroll_activity$_tick()); t2.animateWith$1(simulation)._primaryCompleter.future.whenComplete$1(t1.get$_scroll_activity$_end()); - t1.__BallisticScrollActivity__controller = t2; + t1.__BallisticScrollActivity__controller_A = t2; _this.beginActivity$1(t1); } else _this.beginActivity$1(new A.IdleScrollActivity(_this)); @@ -262025,8 +267281,7 @@ t2.dispatchNotification$1(new A.UserScrollNotification(value, t1, t3, 0)); }, animateTo$3$curve$duration(to, curve, duration) { - var activity, t2, _this = this, - _s10_ = "_completer", + var activity, t2, t3, _this = this, t1 = _this._pixels; t1.toString; if (A.nearEqual(to, t1, _this.physics.get$tolerance().distance)) { @@ -262036,20 +267291,19 @@ t1 = _this._pixels; t1.toString; activity = new A.DrivenScrollActivity(_this); - t2 = $.Zone__current; - A._lateWriteOnceCheck($, _s10_); - activity.__DrivenScrollActivity__completer = new A._AsyncCompleter(new A._Future(t2, type$._Future_void), type$._AsyncCompleter_void); + t2 = new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void); + activity.__DrivenScrollActivity__completer_F = t2; t1 = A.AnimationController$unbounded("DrivenScrollActivity", t1, _this.context); t1.didRegisterListener$0(); - t2 = t1.AnimationLocalListenersMixin__listeners; - t2._isDirty = true; - t2._observer_list$_list.push(activity.get$_scroll_activity$_tick()); + t3 = t1.AnimationLocalListenersMixin__listeners; + t3._isDirty = true; + t3._observer_list$_list.push(activity.get$_scroll_activity$_tick()); t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(to, curve, duration)._primaryCompleter.future.whenComplete$1(activity.get$_scroll_activity$_end()); - A._lateWriteOnceCheck(activity.__DrivenScrollActivity__controller, "_controller"); - activity.__DrivenScrollActivity__controller = t1; + activity.__DrivenScrollActivity__controller_F !== $ && A.throwUnnamedLateFieldAI(); + activity.__DrivenScrollActivity__controller_F = t1; _this.beginActivity$1(activity); - return A._lateReadCheck(activity.__DrivenScrollActivity__completer, _s10_).future; + return t2.future; }, jumpTo$1(value) { var t1, t2, _this = this; @@ -262076,24 +267330,31 @@ _this.beginActivity$1(new A.DragScrollActivity(drag, _this)); return _this._currentDrag = drag; }, - dispose$0(_) { + dispose$0() { var t1 = this._currentDrag; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); this._currentDrag = null; - this.super$ScrollPosition$dispose(0); + this.super$ScrollPosition$dispose(); } }; A.BouncingScrollSimulation.prototype = { _scroll_simulation$_simulation$1(time) { var simulation, _this = this, - _s11_ = "_springTime"; - if (time > A._lateReadCheck(_this.__BouncingScrollSimulation__springTime, _s11_)) { - _this._timeOffset = isFinite(A._lateReadCheck(_this.__BouncingScrollSimulation__springTime, _s11_)) ? A._lateReadCheck(_this.__BouncingScrollSimulation__springTime, _s11_) : 0; - simulation = A._lateReadCheck(_this.__BouncingScrollSimulation__springSimulation, "_springSimulation"); + t1 = _this.__BouncingScrollSimulation__springTime_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (time > t1) { + if (!isFinite(t1)) + t1 = 0; + _this._timeOffset = t1; + t1 = _this.__BouncingScrollSimulation__springSimulation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + simulation = t1; } else { _this._timeOffset = 0; - simulation = A._lateReadCheck(_this.__BouncingScrollSimulation__frictionSimulation, "_frictionSimulation"); + t1 = _this.__BouncingScrollSimulation__frictionSimulation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + simulation = t1; } simulation.tolerance = _this.tolerance; return simulation; @@ -262113,18 +267374,27 @@ }; A.ClampingScrollSimulation.prototype = { x$1(_, time) { - var _this = this, - t = B.JSNumber_methods.clamp$2(time / A._lateReadCheck(_this.__ClampingScrollSimulation__duration, "_duration"), 0, 1); - return _this.position + A._lateReadCheck(_this.__ClampingScrollSimulation__distance, "_distance") * (1.2 * t * t * t - 3.27 * t * t + 3.065 * t) * J.get$sign$in(_this.velocity); + var t, _this = this, + t1 = _this.__ClampingScrollSimulation__duration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t = A.clampDouble(time / t1, 0, 1); + t1 = _this.__ClampingScrollSimulation__distance_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return _this.position + t1 * (1.2 * t * t * t - 3.27 * t * t + 3.065 * t) * J.get$sign$in(_this.velocity); }, dx$1(_, time) { - var _this = this, - _s9_ = "_duration", - t = B.JSNumber_methods.clamp$2(time / A._lateReadCheck(_this.__ClampingScrollSimulation__duration, _s9_), 0, 1); - return A._lateReadCheck(_this.__ClampingScrollSimulation__distance, "_distance") * (3.6 * t * t - 6.54 * t + 3.065) * J.get$sign$in(_this.velocity) / A._lateReadCheck(_this.__ClampingScrollSimulation__duration, _s9_); + var t, _this = this, + t1 = _this.__ClampingScrollSimulation__duration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t = A.clampDouble(time / t1, 0, 1); + t1 = _this.__ClampingScrollSimulation__distance_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1 * (3.6 * t * t - 6.54 * t + 3.065) * J.get$sign$in(_this.velocity) / _this.__ClampingScrollSimulation__duration_A; }, isDone$1(time) { - return time >= A._lateReadCheck(this.__ClampingScrollSimulation__duration, "_duration"); + var t1 = this.__ClampingScrollSimulation__duration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return time >= t1; } }; A.ScrollViewKeyboardDismissBehavior.prototype = { @@ -262139,14 +267409,17 @@ return new A.ShrinkWrappingViewport(axisDirection, offset, _this.clipBehavior, slivers, null); return A.Viewport$(_this.anchor, axisDirection, _this.cacheExtent, B.CacheExtentStyle_0, _this.center, _this.clipBehavior, offset, slivers); }, - build$1(_, context) { - var _this = this, + build$1(context) { + var scrollController, scrollable, scrollableResult, _this = this, slivers = _this.buildSlivers$1(context), - axisDirection = A.getAxisDirectionFromAxisReverseAndDirectionality(context, _this.scrollDirection, false), - t1 = _this.primary, - scrollController = t1 ? A.PrimaryScrollController_of(context) : _this.controller, - scrollable = A.Scrollable$(axisDirection, scrollController, _this.dragStartBehavior, false, _this.physics, _this.restorationId, _this.scrollBehavior, _this.semanticChildCount, new A.ScrollView_build_closure(_this, axisDirection, slivers)), - scrollableResult = t1 && scrollController != null ? A.PrimaryScrollController$none(scrollable) : scrollable; + t1 = _this.scrollDirection, + axisDirection = A.getAxisDirectionFromAxisReverseAndDirectionality(context, t1, false), + effectivePrimary = _this.primary; + if (effectivePrimary == null) + effectivePrimary = _this.controller == null && A.PrimaryScrollController_shouldInherit(context, t1); + scrollController = effectivePrimary ? A.PrimaryScrollController_of(context) : _this.controller; + scrollable = A.Scrollable$(axisDirection, _this.clipBehavior, scrollController, _this.dragStartBehavior, false, _this.physics, _this.restorationId, _this.scrollBehavior, _this.semanticChildCount, new A.ScrollView_build_closure(_this, axisDirection, slivers)); + scrollableResult = effectivePrimary && scrollController != null ? A.PrimaryScrollController$none(scrollable) : scrollable; if (_this.keyboardDismissBehavior === B.ScrollViewKeyboardDismissBehavior_1) return new A.NotificationListener(new A.ScrollView_build_closure0(context), scrollableResult, null, type$.NotificationListener_ScrollUpdateNotification); else @@ -262157,7 +267430,7 @@ call$2(context, offset) { return this.$this.buildViewport$4(context, offset, this.axisDirection, this.slivers); }, - $signature: 2600 + $signature: 2177 }; A.ScrollView_build_closure0.prototype = { call$1(notification) { @@ -262166,7 +267439,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 2599 + $signature: 2180 }; A.CustomScrollView.prototype = { buildSlivers$1(context) { @@ -262202,13 +267475,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: 176 + $signature: 151 }; A.ListView$separated_closure0.prototype = { call$2(_, index) { return (index & 1) === 0 ? B.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 2595 + $signature: 2181 }; A.GridView.prototype = { buildChildLayout$1(context) { @@ -262220,7 +267493,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.Scrollable.prototype = { createState$0() { @@ -262254,8 +267527,7 @@ t1.toString; t1 = A.ScrollConfiguration_of(t1); } - _this.__ScrollableState__configuration = t1; - t1 = A._lateReadCheck(t1, "_configuration"); + _this.__ScrollableState__configuration_A = t1; t2 = _this._framework$_element; t2.toString; t2 = t1.getScrollPhysics$1(t2); @@ -262275,7 +267547,7 @@ oldPosition = _this._scrollable$_position; if (oldPosition != null) { _this.get$_effectiveScrollController().detach$1(0, oldPosition); - A.scheduleMicrotask(oldPosition.get$dispose(oldPosition)); + A.scheduleMicrotask(oldPosition.get$dispose()); } t1 = _this.get$_effectiveScrollController(); t2 = _this._physics; @@ -262295,7 +267567,7 @@ }, initState$0() { if (this._widget.controller == null) - this._fallbackScrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + this._fallbackScrollController = A.ScrollController$(0, true); this.super$State$initState(); }, didChangeDependencies$0() { @@ -262359,14 +267631,14 @@ t2 = _this._scrollable$_position; t2.toString; t1.detach$1(0, t2); - _this._fallbackScrollController.dispose$0(0); + _this._fallbackScrollController.dispose$0(); _this._fallbackScrollController = null; } else { t1 = _this._scrollable$_position; t1.toString; t2.detach$1(0, t1); if (_this._widget.controller == null) - _this._fallbackScrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this._fallbackScrollController = A.ScrollController$(0, true); } t1 = _this.get$_effectiveScrollController(); t2 = _this._scrollable$_position; @@ -262376,7 +267648,7 @@ if (_this._shouldUpdatePosition$1(oldWidget)) _this._updatePosition$0(); }, - dispose$0(_) { + dispose$0() { var t2, _this = this, t1 = _this._widget.controller; if (t1 != null) { @@ -262392,11 +267664,11 @@ } t1 = _this._fallbackScrollController; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); } - _this._scrollable$_position.dispose$0(0); - _this._persistedScrollOffset.dispose$0(0); - _this.super$_ScrollableState_State_TickerProviderStateMixin_RestorationMixin$dispose(0); + _this._scrollable$_position.dispose$0(); + _this._persistedScrollOffset.dispose$0(); + _this.super$_ScrollableState_State_TickerProviderStateMixin_RestorationMixin$dispose(); }, setCanDrag$1(value) { var t1, t2, _this = this; @@ -262570,9 +267842,8 @@ } return false; }, - build$1(_, context) { - var t2, t3, t4, t5, result, details, _this = this, _null = null, - _s14_ = "_configuration", + build$1(context) { + var t2, t3, t4, t5, result, details, registrar, _this = this, _null = null, t1 = _this._scrollable$_position; t1.toString; t2 = _this._gestureRecognizers; @@ -262580,7 +267851,7 @@ t4 = t3.excludeFromSemantics; t5 = _this._shouldIgnorePointer; t3 = t3.viewportBuilder$2(context, t1); - result = new A._ScrollableScope(_this, t1, A.Listener$(B.HitTestBehavior_0, new A.RawGestureDetector(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t4, false, new A.IgnorePointer(t5, false, t3, _this._ignorePointerKey), _null), t2, B.HitTestBehavior_1, t4, _null, _this._gestureDetectorKey), _null, _null, _null, _null, _null, _this.get$_receivedPointerSignal(), _null), _null); + result = new A._ScrollableScope(_this, t1, A.Listener$(B.HitTestBehavior_0, new A.RawGestureDetector(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t4, false, new A.IgnorePointer(t5, false, t3, _this._ignorePointerKey), _null), t2, B.HitTestBehavior_1, t4, _null, _this._gestureDetectorKey), _null, _null, _null, _null, _null, _this.get$_receivedPointerSignal(), _null), _null); t1 = _this._widget; if (!t1.excludeFromSemantics) { t1 = _this._scrollable$_position; @@ -262590,8 +267861,17 @@ result = new A.NotificationListener(_this.get$_handleScrollMetricsNotification(), new A._ScrollSemantics(t1, t2, t3.semanticChildCount, result, _this._scrollSemanticsKey), _null, type$.NotificationListener_ScrollMetricsNotification); t1 = t3; } - details = new A.ScrollableDetails(t1.axisDirection, _this.get$_effectiveScrollController()); - return A._lateReadCheck(_this.__ScrollableState__configuration, _s14_).buildScrollbar$3(context, A._lateReadCheck(_this.__ScrollableState__configuration, _s14_).buildOverscrollIndicator$3(context, result, details), details); + details = new A.ScrollableDetails(t1.axisDirection, _this.get$_effectiveScrollController(), _this._widget.clipBehavior); + t1 = _this.__ScrollableState__configuration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + result = t1.buildScrollbar$3(context, t1.buildOverscrollIndicator$3(context, result, details), details); + registrar = A.SelectionContainer_maybeOf(context); + if (registrar != null) { + t1 = _this._scrollable$_position; + t1.toString; + result = new A._ScrollableSelectionHandler(_this, t1, result, registrar, _null); + } + return result; }, get$restorationId() { return this._widget.restorationId; @@ -262599,9 +267879,11 @@ }; A.ScrollableState_setCanDrag_closure.prototype = { call$0() { - return A.VerticalDragGestureRecognizer$(null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); + var t1 = this.$this.__ScrollableState__configuration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.VerticalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 524 + $signature: 432 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -262618,7 +267900,8 @@ instance.minFlingVelocity = t2 == null ? _null : t2.get$minFlingVelocity(); t2 = t1._physics; instance.maxFlingVelocity = t2 == null ? _null : t2.get$maxFlingVelocity(); - t2 = A._lateReadCheck(t1.__ScrollableState__configuration, "_configuration"); + t2 = t1.__ScrollableState__configuration_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t1._framework$_element; t3.toString; instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); @@ -262626,13 +267909,15 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 525 + $signature: 430 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { - return A.HorizontalDragGestureRecognizer$(null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); + var t1 = this.$this.__ScrollableState__configuration_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.HorizontalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 526 + $signature: 542 }; A.ScrollableState_setCanDrag_closure2.prototype = { call$1(instance) { @@ -262649,7 +267934,8 @@ instance.minFlingVelocity = t2 == null ? _null : t2.get$minFlingVelocity(); t2 = t1._physics; instance.maxFlingVelocity = t2 == null ? _null : t2.get$maxFlingVelocity(); - t2 = A._lateReadCheck(t1.__ScrollableState__configuration, "_configuration"); + t2 = t1.__ScrollableState__configuration_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t1._framework$_element; t3.toString; instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); @@ -262657,16 +267943,430 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 527 + $signature: 541 + }; + A._ScrollableSelectionHandler.prototype = { + createState$0() { + return new A._ScrollableSelectionHandlerState(B._StateLifecycle_0); + } + }; + A._ScrollableSelectionHandlerState.prototype = { + initState$0() { + var t1, t2, t3, t4; + this.super$State$initState(); + t1 = this._widget; + t2 = t1.state; + t1 = t1.position; + t3 = type$.Selectable; + t4 = type$.double; + t3 = new A._ScrollableSelectionContainerDelegate(t2, new A.EdgeDraggingAutoScroller(t2, null, 30), t1, A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A._setArrayType([], type$.JSArray_Selectable), A.LinkedHashSet_LinkedHashSet$_empty(t3), B.SelectionGeometry_wEo0, $.$get$ChangeNotifier__emptyListeners()); + t1.addListener$1(0, t3.get$_scheduleLayoutChange()); + this.___ScrollableSelectionHandlerState__selectionDelegate_A = t3; + }, + didUpdateWidget$1(oldWidget) { + var t1, t2; + this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.position; + t2 = this._widget.position; + if (t1 != t2) { + t1 = this.___ScrollableSelectionHandlerState__selectionDelegate_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$position(0, t2); + } + }, + dispose$0() { + var t1 = this.___ScrollableSelectionHandlerState__selectionDelegate_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$State$dispose(); + }, + build$1(context) { + var t1 = this._widget, + t2 = t1.registrar, + t3 = this.___ScrollableSelectionHandlerState__selectionDelegate_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.SelectionContainer(t2, t1.child, t3, null); + } + }; + A.EdgeDraggingAutoScroller.prototype = { + _offsetExtent$2(offset, scrollDirection) { + switch (scrollDirection.index) { + case 0: + return offset._dx; + case 1: + return offset._dy; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, + _sizeExtent$2(size, scrollDirection) { + switch (scrollDirection.index) { + case 0: + return size._dx; + case 1: + return size._dy; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, + startAutoScrollIfNecessary$1(dragTarget) { + var _this = this, + deltaToOrigin = A._getDeltaToScrollOrigin(_this.scrollable); + _this.__EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin_A = dragTarget.translate$2(0, deltaToOrigin._dx, deltaToOrigin._dy); + if (_this._scrolling) + return; + _this._scroll$0(); + }, + _scroll$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue, $async$self = this, t3, globalRect, deltaToOrigin, viewportStart, viewportEnd, proxyStart, proxyEnd, overDrag, newOffset, duration, t1, t2; + var $async$_scroll$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $async$self.scrollable; + t2 = t1._framework$_element.get$renderObject(); + t2.toString; + type$.RenderBox._as(t2); + t3 = t2.getTransformTo$1(0, null); + t2 = t2._box$_size; + globalRect = A.MatrixUtils_transformRect(t3, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); + $async$self._scrolling = true; + deltaToOrigin = A._getDeltaToScrollOrigin(t1); + t2 = globalRect.left; + t3 = globalRect.top; + viewportStart = $async$self._offsetExtent$2(new A.Offset(t2 + deltaToOrigin._dx, t3 + deltaToOrigin._dy), A.axisDirectionToAxis(t1._widget.axisDirection)); + viewportEnd = viewportStart + $async$self._sizeExtent$2(new A.Size(globalRect.right - t2, globalRect.bottom - t3), A.axisDirectionToAxis(t1._widget.axisDirection)); + t3 = $async$self.__EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + proxyStart = $async$self._offsetExtent$2(new A.Offset(t3.left, t3.top), A.axisDirectionToAxis(t1._widget.axisDirection)); + t3 = $async$self.__EdgeDraggingAutoScroller__dragTargetRelatedToScrollOrigin_A; + proxyEnd = $async$self._offsetExtent$2(new A.Offset(t3.right, t3.bottom), A.axisDirectionToAxis(t1._widget.axisDirection)); + overDrag = A._Cell$named("overDrag"); + t2 = t1._widget.axisDirection; + if (t2 === B.AxisDirection_0 || t2 === B.AxisDirection_3) { + if (proxyEnd > viewportEnd) { + t2 = t1._scrollable$_position; + t3 = t2._pixels; + t3.toString; + t2 = t2._minScrollExtent; + t2.toString; + t2 = t3 > t2; + } else + t2 = false; + if (t2) { + overDrag.__late_helper$_value = Math.max(proxyEnd - viewportEnd, 20); + t2 = t1._scrollable$_position; + t3 = t2._minScrollExtent; + t3.toString; + t2 = t2._pixels; + t2.toString; + newOffset = Math.max(t3, t2 - overDrag._readLocal$0()); + } else { + if (proxyStart < viewportStart) { + t2 = t1._scrollable$_position; + t3 = t2._pixels; + t3.toString; + t2 = t2._maxScrollExtent; + t2.toString; + t2 = t3 < t2; + } else + t2 = false; + if (t2) { + overDrag.__late_helper$_value = Math.max(viewportStart - proxyStart, 20); + t2 = t1._scrollable$_position; + t3 = t2._maxScrollExtent; + t3.toString; + t2 = t2._pixels; + t2.toString; + newOffset = Math.min(t3, t2 + overDrag._readLocal$0()); + } else + newOffset = null; + } + } else { + if (proxyStart < viewportStart) { + t2 = t1._scrollable$_position; + t3 = t2._pixels; + t3.toString; + t2 = t2._minScrollExtent; + t2.toString; + t2 = t3 > t2; + } else + t2 = false; + if (t2) { + overDrag.__late_helper$_value = Math.max(viewportStart - proxyStart, 20); + t2 = t1._scrollable$_position; + t3 = t2._minScrollExtent; + t3.toString; + t2 = t2._pixels; + t2.toString; + newOffset = Math.max(t3, t2 - overDrag._readLocal$0()); + } else { + if (proxyEnd > viewportEnd) { + t2 = t1._scrollable$_position; + t3 = t2._pixels; + t3.toString; + t2 = t2._maxScrollExtent; + t2.toString; + t2 = t3 < t2; + } else + t2 = false; + if (t2) { + overDrag.__late_helper$_value = Math.max(proxyEnd - viewportEnd, 20); + t2 = t1._scrollable$_position; + t3 = t2._maxScrollExtent; + t3.toString; + t2 = t2._pixels; + t2.toString; + newOffset = Math.min(t3, t2 + overDrag._readLocal$0()); + } else + newOffset = null; + } + } + if (newOffset != null) { + t2 = t1._scrollable$_position._pixels; + t2.toString; + t2 = Math.abs(newOffset - t2) < 1; + } else + t2 = true; + if (t2) { + $async$self._scrolling = false; + // goto return + $async$goto = 1; + break; + } + duration = A.Duration$(0, 0, 0, B.JSNumber_methods.round$0(1000 / $async$self.velocityScalar), 0, 0); + $async$goto = 3; + return A._asyncAwait(t1._scrollable$_position.animateTo$3$curve$duration(newOffset, B.C__Linear, duration), $async$_scroll$0); + case 3: + // returning from await. + t1 = $async$self.onScrollViewScrolled; + if (t1 != null) + t1.call$0(); + $async$goto = $async$self._scrolling ? 4 : 5; + break; + case 4: + // then + $async$goto = 6; + return A._asyncAwait($async$self._scroll$0(), $async$_scroll$0); + case 6: + // returning from await. + case 5: + // join + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$_scroll$0, $async$completer); + } + }; + A._ScrollableSelectionContainerDelegate.prototype = { + set$position(_, other) { + var t2, + t1 = this._scrollable$_position; + if (other == t1) + return; + t2 = this.get$_scheduleLayoutChange(); + t1.removeListener$1(0, t2); + this._scrollable$_position = other; + other.addListener$1(0, t2); + }, + _scheduleLayoutChange$0() { + if (this._scheduledLayoutChange) + return; + this._scheduledLayoutChange = true; + $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure(this)); + }, + didChangeSelectables$0() { + var _this = this, + t1 = _this.selectables, + selectableSet = A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); + t1 = _this._selectableStartEdgeUpdateRecords; + t1.removeWhere$1(t1, new A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure(selectableSet)); + t1 = _this._selectableEndEdgeUpdateRecords; + t1.removeWhere$1(t1, new A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0(selectableSet)); + _this.super$MultiSelectableSelectionContainerDelegate$didChangeSelectables(); + }, + handleSelectionEdgeUpdate$1($event) { + var deltaToOrigin, t1, t2, t3, result, _this = this; + if (_this._currentDragEndRelatedToOrigin == null && _this._currentDragStartRelatedToOrigin == null) + _this._selectionStartsInScrollable = _this._globalPositionInScrollable$1($event.globalPosition); + deltaToOrigin = A._getDeltaToScrollOrigin(_this.state); + t1 = $event.globalPosition; + t2 = deltaToOrigin._dx; + t3 = deltaToOrigin._dy; + if ($event.type === B.SelectionEventType_1) { + t1 = _this._currentDragEndRelatedToOrigin = _this._inferPositionRelatedToOrigin$1(t1); + $event = new A.SelectionEdgeUpdateEvent(new A.Offset(t1._dx + -t2, t1._dy + -t3), B.SelectionEventType_1); + } else { + t1 = _this._currentDragStartRelatedToOrigin = _this._inferPositionRelatedToOrigin$1(t1); + $event = new A.SelectionEdgeUpdateEvent(new A.Offset(t1._dx + -t2, t1._dy + -t3), B.SelectionEventType_0); + } + result = _this.super$MultiSelectableSelectionContainerDelegate$handleSelectionEdgeUpdate($event); + if (result === B.SelectionResult_3) { + _this._autoScroller._scrolling = false; + return result; + } + if (_this._selectionStartsInScrollable) { + t1 = _this._autoScroller; + t1.startAutoScrollIfNecessary$1(A.Rect$fromCenter($event.globalPosition, 200, 200)); + if (t1._scrolling) + return B.SelectionResult_3; + } + return result; + }, + _inferPositionRelatedToOrigin$1(globalPosition) { + var localPosition, t3, t4, deltaToOrigin, + t1 = this.state, + t2 = t1._framework$_element.get$renderObject(); + t2.toString; + type$.RenderBox._as(t2); + localPosition = t2.globalToLocal$1(globalPosition); + if (!this._selectionStartsInScrollable) { + t3 = localPosition._dy; + if (t3 < 0 || localPosition._dx < 0) + return A.MatrixUtils_transformPoint(t2.getTransformTo$1(0, null), B.Offset_0_0); + t4 = t2._box$_size; + if (t3 > t4._dy || localPosition._dx > t4._dx) + return B.Offset_YZQ; + } + deltaToOrigin = A._getDeltaToScrollOrigin(t1); + return A.MatrixUtils_transformPoint(t2.getTransformTo$1(0, null), new A.Offset(localPosition._dx + deltaToOrigin._dx, localPosition._dy + deltaToOrigin._dy)); + }, + _updateDragLocationsFromGeometries$0() { + var transform, t2, _this = this, + t1 = _this.state, + deltaToOrigin = A._getDeltaToScrollOrigin(t1); + t1 = t1._framework$_element.get$renderObject(); + t1.toString; + type$.RenderBox._as(t1); + transform = t1.getTransformTo$1(0, null); + t2 = _this.currentSelectionStartIndex; + if (t2 !== -1) { + t2 = J.get$value$x(_this.selectables[t2]).startSelectionPoint; + t2.toString; + _this._currentDragStartRelatedToOrigin = A.MatrixUtils_transformPoint(transform, A.MatrixUtils_transformPoint(J.getTransformTo$1$z(_this.selectables[_this.currentSelectionStartIndex], t1), t2.localPosition.$add(0, new A.Offset(0, -t2.lineHeight / 2))).$add(0, deltaToOrigin)); + } + t2 = _this.currentSelectionEndIndex; + if (t2 !== -1) { + t2 = J.get$value$x(_this.selectables[t2]).endSelectionPoint; + t2.toString; + _this._currentDragEndRelatedToOrigin = A.MatrixUtils_transformPoint(transform, A.MatrixUtils_transformPoint(J.getTransformTo$1$z(_this.selectables[_this.currentSelectionEndIndex], t1), t2.localPosition.$add(0, new A.Offset(0, -t2.lineHeight / 2))).$add(0, deltaToOrigin)); + } + }, + _globalPositionInScrollable$1(globalPosition) { + var localPosition, + t1 = this.state._framework$_element.get$renderObject(); + t1.toString; + type$.RenderBox._as(t1); + localPosition = t1.globalToLocal$1(globalPosition); + t1 = t1._box$_size; + return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy).contains$1(0, localPosition); + }, + dispatchSelectionEventToChild$2(selectable, $event) { + var t1, t2, _this = this; + switch ($event.type.index) { + case 0: + t1 = _this.state._scrollable$_position._pixels; + t1.toString; + _this._selectableStartEdgeUpdateRecords.$indexSet(0, selectable, t1); + _this.ensureChildUpdated$1(selectable); + break; + case 1: + t1 = _this.state._scrollable$_position._pixels; + t1.toString; + _this._selectableEndEdgeUpdateRecords.$indexSet(0, selectable, t1); + _this.ensureChildUpdated$1(selectable); + break; + case 2: + _this._selectableEndEdgeUpdateRecords.remove$1(0, selectable); + _this._selectableStartEdgeUpdateRecords.remove$1(0, selectable); + break; + case 3: + case 4: + t1 = _this.state; + t2 = t1._scrollable$_position._pixels; + t2.toString; + _this._selectableEndEdgeUpdateRecords.$indexSet(0, selectable, t2); + t1 = t1._scrollable$_position._pixels; + t1.toString; + _this._selectableStartEdgeUpdateRecords.$indexSet(0, selectable, t1); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + return _this.super$MultiSelectableSelectionContainerDelegate$dispatchSelectionEventToChild(selectable, $event); + }, + ensureChildUpdated$1(selectable) { + var previousStartRecord, t3, t4, deltaToOrigin, previousEndRecord, _this = this, + t1 = _this.state, + t2 = t1._scrollable$_position._pixels; + t2.toString; + previousStartRecord = _this._selectableStartEdgeUpdateRecords.$index(0, selectable); + t3 = _this._currentDragStartRelatedToOrigin; + if (t3 != null) + t4 = previousStartRecord == null || Math.abs(t2 - previousStartRecord) > 1e-10; + else + t4 = false; + if (t4) { + deltaToOrigin = A._getDeltaToScrollOrigin(t1); + t3.toString; + selectable.dispatchSelectionEvent$1(new A.SelectionEdgeUpdateEvent(new A.Offset(t3._dx + -deltaToOrigin._dx, t3._dy + -deltaToOrigin._dy), B.SelectionEventType_0)); + } + previousEndRecord = _this._selectableEndEdgeUpdateRecords.$index(0, selectable); + t3 = _this._currentDragEndRelatedToOrigin; + if (t3 != null) + t2 = previousEndRecord == null || Math.abs(t2 - previousEndRecord) > 1e-10; + else + t2 = false; + if (t2) { + deltaToOrigin = A._getDeltaToScrollOrigin(t1); + t3.toString; + selectable.dispatchSelectionEvent$1(new A.SelectionEdgeUpdateEvent(new A.Offset(t3._dx + -deltaToOrigin._dx, t3._dy + -deltaToOrigin._dy), B.SelectionEventType_1)); + } + }, + dispose$0() { + var _this = this; + _this._selectableStartEdgeUpdateRecords.clear$0(0); + _this._selectableEndEdgeUpdateRecords.clear$0(0); + _this._scheduledLayoutChange = false; + _this._autoScroller._scrolling = false; + _this.super$MultiSelectableSelectionContainerDelegate$dispose(); + } + }; + A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure.prototype = { + call$1(timeStamp) { + var t1 = this.$this; + if (!t1._scheduledLayoutChange) + return; + t1._scheduledLayoutChange = false; + t1._updateSelectionGeometry$0(); + }, + $signature: 19 + }; + A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure.prototype = { + call$2(key, value) { + return !this.selectableSet.contains$1(0, key); + }, + $signature: 796 + }; + A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0.prototype = { + call$2(key, value) { + return !this.selectableSet.contains$1(0, key); + }, + $signature: 796 }; A.ScrollableDetails.prototype = {}; A._ScrollSemantics.prototype = { createRenderObject$1(context) { var t1 = this.position, t2 = new A._RenderScrollSemantics(t1, this.allowImplicitScrolling, this.semanticChildCount, null, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t2.get$alwaysNeedsCompositing(); - t2.__RenderObject__needsCompositing = false; + t2.RenderObject$0(); t2.set$child(null); t1.addListener$1(0, t2.get$markNeedsSemanticsUpdate()); return t2; @@ -262770,7 +268470,7 @@ A.ScrollIntent.prototype = {}; A.ScrollAction.prototype = { isEnabled$1(_, intent) { - var t1, primaryScrollController, t2, + var t1, primaryScrollController, $focus = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus; if ($focus != null && $focus._context != null) { t1 = $focus._context; @@ -262779,27 +268479,8 @@ return true; t1 = $focus._context; t1.toString; - if (A.PrimaryScrollController_of(t1) != null) { - t1 = $focus._context; - t1.toString; - primaryScrollController = A.PrimaryScrollController_of(t1); - if (primaryScrollController != null) { - t1 = primaryScrollController._positions; - if (t1.length !== 0) { - t2 = B.JSArray_methods.get$single(t1).context; - if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._gestureDetectorKey) != null) { - t1 = B.JSArray_methods.get$single(t1).context; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._gestureDetectorKey); - t1.toString; - t1 = A.Scrollable_of(t1) != null; - } else - t1 = false; - } else - t1 = false; - } else - t1 = false; - return t1; - } + primaryScrollController = A.PrimaryScrollController_of(t1); + return primaryScrollController != null && primaryScrollController._positions.length !== 0; } return false; }, @@ -262881,7 +268562,18 @@ if (state == null) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus._context; t1.toString; - t1 = B.JSArray_methods.get$single(A.PrimaryScrollController_of(t1)._positions).context; + t1 = A.PrimaryScrollController_of(t1)._positions; + t2 = B.JSArray_methods.get$single(t1).context; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._gestureDetectorKey) == null) { + t2 = B.JSArray_methods.get$single(t1).context; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._gestureDetectorKey); + t2.toString; + t2 = A.Scrollable_of(t2) == null; + } else + t2 = false; + if (t2) + return; + t1 = B.JSArray_methods.get$single(t1).context; t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._gestureDetectorKey); t1.toString; state = A.Scrollable_of(t1); @@ -262929,13 +268621,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin.prototype = { @@ -262959,16 +268651,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$_ScrollableState_State_TickerProviderStateMixin$dispose(0); + _this.super$_ScrollableState_State_TickerProviderStateMixin$dispose(); } }; A.ScrollbarOrientation.prototype = { @@ -262998,7 +268690,7 @@ set$trackRadius(value) { return; }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._scrollbar$_textDirection == value) return; this._scrollbar$_textDirection = value; @@ -263077,7 +268769,7 @@ oldMetrics = _this._lastMetrics; _this._lastMetrics = metrics; _this._lastAxisDirection = axisDirection; - t1 = new A.ScrollbarPainter_update__needPaint(); + t1 = new A.ScrollbarPainter_update_needPaint(); if (!t1.call$1(oldMetrics) && !t1.call$1(metrics)) return; _this.notifyListeners$0(); @@ -263110,8 +268802,7 @@ return this._paintTrack$1$isBorder(false); }, _paintScrollbar$4(canvas, size, thumbExtent, direction) { - var resolvedOrientation, thumbSize, trackSize, x, y, t2, t3, trackOffset, borderStart, borderEnd, _this = this, - _s12_ = "_thumbOffset", + var resolvedOrientation, thumbSize, trackSize, t2, t3, x, t4, trackOffset, borderStart, borderEnd, y, t5, _this = this, t1 = _this._lastAxisDirection; if (t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0) resolvedOrientation = _this._scrollbar$_textDirection === B.TextDirection_1 ? B.ScrollbarOrientation_1 : B.ScrollbarOrientation_0; @@ -263123,53 +268814,71 @@ thumbSize = new A.Size(t1, thumbExtent); t1 += 2 * _this._crossAxisMargin; trackSize = new A.Size(t1, _this.get$_trackExtent()); - x = _this._crossAxisMargin + _this._scrollbar$_padding.left; - y = A._lateReadCheck(_this.__ScrollbarPainter__thumbOffset, _s12_); - t2 = x - _this._crossAxisMargin; - t3 = _this._mainAxisMargin; + t2 = _this._crossAxisMargin; + t3 = _this._scrollbar$_padding; + x = t2 + t3.left; + t4 = _this.__ScrollbarPainter__thumbOffset_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = x - t2; + t3 = _this._mainAxisMargin + t3.top; trackOffset = new A.Offset(t2, t3); borderStart = trackOffset.$add(0, new A.Offset(t1, 0)); borderEnd = new A.Offset(t2 + t1, t3 + _this.get$_trackExtent()); + y = t4; break; case 1: t1 = _this._thickness; thumbSize = new A.Size(t1, thumbExtent); trackSize = new A.Size(t1 + 2 * _this._crossAxisMargin, _this.get$_trackExtent()); - x = size._dx - _this._thickness - _this._crossAxisMargin - _this._scrollbar$_padding.right; - y = A._lateReadCheck(_this.__ScrollbarPainter__thumbOffset, _s12_); - t1 = x - _this._crossAxisMargin; - t2 = _this._mainAxisMargin; - trackOffset = new A.Offset(t1, t2); - borderEnd = new A.Offset(t1, t2 + _this.get$_trackExtent()); + t1 = size._dx; + t2 = _this._thickness; + t3 = _this._crossAxisMargin; + t4 = _this._scrollbar$_padding; + x = t1 - t2 - t3 - t4.right; + t2 = _this.__ScrollbarPainter__thumbOffset_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = x - t3; + t4 = _this._mainAxisMargin + t4.top; + trackOffset = new A.Offset(t3, t4); + borderEnd = new A.Offset(t3, t4 + _this.get$_trackExtent()); borderStart = trackOffset; + y = t2; break; case 2: thumbSize = new A.Size(thumbExtent, _this._thickness); t1 = _this.get$_trackExtent(); - t2 = _this._thickness + 2 * _this._crossAxisMargin; + t2 = _this._thickness; + t3 = _this._crossAxisMargin; + t2 += 2 * t3; trackSize = new A.Size(t1, t2); - x = A._lateReadCheck(_this.__ScrollbarPainter__thumbOffset, _s12_); - t1 = _this._crossAxisMargin; - y = t1 + _this._scrollbar$_padding.top; - t3 = _this._mainAxisMargin; - t1 = y - t1; - trackOffset = new A.Offset(t3, t1); + t1 = _this.__ScrollbarPainter__thumbOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._scrollbar$_padding; + y = t3 + t4.top; + t4 = _this._mainAxisMargin + t4.left; + t3 = y - t3; + trackOffset = new A.Offset(t4, t3); borderStart = trackOffset.$add(0, new A.Offset(0, t2)); - borderEnd = new A.Offset(t3 + _this.get$_trackExtent(), t1 + t2); + borderEnd = new A.Offset(t4 + _this.get$_trackExtent(), t3 + t2); + x = t1; break; case 3: thumbSize = new A.Size(thumbExtent, _this._thickness); - trackSize = new A.Size(_this.get$_trackExtent(), _this._thickness + 2 * _this._crossAxisMargin); - x = A._lateReadCheck(_this.__ScrollbarPainter__thumbOffset, _s12_); - t1 = size._dy; + t1 = _this.get$_trackExtent(); t2 = _this._thickness; t3 = _this._crossAxisMargin; - y = t1 - t2 - t3 - _this._scrollbar$_padding.bottom; - t2 = _this._mainAxisMargin; + trackSize = new A.Size(t1, t2 + 2 * t3); + t1 = _this.__ScrollbarPainter__thumbOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t4 = size._dy; + t5 = _this._scrollbar$_padding; + y = t4 - t2 - t3 - t5.bottom; + t5 = _this._mainAxisMargin + t5.left; t3 = y - t3; - trackOffset = new A.Offset(t2, t3); - borderEnd = new A.Offset(t2 + _this.get$_trackExtent(), t3); + trackOffset = new A.Offset(t5, t3); + borderEnd = new A.Offset(t5 + _this.get$_trackExtent(), t3); borderStart = trackOffset; + x = t1; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -263182,18 +268891,18 @@ if (t1.get$value(t1) !== 0) { t1 = _this._trackRect; t1.toString; - canvas.drawRect$2(0, t1, _this._paintTrack$0()); - canvas.drawLine$3(0, borderStart, borderEnd, _this._paintTrack$1$isBorder(true)); + canvas.drawRect$2(t1, _this._paintTrack$0()); + canvas.drawLine$3(borderStart, borderEnd, _this._paintTrack$1$isBorder(true)); t1 = _this._scrollbar$_radius; if (t1 != null) { t2 = _this._thumbRect; t2.toString; - canvas.drawRRect$2(0, A.RRect$fromRectAndRadius(t2, t1), _this.get$_paintThumb()); + canvas.drawRRect$2(A.RRect$fromRectAndRadius(t2, t1), _this.get$_paintThumb()); return; } t1 = _this._thumbRect; t1.toString; - canvas.drawRect$2(0, t1, _this.get$_paintThumb()); + canvas.drawRect$2(t1, _this.get$_paintThumb()); return; } }, @@ -263215,7 +268924,7 @@ t6 = t6 === B.AxisDirection_2 || t6 === B.AxisDirection_0; t7 = _this._scrollbar$_padding; t6 = t6 ? t7.get$_top(t7) + t7.get$_bottom(t7) : t7.get$horizontal(); - fractionVisible = B.JSNumber_methods.clamp$2((t1 - t2) / (t4 - t5 + t3 - t6), 0, 1); + fractionVisible = A.clampDouble((t1 - t2) / (t4 - t5 + t3 - t6), 0, 1); thumbExtent = Math.max(Math.min(_this.get$_trackExtent(), _this._minOverscrollLength), _this.get$_trackExtent() * fractionVisible); t6 = _this._lastMetrics.get$extentInside(); t3 = _this._lastMetrics._scroll_metrics$_viewportDimension; @@ -263232,12 +268941,12 @@ t1 = t2; } else t1 = false; - newMinLength = t1 ? safeMinLength : safeMinLength * (1 - B.JSNumber_methods.clamp$2(1 - t6 / t3, 0, 0.2) / 0.2); - return B.JSNumber_methods.clamp$2(thumbExtent, newMinLength, _this.get$_trackExtent()); + newMinLength = t1 ? safeMinLength : safeMinLength * (1 - A.clampDouble(1 - t6 / t3, 0, 0.2) / 0.2); + return A.clampDouble(thumbExtent, newMinLength, _this.get$_trackExtent()); }, - dispose$0(_) { + dispose$0() { this.fadeoutOpacityAnimation.parent.removeListener$1(0, this.get$notifyListeners()); - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, get$_trackExtent() { var t2, t3, t4, _this = this, @@ -263287,12 +268996,12 @@ if (scrollableExtent > 0) { t1 = t1._scroll_metrics$_pixels; t1.toString; - fractionPast = B.JSNumber_methods.clamp$2((t1 - t3) / scrollableExtent, 0, 1); + fractionPast = A.clampDouble((t1 - t3) / scrollableExtent, 0, 1); } else fractionPast = 0; t1 = _this._lastAxisDirection; t1 = t1 === B.AxisDirection_0 || t1 === B.AxisDirection_3 ? 1 - fractionPast : fractionPast; - _this.__ScrollbarPainter__thumbOffset = t1 * (_this.get$_trackExtent() - thumbExtent) + _this._mainAxisMargin + beforePadding; + _this.__ScrollbarPainter__thumbOffset_A = t1 * (_this.get$_trackExtent() - thumbExtent) + _this._mainAxisMargin + beforePadding; t1 = _this._lastMetrics._scroll_metrics$_maxScrollExtent; t1.toString; if (t1 == 1 / 0 || t1 == -1 / 0) @@ -263324,13 +269033,15 @@ } switch (kind.index) { case 0: + case 4: return paddedRect.contains$1(0, position); case 1: case 2: case 3: case 5: - default: return t1.contains$1(0, position); + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, hitTestInteractive$2(position, kind) { @@ -263354,14 +269065,16 @@ return false; switch (kind.index) { case 0: + case 4: t1 = _this._thumbRect; return t1.expandToInclude$1(A.Rect$fromCircle(t1.get$center(), 24)).contains$1(0, position); case 1: case 2: case 3: case 5: - default: return _this._thumbRect.contains$1(0, position); + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, hitTest$1(position) { @@ -263436,7 +269149,7 @@ return "#" + A.shortHash(this); } }; - A.ScrollbarPainter_update__needPaint.prototype = { + A.ScrollbarPainter_update_needPaint.prototype = { call$1(metrics) { var t1, t2; if (metrics != null) { @@ -263450,7 +269163,7 @@ t1 = false; return t1; }, - $signature: 2581 + $signature: 2183 }; A.RawScrollbar.prototype = { createState$0() { @@ -263480,12 +269193,12 @@ var t1, t2, t3, t4, _this = this, _null = null; _this.super$State$initState(); t1 = A.AnimationController$(_null, _this._widget.fadeDuration, _null, 1, _null, _this); - t1.addStatusListener$1(_this.get$_validateInteractions()); - _this.__RawScrollbarState__fadeoutAnimationController = t1; - t1 = A.CurvedAnimation$(B.Cubic_ifx, A._lateReadCheck(t1, "_fadeoutAnimationController"), _null); - _this.__RawScrollbarState__fadeoutOpacityAnimation = t1; - _this._widget.toString; - t1 = A._lateReadCheck(t1, "_fadeoutOpacityAnimation"); + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(_this.get$_validateInteractions()); + _this.__RawScrollbarState__fadeoutAnimationController_A = t1; + t1 = _this.__RawScrollbarState__fadeoutOpacityAnimation_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t2 = _this._widget; t3 = t2.thickness; if (t3 == null) @@ -263494,8 +269207,8 @@ t2 = t2.scrollbarOrientation; t2 = new A.ScrollbarPainter(B.Color_1723645116, B.Color_0, B.Color_0, _null, t3, t1, 0, 0, t4, _null, B.EdgeInsets_0_0_0_0, 18, 18, t2, $.$get$ChangeNotifier__emptyListeners()); t1.parent.addListener$1(0, t2.get$notifyListeners()); - A._lateWriteOnceCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); - _this.__RawScrollbarState_scrollbarPainter = t2; + _this.__RawScrollbarState_scrollbarPainter_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__RawScrollbarState_scrollbarPainter_F = t2; }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); @@ -263514,16 +269227,27 @@ }, updateScrollbarPainter$0() { var t2, _this = this, - t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); _this._widget.toString; t1.set$color(0, B.Color_1723645116); _this._widget.toString; t1.set$trackRadius(null); - t1.set$trackColor(_this.get$_showTrack() ? B.Color_134217728 : B.Color_0); - t1.set$trackBorderColor(_this.get$_showTrack() ? B.Color_436207616 : B.Color_0); + if (_this.get$_showTrack()) { + _this._widget.toString; + t2 = B.Color_134217728; + } else + t2 = B.Color_0; + t1.set$trackColor(t2); + if (_this.get$_showTrack()) { + _this._widget.toString; + t2 = B.Color_436207616; + } else + t2 = B.Color_0; + t1.set$trackBorderColor(t2); t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t2.toString; - t1.set$textDirection(0, t2.textDirection); + t1.set$textDirection(t2.textDirection); t2 = _this._widget.thickness; t1.set$thickness(t2 == null ? 6 : t2); t1.set$radius(_this._widget.radius); @@ -263542,8 +269266,7 @@ t1.set$ignorePointer(!_this.get$enableGestures()); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this, - _s27_ = "_fadeoutAnimationController"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; t2 = t1.isAlwaysShown; @@ -263557,11 +269280,15 @@ t1 = _this._fadeoutTimer; if (t1 != null) t1.cancel$0(0); - t1 = A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_); + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(1, B.C__Linear, null); - } else - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).reverse$0(0); + } else { + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } } }, _maybeStartFadeoutTimer$0() { @@ -263600,7 +269327,9 @@ t1 = _this._fadeoutTimer; if (t1 != null) t1.cancel$0(0); - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, "_fadeoutAnimationController").forward$0(0); + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); _this._dragScrollbarAxisOffset = localPosition; }, handleThumbPressUpdate$1(localPosition) { @@ -263627,7 +269356,8 @@ default: A.throwExpression(A.ReachabilityError$(_s80_)); } - t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = primaryDelta._readLocal$0(); t3 = t1._lastMetrics; t4 = t3._scroll_metrics$_maxScrollExtent; @@ -263655,7 +269385,7 @@ t1.toString; t2 = position._maxScrollExtent; t2.toString; - newPosition = B.JSNumber_methods.clamp$2(newPosition, t1, t2); + newPosition = A.clampDouble(newPosition, t1, t2); break; case B.TargetPlatform_2: case B.TargetPlatform_0: @@ -263676,8 +269406,6 @@ }, _handleTrackTapDown$1(details) { var scrollIncrement, t2, _this = this, - _s16_ = "scrollbarPainter", - _s12_ = "_thumbOffset", t1 = _this._widget.controller; if (t1 == null) { t1 = _this._framework$_element; @@ -263698,19 +269426,35 @@ t1 = _this._currentController; switch (t1.get$position(t1).context._widget.axisDirection.index) { case 0: - if (details.localPosition._dy > A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ScrollbarPainter__thumbOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (details.localPosition._dy > t1) scrollIncrement = -scrollIncrement; break; case 2: - if (details.localPosition._dy < A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ScrollbarPainter__thumbOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (details.localPosition._dy < t1) scrollIncrement = -scrollIncrement; break; case 1: - if (details.localPosition._dx < A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ScrollbarPainter__thumbOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (details.localPosition._dx < t1) scrollIncrement = -scrollIncrement; break; case 3: - if (details.localPosition._dx > A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ScrollbarPainter__thumbOffset_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (details.localPosition._dx > t1) scrollIncrement = -scrollIncrement; break; default: @@ -263739,26 +269483,30 @@ return t1 === 0 || A.axisDirectionToAxis(scrollController.get$position(scrollController).get$axisDirection()) === notificationAxis; }, _scrollbar$_handleScrollMetricsNotification$1(notification) { - var t2, _this = this, - _s27_ = "_fadeoutAnimationController", + var t2, t3, _this = this, t1 = _this._widget; t1.toString; t2 = notification.metrics; if (!t1.notificationPredicate$1(A.ScrollUpdateNotification$(notification.context, notification.ViewportNotificationMixin__depth, null, t2, null))) return false; - if (_this.get$showScrollbar()) - if (A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).__AnimationController__status, "_status") !== B.AnimationStatus_1 && A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).__AnimationController__status, "_status") !== B.AnimationStatus_3) - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).forward$0(0); + if (_this.get$showScrollbar()) { + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.__AnimationController__status_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3 !== B.AnimationStatus_1 && t3 !== B.AnimationStatus_3) + t1.forward$0(0); + } t1 = t2.axisDirection; - if (_this._shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) - A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter").update$2(0, t2, t1); + if (_this._shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) { + t3 = _this.__RawScrollbarState_scrollbarPainter_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.update$2(0, t2, t1); + } return false; }, _handleScrollNotification$1(notification) { - var metrics, t1, t2, _this = this, - _s27_ = "_fadeoutAnimationController", - _s7_ = "_status", - _s16_ = "scrollbarPainter"; + var metrics, t1, t2, _this = this; if (!_this._widget.notificationPredicate$1(notification)) return false; metrics = notification.metrics; @@ -263767,22 +269515,36 @@ t2 = metrics._scroll_metrics$_minScrollExtent; t2.toString; if (t1 <= t2) { - if (A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).__AnimationController__status, _s7_) !== B.AnimationStatus_0 && A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).__AnimationController__status, _s7_) !== B.AnimationStatus_2) - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).reverse$0(0); + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_0 && t2 !== B.AnimationStatus_2) + t1.reverse$0(0); t1 = metrics.axisDirection; - if (_this._shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) - A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).update$2(0, metrics, t1); + if (_this._shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) { + t2 = _this.__RawScrollbarState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.update$2(0, metrics, t1); + } return false; } if (notification instanceof A.ScrollUpdateNotification || notification instanceof A.OverscrollNotification) { - if (A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).__AnimationController__status, _s7_) !== B.AnimationStatus_1 && A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).__AnimationController__status, _s7_) !== B.AnimationStatus_3) - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, _s27_).forward$0(0); + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_1 && t2 !== B.AnimationStatus_3) + t1.forward$0(0); t1 = _this._fadeoutTimer; if (t1 != null) t1.cancel$0(0); t1 = metrics.axisDirection; - if (_this._shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) - A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).update$2(0, metrics, t1); + if (_this._shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) { + t2 = _this.__RawScrollbarState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.update$2(0, metrics, t1); + } } else if (notification instanceof A.ScrollEndNotification) if (_this._dragScrollbarAxisOffset == null) _this._maybeStartFadeoutTimer$0(); @@ -263809,13 +269571,17 @@ if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1) == null) return false; localOffset = A._getLocalOffset(t1, position); - return A._lateReadCheck(this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter").hitTestInteractive$3$forHover(localOffset, kind, true); + t1 = this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.hitTestInteractive$3$forHover(localOffset, kind, true); }, handleHover$1($event) { var t1, _this = this; if (_this.isPointerOverScrollbar$3$forHover($event.get$position($event), $event.get$kind($event), true)) { _this._hoverIsActive = true; - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, "_fadeoutAnimationController").forward$0(0); + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); t1 = _this._fadeoutTimer; if (t1 != null) t1.cancel$0(0); @@ -263828,29 +269594,35 @@ this._hoverIsActive = false; this._maybeStartFadeoutTimer$0(); }, - dispose$0(_) { - var t1, _this = this; - A._lateReadCheck(_this.__RawScrollbarState__fadeoutAnimationController, "_fadeoutAnimationController").dispose$0(0); + dispose$0() { + var _this = this, + t1 = _this.__RawScrollbarState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); t1 = _this._fadeoutTimer; if (t1 != null) t1.cancel$0(0); - t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); + t1 = _this.__RawScrollbarState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.fadeoutOpacityAnimation.parent.removeListener$1(0, t1.get$notifyListeners()); - t1.super$ChangeNotifier$dispose(0); - _this.super$_RawScrollbarState_State_TickerProviderStateMixin$dispose(0); + t1.super$ChangeNotifier$dispose(); + _this.super$_RawScrollbarState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t1, t2, _this = this, _null = null; _this.updateScrollbarPainter$0(); t1 = _this.get$_gestures(); - t2 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); + t2 = _this.__RawScrollbarState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); return new A.NotificationListener(_this.get$_scrollbar$_handleScrollMetricsNotification(), new A.NotificationListener(_this.get$_handleScrollNotification(), new A.RepaintBoundary(new A.RawGestureDetector(A.MouseRegion$(A.CustomPaint$(new A.RepaintBoundary(_this._widget.child, _null), t2, _this._scrollbarPainterKey, _null, B.Size_0_0), B.C__DeferringMouseCursor, _null, _null, new A.RawScrollbarState_build_closure(_this), new A.RawScrollbarState_build_closure0(_this)), t1, _null, false, _null, _null), _null), _null, type$.NotificationListener_ScrollNotification), _null, type$.NotificationListener_ScrollMetricsNotification); } }; A.RawScrollbarState__maybeStartFadeoutTimer_closure.prototype = { call$0() { - var t1 = this.$this; - A._lateReadCheck(t1.__RawScrollbarState__fadeoutAnimationController, "_fadeoutAnimationController").reverse$0(0); + var t1 = this.$this, + t2 = t1.__RawScrollbarState__fadeoutAnimationController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); t1._fadeoutTimer = null; }, $signature: 0 @@ -263863,7 +269635,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: 2485 + $signature: 2184 }; A.RawScrollbarState__gestures_closure0.prototype = { call$1(instance) { @@ -263873,25 +269645,25 @@ instance.onLongPressMoveUpdate = new A.RawScrollbarState__gestures__closure0(t1); instance.onLongPressEnd = new A.RawScrollbarState__gestures__closure1(t1); }, - $signature: 2481 + $signature: 2185 }; A.RawScrollbarState__gestures__closure.prototype = { call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 204 + $signature: 225 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 254 + $signature: 260 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 467 + $signature: 421 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -263900,19 +269672,20 @@ 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: 2469 + $signature: 2190 }; A.RawScrollbarState__gestures_closure2.prototype = { call$1(instance) { instance.onTapDown = this.$this.get$_handleTrackTapDown(); }, - $signature: 2461 + $signature: 2191 }; A.RawScrollbarState_build_closure.prototype = { call$1($event) { var t1; switch ($event.get$kind($event).index) { case 1: + case 4: t1 = this.$this; if (t1.get$enableGestures()) t1.handleHoverExit$1($event); @@ -263921,17 +269694,19 @@ case 3: case 5: case 0: - default: break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 202 + $signature: 195 }; A.RawScrollbarState_build_closure0.prototype = { call$1($event) { var t1; switch ($event.get$kind($event).index) { case 1: + case 4: t1 = this.$this; if (t1.get$enableGestures()) t1.handleHover$1($event); @@ -263940,11 +269715,12 @@ case 3: case 5: case 0: - default: break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2452 + $signature: 2192 }; A._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1($event) { @@ -263988,13 +269764,538 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); + } + }; + A.MultiSelectableSelectionContainerDelegate.prototype = { + add$1(_, selectable) { + this._additions.add$1(0, selectable); + this._scheduleSelectableUpdate$0(); + }, + remove$1(_, selectable) { + var index, t1, _this = this; + if (_this._additions.remove$1(0, selectable)) + return; + index = B.JSArray_methods.indexOf$1(_this.selectables, selectable); + B.JSArray_methods.removeAt$1(_this.selectables, index); + t1 = _this.currentSelectionEndIndex; + if (index <= t1) + _this.currentSelectionEndIndex = t1 - 1; + t1 = _this.currentSelectionStartIndex; + if (index <= t1) + _this.currentSelectionStartIndex = t1 - 1; + selectable.removeListener$1(0, _this.get$_handleSelectableGeometryChange()); + _this._scheduleSelectableUpdate$0(); + }, + _scheduleSelectableUpdate$0() { + if (!this._scheduledSelectableUpdate) { + this._scheduledSelectableUpdate = true; + $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_closure(this)); + } + }, + _flushAdditions$0() { + var existingSelectables, selectionStartIndex, selectionEndIndex, mergingIndex, existingIndex, t2, mergingSelectable, t3, _this = this, + t1 = _this._additions, + mergingSelectables = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetMixin.E")); + B.JSArray_methods.sort$1(mergingSelectables, _this.get$_compareScreenOrder()); + existingSelectables = _this.selectables; + _this.selectables = A._setArrayType([], type$.JSArray_Selectable); + selectionStartIndex = _this.currentSelectionStartIndex; + selectionEndIndex = _this.currentSelectionEndIndex; + t1 = _this.get$_handleSelectableGeometryChange(); + mergingIndex = 0; + existingIndex = 0; + while (true) { + t2 = mergingSelectables.length; + if (!(mergingIndex < t2 || existingIndex < existingSelectables.length)) + break; + c$0: { + if (mergingIndex < t2) + t2 = existingIndex < existingSelectables.length && _this.compareOrder$2(existingSelectables[existingIndex], mergingSelectables[mergingIndex]) < 0; + else + t2 = true; + if (t2) { + if (existingIndex === _this.currentSelectionStartIndex) + selectionStartIndex = _this.selectables.length; + if (existingIndex === _this.currentSelectionEndIndex) + selectionEndIndex = _this.selectables.length; + B.JSArray_methods.add$1(_this.selectables, existingSelectables[existingIndex]); + ++existingIndex; + break c$0; + } + mergingSelectable = mergingSelectables[mergingIndex]; + t2 = _this.currentSelectionStartIndex; + t3 = _this.currentSelectionEndIndex; + if (existingIndex < Math.max(t2, t3) && existingIndex > Math.min(t2, t3)) + _this.ensureChildUpdated$1(mergingSelectable); + mergingSelectable.addListener$1(0, t1); + B.JSArray_methods.add$1(_this.selectables, mergingSelectable); + ++mergingIndex; + } + } + _this.currentSelectionEndIndex = selectionEndIndex; + _this.currentSelectionStartIndex = selectionStartIndex; + _this._additions = A.LinkedHashSet_LinkedHashSet$_empty(type$.Selectable); + }, + didChangeSelectables$0() { + this._updateSelectionGeometry$0(); + }, + get$value(_) { + return this._selectionGeometry; + }, + _updateSelectionGeometry$0() { + var _this = this, + newValue = _this.getSelectionGeometry$0(); + if (!_this._selectionGeometry.$eq(0, newValue)) { + _this._selectionGeometry = newValue; + _this.notifyListeners$0(); + } + _this._updateHandleLayersAndOwners$0(); + }, + get$compareOrder() { + return this.get$_compareScreenOrder(); + }, + _compareScreenOrder$2(a, b) { + var rectA = A.MatrixUtils_transformRect(a.getTransformTo$1(0, null), new A.Rect(0, 0, 0 + a.get$size(a)._dx, 0 + a.get$size(a)._dy)), + rectB = A.MatrixUtils_transformRect(b.getTransformTo$1(0, null), new A.Rect(0, 0, 0 + b.get$size(b)._dx, 0 + b.get$size(b)._dy)), + result = A.MultiSelectableSelectionContainerDelegate__compareVertically(rectA, rectB); + if (result !== 0) + return result; + return A.MultiSelectableSelectionContainerDelegate__compareHorizontally(rectA, rectB); + }, + _handleSelectableGeometryChange$0() { + if (this._isHandlingSelectionEvent) + return; + this._updateSelectionGeometry$0(); + }, + getSelectionGeometry$0() { + var startGeometry, startIndexWalker, forwardSelection, t2, t3, start, startPoint, endGeometry, endIndexWalker, end, endPoint, _this = this, _null = null, + t1 = _this.currentSelectionEndIndex; + if (t1 === -1 || _this.currentSelectionStartIndex === -1 || _this.selectables.length === 0) + return new A.SelectionGeometry(_null, _null, B.SelectionStatus_2, _this.selectables.length !== 0); + t1 = _this._adjustSelectionIndexBasedOnSelectionGeometry$2(_this.currentSelectionStartIndex, t1); + _this.currentSelectionStartIndex = t1; + _this.currentSelectionEndIndex = _this._adjustSelectionIndexBasedOnSelectionGeometry$2(_this.currentSelectionEndIndex, t1); + startGeometry = J.get$value$x(_this.selectables[_this.currentSelectionStartIndex]); + t1 = _this.currentSelectionEndIndex; + startIndexWalker = _this.currentSelectionStartIndex; + forwardSelection = t1 >= startIndexWalker; + while (true) { + if (!(startIndexWalker !== _this.currentSelectionEndIndex && startGeometry.startSelectionPoint == null)) + break; + startIndexWalker += forwardSelection ? 1 : -1; + startGeometry = J.get$value$x(_this.selectables[startIndexWalker]); + } + t1 = startGeometry.startSelectionPoint; + if (t1 != null) { + t2 = _this.selectables[startIndexWalker]; + t3 = _this._selectionContainerContext.get$renderObject(); + t3.toString; + start = A.MatrixUtils_transformPoint(t2.getTransformTo$1(0, type$.RenderBox._as(t3)), t1.localPosition); + t2 = start._dx; + t2.toString; + if (isFinite(t2)) { + t2 = start._dy; + t2.toString; + t2 = isFinite(t2); + } else + t2 = false; + startPoint = t2 ? new A.SelectionPoint(start, t1.lineHeight, t1.handleType) : _null; + } else + startPoint = _null; + endGeometry = J.get$value$x(_this.selectables[_this.currentSelectionEndIndex]); + endIndexWalker = _this.currentSelectionEndIndex; + while (true) { + if (!(endIndexWalker !== _this.currentSelectionStartIndex && endGeometry.endSelectionPoint == null)) + break; + endIndexWalker += forwardSelection ? -1 : 1; + endGeometry = J.get$value$x(_this.selectables[endIndexWalker]); + } + t1 = endGeometry.endSelectionPoint; + if (t1 != null) { + t2 = _this.selectables[endIndexWalker]; + t3 = _this._selectionContainerContext.get$renderObject(); + t3.toString; + end = A.MatrixUtils_transformPoint(t2.getTransformTo$1(0, type$.RenderBox._as(t3)), t1.localPosition); + t2 = end._dx; + t2.toString; + if (isFinite(t2)) { + t2 = end._dy; + t2.toString; + t2 = isFinite(t2); + } else + t2 = false; + endPoint = t2 ? new A.SelectionPoint(end, t1.lineHeight, t1.handleType) : _null; + } else + endPoint = _null; + return new A.SelectionGeometry(startPoint, endPoint, !startGeometry.$eq(0, endGeometry) ? B.SelectionStatus_0 : startGeometry.status, true); + }, + _adjustSelectionIndexBasedOnSelectionGeometry$2(currentIndex, towardIndex) { + var $forward = towardIndex > currentIndex; + while (true) { + if (!(currentIndex !== towardIndex && J.get$value$x(this.selectables[currentIndex]).status !== B.SelectionStatus_0)) + break; + currentIndex += $forward ? 1 : -1; + } + return currentIndex; + }, + pushHandleLayers$2(startHandle, endHandle) { + return; + }, + _updateHandleLayersAndOwners$0() { + var t2, _this = this, _null = null, + effectiveStartHandle = _this._startHandleLayer, + effectiveEndHandle = _this._endHandleLayer, + t1 = _this.currentSelectionStartIndex; + if (t1 === -1 || _this.currentSelectionEndIndex === -1) { + t1 = _this._startHandleLayerOwner; + if (t1 != null) { + t1.pushHandleLayers$2(_null, _null); + _this._startHandleLayerOwner = null; + } + t1 = _this._endHandleLayerOwner; + if (t1 != null) { + t1.pushHandleLayers$2(_null, _null); + _this._endHandleLayerOwner = null; + } + return; + } + if (!J.$eq$(_this.selectables[t1], _this._startHandleLayerOwner)) { + t1 = _this._startHandleLayerOwner; + if (t1 != null) + t1.pushHandleLayers$2(_null, _null); + } + if (!J.$eq$(_this.selectables[_this.currentSelectionEndIndex], _this._endHandleLayerOwner)) { + t1 = _this._endHandleLayerOwner; + if (t1 != null) + t1.pushHandleLayers$2(_null, _null); + } + t1 = _this.selectables; + t2 = _this.currentSelectionStartIndex; + t1 = _this._startHandleLayerOwner = t1[t2]; + if (t2 === _this.currentSelectionEndIndex) { + _this._endHandleLayerOwner = t1; + t1.pushHandleLayers$2(effectiveStartHandle, effectiveEndHandle); + return; + } + t1.pushHandleLayers$2(effectiveStartHandle, _null); + t1 = _this.selectables[_this.currentSelectionEndIndex]; + _this._endHandleLayerOwner = t1; + t1.pushHandleLayers$2(_null, effectiveEndHandle); + }, + handleSelectAll$1($event) { + var t1, t2, _i, _this = this; + for (t1 = _this.selectables, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + _this.dispatchSelectionEventToChild$2(t1[_i], $event); + _this.currentSelectionStartIndex = 0; + _this.currentSelectionEndIndex = _this.selectables.length - 1; + return B.SelectionResult_4; + }, + handleSelectWord$1($event) { + var index, t1, t2, existingGeometry, _this = this; + for (index = 0; t1 = _this.selectables, index < t1.length; ++index) { + t1 = J.get$size$x(t1[index])._dx; + t2 = J.get$size$x(_this.selectables[index])._dy; + if (A.MatrixUtils_transformRect(J.getTransformTo$1$z(_this.selectables[index], null), new A.Rect(0, 0, 0 + t1, 0 + t2)).contains$1(0, $event.get$globalPosition())) { + existingGeometry = J.get$value$x(_this.selectables[index]); + _this.dispatchSelectionEventToChild$2(_this.selectables[index], $event); + if (!J.get$value$x(_this.selectables[index]).$eq(0, existingGeometry)) { + t1 = _this.selectables; + new A.WhereIterable(t1, new A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure(_this, index), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")).forEach$1(0, new A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0(_this)); + _this.currentSelectionStartIndex = _this.currentSelectionEndIndex = index; + } + return B.SelectionResult_2; + } + } + return B.SelectionResult_4; + }, + handleClearSelection$1($event) { + var t1, t2, _i, _this = this; + for (t1 = _this.selectables, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + _this.dispatchSelectionEventToChild$2(t1[_i], $event); + _this.currentSelectionStartIndex = _this.currentSelectionEndIndex = -1; + return B.SelectionResult_4; + }, + handleSelectionEdgeUpdate$1($event) { + var _this = this; + if ($event.type === B.SelectionEventType_1) + return _this.currentSelectionEndIndex === -1 ? _this._initSelection$2$isEnd($event, true) : _this._adjustSelection$2$isEnd($event, true); + return _this.currentSelectionStartIndex === -1 ? _this._initSelection$2$isEnd($event, false) : _this._adjustSelection$2$isEnd($event, false); + }, + dispose$0() { + var t1, t2, t3, _i, _this = this; + for (t1 = _this.selectables, t2 = t1.length, t3 = _this.get$_handleSelectableGeometryChange(), _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + J.removeListener$1$x(t1[_i], t3); + _this.selectables = B.List_empty9; + _this._scheduledSelectableUpdate = false; + _this.super$ChangeNotifier$dispose(); + }, + dispatchSelectionEventToChild$2(selectable, $event) { + return selectable.dispatchSelectionEvent$1($event); + }, + _initSelection$2$isEnd($event, isEnd) { + var t1, _this = this, newIndex = -1, + hasFoundEdgeIndex = false, + result = null, index = 0; + while (true) { + t1 = _this.selectables; + if (!(index < t1.length && !hasFoundEdgeIndex)) + break; + switch (_this.dispatchSelectionEventToChild$2(t1[index], $event)) { + case B.SelectionResult_0: + case B.SelectionResult_4: + newIndex = index; + break; + case B.SelectionResult_2: + newIndex = index; + hasFoundEdgeIndex = true; + result = B.SelectionResult_2; + break; + case B.SelectionResult_1: + if (index === 0) { + newIndex = 0; + result = B.SelectionResult_1; + } + if (result == null) + result = B.SelectionResult_2; + hasFoundEdgeIndex = true; + break; + case B.SelectionResult_3: + newIndex = index; + hasFoundEdgeIndex = true; + result = B.SelectionResult_3; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + ++index; + } + if (newIndex === -1) + return B.SelectionResult_4; + if (isEnd) + _this.currentSelectionEndIndex = newIndex; + else + _this.currentSelectionStartIndex = newIndex; + return result == null ? B.SelectionResult_0 : result; + }, + _adjustSelection$2$isEnd($event, isEnd) { + var t1, finalResult0, _this = this, + newIndex = isEnd ? _this.currentSelectionEndIndex : _this.currentSelectionStartIndex, + currentSelectableResult = A._Cell$named("currentSelectableResult"), + finalResult = null, $forward = null; + while (true) { + t1 = _this.selectables; + if (!(newIndex < t1.length && newIndex >= 0 && finalResult == null)) + break; + finalResult0 = currentSelectableResult.__late_helper$_value = _this.dispatchSelectionEventToChild$2(t1[newIndex], $event); + switch (finalResult0) { + case B.SelectionResult_2: + case B.SelectionResult_3: + case B.SelectionResult_4: + finalResult = finalResult0; + break; + case B.SelectionResult_0: + if ($forward === false) { + ++newIndex; + finalResult = B.SelectionResult_2; + } else if (newIndex === _this.selectables.length - 1) + finalResult = finalResult0; + else { + ++newIndex; + $forward = true; + } + break; + case B.SelectionResult_1: + if ($forward === true) { + --newIndex; + finalResult = B.SelectionResult_2; + } else if (newIndex === 0) + finalResult = finalResult0; + else { + --newIndex; + $forward = false; + } + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + } + if (isEnd) + _this.currentSelectionEndIndex = newIndex; + else + _this.currentSelectionStartIndex = newIndex; + finalResult.toString; + return finalResult; + }, + compareOrder$2(arg0, arg1) { + return this.get$compareOrder().call$2(arg0, arg1); + } + }; + A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_closure.prototype = { + call$1(timeStamp) { + var t1 = this.$this; + if (!t1._scheduledSelectableUpdate) + return; + t1._scheduledSelectableUpdate = false; + if (t1._additions._collection$_length !== 0) + t1._flushAdditions$0(); + t1.didChangeSelectables$0(); + }, + $signature: 19 + }; + A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure.prototype = { + call$1(target) { + var t1 = this.$this.selectables[this.index]; + return target == null ? t1 != null : target !== t1; + }, + $signature: 2201 + }; + A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0.prototype = { + call$1(target) { + return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); + }, + $signature: 237 + }; + A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier.prototype = {}; + A.SelectionContainer.prototype = { + createState$0() { + return new A._SelectionContainerState(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function), null, false, B._StateLifecycle_0); + } + }; + A._SelectionContainerState.prototype = { + initState$0() { + var t1, t2, t3, _this = this; + _this.super$State$initState(); + t1 = _this._widget; + t2 = t1.delegate; + t3 = _this._framework$_element; + t3.toString; + t2._selectionContainerContext = t3; + _this.set$registrar(t1.registrar); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, t3, t4, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.delegate; + if (t1 !== _this._widget.delegate) { + t1._selectionContainerContext = null; + t2 = _this._selection_container$_listeners; + t2.forEach$1(0, t1.get$removeListener(t1)); + t3 = _this._widget.delegate; + t4 = _this._framework$_element; + t4.toString; + t3._selectionContainerContext = t4; + t2.forEach$1(0, t3.get$addListener(t3)); + t1 = t1._selectionGeometry; + t3 = _this._widget.delegate._selectionGeometry; + if (!t1.$eq(0, t3)) + for (t1 = A._LinkedHashSetIterator$(t2, t2._collection$_modifications, A._instanceType(t2)._precomputed1); t1.moveNext$0();) + t1._collection$_current.call$0(); + } + t1 = _this._widget; + _this.set$registrar(t1.registrar); + }, + didChangeDependencies$0() { + this.super$State$didChangeDependencies(); + this._widget.toString; + }, + addListener$1(_, listener) { + this._widget.delegate.addListener$1(0, listener); + this._selection_container$_listeners.add$1(0, listener); + }, + removeListener$1(_, listener) { + this._widget.delegate.removeListener$1(0, listener); + this._selection_container$_listeners.remove$1(0, listener); + }, + pushHandleLayers$2(startHandle, endHandle) { + this._widget.delegate.pushHandleLayers$2(startHandle, endHandle); + }, + dispatchSelectionEvent$1($event) { + var result, result0, + t1 = this._widget.delegate, + selectionWillbeInProgress = !($event instanceof A.ClearSelectionEvent); + if (!t1._selectionInProgress && selectionWillbeInProgress) + B.JSArray_methods.sort$1(t1.selectables, t1.get$_compareScreenOrder()); + t1._selectionInProgress = selectionWillbeInProgress; + t1._isHandlingSelectionEvent = true; + result = A._Cell$named("result"); + switch ($event.type.index) { + case 0: + case 1: + result.__late_helper$_value = t1.handleSelectionEdgeUpdate$1(type$.SelectionEdgeUpdateEvent._as($event)); + break; + case 2: + type$.ClearSelectionEvent._as($event); + t1._selectableStartEdgeUpdateRecords.clear$0(0); + t1._selectableEndEdgeUpdateRecords.clear$0(0); + t1._currentDragEndRelatedToOrigin = t1._currentDragStartRelatedToOrigin = null; + t1._selectionStartsInScrollable = false; + result.__late_helper$_value = t1.super$MultiSelectableSelectionContainerDelegate$handleClearSelection($event); + break; + case 3: + result0 = t1.super$MultiSelectableSelectionContainerDelegate$handleSelectAll(type$.SelectAllSelectionEvent._as($event)); + if (t1.currentSelectionStartIndex !== -1) + t1._updateDragLocationsFromGeometries$0(); + result.__late_helper$_value = result0; + break; + case 4: + type$.SelectWordSelectionEvent._as($event); + t1._selectionStartsInScrollable = t1._globalPositionInScrollable$1($event.get$globalPosition()); + result0 = t1.super$MultiSelectableSelectionContainerDelegate$handleSelectWord($event); + t1._updateDragLocationsFromGeometries$0(); + result.__late_helper$_value = result0; + break; + default: + A.throwExpression(A.ReachabilityError$(string$.x60null_c)); + } + t1._isHandlingSelectionEvent = false; + t1._updateSelectionGeometry$0(); + return result._readLocal$0(); + }, + get$value(_) { + var t1 = this._widget; + return t1.delegate._selectionGeometry; + }, + getTransformTo$1(_, ancestor) { + return this._framework$_element.get$renderObject().getTransformTo$1(0, ancestor); + }, + get$size(_) { + var t1 = this._framework$_element.get$renderObject(); + t1.toString; + t1 = type$.RenderBox._as(t1)._box$_size; + t1.toString; + return t1; + }, + dispose$0() { + var t1 = this._widget.delegate; + t1._selectionContainerContext = null; + this._selection_container$_listeners.forEach$1(0, t1.get$removeListener(t1)); + this.super$__SelectionContainerState_State_Selectable_SelectionRegistrant$dispose(); + }, + build$1(context) { + var t1 = this._widget, + t2 = t1.delegate; + return A.SelectionRegistrarScope$(t1.child, t2); + }, + $isListenable: 1 + }; + A.SelectionRegistrarScope.prototype = { + updateShouldNotify$1(oldWidget) { + return oldWidget.registrar != this.registrar; + } + }; + A.SelectionContainerDelegate.prototype = {$isListenable: 1}; + A.__SelectionContainerState_State_Selectable.prototype = {}; + A.__SelectionContainerState_State_Selectable_SelectionRegistrant.prototype = { + dispose$0() { + this._selection$_removeSelectionRegistrarSubscription$0(); + this.super$State$dispose(); } }; A.SharedAppData.prototype = { @@ -264003,10 +270304,10 @@ } }; A._SharedAppDataState.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this._widget.child, - value = this.___SharedAppDataState_data; - return new A._SharedAppModel(value === $ ? this.___SharedAppDataState_data = A.LinkedHashMap_LinkedHashMap$_empty(type$.Object, type$.nullable_Object) : value, t1, null); + value = this.___SharedAppDataState_data_AI; + return new A._SharedAppModel(value === $ ? this.___SharedAppDataState_data_AI = A.LinkedHashMap_LinkedHashMap$_empty(type$.Object, type$.nullable_Object) : value, t1, null); } }; A._SharedAppModel.prototype = { @@ -264036,11 +270337,11 @@ }, get$hashCode(_) { var result, _this = this, - value = _this.__KeySet_hashCode; + value = _this.__KeySet_hashCode_FI; if (value === $) { result = A.KeySet__computeHashCode(_this._shortcuts$_keys); - A._lateInitializeOnceCheck(_this.__KeySet_hashCode, "hashCode"); - _this.__KeySet_hashCode = result; + _this.__KeySet_hashCode_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__KeySet_hashCode_FI = result; value = result; } return value; @@ -264052,13 +270353,13 @@ }, get$_triggers() { var t1, t2, result, _this = this, - value = _this.__LogicalKeySet__triggers; + value = _this.__LogicalKeySet__triggers_FI; if (value === $) { t1 = _this._shortcuts$_keys.toSet$0(0); t2 = A._instanceType(t1)._eval$1("ExpandIterable"); result = A.LinkedHashSet_LinkedHashSet$of(new A.ExpandIterable(t1, new A.LogicalKeySet__triggers_closure(), t2), t2._eval$1("Iterable.E")); - A._lateInitializeOnceCheck(_this.__LogicalKeySet__triggers, "_triggers"); - _this.__LogicalKeySet__triggers = result; + _this.__LogicalKeySet__triggers_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__LogicalKeySet__triggers_FI = result; value = result; } return value; @@ -264081,7 +270382,7 @@ var t1 = $.$get$LogicalKeySet__unmapSynonyms().$index(0, key); return t1 == null ? A._setArrayType([key], type$.JSArray_LogicalKeyboardKey) : t1; }, - $signature: 2451 + $signature: 2207 }; A.SingleActivator.prototype = { get$triggers() { @@ -264160,7 +270461,8 @@ } } return B.KeyEventResult_1; - } + }, + $isListenable: 1 }; A.ShortcutManager__indexShortcuts_closure.prototype = { call$2(activator, intent) { @@ -264170,95 +270472,155 @@ for (; t1.moveNext$0();) J.add$1$ax(t2.putIfAbsent$2(0, t1.get$current(t1), new A.ShortcutManager__indexShortcuts__closure()), new A._ActivatorIntentPair(activator, intent)); }, - $signature: 2449 + $signature: 836 }; A.ShortcutManager__indexShortcuts__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray__ActivatorIntentPair); }, - $signature: 2432 + $signature: 2213 }; A.Shortcuts.prototype = { + get$shortcuts() { + var t1 = this.manager; + return t1 == null ? this._shortcuts : t1._shortcuts; + }, createState$0() { return new A._ShortcutsState(B._StateLifecycle_0); } }; A._ShortcutsState.prototype = { - get$manager() { - this._widget.toString; - var t1 = this._internalManager; - t1.toString; - return t1; - }, - dispose$0(_) { + dispose$0() { var t1 = this._internalManager; if (t1 != null) { t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; } - this.super$State$dispose(0); + this.super$State$dispose(); }, initState$0() { - var _this = this; - _this.super$State$initState(); - _this._widget.toString; - _this._internalManager = new A.ShortcutManager(B.Map_empty1, $.$get$ChangeNotifier__emptyListeners()); - _this.get$manager().set$shortcuts(_this._widget.shortcuts); + var t1, t2; + this.super$State$initState(); + t1 = this._widget; + if (t1.manager == null) { + t2 = new A.ShortcutManager(B.Map_empty1, $.$get$ChangeNotifier__emptyListeners()); + this._internalManager = t2; + t2.set$shortcuts(t1.get$shortcuts()); + } }, didUpdateWidget$1(oldWidget) { - var _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - _this._widget.toString; - oldWidget.toString; - _this.get$manager().set$shortcuts(_this._widget.shortcuts); + t1 = _this._widget; + t2 = t1.manager; + if (t2 != oldWidget.manager) + if (t2 != null) { + t2 = _this._internalManager; + if (t2 != null) { + t2.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t2.ChangeNotifier__count = 0; + } + _this._internalManager = null; + } else if (_this._internalManager == null) + _this._internalManager = new A.ShortcutManager(B.Map_empty1, $.$get$ChangeNotifier__emptyListeners()); + t2 = _this._internalManager; + if (t2 != null) + t2.set$shortcuts(t1.get$shortcuts()); }, _handleOnKey$2(node, $event) { - var t1, t2; - if (node._context == null) + var t2, + t1 = node._context; + if (t1 == null) return B.KeyEventResult_1; - t1 = this.get$manager(); - t2 = node._context; - t2.toString; - return t1.handleKeypress$2(t2, $event); + t2 = this._widget.manager; + if (t2 == null) { + t2 = this._internalManager; + t2.toString; + } + return t2.handleKeypress$2(t1, $event); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = B.Type_Shortcuts_6TW.toString$0(0); - return A.Focus$(false, false, new A._ShortcutsMarker(this.get$manager(), this._widget.child, _null), t1, _null, _null, _null, true, _null, _null, this.get$_handleOnKey(), _null, _null); + return A.Focus$(false, false, this._widget.child, t1, _null, _null, _null, true, _null, _null, this.get$_handleOnKey(), _null, _null); + } + }; + A.ShortcutRegistry.prototype = { + get$shortcuts() { + var t2, t3, + t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.ShortcutActivator, type$.Intent); + for (t2 = this._tokenShortcuts, t2 = t2.get$entries(t2), t2 = t2.get$iterator(t2); t2.moveNext$0();) { + t3 = t2.get$current(t2); + t1.addAll$1(0, t3.get$value(t3)); + } + return t1; + }, + $isListenable: 1 + }; + A.ShortcutRegistrar.prototype = { + createState$0() { + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._ShortcutRegistrarState(new A.ShortcutRegistry(A.LinkedHashMap_LinkedHashMap$_empty(type$.ShortcutRegistryEntry, type$.Map_ShortcutActivator_Intent), t1), new A.ShortcutManager(B.Map_empty1, t1), B._StateLifecycle_0); + } + }; + A._ShortcutRegistrarState.prototype = { + initState$0() { + this.super$State$initState(); + this.registry.addListener$1(0, this.get$_shortcutsChanged()); + }, + _shortcutsChanged$0() { + this.manager.set$shortcuts(this.registry.get$shortcuts()); + }, + dispose$0() { + var t1 = this.registry; + t1.removeListener$1(0, this.get$_shortcutsChanged()); + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this.super$State$dispose(); + }, + build$1(context) { + return new A.Shortcuts(this.manager, B.Map_empty1, new A._ShortcutRegistrarMarker(this.registry, this._widget.child, null), null, null); + } + }; + A._ShortcutRegistrarMarker.prototype = { + updateShouldNotify$1(oldWidget) { + return this.registry !== oldWidget.registry; } }; - A._ShortcutsMarker.prototype = {}; A._LogicalKeySet_KeySet_Diagnosticable.prototype = {}; - A._ShortcutManager_ChangeNotifier_Diagnosticable.prototype = {}; + A._ShortcutManager_Object_Diagnosticable.prototype = {}; + A._ShortcutManager_Object_Diagnosticable_ChangeNotifier.prototype = {}; + A._ShortcutRegistry_Object_ChangeNotifier.prototype = {}; A._SingleActivator_Object_Diagnosticable.prototype = {}; A._SingleActivator_Object_Diagnosticable_MenuSerializableShortcut.prototype = {}; A.__ActivatorIntentPair_Object_Diagnosticable.prototype = {}; A.SingleChildScrollView.prototype = { - build$1(_, context) { - var t2, scrollController, scrollable, _this = this, t1 = {}, - axisDirection = A.getAxisDirectionFromAxisReverseAndDirectionality(context, _this.scrollDirection, _this.reverse), + build$1(context) { + var t3, effectivePrimary, scrollController, scrollable, _this = this, t1 = {}, + t2 = _this.scrollDirection, + axisDirection = A.getAxisDirectionFromAxisReverseAndDirectionality(context, t2, _this.reverse), contents = _this.child; t1.contents = contents; - t2 = _this.padding; - if (t2 != null) - t1.contents = new A.Padding(t2, contents, null); - t2 = _this.primary; - scrollController = t2 ? A.PrimaryScrollController_of(context) : _this.controller; - scrollable = A.Scrollable$(axisDirection, scrollController, _this.dragStartBehavior, false, _this.physics, _this.restorationId, null, null, new A.SingleChildScrollView_build_closure(t1, _this, axisDirection)); - return t2 && scrollController != null ? A.PrimaryScrollController$none(scrollable) : scrollable; + t3 = _this.padding; + if (t3 != null) + t1.contents = new A.Padding(t3, contents, null); + effectivePrimary = _this.primary; + effectivePrimary = _this.controller == null && A.PrimaryScrollController_shouldInherit(context, t2); + scrollController = effectivePrimary ? A.PrimaryScrollController_of(context) : _this.controller; + scrollable = A.Scrollable$(axisDirection, B.Clip_1, scrollController, _this.dragStartBehavior, false, _this.physics, _this.restorationId, null, null, new A.SingleChildScrollView_build_closure(t1, _this, axisDirection)); + return effectivePrimary && scrollController != null ? A.PrimaryScrollController$none(scrollable) : scrollable; } }; A.SingleChildScrollView_build_closure.prototype = { call$2(context, offset) { return new A._SingleChildViewport(this.axisDirection, offset, B.Clip_1, this._box_0.contents, null); }, - $signature: 2401 + $signature: 2214 }; A._SingleChildViewport.prototype = { createRenderObject$1(context) { var t1 = new A._RenderSingleChildViewport(this.axisDirection, this.offset, this.clipBehavior, A.LayerHandle$(type$.ClipRectLayer), null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.set$child(null); return t1; }, @@ -264377,7 +270739,7 @@ computeDryLayout$1(constraints) { var t1 = this.RenderObjectWithChildMixin__child; if (t1 == null) - return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + return new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); return constraints.constrain$1(t1.getDryLayout$1(this._single_child_scroll_view$_getInnerConstraints$1(constraints))); }, performLayout$0() { @@ -264385,9 +270747,9 @@ constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this.RenderObjectWithChildMixin__child; if (t1 == null) - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(0, constraints.minWidth, constraints.maxWidth), A.clampDouble(0, constraints.minHeight, constraints.maxHeight)); else { - t1.layout$2$parentUsesSize(0, _this._single_child_scroll_view$_getInnerConstraints$1(constraints), true); + t1.layout$2$parentUsesSize(_this._single_child_scroll_view$_getInnerConstraints$1(constraints), true); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; _this._box$_size = constraints.constrain$1(t1); @@ -264411,20 +270773,29 @@ } }, _shouldClipAtPaintOffset$1(paintOffset) { - var t2, t3, t4, t5, - t1 = paintOffset._dx; - if (!(t1 < 0)) { - t2 = paintOffset._dy; - if (!(t2 < 0)) { - t3 = this.RenderObjectWithChildMixin__child._box$_size; - t4 = t3._dx; - t5 = this._box$_size; - t1 = t1 + t4 > t5._dx || t2 + t3._dy > t5._dy; - } else - t1 = true; - } else - t1 = true; - return t1; + var t1, t2, t3, t4, t5; + switch (this._single_child_scroll_view$_clipBehavior.index) { + case 0: + return false; + case 1: + case 2: + case 3: + t1 = paintOffset._dx; + if (!(t1 < 0)) { + t2 = paintOffset._dy; + if (!(t2 < 0)) { + t3 = this.RenderObjectWithChildMixin__child._box$_size; + t4 = t3._dx; + t5 = this._box$_size; + t1 = t1 + t4 > t5._dx || t2 + t3._dy > t5._dy; + } else + t1 = true; + } else + t1 = true; + return t1; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, paint$2(context, offset) { var t1, paintOffset, t2, t3, t4, _this = this; @@ -264433,21 +270804,21 @@ t1.toString; paintOffset = _this._paintOffsetForPosition$1(t1); t1 = new A._RenderSingleChildViewport_paint_paintContents(_this, paintOffset); - t2 = _this._shouldClipAtPaintOffset$1(paintOffset) && _this._single_child_scroll_view$_clipBehavior !== B.Clip_0; - t3 = _this._single_child_scroll_view$_clipRectLayer; - if (t2) { - t2 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t2 = _this._single_child_scroll_view$_clipRectLayer; + if (_this._shouldClipAtPaintOffset$1(paintOffset)) { + t3 = _this.__RenderObject__needsCompositing_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = _this._box$_size; - t3.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t2, offset, new A.Rect(0, 0, 0 + t4._dx, 0 + t4._dy), t1, _this._single_child_scroll_view$_clipBehavior, t3._layer)); + t2.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t3, offset, new A.Rect(0, 0, 0 + t4._dx, 0 + t4._dy), t1, _this._single_child_scroll_view$_clipBehavior, t2._layer)); } else { - t3.set$layer(0, null); + t2.set$layer(0, null); t1.call$2(context, offset); } } }, - dispose$0(_) { + dispose$0() { this._single_child_scroll_view$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(0); + this.super$RenderObject$dispose(); }, applyPaintTransform$2(child, transform) { var paintOffset, @@ -264559,13 +270930,13 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 101 + $signature: 89 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -264611,7 +270982,7 @@ findIndexByKey$1(key) { return null; }, - build$2(_, context, index) { + build$2(context, index) { var child, exception, stackTrace, t1, exception0, details, key, semanticIndex, _null = null; if (!(index < 0)) { t1 = this.childCount; @@ -264644,7 +271015,7 @@ if (semanticIndex != null) child = new A.IndexedSemantics(semanticIndex, child, _null); t1 = child; - child = new A.AutomaticKeepAlive(t1, _null); + child = new A.AutomaticKeepAlive(new A._SelectionKeepAlive(t1, _null), _null); return new A.KeyedSubtree(child, key); }, get$estimatedChildCount() { @@ -264656,13 +271027,13 @@ }; A.SliverChildListDelegate.prototype = { _findChildIndex$1(key) { - var t2, t3, index, _null = null, + var t2, t3, t4, index, _null = null, t1 = this._keyToIndex; if (!t1.containsKey$1(0, key)) { t2 = t1.$index(0, _null); t2.toString; - for (t3 = this.children, index = t2; index < t3.length;) { - t2 = t3[index].key; + for (t3 = this.children, t4 = J.getInterceptor$asx(t3), index = t2; index < t4.get$length(t3);) { + t2 = t4.$index(t3, index).key; if (t2 != null) t1.$indexSet(0, t2, index); if (J.$eq$(t2, key)) { @@ -264679,29 +271050,132 @@ findIndexByKey$1(key) { return this._findChildIndex$1(key instanceof A._SaltedValueKey ? key.value : key); }, - build$2(_, context, index) { + build$2(context, index) { var child, t1, key, semanticIndex, _null = null; - if (index < 0 || index >= this.children.length) + if (index < 0 || index >= J.get$length$asx(this.children)) return _null; - child = this.children[index]; + child = J.$index$asx(this.children, index); t1 = child.key; key = t1 != null ? new A._SaltedValueKey(t1) : _null; if (this.addRepaintBoundaries) child = new A.RepaintBoundary(child, _null); semanticIndex = A._kDefaultSemanticIndexCallback(child, index); - if (semanticIndex != null) - child = new A.IndexedSemantics(semanticIndex, child, _null); - return new A.KeyedSubtree(new A.AutomaticKeepAlive(child, _null), key); + child = semanticIndex != null ? new A.IndexedSemantics(semanticIndex, child, _null) : child; + return new A.KeyedSubtree(new A.AutomaticKeepAlive(new A._SelectionKeepAlive(child, _null), _null), key); }, get$estimatedChildCount() { - return this.children.length; + return J.get$length$asx(this.children); }, shouldRebuild$1(oldDelegate) { - var t1 = this.children, - t2 = oldDelegate.children; - return t1 == null ? t2 != null : t1 !== t2; + return !J.$eq$(this.children, oldDelegate.children); } }; + A._SelectionKeepAlive.prototype = { + createState$0() { + return new A._SelectionKeepAliveState(null, B._StateLifecycle_0); + } + }; + A._SelectionKeepAliveState.prototype = { + get$wantKeepAlive() { + return this._wantKeepAlive; + }, + listensTo$1(selectable) { + return new A._SelectionKeepAliveState_listensTo_closure(this, selectable); + }, + _updateSelectablesWithSelections$2$add(selectable, add) { + var t1, _this = this; + if (add) { + t1 = _this._selectablesWithSelections; + (t1 == null ? _this._selectablesWithSelections = A.LinkedHashSet_LinkedHashSet$_empty(type$.Selectable) : t1).add$1(0, selectable); + } else { + t1 = _this._selectablesWithSelections; + if (t1 != null) + t1.remove$1(0, selectable); + } + t1 = _this._selectablesWithSelections; + t1 = t1 == null ? null : t1._collection$_length !== 0; + t1 = t1 === true; + if (_this._wantKeepAlive !== t1) { + _this._wantKeepAlive = t1; + _this.updateKeepAlive$0(); + } + }, + didChangeDependencies$0() { + var t1, newRegistrar, t2, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + newRegistrar = A.SelectionContainer_maybeOf(t1); + t1 = _this._sliver$_registrar; + if (t1 != newRegistrar) { + if (t1 != null) { + t2 = _this._selectableAttachments; + if (t2 != null) + new A.LinkedHashMapKeyIterable(t2, A._instanceType(t2)._eval$1("LinkedHashMapKeyIterable<1>")).forEach$1(0, t1.get$remove(t1)); + } + _this._sliver$_registrar = newRegistrar; + if (newRegistrar != null) { + t1 = _this._selectableAttachments; + if (t1 != null) + new A.LinkedHashMapKeyIterable(t1, A._instanceType(t1)._eval$1("LinkedHashMapKeyIterable<1>")).forEach$1(0, newRegistrar.get$add(newRegistrar)); + } + } + }, + add$1(_, selectable) { + var t1, _this = this, + attachment = _this.listensTo$1(selectable); + selectable.addListener$1(0, attachment); + t1 = _this._selectableAttachments; + (t1 == null ? _this._selectableAttachments = A.LinkedHashMap_LinkedHashMap$_empty(type$.Selectable, type$.void_Function) : t1).$indexSet(0, selectable, attachment); + _this._sliver$_registrar.add$1(0, selectable); + if (selectable.get$value(selectable).status !== B.SelectionStatus_2) + _this._updateSelectablesWithSelections$2$add(selectable, true); + }, + remove$1(_, selectable) { + var t1 = this._selectableAttachments; + if (t1 == null) + return; + t1 = t1.remove$1(0, selectable); + t1.toString; + selectable.removeListener$1(0, t1); + this._sliver$_registrar.remove$1(0, selectable); + this._updateSelectablesWithSelections$2$add(selectable, false); + }, + dispose$0() { + var t2, t3, _this = this, + t1 = _this._selectableAttachments; + if (t1 != null) { + for (t1 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) { + t2 = t1.__js_helper$_current; + _this._sliver$_registrar.remove$1(0, t2); + t3 = _this._selectableAttachments.$index(0, t2); + t3.toString; + t2.removeListener$1(0, t3); + } + _this._selectableAttachments = null; + } + _this._selectablesWithSelections = null; + _this.super$State$dispose(); + }, + build$1(context) { + var _this = this; + _this.super$AutomaticKeepAliveClientMixin$build(context); + if (_this._sliver$_registrar == null) + return _this._widget.child; + return A.SelectionRegistrarScope$(_this._widget.child, _this); + } + }; + A._SelectionKeepAliveState_listensTo_closure.prototype = { + call$0() { + var t1 = this.selectable, + t2 = this.$this; + if (t1.get$value(t1).status !== B.SelectionStatus_2) + t2._updateSelectablesWithSelections$2$add(t1, true); + else + t2._updateSelectablesWithSelections$2$add(t1, false); + }, + $signature: 0 + }; A.SliverWithKeepAliveWidget.prototype = {}; A.SliverMultiBoxAdaptorWidget.prototype = { createElement$0(_) { @@ -264717,18 +271191,14 @@ }, createRenderObject$1(context) { var t1 = new A.RenderSliverList(type$.SliverMultiBoxAdaptorElement._as(context), A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.RenderBox), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; } }; A.SliverGrid.prototype = { createRenderObject$1(context) { var t1 = new A.RenderSliverGrid(this.gridDelegate, type$.SliverMultiBoxAdaptorElement._as(context), A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.RenderBox), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { @@ -264877,7 +271347,7 @@ if (result == null) { t1 = _this._widget; t1.toString; - for (t1 = t2._as(t1).delegate, lo = 0, hi = 1; lo0 = hi - 1, t1.build$2(0, _this, lo0) != null; lo = lo0) + for (t1 = t2._as(t1).delegate, lo = 0, hi = 1; lo0 = hi - 1, t1.build$2(_this, lo0) != null; lo = lo0) if (hi < 4503599627370496) hi *= 2; else { @@ -264887,7 +271357,7 @@ } for (; t2 = hi - lo, t2 > 1;) { mid = B.JSInt_methods._tdivFast$1(t2, 2) + lo; - if (t1.build$2(0, _this, mid - 1) == null) + if (t1.build$2(_this, mid - 1) == null) hi = mid; else lo = mid; @@ -264941,7 +271411,7 @@ t2.$indexSet(0, index, t1.updateChild$3(t2.$index(0, index), null, index)); _this._box_0.childrenUpdated = true; } - newChild = t1.updateChild$3(_this.newChildren.$index(0, index), _this.adaptorWidget.delegate.build$2(0, t1, index), index); + newChild = t1.updateChild$3(_this.newChildren.$index(0, index), _this.adaptorWidget.delegate.build$2(t1, index), index); if (newChild != null) { t3 = _this._box_0; t3.childrenUpdated = t3.childrenUpdated || !J.$eq$(t2.$index(0, index), newChild); @@ -264963,7 +271433,7 @@ t2.remove$1(0, index); } }, - $signature: 90 + $signature: 86 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -264975,7 +271445,7 @@ call$0() { return this.$this._childElements.$index(0, this.index); }, - $signature: 2387 + $signature: 2217 }; A.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0() { @@ -264988,7 +271458,7 @@ t2.toString; adaptorWidget = type$.SliverMultiBoxAdaptorWidget._as(t2); t2 = t1._currentlyUpdatingChildIndex = _this.index; - newChild = t1.updateChild$3(t1._childElements.$index(0, t2), adaptorWidget.delegate.build$2(0, t1, t2), t2); + newChild = t1.updateChild$3(t1._childElements.$index(0, t2), adaptorWidget.delegate.build$2(t1, t2), t2); } finally { t1._currentlyUpdatingChildIndex = null; } @@ -265030,19 +271500,32 @@ } } }; + A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin.prototype = { + initState$0() { + this.super$State$initState(); + if (this._wantKeepAlive) + this._ensureKeepAlive$0(); + }, + deactivate$0() { + var t1 = this.AutomaticKeepAliveClientMixin__keepAliveHandle; + if (t1 != null) { + t1.notifyListeners$0(); + this.AutomaticKeepAliveClientMixin__keepAliveHandle = null; + } + this.super$State$deactivate(); + } + }; A.SliverFillViewport.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewportFraction, - t2 = B.JSInt_methods.clamp$2(1 - t1, 0, 1); + t2 = A.clampDouble(1 - t1, 0, 1); return new A._SliverFractionalPadding(t2 / 2, new A._SliverFillViewportRenderObjectWidget(t1, this.delegate, null), null); } }; A._SliverFillViewportRenderObjectWidget.prototype = { createRenderObject$1(context) { var t1 = new A.RenderSliverFillViewport(this.viewportFraction, type$.SliverMultiBoxAdaptorElement._as(context), A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.RenderBox), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { @@ -265052,9 +271535,7 @@ A._SliverFractionalPadding.prototype = { createRenderObject$1(context) { var t1 = new A._RenderSliverFractionalPadding(this.viewportFraction, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { @@ -265099,7 +271580,7 @@ }; A.SliverPersistentHeaderDelegate.prototype = {}; A.SliverPersistentHeader.prototype = { - build$1(_, context) { + build$1(context) { return new A._SliverPinnedPersistentHeader(this.delegate, false, null); } }; @@ -265128,11 +271609,11 @@ if (t1 != null) t1.isScrollingNotifier.addListener$1(0, _this.get$_isScrollingListener()); }, - dispose$0(_) { + dispose$0() { var t1 = this._sliver_persistent_header$_position; if (t1 != null) t1.isScrollingNotifier.removeListener$1(0, this.get$_isScrollingListener()); - this.super$State$dispose(0); + this.super$State$dispose(); }, _isScrollingListener$0() { var t3, @@ -265150,7 +271631,7 @@ } else if (t1 != null) t1.maybeStartSnapAnimation$1(t2._userScrollDirection); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -265247,7 +271728,7 @@ t4 = this.shrinkOffset; t5 = this.overlapsContent; t2 = t2.delegate; - t1.child = t1.updateChild$3(t3, t1.floating ? new A._FloatingHeader(t2.build$3(0, t1, t4, t5), null) : t2.build$3(0, t1, t4, t5), null); + t1.child = t1.updateChild$3(t3, t1.floating ? new A._FloatingHeader(t2.build$3(t1, t4, t5), null) : t2.build$3(t1, t4, t5), null); }, $signature: 0 }; @@ -265274,9 +271755,7 @@ A._SliverPinnedPersistentHeader.prototype = { createRenderObject$1(context) { var t1 = new A._RenderSliverPinnedPersistentHeaderForWidgets(null, this.delegate.stretchConfiguration, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.set$child(null); return t1; } @@ -265379,7 +271858,7 @@ } }; A.Spacer.prototype = { - build$1(_, context) { + build$1(context) { return A.Expanded$(B.SizedBox_0_0_null_null, 1); } }; @@ -265400,7 +271879,7 @@ A._TableElementRow.prototype = {}; A.Table.prototype = { createElement$0(_) { - return new A._TableElement(B.List_empty15, A.HashSet_HashSet(type$.Element_2), this, B._ElementLifecycle_0); + return new A._TableElement(B.List_empty16, A.HashSet_HashSet(type$.Element_2), this, B._ElementLifecycle_0); }, createRenderObject$1(context) { var t3, t4, t5, t6, _this = this, _null = null, @@ -265415,13 +271894,11 @@ 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_empty14, t1, t2, t3, _this.defaultColumnWidth, t4, _this.border, t5, _this.defaultVerticalAlignment, _null, t6, A.LayerHandle$(type$.ContainerLayer_2)); - t6.get$isRepaintBoundary(); - t6.get$alwaysNeedsCompositing(); - t6.__RenderObject__needsCompositing = false; - t1 = A._setArrayType([], type$.JSArray_nullable_RenderBox); - B.JSArray_methods.set$length(t1, t6._table$_columns * t6._rows); - t6._table$_children = t1; + 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.RenderObject$0(); + t5 = A._setArrayType([], type$.JSArray_nullable_RenderBox); + B.JSArray_methods.set$length(t5, t6._table$_columns * t6._rows); + t6._table$_children = t5; t6.set$rowDecorations(_this._rowDecorations); return t6; }, @@ -265431,7 +271908,7 @@ renderObject.set$defaultColumnWidth(_this.defaultColumnWidth); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); renderObject.set$border(0, _this.border); renderObject.set$rowDecorations(_this._rowDecorations); renderObject.set$configuration(A.createLocalImageConfiguration(context, null)); @@ -265443,13 +271920,13 @@ call$1(row) { return row.decoration != null; }, - $signature: 2385 + $signature: 2220 }; A.Table_closure0.prototype = { call$1(row) { return row.decoration; }, - $signature: 2377 + $signature: 2221 }; A._TableElement.prototype = { get$renderObject() { @@ -265507,7 +271984,7 @@ taken.add$1(0, t6); oldChildren = t6; } else - oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty16; + oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty17; t6 = row.children; _length = t6.length; slots = A._setArrayType(new Array(_length), t4); @@ -265516,9 +271993,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_empty12, t2); + _this.updateChildren$3$forgottenChildren(t3.get$current(t3).children, B.List_empty13, 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_empty12, t2); + _this.updateChildren$3$forgottenChildren(t3.get$current(t3), B.List_empty13, t2); _this._table0$_children = newChildren; _this._updateRenderObjectChildren$0(); t2.clear$0(0); @@ -265559,31 +272036,31 @@ 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: 2376 + $signature: 2223 }; 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: 2372 + $signature: 2224 }; A._TableElement_update_closure.prototype = { call$1(row) { return row.key == null; }, - $signature: 2368 + $signature: 2225 }; A._TableElement_update_closure0.prototype = { call$1(list) { return !this.taken.contains$1(0, list); }, - $signature: 2364 + $signature: 2227 }; A._TableElement__updateRenderObjectChildren_closure.prototype = { call$1(row) { return J.map$1$1$ax(row.children, new A._TableElement__updateRenderObjectChildren__closure(), type$.RenderBox); }, - $signature: 2362 + $signature: 2229 }; A._TableElement__updateRenderObjectChildren__closure.prototype = { call$1(child) { @@ -265591,13 +272068,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 2349 + $signature: 2230 }; A._TableElement_visitChildren_closure.prototype = { call$1(row) { return row.children; }, - $signature: 2340 + $signature: 2231 }; A.TableCell.prototype = { applyParentData$1(renderObject) { @@ -265629,40 +272106,31 @@ A.__TableSlot_Object_Diagnosticable.prototype = {}; A.DefaultTextStyle.prototype = { updateShouldNotify$1(oldWidget) { - var t1, _this = this; - if (J.$eq$(_this.style, oldWidget.style)) - if (_this.softWrap === oldWidget.softWrap) - if (_this.overflow === oldWidget.overflow) - t1 = _this.textWidthBasis !== oldWidget.textWidthBasis || false; - else - t1 = true; - else - t1 = true; - else - t1 = true; - return t1; + var _this = this; + return !J.$eq$(_this.style, oldWidget.style) || _this.textAlign != oldWidget.textAlign || _this.softWrap !== oldWidget.softWrap || _this.overflow !== oldWidget.overflow || _this.textWidthBasis !== oldWidget.textWidthBasis || false; }, wrap$2(_, context, child) { var _this = this; return A.DefaultTextStyle$(child, null, _this.maxLines, _this.overflow, _this.softWrap, _this.style, _this.textAlign, _this.textHeightBehavior, _this.textWidthBasis); } }; - A._NullWidget2.prototype = { - build$1(_, context) { - throw A.wrapException(A.FlutterError_FlutterError("A DefaultTextStyle constructed with DefaultTextStyle.fallback cannot be incorporated into the widget tree, it is meant only to provide a fallback value returned by DefaultTextStyle.of() when no enclosing default text style is present in a BuildContext.")); + A._NullWidget3.prototype = { + build$1(context) { + throw A.wrapException(A.FlutterError_FlutterError(string$.A_Defa)); } }; A.Text.prototype = { - build$1(_, context) { - var effectiveTextStyle, t2, t3, t4, t5, t6, t7, t8, t9, result, _this = this, _null = null, + build$1(context) { + var effectiveTextStyle, registrar, t2, t3, t4, t5, t6, t7, t8, t9, t10, result, _this = this, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); if (t1 == null) - t1 = B.DefaultTextStyle_40S; + t1 = B.DefaultTextStyle_MTi; effectiveTextStyle = _this.style; if (effectiveTextStyle == null || effectiveTextStyle.inherit) effectiveTextStyle = t1.style.merge$1(effectiveTextStyle); if (A.MediaQuery_boldTextOverride(context)) - effectiveTextStyle = effectiveTextStyle.merge$1(B.TextStyle_oqK); + effectiveTextStyle = effectiveTextStyle.merge$1(B.TextStyle_ia3); + registrar = A.SelectionContainer_maybeOf(context); t2 = _this.textAlign; if (t2 == null) t2 = t1.textAlign; @@ -265684,23 +272152,42 @@ if (t7 == null) t7 = t1.maxLines; t8 = A.DefaultTextHeightBehavior_of(context); - t9 = _this.textSpan; - t9 = t9 != null ? A._setArrayType([t9], type$.JSArray_InlineSpan) : _null; - result = A.RichText$(_null, _null, t7, t5, t4, _null, A.TextSpan$(t9, _null, effectiveTextStyle, _this.data), t2, t3, t8, t6, t1.textWidthBasis); + t9 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultSelectionStyle); + t9 = (t9 == null ? B.DefaultSelectionStyle_MUs : t9).selectionColor; + t10 = _this.textSpan; + t10 = t10 != null ? A._setArrayType([t10], type$.JSArray_InlineSpan) : _null; + result = A.RichText$(_null, _null, t7, t5, t9, registrar, t4, _null, A.TextSpan$(t10, _null, effectiveTextStyle, _this.data), t2, t3, t8, t6, t1.textWidthBasis); + if (registrar != null) + result = A.MouseRegion$(result, B.SystemMouseCursor_text, _null, _null, _null, _null); t1 = _this.semanticsLabel; if (t1 != null) - result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null), false, false, false, new A.ExcludeSemantics(true, result, _null), _null); + result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null), false, false, false, new A.ExcludeSemantics(true, result, _null), _null); return result; } }; A.DoNothingAndStopPropagationTextIntent.prototype = {}; + A.DirectionalTextEditingIntent.prototype = {}; + A.DeleteCharacterIntent.prototype = {}; + A.DeleteToNextWordBoundaryIntent.prototype = {}; + A.DeleteToLineBreakIntent.prototype = {}; + A.DirectionalCaretMovementIntent.prototype = {}; + A.ExtendSelectionByCharacterIntent.prototype = {}; + A.ExtendSelectionToNextWordBoundaryIntent.prototype = {}; + A.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent.prototype = {}; + A.ExpandSelectionToDocumentBoundaryIntent.prototype = {}; + A.ExpandSelectionToLineBreakIntent.prototype = {}; + A.ExtendSelectionToLineBreakIntent.prototype = {}; + A.ExtendSelectionVerticallyToAdjacentLineIntent.prototype = {}; + A.ExtendSelectionToDocumentBoundaryIntent.prototype = {}; + A.ScrollToDocumentBoundaryIntent.prototype = {}; + A.SelectAllTextIntent.prototype = {}; + A.CopySelectionTextIntent.prototype = {}; + A.PasteTextIntent.prototype = {}; + A.RedoTextIntent.prototype = {}; A.ReplaceTextIntent.prototype = {}; + A.UndoTextIntent.prototype = {}; A.UpdateSelectionIntent.prototype = {}; - A.TextSelectionHandleType.prototype = { - toString$0(_) { - return "TextSelectionHandleType." + this._core$_name; - } - }; + A.TransposeCharactersIntent.prototype = {}; A.TextSelectionControls.prototype = { handlePaste$1(delegate) { return this.handlePaste$body$TextSelectionControls(delegate); @@ -265750,11 +272237,12 @@ this._updateSelectionOverlay$0(); }, _updateSelectionOverlay$0() { - var prevText, currText, t5, selectedGraphemes, t6, startHandleRect, endHandleRect, _this = this, _null = null, - t1 = A._lateReadCheck(_this.__TextSelectionOverlay__selectionOverlay, "_selectionOverlay"), - t2 = _this.renderObject, - t3 = t2._editable$_textPainter, - t4 = t3._text_painter$_textDirection; + var t2, t3, t4, prevText, currText, t5, selectedGraphemes, t6, startHandleRect, endHandleRect, _this = this, _null = null, + t1 = _this.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.renderObject; + t3 = t2._editable$_textPainter; + t4 = t3._text_painter$_textDirection; t4.toString; t1.set$startHandleType(_this._chooseType$3(t4, B.TextSelectionHandleType_0, B.TextSelectionHandleType_1)); prevText = t3._text_painter$_text.toPlainText$0(); @@ -265806,14 +272294,16 @@ t4 = endHandleRect == null ? _null : endHandleRect.bottom - endHandleRect.top; t1.set$lineHeightAtEnd(t4 == null ? t3.get$preferredLineHeight() : t4); t3 = t2.getEndpointsForSelection$1(_this._text_selection$_value.selection); - if (!A.listEquals0(t1._selectionEndPoints, t3)) + if (!A.listEquals0(t1._selectionEndpoints, t3)) t1._text_selection$_markNeedsBuild$0(); - t1._selectionEndPoints = t3; + t1._selectionEndpoints = t3; t1.set$toolbarLocation(t2._lastSecondaryTapDownPosition); }, - dispose$0(_) { - var t1, t2, _this = this; - A._lateReadCheck(_this.__TextSelectionOverlay__selectionOverlay, "_selectionOverlay").hide$0(); + dispose$0() { + var t2, _this = this, + t1 = _this.__TextSelectionOverlay__selectionOverlay_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hide$0(); t1 = _this.renderObject; t2 = _this.get$_updateTextSelectionOverlayVisibilities(); t1._selectionStartInViewport.removeListener$1(0, t2); @@ -265831,43 +272321,78 @@ _handleSelectionEndHandleDragStart$1(details) { var t1 = this.selectionControls; t1.toString; - this.__TextSelectionOverlay__dragEndPosition = details.globalPosition.$add(0, new A.Offset(0, -t1.getHandleSize$1(this.renderObject._editable$_textPainter.get$preferredLineHeight())._dy)); + this.__TextSelectionOverlay__dragEndPosition_A = details.globalPosition.$add(0, new A.Offset(0, -t1.getHandleSize$1(this.renderObject._editable$_textPainter.get$preferredLineHeight())._dy)); }, _handleSelectionEndHandleDragUpdate$1(details) { - var position, newSelection, _this = this, - _s16_ = "_dragEndPosition", - t1 = A._lateReadCheck(_this.__TextSelectionOverlay__dragEndPosition, _s16_).$add(0, details.delta); - _this.__TextSelectionOverlay__dragEndPosition = t1; - position = _this.renderObject.getPositionForPoint$1(A._lateReadCheck(t1, _s16_)); + var position, t2, newSelection, _this = this, + t1 = _this.__TextSelectionOverlay__dragEndPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.$add(0, details.delta); + _this.__TextSelectionOverlay__dragEndPosition_A = t1; + position = _this.renderObject.getPositionForPoint$1(t1); t1 = _this._text_selection$_value.selection; - if (t1.start == t1.end) { + t2 = t1.start; + if (t2 == t1.end) { _this._handleSelectionHandleChanged$2$isEnd(A.TextSelection$fromPosition(position), true); return; } - newSelection = A.TextSelection$(B.TextAffinity_1, t1.baseOffset, position.offset, false); - if (newSelection.baseOffset >= newSelection.extentOffset) - return; + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_2: + case B.TargetPlatform_4: + t1 = position.offset; + newSelection = A.TextSelection$(B.TextAffinity_1, t2, t1, false); + if (t1 <= t2) + return; + break; + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_3: + case B.TargetPlatform_5: + newSelection = A.TextSelection$(B.TextAffinity_1, t1.baseOffset, position.offset, false); + if (newSelection.baseOffset >= newSelection.extentOffset) + return; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } _this._handleSelectionHandleChanged$2$isEnd(newSelection, true); }, _handleSelectionStartHandleDragStart$1(details) { var t1 = this.selectionControls; t1.toString; - this.__TextSelectionOverlay__dragStartPosition = details.globalPosition.$add(0, new A.Offset(0, -t1.getHandleSize$1(this.renderObject._editable$_textPainter.get$preferredLineHeight())._dy)); + this.__TextSelectionOverlay__dragStartPosition_A = details.globalPosition.$add(0, new A.Offset(0, -t1.getHandleSize$1(this.renderObject._editable$_textPainter.get$preferredLineHeight())._dy)); }, _handleSelectionStartHandleDragUpdate$1(details) { - var position, newSelection, _this = this, - _s18_ = "_dragStartPosition", - t1 = A._lateReadCheck(_this.__TextSelectionOverlay__dragStartPosition, _s18_).$add(0, details.delta); - _this.__TextSelectionOverlay__dragStartPosition = t1; - position = _this.renderObject.getPositionForPoint$1(A._lateReadCheck(t1, _s18_)); + var position, t2, newSelection, _this = this, + t1 = _this.__TextSelectionOverlay__dragStartPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.$add(0, details.delta); + _this.__TextSelectionOverlay__dragStartPosition_A = t1; + position = _this.renderObject.getPositionForPoint$1(t1); t1 = _this._text_selection$_value.selection; - if (t1.start == t1.end) { + t2 = t1.end; + if (t1.start == t2) { _this._handleSelectionHandleChanged$2$isEnd(A.TextSelection$fromPosition(position), false); return; } - newSelection = A.TextSelection$(B.TextAffinity_1, position.offset, t1.extentOffset, false); - if (newSelection.baseOffset >= newSelection.extentOffset) - return; + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_2: + case B.TargetPlatform_4: + newSelection = A.TextSelection$(B.TextAffinity_1, t2, position.offset, false); + if (newSelection.extentOffset >= t2) + return; + break; + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_3: + case B.TargetPlatform_5: + newSelection = A.TextSelection$(B.TextAffinity_1, position.offset, t1.extentOffset, false); + if (newSelection.baseOffset >= newSelection.extentOffset) + return; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } _this._handleSelectionHandleChanged$2$isEnd(newSelection, false); }, _handleSelectionHandleChanged$2$isEnd(newSelection, isEnd) { @@ -265972,7 +272497,7 @@ t1.remove$0(0); this._toolbar = null; }, - dispose$0(_) { + dispose$0() { this.hide$0(); }, _buildStartHandle$1(context) { @@ -266012,7 +272537,7 @@ if (t1 != null) t1.markNeedsBuild$0(); }, - $signature: 24 + $signature: 19 }; A._SelectionHandleOverlay.prototype = { createState$0() { @@ -266023,21 +272548,23 @@ initState$0() { var _this = this; _this.super$State$initState(); - _this.___SelectionHandleOverlayState__controller = A.AnimationController$(null, B.Duration_150000, null, 1, null, _this); + _this.___SelectionHandleOverlayState__controller_A = A.AnimationController$(null, B.Duration_150000, null, 1, null, _this); _this._handleVisibilityChanged$0(); _this._widget.visibility.addListener$1(0, _this.get$_handleVisibilityChanged()); }, _handleVisibilityChanged$0() { var t2, - _s11_ = "_controller", t1 = this._widget.visibility._change_notifier$_value; if (t1 == null) t1 = true; - t2 = this.___SelectionHandleOverlayState__controller; - if (t1) - A._lateReadCheck(t2, _s11_).forward$0(0); - else - A._lateReadCheck(t2, _s11_).reverse$0(0); + t2 = this.___SelectionHandleOverlayState__controller_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.forward$0(0); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + } }, didUpdateWidget$1(oldWidget) { var t1, _this = this; @@ -266047,14 +272574,16 @@ _this._handleVisibilityChanged$0(); _this._widget.visibility.addListener$1(0, t1); }, - dispose$0(_) { - var _this = this; + dispose$0() { + var t1, _this = this; _this._widget.visibility.removeListener$1(0, _this.get$_handleVisibilityChanged()); - A._lateReadCheck(_this.___SelectionHandleOverlayState__controller, "_controller").dispose$0(0); - _this.super$__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.___SelectionHandleOverlayState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { - var handleSize, t2, t3, t4, handleRect, interactiveRect, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _null = null, + build$1(context) { + var handleSize, t2, t3, t4, handleRect, interactiveRect, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = _this._widget, handleAnchor = t1.selectionControls.getHandleAnchor$2(t1.type, t1.preferredLineHeight); t1 = _this._widget; @@ -266072,15 +272601,29 @@ t7 = interactiveRect.bottom - t3; t2 = Math.max((t7 - (t4 - t2)) / 2, 0); t4 = _this._widget.handleLayerLink; - t8 = A._lateReadCheck(_this.___SelectionHandleOverlayState__controller, "_controller"); - t9 = _this._widget; - t10 = t9.dragStartBehavior; - t11 = t9.onSelectionHandleDragStart; - t12 = t9.onSelectionHandleDragUpdate; - t13 = t9.onSelectionHandleDragEnd; - return A.CompositedTransformFollower$(A.FadeTransition$(false, A.Container$(B.Alignment_m1_m1, A.GestureDetector$(B.HitTestBehavior_2, new A.Padding(new A.EdgeInsets(t1, t2, t1, t2), t9.selectionControls.buildHandle$4(context, t9.type, t9.preferredLineHeight, t9.onSelectionHandleTapped), _null), t10, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, t11, t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, t6), t8), _null, t4, new A.Offset(t5, t3), false, B.Alignment_m1_m1); + t8 = _this.___SelectionHandleOverlayState__controller_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + t9 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A._SelectionHandleOverlayState_build_closure(_this), new A._SelectionHandleOverlayState_build_closure0(_this), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); + t10 = _this._widget; + return A.CompositedTransformFollower$(A.FadeTransition$(false, A.Container$(B.Alignment_m1_m1, new A.RawGestureDetector(new A.Padding(new A.EdgeInsets(t1, t2, t1, t2), t10.selectionControls.buildHandle$4(context, t10.type, t10.preferredLineHeight, t10.onSelectionHandleTapped), _null), t9, B.HitTestBehavior_2, false, _null, _null), B.Clip_0, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, t6), t8), _null, t4, new A.Offset(t5, t3), false, B.Alignment_m1_m1); } }; + A._SelectionHandleOverlayState_build_closure.prototype = { + call$0() { + return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_2, B.PointerDeviceKind_5], type$.PointerDeviceKind)); + }, + $signature: 321 + }; + A._SelectionHandleOverlayState_build_closure0.prototype = { + call$1(instance) { + var t1 = this.$this._widget; + instance.dragStartBehavior = t1.dragStartBehavior; + instance.onStart = t1.onSelectionHandleDragStart; + instance.onUpdate = t1.onSelectionHandleDragUpdate; + instance.onEnd = t1.onSelectionHandleDragEnd; + }, + $signature: 325 + }; A.TextSelectionGestureDetectorBuilder.prototype = { get$_lastSecondaryTapWasOnSelection() { var t3, t4, textPosition, @@ -266170,9 +272713,11 @@ t2.userUpdateTextEditingValue$2(t1._widget.controller._change_notifier$_value.copyWith$1$selection(nextSelection), cause); }, onTapDown$1(details) { - var t3, kind, t4, t5, _this = this, - t1 = _this.delegate, - t2 = t1.get$editableTextKey().get$currentState(); + var t2, t3, kind, t4, t5, isShiftPressedValid, _this = this, + t1 = _this.delegate; + if (!t1.get$selectionEnabled()) + return; + t2 = t1.get$editableTextKey().get$currentState(); t2.toString; t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); t2.toString; @@ -266180,7 +272725,9 @@ t2 = t3._as(t2)._lastTapDownPosition = details.globalPosition; kind = details.kind; _this._shouldShowSelectionToolbar = kind == null || kind === B.PointerDeviceKind_0 || kind === B.PointerDeviceKind_2; - t4 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard, "_keyboard")._pressedKeys; + t4 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4._pressedKeys; t4 = t4.get$values(t4); t4 = A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")); t5 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); @@ -266190,29 +272737,53 @@ t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4._editableKey).get$renderObject(); t4.toString; t4 = t3._as(t4)._selection; - t4 = t4.baseOffset != null; + isShiftPressedValid = t4.baseOffset != null; } else - t4 = false; - if (t4) { - _this._isShiftTapping = true; - switch (A.defaultTargetPlatform()) { - case B.TargetPlatform_2: - case B.TargetPlatform_4: + isShiftPressedValid = false; + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_2: + if (_this._isShiftTapping) + _this._isShiftTapping = false; + break; + case B.TargetPlatform_4: + if (isShiftPressedValid) { + _this._isShiftTapping = true; t1 = t1.get$editableTextKey().get$currentState(); t1.toString; t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); t1.toString; _this._text_selection$_expandSelection$3(t2, B.SelectionChangedCause_0, t3._as(t1)._editable$_hasFocus ? null : B.TextSelection_3Ex0); - break; - case B.TargetPlatform_0: - case B.TargetPlatform_1: - case B.TargetPlatform_3: - case B.TargetPlatform_5: + return; + } + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); + t1.toString; + t3._as(t1); + t3 = t1._lastTapDownPosition; + t3.toString; + t1.selectPositionAt$2$cause$from(B.SelectionChangedCause_0, t3); + break; + case B.TargetPlatform_3: + case B.TargetPlatform_5: + if (isShiftPressedValid) { + _this._isShiftTapping = true; _this._extendSelection$2(t2, B.SelectionChangedCause_0); - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } + return; + } + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); + t1.toString; + t3._as(t1); + t3 = t1._lastTapDownPosition; + t3.toString; + t1.selectPositionAt$2$cause$from(B.SelectionChangedCause_0, t3); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, onForcePressStart$1(details) { @@ -266241,18 +272812,62 @@ } }, onSingleTapUp$1(details) { - var t1, t2; - if (this._isShiftTapping) { - this._isShiftTapping = false; - return; - } - t1 = this.delegate; - if (t1.get$selectionEnabled()) + var t2, t3, isShiftPressedValid, fromSelection, _this = this, + _s80_ = string$.x60null_c, + t1 = _this.delegate; + if (t1.get$selectionEnabled()) { + t2 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._pressedKeys; + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")); + t3 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); + if (t2.any$1(0, t3.get$contains(t3))) { + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + t2 = type$.RenderEditable._as(t2)._selection; + isShiftPressedValid = t2.baseOffset != null; + } else + isShiftPressedValid = false; switch (A.defaultTargetPlatform()) { - case B.TargetPlatform_2: + case B.TargetPlatform_3: case B.TargetPlatform_4: + case B.TargetPlatform_5: + if (_this._isShiftTapping) + _this._isShiftTapping = false; + break; + case B.TargetPlatform_0: + case B.TargetPlatform_1: + if (isShiftPressedValid) { + _this._isShiftTapping = true; + _this._extendSelection$2(details.globalPosition, B.SelectionChangedCause_0); + return; + } + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); + t1.toString; + type$.RenderEditable._as(t1); + t2 = t1._lastTapDownPosition; + t2.toString; + t1.selectPositionAt$2$cause$from(B.SelectionChangedCause_0, t2); + break; + case B.TargetPlatform_2: + if (isShiftPressedValid) { + _this._isShiftTapping = true; + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); + t1.toString; + fromSelection = type$.RenderEditable._as(t1)._editable$_hasFocus ? null : B.TextSelection_3Ex0; + _this._text_selection$_expandSelection$3(details.globalPosition, B.SelectionChangedCause_0, fromSelection); + return; + } switch (details.kind) { case B.PointerDeviceKind_1: + case B.PointerDeviceKind_4: case B.PointerDeviceKind_2: case B.PointerDeviceKind_3: t1 = t1.get$editableTextKey().get$currentState(); @@ -266266,31 +272881,20 @@ break; case B.PointerDeviceKind_0: case B.PointerDeviceKind_5: - default: t1 = t1.get$editableTextKey().get$currentState(); t1.toString; t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); t1.toString; type$.RenderEditable._as(t1).selectWordEdge$1$cause(B.SelectionChangedCause_0); break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); } break; - case B.TargetPlatform_0: - case B.TargetPlatform_1: - case B.TargetPlatform_3: - case B.TargetPlatform_5: - t1 = t1.get$editableTextKey().get$currentState(); - t1.toString; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = t1._lastTapDownPosition; - t2.toString; - t1.selectPositionAt$2$cause$from(B.SelectionChangedCause_0, t2); - break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } + } }, onSingleTapCancel$0() { }, @@ -266325,25 +272929,63 @@ onSecondaryTap$0() { var t2, t3, t1 = this.delegate; - if (t1.get$selectionEnabled()) { - if (!this.get$_lastSecondaryTapWasOnSelection()) { + if (!t1.get$selectionEnabled()) + return; + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_2: + case B.TargetPlatform_4: + if (this.get$_lastSecondaryTapWasOnSelection()) { + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + t2 = !type$.RenderEditable._as(t2)._editable$_hasFocus; + } else + t2 = true; + if (t2) { + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + type$.RenderEditable._as(t2); + t3 = t2._lastTapDownPosition; + t3.toString; + t2.selectWordsInRange$2$cause$from(B.SelectionChangedCause_0, t3); + } + if (this._shouldShowSelectionToolbar) { + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2.hideToolbar$0(); + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t1.showToolbar$0(); + } + break; + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_3: + case B.TargetPlatform_5: t2 = t1.get$editableTextKey().get$currentState(); t2.toString; t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); t2.toString; - type$.RenderEditable._as(t2); - t3 = t2._lastTapDownPosition; - t3.toString; - t2.selectWordsInRange$2$cause$from(B.SelectionChangedCause_0, t3); - } - if (this._shouldShowSelectionToolbar) { - t2 = t1.get$editableTextKey().get$currentState(); - t2.toString; - t2.hideToolbar$0(); + t3 = type$.RenderEditable; + if (!t3._as(t2)._editable$_hasFocus) { + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + t3._as(t2); + t3 = t2._lastTapDownPosition; + t3.toString; + t2.selectPositionAt$2$cause$from(B.SelectionChangedCause_0, t3); + } t1 = t1.get$editableTextKey().get$currentState(); t1.toString; - t1.showToolbar$0(); - } + t1.toggleToolbar$0(); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, onSecondaryTapDown$1(details) { @@ -266381,7 +273023,9 @@ return; kind = details.kind; _this._shouldShowSelectionToolbar = kind == null || kind === B.PointerDeviceKind_0 || kind === B.PointerDeviceKind_2; - t2 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard, "_keyboard")._pressedKeys; + t2 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._pressedKeys; t2 = t2.get$values(t2); t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")); t3 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); @@ -266525,14 +273169,14 @@ } }; A._TextSelectionGestureDetectorState.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this._text_selection$_doubleTapTimer; if (t1 != null) t1.cancel$0(0); t1 = this._dragUpdateThrottleTimer; if (t1 != null) t1.cancel$0(0); - this.super$State$dispose(0); + this.super$State$dispose(); }, _text_selection$_handleTapDown$1(details) { var _this = this; @@ -266544,7 +273188,7 @@ _this._isDoubleTap = true; } }, - _text_selection$_handleTapUp$1(details) { + _handleTapUp$1(details) { var _this = this; if (!_this._isDoubleTap) { _this._widget.onSingleTapUp.call$1(details); @@ -266553,7 +273197,7 @@ } _this._isDoubleTap = false; }, - _text_selection$_handleTapCancel$0() { + _handleTapCancel$0() { this._widget.onSingleTapCancel.call$0(); }, _handleDragStart$1(details) { @@ -266640,7 +273284,7 @@ return false; return secondTapOffset.$sub(0, t1).get$distance() <= 100; }, - build$1(_, context) { + build$1(context) { var t1, t2, _this = this, gestures = A.LinkedHashMap_LinkedHashMap$_empty(type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); gestures.$indexSet(0, B.Type_TapGestureRecognizer_62h, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure(_this), new A._TextSelectionGestureDetectorState_build_closure0(_this), type$.GestureRecognizerFactoryWithHandlers_TapGestureRecognizer)); @@ -266660,7 +273304,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 520 + $signature: 556 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -266669,16 +273313,16 @@ instance.onSecondaryTap = t2.onSecondaryTap; instance.onSecondaryTapDown = t2.onSecondaryTapDown; instance.onTapDown = t1.get$_text_selection$_handleTapDown(); - instance.onTapUp = t1.get$_text_selection$_handleTapUp(); - instance.onTapCancel = t1.get$_text_selection$_handleTapCancel(); + instance.onTapUp = t1.get$_handleTapUp(); + instance.onTapCancel = t1.get$_handleTapCancel(); }, - $signature: 521 + $signature: 555 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { - return A.LongPressGestureRecognizer$(this.$this, null, B.PointerDeviceKind_0, null, null); + return A.LongPressGestureRecognizer$(this.$this, null, B.PointerDeviceKind_0); }, - $signature: 522 + $signature: 554 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -266687,13 +273331,13 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 523 + $signature: 551 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 311 + $signature: 321 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { @@ -266704,13 +273348,13 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 315 + $signature: 325 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this); }, - $signature: 2313 + $signature: 540 }; A._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1(instance) { @@ -266719,16 +273363,16 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 2293 + $signature: 539 }; A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -266754,17 +273398,17 @@ this.super$State$didUpdateWidget(oldWidget); this._updateEffectiveMode$0(); }, - dispose$0(_) { + dispose$0() { var t1 = this._effectiveMode; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, _updateEffectiveMode$0() { var t1 = this._ancestorTicketMode && this._widget.enabled; this._effectiveMode.set$value(0, t1); }, - build$1(_, context) { + build$1(context) { var t1 = this._effectiveMode; return new A._EffectiveTickerMode(t1._change_notifier$_value, t1, this._widget.child, null); } @@ -266839,13 +273483,13 @@ } }; A._WidgetTicker.prototype = { - dispose$0(_) { + dispose$0() { this._creator.TickerProviderStateMixin__tickers.remove$1(0, this); - this.super$Ticker$dispose(0); + this.super$Ticker$dispose(); } }; A.Title.prototype = { - build$1(_, context) { + build$1(context) { A.SystemChrome_setApplicationSwitcherDescription(new A.ApplicationSwitcherDescription(this.title, this.color.value)); return this.child; } @@ -266871,15 +273515,15 @@ _this._widget.listenable.addListener$1(0, t1); } }, - dispose$0(_) { + dispose$0() { this._widget.listenable.removeListener$1(0, this.get$_handleChange()); - this.super$State$dispose(0); + this.super$State$dispose(); }, _handleChange$0() { this.setState$1(new A._AnimatedState__handleChange_closure()); }, - build$1(_, context) { - return this._widget.build$1(0, context); + build$1(context) { + return this._widget.build$1(context); } }; A._AnimatedState__handleChange_closure.prototype = { @@ -266888,7 +273532,7 @@ $signature: 0 }; A.SlideTransition.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, t1 = type$.Animation_Offset._as(_this.listenable), offset = t1.get$value(t1); @@ -266898,9 +273542,19 @@ } }; A.ScaleTransition.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, _null = null, t1 = type$.Animation_double._as(this.listenable); + switch (t1.get$status(t1)) { + case B.AnimationStatus_0: + case B.AnimationStatus_3: + break; + case B.AnimationStatus_1: + case B.AnimationStatus_2: + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } t1 = t1.get$value(t1); t2 = t1 == null; t3 = t2 ? _null : t1; @@ -266912,13 +273566,24 @@ } }; A.RotationTransition.prototype = { - build$1(_, context) { + build$1(context) { var t1 = type$.Animation_double._as(this.listenable); - return A.Transform$rotate(this.alignment, t1.get$value(t1) * 3.141592653589793 * 2, this.child, null); + switch (t1.get$status(t1)) { + case B.AnimationStatus_0: + case B.AnimationStatus_3: + break; + case B.AnimationStatus_1: + case B.AnimationStatus_2: + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + t1 = t1.get$value(t1); + return A.Transform$rotate(this.alignment, t1 * 3.141592653589793 * 2, this.child, null); } }; A.SizeTransition.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.axis, t2 = t1 === B.Axis_1, @@ -266939,11 +273604,9 @@ }; A.FadeTransition.prototype = { createRenderObject$1(context) { - var t2, _null = null, + var _null = null, t1 = new A.RenderAnimatedOpacity(_null, _null, _null, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t2 = t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = t2; + t1.RenderObject$0(); t1.set$child(_null); t1.set$opacity(0, this.opacity); t1.set$alwaysIncludeSemantics(this.alwaysIncludeSemantics); @@ -266955,14 +273618,14 @@ } }; A.DecoratedBoxTransition.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.decoration, t2 = t1.parent; return A.DecoratedBox$(this.child, t1._evaluatable.transform$1(0, t2.get$value(t2)), B.DecorationPosition_0); } }; A.AnimatedBuilder.prototype = { - build$1(_, context) { + build$1(context) { return this.builder.call$2(context, this.child); } }; @@ -266973,13 +273636,15 @@ }; A._ValueListenableBuilderState.prototype = { get$value(_) { - return A._lateReadCheck(this.___ValueListenableBuilderState_value, "value"); + var t1 = this.___ValueListenableBuilderState_value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, initState$0() { var t1, _this = this; _this.super$State$initState(); t1 = _this._widget.valueListenable; - _this.___ValueListenableBuilderState_value = t1._change_notifier$_value; + _this.___ValueListenableBuilderState_value_A = t1._change_notifier$_value; t1.addListener$1(0, _this.get$_valueChanged()); }, didUpdateWidget$1(oldWidget) { @@ -266990,30 +273655,30 @@ t2 = _this.get$_valueChanged(); t1.removeListener$1(0, t2); t1 = _this._widget.valueListenable; - _this.___ValueListenableBuilderState_value = t1._change_notifier$_value; + _this.___ValueListenableBuilderState_value_A = t1._change_notifier$_value; t1.addListener$1(0, t2); } }, - dispose$0(_) { + dispose$0() { this._widget.valueListenable.removeListener$1(0, this.get$_valueChanged()); - this.super$State$dispose(0); + this.super$State$dispose(); }, _valueChanged$0() { this.setState$1(new A._ValueListenableBuilderState__valueChanged_closure(this)); }, - build$1(_, context) { + build$1(context) { var t2, t1 = this._widget; t1.toString; - t2 = A._lateReadCheck(this.___ValueListenableBuilderState_value, "value"); - this._widget.toString; + t2 = this.___ValueListenableBuilderState_value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); return t1.builder.call$3(context, t2, null); } }; A._ValueListenableBuilderState__valueChanged_closure.prototype = { call$0() { var t1 = this.$this; - t1.___ValueListenableBuilderState_value = t1._widget.valueListenable._change_notifier$_value; + t1.___ValueListenableBuilderState_value_A = t1._widget.valueListenable._change_notifier$_value; }, $signature: 0 }; @@ -267027,8 +273692,7 @@ if (t3 == null) t3 = 250; t4 = new A.RenderViewport(_this.anchor, t1, t2, _this.offset, t3, _this.cacheExtentStyle, _this.clipBehavior, t4, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t4.get$isRepaintBoundary(); - t4.__RenderObject__needsCompositing = true; + t4.RenderObject$0(); t4.addAll$1(0, null); t1 = t4.ContainerRenderObjectMixin__firstChild; if (t1 != null) @@ -267108,8 +273772,7 @@ t2 = A.Viewport_getDefaultCrossAxisDirection(context, t1), t3 = A.LayerHandle$(type$.ClipRectLayer); t1 = new A.RenderShrinkWrappingViewport(t1, t2, this.offset, 250, B.CacheExtentStyle_0, this.clipBehavior, t3, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.__RenderObject__needsCompositing = true; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -267125,18 +273788,18 @@ A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin.prototype = {}; A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin.prototype = {}; A.WidgetSpan.prototype = { - build$3$dimensions$textScaleFactor(_, builder, dimensions, textScaleFactor) { + build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { var currentDimensions, t1 = this.style, hasStyle = t1 != null; if (hasStyle) - builder.pushStyle$1(0, t1.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(t1.getTextStyle$1$textScaleFactor(textScaleFactor)); dimensions.toString; currentDimensions = dimensions[builder.get$placeholderCount()]; t1 = currentDimensions.size; - builder.addPlaceholder$6$baseline$baselineOffset$scale(0, t1._dx, t1._dy, this.alignment, currentDimensions.baseline, currentDimensions.baselineOffset, textScaleFactor); + builder.addPlaceholder$6$baseline$baselineOffset$scale(t1._dx, t1._dy, this.alignment, currentDimensions.baseline, currentDimensions.baselineOffset, textScaleFactor); if (hasStyle) - builder.pop$0(0); + builder.pop$0(); }, visitChildren$1(visitor) { return visitor.call$1(this); @@ -267229,7 +273892,7 @@ _this._route._willPopCallbacks.push(t1); } }, - dispose$0(_) { + dispose$0() { var t2, t1 = this._widget.onWillPop; if (t1 != null) { @@ -267237,17 +273900,17 @@ if (t2 != null) B.JSArray_methods.remove$1(t2._willPopCallbacks, t1); } - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; A.CacheManager.prototype = { CacheManager$1(config) { var t1 = A.ListQueue$(null, type$.QueueItem); - A._lateWriteOnceCheck(this.__CacheManager__webHelper, "_webHelper"); - this.__CacheManager__webHelper = new A.WebHelper(this._cache_manager$_store, config.fileService, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BehaviorSubject_FileResponse), t1); + this.__CacheManager__webHelper_F !== $ && A.throwUnnamedLateFieldAI(); + this.__CacheManager__webHelper_F = new A.WebHelper(this._cache_manager$_store, config.fileService, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BehaviorSubject_FileResponse), t1); }, _pushFileToStream$5(streamController, url, key, headers, withProgress) { return this._pushFileToStream$body$CacheManager(streamController, url, key, headers, true); @@ -267314,7 +273977,8 @@ case 7: // then $async$handler = 10; - t1 = A._lateReadCheck($async$self.__CacheManager__webHelper, "_webHelper"); + t1 = $async$self.__CacheManager__webHelper_F; + t1 === $ && A.throwUnnamedLateFieldNI(); key = key; if (key == null) key = url; @@ -267441,7 +274105,7 @@ }); return A._asyncStartSync($async$_pushFileToStream$5, $async$completer); }, - dispose$0(_) { + dispose$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), $async$self = this; @@ -267822,7 +274486,7 @@ }); return A._asyncStartSync($async$_removeCachedFile$2, $async$completer); }, - dispose$0(_) { + dispose$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), $async$self = this; @@ -267852,7 +274516,7 @@ call$1(value) { return this.config.repo; }, - $signature: 2290 + $signature: 2234 }; A.CacheStore_retrieveCacheData_closure.prototype = { call$1(cacheObject) { @@ -267884,7 +274548,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2289 + $signature: 2236 }; A.CacheStore__scheduleCleanup_closure.prototype = { call$0() { @@ -267978,7 +274642,7 @@ }, createFile$body$MemoryCacheSystem(_, $name) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.File_2), + $async$completer = A._makeAsyncAwaitCompleter(type$.File), $async$returnValue, $async$self = this, t1, t2; var $async$createFile$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) @@ -268172,7 +274836,7 @@ $async$handler = 2; --$async$self.concurrentCalls; $async$goto = 14; - return A._asyncAwait(J.close$0$x(subject), $async$_downloadOrAddToQueue$3); + return A._asyncAwait(J.close$0$z(subject), $async$_downloadOrAddToQueue$3); case 14: // returning from await. t1.remove$1(0, key); @@ -268403,7 +275067,7 @@ _saveFileAndPostUpdates$body$WebHelper(receivedBytesResultController, cacheObject, response) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, sink, e, stacktrace, t2, exception, t1, file, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, sink, e, stacktrace, t2, exception, t1, file, $async$exception; var $async$_saveFileAndPostUpdates$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -268509,7 +275173,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 88 + $signature: 92 }; A.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1(s) { @@ -268519,7 +275183,7 @@ this.receivedBytesResultController.add$1(0, receivedBytes); return s; }, - $signature: 2288 + $signature: 2237 }; A.HttpExceptionWithStatus.prototype = {}; A.BlockPicker.prototype = { @@ -268538,21 +275202,21 @@ }; A._BlockPickerState.prototype = { initState$0() { - this.___BlockPickerState__currentColor = this._widget.pickerColor; + this.___BlockPickerState__currentColor_A = this._widget.pickerColor; this.super$State$initState(); }, changeColor$1(color) { this.setState$1(new A._BlockPickerState_changeColor_closure(this, color)); this._widget.onColorChanged$1(color); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget; return t1.layoutBuilder$3(context, t1.availableColors, new A._BlockPickerState_build_closure(this)); } }; A._BlockPickerState_changeColor_closure.prototype = { call$0() { - return this.$this.___BlockPickerState__currentColor = this.color; + return this.$this.___BlockPickerState__currentColor_A = this.color; }, $signature: 0 }; @@ -268562,7 +275226,8 @@ t1 = this.$this, t2 = t1._widget; t2.toString; - t3 = A._lateReadCheck(t1.___BlockPickerState__currentColor, "_currentColor"); + t3 = t1.___BlockPickerState__currentColor_A; + t3 === $ && A.throwUnnamedLateFieldNI(); if (t3.get$value(t3) === color.get$value(color)) { t1._widget.toString; t3 = true; @@ -268570,7 +275235,7 @@ t3 = false; return t2.itemBuilder$3(color, t3, new A._BlockPickerState_build__closure(t1, color)); }, - $signature: 2273 + $signature: 2238 }; A._BlockPickerState_build__closure.prototype = { call$0() { @@ -268584,7 +275249,7 @@ } }; A._JsonViewerState.prototype = { - build$1(_, context) { + build$1(context) { return A._JsonViewerState_getContentWidget(this._widget.jsonObj); } }; @@ -268594,7 +275259,7 @@ } }; A.JsonObjectViewerState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; if (this._widget.notRoot) return A.Container$(_null, A.Column$(this._getList$0(), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(14, 0, 0, 0), _null, _null, _null); @@ -268615,13 +275280,13 @@ t5 = B.Icon_kXN; if (ex && ink) { t6 = t4.get$key(t4); - t6 = A.InkWell$(false, _null, true, new A.Text(t6, _null, new A.TextStyle(true, B.Color_4283045004, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState__getList_closure(_this, t4), _null, _null, _null, _null, _null, _null); + t6 = A.InkWell$(false, _null, true, new A.Text(t6, _null, new A.TextStyle(true, B.Color_4283045004, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState__getList_closure(_this, t4), _null, _null, _null, _null, _null, _null, _null); } else { t6 = t4.get$key(t4); t7 = t4.get$value(t4) == null ? B.MaterialColor_Map_HFpTk_4288585374 : B.Color_4283045004; - t6 = new A.Text(t6, _null, new A.TextStyle(true, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null); + t6 = new A.Text(t6, _null, new A.TextStyle(true, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null); } - list.push(A.Row$(A._setArrayType([t5, t6, new A.Text(":", _null, new A.TextStyle(true, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), B.SizedBox_3_null_null_null, _this.getValueWidget$1(t4)], t1), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + list.push(A.Row$(A._setArrayType([t5, t6, new A.Text(":", _null, new A.TextStyle(true, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), B.SizedBox_3_null_null_null, _this.getValueWidget$1(t4)], t1), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); list.push(B.SizedBox_null_4_null_null); t5 = t3.$index(0, t4.get$key(t4)); if (t5 == null ? false : t5) @@ -268632,21 +275297,21 @@ getValueWidget$1(entry) { var _null = null; if (entry.get$value(entry) == null) - return A.Expanded$(A.Text$("undefined", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _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), 1); + return A.Expanded$(A.Text$("undefined", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1); else if (A._isInt(entry.get$value(entry))) - return A.Expanded$(A.Text$(J.toString$0$(entry.get$value(entry)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); + return A.Expanded$(A.Text$(J.toString$0$(entry.get$value(entry)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); else if (typeof entry.get$value(entry) == "string") - return A.Expanded$(A.Text$(B.JSString_methods.$add('"', entry.get$value(entry)) + '"', _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialAccentColor_Map_iTECn_4294922834, _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), 1); + return A.Expanded$(A.Text$(B.JSString_methods.$add('"', entry.get$value(entry)) + '"', _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialAccentColor_Map_iTECn_4294922834, _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), 1); else if (A._isBool(entry.get$value(entry))) - return A.Expanded$(A.Text$(J.toString$0$(entry.get$value(entry)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNNS7_4288423856, _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), 1); + return A.Expanded$(A.Text$(J.toString$0$(entry.get$value(entry)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNNS7_4288423856, _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), 1); else if (typeof entry.get$value(entry) == "number") - return A.Expanded$(A.Text$(J.toString$0$(entry.get$value(entry)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); + return A.Expanded$(A.Text$(J.toString$0$(entry.get$value(entry)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); else if (type$.List_dynamic._is(entry.get$value(entry))) if (J.get$isEmpty$asx(entry.get$value(entry))) - return A.Text$("Array[0]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _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.Text$("Array[0]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); else - return A.InkWell$(false, _null, true, A.Text$("Array<" + A.JsonObjectViewerState_getTypeName(J.$index$asx(entry.get$value(entry), 0)) + ">[" + A.S(J.get$length$asx(entry.get$value(entry))) + "]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState_getValueWidget_closure(this, entry), _null, _null, _null, _null, _null, _null); - return A.InkWell$(false, _null, true, A.Text$("Object", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState_getValueWidget_closure0(this, entry), _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.Text$("Array<" + A.JsonObjectViewerState_getTypeName(J.$index$asx(entry.get$value(entry), 0)) + ">[" + A.S(J.get$length$asx(entry.get$value(entry))) + "]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState_getValueWidget_closure(this, entry), _null, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.Text$("Object", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState_getValueWidget_closure0(this, entry), _null, _null, _null, _null, _null, _null, _null); } }; A.JsonObjectViewerState__getList_closure.prototype = { @@ -268706,7 +275371,7 @@ } }; A._JsonArrayViewerState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; if (this._widget.notRoot) return A.Container$(_null, A.Column$(this._getList$0(), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(14, 0, 0, 0), _null, _null, _null); @@ -268714,30 +275379,33 @@ }, initState$0() { this.super$State$initState(); - this.___JsonArrayViewerState_openFlag = A.List_List$filled(J.get$length$asx(this._widget.jsonArray), false, false, type$.bool); + this.___JsonArrayViewerState_openFlag_A = A.List_List$filled(J.get$length$asx(this._widget.jsonArray), false, false, type$.bool); }, _getList$0() { var t2, i, $content, ex, ink, t3, t4, _this = this, _null = null, - _s8_ = "openFlag", t1 = type$.JSArray_Widget, list = A._setArrayType([], t1); for (t2 = J.get$iterator$ax(_this._widget.jsonArray), i = 0; t2.moveNext$0();) { $content = t2.get$current(t2); ex = A.JsonObjectViewerState_isExtensible($content); ink = A.JsonObjectViewerState_isInkWell($content); - if (ex) - t3 = J.$index$asx(A._lateReadCheck(_this.___JsonArrayViewerState_openFlag, _s8_), i) ? new A.Icon(B.IconData_57496_MaterialIcons_null_false, 14, B.Color_4284572001, _null) : new A.Icon(B.IconData_57502_MaterialIcons_null_true, 14, B.Color_4284572001, _null); - else + if (ex) { + t3 = _this.___JsonArrayViewerState_openFlag_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3[i] ? new A.Icon(B.IconData_57496_MaterialIcons_null_false, 14, B.Color_4284572001, _null) : new A.Icon(B.IconData_57502_MaterialIcons_null_true, 14, B.Color_4284572001, _null); + } else t3 = B.Icon_kXN; if (ex && ink) t4 = _this.getInkWell$1(i); else { t4 = $content == null ? B.MaterialColor_Map_HFpTk_4288585374 : B.Color_4283045004; - t4 = new A.Text("[" + i + "]", _null, new A.TextStyle(true, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null); + t4 = new A.Text("[" + i + "]", _null, new A.TextStyle(true, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null); } - list.push(A.Row$(A._setArrayType([t3, t4, new A.Text(":", _null, new A.TextStyle(true, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), B.SizedBox_3_null_null_null, _this.getValueWidget$2($content, i)], t1), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + list.push(A.Row$(A._setArrayType([t3, t4, new A.Text(":", _null, new A.TextStyle(true, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), B.SizedBox_3_null_null_null, _this.getValueWidget$2($content, i)], t1), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); list.push(B.SizedBox_null_4_null_null); - if (J.$index$asx(A._lateReadCheck(_this.___JsonArrayViewerState_openFlag, _s8_), i)) + t3 = _this.___JsonArrayViewerState_openFlag_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3[i]) list.push(A.JsonObjectViewerState_getContentWidget($content)); ++i; } @@ -268745,28 +275413,28 @@ }, getInkWell$1(index) { var _null = null; - return A.InkWell$(false, _null, true, A.Text$("[" + index + "]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4283045004, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._JsonArrayViewerState_getInkWell_closure(this, index), _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.Text$("[" + index + "]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4283045004, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._JsonArrayViewerState_getInkWell_closure(this, index), _null, _null, _null, _null, _null, _null, _null); }, getValueWidget$2($content, index) { var t1, _null = null; if ($content == null) - return A.Expanded$(A.Text$("undefined", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _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), 1); + return A.Expanded$(A.Text$("undefined", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1); else if (A._isInt($content)) - return A.Expanded$(A.Text$(B.JSInt_methods.toString$0($content), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); + return A.Expanded$(A.Text$(B.JSInt_methods.toString$0($content), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); else if (typeof $content == "string") - return A.Expanded$(A.Text$('"' + $content + '"', _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialAccentColor_Map_iTECn_4294922834, _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), 1); + return A.Expanded$(A.Text$('"' + $content + '"', _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialAccentColor_Map_iTECn_4294922834, _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), 1); else if (A._isBool($content)) - return A.Expanded$(A.Text$(B.JSBool_methods.toString$0($content), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNNS7_4288423856, _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), 1); + return A.Expanded$(A.Text$(B.JSBool_methods.toString$0($content), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNNS7_4288423856, _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), 1); else if (typeof $content == "number") - return A.Expanded$(A.Text$(B.JSNumber_methods.toString$0($content), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); + return A.Expanded$(A.Text$(B.JSNumber_methods.toString$0($content), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JN0Sr_4278228616, _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), 1); else if (type$.List_dynamic._is($content)) { t1 = J.getInterceptor$asx($content); if (t1.get$isEmpty($content)) - return A.Text$("Array[0]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _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.Text$("Array[0]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); else - return A.InkWell$(false, _null, true, A.Text$("Array<" + A.JsonObjectViewerState_getTypeName($content) + ">[" + A.S(t1.get$length($content)) + "]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._JsonArrayViewerState_getValueWidget_closure(this, index), _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.Text$("Array<" + A.JsonObjectViewerState_getTypeName($content) + ">[" + A.S(t1.get$length($content)) + "]", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._JsonArrayViewerState_getValueWidget_closure(this, index), _null, _null, _null, _null, _null, _null, _null); } - return A.InkWell$(false, _null, true, A.Text$("Object", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._JsonArrayViewerState_getValueWidget_closure0(this, index), _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.Text$("Object", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._JsonArrayViewerState_getValueWidget_closure0(this, index), _null, _null, _null, _null, _null, _null, _null); } }; A._JsonArrayViewerState_getInkWell_closure.prototype = { @@ -268778,10 +275446,11 @@ }; A._JsonArrayViewerState_getInkWell__closure.prototype = { call$0() { - var _s8_ = "openFlag", - t1 = this.$this, - t2 = this.index; - J.$indexSet$ax(A._lateReadCheck(t1.___JsonArrayViewerState_openFlag, _s8_), t2, !J.$index$asx(A._lateReadCheck(t1.___JsonArrayViewerState_openFlag, _s8_), t2)); + var t2, + t1 = this.$this.___JsonArrayViewerState_openFlag_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.index; + t1[t2] = !t1[t2]; }, $signature: 0 }; @@ -268794,10 +275463,11 @@ }; A._JsonArrayViewerState_getValueWidget__closure0.prototype = { call$0() { - var _s8_ = "openFlag", - t1 = this.$this, - t2 = this.index; - J.$indexSet$ax(A._lateReadCheck(t1.___JsonArrayViewerState_openFlag, _s8_), t2, !J.$index$asx(A._lateReadCheck(t1.___JsonArrayViewerState_openFlag, _s8_), t2)); + var t2, + t1 = this.$this.___JsonArrayViewerState_openFlag_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.index; + t1[t2] = !t1[t2]; }, $signature: 0 }; @@ -268810,10 +275480,11 @@ }; A._JsonArrayViewerState_getValueWidget__closure.prototype = { call$0() { - var _s8_ = "openFlag", - t1 = this.$this, - t2 = this.index; - J.$indexSet$ax(A._lateReadCheck(t1.___JsonArrayViewerState_openFlag, _s8_), t2, !J.$index$asx(A._lateReadCheck(t1.___JsonArrayViewerState_openFlag, _s8_), t2)); + var t2, + t1 = this.$this.___JsonArrayViewerState_openFlag_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.index; + t1[t2] = !t1[t2]; }, $signature: 0 }; @@ -268857,7 +275528,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 2263 + $signature: 2239 }; A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1(locale) { @@ -268871,7 +275542,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 211 + $signature: 223 }; A.CupertinoLocalizationAf.prototype = {}; A.CupertinoLocalizationAm.prototype = {}; @@ -277077,7 +283748,7 @@ return "Tab $tabIndex dari $tabCount"; }, get$timeOfDayFormatRaw() { - return B.TimeOfDayFormat_0; + return B.TimeOfDayFormat_1; }, get$timePickerDialHelpText() { return "PILIH WAKTU"; @@ -287144,7 +293815,7 @@ return this._longDateFormat.get$dateSymbols().NARROWWEEKDAYS; }, get$firstDayOfWeekIndex() { - return B.JSInt_methods.$mod(this._longDateFormat.get$dateSymbols().FIRSTDAYOFWEEK + 1, 7); + return (this._longDateFormat.get$dateSymbols().FIRSTDAYOFWEEK + 1) % 7; }, formatDecimal$1(number) { return this._decimalFormat.format$1(0, number); @@ -287325,12 +293996,11 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 2255 + $signature: 2241 }; A.loadDateIntlDataIfNotLoaded_closure.prototype = { - call$2(locale, data) { + call$2(locale, symbols) { var t2, - symbols = A.DateSymbols_DateSymbols$deserializeFromMap(data), t1 = B.Map_2zurD.$index(0, locale); if ($.$get$_dateTimeSymbols() instanceof A.UninitializedLocaleData) { $._dateTimeSymbols = A._emptySymbols(); @@ -287338,19 +294008,23 @@ } if ($.$get$dateTimePatterns() instanceof A.UninitializedLocaleData) $.dateTimePatterns = A._emptyPatterns(); + if (symbols == null) + A.throwExpression(A.ArgumentError$("Missing DateTime formatting symbols", null)); if (t1 == null) A.throwExpression(A.ArgumentError$("Missing DateTime formatting patterns", null)); t2 = symbols.NAME; - if (locale != t2) + if (locale !== t2) A.throwExpression(A.ArgumentError$value(A._setArrayType([locale, t2], type$.JSArray_nullable_String), "Locale does not match symbols.NAME", null)); J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 2249 + $signature: 2243 }; A.GlobalWidgetsLocalizations.prototype = { - get$textDirection(_) { - return A._lateReadCheck(this.__GlobalWidgetsLocalizations__textDirection, "_textDirection"); + get$textDirection() { + var t1 = this.__GlobalWidgetsLocalizations__textDirection_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, $isWidgetsLocalizations: 1 }; @@ -287360,7 +294034,7 @@ }, load$1(_, locale) { var t1 = new A.GlobalWidgetsLocalizations(locale); - t1.__GlobalWidgetsLocalizations__textDirection = B.JSArray_methods.contains$1(B.List_SL9, locale.get$languageCode(locale).toLowerCase()) ? B.TextDirection_0 : B.TextDirection_1; + t1.__GlobalWidgetsLocalizations__textDirection_A = B.JSArray_methods.contains$1(B.List_SL9, locale.get$languageCode(locale).toLowerCase()) ? B.TextDirection_0 : B.TextDirection_1; return new A.SynchronousFuture(t1, type$.SynchronousFuture_WidgetsLocalizations); }, shouldReload$1(old) { @@ -287376,14 +294050,14 @@ } }; A.StoreConnector.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, t1 = _this.$ti; return new A._StoreStreamListener(_this.builder, _this.converter, A.StoreProvider_of(context, t1._precomputed1), true, false, _this.onInit, _this.onDispose, null, _this.onWillChange, _this.onDidChange, _this.onInitialBuild, null, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("_StoreStreamListener<1,2>")); } }; A.StoreBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.$ti, t2 = t1._precomputed1; @@ -287408,9 +294082,9 @@ _this._createStream$0(); _this.super$State$initState(); }, - dispose$0(_) { + dispose$0() { this._widget.toString; - this.super$State$dispose(0); + this.super$State$dispose(); }, didUpdateWidget$1(oldWidget) { var _this = this; @@ -287433,10 +294107,11 @@ _this._latestError = new A.ConverterError(e, s); } }, - build$1(_, context) { + build$1(context) { var t1, _this = this; _this._widget.toString; - t1 = A._lateReadCheck(_this.___StoreStreamListenerState__stream, "_stream"); + t1 = _this.___StoreStreamListenerState__stream_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1 = A.StreamBuilder$(new A._StoreStreamListenerState_build_closure(_this), t1, _this.$ti._rest[1]); return t1; }, @@ -287460,7 +294135,7 @@ t3 = t2._eval$1("_WhereStream"), t4 = _this.$ti._rest[1], t5 = t3._eval$1("@")._bind$1(t4)._eval$1("_MapStream<1,2>"); - _this.___StoreStreamListenerState__stream = A._StreamHandlerTransformer$(_this.get$_flutter_redux$_handleChange(), null, _this.get$_handleError(), t4, t4).bind$1(0, new A._WhereStream(_this.get$_whereDistinct(), new A._MapStream(_this.get$_mapConverter(), new A._WhereStream(_this.get$_ignoreChange(), new A._BroadcastStream(t1, t2), t3), t5), t5._eval$1("_WhereStream"))); + _this.___StoreStreamListenerState__stream_A = A._StreamHandlerTransformer$(_this.get$_flutter_redux$_handleChange(), null, _this.get$_handleError(), t4, t4).bind$1(0, new A._WhereStream(_this.get$_whereDistinct(), new A._MapStream(_this.get$_mapConverter(), new A._WhereStream(_this.get$_ignoreChange(), new A._BroadcastStream(t1, t2), t3), t5), t5._eval$1("_WhereStream"))); }, _flutter_redux$_handleChange$2(vm, sink) { var t1; @@ -287511,7 +294186,7 @@ } }; A.DrawerMotion.prototype = { - build$1(_, context) { + build$1(context) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$._ActionPaneScope); t1 = t1 == null ? null : t1.actionPaneData; t1.toString; @@ -287519,10 +294194,10 @@ } }; A.CustomSlidableAction.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, effectiveForegroundColor = _this.foregroundColor; - return A.Expanded$(A.SizedBox$expand(A.OutlinedButton$(_this.child, _null, new A.CustomSlidableAction_build_closure(_this, context), A.OutlinedButton_styleFrom(_null, _null, _this.backgroundColor, _null, _null, _null, _null, _null, _null, effectiveForegroundColor, _null, effectiveForegroundColor, _null, B.RoundedRectangleBorder_LkV1, B.BorderSide_0CF, _null, _null, _null, _null))), _this.flex); + return A.Expanded$(A.SizedBox$expand(A.OutlinedButton$(_this.child, _null, new A.CustomSlidableAction_build_closure(_this, context), A.OutlinedButton_styleFrom(_null, _null, _this.backgroundColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, effectiveForegroundColor, _null, effectiveForegroundColor, _null, B.RoundedRectangleBorder_ifx1, B.BorderSide_aLd, _null, _null, _null, _null))), _this.flex); } }; A.CustomSlidableAction_build_closure.prototype = { @@ -287537,7 +294212,7 @@ $signature: 0 }; A.SlidableAction.prototype = { - build$1(_, context) { + build$1(context) { var child, _this = this, _null = null, children = A._setArrayType([], type$.JSArray_Widget); children.push(A.Icon$(_this.icon, _null, _null)); @@ -287552,10 +294227,10 @@ call$1(child) { return new A.Flexible(1, B.FlexFit_1, child, null); }, - $signature: 2242 + $signature: 2251 }; A.SlidableAutoCloseBehaviorInteractor.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.groupTag, t2 = this.controller; return new A.SlidableAutoCloseInteractor(t1, t2, new A.SlidableAutoCloseBarrierInteractor(t1, t2, this.child, null), null); @@ -287563,14 +294238,14 @@ }; A.SlidableAutoCloseNotification.prototype = {}; A.SlidableAutoCloseInteractor.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.groupTag, t2 = this.controller; return new A.SlidableAutoCloseNotificationSender(t1, t2, new A.SlidableAutoCloseBehaviorListener(t1, t2, this.child, null), null); } }; A.SlidableAutoCloseBehaviorListener.prototype = { - build$1(_, context) { + build$1(context) { return new A.SlidableGroupBehaviorListener(new A.SlidableAutoCloseBehaviorListener_build_closure(this), this.child, null, type$.SlidableGroupBehaviorListener_SlidableAutoCloseNotification); } }; @@ -287578,10 +294253,10 @@ call$1(notification) { notification.get$groupTag(); }, - $signature: 2237 + $signature: 2253 }; A.SlidableAutoCloseNotificationSender.prototype = { - build$1(_, context) { + build$1(context) { context.dependOnInheritedWidgetOfExactType$1$0(type$._SlidableAutoCloseData); return new A._SlidableNotificationSender(this.controller, new A.SlidableAutoCloseNotificationSender_build_closure(this, context), this.child, false, null); } @@ -287597,7 +294272,7 @@ }; A.SlidableAutoCloseBarrierNotification.prototype = {}; A.SlidableAutoCloseBarrierInteractor.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.groupTag, t2 = this.controller; return new A.SlidableAutoCloseBarrierNotificationSender(t1, t2, new A.SlidableAutoCloseBarrierBehaviorListener(t1, t2, this.child, null), null); @@ -287631,12 +294306,12 @@ if (t3 != null) t3.dispatch$1(new A.SlidableAutoCloseBarrierNotification(t2, t1, enabled)); }, - dispose$0(_) { + dispose$0() { if (this.dispatcher != null) $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget.controller; context.dependOnInheritedWidgetOfExactType$1$0(type$._SlidableAutoCloseData); return new A._SlidableNotificationSender(t1, this.get$_auto_close_behavior$_handleStatusChanged(), this._widget.child, false, null); @@ -287646,7 +294321,7 @@ call$1(_) { this.$this.dispatchSlidableAutoCloseBarrierNotification$1$enabled(false); }, - $signature: 24 + $signature: 19 }; A.SlidableAutoCloseBarrierBehaviorListener.prototype = { createState$0() { @@ -287654,7 +294329,7 @@ } }; A._SlidableAutoCloseBarrierBehaviorListenerState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return new A.SlidableGroupBehaviorListener(new A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure(this), A.GestureDetector$(_null, A.AbsorbPointer$(false, this._widget.child), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, type$.SlidableGroupBehaviorListener_SlidableAutoCloseBarrierNotification); } @@ -287664,7 +294339,7 @@ this.$this._widget.toString; notification.get$groupTag(); }, - $signature: 2231 + $signature: 2256 }; A._SlidableNotificationSender.prototype = { createState$0() { @@ -287676,7 +294351,11 @@ this.super$State$initState(); var t1 = this._widget; t1.toString; - t1.controller._animationController.addStatusListener$1(this.get$handleStatusChanged()); + t1 = t1.controller._animationController; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(this.get$handleStatusChanged()); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -287684,23 +294363,35 @@ t1 = oldWidget.controller; t2 = _this._widget; if (t1 !== t2.controller || !J.$eq$(oldWidget.onStatusChanged, t2.onStatusChanged)) { + t1 = t1._animationController; t2 = _this.get$handleStatusChanged(); - t1._animationController.addStatusListener$1(t2); + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(t2); t1 = _this._widget; t1.toString; - t1.controller._animationController.addStatusListener$1(t2); + t1 = t1.controller._animationController; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(t2); } }, - dispose$0(_) { + dispose$0() { var t1 = this._widget; t1.toString; - t1.controller._animationController.addStatusListener$1(this.get$handleStatusChanged()); - this.super$State$dispose(0); + t1 = t1.controller._animationController; + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t1._isDirty = true; + t1._observer_list$_list.push(this.get$handleStatusChanged()); + this.super$State$dispose(); }, handleStatusChanged$1($status) { this._widget.toString; }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -287752,7 +294443,13 @@ t1 = true; else t1 = false; - if (t1 && newRatio !== A._lateReadCheck(_this._animationController.__AnimationController__value, "_value") * _this.direction._change_notifier$_value) { + if (t1) { + t1 = _this._animationController.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = newRatio !== t1 * _this.direction._change_notifier$_value; + } else + t1 = false; + if (t1) { _this.direction.set$value(0, B.JSNumber_methods.toInt$0(J.get$sign$in(newRatio))); _this._animationController.set$value(0, Math.abs(newRatio)); } @@ -287816,7 +294513,7 @@ openTo$body$SlidableController(ratio, curve, duration) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1; + $async$returnValue, $async$self = this, t1, t2; var $async$openTo$3$curve$duration = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -287830,7 +294527,9 @@ break; } t1 = $async$self._animationController; - if (A._lateReadCheck(t1.__AnimationController__value, "_value") === 0) + t2 = t1.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 === 0) $async$self.set$ratio(0, 0.05 * J.get$sign$in(ratio)); t1._direction = B._AnimationDirection_0; $async$returnValue = t1._animateToInternal$3$curve$duration(Math.abs(ratio), curve, duration); @@ -287844,10 +294543,10 @@ }); return A._asyncStartSync($async$openTo$3$curve$duration, $async$completer); }, - dispose$0(_) { + dispose$0() { var t1 = this._animationController; t1.stop$0(0); - t1.dispose$0(0); + t1.dispose$0(); t1 = this.direction; t1.removeListener$1(0, this.get$_onDirectionChanged()); t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); @@ -287865,9 +294564,9 @@ var t1, t2, _this = this, _null = null; _this.super$State$initState(); t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); - _this.___SlidableDismissalState_animationController = t1; + _this.___SlidableDismissalState_animationController_A = t1; t2 = type$.Tween_double; - _this.___SlidableDismissalState_resizeAnimation = new A._AnimatedEvaluation(type$.Animation_double._as(A._lateReadCheck(t1, "animationController")), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); + _this.___SlidableDismissalState_resizeAnimation_A = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); _this._widget.controller.resizeRequest.addListener$1(0, _this.get$handleResizeRequestChanged()); }, didUpdateWidget$1(oldWidget) { @@ -287880,26 +294579,33 @@ _this._widget.controller.resizeRequest.addListener$1(0, t2); } }, - dispose$0(_) { - var _this = this; + dispose$0() { + var t1, _this = this; _this._widget.controller.resizeRequest.removeListener$1(0, _this.get$handleResizeRequestChanged()); - A._lateReadCheck(_this.___SlidableDismissalState_animationController, "animationController").dispose$0(0); - _this.super$__SlidableDismissalState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.___SlidableDismissalState_animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__SlidableDismissalState_State_SingleTickerProviderStateMixin$dispose(); }, handleResizeRequestChanged$0() { var _this = this, - _s19_ = "animationController", t1 = _this._widget.controller, resizeRequest = t1.resizeRequest._change_notifier$_value; - if (A._lateReadCheck(t1._animationController.__AnimationController__status, "_status") === B.AnimationStatus_3) { - A._lateReadCheck(_this.___SlidableDismissalState_animationController, _s19_).duration = resizeRequest.get$duration(resizeRequest); - A._lateReadCheck(_this.___SlidableDismissalState_animationController, _s19_).forward$1$from(0, 0).then$1$1(0, new A._SlidableDismissalState_handleResizeRequestChanged_closure(resizeRequest), type$.Null); + t1 = t1._animationController.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 === B.AnimationStatus_3) { + t1 = _this.___SlidableDismissalState_animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.duration = resizeRequest.get$duration(resizeRequest); + _this.___SlidableDismissalState_animationController_A.forward$1$from(0, 0).then$1$1(0, new A._SlidableDismissalState_handleResizeRequestChanged_closure(resizeRequest), type$.Null); _this.setState$1(new A._SlidableDismissalState_handleResizeRequestChanged_closure0(_this)); } }, - build$1(_, context) { - var t1 = A._lateReadCheck(this.___SlidableDismissalState_resizeAnimation, "resizeAnimation"), - t2 = this._widget; + build$1(context) { + var t2, + t1 = this.___SlidableDismissalState_resizeAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._widget; return A.SizeTransition$(t2.axis, 0, t2.child, t1); } }; @@ -287907,7 +294613,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 88 + $signature: 92 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -287916,13 +294622,13 @@ $signature: 0 }; A.__SlidableDismissalState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -287933,9 +294639,7 @@ A.FlexEntranceTransition.prototype = { createRenderObject$1(context) { var t1 = new A._RenderFlexEntranceTransition(this.direction, this.startToEnd, this.mainAxisPosition, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -287984,10 +294688,12 @@ this.markNeedsPaint$0(); }, updateChildOffsets$1(child) { - var parentData = type$.nullable__FlexEntranceTransitionParentData._as(child.parentData), - t1 = A._lateReadCheck(parentData.___FlexEntranceTransitionParentData_mainAxisPosition, "mainAxisPosition"), - t2 = this._mainAxisPosition, - mainAxisPosition = t1.transform$1(0, t2.get$value(t2)); + var t2, mainAxisPosition, + parentData = type$.nullable__FlexEntranceTransitionParentData._as(child.parentData), + t1 = parentData.___FlexEntranceTransitionParentData_mainAxisPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._mainAxisPosition; + mainAxisPosition = t1.transform$1(0, t2.get$value(t2)); switch (this._flex_entrance_transition$_direction.index) { case 0: parentData.offset = new A.Offset(mainAxisPosition, 0); @@ -288010,7 +294716,7 @@ totalFlex = _this.getTotalFlex$0(); t1.totalMainAxisExtent = 0; t2 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(1 / 0, t2.minWidth, t2.maxWidth), B.JSInt_methods.clamp$2(1 / 0, t2.minHeight, t2.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, t2.minWidth, t2.maxWidth), A.clampDouble(1 / 0, t2.minHeight, t2.maxHeight)); _this.visitChildren$1(new A._RenderFlexEntranceTransition_performLayout_closure(t1, _this, totalFlex)); }, hitTestChildren$2$position(result, position) { @@ -288045,7 +294751,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 109 + $signature: 106 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -288073,18 +294779,18 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } t2 = this._box_0; - parentData.___FlexEntranceTransitionParentData_mainAxisPosition = new A.Tween(begin, t2.totalMainAxisExtent, type$.Tween_double); - child.layout$1(0, innerConstraints._readLocal$0()); + parentData.___FlexEntranceTransitionParentData_mainAxisPosition_A = new A.Tween(begin, t2.totalMainAxisExtent, type$.Tween_double); + child.layout$1(innerConstraints._readLocal$0()); t1.updateChildOffsets$1(child); t2.totalMainAxisExtent += mainAxisExtent; }, - $signature: 109 + $signature: 106 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -288117,7 +294823,7 @@ } }; A._SlidableGestureDetectorState.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, _this = this, _null = null, t1 = _this._widget, t2 = t1.direction === B.Axis_0, @@ -288138,28 +294844,33 @@ return this._widget.direction === B.Axis_0 ? size._dx : size._dy; }, handleDragStart$1(details) { - var t2, t3, _this = this, - t1 = details.localPosition; - _this.___SlidableGestureDetectorState_startPosition = t1; - _this.___SlidableGestureDetectorState_lastPosition = A._lateReadCheck(t1, "startPosition"); + var t1, t2, t3, t4, _this = this; + _this.___SlidableGestureDetectorState_lastPosition_A = _this.___SlidableGestureDetectorState_startPosition_A = details.localPosition; t1 = J.get$sign$in(_this.dragExtent); t2 = _this.get$overallDragAxisExtent(); t3 = _this._widget.controller; - _this.dragExtent = t1 * t2 * (A._lateReadCheck(t3._animationController.__AnimationController__value, "_value") * t3.direction._change_notifier$_value) * _this._widget.controller.direction._change_notifier$_value; + t4 = t3._animationController.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.direction._change_notifier$_value; + _this.dragExtent = t1 * t2 * (t4 * t3) * t3; }, handleDragUpdate$1(details) { var _this = this, t1 = details.primaryDelta; t1.toString; t1 = _this.dragExtent += t1; - _this.___SlidableGestureDetectorState_lastPosition = details.localPosition; + _this.___SlidableGestureDetectorState_lastPosition_A = details.localPosition; _this._widget.controller.set$ratio(0, t1 / _this.get$overallDragAxisExtent()); }, handleDragEnd$1(details) { - var t2, t3, - delta = A._lateReadCheck(this.___SlidableGestureDetectorState_lastPosition, "lastPosition").$sub(0, A._lateReadCheck(this.___SlidableGestureDetectorState_startPosition, "startPosition")), - t1 = this._widget, - gestureDirection = (t1.direction === B.Axis_0 ? delta._dx : delta._dy) >= 0 ? B.GestureDirection_0 : B.GestureDirection_1; + var t2, delta, gestureDirection, t3, + t1 = this.___SlidableGestureDetectorState_lastPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.___SlidableGestureDetectorState_startPosition_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + delta = t1.$sub(0, t2); + t1 = this._widget; + gestureDirection = (t1.direction === B.Axis_0 ? delta._dx : delta._dy) >= 0 ? B.GestureDirection_0 : B.GestureDirection_1; t1 = t1.controller; t2 = details.primaryVelocity; if (t2 === 0 || t2 == null) @@ -288187,10 +294898,10 @@ if (t1 != null) t1.get$notifier(); }, - dispose$0(_) { - this.super$State$dispose(0); + dispose$0() { + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -288206,10 +294917,10 @@ if (t1 != null) t1.get$state(t1); }, - dispose$0(_) { - this.super$State$dispose(0); + dispose$0() { + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -288229,9 +294940,9 @@ oldWidget.toString; this._widget.toString; }, - dispose$0(_) { + dispose$0() { this.removeScrollingNotifierListener$0(); - this.super$State$dispose(0); + this.super$State$dispose(); }, addScrollingNotifierListener$0() { var t1, _this = this; @@ -288263,7 +294974,7 @@ if (t2) t1.controller.close$0(0); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -288288,8 +294999,8 @@ }, updateThresholds$0() { this._widget.toString; - this.___ActionPaneState_openThreshold = 0.25; - this.___ActionPaneState_closeThreshold = 0.25; + this.___ActionPaneState_openThreshold_A = 0.25; + this.___ActionPaneState_closeThreshold_A = 0.25; }, didUpdateWidget$1(oldWidget) { var _this = this; @@ -288299,12 +295010,12 @@ _this.showMotion = true; _this.updateThresholds$0(); }, - dispose$0(_) { + dispose$0() { var _this = this; _this.controller.endGesture.removeListener$1(0, _this.get$handleEndGestureChanged()); _this.controller._animationController.removeListener$1(0, _this.get$handleRatioChanged()); _this.controller.set$actionPaneConfigurator(null); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, normalizeRatio$1(ratio) { var absoluteRatio; @@ -288315,46 +295026,59 @@ return absoluteRatio; }, handleEndGestureChanged$0() { - var t2, _this = this, - _s13_ = "openThreshold", + var t3, t4, _this = this, t1 = _this.controller, - gesture = t1.endGesture._change_notifier$_value; - t1 = A._lateReadCheck(t1._animationController.__AnimationController__value, "_value"); + gesture = t1.endGesture._change_notifier$_value, + t2 = t1._animationController.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); _this._widget.toString; if (gesture instanceof A.OpeningGesture) { - t2 = A._lateReadCheck(_this.___ActionPaneState_openThreshold, _s13_); - _this._widget.toString; - t2 = t2 <= 0.5; + t3 = _this.___ActionPaneState_openThreshold_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3 <= 0.5; } else - t2 = false; - if (!t2) + t3 = false; + if (!t3) if (gesture instanceof A.StillGesture) { - t2 = gesture.direction; - if (!(t2 === B.GestureDirection_0 && t1 >= A._lateReadCheck(_this.___ActionPaneState_openThreshold, _s13_))) - t1 = t2 === B.GestureDirection_1 && t1 > A._lateReadCheck(_this.___ActionPaneState_closeThreshold, "closeThreshold"); + t3 = gesture.direction; + if (t3 === B.GestureDirection_0) { + t4 = _this.___ActionPaneState_openThreshold_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t2 >= t4; + } else + t4 = false; + if (!t4) + if (t3 === B.GestureDirection_1) { + t3 = _this.___ActionPaneState_closeThreshold_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2 > t3; + t2 = t3; + } else + t2 = false; else - t1 = true; + t2 = true; } else - t1 = false; + t2 = false; else - t1 = true; - if (t1) { - _this.controller.openCurrentActionPane$0(); + t2 = true; + if (t2) { + t1.openCurrentActionPane$0(); return; } - _this.controller.close$0(0); + t1.close$0(0); }, handleRatioChanged$0() { - var show, _this = this, + var t3, show, _this = this, t1 = _this.controller, - t2 = A._lateReadCheck(t1._animationController.__AnimationController__value, "_value"); - t1 = t1.direction._change_notifier$_value; + t2 = t1._animationController.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.direction._change_notifier$_value; _this._widget.toString; - show = Math.abs(t2 * t1) <= 0.5 && _this.controller._dismissGesture.ChangeNotifier__count <= 0; + show = Math.abs(t2 * t3) <= 0.5 && t1._dismissGesture.ChangeNotifier__count <= 0; if (show !== _this.showMotion) _this.setState$1(new A._ActionPaneState_handleRatioChanged_closure(_this, show)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, child, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.ActionPaneConfiguration); t1.toString; @@ -288406,8 +295130,8 @@ t2 = new A.SlidableController(t1, new A._ValueNotifier(_null, t2, type$._ValueNotifier_nullable_DismissGesture), new A.ValueNotifier(_null, t2, type$.ValueNotifier_nullable_EndGesture), new A.ValueNotifier(_null, t2, type$.ValueNotifier_nullable_ResizeRequest), t3, t4); t4.addListener$1(0, t2.get$_onDirectionChanged()); t3.addListener$1(0, _this.get$handleActionPanelTypeChanged()); - A._lateWriteOnceCheck(_this.___SlidableState_controller, "controller"); - _this.___SlidableState_controller = t2; + _this.___SlidableState_controller_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___SlidableState_controller_F = t2; }, didChangeDependencies$0() { var _this = this; @@ -288421,24 +295145,22 @@ this.updateIsLeftToRight$0(); this.updateController$0(); }, - dispose$0(_) { - var _this = this, - _s10_ = "controller"; - A._lateReadCheck(_this.___SlidableState_controller, _s10_).actionPaneType.removeListener$1(0, _this.get$handleActionPanelTypeChanged()); - A._lateReadCheck(_this.___SlidableState_controller, _s10_).dispose$0(0); - _this.super$__SlidableState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___SlidableState_controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.actionPaneType.removeListener$1(0, this.get$handleActionPanelTypeChanged()); + t1.dispose$0(); + this.super$__SlidableState_State_TickerProviderStateMixin$dispose(); }, updateController$0() { - var t2, _this = this, - _s10_ = "controller", - t1 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); - _this._widget.toString; + var t2, + t1 = this.___SlidableState_controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + this._widget.toString; t1.enableStartActionPane = true; t2 = 0.5; if (t1._startActionPaneExtentRatio !== t2 && t2 >= 0 && t2 <= 1) t1._startActionPaneExtentRatio = t2; - t1 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); - _this._widget.toString; t1.enableEndActionPane = true; t2 = 0.5; if (t1._endActionPaneExtentRatio !== t2 && t2 >= 0 && t2 <= 1) @@ -288448,7 +295170,8 @@ var t2, t1 = this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - t2 = A._lateReadCheck(this.___SlidableState_controller, "controller"); + t2 = this.___SlidableState_controller_F; + t2 === $ && A.throwUnnamedLateFieldNI(); this._widget.toString; t1 = t1.textDirection === B.TextDirection_1; t2.isLeftToRight = t1; @@ -288457,17 +295180,19 @@ this.setState$1(new A._SlidableState_handleActionPanelTypeChanged_closure(this)); }, updateMoveAnimation$0() { - var t2, t3, _this = this, - _s10_ = "controller", - t1 = A._lateReadCheck(_this.___SlidableState_controller, _s10_).direction._change_notifier$_value; - t1.toString; - t2 = A._lateReadCheck(_this.___SlidableState_controller, _s10_)._animationController; - _this._widget.toString; + var t2, t3, + t1 = this.___SlidableState_controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.direction._change_notifier$_value; + t2.toString; + this._widget.toString; t3 = type$.Tween_Offset; - _this.___SlidableState_moveAnimation = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A.Tween(B.Offset_0_0, new A.Offset(t1, 0), t3), t3._eval$1("_AnimatedEvaluation")); + this.___SlidableState_moveAnimation_A = new A._AnimatedEvaluation(type$.Animation_double._as(t1._animationController), new A.Tween(B.Offset_0_0, new A.Offset(t2, 0), t3), t3._eval$1("_AnimatedEvaluation")); }, get$actionPane() { - switch (A._lateReadCheck(this.___SlidableState_controller, "controller").actionPaneType._change_notifier$_value) { + var t1 = this.___SlidableState_controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + switch (t1.actionPaneType._change_notifier$_value) { case B.ActionPaneType_2: return this._widget.startActionPane; case B.ActionPaneType_0: @@ -288477,37 +295202,34 @@ } }, get$actionPaneAlignment() { - var t1 = A._lateReadCheck(this.___SlidableState_controller, "controller").direction._change_notifier$_value; + var t1 = this.___SlidableState_controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.direction._change_notifier$_value; t1.toString; this._widget.toString; return new A.Alignment(-t1, 0); }, - build$1(_, context) { - var t1, $content, t2, t3, t4, t5, t6, t7, _this = this, _null = null, - _s10_ = "controller"; - _this.super$AutomaticKeepAliveClientMixin$build(0, context); - t1 = A._lateReadCheck(_this.___SlidableState_moveAnimation, "moveAnimation"); - _this._widget.toString; - $content = A.SlideTransition$(new A.SlidableAutoCloseBehaviorInteractor(_null, A._lateReadCheck(_this.___SlidableState_controller, _s10_), _this._widget.child, _null), t1, _null, true); + build$1(context) { + var t1, t2, t3, $content, t4, _this = this, _null = null; + _this.super$AutomaticKeepAliveClientMixin$build(context); + t1 = _this.___SlidableState_moveAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget; + t2.toString; + t3 = _this.___SlidableState_controller_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + $content = A.SlideTransition$(new A.SlidableAutoCloseBehaviorInteractor(_null, t3, t2.child, _null), t1, _null, true); t1 = A._setArrayType([], type$.JSArray_Widget); if (_this.get$actionPane() != null) { _this._widget.toString; - t2 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); - t3 = t2._animationController; - t1.push(A.Positioned$fill(A.ClipRect$(_this.get$actionPane(), B.Clip_1, new A._SlidableClipper(B.Axis_0, t2, t3)))); + t1.push(A.Positioned$fill(0, A.ClipRect$(_this.get$actionPane(), B.Clip_1, new A._SlidableClipper(B.Axis_0, t3, t3._animationController)))); } t1.push($content); _this._widget.toString; - t2 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); + t2 = A.flipAxis(B.Axis_0); + t4 = _this.get$actionPaneAlignment(); _this._widget.toString; - t3 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); - t4 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); - _this._widget.toString; - t5 = A.flipAxis(B.Axis_0); - t6 = A._lateReadCheck(_this.___SlidableState_controller, _s10_); - t7 = _this.get$actionPaneAlignment(); - _this._widget.toString; - return new A.SlidableGestureDetector(t2, new A.SlidableNotificationSender(_null, t3, new A.SlidableScrollingBehavior(t4, true, new A.SlidableDismissal(t5, new A.ActionPaneConfiguration(t7, B.Axis_0, J.$eq$(A._lateReadCheck(_this.___SlidableState_controller, _s10_).actionPaneType._change_notifier$_value, B.ActionPaneType_2), new A._SlidableControllerScope(A._lateReadCheck(_this.___SlidableState_controller, _s10_), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), _null), _null), t6, _null), _null), _null), B.Axis_0, true, B.DragStartBehavior_0, _null); + return new A.SlidableGestureDetector(t3, new A.SlidableNotificationSender(_null, t3, new A.SlidableScrollingBehavior(t3, true, new A.SlidableDismissal(t2, new A.ActionPaneConfiguration(t4, B.Axis_0, J.$eq$(t3.actionPaneType._change_notifier$_value, B.ActionPaneType_2), new A._SlidableControllerScope(t3, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), _null), _null), t3, _null), _null), _null), B.Axis_0, true, B.DragStartBehavior_0, _null); } }; A._SlidableState_handleActionPanelTypeChanged_closure.prototype = { @@ -288527,7 +295249,8 @@ switch (this.axis.index) { case 0: t1 = this.controller; - t2 = A._lateReadCheck(t1._animationController.__AnimationController__value, "_value"); + t2 = t1._animationController.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.direction._change_notifier$_value; t3 = size._dx; offset = t2 * t1 * t3; @@ -288536,7 +295259,8 @@ return new A.Rect(0, 0, offset, size._dy); case 1: t1 = this.controller; - t2 = A._lateReadCheck(t1._animationController.__AnimationController__value, "_value"); + t2 = t1._animationController.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.direction._change_notifier$_value; t3 = size._dy; offset = t2 * t1 * t3; @@ -288560,13 +295284,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin.prototype = { @@ -288617,7 +295341,7 @@ this._staggered_grid$_axisDirection = value; this.markNeedsLayout$0(); }, - set$textDirection(_, value) { + set$textDirection(value) { if (this._staggered_grid$_textDirection == value) return; this._staggered_grid$_textDirection = value; @@ -288719,7 +295443,8 @@ paint$2(context, offset) { var t1, t2, _this = this; if (_this._staggered_grid$_hasVisualOverflow) { - t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t1 = _this.__RenderObject__needsCompositing_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._box$_size; context.pushClipRect$4(t1, offset, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy), _this.get$defaultPaint()); } else @@ -288731,7 +295456,7 @@ childParentData.toString; return Math.min(1, crossAxisCount); }, - $signature: 2230 + $signature: 2258 }; A._TileOrigin.prototype = {}; A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -288761,35 +295486,35 @@ A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; A.StaggeredGrid.prototype = { createRenderObject$1(context) { - var t2, _null = null, - t1 = A.Scrollable_of(context); - t1 = t1 == null ? _null : t1._widget.axisDirection; + var _this = this, _null = null, + t1 = _this.axisDirection, + t2 = A.Scrollable_of(context); + t1 = t2 == null ? _null : t2._widget.axisDirection; if (t1 == null) t1 = B.AxisDirection_2; t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t2.toString; - t2 = new A.RenderStaggeredGrid(this.delegate, this.mainAxisSpacing, this.crossAxisSpacing, t1, t2.textDirection, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t2.get$isRepaintBoundary(); - t2.get$alwaysNeedsCompositing(); - t2.__RenderObject__needsCompositing = false; + t2 = new A.RenderStaggeredGrid(_this.delegate, _this.mainAxisSpacing, _this.crossAxisSpacing, t1, t2.textDirection, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t2.RenderObject$0(); t2.addAll$1(0, _null); return t2; }, updateRenderObject$2(context, renderObject) { - var t1; - renderObject.set$delegate(this.delegate); - renderObject.set$mainAxisSpacing(this.mainAxisSpacing); - renderObject.set$crossAxisSpacing(this.crossAxisSpacing); - t1 = A.Scrollable_of(context); - t1 = t1 == null ? null : t1._widget.axisDirection; + var t1, t2, _this = this; + renderObject.set$delegate(_this.delegate); + renderObject.set$mainAxisSpacing(_this.mainAxisSpacing); + renderObject.set$crossAxisSpacing(_this.crossAxisSpacing); + t1 = _this.axisDirection; + t2 = A.Scrollable_of(context); + t1 = t2 == null ? null : t2._widget.axisDirection; renderObject.set$axisDirection(t1 == null ? B.AxisDirection_2 : t1); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$textDirection(t1.textDirection); } }; A.CustomSizeTransition.prototype = { - build$1(_, context) { + build$1(context) { var t2, _this = this, _null = null, t1 = _this.axis; if (t1 === B.Axis_1) { @@ -288835,7 +295560,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: 2228 + $signature: 2264 }; A.StyledToast.prototype = { createState$0() { @@ -288846,10 +295571,10 @@ initState$0() { this.super$State$initState(); }, - dispose$0(_) { - this.super$State$dispose(0); + dispose$0() { + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var wrapper, mTextStyle, mBackgroundColor, mBorderRadius, t2, t3, _this = this, _null = null, t1 = A._setArrayType([A.OverlayEntry$(new A._StyledToastState_build_closure(_this), false)], type$.JSArray_OverlayEntry); _this._widget.toString; @@ -288871,7 +295596,7 @@ $.currentContext = ctx; return this.$this._widget.child; }, - $signature: 81 + $signature: 79 }; A._StyledToastWidget.prototype = { createState$0() { @@ -288886,309 +295611,272 @@ return this._widget.position == null ? null : B.Alignment_0_1; }, initState$0() { - var t1, t2, t3, t4, _this = this, _null = null, - _s20_ = "_animationController", - _s22_ = "_reverseAnimController"; + var t1, t2, t3, t4, t5, _this = this, _null = null; _this.super$State$initState(); - _this.__StyledToastWidgetState__animationController = A.AnimationController$(_null, _this._widget.animDuration, _null, 1, _null, _this); - _this.__StyledToastWidgetState__reverseAnimController = A.AnimationController$(_null, _this._widget.animDuration, _null, 1, _null, _this); - switch (_this._widget.animation) { + _this.__StyledToastWidgetState__animationController_A = A.AnimationController$(_null, _this._widget.animDuration, _null, 1, _null, _this); + _this.__StyledToastWidgetState__reverseAnimController_A = A.AnimationController$(_null, _this._widget.animDuration, _null, 1, _null, _this); + t1 = _this._widget; + switch (t1.animation) { case B.StyledToastAnimation_0: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t3 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t2, t3.reverseCurve), new A.Tween(0, 1, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.curve, t3, t1.reverseCurve), new A.Tween(0, 1, t2), t2._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_1: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; + t1 = t1.curve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromTopAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(0, -1), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideFromTopAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(new A.Offset(0, -1), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_2: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; - t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromTopAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(0, -1), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); - t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t2.curve, t3, t2.reverseCurve), new A.Tween(0, 1, t4), t4._eval$1("_AnimatedEvaluation")); + t4 = t1.curve; + t5 = t3._eval$1("_ChainedEvaluation"); + _this.__StyledToastWidgetState_slideFromTopAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t4), new A.Tween(new A.Offset(0, -1), B.Offset_0_0, t3), t5), t5._eval$1("_AnimatedEvaluation")); + t5 = type$.Tween_double; + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t4, t2, t1.reverseCurve), new A.Tween(0, 1, t5), t5._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_3: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; + t1 = t1.curve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromBottomAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(0, 1), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideFromBottomAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(new A.Offset(0, 1), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_4: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; - t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromBottomAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(0, 1), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); - t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t2.curve, t3, t2.reverseCurve), new A.Tween(0, 1, t4), t4._eval$1("_AnimatedEvaluation")); + t4 = t1.curve; + t5 = t3._eval$1("_ChainedEvaluation"); + _this.__StyledToastWidgetState_slideFromBottomAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t4), new A.Tween(new A.Offset(0, 1), B.Offset_0_0, t3), t5), t5._eval$1("_AnimatedEvaluation")); + t5 = type$.Tween_double; + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t4, t2, t1.reverseCurve), new A.Tween(0, 1, t5), t5._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_5: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; + t1 = t1.curve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromLeftAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(-1, 0), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideFromLeftAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(new A.Offset(-1, 0), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_6: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; - t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromLeftAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(-1, 0), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); - t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t2.curve, t3, t2.reverseCurve), new A.Tween(0, 1, t4), t4._eval$1("_AnimatedEvaluation")); + t4 = t1.curve; + t5 = t3._eval$1("_ChainedEvaluation"); + _this.__StyledToastWidgetState_slideFromLeftAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t4), new A.Tween(new A.Offset(-1, 0), B.Offset_0_0, t3), t5), t5._eval$1("_AnimatedEvaluation")); + t5 = type$.Tween_double; + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t4, t2, t1.reverseCurve), new A.Tween(0, 1, t5), t5._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_7: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; + t1 = t1.curve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromRightAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(1, 0), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideFromRightAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(new A.Offset(1, 0), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_8: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__animationController_A; t3 = type$.Tween_Offset; - t2 = t2.curve; - t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideFromRightAnim = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(new A.Offset(1, 0), B.Offset_0_0, t3), t4), t4._eval$1("_AnimatedEvaluation")); - t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t2.curve, t3, t2.reverseCurve), new A.Tween(0, 1, t4), t4._eval$1("_AnimatedEvaluation")); + t4 = t1.curve; + t5 = t3._eval$1("_ChainedEvaluation"); + _this.__StyledToastWidgetState_slideFromRightAnim_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t4), new A.Tween(new A.Offset(1, 0), B.Offset_0_0, t3), t5), t5._eval$1("_AnimatedEvaluation")); + t5 = type$.Tween_double; + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t4, t2, t1.reverseCurve), new A.Tween(0, 1, t5), t5._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_18: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t3 = _this._widget; - _this.__StyledToastWidgetState_sizeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t2, t3.reverseCurve), new A.Tween(0, 1, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + _this.__StyledToastWidgetState_sizeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.curve, t3, t1.reverseCurve), new A.Tween(0, 1, t2), t2._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_19: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_sizeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.curve, t3, t1.reverseCurve), new A.Tween(0, 1, t2), t4); + t1 = _this.__StyledToastWidgetState__animationController_A; t3 = _this._widget; - t4 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_sizeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t2, t3.reverseCurve), new A.Tween(0, 1, t1), t4); - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t2.curve, t3, t2.reverseCurve), new A.Tween(0, 1, t1), t4); + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t1, t3.reverseCurve), new A.Tween(0, 1, t2), t4); break; case B.StyledToastAnimation_17: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t3 = _this._widget; - _this.__StyledToastWidgetState_scaleAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t2, t3.reverseCurve), new A.Tween(0, 1, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + _this.__StyledToastWidgetState_scaleAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.curve, t3, t1.reverseCurve), new A.Tween(0, 1, t2), t2._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_20: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t1.curve), t3, new A.Interval(0, 1, t1.reverseCurve)), new A.Tween(0, 1, t2), t4); + t1 = _this.__StyledToastWidgetState__animationController_A; t3 = _this._widget; - t4 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t3.curve), t2, new A.Interval(0, 1, t3.reverseCurve)), new A.Tween(0, 1, t1), t4); - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_scaleAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t2.curve), t3, new A.Interval(0, 1, t2.reverseCurve)), new A.Tween(0, 1, t1), t4); + _this.__StyledToastWidgetState_scaleAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t3.curve), t1, new A.Interval(0, 1, t3.reverseCurve)), new A.Tween(0, 1, t2), t4); break; case B.StyledToastAnimation_21: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t3 = _this._widget; - _this.__StyledToastWidgetState_rotateAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t2, t3.reverseCurve), new A.Tween(0, 1, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + _this.__StyledToastWidgetState_rotateAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.curve, t3, t1.reverseCurve), new A.Tween(0, 1, t2), t2._eval$1("_AnimatedEvaluation")); break; case B.StyledToastAnimation_23: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_scaleAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t1.curve), t3, new A.Interval(0, 1, t1.reverseCurve)), new A.Tween(0, 1, t2), t4); + t1 = _this.__StyledToastWidgetState__animationController_A; t3 = _this._widget; - t4 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_scaleAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t3.curve), t2, new A.Interval(0, 1, t3.reverseCurve)), new A.Tween(0, 1, t1), t4); - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_rotateAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t2.curve), t3, new A.Interval(0, 1, t2.reverseCurve)), new A.Tween(0, 1, t1), t4); + _this.__StyledToastWidgetState_rotateAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t3.curve), t1, new A.Interval(0, 1, t3.reverseCurve)), new A.Tween(0, 1, t2), t4); break; case B.StyledToastAnimation_22: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t1.curve), t3, new A.Interval(0, 1, t1.reverseCurve)), new A.Tween(0, 1, t2), t4); + t1 = _this.__StyledToastWidgetState__animationController_A; t3 = _this._widget; - t4 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t3.curve), t2, new A.Interval(0, 1, t3.reverseCurve)), new A.Tween(0, 1, t1), t4); - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t2 = _this._widget; - _this.__StyledToastWidgetState_rotateAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t2.curve), t3, new A.Interval(0, 1, t2.reverseCurve)), new A.Tween(0, 1, t1), t4); + _this.__StyledToastWidgetState_rotateAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t3.curve), t1, new A.Interval(0, 1, t3.reverseCurve)), new A.Tween(0, 1, t2), t4); break; case B.StyledToastAnimation_24: break; default: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_); - t3 = _this._widget; - _this.__StyledToastWidgetState_fadeAnim = new A._AnimatedEvaluation(A.CurvedAnimation$(t3.curve, t2, t3.reverseCurve), new A.Tween(0, 1, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__animationController_A; + _this.__StyledToastWidgetState_fadeAnim_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.curve, t3, t1.reverseCurve), new A.Tween(0, 1, t2), t2._eval$1("_AnimatedEvaluation")); break; } - t1 = _this._widget.reverseAnimation; - if (t1 != null) - switch (t1.index) { + t1 = _this._widget; + t2 = t1.reverseAnimation; + if (t2 != null) + switch (t2.index) { case 0: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t2, _null), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.reverseCurve, t3, _null), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); break; case 9: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToTopAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(0, -1), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToTopAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(0, -1), t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case 10: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToTopAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(0, -1), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToTopAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(0, -1), t3), t4), t4._eval$1("_AnimatedEvaluation")); t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t3, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1, t2, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); break; case 11: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToBottomAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(0, 1), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToBottomAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(0, 1), t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case 12: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToBottomAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(0, 1), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToBottomAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(0, 1), t3), t4), t4._eval$1("_AnimatedEvaluation")); t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t3, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1, t2, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); break; case 13: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToLeftAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(-1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToLeftAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(-1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case 14: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToLeftAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(-1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToLeftAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(-1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t3, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1, t2, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); break; case 15: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToRightAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToRightAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); break; case 16: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget; + t2 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = type$.Tween_Offset; - t2 = t2.reverseCurve; + t1 = t1.reverseCurve; t4 = t3._eval$1("_ChainedEvaluation"); - _this.__StyledToastWidgetState_slideToRightAnimReverse = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(t2), new A.Tween(B.Offset_0_0, new A.Offset(1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_slideToRightAnimReverse_A = new A._AnimatedEvaluation(type$.Animation_double._as(t2), new A._ChainedEvaluation(new A.CurveTween(t1), new A.Tween(B.Offset_0_0, new A.Offset(1, 0), t3), t4), t4._eval$1("_AnimatedEvaluation")); t4 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t3, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1, t2, _null), new A.Tween(1, 0, t4), t4._eval$1("_AnimatedEvaluation")); break; case 18: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t3 = _this._widget.reverseCurve; - _this.__StyledToastWidgetState_sizeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(t3, t2, t3), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + t1 = t1.reverseCurve; + _this.__StyledToastWidgetState_sizeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1, t3, t1), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); break; case 19: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + t1 = t1.reverseCurve; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_sizeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1, t3, t1), new A.Tween(1, 0, t2), t4); + t1 = _this.__StyledToastWidgetState__reverseAnimController_A; t3 = _this._widget.reverseCurve; - t4 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_sizeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(t3, t2, t3), new A.Tween(1, 0, t1), t4); - t3 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t2 = _this._widget.reverseCurve; - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(t2, t3, t2), new A.Tween(1, 0, t1), t4); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t3, t1, t3), new A.Tween(1, 0, t2), t4); break; case 17: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_scaleAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t2, _null), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_scaleAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.reverseCurve, t3, _null), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); break; case 20: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t3 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t2, _null), new A.Tween(1, 0, t1), t3); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_scaleAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t2, _null), new A.Tween(1, 0, t1), t3); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t1.reverseCurve), t3, _null), new A.Tween(1, 0, t2), t4); + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_scaleAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t3, _null), new A.Tween(1, 0, t2), t4); break; case 21: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_rotateAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t2, _null), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_rotateAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.reverseCurve, t3, _null), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); break; case 23: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t3 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_scaleAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t2, _null), new A.Tween(1, 0, t1), t3); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_rotateAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t2, _null), new A.Tween(1, 0, t1), t3); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_scaleAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t1.reverseCurve), t3, _null), new A.Tween(1, 0, t2), t4); + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_rotateAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t3, _null), new A.Tween(1, 0, t2), t4); break; case 22: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - t3 = t1._eval$1("_AnimatedEvaluation"); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t2, _null), new A.Tween(1, 0, t1), t3); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_rotateAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t2, _null), new A.Tween(1, 0, t1), t3); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + t4 = t2._eval$1("_AnimatedEvaluation"); + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, t1.reverseCurve), t3, _null), new A.Tween(1, 0, t2), t4); + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_rotateAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(new A.Interval(0, 1, _this._widget.reverseCurve), t3, _null), new A.Tween(1, 0, t2), t4); break; case 24: break; default: - t1 = type$.Tween_double; - t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); - _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(_this._widget.reverseCurve, t2, _null), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + t3 = _this.__StyledToastWidgetState__reverseAnimController_A; + _this.__StyledToastWidgetState_fadeAnimReverse_A = new A._AnimatedEvaluation(A.CurvedAnimation$(t1.reverseCurve, t3, _null), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); break; } - A._lateReadCheck(_this.__StyledToastWidgetState__animationController, _s20_).forward$0(0); + _this.__StyledToastWidgetState__animationController_A.forward$0(0); t1 = _this._widget; if (!J.$eq$(t1.duration, B.Duration_0)) { t1 = _this._widget; @@ -289198,148 +295886,192 @@ } $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); }, - build$1(_, context) { - var t2, t3, t4, _this = this, _null = null, - _s8_ = "fadeAnim", - _s16_ = "slideFromTopAnim", - _s19_ = "slideFromBottomAnim", - _s17_ = "slideFromLeftAnim", - _s18_ = "slideFromRightAnim", - _s8_0 = "sizeAnim", - _s9_ = "scaleAnim", - _s10_ = "rotateAnim", - _s15_ = "fadeAnimReverse", - _s21_ = "slideToTopAnimReverse", - _s24_ = "slideToBottomAnimReverse", - _s22_ = "slideToLeftAnimReverse", - _s23_ = "slideToRightAnimReverse", - _s15_0 = "sizeAnimReverse", - _s16_0 = "scaleAnimReverse", - _s17_0 = "rotateAnimReverse", + build$1(context) { + var t2, t3, t4, t5, t6, _this = this, _null = null, t1 = _this._widget, w = t1.child; switch (t1.animation) { case B.StyledToastAnimation_0: - w = A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)); + t2 = _this.__StyledToastWidgetState_fadeAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.FadeTransition$(false, w, t2); break; case B.StyledToastAnimation_1: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideFromTopAnim, _s16_), _null, true); + t2 = _this.__StyledToastWidgetState_slideFromTopAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t2, _null, true); break; case B.StyledToastAnimation_2: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideFromTopAnim, _s16_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)), t1, _null, true); + t2 = _this.__StyledToastWidgetState_slideFromTopAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_fadeAnim_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t3), t2, _null, true); break; case B.StyledToastAnimation_3: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideFromBottomAnim, _s19_), _null, true); + t2 = _this.__StyledToastWidgetState_slideFromBottomAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t2, _null, true); break; case B.StyledToastAnimation_4: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideFromBottomAnim, _s19_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)), t1, _null, true); + t2 = _this.__StyledToastWidgetState_slideFromBottomAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_fadeAnim_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t3), t2, _null, true); break; case B.StyledToastAnimation_5: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideFromLeftAnim, _s17_), _null, true); + t2 = _this.__StyledToastWidgetState_slideFromLeftAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t2, _null, true); break; case B.StyledToastAnimation_6: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideFromLeftAnim, _s17_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)), t1, _null, true); + t2 = _this.__StyledToastWidgetState_slideFromLeftAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_fadeAnim_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t3), t2, _null, true); break; case B.StyledToastAnimation_7: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideFromRightAnim, _s18_), _null, true); + t2 = _this.__StyledToastWidgetState_slideFromRightAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t2, _null, true); break; case B.StyledToastAnimation_8: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideFromRightAnim, _s18_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)), t1, _null, true); + t2 = _this.__StyledToastWidgetState_slideFromRightAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_fadeAnim_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t3), t2, _null, true); break; case B.StyledToastAnimation_18: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_sizeAnim, _s8_0); + t1 = _this.__StyledToastWidgetState_sizeAnim_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$positionAlignment(); if (t2 == null) t2 = B.Alignment_0_0; - t3 = _this._widget.axis; - w = A.CustomSizeTransition$(t2, t3 == null ? B.Axis_0 : t3, 0, w, t1); + t3 = _this._widget; + t4 = t3.axis; + w = A.CustomSizeTransition$(t2, t4 == null ? B.Axis_0 : t4, 0, w, t1); + t1 = t3; break; case B.StyledToastAnimation_19: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_sizeAnim, _s8_0); + t1 = _this.__StyledToastWidgetState_sizeAnim_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$positionAlignment(); if (t2 == null) t2 = B.Alignment_0_0; - t3 = _this._widget.axis; - if (t3 == null) - t3 = B.Axis_0; - w = A.CustomSizeTransition$(t2, t3, 0, A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)), t1); + t3 = _this._widget; + t4 = t3.axis; + if (t4 == null) + t4 = B.Axis_0; + t5 = _this.__StyledToastWidgetState_fadeAnim_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + w = A.CustomSizeTransition$(t2, t4, 0, A.FadeTransition$(false, w, t5), t1); + t1 = t3; break; case B.StyledToastAnimation_17: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_scaleAnim, _s9_); - t2 = _this._widget.alignment; - w = A.ScaleTransition$(t2 == null ? B.Alignment_0_0 : t2, w, t1); + t2 = _this.__StyledToastWidgetState_scaleAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.alignment; + w = A.ScaleTransition$(t3 == null ? B.Alignment_0_0 : t3, w, t2); break; case B.StyledToastAnimation_20: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState_scaleAnim, _s9_); - t3 = _this._widget.alignment; - w = A.FadeTransition$(false, A.ScaleTransition$(t3 == null ? B.Alignment_0_0 : t3, w, t2), t1); + t2 = _this.__StyledToastWidgetState_fadeAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_scaleAnim_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1.alignment; + w = A.FadeTransition$(false, A.ScaleTransition$(t4 == null ? B.Alignment_0_0 : t4, w, t3), t2); break; case B.StyledToastAnimation_21: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_rotateAnim, _s10_); - t2 = _this._widget.alignment; - w = A.RotationTransition$(t2 == null ? B.FractionalOffset_0_0 : t2, w, t1); + t2 = _this.__StyledToastWidgetState_rotateAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.alignment; + w = A.RotationTransition$(t3 == null ? B.FractionalOffset_0_0 : t3, w, t2); break; case B.StyledToastAnimation_22: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState_rotateAnim, _s10_); - t3 = _this._widget.alignment; - w = A.FadeTransition$(false, A.RotationTransition$(t3 == null ? B.FractionalOffset_0_0 : t3, w, t2), t1); + t2 = _this.__StyledToastWidgetState_fadeAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_rotateAnim_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1.alignment; + w = A.FadeTransition$(false, A.RotationTransition$(t4 == null ? B.FractionalOffset_0_0 : t4, w, t3), t2); break; case B.StyledToastAnimation_23: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_scaleAnim, _s9_); - t2 = _this._widget.alignment; - if (t2 == null) - t2 = B.Alignment_0_0; - t3 = A._lateReadCheck(_this.__StyledToastWidgetState_rotateAnim, _s10_); - t4 = _this._widget.alignment; - w = A.ScaleTransition$(t2, A.RotationTransition$(t4 == null ? B.FractionalOffset_0_0 : t4, w, t3), t1); + t2 = _this.__StyledToastWidgetState_scaleAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.alignment; + t4 = t3 == null; + t5 = t4 ? B.Alignment_0_0 : t3; + t6 = _this.__StyledToastWidgetState_rotateAnim_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + w = A.ScaleTransition$(t5, A.RotationTransition$(t4 ? B.FractionalOffset_0_0 : t3, w, t6), t2); break; case B.StyledToastAnimation_24: w = A.Container$(_null, w, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); break; default: - w = A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnim, _s8_)); + t2 = _this.__StyledToastWidgetState_fadeAnim_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.FadeTransition$(false, w, t2); break; } - t1 = _this._widget; t2 = t1.reverseAnimation; if (t2 != null && t1.animation !== t2) switch (t2) { case B.StyledToastAnimation_0: - w = A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_)); + t1 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + w = A.FadeTransition$(false, w, t1); break; case B.StyledToastAnimation_9: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideToTopAnimReverse, _s21_), _null, true); + t1 = _this.__StyledToastWidgetState_slideToTopAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t1, _null, true); break; case B.StyledToastAnimation_10: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideToTopAnimReverse, _s21_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_)), t1, _null, true); + t1 = _this.__StyledToastWidgetState_slideToTopAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t2), t1, _null, true); break; case B.StyledToastAnimation_11: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideToBottomAnimReverse, _s24_), _null, true); + t1 = _this.__StyledToastWidgetState_slideToBottomAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t1, _null, true); break; case B.StyledToastAnimation_12: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideToBottomAnimReverse, _s24_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_)), t1, _null, true); + t1 = _this.__StyledToastWidgetState_slideToBottomAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t2), t1, _null, true); break; case B.StyledToastAnimation_13: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideToLeftAnimReverse, _s22_), _null, true); + t1 = _this.__StyledToastWidgetState_slideToLeftAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t1, _null, true); break; case B.StyledToastAnimation_14: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideToLeftAnimReverse, _s22_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_)), t1, _null, true); + t1 = _this.__StyledToastWidgetState_slideToLeftAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t2), t1, _null, true); break; case B.StyledToastAnimation_15: - w = A.SlideTransition$(w, A._lateReadCheck(_this.__StyledToastWidgetState_slideToRightAnimReverse, _s23_), _null, true); + t1 = _this.__StyledToastWidgetState_slideToRightAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(w, t1, _null, true); break; case B.StyledToastAnimation_16: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_slideToRightAnimReverse, _s23_); - w = A.SlideTransition$(A.FadeTransition$(false, w, A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_)), t1, _null, true); + t1 = _this.__StyledToastWidgetState_slideToRightAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + w = A.SlideTransition$(A.FadeTransition$(false, w, t2), t1, _null, true); break; case B.StyledToastAnimation_18: t1 = _this.get$positionAlignment(); @@ -289348,45 +296080,58 @@ t2 = _this._widget.axis; if (t2 == null) t2 = B.Axis_0; - w = A.CustomSizeTransition$(t1, t2, 0, w, A._lateReadCheck(_this.__StyledToastWidgetState_sizeAnimReverse, _s15_0)); + t3 = _this.__StyledToastWidgetState_sizeAnimReverse_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + w = A.CustomSizeTransition$(t1, t2, 0, w, t3); break; case B.StyledToastAnimation_19: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_); + t1 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$positionAlignment(); if (t2 == null) t2 = B.Alignment_0_0; t3 = _this._widget.axis; if (t3 == null) t3 = B.Axis_0; - w = A.FadeTransition$(false, A.CustomSizeTransition$(t2, t3, 0, w, A._lateReadCheck(_this.__StyledToastWidgetState_sizeAnimReverse, _s15_0)), t1); + t4 = _this.__StyledToastWidgetState_sizeAnimReverse_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + w = A.FadeTransition$(false, A.CustomSizeTransition$(t2, t3, 0, w, t4), t1); break; case B.StyledToastAnimation_17: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_scaleAnimReverse, _s16_0); - t2 = _this._widget.alignment; - w = A.ScaleTransition$(t2 == null ? B.Alignment_0_0 : t2, w, t1); + t2 = _this.__StyledToastWidgetState_scaleAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.alignment; + w = A.ScaleTransition$(t1 == null ? B.Alignment_0_0 : t1, w, t2); break; case B.StyledToastAnimation_20: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState_scaleAnimReverse, _s16_0); - t3 = _this._widget.alignment; - w = A.FadeTransition$(false, A.ScaleTransition$(t3 == null ? B.Alignment_0_0 : t3, w, t2), t1); + t2 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_scaleAnimReverse_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.alignment; + w = A.FadeTransition$(false, A.ScaleTransition$(t1 == null ? B.Alignment_0_0 : t1, w, t3), t2); break; case B.StyledToastAnimation_21: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_rotateAnimReverse, _s17_0); - t2 = _this._widget.alignment; - w = A.RotationTransition$(t2 == null ? B.FractionalOffset_0_0 : t2, w, t1); + t2 = _this.__StyledToastWidgetState_rotateAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.alignment; + w = A.RotationTransition$(t1 == null ? B.FractionalOffset_0_0 : t1, w, t2); break; case B.StyledToastAnimation_22: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_fadeAnimReverse, _s15_); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState_rotateAnimReverse, _s17_0); - t3 = _this._widget.alignment; - w = A.FadeTransition$(false, A.RotationTransition$(t3 == null ? B.FractionalOffset_0_0 : t3, w, t2), t1); + t2 = _this.__StyledToastWidgetState_fadeAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_rotateAnimReverse_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.alignment; + w = A.FadeTransition$(false, A.RotationTransition$(t1 == null ? B.FractionalOffset_0_0 : t1, w, t3), t2); break; case B.StyledToastAnimation_23: - t1 = A._lateReadCheck(_this.__StyledToastWidgetState_scaleAnimReverse, _s16_0); - t2 = A._lateReadCheck(_this.__StyledToastWidgetState_rotateAnimReverse, _s17_0); - t3 = _this._widget.alignment; - w = A.ScaleTransition$(B.Alignment_0_0, A.RotationTransition$(t3 == null ? B.FractionalOffset_0_0 : t3, w, t2), t1); + t2 = _this.__StyledToastWidgetState_scaleAnimReverse_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__StyledToastWidgetState_rotateAnimReverse_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.alignment; + w = A.ScaleTransition$(B.Alignment_0_0, A.RotationTransition$(t1 == null ? B.FractionalOffset_0_0 : t1, w, t3), t2); break; case B.StyledToastAnimation_24: break; @@ -289452,7 +296197,7 @@ dismissToastAnim$body$StyledToastWidgetState() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, t1, exception, onAnimationEnd, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, t1, exception, onAnimationEnd, $async$exception; var $async$dismissToastAnim$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -289477,8 +296222,10 @@ break; case 7: // then + t1 = $async$self.__StyledToastWidgetState__reverseAnimController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 10; - return A._asyncAwait(A._lateReadCheck($async$self.__StyledToastWidgetState__reverseAnimController, "_reverseAnimController").forward$0(0).get$orCancel(), $async$dismissToastAnim$0); + return A._asyncAwait(t1.forward$0(0).get$orCancel(), $async$dismissToastAnim$0); case 10: // returning from await. // goto join @@ -289486,8 +296233,10 @@ break; case 9: // else + t1 = $async$self.__StyledToastWidgetState__animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 11; - return A._asyncAwait(A._lateReadCheck($async$self.__StyledToastWidgetState__animationController, "_animationController").reverse$0(0).get$orCancel(), $async$dismissToastAnim$0); + return A._asyncAwait(t1.reverse$0(0).get$orCancel(), $async$dismissToastAnim$0); case 11: // returning from await. case 8: @@ -289525,15 +296274,19 @@ }); return A._asyncStartSync($async$dismissToastAnim$0, $async$completer); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._toastTimer; if (t1 != null) t1.cancel$0(0); B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); - A._lateReadCheck(_this.__StyledToastWidgetState__animationController, "_animationController").dispose$0(0); - A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, "_reverseAnimController").dispose$0(0); - _this.super$_StyledToastWidgetState_State_TickerProviderStateMixin$dispose(0); + t1 = _this.__StyledToastWidgetState__animationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__StyledToastWidgetState__reverseAnimController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$_StyledToastWidgetState_State_TickerProviderStateMixin$dispose(); }, didChangeMetrics$0() { this.super$WidgetsBindingObserver$didChangeMetrics(); @@ -289564,7 +296317,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 97 + $signature: 103 }; A.StyledToastWidgetState_dismissToast_closure.prototype = { call$0() { @@ -289583,13 +296336,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A._StyledToastWidgetState_State_TickerProviderStateMixin_WidgetsBindingObserver.prototype = {}; @@ -289660,7 +296413,7 @@ call$1(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 2222 + $signature: 2266 }; A.StyledToastTheme.prototype = { updateShouldNotify$1(oldWidget) { @@ -289765,7 +296518,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 146 + $signature: 142 }; A.PluginRegistry.prototype = {}; A.GoogleSignInAuthentication.prototype = { @@ -289916,7 +296669,7 @@ signInSilently$body$GoogleSignIn() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInAccount), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, t1, exception, reAuthenticate, suppressErrors, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, t1, exception, reAuthenticate, suppressErrors, $async$exception; var $async$signInSilently$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -289996,13 +296749,13 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 2215 + $signature: 2268 }; A.GoogleSignIn_signIn_isCanceled.prototype = { call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 128 + $signature: 137 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -290040,7 +296793,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: 2205 + $signature: 2272 }; A.SignInOption.prototype = { toString$0(_) { @@ -290085,12 +296838,17 @@ GoogleSignInPlugin$0() { var t1 = document.querySelector("meta[name=google-signin-client_id]"); this._autoDetectedClientId = t1 == null ? null : t1.getAttribute("content"); - this.__GoogleSignInPlugin__isGapiInitialized = A.inject("https://apis.google.com/js/platform.js").then$1$1(0, new A.GoogleSignInPlugin_closure(), type$.void); + this.__GoogleSignInPlugin__isGapiInitialized_A = A.inject("https://apis.google.com/js/platform.js").then$1$1(0, new A.GoogleSignInPlugin_closure(), type$.void); }, get$initialized() { + var t1, t2; if (!this._isInitCalled) A.throwExpression(A.StateError$("GoogleSignInPlugin::init() must be called before any other method in this plugin.")); - return A.Future_wait(A._setArrayType([A._lateReadCheck(this.__GoogleSignInPlugin__isGapiInitialized, "_isGapiInitialized"), A._lateReadCheck(this.__GoogleSignInPlugin__isAuthInitialized, "_isAuthInitialized")], type$.JSArray_Future_void), type$.void); + t1 = this.__GoogleSignInPlugin__isGapiInitialized_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.__GoogleSignInPlugin__isAuthInitialized_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return A.Future_wait(A._setArrayType([t1, t2], type$.JSArray_Future_void), type$.void); }, init$4$clientId$hostedDomain$scopes$signInOption(clientId, hostedDomain, scopes, signInOption) { return this.init$body$GoogleSignInPlugin(clientId, hostedDomain, scopes, signInOption); @@ -290098,7 +296856,7 @@ init$body$GoogleSignInPlugin(clientId, hostedDomain, scopes, signInOption) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1, auth, isAuthInitialized, appClientId; + $async$returnValue, $async$self = this, auth, isAuthInitialized, appClientId, t1; var $async$init$4$clientId$hostedDomain$scopes$signInOption = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -290107,8 +296865,10 @@ case 0: // Function start appClientId = $async$self._autoDetectedClientId; + t1 = $async$self.__GoogleSignInPlugin__isGapiInitialized_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 3; - return A._asyncAwait(A._lateReadCheck($async$self.__GoogleSignInPlugin__isGapiInitialized, "_isGapiInitialized"), $async$init$4$clientId$hostedDomain$scopes$signInOption); + return A._asyncAwait(t1, $async$init$4$clientId$hostedDomain$scopes$signInOption); case 3: // returning from await. t1 = B.JSArray_methods.join$1(scopes, " "); @@ -290116,10 +296876,10 @@ auth = self.gapi.auth2.init({client_id: appClientId, scope: t1, hosted_domain: hostedDomain, plugin_name: "dart-google_sign_in_web"}); t1 = new A._Future($.Zone__current, type$._Future_void); isAuthInitialized = new A._AsyncCompleter(t1, type$._AsyncCompleter_void); - $async$self.__GoogleSignInPlugin__isAuthInitialized = t1; + $async$self.__GoogleSignInPlugin__isAuthInitialized_A = t1; $async$self._isInitCalled = true; J.then$2$x(auth, A.allowInterop(new A.GoogleSignInPlugin_init_closure(isAuthInitialized)), A.allowInterop(new A.GoogleSignInPlugin_init_closure0(isAuthInitialized))); - $async$returnValue = A._lateReadCheck($async$self.__GoogleSignInPlugin__isAuthInitialized, "_isAuthInitialized"); + $async$returnValue = $async$self.__GoogleSignInPlugin__isAuthInitialized_A; // goto return $async$goto = 1; break; @@ -290166,7 +296926,7 @@ signIn$0(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, reason, t1, exception, $async$exception, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, reason, t1, exception, $async$exception, $async$temp1; var $async$signIn$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -290335,20 +297095,20 @@ call$1(_) { return A.init(); }, - $signature: 767 + $signature: 659 }; A.GoogleSignInPlugin_init_closure.prototype = { call$1(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 2203 + $signature: 2273 }; A.GoogleSignInPlugin_init_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: 2202 + $signature: 2278 }; A.LoadConfig.prototype = {}; A.GoogleAuthInitFailureError.prototype = {}; @@ -290413,10 +297173,7 @@ return false; return this.prefix == x.prefix && this.name === x.name && this.namespace === x.namespace; }, - $isComparable: 1, - get$name(receiver) { - return this.name; - } + $isComparable: 1 }; A._ParentNode.prototype = {}; A._NonElementParentNode.prototype = {}; @@ -290424,11 +297181,11 @@ A.Node0.prototype = { get$nodes(_) { var t1, _this = this, - value = _this.__Node_nodes; + value = _this.__Node_nodes_FI; if (value === $) { - t1 = A._setArrayType([], type$.JSArray_Node_2); - A._lateInitializeOnceCheck(_this.__Node_nodes, "nodes"); - value = _this.__Node_nodes = new A.NodeList(_this, t1); + t1 = A._setArrayType([], type$.JSArray_Node); + _this.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__Node_nodes_FI = new A.NodeList(_this, t1); } return value; }, @@ -290461,21 +297218,21 @@ _dom$_clone$1$2(shallowClone, deep) { var t1, t2, t3, value, t4, value0, t5; if (deep) - for (t1 = this.get$nodes(this)._list_proxy$_list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = type$.JSArray_Node_2; t1.moveNext$0();) { + for (t1 = this.get$nodes(this)._list_proxy$_list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = type$.JSArray_Node; t1.moveNext$0();) { t3 = t1.__interceptors$_current.clone$1(0, true); - value = shallowClone.__Node_nodes; + value = shallowClone.__Node_nodes_FI; if (value === $) { t4 = A._setArrayType([], t2); - A._lateInitializeOnceCheck(shallowClone.__Node_nodes, "nodes"); - value = shallowClone.__Node_nodes = new A.NodeList(shallowClone, t4); + shallowClone.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = shallowClone.__Node_nodes_FI = new A.NodeList(shallowClone, t4); } t4 = t3.parentNode; if (t4 != null) { - value0 = t4.__Node_nodes; + value0 = t4.__Node_nodes_FI; if (value0 === $) { t5 = A._setArrayType([], t2); - A._lateInitializeOnceCheck(t4.__Node_nodes, "nodes"); - value0 = t4.__Node_nodes = new A.NodeList(t4, t5); + t4.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t4.__Node_nodes_FI = new A.NodeList(t4, t5); } B.JSArray_methods.remove$1(value0._list_proxy$_list, t3); } @@ -290532,9 +297289,6 @@ }, clone$1(_, deep) { return A.DocumentType$(this.name, this.publicId, this.systemId); - }, - get$name(receiver) { - return this.name; } }; A.Text0.prototype = { @@ -290649,7 +297403,7 @@ t2 = t1._contents += A.S(A.htmlSerializeEscape(v, true)); t1._contents = t2 + '"'; }, - $signature: 464 + $signature: 419 }; A.Comment.prototype = { get$nodeType(_) { @@ -290674,15 +297428,15 @@ addAll$1(_, collection) { var t1, t2, t3, t4, t5, value, t6, list = this._flattenDocFragments$1(collection); - for (t1 = A._arrayInstanceType(list)._eval$1("ReversedListIterable<1>"), t2 = new A.ReversedListIterable(list, t1), t1 = new A.ListIterator(t2, t2.get$length(t2), t1._eval$1("ListIterator")), t2 = this._dom$_parent, t3 = type$.JSArray_Node_2; t1.moveNext$0();) { + for (t1 = A._arrayInstanceType(list)._eval$1("ReversedListIterable<1>"), t2 = new A.ReversedListIterable(list, t1), t1 = new A.ListIterator(t2, t2.get$length(t2), t1._eval$1("ListIterator")), t2 = this._dom$_parent, t3 = type$.JSArray_Node; t1.moveNext$0();) { t4 = t1.__internal$_current; t5 = t4.parentNode; if (t5 != null) { - value = t5.__Node_nodes; + value = t5.__Node_nodes_FI; if (value === $) { t6 = A._setArrayType([], t3); - A._lateInitializeOnceCheck(t5.__Node_nodes, "nodes"); - value = t5.__Node_nodes = new A.NodeList(t5, t6); + t5.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t5.__Node_nodes_FI = new A.NodeList(t5, t6); } B.JSArray_methods.remove$1(value._list_proxy$_list, t4); } @@ -290748,15 +297502,15 @@ insertAll$2(_, index, collection) { var t1, t2, t3, t4, t5, value, t6, list = this._flattenDocFragments$1(collection); - for (t1 = A._arrayInstanceType(list)._eval$1("ReversedListIterable<1>"), t2 = new A.ReversedListIterable(list, t1), t1 = new A.ListIterator(t2, t2.get$length(t2), t1._eval$1("ListIterator")), t2 = this._dom$_parent, t3 = type$.JSArray_Node_2; t1.moveNext$0();) { + for (t1 = A._arrayInstanceType(list)._eval$1("ReversedListIterable<1>"), t2 = new A.ReversedListIterable(list, t1), t1 = new A.ListIterator(t2, t2.get$length(t2), t1._eval$1("ListIterator")), t2 = this._dom$_parent, t3 = type$.JSArray_Node; t1.moveNext$0();) { t4 = t1.__internal$_current; t5 = t4.parentNode; if (t5 != null) { - value = t5.__Node_nodes; + value = t5.__Node_nodes_FI; if (value === $) { t6 = A._setArrayType([], t3); - A._lateInitializeOnceCheck(t5.__Node_nodes, "nodes"); - value = t5.__Node_nodes = new A.NodeList(t5, t6); + t5.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t5.__Node_nodes_FI = new A.NodeList(t5, t6); } B.JSArray_methods.remove$1(value._list_proxy$_list, t4); } @@ -290766,7 +297520,7 @@ }, _flattenDocFragments$1(collection) { var t1, - result = A._setArrayType([], type$.JSArray_Node_2); + result = A._setArrayType([], type$.JSArray_Node); for (t1 = J.get$iterator$ax(collection); t1.moveNext$0();) result.push(t1.get$current(t1)); return result; @@ -290776,7 +297530,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 462 + $signature: 418 }; A.FilteredElementList.prototype = { forEach$1(_, f) { @@ -290816,15 +297570,15 @@ }, addAll$1(_, iterable) { var t1, t2, t3, t4, t5, value, t6; - for (t1 = J.get$iterator$ax(iterable), t2 = this._childNodes, t3 = type$.JSArray_Node_2; t1.moveNext$0();) { + for (t1 = J.get$iterator$ax(iterable), t2 = this._childNodes, t3 = type$.JSArray_Node; t1.moveNext$0();) { t4 = t1.get$current(t1); t5 = t4.parentNode; if (t5 != null) { - value = t5.__Node_nodes; + value = t5.__Node_nodes_FI; if (value === $) { t6 = A._setArrayType([], t3); - A._lateInitializeOnceCheck(t5.__Node_nodes, "nodes"); - value = t5.__Node_nodes = new A.NodeList(t5, t6); + t5.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t5.__Node_nodes_FI = new A.NodeList(t5, t6); } B.JSArray_methods.remove$1(value._list_proxy$_list, t4); } @@ -290899,11 +297653,11 @@ if (t4 === element) { t1 = t4.parentNode; if (t1 != null) { - value = t1.__Node_nodes; + value = t1.__Node_nodes_FI; if (value === $) { - t2 = A._setArrayType([], type$.JSArray_Node_2); - A._lateInitializeOnceCheck(t1.__Node_nodes, "nodes"); - value = t1.__Node_nodes = new A.NodeList(t1, t2); + t2 = A._setArrayType([], type$.JSArray_Node); + t1.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__Node_nodes_FI = new A.NodeList(t1, t2); } B.JSArray_methods.remove$1(value._list_proxy$_list, t4); } @@ -290985,7 +297739,7 @@ call$1(el) { return el.remove$0(0); }, - $signature: 2198 + $signature: 2285 }; A._ConcatTextVisitor.prototype = { toString$0(_) { @@ -291031,142 +297785,142 @@ }; A.HtmlParser.prototype = { get$phase() { - var value = this.__HtmlParser_phase; - return value === $ ? this.__HtmlParser_phase = this.get$_initialPhase() : value; + var value = this.__HtmlParser_phase_AI; + return value === $ ? this.__HtmlParser_phase_AI = this.get$_initialPhase() : value; }, get$_initialPhase() { var _this = this, - value = _this.__HtmlParser__initialPhase; + value = _this.__HtmlParser__initialPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_initialPhase"); - value = _this.__HtmlParser__initialPhase = new A.InitialPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__initialPhase_FI = new A.InitialPhase(_this, _this.tree); } return value; }, get$_beforeHtmlPhase() { var _this = this, - value = _this.__HtmlParser__beforeHtmlPhase; + value = _this.__HtmlParser__beforeHtmlPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_beforeHtmlPhase"); - value = _this.__HtmlParser__beforeHtmlPhase = new A.BeforeHtmlPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__beforeHtmlPhase_FI = new A.BeforeHtmlPhase(_this, _this.tree); } return value; }, get$_beforeHeadPhase() { var _this = this, - value = _this.__HtmlParser__beforeHeadPhase; + value = _this.__HtmlParser__beforeHeadPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_beforeHeadPhase"); - value = _this.__HtmlParser__beforeHeadPhase = new A.BeforeHeadPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__beforeHeadPhase_FI = new A.BeforeHeadPhase(_this, _this.tree); } return value; }, get$_inHeadPhase() { var _this = this, - value = _this.__HtmlParser__inHeadPhase; + value = _this.__HtmlParser__inHeadPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inHeadPhase"); - value = _this.__HtmlParser__inHeadPhase = new A.InHeadPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inHeadPhase_FI = new A.InHeadPhase(_this, _this.tree); } return value; }, get$_inBodyPhase() { var _this = this, - value = _this.__HtmlParser__inBodyPhase; + value = _this.__HtmlParser__inBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inBodyPhase"); - value = _this.__HtmlParser__inBodyPhase = new A.InBodyPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inBodyPhase_FI = new A.InBodyPhase(_this, _this.tree); } return value; }, get$_textPhase() { var _this = this, - value = _this.__HtmlParser__textPhase; + value = _this.__HtmlParser__textPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_textPhase"); - value = _this.__HtmlParser__textPhase = new A.TextPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__textPhase_FI = new A.TextPhase(_this, _this.tree); } return value; }, get$_inTablePhase() { var _this = this, - value = _this.__HtmlParser__inTablePhase; + value = _this.__HtmlParser__inTablePhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inTablePhase"); - value = _this.__HtmlParser__inTablePhase = new A.InTablePhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTablePhase_FI = new A.InTablePhase(_this, _this.tree); } return value; }, get$_inTableTextPhase() { var t1, _this = this, - value = _this.__HtmlParser__inTableTextPhase; + value = _this.__HtmlParser__inTableTextPhase_FI; if (value === $) { t1 = A._setArrayType([], type$.JSArray_StringToken); - A._lateInitializeOnceCheck(_this.__HtmlParser__inTableTextPhase, "_inTableTextPhase"); - value = _this.__HtmlParser__inTableTextPhase = new A.InTableTextPhase(t1, _this, _this.tree); + _this.__HtmlParser__inTableTextPhase_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTableTextPhase_FI = new A.InTableTextPhase(t1, _this, _this.tree); } return value; }, get$_inCaptionPhase() { var _this = this, - value = _this.__HtmlParser__inCaptionPhase; + value = _this.__HtmlParser__inCaptionPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inCaptionPhase"); - value = _this.__HtmlParser__inCaptionPhase = new A.InCaptionPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inCaptionPhase_FI = new A.InCaptionPhase(_this, _this.tree); } return value; }, get$_inColumnGroupPhase() { var _this = this, - value = _this.__HtmlParser__inColumnGroupPhase; + value = _this.__HtmlParser__inColumnGroupPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inColumnGroupPhase"); - value = _this.__HtmlParser__inColumnGroupPhase = new A.InColumnGroupPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inColumnGroupPhase_FI = new A.InColumnGroupPhase(_this, _this.tree); } return value; }, get$_inTableBodyPhase() { var _this = this, - value = _this.__HtmlParser__inTableBodyPhase; + value = _this.__HtmlParser__inTableBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inTableBodyPhase"); - value = _this.__HtmlParser__inTableBodyPhase = new A.InTableBodyPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTableBodyPhase_FI = new A.InTableBodyPhase(_this, _this.tree); } return value; }, get$_inRowPhase() { var _this = this, - value = _this.__HtmlParser__inRowPhase; + value = _this.__HtmlParser__inRowPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inRowPhase"); - value = _this.__HtmlParser__inRowPhase = new A.InRowPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inRowPhase_FI = new A.InRowPhase(_this, _this.tree); } return value; }, get$_inCellPhase() { var _this = this, - value = _this.__HtmlParser__inCellPhase; + value = _this.__HtmlParser__inCellPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inCellPhase"); - value = _this.__HtmlParser__inCellPhase = new A.InCellPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inCellPhase_FI = new A.InCellPhase(_this, _this.tree); } return value; }, get$_inSelectPhase() { var _this = this, - value = _this.__HtmlParser__inSelectPhase; + value = _this.__HtmlParser__inSelectPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inSelectPhase"); - value = _this.__HtmlParser__inSelectPhase = new A.InSelectPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inSelectPhase_FI = new A.InSelectPhase(_this, _this.tree); } return value; }, get$_inFramesetPhase() { var _this = this, - value = _this.__HtmlParser__inFramesetPhase; + value = _this.__HtmlParser__inFramesetPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inFramesetPhase"); - value = _this.__HtmlParser__inFramesetPhase = new A.InFramesetPhase(_this, _this.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inFramesetPhase_FI = new A.InFramesetPhase(_this, _this.tree); } return value; }, @@ -291189,9 +297943,9 @@ _this.tokenizer.reset$0(0); _this.tree.reset$0(0); _this.firstStartTag = false; - B.JSArray_methods.set$length(_this.errors, 0); + B.JSArray_methods.clear$0(_this.errors); _this.compatMode = "no quirks"; - _this.__HtmlParser_phase = _this.get$_initialPhase(); + _this.__HtmlParser_phase_AI = _this.get$_initialPhase(); _this.framesetOK = true; }, isHTMLIntegrationPoint$1(element) { @@ -291234,8 +297988,7 @@ return true; }, mainLoop$0() { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, newToken, type, span, t14, t15, t16, value, result, localPhase, reprocessPhases, reprocess, _this = this, - _s13_ = "_initialPhase"; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, newToken, type, span, t14, t15, t16, value, result, localPhase, reprocessPhases, reprocess, _this = this; for (t1 = _this.tokenizer, t2 = _this.tree, t3 = type$.DoctypeToken, t4 = type$.CommentToken, t5 = type$.EndTagToken, t6 = type$.StartTagToken, t7 = type$.SpaceCharactersToken, t8 = type$.CharactersToken, t9 = _this.errors, t10 = type$.ParseErrorToken, t11 = t1.stream, t12 = type$.dynamic; t1.moveNext$0();) { t13 = t1._tokenizer$_current; t13.toString; @@ -291263,23 +298016,23 @@ t9.push(new A.ParseError(t14, span, newToken.messageParams)); newToken = null; } else { - value = _this.__HtmlParser_phase; + value = _this.__HtmlParser_phase_AI; if (value === $) { - value = _this.__HtmlParser__initialPhase; + value = _this.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(_this, t2); - A._lateInitializeOnceCheck(value, _s13_); - _this.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + _this.__HtmlParser__initialPhase_FI = result; value = result; } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; } if (_this.inForeignContent$2(t13, type)) { - value = _this.__HtmlParser__inForeignContentPhase; + value = _this.__HtmlParser__inForeignContentPhase_FI; if (value === $) { result = new A.InForeignContentPhase(_this, t2); - A._lateInitializeOnceCheck(value, "_inForeignContentPhase"); - _this.__HtmlParser__inForeignContentPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + _this.__HtmlParser__inForeignContentPhase_FI = result; value = result; } localPhase = value; @@ -291327,28 +298080,28 @@ } reprocessPhases = []; for (reprocess = true; reprocess;) { - value = _this.__HtmlParser_phase; + value = _this.__HtmlParser_phase_AI; if (value === $) { - value = _this.__HtmlParser__initialPhase; + value = _this.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(_this, t2); - A._lateInitializeOnceCheck(value, _s13_); - _this.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + _this.__HtmlParser__initialPhase_FI = result; value = result; } - value = _this.__HtmlParser_phase = value; + value = _this.__HtmlParser_phase_AI = value; } reprocessPhases.push(value); - value = _this.__HtmlParser_phase; + value = _this.__HtmlParser_phase_AI; if (value === $) { - value = _this.__HtmlParser__initialPhase; + value = _this.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(_this, t2); - A._lateInitializeOnceCheck(value, _s13_); - _this.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + _this.__HtmlParser__initialPhase_FI = result; value = result; } - value = _this.__HtmlParser_phase = value; + value = _this.__HtmlParser_phase_AI = value; } reprocess = value.processEOF$0(); } @@ -291405,10 +298158,7 @@ } }, resetInsertionMode$0() { - var t1, t2, t3, t4, t5, nodeName, t6, last, value, _this = this, - _s12_ = "_inCellPhase", - _s17_ = "_inTableBodyPhase", - _s12_0 = "_inBodyPhase"; + var t1, t2, t3, t4, t5, nodeName, t6, last, value, _this = this; for (t1 = _this.tree, t2 = t1.openElements, t3 = A._arrayInstanceType(t2)._eval$1("ReversedListIterable<1>"), t4 = new A.ReversedListIterable(t2, t3), t3 = new A.ListIterator(t4, t4.get$length(t4), t3._eval$1("ListIterator")), t4 = t1.defaultNamespace; t3.moveNext$0();) { t5 = t3.__internal$_current; nodeName = t5.localName; @@ -291427,131 +298177,131 @@ continue; switch (nodeName) { case "select": - value = _this.__HtmlParser__inSelectPhase; + value = _this.__HtmlParser__inSelectPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inSelectPhase"); - value = _this.__HtmlParser__inSelectPhase = new A.InSelectPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inSelectPhase_FI = new A.InSelectPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "td": - value = _this.__HtmlParser__inCellPhase; + value = _this.__HtmlParser__inCellPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s12_); - value = _this.__HtmlParser__inCellPhase = new A.InCellPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inCellPhase_FI = new A.InCellPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "th": - value = _this.__HtmlParser__inCellPhase; + value = _this.__HtmlParser__inCellPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s12_); - value = _this.__HtmlParser__inCellPhase = new A.InCellPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inCellPhase_FI = new A.InCellPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "tr": - value = _this.__HtmlParser__inRowPhase; + value = _this.__HtmlParser__inRowPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inRowPhase"); - value = _this.__HtmlParser__inRowPhase = new A.InRowPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inRowPhase_FI = new A.InRowPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "tbody": - value = _this.__HtmlParser__inTableBodyPhase; + value = _this.__HtmlParser__inTableBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s17_); - value = _this.__HtmlParser__inTableBodyPhase = new A.InTableBodyPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTableBodyPhase_FI = new A.InTableBodyPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "thead": - value = _this.__HtmlParser__inTableBodyPhase; + value = _this.__HtmlParser__inTableBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s17_); - value = _this.__HtmlParser__inTableBodyPhase = new A.InTableBodyPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTableBodyPhase_FI = new A.InTableBodyPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "tfoot": - value = _this.__HtmlParser__inTableBodyPhase; + value = _this.__HtmlParser__inTableBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s17_); - value = _this.__HtmlParser__inTableBodyPhase = new A.InTableBodyPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTableBodyPhase_FI = new A.InTableBodyPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "caption": - value = _this.__HtmlParser__inCaptionPhase; + value = _this.__HtmlParser__inCaptionPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inCaptionPhase"); - value = _this.__HtmlParser__inCaptionPhase = new A.InCaptionPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inCaptionPhase_FI = new A.InCaptionPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "colgroup": - value = _this.__HtmlParser__inColumnGroupPhase; + value = _this.__HtmlParser__inColumnGroupPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inColumnGroupPhase"); - value = _this.__HtmlParser__inColumnGroupPhase = new A.InColumnGroupPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inColumnGroupPhase_FI = new A.InColumnGroupPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "table": - value = _this.__HtmlParser__inTablePhase; + value = _this.__HtmlParser__inTablePhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inTablePhase"); - value = _this.__HtmlParser__inTablePhase = new A.InTablePhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inTablePhase_FI = new A.InTablePhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "head": - value = _this.__HtmlParser__inBodyPhase; + value = _this.__HtmlParser__inBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s12_0); - value = _this.__HtmlParser__inBodyPhase = new A.InBodyPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inBodyPhase_FI = new A.InBodyPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "body": - value = _this.__HtmlParser__inBodyPhase; + value = _this.__HtmlParser__inBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, _s12_0); - value = _this.__HtmlParser__inBodyPhase = new A.InBodyPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inBodyPhase_FI = new A.InBodyPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "frameset": - value = _this.__HtmlParser__inFramesetPhase; + value = _this.__HtmlParser__inFramesetPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inFramesetPhase"); - value = _this.__HtmlParser__inFramesetPhase = new A.InFramesetPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__inFramesetPhase_FI = new A.InFramesetPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; case "html": - value = _this.__HtmlParser__beforeHeadPhase; + value = _this.__HtmlParser__beforeHeadPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_beforeHeadPhase"); - value = _this.__HtmlParser__beforeHeadPhase = new A.BeforeHeadPhase(_this, t1); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__HtmlParser__beforeHeadPhase_FI = new A.BeforeHeadPhase(_this, t1); } - _this.__HtmlParser_phase = value; + _this.__HtmlParser_phase_AI = value; return; } } - _this.__HtmlParser_phase = _this.get$_inBodyPhase(); + _this.__HtmlParser_phase_AI = _this.get$_inBodyPhase(); }, parseRCDataRawtext$2(token, contentType) { var t1, _this = this; _this.tree.insertElement$1(token); t1 = _this.tokenizer; if (contentType === "RAWTEXT") - t1.__HtmlTokenizer_state = t1.get$rawtextState(); + t1.__HtmlTokenizer_state_A = t1.get$rawtextState(); else - t1.__HtmlTokenizer_state = t1.get$rcdataState(); + t1.__HtmlTokenizer_state_A = t1.get$rcdataState(); _this.originalPhase = _this.get$phase(); - _this.__HtmlParser_phase = _this.get$_textPhase(); + _this.__HtmlParser_phase_AI = _this.get$_textPhase(); } }; A.Phase.prototype = { @@ -291602,21 +298352,23 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 464 + $signature: 419 }; A.Phase_startTagHtml__closure.prototype = { call$0() { return this.value; }, - $signature: 66 + $signature: 67 }; A.InitialPhase.prototype = { processSpaceCharacters$1(token) { return null; }, processComment$1(token) { - var t1 = this.tree; - t1.insertComment$2(token, A._lateReadCheck(t1.__TreeBuilder_document, "document")); + var t1 = this.tree, + t2 = t1.__TreeBuilder_document_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.insertComment$2(token, t2); return null; }, processDoctype$1(token) { @@ -291639,7 +298391,8 @@ publicId = ""; doctype = A.DocumentType$(token.name, token.publicId, token.systemId); doctype.sourceSpan = token.span; - t1 = A._lateReadCheck(_this.tree.__TreeBuilder_document, "document"); + t1 = _this.tree.__TreeBuilder_document_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.get$nodes(t1).add$1(0, doctype); if (correct) if (token.name === "html") { @@ -291670,13 +298423,13 @@ _this.parser.compatMode = "limited quirks"; } t1 = _this.parser; - t1.__HtmlParser_phase = t1.get$_beforeHtmlPhase(); + t1.__HtmlParser_phase_AI = t1.get$_beforeHtmlPhase(); return null; }, anythingElse$0() { var t1 = this.parser; t1.compatMode = "quirks"; - t1.__HtmlParser_phase = t1.get$_beforeHtmlPhase(); + t1.__HtmlParser_phase_AI = t1.get$_beforeHtmlPhase(); }, processCharacters$1(token) { this.parser.parseError$2(token.span, "expected-doctype-but-got-chars"); @@ -291708,18 +298461,21 @@ t1 = this.tree, element = t1.createElement$1(0, A.StartTagToken$("html", A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.Object, type$.String), _null, false)); t1.openElements.push(element); - t1 = A._lateReadCheck(t1.__TreeBuilder_document, "document"); + t1 = t1.__TreeBuilder_document_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.get$nodes(t1).add$1(0, element); t1 = this.parser; - t1.__HtmlParser_phase = t1.get$_beforeHeadPhase(); + t1.__HtmlParser_phase_AI = t1.get$_beforeHeadPhase(); }, processEOF$0() { this.insertHtmlElement$0(); return true; }, processComment$1(token) { - var t1 = this.tree; - t1.insertComment$2(token, A._lateReadCheck(t1.__TreeBuilder_document, "document")); + var t1 = this.tree, + t2 = t1.__TreeBuilder_document_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.insertComment$2(token, t2); return null; }, processSpaceCharacters$1(token) { @@ -291800,7 +298556,7 @@ t1.insertElement$1(token); t1.headPointer = B.JSArray_methods.get$last(t1.openElements); t1 = this.parser; - t1.__HtmlParser_phase = t1.get$_inHeadPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inHeadPhase(); } }; A.InHeadPhase.prototype = { @@ -291821,9 +298577,9 @@ _this.tree.insertElement$1(token); t1 = _this.parser; t2 = t1.tokenizer; - t2.__HtmlTokenizer_state = t2.get$scriptDataState(); + t2.__HtmlTokenizer_state_A = t2.get$scriptDataState(); t1.originalPhase = t1.get$phase(); - t1.__HtmlParser_phase = t1.get$_textPhase(); + t1.__HtmlParser_phase_AI = t1.get$_textPhase(); return _null; case "base": case "basefont": @@ -291890,12 +298646,12 @@ t1 = this.parser, t2 = t1.tree; t2.openElements.pop(); - value = t1.__HtmlParser__afterHeadPhase; + value = t1.__HtmlParser__afterHeadPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_afterHeadPhase"); - value = t1.__HtmlParser__afterHeadPhase = new A.AfterHeadPhase(t1, t2); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__HtmlParser__afterHeadPhase_FI = new A.AfterHeadPhase(t1, t2); } - t1.__HtmlParser_phase = value; + t1.__HtmlParser_phase_AI = value; } }; A.AfterHeadPhase.prototype = { @@ -291909,12 +298665,12 @@ t1 = _this.parser; t1.framesetOK = false; _this.tree.insertElement$1(token); - t1.__HtmlParser_phase = t1.get$_inBodyPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inBodyPhase(); return _null; case "frameset": _this.tree.insertElement$1(token); t1 = _this.parser; - t1.__HtmlParser_phase = t1.get$_inFramesetPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inFramesetPhase(); return _null; case "base": case "basefont": @@ -291980,7 +298736,7 @@ var t1, _null = null; this.tree.insertElement$1(A.StartTagToken$("body", A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.Object, type$.String), _null, false)); t1 = this.parser; - t1.__HtmlParser_phase = t1.get$_inBodyPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inBodyPhase(); t1.framesetOK = true; } }; @@ -292045,7 +298801,7 @@ if (t1.elementInScope$2$variant(_s1_, _s6_)) _this.endTagP$1(new A.EndTagToken(_s1_, false)); t2 = t1.openElements; - if (B.JSArray_methods.contains$1(B.List_8eb, B.JSArray_methods.get$last(t2).localName)) { + if (B.JSArray_methods.contains$1(B.List_8eb1, B.JSArray_methods.get$last(t2).localName)) { t3 = type$.dynamic; _this.parser.parseError$3(token.span, _s20_, A.LinkedHashMap_LinkedHashMap$_literal(["name", token.name], t3, t3)); t2.pop(); @@ -292084,7 +298840,7 @@ _this.endTagP$1(new A.EndTagToken(_s1_, false)); t1.insertElement$1(token); t1 = _this.parser.tokenizer; - t1.__HtmlTokenizer_state = t1.get$plaintextState(); + t1.__HtmlTokenizer_state_A = t1.get$plaintextState(); return _null; case "a": t1 = _this.tree; @@ -292152,7 +298908,7 @@ _this.processEndTag$1(new A.EndTagToken(_s1_, false)); _this.tree.insertElement$1(token); t1.framesetOK = false; - t1.__HtmlParser_phase = t1.get$_inTablePhase(); + t1.__HtmlParser_phase_AI = t1.get$_inTablePhase(); return _null; case "area": case "br": @@ -292199,7 +298955,7 @@ _this.tree.insertElement$1(token); t1 = _this.parser; t2 = t1.tokenizer; - t2.__HtmlTokenizer_state = t2.get$rcdataState(); + t2.__HtmlTokenizer_state_A = t2.get$rcdataState(); _this.dropNewline = true; t1.framesetOK = false; return _null; @@ -292219,14 +298975,14 @@ t1 = _this.parser; t1.framesetOK = false; if (t1.get$_inTablePhase() === t1.get$phase() || t1.get$_inCaptionPhase() === t1.get$phase() || t1.get$_inColumnGroupPhase() === t1.get$phase() || t1.get$_inTableBodyPhase() === t1.get$phase() || t1.get$_inRowPhase() === t1.get$phase() || t1.get$_inCellPhase() === t1.get$phase()) { - value = t1.__HtmlParser__inSelectInTablePhase; + value = t1.__HtmlParser__inSelectInTablePhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_inSelectInTablePhase"); - value = t1.__HtmlParser__inSelectInTablePhase = new A.InSelectInTablePhase(t1, t1.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__HtmlParser__inSelectInTablePhase_FI = new A.InSelectInTablePhase(t1, t1.tree); } - t1.__HtmlParser_phase = value; + t1.__HtmlParser_phase_AI = value; } else - t1.__HtmlParser_phase = t1.get$_inSelectPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inSelectPhase(); return _null; case "rp": case "rt": @@ -292577,7 +299333,7 @@ for (; B.JSArray_methods.get$last(t3).localName !== "html";) t3.pop(); t2.insertElement$1(token); - t1.__HtmlParser_phase = t1.get$_inFramesetPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inFramesetPhase(); } }, startTagCloseP$1(token) { @@ -292598,16 +299354,16 @@ t6 = t5.__internal$_current; t7 = t6.localName; if (B.JSArray_methods.contains$1(t2, t7)) { - value = t1.__HtmlParser_phase; + value = t1.__HtmlParser_phase_AI; if (value === $) { - value = t1.__HtmlParser__initialPhase; + value = t1.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(t1, t1.tree); - A._lateInitializeOnceCheck(value, "_initialPhase"); - t1.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + t1.__HtmlParser__initialPhase_FI = result; value = result; } - value = t1.__HtmlParser_phase = value; + value = t1.__HtmlParser_phase_AI = value; } value.processEndTag$1(new A.EndTagToken(t7, false)); break; @@ -292742,12 +299498,12 @@ } } t1 = _this.parser; - value = t1.__HtmlParser__afterBodyPhase; + value = t1.__HtmlParser__afterBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_afterBodyPhase"); - value = t1.__HtmlParser__afterBodyPhase = new A.AfterBodyPhase(t1, t1.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__HtmlParser__afterBodyPhase_FI = new A.AfterBodyPhase(t1, t1.tree); } - t1.__HtmlParser_phase = value; + t1.__HtmlParser_phase_AI = value; }, endTagHtml$1(token) { if (this.tree.elementInScope$1("body")) { @@ -292759,7 +299515,7 @@ endTagHeading$1(token) { var t1, _i, t2, $name, t3, t4, node; for (t1 = this.tree, _i = 0; _i < 6; ++_i) - if (t1.elementInScope$1(B.List_8eb[_i])) { + if (t1.elementInScope$1(B.List_8eb1[_i])) { t2 = t1.openElements; $name = B.JSArray_methods.get$last(t2).localName; if ($name != null && B.JSArray_methods.contains$1(B.List_8oN, $name)) { @@ -292776,16 +299532,16 @@ this.parser.parseError$3(token.span, "end-tag-too-early", A.LinkedHashMap_LinkedHashMap$_literal(["name", t4], t3, t3)); } for (_i = 0; _i < 6; ++_i) - if (t1.elementInScope$1(B.List_8eb[_i])) { + if (t1.elementInScope$1(B.List_8eb1[_i])) { node = t2.pop(); - for (; !B.JSArray_methods.contains$1(B.List_8eb, node.localName);) + for (; !B.JSArray_methods.contains$1(B.List_8eb1, node.localName);) node = t2.pop(); break; } }, endTagFormatting$1(token) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, outerLoopCounter, formattingElement, t12, span, t13, t14, afeIndex, furthestBlock, _i, element, ns, commonAncestor, bookmark, index, lastNode, innerLoopCounter, node, result, lastNode0, value, value0, nodePos, _null = null, _s5_ = "nodes"; - for (t1 = this.tree, t2 = t1.activeFormattingElements, t3 = t2._list_proxy$_list, t4 = t1.openElements, t5 = type$.Object, t6 = type$.String, t7 = type$.JSArray_Node_2, t8 = type$.Pair_of_String_and_nullable_String, t9 = this.parser, t10 = type$.dynamic, t11 = t9.tokenizer.stream, t9 = t9.errors, outerLoopCounter = 0; outerLoopCounter < 8;) { + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, outerLoopCounter, formattingElement, t12, span, t13, t14, afeIndex, furthestBlock, _i, element, ns, commonAncestor, bookmark, index, lastNode, innerLoopCounter, node, result, lastNode0, value, value0, nodePos, _null = null; + for (t1 = this.tree, t2 = t1.activeFormattingElements, t3 = t2._list_proxy$_list, t4 = t1.openElements, t5 = type$.Object, t6 = type$.String, t7 = type$.JSArray_Node, t8 = type$.Pair_of_String_and_nullable_String, t9 = this.parser, t10 = type$.dynamic, t11 = t9.tokenizer.stream, t9 = t9.errors, outerLoopCounter = 0; outerLoopCounter < 8;) { ++outerLoopCounter; formattingElement = t1.elementInActiveFormattingElements$1(token.name); if (formattingElement != null) @@ -292893,27 +299649,27 @@ t4[B.JSArray_methods.indexOf$1(t4, node)] = lastNode0; t12 = lastNode.parentNode; if (t12 != null) { - value = t12.__Node_nodes; + value = t12.__Node_nodes_FI; if (value === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } B.JSArray_methods.remove$1(value._list_proxy$_list, lastNode); } - value = lastNode0.__Node_nodes; + value = lastNode0.__Node_nodes_FI; if (value === $) { t12 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(lastNode0.__Node_nodes, _s5_); - value = lastNode0.__Node_nodes = new A.NodeList(lastNode0, t12); + lastNode0.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = lastNode0.__Node_nodes_FI = new A.NodeList(lastNode0, t12); } t12 = lastNode.parentNode; if (t12 != null) { - value0 = t12.__Node_nodes; + value0 = t12.__Node_nodes_FI; if (value0 === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value0 = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } B.JSArray_methods.remove$1(value0._list_proxy$_list, lastNode); } @@ -292923,11 +299679,11 @@ } t12 = lastNode.parentNode; if (t12 != null) { - value = t12.__Node_nodes; + value = t12.__Node_nodes_FI; if (value === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } B.JSArray_methods.remove$1(value._list_proxy$_list, lastNode); } @@ -292935,20 +299691,20 @@ nodePos = t1.getTableMisnestedNodePosition$0(); t12 = nodePos[0]; t13 = nodePos[1]; - value = t12.__Node_nodes; + value = t12.__Node_nodes_FI; if (t13 == null) { if (value === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } t12 = lastNode.parentNode; if (t12 != null) { - value0 = t12.__Node_nodes; + value0 = t12.__Node_nodes_FI; if (value0 === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value0 = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } B.JSArray_methods.remove$1(value0._list_proxy$_list, lastNode); } @@ -292957,25 +299713,25 @@ } else { if (value === $) { t14 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - result = t12.__Node_nodes = new A.NodeList(t12, t14); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + result = t12.__Node_nodes_FI = new A.NodeList(t12, t14); value0 = result; value = value0; } else value0 = value; if (value0 === $) { t14 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value0 = t12.__Node_nodes = new A.NodeList(t12, t14); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t12.__Node_nodes_FI = new A.NodeList(t12, t14); } t12 = value0.indexOf$1(value0, t13); t13 = lastNode.parentNode; if (t13 != null) { - value0 = t13.__Node_nodes; + value0 = t13.__Node_nodes_FI; if (value0 === $) { t14 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t13.__Node_nodes, _s5_); - value0 = t13.__Node_nodes = new A.NodeList(t13, t14); + t13.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t13.__Node_nodes_FI = new A.NodeList(t13, t14); } B.JSArray_methods.remove$1(value0._list_proxy$_list, lastNode); } @@ -292983,19 +299739,19 @@ value.super$ListProxy$insert(0, t12, lastNode); } } else { - value = commonAncestor.__Node_nodes; + value = commonAncestor.__Node_nodes_FI; if (value === $) { t12 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(commonAncestor.__Node_nodes, _s5_); - value = commonAncestor.__Node_nodes = new A.NodeList(commonAncestor, t12); + commonAncestor.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = commonAncestor.__Node_nodes_FI = new A.NodeList(commonAncestor, t12); } t12 = lastNode.parentNode; if (t12 != null) { - value0 = t12.__Node_nodes; + value0 = t12.__Node_nodes_FI; if (value0 === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value0 = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } B.JSArray_methods.remove$1(value0._list_proxy$_list, lastNode); } @@ -293006,39 +299762,39 @@ result = new A.Element(formattingElement.namespaceUri, t12, A.LinkedHashMap_LinkedHashMap(_null, _null, _null, t5, t6)); result.attributes = A.LinkedHashMap_LinkedHashMap$from(formattingElement.attributes, t5, t6); t12 = formattingElement._dom$_clone$2(result, false); - value = t12.__Node_nodes; + value = t12.__Node_nodes_FI; if (value === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t12.__Node_nodes, _s5_); - value = t12.__Node_nodes = new A.NodeList(t12, t13); + t12.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t12.__Node_nodes_FI = new A.NodeList(t12, t13); } - value0 = furthestBlock.__Node_nodes; + value0 = furthestBlock.__Node_nodes_FI; if (value0 === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(furthestBlock.__Node_nodes, _s5_); - value0 = furthestBlock.__Node_nodes = new A.NodeList(furthestBlock, t13); + furthestBlock.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = furthestBlock.__Node_nodes_FI = new A.NodeList(furthestBlock, t13); } value.addAll$1(0, value0); - value = furthestBlock.__Node_nodes; + value = furthestBlock.__Node_nodes_FI; if (value === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(furthestBlock.__Node_nodes, _s5_); - value = furthestBlock.__Node_nodes = new A.NodeList(furthestBlock, t13); + furthestBlock.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = furthestBlock.__Node_nodes_FI = new A.NodeList(furthestBlock, t13); } value.clear$0(0); - value = furthestBlock.__Node_nodes; + value = furthestBlock.__Node_nodes_FI; if (value === $) { t13 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(furthestBlock.__Node_nodes, _s5_); - value = furthestBlock.__Node_nodes = new A.NodeList(furthestBlock, t13); + furthestBlock.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value = furthestBlock.__Node_nodes_FI = new A.NodeList(furthestBlock, t13); } t13 = t12.parentNode; if (t13 != null) { - value0 = t13.__Node_nodes; + value0 = t13.__Node_nodes_FI; if (value0 === $) { t14 = A._setArrayType([], t7); - A._lateInitializeOnceCheck(t13.__Node_nodes, _s5_); - value0 = t13.__Node_nodes = new A.NodeList(t13, t14); + t13.__Node_nodes_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t13.__Node_nodes_FI = new A.NodeList(t13, t14); } B.JSArray_methods.remove$1(value0._list_proxy$_list, t12); } @@ -293117,13 +299873,13 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 464 + $signature: 419 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { return this.value; }, - $signature: 66 + $signature: 67 }; A.TextPhase.prototype = { processStartTag$1(token) { @@ -293136,14 +299892,14 @@ t1 = _this.parser; t2 = t1.originalPhase; t2.toString; - t1.__HtmlParser_phase = t2; + t1.__HtmlParser_phase_AI = t2; return null; } _this.tree.openElements.pop(); t1 = _this.parser; t2 = t1.originalPhase; t2.toString; - t1.__HtmlParser_phase = t2; + t1.__HtmlParser_phase_AI = t2; return null; }, processCharacters$1(token) { @@ -293159,7 +299915,7 @@ t1.pop(); t1 = t2.originalPhase; t1.toString; - t2.__HtmlParser_phase = t1; + t2.__HtmlParser_phase_AI = t1; return true; } }; @@ -293175,7 +299931,7 @@ t1.activeFormattingElements.add$1(0, _null); t1.insertElement$1(token); t1 = _this.parser; - t1.__HtmlParser_phase = t1.get$_inCaptionPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inCaptionPhase(); return _null; case "colgroup": _this.startTagColgroup$1(token); @@ -293272,7 +300028,7 @@ processSpaceCharacters$1(token) { var t1 = this.parser, originalPhase = t1.get$phase(); - t1.__HtmlParser_phase = t1.get$_inTableTextPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inTableTextPhase(); t1.get$_inTableTextPhase().originalPhase = originalPhase; t1.get$phase().processSpaceCharacters$1(token); return null; @@ -293280,7 +300036,7 @@ processCharacters$1(token) { var t1 = this.parser, originalPhase = t1.get$phase(); - t1.__HtmlParser_phase = t1.get$_inTableTextPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inTableTextPhase(); t1.get$_inTableTextPhase().originalPhase = originalPhase; t1.get$phase().processCharacters$1(token); return null; @@ -293290,14 +300046,14 @@ this.clearStackToTableContext$0(); this.tree.insertElement$1(token); t1 = this.parser; - t1.__HtmlParser_phase = t1.get$_inColumnGroupPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inColumnGroupPhase(); }, startTagRowGroup$1(token) { var t1; this.clearStackToTableContext$0(); this.tree.insertElement$1(token); t1 = this.parser; - t1.__HtmlParser_phase = t1.get$_inTableBodyPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inTableBodyPhase(); }, startTagTable$1(token) { var t1 = this.parser, @@ -293356,14 +300112,14 @@ this.flushCharacters$0(); t1 = this.originalPhase; t1.toString; - this.parser.__HtmlParser_phase = t1; + this.parser.__HtmlParser_phase_AI = t1; return token; }, processEOF$0() { this.flushCharacters$0(); var t1 = this.originalPhase; t1.toString; - this.parser.__HtmlParser_phase = t1; + this.parser.__HtmlParser_phase_AI = t1; return true; }, processCharacters$1(token) { @@ -293381,7 +300137,7 @@ this.flushCharacters$0(); t1 = this.originalPhase; t1.toString; - this.parser.__HtmlParser_phase = t1; + this.parser.__HtmlParser_phase_AI = t1; return token; }, processEndTag$1(token) { @@ -293389,7 +300145,7 @@ this.flushCharacters$0(); t1 = this.originalPhase; t1.toString; - this.parser.__HtmlParser_phase = t1; + this.parser.__HtmlParser_phase_AI = t1; return token; } }; @@ -293397,7 +300153,7 @@ call$1(t) { return t.get$data(t); }, - $signature: 2196 + $signature: 2286 }; A.InCaptionPhase.prototype = { processStartTag$1(token) { @@ -293476,7 +300232,7 @@ t2.pop(); t1.clearActiveFormattingElements$0(); t1 = _this.parser; - t1.__HtmlParser_phase = t1.get$_inTablePhase(); + t1.__HtmlParser_phase_AI = t1.get$_inTablePhase(); } else _this.parser.parseError$2(token.span, "undefined-error"); }, @@ -293544,7 +300300,7 @@ t2.parseError$2(token.span, "undefined-error"); else { t1.pop(); - t2.__HtmlParser_phase = t2.get$_inTablePhase(); + t2.__HtmlParser_phase_AI = t2.get$_inTablePhase(); } } }; @@ -293621,7 +300377,7 @@ this.clearStackToTableBodyContext$0(); this.tree.insertElement$1(token); t1 = this.parser; - t1.__HtmlParser_phase = t1.get$_inRowPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inRowPhase(); }, endTagTableRowGroup$1(token) { var t1 = this.tree, @@ -293629,7 +300385,7 @@ if (t1.elementInScope$2$variant(token.name, "table")) { this.clearStackToTableBodyContext$0(); t1.openElements.pop(); - t2.__HtmlParser_phase = t2.get$_inTablePhase(); + t2.__HtmlParser_phase_AI = t2.get$_inTablePhase(); } else { t1 = type$.dynamic; t2.parseError$3(token.span, "unexpected-end-tag-in-table-body", A.LinkedHashMap_LinkedHashMap$_literal(["name", token.name], t1, t1)); @@ -293659,7 +300415,7 @@ t1 = _this.tree; t1.insertElement$1(token); t2 = _this.parser; - t2.__HtmlParser_phase = t2.get$_inCellPhase(); + t2.__HtmlParser_phase_AI = t2.get$_inCellPhase(); t1.activeFormattingElements.add$1(0, null); return null; case "caption": @@ -293745,7 +300501,7 @@ if (t1.elementInScope$2$variant("tr", "table")) { this.clearStackToTableRowContext$0(); t1.openElements.pop(); - t2.__HtmlParser_phase = t2.get$_inTableBodyPhase(); + t2.__HtmlParser_phase_AI = t2.get$_inTableBodyPhase(); } else t2.parseError$2(token.span, "undefined-error"); }, @@ -293846,7 +300602,7 @@ t2.pop(); t1.clearActiveFormattingElements$0(); t1 = _this.parser; - t1.__HtmlParser_phase = t1.get$_inRowPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inRowPhase(); } else { t1 = type$.dynamic; _this.parser.parseError$3(token.span, "unexpected-end-tag", A.LinkedHashMap_LinkedHashMap$_literal(["name", t3], t1, t1)); @@ -294086,7 +300842,6 @@ }, processEndTag$1(token) { var t4, newToken, value, result, value0, _this = this, _null = null, - _s13_ = "_initialPhase", t1 = _this.tree, t2 = t1.openElements, nodeIndex = t2.length - 1, @@ -294110,40 +300865,40 @@ t4 = t4 == null ? _null : A.String_String$fromCharCodes(new A.MappedListIterable(new A.CodeUnits(t4), A.constants__AsciiUpperToLower__asciiToLower$closure(), t3), 0, _null); if (t4 == token.name) { t1 = _this.parser; - value = t1.__HtmlParser_phase; + value = t1.__HtmlParser_phase_AI; if (value === $) { - value = t1.__HtmlParser__initialPhase; + value = t1.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(t1, t1.tree); - A._lateInitializeOnceCheck(value, _s13_); - t1.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + t1.__HtmlParser__initialPhase_FI = result; value = result; } - value = t1.__HtmlParser_phase = value; + value = t1.__HtmlParser_phase_AI = value; } - value0 = t1.__HtmlParser__inTableTextPhase; + value0 = t1.__HtmlParser__inTableTextPhase_FI; if (value0 === $) { t3 = A._setArrayType([], type$.JSArray_StringToken); - A._lateInitializeOnceCheck(t1.__HtmlParser__inTableTextPhase, "_inTableTextPhase"); - value0 = t1.__HtmlParser__inTableTextPhase = new A.InTableTextPhase(t3, t1, t1.tree); + t1.__HtmlParser__inTableTextPhase_FI !== $ && A.throwUnnamedLateFieldADI(); + value0 = t1.__HtmlParser__inTableTextPhase_FI = new A.InTableTextPhase(t3, t1, t1.tree); } if (value === value0) { - value = t1.__HtmlParser_phase; + value = t1.__HtmlParser_phase_AI; if (value === $) { - value = t1.__HtmlParser__initialPhase; + value = t1.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(t1, t1.tree); - A._lateInitializeOnceCheck(value, _s13_); - t1.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + t1.__HtmlParser__initialPhase_FI = result; value = result; } - value = t1.__HtmlParser_phase = value; + value = t1.__HtmlParser_phase_AI = value; } type$.InTableTextPhase._as(value); value.flushCharacters$0(); t3 = value.originalPhase; t3.toString; - t1.__HtmlParser_phase = t3; + t1.__HtmlParser_phase_AI = t3; } for (; !J.$eq$(t2.pop(), node);) ; @@ -294156,16 +300911,16 @@ break c$0; else { t1 = _this.parser; - value = t1.__HtmlParser_phase; + value = t1.__HtmlParser_phase_AI; if (value === $) { - value = t1.__HtmlParser__initialPhase; + value = t1.__HtmlParser__initialPhase_FI; if (value === $) { result = new A.InitialPhase(t1, t1.tree); - A._lateInitializeOnceCheck(value, _s13_); - t1.__HtmlParser__initialPhase = result; + value !== $ && A.throwUnnamedLateFieldADI(); + t1.__HtmlParser__initialPhase_FI = result; value = result; } - value = t1.__HtmlParser_phase = value; + value = t1.__HtmlParser_phase_AI = value; } newToken = value.processEndTag$1(token); break; @@ -294184,7 +300939,7 @@ t2 = this.parser; t3 = type$.dynamic; t2.parseError$3(token.span, "unexpected-start-tag-after-body", A.LinkedHashMap_LinkedHashMap$_literal(["name", t1], t3, t3)); - t2.__HtmlParser_phase = t2.get$_inBodyPhase(); + t2.__HtmlParser_phase_AI = t2.get$_inBodyPhase(); return token; }, processEndTag$1(token) { @@ -294197,7 +300952,7 @@ t2 = this.parser; t3 = type$.dynamic; t2.parseError$3(token.span, "unexpected-end-tag-after-body", A.LinkedHashMap_LinkedHashMap$_literal(["name", t1], t3, t3)); - t2.__HtmlParser_phase = t2.get$_inBodyPhase(); + t2.__HtmlParser_phase_AI = t2.get$_inBodyPhase(); return token; }, processEOF$0() { @@ -294211,7 +300966,7 @@ processCharacters$1(token) { var t1 = this.parser; t1.parseError$2(token.span, "unexpected-char-after-body"); - t1.__HtmlParser_phase = t1.get$_inBodyPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inBodyPhase(); return token; }, endTagHtml$1(token) { @@ -294220,12 +300975,12 @@ if (t2.__internal$_current.localName === "html") break; t1 = this.parser; - value = t1.__HtmlParser__afterAfterBodyPhase; + value = t1.__HtmlParser__afterAfterBodyPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_afterAfterBodyPhase"); - value = t1.__HtmlParser__afterAfterBodyPhase = new A.AfterAfterBodyPhase(t1, t1.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__HtmlParser__afterAfterBodyPhase_FI = new A.AfterAfterBodyPhase(t1, t1.tree); } - t1.__HtmlParser_phase = value; + t1.__HtmlParser_phase_AI = value; } }; A.InFramesetPhase.prototype = { @@ -294264,12 +301019,12 @@ t1 = B.JSArray_methods.get$last(t1).localName; if (t1 !== "frameset") { t1 = _this.parser; - value = t1.__HtmlParser__afterFramesetPhase; + value = t1.__HtmlParser__afterFramesetPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_afterFramesetPhase"); - value = t1.__HtmlParser__afterFramesetPhase = new A.AfterFramesetPhase(t1, t1.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__HtmlParser__afterFramesetPhase_FI = new A.AfterFramesetPhase(t1, t1.tree); } - t1.__HtmlParser_phase = value; + t1.__HtmlParser_phase_AI = value; } return null; default: @@ -294310,12 +301065,12 @@ t2 = this.parser; switch (t1) { case "html": - value = t2.__HtmlParser__afterAfterFramesetPhase; + value = t2.__HtmlParser__afterAfterFramesetPhase_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "_afterAfterFramesetPhase"); - value = t2.__HtmlParser__afterAfterFramesetPhase = new A.AfterAfterFramesetPhase(t2, t2.tree); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t2.__HtmlParser__afterAfterFramesetPhase_FI = new A.AfterAfterFramesetPhase(t2, t2.tree); } - t2.__HtmlParser_phase = value; + t2.__HtmlParser_phase_AI = value; return null; default: t3 = type$.dynamic; @@ -294340,15 +301095,17 @@ t2 = this.parser; t3 = type$.dynamic; t2.parseError$3(token.span, "expected-eof-but-got-start-tag", A.LinkedHashMap_LinkedHashMap$_literal(["name", t1], t3, t3)); - t2.__HtmlParser_phase = t2.get$_inBodyPhase(); + t2.__HtmlParser_phase_AI = t2.get$_inBodyPhase(); return token; }, processEOF$0() { return false; }, processComment$1(token) { - var t1 = this.tree; - t1.insertComment$2(token, A._lateReadCheck(t1.__TreeBuilder_document, "document")); + var t1 = this.tree, + t2 = t1.__TreeBuilder_document_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.insertComment$2(token, t2); return null; }, processSpaceCharacters$1(token) { @@ -294357,14 +301114,14 @@ processCharacters$1(token) { var t1 = this.parser; t1.parseError$2(token.span, "expected-eof-but-got-char"); - t1.__HtmlParser_phase = t1.get$_inBodyPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inBodyPhase(); return token; }, processEndTag$1(token) { var t1 = this.parser, t2 = type$.dynamic; t1.parseError$3(token.span, "expected-eof-but-got-end-tag", A.LinkedHashMap_LinkedHashMap$_literal(["name", token.name], t2, t2)); - t1.__HtmlParser_phase = t1.get$_inBodyPhase(); + t1.__HtmlParser_phase_AI = t1.get$_inBodyPhase(); return token; } }; @@ -294388,8 +301145,10 @@ return false; }, processComment$1(token) { - var t1 = this.tree; - t1.insertComment$2(token, A._lateReadCheck(t1.__TreeBuilder_document, "document")); + var t1 = this.tree, + t2 = t1.__TreeBuilder_document_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.insertComment$2(token, t2); return null; }, processSpaceCharacters$1(token) { @@ -294475,7 +301234,7 @@ call$1(s) { return s.add$1(0, this.value); }, - $signature: 2195 + $signature: 2289 }; A.EncodingBytes.prototype = { set$_encoding_parser$_position(_, value) { @@ -294669,15 +301428,16 @@ return t1 < t2.get$length(chars) && (t2.$index(chars, i) & 64512) === 55296 && (t2.$index(chars, t1) & 64512) === 56320; }, charsUntil$2(characters, opposite) { - var c, t1, _this = this, - start = _this._html_input_stream$_offset; + var c, t2, _this = this, + start = _this._html_input_stream$_offset, + t1 = characters.length; while (true) { c = _this.peekChar$0(); if (c != null) - t1 = A.stringContainsUnchecked(characters, c, 0) === opposite; + t2 = A.stringContainsUnchecked(characters, c, 0) === opposite; else - t1 = false; - if (!t1) + t2 = false; + if (!t2) break; _this._html_input_stream$_offset = _this._html_input_stream$_offset + c.length; } @@ -294947,7 +301707,7 @@ t1 = true; return !t1; }, - $signature: 462 + $signature: 418 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -294963,26 +301723,22 @@ t1 = true; return !t1; }, - $signature: 462 + $signature: 418 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { return !A.isWhitespaceCC(r); }, - $signature: 184 + $signature: 196 }; A.SelectorEvaluator_visitAttributeSelector_closure.prototype = { call$1(v) { return v.length !== 0 && v === this.select; }, - $signature: 56 + $signature: 65 }; A.Token0.prototype = {}; - A.TagToken.prototype = { - get$name(receiver) { - return this.name; - } - }; + A.TagToken.prototype = {}; A.StartTagToken.prototype = { get$kind(_) { return 2; @@ -295027,17 +301783,13 @@ A.DoctypeToken.prototype = { get$kind(_) { return 5; - }, - get$name(receiver) { - return this.name; } }; A.TagAttribute.prototype = { get$value(_) { - return A._lateReadCheck(this.__TagAttribute_value, "value"); - }, - get$name(receiver) { - return this.name; + var t1 = this.__TagAttribute_value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; } }; A.entitiesByFirstChar_closure.prototype = { @@ -295050,17 +301802,19 @@ } return result; }, - $signature: 2191 + $signature: 2291 }; A.entitiesByFirstChar__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_String); }, - $signature: 2188 + $signature: 2292 }; A.HtmlTokenizer.prototype = { get$state(_) { - return A._lateReadCheck(this.__HtmlTokenizer_state, "state"); + var t1 = this.__HtmlTokenizer_state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$current(_) { var t1 = this._tokenizer$_current; @@ -295070,7 +301824,7 @@ _markAttributeEnd$1(offset) { var t1 = this._attributes; t1.toString; - B.JSArray_methods.get$last(t1).__TagAttribute_value = this._attributeValue.toString$0(0); + B.JSArray_methods.get$last(t1).__TagAttribute_value_A = this._attributeValue.toString$0(0); }, _markAttributeValueStart$1(offset) { }, @@ -295110,12 +301864,12 @@ }, reset$0(_) { var _this = this; - _this.__HtmlTokenizer__lastOffset = 0; + _this.__HtmlTokenizer__lastOffset_A = 0; _this.tokenQueue.clear$0(0); _this.currentToken = null; _this._tokenizer$_buffer._contents = ""; _this._attributeNames = _this._attributes = null; - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); }, _addToken$1(token) { this.tokenQueue._add$1(0, token); @@ -295212,7 +301966,7 @@ t2.toString; filteredEntityList = J.$index$asx(t3, t2); if (filteredEntityList == null) - filteredEntityList = B.List_empty0; + filteredEntityList = B.List_empty1; for (; B.JSArray_methods.get$last(charStack) != null;) { t2 = J.where$1$ax(filteredEntityList, new A.HtmlTokenizer_consumeEntity_closure(B.JSArray_methods.join$0(charStack))); filteredEntityList = A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")); @@ -295304,16 +302058,16 @@ } else token = t1; _this._addToken$1(token); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); }, dataState$0() { var chars, _this = this, _null = null, t1 = _this.stream, data = t1.char$0(); if (data === "&") - _this.__HtmlTokenizer_state = _this.get$entityDataState(); + _this.__HtmlTokenizer_state_A = _this.get$entityDataState(); else if (data === "<") - _this.__HtmlTokenizer_state = _this.get$tagOpenState(); + _this.__HtmlTokenizer_state_A = _this.get$tagOpenState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\x00")); @@ -295330,7 +302084,7 @@ }, entityDataState$0() { this.consumeEntity$0(); - this.__HtmlTokenizer_state = this.get$dataState(); + this.__HtmlTokenizer_state_A = this.get$dataState(); return true; }, rcdataState$0() { @@ -295338,9 +302092,9 @@ t1 = _this.stream, data = t1.char$0(); if (data === "&") - _this.__HtmlTokenizer_state = _this.get$characterReferenceInRcdata(); + _this.__HtmlTokenizer_state_A = _this.get$characterReferenceInRcdata(); else if (data === "<") - _this.__HtmlTokenizer_state = _this.get$rcdataLessThanSignState(); + _this.__HtmlTokenizer_state_A = _this.get$rcdataLessThanSignState(); else if (data == null) return false; else if (data === "\x00") { @@ -295357,7 +302111,7 @@ }, characterReferenceInRcdata$0() { this.consumeEntity$0(); - this.__HtmlTokenizer_state = this.get$rcdataState(); + this.__HtmlTokenizer_state_A = this.get$rcdataState(); return true; }, rawtextState$0() { @@ -295365,7 +302119,7 @@ t1 = _this.stream, data = t1.char$0(); if (data === "<") - _this.__HtmlTokenizer_state = _this.get$rawtextLessThanSignState(); + _this.__HtmlTokenizer_state_A = _this.get$rawtextLessThanSignState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\ufffd")); @@ -295382,7 +302136,7 @@ t1 = _this.stream, data = t1.char$0(); if (data === "<") - _this.__HtmlTokenizer_state = _this.get$scriptDataLessThanSignState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataLessThanSignState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\ufffd")); @@ -295414,25 +302168,25 @@ t1 = _this.stream, data = t1.char$0(); if (data === "!") - _this.__HtmlTokenizer_state = _this.get$markupDeclarationOpenState(); + _this.__HtmlTokenizer_state_A = _this.get$markupDeclarationOpenState(); else if (data === "/") - _this.__HtmlTokenizer_state = _this.get$closeTagOpenState(); + _this.__HtmlTokenizer_state_A = _this.get$closeTagOpenState(); else if (A.isLetter(data)) { _this.currentToken = A.StartTagToken$(data, _null, _null, false); - _this.__HtmlTokenizer_state = _this.get$tagNameState(); + _this.__HtmlTokenizer_state_A = _this.get$tagNameState(); } else if (data === ">") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-tag-name-but-got-right-bracket")); _this._addToken$1(new A.CharactersToken(_null, "<>")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === "?") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-tag-name-but-got-question-mark")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$bogusCommentState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusCommentState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-tag-name")); _this._addToken$1(new A.CharactersToken(_null, "<")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } return true; }, @@ -295442,20 +302196,20 @@ data = t1.char$0(); if (A.isLetter(data)) { _this.currentToken = new A.EndTagToken(data, false); - _this.__HtmlTokenizer_state = _this.get$tagNameState(); + _this.__HtmlTokenizer_state_A = _this.get$tagNameState(); } else if (data === ">") { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.expectc)); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-closing-tag-but-got-eof")); _this._addToken$1(new A.CharactersToken(_null, "") _this.emitCurrentToken$0(); else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-tag-name")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === "/") - _this.__HtmlTokenizer_state = _this.get$selfClosingStartTagState(); + _this.__HtmlTokenizer_state_A = _this.get$selfClosingStartTagState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); t1 = type$.TagToken._as(_this.currentToken); @@ -295487,11 +302241,11 @@ data = t1.char$0(); if (data === "/") { _this._tokenizer$_buffer._contents = ""; - _this.__HtmlTokenizer_state = _this.get$rcdataEndTagOpenState(); + _this.__HtmlTokenizer_state_A = _this.get$rcdataEndTagOpenState(); } else { _this._addToken$1(new A.CharactersToken(null, "<")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$rcdataState(); + _this.__HtmlTokenizer_state_A = _this.get$rcdataState(); } return true; }, @@ -295501,11 +302255,11 @@ data = t1.char$0(); if (A.isLetter(data)) { _this._tokenizer$_buffer._contents += A.S(data); - _this.__HtmlTokenizer_state = _this.get$rcdataEndTagNameState(); + _this.__HtmlTokenizer_state_A = _this.get$rcdataEndTagNameState(); } else { _this._addToken$1(new A.CharactersToken(null, "" && appropriate) { _this.currentToken = new A.EndTagToken(_this._tokenizer$_buffer.toString$0(0), false); _this.emitCurrentToken$0(); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = _this._tokenizer$_buffer; if (A.isLetter(data)) @@ -295536,7 +302290,7 @@ t2 = t2.toString$0(0); _this._addToken$1(new A.CharactersToken(null, "" && appropriate) { _this.currentToken = new A.EndTagToken(_this._tokenizer$_buffer.toString$0(0), false); _this.emitCurrentToken$0(); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = _this._tokenizer$_buffer; if (A.isLetter(data)) @@ -295592,7 +302346,7 @@ t2 = t2.toString$0(0); _this._addToken$1(new A.CharactersToken(null, "" && appropriate) { _this.currentToken = new A.EndTagToken(_this._tokenizer$_buffer.toString$0(0), false); _this.emitCurrentToken$0(); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = _this._tokenizer$_buffer; if (A.isLetter(data)) @@ -295651,7 +302405,7 @@ t2 = t2.toString$0(0); _this._addToken$1(new A.CharactersToken(null, "") { _this._addToken$1(new A.CharactersToken(_null, ">")); - _this.__HtmlTokenizer_state = _this.get$scriptDataState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\ufffd")); - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedState(); } else if (data == null) - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); else { _this._addToken$1(new A.CharactersToken(_null, data)); - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedState(); } return true; }, @@ -295750,18 +302504,18 @@ data = t1.char$0(); if (data === "/") { _this._tokenizer$_buffer._contents = ""; - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedEndTagOpenState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedEndTagOpenState(); } else if (A.isLetter(data)) { t1 = A.S(data); _this._addToken$1(new A.CharactersToken(null, "<" + t1)); t2 = _this._tokenizer$_buffer; t2._contents = ""; t2._contents = t1; - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapeStartState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapeStartState(); } else { _this._addToken$1(new A.CharactersToken(null, "<")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedState(); } return true; }, @@ -295773,11 +302527,11 @@ t1 = _this._tokenizer$_buffer; t1._contents = ""; t1._contents = A.S(data); - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedEndTagNameState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedEndTagNameState(); } else { _this._addToken$1(new A.CharactersToken(null, "" && appropriate) { _this.currentToken = new A.EndTagToken(_this._tokenizer$_buffer.toString$0(0), false); _this.emitCurrentToken$0(); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = _this._tokenizer$_buffer; if (A.isLetter(data)) @@ -295804,7 +302558,7 @@ t2 = t2.toString$0(0); _this._addToken$1(new A.CharactersToken(null, "") { _this._addToken$1(new A.CharactersToken(data == null ? new A.StringBuffer("") : null, data)); if (_this._tokenizer$_buffer.toString$0(0).toLowerCase() === "script") - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); else - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedState(); } else if (A.isLetter(data)) { _this._addToken$1(new A.CharactersToken(data == null ? new A.StringBuffer("") : null, data)); _this._tokenizer$_buffer._contents += A.S(data); } else { t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedState(); } return true; }, @@ -295833,16 +302587,16 @@ data = _this.stream.char$0(); if (data === "-") { _this._addToken$1(new A.CharactersToken(_null, "-")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedDashState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedDashState(); } else if (data === "<") { _this._addToken$1(new A.CharactersToken(_null, "<")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedLessThanSignState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedLessThanSignState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\ufffd")); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-script-in-script")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else _this._addToken$1(new A.CharactersToken(_null, data)); return true; @@ -295852,20 +302606,20 @@ data = _this.stream.char$0(); if (data === "-") { _this._addToken$1(new A.CharactersToken(_null, "-")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedDashDashState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedDashDashState(); } else if (data === "<") { _this._addToken$1(new A.CharactersToken(_null, "<")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedLessThanSignState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedLessThanSignState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\ufffd")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-script-in-script")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.CharactersToken(_null, data)); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } return true; }, @@ -295876,20 +302630,20 @@ _this._addToken$1(new A.CharactersToken(_null, "-")); else if (data === "<") { _this._addToken$1(new A.CharactersToken(_null, "<")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedLessThanSignState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedLessThanSignState(); } else if (data === ">") { _this._addToken$1(new A.CharactersToken(_null, ">")); - _this.__HtmlTokenizer_state = _this.get$scriptDataState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addToken$1(new A.CharactersToken(_null, "\ufffd")); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-script-in-script")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.CharactersToken(_null, data)); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } return true; }, @@ -295900,10 +302654,10 @@ if (data === "/") { _this._addToken$1(new A.CharactersToken(null, "/")); _this._tokenizer$_buffer._contents = ""; - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapeEndState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapeEndState(); } else { t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } return true; }, @@ -295914,15 +302668,15 @@ if (A.isWhitespace(data) || data === "/" || data === ">") { _this._addToken$1(new A.CharactersToken(data == null ? new A.StringBuffer("") : null, data)); if (_this._tokenizer$_buffer.toString$0(0).toLowerCase() === "script") - _this.__HtmlTokenizer_state = _this.get$scriptDataEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataEscapedState(); else - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } else if (A.isLetter(data)) { _this._addToken$1(new A.CharactersToken(data == null ? new A.StringBuffer("") : null, data)); _this._tokenizer$_buffer._contents += A.S(data); } else { t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$scriptDataDoubleEscapedState(); + _this.__HtmlTokenizer_state_A = _this.get$scriptDataDoubleEscapedState(); } return true; }, @@ -295936,25 +302690,25 @@ t1 = data == null; if (!t1 && A.isLetter(data)) { _this._addAttribute$1(data); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } else if (data === ">") _this.emitCurrentToken$0(); else if (data === "/") - _this.__HtmlTokenizer_state = _this.get$selfClosingStartTagState(); + _this.__HtmlTokenizer_state_A = _this.get$selfClosingStartTagState(); else if (t1) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-attribute-name-but-got-eof")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (B.JSString_methods.contains$1("'\"=<", data)) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-character-in-attribute-name")); _this._addAttribute$1(data); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addAttribute$1("\ufffd"); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } else { _this._addAttribute$1(data); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } } return true; @@ -295964,7 +302718,7 @@ t1 = _this.stream, data = t1.char$0(); if (data === "=") { - _this.__HtmlTokenizer_state = _this.get$beforeAttributeValueState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeAttributeValueState(); leavingThisState = true; emitToken = false; } else if (A.isLetter(data)) { @@ -295978,10 +302732,10 @@ emitToken = true; } else { if (A.isWhitespace(data)) { - _this.__HtmlTokenizer_state = _this.get$afterAttributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$afterAttributeNameState(); leavingThisState = true; } else if (data === "/") { - _this.__HtmlTokenizer_state = _this.get$selfClosingStartTagState(); + _this.__HtmlTokenizer_state_A = _this.get$selfClosingStartTagState(); leavingThisState = true; } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); @@ -295989,7 +302743,7 @@ leavingThisState = false; } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-attribute-name")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); leavingThisState = true; } else { if (B.JSString_methods.contains$1("'\"<", data)) { @@ -296024,30 +302778,30 @@ if (A.isWhitespace(data)) t1.charsUntil$2(" \n\r\t\f", true); else if (data === "=") - _this.__HtmlTokenizer_state = _this.get$beforeAttributeValueState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeAttributeValueState(); else if (data === ">") _this.emitCurrentToken$0(); else { t1 = data == null; if (!t1 && A.isLetter(data)) { _this._addAttribute$1(data); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } else if (data === "/") - _this.__HtmlTokenizer_state = _this.get$selfClosingStartTagState(); + _this.__HtmlTokenizer_state_A = _this.get$selfClosingStartTagState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._addAttribute$1("\ufffd"); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } else if (t1) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-end-of-tag-but-got-eof")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (B.JSString_methods.contains$1("'\"<", data)) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-character-after-attribute-name")); _this._addAttribute$1(data); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } else { _this._addAttribute$1(data); - _this.__HtmlTokenizer_state = _this.get$attributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeNameState(); } } return true; @@ -296060,14 +302814,14 @@ t1.charsUntil$2(" \n\r\t\f", true); else if (data === '"') { _this._markAttributeValueStart$1(0); - _this.__HtmlTokenizer_state = _this.get$attributeValueDoubleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeValueDoubleQuotedState(); } else if (data === "&") { - _this.__HtmlTokenizer_state = _this.get$attributeValueUnQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeValueUnQuotedState(); t1.unget$1(data); _this._markAttributeValueStart$1(0); } else if (data === "'") { _this._markAttributeValueStart$1(0); - _this.__HtmlTokenizer_state = _this.get$attributeValueSingleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeValueSingleQuotedState(); } else if (data === ">") { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.expecta)); _this.emitCurrentToken$0(); @@ -296075,19 +302829,19 @@ _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); _this._markAttributeValueStart$1(-1); _this._attributeValue._contents += "\ufffd"; - _this.__HtmlTokenizer_state = _this.get$attributeValueUnQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeValueUnQuotedState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-attribute-value-but-got-eof")); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (B.JSString_methods.contains$1("=<`", data)) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "equals-in-unquoted-attribute-value")); _this._markAttributeValueStart$1(-1); _this._attributeValue._contents += data; - _this.__HtmlTokenizer_state = _this.get$attributeValueUnQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeValueUnQuotedState(); } else { _this._markAttributeValueStart$1(-1); _this._attributeValue._contents += data; - _this.__HtmlTokenizer_state = _this.get$attributeValueUnQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$attributeValueUnQuotedState(); } return true; }, @@ -296098,7 +302852,7 @@ if (data === '"') { _this._markAttributeValueEnd$1(-1); _this._markAttributeEnd$1(0); - _this.__HtmlTokenizer_state = _this.get$afterAttributeValueState(); + _this.__HtmlTokenizer_state_A = _this.get$afterAttributeValueState(); } else if (data === "&") _this.consumeEntity$2$allowedChar$fromAttribute('"', true); else if (data === "\x00") { @@ -296107,7 +302861,7 @@ } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-attribute-value-double-quote")); _this._markAttributeValueEnd$1(-1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = _this._attributeValue; t2._contents += data; @@ -296122,7 +302876,7 @@ if (data === "'") { _this._markAttributeValueEnd$1(-1); _this._markAttributeEnd$1(0); - _this.__HtmlTokenizer_state = _this.get$afterAttributeValueState(); + _this.__HtmlTokenizer_state_A = _this.get$afterAttributeValueState(); } else if (data === "&") _this.consumeEntity$2$allowedChar$fromAttribute("'", true); else if (data === "\x00") { @@ -296131,7 +302885,7 @@ } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-attribute-value-single-quote")); _this._markAttributeValueEnd$1(-1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = _this._attributeValue; t2._contents += data; @@ -296145,7 +302899,7 @@ data = t1.char$0(); if (A.isWhitespace(data)) { _this._markAttributeValueEnd$1(-1); - _this.__HtmlTokenizer_state = _this.get$beforeAttributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeAttributeNameState(); } else if (data === "&") _this.consumeEntity$2$allowedChar$fromAttribute(">", true); else if (data === ">") { @@ -296154,7 +302908,7 @@ } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-attribute-value-no-quotes")); _this._markAttributeValueEnd$1(-1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (B.JSString_methods.contains$1("\"'=<`", data)) { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.x75nexpeci)); _this._attributeValue._contents += data; @@ -296173,19 +302927,19 @@ t1 = _this.stream, data = t1.char$0(); if (A.isWhitespace(data)) - _this.__HtmlTokenizer_state = _this.get$beforeAttributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeAttributeNameState(); else if (data === ">") _this.emitCurrentToken$0(); else if (data === "/") - _this.__HtmlTokenizer_state = _this.get$selfClosingStartTagState(); + _this.__HtmlTokenizer_state_A = _this.get$selfClosingStartTagState(); else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-EOF-after-attribute-value")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.x75nexpecaa)); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeAttributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeAttributeNameState(); } return true; }, @@ -296199,11 +302953,11 @@ } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-EOF-after-solidus-in-tag")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.x75nexpecas)); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeAttributeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeAttributeNameState(); } return true; }, @@ -296214,18 +302968,18 @@ data = A.stringReplaceAllUnchecked(data, "\x00", "\ufffd"); _this._addToken$1(new A.CommentToken(null, data)); t1.char$0(); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); return true; }, markupDeclarationOpenState$0() { - var matched, _i, expected, char, t2, _this = this, + var matched, _i, expected, char, t2, _this = this, _null = null, t1 = _this.stream, charStack = A._setArrayType([t1.char$0()], type$.JSArray_nullable_String); if (B.JSArray_methods.get$last(charStack) === "-") { charStack.push(t1.char$0()); if (B.JSArray_methods.get$last(charStack) === "-") { - _this.currentToken = new A.CommentToken(new A.StringBuffer(""), null); - _this.__HtmlTokenizer_state = _this.get$commentStartState(); + _this.currentToken = new A.CommentToken(new A.StringBuffer(""), _null); + _this.__HtmlTokenizer_state_A = _this.get$commentStartState(); return true; } } else if (B.JSArray_methods.get$last(charStack) === "d" || B.JSArray_methods.get$last(charStack) === "D") { @@ -296250,7 +303004,7 @@ } if (matched) { _this.currentToken = new A.DoctypeToken(true); - _this.__HtmlTokenizer_state = _this.get$doctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeState(); return true; } } else { @@ -296279,25 +303033,25 @@ ++_i; } if (matched) { - _this.__HtmlTokenizer_state = _this.get$cdataSectionState(); + _this.__HtmlTokenizer_state_A = _this.get$cdataSectionState(); return true; } } } - _this._addToken$1(new A.ParseErrorToken(null, null, "expected-dashes-or-doctype")); + _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-dashes-or-doctype")); for (; charStack.length !== 0;) { t2 = charStack.pop(); if (t2 != null) t1._html_input_stream$_offset = t1._html_input_stream$_offset - t2.length; } - _this.__HtmlTokenizer_state = _this.get$bogusCommentState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusCommentState(); return true; }, commentStartState$0() { var t1, _this = this, _null = null, data = _this.stream.char$0(); if (data === "-") - _this.__HtmlTokenizer_state = _this.get$commentStartDashState(); + _this.__HtmlTokenizer_state_A = _this.get$commentStartDashState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "\ufffd"; @@ -296306,16 +303060,16 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-comment")); t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { type$.StringToken._as(_this.currentToken)._token$_buffer._contents += data; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } return true; }, @@ -296323,7 +303077,7 @@ var t1, t2, _this = this, _null = null, data = _this.stream.char$0(); if (data === "-") - _this.__HtmlTokenizer_state = _this.get$commentEndState(); + _this.__HtmlTokenizer_state_A = _this.get$commentEndState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "-\ufffd"; @@ -296332,18 +303086,18 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-comment")); t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.StringToken._as(_this.currentToken)._token$_buffer; t2 = t1._contents += "-"; t1._contents = t2 + data; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } return true; }, @@ -296352,7 +303106,7 @@ t1 = _this.stream, data = t1.char$0(); if (data === "-") - _this.__HtmlTokenizer_state = _this.get$commentEndDashState(); + _this.__HtmlTokenizer_state_A = _this.get$commentEndDashState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "\ufffd"; @@ -296361,7 +303115,7 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t2 = type$.StringToken._as(_this.currentToken); t2._token$_buffer._contents += data; @@ -296374,22 +303128,22 @@ var t1, t2, _this = this, _null = null, data = _this.stream.char$0(); if (data === "-") - _this.__HtmlTokenizer_state = _this.get$commentEndState(); + _this.__HtmlTokenizer_state_A = _this.get$commentEndState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "-\ufffd"; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-comment-end-dash")); t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.StringToken._as(_this.currentToken)._token$_buffer; t2 = t1._contents += "-"; t1._contents = t2 + data; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } return true; }, @@ -296400,14 +303154,14 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "--\ufffd"; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } else if (data === "!") { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.x75nexpeb)); - _this.__HtmlTokenizer_state = _this.get$commentEndBangState(); + _this.__HtmlTokenizer_state_A = _this.get$commentEndBangState(); } else if (data === "-") { _this._addToken$1(new A.ParseErrorToken(_null, _null, string$.x75nexped)); t1 = type$.StringToken._as(_this.currentToken); @@ -296418,13 +303172,13 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-char-in-comment")); t1 = type$.StringToken._as(_this.currentToken)._token$_buffer; t2 = t1._contents += "--"; t1._contents = t2 + data; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } return true; }, @@ -296435,25 +303189,25 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === "-") { type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "--!"; - _this.__HtmlTokenizer_state = _this.get$commentEndDashState(); + _this.__HtmlTokenizer_state_A = _this.get$commentEndDashState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.StringToken._as(_this.currentToken)._token$_buffer._contents += "--!\ufffd"; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-comment-end-bang-state")); t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.StringToken._as(_this.currentToken)._token$_buffer; t2 = t1._contents += "--!"; t1._contents = t2 + data; - _this.__HtmlTokenizer_state = _this.get$commentState(); + _this.__HtmlTokenizer_state_A = _this.get$commentState(); } return true; }, @@ -296462,18 +303216,18 @@ t1 = _this.stream, data = t1.char$0(); if (A.isWhitespace(data)) - _this.__HtmlTokenizer_state = _this.get$beforeDoctypeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypeNameState(); else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-doctype-name-but-got-eof")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, "need-space-after-doctype")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeDoctypeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypeNameState(); } return true; }, @@ -296488,21 +303242,21 @@ t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); type$.DoctypeToken._as(_this.currentToken).name = "\ufffd"; - _this.__HtmlTokenizer_state = _this.get$doctypeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeNameState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "expected-doctype-name-but-got-eof")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { type$.DoctypeToken._as(_this.currentToken).name = data; - _this.__HtmlTokenizer_state = _this.get$doctypeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeNameState(); } return true; }, @@ -296513,7 +303267,7 @@ t1 = type$.DoctypeToken._as(_this.currentToken); t2 = t1.name; t1.name = t2 == null ? _null : A.String_String$fromCharCodes(new A.MappedListIterable(new A.CodeUnits(t2), A.constants__AsciiUpperToLower__asciiToLower$closure(), type$.CodeUnits._eval$1("MappedListIterable")), 0, _null); - _this.__HtmlTokenizer_state = _this.get$afterDoctypeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypeNameState(); } else if (data === ">") { t1 = type$.DoctypeToken._as(_this.currentToken); t2 = t1.name; @@ -296521,12 +303275,12 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.name = A.S(t1.name) + "\ufffd"; - _this.__HtmlTokenizer_state = _this.get$doctypeNameState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeNameState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype-name")); t1 = type$.DoctypeToken._as(_this.currentToken); @@ -296536,7 +303290,7 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.DoctypeToken._as(_this.currentToken); t1.name = A.S(t1.name) + data; @@ -296544,7 +303298,7 @@ return true; }, afterDoctypeNameState$0() { - var matched, _i, expected, t2, _this = this, + var matched, _i, expected, t2, _this = this, _null = null, t1 = _this.stream, data = t1.char$0(); if (A.isWhitespace(data)) @@ -296553,15 +303307,15 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { type$.DoctypeToken._as(_this.currentToken).correct = false; t1.unget$1(data); - _this._addToken$1(new A.ParseErrorToken(null, null, "eof-in-doctype")); + _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { if (data === "p" || data === "P") { _i = 0; @@ -296583,7 +303337,7 @@ ++_i; } if (matched) { - _this.__HtmlTokenizer_state = _this.get$afterDoctypePublicKeywordState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypePublicKeywordState(); return true; } } else if (data === "s" || data === "S") { @@ -296606,16 +303360,16 @@ ++_i; } if (matched) { - _this.__HtmlTokenizer_state = _this.get$afterDoctypeSystemKeywordState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypeSystemKeywordState(); return true; } } t1.unget$1(data); t1 = type$.dynamic; t1 = A.LinkedHashMap_LinkedHashMap$_literal(["data", data], t1, t1); - _this._addToken$1(new A.ParseErrorToken(t1, null, string$.expects)); + _this._addToken$1(new A.ParseErrorToken(t1, _null, string$.expects)); type$.DoctypeToken._as(_this.currentToken).correct = false; - _this.__HtmlTokenizer_state = _this.get$bogusDoctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusDoctypeState(); } return true; }, @@ -296624,21 +303378,21 @@ t1 = _this.stream, data = t1.char$0(); if (A.isWhitespace(data)) - _this.__HtmlTokenizer_state = _this.get$beforeDoctypePublicIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypePublicIdentifierState(); else if (data === "'" || data === '"') { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-char-in-doctype")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeDoctypePublicIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypePublicIdentifierState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeDoctypePublicIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypePublicIdentifierState(); } return true; }, @@ -296649,28 +303403,28 @@ return true; else if (data === '"') { type$.DoctypeToken._as(_this.currentToken).publicId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypePublicIdentifierDoubleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypePublicIdentifierDoubleQuotedState(); } else if (data === "'") { type$.DoctypeToken._as(_this.currentToken).publicId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypePublicIdentifierSingleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypePublicIdentifierSingleQuotedState(); } else if (data === ">") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-end-of-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-char-in-doctype")); type$.DoctypeToken._as(_this.currentToken).correct = false; - _this.__HtmlTokenizer_state = _this.get$bogusDoctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusDoctypeState(); } return true; }, @@ -296678,7 +303432,7 @@ var t1, _this = this, _null = null, data = _this.stream.char$0(); if (data === '"') - _this.__HtmlTokenizer_state = _this.get$afterDoctypePublicIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypePublicIdentifierState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); t1 = type$.DoctypeToken._as(_this.currentToken); @@ -296689,14 +303443,14 @@ t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.DoctypeToken._as(_this.currentToken); t1.publicId = A.S(t1.publicId) + data; @@ -296707,7 +303461,7 @@ var t1, _this = this, _null = null, data = _this.stream.char$0(); if (data === "'") - _this.__HtmlTokenizer_state = _this.get$afterDoctypePublicIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypePublicIdentifierState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); t1 = type$.DoctypeToken._as(_this.currentToken); @@ -296718,14 +303472,14 @@ t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.DoctypeToken._as(_this.currentToken); t1.publicId = A.S(t1.publicId) + data; @@ -296737,31 +303491,31 @@ _s26_ = "unexpected-char-in-doctype", data = _this.stream.char$0(); if (A.isWhitespace(data)) - _this.__HtmlTokenizer_state = _this.get$betweenDoctypePublicAndSystemIdentifiersState(); + _this.__HtmlTokenizer_state_A = _this.get$betweenDoctypePublicAndSystemIdentifiersState(); else if (data === ">") { t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === '"') { _this._addToken$1(new A.ParseErrorToken(_null, _null, _s26_)); type$.DoctypeToken._as(_this.currentToken).systemId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypeSystemIdentifierDoubleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeSystemIdentifierDoubleQuotedState(); } else if (data === "'") { _this._addToken$1(new A.ParseErrorToken(_null, _null, _s26_)); type$.DoctypeToken._as(_this.currentToken).systemId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypeSystemIdentifierSingleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeSystemIdentifierSingleQuotedState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, _s26_)); type$.DoctypeToken._as(_this.currentToken).correct = false; - _this.__HtmlTokenizer_state = _this.get$bogusDoctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusDoctypeState(); } return true; }, @@ -296774,24 +303528,24 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data === '"') { type$.DoctypeToken._as(_this.currentToken).systemId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypeSystemIdentifierDoubleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeSystemIdentifierDoubleQuotedState(); } else if (data === "'") { type$.DoctypeToken._as(_this.currentToken).systemId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypeSystemIdentifierSingleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeSystemIdentifierSingleQuotedState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-char-in-doctype")); type$.DoctypeToken._as(_this.currentToken).correct = false; - _this.__HtmlTokenizer_state = _this.get$bogusDoctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusDoctypeState(); } return true; }, @@ -296800,21 +303554,21 @@ t1 = _this.stream, data = t1.char$0(); if (A.isWhitespace(data)) - _this.__HtmlTokenizer_state = _this.get$beforeDoctypeSystemIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypeSystemIdentifierState(); else if (data === "'" || data === '"') { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-char-in-doctype")); t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeDoctypeSystemIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypeSystemIdentifierState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1.unget$1(data); - _this.__HtmlTokenizer_state = _this.get$beforeDoctypeSystemIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$beforeDoctypeSystemIdentifierState(); } return true; }, @@ -296826,28 +303580,28 @@ return true; else if (data === '"') { type$.DoctypeToken._as(_this.currentToken).systemId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypeSystemIdentifierDoubleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeSystemIdentifierDoubleQuotedState(); } else if (data === "'") { type$.DoctypeToken._as(_this.currentToken).systemId = ""; - _this.__HtmlTokenizer_state = _this.get$doctypeSystemIdentifierSingleQuotedState(); + _this.__HtmlTokenizer_state_A = _this.get$doctypeSystemIdentifierSingleQuotedState(); } else if (data === ">") { _this._addToken$1(new A.ParseErrorToken(_null, _null, _s26_)); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, _s26_)); type$.DoctypeToken._as(_this.currentToken).correct = false; - _this.__HtmlTokenizer_state = _this.get$bogusDoctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusDoctypeState(); } return true; }, @@ -296855,7 +303609,7 @@ var t1, _this = this, _null = null, data = _this.stream.char$0(); if (data === '"') - _this.__HtmlTokenizer_state = _this.get$afterDoctypeSystemIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypeSystemIdentifierState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); t1 = type$.DoctypeToken._as(_this.currentToken); @@ -296866,14 +303620,14 @@ t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.DoctypeToken._as(_this.currentToken); t1.systemId = A.S(t1.systemId) + data; @@ -296884,7 +303638,7 @@ var t1, _this = this, _null = null, data = _this.stream.char$0(); if (data === "'") - _this.__HtmlTokenizer_state = _this.get$afterDoctypeSystemIdentifierState(); + _this.__HtmlTokenizer_state_A = _this.get$afterDoctypeSystemIdentifierState(); else if (data === "\x00") { _this._addToken$1(new A.ParseErrorToken(_null, _null, "invalid-codepoint")); t1 = type$.DoctypeToken._as(_this.currentToken); @@ -296895,14 +303649,14 @@ t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { t1 = type$.DoctypeToken._as(_this.currentToken); t1.systemId = A.S(t1.systemId) + data; @@ -296918,17 +303672,17 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { _this._addToken$1(new A.ParseErrorToken(_null, _null, "eof-in-doctype")); t1 = type$.DoctypeToken._as(_this.currentToken); t1.correct = false; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else { _this._addToken$1(new A.ParseErrorToken(_null, _null, "unexpected-char-in-doctype")); - _this.__HtmlTokenizer_state = _this.get$bogusDoctypeState(); + _this.__HtmlTokenizer_state_A = _this.get$bogusDoctypeState(); } return true; }, @@ -296940,13 +303694,13 @@ t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } else if (data == null) { t1.unget$1(data); t1 = _this.currentToken; t1.toString; _this._addToken$1(t1); - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); } return true; }, @@ -296978,7 +303732,7 @@ t1 = B.JSArray_methods.join$0(data); _this._addToken$1(new A.CharactersToken(null, t1)); } - _this.__HtmlTokenizer_state = _this.get$dataState(); + _this.__HtmlTokenizer_state_A = _this.get$dataState(); return true; }, state$0($receiver) { @@ -296989,13 +303743,15 @@ call$1(e) { return J.startsWith$1$s(e, this.name); }, - $signature: 56 + $signature: 65 }; A.HtmlTokenizer_emitCurrentToken_closure.prototype = { call$0() { - return A._lateReadCheck(this.attr.__TagAttribute_value, "value"); + var t1 = this.attr.__TagAttribute_value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, - $signature: 66 + $signature: 67 }; A.ActiveFormattingElements.prototype = { add$1(_, node) { @@ -297023,15 +303779,17 @@ }; A.TreeBuilder.prototype = { get$document(_) { - return A._lateReadCheck(this.__TreeBuilder_document, "document"); + var t1 = this.__TreeBuilder_document_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, reset$0(_) { var _this = this; - B.JSArray_methods.set$length(_this.openElements, 0); + B.JSArray_methods.clear$0(_this.openElements); _this.activeFormattingElements.set$length(0, 0); _this.formPointer = _this.headPointer = null; _this.insertFromTable = false; - _this.__TreeBuilder_document = A.Document$(); + _this.__TreeBuilder_document_A = A.Document$(); }, elementInScope$2$variant(target, variant) { var listElements1, listElements2, invert, t1, t2, t3, t4, t5, ns, ns0, @@ -297042,7 +303800,7 @@ switch (variant) { case "button": listElements1 = B.List_46y; - listElements2 = B.List_4CA; + listElements2 = B.List_4CA1; invert = false; break; case "list": @@ -297171,7 +303929,7 @@ namespace = token.namespace; if (namespace == null) namespace = this.defaultNamespace; - A._lateReadCheck(this.__TreeBuilder_document, "document"); + this.__TreeBuilder_document_A === $ && A.throwUnnamedLateFieldNI(); element = A.Element$_($name, namespace === "" ? null : namespace); element.attributes = token.data; element.sourceSpan = token.span; @@ -297188,7 +303946,7 @@ namespace = token.namespace; if (namespace == null) namespace = this.defaultNamespace; - A._lateReadCheck(this.__TreeBuilder_document, "document"); + this.__TreeBuilder_document_A === $ && A.throwUnnamedLateFieldNI(); element = A.Element$_($name, namespace === "" ? null : namespace); element.attributes = token.data; element.sourceSpan = token.span; @@ -297317,19 +304075,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 122 + $signature: 160 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 111 + $signature: 112 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 111 + $signature: 112 }; A._escape_closure1.prototype = { call$1(match) { @@ -297340,13 +304098,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 111 + $signature: 112 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 111 + $signature: 112 }; A._escape_closure3.prototype = { call$1(match) { @@ -297354,19 +304112,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 111 + $signature: 112 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 111 + $signature: 112 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 111 + $signature: 112 }; A._escape_closure5.prototype = { call$1(match) { @@ -297376,7 +304134,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 111 + $signature: 112 }; A._escape_closure6.prototype = { call$1(match) { @@ -297386,7 +304144,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 111 + $signature: 112 }; A._escape_closure7.prototype = { call$1(match) { @@ -297396,20 +304154,20 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 111 + $signature: 112 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 111 + $signature: 112 }; A._postProcess_closure.prototype = { call$1(rule) { var t1 = this._box_0; t1.input = A._join(t1.input, rule.append.call$0()); }, - $signature: 2163 + $signature: 2299 }; A._separatingNewlines_closure.prototype = { call$2(a, b) { @@ -297417,7 +304175,7 @@ b.toString; return B.JSString_methods.compareTo$1(a, b); }, - $signature: 2160 + $signature: 2300 }; A.Node.prototype = { Node$1(domNode) { @@ -297592,9 +304350,6 @@ if (!(other instanceof A.Rule)) return false; return other.name === this.name; - }, - get$name(receiver) { - return this.name; } }; A.Rule_findRule_closure.prototype = { @@ -297602,50 +304357,50 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 538 + $signature: 761 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 538 + $signature: 761 }; A.Rule_findRule_closure1.prototype = { call$0() { return $.$get$_BaseRules_defaultRule(); }, - $signature: 2137 + $signature: 2311 }; A.Rule__buildFilterFn_closure.prototype = { call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(node).toLowerCase()); }, - $signature: 210 + $signature: 213 }; A._BaseRules_blankRule_closure.prototype = { call$2($content, node) { return A.isBlock(node._el) ? "\n\n" : ""; }, - $signature: 62 + $signature: 66 }; A._BaseRules_defaultRule_closure.prototype = { call$2($content, node) { return A.isBlock(node._el) ? "\n\n" + $content + "\n\n" : $content; }, - $signature: 62 + $signature: 66 }; A._CommonRules_paragraph_closure.prototype = { call$2($content, node) { return "\n\n" + $content + "\n\n"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_lineBreak_closure.prototype = { call$2($content, node) { return A.getStyleOption("br") + "\n"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_heading_closure.prototype = { call$2($content, node) { @@ -297657,7 +304412,7 @@ } else return "\n\n" + B.JSArray_methods.join$0(A.List_List$filled(hLevel, "#", false, type$.String)) + " " + $content + "\n\n"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_blockquote_closure.prototype = { call$2($content, node) { @@ -297667,7 +304422,7 @@ t2 = A.RegExp_RegExp("^", true, false, true, false); return "\n\n" + A.stringReplaceAllUnchecked(t1, t2, "> ") + "\n\n"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_list_closure.prototype = { call$2($content, node) { @@ -297676,7 +304431,7 @@ else return "\n\n" + $content + "\n\n"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_listItem_closure.prototype = { call$2($content, node) { @@ -297711,7 +304466,7 @@ postfix = t1 ? "\n" : ""; return prefix + convertContent + postfix; }, - $signature: 62 + $signature: 66 }; A._CommonRules_indentedCodeBlock_closure.prototype = { call$1(node) { @@ -297729,7 +304484,7 @@ t1 = false; return t1; }, - $signature: 210 + $signature: 213 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -297754,7 +304509,7 @@ return result + "\n\n"; } }, - $signature: 62 + $signature: 66 }; A._CommonRules_fencedCodeBlock_closure.prototype = { call$1(node) { @@ -297772,7 +304527,7 @@ t1 = false; return t1; }, - $signature: 210 + $signature: 213 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -297790,19 +304545,19 @@ language = className; return "\n\n" + A.getStyleOption("fence") + language + "\n" + node.get$firstChild(node).get$textContent() + "\n" + A.getStyleOption("fence") + "\n\n"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_horizontalRule_closure.prototype = { call$2($content, node) { return A.getStyleOption("hr") + "\n"; }, - $signature: 62 + $signature: 66 }; 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: 210 + $signature: 213 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -297815,13 +304570,13 @@ renderedTitle = title.length === 0 ? title : ' "' + title + '"'; return "[" + $content + "](" + t1 + renderedTitle + ")"; }, - $signature: 62 + $signature: 66 }; 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: 210 + $signature: 213 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -297853,18 +304608,18 @@ $._linkReferences.push(reference); return result; }, - $signature: 62 + $signature: 66 }; A._CommonRules_referenceLink_closure.prototype = { call$0() { if ($._linkReferences.length !== 0) { var result = "\n\n" + B.JSArray_methods.join$1($._linkReferences, "\n") + "\n\n"; - B.JSArray_methods.set$length($._linkReferences, 0); + B.JSArray_methods.clear$0($._linkReferences); } else result = ""; return result; }, - $signature: 66 + $signature: 67 }; A._CommonRules_emphasis_closure.prototype = { call$2($content, node) { @@ -297873,7 +304628,7 @@ return ""; return A.getStyleOption(_s11_) + $content + A.getStyleOption(_s11_); }, - $signature: 62 + $signature: 66 }; A._CommonRules_strong_closure.prototype = { call$2($content, node) { @@ -297882,7 +304637,7 @@ return ""; return A.getStyleOption(_s15_) + $content + A.getStyleOption(_s15_); }, - $signature: 62 + $signature: 66 }; A._CommonRules_strike_closure.prototype = { call$2($content, node) { @@ -297890,7 +304645,7 @@ return ""; return "~~" + $content + "~~"; }, - $signature: 62 + $signature: 66 }; A._CommonRules_code_closure.prototype = { call$1(node) { @@ -297909,7 +304664,7 @@ isCodeBlock = false; return node.get$nodeName(node) === "code" && !isCodeBlock; }, - $signature: 210 + $signature: 213 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -297933,13 +304688,13 @@ } return delimiter + leadingSpace + $content + trailingSpace + delimiter; }, - $signature: 62 + $signature: 66 }; A._CommonRules_code__closure.prototype = { call$1(match) { return match._match[0]; }, - $signature: 2122 + $signature: 2329 }; A._CommonRules_image_closure.prototype = { call$2($content, node) { @@ -297956,25 +304711,25 @@ titlePart = title.length !== 0 ? ' "' + title + '"' : ""; return src.length !== 0 ? "![" + alt + "](" + src + titlePart + ")" : ""; }, - $signature: 62 + $signature: 66 }; A._TableRules_table_closure.prototype = { call$2($content, node) { return "\n" + $content + "\n"; }, - $signature: 62 + $signature: 66 }; A._TableRules_tr_closure.prototype = { call$2($content, node) { return $content + "\n"; }, - $signature: 62 + $signature: 66 }; A._TableRules_tHeadBody_closure.prototype = { call$2($content, node) { return $content; }, - $signature: 62 + $signature: 66 }; A._TableRules_th_closure.prototype = { call$2($content, node) { @@ -297997,33 +304752,33 @@ } return result; }, - $signature: 62 + $signature: 66 }; A._TableRules_td_closure.prototype = { call$2($content, node) { var result = " " + $content + " |"; return node.get$isParentFirstChild() ? "| " + $content + " |" : result; }, - $signature: 62 + $signature: 66 }; A.countSiblingEl_closure.prototype = { call$1(node) { if (node instanceof A.Element) ++this._box_0.count; }, - $signature: 2118 + $signature: 2330 }; A.get_closure.prototype = { call$1(client) { return client._sendUnstreamed$3("GET", this.url, this.headers); }, - $signature: 2117 + $signature: 2331 }; A.readBytes_closure.prototype = { call$1(client) { return client.readBytes$2$headers(this.url, this.headers); }, - $signature: 2105 + $signature: 2332 }; A.BaseClient.prototype = { readBytes$2$headers(url, headers) { @@ -298128,7 +304883,7 @@ send$0(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.StreamedResponse), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, response, stream, t1, t2, t3, t4, exception, client, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, response, stream, t1, t2, t3, t4, exception, client, $async$exception; var $async$send$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -298145,7 +304900,7 @@ case 7: // returning from await. response = $async$result; - stream = A.onDone(response.stream, J.get$close$x(client), type$.List_int); + stream = A.onDone(response.stream, J.get$close$z(client), type$.List_int); t1 = response.statusCode; t2 = response.contentLength; t3 = response.request; @@ -298165,7 +304920,7 @@ // catch $async$handler = 3; $async$exception = $async$currentError; - J.close$0$x(client); + J.close$0$z(client); throw $async$exception; // goto after finally $async$goto = 6; @@ -298195,13 +304950,13 @@ call$2(key1, key2) { return key1.toLowerCase() === key2.toLowerCase(); }, - $signature: 2104 + $signature: 2333 }; A.BaseRequest_closure0.prototype = { call$1(key) { return B.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 2103 + $signature: 2334 }; A.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -298305,13 +305060,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: 539 + $signature: 755 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 539 + $signature: 755 }; A.ByteStream.prototype = { toBytes$0() { @@ -298326,7 +305081,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 780 + $signature: 661 }; A.ClientException.prototype = { toString$0(_) { @@ -298559,14 +305314,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: 178 + $signature: 174 }; 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: 2099 + $signature: 2342 }; A.onDone_closure.prototype = { call$1(sink) { @@ -298585,7 +305340,7 @@ call$1(key) { return key.toLowerCase(); }, - $signature: 110 + $signature: 119 }; A.MediaType.prototype = { get$mimeType(_) { @@ -298669,7 +305424,7 @@ scanner.expectDone$0(); return A.MediaType$(t4, t5, parameters); }, - $signature: 2065 + $signature: 2343 }; A.MediaType_toString_closure.prototype = { call$2(attribute, value) { @@ -298690,13 +305445,13 @@ } else t1._contents = t3 + A.S(value); }, - $signature: 178 + $signature: 174 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 111 + $signature: 112 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -298704,7 +305459,7 @@ t1.toString; return t1; }, - $signature: 111 + $signature: 112 }; A.ExifData.prototype = { ExifData$from$1(other) { @@ -298713,7 +305468,7 @@ A.DecodeInfo.prototype = {}; A.Decoder.prototype = {}; A.PngFrame.prototype = { - dispose$0($receiver) { + dispose$0() { return this.dispose.call$0(); } }; @@ -298722,21 +305477,21 @@ A.InternalPngInfo.prototype = {}; A.PngDecoder.prototype = { startDecode$1(data) { - var pngHeader, t2, i, t3, inputPos, chunkSize, chunkType, bytes, t4, t5, hdr, hdrBytes, crc, gammaInt, frame, p3, r, g, b, _this = this, _null = null, _s6_ = "_input", + var pngHeader, t2, i, t3, inputPos, chunkSize, chunkType, bytes, t4, t5, hdr, hdrBytes, crc, gammaInt, frame, p3, r, g, b, _this = this, _null = null, t1 = A.InputBuffer$(data, true, _null, 0); - _this.__PngDecoder__input = t1; - pngHeader = A._lateReadCheck(t1, _s6_).readBytes$1(8); + _this.__PngDecoder__input_A = t1; + pngHeader = t1.readBytes$1(8); for (t1 = pngHeader.buffer, t2 = J.getInterceptor$asx(t1), i = 0; i < 8; ++i) - if (t2.$index(t1, pngHeader.offset + i) !== B.List_2Vk1[i]) + if (t2.$index(t1, pngHeader.offset + i) !== B.List_2Vk4[i]) return _null; for (t1 = type$.JSArray_int, t2 = type$.JSArray_PngFrame; true;) { - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t3 = _this.__PngDecoder__input_A; inputPos = t3.offset - t3.start; - chunkSize = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - chunkType = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readString$1(4); + chunkSize = t3.readUint32$0(); + chunkType = _this.__PngDecoder__input_A.readString$1(4); switch (chunkType) { case "IHDR": - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t3 = _this.__PngDecoder__input_A; bytes = t3.subset$1(chunkSize); t4 = bytes.end; t3.offset = t3.offset + (t4 - bytes.offset); @@ -298792,81 +305547,83 @@ return _null; break; } - if (A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0() !== A.getCrc32(hdrBytes, A.getCrc32(new A.CodeUnits(chunkType), 0))) + if (_this.__PngDecoder__input_A.readUint32$0() !== A.getCrc32(hdrBytes, A.getCrc32(new A.CodeUnits(chunkType), 0))) throw A.wrapException(A.ImageException$("Invalid " + chunkType + " checksum")); break; case "PLTE": t3 = _this._info; t3.toString; - t4 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t4 = _this.__PngDecoder__input_A; bytes = t4.subset$1(chunkSize); t4.offset = t4.offset + (bytes.end - bytes.offset); t3.palette = bytes.toUint8List$0(); - if (A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0() !== A.getCrc32(_this._info.palette, A.getCrc32(new A.CodeUnits(chunkType), 0))) + if (_this.__PngDecoder__input_A.readUint32$0() !== A.getCrc32(_this._info.palette, A.getCrc32(new A.CodeUnits(chunkType), 0))) throw A.wrapException(A.ImageException$("Invalid " + chunkType + " checksum")); break; case "tRNS": t3 = _this._info; t3.toString; - t4 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t4 = _this.__PngDecoder__input_A; bytes = t4.subset$1(chunkSize); t4.offset = t4.offset + (bytes.end - bytes.offset); t3.transparency = bytes.toUint8List$0(); - crc = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); + crc = _this.__PngDecoder__input_A.readUint32$0(); t3 = _this._info.transparency; t3.toString; if (crc !== A.getCrc32(t3, A.getCrc32(new A.CodeUnits(chunkType), 0))) throw A.wrapException(A.ImageException$("Invalid " + chunkType + " checksum")); break; case "IEND": - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + _this.__PngDecoder__input_A.offset += 4; break; case "gAMA": if (chunkSize !== 4) throw A.wrapException(A.ImageException$("Invalid gAMA chunk")); - gammaInt = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + gammaInt = _this.__PngDecoder__input_A.readUint32$0(); + _this.__PngDecoder__input_A.offset += 4; if (gammaInt !== 100000) _this._info.gamma = gammaInt / 100000; break; case "IDAT": _this._info._idat.push(inputPos); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += chunkSize; - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + t3 = _this.__PngDecoder__input_A; + t4 = t3.offset += chunkSize; + t3.offset = t4 + 4; break; case "acTL": _this._info.toString; - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); + _this.__PngDecoder__input_A.readUint32$0(); _this._info.toString; - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + _this.__PngDecoder__input_A.readUint32$0(); + _this.__PngDecoder__input_A.offset += 4; break; case "fcTL": frame = new A.InternalPngFrame(A._setArrayType([], t1)); _this._info.frames.push(frame); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - frame.width = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - frame.height = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint16$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint16$0(); - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + _this.__PngDecoder__input_A.readUint32$0(); + frame.width = _this.__PngDecoder__input_A.readUint32$0(); + frame.height = _this.__PngDecoder__input_A.readUint32$0(); + _this.__PngDecoder__input_A.readUint32$0(); + _this.__PngDecoder__input_A.readUint32$0(); + _this.__PngDecoder__input_A.readUint16$0(); + _this.__PngDecoder__input_A.readUint16$0(); + t3 = _this.__PngDecoder__input_A; frame.dispose = J.$index$asx(t3.buffer, t3.offset++); - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t3 = _this.__PngDecoder__input_A; J.$index$asx(t3.buffer, t3.offset++); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + _this.__PngDecoder__input_A.offset += 4; break; case "fdAT": - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); + _this.__PngDecoder__input_A.readUint32$0(); B.JSArray_methods.get$last(_this._info.frames)._fdat.push(inputPos); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += chunkSize - 4; - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + t3 = _this.__PngDecoder__input_A; + t4 = t3.offset += chunkSize - 4; + t3.offset = t4 + 4; break; case "bKGD": t3 = _this._info.colorType; if (t3 === 3) { - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t3 = _this.__PngDecoder__input_A; --chunkSize; p3 = J.$index$asx(t3.buffer, t3.offset++) * 3; t3 = _this._info.palette; @@ -298884,49 +305641,50 @@ B.JSNumber_methods.toInt$0(B.JSInt_methods.clamp$2(g, 0, 255)); B.JSNumber_methods.toInt$0(B.JSInt_methods.clamp$2(r, 0, 255)); } else if (t3 === 0 || t3 === 4) { - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint16$0(); + _this.__PngDecoder__input_A.readUint16$0(); chunkSize -= 2; } else if (t3 === 2 || t3 === 6) { - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint16$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint16$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint16$0(); + _this.__PngDecoder__input_A.readUint16$0(); + _this.__PngDecoder__input_A.readUint16$0(); + _this.__PngDecoder__input_A.readUint16$0(); chunkSize -= 24; } if (chunkSize > 0) - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += chunkSize; - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + _this.__PngDecoder__input_A.offset += chunkSize; + _this.__PngDecoder__input_A.offset += 4; break; case "iCCP": t3 = _this._info; t3.toString; - t3.iCCPName = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readString$0(); + t3.iCCPName = _this.__PngDecoder__input_A.readString$0(); _this._info.toString; - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t3 = _this.__PngDecoder__input_A; J.$index$asx(t3.buffer, t3.offset++); t3 = _this._info.iCCPName; - t4 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t4 = _this.__PngDecoder__input_A; bytes = t4.subset$1(chunkSize - (t3.length + 2)); t4.offset = t4.offset + (bytes.end - bytes.offset); t4 = _this._info; t4.toString; t4.iCCPData = bytes.toUint8List$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + _this.__PngDecoder__input_A.offset += 4; break; default: - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += chunkSize; - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; + t3 = _this.__PngDecoder__input_A; + t4 = t3.offset += chunkSize; + t3.offset = t4 + 4; break; } if (chunkType === "IEND") break; - t3 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t3 = _this.__PngDecoder__input_A; if (t3.offset >= t3.end) return _null; } return _this._info; }, decodeFrame$1(frame) { - var imageData, t1, width, height, t2, t3, len, i, chunkSize, chunkType, bytes, data, f, image, cmf, flg, method, buffer, input, origW, origH, _this = this, _null = null, _s6_ = "_input"; + var imageData, t1, width, height, t2, t3, len, i, chunkSize, chunkType, bytes, data, f, image, cmf, flg, method, buffer, input, origW, origH, _this = this, _null = null; if (_this._info == null) return _null; imageData = A._setArrayType([], type$.JSArray_int); @@ -298937,15 +305695,17 @@ t3 = t2.length; if (t3 === 0 || frame === 0) for (len = t1._idat.length, i = 0; i < len; ++i) { - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset = _this._info._idat[i]; - chunkSize = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - chunkType = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readString$1(4); - t1 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t1 = _this.__PngDecoder__input_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.offset = _this._info._idat[i]; + chunkSize = t1.readUint32$0(); + chunkType = _this.__PngDecoder__input_A.readString$1(4); + t1 = _this.__PngDecoder__input_A; bytes = t1.subset$1(chunkSize); t1.offset = t1.offset + (bytes.end - bytes.offset); data = bytes.toUint8List$0(); B.JSArray_methods.addAll$1(imageData, data); - if (A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0() !== A.getCrc32(data, A.getCrc32(new A.CodeUnits(chunkType), 0))) + if (_this.__PngDecoder__input_A.readUint32$0() !== A.getCrc32(data, A.getCrc32(new A.CodeUnits(chunkType), 0))) throw A.wrapException(A.ImageException$("Invalid " + chunkType + " checksum")); } else { @@ -298955,11 +305715,13 @@ width = f.width; height = f.height; for (t1 = f._fdat, i = 0; i < t1.length; ++i) { - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset = t1[i]; - chunkSize = A._lateReadCheck(_this.__PngDecoder__input, _s6_).readUint32$0(); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).readString$1(4); - A._lateReadCheck(_this.__PngDecoder__input, _s6_).offset += 4; - t2 = A._lateReadCheck(_this.__PngDecoder__input, _s6_); + t2 = _this.__PngDecoder__input_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.offset = t1[i]; + chunkSize = t2.readUint32$0(); + _this.__PngDecoder__input_A.readString$1(4); + t2 = _this.__PngDecoder__input_A; + t2.offset += 4; bytes = t2.subset$1(chunkSize); t2.offset = t2.offset + (bytes.end - bytes.offset); B.JSArray_methods.addAll$1(imageData, bytes.toUint8List$0()); @@ -299553,7 +306315,7 @@ return J.$index$asx(this.buffer, this.offset + index); }, $indexSet(_, index, value) { - J.$indexSet$ax(this.buffer, this.offset + index, value); + J.$indexSet$ax(this.buffer, B.JSInt_methods.$add(this.offset, index), value); return value; }, subset$1(count) { @@ -299621,7 +306383,7 @@ A.ImageCropper.prototype = { cropImage$1$sourcePath(sourcePath) { var _null = null; - return $.$get$ImageCropperPlatform__instance().cropImage$9$aspectRatio$aspectRatioPresets$compressFormat$compressQuality$cropStyle$maxHeight$maxWidth$sourcePath$uiSettings(_null, B.List_EGJ, B.ImageCompressFormat_0, 90, B.CropStyle_0, _null, _null, sourcePath, _null); + return $.$get$ImageCropperPlatform__instance().cropImage$9$aspectRatio$aspectRatioPresets$compressFormat$compressQuality$cropStyle$maxHeight$maxWidth$sourcePath$uiSettings(_null, B.List_EGJ0, B.ImageCompressFormat_0, 90, B.CropStyle_0, _null, _null, sourcePath, _null); } }; A.ImageCropperPlugin.prototype = { @@ -299630,7 +306392,8 @@ }, cropImage$body$ImageCropperPlugin(aspectRatio, aspectRatioPresets, compressFormat, compressQuality, cropStyle, maxHeight, maxWidth, sourcePath, uiSettings) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_CroppedFile); + $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_CroppedFile), + t1; var $async$cropImage$9$aspectRatio$aspectRatioPresets$compressFormat$compressQuality$cropStyle$maxHeight$maxWidth$sourcePath$uiSettings = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -299638,8 +306401,11 @@ switch ($async$goto) { case 0: // Function start - for (; false;) + t1 = []; + for (; false;) { + t1[0]; break; + } throw A.wrapException("must provide WebUiSettings to run on Web"); // implicit return return A._asyncReturn(null, $async$completer); @@ -299770,7 +306536,7 @@ getImage$body$ImagePickerPlugin(imageQuality, maxHeight, maxWidth, preferredCameraDevice, source) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.XFile), - $async$returnValue, $async$self = this, files, input; + $async$returnValue, $async$self = this, files, input, t1; var $async$getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -299779,15 +306545,19 @@ case 0: // Function start input = $async$self.createInputElement$3$multiple("image/*", $async$self.computeCaptureAttribute$2(source, preferredCameraDevice), false); - J.get$children$x(A._lateReadCheck($async$self.__ImagePickerPlugin__target, "_target")).clear$0(0); - J.get$children$x(A._lateReadCheck($async$self.__ImagePickerPlugin__target, "_target")).add$1(0, input); + t1 = $async$self.__ImagePickerPlugin__target_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + J.get$children$x(t1).clear$0(0); + J.get$children$x($async$self.__ImagePickerPlugin__target_A).add$1(0, input); input.click(); $async$goto = 3; return A._asyncAwait($async$self._getSelectedXFiles$1(input), $async$getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source); case 3: // returning from await. files = $async$result; - $async$returnValue = A._lateReadCheck($async$self.__ImagePickerPlugin__imageResizer, "_imageResizer").resizeImageIfNeeded$4(J.get$first$ax(files), maxWidth, maxHeight, imageQuality); + t1 = $async$self.__ImagePickerPlugin__imageResizer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$returnValue = t1.resizeImageIfNeeded$4(J.get$first$ax(files), maxWidth, maxHeight, imageQuality); // goto return $async$goto = 1; break; @@ -299837,7 +306607,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: 86 + $signature: 415 }; A.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1(file) { @@ -299847,7 +306617,7 @@ t4 = file.lastModified; return A.XFile$(t1, A.DateTime$fromMillisecondsSinceEpoch(t4 == null ? Date.now() : t4, false), t3, file.type, t2); }, - $signature: 2047 + $signature: 2349 }; A.ImagePickerPlugin__getSelectedXFiles_closure0.prototype = { call$1($event) { @@ -299855,7 +306625,7 @@ if ((t1.future._state & 30) === 0) t1.completeError$1($event); }, - $signature: 86 + $signature: 415 }; A.ImageResizer.prototype = { resizeImageIfNeeded$4(file, maxWidth, maxHeight, imageQuality) { @@ -299864,10 +306634,12 @@ resizeImageIfNeeded$body$ImageResizer(file, maxWidth, maxHeight, imageQuality) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.XFile), - $async$returnValue; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, imageElement, canvas, resizedImage, t1, t2, t3, t4, newImageSize, resizeFactor, e, context, exception, $async$exception; var $async$resizeImageIfNeeded$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); + if ($async$errorCode === 1) { + $async$currentError = $async$result; + $async$goto = $async$handler; + } while (true) switch ($async$goto) { case 0: @@ -299876,14 +306648,127 @@ // goto return $async$goto = 1; break; + $async$handler = 4; + t1 = file.__XFile__path_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = 7; + return A._asyncAwait($async$self.loadImage$1(t1), $async$resizeImageIfNeeded$4); + case 7: + // returning from await. + imageElement = $async$result; + t2 = imageElement; + t3 = t2.width; + t3.toString; + t4 = t2.height; + t4.toString; + newImageSize = new A.Size(t3, t4); + resizeFactor = Math.max(1, 1); + if (resizeFactor > 1) + newImageSize = new A.Size(B.JSInt_methods.$tdiv(t3, resizeFactor), B.JSInt_methods.$tdiv(t4, resizeFactor)); + e = document.createElement("canvas"); + e.width = J.toInt$0$n(newImageSize._dx); + e.height = J.toInt$0$n(newImageSize._dy); + context = e.getContext("2d"); + context.drawImage(t2, 0, 0); + canvas = e; + $async$goto = 8; + return A._asyncAwait($async$self.writeCanvasToFile$3(file, canvas, imageQuality), $async$resizeImageIfNeeded$4); + case 8: + // returning from await. + resizedImage = $async$result; + (self.URL || self.webkitURL).revokeObjectURL(t1); + $async$returnValue = resizedImage; + // goto return + $async$goto = 1; + break; + $async$handler = 2; + // goto after finally + $async$goto = 6; + break; + case 4: + // catch + $async$handler = 3; + $async$exception = $async$currentError; + $async$returnValue = file; + // goto return + $async$goto = 1; + break; + // goto after finally + $async$goto = 6; + break; + case 3: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 6: + // after finally + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + case 2: + // rethrow + return A._asyncRethrow($async$currentError, $async$completer); + } + }); + return A._asyncStartSync($async$resizeImageIfNeeded$4, $async$completer); + }, + loadImage$1(blobUrl) { + var t2, + t1 = new A._Future($.Zone__current, type$._Future_ImageElement), + imageLoadCompleter = new A._AsyncCompleter(t1, type$._AsyncCompleter_ImageElement), + e = document.createElement("img"); + e.src = blobUrl; + t2 = type$._ElementEventStreamImpl_legacy_Event._precomputed1; + A._EventStreamSubscription$(e, "load", new A.ImageResizer_loadImage_closure(imageLoadCompleter, e), false, t2); + A._EventStreamSubscription$(e, "error", new A.ImageResizer_loadImage_closure0(e, imageLoadCompleter), false, t2); + return t1; + }, + writeCanvasToFile$3(originalFile, canvas, imageQuality) { + return this.writeCanvasToFile$body$ImageResizer(originalFile, canvas, imageQuality); + }, + writeCanvasToFile$body$ImageResizer(originalFile, canvas, imageQuality) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.XFile), + $async$returnValue, t1, blob; + var $async$writeCanvasToFile$3 = 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 = originalFile._mimeType; + $async$goto = 3; + return A._asyncAwait(B.CanvasElement_methods.toBlob$2(canvas, t1, Math.min(100, 100) / 100), $async$writeCanvasToFile$3); + case 3: + // returning from await. + blob = $async$result; + $async$returnValue = A.XFile$((self.URL || self.webkitURL).createObjectURL(blob), new A.DateTime(Date.now(), false), blob.size, t1, "scaled_" + originalFile._html1$_name); + // goto return + $async$goto = 1; + break; case 1: // return return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$resizeImageIfNeeded$4, $async$completer); + return A._asyncStartSync($async$writeCanvasToFile$3, $async$completer); } }; + A.ImageResizer_loadImage_closure.prototype = { + call$1($event) { + this.imageLoadCompleter.complete$1(0, this.imageElement); + }, + $signature: 316 + }; + A.ImageResizer_loadImage_closure0.prototype = { + call$1($event) { + B.ImageElement_methods.remove$0(this.imageElement); + this.imageLoadCompleter.completeError$1("Error while loading image."); + }, + $signature: 316 + }; A.MethodChannelImagePicker.prototype = { getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source(imageQuality, maxHeight, maxWidth, preferredCameraDevice, source) { return this.getImage$body$MethodChannelImagePicker(imageQuality, maxHeight, maxWidth, preferredCameraDevice, source); @@ -299933,17 +306818,11 @@ return this.NAME; } }; - A.DateSymbols_DateSymbols$deserializeFromMap__getStringList.prototype = { - call$1($name) { - return A.List_List$from(J.$index$asx(this.map, $name), true, type$.String); - }, - $signature: 2032 - }; A.Intl__pluralRule_closure.prototype = { call$1(locale) { return "default"; }, - $signature: 110 + $signature: 119 }; A.NumberSymbols.prototype = { toString$0(_) { @@ -300318,13 +307197,13 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 2029 + $signature: 2357 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1(each) { return each.get$forDate(); }, - $signature: 2000 + $signature: 2363 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { @@ -300344,21 +307223,21 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 1911 + $signature: 2364 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 1903 + $signature: 2365 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 1901 + $signature: 2368 }; A._DateFormatField.prototype = { get$forDate() { @@ -300590,7 +307469,7 @@ } B.JSArray_methods.sort$1(results, new A._DateFormatPatternField_parseEnumeratedString_closure0(possibilities)); longestResult = B.JSArray_methods.get$last(results); - input.read$1(0, J.get$length$asx(possibilities[longestResult])); + input.read$1(0, possibilities[longestResult].length); return longestResult; }, formatMonth$1(date) { @@ -300746,20 +307625,20 @@ call$1(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 128 + $signature: 137 }; A._DateFormatPatternField_parseEnumeratedString_closure0.prototype = { call$2(a, b) { var t1 = this.possibilities; - return B.JSInt_methods.compareTo$1(J.get$length$asx(t1[a]), J.get$length$asx(t1[b])); + return B.JSInt_methods.compareTo$1(t1[a].length, t1[b].length); }, - $signature: 351 + $signature: 344 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1(x) { return x; }, - $signature: 90 + $signature: 86 }; A.IntlStream.prototype = { read$1(_, howMany) { @@ -300832,7 +307711,7 @@ _this._formatExponent$1(0); return; } - exponent = B.JSNumber_methods.floor$0(Math.log(number) / $.$get$_ln100()); + exponent = B.JSNumber_methods.floor$0(Math.log(A.checkNum(number)) / $.$get$_ln100()); mantissa = number / Math.pow(10, exponent); t1 = _this.maximumIntegerDigits; if (t1 > 1 && t1 > _this.minimumIntegerDigits) @@ -301002,13 +307881,13 @@ call$1(x) { return this.newPattern; }, - $signature: 1843 + $signature: 2370 }; A.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 1841 + $signature: 2373 }; A.NumberFormatParseResult.prototype = {}; A.NumberFormatParser.prototype = { @@ -301267,11 +308146,7 @@ return "PluralCase." + this._core$_name; } }; - A.Country.prototype = { - get$name(receiver) { - return this.name; - } - }; + A.Country.prototype = {}; A.CountryPickerDialog.prototype = { createState$0() { return new A._CountryPickerDialogState(B._StateLifecycle_0); @@ -301284,18 +308159,21 @@ initState$0() { var _this = this, t1 = _this._widget; - _this.___CountryPickerDialogState__selectedCountry = t1.selectedCountry; - _this.___CountryPickerDialogState__filteredCountries = t1.filteredCountries; + _this.___CountryPickerDialogState__selectedCountry_A = t1.selectedCountry; + _this.___CountryPickerDialogState__filteredCountries_A = t1.filteredCountries; _this.super$State$initState(); }, - build$1(_, context) { - var t2, _this = this, _null = null, + build$1(context) { + var t2, t3, _this = this, _null = null, mediaWidth = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.size._dx, t1 = _this._widget; t1.toString; t2 = mediaWidth > mediaWidth + 80 ? (mediaWidth - mediaWidth) / 2 : 40; t1 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.searchText, _null, _null, _null, _null, _null, _null, _null, _null, A.Icon$(B.IconData_58727_MaterialIcons_null_false, _null, _null), _null, _null, _null, _null); - return A.Dialog$(_null, _null, A.Container$(_null, A.Column$(A._setArrayType([new A.Padding(new A.EdgeInsets(0, 0, 0, 0), A.TextField$(true, B.List_empty0, false, _null, _null, _null, _null, _null, 2, t1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._CountryPickerDialogState_build_closure(_this), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_3, _null, _null, _null), _null), new A.SizedBox(_null, 20, _null, _null), A.Expanded$(A.ListView$builder(_null, new A._CountryPickerDialogState_build_closure0(_this, context), J.get$length$asx(A._lateReadCheck(_this.___CountryPickerDialogState__filteredCountries, "_filteredCountries")), _null, _null, B.Axis_1, true), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(10, 10, 10, 10), _null, _null, _null), B.Clip_0, _null, new A.EdgeInsets(t2, 24, t2, 24), _null); + t1 = A.TextField$(true, B.List_empty1, false, _null, _null, _null, _null, _null, 2, t1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._CountryPickerDialogState_build_closure(_this), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null); + t3 = _this.___CountryPickerDialogState__filteredCountries_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return A.Dialog$(_null, _null, A.Container$(_null, A.Column$(A._setArrayType([new A.Padding(new A.EdgeInsets(0, 0, 0, 0), t1, _null), new A.SizedBox(_null, 20, _null, _null), A.Expanded$(A.ListView$builder(_null, new A._CountryPickerDialogState_build_closure0(_this, context), t3.length, _null, _null, B.Axis_1, true), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(10, 10, 10, 10), _null, _null, _null), B.Clip_0, _null, new A.EdgeInsets(t2, 24, t2, 24), _null); } }; A._CountryPickerDialogState_build_closure.prototype = { @@ -301314,23 +308192,23 @@ t3 = A.List_List$of(new A.WhereIterable(t2, new A._CountryPickerDialogState_build__closure1(value), t3), true, t3._eval$1("Iterable.E")); t2 = t3; } - t1.___CountryPickerDialogState__filteredCountries = t2; + t1.___CountryPickerDialogState__filteredCountries_A = t2; if (t1._framework$_element != null) t1.setState$1(new A._CountryPickerDialogState_build__closure2()); }, - $signature: 96 + $signature: 102 }; A._CountryPickerDialogState_build__closure0.prototype = { call$1(country) { return B.JSString_methods.contains$1(country.dialCode, this.value); }, - $signature: 459 + $signature: 414 }; A._CountryPickerDialogState_build__closure1.prototype = { call$1(country) { return B.JSString_methods.contains$1(country.name.toLowerCase(), this.value.toLowerCase()); }, - $signature: 459 + $signature: 414 }; A._CountryPickerDialogState_build__closure2.prototype = { call$0() { @@ -301340,33 +308218,34 @@ A._CountryPickerDialogState_build_closure0.prototype = { call$2(ctx, index) { var t3, t4, t5, _null = null, - _s18_ = "_filteredCountries", t1 = this.$this, - t2 = A.Image$asset("assets/flags/" + J.$index$asx(A._lateReadCheck(t1.___CountryPickerDialogState__filteredCountries, _s18_), index).code.toLowerCase() + ".png", _null, "intl_phone_field", 32); + t2 = t1.___CountryPickerDialogState__filteredCountries_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2[index]; + t3 = A.Image$asset("assets/flags/" + t2.code.toLowerCase() + ".png", _null, "intl_phone_field", 32); t1._widget.toString; - t3 = J.$index$asx(A._lateReadCheck(t1.___CountryPickerDialogState__filteredCountries, _s18_), index).name; + t2 = t2.name; + t4 = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_6, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.Text$(t2, _null, _null, _null, _null, _null, t4, _null, _null, _null); + t4 = t1.___CountryPickerDialogState__filteredCountries_A[index].dialCode; t1._widget.toString; - t4 = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_6, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = A.Text$(t3, _null, _null, _null, _null, _null, t4, _null, _null, _null); - t4 = J.$index$asx(A._lateReadCheck(t1.___CountryPickerDialogState__filteredCountries, _s18_), index).dialCode; - t1._widget.toString; - t5 = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_6, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t2 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, _null, new A._CountryPickerDialogState_build__closure(t1, index, this.context), false, _null, _null, _null, _null, t3, A.Text$("+" + t4, _null, _null, _null, _null, _null, t5, _null, _null, _null), _null); + t5 = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_6, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, new A._CountryPickerDialogState_build__closure(t1, index, this.context), false, _null, _null, _null, _null, t2, A.Text$("+" + t4, _null, _null, _null, _null, _null, t5, _null, _null, _null), _null); t1._widget.toString; 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: 1784 + $signature: 2381 }; A._CountryPickerDialogState_build__closure.prototype = { call$0() { var t1 = this.$this, - t2 = J.$index$asx(A._lateReadCheck(t1.___CountryPickerDialogState__filteredCountries, "_filteredCountries"), this.index); - t1.___CountryPickerDialogState__selectedCountry = t2; - t1 = t1._widget; - t1.toString; - t1.onCountryChanged$1(A._lateReadCheck(t2, "_selectedCountry")); - A.Navigator_of(this.context, false).pop$0(0); + t2 = t1.___CountryPickerDialogState__filteredCountries_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2[this.index]; + t1.___CountryPickerDialogState__selectedCountry_A = t2; + t1._widget.onCountryChanged$1(t2); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -301377,16 +308256,13 @@ }; A._IntlPhoneFieldState.prototype = { initState$0() { - var t1, _this = this, - _s12_ = "_countryList"; + var t1, _this = this; _this.super$State$initState(); _this._widget.toString; - _this.___IntlPhoneFieldState__countryList = B.List_yrN0; - _this.___IntlPhoneFieldState_filteredCountries = A._lateReadCheck(B.List_yrN0, _s12_); - _this._widget.toString; - _this.___IntlPhoneFieldState_number = ""; - t1 = A._lateReadCheck(_this.___IntlPhoneFieldState__countryList, _s12_); - _this.___IntlPhoneFieldState__selectedCountry = J.firstWhere$2$orElse$ax(t1, new A._IntlPhoneFieldState_initState_closure(_this), new A._IntlPhoneFieldState_initState_closure0(_this)); + _this.___IntlPhoneFieldState_filteredCountries_A = _this.___IntlPhoneFieldState__countryList_A = B.List_yrN0; + _this.___IntlPhoneFieldState_number_A = ""; + t1 = B.JSArray_methods.firstWhere$2$orElse(B.List_yrN0, new A._IntlPhoneFieldState_initState_closure(_this), new A._IntlPhoneFieldState_initState_closure0(_this)); + _this.___IntlPhoneFieldState__selectedCountry_A = t1; _this._widget.toString; }, _changeCountry$0() { @@ -301400,7 +308276,9 @@ switch ($async$goto) { case 0: // Function start - $async$self.___IntlPhoneFieldState_filteredCountries = A._lateReadCheck($async$self.___IntlPhoneFieldState__countryList, "_countryList"); + t1 = $async$self.___IntlPhoneFieldState__countryList_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$self.___IntlPhoneFieldState_filteredCountries_A = t1; t1 = $async$self._framework$_element; t1.toString; $async$goto = 2; @@ -301415,33 +308293,32 @@ }); return A._asyncStartSync($async$_changeCountry$0, $async$completer); }, - build$1(_, context) { - var t1, t2, t3, t4, _this = this, _null = null, - _s16_ = "_selectedCountry"; - _this._widget.toString; - t1 = A._lateReadCheck(_this.___IntlPhoneFieldState_number, "number"); - t1 = t1; + build$1(context) { + var t1, t2, t3, t4, _this = this, _null = null; _this._widget.toString; + t1 = _this.___IntlPhoneFieldState_number_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = type$.JSArray_Widget; t3 = A._setArrayType([], t2); _this._widget.toString; B.JSArray_methods.addAll$1(t3, A._setArrayType([B.Icon_MC7, new A.SizedBox(4, _null, _null, _null)], t2)); _this._widget.toString; - t4 = A._lateReadCheck(_this.___IntlPhoneFieldState__selectedCountry, _s16_); + t4 = _this.___IntlPhoneFieldState__selectedCountry_A; + t4 === $ && A.throwUnnamedLateFieldNI(); B.JSArray_methods.addAll$1(t3, A._setArrayType([A.Image$asset("assets/flags/" + t4.code.toLowerCase() + ".png", _null, "intl_phone_field", 32), new A.SizedBox(8, _null, _null, _null)], t2)); - t2 = A._lateReadCheck(_this.___IntlPhoneFieldState__selectedCountry, _s16_).dialCode; + t2 = _this.___IntlPhoneFieldState__selectedCountry_A.dialCode; _this._widget.toString; t3.push(A.FittedBox$(A.Text$("+" + t2, _null, _null, _null, _null, _null, _null, _null, _null, _null))); _this._widget.toString; t3.push(new A.SizedBox(8, _null, _null, _null)); t2 = A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_0, _null); _this._widget.toString; - t2 = A.Container$(_null, A.DecoratedBox$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_0_0_0, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_changeCountry(), _null, _null, _null, _null, _null, _null), B.BoxDecoration_423, B.DecorationPosition_0), B.Clip_0, _null, _null, _null, _null, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null); + t2 = A.Container$(_null, A.DecoratedBox$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_0_0_0, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_changeCountry(), _null, _null, _null, _null, _null, _null, _null), B.BoxDecoration_423, B.DecorationPosition_0), B.Clip_0, _null, _null, _null, _null, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null); t2 = B.InputDecoration_C4W.copyWith$2$counterText$prefixIcon(_null, t2); - _this._widget.toString; - t3 = A._lateReadCheck(_this.___IntlPhoneFieldState__selectedCountry, _s16_); - t3 = t3.maxLength; - return A.TextFormField$(true, _null, true, B.AutovalidateMode_2, _null, _null, _null, B.Radius_0_0, 2, t2, true, false, _null, t1, _this._widget.inputFormatters, _null, _null, B.TextInputType_3_null_null, t3, 1, _null, false, new A._IntlPhoneFieldState_build_closure(_this), _null, _null, new A._IntlPhoneFieldState_build_closure0(_this), _null, false, _null, true, _null, B.TextAlign_0, _null, _null, new A._IntlPhoneFieldState_build_closure1(_this)); + t3 = _this._widget; + t3.toString; + t4 = _this.___IntlPhoneFieldState__selectedCountry_A.maxLength; + return A.TextFormField$(true, _null, true, B.AutovalidateMode_2, _null, _null, _null, B.Radius_0_0, 2, t2, true, false, _null, t1, t3.inputFormatters, _null, _null, B.TextInputType_3_null_null, t4, 1, _null, false, new A._IntlPhoneFieldState_build_closure(_this), _null, _null, new A._IntlPhoneFieldState_build_closure0(_this), _null, false, _null, true, _null, B.TextAlign_0, _null, _null, new A._IntlPhoneFieldState_build_closure1(_this)); } }; A._IntlPhoneFieldState_initState_closure.prototype = { @@ -301450,39 +308327,45 @@ t2 = this.$this._widget.initialCountryCode; return t1 === t2; }, - $signature: 459 + $signature: 414 }; A._IntlPhoneFieldState_initState_closure0.prototype = { call$0() { - return J.get$first$ax(A._lateReadCheck(this.$this.___IntlPhoneFieldState__countryList, "_countryList")); + var t1 = this.$this.___IntlPhoneFieldState__countryList_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return B.JSArray_methods.get$first(t1); }, - $signature: 1783 + $signature: 2384 }; A._IntlPhoneFieldState__changeCountry_closure.prototype = { call$1(context) { return new A.StatefulBuilder(new A._IntlPhoneFieldState__changeCountry__closure(this.$this), null); }, - $signature: 1716 + $signature: 2385 }; A._IntlPhoneFieldState__changeCountry__closure.prototype = { call$2(ctx, setState) { - var t2, + var t2, t3, t4, t1 = this.$this; t1._widget.toString; - t2 = A._lateReadCheck(t1.___IntlPhoneFieldState_filteredCountries, "filteredCountries"); - t1._widget.toString; - return new A.CountryPickerDialog(A._lateReadCheck(t1.___IntlPhoneFieldState__countryList, "_countryList"), A._lateReadCheck(t1.___IntlPhoneFieldState__selectedCountry, "_selectedCountry"), new A._IntlPhoneFieldState__changeCountry___closure(t1, setState), "Search country", t2, null, null); + t2 = t1.___IntlPhoneFieldState_filteredCountries_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.___IntlPhoneFieldState__countryList_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1.___IntlPhoneFieldState__selectedCountry_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + return new A.CountryPickerDialog(t3, t4, new A._IntlPhoneFieldState__changeCountry___closure(t1, setState), "Search country", t2, null, null); }, - $signature: 1675 + $signature: 2390 }; A._IntlPhoneFieldState__changeCountry___closure.prototype = { call$1(country) { var t1 = this.$this; - t1.___IntlPhoneFieldState__selectedCountry = country; + t1.___IntlPhoneFieldState__selectedCountry_A = country; t1._widget.toString; this.setState.call$1(new A._IntlPhoneFieldState__changeCountry____closure()); }, - $signature: 1664 + $signature: 2402 }; A._IntlPhoneFieldState__changeCountry____closure.prototype = { call$0() { @@ -301498,7 +308381,7 @@ call$1(value) { this.$this._widget.toString; }, - $signature: 211 + $signature: 223 }; A._IntlPhoneFieldState_build_closure.prototype = { call$1(value) { @@ -301507,7 +308390,7 @@ $call$body$_IntlPhoneFieldState_build_closure(value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1, phoneNumber, t2, $async$temp1; + $async$self = this, phoneNumber, t1, t2, $async$temp1; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -301516,7 +308399,9 @@ case 0: // Function start t1 = $async$self.$this; - phoneNumber = new A.PhoneNumber(A._lateReadCheck(t1.___IntlPhoneFieldState__selectedCountry, "_selectedCountry").code, "+" + A._lateReadCheck(t1.___IntlPhoneFieldState__selectedCountry, "_selectedCountry").dialCode, value); + t2 = t1.___IntlPhoneFieldState__selectedCountry_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + phoneNumber = new A.PhoneNumber(t2.code, "+" + t2.dialCode, value); t2 = t1._widget.validator; t2 = t2.call$1(phoneNumber); $async$temp1 = t1; @@ -301532,27 +308417,22 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 515 + $signature: 473 }; A._IntlPhoneFieldState_build_closure1.prototype = { call$1(value) { var t2, - _s16_ = "_selectedCountry", t1 = this.$this; t1._widget.toString; if (value != null) { t2 = value.length; - if (t2 >= A._lateReadCheck(t1.___IntlPhoneFieldState__selectedCountry, _s16_).minLength && t2 <= A._lateReadCheck(t1.___IntlPhoneFieldState__selectedCountry, _s16_).maxLength) - t1 = null; - else { - t1._widget.toString; - t1 = "Invalid Mobile Number"; - } - return t1; + t1 = t1.___IntlPhoneFieldState__selectedCountry_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t2 >= t1.minLength && t2 <= t1.maxLength ? null : "Invalid Mobile Number"; } return t1.validatorMessage; }, - $signature: 244 + $signature: 285 }; A.IconPosition.prototype = { toString$0(_) { @@ -301672,7 +308552,7 @@ save$body$FileStorage(_, data) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_File), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, gzipBytes, zipped, e0, exception, t1, prefs0, prefs, $async$exception, $async$exception1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, gzipBytes, zipped, e0, exception, t1, prefs0, prefs, $async$exception, $async$exception1; var $async$save$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -301945,7 +308825,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -302035,7 +308915,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, _this = this, _s13_ = "AccountEntity", _$result = _this._account_model$_$v; @@ -302106,6 +308986,528 @@ return _this._account_model$_$v = _$result; } }; + A.BankAccountListResponse.prototype = {}; + A.BankAccountItemResponse.prototype = {}; + A.BankAccountEntity.prototype = { + get$entityType() { + return B.EntityType_bankAccount; + }, + compareTo$3(_, bankAccount, sortField, sortAscending) { + var response, + bankAccountA = sortAscending ? this : bankAccount, + bankAccountB = sortAscending ? bankAccount : this; + switch (sortField) { + case "name": + response = B.JSString_methods.compareTo$1(bankAccountA.name, bankAccountB.name); + break; + default: + A.print("## ERROR: sort by bankAccount." + sortField + " is not implemented"); + response = 0; + break; + } + if (response === 0) + return B.JSString_methods.compareTo$1(bankAccountA.name, bankAccountB.name); + else + return response; + }, + matchesFilter$1(filter) { + if (filter == null || filter.length === 0) + return true; + filter.toLowerCase(); + return false; + }, + matchesFilterValue$1(filter) { + if (filter == null || filter.length === 0) + return null; + filter.toLowerCase(); + return null; + }, + get$listDisplayName() { + return null; + }, + get$listDisplayAmount() { + return null; + }, + get$listDisplayAmountType() { + return null; + }, + $isSelectableEntity: 1 + }; + A._$BankAccountListResponseSerializer.prototype = { + serialize$3$specifiedType(serializers, object, specifiedType) { + return A._setArrayType(["data", serializers.serialize$2$specifiedType(object.data, B.FullType_yLX)], type$.JSArray_legacy_Object); + }, + serialize$2(serializers, object) { + return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); + }, + deserialize$3$specifiedType(serializers, serialized, specifiedType) { + var t1, t2, t3, key, value, $$v, t4, t5, t6, + result = new A.BankAccountListResponseBuilder(), + iterator = J.get$iterator$ax(serialized); + for (t1 = type$.legacy_BuiltList_legacy_Object, t2 = type$.legacy_BankAccountEntity, t3 = type$.ListBuilder_legacy_BankAccountEntity; iterator.moveNext$0();) { + key = A._asStringS(iterator.get$current(iterator)); + iterator.moveNext$0(); + value = iterator.get$current(iterator); + switch (key) { + case "data": + $$v = result._bank_account_model$_$v; + if ($$v != null) { + t4 = $$v.data; + t4.toString; + t5 = t4.$ti; + t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); + if (t5._eval$1("_BuiltList<1>")._is(t4)) { + t6.__ListBuilder__list_A = t4._list; + t6._listOwner = t4; + } else + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); + result._bank_account_model$_data = t6; + result._bank_account_model$_$v = null; + } + t4 = result._bank_account_model$_data; + if (t4 == null) { + t4 = new A.ListBuilder(t3); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); + result._bank_account_model$_data = t4; + } + t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_yLX)); + t6 = t4.$ti; + if (t6._eval$1("_BuiltList<1>")._is(t5)) { + t4.__ListBuilder__list_A = t5._list; + t4._listOwner = t5; + } else { + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); + t4._listOwner = null; + } + break; + } + } + return result.build$0(); + }, + deserialize$2(serializers, serialized) { + return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); + }, + $isSerializer: 1, + $isStructuredSerializer: 1, + get$types() { + return B.List_Mld0; + }, + get$wireName() { + return "BankAccountListResponse"; + } + }; + A._$BankAccountItemResponseSerializer.prototype = { + serialize$3$specifiedType(serializers, object, specifiedType) { + return A._setArrayType(["data", serializers.serialize$2$specifiedType(object.data, B.FullType_FKj)], type$.JSArray_legacy_Object); + }, + serialize$2(serializers, object) { + return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); + }, + deserialize$3$specifiedType(serializers, serialized, specifiedType) { + var t1, key, value, $$v, t2, t3, + result = new A.BankAccountItemResponseBuilder(), + iterator = J.get$iterator$ax(serialized); + for (t1 = type$.legacy_BankAccountEntity; iterator.moveNext$0();) { + key = A._asStringS(iterator.get$current(iterator)); + iterator.moveNext$0(); + value = iterator.get$current(iterator); + switch (key) { + case "data": + $$v = result._bank_account_model$_$v; + if ($$v != null) { + t2 = $$v.data; + t3 = new A.BankAccountEntityBuilder(); + t3._bank_account_model$_$v = t2; + result._bank_account_model$_data = t3; + result._bank_account_model$_$v = null; + } + t2 = result._bank_account_model$_data; + if (t2 == null) + t2 = result._bank_account_model$_data = new A.BankAccountEntityBuilder(); + t3 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_FKj)); + if (t3 == null) + A.throwExpression(A.ArgumentError$notNull("other")); + t2._bank_account_model$_$v = t3; + break; + } + } + return result.build$0(); + }, + deserialize$2(serializers, serialized) { + return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); + }, + $isSerializer: 1, + $isStructuredSerializer: 1, + get$types() { + return B.List_Mld; + }, + get$wireName() { + return "BankAccountItemResponse"; + } + }; + A._$BankAccountEntitySerializer.prototype = { + serialize$3$specifiedType(serializers, object, specifiedType) { + var result = A._setArrayType(["bank_account_name", serializers.serialize$2$specifiedType(object.name, B.FullType_h8g), "bank_account_status", serializers.serialize$2$specifiedType(object.status, B.FullType_h8g), "bank_account_type", serializers.serialize$2$specifiedType(object.type, B.FullType_h8g), "provider_name", serializers.serialize$2$specifiedType(object.provider, B.FullType_h8g), "balance", serializers.serialize$2$specifiedType(object.balance, B.FullType_MME), "currency", serializers.serialize$2$specifiedType(object.currency, B.FullType_h8g), "created_at", serializers.serialize$2$specifiedType(object.createdAt, B.FullType_kjq), "updated_at", serializers.serialize$2$specifiedType(object.updatedAt, B.FullType_kjq), "archived_at", serializers.serialize$2$specifiedType(object.archivedAt, B.FullType_kjq), "id", serializers.serialize$2$specifiedType(object.id, B.FullType_h8g)], type$.JSArray_legacy_Object), + value = object.isChanged; + if (value != null) { + result.push("isChanged"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_MtR)); + } + value = object.isDeleted; + if (value != null) { + result.push("is_deleted"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_MtR)); + } + value = object.createdUserId; + if (value != null) { + result.push("user_id"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); + } + value = object.assignedUserId; + if (value != null) { + result.push("assigned_user_id"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); + } + return result; + }, + serialize$2(serializers, object) { + return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); + }, + deserialize$3$specifiedType(serializers, serialized, specifiedType) { + var key, value, t1, + result = new A.BankAccountEntityBuilder(), + iterator = J.get$iterator$ax(serialized); + for (; iterator.moveNext$0();) { + key = A._asStringS(iterator.get$current(iterator)); + iterator.moveNext$0(); + value = iterator.get$current(iterator); + switch (key) { + case "bank_account_name": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._bank_account_model$_name = t1; + break; + case "bank_account_status": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._status = t1; + break; + case "bank_account_type": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._bank_account_model$_type = t1; + break; + case "provider_name": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._provider = t1; + break; + case "balance": + t1 = A._asDoubleS(serializers.deserialize$2$specifiedType(value, B.FullType_MME)); + result.get$_bank_account_model$_$this()._bank_account_model$_balance = t1; + break; + case "currency": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._currency = t1; + break; + case "isChanged": + t1 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_bank_account_model$_$this()._bank_account_model$_isChanged = t1; + break; + case "created_at": + t1 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_bank_account_model$_$this()._bank_account_model$_createdAt = t1; + break; + case "updated_at": + t1 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_bank_account_model$_$this()._bank_account_model$_updatedAt = t1; + break; + case "archived_at": + t1 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_bank_account_model$_$this()._bank_account_model$_archivedAt = t1; + break; + case "is_deleted": + t1 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_bank_account_model$_$this()._bank_account_model$_isDeleted = t1; + break; + case "user_id": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._bank_account_model$_createdUserId = t1; + break; + case "assigned_user_id": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._bank_account_model$_assignedUserId = t1; + break; + case "id": + t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_model$_$this()._bank_account_model$_id = t1; + break; + } + } + return result.build$0(); + }, + deserialize$2(serializers, serialized) { + return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); + }, + $isSerializer: 1, + $isStructuredSerializer: 1, + get$types() { + return B.List_hGr; + }, + get$wireName() { + return "BankAccountEntity"; + } + }; + A._$BankAccountListResponse.prototype = { + $eq(_, other) { + if (other == null) + return false; + if (other === this) + return true; + return other instanceof A.BankAccountListResponse && J.$eq$(this.data, other.data); + }, + get$hashCode(_) { + var t1 = this._bank_account_model$__hashCode; + return t1 == null ? this._bank_account_model$__hashCode = A.$jf(A.$jc(0, J.get$hashCode$(this.data))) : t1; + }, + toString$0(_) { + var t1 = $.$get$newBuiltValueToStringHelper().call$1("BankAccountListResponse"), + t2 = J.getInterceptor$ax(t1); + t2.add$2(t1, "data", this.data); + return t2.toString$0(t1); + } + }; + A.BankAccountListResponseBuilder.prototype = { + get$data(_) { + var t1, _this = this, + $$v = _this._bank_account_model$_$v; + if ($$v != null) { + t1 = $$v.data; + t1.toString; + _this._bank_account_model$_data = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); + _this._bank_account_model$_$v = null; + } + t1 = _this._bank_account_model$_data; + return t1 == null ? _this._bank_account_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity) : t1; + }, + build$0() { + var _$failedField, e, _$result0, t1, exception, _this = this, + _s23_ = "BankAccountListResponse", + _$result = null; + try { + _$result0 = _this._bank_account_model$_$v; + if (_$result0 == null) { + t1 = _this.get$data(_this).build$0(); + _$result0 = new A._$BankAccountListResponse(t1); + if (t1 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s23_, "data")); + } + _$result = _$result0; + } catch (exception) { + _$failedField = null; + try { + _$failedField = "data"; + _this.get$data(_this).build$0(); + } catch (exception) { + e = A.unwrapException(exception); + t1 = A.BuiltValueNestedFieldError$(_s23_, _$failedField, J.toString$0$(e)); + throw A.wrapException(t1); + } + throw exception; + } + t1 = _$result; + A.ArgumentError_checkNotNull(t1, "other"); + _this._bank_account_model$_$v = t1; + return _$result; + } + }; + A._$BankAccountItemResponse.prototype = { + $eq(_, other) { + if (other == null) + return false; + if (other === this) + return true; + return other instanceof A.BankAccountItemResponse && this.data.$eq(0, other.data); + }, + get$hashCode(_) { + var t1 = this._bank_account_model$__hashCode; + if (t1 == null) { + t1 = this.data; + t1 = this._bank_account_model$__hashCode = A.$jf(A.$jc(0, t1.get$hashCode(t1))); + } + return t1; + }, + toString$0(_) { + var t1 = $.$get$newBuiltValueToStringHelper().call$1("BankAccountItemResponse"), + t2 = J.getInterceptor$ax(t1); + t2.add$2(t1, "data", this.data); + return t2.toString$0(t1); + } + }; + A.BankAccountItemResponseBuilder.prototype = { + get$data(_) { + var t1, t2, _this = this, + $$v = _this._bank_account_model$_$v; + if ($$v != null) { + t1 = $$v.data; + t2 = new A.BankAccountEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); + t2._bank_account_model$_$v = t1; + _this._bank_account_model$_data = t2; + _this._bank_account_model$_$v = null; + } + t1 = _this._bank_account_model$_data; + return t1 == null ? _this._bank_account_model$_data = new A.BankAccountEntityBuilder() : t1; + }, + build$0() { + var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; + try { + _$result0 = _this._bank_account_model$_$v; + if (_$result0 == null) + _$result0 = new A._$BankAccountItemResponse(_this.get$data(_this).build$0()); + _$result = _$result0; + } catch (exception) { + _$failedField = null; + try { + _$failedField = "data"; + _this.get$data(_this).build$0(); + } catch (exception) { + e = A.unwrapException(exception); + t1 = A.BuiltValueNestedFieldError$("BankAccountItemResponse", _$failedField, J.toString$0$(e)); + throw A.wrapException(t1); + } + throw exception; + } + t1 = _$result; + A.ArgumentError_checkNotNull(t1, "other"); + _this._bank_account_model$_$v = t1; + return _$result; + } + }; + A._$BankAccountEntity.prototype = { + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (other === _this) + return true; + return other instanceof A.BankAccountEntity && _this.name === other.name && _this.status === other.status && _this.type === other.type && _this.provider === other.provider && _this.balance === other.balance && _this.currency === other.currency && _this.isChanged == other.isChanged && _this.createdAt === other.createdAt && _this.updatedAt === other.updatedAt && _this.archivedAt === other.archivedAt && _this.isDeleted == other.isDeleted && _this.createdUserId == other.createdUserId && _this.assignedUserId == other.assignedUserId && _this.id === other.id; + }, + get$hashCode(_) { + var _this = this, + t1 = _this._bank_account_model$__hashCode; + return t1 == null ? _this._bank_account_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSString_methods.get$hashCode(_this.name)), B.JSString_methods.get$hashCode(_this.status)), B.JSString_methods.get$hashCode(_this.type)), B.JSString_methods.get$hashCode(_this.provider)), B.JSNumber_methods.get$hashCode(_this.balance)), B.JSString_methods.get$hashCode(_this.currency)), J.get$hashCode$(_this.isChanged)), B.JSInt_methods.get$hashCode(_this.createdAt)), B.JSInt_methods.get$hashCode(_this.updatedAt)), B.JSInt_methods.get$hashCode(_this.archivedAt)), J.get$hashCode$(_this.isDeleted)), J.get$hashCode$(_this.createdUserId)), J.get$hashCode$(_this.assignedUserId)), B.JSString_methods.get$hashCode(_this.id))) : t1; + }, + toString$0(_) { + var _this = this, + t1 = $.$get$newBuiltValueToStringHelper().call$1("BankAccountEntity"), + t2 = J.getInterceptor$ax(t1); + t2.add$2(t1, "name", _this.name); + t2.add$2(t1, "status", _this.status); + t2.add$2(t1, "type", _this.type); + t2.add$2(t1, "provider", _this.provider); + t2.add$2(t1, "balance", _this.balance); + t2.add$2(t1, "currency", _this.currency); + t2.add$2(t1, "isChanged", _this.isChanged); + t2.add$2(t1, "createdAt", _this.createdAt); + t2.add$2(t1, "updatedAt", _this.updatedAt); + t2.add$2(t1, "archivedAt", _this.archivedAt); + t2.add$2(t1, "isDeleted", _this.isDeleted); + t2.add$2(t1, "createdUserId", _this.createdUserId); + t2.add$2(t1, "assignedUserId", _this.assignedUserId); + t2.add$2(t1, "id", _this.id); + return t2.toString$0(t1); + }, + get$createdAt() { + return this.createdAt; + }, + get$updatedAt() { + return this.updatedAt; + }, + get$archivedAt() { + return this.archivedAt; + }, + get$isDeleted() { + return this.isDeleted; + }, + get$createdUserId() { + return this.createdUserId; + }, + get$assignedUserId() { + return this.assignedUserId; + }, + get$id(receiver) { + return this.id; + } + }; + A.BankAccountEntityBuilder.prototype = { + get$id(_) { + return this.get$_bank_account_model$_$this()._bank_account_model$_id; + }, + get$_bank_account_model$_$this() { + var _this = this, + $$v = _this._bank_account_model$_$v; + if ($$v != null) { + _this._bank_account_model$_name = $$v.name; + _this._status = $$v.status; + _this._bank_account_model$_type = $$v.type; + _this._provider = $$v.provider; + _this._bank_account_model$_balance = $$v.balance; + _this._currency = $$v.currency; + _this._bank_account_model$_isChanged = $$v.isChanged; + _this._bank_account_model$_createdAt = $$v.createdAt; + _this._bank_account_model$_updatedAt = $$v.updatedAt; + _this._bank_account_model$_archivedAt = $$v.archivedAt; + _this._bank_account_model$_isDeleted = $$v.isDeleted; + _this._bank_account_model$_createdUserId = $$v.createdUserId; + _this._bank_account_model$_assignedUserId = $$v.assignedUserId; + _this._bank_account_model$_id = $$v.id; + _this._bank_account_model$_$v = null; + } + return _this; + }, + build$0() { + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, + _s17_ = "BankAccountEntity", + _$result = _this._bank_account_model$_$v; + if (_$result == null) { + t1 = _this.get$_bank_account_model$_$this()._bank_account_model$_name; + if (t1 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "name")); + t2 = _this.get$_bank_account_model$_$this()._status; + if (t2 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "status")); + t3 = _this.get$_bank_account_model$_$this()._bank_account_model$_type; + if (t3 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "type")); + t4 = _this.get$_bank_account_model$_$this()._provider; + if (t4 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "provider")); + t5 = _this.get$_bank_account_model$_$this()._bank_account_model$_balance; + if (t5 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "balance")); + t6 = _this.get$_bank_account_model$_$this()._currency; + if (t6 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "currency")); + t7 = _this.get$_bank_account_model$_$this()._bank_account_model$_isChanged; + t8 = _this.get$_bank_account_model$_$this()._bank_account_model$_createdAt; + if (t8 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "createdAt")); + t9 = _this.get$_bank_account_model$_$this()._bank_account_model$_updatedAt; + if (t9 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "updatedAt")); + t10 = _this.get$_bank_account_model$_$this()._bank_account_model$_archivedAt; + if (t10 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "archivedAt")); + t11 = _this.get$_bank_account_model$_$this()._bank_account_model$_isDeleted; + t12 = _this.get$_bank_account_model$_$this()._bank_account_model$_createdUserId; + t13 = _this.get$_bank_account_model$_$this()._bank_account_model$_assignedUserId; + t14 = _this.get$_bank_account_model$_$this()._bank_account_model$_id; + if (t14 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "id")); + _$result = A._$BankAccountEntity$_(t10, t13, t5, t8, t12, t6, t14, t7, t11, t1, t4, t2, t3, t9); + } + A.ArgumentError_checkNotNull(_$result, "other"); + return _this._bank_account_model$_$v = _$result; + } + }; + A._BankAccountEntity_Object_BaseEntity.prototype = {}; A.ClientListResponse.prototype = {}; A.ClientItemResponse.prototype = {}; A.ClientEntity.prototype = { @@ -302370,12 +309772,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -302417,38 +309819,38 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 362 + $signature: 339 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 145 + $signature: 134 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 458 + $signature: 412 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 145 + $signature: 134 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 145 + $signature: 134 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 145 + $signature: 134 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { @@ -302537,32 +309939,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._client_model$_data = t6; result._client_model$_$v = null; } t4 = result._client_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._client_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_Ag3)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -302570,7 +309972,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_EkK; + return B.List_EkK0; }, get$wireName() { return "ClientListResponse"; @@ -302616,7 +310018,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -302624,7 +310026,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_a5W; + return B.List_a5W1; }, get$wireName() { return "ClientItemResponse"; @@ -302707,15 +310109,15 @@ break; case "address1": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_address1 = t15; + result.get$_client_model$_$this()._address1 = t15; break; case "address2": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_address2 = t15; + result.get$_client_model$_$this()._address2 = t15; break; case "city": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_city = t15; + result.get$_client_model$_$this()._city = t15; break; case "state": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -302723,11 +310125,11 @@ break; case "postal_code": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_postalCode = t15; + result.get$_client_model$_$this()._postalCode = t15; break; case "country_id": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_countryId = t15; + result.get$_client_model$_$this()._countryId = t15; break; case "phone": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -302743,7 +310145,7 @@ break; case "website": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_website = t15; + result.get$_client_model$_$this()._website = t15; break; case "industry_id": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -302755,11 +310157,11 @@ break; case "vat_number": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_vatNumber = t15; + result.get$_client_model$_$this()._vatNumber = t15; break; case "id_number": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_client_model$_$this()._client_model$_idNumber = t15; + result.get$_client_model$_$this()._idNumber = t15; break; case "number": t15 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -302823,7 +310225,7 @@ t16 = t15._contacts; if (t16 == null) { t16 = new A.ListBuilder(t13); - t16.__ListBuilder__list = A.List_List$from(B.List_empty, true, t12); + t16.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t12); t15._contacts = t16; t15 = t16; } else @@ -302831,10 +310233,10 @@ t16 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_4pa)); t17 = t15.$ti; if (t17._eval$1("_BuiltList<1>")._is(t16)) { - t15.__ListBuilder__list = t16._list; + t15.__ListBuilder__list_A = t16._list; t15._listOwner = t16; } else { - t15.__ListBuilder__list = A.List_List$from(t16, true, t17._precomputed1); + t15.__ListBuilder__list_A = A.List_List$from(t16, true, t17._precomputed1); t15._listOwner = null; } break; @@ -302843,7 +310245,7 @@ t16 = t15._activities; if (t16 == null) { t16 = new A.ListBuilder(t11); - t16.__ListBuilder__list = A.List_List$from(B.List_empty, true, t10); + t16.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t10); t15._activities = t16; t15 = t16; } else @@ -302851,10 +310253,10 @@ t16 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_QWw)); t17 = t15.$ti; if (t17._eval$1("_BuiltList<1>")._is(t16)) { - t15.__ListBuilder__list = t16._list; + t15.__ListBuilder__list_A = t16._list; t15._listOwner = t16; } else { - t15.__ListBuilder__list = A.List_List$from(t16, true, t17._precomputed1); + t15.__ListBuilder__list_A = A.List_List$from(t16, true, t17._precomputed1); t15._listOwner = null; } break; @@ -302863,7 +310265,7 @@ t16 = t15._ledger; if (t16 == null) { t16 = new A.ListBuilder(t9); - t16.__ListBuilder__list = A.List_List$from(B.List_empty, true, t8); + t16.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t8); t15._ledger = t16; t15 = t16; } else @@ -302871,10 +310273,10 @@ t16 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_2jN)); t17 = t15.$ti; if (t17._eval$1("_BuiltList<1>")._is(t16)) { - t15.__ListBuilder__list = t16._list; + t15.__ListBuilder__list_A = t16._list; t15._listOwner = t16; } else { - t15.__ListBuilder__list = A.List_List$from(t16, true, t17._precomputed1); + t15.__ListBuilder__list_A = A.List_List$from(t16, true, t17._precomputed1); t15._listOwner = null; } break; @@ -302883,7 +310285,7 @@ t16 = t15._gatewayTokens; if (t16 == null) { t16 = new A.ListBuilder(t7); - t16.__ListBuilder__list = A.List_List$from(B.List_empty, true, t6); + t16.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t6); t15._gatewayTokens = t16; t15 = t16; } else @@ -302891,10 +310293,10 @@ t16 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_kr3)); t17 = t15.$ti; if (t17._eval$1("_BuiltList<1>")._is(t16)) { - t15.__ListBuilder__list = t16._list; + t15.__ListBuilder__list_A = t16._list; t15._listOwner = t16; } else { - t15.__ListBuilder__list = A.List_List$from(t16, true, t17._precomputed1); + t15.__ListBuilder__list_A = A.List_List$from(t16, true, t17._precomputed1); t15._listOwner = null; } break; @@ -302903,7 +310305,7 @@ t16 = t15._client_model$_documents; if (t16 == null) { t16 = new A.ListBuilder(t5); - t16.__ListBuilder__list = A.List_List$from(B.List_empty, true, t4); + t16.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t4); t15._client_model$_documents = t16; t15 = t16; } else @@ -302911,10 +310313,10 @@ t16 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t17 = t15.$ti; if (t17._eval$1("_BuiltList<1>")._is(t16)) { - t15.__ListBuilder__list = t16._list; + t15.__ListBuilder__list_A = t16._list; t15._listOwner = t16; } else { - t15.__ListBuilder__list = A.List_List$from(t16, true, t17._precomputed1); + t15.__ListBuilder__list_A = A.List_List$from(t16, true, t17._precomputed1); t15._listOwner = null; } break; @@ -302923,7 +310325,7 @@ t16 = t15._systemLogs; if (t16 == null) { t16 = new A.ListBuilder(t3); - t16.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t16.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t15._systemLogs = t16; t15 = t16; } else @@ -302931,10 +310333,10 @@ t16 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_oGx)); t17 = t15.$ti; if (t17._eval$1("_BuiltList<1>")._is(t16)) { - t15.__ListBuilder__list = t16._list; + t15.__ListBuilder__list_A = t16._list; t15._listOwner = t16; } else { - t15.__ListBuilder__list = A.List_List$from(t16, true, t17._precomputed1); + t15.__ListBuilder__list_A = A.List_List$from(t16, true, t17._precomputed1); t15._listOwner = null; } break; @@ -302972,7 +310374,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -303113,7 +310515,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -303121,7 +310523,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_MUw; + return B.List_MUw1; }, get$wireName() { return "ClientContactEntity"; @@ -303159,14 +310561,14 @@ t1 = _this._client_model$_data; return t1 == null ? _this._client_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "ClientListResponse", _$result = null; try { _$result0 = _this._client_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ClientListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -303176,7 +310578,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -303231,14 +310633,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "ClientItemResponse", _$result = null; try { _$result0 = _this._client_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ClientItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -303248,7 +310650,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -303269,7 +310671,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._client_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -303339,9 +310741,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$address1() { return this.address1; }, @@ -303390,7 +310789,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -303404,9 +310803,6 @@ } }; A.ClientEntityBuilder.prototype = { - get$name(_) { - return this.get$_client_model$_$this()._client_model$_name; - }, get$settings() { var t1 = this.get$_client_model$_$this(), t2 = t1._client_model$_settings; @@ -303457,20 +310853,20 @@ _this._creditBalance = $$v.creditBalance; _this._paidToDate = $$v.paidToDate; _this._clientHash = $$v.clientHash; - _this._client_model$_address1 = $$v.address1; - _this._client_model$_address2 = $$v.address2; - _this._client_model$_city = $$v.city; + _this._address1 = $$v.address1; + _this._address2 = $$v.address2; + _this._city = $$v.city; _this._client_model$_state = $$v.state; - _this._client_model$_postalCode = $$v.postalCode; - _this._client_model$_countryId = $$v.countryId; + _this._postalCode = $$v.postalCode; + _this._countryId = $$v.countryId; _this._client_model$_phone = $$v.phone; _this._privateNotes = $$v.privateNotes; _this._publicNotes = $$v.publicNotes; - _this._client_model$_website = $$v.website; + _this._website = $$v.website; _this._industryId = $$v.industryId; _this._sizeId = $$v.sizeId; - _this._client_model$_vatNumber = $$v.vatNumber; - _this._client_model$_idNumber = $$v.idNumber; + _this._vatNumber = $$v.vatNumber; + _this._idNumber = $$v.idNumber; _this._number = $$v.number; _this._shippingAddress1 = $$v.shippingAddress1; _this._shippingAddress2 = $$v.shippingAddress2; @@ -303519,7 +310915,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, exception, _this = this, _s12_ = "ClientEntity", _$result = null; @@ -303548,22 +310944,22 @@ t8 = _this.get$_client_model$_$this()._clientHash; if (t8 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "clientHash")); - t9 = _this.get$_client_model$_$this()._client_model$_address1; + t9 = _this.get$_client_model$_$this()._address1; if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "address1")); - t10 = _this.get$_client_model$_$this()._client_model$_address2; + t10 = _this.get$_client_model$_$this()._address2; if (t10 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "address2")); - t11 = _this.get$_client_model$_$this()._client_model$_city; + t11 = _this.get$_client_model$_$this()._city; if (t11 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "city")); t12 = _this.get$_client_model$_$this()._client_model$_state; if (t12 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "state")); - t13 = _this.get$_client_model$_$this()._client_model$_postalCode; + t13 = _this.get$_client_model$_$this()._postalCode; if (t13 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "postalCode")); - t14 = _this.get$_client_model$_$this()._client_model$_countryId; + t14 = _this.get$_client_model$_$this()._countryId; if (t14 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "countryId")); t15 = _this.get$_client_model$_$this()._client_model$_phone; @@ -303575,7 +310971,7 @@ t17 = _this.get$_client_model$_$this()._publicNotes; if (t17 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "publicNotes")); - t18 = _this.get$_client_model$_$this()._client_model$_website; + t18 = _this.get$_client_model$_$this()._website; if (t18 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "website")); t19 = _this.get$_client_model$_$this()._industryId; @@ -303584,10 +310980,10 @@ t20 = _this.get$_client_model$_$this()._sizeId; if (t20 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "sizeId")); - t21 = _this.get$_client_model$_$this()._client_model$_vatNumber; + t21 = _this.get$_client_model$_$this()._vatNumber; if (t21 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "vatNumber")); - t22 = _this.get$_client_model$_$this()._client_model$_idNumber; + t22 = _this.get$_client_model$_$this()._idNumber; if (t22 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "idNumber")); t23 = _this.get$_client_model$_$this()._number; @@ -303611,7 +311007,7 @@ t29 = _this.get$_client_model$_$this()._shippingCountryId; if (t29 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "shippingCountryId")); - t30 = _this.get$settings().build$0(0); + t30 = _this.get$settings().build$0(); t31 = _this.get$_client_model$_$this()._lastLogin; if (t31 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "lastLogin")); @@ -303627,12 +311023,12 @@ t35 = _this.get$_client_model$_$this()._client_model$_customValue4; if (t35 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue4")); - t36 = _this.get$contacts().build$0(0); - t37 = _this.get$activities().build$0(0); - t38 = _this.get$ledger().build$0(0); - t39 = _this.get$gatewayTokens().build$0(0); - t40 = _this.get$documents().build$0(0); - t41 = _this.get$systemLogs().build$0(0); + t36 = _this.get$contacts().build$0(); + t37 = _this.get$activities().build$0(); + t38 = _this.get$ledger().build$0(); + t39 = _this.get$gatewayTokens().build$0(); + t40 = _this.get$documents().build$0(); + t41 = _this.get$systemLogs().build$0(); t42 = _this.get$_client_model$_$this()._client_model$_isChanged; t43 = _this.get$_client_model$_$this()._client_model$_createdAt; if (t43 == null) @@ -303656,19 +311052,19 @@ _$failedField = null; try { _$failedField = "settings"; - _this.get$settings().build$0(0); + _this.get$settings().build$0(); _$failedField = "contacts"; - _this.get$contacts().build$0(0); + _this.get$contacts().build$0(); _$failedField = "activities"; - _this.get$activities().build$0(0); + _this.get$activities().build$0(); _$failedField = "ledger"; - _this.get$ledger().build$0(0); + _this.get$ledger().build$0(); _$failedField = "gatewayTokens"; - _this.get$gatewayTokens().build$0(0); + _this.get$gatewayTokens().build$0(); _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); _$failedField = "systemLogs"; - _this.get$systemLogs().build$0(0); + _this.get$systemLogs().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s12_, _$failedField, J.toString$0$(e)); @@ -303688,7 +311084,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._client_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -303740,7 +311136,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -303787,7 +311183,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, _this = this, _s19_ = "ClientContactEntity", _$result = _this._client_model$_$v; @@ -303930,12 +311326,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -303952,7 +311348,7 @@ b.get$_company_gateway_model$_$this()._config = t1; return b; }, - $signature: 58 + $signature: 59 }; A.FeesAndLimitsSettings.prototype = {}; A._$CompanyGatewayListResponseSerializer.prototype = { @@ -303979,32 +311375,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._company_gateway_model$_data = t6; result._company_gateway_model$_$v = null; } t4 = result._company_gateway_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._company_gateway_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_A8J)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -304012,7 +311408,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_2Vk2; + return B.List_2Vk5; }, get$wireName() { return "CompanyGatewayListResponse"; @@ -304054,7 +311450,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -304180,7 +311576,7 @@ t6 = t5._company_gateway_model$_systemLogs; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._company_gateway_model$_systemLogs = t6; t5 = t6; } else @@ -304188,10 +311584,10 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_oGx)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; @@ -304261,7 +311657,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -304269,7 +311665,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_2uL; + return B.List_2uL0; }, get$wireName() { return "CompanyGatewayEntity"; @@ -304346,7 +311742,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -304392,14 +311788,14 @@ t1 = _this._company_gateway_model$_data; return t1 == null ? _this._company_gateway_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s26_ = "CompanyGatewayListResponse", _$result = null; try { _$result0 = _this._company_gateway_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CompanyGatewayListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s26_, "data")); @@ -304409,7 +311805,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s26_, _$failedField, J.toString$0$(e)); @@ -304458,14 +311854,14 @@ t1 = _this._company_gateway_model$_data; return t1 == null ? _this._company_gateway_model$_data = new A.CompanyGatewayEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s26_ = "CompanyGatewayItemResponse", _$result = null; try { _$result0 = _this._company_gateway_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CompanyGatewayItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s26_, "data")); @@ -304475,7 +311871,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s26_, _$failedField, J.toString$0$(e)); @@ -304495,7 +311891,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_gateway_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -304555,7 +311951,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -304626,7 +312022,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, exception, _this = this, _s20_ = "CompanyGatewayEntity", _$result = null; @@ -304665,8 +312061,8 @@ t12 = _this.get$_company_gateway_model$_$this()._updateDetails; if (t12 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "updateDetails")); - t13 = _this.get$feesAndLimitsMap().build$0(0); - t14 = _this.get$systemLogs().build$0(0); + t13 = _this.get$feesAndLimitsMap().build$0(); + t14 = _this.get$systemLogs().build$0(); t15 = _this.get$_company_gateway_model$_$this()._company_gateway_model$_customValue1; if (t15 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "customValue1")); @@ -304714,9 +312110,9 @@ _$failedField = null; try { _$failedField = "feesAndLimitsMap"; - _this.get$feesAndLimitsMap().build$0(0); + _this.get$feesAndLimitsMap().build$0(); _$failedField = "systemLogs"; - _this.get$systemLogs().build$0(0); + _this.get$systemLogs().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -304737,7 +312133,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_gateway_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -304794,7 +312190,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _s21_ = "FeesAndLimitsSettings", _$result = _this._company_gateway_model$_$v; @@ -305028,23 +312424,24 @@ }; A.CompanyEntity_coreCompany_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$clients(b).get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$products().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$invoices().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$payments().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$quotes(b).get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$purchaseOrders().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$credits().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$tasks().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$projects().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$vendors().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$expenses().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$webhooks().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$designs().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$companyGateways().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$clients(b).get$_safeList()); + B.JSArray_methods.clear$0(b.get$products().get$_safeList()); + B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); + B.JSArray_methods.clear$0(b.get$payments().get$_safeList()); + B.JSArray_methods.clear$0(b.get$quotes(b).get$_safeList()); + B.JSArray_methods.clear$0(b.get$purchaseOrders().get$_safeList()); + B.JSArray_methods.clear$0(b.get$bankAccounts().get$_safeList()); + B.JSArray_methods.clear$0(b.get$credits().get$_safeList()); + B.JSArray_methods.clear$0(b.get$tasks().get$_safeList()); + B.JSArray_methods.clear$0(b.get$projects().get$_safeList()); + B.JSArray_methods.clear$0(b.get$vendors().get$_safeList()); + B.JSArray_methods.clear$0(b.get$expenses().get$_safeList()); + B.JSArray_methods.clear$0(b.get$webhooks().get$_safeList()); + B.JSArray_methods.clear$0(b.get$designs().get$_safeList()); + B.JSArray_methods.clear$0(b.get$companyGateways().get$_safeList()); return b; }, - $signature: 23 + $signature: 24 }; A.GatewayEntity.prototype = { get$supportsTokenBilling() { @@ -305087,10 +312484,10 @@ return false; }, matchesFilterValue$1(filter) { - var t2, gatewayIds, i, gatewayType, t3, + var t2, gatewayIds, i, gatewayType, t3, _null = null, t1 = filter == null; if (t1 || filter.length === 0) - return null; + return _null; t2 = this.options; t2 = t2.get$keys(t2); t2.toString; @@ -305106,7 +312503,7 @@ if (A.stringContainsUnchecked(t3, filter, 0)) return gatewayType; } - return null; + return _null; }, get$listDisplayName() { return this.name; @@ -305142,7 +312539,7 @@ 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: 1599 + $signature: 2413 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -305180,14 +312577,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 542 + $signature: 723 }; 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: 542 + $signature: 723 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -305212,7 +312609,7 @@ A.DashboardField.prototype = {}; A._$CompanyEntitySerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - var result = A._setArrayType(["custom_surcharge_taxes1", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes1, B.FullType_MtR), "custom_surcharge_taxes2", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes2, B.FullType_MtR), "custom_surcharge_taxes3", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes3, B.FullType_MtR), "custom_surcharge_taxes4", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes4, B.FullType_MtR), "size_id", serializers.serialize$2$specifiedType(object.sizeId, B.FullType_h8g), "industry_id", serializers.serialize$2$specifiedType(object.industryId, B.FullType_h8g), "subdomain", serializers.serialize$2$specifiedType(object.subdomain, B.FullType_h8g), "portal_mode", serializers.serialize$2$specifiedType(object.portalMode, B.FullType_h8g), "portal_domain", serializers.serialize$2$specifiedType(object.portalDomain, B.FullType_h8g), "update_products", serializers.serialize$2$specifiedType(object.updateProducts, B.FullType_MtR), "convert_products", serializers.serialize$2$specifiedType(object.convertProductExchangeRate, B.FullType_MtR), "convert_rate_to_client", serializers.serialize$2$specifiedType(object.convertRateToClient, B.FullType_MtR), "fill_products", serializers.serialize$2$specifiedType(object.fillProducts, B.FullType_MtR), "enable_product_cost", serializers.serialize$2$specifiedType(object.enableProductCost, B.FullType_MtR), "enable_product_quantity", serializers.serialize$2$specifiedType(object.enableProductQuantity, B.FullType_MtR), "enable_product_discount", serializers.serialize$2$specifiedType(object.enableProductDiscount, B.FullType_MtR), "default_task_is_date_based", serializers.serialize$2$specifiedType(object.defaultTaskIsDateBased, B.FullType_MtR), "default_quantity", serializers.serialize$2$specifiedType(object.defaultQuantity, B.FullType_MtR), "show_product_details", serializers.serialize$2$specifiedType(object.showProductDetails, B.FullType_MtR), "client_can_register", serializers.serialize$2$specifiedType(object.clientCanRegister, B.FullType_MtR), "is_large", serializers.serialize$2$specifiedType(object.isLarge, B.FullType_MtR), "is_disabled", serializers.serialize$2$specifiedType(object.isDisabled, B.FullType_MtR), "enable_shop_api", serializers.serialize$2$specifiedType(object.enableShopApi, B.FullType_MtR), "company_key", serializers.serialize$2$specifiedType(object.companyKey, B.FullType_h8g), "first_day_of_week", serializers.serialize$2$specifiedType(object.firstDayOfWeek, B.FullType_h8g), "first_month_of_year", serializers.serialize$2$specifiedType(object.firstMonthOfYear, B.FullType_h8g), "enabled_tax_rates", serializers.serialize$2$specifiedType(object.numberOfInvoiceTaxRates, B.FullType_kjq), "enabled_item_tax_rates", serializers.serialize$2$specifiedType(object.numberOfItemTaxRates, B.FullType_kjq), "enabled_expense_tax_rates", serializers.serialize$2$specifiedType(object.numberOfExpenseTaxRates, B.FullType_kjq), "expense_inclusive_taxes", serializers.serialize$2$specifiedType(object.expenseInclusiveTaxes, B.FullType_MtR), "session_timeout", serializers.serialize$2$specifiedType(object.sessionTimeout, B.FullType_kjq), "default_password_timeout", serializers.serialize$2$specifiedType(object.passwordTimeout, B.FullType_kjq), "oauth_password_required", serializers.serialize$2$specifiedType(object.oauthPasswordRequired, B.FullType_MtR), "markdown_enabled", serializers.serialize$2$specifiedType(object.markdownEnabled, B.FullType_MtR), "markdown_email_enabled", serializers.serialize$2$specifiedType(object.markdownEmailEnabled, B.FullType_MtR), "use_comma_as_decimal_place", serializers.serialize$2$specifiedType(object.useCommaAsDecimalPlace, B.FullType_MtR), "report_include_drafts", serializers.serialize$2$specifiedType(object.reportIncludeDrafts, B.FullType_MtR), "use_quote_terms_on_conversion", serializers.serialize$2$specifiedType(object.useQuoteTermsOnConversion, B.FullType_MtR), "enable_applying_payments", serializers.serialize$2$specifiedType(object.enableApplyingPayments, B.FullType_MtR), "track_inventory", serializers.serialize$2$specifiedType(object.trackInventory, B.FullType_MtR), "inventory_notification_threshold", serializers.serialize$2$specifiedType(object.stockNotificationThreshold, B.FullType_kjq), "stock_notification", serializers.serialize$2$specifiedType(object.stockNotification, B.FullType_MtR), "groups", serializers.serialize$2$specifiedType(object.groups, B.FullType_EOZ), "activities", serializers.serialize$2$specifiedType(object.activities, B.FullType_QWw), "tax_rates", serializers.serialize$2$specifiedType(object.taxRates, B.FullType_IIj), "task_statuses", serializers.serialize$2$specifiedType(object.taskStatuses, B.FullType_WVg), "taskStatusMap", serializers.serialize$2$specifiedType(object.taskStatusMap, B.FullType_woc), "company_gateways", serializers.serialize$2$specifiedType(object.companyGateways, B.FullType_A8J), "expense_categories", serializers.serialize$2$specifiedType(object.expenseCategories, B.FullType_8cq), "users", serializers.serialize$2$specifiedType(object.users, B.FullType_e7r), "clients", serializers.serialize$2$specifiedType(object.clients, B.FullType_Ag3), "products", serializers.serialize$2$specifiedType(object.products, B.FullType_GBo), "invoices", serializers.serialize$2$specifiedType(object.invoices, B.FullType_xS5), "recurring_invoices", serializers.serialize$2$specifiedType(object.recurringInvoices, B.FullType_xS5), "recurring_expenses", serializers.serialize$2$specifiedType(object.recurringExpenses, B.FullType_0vR), "payments", serializers.serialize$2$specifiedType(object.payments, B.FullType_ORM), "quotes", serializers.serialize$2$specifiedType(object.quotes, B.FullType_xS5), "credits", serializers.serialize$2$specifiedType(object.credits, B.FullType_xS5), "purchase_orders", serializers.serialize$2$specifiedType(object.purchaseOrders, B.FullType_xS5), "tasks", serializers.serialize$2$specifiedType(object.tasks, B.FullType_UWS), "projects", serializers.serialize$2$specifiedType(object.projects, B.FullType_KEc), "expenses", serializers.serialize$2$specifiedType(object.expenses, B.FullType_0vR), "vendors", serializers.serialize$2$specifiedType(object.vendors, B.FullType_Pss), "designs", serializers.serialize$2$specifiedType(object.designs, B.FullType_8sg), "documents", serializers.serialize$2$specifiedType(object.documents, B.FullType_EBZ), "tokens_hashed", serializers.serialize$2$specifiedType(object.tokens, B.FullType_mKc), "webhooks", serializers.serialize$2$specifiedType(object.webhooks, B.FullType_46c), "subscriptions", serializers.serialize$2$specifiedType(object.subscriptions, B.FullType_NIe), "payment_terms", serializers.serialize$2$specifiedType(object.paymentTerms, B.FullType_kvD), "system_logs", serializers.serialize$2$specifiedType(object.systemLogs, B.FullType_oGx), "client_registration_fields", serializers.serialize$2$specifiedType(object.clientRegistrationFields, B.FullType_pjG), "custom_fields", serializers.serialize$2$specifiedType(object.customFields, B.FullType_LNO), "slack_webhook_url", serializers.serialize$2$specifiedType(object.slackWebhookUrl, B.FullType_h8g), "google_analytics_key", serializers.serialize$2$specifiedType(object.googleAnalyticsKey, B.FullType_h8g), "mark_expenses_invoiceable", serializers.serialize$2$specifiedType(object.markExpensesInvoiceable, B.FullType_MtR), "mark_expenses_paid", serializers.serialize$2$specifiedType(object.markExpensesPaid, B.FullType_MtR), "invoice_expense_documents", serializers.serialize$2$specifiedType(object.invoiceExpenseDocuments, B.FullType_MtR), "invoice_task_documents", serializers.serialize$2$specifiedType(object.invoiceTaskDocuments, B.FullType_MtR), "invoice_task_timelog", serializers.serialize$2$specifiedType(object.invoiceTaskTimelog, B.FullType_MtR), "invoice_task_datelog", serializers.serialize$2$specifiedType(object.invoiceTaskDatelog, B.FullType_MtR), "invoice_task_project", serializers.serialize$2$specifiedType(object.invoiceTaskProject, B.FullType_MtR), "auto_start_tasks", serializers.serialize$2$specifiedType(object.autoStartTasks, B.FullType_MtR), "show_tasks_table", serializers.serialize$2$specifiedType(object.showTasksTable, B.FullType_MtR), "show_task_end_date", serializers.serialize$2$specifiedType(object.showTaskEndDate, B.FullType_MtR), "settings", serializers.serialize$2$specifiedType(object.settings, B.FullType_Iqz0), "enabled_modules", serializers.serialize$2$specifiedType(object.enabledModules, B.FullType_kjq), "calculate_expense_tax_by_amount", serializers.serialize$2$specifiedType(object.calculateExpenseTaxByAmount, B.FullType_MtR), "stop_on_unpaid_recurring ", serializers.serialize$2$specifiedType(object.stopOnUnpaidRecurring, B.FullType_MtR), "created_at", serializers.serialize$2$specifiedType(object.createdAt, B.FullType_kjq), "updated_at", serializers.serialize$2$specifiedType(object.updatedAt, B.FullType_kjq), "archived_at", serializers.serialize$2$specifiedType(object.archivedAt, B.FullType_kjq), "id", serializers.serialize$2$specifiedType(object.id, B.FullType_h8g)], type$.JSArray_legacy_Object), + var result = A._setArrayType(["custom_surcharge_taxes1", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes1, B.FullType_MtR), "custom_surcharge_taxes2", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes2, B.FullType_MtR), "custom_surcharge_taxes3", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes3, B.FullType_MtR), "custom_surcharge_taxes4", serializers.serialize$2$specifiedType(object.enableCustomSurchargeTaxes4, B.FullType_MtR), "size_id", serializers.serialize$2$specifiedType(object.sizeId, B.FullType_h8g), "industry_id", serializers.serialize$2$specifiedType(object.industryId, B.FullType_h8g), "subdomain", serializers.serialize$2$specifiedType(object.subdomain, B.FullType_h8g), "portal_mode", serializers.serialize$2$specifiedType(object.portalMode, B.FullType_h8g), "portal_domain", serializers.serialize$2$specifiedType(object.portalDomain, B.FullType_h8g), "update_products", serializers.serialize$2$specifiedType(object.updateProducts, B.FullType_MtR), "convert_products", serializers.serialize$2$specifiedType(object.convertProductExchangeRate, B.FullType_MtR), "convert_rate_to_client", serializers.serialize$2$specifiedType(object.convertRateToClient, B.FullType_MtR), "fill_products", serializers.serialize$2$specifiedType(object.fillProducts, B.FullType_MtR), "enable_product_cost", serializers.serialize$2$specifiedType(object.enableProductCost, B.FullType_MtR), "enable_product_quantity", serializers.serialize$2$specifiedType(object.enableProductQuantity, B.FullType_MtR), "enable_product_discount", serializers.serialize$2$specifiedType(object.enableProductDiscount, B.FullType_MtR), "default_task_is_date_based", serializers.serialize$2$specifiedType(object.defaultTaskIsDateBased, B.FullType_MtR), "default_quantity", serializers.serialize$2$specifiedType(object.defaultQuantity, B.FullType_MtR), "show_product_details", serializers.serialize$2$specifiedType(object.showProductDetails, B.FullType_MtR), "client_can_register", serializers.serialize$2$specifiedType(object.clientCanRegister, B.FullType_MtR), "is_large", serializers.serialize$2$specifiedType(object.isLarge, B.FullType_MtR), "is_disabled", serializers.serialize$2$specifiedType(object.isDisabled, B.FullType_MtR), "enable_shop_api", serializers.serialize$2$specifiedType(object.enableShopApi, B.FullType_MtR), "company_key", serializers.serialize$2$specifiedType(object.companyKey, B.FullType_h8g), "first_day_of_week", serializers.serialize$2$specifiedType(object.firstDayOfWeek, B.FullType_h8g), "first_month_of_year", serializers.serialize$2$specifiedType(object.firstMonthOfYear, B.FullType_h8g), "enabled_tax_rates", serializers.serialize$2$specifiedType(object.numberOfInvoiceTaxRates, B.FullType_kjq), "enabled_item_tax_rates", serializers.serialize$2$specifiedType(object.numberOfItemTaxRates, B.FullType_kjq), "enabled_expense_tax_rates", serializers.serialize$2$specifiedType(object.numberOfExpenseTaxRates, B.FullType_kjq), "expense_inclusive_taxes", serializers.serialize$2$specifiedType(object.expenseInclusiveTaxes, B.FullType_MtR), "session_timeout", serializers.serialize$2$specifiedType(object.sessionTimeout, B.FullType_kjq), "default_password_timeout", serializers.serialize$2$specifiedType(object.passwordTimeout, B.FullType_kjq), "oauth_password_required", serializers.serialize$2$specifiedType(object.oauthPasswordRequired, B.FullType_MtR), "markdown_enabled", serializers.serialize$2$specifiedType(object.markdownEnabled, B.FullType_MtR), "markdown_email_enabled", serializers.serialize$2$specifiedType(object.markdownEmailEnabled, B.FullType_MtR), "use_comma_as_decimal_place", serializers.serialize$2$specifiedType(object.useCommaAsDecimalPlace, B.FullType_MtR), "report_include_drafts", serializers.serialize$2$specifiedType(object.reportIncludeDrafts, B.FullType_MtR), "use_quote_terms_on_conversion", serializers.serialize$2$specifiedType(object.useQuoteTermsOnConversion, B.FullType_MtR), "enable_applying_payments", serializers.serialize$2$specifiedType(object.enableApplyingPayments, B.FullType_MtR), "track_inventory", serializers.serialize$2$specifiedType(object.trackInventory, B.FullType_MtR), "inventory_notification_threshold", serializers.serialize$2$specifiedType(object.stockNotificationThreshold, B.FullType_kjq), "stock_notification", serializers.serialize$2$specifiedType(object.stockNotification, B.FullType_MtR), "groups", serializers.serialize$2$specifiedType(object.groups, B.FullType_EOZ), "activities", serializers.serialize$2$specifiedType(object.activities, B.FullType_QWw), "tax_rates", serializers.serialize$2$specifiedType(object.taxRates, B.FullType_IIj), "task_statuses", serializers.serialize$2$specifiedType(object.taskStatuses, B.FullType_WVg), "taskStatusMap", serializers.serialize$2$specifiedType(object.taskStatusMap, B.FullType_woc), "company_gateways", serializers.serialize$2$specifiedType(object.companyGateways, B.FullType_A8J), "expense_categories", serializers.serialize$2$specifiedType(object.expenseCategories, B.FullType_8cq), "users", serializers.serialize$2$specifiedType(object.users, B.FullType_e7r), "clients", serializers.serialize$2$specifiedType(object.clients, B.FullType_Ag3), "products", serializers.serialize$2$specifiedType(object.products, B.FullType_GBo), "invoices", serializers.serialize$2$specifiedType(object.invoices, B.FullType_xS5), "recurring_invoices", serializers.serialize$2$specifiedType(object.recurringInvoices, B.FullType_xS5), "recurring_expenses", serializers.serialize$2$specifiedType(object.recurringExpenses, B.FullType_0vR), "payments", serializers.serialize$2$specifiedType(object.payments, B.FullType_ORM), "quotes", serializers.serialize$2$specifiedType(object.quotes, B.FullType_xS5), "credits", serializers.serialize$2$specifiedType(object.credits, B.FullType_xS5), "purchase_orders", serializers.serialize$2$specifiedType(object.purchaseOrders, B.FullType_xS5), "bank_integrations", serializers.serialize$2$specifiedType(object.bankAccounts, B.FullType_yLX), "tasks", serializers.serialize$2$specifiedType(object.tasks, B.FullType_UWS), "projects", serializers.serialize$2$specifiedType(object.projects, B.FullType_KEc), "expenses", serializers.serialize$2$specifiedType(object.expenses, B.FullType_0vR), "vendors", serializers.serialize$2$specifiedType(object.vendors, B.FullType_Pss), "designs", serializers.serialize$2$specifiedType(object.designs, B.FullType_8sg), "documents", serializers.serialize$2$specifiedType(object.documents, B.FullType_EBZ), "tokens_hashed", serializers.serialize$2$specifiedType(object.tokens, B.FullType_mKc), "webhooks", serializers.serialize$2$specifiedType(object.webhooks, B.FullType_46c), "subscriptions", serializers.serialize$2$specifiedType(object.subscriptions, B.FullType_NIe), "payment_terms", serializers.serialize$2$specifiedType(object.paymentTerms, B.FullType_kvD), "system_logs", serializers.serialize$2$specifiedType(object.systemLogs, B.FullType_oGx), "client_registration_fields", serializers.serialize$2$specifiedType(object.clientRegistrationFields, B.FullType_pjG), "custom_fields", serializers.serialize$2$specifiedType(object.customFields, B.FullType_LNO), "slack_webhook_url", serializers.serialize$2$specifiedType(object.slackWebhookUrl, B.FullType_h8g), "google_analytics_key", serializers.serialize$2$specifiedType(object.googleAnalyticsKey, B.FullType_h8g), "mark_expenses_invoiceable", serializers.serialize$2$specifiedType(object.markExpensesInvoiceable, B.FullType_MtR), "mark_expenses_paid", serializers.serialize$2$specifiedType(object.markExpensesPaid, B.FullType_MtR), "invoice_expense_documents", serializers.serialize$2$specifiedType(object.invoiceExpenseDocuments, B.FullType_MtR), "invoice_task_documents", serializers.serialize$2$specifiedType(object.invoiceTaskDocuments, B.FullType_MtR), "invoice_task_timelog", serializers.serialize$2$specifiedType(object.invoiceTaskTimelog, B.FullType_MtR), "invoice_task_datelog", serializers.serialize$2$specifiedType(object.invoiceTaskDatelog, B.FullType_MtR), "invoice_task_project", serializers.serialize$2$specifiedType(object.invoiceTaskProject, B.FullType_MtR), "auto_start_tasks", serializers.serialize$2$specifiedType(object.autoStartTasks, B.FullType_MtR), "show_tasks_table", serializers.serialize$2$specifiedType(object.showTasksTable, B.FullType_MtR), "show_task_end_date", serializers.serialize$2$specifiedType(object.showTaskEndDate, B.FullType_MtR), "settings", serializers.serialize$2$specifiedType(object.settings, B.FullType_Iqz0), "enabled_modules", serializers.serialize$2$specifiedType(object.enabledModules, B.FullType_kjq), "calculate_expense_tax_by_amount", serializers.serialize$2$specifiedType(object.calculateExpenseTaxByAmount, B.FullType_MtR), "stop_on_unpaid_recurring ", serializers.serialize$2$specifiedType(object.stopOnUnpaidRecurring, B.FullType_MtR), "created_at", serializers.serialize$2$specifiedType(object.createdAt, B.FullType_kjq), "updated_at", serializers.serialize$2$specifiedType(object.updatedAt, B.FullType_kjq), "archived_at", serializers.serialize$2$specifiedType(object.archivedAt, B.FullType_kjq), "id", serializers.serialize$2$specifiedType(object.id, B.FullType_h8g)], type$.JSArray_legacy_Object), value = object.isChanged; if (value != null) { result.push("isChanged"); @@ -305244,875 +312641,895 @@ return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); }, deserialize$3$specifiedType(serializers, serialized, specifiedType) { - var iterator, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, key, value, t52, t53, t54, _null = null, + var iterator, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, key, value, t54, t55, t56, _null = null, result = new A.CompanyEntityBuilder(); A.CompanyEntity__initializeBuilder(result); iterator = J.get$iterator$ax(serialized); - for (t1 = type$.legacy_EntityType, t2 = type$.legacy_SettingsEntity, t3 = type$.MapBuilder_of_legacy_String_and_legacy_String, t4 = type$.legacy_BuiltList_legacy_Object, t5 = type$.legacy_RegistrationFieldEntity, t6 = type$.ListBuilder_legacy_RegistrationFieldEntity, t7 = type$.legacy_SystemLogEntity, t8 = type$.ListBuilder_legacy_SystemLogEntity, t9 = type$.legacy_PaymentTermEntity, t10 = type$.ListBuilder_legacy_PaymentTermEntity, t11 = type$.legacy_SubscriptionEntity, t12 = type$.ListBuilder_legacy_SubscriptionEntity, t13 = type$.legacy_WebhookEntity, t14 = type$.ListBuilder_legacy_WebhookEntity, t15 = type$.legacy_TokenEntity, t16 = type$.ListBuilder_legacy_TokenEntity, t17 = type$.legacy_DocumentEntity, t18 = type$.ListBuilder_legacy_DocumentEntity, t19 = type$.legacy_DesignEntity, t20 = type$.ListBuilder_legacy_DesignEntity, t21 = type$.legacy_VendorEntity, t22 = type$.ListBuilder_legacy_VendorEntity, t23 = type$.legacy_ExpenseEntity, t24 = type$.ListBuilder_legacy_ExpenseEntity, t25 = type$.legacy_ProjectEntity, t26 = type$.ListBuilder_legacy_ProjectEntity, t27 = type$.legacy_TaskEntity, t28 = type$.ListBuilder_legacy_TaskEntity, t29 = type$.legacy_InvoiceEntity, t30 = type$.ListBuilder_legacy_InvoiceEntity, t31 = type$.legacy_PaymentEntity, t32 = type$.ListBuilder_legacy_PaymentEntity, t33 = type$.legacy_ProductEntity, t34 = type$.ListBuilder_legacy_ProductEntity, t35 = type$.legacy_ClientEntity, t36 = type$.ListBuilder_legacy_ClientEntity, t37 = type$.legacy_UserEntity, t38 = type$.ListBuilder_legacy_UserEntity, t39 = type$.legacy_ExpenseCategoryEntity, t40 = type$.ListBuilder_legacy_ExpenseCategoryEntity, t41 = type$.legacy_CompanyGatewayEntity, t42 = type$.ListBuilder_legacy_CompanyGatewayEntity, t43 = type$.MapBuilder_of_legacy_String_and_legacy_TaskStatusEntity, t44 = type$.legacy_TaskStatusEntity, t45 = type$.ListBuilder_legacy_TaskStatusEntity, t46 = type$.legacy_TaxRateEntity, t47 = type$.ListBuilder_legacy_TaxRateEntity, t48 = type$.legacy_ActivityEntity, t49 = type$.ListBuilder_legacy_ActivityEntity, t50 = type$.legacy_GroupEntity, t51 = type$.ListBuilder_legacy_GroupEntity; iterator.moveNext$0();) { + for (t1 = type$.legacy_EntityType, t2 = type$.legacy_SettingsEntity, t3 = type$.MapBuilder_of_legacy_String_and_legacy_String, t4 = type$.legacy_BuiltList_legacy_Object, t5 = type$.legacy_RegistrationFieldEntity, t6 = type$.ListBuilder_legacy_RegistrationFieldEntity, t7 = type$.legacy_SystemLogEntity, t8 = type$.ListBuilder_legacy_SystemLogEntity, t9 = type$.legacy_PaymentTermEntity, t10 = type$.ListBuilder_legacy_PaymentTermEntity, t11 = type$.legacy_SubscriptionEntity, t12 = type$.ListBuilder_legacy_SubscriptionEntity, t13 = type$.legacy_WebhookEntity, t14 = type$.ListBuilder_legacy_WebhookEntity, t15 = type$.legacy_TokenEntity, t16 = type$.ListBuilder_legacy_TokenEntity, t17 = type$.legacy_DocumentEntity, t18 = type$.ListBuilder_legacy_DocumentEntity, t19 = type$.legacy_DesignEntity, t20 = type$.ListBuilder_legacy_DesignEntity, t21 = type$.legacy_VendorEntity, t22 = type$.ListBuilder_legacy_VendorEntity, t23 = type$.legacy_ExpenseEntity, t24 = type$.ListBuilder_legacy_ExpenseEntity, t25 = type$.legacy_ProjectEntity, t26 = type$.ListBuilder_legacy_ProjectEntity, t27 = type$.legacy_TaskEntity, t28 = type$.ListBuilder_legacy_TaskEntity, t29 = type$.legacy_BankAccountEntity, t30 = type$.ListBuilder_legacy_BankAccountEntity, t31 = type$.legacy_InvoiceEntity, t32 = type$.ListBuilder_legacy_InvoiceEntity, t33 = type$.legacy_PaymentEntity, t34 = type$.ListBuilder_legacy_PaymentEntity, t35 = type$.legacy_ProductEntity, t36 = type$.ListBuilder_legacy_ProductEntity, t37 = type$.legacy_ClientEntity, t38 = type$.ListBuilder_legacy_ClientEntity, t39 = type$.legacy_UserEntity, t40 = type$.ListBuilder_legacy_UserEntity, t41 = type$.legacy_ExpenseCategoryEntity, t42 = type$.ListBuilder_legacy_ExpenseCategoryEntity, t43 = type$.legacy_CompanyGatewayEntity, t44 = type$.ListBuilder_legacy_CompanyGatewayEntity, t45 = type$.MapBuilder_of_legacy_String_and_legacy_TaskStatusEntity, t46 = type$.legacy_TaskStatusEntity, t47 = type$.ListBuilder_legacy_TaskStatusEntity, t48 = type$.legacy_TaxRateEntity, t49 = type$.ListBuilder_legacy_TaxRateEntity, t50 = type$.legacy_ActivityEntity, t51 = type$.ListBuilder_legacy_ActivityEntity, t52 = type$.legacy_GroupEntity, t53 = type$.ListBuilder_legacy_GroupEntity; iterator.moveNext$0();) { key = A._asStringS(iterator.get$current(iterator)); iterator.moveNext$0(); value = iterator.get$current(iterator); switch (key) { case "custom_surcharge_taxes1": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableCustomSurchargeTaxes1 = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableCustomSurchargeTaxes1 = t54; break; case "custom_surcharge_taxes2": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableCustomSurchargeTaxes2 = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableCustomSurchargeTaxes2 = t54; break; case "custom_surcharge_taxes3": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableCustomSurchargeTaxes3 = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableCustomSurchargeTaxes3 = t54; break; case "custom_surcharge_taxes4": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableCustomSurchargeTaxes4 = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableCustomSurchargeTaxes4 = t54; break; case "size_id": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._company_model$_sizeId = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._company_model$_sizeId = t54; break; case "industry_id": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._company_model$_industryId = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._company_model$_industryId = t54; break; case "subdomain": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._subdomain = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._subdomain = t54; break; case "portal_mode": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._portalMode = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._portalMode = t54; break; case "portal_domain": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._portalDomain = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._portalDomain = t54; break; case "update_products": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._updateProducts = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._updateProducts = t54; break; case "convert_products": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._convertProductExchangeRate = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._convertProductExchangeRate = t54; break; case "convert_rate_to_client": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._convertRateToClient = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._convertRateToClient = t54; break; case "fill_products": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._fillProducts = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._fillProducts = t54; break; case "enable_product_cost": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableProductCost = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableProductCost = t54; break; case "enable_product_quantity": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableProductQuantity = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableProductQuantity = t54; break; case "enable_product_discount": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableProductDiscount = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableProductDiscount = t54; break; case "default_task_is_date_based": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._defaultTaskIsDateBased = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._defaultTaskIsDateBased = t54; break; case "default_quantity": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._defaultQuantity = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._defaultQuantity = t54; break; case "show_product_details": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._showProductDetails = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._showProductDetails = t54; break; case "client_can_register": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._clientCanRegister = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._clientCanRegister = t54; break; case "is_large": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._isLarge = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._isLarge = t54; break; case "is_disabled": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._isDisabled = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._isDisabled = t54; break; case "enable_shop_api": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableShopApi = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableShopApi = t54; break; case "company_key": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._companyKey = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._companyKey = t54; break; case "first_day_of_week": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._firstDayOfWeek = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._firstDayOfWeek = t54; break; case "first_month_of_year": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._firstMonthOfYear = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._firstMonthOfYear = t54; break; case "enabled_tax_rates": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._numberOfInvoiceTaxRates = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._numberOfInvoiceTaxRates = t54; break; case "enabled_item_tax_rates": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._numberOfItemTaxRates = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._numberOfItemTaxRates = t54; break; case "enabled_expense_tax_rates": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._numberOfExpenseTaxRates = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._numberOfExpenseTaxRates = t54; break; case "expense_inclusive_taxes": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._expenseInclusiveTaxes = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._expenseInclusiveTaxes = t54; break; case "session_timeout": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._sessionTimeout = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._sessionTimeout = t54; break; case "default_password_timeout": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._passwordTimeout = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._passwordTimeout = t54; break; case "oauth_password_required": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._oauthPasswordRequired = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._oauthPasswordRequired = t54; break; case "markdown_enabled": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._markdownEnabled = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._markdownEnabled = t54; break; case "markdown_email_enabled": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._markdownEmailEnabled = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._markdownEmailEnabled = t54; break; case "use_comma_as_decimal_place": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._useCommaAsDecimalPlace = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._useCommaAsDecimalPlace = t54; break; case "report_include_drafts": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._reportIncludeDrafts = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._reportIncludeDrafts = t54; break; case "use_quote_terms_on_conversion": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._useQuoteTermsOnConversion = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._useQuoteTermsOnConversion = t54; break; case "enable_applying_payments": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._enableApplyingPayments = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._enableApplyingPayments = t54; break; case "track_inventory": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._trackInventory = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._trackInventory = t54; break; case "inventory_notification_threshold": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._stockNotificationThreshold = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._stockNotificationThreshold = t54; break; case "stock_notification": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._stockNotification = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._stockNotification = t54; break; case "groups": - t52 = result.get$_company_model$_$this(); - t53 = t52._groups; - if (t53 == null) { - t53 = new A.ListBuilder(t51); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t50); - t52._groups = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._groups; + if (t55 == null) { + t55 = new A.ListBuilder(t53); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t52); + t54._groups = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_EOZ)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_EOZ)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "activities": - t52 = result.get$_company_model$_$this(); - t53 = t52._company_model$_activities; - if (t53 == null) { - t53 = new A.ListBuilder(t49); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t48); - t52._company_model$_activities = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._company_model$_activities; + if (t55 == null) { + t55 = new A.ListBuilder(t51); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t50); + t54._company_model$_activities = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_QWw)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_QWw)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "tax_rates": - t52 = result.get$_company_model$_$this(); - t53 = t52._taxRates; - if (t53 == null) { - t53 = new A.ListBuilder(t47); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t46); - t52._taxRates = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._taxRates; + if (t55 == null) { + t55 = new A.ListBuilder(t49); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t48); + t54._taxRates = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_IIj)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_IIj)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "task_statuses": - t52 = result.get$_company_model$_$this(); - t53 = t52._taskStatuses; - if (t53 == null) { - t53 = new A.ListBuilder(t45); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t44); - t52._taskStatuses = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._taskStatuses; + if (t55 == null) { + t55 = new A.ListBuilder(t47); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t46); + t54._taskStatuses = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_WVg)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_WVg)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "taskStatusMap": - t52 = result.get$_company_model$_$this(); - t53 = t52._taskStatusMap; - if (t53 == null) { - t53 = new A.MapBuilder(_null, $, _null, t43); - t53.replace$1(0, B.Map_empty0); - t52._taskStatusMap = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._taskStatusMap; + if (t55 == null) { + t55 = new A.MapBuilder(_null, $, _null, t45); + t55.replace$1(0, B.Map_empty0); + t54._taskStatusMap = t55; + t54 = t55; } else - t52 = t53; - t52.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_woc)); + t54 = t55; + t54.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_woc)); break; case "company_gateways": - t52 = result.get$_company_model$_$this(); - t53 = t52._companyGateways; - if (t53 == null) { - t53 = new A.ListBuilder(t42); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t41); - t52._companyGateways = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._companyGateways; + if (t55 == null) { + t55 = new A.ListBuilder(t44); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t43); + t54._companyGateways = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_A8J)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_A8J)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "expense_categories": - t52 = result.get$_company_model$_$this(); - t53 = t52._expenseCategories; - if (t53 == null) { - t53 = new A.ListBuilder(t40); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t39); - t52._expenseCategories = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._expenseCategories; + if (t55 == null) { + t55 = new A.ListBuilder(t42); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t41); + t54._expenseCategories = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_8cq)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_8cq)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "users": - t52 = result.get$_company_model$_$this(); - t53 = t52._users; - if (t53 == null) { - t53 = new A.ListBuilder(t38); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t37); - t52._users = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._users; + if (t55 == null) { + t55 = new A.ListBuilder(t40); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t39); + t54._users = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_e7r)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_e7r)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "clients": - t52 = result.get$_company_model$_$this(); - t53 = t52._clients; - if (t53 == null) { - t53 = new A.ListBuilder(t36); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t35); - t52._clients = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._clients; + if (t55 == null) { + t55 = new A.ListBuilder(t38); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t37); + t54._clients = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_Ag3)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_Ag3)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "products": - t52 = result.get$_company_model$_$this(); - t53 = t52._products; - if (t53 == null) { - t53 = new A.ListBuilder(t34); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t33); - t52._products = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._products; + if (t55 == null) { + t55 = new A.ListBuilder(t36); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t35); + t54._products = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_GBo)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_GBo)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "invoices": - t52 = result.get$_company_model$_$this(); - t53 = t52._invoices; - if (t53 == null) { - t53 = new A.ListBuilder(t30); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t29); - t52._invoices = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._invoices; + if (t55 == null) { + t55 = new A.ListBuilder(t32); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t31); + t54._invoices = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "recurring_invoices": - t52 = result.get$_company_model$_$this(); - t53 = t52._recurringInvoices; - if (t53 == null) { - t53 = new A.ListBuilder(t30); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t29); - t52._recurringInvoices = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._recurringInvoices; + if (t55 == null) { + t55 = new A.ListBuilder(t32); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t31); + t54._recurringInvoices = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "recurring_expenses": - t52 = result.get$_company_model$_$this(); - t53 = t52._recurringExpenses; - if (t53 == null) { - t53 = new A.ListBuilder(t24); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t23); - t52._recurringExpenses = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._recurringExpenses; + if (t55 == null) { + t55 = new A.ListBuilder(t24); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t23); + t54._recurringExpenses = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_0vR)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_0vR)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "payments": - t52 = result.get$_company_model$_$this(); - t53 = t52._payments; - if (t53 == null) { - t53 = new A.ListBuilder(t32); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t31); - t52._payments = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._payments; + if (t55 == null) { + t55 = new A.ListBuilder(t34); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t33); + t54._payments = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_ORM)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_ORM)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "quotes": - t52 = result.get$_company_model$_$this(); - t53 = t52._quotes; - if (t53 == null) { - t53 = new A.ListBuilder(t30); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t29); - t52._quotes = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._quotes; + if (t55 == null) { + t55 = new A.ListBuilder(t32); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t31); + t54._quotes = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "credits": - t52 = result.get$_company_model$_$this(); - t53 = t52._credits; - if (t53 == null) { - t53 = new A.ListBuilder(t30); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t29); - t52._credits = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._credits; + if (t55 == null) { + t55 = new A.ListBuilder(t32); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t31); + t54._credits = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "purchase_orders": - t52 = result.get$_company_model$_$this(); - t53 = t52._purchaseOrders; - if (t53 == null) { - t53 = new A.ListBuilder(t30); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t29); - t52._purchaseOrders = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._purchaseOrders; + if (t55 == null) { + t55 = new A.ListBuilder(t32); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t31); + t54._purchaseOrders = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; + } + break; + case "bank_integrations": + t54 = result.get$_company_model$_$this(); + t55 = t54._bankAccounts; + if (t55 == null) { + t55 = new A.ListBuilder(t30); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t29); + t54._bankAccounts = t55; + t54 = t55; + } else + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_yLX)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; + } else { + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "tasks": - t52 = result.get$_company_model$_$this(); - t53 = t52._tasks; - if (t53 == null) { - t53 = new A.ListBuilder(t28); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t27); - t52._tasks = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._tasks; + if (t55 == null) { + t55 = new A.ListBuilder(t28); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t27); + t54._tasks = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_UWS)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_UWS)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "projects": - t52 = result.get$_company_model$_$this(); - t53 = t52._projects; - if (t53 == null) { - t53 = new A.ListBuilder(t26); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t25); - t52._projects = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._projects; + if (t55 == null) { + t55 = new A.ListBuilder(t26); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t25); + t54._projects = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_KEc)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_KEc)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "expenses": - t52 = result.get$_company_model$_$this(); - t53 = t52._expenses; - if (t53 == null) { - t53 = new A.ListBuilder(t24); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t23); - t52._expenses = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._expenses; + if (t55 == null) { + t55 = new A.ListBuilder(t24); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t23); + t54._expenses = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_0vR)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_0vR)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "vendors": - t52 = result.get$_company_model$_$this(); - t53 = t52._vendors; - if (t53 == null) { - t53 = new A.ListBuilder(t22); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t21); - t52._vendors = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._vendors; + if (t55 == null) { + t55 = new A.ListBuilder(t22); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t21); + t54._vendors = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_Pss)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_Pss)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "designs": - t52 = result.get$_company_model$_$this(); - t53 = t52._designs; - if (t53 == null) { - t53 = new A.ListBuilder(t20); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t19); - t52._designs = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._designs; + if (t55 == null) { + t55 = new A.ListBuilder(t20); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t19); + t54._designs = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_8sg)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_8sg)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "documents": - t52 = result.get$_company_model$_$this(); - t53 = t52._company_model$_documents; - if (t53 == null) { - t53 = new A.ListBuilder(t18); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t17); - t52._company_model$_documents = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._company_model$_documents; + if (t55 == null) { + t55 = new A.ListBuilder(t18); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t17); + t54._company_model$_documents = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "tokens_hashed": - t52 = result.get$_company_model$_$this(); - t53 = t52._tokens; - if (t53 == null) { - t53 = new A.ListBuilder(t16); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t15); - t52._tokens = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._tokens; + if (t55 == null) { + t55 = new A.ListBuilder(t16); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t15); + t54._tokens = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_mKc)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_mKc)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "webhooks": - t52 = result.get$_company_model$_$this(); - t53 = t52._webhooks; - if (t53 == null) { - t53 = new A.ListBuilder(t14); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t13); - t52._webhooks = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._webhooks; + if (t55 == null) { + t55 = new A.ListBuilder(t14); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t13); + t54._webhooks = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_46c)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_46c)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "subscriptions": - t52 = result.get$_company_model$_$this(); - t53 = t52._subscriptions; - if (t53 == null) { - t53 = new A.ListBuilder(t12); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t11); - t52._subscriptions = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._subscriptions; + if (t55 == null) { + t55 = new A.ListBuilder(t12); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t11); + t54._subscriptions = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_NIe)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_NIe)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "payment_terms": - t52 = result.get$_company_model$_$this(); - t53 = t52._paymentTerms; - if (t53 == null) { - t53 = new A.ListBuilder(t10); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t9); - t52._paymentTerms = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._paymentTerms; + if (t55 == null) { + t55 = new A.ListBuilder(t10); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t9); + t54._paymentTerms = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_kvD)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_kvD)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "system_logs": - t52 = result.get$_company_model$_$this(); - t53 = t52._company_model$_systemLogs; - if (t53 == null) { - t53 = new A.ListBuilder(t8); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t7); - t52._company_model$_systemLogs = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._company_model$_systemLogs; + if (t55 == null) { + t55 = new A.ListBuilder(t8); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t7); + t54._company_model$_systemLogs = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_oGx)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_oGx)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "client_registration_fields": - t52 = result.get$_company_model$_$this(); - t53 = t52._clientRegistrationFields; - if (t53 == null) { - t53 = new A.ListBuilder(t6); - t53.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); - t52._clientRegistrationFields = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._clientRegistrationFields; + if (t55 == null) { + t55 = new A.ListBuilder(t6); + t55.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); + t54._clientRegistrationFields = t55; + t54 = t55; } else - t52 = t53; - t53 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_pjG)); - t54 = t52.$ti; - if (t54._eval$1("_BuiltList<1>")._is(t53)) { - t52.__ListBuilder__list = t53._list; - t52._listOwner = t53; + t54 = t55; + t55 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_pjG)); + t56 = t54.$ti; + if (t56._eval$1("_BuiltList<1>")._is(t55)) { + t54.__ListBuilder__list_A = t55._list; + t54._listOwner = t55; } else { - t52.__ListBuilder__list = A.List_List$from(t53, true, t54._precomputed1); - t52._listOwner = null; + t54.__ListBuilder__list_A = A.List_List$from(t55, true, t56._precomputed1); + t54._listOwner = null; } break; case "custom_fields": - t52 = result.get$_company_model$_$this(); - t53 = t52._customFields; - if (t53 == null) { - t53 = new A.MapBuilder(_null, $, _null, t3); - t53.replace$1(0, B.Map_empty0); - t52._customFields = t53; - t52 = t53; + t54 = result.get$_company_model$_$this(); + t55 = t54._customFields; + if (t55 == null) { + t55 = new A.MapBuilder(_null, $, _null, t3); + t55.replace$1(0, B.Map_empty0); + t54._customFields = t55; + t54 = t55; } else - t52 = t53; - t52.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_LNO)); + t54 = t55; + t54.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_LNO)); break; case "slack_webhook_url": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._slackWebhookUrl = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._slackWebhookUrl = t54; break; case "google_analytics_key": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._googleAnalyticsKey = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._googleAnalyticsKey = t54; break; case "mark_expenses_invoiceable": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._markExpensesInvoiceable = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._markExpensesInvoiceable = t54; break; case "mark_expenses_paid": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._markExpensesPaid = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._markExpensesPaid = t54; break; case "invoice_expense_documents": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._invoiceExpenseDocuments = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._invoiceExpenseDocuments = t54; break; case "invoice_task_documents": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._invoiceTaskDocuments = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._invoiceTaskDocuments = t54; break; case "invoice_task_timelog": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._invoiceTaskTimelog = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._invoiceTaskTimelog = t54; break; case "invoice_task_datelog": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._invoiceTaskDatelog = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._invoiceTaskDatelog = t54; break; case "invoice_task_project": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._invoiceTaskProject = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._invoiceTaskProject = t54; break; case "auto_start_tasks": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._autoStartTasks = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._autoStartTasks = t54; break; case "show_tasks_table": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._showTasksTable = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._showTasksTable = t54; break; case "show_task_end_date": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._showTaskEndDate = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._showTaskEndDate = t54; break; case "settings": - t52 = result.get$_company_model$_$this(); - t53 = t52._company_model$_settings; - t52 = t53 == null ? t52._company_model$_settings = new A.SettingsEntityBuilder() : t53; - t53 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_Iqz0)); - if (t53 == null) + t54 = result.get$_company_model$_$this(); + t55 = t54._settings; + t54 = t55 == null ? t54._settings = new A.SettingsEntityBuilder() : t55; + t55 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_Iqz0)); + if (t55 == null) A.throwExpression(A.ArgumentError$notNull("other")); - t52._settings_model$_$v = t53; + t54._settings_model$_$v = t55; break; case "enabled_modules": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._enabledModules = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._enabledModules = t54; break; case "calculate_expense_tax_by_amount": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._calculateExpenseTaxByAmount = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._calculateExpenseTaxByAmount = t54; break; case "stop_on_unpaid_recurring ": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._stopOnUnpaidRecurring = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._stopOnUnpaidRecurring = t54; break; case "isChanged": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._company_model$_isChanged = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._company_model$_isChanged = t54; break; case "created_at": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._company_model$_createdAt = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._company_model$_createdAt = t54; break; case "updated_at": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._company_model$_updatedAt = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._company_model$_updatedAt = t54; break; case "archived_at": - t52 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_model$_$this()._company_model$_archivedAt = t52; + t54 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_model$_$this()._company_model$_archivedAt = t54; break; case "is_deleted": - t52 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_company_model$_$this()._company_model$_isDeleted = t52; + t54 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_company_model$_$this()._company_model$_isDeleted = t54; break; case "user_id": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._company_model$_createdUserId = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._company_model$_createdUserId = t54; break; case "assigned_user_id": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._company_model$_assignedUserId = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._company_model$_assignedUserId = t54; break; case "entity_type": - t52 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_qBb)); - result.get$_company_model$_$this()._company_model$_entityType = t52; + t54 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_qBb)); + result.get$_company_model$_$this()._company_model$_entityType = t54; break; case "id": - t52 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_company_model$_$this()._company_model$_id = t52; + t54 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_company_model$_$this()._company_model$_id = t54; break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306189,7 +313606,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306238,7 +313655,7 @@ t5 = t4._webhooks; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._webhooks = t5; t4 = t5; } else @@ -306246,16 +313663,16 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306405,11 +313822,11 @@ break; case "settings": t7 = result.get$_company_model$_$this(); - t8 = t7._company_model$_settings; + t8 = t7._settings; if (t8 == null) { t8 = new A.UserSettingsEntityBuilder(); A.UserSettingsEntity__initializeBuilder(t8); - t7._company_model$_settings = t8; + t7._settings = t8; t7 = t8; } else t7 = t8; @@ -306424,7 +313841,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306502,7 +313919,7 @@ t7 = t6._dashboardFields; if (t7 == null) { t7 = new A.ListBuilder(t3); - t7.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t7.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t6._dashboardFields = t7; t6 = t7; } else @@ -306510,10 +313927,10 @@ t7 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_e7r0)); t8 = t6.$ti; if (t8._eval$1("_BuiltList<1>")._is(t7)) { - t6.__ListBuilder__list = t7._list; + t6.__ListBuilder__list_A = t7._list; t6._listOwner = t7; } else { - t6.__ListBuilder__list = A.List_List$from(t7, true, t8._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t7, true, t8._precomputed1); t6._listOwner = null; } break; @@ -306527,7 +313944,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306579,7 +313996,7 @@ t5 = t4._columns; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._columns = t5; t4 = t5; } else @@ -306587,16 +314004,16 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306650,7 +314067,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306702,7 +314119,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -306770,7 +314187,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_AgZ; + return B.List_AgZ1; }, get$wireName() { return "DashboardField"; @@ -306783,7 +314200,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -306791,12 +314208,12 @@ return false; if (other === _this) return true; - return other instanceof A.CompanyEntity && _this.enableCustomSurchargeTaxes1 === other.enableCustomSurchargeTaxes1 && _this.enableCustomSurchargeTaxes2 === other.enableCustomSurchargeTaxes2 && _this.enableCustomSurchargeTaxes3 === other.enableCustomSurchargeTaxes3 && _this.enableCustomSurchargeTaxes4 === other.enableCustomSurchargeTaxes4 && _this.sizeId === other.sizeId && _this.industryId === other.industryId && _this.subdomain === other.subdomain && _this.portalMode === other.portalMode && _this.portalDomain === other.portalDomain && _this.updateProducts === other.updateProducts && _this.convertProductExchangeRate === other.convertProductExchangeRate && _this.convertRateToClient === other.convertRateToClient && _this.fillProducts === other.fillProducts && _this.enableProductCost === other.enableProductCost && _this.enableProductQuantity === other.enableProductQuantity && _this.enableProductDiscount === other.enableProductDiscount && _this.defaultTaskIsDateBased === other.defaultTaskIsDateBased && _this.defaultQuantity === other.defaultQuantity && _this.showProductDetails === other.showProductDetails && _this.clientCanRegister === other.clientCanRegister && _this.isLarge === other.isLarge && _this.isDisabled === other.isDisabled && _this.enableShopApi === other.enableShopApi && _this.companyKey === other.companyKey && _this.firstDayOfWeek === other.firstDayOfWeek && _this.firstMonthOfYear === other.firstMonthOfYear && _this.numberOfInvoiceTaxRates === other.numberOfInvoiceTaxRates && _this.numberOfItemTaxRates === other.numberOfItemTaxRates && _this.numberOfExpenseTaxRates === other.numberOfExpenseTaxRates && _this.expenseInclusiveTaxes === other.expenseInclusiveTaxes && _this.sessionTimeout === other.sessionTimeout && _this.passwordTimeout === other.passwordTimeout && _this.oauthPasswordRequired === other.oauthPasswordRequired && _this.markdownEnabled === other.markdownEnabled && _this.markdownEmailEnabled === other.markdownEmailEnabled && _this.useCommaAsDecimalPlace === other.useCommaAsDecimalPlace && _this.reportIncludeDrafts === other.reportIncludeDrafts && _this.useQuoteTermsOnConversion === other.useQuoteTermsOnConversion && _this.enableApplyingPayments === other.enableApplyingPayments && _this.trackInventory === other.trackInventory && _this.stockNotificationThreshold === other.stockNotificationThreshold && _this.stockNotification === other.stockNotification && J.$eq$(_this.groups, other.groups) && J.$eq$(_this.activities, other.activities) && J.$eq$(_this.taxRates, other.taxRates) && J.$eq$(_this.taskStatuses, other.taskStatuses) && J.$eq$(_this.taskStatusMap, other.taskStatusMap) && J.$eq$(_this.companyGateways, other.companyGateways) && J.$eq$(_this.expenseCategories, other.expenseCategories) && J.$eq$(_this.users, other.users) && J.$eq$(_this.clients, other.clients) && J.$eq$(_this.products, other.products) && J.$eq$(_this.invoices, other.invoices) && J.$eq$(_this.recurringInvoices, other.recurringInvoices) && J.$eq$(_this.recurringExpenses, other.recurringExpenses) && J.$eq$(_this.payments, other.payments) && J.$eq$(_this.quotes, other.quotes) && J.$eq$(_this.credits, other.credits) && J.$eq$(_this.purchaseOrders, other.purchaseOrders) && J.$eq$(_this.tasks, other.tasks) && J.$eq$(_this.projects, other.projects) && J.$eq$(_this.expenses, other.expenses) && J.$eq$(_this.vendors, other.vendors) && J.$eq$(_this.designs, other.designs) && J.$eq$(_this.documents, other.documents) && J.$eq$(_this.tokens, other.tokens) && J.$eq$(_this.webhooks, other.webhooks) && J.$eq$(_this.subscriptions, other.subscriptions) && J.$eq$(_this.paymentTerms, other.paymentTerms) && J.$eq$(_this.systemLogs, other.systemLogs) && J.$eq$(_this.clientRegistrationFields, other.clientRegistrationFields) && J.$eq$(_this.customFields, other.customFields) && _this.slackWebhookUrl === other.slackWebhookUrl && _this.googleAnalyticsKey === other.googleAnalyticsKey && _this.markExpensesInvoiceable === other.markExpensesInvoiceable && _this.markExpensesPaid === other.markExpensesPaid && _this.invoiceExpenseDocuments === other.invoiceExpenseDocuments && _this.invoiceTaskDocuments === other.invoiceTaskDocuments && _this.invoiceTaskTimelog === other.invoiceTaskTimelog && _this.invoiceTaskDatelog === other.invoiceTaskDatelog && _this.invoiceTaskProject === other.invoiceTaskProject && _this.autoStartTasks === other.autoStartTasks && _this.showTasksTable === other.showTasksTable && _this.showTaskEndDate === other.showTaskEndDate && J.$eq$(_this.settings, other.settings) && _this.enabledModules === other.enabledModules && _this.calculateExpenseTaxByAmount === other.calculateExpenseTaxByAmount && _this.stopOnUnpaidRecurring === other.stopOnUnpaidRecurring && _this.isChanged == other.isChanged && _this.createdAt === other.createdAt && _this.updatedAt === other.updatedAt && _this.archivedAt === other.archivedAt && _this.isDeleted == other.isDeleted && _this.createdUserId == other.createdUserId && _this.assignedUserId == other.assignedUserId && _this.entityType == other.entityType && _this.id === other.id; + return other instanceof A.CompanyEntity && _this.enableCustomSurchargeTaxes1 === other.enableCustomSurchargeTaxes1 && _this.enableCustomSurchargeTaxes2 === other.enableCustomSurchargeTaxes2 && _this.enableCustomSurchargeTaxes3 === other.enableCustomSurchargeTaxes3 && _this.enableCustomSurchargeTaxes4 === other.enableCustomSurchargeTaxes4 && _this.sizeId === other.sizeId && _this.industryId === other.industryId && _this.subdomain === other.subdomain && _this.portalMode === other.portalMode && _this.portalDomain === other.portalDomain && _this.updateProducts === other.updateProducts && _this.convertProductExchangeRate === other.convertProductExchangeRate && _this.convertRateToClient === other.convertRateToClient && _this.fillProducts === other.fillProducts && _this.enableProductCost === other.enableProductCost && _this.enableProductQuantity === other.enableProductQuantity && _this.enableProductDiscount === other.enableProductDiscount && _this.defaultTaskIsDateBased === other.defaultTaskIsDateBased && _this.defaultQuantity === other.defaultQuantity && _this.showProductDetails === other.showProductDetails && _this.clientCanRegister === other.clientCanRegister && _this.isLarge === other.isLarge && _this.isDisabled === other.isDisabled && _this.enableShopApi === other.enableShopApi && _this.companyKey === other.companyKey && _this.firstDayOfWeek === other.firstDayOfWeek && _this.firstMonthOfYear === other.firstMonthOfYear && _this.numberOfInvoiceTaxRates === other.numberOfInvoiceTaxRates && _this.numberOfItemTaxRates === other.numberOfItemTaxRates && _this.numberOfExpenseTaxRates === other.numberOfExpenseTaxRates && _this.expenseInclusiveTaxes === other.expenseInclusiveTaxes && _this.sessionTimeout === other.sessionTimeout && _this.passwordTimeout === other.passwordTimeout && _this.oauthPasswordRequired === other.oauthPasswordRequired && _this.markdownEnabled === other.markdownEnabled && _this.markdownEmailEnabled === other.markdownEmailEnabled && _this.useCommaAsDecimalPlace === other.useCommaAsDecimalPlace && _this.reportIncludeDrafts === other.reportIncludeDrafts && _this.useQuoteTermsOnConversion === other.useQuoteTermsOnConversion && _this.enableApplyingPayments === other.enableApplyingPayments && _this.trackInventory === other.trackInventory && _this.stockNotificationThreshold === other.stockNotificationThreshold && _this.stockNotification === other.stockNotification && J.$eq$(_this.groups, other.groups) && J.$eq$(_this.activities, other.activities) && J.$eq$(_this.taxRates, other.taxRates) && J.$eq$(_this.taskStatuses, other.taskStatuses) && J.$eq$(_this.taskStatusMap, other.taskStatusMap) && J.$eq$(_this.companyGateways, other.companyGateways) && J.$eq$(_this.expenseCategories, other.expenseCategories) && J.$eq$(_this.users, other.users) && J.$eq$(_this.clients, other.clients) && J.$eq$(_this.products, other.products) && J.$eq$(_this.invoices, other.invoices) && J.$eq$(_this.recurringInvoices, other.recurringInvoices) && J.$eq$(_this.recurringExpenses, other.recurringExpenses) && J.$eq$(_this.payments, other.payments) && J.$eq$(_this.quotes, other.quotes) && J.$eq$(_this.credits, other.credits) && J.$eq$(_this.purchaseOrders, other.purchaseOrders) && J.$eq$(_this.bankAccounts, other.bankAccounts) && J.$eq$(_this.tasks, other.tasks) && J.$eq$(_this.projects, other.projects) && J.$eq$(_this.expenses, other.expenses) && J.$eq$(_this.vendors, other.vendors) && J.$eq$(_this.designs, other.designs) && J.$eq$(_this.documents, other.documents) && J.$eq$(_this.tokens, other.tokens) && J.$eq$(_this.webhooks, other.webhooks) && J.$eq$(_this.subscriptions, other.subscriptions) && J.$eq$(_this.paymentTerms, other.paymentTerms) && J.$eq$(_this.systemLogs, other.systemLogs) && J.$eq$(_this.clientRegistrationFields, other.clientRegistrationFields) && J.$eq$(_this.customFields, other.customFields) && _this.slackWebhookUrl === other.slackWebhookUrl && _this.googleAnalyticsKey === other.googleAnalyticsKey && _this.markExpensesInvoiceable === other.markExpensesInvoiceable && _this.markExpensesPaid === other.markExpensesPaid && _this.invoiceExpenseDocuments === other.invoiceExpenseDocuments && _this.invoiceTaskDocuments === other.invoiceTaskDocuments && _this.invoiceTaskTimelog === other.invoiceTaskTimelog && _this.invoiceTaskDatelog === other.invoiceTaskDatelog && _this.invoiceTaskProject === other.invoiceTaskProject && _this.autoStartTasks === other.autoStartTasks && _this.showTasksTable === other.showTasksTable && _this.showTaskEndDate === other.showTaskEndDate && J.$eq$(_this.settings, other.settings) && _this.enabledModules === other.enabledModules && _this.calculateExpenseTaxByAmount === other.calculateExpenseTaxByAmount && _this.stopOnUnpaidRecurring === other.stopOnUnpaidRecurring && _this.isChanged == other.isChanged && _this.createdAt === other.createdAt && _this.updatedAt === other.updatedAt && _this.archivedAt === other.archivedAt && _this.isDeleted == other.isDeleted && _this.createdUserId == other.createdUserId && _this.assignedUserId == other.assignedUserId && _this.entityType == other.entityType && _this.id === other.id; }, get$hashCode(_) { var _this = this, t1 = _this._company_model$__hashCode; - return t1 == null ? _this._company_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes1)), B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes2)), B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes3)), B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes4)), B.JSString_methods.get$hashCode(_this.sizeId)), B.JSString_methods.get$hashCode(_this.industryId)), B.JSString_methods.get$hashCode(_this.subdomain)), B.JSString_methods.get$hashCode(_this.portalMode)), B.JSString_methods.get$hashCode(_this.portalDomain)), B.JSBool_methods.get$hashCode(_this.updateProducts)), B.JSBool_methods.get$hashCode(_this.convertProductExchangeRate)), B.JSBool_methods.get$hashCode(_this.convertRateToClient)), B.JSBool_methods.get$hashCode(_this.fillProducts)), B.JSBool_methods.get$hashCode(_this.enableProductCost)), B.JSBool_methods.get$hashCode(_this.enableProductQuantity)), B.JSBool_methods.get$hashCode(_this.enableProductDiscount)), B.JSBool_methods.get$hashCode(_this.defaultTaskIsDateBased)), B.JSBool_methods.get$hashCode(_this.defaultQuantity)), B.JSBool_methods.get$hashCode(_this.showProductDetails)), B.JSBool_methods.get$hashCode(_this.clientCanRegister)), B.JSBool_methods.get$hashCode(_this.isLarge)), B.JSBool_methods.get$hashCode(_this.isDisabled)), B.JSBool_methods.get$hashCode(_this.enableShopApi)), B.JSString_methods.get$hashCode(_this.companyKey)), B.JSString_methods.get$hashCode(_this.firstDayOfWeek)), B.JSString_methods.get$hashCode(_this.firstMonthOfYear)), B.JSInt_methods.get$hashCode(_this.numberOfInvoiceTaxRates)), B.JSInt_methods.get$hashCode(_this.numberOfItemTaxRates)), B.JSInt_methods.get$hashCode(_this.numberOfExpenseTaxRates)), B.JSBool_methods.get$hashCode(_this.expenseInclusiveTaxes)), B.JSInt_methods.get$hashCode(_this.sessionTimeout)), B.JSInt_methods.get$hashCode(_this.passwordTimeout)), B.JSBool_methods.get$hashCode(_this.oauthPasswordRequired)), B.JSBool_methods.get$hashCode(_this.markdownEnabled)), B.JSBool_methods.get$hashCode(_this.markdownEmailEnabled)), B.JSBool_methods.get$hashCode(_this.useCommaAsDecimalPlace)), B.JSBool_methods.get$hashCode(_this.reportIncludeDrafts)), B.JSBool_methods.get$hashCode(_this.useQuoteTermsOnConversion)), B.JSBool_methods.get$hashCode(_this.enableApplyingPayments)), B.JSBool_methods.get$hashCode(_this.trackInventory)), B.JSInt_methods.get$hashCode(_this.stockNotificationThreshold)), B.JSBool_methods.get$hashCode(_this.stockNotification)), J.get$hashCode$(_this.groups)), J.get$hashCode$(_this.activities)), J.get$hashCode$(_this.taxRates)), J.get$hashCode$(_this.taskStatuses)), J.get$hashCode$(_this.taskStatusMap)), J.get$hashCode$(_this.companyGateways)), J.get$hashCode$(_this.expenseCategories)), J.get$hashCode$(_this.users)), J.get$hashCode$(_this.clients)), J.get$hashCode$(_this.products)), J.get$hashCode$(_this.invoices)), J.get$hashCode$(_this.recurringInvoices)), J.get$hashCode$(_this.recurringExpenses)), J.get$hashCode$(_this.payments)), J.get$hashCode$(_this.quotes)), J.get$hashCode$(_this.credits)), J.get$hashCode$(_this.purchaseOrders)), J.get$hashCode$(_this.tasks)), J.get$hashCode$(_this.projects)), J.get$hashCode$(_this.expenses)), J.get$hashCode$(_this.vendors)), J.get$hashCode$(_this.designs)), J.get$hashCode$(_this.documents)), J.get$hashCode$(_this.tokens)), J.get$hashCode$(_this.webhooks)), J.get$hashCode$(_this.subscriptions)), J.get$hashCode$(_this.paymentTerms)), J.get$hashCode$(_this.systemLogs)), J.get$hashCode$(_this.clientRegistrationFields)), J.get$hashCode$(_this.customFields)), B.JSString_methods.get$hashCode(_this.slackWebhookUrl)), B.JSString_methods.get$hashCode(_this.googleAnalyticsKey)), B.JSBool_methods.get$hashCode(_this.markExpensesInvoiceable)), B.JSBool_methods.get$hashCode(_this.markExpensesPaid)), B.JSBool_methods.get$hashCode(_this.invoiceExpenseDocuments)), B.JSBool_methods.get$hashCode(_this.invoiceTaskDocuments)), B.JSBool_methods.get$hashCode(_this.invoiceTaskTimelog)), B.JSBool_methods.get$hashCode(_this.invoiceTaskDatelog)), B.JSBool_methods.get$hashCode(_this.invoiceTaskProject)), B.JSBool_methods.get$hashCode(_this.autoStartTasks)), B.JSBool_methods.get$hashCode(_this.showTasksTable)), B.JSBool_methods.get$hashCode(_this.showTaskEndDate)), J.get$hashCode$(_this.settings)), B.JSInt_methods.get$hashCode(_this.enabledModules)), B.JSBool_methods.get$hashCode(_this.calculateExpenseTaxByAmount)), B.JSBool_methods.get$hashCode(_this.stopOnUnpaidRecurring)), J.get$hashCode$(_this.isChanged)), B.JSInt_methods.get$hashCode(_this.createdAt)), B.JSInt_methods.get$hashCode(_this.updatedAt)), B.JSInt_methods.get$hashCode(_this.archivedAt)), J.get$hashCode$(_this.isDeleted)), J.get$hashCode$(_this.createdUserId)), J.get$hashCode$(_this.assignedUserId)), J.get$hashCode$(_this.entityType)), B.JSString_methods.get$hashCode(_this.id))) : t1; + return t1 == null ? _this._company_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes1)), B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes2)), B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes3)), B.JSBool_methods.get$hashCode(_this.enableCustomSurchargeTaxes4)), B.JSString_methods.get$hashCode(_this.sizeId)), B.JSString_methods.get$hashCode(_this.industryId)), B.JSString_methods.get$hashCode(_this.subdomain)), B.JSString_methods.get$hashCode(_this.portalMode)), B.JSString_methods.get$hashCode(_this.portalDomain)), B.JSBool_methods.get$hashCode(_this.updateProducts)), B.JSBool_methods.get$hashCode(_this.convertProductExchangeRate)), B.JSBool_methods.get$hashCode(_this.convertRateToClient)), B.JSBool_methods.get$hashCode(_this.fillProducts)), B.JSBool_methods.get$hashCode(_this.enableProductCost)), B.JSBool_methods.get$hashCode(_this.enableProductQuantity)), B.JSBool_methods.get$hashCode(_this.enableProductDiscount)), B.JSBool_methods.get$hashCode(_this.defaultTaskIsDateBased)), B.JSBool_methods.get$hashCode(_this.defaultQuantity)), B.JSBool_methods.get$hashCode(_this.showProductDetails)), B.JSBool_methods.get$hashCode(_this.clientCanRegister)), B.JSBool_methods.get$hashCode(_this.isLarge)), B.JSBool_methods.get$hashCode(_this.isDisabled)), B.JSBool_methods.get$hashCode(_this.enableShopApi)), B.JSString_methods.get$hashCode(_this.companyKey)), B.JSString_methods.get$hashCode(_this.firstDayOfWeek)), B.JSString_methods.get$hashCode(_this.firstMonthOfYear)), B.JSInt_methods.get$hashCode(_this.numberOfInvoiceTaxRates)), B.JSInt_methods.get$hashCode(_this.numberOfItemTaxRates)), B.JSInt_methods.get$hashCode(_this.numberOfExpenseTaxRates)), B.JSBool_methods.get$hashCode(_this.expenseInclusiveTaxes)), B.JSInt_methods.get$hashCode(_this.sessionTimeout)), B.JSInt_methods.get$hashCode(_this.passwordTimeout)), B.JSBool_methods.get$hashCode(_this.oauthPasswordRequired)), B.JSBool_methods.get$hashCode(_this.markdownEnabled)), B.JSBool_methods.get$hashCode(_this.markdownEmailEnabled)), B.JSBool_methods.get$hashCode(_this.useCommaAsDecimalPlace)), B.JSBool_methods.get$hashCode(_this.reportIncludeDrafts)), B.JSBool_methods.get$hashCode(_this.useQuoteTermsOnConversion)), B.JSBool_methods.get$hashCode(_this.enableApplyingPayments)), B.JSBool_methods.get$hashCode(_this.trackInventory)), B.JSInt_methods.get$hashCode(_this.stockNotificationThreshold)), B.JSBool_methods.get$hashCode(_this.stockNotification)), J.get$hashCode$(_this.groups)), J.get$hashCode$(_this.activities)), J.get$hashCode$(_this.taxRates)), J.get$hashCode$(_this.taskStatuses)), J.get$hashCode$(_this.taskStatusMap)), J.get$hashCode$(_this.companyGateways)), J.get$hashCode$(_this.expenseCategories)), J.get$hashCode$(_this.users)), J.get$hashCode$(_this.clients)), J.get$hashCode$(_this.products)), J.get$hashCode$(_this.invoices)), J.get$hashCode$(_this.recurringInvoices)), J.get$hashCode$(_this.recurringExpenses)), J.get$hashCode$(_this.payments)), J.get$hashCode$(_this.quotes)), J.get$hashCode$(_this.credits)), J.get$hashCode$(_this.purchaseOrders)), J.get$hashCode$(_this.bankAccounts)), J.get$hashCode$(_this.tasks)), J.get$hashCode$(_this.projects)), J.get$hashCode$(_this.expenses)), J.get$hashCode$(_this.vendors)), J.get$hashCode$(_this.designs)), J.get$hashCode$(_this.documents)), J.get$hashCode$(_this.tokens)), J.get$hashCode$(_this.webhooks)), J.get$hashCode$(_this.subscriptions)), J.get$hashCode$(_this.paymentTerms)), J.get$hashCode$(_this.systemLogs)), J.get$hashCode$(_this.clientRegistrationFields)), J.get$hashCode$(_this.customFields)), B.JSString_methods.get$hashCode(_this.slackWebhookUrl)), B.JSString_methods.get$hashCode(_this.googleAnalyticsKey)), B.JSBool_methods.get$hashCode(_this.markExpensesInvoiceable)), B.JSBool_methods.get$hashCode(_this.markExpensesPaid)), B.JSBool_methods.get$hashCode(_this.invoiceExpenseDocuments)), B.JSBool_methods.get$hashCode(_this.invoiceTaskDocuments)), B.JSBool_methods.get$hashCode(_this.invoiceTaskTimelog)), B.JSBool_methods.get$hashCode(_this.invoiceTaskDatelog)), B.JSBool_methods.get$hashCode(_this.invoiceTaskProject)), B.JSBool_methods.get$hashCode(_this.autoStartTasks)), B.JSBool_methods.get$hashCode(_this.showTasksTable)), B.JSBool_methods.get$hashCode(_this.showTaskEndDate)), J.get$hashCode$(_this.settings)), B.JSInt_methods.get$hashCode(_this.enabledModules)), B.JSBool_methods.get$hashCode(_this.calculateExpenseTaxByAmount)), B.JSBool_methods.get$hashCode(_this.stopOnUnpaidRecurring)), J.get$hashCode$(_this.isChanged)), B.JSInt_methods.get$hashCode(_this.createdAt)), B.JSInt_methods.get$hashCode(_this.updatedAt)), B.JSInt_methods.get$hashCode(_this.archivedAt)), J.get$hashCode$(_this.isDeleted)), J.get$hashCode$(_this.createdUserId)), J.get$hashCode$(_this.assignedUserId)), J.get$hashCode$(_this.entityType)), B.JSString_methods.get$hashCode(_this.id))) : t1; }, toString$0(_) { var _this = this, @@ -306861,6 +314278,7 @@ t2.add$2(t1, "quotes", _this.quotes); t2.add$2(t1, "credits", _this.credits); t2.add$2(t1, "purchaseOrders", _this.purchaseOrders); + t2.add$2(t1, "bankAccounts", _this.bankAccounts); t2.add$2(t1, "tasks", _this.tasks); t2.add$2(t1, "projects", _this.projects); t2.add$2(t1, "expenses", _this.expenses); @@ -306910,7 +314328,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -307012,6 +314430,11 @@ t2 = t1._purchaseOrders; return t2 == null ? t1._purchaseOrders = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity) : t2; }, + get$bankAccounts() { + var t1 = this.get$_company_model$_$this(), + t2 = t1._bankAccounts; + return t2 == null ? t1._bankAccounts = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity) : t2; + }, get$tasks() { var t1 = this.get$_company_model$_$this(), t2 = t1._tasks; @@ -307085,8 +314508,8 @@ }, get$settings() { var t1 = this.get$_company_model$_$this(), - t2 = t1._company_model$_settings; - return t2 == null ? t1._company_model$_settings = new A.SettingsEntityBuilder() : t2; + t2 = t1._settings; + return t2 == null ? t1._settings = new A.SettingsEntityBuilder() : t2; }, get$id(_) { return this.get$_company_model$_$this()._company_model$_id; @@ -307190,6 +314613,9 @@ t2 = $$v.purchaseOrders; t2.toString; _this._purchaseOrders = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + t2 = $$v.bankAccounts; + t2.toString; + _this._bankAccounts = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); t2 = $$v.tasks; t2.toString; _this._tasks = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); @@ -307248,7 +314674,7 @@ t2 = new A.SettingsEntityBuilder(); A.ArgumentError_checkNotNull(t1, "other"); t2._settings_model$_$v = t1; - _this._company_model$_settings = t2; + _this._settings = t2; _this._enabledModules = $$v.enabledModules; _this._calculateExpenseTaxByAmount = $$v.calculateExpenseTaxByAmount; _this._stopOnUnpaidRecurring = $$v.stopOnUnpaidRecurring; @@ -307265,8 +314691,8 @@ } return _this; }, - build$0(_) { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, exception, _this = this, + build$0() { + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, exception, _this = this, _s13_ = "CompanyEntity", _$result = null; try { @@ -307398,167 +314824,170 @@ t42 = _this.get$_company_model$_$this()._stockNotification; if (t42 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "stockNotification")); - t43 = _this.get$groups().build$0(0); - t44 = _this.get$activities().build$0(0); - t45 = _this.get$taxRates().build$0(0); - t46 = _this.get$taskStatuses().build$0(0); - t47 = _this.get$taskStatusMap().build$0(0); - t48 = _this.get$companyGateways().build$0(0); - t49 = _this.get$expenseCategories().build$0(0); - t50 = _this.get$users().build$0(0); - t51 = _this.get$clients(_this).build$0(0); - t52 = _this.get$products().build$0(0); - t53 = _this.get$invoices().build$0(0); - t54 = _this.get$recurringInvoices().build$0(0); - t55 = _this.get$recurringExpenses().build$0(0); - t56 = _this.get$payments().build$0(0); - t57 = _this.get$quotes(_this).build$0(0); - t58 = _this.get$credits().build$0(0); - t59 = _this.get$purchaseOrders().build$0(0); - t60 = _this.get$tasks().build$0(0); - t61 = _this.get$projects().build$0(0); - t62 = _this.get$expenses().build$0(0); - t63 = _this.get$vendors().build$0(0); - t64 = _this.get$designs().build$0(0); - t65 = _this.get$documents().build$0(0); - t66 = _this.get$tokens().build$0(0); - t67 = _this.get$webhooks().build$0(0); - t68 = _this.get$subscriptions().build$0(0); - t69 = _this.get$paymentTerms().build$0(0); - t70 = _this.get$systemLogs().build$0(0); - t71 = _this.get$clientRegistrationFields().build$0(0); - t72 = _this.get$customFields().build$0(0); - t73 = _this.get$_company_model$_$this()._slackWebhookUrl; - if (t73 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "slackWebhookUrl")); - t74 = _this.get$_company_model$_$this()._googleAnalyticsKey; + t43 = _this.get$groups().build$0(); + t44 = _this.get$activities().build$0(); + t45 = _this.get$taxRates().build$0(); + t46 = _this.get$taskStatuses().build$0(); + t47 = _this.get$taskStatusMap().build$0(); + t48 = _this.get$companyGateways().build$0(); + t49 = _this.get$expenseCategories().build$0(); + t50 = _this.get$users().build$0(); + t51 = _this.get$clients(_this).build$0(); + t52 = _this.get$products().build$0(); + t53 = _this.get$invoices().build$0(); + t54 = _this.get$recurringInvoices().build$0(); + t55 = _this.get$recurringExpenses().build$0(); + t56 = _this.get$payments().build$0(); + t57 = _this.get$quotes(_this).build$0(); + t58 = _this.get$credits().build$0(); + t59 = _this.get$purchaseOrders().build$0(); + t60 = _this.get$bankAccounts().build$0(); + t61 = _this.get$tasks().build$0(); + t62 = _this.get$projects().build$0(); + t63 = _this.get$expenses().build$0(); + t64 = _this.get$vendors().build$0(); + t65 = _this.get$designs().build$0(); + t66 = _this.get$documents().build$0(); + t67 = _this.get$tokens().build$0(); + t68 = _this.get$webhooks().build$0(); + t69 = _this.get$subscriptions().build$0(); + t70 = _this.get$paymentTerms().build$0(); + t71 = _this.get$systemLogs().build$0(); + t72 = _this.get$clientRegistrationFields().build$0(); + t73 = _this.get$customFields().build$0(); + t74 = _this.get$_company_model$_$this()._slackWebhookUrl; if (t74 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "googleAnalyticsKey")); - t75 = _this.get$_company_model$_$this()._markExpensesInvoiceable; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "slackWebhookUrl")); + t75 = _this.get$_company_model$_$this()._googleAnalyticsKey; if (t75 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "markExpensesInvoiceable")); - t76 = _this.get$_company_model$_$this()._markExpensesPaid; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "googleAnalyticsKey")); + t76 = _this.get$_company_model$_$this()._markExpensesInvoiceable; if (t76 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "markExpensesPaid")); - t77 = _this.get$_company_model$_$this()._invoiceExpenseDocuments; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "markExpensesInvoiceable")); + t77 = _this.get$_company_model$_$this()._markExpensesPaid; if (t77 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceExpenseDocuments")); - t78 = _this.get$_company_model$_$this()._invoiceTaskDocuments; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "markExpensesPaid")); + t78 = _this.get$_company_model$_$this()._invoiceExpenseDocuments; if (t78 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskDocuments")); - t79 = _this.get$_company_model$_$this()._invoiceTaskTimelog; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceExpenseDocuments")); + t79 = _this.get$_company_model$_$this()._invoiceTaskDocuments; if (t79 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskTimelog")); - t80 = _this.get$_company_model$_$this()._invoiceTaskDatelog; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskDocuments")); + t80 = _this.get$_company_model$_$this()._invoiceTaskTimelog; if (t80 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskDatelog")); - t81 = _this.get$_company_model$_$this()._invoiceTaskProject; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskTimelog")); + t81 = _this.get$_company_model$_$this()._invoiceTaskDatelog; if (t81 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskProject")); - t82 = _this.get$_company_model$_$this()._autoStartTasks; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskDatelog")); + t82 = _this.get$_company_model$_$this()._invoiceTaskProject; if (t82 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "autoStartTasks")); - t83 = _this.get$_company_model$_$this()._showTasksTable; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "invoiceTaskProject")); + t83 = _this.get$_company_model$_$this()._autoStartTasks; if (t83 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "showTasksTable")); - t84 = _this.get$_company_model$_$this()._showTaskEndDate; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "autoStartTasks")); + t84 = _this.get$_company_model$_$this()._showTasksTable; if (t84 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "showTasksTable")); + t85 = _this.get$_company_model$_$this()._showTaskEndDate; + if (t85 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "showTaskEndDate")); - t85 = _this.get$settings().build$0(0); - t86 = _this.get$_company_model$_$this()._enabledModules; - if (t86 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "enabledModules")); - t87 = _this.get$_company_model$_$this()._calculateExpenseTaxByAmount; + t86 = _this.get$settings().build$0(); + t87 = _this.get$_company_model$_$this()._enabledModules; if (t87 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "calculateExpenseTaxByAmount")); - t88 = _this.get$_company_model$_$this()._stopOnUnpaidRecurring; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "enabledModules")); + t88 = _this.get$_company_model$_$this()._calculateExpenseTaxByAmount; if (t88 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "calculateExpenseTaxByAmount")); + t89 = _this.get$_company_model$_$this()._stopOnUnpaidRecurring; + if (t89 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "stopOnUnpaidRecurring")); - t89 = _this.get$_company_model$_$this()._company_model$_isChanged; - t90 = _this.get$_company_model$_$this()._company_model$_createdAt; - if (t90 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "createdAt")); - t91 = _this.get$_company_model$_$this()._company_model$_updatedAt; + t90 = _this.get$_company_model$_$this()._company_model$_isChanged; + t91 = _this.get$_company_model$_$this()._company_model$_createdAt; if (t91 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "updatedAt")); - t92 = _this.get$_company_model$_$this()._company_model$_archivedAt; + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "createdAt")); + t92 = _this.get$_company_model$_$this()._company_model$_updatedAt; if (t92 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "updatedAt")); + t93 = _this.get$_company_model$_$this()._company_model$_archivedAt; + if (t93 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "archivedAt")); - t93 = _this.get$_company_model$_$this()._company_model$_isDeleted; - t94 = _this.get$_company_model$_$this()._company_model$_createdUserId; - t95 = _this.get$_company_model$_$this()._company_model$_assignedUserId; - t96 = _this.get$_company_model$_$this()._company_model$_entityType; - t97 = _this.get$_company_model$_$this()._company_model$_id; - if (t97 == null) + t94 = _this.get$_company_model$_$this()._company_model$_isDeleted; + t95 = _this.get$_company_model$_$this()._company_model$_createdUserId; + t96 = _this.get$_company_model$_$this()._company_model$_assignedUserId; + t97 = _this.get$_company_model$_$this()._company_model$_entityType; + t98 = _this.get$_company_model$_$this()._company_model$_id; + if (t98 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "id")); - _$result0 = A._$CompanyEntity$_(t44, t92, t95, t82, t87, t20, t71, t51, t48, t24, t11, t12, t90, t94, t58, t72, t18, t17, t64, t65, t39, t1, t2, t3, t4, t14, t16, t15, t23, t86, t96, t49, t30, t62, t13, t25, t26, t74, t43, t97, t6, t77, t80, t78, t81, t79, t53, t89, t93, t22, t21, t75, t76, t35, t34, t29, t27, t28, t33, t32, t69, t56, t9, t8, t52, t61, t59, t57, t55, t54, t37, t31, t85, t19, t84, t83, t5, t73, t42, t41, t88, t7, t68, t70, t47, t46, t60, t45, t66, t40, t10, t91, t36, t38, t50, t63, t67); + _$result0 = A._$CompanyEntity$_(t44, t93, t96, t83, t60, t88, t20, t72, t51, t48, t24, t11, t12, t91, t95, t58, t73, t18, t17, t65, t66, t39, t1, t2, t3, t4, t14, t16, t15, t23, t87, t97, t49, t30, t63, t13, t25, t26, t75, t43, t98, t6, t78, t81, t79, t82, t80, t53, t90, t94, t22, t21, t76, t77, t35, t34, t29, t27, t28, t33, t32, t70, t56, t9, t8, t52, t62, t59, t57, t55, t54, t37, t31, t86, t19, t85, t84, t5, t74, t42, t41, t89, t7, t69, t71, t47, t46, t61, t45, t67, t40, t10, t92, t36, t38, t50, t64, t68); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "groups"; - _this.get$groups().build$0(0); + _this.get$groups().build$0(); _$failedField = "activities"; - _this.get$activities().build$0(0); + _this.get$activities().build$0(); _$failedField = "taxRates"; - _this.get$taxRates().build$0(0); + _this.get$taxRates().build$0(); _$failedField = "taskStatuses"; - _this.get$taskStatuses().build$0(0); + _this.get$taskStatuses().build$0(); _$failedField = "taskStatusMap"; - _this.get$taskStatusMap().build$0(0); + _this.get$taskStatusMap().build$0(); _$failedField = "companyGateways"; - _this.get$companyGateways().build$0(0); + _this.get$companyGateways().build$0(); _$failedField = "expenseCategories"; - _this.get$expenseCategories().build$0(0); + _this.get$expenseCategories().build$0(); _$failedField = "users"; - _this.get$users().build$0(0); + _this.get$users().build$0(); _$failedField = "clients"; - _this.get$clients(_this).build$0(0); + _this.get$clients(_this).build$0(); _$failedField = "products"; - _this.get$products().build$0(0); + _this.get$products().build$0(); _$failedField = "invoices"; - _this.get$invoices().build$0(0); + _this.get$invoices().build$0(); _$failedField = "recurringInvoices"; - _this.get$recurringInvoices().build$0(0); + _this.get$recurringInvoices().build$0(); _$failedField = "recurringExpenses"; - _this.get$recurringExpenses().build$0(0); + _this.get$recurringExpenses().build$0(); _$failedField = "payments"; - _this.get$payments().build$0(0); + _this.get$payments().build$0(); _$failedField = "quotes"; - _this.get$quotes(_this).build$0(0); + _this.get$quotes(_this).build$0(); _$failedField = "credits"; - _this.get$credits().build$0(0); + _this.get$credits().build$0(); _$failedField = "purchaseOrders"; - _this.get$purchaseOrders().build$0(0); + _this.get$purchaseOrders().build$0(); + _$failedField = "bankAccounts"; + _this.get$bankAccounts().build$0(); _$failedField = "tasks"; - _this.get$tasks().build$0(0); + _this.get$tasks().build$0(); _$failedField = "projects"; - _this.get$projects().build$0(0); + _this.get$projects().build$0(); _$failedField = "expenses"; - _this.get$expenses().build$0(0); + _this.get$expenses().build$0(); _$failedField = "vendors"; - _this.get$vendors().build$0(0); + _this.get$vendors().build$0(); _$failedField = "designs"; - _this.get$designs().build$0(0); + _this.get$designs().build$0(); _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); _$failedField = "tokens"; - _this.get$tokens().build$0(0); + _this.get$tokens().build$0(); _$failedField = "webhooks"; - _this.get$webhooks().build$0(0); + _this.get$webhooks().build$0(); _$failedField = "subscriptions"; - _this.get$subscriptions().build$0(0); + _this.get$subscriptions().build$0(); _$failedField = "paymentTerms"; - _this.get$paymentTerms().build$0(0); + _this.get$paymentTerms().build$0(); _$failedField = "systemLogs"; - _this.get$systemLogs().build$0(0); + _this.get$systemLogs().build$0(); _$failedField = "clientRegistrationFields"; - _this.get$clientRegistrationFields().build$0(0); + _this.get$clientRegistrationFields().build$0(); _$failedField = "customFields"; - _this.get$customFields().build$0(0); + _this.get$customFields().build$0(); _$failedField = "settings"; - _this.get$settings().build$0(0); + _this.get$settings().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -307603,18 +315032,12 @@ }, get$id(receiver) { return this.id; - }, - get$name(receiver) { - return this.name; } }; A.GatewayEntityBuilder.prototype = { get$id(_) { return this.get$_company_model$_$this()._company_model$_id; }, - get$name(_) { - return this.get$_company_model$_$this()._company_model$_name; - }, get$options(_) { var t1 = this.get$_company_model$_$this(), t2 = t1._company_model$_options; @@ -307641,7 +315064,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, exception, _this = this, _s13_ = "GatewayEntity", _$result = null; @@ -307669,7 +315092,7 @@ t7 = _this.get$_company_model$_$this()._siteUrl; if (t7 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "siteUrl")); - t8 = _this.get$options(_this).build$0(0); + t8 = _this.get$options(_this).build$0(); t9 = _this.get$_company_model$_$this()._company_model$_fields; if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "fields")); @@ -307680,7 +315103,7 @@ _$failedField = null; try { _$failedField = "options"; - _this.get$options(_this).build$0(0); + _this.get$options(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -307730,7 +315153,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, exception, _this = this, _s20_ = "GatewayOptionsEntity", _$result = null; @@ -307744,7 +315167,7 @@ if (t2 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "supportTokenBilling")); t3 = _this._webhooks; - _$result0 = new A._$GatewayOptionsEntity(t1, t2, t3 == null ? null : t3.build$0(0)); + _$result0 = new A._$GatewayOptionsEntity(t1, t2, t3 == null ? null : t3.build$0()); } _$result = _$result0; } catch (exception) { @@ -307753,7 +315176,7 @@ _$failedField = "webhooks"; t1 = _this._webhooks; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -307774,7 +315197,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -307853,11 +315276,11 @@ }, get$settings() { var t1 = this.get$_company_model$_$this(), - t2 = t1._company_model$_settings; + t2 = t1._settings; if (t2 == null) { t2 = new A.UserSettingsEntityBuilder(); A.UserSettingsEntity__initializeBuilder(t2); - t1._company_model$_settings = t2; + t1._settings = t2; t1 = t2; } else t1 = t2; @@ -307934,13 +315357,13 @@ t2._company_model$_$v = t1; t1 = t2; } - _this._company_model$_settings = t1; + _this._settings = t1; _this._ninjaPortalUrl = $$v.ninjaPortalUrl; _this._company_model$_$v = null; } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, exception, _this = this, _null = null, _s17_ = "UserCompanyEntity", _$result = null; @@ -307960,17 +315383,17 @@ if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "permissions")); t5 = _this._notifications; - t5 = t5 == null ? _null : t5.build$0(0); + t5 = t5 == null ? _null : t5.build$0(); t6 = _this._company_model$_company; - t6 = t6 == null ? _null : t6.build$0(0); + t6 = t6 == null ? _null : t6.build$0(); t7 = _this._company_model$_user; - t7 = t7 == null ? _null : t7.build$0(0); + t7 = t7 == null ? _null : t7.build$0(); t8 = _this._token; - t8 = t8 == null ? _null : t8.build$0(0); + t8 = t8 == null ? _null : t8.build$0(); t9 = _this._account; - t9 = t9 == null ? _null : t9.build$0(0); - t10 = _this._company_model$_settings; - t10 = t10 == null ? _null : t10.build$0(0); + t9 = t9 == null ? _null : t9.build$0(); + t10 = _this._settings; + t10 = t10 == null ? _null : t10.build$0(); t11 = _this.get$_company_model$_$this()._ninjaPortalUrl; if (t11 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "ninjaPortalUrl")); @@ -307983,27 +315406,27 @@ _$failedField = "notifications"; t1 = _this._notifications; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "company"; t1 = _this._company_model$_company; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "user"; t1 = _this._company_model$_user; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "token"; t1 = _this._token; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "account"; t1 = _this._account; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "settings"; - t1 = _this._company_model$_settings; + t1 = _this._settings; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s17_, _$failedField, J.toString$0$(e)); @@ -308024,7 +315447,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -308096,7 +315519,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s18_ = "UserSettingsEntity", _$result = null; @@ -308104,15 +315527,15 @@ _$result0 = _this._company_model$_$v; if (_$result0 == null) { t1 = _this.get$_company_model$_$this()._accentColor; - t2 = _this.get$tableColumns().build$0(0); - t3 = _this.get$reportSettings().build$0(0); + t2 = _this.get$tableColumns().build$0(); + t3 = _this.get$reportSettings().build$0(); t4 = _this.get$_company_model$_$this()._numberYearsActive; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "numberYearsActive")); t5 = _this.get$_company_model$_$this()._includeDeletedClients; if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "includeDeletedClients")); - t6 = _this.get$dashboardFields().build$0(0); + t6 = _this.get$dashboardFields().build$0(); t7 = _this.get$_company_model$_$this()._dashboardFieldsPerRowMobile; if (t7 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "dashboardFieldsPerRowMobile")); @@ -308126,11 +315549,11 @@ _$failedField = null; try { _$failedField = "tableColumns"; - _this.get$tableColumns().build$0(0); + _this.get$tableColumns().build$0(); _$failedField = "reportSettings"; - _this.get$reportSettings().build$0(0); + _this.get$reportSettings().build$0(); _$failedField = "dashboardFields"; - _this.get$dashboardFields().build$0(0); + _this.get$dashboardFields().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -308151,7 +315574,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -308199,7 +315622,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, exception, _this = this, _s20_ = "ReportSettingsEntity", _$result = null; @@ -308218,14 +315641,14 @@ t4 = _this.get$_company_model$_$this()._sortTotalsAscending; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "sortTotalsAscending")); - _$result0 = A._$ReportSettingsEntity$_(_this.get$columns(_this).build$0(0), t2, t1, t4, t3); + _$result0 = A._$ReportSettingsEntity$_(_this.get$columns(_this).build$0(), t2, t1, t4, t3); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "columns"; - _this.get$columns(_this).build$0(0); + _this.get$columns(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -308280,14 +315703,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "CompanyItemResponse", _$result = null; try { _$result0 = _this._company_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CompanyItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -308297,7 +315720,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -308343,7 +315766,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s23_ = "RegistrationFieldEntity", _$result = _this._company_model$_$v; @@ -308424,32 +315847,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._credit_model$_data = t6; result._credit_model$_$v = null; } t4 = result._credit_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._credit_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -308457,7 +315880,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_86y; + return B.List_86y0; }, get$wireName() { return "CreditListResponse"; @@ -308503,7 +315926,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -308549,14 +315972,14 @@ t1 = _this._credit_model$_data; return t1 == null ? _this._credit_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "CreditListResponse", _$result = null; try { _$result0 = _this._credit_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CreditListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -308566,7 +315989,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -308621,14 +316044,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "CreditItemResponse", _$result = null; try { _$result0 = _this._credit_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CreditItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -308638,7 +316061,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -308733,12 +316156,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -308784,7 +316207,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 457 + $signature: 409 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -308810,32 +316233,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._design_model$_data = t6; result._design_model$_$v = null; } t4 = result._design_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._design_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_8sg)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -308889,7 +316312,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -308944,7 +316367,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -309054,7 +316477,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -309100,14 +316523,14 @@ t1 = _this._design_model$_data; return t1 == null ? _this._design_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "DesignListResponse", _$result = null; try { _$result0 = _this._design_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$DesignListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -309117,7 +316540,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -309172,14 +316595,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "DesignItemResponse", _$result = null; try { _$result0 = _this._design_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$DesignItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -309189,7 +316612,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -309259,7 +316682,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, exception, _this = this, _s20_ = "DesignPreviewRequest", _$result = null; @@ -309272,14 +316695,14 @@ t2 = _this.get$_design_model$_$this()._entityId; if (t2 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "entityId")); - _$result0 = A._$DesignPreviewRequest$_(_this.get$design().build$0(0), t2, t1); + _$result0 = A._$DesignPreviewRequest$_(_this.get$design().build$0(), t2, t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "design"; - _this.get$design().build$0(0); + _this.get$design().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -309300,7 +316723,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._design_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -309333,9 +316756,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$design() { return this.design; }, @@ -309348,7 +316768,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -309362,9 +316782,6 @@ } }; A.DesignEntityBuilder.prototype = { - get$name(_) { - return this.get$_design_model$_$this()._design_model$_name; - }, get$design() { var t1 = this.get$_design_model$_$this(), t2 = t1._design; @@ -309403,7 +316820,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, exception, _this = this, _s12_ = "DesignEntity", _$result = null; @@ -309413,7 +316830,7 @@ t1 = _this.get$_design_model$_$this()._design_model$_name; if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "name")); - t2 = _this.get$design().build$0(0); + t2 = _this.get$design().build$0(); t3 = _this.get$_design_model$_$this()._isCustom; if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "isCustom")); @@ -309443,7 +316860,7 @@ _$failedField = null; try { _$failedField = "design"; - _this.get$design().build$0(0); + _this.get$design().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s12_, _$failedField, J.toString$0$(e)); @@ -309518,12 +316935,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); } @@ -309552,32 +316969,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._document_model$_data = t6; result._document_model$_$v = null; } t4 = result._document_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._document_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -309626,7 +317043,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -309747,7 +317164,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -309793,14 +317210,14 @@ t1 = _this._document_model$_data; return t1 == null ? _this._document_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s20_ = "DocumentListResponse", _$result = null; try { _$result0 = _this._document_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$DocumentListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "data")); @@ -309810,7 +317227,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -309862,18 +317279,18 @@ t1 = _this._document_model$_data; return t1 == null ? _this._document_model$_data = new A.DocumentEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._document_model$_$v; if (_$result0 == null) - _$result0 = new A._$DocumentItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$DocumentItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("DocumentItemResponse", _$failedField, J.toString$0$(e)); @@ -309893,7 +317310,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._document_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -309931,9 +317348,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -309943,7 +317357,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -309957,9 +317371,6 @@ } }; A.DocumentEntityBuilder.prototype = { - get$name(_) { - return this.get$_document_model$_$this()._document_model$_name; - }, get$id(_) { return this.get$_document_model$_$this()._document_model$_id; }, @@ -309988,7 +317399,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, _this = this, _s14_ = "DocumentEntity", _$result = _this._document_model$_$v; @@ -310053,7 +317464,7 @@ return this.name + "s"; }, get$isSetting() { - return B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_paymentTerm, B.EntityType_taxRate, B.EntityType_companyGateway, B.EntityType_user, B.EntityType_group, B.EntityType_design, B.EntityType_token, B.EntityType_webhook, B.EntityType_expenseCategory, B.EntityType_taskStatus, B.EntityType_subscription], type$.JSArray_legacy_EntityType), this); + return B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_paymentTerm, B.EntityType_taxRate, B.EntityType_companyGateway, B.EntityType_user, B.EntityType_group, B.EntityType_design, B.EntityType_token, B.EntityType_webhook, B.EntityType_expenseCategory, B.EntityType_taskStatus, B.EntityType_subscription, B.EntityType_bankAccount], type$.JSArray_legacy_EntityType), this); }, get$relatedTypes() { var t1 = type$.JSArray_legacy_EntityType; @@ -310148,13 +317559,14 @@ return t1; }, get$isArchived() { - var t1, _this = this; - _this.get$archivedAt(); - t1 = _this.get$archivedAt() > 0 && !_this.get$isDeleted(_this); - return t1; + this.get$archivedAt(); + return this.get$archivedAt() > 0 && !this.get$isDeleted(); }, get$isEditable() { - return !this.get$isDeleted(this); + return !this.get$isDeleted(); + }, + get$isRestorable() { + return true; }, getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, multiselect, userCompany) { var actions, t1, _this = this; @@ -310162,15 +317574,15 @@ return A._setArrayType([], type$.JSArray_legacy_EntityAction); actions = A._setArrayType([], type$.JSArray_legacy_EntityAction); if (userCompany.canEditEntity$1(_this)) - t1 = _this.get$isArchived() || _this.get$isDeleted(_this); + t1 = _this.get$isArchived() || _this.get$isDeleted(); else t1 = false; if (t1) actions.push(B.EntityAction_restore); - if (userCompany.canEditEntity$1(_this) && !_this.get$isArchived() && !_this.get$isDeleted(_this)) + if (userCompany.canEditEntity$1(_this) && !_this.get$isArchived() && !_this.get$isDeleted()) actions.push(B.EntityAction_archive); if (userCompany.canEditEntity$1(_this)) - t1 = !_this.get$isArchived() && !_this.get$isDeleted(_this) || _this.get$isArchived(); + t1 = !_this.get$isArchived() && !_this.get$isDeleted() || _this.get$isArchived(); else t1 = false; if (t1) @@ -310180,12 +317592,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -310194,11 +317606,11 @@ t1 = states._list; if (t1.length === 0) return true; - if (B.JSArray_methods.contains$1(t1, B.EntityState_active) && !_this.get$isArchived() && !_this.get$isDeleted(_this)) + if (B.JSArray_methods.contains$1(t1, B.EntityState_active) && !_this.get$isArchived() && !_this.get$isDeleted()) return true; if (B.JSArray_methods.contains$1(t1, B.EntityState_archived) && _this.get$isArchived()) return true; - if (B.JSArray_methods.contains$1(t1, B.EntityState_deleted) && _this.get$isDeleted(_this)) + if (B.JSArray_methods.contains$1(t1, B.EntityState_deleted) && _this.get$isDeleted()) return true; return false; }, @@ -310220,7 +317632,7 @@ return false; return true; }, - $signature: 455 + $signature: 407 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -310370,7 +317782,7 @@ t6 = t5._userCompanies; if (t6 == null) { t6 = new A.ListBuilder(t4); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t3); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t3); t5._userCompanies = t6; t5 = t6; } else @@ -310378,10 +317790,10 @@ t6 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_89t)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; @@ -310396,7 +317808,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -310607,7 +318019,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -310764,15 +318176,15 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, exception, _this = this, _s13_ = "LoginResponse", _$result = null; try { _$result0 = _this._entities$_$v; if (_$result0 == null) { - t1 = _this.get$userCompanies().build$0(0); - t2 = _this.get$$static().build$0(0); + t1 = _this.get$userCompanies().build$0(); + t2 = _this.get$$static().build$0(); _$result0 = new A._$LoginResponse(t1, t2); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "userCompanies")); @@ -310784,9 +318196,9 @@ _$failedField = null; try { _$failedField = "userCompanies"; - _this.get$userCompanies().build$0(0); + _this.get$userCompanies().build$0(); _$failedField = "static"; - _this.get$$static().build$0(0); + _this.get$$static().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -310895,7 +318307,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, exception, _this = this, _s14_ = "ActivityEntity", _$result = null; @@ -310934,7 +318346,7 @@ t20 = _this.get$_entities$_$this()._entities$_vendorId; t21 = _this.get$_entities$_$this()._tokenId; t22 = _this._entities$_history; - _$result0 = new A._$ActivityEntity(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22 == null ? null : t22.build$0(0)); + _$result0 = new A._$ActivityEntity(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22 == null ? null : t22.build$0()); } _$result = _$result0; } catch (exception) { @@ -310943,7 +318355,7 @@ _$failedField = "history"; t1 = _this._entities$_history; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -311022,12 +318434,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -311092,32 +318504,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._expense_category_model$_data = t6; result._expense_category_model$_$v = null; } t4 = result._expense_category_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._expense_category_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_8cq)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -311170,7 +318582,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -311264,7 +318676,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -311310,14 +318722,14 @@ t1 = _this._expense_category_model$_data; return t1 == null ? _this._expense_category_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s27_ = "ExpenseCategoryListResponse", _$result = null; try { _$result0 = _this._expense_category_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ExpenseCategoryListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s27_, "data")); @@ -311327,7 +318739,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s27_, _$failedField, J.toString$0$(e)); @@ -311385,18 +318797,18 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._expense_category_model$_$v; if (_$result0 == null) - _$result0 = new A._$ExpenseCategoryItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$ExpenseCategoryItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("ExpenseCategoryItemResponse", _$failedField, J.toString$0$(e)); @@ -311417,7 +318829,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._expense_category_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -311448,9 +318860,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -311460,7 +318869,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -311474,9 +318883,6 @@ } }; A.ExpenseCategoryEntityBuilder.prototype = { - get$name(_) { - return this.get$_expense_category_model$_$this()._expense_category_model$_name; - }, get$id(_) { return this.get$_expense_category_model$_$this()._expense_category_model$_id; }, @@ -311498,7 +318904,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _s21_ = "ExpenseCategoryEntity", _$result = _this._expense_category_model$_$v; @@ -311580,12 +318986,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -311982,13 +319388,13 @@ b.get$_expense_model$_$this()._expense_model$_invoiceId = null; t1 = A.convertDateTimeToSqlDate(null); b.get$_expense_model$_$this()._expense_model$_date = t1; - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); b.get$_expense_model$_$this()._expense_model$_transactionReference = ""; b.get$_expense_model$_$this()._paymentTypeId = ""; b.get$_expense_model$_$this()._paymentDate = ""; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseScheduleEntity.prototype = {}; A.ExpenseStatusEntity.prototype = { @@ -312020,32 +319426,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._expense_model$_data = t6; result._expense_model$_$v = null; } t4 = result._expense_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._expense_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_0vR)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -312053,7 +319459,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_2nm; + return B.List_2nm0; }, get$wireName() { return "ExpenseListResponse"; @@ -312107,7 +319513,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -312115,7 +319521,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_iEE; + return B.List_iEE0; }, get$wireName() { return "ExpenseItemResponse"; @@ -312359,7 +319765,7 @@ t8 = t7._expense_model$_documents; if (t8 == null) { t8 = new A.ListBuilder(t6); - t8.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); + t8.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); t7._expense_model$_documents = t8; t7 = t8; } else @@ -312367,10 +319773,10 @@ t8 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t9 = t7.$ti; if (t9._eval$1("_BuiltList<1>")._is(t8)) { - t7.__ListBuilder__list = t8._list; + t7.__ListBuilder__list_A = t8._list; t7._listOwner = t8; } else { - t7.__ListBuilder__list = A.List_List$from(t8, true, t9._precomputed1); + t7.__ListBuilder__list_A = A.List_List$from(t8, true, t9._precomputed1); t7._listOwner = null; } break; @@ -312403,7 +319809,7 @@ t8 = t7._expense_model$_recurringDates; if (t8 == null) { t8 = new A.ListBuilder(t4); - t8.__ListBuilder__list = A.List_List$from(B.List_empty, true, t3); + t8.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t3); t7._expense_model$_recurringDates = t8; t7 = t8; } else @@ -312411,10 +319817,10 @@ t8 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_aXU)); t9 = t7.$ti; if (t9._eval$1("_BuiltList<1>")._is(t8)) { - t7.__ListBuilder__list = t8._list; + t7.__ListBuilder__list_A = t8._list; t7._listOwner = t8; } else { - t7.__ListBuilder__list = A.List_List$from(t8, true, t9._precomputed1); + t7.__ListBuilder__list_A = A.List_List$from(t8, true, t9._precomputed1); t7._listOwner = null; } break; @@ -312460,7 +319866,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -312561,7 +319967,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -312569,7 +319975,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_23h; + return B.List_23h1; }, get$wireName() { return "ExpenseStatusEntity"; @@ -312607,14 +320013,14 @@ t1 = _this._expense_model$_data; return t1 == null ? _this._expense_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "ExpenseListResponse", _$result = null; try { _$result0 = _this._expense_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ExpenseListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -312624,7 +320030,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -312679,14 +320085,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "ExpenseItemResponse", _$result = null; try { _$result0 = _this._expense_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ExpenseItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -312696,7 +320102,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -312717,7 +320123,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._expense_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -312809,7 +320215,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -312904,7 +320310,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, exception, _this = this, _s13_ = "ExpenseEntity", _$result = null; @@ -313002,7 +320408,7 @@ if (t34 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "usesInclusiveTaxes")); t35 = _this.get$_expense_model$_$this()._calculateTaxByAmount; - t36 = _this.get$documents().build$0(0); + t36 = _this.get$documents().build$0(); t37 = _this.get$_expense_model$_$this()._expense_model$_number; if (t37 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "number")); @@ -313020,7 +320426,7 @@ if (t42 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "remainingCycles")); t43 = _this._expense_model$_recurringDates; - t43 = t43 == null ? null : t43.build$0(0); + t43 = t43 == null ? null : t43.build$0(); t44 = _this.get$_expense_model$_$this()._expense_model$_loadedAt; t45 = _this.get$_expense_model$_$this()._expense_model$_isChanged; t46 = _this.get$_expense_model$_$this()._expense_model$_createdAt; @@ -313046,11 +320452,11 @@ _$failedField = null; try { _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); _$failedField = "recurringDates"; t1 = _this._expense_model$_recurringDates; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -313100,7 +320506,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._expense_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -313132,9 +320538,6 @@ get$id(_) { return this.get$_expense_model$_$this()._expense_model$_id; }, - get$name(_) { - return this.get$_expense_model$_$this()._expense_model$_name; - }, get$_expense_model$_$this() { var _this = this, $$v = _this._expense_model$_$v; @@ -313145,7 +320548,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s19_ = "ExpenseStatusEntity", _$result = _this._expense_model$_$v; @@ -313195,12 +320598,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -313236,32 +320639,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._gateway_token_model$_data = t6; result._gateway_token_model$_$v = null; } t4 = result._gateway_token_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._gateway_token_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_kr3)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -313311,7 +320714,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -313425,7 +320828,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -313503,7 +320906,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -313549,14 +320952,14 @@ t1 = _this._gateway_token_model$_data; return t1 == null ? _this._gateway_token_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s24_ = "GatewayTokenListResponse", _$result = null; try { _$result0 = _this._gateway_token_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$GatewayTokenListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s24_, "data")); @@ -313566,7 +320969,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s24_, _$failedField, J.toString$0$(e)); @@ -313615,14 +321018,14 @@ t1 = _this._gateway_token_model$_data; return t1 == null ? _this._gateway_token_model$_data = new A.GatewayTokenEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s24_ = "GatewayTokenItemResponse", _$result = null; try { _$result0 = _this._gateway_token_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$GatewayTokenItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s24_, "data")); @@ -313632,7 +321035,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s24_, _$failedField, J.toString$0$(e)); @@ -313696,7 +321099,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -313747,7 +321150,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, exception, _this = this, _s18_ = "GatewayTokenEntity", _$result = null; @@ -313769,7 +321172,7 @@ t5 = _this.get$_gateway_token_model$_$this()._gateway_token_model$_isDefault; if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "isDefault")); - t6 = _this.get$meta().build$0(0); + t6 = _this.get$meta().build$0(); t7 = _this.get$_gateway_token_model$_$this()._gateway_token_model$_isChanged; t8 = _this.get$_gateway_token_model$_$this()._gateway_token_model$_createdAt; if (t8 == null) @@ -313793,7 +321196,7 @@ _$failedField = null; try { _$failedField = "meta"; - _this.get$meta().build$0(0); + _this.get$meta().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -313847,7 +321250,7 @@ } return _this; }, - build$0(_) { + build$0() { var _this = this, _$result = _this._gateway_token_model$_$v; if (_$result == null) @@ -313896,12 +321299,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -313936,32 +321339,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._group_model$_data = t6; result._group_model$_$v = null; } t4 = result._group_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._group_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EOZ)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -313969,7 +321372,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_MUw0; + return B.List_MUw2; }, get$wireName() { return "GroupListResponse"; @@ -314001,7 +321404,7 @@ t7 = t6._documents; if (t7 == null) { t7 = new A.ListBuilder(t3); - t7.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t7.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t6._documents = t7; t6 = t7; } else @@ -314009,10 +321412,10 @@ t7 = A.BuiltList_BuiltList$from(B.List_empty, t2); t8 = t6.$ti; if (t8._eval$1("_BuiltList<1>")._is(t7)) { - t6.__ListBuilder__list = t7._list; + t6.__ListBuilder__list_A = t7._list; t6._listOwner = t7; } else { - t6.__ListBuilder__list = A.List_List$from(t7, true, t8._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t7, true, t8._precomputed1); t6._listOwner = null; } t5._group_model$_$v = t4; @@ -314026,7 +321429,7 @@ t6 = t5._documents; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._documents = t6; t5 = t6; } else @@ -314034,10 +321437,10 @@ t6 = A.BuiltList_BuiltList$from(B.List_empty, t2); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } result._group_model$_data = t4; @@ -314049,7 +321452,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -314107,8 +321510,8 @@ break; case "settings": t5 = result.get$_group_model$_$this(); - t6 = t5._settings; - t5 = t6 == null ? t5._settings = new A.SettingsEntityBuilder() : t6; + t6 = t5._group_model$_settings; + t5 = t6 == null ? t5._group_model$_settings = new A.SettingsEntityBuilder() : t6; t6 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_Iqz0)); if (t6 == null) A.throwExpression(A.ArgumentError$notNull("other")); @@ -314119,7 +321522,7 @@ t6 = t5._documents; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._documents = t6; t5 = t6; } else @@ -314127,10 +321530,10 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; @@ -314140,7 +321543,7 @@ break; case "created_at": t5 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_group_model$_$this()._createdAt = t5; + result.get$_group_model$_$this()._group_model$_createdAt = t5; break; case "updated_at": t5 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); @@ -314148,27 +321551,27 @@ break; case "archived_at": t5 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_group_model$_$this()._archivedAt = t5; + result.get$_group_model$_$this()._group_model$_archivedAt = t5; break; case "is_deleted": t5 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_group_model$_$this()._isDeleted = t5; + result.get$_group_model$_$this()._group_model$_isDeleted = t5; break; case "user_id": t5 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_group_model$_$this()._createdUserId = t5; + result.get$_group_model$_$this()._group_model$_createdUserId = t5; break; case "assigned_user_id": t5 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_group_model$_$this()._assignedUserId = t5; + result.get$_group_model$_$this()._group_model$_assignedUserId = t5; break; case "id": t5 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_group_model$_$this()._id = t5; + result.get$_group_model$_$this()._group_model$_id = t5; break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -314214,14 +321617,14 @@ t1 = _this._group_model$_data; return t1 == null ? _this._group_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s17_ = "GroupListResponse", _$result = null; try { _$result0 = _this._group_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$GroupListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "data")); @@ -314231,7 +321634,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s17_, _$failedField, J.toString$0$(e)); @@ -314286,14 +321689,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s17_ = "GroupItemResponse", _$result = null; try { _$result0 = _this._group_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$GroupItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "data")); @@ -314303,7 +321706,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s17_, _$failedField, J.toString$0$(e)); @@ -314324,7 +321727,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._group_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -314356,9 +321759,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -314368,7 +321768,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -314382,13 +321782,10 @@ } }; A.GroupEntityBuilder.prototype = { - get$name(_) { - return this.get$_group_model$_$this()._group_model$_name; - }, get$settings() { var t1 = this.get$_group_model$_$this(), - t2 = t1._settings; - return t2 == null ? t1._settings = new A.SettingsEntityBuilder() : t2; + t2 = t1._group_model$_settings; + return t2 == null ? t1._group_model$_settings = new A.SettingsEntityBuilder() : t2; }, get$documents() { var t1 = this.get$_group_model$_$this(), @@ -314396,7 +321793,7 @@ return t2 == null ? t1._documents = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity) : t2; }, get$id(_) { - return this.get$_group_model$_$this()._id; + return this.get$_group_model$_$this()._group_model$_id; }, get$_group_model$_$this() { var t1, t2, _this = this, @@ -314408,23 +321805,23 @@ t2 = new A.SettingsEntityBuilder(); A.ArgumentError_checkNotNull(t1, "other"); t2._settings_model$_$v = t1; - _this._settings = t2; + _this._group_model$_settings = t2; t2 = $$v.documents; t2.toString; _this._documents = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); _this._group_model$_isChanged = $$v.isChanged; - _this._createdAt = $$v.createdAt; + _this._group_model$_createdAt = $$v.createdAt; _this._group_model$_updatedAt = $$v.updatedAt; - _this._archivedAt = $$v.archivedAt; - _this._isDeleted = $$v.isDeleted; - _this._createdUserId = $$v.createdUserId; - _this._assignedUserId = $$v.assignedUserId; - _this._id = $$v.id; + _this._group_model$_archivedAt = $$v.archivedAt; + _this._group_model$_isDeleted = $$v.isDeleted; + _this._group_model$_createdUserId = $$v.createdUserId; + _this._group_model$_assignedUserId = $$v.assignedUserId; + _this._group_model$_id = $$v.id; _this._group_model$_$v = null; } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, exception, _this = this, _s11_ = "GroupEntity", _$result = null; @@ -314434,22 +321831,22 @@ t1 = _this.get$_group_model$_$this()._group_model$_name; if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "name")); - t2 = _this.get$settings().build$0(0); - t3 = _this.get$documents().build$0(0); + t2 = _this.get$settings().build$0(); + t3 = _this.get$documents().build$0(); t4 = _this.get$_group_model$_$this()._group_model$_isChanged; - t5 = _this.get$_group_model$_$this()._createdAt; + t5 = _this.get$_group_model$_$this()._group_model$_createdAt; if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "createdAt")); t6 = _this.get$_group_model$_$this()._group_model$_updatedAt; if (t6 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "updatedAt")); - t7 = _this.get$_group_model$_$this()._archivedAt; + t7 = _this.get$_group_model$_$this()._group_model$_archivedAt; if (t7 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "archivedAt")); - t8 = _this.get$_group_model$_$this()._isDeleted; - t9 = _this.get$_group_model$_$this()._createdUserId; - t10 = _this.get$_group_model$_$this()._assignedUserId; - t11 = _this.get$_group_model$_$this()._id; + t8 = _this.get$_group_model$_$this()._group_model$_isDeleted; + t9 = _this.get$_group_model$_$this()._group_model$_createdUserId; + t10 = _this.get$_group_model$_$this()._group_model$_assignedUserId; + t11 = _this.get$_group_model$_$this()._group_model$_id; if (t11 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "id")); _$result0 = A._$GroupEntity$_(t7, t10, t5, t9, t3, t11, t4, t8, t1, t2, t6); @@ -314459,9 +321856,9 @@ _$failedField = null; try { _$failedField = "settings"; - _this.get$settings().build$0(0); + _this.get$settings().build$0(); _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s11_, _$failedField, J.toString$0$(e)); @@ -314566,7 +321963,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -314619,7 +322016,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -314712,7 +322109,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, exception, _this = this, _s19_ = "HealthCheckResponse", _$result = null; @@ -314722,7 +322119,7 @@ t1 = _this.get$_health_check_model$_$this()._systemHealth; if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "systemHealth")); - t2 = _this.get$phpVersion().build$0(0); + t2 = _this.get$phpVersion().build$0(); t3 = _this.get$_health_check_model$_$this()._envWritable; if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "envWritable")); @@ -314766,7 +322163,7 @@ _$failedField = null; try { _$failedField = "phpVersion"; - _this.get$phpVersion().build$0(0); + _this.get$phpVersion().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -314820,7 +322217,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, _this = this, _s22_ = "HealthCheckPHPResponse", _$result = _this._health_check_model$_$v; @@ -314913,7 +322310,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -314948,7 +322345,7 @@ t7 = t6._available; if (t7 == null) { t7 = new A.ListBuilder(t5); - t7.__ListBuilder__list = A.List_List$from(B.List_empty, true, t4); + t7.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t4); t6._available = t7; t6 = t7; } else @@ -314956,10 +322353,10 @@ t7 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t8 = t6.$ti; if (t8._eval$1("_BuiltList<1>")._is(t7)) { - t6.__ListBuilder__list = t7._list; + t6.__ListBuilder__list_A = t7._list; t6._listOwner = t7; } else { - t6.__ListBuilder__list = A.List_List$from(t7, true, t8._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t7, true, t8._precomputed1); t6._listOwner = null; } break; @@ -314968,7 +322365,7 @@ t7 = t6._import_model$_headers; if (t7 == null) { t7 = new A.ListBuilder(t3); - t7.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t7.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t6._import_model$_headers = t7; t6 = t7; } else @@ -314976,16 +322373,16 @@ t7 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_qwt)); t8 = t6.$ti; if (t8._eval$1("_BuiltList<1>")._is(t7)) { - t6.__ListBuilder__list = t7._list; + t6.__ListBuilder__list_A = t7._list; t6._listOwner = t7; } else { - t6.__ListBuilder__list = A.List_List$from(t7, true, t8._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t7, true, t8._precomputed1); t6._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -315041,7 +322438,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -315091,7 +322488,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -315099,7 +322496,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_gg4; + return B.List_gg41; }, get$wireName() { return "ImportRequestMapping"; @@ -315146,7 +322543,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, exception, _this = this, _s17_ = "PreImportResponse", _$result = null; @@ -315156,7 +322553,7 @@ t1 = _this.get$_import_model$_$this()._import_model$_hash; if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "hash")); - t2 = _this.get$mappings().build$0(0); + t2 = _this.get$mappings().build$0(); _$result0 = new A._$PreImportResponse(t1, t2); if (t2 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "mappings")); @@ -315166,7 +322563,7 @@ _$failedField = null; try { _$failedField = "mappings"; - _this.get$mappings().build$0(0); + _this.get$mappings().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s17_, _$failedField, J.toString$0$(e)); @@ -315226,15 +322623,15 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, exception, _this = this, _s30_ = "PreImportResponseEntityDetails", _$result = null; try { _$result0 = _this._import_model$_$v; if (_$result0 == null) { - t1 = _this.get$available(_this).build$0(0); - t2 = _this.get$headers(_this).build$0(0); + t1 = _this.get$available(_this).build$0(); + t2 = _this.get$headers(_this).build$0(); _$result0 = new A._$PreImportResponseEntityDetails(t1, t2); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s30_, "available")); @@ -315246,9 +322643,9 @@ _$failedField = null; try { _$failedField = "available"; - _this.get$available(_this).build$0(0); + _this.get$available(_this).build$0(); _$failedField = "headers"; - _this.get$headers(_this).build$0(0); + _this.get$headers(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s30_, _$failedField, J.toString$0$(e)); @@ -315309,7 +322706,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, exception, _this = this, _s13_ = "ImportRequest", _$result = null; @@ -315325,14 +322722,14 @@ t3 = _this.get$_import_model$_$this()._skipHeader; if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "skipHeader")); - _$result0 = A._$ImportRequest$_(_this.get$columnMap().build$0(0), t1, t2, t3); + _$result0 = A._$ImportRequest$_(_this.get$columnMap().build$0(), t1, t2, t3); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "columnMap"; - _this.get$columnMap().build$0(0); + _this.get$columnMap().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -315380,14 +322777,14 @@ t1 = _this._mapping; return t1 == null ? _this._mapping = A.MapBuilder_MapBuilder(type$.legacy_int, type$.legacy_String) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s20_ = "ImportRequestMapping", _$result = null; try { _$result0 = _this._import_model$_$v; if (_$result0 == null) { - t1 = _this.get$mapping(_this).build$0(0); + t1 = _this.get$mapping(_this).build$0(); _$result0 = new A._$ImportRequestMapping(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "mapping")); @@ -315397,7 +322794,7 @@ _$failedField = null; try { _$failedField = "mapping"; - _this.get$mapping(_this).build$0(0); + _this.get$mapping(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -315911,12 +323308,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -316076,7 +323473,7 @@ return B.JSArray_methods.firstWhere$2$orElse(this.invitations._list, new A.InvoiceEntity_getInvitationForVendorContact_closure(contact), new A.InvoiceEntity_getInvitationForVendorContact_closure0()); }, getTaxes$1(precision) { - var t2, invoiceTaxAmount, t3, t4, itemTaxable, t5, t6, itemTaxAmount, t7, _this = this, + var t2, invoiceTaxAmount, t3, t4, itemTaxable, t5, t6, itemTaxAmount, _this = this, taxes = A.LinkedHashMap_LinkedHashMap$_empty(type$.legacy_String, type$.legacy_Map_of_legacy_String_and_dynamic), taxable = _this.getTaxable$0(), calculateAmount = new A.InvoiceEntity_getTaxes_calculateAmount(_this), @@ -316108,22 +323505,19 @@ if (t5.length !== 0) { t6 = t4.taxRate1; itemTaxAmount = calculateAmount.call$2(itemTaxable, t6); - t7 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - _this._calculateTax$5(taxes, t5, t6, itemTaxAmount, t7 ? t3 * itemTaxAmount : 0); + _this._calculateTax$5(taxes, t5, t6, itemTaxAmount, itemTaxAmount != null && t2 * itemTaxAmount !== 0 ? t3 * itemTaxAmount : 0); } t5 = t4.taxName2; if (t5.length !== 0) { t6 = t4.taxRate2; itemTaxAmount = calculateAmount.call$2(itemTaxable, t6); - t7 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - _this._calculateTax$5(taxes, t5, t6, itemTaxAmount, t7 ? t3 * itemTaxAmount : 0); + _this._calculateTax$5(taxes, t5, t6, itemTaxAmount, itemTaxAmount != null && t2 * itemTaxAmount !== 0 ? t3 * itemTaxAmount : 0); } t5 = t4.taxName3; if (t5.length !== 0) { t4 = t4.taxRate3; itemTaxAmount = calculateAmount.call$2(itemTaxable, t4); - t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - _this._calculateTax$5(taxes, t5, t4, itemTaxAmount, t6 ? t3 * itemTaxAmount : 0); + _this._calculateTax$5(taxes, t5, t4, itemTaxAmount, itemTaxAmount != null && t2 * itemTaxAmount !== 0 ? t3 * itemTaxAmount : 0); } } if (taxes._length === 0) @@ -316148,13 +323542,13 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 + $signature: 190 }; A.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 453 + $signature: 405 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { @@ -316185,7 +323579,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 453 + $signature: 405 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { @@ -316198,7 +323592,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 + $signature: 190 }; A.InvoiceEntity_recreateInvitations_closure1.prototype = { call$1(b) { @@ -316228,7 +323622,7 @@ t1 = A.convertDateTimeToSqlDate(null); b.get$_invoice_model$_$this()._date = t1; b.get$_invoice_model$_$this()._dueDate = ""; - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); t1 = b.get$lineItems(); t2 = this.$this; t3 = t2.lineItems._list; @@ -316246,13 +323640,13 @@ call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.clientContactId, invitation.vendorContactId); }, - $signature: 1558 + $signature: 2436 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -316362,39 +323756,40 @@ }; A.InvoiceEntity_history_closure.prototype = { call$1(activity) { - var t1 = activity.history; + var t2, + t1 = activity.history; if (t1 != null) { - t1 = t1.id; - t1 = t1.length !== 0; + t2 = t1.id; + t1 = t2.length !== 0 && t1.createdAt > 0; } else t1 = false; return t1; }, - $signature: 455 + $signature: 407 }; A.InvoiceEntity_history_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 1541 + $signature: 2441 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -316433,13 +323828,13 @@ call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 452 + $signature: 402 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 452 + $signature: 402 }; A.InvoiceEntity_getInvitationForClientContact_closure0.prototype = { call$0() { @@ -316451,7 +323846,7 @@ call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 452 + $signature: 402 }; A.InvoiceEntity_getInvitationForVendorContact_closure0.prototype = { call$0() { @@ -316467,13 +323862,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 1525 + $signature: 2443 }; 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: 1507 + $signature: 2447 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -316548,7 +323943,7 @@ lineTotal = this.$this.total$2(0, t1, t2); return A.round(t1.usesInclusiveTaxes ? lineTotal - lineTotal / (1 + rate / 100) : lineTotal * rate / 100, t2); }, - $signature: 185 + $signature: 193 }; A.InvoiceItemEntity_applyTax_closure.prototype = { call$1(b) { @@ -316559,7 +323954,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 60 + $signature: 61 }; A.InvoiceItemEntity_applyTax_closure0.prototype = { call$1(b) { @@ -316570,7 +323965,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 60 + $signature: 61 }; A.InvoiceItemEntity_applyTax_closure1.prototype = { call$1(b) { @@ -316581,7 +323976,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 60 + $signature: 61 }; A.InvitationEntity.prototype = { matchesFilter$1(filter) { @@ -316630,32 +324025,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._invoice_model$_data = t6; result._invoice_model$_$v = null; } t4 = result._invoice_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._invoice_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_xS5)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -316709,7 +324104,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -317064,7 +324459,7 @@ t14 = t13._recurringDates; if (t14 == null) { t14 = new A.ListBuilder(t12); - t14.__ListBuilder__list = A.List_List$from(B.List_empty, true, t11); + t14.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t11); t13._recurringDates = t14; t13 = t14; } else @@ -317072,10 +324467,10 @@ t14 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_RDC)); t15 = t13.$ti; if (t15._eval$1("_BuiltList<1>")._is(t14)) { - t13.__ListBuilder__list = t14._list; + t13.__ListBuilder__list_A = t14._list; t13._listOwner = t14; } else { - t13.__ListBuilder__list = A.List_List$from(t14, true, t15._precomputed1); + t13.__ListBuilder__list_A = A.List_List$from(t14, true, t15._precomputed1); t13._listOwner = null; } break; @@ -317084,7 +324479,7 @@ t14 = t13._lineItems; if (t14 == null) { t14 = new A.ListBuilder(t10); - t14.__ListBuilder__list = A.List_List$from(B.List_empty, true, t9); + t14.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t9); t13._lineItems = t14; t13 = t14; } else @@ -317092,10 +324487,10 @@ t14 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_JhS)); t15 = t13.$ti; if (t15._eval$1("_BuiltList<1>")._is(t14)) { - t13.__ListBuilder__list = t14._list; + t13.__ListBuilder__list_A = t14._list; t13._listOwner = t14; } else { - t13.__ListBuilder__list = A.List_List$from(t14, true, t15._precomputed1); + t13.__ListBuilder__list_A = A.List_List$from(t14, true, t15._precomputed1); t13._listOwner = null; } break; @@ -317104,7 +324499,7 @@ t14 = t13._invitations; if (t14 == null) { t14 = new A.ListBuilder(t8); - t14.__ListBuilder__list = A.List_List$from(B.List_empty, true, t7); + t14.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t7); t13._invitations = t14; t13 = t14; } else @@ -317112,10 +324507,10 @@ t14 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_koo)); t15 = t13.$ti; if (t15._eval$1("_BuiltList<1>")._is(t14)) { - t13.__ListBuilder__list = t14._list; + t13.__ListBuilder__list_A = t14._list; t13._listOwner = t14; } else { - t13.__ListBuilder__list = A.List_List$from(t14, true, t15._precomputed1); + t13.__ListBuilder__list_A = A.List_List$from(t14, true, t15._precomputed1); t13._listOwner = null; } break; @@ -317124,7 +324519,7 @@ t14 = t13._invoice_model$_documents; if (t14 == null) { t14 = new A.ListBuilder(t6); - t14.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); + t14.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); t13._invoice_model$_documents = t14; t13 = t14; } else @@ -317132,10 +324527,10 @@ t14 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t15 = t13.$ti; if (t15._eval$1("_BuiltList<1>")._is(t14)) { - t13.__ListBuilder__list = t14._list; + t13.__ListBuilder__list_A = t14._list; t13._listOwner = t14; } else { - t13.__ListBuilder__list = A.List_List$from(t14, true, t15._precomputed1); + t13.__ListBuilder__list_A = A.List_List$from(t14, true, t15._precomputed1); t13._listOwner = null; } break; @@ -317144,7 +324539,7 @@ t14 = t13._invoice_model$_activities; if (t14 == null) { t14 = new A.ListBuilder(t4); - t14.__ListBuilder__list = A.List_List$from(B.List_empty, true, t3); + t14.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t3); t13._invoice_model$_activities = t14; t13 = t14; } else @@ -317152,10 +324547,10 @@ t14 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_QWw)); t15 = t13.$ti; if (t15._eval$1("_BuiltList<1>")._is(t14)) { - t13.__ListBuilder__list = t14._list; + t13.__ListBuilder__list_A = t14._list; t13._listOwner = t14; } else { - t13.__ListBuilder__list = A.List_List$from(t14, true, t15._precomputed1); + t13.__ListBuilder__list_A = A.List_List$from(t14, true, t15._precomputed1); t13._listOwner = null; } break; @@ -317201,7 +324596,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -317335,7 +324730,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -317585,7 +324980,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_gkc1; + return B.List_gkc7; }, get$wireName() { return "InvoiceScheduleEntity"; @@ -317625,7 +325020,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -317671,14 +325066,14 @@ t1 = _this._invoice_model$_data; return t1 == null ? _this._invoice_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "InvoiceListResponse", _$result = null; try { _$result0 = _this._invoice_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$InvoiceListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -317688,7 +325083,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -317743,14 +325138,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "InvoiceItemResponse", _$result = null; try { _$result0 = _this._invoice_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$InvoiceItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -317760,7 +325155,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -317781,7 +325176,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._invoice_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -317898,7 +325293,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -318039,7 +325434,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, exception, _this = this, _s13_ = "InvoiceEntity", _$result = null; @@ -318196,11 +325591,11 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "autoBillEnabled")); t57 = _this.get$_invoice_model$_$this()._filename; t58 = _this._recurringDates; - t58 = t58 == null ? null : t58.build$0(0); - t59 = _this.get$lineItems().build$0(0); - t60 = _this.get$invitations().build$0(0); - t61 = _this.get$documents().build$0(0); - t62 = _this.get$activities().build$0(0); + t58 = t58 == null ? null : t58.build$0(); + t59 = _this.get$lineItems().build$0(); + t60 = _this.get$invitations().build$0(); + t61 = _this.get$documents().build$0(); + t62 = _this.get$activities().build$0(); t63 = _this.get$_invoice_model$_$this()._invoice_model$_loadedAt; t64 = _this.get$_invoice_model$_$this()._invoice_model$_isChanged; t65 = _this.get$_invoice_model$_$this()._invoice_model$_createdAt; @@ -318228,15 +325623,15 @@ _$failedField = "recurringDates"; t1 = _this._recurringDates; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "lineItems"; - _this.get$lineItems().build$0(0); + _this.get$lineItems().build$0(); _$failedField = "invitations"; - _this.get$invitations().build$0(0); + _this.get$invitations().build$0(); _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); _$failedField = "activities"; - _this.get$activities().build$0(0); + _this.get$activities().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -318257,7 +325652,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._invoice_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -318328,7 +325723,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, _this = this, _s17_ = "InvoiceItemEntity", _$result = _this._invoice_model$_$v; @@ -318436,7 +325831,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -318565,7 +325960,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, _this = this, _s20_ = "InvoiceHistoryEntity", _$result = _this._invoice_model$_$v; @@ -318763,79 +326158,79 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 276 + $signature: 253 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 185 + $signature: 193 }; A.CalculateInvoiceTotal_calculateTaxes__closure0.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 205 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 185 + $signature: 193 }; A.CalculateInvoiceTotal_calculateTaxes__closure2.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 205 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 185 + $signature: 193 }; A.CalculateInvoiceTotal_calculateTaxes__closure4.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 205 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 185 + $signature: 193 }; A.CalculateInvoiceTotal_calculateTaxes_closure1.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 205 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 185 + $signature: 193 }; A.CalculateInvoiceTotal_calculateTaxes_closure3.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 205 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 185 + $signature: 193 }; A.CalculateInvoiceTotal_calculateTaxes_closure5.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 205 + $signature: 207 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -318845,7 +326240,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - lineTotal * t1 / 100; this._box_0.total += lineTotal; }, - $signature: 276 + $signature: 253 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -318880,7 +326275,7 @@ t1.itemTax = t1.itemTax + A.round(lineTotal * taxRate3 / 100, _this.precision); } }, - $signature: 276 + $signature: 253 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -318894,7 +326289,7 @@ t1 = _this._box_0; t1.total = t1.total + A.round(lineTotal, _this.precision); }, - $signature: 276 + $signature: 253 }; A.EntityAction.prototype = { toString$0(_) { @@ -319098,12 +326493,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -319129,6 +326524,9 @@ return null; return invoicePaymentables.get$isEmpty(invoicePaymentables) ? null : invoicePaymentables.invoiceId; }, + get$isRestorable() { + return false; + }, get$listDisplayAmountType() { return B.FormatNumberType_0; }, @@ -319145,19 +326543,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 221 + $signature: 208 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 221 + $signature: 208 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 221 + $signature: 208 }; A.PaymentEntity_invoiceId_closure0.prototype = { call$0() { @@ -319204,32 +326602,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._payment_model$_data = t6; result._payment_model$_$v = null; } t4 = result._payment_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._payment_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_ORM)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -319279,7 +326677,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -319454,7 +326852,7 @@ t5 = t4._paymentables; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._paymentables = t5; t4 = t5; } else @@ -319462,10 +326860,10 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_U06)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; @@ -319474,7 +326872,7 @@ t5 = t4._payment_model$_invoices; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._payment_model$_invoices = t5; t4 = t5; } else @@ -319482,10 +326880,10 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_U06)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; @@ -319494,7 +326892,7 @@ t5 = t4._payment_model$_credits; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._payment_model$_credits = t5; t4 = t5; } else @@ -319502,10 +326900,10 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_U06)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; @@ -319543,7 +326941,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -319620,7 +327018,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -319666,14 +327064,14 @@ t1 = _this._payment_model$_data; return t1 == null ? _this._payment_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "PaymentListResponse", _$result = null; try { _$result0 = _this._payment_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$PaymentListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -319683,7 +327081,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -319732,14 +327130,14 @@ t1 = _this._payment_model$_data; return t1 == null ? _this._payment_model$_data = new A.PaymentEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "PaymentItemResponse", _$result = null; try { _$result0 = _this._payment_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$PaymentItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -319749,7 +327147,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -319769,7 +327167,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._payment_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -319845,7 +327243,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -319934,7 +327332,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, exception, _this = this, _s13_ = "PaymentEntity", _$result = null; @@ -320013,9 +327411,9 @@ t24 = _this.get$_payment_model$_$this()._isApplying; t25 = _this.get$_payment_model$_$this()._sendEmail; t26 = _this.get$_payment_model$_$this()._gatewayRefund; - t27 = _this.get$paymentables().build$0(0); - t28 = _this.get$invoices().build$0(0); - t29 = _this.get$credits().build$0(0); + t27 = _this.get$paymentables().build$0(); + t28 = _this.get$invoices().build$0(); + t29 = _this.get$credits().build$0(); t30 = _this.get$_payment_model$_$this()._payment_model$_isChanged; t31 = _this.get$_payment_model$_$this()._payment_model$_createdAt; if (t31 == null) @@ -320039,11 +327437,11 @@ _$failedField = null; try { _$failedField = "paymentables"; - _this.get$paymentables().build$0(0); + _this.get$paymentables().build$0(); _$failedField = "invoices"; - _this.get$invoices().build$0(0); + _this.get$invoices().build$0(); _$failedField = "credits"; - _this.get$credits().build$0(0); + _this.get$credits().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -320063,7 +327461,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._payment_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -320118,7 +327516,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, _this = this, _s17_ = "PaymentableEntity", _$result = _this._payment_model$_$v; @@ -320183,32 +327581,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._payment_term_model$_data = t6; result._payment_term_model$_$v = null; } t4 = result._payment_term_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._payment_term_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_kvD)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -320257,7 +327655,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -320350,7 +327748,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -320396,14 +327794,14 @@ t1 = _this._payment_term_model$_data; return t1 == null ? _this._payment_term_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s23_ = "PaymentTermListResponse", _$result = null; try { _$result0 = _this._payment_term_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$PaymentTermListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s23_, "data")); @@ -320413,7 +327811,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s23_, _$failedField, J.toString$0$(e)); @@ -320465,18 +327863,18 @@ t1 = _this._payment_term_model$_data; return t1 == null ? _this._payment_term_model$_data = new A.PaymentTermEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._payment_term_model$_$v; if (_$result0 == null) - _$result0 = new A._$PaymentTermItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$PaymentTermItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("PaymentTermItemResponse", _$failedField, J.toString$0$(e)); @@ -320496,7 +327894,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._payment_term_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -320527,9 +327925,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -320539,7 +327934,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -320553,9 +327948,6 @@ } }; A.PaymentTermEntityBuilder.prototype = { - get$name(_) { - return this.get$_payment_term_model$_$this()._payment_term_model$_name; - }, get$id(_) { return this.get$_payment_term_model$_$this()._payment_term_model$_id; }, @@ -320577,7 +327969,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _s17_ = "PaymentTermEntity", _$result = _this._payment_term_model$_$v; @@ -320733,15 +328125,10 @@ return A.matchesStringsValue(A._setArrayType([_this.notes, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], type$.JSArray_legacy_String), filter); }, getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, multiselect, userCompany) { - var t2, - actions = A._setArrayType([], type$.JSArray_legacy_EntityAction), + var actions = A._setArrayType([], type$.JSArray_legacy_EntityAction), t1 = !this.isDeleted; if (t1) { - if (!multiselect) - t2 = includeEdit && userCompany.canEditEntity$1(this); - else - t2 = false; - if (t2) + if (!multiselect && includeEdit && userCompany.canEditEntity$1(this)) actions.push(B.EntityAction_edit); if (userCompany.can$2(B.UserPermission_create, B.EntityType_invoice) && true) actions.push(B.EntityAction_newInvoice); @@ -320760,12 +328147,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); } @@ -320775,7 +328162,7 @@ var t1 = $.BaseEntity_counter - 1; $.BaseEntity_counter = t1; b.get$_product_model$_$this()._product_model$_id = "" + t1; - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); b.get$_product_model$_$this()._product_model$_isChanged = false; b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; @@ -320806,32 +328193,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._product_model$_data = t6; result._product_model$_$v = null; } t4 = result._product_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._product_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_GBo)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -320889,7 +328276,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -321018,7 +328405,7 @@ t5 = t4._product_model$_documents; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._product_model$_documents = t5; t4 = t5; } else @@ -321026,10 +328413,10 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; @@ -321067,7 +328454,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -321113,14 +328500,14 @@ t1 = _this._product_model$_data; return t1 == null ? _this._product_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "ProductListResponse", _$result = null; try { _$result0 = _this._product_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ProductListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -321130,7 +328517,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -321185,14 +328572,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "ProductItemResponse", _$result = null; try { _$result0 = _this._product_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ProductItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -321202,7 +328589,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -321223,7 +328610,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._product_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -321280,7 +328667,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -321339,7 +328726,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, exception, _this = this, _s13_ = "ProductEntity", _$result = null; @@ -321400,7 +328787,7 @@ t18 = _this.get$_product_model$_$this()._product_model$_stockNotification; if (t18 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "stockNotification")); - t19 = _this.get$documents().build$0(0); + t19 = _this.get$documents().build$0(); t20 = _this.get$_product_model$_$this()._product_model$_isChanged; t21 = _this.get$_product_model$_$this()._product_model$_createdAt; if (t21 == null) @@ -321424,7 +328811,7 @@ _$failedField = null; try { _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -321476,12 +328863,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -321641,7 +329028,7 @@ $.BaseEntity_counter = t1; b.get$_project_model$_$this()._project_model$_id = "" + t1; b.get$_project_model$_$this()._project_model$_number = ""; - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); b.get$_project_model$_$this()._project_model$_isChanged = false; b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; @@ -321672,32 +329059,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._project_model$_data = t6; result._project_model$_$v = null; } t4 = result._project_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._project_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_KEc)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -321751,7 +329138,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -321860,7 +329247,7 @@ t5 = t4._project_model$_documents; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._project_model$_documents = t5; t4 = t5; } else @@ -321868,10 +329255,10 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; @@ -321909,7 +329296,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -321917,7 +329304,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_02; + return B.List_010; }, get$wireName() { return "ProjectEntity"; @@ -321955,14 +329342,14 @@ t1 = _this._project_model$_data; return t1 == null ? _this._project_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "ProjectListResponse", _$result = null; try { _$result0 = _this._project_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ProjectListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -321972,7 +329359,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -322027,14 +329414,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "ProjectItemResponse", _$result = null; try { _$result0 = _this._project_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$ProjectItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -322044,7 +329431,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -322065,7 +329452,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._project_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -322108,9 +329495,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$clientId(receiver) { return this.clientId; }, @@ -322123,7 +329507,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -322137,9 +329521,6 @@ } }; A.ProjectEntityBuilder.prototype = { - get$name(_) { - return this.get$_project_model$_$this()._project_model$_name; - }, get$documents() { var t1 = this.get$_project_model$_$this(), t2 = t1._project_model$_documents; @@ -322180,7 +329561,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, exception, _this = this, _s13_ = "ProjectEntity", _$result = null; @@ -322226,7 +329607,7 @@ t13 = _this.get$_project_model$_$this()._project_model$_number; if (t13 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "number")); - t14 = _this.get$documents().build$0(0); + t14 = _this.get$documents().build$0(); t15 = _this.get$_project_model$_$this()._project_model$_isChanged; t16 = _this.get$_project_model$_$this()._project_model$_createdAt; if (t16 == null) @@ -322250,7 +329631,7 @@ _$failedField = null; try { _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -322269,1174 +329650,1198 @@ A._ProjectEntity_Object_BaseEntity_SelectableEntity_BelongsToClient.prototype = {}; A._$serializers_closure.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientContactEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity); }, - $signature: 1379 + $signature: 677 }; A._$serializers_closure0.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientContactEntity); }, - $signature: 334 + $signature: 2492 }; A._$serializers_closure1.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LedgerEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 1376 + $signature: 304 }; A._$serializers_closure2.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LedgerEntity); }, - $signature: 547 + $signature: 2502 }; A._$serializers_closure3.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 147 + $signature: 662 }; A._$serializers_closure4.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 516 + $signature: 133 }; A._$serializers_closure5.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 548 + $signature: 400 }; A._$serializers_closure6.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 549 + $signature: 654 }; A._$serializers_closure7.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 550 + $signature: 650 }; A._$serializers_closure8.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 551 + $signature: 621 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 551 + $signature: 618 }; A._$serializers_closure10.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 552 + $signature: 618 }; A._$serializers_closure11.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 553 + $signature: 613 }; A._$serializers_closure12.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 554 + $signature: 607 }; A._$serializers_closure13.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 1323 + $signature: 602 }; A._$serializers_closure14.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayEntity); }, - $signature: 555 + $signature: 2636 }; A._$serializers_closure15.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 556 + $signature: 598 }; A._$serializers_closure16.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 557 + $signature: 596 }; A._$serializers_closure17.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 558 + $signature: 579 }; A._$serializers_closure18.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 550 + $signature: 578 }; A._$serializers_closure19.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceStatusEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 1319 + $signature: 621 }; A._$serializers_closure20.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceStatusEntity); }, - $signature: 559 + $signature: 2648 }; A._$serializers_closure21.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 555 + $signature: 576 }; A._$serializers_closure22.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 556 + $signature: 598 }; A._$serializers_closure23.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 560 + $signature: 596 }; A._$serializers_closure24.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 147 + $signature: 575 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 133 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 133 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 133 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 133 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 147 + $signature: 133 }; A._$serializers_closure30.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseScheduleEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 1290 + $signature: 133 }; A._$serializers_closure31.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityState); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseScheduleEntity); }, - $signature: 1287 + $signature: 2656 }; A._$serializers_closure32.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityStatus); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityState); }, - $signature: 1285 + $signature: 2659 }; A._$serializers_closure33.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityStatus); }, - $signature: 40 + $signature: 2663 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure38.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityType); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 1248 + $signature: 41 }; A._$serializers_closure39.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BaseEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityType); }, - $signature: 1247 + $signature: 2668 }; A._$serializers_closure40.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 561 + $signature: 2671 }; A._$serializers_closure41.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 446 + $signature: 574 }; A._$serializers_closure42.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 547 + $signature: 390 }; A._$serializers_closure43.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 562 + $signature: 662 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 562 + $signature: 563 }; A._$serializers_closure45.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); - }, - $signature: 334 - }; - A._$serializers_closure46.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, $signature: 563 }; + A._$serializers_closure46.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); + }, + $signature: 304 + }; A._$serializers_closure47.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 564 + $signature: 558 }; A._$serializers_closure48.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 565 + $signature: 550 }; A._$serializers_closure49.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, $signature: 549 }; A._$serializers_closure50.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 561 + $signature: 650 }; A._$serializers_closure51.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 566 + $signature: 574 }; A._$serializers_closure52.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 548 + $signature: 547 }; A._$serializers_closure53.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 567 + $signature: 654 }; A._$serializers_closure54.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 183 + $signature: 543 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 183 + $signature: 198 }; A._$serializers_closure56.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 446 + $signature: 198 }; A._$serializers_closure57.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 568 + $signature: 390 }; A._$serializers_closure58.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 183 + $signature: 537 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 183 + $signature: 198 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 183 + $signature: 198 }; A._$serializers_closure61.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 569 + $signature: 198 }; A._$serializers_closure62.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity); }, - $signature: 570 + $signature: 677 }; A._$serializers_closure63.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 446 + $signature: 532 }; A._$serializers_closure64.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 571 + $signature: 530 }; A._$serializers_closure65.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 560 + $signature: 390 }; A._$serializers_closure66.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 147 + $signature: 800 }; A._$serializers_closure67.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); - }, - $signature: 572 - }; - A._$serializers_closure68.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); - }, - $signature: 573 - }; - A._$serializers_closure69.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); - }, - $signature: 574 - }; - A._$serializers_closure70.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, $signature: 575 }; + A._$serializers_closure68.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); + }, + $signature: 133 + }; + A._$serializers_closure69.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); + }, + $signature: 794 + }; + A._$serializers_closure70.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); + }, + $signature: 776 + }; A._$serializers_closure71.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 516 + $signature: 756 }; A._$serializers_closure72.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_RegistrationFieldEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 1207 + $signature: 743 }; A._$serializers_closure73.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); + }, + $signature: 400 + }; + A._$serializers_closure74.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_RegistrationFieldEntity); + }, + $signature: 2736 + }; + A._$serializers_closure75.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 - }; - A._$serializers_closure74.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_HistoryRecord); - }, - $signature: 1190 - }; - A._$serializers_closure75.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); - }, - $signature: 553 + $signature: 199 }; A._$serializers_closure76.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_HistoryRecord); }, - $signature: 183 + $signature: 2743 }; A._$serializers_closure77.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 183 + $signature: 607 }; A._$serializers_closure78.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceScheduleEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 1187 + $signature: 198 }; A._$serializers_closure79.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceItemEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 1181 + $signature: 198 }; A._$serializers_closure80.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvitationEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceScheduleEntity); }, - $signature: 1178 + $signature: 2744 }; A._$serializers_closure81.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceItemEntity); }, - $signature: 147 + $signature: 2750 }; A._$serializers_closure82.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvitationEntity); }, - $signature: 334 + $signature: 2752 }; A._$serializers_closure83.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 557 + $signature: 133 }; A._$serializers_closure84.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 568 + $signature: 304 }; A._$serializers_closure85.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 575 + $signature: 579 }; A._$serializers_closure86.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 558 + $signature: 537 }; A._$serializers_closure87.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 445 + $signature: 743 }; A._$serializers_closure88.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 445 + $signature: 578 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 445 + $signature: 383 }; A._$serializers_closure90.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 567 + $signature: 383 }; A._$serializers_closure91.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 570 + $signature: 383 }; A._$serializers_closure92.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 552 + $signature: 543 }; A._$serializers_closure93.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 40 + $signature: 530 }; A._$serializers_closure94.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 40 + $signature: 613 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure96.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BuiltList_legacy_String); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 1176 + $signature: 41 }; A._$serializers_closure97.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 574 + $signature: 41 }; A._$serializers_closure98.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BuiltList_legacy_String); }, - $signature: 569 + $signature: 2770 }; A._$serializers_closure99.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 564 + $signature: 756 }; A._$serializers_closure100.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 563 + $signature: 532 }; A._$serializers_closure101.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 554 + $signature: 550 }; A._$serializers_closure102.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 572 + $signature: 558 }; A._$serializers_closure103.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 1174 + $signature: 602 }; A._$serializers_closure104.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyState); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 1170 + $signature: 794 }; A._$serializers_closure105.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyEntity); }, - $signature: 566 + $signature: 2774 }; A._$serializers_closure106.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorContactEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyState); }, - $signature: 1154 + $signature: 2777 }; A._$serializers_closure107.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 334 + $signature: 547 }; A._$serializers_closure108.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorContactEntity); }, - $signature: 147 + $signature: 2779 }; A._$serializers_closure109.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 571 + $signature: 304 }; A._$serializers_closure110.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 573 + $signature: 133 }; A._$serializers_closure111.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_BuiltList_legacy_String); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 1153 + $signature: 800 }; A._$serializers_closure112.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 576 + $signature: 776 }; A._$serializers_closure113.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); + return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_BuiltList_legacy_String); }, - $signature: 576 + $signature: 2780 }; A._$serializers_closure114.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); + }, + $signature: 713 + }; + A._$serializers_closure115.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); + }, + $signature: 713 + }; + A._$serializers_closure116.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 - }; - A._$serializers_closure115.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_PrefStateSortField); - }, - $signature: 1151 - }; - A._$serializers_closure116.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyPrefState); - }, - $signature: 1134 + $signature: 199 }; A._$serializers_closure117.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_PrefStateSortField); }, - $signature: 444 + $signature: 2790 }; A._$serializers_closure118.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyPrefState); }, - $signature: 444 + $signature: 2793 }; A._$serializers_closure119.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BankAccountEntity); }, - $signature: 1119 + $signature: 2801 }; A._$serializers_closure120.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DashboardField); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 1117 + $signature: 41 }; A._$serializers_closure121.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 1113 + $signature: 382 }; A._$serializers_closure122.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 40 + $signature: 382 }; A._$serializers_closure123.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); }, - $signature: 1085 + $signature: 2868 }; A._$serializers_closure124.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DashboardField); }, - $signature: 40 + $signature: 2869 }; A._$serializers_closure125.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); }, - $signature: 1082 + $signature: 2870 }; A._$serializers_closure126.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 1080 + $signature: 41 }; A._$serializers_closure127.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); }, - $signature: 1074 + $signature: 2878 }; A._$serializers_closure128.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 1072 + $signature: 41 }; A._$serializers_closure129.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); }, - $signature: 1071 + $signature: 2886 }; A._$serializers_closure130.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); }, - $signature: 1055 + $signature: 2888 }; A._$serializers_closure131.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); }, - $signature: 1050 + $signature: 2889 }; A._$serializers_closure132.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); }, - $signature: 1049 + $signature: 2893 }; A._$serializers_closure133.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); }, - $signature: 1047 + $signature: 2894 }; A._$serializers_closure134.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); }, - $signature: 559 + $signature: 2896 }; A._$serializers_closure135.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); }, - $signature: 1046 + $signature: 2898 }; A._$serializers_closure136.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); }, - $signature: 40 + $signature: 2907 }; A._$serializers_closure137.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); }, - $signature: 1045 + $signature: 2911 }; A._$serializers_closure138.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 40 + $signature: 576 }; A._$serializers_closure139.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); }, - $signature: 1042 + $signature: 2912 }; A._$serializers_closure140.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure141.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); }, - $signature: 578 + $signature: 2913 }; A._$serializers_closure142.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure143.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); }, - $signature: 578 + $signature: 2914 }; A._$serializers_closure144.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure145.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 1012 + $signature: 699 }; A._$serializers_closure146.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 516 + $signature: 41 }; A._$serializers_closure147.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 1003 + $signature: 699 }; A._$serializers_closure148.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 1002 + $signature: 41 }; A._$serializers_closure149.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); }, - $signature: 40 + $signature: 2930 }; A._$serializers_closure150.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 990 + $signature: 400 }; A._$serializers_closure151.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); }, - $signature: 282 + $signature: 2940 }; A._$serializers_closure152.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); }, - $signature: 40 + $signature: 2943 }; A._$serializers_closure153.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 282 + $signature: 41 }; A._$serializers_closure154.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); }, - $signature: 40 + $signature: 2945 }; A._$serializers_closure155.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 282 + $signature: 269 }; A._$serializers_closure156.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure157.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 282 + $signature: 269 }; A._$serializers_closure158.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure159.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 282 + $signature: 269 }; A._$serializers_closure160.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure161.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 989 + $signature: 269 }; A._$serializers_closure162.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure163.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 988 + $signature: 269 }; A._$serializers_closure164.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure165.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); }, - $signature: 982 + $signature: 2954 }; A._$serializers_closure166.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 981 + $signature: 41 }; A._$serializers_closure167.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); }, - $signature: 40 + $signature: 2955 }; A._$serializers_closure168.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 980 + $signature: 41 }; A._$serializers_closure169.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); }, - $signature: 40 + $signature: 2956 }; A._$serializers_closure170.prototype = { call$0() { - var t1 = type$.legacy_String; - return A.MapBuilder_MapBuilder(t1, t1); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); }, - $signature: 182 + $signature: 2958 }; A._$serializers_closure171.prototype = { call$0() { - var t1 = type$.legacy_String; - return A.MapBuilder_MapBuilder(t1, t1); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 182 + $signature: 41 }; A._$serializers_closure172.prototype = { call$0() { - var t1 = type$.legacy_String; - return A.MapBuilder_MapBuilder(t1, t1); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); }, - $signature: 182 + $signature: 2959 }; A._$serializers_closure173.prototype = { call$0() { - var t1 = type$.legacy_String; - return A.MapBuilder_MapBuilder(t1, t1); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 182 + $signature: 41 }; A._$serializers_closure174.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 182 + $signature: 199 }; A._$serializers_closure175.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); + var t1 = type$.legacy_String; + return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 444 + $signature: 199 }; A._$serializers_closure176.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); + var t1 = type$.legacy_String; + return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 978 + $signature: 199 }; A._$serializers_closure177.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + var t1 = type$.legacy_String; + return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 40 + $signature: 199 }; A._$serializers_closure178.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); + var t1 = type$.legacy_String; + return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 977 + $signature: 199 }; A._$serializers_closure179.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 40 + $signature: 382 }; A._$serializers_closure180.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); }, - $signature: 565 + $signature: 2960 }; A._$serializers_closure181.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure182.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); }, - $signature: 975 + $signature: 2962 }; A._$serializers_closure183.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure184.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, - $signature: 974 + $signature: 549 }; A._$serializers_closure185.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure186.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); }, - $signature: 972 + $signature: 2963 }; A._$serializers_closure187.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure188.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); }, - $signature: 948 + $signature: 2969 }; A._$serializers_closure189.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure190.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); }, - $signature: 941 + $signature: 2970 }; A._$serializers_closure191.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 41 }; A._$serializers_closure192.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); + }, + $signature: 2974 + }; + A._$serializers_closure193.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 41 + }; + A._$serializers_closure194.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); + }, + $signature: 2976 + }; + A._$serializers_closure195.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 41 + }; + A._$serializers_closure196.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_int, type$.legacy_String); }, - $signature: 939 + $signature: 2980 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -324427,6 +331832,11 @@ result.push("client_manual_payment_notification"); result.push(serializers.serialize$2$specifiedType(value, B.FullType_MtR)); } + value = object.clientMarkPaidPaymentNotification; + if (value != null) { + result.push("send_email_on_mark_paid"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_MtR)); + } value = object.counterNumberApplied; if (value != null) { result.push("counter_number_applied"); @@ -324612,19 +332022,19 @@ break; case "custom_value1": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._customValue1 = t3; + result.get$_settings_model$_$this()._settings_model$_customValue1 = t3; break; case "custom_value2": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._customValue2 = t3; + result.get$_settings_model$_$this()._settings_model$_customValue2 = t3; break; case "custom_value3": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._customValue3 = t3; + result.get$_settings_model$_$this()._settings_model$_customValue3 = t3; break; case "custom_value4": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._customValue4 = t3; + result.get$_settings_model$_$this()._settings_model$_customValue4 = t3; break; case "payment_terms": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -325096,19 +332506,19 @@ break; case "website": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._website = t3; + result.get$_settings_model$_$this()._settings_model$_website = t3; break; case "address1": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._address1 = t3; + result.get$_settings_model$_$this()._settings_model$_address1 = t3; break; case "address2": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._address2 = t3; + result.get$_settings_model$_$this()._settings_model$_address2 = t3; break; case "city": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._city = t3; + result.get$_settings_model$_$this()._settings_model$_city = t3; break; case "state": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -325116,27 +332526,27 @@ break; case "postal_code": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._postalCode = t3; + result.get$_settings_model$_$this()._settings_model$_postalCode = t3; break; case "phone": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._phone = t3; + result.get$_settings_model$_$this()._settings_model$_phone = t3; break; case "email": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._email = t3; + result.get$_settings_model$_$this()._settings_model$_email = t3; break; case "country_id": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._countryId = t3; + result.get$_settings_model$_$this()._settings_model$_countryId = t3; break; case "vat_number": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._vatNumber = t3; + result.get$_settings_model$_$this()._settings_model$_vatNumber = t3; break; case "id_number": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_settings_model$_$this()._idNumber = t3; + result.get$_settings_model$_$this()._settings_model$_idNumber = t3; break; case "page_size": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -325274,6 +332684,10 @@ t3 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); result.get$_settings_model$_$this()._clientManualPaymentNotification = t3; break; + case "send_email_on_mark_paid": + t3 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_settings_model$_$this()._clientMarkPaidPaymentNotification = t3; + break; case "counter_number_applied": t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_settings_model$_$this()._counterNumberApplied = t3; @@ -325392,7 +332806,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -325412,7 +332826,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._settings_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -325420,12 +332834,12 @@ return false; if (other === _this) return true; - return other instanceof A.SettingsEntity && _this.timezoneId == other.timezoneId && _this.dateFormatId == other.dateFormatId && _this.enableMilitaryTime == other.enableMilitaryTime && _this.languageId == other.languageId && _this.showCurrencyCode == other.showCurrencyCode && _this.currencyId == other.currencyId && _this.customValue1 == other.customValue1 && _this.customValue2 == other.customValue2 && _this.customValue3 == other.customValue3 && _this.customValue4 == other.customValue4 && _this.defaultPaymentTerms == other.defaultPaymentTerms && _this.defaultValidUntil == other.defaultValidUntil && _this.companyGatewayIds == other.companyGatewayIds && _this.defaultTaskRate == other.defaultTaskRate && _this.sendReminders == other.sendReminders && _this.enablePortal == other.enablePortal && _this.enablePortalDashboard == other.enablePortalDashboard && _this.enablePortalTasks == other.enablePortalTasks && _this.enableClientPortalUploads == other.enableClientPortalUploads && _this.enableVendorPortalUploads == other.enableVendorPortalUploads && _this.emailStyle == other.emailStyle && _this.replyToEmail == other.replyToEmail && _this.replyToName == other.replyToName && _this.emailFromName == other.emailFromName && _this.bccEmail == other.bccEmail && _this.pdfEmailAttachment == other.pdfEmailAttachment && _this.ublEmailAttachment == other.ublEmailAttachment && _this.documentEmailAttachment == other.documentEmailAttachment && _this.emailStyleCustom == other.emailStyleCustom && _this.customMessageDashboard == other.customMessageDashboard && _this.customMessageUnpaidInvoice == other.customMessageUnpaidInvoice && _this.customMessagePaidInvoice == other.customMessagePaidInvoice && _this.customMessageUnapprovedQuote == other.customMessageUnapprovedQuote && _this.autoArchiveInvoice == other.autoArchiveInvoice && _this.autoArchiveInvoiceCancelled == other.autoArchiveInvoiceCancelled && _this.autoArchiveQuote == other.autoArchiveQuote && _this.autoEmailInvoice == other.autoEmailInvoice && _this.autoConvertQuote == other.autoConvertQuote && _this.enableInclusiveTaxes == other.enableInclusiveTaxes && J.$eq$(_this.translations, other.translations) && _this.taskNumberPattern == other.taskNumberPattern && _this.taskNumberCounter == other.taskNumberCounter && _this.expenseNumberPattern == other.expenseNumberPattern && _this.expenseNumberCounter == other.expenseNumberCounter && _this.recurringExpenseNumberPattern == other.recurringExpenseNumberPattern && _this.recurringExpenseNumberCounter == other.recurringExpenseNumberCounter && _this.vendorNumberPattern == other.vendorNumberPattern && _this.vendorNumberCounter == other.vendorNumberCounter && _this.ticketNumberPattern == other.ticketNumberPattern && _this.ticketNumberCounter == other.ticketNumberCounter && _this.paymentNumberPattern == other.paymentNumberPattern && _this.paymentNumberCounter == other.paymentNumberCounter && _this.projectNumberPattern == other.projectNumberPattern && _this.projectNumberCounter == other.projectNumberCounter && _this.invoiceNumberPattern == other.invoiceNumberPattern && _this.invoiceNumberCounter == other.invoiceNumberCounter && _this.recurringInvoiceNumberPattern == other.recurringInvoiceNumberPattern && _this.recurringInvoiceNumberCounter == other.recurringInvoiceNumberCounter && _this.quoteNumberPattern == other.quoteNumberPattern && _this.quoteNumberCounter == other.quoteNumberCounter && _this.clientNumberPattern == other.clientNumberPattern && _this.clientNumberCounter == other.clientNumberCounter && _this.creditNumberPattern == other.creditNumberPattern && _this.creditNumberCounter == other.creditNumberCounter && _this.recurringNumberPrefix == other.recurringNumberPrefix && _this.resetCounterFrequencyId == other.resetCounterFrequencyId && _this.resetCounterDate == other.resetCounterDate && _this.counterPadding == other.counterPadding && _this.sharedInvoiceQuoteCounter == other.sharedInvoiceQuoteCounter && _this.sharedInvoiceCreditCounter == other.sharedInvoiceCreditCounter && _this.defaultInvoiceTerms == other.defaultInvoiceTerms && _this.defaultQuoteTerms == other.defaultQuoteTerms && _this.defaultQuoteFooter == other.defaultQuoteFooter && _this.defaultCreditTerms == other.defaultCreditTerms && _this.defaultCreditFooter == other.defaultCreditFooter && _this.defaultInvoiceDesignId == other.defaultInvoiceDesignId && _this.defaultQuoteDesignId == other.defaultQuoteDesignId && _this.defaultCreditDesignId == other.defaultCreditDesignId && _this.defaultInvoiceFooter == other.defaultInvoiceFooter && _this.defaultTaxName1 == other.defaultTaxName1 && _this.defaultTaxRate1 == other.defaultTaxRate1 && _this.defaultTaxName2 == other.defaultTaxName2 && _this.defaultTaxRate2 == other.defaultTaxRate2 && _this.defaultTaxName3 == other.defaultTaxName3 && _this.defaultTaxRate3 == other.defaultTaxRate3 && _this.defaultPaymentTypeId == other.defaultPaymentTypeId && J.$eq$(_this.pdfVariables, other.pdfVariables) && _this.emailSignature == other.emailSignature && _this.emailSubjectInvoice == other.emailSubjectInvoice && _this.emailSubjectQuote == other.emailSubjectQuote && _this.emailSubjectCredit == other.emailSubjectCredit && _this.emailSubjectPayment == other.emailSubjectPayment && _this.emailSubjectPaymentPartial == other.emailSubjectPaymentPartial && _this.emailBodyInvoice == other.emailBodyInvoice && _this.emailBodyQuote == other.emailBodyQuote && _this.emailBodyCredit == other.emailBodyCredit && _this.emailBodyPayment == other.emailBodyPayment && _this.emailBodyPaymentPartial == other.emailBodyPaymentPartial && _this.emailSubjectReminder1 == other.emailSubjectReminder1 && _this.emailSubjectReminder2 == other.emailSubjectReminder2 && _this.emailSubjectReminder3 == other.emailSubjectReminder3 && _this.emailBodyReminder1 == other.emailBodyReminder1 && _this.emailBodyReminder2 == other.emailBodyReminder2 && _this.emailBodyReminder3 == other.emailBodyReminder3 && _this.emailSubjectCustom1 == other.emailSubjectCustom1 && _this.emailBodyCustom1 == other.emailBodyCustom1 && _this.emailSubjectCustom2 == other.emailSubjectCustom2 && _this.emailBodyCustom2 == other.emailBodyCustom2 && _this.emailSubjectCustom3 == other.emailSubjectCustom3 && _this.emailBodyCustom3 == other.emailBodyCustom3 && _this.emailSubjectStatement == other.emailSubjectStatement && _this.emailBodyStatement == other.emailBodyStatement && _this.emailSubjectPurchaseOrder == other.emailSubjectPurchaseOrder && _this.emailBodyPurchaseOrder == other.emailBodyPurchaseOrder && _this.enablePortalPassword == other.enablePortalPassword && _this.signatureOnPdf == other.signatureOnPdf && _this.enableEmailMarkup == other.enableEmailMarkup && _this.showAcceptInvoiceTerms == other.showAcceptInvoiceTerms && _this.showAcceptQuoteTerms == other.showAcceptQuoteTerms && _this.requireInvoiceSignature == other.requireInvoiceSignature && _this.requireQuoteSignature == other.requireQuoteSignature && _this.name == other.name && _this.companyLogo == other.companyLogo && _this.website == other.website && _this.address1 == other.address1 && _this.address2 == other.address2 && _this.city == other.city && _this.state == other.state && _this.postalCode == other.postalCode && _this.phone == other.phone && _this.email == other.email && _this.countryId == other.countryId && _this.vatNumber == other.vatNumber && _this.idNumber == other.idNumber && _this.pageSize == other.pageSize && _this.pageLayout == other.pageLayout && _this.fontSize == other.fontSize && _this.primaryColor == other.primaryColor && _this.secondaryColor == other.secondaryColor && _this.primaryFont == other.primaryFont && _this.secondaryFont == other.secondaryFont && _this.hidePaidToDate == other.hidePaidToDate && _this.embedDocuments == other.embedDocuments && _this.allPagesHeader == other.allPagesHeader && _this.allPagesFooter == other.allPagesFooter && _this.enableReminder1 == other.enableReminder1 && _this.enableReminder2 == other.enableReminder2 && _this.enableReminder3 == other.enableReminder3 && _this.enableReminderEndless == other.enableReminderEndless && _this.numDaysReminder1 == other.numDaysReminder1 && _this.numDaysReminder2 == other.numDaysReminder2 && _this.numDaysReminder3 == other.numDaysReminder3 && _this.scheduleReminder1 == other.scheduleReminder1 && _this.scheduleReminder2 == other.scheduleReminder2 && _this.scheduleReminder3 == other.scheduleReminder3 && _this.endlessReminderFrequencyId == other.endlessReminderFrequencyId && _this.lateFeeAmount1 == other.lateFeeAmount1 && _this.lateFeeAmount2 == other.lateFeeAmount2 && _this.lateFeeAmount3 == other.lateFeeAmount3 && _this.lateFeeAmountEndless == other.lateFeeAmountEndless && _this.lateFeePercent1 == other.lateFeePercent1 && _this.lateFeePercent2 == other.lateFeePercent2 && _this.lateFeePercent3 == other.lateFeePercent3 && _this.lateFeePercentEndless == other.lateFeePercentEndless && _this.emailSubjectReminderEndless == other.emailSubjectReminderEndless && _this.emailBodyReminderEndless == other.emailBodyReminderEndless && _this.clientOnlinePaymentNotification == other.clientOnlinePaymentNotification && _this.clientManualPaymentNotification == other.clientManualPaymentNotification && _this.counterNumberApplied == other.counterNumberApplied && _this.emailSendingMethod == other.emailSendingMethod && _this.gmailSendingUserId == other.gmailSendingUserId && _this.clientPortalTerms == other.clientPortalTerms && _this.clientPortalPrivacy == other.clientPortalPrivacy && _this.lockInvoices == other.lockInvoices && _this.autoBill == other.autoBill && _this.clientPortalAllowUnderPayment == other.clientPortalAllowUnderPayment && _this.clientPortalAllowOverPayment == other.clientPortalAllowOverPayment && _this.autoBillDate == other.autoBillDate && _this.clientPortalUnderPaymentMinimum == other.clientPortalUnderPaymentMinimum && _this.useCreditsPayment == other.useCreditsPayment && _this.clientPortalCustomHeader == other.clientPortalCustomHeader && _this.clientPortalCustomCss == other.clientPortalCustomCss && _this.clientPortalCustomFooter == other.clientPortalCustomFooter && _this.clientPortalCustomJs == other.clientPortalCustomJs && _this.hideEmptyColumnsOnPdf == other.hideEmptyColumnsOnPdf && _this.entitySendTime == other.entitySendTime && _this.clientPortalTasks == other.clientPortalTasks && _this.pageNumbering == other.pageNumbering && _this.pageNumberingAlignment == other.pageNumberingAlignment && _this.requirePurchaseOrderSignature == other.requirePurchaseOrderSignature && _this.defaultPurchaseOrderTerms == other.defaultPurchaseOrderTerms && _this.defaultPurchaseOrderDesignId == other.defaultPurchaseOrderDesignId && _this.defaultPurchaseOrderFooter == other.defaultPurchaseOrderFooter && _this.purchaseOrderNumberPattern == other.purchaseOrderNumberPattern && _this.purchaseOrderNumberCounter == other.purchaseOrderNumberCounter && _this.qrIban == other.qrIban && _this.besrId == other.besrId; + return other instanceof A.SettingsEntity && _this.timezoneId == other.timezoneId && _this.dateFormatId == other.dateFormatId && _this.enableMilitaryTime == other.enableMilitaryTime && _this.languageId == other.languageId && _this.showCurrencyCode == other.showCurrencyCode && _this.currencyId == other.currencyId && _this.customValue1 == other.customValue1 && _this.customValue2 == other.customValue2 && _this.customValue3 == other.customValue3 && _this.customValue4 == other.customValue4 && _this.defaultPaymentTerms == other.defaultPaymentTerms && _this.defaultValidUntil == other.defaultValidUntil && _this.companyGatewayIds == other.companyGatewayIds && _this.defaultTaskRate == other.defaultTaskRate && _this.sendReminders == other.sendReminders && _this.enablePortal == other.enablePortal && _this.enablePortalDashboard == other.enablePortalDashboard && _this.enablePortalTasks == other.enablePortalTasks && _this.enableClientPortalUploads == other.enableClientPortalUploads && _this.enableVendorPortalUploads == other.enableVendorPortalUploads && _this.emailStyle == other.emailStyle && _this.replyToEmail == other.replyToEmail && _this.replyToName == other.replyToName && _this.emailFromName == other.emailFromName && _this.bccEmail == other.bccEmail && _this.pdfEmailAttachment == other.pdfEmailAttachment && _this.ublEmailAttachment == other.ublEmailAttachment && _this.documentEmailAttachment == other.documentEmailAttachment && _this.emailStyleCustom == other.emailStyleCustom && _this.customMessageDashboard == other.customMessageDashboard && _this.customMessageUnpaidInvoice == other.customMessageUnpaidInvoice && _this.customMessagePaidInvoice == other.customMessagePaidInvoice && _this.customMessageUnapprovedQuote == other.customMessageUnapprovedQuote && _this.autoArchiveInvoice == other.autoArchiveInvoice && _this.autoArchiveInvoiceCancelled == other.autoArchiveInvoiceCancelled && _this.autoArchiveQuote == other.autoArchiveQuote && _this.autoEmailInvoice == other.autoEmailInvoice && _this.autoConvertQuote == other.autoConvertQuote && _this.enableInclusiveTaxes == other.enableInclusiveTaxes && J.$eq$(_this.translations, other.translations) && _this.taskNumberPattern == other.taskNumberPattern && _this.taskNumberCounter == other.taskNumberCounter && _this.expenseNumberPattern == other.expenseNumberPattern && _this.expenseNumberCounter == other.expenseNumberCounter && _this.recurringExpenseNumberPattern == other.recurringExpenseNumberPattern && _this.recurringExpenseNumberCounter == other.recurringExpenseNumberCounter && _this.vendorNumberPattern == other.vendorNumberPattern && _this.vendorNumberCounter == other.vendorNumberCounter && _this.ticketNumberPattern == other.ticketNumberPattern && _this.ticketNumberCounter == other.ticketNumberCounter && _this.paymentNumberPattern == other.paymentNumberPattern && _this.paymentNumberCounter == other.paymentNumberCounter && _this.projectNumberPattern == other.projectNumberPattern && _this.projectNumberCounter == other.projectNumberCounter && _this.invoiceNumberPattern == other.invoiceNumberPattern && _this.invoiceNumberCounter == other.invoiceNumberCounter && _this.recurringInvoiceNumberPattern == other.recurringInvoiceNumberPattern && _this.recurringInvoiceNumberCounter == other.recurringInvoiceNumberCounter && _this.quoteNumberPattern == other.quoteNumberPattern && _this.quoteNumberCounter == other.quoteNumberCounter && _this.clientNumberPattern == other.clientNumberPattern && _this.clientNumberCounter == other.clientNumberCounter && _this.creditNumberPattern == other.creditNumberPattern && _this.creditNumberCounter == other.creditNumberCounter && _this.recurringNumberPrefix == other.recurringNumberPrefix && _this.resetCounterFrequencyId == other.resetCounterFrequencyId && _this.resetCounterDate == other.resetCounterDate && _this.counterPadding == other.counterPadding && _this.sharedInvoiceQuoteCounter == other.sharedInvoiceQuoteCounter && _this.sharedInvoiceCreditCounter == other.sharedInvoiceCreditCounter && _this.defaultInvoiceTerms == other.defaultInvoiceTerms && _this.defaultQuoteTerms == other.defaultQuoteTerms && _this.defaultQuoteFooter == other.defaultQuoteFooter && _this.defaultCreditTerms == other.defaultCreditTerms && _this.defaultCreditFooter == other.defaultCreditFooter && _this.defaultInvoiceDesignId == other.defaultInvoiceDesignId && _this.defaultQuoteDesignId == other.defaultQuoteDesignId && _this.defaultCreditDesignId == other.defaultCreditDesignId && _this.defaultInvoiceFooter == other.defaultInvoiceFooter && _this.defaultTaxName1 == other.defaultTaxName1 && _this.defaultTaxRate1 == other.defaultTaxRate1 && _this.defaultTaxName2 == other.defaultTaxName2 && _this.defaultTaxRate2 == other.defaultTaxRate2 && _this.defaultTaxName3 == other.defaultTaxName3 && _this.defaultTaxRate3 == other.defaultTaxRate3 && _this.defaultPaymentTypeId == other.defaultPaymentTypeId && J.$eq$(_this.pdfVariables, other.pdfVariables) && _this.emailSignature == other.emailSignature && _this.emailSubjectInvoice == other.emailSubjectInvoice && _this.emailSubjectQuote == other.emailSubjectQuote && _this.emailSubjectCredit == other.emailSubjectCredit && _this.emailSubjectPayment == other.emailSubjectPayment && _this.emailSubjectPaymentPartial == other.emailSubjectPaymentPartial && _this.emailBodyInvoice == other.emailBodyInvoice && _this.emailBodyQuote == other.emailBodyQuote && _this.emailBodyCredit == other.emailBodyCredit && _this.emailBodyPayment == other.emailBodyPayment && _this.emailBodyPaymentPartial == other.emailBodyPaymentPartial && _this.emailSubjectReminder1 == other.emailSubjectReminder1 && _this.emailSubjectReminder2 == other.emailSubjectReminder2 && _this.emailSubjectReminder3 == other.emailSubjectReminder3 && _this.emailBodyReminder1 == other.emailBodyReminder1 && _this.emailBodyReminder2 == other.emailBodyReminder2 && _this.emailBodyReminder3 == other.emailBodyReminder3 && _this.emailSubjectCustom1 == other.emailSubjectCustom1 && _this.emailBodyCustom1 == other.emailBodyCustom1 && _this.emailSubjectCustom2 == other.emailSubjectCustom2 && _this.emailBodyCustom2 == other.emailBodyCustom2 && _this.emailSubjectCustom3 == other.emailSubjectCustom3 && _this.emailBodyCustom3 == other.emailBodyCustom3 && _this.emailSubjectStatement == other.emailSubjectStatement && _this.emailBodyStatement == other.emailBodyStatement && _this.emailSubjectPurchaseOrder == other.emailSubjectPurchaseOrder && _this.emailBodyPurchaseOrder == other.emailBodyPurchaseOrder && _this.enablePortalPassword == other.enablePortalPassword && _this.signatureOnPdf == other.signatureOnPdf && _this.enableEmailMarkup == other.enableEmailMarkup && _this.showAcceptInvoiceTerms == other.showAcceptInvoiceTerms && _this.showAcceptQuoteTerms == other.showAcceptQuoteTerms && _this.requireInvoiceSignature == other.requireInvoiceSignature && _this.requireQuoteSignature == other.requireQuoteSignature && _this.name == other.name && _this.companyLogo == other.companyLogo && _this.website == other.website && _this.address1 == other.address1 && _this.address2 == other.address2 && _this.city == other.city && _this.state == other.state && _this.postalCode == other.postalCode && _this.phone == other.phone && _this.email == other.email && _this.countryId == other.countryId && _this.vatNumber == other.vatNumber && _this.idNumber == other.idNumber && _this.pageSize == other.pageSize && _this.pageLayout == other.pageLayout && _this.fontSize == other.fontSize && _this.primaryColor == other.primaryColor && _this.secondaryColor == other.secondaryColor && _this.primaryFont == other.primaryFont && _this.secondaryFont == other.secondaryFont && _this.hidePaidToDate == other.hidePaidToDate && _this.embedDocuments == other.embedDocuments && _this.allPagesHeader == other.allPagesHeader && _this.allPagesFooter == other.allPagesFooter && _this.enableReminder1 == other.enableReminder1 && _this.enableReminder2 == other.enableReminder2 && _this.enableReminder3 == other.enableReminder3 && _this.enableReminderEndless == other.enableReminderEndless && _this.numDaysReminder1 == other.numDaysReminder1 && _this.numDaysReminder2 == other.numDaysReminder2 && _this.numDaysReminder3 == other.numDaysReminder3 && _this.scheduleReminder1 == other.scheduleReminder1 && _this.scheduleReminder2 == other.scheduleReminder2 && _this.scheduleReminder3 == other.scheduleReminder3 && _this.endlessReminderFrequencyId == other.endlessReminderFrequencyId && _this.lateFeeAmount1 == other.lateFeeAmount1 && _this.lateFeeAmount2 == other.lateFeeAmount2 && _this.lateFeeAmount3 == other.lateFeeAmount3 && _this.lateFeeAmountEndless == other.lateFeeAmountEndless && _this.lateFeePercent1 == other.lateFeePercent1 && _this.lateFeePercent2 == other.lateFeePercent2 && _this.lateFeePercent3 == other.lateFeePercent3 && _this.lateFeePercentEndless == other.lateFeePercentEndless && _this.emailSubjectReminderEndless == other.emailSubjectReminderEndless && _this.emailBodyReminderEndless == other.emailBodyReminderEndless && _this.clientOnlinePaymentNotification == other.clientOnlinePaymentNotification && _this.clientManualPaymentNotification == other.clientManualPaymentNotification && _this.clientMarkPaidPaymentNotification == other.clientMarkPaidPaymentNotification && _this.counterNumberApplied == other.counterNumberApplied && _this.emailSendingMethod == other.emailSendingMethod && _this.gmailSendingUserId == other.gmailSendingUserId && _this.clientPortalTerms == other.clientPortalTerms && _this.clientPortalPrivacy == other.clientPortalPrivacy && _this.lockInvoices == other.lockInvoices && _this.autoBill == other.autoBill && _this.clientPortalAllowUnderPayment == other.clientPortalAllowUnderPayment && _this.clientPortalAllowOverPayment == other.clientPortalAllowOverPayment && _this.autoBillDate == other.autoBillDate && _this.clientPortalUnderPaymentMinimum == other.clientPortalUnderPaymentMinimum && _this.useCreditsPayment == other.useCreditsPayment && _this.clientPortalCustomHeader == other.clientPortalCustomHeader && _this.clientPortalCustomCss == other.clientPortalCustomCss && _this.clientPortalCustomFooter == other.clientPortalCustomFooter && _this.clientPortalCustomJs == other.clientPortalCustomJs && _this.hideEmptyColumnsOnPdf == other.hideEmptyColumnsOnPdf && _this.entitySendTime == other.entitySendTime && _this.clientPortalTasks == other.clientPortalTasks && _this.pageNumbering == other.pageNumbering && _this.pageNumberingAlignment == other.pageNumberingAlignment && _this.requirePurchaseOrderSignature == other.requirePurchaseOrderSignature && _this.defaultPurchaseOrderTerms == other.defaultPurchaseOrderTerms && _this.defaultPurchaseOrderDesignId == other.defaultPurchaseOrderDesignId && _this.defaultPurchaseOrderFooter == other.defaultPurchaseOrderFooter && _this.purchaseOrderNumberPattern == other.purchaseOrderNumberPattern && _this.purchaseOrderNumberCounter == other.purchaseOrderNumberCounter && _this.qrIban == other.qrIban && _this.besrId == other.besrId; }, get$hashCode(_) { var _this = this, t1 = _this._settings_model$__hashCode; - return t1 == null ? _this._settings_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, J.get$hashCode$(_this.timezoneId)), J.get$hashCode$(_this.dateFormatId)), J.get$hashCode$(_this.enableMilitaryTime)), J.get$hashCode$(_this.languageId)), J.get$hashCode$(_this.showCurrencyCode)), J.get$hashCode$(_this.currencyId)), J.get$hashCode$(_this.customValue1)), J.get$hashCode$(_this.customValue2)), J.get$hashCode$(_this.customValue3)), J.get$hashCode$(_this.customValue4)), J.get$hashCode$(_this.defaultPaymentTerms)), J.get$hashCode$(_this.defaultValidUntil)), J.get$hashCode$(_this.companyGatewayIds)), J.get$hashCode$(_this.defaultTaskRate)), J.get$hashCode$(_this.sendReminders)), J.get$hashCode$(_this.enablePortal)), J.get$hashCode$(_this.enablePortalDashboard)), J.get$hashCode$(_this.enablePortalTasks)), J.get$hashCode$(_this.enableClientPortalUploads)), J.get$hashCode$(_this.enableVendorPortalUploads)), J.get$hashCode$(_this.emailStyle)), J.get$hashCode$(_this.replyToEmail)), J.get$hashCode$(_this.replyToName)), J.get$hashCode$(_this.emailFromName)), J.get$hashCode$(_this.bccEmail)), J.get$hashCode$(_this.pdfEmailAttachment)), J.get$hashCode$(_this.ublEmailAttachment)), J.get$hashCode$(_this.documentEmailAttachment)), J.get$hashCode$(_this.emailStyleCustom)), J.get$hashCode$(_this.customMessageDashboard)), J.get$hashCode$(_this.customMessageUnpaidInvoice)), J.get$hashCode$(_this.customMessagePaidInvoice)), J.get$hashCode$(_this.customMessageUnapprovedQuote)), J.get$hashCode$(_this.autoArchiveInvoice)), J.get$hashCode$(_this.autoArchiveInvoiceCancelled)), J.get$hashCode$(_this.autoArchiveQuote)), J.get$hashCode$(_this.autoEmailInvoice)), J.get$hashCode$(_this.autoConvertQuote)), J.get$hashCode$(_this.enableInclusiveTaxes)), J.get$hashCode$(_this.translations)), J.get$hashCode$(_this.taskNumberPattern)), J.get$hashCode$(_this.taskNumberCounter)), J.get$hashCode$(_this.expenseNumberPattern)), J.get$hashCode$(_this.expenseNumberCounter)), J.get$hashCode$(_this.recurringExpenseNumberPattern)), J.get$hashCode$(_this.recurringExpenseNumberCounter)), J.get$hashCode$(_this.vendorNumberPattern)), J.get$hashCode$(_this.vendorNumberCounter)), J.get$hashCode$(_this.ticketNumberPattern)), J.get$hashCode$(_this.ticketNumberCounter)), J.get$hashCode$(_this.paymentNumberPattern)), J.get$hashCode$(_this.paymentNumberCounter)), J.get$hashCode$(_this.projectNumberPattern)), J.get$hashCode$(_this.projectNumberCounter)), J.get$hashCode$(_this.invoiceNumberPattern)), J.get$hashCode$(_this.invoiceNumberCounter)), J.get$hashCode$(_this.recurringInvoiceNumberPattern)), J.get$hashCode$(_this.recurringInvoiceNumberCounter)), J.get$hashCode$(_this.quoteNumberPattern)), J.get$hashCode$(_this.quoteNumberCounter)), J.get$hashCode$(_this.clientNumberPattern)), J.get$hashCode$(_this.clientNumberCounter)), J.get$hashCode$(_this.creditNumberPattern)), J.get$hashCode$(_this.creditNumberCounter)), J.get$hashCode$(_this.recurringNumberPrefix)), J.get$hashCode$(_this.resetCounterFrequencyId)), J.get$hashCode$(_this.resetCounterDate)), J.get$hashCode$(_this.counterPadding)), J.get$hashCode$(_this.sharedInvoiceQuoteCounter)), J.get$hashCode$(_this.sharedInvoiceCreditCounter)), J.get$hashCode$(_this.defaultInvoiceTerms)), J.get$hashCode$(_this.defaultQuoteTerms)), J.get$hashCode$(_this.defaultQuoteFooter)), J.get$hashCode$(_this.defaultCreditTerms)), J.get$hashCode$(_this.defaultCreditFooter)), J.get$hashCode$(_this.defaultInvoiceDesignId)), J.get$hashCode$(_this.defaultQuoteDesignId)), J.get$hashCode$(_this.defaultCreditDesignId)), J.get$hashCode$(_this.defaultInvoiceFooter)), J.get$hashCode$(_this.defaultTaxName1)), J.get$hashCode$(_this.defaultTaxRate1)), J.get$hashCode$(_this.defaultTaxName2)), J.get$hashCode$(_this.defaultTaxRate2)), J.get$hashCode$(_this.defaultTaxName3)), J.get$hashCode$(_this.defaultTaxRate3)), J.get$hashCode$(_this.defaultPaymentTypeId)), J.get$hashCode$(_this.pdfVariables)), J.get$hashCode$(_this.emailSignature)), J.get$hashCode$(_this.emailSubjectInvoice)), J.get$hashCode$(_this.emailSubjectQuote)), J.get$hashCode$(_this.emailSubjectCredit)), J.get$hashCode$(_this.emailSubjectPayment)), J.get$hashCode$(_this.emailSubjectPaymentPartial)), J.get$hashCode$(_this.emailBodyInvoice)), J.get$hashCode$(_this.emailBodyQuote)), J.get$hashCode$(_this.emailBodyCredit)), J.get$hashCode$(_this.emailBodyPayment)), J.get$hashCode$(_this.emailBodyPaymentPartial)), J.get$hashCode$(_this.emailSubjectReminder1)), J.get$hashCode$(_this.emailSubjectReminder2)), J.get$hashCode$(_this.emailSubjectReminder3)), J.get$hashCode$(_this.emailBodyReminder1)), J.get$hashCode$(_this.emailBodyReminder2)), J.get$hashCode$(_this.emailBodyReminder3)), J.get$hashCode$(_this.emailSubjectCustom1)), J.get$hashCode$(_this.emailBodyCustom1)), J.get$hashCode$(_this.emailSubjectCustom2)), J.get$hashCode$(_this.emailBodyCustom2)), J.get$hashCode$(_this.emailSubjectCustom3)), J.get$hashCode$(_this.emailBodyCustom3)), J.get$hashCode$(_this.emailSubjectStatement)), J.get$hashCode$(_this.emailBodyStatement)), J.get$hashCode$(_this.emailSubjectPurchaseOrder)), J.get$hashCode$(_this.emailBodyPurchaseOrder)), J.get$hashCode$(_this.enablePortalPassword)), J.get$hashCode$(_this.signatureOnPdf)), J.get$hashCode$(_this.enableEmailMarkup)), J.get$hashCode$(_this.showAcceptInvoiceTerms)), J.get$hashCode$(_this.showAcceptQuoteTerms)), J.get$hashCode$(_this.requireInvoiceSignature)), J.get$hashCode$(_this.requireQuoteSignature)), J.get$hashCode$(_this.name)), J.get$hashCode$(_this.companyLogo)), J.get$hashCode$(_this.website)), J.get$hashCode$(_this.address1)), J.get$hashCode$(_this.address2)), J.get$hashCode$(_this.city)), J.get$hashCode$(_this.state)), J.get$hashCode$(_this.postalCode)), J.get$hashCode$(_this.phone)), J.get$hashCode$(_this.email)), J.get$hashCode$(_this.countryId)), J.get$hashCode$(_this.vatNumber)), J.get$hashCode$(_this.idNumber)), J.get$hashCode$(_this.pageSize)), J.get$hashCode$(_this.pageLayout)), J.get$hashCode$(_this.fontSize)), J.get$hashCode$(_this.primaryColor)), J.get$hashCode$(_this.secondaryColor)), J.get$hashCode$(_this.primaryFont)), J.get$hashCode$(_this.secondaryFont)), J.get$hashCode$(_this.hidePaidToDate)), J.get$hashCode$(_this.embedDocuments)), J.get$hashCode$(_this.allPagesHeader)), J.get$hashCode$(_this.allPagesFooter)), J.get$hashCode$(_this.enableReminder1)), J.get$hashCode$(_this.enableReminder2)), J.get$hashCode$(_this.enableReminder3)), J.get$hashCode$(_this.enableReminderEndless)), J.get$hashCode$(_this.numDaysReminder1)), J.get$hashCode$(_this.numDaysReminder2)), J.get$hashCode$(_this.numDaysReminder3)), J.get$hashCode$(_this.scheduleReminder1)), J.get$hashCode$(_this.scheduleReminder2)), J.get$hashCode$(_this.scheduleReminder3)), J.get$hashCode$(_this.endlessReminderFrequencyId)), J.get$hashCode$(_this.lateFeeAmount1)), J.get$hashCode$(_this.lateFeeAmount2)), J.get$hashCode$(_this.lateFeeAmount3)), J.get$hashCode$(_this.lateFeeAmountEndless)), J.get$hashCode$(_this.lateFeePercent1)), J.get$hashCode$(_this.lateFeePercent2)), J.get$hashCode$(_this.lateFeePercent3)), J.get$hashCode$(_this.lateFeePercentEndless)), J.get$hashCode$(_this.emailSubjectReminderEndless)), J.get$hashCode$(_this.emailBodyReminderEndless)), J.get$hashCode$(_this.clientOnlinePaymentNotification)), J.get$hashCode$(_this.clientManualPaymentNotification)), J.get$hashCode$(_this.counterNumberApplied)), J.get$hashCode$(_this.emailSendingMethod)), J.get$hashCode$(_this.gmailSendingUserId)), J.get$hashCode$(_this.clientPortalTerms)), J.get$hashCode$(_this.clientPortalPrivacy)), J.get$hashCode$(_this.lockInvoices)), J.get$hashCode$(_this.autoBill)), J.get$hashCode$(_this.clientPortalAllowUnderPayment)), J.get$hashCode$(_this.clientPortalAllowOverPayment)), J.get$hashCode$(_this.autoBillDate)), J.get$hashCode$(_this.clientPortalUnderPaymentMinimum)), J.get$hashCode$(_this.useCreditsPayment)), J.get$hashCode$(_this.clientPortalCustomHeader)), J.get$hashCode$(_this.clientPortalCustomCss)), J.get$hashCode$(_this.clientPortalCustomFooter)), J.get$hashCode$(_this.clientPortalCustomJs)), J.get$hashCode$(_this.hideEmptyColumnsOnPdf)), J.get$hashCode$(_this.entitySendTime)), J.get$hashCode$(_this.clientPortalTasks)), J.get$hashCode$(_this.pageNumbering)), J.get$hashCode$(_this.pageNumberingAlignment)), J.get$hashCode$(_this.requirePurchaseOrderSignature)), J.get$hashCode$(_this.defaultPurchaseOrderTerms)), J.get$hashCode$(_this.defaultPurchaseOrderDesignId)), J.get$hashCode$(_this.defaultPurchaseOrderFooter)), J.get$hashCode$(_this.purchaseOrderNumberPattern)), J.get$hashCode$(_this.purchaseOrderNumberCounter)), J.get$hashCode$(_this.qrIban)), J.get$hashCode$(_this.besrId))) : t1; + return t1 == null ? _this._settings_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, J.get$hashCode$(_this.timezoneId)), J.get$hashCode$(_this.dateFormatId)), J.get$hashCode$(_this.enableMilitaryTime)), J.get$hashCode$(_this.languageId)), J.get$hashCode$(_this.showCurrencyCode)), J.get$hashCode$(_this.currencyId)), J.get$hashCode$(_this.customValue1)), J.get$hashCode$(_this.customValue2)), J.get$hashCode$(_this.customValue3)), J.get$hashCode$(_this.customValue4)), J.get$hashCode$(_this.defaultPaymentTerms)), J.get$hashCode$(_this.defaultValidUntil)), J.get$hashCode$(_this.companyGatewayIds)), J.get$hashCode$(_this.defaultTaskRate)), J.get$hashCode$(_this.sendReminders)), J.get$hashCode$(_this.enablePortal)), J.get$hashCode$(_this.enablePortalDashboard)), J.get$hashCode$(_this.enablePortalTasks)), J.get$hashCode$(_this.enableClientPortalUploads)), J.get$hashCode$(_this.enableVendorPortalUploads)), J.get$hashCode$(_this.emailStyle)), J.get$hashCode$(_this.replyToEmail)), J.get$hashCode$(_this.replyToName)), J.get$hashCode$(_this.emailFromName)), J.get$hashCode$(_this.bccEmail)), J.get$hashCode$(_this.pdfEmailAttachment)), J.get$hashCode$(_this.ublEmailAttachment)), J.get$hashCode$(_this.documentEmailAttachment)), J.get$hashCode$(_this.emailStyleCustom)), J.get$hashCode$(_this.customMessageDashboard)), J.get$hashCode$(_this.customMessageUnpaidInvoice)), J.get$hashCode$(_this.customMessagePaidInvoice)), J.get$hashCode$(_this.customMessageUnapprovedQuote)), J.get$hashCode$(_this.autoArchiveInvoice)), J.get$hashCode$(_this.autoArchiveInvoiceCancelled)), J.get$hashCode$(_this.autoArchiveQuote)), J.get$hashCode$(_this.autoEmailInvoice)), J.get$hashCode$(_this.autoConvertQuote)), J.get$hashCode$(_this.enableInclusiveTaxes)), J.get$hashCode$(_this.translations)), J.get$hashCode$(_this.taskNumberPattern)), J.get$hashCode$(_this.taskNumberCounter)), J.get$hashCode$(_this.expenseNumberPattern)), J.get$hashCode$(_this.expenseNumberCounter)), J.get$hashCode$(_this.recurringExpenseNumberPattern)), J.get$hashCode$(_this.recurringExpenseNumberCounter)), J.get$hashCode$(_this.vendorNumberPattern)), J.get$hashCode$(_this.vendorNumberCounter)), J.get$hashCode$(_this.ticketNumberPattern)), J.get$hashCode$(_this.ticketNumberCounter)), J.get$hashCode$(_this.paymentNumberPattern)), J.get$hashCode$(_this.paymentNumberCounter)), J.get$hashCode$(_this.projectNumberPattern)), J.get$hashCode$(_this.projectNumberCounter)), J.get$hashCode$(_this.invoiceNumberPattern)), J.get$hashCode$(_this.invoiceNumberCounter)), J.get$hashCode$(_this.recurringInvoiceNumberPattern)), J.get$hashCode$(_this.recurringInvoiceNumberCounter)), J.get$hashCode$(_this.quoteNumberPattern)), J.get$hashCode$(_this.quoteNumberCounter)), J.get$hashCode$(_this.clientNumberPattern)), J.get$hashCode$(_this.clientNumberCounter)), J.get$hashCode$(_this.creditNumberPattern)), J.get$hashCode$(_this.creditNumberCounter)), J.get$hashCode$(_this.recurringNumberPrefix)), J.get$hashCode$(_this.resetCounterFrequencyId)), J.get$hashCode$(_this.resetCounterDate)), J.get$hashCode$(_this.counterPadding)), J.get$hashCode$(_this.sharedInvoiceQuoteCounter)), J.get$hashCode$(_this.sharedInvoiceCreditCounter)), J.get$hashCode$(_this.defaultInvoiceTerms)), J.get$hashCode$(_this.defaultQuoteTerms)), J.get$hashCode$(_this.defaultQuoteFooter)), J.get$hashCode$(_this.defaultCreditTerms)), J.get$hashCode$(_this.defaultCreditFooter)), J.get$hashCode$(_this.defaultInvoiceDesignId)), J.get$hashCode$(_this.defaultQuoteDesignId)), J.get$hashCode$(_this.defaultCreditDesignId)), J.get$hashCode$(_this.defaultInvoiceFooter)), J.get$hashCode$(_this.defaultTaxName1)), J.get$hashCode$(_this.defaultTaxRate1)), J.get$hashCode$(_this.defaultTaxName2)), J.get$hashCode$(_this.defaultTaxRate2)), J.get$hashCode$(_this.defaultTaxName3)), J.get$hashCode$(_this.defaultTaxRate3)), J.get$hashCode$(_this.defaultPaymentTypeId)), J.get$hashCode$(_this.pdfVariables)), J.get$hashCode$(_this.emailSignature)), J.get$hashCode$(_this.emailSubjectInvoice)), J.get$hashCode$(_this.emailSubjectQuote)), J.get$hashCode$(_this.emailSubjectCredit)), J.get$hashCode$(_this.emailSubjectPayment)), J.get$hashCode$(_this.emailSubjectPaymentPartial)), J.get$hashCode$(_this.emailBodyInvoice)), J.get$hashCode$(_this.emailBodyQuote)), J.get$hashCode$(_this.emailBodyCredit)), J.get$hashCode$(_this.emailBodyPayment)), J.get$hashCode$(_this.emailBodyPaymentPartial)), J.get$hashCode$(_this.emailSubjectReminder1)), J.get$hashCode$(_this.emailSubjectReminder2)), J.get$hashCode$(_this.emailSubjectReminder3)), J.get$hashCode$(_this.emailBodyReminder1)), J.get$hashCode$(_this.emailBodyReminder2)), J.get$hashCode$(_this.emailBodyReminder3)), J.get$hashCode$(_this.emailSubjectCustom1)), J.get$hashCode$(_this.emailBodyCustom1)), J.get$hashCode$(_this.emailSubjectCustom2)), J.get$hashCode$(_this.emailBodyCustom2)), J.get$hashCode$(_this.emailSubjectCustom3)), J.get$hashCode$(_this.emailBodyCustom3)), J.get$hashCode$(_this.emailSubjectStatement)), J.get$hashCode$(_this.emailBodyStatement)), J.get$hashCode$(_this.emailSubjectPurchaseOrder)), J.get$hashCode$(_this.emailBodyPurchaseOrder)), J.get$hashCode$(_this.enablePortalPassword)), J.get$hashCode$(_this.signatureOnPdf)), J.get$hashCode$(_this.enableEmailMarkup)), J.get$hashCode$(_this.showAcceptInvoiceTerms)), J.get$hashCode$(_this.showAcceptQuoteTerms)), J.get$hashCode$(_this.requireInvoiceSignature)), J.get$hashCode$(_this.requireQuoteSignature)), J.get$hashCode$(_this.name)), J.get$hashCode$(_this.companyLogo)), J.get$hashCode$(_this.website)), J.get$hashCode$(_this.address1)), J.get$hashCode$(_this.address2)), J.get$hashCode$(_this.city)), J.get$hashCode$(_this.state)), J.get$hashCode$(_this.postalCode)), J.get$hashCode$(_this.phone)), J.get$hashCode$(_this.email)), J.get$hashCode$(_this.countryId)), J.get$hashCode$(_this.vatNumber)), J.get$hashCode$(_this.idNumber)), J.get$hashCode$(_this.pageSize)), J.get$hashCode$(_this.pageLayout)), J.get$hashCode$(_this.fontSize)), J.get$hashCode$(_this.primaryColor)), J.get$hashCode$(_this.secondaryColor)), J.get$hashCode$(_this.primaryFont)), J.get$hashCode$(_this.secondaryFont)), J.get$hashCode$(_this.hidePaidToDate)), J.get$hashCode$(_this.embedDocuments)), J.get$hashCode$(_this.allPagesHeader)), J.get$hashCode$(_this.allPagesFooter)), J.get$hashCode$(_this.enableReminder1)), J.get$hashCode$(_this.enableReminder2)), J.get$hashCode$(_this.enableReminder3)), J.get$hashCode$(_this.enableReminderEndless)), J.get$hashCode$(_this.numDaysReminder1)), J.get$hashCode$(_this.numDaysReminder2)), J.get$hashCode$(_this.numDaysReminder3)), J.get$hashCode$(_this.scheduleReminder1)), J.get$hashCode$(_this.scheduleReminder2)), J.get$hashCode$(_this.scheduleReminder3)), J.get$hashCode$(_this.endlessReminderFrequencyId)), J.get$hashCode$(_this.lateFeeAmount1)), J.get$hashCode$(_this.lateFeeAmount2)), J.get$hashCode$(_this.lateFeeAmount3)), J.get$hashCode$(_this.lateFeeAmountEndless)), J.get$hashCode$(_this.lateFeePercent1)), J.get$hashCode$(_this.lateFeePercent2)), J.get$hashCode$(_this.lateFeePercent3)), J.get$hashCode$(_this.lateFeePercentEndless)), J.get$hashCode$(_this.emailSubjectReminderEndless)), J.get$hashCode$(_this.emailBodyReminderEndless)), J.get$hashCode$(_this.clientOnlinePaymentNotification)), J.get$hashCode$(_this.clientManualPaymentNotification)), J.get$hashCode$(_this.clientMarkPaidPaymentNotification)), J.get$hashCode$(_this.counterNumberApplied)), J.get$hashCode$(_this.emailSendingMethod)), J.get$hashCode$(_this.gmailSendingUserId)), J.get$hashCode$(_this.clientPortalTerms)), J.get$hashCode$(_this.clientPortalPrivacy)), J.get$hashCode$(_this.lockInvoices)), J.get$hashCode$(_this.autoBill)), J.get$hashCode$(_this.clientPortalAllowUnderPayment)), J.get$hashCode$(_this.clientPortalAllowOverPayment)), J.get$hashCode$(_this.autoBillDate)), J.get$hashCode$(_this.clientPortalUnderPaymentMinimum)), J.get$hashCode$(_this.useCreditsPayment)), J.get$hashCode$(_this.clientPortalCustomHeader)), J.get$hashCode$(_this.clientPortalCustomCss)), J.get$hashCode$(_this.clientPortalCustomFooter)), J.get$hashCode$(_this.clientPortalCustomJs)), J.get$hashCode$(_this.hideEmptyColumnsOnPdf)), J.get$hashCode$(_this.entitySendTime)), J.get$hashCode$(_this.clientPortalTasks)), J.get$hashCode$(_this.pageNumbering)), J.get$hashCode$(_this.pageNumberingAlignment)), J.get$hashCode$(_this.requirePurchaseOrderSignature)), J.get$hashCode$(_this.defaultPurchaseOrderTerms)), J.get$hashCode$(_this.defaultPurchaseOrderDesignId)), J.get$hashCode$(_this.defaultPurchaseOrderFooter)), J.get$hashCode$(_this.purchaseOrderNumberPattern)), J.get$hashCode$(_this.purchaseOrderNumberCounter)), J.get$hashCode$(_this.qrIban)), J.get$hashCode$(_this.besrId))) : t1; }, toString$0(_) { var _this = this, @@ -325599,6 +333013,7 @@ t2.add$2(t1, "emailBodyReminderEndless", _this.emailBodyReminderEndless); t2.add$2(t1, "clientOnlinePaymentNotification", _this.clientOnlinePaymentNotification); t2.add$2(t1, "clientManualPaymentNotification", _this.clientManualPaymentNotification); + t2.add$2(t1, "clientMarkPaidPaymentNotification", _this.clientMarkPaidPaymentNotification); t2.add$2(t1, "counterNumberApplied", _this.counterNumberApplied); t2.add$2(t1, "emailSendingMethod", _this.emailSendingMethod); t2.add$2(t1, "gmailSendingUserId", _this.gmailSendingUserId); @@ -325630,9 +333045,6 @@ t2.add$2(t1, "besrId", _this.besrId); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$address1() { return this.address1; }, @@ -325669,9 +333081,6 @@ t2 = t1._pdfVariables; return t2 == null ? t1._pdfVariables = A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String) : t2; }, - get$name(_) { - return this.get$_settings_model$_$this()._settings_model$_name; - }, get$_settings_model$_$this() { var t1, t2, _this = this, $$v = _this._settings_model$_$v; @@ -325682,10 +333091,10 @@ _this._languageId = $$v.languageId; _this._showCurrencyCode = $$v.showCurrencyCode; _this._currencyId = $$v.currencyId; - _this._customValue1 = $$v.customValue1; - _this._customValue2 = $$v.customValue2; - _this._customValue3 = $$v.customValue3; - _this._customValue4 = $$v.customValue4; + _this._settings_model$_customValue1 = $$v.customValue1; + _this._settings_model$_customValue2 = $$v.customValue2; + _this._settings_model$_customValue3 = $$v.customValue3; + _this._settings_model$_customValue4 = $$v.customValue4; _this._defaultPaymentTerms = $$v.defaultPaymentTerms; _this._defaultValidUntil = $$v.defaultValidUntil; _this._companyGatewayIds = $$v.companyGatewayIds; @@ -325817,17 +333226,17 @@ _this._requireQuoteSignature = $$v.requireQuoteSignature; _this._settings_model$_name = $$v.name; _this._companyLogo = $$v.companyLogo; - _this._website = $$v.website; - _this._address1 = $$v.address1; - _this._address2 = $$v.address2; - _this._city = $$v.city; + _this._settings_model$_website = $$v.website; + _this._settings_model$_address1 = $$v.address1; + _this._settings_model$_address2 = $$v.address2; + _this._settings_model$_city = $$v.city; _this._settings_model$_state = $$v.state; - _this._postalCode = $$v.postalCode; - _this._phone = $$v.phone; - _this._email = $$v.email; - _this._countryId = $$v.countryId; - _this._vatNumber = $$v.vatNumber; - _this._idNumber = $$v.idNumber; + _this._settings_model$_postalCode = $$v.postalCode; + _this._settings_model$_phone = $$v.phone; + _this._settings_model$_email = $$v.email; + _this._settings_model$_countryId = $$v.countryId; + _this._settings_model$_vatNumber = $$v.vatNumber; + _this._settings_model$_idNumber = $$v.idNumber; _this._pageSize = $$v.pageSize; _this._pageLayout = $$v.pageLayout; _this._fontSize = $$v.fontSize; @@ -325862,6 +333271,7 @@ _this._emailBodyReminderEndless = $$v.emailBodyReminderEndless; _this._clientOnlinePaymentNotification = $$v.clientOnlinePaymentNotification; _this._clientManualPaymentNotification = $$v.clientManualPaymentNotification; + _this._clientMarkPaidPaymentNotification = $$v.clientMarkPaidPaymentNotification; _this._counterNumberApplied = $$v.counterNumberApplied; _this._emailSendingMethod = $$v.emailSendingMethod; _this._gmailSendingUserId = $$v.gmailSendingUserId; @@ -325895,8 +333305,8 @@ } return _this; }, - build$0(_) { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196, exception, _this = this, _$result = null; + build$0() { + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196, t197, exception, _this = this, _$result = null; try { _$result0 = _this._settings_model$_$v; if (_$result0 == null) { @@ -325906,10 +333316,10 @@ t4 = _this.get$_settings_model$_$this()._languageId; t5 = _this.get$_settings_model$_$this()._showCurrencyCode; t6 = _this.get$_settings_model$_$this()._currencyId; - t7 = _this.get$_settings_model$_$this()._customValue1; - t8 = _this.get$_settings_model$_$this()._customValue2; - t9 = _this.get$_settings_model$_$this()._customValue3; - t10 = _this.get$_settings_model$_$this()._customValue4; + t7 = _this.get$_settings_model$_$this()._settings_model$_customValue1; + t8 = _this.get$_settings_model$_$this()._settings_model$_customValue2; + t9 = _this.get$_settings_model$_$this()._settings_model$_customValue3; + t10 = _this.get$_settings_model$_$this()._settings_model$_customValue4; t11 = _this.get$_settings_model$_$this()._defaultPaymentTerms; t12 = _this.get$_settings_model$_$this()._defaultValidUntil; t13 = _this.get$_settings_model$_$this()._companyGatewayIds; @@ -325940,7 +333350,7 @@ t38 = _this.get$_settings_model$_$this()._autoConvertQuote; t39 = _this.get$_settings_model$_$this()._enableInclusiveTaxes; t40 = _this._translations; - t40 = t40 == null ? null : t40.build$0(0); + t40 = t40 == null ? null : t40.build$0(); t41 = _this.get$_settings_model$_$this()._taskNumberPattern; t42 = _this.get$_settings_model$_$this()._taskNumberCounter; t43 = _this.get$_settings_model$_$this()._expenseNumberPattern; @@ -325988,7 +333398,7 @@ t85 = _this.get$_settings_model$_$this()._defaultTaxRate3; t86 = _this.get$_settings_model$_$this()._defaultPaymentTypeId; t87 = _this._pdfVariables; - t87 = t87 == null ? null : t87.build$0(0); + t87 = t87 == null ? null : t87.build$0(); t88 = _this.get$_settings_model$_$this()._emailSignature; t89 = _this.get$_settings_model$_$this()._emailSubjectInvoice; t90 = _this.get$_settings_model$_$this()._emailSubjectQuote; @@ -326025,17 +333435,17 @@ t121 = _this.get$_settings_model$_$this()._requireQuoteSignature; t122 = _this.get$_settings_model$_$this()._settings_model$_name; t123 = _this.get$_settings_model$_$this()._companyLogo; - t124 = _this.get$_settings_model$_$this()._website; - t125 = _this.get$_settings_model$_$this()._address1; - t126 = _this.get$_settings_model$_$this()._address2; - t127 = _this.get$_settings_model$_$this()._city; + t124 = _this.get$_settings_model$_$this()._settings_model$_website; + t125 = _this.get$_settings_model$_$this()._settings_model$_address1; + t126 = _this.get$_settings_model$_$this()._settings_model$_address2; + t127 = _this.get$_settings_model$_$this()._settings_model$_city; t128 = _this.get$_settings_model$_$this()._settings_model$_state; - t129 = _this.get$_settings_model$_$this()._postalCode; - t130 = _this.get$_settings_model$_$this()._phone; - t131 = _this.get$_settings_model$_$this()._email; - t132 = _this.get$_settings_model$_$this()._countryId; - t133 = _this.get$_settings_model$_$this()._vatNumber; - t134 = _this.get$_settings_model$_$this()._idNumber; + t129 = _this.get$_settings_model$_$this()._settings_model$_postalCode; + t130 = _this.get$_settings_model$_$this()._settings_model$_phone; + t131 = _this.get$_settings_model$_$this()._settings_model$_email; + t132 = _this.get$_settings_model$_$this()._settings_model$_countryId; + t133 = _this.get$_settings_model$_$this()._settings_model$_vatNumber; + t134 = _this.get$_settings_model$_$this()._settings_model$_idNumber; t135 = _this.get$_settings_model$_$this()._pageSize; t136 = _this.get$_settings_model$_$this()._pageLayout; t137 = _this.get$_settings_model$_$this()._fontSize; @@ -326070,35 +333480,36 @@ t166 = _this.get$_settings_model$_$this()._emailBodyReminderEndless; t167 = _this.get$_settings_model$_$this()._clientOnlinePaymentNotification; t168 = _this.get$_settings_model$_$this()._clientManualPaymentNotification; - t169 = _this.get$_settings_model$_$this()._counterNumberApplied; - t170 = _this.get$_settings_model$_$this()._emailSendingMethod; - t171 = _this.get$_settings_model$_$this()._gmailSendingUserId; - t172 = _this.get$_settings_model$_$this()._clientPortalTerms; - t173 = _this.get$_settings_model$_$this()._clientPortalPrivacy; - t174 = _this.get$_settings_model$_$this()._lockInvoices; - t175 = _this.get$_settings_model$_$this()._autoBill; - t176 = _this.get$_settings_model$_$this()._clientPortalAllowUnderPayment; - t177 = _this.get$_settings_model$_$this()._clientPortalAllowOverPayment; - t178 = _this.get$_settings_model$_$this()._autoBillDate; - t179 = _this.get$_settings_model$_$this()._clientPortalUnderPaymentMinimum; - t180 = _this.get$_settings_model$_$this()._useCreditsPayment; - t181 = _this.get$_settings_model$_$this()._clientPortalCustomHeader; - t182 = _this.get$_settings_model$_$this()._clientPortalCustomCss; - t183 = _this.get$_settings_model$_$this()._clientPortalCustomFooter; - t184 = _this.get$_settings_model$_$this()._clientPortalCustomJs; - t185 = _this.get$_settings_model$_$this()._hideEmptyColumnsOnPdf; - t186 = _this.get$_settings_model$_$this()._entitySendTime; - t187 = _this.get$_settings_model$_$this()._clientPortalTasks; - t188 = _this.get$_settings_model$_$this()._pageNumbering; - t189 = _this.get$_settings_model$_$this()._pageNumberingAlignment; - t190 = _this.get$_settings_model$_$this()._requirePurchaseOrderSignature; - t191 = _this.get$_settings_model$_$this()._defaultPurchaseOrderTerms; - t192 = _this.get$_settings_model$_$this()._defaultPurchaseOrderDesignId; - t193 = _this.get$_settings_model$_$this()._defaultPurchaseOrderFooter; - t194 = _this.get$_settings_model$_$this()._purchaseOrderNumberPattern; - t195 = _this.get$_settings_model$_$this()._purchaseOrderNumberCounter; - t196 = _this.get$_settings_model$_$this()._qrIban; - _$result0 = A._$SettingsEntity$_(t125, t126, t145, t144, t34, t35, t36, t175, t178, t38, t37, t25, _this.get$_settings_model$_$this()._besrId, t127, t168, t62, t61, t167, t177, t176, t182, t183, t181, t184, t173, t187, t172, t179, t13, t123, t169, t68, t132, t64, t63, t6, t30, t32, t33, t31, t7, t8, t9, t10, t2, t78, t75, t74, t76, t79, t71, t11, t86, t192, t193, t191, t77, t73, t72, t14, t80, t82, t84, t81, t83, t85, t12, t28, t131, t96, t106, t108, t110, t94, t97, t98, t114, t95, t102, t103, t104, t166, t112, t24, t170, t88, t21, t29, t91, t105, t107, t109, t89, t92, t93, t113, t90, t99, t100, t101, t165, t111, t143, t19, t117, t39, t3, t16, t17, t115, t18, t146, t147, t148, t149, t20, t156, t186, t44, t43, t137, t171, t185, t142, t134, t56, t55, t4, t157, t158, t159, t160, t161, t162, t163, t164, t174, t122, t150, t151, t152, t136, t188, t189, t135, t52, t51, t26, t87, t130, t129, t138, t140, t54, t53, t195, t194, t196, t60, t59, t46, t45, t58, t57, t65, t22, t23, t120, t190, t121, t67, t66, t153, t154, t155, t139, t141, t15, t70, t69, t118, t119, t5, t116, t128, t42, t41, t50, t49, t1, t40, t27, t180, t133, t48, t47, t124); + t169 = _this.get$_settings_model$_$this()._clientMarkPaidPaymentNotification; + t170 = _this.get$_settings_model$_$this()._counterNumberApplied; + t171 = _this.get$_settings_model$_$this()._emailSendingMethod; + t172 = _this.get$_settings_model$_$this()._gmailSendingUserId; + t173 = _this.get$_settings_model$_$this()._clientPortalTerms; + t174 = _this.get$_settings_model$_$this()._clientPortalPrivacy; + t175 = _this.get$_settings_model$_$this()._lockInvoices; + t176 = _this.get$_settings_model$_$this()._autoBill; + t177 = _this.get$_settings_model$_$this()._clientPortalAllowUnderPayment; + t178 = _this.get$_settings_model$_$this()._clientPortalAllowOverPayment; + t179 = _this.get$_settings_model$_$this()._autoBillDate; + t180 = _this.get$_settings_model$_$this()._clientPortalUnderPaymentMinimum; + t181 = _this.get$_settings_model$_$this()._useCreditsPayment; + t182 = _this.get$_settings_model$_$this()._clientPortalCustomHeader; + t183 = _this.get$_settings_model$_$this()._clientPortalCustomCss; + t184 = _this.get$_settings_model$_$this()._clientPortalCustomFooter; + t185 = _this.get$_settings_model$_$this()._clientPortalCustomJs; + t186 = _this.get$_settings_model$_$this()._hideEmptyColumnsOnPdf; + t187 = _this.get$_settings_model$_$this()._entitySendTime; + t188 = _this.get$_settings_model$_$this()._clientPortalTasks; + t189 = _this.get$_settings_model$_$this()._pageNumbering; + t190 = _this.get$_settings_model$_$this()._pageNumberingAlignment; + t191 = _this.get$_settings_model$_$this()._requirePurchaseOrderSignature; + t192 = _this.get$_settings_model$_$this()._defaultPurchaseOrderTerms; + t193 = _this.get$_settings_model$_$this()._defaultPurchaseOrderDesignId; + t194 = _this.get$_settings_model$_$this()._defaultPurchaseOrderFooter; + t195 = _this.get$_settings_model$_$this()._purchaseOrderNumberPattern; + t196 = _this.get$_settings_model$_$this()._purchaseOrderNumberCounter; + t197 = _this.get$_settings_model$_$this()._qrIban; + _$result0 = A._$SettingsEntity$_(t125, t126, t145, t144, t34, t35, t36, t176, t179, t38, t37, t25, _this.get$_settings_model$_$this()._besrId, t127, t168, t169, t62, t61, t167, t178, t177, t183, t184, t182, t185, t174, t188, t173, t180, t13, t123, t170, t68, t132, t64, t63, t6, t30, t32, t33, t31, t7, t8, t9, t10, t2, t78, t75, t74, t76, t79, t71, t11, t86, t193, t194, t192, t77, t73, t72, t14, t80, t82, t84, t81, t83, t85, t12, t28, t131, t96, t106, t108, t110, t94, t97, t98, t114, t95, t102, t103, t104, t166, t112, t24, t171, t88, t21, t29, t91, t105, t107, t109, t89, t92, t93, t113, t90, t99, t100, t101, t165, t111, t143, t19, t117, t39, t3, t16, t17, t115, t18, t146, t147, t148, t149, t20, t156, t187, t44, t43, t137, t172, t186, t142, t134, t56, t55, t4, t157, t158, t159, t160, t161, t162, t163, t164, t175, t122, t150, t151, t152, t136, t189, t190, t135, t52, t51, t26, t87, t130, t129, t138, t140, t54, t53, t196, t195, t197, t60, t59, t46, t45, t58, t57, t65, t22, t23, t120, t191, t121, t67, t66, t153, t154, t155, t139, t141, t15, t70, t69, t118, t119, t5, t116, t128, t42, t41, t50, t49, t1, t40, t27, t181, t133, t48, t47, t124); } _$result = _$result0; } catch (exception) { @@ -326107,11 +333518,11 @@ _$failedField = "translations"; t1 = _this._translations; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "pdfVariables"; t1 = _this._pdfVariables; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("SettingsEntity", _$failedField, J.toString$0$(e)); @@ -326187,32 +333598,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._country_model$_data = t6; result._country_model$_$v = null; } t4 = result._country_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._country_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_kr30)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -326261,7 +333672,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -326269,7 +333680,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_cKo; + return B.List_cKo0; }, get$wireName() { return "CountryItemResponse"; @@ -326325,7 +333736,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -326371,14 +333782,14 @@ t1 = _this._country_model$_data; return t1 == null ? _this._country_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "CountryListResponse", _$result = null; try { _$result0 = _this._country_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CountryListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -326388,7 +333799,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -326440,18 +333851,18 @@ t1 = _this._country_model$_data; return t1 == null ? _this._country_model$_data = new A.CountryEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._country_model$_$v; if (_$result0 == null) - _$result0 = new A._$CountryItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$CountryItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("CountryItemResponse", _$failedField, J.toString$0$(e)); @@ -326493,17 +333904,11 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.CountryEntityBuilder.prototype = { - get$name(_) { - return this.get$_country_model$_$this()._country_model$_name; - }, get$id(_) { return this.get$_country_model$_$this()._country_model$_id; }, @@ -326523,7 +333928,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, _this = this, _s13_ = "CountryEntity", _$result = _this._country_model$_$v; @@ -326612,32 +334017,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._currency_model$_data = t6; result._currency_model$_$v = null; } t4 = result._currency_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._currency_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_4uk)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -326686,7 +334091,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -326754,7 +334159,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -326800,14 +334205,14 @@ t1 = _this._currency_model$_data; return t1 == null ? _this._currency_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s20_ = "CurrencyListResponse", _$result = null; try { _$result0 = _this._currency_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$CurrencyListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "data")); @@ -326817,7 +334222,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -326869,18 +334274,18 @@ t1 = _this._currency_model$_data; return t1 == null ? _this._currency_model$_data = new A.CurrencyEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._currency_model$_$v; if (_$result0 == null) - _$result0 = new A._$CurrencyItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$CurrencyItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("CurrencyItemResponse", _$failedField, J.toString$0$(e)); @@ -326923,17 +334328,11 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.CurrencyEntityBuilder.prototype = { - get$name(_) { - return this.get$_currency_model$_$this()._currency_model$_name; - }, get$id(_) { return this.get$_currency_model$_$this()._currency_model$_id; }, @@ -326954,7 +334353,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, _this = this, _s14_ = "CurrencyEntity", _$result = _this._currency_model$_$v; @@ -327044,32 +334443,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._date_format_model$_data = t6; result._date_format_model$_$v = null; } t4 = result._date_format_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._date_format_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_rQK)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327118,7 +334517,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327170,7 +334569,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327216,14 +334615,14 @@ t1 = _this._date_format_model$_data; return t1 == null ? _this._date_format_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s22_ = "DateFormatListResponse", _$result = null; try { _$result0 = _this._date_format_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$DateFormatListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s22_, "data")); @@ -327233,7 +334632,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s22_, _$failedField, J.toString$0$(e)); @@ -327285,18 +334684,18 @@ t1 = _this._date_format_model$_data; return t1 == null ? _this._date_format_model$_data = new A.DateFormatEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._date_format_model$_$v; if (_$result0 == null) - _$result0 = new A._$DateFormatItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$DateFormatItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("DateFormatItemResponse", _$failedField, J.toString$0$(e)); @@ -327348,7 +334747,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s16_ = "DateFormatEntity", _$result = _this._date_format_model$_$v; @@ -327393,32 +334792,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._datetime_format_model$_data = t6; result._datetime_format_model$_$v = null; } t4 = result._datetime_format_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._datetime_format_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_gsm)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327426,7 +334825,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_aYE; + return B.List_aYE0; }, get$wireName() { return "DatetimeFormatListResponse"; @@ -327467,7 +334866,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327519,7 +334918,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327565,14 +334964,14 @@ t1 = _this._datetime_format_model$_data; return t1 == null ? _this._datetime_format_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s26_ = "DatetimeFormatListResponse", _$result = null; try { _$result0 = _this._datetime_format_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$DatetimeFormatListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s26_, "data")); @@ -327582,7 +334981,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s26_, _$failedField, J.toString$0$(e)); @@ -327634,18 +335033,18 @@ t1 = _this._datetime_format_model$_data; return t1 == null ? _this._datetime_format_model$_data = new A.DatetimeFormatEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._datetime_format_model$_$v; if (_$result0 == null) - _$result0 = new A._$DatetimeFormatItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$DatetimeFormatItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("DatetimeFormatItemResponse", _$failedField, J.toString$0$(e)); @@ -327697,7 +335096,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s20_ = "DatetimeFormatEntity", _$result = _this._datetime_format_model$_$v; @@ -327755,9 +335154,6 @@ t2.add$2(t1, "id", this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } @@ -327810,32 +335206,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._industry_model$_data = t6; result._industry_model$_$v = null; } t4 = result._industry_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._industry_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_l2n)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327884,7 +335280,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327936,7 +335332,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -327982,14 +335378,14 @@ t1 = _this._industry_model$_data; return t1 == null ? _this._industry_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s20_ = "IndustryListResponse", _$result = null; try { _$result0 = _this._industry_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$IndustryListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "data")); @@ -327999,7 +335395,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -328051,18 +335447,18 @@ t1 = _this._industry_model$_data; return t1 == null ? _this._industry_model$_data = new A.IndustryEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._industry_model$_$v; if (_$result0 == null) - _$result0 = new A._$IndustryItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$IndustryItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("IndustryItemResponse", _$failedField, J.toString$0$(e)); @@ -328096,17 +335492,11 @@ t2.add$2(t1, "id", this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.IndustryEntityBuilder.prototype = { - get$name(_) { - return this.get$_industry_model$_$this()._industry_model$_name; - }, get$id(_) { return this.get$_industry_model$_$this()._industry_model$_id; }, @@ -328120,7 +335510,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s14_ = "IndustryEntity", _$result = _this._industry_model$_$v; @@ -328177,7 +335567,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328185,7 +335575,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_8aB1; + return B.List_8aB3; }, get$wireName() { return "InvoiceStatusEntity"; @@ -328197,7 +335587,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._invoice_status_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -328229,9 +335619,6 @@ get$id(_) { return this.get$_invoice_status_model$_$this()._invoice_status_model$_id; }, - get$name(_) { - return this.get$_invoice_status_model$_$this()._invoice_status_model$_name; - }, get$_invoice_status_model$_$this() { var _this = this, $$v = _this._invoice_status_model$_$v; @@ -328242,7 +335629,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s19_ = "InvoiceStatusEntity", _$result = _this._invoice_status_model$_$v; @@ -328313,32 +335700,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._language_model$_data = t6; result._language_model$_$v = null; } t4 = result._language_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._language_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_r6h)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328346,7 +335733,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_y6N; + return B.List_y6N0; }, get$wireName() { return "LanguageListResponse"; @@ -328387,7 +335774,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328431,7 +335818,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328477,14 +335864,14 @@ t1 = _this._language_model$_data; return t1 == null ? _this._language_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s20_ = "LanguageListResponse", _$result = null; try { _$result0 = _this._language_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$LanguageListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "data")); @@ -328494,7 +335881,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -328546,18 +335933,18 @@ t1 = _this._language_model$_data; return t1 == null ? _this._language_model$_data = new A.LanguageEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._language_model$_$v; if (_$result0 == null) - _$result0 = new A._$LanguageItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$LanguageItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("LanguageItemResponse", _$failedField, J.toString$0$(e)); @@ -328593,17 +335980,11 @@ t2.add$2(t1, "id", this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.LanguageEntityBuilder.prototype = { - get$name(_) { - return this.get$_language_model$_$this()._language_model$_name; - }, get$id(_) { return this.get$_language_model$_$this()._language_model$_id; }, @@ -328618,7 +335999,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, _this = this, _s14_ = "LanguageEntity", _$result = _this._language_model$_$v; @@ -328686,32 +336067,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._payment_type_model$_data = t6; result._payment_type_model$_$v = null; } t4 = result._payment_type_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._payment_type_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_mJb)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328760,7 +336141,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328812,7 +336193,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -328858,14 +336239,14 @@ t1 = _this._payment_type_model$_data; return t1 == null ? _this._payment_type_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s23_ = "PaymentTypeListResponse", _$result = null; try { _$result0 = _this._payment_type_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$PaymentTypeListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s23_, "data")); @@ -328875,7 +336256,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s23_, _$failedField, J.toString$0$(e)); @@ -328927,18 +336308,18 @@ t1 = _this._payment_type_model$_data; return t1 == null ? _this._payment_type_model$_data = new A.PaymentTypeEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._payment_type_model$_$v; if (_$result0 == null) - _$result0 = new A._$PaymentTypeItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$PaymentTypeItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("PaymentTypeItemResponse", _$failedField, J.toString$0$(e)); @@ -328972,17 +336353,11 @@ t2.add$2(t1, "id", this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.PaymentTypeEntityBuilder.prototype = { - get$name(_) { - return this.get$_payment_type_model$_$this()._payment_type_model$_name; - }, get$id(_) { return this.get$_payment_type_model$_$this()._payment_type_model$_id; }, @@ -328996,7 +336371,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s17_ = "PaymentTypeEntity", _$result = _this._payment_type_model$_$v; @@ -329061,32 +336436,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._size_model$_data = t6; result._size_model$_$v = null; } t4 = result._size_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._size_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_wsa)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -329135,7 +336510,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -329187,7 +336562,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -329233,14 +336608,14 @@ t1 = _this._size_model$_data; return t1 == null ? _this._size_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s16_ = "SizeListResponse", _$result = null; try { _$result0 = _this._size_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$SizeListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "data")); @@ -329250,7 +336625,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -329302,18 +336677,18 @@ t1 = _this._size_model$_data; return t1 == null ? _this._size_model$_data = new A.SizeEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._size_model$_$v; if (_$result0 == null) - _$result0 = new A._$SizeItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$SizeItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("SizeItemResponse", _$failedField, J.toString$0$(e)); @@ -329347,17 +336722,11 @@ t2.add$2(t1, "id", this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.SizeEntityBuilder.prototype = { - get$name(_) { - return this.get$_size_model$_$this()._size_model$_name; - }, get$id(_) { return this.get$_size_model$_$this()._size_model$_id; }, @@ -329371,7 +336740,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s10_ = "SizeEntity", _$result = _this._size_model$_$v; @@ -329428,7 +336797,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -329463,7 +336832,7 @@ t26 = t25._currencies; if (t26 == null) { t26 = new A.ListBuilder(t24); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t23); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t23); t25._currencies = t26; t25 = t26; } else @@ -329471,10 +336840,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_4uk)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329483,7 +336852,7 @@ t26 = t25._sizes; if (t26 == null) { t26 = new A.ListBuilder(t22); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t21); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t21); t25._sizes = t26; t25 = t26; } else @@ -329491,10 +336860,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_wsa)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329503,7 +336872,7 @@ t26 = t25._industries; if (t26 == null) { t26 = new A.ListBuilder(t20); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t19); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t19); t25._industries = t26; t25 = t26; } else @@ -329511,10 +336880,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_l2n)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329523,7 +336892,7 @@ t26 = t25._timezones; if (t26 == null) { t26 = new A.ListBuilder(t18); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t17); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t17); t25._timezones = t26; t25 = t26; } else @@ -329531,10 +336900,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_NYu)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329543,7 +336912,7 @@ t26 = t25._gateways; if (t26 == null) { t26 = new A.ListBuilder(t16); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t15); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t15); t25._gateways = t26; t25 = t26; } else @@ -329551,10 +336920,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_N80)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329563,7 +336932,7 @@ t26 = t25._dateFormats; if (t26 == null) { t26 = new A.ListBuilder(t14); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t13); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t13); t25._dateFormats = t26; t25 = t26; } else @@ -329571,10 +336940,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_rQK)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329583,7 +336952,7 @@ t26 = t25._datetimeFormats; if (t26 == null) { t26 = new A.ListBuilder(t12); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t11); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t11); t25._datetimeFormats = t26; t25 = t26; } else @@ -329591,10 +336960,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_gsm)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329603,7 +336972,7 @@ t26 = t25._languages; if (t26 == null) { t26 = new A.ListBuilder(t10); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t9); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t9); t25._languages = t26; t25 = t26; } else @@ -329611,10 +336980,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_r6h)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329623,7 +336992,7 @@ t26 = t25._paymentTypes; if (t26 == null) { t26 = new A.ListBuilder(t8); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t7); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t7); t25._paymentTypes = t26; t25 = t26; } else @@ -329631,10 +337000,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_mJb)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329643,7 +337012,7 @@ t26 = t25._countries; if (t26 == null) { t26 = new A.ListBuilder(t6); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); t25._countries = t26; t25 = t26; } else @@ -329651,10 +337020,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_kr30)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329663,7 +337032,7 @@ t26 = t25._invoiceStatus; if (t26 == null) { t26 = new A.ListBuilder(t4); - t26.__ListBuilder__list = A.List_List$from(B.List_empty, true, t3); + t26.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t3); t25._invoiceStatus = t26; t25 = t26; } else @@ -329671,10 +337040,10 @@ t26 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_cL3)); t27 = t25.$ti; if (t27._eval$1("_BuiltList<1>")._is(t26)) { - t25.__ListBuilder__list = t26._list; + t25.__ListBuilder__list_A = t26._list; t25._listOwner = t26; } else { - t25.__ListBuilder__list = A.List_List$from(t26, true, t27._precomputed1); + t25.__ListBuilder__list_A = A.List_List$from(t26, true, t27._precomputed1); t25._listOwner = null; } break; @@ -329692,7 +337061,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -329805,14 +337174,14 @@ t1 = _this._static_data_model$_data; return t1 == null ? _this._static_data_model$_data = new A.StaticDataEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s22_ = "StaticDataItemResponse", _$result = null; try { _$result0 = _this._static_data_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$StaticDataItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s22_, "data")); @@ -329822,7 +337191,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s22_, _$failedField, J.toString$0$(e)); @@ -329976,25 +337345,25 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, exception, _this = this, _s16_ = "StaticDataEntity", _$result = null; try { _$result0 = _this._static_data_model$_$v; if (_$result0 == null) { - t1 = _this.get$currencies().build$0(0); - t2 = _this.get$sizes(_this).build$0(0); - t3 = _this.get$industries().build$0(0); - t4 = _this.get$timezones().build$0(0); - t5 = _this.get$gateways().build$0(0); - t6 = _this.get$dateFormats().build$0(0); - t7 = _this.get$datetimeFormats().build$0(0); - t8 = _this.get$languages(_this).build$0(0); - t9 = _this.get$paymentTypes().build$0(0); - t10 = _this.get$countries().build$0(0); - t11 = _this.get$invoiceStatus().build$0(0); - t12 = _this.get$templates().build$0(0); + t1 = _this.get$currencies().build$0(); + t2 = _this.get$sizes(_this).build$0(); + t3 = _this.get$industries().build$0(); + t4 = _this.get$timezones().build$0(); + t5 = _this.get$gateways().build$0(); + t6 = _this.get$dateFormats().build$0(); + t7 = _this.get$datetimeFormats().build$0(); + t8 = _this.get$languages(_this).build$0(); + t9 = _this.get$paymentTypes().build$0(); + t10 = _this.get$countries().build$0(); + t11 = _this.get$invoiceStatus().build$0(); + t12 = _this.get$templates().build$0(); _$result0 = new A._$StaticDataEntity(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "currencies")); @@ -330026,29 +337395,29 @@ _$failedField = null; try { _$failedField = "currencies"; - _this.get$currencies().build$0(0); + _this.get$currencies().build$0(); _$failedField = "sizes"; - _this.get$sizes(_this).build$0(0); + _this.get$sizes(_this).build$0(); _$failedField = "industries"; - _this.get$industries().build$0(0); + _this.get$industries().build$0(); _$failedField = "timezones"; - _this.get$timezones().build$0(0); + _this.get$timezones().build$0(); _$failedField = "gateways"; - _this.get$gateways().build$0(0); + _this.get$gateways().build$0(); _$failedField = "dateFormats"; - _this.get$dateFormats().build$0(0); + _this.get$dateFormats().build$0(); _$failedField = "datetimeFormats"; - _this.get$datetimeFormats().build$0(0); + _this.get$datetimeFormats().build$0(); _$failedField = "languages"; - _this.get$languages(_this).build$0(0); + _this.get$languages(_this).build$0(); _$failedField = "paymentTypes"; - _this.get$paymentTypes().build$0(0); + _this.get$paymentTypes().build$0(); _$failedField = "countries"; - _this.get$countries().build$0(0); + _this.get$countries().build$0(); _$failedField = "invoiceStatus"; - _this.get$invoiceStatus().build$0(0); + _this.get$invoiceStatus().build$0(); _$failedField = "templates"; - _this.get$templates().build$0(0); + _this.get$templates().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -330154,32 +337523,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._timezone_model$_data = t6; result._timezone_model$_$v = null; } t4 = result._timezone_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._timezone_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_NYu)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330228,7 +337597,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330272,7 +337641,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330318,14 +337687,14 @@ t1 = _this._timezone_model$_data; return t1 == null ? _this._timezone_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s20_ = "TimezoneListResponse", _$result = null; try { _$result0 = _this._timezone_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$TimezoneListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "data")); @@ -330335,7 +337704,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -330387,18 +337756,18 @@ t1 = _this._timezone_model$_data; return t1 == null ? _this._timezone_model$_data = new A.TimezoneEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._timezone_model$_$v; if (_$result0 == null) - _$result0 = new A._$TimezoneItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$TimezoneItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TimezoneItemResponse", _$failedField, J.toString$0$(e)); @@ -330434,17 +337803,11 @@ t2.add$2(t1, "id", this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$id(receiver) { return this.id; } }; A.TimezoneEntityBuilder.prototype = { - get$name(_) { - return this.get$_timezone_model$_$this()._timezone_model$_name; - }, get$id(_) { return this.get$_timezone_model$_$this()._timezone_model$_id; }, @@ -330459,7 +337822,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, _this = this, _s14_ = "TimezoneEntity", _$result = _this._timezone_model$_$v; @@ -330499,12 +337862,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -330574,32 +337937,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._subscription_model$_data = t6; result._subscription_model$_$v = null; } t4 = result._subscription_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._subscription_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_NIe)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330649,7 +338012,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330825,7 +338188,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330833,7 +338196,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_2No; + return B.List_2No2; }, get$wireName() { return "SubscriptionEntity"; @@ -330886,7 +338249,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -330932,14 +338295,14 @@ t1 = _this._subscription_model$_data; return t1 == null ? _this._subscription_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s24_ = "SubscriptionListResponse", _$result = null; try { _$result0 = _this._subscription_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$SubscriptionListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s24_, "data")); @@ -330949,7 +338312,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s24_, _$failedField, J.toString$0$(e)); @@ -330998,14 +338361,14 @@ t1 = _this._subscription_model$_data; return t1 == null ? _this._subscription_model$_data = new A.SubscriptionEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s24_ = "SubscriptionItemResponse", _$result = null; try { _$result0 = _this._subscription_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$SubscriptionItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s24_, "data")); @@ -331015,7 +338378,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s24_, _$failedField, J.toString$0$(e)); @@ -331035,7 +338398,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._subscription_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -331084,9 +338447,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -331096,7 +338456,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -331110,9 +338470,6 @@ } }; A.SubscriptionEntityBuilder.prototype = { - get$name(_) { - return this.get$_subscription_model$_$this()._subscription_model$_name; - }, get$webhookConfiguration() { var t1 = this.get$_subscription_model$_$this(), t2 = t1._webhookConfiguration; @@ -331170,7 +338527,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, exception, _this = this, _s18_ = "SubscriptionEntity", _$result = null; @@ -331231,7 +338588,7 @@ t18 = _this.get$_subscription_model$_$this()._refundPeriod; if (t18 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "refundPeriod")); - t19 = _this.get$webhookConfiguration().build$0(0); + t19 = _this.get$webhookConfiguration().build$0(); t20 = _this.get$_subscription_model$_$this()._purchasePage; if (t20 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "purchasePage")); @@ -331258,7 +338615,7 @@ _$failedField = null; try { _$failedField = "webhookConfiguration"; - _this.get$webhookConfiguration().build$0(0); + _this.get$webhookConfiguration().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -331327,7 +338684,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, exception, _this = this, _s26_ = "WebhookConfigurationEntity", _$result = null; @@ -331343,7 +338700,7 @@ t3 = _this.get$_subscription_model$_$this()._postPurchaseRestMethod; if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s26_, "postPurchaseRestMethod")); - t4 = _this.get$postPurchaseHeaders().build$0(0); + t4 = _this.get$postPurchaseHeaders().build$0(); t5 = _this.get$_subscription_model$_$this()._postPurchaseBody; if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s26_, "postPurchaseBody")); @@ -331354,7 +338711,7 @@ _$failedField = null; try { _$failedField = "postPurchaseHeaders"; - _this.get$postPurchaseHeaders().build$0(0); + _this.get$postPurchaseHeaders().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s26_, _$failedField, J.toString$0$(e)); @@ -331831,7 +339188,7 @@ b.get$_task_model$_$this()._endDate = t1; return b; }, - $signature: 581 + $signature: 698 }; A.TaskEntity.prototype = { get$clone(_) { @@ -331986,12 +339343,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -332196,10 +339553,10 @@ b.get$_task_model$_$this()._task_model$_isDeleted = false; b.get$_task_model$_$this()._task_model$_invoiceId = ""; b.get$_task_model$_$this()._task_model$_duration = 0; - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 51 + $signature: 55 }; A.TaskEntity_areTimesValid_closure.prototype = { call$1(time) { @@ -332225,7 +339582,7 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 181 + $signature: 202 }; A.TaskEntity_getInvalidTimeIndices_closure.prototype = { call$1(time) { @@ -332251,13 +339608,13 @@ } ++t1.counter; }, - $signature: 181 + $signature: 202 }; A.TaskEntity_isRunning_closure.prototype = { call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 207 + $signature: 222 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -332279,7 +339636,7 @@ t2 = timeB.startDate; return B.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 829 + $signature: 3071 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -332289,7 +339646,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 51 + $signature: 55 }; A.TaskEntity_updateTaskTime_closure.prototype = { call$1(b) { @@ -332299,7 +339656,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 51 + $signature: 55 }; A.TaskEntity_deleteTaskTime_closure.prototype = { call$1(b) { @@ -332309,14 +339666,14 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 51 + $signature: 55 }; A.TaskEntity_calculateDuration_closure.prototype = { call$1(taskTime) { var t1 = this._box_0; t1.seconds = t1.seconds + B.JSInt_methods._tdivFast$1(taskTime.get$duration(taskTime)._duration, 1000000); }, - $signature: 181 + $signature: 202 }; A._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -332342,32 +339699,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._task_model$_data = t6; result._task_model$_$v = null; } t4 = result._task_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._task_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_UWS)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -332375,7 +339732,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_86y0; + return B.List_86y1; }, get$wireName() { return "TaskListResponse"; @@ -332417,7 +339774,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -332534,7 +339891,7 @@ t5 = t4._task_model$_documents; if (t5 == null) { t5 = new A.ListBuilder(t3); - t5.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t5.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t4._task_model$_documents = t5; t4 = t5; } else @@ -332542,10 +339899,10 @@ t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; @@ -332583,7 +339940,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -332629,14 +339986,14 @@ t1 = _this._task_model$_data; return t1 == null ? _this._task_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s16_ = "TaskListResponse", _$result = null; try { _$result0 = _this._task_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$TaskListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "data")); @@ -332646,7 +340003,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -332695,14 +340052,14 @@ t1 = _this._task_model$_data; return t1 == null ? _this._task_model$_data = new A.TaskEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s16_ = "TaskItemResponse", _$result = null; try { _$result0 = _this._task_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$TaskItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "data")); @@ -332712,7 +340069,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -332777,7 +340134,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._task_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -332833,7 +340190,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -332888,7 +340245,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, exception, _this = this, _s10_ = "TaskEntity", _$result = null; @@ -332935,7 +340292,7 @@ if (t13 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "statusId")); t14 = _this.get$_task_model$_$this()._statusOrder; - t15 = _this.get$documents().build$0(0); + t15 = _this.get$documents().build$0(); t16 = _this.get$_task_model$_$this()._task_model$_isChanged; t17 = _this.get$_task_model$_$this()._task_model$_createdAt; if (t17 == null) @@ -332959,7 +340316,7 @@ _$failedField = null; try { _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s10_, _$failedField, J.toString$0$(e)); @@ -332994,12 +340351,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -333062,32 +340419,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._task_status_model$_data = t6; result._task_status_model$_$v = null; } t4 = result._task_status_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._task_status_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_WVg)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -333140,7 +340497,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -333148,7 +340505,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_n7k; + return B.List_n7k1; }, get$wireName() { return "TaskStatusItemResponse"; @@ -333243,7 +340600,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -333289,14 +340646,14 @@ t1 = _this._task_status_model$_data; return t1 == null ? _this._task_status_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s22_ = "TaskStatusListResponse", _$result = null; try { _$result0 = _this._task_status_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$TaskStatusListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s22_, "data")); @@ -333306,7 +340663,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s22_, _$failedField, J.toString$0$(e)); @@ -333364,18 +340721,18 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._task_status_model$_$v; if (_$result0 == null) - _$result0 = new A._$TaskStatusItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$TaskStatusItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TaskStatusItemResponse", _$failedField, J.toString$0$(e)); @@ -333396,7 +340753,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._task_status_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -333440,7 +340797,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -333454,9 +340811,6 @@ } }; A.TaskStatusEntityBuilder.prototype = { - get$name(_) { - return this.get$_task_status_model$_$this()._task_status_model$_name; - }, get$id(_) { return this.get$_task_status_model$_$this()._task_status_model$_id; }, @@ -333479,7 +340833,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _s16_ = "TaskStatusEntity", _$result = _this._task_status_model$_$v; @@ -333547,12 +340901,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -333587,32 +340941,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._tax_rate_model$_data = t6; result._tax_rate_model$_$v = null; } t4 = result._tax_rate_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._tax_rate_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_IIj)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -333661,7 +341015,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -333669,7 +341023,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_wEo0; + return B.List_wEo2; }, get$wireName() { return "TaxRateItemResponse"; @@ -333754,7 +341108,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -333800,14 +341154,14 @@ t1 = _this._tax_rate_model$_data; return t1 == null ? _this._tax_rate_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "TaxRateListResponse", _$result = null; try { _$result0 = _this._tax_rate_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$TaxRateListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -333817,7 +341171,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -333869,18 +341223,18 @@ t1 = _this._tax_rate_model$_data; return t1 == null ? _this._tax_rate_model$_data = new A.TaxRateEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._tax_rate_model$_$v; if (_$result0 == null) - _$result0 = new A._$TaxRateItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$TaxRateItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TaxRateItemResponse", _$failedField, J.toString$0$(e)); @@ -333900,7 +341254,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._tax_rate_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -333931,9 +341285,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -333943,7 +341294,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -333957,9 +341308,6 @@ } }; A.TaxRateEntityBuilder.prototype = { - get$name(_) { - return this.get$_tax_rate_model$_$this()._tax_rate_model$_name; - }, get$id(_) { return this.get$_tax_rate_model$_$this()._tax_rate_model$_id; }, @@ -333981,7 +341329,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _s13_ = "TaxRateEntity", _$result = _this._tax_rate_model$_$v; @@ -334047,12 +341395,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -334087,32 +341435,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._token_model$_data = t6; result._token_model$_$v = null; } t4 = result._token_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._token_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_mKc)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334161,7 +341509,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334258,7 +341606,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334304,14 +341652,14 @@ t1 = _this._token_model$_data; return t1 == null ? _this._token_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s17_ = "TokenListResponse", _$result = null; try { _$result0 = _this._token_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$TokenListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "data")); @@ -334321,7 +341669,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s17_, _$failedField, J.toString$0$(e)); @@ -334373,18 +341721,18 @@ t1 = _this._token_model$_data; return t1 == null ? _this._token_model$_data = new A.TokenEntityBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._token_model$_$v; if (_$result0 == null) - _$result0 = new A._$TokenItemResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$TokenItemResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TokenItemResponse", _$failedField, J.toString$0$(e)); @@ -334404,7 +341752,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._token_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -334439,9 +341787,6 @@ get$token() { return this.token; }, - get$name(receiver) { - return this.name; - }, get$createdAt() { return this.createdAt; }, @@ -334451,7 +341796,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -334468,9 +341813,6 @@ get$token() { return this.get$_token_model$_$this()._token_model$_token; }, - get$name(_) { - return this.get$_token_model$_$this()._token_model$_name; - }, get$id(_) { return this.get$_token_model$_$this()._token_model$_id; }, @@ -334493,7 +341835,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _s11_ = "TokenEntity", _$result = _this._token_model$_$v; @@ -334573,12 +341915,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -334613,32 +341955,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._user_model$_data = t6; result._user_model$_$v = null; } t4 = result._user_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._user_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_e7r)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334646,7 +341988,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_RsV0; + return B.List_RsV2; }, get$wireName() { return "UserListResponse"; @@ -334700,7 +342042,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334749,7 +342091,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334801,7 +342143,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334855,7 +342197,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -334927,11 +342269,11 @@ break; case "email": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_email = t2; + result.get$_user_model$_$this()._email = t2; break; case "phone": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_phone = t2; + result.get$_user_model$_$this()._phone = t2; break; case "password": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -334943,19 +342285,19 @@ break; case "custom_value1": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_customValue1 = t2; + result.get$_user_model$_$this()._customValue1 = t2; break; case "custom_value2": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_customValue2 = t2; + result.get$_user_model$_$this()._customValue2 = t2; break; case "custom_value3": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_customValue3 = t2; + result.get$_user_model$_$this()._customValue3 = t2; break; case "custom_value4": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_customValue4 = t2; + result.get$_user_model$_$this()._customValue4 = t2; break; case "google_2fa_secret": t2 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); @@ -334998,7 +342340,7 @@ break; case "created_at": t2 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_user_model$_$this()._user_model$_createdAt = t2; + result.get$_user_model$_$this()._createdAt = t2; break; case "updated_at": t2 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); @@ -335006,27 +342348,27 @@ break; case "archived_at": t2 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_user_model$_$this()._user_model$_archivedAt = t2; + result.get$_user_model$_$this()._archivedAt = t2; break; case "is_deleted": t2 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); - result.get$_user_model$_$this()._user_model$_isDeleted = t2; + result.get$_user_model$_$this()._isDeleted = t2; break; case "user_id": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_createdUserId = t2; + result.get$_user_model$_$this()._createdUserId = t2; break; case "assigned_user_id": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_assignedUserId = t2; + result.get$_user_model$_$this()._assignedUserId = t2; break; case "id": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_user_model$_$this()._user_model$_id = t2; + result.get$_user_model$_$this()._id = t2; break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -335072,14 +342414,14 @@ t1 = _this._user_model$_data; return t1 == null ? _this._user_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s16_ = "UserListResponse", _$result = null; try { _$result0 = _this._user_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$UserListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "data")); @@ -335089,7 +342431,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -335144,14 +342486,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s16_ = "UserItemResponse", _$result = null; try { _$result0 = _this._user_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$UserItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "data")); @@ -335161,7 +342503,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -335213,18 +342555,18 @@ t1 = _this._user_model$_data; return t1 == null ? _this._user_model$_data = new A.UserTwoFactorDataBuilder() : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, exception, t1, _this = this, _$result = null; try { _$result0 = _this._user_model$_$v; if (_$result0 == null) - _$result0 = new A._$UserTwoFactorResponse(_this.get$data(_this).build$0(0)); + _$result0 = new A._$UserTwoFactorResponse(_this.get$data(_this).build$0()); _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("UserTwoFactorResponse", _$failedField, J.toString$0$(e)); @@ -335270,7 +342612,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s17_ = "UserTwoFactorData", _$result = _this._user_model$_$v; @@ -335328,14 +342670,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s23_ = "UserCompanyItemResponse", _$result = null; try { _$result0 = _this._user_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$UserCompanyItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s23_, "data")); @@ -335345,7 +342687,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s23_, _$failedField, J.toString$0$(e)); @@ -335366,7 +342708,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._user_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -335420,7 +342762,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -335447,7 +342789,7 @@ return t1; }, get$id(_) { - return this.get$_user_model$_$this()._user_model$_id; + return this.get$_user_model$_$this()._id; }, get$_user_model$_$this() { var t1, t2, _this = this, @@ -335455,14 +342797,14 @@ if ($$v != null) { _this._firstName = $$v.firstName; _this._lastName = $$v.lastName; - _this._user_model$_email = $$v.email; - _this._user_model$_phone = $$v.phone; + _this._email = $$v.email; + _this._phone = $$v.phone; _this._password = $$v.password; _this._emailVerifiedAt = $$v.emailVerifiedAt; - _this._user_model$_customValue1 = $$v.customValue1; - _this._user_model$_customValue2 = $$v.customValue2; - _this._user_model$_customValue3 = $$v.customValue3; - _this._user_model$_customValue4 = $$v.customValue4; + _this._customValue1 = $$v.customValue1; + _this._customValue2 = $$v.customValue2; + _this._customValue3 = $$v.customValue3; + _this._customValue4 = $$v.customValue4; _this._isTwoFactorEnabled = $$v.isTwoFactorEnabled; _this._hasPassword = $$v.hasPassword; _this._lastEmailAddress = $$v.lastEmailAddress; @@ -335480,18 +342822,18 @@ _this._userCompany = t1; _this._oauthProvider = $$v.oauthProvider; _this._user_model$_isChanged = $$v.isChanged; - _this._user_model$_createdAt = $$v.createdAt; + _this._createdAt = $$v.createdAt; _this._user_model$_updatedAt = $$v.updatedAt; - _this._user_model$_archivedAt = $$v.archivedAt; - _this._user_model$_isDeleted = $$v.isDeleted; - _this._user_model$_createdUserId = $$v.createdUserId; - _this._user_model$_assignedUserId = $$v.assignedUserId; - _this._user_model$_id = $$v.id; + _this._archivedAt = $$v.archivedAt; + _this._isDeleted = $$v.isDeleted; + _this._createdUserId = $$v.createdUserId; + _this._assignedUserId = $$v.assignedUserId; + _this._id = $$v.id; _this._user_model$_$v = null; } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, exception, _this = this, _s10_ = "UserEntity", _$result = null; @@ -335504,26 +342846,26 @@ t2 = _this.get$_user_model$_$this()._lastName; if (t2 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "lastName")); - t3 = _this.get$_user_model$_$this()._user_model$_email; + t3 = _this.get$_user_model$_$this()._email; if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "email")); - t4 = _this.get$_user_model$_$this()._user_model$_phone; + t4 = _this.get$_user_model$_$this()._phone; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "phone")); t5 = _this.get$_user_model$_$this()._password; if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "password")); t6 = _this.get$_user_model$_$this()._emailVerifiedAt; - t7 = _this.get$_user_model$_$this()._user_model$_customValue1; + t7 = _this.get$_user_model$_$this()._customValue1; if (t7 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "customValue1")); - t8 = _this.get$_user_model$_$this()._user_model$_customValue2; + t8 = _this.get$_user_model$_$this()._customValue2; if (t8 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "customValue2")); - t9 = _this.get$_user_model$_$this()._user_model$_customValue3; + t9 = _this.get$_user_model$_$this()._customValue3; if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "customValue3")); - t10 = _this.get$_user_model$_$this()._user_model$_customValue4; + t10 = _this.get$_user_model$_$this()._customValue4; if (t10 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "customValue4")); t11 = _this.get$_user_model$_$this()._isTwoFactorEnabled; @@ -335539,24 +342881,24 @@ if (t14 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "oauthUserToken")); t15 = _this._userCompany; - t15 = t15 == null ? null : t15.build$0(0); + t15 = t15 == null ? null : t15.build$0(); t16 = _this.get$_user_model$_$this()._oauthProvider; if (t16 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "oauthProvider")); t17 = _this.get$_user_model$_$this()._user_model$_isChanged; - t18 = _this.get$_user_model$_$this()._user_model$_createdAt; + t18 = _this.get$_user_model$_$this()._createdAt; if (t18 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "createdAt")); t19 = _this.get$_user_model$_$this()._user_model$_updatedAt; if (t19 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "updatedAt")); - t20 = _this.get$_user_model$_$this()._user_model$_archivedAt; + t20 = _this.get$_user_model$_$this()._archivedAt; if (t20 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "archivedAt")); - t21 = _this.get$_user_model$_$this()._user_model$_isDeleted; - t22 = _this.get$_user_model$_$this()._user_model$_createdUserId; - t23 = _this.get$_user_model$_$this()._user_model$_assignedUserId; - t24 = _this.get$_user_model$_$this()._user_model$_id; + t21 = _this.get$_user_model$_$this()._isDeleted; + t22 = _this.get$_user_model$_$this()._createdUserId; + t23 = _this.get$_user_model$_$this()._assignedUserId; + t24 = _this.get$_user_model$_$this()._id; if (t24 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "id")); _$result0 = A._$UserEntity$_(t20, t23, t18, t22, t7, t8, t9, t10, t3, t6, t1, t12, t24, t17, t21, t11, t13, t2, t16, t14, t5, t4, t19, t15); @@ -335568,7 +342910,7 @@ _$failedField = "userCompany"; t1 = _this._userCompany; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s10_, _$failedField, J.toString$0$(e)); @@ -335614,12 +342956,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -335806,38 +343148,38 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 583 + $signature: 692 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return true; }, - $signature: 177 + $signature: 176 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 177 + $signature: 176 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 584 + $signature: 690 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 177 + $signature: 176 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 177 + $signature: 176 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { @@ -335917,32 +343259,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._vendor_model$_data = t6; result._vendor_model$_$v = null; } t4 = result._vendor_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._vendor_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_Pss)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -335950,7 +343292,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_MQk; + return B.List_MQk0; }, get$wireName() { return "VendorListResponse"; @@ -335982,7 +343324,7 @@ t7 = t6._vendor_model$_activities; if (t7 == null) { t7 = new A.ListBuilder(t3); - t7.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t7.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t6._vendor_model$_activities = t7; t6 = t7; } else @@ -335990,10 +343332,10 @@ t7 = A.BuiltList_BuiltList$from(B.List_empty, t2); t8 = t6.$ti; if (t8._eval$1("_BuiltList<1>")._is(t7)) { - t6.__ListBuilder__list = t7._list; + t6.__ListBuilder__list_A = t7._list; t6._listOwner = t7; } else { - t6.__ListBuilder__list = A.List_List$from(t7, true, t8._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t7, true, t8._precomputed1); t6._listOwner = null; } t5._vendor_model$_$v = t4; @@ -336007,7 +343349,7 @@ t6 = t5._vendor_model$_activities; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._vendor_model$_activities = t6; t5 = t6; } else @@ -336015,10 +343357,10 @@ t6 = A.BuiltList_BuiltList$from(B.List_empty, t2); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } result._vendor_model$_data = t4; @@ -336030,7 +343372,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -336163,7 +343505,7 @@ t9 = t8._vendor_model$_contacts; if (t9 == null) { t9 = new A.ListBuilder(t7); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t6); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t6); t8._vendor_model$_contacts = t9; t8 = t9; } else @@ -336171,10 +343513,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_MO9)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -336183,7 +343525,7 @@ t9 = t8._vendor_model$_activities; if (t9 == null) { t9 = new A.ListBuilder(t5); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t4); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t4); t8._vendor_model$_activities = t9; t8 = t9; } else @@ -336191,10 +343533,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_QWw)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -336203,7 +343545,7 @@ t9 = t8._vendor_model$_documents; if (t9 == null) { t9 = new A.ListBuilder(t3); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t8._vendor_model$_documents = t9; t8 = t9; } else @@ -336211,10 +343553,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_EBZ)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -336252,7 +343594,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -336378,7 +343720,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -336424,14 +343766,14 @@ t1 = _this._vendor_model$_data; return t1 == null ? _this._vendor_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "VendorListResponse", _$result = null; try { _$result0 = _this._vendor_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$VendorListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -336441,7 +343783,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -336496,14 +343838,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s18_ = "VendorItemResponse", _$result = null; try { _$result0 = _this._vendor_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$VendorItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "data")); @@ -336513,7 +343855,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -336534,7 +343876,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._vendor_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -336585,9 +343927,6 @@ t2.add$2(t1, "id", _this.id); return t2.toString$0(t1); }, - get$name(receiver) { - return this.name; - }, get$address1() { return this.address1; }, @@ -336618,7 +343957,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -336632,9 +343971,6 @@ } }; A.VendorEntityBuilder.prototype = { - get$name(_) { - return this.get$_vendor_model$_$this()._vendor_model$_name; - }, get$contacts() { var t1 = this.get$_vendor_model$_$this(), t2 = t1._vendor_model$_contacts; @@ -336697,7 +344033,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, exception, _this = this, _s12_ = "VendorEntity", _$result = null; @@ -336761,9 +344097,9 @@ t19 = _this.get$_vendor_model$_$this()._vendor_model$_customValue4; if (t19 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue4")); - t20 = _this.get$contacts().build$0(0); - t21 = _this.get$activities().build$0(0); - t22 = _this.get$documents().build$0(0); + t20 = _this.get$contacts().build$0(); + t21 = _this.get$activities().build$0(); + t22 = _this.get$documents().build$0(); t23 = _this.get$_vendor_model$_$this()._vendor_model$_isChanged; t24 = _this.get$_vendor_model$_$this()._vendor_model$_createdAt; if (t24 == null) @@ -336787,11 +344123,11 @@ _$failedField = null; try { _$failedField = "contacts"; - _this.get$contacts().build$0(0); + _this.get$contacts().build$0(); _$failedField = "activities"; - _this.get$activities().build$0(0); + _this.get$activities().build$0(); _$failedField = "documents"; - _this.get$documents().build$0(0); + _this.get$documents().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s12_, _$failedField, J.toString$0$(e)); @@ -336812,7 +344148,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._vendor_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -336860,7 +344196,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -336903,7 +344239,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _this = this, _s19_ = "VendorContactEntity", _$result = _this._vendor_model$_$v; @@ -336992,12 +344328,12 @@ getActions$2$multiselect$userCompany(multiselect, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, false, multiselect, userCompany); }, - getActions$2$client$userCompany(client, userCompany) { - return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); - }, getActions$3$client$includeEdit$userCompany(client, includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, false, userCompany); }, + getActions$2$client$userCompany(client, userCompany) { + return this.getActions$4$client$includeEdit$multiselect$userCompany(client, false, false, userCompany); + }, getActions$2$includeEdit$userCompany(includeEdit, userCompany) { return this.getActions$4$client$includeEdit$multiselect$userCompany(null, includeEdit, false, userCompany); }, @@ -337032,32 +344368,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._webhook_model$_data = t6; result._webhook_model$_$v = null; } t4 = result._webhook_model$_data; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._webhook_model$_data = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_46c)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -337131,7 +344467,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -337245,7 +344581,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -337291,14 +344627,14 @@ t1 = _this._webhook_model$_data; return t1 == null ? _this._webhook_model$_data = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "WebhookListResponse", _$result = null; try { _$result0 = _this._webhook_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$WebhookListResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -337308,7 +344644,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -337363,14 +344699,14 @@ } return t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s19_ = "WebhookItemResponse", _$result = null; try { _$result0 = _this._webhook_model$_$v; if (_$result0 == null) { - t1 = _this.get$data(_this).build$0(0); + t1 = _this.get$data(_this).build$0(); _$result0 = new A._$WebhookItemResponse(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "data")); @@ -337380,7 +344716,7 @@ _$failedField = null; try { _$failedField = "data"; - _this.get$data(_this).build$0(0); + _this.get$data(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -337401,7 +344737,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._webhook_model$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -337444,7 +344780,7 @@ get$archivedAt() { return this.archivedAt; }, - get$isDeleted(receiver) { + get$isDeleted() { return this.isDeleted; }, get$createdUserId() { @@ -337497,7 +344833,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, exception, _this = this, _s13_ = "WebhookEntity", _$result = null; @@ -337516,7 +344852,7 @@ t4 = _this.get$_webhook_model$_$this()._restMethod; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "restMethod")); - t5 = _this.get$headers(_this).build$0(0); + t5 = _this.get$headers(_this).build$0(); t6 = _this.get$_webhook_model$_$this()._webhook_model$_isChanged; t7 = _this.get$_webhook_model$_$this()._webhook_model$_createdAt; if (t7 == null) @@ -337540,7 +344876,7 @@ _$failedField = null; try { _$failedField = "headers"; - _this.get$headers(_this).build$0(0); + _this.get$headers(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -337920,6 +345256,150 @@ return A._asyncStartSync($async$sendRequest$5$data$includeStatic$secret$token$url, $async$completer); } }; + A.BankAccountRepository.prototype = { + loadItem$2(credentials, entityId) { + return this.loadItem$body$BankAccountRepository(credentials, entityId); + }, + loadItem$body$BankAccountRepository(credentials, entityId) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_BankAccountEntity), + $async$returnValue, response; + var $async$loadItem$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait(B.C_WebClient.$get$2(0, credentials.url + "/bank_integrations/" + entityId, credentials.token), $async$loadItem$2); + case 3: + // returning from await. + response = $async$result; + $async$returnValue = $.$get$serializers().deserializeWith$1$2($.$get$_$bankAccountItemResponseSerializer(), response, type$.legacy_BankAccountItemResponse).data; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$loadItem$2, $async$completer); + }, + loadList$1(credentials) { + return this.loadList$body$BankAccountRepository(credentials); + }, + loadList$body$BankAccountRepository(credentials) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_BuiltList_legacy_BankAccountEntity), + $async$returnValue, response; + var $async$loadList$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait(B.C_WebClient.$get$2(0, credentials.url + "/bank_integrations?", credentials.token), $async$loadList$1); + case 3: + // returning from await. + response = $async$result; + $async$returnValue = $.$get$serializers().deserializeWith$1$2($.$get$_$bankAccountListResponseSerializer(), response, type$.legacy_BankAccountListResponse).data; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$loadList$1, $async$completer); + }, + bulkAction$3(credentials, ids, action) { + return this.bulkAction$body$BankAccountRepository(credentials, ids, action); + }, + bulkAction$body$BankAccountRepository(credentials, ids, action) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_List_legacy_BankAccountEntity), + $async$returnValue, response, t1; + var $async$bulkAction$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + if (ids.length > 100) + ids = B.JSArray_methods.sublist$2(ids, 0, 100); + $async$goto = 3; + return A._asyncAwait(B.C_WebClient.post$3$data(credentials.url + "/bank_integrations/bulk?per_page=100", credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["ids", ids, "action", action.toApiParam$0()], type$.legacy_String, type$.legacy_Object))), $async$bulkAction$3); + case 3: + // returning from await. + response = $async$result; + t1 = $.$get$serializers().deserializeWith$1$2($.$get$_$bankAccountListResponseSerializer(), response, type$.legacy_BankAccountListResponse).data; + $async$returnValue = new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$bulkAction$3, $async$completer); + }, + saveData$2(credentials, bankAccount) { + return this.saveData$body$BankAccountRepository(credentials, bankAccount); + }, + saveData$body$BankAccountRepository(credentials, bankAccount) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_BankAccountEntity), + $async$returnValue, t1, data, t2, t3, response; + var $async$saveData$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $.$get$serializers(); + data = t1.serializeWith$2($.$get$_$bankAccountEntitySerializer(), bankAccount); + t2 = credentials.url; + t3 = credentials.token; + $async$goto = bankAccount.get$isNew() ? 3 : 5; + break; + case 3: + // then + $async$goto = 6; + return A._asyncAwait(B.C_WebClient.post$3$data(t2 + "/bank_integrations", t3, B.C_JsonCodec.encode$1(data)), $async$saveData$2); + case 6: + // returning from await. + // goto join + $async$goto = 4; + break; + case 5: + // else + $async$goto = 7; + return A._asyncAwait(B.C_WebClient.put$3$data(0, t2 + "/bank_integrations/" + A.S(bankAccount.get$id(bankAccount)), t3, B.C_JsonCodec.encode$1(data)), $async$saveData$2); + case 7: + // returning from await. + case 4: + // join + response = $async$result; + $async$returnValue = t1.deserializeWith$1$2($.$get$_$bankAccountItemResponseSerializer(), response, type$.legacy_BankAccountItemResponse).data; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$saveData$2, $async$completer); + } + }; A.ClientRepository.prototype = { loadItem$2(credentials, entityId) { return this.loadItem$body$ClientRepository(credentials, entityId); @@ -338167,7 +345647,7 @@ }; A.ClientRepository_saveData_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, $signature: 48 @@ -338564,7 +346044,7 @@ }; A.CreditRepository_saveData_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, $signature: 7 @@ -339570,7 +347050,7 @@ }; A.InvoiceRepository_saveData_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, $signature: 7 @@ -340377,7 +347857,7 @@ }; A.ProductRepository_saveData_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, $signature: 168 @@ -340787,7 +348267,7 @@ }; A.PurchaseOrderRepository_saveData_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, $signature: 7 @@ -341021,7 +348501,7 @@ }; A.QuoteRepository_saveData_closure.prototype = { call$1(b) { - B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, $signature: 7 @@ -343216,7 +350696,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.legacy_List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 822 + $signature: 3188 }; A._parseError__closure.prototype = { call$1(error) { @@ -343252,17 +350732,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 - }; - A.main_closure2.prototype = { - call$0() { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - $.$get$BitsdojoWindowPlatform__instance().get$appWindow().set$title(0, "Invoice Ninja"); - }, - $signature: 1 + $signature: 34 }; A._initialState_closure.prototype = { call$1(b) { @@ -343270,7 +350740,7 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 820 + $signature: 673 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -343281,7 +350751,7 @@ _authenticate$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, e, exception, authenticated, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, e, exception, authenticated, $async$exception; var $async$_authenticate$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -343335,8 +350805,10 @@ A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 300000, 0, 0), new A.InvoiceNinjaAppState_initState_closure(this)); }, didChangeDependencies$0() { - var _this = this; - if (A._lateReadCheck(_this._widget.store.__Store__state, "_state").prefState.requireAuthentication && !_this._authenticated) + var _this = this, + t1 = _this._widget.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.requireAuthentication && !_this._authenticated) _this._authenticate$0(); _this.super$State$didChangeDependencies(); }, @@ -343349,7 +350821,7 @@ return A.MaterialPageRoute$(new A.InvoiceNinjaAppState_generateRoute_closure0(), null, t1); } }, - build$1(_, context) { + build$1(context) { return new A.StoreProvider(this._widget.store, new A.WebSessionTimeout(new A.AppBuilder(new A.InvoiceNinjaAppState_build_closure(this), null), null), null, type$.StoreProvider_legacy_AppState); } }; @@ -343357,49 +350829,56 @@ call$0() { return this.$this._authenticated = true; }, - $signature: 22 + $signature: 23 }; A.InvoiceNinjaAppState_initState_closure.prototype = { call$1(_) { - var t1, t2, t3, + var t2, t3, store = this.$this._widget.store, - state = A._lateReadCheck(store.__Store__state, "_state"); - if (!state.authState.isAuthenticated) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.authState.isAuthenticated) return; - t1 = state.uiState; - if (!t1.get$hasRecentActivity()) + t2 = t1.uiState; + if (!t2.get$hasRecentActivity()) return; - t2 = Date.now(); - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - if (t2 - t3._list[t1].lastUpdated > 300000) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t3 = Date.now(); + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + if (t3 - t1._list[t2].lastUpdated > 300000) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } }, - $signature: 442 + $signature: 380 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 819 + $signature: 616 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 817 + $signature: 610 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { - var locale, locale0, textButtonTheme, t2, t3, outlinedButtonTheme, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _null = null, + var hasAccentColor, accentColor, pageTransitionsTheme, locale, t3, locale0, textButtonTheme, t4, outlinedButtonTheme, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, _null = null, t1 = this.$this, - state = A._lateReadCheck(t1._widget.store.__Store__state, "_state"), - hasAccentColor = state.get$hasAccentColor(), - accentColor = state.get$accentColor(), - pageTransitionsTheme = new A.PageTransitionsTheme(A.LinkedHashMap_LinkedHashMap$_literal([B.TargetPlatform_0, new A.ZoomPageTransitionsBuilder()], type$.legacy_TargetPlatform, type$.legacy_PageTransitionsBuilder)); - $._defaultLocale = A.localeSelector(state, false); - locale = A.AppLocalization_createLocale(A.localeSelector(state, false)); - locale0 = A.localeSelector(A._lateReadCheck(t1._widget.store.__Store__state, "_state"), true); + t2 = t1._widget.store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + hasAccentColor = t2.get$hasAccentColor(); + accentColor = t2.get$accentColor(); + pageTransitionsTheme = new A.PageTransitionsTheme(A.LinkedHashMap_LinkedHashMap$_literal([B.TargetPlatform_0, new A.ZoomPageTransitionsBuilder()], type$.legacy_TargetPlatform, type$.legacy_PageTransitionsBuilder)); + $._defaultLocale = A.localeSelector(t2, false); + locale = A.AppLocalization_createLocale(A.localeSelector(t2, false)); + t3 = t1._widget.store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + locale0 = A.localeSelector(t3, true); if (locale0 === "ar") { $.$get$_lookupMessagesMap().$indexSet(0, "ar", new A.ArMessages()); $.$get$_lookupMessagesMap().$indexSet(0, "ar_short", new A.ArMessages()); @@ -343456,46 +350935,47 @@ $.$get$_lookupMessagesMap().$indexSet(0, "th_short", new A.ThShortMessages()); } else if (locale0 === "zh") $.$get$_lookupMessagesMap().$indexSet(0, "zh", new A.ZhMessages()); - textButtonTheme = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, new A.Size(88, 36), _null, new A.EdgeInsets(16, 0, 16, 0), _null, _null, B.RoundedRectangleBorder_LkV, _null, _null, _null, _null); - t2 = state.prefState; - t3 = t2.enableDarkMode; - outlinedButtonTheme = A.OutlinedButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3 ? B.Color_4294967295 : B.Color_3707764736, _null, _null, _null, _null, _null, _null, _null); - t4 = A.Duration$(0, 0, 0, 0, 0, 3); - t5 = t3 ? B.Color_4294967295 : B.Color_4278190080; - t6 = A.TextStyle$(_null, _null, t3 ? B.Color_3707764736 : B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t7 = state.userCompanyStates; - t8 = state.uiState.selectedCompanyIndex; - t7._list[t8].userCompany.toString; - t7 = t2.enableTouchEvents ? new A.MyCustomScrollBehavior(_null) : _null; - t8 = $.$get$navigatorKey(); - t9 = type$.MappedListIterable_of_legacy_String_and_legacy_Locale; - t9 = A.List_List$of(new A.MappedListIterable(B.List_KAC, new A.InvoiceNinjaAppState_build__closure(), t9), true, t9._eval$1("ListIterable.E")); - t10 = $.$get$HubAdapter__instance(); - t10 = A._setArrayType([new A.SentryNavigatorObserver(t10, $.$get$SentryNative__instance(), A.LinkedHashMap_LinkedHashMap$_empty(type$.PageRoute_dynamic, type$.Set_RouteAware))], type$.JSArray_legacy_NavigatorObserver); - t11 = A._setArrayType([B.C_AppLocalizationsDelegate, B.C__GlobalCupertinoLocalizationsDelegate, B.C__WidgetsLocalizationsDelegate, B.C__MaterialLocalizationsDelegate], type$.JSArray_legacy_LocalizationsDelegate_dynamic); - t2 = t2.requireAuthentication && !t1._authenticated ? new A.LockScreen(t1.get$_authenticate(), _null) : new A.InitScreen(_null); - if (t3) - t3 = A.ThemeData_ThemeData(_null, B.Color_4278190080, B.Color_4279966750, _null, B.Color_4278190080, B.Color_4279966750, new A.ColorScheme(B.Brightness_0, B.Color_4290479868, B.Color_4278190080, _null, _null, B.Color_4278442694, B.Color_4278190080, _null, _null, _null, _null, _null, _null, B.Color_4291782265, B.Color_4278190080, _null, _null, B.Color_4279374354, B.Color_4294967295, B.Color_4279374354, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, B.Color_4281794739, B.Color_4278442694).copyWith$2$primary$secondary(accentColor, accentColor), "Roboto", _null, accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, _null, B.Color_4278190080, _null, _null, _null, new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, _null, accentColor), _null); + textButtonTheme = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.Size(88, 36), new A.EdgeInsets(16, 0, 16, 0), _null, _null, B.RoundedRectangleBorder_ifx, _null, _null, _null, _null); + t3 = t2.prefState; + t4 = t3.enableDarkMode; + outlinedButtonTheme = A.OutlinedButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, t4 ? B.Color_4294967295 : B.Color_3707764736, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t5 = A.Duration$(0, 0, 0, 0, 0, 3); + t6 = t4 ? B.Color_4294967295 : B.Color_4278190080; + t7 = A.TextStyle$(_null, _null, t4 ? B.Color_3707764736 : B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t8 = t2.userCompanyStates; + t9 = t2.uiState.selectedCompanyIndex; + t8._list[t9].userCompany.toString; + t8 = t3.enableTouchEvents ? new A.MyCustomScrollBehavior(_null) : _null; + t9 = $.$get$navigatorKey(); + t10 = type$.MappedListIterable_of_legacy_String_and_legacy_Locale; + t10 = A.List_List$of(new A.MappedListIterable(B.List_KAC, new A.InvoiceNinjaAppState_build__closure(), t10), true, t10._eval$1("ListIterable.E")); + t11 = $.$get$HubAdapter__instance(); + t11 = A._setArrayType([new A.SentryNavigatorObserver(t11, $.$get$SentryNative__instance(), A.LinkedHashMap_LinkedHashMap$_empty(type$.PageRoute_dynamic, type$.Set_RouteAware))], type$.JSArray_legacy_NavigatorObserver); + t12 = A._setArrayType([B.C_AppLocalizationsDelegate, B.C__GlobalCupertinoLocalizationsDelegate, B.C__WidgetsLocalizationsDelegate, B.C__MaterialLocalizationsDelegate], type$.JSArray_legacy_LocalizationsDelegate_dynamic); + t3 = t3.requireAuthentication && !t1._authenticated ? new A.LockScreen(t1.get$_authenticate(), _null) : new A.InitScreen(_null); + if (t4) + t4 = A.ThemeData_ThemeData(_null, B.Color_4278190080, B.Color_4279966750, _null, B.Color_4278190080, B.Color_4279966750, new A.ColorScheme(B.Brightness_0, B.Color_4290479868, B.Color_4278190080, _null, _null, B.Color_4278442694, B.Color_4278190080, _null, _null, _null, _null, _null, _null, B.Color_4291782265, B.Color_4278190080, _null, _null, B.Color_4279374354, B.Color_4294967295, B.Color_4279374354, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, B.Color_4281794739, B.Color_4278442694).copyWith$2$primary$secondary(accentColor, accentColor), "Roboto", _null, accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, _null, B.Color_4278190080, _null, _null, _null, new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, _null, accentColor), A.TooltipThemeData$(_null, _null, _null, _null, _null, _null, _null, _null, _null, A.Duration$(0, 0, 0, 500, 0, 0)), _null, _null); else { - t3 = A.ColorScheme_ColorScheme$fromSwatch(_null, _null, B.Brightness_1, _null, _null, _null, B.MaterialColor_Map_JNwaj_4280391411).copyWith$1$secondary(accentColor); - t12 = hasAccentColor ? accentColor : B.Color_4279066001; - t13 = hasAccentColor ? accentColor : B.Color_4284328948; - t14 = hasAccentColor ? B.Color_4294967295 : B.Color_4278190080; - t15 = hasAccentColor ? A.Color$fromARGB(166, 255, 255, 255) : A.Color$fromARGB(166, 0, 0, 0); - t16 = hasAccentColor ? _null : accentColor; - t17 = hasAccentColor ? accentColor : B.Color_4294967295; - t18 = hasAccentColor ? B.Color_4294967295 : accentColor; - t3 = A.ThemeData_ThemeData(A.AppBarTheme$(_null, _null, _null, _null, _null, t17, _null, _null, new A.IconThemeData(t18, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, hasAccentColor ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), B.Color_4294967295, B.Color_4294967295, _null, B.Color_4294967295, B.Color_4294967295, t3, "Roboto", new A.IconThemeData(t16, _null, _null, _null), accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, accentColor, t12, t13, B.Color_4294178038, new A.TabBarTheme(_null, _null, t14, _null, _null, t15, _null, _null, _null, _null), new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, accentColor, _null), _null); + t4 = A.ColorScheme_ColorScheme$fromSwatch(_null, _null, B.Brightness_1, _null, _null, _null, B.MaterialColor_Map_JNwaj_4280391411).copyWith$1$secondary(accentColor); + t13 = A.TooltipThemeData$(_null, _null, _null, _null, _null, _null, _null, _null, _null, A.Duration$(0, 0, 0, 500, 0, 0)); + t14 = hasAccentColor ? accentColor : B.Color_4279066001; + t15 = hasAccentColor ? accentColor : B.Color_4284328948; + t16 = hasAccentColor ? B.Color_4294967295 : B.Color_4278190080; + t17 = hasAccentColor ? A.Color$fromARGB(166, 255, 255, 255) : A.Color$fromARGB(166, 0, 0, 0); + t18 = hasAccentColor ? _null : accentColor; + t19 = hasAccentColor ? accentColor : B.Color_4294967295; + t20 = hasAccentColor ? B.Color_4294967295 : accentColor; + t4 = A.ThemeData_ThemeData(A.AppBarTheme$(_null, _null, _null, _null, _null, t19, _null, _null, new A.IconThemeData(t20, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, hasAccentColor ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), B.Color_4294967295, B.Color_4294967295, _null, B.Color_4294967295, B.Color_4294967295, t4, "Roboto", new A.IconThemeData(t18, _null, _null, _null), accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, accentColor, t14, t15, B.Color_4294178038, new A.TabBarTheme(_null, _null, t16, _null, _null, t17, _null, _null, _null, _null), new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, accentColor, _null), t13, _null, _null); } t1 = A.getLayout(context) === B.AppLayout_mobile ? _null : t1.get$generateRoute(); - t12 = type$.legacy_String; - t13 = type$.legacy_legacy_Widget_Function_legacy_BuildContext; - t12 = 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(state), "/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(), "/purchase_order", new A.InvoiceNinjaAppState_build__closure39(), "/purchase_order/view", new A.InvoiceNinjaAppState_build__closure40(), "/purchase_order/edit", new A.InvoiceNinjaAppState_build__closure41(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure42(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure43(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure44(), "/settings/subscriptions", new A.InvoiceNinjaAppState_build__closure45(), "/settings/subscriptions/view", new A.InvoiceNinjaAppState_build__closure46(), "/settings/subscriptions/edit", new A.InvoiceNinjaAppState_build__closure47(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure48(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure49(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure50(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure51(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure52(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure53(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure54(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure55(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure56(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure57(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure58(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure59(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure60(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure61(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure62(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure63(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure64(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure65(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure66(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure67(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure68(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure69(), "/credit", new A.InvoiceNinjaAppState_build__closure70(), "/credit/view", new A.InvoiceNinjaAppState_build__closure71(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure72(), "/credit/email", new A.InvoiceNinjaAppState_build__closure73(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure74(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure75(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure76(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure77(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure78(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure79(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure80(), "/settings", new A.InvoiceNinjaAppState_build__closure81(), "/reports", new A.InvoiceNinjaAppState_build__closure82(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure83(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure84(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure85(), "/settings/payment_settings", new A.InvoiceNinjaAppState_build__closure86(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure87(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure88(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure89(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure90(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure91(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure92(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure93(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure94(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure95(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure96(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure97(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure98(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure99(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure100(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure101(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure102(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure103(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure104(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure105(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure106(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure107(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure108()], t12, t13) : A.LinkedHashMap_LinkedHashMap$_empty(t12, t13); - return new A.StyledToast(new A.WebSocketRefresh(new A.MaterialApp(t8, t2, t12, t1, t10, new A.InvoiceNinjaAppState_build__closure109(state), "Invoice Ninja", t3, locale, t11, t9, false, t7, _null), _null), t5, t6, t4, locale, _null); + t13 = type$.legacy_String; + t14 = type$.legacy_legacy_Widget_Function_legacy_BuildContext; + t13 = 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/bank_accounts", new A.InvoiceNinjaAppState_build__closure39(), "/settings/bank_accounts/view", new A.InvoiceNinjaAppState_build__closure40(), "/purchase_order", new A.InvoiceNinjaAppState_build__closure41(), "/purchase_order/view", new A.InvoiceNinjaAppState_build__closure42(), "/purchase_order/edit", new A.InvoiceNinjaAppState_build__closure43(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure44(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure45(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure46(), "/settings/subscriptions", new A.InvoiceNinjaAppState_build__closure47(), "/settings/subscriptions/view", new A.InvoiceNinjaAppState_build__closure48(), "/settings/subscriptions/edit", new A.InvoiceNinjaAppState_build__closure49(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure50(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure51(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure52(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure53(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure54(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure55(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure56(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure57(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure58(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure59(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure60(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure61(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure62(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure63(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure64(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure65(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure66(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure67(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure68(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure69(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure70(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure71(), "/credit", new A.InvoiceNinjaAppState_build__closure72(), "/credit/view", new A.InvoiceNinjaAppState_build__closure73(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure74(), "/credit/email", new A.InvoiceNinjaAppState_build__closure75(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure76(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure77(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure78(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure79(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure80(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure81(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure82(), "/settings", new A.InvoiceNinjaAppState_build__closure83(), "/reports", new A.InvoiceNinjaAppState_build__closure84(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure85(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure86(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure87(), "/settings/payment_settings", new A.InvoiceNinjaAppState_build__closure88(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure89(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure90(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure91(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure92(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure93(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure94(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure95(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure96(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure97(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure98(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure99(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure100(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure101(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure102(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure103(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure104(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure105(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure106(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure107(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure108(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure109(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure110()], t13, t14) : A.LinkedHashMap_LinkedHashMap$_empty(t13, t14); + return new A.StyledToast(new A.WebSocketRefresh(new A.MaterialApp(t9, t3, t13, t1, t11, new A.InvoiceNinjaAppState_build__closure111(t2), "Invoice Ninja", t4, locale, t12, t10, false, t8, _null), _null), t6, t7, t5, locale, _null); }, - $signature: 828 + $signature: 3474 }; - A.InvoiceNinjaAppState_build__closure109.prototype = { + A.InvoiceNinjaAppState_build__closure111.prototype = { call$2(context, child) { var data = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data, t1 = this.state, @@ -343506,667 +350986,679 @@ t1 = t1 == null ? null : t1.enableMilitaryTime; return new A.MediaQuery(data.copyWith$2$alwaysUse24HourFormat$textScaleFactor(t1 === true, t2), child, null); }, - $signature: 815 + $signature: 601 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { return A.AppLocalization_createLocale(locale); }, - $signature: 830 + $signature: 3510 }; A.InvoiceNinjaAppState_build__closure0.prototype = { call$1(context) { return new A.LoginScreen(null); }, - $signature: 819 + $signature: 616 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 817 + $signature: 610 }; A.InvoiceNinjaAppState_build__closure2.prototype = { call$1(context) { return new A.ChangeLayoutBanner(new A.DashboardScreenBuilder(null), this.state.prefState.appLayout, B.AppLayout_mobile, null); }, - $signature: 831 + $signature: 3536 }; A.InvoiceNinjaAppState_build__closure3.prototype = { call$1(context) { return new A.ProductScreenBuilder(null); }, - $signature: 832 + $signature: 3560 }; A.InvoiceNinjaAppState_build__closure4.prototype = { call$1(context) { return new A.ProductViewScreen(null); }, - $signature: 833 + $signature: 3665 }; A.InvoiceNinjaAppState_build__closure5.prototype = { call$1(context) { return new A.ProductEditScreen(null); }, - $signature: 834 + $signature: 3670 }; A.InvoiceNinjaAppState_build__closure6.prototype = { call$1(context) { return new A.ClientScreenBuilder(null); }, - $signature: 835 + $signature: 837 }; A.InvoiceNinjaAppState_build__closure7.prototype = { call$1(context) { return new A.ClientViewScreen(false, false, null); }, - $signature: 836 + $signature: 838 }; A.InvoiceNinjaAppState_build__closure8.prototype = { call$1(context) { return new A.ClientEditScreen(null); }, - $signature: 837 + $signature: 839 }; A.InvoiceNinjaAppState_build__closure9.prototype = { call$1(context) { return new A.ClientPdfScreen(null); }, - $signature: 838 + $signature: 840 }; A.InvoiceNinjaAppState_build__closure10.prototype = { call$1(context) { return new A.InvoiceScreenBuilder(null); }, - $signature: 839 + $signature: 841 }; A.InvoiceNinjaAppState_build__closure11.prototype = { call$1(context) { return new A.InvoiceViewScreen(false, null); }, - $signature: 840 + $signature: 842 }; A.InvoiceNinjaAppState_build__closure12.prototype = { call$1(context) { return new A.InvoiceEditScreen(null); }, - $signature: 841 + $signature: 843 }; A.InvoiceNinjaAppState_build__closure13.prototype = { call$1(context) { return new A.InvoiceEmailScreen(null); }, - $signature: 842 + $signature: 844 }; A.InvoiceNinjaAppState_build__closure14.prototype = { call$1(context) { return new A.InvoicePdfScreen(true, null); }, - $signature: 843 + $signature: 845 }; A.InvoiceNinjaAppState_build__closure15.prototype = { call$1(context) { return new A.DocumentScreenBuilder(null); }, - $signature: 844 + $signature: 846 }; A.InvoiceNinjaAppState_build__closure16.prototype = { call$1(context) { return new A.DocumentViewScreen(null); }, - $signature: 845 + $signature: 847 }; A.InvoiceNinjaAppState_build__closure17.prototype = { call$1(context) { return new A.DocumentEditScreen(null); }, - $signature: 846 + $signature: 848 }; A.InvoiceNinjaAppState_build__closure18.prototype = { call$1(context) { return new A.ExpenseScreenBuilder(null); }, - $signature: 847 + $signature: 849 }; A.InvoiceNinjaAppState_build__closure19.prototype = { call$1(context) { return new A.ExpenseViewScreen(null); }, - $signature: 848 + $signature: 850 }; A.InvoiceNinjaAppState_build__closure20.prototype = { call$1(context) { return new A.ExpenseEditScreen(null); }, - $signature: 849 + $signature: 851 }; A.InvoiceNinjaAppState_build__closure21.prototype = { call$1(context) { return new A.VendorScreenBuilder(null); }, - $signature: 850 + $signature: 852 }; A.InvoiceNinjaAppState_build__closure22.prototype = { call$1(context) { return new A.VendorViewScreen(false, false, null); }, - $signature: 851 + $signature: 853 }; A.InvoiceNinjaAppState_build__closure23.prototype = { call$1(context) { return new A.VendorEditScreen(null); }, - $signature: 852 + $signature: 854 }; A.InvoiceNinjaAppState_build__closure24.prototype = { call$1(context) { return new A.TaskScreenBuilder(null); }, - $signature: 853 + $signature: 855 }; A.InvoiceNinjaAppState_build__closure25.prototype = { call$1(context) { return new A.TaskViewScreen(null); }, - $signature: 854 + $signature: 856 }; A.InvoiceNinjaAppState_build__closure26.prototype = { call$1(context) { return new A.TaskEditScreen(null); }, - $signature: 855 + $signature: 857 }; A.InvoiceNinjaAppState_build__closure27.prototype = { call$1(context) { return new A.ProjectScreenBuilder(null); }, - $signature: 856 + $signature: 858 }; A.InvoiceNinjaAppState_build__closure28.prototype = { call$1(context) { return new A.ProjectViewScreen(false, null); }, - $signature: 857 + $signature: 859 }; A.InvoiceNinjaAppState_build__closure29.prototype = { call$1(context) { return new A.ProjectEditScreen(null); }, - $signature: 858 + $signature: 860 }; A.InvoiceNinjaAppState_build__closure30.prototype = { call$1(context) { return new A.PaymentScreenBuilder(null); }, - $signature: 859 + $signature: 861 }; A.InvoiceNinjaAppState_build__closure31.prototype = { call$1(context) { return new A.PaymentViewScreen(false, null); }, - $signature: 860 + $signature: 862 }; A.InvoiceNinjaAppState_build__closure32.prototype = { call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 814 + $signature: 581 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 813 + $signature: 580 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { return new A.QuoteScreenBuilder(null); }, - $signature: 863 + $signature: 865 }; A.InvoiceNinjaAppState_build__closure35.prototype = { call$1(context) { return new A.QuoteViewScreen(false, null); }, - $signature: 864 + $signature: 866 }; A.InvoiceNinjaAppState_build__closure36.prototype = { call$1(context) { return new A.QuoteEditScreen(null); }, - $signature: 865 + $signature: 867 }; A.InvoiceNinjaAppState_build__closure37.prototype = { call$1(context) { return new A.QuoteEmailScreen(null); }, - $signature: 866 + $signature: 868 }; A.InvoiceNinjaAppState_build__closure38.prototype = { call$1(context) { return new A.QuotePdfScreen(true, null); }, - $signature: 867 + $signature: 869 }; A.InvoiceNinjaAppState_build__closure39.prototype = { call$1(context) { - return new A.PurchaseOrderScreenBuilder(null); - }, - $signature: 868 - }; - A.InvoiceNinjaAppState_build__closure40.prototype = { - call$1(context) { - return new A.PurchaseOrderViewScreen(false, null); - }, - $signature: 869 - }; - A.InvoiceNinjaAppState_build__closure41.prototype = { - call$1(context) { - return new A.PurchaseOrderEditScreen(null); + return new A.BankAccountScreenBuilder(null); }, $signature: 870 }; - A.InvoiceNinjaAppState_build__closure42.prototype = { + A.InvoiceNinjaAppState_build__closure40.prototype = { call$1(context) { - return new A.RecurringExpenseScreenBuilder(null); + return new A.BankAccountViewScreen(null); }, $signature: 871 }; - A.InvoiceNinjaAppState_build__closure43.prototype = { + A.InvoiceNinjaAppState_build__closure41.prototype = { call$1(context) { - return new A.RecurringExpenseViewScreen(null); + return new A.PurchaseOrderScreenBuilder(null); }, $signature: 872 }; - A.InvoiceNinjaAppState_build__closure44.prototype = { + A.InvoiceNinjaAppState_build__closure42.prototype = { call$1(context) { - return new A.RecurringExpenseEditScreen(null); + return new A.PurchaseOrderViewScreen(false, null); }, $signature: 873 }; - A.InvoiceNinjaAppState_build__closure45.prototype = { + A.InvoiceNinjaAppState_build__closure43.prototype = { call$1(context) { - return new A.SubscriptionScreenBuilder(null); + return new A.PurchaseOrderEditScreen(null); }, $signature: 874 }; - A.InvoiceNinjaAppState_build__closure46.prototype = { + A.InvoiceNinjaAppState_build__closure44.prototype = { call$1(context) { - return new A.SubscriptionViewScreen(false, null); + return new A.RecurringExpenseScreenBuilder(null); }, $signature: 875 }; - A.InvoiceNinjaAppState_build__closure47.prototype = { + A.InvoiceNinjaAppState_build__closure45.prototype = { call$1(context) { - return new A.SubscriptionEditScreen(null); + return new A.RecurringExpenseViewScreen(null); }, $signature: 876 }; - A.InvoiceNinjaAppState_build__closure48.prototype = { + A.InvoiceNinjaAppState_build__closure46.prototype = { call$1(context) { - return new A.TaskStatusScreenBuilder(null); + return new A.RecurringExpenseEditScreen(null); }, $signature: 877 }; - A.InvoiceNinjaAppState_build__closure49.prototype = { + A.InvoiceNinjaAppState_build__closure47.prototype = { call$1(context) { - return new A.TaskStatusViewScreen(false, null); + return new A.SubscriptionScreenBuilder(null); }, $signature: 878 }; - A.InvoiceNinjaAppState_build__closure50.prototype = { + A.InvoiceNinjaAppState_build__closure48.prototype = { call$1(context) { - return new A.TaskStatusEditScreen(null); + return new A.SubscriptionViewScreen(false, null); }, $signature: 879 }; - A.InvoiceNinjaAppState_build__closure51.prototype = { + A.InvoiceNinjaAppState_build__closure49.prototype = { call$1(context) { - return new A.ExpenseCategoryScreenBuilder(null); + return new A.SubscriptionEditScreen(null); }, $signature: 880 }; - A.InvoiceNinjaAppState_build__closure52.prototype = { + A.InvoiceNinjaAppState_build__closure50.prototype = { call$1(context) { - return new A.ExpenseCategoryViewScreen(false, null); + return new A.TaskStatusScreenBuilder(null); }, $signature: 881 }; - A.InvoiceNinjaAppState_build__closure53.prototype = { + A.InvoiceNinjaAppState_build__closure51.prototype = { call$1(context) { - return new A.ExpenseCategoryEditScreen(null); + return new A.TaskStatusViewScreen(false, null); }, $signature: 882 }; - A.InvoiceNinjaAppState_build__closure54.prototype = { + A.InvoiceNinjaAppState_build__closure52.prototype = { call$1(context) { - return new A.RecurringInvoiceScreenBuilder(null); + return new A.TaskStatusEditScreen(null); }, $signature: 883 }; - A.InvoiceNinjaAppState_build__closure55.prototype = { + A.InvoiceNinjaAppState_build__closure53.prototype = { call$1(context) { - return new A.RecurringInvoiceViewScreen(false, null); + return new A.ExpenseCategoryScreenBuilder(null); }, $signature: 884 }; - A.InvoiceNinjaAppState_build__closure56.prototype = { + A.InvoiceNinjaAppState_build__closure54.prototype = { call$1(context) { - return new A.RecurringInvoiceEditScreen(null); + return new A.ExpenseCategoryViewScreen(false, null); }, $signature: 885 }; - A.InvoiceNinjaAppState_build__closure57.prototype = { + A.InvoiceNinjaAppState_build__closure55.prototype = { call$1(context) { - return new A.RecurringInvoicePdfScreen(null); + return new A.ExpenseCategoryEditScreen(null); }, $signature: 886 }; - A.InvoiceNinjaAppState_build__closure58.prototype = { + A.InvoiceNinjaAppState_build__closure56.prototype = { call$1(context) { - return new A.WebhookScreenBuilder(null); + return new A.RecurringInvoiceScreenBuilder(null); }, $signature: 887 }; - A.InvoiceNinjaAppState_build__closure59.prototype = { + A.InvoiceNinjaAppState_build__closure57.prototype = { call$1(context) { - return new A.WebhookViewScreen(null); + return new A.RecurringInvoiceViewScreen(false, null); }, $signature: 888 }; - A.InvoiceNinjaAppState_build__closure60.prototype = { + A.InvoiceNinjaAppState_build__closure58.prototype = { call$1(context) { - return new A.WebhookEditScreen(null); + return new A.RecurringInvoiceEditScreen(null); }, $signature: 889 }; - A.InvoiceNinjaAppState_build__closure61.prototype = { + A.InvoiceNinjaAppState_build__closure59.prototype = { call$1(context) { - return new A.TokenScreenBuilder(null); + return new A.RecurringInvoicePdfScreen(null); }, $signature: 890 }; - A.InvoiceNinjaAppState_build__closure62.prototype = { + A.InvoiceNinjaAppState_build__closure60.prototype = { call$1(context) { - return new A.TokenViewScreen(null); + return new A.WebhookScreenBuilder(null); }, $signature: 891 }; - A.InvoiceNinjaAppState_build__closure63.prototype = { + A.InvoiceNinjaAppState_build__closure61.prototype = { call$1(context) { - return new A.TokenEditScreen(null); + return new A.WebhookViewScreen(null); }, $signature: 892 }; - A.InvoiceNinjaAppState_build__closure64.prototype = { + A.InvoiceNinjaAppState_build__closure62.prototype = { call$1(context) { - return new A.PaymentTermScreenBuilder(null); + return new A.WebhookEditScreen(null); }, $signature: 893 }; - A.InvoiceNinjaAppState_build__closure65.prototype = { + A.InvoiceNinjaAppState_build__closure63.prototype = { call$1(context) { - return new A.PaymentTermEditScreen(null); + return new A.TokenScreenBuilder(null); }, $signature: 894 }; - A.InvoiceNinjaAppState_build__closure66.prototype = { + A.InvoiceNinjaAppState_build__closure64.prototype = { call$1(context) { - return new A.PaymentTermViewScreen(null); + return new A.TokenViewScreen(null); }, $signature: 895 }; - A.InvoiceNinjaAppState_build__closure67.prototype = { + A.InvoiceNinjaAppState_build__closure65.prototype = { call$1(context) { - return new A.DesignScreenBuilder(null); + return new A.TokenEditScreen(null); }, $signature: 896 }; - A.InvoiceNinjaAppState_build__closure68.prototype = { + A.InvoiceNinjaAppState_build__closure66.prototype = { call$1(context) { - return new A.DesignViewScreen(false, null); + return new A.PaymentTermScreenBuilder(null); }, $signature: 897 }; - A.InvoiceNinjaAppState_build__closure69.prototype = { + A.InvoiceNinjaAppState_build__closure67.prototype = { call$1(context) { - return new A.DesignEditScreen(null); + return new A.PaymentTermEditScreen(null); }, $signature: 898 }; - A.InvoiceNinjaAppState_build__closure70.prototype = { + A.InvoiceNinjaAppState_build__closure68.prototype = { call$1(context) { - return new A.CreditScreenBuilder(null); + return new A.PaymentTermViewScreen(null); }, $signature: 899 }; - A.InvoiceNinjaAppState_build__closure71.prototype = { + A.InvoiceNinjaAppState_build__closure69.prototype = { call$1(context) { - return new A.CreditViewScreen(false, null); + return new A.DesignScreenBuilder(null); }, $signature: 900 }; - A.InvoiceNinjaAppState_build__closure72.prototype = { + A.InvoiceNinjaAppState_build__closure70.prototype = { call$1(context) { - return new A.CreditEditScreen(null); + return new A.DesignViewScreen(false, null); }, $signature: 901 }; - A.InvoiceNinjaAppState_build__closure73.prototype = { + A.InvoiceNinjaAppState_build__closure71.prototype = { call$1(context) { - return new A.CreditEmailScreen(null); + return new A.DesignEditScreen(null); }, $signature: 902 }; - A.InvoiceNinjaAppState_build__closure74.prototype = { + A.InvoiceNinjaAppState_build__closure72.prototype = { call$1(context) { - return new A.CreditPdfScreen(true, null); + return new A.CreditScreenBuilder(null); }, $signature: 903 }; - A.InvoiceNinjaAppState_build__closure75.prototype = { + A.InvoiceNinjaAppState_build__closure73.prototype = { call$1(context) { - return new A.UserScreenBuilder(null); + return new A.CreditViewScreen(false, null); }, $signature: 904 }; - A.InvoiceNinjaAppState_build__closure76.prototype = { + A.InvoiceNinjaAppState_build__closure74.prototype = { call$1(context) { - return new A.UserViewScreen(false, null); + return new A.CreditEditScreen(null); }, $signature: 905 }; - A.InvoiceNinjaAppState_build__closure77.prototype = { + A.InvoiceNinjaAppState_build__closure75.prototype = { call$1(context) { - return new A.UserEditScreen(null); + return new A.CreditEmailScreen(null); }, $signature: 906 }; - A.InvoiceNinjaAppState_build__closure78.prototype = { + A.InvoiceNinjaAppState_build__closure76.prototype = { call$1(context) { - return new A.GroupScreenBuilder(null); + return new A.CreditPdfScreen(true, null); }, $signature: 907 }; - A.InvoiceNinjaAppState_build__closure79.prototype = { + A.InvoiceNinjaAppState_build__closure77.prototype = { call$1(context) { - return new A.GroupViewScreen(false, null); + return new A.UserScreenBuilder(null); }, $signature: 908 }; - A.InvoiceNinjaAppState_build__closure80.prototype = { + A.InvoiceNinjaAppState_build__closure78.prototype = { call$1(context) { - return new A.GroupEditScreen(null); + return new A.UserViewScreen(false, null); }, $signature: 909 }; - A.InvoiceNinjaAppState_build__closure81.prototype = { + A.InvoiceNinjaAppState_build__closure79.prototype = { call$1(context) { - return new A.SettingsScreenBuilder(null); + return new A.UserEditScreen(null); }, $signature: 910 }; - A.InvoiceNinjaAppState_build__closure82.prototype = { + A.InvoiceNinjaAppState_build__closure80.prototype = { call$1(context) { - return new A.ReportsScreenBuilder(null); + return new A.GroupScreenBuilder(null); }, $signature: 911 }; - A.InvoiceNinjaAppState_build__closure83.prototype = { + A.InvoiceNinjaAppState_build__closure81.prototype = { call$1(context) { - return new A.CompanyDetailsScreen(null); + return new A.GroupViewScreen(false, null); }, $signature: 912 }; - A.InvoiceNinjaAppState_build__closure84.prototype = { + A.InvoiceNinjaAppState_build__closure82.prototype = { call$1(context) { - return new A.UserDetailsScreen(null); + return new A.GroupEditScreen(null); }, $signature: 913 }; - A.InvoiceNinjaAppState_build__closure85.prototype = { + A.InvoiceNinjaAppState_build__closure83.prototype = { call$1(context) { - return new A.LocalizationScreen(null); + return new A.SettingsScreenBuilder(null); }, $signature: 914 }; - A.InvoiceNinjaAppState_build__closure86.prototype = { + A.InvoiceNinjaAppState_build__closure84.prototype = { call$1(context) { - return new A.PaymentsSettingsScreen(null); + return new A.ReportsScreenBuilder(null); }, $signature: 915 }; - A.InvoiceNinjaAppState_build__closure87.prototype = { + A.InvoiceNinjaAppState_build__closure85.prototype = { call$1(context) { - return new A.CompanyGatewayScreenBuilder(null); + return new A.CompanyDetailsScreen(null); }, $signature: 916 }; - A.InvoiceNinjaAppState_build__closure88.prototype = { + A.InvoiceNinjaAppState_build__closure86.prototype = { call$1(context) { - return new A.CompanyGatewayViewScreen(false, null); + return new A.UserDetailsScreen(null); }, $signature: 917 }; - A.InvoiceNinjaAppState_build__closure89.prototype = { + A.InvoiceNinjaAppState_build__closure87.prototype = { call$1(context) { - return new A.CompanyGatewayEditScreen(null); + return new A.LocalizationScreen(null); }, $signature: 918 }; - A.InvoiceNinjaAppState_build__closure90.prototype = { + A.InvoiceNinjaAppState_build__closure88.prototype = { call$1(context) { - return new A.TaxSettingsScreen(null); + return new A.PaymentsSettingsScreen(null); }, $signature: 919 }; - A.InvoiceNinjaAppState_build__closure91.prototype = { + A.InvoiceNinjaAppState_build__closure89.prototype = { call$1(context) { - return new A.TaxRateScreenBuilder(null); + return new A.CompanyGatewayScreenBuilder(null); }, $signature: 920 }; - A.InvoiceNinjaAppState_build__closure92.prototype = { + A.InvoiceNinjaAppState_build__closure90.prototype = { call$1(context) { - return new A.TaxRateViewScreen(null); + return new A.CompanyGatewayViewScreen(false, null); }, $signature: 921 }; - A.InvoiceNinjaAppState_build__closure93.prototype = { + A.InvoiceNinjaAppState_build__closure91.prototype = { call$1(context) { - return new A.TaxRateEditScreen(null); + return new A.CompanyGatewayEditScreen(null); }, $signature: 922 }; - A.InvoiceNinjaAppState_build__closure94.prototype = { + A.InvoiceNinjaAppState_build__closure92.prototype = { call$1(context) { - return new A.ProductSettingsScreen(null); + return new A.TaxSettingsScreen(null); }, $signature: 923 }; - A.InvoiceNinjaAppState_build__closure95.prototype = { + A.InvoiceNinjaAppState_build__closure93.prototype = { call$1(context) { - return new A.ExpenseSettingsScreen(null); + return new A.TaxRateScreenBuilder(null); }, $signature: 924 }; - A.InvoiceNinjaAppState_build__closure96.prototype = { + A.InvoiceNinjaAppState_build__closure94.prototype = { call$1(context) { - return new A.TaskSettingsScreen(null); + return new A.TaxRateViewScreen(null); }, $signature: 925 }; - A.InvoiceNinjaAppState_build__closure97.prototype = { + A.InvoiceNinjaAppState_build__closure95.prototype = { call$1(context) { - return new A.ImportExportScreen(null); + return new A.TaxRateEditScreen(null); }, $signature: 926 }; - A.InvoiceNinjaAppState_build__closure98.prototype = { + A.InvoiceNinjaAppState_build__closure96.prototype = { call$1(context) { - return new A.DeviceSettingsScreen(null); + return new A.ProductSettingsScreen(null); }, $signature: 927 }; - A.InvoiceNinjaAppState_build__closure99.prototype = { + A.InvoiceNinjaAppState_build__closure97.prototype = { call$1(context) { - return new A.AccountManagementScreen(null); + return new A.ExpenseSettingsScreen(null); }, $signature: 928 }; - A.InvoiceNinjaAppState_build__closure100.prototype = { + A.InvoiceNinjaAppState_build__closure98.prototype = { call$1(context) { - return new A.CustomFieldsScreen(null); + return new A.TaskSettingsScreen(null); }, $signature: 929 }; - A.InvoiceNinjaAppState_build__closure101.prototype = { + A.InvoiceNinjaAppState_build__closure99.prototype = { call$1(context) { - return new A.GeneratedNumbersScreen(null); + return new A.ImportExportScreen(null); }, $signature: 930 }; - A.InvoiceNinjaAppState_build__closure102.prototype = { + A.InvoiceNinjaAppState_build__closure100.prototype = { call$1(context) { - return new A.WorkflowSettingsScreen(null); + return new A.DeviceSettingsScreen(null); }, $signature: 931 }; - A.InvoiceNinjaAppState_build__closure103.prototype = { + A.InvoiceNinjaAppState_build__closure101.prototype = { call$1(context) { - return new A.InvoiceDesignScreen(null); + return new A.AccountManagementScreen(null); }, $signature: 932 }; - A.InvoiceNinjaAppState_build__closure104.prototype = { + A.InvoiceNinjaAppState_build__closure102.prototype = { call$1(context) { - return new A.ClientPortalScreen(null); + return new A.CustomFieldsScreen(null); }, $signature: 933 }; - A.InvoiceNinjaAppState_build__closure105.prototype = { + A.InvoiceNinjaAppState_build__closure103.prototype = { call$1(context) { - return new A.EmailSettingsScreen(null); + return new A.GeneratedNumbersScreen(null); }, $signature: 934 }; - A.InvoiceNinjaAppState_build__closure106.prototype = { + A.InvoiceNinjaAppState_build__closure104.prototype = { call$1(context) { - return new A.TemplatesAndRemindersScreen(null); + return new A.WorkflowSettingsScreen(null); }, $signature: 935 }; - A.InvoiceNinjaAppState_build__closure107.prototype = { + A.InvoiceNinjaAppState_build__closure105.prototype = { call$1(context) { - return new A.CreditCardsAndBanksScreen(null); + return new A.InvoiceDesignScreen(null); }, $signature: 936 }; + A.InvoiceNinjaAppState_build__closure106.prototype = { + call$1(context) { + return new A.ClientPortalScreen(null); + }, + $signature: 937 + }; + A.InvoiceNinjaAppState_build__closure107.prototype = { + call$1(context) { + return new A.EmailSettingsScreen(null); + }, + $signature: 938 + }; A.InvoiceNinjaAppState_build__closure108.prototype = { + call$1(context) { + return new A.TemplatesAndRemindersScreen(null); + }, + $signature: 939 + }; + A.InvoiceNinjaAppState_build__closure109.prototype = { + call$1(context) { + return new A.CreditCardsAndBanksScreen(null); + }, + $signature: 940 + }; + A.InvoiceNinjaAppState_build__closure110.prototype = { call$1(context) { return new A.DataVisualizationsScreen(null); }, - $signature: 937 + $signature: 941 }; A.MyCustomScrollBehavior.prototype = { get$dragDevices() { @@ -344208,7 +351700,7 @@ A.FilterCompany.prototype = {$isPersistUI: 1}; A.viewEntitiesByType_closure.prototype = { call$0() { - var t2, t3, t4, _this = this, _null = null, _s6_ = "_state", + var t2, t3, t4, _this = this, _null = null, t1 = _this.filterEntity; if (t1 != null) { t2 = _this.uiState; @@ -344225,22 +351717,35 @@ } else t3 = true; if (t3) { - t3 = _this.store; - t3.get$_dispatchers()[0].call$1(new A.ClearEntitySelection(_this.entityType)); - t3.get$_dispatchers()[0].call$1(new A.FilterByEntity(t1, false)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ClearEntitySelection(_this.entityType)); + t3[0].call$1(new A.FilterByEntity(t1, false)); } t1 = t2; } else { t1 = _this.uiState; t2 = t1.filterStack._list; - if ((t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) != null) - _this.store.get$_dispatchers()[0].call$1(new A.ClearEntityFilter()); + if ((t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) != null) { + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ClearEntityFilter()); + } + } + if (t1.previewStack._list.length !== 0) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPreviewStack()); } - if (t1.previewStack._list.length !== 0) - _this.store.get$_dispatchers()[0].call$1(new A.ClearPreviewStack()); t1 = _this.store; - if (A._lateReadCheck(t1.__Store__state, _s6_).prefState.isPreviewVisible && A._lateReadCheck(t1.__Store__state, _s6_).prefState.moduleLayout === B.ModuleLayout_table) - t1.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.prefState; + if (t2.isPreviewVisible && t2.moduleLayout === B.ModuleLayout_table) { + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.TogglePreviewSidebar()); + } switch (_this.entityType) { case B.EntityType_dashboard: _this._box_0.action = new A.ViewDashboard(false, _null); @@ -344249,14 +351754,11 @@ _this._box_0.action = new A.ViewReports(); break; case B.EntityType_settings: - t2 = A._lateReadCheck(t1.__Store__state, _s6_); + t2 = t1.__Store__state_A; t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; - t2 = t3._list[t2].userCompany.company; - t3 = A._lateReadCheck(t1.__Store__state, _s6_); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - _this._box_0.action = new A.ViewSettings(t2, _null, _null, t4._list[t3].userCompany.user, false, _null, true, _null); + t2 = t3._list[t2].userCompany; + _this._box_0.action = new A.ViewSettings(t2.company, _null, _null, t2.user, false, _null, true, _null); break; case B.EntityType_client: _this._box_0.action = new A.ViewClientList(); @@ -344297,6 +351799,9 @@ case B.EntityType_group: _this._box_0.action = new A.ViewGroupList(); break; + case B.EntityType_bankAccount: + _this._box_0.action = new A.ViewBankAccountList(); + break; case B.EntityType_purchaseOrder: _this._box_0.action = new A.ViewPurchaseOrderList(); break; @@ -344332,8 +351837,11 @@ break; } t2 = _this._box_0.action; - if (t2 != null) - t1.get$_dispatchers()[0].call$1(t2); + if (t2 != null) { + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(t2); + } }, $signature: 1 }; @@ -344341,16 +351849,24 @@ call$0() { var t1, t2, t3, t4, t5, filterEntity, _this = this, _null = null; if (_this.addToStack) { - _this.store.get$_dispatchers()[0].call$1(new A.PreviewEntity(_this.entityId, _this.entityType)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PreviewEntity(_this.entityId, _this.entityType)); return; } else { t1 = _this.state; - if (t1.uiState.previewStack._list.length !== 0) - _this.store.get$_dispatchers()[0].call$1(new A.ClearPreviewStack()); + if (t1.uiState.previewStack._list.length !== 0) { + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ClearPreviewStack()); + } } t2 = t1.prefState; - if (t2.appLayout === B.AppLayout_desktop && !t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (t2.appLayout === B.AppLayout_desktop && !t2.isPreviewVisible) { + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.TogglePreviewSidebar()); + } t3 = _this.filterEntity; if (t3 != null) { t4 = _this.uiState.filterStack._list; @@ -344368,9 +351884,10 @@ } else t4 = false; if (t4) { - t4 = _this.store; - t4.get$_dispatchers()[0].call$1(new A.ClearEntitySelection(_this.entityType)); - t4.get$_dispatchers()[0].call$1(new A.FilterByEntity(t3, false)); + t4 = _this.store.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.ClearEntitySelection(_this.entityType)); + t4[0].call$1(new A.FilterByEntity(t3, false)); } else { t3 = _this.uiState.filterStack._list; if ((t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType()) != null) { @@ -344389,11 +351906,19 @@ t4 = false; if (t4) { t3 = B.JSArray_methods.get$last(t3); - _this.store.get$_dispatchers()[0].call$1(new A.FilterByEntity(t3, true)); + t4 = _this.store.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.FilterByEntity(t3, true)); } } t3 = _this.entityId; - if (t3 != null && !A._lateReadCheck(_this.store.__Store__state, "_state").getEntityMap$1(_this.entityType)._map$_map.containsKey$1(0, t3)) { + if (t3 != null) { + t4 = _this.store.__Store__state_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = !t4.getEntityMap$1(_this.entityType)._map$_map.containsKey$1(0, t3); + } else + t4 = false; + if (t4) { if (_this.showError) { t1 = $.$get$navigatorKey(); t1.toString; @@ -344415,86 +351940,144 @@ t4 = false; if (t4) { t4 = _this.entityType; - if (!t2.isViewerFullScreen$1(t4)) - _this.store.get$_dispatchers()[0].call$1(new A.ToggleViewerLayout(t4)); - filterEntity = type$.legacy_BaseEntity._as(A._lateReadCheck(_this.store.__Store__state, "_state").getEntityMap$1(t4)._map$_map.$index(0, t3)); - t2 = filterEntity.get$entityType().get$relatedTypes(); - t2 = new A.WhereIterable(t2, new A.viewEntityById__closure(t1), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>")); - A.viewEntitiesByType(t2.get$first(t2), filterEntity); + if (!t2.isViewerFullScreen$1(t4)) { + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ToggleViewerLayout(t4)); + } + t2 = _this.store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + filterEntity = type$.legacy_BaseEntity._as(t2.getEntityMap$1(t4)._map$_map.$index(0, t3)); + t3 = filterEntity.get$entityType().get$relatedTypes(); + t3 = new A.WhereIterable(t3, new A.viewEntityById__closure(t1), A._arrayInstanceType(t3)._eval$1("WhereIterable<1>")); + A.viewEntitiesByType(t3.get$first(t3), filterEntity); return; } switch (_this.entityType) { case B.EntityType_client: - _this.store.get$_dispatchers()[0].call$1(new A.ViewClient(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewClient(t3)); break; case B.EntityType_user: - _this.store.get$_dispatchers()[0].call$1(new A.ViewUser(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewUser(t3)); break; case B.EntityType_project: - _this.store.get$_dispatchers()[0].call$1(new A.ViewProject(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewProject(t3)); break; case B.EntityType_taxRate: - _this.store.get$_dispatchers()[0].call$1(new A.ViewTaxRate(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewTaxRate(t3)); break; case B.EntityType_companyGateway: - _this.store.get$_dispatchers()[0].call$1(new A.ViewCompanyGateway(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewCompanyGateway(t3)); break; case B.EntityType_invoice: - _this.store.get$_dispatchers()[0].call$1(new A.ViewInvoice(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewInvoice(t3)); break; case B.EntityType_quote: - _this.store.get$_dispatchers()[0].call$1(new A.ViewQuote(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewQuote(t3)); break; case B.EntityType_vendor: - _this.store.get$_dispatchers()[0].call$1(new A.ViewVendor(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewVendor(t3)); break; case B.EntityType_product: - _this.store.get$_dispatchers()[0].call$1(new A.ViewProduct(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewProduct(t3)); break; case B.EntityType_task: - _this.store.get$_dispatchers()[0].call$1(new A.ViewTask(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewTask(t3)); break; case B.EntityType_expense: - _this.store.get$_dispatchers()[0].call$1(new A.ViewExpense(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewExpense(t3)); break; case B.EntityType_payment: - _this.store.get$_dispatchers()[0].call$1(new A.ViewPayment(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewPayment(t3)); break; case B.EntityType_group: - _this.store.get$_dispatchers()[0].call$1(new A.ViewGroup(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewGroup(t3)); + break; + case B.EntityType_bankAccount: + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewBankAccount(t3)); break; case B.EntityType_purchaseOrder: - _this.store.get$_dispatchers()[0].call$1(new A.ViewPurchaseOrder(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewPurchaseOrder(t3)); break; case B.EntityType_recurringExpense: - _this.store.get$_dispatchers()[0].call$1(new A.ViewRecurringExpense(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewRecurringExpense(t3)); break; case B.EntityType_subscription: - _this.store.get$_dispatchers()[0].call$1(new A.ViewSubscription(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSubscription(t3)); break; case B.EntityType_taskStatus: - _this.store.get$_dispatchers()[0].call$1(new A.ViewTaskStatus(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewTaskStatus(t3)); break; case B.EntityType_expenseCategory: - _this.store.get$_dispatchers()[0].call$1(new A.ViewExpenseCategory(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewExpenseCategory(t3)); break; case B.EntityType_recurringInvoice: - _this.store.get$_dispatchers()[0].call$1(new A.ViewRecurringInvoice(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewRecurringInvoice(t3)); break; case B.EntityType_webhook: - _this.store.get$_dispatchers()[0].call$1(new A.ViewWebhook(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewWebhook(t3)); break; case B.EntityType_token: - _this.store.get$_dispatchers()[0].call$1(new A.ViewToken(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewToken(t3)); break; case B.EntityType_paymentTerm: - _this.store.get$_dispatchers()[0].call$1(new A.ViewPaymentTerm(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewPaymentTerm(t3)); break; case B.EntityType_design: - _this.store.get$_dispatchers()[0].call$1(new A.ViewDesign(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDesign(t3)); break; case B.EntityType_credit: - _this.store.get$_dispatchers()[0].call$1(new A.ViewCredit(t3)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewCredit(t3)); break; } }, @@ -344507,18 +352090,24 @@ t2 = t1.userCompanyStates._list[t2].userCompany; return t2.can$2(B.UserPermission_view, entityType) || t2.can$2(B.UserPermission_create, entityType); }, - $signature: 270 + $signature: 273 }; A.createEntityByType_closure.prototype = { call$0() { var t3, filterEntityId, t4, filterEntityType, client, group, user, vendor, project, _this = this, _null = null, t1 = _this.state, t2 = t1.uiState; - if (t2.previewStack._list.length !== 0) - _this.store.get$_dispatchers()[0].call$1(new A.ClearPreviewStack()); + if (t2.previewStack._list.length !== 0) { + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ClearPreviewStack()); + } t3 = t1.prefState; - if (t3.appLayout === B.AppLayout_desktop && !t3.isEditorFullScreen$1(_this.entityType)) - _this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(_this.entityType)); + if (t3.appLayout === B.AppLayout_desktop && !t3.isEditorFullScreen$1(_this.entityType)) { + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ToggleEditorLayout(_this.entityType)); + } t3 = t2.filterStack._list; if (t3.length === 0) filterEntityId = _null; @@ -344587,99 +352176,147 @@ switch (_this.entityType) { case B.EntityType_client: t1 = A.ClientEntity_ClientEntity(group, _null, t1, user); - _this.store.get$_dispatchers()[0].call$1(new A.EditClient(t1, _null, _null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditClient(t1, _null, _null)); break; case B.EntityType_user: t1 = A.UserEntity_UserEntity(_null, t1, A.UserCompanyEntity_UserCompanyEntity(false)); - _this.store.get$_dispatchers()[0].call$1(new A.EditUser(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditUser(t1)); break; case B.EntityType_project: t1 = A.ProjectEntity_ProjectEntity(client, _null, t1, user); - _this.store.get$_dispatchers()[0].call$1(new A.EditProject(t1, _null, _null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditProject(t1, _null, _null)); break; case B.EntityType_taxRate: t1 = A.TaxRateEntity_TaxRateEntity(_null, _null, _null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditTaxRate(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditTaxRate(t1)); break; case B.EntityType_companyGateway: t1 = A.CompanyGatewayEntity_CompanyGatewayEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditCompanyGateway(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditCompanyGateway(t1)); break; case B.EntityType_invoice: t1 = A.InvoiceEntity_InvoiceEntity(client, _null, _null, t1, user, _null); - _this.store.get$_dispatchers()[0].call$1(new A.EditInvoice(t1, _null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditInvoice(t1, _null)); break; case B.EntityType_quote: t1 = A.InvoiceEntity_InvoiceEntity(client, B.EntityType_quote, _null, t1, user, _null); - _this.store.get$_dispatchers()[0].call$1(new A.EditQuote(t1, _null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditQuote(t1, _null)); break; case B.EntityType_vendor: t1 = A.VendorEntity_VendorEntity(_null, t1, user); - _this.store.get$_dispatchers()[0].call$1(new A.EditVendor(t1, _null, _null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditVendor(t1, _null, _null)); break; case B.EntityType_product: t1 = A.ProductEntity_ProductEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditProduct(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditProduct(t1)); break; case B.EntityType_task: t1 = A.TaskEntity_TaskEntity(client, _null, project, t1, user); - _this.store.get$_dispatchers()[0].call$1(new A.EditTask(_null, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditTask(_null, t1)); break; case B.EntityType_expense: t1 = A.ExpenseEntity_ExpenseEntity(client, _null, _null, project, t1, user, vendor); - _this.store.get$_dispatchers()[0].call$1(new A.EditExpense(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditExpense(t1)); break; case B.EntityType_payment: t1 = A.PaymentEntity_PaymentEntity(client, _null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditPayment(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPayment(t1)); break; case B.EntityType_group: t1 = A.GroupEntity_GroupEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditGroup(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditGroup(t1)); break; case B.EntityType_purchaseOrder: t1 = A.InvoiceEntity_InvoiceEntity(_null, B.EntityType_purchaseOrder, _null, t1, _null, vendor); - _this.store.get$_dispatchers()[0].call$1(new A.EditPurchaseOrder(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPurchaseOrder(t1)); break; case B.EntityType_recurringExpense: t1 = A.ExpenseEntity_ExpenseEntity(client, B.EntityType_recurringExpense, _null, project, t1, user, vendor); - _this.store.get$_dispatchers()[0].call$1(new A.EditRecurringExpense(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditRecurringExpense(t1)); break; case B.EntityType_subscription: t1 = A.SubscriptionEntity_SubscriptionEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditSubscription(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditSubscription(t1)); break; case B.EntityType_taskStatus: t1 = A.TaskStatusEntity_TaskStatusEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditTaskStatus(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditTaskStatus(t1)); break; case B.EntityType_expenseCategory: t1 = A.ExpenseCategoryEntity_ExpenseCategoryEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditExpenseCategory(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditExpenseCategory(t1)); break; case B.EntityType_recurringInvoice: t1 = A.InvoiceEntity_InvoiceEntity(client, B.EntityType_recurringInvoice, _null, t1, user, _null); - _this.store.get$_dispatchers()[0].call$1(new A.EditRecurringInvoice(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditRecurringInvoice(t1)); break; case B.EntityType_webhook: t1 = A.WebhookEntity_WebhookEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditWebhook(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditWebhook(t1)); break; case B.EntityType_token: t1 = A.TokenEntity_TokenEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditToken(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditToken(t1)); break; case B.EntityType_paymentTerm: t1 = A.PaymentTermEntity_PaymentTermEntity(_null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditPaymentTerm(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPaymentTerm(t1)); break; case B.EntityType_design: t1 = A.DesignEntity_DesignEntity(_null, _null, t1); - _this.store.get$_dispatchers()[0].call$1(new A.EditDesign(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditDesign(t1)); break; case B.EntityType_credit: t1 = A.InvoiceEntity_InvoiceEntity(client, B.EntityType_credit, _null, t1, user, _null); - _this.store.get$_dispatchers()[0].call$1(new A.EditCredit(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditCredit(t1)); break; } }, @@ -344687,87 +352324,140 @@ }; A.createEntity_closure.prototype = { call$0() { - var t1, _this = this; - if (_this.uiState.previewStack._list.length !== 0) - _this.store.get$_dispatchers()[0].call$1(new A.ClearPreviewStack()); + var t1, t2, _this = this; + if (_this.uiState.previewStack._list.length !== 0) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPreviewStack()); + } t1 = _this.state.prefState; if (t1.appLayout === B.AppLayout_desktop && !t1.isEditorFullScreen$1(_this.entity.get$entityType())) { t1 = _this.entity.get$entityType(); - _this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ToggleEditorLayout(t1)); } t1 = _this.entity; switch (t1.get$entityType()) { case B.EntityType_client: - _this.store.get$_dispatchers()[0].call$1(new A.EditClient(t1, _this.completer, _this.cancelCompleter)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditClient(t1, _this.completer, _this.cancelCompleter)); break; case B.EntityType_user: - _this.store.get$_dispatchers()[0].call$1(new A.EditUser(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditUser(t1)); break; case B.EntityType_project: - _this.store.get$_dispatchers()[0].call$1(new A.EditProject(t1, _this.completer, _this.cancelCompleter)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditProject(t1, _this.completer, _this.cancelCompleter)); break; case B.EntityType_taxRate: - _this.store.get$_dispatchers()[0].call$1(new A.EditTaxRate(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditTaxRate(t1)); break; case B.EntityType_companyGateway: - _this.store.get$_dispatchers()[0].call$1(new A.EditCompanyGateway(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditCompanyGateway(t1)); break; case B.EntityType_invoice: - _this.store.get$_dispatchers()[0].call$1(new A.EditInvoice(t1, null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditInvoice(t1, null)); break; case B.EntityType_quote: - _this.store.get$_dispatchers()[0].call$1(new A.EditQuote(t1, null)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditQuote(t1, null)); break; case B.EntityType_vendor: - _this.store.get$_dispatchers()[0].call$1(new A.EditVendor(t1, _this.completer, _this.cancelCompleter)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditVendor(t1, _this.completer, _this.cancelCompleter)); break; case B.EntityType_product: - _this.store.get$_dispatchers()[0].call$1(new A.EditProduct(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditProduct(t1)); break; case B.EntityType_task: - _this.store.get$_dispatchers()[0].call$1(new A.EditTask(null, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditTask(null, t1)); break; case B.EntityType_expense: - _this.store.get$_dispatchers()[0].call$1(new A.EditExpense(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditExpense(t1)); break; case B.EntityType_payment: - _this.store.get$_dispatchers()[0].call$1(new A.EditPayment(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPayment(t1)); break; case B.EntityType_group: - _this.store.get$_dispatchers()[0].call$1(new A.EditGroup(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditGroup(t1)); break; case B.EntityType_purchaseOrder: - _this.store.get$_dispatchers()[0].call$1(new A.EditPurchaseOrder(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPurchaseOrder(t1)); break; case B.EntityType_recurringExpense: - _this.store.get$_dispatchers()[0].call$1(new A.EditRecurringExpense(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditRecurringExpense(t1)); break; case B.EntityType_subscription: - _this.store.get$_dispatchers()[0].call$1(new A.EditSubscription(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditSubscription(t1)); break; case B.EntityType_taskStatus: - _this.store.get$_dispatchers()[0].call$1(new A.EditTaskStatus(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditTaskStatus(t1)); break; case B.EntityType_expenseCategory: - _this.store.get$_dispatchers()[0].call$1(new A.EditExpenseCategory(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditExpenseCategory(t1)); break; case B.EntityType_recurringInvoice: - _this.store.get$_dispatchers()[0].call$1(new A.EditRecurringInvoice(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditRecurringInvoice(t1)); break; case B.EntityType_webhook: - _this.store.get$_dispatchers()[0].call$1(new A.EditWebhook(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditWebhook(t1)); break; case B.EntityType_token: - _this.store.get$_dispatchers()[0].call$1(new A.EditToken(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditToken(t1)); break; case B.EntityType_paymentTerm: - _this.store.get$_dispatchers()[0].call$1(new A.EditPaymentTerm(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPaymentTerm(t1)); break; case B.EntityType_design: - _this.store.get$_dispatchers()[0].call$1(new A.EditDesign(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditDesign(t1)); break; case B.EntityType_credit: - _this.store.get$_dispatchers()[0].call$1(new A.EditCredit(t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditCredit(t1)); break; } }, @@ -344785,24 +352475,37 @@ t2 = !isFullScreen && _this.fullScreen; else t2 = true; - if (t2) - _this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(t3)); + if (t2) { + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ToggleEditorLayout(t3)); + } } switch (_this.entityType) { case B.EntityType_client: - _this.store.get$_dispatchers()[0].call$1(new A.EditClient(_this.entity, _this.completer, _null)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditClient(_this.entity, _this.completer, _null)); break; case B.EntityType_user: - _this.store.get$_dispatchers()[0].call$1(new A.EditUser(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditUser(_this.entity)); break; case B.EntityType_project: - _this.store.get$_dispatchers()[0].call$1(new A.EditProject(_this.entity, _this.completer, _null)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditProject(_this.entity, _this.completer, _null)); break; case B.EntityType_taxRate: - _this.store.get$_dispatchers()[0].call$1(new A.EditTaxRate(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditTaxRate(_this.entity)); break; case B.EntityType_companyGateway: - _this.store.get$_dispatchers()[0].call$1(new A.EditCompanyGateway(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditCompanyGateway(_this.entity)); break; case B.EntityType_invoice: invoice = type$.legacy_InvoiceEntity._as(_this.entity); @@ -344823,62 +352526,101 @@ if (t1 == null) t1 = ""; A.showMessageDialog(_this.context, t1, _null, _null); - } else - _this.store.get$_dispatchers()[0].call$1(new A.EditInvoice(invoice, _this.subIndex)); + } else { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditInvoice(invoice, _this.subIndex)); + } break; case B.EntityType_quote: - _this.store.get$_dispatchers()[0].call$1(new A.EditQuote(_this.entity, _this.subIndex)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditQuote(_this.entity, _this.subIndex)); break; case B.EntityType_vendor: - _this.store.get$_dispatchers()[0].call$1(new A.EditVendor(_this.entity, _this.completer, _null)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditVendor(_this.entity, _this.completer, _null)); break; case B.EntityType_product: - _this.store.get$_dispatchers()[0].call$1(new A.EditProduct(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditProduct(_this.entity)); break; case B.EntityType_task: - _this.store.get$_dispatchers()[0].call$1(new A.EditTask(_this.subIndex, _this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditTask(_this.subIndex, _this.entity)); break; case B.EntityType_expense: - _this.store.get$_dispatchers()[0].call$1(new A.EditExpense(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditExpense(_this.entity)); break; case B.EntityType_payment: - _this.store.get$_dispatchers()[0].call$1(new A.EditPayment(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditPayment(_this.entity)); break; case B.EntityType_group: - _this.store.get$_dispatchers()[0].call$1(new A.EditGroup(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditGroup(_this.entity)); break; case B.EntityType_purchaseOrder: - _this.store.get$_dispatchers()[0].call$1(new A.EditPurchaseOrder(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditPurchaseOrder(_this.entity)); break; case B.EntityType_recurringExpense: - _this.store.get$_dispatchers()[0].call$1(new A.EditRecurringExpense(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditRecurringExpense(_this.entity)); break; case B.EntityType_subscription: - _this.store.get$_dispatchers()[0].call$1(new A.EditSubscription(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditSubscription(_this.entity)); break; case B.EntityType_taskStatus: - _this.store.get$_dispatchers()[0].call$1(new A.EditTaskStatus(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditTaskStatus(_this.entity)); break; case B.EntityType_expenseCategory: - _this.store.get$_dispatchers()[0].call$1(new A.EditExpenseCategory(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditExpenseCategory(_this.entity)); break; case B.EntityType_recurringInvoice: - _this.store.get$_dispatchers()[0].call$1(new A.EditRecurringInvoice(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditRecurringInvoice(_this.entity)); break; case B.EntityType_webhook: - _this.store.get$_dispatchers()[0].call$1(new A.EditWebhook(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditWebhook(_this.entity)); break; case B.EntityType_token: - _this.store.get$_dispatchers()[0].call$1(new A.EditToken(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditToken(_this.entity)); break; case B.EntityType_paymentTerm: - _this.store.get$_dispatchers()[0].call$1(new A.EditPaymentTerm(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditPaymentTerm(_this.entity)); break; case B.EntityType_design: - _this.store.get$_dispatchers()[0].call$1(new A.EditDesign(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditDesign(_this.entity)); break; case B.EntityType_credit: - _this.store.get$_dispatchers()[0].call$1(new A.EditCredit(_this.entity)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditCredit(_this.entity)); break; } }, @@ -344893,13 +352635,14 @@ t1 = ""; return new A.MessageDialog(t2, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 345 + $signature: 336 }; A.checkForChanges__closure.prototype = { call$0() { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.DiscardChanges()); - t1.get$_dispatchers()[0].call$1(new A.ResetSettings()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DiscardChanges()); + t1[0].call$1(new A.ResetSettings()); this.callback.call$0(); }, $signature: 1 @@ -344913,7 +352656,7 @@ $call$body$_createLoadState_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, state, prefState, i, companyState, appState, $navigator, routes, error, token, prefs, t1, t2, t3, t4, t5, exception, token0, _box_0, $async$exception, $async$exception1, $async$temp1; + $async$handler = 1, $async$currentError, $async$self = this, state, prefState, i, companyState, appState, $navigator, routes, error, token, prefs, t1, t2, t3, t4, t5, exception, token0, _box_0, $async$exception, $async$exception1, $async$temp1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -344926,7 +352669,9 @@ _box_0 = {}; type$.legacy_LoadStateRequest._as(dynamicAction); $async$handler = 3; - state = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + state = t1; prefState = state.prefState; t1 = $async$self._box_1; $async$temp1 = t1; @@ -344996,17 +352741,19 @@ // after for if (state.uiState.currentRoute !== "/login") t1.uiState = t1.uiState.rebuild$1(new A._createLoadState__closure(state)); - t3 = A._lateReadCheck(store.__Store__state, "_state"); + t3 = store.__Store__state_A; t4 = t3.userCompanyStates; t3 = t3.uiState.selectedCompanyIndex; appState = A.AppState_AppState(null, prefState, null, t4._list[t3].userCompany.account.reportErrors, null).rebuild$1(new A._createLoadState__closure0(t1, t2)); t2 = $.$get$navigatorKey(); t2.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); - store.get$_dispatchers()[0].call$1(new A.LoadStateSuccess(appState)); - t3 = new A._Future($.Zone__current, type$._Future_Null); - t3.then$1$1(0, new A._createLoadState__closure1(store), type$.Null); - store.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t3, type$._AsyncCompleter_Null), false, false, false)); + t3 = store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.LoadStateSuccess(appState)); + t4 = new A._Future($.Zone__current, type$._Future_Null); + t4.then$1$1(0, new A._createLoadState__closure1(store), type$.Null); + t3[0].call$1(new A.RefreshData(new A._AsyncCompleter(t4, type$._AsyncCompleter_Null), false, false, false)); t1 = t1.uiState.currentRoute; if (t1 !== "/login" && t1.length !== 0 && prefState.persistUI) { $navigator = t2.get$currentState(); @@ -345016,12 +352763,12 @@ J.forEach$1$ax(routes, new A._createLoadState__closure2(_box_0, $navigator)); } else { if (J.get$length$asx(routes) === 0 || J.get$last$ax(routes) === "/dashboard") - store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + t3[0].call$1(new A.ViewDashboard(false, null)); else { t1 = J.get$last$ax(routes); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t3[0].call$1(new A.UpdateCurrentRoute(t1)); } - store.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); + t3[0].call$1(new A.ViewMainScreen()); } } else throw A.wrapException("Unknown page: " + t1); @@ -345036,7 +352783,9 @@ error = A.unwrapException($async$exception1); A.print("## ERROR (app_middleware - load state): " + A.S(error)); token = null; - t1 = A.cleanApiUrl(A._lateReadCheck(store.__Store__state, "_state").authState.url); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.cleanApiUrl(t1.authState.url); $async$goto = t1 === "https://demo.invoiceninja.com" ? 17 : 19; break; case 17: @@ -345063,15 +352812,23 @@ if (J.get$length$asx(t1) !== 0) { t1 = $.$get$navigatorKey(); t1.toString; - if (A.calculateLayout($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1)) === B.AppLayout_mobile) { + t2 = A.calculateLayout($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1)); + t3 = store.__Store__dispatchers_F; + if (t2 === B.AppLayout_mobile) { t2 = A.UpdateUserPreferences$(B.AppLayout_mobile, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - store.get$_dispatchers()[0].call$1(t2); - } else - store.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(t2); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ViewMainScreen()); + } $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._createLoadState__closure3(store)); $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); - } else - store.get$_dispatchers()[0].call$1(new A.UserLogout()); + } else { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); + } // goto after finally $async$goto = 5; break; @@ -345092,7 +352849,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createLoadState__closure.prototype = { call$1(b) { @@ -345100,7 +352857,7 @@ b.get$_ui_state$_$this()._currentRoute = t1; return b; }, - $signature: 808 + $signature: 567 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -345121,14 +352878,16 @@ b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 249 + $signature: 270 }; A._createLoadState__closure1.prototype = { call$1(value) { var t1 = $.$get$navigatorKey(); t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); - this.store.get$_dispatchers()[0].call$1(new A.UpdatedSetting()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdatedSetting()); }, $signature: 3 }; @@ -345147,9 +352906,11 @@ }; A._createLoadState__closure3.prototype = { call$1(duration) { - this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 36 + $signature: 37 }; A._getRoutes_closure.prototype = { call$1(part) { @@ -345181,14 +352942,15 @@ }; A._createUserLoggedIn_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, i, _this = this; + var t1, t2, i, _this = this; next.call$1(type$.legacy_UserLoginSuccess._as(dynamicAction)); - state = A._lateReadCheck(store.__Store__state, "_state"); - _this.authRepository.saveAuthState$1(state.authState); - _this.uiRepository.saveUIState$1(state.uiState); - _this.staticRepository.saveStaticState$1(state.staticState); - if (state.prefState.persistData) - for (t1 = state.userCompanyStates._list, t2 = _this.companyRepositories, i = 0; i < t1.length; ++i) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.authRepository.saveAuthState$1(t1.authState); + _this.uiRepository.saveUIState$1(t1.uiState); + _this.staticRepository.saveStaticState$1(t1.staticState); + if (t1.prefState.persistData) + for (t1 = t1.userCompanyStates._list, t2 = _this.companyRepositories, i = 0; i < t1.length; ++i) t2[i].saveCompanyState$1(t1[i]); }, "call*": "call$3", @@ -345197,12 +352959,13 @@ }; A._createPersistData_closure.prototype = { call$3(store, dynamicAction, next) { - var state, index, companyState; + var t1, index, companyState; next.call$1(type$.legacy_PersistData._as(dynamicAction)); - state = A._lateReadCheck(store.__Store__state, "_state"); - index = state.uiState.selectedCompanyIndex; - companyState = state.userCompanyStates._list[index]; - if (state.prefState.persistData) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + index = t1.uiState.selectedCompanyIndex; + companyState = t1.userCompanyStates._list[index]; + if (t1.prefState.persistData) this.companyRepositories[index].saveCompanyState$1(companyState); }, "call*": "call$3", @@ -345211,8 +352974,11 @@ }; A._createPersistUI_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; next.call$1(type$.legacy_PersistUI._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.persistUI) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.persistUI) $.$get$_persistUIDebouncer().run$1(new A._createPersistUI__closure(this.uiRepository, store)); }, "call*": "call$3", @@ -345221,15 +352987,21 @@ }; A._createPersistUI__closure.prototype = { call$0() { - this.uiRepository.saveUIState$1(A._lateReadCheck(this.store.__Store__state, "_state").uiState); + var t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.uiRepository.saveUIState$1(t1.uiState); }, $signature: 1 }; A._createPersistPrefs_closure.prototype = { call$3(store, dynamicAction, next) { - var string; + var t1, t2, t3, string; next.call$1(type$.legacy_PersistPrefs._as(dynamicAction)); - string = $.$get$serializers().serializeWith$2($.$get$_$prefStateSerializer(), A._lateReadCheck(store.__Store__state, "_state").prefState); + t1 = $.$get$serializers(); + t2 = $.$get$_$prefStateSerializer(); + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + string = t1.serializeWith$2(t2, t3.prefState); A.SharedPreferences_getInstance().then$1$1(0, new A._createPersistPrefs__closure(string), type$.legacy_bool); }, "call*": "call$3", @@ -345240,7 +353012,7 @@ call$1(prefs) { return prefs._setValue$3("String", "shared_prefs", B.C_JsonCodec.encode$1(this.string)); }, - $signature: 947 + $signature: 951 }; A._createAccountLoaded_closure.prototype = { call$3(store, dynamicAction, next) { @@ -345251,7 +353023,7 @@ $call$body$_createAccountLoaded_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], selectedCompanyIndex, i, userCompany, prefs, error, t1, t2, exception, action, response, loadedStaticData, $async$exception; + $async$handler = 1, $async$currentError, selectedCompanyIndex, i, userCompany, prefs, error, t1, t2, exception, t3, action, response, loadedStaticData, $async$exception; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -345266,7 +353038,9 @@ loadedStaticData = response.$static.currencies._list.length !== 0; if (loadedStaticData) { t1 = response.$static; - store.get$_dispatchers()[0].call$1(new A.LoadStaticSuccess(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadStaticSuccess(t1)); } selectedCompanyIndex = 0; $async$handler = 3; @@ -345297,9 +353071,12 @@ case 10: // join t1 = i; - J.$index$asx(A._lateReadCheck(store.__Store__dispatchers, "_dispatchers"), 0).call$1(new A.SelectCompany(t1, loadedStaticData)); - J.$index$asx(A._lateReadCheck(store.__Store__dispatchers, "_dispatchers"), 0).call$1(new A.LoadCompanySuccess(userCompany)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SelectCompany(t1, loadedStaticData)); + t2[0].call$1(new A.LoadCompanySuccess(userCompany)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; if (t2._list[t1].userCompany.account.defaultCompanyId === userCompany.company.id) @@ -345335,19 +353112,22 @@ case 5: // after finally t1 = selectedCompanyIndex; - store.get$_dispatchers()[0].call$1(new A.SelectCompany(t1, loadedStaticData)); - store.get$_dispatchers()[0].call$1(new A.UserLoginSuccess()); - t1 = A._lateReadCheck(store.__Store__state, "_state"); - t2 = t1.userCompanyStates; + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SelectCompany(t1, loadedStaticData)); + t2[0].call$1(new A.UserLoginSuccess()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; - t1 = t2._list[t1].lastUpdated; + t1 = t3._list[t1].lastUpdated; if (t1 <= 0) if (response.userCompanies._list.length !== 0) if (response.userCompanies._list.length > selectedCompanyIndex) { t1 = response.userCompanies; - t2 = selectedCompanyIndex; - t2 = t1._list[t2].company.isLarge; - t1 = t2; + t3 = selectedCompanyIndex; + t3 = t1._list[t3].company.isLarge; + t1 = t3; } else t1 = false; else @@ -345355,7 +353135,7 @@ else t1 = false; if (t1) - store.get$_dispatchers()[0].call$1(new A.LoadClients(null, 1)); + t2[0].call$1(new A.LoadClients(null, 1)); action.toString; action.completer.complete$1(0, null); next.call$1(action); @@ -345368,7 +353148,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createDataRefreshed_closure.prototype = { call$3(store, dynamicAction, next) { @@ -345379,7 +353159,7 @@ $call$body$_createDataRefreshed_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], userCompany, i, userCompany0, prefs, error, t1, t2, exception, action, response, loadedStaticData, selectedCompanyIndex, $async$exception; + $async$handler = 1, $async$currentError, selectedCompanyIndex, userCompany, i, userCompany0, prefs, error, t2, exception, t3, action, response, loadedStaticData, t1, $async$exception; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -345392,10 +353172,14 @@ action = type$.legacy_RefreshDataSuccess._as(dynamicAction); response = action.data; loadedStaticData = response.$static.currencies._list.length !== 0; - selectedCompanyIndex = A._lateReadCheck(store.__Store__state, "_state").uiState.selectedCompanyIndex; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selectedCompanyIndex = t1.uiState.selectedCompanyIndex; if (loadedStaticData) { t1 = response.$static; - store.get$_dispatchers()[0].call$1(new A.LoadStaticSuccess(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadStaticSuccess(t1)); } $async$handler = 3; $async$goto = response.userCompanies._list.length === 1 ? 6 : 8; @@ -345403,7 +353187,9 @@ case 6: // then userCompany = B.JSArray_methods.get$first(response.userCompanies._list); - store.get$_dispatchers()[0].call$1(new A.LoadCompanySuccess(userCompany)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCompanySuccess(userCompany)); // goto join $async$goto = 7; break; @@ -345435,8 +353221,10 @@ case 13: // join t1 = i; - J.$index$asx(A._lateReadCheck(store.__Store__dispatchers, "_dispatchers"), 0).call$1(new A.SelectCompany(t1, loadedStaticData)); - J.$index$asx(A._lateReadCheck(store.__Store__dispatchers, "_dispatchers"), 0).call$1(new A.LoadCompanySuccess(userCompany0)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SelectCompany(t1, loadedStaticData)); + t2[0].call$1(new A.LoadCompanySuccess(userCompany0)); case 10: // for update ++i; @@ -345445,8 +353233,11 @@ break; case 11: // after for - if (A._lateReadCheck(store.__Store__state, "_state").uiState.selectedCompanyIndex !== selectedCompanyIndex) - store.get$_dispatchers()[0].call$1(new A.SelectCompany(selectedCompanyIndex, true)); + if (store.__Store__state_A.uiState.selectedCompanyIndex !== selectedCompanyIndex) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SelectCompany(selectedCompanyIndex, true)); + } case 7: // join $async$handler = 1; @@ -345472,23 +353263,23 @@ break; case 5: // after finally - store.get$_dispatchers()[0].call$1(new A.PersistData()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PersistData()); if (action.completer != null) action.completer.complete$1(0, null); next.call$1(action); - t1 = A._lateReadCheck(store.__Store__state, "_state"); - t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - if (t2._list[t1].userCompany.company.isLarge) { - t1 = A._lateReadCheck(store.__Store__state, "_state"); - t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - t1 = t2._list[t1].lastUpdated; - t1 = t1 <= 0; + t2 = store.__Store__state_A; + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t2 = t3._list[t2]; + if (t2.userCompany.company.isLarge) { + t2 = t2.lastUpdated; + t2 = t2 <= 0; } else - t1 = false; - if (t1) - store.get$_dispatchers()[0].call$1(new A.LoadClients(null, 1)); + t2 = false; + if (t2) + t1[0].call$1(new A.LoadClients(null, 1)); // implicit return return A._asyncReturn(null, $async$completer); case 1: @@ -345498,12 +353289,15 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createPersistStatic_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; next.call$1(type$.legacy_PersistStatic._as(dynamicAction)); - this.staticRepository.saveStaticState$1(A._lateReadCheck(store.__Store__state, "_state").staticState); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.staticRepository.saveStaticState$1(t1.staticState); }, "call*": "call$3", $requiredArgCount: 3, @@ -345544,22 +353338,27 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createDeleteState__closure.prototype = { call$1(repo) { return repo.delete$0(0); }, - $signature: 807 + $signature: 560 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { var t1; type$.legacy_ViewMainScreen._as(dynamicAction); - if (A._lateReadCheck(store.__Store__state, "_state").uiState.currentRoute === "/login") - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/dashboard")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.uiState.currentRoute === "/login") { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/dashboard")); + } for (; t1 = $.$get$navigatorKey(), t1.get$currentState().canPop$0();) - t1.get$currentState().pop$0(0); + t1.get$currentState().pop$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._createViewMainScreen__closure()); next.call$1(dynamicAction); }, @@ -345571,7 +353370,7 @@ call$1(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.legacy_Object); }, - $signature: 36 + $signature: 37 }; A._createClearData_closure.prototype = { call$3(store, action, next) { @@ -345598,13 +353397,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createClearData__closure.prototype = { call$1(repo) { return repo.delete$0(0); }, - $signature: 807 + $signature: 560 }; A.appReducer_closure.prototype = { call$1(b) { @@ -345616,7 +353415,7 @@ b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 249 + $signature: 270 }; A.appReducer__closure.prototype = { call$1(b) { @@ -345624,7 +353423,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 152 + $signature: 161 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -345632,7 +353431,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 249 + $signature: 270 }; A.appReducer_closure1.prototype = { call$1(b) { @@ -345644,7 +353443,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 249 + $signature: 270 }; A.appReducer_closure2.prototype = { call$1(b) { @@ -345686,145 +353485,151 @@ t4._pref_state$_$v = t5; return b; }, - $signature: 249 + $signature: 270 }; A.lastErrorReducer_closure.prototype = { call$2(state, action) { return ""; }, - $signature: 950 + $signature: 954 }; A.lastErrorReducer_closure0.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 951 + $signature: 955 }; A.lastErrorReducer_closure1.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 952 + $signature: 956 }; A.lastErrorReducer_closure2.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 953 + $signature: 957 }; A.lastErrorReducer_closure3.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 954 + $signature: 958 }; A.lastErrorReducer_closure4.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 955 + $signature: 959 }; A.lastErrorReducer_closure5.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 956 + $signature: 960 }; A.lastErrorReducer_closure6.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 957 + $signature: 961 }; A.lastErrorReducer_closure7.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 958 + $signature: 962 }; A.lastErrorReducer_closure8.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 959 + $signature: 963 }; A.lastErrorReducer_closure9.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 960 + $signature: 964 }; A.lastErrorReducer_closure10.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 961 + $signature: 965 }; A.lastErrorReducer_closure11.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 962 + $signature: 966 }; A.lastErrorReducer_closure12.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 963 + $signature: 967 }; A.lastErrorReducer_closure13.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 964 + $signature: 968 }; A.lastErrorReducer_closure14.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 965 + $signature: 969 }; A.lastErrorReducer_closure15.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 966 + $signature: 970 }; A.lastErrorReducer_closure16.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 967 + $signature: 971 }; A.lastErrorReducer_closure17.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 968 + $signature: 972 }; A.lastErrorReducer_closure18.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 969 + $signature: 973 }; A.lastErrorReducer_closure19.prototype = { + call$2(state, action) { + return A.S(action.error); + }, + $signature: 974 + }; + A.lastErrorReducer_closure20.prototype = { call$2(state, action) { return action.error; }, - $signature: 970 + $signature: 975 }; A.dismissedNativeWarningReducer_closure.prototype = { call$2(state, action) { return true; }, - $signature: 971 + $signature: 976 }; A.dismissedNativeWarningReducer_closure0.prototype = { call$2(state, action) { return true; }, - $signature: 806 + $signature: 546 }; A.AppState.prototype = { get$company() { @@ -345964,6 +353769,9 @@ case B.EntityType_invoice: t1 = _this.uiState.selectedCompanyIndex; return _this.userCompanyStates._list[t1].invoiceState.map; + case B.EntityType_bankAccount: + t1 = _this.uiState.selectedCompanyIndex; + return _this.userCompanyStates._list[t1].bankAccountState.map; case B.EntityType_purchaseOrder: t1 = _this.uiState.selectedCompanyIndex; return _this.userCompanyStates._list[t1].purchaseOrderState.map; @@ -346079,6 +353887,8 @@ return _this.uiState.clientUIState; case B.EntityType_invoice: return _this.uiState.invoiceUIState; + case B.EntityType_bankAccount: + return _this.uiState.bankAccountUIState; case B.EntityType_purchaseOrder: return _this.uiState.purchaseOrderUIState; case B.EntityType_recurringExpense: @@ -346542,14 +354352,14 @@ call$1(index) { return A.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 973 + $signature: 978 }; A.AppState_companies_closure.prototype = { call$1(company) { var t1 = company.id; return t1.length !== 0; }, - $signature: 805 + $signature: 762 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -346558,12 +354368,12 @@ if (entityMap != null) { t1 = $history.id; entity = type$.legacy_BaseEntity._as(entityMap._map$_map.$index(0, t1)); - if ((entity == null ? null : entity.get$isDeleted(entity)) === true) + if ((entity == null ? null : entity.get$isDeleted()) === true) return false; } return true; }, - $signature: 804 + $signature: 744 }; A.Credentials.prototype = { get$token() { @@ -346656,7 +354466,7 @@ t13 = t12._filterStack; if (t13 == null) { t13 = new A.ListBuilder(t6); - t13.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); + t13.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); t12._filterStack = t13; t12 = t13; } else @@ -346664,10 +354474,10 @@ t13 = A.BuiltList_BuiltList$from(B.List_empty, t5); t14 = t12.$ti; if (t14._eval$1("_BuiltList<1>")._is(t13)) { - t12.__ListBuilder__list = t13._list; + t12.__ListBuilder__list_A = t13._list; t12._listOwner = t13; } else { - t12.__ListBuilder__list = A.List_List$from(t13, true, t14._precomputed1); + t12.__ListBuilder__list_A = A.List_List$from(t13, true, t14._precomputed1); t12._listOwner = null; } t10._uiState = t11; @@ -346684,7 +354494,7 @@ t11 = t10._userCompanyStates; if (t11 == null) { t11 = new A.ListBuilder(t3); - t11.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t11.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t10._userCompanyStates = t11; t10 = t11; } else @@ -346692,16 +354502,16 @@ t11 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_UH2)); t12 = t10.$ti; if (t12._eval$1("_BuiltList<1>")._is(t11)) { - t10.__ListBuilder__list = t11._list; + t10.__ListBuilder__list_A = t11._list; t10._listOwner = t11; } else { - t10.__ListBuilder__list = A.List_List$from(t11, true, t12._precomputed1); + t10.__ListBuilder__list_A = A.List_List$from(t11, true, t12._precomputed1); t10._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -346721,7 +354531,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._app_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -346830,7 +354640,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, exception, _this = this, _s8_ = "AppState", _$result = null; @@ -346852,24 +354662,24 @@ t5 = _this.get$_$this()._lastError; if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s8_, "lastError")); - t6 = _this.get$authState().build$0(0); - t7 = _this.get$staticState().build$0(0); - _$result0 = A._$AppState$_(t6, t4, t1, t2, t3, t5, _this.get$prefState().build$0(0), t7, _this.get$uiState().build$0(0), _this.get$userCompanyStates().build$0(0)); + t6 = _this.get$authState().build$0(); + t7 = _this.get$staticState().build$0(); + _$result0 = A._$AppState$_(t6, t4, t1, t2, t3, t5, _this.get$prefState().build$0(), t7, _this.get$uiState().build$0(), _this.get$userCompanyStates().build$0()); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "authState"; - _this.get$authState().build$0(0); + _this.get$authState().build$0(); _$failedField = "staticState"; - _this.get$staticState().build$0(0); + _this.get$staticState().build$0(); _$failedField = "prefState"; - _this.get$prefState().build$0(0); + _this.get$prefState().build$0(); _$failedField = "uiState"; - _this.get$uiState().build$0(0); + _this.get$uiState().build$0(); _$failedField = "userCompanyStates"; - _this.get$userCompanyStates().build$0(0); + _this.get$userCompanyStates().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s8_, _$failedField, J.toString$0$(e)); @@ -346903,9 +354713,12 @@ A.UserUnverifiedPassword.prototype = {}; A._createUserLogout_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; next.call$1(type$.legacy_UserLogout._as(dynamicAction)); $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/login", new A._createUserLogout__closure(), type$.legacy_Object); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/login")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/login")); }, "call*": "call$3", $requiredArgCount: 3, @@ -346915,12 +354728,15 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._createUserLogoutAll_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_UserLogoutAll._as(dynamicAction); - this.repository.logout$1$credentials(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state"))).then$1$1(0, new A._createUserLogoutAll__closure(store), type$.Null).catchError$1(new A._createUserLogoutAll__closure0(dynamicAction, store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.logout$1$credentials(J.get$credentials$z(t1)).then$1$1(0, new A._createUserLogoutAll__closure(store), type$.Null).catchError$1(new A._createUserLogoutAll__closure0(dynamicAction, store)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -346931,16 +354747,20 @@ call$1(response) { var t1; A.print("## DONE MIDDLE"); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.UserLogoutAllSuccess()); - t1.get$_dispatchers()[0].call$1(new A.UserLogout()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogoutAllSuccess()); + t1[0].call$1(new A.UserLogout()); }, $signature: 6 }; A._createUserLogoutAll__closure0.prototype = { call$1(error) { + var t1; this.action.completer.completeError$1(error); - this.store.get$_dispatchers()[0].call$1(new A.UserLogoutAllFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogoutAllFailure()); }, $signature: 3 }; @@ -346965,17 +354785,21 @@ var t2, t1 = this.action; A._saveAuthLocal(t1.url); - t2 = this.store; - t2.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); - t2.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); + t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 226 + $signature: 231 }; A._createLoginRequest__closure0.prototype = { call$1(error) { + var t1; A.print("## Login error: " + A.S(error)); this.action.completer.completeError$1(A._parseError0(A.S(error))); - this.store.get$_dispatchers()[0].call$1(new A.UserLoginFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLoginFailure()); if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, @@ -346983,10 +354807,11 @@ }; A._createSignUpRequest_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1; type$.legacy_UserSignUpRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - this.repository.signUp$3$email$password$referralCode(dynamicAction.email, dynamicAction.password, state.authState.referralCode).then$1$1(0, new A._createSignUpRequest__closure(store, dynamicAction), type$.Null).catchError$1(new A._createSignUpRequest__closure0(dynamicAction, store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.signUp$3$email$password$referralCode(dynamicAction.email, dynamicAction.password, t1.authState.referralCode).then$1$1(0, new A._createSignUpRequest__closure(store, dynamicAction), type$.Null).catchError$1(new A._createSignUpRequest__closure0(dynamicAction, store)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -346997,17 +354822,21 @@ call$1(data) { var t1; A._saveAuthLocal("https://invoicing.co"); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); - t1.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); + t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 226 + $signature: 231 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { + var t1; A.print("## Signup error: " + A.S(error)); this.action.completer.completeError$1(A._parseError0(A.S(error))); - this.store.get$_dispatchers()[0].call$1(new A.UserLoginFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLoginFailure()); if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, @@ -347035,17 +354864,21 @@ var t2, t1 = this.action; A._saveAuthLocal(t1.url); - t2 = this.store; - t2.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); - t2.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); + t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 226 + $signature: 231 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { + var t1; A.print("## Oauth login error: " + A.S(error)); this.action.completer.completeError$1(A._parseError0(A.S(error))); - this.store.get$_dispatchers()[0].call$1(new A.UserLoginFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLoginFailure()); if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, @@ -347053,11 +354886,12 @@ }; A._createOAuthSignUpRequest_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1; + var t1, t2; type$.legacy_OAuthSignUpRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = dynamicAction.url; - this.repository.oauthSignUp$5$accessToken$idToken$provider$referralCode$url(dynamicAction.accessToken, dynamicAction.idToken, dynamicAction.provider, state.authState.referralCode, t1).then$1$1(0, new A._createOAuthSignUpRequest__closure(store, dynamicAction), type$.Null).catchError$1(new A._createOAuthSignUpRequest__closure0(dynamicAction, store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = dynamicAction.url; + this.repository.oauthSignUp$5$accessToken$idToken$provider$referralCode$url(dynamicAction.accessToken, dynamicAction.idToken, dynamicAction.provider, t1.authState.referralCode, t2).then$1$1(0, new A._createOAuthSignUpRequest__closure(store, dynamicAction), type$.Null).catchError$1(new A._createOAuthSignUpRequest__closure0(dynamicAction, store)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -347068,17 +354902,21 @@ call$1(data) { var t1; A._saveAuthLocal("https://invoicing.co"); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); - t1.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); + t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 226 + $signature: 231 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { + var t1; A.print("## OAuth signup error: " + A.S(error)); this.action.completer.completeError$1(A._parseError0(A.S(error))); - this.store.get$_dispatchers()[0].call$1(new A.UserLoginFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLoginFailure()); if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, @@ -347093,7 +354931,7 @@ $call$body$_createRefreshRequest_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, state, t1, t2, t3, t4, url, t5, token, hasToken, updatedAt; + $async$returnValue, $async$self = this, t1, t2, t3, t4, t5, url, t6, token, hasToken, updatedAt; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347102,31 +354940,32 @@ case 0: // Function start type$.legacy_RefreshData._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = dynamicAction.clearData; - if (!t1) - if (state.isSaving) { + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = dynamicAction.clearData; + if (!t2) + if (t1.isSaving) { A.print("## Skipping refresh request - pending save"); next.call$1(dynamicAction); // goto return $async$goto = 1; break; - } else if (state.isLoading) { + } else if (t1.isLoading) { A.print("## Skipping refresh request - pending load"); next.call$1(dynamicAction); // goto return $async$goto = 1; break; } else { - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - t3 = t2._list[t3]; - if (t3.userCompany.company.isLarge) { - t2 = t3.lastUpdated; - t2 = t2 <= 0; + t3 = t1.userCompanyStates; + t4 = t1.uiState.selectedCompanyIndex; + t4 = t3._list[t4]; + if (t4.userCompany.company.isLarge) { + t3 = t4.lastUpdated; + t3 = t3 <= 0; } else - t2 = false; - if (t2) { + t3 = false; + if (t3) { A.print("## Skipping refresh request - not loaded"); next.call$1(dynamicAction); // goto return @@ -347138,42 +354977,44 @@ return A._asyncAwait(A.SharedPreferences_getInstance(), $async$call$3); case 3: // returning from await. - t2 = $async$result._preferenceCache; - t3 = J.getInterceptor$asx(t2); - t4 = A._asStringQ(t3.$index(t2, "url")); - url = A.formatApiUrl(t4 == null ? state.authState.url : t4); - if (state == null) - t4 = null; + t3 = $async$result._preferenceCache; + t4 = J.getInterceptor$asx(t3); + t5 = A._asStringQ(t4.$index(t3, "url")); + url = A.formatApiUrl(t5 == null ? t1.authState.url : t5); + if (t1 == null) + t5 = null; else { - t4 = state.userCompanyStates; - t5 = state.uiState.selectedCompanyIndex; - t5 = t4._list[t5].userCompany; - t4 = t5; + t5 = t1.userCompanyStates; + t6 = t1.uiState.selectedCompanyIndex; + t6 = t5._list[t6].userCompany; + t5 = t6; } - t4 = t4 == null ? null : t4.token; - t4 = t4 == null ? null : t4.token; - if ((t4 == null ? "" : t4).length !== 0) { - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - token = t2._list[t3].userCompany.token.token; + t5 = t5 == null ? null : t5.token; + t5 = t5 == null ? null : t5.token; + if ((t5 == null ? "" : t5).length !== 0) { + t3 = t1.userCompanyStates; + t4 = t1.uiState.selectedCompanyIndex; + token = t3._list[t4].userCompany.token.token; hasToken = true; } else { - token = A.TokenEntity_unobscureToken(A._asStringQ(t3.$index(t2, "checksum"))); + token = A.TokenEntity_unobscureToken(A._asStringQ(t4.$index(t3, "checksum"))); if (token == null) token = "TOKEN"; hasToken = false; } - if (t1) + if (t2) updatedAt = 0; else { - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - updatedAt = B.JSNumber_methods.round$0((t1._list[t2].lastUpdated - 900000) / 1000); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + updatedAt = B.JSNumber_methods.round$0((t2._list[t3].lastUpdated - 900000) / 1000); } - store.get$_dispatchers()[0].call$1(new A.UserLoadUrl(url)); - t1 = dynamicAction.includeStatic || state.staticState.get$isStale(); - t2 = hasToken && !dynamicAction.allCompanies; - $async$self.repository.refresh$5$currentCompany$includeStatic$token$updatedAt$url(0, t2, t1, token, updatedAt - 600, url).then$1$1(0, new A._createRefreshRequest__closure(state, dynamicAction, store), type$.Null).catchError$1(new A._createRefreshRequest__closure0(store, dynamicAction)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UserLoadUrl(url)); + t2 = dynamicAction.includeStatic || t1.staticState.get$isStale(); + t3 = hasToken && !dynamicAction.allCompanies; + $async$self.repository.refresh$5$currentCompany$includeStatic$token$updatedAt$url(0, t3, t2, token, updatedAt - 600, url).then$1$1(0, new A._createRefreshRequest__closure(t1, dynamicAction, store), type$.Null).catchError$1(new A._createRefreshRequest__closure0(store, dynamicAction)); next.call$1(dynamicAction); case 1: // return @@ -347182,32 +355023,39 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createRefreshRequest__closure.prototype = { call$1(data) { - var _this = this, t1 = {}; + var t2, _this = this, t1 = {}; t1.permissionsWereChanged = false; B.JSArray_methods.forEach$1(data.userCompanies._list, new A._createRefreshRequest___closure(t1, _this.state)); - if (t1.permissionsWereChanged && !_this.action.clearData) - _this.store.get$_dispatchers()[0].call$1(new A.RefreshData(_this.action.completer, true, false, false)); - else { + if (t1.permissionsWereChanged && !_this.action.clearData) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(_this.action.completer, true, false, false)); + } else { t1 = _this.action; - if (t1.clearData) - _this.store.get$_dispatchers()[0].call$1(new A.ClearData()); - _this.store.get$_dispatchers()[0].call$1(new A.RefreshDataSuccess(t1.completer, data)); + if (t1.clearData) { + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ClearData()); + } + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshDataSuccess(t1.completer, data)); } t1 = $.$get$navigatorKey(); t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 226 + $signature: 231 }; A._createRefreshRequest___closure.prototype = { call$1(userCompany) { B.JSArray_methods.forEach$1(this.state.userCompanyStates._list, new A._createRefreshRequest____closure(this._box_0, userCompany)); }, - $signature: 802 + $signature: 655 }; A._createRefreshRequest____closure.prototype = { call$1(userCompanyState) { @@ -347220,19 +355068,23 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 979 + $signature: 984 }; A._createRefreshRequest__closure0.prototype = { call$1(error) { - var message, t1; - if (B.JSString_methods.startsWith$1(A.S(error), "403") || B.JSString_methods.startsWith$1(A.S(error), "429")) - this.store.get$_dispatchers()[0].call$1(new A.UserLogout()); - else { + var t1, message; + if (B.JSString_methods.startsWith$1(A.S(error), "403") || B.JSString_methods.startsWith$1(A.S(error), "429")) { + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); + } else { message = A._parseError0(A.S(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(message); - this.store.get$_dispatchers()[0].call$1(new A.RefreshDataFailure(message)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshDataFailure(message)); if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); } @@ -347254,15 +355106,20 @@ }; A._createRecoverRequest__closure.prototype = { call$1(data) { - this.store.get$_dispatchers()[0].call$1(new A.RecoverPasswordSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 226 + $signature: 231 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { + var t1; J.toString$0$(error); - this.store.get$_dispatchers()[0].call$1(new A.RecoverPasswordFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RecoverPasswordFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -347276,7 +355133,7 @@ $call$body$_createCompany_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, state; + $async$self = this, t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347285,8 +355142,9 @@ case 0: // Function start type$.legacy_AddCompany._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - $async$self.repository.addCompany$1$credentials(state.get$credentials(state)).then$1$1(0, new A._createCompany__closure(store, state, dynamicAction), type$.Null); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$self.repository.addCompany$1$credentials(t1.get$credentials(t1)).then$1$1(0, new A._createCompany__closure(store, t1, dynamicAction), type$.Null); next.call$1(dynamicAction); // implicit return return A._asyncReturn(null, $async$completer); @@ -347294,25 +355152,28 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._createCompany__closure.prototype = { call$1(value) { - var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.AddCompanySuccess()); - t2 = new A._Future($.Zone__current, type$._Future_Null); - t2.then$1$1(0, new A._createCompany___closure(t1, this.state, this.action), type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), false, false, true)); + var t3, + t1 = this.store, + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddCompanySuccess()); + t3 = new A._Future($.Zone__current, type$._Future_Null); + t3.then$1$1(0, new A._createCompany___closure(t1, this.state, this.action), type$.Null); + t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t3, type$._AsyncCompleter_Null), false, false, true)); }, $signature: 6 }; A._createCompany___closure.prototype = { call$1(_) { - var t1 = this.store, - t2 = this.state.get$companies().length; - t1.get$_dispatchers()[0].call$1(new A.SelectCompany(t2, true)); - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(true, null)); + var t1 = this.state.get$companies().length, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SelectCompany(t1, true)); + t2[0].call$1(new A.ViewDashboard(true, null)); this.action.completer.complete$0(0); }, $signature: 3 @@ -347326,7 +355187,7 @@ $call$body$_setDefaultCompany_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, state, t1, t2; + $async$self = this, t1, t2, t3; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347335,10 +355196,11 @@ case 0: // Function start type$.legacy_SetDefaultCompanyRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - $async$self.repository.setDefaultCompany$2$companyId$credentials(t1._list[t2].userCompany.company.id, state.get$credentials(state)).then$1$1(0, new A._setDefaultCompany__closure(store, dynamicAction), type$.Null).catchError$1(new A._setDefaultCompany__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + $async$self.repository.setDefaultCompany$2$companyId$credentials(t2._list[t3].userCompany.company.id, t1.get$credentials(t1)).then$1$1(0, new A._setDefaultCompany__closure(store, dynamicAction), type$.Null).catchError$1(new A._setDefaultCompany__closure0(store, dynamicAction)); next.call$1(dynamicAction); // implicit return return A._asyncReturn(null, $async$completer); @@ -347346,20 +355208,23 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._setDefaultCompany__closure.prototype = { call$1(_) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.SetDefaultCompanySuccess()); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, true)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SetDefaultCompanySuccess()); + t1[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 88 + $signature: 92 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.SetDefaultCompanyFailure()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SetDefaultCompanyFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -347373,7 +355238,7 @@ $call$body$_deleteCompany_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, state, t1, t2, t3, t4; + $async$self = this, t1, t2, t3, t4; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347382,12 +355247,13 @@ case 0: // Function start type$.legacy_DeleteCompanyRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.get$credentials(state); - t2 = dynamicAction.password; - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - $async$self.repository.deleteCompany$4$companyId$credentials$password$reason(t3._list[t4].userCompany.company.id, t1, t2, dynamicAction.reason).then$1$1(0, new A._deleteCompany__closure(store, dynamicAction), type$.Null).catchError$1(new A._deleteCompany__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.password; + t4 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + $async$self.repository.deleteCompany$4$companyId$credentials$password$reason(t4._list[t1].userCompany.company.id, t2, t3, dynamicAction.reason).then$1$1(0, new A._deleteCompany__closure(store, dynamicAction), type$.Null).catchError$1(new A._deleteCompany__closure0(store, dynamicAction)); next.call$1(dynamicAction); // implicit return return A._asyncReturn(null, $async$completer); @@ -347395,18 +355261,22 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._deleteCompany__closure.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteCompanySuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCompanySuccess()); this.action.completer.complete$1(0, null); }, $signature: 6 }; A._deleteCompany__closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteCompanyFailure()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCompanyFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -347420,7 +355290,7 @@ $call$body$_purgeData_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, state, t1, t2, company, t3; + $async$self = this, t1, t2, t3, company; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347429,14 +355299,15 @@ case 0: // Function start type$.legacy_PurgeDataRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - company = t1._list[t2].userCompany.company; - t2 = state.get$credentials(state); - t1 = dynamicAction.password; - t3 = dynamicAction.idToken; - $async$self.repository.purgeData$4$companyId$credentials$idToken$password(company.id, t2, t3, t1).then$1$1(0, new A._purgeData__closure(store, dynamicAction), type$.Null).catchError$1(new A._purgeData__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + company = t2._list[t3].userCompany.company; + t1 = t1.get$credentials(t1); + t3 = dynamicAction.password; + t2 = dynamicAction.idToken; + $async$self.repository.purgeData$4$companyId$credentials$idToken$password(company.id, t1, t2, t3).then$1$1(0, new A._purgeData__closure(store, dynamicAction), type$.Null).catchError$1(new A._purgeData__closure0(store, dynamicAction)); next.call$1(dynamicAction); // implicit return return A._asyncReturn(null, $async$completer); @@ -347444,16 +355315,17 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._purgeData__closure.prototype = { call$1(value) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.PurgeDataSuccess()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PurgeDataSuccess()); t2 = new A._Future($.Zone__current, type$._Future_Null); t2.then$1$1(0, new A._purgeData___closure(this.action), type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), true, false, false)); + t1[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), true, false, false)); }, $signature: 6 }; @@ -347465,7 +355337,9 @@ }; A._purgeData__closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.PurgeDataFailure()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PurgeDataFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -347479,7 +355353,7 @@ $call$body$_resendConfirmation_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, state, t1, t2, t3; + $async$self = this, t1, t2, t3; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347488,11 +355362,12 @@ case 0: // Function start type$.legacy_ResendConfirmation._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.get$credentials(state); - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - $async$self.repository.resendConfirmation$2$credentials$userId(t1, t2._list[t3].userCompany.user.id).then$1$1(0, new A._resendConfirmation__closure(store), type$.Null).catchError$1(new A._resendConfirmation__closure0(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.get$credentials(t1); + t3 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + $async$self.repository.resendConfirmation$2$credentials$userId(t2, t3._list[t1].userCompany.user.id).then$1$1(0, new A._resendConfirmation__closure(store), type$.Null).catchError$1(new A._resendConfirmation__closure0(store)); next.call$1(dynamicAction); // implicit return return A._asyncReturn(null, $async$completer); @@ -347500,17 +355375,21 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._resendConfirmation__closure.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.ResendConfirmationSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResendConfirmationSuccess()); }, $signature: 6 }; A._resendConfirmation__closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.ResendConfirmationFailure()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResendConfirmationFailure()); }, $signature: 3 }; @@ -347520,7 +355399,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 152 + $signature: 161 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -347528,7 +355407,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 152 + $signature: 161 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -347539,7 +355418,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 152 + $signature: 161 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -347547,7 +355426,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 152 + $signature: 161 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -347555,14 +355434,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 152 + $signature: 161 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 152 + $signature: 161 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -347570,14 +355449,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 152 + $signature: 161 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 152 + $signature: 161 }; A.AuthState.prototype = { get$isHosted() { @@ -347634,7 +355513,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -347655,7 +355534,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -347698,7 +355577,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, _this = this, _s9_ = "AuthState", _$result = _this._$v; @@ -347727,6 +355606,1275 @@ return _this._$v = _$result; } }; + A.ViewBankAccountList.prototype = {$isPersistUI: 1}; + A.ViewBankAccount.prototype = {$isPersistUI: 1, $isPersistPrefs: 1, + get$bankAccountId() { + return this.bankAccountId; + } + }; + A.LoadBankAccountRequest.prototype = {$isStartLoading: 1}; + A.LoadBankAccountFailure.prototype = { + toString$0(_) { + return "LoadBankAccountFailure{error: " + A.S(this.error) + "}"; + }, + $isStopLoading: 1 + }; + A.LoadBankAccountSuccess.prototype = { + toString$0(_) { + return "LoadBankAccountSuccess{bankAccount: " + A.S(this.bankAccount) + "}"; + }, + $isPersistData: 1, + $isStopLoading: 1, + get$bankAccount() { + return this.bankAccount; + } + }; + A.LoadBankAccountsRequest.prototype = {$isStartLoading: 1}; + A.LoadBankAccountsFailure.prototype = { + toString$0(_) { + return "LoadBankAccountsFailure{error: " + A.S(this.error) + "}"; + }, + $isStopLoading: 1 + }; + A.LoadBankAccountsSuccess.prototype = { + toString$0(_) { + return "LoadBankAccountsSuccess{bankAccounts: " + A.S(this.bankAccounts) + "}"; + }, + $isStopLoading: 1 + }; + A.SaveBankAccountSuccess.prototype = {$isPersistUI: 1, $isPersistData: 1, $isStopSaving: 1, + get$bankAccount() { + return this.bankAccount; + } + }; + A.AddBankAccountSuccess.prototype = {$isPersistUI: 1, $isPersistData: 1, $isStopSaving: 1, + get$bankAccount() { + return this.bankAccount; + } + }; + A.SaveBankAccountFailure.prototype = {$isStopSaving: 1}; + A.ArchiveBankAccountsRequest.prototype = {$isStartSaving: 1}; + A.ArchiveBankAccountsSuccess.prototype = {$isPersistData: 1, $isStopSaving: 1}; + A.ArchiveBankAccountsFailure.prototype = {$isStopSaving: 1}; + A.DeleteBankAccountsRequest.prototype = {$isStartSaving: 1}; + A.DeleteBankAccountsSuccess.prototype = {$isPersistData: 1, $isStopSaving: 1}; + A.DeleteBankAccountsFailure.prototype = {$isStopSaving: 1}; + A.RestoreBankAccountsRequest.prototype = {$isStartSaving: 1}; + A.RestoreBankAccountsSuccess.prototype = {$isPersistData: 1, $isStopSaving: 1}; + A.RestoreBankAccountsFailure.prototype = {$isStopSaving: 1}; + A.FilterBankAccounts.prototype = {$isPersistUI: 1}; + A.SortBankAccounts.prototype = {$isPersistUI: 1, $isPersistPrefs: 1}; + A.FilterBankAccountsByState.prototype = {$isPersistUI: 1}; + A.FilterBankAccountsByCustom1.prototype = {$isPersistUI: 1, + get$value(receiver) { + return this.value; + } + }; + A.FilterBankAccountsByCustom2.prototype = {$isPersistUI: 1, + get$value(receiver) { + return this.value; + } + }; + A.FilterBankAccountsByCustom3.prototype = {$isPersistUI: 1, + get$value(receiver) { + return this.value; + } + }; + A.FilterBankAccountsByCustom4.prototype = {$isPersistUI: 1, + get$value(receiver) { + return this.value; + } + }; + A.StartBankAccountMultiselect.prototype = {}; + A.AddToBankAccountMultiselect.prototype = {}; + A.RemoveFromBankAccountMultiselect.prototype = {}; + A.ClearBankAccountMultiselect.prototype = {}; + A.handleBankAccountAction_closure.prototype = { + call$1(bankAccount) { + return bankAccount.get$id(bankAccount); + }, + $signature: 40 + }; + A._viewBankAccount_closure.prototype = { + call$3(store, dynamicAction, next) { + return this.$call$body$_viewBankAccount_closure(store, dynamicAction, next); + }, + "call*": "call$3", + $requiredArgCount: 3, + $call$body$_viewBankAccount_closure(store, dynamicAction, next) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; + var $async$call$3 = 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 + next.call$1(type$.legacy_ViewBankAccount._as(dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/bank_accounts/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) + $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/bank_accounts/view", type$.legacy_Object); + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$call$3, $async$completer); + }, + $signature: 29 + }; + A._viewBankAccountList_closure0.prototype = { + call$3(store, dynamicAction, next) { + var t1, + _s23_ = "/settings/bank_accounts"; + next.call$1(type$.legacy_ViewBankAccountList._as(dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s23_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) + $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s23_, new A._viewBankAccountList__closure(), type$.legacy_Object); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._viewBankAccountList__closure.prototype = { + call$1(route) { + return false; + }, + $signature: 45 + }; + A._archiveBankAccount_closure.prototype = { + call$3(store, dynamicAction, next) { + var t1, t2, prevBankAccounts; + type$.legacy_ArchiveBankAccountsRequest._as(dynamicAction); + t1 = dynamicAction.bankAccountIds; + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,BankAccountEntity*>"); + prevBankAccounts = A.List_List$of(new A.MappedListIterable(t1, new A._archiveBankAccount__closure(store), t2), true, t2._eval$1("ListIterable.E")); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveBankAccount__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveBankAccount__closure1(store, prevBankAccounts, dynamicAction)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._archiveBankAccount__closure.prototype = { + call$1(id) { + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); + }, + $signature: 377 + }; + A._archiveBankAccount__closure0.prototype = { + call$1(bankAccounts) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveBankAccountsSuccess(bankAccounts)); + this.action.completer.complete$1(0, null); + }, + $signature: 375 + }; + A._archiveBankAccount__closure1.prototype = { + call$1(error) { + var t1; + A.print(error); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveBankAccountsFailure()); + this.action.completer.completeError$1(error); + }, + $signature: 3 + }; + A._deleteBankAccount_closure.prototype = { + call$3(store, dynamicAction, next) { + var t1, t2, prevBankAccounts; + type$.legacy_DeleteBankAccountsRequest._as(dynamicAction); + t1 = dynamicAction.bankAccountIds; + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,BankAccountEntity*>"); + prevBankAccounts = A.List_List$of(new A.MappedListIterable(t1, new A._deleteBankAccount__closure(store), t2), true, t2._eval$1("ListIterable.E")); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteBankAccount__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteBankAccount__closure1(store, prevBankAccounts, dynamicAction)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._deleteBankAccount__closure.prototype = { + call$1(id) { + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); + }, + $signature: 377 + }; + A._deleteBankAccount__closure0.prototype = { + call$1(bankAccounts) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteBankAccountsSuccess(bankAccounts)); + this.action.completer.complete$1(0, null); + }, + $signature: 375 + }; + A._deleteBankAccount__closure1.prototype = { + call$1(error) { + var t1; + A.print(error); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteBankAccountsFailure()); + this.action.completer.completeError$1(error); + }, + $signature: 3 + }; + A._restoreBankAccount_closure.prototype = { + call$3(store, dynamicAction, next) { + var t1, t2, prevBankAccounts; + type$.legacy_RestoreBankAccountsRequest._as(dynamicAction); + t1 = dynamicAction.bankAccountIds; + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,BankAccountEntity*>"); + prevBankAccounts = A.List_List$of(new A.MappedListIterable(t1, new A._restoreBankAccount__closure(store), t2), true, t2._eval$1("ListIterable.E")); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreBankAccount__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreBankAccount__closure1(store, prevBankAccounts, dynamicAction)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._restoreBankAccount__closure.prototype = { + call$1(id) { + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); + }, + $signature: 377 + }; + A._restoreBankAccount__closure0.prototype = { + call$1(bankAccounts) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreBankAccountsSuccess(bankAccounts)); + this.action.completer.complete$1(0, null); + }, + $signature: 375 + }; + A._restoreBankAccount__closure1.prototype = { + call$1(error) { + var t1; + A.print(error); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreBankAccountsFailure()); + this.action.completer.completeError$1(error); + }, + $signature: 3 + }; + A._saveBankAccount_closure.prototype = { + call$3(store, dynamicAction, next) { + var t1; + type$.legacy_SaveBankAccountRequest._as(dynamicAction); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.get$bankAccount()).then$1$1(0, new A._saveBankAccount__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveBankAccount__closure0(store, dynamicAction)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._saveBankAccount__closure.prototype = { + call$1(bankAccount) { + var t1 = this.action, + t2 = t1.get$bankAccount().get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddBankAccountSuccess(bankAccount)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveBankAccountSuccess(bankAccount)); + } + t1.get$completer().complete$1(0, bankAccount); + }, + $signature: 619 + }; + A._saveBankAccount__closure0.prototype = { + call$1(error) { + var t1; + A.print(error); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveBankAccountFailure()); + this.action.get$completer().completeError$1(error); + }, + $signature: 3 + }; + A._loadBankAccount_closure.prototype = { + call$3(store, dynamicAction, next) { + var t1, t2; + type$.legacy_LoadBankAccount._as(dynamicAction); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadBankAccountRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.bankAccountId).then$1$1(0, new A._loadBankAccount__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadBankAccount__closure0(store, dynamicAction)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._loadBankAccount__closure.prototype = { + call$1(bankAccount) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadBankAccountSuccess(bankAccount)); + this.action.completer.complete$1(0, null); + }, + $signature: 619 + }; + A._loadBankAccount__closure0.prototype = { + call$1(error) { + var t1; + A.print(error); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadBankAccountFailure(error)); + this.action.completer.completeError$1(error); + }, + $signature: 3 + }; + A._loadBankAccounts_closure.prototype = { + call$3(store, dynamicAction, next) { + var t1, t2; + type$.legacy_LoadBankAccounts._as(dynamicAction); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadBankAccountsRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadBankAccounts__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadBankAccounts__closure0(store, dynamicAction)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + A._loadBankAccounts__closure.prototype = { + call$1(data) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadBankAccountsSuccess(data)); + t1 = this.action; + t1.get$completer(); + t1.get$completer().complete$1(0, null); + }, + $signature: 989 + }; + A._loadBankAccounts__closure0.prototype = { + call$1(error) { + var t1; + A.print(error); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadBankAccountsFailure(error)); + t1 = this.action; + t1.get$completer(); + t1.get$completer().completeError$1(error); + }, + $signature: 3 + }; + A.bankAccountUIReducer_closure.prototype = { + call$1(b) { + var t1 = b.get$listUIState(), + t2 = this.state, + t3 = this.action, + t4 = $.$get$bankAccountListReducer().call$2(t2.listUIState, t3); + A.ArgumentError_checkNotNull(t4, "other"); + t1._list_ui_state$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer21().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._bank_account_model$_$v = t1; + t1 = $.$get$selectedIdReducer21().call$2(t2.selectedId, t3); + b.get$_bank_account_state$_$this()._bank_account_state$_selectedId = t1; + t1 = $.$get$forceSelectedReducer21().call$2(t2.forceSelected, t3); + b.get$_bank_account_state$_$this()._bank_account_state$_forceSelected = t1; + t3 = $.$get$tabIndexReducer10().call$2(t2.tabIndex, t3); + b.get$_bank_account_state$_$this()._bank_account_state$_tabIndex = t3; + return b; + }, + $signature: 990 + }; + A.forceSelectedReducer_closure167.prototype = { + call$2(completer, action) { + return true; + }, + $signature: 991 + }; + A.forceSelectedReducer_closure168.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 992 + }; + A.forceSelectedReducer_closure169.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 993 + }; + A.forceSelectedReducer_closure170.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 994 + }; + A.forceSelectedReducer_closure171.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 995 + }; + A.forceSelectedReducer_closure172.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 996 + }; + A.forceSelectedReducer_closure173.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 997 + }; + A.forceSelectedReducer_closure174.prototype = { + call$2(completer, action) { + return false; + }, + $signature: 998 + }; + A.tabIndexReducer_closure21.prototype = { + call$2(completer, action) { + return action.get$tabIndex(action); + }, + $signature: 999 + }; + A.tabIndexReducer_closure22.prototype = { + call$2(completer, action) { + return 0; + }, + $signature: 101 + }; + A.selectedIdReducer_closure335.prototype = { + call$2(completer, action) { + return ""; + }, + $signature: 1001 + }; + A.selectedIdReducer_closure336.prototype = { + call$2(completer, action) { + return ""; + }, + $signature: 1002 + }; + A.selectedIdReducer_closure337.prototype = { + call$2(selectedId, action) { + return action.entityType === B.EntityType_bankAccount ? action.entityId : selectedId; + }, + $signature: 54 + }; + A.selectedIdReducer_closure338.prototype = { + call$2(selectedId, action) { + return action.get$bankAccountId(); + }, + $signature: 85 + }; + A.selectedIdReducer_closure339.prototype = { + call$2(selectedId, action) { + return J.get$id$x(action.get$bankAccount()); + }, + $signature: 85 + }; + A.selectedIdReducer_closure340.prototype = { + call$2(selectedId, action) { + return action.clearSelection ? "" : selectedId; + }, + $signature: 53 + }; + A.selectedIdReducer_closure341.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 52 + }; + A.selectedIdReducer_closure342.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1007 + }; + A.selectedIdReducer_closure343.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1008 + }; + A.selectedIdReducer_closure344.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1009 + }; + A.selectedIdReducer_closure345.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1010 + }; + A.selectedIdReducer_closure346.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1011 + }; + A.selectedIdReducer_closure347.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1012 + }; + A.selectedIdReducer_closure348.prototype = { + call$2(selectedId, action) { + return ""; + }, + $signature: 1013 + }; + A.selectedIdReducer_closure349.prototype = { + call$2(selectedId, action) { + var t1; + if (action.clearSelection) + t1 = ""; + else { + t1 = action.entity; + t1 = t1.get$entityType() === B.EntityType_bankAccount ? t1.get$id(t1) : selectedId; + } + return t1; + }, + $signature: 80 + }; + A.editingReducer_closure114.prototype = { + call$2(bankAccounts, action) { + return J.$index$asx(action.bankAccounts, 0); + }, + $signature: 1015 + }; + A.editingReducer_closure115.prototype = { + call$2(bankAccounts, action) { + return J.$index$asx(action.bankAccounts, 0); + }, + $signature: 1016 + }; + A.editingReducer_closure116.prototype = { + call$2(bankAccounts, action) { + return J.$index$asx(action.bankAccounts, 0); + }, + $signature: 1017 + }; + A._viewBankAccountList_closure.prototype = { + call$1(b) { + var t1; + b.get$_list_ui_state$_$this()._selectedIds = null; + b.get$_list_ui_state$_$this()._list_ui_state$_filter = null; + t1 = Date.now(); + b.get$_list_ui_state$_$this()._list_ui_state$_filterClearedAt = t1; + return b; + }, + $signature: 2 + }; + A._filterBankAccountsByCustom1_closure.prototype = { + call$1(b) { + B.JSArray_methods.remove$1(b.get$custom1Filters().get$_safeList(), this.action.value); + return b; + }, + $signature: 2 + }; + A._filterBankAccountsByCustom1_closure0.prototype = { + call$1(b) { + var t1 = b.get$custom1Filters(), + t2 = this.action.value; + if (!$.$get$isSoundMode() && !t1.$ti._precomputed1._is(null)) + if (t2 == null) + A.throwExpression(A.ArgumentError$("null element", null)); + B.JSArray_methods.add$1(t1.get$_safeList(), t2); + return b; + }, + $signature: 2 + }; + A._filterBankAccountsByCustom2_closure.prototype = { + call$1(b) { + B.JSArray_methods.remove$1(b.get$custom2Filters().get$_safeList(), this.action.value); + return b; + }, + $signature: 2 + }; + A._filterBankAccountsByCustom2_closure0.prototype = { + call$1(b) { + var t1 = b.get$custom2Filters(), + t2 = this.action.value; + if (!$.$get$isSoundMode() && !t1.$ti._precomputed1._is(null)) + if (t2 == null) + A.throwExpression(A.ArgumentError$("null element", null)); + B.JSArray_methods.add$1(t1.get$_safeList(), t2); + return b; + }, + $signature: 2 + }; + A._filterBankAccountsByState_closure.prototype = { + call$1(b) { + B.JSArray_methods.remove$1(b.get$stateFilters().get$_safeList(), this.action.state); + return b; + }, + $signature: 2 + }; + A._filterBankAccountsByState_closure0.prototype = { + call$1(b) { + var t1 = b.get$stateFilters(), + t2 = this.action.state; + if (!$.$get$isSoundMode() && !t1.$ti._precomputed1._is(null)) + if (t2 == null) + A.throwExpression(A.ArgumentError$("null element", null)); + B.JSArray_methods.add$1(t1.get$_safeList(), t2); + return b; + }, + $signature: 2 + }; + A._filterBankAccounts_closure.prototype = { + call$1(b) { + var t1 = this.action.filter; + b.get$_list_ui_state$_$this()._list_ui_state$_filter = t1; + t1 = t1 == null ? Date.now() : this.bankAccountListState.filterClearedAt; + b.get$_list_ui_state$_$this()._list_ui_state$_filterClearedAt = t1; + return b; + }, + $signature: 2 + }; + A._sortBankAccounts_closure.prototype = { + call$1(b) { + var t1 = b.get$_list_ui_state$_$this()._sortField, + t2 = this.action.field; + t1 = t1 != t2 || !b.get$_list_ui_state$_$this()._sortAscending; + b.get$_list_ui_state$_$this()._sortAscending = t1; + b.get$_list_ui_state$_$this()._sortField = t2; + return b; + }, + $signature: 2 + }; + A._startListMultiselect_closure21.prototype = { + call$1(b) { + var t1 = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + b.get$_list_ui_state$_$this()._selectedIds = t1; + return b; + }, + $signature: 2 + }; + A._addToListMultiselect_closure21.prototype = { + call$1(b) { + var t1 = b.get$selectedIds(), + t2 = this.action.entity; + t2 = t2.get$id(t2); + !$.$get$isSoundMode() && !t1.$ti._precomputed1._is(null); + B.JSArray_methods.add$1(t1.get$_safeList(), t2); + return b; + }, + $signature: 2 + }; + A._removeFromListMultiselect_closure21.prototype = { + call$1(b) { + var t1 = b.get$selectedIds(), + t2 = this.action.entity; + t2 = t2.get$id(t2); + B.JSArray_methods.remove$1(t1.get$_safeList(), t2); + return b; + }, + $signature: 2 + }; + A._clearListMultiselect_closure21.prototype = { + call$1(b) { + b.get$_list_ui_state$_$this()._selectedIds = null; + return b; + }, + $signature: 2 + }; + A._archiveBankAccountSuccess_closure.prototype = { + call$1(b) { + var t1, t2, t3, t4, t5; + for (t1 = J.get$iterator$ax(this.action.bankAccounts), t2 = type$.MapBuilder_of_legacy_String_and_legacy_BankAccountEntity; t1.moveNext$0();) { + t3 = t1.get$current(t1); + t4 = b.get$_bank_account_state$_$this(); + t5 = t4._bank_account_state$_map; + if (t5 == null) { + t5 = new A.MapBuilder(null, $, null, t2); + t5.replace$1(0, B.Map_empty0); + t4._bank_account_state$_map = t5; + t4 = t5; + } else + t4 = t5; + t5 = t3.id; + t4._checkKey$1(t5); + t4._checkValue$1(t3); + t4.get$_safeMap().$indexSet(0, t5, t3); + } + }, + $signature: 374 + }; + A._deleteBankAccountSuccess_closure.prototype = { + call$1(b) { + var t1, t2, t3, t4, t5; + for (t1 = J.get$iterator$ax(this.action.bankAccounts), t2 = type$.MapBuilder_of_legacy_String_and_legacy_BankAccountEntity; t1.moveNext$0();) { + t3 = t1.get$current(t1); + t4 = b.get$_bank_account_state$_$this(); + t5 = t4._bank_account_state$_map; + if (t5 == null) { + t5 = new A.MapBuilder(null, $, null, t2); + t5.replace$1(0, B.Map_empty0); + t4._bank_account_state$_map = t5; + t4 = t5; + } else + t4 = t5; + t5 = t3.id; + t4._checkKey$1(t5); + t4._checkValue$1(t3); + t4.get$_safeMap().$indexSet(0, t5, t3); + } + }, + $signature: 374 + }; + A._restoreBankAccountSuccess_closure.prototype = { + call$1(b) { + var t1, t2, t3, t4, t5; + for (t1 = J.get$iterator$ax(this.action.bankAccounts), t2 = type$.MapBuilder_of_legacy_String_and_legacy_BankAccountEntity; t1.moveNext$0();) { + t3 = t1.get$current(t1); + t4 = b.get$_bank_account_state$_$this(); + t5 = t4._bank_account_state$_map; + if (t5 == null) { + t5 = new A.MapBuilder(null, $, null, t2); + t5.replace$1(0, B.Map_empty0); + t4._bank_account_state$_map = t5; + t4 = t5; + } else + t4 = t5; + t5 = t3.id; + t4._checkKey$1(t5); + t4._checkValue$1(t3); + t4.get$_safeMap().$indexSet(0, t5, t3); + } + }, + $signature: 374 + }; + A._addBankAccount_closure.prototype = { + call$1(b) { + var t1 = b.get$map(b), + t2 = this.action.bankAccount, + t3 = t2.id; + t1.$indexSet(0, t3, t2); + t2 = b.get$list(b); + !$.$get$isSoundMode() && !t2.$ti._precomputed1._is(null); + B.JSArray_methods.add$1(t2.get$_safeList(), t3); + return b; + }, + $signature: 364 + }; + A._updateBankAccount_closure.prototype = { + call$1(b) { + var t1 = b.get$map(b), + t2 = this.action.bankAccount; + t1.$indexSet(0, t2.id, t2); + return b; + }, + $signature: 364 + }; + A._setLoadedBankAccount_closure.prototype = { + call$1(b) { + var t1 = b.get$map(b), + t2 = this.action.bankAccount; + t1.$indexSet(0, t2.id, t2); + return b; + }, + $signature: 364 + }; + A.memoizedFilteredBankAccountList_closure.prototype = { + call$4(selectionState, bankAccountMap, bankAccountList, bankAccountListState) { + return A.filteredBankAccountsSelector(selectionState, bankAccountMap, bankAccountList, bankAccountListState); + }, + $signature: 1021 + }; + A.filteredBankAccountsSelector_closure.prototype = { + call$1(bankAccountId) { + var bankAccount = this.bankAccountMap._map$_map.$index(0, bankAccountId), + t1 = this.filterEntityId; + if (t1 != null && bankAccount.id !== t1) + return false; + t1 = this.bankAccountListState; + if (!bankAccount.matchesStates$1(t1.stateFilters)) + return false; + return bankAccount.matchesFilter$1(t1.filter); + }, + $signature: 16 + }; + A.filteredBankAccountsSelector_closure0.prototype = { + call$2(bankAccountAId, bankAccountBId) { + var t1 = this.bankAccountMap._map$_map, + t2 = this.bankAccountListState; + return t1.$index(0, bankAccountAId).compareTo$3(0, t1.$index(0, bankAccountBId), t2.sortField, t2.sortAscending); + }, + $signature: 21 + }; + A.BankAccountState.prototype = { + loadBankAccounts$1(clients) { + return this.rebuild$1(new A.BankAccountState_loadBankAccounts_closure(this, A.LinkedHashMap_LinkedHashMap$fromIterable(clients, new A.BankAccountState_loadBankAccounts_closure0(), new A.BankAccountState_loadBankAccounts_closure1(), type$.legacy_String, type$.legacy_BankAccountEntity))); + }, + map$1($receiver, arg0) { + return this.get$map(this).call$1(arg0); + } + }; + A.BankAccountState_loadBankAccounts_closure0.prototype = { + call$1(item) { + return J.get$id$x(item); + }, + $signature: 25 + }; + A.BankAccountState_loadBankAccounts_closure1.prototype = { + call$1(item) { + return item; + }, + $signature: 1024 + }; + A.BankAccountState_loadBankAccounts_closure.prototype = { + call$1(b) { + var t2, t3, t4, + t1 = this.map; + b.get$map(b).addAll$1(0, t1); + t2 = b.get$list(b); + t3 = A._instanceType(t1)._eval$1("LinkedHashMapKeyIterable<1>"); + t4 = this.$this.list; + t4 = B.JSArray_methods.$add(A.List_List$of(new A.LinkedHashMapKeyIterable(t1, t3), true, t3._eval$1("Iterable.E")), new A.CopyOnWriteList(true, t4._list, A._instanceType(t4)._eval$1("CopyOnWriteList<1>"))); + t4 = A.LinkedHashSet_LinkedHashSet$from(t4, A._arrayInstanceType(t4)._precomputed1); + t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); + return b; + }, + $signature: 364 + }; + A.BankAccountUIState.prototype = { + get$isCreatingNew() { + return this.editing.get$isNew(); + }, + get$editingId() { + return this.editing.id; + } + }; + A._$BankAccountStateSerializer.prototype = { + serialize$3$specifiedType(serializers, object, specifiedType) { + return A._setArrayType(["map", serializers.serialize$2$specifiedType(object.map, B.FullType_sav), "list", serializers.serialize$2$specifiedType(object.list, B.FullType_6m4)], type$.JSArray_legacy_Object); + }, + serialize$2(serializers, object) { + return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); + }, + deserialize$3$specifiedType(serializers, serialized, specifiedType) { + var t1, t2, t3, t4, key, value, t5, t6, t7, + result = new A.BankAccountStateBuilder(), + iterator = J.get$iterator$ax(serialized); + for (t1 = type$.legacy_BuiltList_legacy_Object, t2 = type$.legacy_String, t3 = type$.ListBuilder_legacy_String, t4 = type$.MapBuilder_of_legacy_String_and_legacy_BankAccountEntity; iterator.moveNext$0();) { + key = A._asStringS(iterator.get$current(iterator)); + iterator.moveNext$0(); + value = iterator.get$current(iterator); + switch (key) { + case "map": + t5 = result.get$_bank_account_state$_$this(); + t6 = t5._bank_account_state$_map; + if (t6 == null) { + t6 = new A.MapBuilder(null, $, null, t4); + t6.replace$1(0, B.Map_empty0); + t5._bank_account_state$_map = t6; + t5 = t6; + } else + t5 = t6; + t5.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_sav)); + break; + case "list": + t5 = result.get$_bank_account_state$_$this(); + t6 = t5._bank_account_state$_list; + if (t6 == null) { + t6 = new A.ListBuilder(t3); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); + t5._bank_account_state$_list = t6; + t5 = t6; + } else + t5 = t6; + t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); + t7 = t5.$ti; + if (t7._eval$1("_BuiltList<1>")._is(t6)) { + t5.__ListBuilder__list_A = t6._list; + t5._listOwner = t6; + } else { + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); + t5._listOwner = null; + } + break; + } + } + return result.build$0(); + }, + deserialize$2(serializers, serialized) { + return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); + }, + $isSerializer: 1, + $isStructuredSerializer: 1, + get$types() { + return B.List_UFB; + }, + get$wireName() { + return "BankAccountState"; + } + }; + A._$BankAccountUIStateSerializer.prototype = { + serialize$3$specifiedType(serializers, object, specifiedType) { + var result = A._setArrayType(["listUIState", serializers.serialize$2$specifiedType(object.listUIState, B.FullType_Iqz), "tabIndex", serializers.serialize$2$specifiedType(object.tabIndex, B.FullType_kjq)], type$.JSArray_legacy_Object), + value = object.editing; + if (value != null) { + result.push("editing"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_FKj)); + } + value = object.selectedId; + if (value != null) { + result.push("selectedId"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); + } + value = object.forceSelected; + if (value != null) { + result.push("forceSelected"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_MtR)); + } + return result; + }, + serialize$2(serializers, object) { + return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); + }, + deserialize$3$specifiedType(serializers, serialized, specifiedType) { + var t1, t2, key, value, t3, t4, + result = new A.BankAccountUIStateBuilder(), + iterator = J.get$iterator$ax(serialized); + for (t1 = type$.legacy_ListUIState, t2 = type$.legacy_BankAccountEntity; iterator.moveNext$0();) { + key = A._asStringS(iterator.get$current(iterator)); + iterator.moveNext$0(); + value = iterator.get$current(iterator); + switch (key) { + case "editing": + t3 = result.get$_bank_account_state$_$this(); + t4 = t3._bank_account_state$_editing; + t3 = t4 == null ? t3._bank_account_state$_editing = new A.BankAccountEntityBuilder() : t4; + t4 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_FKj)); + if (t4 == null) + A.throwExpression(A.ArgumentError$notNull("other")); + t3._bank_account_model$_$v = t4; + break; + case "listUIState": + t3 = result.get$_bank_account_state$_$this(); + t4 = t3._bank_account_state$_listUIState; + t3 = t4 == null ? t3._bank_account_state$_listUIState = new A.ListUIStateBuilder() : t4; + t4 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_Iqz)); + if (t4 == null) + A.throwExpression(A.ArgumentError$notNull("other")); + t3._list_ui_state$_$v = t4; + break; + case "selectedId": + t3 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_bank_account_state$_$this()._bank_account_state$_selectedId = t3; + break; + case "forceSelected": + t3 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_bank_account_state$_$this()._bank_account_state$_forceSelected = t3; + break; + case "tabIndex": + t3 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_bank_account_state$_$this()._bank_account_state$_tabIndex = t3; + break; + } + } + return result.build$0(); + }, + deserialize$2(serializers, serialized) { + return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); + }, + $isSerializer: 1, + $isStructuredSerializer: 1, + get$types() { + return B.List_sgq; + }, + get$wireName() { + return "BankAccountUIState"; + } + }; + A._$BankAccountState.prototype = { + rebuild$1(updates) { + var t1 = new A.BankAccountStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); + t1._bank_account_state$_$v = this; + updates.call$1(t1); + return t1.build$0(); + }, + $eq(_, other) { + if (other == null) + return false; + if (other === this) + return true; + return other instanceof A.BankAccountState && J.$eq$(this.map, other.map) && J.$eq$(this.list, other.list); + }, + get$hashCode(_) { + var _this = this, + t1 = _this._bank_account_state$__hashCode; + return t1 == null ? _this._bank_account_state$__hashCode = A.$jf(A.$jc(A.$jc(0, J.get$hashCode$(_this.map)), J.get$hashCode$(_this.list))) : t1; + }, + toString$0(_) { + var t1 = $.$get$newBuiltValueToStringHelper().call$1("BankAccountState"), + t2 = J.getInterceptor$ax(t1); + t2.add$2(t1, "map", this.map); + t2.add$2(t1, "list", this.list); + return t2.toString$0(t1); + }, + map$1($receiver, arg0) { + return this.map.call$1(arg0); + } + }; + A.BankAccountStateBuilder.prototype = { + get$map(_) { + var t1 = this.get$_bank_account_state$_$this(), + t2 = t1._bank_account_state$_map; + return t2 == null ? t1._bank_account_state$_map = A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BankAccountEntity) : t2; + }, + get$list(_) { + var t1 = this.get$_bank_account_state$_$this(), + t2 = t1._bank_account_state$_list; + return t2 == null ? t1._bank_account_state$_list = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String) : t2; + }, + get$_bank_account_state$_$this() { + var t1, t2, _this = this, + $$v = _this._bank_account_state$_$v; + if ($$v != null) { + t1 = $$v.map; + t1.toString; + t2 = t1.$ti; + t2._eval$1("_BuiltMap<1,2>")._as(t1); + _this._bank_account_state$_map = new A.MapBuilder(t1._mapFactory, t1._map$_map, t1, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MapBuilder<1,2>")); + t2 = $$v.list; + t2.toString; + _this._bank_account_state$_list = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + _this._bank_account_state$_$v = null; + } + return _this; + }, + build$0() { + var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; + try { + _$result0 = _this._bank_account_state$_$v; + if (_$result0 == null) { + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$BankAccountState$_(_this.get$list(_this).build$0(), t1); + } + _$result = _$result0; + } catch (exception) { + _$failedField = null; + try { + _$failedField = "map"; + _this.get$map(_this).build$0(); + _$failedField = "list"; + _this.get$list(_this).build$0(); + } catch (exception) { + e = A.unwrapException(exception); + t1 = A.BuiltValueNestedFieldError$("BankAccountState", _$failedField, J.toString$0$(e)); + throw A.wrapException(t1); + } + throw exception; + } + t1 = _$result; + A.ArgumentError_checkNotNull(t1, "other"); + _this._bank_account_state$_$v = t1; + return _$result; + }, + map$1($receiver, arg0) { + return this.get$map(this).call$1(arg0); + } + }; + A._$BankAccountUIState.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (other === _this) + return true; + if (other instanceof A.BankAccountUIState) + if (J.$eq$(_this.editing, other.editing)) + if (J.$eq$(_this.listUIState, other.listUIState)) + if (_this.selectedId == other.selectedId) + if (_this.forceSelected == other.forceSelected) + if (_this.tabIndex === other.tabIndex) + t1 = true; + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; + return t1; + }, + get$hashCode(_) { + var _this = this, + t1 = _this._bank_account_state$__hashCode; + return t1 == null ? _this._bank_account_state$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, J.get$hashCode$(_this.editing)), J.get$hashCode$(_this.listUIState)), J.get$hashCode$(_this.selectedId)), J.get$hashCode$(_this.forceSelected)), B.JSInt_methods.get$hashCode(_this.tabIndex)), B.JSNull_methods.get$hashCode(_this.saveCompleter)), B.JSNull_methods.get$hashCode(_this.cancelCompleter))) : t1; + }, + toString$0(_) { + var _this = this, + t1 = $.$get$newBuiltValueToStringHelper().call$1("BankAccountUIState"), + t2 = J.getInterceptor$ax(t1); + t2.add$2(t1, "editing", _this.editing); + t2.add$2(t1, "listUIState", _this.listUIState); + t2.add$2(t1, "selectedId", _this.selectedId); + t2.add$2(t1, "forceSelected", _this.forceSelected); + t2.add$2(t1, "tabIndex", _this.tabIndex); + t2.add$2(t1, "saveCompleter", _this.saveCompleter); + t2.add$2(t1, "cancelCompleter", _this.cancelCompleter); + return t2.toString$0(t1); + }, + get$listUIState() { + return this.listUIState; + }, + get$selectedId() { + return this.selectedId; + }, + get$forceSelected() { + return this.forceSelected; + }, + get$tabIndex(receiver) { + return this.tabIndex; + } + }; + A.BankAccountUIStateBuilder.prototype = { + get$editing() { + var t1 = this.get$_bank_account_state$_$this(), + t2 = t1._bank_account_state$_editing; + return t2 == null ? t1._bank_account_state$_editing = new A.BankAccountEntityBuilder() : t2; + }, + get$listUIState() { + var t1 = this.get$_bank_account_state$_$this(), + t2 = t1._bank_account_state$_listUIState; + return t2 == null ? t1._bank_account_state$_listUIState = new A.ListUIStateBuilder() : t2; + }, + get$_bank_account_state$_$this() { + var t1, t2, _this = this, + $$v = _this._bank_account_state$_$v; + if ($$v != null) { + t1 = $$v.editing; + if (t1 == null) + t1 = null; + else { + t2 = new A.BankAccountEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); + t2._bank_account_model$_$v = t1; + t1 = t2; + } + _this._bank_account_state$_editing = t1; + t1 = $$v.listUIState; + t1.toString; + t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); + t2._list_ui_state$_$v = t1; + _this._bank_account_state$_listUIState = t2; + _this._bank_account_state$_selectedId = $$v.selectedId; + _this._bank_account_state$_forceSelected = $$v.forceSelected; + _this._bank_account_state$_tabIndex = $$v.tabIndex; + _this._bank_account_state$_saveCompleter = $$v.saveCompleter; + _this._bank_account_state$_cancelCompleter = $$v.cancelCompleter; + _this._bank_account_state$_$v = null; + } + return _this; + }, + build$0() { + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, + _s18_ = "BankAccountUIState", + _$result = null; + try { + _$result0 = _this._bank_account_state$_$v; + if (_$result0 == null) { + t1 = _this._bank_account_state$_editing; + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); + t3 = _this.get$_bank_account_state$_$this()._bank_account_state$_selectedId; + t4 = _this.get$_bank_account_state$_$this()._bank_account_state$_forceSelected; + t5 = _this.get$_bank_account_state$_$this()._bank_account_state$_tabIndex; + if (t5 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "tabIndex")); + t6 = _this.get$_bank_account_state$_$this()._bank_account_state$_saveCompleter; + _$result0 = A._$BankAccountUIState$_(_this.get$_bank_account_state$_$this()._bank_account_state$_cancelCompleter, t1, t4, t2, t6, t3, t5); + } + _$result = _$result0; + } catch (exception) { + _$failedField = null; + try { + _$failedField = "editing"; + t1 = _this._bank_account_state$_editing; + if (t1 != null) + t1.build$0(); + _$failedField = "listUIState"; + _this.get$listUIState().build$0(); + } catch (exception) { + e = A.unwrapException(exception); + t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); + throw A.wrapException(t1); + } + throw exception; + } + t1 = _$result; + A.ArgumentError_checkNotNull(t1, "other"); + _this._bank_account_state$_$v = t1; + return _$result; + } + }; + A._BankAccountUIState_Object_EntityUIState.prototype = {}; A.ViewClientList.prototype = {$isPersistUI: 1}; A.ViewClient.prototype = {$isPersistUI: 1, $isPersistPrefs: 1}; A.EditClient.prototype = {$isPersistUI: 1, $isPersistPrefs: 1, @@ -347827,13 +356975,13 @@ call$1(client) { return client.get$id(client); }, - $signature: 39 + $signature: 40 }; A.handleClientAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 145 + $signature: 134 }; A.handleClientAction_closure1.prototype = { call$1(b) { @@ -347841,21 +356989,21 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 51 + $signature: 55 }; A.handleClientAction_closure2.prototype = { call$1(b) { var t1 = this.client.id; return b.get$_payment_model$_$this()._payment_model$_clientId = t1; }, - $signature: 800 + $signature: 808 }; A.handleClientAction_closure3.prototype = { call$1(b) { var t1 = this.client.id; return b.get$_project_model$_$this()._project_model$_clientId = t1; }, - $signature: 799 + $signature: 680 }; A.handleClientAction_closure4.prototype = { call$1(_) { @@ -347867,22 +357015,24 @@ }; A.handleClientAction__closure.prototype = { call$2(password, idToken) { - var _this = this, + var t3, _this = this, _s13_ = "purged_client", t1 = $.$get$LocalizationsProvider__localizedValues(), t2 = J.$index$asx(t1.$index(0, _this.localization.localeCode), _s13_); t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s13_) : t2; t1 = A.snackBarCompleter(_this.context, t1, false, type$.Null); t2 = _this.client.id; - _this.store.get$_dispatchers()[0].call$1(new A.PurgeClientRequest(t1, t2, password, idToken)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.PurgeClientRequest(t1, t2, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.handleClientAction_closure5.prototype = { call$1(context) { return new A._MergClientPicker(this.client, null); }, - $signature: 984 + $signature: 1028 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -347897,25 +357047,26 @@ } }; A.__MergClientPickerState.prototype = { - build$1(_, context) { - var t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var t3, t4, t5, t6, t7, t8, _this = this, _null = null, _s10_ = "merge_into", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = t1.localeCode; - t4 = J.$index$asx(t2.$index(0, t3), _s10_); - t4 = A.Text$(t4 == null ? J.$index$asx(t2.$index(0, "en"), _s10_) : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t5 = _this._mergeIntoClientId; - t6 = state.userCompanyStates; - t7 = state.uiState.selectedCompanyIndex; + t3 = $.$get$LocalizationsProvider__localizedValues(); + t4 = t1.localeCode; + t5 = J.$index$asx(t3.$index(0, t4), _s10_); + t5 = A.Text$(t5 == null ? J.$index$asx(t3.$index(0, "en"), _s10_) : t5, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t6 = _this._mergeIntoClientId; + t7 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; t8 = type$.JSArray_legacy_Widget; - t7 = A.Column$(A._setArrayType([new A.ClientPicker(t5, t6._list[t7].clientState, new A.__MergClientPickerState_build_closure(_this), _null, _null, A._setArrayType([_this._widget.client.id], type$.JSArray_legacy_String), _null)], t8), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); - t6 = A.TextButton$(false, A.Text$(t1.get$close(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.__MergClientPickerState_build_closure0(context), _null); - t3 = J.$index$asx(t2.$index(0, t3), "merge"); - return A.AlertDialog$(A._setArrayType([t6, A.TextButton$(false, A.Text$(t3 == null ? J.$index$asx(t2.$index(0, "en"), "merge") : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.__MergClientPickerState_build_closure1(_this, context, store, t1), _null)], t8), B.EdgeInsets_0_0_0_0, _null, t7, B.EdgeInsets_24_20_24_24, _null, t4); + t2 = A.Column$(A._setArrayType([new A.ClientPicker(t6, t7._list[t2].clientState, new A.__MergClientPickerState_build_closure(_this), _null, _null, A._setArrayType([_this._widget.client.id], type$.JSArray_legacy_String), _null)], t8), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t7 = A.TextButton$(false, A.Text$(t1.get$close(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.__MergClientPickerState_build_closure0(context), _null); + t4 = J.$index$asx(t3.$index(0, t4), "merge"); + return A.AlertDialog$(A._setArrayType([t7, A.TextButton$(false, A.Text$(t4 == null ? J.$index$asx(t3.$index(0, "en"), "merge") : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.__MergClientPickerState_build_closure1(_this, context, store, t1), _null)], t8), _null, _null, t2, _null, _null, t5); } }; A.__MergClientPickerState_build_closure.prototype = { @@ -347923,7 +357074,7 @@ var t1 = this.$this; return t1.setState$1(new A.__MergClientPickerState_build__closure0(t1, client)); }, - $signature: 157 + $signature: 158 }; A.__MergClientPickerState_build__closure0.prototype = { call$0() { @@ -347931,11 +357082,11 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._mergeIntoClientId = t1; }, - $signature: 131 + $signature: 128 }; A.__MergClientPickerState_build_closure0.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -347959,17 +357110,24 @@ t5 = J.$index$asx(t4.$index(0, _this.localization.localeCode), _s14_); t4 = t5 == null ? J.$index$asx(t4.$index(0, "en"), _s14_) : t5; t4 = A.snackBarCompleter(t3, t4, false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.MergeClientsRequest(t4, t2, t1, password, idToken)); - A.Navigator_of(t3, false).pop$0(0); + t5 = _this.store.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.MergeClientsRequest(t4, t2, t1, password, idToken)); + A.Navigator_of(t3, false).pop$0(); }, - $signature: 38 + $signature: 39 }; A._editClient_closure.prototype = { call$3(store, dynamicAction, next) { - var _s12_ = "/client/edit"; + var t1, + _s12_ = "/client/edit"; next.call$1(type$.legacy_EditClient._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s12_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s12_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s12_, type$.legacy_Object); }, "call*": "call$3", @@ -347984,7 +357142,8 @@ $requiredArgCount: 3, $call$body$_viewClient_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -347993,8 +357152,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewClient._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/client/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/client/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/client/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -348002,19 +357165,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewClientList_closure1.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3; next.call$1(type$.legacy_ViewClientList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/client")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/client")); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/client", new A._viewClientList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -348025,7 +357194,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -348034,7 +357203,9 @@ t1 = dynamicAction.clientIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ClientEntity*>"); prevClients = A.List_List$of(new A.MappedListIterable(t1, new A._archiveClient__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveClient__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveClient__closure1(store, prevClients, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveClient__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveClient__closure1(store, prevClients, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -348043,24 +357214,31 @@ }; A._archiveClient__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 367 }; A._archiveClient__closure0.prototype = { call$1(clients) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveClientsSuccess(clients)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 373 }; A._archiveClient__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveClientsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveClientsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -348069,7 +357247,9 @@ call$3(store, dynamicAction, next) { var t1, t2, t3; type$.legacy_MergeClientsRequest._as(dynamicAction); - t1 = J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = J.get$credentials$z(t1); t2 = dynamicAction.clientId; t3 = dynamicAction.mergeIntoClientId; this.repository.merge$5$clientId$credentials$idToken$mergeIntoClientId$password(t2, t1, dynamicAction.idToken, t3, dynamicAction.password).then$1$1(0, new A._mergeClients__closure(store, dynamicAction), type$.Null).catchError$1(new A._mergeClients__closure0(store, dynamicAction)); @@ -348081,17 +357261,20 @@ }; A._mergeClients__closure.prototype = { call$1(client) { - var t1 = this.store, - t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.MergeClientsSuccess(t2.clientId)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - t2.completer.complete$1(0, null); + var t1 = this.action, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.MergeClientsSuccess(t1.clientId)); + t2[0].call$1(new A.RefreshData(null, false, false, false)); + t1.completer.complete$1(0, null); }, - $signature: 278 + $signature: 282 }; A._mergeClients__closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.MergeClientsFailure()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MergeClientsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -348103,7 +357286,9 @@ t1 = dynamicAction.clientIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ClientEntity*>"); prevClients = A.List_List$of(new A.MappedListIterable(t1, new A._deleteClient__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteClient__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteClient__closure1(store, prevClients, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteClient__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteClient__closure1(store, prevClients, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -348112,24 +357297,31 @@ }; A._deleteClient__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 367 }; A._deleteClient__closure0.prototype = { call$1(clients) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteClientsSuccess(clients)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 373 }; A._deleteClient__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteClientsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteClientsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -348138,7 +357330,9 @@ call$3(store, dynamicAction, next) { var t1, t2, t3; type$.legacy_PurgeClientRequest._as(dynamicAction); - t1 = J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = J.get$credentials$z(t1); t2 = dynamicAction.clientId; t3 = dynamicAction.password; this.repository.purge$4$clientId$credentials$idToken$password(t2, t1, dynamicAction.idToken, t3).then$1$1(0, new A._purgeClient__closure(store, dynamicAction), type$.Null).catchError$1(new A._purgeClient__closure0(store, dynamicAction)); @@ -348150,16 +357344,21 @@ }; A._purgeClient__closure.prototype = { call$1(_) { - var t1 = this.action; - this.store.get$_dispatchers()[0].call$1(new A.PurgeClientSuccess(t1.clientId)); + var t1 = this.action, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.PurgeClientSuccess(t1.clientId)); t1.completer.complete$1(0, null); }, - $signature: 21 + $signature: 22 }; A._purgeClient__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.PurgeClientFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PurgeClientFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -348171,7 +357370,9 @@ t1 = dynamicAction.clientIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ClientEntity*>"); prevClients = A.List_List$of(new A.MappedListIterable(t1, new A._restoreClient__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreClient__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreClient__closure1(store, prevClients, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreClient__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreClient__closure1(store, prevClients, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -348180,32 +357381,42 @@ }; A._restoreClient__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 367 }; A._restoreClient__closure0.prototype = { call$1(clients) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreClientSuccess(clients)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 373 }; A._restoreClient__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreClientFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreClientFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveClient_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveClientRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.client).then$1$1(0, new A._saveClient__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveClient__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.client).then$1$1(0, new A._saveClient__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveClient__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -348215,31 +357426,46 @@ A._saveClient__closure.prototype = { call$1(client) { var t1 = this.action, - t2 = this.store; - if (t1.client.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddClientSuccess(client)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveClientSuccess(client)); + t2 = t1.client.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddClientSuccess(client)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveClientSuccess(client)); + } t1.completer.complete$1(0, client); - t1 = A._lateReadCheck(t2.__Store__state, "_state").uiState.clientUIState.saveCompleter; + t1 = t3.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.uiState.clientUIState.saveCompleter; if (t1 != null) t1.complete$1(0, client); }, - $signature: 278 + $signature: 282 }; A._saveClient__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveClientFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadClient_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadClient._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadClientRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.clientId).then$1$1(0, new A._loadClient__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadClient__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadClientRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.clientId).then$1$1(0, new A._loadClient__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadClient__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -348248,19 +357474,22 @@ }; A._loadClient__closure.prototype = { call$1(client) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadClientSuccess(client)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadClientSuccess(client)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 278 + $signature: 282 }; A._loadClient__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadClientFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadClientFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -348269,14 +357498,17 @@ }; A._loadClients_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3; + var t1, t2, t3, t4; type$.legacy_LoadClients._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadClientsRequest()); - t1 = state.get$credentials(state); - t2 = dynamicAction.page; - t3 = state.get$isHosted() ? 10000 : 5000; - this.repository.loadList$3(t1, t2, t3).then$1$1(0, new A._loadClients__closure(store, state, dynamicAction), type$.Null).catchError$1(new A._loadClients__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadClientsRequest()); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.page; + t4 = t1.get$isHosted() ? 10000 : 5000; + this.repository.loadList$3(t2, t3, t4).then$1$1(0, new A._loadClients__closure(store, t1, dynamicAction), type$.Null).catchError$1(new A._loadClients__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -348286,21 +357518,25 @@ A._loadClients__closure.prototype = { call$1(data) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadClientsSuccess(data)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadClientsSuccess(data)); t2 = data._list.length; if (t2 === (this.state.get$isHosted() ? 10000 : 5000)) { t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.LoadClients(t2.completer, t2.page + 1)); + t1[0].call$1(new A.LoadClients(t2.completer, t2.page + 1)); } else - t1.get$_dispatchers()[0].call$1(new A.LoadProducts(null, 1)); + t1[0].call$1(new A.LoadProducts(null, 1)); }, - $signature: 991 + $signature: 1035 }; A._loadClients__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadClientsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadClientsFailure(error)); }, $signature: 3 }; @@ -348308,7 +357544,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveClientDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -348316,9 +357553,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.client, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure23(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure24(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.client, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure23(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure24(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveClientDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -348329,15 +357568,20 @@ }; A._saveDocument__closure23.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.SaveClientSuccess(client)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientSuccess(client)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 282 }; A._saveDocument__closure24.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveClientDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -348350,7 +357594,8 @@ $requiredArgCount: 3, $call$body$_showPdfClient_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -348359,8 +357604,12 @@ case 0: // Function start next.call$1(type$.legacy_ShowPdfClient._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/client/pdf")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/client/pdf")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/client/pdf", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -348368,7 +357617,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A.clientUIReducer_closure.prototype = { call$1(b) { @@ -348380,18 +357629,18 @@ A.ArgumentError_checkNotNull(t4, _s5_); t1._list_ui_state$_$v = t4; t4 = b.get$editing(); - t1 = $.$get$editingReducer22().call$2(t2.editing, t3); + t1 = $.$get$editingReducer23().call$2(t2.editing, t3); A.ArgumentError_checkNotNull(t1, _s5_); t4._client_model$_$v = t1; t1 = b.get$editingContact(); t4 = $.$get$editingContactReducer().call$2(t2.editingContact, t3); A.ArgumentError_checkNotNull(t4, _s5_); t1._client_model$_$v = t4; - t4 = $.$get$selectedIdReducer22().call$2(t2.selectedId, t3); + t4 = $.$get$selectedIdReducer23().call$2(t2.selectedId, t3); b.get$_client_state$_$this()._client_state$_selectedId = t4; - t4 = $.$get$forceSelectedReducer22().call$2(t2.forceSelected, t3); + t4 = $.$get$forceSelectedReducer23().call$2(t2.forceSelected, t3); b.get$_client_state$_$this()._client_state$_forceSelected = t4; - t4 = $.$get$tabIndexReducer11().call$2(t2.tabIndex, t3); + t4 = $.$get$tabIndexReducer12().call$2(t2.tabIndex, t3); b.get$_client_state$_$this()._client_state$_tabIndex = t4; t4 = $.$get$saveCompleterReducer1().call$2(t2.saveCompleter, t3); b.get$_client_state$_$this()._client_state$_saveCompleter = t4; @@ -348399,79 +357648,79 @@ b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 992 + $signature: 1036 }; - A.forceSelectedReducer_closure175.prototype = { + A.forceSelectedReducer_closure183.prototype = { call$2(completer, action) { return true; }, - $signature: 993 + $signature: 1037 }; - A.forceSelectedReducer_closure176.prototype = { + A.forceSelectedReducer_closure184.prototype = { call$2(completer, action) { return false; }, - $signature: 994 + $signature: 1038 }; - A.forceSelectedReducer_closure177.prototype = { + A.forceSelectedReducer_closure185.prototype = { call$2(completer, action) { return false; }, - $signature: 995 + $signature: 1039 }; - A.forceSelectedReducer_closure178.prototype = { + A.forceSelectedReducer_closure186.prototype = { call$2(completer, action) { return false; }, - $signature: 996 + $signature: 1040 }; - A.forceSelectedReducer_closure179.prototype = { + A.forceSelectedReducer_closure187.prototype = { call$2(completer, action) { return false; }, - $signature: 997 + $signature: 1041 }; - A.forceSelectedReducer_closure180.prototype = { + A.forceSelectedReducer_closure188.prototype = { call$2(completer, action) { return false; }, - $signature: 998 + $signature: 1042 }; - A.forceSelectedReducer_closure181.prototype = { + A.forceSelectedReducer_closure189.prototype = { call$2(completer, action) { return false; }, - $signature: 999 + $signature: 1043 }; - A.forceSelectedReducer_closure182.prototype = { + A.forceSelectedReducer_closure190.prototype = { call$2(completer, action) { return false; }, - $signature: 1000 + $signature: 1044 }; - A.tabIndexReducer_closure23.prototype = { + A.tabIndexReducer_closure25.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1001 + $signature: 1045 }; - A.tabIndexReducer_closure24.prototype = { + A.tabIndexReducer_closure26.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 793 + $signature: 600 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 793 + $signature: 600 }; A.editingContactReducer_closure.prototype = { call$2(contact, action) { @@ -348480,112 +357729,112 @@ t1 = A.ClientContactEntity_ClientContactEntity(); return t1; }, - $signature: 1004 + $signature: 1047 }; A.editingContactReducer_closure0.prototype = { call$2(contact, action) { var t1 = action.contact; return t1 == null ? A.ClientContactEntity_ClientContactEntity() : t1; }, - $signature: 1005 + $signature: 1048 }; - A.selectedIdReducer_closure354.prototype = { + A.selectedIdReducer_closure369.prototype = { call$2(completer, action) { return ""; }, - $signature: 1006 + $signature: 1049 }; - A.selectedIdReducer_closure355.prototype = { + A.selectedIdReducer_closure370.prototype = { call$2(completer, action) { return ""; }, - $signature: 1007 + $signature: 1050 }; - A.selectedIdReducer_closure356.prototype = { + A.selectedIdReducer_closure371.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; - A.selectedIdReducer_closure357.prototype = { + A.selectedIdReducer_closure372.prototype = { call$2(selectedId, action) { return action.clientId; }, - $signature: 1009 + $signature: 1051 }; - A.selectedIdReducer_closure358.prototype = { + A.selectedIdReducer_closure373.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1010 + $signature: 1052 }; - A.selectedIdReducer_closure359.prototype = { + A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1011 + $signature: 1053 }; - A.selectedIdReducer_closure360.prototype = { + A.selectedIdReducer_closure375.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, $signature: 53 }; - A.selectedIdReducer_closure361.prototype = { + A.selectedIdReducer_closure376.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; - A.selectedIdReducer_closure362.prototype = { + A.selectedIdReducer_closure377.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1014 + $signature: 1054 }; - A.selectedIdReducer_closure363.prototype = { + A.selectedIdReducer_closure378.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1015 + $signature: 1055 }; - A.selectedIdReducer_closure364.prototype = { + A.selectedIdReducer_closure379.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1016 + $signature: 1056 }; - A.selectedIdReducer_closure365.prototype = { + A.selectedIdReducer_closure380.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1017 + $signature: 1057 }; - A.selectedIdReducer_closure366.prototype = { + A.selectedIdReducer_closure381.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1018 + $signature: 1058 }; - A.selectedIdReducer_closure367.prototype = { + A.selectedIdReducer_closure382.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1019 + $signature: 1059 }; - A.selectedIdReducer_closure368.prototype = { + A.selectedIdReducer_closure383.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1020 + $signature: 1060 }; - A.selectedIdReducer_closure369.prototype = { + A.selectedIdReducer_closure384.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; - A.selectedIdReducer_closure370.prototype = { + A.selectedIdReducer_closure385.prototype = { call$2(selectedId, action) { var t1; if (action.clearSelection) @@ -348596,49 +357845,49 @@ } return t1; }, - $signature: 87 - }; - A.editingReducer_closure125.prototype = { - call$2(client, action) { - return action.client; - }, - $signature: 1023 - }; - A.editingReducer_closure126.prototype = { - call$2(client, action) { - return action.client; - }, - $signature: 1024 - }; - A.editingReducer_closure127.prototype = { - call$2(clients, action) { - return J.$index$asx(action.clients, 0); - }, - $signature: 1025 + $signature: 80 }; A.editingReducer_closure128.prototype = { - call$2(clients, action) { - return J.$index$asx(action.clients, 0); - }, - $signature: 1026 - }; - A.editingReducer_closure129.prototype = { - call$2(clients, action) { - return J.$index$asx(action.clients, 0); - }, - $signature: 1027 - }; - A.editingReducer_closure130.prototype = { call$2(client, action) { return action.client; }, - $signature: 1028 + $signature: 1062 + }; + A.editingReducer_closure129.prototype = { + call$2(client, action) { + return action.client; + }, + $signature: 1063 + }; + A.editingReducer_closure130.prototype = { + call$2(clients, action) { + return J.$index$asx(action.clients, 0); + }, + $signature: 1064 }; A.editingReducer_closure131.prototype = { + call$2(clients, action) { + return J.$index$asx(action.clients, 0); + }, + $signature: 1065 + }; + A.editingReducer_closure132.prototype = { + call$2(clients, action) { + return J.$index$asx(action.clients, 0); + }, + $signature: 1066 + }; + A.editingReducer_closure133.prototype = { + call$2(client, action) { + return action.client; + }, + $signature: 1067 + }; + A.editingReducer_closure134.prototype = { call$2(client, action) { return action.client.rebuild$1(new A.editingReducer__closure55()); }, - $signature: 1029 + $signature: 1068 }; A.editingReducer__closure55.prototype = { call$1(b) { @@ -348647,11 +357896,11 @@ }, $signature: 48 }; - A.editingReducer_closure132.prototype = { + A.editingReducer_closure135.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure54(action)); }, - $signature: 1030 + $signature: 1069 }; A.editingReducer__closure54.prototype = { call$1(b) { @@ -348663,11 +357912,11 @@ }, $signature: 48 }; - A.editingReducer_closure133.prototype = { + A.editingReducer_closure136.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure53(action)); }, - $signature: 1031 + $signature: 1070 }; A.editingReducer__closure53.prototype = { call$1(b) { @@ -348678,11 +357927,11 @@ }, $signature: 48 }; - A.editingReducer_closure134.prototype = { + A.editingReducer_closure137.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure52(action)); }, - $signature: 1032 + $signature: 1071 }; A.editingReducer__closure52.prototype = { call$1(b) { @@ -348696,33 +357945,33 @@ }, $signature: 48 }; - A.editingReducer_closure135.prototype = { - call$2(client, action) { - var _null = null; - return A.ClientEntity_ClientEntity(_null, _null, _null, _null); - }, - $signature: 1033 - }; - A.editingReducer_closure136.prototype = { - call$2(client, action) { - var _null = null; - return A.ClientEntity_ClientEntity(_null, _null, _null, _null); - }, - $signature: 1034 - }; - A.editingReducer_closure137.prototype = { - call$2(client, action) { - var _null = null; - return A.ClientEntity_ClientEntity(_null, _null, _null, _null); - }, - $signature: 1035 - }; A.editingReducer_closure138.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1036 + $signature: 1072 + }; + A.editingReducer_closure139.prototype = { + call$2(client, action) { + var _null = null; + return A.ClientEntity_ClientEntity(_null, _null, _null, _null); + }, + $signature: 1073 + }; + A.editingReducer_closure140.prototype = { + call$2(client, action) { + var _null = null; + return A.ClientEntity_ClientEntity(_null, _null, _null, _null); + }, + $signature: 1074 + }; + A.editingReducer_closure141.prototype = { + call$2(client, action) { + var _null = null; + return A.ClientEntity_ClientEntity(_null, _null, _null, _null); + }, + $signature: 1075 }; A._viewClientList_closure.prototype = { call$1(b) { @@ -348851,7 +358100,7 @@ }, $signature: 2 }; - A._startListMultiselect_closure22.prototype = { + A._startListMultiselect_closure23.prototype = { call$1(b) { var t1 = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); b.get$_list_ui_state$_$this()._selectedIds = t1; @@ -348859,7 +358108,7 @@ }, $signature: 2 }; - A._addToListMultiselect_closure22.prototype = { + A._addToListMultiselect_closure23.prototype = { call$1(b) { var t1 = b.get$selectedIds(), t2 = this.action.entity; @@ -348870,7 +358119,7 @@ }, $signature: 2 }; - A._removeFromListMultiselect_closure22.prototype = { + A._removeFromListMultiselect_closure23.prototype = { call$1(b) { var t1 = b.get$selectedIds(), t2 = this.action.entity; @@ -348880,7 +358129,7 @@ }, $signature: 2 }; - A._clearListMultiselect_closure22.prototype = { + A._clearListMultiselect_closure23.prototype = { call$1(b) { b.get$_list_ui_state$_$this()._selectedIds = null; return b; @@ -348907,7 +358156,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 438 + $signature: 376 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -348929,7 +358178,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 438 + $signature: 376 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -348951,7 +358200,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 438 + $signature: 376 }; A._addClient_closure.prototype = { call$1(b) { @@ -348964,7 +358213,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 208 + $signature: 232 }; A._addClient__closure.prototype = { call$1(b) { @@ -348981,7 +358230,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 208 + $signature: 232 }; A._updateClient__closure.prototype = { call$1(b) { @@ -348998,7 +358247,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 208 + $signature: 232 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -349016,7 +358265,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 208 + $signature: 232 }; A._purgeClientSuccess_closure.prototype = { call$1(b) { @@ -349026,18 +358275,18 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 208 + $signature: 232 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { return A.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 1040 + $signature: 1078 }; A.dropdownClientsSelector_closure.prototype = { call$1(clientId) { var t1 = this.clientMap._map$_map.$index(0, clientId); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -349046,13 +358295,13 @@ var t1 = this.clientMap._map$_map; return t1.$index(0, clientAId).compareTo$5(0, t1.$index(0, clientBId), "name", true, this.userMap, this.staticState); }, - $signature: 20 + $signature: 21 }; A.memoizedClientStatsForUser_closure.prototype = { call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 790 + $signature: 620 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -349062,13 +358311,13 @@ else if (client.isDeleted) ++this._box_0.countArchived; }, - $signature: 240 + $signature: 281 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return A.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 1044 + $signature: 1081 }; A.filteredClientsSelector_closure.prototype = { call$1(clientId) { @@ -349113,7 +358362,7 @@ call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 789 + $signature: 711 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -349122,13 +358371,13 @@ t2 = _this.clientListState; return t1.$index(0, clientAId).compareTo$5(0, t1.$index(0, clientBId), t2.sortField, t2.sortAscending, _this.userMap, _this.staticState); }, - $signature: 20 + $signature: 21 }; A.memoizedGetClientUnappliedPayments_closure.prototype = { call$2(clientId, paymentMap) { return A.getClientUnappliedPayments(clientId, paymentMap); }, - $signature: 788 + $signature: 729 }; A.getClientUnappliedPayments_closure.prototype = { call$2(paymentId, payment) { @@ -349138,13 +358387,13 @@ t1.amount = t1.amount + (payment.amount - payment.applied); } }, - $signature: 189 + $signature: 182 }; A.memoizedGetClientAvailableCredits_closure.prototype = { call$2(clientId, creditMap) { return A.getClientAvailableCredits(clientId, creditMap); }, - $signature: 1048 + $signature: 1085 }; A.getClientAvailableCredits_closure.prototype = { call$2(creditId, credit) { @@ -349154,7 +358403,7 @@ t1.amount = t1.amount + credit.balance; } }, - $signature: 47 + $signature: 50 }; A.ClientState.prototype = { $get$1(_, clientId) { @@ -349181,7 +358430,7 @@ call$1(item) { return item; }, - $signature: 1051 + $signature: 1087 }; A.ClientState_loadClients_closure.prototype = { call$1(b) { @@ -349196,7 +358445,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 208 + $signature: 232 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -349239,7 +358488,7 @@ t6 = t5._client_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._client_state$_list = t6; t5 = t6; } else @@ -349247,16 +358496,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -349354,7 +358603,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -349374,7 +358623,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._client_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -349426,22 +358675,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._client_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$ClientState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$ClientState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("ClientState", _$failedField, J.toString$0$(e)); @@ -349562,7 +358811,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, exception, _this = this, _s13_ = "ClientUIState", _$result = null; @@ -349570,10 +358819,10 @@ _$result0 = _this._client_state$_$v; if (_$result0 == null) { t1 = _this._client_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this._client_state$_editingContact; - t2 = t2 == null ? null : t2.build$0(0); - t3 = _this.get$listUIState().build$0(0); + t2 = t2 == null ? null : t2.build$0(); + t3 = _this.get$listUIState().build$0(); t4 = _this.get$_client_state$_$this()._client_state$_selectedId; t5 = _this.get$_client_state$_$this()._client_state$_forceSelected; t6 = _this.get$_client_state$_$this()._client_state$_tabIndex; @@ -349589,13 +358838,13 @@ _$failedField = "editing"; t1 = _this._client_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "editingContact"; t1 = _this._client_state$_editingContact; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -349681,81 +358930,85 @@ t3 = $.$get$tasksReducer().call$2(t1.taskState, t2); A.ArgumentError_checkNotNull(t3, _s5_); t4._task_state$_$v = t3; - t3 = b.get$purchaseOrderState(); - t4 = $.$get$purchaseOrdersReducer().call$2(t1.purchaseOrderState, t2); + t3 = b.get$bankAccountState(); + t4 = $.$get$bankAccountsReducer().call$2(t1.bankAccountState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._purchase_order_state$_$v = t4; - t4 = b.get$recurringExpenseState(); - t3 = $.$get$recurringExpensesReducer().call$2(t1.recurringExpenseState, t2); + t3._bank_account_state$_$v = t4; + t4 = b.get$purchaseOrderState(); + t3 = $.$get$purchaseOrdersReducer().call$2(t1.purchaseOrderState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._recurring_expense_state$_$v = t3; - t3 = b.get$subscriptionState(); - t4 = $.$get$subscriptionsReducer().call$2(t1.subscriptionState, t2); + t4._purchase_order_state$_$v = t3; + t3 = b.get$recurringExpenseState(); + t4 = $.$get$recurringExpensesReducer().call$2(t1.recurringExpenseState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._subscription_state$_$v = t4; - t4 = b.get$taskStatusState(); - t3 = $.$get$taskStatusesReducer().call$2(t1.taskStatusState, t2); + t3._recurring_expense_state$_$v = t4; + t4 = b.get$subscriptionState(); + t3 = $.$get$subscriptionsReducer().call$2(t1.subscriptionState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._task_status_state$_$v = t3; - t3 = b.get$expenseCategoryState(); - t4 = $.$get$expenseCategoriesReducer().call$2(t1.expenseCategoryState, t2); + t4._subscription_state$_$v = t3; + t3 = b.get$taskStatusState(); + t4 = $.$get$taskStatusesReducer().call$2(t1.taskStatusState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._expense_category_state$_$v = t4; - t4 = b.get$recurringInvoiceState(); - t3 = $.$get$recurringInvoicesReducer().call$2(t1.recurringInvoiceState, t2); + t3._task_status_state$_$v = t4; + t4 = b.get$expenseCategoryState(); + t3 = $.$get$expenseCategoriesReducer().call$2(t1.expenseCategoryState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._recurring_invoice_state$_$v = t3; - t3 = b.get$webhookState(); - t4 = $.$get$webhooksReducer().call$2(t1.webhookState, t2); + t4._expense_category_state$_$v = t3; + t3 = b.get$recurringInvoiceState(); + t4 = $.$get$recurringInvoicesReducer().call$2(t1.recurringInvoiceState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._webhook_state$_$v = t4; - t4 = b.get$tokenState(); - t3 = $.$get$tokensReducer().call$2(t1.tokenState, t2); + t3._recurring_invoice_state$_$v = t4; + t4 = b.get$webhookState(); + t3 = $.$get$webhooksReducer().call$2(t1.webhookState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._token_state$_$v = t3; - t3 = b.get$paymentTermState(); - t4 = $.$get$paymentTermsReducer().call$2(t1.paymentTermState, t2); + t4._webhook_state$_$v = t3; + t3 = b.get$tokenState(); + t4 = $.$get$tokensReducer().call$2(t1.tokenState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._payment_term_state$_$v = t4; - t4 = b.get$designState(); - t3 = $.$get$designsReducer().call$2(t1.designState, t2); + t3._token_state$_$v = t4; + t4 = b.get$paymentTermState(); + t3 = $.$get$paymentTermsReducer().call$2(t1.paymentTermState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._design_state$_$v = t3; - t3 = b.get$creditState(); - t4 = $.$get$creditsReducer().call$2(t1.creditState, t2); + t4._payment_term_state$_$v = t3; + t3 = b.get$designState(); + t4 = $.$get$designsReducer().call$2(t1.designState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._credit_state$_$v = t4; - t4 = b.get$userState(); - t3 = $.$get$usersReducer().call$2(t1.userState, t2); + t3._design_state$_$v = t4; + t4 = b.get$creditState(); + t3 = $.$get$creditsReducer().call$2(t1.creditState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._user_state$_$v = t3; - t3 = b.get$taxRateState(); - t4 = $.$get$taxRatesReducer().call$2(t1.taxRateState, t2); + t4._credit_state$_$v = t3; + t3 = b.get$userState(); + t4 = $.$get$usersReducer().call$2(t1.userState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._tax_rate_state$_$v = t4; - t4 = b.get$companyGatewayState(); - t3 = $.$get$companyGatewaysReducer().call$2(t1.companyGatewayState, t2); + t3._user_state$_$v = t4; + t4 = b.get$taxRateState(); + t3 = $.$get$taxRatesReducer().call$2(t1.taxRateState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._company_gateway_state$_$v = t3; - t3 = b.get$projectState(); - t4 = $.$get$projectsReducer().call$2(t1.projectState, t2); + t4._tax_rate_state$_$v = t3; + t3 = b.get$companyGatewayState(); + t4 = $.$get$companyGatewaysReducer().call$2(t1.companyGatewayState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._project_state$_$v = t4; - t4 = b.get$paymentState(); - t3 = $.$get$paymentsReducer().call$2(t1.paymentState, t2); + t3._company_gateway_state$_$v = t4; + t4 = b.get$projectState(); + t3 = $.$get$projectsReducer().call$2(t1.projectState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._payment_state$_$v = t3; - t3 = b.get$quoteState(); - t4 = $.$get$quotesReducer().call$2(t1.quoteState, t2); + t4._project_state$_$v = t3; + t3 = b.get$paymentState(); + t4 = $.$get$paymentsReducer().call$2(t1.paymentState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._quote_state$_$v = t4; - t4 = b.get$groupState(); + t3._payment_state$_$v = t4; + t4 = b.get$quoteState(); + t3 = $.$get$quotesReducer().call$2(t1.quoteState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._quote_state$_$v = t3; + t3 = b.get$groupState(); t2 = $.$get$groupsReducer().call$2(t1.groupState, t2); A.ArgumentError_checkNotNull(t2, _s5_); - t4._group_state$_$v = t2; + t3._group_state$_$v = t2; return b; }, - $signature: 1052 + $signature: 1088 }; A.userCompanyEntityReducer_closure.prototype = { call$2(userCompany, action) { @@ -349767,7 +359020,7 @@ else return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure8(action)); }, - $signature: 1053 + $signature: 1089 }; A.userCompanyEntityReducer__closure7.prototype = { call$1(b) { @@ -349776,7 +359029,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -349813,7 +359066,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 784 + $signature: 553 }; A.userCompanyEntityReducer__closure8.prototype = { call$1(b) { @@ -349821,13 +359074,13 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure6(action)); }, - $signature: 1056 + $signature: 1092 }; A.userCompanyEntityReducer__closure6.prototype = { call$1(b) { @@ -349841,13 +359094,13 @@ t1._company_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure5(action)); }, - $signature: 1057 + $signature: 1093 }; A.userCompanyEntityReducer__closure5.prototype = { call$1(b) { @@ -349857,13 +359110,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure4(action)); }, - $signature: 1058 + $signature: 1094 }; A.userCompanyEntityReducer__closure4.prototype = { call$1(b) { @@ -349873,26 +359126,26 @@ t1._user_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure3()); }, - $signature: 1059 + $signature: 1095 }; A.userCompanyEntityReducer__closure3.prototype = { call$1(b) { b.get$user(b).get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure2(action)); }, - $signature: 1060 + $signature: 1096 }; A.userCompanyEntityReducer__closure2.prototype = { call$1(b) { @@ -349902,13 +359155,13 @@ t1._company_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure1(action)); }, - $signature: 1061 + $signature: 1097 }; A.userCompanyEntityReducer__closure1.prototype = { call$1(b) { @@ -349917,20 +359170,20 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure6.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure0(action)); }, - $signature: 1062 + $signature: 1098 }; A.userCompanyEntityReducer__closure0.prototype = { call$1(b) { b.get$settings().get$dashboardFields().replace$1(0, this.action.dashboardFields); return b; }, - $signature: 100 + $signature: 99 }; A.userCompanyEntityReducer_closure7.prototype = { call$2(userCompany, action) { @@ -349938,14 +359191,14 @@ return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure(action)); return userCompany; }, - $signature: 1063 + $signature: 1099 }; A.userCompanyEntityReducer__closure.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowDesktop = this.action.numberFieldsPerRowDesktop; return b; }, - $signature: 100 + $signature: 99 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -349956,7 +359209,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: 100 + $signature: 99 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -349966,7 +359219,7 @@ t1.get$expenseCategories().replace$1(0, A._setArrayType([], type$.JSArray_legacy_ExpenseCategoryEntity)); return t1; }, - $signature: 1064 + $signature: 1100 }; A.loadCompanySuccessReducer_closure1.prototype = { call$1(b) { @@ -349976,7 +359229,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -349988,7 +359241,7 @@ b.get$users().replace$1(0, t1.userCompany.company.users); return b; }, - $signature: 23 + $signature: 24 }; A.saveCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -349998,30 +359251,30 @@ t1._company_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { return action.userCompany.company.isLarge && state === 0 ? 0 : Date.now(); }, - $signature: 1065 + $signature: 1101 }; A.lastUpdatedReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1066 + $signature: 1102 }; A.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2(categoryMap, categoryList) { return A.dropdownExpenseCategoriesSelector(categoryMap, categoryList); }, - $signature: 1067 + $signature: 1103 }; A.dropdownExpenseCategoriesSelector_closure.prototype = { call$1(categoryId) { var t1 = this.categoryMap._map$_map.$index(0, categoryId); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -350030,19 +359283,19 @@ var t1 = this.categoryMap._map$_map; return t1.$index(0, categoryAId).compareTo$3$expenseCategory$sortAscending$sortField(0, t1.$index(0, categoryBId), true, "name"); }, - $signature: 20 + $signature: 21 }; A.memoizedHasMultipleCurrencies_closure.prototype = { call$3(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 1068 + $signature: 1104 }; A.memoizedGetCurrencyIds_closure.prototype = { call$3(company, clientMap, groupMap) { return A.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 1069 + $signature: 1105 }; A.getCurrencyIds_closure.prototype = { call$2(clientId, client) { @@ -350058,43 +359311,43 @@ this.currencyIds.push(currencyId); } }, - $signature: 240 + $signature: 281 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { return A.filteredSelector(filter, state); }, - $signature: 1070 + $signature: 1106 }; A.filteredSelector_closure.prototype = { call$1(productId) { return this.state.productState.map._map$_map.$index(0, productId); }, - $signature: 238 + $signature: 267 }; A.filteredSelector_closure0.prototype = { call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 782 + $signature: 566 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { return this.state.clientState.map._map$_map.$index(0, clientId); }, - $signature: 359 + $signature: 367 }; A.filteredSelector_closure2.prototype = { call$1(client) { return client.matchesFilter$1(this.filter); }, - $signature: 1073 + $signature: 1109 }; A.filteredSelector_closure3.prototype = { call$1(quoteId) { return this.state.quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 69 + $signature: 72 }; A.filteredSelector_closure4.prototype = { call$1(quote) { @@ -350106,43 +359359,43 @@ call$1(paymentId) { return this.state.paymentState.map._map$_map.$index(0, paymentId); }, - $signature: 209 + $signature: 226 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 436 + $signature: 378 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { return this.state.projectState.map._map$_map.$index(0, projectId); }, - $signature: 348 + $signature: 332 }; A.filteredSelector_closure8.prototype = { call$1(project) { return project.matchesFilter$1(this.filter); }, - $signature: 1079 + $signature: 1115 }; A.filteredSelector_closure9.prototype = { call$1(taskId) { return this.state.taskState.map._map$_map.$index(0, taskId); }, - $signature: 190 + $signature: 181 }; A.filteredSelector_closure10.prototype = { call$1(task) { return task.matchesFilter$1(this.filter); }, - $signature: 1081 + $signature: 1117 }; A.filteredSelector_closure11.prototype = { call$1(invoiceId) { return this.state.invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 69 + $signature: 72 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { @@ -350154,7 +359407,7 @@ call$2(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 779 + $signature: 615 }; A.UserCompanyState.prototype = { get$company() { @@ -350187,7 +359440,7 @@ }; A._$UserCompanyStateSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - var result = A._setArrayType(["lastUpdated", serializers.serialize$2$specifiedType(object.lastUpdated, B.FullType_kjq), "documentState", serializers.serialize$2$specifiedType(object.documentState, B.FullType_61h), "productState", serializers.serialize$2$specifiedType(object.productState, B.FullType_HZ2), "clientState", serializers.serialize$2$specifiedType(object.clientState, B.FullType_MIo), "invoiceState", serializers.serialize$2$specifiedType(object.invoiceState, B.FullType_mXg), "expenseState", serializers.serialize$2$specifiedType(object.expenseState, B.FullType_5OF), "vendorState", serializers.serialize$2$specifiedType(object.vendorState, B.FullType_xI0), "taskState", serializers.serialize$2$specifiedType(object.taskState, B.FullType_SQp), "projectState", serializers.serialize$2$specifiedType(object.projectState, B.FullType_cEX), "paymentState", serializers.serialize$2$specifiedType(object.paymentState, B.FullType_sgl), "quoteState", serializers.serialize$2$specifiedType(object.quoteState, B.FullType_yqa), "purchaseOrderState", serializers.serialize$2$specifiedType(object.purchaseOrderState, B.FullType_kGC), "recurringExpenseState", serializers.serialize$2$specifiedType(object.recurringExpenseState, B.FullType_nrV), "subscriptionState", serializers.serialize$2$specifiedType(object.subscriptionState, B.FullType_3BG), "taskStatusState", serializers.serialize$2$specifiedType(object.taskStatusState, B.FullType_A6W), "expenseCategoryState", serializers.serialize$2$specifiedType(object.expenseCategoryState, B.FullType_4qm), "recurringInvoiceState", serializers.serialize$2$specifiedType(object.recurringInvoiceState, B.FullType_Elr), "webhookState", serializers.serialize$2$specifiedType(object.webhookState, B.FullType_EAC), "tokenState", serializers.serialize$2$specifiedType(object.tokenState, B.FullType_ouN), "paymentTermState", serializers.serialize$2$specifiedType(object.paymentTermState, B.FullType_KIj), "designState", serializers.serialize$2$specifiedType(object.designState, B.FullType_QKT), "creditState", serializers.serialize$2$specifiedType(object.creditState, B.FullType_lqU), "userState", serializers.serialize$2$specifiedType(object.userState, B.FullType_d4x), "taxRateState", serializers.serialize$2$specifiedType(object.taxRateState, B.FullType_dIX), "companyGatewayState", serializers.serialize$2$specifiedType(object.companyGatewayState, B.FullType_gGD), "groupState", serializers.serialize$2$specifiedType(object.groupState, B.FullType_SNv)], type$.JSArray_legacy_Object), + var result = A._setArrayType(["lastUpdated", serializers.serialize$2$specifiedType(object.lastUpdated, B.FullType_kjq), "documentState", serializers.serialize$2$specifiedType(object.documentState, B.FullType_61h), "productState", serializers.serialize$2$specifiedType(object.productState, B.FullType_HZ2), "clientState", serializers.serialize$2$specifiedType(object.clientState, B.FullType_MIo), "invoiceState", serializers.serialize$2$specifiedType(object.invoiceState, B.FullType_mXg), "expenseState", serializers.serialize$2$specifiedType(object.expenseState, B.FullType_5OF), "vendorState", serializers.serialize$2$specifiedType(object.vendorState, B.FullType_xI0), "taskState", serializers.serialize$2$specifiedType(object.taskState, B.FullType_SQp), "projectState", serializers.serialize$2$specifiedType(object.projectState, B.FullType_cEX), "paymentState", serializers.serialize$2$specifiedType(object.paymentState, B.FullType_sgl), "quoteState", serializers.serialize$2$specifiedType(object.quoteState, B.FullType_yqa), "bankAccountState", serializers.serialize$2$specifiedType(object.bankAccountState, B.FullType_Sre), "purchaseOrderState", serializers.serialize$2$specifiedType(object.purchaseOrderState, B.FullType_kGC), "recurringExpenseState", serializers.serialize$2$specifiedType(object.recurringExpenseState, B.FullType_nrV), "subscriptionState", serializers.serialize$2$specifiedType(object.subscriptionState, B.FullType_3BG), "taskStatusState", serializers.serialize$2$specifiedType(object.taskStatusState, B.FullType_A6W), "expenseCategoryState", serializers.serialize$2$specifiedType(object.expenseCategoryState, B.FullType_4qm), "recurringInvoiceState", serializers.serialize$2$specifiedType(object.recurringInvoiceState, B.FullType_Elr), "webhookState", serializers.serialize$2$specifiedType(object.webhookState, B.FullType_EAC), "tokenState", serializers.serialize$2$specifiedType(object.tokenState, B.FullType_ouN), "paymentTermState", serializers.serialize$2$specifiedType(object.paymentTermState, B.FullType_KIj), "designState", serializers.serialize$2$specifiedType(object.designState, B.FullType_QKT), "creditState", serializers.serialize$2$specifiedType(object.creditState, B.FullType_lqU), "userState", serializers.serialize$2$specifiedType(object.userState, B.FullType_d4x), "taxRateState", serializers.serialize$2$specifiedType(object.taxRateState, B.FullType_dIX), "companyGatewayState", serializers.serialize$2$specifiedType(object.companyGatewayState, B.FullType_gGD), "groupState", serializers.serialize$2$specifiedType(object.groupState, B.FullType_SNv)], type$.JSArray_legacy_Object), value = object.userCompany; if (value != null) { result.push("userCompany"); @@ -350199,261 +359452,270 @@ return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); }, deserialize$3$specifiedType(serializers, serialized, specifiedType) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, key, value, t27, t28, _s5_ = "other", + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, key, value, t28, t29, _s5_ = "other", result = new A.UserCompanyStateBuilder(), iterator = J.get$iterator$ax(serialized); - for (t1 = type$.legacy_GroupState, t2 = type$.legacy_CompanyGatewayState, t3 = type$.legacy_TaxRateState, t4 = type$.legacy_UserState, t5 = type$.legacy_CreditState, t6 = type$.legacy_DesignState, t7 = type$.legacy_PaymentTermState, t8 = type$.legacy_TokenState, t9 = type$.legacy_WebhookState, t10 = type$.legacy_RecurringInvoiceState, t11 = type$.legacy_ExpenseCategoryState, t12 = type$.legacy_TaskStatusState, t13 = type$.legacy_SubscriptionState, t14 = type$.legacy_RecurringExpenseState, t15 = type$.legacy_PurchaseOrderState, t16 = type$.legacy_QuoteState, t17 = type$.legacy_PaymentState, t18 = type$.legacy_ProjectState, t19 = type$.legacy_TaskState, t20 = type$.legacy_VendorState, t21 = type$.legacy_ExpenseState, t22 = type$.legacy_InvoiceState, t23 = type$.legacy_ClientState, t24 = type$.legacy_ProductState, t25 = type$.legacy_DocumentState, t26 = type$.legacy_UserCompanyEntity; iterator.moveNext$0();) { + for (t1 = type$.legacy_GroupState, t2 = type$.legacy_CompanyGatewayState, t3 = type$.legacy_TaxRateState, t4 = type$.legacy_UserState, t5 = type$.legacy_CreditState, t6 = type$.legacy_DesignState, t7 = type$.legacy_PaymentTermState, t8 = type$.legacy_TokenState, t9 = type$.legacy_WebhookState, t10 = type$.legacy_RecurringInvoiceState, t11 = type$.legacy_ExpenseCategoryState, t12 = type$.legacy_TaskStatusState, t13 = type$.legacy_SubscriptionState, t14 = type$.legacy_RecurringExpenseState, t15 = type$.legacy_PurchaseOrderState, t16 = type$.legacy_BankAccountState, t17 = type$.legacy_QuoteState, t18 = type$.legacy_PaymentState, t19 = type$.legacy_ProjectState, t20 = type$.legacy_TaskState, t21 = type$.legacy_VendorState, t22 = type$.legacy_ExpenseState, t23 = type$.legacy_InvoiceState, t24 = type$.legacy_ClientState, t25 = type$.legacy_ProductState, t26 = type$.legacy_DocumentState, t27 = type$.legacy_UserCompanyEntity; iterator.moveNext$0();) { key = A._asStringS(iterator.get$current(iterator)); iterator.moveNext$0(); value = iterator.get$current(iterator); switch (key) { case "lastUpdated": - t27 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_company_state$_$this()._lastUpdated = t27; + t28 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_company_state$_$this()._lastUpdated = t28; break; case "userCompany": - t27 = result.get$_company_state$_$this(); - t28 = t27._company_state$_userCompany; - if (t28 == null) { - t28 = new A.UserCompanyEntityBuilder(); - A.UserCompanyEntity__initializeBuilder(t28); - t27._company_state$_userCompany = t28; - t27 = t28; + t28 = result.get$_company_state$_$this(); + t29 = t28._company_state$_userCompany; + if (t29 == null) { + t29 = new A.UserCompanyEntityBuilder(); + A.UserCompanyEntity__initializeBuilder(t29); + t28._company_state$_userCompany = t29; + t28 = t29; } else - t27 = t28; - t28 = t26._as(serializers.deserialize$2$specifiedType(value, B.FullType_whX)); - if (t28 == null) + t28 = t29; + t29 = t27._as(serializers.deserialize$2$specifiedType(value, B.FullType_whX)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._company_model$_$v = t28; + t28._company_model$_$v = t29; break; case "documentState": - t27 = result.get$_company_state$_$this(); - t28 = t27._documentState; - t27 = t28 == null ? t27._documentState = new A.DocumentStateBuilder() : t28; - t28 = t25._as(serializers.deserialize$2$specifiedType(value, B.FullType_61h)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._documentState; + t28 = t29 == null ? t28._documentState = new A.DocumentStateBuilder() : t29; + t29 = t26._as(serializers.deserialize$2$specifiedType(value, B.FullType_61h)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._document_state$_$v = t28; + t28._document_state$_$v = t29; break; case "productState": - t27 = result.get$_company_state$_$this(); - t28 = t27._productState; - t27 = t28 == null ? t27._productState = new A.ProductStateBuilder() : t28; - t28 = t24._as(serializers.deserialize$2$specifiedType(value, B.FullType_HZ2)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._productState; + t28 = t29 == null ? t28._productState = new A.ProductStateBuilder() : t29; + t29 = t25._as(serializers.deserialize$2$specifiedType(value, B.FullType_HZ2)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._product_state$_$v = t28; + t28._product_state$_$v = t29; break; case "clientState": - t27 = result.get$_company_state$_$this(); - t28 = t27._clientState; - t27 = t28 == null ? t27._clientState = new A.ClientStateBuilder() : t28; - t28 = t23._as(serializers.deserialize$2$specifiedType(value, B.FullType_MIo)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._clientState; + t28 = t29 == null ? t28._clientState = new A.ClientStateBuilder() : t29; + t29 = t24._as(serializers.deserialize$2$specifiedType(value, B.FullType_MIo)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._client_state$_$v = t28; + t28._client_state$_$v = t29; break; case "invoiceState": - t27 = result.get$_company_state$_$this(); - t28 = t27._invoiceState; - t27 = t28 == null ? t27._invoiceState = new A.InvoiceStateBuilder() : t28; - t28 = t22._as(serializers.deserialize$2$specifiedType(value, B.FullType_mXg)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._invoiceState; + t28 = t29 == null ? t28._invoiceState = new A.InvoiceStateBuilder() : t29; + t29 = t23._as(serializers.deserialize$2$specifiedType(value, B.FullType_mXg)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._invoice_state$_$v = t28; + t28._invoice_state$_$v = t29; break; case "expenseState": - t27 = result.get$_company_state$_$this(); - t28 = t27._expenseState; - t27 = t28 == null ? t27._expenseState = new A.ExpenseStateBuilder() : t28; - t28 = t21._as(serializers.deserialize$2$specifiedType(value, B.FullType_5OF)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._expenseState; + t28 = t29 == null ? t28._expenseState = new A.ExpenseStateBuilder() : t29; + t29 = t22._as(serializers.deserialize$2$specifiedType(value, B.FullType_5OF)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._expense_state$_$v = t28; + t28._expense_state$_$v = t29; break; case "vendorState": - t27 = result.get$_company_state$_$this(); - t28 = t27._vendorState; - t27 = t28 == null ? t27._vendorState = new A.VendorStateBuilder() : t28; - t28 = t20._as(serializers.deserialize$2$specifiedType(value, B.FullType_xI0)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._vendorState; + t28 = t29 == null ? t28._vendorState = new A.VendorStateBuilder() : t29; + t29 = t21._as(serializers.deserialize$2$specifiedType(value, B.FullType_xI0)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._vendor_state$_$v = t28; + t28._vendor_state$_$v = t29; break; case "taskState": - t27 = result.get$_company_state$_$this(); - t28 = t27._taskState; - t27 = t28 == null ? t27._taskState = new A.TaskStateBuilder() : t28; - t28 = t19._as(serializers.deserialize$2$specifiedType(value, B.FullType_SQp)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._taskState; + t28 = t29 == null ? t28._taskState = new A.TaskStateBuilder() : t29; + t29 = t20._as(serializers.deserialize$2$specifiedType(value, B.FullType_SQp)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._task_state$_$v = t28; + t28._task_state$_$v = t29; break; case "projectState": - t27 = result.get$_company_state$_$this(); - t28 = t27._projectState; - t27 = t28 == null ? t27._projectState = new A.ProjectStateBuilder() : t28; - t28 = t18._as(serializers.deserialize$2$specifiedType(value, B.FullType_cEX)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._projectState; + t28 = t29 == null ? t28._projectState = new A.ProjectStateBuilder() : t29; + t29 = t19._as(serializers.deserialize$2$specifiedType(value, B.FullType_cEX)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._project_state$_$v = t28; + t28._project_state$_$v = t29; break; case "paymentState": - t27 = result.get$_company_state$_$this(); - t28 = t27._paymentState; - t27 = t28 == null ? t27._paymentState = new A.PaymentStateBuilder() : t28; - t28 = t17._as(serializers.deserialize$2$specifiedType(value, B.FullType_sgl)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._paymentState; + t28 = t29 == null ? t28._paymentState = new A.PaymentStateBuilder() : t29; + t29 = t18._as(serializers.deserialize$2$specifiedType(value, B.FullType_sgl)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._payment_state$_$v = t28; + t28._payment_state$_$v = t29; break; case "quoteState": - t27 = result.get$_company_state$_$this(); - t28 = t27._quoteState; - t27 = t28 == null ? t27._quoteState = new A.QuoteStateBuilder() : t28; - t28 = t16._as(serializers.deserialize$2$specifiedType(value, B.FullType_yqa)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._quoteState; + t28 = t29 == null ? t28._quoteState = new A.QuoteStateBuilder() : t29; + t29 = t17._as(serializers.deserialize$2$specifiedType(value, B.FullType_yqa)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._quote_state$_$v = t28; + t28._quote_state$_$v = t29; + break; + case "bankAccountState": + t28 = result.get$_company_state$_$this(); + t29 = t28._bankAccountState; + t28 = t29 == null ? t28._bankAccountState = new A.BankAccountStateBuilder() : t29; + t29 = t16._as(serializers.deserialize$2$specifiedType(value, B.FullType_Sre)); + if (t29 == null) + A.throwExpression(A.ArgumentError$notNull(_s5_)); + t28._bank_account_state$_$v = t29; break; case "purchaseOrderState": - t27 = result.get$_company_state$_$this(); - t28 = t27._purchaseOrderState; - t27 = t28 == null ? t27._purchaseOrderState = new A.PurchaseOrderStateBuilder() : t28; - t28 = t15._as(serializers.deserialize$2$specifiedType(value, B.FullType_kGC)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._purchaseOrderState; + t28 = t29 == null ? t28._purchaseOrderState = new A.PurchaseOrderStateBuilder() : t29; + t29 = t15._as(serializers.deserialize$2$specifiedType(value, B.FullType_kGC)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._purchase_order_state$_$v = t28; + t28._purchase_order_state$_$v = t29; break; case "recurringExpenseState": - t27 = result.get$_company_state$_$this(); - t28 = t27._recurringExpenseState; - t27 = t28 == null ? t27._recurringExpenseState = new A.RecurringExpenseStateBuilder() : t28; - t28 = t14._as(serializers.deserialize$2$specifiedType(value, B.FullType_nrV)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._recurringExpenseState; + t28 = t29 == null ? t28._recurringExpenseState = new A.RecurringExpenseStateBuilder() : t29; + t29 = t14._as(serializers.deserialize$2$specifiedType(value, B.FullType_nrV)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._recurring_expense_state$_$v = t28; + t28._recurring_expense_state$_$v = t29; break; case "subscriptionState": - t27 = result.get$_company_state$_$this(); - t28 = t27._subscriptionState; - t27 = t28 == null ? t27._subscriptionState = new A.SubscriptionStateBuilder() : t28; - t28 = t13._as(serializers.deserialize$2$specifiedType(value, B.FullType_3BG)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._subscriptionState; + t28 = t29 == null ? t28._subscriptionState = new A.SubscriptionStateBuilder() : t29; + t29 = t13._as(serializers.deserialize$2$specifiedType(value, B.FullType_3BG)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._subscription_state$_$v = t28; + t28._subscription_state$_$v = t29; break; case "taskStatusState": - t27 = result.get$_company_state$_$this(); - t28 = t27._taskStatusState; - t27 = t28 == null ? t27._taskStatusState = new A.TaskStatusStateBuilder() : t28; - t28 = t12._as(serializers.deserialize$2$specifiedType(value, B.FullType_A6W)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._taskStatusState; + t28 = t29 == null ? t28._taskStatusState = new A.TaskStatusStateBuilder() : t29; + t29 = t12._as(serializers.deserialize$2$specifiedType(value, B.FullType_A6W)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._task_status_state$_$v = t28; + t28._task_status_state$_$v = t29; break; case "expenseCategoryState": - t27 = result.get$_company_state$_$this(); - t28 = t27._expenseCategoryState; - t27 = t28 == null ? t27._expenseCategoryState = new A.ExpenseCategoryStateBuilder() : t28; - t28 = t11._as(serializers.deserialize$2$specifiedType(value, B.FullType_4qm)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._expenseCategoryState; + t28 = t29 == null ? t28._expenseCategoryState = new A.ExpenseCategoryStateBuilder() : t29; + t29 = t11._as(serializers.deserialize$2$specifiedType(value, B.FullType_4qm)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._expense_category_state$_$v = t28; + t28._expense_category_state$_$v = t29; break; case "recurringInvoiceState": - t27 = result.get$_company_state$_$this(); - t28 = t27._recurringInvoiceState; - t27 = t28 == null ? t27._recurringInvoiceState = new A.RecurringInvoiceStateBuilder() : t28; - t28 = t10._as(serializers.deserialize$2$specifiedType(value, B.FullType_Elr)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._recurringInvoiceState; + t28 = t29 == null ? t28._recurringInvoiceState = new A.RecurringInvoiceStateBuilder() : t29; + t29 = t10._as(serializers.deserialize$2$specifiedType(value, B.FullType_Elr)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._recurring_invoice_state$_$v = t28; + t28._recurring_invoice_state$_$v = t29; break; case "webhookState": - t27 = result.get$_company_state$_$this(); - t28 = t27._webhookState; - t27 = t28 == null ? t27._webhookState = new A.WebhookStateBuilder() : t28; - t28 = t9._as(serializers.deserialize$2$specifiedType(value, B.FullType_EAC)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._webhookState; + t28 = t29 == null ? t28._webhookState = new A.WebhookStateBuilder() : t29; + t29 = t9._as(serializers.deserialize$2$specifiedType(value, B.FullType_EAC)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._webhook_state$_$v = t28; + t28._webhook_state$_$v = t29; break; case "tokenState": - t27 = result.get$_company_state$_$this(); - t28 = t27._tokenState; - t27 = t28 == null ? t27._tokenState = new A.TokenStateBuilder() : t28; - t28 = t8._as(serializers.deserialize$2$specifiedType(value, B.FullType_ouN)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._tokenState; + t28 = t29 == null ? t28._tokenState = new A.TokenStateBuilder() : t29; + t29 = t8._as(serializers.deserialize$2$specifiedType(value, B.FullType_ouN)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._token_state$_$v = t28; + t28._token_state$_$v = t29; break; case "paymentTermState": - t27 = result.get$_company_state$_$this(); - t28 = t27._paymentTermState; - t27 = t28 == null ? t27._paymentTermState = new A.PaymentTermStateBuilder() : t28; - t28 = t7._as(serializers.deserialize$2$specifiedType(value, B.FullType_KIj)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._paymentTermState; + t28 = t29 == null ? t28._paymentTermState = new A.PaymentTermStateBuilder() : t29; + t29 = t7._as(serializers.deserialize$2$specifiedType(value, B.FullType_KIj)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._payment_term_state$_$v = t28; + t28._payment_term_state$_$v = t29; break; case "designState": - t27 = result.get$_company_state$_$this(); - t28 = t27._designState; - t27 = t28 == null ? t27._designState = new A.DesignStateBuilder() : t28; - t28 = t6._as(serializers.deserialize$2$specifiedType(value, B.FullType_QKT)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._designState; + t28 = t29 == null ? t28._designState = new A.DesignStateBuilder() : t29; + t29 = t6._as(serializers.deserialize$2$specifiedType(value, B.FullType_QKT)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._design_state$_$v = t28; + t28._design_state$_$v = t29; break; case "creditState": - t27 = result.get$_company_state$_$this(); - t28 = t27._creditState; - t27 = t28 == null ? t27._creditState = new A.CreditStateBuilder() : t28; - t28 = t5._as(serializers.deserialize$2$specifiedType(value, B.FullType_lqU)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._creditState; + t28 = t29 == null ? t28._creditState = new A.CreditStateBuilder() : t29; + t29 = t5._as(serializers.deserialize$2$specifiedType(value, B.FullType_lqU)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._credit_state$_$v = t28; + t28._credit_state$_$v = t29; break; case "userState": - t27 = result.get$_company_state$_$this(); - t28 = t27._userState; - t27 = t28 == null ? t27._userState = new A.UserStateBuilder() : t28; - t28 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_d4x)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._userState; + t28 = t29 == null ? t28._userState = new A.UserStateBuilder() : t29; + t29 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_d4x)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._user_state$_$v = t28; + t28._user_state$_$v = t29; break; case "taxRateState": - t27 = result.get$_company_state$_$this(); - t28 = t27._taxRateState; - t27 = t28 == null ? t27._taxRateState = new A.TaxRateStateBuilder() : t28; - t28 = t3._as(serializers.deserialize$2$specifiedType(value, B.FullType_dIX)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._taxRateState; + t28 = t29 == null ? t28._taxRateState = new A.TaxRateStateBuilder() : t29; + t29 = t3._as(serializers.deserialize$2$specifiedType(value, B.FullType_dIX)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._tax_rate_state$_$v = t28; + t28._tax_rate_state$_$v = t29; break; case "companyGatewayState": - t27 = result.get$_company_state$_$this(); - t28 = t27._companyGatewayState; - t27 = t28 == null ? t27._companyGatewayState = new A.CompanyGatewayStateBuilder() : t28; - t28 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_gGD)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._companyGatewayState; + t28 = t29 == null ? t28._companyGatewayState = new A.CompanyGatewayStateBuilder() : t29; + t29 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_gGD)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._company_gateway_state$_$v = t28; + t28._company_gateway_state$_$v = t29; break; case "groupState": - t27 = result.get$_company_state$_$this(); - t28 = t27._groupState; - t27 = t28 == null ? t27._groupState = new A.GroupStateBuilder() : t28; - t28 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_SNv)); - if (t28 == null) + t28 = result.get$_company_state$_$this(); + t29 = t28._groupState; + t28 = t29 == null ? t28._groupState = new A.GroupStateBuilder() : t29; + t29 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_SNv)); + if (t29 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t27._group_state$_$v = t28; + t28._group_state$_$v = t29; break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -350559,7 +359821,7 @@ t12 = t11._documents; if (t12 == null) { t12 = new A.ListBuilder(t6); - t12.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); + t12.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); t11._documents = t12; t11 = t12; } else @@ -350567,10 +359829,10 @@ t12 = A.BuiltList_BuiltList$from(B.List_empty, t5); t13 = t11.$ti; if (t13._eval$1("_BuiltList<1>")._is(t12)) { - t11.__ListBuilder__list = t12._list; + t11.__ListBuilder__list_A = t12._list; t11._listOwner = t12; } else { - t11.__ListBuilder__list = A.List_List$from(t12, true, t13._precomputed1); + t11.__ListBuilder__list_A = A.List_List$from(t12, true, t13._precomputed1); t11._listOwner = null; } t9._company_state$_group = t10; @@ -350591,7 +359853,7 @@ t12 = t11._documents; if (t12 == null) { t12 = new A.ListBuilder(t6); - t12.__ListBuilder__list = A.List_List$from(B.List_empty, true, t5); + t12.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t5); t11._documents = t12; t11 = t12; } else @@ -350599,10 +359861,10 @@ t12 = A.BuiltList_BuiltList$from(B.List_empty, t5); t13 = t11.$ti; if (t13._eval$1("_BuiltList<1>")._is(t12)) { - t11.__ListBuilder__list = t12._list; + t11.__ListBuilder__list_A = t12._list; t11._listOwner = t12; } else { - t11.__ListBuilder__list = A.List_List$from(t12, true, t13._precomputed1); + t11.__ListBuilder__list_A = A.List_List$from(t12, true, t13._precomputed1); t11._listOwner = null; } t9._origGroup = t10; @@ -350686,7 +359948,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -350707,12 +359969,12 @@ return false; if (other === _this) return true; - return other instanceof A.UserCompanyState && _this.lastUpdated === other.lastUpdated && J.$eq$(_this.userCompany, other.userCompany) && J.$eq$(_this.documentState, other.documentState) && J.$eq$(_this.productState, other.productState) && J.$eq$(_this.clientState, other.clientState) && J.$eq$(_this.invoiceState, other.invoiceState) && J.$eq$(_this.expenseState, other.expenseState) && J.$eq$(_this.vendorState, other.vendorState) && J.$eq$(_this.taskState, other.taskState) && J.$eq$(_this.projectState, other.projectState) && J.$eq$(_this.paymentState, other.paymentState) && J.$eq$(_this.quoteState, other.quoteState) && J.$eq$(_this.purchaseOrderState, other.purchaseOrderState) && J.$eq$(_this.recurringExpenseState, other.recurringExpenseState) && J.$eq$(_this.subscriptionState, other.subscriptionState) && J.$eq$(_this.taskStatusState, other.taskStatusState) && J.$eq$(_this.expenseCategoryState, other.expenseCategoryState) && J.$eq$(_this.recurringInvoiceState, other.recurringInvoiceState) && J.$eq$(_this.webhookState, other.webhookState) && J.$eq$(_this.tokenState, other.tokenState) && J.$eq$(_this.paymentTermState, other.paymentTermState) && J.$eq$(_this.designState, other.designState) && J.$eq$(_this.creditState, other.creditState) && J.$eq$(_this.userState, other.userState) && J.$eq$(_this.taxRateState, other.taxRateState) && J.$eq$(_this.companyGatewayState, other.companyGatewayState) && J.$eq$(_this.groupState, other.groupState); + return other instanceof A.UserCompanyState && _this.lastUpdated === other.lastUpdated && J.$eq$(_this.userCompany, other.userCompany) && J.$eq$(_this.documentState, other.documentState) && J.$eq$(_this.productState, other.productState) && J.$eq$(_this.clientState, other.clientState) && J.$eq$(_this.invoiceState, other.invoiceState) && J.$eq$(_this.expenseState, other.expenseState) && J.$eq$(_this.vendorState, other.vendorState) && J.$eq$(_this.taskState, other.taskState) && J.$eq$(_this.projectState, other.projectState) && J.$eq$(_this.paymentState, other.paymentState) && J.$eq$(_this.quoteState, other.quoteState) && J.$eq$(_this.bankAccountState, other.bankAccountState) && J.$eq$(_this.purchaseOrderState, other.purchaseOrderState) && J.$eq$(_this.recurringExpenseState, other.recurringExpenseState) && J.$eq$(_this.subscriptionState, other.subscriptionState) && J.$eq$(_this.taskStatusState, other.taskStatusState) && J.$eq$(_this.expenseCategoryState, other.expenseCategoryState) && J.$eq$(_this.recurringInvoiceState, other.recurringInvoiceState) && J.$eq$(_this.webhookState, other.webhookState) && J.$eq$(_this.tokenState, other.tokenState) && J.$eq$(_this.paymentTermState, other.paymentTermState) && J.$eq$(_this.designState, other.designState) && J.$eq$(_this.creditState, other.creditState) && J.$eq$(_this.userState, other.userState) && J.$eq$(_this.taxRateState, other.taxRateState) && J.$eq$(_this.companyGatewayState, other.companyGatewayState) && J.$eq$(_this.groupState, other.groupState); }, get$hashCode(_) { var _this = this, t1 = _this._company_state$__hashCode; - return t1 == null ? _this._company_state$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSInt_methods.get$hashCode(_this.lastUpdated)), J.get$hashCode$(_this.userCompany)), J.get$hashCode$(_this.documentState)), J.get$hashCode$(_this.productState)), J.get$hashCode$(_this.clientState)), J.get$hashCode$(_this.invoiceState)), J.get$hashCode$(_this.expenseState)), J.get$hashCode$(_this.vendorState)), J.get$hashCode$(_this.taskState)), J.get$hashCode$(_this.projectState)), J.get$hashCode$(_this.paymentState)), J.get$hashCode$(_this.quoteState)), J.get$hashCode$(_this.purchaseOrderState)), J.get$hashCode$(_this.recurringExpenseState)), J.get$hashCode$(_this.subscriptionState)), J.get$hashCode$(_this.taskStatusState)), J.get$hashCode$(_this.expenseCategoryState)), J.get$hashCode$(_this.recurringInvoiceState)), J.get$hashCode$(_this.webhookState)), J.get$hashCode$(_this.tokenState)), J.get$hashCode$(_this.paymentTermState)), J.get$hashCode$(_this.designState)), J.get$hashCode$(_this.creditState)), J.get$hashCode$(_this.userState)), J.get$hashCode$(_this.taxRateState)), J.get$hashCode$(_this.companyGatewayState)), J.get$hashCode$(_this.groupState))) : t1; + return t1 == null ? _this._company_state$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSInt_methods.get$hashCode(_this.lastUpdated)), J.get$hashCode$(_this.userCompany)), J.get$hashCode$(_this.documentState)), J.get$hashCode$(_this.productState)), J.get$hashCode$(_this.clientState)), J.get$hashCode$(_this.invoiceState)), J.get$hashCode$(_this.expenseState)), J.get$hashCode$(_this.vendorState)), J.get$hashCode$(_this.taskState)), J.get$hashCode$(_this.projectState)), J.get$hashCode$(_this.paymentState)), J.get$hashCode$(_this.quoteState)), J.get$hashCode$(_this.bankAccountState)), J.get$hashCode$(_this.purchaseOrderState)), J.get$hashCode$(_this.recurringExpenseState)), J.get$hashCode$(_this.subscriptionState)), J.get$hashCode$(_this.taskStatusState)), J.get$hashCode$(_this.expenseCategoryState)), J.get$hashCode$(_this.recurringInvoiceState)), J.get$hashCode$(_this.webhookState)), J.get$hashCode$(_this.tokenState)), J.get$hashCode$(_this.paymentTermState)), J.get$hashCode$(_this.designState)), J.get$hashCode$(_this.creditState)), J.get$hashCode$(_this.userState)), J.get$hashCode$(_this.taxRateState)), J.get$hashCode$(_this.companyGatewayState)), J.get$hashCode$(_this.groupState))) : t1; }, toString$0(_) { var _this = this, @@ -350730,6 +359992,7 @@ t2.add$2(t1, "projectState", _this.projectState); t2.add$2(t1, "paymentState", _this.paymentState); t2.add$2(t1, "quoteState", _this.quoteState); + t2.add$2(t1, "bankAccountState", _this.bankAccountState); t2.add$2(t1, "purchaseOrderState", _this.purchaseOrderState); t2.add$2(t1, "recurringExpenseState", _this.recurringExpenseState); t2.add$2(t1, "subscriptionState", _this.subscriptionState); @@ -350811,6 +360074,11 @@ t2 = t1._quoteState; return t2 == null ? t1._quoteState = new A.QuoteStateBuilder() : t2; }, + get$bankAccountState() { + var t1 = this.get$_company_state$_$this(), + t2 = t1._bankAccountState; + return t2 == null ? t1._bankAccountState = new A.BankAccountStateBuilder() : t2; + }, get$purchaseOrderState() { var t1 = this.get$_company_state$_$this(), t2 = t1._purchaseOrderState; @@ -350962,102 +360230,108 @@ A.ArgumentError_checkNotNull(t2, _s5_); t1._quote_state$_$v = t2; _this._quoteState = t1; - t1 = $$v.purchaseOrderState; + t1 = $$v.bankAccountState; t1.toString; - t2 = new A.PurchaseOrderStateBuilder(); + t2 = new A.BankAccountStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._purchase_order_state$_$v = t1; - _this._purchaseOrderState = t2; - t2 = $$v.recurringExpenseState; + t2._bank_account_state$_$v = t1; + _this._bankAccountState = t2; + t2 = $$v.purchaseOrderState; t2.toString; - t1 = new A.RecurringExpenseStateBuilder(); + t1 = new A.PurchaseOrderStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._recurring_expense_state$_$v = t2; - _this._recurringExpenseState = t1; - t1 = $$v.subscriptionState; + t1._purchase_order_state$_$v = t2; + _this._purchaseOrderState = t1; + t1 = $$v.recurringExpenseState; t1.toString; - t2 = new A.SubscriptionStateBuilder(); + t2 = new A.RecurringExpenseStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._subscription_state$_$v = t1; - _this._subscriptionState = t2; - t2 = $$v.taskStatusState; + t2._recurring_expense_state$_$v = t1; + _this._recurringExpenseState = t2; + t2 = $$v.subscriptionState; t2.toString; - t1 = new A.TaskStatusStateBuilder(); + t1 = new A.SubscriptionStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._task_status_state$_$v = t2; - _this._taskStatusState = t1; - t1 = $$v.expenseCategoryState; + t1._subscription_state$_$v = t2; + _this._subscriptionState = t1; + t1 = $$v.taskStatusState; t1.toString; - t2 = new A.ExpenseCategoryStateBuilder(); + t2 = new A.TaskStatusStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._expense_category_state$_$v = t1; - _this._expenseCategoryState = t2; - t2 = $$v.recurringInvoiceState; + t2._task_status_state$_$v = t1; + _this._taskStatusState = t2; + t2 = $$v.expenseCategoryState; t2.toString; - t1 = new A.RecurringInvoiceStateBuilder(); + t1 = new A.ExpenseCategoryStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._recurring_invoice_state$_$v = t2; - _this._recurringInvoiceState = t1; - t1 = $$v.webhookState; + t1._expense_category_state$_$v = t2; + _this._expenseCategoryState = t1; + t1 = $$v.recurringInvoiceState; t1.toString; - t2 = new A.WebhookStateBuilder(); + t2 = new A.RecurringInvoiceStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._webhook_state$_$v = t1; - _this._webhookState = t2; - t2 = $$v.tokenState; + t2._recurring_invoice_state$_$v = t1; + _this._recurringInvoiceState = t2; + t2 = $$v.webhookState; t2.toString; - t1 = new A.TokenStateBuilder(); + t1 = new A.WebhookStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._token_state$_$v = t2; - _this._tokenState = t1; - t1 = $$v.paymentTermState; + t1._webhook_state$_$v = t2; + _this._webhookState = t1; + t1 = $$v.tokenState; t1.toString; - t2 = new A.PaymentTermStateBuilder(); + t2 = new A.TokenStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._payment_term_state$_$v = t1; - _this._paymentTermState = t2; - t2 = $$v.designState; + t2._token_state$_$v = t1; + _this._tokenState = t2; + t2 = $$v.paymentTermState; t2.toString; - t1 = new A.DesignStateBuilder(); + t1 = new A.PaymentTermStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._design_state$_$v = t2; - _this._designState = t1; - t1 = $$v.creditState; + t1._payment_term_state$_$v = t2; + _this._paymentTermState = t1; + t1 = $$v.designState; t1.toString; - t2 = new A.CreditStateBuilder(); + t2 = new A.DesignStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._credit_state$_$v = t1; - _this._creditState = t2; - t2 = $$v.userState; + t2._design_state$_$v = t1; + _this._designState = t2; + t2 = $$v.creditState; t2.toString; - t1 = new A.UserStateBuilder(); + t1 = new A.CreditStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._user_state$_$v = t2; - _this._userState = t1; - t1 = $$v.taxRateState; + t1._credit_state$_$v = t2; + _this._creditState = t1; + t1 = $$v.userState; t1.toString; - t2 = new A.TaxRateStateBuilder(); + t2 = new A.UserStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._tax_rate_state$_$v = t1; - _this._taxRateState = t2; - t2 = $$v.companyGatewayState; + t2._user_state$_$v = t1; + _this._userState = t2; + t2 = $$v.taxRateState; t2.toString; - t1 = new A.CompanyGatewayStateBuilder(); + t1 = new A.TaxRateStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._company_gateway_state$_$v = t2; - _this._companyGatewayState = t1; - t1 = $$v.groupState; + t1._tax_rate_state$_$v = t2; + _this._taxRateState = t1; + t1 = $$v.companyGatewayState; t1.toString; - t2 = new A.GroupStateBuilder(); + t2 = new A.CompanyGatewayStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._group_state$_$v = t1; - _this._groupState = t2; + t2._company_gateway_state$_$v = t1; + _this._companyGatewayState = t2; + t2 = $$v.groupState; + t2.toString; + t1 = new A.GroupStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._group_state$_$v = t2; + _this._groupState = t1; _this._company_state$_$v = null; } return _this; }, - build$0(_) { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, exception, _this = this, + build$0() { + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, exception, _this = this, _s16_ = "UserCompanyState", _$result = null; try { @@ -351067,31 +360341,32 @@ if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "lastUpdated")); t2 = _this._company_state$_userCompany; - t2 = t2 == null ? null : t2.build$0(0); - t3 = _this.get$documentState().build$0(0); - t4 = _this.get$productState().build$0(0); - t5 = _this.get$clientState().build$0(0); - t6 = _this.get$invoiceState().build$0(0); - t7 = _this.get$expenseState().build$0(0); - t8 = _this.get$vendorState().build$0(0); - t9 = _this.get$taskState().build$0(0); - t10 = _this.get$projectState().build$0(0); - t11 = _this.get$paymentState().build$0(0); - t12 = _this.get$quoteState().build$0(0); - t13 = _this.get$purchaseOrderState().build$0(0); - t14 = _this.get$recurringExpenseState().build$0(0); - t15 = _this.get$subscriptionState().build$0(0); - t16 = _this.get$taskStatusState().build$0(0); - t17 = _this.get$expenseCategoryState().build$0(0); - t18 = _this.get$recurringInvoiceState().build$0(0); - t19 = _this.get$webhookState().build$0(0); - t20 = _this.get$tokenState().build$0(0); - t21 = _this.get$paymentTermState().build$0(0); - t22 = _this.get$designState().build$0(0); - t23 = _this.get$creditState().build$0(0); - t24 = _this.get$userState().build$0(0); - t25 = _this.get$taxRateState().build$0(0); - _$result0 = A._$UserCompanyState$_(t5, _this.get$companyGatewayState().build$0(0), t23, t22, t3, t17, t7, _this.get$groupState().build$0(0), t6, t1, t11, t21, t4, t10, t13, t12, t14, t18, t15, t9, t16, t25, t20, t2, t24, t8, t19); + t2 = t2 == null ? null : t2.build$0(); + t3 = _this.get$documentState().build$0(); + t4 = _this.get$productState().build$0(); + t5 = _this.get$clientState().build$0(); + t6 = _this.get$invoiceState().build$0(); + t7 = _this.get$expenseState().build$0(); + t8 = _this.get$vendorState().build$0(); + t9 = _this.get$taskState().build$0(); + t10 = _this.get$projectState().build$0(); + t11 = _this.get$paymentState().build$0(); + t12 = _this.get$quoteState().build$0(); + t13 = _this.get$bankAccountState().build$0(); + t14 = _this.get$purchaseOrderState().build$0(); + t15 = _this.get$recurringExpenseState().build$0(); + t16 = _this.get$subscriptionState().build$0(); + t17 = _this.get$taskStatusState().build$0(); + t18 = _this.get$expenseCategoryState().build$0(); + t19 = _this.get$recurringInvoiceState().build$0(); + t20 = _this.get$webhookState().build$0(); + t21 = _this.get$tokenState().build$0(); + t22 = _this.get$paymentTermState().build$0(); + t23 = _this.get$designState().build$0(); + t24 = _this.get$creditState().build$0(); + t25 = _this.get$userState().build$0(); + t26 = _this.get$taxRateState().build$0(); + _$result0 = A._$UserCompanyState$_(t13, t5, _this.get$companyGatewayState().build$0(), t24, t23, t3, t18, t7, _this.get$groupState().build$0(), t6, t1, t11, t22, t4, t10, t14, t12, t15, t19, t16, t9, t17, t26, t21, t2, t25, t8, t20); } _$result = _$result0; } catch (exception) { @@ -351100,57 +360375,59 @@ _$failedField = "userCompany"; t1 = _this._company_state$_userCompany; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "documentState"; - _this.get$documentState().build$0(0); + _this.get$documentState().build$0(); _$failedField = "productState"; - _this.get$productState().build$0(0); + _this.get$productState().build$0(); _$failedField = "clientState"; - _this.get$clientState().build$0(0); + _this.get$clientState().build$0(); _$failedField = "invoiceState"; - _this.get$invoiceState().build$0(0); + _this.get$invoiceState().build$0(); _$failedField = "expenseState"; - _this.get$expenseState().build$0(0); + _this.get$expenseState().build$0(); _$failedField = "vendorState"; - _this.get$vendorState().build$0(0); + _this.get$vendorState().build$0(); _$failedField = "taskState"; - _this.get$taskState().build$0(0); + _this.get$taskState().build$0(); _$failedField = "projectState"; - _this.get$projectState().build$0(0); + _this.get$projectState().build$0(); _$failedField = "paymentState"; - _this.get$paymentState().build$0(0); + _this.get$paymentState().build$0(); _$failedField = "quoteState"; - _this.get$quoteState().build$0(0); + _this.get$quoteState().build$0(); + _$failedField = "bankAccountState"; + _this.get$bankAccountState().build$0(); _$failedField = "purchaseOrderState"; - _this.get$purchaseOrderState().build$0(0); + _this.get$purchaseOrderState().build$0(); _$failedField = "recurringExpenseState"; - _this.get$recurringExpenseState().build$0(0); + _this.get$recurringExpenseState().build$0(); _$failedField = "subscriptionState"; - _this.get$subscriptionState().build$0(0); + _this.get$subscriptionState().build$0(); _$failedField = "taskStatusState"; - _this.get$taskStatusState().build$0(0); + _this.get$taskStatusState().build$0(); _$failedField = "expenseCategoryState"; - _this.get$expenseCategoryState().build$0(0); + _this.get$expenseCategoryState().build$0(); _$failedField = "recurringInvoiceState"; - _this.get$recurringInvoiceState().build$0(0); + _this.get$recurringInvoiceState().build$0(); _$failedField = "webhookState"; - _this.get$webhookState().build$0(0); + _this.get$webhookState().build$0(); _$failedField = "tokenState"; - _this.get$tokenState().build$0(0); + _this.get$tokenState().build$0(); _$failedField = "paymentTermState"; - _this.get$paymentTermState().build$0(0); + _this.get$paymentTermState().build$0(); _$failedField = "designState"; - _this.get$designState().build$0(0); + _this.get$designState().build$0(); _$failedField = "creditState"; - _this.get$creditState().build$0(0); + _this.get$creditState().build$0(); _$failedField = "userState"; - _this.get$userState().build$0(0); + _this.get$userState().build$0(); _$failedField = "taxRateState"; - _this.get$taxRateState().build$0(0); + _this.get$taxRateState().build$0(); _$failedField = "companyGatewayState"; - _this.get$companyGatewayState().build$0(0); + _this.get$companyGatewayState().build$0(); _$failedField = "groupState"; - _this.get$groupState().build$0(0); + _this.get$groupState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -351171,7 +360448,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -351387,21 +360664,21 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, exception, _this = this, _s15_ = "SettingsUIState", _$result = null; try { _$result0 = _this._company_state$_$v; if (_$result0 == null) { - t1 = _this.get$company().build$0(0); - t2 = _this.get$origCompany().build$0(0); - t3 = _this.get$client(_this).build$0(0); - t4 = _this.get$origClient().build$0(0); - t5 = _this.get$group().build$0(0); - t6 = _this.get$origGroup().build$0(0); - t7 = _this.get$user(_this).build$0(0); - t8 = _this.get$origUser().build$0(0); + t1 = _this.get$company().build$0(); + t2 = _this.get$origCompany().build$0(); + t3 = _this.get$client(_this).build$0(); + t4 = _this.get$origClient().build$0(); + t5 = _this.get$group().build$0(); + t6 = _this.get$origGroup().build$0(); + t7 = _this.get$user(_this).build$0(); + t8 = _this.get$origUser().build$0(); t9 = _this.get$_company_state$_$this()._entityType; if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s15_, "entityType")); @@ -351431,21 +360708,21 @@ _$failedField = null; try { _$failedField = "company"; - _this.get$company().build$0(0); + _this.get$company().build$0(); _$failedField = "origCompany"; - _this.get$origCompany().build$0(0); + _this.get$origCompany().build$0(); _$failedField = "client"; - _this.get$client(_this).build$0(0); + _this.get$client(_this).build$0(); _$failedField = "origClient"; - _this.get$origClient().build$0(0); + _this.get$origClient().build$0(); _$failedField = "group"; - _this.get$group().build$0(0); + _this.get$group().build$0(); _$failedField = "origGroup"; - _this.get$origGroup().build$0(0); + _this.get$origGroup().build$0(); _$failedField = "user"; - _this.get$user(_this).build$0(0); + _this.get$user(_this).build$0(); _$failedField = "origUser"; - _this.get$origUser().build$0(0); + _this.get$origUser().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s15_, _$failedField, J.toString$0$(e)); @@ -351555,11 +360832,13 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 39 + $signature: 40 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 3 }; @@ -351572,11 +360851,14 @@ }; A.handleCompanyGatewayAction__closure.prototype = { call$2(password, idToken) { - var t1 = this.companyGateway; + var t2, + t1 = this.companyGateway; t1 = t1.get$id(t1); - this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewayRequest(this.completer, t1, password, idToken)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DisconnectCompanyGatewayRequest(this.completer, t1, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.StartCompanyGatewayMultiselect.prototype = {}; A.AddToCompanyGatewayMultiselect.prototype = {}; @@ -351584,10 +360866,15 @@ A.ClearCompanyGatewayMultiselect.prototype = {}; A._editCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { - var _s31_ = "/settings/company_gateways/edit"; + var t1, + _s31_ = "/settings/company_gateways/edit"; next.call$1(type$.legacy_EditCompanyGateway._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s31_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s31_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s31_, type$.legacy_Object); }, "call*": "call$3", @@ -351602,7 +360889,8 @@ $requiredArgCount: 3, $call$body$_viewCompanyGateway_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -351611,8 +360899,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewCompanyGateway._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/company_gateways/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/company_gateways/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/company_gateways/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -351620,20 +360912,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewCompanyGatewayList_closure.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s26_ = "/settings/company_gateways"; next.call$1(type$.legacy_ViewCompanyGatewayList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s26_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s26_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s26_, new A._viewCompanyGatewayList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -351644,7 +360942,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -351653,7 +360951,9 @@ t1 = dynamicAction.companyGatewayIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,CompanyGatewayEntity*>"); prevCompanyGateways = A.List_List$of(new A.MappedListIterable(t1, new A._archiveCompanyGateway__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveCompanyGateway__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveCompanyGateway__closure1(store, prevCompanyGateways, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveCompanyGateway__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveCompanyGateway__closure1(store, prevCompanyGateways, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351662,24 +360962,31 @@ }; A._archiveCompanyGateway__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 339 + $signature: 330 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 435 + $signature: 379 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveCompanyGatewayFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -351691,7 +360998,9 @@ t1 = dynamicAction.companyGatewayIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,CompanyGatewayEntity*>"); prevCompanyGateways = A.List_List$of(new A.MappedListIterable(t1, new A._deleteCompanyGateway__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteCompanyGateway__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteCompanyGateway__closure1(store, prevCompanyGateways, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteCompanyGateway__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteCompanyGateway__closure1(store, prevCompanyGateways, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351700,24 +361009,31 @@ }; A._deleteCompanyGateway__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 339 + $signature: 330 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 435 + $signature: 379 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteCompanyGatewayFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -351729,7 +361045,9 @@ t1 = dynamicAction.companyGatewayIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,CompanyGatewayEntity*>"); prevCompanyGateways = A.List_List$of(new A.MappedListIterable(t1, new A._restoreCompanyGateway__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreCompanyGateway__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreCompanyGateway__closure1(store, prevCompanyGateways, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreCompanyGateway__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreCompanyGateway__closure1(store, prevCompanyGateways, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351738,32 +361056,42 @@ }; A._restoreCompanyGateway__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 339 + $signature: 330 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 435 + $signature: 379 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreCompanyGatewayFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._disconnectCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DisconnectCompanyGatewayRequest._as(dynamicAction); - this.repository.disconnect$4(0, J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.companyGatewayId, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._disconnectCompanyGateway__closure(store, dynamicAction), type$.Null).catchError$1(new A._disconnectCompanyGateway__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.disconnect$4(0, J.get$credentials$z(t1), dynamicAction.companyGatewayId, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._disconnectCompanyGateway__closure(store, dynamicAction), type$.Null).catchError$1(new A._disconnectCompanyGateway__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351772,23 +361100,31 @@ }; A._disconnectCompanyGateway__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewaySuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 88 + $signature: 92 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewayFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DisconnectCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveCompanyGatewayRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.companyGateway).then$1$1(0, new A._saveCompanyGateway__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveCompanyGateway__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.companyGateway).then$1$1(0, new A._saveCompanyGateway__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveCompanyGateway__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351798,31 +361134,41 @@ A._saveCompanyGateway__closure.prototype = { call$1(companyGateway) { var t1 = this.action, - t2 = this.store; - if (t1.companyGateway.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddCompanyGatewaySuccess(companyGateway)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveCompanyGatewaySuccess(companyGateway)); + t2 = t1.companyGateway.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddCompanyGatewaySuccess(companyGateway)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveCompanyGatewaySuccess(companyGateway)); + } t1.completer.complete$1(0, companyGateway); }, - $signature: 337 + $signature: 329 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { + var t1; A.print(error); A.StackTrace_current(); - this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyGatewayFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadCompanyGateway._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewayRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.companyGatewayId).then$1$1(0, new A._loadCompanyGateway__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCompanyGateway__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadCompanyGatewayRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.companyGatewayId).then$1$1(0, new A._loadCompanyGateway__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCompanyGateway__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351831,26 +361177,34 @@ }; A._loadCompanyGateway__closure.prototype = { call$1(companyGateway) { - this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 337 + $signature: 329 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewayFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCompanyGatewayFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadCompanyGateways_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadCompanyGateways._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewaysRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadCompanyGateways__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCompanyGateways__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadCompanyGatewaysRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadCompanyGateways__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCompanyGateways__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -351859,19 +361213,22 @@ }; A._loadCompanyGateways__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewaysSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCompanyGatewaysSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1086 + $signature: 1122 }; A._loadCompanyGateways__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewaysFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCompanyGatewaysFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -351896,85 +361253,85 @@ b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 1087 + $signature: 1123 }; A.forceSelectedReducer_closure59.prototype = { call$2(completer, action) { return true; }, - $signature: 1088 + $signature: 1124 }; A.forceSelectedReducer_closure60.prototype = { call$2(completer, action) { return false; }, - $signature: 1089 + $signature: 1125 }; A.forceSelectedReducer_closure61.prototype = { call$2(completer, action) { return false; }, - $signature: 1090 + $signature: 1126 }; A.forceSelectedReducer_closure62.prototype = { call$2(completer, action) { return false; }, - $signature: 1091 + $signature: 1127 }; A.forceSelectedReducer_closure63.prototype = { call$2(completer, action) { return false; }, - $signature: 1092 + $signature: 1128 }; A.forceSelectedReducer_closure64.prototype = { call$2(completer, action) { return false; }, - $signature: 1093 + $signature: 1129 }; A.forceSelectedReducer_closure65.prototype = { call$2(completer, action) { return false; }, - $signature: 1094 + $signature: 1130 }; A.forceSelectedReducer_closure66.prototype = { call$2(completer, action) { return false; }, - $signature: 1095 + $signature: 1131 }; A.selectedIdReducer_closure119.prototype = { call$2(completer, action) { return ""; }, - $signature: 1096 + $signature: 1132 }; A.selectedIdReducer_closure120.prototype = { call$2(completer, action) { return ""; }, - $signature: 1097 + $signature: 1133 }; A.selectedIdReducer_closure121.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure122.prototype = { call$2(selectedId, action) { return action.companyGatewayId; }, - $signature: 1098 + $signature: 1134 }; A.selectedIdReducer_closure123.prototype = { call$2(selectedId, action) { return action.companyGateway.id; }, - $signature: 1099 + $signature: 1135 }; A.selectedIdReducer_closure124.prototype = { call$2(selectedId, action) { @@ -351986,49 +361343,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1100 + $signature: 1136 }; A.selectedIdReducer_closure127.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1101 + $signature: 1137 }; A.selectedIdReducer_closure128.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1102 + $signature: 1138 }; A.selectedIdReducer_closure129.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1103 + $signature: 1139 }; A.selectedIdReducer_closure130.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1104 + $signature: 1140 }; A.selectedIdReducer_closure131.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1105 + $signature: 1141 }; A.selectedIdReducer_closure132.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1106 + $signature: 1142 }; A.selectedIdReducer_closure133.prototype = { call$2(selectedId, action) { @@ -352041,38 +361398,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure37.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1107 + $signature: 1143 }; A.editingReducer_closure38.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1108 + $signature: 1144 }; A.editingReducer_closure39.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1109 + $signature: 1145 }; A.editingReducer_closure40.prototype = { call$2(companyGateway, action) { return action.companyGateway.rebuild$1(new A.editingReducer__closure13()); }, - $signature: 1110 + $signature: 1146 }; A.editingReducer__closure13.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isChanged = true; return b; }, - $signature: 58 + $signature: 59 }; A._filterCompanyGatewaysByCustom1_closure.prototype = { call$1(b) { @@ -352212,7 +361569,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 434 + $signature: 381 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -352234,7 +361591,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 434 + $signature: 381 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -352256,7 +361613,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 434 + $signature: 381 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -352269,7 +361626,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 191 + $signature: 203 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -352277,7 +361634,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 58 + $signature: 59 }; A._updateCompanyGateway_closure.prototype = { call$1(b) { @@ -352286,7 +361643,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 191 + $signature: 203 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -352294,7 +361651,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 58 + $signature: 59 }; A._setLoadedCompanyGateway_closure.prototype = { call$1(b) { @@ -352303,7 +361660,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 191 + $signature: 203 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -352311,14 +361668,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 58 + $signature: 59 }; 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: 191 + $signature: 203 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -352330,7 +361687,7 @@ call$1(item) { return item; }, - $signature: 777 + $signature: 683 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -352339,14 +361696,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 191 + $signature: 203 }; 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: 191 + $signature: 203 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -352358,7 +361715,7 @@ call$1(item) { return item; }, - $signature: 777 + $signature: 683 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -352367,13 +361724,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 191 + $signature: 203 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return A.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1114 + $signature: 1150 }; A.filteredCompanyGatewaysSelector_closure.prototype = { call$1(companyGatewayId) { @@ -352407,7 +361764,7 @@ call$2(companyGatewayId, paymentMap) { return A.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 788 + $signature: 729 }; A.calculateCompanyGatewayProcessed_closure.prototype = { call$2(paymentId, payment) { @@ -352417,13 +361774,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 189 + $signature: 182 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 790 + $signature: 620 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -352435,19 +361792,19 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 240 + $signature: 281 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 789 + $signature: 711 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { return A.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1115 + $signature: 1151 }; A.paymentStatsForCompanyGateway_closure.prototype = { call$2(paymentId, payment) { @@ -352457,7 +361814,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 189 + $signature: 182 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -352468,7 +361825,7 @@ this._box_0.unconnectedGateway = gateway; } }, - $signature: 1116 + $signature: 1152 }; A.CompanyGatewayState.prototype = { $get$1(_, companyGatewayId) { @@ -352523,7 +361880,7 @@ t6 = t5._company_gateway_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._company_gateway_state$_list = t6; t5 = t6; } else @@ -352531,16 +361888,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -352618,7 +361975,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -352638,7 +361995,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._company_gateway_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -352690,22 +362047,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._company_gateway_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$CompanyGatewayState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$CompanyGatewayState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("CompanyGatewayState", _$failedField, J.toString$0$(e)); @@ -352821,7 +362178,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s21_ = "CompanyGatewayUIState", _$result = null; @@ -352829,8 +362186,8 @@ _$result0 = _this._company_gateway_state$_$v; if (_$result0 == null) { t1 = _this._company_gateway_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_company_gateway_state$_$this()._company_gateway_state$_selectedId; t4 = _this.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected; t5 = _this.get$_company_gateway_state$_$this()._company_gateway_state$_tabIndex; @@ -352846,9 +362203,9 @@ _$failedField = "editing"; t1 = _this._company_gateway_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s21_, _$failedField, J.toString$0$(e)); @@ -353007,7 +362364,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 39 + $signature: 40 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -353017,12 +362374,12 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(credit).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 140 + $signature: 138 }; A.handleCreditAction_closure1.prototype = { call$0() { var t1, t2; - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); t1 = this.state; t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -353032,7 +362389,7 @@ }; A.handleCreditAction_closure2.prototype = { call$1(_) { - var _this = this, + var t3, _this = this, t1 = _this.creditIds, t2 = _this.localization; if (t1.length === 1) @@ -353043,7 +362400,9 @@ t2 = ""; } t2 = A.snackBarCompleter(_this.context, t2, false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.BulkEmailCreditsRequest(t2, t1)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.BulkEmailCreditsRequest(t2, t1)); }, $signature: 9 }; @@ -353085,7 +362444,7 @@ b.get$credits().addAll$1(0, J.map$1$1$ax(this.credits, new A.handleCreditAction__closure(), type$.legacy_PaymentableEntity).toList$0(0)); return b; }, - $signature: 44 + $signature: 47 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -353095,13 +362454,13 @@ t2 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t2, t1, null); }, - $signature: 775 + $signature: 695 }; A.handleCreditAction_closure8.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 237 + $signature: 264 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -353116,7 +362475,8 @@ $requiredArgCount: 3, $call$body$_viewCredit_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -353125,8 +362485,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewCredit._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/view")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/credit/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -353142,19 +362506,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewCreditList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3; next.call$1(type$.legacy_ViewCreditList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/credit")); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/credit", new A._viewCreditList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -353165,14 +362535,19 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._editCredit_closure.prototype = { call$3(store, dynamicAction, next) { - var _s12_ = "/credit/edit"; + var t1, + _s12_ = "/credit/edit"; next.call$1(type$.legacy_EditCredit._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s12_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s12_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s12_, type$.legacy_Object); }, "call*": "call$3", @@ -353188,7 +362563,7 @@ $call$body$_showEmailCredit_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - emailWasSent, t1; + t1, emailWasSent; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -353198,8 +362573,12 @@ // Function start type$.legacy_ShowEmailCredit._as(dynamicAction); next.call$1(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/email")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/credit/email")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -353220,7 +362599,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._showPdfCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -353230,7 +362609,8 @@ $requiredArgCount: 3, $call$body$_showPdfCredit_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -353239,8 +362619,12 @@ case 0: // Function start next.call$1(type$.legacy_ShowPdfCredit._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/pdf")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/credit/pdf")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/credit/pdf", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -353248,7 +362632,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._archiveCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -353257,7 +362641,9 @@ t1 = dynamicAction.creditIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevCredits = A.List_List$of(new A.MappedListIterable(t1, new A._archiveCredit__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveCredit__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveCredit__closure1(store, prevCredits, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveCredit__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveCredit__closure1(store, prevCredits, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353266,24 +362652,31 @@ }; A._archiveCredit__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._archiveCredit__closure0.prototype = { call$1(credits) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveCreditsSuccess(credits)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._archiveCredit__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveCreditsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveCreditsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -353295,7 +362688,9 @@ t1 = dynamicAction.creditIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevCredits = A.List_List$of(new A.MappedListIterable(t1, new A._deleteCredit__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteCredit__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteCredit__closure1(store, prevCredits, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteCredit__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteCredit__closure1(store, prevCredits, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353304,24 +362699,31 @@ }; A._deleteCredit__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._deleteCredit__closure0.prototype = { call$1(credits) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteCreditsSuccess(credits)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._deleteCredit__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteCreditsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCreditsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -353333,7 +362735,9 @@ t1 = dynamicAction.creditIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevCredits = A.List_List$of(new A.MappedListIterable(t1, new A._restoreCredit__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreCredit__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreCredit__closure1(store, prevCredits, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreCredit__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreCredit__closure1(store, prevCredits, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353342,32 +362746,42 @@ }; A._restoreCredit__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._restoreCredit__closure0.prototype = { call$1(credits) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreCreditsSuccess(credits)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._restoreCredit__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreCreditsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreCreditsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._markSentCredit_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_MarkSentCreditRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.creditIds, B.EntityAction_markSent).then$1$1(0, new A._markSentCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._markSentCredit__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.creditIds, B.EntityAction_markSent).then$1$1(0, new A._markSentCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._markSentCredit__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353376,23 +362790,31 @@ }; A._markSentCredit__closure.prototype = { call$1(credits) { - this.store.get$_dispatchers()[0].call$1(new A.MarkSentCreditSuccess(credits)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._markSentCredit__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.MarkSentCreditFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkSentCreditFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._markPaidCredit_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_MarkCreditsPaidRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_markPaid).then$1$1(0, new A._markPaidCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._markPaidCredit__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_markPaid).then$1$1(0, new A._markPaidCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._markPaidCredit__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353401,17 +362823,21 @@ }; A._markPaidCredit__closure.prototype = { call$1(invoices) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.MarkCreditsPaidSuccess()); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkCreditsPaidSuccess()); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._markPaidCredit__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.MarkCreditsPaidFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkCreditsPaidFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -353420,13 +362846,14 @@ call$3(store, dynamicAction, next) { var t1, t2, origCredit; type$.legacy_EmailCreditRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t1 = t2._list[t1].creditState.map; t2 = dynamicAction.creditId; origCredit = t1._map$_map.$index(0, t2); - this.repository.emailCredit$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), origCredit, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailCredit__closure0(store, dynamicAction)); + this.repository.emailCredit$5(J.get$credentials$z(store.__Store__state_A), origCredit, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailCredit__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353435,25 +362862,32 @@ }; A._emailCredit__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.EmailCreditSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 88 + $signature: 92 }; A._emailCredit__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.EmailCreditFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailCreditFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveCredit_closure.prototype = { call$3(store, dynamicAction, next) { - var updatedCredit; + var updatedCredit, t1; type$.legacy_SaveCreditRequest._as(dynamicAction); updatedCredit = dynamicAction.credit.rebuild$1(new A._saveCredit__closure(dynamicAction)); - this.repository.saveData$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), updatedCredit, dynamicAction.action).then$1$1(0, new A._saveCredit__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveCredit__closure1(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3(J.get$credentials$z(t1), updatedCredit, dynamicAction.action).then$1$1(0, new A._saveCredit__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveCredit__closure1(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353473,33 +362907,45 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._saveCredit__closure0.prototype = { call$1(credit) { var t1 = this.action, - t2 = this.store; - if (t1.credit.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddCreditSuccess(credit)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveCreditSuccess(credit)); + t2 = t1.credit.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddCreditSuccess(credit)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveCreditSuccess(credit)); + } t1.completer.complete$1(0, credit); }, - $signature: 65 + $signature: 64 }; A._saveCredit__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveCreditFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCreditFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadCredit_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadCredit._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadCreditRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.creditId).then$1$1(0, new A._loadCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCredit__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCreditRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.creditId).then$1$1(0, new A._loadCredit__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCredit__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353508,19 +362954,22 @@ }; A._loadCredit__closure.prototype = { call$1(credit) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadCreditSuccess(credit)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCreditSuccess(credit)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._loadCredit__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadCreditFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCreditFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -353529,11 +362978,14 @@ }; A._loadCredits_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadCredits._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadCreditsRequest()); - this.repository.loadList$3(state.get$credentials(state), state.get$createdAtLimit(), state.get$filterDeletedClients()).then$1$1(0, new A._loadCredits__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCredits__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadCreditsRequest()); + this.repository.loadList$3(t1.get$credentials(t1), t1.get$createdAtLimit(), t1.get$filterDeletedClients()).then$1$1(0, new A._loadCredits__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadCredits__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353542,25 +362994,32 @@ }; A._loadCredits__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadCreditsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCreditsSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.LoadProjects()); + t1[0].call$1(new A.LoadProjects()); }, - $signature: 234 + $signature: 271 }; A._loadCredits__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadCreditsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCreditsFailure(error)); this.action.toString; }, $signature: 3 }; A._downloadCredits_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DownloadCreditsRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.creditIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadCredits__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadCredits__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.creditIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadCredits__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadCredits__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353569,23 +363028,31 @@ }; A._downloadCredits__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.DownloadCreditsSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._downloadCredits__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DownloadCreditsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadCreditsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._bulkEmailCredits_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_BulkEmailCreditsRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.creditIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailCredits__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailCredits__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.creditIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailCredits__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailCredits__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -353594,15 +363061,20 @@ }; A._bulkEmailCredits__closure.prototype = { call$1(credits) { - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailCreditsSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._bulkEmailCredits__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailCreditsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailCreditsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -353611,7 +363083,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveCreditDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -353619,9 +363092,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.credit, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure1(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure2(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.credit, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure1(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure2(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveCreditDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCreditDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -353632,15 +363107,20 @@ }; A._saveDocument__closure1.prototype = { call$1(credit) { - this.store.get$_dispatchers()[0].call$1(new A.SaveCreditSuccess(credit)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCreditSuccess(credit)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._saveDocument__closure2.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveCreditDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCreditDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -353669,128 +363149,128 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1124 + $signature: 1160 }; A.forceSelectedReducer_closure79.prototype = { call$2(completer, action) { return true; }, - $signature: 1125 + $signature: 1161 }; A.forceSelectedReducer_closure80.prototype = { call$2(completer, action) { return false; }, - $signature: 1126 + $signature: 1162 }; A.forceSelectedReducer_closure81.prototype = { call$2(completer, action) { return false; }, - $signature: 1127 + $signature: 1163 }; A.forceSelectedReducer_closure82.prototype = { call$2(completer, action) { return false; }, - $signature: 1128 + $signature: 1164 }; A.forceSelectedReducer_closure83.prototype = { call$2(completer, action) { return false; }, - $signature: 1129 + $signature: 1165 }; A.forceSelectedReducer_closure84.prototype = { call$2(completer, action) { return false; }, - $signature: 1130 + $signature: 1166 }; A.forceSelectedReducer_closure85.prototype = { call$2(completer, action) { return false; }, - $signature: 1131 + $signature: 1167 }; A.forceSelectedReducer_closure86.prototype = { call$2(completer, action) { return false; }, - $signature: 1132 + $signature: 1168 }; A.tabIndexReducer_closure11.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1133 + $signature: 1169 }; A.tabIndexReducer_closure12.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 773 + $signature: 715 }; A.editingItemReducer_closure1.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1135 + $signature: 1171 }; A.editingItemReducer_closure2.prototype = { call$2(index, action) { return action.creditItemIndex; }, - $signature: 1136 + $signature: 1172 }; A.selectedIdReducer_closure160.prototype = { call$2(completer, action) { return ""; }, - $signature: 1137 + $signature: 1173 }; A.selectedIdReducer_closure161.prototype = { call$2(completer, action) { return ""; }, - $signature: 1138 + $signature: 1174 }; A.selectedIdReducer_closure162.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure163.prototype = { call$2(selectedId, action) { return action.creditId; }, - $signature: 1139 + $signature: 1175 }; A.selectedIdReducer_closure164.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1140 + $signature: 1176 }; A.selectedIdReducer_closure165.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1141 + $signature: 1177 }; A.selectedIdReducer_closure166.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 773 + $signature: 715 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { @@ -353802,61 +363282,61 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1142 + $signature: 1178 }; A.selectedIdReducer_closure170.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1143 + $signature: 1179 }; A.selectedIdReducer_closure171.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1144 + $signature: 1180 }; A.selectedIdReducer_closure172.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1145 + $signature: 1181 }; A.selectedIdReducer_closure173.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1146 + $signature: 1182 }; A.selectedIdReducer_closure174.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1147 + $signature: 1183 }; A.selectedIdReducer_closure175.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1148 + $signature: 1184 }; A.selectedIdReducer_closure176.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1149 + $signature: 1185 }; A.selectedIdReducer_closure177.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure178.prototype = { call$2(selectedId, action) { @@ -353869,13 +363349,13 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure49.prototype = { call$2(credit, action) { return action.credit.rebuild$1(new A.editingReducer__closure22()); }, - $signature: 1150 + $signature: 1186 }; A.editingReducer__closure22.prototype = { call$1(b) { @@ -353888,7 +363368,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 772 + $signature: 725 }; A.editingReducer__closure21.prototype = { call$1(b) { @@ -353901,13 +363381,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1152 + $signature: 1188 }; A.editingReducer_closure52.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 770 + $signature: 726 }; A.editingReducer__closure20.prototype = { call$1(b) { @@ -353920,7 +363400,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 769 + $signature: 728 }; A.editingReducer__closure19.prototype = { call$1(b) { @@ -353933,7 +363413,7 @@ call$2(credit, action) { return credit.rebuild$1(new A.editingReducer__closure18(action.client)); }, - $signature: 1155 + $signature: 1191 }; A.editingReducer__closure18.prototype = { call$1(b) { @@ -353959,31 +363439,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 + $signature: 190 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1156 + $signature: 1192 }; A.editingReducer_closure56.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1157 + $signature: 1193 }; A.editingReducer_closure57.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1158 + $signature: 1194 }; A.editingReducer_closure58.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure17(action)); }, - $signature: 1159 + $signature: 1195 }; A.editingReducer__closure17.prototype = { call$1(b) { @@ -354001,7 +363481,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure16(action)); }, - $signature: 1160 + $signature: 1196 }; A.editingReducer__closure16.prototype = { call$1(b) { @@ -354240,14 +363720,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 333 + $signature: 310 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -354269,7 +363749,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 432 + $signature: 384 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -354291,7 +363771,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 432 + $signature: 384 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -354313,7 +363793,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 432 + $signature: 384 }; A._addCredit_closure.prototype = { call$1(b) { @@ -354326,7 +363806,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 333 + $signature: 310 }; A._addCredit__closure.prototype = { call$1(b) { @@ -354342,7 +363822,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 333 + $signature: 310 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -354356,19 +363836,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 330 + $signature: 371 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 145 + $signature: 134 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { return A.dropdownCreditSelector(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds); }, - $signature: 1165 + $signature: 1201 }; A.dropdownCreditSelector_closure.prototype = { call$1(creditId) { @@ -354384,7 +363864,7 @@ t2 = _this.clientMap._map$_map; if (t2.containsKey$1(0, t1)) { t1 = t2.$index(0, t1); - t1 = !(!t1.get$isArchived() && !J.get$isDeleted$x(t1)); + t1 = !(!t1.get$isArchived() && !t1.get$isDeleted()); } else t1 = true; if (t1) @@ -354401,13 +363881,13 @@ t1 = _this.creditMap._map$_map; return t1.$index(0, creditAId).compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, creditBId), true, "number", _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredCreditList_closure.prototype = { call$7(selectionState, creditMap, creditList, clientMap, vendorMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, vendorMap, creditListState, userMap); }, - $signature: 431 + $signature: 385 }; A.filteredCreditsSelector_closure.prototype = { call$1(creditId) { @@ -354474,13 +363954,13 @@ t4 = t3.sortField; return J.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1, t3.sortAscending, t4, _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedCreditStatsForDesign_closure.prototype = { call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 89 + $signature: 88 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -354490,13 +363970,13 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedCreditStatsForClient_closure.prototype = { call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 89 + $signature: 88 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -354506,13 +363986,13 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedCreditStatsForUser_closure.prototype = { call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 89 + $signature: 88 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -354522,7 +364002,7 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.CreditState.prototype = { $get$1(_, creditId) { @@ -354550,7 +364030,7 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -354565,7 +364045,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 333 + $signature: 310 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -354608,7 +364088,7 @@ t6 = t5._credit_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._credit_state$_list = t6; t5 = t6; } else @@ -354616,16 +364096,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -354709,7 +364189,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -354729,7 +364209,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._credit_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -354781,22 +364261,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._credit_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$CreditState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$CreditState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("CreditState", _$failedField, J.toString$0$(e)); @@ -354930,7 +364410,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s13_ = "CreditUIState", _$result = null; @@ -354938,10 +364418,10 @@ _$result0 = _this._credit_state$_$v; if (_$result0 == null) { t1 = _this._credit_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this.get$_credit_state$_$this()._credit_state$_editingItemIndex; t3 = _this.get$_credit_state$_$this()._credit_state$_historyActivityId; - t4 = _this.get$listUIState().build$0(0); + t4 = _this.get$listUIState().build$0(); t5 = _this.get$_credit_state$_$this()._credit_state$_selectedId; t6 = _this.get$_credit_state$_$this()._credit_state$_forceSelected; t7 = _this.get$_credit_state$_$this()._credit_state$_tabIndex; @@ -354957,9 +364437,9 @@ _$failedField = "editing"; t1 = _this._credit_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -354991,16 +364471,23 @@ }; A._createViewDashboard__closure.prototype = { call$0() { - var _s10_ = "/dashboard", + var t3, t4, + _s10_ = "/dashboard", t1 = this.store, - t2 = A._lateReadCheck(t1.__Store__state, "_state"), - t3 = t2.userCompanyStates, - t4 = t2.uiState.selectedCompanyIndex; - if (t3._list[t4].get$isStale() || t2.staticState.get$isStale()) - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - t1.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s10_)); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + if (t3._list[t4].get$isStale() || t2.staticState.get$isStale()) { + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(null, false, false, false)); + } + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s10_)); this.next.call$1(this.action); - if (A._lateReadCheck(t1.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t1.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s10_, new A._createViewDashboard___closure(), type$.legacy_Object); }, $signature: 1 @@ -355009,7 +364496,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A.dashboardUIReducer_closure.prototype = { call$1(b) { @@ -355026,13 +364513,13 @@ b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1168 + $signature: 1204 }; A.selectedEntitiesReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure0(action)); }, - $signature: 1169 + $signature: 1205 }; A.selectedEntitiesReducer__closure0.prototype = { call$1(b) { @@ -355044,32 +364531,32 @@ b.$indexSet(0, t2, A.BuiltList_BuiltList$from(t1, type$.legacy_String)); return b; }, - $signature: 768 + $signature: 787 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure()); }, - $signature: 1171 + $signature: 1207 }; A.selectedEntitiesReducer__closure.prototype = { call$1(b) { b.get$_safeMap().clear$0(0); return b; }, - $signature: 768 + $signature: 787 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { return action.entityType; }, - $signature: 1172 + $signature: 1208 }; A.showSidebarReducer_closure.prototype = { call$2(state, action) { return action.showSidebar; }, - $signature: 1173 + $signature: 1209 }; A.dashboardSettingsReducer_closure.prototype = { call$1(b) { @@ -355091,14 +364578,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = 0; return b; }, - $signature: 136 + $signature: 139 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 136 + $signature: 139 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -355106,27 +364593,23 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + this.action.offset; return b; }, - $signature: 136 + $signature: 139 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 136 + $signature: 139 }; A.dashboardSettingsReducer_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._groupBy = this.action.groupBy; return b; }, - $signature: 136 - }; - A.ChartDataGroup.prototype = { - get$name(receiver) { - return this.name; - } + $signature: 139 }; + A.ChartDataGroup.prototype = {}; A.ChartMoneyData.prototype = { get$date() { return this.date; @@ -355139,19 +364622,19 @@ call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 248 + $signature: 286 }; A.memoizedChartOverviewInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 248 + $signature: 286 }; A.memoizedPreviousChartInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 248 + $signature: 286 }; A._chartInvoices_closure.prototype = { call$2(int, invoice) { @@ -355228,19 +364711,19 @@ } } }, - $signature: 47 + $signature: 50 }; A.memoizedChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 248 + $signature: 286 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 248 + $signature: 286 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -355329,19 +364812,19 @@ } } }, - $signature: 47 + $signature: 50 }; A.memoizedChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 766 + $signature: 801 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 766 + $signature: 801 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -355426,19 +364909,19 @@ } } }, - $signature: 189 + $signature: 182 }; 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: 765 + $signature: 814 }; 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: 765 + $signature: 814 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -355484,14 +364967,14 @@ } } }, - $signature: 135 + $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: 181 + $signature: 202 }; A.chartTasks___closure.prototype = { call$2(date, duration) { @@ -355582,7 +365065,7 @@ } } }, - $signature: 1179 + $signature: 1215 }; A.chartExpenses_closure.prototype = { call$2(int, expense) { @@ -355700,25 +365183,25 @@ } } }, - $signature: 108 + $signature: 107 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 763 + $signature: 536 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 763 + $signature: 536 }; A.memoizedRunningTasks_closure0.prototype = { call$2(taskMap, userId) { return A.runningTasks(taskMap, userId); }, - $signature: 1182 + $signature: 1218 }; A.runningTasks_closure.prototype = { call$2(taskId, task) { @@ -355734,13 +365217,13 @@ if (t1) this.tasks.push(task); }, - $signature: 135 + $signature: 140 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 320 + $signature: 303 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -355752,19 +365235,19 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 47 + $signature: 50 }; A._upcomingInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 319 + $signature: 368 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 320 + $signature: 303 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -355776,19 +365259,19 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 47 + $signature: 50 }; A._pastDueInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 319 + $signature: 368 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1185 + $signature: 1221 }; A._recentPayments_closure.prototype = { call$2(index, payment) { @@ -355800,7 +365283,7 @@ if (!payment.get$isArchived() && !payment.isDeleted && payment.createdAt > this.threeMonthsAgo) this.payments.push(payment); }, - $signature: 189 + $signature: 182 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -355811,13 +365294,13 @@ else return J.compareTo$1$ns(t2, t1); }, - $signature: 1186 + $signature: 1222 }; A.memoizedUpcomingQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 320 + $signature: 303 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -355829,19 +365312,19 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 47 + $signature: 50 }; A._upcomingQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 319 + $signature: 368 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 320 + $signature: 303 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -355853,19 +365336,19 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 47 + $signature: 50 }; A._expiredQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 319 + $signature: 368 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 762 + $signature: 544 }; A._runningTasks_closure.prototype = { call$2(index, task) { @@ -355877,7 +365360,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 135 + $signature: 140 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -355885,13 +365368,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 429 + $signature: 386 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 762 + $signature: 544 }; A._recentTasks_closure.prototype = { call$2(index, task) { @@ -355903,7 +365386,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 135 + $signature: 140 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -355911,13 +365394,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 429 + $signature: 386 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1189 + $signature: 1225 }; A._recentExpenses_closure.prototype = { call$2(index, expense) { @@ -355936,7 +365419,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 108 + $signature: 107 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -355952,7 +365435,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 761 + $signature: 777 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -356025,7 +365508,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -356102,7 +365585,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -356184,18 +365667,18 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, exception, _this = this, _s16_ = "DashboardUIState", _$result = null; try { _$result0 = _this._dashboard_state$_$v; if (_$result0 == null) { - t1 = _this.get$settings().build$0(0); + t1 = _this.get$settings().build$0(); t2 = _this.get$_dashboard_state$_$this()._selectedEntityType; if (t2 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "selectedEntityType")); - t3 = _this.get$selectedEntities().build$0(0); + t3 = _this.get$selectedEntities().build$0(); t4 = _this.get$_dashboard_state$_$this()._showSidebar; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "showSidebar")); @@ -356206,9 +365689,9 @@ _$failedField = null; try { _$failedField = "settings"; - _this.get$settings().build$0(0); + _this.get$settings().build$0(); _$failedField = "selectedEntities"; - _this.get$selectedEntities().build$0(0); + _this.get$selectedEntities().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -356229,7 +365712,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._dashboard_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -356282,7 +365765,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _s19_ = "DashboardUISettings", _$result = _this._dashboard_state$_$v; @@ -356424,35 +365907,35 @@ call$1(design) { return design.get$id(design); }, - $signature: 39 + $signature: 40 }; A.handleDesignAction_closure0.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 151 + $signature: 143 }; A.handleDesignAction_closure1.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 151 + $signature: 143 }; A.handleDesignAction_closure2.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 151 + $signature: 143 }; A.handleDesignAction_closure3.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 151 + $signature: 143 }; A.StartDesignMultiselect.prototype = {}; A.AddToDesignMultiselect.prototype = {}; @@ -356460,10 +365943,15 @@ A.ClearDesignMultiselect.prototype = {}; A._editDesign_closure.prototype = { call$3(store, dynamicAction, next) { - var _s29_ = "/settings/custom_designs/edit"; + var t1, + _s29_ = "/settings/custom_designs/edit"; next.call$1(type$.legacy_EditDesign._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s29_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s29_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s29_, type$.legacy_Object); }, "call*": "call$3", @@ -356478,7 +365966,8 @@ $requiredArgCount: 3, $call$body$_viewDesign_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -356487,8 +365976,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewDesign._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/custom_designs/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/custom_designs/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/custom_designs/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -356496,20 +365989,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewDesignList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s24_ = "/settings/custom_designs"; next.call$1(type$.legacy_ViewDesignList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s24_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s24_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s24_, new A._viewDesignList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -356520,7 +366019,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -356529,7 +366028,9 @@ t1 = dynamicAction.designIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DesignEntity*>"); prevDesigns = A.List_List$of(new A.MappedListIterable(t1, new A._archiveDesign__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveDesign__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveDesign__closure1(store, prevDesigns, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveDesign__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveDesign__closure1(store, prevDesigns, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -356538,24 +366039,31 @@ }; A._archiveDesign__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 314 + $signature: 298 }; A._archiveDesign__closure0.prototype = { call$1(designs) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveDesignsSuccess(designs)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 428 + $signature: 387 }; A._archiveDesign__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveDesignsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveDesignsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -356567,7 +366075,9 @@ t1 = dynamicAction.designIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DesignEntity*>"); prevDesigns = A.List_List$of(new A.MappedListIterable(t1, new A._deleteDesign__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteDesign__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteDesign__closure1(store, prevDesigns, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteDesign__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteDesign__closure1(store, prevDesigns, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -356576,24 +366086,31 @@ }; A._deleteDesign__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 314 + $signature: 298 }; A._deleteDesign__closure0.prototype = { call$1(designs) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteDesignsSuccess(designs)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 428 + $signature: 387 }; A._deleteDesign__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteDesignsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteDesignsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -356605,7 +366122,9 @@ t1 = dynamicAction.designIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DesignEntity*>"); prevDesigns = A.List_List$of(new A.MappedListIterable(t1, new A._restoreDesign__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreDesign__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreDesign__closure1(store, prevDesigns, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreDesign__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreDesign__closure1(store, prevDesigns, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -356614,32 +366133,42 @@ }; A._restoreDesign__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 314 + $signature: 298 }; A._restoreDesign__closure0.prototype = { call$1(designs) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreDesignsSuccess(designs)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 428 + $signature: 387 }; A._restoreDesign__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreDesignsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreDesignsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveDesign_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveDesignRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.design).then$1$1(0, new A._saveDesign__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveDesign__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.design).then$1$1(0, new A._saveDesign__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveDesign__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -356649,30 +366178,40 @@ A._saveDesign__closure.prototype = { call$1(design) { var t1 = this.action, - t2 = this.store; - if (t1.design.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddDesignSuccess(design)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveDesignSuccess(design)); + t2 = t1.design.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddDesignSuccess(design)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveDesignSuccess(design)); + } t1.completer.complete$1(0, design); }, - $signature: 154 + $signature: 159 }; A._saveDesign__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveDesignFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveDesignFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadDesign_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadDesign._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadDesignRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.designId).then$1$1(0, new A._loadDesign__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDesign__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadDesignRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.designId).then$1$1(0, new A._loadDesign__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDesign__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -356681,26 +366220,34 @@ }; A._loadDesign__closure.prototype = { call$1(design) { - this.store.get$_dispatchers()[0].call$1(new A.LoadDesignSuccess(design)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 154 + $signature: 159 }; A._loadDesign__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadDesignFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDesignFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadDesigns_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadDesigns._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadDesignsRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadDesigns__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDesigns__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadDesignsRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadDesigns__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDesigns__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -356709,19 +366256,22 @@ }; A._loadDesigns__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadDesignsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDesignsSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1195 + $signature: 1231 }; A._loadDesigns__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadDesignsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDesignsFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -356746,85 +366296,85 @@ b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1196 + $signature: 1232 }; A.forceSelectedReducer_closure87.prototype = { call$2(completer, action) { return true; }, - $signature: 1197 + $signature: 1233 }; A.forceSelectedReducer_closure88.prototype = { call$2(completer, action) { return false; }, - $signature: 1198 + $signature: 1234 }; A.forceSelectedReducer_closure89.prototype = { call$2(completer, action) { return false; }, - $signature: 1199 + $signature: 1235 }; A.forceSelectedReducer_closure90.prototype = { call$2(completer, action) { return false; }, - $signature: 1200 + $signature: 1236 }; A.forceSelectedReducer_closure91.prototype = { call$2(completer, action) { return false; }, - $signature: 1201 + $signature: 1237 }; A.forceSelectedReducer_closure92.prototype = { call$2(completer, action) { return false; }, - $signature: 1202 + $signature: 1238 }; A.forceSelectedReducer_closure93.prototype = { call$2(completer, action) { return false; }, - $signature: 1203 + $signature: 1239 }; A.forceSelectedReducer_closure94.prototype = { call$2(completer, action) { return false; }, - $signature: 1805 + $signature: 1240 }; A.selectedIdReducer_closure179.prototype = { call$2(completer, action) { return ""; }, - $signature: 1205 + $signature: 1241 }; A.selectedIdReducer_closure180.prototype = { call$2(completer, action) { return ""; }, - $signature: 1206 + $signature: 1242 }; A.selectedIdReducer_closure181.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure182.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { @@ -356836,80 +366386,80 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1208 + $signature: 1243 }; A.selectedIdReducer_closure187.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1209 + $signature: 1244 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1210 + $signature: 1245 }; A.selectedIdReducer_closure189.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1211 + $signature: 1246 }; A.selectedIdReducer_closure190.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1212 + $signature: 1247 }; A.selectedIdReducer_closure191.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1213 + $signature: 1248 }; A.selectedIdReducer_closure192.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1214 + $signature: 1249 }; A.editingReducer_closure60.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1215 + $signature: 1250 }; A.editingReducer_closure61.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1216 + $signature: 1251 }; A.editingReducer_closure62.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1217 + $signature: 1252 }; A.editingReducer_closure63.prototype = { call$2(design, action) { return action.design.rebuild$1(new A.editingReducer__closure23()); }, - $signature: 1218 + $signature: 1253 }; A.editingReducer__closure23.prototype = { call$1(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 457 + $signature: 409 }; A._viewDesignList_closure.prototype = { call$1(b) { @@ -357056,7 +366606,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 427 + $signature: 388 }; A._deleteDesignSuccess_closure.prototype = { call$1(b) { @@ -357078,7 +366628,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 427 + $signature: 388 }; A._restoreDesignSuccess_closure.prototype = { call$1(b) { @@ -357100,7 +366650,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 427 + $signature: 388 }; A._addDesign_closure.prototype = { call$1(b) { @@ -357113,7 +366663,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 302 + $signature: 296 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -357122,7 +366672,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 302 + $signature: 296 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -357131,13 +366681,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 302 + $signature: 296 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1221 + $signature: 1256 }; A.filteredDesignsSelector_closure.prototype = { call$1(designId) { @@ -357159,7 +366709,7 @@ t2 = this.designListState; return t1.$index(0, designAId).compareTo$3(0, t1.$index(0, designBId), t2.sortField, t2.sortAscending); }, - $signature: 20 + $signature: 21 }; A.DesignState.prototype = { get$cleanDesign() { @@ -357203,7 +366753,7 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 314 + $signature: 298 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -357215,7 +366765,7 @@ call$1(item) { return item; }, - $signature: 1222 + $signature: 1257 }; A.DesignState_loadDesigns_closure.prototype = { call$1(b) { @@ -357230,7 +366780,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 302 + $signature: 296 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -357273,7 +366823,7 @@ t6 = t5._design_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._design_state$_list = t6; t5 = t6; } else @@ -357281,16 +366831,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -357374,7 +366924,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -357394,7 +366944,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._design_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -357446,22 +366996,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._design_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$DesignState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$DesignState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("DesignState", _$failedField, J.toString$0$(e)); @@ -357585,7 +367135,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s13_ = "DesignUIState", _$result = null; @@ -357593,8 +367143,8 @@ _$result0 = _this._design_state$_$v; if (_$result0 == null) { t1 = _this._design_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_design_state$_$this()._design_state$_selectedId; t4 = _this.get$_design_state$_$this()._design_state$_forceSelected; t5 = _this.get$_design_state$_$this()._design_state$_tabIndex; @@ -357610,9 +367160,9 @@ _$failedField = "editing"; t1 = _this._design_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -357701,7 +367251,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 39 + $signature: 40 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -357709,10 +367259,15 @@ A.ClearDocumentMultiselect.prototype = {}; A._editDocument_closure.prototype = { call$3(store, dynamicAction, next) { - var _s14_ = "/document/edit"; + var t1, + _s14_ = "/document/edit"; next.call$1(type$.legacy_EditDocument._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s14_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s14_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s14_, type$.legacy_Object); }, "call*": "call$3", @@ -357727,7 +367282,8 @@ $requiredArgCount: 3, $call$body$_viewDocument_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -357736,7 +367292,9 @@ case 0: // Function start next.call$1(type$.legacy_ViewDocument._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/document/view")); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/document/view")); $.$get$navigatorKey().get$currentState().pushNamed$1$1("/document/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -357744,19 +367302,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewDocumentList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s9_ = "/document"; next.call$1(type$.legacy_ViewDocumentList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s9_)); + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s9_)); $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s9_, new A._viewDocumentList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -357767,7 +367331,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -357776,7 +367340,9 @@ t1 = dynamicAction.documentIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DocumentEntity*>"); prevDocuments = A.List_List$of(new A.MappedListIterable(t1, new A._archiveDocument__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveDocument__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveDocument__closure1(store, prevDocuments, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveDocument__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveDocument__closure1(store, prevDocuments, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -357785,32 +367351,42 @@ }; A._archiveDocument__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 743 + $signature: 564 }; A._archiveDocument__closure0.prototype = { call$1(documents) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveDocumentSuccess(documents)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 426 + $signature: 389 }; A._archiveDocument__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._downloadDocuments_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DownloadDocumentsRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.documentIds, B.EntityAction_download).then$1$1(0, new A._downloadDocuments__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadDocuments__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.documentIds, B.EntityAction_download).then$1$1(0, new A._downloadDocuments__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadDocuments__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -357819,23 +367395,31 @@ }; A._downloadDocuments__closure.prototype = { call$1(documents) { - this.store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadDocumentsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 426 + $signature: 389 }; A._downloadDocuments__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DownloadDocumentsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadDocumentsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._deleteDocument_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DeleteDocumentRequest._as(dynamicAction); - this.repository.delete$4(0, J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), B.JSArray_methods.get$first(dynamicAction.documentIds), dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._deleteDocument__closure(store, dynamicAction), type$.Null).catchError$1(new A._deleteDocument__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.delete$4(0, J.get$credentials$z(t1), B.JSArray_methods.get$first(dynamicAction.documentIds), dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._deleteDocument__closure(store, dynamicAction), type$.Null).catchError$1(new A._deleteDocument__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -357844,15 +367428,20 @@ }; A._deleteDocument__closure.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteDocumentSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteDocumentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 21 + $signature: 22 }; A._deleteDocument__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -357864,7 +367453,9 @@ t1 = dynamicAction.documentIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DocumentEntity*>"); prevDocuments = A.List_List$of(new A.MappedListIterable(t1, new A._restoreDocument__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreDocument__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreDocument__closure1(store, prevDocuments, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreDocument__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreDocument__closure1(store, prevDocuments, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -357873,33 +367464,45 @@ }; A._restoreDocument__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 743 + $signature: 564 }; A._restoreDocument__closure0.prototype = { call$1(documents) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreDocumentSuccess(documents)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 426 + $signature: 389 }; A._restoreDocument__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadDocument_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadDocument._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadDocumentRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.documentId).then$1$1(0, new A._loadDocument__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDocument__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDocumentRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.documentId).then$1$1(0, new A._loadDocument__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDocument__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -357908,24 +367511,34 @@ }; A._loadDocument__closure.prototype = { call$1($document) { - this.store.get$_dispatchers()[0].call$1(new A.LoadDocumentSuccess($document)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 50 + $signature: 51 }; A._loadDocument__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadDocumentFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDocumentFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadDocuments_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadDocuments._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadDocumentsRequest()); - this.repository.loadList$1(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state"))).then$1$1(0, new A._loadDocuments__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDocuments__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDocumentsRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadList$1(J.get$credentials$z(t1)).then$1$1(0, new A._loadDocuments__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadDocuments__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -357934,19 +367547,22 @@ }; A._loadDocuments__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadDocumentsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDocumentsSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1226 + $signature: 1261 }; A._loadDocuments__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadDocumentsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadDocumentsFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -357971,79 +367587,79 @@ b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1227 + $signature: 1262 }; A.forceSelectedReducer_closure47.prototype = { call$2(completer, action) { return true; }, - $signature: 1228 + $signature: 1263 }; A.forceSelectedReducer_closure48.prototype = { call$2(completer, action) { return false; }, - $signature: 1229 + $signature: 1264 }; A.forceSelectedReducer_closure49.prototype = { call$2(completer, action) { return false; }, - $signature: 1230 + $signature: 1265 }; A.forceSelectedReducer_closure50.prototype = { call$2(completer, action) { return false; }, - $signature: 1231 + $signature: 1266 }; A.forceSelectedReducer_closure51.prototype = { call$2(completer, action) { return false; }, - $signature: 1232 + $signature: 1267 }; A.forceSelectedReducer_closure52.prototype = { call$2(completer, action) { return false; }, - $signature: 1233 + $signature: 1268 }; A.forceSelectedReducer_closure53.prototype = { call$2(completer, action) { return false; }, - $signature: 1234 + $signature: 1269 }; A.forceSelectedReducer_closure54.prototype = { call$2(completer, action) { return false; }, - $signature: 1235 + $signature: 1270 }; A.selectedIdReducer_closure94.prototype = { call$2(completer, action) { return ""; }, - $signature: 1236 + $signature: 1271 }; A.selectedIdReducer_closure95.prototype = { call$2(completer, action) { return ""; }, - $signature: 1237 + $signature: 1272 }; A.selectedIdReducer_closure96.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { return action.get$documentId(); }, - $signature: 1238 + $signature: 1273 }; A.selectedIdReducer_closure98.prototype = { call$2(selectedId, action) { @@ -358055,62 +367671,62 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1239 + $signature: 1274 }; A.selectedIdReducer_closure101.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1240 + $signature: 1275 }; A.selectedIdReducer_closure102.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1241 + $signature: 1276 }; A.selectedIdReducer_closure103.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1242 + $signature: 1277 }; A.selectedIdReducer_closure104.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1243 + $signature: 1278 }; A.selectedIdReducer_closure105.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1244 + $signature: 1279 }; A.selectedIdReducer_closure106.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1245 + $signature: 1280 }; A.editingReducer_closure32.prototype = { call$2($document, action) { return action.document.rebuild$1(new A.editingReducer__closure11()); }, - $signature: 1246 + $signature: 1281 }; A.editingReducer__closure11.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 741 + $signature: 568 }; A._viewDocumentList_closure.prototype = { call$1(b) { @@ -358257,7 +367873,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 740 + $signature: 572 }; A._deleteDocumentSuccess_closure.prototype = { call$1(b) { @@ -358266,7 +367882,7 @@ t1.get$_safeMap().remove$1(0, null); return b; }, - $signature: 264 + $signature: 279 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -358288,7 +367904,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 740 + $signature: 572 }; A._updateDocument_closure.prototype = { call$1(b) { @@ -358298,7 +367914,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$document(t2)); return b; }, - $signature: 264 + $signature: 279 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -358307,14 +367923,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 264 + $signature: 279 }; 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: 264 + $signature: 279 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -358326,7 +367942,7 @@ call$1(item) { return item; }, - $signature: 1250 + $signature: 1285 }; A._setLoadedDocuments_closure0.prototype = { call$1(b) { @@ -358335,13 +367951,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 264 + $signature: 279 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3(documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(documentMap, documentList, documentListState); }, - $signature: 1251 + $signature: 1286 }; A.filteredDocumentsSelector_closure.prototype = { call$1(documentId) { @@ -358359,7 +367975,7 @@ t2 = this.documentListState; return t1.$index(0, documentAId).compareTo$3(0, t1.$index(0, documentBId), t2.sortField, t2.sortAscending); }, - $signature: 20 + $signature: 21 }; A.DocumentState.prototype = { map$1($receiver, arg0) { @@ -358407,7 +368023,7 @@ t6 = t5._document_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._document_state$_list = t6; t5 = t6; } else @@ -358415,16 +368031,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -358502,7 +368118,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -358522,7 +368138,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._document_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -358574,22 +368190,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._document_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$DocumentState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$DocumentState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("DocumentState", _$failedField, J.toString$0$(e)); @@ -358705,7 +368321,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s15_ = "DocumentUIState", _$result = null; @@ -358713,8 +368329,8 @@ _$result0 = _this._document_state$_$v; if (_$result0 == null) { t1 = _this._document_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_document_state$_$this()._document_state$_selectedId; t4 = _this.get$_document_state$_$this()._document_state$_forceSelected; t5 = _this.get$_document_state$_$this()._document_state$_tabIndex; @@ -358730,9 +368346,9 @@ _$failedField = "editing"; t1 = _this._document_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s15_, _$failedField, J.toString$0$(e)); @@ -358844,21 +368460,21 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 39 + $signature: 40 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_expense; return b; }, - $signature: 29 + $signature: 30 }; A.handleExpenseAction_closure1.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_recurringExpense; return b; }, - $signature: 29 + $signature: 30 }; A.handleExpenseAction_closure2.prototype = { call$1(entity) { @@ -358871,13 +368487,13 @@ t1 = false; return t1; }, - $signature: 173 + $signature: 171 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { return A.convertExpenseToInvoiceItem(this.context, expense); }, - $signature: 1253 + $signature: 1288 }; A.handleExpenseAction_closure4.prototype = { call$1(b) { @@ -358905,10 +368521,15 @@ A.UpdateExpenseTab.prototype = {$isPersistUI: 1}; A._editExpense_closure.prototype = { call$3(store, dynamicAction, next) { - var _s13_ = "/expense/edit"; + var t1, + _s13_ = "/expense/edit"; next.call$1(type$.legacy_EditExpense._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s13_, type$.legacy_Object); }, "call*": "call$3", @@ -358923,7 +368544,8 @@ $requiredArgCount: 3, $call$body$_viewExpense_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -358932,8 +368554,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewExpense._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/expense/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/expense/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -358941,20 +368567,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewExpenseList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s8_ = "/expense"; next.call$1(type$.legacy_ViewExpenseList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s8_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s8_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s8_, new A._viewExpenseList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -358965,7 +368597,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -358974,7 +368606,9 @@ t1 = dynamicAction.expenseIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseEntity*>"); prevExpenses = A.List_List$of(new A.MappedListIterable(t1, new A._archiveExpense__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveExpense__closure1(store, prevExpenses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveExpense__closure1(store, prevExpenses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -358983,24 +368617,31 @@ }; A._archiveExpense__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 214 + $signature: 204 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseSuccess(expenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._archiveExpense__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveExpenseFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -359012,7 +368653,9 @@ t1 = dynamicAction.expenseIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseEntity*>"); prevExpenses = A.List_List$of(new A.MappedListIterable(t1, new A._deleteExpense__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteExpense__closure1(store, prevExpenses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteExpense__closure1(store, prevExpenses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -359021,24 +368664,31 @@ }; A._deleteExpense__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 214 + $signature: 204 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteExpenseSuccess(expenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._deleteExpense__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteExpenseFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteExpenseFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -359050,7 +368700,9 @@ t1 = dynamicAction.expenseIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseEntity*>"); prevExpenses = A.List_List$of(new A.MappedListIterable(t1, new A._restoreExpense__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreExpense__closure1(store, prevExpenses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreExpense__closure1(store, prevExpenses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -359059,32 +368711,42 @@ }; A._restoreExpense__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 214 + $signature: 204 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreExpenseSuccess(expenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._restoreExpense__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreExpenseFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreExpenseFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveExpense_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveExpenseRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expense).then$1$1(0, new A._saveExpense__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveExpense__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.expense).then$1$1(0, new A._saveExpense__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -359094,28 +368756,40 @@ A._saveExpense__closure.prototype = { call$1(expense) { var t1 = this.action, - t2 = this.store; - if (t1.expense.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddExpenseSuccess(expense)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); + t2 = t1.expense.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddExpenseSuccess(expense)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveExpenseSuccess(expense)); + } t1.completer.complete$1(0, expense); }, - $signature: 150 + $signature: 145 }; A._saveExpense__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveExpenseFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadExpense_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadExpense._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadExpenseRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expenseId).then$1$1(0, new A._loadExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpense__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.expenseId).then$1$1(0, new A._loadExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -359124,19 +368798,22 @@ }; A._loadExpense__closure.prototype = { call$1(expense) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseSuccess(expense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseSuccess(expense)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 150 + $signature: 145 }; A._loadExpense__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -359145,11 +368822,14 @@ }; A._loadExpenses_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadExpenses._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadExpensesRequest()); - this.repository.loadList$3(state.get$credentials(state), state.get$createdAtLimit(), state.get$filterDeletedClients()).then$1$1(0, new A._loadExpenses__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpenses__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadExpensesRequest()); + this.repository.loadList$3(t1.get$credentials(t1), t1.get$createdAtLimit(), t1.get$filterDeletedClients()).then$1$1(0, new A._loadExpenses__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpenses__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -359158,17 +368838,21 @@ }; A._loadExpenses__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadExpensesSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpensesSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.LoadRecurringExpenses()); + t1[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 739 + $signature: 529 }; A._loadExpenses__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadExpensesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpensesFailure(error)); this.action.toString; }, $signature: 3 @@ -359177,7 +368861,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveExpenseDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -359185,9 +368870,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expense, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure19(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure20(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.expense, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure19(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure20(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveExpenseDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveExpenseDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -359198,15 +368885,20 @@ }; A._saveDocument__closure19.prototype = { call$1(expense) { - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 150 + $signature: 145 }; A._saveDocument__closure20.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveExpenseDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -359231,97 +368923,97 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1258 + $signature: 1293 }; A.forceSelectedReducer_closure39.prototype = { call$2(completer, action) { return true; }, - $signature: 1259 + $signature: 1294 }; A.forceSelectedReducer_closure40.prototype = { call$2(completer, action) { return false; }, - $signature: 1260 + $signature: 1295 }; A.forceSelectedReducer_closure41.prototype = { call$2(completer, action) { return false; }, - $signature: 1261 + $signature: 1296 }; A.forceSelectedReducer_closure42.prototype = { call$2(completer, action) { return false; }, - $signature: 1262 + $signature: 1297 }; A.forceSelectedReducer_closure43.prototype = { call$2(completer, action) { return false; }, - $signature: 1263 + $signature: 1298 }; A.forceSelectedReducer_closure44.prototype = { call$2(completer, action) { return false; }, - $signature: 1264 + $signature: 1299 }; A.forceSelectedReducer_closure45.prototype = { call$2(completer, action) { return false; }, - $signature: 1265 + $signature: 1300 }; A.forceSelectedReducer_closure46.prototype = { call$2(completer, action) { return false; }, - $signature: 1266 + $signature: 1301 }; A.tabIndexReducer_closure9.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1267 + $signature: 1302 }; A.tabIndexReducer_closure10.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.selectedIdReducer_closure79.prototype = { call$2(completer, action) { return ""; }, - $signature: 1268 + $signature: 1303 }; A.selectedIdReducer_closure80.prototype = { call$2(completer, action) { return ""; }, - $signature: 1269 + $signature: 1304 }; A.selectedIdReducer_closure81.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { return action.expenseId; }, - $signature: 1270 + $signature: 1305 }; A.selectedIdReducer_closure83.prototype = { call$2(selectedId, action) { return action.expense.id; }, - $signature: 1271 + $signature: 1306 }; A.selectedIdReducer_closure84.prototype = { call$2(selectedId, action) { @@ -359333,86 +369025,86 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1272 + $signature: 1307 }; A.selectedIdReducer_closure87.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1273 + $signature: 1308 }; A.selectedIdReducer_closure88.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1274 + $signature: 1309 }; A.selectedIdReducer_closure89.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1275 + $signature: 1310 }; A.selectedIdReducer_closure90.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1276 + $signature: 1311 }; A.selectedIdReducer_closure91.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1277 + $signature: 1312 }; A.selectedIdReducer_closure92.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1278 + $signature: 1313 }; A.selectedIdReducer_closure93.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1279 + $signature: 1314 }; A.editingReducer_closure28.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1280 + $signature: 1315 }; A.editingReducer_closure29.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1281 + $signature: 1316 }; A.editingReducer_closure30.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1282 + $signature: 1317 }; A.editingReducer_closure31.prototype = { call$2(expense, action) { return action.expense.rebuild$1(new A.editingReducer__closure10()); }, - $signature: 1283 + $signature: 1318 }; A.editingReducer__closure10.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_isChanged = true; return b; }, - $signature: 29 + $signature: 30 }; A._viewExpenseList_closure.prototype = { call$1(b) { @@ -359616,7 +369308,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 392 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -359638,7 +369330,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 392 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -359660,7 +369352,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 392 }; A._addExpense_closure.prototype = { call$1(b) { @@ -359673,7 +369365,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 295 + $signature: 288 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -359682,7 +369374,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 295 + $signature: 288 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -359691,20 +369383,20 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 295 + $signature: 288 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { return A.expensePurchaseOrderSelector(expense, purchaseOrderMap); }, - $signature: 1286 + $signature: 1321 }; A.expensePurchaseOrderSelector_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { purchaseOrder.toString; this.expense.toString; }, - $signature: 47 + $signature: 50 }; A.convertExpenseToInvoiceItem_closure.prototype = { call$1(b) { @@ -359757,13 +369449,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 60 + $signature: 61 }; A.memoizedFilteredExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 737 + $signature: 597 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -359852,13 +369544,13 @@ t2 = _this.expenseListState; return t1.$index(0, expenseAId).compareTo$9(0, t1.$index(0, expenseBId), t2.sortField, t2.sortAscending, _this.clientMap, _this.userMap, _this.vendorMap, _this.invoiceMap, _this.expenseCategoryMap, _this.staticState); }, - $signature: 20 + $signature: 21 }; A.memoizedExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -359868,13 +369560,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -359884,13 +369576,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { return A.clientExpenseList(expenseMap, clientId); }, - $signature: 1289 + $signature: 1324 }; A.clientExpenseList_closure.prototype = { call$1(expenseid) { @@ -359920,13 +369612,13 @@ t1 = t1.$index(0, idB).number; return B.JSString_methods.compareTo$1(t2, t1); }, - $signature: 20 + $signature: 21 }; A.memoizedExpenseStatsForProject_closure.prototype = { call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -359936,13 +369628,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -359952,7 +369644,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -359980,7 +369672,7 @@ call$1(item) { return item; }, - $signature: 736 + $signature: 599 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -359995,7 +369687,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 295 + $signature: 288 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -360038,7 +369730,7 @@ t6 = t5._expense_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._expense_state$_list = t6; t5 = t6; } else @@ -360046,16 +369738,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -360143,7 +369835,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -360163,7 +369855,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._expense_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -360215,22 +369907,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._expense_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$ExpenseState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$ExpenseState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("ExpenseState", _$failedField, J.toString$0$(e)); @@ -360354,7 +370046,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s14_ = "ExpenseUIState", _$result = null; @@ -360362,8 +370054,8 @@ _$result0 = _this._expense_state$_$v; if (_$result0 == null) { t1 = _this._expense_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_expense_state$_$this()._expense_state$_selectedId; t4 = _this.get$_expense_state$_$this()._expense_state$_forceSelected; t5 = _this.get$_expense_state$_$this()._expense_state$_tabIndex; @@ -360379,9 +370071,9 @@ _$failedField = "editing"; t1 = _this._expense_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -360498,7 +370190,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 39 + $signature: 40 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -360506,14 +370198,19 @@ b.get$_expense_model$_$this()._categoryId = t1; return b; }, - $signature: 29 + $signature: 30 }; A._editExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { - var _s31_ = "/settings/expense_category/edit"; + var t1, + _s31_ = "/settings/expense_category/edit"; next.call$1(type$.legacy_EditExpenseCategory._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s31_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s31_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s31_, type$.legacy_Object); }, "call*": "call$3", @@ -360528,7 +370225,8 @@ $requiredArgCount: 3, $call$body$_viewExpenseCategory_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -360537,8 +370235,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewExpenseCategory._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/expense_category/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -360546,16 +370248,24 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewExpenseCategoryList_closure.prototype = { call$3(store, dynamicAction, next) { - var _s26_ = "/settings/expense_category"; + var t1, + _s26_ = "/settings/expense_category"; next.call$1(type$.legacy_ViewExpenseCategoryList._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s26_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s26_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s26_, new A._viewExpenseCategoryList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -360566,7 +370276,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -360575,7 +370285,9 @@ t1 = dynamicAction.expenseCategoryIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseCategoryEntity*>"); prevExpenseCategories = A.List_List$of(new A.MappedListIterable(t1, new A._archiveExpenseCategory__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveExpenseCategory__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveExpenseCategory__closure1(store, prevExpenseCategories, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveExpenseCategory__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveExpenseCategory__closure1(store, prevExpenseCategories, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -360584,24 +370296,31 @@ }; A._archiveExpenseCategory__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 423 + $signature: 393 }; A._archiveExpenseCategory__closure0.prototype = { call$1(expenseCategories) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 422 + $signature: 394 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseCategoriesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveExpenseCategoriesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -360613,7 +370332,9 @@ t1 = dynamicAction.expenseCategoryIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseCategoryEntity*>"); prevExpenseCategories = A.List_List$of(new A.MappedListIterable(t1, new A._deleteExpenseCategory__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteExpenseCategory__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteExpenseCategory__closure1(store, prevExpenseCategories, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteExpenseCategory__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteExpenseCategory__closure1(store, prevExpenseCategories, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -360622,24 +370343,31 @@ }; A._deleteExpenseCategory__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 423 + $signature: 393 }; A._deleteExpenseCategory__closure0.prototype = { call$1(expenseCategories) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 422 + $signature: 394 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteExpenseCategoriesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteExpenseCategoriesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -360651,7 +370379,9 @@ t1 = dynamicAction.expenseCategoryIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseCategoryEntity*>"); prevExpenseCategories = A.List_List$of(new A.MappedListIterable(t1, new A._restoreExpenseCategory__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreExpenseCategory__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreExpenseCategory__closure1(store, prevExpenseCategories, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreExpenseCategory__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreExpenseCategory__closure1(store, prevExpenseCategories, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -360660,32 +370390,42 @@ }; A._restoreExpenseCategory__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 423 + $signature: 393 }; A._restoreExpenseCategory__closure0.prototype = { call$1(expenseCategories) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 422 + $signature: 394 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreExpenseCategoriesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreExpenseCategoriesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveExpenseCategoryRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expenseCategory).then$1$1(0, new A._saveExpenseCategory__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveExpenseCategory__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.expenseCategory).then$1$1(0, new A._saveExpenseCategory__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveExpenseCategory__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -360695,30 +370435,40 @@ A._saveExpenseCategory__closure.prototype = { call$1(expenseCategory) { var t1 = this.action, - t2 = this.store; - if (t1.expenseCategory.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddExpenseCategorySuccess(expenseCategory)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveExpenseCategorySuccess(expenseCategory)); + t2 = t1.expenseCategory.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddExpenseCategorySuccess(expenseCategory)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveExpenseCategorySuccess(expenseCategory)); + } t1.completer.complete$1(0, expenseCategory); }, - $signature: 369 + $signature: 287 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseCategoryFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveExpenseCategoryFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadExpenseCategory._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategoryRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.expenseCategoryId).then$1$1(0, new A._loadExpenseCategory__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpenseCategory__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadExpenseCategoryRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.expenseCategoryId).then$1$1(0, new A._loadExpenseCategory__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpenseCategory__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -360727,26 +370477,34 @@ }; A._loadExpenseCategory__closure.prototype = { call$1(expenseCategory) { - this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 369 + $signature: 287 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategoryFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseCategoryFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadExpenseCategories_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadExpenseCategories._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategoriesRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadExpenseCategories__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpenseCategories__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadExpenseCategoriesRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadExpenseCategories__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadExpenseCategories__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -360755,19 +370513,22 @@ }; A._loadExpenseCategories__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategoriesSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseCategoriesSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1294 + $signature: 1329 }; A._loadExpenseCategories__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategoriesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpenseCategoriesFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -360792,85 +370553,85 @@ b.get$_expense_category_state$_$this()._expense_category_state$_forceSelected = t3; return b; }, - $signature: 1295 + $signature: 1330 }; A.forceSelectedReducer_closure127.prototype = { call$2(completer, action) { return true; }, - $signature: 1296 + $signature: 1331 }; A.forceSelectedReducer_closure128.prototype = { call$2(completer, action) { return false; }, - $signature: 1297 + $signature: 1332 }; A.forceSelectedReducer_closure129.prototype = { call$2(completer, action) { return false; }, - $signature: 1298 + $signature: 1333 }; A.forceSelectedReducer_closure130.prototype = { call$2(completer, action) { return false; }, - $signature: 1299 + $signature: 1334 }; A.forceSelectedReducer_closure131.prototype = { call$2(completer, action) { return false; }, - $signature: 1300 + $signature: 1335 }; A.forceSelectedReducer_closure132.prototype = { call$2(completer, action) { return false; }, - $signature: 1301 + $signature: 1336 }; A.forceSelectedReducer_closure133.prototype = { call$2(completer, action) { return false; }, - $signature: 1302 + $signature: 1337 }; A.forceSelectedReducer_closure134.prototype = { call$2(completer, action) { return false; }, - $signature: 1303 + $signature: 1338 }; A.selectedIdReducer_closure256.prototype = { call$2(completer, action) { return ""; }, - $signature: 1304 + $signature: 1339 }; A.selectedIdReducer_closure257.prototype = { call$2(completer, action) { return ""; }, - $signature: 1305 + $signature: 1340 }; A.selectedIdReducer_closure258.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure259.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { @@ -360882,49 +370643,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1306 + $signature: 1341 }; A.selectedIdReducer_closure264.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1307 + $signature: 1342 }; A.selectedIdReducer_closure265.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1308 + $signature: 1343 }; A.selectedIdReducer_closure266.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1309 + $signature: 1344 }; A.selectedIdReducer_closure267.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1310 + $signature: 1345 }; A.selectedIdReducer_closure268.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1311 + $signature: 1346 }; A.selectedIdReducer_closure269.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1312 + $signature: 1347 }; A.selectedIdReducer_closure270.prototype = { call$2(selectedId, action) { @@ -360937,38 +370698,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure87.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1313 + $signature: 1348 }; A.editingReducer_closure88.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1314 + $signature: 1349 }; A.editingReducer_closure89.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1315 + $signature: 1350 }; A.editingReducer_closure90.prototype = { call$2(expenseCategory, action) { return action.expenseCategory.rebuild$1(new A.editingReducer__closure34()); }, - $signature: 1316 + $signature: 1351 }; A.editingReducer__closure34.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 288 + $signature: 289 }; A._filterExpenseCategoriesByCustom1_closure.prototype = { call$1(b) { @@ -361104,7 +370865,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 421 + $signature: 395 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -361126,7 +370887,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 421 + $signature: 395 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -361148,7 +370909,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 421 + $signature: 395 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -361161,7 +370922,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 286 + $signature: 290 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -361170,7 +370931,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 286 + $signature: 290 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -361179,13 +370940,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 286 + $signature: 290 }; A.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return A.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1320 + $signature: 1355 }; A.filteredExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -361210,13 +370971,13 @@ t4 = t3.sortField; return J.compareTo$3$expenseCategory$sortAscending$sortField$ns(t2, t1, t3.sortAscending, t4); }, - $signature: 20 + $signature: 21 }; A.memoizedCalculateExpenseCategoryAmount_closure.prototype = { call$2(categoryId, expenseMap) { return A.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1321 + $signature: 1356 }; A.calculateExpenseCategoryAmount_closure.prototype = { call$2(expenseId, expense) { @@ -361226,13 +370987,13 @@ t1.total = t1.total + expense.get$grossAmount(); } }, - $signature: 108 + $signature: 107 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -361242,7 +371003,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -361269,7 +371030,7 @@ call$1(item) { return item; }, - $signature: 1322 + $signature: 1357 }; A.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1(b) { @@ -361284,7 +371045,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 286 + $signature: 290 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -361327,7 +371088,7 @@ t6 = t5._expense_category_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._expense_category_state$_list = t6; t5 = t6; } else @@ -361335,16 +371096,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -361352,7 +371113,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_01; + return B.List_09; }, get$wireName() { return "ExpenseCategoryState"; @@ -361428,7 +371189,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -361448,7 +371209,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._expense_category_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -361500,22 +371261,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._expense_category_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$ExpenseCategoryState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$ExpenseCategoryState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("ExpenseCategoryState", _$failedField, J.toString$0$(e)); @@ -361639,7 +371400,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s22_ = "ExpenseCategoryUIState", _$result = null; @@ -361647,8 +371408,8 @@ _$result0 = _this._expense_category_state$_$v; if (_$result0 == null) { t1 = _this._expense_category_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_expense_category_state$_$this()._expense_category_state$_selectedId; t4 = _this.get$_expense_category_state$_$this()._expense_category_state$_forceSelected; t5 = _this.get$_expense_category_state$_$this()._expense_category_state$_tabIndex; @@ -361664,9 +371425,9 @@ _$failedField = "editing"; t1 = _this._expense_category_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s22_, _$failedField, J.toString$0$(e)); @@ -361756,7 +371517,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 39 + $signature: 40 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -361779,10 +371540,15 @@ A.SaveGroupDocumentFailure.prototype = {$isStopSaving: 1}; A._editGroup_closure.prototype = { call$3(store, dynamicAction, next) { - var _s29_ = "/settings/group_settings/edit"; + var t1, + _s29_ = "/settings/group_settings/edit"; next.call$1(type$.legacy_EditGroup._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s29_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s29_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s29_, type$.legacy_Object); }, "call*": "call$3", @@ -361797,7 +371563,8 @@ $requiredArgCount: 3, $call$body$_viewGroup_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -361806,8 +371573,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewGroup._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/group_settings/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/group_settings/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/group_settings/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -361815,20 +371586,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewGroupList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s24_ = "/settings/group_settings"; next.call$1(type$.legacy_ViewGroupList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s24_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s24_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s24_, new A._viewGroupList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -361839,7 +371616,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -361848,7 +371625,9 @@ t1 = dynamicAction.groupIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,GroupEntity*>"); prevGroups = A.List_List$of(new A.MappedListIterable(t1, new A._archiveGroup__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveGroup__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveGroup__closure1(store, prevGroups, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveGroup__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveGroup__closure1(store, prevGroups, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -361857,24 +371636,31 @@ }; A._archiveGroup__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 419 + $signature: 396 }; A._archiveGroup__closure0.prototype = { call$1(groups) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveGroupSuccess(groups)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 418 + $signature: 397 }; A._archiveGroup__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveGroupFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveGroupFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -361886,7 +371672,9 @@ t1 = dynamicAction.groupIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,GroupEntity*>"); prevGroups = A.List_List$of(new A.MappedListIterable(t1, new A._deleteGroup__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteGroup__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteGroup__closure1(store, prevGroups, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteGroup__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteGroup__closure1(store, prevGroups, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -361895,24 +371683,31 @@ }; A._deleteGroup__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 419 + $signature: 396 }; A._deleteGroup__closure0.prototype = { call$1(groups) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteGroupSuccess(groups)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 418 + $signature: 397 }; A._deleteGroup__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteGroupFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteGroupFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -361924,7 +371719,9 @@ t1 = dynamicAction.groupIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,GroupEntity*>"); prevGroups = A.List_List$of(new A.MappedListIterable(t1, new A._restoreGroup__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreGroup__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreGroup__closure1(store, prevGroups, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreGroup__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreGroup__closure1(store, prevGroups, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -361933,32 +371730,42 @@ }; A._restoreGroup__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 419 + $signature: 396 }; A._restoreGroup__closure0.prototype = { call$1(groups) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreGroupSuccess(groups)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 418 + $signature: 397 }; A._restoreGroup__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreGroupFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreGroupFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveGroup_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveGroupRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.group).then$1$1(0, new A._saveGroup__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveGroup__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.group).then$1$1(0, new A._saveGroup__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveGroup__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -361968,30 +371775,40 @@ A._saveGroup__closure.prototype = { call$1(group) { var t1 = this.action, - t2 = this.store; - if (t1.group.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddGroupSuccess(group)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveGroupSuccess(group)); + t2 = t1.group.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddGroupSuccess(group)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveGroupSuccess(group)); + } t1.completer.complete$1(0, group); }, - $signature: 280 + $signature: 258 }; A._saveGroup__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveGroupFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadGroup_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadGroup._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadGroupRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.groupId).then$1$1(0, new A._loadGroup__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadGroup__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadGroupRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.groupId).then$1$1(0, new A._loadGroup__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadGroup__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -362000,19 +371817,22 @@ }; A._loadGroup__closure.prototype = { call$1(group) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadGroupSuccess(group)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadGroupSuccess(group)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 280 + $signature: 258 }; A._loadGroup__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadGroupFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadGroupFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -362021,11 +371841,14 @@ }; A._loadGroups_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadGroups._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadGroupsRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadGroups__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadGroups__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadGroupsRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadGroups__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadGroups__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -362034,19 +371857,22 @@ }; A._loadGroups__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadGroupsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadGroupsSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1326 + $signature: 1361 }; A._loadGroups__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadGroupsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadGroupsFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -362057,7 +371883,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveGroupDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -362065,9 +371892,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.group, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure0(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.group, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure0(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveGroupDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -362078,15 +371907,20 @@ }; A._saveDocument__closure.prototype = { call$1(group) { - this.store.get$_dispatchers()[0].call$1(new A.SaveGroupSuccess(group)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupSuccess(group)); this.action.completer.complete$1(0, null); }, - $signature: 280 + $signature: 258 }; A._saveDocument__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveGroupDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -362109,61 +371943,61 @@ b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1327 + $signature: 1362 }; A.forceSelectedReducer_closure55.prototype = { call$2(completer, action) { return true; }, - $signature: 1328 + $signature: 1363 }; A.forceSelectedReducer_closure56.prototype = { call$2(completer, action) { return false; }, - $signature: 1329 + $signature: 1364 }; A.forceSelectedReducer_closure57.prototype = { call$2(completer, action) { return false; }, - $signature: 1330 + $signature: 1365 }; A.forceSelectedReducer_closure58.prototype = { call$2(completer, action) { return false; }, - $signature: 1331 + $signature: 1366 }; A.selectedIdReducer_closure107.prototype = { call$2(completer, action) { return ""; }, - $signature: 1332 + $signature: 1367 }; A.selectedIdReducer_closure108.prototype = { call$2(completer, action) { return ""; }, - $signature: 1333 + $signature: 1368 }; A.selectedIdReducer_closure109.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure110.prototype = { call$2(selectedId, action) { return action.groupId; }, - $signature: 1334 + $signature: 1369 }; A.selectedIdReducer_closure111.prototype = { call$2(selectedId, action) { return action.group.id; }, - $signature: 1335 + $signature: 1370 }; A.selectedIdReducer_closure112.prototype = { call$2(selectedId, action) { @@ -362175,31 +372009,31 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1336 + $signature: 1371 }; A.selectedIdReducer_closure115.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1337 + $signature: 1372 }; A.selectedIdReducer_closure116.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1338 + $signature: 1373 }; A.selectedIdReducer_closure117.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure118.prototype = { call$2(selectedId, action) { @@ -362212,38 +372046,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure33.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1339 + $signature: 1374 }; A.editingReducer_closure34.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1340 + $signature: 1375 }; A.editingReducer_closure35.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1341 + $signature: 1376 }; A.editingReducer_closure36.prototype = { call$2(group, action) { return action.group.rebuild$1(new A.editingReducer__closure12()); }, - $signature: 1342 + $signature: 1377 }; A.editingReducer__closure12.prototype = { call$1(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 416 + $signature: 398 }; A._viewGroupList_closure.prototype = { call$1(b) { @@ -362352,7 +372186,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 414 + $signature: 399 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -362374,7 +372208,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 414 + $signature: 399 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -362396,7 +372230,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 414 + $signature: 399 }; A._addGroup_closure.prototype = { call$1(b) { @@ -362409,7 +372243,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 195 + $signature: 194 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -362418,7 +372252,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 195 + $signature: 194 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -362427,14 +372261,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 195 + $signature: 194 }; 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: 195 + $signature: 194 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -362446,7 +372280,7 @@ call$1(item) { return item; }, - $signature: 720 + $signature: 624 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -362455,14 +372289,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 195 + $signature: 194 }; 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: 195 + $signature: 194 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -362474,7 +372308,7 @@ call$1(item) { return item; }, - $signature: 720 + $signature: 624 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -362483,13 +372317,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 195 + $signature: 194 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { return A.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1347 + $signature: 1382 }; A.filteredGroupsSelector_closure.prototype = { call$1(groupId) { @@ -362532,13 +372366,13 @@ } return response; }, - $signature: 20 + $signature: 21 }; A.memoizedClientStatsForGroup_closure.prototype = { call$2(clientMap, groupId) { return A.clientStatsForGroup(clientMap, groupId); }, - $signature: 1348 + $signature: 1383 }; A.clientStatsForGroup_closure.prototype = { call$2(clientId, client) { @@ -362548,7 +372382,7 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 240 + $signature: 281 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -362603,7 +372437,7 @@ t6 = t5._group_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._group_state$_list = t6; t5 = t6; } else @@ -362611,16 +372445,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -362675,7 +372509,7 @@ t8 = t7._documents; if (t8 == null) { t8 = new A.ListBuilder(t4); - t8.__ListBuilder__list = A.List_List$from(B.List_empty, true, t3); + t8.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t3); t7._documents = t8; t7 = t8; } else @@ -362683,10 +372517,10 @@ t8 = A.BuiltList_BuiltList$from(B.List_empty, t3); t9 = t7.$ti; if (t9._eval$1("_BuiltList<1>")._is(t8)) { - t7.__ListBuilder__list = t8._list; + t7.__ListBuilder__list_A = t8._list; t7._listOwner = t8; } else { - t7.__ListBuilder__list = A.List_List$from(t8, true, t9._precomputed1); + t7.__ListBuilder__list_A = A.List_List$from(t8, true, t9._precomputed1); t7._listOwner = null; } t5._group_state$_editing = t6; @@ -362721,7 +372555,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -362741,7 +372575,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._group_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -362793,22 +372627,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._group_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$GroupState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$GroupState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("GroupState", _$failedField, J.toString$0$(e)); @@ -362932,7 +372766,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s12_ = "GroupUIState", _$result = null; @@ -362940,8 +372774,8 @@ _$result0 = _this._group_state$_$v; if (_$result0 == null) { t1 = _this._group_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_group_state$_$this()._group_state$_selectedId; t4 = _this.get$_group_state$_$this()._group_state$_forceSelected; t5 = _this.get$_group_state$_$this()._group_state$_tabIndex; @@ -362957,9 +372791,9 @@ _$failedField = "editing"; t1 = _this._group_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s12_, _$failedField, J.toString$0$(e)); @@ -363131,7 +372965,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 39 + $signature: 40 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -363144,7 +372978,7 @@ }; A.handleInvoiceAction_closure1.prototype = { call$1(_) { - var _this = this, + var t3, _this = this, t1 = _this.invoiceIds, t2 = _this.localization.localeCode; if (t1.length === 1) { @@ -363157,7 +372991,9 @@ t2 = ""; } t2 = A.snackBarCompleter(_this.context, t2, false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.CancelInvoicesRequest(t2, t1)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.CancelInvoicesRequest(t2, t1)); }, $signature: 9 }; @@ -363169,12 +373005,12 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(invoice).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 140 + $signature: 138 }; A.handleInvoiceAction_closure3.prototype = { call$0() { var t1, t2; - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); t1 = this.state; t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -363184,7 +373020,7 @@ }; A.handleInvoiceAction_closure4.prototype = { call$1(_) { - var _this = this, + var t3, _this = this, t1 = _this.invoiceIds, t2 = _this.localization; if (t1.length === 1) @@ -363196,7 +373032,9 @@ t2 = ""; } t2 = A.snackBarCompleter(_this.context, t2, false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.BulkEmailInvoicesRequest(t2, t1)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.BulkEmailInvoicesRequest(t2, t1)); }, $signature: 9 }; @@ -363239,14 +373077,14 @@ t1.addAll$1(0, A.List_List$of(new A.MappedIterable(t2, new A.handleInvoiceAction__closure0(), t3), true, t3._eval$1("Iterable.E"))); return b; }, - $signature: 44 + $signature: 47 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.legacy_InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 173 + $signature: 171 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -363256,26 +373094,32 @@ t2 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t2, null, t1); }, - $signature: 775 + $signature: 695 }; A.handleInvoiceAction_closure10.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 237 + $signature: 264 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s8_ = "/invoice"; next.call$1(type$.legacy_ViewInvoiceList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s8_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s8_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s8_, new A._viewInvoiceList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -363286,7 +373130,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._viewInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -363296,7 +373140,8 @@ $requiredArgCount: 3, $call$body$_viewInvoice_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -363305,8 +373150,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewInvoice._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/view")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/invoice/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -363322,14 +373171,19 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._editInvoice_closure.prototype = { call$3(store, dynamicAction, next) { - var _s13_ = "/invoice/edit"; + var t1, + _s13_ = "/invoice/edit"; next.call$1(type$.legacy_EditInvoice._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s13_, type$.legacy_Object); }, "call*": "call$3", @@ -363345,7 +373199,7 @@ $call$body$_showEmailInvoice_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - emailWasSent, t1; + t1, emailWasSent; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -363355,8 +373209,12 @@ // Function start type$.legacy_ShowEmailInvoice._as(dynamicAction); next.call$1(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/email")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/invoice/email")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -363377,7 +373235,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._showPdfInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -363387,7 +373245,8 @@ $requiredArgCount: 3, $call$body$_showPdfInvoice_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -363396,8 +373255,12 @@ case 0: // Function start next.call$1(type$.legacy_ShowPdfInvoice._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/pdf")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/invoice/pdf")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/invoice/pdf", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -363405,12 +373268,15 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._cancelInvoices_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_CancelInvoicesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_cancelInvoice).then$1$1(0, new A._cancelInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._cancelInvoices__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_cancelInvoice).then$1$1(0, new A._cancelInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._cancelInvoices__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363419,17 +373285,21 @@ }; A._cancelInvoices__closure.prototype = { call$1(invoices) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.CancelInvoicesSuccess(invoices)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.CancelInvoicesSuccess(invoices)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._cancelInvoices__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.CancelInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.CancelInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -363441,7 +373311,9 @@ t1 = dynamicAction.invoiceIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevInvoices = A.List_List$of(new A.MappedListIterable(t1, new A._archiveInvoice__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveInvoice__closure1(store, prevInvoices, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveInvoice__closure1(store, prevInvoices, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363450,24 +373322,31 @@ }; A._archiveInvoice__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._archiveInvoice__closure0.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._archiveInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -363479,7 +373358,9 @@ t1 = dynamicAction.invoiceIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevInvoices = A.List_List$of(new A.MappedListIterable(t1, new A._deleteInvoice__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteInvoice__closure1(store, prevInvoices, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteInvoice__closure1(store, prevInvoices, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363488,26 +373369,32 @@ }; A._deleteInvoice__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._deleteInvoice__closure0.prototype = { call$1(invoices) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.DeleteInvoicesSuccess(invoices)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteInvoicesSuccess(invoices)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._deleteInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -363519,7 +373406,9 @@ t1 = dynamicAction.invoiceIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevInvoices = A.List_List$of(new A.MappedListIterable(t1, new A._restoreInvoice__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreInvoice__closure1(store, prevInvoices, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreInvoice__closure1(store, prevInvoices, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363528,34 +373417,43 @@ }; A._restoreInvoice__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._restoreInvoice__closure0.prototype = { call$1(invoices) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.RestoreInvoicesSuccess(invoices)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreInvoicesSuccess(invoices)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._restoreInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._markInvoiceSent_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_MarkInvoicesSentRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_markSent).then$1$1(0, new A._markInvoiceSent__closure(store, dynamicAction), type$.Null).catchError$1(new A._markInvoiceSent__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_markSent).then$1$1(0, new A._markInvoiceSent__closure(store, dynamicAction), type$.Null).catchError$1(new A._markInvoiceSent__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363564,25 +373462,32 @@ }; A._markInvoiceSent__closure.prototype = { call$1(invoices) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.MarkInvoicesSentSuccess(invoices)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkInvoicesSentSuccess(invoices)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._markInvoiceSent__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.MarkInvoicesSentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkInvoicesSentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._markInvoicePaid_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_MarkInvoicesPaidRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_markPaid).then$1$1(0, new A._markInvoicePaid__closure(store, dynamicAction), type$.Null).catchError$1(new A._markInvoicePaid__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_markPaid).then$1$1(0, new A._markInvoicePaid__closure(store, dynamicAction), type$.Null).catchError$1(new A._markInvoicePaid__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363591,25 +373496,32 @@ }; A._markInvoicePaid__closure.prototype = { call$1(invoices) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.MarkInvoicesPaidSuccess(invoices)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkInvoicesPaidSuccess(invoices)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._markInvoicePaid__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.MarkInvoicesPaidFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkInvoicesPaidFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._downloadInvoices_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DownloadInvoicesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadInvoices__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadInvoices__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363618,15 +373530,20 @@ }; A._downloadInvoices__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.DownloadInvoicesSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._downloadInvoices__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DownloadInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -363635,13 +373552,14 @@ call$3(store, dynamicAction, next) { var t1, t2, origInvoice; type$.legacy_EmailInvoiceRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t1 = t2._list[t1].invoiceState.map; t2 = dynamicAction.invoiceId; origInvoice = t1._map$_map.$index(0, t2); - this.repository.emailInvoice$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), origInvoice, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailInvoice__closure0(store, dynamicAction)); + this.repository.emailInvoice$5(J.get$credentials$z(store.__Store__state_A), origInvoice, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailInvoice__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363650,25 +373568,32 @@ }; A._emailInvoice__closure.prototype = { call$1(invoice) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.EmailInvoiceSuccess(invoice)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailInvoiceSuccess(invoice)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._emailInvoice__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.EmailInvoiceFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailInvoiceFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._bulkEmailInvoices_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_BulkEmailInvoicesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailInvoices__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailInvoices__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363677,25 +373602,32 @@ }; A._bulkEmailInvoices__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailInvoicesSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._bulkEmailInvoices__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveInvoice_closure.prototype = { call$3(store, dynamicAction, next) { - var updatedInvoice; + var updatedInvoice, t1; type$.legacy_SaveInvoiceRequest._as(dynamicAction); updatedInvoice = dynamicAction.invoice.rebuild$1(new A._saveInvoice__closure(dynamicAction)); - this.repository.saveData$3$action(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), updatedInvoice, dynamicAction.entityAction).then$1$1(0, new A._saveInvoice__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveInvoice__closure1(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3$action(J.get$credentials$z(t1), updatedInvoice, dynamicAction.entityAction).then$1$1(0, new A._saveInvoice__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveInvoice__closure1(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363715,34 +373647,49 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { var t1 = this.action, - t2 = this.store; - if (t1.invoice.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddInvoiceSuccess(invoice)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveInvoiceSuccess(invoice)); - t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t2 = t1.invoice.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddInvoiceSuccess(invoice)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveInvoiceSuccess(invoice)); + } + t2 = t3.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 65 + $signature: 64 }; A._saveInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveInvoiceFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadInvoice_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadInvoice._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadInvoiceRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceId).then$1$1(0, new A._loadInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadInvoice__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadInvoiceRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.invoiceId).then$1$1(0, new A._loadInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadInvoice__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363751,19 +373698,22 @@ }; A._loadInvoice__closure.prototype = { call$1(invoice) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadInvoiceSuccess(invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadInvoiceSuccess(invoice)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._loadInvoice__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadInvoiceFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadInvoiceFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -363772,16 +373722,19 @@ }; A._loadInvoices_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3, t4, t5; + var t1, t2, t3, t4, t5, t6; type$.legacy_LoadInvoices._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadInvoicesRequest()); - t1 = state.get$credentials(state); - t2 = dynamicAction.page; - t3 = state.get$createdAtLimit(); - t4 = state.get$filterDeletedClients(); - t5 = state.get$isHosted() ? 10000 : 5000; - this.repository.loadList$5(t1, t2, t3, t4, t5).then$1$1(0, new A._loadInvoices__closure(store, state, dynamicAction), type$.Null).catchError$1(new A._loadInvoices__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadInvoicesRequest()); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.page; + t4 = t1.get$createdAtLimit(); + t5 = t1.get$filterDeletedClients(); + t6 = t1.get$isHosted() ? 10000 : 5000; + this.repository.loadList$5(t2, t3, t4, t5, t6).then$1$1(0, new A._loadInvoices__closure(store, t1, dynamicAction), type$.Null).catchError$1(new A._loadInvoices__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -363791,21 +373744,25 @@ A._loadInvoices__closure.prototype = { call$1(data) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadInvoicesSuccess(data)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadInvoicesSuccess(data)); t2 = data._list.length; if (t2 === (this.state.get$isHosted() ? 10000 : 5000)) { t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.LoadInvoices(t2.completer, t2.page + 1)); + t1[0].call$1(new A.LoadInvoices(t2.completer, t2.page + 1)); } else - t1.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoices()); + t1[0].call$1(new A.LoadRecurringInvoices()); }, - $signature: 234 + $signature: 271 }; A._loadInvoices__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadInvoicesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadInvoicesFailure(error)); }, $signature: 3 }; @@ -363813,7 +373770,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveInvoiceDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -363821,9 +373779,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoice, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure21(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure22(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.invoice, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure21(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure22(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveInvoiceDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveInvoiceDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -363834,15 +373794,20 @@ }; A._saveDocument__closure21.prototype = { call$1(invoice) { - this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceSuccess(invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._saveDocument__closure22.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveInvoiceDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -363856,210 +373821,210 @@ A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; t4 = b.get$editing(); - t1 = $.$get$editingReducer21().call$2(t2.editing, t3); + t1 = $.$get$editingReducer22().call$2(t2.editing, t3); A.ArgumentError_checkNotNull(t1, "other"); t4._invoice_model$_$v = t1; t1 = $.$get$editingItemIndexReducer0().call$2(t2.editingItemIndex, t3); b.get$_invoice_state$_$this()._invoice_state$_editingItemIndex = t1; - t1 = $.$get$selectedIdReducer21().call$2(t2.selectedId, t3); + t1 = $.$get$selectedIdReducer22().call$2(t2.selectedId, t3); b.get$_invoice_state$_$this()._invoice_state$_selectedId = t1; - t1 = $.$get$forceSelectedReducer21().call$2(t2.forceSelected, t3); + t1 = $.$get$forceSelectedReducer22().call$2(t2.forceSelected, t3); b.get$_invoice_state$_$this()._invoice_state$_forceSelected = t1; - t1 = $.$get$tabIndexReducer10().call$2(t2.tabIndex, t3); + t1 = $.$get$tabIndexReducer11().call$2(t2.tabIndex, t3); b.get$_invoice_state$_$this()._invoice_state$_tabIndex = t1; t3 = $.$get$historyActivityIdReducer3().call$2(t2.historyActivityId, t3); b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1349 + $signature: 1384 }; - A.forceSelectedReducer_closure167.prototype = { + A.forceSelectedReducer_closure175.prototype = { call$2(completer, action) { return true; }, - $signature: 1350 + $signature: 1385 }; - A.forceSelectedReducer_closure168.prototype = { + A.forceSelectedReducer_closure176.prototype = { call$2(completer, action) { return false; }, - $signature: 1351 + $signature: 1386 }; - A.forceSelectedReducer_closure169.prototype = { + A.forceSelectedReducer_closure177.prototype = { call$2(completer, action) { return false; }, - $signature: 1352 + $signature: 1387 }; - A.forceSelectedReducer_closure170.prototype = { + A.forceSelectedReducer_closure178.prototype = { call$2(completer, action) { return false; }, - $signature: 1353 + $signature: 1388 }; - A.forceSelectedReducer_closure171.prototype = { + A.forceSelectedReducer_closure179.prototype = { call$2(completer, action) { return false; }, - $signature: 1354 + $signature: 1389 }; - A.forceSelectedReducer_closure172.prototype = { + A.forceSelectedReducer_closure180.prototype = { call$2(completer, action) { return false; }, - $signature: 1355 + $signature: 1390 }; - A.forceSelectedReducer_closure173.prototype = { + A.forceSelectedReducer_closure181.prototype = { call$2(completer, action) { return false; }, - $signature: 1356 + $signature: 1391 }; - A.forceSelectedReducer_closure174.prototype = { + A.forceSelectedReducer_closure182.prototype = { call$2(completer, action) { return false; }, - $signature: 1357 + $signature: 1392 }; - A.tabIndexReducer_closure21.prototype = { + A.tabIndexReducer_closure23.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1358 + $signature: 1393 }; - A.tabIndexReducer_closure22.prototype = { + A.tabIndexReducer_closure24.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 719 + $signature: 632 }; A.editingItemIndexReducer_closure1.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1360 + $signature: 1395 }; A.editingItemIndexReducer_closure2.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1361 + $signature: 1396 }; - A.selectedIdReducer_closure335.prototype = { + A.selectedIdReducer_closure350.prototype = { call$2(completer, action) { return ""; }, - $signature: 1362 + $signature: 1397 }; - A.selectedIdReducer_closure336.prototype = { + A.selectedIdReducer_closure351.prototype = { call$2(completer, action) { return ""; }, - $signature: 1363 + $signature: 1398 }; - A.selectedIdReducer_closure337.prototype = { + A.selectedIdReducer_closure352.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; - A.selectedIdReducer_closure338.prototype = { + A.selectedIdReducer_closure353.prototype = { call$2(selectedId, action) { return action.invoiceId; }, - $signature: 1364 + $signature: 1399 }; - A.selectedIdReducer_closure339.prototype = { + A.selectedIdReducer_closure354.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1365 + $signature: 1400 }; - A.selectedIdReducer_closure340.prototype = { + A.selectedIdReducer_closure355.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1366 + $signature: 1401 }; - A.selectedIdReducer_closure341.prototype = { + A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 719 + $signature: 632 }; - A.selectedIdReducer_closure342.prototype = { + A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, $signature: 53 }; - A.selectedIdReducer_closure343.prototype = { + A.selectedIdReducer_closure358.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; - A.selectedIdReducer_closure344.prototype = { + A.selectedIdReducer_closure359.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1367 + $signature: 1402 }; - A.selectedIdReducer_closure345.prototype = { + A.selectedIdReducer_closure360.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1368 + $signature: 1403 }; - A.selectedIdReducer_closure346.prototype = { + A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1369 + $signature: 1404 }; - A.selectedIdReducer_closure347.prototype = { + A.selectedIdReducer_closure362.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1370 + $signature: 1405 }; - A.selectedIdReducer_closure348.prototype = { + A.selectedIdReducer_closure363.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1371 + $signature: 1406 }; - A.selectedIdReducer_closure349.prototype = { + A.selectedIdReducer_closure364.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1372 + $signature: 1407 }; - A.selectedIdReducer_closure350.prototype = { + A.selectedIdReducer_closure365.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1373 + $signature: 1408 }; - A.selectedIdReducer_closure351.prototype = { + A.selectedIdReducer_closure366.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1374 + $signature: 1409 }; - A.selectedIdReducer_closure352.prototype = { + A.selectedIdReducer_closure367.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; - A.selectedIdReducer_closure353.prototype = { + A.selectedIdReducer_closure368.prototype = { call$2(selectedId, action) { var t1; if (action.clearSelection) @@ -364070,13 +374035,13 @@ } return t1; }, - $signature: 87 + $signature: 80 }; - A.editingReducer_closure114.prototype = { + A.editingReducer_closure117.prototype = { call$2(invoice, action) { return action.invoice.rebuild$1(new A.editingReducer__closure51()); }, - $signature: 1375 + $signature: 1410 }; A.editingReducer__closure51.prototype = { call$1(b) { @@ -364085,11 +374050,11 @@ }, $signature: 7 }; - A.editingReducer_closure115.prototype = { + A.editingReducer_closure118.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure50()); }, - $signature: 717 + $signature: 633 }; A.editingReducer__closure50.prototype = { call$1(b) { @@ -364098,17 +374063,17 @@ }, $signature: 7 }; - A.editingReducer_closure116.prototype = { + A.editingReducer_closure119.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1377 + $signature: 1412 }; - A.editingReducer_closure117.prototype = { + A.editingReducer_closure120.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure49()); }, - $signature: 716 + $signature: 636 }; A.editingReducer__closure49.prototype = { call$1(b) { @@ -364117,11 +374082,11 @@ }, $signature: 7 }; - A.editingReducer_closure118.prototype = { + A.editingReducer_closure121.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure48()); }, - $signature: 715 + $signature: 642 }; A.editingReducer__closure48.prototype = { call$1(b) { @@ -364130,11 +374095,11 @@ }, $signature: 7 }; - A.editingReducer_closure119.prototype = { + A.editingReducer_closure122.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure47(action.client)); }, - $signature: 1380 + $signature: 1415 }; A.editingReducer__closure47.prototype = { call$1(b) { @@ -364160,31 +374125,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 - }; - A.editingReducer_closure120.prototype = { - call$2(invoices, action) { - return J.$index$asx(action.invoices, 0); - }, - $signature: 1381 - }; - A.editingReducer_closure121.prototype = { - call$2(invoices, action) { - return J.$index$asx(action.invoices, 0); - }, - $signature: 1382 - }; - A.editingReducer_closure122.prototype = { - call$2(invoices, action) { - return J.$index$asx(action.invoices, 0); - }, - $signature: 1383 + $signature: 190 }; A.editingReducer_closure123.prototype = { + call$2(invoices, action) { + return J.$index$asx(action.invoices, 0); + }, + $signature: 1416 + }; + A.editingReducer_closure124.prototype = { + call$2(invoices, action) { + return J.$index$asx(action.invoices, 0); + }, + $signature: 1417 + }; + A.editingReducer_closure125.prototype = { + call$2(invoices, action) { + return J.$index$asx(action.invoices, 0); + }, + $signature: 1418 + }; + A.editingReducer_closure126.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure46(action)); }, - $signature: 1384 + $signature: 1419 }; A.editingReducer__closure46.prototype = { call$1(b) { @@ -364198,11 +374163,11 @@ }, $signature: 7 }; - A.editingReducer_closure124.prototype = { + A.editingReducer_closure127.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure45(action)); }, - $signature: 1385 + $signature: 1420 }; A.editingReducer__closure45.prototype = { call$1(b) { @@ -364392,7 +374357,7 @@ }, $signature: 2 }; - A._startListMultiselect_closure21.prototype = { + A._startListMultiselect_closure22.prototype = { call$1(b) { var t1 = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); b.get$_list_ui_state$_$this()._selectedIds = t1; @@ -364400,7 +374365,7 @@ }, $signature: 2 }; - A._addToListMultiselect_closure21.prototype = { + A._addToListMultiselect_closure22.prototype = { call$1(b) { var t1 = b.get$selectedIds(), t2 = this.action.entity; @@ -364411,7 +374376,7 @@ }, $signature: 2 }; - A._removeFromListMultiselect_closure21.prototype = { + A._removeFromListMultiselect_closure22.prototype = { call$1(b) { var t1 = b.get$selectedIds(), t2 = this.action.entity; @@ -364421,7 +374386,7 @@ }, $signature: 2 }; - A._clearListMultiselect_closure21.prototype = { + A._clearListMultiselect_closure22.prototype = { call$1(b) { b.get$_list_ui_state$_$this()._selectedIds = null; return b; @@ -364448,7 +374413,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 218 + $signature: 211 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -364470,7 +374435,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 218 + $signature: 211 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -364492,7 +374457,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 218 + $signature: 211 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -364514,7 +374479,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 218 + $signature: 211 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -364536,7 +374501,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 218 + $signature: 211 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -364545,7 +374510,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 285 + $signature: 292 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -364567,7 +374532,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 218 + $signature: 211 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -364580,7 +374545,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 285 + $signature: 292 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -364595,7 +374560,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: 285 + $signature: 292 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -364609,32 +374574,32 @@ call$2(invoice, quoteMap) { return A.invoiceQuoteSelector(invoice, quoteMap); }, - $signature: 1388 + $signature: 1423 }; A.invoiceQuoteSelector_closure.prototype = { call$2(quoteId, quote) { if (quote.invoiceId === this.invoice.id) this._box_0.invoiceQuote = quote; }, - $signature: 47 + $signature: 50 }; A.invoiceContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 330 + $signature: 371 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 145 + $signature: 134 }; 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: 1389 + $signature: 1424 }; A.dropdownInvoiceSelector_closure.prototype = { call$1(invoiceId) { @@ -364650,7 +374615,7 @@ t2 = _this.clientMap._map$_map; if (t2.containsKey$1(0, t1)) { t1 = t2.$index(0, t1); - t1 = !(!t1.get$isArchived() && !J.get$isDeleted$x(t1)); + t1 = !(!t1.get$isArchived() && !t1.get$isDeleted()); } else t1 = true; if (t1) @@ -364665,19 +374630,19 @@ t1 = _this.invoiceMap._map$_map; return t1.$index(0, invoiceAId).compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, invoiceBId), _this.recurringPrefix, false, "number", _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredInvoiceList_closure.prototype = { call$9(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return A.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1390 + $signature: 1425 }; A.filteredInvoicesSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 189 + $signature: 182 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -364689,7 +374654,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 277 + $signature: 245 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -364780,13 +374745,13 @@ t4 = t3.sortField; return J.compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1, _this.recurringPrefix, t3.sortAscending, t4, _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedInvoiceStatsForClient_closure.prototype = { call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -364796,13 +374761,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedInvoiceStatsForDesign_closure.prototype = { call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -364812,13 +374777,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -364828,13 +374793,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedInvoiceStatsForProject_closure.prototype = { call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -364844,13 +374809,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -364860,7 +374825,7 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.InvoiceState.prototype = { $get$1(_, invoiceId) { @@ -364888,7 +374853,7 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -364903,7 +374868,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 285 + $signature: 292 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -364946,7 +374911,7 @@ t6 = t5._invoice_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._invoice_state$_list = t6; t5 = t6; } else @@ -364954,16 +374919,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -365047,7 +375012,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -365067,7 +375032,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._invoice_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -365119,22 +375084,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._invoice_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$InvoiceState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$InvoiceState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("InvoiceState", _$failedField, J.toString$0$(e)); @@ -365268,7 +375233,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s14_ = "InvoiceUIState", _$result = null; @@ -365276,10 +375241,10 @@ _$result0 = _this._invoice_state$_$v; if (_$result0 == null) { t1 = _this._invoice_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this.get$_invoice_state$_$this()._invoice_state$_editingItemIndex; t3 = _this.get$_invoice_state$_$this()._invoice_state$_historyActivityId; - t4 = _this.get$listUIState().build$0(0); + t4 = _this.get$listUIState().build$0(); t5 = _this.get$_invoice_state$_$this()._invoice_state$_selectedId; t6 = _this.get$_invoice_state$_$this()._invoice_state$_forceSelected; t7 = _this.get$_invoice_state$_$this()._invoice_state$_tabIndex; @@ -365295,9 +375260,9 @@ _$failedField = "editing"; t1 = _this._invoice_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -365430,30 +375395,33 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 39 + $signature: 40 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { A.editEntity(null, this._box_0.payment.rebuild$1(new A.handlePaymentAction__closure1()), true, null); }, - $signature: 36 + $signature: 37 }; A.handlePaymentAction__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 44 + $signature: 47 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { - var t1 = this._box_0; + var t2, + t1 = this._box_0; if (t1.payment.get$invoicePaymentables().length === 1) t1.payment = t1.payment.rebuild$1(new A.handlePaymentAction__closure(t1)); t1 = t1.payment.rebuild$1(new A.handlePaymentAction__closure0(this.company)); - this.store.get$_dispatchers()[0].call$1(new A.ViewRefundPayment(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ViewRefundPayment(t1)); }, - $signature: 36 + $signature: 37 }; A.handlePaymentAction__closure.prototype = { call$1(b) { @@ -365465,7 +375433,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 44 + $signature: 47 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { @@ -365473,7 +375441,7 @@ b.get$_payment_model$_$this()._sendEmail = t1; return b; }, - $signature: 44 + $signature: 47 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -365481,9 +375449,13 @@ _s13_ = "/payment/edit"; type$.legacy_EditPayment._as(dynamicAction); next.call$1(dynamicAction); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile || dynamicAction.payment.isApplying !== true) { - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile || dynamicAction.payment.isApplying !== true) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s13_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s13_, type$.legacy_Object); } else { t1 = $.$get$navigatorKey(); @@ -365499,15 +375471,19 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 814 + $signature: 581 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { var t1, _s15_ = "/payment/refund"; next.call$1(type$.legacy_ViewRefundPayment._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) { - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s15_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s15_)); $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s15_, type$.legacy_Object); } else { t1 = $.$get$navigatorKey(); @@ -365523,7 +375499,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 813 + $signature: 580 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -365533,7 +375509,8 @@ $requiredArgCount: 3, $call$body$_viewPayment_closure(store, action, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -365542,8 +375519,12 @@ case 0: // Function start next.call$1(action); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/payment/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/payment/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/payment/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -365551,20 +375532,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewPaymentList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s8_ = "/payment"; next.call$1(type$.legacy_ViewPaymentList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s8_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s8_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s8_, new A._viewPaymentList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -365575,7 +375562,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archivePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -365584,7 +375571,9 @@ t1 = dynamicAction.paymentIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentEntity*>"); prevPayments = A.List_List$of(new A.MappedListIterable(t1, new A._archivePayment__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archivePayment__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archivePayment__closure1(store, prevPayments, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archivePayment__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archivePayment__closure1(store, prevPayments, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365593,24 +375582,31 @@ }; A._archivePayment__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 209 + $signature: 226 }; A._archivePayment__closure0.prototype = { call$1(payments) { - this.store.get$_dispatchers()[0].call$1(new A.ArchivePaymentsSuccess(payments)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 287 + $signature: 295 }; A._archivePayment__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchivePaymentsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchivePaymentsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -365622,7 +375618,9 @@ t1 = dynamicAction.paymentIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentEntity*>"); prevPayments = A.List_List$of(new A.MappedListIterable(t1, new A._deletePayment__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deletePayment__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deletePayment__closure1(store, prevPayments, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deletePayment__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deletePayment__closure1(store, prevPayments, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365631,26 +375629,32 @@ }; A._deletePayment__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 209 + $signature: 226 }; A._deletePayment__closure0.prototype = { call$1(payments) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.DeletePaymentsSuccess(payments)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePaymentsSuccess(payments)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 287 + $signature: 295 }; A._deletePayment__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeletePaymentsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePaymentsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -365662,7 +375666,9 @@ t1 = dynamicAction.paymentIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentEntity*>"); prevPayments = A.List_List$of(new A.MappedListIterable(t1, new A._restorePayment__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restorePayment__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restorePayment__closure1(store, prevPayments, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restorePayment__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restorePayment__closure1(store, prevPayments, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365671,37 +375677,45 @@ }; A._restorePayment__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 209 + $signature: 226 }; A._restorePayment__closure0.prototype = { call$1(payments) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.RestorePaymentsSuccess(payments)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestorePaymentsSuccess(payments)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 287 + $signature: 295 }; A._restorePayment__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestorePaymentsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestorePaymentsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._savePayment_closure.prototype = { call$3(store, dynamicAction, next) { - var payment, sendEmail; + var payment, sendEmail, t1; type$.legacy_SavePaymentRequest._as(dynamicAction); payment = dynamicAction.payment; sendEmail = payment.get$isNew() && payment.sendEmail; - this.repository.saveData$3$sendEmail(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), payment, sendEmail).then$1$1(0, new A._savePayment__closure(dynamicAction, store), type$.Null).catchError$1(new A._savePayment__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3$sendEmail(J.get$credentials$z(t1), payment, sendEmail).then$1$1(0, new A._savePayment__closure(dynamicAction, store), type$.Null).catchError$1(new A._savePayment__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365711,28 +375725,41 @@ A._savePayment__closure.prototype = { call$1(payment) { var t1 = this.action, - t2 = this.store; - if (t1.payment.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddPaymentSuccess(payment)); - else - t2.get$_dispatchers()[0].call$1(new A.SavePaymentSuccess(payment)); - t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t2 = t1.payment.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddPaymentSuccess(payment)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SavePaymentSuccess(payment)); + } + t2 = t3.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 159 + $signature: 155 }; A._savePayment__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SavePaymentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePaymentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._refundPayment_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_RefundPaymentRequest._as(dynamicAction); - this.repository.refundPayment$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.payment).then$1$1(0, new A._refundPayment__closure(store, dynamicAction), type$.Null).catchError$1(new A._refundPayment__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.refundPayment$2(J.get$credentials$z(t1), dynamicAction.payment).then$1$1(0, new A._refundPayment__closure(store, dynamicAction), type$.Null).catchError$1(new A._refundPayment__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365741,26 +375768,33 @@ }; A._refundPayment__closure.prototype = { call$1(payment) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.SavePaymentSuccess(payment)); - t1.get$_dispatchers()[0].call$1(new A.RefundPaymentSuccess(payment)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePaymentSuccess(payment)); + t1[0].call$1(new A.RefundPaymentSuccess(payment)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 159 + $signature: 155 }; A._refundPayment__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RefundPaymentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefundPaymentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._emailPayment_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_EmailPaymentRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.paymentIds, B.EntityAction_sendEmail).then$1$1(0, new A._emailPayment__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailPayment__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.paymentIds, B.EntityAction_sendEmail).then$1$1(0, new A._emailPayment__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailPayment__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365769,24 +375803,34 @@ }; A._emailPayment__closure.prototype = { call$1(payments) { - this.store.get$_dispatchers()[0].call$1(new A.EmailPaymentSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 287 + $signature: 295 }; A._emailPayment__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SavePaymentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePaymentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadPayment_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadPayment._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadPaymentRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.paymentId).then$1$1(0, new A._loadPayment__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPayment__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.paymentId).then$1$1(0, new A._loadPayment__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPayment__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365795,31 +375839,39 @@ }; A._loadPayment__closure.prototype = { call$1(payment) { - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentSuccess(payment)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 159 + $signature: 155 }; A._loadPayment__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadPayments_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3, t4, t5; + var t1, t2, t3, t4, t5, t6; type$.legacy_LoadPayments._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadPaymentsRequest()); - t1 = state.get$credentials(state); - t2 = dynamicAction.page; - t3 = state.get$createdAtLimit(); - t4 = state.get$filterDeletedClients(); - t5 = state.get$isHosted() ? 10000 : 5000; - this.repository.loadList$5(t1, t2, t3, t4, t5).then$1$1(0, new A._loadPayments__closure(store, state, dynamicAction), type$.Null).catchError$1(new A._loadPayments__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadPaymentsRequest()); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.page; + t4 = t1.get$createdAtLimit(); + t5 = t1.get$filterDeletedClients(); + t6 = t1.get$isHosted() ? 10000 : 5000; + this.repository.loadList$5(t2, t3, t4, t5, t6).then$1$1(0, new A._loadPayments__closure(store, t1, dynamicAction), type$.Null).catchError$1(new A._loadPayments__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -365829,21 +375881,25 @@ A._loadPayments__closure.prototype = { call$1(data) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadPaymentsSuccess(data)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentsSuccess(data)); t2 = data._list.length; if (t2 === (this.state.get$isHosted() ? 10000 : 5000)) { t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.LoadPayments(t2.completer, t2.page + 1)); + t1[0].call$1(new A.LoadPayments(t2.completer, t2.page + 1)); } else - t1.get$_dispatchers()[0].call$1(new A.LoadQuotes(null, 1)); + t1[0].call$1(new A.LoadQuotes(null, 1)); }, - $signature: 1394 + $signature: 1429 }; A._loadPayments__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentsFailure(error)); }, $signature: 3 }; @@ -365867,97 +375923,97 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1395 + $signature: 1430 }; A.forceSelectedReducer_closure7.prototype = { call$2(completer, action) { return true; }, - $signature: 1396 + $signature: 1431 }; A.forceSelectedReducer_closure8.prototype = { call$2(completer, action) { return false; }, - $signature: 1397 + $signature: 1432 }; A.forceSelectedReducer_closure9.prototype = { call$2(completer, action) { return false; }, - $signature: 1398 + $signature: 1433 }; A.forceSelectedReducer_closure10.prototype = { call$2(completer, action) { return false; }, - $signature: 1399 + $signature: 1434 }; A.forceSelectedReducer_closure11.prototype = { call$2(completer, action) { return false; }, - $signature: 1400 + $signature: 1435 }; A.forceSelectedReducer_closure12.prototype = { call$2(completer, action) { return false; }, - $signature: 1401 + $signature: 1436 }; A.forceSelectedReducer_closure13.prototype = { call$2(completer, action) { return false; }, - $signature: 1402 + $signature: 1437 }; A.forceSelectedReducer_closure14.prototype = { call$2(completer, action) { return false; }, - $signature: 1403 + $signature: 1438 }; A.tabIndexReducer_closure1.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1404 + $signature: 1439 }; A.tabIndexReducer_closure2.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { return ""; }, - $signature: 1405 + $signature: 1440 }; A.selectedIdReducer_closure19.prototype = { call$2(completer, action) { return ""; }, - $signature: 1406 + $signature: 1441 }; A.selectedIdReducer_closure20.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { return action.paymentId; }, - $signature: 1407 + $signature: 1442 }; A.selectedIdReducer_closure22.prototype = { call$2(selectedId, action) { return action.payment.id; }, - $signature: 1408 + $signature: 1443 }; A.selectedIdReducer_closure23.prototype = { call$2(selectedId, action) { @@ -365969,55 +376025,55 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1409 + $signature: 1444 }; A.selectedIdReducer_closure26.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1410 + $signature: 1445 }; A.selectedIdReducer_closure27.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1411 + $signature: 1446 }; A.selectedIdReducer_closure28.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1412 + $signature: 1447 }; A.selectedIdReducer_closure29.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1413 + $signature: 1448 }; A.selectedIdReducer_closure30.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1414 + $signature: 1449 }; A.selectedIdReducer_closure31.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1415 + $signature: 1450 }; A.selectedIdReducer_closure32.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure33.prototype = { call$2(selectedId, action) { @@ -366030,38 +376086,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure10.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1416 + $signature: 1451 }; A.editingReducer_closure11.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1417 + $signature: 1452 }; A.editingReducer_closure12.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1418 + $signature: 1453 }; A.editingReducer_closure13.prototype = { call$2(payment, action) { return action.payment.rebuild$1(new A.editingReducer__closure6()); }, - $signature: 1419 + $signature: 1454 }; A.editingReducer__closure6.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 44 + $signature: 47 }; A._viewPaymentList_closure.prototype = { call$1(b) { @@ -366246,7 +376302,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 413 + $signature: 401 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -366268,7 +376324,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 413 + $signature: 401 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -366290,7 +376346,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 413 + $signature: 401 }; A._addPayment_closure.prototype = { call$1(b) { @@ -366303,7 +376359,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 290 + $signature: 309 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -366312,7 +376368,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 290 + $signature: 309 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -366321,63 +376377,63 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 290 + $signature: 309 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 711 + $signature: 682 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 209 + $signature: 226 }; 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: 436 + $signature: 378 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 196 + $signature: 192 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 711 + $signature: 682 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 209 + $signature: 226 }; 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: 436 + $signature: 378 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 196 + $signature: 192 }; 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: 1424 + $signature: 1459 }; A.filteredPaymentsSelector_closure.prototype = { call$1(paymentId) { @@ -366420,7 +376476,7 @@ call$1(p) { return p.invoiceId; }, - $signature: 196 + $signature: 192 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -366429,13 +376485,13 @@ t2 = _this.paymentListState; return t1.$index(0, paymentAId).compareTo$7$clientMap$invoiceMap$payment$paymentTypeMap$sortAscending$sortField$userMap(0, _this.clientMap, _this.invoiceMap, t1.$index(0, paymentBId), _this.paymentTypeMap, t2.sortAscending, t2.sortField, _this.userMap); }, - $signature: 20 + $signature: 21 }; A.memoizedPaymentStatsForClient_closure.prototype = { call$3(clientId, paymentMap, invoiceMap) { return A.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1425 + $signature: 1460 }; A.paymentStatsForClient_closure.prototype = { call$2(paymentId, payment) { @@ -366445,7 +376501,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 189 + $signature: 182 }; A.PaymentState.prototype = { loadPayments$1(clients) { @@ -366465,7 +376521,7 @@ call$1(item) { return item; }, - $signature: 1426 + $signature: 1461 }; A.PaymentState_loadPayments_closure.prototype = { call$1(b) { @@ -366480,7 +376536,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 290 + $signature: 309 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -366523,7 +376579,7 @@ t6 = t5._payment_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._payment_state$_list = t6; t5 = t6; } else @@ -366531,16 +376587,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -366618,7 +376674,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -366638,7 +376694,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._payment_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -366690,22 +376746,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._payment_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$PaymentState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$PaymentState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("PaymentState", _$failedField, J.toString$0$(e)); @@ -366821,7 +376877,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s14_ = "PaymentUIState", _$result = null; @@ -366829,8 +376885,8 @@ _$result0 = _this._payment_state$_$v; if (_$result0 == null) { t1 = _this._payment_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_payment_state$_$this()._payment_state$_selectedId; t4 = _this.get$_payment_state$_$this()._payment_state$_forceSelected; t5 = _this.get$_payment_state$_$this()._payment_state$_tabIndex; @@ -366846,9 +376902,9 @@ _$failedField = "editing"; t1 = _this._payment_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -366961,7 +377017,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 39 + $signature: 40 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -366969,10 +377025,15 @@ A.ClearPaymentTermMultiselect.prototype = {}; A._editPaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { - var _s27_ = "/settings/payment_term/edit"; + var t1, + _s27_ = "/settings/payment_term/edit"; next.call$1(type$.legacy_EditPaymentTerm._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s27_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s27_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s27_, type$.legacy_Object); }, "call*": "call$3", @@ -366987,7 +377048,8 @@ $requiredArgCount: 3, $call$body$_viewPaymentTerm_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -366996,8 +377058,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewPaymentTerm._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/payment_term/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/payment_term/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/payment_term/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -367005,20 +377071,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewPaymentTermList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s23_ = "/settings/payment_terms"; next.call$1(type$.legacy_ViewPaymentTermList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s23_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s23_, new A._viewPaymentTermList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -367029,7 +377101,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archivePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -367038,7 +377110,9 @@ t1 = dynamicAction.paymentTermIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentTermEntity*>"); prevPaymentTerms = A.List_List$of(new A.MappedListIterable(t1, new A._archivePaymentTerm__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archivePaymentTerm__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archivePaymentTerm__closure1(store, prevPaymentTerms, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archivePaymentTerm__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archivePaymentTerm__closure1(store, prevPaymentTerms, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -367047,24 +377121,31 @@ }; A._archivePaymentTerm__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 412 + $signature: 403 }; A._archivePaymentTerm__closure0.prototype = { call$1(paymentTerms) { - this.store.get$_dispatchers()[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 404 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchivePaymentTermsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchivePaymentTermsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -367076,7 +377157,9 @@ t1 = dynamicAction.paymentTermIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentTermEntity*>"); prevPaymentTerms = A.List_List$of(new A.MappedListIterable(t1, new A._deletePaymentTerm__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deletePaymentTerm__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deletePaymentTerm__closure1(store, prevPaymentTerms, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deletePaymentTerm__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deletePaymentTerm__closure1(store, prevPaymentTerms, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -367085,24 +377168,31 @@ }; A._deletePaymentTerm__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 412 + $signature: 403 }; A._deletePaymentTerm__closure0.prototype = { call$1(paymentTerms) { - this.store.get$_dispatchers()[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 404 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeletePaymentTermsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePaymentTermsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -367114,7 +377204,9 @@ t1 = dynamicAction.paymentTermIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentTermEntity*>"); prevPaymentTerms = A.List_List$of(new A.MappedListIterable(t1, new A._restorePaymentTerm__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restorePaymentTerm__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restorePaymentTerm__closure1(store, prevPaymentTerms, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restorePaymentTerm__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restorePaymentTerm__closure1(store, prevPaymentTerms, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -367123,32 +377215,42 @@ }; A._restorePaymentTerm__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 412 + $signature: 403 }; A._restorePaymentTerm__closure0.prototype = { call$1(paymentTerms) { - this.store.get$_dispatchers()[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 404 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestorePaymentTermsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestorePaymentTermsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._savePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SavePaymentTermRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.paymentTerm).then$1$1(0, new A._savePaymentTerm__closure(dynamicAction, store), type$.Null).catchError$1(new A._savePaymentTerm__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.paymentTerm).then$1$1(0, new A._savePaymentTerm__closure(dynamicAction, store), type$.Null).catchError$1(new A._savePaymentTerm__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -367158,30 +377260,40 @@ A._savePaymentTerm__closure.prototype = { call$1(paymentTerm) { var t1 = this.action, - t2 = this.store; - if (t1.paymentTerm.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddPaymentTermSuccess(paymentTerm)); - else - t2.get$_dispatchers()[0].call$1(new A.SavePaymentTermSuccess(paymentTerm)); + t2 = t1.paymentTerm.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddPaymentTermSuccess(paymentTerm)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SavePaymentTermSuccess(paymentTerm)); + } t1.completer.complete$1(0, paymentTerm); }, - $signature: 294 + $signature: 318 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SavePaymentTermFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePaymentTermFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadPaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadPaymentTerm._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.paymentTermId).then$1$1(0, new A._loadPaymentTerm__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPaymentTerm__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadPaymentTermRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.paymentTermId).then$1$1(0, new A._loadPaymentTerm__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPaymentTerm__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -367190,26 +377302,34 @@ }; A._loadPaymentTerm__closure.prototype = { call$1(paymentTerm) { - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 294 + $signature: 318 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentTermFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadPaymentTerms_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadPaymentTerms._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermsRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadPaymentTerms__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPaymentTerms__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadPaymentTermsRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadPaymentTerms__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPaymentTerms__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -367218,19 +377338,22 @@ }; A._loadPaymentTerms__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentTermsSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1430 + $signature: 1465 }; A._loadPaymentTerms__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPaymentTermsFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -367255,85 +377378,85 @@ b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1431 + $signature: 1466 }; A.forceSelectedReducer_closure95.prototype = { call$2(completer, action) { return true; }, - $signature: 1432 + $signature: 1467 }; A.forceSelectedReducer_closure96.prototype = { call$2(completer, action) { return false; }, - $signature: 1433 + $signature: 1468 }; A.forceSelectedReducer_closure97.prototype = { call$2(completer, action) { return false; }, - $signature: 1434 + $signature: 1469 }; A.forceSelectedReducer_closure98.prototype = { call$2(completer, action) { return false; }, - $signature: 1435 + $signature: 1470 }; A.forceSelectedReducer_closure99.prototype = { call$2(completer, action) { return false; }, - $signature: 1436 + $signature: 1471 }; A.forceSelectedReducer_closure100.prototype = { call$2(completer, action) { return false; }, - $signature: 1437 + $signature: 1472 }; A.forceSelectedReducer_closure101.prototype = { call$2(completer, action) { return false; }, - $signature: 1438 + $signature: 1473 }; A.forceSelectedReducer_closure102.prototype = { call$2(completer, action) { return false; }, - $signature: 1439 + $signature: 1474 }; A.selectedIdReducer_closure193.prototype = { call$2(completer, action) { return ""; }, - $signature: 1440 + $signature: 1475 }; A.selectedIdReducer_closure194.prototype = { call$2(completer, action) { return ""; }, - $signature: 1441 + $signature: 1476 }; A.selectedIdReducer_closure195.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure196.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { @@ -367345,80 +377468,80 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1442 + $signature: 1477 }; A.selectedIdReducer_closure201.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1443 + $signature: 1478 }; A.selectedIdReducer_closure202.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1444 + $signature: 1479 }; A.selectedIdReducer_closure203.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1445 + $signature: 1480 }; A.selectedIdReducer_closure204.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1446 + $signature: 1481 }; A.selectedIdReducer_closure205.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1447 + $signature: 1482 }; A.selectedIdReducer_closure206.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1448 + $signature: 1483 }; A.editingReducer_closure64.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1449 + $signature: 1484 }; A.editingReducer_closure65.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1450 + $signature: 1485 }; A.editingReducer_closure66.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1451 + $signature: 1486 }; A.editingReducer_closure67.prototype = { call$2(paymentTerm, action) { return action.paymentTerm.rebuild$1(new A.editingReducer__closure24()); }, - $signature: 1452 + $signature: 1487 }; A.editingReducer__closure24.prototype = { call$1(b) { b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 710 + $signature: 697 }; A._viewPaymentTermList_closure.prototype = { call$1(b) { @@ -367565,7 +377688,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 409 + $signature: 406 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -367587,7 +377710,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 409 + $signature: 406 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -367609,7 +377732,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 409 + $signature: 406 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -367622,7 +377745,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 231 + $signature: 221 }; A._updatePaymentTerm_closure.prototype = { call$1(b) { @@ -367631,7 +377754,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 231 + $signature: 221 }; A._setLoadedPaymentTerm_closure.prototype = { call$1(b) { @@ -367640,14 +377763,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 231 + $signature: 221 }; 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: 231 + $signature: 221 }; A._setLoadedCompany__closure7.prototype = { call$1(item) { @@ -367659,7 +377782,7 @@ call$1(item) { return item; }, - $signature: 709 + $signature: 705 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -367668,13 +377791,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 231 + $signature: 221 }; A.memoizedDropdownPaymentTermList_closure.prototype = { call$2(paymentTermMap, paymentTermList) { return A.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1457 + $signature: 1492 }; A.dropdownPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -367695,13 +377818,13 @@ paymentTermB = t1.$index(0, paymentTermBId); return B.JSInt_methods.compareTo$1(paymentTermA.numDays, paymentTermB.numDays); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredPaymentTermList_closure.prototype = { call$4(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return A.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1458 + $signature: 1493 }; A.filteredPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -367725,7 +377848,7 @@ this.paymentTermListState.toString; return B.JSInt_methods.compareTo$1(paymentTermA.numDays, paymentTermB.numDays); }, - $signature: 20 + $signature: 21 }; A.PaymentTermState.prototype = { loadPaymentTerms$1(clients) { @@ -367745,7 +377868,7 @@ call$1(item) { return item; }, - $signature: 709 + $signature: 705 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -367760,7 +377883,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 231 + $signature: 221 }; A.PaymentTermUIState.prototype = { get$isCreatingNew() { @@ -367803,7 +377926,7 @@ t6 = t5._payment_term_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._payment_term_state$_list = t6; t5 = t6; } else @@ -367811,16 +377934,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -367898,7 +378021,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -367906,7 +378029,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_oyU0; + return B.List_oyU2; }, get$wireName() { return "PaymentTermUIState"; @@ -367918,7 +378041,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._payment_term_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -367970,22 +378093,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._payment_term_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$PaymentTermState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$PaymentTermState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("PaymentTermState", _$failedField, J.toString$0$(e)); @@ -368101,7 +378224,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s18_ = "PaymentTermUIState", _$result = null; @@ -368109,8 +378232,8 @@ _$result0 = _this._payment_term_state$_$v; if (_$result0 == null) { t1 = _this._payment_term_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_payment_term_state$_$this()._payment_term_state$_selectedId; t4 = _this.get$_payment_term_state$_$this()._payment_term_state$_forceSelected; t5 = _this.get$_payment_term_state$_$this()._payment_term_state$_tabIndex; @@ -368126,9 +378249,9 @@ _$failedField = "editing"; t1 = _this._payment_term_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s18_, _$failedField, J.toString$0$(e)); @@ -368239,7 +378362,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 39 + $signature: 40 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -368259,7 +378382,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 708 + $signature: 707 }; A.handleProductAction_closure1.prototype = { call$1(b) { @@ -368279,7 +378402,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 708 + $signature: 707 }; A.StartProductMultiselect.prototype = {}; A.AddToProductMultiselect.prototype = {}; @@ -368294,10 +378417,15 @@ A.UpdateProductTab.prototype = {$isPersistUI: 1}; A._editProduct_closure.prototype = { call$3(store, dynamicAction, next) { - var _s13_ = "/product/edit"; + var t1, + _s13_ = "/product/edit"; next.call$1(type$.legacy_EditProduct._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s13_, type$.legacy_Object); }, "call*": "call$3", @@ -368312,7 +378440,8 @@ $requiredArgCount: 3, $call$body$_viewProduct_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -368321,8 +378450,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewProduct._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/product/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/product/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/product/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -368330,20 +378463,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewProductList_closure.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s8_ = "/product"; next.call$1(type$.legacy_ViewProductList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s8_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s8_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s8_, new A._viewProductList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -368354,7 +378493,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -368363,7 +378502,9 @@ t1 = dynamicAction.productIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ProductEntity*>"); prevProducts = A.List_List$of(new A.MappedListIterable(t1, new A._archiveProduct__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveProduct__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveProduct__closure1(store, prevProducts, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveProduct__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveProduct__closure1(store, prevProducts, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -368372,24 +378513,31 @@ }; A._archiveProduct__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 238 + $signature: 267 }; A._archiveProduct__closure0.prototype = { call$1(products) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveProductsSuccess(products)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, $signature: 408 }; A._archiveProduct__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveProductsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveProductsFailure()); this.action.completer.completeError$1(error); }, $signature: 6 @@ -368401,7 +378549,9 @@ t1 = dynamicAction.productIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ProductEntity*>"); prevProducts = A.List_List$of(new A.MappedListIterable(t1, new A._deleteProduct__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteProduct__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteProduct__closure1(store, prevProducts, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteProduct__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteProduct__closure1(store, prevProducts, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -368410,24 +378560,31 @@ }; A._deleteProduct__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 238 + $signature: 267 }; A._deleteProduct__closure0.prototype = { call$1(products) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteProductsSuccess(products)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, $signature: 408 }; A._deleteProduct__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteProductsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteProductsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -368439,7 +378596,9 @@ t1 = dynamicAction.productIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ProductEntity*>"); prevProducts = A.List_List$of(new A.MappedListIterable(t1, new A._restoreProduct__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreProduct__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreProduct__closure1(store, prevProducts, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreProduct__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreProduct__closure1(store, prevProducts, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -368448,24 +378607,31 @@ }; A._restoreProduct__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 238 + $signature: 267 }; A._restoreProduct__closure0.prototype = { call$1(products) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreProductsSuccess(products)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, $signature: 408 }; A._restoreProduct__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreProductsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreProductsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -368475,13 +378641,14 @@ var product, t1, t2, origProduct; type$.legacy_SaveProductRequest._as(dynamicAction); product = dynamicAction.product; - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; origProduct = t2._list[t1].productState.$get$1(0, product.id); t1 = product.stockQuantity; t2 = origProduct.stockQuantity; - this.repository.saveData$3$changedStock(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), product, t1 !== t2).then$1$1(0, new A._saveProduct__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveProduct__closure0(store, dynamicAction)); + this.repository.saveData$3$changedStock(J.get$credentials$z(store.__Store__state_A), product, t1 !== t2).then$1$1(0, new A._saveProduct__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveProduct__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -368491,28 +378658,40 @@ A._saveProduct__closure.prototype = { call$1(product) { var t1 = this.action, - t2 = this.store; - if (t1.product.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddProductSuccess(product)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveProductSuccess(product)); + t2 = t1.product.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddProductSuccess(product)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveProductSuccess(product)); + } t1.completer.complete$1(0, product); }, - $signature: 229 + $signature: 220 }; A._saveProduct__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveProductFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProductFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadProduct_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadProduct._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadProductRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.productId).then$1$1(0, new A._loadProduct__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadProduct__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProductRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.productId).then$1$1(0, new A._loadProduct__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadProduct__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -368521,19 +378700,22 @@ }; A._loadProduct__closure.prototype = { call$1(product) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadProductSuccess(product)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProductSuccess(product)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 229 + $signature: 220 }; A._loadProduct__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadProductFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProductFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -368542,14 +378724,17 @@ }; A._loadProducts_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3; + var t1, t2, t3, t4; type$.legacy_LoadProducts._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadProductsRequest()); - t1 = state.get$credentials(state); - t2 = dynamicAction.page; - t3 = state.get$isHosted() ? 10000 : 5000; - this.repository.loadList$3(t1, t2, t3).then$1$1(0, new A._loadProducts__closure(store, state, dynamicAction), type$.Null).catchError$1(new A._loadProducts__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadProductsRequest()); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.page; + t4 = t1.get$isHosted() ? 10000 : 5000; + this.repository.loadList$3(t2, t3, t4).then$1$1(0, new A._loadProducts__closure(store, t1, dynamicAction), type$.Null).catchError$1(new A._loadProducts__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -368559,21 +378744,25 @@ A._loadProducts__closure.prototype = { call$1(data) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadProductsSuccess(data)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProductsSuccess(data)); t2 = data._list.length; if (t2 === (this.state.get$isHosted() ? 10000 : 5000)) { t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.LoadProducts(t2.completer, t2.page + 1)); + t1[0].call$1(new A.LoadProducts(t2.completer, t2.page + 1)); } else - t1.get$_dispatchers()[0].call$1(new A.LoadInvoices(null, 1)); + t1[0].call$1(new A.LoadInvoices(null, 1)); }, - $signature: 1462 + $signature: 1497 }; A._loadProducts__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadProductsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProductsFailure(error)); }, $signature: 3 }; @@ -368581,7 +378770,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveProductDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -368589,9 +378779,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.product, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure25(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure26(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.product, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure25(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure26(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveProductDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProductDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -368602,15 +378794,20 @@ }; A._saveDocument__closure25.prototype = { call$1(product) { - this.store.get$_dispatchers()[0].call$1(new A.SaveProductSuccess(product)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProductSuccess(product)); this.action.completer.complete$1(0, null); }, - $signature: 229 + $signature: 220 }; A._saveDocument__closure26.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveProductDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProductDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -368624,84 +378821,84 @@ A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; t4 = b.get$editing(); - t1 = $.$get$editingReducer23().call$2(t2.editing, t3); + t1 = $.$get$editingReducer24().call$2(t2.editing, t3); A.ArgumentError_checkNotNull(t1, "other"); t4._product_model$_$v = t1; - t1 = $.$get$tabIndexReducer12().call$2(t2.tabIndex, t3); + t1 = $.$get$tabIndexReducer13().call$2(t2.tabIndex, t3); b.get$_product_state$_$this()._product_state$_tabIndex = t1; - t1 = $.$get$selectedIdReducer23().call$2(t2.selectedId, t3); + t1 = $.$get$selectedIdReducer24().call$2(t2.selectedId, t3); b.get$_product_state$_$this()._product_state$_selectedId = t1; - t3 = $.$get$forceSelectedReducer23().call$2(t2.forceSelected, t3); + t3 = $.$get$forceSelectedReducer24().call$2(t2.forceSelected, t3); b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1463 + $signature: 1498 }; - A.forceSelectedReducer_closure183.prototype = { + A.forceSelectedReducer_closure191.prototype = { call$2(completer, action) { return true; }, - $signature: 1464 + $signature: 1499 }; - A.forceSelectedReducer_closure184.prototype = { + A.forceSelectedReducer_closure192.prototype = { call$2(completer, action) { return false; }, - $signature: 1465 + $signature: 1500 }; - A.forceSelectedReducer_closure185.prototype = { + A.forceSelectedReducer_closure193.prototype = { call$2(completer, action) { return false; }, - $signature: 1466 + $signature: 1501 }; - A.forceSelectedReducer_closure186.prototype = { + A.forceSelectedReducer_closure194.prototype = { call$2(completer, action) { return false; }, - $signature: 1467 + $signature: 1502 }; - A.forceSelectedReducer_closure187.prototype = { + A.forceSelectedReducer_closure195.prototype = { call$2(completer, action) { return false; }, - $signature: 1468 + $signature: 1503 }; - A.forceSelectedReducer_closure188.prototype = { + A.forceSelectedReducer_closure196.prototype = { call$2(completer, action) { return false; }, - $signature: 1469 + $signature: 1504 }; - A.forceSelectedReducer_closure189.prototype = { + A.forceSelectedReducer_closure197.prototype = { call$2(completer, action) { return false; }, - $signature: 1470 + $signature: 1505 }; - A.forceSelectedReducer_closure190.prototype = { + A.forceSelectedReducer_closure198.prototype = { call$2(completer, action) { return false; }, - $signature: 1471 + $signature: 1506 }; - A.tabIndexReducer_closure25.prototype = { + A.tabIndexReducer_closure27.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1472 + $signature: 1507 }; - A.tabIndexReducer_closure26.prototype = { + A.tabIndexReducer_closure28.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; - A.editingReducer_closure139.prototype = { + A.editingReducer_closure142.prototype = { call$2(product, action) { return action.product.rebuild$1(new A.editingReducer__closure56()); }, - $signature: 1473 + $signature: 1508 }; A.editingReducer__closure56.prototype = { call$1(b) { @@ -368710,107 +378907,107 @@ }, $signature: 168 }; - A.editingReducer_closure140.prototype = { + A.editingReducer_closure143.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1474 + $signature: 1509 }; - A.editingReducer_closure141.prototype = { + A.editingReducer_closure144.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1475 + $signature: 1510 }; - A.editingReducer_closure142.prototype = { + A.editingReducer_closure145.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1476 + $signature: 1511 }; - A.selectedIdReducer_closure371.prototype = { + A.selectedIdReducer_closure386.prototype = { call$2(completer, action) { return ""; }, - $signature: 1477 + $signature: 1512 }; - A.selectedIdReducer_closure372.prototype = { + A.selectedIdReducer_closure387.prototype = { call$2(completer, action) { return ""; }, - $signature: 1478 + $signature: 1513 }; - A.selectedIdReducer_closure373.prototype = { + A.selectedIdReducer_closure388.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; - A.selectedIdReducer_closure374.prototype = { + A.selectedIdReducer_closure389.prototype = { call$2(selectedId, action) { return action.productId; }, - $signature: 1479 + $signature: 1514 }; - A.selectedIdReducer_closure375.prototype = { + A.selectedIdReducer_closure390.prototype = { call$2(selectedId, action) { return action.product.id; }, - $signature: 1480 + $signature: 1515 }; - A.selectedIdReducer_closure376.prototype = { + A.selectedIdReducer_closure391.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, $signature: 53 }; - A.selectedIdReducer_closure377.prototype = { + A.selectedIdReducer_closure392.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; - A.selectedIdReducer_closure378.prototype = { + A.selectedIdReducer_closure393.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1481 + $signature: 1516 }; - A.selectedIdReducer_closure379.prototype = { + A.selectedIdReducer_closure394.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1482 + $signature: 1517 }; - A.selectedIdReducer_closure380.prototype = { + A.selectedIdReducer_closure395.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1483 + $signature: 1518 }; - A.selectedIdReducer_closure381.prototype = { + A.selectedIdReducer_closure396.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1484 + $signature: 1519 }; - A.selectedIdReducer_closure382.prototype = { + A.selectedIdReducer_closure397.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1485 + $signature: 1520 }; - A.selectedIdReducer_closure383.prototype = { + A.selectedIdReducer_closure398.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1486 + $signature: 1521 }; - A.selectedIdReducer_closure384.prototype = { + A.selectedIdReducer_closure399.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1487 + $signature: 1522 }; A._viewClientList_closure0.prototype = { call$1(b) { @@ -368939,7 +379136,7 @@ }, $signature: 2 }; - A._startListMultiselect_closure23.prototype = { + A._startListMultiselect_closure24.prototype = { call$1(b) { var t1 = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); b.get$_list_ui_state$_$this()._selectedIds = t1; @@ -368947,7 +379144,7 @@ }, $signature: 2 }; - A._addToListMultiselect_closure23.prototype = { + A._addToListMultiselect_closure24.prototype = { call$1(b) { var t1 = b.get$selectedIds(), t2 = this.action.entity; @@ -368958,7 +379155,7 @@ }, $signature: 2 }; - A._removeFromListMultiselect_closure23.prototype = { + A._removeFromListMultiselect_closure24.prototype = { call$1(b) { var t1 = b.get$selectedIds(), t2 = this.action.entity; @@ -368968,7 +379165,7 @@ }, $signature: 2 }; - A._clearListMultiselect_closure23.prototype = { + A._clearListMultiselect_closure24.prototype = { call$1(b) { b.get$_list_ui_state$_$this()._selectedIds = null; return b; @@ -368995,7 +379192,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 405 + $signature: 410 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -369017,7 +379214,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 405 + $signature: 410 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -369039,7 +379236,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 405 + $signature: 410 }; A._addProduct_closure.prototype = { call$1(b) { @@ -369052,7 +379249,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 300 + $signature: 333 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -369061,7 +379258,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 300 + $signature: 333 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -369070,7 +379267,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 300 + $signature: 333 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -369107,18 +379304,18 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 60 + $signature: 61 }; A.memoizedDropdownProductList_closure.prototype = { call$3(productMap, productList, userMap) { return A.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1490 + $signature: 1525 }; A.dropdownProductsSelector_closure.prototype = { call$1(productId) { var t1 = this.productMap._map$_map.$index(0, productId); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -369127,18 +379324,18 @@ var t1 = this.productMap._map$_map; return t1.$index(0, productAId).compareTo$4(0, t1.$index(0, productBId), "product_key", true, this.userMap); }, - $signature: 20 + $signature: 21 }; A.memoizedProductList_closure.prototype = { call$1(productMap) { return A.productList(productMap); }, - $signature: 1491 + $signature: 1526 }; A.productList_closure.prototype = { call$1(productId) { var t1 = this.productMap._map$_map.$index(0, productId); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -369147,13 +379344,13 @@ var t1 = this.productMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).productKey, t1.$index(0, idB).productKey); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredProductList_closure.prototype = { call$5(selectionState, productMap, productList, productListState, userMap) { return A.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1492 + $signature: 1527 }; A.filteredProductsSelector_closure.prototype = { call$1(productId) { @@ -369194,7 +379391,7 @@ t2 = this.productListState; return t1.$index(0, productAId).compareTo$4(0, t1.$index(0, productBId), t2.sortField, t2.sortAscending, this.userMap); }, - $signature: 20 + $signature: 21 }; A.ProductState.prototype = { $get$1(_, productId) { @@ -369221,7 +379418,7 @@ call$1(item) { return item; }, - $signature: 1493 + $signature: 1528 }; A.ProductState_loadProducts_closure.prototype = { call$1(b) { @@ -369236,7 +379433,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 300 + $signature: 333 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -369279,7 +379476,7 @@ t6 = t5._product_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._product_state$_list = t6; t5 = t6; } else @@ -369287,16 +379484,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -369382,7 +379579,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -369390,7 +379587,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_6H2; + return B.List_6H20; }, get$wireName() { return "ProductUIState"; @@ -369402,7 +379599,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._product_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -369454,22 +379651,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._product_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$ProductState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$ProductState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("ProductState", _$failedField, J.toString$0$(e)); @@ -369593,7 +379790,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s14_ = "ProductUIState", _$result = null; @@ -369601,8 +379798,8 @@ _$result0 = _this._product_state$_$v; if (_$result0 == null) { t1 = _this._product_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_product_state$_$this()._product_state$_selectedId; t4 = _this.get$_product_state$_$this()._product_state$_forceSelected; t5 = _this.get$_product_state$_$this()._product_state$_tabIndex; @@ -369618,9 +379815,9 @@ _$failedField = "editing"; t1 = _this._product_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -369731,7 +379928,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 39 + $signature: 40 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -369740,9 +379937,16 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 51 + $signature: 55 }; A.handleProjectAction_closure1.prototype = { + call$1(b) { + b.get$_invoice_model$_$this()._projectId = this.project.id; + return b; + }, + $signature: 7 + }; + A.handleProjectAction_closure2.prototype = { call$1(project) { var t1, t2, clientId = type$.legacy_ProjectEntity._as(project).clientId; @@ -369754,15 +379958,15 @@ t1.lastClientId = clientId; } }, - $signature: 140 + $signature: 138 }; - A.handleProjectAction_closure2.prototype = { + A.handleProjectAction_closure3.prototype = { call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, project)); }, - $signature: 140 + $signature: 138 }; - A.handleProjectAction_closure3.prototype = { + A.handleProjectAction_closure4.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.items); b.get$_invoice_model$_$this()._projectId = this.project.id; @@ -369770,12 +379974,12 @@ }, $signature: 7 }; - A.handleProjectAction_closure4.prototype = { + A.handleProjectAction_closure5.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_projectId = this.project.id; return b; }, - $signature: 29 + $signature: 30 }; A.StartProjectMultiselect.prototype = {}; A.AddToProjectMultiselect.prototype = {}; @@ -369790,10 +379994,15 @@ A.UpdateProjectTab.prototype = {$isPersistUI: 1}; A._editProject_closure.prototype = { call$3(store, dynamicAction, next) { - var _s13_ = "/project/edit"; + var t1, + _s13_ = "/project/edit"; next.call$1(type$.legacy_EditProject._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s13_, type$.legacy_Object); }, "call*": "call$3", @@ -369808,7 +380017,8 @@ $requiredArgCount: 3, $call$body$_viewProject_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -369817,8 +380027,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewProject._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/project/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/project/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/project/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -369826,20 +380040,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewProjectList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s8_ = "/project"; next.call$1(type$.legacy_ViewProjectList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s8_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s8_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s8_, new A._viewProjectList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -369850,7 +380070,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -369859,7 +380079,9 @@ t1 = dynamicAction.projectIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ProjectEntity*>"); prevProjects = A.List_List$of(new A.MappedListIterable(t1, new A._archiveProject__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveProject__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveProject__closure1(store, prevProjects, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveProject__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveProject__closure1(store, prevProjects, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -369868,24 +380090,31 @@ }; A._archiveProject__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 348 + $signature: 332 }; A._archiveProject__closure0.prototype = { call$1(projects) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveProjectSuccess(projects)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 403 + $signature: 411 }; A._archiveProject__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveProjectFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveProjectFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -369897,7 +380126,9 @@ t1 = dynamicAction.projectIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ProjectEntity*>"); prevProjects = A.List_List$of(new A.MappedListIterable(t1, new A._deleteProject__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteProject__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteProject__closure1(store, prevProjects, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteProject__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteProject__closure1(store, prevProjects, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -369906,24 +380137,31 @@ }; A._deleteProject__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 348 + $signature: 332 }; A._deleteProject__closure0.prototype = { call$1(projects) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteProjectSuccess(projects)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 403 + $signature: 411 }; A._deleteProject__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteProjectFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteProjectFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -369935,7 +380173,9 @@ t1 = dynamicAction.projectIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ProjectEntity*>"); prevProjects = A.List_List$of(new A.MappedListIterable(t1, new A._restoreProject__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreProject__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreProject__closure1(store, prevProjects, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreProject__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreProject__closure1(store, prevProjects, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -369944,32 +380184,42 @@ }; A._restoreProject__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 348 + $signature: 332 }; A._restoreProject__closure0.prototype = { call$1(projects) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreProjectSuccess(projects)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 403 + $signature: 411 }; A._restoreProject__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreProjectFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreProjectFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveProject_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveProjectRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.project).then$1$1(0, new A._saveProject__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveProject__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.project).then$1$1(0, new A._saveProject__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveProject__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -369979,31 +380229,46 @@ A._saveProject__closure.prototype = { call$1(project) { var t1 = this.action, - t2 = this.store; - if (t1.project.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddProjectSuccess(project)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveProjectSuccess(project)); + t2 = t1.project.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddProjectSuccess(project)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveProjectSuccess(project)); + } t1.completer.complete$1(0, project); - t1 = A._lateReadCheck(t2.__Store__state, "_state").uiState.projectUIState.saveCompleter; + t1 = t3.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.uiState.projectUIState.saveCompleter; if (t1 != null) t1.complete$1(0, project); }, - $signature: 261 + $signature: 243 }; A._saveProject__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveProjectFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProjectFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadProject_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadProject._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadProjectRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.projectId).then$1$1(0, new A._loadProject__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadProject__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProjectRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.projectId).then$1$1(0, new A._loadProject__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadProject__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -370012,19 +380277,22 @@ }; A._loadProject__closure.prototype = { call$1(project) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadProjectSuccess(project)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProjectSuccess(project)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 261 + $signature: 243 }; A._loadProject__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadProjectFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProjectFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -370033,11 +380301,14 @@ }; A._loadProjects_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadProjects._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadProjectsRequest()); - this.repository.loadList$3(state.get$credentials(state), state.get$createdAtLimit(), state.get$filterDeletedClients()).then$1$1(0, new A._loadProjects__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadProjects__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadProjectsRequest()); + this.repository.loadList$3(t1.get$credentials(t1), t1.get$createdAtLimit(), t1.get$filterDeletedClients()).then$1$1(0, new A._loadProjects__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadProjects__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -370046,17 +380317,21 @@ }; A._loadProjects__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadProjectsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProjectsSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.LoadTasks()); + t1[0].call$1(new A.LoadTasks()); }, - $signature: 1496 + $signature: 1531 }; A._loadProjects__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadProjectsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProjectsFailure(error)); this.action.toString; }, $signature: 3 @@ -370065,7 +380340,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveProjectDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -370073,9 +380349,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.project, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure13(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure14(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.project, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure13(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure14(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveProjectDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProjectDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -370086,15 +380364,20 @@ }; A._saveDocument__closure13.prototype = { call$1(project) { - this.store.get$_dispatchers()[0].call$1(new A.SaveProjectSuccess(project)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 261 + $signature: 243 }; A._saveDocument__closure14.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveProjectDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveProjectDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -370123,109 +380406,109 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1497 + $signature: 1532 }; A.forceSelectedReducer_closure15.prototype = { call$2(completer, action) { return true; }, - $signature: 1498 + $signature: 1533 }; A.forceSelectedReducer_closure16.prototype = { call$2(completer, action) { return false; }, - $signature: 1499 + $signature: 1534 }; A.forceSelectedReducer_closure17.prototype = { call$2(completer, action) { return false; }, - $signature: 1500 + $signature: 1535 }; A.forceSelectedReducer_closure18.prototype = { call$2(completer, action) { return false; }, - $signature: 1501 + $signature: 1536 }; A.forceSelectedReducer_closure19.prototype = { call$2(completer, action) { return false; }, - $signature: 1502 + $signature: 1537 }; A.forceSelectedReducer_closure20.prototype = { call$2(completer, action) { return false; }, - $signature: 1503 + $signature: 1538 }; A.forceSelectedReducer_closure21.prototype = { call$2(completer, action) { return false; }, - $signature: 1504 + $signature: 1539 }; A.forceSelectedReducer_closure22.prototype = { call$2(completer, action) { return false; }, - $signature: 1505 + $signature: 1540 }; A.tabIndexReducer_closure3.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1506 + $signature: 1541 }; A.tabIndexReducer_closure4.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 707 + $signature: 727 }; A.cancelCompleterReducer_closure.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 707 + $signature: 727 }; A.selectedIdReducer_closure34.prototype = { call$2(completer, action) { return ""; }, - $signature: 1508 + $signature: 1543 }; A.selectedIdReducer_closure35.prototype = { call$2(completer, action) { return ""; }, - $signature: 1509 + $signature: 1544 }; A.selectedIdReducer_closure36.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { return action.projectId; }, - $signature: 1510 + $signature: 1545 }; A.selectedIdReducer_closure38.prototype = { call$2(selectedId, action) { return action.project.id; }, - $signature: 1511 + $signature: 1546 }; A.selectedIdReducer_closure39.prototype = { call$2(selectedId, action) { @@ -370237,49 +380520,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1512 + $signature: 1547 }; A.selectedIdReducer_closure42.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1513 + $signature: 1548 }; A.selectedIdReducer_closure43.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1514 + $signature: 1549 }; A.selectedIdReducer_closure44.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1515 + $signature: 1550 }; A.selectedIdReducer_closure45.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1516 + $signature: 1551 }; A.selectedIdReducer_closure46.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1517 + $signature: 1552 }; A.selectedIdReducer_closure47.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1518 + $signature: 1553 }; A.selectedIdReducer_closure48.prototype = { call$2(selectedId, action) { @@ -370292,31 +380575,31 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure14.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1519 + $signature: 1554 }; A.editingReducer_closure15.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1520 + $signature: 1555 }; A.editingReducer_closure16.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1521 + $signature: 1556 }; A.editingReducer_closure17.prototype = { call$2(project, action) { return action.project.rebuild$1(new A.editingReducer__closure7()); }, - $signature: 1522 + $signature: 1557 }; A.editingReducer__closure7.prototype = { call$1(b) { @@ -370508,7 +380791,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 402 + $signature: 413 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -370530,7 +380813,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 402 + $signature: 413 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -370552,7 +380835,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 402 + $signature: 413 }; A._addProject_closure.prototype = { call$1(b) { @@ -370565,7 +380848,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 304 + $signature: 370 }; A._updateProject_closure.prototype = { call$1(b) { @@ -370574,7 +380857,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 304 + $signature: 370 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -370583,7 +380866,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 304 + $signature: 370 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -370599,14 +380882,14 @@ if (t1) this.tasks.push(task); }, - $signature: 135 + $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: 108 + $signature: 107 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -370620,33 +380903,33 @@ return -1; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 429 + $signature: 386 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { return J.compareTo$1$ns(expenseA.date, expenseB.date); }, - $signature: 761 + $signature: 777 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 706 + $signature: 730 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 706 + $signature: 730 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { return A.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1526 + $signature: 1561 }; A.dropdownProjectsSelector_closure.prototype = { call$1(projectId) { @@ -370660,7 +380943,7 @@ t2 = this.clientMap._map$_map; if (t2.containsKey$1(0, t1)) { t1 = t2.$index(0, t1); - t1 = !(!t1.get$isArchived() && !J.get$isDeleted$x(t1)); + t1 = !(!t1.get$isArchived() && !t1.get$isDeleted()); } else t1 = false; } else @@ -370676,13 +380959,13 @@ var t1 = this.projectMap._map$_map; return t1.$index(0, projectAId).compareTo$5(0, t1.$index(0, projectBId), "name", true, this.userMap, this.clientMap); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredProjectList_closure.prototype = { call$6(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return A.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1527 + $signature: 1562 }; A.filteredProjectsSelector_closure.prototype = { call$1(projectId) { @@ -370754,7 +381037,7 @@ t2 = _this.projectListState; return t1.$index(0, projectAId).compareTo$5(0, t1.$index(0, projectBId), t2.sortField, t2.sortAscending, _this.userMap, _this.clientMap); }, - $signature: 20 + $signature: 21 }; A.taskDurationForProject_closure.prototype = { call$2(index, task) { @@ -370764,13 +381047,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 135 + $signature: 140 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 705 + $signature: 732 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -370780,13 +381063,13 @@ else if (project.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 1529 + $signature: 1564 }; A.memoizedProjectStatsForUser_closure.prototype = { call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 705 + $signature: 732 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -370813,7 +381096,7 @@ call$1(item) { return item; }, - $signature: 1530 + $signature: 1565 }; A.ProjectState_loadProjects_closure.prototype = { call$1(b) { @@ -370828,7 +381111,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 304 + $signature: 370 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -370871,7 +381154,7 @@ t6 = t5._project_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._project_state$_list = t6; t5 = t6; } else @@ -370879,16 +381162,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -370972,7 +381255,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -370980,7 +381263,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_gg40; + return B.List_gg42; }, get$wireName() { return "ProjectUIState"; @@ -370992,7 +381275,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._project_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -371044,22 +381327,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._project_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$ProjectState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$ProjectState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("ProjectState", _$failedField, J.toString$0$(e)); @@ -371164,7 +381447,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s14_ = "ProjectUIState", _$result = null; @@ -371172,8 +381455,8 @@ _$result0 = _this._project_state$_$v; if (_$result0 == null) { t1 = _this._project_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_project_state$_$this()._project_state$_selectedId; t4 = _this.get$_project_state$_$this()._project_state$_forceSelected; t5 = _this.get$_project_state$_$this()._project_state$_tabIndex; @@ -371189,9 +381472,9 @@ _$failedField = "editing"; t1 = _this._project_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -371375,7 +381658,7 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 39 + $signature: 40 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(purchaseOrder) { @@ -371385,12 +381668,12 @@ if (!t2._list[t1].vendorState.$get$1(0, type$.legacy_InvoiceEntity._as(purchaseOrder).vendorId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 140 + $signature: 138 }; A.handlePurchaseOrderAction_closure1.prototype = { call$0() { var t1, t2; - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); t1 = this.state; t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -371413,7 +381696,9 @@ t2 = J.$index$asx(t3.$index(0, "en"), _s23_); } t2 = A.snackBarCompleter(_this.context, t2, false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.BulkEmailPurchaseOrdersRequest(t2, t1)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.BulkEmailPurchaseOrdersRequest(t2, t1)); }, $signature: 9 }; @@ -371457,7 +381742,8 @@ $requiredArgCount: 3, $call$body$_viewPurchaseOrder_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -371466,8 +381752,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewPurchaseOrder._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/purchase_order/view")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -371483,20 +381773,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewPurchaseOrderList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s15_ = "/purchase_order"; next.call$1(type$.legacy_ViewPurchaseOrderList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s15_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s15_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s15_, new A._viewPurchaseOrderList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -371507,14 +381803,19 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._editPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { - var _s20_ = "/purchase_order/edit"; + var t1, + _s20_ = "/purchase_order/edit"; next.call$1(type$.legacy_EditPurchaseOrder._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s20_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s20_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s20_, type$.legacy_Object); }, "call*": "call$3", @@ -371530,7 +381831,7 @@ $call$body$_showEmailPurchaseOrder_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - emailWasSent, t1; + t1, emailWasSent; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -371540,8 +381841,12 @@ // Function start type$.legacy_ShowEmailPurchaseOrder._as(dynamicAction); next.call$1(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/purchase_order/email")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/email")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -371562,7 +381867,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._showPdfPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -371572,7 +381877,8 @@ $requiredArgCount: 3, $call$body$_showPdfPurchaseOrder_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -371581,8 +381887,12 @@ case 0: // Function start next.call$1(type$.legacy_ShowPdfPurchaseOrder._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/purchase_order/pdf")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/pdf")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/purchase_order/pdf", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -371590,7 +381900,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._archivePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -371599,7 +381909,9 @@ t1 = dynamicAction.purchaseOrderIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevPurchaseOrders = A.List_List$of(new A.MappedListIterable(t1, new A._archivePurchaseOrder__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archivePurchaseOrder__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archivePurchaseOrder__closure1(store, prevPurchaseOrders, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archivePurchaseOrder__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archivePurchaseOrder__closure1(store, prevPurchaseOrders, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371608,24 +381920,31 @@ }; A._archivePurchaseOrder__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._archivePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.ArchivePurchaseOrdersSuccess(purchaseOrders)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchivePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._archivePurchaseOrder__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchivePurchaseOrdersFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchivePurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -371637,7 +381956,9 @@ t1 = dynamicAction.purchaseOrderIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevPurchaseOrders = A.List_List$of(new A.MappedListIterable(t1, new A._deletePurchaseOrder__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deletePurchaseOrder__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deletePurchaseOrder__closure1(store, prevPurchaseOrders, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deletePurchaseOrder__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deletePurchaseOrder__closure1(store, prevPurchaseOrders, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371646,24 +381967,31 @@ }; A._deletePurchaseOrder__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._deletePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.DeletePurchaseOrdersSuccess(purchaseOrders)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._deletePurchaseOrder__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeletePurchaseOrdersFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -371675,7 +382003,9 @@ t1 = dynamicAction.purchaseOrderIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevPurchaseOrders = A.List_List$of(new A.MappedListIterable(t1, new A._restorePurchaseOrder__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restorePurchaseOrder__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restorePurchaseOrder__closure1(store, prevPurchaseOrders, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restorePurchaseOrder__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restorePurchaseOrder__closure1(store, prevPurchaseOrders, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371684,32 +382014,42 @@ }; A._restorePurchaseOrder__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._restorePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.RestorePurchaseOrdersSuccess(purchaseOrders)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestorePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._restorePurchaseOrder__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestorePurchaseOrdersFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestorePurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._approvePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ApprovePurchaseOrders._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.get$purchaseOrderIds(), B.EntityAction_approve).then$1$1(0, new A._approvePurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._approvePurchaseOrder__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.get$purchaseOrderIds(), B.EntityAction_approve).then$1$1(0, new A._approvePurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._approvePurchaseOrder__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371718,25 +382058,32 @@ }; A._approvePurchaseOrder__closure.prototype = { call$1(purchaseOrders) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ApprovePurchaseOrderSuccess(purchaseOrders)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ApprovePurchaseOrderSuccess(purchaseOrders)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.get$completer().complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._approvePurchaseOrder__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ApprovePurchaseOrderFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ApprovePurchaseOrderFailure()); this.action.get$completer().completeError$1(error); }, $signature: 3 }; A._markSentPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_MarkPurchaseOrdersSentRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderIds, B.EntityAction_markSent).then$1$1(0, new A._markSentPurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._markSentPurchaseOrder__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.purchaseOrderIds, B.EntityAction_markSent).then$1$1(0, new A._markSentPurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._markSentPurchaseOrder__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371745,23 +382092,31 @@ }; A._markSentPurchaseOrder__closure.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.MarkPurchaseOrderSentSuccess(purchaseOrders)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkPurchaseOrderSentSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._markSentPurchaseOrder__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.MarkPurchaseOrderSentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkPurchaseOrderSentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._convertPurchaseOrdersToExpense_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ConvertPurchaseOrdersToExpensesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderIds, B.EntityAction_convertToExpense).then$1$1(0, new A._convertPurchaseOrdersToExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._convertPurchaseOrdersToExpense__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.purchaseOrderIds, B.EntityAction_convertToExpense).then$1$1(0, new A._convertPurchaseOrdersToExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._convertPurchaseOrdersToExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371770,25 +382125,32 @@ }; A._convertPurchaseOrdersToExpense__closure.prototype = { call$1(purchaseOrders) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ConvertPurchaseOrdersToExpensesSuccess(purchaseOrders)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConvertPurchaseOrdersToExpensesSuccess(purchaseOrders)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._convertPurchaseOrdersToExpense__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ConvertPurchaseOrdersToExpensesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConvertPurchaseOrdersToExpensesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._addPurchaseOrdersToInventory_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_AddPurchaseOrdersToInventoryRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderIds, B.EntityAction_addToInventory).then$1$1(0, new A._addPurchaseOrdersToInventory__closure(store, dynamicAction), type$.Null).catchError$1(new A._addPurchaseOrdersToInventory__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.purchaseOrderIds, B.EntityAction_addToInventory).then$1$1(0, new A._addPurchaseOrdersToInventory__closure(store, dynamicAction), type$.Null).catchError$1(new A._addPurchaseOrdersToInventory__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371797,25 +382159,32 @@ }; A._addPurchaseOrdersToInventory__closure.prototype = { call$1(purchaseOrders) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.AddPurchaseOrdersToInventorySuccess(purchaseOrders)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddPurchaseOrdersToInventorySuccess(purchaseOrders)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._addPurchaseOrdersToInventory__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.AddPurchaseOrdersToInventoryFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddPurchaseOrdersToInventoryFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._acceptPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_AcceptPurchaseOrdersRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderIds, B.EntityAction_accept).then$1$1(0, new A._acceptPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._acceptPurchaseOrders__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.purchaseOrderIds, B.EntityAction_accept).then$1$1(0, new A._acceptPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._acceptPurchaseOrders__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371824,23 +382193,31 @@ }; A._acceptPurchaseOrders__closure.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.AcceptPurchaseOrderSuccess(purchaseOrders)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AcceptPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._acceptPurchaseOrders__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.AcceptPurchaseOrderFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AcceptPurchaseOrderFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._cancelPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_CancelPurchaseOrdersRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderIds, B.EntityAction_cancel).then$1$1(0, new A._cancelPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._cancelPurchaseOrders__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.purchaseOrderIds, B.EntityAction_cancel).then$1$1(0, new A._cancelPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._cancelPurchaseOrders__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371849,15 +382226,20 @@ }; A._cancelPurchaseOrders__closure.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.CancelPurchaseOrderSuccess(purchaseOrders)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.CancelPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._cancelPurchaseOrders__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.CancelPurchaseOrderFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.CancelPurchaseOrderFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -371866,13 +382248,14 @@ call$3(store, dynamicAction, next) { var t1, t2, origPurchaseOrder; type$.legacy_EmailPurchaseOrderRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t1 = t2._list[t1].purchaseOrderState.map; t2 = dynamicAction.purchaseOrderId; origPurchaseOrder = t1._map$_map.$index(0, t2); - this.repository.emailPurchaseOrder$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), origPurchaseOrder, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailPurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailPurchaseOrder__closure0(store, dynamicAction)); + this.repository.emailPurchaseOrder$5(J.get$credentials$z(store.__Store__state_A), origPurchaseOrder, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailPurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailPurchaseOrder__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371881,25 +382264,32 @@ }; A._emailPurchaseOrder__closure.prototype = { call$1(purchaseOrder) { - this.store.get$_dispatchers()[0].call$1(new A.EmailPurchaseOrderSuccess(purchaseOrder)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailPurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._emailPurchaseOrder__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.EmailPurchaseOrderFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailPurchaseOrderFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._savePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { - var updatedPurchaseOrder; + var updatedPurchaseOrder, t1; type$.legacy_SavePurchaseOrderRequest._as(dynamicAction); updatedPurchaseOrder = dynamicAction.purchaseOrder.rebuild$1(new A._savePurchaseOrder__closure(dynamicAction)); - this.repository.saveData$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), updatedPurchaseOrder, dynamicAction.action).then$1$1(0, new A._savePurchaseOrder__closure0(dynamicAction, store), type$.Null).catchError$1(new A._savePurchaseOrder__closure1(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3(J.get$credentials$z(t1), updatedPurchaseOrder, dynamicAction.action).then$1$1(0, new A._savePurchaseOrder__closure0(dynamicAction, store), type$.Null).catchError$1(new A._savePurchaseOrder__closure1(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371919,35 +382309,51 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._savePurchaseOrder__closure0.prototype = { call$1(purchaseOrder) { var t1 = this.action, - t2 = this.store; - if (t1.purchaseOrder.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddPurchaseOrderSuccess(purchaseOrder)); - else - t2.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderSuccess(purchaseOrder)); - if (t1.action === B.EntityAction_convertToInvoice) - t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t2 = t1.purchaseOrder.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddPurchaseOrderSuccess(purchaseOrder)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SavePurchaseOrderSuccess(purchaseOrder)); + } + if (t1.action === B.EntityAction_convertToInvoice) { + t2 = t3.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(null, false, false, false)); + } t1.completer.complete$1(0, purchaseOrder); }, - $signature: 65 + $signature: 64 }; A._savePurchaseOrder__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePurchaseOrderFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadPurchaseOrder._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrderRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderId).then$1$1(0, new A._loadPurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPurchaseOrder__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPurchaseOrderRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.purchaseOrderId).then$1$1(0, new A._loadPurchaseOrder__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadPurchaseOrder__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371956,19 +382362,22 @@ }; A._loadPurchaseOrder__closure.prototype = { call$1(purchaseOrder) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrderSuccess(purchaseOrder)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPurchaseOrderSuccess(purchaseOrder)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._loadPurchaseOrder__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrderFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPurchaseOrderFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -371977,8 +382386,11 @@ }; A._downloadPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DownloadPurchaseOrdersRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadPurchaseOrders__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadPurchaseOrders__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -371987,23 +382399,31 @@ }; A._downloadPurchaseOrders__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.DownloadPurchaseOrdersSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._downloadPurchaseOrders__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DownloadPurchaseOrdersFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadPurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._bulkEmailPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_BulkEmailPurchaseOrdersRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrderIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailPurchaseOrders__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.purchaseOrderIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailPurchaseOrders__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailPurchaseOrders__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -372012,30 +382432,38 @@ }; A._bulkEmailPurchaseOrders__closure.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailPurchaseOrdersSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._bulkEmailPurchaseOrders__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailPurchaseOrdersFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailPurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3, t4; + var t1, t2, t3, t4, t5; type$.legacy_LoadPurchaseOrders._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrdersRequest()); - t1 = state.get$credentials(state); - t2 = dynamicAction.page; - t3 = state.get$createdAtLimit(); - t4 = state.get$isHosted() ? 10000 : 5000; - this.repository.loadList$4(t1, t2, t3, t4).then$1$1(0, new A._loadPurchaseOrders__closure(store, state, dynamicAction), type$.Null).catchError$1(new A._loadPurchaseOrders__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadPurchaseOrdersRequest()); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.page; + t4 = t1.get$createdAtLimit(); + t5 = t1.get$isHosted() ? 10000 : 5000; + this.repository.loadList$4(t2, t3, t4, t5).then$1$1(0, new A._loadPurchaseOrders__closure(store, t1, dynamicAction), type$.Null).catchError$1(new A._loadPurchaseOrders__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -372045,21 +382473,25 @@ A._loadPurchaseOrders__closure.prototype = { call$1(data) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrdersSuccess(data)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPurchaseOrdersSuccess(data)); t2 = data._list.length; if (t2 === (this.state.get$isHosted() ? 10000 : 5000)) { t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrders(t2.completer, t2.page + 1)); + t1[0].call$1(new A.LoadPurchaseOrders(t2.completer, t2.page + 1)); } else - t1.get$_dispatchers()[0].call$1(new A.LoadExpenses()); + t1[0].call$1(new A.LoadExpenses()); }, - $signature: 234 + $signature: 271 }; A._loadPurchaseOrders__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrdersFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPurchaseOrdersFailure(error)); }, $signature: 3 }; @@ -372067,7 +382499,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SavePurchaseOrderDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -372075,9 +382508,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.purchaseOrder, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure7(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure8(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.purchaseOrder, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure7(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure8(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePurchaseOrderDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -372088,15 +382523,20 @@ }; A._saveDocument__closure7.prototype = { call$1(purchaseOrder) { - this.store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderSuccess(purchaseOrder)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._saveDocument__closure8.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SavePurchaseOrderDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -372125,128 +382565,128 @@ b.get$_purchase_order_state$_$this()._purchase_order_state$_historyActivityId = t3; return b; }, - $signature: 1531 + $signature: 1566 }; A.forceSelectedReducer_closure159.prototype = { call$2(completer, action) { return true; }, - $signature: 1532 + $signature: 1567 }; A.forceSelectedReducer_closure160.prototype = { call$2(completer, action) { return false; }, - $signature: 1533 + $signature: 1568 }; A.forceSelectedReducer_closure161.prototype = { call$2(completer, action) { return false; }, - $signature: 1534 + $signature: 1569 }; A.forceSelectedReducer_closure162.prototype = { call$2(completer, action) { return false; }, - $signature: 1535 + $signature: 1570 }; A.forceSelectedReducer_closure163.prototype = { call$2(completer, action) { return false; }, - $signature: 1536 + $signature: 1571 }; A.forceSelectedReducer_closure164.prototype = { call$2(completer, action) { return false; }, - $signature: 1537 + $signature: 1572 }; A.forceSelectedReducer_closure165.prototype = { call$2(completer, action) { return false; }, - $signature: 1538 + $signature: 1573 }; A.forceSelectedReducer_closure166.prototype = { call$2(completer, action) { return false; }, - $signature: 1539 + $signature: 1574 }; A.tabIndexReducer_closure19.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1540 + $signature: 1575 }; A.tabIndexReducer_closure20.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 704 + $signature: 734 }; A.editingItemReducer_closure3.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1542 + $signature: 1577 }; A.editingItemReducer_closure4.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1543 + $signature: 1578 }; A.selectedIdReducer_closure316.prototype = { call$2(completer, action) { return ""; }, - $signature: 1544 + $signature: 1579 }; A.selectedIdReducer_closure317.prototype = { call$2(completer, action) { return ""; }, - $signature: 1545 + $signature: 1580 }; A.selectedIdReducer_closure318.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure319.prototype = { call$2(selectedId, action) { return action.purchaseOrderId; }, - $signature: 1546 + $signature: 1581 }; A.selectedIdReducer_closure320.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1547 + $signature: 1582 }; A.selectedIdReducer_closure321.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1548 + $signature: 1583 }; A.selectedIdReducer_closure322.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 704 + $signature: 734 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { @@ -372258,61 +382698,61 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1549 + $signature: 1584 }; A.selectedIdReducer_closure326.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1550 + $signature: 1585 }; A.selectedIdReducer_closure327.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1551 + $signature: 1586 }; A.selectedIdReducer_closure328.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1552 + $signature: 1587 }; A.selectedIdReducer_closure329.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1553 + $signature: 1588 }; A.selectedIdReducer_closure330.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1554 + $signature: 1589 }; A.selectedIdReducer_closure331.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1555 + $signature: 1590 }; A.selectedIdReducer_closure332.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1556 + $signature: 1591 }; A.selectedIdReducer_closure333.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure334.prototype = { call$2(selectedId, action) { @@ -372325,13 +382765,13 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure103.prototype = { call$2(purchaseOrder, action) { return action.purchaseOrder.rebuild$1(new A.editingReducer__closure44()); }, - $signature: 1557 + $signature: 1592 }; A.editingReducer__closure44.prototype = { call$1(b) { @@ -372344,7 +382784,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 703 + $signature: 737 }; A.editingReducer__closure43.prototype = { call$1(b) { @@ -372357,13 +382797,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1559 + $signature: 1594 }; A.editingReducer_closure106.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure42()); }, - $signature: 702 + $signature: 739 }; A.editingReducer__closure42.prototype = { call$1(b) { @@ -372376,7 +382816,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure41()); }, - $signature: 701 + $signature: 742 }; A.editingReducer__closure41.prototype = { call$1(b) { @@ -372389,7 +382829,7 @@ call$2(purchaseOrder, action) { return purchaseOrder.rebuild$1(new A.editingReducer__closure40(action.vendor)); }, - $signature: 1562 + $signature: 1597 }; A.editingReducer__closure40.prototype = { call$1(b) { @@ -372415,31 +382855,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 453 + $signature: 405 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1563 + $signature: 1598 }; A.editingReducer_closure110.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1564 + $signature: 1599 }; A.editingReducer_closure111.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1565 + $signature: 1600 }; A.editingReducer_closure112.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure39(action)); }, - $signature: 1566 + $signature: 1601 }; A.editingReducer__closure39.prototype = { call$1(b) { @@ -372457,7 +382897,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure38(action)); }, - $signature: 1567 + $signature: 1602 }; A.editingReducer__closure38.prototype = { call$1(b) { @@ -372694,14 +383134,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 144 + $signature: 148 }; A._convertPurchaseOrdersToExpenses_closure0.prototype = { call$1(item) { @@ -372713,14 +383153,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._convertPurchaseOrdersToExpenses_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 144 + $signature: 148 }; A._addPurchaseOrdersToInventorySuccess_closure0.prototype = { call$1(item) { @@ -372732,14 +383172,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._addPurchaseOrdersToInventorySuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 144 + $signature: 148 }; A._acceptPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -372751,14 +383191,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 144 + $signature: 148 }; A._cancelPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -372770,14 +383210,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 144 + $signature: 148 }; A._archivePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -372799,7 +383239,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 401 + $signature: 416 }; A._deletePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -372821,7 +383261,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 401 + $signature: 416 }; A._restorePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -372843,7 +383283,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 401 + $signature: 416 }; A._emailPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -372852,7 +383292,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 144 + $signature: 148 }; A._approvePurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -372864,14 +383304,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 144 + $signature: 148 }; A._addPurchaseOrder_closure.prototype = { call$1(b) { @@ -372884,7 +383324,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 144 + $signature: 148 }; A._addPurchaseOrder__closure.prototype = { call$1(b) { @@ -372900,7 +383340,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updatePurchaseOrder__closure())); return b; }, - $signature: 144 + $signature: 148 }; A._updatePurchaseOrder__closure.prototype = { call$1(b) { @@ -372914,19 +383354,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 330 + $signature: 371 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 177 + $signature: 176 }; A.memoizedFilteredPurchaseOrderList_closure.prototype = { call$7(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap) { return A.filteredPurchaseOrdersSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap); }, - $signature: 431 + $signature: 385 }; A.filteredPurchaseOrdersSelector_closure.prototype = { call$1(invoiceId) { @@ -373003,13 +383443,13 @@ t4 = t3.sortField; return J.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1, t3.sortAscending, t4, _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedPurchaseOrderStatsForVendor_closure.prototype = { call$2(vendorId, purchaseOrderMap) { return A.purchaseOrderStatsForVendor(vendorId, purchaseOrderMap); }, - $signature: 89 + $signature: 88 }; A.purchaseOrderStatsForVendor_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { @@ -373019,7 +383459,7 @@ else if (purchaseOrder.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.PurchaseOrderState.prototype = { $get$1(_, purchaseOrderId) { @@ -373047,7 +383487,7 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -373062,7 +383502,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 144 + $signature: 148 }; A.PurchaseOrderUIState.prototype = { get$isCreatingNew() { @@ -373105,7 +383545,7 @@ t6 = t5._purchase_order_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._purchase_order_state$_list = t6; t5 = t6; } else @@ -373113,16 +383553,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -373206,7 +383646,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -373226,7 +383666,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._purchase_order_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -373278,22 +383718,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._purchase_order_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$PurchaseOrderState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$PurchaseOrderState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("PurchaseOrderState", _$failedField, J.toString$0$(e)); @@ -373427,7 +383867,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s20_ = "PurchaseOrderUIState", _$result = null; @@ -373435,10 +383875,10 @@ _$result0 = _this._purchase_order_state$_$v; if (_$result0 == null) { t1 = _this._purchase_order_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this.get$_purchase_order_state$_$this()._purchase_order_state$_editingItemIndex; t3 = _this.get$_purchase_order_state$_$this()._purchase_order_state$_historyActivityId; - t4 = _this.get$listUIState().build$0(0); + t4 = _this.get$listUIState().build$0(); t5 = _this.get$_purchase_order_state$_$this()._purchase_order_state$_selectedId; t6 = _this.get$_purchase_order_state$_$this()._purchase_order_state$_forceSelected; t7 = _this.get$_purchase_order_state$_$this()._purchase_order_state$_tabIndex; @@ -373454,9 +383894,9 @@ _$failedField = "editing"; t1 = _this._purchase_order_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s20_, _$failedField, J.toString$0$(e)); @@ -373626,7 +384066,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 39 + $signature: 40 }; A.handleQuoteAction_closure0.prototype = { call$1(quote) { @@ -373636,12 +384076,12 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(quote).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 140 + $signature: 138 }; A.handleQuoteAction_closure1.prototype = { call$0() { var t1, t2; - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); t1 = this.state; t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -373651,7 +384091,7 @@ }; A.handleQuoteAction_closure2.prototype = { call$1(_) { - var _this = this, + var t3, _this = this, t1 = _this.quoteIds, t2 = _this.localization; if (t1.length === 1) @@ -373662,7 +384102,9 @@ t2 = ""; } t2 = A.snackBarCompleter(_this.context, t2, false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.BulkEmailQuotesRequest(t2, t1)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.BulkEmailQuotesRequest(t2, t1)); }, $signature: 9 }; @@ -373702,7 +384144,7 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 237 + $signature: 264 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -373717,7 +384159,8 @@ $requiredArgCount: 3, $call$body$_viewQuote_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -373726,8 +384169,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewQuote._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/view")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/quote/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -373743,19 +384190,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewQuoteList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3; next.call$1(type$.legacy_ViewQuoteList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/quote")); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/quote", new A._viewQuoteList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -373766,14 +384219,19 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._editQuote_closure.prototype = { call$3(store, dynamicAction, next) { - var _s11_ = "/quote/edit"; + var t1, + _s11_ = "/quote/edit"; next.call$1(type$.legacy_EditQuote._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s11_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s11_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s11_, type$.legacy_Object); }, "call*": "call$3", @@ -373789,7 +384247,7 @@ $call$body$_showEmailQuote_closure(store, dynamicAction, next) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - emailWasSent, t1; + t1, emailWasSent; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -373799,8 +384257,12 @@ // Function start type$.legacy_ShowEmailQuote._as(dynamicAction); next.call$1(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/email")); - $async$goto = A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile ? 2 : 3; + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/quote/email")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$goto = t1.prefState.appLayout === B.AppLayout_mobile ? 2 : 3; break; case 2: // then @@ -373821,7 +384283,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._showPdfQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -373831,7 +384293,8 @@ $requiredArgCount: 3, $call$body$_showPdfQuote_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -373840,8 +384303,12 @@ case 0: // Function start next.call$1(type$.legacy_ShowPdfQuote._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/pdf")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/quote/pdf")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/quote/pdf", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -373849,7 +384316,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._archiveQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -373858,7 +384325,9 @@ t1 = dynamicAction.quoteIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevQuotes = A.List_List$of(new A.MappedListIterable(t1, new A._archiveQuote__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveQuote__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveQuote__closure1(store, prevQuotes, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveQuote__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveQuote__closure1(store, prevQuotes, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -373867,24 +384336,31 @@ }; A._archiveQuote__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._archiveQuote__closure0.prototype = { call$1(quotes) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveQuotesSuccess(quotes)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._archiveQuote__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveQuotesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveQuotesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -373896,7 +384372,9 @@ t1 = dynamicAction.quoteIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevQuotes = A.List_List$of(new A.MappedListIterable(t1, new A._deleteQuote__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteQuote__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteQuote__closure1(store, prevQuotes, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteQuote__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteQuote__closure1(store, prevQuotes, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -373905,24 +384383,31 @@ }; A._deleteQuote__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._deleteQuote__closure0.prototype = { call$1(quotes) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteQuotesSuccess(quotes)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._deleteQuote__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteQuotesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteQuotesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -373934,7 +384419,9 @@ t1 = dynamicAction.quoteIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevQuotes = A.List_List$of(new A.MappedListIterable(t1, new A._restoreQuote__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreQuote__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreQuote__closure1(store, prevQuotes, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreQuote__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreQuote__closure1(store, prevQuotes, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -373943,32 +384430,42 @@ }; A._restoreQuote__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._restoreQuote__closure0.prototype = { call$1(quotes) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreQuotesSuccess(quotes)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._restoreQuote__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreQuotesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreQuotesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._convertQuotesToInvoices_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ConvertQuotesToInvoices._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quoteIds, B.EntityAction_convertToInvoice).then$1$1(0, new A._convertQuotesToInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._convertQuotesToInvoices__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.quoteIds, B.EntityAction_convertToInvoice).then$1$1(0, new A._convertQuotesToInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._convertQuotesToInvoices__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -373977,25 +384474,32 @@ }; A._convertQuotesToInvoices__closure.prototype = { call$1(quotes) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ConvertQuotesToInvoicesSuccess(quotes)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConvertQuotesToInvoicesSuccess(quotes)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._convertQuotesToInvoices__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ConvertQuotesToInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConvertQuotesToInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._convertQuotesToProjects_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ConvertQuotesToProjects._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quoteIds, B.EntityAction_convertToProject).then$1$1(0, new A._convertQuotesToProjects__closure(store, dynamicAction), type$.Null).catchError$1(new A._convertQuotesToProjects__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.quoteIds, B.EntityAction_convertToProject).then$1$1(0, new A._convertQuotesToProjects__closure(store, dynamicAction), type$.Null).catchError$1(new A._convertQuotesToProjects__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374004,25 +384508,32 @@ }; A._convertQuotesToProjects__closure.prototype = { call$1(quotes) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ConvertQuotesToProjectsSuccess(quotes)); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConvertQuotesToProjectsSuccess(quotes)); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._convertQuotesToProjects__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ConvertQuotesToProjectsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConvertQuotesToProjectsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._approveQuote_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ApproveQuotes._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quoteIds, B.EntityAction_approve).then$1$1(0, new A._approveQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._approveQuote__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.quoteIds, B.EntityAction_approve).then$1$1(0, new A._approveQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._approveQuote__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374031,25 +384542,32 @@ }; A._approveQuote__closure.prototype = { call$1(quotes) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ApproveQuoteSuccess()); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ApproveQuoteSuccess()); + t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._approveQuote__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ApproveQuoteFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ApproveQuoteFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._markSentQuote_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_MarkSentQuotesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quoteIds, B.EntityAction_markSent).then$1$1(0, new A._markSentQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._markSentQuote__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.quoteIds, B.EntityAction_markSent).then$1$1(0, new A._markSentQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._markSentQuote__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374058,15 +384576,20 @@ }; A._markSentQuote__closure.prototype = { call$1(quotes) { - this.store.get$_dispatchers()[0].call$1(new A.MarkSentQuoteSuccess(quotes)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._markSentQuote__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.MarkSentQuoteFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MarkSentQuoteFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -374075,13 +384598,14 @@ call$3(store, dynamicAction, next) { var t1, t2, origQuote; type$.legacy_EmailQuoteRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t1 = t2._list[t1].quoteState.map; t2 = dynamicAction.quoteId; origQuote = t1._map$_map.$index(0, t2); - this.repository.emailQuote$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), origQuote, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailQuote__closure0(store, dynamicAction)); + this.repository.emailQuote$5(J.get$credentials$z(store.__Store__state_A), origQuote, dynamicAction.template, dynamicAction.subject, dynamicAction.body).then$1$1(0, new A._emailQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._emailQuote__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374090,25 +384614,32 @@ }; A._emailQuote__closure.prototype = { call$1(quote) { - this.store.get$_dispatchers()[0].call$1(new A.EmailQuoteSuccess(quote)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._emailQuote__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.EmailQuoteFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailQuoteFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveQuote_closure.prototype = { call$3(store, dynamicAction, next) { - var updatedQuote; + var updatedQuote, t1; type$.legacy_SaveQuoteRequest._as(dynamicAction); updatedQuote = dynamicAction.quote.rebuild$1(new A._saveQuote__closure(dynamicAction)); - this.repository.saveData$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), updatedQuote, dynamicAction.action).then$1$1(0, new A._saveQuote__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveQuote__closure1(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3(J.get$credentials$z(t1), updatedQuote, dynamicAction.action).then$1$1(0, new A._saveQuote__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveQuote__closure1(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374128,35 +384659,51 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._saveQuote__closure0.prototype = { call$1(quote) { var t1 = this.action, - t2 = this.store; - if (t1.quote.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddQuoteSuccess(quote)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveQuoteSuccess(quote)); - if (t1.action === B.EntityAction_convertToInvoice) - t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t2 = t1.quote.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddQuoteSuccess(quote)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveQuoteSuccess(quote)); + } + if (t1.action === B.EntityAction_convertToInvoice) { + t2 = t3.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(null, false, false, false)); + } t1.completer.complete$1(0, quote); }, - $signature: 65 + $signature: 64 }; A._saveQuote__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveQuoteFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadQuote_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadQuote._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadQuoteRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quoteId).then$1$1(0, new A._loadQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadQuote__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadQuoteRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.quoteId).then$1$1(0, new A._loadQuote__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadQuote__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374165,19 +384712,22 @@ }; A._loadQuote__closure.prototype = { call$1(quote) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadQuoteSuccess(quote)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadQuoteSuccess(quote)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._loadQuote__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadQuoteFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadQuoteFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -374186,8 +384736,11 @@ }; A._downloadQuotes_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DownloadQuotesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadQuotes__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadQuotes__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_bulkDownload).then$1$1(0, new A._downloadQuotes__closure(store, dynamicAction), type$.Null).catchError$1(new A._downloadQuotes__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374196,23 +384749,31 @@ }; A._downloadQuotes__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.DownloadQuotesSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._downloadQuotes__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DownloadQuotesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DownloadQuotesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._bulkEmailQuotes_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_BulkEmailQuotesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quoteIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailQuotes__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailQuotes__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.quoteIds, B.EntityAction_sendEmail).then$1$1(0, new A._bulkEmailQuotes__closure(store, dynamicAction), type$.Null).catchError$1(new A._bulkEmailQuotes__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374221,31 +384782,39 @@ }; A._bulkEmailQuotes__closure.prototype = { call$1(quotes) { - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailQuotesSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._bulkEmailQuotes__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.BulkEmailQuotesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.BulkEmailQuotesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadQuotes_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3, t4, t5; + var t1, t2, t3, t4, t5, t6; type$.legacy_LoadQuotes._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadQuotesRequest()); - t1 = state.get$credentials(state); - t2 = dynamicAction.page; - t3 = state.get$createdAtLimit(); - t4 = state.get$filterDeletedClients(); - t5 = state.get$isHosted() ? 10000 : 5000; - this.repository.loadList$5(t1, t2, t3, t4, t5).then$1$1(0, new A._loadQuotes__closure(store, state, dynamicAction), type$.Null).catchError$1(new A._loadQuotes__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadQuotesRequest()); + t2 = t1.get$credentials(t1); + t3 = dynamicAction.page; + t4 = t1.get$createdAtLimit(); + t5 = t1.get$filterDeletedClients(); + t6 = t1.get$isHosted() ? 10000 : 5000; + this.repository.loadList$5(t2, t3, t4, t5, t6).then$1$1(0, new A._loadQuotes__closure(store, t1, dynamicAction), type$.Null).catchError$1(new A._loadQuotes__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -374255,21 +384824,25 @@ A._loadQuotes__closure.prototype = { call$1(data) { var t2, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadQuotesSuccess(data)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadQuotesSuccess(data)); t2 = data._list.length; if (t2 === (this.state.get$isHosted() ? 10000 : 5000)) { t2 = this.action; - t1.get$_dispatchers()[0].call$1(new A.LoadQuotes(t2.completer, t2.page + 1)); + t1[0].call$1(new A.LoadQuotes(t2.completer, t2.page + 1)); } else - t1.get$_dispatchers()[0].call$1(new A.LoadCredits()); + t1[0].call$1(new A.LoadCredits()); }, - $signature: 234 + $signature: 271 }; A._loadQuotes__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadQuotesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadQuotesFailure(error)); }, $signature: 3 }; @@ -374277,7 +384850,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveQuoteDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -374285,9 +384859,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.quote, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure11(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure12(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.quote, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure11(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure12(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveQuoteDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveQuoteDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -374298,15 +384874,20 @@ }; A._saveDocument__closure11.prototype = { call$1(quote) { - this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteSuccess(quote)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._saveDocument__closure12.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveQuoteDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -374335,127 +384916,127 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1570 + $signature: 1605 }; A.forceSelectedReducer_closure.prototype = { call$2(completer, action) { return true; }, - $signature: 1571 + $signature: 1606 }; A.forceSelectedReducer_closure0.prototype = { call$2(completer, action) { return false; }, - $signature: 1572 + $signature: 1607 }; A.forceSelectedReducer_closure1.prototype = { call$2(completer, action) { return false; }, - $signature: 1573 + $signature: 1608 }; A.forceSelectedReducer_closure2.prototype = { call$2(completer, action) { return false; }, - $signature: 1574 + $signature: 1609 }; A.forceSelectedReducer_closure3.prototype = { call$2(completer, action) { return false; }, - $signature: 1575 + $signature: 1610 }; A.forceSelectedReducer_closure4.prototype = { call$2(completer, action) { return false; }, - $signature: 1576 + $signature: 1611 }; A.forceSelectedReducer_closure5.prototype = { call$2(completer, action) { return false; }, - $signature: 1577 + $signature: 1612 }; A.forceSelectedReducer_closure6.prototype = { call$2(completer, action) { return false; }, - $signature: 1578 + $signature: 1613 }; A.tabIndexReducer_closure.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1579 + $signature: 1614 }; A.tabIndexReducer_closure0.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 699 + $signature: 745 }; A.editingItemReducer_closure.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1581 + $signature: 1616 }; A.editingItemReducer_closure0.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1582 + $signature: 1617 }; A.selectedIdReducer_closure.prototype = { call$2(completer, action) { return ""; }, - $signature: 1583 + $signature: 1618 }; A.selectedIdReducer_closure0.prototype = { call$2(completer, action) { return ""; }, - $signature: 1584 + $signature: 1619 }; A.selectedIdReducer_closure1.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { return action.quoteId; }, - $signature: 1585 + $signature: 1620 }; A.selectedIdReducer_closure3.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1586 + $signature: 1621 }; A.selectedIdReducer_closure4.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1587 + $signature: 1622 }; A.selectedIdReducer_closure5.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 699 + $signature: 745 }; A.selectedIdReducer_closure6.prototype = { call$2(selectedId, action) { @@ -374467,61 +385048,61 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1588 + $signature: 1623 }; A.selectedIdReducer_closure9.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1589 + $signature: 1624 }; A.selectedIdReducer_closure10.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1590 + $signature: 1625 }; A.selectedIdReducer_closure11.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1591 + $signature: 1626 }; A.selectedIdReducer_closure12.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1592 + $signature: 1627 }; A.selectedIdReducer_closure13.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1593 + $signature: 1628 }; A.selectedIdReducer_closure14.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1594 + $signature: 1629 }; A.selectedIdReducer_closure15.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1595 + $signature: 1630 }; A.selectedIdReducer_closure16.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -374534,13 +385115,13 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure.prototype = { call$2(quote, action) { return action.quote.rebuild$1(new A.editingReducer__closure5()); }, - $signature: 1596 + $signature: 1631 }; A.editingReducer__closure5.prototype = { call$1(b) { @@ -374553,7 +385134,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 698 + $signature: 746 }; A.editingReducer__closure4.prototype = { call$1(b) { @@ -374566,13 +385147,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1598 + $signature: 1633 }; A.editingReducer_closure2.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure3()); }, - $signature: 694 + $signature: 753 }; A.editingReducer__closure3.prototype = { call$1(b) { @@ -374585,7 +385166,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure2()); }, - $signature: 693 + $signature: 754 }; A.editingReducer__closure2.prototype = { call$1(b) { @@ -374598,7 +385179,7 @@ call$2(quote, action) { return quote.rebuild$1(new A.editingReducer__closure1(action.client)); }, - $signature: 1601 + $signature: 1636 }; A.editingReducer__closure1.prototype = { call$1(b) { @@ -374624,31 +385205,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 + $signature: 190 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1602 + $signature: 1637 }; A.editingReducer_closure6.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1603 + $signature: 1638 }; A.editingReducer_closure7.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1604 + $signature: 1639 }; A.editingReducer_closure8.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure0(action)); }, - $signature: 1605 + $signature: 1640 }; A.editingReducer__closure0.prototype = { call$1(b) { @@ -374666,7 +385247,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure(action)); }, - $signature: 1606 + $signature: 1641 }; A.editingReducer__closure.prototype = { call$1(b) { @@ -374903,14 +385484,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 198 + $signature: 189 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -374932,7 +385513,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 399 + $signature: 417 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -374954,7 +385535,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 399 + $signature: 417 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -374976,7 +385557,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 399 + $signature: 417 }; A._emailQuoteSuccess_closure.prototype = { call$1(b) { @@ -374985,7 +385566,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 198 + $signature: 189 }; A._convertQuotesToInvoicesSuccess_closure0.prototype = { call$1(item) { @@ -374997,14 +385578,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._convertQuotesToInvoicesSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 198 + $signature: 189 }; A._convertQuotesToProjectsSuccess_closure0.prototype = { call$1(item) { @@ -375016,14 +385597,14 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A._convertQuotesToProjectsSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 198 + $signature: 189 }; A._addQuote_closure.prototype = { call$1(b) { @@ -375036,7 +385617,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 198 + $signature: 189 }; A._addQuote__closure.prototype = { call$1(b) { @@ -375052,7 +385633,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 198 + $signature: 189 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -375066,19 +385647,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 330 + $signature: 371 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 145 + $signature: 134 }; A.memoizedFilteredQuoteList_closure.prototype = { call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap); }, - $signature: 431 + $signature: 385 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -375149,13 +385730,13 @@ t4 = t3.sortField; return J.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1, t3.sortAscending, t4, _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedQuoteStatsForClient_closure.prototype = { call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 89 + $signature: 88 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -375165,13 +385746,13 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedQuoteStatsForDesign_closure.prototype = { call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 89 + $signature: 88 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -375181,13 +385762,13 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedQuoteStatsForUser_closure.prototype = { call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 89 + $signature: 88 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -375197,7 +385778,7 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.QuoteState.prototype = { $get$1(_, quoteId) { @@ -375225,7 +385806,7 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -375240,7 +385821,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 198 + $signature: 189 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -375283,7 +385864,7 @@ t6 = t5._quote_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._quote_state$_list = t6; t5 = t6; } else @@ -375291,16 +385872,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -375384,7 +385965,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -375404,7 +385985,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._quote_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -375456,22 +386037,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._quote_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$QuoteState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$QuoteState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("QuoteState", _$failedField, J.toString$0$(e)); @@ -375605,7 +386186,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s12_ = "QuoteUIState", _$result = null; @@ -375613,10 +386194,10 @@ _$result0 = _this._quote_state$_$v; if (_$result0 == null) { t1 = _this._editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this.get$_quote_state$_$this()._editingItemIndex; t3 = _this.get$_quote_state$_$this()._historyActivityId; - t4 = _this.get$listUIState().build$0(0); + t4 = _this.get$listUIState().build$0(); t5 = _this.get$_quote_state$_$this()._selectedId; t6 = _this.get$_quote_state$_$this()._forceSelected; t7 = _this.get$_quote_state$_$this()._quote_state$_tabIndex; @@ -375632,9 +386213,9 @@ _$failedField = "editing"; t1 = _this._editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s12_, _$failedField, J.toString$0$(e)); @@ -375770,28 +386351,33 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 39 + $signature: 40 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_expense; return b; }, - $signature: 29 + $signature: 30 }; A.handleRecurringExpenseAction_closure1.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_recurringExpense; return b; }, - $signature: 29 + $signature: 30 }; A._editRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { - var _s23_ = "/recurring_expense/edit"; + var t1, + _s23_ = "/recurring_expense/edit"; next.call$1(type$.legacy_EditRecurringExpense._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s23_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s23_, type$.legacy_Object); }, "call*": "call$3", @@ -375806,7 +386392,8 @@ $requiredArgCount: 3, $call$body$_viewRecurringExpense_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -375815,8 +386402,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewRecurringExpense._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/recurring_expense/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -375824,16 +386415,24 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewRecurringExpenseList_closure0.prototype = { call$3(store, dynamicAction, next) { - var _s18_ = "/recurring_expense"; + var t1, + _s18_ = "/recurring_expense"; next.call$1(type$.legacy_ViewRecurringExpenseList._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s18_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s18_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s18_, new A._viewRecurringExpenseList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -375844,7 +386443,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -375853,7 +386452,9 @@ t1 = dynamicAction.recurringExpenseIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseEntity*>"); prevRecurringExpenses = A.List_List$of(new A.MappedListIterable(t1, new A._archiveRecurringExpense__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveRecurringExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveRecurringExpense__closure1(store, prevRecurringExpenses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveRecurringExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveRecurringExpense__closure1(store, prevRecurringExpenses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -375862,24 +386463,31 @@ }; A._archiveRecurringExpense__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 214 + $signature: 204 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringExpensesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -375891,7 +386499,9 @@ t1 = dynamicAction.recurringExpenseIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseEntity*>"); prevRecurringExpenses = A.List_List$of(new A.MappedListIterable(t1, new A._deleteRecurringExpense__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteRecurringExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteRecurringExpense__closure1(store, prevRecurringExpenses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteRecurringExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteRecurringExpense__closure1(store, prevRecurringExpenses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -375900,24 +386510,31 @@ }; A._deleteRecurringExpense__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 214 + $signature: 204 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringExpensesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -375929,7 +386546,9 @@ t1 = dynamicAction.recurringExpenseIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ExpenseEntity*>"); prevRecurringExpenses = A.List_List$of(new A.MappedListIterable(t1, new A._restoreRecurringExpense__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreRecurringExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreRecurringExpense__closure1(store, prevRecurringExpenses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreRecurringExpense__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreRecurringExpense__closure1(store, prevRecurringExpenses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -375938,32 +386557,42 @@ }; A._restoreRecurringExpense__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 214 + $signature: 204 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreRecurringExpensesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveRecurringExpenseRequest._as(dynamicAction); - this.repository.saveData$3$action(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.recurringExpense, dynamicAction.action).then$1$1(0, new A._saveRecurringExpense__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveRecurringExpense__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3$action(J.get$credentials$z(t1), dynamicAction.recurringExpense, dynamicAction.action).then$1$1(0, new A._saveRecurringExpense__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveRecurringExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -375973,30 +386602,40 @@ A._saveRecurringExpense__closure.prototype = { call$1(recurringExpense) { var t1 = this.action, - t2 = this.store; - if (t1.recurringExpense.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddRecurringExpenseSuccess(recurringExpense)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(recurringExpense)); + t2 = t1.recurringExpense.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddRecurringExpenseSuccess(recurringExpense)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveRecurringExpenseSuccess(recurringExpense)); + } t1.completer.complete$1(0, recurringExpense); }, - $signature: 150 + $signature: 145 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringExpenseFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadRecurringExpense._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpenseRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.recurringExpenseId).then$1$1(0, new A._loadRecurringExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringExpense__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadRecurringExpenseRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.recurringExpenseId).then$1$1(0, new A._loadRecurringExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -376005,19 +386644,22 @@ }; A._loadRecurringExpense__closure.prototype = { call$1(recurringExpense) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpenseSuccess(recurringExpense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringExpenseSuccess(recurringExpense)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 150 + $signature: 145 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpenseFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringExpenseFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -376026,11 +386668,14 @@ }; A._loadRecurringExpenses_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadRecurringExpenses._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpensesRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadRecurringExpenses__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringExpenses__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadRecurringExpensesRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadRecurringExpenses__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringExpenses__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -376039,25 +386684,32 @@ }; A._loadRecurringExpenses__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadRecurringExpensesSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringExpensesSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.PersistData()); + t1[0].call$1(new A.PersistData()); }, - $signature: 739 + $signature: 529 }; A._loadRecurringExpenses__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpensesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringExpensesFailure(error)); this.action.toString; }, $signature: 3 }; A._startRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_StartRecurringExpensesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expenseIds, B.EntityAction_start).then$1$1(0, new A._startRecurringExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._startRecurringExpense__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.expenseIds, B.EntityAction_start).then$1$1(0, new A._startRecurringExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._startRecurringExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -376066,23 +386718,31 @@ }; A._startRecurringExpense__closure.prototype = { call$1(expenses) { - this.store.get$_dispatchers()[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.StartRecurringExpensesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._stopRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_StopRecurringExpensesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expenseIds, B.EntityAction_stop).then$1$1(0, new A._stopRecurringExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._stopRecurringExpense__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.expenseIds, B.EntityAction_stop).then$1$1(0, new A._stopRecurringExpense__closure(store, dynamicAction), type$.Null).catchError$1(new A._stopRecurringExpense__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -376091,15 +386751,20 @@ }; A._stopRecurringExpense__closure.prototype = { call$1(expenses) { - this.store.get$_dispatchers()[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 165 + $signature: 170 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.StopRecurringExpensesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -376108,7 +386773,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveRecurringExpenseDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -376116,9 +386782,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.expense, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure5(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure6(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.expense, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure5(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure6(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringExpenseDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -376129,15 +386797,20 @@ }; A._saveDocument__closure5.prototype = { call$1(expense) { - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 150 + $signature: 145 }; A._saveDocument__closure6.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringExpenseDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -376162,97 +386835,97 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1609 + $signature: 1644 }; A.forceSelectedReducer_closure151.prototype = { call$2(completer, action) { return true; }, - $signature: 1610 + $signature: 1645 }; A.forceSelectedReducer_closure152.prototype = { call$2(completer, action) { return false; }, - $signature: 1611 + $signature: 1646 }; A.forceSelectedReducer_closure153.prototype = { call$2(completer, action) { return false; }, - $signature: 1612 + $signature: 1647 }; A.forceSelectedReducer_closure154.prototype = { call$2(completer, action) { return false; }, - $signature: 1613 + $signature: 1648 }; A.forceSelectedReducer_closure155.prototype = { call$2(completer, action) { return false; }, - $signature: 1614 + $signature: 1649 }; A.forceSelectedReducer_closure156.prototype = { call$2(completer, action) { return false; }, - $signature: 1615 + $signature: 1650 }; A.forceSelectedReducer_closure157.prototype = { call$2(completer, action) { return false; }, - $signature: 1616 + $signature: 1651 }; A.forceSelectedReducer_closure158.prototype = { call$2(completer, action) { return false; }, - $signature: 1617 + $signature: 1652 }; A.tabIndexReducer_closure17.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1618 + $signature: 1653 }; A.tabIndexReducer_closure18.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.selectedIdReducer_closure301.prototype = { call$2(completer, action) { return ""; }, - $signature: 1619 + $signature: 1654 }; A.selectedIdReducer_closure302.prototype = { call$2(completer, action) { return ""; }, - $signature: 1620 + $signature: 1655 }; A.selectedIdReducer_closure303.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure304.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { @@ -376264,49 +386937,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1621 + $signature: 1656 }; A.selectedIdReducer_closure309.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1622 + $signature: 1657 }; A.selectedIdReducer_closure310.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1623 + $signature: 1658 }; A.selectedIdReducer_closure311.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1624 + $signature: 1659 }; A.selectedIdReducer_closure312.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1625 + $signature: 1660 }; A.selectedIdReducer_closure313.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1626 + $signature: 1661 }; A.selectedIdReducer_closure314.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1627 + $signature: 1662 }; A.selectedIdReducer_closure315.prototype = { call$2(selectedId, action) { @@ -376319,38 +386992,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure99.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1628 + $signature: 1663 }; A.editingReducer_closure100.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1629 + $signature: 1664 }; A.editingReducer_closure101.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1630 + $signature: 1665 }; A.editingReducer_closure102.prototype = { call$2(recurringExpense, action) { return action.recurringExpense.rebuild$1(new A.editingReducer__closure37()); }, - $signature: 1631 + $signature: 1666 }; A.editingReducer__closure37.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_isChanged = true; return b; }, - $signature: 29 + $signature: 30 }; A._viewRecurringExpenseList_closure.prototype = { call$1(b) { @@ -376497,7 +387170,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 239 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -376519,7 +387192,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 239 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -376541,7 +387214,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 239 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -376554,7 +387227,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 310 + $signature: 338 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -376562,7 +387235,7 @@ b.get$_expense_model$_$this()._expense_model$_loadedAt = t1; return b; }, - $signature: 29 + $signature: 30 }; A._updateRecurringExpense_closure.prototype = { call$1(b) { @@ -376571,7 +387244,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 310 + $signature: 338 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -376579,7 +387252,7 @@ b.get$_expense_model$_$this()._expense_model$_loadedAt = t1; return b; }, - $signature: 29 + $signature: 30 }; A._startRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -376601,7 +387274,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 239 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -376623,7 +387296,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 239 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -376632,7 +387305,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 310 + $signature: 338 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -376640,13 +387313,13 @@ b.get$_expense_model$_$this()._expense_model$_loadedAt = t1; return b; }, - $signature: 29 + $signature: 30 }; A.memoizedFilteredRecurringExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 737 + $signature: 597 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -376733,13 +387406,13 @@ t2 = _this.expenseListState; return t1.$index(0, expenseAId).compareTo$9(0, t1.$index(0, expenseBId), t2.sortField, t2.sortAscending, _this.clientMap, _this.userMap, _this.vendorMap, _this.invoiceMap, _this.expenseCategoryMap, _this.staticState); }, - $signature: 20 + $signature: 21 }; A.memoizedRecurringExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -376749,13 +387422,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -376765,13 +387438,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -376781,13 +387454,13 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 160 + $signature: 156 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -376797,7 +387470,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 108 + $signature: 107 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -376825,7 +387498,7 @@ call$1(item) { return item; }, - $signature: 736 + $signature: 599 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -376840,7 +387513,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 310 + $signature: 338 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -376883,7 +387556,7 @@ t6 = t5._recurring_expense_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._recurring_expense_state$_list = t6; t5 = t6; } else @@ -376891,16 +387564,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -376988,7 +387661,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -376996,7 +387669,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_a9w; + return B.List_a9w0; }, get$wireName() { return "RecurringExpenseUIState"; @@ -377008,7 +387681,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._recurring_expense_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -377060,22 +387733,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._recurring_expense_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$RecurringExpenseState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$RecurringExpenseState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("RecurringExpenseState", _$failedField, J.toString$0$(e)); @@ -377199,7 +387872,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s23_ = "RecurringExpenseUIState", _$result = null; @@ -377207,8 +387880,8 @@ _$result0 = _this._recurring_expense_state$_$v; if (_$result0 == null) { t1 = _this._recurring_expense_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_recurring_expense_state$_$this()._recurring_expense_state$_selectedId; t4 = _this.get$_recurring_expense_state$_$this()._recurring_expense_state$_forceSelected; t5 = _this.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex; @@ -377224,9 +387897,9 @@ _$failedField = "editing"; t1 = _this._recurring_expense_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s23_, _$failedField, J.toString$0$(e)); @@ -377371,7 +388044,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 39 + $signature: 40 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(b) { @@ -377411,10 +388084,15 @@ A.UpdateRecurringInvoiceTab.prototype = {$isPersistUI: 1}; A._editRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { - var _s23_ = "/recurring_invoice/edit"; + var t1, + _s23_ = "/recurring_invoice/edit"; next.call$1(type$.legacy_EditRecurringInvoice._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s23_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s23_, type$.legacy_Object); }, "call*": "call$3", @@ -377429,7 +388107,8 @@ $requiredArgCount: 3, $call$body$_viewRecurringInvoice_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -377438,8 +388117,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewRecurringInvoice._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/recurring_invoice/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -377447,16 +388130,24 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewRecurringInvoiceList_closure.prototype = { call$3(store, dynamicAction, next) { - var _s18_ = "/recurring_invoice"; + var t1, + _s18_ = "/recurring_invoice"; next.call$1(type$.legacy_ViewRecurringInvoiceList._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s18_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s18_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s18_, new A._viewRecurringInvoiceList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -377467,7 +388158,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._showPdfRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -377477,7 +388168,8 @@ $requiredArgCount: 3, $call$body$_showPdfRecurringInvoice_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -377486,8 +388178,12 @@ case 0: // Function start next.call$1(type$.legacy_ShowPdfRecurringInvoice._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/pdf")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/pdf")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/recurring_invoice/pdf", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -377495,12 +388191,15 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._startRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_StartRecurringInvoicesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_start).then$1$1(0, new A._startRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._startRecurringInvoice__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_start).then$1$1(0, new A._startRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._startRecurringInvoice__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377509,23 +388208,31 @@ }; A._startRecurringInvoice__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._startRecurringInvoice__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.StartRecurringInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._stopRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_StopRecurringInvoicesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoiceIds, B.EntityAction_stop).then$1$1(0, new A._stopRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._stopRecurringInvoice__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.invoiceIds, B.EntityAction_stop).then$1$1(0, new A._stopRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._stopRecurringInvoice__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377534,23 +388241,31 @@ }; A._stopRecurringInvoice__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._stopRecurringInvoice__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.StopRecurringInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._sendNowRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SendNowRecurringInvoicesRequest._as(dynamicAction); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.recurringInvoiceIds, B.EntityAction_sendNow).then$1$1(0, new A._sendNowRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._sendNowRecurringInvoice__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t1), dynamicAction.recurringInvoiceIds, B.EntityAction_sendNow).then$1$1(0, new A._sendNowRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._sendNowRecurringInvoice__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377559,15 +388274,20 @@ }; A._sendNowRecurringInvoice__closure.prototype = { call$1(invoices) { - this.store.get$_dispatchers()[0].call$1(new A.SendNowRecurringInvoicesSuccess(invoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SendNowRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._sendNowRecurringInvoice__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SendNowRecurringInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SendNowRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -377579,7 +388299,9 @@ t1 = dynamicAction.recurringInvoiceIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevRecurringInvoices = A.List_List$of(new A.MappedListIterable(t1, new A._archiveRecurringInvoice__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveRecurringInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveRecurringInvoice__closure1(store, prevRecurringInvoices, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveRecurringInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveRecurringInvoice__closure1(store, prevRecurringInvoices, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377588,24 +388310,31 @@ }; A._archiveRecurringInvoice__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._archiveRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._archiveRecurringInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -377617,7 +388346,9 @@ t1 = dynamicAction.recurringInvoiceIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevRecurringInvoices = A.List_List$of(new A.MappedListIterable(t1, new A._deleteRecurringInvoice__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteRecurringInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteRecurringInvoice__closure1(store, prevRecurringInvoices, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteRecurringInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteRecurringInvoice__closure1(store, prevRecurringInvoices, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377626,24 +388357,31 @@ }; A._deleteRecurringInvoice__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._deleteRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._deleteRecurringInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -377655,7 +388393,9 @@ t1 = dynamicAction.recurringInvoiceIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>"); prevRecurringInvoices = A.List_List$of(new A.MappedListIterable(t1, new A._restoreRecurringInvoice__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreRecurringInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreRecurringInvoice__closure1(store, prevRecurringInvoices, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreRecurringInvoice__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreRecurringInvoice__closure1(store, prevRecurringInvoices, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377664,34 +388404,43 @@ }; A._restoreRecurringInvoice__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 72 }; A._restoreRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 33 }; A._restoreRecurringInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreRecurringInvoicesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { - var updatedInvoice; + var updatedInvoice, t1; type$.legacy_SaveRecurringInvoiceRequest._as(dynamicAction); updatedInvoice = dynamicAction.recurringInvoice.rebuild$1(new A._saveRecurringInvoice__closure(dynamicAction)); - this.repository.saveData$3$action(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), updatedInvoice, dynamicAction.action).then$1$1(0, new A._saveRecurringInvoice__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveRecurringInvoice__closure1(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3$action(J.get$credentials$z(t1), updatedInvoice, dynamicAction.action).then$1$1(0, new A._saveRecurringInvoice__closure0(dynamicAction, store), type$.Null).catchError$1(new A._saveRecurringInvoice__closure1(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377711,35 +388460,45 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { var t1 = this.action, - t2 = this.store; - if (t1.recurringInvoice.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddRecurringInvoiceSuccess(recurringInvoice)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceSuccess(recurringInvoice)); + t2 = t1.recurringInvoice.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddRecurringInvoiceSuccess(recurringInvoice)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveRecurringInvoiceSuccess(recurringInvoice)); + } t1.completer.complete$1(0, recurringInvoice); }, - $signature: 65 + $signature: 64 }; A._saveRecurringInvoice__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringInvoiceFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadRecurringInvoice._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoiceRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.recurringInvoiceId).then$1$1(0, new A._loadRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringInvoice__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadRecurringInvoiceRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.recurringInvoiceId).then$1$1(0, new A._loadRecurringInvoice__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringInvoice__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377748,19 +388507,22 @@ }; A._loadRecurringInvoice__closure.prototype = { call$1(recurringInvoice) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoiceSuccess(recurringInvoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringInvoiceSuccess(recurringInvoice)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._loadRecurringInvoice__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoiceFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringInvoiceFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -377769,11 +388531,14 @@ }; A._loadRecurringInvoices_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadRecurringInvoices._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoicesRequest()); - this.repository.loadList$2(state.get$credentials(state), state.get$filterDeletedClients()).then$1$1(0, new A._loadRecurringInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringInvoices__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadRecurringInvoicesRequest()); + this.repository.loadList$2(t1.get$credentials(t1), t1.get$filterDeletedClients()).then$1$1(0, new A._loadRecurringInvoices__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadRecurringInvoices__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -377782,17 +388547,21 @@ }; A._loadRecurringInvoices__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoicesSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringInvoicesSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.LoadPayments(null, 1)); + t1[0].call$1(new A.LoadPayments(null, 1)); }, - $signature: 234 + $signature: 271 }; A._loadRecurringInvoices__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoicesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringInvoicesFailure(error)); this.action.toString; }, $signature: 3 @@ -377801,7 +388570,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveRecurringInvoiceDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -377809,9 +388579,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.invoice, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure3(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure4(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.invoice, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure3(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure4(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringInvoiceDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -377822,15 +388594,20 @@ }; A._saveDocument__closure3.prototype = { call$1(invoice) { - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceSuccess(invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 64 }; A._saveDocument__closure4.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveRecurringInvoiceDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -377859,129 +388636,129 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1634 + $signature: 1669 }; A.forceSelectedReducer_closure119.prototype = { call$2(completer, action) { return true; }, - $signature: 1635 + $signature: 1670 }; A.forceSelectedReducer_closure120.prototype = { call$2(completer, action) { return false; }, - $signature: 1636 + $signature: 1671 }; A.forceSelectedReducer_closure121.prototype = { call$2(completer, action) { return false; }, - $signature: 1637 + $signature: 1672 }; A.forceSelectedReducer_closure122.prototype = { call$2(completer, action) { return false; }, - $signature: 1638 + $signature: 1673 }; A.forceSelectedReducer_closure123.prototype = { call$2(completer, action) { return false; }, - $signature: 1639 + $signature: 1674 }; A.forceSelectedReducer_closure124.prototype = { call$2(completer, action) { return false; }, - $signature: 1640 + $signature: 1675 }; A.forceSelectedReducer_closure125.prototype = { call$2(completer, action) { return false; }, - $signature: 1641 + $signature: 1676 }; A.forceSelectedReducer_closure126.prototype = { call$2(completer, action) { return false; }, - $signature: 1642 + $signature: 1677 }; A.tabIndexReducer_closure13.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1643 + $signature: 1678 }; A.tabIndexReducer_closure14.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 692 + $signature: 766 }; A.editingItemIndexReducer_closure.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1645 + $signature: 1680 }; A.editingItemIndexReducer_closure0.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1646 + $signature: 1681 }; A.selectedIdReducer_closure237.prototype = { call$2(completer, action) { return ""; }, - $signature: 1647 + $signature: 1682 }; A.selectedIdReducer_closure238.prototype = { call$2(completer, action) { return ""; }, - $signature: 1648 + $signature: 1683 }; A.selectedIdReducer_closure239.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure240.prototype = { call$2(selectedId, action) { return action.recurringInvoiceId; }, - $signature: 1649 + $signature: 1684 }; A.selectedIdReducer_closure241.prototype = { call$2(selectedId, action) { return action.recurringInvoice.id; }, - $signature: 1650 + $signature: 1685 }; A.selectedIdReducer_closure242.prototype = { call$2(selectedId, action) { var t1 = action.get$invoice(); return t1.get$id(t1); }, - $signature: 1651 + $signature: 1686 }; A.selectedIdReducer_closure243.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 692 + $signature: 766 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { @@ -377993,61 +388770,61 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1652 + $signature: 1687 }; A.selectedIdReducer_closure247.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1653 + $signature: 1688 }; A.selectedIdReducer_closure248.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1654 + $signature: 1689 }; A.selectedIdReducer_closure249.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1655 + $signature: 1690 }; A.selectedIdReducer_closure250.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1656 + $signature: 1691 }; A.selectedIdReducer_closure251.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1657 + $signature: 1692 }; A.selectedIdReducer_closure252.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1658 + $signature: 1693 }; A.selectedIdReducer_closure253.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1659 + $signature: 1694 }; A.selectedIdReducer_closure254.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure255.prototype = { call$2(selectedId, action) { @@ -378060,13 +388837,13 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure76.prototype = { call$2(recurringInvoice, action) { return action.recurringInvoice.rebuild$1(new A.editingReducer__closure33()); }, - $signature: 1660 + $signature: 1695 }; A.editingReducer__closure33.prototype = { call$1(b) { @@ -378079,7 +388856,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 691 + $signature: 768 }; A.editingReducer__closure32.prototype = { call$1(b) { @@ -378092,13 +388869,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1662 + $signature: 1697 }; A.editingReducer_closure79.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 689 + $signature: 769 }; A.editingReducer__closure31.prototype = { call$1(b) { @@ -378111,7 +388888,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure30()); }, - $signature: 687 + $signature: 770 }; A.editingReducer__closure30.prototype = { call$1(b) { @@ -378124,7 +388901,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure29(action.client)); }, - $signature: 1665 + $signature: 1700 }; A.editingReducer__closure29.prototype = { call$1(b) { @@ -378150,31 +388927,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 + $signature: 190 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1666 + $signature: 1701 }; A.editingReducer_closure83.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1667 + $signature: 1702 }; A.editingReducer_closure84.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1668 + $signature: 1703 }; A.editingReducer_closure85.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure28(action)); }, - $signature: 1669 + $signature: 1704 }; A.editingReducer__closure28.prototype = { call$1(b) { @@ -378192,7 +388969,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure27(action)); }, - $signature: 1670 + $signature: 1705 }; A.editingReducer__closure27.prototype = { call$1(b) { @@ -378427,7 +389204,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 228 + $signature: 212 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -378449,7 +389226,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 228 + $signature: 212 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -378459,7 +389236,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 312 + $signature: 358 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -378481,7 +389258,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 228 + $signature: 212 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -378503,7 +389280,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 228 + $signature: 212 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -378525,7 +389302,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 228 + $signature: 212 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -378547,7 +389324,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 228 + $signature: 212 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -378560,7 +389337,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 312 + $signature: 358 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -378575,7 +389352,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: 312 + $signature: 358 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -378589,7 +389366,7 @@ call$7(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return A.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1673 + $signature: 1708 }; A.filteredRecurringInvoicesSelector_closure.prototype = { call$1(recurringInvoiceId) { @@ -378658,13 +389435,13 @@ t2 = t1.sortField; return recurringInvoiceA.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, recurringInvoiceB, t1.sortAscending, t2, _this.userMap, _this.vendorMap); }, - $signature: 20 + $signature: 21 }; A.memoizedRecurringInvoiceStatsForClient_closure.prototype = { call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -378674,13 +389451,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -378690,13 +389467,13 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -378706,13 +389483,13 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 89 + $signature: 88 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -378722,13 +389499,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 89 + $signature: 88 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -378738,7 +389515,7 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 47 + $signature: 50 }; A.RecurringInvoiceState.prototype = { $get$1(_, invoiceId) { @@ -378766,7 +389543,7 @@ call$1(item) { return item; }, - $signature: 99 + $signature: 97 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -378781,7 +389558,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 312 + $signature: 358 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -378824,7 +389601,7 @@ t6 = t5._recurring_invoice_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._recurring_invoice_state$_list = t6; t5 = t6; } else @@ -378832,16 +389609,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -378925,7 +389702,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -378933,7 +389710,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_cMx; + return B.List_cMx0; }, get$wireName() { return "RecurringInvoiceUIState"; @@ -378945,7 +389722,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._recurring_invoice_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -378997,22 +389774,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._recurring_invoice_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$RecurringInvoiceState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$RecurringInvoiceState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("RecurringInvoiceState", _$failedField, J.toString$0$(e)); @@ -379146,7 +389923,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s23_ = "RecurringInvoiceUIState", _$result = null; @@ -379154,10 +389931,10 @@ _$result0 = _this._recurring_invoice_state$_$v; if (_$result0 == null) { t1 = _this._recurring_invoice_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_editingItemIndex; t3 = _this.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId; - t4 = _this.get$listUIState().build$0(0); + t4 = _this.get$listUIState().build$0(); t5 = _this.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_selectedId; t6 = _this.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_forceSelected; t7 = _this.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_tabIndex; @@ -379173,9 +389950,9 @@ _$failedField = "editing"; t1 = _this._recurring_invoice_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s23_, _$failedField, J.toString$0$(e)); @@ -379209,10 +389986,14 @@ A._viewReports__closure.prototype = { call$0() { var _s8_ = "/reports", - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s8_)); + t1 = this.store, + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s8_)); this.next.call$1(this.action); - if (A._lateReadCheck(t1.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = t1.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s8_, new A._viewReports___closure(), type$.legacy_Object); }, $signature: 1 @@ -379221,7 +390002,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A.reportsUIReducer_closure.prototype = { call$1(b) { @@ -379231,14 +390012,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 398 + $signature: 420 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 398 + $signature: 420 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -379274,7 +390055,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 398 + $signature: 420 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -379347,7 +390128,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -379367,7 +390148,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._reports_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -379435,7 +390216,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, exception, _this = this, _s14_ = "ReportsUIState", _$result = null; @@ -379463,14 +390244,14 @@ t7 = _this.get$_reports_state$_$this()._customEndDate; if (t7 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "customEndDate")); - _$result0 = A._$ReportsUIState$_(t4, t7, t6, _this.get$filters().build$0(0), t2, t1, t3, t5); + _$result0 = A._$ReportsUIState$_(t4, t7, t6, _this.get$filters().build$0(), t2, t1, t3, t5); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "filters"; - _this.get$filters().build$0(0); + _this.get$filters().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -379545,8 +390326,11 @@ A.FilterSettings.prototype = {$isPersistUI: 1}; A._viewSettings_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ViewSettings._as(dynamicAction); - A.checkForChanges(new A._viewSettings__closure(dynamicAction, A._lateReadCheck(store.__Store__state, "_state").uiState, store, next), dynamicAction.force, store); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.checkForChanges(new A._viewSettings__closure(dynamicAction, t1.uiState, store, next), dynamicAction.force, store); }, "call*": "call$3", $requiredArgCount: 3, @@ -379565,14 +390349,20 @@ route = t2.get$mainRoute() === "settings" ? "/settings/company_details" : "/settings" + ("/" + t2.settingsUIState.section); } t2 = _this.store; - t4 = A._lateReadCheck(t2.__Store__state, "_state"); + t4 = t2.__Store__state_A; + t4 === $ && A.throwUnnamedLateFieldNI(); t5 = t4.userCompanyStates; t6 = t4.uiState.selectedCompanyIndex; - if (t5._list[t6].get$isStale() || t4.staticState.get$isStale()) - t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - t2.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(route)); + if (t5._list[t6].get$isStale() || t4.staticState.get$isStale()) { + t4 = t2.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.RefreshData(null, false, false, false)); + } + t4 = t2.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.UpdateCurrentRoute(route)); _this.next.call$1(t1); - if (A._lateReadCheck(t2.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) { + if (t2.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) { t1 = type$.legacy_Object; if (t3) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/settings", new A._viewSettings___closure(), t1); @@ -379586,12 +390376,15 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._saveCompany_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveCompanyRequest._as(dynamicAction); - this.settingsRepository.saveCompany$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.company).then$1$1(0, new A._saveCompany__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveCompany__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.settingsRepository.saveCompany$2(J.get$credentials$z(t1), dynamicAction.company).then$1$1(0, new A._saveCompany__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveCompany__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379600,23 +390393,31 @@ }; A._saveCompany__closure.prototype = { call$1(company) { - this.store.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$0(0); }, - $signature: 686 + $signature: 790 }; A._saveCompany__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveAuthUser_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveAuthUserRequest._as(dynamicAction); - this.settingsRepository.saveAuthUser$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.user, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._saveAuthUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveAuthUser__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.settingsRepository.saveAuthUser$4(J.get$credentials$z(t1), dynamicAction.user, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._saveAuthUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveAuthUser__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379625,22 +390426,24 @@ }; A._saveAuthUser__closure.prototype = { call$1(user) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserSuccess(user)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveAuthUserSuccess(user)); t1 = this.action.completer; if (t1 != null) t1.complete$0(0); }, - $signature: 199 + $signature: 187 }; A._saveAuthUser__closure0.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.SaveAuthUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveAuthUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -379649,8 +390452,11 @@ }; A._connectOAuthUser_closure0.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ConnecOAuthUserRequest._as(dynamicAction); - this.settingsRepository.connectOAuthUser$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.provider, dynamicAction.password, dynamicAction.idToken, dynamicAction.accessToken).then$1$1(0, new A._connectOAuthUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._connectOAuthUser__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.settingsRepository.connectOAuthUser$5(J.get$credentials$z(t1), dynamicAction.provider, dynamicAction.password, dynamicAction.idToken, dynamicAction.accessToken).then$1$1(0, new A._connectOAuthUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._connectOAuthUser__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379659,27 +390465,33 @@ }; A._connectOAuthUser__closure.prototype = { call$1(user) { - this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserSuccess(user)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConnecOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 199 + $signature: 187 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConnecOAuthUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._connectGmailUser_closure0.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ConnecGmailUserRequest._as(dynamicAction); - this.settingsRepository.connectGmailUser$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.get$password(dynamicAction), dynamicAction.get$idToken(dynamicAction), dynamicAction.get$serverAuthCode()).then$1$1(0, new A._connectGmailUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._connectGmailUser__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.settingsRepository.connectGmailUser$4(J.get$credentials$z(t1), dynamicAction.get$password(dynamicAction), dynamicAction.get$idToken(dynamicAction), dynamicAction.get$serverAuthCode()).then$1$1(0, new A._connectGmailUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._connectGmailUser__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379688,22 +390500,24 @@ }; A._connectGmailUser__closure.prototype = { call$1(user) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.ConnecGmailUserSuccess(user)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConnecGmailUserSuccess(user)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 199 + $signature: 187 }; A._connectGmailUser__closure0.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ConnecGmailUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConnecGmailUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -379712,8 +390526,11 @@ }; A._disableTwoFactor_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_DisableTwoFactorRequest._as(dynamicAction); - this.settingsRepository.disableTwoFactor$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._disableTwoFactor__closure(store, dynamicAction), type$.Null).catchError$1(new A._disableTwoFactor__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.settingsRepository.disableTwoFactor$3(J.get$credentials$z(t1), dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._disableTwoFactor__closure(store, dynamicAction), type$.Null).catchError$1(new A._disableTwoFactor__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379722,27 +390539,33 @@ }; A._disableTwoFactor__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.DisableTwoFactorSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DisableTwoFactorSuccess()); this.action.completer.complete$0(0); }, - $signature: 21 + $signature: 22 }; A._disableTwoFactor__closure0.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.DisableTwoFactorFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DisableTwoFactorFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveSettings_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveUserSettingsRequest._as(dynamicAction); - this.settingsRepository.saveUserSettings$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.user).then$1$1(0, new A._saveSettings__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveSettings__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.settingsRepository.saveUserSettings$2(J.get$credentials$z(t1), dynamicAction.user).then$1$1(0, new A._saveSettings__closure(store, dynamicAction), type$.Null).catchError$1(new A._saveSettings__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379751,34 +390574,40 @@ }; A._saveSettings__closure.prototype = { call$1(userCompany) { - this.store.get$_dispatchers()[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 802 + $signature: 655 }; A._saveSettings__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveUserSettingsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveUserSettingsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._uploadLogo_closure.prototype = { call$3(store, dynamicAction, next) { - var state, t1, settingsState, t2, t3, entityId; + var t1, t2, settingsState, t3, t4, entityId; type$.legacy_UploadLogoRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.uiState; - settingsState = t1.settingsUIState; - t2 = dynamicAction.type; - if (t2 === B.EntityType_company) { - t3 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - entityId = t3._list[t1].userCompany.company.id; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + settingsState = t2.settingsUIState; + t3 = dynamicAction.type; + if (t3 === B.EntityType_company) { + t4 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + entityId = t4._list[t2].userCompany.company.id; } else - entityId = t2 === B.EntityType_group ? settingsState.group.id : settingsState.client.id; - this.settingsRepository.uploadLogo$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), entityId, dynamicAction.multipartFile, t2).then$1$1(0, new A._uploadLogo__closure(dynamicAction, store), type$.Null).catchError$1(new A._uploadLogo__closure0(store, dynamicAction)); + entityId = t3 === B.EntityType_group ? settingsState.group.id : settingsState.client.id; + this.settingsRepository.uploadLogo$4(t1.get$credentials(t1), entityId, dynamicAction.multipartFile, t3).then$1$1(0, new A._uploadLogo__closure(dynamicAction, store), type$.Null).catchError$1(new A._uploadLogo__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -379792,48 +390621,58 @@ t2 = t1.type; if (t2 === B.EntityType_client) { type$.legacy_ClientEntity._as(entity); - this.store.get$_dispatchers()[0].call$1(new A.SaveClientSuccess(entity)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveClientSuccess(entity)); } else { - t3 = this.store; + t3 = this.store.__Store__dispatchers_F; if (t2 === B.EntityType_group) { type$.legacy_GroupEntity._as(entity); - t3.get$_dispatchers()[0].call$1(new A.SaveGroupSuccess(entity)); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveGroupSuccess(entity)); } else { type$.legacy_CompanyEntity._as(entity); - t3.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(entity)); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveCompanySuccess(entity)); } } t1.completer.complete$0(0); }, - $signature: 140 + $signature: 138 }; A._uploadLogo__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.UploadLogoFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UploadLogoFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveDocument_closure4.prototype = { call$3(store, dynamicAction, next) { - var state, t1, t2, t3; + var t1, t2, t3; type$.legacy_SaveCompanyDocumentRequest._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - if (state.get$isHosted()) { - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].userCompany.account.plan === "enterprise"; - t1 = t2; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.get$isHosted()) { + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t3 = t2._list[t3].userCompany.account.plan === "enterprise"; + t2 = t3; } else - t1 = true; - if (t1) { - t1 = J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")); - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - this.repository.uploadDocument$3(t1, t2._list[t3].userCompany.company, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure9(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure10(store, dynamicAction)); + t2 = true; + if (t2) { + t2 = J.get$credentials$z(store.__Store__state_A); + t3 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + this.repository.uploadDocument$3(t2, t3._list[t1].userCompany.company, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure9(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure10(store, dynamicAction)); } else { - store.get$_dispatchers()[0].call$1(new A.SaveCompanyDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -379844,15 +390683,20 @@ }; A._saveDocument__closure9.prototype = { call$1(company) { - this.store.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$1(0, null); }, - $signature: 686 + $signature: 790 }; A._saveDocument__closure10.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -379861,7 +390705,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure14(action, state)); }, - $signature: 1677 + $signature: 1712 }; A.settingsUIReducer__closure14.prototype = { call$1(b) { @@ -379934,13 +390778,13 @@ b.get$_company_state$_$this()._entityType = t1; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure13(action)); }, - $signature: 1679 + $signature: 1714 }; A.settingsUIReducer__closure13.prototype = { call$1(b) { @@ -379951,7 +390795,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -379964,7 +390808,7 @@ return state.rebuild$1(new A.settingsUIReducer__closure12(action)); } }, - $signature: 1680 + $signature: 1715 }; A.settingsUIReducer__closure10.prototype = { call$1(b) { @@ -379975,7 +390819,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -379986,7 +390830,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -379997,13 +390841,13 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure9(action)); }, - $signature: 1681 + $signature: 1716 }; A.settingsUIReducer__closure9.prototype = { call$1(b) { @@ -380014,13 +390858,13 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure8(state)); }, - $signature: 1682 + $signature: 1717 }; A.settingsUIReducer__closure8.prototype = { call$1(b) { @@ -380047,13 +390891,13 @@ b.get$_company_state$_$this()._updatedAt = t2; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure7(action)); }, - $signature: 1683 + $signature: 1718 }; A.settingsUIReducer__closure7.prototype = { call$1(b) { @@ -380069,13 +390913,13 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure6(action)); }, - $signature: 1684 + $signature: 1719 }; A.settingsUIReducer__closure6.prototype = { call$1(b) { @@ -380091,13 +390935,13 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure5(action)); }, - $signature: 1685 + $signature: 1720 }; A.settingsUIReducer__closure5.prototype = { call$1(b) { @@ -380113,13 +390957,13 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure4(action)); }, - $signature: 1686 + $signature: 1721 }; A.settingsUIReducer__closure4.prototype = { call$1(b) { @@ -380133,13 +390977,13 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure3(action, state)); }, - $signature: 1687 + $signature: 1722 }; A.settingsUIReducer__closure3.prototype = { call$1(b) { @@ -380149,13 +390993,13 @@ b.get$_company_state$_$this()._company_state$_filterClearedAt = t1; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure2(state)); }, - $signature: 1688 + $signature: 1723 }; A.settingsUIReducer__closure2.prototype = { call$1(b) { @@ -380171,13 +391015,13 @@ b.get$_company_state$_$this()._tabIndex = 0; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure1(action)); }, - $signature: 1689 + $signature: 1724 }; A.settingsUIReducer__closure1.prototype = { call$1(b) { @@ -380185,13 +391029,13 @@ b.get$_company_state$_$this()._tabIndex = t1; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure0(action)); }, - $signature: 1690 + $signature: 1725 }; A.settingsUIReducer__closure0.prototype = { call$1(b) { @@ -380199,13 +391043,13 @@ b.get$_company_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 92 + $signature: 95 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure()); }, - $signature: 1691 + $signature: 1726 }; A.settingsUIReducer__closure.prototype = { call$1(b) { @@ -380213,7 +391057,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 92 + $signature: 95 }; A.staticLoadedReducer_closure.prototype = { call$1(b) { @@ -380234,7 +391078,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: 1692 + $signature: 1727 }; A.staticLoadedReducer__closure.prototype = { call$1(item) { @@ -380246,7 +391090,7 @@ call$1(item) { return item; }, - $signature: 1693 + $signature: 1728 }; A.staticLoadedReducer__closure1.prototype = { call$1(item) { @@ -380258,7 +391102,7 @@ call$1(item) { return item; }, - $signature: 1694 + $signature: 1729 }; A.staticLoadedReducer__closure3.prototype = { call$1(item) { @@ -380270,7 +391114,7 @@ call$1(item) { return item; }, - $signature: 1695 + $signature: 1730 }; A.staticLoadedReducer__closure5.prototype = { call$1(item) { @@ -380282,7 +391126,7 @@ call$1(item) { return item; }, - $signature: 1696 + $signature: 1731 }; A.staticLoadedReducer__closure7.prototype = { call$1(item) { @@ -380294,7 +391138,7 @@ call$1(item) { return item; }, - $signature: 1697 + $signature: 1732 }; A.staticLoadedReducer__closure9.prototype = { call$1(item) { @@ -380306,7 +391150,7 @@ call$1(item) { return item; }, - $signature: 1698 + $signature: 1733 }; A.staticLoadedReducer__closure11.prototype = { call$1(item) { @@ -380318,7 +391162,7 @@ call$1(item) { return item; }, - $signature: 1699 + $signature: 1734 }; A.staticLoadedReducer__closure13.prototype = { call$1(item) { @@ -380330,7 +391174,7 @@ call$1(item) { return item; }, - $signature: 1700 + $signature: 1735 }; A.staticLoadedReducer__closure15.prototype = { call$1(item) { @@ -380342,31 +391186,31 @@ call$1(item) { return item; }, - $signature: 1701 + $signature: 1736 }; A.memoizedCountryList_closure.prototype = { call$1(countryMap) { return A.countryList(countryMap); }, - $signature: 1702 + $signature: 1737 }; A.countryList_closure.prototype = { call$2(idA, idB) { var t1 = this.countryMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedGroupList_closure.prototype = { call$1(groupMap) { return A.groupList(groupMap); }, - $signature: 1703 + $signature: 1738 }; A.groupList_closure.prototype = { call$1(groupId) { var t1 = this.groupMap._map$_map.$index(0, groupId); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -380375,91 +391219,91 @@ var t1 = this.groupMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedLanguageList_closure.prototype = { call$1(languageMap) { return A.languageList(languageMap); }, - $signature: 1704 + $signature: 1739 }; A.languageList_closure.prototype = { call$2(idA, idB) { var t1 = this.languageMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedCurrencyList_closure.prototype = { call$1(currencyMap) { return A.currencyList(currencyMap); }, - $signature: 1705 + $signature: 1740 }; A.currencyList_closure.prototype = { call$2(idA, idB) { var t1 = this.currencyMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedTimezoneList_closure.prototype = { call$1(timezoneMap) { return A.timezoneList(timezoneMap); }, - $signature: 1706 + $signature: 1741 }; A.timezoneList_closure.prototype = { call$2(idA, idB) { var t1 = this.timezoneMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedDateFormatList_closure.prototype = { call$1(dateFormatMap) { return A.dateFormatList(dateFormatMap); }, - $signature: 1707 + $signature: 1742 }; A.dateFormatList_closure.prototype = { call$2(idA, idB) { var t1 = this.dateFormatMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).get$preview(), t1.$index(0, idB).get$preview()); }, - $signature: 20 + $signature: 21 }; A.memoizedIndustryList_closure.prototype = { call$1(industryMap) { return A.industryList(industryMap); }, - $signature: 1708 + $signature: 1743 }; A.industryList_closure.prototype = { call$2(idA, idB) { var t1 = this.industryMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedSizeList_closure.prototype = { call$1(sizeMap) { return A.sizeList(sizeMap); }, - $signature: 1709 + $signature: 1744 }; A.sizeList_closure.prototype = { call$2(idA, idB) { var t1 = this.sizeMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).id, t1.$index(0, idB).id); }, - $signature: 20 + $signature: 21 }; A.memoizedGatewayList_closure.prototype = { call$1(gatewayMap) { return A.gatewayList(gatewayMap); }, - $signature: 1710 + $signature: 1745 }; A.gatewayList_closure.prototype = { call$1(gatewayId) { @@ -380472,26 +391316,26 @@ var t1 = this.gatewayMap._map$_map; return B.JSInt_methods.compareTo$1(t1.$index(0, idA).sortOrder, t1.$index(0, idB).sortOrder); }, - $signature: 20 + $signature: 21 }; A.memoizedPaymentTypeList_closure.prototype = { call$1(paymentTypeMap) { return A.paymentTypeList(paymentTypeMap); }, - $signature: 1711 + $signature: 1746 }; A.paymentTypeList_closure.prototype = { call$2(idA, idB) { var t1 = this.paymentTypeMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 20 + $signature: 21 }; A.memoizedFontMap_closure.prototype = { call$1(fontList) { return A.fontMap(fontList); }, - $signature: 1712 + $signature: 1747 }; A.fontMap_closure.prototype = { call$1(v) { @@ -380510,7 +391354,7 @@ t1 = ""; return new A._$FontEntity(t1, t2); }, - $signature: 1713 + $signature: 1748 }; A.StaticState.prototype = { get$isStale() { @@ -380668,7 +391512,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -380824,46 +391668,46 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, exception, _this = this, _$result = null; try { _$result0 = _this._static_state$_$v; if (_$result0 == null) { t1 = _this.get$_static_state$_$this()._static_state$_updatedAt; - t2 = _this.get$currencyMap().build$0(0); - t3 = _this.get$sizeMap().build$0(0); - t4 = _this.get$gatewayMap().build$0(0); - t5 = _this.get$industryMap().build$0(0); - t6 = _this.get$timezoneMap().build$0(0); - t7 = _this.get$dateFormatMap().build$0(0); - t8 = _this.get$languageMap().build$0(0); - t9 = _this.get$paymentTypeMap().build$0(0); - _$result0 = A._$StaticState$_(_this.get$countryMap().build$0(0), t2, t7, t4, t5, t8, t9, t3, _this.get$templateMap().build$0(0), t6, t1); + t2 = _this.get$currencyMap().build$0(); + t3 = _this.get$sizeMap().build$0(); + t4 = _this.get$gatewayMap().build$0(); + t5 = _this.get$industryMap().build$0(); + t6 = _this.get$timezoneMap().build$0(); + t7 = _this.get$dateFormatMap().build$0(); + t8 = _this.get$languageMap().build$0(); + t9 = _this.get$paymentTypeMap().build$0(); + _$result0 = A._$StaticState$_(_this.get$countryMap().build$0(), t2, t7, t4, t5, t8, t9, t3, _this.get$templateMap().build$0(), t6, t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "currencyMap"; - _this.get$currencyMap().build$0(0); + _this.get$currencyMap().build$0(); _$failedField = "sizeMap"; - _this.get$sizeMap().build$0(0); + _this.get$sizeMap().build$0(); _$failedField = "gatewayMap"; - _this.get$gatewayMap().build$0(0); + _this.get$gatewayMap().build$0(); _$failedField = "industryMap"; - _this.get$industryMap().build$0(0); + _this.get$industryMap().build$0(); _$failedField = "timezoneMap"; - _this.get$timezoneMap().build$0(0); + _this.get$timezoneMap().build$0(); _$failedField = "dateFormatMap"; - _this.get$dateFormatMap().build$0(0); + _this.get$dateFormatMap().build$0(); _$failedField = "languageMap"; - _this.get$languageMap().build$0(0); + _this.get$languageMap().build$0(); _$failedField = "paymentTypeMap"; - _this.get$paymentTypeMap().build$0(0); + _this.get$paymentTypeMap().build$0(); _$failedField = "countryMap"; - _this.get$countryMap().build$0(0); + _this.get$countryMap().build$0(); _$failedField = "templateMap"; - _this.get$templateMap().build$0(0); + _this.get$templateMap().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("StaticState", _$failedField, J.toString$0$(e)); @@ -380979,14 +391823,19 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 39 + $signature: 40 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { - var _s28_ = "/settings/subscriptions/edit"; + var t1, + _s28_ = "/settings/subscriptions/edit"; next.call$1(type$.legacy_EditSubscription._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s28_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s28_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s28_, type$.legacy_Object); }, "call*": "call$3", @@ -381001,7 +391850,8 @@ $requiredArgCount: 3, $call$body$_viewSubscription_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -381010,8 +391860,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewSubscription._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/subscriptions/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/subscriptions/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/subscriptions/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -381019,16 +391873,24 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewSubscriptionList_closure.prototype = { call$3(store, dynamicAction, next) { - var _s23_ = "/settings/subscriptions"; + var t1, + _s23_ = "/settings/subscriptions"; next.call$1(type$.legacy_ViewSubscriptionList._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s23_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s23_, new A._viewSubscriptionList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -381039,7 +391901,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -381048,7 +391910,9 @@ t1 = dynamicAction.subscriptionIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,SubscriptionEntity*>"); prevSubscriptions = A.List_List$of(new A.MappedListIterable(t1, new A._archiveSubscription__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveSubscription__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveSubscription__closure1(store, prevSubscriptions, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveSubscription__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveSubscription__closure1(store, prevSubscriptions, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -381057,24 +391921,31 @@ }; A._archiveSubscription__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 397 + $signature: 422 }; A._archiveSubscription__closure0.prototype = { call$1(subscriptions) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 396 + $signature: 423 }; A._archiveSubscription__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveSubscriptionsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveSubscriptionsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -381086,7 +391957,9 @@ t1 = dynamicAction.subscriptionIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,SubscriptionEntity*>"); prevSubscriptions = A.List_List$of(new A.MappedListIterable(t1, new A._deleteSubscription__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteSubscription__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteSubscription__closure1(store, prevSubscriptions, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteSubscription__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteSubscription__closure1(store, prevSubscriptions, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -381095,24 +391968,31 @@ }; A._deleteSubscription__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 397 + $signature: 422 }; A._deleteSubscription__closure0.prototype = { call$1(subscriptions) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 396 + $signature: 423 }; A._deleteSubscription__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteSubscriptionsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteSubscriptionsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -381124,7 +392004,9 @@ t1 = dynamicAction.subscriptionIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,SubscriptionEntity*>"); prevSubscriptions = A.List_List$of(new A.MappedListIterable(t1, new A._restoreSubscription__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreSubscription__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreSubscription__closure1(store, prevSubscriptions, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreSubscription__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreSubscription__closure1(store, prevSubscriptions, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -381133,32 +392015,42 @@ }; A._restoreSubscription__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 397 + $signature: 422 }; A._restoreSubscription__closure0.prototype = { call$1(subscriptions) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 396 + $signature: 423 }; A._restoreSubscription__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreSubscriptionsFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreSubscriptionsFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveSubscriptionRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.subscription).then$1$1(0, new A._saveSubscription__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveSubscription__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.subscription).then$1$1(0, new A._saveSubscription__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveSubscription__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -381168,30 +392060,40 @@ A._saveSubscription__closure.prototype = { call$1(subscription) { var t1 = this.action, - t2 = this.store; - if (t1.subscription.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddSubscriptionSuccess(subscription)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveSubscriptionSuccess(subscription)); + t2 = t1.subscription.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddSubscriptionSuccess(subscription)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveSubscriptionSuccess(subscription)); + } t1.completer.complete$1(0, subscription); }, - $signature: 318 + $signature: 362 }; A._saveSubscription__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveSubscriptionFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveSubscriptionFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadSubscription_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadSubscription._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.subscriptionId).then$1$1(0, new A._loadSubscription__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadSubscription__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadSubscriptionRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.subscriptionId).then$1$1(0, new A._loadSubscription__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadSubscription__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -381200,26 +392102,34 @@ }; A._loadSubscription__closure.prototype = { call$1(subscription) { - this.store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionSuccess(subscription)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 318 + $signature: 362 }; A._loadSubscription__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadSubscriptionFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadSubscriptions_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadSubscriptions._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionsRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadSubscriptions__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadSubscriptions__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadSubscriptionsRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadSubscriptions__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadSubscriptions__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -381228,19 +392138,22 @@ }; A._loadSubscriptions__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadSubscriptionsSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1717 + $signature: 1752 }; A._loadSubscriptions__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadSubscriptionsFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -381267,97 +392180,97 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1718 + $signature: 1753 }; A.forceSelectedReducer_closure143.prototype = { call$2(completer, action) { return true; }, - $signature: 1719 + $signature: 1754 }; A.forceSelectedReducer_closure144.prototype = { call$2(completer, action) { return false; }, - $signature: 1720 + $signature: 1755 }; A.forceSelectedReducer_closure145.prototype = { call$2(completer, action) { return false; }, - $signature: 1721 + $signature: 1756 }; A.forceSelectedReducer_closure146.prototype = { call$2(completer, action) { return false; }, - $signature: 1722 + $signature: 1757 }; A.forceSelectedReducer_closure147.prototype = { call$2(completer, action) { return false; }, - $signature: 1723 + $signature: 1758 }; A.forceSelectedReducer_closure148.prototype = { call$2(completer, action) { return false; }, - $signature: 1724 + $signature: 1759 }; A.forceSelectedReducer_closure149.prototype = { call$2(completer, action) { return false; }, - $signature: 1725 + $signature: 1760 }; A.forceSelectedReducer_closure150.prototype = { call$2(completer, action) { return false; }, - $signature: 1726 + $signature: 1761 }; A.tabIndexReducer_closure15.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1727 + $signature: 1762 }; A.tabIndexReducer_closure16.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.selectedIdReducer_closure286.prototype = { call$2(completer, action) { return ""; }, - $signature: 1728 + $signature: 1763 }; A.selectedIdReducer_closure287.prototype = { call$2(completer, action) { return ""; }, - $signature: 1729 + $signature: 1764 }; A.selectedIdReducer_closure288.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_subscription ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure289.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$subscription()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { @@ -381369,49 +392282,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1730 + $signature: 1765 }; A.selectedIdReducer_closure294.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1731 + $signature: 1766 }; A.selectedIdReducer_closure295.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1732 + $signature: 1767 }; A.selectedIdReducer_closure296.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1733 + $signature: 1768 }; A.selectedIdReducer_closure297.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1734 + $signature: 1769 }; A.selectedIdReducer_closure298.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1735 + $signature: 1770 }; A.selectedIdReducer_closure299.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1736 + $signature: 1771 }; A.selectedIdReducer_closure300.prototype = { call$2(selectedId, action) { @@ -381424,38 +392337,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure95.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1737 + $signature: 1772 }; A.editingReducer_closure96.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1738 + $signature: 1773 }; A.editingReducer_closure97.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1739 + $signature: 1774 }; A.editingReducer_closure98.prototype = { call$2(subscription, action) { return action.subscription.rebuild$1(new A.editingReducer__closure36()); }, - $signature: 1740 + $signature: 1775 }; A.editingReducer__closure36.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_isChanged = true; return b; }, - $signature: 80 + $signature: 83 }; A._filterSubscriptionsByCustom1_closure.prototype = { call$1(b) { @@ -381591,7 +392504,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 372 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -381613,7 +392526,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 372 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -381635,7 +392548,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 372 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -381648,7 +392561,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 321 + $signature: 294 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -381657,7 +392570,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 321 + $signature: 294 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -381666,13 +392579,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 321 + $signature: 294 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return A.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 1744 + $signature: 1779 }; A.filteredSubscriptionsSelector_closure.prototype = { call$1(subscriptionId) { @@ -381698,7 +392611,7 @@ t2 = this.subscriptionListState; return t1.$index(0, subscriptionAId).compareTo$3(0, t1.$index(0, subscriptionBId), t2.sortField, t2.sortAscending); }, - $signature: 20 + $signature: 21 }; A.SubscriptionState.prototype = { loadSubscriptions$1(clients) { @@ -381718,7 +392631,7 @@ call$1(item) { return item; }, - $signature: 1745 + $signature: 1780 }; A.SubscriptionState_loadSubscriptions_closure.prototype = { call$1(b) { @@ -381733,7 +392646,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 321 + $signature: 294 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -381776,7 +392689,7 @@ t6 = t5._subscription_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._subscription_state$_list = t6; t5 = t6; } else @@ -381784,16 +392697,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -381871,7 +392784,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -381891,7 +392804,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._subscription_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -381943,22 +392856,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._subscription_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$SubscriptionState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$SubscriptionState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("SubscriptionState", _$failedField, J.toString$0$(e)); @@ -382074,7 +392987,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s19_ = "SubscriptionUIState", _$result = null; @@ -382082,8 +392995,8 @@ _$result0 = _this._subscription_state$_$v; if (_$result0 == null) { t1 = _this._subscription_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_subscription_state$_$this()._subscription_state$_selectedId; t4 = _this.get$_subscription_state$_$this()._subscription_state$_forceSelected; t5 = _this.get$_subscription_state$_$this()._subscription_state$_tabIndex; @@ -382099,9 +393012,9 @@ _$failedField = "editing"; t1 = _this._subscription_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s19_, _$failedField, J.toString$0$(e)); @@ -382227,7 +393140,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 39 + $signature: 40 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -382241,7 +393154,7 @@ t1.lastClientId = clientId; } }, - $signature: 140 + $signature: 138 }; A.handleTaskAction_closure1.prototype = { call$2(taskA, taskB) { @@ -382259,7 +393172,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: 779 + $signature: 615 }; A.handleTaskAction_closure2.prototype = { call$1(entity) { @@ -382274,7 +393187,7 @@ t1 = false; return t1; }, - $signature: 173 + $signature: 171 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -382283,7 +393196,7 @@ if (t1.invoiceTaskProject) { t2 = _this.localization.get$project(); if (!B.JSArray_methods.contains$1(A._setArrayType([t1.getCustomFieldLabel$1("product1").toLowerCase(), t1.getCustomFieldLabel$1("product2").toLowerCase(), t1.getCustomFieldLabel$1("product3").toLowerCase(), t1.getCustomFieldLabel$1("product4").toLowerCase()], type$.JSArray_legacy_String), t2.toLowerCase())) { - t1 = type$.legacy_TaskEntity._as(task).projectId; + t1 = task.projectId; t2 = _this._box_0.lastTask; t1 = t1 !== (t2 == null ? null : t2.projectId); } else @@ -382293,7 +393206,7 @@ _this.items.push(A.convertTaskToInvoiceItem(_this.context, t1, task)); _this._box_0.lastTask = task; }, - $signature: 140 + $signature: 138 }; A.handleTaskAction_closure4.prototype = { call$1(b) { @@ -382318,10 +393231,15 @@ A.UpdateTaskTab.prototype = {$isPersistUI: 1}; A._editTask_closure.prototype = { call$3(store, dynamicAction, next) { - var _s10_ = "/task/edit"; + var t1, + _s10_ = "/task/edit"; next.call$1(type$.legacy_EditTask._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s10_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s10_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s10_, type$.legacy_Object); }, "call*": "call$3", @@ -382336,7 +393254,8 @@ $requiredArgCount: 3, $call$body$_viewTask_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -382345,8 +393264,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewTask._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/task/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/task/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -382354,19 +393277,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewTaskList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3; next.call$1(type$.legacy_ViewTaskList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/task")); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/task", new A._viewTaskList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -382377,7 +393306,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -382386,7 +393315,9 @@ t1 = dynamicAction.taskIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskEntity*>"); prevTasks = A.List_List$of(new A.MappedListIterable(t1, new A._archiveTask__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveTask__closure1(store, prevTasks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveTask__closure1(store, prevTasks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382395,24 +393326,31 @@ }; A._archiveTask__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 190 + $signature: 181 }; A._archiveTask__closure0.prototype = { call$1(tasks) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaskSuccess(tasks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 250 + $signature: 263 }; A._archiveTask__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaskFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTaskFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -382424,7 +393362,9 @@ t1 = dynamicAction.taskIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskEntity*>"); prevTasks = A.List_List$of(new A.MappedListIterable(t1, new A._startTask__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_start).then$1$1(0, new A._startTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._startTask__closure1(store, prevTasks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_start).then$1$1(0, new A._startTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._startTask__closure1(store, prevTasks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382433,24 +393373,31 @@ }; A._startTask__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 190 + $signature: 181 }; A._startTask__closure0.prototype = { call$1(tasks) { - this.store.get$_dispatchers()[0].call$1(new A.StartTasksSuccess(tasks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 250 + $signature: 263 }; A._startTask__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.StartTasksFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTasksFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -382462,7 +393409,9 @@ t1 = dynamicAction.taskIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskEntity*>"); prevTasks = A.List_List$of(new A.MappedListIterable(t1, new A._stopTask__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_stop).then$1$1(0, new A._stopTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._stopTask__closure1(store, prevTasks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_stop).then$1$1(0, new A._stopTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._stopTask__closure1(store, prevTasks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382471,24 +393420,31 @@ }; A._stopTask__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 190 + $signature: 181 }; A._stopTask__closure0.prototype = { call$1(tasks) { - this.store.get$_dispatchers()[0].call$1(new A.StopTasksSuccess(tasks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 250 + $signature: 263 }; A._stopTask__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.StopTasksFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopTasksFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -382500,7 +393456,9 @@ t1 = dynamicAction.taskIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskEntity*>"); prevTasks = A.List_List$of(new A.MappedListIterable(t1, new A._deleteTask__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteTask__closure1(store, prevTasks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteTask__closure1(store, prevTasks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382509,24 +393467,31 @@ }; A._deleteTask__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 190 + $signature: 181 }; A._deleteTask__closure0.prototype = { call$1(tasks) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskSuccess(tasks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 250 + $signature: 263 }; A._deleteTask__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaskFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -382538,7 +393503,9 @@ t1 = dynamicAction.taskIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskEntity*>"); prevTasks = A.List_List$of(new A.MappedListIterable(t1, new A._restoreTask__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreTask__closure1(store, prevTasks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreTask__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreTask__closure1(store, prevTasks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382547,32 +393514,42 @@ }; A._restoreTask__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 190 + $signature: 181 }; A._restoreTask__closure0.prototype = { call$1(tasks) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreTaskSuccess(tasks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 250 + $signature: 263 }; A._restoreTask__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreTaskFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTaskFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveTask_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveTaskRequest._as(dynamicAction); - this.repository.saveData$3$action(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.task, dynamicAction.action).then$1$1(0, new A._saveTask__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveTask__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$3$action(J.get$credentials$z(t1), dynamicAction.task, dynamicAction.action).then$1$1(0, new A._saveTask__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveTask__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382582,30 +393559,40 @@ A._saveTask__closure.prototype = { call$1(task) { var t1 = this.action, - t2 = this.store; - if (t1.task.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddTaskSuccess(task, t1.autoSelect)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveTaskSuccess(task)); + t2 = t1.task.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddTaskSuccess(task, t1.autoSelect)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveTaskSuccess(task)); + } t1.completer.complete$1(0, task); }, - $signature: 200 + $signature: 185 }; A._saveTask__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaskFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadTask_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTask._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTaskRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.taskId).then$1$1(0, new A._loadTask__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTask__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTaskRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.taskId).then$1$1(0, new A._loadTask__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTask__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382614,19 +393601,22 @@ }; A._loadTask__closure.prototype = { call$1(task) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadTaskSuccess(task)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaskSuccess(task)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 200 + $signature: 185 }; A._loadTask__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTaskFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaskFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -382635,11 +393625,14 @@ }; A._loadTasks_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTasks._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTasksRequest()); - this.repository.loadList$3(state.get$credentials(state), state.get$createdAtLimit(), state.get$filterDeletedClients()).then$1$1(0, new A._loadTasks__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTasks__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTasksRequest()); + this.repository.loadList$3(t1.get$credentials(t1), t1.get$createdAtLimit(), t1.get$filterDeletedClients()).then$1$1(0, new A._loadTasks__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTasks__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382648,17 +393641,21 @@ }; A._loadTasks__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadTasksSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTasksSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.LoadVendors()); + t1[0].call$1(new A.LoadVendors()); }, - $signature: 1748 + $signature: 1783 }; A._loadTasks__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTasksFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTasksFailure(error)); this.action.toString; }, $signature: 3 @@ -382667,7 +393664,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveTaskDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -382675,9 +393673,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.task, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure15(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure16(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.task, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure15(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure16(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveTaskDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaskDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -382688,23 +393688,31 @@ }; A._saveDocument__closure15.prototype = { call$1(task) { - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskSuccess(task)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 200 + $signature: 185 }; A._saveDocument__closure16.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaskDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._sortTasks_closure0.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SortTasksRequest._as(dynamicAction); - this.repository.sortTasks$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.statusIds, dynamicAction.taskIds).then$1$1(0, new A._sortTasks__closure(store, dynamicAction), type$.Null).catchError$1(new A._sortTasks__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.sortTasks$3(J.get$credentials$z(t1), dynamicAction.statusIds, dynamicAction.taskIds).then$1$1(0, new A._sortTasks__closure(store, dynamicAction), type$.Null).catchError$1(new A._sortTasks__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -382713,16 +393721,21 @@ }; A._sortTasks__closure.prototype = { call$1(_) { - var t1 = this.action; - this.store.get$_dispatchers()[0].call$1(new A.SortTasksSuccess(t1.statusIds, t1.taskIds)); + var t1 = this.action, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SortTasksSuccess(t1.statusIds, t1.taskIds)); t1.completer.complete$1(0, null); }, - $signature: 21 + $signature: 22 }; A._sortTasks__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SortTasksFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortTasksFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -382751,116 +393764,116 @@ b.get$_task_state$_$this()._kanbanLastUpdated = t3; return b; }, - $signature: 1749 + $signature: 1784 }; A.forceSelectedReducer_closure23.prototype = { call$2(completer, action) { return true; }, - $signature: 1750 + $signature: 1785 }; A.forceSelectedReducer_closure24.prototype = { call$2(completer, action) { return false; }, - $signature: 1751 + $signature: 1786 }; A.forceSelectedReducer_closure25.prototype = { call$2(completer, action) { return false; }, - $signature: 1752 + $signature: 1787 }; A.forceSelectedReducer_closure26.prototype = { call$2(completer, action) { return false; }, - $signature: 1753 + $signature: 1788 }; A.forceSelectedReducer_closure27.prototype = { call$2(completer, action) { return false; }, - $signature: 1754 + $signature: 1789 }; A.forceSelectedReducer_closure28.prototype = { call$2(completer, action) { return false; }, - $signature: 1755 + $signature: 1790 }; A.forceSelectedReducer_closure29.prototype = { call$2(completer, action) { return false; }, - $signature: 1756 + $signature: 1791 }; A.forceSelectedReducer_closure30.prototype = { call$2(completer, action) { return false; }, - $signature: 1757 + $signature: 1792 }; A.tabIndexReducer_closure5.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1758 + $signature: 1793 }; A.tabIndexReducer_closure6.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { return Date.now(); }, - $signature: 1759 + $signature: 1794 }; A.editingTimeReducer_closure.prototype = { call$2(index, action) { return action.taskTimeIndex; }, - $signature: 1760 + $signature: 1795 }; A.editingTimeReducer_closure0.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1761 + $signature: 1796 }; A.selectedIdReducer_closure49.prototype = { call$2(completer, action) { return ""; }, - $signature: 1762 + $signature: 1797 }; A.selectedIdReducer_closure50.prototype = { call$2(completer, action) { return ""; }, - $signature: 1763 + $signature: 1798 }; A.selectedIdReducer_closure51.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { return action.taskId; }, - $signature: 1764 + $signature: 1799 }; A.selectedIdReducer_closure53.prototype = { call$2(selectedId, action) { return selectedId.length !== 0 || action.autoSelect ? action.task.id : ""; }, - $signature: 1765 + $signature: 1800 }; A.selectedIdReducer_closure54.prototype = { call$2(selectedId, action) { @@ -382872,98 +393885,98 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1766 + $signature: 1801 }; A.selectedIdReducer_closure57.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1767 + $signature: 1802 }; A.selectedIdReducer_closure58.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1768 + $signature: 1803 }; A.selectedIdReducer_closure59.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1769 + $signature: 1804 }; A.selectedIdReducer_closure60.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1770 + $signature: 1805 }; A.selectedIdReducer_closure61.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1771 + $signature: 1806 }; A.selectedIdReducer_closure62.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1772 + $signature: 1807 }; A.selectedIdReducer_closure63.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1773 + $signature: 1808 }; A.editingReducer_closure18.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1774 + $signature: 1809 }; A.editingReducer_closure19.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1775 + $signature: 1810 }; A.editingReducer_closure20.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1776 + $signature: 1811 }; A.editingReducer_closure21.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1777 + $signature: 1812 }; A.editingReducer_closure22.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1778 + $signature: 1813 }; A.editingReducer_closure23.prototype = { call$2(task, action) { return action.task.rebuild$1(new A.editingReducer__closure8()); }, - $signature: 1779 + $signature: 1814 }; A.editingReducer__closure8.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_isChanged = true; return b; }, - $signature: 51 + $signature: 55 }; A._viewTaskList_closure.prototype = { call$1(b) { @@ -383130,14 +394143,14 @@ t11 = new A.TaskEntityBuilder(); t11._task_model$_$v = t10; new A._sortTasksSuccess__closure(t6, t1, t8).call$1(t11); - t10 = t11.build$0(0); + t10 = t11.build$0(); t9._checkKey$1(t8); t9._checkValue$1(t10); t9.get$_safeMap().$indexSet(0, t8, t10); } } }, - $signature: 224 + $signature: 233 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -383147,7 +394160,7 @@ b.get$_task_model$_$this()._statusOrder = t1; return b; }, - $signature: 51 + $signature: 55 }; A._archiveTaskSuccess_closure.prototype = { call$1(b) { @@ -383169,7 +394182,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 233 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -383191,7 +394204,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 233 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -383213,7 +394226,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 233 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -383235,7 +394248,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 233 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -383257,7 +394270,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 233 }; A._addTask_closure.prototype = { call$1(b) { @@ -383270,7 +394283,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 325 + $signature: 343 }; A._updateTask_closure.prototype = { call$1(b) { @@ -383279,7 +394292,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 325 + $signature: 343 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -383288,13 +394301,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 325 + $signature: 343 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 207 + $signature: 222 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -383321,7 +394334,7 @@ } } }, - $signature: 181 + $signature: 202 }; A.convertTaskToInvoiceItem_closure1.prototype = { call$1(b) { @@ -383348,13 +394361,13 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t2; return b; }, - $signature: 60 + $signature: 61 }; A.memoizedTaskList_closure.prototype = { call$5(taskMap, clientId, userMap, clientMap, projectMap) { return A.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 1782 + $signature: 1817 }; A.taskList_closure.prototype = { call$1(taskId) { @@ -383386,13 +394399,13 @@ t1 = t1.$index(0, idB).number; return B.JSString_methods.compareTo$1(t2, t1); }, - $signature: 20 + $signature: 21 }; A.memoizedKanbanTaskList_closure.prototype = { call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.kanbanTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 684 + $signature: 534 }; A.kanbanTasksSelector_closure.prototype = { call$1(taskId) { @@ -383422,13 +394435,13 @@ t2 = _this.taskListState; return t1.$index(0, taskAId).compareTo$8(0, t1.$index(0, taskBId), t2.sortField, t2.sortAscending, _this.userMap, _this.clientMap, _this.projectMap, _this.invoiceMap, _this.taskStatusMap); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredTaskList_closure.prototype = { call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.filteredTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 684 + $signature: 534 }; A.filteredTasksSelector_closure.prototype = { call$1(taskId) { @@ -383507,13 +394520,13 @@ t2 = _this.taskListState; return t1.$index(0, taskAId).compareTo$8(0, t1.$index(0, taskBId), t2.sortField, t2.sortAscending, _this.userMap, _this.clientMap, _this.projectMap, _this.invoiceMap, _this.taskStatusMap); }, - $signature: 20 + $signature: 21 }; A.memoizedTaskStatsForClient_closure.prototype = { call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 326 + $signature: 341 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -383523,13 +394536,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 135 + $signature: 140 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 326 + $signature: 341 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -383539,13 +394552,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 135 + $signature: 140 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 326 + $signature: 341 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -383573,7 +394586,7 @@ call$1(item) { return item; }, - $signature: 1785 + $signature: 1820 }; A.TaskState_loadTasks_closure.prototype = { call$1(b) { @@ -383588,7 +394601,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 325 + $signature: 343 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -383631,7 +394644,7 @@ t6 = t5._task_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._task_state$_list = t6; t5 = t6; } else @@ -383639,16 +394652,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -383735,7 +394748,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -383755,7 +394768,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._task_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -383807,22 +394820,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._task_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$TaskState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$TaskState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TaskState", _$failedField, J.toString$0$(e)); @@ -383948,7 +394961,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _s11_ = "TaskUIState", _$result = null; @@ -383956,10 +394969,10 @@ _$result0 = _this._task_state$_$v; if (_$result0 == null) { t1 = _this._task_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this.get$_task_state$_$this()._editingTimeIndex; t3 = _this.get$_task_state$_$this()._kanbanLastUpdated; - t4 = _this.get$listUIState().build$0(0); + t4 = _this.get$listUIState().build$0(); t5 = _this.get$_task_state$_$this()._task_state$_selectedId; t6 = _this.get$_task_state$_$this()._task_state$_forceSelected; t7 = _this.get$_task_state$_$this()._task_state$_tabIndex; @@ -383975,9 +394988,9 @@ _$failedField = "editing"; t1 = _this._task_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s11_, _$failedField, J.toString$0$(e)); @@ -384094,7 +395107,7 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 39 + $signature: 40 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { @@ -384102,14 +395115,19 @@ b.get$_task_model$_$this()._task_model$_statusId = t1; return b; }, - $signature: 51 + $signature: 55 }; A._editTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { - var _s26_ = "/settings/task_status/edit"; + var t1, + _s26_ = "/settings/task_status/edit"; next.call$1(type$.legacy_EditTaskStatus._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s26_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s26_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s26_, type$.legacy_Object); }, "call*": "call$3", @@ -384124,7 +395142,8 @@ $requiredArgCount: 3, $call$body$_viewTaskStatus_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -384133,8 +395152,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewTaskStatus._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/task_status/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/task_status/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/task_status/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -384142,16 +395165,24 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewTaskStatusList_closure0.prototype = { call$3(store, dynamicAction, next) { - var _s21_ = "/settings/task_status"; + var t1, + _s21_ = "/settings/task_status"; next.call$1(type$.legacy_ViewTaskStatusList._as(dynamicAction)); - if (A._lateReadCheck(store.__Store__state, "_state").staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s21_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s21_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s21_, new A._viewTaskStatusList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -384162,7 +395193,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -384171,7 +395202,9 @@ t1 = dynamicAction.taskStatusIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskStatusEntity*>"); prevTaskStatuses = A.List_List$of(new A.MappedListIterable(t1, new A._archiveTaskStatus__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveTaskStatus__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveTaskStatus__closure1(store, prevTaskStatuses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveTaskStatus__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveTaskStatus__closure1(store, prevTaskStatuses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -384180,24 +395213,31 @@ }; A._archiveTaskStatus__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 394 + $signature: 427 }; A._archiveTaskStatus__closure0.prototype = { call$1(taskStatuses) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 393 + $signature: 428 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaskStatusesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTaskStatusesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -384209,7 +395249,9 @@ t1 = dynamicAction.taskStatusIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskStatusEntity*>"); prevTaskStatuses = A.List_List$of(new A.MappedListIterable(t1, new A._deleteTaskStatus__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteTaskStatus__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteTaskStatus__closure1(store, prevTaskStatuses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteTaskStatus__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteTaskStatus__closure1(store, prevTaskStatuses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -384218,24 +395260,31 @@ }; A._deleteTaskStatus__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 394 + $signature: 427 }; A._deleteTaskStatus__closure0.prototype = { call$1(taskStatuses) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 393 + $signature: 428 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskStatusesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaskStatusesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -384247,7 +395296,9 @@ t1 = dynamicAction.taskStatusIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaskStatusEntity*>"); prevTaskStatuses = A.List_List$of(new A.MappedListIterable(t1, new A._restoreTaskStatus__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreTaskStatus__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreTaskStatus__closure1(store, prevTaskStatuses, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreTaskStatus__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreTaskStatus__closure1(store, prevTaskStatuses, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -384256,32 +395307,42 @@ }; A._restoreTaskStatus__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 394 + $signature: 427 }; A._restoreTaskStatus__closure0.prototype = { call$1(taskStatuses) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 393 + $signature: 428 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreTaskStatusesFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTaskStatusesFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveTaskStatusRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.taskStatus).then$1$1(0, new A._saveTaskStatus__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveTaskStatus__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.taskStatus).then$1$1(0, new A._saveTaskStatus__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveTaskStatus__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -384291,30 +395352,40 @@ A._saveTaskStatus__closure.prototype = { call$1(taskStatus) { var t1 = this.action, - t2 = this.store; - if (t1.taskStatus.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddTaskStatusSuccess(taskStatus)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveTaskStatusSuccess(taskStatus)); + t2 = t1.taskStatus.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddTaskStatusSuccess(taskStatus)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveTaskStatusSuccess(taskStatus)); + } t1.completer.complete$1(0, taskStatus); }, - $signature: 245 + $signature: 259 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskStatusFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaskStatusFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTaskStatus._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.taskStatusId).then$1$1(0, new A._loadTaskStatus__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaskStatus__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTaskStatusRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.taskStatusId).then$1$1(0, new A._loadTaskStatus__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaskStatus__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -384323,26 +395394,34 @@ }; A._loadTaskStatus__closure.prototype = { call$1(taskStatus) { - this.store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 245 + $signature: 259 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaskStatusFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadTaskStatuses_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTaskStatuses._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusesRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadTaskStatuses__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaskStatuses__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTaskStatusesRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadTaskStatuses__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaskStatuses__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -384351,19 +395430,22 @@ }; A._loadTaskStatuses__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusesSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaskStatusesSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1789 + $signature: 1824 }; A._loadTaskStatuses__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaskStatusesFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -384388,85 +395470,85 @@ b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 1790 + $signature: 1825 }; A.forceSelectedReducer_closure135.prototype = { call$2(completer, action) { return true; }, - $signature: 1791 + $signature: 1826 }; A.forceSelectedReducer_closure136.prototype = { call$2(completer, action) { return false; }, - $signature: 1792 + $signature: 1827 }; A.forceSelectedReducer_closure137.prototype = { call$2(completer, action) { return false; }, - $signature: 1793 + $signature: 1828 }; A.forceSelectedReducer_closure138.prototype = { call$2(completer, action) { return false; }, - $signature: 1794 + $signature: 1829 }; A.forceSelectedReducer_closure139.prototype = { call$2(completer, action) { return false; }, - $signature: 1795 + $signature: 1830 }; A.forceSelectedReducer_closure140.prototype = { call$2(completer, action) { return false; }, - $signature: 1796 + $signature: 1831 }; A.forceSelectedReducer_closure141.prototype = { call$2(completer, action) { return false; }, - $signature: 1797 + $signature: 1832 }; A.forceSelectedReducer_closure142.prototype = { call$2(completer, action) { return false; }, - $signature: 1798 + $signature: 1833 }; A.selectedIdReducer_closure271.prototype = { call$2(completer, action) { return ""; }, - $signature: 1799 + $signature: 1834 }; A.selectedIdReducer_closure272.prototype = { call$2(completer, action) { return ""; }, - $signature: 1800 + $signature: 1835 }; A.selectedIdReducer_closure273.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure274.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { @@ -384478,49 +395560,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1801 + $signature: 1836 }; A.selectedIdReducer_closure279.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1802 + $signature: 1837 }; A.selectedIdReducer_closure280.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1803 + $signature: 1838 }; A.selectedIdReducer_closure281.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1804 + $signature: 1839 }; A.selectedIdReducer_closure282.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 3610 + $signature: 1840 }; A.selectedIdReducer_closure283.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1806 + $signature: 1841 }; A.selectedIdReducer_closure284.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1807 + $signature: 1842 }; A.selectedIdReducer_closure285.prototype = { call$2(selectedId, action) { @@ -384533,38 +395615,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure91.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1808 + $signature: 1843 }; A.editingReducer_closure92.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1809 + $signature: 1844 }; A.editingReducer_closure93.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1810 + $signature: 1845 }; A.editingReducer_closure94.prototype = { call$2(taskStatus, action) { return action.taskStatus.rebuild$1(new A.editingReducer__closure35()); }, - $signature: 1811 + $signature: 1846 }; A.editingReducer__closure35.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 156 + $signature: 152 }; A._viewTaskStatusList_closure.prototype = { call$1(b) { @@ -384711,13 +395793,13 @@ t8.get$_task_status_model$_$this()._task_status_model$_color = ""; t8._task_status_model$_$v = t7; new A._sortTaskStatusSuccess__closure(t1, t5).call$1(t8); - t7 = t8.build$0(0); + t7 = t8.build$0(); t6._checkKey$1(t5); t6._checkValue$1(t7); t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 331 + $signature: 327 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -384725,7 +395807,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 156 + $signature: 152 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -384747,7 +395829,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 331 + $signature: 327 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -384769,7 +395851,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 331 + $signature: 327 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -384791,7 +395873,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 331 + $signature: 327 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -384804,7 +395886,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 332 + $signature: 320 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -384813,7 +395895,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 332 + $signature: 320 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -384822,20 +395904,20 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 332 + $signature: 320 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { return A.sortedActiveTaskStatusIds(taskStatusList, taskStatusMap); }, - $signature: 1815 + $signature: 1850 }; A.sortedActiveTaskStatusIds_closure.prototype = { call$1(statusId) { var t1 = this.taskStatusMap._map$_map; if (t1.containsKey$1(0, statusId)) { t1 = t1.$index(0, statusId); - t1 = !t1.get$isArchived() && !J.get$isDeleted$x(t1); + t1 = !t1.get$isArchived() && !t1.get$isDeleted(); } else t1 = false; return t1; @@ -384858,13 +395940,13 @@ return B.JSInt_methods.compareTo$1(t1, t2 == null ? 99999 : t2); } }, - $signature: 20 + $signature: 21 }; A.memoizedDropdownTaskStatusList_closure.prototype = { call$4(taskStatusMap, taskStatusList, staticState, userMap) { return A.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 1816 + $signature: 1851 }; A.dropdownTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -384878,13 +395960,13 @@ var t1 = this.taskStatusMap._map$_map; return t1.$index(0, taskStatusAId).compareTo$3$sortAscending$sortField$taskStatus(0, true, "order", t1.$index(0, taskStatusBId)); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredTaskStatusList_closure.prototype = { call$4(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return A.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 1817 + $signature: 1852 }; A.filteredTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -384910,13 +395992,13 @@ t4 = t3.sortField; return J.compareTo$3$sortAscending$sortField$taskStatus$ns(t2, t3.sortAscending, t4, t1); }, - $signature: 20 + $signature: 21 }; A.memoizedCalculateTaskStatusAmount_closure.prototype = { call$2(taskStatusId, taskMap) { return A.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 1818 + $signature: 1853 }; A.calculateTaskStatusAmount_closure.prototype = { call$2(taskId, task) { @@ -384926,13 +396008,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 135 + $signature: 140 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 326 + $signature: 341 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -384942,7 +396024,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 135 + $signature: 140 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -384963,7 +396045,7 @@ t2 = statusB.statusOrder; return B.JSInt_methods.compareTo$1(t1, t2 == null ? 9999 : t2); }, - $signature: 20 + $signature: 21 }; A.TaskStatusState.prototype = { $get$1(_, statusId) { @@ -384990,7 +396072,7 @@ call$1(item) { return item; }, - $signature: 1819 + $signature: 1854 }; A.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1(b) { @@ -385005,7 +396087,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 332 + $signature: 320 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -385048,7 +396130,7 @@ t6 = t5._task_status_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._task_status_state$_list = t6; t5 = t6; } else @@ -385056,16 +396138,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -385149,7 +396231,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -385157,7 +396239,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_kyy; + return B.List_kyy0; }, get$wireName() { return "TaskStatusUIState"; @@ -385169,7 +396251,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._task_status_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -385221,22 +396303,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._task_status_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$TaskStatusState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$TaskStatusState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TaskStatusState", _$failedField, J.toString$0$(e)); @@ -385360,7 +396442,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s17_ = "TaskStatusUIState", _$result = null; @@ -385368,8 +396450,8 @@ _$result0 = _this._task_status_state$_$v; if (_$result0 == null) { t1 = _this._task_status_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_task_status_state$_$this()._task_status_state$_selectedId; t4 = _this.get$_task_status_state$_$this()._task_status_state$_forceSelected; t5 = _this.get$_task_status_state$_$this()._task_status_state$_tabIndex; @@ -385385,9 +396467,9 @@ _$failedField = "editing"; t1 = _this._task_status_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s17_, _$failedField, J.toString$0$(e)); @@ -385476,7 +396558,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 39 + $signature: 40 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -385484,10 +396566,15 @@ A.ClearTaxRateMultiselect.prototype = {}; A._editTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { - var _s33_ = "/settings/tax_settings_rates/edit"; + var t1, + _s33_ = "/settings/tax_settings_rates/edit"; next.call$1(type$.legacy_EditTaxRate._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s33_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s33_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s33_, type$.legacy_Object); }, "call*": "call$3", @@ -385502,7 +396589,8 @@ $requiredArgCount: 3, $call$body$_viewTaxRate_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -385511,8 +396599,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewTaxRate._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/tax_settings_rates/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/tax_settings_rates/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/tax_settings_rates/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -385520,20 +396612,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewTaxRateList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s28_ = "/settings/tax_settings_rates"; next.call$1(type$.legacy_ViewTaxRateList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s28_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s28_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s28_, new A._viewTaxRateList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -385544,7 +396642,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -385553,7 +396651,9 @@ t1 = dynamicAction.taxRateIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaxRateEntity*>"); prevTaxRates = A.List_List$of(new A.MappedListIterable(t1, new A._archiveTaxRate__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveTaxRate__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveTaxRate__closure1(store, prevTaxRates, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveTaxRate__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveTaxRate__closure1(store, prevTaxRates, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -385562,24 +396662,31 @@ }; A._archiveTaxRate__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 242 + $signature: 262 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 391 + $signature: 429 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaxRateFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTaxRateFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -385591,7 +396698,9 @@ t1 = dynamicAction.taxRateIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaxRateEntity*>"); prevTaxRates = A.List_List$of(new A.MappedListIterable(t1, new A._deleteTaxRate__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteTaxRate__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteTaxRate__closure1(store, prevTaxRates, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteTaxRate__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteTaxRate__closure1(store, prevTaxRates, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -385600,24 +396709,31 @@ }; A._deleteTaxRate__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 242 + $signature: 262 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 391 + $signature: 429 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaxRateFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaxRateFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -385629,7 +396745,9 @@ t1 = dynamicAction.taxRateIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TaxRateEntity*>"); prevTaxRates = A.List_List$of(new A.MappedListIterable(t1, new A._restoreTaxRate__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreTaxRate__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreTaxRate__closure1(store, prevTaxRates, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreTaxRate__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreTaxRate__closure1(store, prevTaxRates, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -385638,32 +396756,42 @@ }; A._restoreTaxRate__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 242 + $signature: 262 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 391 + $signature: 429 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreTaxRateFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTaxRateFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveTaxRateRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.taxRate).then$1$1(0, new A._saveTaxRate__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveTaxRate__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.taxRate).then$1$1(0, new A._saveTaxRate__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveTaxRate__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -385673,30 +396801,40 @@ A._saveTaxRate__closure.prototype = { call$1(taxRate) { var t1 = this.action, - t2 = this.store; - if (t1.taxRate.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddTaxRateSuccess(taxRate)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveTaxRateSuccess(taxRate)); + t2 = t1.taxRate.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddTaxRateSuccess(taxRate)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveTaxRateSuccess(taxRate)); + } t1.completer.complete$1(0, taxRate); }, - $signature: 138 + $signature: 150 }; A._saveTaxRate__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveTaxRateFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaxRateFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTaxRate._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTaxRateRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.taxRateId).then$1$1(0, new A._loadTaxRate__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaxRate__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTaxRateRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.taxRateId).then$1$1(0, new A._loadTaxRate__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaxRate__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -385705,26 +396843,34 @@ }; A._loadTaxRate__closure.prototype = { call$1(taxRate) { - this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRateSuccess(taxRate)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 138 + $signature: 150 }; A._loadTaxRate__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRateFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaxRateFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadTaxRates_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTaxRates._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTaxRatesRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadTaxRates__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaxRates__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTaxRatesRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadTaxRates__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTaxRates__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -385733,19 +396879,22 @@ }; A._loadTaxRates__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRatesSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaxRatesSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1823 + $signature: 1858 }; A._loadTaxRates__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRatesFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTaxRatesFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -385770,61 +396919,61 @@ b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 1824 + $signature: 1859 }; A.forceSelectedReducer_closure67.prototype = { call$2(completer, action) { return true; }, - $signature: 1825 + $signature: 1860 }; A.forceSelectedReducer_closure68.prototype = { call$2(completer, action) { return false; }, - $signature: 1826 + $signature: 1861 }; A.forceSelectedReducer_closure69.prototype = { call$2(completer, action) { return false; }, - $signature: 1827 + $signature: 1862 }; A.forceSelectedReducer_closure70.prototype = { call$2(completer, action) { return false; }, - $signature: 1828 + $signature: 1863 }; A.selectedIdReducer_closure134.prototype = { call$2(completer, action) { return ""; }, - $signature: 1829 + $signature: 1864 }; A.selectedIdReducer_closure135.prototype = { call$2(completer, action) { return ""; }, - $signature: 1830 + $signature: 1865 }; A.selectedIdReducer_closure136.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure137.prototype = { call$2(selectedId, action) { return action.taxRateId; }, - $signature: 1831 + $signature: 1866 }; A.selectedIdReducer_closure138.prototype = { call$2(selectedId, action) { return action.taxRate.id; }, - $signature: 1832 + $signature: 1867 }; A.selectedIdReducer_closure139.prototype = { call$2(selectedId, action) { @@ -385836,56 +396985,56 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1833 + $signature: 1868 }; A.selectedIdReducer_closure142.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1834 + $signature: 1869 }; A.selectedIdReducer_closure143.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1835 + $signature: 1870 }; A.editingReducer_closure41.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 1836 + $signature: 1871 }; A.editingReducer_closure42.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 1837 + $signature: 1872 }; A.editingReducer_closure43.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 1838 + $signature: 1873 }; A.editingReducer_closure44.prototype = { call$2(taxRate, action) { return action.taxRate.rebuild$1(new A.editingReducer__closure14()); }, - $signature: 1839 + $signature: 1874 }; A.editingReducer__closure14.prototype = { call$1(b) { b.get$_tax_rate_model$_$this()._tax_rate_model$_isChanged = true; return b; }, - $signature: 682 + $signature: 545 }; A._viewTaxRateList_closure.prototype = { call$1(b) { @@ -385994,7 +397143,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 431 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -386016,7 +397165,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 431 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -386038,7 +397187,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 431 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -386051,7 +397200,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 203 + $signature: 183 }; A._updateTaxRate_closure.prototype = { call$1(b) { @@ -386060,7 +397209,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 203 + $signature: 183 }; A._setLoadedTaxRate_closure.prototype = { call$1(b) { @@ -386069,14 +397218,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 203 + $signature: 183 }; 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: 203 + $signature: 183 }; A._setLoadedTaxRates__closure.prototype = { call$1(item) { @@ -386088,7 +397237,7 @@ call$1(item) { return item; }, - $signature: 680 + $signature: 548 }; A._setLoadedTaxRates_closure0.prototype = { call$1(b) { @@ -386097,14 +397246,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 203 + $signature: 183 }; 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: 203 + $signature: 183 }; A._setLoadedCompany__closure3.prototype = { call$1(item) { @@ -386116,7 +397265,7 @@ call$1(item) { return item; }, - $signature: 680 + $signature: 548 }; A._setLoadedCompany_closure4.prototype = { call$1(b) { @@ -386125,13 +397274,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 203 + $signature: 183 }; A.memoizedFilteredTaxRateList_closure.prototype = { call$4(selectionState, taxRateMap, taxRateList, taxRateListState) { return A.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 1844 + $signature: 1879 }; A.filteredTaxRatesSelector_closure.prototype = { call$1(taxRateId) { @@ -386177,7 +397326,7 @@ } return response; }, - $signature: 20 + $signature: 21 }; A.TaxRateState.prototype = { map$1($receiver, arg0) { @@ -386225,7 +397374,7 @@ t6 = t5._tax_rate_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._tax_rate_state$_list = t6; t5 = t6; } else @@ -386233,16 +397382,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -386320,7 +397469,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -386328,7 +397477,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_wEo1; + return B.List_wEo3; }, get$wireName() { return "TaxRateUIState"; @@ -386340,7 +397489,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._tax_rate_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -386392,22 +397541,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._tax_rate_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$TaxRateState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$TaxRateState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TaxRateState", _$failedField, J.toString$0$(e)); @@ -386523,7 +397672,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s14_ = "TaxRateUIState", _$result = null; @@ -386531,8 +397680,8 @@ _$result0 = _this._tax_rate_state$_$v; if (_$result0 == null) { t1 = _this._tax_rate_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_tax_rate_state$_$this()._tax_rate_state$_selectedId; t4 = _this.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected; t5 = _this.get$_tax_rate_state$_$this()._tax_rate_state$_tabIndex; @@ -386548,9 +397697,9 @@ _$failedField = "editing"; t1 = _this._tax_rate_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -386663,7 +397812,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 39 + $signature: 40 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -386671,10 +397820,15 @@ A.ClearTokenMultiselect.prototype = {}; A._editToken_closure.prototype = { call$3(store, dynamicAction, next) { - var _s20_ = "/settings/token/edit"; + var t1, + _s20_ = "/settings/token/edit"; next.call$1(type$.legacy_EditToken._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s20_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s20_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s20_, type$.legacy_Object); }, "call*": "call$3", @@ -386689,7 +397843,8 @@ $requiredArgCount: 3, $call$body$_viewToken_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -386698,8 +397853,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewToken._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/token/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/token/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/token/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -386707,20 +397866,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewTokenList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s16_ = "/settings/tokens"; next.call$1(type$.legacy_ViewTokenList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s16_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s16_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s16_, new A._viewTokenList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -386731,7 +397896,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -386740,7 +397905,9 @@ t1 = dynamicAction.tokenIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TokenEntity*>"); prevTokens = A.List_List$of(new A.MappedListIterable(t1, new A._archiveToken__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveToken__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveToken__closure1(store, prevTokens, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveToken__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveToken__closure1(store, prevTokens, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -386749,24 +397916,31 @@ }; A._archiveToken__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 388 + $signature: 433 }; A._archiveToken__closure0.prototype = { call$1(tokens) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTokensSuccess(tokens)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 387 + $signature: 434 }; A._archiveToken__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveTokensFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveTokensFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -386778,7 +397952,9 @@ t1 = dynamicAction.tokenIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TokenEntity*>"); prevTokens = A.List_List$of(new A.MappedListIterable(t1, new A._deleteToken__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteToken__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteToken__closure1(store, prevTokens, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteToken__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteToken__closure1(store, prevTokens, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -386787,24 +397963,31 @@ }; A._deleteToken__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 388 + $signature: 433 }; A._deleteToken__closure0.prototype = { call$1(tokens) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteTokensSuccess(tokens)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 387 + $signature: 434 }; A._deleteToken__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteTokensFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTokensFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -386816,7 +397999,9 @@ t1 = dynamicAction.tokenIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TokenEntity*>"); prevTokens = A.List_List$of(new A.MappedListIterable(t1, new A._restoreToken__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreToken__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreToken__closure1(store, prevTokens, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreToken__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreToken__closure1(store, prevTokens, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -386825,32 +398010,42 @@ }; A._restoreToken__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 388 + $signature: 433 }; A._restoreToken__closure0.prototype = { call$1(tokens) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreTokensSuccess(tokens)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 387 + $signature: 434 }; A._restoreToken__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreTokensFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreTokensFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveToken_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveTokenRequest._as(dynamicAction); - this.repository.saveData$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.token, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._saveToken__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveToken__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$4(J.get$credentials$z(t1), dynamicAction.token, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._saveToken__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveToken__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -386860,34 +398055,42 @@ A._saveToken__closure.prototype = { call$1(token) { var t1 = this.action, - t2 = this.store; - if (t1.token.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddTokenSuccess(token)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveTokenSuccess(token)); + t2 = t1.token.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddTokenSuccess(token)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveTokenSuccess(token)); + } t1.completer.complete$1(0, token); }, - $signature: 340 + $signature: 302 }; A._saveToken__closure0.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.SaveTokenFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTokenFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadToken_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadToken._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTokenRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.tokenId).then$1$1(0, new A._loadToken__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadToken__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTokenRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.tokenId).then$1$1(0, new A._loadToken__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadToken__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -386896,26 +398099,34 @@ }; A._loadToken__closure.prototype = { call$1(token) { - this.store.get$_dispatchers()[0].call$1(new A.LoadTokenSuccess(token)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 340 + $signature: 302 }; A._loadToken__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTokenFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTokenFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadTokens_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadTokens._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadTokensRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadTokens__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTokens__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadTokensRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadTokens__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadTokens__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -386924,19 +398135,22 @@ }; A._loadTokens__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadTokensSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTokensSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1848 + $signature: 1883 }; A._loadTokens__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadTokensFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTokensFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -386961,85 +398175,85 @@ b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 1849 + $signature: 1884 }; A.forceSelectedReducer_closure103.prototype = { call$2(completer, action) { return true; }, - $signature: 1850 + $signature: 1885 }; A.forceSelectedReducer_closure104.prototype = { call$2(completer, action) { return false; }, - $signature: 1851 + $signature: 1886 }; A.forceSelectedReducer_closure105.prototype = { call$2(completer, action) { return false; }, - $signature: 1852 + $signature: 1887 }; A.forceSelectedReducer_closure106.prototype = { call$2(completer, action) { return false; }, - $signature: 1853 + $signature: 1888 }; A.forceSelectedReducer_closure107.prototype = { call$2(completer, action) { return false; }, - $signature: 1854 + $signature: 1889 }; A.forceSelectedReducer_closure108.prototype = { call$2(completer, action) { return false; }, - $signature: 1855 + $signature: 1890 }; A.forceSelectedReducer_closure109.prototype = { call$2(completer, action) { return false; }, - $signature: 1856 + $signature: 1891 }; A.forceSelectedReducer_closure110.prototype = { call$2(completer, action) { return false; }, - $signature: 1857 + $signature: 1892 }; A.selectedIdReducer_closure207.prototype = { call$2(completer, action) { return ""; }, - $signature: 1858 + $signature: 1893 }; A.selectedIdReducer_closure208.prototype = { call$2(completer, action) { return ""; }, - $signature: 1859 + $signature: 1894 }; A.selectedIdReducer_closure209.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure210.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { @@ -387051,49 +398265,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1860 + $signature: 1895 }; A.selectedIdReducer_closure215.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1861 + $signature: 1896 }; A.selectedIdReducer_closure216.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1862 + $signature: 1897 }; A.selectedIdReducer_closure217.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1863 + $signature: 1898 }; A.selectedIdReducer_closure218.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1864 + $signature: 1899 }; A.selectedIdReducer_closure219.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1865 + $signature: 1900 }; A.selectedIdReducer_closure220.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1866 + $signature: 1901 }; A.selectedIdReducer_closure221.prototype = { call$2(selectedId, action) { @@ -387106,38 +398320,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure68.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 1867 + $signature: 1902 }; A.editingReducer_closure69.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 1868 + $signature: 1903 }; A.editingReducer_closure70.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 1869 + $signature: 1904 }; A.editingReducer_closure71.prototype = { call$2(token, action) { return action.token.rebuild$1(new A.editingReducer__closure25()); }, - $signature: 1870 + $signature: 1905 }; A.editingReducer__closure25.prototype = { call$1(b) { b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 679 + $signature: 552 }; A._viewTokenList_closure.prototype = { call$1(b) { @@ -387284,7 +398498,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 386 + $signature: 435 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -387306,7 +398520,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 386 + $signature: 435 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -387328,7 +398542,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 386 + $signature: 435 }; A._addToken_closure.prototype = { call$1(b) { @@ -387341,7 +398555,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 342 + $signature: 293 }; A._updateToken_closure.prototype = { call$1(b) { @@ -387350,7 +398564,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 342 + $signature: 293 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -387359,13 +398573,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 342 + $signature: 293 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { return A.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 1874 + $signature: 1909 }; A.filteredTokensSelector_closure.prototype = { call$1(tokenId) { @@ -387410,7 +398624,7 @@ } return response; }, - $signature: 20 + $signature: 21 }; A.TokenState.prototype = { loadTokens$1(clients) { @@ -387430,7 +398644,7 @@ call$1(item) { return item; }, - $signature: 1875 + $signature: 1910 }; A.TokenState_loadTokens_closure.prototype = { call$1(b) { @@ -387445,7 +398659,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 342 + $signature: 293 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -387488,7 +398702,7 @@ t6 = t5._token_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._token_state$_list = t6; t5 = t6; } else @@ -387496,16 +398710,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -387513,7 +398727,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_H7P; + return B.List_H7P0; }, get$wireName() { return "TokenState"; @@ -387583,7 +398797,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -387603,7 +398817,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._token_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -387655,22 +398869,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._token_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$TokenState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$TokenState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("TokenState", _$failedField, J.toString$0$(e)); @@ -387786,7 +399000,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s12_ = "TokenUIState", _$result = null; @@ -387794,8 +399008,8 @@ _$result0 = _this._token_state$_$v; if (_$result0 == null) { t1 = _this._token_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_token_state$_$this()._token_state$_selectedId; t4 = _this.get$_token_state$_$this()._token_state$_forceSelected; t5 = _this.get$_token_state$_$this()._token_state$_tabIndex; @@ -387811,9 +399025,9 @@ _$failedField = "editing"; t1 = _this._token_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s12_, _$failedField, J.toString$0$(e)); @@ -387894,7 +399108,7 @@ t9 = t8._stateFilters; if (t9 == null) { t9 = new A.ListBuilder(t7); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t6); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t6); t8._stateFilters = t9; t8 = t9; } else @@ -387902,10 +399116,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_JmU)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -387914,7 +399128,7 @@ t9 = t8._statusFilters; if (t9 == null) { t9 = new A.ListBuilder(t5); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t4); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t4); t8._statusFilters = t9; t8 = t9; } else @@ -387922,10 +399136,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_Icb)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -387934,7 +399148,7 @@ t9 = t8._custom1Filters; if (t9 == null) { t9 = new A.ListBuilder(t3); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t8._custom1Filters = t9; t8 = t9; } else @@ -387942,10 +399156,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -387954,7 +399168,7 @@ t9 = t8._custom2Filters; if (t9 == null) { t9 = new A.ListBuilder(t3); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t8._custom2Filters = t9; t8 = t9; } else @@ -387962,10 +399176,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -387974,7 +399188,7 @@ t9 = t8._custom3Filters; if (t9 == null) { t9 = new A.ListBuilder(t3); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t8._custom3Filters = t9; t8 = t9; } else @@ -387982,10 +399196,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -387994,7 +399208,7 @@ t9 = t8._custom4Filters; if (t9 == null) { t9 = new A.ListBuilder(t3); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t8._custom4Filters = t9; t8 = t9; } else @@ -388002,10 +399216,10 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; @@ -388014,7 +399228,7 @@ t9 = t8._selectedIds; if (t9 == null) { t9 = new A.ListBuilder(t3); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t8._selectedIds = t9; t8 = t9; } else @@ -388022,16 +399236,16 @@ t9 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -388039,7 +399253,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_RsV; + return B.List_RsV1; }, get$wireName() { return "ListUIState"; @@ -388051,7 +399265,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._list_ui_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -388152,7 +399366,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, exception, _this = this, _s11_ = "ListUIState", _$result = null; @@ -388169,35 +399383,35 @@ t4 = _this.get$_list_ui_state$_$this()._sortAscending; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "sortAscending")); - t5 = _this.get$stateFilters().build$0(0); - t6 = _this.get$statusFilters().build$0(0); - t7 = _this.get$custom1Filters().build$0(0); - t8 = _this.get$custom2Filters().build$0(0); - t9 = _this.get$custom3Filters().build$0(0); - t10 = _this.get$custom4Filters().build$0(0); + t5 = _this.get$stateFilters().build$0(); + t6 = _this.get$statusFilters().build$0(); + t7 = _this.get$custom1Filters().build$0(); + t8 = _this.get$custom2Filters().build$0(); + t9 = _this.get$custom3Filters().build$0(); + t10 = _this.get$custom4Filters().build$0(); t11 = _this._selectedIds; - _$result0 = A._$ListUIState$_(t7, t8, t9, t10, t1, t2, t11 == null ? null : t11.build$0(0), t4, t3, t5, t6); + _$result0 = A._$ListUIState$_(t7, t8, t9, t10, t1, t2, t11 == null ? null : t11.build$0(), t4, t3, t5, t6); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "stateFilters"; - _this.get$stateFilters().build$0(0); + _this.get$stateFilters().build$0(); _$failedField = "statusFilters"; - _this.get$statusFilters().build$0(0); + _this.get$statusFilters().build$0(); _$failedField = "custom1Filters"; - _this.get$custom1Filters().build$0(0); + _this.get$custom1Filters().build$0(); _$failedField = "custom2Filters"; - _this.get$custom2Filters().build$0(0); + _this.get$custom2Filters().build$0(); _$failedField = "custom3Filters"; - _this.get$custom3Filters().build$0(0); + _this.get$custom3Filters().build$0(); _$failedField = "custom4Filters"; - _this.get$custom4Filters().build$0(0); + _this.get$custom4Filters().build$0(); _$failedField = "selectedIds"; t1 = _this._selectedIds; if (t1 != null) - t1.build$0(0); + t1.build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s11_, _$failedField, J.toString$0$(e)); @@ -388277,7 +399491,7 @@ b.get$_pref_state$_$this()._showPdfPreview = t3; return b; }, - $signature: 820 + $signature: 673 }; A._resortFields_closure.prototype = { call$1(b) { @@ -388288,146 +399502,146 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 1876 + $signature: 1911 }; A._resortFields_closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 1877 + $signature: 1912 }; A.sortFieldsReducer_closure.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_client, action.field); }, - $signature: 1878 + $signature: 1913 }; A.sortFieldsReducer_closure0.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_product, action.field); }, - $signature: 1879 + $signature: 1914 }; A.sortFieldsReducer_closure1.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_invoice, action.field); }, - $signature: 1880 + $signature: 1915 }; A.sortFieldsReducer_closure2.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 1881 + $signature: 1916 }; A.sortFieldsReducer_closure3.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_recurringInvoice, action.field); }, - $signature: 1882 + $signature: 1917 }; A.sortFieldsReducer_closure4.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_quote, action.field); }, - $signature: 1883 + $signature: 1918 }; A.sortFieldsReducer_closure5.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_credit, action.field); }, - $signature: 1884 + $signature: 1919 }; A.sortFieldsReducer_closure6.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_project, action.field); }, - $signature: 1885 + $signature: 1920 }; A.sortFieldsReducer_closure7.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_task, action.field); }, - $signature: 1886 + $signature: 1921 }; A.sortFieldsReducer_closure8.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_vendor, action.field); }, - $signature: 1887 + $signature: 1922 }; A.sortFieldsReducer_closure9.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expense, action.field); }, - $signature: 1888 + $signature: 1923 }; A.sortFieldsReducer_closure10.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 1889 + $signature: 1924 }; A.sortFieldsReducer_closure11.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taxRate, action.field); }, - $signature: 1890 + $signature: 1925 }; A.sortFieldsReducer_closure12.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_companyGateway, action.get$field()); }, - $signature: 1891 + $signature: 1926 }; A.sortFieldsReducer_closure13.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_user, action.field); }, - $signature: 1892 + $signature: 1927 }; A.sortFieldsReducer_closure14.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_group, action.field); }, - $signature: 1893 + $signature: 1928 }; A.sortFieldsReducer_closure15.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_design, action.field); }, - $signature: 1894 + $signature: 1929 }; A.sortFieldsReducer_closure16.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_token, action.field); }, - $signature: 1895 + $signature: 1930 }; A.sortFieldsReducer_closure17.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_webhook, action.field); }, - $signature: 1896 + $signature: 1931 }; A.sortFieldsReducer_closure18.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expenseCategory, action.field); }, - $signature: 1897 + $signature: 1932 }; A.sortFieldsReducer_closure19.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taskStatus, action.field); }, - $signature: 1898 + $signature: 1933 }; A.sortFieldsReducer_closure20.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_subscription, action.field); }, - $signature: 1899 + $signature: 1934 }; A.sidebarEditorReducer_closure.prototype = { call$2(value, action) { @@ -388437,7 +399651,7 @@ else return value.rebuild$1(new A.sidebarEditorReducer__closure0(entityType)); }, - $signature: 1900 + $signature: 1935 }; A.sidebarEditorReducer__closure.prototype = { call$1(b) { @@ -388445,14 +399659,14 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 343 + $signature: 291 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 343 + $signature: 291 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -388462,7 +399676,7 @@ else return value.rebuild$1(new A.sidebarViewerReducer__closure0(entityType)); }, - $signature: 1902 + $signature: 1937 }; A.sidebarViewerReducer__closure.prototype = { call$1(b) { @@ -388470,20 +399684,20 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 343 + $signature: 291 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 343 + $signature: 291 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 78 + $signature: 81 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -388497,20 +399711,20 @@ return value; } }, - $signature: 78 + $signature: 81 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { var t1 = action.textScaleFactor; return t1 == null ? value : t1; }, - $signature: 1904 + $signature: 1939 }; A.historyVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 78 + $signature: 81 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -388521,32 +399735,32 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 78 + $signature: 81 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 806 + $signature: 546 }; A.hideGatewayWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 1905 + $signature: 1940 }; A.hideReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 1906 + $signature: 1941 }; A.layoutReducer_closure.prototype = { call$2(layout, action) { var t1 = action.appLayout; return t1 == null ? layout : t1; }, - $signature: 1907 + $signature: 1942 }; A.moduleLayoutReducer_closure.prototype = { call$2(moduleLayout, action) { @@ -388560,7 +399774,7 @@ } return moduleLayout; }, - $signature: 1908 + $signature: 1943 }; A.moduleLayoutReducer_closure0.prototype = { call$2(moduleLayout, action) { @@ -388569,166 +399783,166 @@ else return B.ModuleLayout_list; }, - $signature: 1909 + $signature: 1944 }; A.rowsPerPageReducer_closure.prototype = { call$2(numRows, action) { var t1 = action.rowsPerPage; return t1 == null ? numRows : t1; }, - $signature: 1910 + $signature: 1945 }; A.manuSidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.menuMode; return t1 == null ? mode : t1; }, - $signature: 676 + $signature: 557 }; A.historySidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.historyMode; return t1 == null ? mode : t1; }, - $signature: 676 + $signature: 557 }; A.darkModeReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.enableDarkMode; return t1 == null ? enableDarkMode : t1; }, - $signature: 78 + $signature: 81 }; A.enableJspdfReducer_closure.prototype = { call$2(enableJSPDF, action) { var t1 = action.enableJSPDF; return t1 == null ? enableJSPDF : t1; }, - $signature: 78 + $signature: 81 }; A.enableTooltipsReducer_closure.prototype = { call$2(enableTooltips, action) { var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 78 + $signature: 81 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 78 + $signature: 81 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 78 + $signature: 81 }; A.persistUIReducer_closure.prototype = { call$2(persistUI, action) { action.toString; return persistUI; }, - $signature: 78 + $signature: 81 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 78 + $signature: 81 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 78 + $signature: 81 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 78 + $signature: 81 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 78 + $signature: 81 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { return !value; }, - $signature: 1912 + $signature: 1947 }; A.isPreviewVisibleReducer_closure0.prototype = { call$2(isPreviewEnabled, action) { var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 78 + $signature: 81 }; A.requireAuthenticationReducer_closure.prototype = { call$2(requireAuthentication, action) { var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 78 + $signature: 81 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.colorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 1913 + $signature: 1948 }; A.showPdfPreviewReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 78 + $signature: 81 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 78 + $signature: 81 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 78 + $signature: 81 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.customColors; return t1 == null ? customColors : t1; }, - $signature: 1914 + $signature: 1949 }; 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: 1915 + $signature: 1950 }; A.historyReducer_closure.prototype = { call$2(historyList, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_HistoryRecord); }, - $signature: 1916 + $signature: 1951 }; A.historyReducer_closure0.prototype = { call$2(historyList, action) { @@ -388737,26 +399951,26 @@ else return historyList.rebuild$1(new A.historyReducer__closure()); }, - $signature: 1917 + $signature: 1952 }; A.historyReducer__closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 385 + $signature: 436 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_dashboard, null, Date.now())); }, - $signature: 1919 + $signature: 1954 }; A.historyReducer_closure2.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_reports, null, Date.now())); }, - $signature: 1920 + $signature: 1955 }; A.historyReducer_closure3.prototype = { call$2(historyList, action) { @@ -388765,279 +399979,285 @@ t1 = "company_details"; return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_settings, t1, Date.now())); }, - $signature: 1921 + $signature: 1956 }; A.historyReducer_closure4.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_client, action.clientId, Date.now())); }, - $signature: 1922 + $signature: 1957 }; A.historyReducer_closure5.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_client, action.client.id, Date.now())); }, - $signature: 1923 + $signature: 1958 }; A.historyReducer_closure6.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_product, action.productId, Date.now())); }, - $signature: 1924 + $signature: 1959 }; A.historyReducer_closure7.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_product, action.product.id, Date.now())); }, - $signature: 1925 + $signature: 1960 }; A.historyReducer_closure8.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_invoice, action.invoiceId, Date.now())); }, - $signature: 1926 + $signature: 1961 }; A.historyReducer_closure9.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_invoice, action.invoice.id, Date.now())); }, - $signature: 1927 + $signature: 1962 }; A.historyReducer_closure10.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_payment, action.paymentId, Date.now())); }, - $signature: 1928 + $signature: 1963 }; A.historyReducer_closure11.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_payment, action.payment.id, Date.now())); }, - $signature: 1929 + $signature: 1964 }; A.historyReducer_closure12.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_quote, action.quoteId, Date.now())); }, - $signature: 1930 + $signature: 1965 }; A.historyReducer_closure13.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_quote, action.quote.id, Date.now())); }, - $signature: 1931 + $signature: 1966 }; A.historyReducer_closure14.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_task, action.taskId, Date.now())); }, - $signature: 1932 + $signature: 1967 }; A.historyReducer_closure15.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_task, action.task.id, Date.now())); }, - $signature: 1933 + $signature: 1968 }; A.historyReducer_closure16.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_project, action.projectId, Date.now())); }, - $signature: 1934 + $signature: 1969 }; A.historyReducer_closure17.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_project, action.project.id, Date.now())); }, - $signature: 1935 + $signature: 1970 }; A.historyReducer_closure18.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_vendor, action.vendorId, Date.now())); }, - $signature: 1936 + $signature: 1971 }; A.historyReducer_closure19.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_vendor, action.vendor.id, Date.now())); }, - $signature: 1937 + $signature: 1972 }; A.historyReducer_closure20.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expense, action.expenseId, Date.now())); }, - $signature: 1938 + $signature: 1973 }; A.historyReducer_closure21.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expense, action.expense.id, Date.now())); }, - $signature: 1939 + $signature: 1974 }; A.historyReducer_closure22.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_companyGateway, action.companyGatewayId, Date.now())); }, - $signature: 1940 + $signature: 1975 }; A.historyReducer_closure23.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_companyGateway, action.companyGateway.id, Date.now())); }, - $signature: 1941 + $signature: 1976 }; A.historyReducer_closure24.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_user, action.userId, Date.now())); }, - $signature: 1942 + $signature: 1977 }; A.historyReducer_closure25.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_user, action.user.id, Date.now())); }, - $signature: 1943 + $signature: 1978 }; A.historyReducer_closure26.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_group, action.groupId, Date.now())); }, - $signature: 1944 + $signature: 1979 }; A.historyReducer_closure27.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_group, action.group.id, Date.now())); }, - $signature: 1945 + $signature: 1980 }; A.historyReducer_closure28.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_purchaseOrder, action.purchaseOrderId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_bankAccount, action.bankAccountId, Date.now())); }, - $signature: 1946 + $signature: 1981 }; A.historyReducer_closure29.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_purchaseOrder, action.purchaseOrder.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_purchaseOrder, action.purchaseOrderId, Date.now())); }, - $signature: 1947 + $signature: 1982 }; A.historyReducer_closure30.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringExpense, action.recurringExpenseId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_purchaseOrder, action.purchaseOrder.id, Date.now())); }, - $signature: 1948 + $signature: 1983 }; A.historyReducer_closure31.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringExpense, action.recurringExpense.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringExpense, action.recurringExpenseId, Date.now())); }, - $signature: 1949 + $signature: 1984 }; A.historyReducer_closure32.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_subscription, action.subscriptionId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringExpense, action.recurringExpense.id, Date.now())); }, - $signature: 1950 + $signature: 1985 }; A.historyReducer_closure33.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_subscription, action.subscription.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_subscription, action.subscriptionId, Date.now())); }, - $signature: 1951 + $signature: 1986 }; A.historyReducer_closure34.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_taskStatus, action.taskStatusId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_subscription, action.subscription.id, Date.now())); }, - $signature: 1952 + $signature: 1987 }; A.historyReducer_closure35.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_taskStatus, action.taskStatus.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_taskStatus, action.taskStatusId, Date.now())); }, - $signature: 1953 + $signature: 1988 }; A.historyReducer_closure36.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expenseCategory, action.expenseCategoryId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_taskStatus, action.taskStatus.id, Date.now())); }, - $signature: 1954 + $signature: 1989 }; A.historyReducer_closure37.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expenseCategory, action.expenseCategory.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expenseCategory, action.expenseCategoryId, Date.now())); }, - $signature: 1955 + $signature: 1990 }; A.historyReducer_closure38.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringInvoice, action.recurringInvoiceId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expenseCategory, action.expenseCategory.id, Date.now())); }, - $signature: 1956 + $signature: 1991 }; A.historyReducer_closure39.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringInvoice, action.recurringInvoice.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringInvoice, action.recurringInvoiceId, Date.now())); }, - $signature: 1957 + $signature: 1992 }; A.historyReducer_closure40.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_webhook, action.webhookId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringInvoice, action.recurringInvoice.id, Date.now())); }, - $signature: 1958 + $signature: 1993 }; A.historyReducer_closure41.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_webhook, action.webhook.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_webhook, action.webhookId, Date.now())); }, - $signature: 1959 + $signature: 1994 }; A.historyReducer_closure42.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_token, action.tokenId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_webhook, action.webhook.id, Date.now())); }, - $signature: 1960 + $signature: 1995 }; A.historyReducer_closure43.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_token, action.token.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_token, action.tokenId, Date.now())); }, - $signature: 1961 + $signature: 1996 }; A.historyReducer_closure44.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_paymentTerm, action.paymentTermId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_token, action.token.id, Date.now())); }, - $signature: 1962 + $signature: 1997 }; A.historyReducer_closure45.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_paymentTerm, action.paymentTerm.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_paymentTerm, action.paymentTermId, Date.now())); }, - $signature: 1963 + $signature: 1998 }; A.historyReducer_closure46.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_design, action.design.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_paymentTerm, action.paymentTerm.id, Date.now())); }, - $signature: 1964 + $signature: 1999 }; A.historyReducer_closure47.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_credit, action.creditId, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_design, action.design.id, Date.now())); }, - $signature: 1965 + $signature: 2000 }; A.historyReducer_closure48.prototype = { call$2(historyList, action) { - return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_credit, action.credit.id, Date.now())); + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_credit, action.creditId, Date.now())); }, - $signature: 1966 + $signature: 2001 }; A.historyReducer_closure49.prototype = { + call$2(historyList, action) { + return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_credit, action.credit.id, Date.now())); + }, + $signature: 2002 + }; + A.historyReducer_closure50.prototype = { call$2(historyList, action) { var t1, t2; if (action.clearSelection) @@ -389046,14 +400266,14 @@ t2 = t1.get$id(t1); return A._addToHistory(historyList, A._$HistoryRecord$_(t1.get$entityType(), t2, Date.now())); }, - $signature: 1967 + $signature: 2003 }; A._addToHistory_closure.prototype = { call$1(item) { var t1 = this.record; return t1.entityType == item.entityType && t1.id == item.id; }, - $signature: 804 + $signature: 744 }; A._addToHistory_closure0.prototype = { call$0() { @@ -389068,19 +400288,21 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 385 + $signature: 436 }; A._addToHistory_closure2.prototype = { call$1(b) { - var t1; + var t1, t2; !$.$get$isSoundMode() && !b.$ti._precomputed1._is(null); B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); t1 = Math.min(50, this.list._list.length + 1); - b.__ListBuilder__list = J.sublist$2$ax(A._lateReadCheck(b.__ListBuilder__list, "_list"), 0, t1); + t2 = b.__ListBuilder__list_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + b.__ListBuilder__list_A = B.JSArray_methods.sublist$2(t2, 0, t1); b._listOwner = null; return b; }, - $signature: 385 + $signature: 436 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -389305,7 +400527,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -389357,7 +400579,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -389395,32 +400617,32 @@ t5 = t4.$ti; t6 = new A.ListBuilder(t5._eval$1("ListBuilder<1>")); if (t5._eval$1("_BuiltList<1>")._is(t4)) { - t6.__ListBuilder__list = t4._list; + t6.__ListBuilder__list_A = t4._list; t6._listOwner = t4; } else - t6.__ListBuilder__list = A.List_List$from(t4, true, t5._precomputed1); + t6.__ListBuilder__list_A = A.List_List$from(t4, true, t5._precomputed1); result._historyList = t6; result._pref_state$_$v = null; } t4 = result._historyList; if (t4 == null) { t4 = new A.ListBuilder(t3); - t4.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t4.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); result._historyList = t4; } t5 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_WXJ)); t6 = t4.$ti; if (t6._eval$1("_BuiltList<1>")._is(t5)) { - t4.__ListBuilder__list = t5._list; + t4.__ListBuilder__list_A = t5._list; t4._listOwner = t5; } else { - t4.__ListBuilder__list = A.List_List$from(t5, true, t6._precomputed1); + t4.__ListBuilder__list_A = A.List_List$from(t5, true, t6._precomputed1); t4._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -389557,7 +400779,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_blc; + return B.List_blc0; }, get$wireName() { return "HistoryRecord"; @@ -389570,7 +400792,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._pref_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -389716,7 +400938,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, exception, _this = this, _s9_ = "PrefState", _$result = null; @@ -389735,9 +400957,9 @@ t4 = _this.get$_pref_state$_$this()._historySidebarMode; if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "historySidebarMode")); - t5 = _this.get$useSidebarEditor().build$0(0); - t6 = _this.get$useSidebarViewer().build$0(0); - t7 = _this.get$customColors().build$0(0); + t5 = _this.get$useSidebarEditor().build$0(); + t6 = _this.get$useSidebarViewer().build$0(); + t7 = _this.get$customColors().build$0(); t8 = _this.get$_pref_state$_$this()._isPreviewVisible; if (t8 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "isPreviewVisible")); @@ -389807,23 +401029,23 @@ t30 = _this.get$_pref_state$_$this()._textScaleFactor; if (t30 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "textScaleFactor")); - t31 = _this.get$sortFields().build$0(0); - _$result0 = A._$PrefState$_(t1, t25, _this.get$companyPrefs().build$0(0), t7, t29, t15, t13, t22, t24, t12, t26, t27, t28, t4, t16, t14, t9, t8, t19, t3, t2, t17, t18, t20, t23, t10, t11, t31, t21, t30, t5, t6); + t31 = _this.get$sortFields().build$0(); + _$result0 = A._$PrefState$_(t1, t25, _this.get$companyPrefs().build$0(), t7, t29, t15, t13, t22, t24, t12, t26, t27, t28, t4, t16, t14, t9, t8, t19, t3, t2, t17, t18, t20, t23, t10, t11, t31, t21, t30, t5, t6); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "useSidebarEditor"; - _this.get$useSidebarEditor().build$0(0); + _this.get$useSidebarEditor().build$0(); _$failedField = "useSidebarViewer"; - _this.get$useSidebarViewer().build$0(0); + _this.get$useSidebarViewer().build$0(); _$failedField = "customColors"; - _this.get$customColors().build$0(0); + _this.get$customColors().build$0(); _$failedField = "sortFields"; - _this.get$sortFields().build$0(0); + _this.get$sortFields().build$0(); _$failedField = "companyPrefs"; - _this.get$companyPrefs().build$0(0); + _this.get$companyPrefs().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s9_, _$failedField, J.toString$0$(e)); @@ -389869,7 +401091,7 @@ } return _this; }, - build$0(_) { + build$0() { var t1, t2, _this = this, _s18_ = "PrefStateSortField", _$result = _this._pref_state$_$v; @@ -389918,14 +401140,14 @@ t1 = _this._historyList; return t1 == null ? _this._historyList = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_HistoryRecord) : t1; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _s16_ = "CompanyPrefState", _$result = null; try { _$result0 = _this._pref_state$_$v; if (_$result0 == null) { - t1 = _this.get$historyList().build$0(0); + t1 = _this.get$historyList().build$0(); _$result0 = new A._$CompanyPrefState(t1); if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "historyList")); @@ -389935,7 +401157,7 @@ _$failedField = null; try { _$failedField = "historyList"; - _this.get$historyList().build$0(0); + _this.get$historyList().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s16_, _$failedField, J.toString$0$(e)); @@ -390037,227 +401259,231 @@ t3 = A.reportsUIReducer(t1.reportsUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); t4._reports_state$_$v = t3; - t3 = b.get$purchaseOrderUIState(); - t4 = A.purchaseOrderUIReducer(t1.purchaseOrderUIState, t2); + t3 = b.get$bankAccountUIState(); + t4 = A.bankAccountUIReducer(t1.bankAccountUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._purchase_order_state$_$v = t4; - t4 = b.get$recurringExpenseUIState(); - t3 = A.recurringExpenseUIReducer(t1.recurringExpenseUIState, t2); + t3._bank_account_state$_$v = t4; + t4 = b.get$purchaseOrderUIState(); + t3 = A.purchaseOrderUIReducer(t1.purchaseOrderUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._recurring_expense_state$_$v = t3; - t3 = b.get$subscriptionUIState(); - t4 = A.subscriptionUIReducer(t1.subscriptionUIState, t2); + t4._purchase_order_state$_$v = t3; + t3 = b.get$recurringExpenseUIState(); + t4 = A.recurringExpenseUIReducer(t1.recurringExpenseUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._subscription_state$_$v = t4; - t4 = b.get$taskStatusUIState(); - t3 = A.taskStatusUIReducer(t1.taskStatusUIState, t2); + t3._recurring_expense_state$_$v = t4; + t4 = b.get$subscriptionUIState(); + t3 = A.subscriptionUIReducer(t1.subscriptionUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._task_status_state$_$v = t3; - t3 = b.get$expenseCategoryUIState(); - t4 = A.expenseCategoryUIReducer(t1.expenseCategoryUIState, t2); + t4._subscription_state$_$v = t3; + t3 = b.get$taskStatusUIState(); + t4 = A.taskStatusUIReducer(t1.taskStatusUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._expense_category_state$_$v = t4; - t4 = b.get$recurringInvoiceUIState(); - t3 = A.recurringInvoiceUIReducer(t1.recurringInvoiceUIState, t2); + t3._task_status_state$_$v = t4; + t4 = b.get$expenseCategoryUIState(); + t3 = A.expenseCategoryUIReducer(t1.expenseCategoryUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._recurring_invoice_state$_$v = t3; - t3 = b.get$webhookUIState(); - t4 = A.webhookUIReducer(t1.webhookUIState, t2); + t4._expense_category_state$_$v = t3; + t3 = b.get$recurringInvoiceUIState(); + t4 = A.recurringInvoiceUIReducer(t1.recurringInvoiceUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._webhook_state$_$v = t4; - t4 = b.get$tokenUIState(); - t3 = A.tokenUIReducer(t1.tokenUIState, t2); + t3._recurring_invoice_state$_$v = t4; + t4 = b.get$webhookUIState(); + t3 = A.webhookUIReducer(t1.webhookUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._token_state$_$v = t3; - t3 = b.get$paymentTermUIState(); - t4 = A.paymentTermUIReducer(t1.paymentTermUIState, t2); + t4._webhook_state$_$v = t3; + t3 = b.get$tokenUIState(); + t4 = A.tokenUIReducer(t1.tokenUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._payment_term_state$_$v = t4; - t4 = b.get$designUIState(); - t3 = A.designUIReducer(t1.designUIState, t2); + t3._token_state$_$v = t4; + t4 = b.get$paymentTermUIState(); + t3 = A.paymentTermUIReducer(t1.paymentTermUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._design_state$_$v = t3; - t3 = b.get$creditUIState(); - t4 = A.creditUIReducer(t1.creditUIState, t2); + t4._payment_term_state$_$v = t3; + t3 = b.get$designUIState(); + t4 = A.designUIReducer(t1.designUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._credit_state$_$v = t4; - t4 = b.get$userUIState(); - t3 = A.userUIReducer(t1.userUIState, t2); + t3._design_state$_$v = t4; + t4 = b.get$creditUIState(); + t3 = A.creditUIReducer(t1.creditUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._user_state$_$v = t3; - t3 = b.get$taxRateUIState(); - t4 = A.taxRateUIReducer(t1.taxRateUIState, t2); + t4._credit_state$_$v = t3; + t3 = b.get$userUIState(); + t4 = A.userUIReducer(t1.userUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._tax_rate_state$_$v = t4; - t4 = b.get$companyGatewayUIState(); - t3 = A.companyGatewayUIReducer(t1.companyGatewayUIState, t2); + t3._user_state$_$v = t4; + t4 = b.get$taxRateUIState(); + t3 = A.taxRateUIReducer(t1.taxRateUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._company_gateway_state$_$v = t3; - t3 = b.get$groupUIState(); - t4 = A.groupUIReducer(t1.groupUIState, t2); + t4._tax_rate_state$_$v = t3; + t3 = b.get$companyGatewayUIState(); + t4 = A.companyGatewayUIReducer(t1.companyGatewayUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._group_state$_$v = t4; - t4 = b.get$documentUIState(); - t3 = A.documentUIReducer(t1.documentUIState, t2); + t3._company_gateway_state$_$v = t4; + t4 = b.get$groupUIState(); + t3 = A.groupUIReducer(t1.groupUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._document_state$_$v = t3; - t3 = b.get$expenseUIState(); - t4 = A.expenseUIReducer(t1.expenseUIState, t2); + t4._group_state$_$v = t3; + t3 = b.get$documentUIState(); + t4 = A.documentUIReducer(t1.documentUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._expense_state$_$v = t4; - t4 = b.get$vendorUIState(); - t3 = A.vendorUIReducer(t1.vendorUIState, t2); + t3._document_state$_$v = t4; + t4 = b.get$expenseUIState(); + t3 = A.expenseUIReducer(t1.expenseUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._vendor_state$_$v = t3; - t3 = b.get$taskUIState(); - t4 = A.taskUIReducer(t1.taskUIState, t2); + t4._expense_state$_$v = t3; + t3 = b.get$vendorUIState(); + t4 = A.vendorUIReducer(t1.vendorUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._task_state$_$v = t4; - t4 = b.get$projectUIState(); - t3 = A.projectUIReducer(t1.projectUIState, t2); + t3._vendor_state$_$v = t4; + t4 = b.get$taskUIState(); + t3 = A.taskUIReducer(t1.taskUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._project_state$_$v = t3; - t3 = b.get$paymentUIState(); - t4 = A.paymentUIReducer(t1.paymentUIState, t2); + t4._task_state$_$v = t3; + t3 = b.get$projectUIState(); + t4 = A.projectUIReducer(t1.projectUIState, t2); A.ArgumentError_checkNotNull(t4, _s5_); - t3._payment_state$_$v = t4; - t4 = b.get$quoteUIState(); - t3 = A.quoteUIReducer(t1.quoteUIState, t2); + t3._project_state$_$v = t4; + t4 = b.get$paymentUIState(); + t3 = A.paymentUIReducer(t1.paymentUIState, t2); A.ArgumentError_checkNotNull(t3, _s5_); - t4._quote_state$_$v = t3; - t3 = b.get$settingsUIState(); + t4._payment_state$_$v = t3; + t3 = b.get$quoteUIState(); + t4 = A.quoteUIReducer(t1.quoteUIState, t2); + A.ArgumentError_checkNotNull(t4, _s5_); + t3._quote_state$_$v = t4; + t4 = b.get$settingsUIState(); t2 = $.$get$settingsUIReducer().call$2(t1.settingsUIState, t2); A.ArgumentError_checkNotNull(t2, _s5_); - t3._company_state$_$v = t2; + t4._company_state$_$v = t2; return b; }, - $signature: 808 + $signature: 567 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1968 + $signature: 2004 }; A.filterReducer_closure.prototype = { call$2(filter, action) { return action.filter; }, - $signature: 1969 + $signature: 2005 }; A.filterReducer_closure0.prototype = { call$2(state, action) { return action.filter; }, - $signature: 1970 + $signature: 2006 }; A.loadingEntityTypeReducer_closure.prototype = { call$2(state, action) { return null; }, - $signature: 1971 + $signature: 2007 }; A.loadingEntityTypeReducer_closure0.prototype = { call$2(state, action) { return B.EntityType_client; }, - $signature: 1972 + $signature: 2008 }; A.loadingEntityTypeReducer_closure1.prototype = { call$2(state, action) { return B.EntityType_product; }, - $signature: 1973 + $signature: 2009 }; A.loadingEntityTypeReducer_closure2.prototype = { call$2(state, action) { return B.EntityType_invoice; }, - $signature: 1974 + $signature: 2010 }; A.loadingEntityTypeReducer_closure3.prototype = { call$2(state, action) { return B.EntityType_recurringInvoice; }, - $signature: 1975 + $signature: 2011 }; A.loadingEntityTypeReducer_closure4.prototype = { call$2(state, action) { return B.EntityType_payment; }, - $signature: 1976 + $signature: 2012 }; A.loadingEntityTypeReducer_closure5.prototype = { call$2(state, action) { return B.EntityType_quote; }, - $signature: 1977 + $signature: 2013 }; A.loadingEntityTypeReducer_closure6.prototype = { call$2(state, action) { return B.EntityType_credit; }, - $signature: 1978 + $signature: 2014 }; A.loadingEntityTypeReducer_closure7.prototype = { call$2(state, action) { return B.EntityType_project; }, - $signature: 1979 + $signature: 2015 }; A.loadingEntityTypeReducer_closure8.prototype = { call$2(state, action) { return B.EntityType_task; }, - $signature: 1980 + $signature: 2016 }; A.loadingEntityTypeReducer_closure9.prototype = { call$2(state, action) { return B.EntityType_vendor; }, - $signature: 1981 + $signature: 2017 }; A.loadingEntityTypeReducer_closure10.prototype = { call$2(state, action) { return B.EntityType_purchaseOrder; }, - $signature: 1982 + $signature: 2018 }; A.loadingEntityTypeReducer_closure11.prototype = { call$2(state, action) { return B.EntityType_expense; }, - $signature: 1983 + $signature: 2019 }; A.loadingEntityTypeReducer_closure12.prototype = { call$2(state, action) { return B.EntityType_recurringExpense; }, - $signature: 1984 + $signature: 2020 }; A.filterClearedAtReducer_closure.prototype = { call$2(filterClearedAt, action) { return action.filter == null ? Date.now() : filterClearedAt; }, - $signature: 1985 + $signature: 2021 }; A.filterClearedAtReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1986 + $signature: 2022 }; A.currentRouteReducer_closure.prototype = { call$2(currentRoute, action) { return action.route; }, - $signature: 1987 + $signature: 2023 }; A.selectedCompanyIndexReducer_closure.prototype = { call$2(selectedCompanyIndex, action) { return action.companyIndex; }, - $signature: 1988 + $signature: 2024 }; A.previewStackReducer_closure.prototype = { call$2(previewStack, action) { @@ -390273,19 +401499,19 @@ t2.push(t1); return A.BuiltList_BuiltList$from(t2, t3); }, - $signature: 1989 + $signature: 2025 }; A.previewStackReducer__closure.prototype = { call$1(entityType) { return entityType != this.action.entityType; }, - $signature: 270 + $signature: 273 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { return A.BuiltList_BuiltList$from(A._setArrayType([], type$.JSArray_legacy_EntityType), type$.legacy_EntityType); }, - $signature: 1990 + $signature: 2026 }; A.previewStackReducer_closure1.prototype = { call$2(previewStack, action) { @@ -390293,13 +401519,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: 1991 + $signature: 2027 }; A.filterStackReducer_closure.prototype = { call$2(filterStack, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 1992 + $signature: 2028 }; A.filterStackReducer_closure0.prototype = { call$2(filterStack, action) { @@ -390315,13 +401541,13 @@ t1.push(action.entity); return A.BuiltList_BuiltList$from(t1, t2); }, - $signature: 1993 + $signature: 2029 }; A.filterStackReducer__closure.prototype = { call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 173 + $signature: 171 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -390329,7 +401555,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: 1994 + $signature: 2030 }; A.UIState.prototype = { containsRoute$1(route) { @@ -390409,7 +401635,7 @@ }; A._$UIStateSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - var result = A._setArrayType(["selectedCompanyIndex", serializers.serialize$2$specifiedType(object.selectedCompanyIndex, B.FullType_kjq), "currentRoute", serializers.serialize$2$specifiedType(object.currentRoute, B.FullType_h8g), "previousRoute", serializers.serialize$2$specifiedType(object.previousRoute, B.FullType_h8g), "previewStack", serializers.serialize$2$specifiedType(object.previewStack, B.FullType_kSI), "filterStack", serializers.serialize$2$specifiedType(object.filterStack, B.FullType_bQV), "filterClearedAt", serializers.serialize$2$specifiedType(object.filterClearedAt, B.FullType_kjq), "lastActivityAt", serializers.serialize$2$specifiedType(object.lastActivityAt, B.FullType_kjq), "dashboardUIState", serializers.serialize$2$specifiedType(object.dashboardUIState, B.FullType_wEo), "productUIState", serializers.serialize$2$specifiedType(object.productUIState, B.FullType_DDR), "clientUIState", serializers.serialize$2$specifiedType(object.clientUIState, B.FullType_cys), "invoiceUIState", serializers.serialize$2$specifiedType(object.invoiceUIState, B.FullType_4QF), "purchaseOrderUIState", serializers.serialize$2$specifiedType(object.purchaseOrderUIState, B.FullType_a5W), "recurringExpenseUIState", serializers.serialize$2$specifiedType(object.recurringExpenseUIState, B.FullType_fs3), "subscriptionUIState", serializers.serialize$2$specifiedType(object.subscriptionUIState, B.FullType_NT2), "taskStatusUIState", serializers.serialize$2$specifiedType(object.taskStatusUIState, B.FullType_Ufa), "expenseCategoryUIState", serializers.serialize$2$specifiedType(object.expenseCategoryUIState, B.FullType_Xjb), "recurringInvoiceUIState", serializers.serialize$2$specifiedType(object.recurringInvoiceUIState, B.FullType_gA4), "webhookUIState", serializers.serialize$2$specifiedType(object.webhookUIState, B.FullType_AUo), "tokenUIState", serializers.serialize$2$specifiedType(object.tokenUIState, B.FullType_oeJ), "paymentTermUIState", serializers.serialize$2$specifiedType(object.paymentTermUIState, B.FullType_cg9), "designUIState", serializers.serialize$2$specifiedType(object.designUIState, B.FullType_cE9), "creditUIState", serializers.serialize$2$specifiedType(object.creditUIState, B.FullType_kiO), "userUIState", serializers.serialize$2$specifiedType(object.userUIState, B.FullType_A8J0), "taxRateUIState", serializers.serialize$2$specifiedType(object.taxRateUIState, B.FullType_MIo0), "companyGatewayUIState", serializers.serialize$2$specifiedType(object.companyGatewayUIState, B.FullType_2Px), "groupUIState", serializers.serialize$2$specifiedType(object.groupUIState, B.FullType_2bx), "documentUIState", serializers.serialize$2$specifiedType(object.documentUIState, B.FullType_wwi), "expenseUIState", serializers.serialize$2$specifiedType(object.expenseUIState, B.FullType_ivT), "vendorUIState", serializers.serialize$2$specifiedType(object.vendorUIState, B.FullType_2be), "taskUIState", serializers.serialize$2$specifiedType(object.taskUIState, B.FullType_5xM), "projectUIState", serializers.serialize$2$specifiedType(object.projectUIState, B.FullType_EOF), "paymentUIState", serializers.serialize$2$specifiedType(object.paymentUIState, B.FullType_1cc), "quoteUIState", serializers.serialize$2$specifiedType(object.quoteUIState, B.FullType_0eC), "settingsUIState", serializers.serialize$2$specifiedType(object.settingsUIState, B.FullType_eFJ), "reportsUIState", serializers.serialize$2$specifiedType(object.reportsUIState, B.FullType_NPy)], type$.JSArray_legacy_Object), + var result = A._setArrayType(["selectedCompanyIndex", serializers.serialize$2$specifiedType(object.selectedCompanyIndex, B.FullType_kjq), "currentRoute", serializers.serialize$2$specifiedType(object.currentRoute, B.FullType_h8g), "previousRoute", serializers.serialize$2$specifiedType(object.previousRoute, B.FullType_h8g), "previewStack", serializers.serialize$2$specifiedType(object.previewStack, B.FullType_kSI), "filterStack", serializers.serialize$2$specifiedType(object.filterStack, B.FullType_bQV), "filterClearedAt", serializers.serialize$2$specifiedType(object.filterClearedAt, B.FullType_kjq), "lastActivityAt", serializers.serialize$2$specifiedType(object.lastActivityAt, B.FullType_kjq), "dashboardUIState", serializers.serialize$2$specifiedType(object.dashboardUIState, B.FullType_wEo), "productUIState", serializers.serialize$2$specifiedType(object.productUIState, B.FullType_DDR), "clientUIState", serializers.serialize$2$specifiedType(object.clientUIState, B.FullType_cys), "invoiceUIState", serializers.serialize$2$specifiedType(object.invoiceUIState, B.FullType_4QF), "bankAccountUIState", serializers.serialize$2$specifiedType(object.bankAccountUIState, B.FullType_ASc), "purchaseOrderUIState", serializers.serialize$2$specifiedType(object.purchaseOrderUIState, B.FullType_a5W), "recurringExpenseUIState", serializers.serialize$2$specifiedType(object.recurringExpenseUIState, B.FullType_fs3), "subscriptionUIState", serializers.serialize$2$specifiedType(object.subscriptionUIState, B.FullType_NT2), "taskStatusUIState", serializers.serialize$2$specifiedType(object.taskStatusUIState, B.FullType_Ufa), "expenseCategoryUIState", serializers.serialize$2$specifiedType(object.expenseCategoryUIState, B.FullType_Xjb), "recurringInvoiceUIState", serializers.serialize$2$specifiedType(object.recurringInvoiceUIState, B.FullType_gA4), "webhookUIState", serializers.serialize$2$specifiedType(object.webhookUIState, B.FullType_AUo), "tokenUIState", serializers.serialize$2$specifiedType(object.tokenUIState, B.FullType_oeJ), "paymentTermUIState", serializers.serialize$2$specifiedType(object.paymentTermUIState, B.FullType_cg9), "designUIState", serializers.serialize$2$specifiedType(object.designUIState, B.FullType_cE9), "creditUIState", serializers.serialize$2$specifiedType(object.creditUIState, B.FullType_kiO), "userUIState", serializers.serialize$2$specifiedType(object.userUIState, B.FullType_A8J0), "taxRateUIState", serializers.serialize$2$specifiedType(object.taxRateUIState, B.FullType_MIo0), "companyGatewayUIState", serializers.serialize$2$specifiedType(object.companyGatewayUIState, B.FullType_2Px), "groupUIState", serializers.serialize$2$specifiedType(object.groupUIState, B.FullType_2bx), "documentUIState", serializers.serialize$2$specifiedType(object.documentUIState, B.FullType_wwi), "expenseUIState", serializers.serialize$2$specifiedType(object.expenseUIState, B.FullType_ivT), "vendorUIState", serializers.serialize$2$specifiedType(object.vendorUIState, B.FullType_2be), "taskUIState", serializers.serialize$2$specifiedType(object.taskUIState, B.FullType_5xM), "projectUIState", serializers.serialize$2$specifiedType(object.projectUIState, B.FullType_EOF), "paymentUIState", serializers.serialize$2$specifiedType(object.paymentUIState, B.FullType_1cc), "quoteUIState", serializers.serialize$2$specifiedType(object.quoteUIState, B.FullType_0eC), "settingsUIState", serializers.serialize$2$specifiedType(object.settingsUIState, B.FullType_eFJ), "reportsUIState", serializers.serialize$2$specifiedType(object.reportsUIState, B.FullType_NPy)], type$.JSArray_legacy_Object), value = object.loadingEntityType; if (value != null) { result.push("loadingEntityType"); @@ -390426,344 +401652,353 @@ return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); }, deserialize$3$specifiedType(serializers, serialized, specifiedType) { - var iterator, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, key, value, t34, t35, t36, _s5_ = "other", + var iterator, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, key, value, t35, t36, t37, _s5_ = "other", result = new A.UIStateBuilder(); A.UIState__initializeBuilder(result); iterator = J.get$iterator$ax(serialized); - for (t1 = type$.legacy_ReportsUIState, t2 = type$.legacy_SettingsUIState, t3 = type$.legacy_QuoteUIState, t4 = type$.legacy_PaymentUIState, t5 = type$.legacy_ProjectUIState, t6 = type$.legacy_TaskUIState, t7 = type$.legacy_VendorUIState, t8 = type$.legacy_ExpenseUIState, t9 = type$.legacy_DocumentUIState, t10 = type$.legacy_GroupUIState, t11 = type$.legacy_CompanyGatewayUIState, t12 = type$.legacy_TaxRateUIState, t13 = type$.legacy_UserUIState, t14 = type$.legacy_CreditUIState, t15 = type$.legacy_DesignUIState, t16 = type$.legacy_PaymentTermUIState, t17 = type$.legacy_TokenUIState, t18 = type$.legacy_WebhookUIState, t19 = type$.legacy_RecurringInvoiceUIState, t20 = type$.legacy_ExpenseCategoryUIState, t21 = type$.legacy_TaskStatusUIState, t22 = type$.legacy_SubscriptionUIState, t23 = type$.legacy_RecurringExpenseUIState, t24 = type$.legacy_PurchaseOrderUIState, t25 = type$.legacy_InvoiceUIState, t26 = type$.legacy_ClientUIState, t27 = type$.legacy_ProductUIState, t28 = type$.legacy_DashboardUIState, t29 = type$.legacy_BuiltList_legacy_Object, t30 = type$.legacy_BaseEntity, t31 = type$.ListBuilder_legacy_BaseEntity, t32 = type$.legacy_EntityType, t33 = type$.ListBuilder_legacy_EntityType; iterator.moveNext$0();) { + for (t1 = type$.legacy_ReportsUIState, t2 = type$.legacy_SettingsUIState, t3 = type$.legacy_QuoteUIState, t4 = type$.legacy_PaymentUIState, t5 = type$.legacy_ProjectUIState, t6 = type$.legacy_TaskUIState, t7 = type$.legacy_VendorUIState, t8 = type$.legacy_ExpenseUIState, t9 = type$.legacy_DocumentUIState, t10 = type$.legacy_GroupUIState, t11 = type$.legacy_CompanyGatewayUIState, t12 = type$.legacy_TaxRateUIState, t13 = type$.legacy_UserUIState, t14 = type$.legacy_CreditUIState, t15 = type$.legacy_DesignUIState, t16 = type$.legacy_PaymentTermUIState, t17 = type$.legacy_TokenUIState, t18 = type$.legacy_WebhookUIState, t19 = type$.legacy_RecurringInvoiceUIState, t20 = type$.legacy_ExpenseCategoryUIState, t21 = type$.legacy_TaskStatusUIState, t22 = type$.legacy_SubscriptionUIState, t23 = type$.legacy_RecurringExpenseUIState, t24 = type$.legacy_PurchaseOrderUIState, t25 = type$.legacy_BankAccountUIState, t26 = type$.legacy_InvoiceUIState, t27 = type$.legacy_ClientUIState, t28 = type$.legacy_ProductUIState, t29 = type$.legacy_DashboardUIState, t30 = type$.legacy_BuiltList_legacy_Object, t31 = type$.legacy_BaseEntity, t32 = type$.ListBuilder_legacy_BaseEntity, t33 = type$.legacy_EntityType, t34 = type$.ListBuilder_legacy_EntityType; iterator.moveNext$0();) { key = A._asStringS(iterator.get$current(iterator)); iterator.moveNext$0(); value = iterator.get$current(iterator); switch (key) { case "selectedCompanyIndex": - t34 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_ui_state$_$this()._selectedCompanyIndex = t34; + t35 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_ui_state$_$this()._selectedCompanyIndex = t35; break; case "currentRoute": - t34 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_ui_state$_$this()._currentRoute = t34; + t35 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_ui_state$_$this()._currentRoute = t35; break; case "previousRoute": - t34 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_ui_state$_$this()._previousRoute = t34; + t35 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_ui_state$_$this()._previousRoute = t35; break; case "loadingEntityType": - t34 = t32._as(serializers.deserialize$2$specifiedType(value, B.FullType_qBb)); - result.get$_ui_state$_$this()._loadingEntityType = t34; + t35 = t33._as(serializers.deserialize$2$specifiedType(value, B.FullType_qBb)); + result.get$_ui_state$_$this()._loadingEntityType = t35; break; case "previewStack": - t34 = result.get$_ui_state$_$this(); - t35 = t34._previewStack; - if (t35 == null) { - t35 = new A.ListBuilder(t33); - t35.__ListBuilder__list = A.List_List$from(B.List_empty, true, t32); - t34._previewStack = t35; - t34 = t35; + t35 = result.get$_ui_state$_$this(); + t36 = t35._previewStack; + if (t36 == null) { + t36 = new A.ListBuilder(t34); + t36.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t33); + t35._previewStack = t36; + t35 = t36; } else - t34 = t35; - t35 = t29._as(serializers.deserialize$2$specifiedType(value, B.FullType_kSI)); - t36 = t34.$ti; - if (t36._eval$1("_BuiltList<1>")._is(t35)) { - t34.__ListBuilder__list = t35._list; - t34._listOwner = t35; + t35 = t36; + t36 = t30._as(serializers.deserialize$2$specifiedType(value, B.FullType_kSI)); + t37 = t35.$ti; + if (t37._eval$1("_BuiltList<1>")._is(t36)) { + t35.__ListBuilder__list_A = t36._list; + t35._listOwner = t36; } else { - t34.__ListBuilder__list = A.List_List$from(t35, true, t36._precomputed1); - t34._listOwner = null; + t35.__ListBuilder__list_A = A.List_List$from(t36, true, t37._precomputed1); + t35._listOwner = null; } break; case "filterStack": - t34 = result.get$_ui_state$_$this(); - t35 = t34._filterStack; - if (t35 == null) { - t35 = new A.ListBuilder(t31); - t35.__ListBuilder__list = A.List_List$from(B.List_empty, true, t30); - t34._filterStack = t35; - t34 = t35; + t35 = result.get$_ui_state$_$this(); + t36 = t35._filterStack; + if (t36 == null) { + t36 = new A.ListBuilder(t32); + t36.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t31); + t35._filterStack = t36; + t35 = t36; } else - t34 = t35; - t35 = t29._as(serializers.deserialize$2$specifiedType(value, B.FullType_bQV)); - t36 = t34.$ti; - if (t36._eval$1("_BuiltList<1>")._is(t35)) { - t34.__ListBuilder__list = t35._list; - t34._listOwner = t35; + t35 = t36; + t36 = t30._as(serializers.deserialize$2$specifiedType(value, B.FullType_bQV)); + t37 = t35.$ti; + if (t37._eval$1("_BuiltList<1>")._is(t36)) { + t35.__ListBuilder__list_A = t36._list; + t35._listOwner = t36; } else { - t34.__ListBuilder__list = A.List_List$from(t35, true, t36._precomputed1); - t34._listOwner = null; + t35.__ListBuilder__list_A = A.List_List$from(t36, true, t37._precomputed1); + t35._listOwner = null; } break; case "filter": - t34 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_ui_state$_$this()._filter = t34; + t35 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_ui_state$_$this()._filter = t35; break; case "filterClearedAt": - t34 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_ui_state$_$this()._filterClearedAt = t34; + t35 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_ui_state$_$this()._filterClearedAt = t35; break; case "lastActivityAt": - t34 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); - result.get$_ui_state$_$this()._lastActivityAt = t34; + t35 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_ui_state$_$this()._lastActivityAt = t35; break; case "dashboardUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._dashboardUIState; - t34 = t35 == null ? t34._dashboardUIState = new A.DashboardUIStateBuilder() : t35; - t35 = t28._as(serializers.deserialize$2$specifiedType(value, B.FullType_wEo)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._dashboardUIState; + t35 = t36 == null ? t35._dashboardUIState = new A.DashboardUIStateBuilder() : t36; + t36 = t29._as(serializers.deserialize$2$specifiedType(value, B.FullType_wEo)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._dashboard_state$_$v = t35; + t35._dashboard_state$_$v = t36; break; case "productUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._productUIState; - t34 = t35 == null ? t34._productUIState = new A.ProductUIStateBuilder() : t35; - t35 = t27._as(serializers.deserialize$2$specifiedType(value, B.FullType_DDR)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._productUIState; + t35 = t36 == null ? t35._productUIState = new A.ProductUIStateBuilder() : t36; + t36 = t28._as(serializers.deserialize$2$specifiedType(value, B.FullType_DDR)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._product_state$_$v = t35; + t35._product_state$_$v = t36; break; case "clientUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._clientUIState; - t34 = t35 == null ? t34._clientUIState = new A.ClientUIStateBuilder() : t35; - t35 = t26._as(serializers.deserialize$2$specifiedType(value, B.FullType_cys)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._clientUIState; + t35 = t36 == null ? t35._clientUIState = new A.ClientUIStateBuilder() : t36; + t36 = t27._as(serializers.deserialize$2$specifiedType(value, B.FullType_cys)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._client_state$_$v = t35; + t35._client_state$_$v = t36; break; case "invoiceUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._invoiceUIState; - t34 = t35 == null ? t34._invoiceUIState = new A.InvoiceUIStateBuilder() : t35; - t35 = t25._as(serializers.deserialize$2$specifiedType(value, B.FullType_4QF)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._invoiceUIState; + t35 = t36 == null ? t35._invoiceUIState = new A.InvoiceUIStateBuilder() : t36; + t36 = t26._as(serializers.deserialize$2$specifiedType(value, B.FullType_4QF)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._invoice_state$_$v = t35; + t35._invoice_state$_$v = t36; + break; + case "bankAccountUIState": + t35 = result.get$_ui_state$_$this(); + t36 = t35._bankAccountUIState; + t35 = t36 == null ? t35._bankAccountUIState = new A.BankAccountUIStateBuilder() : t36; + t36 = t25._as(serializers.deserialize$2$specifiedType(value, B.FullType_ASc)); + if (t36 == null) + A.throwExpression(A.ArgumentError$notNull(_s5_)); + t35._bank_account_state$_$v = t36; break; case "purchaseOrderUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._purchaseOrderUIState; - t34 = t35 == null ? t34._purchaseOrderUIState = new A.PurchaseOrderUIStateBuilder() : t35; - t35 = t24._as(serializers.deserialize$2$specifiedType(value, B.FullType_a5W)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._purchaseOrderUIState; + t35 = t36 == null ? t35._purchaseOrderUIState = new A.PurchaseOrderUIStateBuilder() : t36; + t36 = t24._as(serializers.deserialize$2$specifiedType(value, B.FullType_a5W)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._purchase_order_state$_$v = t35; + t35._purchase_order_state$_$v = t36; break; case "recurringExpenseUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._recurringExpenseUIState; - t34 = t35 == null ? t34._recurringExpenseUIState = new A.RecurringExpenseUIStateBuilder() : t35; - t35 = t23._as(serializers.deserialize$2$specifiedType(value, B.FullType_fs3)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._recurringExpenseUIState; + t35 = t36 == null ? t35._recurringExpenseUIState = new A.RecurringExpenseUIStateBuilder() : t36; + t36 = t23._as(serializers.deserialize$2$specifiedType(value, B.FullType_fs3)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._recurring_expense_state$_$v = t35; + t35._recurring_expense_state$_$v = t36; break; case "subscriptionUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._subscriptionUIState; - t34 = t35 == null ? t34._subscriptionUIState = new A.SubscriptionUIStateBuilder() : t35; - t35 = t22._as(serializers.deserialize$2$specifiedType(value, B.FullType_NT2)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._subscriptionUIState; + t35 = t36 == null ? t35._subscriptionUIState = new A.SubscriptionUIStateBuilder() : t36; + t36 = t22._as(serializers.deserialize$2$specifiedType(value, B.FullType_NT2)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._subscription_state$_$v = t35; + t35._subscription_state$_$v = t36; break; case "taskStatusUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._taskStatusUIState; - t34 = t35 == null ? t34._taskStatusUIState = new A.TaskStatusUIStateBuilder() : t35; - t35 = t21._as(serializers.deserialize$2$specifiedType(value, B.FullType_Ufa)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._taskStatusUIState; + t35 = t36 == null ? t35._taskStatusUIState = new A.TaskStatusUIStateBuilder() : t36; + t36 = t21._as(serializers.deserialize$2$specifiedType(value, B.FullType_Ufa)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._task_status_state$_$v = t35; + t35._task_status_state$_$v = t36; break; case "expenseCategoryUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._expenseCategoryUIState; - t34 = t35 == null ? t34._expenseCategoryUIState = new A.ExpenseCategoryUIStateBuilder() : t35; - t35 = t20._as(serializers.deserialize$2$specifiedType(value, B.FullType_Xjb)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._expenseCategoryUIState; + t35 = t36 == null ? t35._expenseCategoryUIState = new A.ExpenseCategoryUIStateBuilder() : t36; + t36 = t20._as(serializers.deserialize$2$specifiedType(value, B.FullType_Xjb)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._expense_category_state$_$v = t35; + t35._expense_category_state$_$v = t36; break; case "recurringInvoiceUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._recurringInvoiceUIState; - t34 = t35 == null ? t34._recurringInvoiceUIState = new A.RecurringInvoiceUIStateBuilder() : t35; - t35 = t19._as(serializers.deserialize$2$specifiedType(value, B.FullType_gA4)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._recurringInvoiceUIState; + t35 = t36 == null ? t35._recurringInvoiceUIState = new A.RecurringInvoiceUIStateBuilder() : t36; + t36 = t19._as(serializers.deserialize$2$specifiedType(value, B.FullType_gA4)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._recurring_invoice_state$_$v = t35; + t35._recurring_invoice_state$_$v = t36; break; case "webhookUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._webhookUIState; - t34 = t35 == null ? t34._webhookUIState = new A.WebhookUIStateBuilder() : t35; - t35 = t18._as(serializers.deserialize$2$specifiedType(value, B.FullType_AUo)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._webhookUIState; + t35 = t36 == null ? t35._webhookUIState = new A.WebhookUIStateBuilder() : t36; + t36 = t18._as(serializers.deserialize$2$specifiedType(value, B.FullType_AUo)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._webhook_state$_$v = t35; + t35._webhook_state$_$v = t36; break; case "tokenUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._tokenUIState; - t34 = t35 == null ? t34._tokenUIState = new A.TokenUIStateBuilder() : t35; - t35 = t17._as(serializers.deserialize$2$specifiedType(value, B.FullType_oeJ)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._tokenUIState; + t35 = t36 == null ? t35._tokenUIState = new A.TokenUIStateBuilder() : t36; + t36 = t17._as(serializers.deserialize$2$specifiedType(value, B.FullType_oeJ)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._token_state$_$v = t35; + t35._token_state$_$v = t36; break; case "paymentTermUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._paymentTermUIState; - t34 = t35 == null ? t34._paymentTermUIState = new A.PaymentTermUIStateBuilder() : t35; - t35 = t16._as(serializers.deserialize$2$specifiedType(value, B.FullType_cg9)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._paymentTermUIState; + t35 = t36 == null ? t35._paymentTermUIState = new A.PaymentTermUIStateBuilder() : t36; + t36 = t16._as(serializers.deserialize$2$specifiedType(value, B.FullType_cg9)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._payment_term_state$_$v = t35; + t35._payment_term_state$_$v = t36; break; case "designUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._designUIState; - t34 = t35 == null ? t34._designUIState = new A.DesignUIStateBuilder() : t35; - t35 = t15._as(serializers.deserialize$2$specifiedType(value, B.FullType_cE9)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._designUIState; + t35 = t36 == null ? t35._designUIState = new A.DesignUIStateBuilder() : t36; + t36 = t15._as(serializers.deserialize$2$specifiedType(value, B.FullType_cE9)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._design_state$_$v = t35; + t35._design_state$_$v = t36; break; case "creditUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._creditUIState; - t34 = t35 == null ? t34._creditUIState = new A.CreditUIStateBuilder() : t35; - t35 = t14._as(serializers.deserialize$2$specifiedType(value, B.FullType_kiO)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._creditUIState; + t35 = t36 == null ? t35._creditUIState = new A.CreditUIStateBuilder() : t36; + t36 = t14._as(serializers.deserialize$2$specifiedType(value, B.FullType_kiO)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._credit_state$_$v = t35; + t35._credit_state$_$v = t36; break; case "userUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._userUIState; - t34 = t35 == null ? t34._userUIState = new A.UserUIStateBuilder() : t35; - t35 = t13._as(serializers.deserialize$2$specifiedType(value, B.FullType_A8J0)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._userUIState; + t35 = t36 == null ? t35._userUIState = new A.UserUIStateBuilder() : t36; + t36 = t13._as(serializers.deserialize$2$specifiedType(value, B.FullType_A8J0)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._user_state$_$v = t35; + t35._user_state$_$v = t36; break; case "taxRateUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._taxRateUIState; - t34 = t35 == null ? t34._taxRateUIState = new A.TaxRateUIStateBuilder() : t35; - t35 = t12._as(serializers.deserialize$2$specifiedType(value, B.FullType_MIo0)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._taxRateUIState; + t35 = t36 == null ? t35._taxRateUIState = new A.TaxRateUIStateBuilder() : t36; + t36 = t12._as(serializers.deserialize$2$specifiedType(value, B.FullType_MIo0)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._tax_rate_state$_$v = t35; + t35._tax_rate_state$_$v = t36; break; case "companyGatewayUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._companyGatewayUIState; - t34 = t35 == null ? t34._companyGatewayUIState = new A.CompanyGatewayUIStateBuilder() : t35; - t35 = t11._as(serializers.deserialize$2$specifiedType(value, B.FullType_2Px)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._companyGatewayUIState; + t35 = t36 == null ? t35._companyGatewayUIState = new A.CompanyGatewayUIStateBuilder() : t36; + t36 = t11._as(serializers.deserialize$2$specifiedType(value, B.FullType_2Px)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._company_gateway_state$_$v = t35; + t35._company_gateway_state$_$v = t36; break; case "groupUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._groupUIState; - t34 = t35 == null ? t34._groupUIState = new A.GroupUIStateBuilder() : t35; - t35 = t10._as(serializers.deserialize$2$specifiedType(value, B.FullType_2bx)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._groupUIState; + t35 = t36 == null ? t35._groupUIState = new A.GroupUIStateBuilder() : t36; + t36 = t10._as(serializers.deserialize$2$specifiedType(value, B.FullType_2bx)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._group_state$_$v = t35; + t35._group_state$_$v = t36; break; case "documentUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._documentUIState; - t34 = t35 == null ? t34._documentUIState = new A.DocumentUIStateBuilder() : t35; - t35 = t9._as(serializers.deserialize$2$specifiedType(value, B.FullType_wwi)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._documentUIState; + t35 = t36 == null ? t35._documentUIState = new A.DocumentUIStateBuilder() : t36; + t36 = t9._as(serializers.deserialize$2$specifiedType(value, B.FullType_wwi)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._document_state$_$v = t35; + t35._document_state$_$v = t36; break; case "expenseUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._expenseUIState; - t34 = t35 == null ? t34._expenseUIState = new A.ExpenseUIStateBuilder() : t35; - t35 = t8._as(serializers.deserialize$2$specifiedType(value, B.FullType_ivT)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._expenseUIState; + t35 = t36 == null ? t35._expenseUIState = new A.ExpenseUIStateBuilder() : t36; + t36 = t8._as(serializers.deserialize$2$specifiedType(value, B.FullType_ivT)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._expense_state$_$v = t35; + t35._expense_state$_$v = t36; break; case "vendorUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._vendorUIState; - t34 = t35 == null ? t34._vendorUIState = new A.VendorUIStateBuilder() : t35; - t35 = t7._as(serializers.deserialize$2$specifiedType(value, B.FullType_2be)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._vendorUIState; + t35 = t36 == null ? t35._vendorUIState = new A.VendorUIStateBuilder() : t36; + t36 = t7._as(serializers.deserialize$2$specifiedType(value, B.FullType_2be)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._vendor_state$_$v = t35; + t35._vendor_state$_$v = t36; break; case "taskUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._taskUIState; - t34 = t35 == null ? t34._taskUIState = new A.TaskUIStateBuilder() : t35; - t35 = t6._as(serializers.deserialize$2$specifiedType(value, B.FullType_5xM)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._taskUIState; + t35 = t36 == null ? t35._taskUIState = new A.TaskUIStateBuilder() : t36; + t36 = t6._as(serializers.deserialize$2$specifiedType(value, B.FullType_5xM)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._task_state$_$v = t35; + t35._task_state$_$v = t36; break; case "projectUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._projectUIState; - t34 = t35 == null ? t34._projectUIState = new A.ProjectUIStateBuilder() : t35; - t35 = t5._as(serializers.deserialize$2$specifiedType(value, B.FullType_EOF)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._projectUIState; + t35 = t36 == null ? t35._projectUIState = new A.ProjectUIStateBuilder() : t36; + t36 = t5._as(serializers.deserialize$2$specifiedType(value, B.FullType_EOF)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._project_state$_$v = t35; + t35._project_state$_$v = t36; break; case "paymentUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._paymentUIState; - t34 = t35 == null ? t34._paymentUIState = new A.PaymentUIStateBuilder() : t35; - t35 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_1cc)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._paymentUIState; + t35 = t36 == null ? t35._paymentUIState = new A.PaymentUIStateBuilder() : t36; + t36 = t4._as(serializers.deserialize$2$specifiedType(value, B.FullType_1cc)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._payment_state$_$v = t35; + t35._payment_state$_$v = t36; break; case "quoteUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._quoteUIState; - t34 = t35 == null ? t34._quoteUIState = new A.QuoteUIStateBuilder() : t35; - t35 = t3._as(serializers.deserialize$2$specifiedType(value, B.FullType_0eC)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._quoteUIState; + t35 = t36 == null ? t35._quoteUIState = new A.QuoteUIStateBuilder() : t36; + t36 = t3._as(serializers.deserialize$2$specifiedType(value, B.FullType_0eC)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._quote_state$_$v = t35; + t35._quote_state$_$v = t36; break; case "settingsUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._settingsUIState; - if (t35 == null) { - t35 = new A.SettingsUIStateBuilder(); - t35.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; - t34._settingsUIState = t35; - t34 = t35; + t35 = result.get$_ui_state$_$this(); + t36 = t35._settingsUIState; + if (t36 == null) { + t36 = new A.SettingsUIStateBuilder(); + t36.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; + t35._settingsUIState = t36; + t35 = t36; } else - t34 = t35; - t35 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_eFJ)); - if (t35 == null) + t35 = t36; + t36 = t2._as(serializers.deserialize$2$specifiedType(value, B.FullType_eFJ)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._company_state$_$v = t35; + t35._company_state$_$v = t36; break; case "reportsUIState": - t34 = result.get$_ui_state$_$this(); - t35 = t34._reportsUIState; - t34 = t35 == null ? t34._reportsUIState = new A.ReportsUIStateBuilder() : t35; - t35 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_NPy)); - if (t35 == null) + t35 = result.get$_ui_state$_$this(); + t36 = t35._reportsUIState; + t35 = t36 == null ? t35._reportsUIState = new A.ReportsUIStateBuilder() : t36; + t36 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_NPy)); + if (t36 == null) A.throwExpression(A.ArgumentError$notNull(_s5_)); - t34._reports_state$_$v = t35; + t35._reports_state$_$v = t36; break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -390784,7 +402019,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._ui_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { var _this = this; @@ -390792,12 +402027,12 @@ return false; if (other === _this) return true; - return other instanceof A.UIState && _this.selectedCompanyIndex === other.selectedCompanyIndex && _this.currentRoute === other.currentRoute && _this.previousRoute === other.previousRoute && _this.loadingEntityType == other.loadingEntityType && J.$eq$(_this.previewStack, other.previewStack) && J.$eq$(_this.filterStack, other.filterStack) && _this.filter == other.filter && _this.filterClearedAt === other.filterClearedAt && _this.lastActivityAt === other.lastActivityAt && J.$eq$(_this.dashboardUIState, other.dashboardUIState) && J.$eq$(_this.productUIState, other.productUIState) && J.$eq$(_this.clientUIState, other.clientUIState) && J.$eq$(_this.invoiceUIState, other.invoiceUIState) && J.$eq$(_this.purchaseOrderUIState, other.purchaseOrderUIState) && J.$eq$(_this.recurringExpenseUIState, other.recurringExpenseUIState) && J.$eq$(_this.subscriptionUIState, other.subscriptionUIState) && J.$eq$(_this.taskStatusUIState, other.taskStatusUIState) && J.$eq$(_this.expenseCategoryUIState, other.expenseCategoryUIState) && J.$eq$(_this.recurringInvoiceUIState, other.recurringInvoiceUIState) && J.$eq$(_this.webhookUIState, other.webhookUIState) && J.$eq$(_this.tokenUIState, other.tokenUIState) && J.$eq$(_this.paymentTermUIState, other.paymentTermUIState) && J.$eq$(_this.designUIState, other.designUIState) && J.$eq$(_this.creditUIState, other.creditUIState) && J.$eq$(_this.userUIState, other.userUIState) && J.$eq$(_this.taxRateUIState, other.taxRateUIState) && J.$eq$(_this.companyGatewayUIState, other.companyGatewayUIState) && J.$eq$(_this.groupUIState, other.groupUIState) && J.$eq$(_this.documentUIState, other.documentUIState) && J.$eq$(_this.expenseUIState, other.expenseUIState) && J.$eq$(_this.vendorUIState, other.vendorUIState) && J.$eq$(_this.taskUIState, other.taskUIState) && J.$eq$(_this.projectUIState, other.projectUIState) && J.$eq$(_this.paymentUIState, other.paymentUIState) && J.$eq$(_this.quoteUIState, other.quoteUIState) && J.$eq$(_this.settingsUIState, other.settingsUIState) && J.$eq$(_this.reportsUIState, other.reportsUIState); + return other instanceof A.UIState && _this.selectedCompanyIndex === other.selectedCompanyIndex && _this.currentRoute === other.currentRoute && _this.previousRoute === other.previousRoute && _this.loadingEntityType == other.loadingEntityType && J.$eq$(_this.previewStack, other.previewStack) && J.$eq$(_this.filterStack, other.filterStack) && _this.filter == other.filter && _this.filterClearedAt === other.filterClearedAt && _this.lastActivityAt === other.lastActivityAt && J.$eq$(_this.dashboardUIState, other.dashboardUIState) && J.$eq$(_this.productUIState, other.productUIState) && J.$eq$(_this.clientUIState, other.clientUIState) && J.$eq$(_this.invoiceUIState, other.invoiceUIState) && J.$eq$(_this.bankAccountUIState, other.bankAccountUIState) && J.$eq$(_this.purchaseOrderUIState, other.purchaseOrderUIState) && J.$eq$(_this.recurringExpenseUIState, other.recurringExpenseUIState) && J.$eq$(_this.subscriptionUIState, other.subscriptionUIState) && J.$eq$(_this.taskStatusUIState, other.taskStatusUIState) && J.$eq$(_this.expenseCategoryUIState, other.expenseCategoryUIState) && J.$eq$(_this.recurringInvoiceUIState, other.recurringInvoiceUIState) && J.$eq$(_this.webhookUIState, other.webhookUIState) && J.$eq$(_this.tokenUIState, other.tokenUIState) && J.$eq$(_this.paymentTermUIState, other.paymentTermUIState) && J.$eq$(_this.designUIState, other.designUIState) && J.$eq$(_this.creditUIState, other.creditUIState) && J.$eq$(_this.userUIState, other.userUIState) && J.$eq$(_this.taxRateUIState, other.taxRateUIState) && J.$eq$(_this.companyGatewayUIState, other.companyGatewayUIState) && J.$eq$(_this.groupUIState, other.groupUIState) && J.$eq$(_this.documentUIState, other.documentUIState) && J.$eq$(_this.expenseUIState, other.expenseUIState) && J.$eq$(_this.vendorUIState, other.vendorUIState) && J.$eq$(_this.taskUIState, other.taskUIState) && J.$eq$(_this.projectUIState, other.projectUIState) && J.$eq$(_this.paymentUIState, other.paymentUIState) && J.$eq$(_this.quoteUIState, other.quoteUIState) && J.$eq$(_this.settingsUIState, other.settingsUIState) && J.$eq$(_this.reportsUIState, other.reportsUIState); }, get$hashCode(_) { var _this = this, t1 = _this._ui_state$__hashCode; - return t1 == null ? _this._ui_state$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSInt_methods.get$hashCode(_this.selectedCompanyIndex)), B.JSString_methods.get$hashCode(_this.currentRoute)), B.JSString_methods.get$hashCode(_this.previousRoute)), J.get$hashCode$(_this.loadingEntityType)), J.get$hashCode$(_this.previewStack)), J.get$hashCode$(_this.filterStack)), J.get$hashCode$(_this.filter)), B.JSInt_methods.get$hashCode(_this.filterClearedAt)), B.JSInt_methods.get$hashCode(_this.lastActivityAt)), J.get$hashCode$(_this.dashboardUIState)), J.get$hashCode$(_this.productUIState)), J.get$hashCode$(_this.clientUIState)), J.get$hashCode$(_this.invoiceUIState)), J.get$hashCode$(_this.purchaseOrderUIState)), J.get$hashCode$(_this.recurringExpenseUIState)), J.get$hashCode$(_this.subscriptionUIState)), J.get$hashCode$(_this.taskStatusUIState)), J.get$hashCode$(_this.expenseCategoryUIState)), J.get$hashCode$(_this.recurringInvoiceUIState)), J.get$hashCode$(_this.webhookUIState)), J.get$hashCode$(_this.tokenUIState)), J.get$hashCode$(_this.paymentTermUIState)), J.get$hashCode$(_this.designUIState)), J.get$hashCode$(_this.creditUIState)), J.get$hashCode$(_this.userUIState)), J.get$hashCode$(_this.taxRateUIState)), J.get$hashCode$(_this.companyGatewayUIState)), J.get$hashCode$(_this.groupUIState)), J.get$hashCode$(_this.documentUIState)), J.get$hashCode$(_this.expenseUIState)), J.get$hashCode$(_this.vendorUIState)), J.get$hashCode$(_this.taskUIState)), J.get$hashCode$(_this.projectUIState)), J.get$hashCode$(_this.paymentUIState)), J.get$hashCode$(_this.quoteUIState)), J.get$hashCode$(_this.settingsUIState)), J.get$hashCode$(_this.reportsUIState))) : t1; + return t1 == null ? _this._ui_state$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSInt_methods.get$hashCode(_this.selectedCompanyIndex)), B.JSString_methods.get$hashCode(_this.currentRoute)), B.JSString_methods.get$hashCode(_this.previousRoute)), J.get$hashCode$(_this.loadingEntityType)), J.get$hashCode$(_this.previewStack)), J.get$hashCode$(_this.filterStack)), J.get$hashCode$(_this.filter)), B.JSInt_methods.get$hashCode(_this.filterClearedAt)), B.JSInt_methods.get$hashCode(_this.lastActivityAt)), J.get$hashCode$(_this.dashboardUIState)), J.get$hashCode$(_this.productUIState)), J.get$hashCode$(_this.clientUIState)), J.get$hashCode$(_this.invoiceUIState)), J.get$hashCode$(_this.bankAccountUIState)), J.get$hashCode$(_this.purchaseOrderUIState)), J.get$hashCode$(_this.recurringExpenseUIState)), J.get$hashCode$(_this.subscriptionUIState)), J.get$hashCode$(_this.taskStatusUIState)), J.get$hashCode$(_this.expenseCategoryUIState)), J.get$hashCode$(_this.recurringInvoiceUIState)), J.get$hashCode$(_this.webhookUIState)), J.get$hashCode$(_this.tokenUIState)), J.get$hashCode$(_this.paymentTermUIState)), J.get$hashCode$(_this.designUIState)), J.get$hashCode$(_this.creditUIState)), J.get$hashCode$(_this.userUIState)), J.get$hashCode$(_this.taxRateUIState)), J.get$hashCode$(_this.companyGatewayUIState)), J.get$hashCode$(_this.groupUIState)), J.get$hashCode$(_this.documentUIState)), J.get$hashCode$(_this.expenseUIState)), J.get$hashCode$(_this.vendorUIState)), J.get$hashCode$(_this.taskUIState)), J.get$hashCode$(_this.projectUIState)), J.get$hashCode$(_this.paymentUIState)), J.get$hashCode$(_this.quoteUIState)), J.get$hashCode$(_this.settingsUIState)), J.get$hashCode$(_this.reportsUIState))) : t1; }, toString$0(_) { var _this = this, @@ -390816,6 +402051,7 @@ t2.add$2(t1, "productUIState", _this.productUIState); t2.add$2(t1, "clientUIState", _this.clientUIState); t2.add$2(t1, "invoiceUIState", _this.invoiceUIState); + t2.add$2(t1, "bankAccountUIState", _this.bankAccountUIState); t2.add$2(t1, "purchaseOrderUIState", _this.purchaseOrderUIState); t2.add$2(t1, "recurringExpenseUIState", _this.recurringExpenseUIState); t2.add$2(t1, "subscriptionUIState", _this.subscriptionUIState); @@ -390874,6 +402110,11 @@ t2 = t1._invoiceUIState; return t2 == null ? t1._invoiceUIState = new A.InvoiceUIStateBuilder() : t2; }, + get$bankAccountUIState() { + var t1 = this.get$_ui_state$_$this(), + t2 = t1._bankAccountUIState; + return t2 == null ? t1._bankAccountUIState = new A.BankAccountUIStateBuilder() : t2; + }, get$purchaseOrderUIState() { var t1 = this.get$_ui_state$_$this(), t2 = t1._purchaseOrderUIState; @@ -391042,157 +402283,163 @@ A.ArgumentError_checkNotNull(t2, _s5_); t1._invoice_state$_$v = t2; _this._invoiceUIState = t1; - t1 = $$v.purchaseOrderUIState; + t1 = $$v.bankAccountUIState; t1.toString; - t2 = new A.PurchaseOrderUIStateBuilder(); + t2 = new A.BankAccountUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._purchase_order_state$_$v = t1; - _this._purchaseOrderUIState = t2; - t2 = $$v.recurringExpenseUIState; + t2._bank_account_state$_$v = t1; + _this._bankAccountUIState = t2; + t2 = $$v.purchaseOrderUIState; t2.toString; - t1 = new A.RecurringExpenseUIStateBuilder(); + t1 = new A.PurchaseOrderUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._recurring_expense_state$_$v = t2; - _this._recurringExpenseUIState = t1; - t1 = $$v.subscriptionUIState; + t1._purchase_order_state$_$v = t2; + _this._purchaseOrderUIState = t1; + t1 = $$v.recurringExpenseUIState; t1.toString; - t2 = new A.SubscriptionUIStateBuilder(); + t2 = new A.RecurringExpenseUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._subscription_state$_$v = t1; - _this._subscriptionUIState = t2; - t2 = $$v.taskStatusUIState; + t2._recurring_expense_state$_$v = t1; + _this._recurringExpenseUIState = t2; + t2 = $$v.subscriptionUIState; t2.toString; - t1 = new A.TaskStatusUIStateBuilder(); + t1 = new A.SubscriptionUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._task_status_state$_$v = t2; - _this._taskStatusUIState = t1; - t1 = $$v.expenseCategoryUIState; + t1._subscription_state$_$v = t2; + _this._subscriptionUIState = t1; + t1 = $$v.taskStatusUIState; t1.toString; - t2 = new A.ExpenseCategoryUIStateBuilder(); + t2 = new A.TaskStatusUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._expense_category_state$_$v = t1; - _this._expenseCategoryUIState = t2; - t2 = $$v.recurringInvoiceUIState; + t2._task_status_state$_$v = t1; + _this._taskStatusUIState = t2; + t2 = $$v.expenseCategoryUIState; t2.toString; - t1 = new A.RecurringInvoiceUIStateBuilder(); + t1 = new A.ExpenseCategoryUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._recurring_invoice_state$_$v = t2; - _this._recurringInvoiceUIState = t1; - t1 = $$v.webhookUIState; + t1._expense_category_state$_$v = t2; + _this._expenseCategoryUIState = t1; + t1 = $$v.recurringInvoiceUIState; t1.toString; - t2 = new A.WebhookUIStateBuilder(); + t2 = new A.RecurringInvoiceUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._webhook_state$_$v = t1; - _this._webhookUIState = t2; - t2 = $$v.tokenUIState; + t2._recurring_invoice_state$_$v = t1; + _this._recurringInvoiceUIState = t2; + t2 = $$v.webhookUIState; t2.toString; - t1 = new A.TokenUIStateBuilder(); + t1 = new A.WebhookUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._token_state$_$v = t2; - _this._tokenUIState = t1; - t1 = $$v.paymentTermUIState; + t1._webhook_state$_$v = t2; + _this._webhookUIState = t1; + t1 = $$v.tokenUIState; t1.toString; - t2 = new A.PaymentTermUIStateBuilder(); + t2 = new A.TokenUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._payment_term_state$_$v = t1; - _this._paymentTermUIState = t2; - t2 = $$v.designUIState; + t2._token_state$_$v = t1; + _this._tokenUIState = t2; + t2 = $$v.paymentTermUIState; t2.toString; - t1 = new A.DesignUIStateBuilder(); + t1 = new A.PaymentTermUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._design_state$_$v = t2; - _this._designUIState = t1; - t1 = $$v.creditUIState; + t1._payment_term_state$_$v = t2; + _this._paymentTermUIState = t1; + t1 = $$v.designUIState; t1.toString; - t2 = new A.CreditUIStateBuilder(); + t2 = new A.DesignUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._credit_state$_$v = t1; - _this._creditUIState = t2; - t2 = $$v.userUIState; + t2._design_state$_$v = t1; + _this._designUIState = t2; + t2 = $$v.creditUIState; t2.toString; - t1 = new A.UserUIStateBuilder(); + t1 = new A.CreditUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._user_state$_$v = t2; - _this._userUIState = t1; - t1 = $$v.taxRateUIState; + t1._credit_state$_$v = t2; + _this._creditUIState = t1; + t1 = $$v.userUIState; t1.toString; - t2 = new A.TaxRateUIStateBuilder(); + t2 = new A.UserUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._tax_rate_state$_$v = t1; - _this._taxRateUIState = t2; - t2 = $$v.companyGatewayUIState; + t2._user_state$_$v = t1; + _this._userUIState = t2; + t2 = $$v.taxRateUIState; t2.toString; - t1 = new A.CompanyGatewayUIStateBuilder(); + t1 = new A.TaxRateUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._company_gateway_state$_$v = t2; - _this._companyGatewayUIState = t1; - t1 = $$v.groupUIState; + t1._tax_rate_state$_$v = t2; + _this._taxRateUIState = t1; + t1 = $$v.companyGatewayUIState; t1.toString; - t2 = new A.GroupUIStateBuilder(); + t2 = new A.CompanyGatewayUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._group_state$_$v = t1; - _this._groupUIState = t2; - t2 = $$v.documentUIState; + t2._company_gateway_state$_$v = t1; + _this._companyGatewayUIState = t2; + t2 = $$v.groupUIState; t2.toString; - t1 = new A.DocumentUIStateBuilder(); + t1 = new A.GroupUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._document_state$_$v = t2; - _this._documentUIState = t1; - t1 = $$v.expenseUIState; + t1._group_state$_$v = t2; + _this._groupUIState = t1; + t1 = $$v.documentUIState; t1.toString; - t2 = new A.ExpenseUIStateBuilder(); + t2 = new A.DocumentUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._expense_state$_$v = t1; - _this._expenseUIState = t2; - t2 = $$v.vendorUIState; + t2._document_state$_$v = t1; + _this._documentUIState = t2; + t2 = $$v.expenseUIState; t2.toString; - t1 = new A.VendorUIStateBuilder(); + t1 = new A.ExpenseUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._vendor_state$_$v = t2; - _this._vendorUIState = t1; - t1 = $$v.taskUIState; + t1._expense_state$_$v = t2; + _this._expenseUIState = t1; + t1 = $$v.vendorUIState; t1.toString; - t2 = new A.TaskUIStateBuilder(); + t2 = new A.VendorUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._task_state$_$v = t1; - _this._taskUIState = t2; - t2 = $$v.projectUIState; + t2._vendor_state$_$v = t1; + _this._vendorUIState = t2; + t2 = $$v.taskUIState; t2.toString; - t1 = new A.ProjectUIStateBuilder(); + t1 = new A.TaskUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._project_state$_$v = t2; - _this._projectUIState = t1; - t1 = $$v.paymentUIState; + t1._task_state$_$v = t2; + _this._taskUIState = t1; + t1 = $$v.projectUIState; t1.toString; - t2 = new A.PaymentUIStateBuilder(); + t2 = new A.ProjectUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._payment_state$_$v = t1; - _this._paymentUIState = t2; - t2 = $$v.quoteUIState; + t2._project_state$_$v = t1; + _this._projectUIState = t2; + t2 = $$v.paymentUIState; t2.toString; - t1 = new A.QuoteUIStateBuilder(); + t1 = new A.PaymentUIStateBuilder(); A.ArgumentError_checkNotNull(t2, _s5_); - t1._quote_state$_$v = t2; - _this._quoteUIState = t1; - t1 = $$v.settingsUIState; + t1._payment_state$_$v = t2; + _this._paymentUIState = t1; + t1 = $$v.quoteUIState; t1.toString; - t2 = new A.SettingsUIStateBuilder(); - t2.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; + t2 = new A.QuoteUIStateBuilder(); A.ArgumentError_checkNotNull(t1, _s5_); - t2._company_state$_$v = t1; - _this._settingsUIState = t2; - t2 = $$v.reportsUIState; + t2._quote_state$_$v = t1; + _this._quoteUIState = t2; + t2 = $$v.settingsUIState; t2.toString; - t1 = new A.ReportsUIStateBuilder(); + t1 = new A.SettingsUIStateBuilder(); + t1.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; A.ArgumentError_checkNotNull(t2, _s5_); - t1._reports_state$_$v = t2; - _this._reportsUIState = t1; + t1._company_state$_$v = t2; + _this._settingsUIState = t1; + t1 = $$v.reportsUIState; + t1.toString; + t2 = new A.ReportsUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); + t2._reports_state$_$v = t1; + _this._reportsUIState = t2; _this._ui_state$_$v = null; } return _this; }, - build$0(_) { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, exception, _this = this, + build$0() { + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, exception, _this = this, _s7_ = "UIState", _$result = null; try { @@ -391208,8 +402455,8 @@ if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "previousRoute")); t4 = _this.get$_ui_state$_$this()._loadingEntityType; - t5 = _this.get$previewStack().build$0(0); - t6 = _this.get$filterStack().build$0(0); + t5 = _this.get$previewStack().build$0(); + t6 = _this.get$filterStack().build$0(); t7 = _this.get$_ui_state$_$this()._filter; t8 = _this.get$_ui_state$_$this()._filterClearedAt; if (t8 == null) @@ -391217,99 +402464,102 @@ t9 = _this.get$_ui_state$_$this()._lastActivityAt; if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s7_, "lastActivityAt")); - t10 = _this.get$dashboardUIState().build$0(0); - t11 = _this.get$productUIState().build$0(0); - t12 = _this.get$clientUIState().build$0(0); - t13 = _this.get$invoiceUIState().build$0(0); - t14 = _this.get$purchaseOrderUIState().build$0(0); - t15 = _this.get$recurringExpenseUIState().build$0(0); - t16 = _this.get$subscriptionUIState().build$0(0); - t17 = _this.get$taskStatusUIState().build$0(0); - t18 = _this.get$expenseCategoryUIState().build$0(0); - t19 = _this.get$recurringInvoiceUIState().build$0(0); - t20 = _this.get$webhookUIState().build$0(0); - t21 = _this.get$tokenUIState().build$0(0); - t22 = _this.get$paymentTermUIState().build$0(0); - t23 = _this.get$designUIState().build$0(0); - t24 = _this.get$creditUIState().build$0(0); - t25 = _this.get$userUIState().build$0(0); - t26 = _this.get$taxRateUIState().build$0(0); - t27 = _this.get$companyGatewayUIState().build$0(0); - t28 = _this.get$groupUIState().build$0(0); - t29 = _this.get$documentUIState().build$0(0); - t30 = _this.get$expenseUIState().build$0(0); - t31 = _this.get$vendorUIState().build$0(0); - t32 = _this.get$taskUIState().build$0(0); - t33 = _this.get$projectUIState().build$0(0); - t34 = _this.get$paymentUIState().build$0(0); - t35 = _this.get$quoteUIState().build$0(0); - t36 = _this.get$settingsUIState().build$0(0); - _$result0 = A._$UIState$_(t12, t27, t24, t2, t10, t23, t29, t18, t30, t7, t8, t6, t28, t13, t9, t4, t22, t34, t5, t3, t11, t33, t14, t35, t15, t19, _this.get$reportsUIState().build$0(0), t1, t36, t16, t17, t32, t26, t21, t25, t31, t20); + t10 = _this.get$dashboardUIState().build$0(); + t11 = _this.get$productUIState().build$0(); + t12 = _this.get$clientUIState().build$0(); + t13 = _this.get$invoiceUIState().build$0(); + t14 = _this.get$bankAccountUIState().build$0(); + t15 = _this.get$purchaseOrderUIState().build$0(); + t16 = _this.get$recurringExpenseUIState().build$0(); + t17 = _this.get$subscriptionUIState().build$0(); + t18 = _this.get$taskStatusUIState().build$0(); + t19 = _this.get$expenseCategoryUIState().build$0(); + t20 = _this.get$recurringInvoiceUIState().build$0(); + t21 = _this.get$webhookUIState().build$0(); + t22 = _this.get$tokenUIState().build$0(); + t23 = _this.get$paymentTermUIState().build$0(); + t24 = _this.get$designUIState().build$0(); + t25 = _this.get$creditUIState().build$0(); + t26 = _this.get$userUIState().build$0(); + t27 = _this.get$taxRateUIState().build$0(); + t28 = _this.get$companyGatewayUIState().build$0(); + t29 = _this.get$groupUIState().build$0(); + t30 = _this.get$documentUIState().build$0(); + t31 = _this.get$expenseUIState().build$0(); + t32 = _this.get$vendorUIState().build$0(); + t33 = _this.get$taskUIState().build$0(); + t34 = _this.get$projectUIState().build$0(); + t35 = _this.get$paymentUIState().build$0(); + t36 = _this.get$quoteUIState().build$0(); + t37 = _this.get$settingsUIState().build$0(); + _$result0 = A._$UIState$_(t14, t12, t28, t25, t2, t10, t24, t30, t19, t31, t7, t8, t6, t29, t13, t9, t4, t23, t35, t5, t3, t11, t34, t15, t36, t16, t20, _this.get$reportsUIState().build$0(), t1, t37, t17, t18, t33, t27, t22, t26, t32, t21); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "previewStack"; - _this.get$previewStack().build$0(0); + _this.get$previewStack().build$0(); _$failedField = "filterStack"; - _this.get$filterStack().build$0(0); + _this.get$filterStack().build$0(); _$failedField = "dashboardUIState"; - _this.get$dashboardUIState().build$0(0); + _this.get$dashboardUIState().build$0(); _$failedField = "productUIState"; - _this.get$productUIState().build$0(0); + _this.get$productUIState().build$0(); _$failedField = "clientUIState"; - _this.get$clientUIState().build$0(0); + _this.get$clientUIState().build$0(); _$failedField = "invoiceUIState"; - _this.get$invoiceUIState().build$0(0); + _this.get$invoiceUIState().build$0(); + _$failedField = "bankAccountUIState"; + _this.get$bankAccountUIState().build$0(); _$failedField = "purchaseOrderUIState"; - _this.get$purchaseOrderUIState().build$0(0); + _this.get$purchaseOrderUIState().build$0(); _$failedField = "recurringExpenseUIState"; - _this.get$recurringExpenseUIState().build$0(0); + _this.get$recurringExpenseUIState().build$0(); _$failedField = "subscriptionUIState"; - _this.get$subscriptionUIState().build$0(0); + _this.get$subscriptionUIState().build$0(); _$failedField = "taskStatusUIState"; - _this.get$taskStatusUIState().build$0(0); + _this.get$taskStatusUIState().build$0(); _$failedField = "expenseCategoryUIState"; - _this.get$expenseCategoryUIState().build$0(0); + _this.get$expenseCategoryUIState().build$0(); _$failedField = "recurringInvoiceUIState"; - _this.get$recurringInvoiceUIState().build$0(0); + _this.get$recurringInvoiceUIState().build$0(); _$failedField = "webhookUIState"; - _this.get$webhookUIState().build$0(0); + _this.get$webhookUIState().build$0(); _$failedField = "tokenUIState"; - _this.get$tokenUIState().build$0(0); + _this.get$tokenUIState().build$0(); _$failedField = "paymentTermUIState"; - _this.get$paymentTermUIState().build$0(0); + _this.get$paymentTermUIState().build$0(); _$failedField = "designUIState"; - _this.get$designUIState().build$0(0); + _this.get$designUIState().build$0(); _$failedField = "creditUIState"; - _this.get$creditUIState().build$0(0); + _this.get$creditUIState().build$0(); _$failedField = "userUIState"; - _this.get$userUIState().build$0(0); + _this.get$userUIState().build$0(); _$failedField = "taxRateUIState"; - _this.get$taxRateUIState().build$0(0); + _this.get$taxRateUIState().build$0(); _$failedField = "companyGatewayUIState"; - _this.get$companyGatewayUIState().build$0(0); + _this.get$companyGatewayUIState().build$0(); _$failedField = "groupUIState"; - _this.get$groupUIState().build$0(0); + _this.get$groupUIState().build$0(); _$failedField = "documentUIState"; - _this.get$documentUIState().build$0(0); + _this.get$documentUIState().build$0(); _$failedField = "expenseUIState"; - _this.get$expenseUIState().build$0(0); + _this.get$expenseUIState().build$0(); _$failedField = "vendorUIState"; - _this.get$vendorUIState().build$0(0); + _this.get$vendorUIState().build$0(); _$failedField = "taskUIState"; - _this.get$taskUIState().build$0(0); + _this.get$taskUIState().build$0(); _$failedField = "projectUIState"; - _this.get$projectUIState().build$0(0); + _this.get$projectUIState().build$0(); _$failedField = "paymentUIState"; - _this.get$paymentUIState().build$0(0); + _this.get$paymentUIState().build$0(); _$failedField = "quoteUIState"; - _this.get$quoteUIState().build$0(0); + _this.get$quoteUIState().build$0(); _$failedField = "settingsUIState"; - _this.get$settingsUIState().build$0(0); + _this.get$settingsUIState().build$0(); _$failedField = "reportsUIState"; - _this.get$reportsUIState().build$0(0); + _this.get$reportsUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s7_, _$failedField, J.toString$0$(e)); @@ -391423,83 +402673,85 @@ call$1(user) { return user.get$id(user); }, - $signature: 39 + $signature: 40 }; A.handleUserAction_closure0.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_client_model$_$this()._client_model$_assignedUserId = t1; }, - $signature: 1995 + $signature: 2031 }; A.handleUserAction_closure1.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 151 + $signature: 143 }; A.handleUserAction_closure2.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 151 + $signature: 143 }; A.handleUserAction_closure3.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 151 + $signature: 143 }; A.handleUserAction_closure4.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 151 + $signature: 143 }; A.handleUserAction_closure5.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_expense_model$_$this()._expense_model$_assignedUserId = t1; }, - $signature: 1996 + $signature: 2032 }; A.handleUserAction_closure6.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_payment_model$_$this()._payment_model$_assignedUserId = t1; }, - $signature: 800 + $signature: 808 }; A.handleUserAction_closure7.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_project_model$_$this()._project_model$_assignedUserId = t1; }, - $signature: 799 + $signature: 680 }; A.handleUserAction_closure8.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_task_model$_$this()._task_model$_assignedUserId = t1; }, - $signature: 1997 + $signature: 2033 }; A.handleUserAction_closure9.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = t1; }, - $signature: 1998 + $signature: 2034 }; A.handleUserAction_closure11.prototype = { call$2(password, idToken) { var _this = this, - t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null); - return _this.store.get$_dispatchers()[0].call$1(new A.RestoreUserRequest(t1, _this.userIds, password, idToken)); + t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null), + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(new A.RestoreUserRequest(t1, _this.userIds, password, idToken)); }, call$1(password) { return this.call$2(password, null); @@ -391507,19 +402759,21 @@ call$0() { return this.call$2(null, null); }, - $signature: 346 + $signature: 331 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 38 + $signature: 39 }; A.handleUserAction_closure13.prototype = { call$2(password, idToken) { var _this = this, - t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null); - return _this.store.get$_dispatchers()[0].call$1(new A.ArchiveUserRequest(t1, _this.userIds, password, idToken)); + t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null), + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(new A.ArchiveUserRequest(t1, _this.userIds, password, idToken)); }, call$1(password) { return this.call$2(password, null); @@ -391527,19 +402781,21 @@ call$0() { return this.call$2(null, null); }, - $signature: 346 + $signature: 331 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 38 + $signature: 39 }; A.handleUserAction_closure15.prototype = { call$2(password, idToken) { var _this = this, - t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null); - return _this.store.get$_dispatchers()[0].call$1(new A.DeleteUserRequest(t1, _this.userIds, password, idToken)); + t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null), + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(new A.DeleteUserRequest(t1, _this.userIds, password, idToken)); }, call$1(password) { return this.call$2(password, null); @@ -391547,20 +402803,22 @@ call$0() { return this.call$2(null, null); }, - $signature: 346 + $signature: 331 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 38 + $signature: 39 }; A.handleUserAction_closure17.prototype = { call$2(password, idToken) { var _this = this, t1 = A.snackBarCompleter(_this.context, _this.message, false, type$.Null), - t2 = _this.user.id; - return _this.store.get$_dispatchers()[0].call$1(new A.RemoveUserRequest(t1, t2, password, idToken)); + t2 = _this.user.id, + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + return t3[0].call$1(new A.RemoveUserRequest(t1, t2, password, idToken)); }, call$1(password) { return this.call$2(password, null); @@ -391568,7 +402826,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 346 + $signature: 331 }; A.handleUserAction_closure16.prototype = { call$1(_) { @@ -391580,16 +402838,18 @@ call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 38 + $signature: 39 }; A.handleUserAction_closure18.prototype = { call$2(password, idToken) { var _this = this, t1 = _this.user.id, - t2 = A.snackBarCompleter(_this.context, _this.localization.get$emailSentToConfirmEmail(), false, type$.Null); - _this.store.get$_dispatchers()[0].call$1(new A.ResendInviteRequest(t2, t1, password, idToken)); + t2 = A.snackBarCompleter(_this.context, _this.localization.get$emailSentToConfirmEmail(), false, type$.Null), + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ResendInviteRequest(t2, t1, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.StartUserMultiselect.prototype = {}; A.AddToUserMultiselect.prototype = {}; @@ -391597,10 +402857,15 @@ A.ClearUserMultiselect.prototype = {}; A._editUser_closure.prototype = { call$3(store, dynamicAction, next) { - var _s30_ = "/settings/user_management/edit"; + var t1, + _s30_ = "/settings/user_management/edit"; next.call$1(type$.legacy_EditUser._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s30_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s30_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s30_, type$.legacy_Object); }, "call*": "call$3", @@ -391615,7 +402880,8 @@ $requiredArgCount: 3, $call$body$_viewUser_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -391624,8 +402890,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewUser._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/user_management/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/user_management/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/user_management/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -391633,20 +402903,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewUserList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s25_ = "/settings/user_management"; next.call$1(type$.legacy_ViewUserList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s25_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s25_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s25_, new A._viewUserList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -391657,7 +402933,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -391666,7 +402942,9 @@ t1 = dynamicAction.userIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,UserEntity*>"); prevUsers = A.List_List$of(new A.MappedListIterable(t1, new A._archiveUser__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._archiveUser__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveUser__closure1(store, prevUsers, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$5(J.get$credentials$z(t2), t1, B.EntityAction_archive, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._archiveUser__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveUser__closure1(store, prevUsers, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391675,28 +402953,33 @@ }; A._archiveUser__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 384 + $signature: 437 }; A._archiveUser__closure0.prototype = { call$1(users) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveUserSuccess(users)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 257 + $signature: 255 }; A._archiveUser__closure1.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.ArchiveUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -391708,7 +402991,9 @@ t1 = dynamicAction.userIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,UserEntity*>"); prevUsers = A.List_List$of(new A.MappedListIterable(t1, new A._deleteUser__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._deleteUser__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteUser__closure1(store, prevUsers, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$5(J.get$credentials$z(t2), t1, B.EntityAction_delete, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._deleteUser__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteUser__closure1(store, prevUsers, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391717,28 +403002,33 @@ }; A._deleteUser__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 384 + $signature: 437 }; A._deleteUser__closure0.prototype = { call$1(users) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteUserSuccess(users)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 257 + $signature: 255 }; A._deleteUser__closure1.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.DeleteUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -391750,7 +403040,9 @@ t1 = dynamicAction.userIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,UserEntity*>"); prevUsers = A.List_List$of(new A.MappedListIterable(t1, new A._restoreUser__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$5(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._restoreUser__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreUser__closure1(store, prevUsers, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$5(J.get$credentials$z(t2), t1, B.EntityAction_restore, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._restoreUser__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreUser__closure1(store, prevUsers, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391759,36 +403051,44 @@ }; A._restoreUser__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 384 + $signature: 437 }; A._restoreUser__closure0.prototype = { call$1(users) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreUserSuccess(users)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 257 + $signature: 255 }; A._restoreUser__closure1.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.RestoreUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._removeUser_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_RemoveUserRequest._as(dynamicAction); - this.repository.detachFromCompany$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.userId, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._removeUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._removeUser__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.detachFromCompany$4(J.get$credentials$z(t1), dynamicAction.userId, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._removeUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._removeUser__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391797,24 +403097,32 @@ }; A._removeUser__closure.prototype = { call$1(_) { - var t1 = this.action; - this.store.get$_dispatchers()[0].call$1(new A.RemoveUserSuccess(t1.userId)); + var t1 = this.action, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 257 + $signature: 255 }; A._removeUser__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RemoveUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RemoveUserFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._resendInvite_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_ResendInviteRequest._as(dynamicAction); - this.repository.resendInvite$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.userId, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._resendInvite__closure(store, dynamicAction), type$.Null).catchError$1(new A._resendInvite__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.resendInvite$4(J.get$credentials$z(t1), dynamicAction.userId, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._resendInvite__closure(store, dynamicAction), type$.Null).catchError$1(new A._resendInvite__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391823,23 +403131,31 @@ }; A._resendInvite__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.ResendInviteSuccess()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 257 + $signature: 255 }; A._resendInvite__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ResendInviteFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResendInviteFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveUser_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveUserRequest._as(dynamicAction); - this.repository.saveData$4(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.user, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._saveUser__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveUser__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$4(J.get$credentials$z(t1), dynamicAction.user, dynamicAction.password, dynamicAction.idToken).then$1$1(0, new A._saveUser__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveUser__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391849,34 +403165,42 @@ A._saveUser__closure.prototype = { call$1(user) { var t1 = this.action, - t2 = this.store; - if (t1.user.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddUserSuccess(user)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveUserSuccess(user)); + t2 = t1.user.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddUserSuccess(user)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveUserSuccess(user)); + } t1.completer.complete$1(0, user); }, - $signature: 199 + $signature: 187 }; A._saveUser__closure0.prototype = { call$1(error) { var t1; A.print(error); - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.SaveUserFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveUserFailure()); if (B.JSString_methods.contains$1(A.S(error), "412")) - t1.get$_dispatchers()[0].call$1(new A.UserUnverifiedPassword()); + t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadUser_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadUser._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadUserRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.userId).then$1$1(0, new A._loadUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadUser__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadUserRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.userId).then$1$1(0, new A._loadUser__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadUser__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391885,26 +403209,34 @@ }; A._loadUser__closure.prototype = { call$1(user) { - this.store.get$_dispatchers()[0].call$1(new A.LoadUserSuccess(user)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 199 + $signature: 187 }; A._loadUser__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadUserFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadUserFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadUsers_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadUsers._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadUsersRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadUsers__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadUsers__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadUsersRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadUsers__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadUsers__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -391913,19 +403245,22 @@ }; A._loadUsers__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadUsersSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadUsersSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2002 + $signature: 2038 }; A._loadUsers__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadUsersFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadUsersFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -391950,85 +403285,85 @@ b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 2003 + $signature: 2039 }; A.forceSelectedReducer_closure71.prototype = { call$2(completer, action) { return true; }, - $signature: 2004 + $signature: 2040 }; A.forceSelectedReducer_closure72.prototype = { call$2(completer, action) { return false; }, - $signature: 2005 + $signature: 2041 }; A.forceSelectedReducer_closure73.prototype = { call$2(completer, action) { return false; }, - $signature: 2006 + $signature: 2042 }; A.forceSelectedReducer_closure74.prototype = { call$2(completer, action) { return false; }, - $signature: 2007 + $signature: 2043 }; A.forceSelectedReducer_closure75.prototype = { call$2(completer, action) { return false; }, - $signature: 2008 + $signature: 2044 }; A.forceSelectedReducer_closure76.prototype = { call$2(completer, action) { return false; }, - $signature: 2009 + $signature: 2045 }; A.forceSelectedReducer_closure77.prototype = { call$2(completer, action) { return false; }, - $signature: 2010 + $signature: 2046 }; A.forceSelectedReducer_closure78.prototype = { call$2(completer, action) { return false; }, - $signature: 2011 + $signature: 2047 }; A.selectedIdReducer_closure144.prototype = { call$2(completer, action) { return ""; }, - $signature: 2012 + $signature: 2048 }; A.selectedIdReducer_closure145.prototype = { call$2(completer, action) { return ""; }, - $signature: 2013 + $signature: 2049 }; A.selectedIdReducer_closure146.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure147.prototype = { call$2(selectedId, action) { return action.userId; }, - $signature: 2014 + $signature: 2050 }; A.selectedIdReducer_closure148.prototype = { call$2(selectedId, action) { return action.user.id; }, - $signature: 2015 + $signature: 2051 }; A.selectedIdReducer_closure149.prototype = { call$2(selectedId, action) { @@ -392040,55 +403375,55 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2016 + $signature: 2052 }; A.selectedIdReducer_closure152.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2017 + $signature: 2053 }; A.selectedIdReducer_closure153.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2018 + $signature: 2054 }; A.selectedIdReducer_closure154.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2019 + $signature: 2055 }; A.selectedIdReducer_closure155.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2020 + $signature: 2056 }; A.selectedIdReducer_closure156.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2021 + $signature: 2057 }; A.selectedIdReducer_closure157.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2022 + $signature: 2058 }; A.selectedIdReducer_closure158.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 158 + $signature: 157 }; A.selectedIdReducer_closure159.prototype = { call$2(selectedId, action) { @@ -392101,38 +403436,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure45.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2023 + $signature: 2059 }; A.editingReducer_closure46.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2024 + $signature: 2060 }; A.editingReducer_closure47.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2025 + $signature: 2061 }; A.editingReducer_closure48.prototype = { call$2(user, action) { return action.user.rebuild$1(new A.editingReducer__closure15()); }, - $signature: 2026 + $signature: 2062 }; A.editingReducer__closure15.prototype = { call$1(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 73 + $signature: 74 }; A._viewUserList_closure.prototype = { call$1(b) { @@ -392317,7 +403652,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 383 + $signature: 438 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -392339,7 +403674,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 383 + $signature: 438 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -392361,7 +403696,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 383 + $signature: 438 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -392371,7 +403706,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 125 + $signature: 124 }; A._addUser_closure.prototype = { call$1(b) { @@ -392384,7 +403719,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 125 + $signature: 124 }; A._updateUser_closure.prototype = { call$1(b) { @@ -392393,7 +403728,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 124 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -392402,7 +403737,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 124 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -392411,7 +403746,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 124 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -392420,7 +403755,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 124 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -392429,14 +403764,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -392448,7 +403783,7 @@ call$1(item) { return item; }, - $signature: 673 + $signature: 565 }; A._setLoadedUsers_closure0.prototype = { call$1(b) { @@ -392457,14 +403792,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 125 + $signature: 124 }; 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: 125 + $signature: 124 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -392476,7 +403811,7 @@ call$1(item) { return item; }, - $signature: 673 + $signature: 565 }; A._setLoadedCompany_closure6.prototype = { call$1(b) { @@ -392485,13 +403820,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 125 + $signature: 124 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { return A.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 2031 + $signature: 2067 }; A.filteredUsersSelector_closure.prototype = { call$1(userId) { @@ -392542,18 +403877,18 @@ } return response; }, - $signature: 20 + $signature: 21 }; A.memoizedUserList_closure.prototype = { call$1(userMap) { return A.userList(userMap); }, - $signature: 376 + $signature: 440 }; A.userList_closure.prototype = { call$1(userId) { var t1 = this.userMap._map$_map.$index(0, userId); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -392562,13 +403897,13 @@ var t1 = this.userMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).get$fullName().toLowerCase(), t1.$index(0, idB).get$fullName().toLowerCase()); }, - $signature: 20 + $signature: 21 }; A.memoizedGmailUserList_closure.prototype = { call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 376 + $signature: 440 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -392590,7 +403925,7 @@ call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 376 + $signature: 440 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -392655,7 +403990,7 @@ t6 = t5._user_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._user_state$_list = t6; t5 = t6; } else @@ -392663,16 +403998,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -392760,7 +404095,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -392780,7 +404115,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._user_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -392832,22 +404167,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._user_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$UserState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$UserState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("UserState", _$failedField, J.toString$0$(e)); @@ -392971,7 +404306,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s11_ = "UserUIState", _$result = null; @@ -392979,8 +404314,8 @@ _$result0 = _this._user_state$_$v; if (_$result0 == null) { t1 = _this._user_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_user_state$_$this()._user_state$_selectedId; t4 = _this.get$_user_state$_$this()._user_state$_forceSelected; t5 = _this.get$_user_state$_$this()._user_state$_tabIndex; @@ -392996,9 +404331,9 @@ _$failedField = "editing"; t1 = _this._user_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s11_, _$failedField, J.toString$0$(e)); @@ -393128,14 +404463,14 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 39 + $signature: 40 }; A.handleVendorAction_closure0.prototype = { call$1(contact) { var t1 = contact.link; return t1.length !== 0; }, - $signature: 177 + $signature: 176 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -393150,10 +404485,15 @@ A.UpdateVendorTab.prototype = {$isPersistUI: 1}; A._editVendor_closure.prototype = { call$3(store, dynamicAction, next) { - var _s12_ = "/vendor/edit"; + var t1, + _s12_ = "/vendor/edit"; next.call$1(type$.legacy_EditVendor._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s12_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s12_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s12_, type$.legacy_Object); }, "call*": "call$3", @@ -393168,7 +404508,8 @@ $requiredArgCount: 3, $call$body$_viewVendor_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -393177,8 +404518,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewVendor._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/vendor/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/vendor/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/vendor/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -393186,19 +404531,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewVendorList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3; next.call$1(type$.legacy_ViewVendorList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/vendor")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/vendor")); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2("/vendor", new A._viewVendorList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -393209,7 +404560,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -393218,7 +404569,9 @@ t1 = dynamicAction.vendorIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,VendorEntity*>"); prevVendors = A.List_List$of(new A.MappedListIterable(t1, new A._archiveVendor__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveVendor__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveVendor__closure1(store, prevVendors, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveVendor__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveVendor__closure1(store, prevVendors, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -393227,24 +404580,31 @@ }; A._archiveVendor__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 375 + $signature: 441 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveVendorSuccess(vendors)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 442 }; A._archiveVendor__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveVendorFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveVendorFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -393256,7 +404616,9 @@ t1 = dynamicAction.vendorIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,VendorEntity*>"); prevVendors = A.List_List$of(new A.MappedListIterable(t1, new A._deleteVendor__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteVendor__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteVendor__closure1(store, prevVendors, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteVendor__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteVendor__closure1(store, prevVendors, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -393265,24 +404627,31 @@ }; A._deleteVendor__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 375 + $signature: 441 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteVendorSuccess(vendors)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 442 }; A._deleteVendor__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteVendorFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteVendorFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -393294,7 +404663,9 @@ t1 = dynamicAction.vendorIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,VendorEntity*>"); prevVendors = A.List_List$of(new A.MappedListIterable(t1, new A._restoreVendor__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreVendor__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreVendor__closure1(store, prevVendors, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreVendor__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreVendor__closure1(store, prevVendors, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -393303,32 +404674,42 @@ }; A._restoreVendor__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 375 + $signature: 441 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreVendorSuccess(vendors)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 374 + $signature: 442 }; A._restoreVendor__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreVendorFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreVendorFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveVendor_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveVendorRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.vendor).then$1$1(0, new A._saveVendor__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveVendor__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.vendor).then$1$1(0, new A._saveVendor__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveVendor__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -393338,31 +404719,46 @@ A._saveVendor__closure.prototype = { call$1(vendor) { var t1 = this.action, - t2 = this.store; - if (t1.vendor.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddVendorSuccess(vendor)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveVendorSuccess(vendor)); + t2 = t1.vendor.get$isNew(), + t3 = this.store, + t4 = t3.__Store__dispatchers_F; + if (t2) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.AddVendorSuccess(vendor)); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveVendorSuccess(vendor)); + } t1.completer.complete$1(0, vendor); - t1 = A._lateReadCheck(t2.__Store__state, "_state").uiState.vendorUIState.saveCompleter; + t1 = t3.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.uiState.vendorUIState.saveCompleter; if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 236 + $signature: 246 }; A._saveVendor__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveVendorFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadVendor_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadVendor._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadVendorRequest()); - this.repository.loadItem$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.vendorId).then$1$1(0, new A._loadVendor__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadVendor__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendorRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadItem$2(J.get$credentials$z(t1), dynamicAction.vendorId).then$1$1(0, new A._loadVendor__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadVendor__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -393371,19 +404767,22 @@ }; A._loadVendor__closure.prototype = { call$1(vendor) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadVendorSuccess(vendor)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendorSuccess(vendor)); t1 = this.action.completer; if (t1 != null) t1.complete$1(0, null); }, - $signature: 236 + $signature: 246 }; A._loadVendor__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadVendorFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendorFailure(error)); t1 = this.action.completer; if (t1 != null) t1.completeError$1(error); @@ -393392,9 +404791,14 @@ }; A._loadVendors_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_LoadVendors._as(dynamicAction); - store.get$_dispatchers()[0].call$1(new A.LoadVendorsRequest()); - this.repository.loadList$1(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state"))).then$1$1(0, new A._loadVendors__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadVendors__closure0(store, dynamicAction)); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendorsRequest()); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.loadList$1(J.get$credentials$z(t1)).then$1$1(0, new A._loadVendors__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadVendors__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -393403,17 +404807,21 @@ }; A._loadVendors__closure.prototype = { call$1(data) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.LoadVendorsSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendorsSuccess(data)); this.action.toString; - t1.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrders(null, 1)); + t1[0].call$1(new A.LoadPurchaseOrders(null, 1)); }, - $signature: 2036 + $signature: 2072 }; A._loadVendors__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadVendorsFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendorsFailure(error)); this.action.toString; }, $signature: 3 @@ -393422,7 +404830,8 @@ call$3(store, dynamicAction, next) { var t1, t2; type$.legacy_SaveVendorDocumentRequest._as(dynamicAction); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$isHosted()) { t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; @@ -393430,9 +404839,11 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.vendor, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure17(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure18(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.__Store__state_A), dynamicAction.vendor, dynamicAction.multipartFile).then$1$1(0, new A._saveDocument__closure17(store, dynamicAction), type$.Null).catchError$1(new A._saveDocument__closure18(store, dynamicAction)); else { - store.get$_dispatchers()[0].call$1(new A.SaveVendorDocumentFailure()); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveVendorDocumentFailure()); dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); @@ -393443,15 +404854,20 @@ }; A._saveDocument__closure17.prototype = { call$1(vendor) { - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorSuccess(vendor)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 236 + $signature: 246 }; A._saveDocument__closure18.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorDocumentFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveVendorDocumentFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -393485,109 +404901,109 @@ b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 2037 + $signature: 2073 }; A.forceSelectedReducer_closure31.prototype = { call$2(completer, action) { return true; }, - $signature: 2038 + $signature: 2074 }; A.forceSelectedReducer_closure32.prototype = { call$2(completer, action) { return false; }, - $signature: 2039 + $signature: 2075 }; A.forceSelectedReducer_closure33.prototype = { call$2(completer, action) { return false; }, - $signature: 2040 + $signature: 2076 }; A.forceSelectedReducer_closure34.prototype = { call$2(completer, action) { return false; }, - $signature: 2041 + $signature: 2077 }; A.forceSelectedReducer_closure35.prototype = { call$2(completer, action) { return false; }, - $signature: 2042 + $signature: 2078 }; A.forceSelectedReducer_closure36.prototype = { call$2(completer, action) { return false; }, - $signature: 2043 + $signature: 2079 }; A.forceSelectedReducer_closure37.prototype = { call$2(completer, action) { return false; }, - $signature: 2044 + $signature: 2080 }; A.forceSelectedReducer_closure38.prototype = { call$2(completer, action) { return false; }, - $signature: 2045 + $signature: 2081 }; A.tabIndexReducer_closure7.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 2046 + $signature: 2082 }; A.tabIndexReducer_closure8.prototype = { call$2(completer, action) { return 0; }, - $signature: 106 + $signature: 101 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 671 + $signature: 570 }; A.cancelCompleterReducer_closure0.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 671 + $signature: 570 }; A.selectedIdReducer_closure64.prototype = { call$2(completer, action) { return ""; }, - $signature: 2048 + $signature: 2084 }; A.selectedIdReducer_closure65.prototype = { call$2(completer, action) { return ""; }, - $signature: 2049 + $signature: 2085 }; A.selectedIdReducer_closure66.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { return action.vendorId; }, - $signature: 2050 + $signature: 2086 }; A.selectedIdReducer_closure68.prototype = { call$2(selectedId, action) { return action.vendor.id; }, - $signature: 2051 + $signature: 2087 }; A.selectedIdReducer_closure69.prototype = { call$2(selectedId, action) { @@ -393599,49 +405015,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2052 + $signature: 2088 }; A.selectedIdReducer_closure72.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2053 + $signature: 2089 }; A.selectedIdReducer_closure73.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2054 + $signature: 2090 }; A.selectedIdReducer_closure74.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2055 + $signature: 2091 }; A.selectedIdReducer_closure75.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2056 + $signature: 2092 }; A.selectedIdReducer_closure76.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2057 + $signature: 2093 }; A.selectedIdReducer_closure77.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2058 + $signature: 2094 }; A.selectedIdReducer_closure78.prototype = { call$2(selectedId, action) { @@ -393654,38 +405070,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure24.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2059 + $signature: 2095 }; A.editingReducer_closure25.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2060 + $signature: 2096 }; A.editingReducer_closure26.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2061 + $signature: 2097 }; A.editingReducer_closure27.prototype = { call$2(vendor, action) { return action.vendor.rebuild$1(new A.editingReducer__closure9()); }, - $signature: 2062 + $signature: 2098 }; A.editingReducer__closure9.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 103 + $signature: 104 }; A._addContact_closure.prototype = { call$1(b) { @@ -393695,7 +405111,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 103 + $signature: 104 }; A._removeContact_closure.prototype = { call$1(b) { @@ -393704,7 +405120,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 103 + $signature: 104 }; A._updateContact_closure.prototype = { call$1(b) { @@ -393716,7 +405132,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 103 + $signature: 104 }; A._viewVendorList_closure.prototype = { call$1(b) { @@ -393901,7 +405317,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 373 + $signature: 443 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -393923,7 +405339,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 373 + $signature: 443 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -393945,7 +405361,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 373 + $signature: 443 }; A._addVendor_closure.prototype = { call$1(b) { @@ -393958,7 +405374,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 358 + $signature: 347 }; A._updateVendor_closure.prototype = { call$1(b) { @@ -393967,7 +405383,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 358 + $signature: 347 }; A._setLoadedVendor_closure.prototype = { call$1(b) { @@ -393976,13 +405392,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 358 + $signature: 347 }; A.memoizedDropdownVendorList_closure.prototype = { call$4(vendorMap, vendorList, userMap, staticState) { return A.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 2066 + $signature: 2102 }; A.dropdownVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -393996,13 +405412,13 @@ var t1 = this.vendorMap._map$_map; return t1.$index(0, vendorAId).compareTo$5(0, t1.$index(0, vendorBId), "name", true, this.userMap, this.staticState); }, - $signature: 20 + $signature: 21 }; A.memoizedFilteredVendorList_closure.prototype = { call$6(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return A.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 2067 + $signature: 2103 }; A.filteredVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -394042,13 +405458,13 @@ t2 = _this.vendorListState; return t1.$index(0, vendorAId).compareTo$5(0, t1.$index(0, vendorBId), t2.sortField, t2.sortAscending, _this.userMap, _this.staticState); }, - $signature: 20 + $signature: 21 }; A.memoizedVendorStatsForUser_closure.prototype = { call$2(userId, vendorMap) { return A.vendorStatsForUser(userId, vendorMap); }, - $signature: 2068 + $signature: 2104 }; A.vendorStatsForUser_closure.prototype = { call$2(vendorId, vendor) { @@ -394058,13 +405474,13 @@ else if (vendor.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 2069 + $signature: 2105 }; A.memoizedCalculateVendorBalance_closure.prototype = { call$4(vendorId, currencyId, expenseMap, expenseList) { return A.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 2070 + $signature: 2106 }; A.calculateVendorBalance_closure.prototype = { call$1(expenseId) { @@ -394112,7 +405528,7 @@ call$1(item) { return item; }, - $signature: 2071 + $signature: 2107 }; A.VendorState_loadVendors_closure.prototype = { call$1(b) { @@ -394127,7 +405543,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 358 + $signature: 347 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -394139,7 +405555,7 @@ }; A._$VendorStateSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - return A._setArrayType(["map", serializers.serialize$2$specifiedType(object.map, B.FullType_sav), "list", serializers.serialize$2$specifiedType(object.list, B.FullType_6m4)], type$.JSArray_legacy_Object); + return A._setArrayType(["map", serializers.serialize$2$specifiedType(object.map, B.FullType_sav0), "list", serializers.serialize$2$specifiedType(object.list, B.FullType_6m4)], type$.JSArray_legacy_Object); }, serialize$2(serializers, object) { return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); @@ -394163,14 +405579,14 @@ t5 = t6; } else t5 = t6; - t5.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_sav)); + t5.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_sav0)); break; case "list": t5 = result.get$_vendor_state$_$this(); t6 = t5._vendor_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._vendor_state$_list = t6; t5 = t6; } else @@ -394178,16 +405594,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -394247,7 +405663,7 @@ t9 = t8._vendor_model$_activities; if (t9 == null) { t9 = new A.ListBuilder(t5); - t9.__ListBuilder__list = A.List_List$from(B.List_empty, true, t4); + t9.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t4); t8._vendor_model$_activities = t9; t8 = t9; } else @@ -394255,10 +405671,10 @@ t9 = A.BuiltList_BuiltList$from(B.List_empty, t4); t10 = t8.$ti; if (t10._eval$1("_BuiltList<1>")._is(t9)) { - t8.__ListBuilder__list = t9._list; + t8.__ListBuilder__list_A = t9._list; t8._listOwner = t9; } else { - t8.__ListBuilder__list = A.List_List$from(t9, true, t10._precomputed1); + t8.__ListBuilder__list_A = A.List_List$from(t9, true, t10._precomputed1); t8._listOwner = null; } t6._vendor_state$_editing = t7; @@ -394312,7 +405728,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -394332,7 +405748,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._vendor_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -394384,22 +405800,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._vendor_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$VendorState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$VendorState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("VendorState", _$failedField, J.toString$0$(e)); @@ -394528,7 +405944,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, exception, _this = this, _s13_ = "VendorUIState", _$result = null; @@ -394536,10 +405952,10 @@ _$result0 = _this._vendor_state$_$v; if (_$result0 == null) { t1 = _this._vendor_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); + t1 = t1 == null ? null : t1.build$0(); t2 = _this._editingContact; - t2 = t2 == null ? null : t2.build$0(0); - t3 = _this.get$listUIState().build$0(0); + t2 = t2 == null ? null : t2.build$0(); + t3 = _this.get$listUIState().build$0(); t4 = _this.get$_vendor_state$_$this()._vendor_state$_selectedId; t5 = _this.get$_vendor_state$_$this()._vendor_state$_forceSelected; t6 = _this.get$_vendor_state$_$this()._vendor_state$_tabIndex; @@ -394555,13 +405971,13 @@ _$failedField = "editing"; t1 = _this._vendor_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "editingContact"; t1 = _this._editingContact; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s13_, _$failedField, J.toString$0$(e)); @@ -394674,7 +406090,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 39 + $signature: 40 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -394682,10 +406098,15 @@ A.ClearWebhookMultiselect.prototype = {}; A._editWebhook_closure.prototype = { call$3(store, dynamicAction, next) { - var _s22_ = "/settings/webhook/edit"; + var t1, + _s22_ = "/settings/webhook/edit"; next.call$1(type$.legacy_EditWebhook._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s22_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s22_)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1(_s22_, type$.legacy_Object); }, "call*": "call$3", @@ -394700,7 +406121,8 @@ $requiredArgCount: 3, $call$body$_viewWebhook_closure(store, dynamicAction, next) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null); + $async$completer = A._makeAsyncAwaitCompleter(type$.Null), + t1; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -394709,8 +406131,12 @@ case 0: // Function start next.call$1(type$.legacy_ViewWebhook._as(dynamicAction)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/webhook/view")); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/webhook/view")); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamed$1$1("/settings/webhook/view", type$.legacy_Object); // implicit return return A._asyncReturn(null, $async$completer); @@ -394718,20 +406144,26 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 28 + $signature: 29 }; A._viewWebhookList_closure0.prototype = { call$3(store, dynamicAction, next) { var t1, t2, t3, _s17_ = "/settings/webhook"; next.call$1(type$.legacy_ViewWebhookList._as(dynamicAction)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState.selectedCompanyIndex; - if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) - store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s17_)); - if (A._lateReadCheck(store.__Store__state, "_state").prefState.appLayout === B.AppLayout_mobile) + if (t2._list[t3].get$isStale() || t1.staticState.get$isStale()) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + } + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute(_s17_)); + if (store.__Store__state_A.prefState.appLayout === B.AppLayout_mobile) $.$get$navigatorKey().get$currentState().pushNamedAndRemoveUntil$1$2(_s17_, new A._viewWebhookList__closure(), type$.legacy_Object); }, "call*": "call$3", @@ -394742,7 +406174,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 45 }; A._archiveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -394751,7 +406183,9 @@ t1 = dynamicAction.webhookIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,WebhookEntity*>"); prevWebhooks = A.List_List$of(new A.MappedListIterable(t1, new A._archiveWebhook__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_archive).then$1$1(0, new A._archiveWebhook__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveWebhook__closure1(store, prevWebhooks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_archive).then$1$1(0, new A._archiveWebhook__closure0(store, dynamicAction), type$.Null).catchError$1(new A._archiveWebhook__closure1(store, prevWebhooks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -394760,24 +406194,31 @@ }; A._archiveWebhook__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 372 + $signature: 444 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { - this.store.get$_dispatchers()[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 371 + $signature: 445 }; A._archiveWebhook__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.ArchiveWebhooksFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ArchiveWebhooksFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -394789,7 +406230,9 @@ t1 = dynamicAction.webhookIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,WebhookEntity*>"); prevWebhooks = A.List_List$of(new A.MappedListIterable(t1, new A._deleteWebhook__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_delete).then$1$1(0, new A._deleteWebhook__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteWebhook__closure1(store, prevWebhooks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_delete).then$1$1(0, new A._deleteWebhook__closure0(store, dynamicAction), type$.Null).catchError$1(new A._deleteWebhook__closure1(store, prevWebhooks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -394798,24 +406241,31 @@ }; A._deleteWebhook__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 372 + $signature: 444 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 371 + $signature: 445 }; A._deleteWebhook__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.DeleteWebhooksFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteWebhooksFailure()); this.action.completer.completeError$1(error); }, $signature: 3 @@ -394827,7 +406277,9 @@ t1 = dynamicAction.webhookIds; t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,WebhookEntity*>"); prevWebhooks = A.List_List$of(new A.MappedListIterable(t1, new A._restoreWebhook__closure(store), t2), true, t2._eval$1("ListIterable.E")); - this.repository.bulkAction$3(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), t1, B.EntityAction_restore).then$1$1(0, new A._restoreWebhook__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreWebhook__closure1(store, prevWebhooks, dynamicAction)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + this.repository.bulkAction$3(J.get$credentials$z(t2), t1, B.EntityAction_restore).then$1$1(0, new A._restoreWebhook__closure0(store, dynamicAction), type$.Null).catchError$1(new A._restoreWebhook__closure1(store, prevWebhooks, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -394836,32 +406288,42 @@ }; A._restoreWebhook__closure.prototype = { call$1(id) { - var t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 372 + $signature: 444 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { - this.store.get$_dispatchers()[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 371 + $signature: 445 }; A._restoreWebhook__closure1.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.RestoreWebhooksFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RestoreWebhooksFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._saveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { + var t1; type$.legacy_SaveWebhookRequest._as(dynamicAction); - this.repository.saveData$2(J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")), dynamicAction.webhook).then$1$1(0, new A._saveWebhook__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveWebhook__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.repository.saveData$2(J.get$credentials$z(t1), dynamicAction.webhook).then$1$1(0, new A._saveWebhook__closure(dynamicAction, store), type$.Null).catchError$1(new A._saveWebhook__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -394871,30 +406333,40 @@ A._saveWebhook__closure.prototype = { call$1(webhook) { var t1 = this.action, - t2 = this.store; - if (t1.webhook.get$isNew()) - t2.get$_dispatchers()[0].call$1(new A.AddWebhookSuccess(webhook)); - else - t2.get$_dispatchers()[0].call$1(new A.SaveWebhookSuccess(webhook)); + t2 = t1.webhook.get$isNew(), + t3 = this.store.__Store__dispatchers_F; + if (t2) { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddWebhookSuccess(webhook)); + } else { + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveWebhookSuccess(webhook)); + } t1.completer.complete$1(0, webhook); }, - $signature: 361 + $signature: 350 }; A._saveWebhook__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.SaveWebhookFailure()); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveWebhookFailure()); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadWebhook_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadWebhook._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadWebhookRequest()); - this.repository.loadItem$2(state.get$credentials(state), dynamicAction.webhookId).then$1$1(0, new A._loadWebhook__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadWebhook__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadWebhookRequest()); + this.repository.loadItem$2(t1.get$credentials(t1), dynamicAction.webhookId).then$1$1(0, new A._loadWebhook__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadWebhook__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -394903,26 +406375,34 @@ }; A._loadWebhook__closure.prototype = { call$1(webhook) { - this.store.get$_dispatchers()[0].call$1(new A.LoadWebhookSuccess(webhook)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 361 + $signature: 350 }; A._loadWebhook__closure0.prototype = { call$1(error) { + var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadWebhookFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadWebhookFailure(error)); this.action.completer.completeError$1(error); }, $signature: 3 }; A._loadWebhooks_closure.prototype = { call$3(store, dynamicAction, next) { - var state; + var t1, t2; type$.legacy_LoadWebhooks._as(dynamicAction); - state = A._lateReadCheck(store.__Store__state, "_state"); - store.get$_dispatchers()[0].call$1(new A.LoadWebhooksRequest()); - this.repository.loadList$1(state.get$credentials(state)).then$1$1(0, new A._loadWebhooks__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadWebhooks__closure0(store, dynamicAction)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadWebhooksRequest()); + this.repository.loadList$1(t1.get$credentials(t1)).then$1$1(0, new A._loadWebhooks__closure(store, dynamicAction), type$.Null).catchError$1(new A._loadWebhooks__closure0(store, dynamicAction)); next.call$1(dynamicAction); }, "call*": "call$3", @@ -394931,19 +406411,22 @@ }; A._loadWebhooks__closure.prototype = { call$1(data) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.LoadWebhooksSuccess(data)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadWebhooksSuccess(data)); t1 = this.action; t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2075 + $signature: 2111 }; A._loadWebhooks__closure0.prototype = { call$1(error) { var t1; A.print(error); - this.store.get$_dispatchers()[0].call$1(new A.LoadWebhooksFailure(error)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadWebhooksFailure(error)); t1 = this.action; t1.get$completer(); t1.get$completer().completeError$1(error); @@ -394968,85 +406451,85 @@ b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 2076 + $signature: 2112 }; A.forceSelectedReducer_closure111.prototype = { call$2(completer, action) { return true; }, - $signature: 2077 + $signature: 2113 }; A.forceSelectedReducer_closure112.prototype = { call$2(completer, action) { return false; }, - $signature: 2078 + $signature: 2114 }; A.forceSelectedReducer_closure113.prototype = { call$2(completer, action) { return false; }, - $signature: 2079 + $signature: 2115 }; A.forceSelectedReducer_closure114.prototype = { call$2(completer, action) { return false; }, - $signature: 2080 + $signature: 2116 }; A.forceSelectedReducer_closure115.prototype = { call$2(completer, action) { return false; }, - $signature: 2081 + $signature: 2117 }; A.forceSelectedReducer_closure116.prototype = { call$2(completer, action) { return false; }, - $signature: 2082 + $signature: 2118 }; A.forceSelectedReducer_closure117.prototype = { call$2(completer, action) { return false; }, - $signature: 2083 + $signature: 2119 }; A.forceSelectedReducer_closure118.prototype = { call$2(completer, action) { return false; }, - $signature: 2084 + $signature: 2120 }; A.selectedIdReducer_closure222.prototype = { call$2(completer, action) { return ""; }, - $signature: 2085 + $signature: 2121 }; A.selectedIdReducer_closure223.prototype = { call$2(completer, action) { return ""; }, - $signature: 2086 + $signature: 2122 }; A.selectedIdReducer_closure224.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure225.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 95 + $signature: 85 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { @@ -395058,49 +406541,49 @@ call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 52 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2087 + $signature: 2123 }; A.selectedIdReducer_closure230.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2088 + $signature: 2124 }; A.selectedIdReducer_closure231.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2089 + $signature: 2125 }; A.selectedIdReducer_closure232.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2090 + $signature: 2126 }; A.selectedIdReducer_closure233.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2091 + $signature: 2127 }; A.selectedIdReducer_closure234.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2092 + $signature: 2128 }; A.selectedIdReducer_closure235.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2093 + $signature: 2129 }; A.selectedIdReducer_closure236.prototype = { call$2(selectedId, action) { @@ -395113,38 +406596,38 @@ } return t1; }, - $signature: 87 + $signature: 80 }; A.editingReducer_closure72.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2094 + $signature: 2130 }; A.editingReducer_closure73.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2095 + $signature: 2131 }; A.editingReducer_closure74.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2096 + $signature: 2132 }; A.editingReducer_closure75.prototype = { call$2(webhook, action) { return action.webhook.rebuild$1(new A.editingReducer__closure26()); }, - $signature: 2097 + $signature: 2133 }; A.editingReducer__closure26.prototype = { call$1(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 219 + $signature: 230 }; A._viewWebhookList_closure.prototype = { call$1(b) { @@ -395291,7 +406774,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 370 + $signature: 447 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -395313,7 +406796,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 370 + $signature: 447 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -395335,7 +406818,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 370 + $signature: 447 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -395348,7 +406831,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 364 + $signature: 353 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -395357,7 +406840,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 364 + $signature: 353 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -395366,13 +406849,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 364 + $signature: 353 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { return A.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 2101 + $signature: 2137 }; A.filteredWebhooksSelector_closure.prototype = { call$1(webhookId) { @@ -395415,7 +406898,7 @@ } return response; }, - $signature: 20 + $signature: 21 }; A.WebhookState.prototype = { loadWebhooks$1(clients) { @@ -395435,7 +406918,7 @@ call$1(item) { return item; }, - $signature: 2102 + $signature: 2138 }; A.WebhookState_loadWebhooks_closure.prototype = { call$1(b) { @@ -395450,7 +406933,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 364 + $signature: 353 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -395493,7 +406976,7 @@ t6 = t5._webhook_state$_list; if (t6 == null) { t6 = new A.ListBuilder(t3); - t6.__ListBuilder__list = A.List_List$from(B.List_empty, true, t2); + t6.__ListBuilder__list_A = A.List_List$from(B.List_empty, true, t2); t5._webhook_state$_list = t6; t5 = t6; } else @@ -395501,16 +406984,16 @@ t6 = t1._as(serializers.deserialize$2$specifiedType(value, B.FullType_6m4)); t7 = t5.$ti; if (t7._eval$1("_BuiltList<1>")._is(t6)) { - t5.__ListBuilder__list = t6._list; + t5.__ListBuilder__list_A = t6._list; t5._listOwner = t6; } else { - t5.__ListBuilder__list = A.List_List$from(t6, true, t7._precomputed1); + t5.__ListBuilder__list_A = A.List_List$from(t6, true, t7._precomputed1); t5._listOwner = null; } break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -395604,7 +407087,7 @@ break; } } - return result.build$0(0); + return result.build$0(); }, deserialize$2(serializers, serialized) { return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); @@ -395624,7 +407107,7 @@ A.ArgumentError_checkNotNull(this, "other"); t1._webhook_state$_$v = this; updates.call$1(t1); - return t1.build$0(0); + return t1.build$0(); }, $eq(_, other) { if (other == null) @@ -395676,22 +407159,22 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, exception, _this = this, _$result = null; try { _$result0 = _this._webhook_state$_$v; if (_$result0 == null) { - t1 = _this.get$map(_this).build$0(0); - _$result0 = A._$WebhookState$_(_this.get$list(_this).build$0(0), t1); + t1 = _this.get$map(_this).build$0(); + _$result0 = A._$WebhookState$_(_this.get$list(_this).build$0(), t1); } _$result = _$result0; } catch (exception) { _$failedField = null; try { _$failedField = "map"; - _this.get$map(_this).build$0(0); + _this.get$map(_this).build$0(); _$failedField = "list"; - _this.get$list(_this).build$0(0); + _this.get$list(_this).build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$("WebhookState", _$failedField, J.toString$0$(e)); @@ -395815,7 +407298,7 @@ } return _this; }, - build$0(_) { + build$0() { var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, exception, _this = this, _s14_ = "WebhookUIState", _$result = null; @@ -395823,8 +407306,8 @@ _$result0 = _this._webhook_state$_$v; if (_$result0 == null) { t1 = _this._webhook_state$_editing; - t1 = t1 == null ? null : t1.build$0(0); - t2 = _this.get$listUIState().build$0(0); + t1 = t1 == null ? null : t1.build$0(); + t2 = _this.get$listUIState().build$0(); t3 = _this.get$_webhook_state$_$this()._webhook_state$_selectedId; t4 = _this.get$_webhook_state$_$this()._webhook_state$_forceSelected; t5 = _this.get$_webhook_state$_$this()._webhook_state$_tabIndex; @@ -395840,9 +407323,9 @@ _$failedField = "editing"; t1 = _this._webhook_state$_editing; if (t1 != null) - t1.build$0(0); + t1.build$0(); _$failedField = "listUIState"; - _this.get$listUIState().build$0(0); + _this.get$listUIState().build$0(); } catch (exception) { e = A.unwrapException(exception); t1 = A.BuiltValueNestedFieldError$(_s14_, _$failedField, J.toString$0$(e)); @@ -395858,7 +407341,7 @@ }; A._WebhookUIState_Object_EntityUIState.prototype = {}; A.FieldGrid.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), textColor = A.Theme_of(context).textTheme.bodyLarge.color, @@ -395874,26 +407357,26 @@ call$2(field, value) { var text, t1, _null = null; if (value != null) { - text = A.Text$(A.stringReplaceAllUnchecked(value, "\n", " "), _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + text = A.Text$(A.stringReplaceAllUnchecked(value, "\n", " "), _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); if (B.JSString_methods.contains$1(value, "\n")) text = A.Tooltip$(text, value); t1 = value.length; if (t1 !== 0) { t1 = this.textColor; - this.fieldWidgets.push(A.Material$(B.Duration_200000, true, _null, new A.CopyToClipboard(A.Column$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(this.localization.lookup$1(field), _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), new A.SizedBox(_null, 4, _null, _null), text], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), value, false, _null, _null, _null), B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); + this.fieldWidgets.push(A.Material$(B.Duration_200000, true, _null, new A.CopyToClipboard(A.Column$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(this.localization.lookup$1(field), _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), new A.SizedBox(_null, 4, _null, _null), text], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), value, false, _null, _null, _null), B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); } } }, - $signature: 38 + $signature: 39 }; A.FieldGrid_build_closure0.prototype = { call$2(context, constraints) { return A.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new A.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 365 + $signature: 361 }; A.ActionMenuButton.prototype = { - build$1(_, context) { + build$1(context) { var t1, t2, t3, _this = this, _null = null, actions = A._setArrayType([], type$.JSArray_legacy_PopupMenuEntry_legacy_EntityAction), store = A.StoreProvider_of(context, type$.legacy_AppState); @@ -395907,7 +407390,9 @@ t1 = B.IconData_58372_MaterialIcons_null_false; t1 = A.Icon$(t1, _null, _this.iconSize); t2 = actions.length; - t3 = A._lateReadCheck(store.__Store__state, "_state").prefState.enableTooltips ? _null : ""; + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.prefState.enableTooltips ? _null : ""; return A.PopupMenuButton$(_null, _null, t2 !== 0, t1, _null, new A.ActionMenuButton_build_closure0(actions), new A.ActionMenuButton_build_closure1(_this, context), B.EdgeInsets_8_8_8_8, t3, type$.legacy_EntityAction); } }; @@ -395924,32 +407409,34 @@ 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: 262 + $signature: 274 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { return this.actions; }, - $signature: 665 + $signature: 582 }; A.ActionMenuButton_build_closure1.prototype = { call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 262 + $signature: 274 }; A.ViewActionMenuButton.prototype = { - build$1(_, context) { + build$1(context) { var _this = this; return A.ActionMenuButton$(_this.entity, _this.entityActions, null, null, _this.isSaving, _this.onSelected); } }; A.AppBorder.prototype = { - build$1(_, context) { - var enableDarkMode, t1, isAllSides, color, t2, t3, _this = this, _null = null; + build$1(context) { + var t1, enableDarkMode, isAllSides, color, t2, t3, _this = this, _null = null; if (_this.hideBorder) return _this.child; - enableDarkMode = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + enableDarkMode = t1.prefState.enableDarkMode; t1 = _this.isTop; isAllSides = t1 == null && _this.isLeft == null; color = enableDarkMode ? A.convertHexStringToColor("#393A3C") : A.convertHexStringToColor("#dfdfdf"); @@ -395957,9 +407444,9 @@ if (isAllSides) t1 = A.Border_Border$all(color, 2); else { - t1 = t1 === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_0CF; - t3 = _this.isBottom === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_0CF; - t1 = new A.Border(t1, B.BorderSide_0CF, t3, _this.isLeft === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_0CF); + t1 = t1 === true ? new A.BorderSide(color, 2, B.BorderStyle_1, B.StrokeAlign_0) : B.BorderSide_aLd; + t3 = _this.isBottom === true ? new A.BorderSide(color, 2, B.BorderStyle_1, B.StrokeAlign_0) : B.BorderSide_aLd; + t1 = new A.Border(t1, B.BorderSide_aLd, t3, _this.isLeft === true ? new A.BorderSide(color, 2, B.BorderStyle_1, B.StrokeAlign_0) : B.BorderSide_aLd); } return A.Container$(_null, _this.child, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, t1, t2, _null, _null, B.BoxShape_0), _null, _null, _null, _null, _null, _null, _null, _null); } @@ -396033,11 +407520,12 @@ } return null; }, - build$1(_, context) { + build$1(context) { var _this = this, t1 = type$.legacy_AppState, - state = A._lateReadCheck(A.StoreProvider_of(context, t1).__Store__state, "_state"); - return A.StoreBuilder$(new A._AppBottomBarState_build_closure(_this, state, state.prefState, new A._AppBottomBarState_build_closure0(_this, context), new A._AppBottomBarState_build_closure1(_this, context), new A._AppBottomBarState_build_closure2(_this, context, state), new A._AppBottomBarState_build_closure3(_this, context, state), new A._AppBottomBarState_build_closure4(_this, context, state), new A._AppBottomBarState_build_closure5(_this, context, state), new A._AppBottomBarState_build_closure6(_this, context)), null, t1); + t2 = A.StoreProvider_of(context, t1).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return A.StoreBuilder$(new A._AppBottomBarState_build_closure(_this, t2, t2.prefState, new A._AppBottomBarState_build_closure0(_this, context), new A._AppBottomBarState_build_closure1(_this, context), new A._AppBottomBarState_build_closure2(_this, context, t2), new A._AppBottomBarState_build_closure3(_this, context, t2), new A._AppBottomBarState_build_closure4(_this, context, t2), new A._AppBottomBarState_build_closure5(_this, context, t2), new A._AppBottomBarState_build_closure6(_this, context)), null, t1); } }; A._AppBottomBarState_build_closure0.prototype = { @@ -396058,13 +407546,15 @@ 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: 2106 + $signature: 2142 }; A._AppBottomBarState_build___closure8.prototype = { call$1(store) { - return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 2107 + $signature: 2143 }; A._AppBottomBarState_build___closure7.prototype = { call$2(context, stateFilters) { @@ -396074,7 +407564,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, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2108 + $signature: 2144 }; A._AppBottomBarState_build____closure1.prototype = { call$1(state) { @@ -396086,13 +407576,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: 2109 + $signature: 2145 }; A._AppBottomBarState_build_____closure2.prototype = { call$1(value) { this.$this._widget.onSelectedState$2(this.state, value); }, - $signature: 21 + $signature: 22 }; A._AppBottomBarState_build__closure15.prototype = { call$0() { @@ -396118,13 +407608,15 @@ 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: 2110 + $signature: 2146 }; A._AppBottomBarState_build___closure6.prototype = { call$1(store) { - return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 2111 + $signature: 2147 }; A._AppBottomBarState_build___closure5.prototype = { call$2(context, statusFilters) { @@ -396135,7 +407627,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, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2112 + $signature: 2148 }; A._AppBottomBarState_build____closure0.prototype = { call$1($status) { @@ -396146,13 +407638,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: 2113 + $signature: 2149 }; A._AppBottomBarState_build_____closure1.prototype = { call$1(value) { this.$this._widget.onSelectedStatus$2(this.status, value); }, - $signature: 21 + $signature: 22 }; A._AppBottomBarState_build__closure13.prototype = { call$0() { @@ -396178,13 +407670,15 @@ 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: 2114 + $signature: 2150 }; A._AppBottomBarState_build___closure0.prototype = { call$1(store) { - return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(this.$this._widget.entityType).get$listUIState(); + var t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 2115 + $signature: 2151 }; A._AppBottomBarState_build___closure.prototype = { call$2(context, listUIState) { @@ -396195,7 +407689,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, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2116 + $signature: 2152 }; A._AppBottomBarState_build____closure.prototype = { call$1(sortField) { @@ -396223,9 +407717,9 @@ t3 = A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null); } else 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); + 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: 586 + $signature: 583 }; A._AppBottomBarState_build_____closure0.prototype = { call$0() { @@ -396270,7 +407764,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: 367 + $signature: 348 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -396303,7 +407797,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: 367 + $signature: 348 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -396336,7 +407830,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: 367 + $signature: 348 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -396369,7 +407863,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: 367 + $signature: 348 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -396385,7 +407879,7 @@ }; A._AppBottomBarState_build_closure.prototype = { call$2(context, store) { - var t7, t8, t9, _this = this, _null = null, _s6_ = "_state", _s6_0 = ":value", _s2_ = ", ", + var t7, t8, t9, _this = this, _null = null, _s6_ = ":value", _s2_ = ", ", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.$this, isList = t2._widget.entityType.get$isSetting() || _this.state.prefState.moduleLayout === B.ModuleLayout_list, @@ -396405,38 +407899,50 @@ if (A.getLayout(context) === B.AppLayout_mobile || t2._widget.entityType === B.EntityType_companyGateway) { t7 = t1.get$filter(t1); t8 = A.Icon$(B.IconData_57984_MaterialIcons_null_false, _null, _null); - t9 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().stateFilters._list; + t9 = store.__Store__state_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t9 = t9.getUIState$1(t2._widget.entityType).get$listUIState().stateFilters._list; t9 = t9.length !== 1 || !J.$eq$(B.JSArray_methods.get$first(t9), B.EntityState_active) ? A.Theme_of(context).colorScheme.secondary : _null; t6.push(A.IconButton$(B.Alignment_0_0, t9, _null, true, t8, _null, _this._showFilterStateSheet, B.EdgeInsets_8_8_8_8, _null, t7, _null)); } if (t2._widget.statuses.length !== 0 && A.getLayout(context) === B.AppLayout_mobile) { t7 = _this.prefState.enableTooltips ? t1.get$status(t1) : _null; t8 = A.Icon$(B.IconData_57967_MaterialIcons_null_false, _null, _null); - t9 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().statusFilters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; + t9 = store.__Store__state_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t9 = t9.getUIState$1(t2._widget.entityType).get$listUIState().statusFilters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; t6.push(A.IconButton$(B.Alignment_0_0, t9, _null, true, t8, _null, _this._showFilterStatusSheet, B.EdgeInsets_8_8_8_8, _null, t7, _null)); } if (t2._widget.customValues1.length !== 0) { - t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_0, B.JSArray_methods.join$1(t2._widget.customValues1, _s2_)) : _null; + t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_, B.JSArray_methods.join$1(t2._widget.customValues1, _s2_)) : _null; t8 = A.Icon$(B.IconData_58297_MaterialIcons_null_false, _null, _null); - t9 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom1Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; + t9 = store.__Store__state_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t9 = t9.getUIState$1(t2._widget.entityType).get$listUIState().custom1Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; t6.push(A.IconButton$(B.Alignment_0_0, t9, _null, true, t8, _null, _this._showFilterCustom1Sheet, B.EdgeInsets_8_8_8_8, _null, t7, _null)); } if (t2._widget.customValues2.length !== 0) { - t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_0, B.JSArray_methods.join$1(t2._widget.customValues2, _s2_)) : _null; + t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_, B.JSArray_methods.join$1(t2._widget.customValues2, _s2_)) : _null; t8 = A.Icon$(B.IconData_58298_MaterialIcons_null_false, _null, _null); - t9 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom2Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; + t9 = store.__Store__state_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t9 = t9.getUIState$1(t2._widget.entityType).get$listUIState().custom2Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; t6.push(A.IconButton$(B.Alignment_0_0, t9, _null, true, t8, _null, _this._showFilterCustom2Sheet, B.EdgeInsets_8_8_8_8, _null, t7, _null)); } if (t2._widget.customValues3.length !== 0) { - t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_0, B.JSArray_methods.join$1(t2._widget.customValues3, _s2_)) : ""; + t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_, B.JSArray_methods.join$1(t2._widget.customValues3, _s2_)) : ""; t8 = A.Icon$(B.IconData_58293_MaterialIcons_null_false, _null, _null); - t9 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom3Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; + t9 = store.__Store__state_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t9 = t9.getUIState$1(t2._widget.entityType).get$listUIState().custom3Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; t6.push(A.IconButton$(B.Alignment_0_0, t9, _null, true, t8, _null, _this._showFilterCustom3Sheet, B.EdgeInsets_8_8_8_8, _null, t7, _null)); } if (t2._widget.customValues4.length !== 0) { - t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_0, B.JSArray_methods.join$1(t2._widget.customValues4, _s2_)) : ""; + t7 = _this.prefState.enableTooltips ? B.JSString_methods.replaceFirst$2(t1.get$filteredBy(), _s6_, B.JSArray_methods.join$1(t2._widget.customValues4, _s2_)) : ""; t8 = A.Icon$(B.IconData_58294_MaterialIcons_null_false, _null, _null); - t9 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom4Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; + t9 = store.__Store__state_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t9 = t9.getUIState$1(t2._widget.entityType).get$listUIState().custom4Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; t6.push(A.IconButton$(B.Alignment_0_0, t9, _null, true, t8, _null, _this._showFilterCustom4Sheet, B.EdgeInsets_8_8_8_8, _null, t7, _null)); } if (!t2._widget.entityType.get$isSetting()) { @@ -396483,11 +407989,11 @@ } if (t5 === B.AppLayout_desktop) { t1 = _this.prefState.enableTooltips ? t1.get$refreshData() : ""; - t6.push(new A.AppBorder(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B.IconData_58644_MaterialIcons_null_false, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._AppBottomBarState_build__closure1(store), _null, _null, _null, _null, _null, _null), t1), _null, _null, true, false, _null)); + t6.push(new A.AppBorder(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B.IconData_58644_MaterialIcons_null_false, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._AppBottomBarState_build__closure1(store), _null, _null, _null, _null, _null, _null, _null), t1), _null, _null, true, false, _null)); } 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: 2120 + $signature: 2156 }; A._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0() { @@ -396509,33 +408015,37 @@ }; A._AppBottomBarState_build___onColumnsPressed_closure.prototype = { call$1(selected) { - var t4, settings, userCompany, user, completer, _this = this, + var t3, t4, settings, userCompany, user, completer, _this = this, t1 = _this.store, - t2 = _this.$this, - t3 = J.getInterceptor$asx(selected); - if (!t3.contains$1(selected, A._lateReadCheck(t1.__Store__state, "_state").getUIState$1(t2._widget.entityType).get$listUIState().sortField)) { - t4 = t2._widget; - t4.toString; - t4.onSelectedSortField$1(t3.get$isEmpty(selected) ? "" : t3.$index(selected, 0)); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.$this; + t4 = J.getInterceptor$asx(selected); + if (!t4.contains$1(selected, t2.getUIState$1(t3._widget.entityType).get$listUIState().sortField)) { + t2 = t3._widget; + t2.toString; + t2.onSelectedSortField$1(t4.get$isEmpty(selected) ? "" : t4.$index(selected, 0)); } - t3 = _this.state; - t4 = t3.uiState.selectedCompanyIndex; - t3 = t3.userCompanyStates._list; - settings = t3[t4].userCompany.settings.rebuild$1(new A._AppBottomBarState_build___onColumnsPressed__closure(t2, selected)); - userCompany = t3[t4].userCompany.rebuild$1(new A._AppBottomBarState_build___onColumnsPressed__closure0(settings)); - user = t3[t4].userCompany.user.rebuild$1(new A._AppBottomBarState_build___onColumnsPressed__closure1(userCompany)); + t2 = _this.state; + t4 = t2.uiState.selectedCompanyIndex; + t2 = t2.userCompanyStates._list; + settings = t2[t4].userCompany.settings.rebuild$1(new A._AppBottomBarState_build___onColumnsPressed__closure(t3, selected)); + userCompany = t2[t4].userCompany.rebuild$1(new A._AppBottomBarState_build___onColumnsPressed__closure0(settings)); + user = t2[t4].userCompany.user.rebuild$1(new A._AppBottomBarState_build___onColumnsPressed__closure1(userCompany)); t4 = _this.context; completer = A.snackBarCompleter(t4, A.Localizations_of(t4, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.SaveUserSettingsRequest(completer, user)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 104 + $signature: 105 }; 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: 662 + $signature: 587 }; A._AppBottomBarState_build___onColumnsPressed__closure0.prototype = { call$1(b) { @@ -396545,7 +408055,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -396555,7 +408065,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 73 + $signature: 74 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -396565,28 +408075,35 @@ }; A._AppBottomBarState_build__closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.SwitchListTableLayout()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SwitchListTableLayout()); }, $signature: 1 }; A._AppBottomBarState_build__closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 10 }; A.CustomFieldSelector.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CustomFieldSelector_build_closure(this), new A.CustomFieldSelector_build_closure0(this), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BuiltList_legacy_String); } }; A.CustomFieldSelector_build_closure0.prototype = { call$1(store) { - var t1 = this.$this; - return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(t1.entityType).get$listUIState().getCustomFilters$1(t1.customNumber); + var t2, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.$this; + return t1.getUIState$1(t2.entityType).get$listUIState().getCustomFilters$1(t2.customNumber); }, - $signature: 2123 + $signature: 2159 }; A.CustomFieldSelector_build_closure.prototype = { call$2(context, customFilters) { @@ -396597,7 +408114,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, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2124 + $signature: 2160 }; A.CustomFieldSelector_build__closure.prototype = { call$1(customField) { @@ -396607,7 +408124,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: 2125 + $signature: 2161 }; A.CustomFieldSelector_build___closure.prototype = { call$1(value) { @@ -396627,7 +408144,7 @@ rebuild$0() { this.setState$1(new A.AppBuilderState_rebuild_closure()); }, - build$1(_, context) { + build$1(context) { return this._widget.builder$1(context); } }; @@ -396637,7 +408154,7 @@ $signature: 1 }; A.AppHeader.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, textColor = A.Theme_of(context).textTheme.bodyLarge.color, t1 = type$.JSArray_legacy_Widget, @@ -396660,76 +408177,47 @@ var _null = null, t1 = this.$this, t2 = this.textColor; - t2 = A.Text$(t1.label, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + t2 = A.Text$(t1.label, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); t1 = t1.value; if ((t1 == null ? "" : t1).length === 0) 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, 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); + 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: 139 + $signature: 147 }; A.AppHeader_build__value2.prototype = { call$0() { var _null = null, t1 = this.$this, t2 = this.textColor; - t2 = A.Text$(t1.secondLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + t2 = A.Text$(t1.secondLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); t1 = t1.secondValue; if ((t1 == null ? "" : t1).length === 0) 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, 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); + 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: 139 + $signature: 147 }; A.AppTitleBar.prototype = { - build$1(_, context) { - var store, state, prefState, t1, t2, t3, t4, t5, buttonColors, closeButtonColors, _null = null; - if (!A.isWindows()) - return new A.SizedBox(_null, _null, _null, _null); - store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - prefState = state.prefState; - t1 = state.get$headerTextColor(); - t2 = state.get$headerTextColor(); - t3 = state.get$headerTextColor(); - t4 = prefState.enableDarkMode; - t5 = t4 ? 4280427042 : 4292730333; - buttonColors = A.WindowButtonColors$(t3, t2, t1, new A.Color(t4 ? 4281545523 : 4291611852), new A.Color(t5), _null); - closeButtonColors = A.WindowButtonColors$(_null, B.Color_4294967295, state.get$headerTextColor(), new A.Color(4290190364), new A.Color(4292030255), _null); - t1 = !t4 && state.get$hasAccentColor() ? state.get$accentColor() : _null; - return A.Material$(B.Duration_200000, true, _null, new A.WindowTitleBarBox(A.Row$(A._setArrayType([A.Expanded$(new A.MoveWindow(A.isMacOS() ? new A.SizedBox(_null, _null, _null, _null) : A.Row$(A._setArrayType([new A.SizedBox(6, _null, _null, _null), A.Image$asset("assets/images/icon.png", _null, _null, 16), new A.SizedBox(6, _null, _null, _null), A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _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)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), 1), A.MinimizeWindowButton$(buttonColors), A.MaximizeWindowButton$(buttonColors), A.CloseWindowButton$(closeButtonColors, new A.AppTitleBar_build_closure(store))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t1, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + build$1(context) { + var _null = null; + return new A.SizedBox(_null, _null, _null, _null); } }; - A.AppTitleBar_build_closure.prototype = { - call$0() { - A.checkForChanges(new A.AppTitleBar_build__closure(), false, this.store); - }, - $signature: 1 - }; - A.AppTitleBar_build__closure.prototype = { - call$0() { - if ($._platformInstanceNeedsInit) { - A.initPlatformInstance(); - $._platformInstanceNeedsInit = false; - } - $.$get$BitsdojoWindowPlatform__instance().get$appWindow().close$0(0); - }, - $signature: 1 - }; A.AppWebView.prototype = { - build$1(_, context) { + build$1(context) { return new A._WebWebView(this.html, null); } }; A._WebWebView.prototype = { - build$1(_, context) { + build$1(context) { var encodedHtml = B.JSString_methods.$add("data:text/html;charset=utf-8,", A._Uri__uriEncode(B.List_KIf, this.html, B.C_Utf8Codec, false)); A.WebUtils_registerWebView(encodedHtml); return A.AbsorbPointer$(true, new A.HtmlElementView(encodedHtml, null)); } }; A.BlankScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.AppBar$(_null, _null, A.getLayout(context) === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1, _null), t2 = A.Theme_of(context).cardColor, @@ -396741,65 +408229,51 @@ } }; A.AppTextButton.prototype = { - build$1(_, context) { - var primaryColor, flatButtonStyle, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = _this.onPressed; - if (t1 == null) + build$1(context) { + var t2, primaryColor, flatButtonStyle, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.onPressed; + if (t2 == null) primaryColor = _null; else { primaryColor = _this.color; if (!(primaryColor != null)) if (_this.isInHeader) - primaryColor = state.get$headerTextColor(); + primaryColor = t1.get$headerTextColor(); else - primaryColor = state.prefState.enableDarkMode ? B.Color_4294967295 : B.Color_3707764736; + primaryColor = t1.prefState.enableDarkMode ? B.Color_4294967295 : B.Color_3707764736; } - flatButtonStyle = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, primaryColor, _null, _null, _null, _null, _null, _null); - return A.TextButton$(false, A.Text$(_this.label, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, flatButtonStyle); + flatButtonStyle = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, primaryColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.TextButton$(false, A.Text$(_this.label, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, t2, flatButtonStyle); } }; A.BottomButtons.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, t7, _this = this, _null = null, + build$1(context) { + var textColor, t3, t4, t5, t6, t7, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - textColor = state.prefState.enableDarkMode || state.get$hasAccentColor() ? A.Theme_of(context).textTheme.bodyLarge.color : state.get$accentColor(), - t2 = _this.action1Enabled; - if (t2) { - t3 = _this.entity; - t3 = !t3.get$isDeleted(t3) || _this.action1 === B.EntityAction_viewPdf; - } else + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + textColor = t2.prefState.enableDarkMode || t2.get$hasAccentColor() ? A.Theme_of(context).textTheme.bodyLarge.color : t2.get$accentColor(); + t2 = _this.action1Enabled; + if (t2) + t3 = !_this.entity.get$isDeleted() || _this.action1 === B.EntityAction_viewPdf; + else t3 = false; t3 = t3 ? new A.BottomButtons_build_closure(_this) : _null; t4 = _this.action1; t5 = A.Icon$(A.getEntityActionIcon(t4), _null, _null); t4 = t1.lookup$1(t4.toString$0(0)); - if (t2) { - t2 = _this.entity; - t2 = !t2.get$isDeleted(t2); - } else - t2 = false; - t2 = t2 ? 1 : 0.5; + t2 = t2 && !_this.entity.get$isDeleted() ? 1 : 0.5; textColor.toString; t6 = type$.JSArray_legacy_Widget; - t3 = A.Expanded$(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([t5, new A.SizedBox(12, _null, _null, _null), A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t2), textColor.get$value(textColor) >>> 16 & 255, textColor.get$value(textColor) >>> 8 & 255, textColor.get$value(textColor) & 255), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null), 1); + t3 = A.Expanded$(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([t5, new A.SizedBox(12, _null, _null, _null), A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t2), textColor.get$value(textColor) >>> 16 & 255, textColor.get$value(textColor) >>> 8 & 255, textColor.get$value(textColor) & 255), _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_2, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null), 1); t2 = _this.action2Enabled; - if (t2) { - t4 = _this.entity; - t4 = !t4.get$isDeleted(t4); - } else - t4 = false; - t4 = t4 ? new A.BottomButtons_build_closure0(_this) : _null; + t4 = t2 && !_this.entity.get$isDeleted() ? new A.BottomButtons_build_closure0(_this) : _null; t5 = _this.action2; t7 = A.Icon$(A.getEntityActionIcon(t5), _null, _null); t5 = t1.lookup$1(A.S(t5)); - if (t2) { - t1 = _this.entity; - t1 = !t1.get$isDeleted(t1); - } else - t1 = false; - return new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(A._setArrayType([t3, A.Expanded$(new A.AppBorder(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([t7, new A.SizedBox(12, _null, _null, _null), A.Text$(t5, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * (t1 ? 1 : 0.6)), textColor.get$value(textColor) >>> 16 & 255, textColor.get$value(textColor) >>> 8 & 255, textColor.get$value(textColor) & 255), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null), _null, _null, true, false, _null), 1)], t6), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null); + return new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(A._setArrayType([t3, A.Expanded$(new A.AppBorder(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([t7, new A.SizedBox(12, _null, _null, _null), A.Text$(t5, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * (t2 && !_this.entity.get$isDeleted() ? 1 : 0.6)), textColor.get$value(textColor) >>> 16 & 255, textColor.get$value(textColor) >>> 8 & 255, textColor.get$value(textColor) & 255), _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_2, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null), _null, _null, true, false, _null), 1)], t6), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null); } }; A.BottomButtons_build_closure.prototype = { @@ -396817,15 +408291,15 @@ $signature: 1 }; A.AppButton.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, button, _this = this, _null = null, t1 = _this.color; if (t1 == null) t1 = A.Theme_of(context).colorScheme.secondary; - t1 = A.ElevatedButton_styleFrom(_null, _null, _null, 4, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(14, 14, 14, 14), t1, _null, new A.RoundedRectangleBorder(A.BorderRadius$circular(2), B.BorderSide_0CF), _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null); + t1 = A.ElevatedButton_styleFrom(_null, _null, _null, _null, _null, _null, 4, _null, _null, t1, _null, _null, _null, new A.EdgeInsets(14, 14, 14, 14), _null, _null, new A.RoundedRectangleBorder(A.BorderRadius$circular(2), B.BorderSide_aLd), _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), _null); t2 = _this.iconData; t3 = _this.label; - t2 = t2 != null ? new A.IconText(t3, t2, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.MainAxisAlignment_2, false, _null) : new A.SizedBox(_null, 24, A.Text$(t3, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null); + t2 = t2 != null ? new A.IconText(t3, t2, 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.MainAxisAlignment_2, false, _null) : new A.SizedBox(_null, 24, A.Text$(t3, _null, _null, B.TextOverflow_2, _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), _null, _null, _null), _null); button = A.ElevatedButton$(t2, _this.onPressed, t1); t1 = _this.width; return new A.Padding(B.EdgeInsets_0_20_0_0, t1 == null ? button : new A.SizedBox(t1, _null, button, _null), _null); @@ -396837,7 +408311,7 @@ } }; A._ChangeLayoutBannerState.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, message, t4, t5, t6, t7, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -396861,7 +408335,7 @@ t3 = !t2; t2 = t2 ? 0 : 50; t4 = A.Duration$(0, 0, 0, 500, 0, 0); - t5 = A.Expanded$(new A.IconText(message, B.IconData_58173_MaterialIcons_null_false, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null), 1); + t5 = A.Expanded$(new A.IconText(message, B.IconData_58173_MaterialIcons_null_false, 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), _null, false, _null), 1); t6 = t1.get$dismiss(); t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "change"); if (t1 == null) @@ -396881,15 +408355,17 @@ call$0() { return this.$this._dismissedChange = true; }, - $signature: 22 + $signature: 23 }; A._ChangeLayoutBannerState_build_closure0.prototype = { call$0() { var _null = null, layout = this.$this._widget.suggestedLayout === B.AppLayout_desktop ? B.AppLayout_mobile : B.AppLayout_desktop, t1 = this.store, - t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t1.get$_dispatchers()[0].call$1(t2); + t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t3 = t1.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(t2); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ChangeLayoutBannerState_build__closure(layout, t1)); }, @@ -396897,16 +408373,19 @@ }; A._ChangeLayoutBannerState_build__closure.prototype = { call$1(duration) { - var t1 = this.store; - if (this.layout === B.AppLayout_mobile) - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); - else - t1.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); + var t1 = this.store.__Store__dispatchers_F; + if (this.layout === B.AppLayout_mobile) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewMainScreen()); + } }, - $signature: 36 + $signature: 37 }; A.ConfirmEmail.prototype = { - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.viewModel, @@ -396929,13 +408408,13 @@ t8 = t2.onResendPressed; t6 = J.$index$asx(t5.$index(0, t6), "resend_email"); t5 = t6 == null ? "" : t6; - t8 = A.TextButton$(false, A.Text$(t5.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t8, _null); - t5 = A.TextButton$(false, A.Text$(t1.get$changeEmail().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ConfirmEmail_build_closure(this, context, t1), _null); + t8 = A.TextButton$(false, A.Text$(t5.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, t8, _null); + t5 = A.TextButton$(false, A.Text$(t1.get$changeEmail().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ConfirmEmail_build_closure(this, context, t1), _null); t6 = t2.onRefreshPressed; - t6 = A.TextButton$(false, A.Text$(t1.get$refreshData().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t6, _null); + t6 = A.TextButton$(false, A.Text$(t1.get$refreshData().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, t6, _null); t2 = t2.onLogoutPressed; t10 = type$.JSArray_legacy_Widget; - t10 = new A.Padding(B.EdgeInsets_20_20_20_20, A.Column$(A._setArrayType([t4, new A.SizedBox(_null, 60, _null, _null), t7, new A.Padding(B.EdgeInsets_0_16_0_80, new A.HelpText(t9, _null), _null), A.Wrap$(B.WrapAlignment_2, A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_16, t8, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t5, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t6, _null), new A.Padding(B.EdgeInsets_0_0_0_16, A.TextButton$(false, A.Text$(t1.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, _null), _null)], t10), B.Clip_0, B.WrapCrossAlignment_0, 0)], t10), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null); + t10 = new A.Padding(B.EdgeInsets_20_20_20_20, A.Column$(A._setArrayType([t4, new A.SizedBox(_null, 60, _null, _null), t7, new A.Padding(B.EdgeInsets_0_16_0_80, new A.HelpText(t9, _null), _null), A.Wrap$(B.WrapAlignment_2, A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_16, t8, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t5, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t6, _null), new A.Padding(B.EdgeInsets_0_0_0_16, A.TextButton$(false, A.Text$(t1.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, t2, _null), _null)], t10), B.Clip_0, B.WrapCrossAlignment_0, 0)], t10), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null); t1 = t10; } return A.Material$(B.Duration_200000, true, _null, t1, B.Clip_0, t3, 0, _null, _null, _null, _null, _null, B.MaterialType_0); @@ -396954,7 +408433,7 @@ t2 = this.localization; A.fieldCallback(new A.ConfirmEmail_build___closure(this.$this, t1, password, idToken), t1, t2.get$email(t2), null, null, t2.get$changeEmail()); }, - $signature: 38 + $signature: 39 }; A.ConfirmEmail_build___closure.prototype = { call$1(value) { @@ -396964,7 +408443,7 @@ $signature: 9 }; A.ConfirmEmailBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ConfirmEmailBuilder_build_closure(), A.confirm_email_vm_ConfirmEmailVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ConfirmEmailVM); } @@ -396973,49 +408452,58 @@ call$2(context, viewModel) { return new A.ConfirmEmail(viewModel, null); }, - $signature: 2128 + $signature: 2164 }; A.ConfirmEmailVM.prototype = {}; A.ConfirmEmailVM_fromStore_closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 1 }; A.ConfirmEmailVM_fromStore_closure1.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UserLogout()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); }, $signature: 1 }; A.ConfirmEmailVM_fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.ResendConfirmation()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResendConfirmation()); }, $signature: 1 }; A.ConfirmEmailVM_fromStore_closure2.prototype = { call$4(context, email, password, idToken) { - var user, completer, + var t3, user, completer, t1 = this.store, - t2 = A._lateReadCheck(t1.__Store__state, "_state"), - t3 = t2.userCompanyStates; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; user = t3._list[t2].userCompany.user.rebuild$1(new A.ConfirmEmailVM_fromStore__closure(email)); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, user, password, idToken)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 660 + $signature: 590 }; A.ConfirmEmailVM_fromStore__closure.prototype = { call$1(b) { - b.get$_user_model$_$this()._user_model$_email = this.email; + b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 73 + $signature: 74 }; A.CopyToClipboard.prototype = { - build$1(_, context) { + build$1(context) { var widget, t2, onTap, _this = this, _null = null, t1 = _this.value; if ((t1 == null ? "" : t1).length === 0) @@ -397030,7 +408518,7 @@ if (_this.showBorder) return new A.ConstrainedBox(new A.BoxConstraints(0, 180, 0, 1 / 0), A.OutlinedButton$(widget, t1, onTap, _null), _null); else - return A.InkWell$(false, _null, true, widget, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, onTap, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, widget, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, onTap, _null, _null, _null, _null, _null, _null, _null); }, get$value(receiver) { return this.value; @@ -397057,14 +408545,14 @@ this.super$State$initState(); this._desktop_session_timeout$_timer = A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 0, 1, 0), new A._DesktopSessionTimeoutState_initState_closure(this)); }, - dispose$0(_) { + dispose$0() { var t1 = this._desktop_session_timeout$_timer; if (t1 != null) t1.cancel$0(0); this._desktop_session_timeout$_timer = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); if (_this._isWarned) { @@ -397074,28 +408562,29 @@ t3 = J.$index$asx(t2.$index(0, t1), "session_about_to_expire"); if (t3 == null) t3 = ""; - t3 = A.Expanded$(A.Text$(t3, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1); + t3 = A.Expanded$(A.Text$(t3, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1); t1 = J.$index$asx(t2.$index(0, t1), "stay_logged_in"); if (t1 == null) t1 = ""; t2 = type$.JSArray_legacy_Widget; - return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_16_8_16_8, A.Row$(A._setArrayType([t3, A.TextButton$(false, A.Text$(t1, _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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A._DesktopSessionTimeoutState_build_closure(_this, context), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), A.Expanded$(_this._widget.child, 1)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, B.MaterialColor_Map_JNZaB_4294940672, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_16_8_16_8, A.Row$(A._setArrayType([t3, A.TextButton$(false, A.Text$(t1, _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), _null, _null, _null), _null, _null, new A._DesktopSessionTimeoutState_build_closure(_this, context), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), A.Expanded$(_this._widget.child, 1)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, B.MaterialColor_Map_JNZaB_4294940672, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } return _this._widget.child; } }; A._DesktopSessionTimeoutState_initState_closure.prototype = { call$1(timer) { - var store, state, t3, sessionTimeout, t4, sessionLength, + var store, t3, sessionTimeout, t4, sessionLength, t1 = this.$this, t2 = t1._framework$_element; t2.toString; store = A.StoreProvider_of(t2, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - sessionTimeout = t2[t3].userCompany.company.sessionTimeout; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + sessionTimeout = t3[t2].userCompany.company.sessionTimeout; if (sessionTimeout !== 0) { t4 = t1._framework$_element; t4.toString; @@ -397104,13 +408593,15 @@ t4 = true; if (t4) return; - sessionLength = Date.now() - t2[t3].lastUpdated; - if (sessionLength > sessionTimeout) - store.get$_dispatchers()[0].call$1(new A.UserLogout()); - else if (sessionLength > sessionTimeout - 120000) + sessionLength = Date.now() - t3[t2].lastUpdated; + if (sessionLength > sessionTimeout) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); + } else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 442 + $signature: 380 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -397120,10 +408611,13 @@ }; A._DesktopSessionTimeoutState_build_closure.prototype = { call$0() { - var store = A.StoreProvider_of(this.context, type$.legacy_AppState), + var t2, + store = A.StoreProvider_of(this.context, type$.legacy_AppState), t1 = new A._Future($.Zone__current, type$._Future_Null); t1.then$1$1(0, new A._DesktopSessionTimeoutState_build__closure(this.$this), type$.Null); - store.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), false, false, false)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), false, false, false)); }, $signature: 1 }; @@ -397141,7 +408635,7 @@ $signature: 1 }; A.MessageDialog.prototype = { - build$1(_, context) { + build$1(context) { var t6, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.Text$(_this.message, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), @@ -397155,13 +408649,13 @@ t5 = _this.dismissLabel; if (t5 == null) t5 = t1.get$dismiss(); - t4.push(new A.Padding(B.EdgeInsets_0_0_10_0, A.TextButton$(false, A.Text$(t5.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.MessageDialog_build_closure0(_this, context), _null), _null)); + t4.push(new A.Padding(B.EdgeInsets_0_0_10_0, A.TextButton$(false, A.Text$(t5.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.MessageDialog_build_closure0(_this, context), _null), _null)); if (_this.onDiscard != null) { t1.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "discard_changes"); if (t1 == null) t1 = ""; - t4.push(A.TextButton$(true, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.MessageDialog_build_closure1(_this, context), _null)); + t4.push(A.TextButton$(true, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.MessageDialog_build_closure1(_this, context), _null)); } return new A.Padding(new A.EdgeInsets(16, 24, 16, 24), A.Column$(A._setArrayType([A.PointerInterceptor$(A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_28_28_28_28, A.Column$(A._setArrayType([new A.SizedBox(_null, 20, _null, _null), t2, new A.SizedBox(_null, 40, _null, _null), A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0)), A.Expanded$(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null); }, @@ -397173,11 +408667,11 @@ call$1(action) { return new A.Padding(B.EdgeInsets_0_0_16_0, action, null); }, - $signature: 2130 + $signature: 2166 }; A.MessageDialog_build_closure0.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); var t1 = this.$this.onDismiss; if (t1 != null) t1.call$0(); @@ -397186,13 +408680,13 @@ }; A.MessageDialog_build_closure1.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); this.$this.onDiscard.call$0(); }, $signature: 1 }; A.ErrorDialog.prototype = { - build$1(_, context) { + build$1(context) { var t4, t5, t6, _null = null, t1 = {}, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), @@ -397210,13 +408704,13 @@ t3 = t3 != null ? A.SelectableText$(t4, _null) : new A.SizedBox(_null, _null, _null, _null); t4 = A._setArrayType([], type$.JSArray_legacy_Widget); if (this.clearErrorOnDismiss && true) - t4.push(A.TextButton$(false, A.Text$(t2.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ErrorDialog_build_closure(context, store), _null)); + t4.push(A.TextButton$(false, A.Text$(t2.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ErrorDialog_build_closure(context, store), _null)); t6 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "copy"); if (t6 == null) t6 = ""; - t4.push(A.TextButton$(false, A.Text$(t6.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ErrorDialog_build_closure0(t1), _null)); - t4.push(A.TextButton$(true, A.Text$(t2.get$dismiss().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ErrorDialog_build_closure1(this, store, context), _null)); - return A.PointerInterceptor$(A.AlertDialog$(t4, B.EdgeInsets_0_0_0_0, _null, t3, B.EdgeInsets_24_20_24_24, _null, t5)); + t4.push(A.TextButton$(false, A.Text$(t6.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ErrorDialog_build_closure0(t1), _null)); + t4.push(A.TextButton$(true, A.Text$(t2.get$dismiss().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ErrorDialog_build_closure1(this, store, context), _null)); + return A.PointerInterceptor$(A.AlertDialog$(t4, _null, _null, t3, _null, _null, t5)); } }; A.ErrorDialog_build_closure.prototype = { @@ -397227,7 +408721,9 @@ }; A.ErrorDialog_build__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UserLogout()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); }, $signature: 9 }; @@ -397239,9 +408735,12 @@ }; A.ErrorDialog_build_closure1.prototype = { call$0() { - if (this.$this.clearErrorOnDismiss) - this.store.get$_dispatchers()[0].call$1(new A.ClearLastError()); - A.Navigator_of(this.context, false).pop$0(0); + if (this.$this.clearErrorOnDismiss) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearLastError()); + } + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -397259,7 +408758,7 @@ runCheck$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, webClient, state, t1, t2, exception, credentials, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, webClient, state, t1, t2, exception, credentials, $async$exception; var $async$runCheck$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -397273,7 +408772,9 @@ webClient = new A.WebClient(); t1 = $async$self._framework$_element; t1.toString; - state = A._lateReadCheck(A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state, "_state"); + t1 = A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + state = t1; $async$handler = 3; t1 = state; t2 = t1.userCompanyStates; @@ -397312,83 +408813,86 @@ return A._asyncStartSync($async$runCheck$0, $async$completer); }, clearCache$0() { - var t1, store, state, credentials, _this = this; + var t1, store, credentials, _this = this; _this.setState$1(new A._HealthCheckDialogState_clearCache_closure(_this)); t1 = _this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - credentials = state.get$credentials(state); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + credentials = t1.get$credentials(t1); new A.WebClient().$get$2(0, credentials.url + "/ping?clear_cache=true", credentials.token).then$1$1(0, new A._HealthCheckDialogState_clearCache_closure0(_this, store), type$.Null).catchError$1(new A._HealthCheckDialogState_clearCache_closure1(_this)); }, - build$1(_, context) { - var webPhpVersion, cliPhpVersion, t3, t4, phpMemoryLimit, t5, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var t2, t3, webPhpVersion, cliPhpVersion, t4, t5, phpMemoryLimit, t6, t7, t8, t9, _this = this, _null = null, _s14_ = "(\\d+\\.\\d+.\\d+)", - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = _this._response; - t2 = t2 == null ? _null : t2.phpVersion; - t2 = t2 == null ? _null : t2.currentPHPVersion; - if (t2 == null) - t2 = ""; - webPhpVersion = A.RegExp_RegExp(_s14_, true, false, false, false).stringMatch$1(t2); - t2 = _this._response; - t2 = t2 == null ? _null : t2.phpVersion; - t2 = t2 == null ? _null : t2.currentPHPCLIVersion; - if (t2 == null) - t2 = ""; - cliPhpVersion = A.RegExp_RegExp(_s14_, true, false, false, false).stringMatch$1(t2); - t2 = _this._response; - t3 = t2 == null; - t4 = t3 ? _null : t2.phpVersion; - phpMemoryLimit = t4 == null ? _null : t4.memoryLimit; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = _this._response; + t3 = t3 == null ? _null : t3.phpVersion; + t3 = t3 == null ? _null : t3.currentPHPVersion; + if (t3 == null) + t3 = ""; + webPhpVersion = A.RegExp_RegExp(_s14_, true, false, false, false).stringMatch$1(t3); + t3 = _this._response; + t3 = t3 == null ? _null : t3.phpVersion; + t3 = t3 == null ? _null : t3.currentPHPCLIVersion; + if (t3 == null) + t3 = ""; + cliPhpVersion = A.RegExp_RegExp(_s14_, true, false, false, false).stringMatch$1(t3); + t3 = _this._response; + t4 = t3 == null; + t5 = t4 ? _null : t3.phpVersion; + phpMemoryLimit = t5 == null ? _null : t5.memoryLimit; if (phpMemoryLimit == null) phpMemoryLimit = ""; - if (t3) - t2 = A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_0_16_0_16, A.LinearProgressIndicator$(), _null), A.Text$(t1.get$loading() + "...", _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); + if (t4) + t1 = A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_0_16_0_16, A.LinearProgressIndicator$(), _null), A.Text$(t2.get$loading() + "...", _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); else { - t3 = t2.emailDriver; - t4 = t2.queue; - t2 = B.JSString_methods.replaceFirst$2(t2.pdfEngine, " Generator", ""); - t5 = _this._response; - t6 = t5.systemHealth; - t7 = t5.dbCheck; - t5 = t5.phpVersion; - t8 = phpMemoryLimit.length !== 0 ? "\nMemory Limit: " + phpMemoryLimit : ""; - t8 = A._setArrayType([new A._HealthListTile("System Health", t6, false, "Email: " + t3 + "\nQueue: " + t4 + "\nPDF: " + t2, _null, _null), new A._HealthListTile("Database Check", t7, false, _null, _null, _null), new A._HealthListTile("PHP Info", t5.isOkay, false, "Web: v" + A.S(webPhpVersion) + "\nCLI: v" + A.S(cliPhpVersion) + t8, _null, _null)], type$.JSArray_legacy_Widget); - t2 = _this._response.filePermissions; - if (t2 !== "Ok") { - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - t4 = !t3._list[t4].userCompany.account.disableAutoUpdate; - t3 = t4; + t4 = t3.emailDriver; + t5 = t3.queue; + t3 = B.JSString_methods.replaceFirst$2(t3.pdfEngine, " Generator", ""); + t6 = _this._response; + t7 = t6.systemHealth; + t8 = t6.dbCheck; + t6 = t6.phpVersion; + t9 = phpMemoryLimit.length !== 0 ? "\nMemory Limit: " + phpMemoryLimit : ""; + t9 = A._setArrayType([new A._HealthListTile("System Health", t7, false, "Email: " + t4 + "\nQueue: " + t5 + "\nPDF: " + t3, _null, _null), new A._HealthListTile("Database Check", t8, false, _null, _null, _null), new A._HealthListTile("PHP Info", t6.isOkay, false, "Web: v" + A.S(webPhpVersion) + "\nCLI: v" + A.S(cliPhpVersion) + t9, _null, _null)], type$.JSArray_legacy_Widget); + t3 = _this._response.filePermissions; + if (t3 !== "Ok") { + t4 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = !t4._list[t1].userCompany.account.disableAutoUpdate; } else - t3 = false; - if (t3) - t8.push(new A._HealthListTile("Invalid File Permissions", false, false, t2, "https://invoiceninja.github.io/docs/self-host-installation/#file-permissions", _null)); + t1 = false; + if (t1) + t9.push(new A._HealthListTile("Invalid File Permissions", false, false, t3, "https://invoiceninja.github.io/docs/self-host-installation/#file-permissions", _null)); + if (A.parseDouble(_this._response.phpVersion.memoryLimit, false) < 512) + t9.push(new A._HealthListTile("PHP memory limit is too low", true, true, "Increase the limit to at least 512M to support the in-app update", _null, _null)); if (_this._response.queue === "sync") - t8.push(new A._HealthListTile("Queue not enabled", true, true, "Enable the queue for improved performance", "https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps", _null)); + t9.push(new A._HealthListTile("Queue not enabled", true, true, "Enable the queue for improved performance", "https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps", _null)); if (!B.JSString_methods.startsWith$1(_this._response.pdfEngine.toLowerCase(), "snappdf")) - t8.push(new A._HealthListTile("SnapPDF not enabled", true, true, "Use SnapPDF to generate PDF files locally", "https://invoiceninja.github.io/docs/self-host-troubleshooting/#pdf-conversion-issues", _null)); + t9.push(new A._HealthListTile("SnapPDF not enabled", true, true, "Use SnapPDF to generate PDF files locally", "https://invoiceninja.github.io/docs/self-host-troubleshooting/#pdf-conversion-issues", _null)); if (_this._response.trailingSlash) - t8.push(new A._HealthListTile("APP_URL has trailing slash", true, true, "Remove the slash in the .env file", _null, _null)); - t2 = A.Column$(t8, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t9.push(new A._HealthListTile("APP_URL has trailing slash", true, true, "Remove the slash in the .env file", _null, _null)); + t1 = A.Column$(t9, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); } if (_this._response == null) - t1 = A._setArrayType([], type$.JSArray_legacy_Widget); + t2 = A._setArrayType([], type$.JSArray_legacy_Widget); else { - t1.toString; + t2.toString; t3 = $.$get$LocalizationsProvider__localizedValues(); - t4 = t1.localeCode; + t4 = t2.localeCode; t5 = J.$index$asx(t3.$index(0, t4), "clear_cache"); if (t5 == null) t5 = ""; - t5 = A.TextButton$(false, A.Text$(t5.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._HealthCheckDialogState_build_closure(_this), _null); + t5 = A.TextButton$(false, A.Text$(t5.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._HealthCheckDialogState_build_closure(_this), _null); t4 = J.$index$asx(t3.$index(0, t4), "refresh"); t3 = t4 == null ? "" : t4; - t1 = A._setArrayType([t5, A.TextButton$(false, A.Text$(t3.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._HealthCheckDialogState_build_closure0(_this), _null), A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._HealthCheckDialogState_build_closure1(context), _null)], type$.JSArray_legacy_Widget); + t2 = A._setArrayType([t5, A.TextButton$(false, A.Text$(t3.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._HealthCheckDialogState_build_closure0(_this), _null), A.TextButton$(false, A.Text$(t2.get$close(t2).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._HealthCheckDialogState_build_closure1(context), _null)], type$.JSArray_legacy_Widget); } - return A.AlertDialog$(t1, B.EdgeInsets_0_0_0_0, _null, t2, B.EdgeInsets_24_20_24_24, _null, _null); + return A.AlertDialog$(t2, _null, _null, t1, _null, _null, _null); } }; A._HealthCheckDialogState_runCheck_closure.prototype = { @@ -397415,7 +408919,7 @@ var t1 = this.$this, t2 = t1._framework$_element; t2.toString; - A.Navigator_of(t2, false).pop$0(0); + A.Navigator_of(t2, false).pop$0(); t1 = t1._framework$_element; t1.toString; A.showErrorDialog(false, t1, error); @@ -397430,9 +408934,12 @@ }; A._HealthCheckDialogState_clearCache_closure0.prototype = { call$1(response) { - var t1 = new A._Future($.Zone__current, type$._Future_Null); + var t2, + t1 = new A._Future($.Zone__current, type$._Future_Null); t1.then$1$1(0, new A._HealthCheckDialogState_clearCache__closure(this.$this), type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), false, false, false)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), false, false, false)); }, $signature: 6 }; @@ -397464,12 +408971,12 @@ }; A._HealthCheckDialogState_build_closure1.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; A._HealthListTile.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, _this = this, _null = null, t1 = A.Text$(_this.title, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = _this.subtitle; @@ -397496,10 +409003,10 @@ call$0() { return A.launchUrl(A.Uri_parse(this.$this.url, 0, null)); }, - $signature: 26 + $signature: 28 }; A.LoadingDialog.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_16_16_16_16, A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$loading() + "...", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Padding(B.EdgeInsets_16_16_16_16, new A.SizedBox(_null, 4, A.LinearProgressIndicator$(), _null), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } @@ -397514,13 +409021,13 @@ t1 = ""; return A.MultiSelectList$(t1, _this.defaultSelected, true, false, new A.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 2132 + $signature: 2168 }; A.multiselectDialog__closure.prototype = { call$1(values) { return this.onSelected.call$1(values); }, - $signature: 2133 + $signature: 2169 }; A.MultiSelectList.prototype = { createState$0() { @@ -397538,11 +409045,11 @@ t1 = J.get$isNotEmpty$asx(t1 == null ? A._setArrayType([], type$.JSArray_legacy_String) : t1); t2 = _this._widget; _this.selected = t1 ? t2.selected : t2.defaultSelected; - _this._multiselect_dialog$_controller = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this._multiselect_dialog$_controller = A.ScrollController$(0, true); }, - dispose$0(_) { - this._multiselect_dialog$_controller.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._multiselect_dialog$_controller.dispose$0(); + this.super$State$dispose(); }, lookupOption$1(value) { var t1, parts; @@ -397551,38 +409058,41 @@ t1.toString; t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); parts = value.split("."); + if (value === "outstanding") + return t1.get$balanceDue(); if (parts.length === 1 || J.$eq$(parts[0], this._widget.prefix)) return t1.lookup$1(B.JSArray_methods.get$last(parts)); else return B.JSString_methods.$add(J.$add$ansx(t1.lookup$1(parts[0]), " "), t1.lookup$1(parts[1])); }, - build$1(_, context) { - var keys, t4, t5, t6, column, _this = this, _null = null, + build$1(context) { + var t3, options, t4, keys, t5, t6, t7, column, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = type$.legacy_String, - options = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2), - t3 = _this._widget.options; - t3.toString; - new A.WhereIterable(t3, new A.MultiSelectListState_build_closure(_this), A._arrayInstanceType(t3)._eval$1("WhereIterable<1>")).forEach$1(0, new A.MultiSelectListState_build_closure0(_this, state, options)); - t3 = options.$ti._eval$1("LinkedHashMapKeyIterable<1>"); - keys = A.List_List$of(new A.LinkedHashMapKeyIterable(options, t3), true, t3._eval$1("Iterable.E")); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.legacy_String; + options = A.LinkedHashMap_LinkedHashMap$_empty(t3, t3); + t4 = _this._widget.options; + t4.toString; + new A.WhereIterable(t4, new A.MultiSelectListState_build_closure(_this), A._arrayInstanceType(t4)._eval$1("WhereIterable<1>")).forEach$1(0, new A.MultiSelectListState_build_closure0(_this, t2, options)); + t4 = options.$ti._eval$1("LinkedHashMapKeyIterable<1>"); + keys = A.List_List$of(new A.LinkedHashMapKeyIterable(options, t4), true, t4._eval$1("Iterable.E")); B.JSArray_methods.sort$1(keys, new A.MultiSelectListState_build_closure1(_this)); - t3 = A.getLayout(context) === B.AppLayout_mobile ? 17976931348623157e292 : 400; - t4 = _this._widget.addTitle; - t5 = A._arrayInstanceType(keys)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); - t2 = A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedListIterable(keys, new A.MultiSelectListState_build_closure2(options), t5), true, t5._eval$1("ListIterable.E")), _null, t4, new A.MultiSelectListState_build_closure3(_this), _null, false, _null, t2); - t4 = _this._multiselect_dialog$_controller; - t5 = J.asMap$0$ax(_this.selected); - t6 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([t2, new A.SizedBox(_null, 20, _null, _null), A.Expanded$(A.ReorderableListView$(t5.get$entries(t5).map$1$1(0, new A.MultiSelectListState_build_closure4(_this, state, context), type$.legacy_Padding).toList$0(0), new A.MultiSelectListState_build_closure5(_this), t4), 1)], t6); + t4 = A.getLayout(context) === B.AppLayout_mobile ? 17976931348623157e292 : 400; + t5 = _this._widget.addTitle; + t6 = A._arrayInstanceType(keys)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); + t3 = A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedListIterable(keys, new A.MultiSelectListState_build_closure2(options), t6), true, t6._eval$1("ListIterable.E")), _null, t5, new A.MultiSelectListState_build_closure3(_this), _null, false, _null, t3); + t5 = _this._multiselect_dialog$_controller; + t6 = J.asMap$0$ax(_this.selected); + t7 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([t3, new A.SizedBox(_null, 20, _null, _null), A.Expanded$(A.ReorderableListView$(t6.get$entries(t6).map$1$1(0, new A.MultiSelectListState_build_closure4(_this, t2, context), type$.legacy_Padding).toList$0(0), new A.MultiSelectListState_build_closure5(_this), t5), 1)], t7); if (!_this._widget.isDialog) - t4.push(new A.Padding(B.EdgeInsets_0_10_0_0, A.Row$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$reset(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.MultiSelectListState_build_closure6(_this), _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null)); - column = A.Container$(_null, A.Column$(t4, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3); + t5.push(new A.Padding(B.EdgeInsets_0_10_0_0, A.Row$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$reset(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.MultiSelectListState_build_closure6(_this), _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null)); + column = A.Container$(_null, A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4); if (_this._widget.isDialog) { t2 = t1.get$editColumns(); t3 = A.Text$(t1.get$editColumns(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$reset(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.MultiSelectListState_build_closure7(_this), _null), A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.MultiSelectListState_build_closure8(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.MultiSelectListState_build_closure9(_this, context), _null)], t6), B.EdgeInsets_0_0_0_0, _null, column, B.EdgeInsets_24_20_24_24, t2, t3); + t3 = A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$reset(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.MultiSelectListState_build_closure7(_this), _null), A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.MultiSelectListState_build_closure8(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.MultiSelectListState_build_closure9(_this, context), _null)], t7), _null, _null, column, _null, t2, t3); t1 = t3; } else t1 = column; @@ -397612,14 +409122,14 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(t1.lookupOption$1(a).toLowerCase(), t1.lookupOption$1(b).toLowerCase()); }, - $signature: 20 + $signature: 21 }; A.MultiSelectListState_build_closure2.prototype = { call$1(option) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.options.$index(0, option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -397657,7 +409167,7 @@ t3 = columnTitle.length === 0 ? t3.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$(t3, _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 + "_" + t2 + "__", type$.ValueKey_legacy_String)); }, - $signature: 2135 + $signature: 2171 }; A.MultiSelectListState_build__closure2.prototype = { call$0() { @@ -397674,7 +409184,7 @@ call$0() { return J.remove$1$ax(this.$this.selected, this.option); }, - $signature: 22 + $signature: 23 }; A.MultiSelectListState_build_closure5.prototype = { call$2(oldIndex, newIndex) { @@ -397689,7 +409199,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 121 + $signature: 130 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -397719,7 +409229,7 @@ t2 = A._setArrayType(t2.slice(0), A.instanceType(t2)); return t1.selected = t2; }, - $signature: 659 + $signature: 594 }; A.MultiSelectListState_build_closure7.prototype = { call$0() { @@ -397739,37 +409249,39 @@ t2 = A._setArrayType(t2.slice(0), A.instanceType(t2)); return t1.selected = t2; }, - $signature: 659 + $signature: 594 }; A.MultiSelectListState_build_closure8.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 1 }; A.MultiSelectListState_build_closure9.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); var t1 = this.$this; t1._widget.onSelected$1(t1.selected); }, $signature: 1 }; A.DismissibleEntity.prototype = { - build$1(_, context) { - var t2, t3, widget, t4, t5, t6, t7, t8, t9, _this = this, + build$1(context) { + var t2, t3, widget, t4, t5, t6, t7, t8, _this = this, t1 = _this.entity; if (!_this.userCompany.canEditEntity$1(t1)) return _this.child; t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t3 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").getUIState$1(t1.get$entityType()).get$listUIState().selectedIds; + t3 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.getUIState$1(t1.get$entityType()).get$listUIState().selectedIds; t3 = _this.isSelected && _this.showCheckbox && _this.isDismissible && t3 == null && !t1.get$entityType().get$isSetting(); widget = new A.SelectedIndicator(new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 60, 1 / 0), _this.child, null), t3, false, null); if (!_this.isDismissible) return widget; t3 = A.S(t1.get$entityType()); t4 = t1.get$id(t1); - if (!t1.get$isArchived() && !t1.get$isDeleted(t1)) + if (!t1.get$isArchived() && !t1.get$isDeleted()) t5 = "active"; else t5 = t1.get$isArchived() ? "archived" : "deleted"; @@ -397784,21 +409296,19 @@ } t7.push(A.SlidableAction$(B.Color_1929379840, B.Color_4294967295, B.IconData_58372_MaterialIcons_null_false, t2.get$more(), new A.DismissibleEntity_build_closure0(_this))); t7 = A.ActionPane$(t7, B.DrawerMotion_null); - t8 = !t1.get$isArchived() && !t1.get$isDeleted(t1); - t9 = t2.localeCode; - if (t8) { - t8 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t9), "archive"); + t6 = A._setArrayType([], t6); + if (!t1.get$isArchived() && !t1.get$isDeleted()) { + t8 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archive"); if (t8 == null) t8 = ""; - t8 = A.SlidableAction$(B.MaterialColor_Map_JNZaB_4294940672, B.Color_4294967295, B.IconData_57489_MaterialIcons_null_false, t8, new A.DismissibleEntity_build_closure1(_this)); - } else { - t8 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t9), "restore"); + t6.push(A.SlidableAction$(B.MaterialColor_Map_JNZaB_4294940672, B.Color_4294967295, B.IconData_57489_MaterialIcons_null_false, t8, new A.DismissibleEntity_build_closure1(_this))); + } else if (t1.get$isRestorable()) { + t8 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restore"); if (t8 == null) t8 = ""; - t8 = A.SlidableAction$(B.MaterialColor_Map_JNwaj_4280391411, B.Color_4294967295, B.IconData_58676_MaterialIcons_null_false, t8, new A.DismissibleEntity_build_closure2(_this)); + t6.push(A.SlidableAction$(B.MaterialColor_Map_JNwaj_4280391411, B.Color_4294967295, B.IconData_58676_MaterialIcons_null_false, t8, new A.DismissibleEntity_build_closure2(_this))); } - t6 = A._setArrayType([t8], t6); - if (!t1.get$isDeleted(t1)) + if (!t1.get$isDeleted()) t6.push(A.SlidableAction$(B.MaterialColor_Map_JNc9P_4294198070, B.Color_4294967295, B.IconData_57785_MaterialIcons_null_false, t2.get$$delete(t2), new A.DismissibleEntity_build_closure3(_this))); return new A.Slidable(t7, A.ActionPane$(t6, B.DrawerMotion_null), widget, new A.ValueKey("__" + ("__" + t3 + "__" + t4 + "__") + "_" + t5 + "__", type$.ValueKey_String)); } @@ -397808,70 +409318,70 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_toggleMultiselect, false); return null; }, - $signature: 30 + $signature: 31 }; 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: 30 + $signature: 31 }; 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: 30 + $signature: 31 }; 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: 30 + $signature: 31 }; 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: 30 + $signature: 31 }; A.DocumentGrid.prototype = { - build$1(_, context) { - var t4, t5, _null = null, + build$1(context) { + var t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = type$.JSArray_legacy_Widget, - t3 = A._setArrayType([], t2); - if (state.get$isHosted()) { - t4 = state.userCompanyStates; - t5 = state.uiState.selectedCompanyIndex; - t5 = t4._list[t5].userCompany.account.plan === "enterprise"; - t4 = t5; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([], t3); + if (t2.get$isHosted()) { + t5 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t2 = t5._list[t2].userCompany.account.plan === "enterprise"; } else - t4 = true; - if (t4) { - t4 = A._setArrayType([], t2); + t2 = true; + if (t2) { + t2 = A._setArrayType([], t3); if (A.isAndroid() || A.isIOS()) { t1.toString; t5 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "take_picture"); if (t5 == null) t5 = ""; - B.JSArray_methods.addAll$1(t4, A._setArrayType([A.Expanded$(new A.AppButton(_null, B.IconData_57648_MaterialIcons_null_false, t5, new A.DocumentGrid_build_closure(this), _null, _null), 1), new A.SizedBox(14, _null, _null, _null)], t2)); + B.JSArray_methods.addAll$1(t2, A._setArrayType([A.Expanded$(new A.AppButton(_null, B.IconData_57648_MaterialIcons_null_false, t5, new A.DocumentGrid_build_closure(this), _null, _null), 1), new A.SizedBox(14, _null, _null, _null)], t3)); } t1.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "upload_file"); if (t1 == null) t1 = ""; - t4.push(A.Expanded$(new A.AppButton(_null, B.IconData_58178_MaterialIcons_null_false, t1, new A.DocumentGrid_build_closure0(this), _null, _null), 1)); - t3.push(new A.Padding(B.EdgeInsets_16_0_16_16, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)); + t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_58178_MaterialIcons_null_false, t1, new A.DocumentGrid_build_closure0(this), _null, _null), 1)); + t4.push(new A.Padding(B.EdgeInsets_16_0_16_16, A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)); } else - t3.push(new A.Padding(new A.EdgeInsets(0, 30, 0, 30), A.Center$(A.Text$(t1.get$requiresAnEnterprisePlan(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 18, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), _null)); - t3.push(new A.ListDivider(_null)); - t3.push(new A.LayoutBuilder(new A.DocumentGrid_build_closure1(this), _null)); - return new A.ScrollableListView(t3, _null, _null, _null); + t4.push(new A.Padding(new A.EdgeInsets(0, 30, 0, 30), A.Center$(A.Text$(t1.get$requiresAnEnterprisePlan(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 18, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), _null)); + t4.push(new A.ListDivider(_null)); + t4.push(new A.LayoutBuilder(new A.DocumentGrid_build_closure1(this), _null)); + return new A.ScrollableListView(t4, _null, _null, _null); } }; A.DocumentGrid_build_closure.prototype = { @@ -397899,23 +409409,29 @@ case 6: // returning from await. image = $async$result; - $async$goto = image != null && A._lateReadCheck(image.__XFile__path, "_path") != null ? 7 : 8; + if (image != null) { + image.__XFile__path_A === $ && A.throwUnnamedLateFieldNI(); + t1 = true; + } else + t1 = false; + $async$goto = t1 ? 7 : 8; break; case 7: // then - t1 = image.__XFile__path; + t1 = image.__XFile__path_A; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$temp1 = $async$self.$this.onUploadDocument; $async$temp2 = A; $async$temp3 = "documents[]"; $async$goto = 10; - return A._asyncAwait(new A.ImageCropper().cropImage$1$sourcePath(A._lateReadCheck(t1, "_path")), $async$call$0); + return A._asyncAwait(new A.ImageCropper().cropImage$1$sourcePath(t1), $async$call$0); case 10: // returning from await. $async$goto = 9; return A._asyncAwait($async$result.readAsBytes$0(), $async$call$0); case 9: // returning from await. - $async$temp1.call$1($async$temp2.MultipartFile_MultipartFile$fromBytes($async$temp3, $async$result, B.JSArray_methods.get$last(A._lateReadCheck(t1, "_path").split("/")))); + $async$temp1.call$1($async$temp2.MultipartFile_MultipartFile$fromBytes($async$temp3, $async$result, B.JSArray_methods.get$last(t1.split("/")))); case 8: // join // goto join @@ -397932,7 +409448,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A.DocumentGrid_build_closure0.prototype = { call$0() { @@ -397947,7 +409463,7 @@ case 0: // Function start $async$goto = 2; - return A._asyncAwait(A.pickFile(B.List_gkc, "documents[]", null), $async$call$0); + return A._asyncAwait(A.pickFile(B.List_gkc5, "documents[]", null), $async$call$0); case 2: // returning from await. multipartFile = $async$result; @@ -397959,7 +409475,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A.DocumentGrid_build_closure1.prototype = { call$2(context, constraints) { @@ -397968,24 +409484,25 @@ t2 = J.map$1$1$ax(t2.documents._copy_on_write_list$_list, new A.DocumentGrid_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: 365 + $signature: 361 }; A.DocumentGrid_build__closure.prototype = { call$1($document) { var t1 = this.$this; return new A.DocumentTile($document, t1.onDeleteDocument, t1.onViewExpense, null); }, - $signature: 2139 + $signature: 2175 }; A.DocumentTile.prototype = { - build$1(_, context) { - var _null = null, + build$1(context) { + var t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = this.document, - t3 = t2.name, - t4 = type$.JSArray_legacy_Widget; - return A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_4_4_4_4, A.Card$(A.Column$(A._setArrayType([new A.DocumentPreview(t2, 110, _null), new A.Padding(B.EdgeInsets_4_4_4_4, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Column$(A._setArrayType([A.Text$(t3, _null, 1, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), A.Text$(A.formatDate(A.convertTimestampToDate(t2.createdAt).toIso8601String$0(), context, true, true, false) + "\n" + A.formatSize(t2.size), _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.bodySmall, _null, _null, _null)], t4), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A.Align(B.Alignment_1_1, _null, _null, new A.Padding(B.EdgeInsets_0_22_0_0, A.PopupMenuButton$(_null, _null, true, _null, _null, new A.DocumentTile_build_closure(t1), new A.DocumentTile_build_closure0(this, t1, state, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String), _null), _null)], t4), _null), _null)], t4), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, 4, _null, true, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = this.document; + t4 = t3.name; + t5 = type$.JSArray_legacy_Widget; + return A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_4_4_4_4, A.Card$(A.Column$(A._setArrayType([new A.DocumentPreview(t3, 110, _null), new A.Padding(B.EdgeInsets_4_4_4_4, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Column$(A._setArrayType([A.Text$(t4, _null, 1, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), A.Text$(A.formatDate(A.convertTimestampToDate(t3.createdAt).toIso8601String$0(), context, true, true, false) + "\n" + A.formatSize(t3.size), _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.bodySmall, _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A.Align(B.Alignment_1_1, _null, _null, new A.Padding(B.EdgeInsets_0_22_0_0, A.PopupMenuButton$(_null, _null, true, _null, _null, new A.DocumentTile_build_closure(t1), new A.DocumentTile_build_closure0(this, t1, t2, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String), _null), _null)], t5), _null), _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, 4, _null, true, _null), _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, get$document(receiver) { return this.document; @@ -398035,7 +409552,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 352 + $signature: 334 }; A.DocumentTile_build__closure.prototype = { call$1(_) { @@ -398048,7 +409565,7 @@ var t1 = this.$this; t1.onDeleteDocument.call$3(t1.document, password, idToken); }, - $signature: 38 + $signature: 39 }; A.DocumentTile_build_closure.prototype = { call$1(context) { @@ -398057,22 +409574,23 @@ t2 = type$.legacy_String; return A._setArrayType([A.PopupMenuItem$(new A.IconText(t1.get$view(t1), B.IconData_58458_MaterialIcons_null_false, _null, _null, false, _null), t1.get$view(t1), t2), 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$$delete(t1), B.IconData_57785_MaterialIcons_null_false, _null, _null, false, _null), t1.get$$delete(t1), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 377 + $signature: 452 }; A.DocumentPreview.prototype = { - build$1(_, context) { - var _this = this, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = A._setArrayType(["png", "jpg", "jpeg"], type$.JSArray_legacy_String), - t2 = _this.document, - t3 = t2.type; - if (B.JSArray_methods.contains$1(t1, t3)) { - t1 = t2.preview; - t2 = t2.url; - t3 = type$.legacy_String; - return A.CachedNetworkImage$(new A.DocumentPreview_build_closure(), B.BoxFit_2, _this.height, A.LinkedHashMap_LinkedHashMap$_literal(["X-API-TOKEN", state.get$credentials(state).token], t3, t3), B.ImageRenderMethodForWeb_1, t2, new A.ValueKey(t1, type$.ValueKey_legacy_String), new A.DocumentPreview_build_closure0(_this), 1 / 0); + build$1(context) { + var t2, t3, t4, _this = this, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A._setArrayType(["png", "jpg", "jpeg"], type$.JSArray_legacy_String); + t3 = _this.document; + t4 = t3.type; + if (B.JSArray_methods.contains$1(t2, t4)) { + t2 = t3.preview; + t3 = t3.url; + t4 = type$.legacy_String; + return A.CachedNetworkImage$(new A.DocumentPreview_build_closure(), B.BoxFit_2, _this.height, A.LinkedHashMap_LinkedHashMap$_literal(["X-API-TOKEN", t1.get$credentials(t1).token], t4, t4), B.ImageRenderMethodForWeb_1, t3, new A.ValueKey(t2, type$.ValueKey_legacy_String), new A.DocumentPreview_build_closure0(_this), 1 / 0); } - return new A.SizedBox(1 / 0, _this.height, A.Icon$(A.getFileTypeIcon(t3), null, 40), null); + return new A.SizedBox(1 / 0, _this.height, A.Icon$(A.getFileTypeIcon(t4), null, 40), null); }, get$document(receiver) { return this.document; @@ -398083,177 +409601,178 @@ 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: 2142 + $signature: 2178 }; 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: 2143 + $signature: 2179 }; A.EditScaffold.prototype = { - build$1(_, context) { - var account, t4, t5, isEnabled, t6, t7, upgradeMessage, isCancelEnabled, showUpgradeBanner, textStyle, showOverflow, t8, t9, t10, t11, t12, t13, _this = this, _null = null, + build$1(context) { + var t2, t3, t4, account, t5, t6, isEnabled, t7, t8, upgradeMessage, isCancelEnabled, showUpgradeBanner, textStyle, showOverflow, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, _s24_ = "start_free_trial_message", _s21_ = "free_trial_ends_today", _s23_ = "free_trial_ends_in_days", store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t1 = t1._list; - account = t1[t3].userCompany.account; - t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - if (A.getLayout(context) === B.AppLayout_mobile || !B.JSString_methods.startsWith$1(t2.currentRoute, "/settings") || t2.get$isEditing() || t2.settingsUIState.isChanged) - if (!state.isSaving) { - t5 = _this.entity; - t5 = t5 == null ? _null : t5.get$isEditable(); - t5 = t5 !== false; - isEnabled = t5; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + account = t2[t4].userCompany.account; + t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + if (A.getLayout(context) === B.AppLayout_mobile || !B.JSString_methods.startsWith$1(t3.currentRoute, "/settings") || t3.get$isEditing() || t3.settingsUIState.isChanged) + if (!t1.isSaving) { + t6 = _this.entity; + t6 = t6 == null ? _null : t6.get$isEditable(); + t6 = t6 !== false; + isEnabled = t6; } else isEnabled = false; else isEnabled = false; - t5 = t1[t3].userCompany; - if (t5.isOwner) - if (t5.account.trialStarted.length === 0) { - t4.toString; - t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t4.localeCode; - t7 = J.$index$asx(t5.$index(0, t6), _s24_); - if (t7 == null) - t7 = J.$index$asx(t5.$index(0, "en"), _s24_); - upgradeMessage = t7; + t6 = t2[t4].userCompany; + if (t6.isOwner) + if (t6.account.trialStarted.length === 0) { + t5.toString; + t6 = $.$get$LocalizationsProvider__localizedValues(); + t7 = t5.localeCode; + t8 = J.$index$asx(t6.$index(0, t7), _s24_); + if (t8 == null) + t8 = J.$index$asx(t6.$index(0, "en"), _s24_); + upgradeMessage = t8; } else { - t4.toString; - t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t4.localeCode; - t7 = J.$index$asx(t5.$index(0, t6), "upgrade_to_paid_plan"); - if (t7 == null) - t7 = ""; - upgradeMessage = t7; + t5.toString; + t6 = $.$get$LocalizationsProvider__localizedValues(); + t7 = t5.localeCode; + t8 = J.$index$asx(t6.$index(0, t7), "upgrade_to_paid_plan"); + if (t8 == null) + t8 = ""; + upgradeMessage = t8; } else { - t4.toString; - t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t4.localeCode; - t7 = J.$index$asx(t5.$index(0, t6), "owner_upgrade_to_paid_plan"); - upgradeMessage = t7 == null ? "" : t7; + t5.toString; + t6 = $.$get$LocalizationsProvider__localizedValues(); + t7 = t5.localeCode; + t8 = J.$index$asx(t6.$index(0, t7), "owner_upgrade_to_paid_plan"); + upgradeMessage = t8 == null ? "" : t8; } - t7 = account.trialDaysLeft; - if (t7 > 0) - if (t7 <= 1) { - t4.toString; - t6 = J.$index$asx(t5.$index(0, t6), _s21_); - upgradeMessage = t6 == null ? J.$index$asx(t5.$index(0, "en"), _s21_) : t6; + t8 = account.trialDaysLeft; + if (t8 > 0) + if (t8 <= 1) { + t5.toString; + t7 = J.$index$asx(t6.$index(0, t7), _s21_); + upgradeMessage = t7 == null ? J.$index$asx(t6.$index(0, "en"), _s21_) : t7; } else { - t4.toString; - t6 = J.$index$asx(t5.$index(0, t6), _s23_); - t5 = t6 == null ? J.$index$asx(t5.$index(0, "en"), _s23_) : t6; - upgradeMessage = J.replaceFirst$2$s(t5, ":count", B.JSInt_methods.toString$0(t7)); + t5.toString; + t7 = J.$index$asx(t6.$index(0, t7), _s23_); + t6 = t7 == null ? J.$index$asx(t6.$index(0, "en"), _s23_) : t7; + upgradeMessage = J.replaceFirst$2$s(t6, ":count", B.JSInt_methods.toString$0(t8)); } - if (!(!state.get$isHosted() || t1[t3].userCompany.account.plan === "enterprise" || t1[t3].userCompany.account.plan === "pro") || t1[t3].userCompany.account.trialDaysLeft > 0) - if (B.JSArray_methods.contains$1(B.List_m5d, t2.get$baseSubRoute())) { - if (!(!state.get$isHosted() || t1[t3].userCompany.account.plan === "enterprise" || t1[t3].userCompany.account.plan === "pro") && t1[t3].userCompany.account.trialDaysLeft <= 0 && isEnabled) { + if (!(!t1.get$isHosted() || t2[t4].userCompany.account.plan === "enterprise" || t2[t4].userCompany.account.plan === "pro") || t2[t4].userCompany.account.trialDaysLeft > 0) + if (B.JSArray_methods.contains$1(B.List_m5d, t3.get$baseSubRoute())) { + if (!(!t1.get$isHosted() || t2[t4].userCompany.account.plan === "enterprise" || t2[t4].userCompany.account.plan === "pro") && t2[t4].userCompany.account.trialDaysLeft <= 0 && isEnabled) { isEnabled = false; isCancelEnabled = true; } else isCancelEnabled = false; showUpgradeBanner = true; } else { - showUpgradeBanner = t2.currentRoute === "/settings/account_management" && true; + showUpgradeBanner = t3.currentRoute === "/settings/account_management" && true; isCancelEnabled = false; } else { - isCancelEnabled = B.JSString_methods.contains$1("company_gateways/edit", t2.get$baseSubRoute()) && true; + isCancelEnabled = B.JSString_methods.contains$1("company_gateways/edit", t3.get$baseSubRoute()) && true; showUpgradeBanner = false; } - t2 = type$.JSArray_legacy_EntityAction; - t5 = A._setArrayType([], t2); + t3 = type$.JSArray_legacy_EntityAction; + t6 = A._setArrayType([], t3); if (A.getLayout(context) === B.AppLayout_desktop) - t6 = isEnabled && _this.onSavePressed != null || isCancelEnabled; + t7 = isEnabled && _this.onSavePressed != null || isCancelEnabled; else - t6 = false; - if (t6) - t5.push(B.EntityAction_cancel); - t5.push(B.EntityAction_save); - t6 = _this.actions; - t7 = t6 == null; - t2 = t7 ? A._setArrayType([], t2) : t6; - B.JSArray_methods.addAll$1(t5, new A.WhereIterable(t2, new A.EditScaffold_build_closure(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>"))); - textStyle = A.Theme_of(context).textTheme.bodyMedium.copyWith$1$color(state.get$headerTextColor()); - showOverflow = A.getLayout(context) === B.AppLayout_desktop && state.get$isFullScreen(); - if (state.get$companies().length === 0) - t1 = new A.LoadingIndicator(_null, false, _null); + t7 = false; + if (t7) + t6.push(B.EntityAction_cancel); + t6.push(B.EntityAction_save); + t7 = _this.actions; + t8 = t7 == null; + t3 = t8 ? A._setArrayType([], t3) : t7; + B.JSArray_methods.addAll$1(t6, new A.WhereIterable(t3, new A.EditScaffold_build_closure(), A._arrayInstanceType(t3)._eval$1("WhereIterable<1>"))); + textStyle = A.Theme_of(context).textTheme.bodyMedium.copyWith$1$color(t1.get$headerTextColor()); + showOverflow = A.getLayout(context) === B.AppLayout_desktop && t1.get$isFullScreen(); + if (t1.get$companies().length === 0) + t2 = new A.LoadingIndicator(_null, false, _null); else if (showUpgradeBanner && !A.isApple()) { - t1 = t1[t3].userCompany.isOwner ? new A.EditScaffold_build_closure0(state) : _null; - t1 = A.Column$(A._setArrayType([A.InkWell$(false, _null, true, new A.IconMessage(upgradeMessage, _null, B.Color_4293880832, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null), A.Expanded$(_this.body, 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t2 = t2[t4].userCompany.isOwner ? new A.EditScaffold_build_closure0(t1) : _null; + t2 = A.Column$(A._setArrayType([A.InkWell$(false, _null, true, new A.IconMessage(upgradeMessage, _null, B.Color_4293880832, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null), A.Expanded$(_this.body, 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } else { - t1 = state.isSaving && A.getLayout(context) === B.AppLayout_desktop; - t2 = _this.body; - t1 = t1 ? new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t2, A.LinearProgressIndicator$()], type$.JSArray_legacy_Widget), _null) : t2; + t2 = t1.isSaving && A.getLayout(context) === B.AppLayout_desktop; + t3 = _this.body; + t2 = t2 ? new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t3, A.LinearProgressIndicator$()], type$.JSArray_legacy_Widget), _null) : t3; } - t2 = A.getLayout(context) === B.AppLayout_desktop ? new A.MenuDrawerBuilder(_null) : _null; - t3 = A.getLayout(context); - t6 = type$.JSArray_legacy_Widget; - t8 = A._setArrayType([], t6); - t9 = _this.title; + t3 = A.getLayout(context) === B.AppLayout_desktop ? new A.MenuDrawerBuilder(_null) : _null; + t4 = A.getLayout(context); + t9 = type$.JSArray_legacy_Widget; + t10 = A._setArrayType([], t9); + t11 = _this.title; if (showOverflow) - t8.push(A.Text$(t9, _null, _null, _null, _null, _null, _null, _null, _null, _null)); + t10.push(A.Text$(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null)); else - t8.push(new A.Flexible(1, B.FlexFit_1, A.Text$(t9, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); - t8.push(new A.SizedBox(8, _null, _null, _null)); + t10.push(new A.Flexible(1, B.FlexFit_1, A.Text$(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); + t10.push(new A.SizedBox(16, _null, _null, _null)); if (A.getLayout(context) === B.AppLayout_desktop) if (_this.isFullscreen) { - t9 = _this.entity; - t9 = t9 != null && !t9.get$isNew(); + t11 = _this.entity; + t11 = t11 != null && !t11.get$isNew(); } else - t9 = false; + t11 = false; else - t9 = false; - if (t9) { - t9 = _this.entity; - B.JSArray_methods.addAll$1(t8, A._setArrayType([A.EntityStatusChip$(state.getEntity$2(t9.get$entityType(), t9.get$id(t9)), false, 105), new A.SizedBox(8, _null, _null, _null)], t6)); + t11 = false; + if (t11) { + t11 = _this.entity; + B.JSArray_methods.addAll$1(t10, A._setArrayType([A.EntityStatusChip$(t1.getEntity$2(t11.get$entityType(), t11.get$id(t11)), false, 105), new A.SizedBox(8, _null, _null, _null)], t9)); } if (showOverflow) { - t9 = type$.MappedListIterable_of_legacy_EntityAction_and_legacy_OutlinedButton; - t8.push(A.Expanded$(new A.Align(B.Alignment_1_0, _null, _null, A.FocusTraversalGroup$(A.OverflowView$flexible(new A.EditScaffold_build_closure1(_this, t4, textStyle, state, t5), A.List_List$of(new A.MappedListIterable(t5, new A.EditScaffold_build_closure2(_this, t4, state, context, textStyle, store), t9), true, t9._eval$1("ListIterable.E")), 8), false, true, _null), _null), 1)); + t11 = type$.MappedListIterable_of_legacy_EntityAction_and_legacy_OutlinedButton; + t10.push(A.Expanded$(new A.Align(B.Alignment_1_0, _null, _null, A.FocusTraversalGroup$(A.OverflowView$flexible(new A.EditScaffold_build_closure1(_this, t5, textStyle, t1, t6), A.List_List$of(new A.MappedListIterable(t6, new A.EditScaffold_build_closure2(_this, t5, t1, context, textStyle, store), t11), true, t11._eval$1("ListIterable.E")), 8), false, _null), _null), 1)); } - t5 = A.Row$(t8, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); + t6 = A.Row$(t10, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); if (showOverflow) - t4 = A._setArrayType([], t6); + t1 = A._setArrayType([], t9); else { - t8 = A._setArrayType([], t6); - t9 = state.isSaving; - if (t9 && A.getLayout(context) === B.AppLayout_mobile) - t8.push(new A.Padding(B.EdgeInsets_0_0_20_0, A.Center$(new A.SizedBox(26, 26, A.CircularProgressIndicator$(_null, B.Color_4294967295, _null, _null, _null, 4, _null, _null), _null), _null, _null), _null)); + t10 = A._setArrayType([], t9); + t11 = t1.isSaving; + if (t11 && A.getLayout(context) === B.AppLayout_mobile) + t10.push(new A.Padding(B.EdgeInsets_0_0_20_0, A.Center$(new A.SizedBox(26, 26, A.CircularProgressIndicator$(_null, B.Color_4294967295, _null, _null, _null, 4, _null, _null), _null), _null, _null), _null)); else if (A.getLayout(context) === B.AppLayout_desktop) { - t10 = t9 ? _null : new A.EditScaffold_build_closure3(_this, context, store); - t11 = A.getEntityActionIcon(B.EntityAction_cancel); - t12 = t4.get$cancel(t4); - t13 = t9 ? _null : textStyle; - t10 = A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(60, 1 / 0, 0, 1 / 0), new A.IconText(t12, t11, t13, _null, false, _null), _null), _null, t10, _null); - t13 = A.ButtonStyle$(_null, _null, new A._MaterialStatePropertyAll(state.prefState.get$colorThemeModel().colorSuccess, type$._MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t11 = t9 || _this.onSavePressed == null ? _null : new A.EditScaffold_build_closure4(_this, context); - t12 = A.getEntityActionIcon(B.EntityAction_save); - t4 = t4.get$save(t4); - t9 = t9 ? _null : textStyle.copyWith$1$color(B.Color_4294967295); - t8.push(A.Row$(A._setArrayType([t10, new A.SizedBox(8, _null, _null, _null), A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(60, 1 / 0, 0, 1 / 0), new A.IconText(t4, t12, t9, _null, false, _null), _null), _null, t11, t13), new A.SizedBox(16, _null, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t12 = t11 ? _null : new A.EditScaffold_build_closure3(_this, context, store); + t13 = A.getEntityActionIcon(B.EntityAction_cancel); + t14 = t5.get$cancel(t5); + t15 = t11 ? _null : textStyle; + t12 = A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(60, 1 / 0, 0, 1 / 0), new A.IconText(t14, t13, t15, _null, false, _null), _null), _null, t12, _null); + t1 = A.ButtonStyle$(_null, _null, new A.MaterialStatePropertyAll(t1.prefState.get$colorThemeModel().colorSuccess, type$.MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t13 = t11 || _this.onSavePressed == null ? _null : new A.EditScaffold_build_closure4(_this, context); + t14 = A.getEntityActionIcon(B.EntityAction_save); + t5 = t5.get$save(t5); + t11 = t11 ? _null : textStyle.copyWith$1$color(B.Color_4294967295); + t10.push(A.Row$(A._setArrayType([t12, new A.SizedBox(8, _null, _null, _null), A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(60, 1 / 0, 0, 1 / 0), new A.IconText(t5, t14, t11, _null, false, _null), _null), _null, t13, t1), new A.SizedBox(16, _null, _null, _null)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } else { - t6 = isEnabled && _this.onSavePressed != null; - t4 = t4.get$cancel(t4); + t1 = isEnabled && _this.onSavePressed != null; + t5 = t5.get$cancel(t5); t9 = _this.onSavePressed == null ? _null : new A.EditScaffold_build_closure5(_this); - t10 = A.getLayout(context) === B.AppLayout_mobile ? _null : new A.EditScaffold_build_closure6(_this, store); - t8.push(A.SaveCancelButtons$(t4, isCancelEnabled, t6, true, t10, t9, _this.saveLabel)); + t11 = A.getLayout(context) === B.AppLayout_mobile ? _null : new A.EditScaffold_build_closure6(_this, store); + t10.push(A.SaveCancelButtons$(t5, isCancelEnabled, t1, true, t11, t9, _this.saveLabel)); } - if (!t7 && _this.onActionPressed != null) - t8.push(A.PopupMenuButton$(_null, _null, isEnabled, A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null), _null, new A.EditScaffold_build_closure7(_this), new A.EditScaffold_build_closure8(_this, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction)); - t4 = t8; + if (!t8 && t7.length !== 0 && _this.onActionPressed != null) + t10.push(A.PopupMenuButton$(_null, _null, isEnabled, A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null), _null, new A.EditScaffold_build_closure7(_this), new A.EditScaffold_build_closure8(_this, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction)); + t1 = t10; } - t6 = _this.isFullscreen && A.getLayout(context) === B.AppLayout_desktop ? _null : _this.appBarBottom; - return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t4, _null, t3 === B.AppLayout_mobile, _null, _null, t6, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, 1, _null), _null, t1, _this.bottomNavigationBar, t2, _null, _this.floatingActionButton, B.C__EndDockedFabLocation), true, true, _null), new A.EditScaffold_build_closure9(), _null); + t5 = _this.isFullscreen && A.getLayout(context) === B.AppLayout_desktop ? _null : _this.appBarBottom; + return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t1, _null, t4 === B.AppLayout_mobile, _null, _null, t5, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, 1, _null), _null, t2, _this.bottomNavigationBar, t3, _null, _this.floatingActionButton, B.C__EndDockedFabLocation), true, _null), new A.EditScaffold_build_closure9(), _null); }, get$body(receiver) { return this.body; @@ -398263,7 +409782,7 @@ call$1(action) { return action != null; }, - $signature: 378 + $signature: 453 }; A.EditScaffold_build_closure9.prototype = { call$0() { @@ -398288,7 +409807,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; A.EditScaffold_build_closure0.prototype = { call$0() { @@ -398311,14 +409830,14 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A.EditScaffold_build_closure2.prototype = { call$1(action) { var t5, t6, t7, t0, _this = this, _null = null, t1 = action === B.EntityAction_save, label = t1 && _this.$this.saveLabel != null ? _this.$this.saveLabel : _this.localization.lookup$1(A.S(action)), - t2 = t1 ? A.ButtonStyle$(_null, _null, new A._MaterialStatePropertyAll(_this.state.prefState.get$colorThemeModel().colorSuccess, type$._MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : _null, + t2 = t1 ? A.ButtonStyle$(_null, _null, new A.MaterialStatePropertyAll(_this.state.prefState.get$colorThemeModel().colorSuccess, type$.MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : _null, t3 = _this.context, t4 = A.getLayout(t3) === B.AppLayout_desktop ? 60 : 0; if (A.getLayout(t3) === B.AppLayout_desktop) { @@ -398342,7 +409861,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: 379 + $signature: 454 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -398352,8 +409871,11 @@ t1 = _this.$this.onCancelPressed; if (t1 != null) t1.call$1(_this.context); - else - _this.store.get$_dispatchers()[0].call$1(new A.ResetSettings()); + else { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResetSettings()); + } } else { t2 = _this.context; t3 = _this.$this; @@ -398371,13 +409893,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: 380 + $signature: 455 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 262 + $signature: 274 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -398387,7 +409909,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: 381 + $signature: 456 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -398397,15 +409919,18 @@ 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: 382 + $signature: 457 }; A.EditScaffold_build_closure3.prototype = { call$0() { var t1 = this.$this.onCancelPressed; if (t1 != null) t1.call$1(this.context); - else - this.store.get$_dispatchers()[0].call$1(new A.ResetSettings()); + else { + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResetSettings()); + } }, $signature: 1 }; @@ -398429,8 +409954,11 @@ var t1 = this.$this.onCancelPressed; if (t1 != null) t1.call$1(context); - else - this.store.get$_dispatchers()[0].call$1(new A.ResetSettings()); + else { + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResetSettings()); + } }, $signature: 14 }; @@ -398448,7 +409976,7 @@ t1.push(t3[_i]); return t1; }, - $signature: 665 + $signature: 582 }; A.EditScaffold_build__closure.prototype = { call$1(action) { @@ -398461,13 +409989,13 @@ } return t1; }, - $signature: 2150 + $signature: 2186 }; A.EditScaffold_build_closure8.prototype = { call$1(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 2151 + $signature: 2187 }; A.showEntityActionsDialog_closure.prototype = { call$1(entityAction) { @@ -398477,16 +410005,16 @@ else return new A.EntityActionListTile(this.entities, entityAction, this.mainContext, this.completer, _null); }, - $signature: 2152 + $signature: 2188 }; A.showEntityActionsDialog_closure0.prototype = { call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 175 + $signature: 172 }; A.EntityActionListTile.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.action; @@ -398500,7 +410028,7 @@ t2 = t1.completer; if (t2 != null) t2.complete$1(0, null); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); t2 = t1.entities; first = J.get$first$ax(t2); switch (first.get$entityType()) { @@ -398570,6 +410098,9 @@ case B.EntityType_subscription: A.handleSubscriptionAction(t1.mainContext, t2, t1.action); break; + case B.EntityType_bankAccount: + A.handleBankAccountAction(t1.mainContext, t2, t1.action); + break; default: throw A.wrapException("Error: unhandled entity type " + A.S(first.get$entityType())); } @@ -398582,85 +410113,86 @@ } }; A._EntityListTileState.prototype = { - build$1(_, context) { - var store, state, t2, t3, t4, isFilteredBy, entityClient, isHovered, t5, t6, leading, trailing, _this = this, _null = null, + build$1(context) { + var store, t2, t3, t4, t5, isFilteredBy, entityClient, isHovered, t6, t7, leading, trailing, _this = this, _null = null, t1 = _this._widget.entity; if (t1 == null || t1.get$isNew()) return new A.SizedBox(_null, _null, _null, _null); store = A.StoreProvider_of(context, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.uiState; - t2 = t1.filterStack._list; - if (t2.length === 0) - t3 = _null; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + t3 = t2.filterStack._list; + if (t3.length === 0) + t4 = _null; else { - t3 = B.JSArray_methods.get$last(t2); - t3 = t3.get$id(t3); + t4 = B.JSArray_methods.get$last(t3); + t4 = t4.get$id(t4); } - t4 = _this._widget.entity; - if (t3 === t4.get$id(t4)) { - t2 = t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType(); - isFilteredBy = t2 == _this._widget.entity.get$entityType(); + t5 = _this._widget.entity; + if (t4 === t5.get$id(t5)) { + t3 = t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType(); + isFilteredBy = t3 == _this._widget.entity.get$entityType(); } else isFilteredBy = false; - t2 = _this._widget; - t2 = t2.entity; - if (type$.legacy_BelongsToClient._is(t2)) { - t3 = state.userCompanyStates; - t4 = t1.selectedCompanyIndex; - t4 = t3._list[t4].clientState.map; - t2 = t2.get$clientId(t2); - t2 = t4._map$_map.$index(0, t2); - entityClient = t2; + t3 = _this._widget; + t3 = t3.entity; + if (type$.legacy_BelongsToClient._is(t3)) { + t4 = t1.userCompanyStates; + t5 = t2.selectedCompanyIndex; + t5 = t4._list[t5].clientState.map; + t3 = t3.get$clientId(t3); + t3 = t5._map$_map.$index(0, t3); + entityClient = t3; } else entityClient = _null; isHovered = $.RendererBinding__instance.RendererBinding__mouseTracker._mouseStates._length === 0 && isFilteredBy || _this._entity_list_tile$_isHovered; - t2 = isHovered ? B.IconData_58372_MaterialIcons_null_false : A.getEntityIcon(_this._widget.entity.get$entityType()); - t3 = isHovered ? _null : 18; - t4 = _this._widget.entity; - t5 = state.userCompanyStates; - t6 = t1.selectedCompanyIndex; - t6 = t4.getActions$3$client$includeEdit$userCompany(entityClient, true, t5._list[t6].userCompany); + t3 = isHovered ? B.IconData_58372_MaterialIcons_null_false : A.getEntityIcon(_this._widget.entity.get$entityType()); + t4 = isHovered ? _null : 18; t5 = _this._widget.entity; - leading = A.ActionMenuButton$(t5, t6, t2, t3, false, new A._EntityListTileState_build_closure(_this)); - if (t5.get$createdAt() === 0) + t6 = t1.userCompanyStates; + t7 = t2.selectedCompanyIndex; + t7 = t5.getActions$3$client$includeEdit$userCompany(entityClient, true, t6._list[t7].userCompany); + t6 = _this._widget.entity; + leading = A.ActionMenuButton$(t6, t7, t3, t4, false, new A._EntityListTileState_build_closure(_this)); + if (t6.get$createdAt() === 0) trailing = _null; else { - t2 = !isHovered || _this._widget.isFilter; - trailing = new A.IgnorePointer(t2, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(isHovered || _this._widget.isFilter || A.getLayout(context) === B.AppLayout_mobile || t1.previewStack._list.length !== 0 ? B.IconData_57695_MaterialIcons_null_true : B.IconData_57984_MaterialIcons_null_false, _null, _null), _null, new A._EntityListTileState_build_closure0(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); - } - t1 = isFilteredBy && A.getLayout(context) === B.AppLayout_desktop; - t2 = new A.EntityPresenter(); - t2.entity = _this._widget.entity; - t2.context = context; - t2 = A.Text$(t2.title$0(0), _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); - t3 = _this._widget; - t4 = t3.subtitle; - if ((t4 == null ? "" : t4).length === 0) { - t3 = t3.entity; - t3 = !t3.get$isArchived() && !t3.get$isDeleted(t3); - } else - t3 = false; - if (t3) - t3 = _null; - else { - t3 = A._setArrayType([], type$.JSArray_legacy_Widget); - t4 = _this._widget.subtitle; - if ((t4 == null ? "" : t4).length !== 0) - t3.push(A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - t4 = _this._widget.entity; - if (!(!t4.get$isArchived() && !t4.get$isDeleted(t4))) - t3.push(new A.EntityStateLabel(_this._widget.entity, _null)); - t3 = A.Column$(t3, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t3 = !isHovered || _this._widget.isFilter; + trailing = new A.IgnorePointer(t3, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(isHovered || _this._widget.isFilter || A.getLayout(context) === B.AppLayout_mobile || t2.previewStack._list.length !== 0 ? B.IconData_57695_MaterialIcons_null_true : B.IconData_57984_MaterialIcons_null_false, _null, _null), _null, new A._EntityListTileState_build_closure0(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); } + t2 = isFilteredBy && A.getLayout(context) === B.AppLayout_desktop; + t3 = new A.EntityPresenter(); + t3.entity = _this._widget.entity; + t3.context = context; + t3 = A.Text$(t3.title$0(0), _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); t4 = _this._widget; t5 = t4.subtitle; - if ((t5 == null ? "" : t5).length !== 0) { + if ((t5 == null ? "" : t5).length === 0) { t4 = t4.entity; - t4 = !(!t4.get$isArchived() && !t4.get$isDeleted(t4)); + t4 = !t4.get$isArchived() && !t4.get$isDeleted(); } else t4 = false; - return A.MouseRegion$(A.Column$(A._setArrayType([new A.SelectedIndicator(A.ListTile$(false, B.EdgeInsets_16_0_16_0, _null, _null, true, _null, _null, t4, _null, leading, new A._EntityListTileState_build_closure1(_this), new A._EntityListTileState_build_closure2(_this, state, store), false, _null, _null, t3, _null, t2, trailing, _null), t1, true, _null), new A.ListDivider(_null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.C__DeferringMouseCursor, _null, new A._EntityListTileState_build_closure3(_this), new A._EntityListTileState_build_closure4(_this), _null); + if (t4) + t4 = _null; + else { + t4 = A._setArrayType([], type$.JSArray_legacy_Widget); + t5 = _this._widget.subtitle; + if ((t5 == null ? "" : t5).length !== 0) + t4.push(A.Text$(t5, _null, _null, _null, _null, _null, _null, _null, _null, _null)); + t5 = _this._widget.entity; + if (!(!t5.get$isArchived() && !t5.get$isDeleted())) + t4.push(new A.EntityStateLabel(_this._widget.entity, _null)); + t4 = A.Column$(t4, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + } + t5 = _this._widget; + t6 = t5.subtitle; + if ((t6 == null ? "" : t6).length !== 0) { + t5 = t5.entity; + t5 = !(!t5.get$isArchived() && !t5.get$isDeleted()); + } else + t5 = false; + return A.MouseRegion$(A.Column$(A._setArrayType([new A.SelectedIndicator(A.ListTile$(false, B.EdgeInsets_16_0_16_0, _null, _null, true, _null, _null, t5, _null, leading, new A._EntityListTileState_build_closure1(_this), new A._EntityListTileState_build_closure2(_this, t1, store), false, _null, _null, t4, _null, t3, trailing, _null), t2, true, _null), new A.ListDivider(_null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.C__DeferringMouseCursor, _null, new A._EntityListTileState_build_closure3(_this), new A._EntityListTileState_build_closure4(_this), _null); } }; A._EntityListTileState_build_closure.prototype = { @@ -398668,7 +410200,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this._widget.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A._EntityListTileState_build_closure0.prototype = { call$0() { @@ -398683,34 +410215,36 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 341 + $signature: 299 }; A._EntityListTileState_build__closure0.prototype = { call$0() { return this.$this._entity_list_tile$_isHovered = true; }, - $signature: 22 + $signature: 23 }; A._EntityListTileState_build_closure4.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure(t1)); }, - $signature: 268 + $signature: 280 }; A._EntityListTileState_build__closure.prototype = { call$0() { return this.$this._entity_list_tile$_isHovered = false; }, - $signature: 22 + $signature: 23 }; A._EntityListTileState_build_closure2.prototype = { call$0() { - var t2, + var t2, t3, t1 = this.$this; if (this.state.prefState.isViewerFullScreen$1(t1._widget.entity.get$entityType())) { t2 = t1._widget.entity.get$entityType(); - this.store.get$_dispatchers()[0].call$1(new A.ToggleViewerLayout(t2)); + t3 = this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ToggleViewerLayout(t2)); } A.inspectEntity(t1._widget.entity, false); }, @@ -398729,14 +410263,15 @@ }; A._EntitiesListTileState.prototype = { _entity_list_tile$_onLongPress$0() { - var store, uiState, entity, t2, _this = this, - t1 = _this._widget.entity; - if (t1.get$isDeleted(t1)) + var t1, store, uiState, entity, t2, _this = this; + if (_this._widget.entity.get$isDeleted()) return; t1 = _this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); - uiState = A._lateReadCheck(store.__Store__state, "_state").uiState; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; entity = _this._widget.entity; t1 = uiState.filterStack._list; if (t1.length === 0) @@ -398750,38 +410285,42 @@ t1 = t1 != entity.get$entityType(); } else t1 = true; - if (t1) - store.get$_dispatchers()[0].call$1(new A.FilterByEntity(entity, false)); + if (t1) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterByEntity(entity, false)); + } t1 = A.EntityAction_newEntityType(_this._widget.entityType); A.handleEntitiesActions(A._setArrayType([entity], type$.JSArray_legacy_BaseEntity), t1, false); }, - build$1(_, context) { - var t3, t4, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.uiState, - mainRoute = t1.get$mainRoute(), - t2 = _this._widget, - isFilterMatch = t2.isFilter && t2.entityType.toString$0(0) === A.toCamelCase(mainRoute); - t2 = _this._widget; - t3 = A.Text$(t2.title, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t2 = t2.subtitle; - t2 = A.Text$(t2.length === 0 ? A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$none() : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); + build$1(context) { + var t2, mainRoute, t3, isFilterMatch, t4, t5, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + mainRoute = t2.get$mainRoute(); + t3 = _this._widget; + isFilterMatch = t3.isFilter && t3.entityType.toString$0(0) === A.toCamelCase(mainRoute); + t3 = _this._widget; + t4 = A.Text$(t3.title, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t3 = t3.subtitle; + t3 = A.Text$(t3.length === 0 ? A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$none() : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null); if (_this._entity_list_tile$_isHovered) { - t4 = _this._widget; - if (!t4.hideNew) { - t4 = t4.entity; - if (!t4.get$isDeleted(t4)) { - t4 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t1 = t4._list[t1].userCompany.can$2(B.UserPermission_create, _this._widget.entityType); + t5 = _this._widget; + if (!t5.hideNew) + if (!t5.entity.get$isDeleted()) { + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t2 = t1._list[t2].userCompany.can$2(B.UserPermission_create, _this._widget.entityType); + t1 = t2; } else t1 = false; - } else + else t1 = false; } else t1 = false; t1 = t1 ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, _this.get$_entity_list_tile$_onLongPress(), B.EdgeInsets_8_8_8_8, _null, _null, _null) : new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(A.getEntityIcon(_this._widget.entityType), _null, 18), _null, new A._EntitiesListTileState_build_closure(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); - return A.MouseRegion$(A.Column$(A._setArrayType([new A.SelectedIndicator(A.ListTile$(false, B.EdgeInsets_16_0_16_0, _null, _null, true, _null, _null, false, _null, t1, _this.get$_entity_list_tile$_onLongPress(), new A._EntitiesListTileState_build_closure0(_this, context), false, _null, _null, t2, _null, t3, new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_Up3, _null, _null), _null, new A._EntitiesListTileState_build_closure1(), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null), _null), isFilterMatch, true, _null), new A.ListDivider(_null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.C__DeferringMouseCursor, _null, new A._EntitiesListTileState_build_closure2(_this), new A._EntitiesListTileState_build_closure3(_this), _null); + return A.MouseRegion$(A.Column$(A._setArrayType([new A.SelectedIndicator(A.ListTile$(false, B.EdgeInsets_16_0_16_0, _null, _null, true, _null, _null, false, _null, t1, _this.get$_entity_list_tile$_onLongPress(), new A._EntitiesListTileState_build_closure0(_this, context), false, _null, _null, t3, _null, t4, new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_Up3, _null, _null), _null, new A._EntitiesListTileState_build_closure1(), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null), _null), isFilterMatch, true, _null), new A.ListDivider(_null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.C__DeferringMouseCursor, _null, new A._EntitiesListTileState_build_closure2(_this), new A._EntitiesListTileState_build_closure3(_this), _null); } }; A._EntitiesListTileState_build_closure2.prototype = { @@ -398789,26 +410328,26 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 341 + $signature: 299 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { return this.$this._entity_list_tile$_isHovered = true; }, - $signature: 22 + $signature: 23 }; A._EntitiesListTileState_build_closure3.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure(t1)); }, - $signature: 268 + $signature: 280 }; A._EntitiesListTileState_build__closure.prototype = { call$0() { return this.$this._entity_list_tile$_isHovered = false; }, - $signature: 22 + $signature: 23 }; A._EntitiesListTileState_build_closure.prototype = { call$0() { @@ -398831,114 +410370,116 @@ $signature: 0 }; A.EntityStatusChip.prototype = { - build$1(_, context) { - var t2, label, color, statusId, t3, t4, category, $status, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + build$1(context) { + var t2, t3, label, color, statusId, t4, t5, category, $status, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); if (_this.showState) { - t2 = _this.entity; - t2 = !(!t2.get$isArchived() && !t2.get$isDeleted(t2)); + t3 = _this.entity; + t3 = !(!t3.get$isArchived() && !t3.get$isDeleted()); } else - t2 = false; - if (t2) { - t2 = _this.entity; - if (t2.get$isArchived()) { - label = t1.get$archived(); + t3 = false; + if (t3) { + t3 = _this.entity; + if (t3.get$isArchived()) { + label = t2.get$archived(); color = B.MaterialColor_Map_JNZaB_4294940672; - } else if (t2.get$isDeleted(t2)) { - label = t1.get$deleted(); - color = state.prefState.get$colorThemeModel().colorDanger; + } else if (t3.get$isDeleted()) { + label = t2.get$deleted(); + color = t1.prefState.get$colorThemeModel().colorDanger; } else { color = _null; label = ""; } } else { - t2 = _this.entity; - switch (t2.get$entityType()) { + t3 = _this.entity; + switch (t3.get$entityType()) { case B.EntityType_payment: - type$.legacy_PaymentEntity._as(t2); - label = B.Map_IYlun.$index(0, t2.get$calculatedStatusId()); - color = new A.PaymentStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, t2.get$calculatedStatusId()); + type$.legacy_PaymentEntity._as(t3); + label = B.Map_IYlun.$index(0, t3.get$calculatedStatusId()); + color = new A.PaymentStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, t3.get$calculatedStatusId()); break; case B.EntityType_invoice: - statusId = type$.legacy_InvoiceEntity._as(t2).get$calculatedStatusId(); + statusId = type$.legacy_InvoiceEntity._as(t3).get$calculatedStatusId(); label = B.Map_j34mP.$index(0, statusId); - color = new A.InvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); + color = new A.InvoiceStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); break; case B.EntityType_recurringInvoice: - statusId = type$.legacy_InvoiceEntity._as(t2).get$calculatedStatusId(); + statusId = type$.legacy_InvoiceEntity._as(t3).get$calculatedStatusId(); label = B.Map_BzEVk.$index(0, statusId); - color = new A.RecurringInvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); + color = new A.RecurringInvoiceStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); break; case B.EntityType_quote: - statusId = type$.legacy_InvoiceEntity._as(t2).get$calculatedStatusId(); + statusId = type$.legacy_InvoiceEntity._as(t3).get$calculatedStatusId(); label = B.Map_IF4bq.$index(0, statusId); - color = new A.QuoteStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); + color = new A.QuoteStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); break; case B.EntityType_credit: - t2 = type$.legacy_InvoiceEntity._as(t2).statusId; - label = B.Map_qBa3g.$index(0, t2); - color = new A.CreditStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, t2); + t3 = type$.legacy_InvoiceEntity._as(t3).statusId; + label = B.Map_qBa3g.$index(0, t3); + color = new A.CreditStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, t3); break; case B.EntityType_purchaseOrder: - t2 = type$.legacy_InvoiceEntity._as(t2).statusId; - label = B.Map_EH27z.$index(0, t2); - color = new A.PurchaseOrderStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, t2); + t3 = type$.legacy_InvoiceEntity._as(t3).statusId; + label = B.Map_EH27z.$index(0, t3); + color = new A.PurchaseOrderStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, t3); break; case B.EntityType_expense: - type$.legacy_ExpenseEntity._as(t2); - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - category = t3._list[t4].expenseCategoryState.$get$1(0, t2.categoryId); - label = B.Map_EHoyn.$index(0, t2.get$calculatedStatusId()); - t3 = category.color; - color = t3.length !== 0 && t3 !== "#fff" ? A.convertHexStringToColor(t3) : new A.ExpenseStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, t2.get$calculatedStatusId()); + type$.legacy_ExpenseEntity._as(t3); + t4 = t1.userCompanyStates; + t5 = t1.uiState.selectedCompanyIndex; + category = t4._list[t5].expenseCategoryState.$get$1(0, t3.categoryId); + label = B.Map_EHoyn.$index(0, t3.get$calculatedStatusId()); + t4 = category.color; + color = t4.length !== 0 && t4 !== "#fff" ? A.convertHexStringToColor(t4) : new A.ExpenseStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, t3.get$calculatedStatusId()); break; case B.EntityType_recurringExpense: - statusId = type$.legacy_ExpenseEntity._as(t2).get$calculatedStatusId(); + statusId = type$.legacy_ExpenseEntity._as(t3).get$calculatedStatusId(); label = B.Map_BzEVk.$index(0, statusId); - color = new A.RecurringInvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); + color = new A.RecurringInvoiceStatusColors(t1.prefState.get$colorThemeModel()).get$colors().$index(0, statusId); break; case B.EntityType_task: - type$.legacy_TaskEntity._as(t2); - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - $status = t3._list[t4].taskStatusState.$get$1(0, t2.statusId); - t3 = t2.invoiceId.length !== 0; - if (t3) - label = t1.get$invoiced(); - else if (t2.get$isRunning()) { - t4 = t1.get$running(); - label = t4; + type$.legacy_TaskEntity._as(t3); + t4 = t1.userCompanyStates; + t5 = t1.uiState.selectedCompanyIndex; + $status = t4._list[t5].taskStatusState.$get$1(0, t3.statusId); + t4 = t3.invoiceId.length !== 0; + if (t4) + label = t2.get$invoiced(); + else if (t3.get$isRunning()) { + t5 = t2.get$running(); + label = t5; } else { - t4 = $status.name; - t4 = t4.length !== 0 ? t4 : t1.get$logged(); - label = t4; + t5 = $status.name; + t5 = t5.length !== 0 ? t5 : t2.get$logged(); + label = t5; } - if (t3) - color = state.prefState.get$colorThemeModel().colorSuccess; - else if (t2.get$isRunning()) { - t2 = state.prefState.get$colorThemeModel().colorInfo; - color = t2; + if (t4) + color = t1.prefState.get$colorThemeModel().colorSuccess; + else if (t3.get$isRunning()) { + t1 = t1.prefState.get$colorThemeModel().colorInfo; + color = t1; } else { - t3 = $status.color; - if (t3.length !== 0 && t3 !== "#fff") - t2 = A.convertHexStringToColor(t3); + t4 = $status.color; + if (t4.length !== 0 && t4 !== "#fff") + t1 = A.convertHexStringToColor(t4); else { - t3 = state.prefState.get$colorThemeModel(); - t2 = A.LinkedHashMap_LinkedHashMap$_literal(["-1", B.Color_4287137928, "-2", t3.colorPrimary, "-3", t3.colorSuccess], type$.legacy_String, type$.legacy_Color).$index(0, t2.get$calculateStatusId()); + t1 = t1.prefState.get$colorThemeModel(); + t3 = A.LinkedHashMap_LinkedHashMap$_literal(["-1", B.Color_4287137928, "-2", t1.colorPrimary, "-3", t1.colorSuccess], type$.legacy_String, type$.legacy_Color).$index(0, t3.get$calculateStatusId()); + t1 = t3; } - color = t2; + color = t1; } break; default: return new A.SizedBox(_null, _null, _null, _null); } - label = t1.lookup$1(label); + label = t2.lookup$1(label); if (label == null) label = ""; if (label.length === 0) - label = t1.get$logged(); + label = t2.get$logged(); } t1 = A.BorderRadius$all(new A.Radius(2, 2)); t2 = _this.width; @@ -398946,7 +410487,7 @@ t4 = t3 ? 100 : t2; if (t3) t2 = 200; - return new A.Padding(new A.EdgeInsets(0, 0, 0, 0), A.DecoratedBox$(new A.ConstrainedBox(new A.BoxConstraints(t4, t2, 0, 1 / 0), new A.Padding(new A.EdgeInsets(4, 6, 4, 6), A.Text$(label, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 13, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), _null), _null), new A.BoxDecoration(color, _null, _null, t1, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null); + return new A.Padding(new A.EdgeInsets(0, 0, 0, 0), A.DecoratedBox$(new A.ConstrainedBox(new A.BoxConstraints(t4, t2, 0, 1 / 0), new A.Padding(new A.EdgeInsets(4, 6, 4, 6), A.Text$(label, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 13, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), _null), _null), new A.BoxDecoration(color, _null, _null, t1, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null); } }; A.EntityDropdown.prototype = { @@ -398992,7 +410533,7 @@ value = entity.get$listDisplayName(); if (!type$.legacy_BaseEntity._is(entity)) return value; - if (entity.get$isDeleted(entity)) { + if (entity.get$isDeleted()) { t1 = this._framework$_element; t1.toString; value = J.$add$ansx(value, " - " + A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$deleted()); @@ -399000,28 +410541,30 @@ return value; }, didUpdateWidget$1(oldWidget) { - var t1, state, t2, _this = this; + var t1, t2, t3, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (_this._widget.entityId != oldWidget.entityId) { t1 = _this._framework$_element; t1.toString; - state = A._lateReadCheck(A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state, "_state"); - t1 = _this._widget; - t2 = t1.entityMap; - t1 = t2 == null ? state.getEntityMap$1(t1.entityType) : t2; + t1 = A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget; + t3 = t2.entityMap; + t1 = t3 == null ? t1.getEntityMap$1(t2.entityType) : t3; _this._entityMap = t1; t2 = _this._widget.entityId; _this._entity_dropdown$_textController.set$text(0, _this._getEntityLabel$1(t1._map$_map.$index(0, t2))); } }, didChangeDependencies$0() { - var state, t2, entity, _this = this, + var t2, t3, entity, _this = this, t1 = _this._framework$_element; t1.toString; - state = A._lateReadCheck(A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state, "_state"); - t1 = _this._widget; - t2 = t1.entityMap; - t1 = t2 == null ? state.getEntityMap$1(t1.entityType) : t2; + t1 = A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget; + t3 = t2.entityMap; + t1 = t3 == null ? t1.getEntityMap$1(t2.entityType) : t3; _this._entityMap = t1; t2 = _this._widget; if (t1 == null) @@ -399030,23 +410573,22 @@ t2 = t2.entityId; entity = t1._map$_map.$index(0, t2); t1 = _this._widget; - t2 = _this._entity_dropdown$_textController; if (t1.overrideSuggestedLabel != null) - t2.set$text(0, t1.overrideSuggestedLabel$1(entity)); - else - t2.set$text(0, _this._getEntityLabel$1(entity)); + _this._entity_dropdown$_textController.set$text(0, t1.overrideSuggestedLabel$1(entity)); + else if (entity != null) + _this._entity_dropdown$_textController.set$text(0, _this._getEntityLabel$1(entity)); } _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._entity_dropdown$_textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; t1 = _this._entity_dropdown$_focusNode; t1.removeListener$1(0, _this.get$_onFocusChanged()); - t1.dispose$0(0); - _this.super$State$dispose(0); + t1.dispose$0(); + _this.super$State$dispose(); }, _showOptions$0() { var t1 = this._framework$_element; @@ -399057,12 +410599,13 @@ var t1 = this._widget.entityId; return t1 != null && t1 !== "0" && t1.length !== 0; }, - build$1(_, context) { - var theme, iconButton, t3, t4, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - if (!t1._list[t2].userCompany.company.isModuleEnabled$1(_this._widget.entityType)) + build$1(context) { + var t2, t3, theme, iconButton, t4, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + if (!t2._list[t3].userCompany.company.isModuleEnabled$1(_this._widget.entityType)) return new A.SizedBox(_null, _null, _null, _null); theme = A.Theme_of(context); if (_this._widget.allowClearing && _this.get$hasValue()) @@ -399070,12 +410613,12 @@ else iconButton = _this._widget.onAddPressed != null ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownState_build_closure0(_this), B.EdgeInsets_8_8_8_8, _null, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$createNew(), _null) : _null; if (A.getLayout(context) !== B.AppLayout_mobile && true) - return new A.RawAutocomplete(new A._EntityDropdownState_build_closure1(_this, iconButton), _this._entity_dropdown$_focusNode, new A._EntityDropdownState_build_closure2(_this, theme, state), new A._EntityDropdownState_build_closure3(), new A._EntityDropdownState_build_closure4(_this), new A._EntityDropdownState_build_closure5(_this, state), _this._entity_dropdown$_textController, _null, _null, type$.RawAutocomplete_legacy_SelectableEntity); + return new A.RawAutocomplete(new A._EntityDropdownState_build_closure1(_this, iconButton), _this._entity_dropdown$_focusNode, new A._EntityDropdownState_build_closure2(_this, theme, t1), new A._EntityDropdownState_build_closure3(), new A._EntityDropdownState_build_closure4(_this), new A._EntityDropdownState_build_closure5(_this, t1), _this._entity_dropdown$_textController, _null, _null, type$.RawAutocomplete_legacy_SelectableEntity); t1 = _this._widget; t2 = t1.validator; t3 = t1.autoValidate ? B.AutovalidateMode_1 : B.AutovalidateMode_2; t4 = t1.labelText; - t2 = A._setArrayType([A.InkWell$(false, _null, true, new A.IgnorePointer(true, _null, A.TextFormField$(true, _null, false, t3, _this._entity_dropdown$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, t1.allowClearing && _this.get$hasValue() ? _null : B.Icon_OxR, _null, _null, _null, _null), _null, false, _this._entity_dropdown$_focusNode, _null, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_4, _null, _null, t2), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._EntityDropdownState_build_closure6(_this), _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget); + t2 = A._setArrayType([A.InkWell$(false, _null, true, new A.IgnorePointer(true, _null, A.TextFormField$(true, _null, false, t3, _this._entity_dropdown$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, t1.allowClearing && _this.get$hasValue() ? _null : B.Icon_OxR, _null, _null, _null, _null), _null, false, _this._entity_dropdown$_focusNode, _null, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_4, _null, _null, t2), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._EntityDropdownState_build_closure6(_this), _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget); if (_this._widget.allowClearing && _this.get$hasValue()) t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownState_build_closure7(_this), B.EdgeInsets_8_8_8_8, _null, _null, _null)); return new A.Stack(B.Alignment_1_0, _null, B.StackFit_0, B.Clip_1, t2, _null); @@ -399096,7 +410639,7 @@ t5 = t4.onAddPressed != null ? new A._EntityDropdownState__showOptions__closure(t1) : null; return new A.EntityDropdownDialog(t2, t3, new A._EntityDropdownState__showOptions__closure0(t1), t5, t4.overrideSuggestedAmount, t4.overrideSuggestedLabel, null); }, - $signature: 2157 + $signature: 2193 }; A._EntityDropdownState__showOptions__closure0.prototype = { call$2(entity, update) { @@ -399116,13 +410659,13 @@ call$1(entity) { return this.call$2(entity, true); }, - $signature: 2158 + $signature: 2194 }; A._EntityDropdownState__showOptions__closure.prototype = { call$2(context, completer) { return this.$this._widget.onAddPressed$1(completer); }, - $signature: 2159 + $signature: 2195 }; A._EntityDropdownState_build_closure.prototype = { call$0() { @@ -399145,7 +410688,7 @@ call$1(entity) { this.$this._widget.onSelected$1(entity); }, - $signature: 35 + $signature: 36 }; A._EntityDropdownState_build_closure5.prototype = { call$1(textEditingValue) { @@ -399187,32 +410730,32 @@ B.JSArray_methods.add$1(options, new A._AutocompleteEntity(textEditingValue.text)); return options; }, - $signature: 2161 + $signature: 2197 }; A._EntityDropdownState_build__closure.prototype = { call$1(entityId) { return this.$this._entityMap._map$_map.$index(0, entityId); }, - $signature: 2162 + $signature: 2198 }; A._EntityDropdownState_build__closure0.prototype = { call$1(entity) { var t1 = entity == null ? null : entity.matchesFilter$1(this.textEditingValue.text); return t1 === true; }, - $signature: 656 + $signature: 609 }; A._EntityDropdownState_build__closure1.prototype = { call$1(element) { return !B.JSArray_methods.contains$1(this.$this._widget.excludeIds, element.get$id(element)); }, - $signature: 656 + $signature: 609 }; A._EntityDropdownState_build_closure3.prototype = { call$1(entity) { return entity.get$listDisplayName(); }, - $signature: 2164 + $signature: 2200 }; A._EntityDropdownState_build_closure4.prototype = { call$1(entity) { @@ -399237,7 +410780,7 @@ } else t3.call$1(entity); }, - $signature: 35 + $signature: 36 }; A._EntityDropdownState_build_closure__wrapUp.prototype = { call$1(entity) { @@ -399246,21 +410789,21 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 157 + $signature: 158 }; 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: 36 + $signature: 37 }; 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: 36 + $signature: 37 }; A._EntityDropdownState_build__closure3.prototype = { call$1(value) { @@ -399277,7 +410820,7 @@ t1 = this.$this; t1._entity_dropdown$_focusNode.addListener$1(0, t1.get$_onFocusChanged()); }, - $signature: 35 + $signature: 36 }; A._EntityDropdownState_build__closure4.prototype = { call$1(error) { @@ -399303,7 +410846,7 @@ t4 = false; return A.DecoratedFormField$(false, _null, t4, false, 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: 389 + $signature: 459 }; A._EntityDropdownState_build__closure7.prototype = { call$1(value) { @@ -399326,14 +410869,14 @@ t1 = A.Theme_of(context).cardColor; 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, new A.ScrollableListViewBuilder(new A._EntityDropdownState_build__closure5(this.$this, this.state, onSelected, options), _null, J.get$length$asx(options), _null, _null, _null), B.Clip_0, t1, 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: 2166 + $signature: 2202 }; 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: 2167 + $signature: 2203 }; A._EntityDropdownState_build___closure.prototype = { call$1(context) { @@ -399352,19 +410895,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: 2168 + $signature: 2204 }; A._EntityDropdownState_build____closure.prototype = { call$1(timeStamp) { A.Scrollable_ensureVisible(this.context, 0, B.ScrollPositionAlignmentPolicy_0); }, - $signature: 36 + $signature: 37 }; A._EntityDropdownState_build____closure0.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 157 + $signature: 158 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -399395,7 +410938,7 @@ } }; A._EntityDropdownDialogState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return new A.ResponsivePadding(A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([new A._EntityDropdownDialogState_build__headerRow(this, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), context).call$0(), A.Expanded$(new A._EntityDropdownDialogState_build__createList(this, new A._EntityDropdownDialogState_build__selectEntity(this, context)).call$0(), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null); } @@ -399403,9 +410946,9 @@ A._EntityDropdownDialogState_build__selectEntity.prototype = { call$1(entity) { this.$this._widget.onSelected$1(entity); - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 157 + $signature: 158 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -399413,13 +410956,13 @@ t1 = A.Icon$(B.IconData_58727_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), t2 = this.$this, t3 = this.localization, - t4 = A.Expanded$(A.TextField$(true, B.List_empty0, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_sqK, _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, t3.get$filter(t3), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._EntityDropdownDialogState_build__headerRow_closure(t2), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_3, _null, _null, _null), 1), + t4 = A.Expanded$(A.TextField$(true, B.List_empty1, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_Kz0, _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, t3.get$filter(t3), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._EntityDropdownDialogState_build__headerRow_closure(t2), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null), 1), t5 = this.context, t6 = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_O5U, _null, new A._EntityDropdownDialogState_build__headerRow_closure0(t5), B.EdgeInsets_8_8_8_8, _null, _null, _null); t2 = t2._widget.onAddPressed != null ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), B.EdgeInsets_8_8_8_8, _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: 139 + $signature: 147 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -399436,7 +410979,7 @@ }; A._EntityDropdownDialogState_build__headerRow_closure0.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); return null; }, $signature: 0 @@ -399445,7 +410988,7 @@ call$0() { var t2, t3, t1 = this.context; - A.Navigator_of(t1, false).pop$1(0, null); + A.Navigator_of(t1, false).pop$1(null); t2 = new A._Future($.Zone__current, type$._Future_legacy_SelectableEntity); t3 = this.$this; t3._widget.onAddPressed$2(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_SelectableEntity)); @@ -399457,7 +411000,7 @@ call$1(entity) { this.$this._widget.onSelected$2(entity, false); }, - $signature: 35 + $signature: 36 }; A._EntityDropdownDialogState_build__createList.prototype = { call$0() { @@ -399468,7 +411011,7 @@ matches = A.List_List$of(new A.WhereIterable(t2, new A._EntityDropdownDialogState_build__createList_closure0(t1), t3), true, t3._eval$1("Iterable.E")); return new A.ScrollableListViewBuilder(new A._EntityDropdownDialogState_build__createList_closure1(t1, matches, this._selectEntity), _null, matches.length, _null, _null, _null); }, - $signature: 139 + $signature: 147 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -399482,7 +411025,7 @@ A._EntityDropdownDialogState_build__createList_closure0.prototype = { call$1(entityId) { this.$this._widget.toString; - return !B.JSArray_methods.contains$1(B.List_empty0, entityId); + return !B.JSArray_methods.contains$1(B.List_empty1, entityId); }, $signature: 16 }; @@ -399495,16 +411038,16 @@ t1 = t1._widget; return new A.EntityAutocompleteListTile(entity, new A._EntityDropdownDialogState_build__createList__closure(this._selectEntity), t2, null, t1.overrideSuggestedAmount, t1.overrideSuggestedLabel, null); }, - $signature: 2169 + $signature: 2205 }; A._EntityDropdownDialogState_build__createList__closure.prototype = { call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 157 + $signature: 158 }; A.EntityAutocompleteListTile.prototype = { - build$1(_, context) { + build$1(context) { var t1, t2, label, amount, _this = this, _null = null, subtitle = _this.subtitle; if (subtitle == null) @@ -399549,28 +411092,27 @@ }, get$listDisplayAmount() { return null; - }, - get$name(receiver) { - return this.name; } }; A.__AutocompleteEntity_Object_SelectableEntity.prototype = {}; A.EntityHeader.prototype = { - build$1(_, context) { - var t5, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var prefState, t3, t4, t5, t6, t7, t8, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), textColor = A.Theme_of(context).textTheme.bodyLarge.color, - prefState = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState, - t2 = type$.JSArray_legacy_Widget, - t3 = A._setArrayType([A.Expanded$(new A.EntityHeader_build__value1(_this, textColor).call$0(), 1)], t2), - t4 = _this.secondValue; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + prefState = t2.prefState; + t2 = type$.JSArray_legacy_Widget; + t3 = A._setArrayType([A.Expanded$(new A.EntityHeader_build__value1(_this, textColor).call$0(), 1)], t2); + t4 = _this.secondValue; if ((t4 == null ? "" : t4).length !== 0) B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(8, _null, _null, _null), A.Expanded$(new A.EntityHeader_build__value2(_this, textColor).call$0(), 1)], t2)); t3 = A.Row$(t3, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); t4 = _this.statusLabel == null; if (t4) { t5 = _this.entity; - t5 = !(!t5.get$isArchived() && !t5.get$isDeleted(t5)); + t5 = !(!t5.get$isArchived() && !t5.get$isDeleted()); } else t5 = true; t5 = t5 ? B.EdgeInsets_0_25_0_0 : B.EdgeInsets_0_0_0_0; @@ -399578,11 +411120,11 @@ if (!t4) t6.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.EntityStatusChip$(_this.entity, false, _null), _null)); t4 = _this.entity; - if (!(!t4.get$isArchived() && !t4.get$isDeleted(t4))) { + if (!(!t4.get$isArchived() && !t4.get$isDeleted())) { t7 = t4.get$isArchived() ? B.MaterialColor_Map_JNZaB_4294940672 : prefState.get$colorThemeModel().colorDanger; t8 = A.BorderRadius$all(new A.Radius(2, 2)); t1 = t4.get$isArchived() ? t1.get$archived() : t1.get$deleted(); - t6.push(A.DecoratedBox$(new A.ConstrainedBox(new A.BoxConstraints(120, 120, 0, 1 / 0), new A.Padding(B.EdgeInsets_8_5_8_5, A.Text$(t1, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), _null), _null), new A.BoxDecoration(t7, _null, _null, t8, _null, _null, B.BoxShape_0), B.DecorationPosition_0)); + t6.push(A.DecoratedBox$(new A.ConstrainedBox(new A.BoxConstraints(120, 120, 0, 1 / 0), new A.Padding(B.EdgeInsets_8_5_8_5, A.Text$(t1, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), _null), _null), new A.BoxDecoration(t7, _null, _null, t8, _null, _null, B.BoxShape_0), B.DecorationPosition_0)); } return A.Container$(_null, new A.Padding(new A.EdgeInsets(20, 30, 20, 25), A.Column$(A._setArrayType([t3, new A.Padding(t5, A.Row$(t6, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)], t2), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, @@ -399596,11 +411138,11 @@ t1 = this.$this, t2 = t1.value, t3 = this.textColor; - t3 = A.Text$(t1.label, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + t3 = A.Text$(t1.label, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); 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, 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); + 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: 139 + $signature: 147 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -399608,107 +411150,108 @@ t1 = this.$this, t2 = t1.secondValue, t3 = this.textColor; - t3 = A.Text$(t1.secondLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + t3 = A.Text$(t1.secondLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A.Color$fromARGB(166, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); 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, 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); + 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: 139 + $signature: 147 }; A.EntityStateLabel.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.entity; - if (t2.get$isDeleted(t2)) - t1 = A.Text$(t1.get$deleted(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNc9P_4294198070, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + if (t2.get$isDeleted()) + t1 = A.Text$(t1.get$deleted(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNc9P_4294198070, _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); else - t1 = t2.get$isArchived() ? A.Text$(t1.get$archived(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNZaB_4294940672, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = t2.get$isArchived() ? A.Text$(t1.get$archived(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNZaB_4294940672, _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) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return t1; } }; A.EntityTopFilter.prototype = { - build$1(_, context) { - var t4, filterEntity, relatedTypes, backgroundColor, t5, t6, t7, t8, t9, t10, t11, i, t12, _null = null, + build$1(context) { + var uiState, prefState, t3, filterEntityType, routeEntityType, t4, entityMap, t5, filterEntity, relatedTypes, backgroundColor, t6, t7, t8, t9, t10, t11, t12, i, t13, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - prefState = state.prefState, - t2 = uiState.filterStack._list, - filterEntityType = t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType(), - routeEntityType = uiState.get$entityTypeRoute(), - t3 = filterEntityType == null, - entityMap = !t3 ? state.getEntityMap$1(filterEntityType) : _null; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + prefState = t2.prefState; + t3 = uiState.filterStack._list; + filterEntityType = t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType(); + routeEntityType = uiState.get$entityTypeRoute(); + t4 = filterEntityType == null; + entityMap = !t4 ? t2.getEntityMap$1(filterEntityType) : _null; if (entityMap != null) { - if (t2.length === 0) - t4 = _null; + if (t3.length === 0) + t5 = _null; else { - t4 = B.JSArray_methods.get$last(t2); - t4 = t4.get$id(t4); + t5 = B.JSArray_methods.get$last(t3); + t5 = t5.get$id(t5); } - filterEntity = entityMap._map$_map.$index(0, t4); + filterEntity = entityMap._map$_map.$index(0, t5); } else filterEntity = _null; - t3 = t3 ? _null : filterEntityType.get$relatedTypes(); - t3 = t3 == null ? _null : new A.WhereIterable(t3, new A.EntityTopFilter_build_closure(state), A._arrayInstanceType(t3)._eval$1("WhereIterable<1>")); - relatedTypes = t3 == null ? _null : A.List_List$of(t3, true, t3.$ti._eval$1("Iterable.E")); + t4 = t4 ? _null : filterEntityType.get$relatedTypes(); + t4 = t4 == null ? _null : new A.WhereIterable(t4, new A.EntityTopFilter_build_closure(t2), A._arrayInstanceType(t4)._eval$1("WhereIterable<1>")); + relatedTypes = t4 == null ? _null : A.List_List$of(t4, true, t4.$ti._eval$1("Iterable.E")); if (relatedTypes == null) relatedTypes = A._setArrayType([], type$.JSArray_legacy_EntityType); - t3 = !prefState.enableDarkMode; - backgroundColor = t3 && state.get$hasAccentColor() ? state.get$accentColor() : A.Theme_of(context).cardColor; - t4 = type$.JSArray_legacy_Widget; - t5 = A._setArrayType([], t4); - if (prefState.isViewerFullScreen$1(t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType())) { - if ((t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) === B.EntityType_client) - t2 = new A.ClientViewScreen(false, true, _null); + t4 = !prefState.enableDarkMode; + backgroundColor = t4 && t2.get$hasAccentColor() ? t2.get$accentColor() : A.Theme_of(context).cardColor; + t5 = type$.JSArray_legacy_Widget; + t6 = A._setArrayType([], t5); + if (prefState.isViewerFullScreen$1(t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType())) { + if ((t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType()) === B.EntityType_client) + t3 = new A.ClientViewScreen(false, true, _null); else - t2 = (t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) === B.EntityType_vendor ? new A.VendorViewScreen(false, true, _null) : new A.Placeholder(B.Color_4282735204, _null); - t5.push(A.Expanded$(t2, 1)); + t3 = (t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType()) === B.EntityType_vendor ? new A.VendorViewScreen(false, true, _null) : new A.Placeholder(B.Color_4282735204, _null); + t6.push(A.Expanded$(t3, 1)); } - t2 = this.show; - t6 = t2 ? 46 : 0; - t7 = A.Duration$(0, 0, 0, 500, 0, 0); - t2 = t2 ? 1 : 0; + t3 = this.show; + t7 = t3 ? 46 : 0; t8 = A.Duration$(0, 0, 0, 500, 0, 0); + t3 = t3 ? 1 : 0; + t9 = A.Duration$(0, 0, 0, 500, 0, 0); if (filterEntity == null) t1 = A.Container$(_null, _null, B.Clip_0, backgroundColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); else { - t9 = A._setArrayType([new A.SizedBox(4, _null, _null, _null)], t4); + t10 = A._setArrayType([new A.SizedBox(4, _null, _null, _null)], t5); if (!prefState.isViewerFullScreen$1(filterEntityType)) - B.JSArray_methods.addAll$1(t9, A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, state.get$headerTextColor(), _null), _null, new A.EntityTopFilter_build_closure0(store, uiState), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t4)); - t9.push(new A.SizedBox(4, _null, _null, _null)); + B.JSArray_methods.addAll$1(t10, A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, t2.get$headerTextColor(), _null), _null, new A.EntityTopFilter_build_closure0(store, uiState), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t5)); + t10.push(new A.SizedBox(4, _null, _null, _null)); if (!prefState.isFilterVisible && !prefState.isViewerFullScreen$1(filterEntityType)) { - t10 = A.Icon$(B.IconData_57698_MaterialIcons_null_true, state.get$headerTextColor(), _null); - t11 = new A.EntityPresenter(); - t11.entity = filterEntity; - t11.context = context; - t9.push(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([new A.SizedBox(12, _null, _null, _null), t10, new A.SizedBox(12, _null, _null, _null), new A.ConstrainedBox(new A.BoxConstraints(0, 220, 0, 1 / 0), A.Text$(t11.title$0(0), _null, 1, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, 17, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), new A.SizedBox(12, _null, _null, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilter_build_closure1(filterEntity), new A.EntityTopFilter_build_closure2(store, prefState), _null, _null, _null, _null, _null, _null)); + t11 = A.Icon$(B.IconData_57698_MaterialIcons_null_true, t2.get$headerTextColor(), _null); + t12 = new A.EntityPresenter(); + t12.entity = filterEntity; + t12.context = context; + t10.push(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([new A.SizedBox(12, _null, _null, _null), t11, new A.SizedBox(12, _null, _null, _null), new A.ConstrainedBox(new A.BoxConstraints(0, 220, 0, 1 / 0), A.Text$(t12.title$0(0), _null, 1, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, t2.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, 17, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), new A.SizedBox(12, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilter_build_closure1(filterEntity), new A.EntityTopFilter_build_closure2(store, prefState), _null, _null, _null, _null, _null, _null, _null)); } - t9.push(new A.SizedBox(12, _null, _null, _null)); - t10 = A._setArrayType([], t4); + t10.push(new A.SizedBox(12, _null, _null, _null)); + t11 = A._setArrayType([], t5); for (i = 0; i < relatedTypes.length; ++i) { - t11 = t1.lookup$1(relatedTypes[i].get$plural()); - t12 = !t3 || state.get$hasAccentColor() ? A.convertHexStringToColor("#FFFFFF") : A.convertHexStringToColor("#000000"); - t11 = A.TextButton$(false, new A.Text(t11, _null, new A.TextStyle(true, t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), new A.EntityTopFilter_build_closure3(filterEntity, relatedTypes, i), new A.EntityTopFilter_build_closure4(relatedTypes, i, filterEntity), A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, new A.Size(0, 36), _null, new A.EdgeInsets(12, 0, 12, 0), _null, _null, _null, _null, _null, _null, _null)); + t12 = t1.lookup$1(relatedTypes[i].get$plural()); + t13 = !t4 || t2.get$hasAccentColor() ? A.convertHexStringToColor("#FFFFFF") : A.convertHexStringToColor("#000000"); + t12 = A.TextButton$(false, new A.Text(t12, _null, new A.TextStyle(true, t13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.EntityTopFilter_build_closure3(filterEntity, relatedTypes, i), new A.EntityTopFilter_build_closure4(relatedTypes, i, filterEntity), A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.Size(0, 36), new A.EdgeInsets(12, 0, 12, 0), _null, _null, _null, _null, _null, _null, _null)); if (J.$eq$(relatedTypes[i], routeEntityType)) - t12 = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, new A.BorderSide(!t3 || !state.get$hasAccentColor() ? state.get$accentColor() : B.Color_4294967295, 2, B.BorderStyle_1), B.BorderSide_0CF); + t13 = new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, new A.BorderSide(!t4 || !t2.get$hasAccentColor() ? t2.get$accentColor() : B.Color_4294967295, 2, B.BorderStyle_1, B.StrokeAlign_0), B.BorderSide_aLd); else - t12 = _null; - t10.push(new A.DecoratedBox(new A.BoxDecoration(_null, _null, t12, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0, t11, _null)); + t13 = _null; + t11.push(new A.DecoratedBox(new A.BoxDecoration(_null, _null, t13, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0, t12, _null)); } - t9.push(A.Expanded$(new A.Align(B.Alignment_m1_0, _null, _null, A.OverflowView$flexible(new A.EntityTopFilter_build_closure5(t1, state, routeEntityType, filterEntityType, filterEntity, relatedTypes), t10, 4), _null), 1)); - t9.push(new A.SizedBox(4, _null, _null, _null)); + t10.push(A.Expanded$(new A.Align(B.Alignment_m1_0, _null, _null, A.OverflowView$flexible(new A.EntityTopFilter_build_closure5(t1, t2, routeEntityType, filterEntityType, filterEntity, relatedTypes), t11, 4), _null), 1)); + t10.push(new A.SizedBox(4, _null, _null, _null)); if (!prefState.isViewerFullScreen$1(filterEntityType)) { - t1 = A._setArrayType([], t4); + t1 = A._setArrayType([], t5); filterEntityType.toString; if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_client, B.EntityType_vendor], type$.JSArray_legacy_EntityType), filterEntityType)) - t1.push(new A.AppBorder(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B._MdiIconData_Gjc0, state.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilter_build_closure6(store, uiState), _null, _null, _null, _null, _null, _null), _null, _null, true, false, _null)); - B.JSArray_methods.addAll$1(t9, t1); + t1.push(new A.AppBorder(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B._MdiIconData_Gjc0, t2.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilter_build_closure6(store, uiState), _null, _null, _null, _null, _null, _null, _null), _null, _null, true, false, _null)); + B.JSArray_methods.addAll$1(t10, t1); } - t1 = A.Row$(t9, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t1 = A.Row$(t10, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } - t5.push(A.AnimatedContainer$(_null, A.AnimatedOpacity$(false, t1, B.Cubic_oKc, t8, t2), _null, _null, B.Cubic_oKc, _null, t7, t6, _null, _null, _null, _null)); - return A.Material$(B.Duration_200000, true, _null, A.Column$(t5, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, backgroundColor, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + t6.push(A.AnimatedContainer$(_null, A.AnimatedOpacity$(false, t1, B.Cubic_oKc, t9, t3), _null, _null, B.Cubic_oKc, _null, t8, t7, _null, _null, _null, _null)); + return A.Material$(B.Duration_200000, true, _null, A.Column$(t6, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, backgroundColor, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } }; A.EntityTopFilter_build_closure.prototype = { @@ -399717,20 +411260,24 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 270 + $signature: 273 }; A.EntityTopFilter_build_closure0.prototype = { call$0() { - var t1 = B.JSArray_methods.get$last(this.uiState.filterStack._list); - return this.store.get$_dispatchers()[0].call$1(new A.FilterByEntity(t1, false)); + var t1 = B.JSArray_methods.get$last(this.uiState.filterStack._list), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(new A.FilterByEntity(t1, false)); }, $signature: 10 }; A.EntityTopFilter_build_closure2.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; @@ -399759,9 +411306,9 @@ t1 = _this.localization, t2 = _this.state, 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, 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); + 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: 2170 + $signature: 2206 }; A.EntityTopFilter_build__closure0.prototype = { call$1(value) { @@ -399771,7 +411318,7 @@ else A.viewEntitiesByType(value, t1); }, - $signature: 222 + $signature: 209 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -399782,7 +411329,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: 2172 + $signature: 2208 }; A.EntityTopFilter_build___closure.prototype = { call$1(element) { @@ -399790,7 +411337,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 270 + $signature: 273 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -399798,77 +411345,84 @@ 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: 2173 + $signature: 2209 }; A.EntityTopFilter_build_closure6.prototype = { call$0() { - var t1 = this.uiState.filterStack._list; + var t2, + t1 = this.uiState.filterStack._list; t1 = t1.length === 0 ? null : B.JSArray_methods.get$last(t1).get$entityType(); - this.store.get$_dispatchers()[0].call$1(new A.ToggleViewerLayout(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ToggleViewerLayout(t1)); }, $signature: 1 }; A.EntityTopFilterHeader.prototype = { - build$1(_, context) { - var filterEntity, backgroundColor, t3, entityActions, textStyle, t4, t5, t6, _null = null, + build$1(context) { + var uiState, prefState, t3, filterEntityType, entityMap, filterEntity, backgroundColor, t4, entityActions, textStyle, t5, t6, t7, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - prefState = state.prefState, - t2 = uiState.filterStack._list, - filterEntityType = t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType(), - entityMap = filterEntityType != null ? state.getEntityMap$1(filterEntityType) : _null; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + prefState = t2.prefState; + t3 = uiState.filterStack._list; + filterEntityType = t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType(); + entityMap = filterEntityType != null ? t2.getEntityMap$1(filterEntityType) : _null; if (entityMap != null) { - if (t2.length === 0) - t2 = _null; + if (t3.length === 0) + t3 = _null; else { - t2 = B.JSArray_methods.get$last(t2); - t2 = t2.get$id(t2); + t3 = B.JSArray_methods.get$last(t3); + t3 = t3.get$id(t3); } - filterEntity = entityMap._map$_map.$index(0, t2); + filterEntity = entityMap._map$_map.$index(0, t3); } else filterEntity = _null; - backgroundColor = !prefState.enableDarkMode && state.get$hasAccentColor() ? state.get$accentColor() : A.Theme_of(context).cardColor; + backgroundColor = !prefState.enableDarkMode && t2.get$hasAccentColor() ? t2.get$accentColor() : A.Theme_of(context).cardColor; type$.legacy_BaseEntity._as(filterEntity); - t2 = state.userCompanyStates; - t3 = uiState.selectedCompanyIndex; - t3 = filterEntity.getActions$2$includeEdit$userCompany(true, t2._list[t3].userCompany); - t2 = A._arrayInstanceType(t3); - entityActions = new A.WhereIterable(t3, new A.EntityTopFilterHeader_build_closure(), t2._eval$1("WhereIterable<1>")); - textStyle = A.Theme_of(context).textTheme.bodyMedium.copyWith$1$color(state.get$headerTextColor()); - t3 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([new A.SizedBox(4, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, state.get$headerTextColor(), _null), _null, new A.EntityTopFilterHeader_build_closure0(uiState, state, store), B.EdgeInsets_8_8_8_8, _null, _null, _null), new A.SizedBox(4, _null, _null, _null)], t3); + t3 = t2.userCompanyStates; + t4 = uiState.selectedCompanyIndex; + t4 = filterEntity.getActions$2$includeEdit$userCompany(true, t3._list[t4].userCompany); + t3 = A._arrayInstanceType(t4); + entityActions = new A.WhereIterable(t4, new A.EntityTopFilterHeader_build_closure(), t3._eval$1("WhereIterable<1>")); + textStyle = A.Theme_of(context).textTheme.bodyMedium.copyWith$1$color(t2.get$headerTextColor()); + t4 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([new A.SizedBox(4, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, t2.get$headerTextColor(), _null), _null, new A.EntityTopFilterHeader_build_closure0(uiState, t2, store), B.EdgeInsets_8_8_8_8, _null, _null, _null), new A.SizedBox(4, _null, _null, _null)], t4); if (!prefState.isFilterVisible) { - t5 = A.Icon$(B.IconData_57698_MaterialIcons_null_true, state.get$headerTextColor(), _null); - t6 = new A.EntityPresenter(); - t6.entity = filterEntity; - t6.context = context; - t4.push(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([new A.SizedBox(12, _null, _null, _null), t5, new A.SizedBox(12, _null, _null, _null), new A.ConstrainedBox(new A.BoxConstraints(0, 220, 0, 1 / 0), A.Text$(t6.title$0(0), _null, 1, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, 17, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), new A.SizedBox(12, _null, _null, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilterHeader_build_closure1(filterEntity), new A.EntityTopFilterHeader_build_closure2(store, prefState), _null, _null, _null, _null, _null, _null)); + t6 = A.Icon$(B.IconData_57698_MaterialIcons_null_true, t2.get$headerTextColor(), _null); + t7 = new A.EntityPresenter(); + t7.entity = filterEntity; + t7.context = context; + t5.push(A.InkWell$(false, _null, true, A.Row$(A._setArrayType([new A.SizedBox(12, _null, _null, _null), t6, new A.SizedBox(12, _null, _null, _null), new A.ConstrainedBox(new A.BoxConstraints(0, 220, 0, 1 / 0), A.Text$(t7.title$0(0), _null, 1, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, t2.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, 17, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), new A.SizedBox(12, _null, _null, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilterHeader_build_closure1(filterEntity), new A.EntityTopFilterHeader_build_closure2(store, prefState), _null, _null, _null, _null, _null, _null, _null)); } - t4.push(new A.SizedBox(12, _null, _null, _null)); - t2 = t2._eval$1("MappedIterable<1,OutlinedButton*>"); - t4.push(A.Expanded$(new A.Align(B.Alignment_m1_0, _null, _null, A.OverflowView$flexible(new A.EntityTopFilterHeader_build_closure3(t1, textStyle, state, filterEntity, entityActions), A.List_List$of(new A.MappedIterable(entityActions, new A.EntityTopFilterHeader_build_closure4(t1, state, textStyle, filterEntity), t2), true, t2._eval$1("Iterable.E")), 8), _null), 1)); - t4.push(new A.AppBorder(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B._MdiIconData_Qa61, state.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilterHeader_build_closure5(store, uiState), _null, _null, _null, _null, _null, _null), _null, _null, true, false, _null)); - return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 46, A.Row$(t4, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, backgroundColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0); + t5.push(new A.SizedBox(12, _null, _null, _null)); + t3 = t3._eval$1("MappedIterable<1,OutlinedButton*>"); + t5.push(A.Expanded$(new A.Align(B.Alignment_m1_0, _null, _null, A.OverflowView$flexible(new A.EntityTopFilterHeader_build_closure3(t1, textStyle, t2, filterEntity, entityActions), A.List_List$of(new A.MappedIterable(entityActions, new A.EntityTopFilterHeader_build_closure4(t1, t2, textStyle, filterEntity), t3), true, t3._eval$1("Iterable.E")), 8), _null), 1)); + t5.push(new A.AppBorder(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B._MdiIconData_Qa61, t2.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.EntityTopFilterHeader_build_closure5(store, uiState), _null, _null, _null, _null, _null, _null, _null), _null, _null, true, false, _null)); + return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 46, A.Row$(t5, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, backgroundColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0); } }; A.EntityTopFilterHeader_build_closure.prototype = { call$1(action) { return action != null; }, - $signature: 378 + $signature: 453 }; A.EntityTopFilterHeader_build_closure0.prototype = { call$0() { - var t1 = this.uiState.filterStack._list, + var t2, + t1 = this.uiState.filterStack._list, entityType = t1.length === 0 ? null : B.JSArray_methods.get$last(t1).get$entityType(); entityType.toString; if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_client, B.EntityType_vendor], type$.JSArray_legacy_EntityType), entityType) && this.state.prefState.isViewerFullScreen$1(entityType)) A.viewEntitiesByType(entityType, null); else { t1 = B.JSArray_methods.get$last(t1); - this.store.get$_dispatchers()[0].call$1(new A.FilterByEntity(t1, false)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.FilterByEntity(t1, false)); } }, $signature: 1 @@ -399876,8 +411430,10 @@ A.EntityTopFilterHeader_build_closure2.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; @@ -399891,13 +411447,14 @@ call$1(action) { var _this = this, _null = null, label = _this.localization.lookup$1(A.S(action)), - t1 = A.getEntityActionIcon(action), - t2 = _this.state.isSaving, - t3 = t2 ? _null : _this.textStyle; - t2 = t2 ? _null : new A.EntityTopFilterHeader_build__closure(_this.filterEntity, action); - return A.OutlinedButton$(new A.IconText(label, t1, t3, _null, false, _null), _null, t2, _null); + t1 = action === B.EntityAction_edit ? A.ButtonStyle$(_null, _null, new A.MaterialStatePropertyAll(_this.state.prefState.get$colorThemeModel().colorSuccess, type$.MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : _null, + t2 = A.getEntityActionIcon(action), + t3 = _this.state.isSaving, + t4 = t3 ? _null : _this.textStyle; + 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: 379 + $signature: 454 }; A.EntityTopFilterHeader_build__closure.prototype = { call$0() { @@ -399910,13 +411467,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: 380 + $signature: 455 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_legacy_BaseEntity), action, false); }, - $signature: 262 + $signature: 274 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(context) { @@ -399926,7 +411483,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: 381 + $signature: 456 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -399936,18 +411493,21 @@ 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: 382 + $signature: 457 }; A.EntityTopFilterHeader_build_closure5.prototype = { call$0() { - var t1 = this.uiState.filterStack._list; + var t2, + t1 = this.uiState.filterStack._list; t1 = t1.length === 0 ? null : B.JSArray_methods.get$last(t1).get$entityType(); - this.store.get$_dispatchers()[0].call$1(new A.ToggleViewerLayout(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ToggleViewerLayout(t1)); }, $signature: 1 }; A.FormCard.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, _this = this, _null = null, t1 = _this.child, t2 = t1 == null; @@ -399966,7 +411526,9 @@ } else t3 = new A.EdgeInsets(12, 12, 12, _this.isLast ? 12 : 0); t4 = A.BorderRadius$circular(2); - t5 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode; + t5 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5 = t5.prefState.enableDarkMode; t6 = _this.internalPadding; if (t6 == null) t6 = B.EdgeInsets_16_16_16_16; @@ -399976,11 +411538,11 @@ t1 = B.CrossAxisAlignment_2; t1 = A.Container$(_null, A.Column$(_this.children, t1, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _this.constraints, _null, _null, _null, _null, _null, _null, _null, _null, 1 / 0); } - return new A.Padding(t3, A.FocusTraversalGroup$(A.Card$(new A.AppBorder(new A.Padding(t6, t1, _null), _null, _null, _null, !t5, _null), _null, _null, 5, _null, true, new A.RoundedRectangleBorder(t4, B.BorderSide_0CF)), true, true, _null), _null); + return new A.Padding(t3, A.FocusTraversalGroup$(A.Card$(new A.AppBorder(new A.Padding(t6, t1, _null), _null, _null, _null, !t5, _null), _null, _null, 5, _null, true, new A.RoundedRectangleBorder(t4, B.BorderSide_aLd)), true, _null), _null); } }; A.AppDropdownButton.prototype = { - build$1(_, context) { + build$1(context) { var isEmpty, t6, t7, dropDownButton, _this = this, _null = null, checkedValue = _this.value, t1 = _this.items, @@ -400021,7 +411583,7 @@ } }; A.AppForm.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.child; if (t1 == null) @@ -400030,27 +411592,28 @@ } }; A.AppTabForm.prototype = { - build$1(_, context) { - var _this = this, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = _this.tabBarKey; - if (t1 == null) - t1 = new A.ValueKey(state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int); + build$1(context) { + var t2, _this = this, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.tabBarKey; + t1 = t2 == null ? new A.ValueKey(t1.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int) : t2; return A.FocusScope$(false, A.Form$(null, A.TabBarView$(_this.children, _this.tabController, t1), _this.formKey), null, _this.focusNode); } }; A.AppTabBar.prototype = { - build$1(_, context) { - var _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - tabBar = A.TabBar$(_this.controller, A.Theme_of(context).colorScheme.secondary, _this.isScrollable, _null, _this.onTap, _this.tabs); - if (state.prefState.enableDarkMode || !state.get$hasAccentColor()) + build$1(context) { + var tabBar, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + tabBar = A.TabBar$(_this.controller, A.Theme_of(context).colorScheme.secondary, _this.isScrollable, _null, _this.onTap, _this.tabs); + if (t1.prefState.enableDarkMode || !t1.get$hasAccentColor()) return tabBar; - return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TabBarTheme(_null, _null, B.Color_4278190080, _null, _null, A.Color$fromARGB(166, 0, 0, 0), _null, _null, _null, _null), _null, _null, _null), tabBar, _null); + return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TabBarTheme(_null, _null, B.Color_4278190080, _null, _null, A.Color$fromARGB(166, 0, 0, 0), _null, _null, _null, _null), _null, _null, _null, _null, _null), tabBar, _null); } }; A.AppToggleButtons.prototype = { - build$1(_, context) { + build$1(context) { return new A.LayoutBuilder(new A.AppToggleButtons_build_closure(this), null); } }; @@ -400097,7 +411660,7 @@ t2 = A.instanceType(t5)._eval$1("MappedListIterable<1,Container*>"); return new A.Padding(B.EdgeInsets_0_0_0_20, 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), _null); }, - $signature: 2174 + $signature: 2210 }; A.AppToggleButtons_build__closure.prototype = { call$1(label) { @@ -400105,16 +411668,16 @@ 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, 40, _null, _null, _null, _null, _null, t1); }, - $signature: 2175 + $signature: 2211 }; A.AppToggleButtons_build__closure0.prototype = { call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 167 + $signature: 173 }; A.BoolDropdownButton.prototype = { - build$1(_, context) { + build$1(context) { var t3, _showBlank, t4, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), trueLabel = _this.enabledLabel, @@ -400123,7 +411686,9 @@ falseLabel = _this.disabledLabel; if (falseLabel == null) falseLabel = t1.get$disabled(t1); - t3 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").uiState.settingsUIState.entityType === B.EntityType_company; + t3 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.uiState.settingsUIState.entityType === B.EntityType_company; _showBlank = !t3; if (t3) t1 = t2 || trueLabel === t1.get$yes(); @@ -400138,7 +411703,7 @@ t4 = t4 != null ? A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null) : _null; return new A.Padding(B.EdgeInsets_0_12_0_0, A.SwitchListTile$(t3.secondary, _null, new A.BoolDropdownButton_build_closure(_this), t2, t4, t1, _this.value === true), _null); } - t1 = _showBlank ? _null : B._NoInputBorder_sqK; + t1 = _showBlank ? _null : B._NoInputBorder_Kz0; t1 = A.InputDecoration$(_null, t1, _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, _this.label, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t2 = _this.value; t3 = A.S(t2 == null ? "" : t2); @@ -400154,10 +411719,10 @@ t7 = t6 ? 130 : t5; t8 = type$.legacy_bool; t9 = type$.JSArray_legacy_Widget; - t7 = A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(t7, 1 / 0, 36, 1 / 0), A.Row$(A._setArrayType([new A.IgnorePointer(true, _null, A.Radio$(A.Theme_of(context).colorScheme.secondary, false, t2, _null, new A.BoolDropdownButton_build_closure1(), false, false, t8), _null), A.Text$(falseLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(16, _null, _null, _null)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.BoolDropdownButton_build_closure2(_this), _null, _null, _null, _null, _null, _null); + t7 = A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(t7, 1 / 0, 36, 1 / 0), A.Row$(A._setArrayType([new A.IgnorePointer(true, _null, A.Radio$(A.Theme_of(context).colorScheme.secondary, false, t2, _null, new A.BoolDropdownButton_build_closure1(), false, false, t8), _null), A.Text$(falseLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(16, _null, _null, _null)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.BoolDropdownButton_build_closure2(_this), _null, _null, _null, _null, _null, _null, _null); if (t6) t5 = 120; - t4 = new A.Padding(B.EdgeInsets_0_4_0_0, A.Flex$(A._setArrayType([t7, A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(t5, 1 / 0, 36, 1 / 0), A.Row$(A._setArrayType([new A.IgnorePointer(true, _null, A.Radio$(A.Theme_of(context).colorScheme.secondary, false, t2, _null, new A.BoolDropdownButton_build_closure3(), false, true, t8), _null), A.Text$(trueLabel0, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(16, _null, _null, _null)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.BoolDropdownButton_build_closure4(_this), _null, _null, _null, _null, _null, _null)], t9), B.CrossAxisAlignment_2, t4, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, _null, _null, B.VerticalDirection_1), _null); + t4 = new A.Padding(B.EdgeInsets_0_4_0_0, A.Flex$(A._setArrayType([t7, A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(t5, 1 / 0, 36, 1 / 0), A.Row$(A._setArrayType([new A.IgnorePointer(true, _null, A.Radio$(A.Theme_of(context).colorScheme.secondary, false, t2, _null, new A.BoolDropdownButton_build_closure3(), false, true, t8), _null), A.Text$(trueLabel0, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(16, _null, _null, _null)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.BoolDropdownButton_build_closure4(_this), _null, _null, _null, _null, _null, _null, _null)], t9), B.CrossAxisAlignment_2, t4, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, _null, _null, B.VerticalDirection_1), _null); t2 = t4; } return A.InputDecorator$(_null, t2, t1, false, t3.length === 0, false, false, _null, _null); @@ -400188,7 +411753,7 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A.BoolDropdownButton_build_closure4.prototype = { call$0() { @@ -400200,21 +411765,22 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A.ClientPicker.prototype = { - build$1(_, context) { - var t2, t3, t4, t5, t6, _this = this, + build$1(context) { + var t3, t4, t5, t6, t7, _this = this, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.get$client(t1); - t2 = $.$get$memoizedDropdownClientList(); - t3 = _this.clientState; - t4 = t3.map; - t3 = t3.list; - t5 = state.userCompanyStates; - t6 = state.uiState.selectedCompanyIndex; - return A.EntityDropdown$(true, false, _this.autofocus, _this.clientId, t2.call$4(t4, t3, t5._list[t6].userState.map, state.staticState), t4, B.EntityType_client, _this.excludeIds, t1, _this.onAddPressed, null, _this.onSelected, null, null, new A.ClientPicker_build_closure(context)); + t3 = $.$get$memoizedDropdownClientList(); + t4 = _this.clientState; + t5 = t4.map; + t4 = t4.list; + t6 = t2.userCompanyStates; + t7 = t2.uiState.selectedCompanyIndex; + return A.EntityDropdown$(true, false, _this.autofocus, _this.clientId, t3.call$4(t5, t4, t6._list[t7].userState.map, t2.staticState), t5, B.EntityType_client, _this.excludeIds, t1, _this.onAddPressed, null, _this.onSelected, null, null, new A.ClientPicker_build_closure(context)); } }; A.ClientPicker_build_closure.prototype = { @@ -400256,11 +411822,11 @@ return; this.setState$1(new A._FormColorPickerState__selectColor_closure(this, color)); }, - dispose$0(_) { + dispose$0() { var t1 = this._color_picker$_textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, _showPicker$0() { var color, t3, color0, theme, colors, _this = this, t1 = {}, @@ -400276,13 +411842,15 @@ } t3 = _this._framework$_element; t3.toString; - theme = A._lateReadCheck(A.StoreProvider_of(t3, type$.legacy_AppState).__Store__state, "_state").prefState.colorTheme; + t3 = A.StoreProvider_of(t3, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + theme = t3.prefState.colorTheme; colors = $.$get$colorThemesMap().$index(0, theme); t3 = _this._framework$_element; t3.toString; A.showDialog(null, true, new A._FormColorPickerState__showPicker_closure(t1, _this, colors, t2), t3, null, true, type$.legacy_AlertDialog); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, _this = this, _null = null, t1 = _this._widget.labelText; if (t1 == null) { @@ -400305,7 +411873,7 @@ t4 = A.Border_Border$all(B.Color_1627389952, 1); t5 = A.getLayout(context) === B.AppLayout_mobile ? 25 : 100; t6 = type$.JSArray_legacy_Widget; - t5 = A._setArrayType([A.InkWell$(false, _null, true, A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(t3, _null, t4, _null, _null, _null, B.BoxShape_0), _null, 25, _null, _null, _null, _null, _null, t5), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null), new A.SizedBox(10, _null, _null, _null)], t6); + t5 = A._setArrayType([A.InkWell$(false, _null, true, A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(t3, _null, t4, _null, _null, _null, B.BoxShape_0), _null, 25, _null, _null, _null, _null, _null, t5), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(10, _null, _null, _null)], t6); _this._widget.toString; t3 = _this._selectedColor; if (t3 != null) @@ -400354,21 +411922,21 @@ t2.push(t3.colorSuccess); t2.push(t3.colorWarning); t2.push(t3.colorDanger); - t2 = A.SingleChildScrollView$(new A.BlockPicker(_this._box_0.color, new A._FormColorPickerState__showPicker__closure(t1), t2, _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); + t2 = A.SingleChildScrollView$(new A.BlockPicker(_this._box_0.color, new A._FormColorPickerState__showPicker__closure(t1), t2, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); 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, 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, new A._FormColorPickerState__showPicker__closure1(t1, context), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t2, B.EdgeInsets_24_20_24_24, _null, _null); + 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: 201 + $signature: 191 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1(color) { this.$this._pendingColor = A.convertColorToHexString(color); }, - $signature: 2179 + $signature: 2215 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -400377,7 +411945,7 @@ var t1 = this.$this; t1._selectColor$1(t1._pendingColor); t1._color_picker$_textController.set$text(0, t1._pendingColor); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -400413,23 +411981,23 @@ t2.set$text(0, t1 == null ? "" : t1); _this._custom_field$_value = _this._widget.value; }, - dispose$0(_) { - var t1; + dispose$0() { if (this._widget.controller == null) { - t1 = this._custom_field$_controller; + var t1 = this._custom_field$_controller; t1.toString; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; } - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { - var fieldLabel, fieldType, fieldOptions, t3, t4, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex, - company = t1._list[t2].userCompany.company; - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + build$1(context) { + var t2, company, fieldLabel, fieldType, fieldOptions, t3, t4, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + company = t2._list[t1].userCompany.company; + t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); fieldLabel = company.getCustomFieldLabel$1(_this._widget.field); if ((fieldLabel == null ? "" : fieldLabel).length === 0) return new A.SizedBox(_null, _null, _null, _null); @@ -400447,12 +412015,12 @@ t3 = t2.hideFieldLabel ? _null : fieldLabel; return A.DecoratedFormField$(false, _null, false, false, t1, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3, 3, _null, false, t2.onChanged, _null, t2.onSavePressed, true, _null, _null, B.TextAlign_4, _null); case "switch": - t1 = _this._widget; - t3 = t1.value; + t2 = _this._widget; + t3 = t2.value; t3 = t3 == null ? _null : t3 === "yes"; - t1 = t1.hideFieldLabel ? "" : fieldLabel; - t4 = t2.get$yes(); - return A.BoolDropdownButton$(t2.get$no(), t4, _null, _null, t1, _null, new A._CustomFieldState_build_closure(_this), t3); + t2 = t2.hideFieldLabel ? "" : fieldLabel; + t4 = t1.get$yes(); + return A.BoolDropdownButton$(t1.get$no(), t4, _null, _null, t2, _null, new A._CustomFieldState_build_closure(_this), t3); case "date": t1 = _this._widget; t2 = t1.hideFieldLabel ? _null : fieldLabel; @@ -400482,7 +412050,7 @@ if (t1.onChanged != null) t1.onChanged$1(value ? "yes" : "no"); }, - $signature: 21 + $signature: 22 }; A._CustomFieldState_build_closure0.prototype = { call$2(date, _) { @@ -400498,14 +412066,14 @@ if (t1.onChanged != null) t1.onChanged$1(date); }, - $signature: 57 + $signature: 58 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { var _null = null; return A.DropdownMenuItem$(A.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CustomFieldState_build_closure2.prototype = { call$1(value) { @@ -400534,58 +412102,59 @@ $signature: 1 }; A.CustomSurcharges.prototype = { - build$1(_, context) { - var _this = this, _null = null, + build$1(context) { + var t2, company, _this = this, _null = null, _s10_ = "surcharge1", _s10_0 = "surcharge2", _s10_1 = "surcharge3", _s10_2 = "surcharge4", - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex, - company = t1._list[t2].userCompany.company; - t2 = A._setArrayType([], type$.JSArray_legacy_Widget); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + company = t2._list[t1].userCompany.company; + t1 = A._setArrayType([], type$.JSArray_legacy_Widget); if (company.getCustomFieldLabel$1(_s10_).length !== 0) { - t1 = _this.isAfterTaxes; - if (!(t1 && !company.enableCustomSurchargeTaxes1)) - t1 = !t1 && company.enableCustomSurchargeTaxes1; + t2 = _this.isAfterTaxes; + if (!(t2 && !company.enableCustomSurchargeTaxes1)) + t2 = !t2 && company.enableCustomSurchargeTaxes1; else - t1 = true; + t2 = true; } else - t1 = false; - if (t1) - t2.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge1Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); + t2 = false; + if (t2) + t1.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge1Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); if (company.getCustomFieldLabel$1(_s10_0).length !== 0) { - t1 = _this.isAfterTaxes; - if (!(t1 && !company.enableCustomSurchargeTaxes2)) - t1 = !t1 && company.enableCustomSurchargeTaxes2; + t2 = _this.isAfterTaxes; + if (!(t2 && !company.enableCustomSurchargeTaxes2)) + t2 = !t2 && company.enableCustomSurchargeTaxes2; else - t1 = true; + t2 = true; } else - t1 = false; - if (t1) - t2.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge2Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_0), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); + t2 = false; + if (t2) + t1.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge2Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_0), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); if (company.getCustomFieldLabel$1(_s10_1).length !== 0) { - t1 = _this.isAfterTaxes; - if (!(t1 && !company.enableCustomSurchargeTaxes3)) - t1 = !t1 && company.enableCustomSurchargeTaxes3; + t2 = _this.isAfterTaxes; + if (!(t2 && !company.enableCustomSurchargeTaxes3)) + t2 = !t2 && company.enableCustomSurchargeTaxes3; else - t1 = true; + t2 = true; } else - t1 = false; - if (t1) - t2.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge3Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_1), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); + t2 = false; + if (t2) + t1.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge3Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_1), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); if (company.getCustomFieldLabel$1(_s10_2).length !== 0) { - t1 = _this.isAfterTaxes; - if (!(t1 && !company.enableCustomSurchargeTaxes4)) - t1 = !t1 && company.enableCustomSurchargeTaxes4; + t2 = _this.isAfterTaxes; + if (!(t2 && !company.enableCustomSurchargeTaxes4)) + t2 = !t2 && company.enableCustomSurchargeTaxes4; else - t1 = true; + t2 = true; } else - t1 = false; - if (t1) - t2.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge4Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_2), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); - return A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t2 = false; + if (t2) + t1.push(A.DecoratedFormField$(false, _null, false, false, _this.surcharge4Controller, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), company.getCustomFieldLabel$1(_s10_2), _null, _null, false, _null, _null, _this.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); + return A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }; A.DatePicker.prototype = { @@ -400624,20 +412193,20 @@ _this.setState$1(new A._DatePickerState__onFoucsChanged_closure(_this)); } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; t1 = _this._date_picker$_focusNode; t1.removeListener$1(0, _this.get$_onFoucsChanged()); - t1.dispose$0(0); - _this.super$State$dispose(0); + t1.dispose$0(); + _this.super$State$dispose(); }, _showDatePicker$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$self = this, store, selectedDate, date, t1, firstDate, t2, initialDate; + $async$self = this, store, t3, selectedDate, date, t1, firstDate, t2, initialDate; var $async$_showDatePicker$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -400666,8 +412235,10 @@ t2 = A.Primitives_valueFromDecomposedDate(2101, 1, 1, 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 2; - return A._asyncAwait(A.showDatePicker(t1, firstDate, initialDate, new A.DateTime(t2, false), A.AppLocalization_createLocale(A.localeSelector(A._lateReadCheck(store.__Store__state, "_state"), false))), $async$_showDatePicker$0); + return A._asyncAwait(A.showDatePicker(t1, firstDate, initialDate, new A.DateTime(t2, false), A.AppLocalization_createLocale(A.localeSelector(t3, false))), $async$_showDatePicker$0); case 2: // returning from await. selectedDate = $async$result; @@ -400684,7 +412255,7 @@ }); return A._asyncStartSync($async$_showDatePicker$0, $async$completer); }, - build$1(_, context) { + build$1(context) { var t3, _this = this, _null = null, t1 = _this._widget, label = t1.labelText, @@ -400720,7 +412291,7 @@ }; A._DatePickerState_build_closure0.prototype = { call$1(value) { - var t2, dateAsNumber, date, year, parts, firstPart, secondPart, t3, state, countryId, exception, t4, firstDateSql, _this = this, t1 = {}; + var t2, dateAsNumber, date, year, parts, firstPart, secondPart, t3, countryId, exception, t4, firstDateSql, _this = this, t1 = {}; value = value; t2 = value; t2.toString; @@ -400786,10 +412357,11 @@ year = A.Primitives_parseInt(J.substring$2$s(value, 4, 8), null); } } - state = A._lateReadCheck(A.StoreProvider_of(_this.context, type$.legacy_AppState).__Store__state, "_state"); - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - countryId = t2._list[t3].userCompany.company.settings.countryId; + t2 = A.StoreProvider_of(_this.context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + countryId = t3._list[t2].userCompany.company.settings.countryId; t2 = A.S(firstPart); t3 = A.S(secondPart); value = B.JSArray_methods.contains$1(A._setArrayType(["840", "124"], type$.JSArray_legacy_String), countryId) ? t2 + t3 : t3 + t2; @@ -400844,7 +412416,7 @@ } }; A._DecoratedFormFieldState.prototype = { - build$1(_, context) { + build$1(context) { var hasValue, enterShouldSubmit, inputDecoration, t3, icon, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, t1 = _this._widget, iconButton = t1.suffixIconButton, @@ -400958,23 +412530,24 @@ else if (this.enterShouldSubmit) t1._widget.onSavePressed$1(this.context); }, - $signature: 72 + $signature: 70 }; A.DesignPicker.prototype = { - build$1(_, context) { - var t4, _this = this, + build$1(context) { + var t3, t4, designState, t5, _this = this, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - designState = t2._list[t3].designState; - t3 = designState.list._list; - t2 = A._arrayInstanceType(t3); - t4 = t2._eval$1("MappedIterable<1,DropdownMenuItem*>"); - t4 = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t3, new A.DesignPicker_build_closure(_this, designState, state), t2._eval$1("WhereIterable<1>")), new A.DesignPicker_build_closure0(designState), t4), true, t4._eval$1("Iterable.E")); - t2 = _this.label; - t1 = t2 == null ? t1.get$design() : t2; - return A.AppDropdownButton$(null, "", true, t4, null, t1, new A.DesignPicker_build_closure1(_this, designState), null, false, _this.initialValue, type$.legacy_String); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + designState = t3._list[t4].designState; + t4 = designState.list._list; + t3 = A._arrayInstanceType(t4); + t5 = t3._eval$1("MappedIterable<1,DropdownMenuItem*>"); + t5 = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t4, new A.DesignPicker_build_closure(_this, designState, t2), t3._eval$1("WhereIterable<1>")), new A.DesignPicker_build_closure0(designState), t5), true, t5._eval$1("Iterable.E")); + t3 = _this.label; + t1 = t3 == null ? t1.get$design() : t3; + return A.AppDropdownButton$(null, "", true, t5, null, t1, new A.DesignPicker_build_closure1(_this, designState), null, false, _this.initialValue, type$.legacy_String); } }; A.DesignPicker_build_closure1.prototype = { @@ -401007,10 +412580,10 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.designState.map._map$_map.$index(0, value).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.DiscountField.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.label; @@ -401022,7 +412595,7 @@ if (t3 == null) t3 = ""; t4 = type$.legacy_bool; - return A.Row$(A._setArrayType([t2, B.SizedBox_10_null_null_null, new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t3, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, false, t4), A.DropdownMenuItem$(A.Text$(t1.get$amount(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, true, t4)], type$.JSArray_legacy_DropdownMenuItem_legacy_bool), _this.onTypeChanged, _null, _null, _null, _this.isAmountDiscount, t4), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); + return A.Row$(A._setArrayType([t2, B.SizedBox_10_null_null_null, new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t3, _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), _null, false, t4), A.DropdownMenuItem$(A.Text$(t1.get$amount(), _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), _null, true, t4)], type$.JSArray_legacy_DropdownMenuItem_legacy_bool), _this.onTypeChanged, _null, _null, _null, _this.isAmountDiscount, t4), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, get$value(receiver) { return this.value; @@ -401061,17 +412634,17 @@ _this.setState$1(new A._DurationPickerState__onFoucsChanged_closure(_this)); } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._duration_picker$_focusNode; t1.removeListener$1(0, _this.get$_duration_picker$_onFoucsChanged()); - t1.dispose$0(0); + t1.dispose$0(); t1 = _this._duration_picker$_textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, _this = this, _null = null, t1 = _this._pendingDuration; if (t1 != null) @@ -401124,14 +412697,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: 2182 + $signature: 2218 }; 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: 2183 + $signature: 2219 }; A._DurationPickerState_build_closure0.prototype = { call$1(minutes) { @@ -401140,28 +412713,29 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 114 + $signature: 108 }; A.DynamicSelector.prototype = { - build$1(_, context) { - var t5, _this = this, _null = null, + build$1(context) { + var t3, entityMap, t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = _this.entityType, - entityMap = state.getEntityMap$1(t2), - t3 = state.userCompanyStates, - t4 = state.uiState.selectedCompanyIndex; - if (!t3._list[t4].userCompany.company.isModuleEnabled$1(t2)) + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.entityType; + entityMap = t2.getEntityMap$1(t3); + t4 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + if (!t4._list[t2].userCompany.company.isModuleEnabled$1(t3)) return new A.SizedBox(_null, _null, _null, _null); - t3 = _this.entityIds; - t4 = J.getInterceptor$asx(t3); + t2 = _this.entityIds; + t4 = J.getInterceptor$asx(t2); t5 = _this.labelText; - if (t4.get$length(t3) < 10) { - t1 = t5 == null ? t1.lookup$1(t2.toString$0(0)) : t5; - return A.AppDropdownButton$(_null, "", true, t4.map$1$1(t3, new A.DynamicSelector_build_closure(_this, entityMap), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, t1, new A.DynamicSelector_build_closure0(_this), _null, _this.allowClearing, _this.entityId, type$.legacy_String); + if (t4.get$length(t2) < 10) { + t1 = t5 == null ? t1.lookup$1(t3.toString$0(0)) : t5; + return A.AppDropdownButton$(_null, "", true, t4.map$1$1(t2, new A.DynamicSelector_build_closure(_this, entityMap), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, t1, new A.DynamicSelector_build_closure0(_this), _null, _this.allowClearing, _this.entityId, type$.legacy_String); } else { - t1 = t5 == null ? t1.lookup$1(t2.toString$0(0)) : t5; - return A.EntityDropdown$(_this.allowClearing, false, false, _this.entityId, t3, _null, t2, B.List_empty0, t1, _null, _null, new A.DynamicSelector_build_closure1(_this), _null, _this.overrideSuggestedLabel, _null); + t1 = t5 == null ? t1.lookup$1(t3.toString$0(0)) : t5; + return A.EntityDropdown$(_this.allowClearing, false, false, _this.entityId, t2, _null, t3, B.List_empty1, t1, _null, _null, new A.DynamicSelector_build_closure1(_this), _null, _this.overrideSuggestedLabel, _null); } } }; @@ -401186,14 +412760,14 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entityId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.DynamicSelector_build_closure1.prototype = { call$1(entity) { var t1 = entity == null ? null : entity.get$id(entity); return this.$this.onChanged.call$1(t1); }, - $signature: 64 + $signature: 63 }; A.GrowableFormField.prototype = { createState$0() { @@ -401208,13 +412782,13 @@ _growable_form_field$_onFoucsChanged$0() { this.setState$1(new A._GrowableFormFieldState__onFoucsChanged_closure(this)); }, - dispose$0(_) { + dispose$0() { var t1 = this._growable_form_field$_focusNode; t1.removeListener$1(0, this.get$_growable_form_field$_onFoucsChanged()); - t1.dispose$0(0); - this.super$State$dispose(0); + t1.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t4, _null = null, t1 = this._widget, t2 = t1.autofocus, @@ -401232,47 +412806,48 @@ $signature: 1 }; A.LearnMoreUrl.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); if (_this.url.length === 0) return _this.child; t2 = A.Expanded$(_this.child, 1); t3 = _this.label; - return A.Row$(A._setArrayType([t2, new A.SizedBox(10, _null, _null, _null), A.TextButton$(false, A.Text$(t3 == null ? t1.get$learnMore() : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.LearnMoreUrl_build_closure(_this), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(A._setArrayType([t2, new A.SizedBox(10, _null, _null, _null), A.TextButton$(false, A.Text$(t3 == null ? t1.get$learnMore() : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.LearnMoreUrl_build_closure(_this), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A.LearnMoreUrl_build_closure.prototype = { call$0() { return A.launchUrl(A.Uri_parse(this.$this.url, 0, null)); }, - $signature: 26 + $signature: 28 }; A.NotificationSettings.prototype = { - build$1(_, context) { - var t4, hasMultipleUsers, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = this.user, - notifications = t2.userCompany.notifications, - t3 = (notifications == null ? A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String) : notifications)._map$_map, - emailNotifications = t3.containsKey$1(0, "email") ? t3.$index(0, "email") : A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_String); - t3 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - hasMultipleUsers = t3._list[t4].userState.list._list.length > 1 || t2.get$isNew(); - t2 = A._setArrayType([new A.DataColumn(new A.SizedBox(_null, _null, _null, _null), false, _null), new A.DataColumn(A.Text$(t1.get$email(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), false, _null)], type$.JSArray_legacy_DataColumn); - t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "all_events"); - t3 = A.DataCell$(A.Text$(t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); - t4 = emailNotifications._list; - if (B.JSArray_methods.contains$1(t4, "all_notifications")) - t4 = "all"; + build$1(context) { + var t2, t3, notifications, t4, emailNotifications, t5, hasMultipleUsers, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = this.user; + notifications = t3.userCompany.notifications; + t4 = (notifications == null ? A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String) : notifications)._map$_map; + emailNotifications = t4.containsKey$1(0, "email") ? t4.$index(0, "email") : A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_String); + t4 = t1.userCompanyStates; + t5 = t1.uiState.selectedCompanyIndex; + hasMultipleUsers = t4._list[t5].userState.list._list.length > 1 || t3.get$isNew(); + t3 = A._setArrayType([new A.DataColumn(new A.SizedBox(_null, _null, _null, _null), false, _null), new A.DataColumn(A.Text$(t2.get$email(t2), _null, _null, _null, _null, _null, _null, _null, _null, _null), false, _null)], type$.JSArray_legacy_DataColumn); + t4 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "all_events"); + t4 = A.DataCell$(A.Text$(t4 == null ? "" : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + t5 = emailNotifications._list; + if (B.JSArray_methods.contains$1(t5, "all_notifications")) + t5 = "all"; else - t4 = B.JSArray_methods.contains$1(t4, "all_user_notifications") ? "user" : _null; - t4 = A._setArrayType([A.DataRow$(A._setArrayType([t3, A.DataCell$(new A._NotificationSelector(t4, new A.NotificationSettings_build_closure(this), hasMultipleUsers, true, _null), _null)], type$.JSArray_legacy_DataCell))], type$.JSArray_legacy_DataRow); - t3 = type$.MappedIterable_of_legacy_String_and_legacy_DataRow; - B.JSArray_methods.addAll$1(t4, A.List_List$of(new A.MappedIterable(new A.WhereIterable(B.List_Sfa, new A.NotificationSettings_build_closure0(state), type$.WhereIterable_legacy_String), new A.NotificationSettings_build_closure1(this, emailNotifications, t1, hasMultipleUsers), t3), true, t3._eval$1("Iterable.E"))); - t3 = type$.JSArray_legacy_Widget; - return A.Column$(A._setArrayType([A.FormCard$(A.Column$(A._setArrayType([A.DataTable$(_null, _null, t2, _null, _null, _null, _null, _null, _null, t4, false, true, true, _null)], t3), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, false, _null, true, _null)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t5 = B.JSArray_methods.contains$1(t5, "all_user_notifications") ? "user" : _null; + t5 = A._setArrayType([A.DataRow$(A._setArrayType([t4, A.DataCell$(new A._NotificationSelector(t5, new A.NotificationSettings_build_closure(this), hasMultipleUsers, true, _null), _null)], type$.JSArray_legacy_DataCell))], type$.JSArray_legacy_DataRow); + t4 = type$.MappedIterable_of_legacy_String_and_legacy_DataRow; + B.JSArray_methods.addAll$1(t5, A.List_List$of(new A.MappedIterable(new A.WhereIterable(B.List_Sfa, new A.NotificationSettings_build_closure0(t1), type$.WhereIterable_legacy_String), new A.NotificationSettings_build_closure1(this, emailNotifications, t2, hasMultipleUsers), t4), true, t4._eval$1("Iterable.E"))); + t4 = type$.JSArray_legacy_Widget; + return A.Column$(A._setArrayType([A.FormCard$(A.Column$(A._setArrayType([A.DataTable$(_null, _null, t3, _null, _null, _null, _null, _null, _null, t5, false, true, true, _null)], t4), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, false, _null, true, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, get$user(receiver) { return this.user; @@ -401340,7 +412915,6 @@ } t2 = _this.localization; if (eventType === "invoice_sent") { - t2.toString; t3 = $.$get$LocalizationsProvider__localizedValues(); t4 = J.$index$asx(t3.$index(0, t2.localeCode), _s31_); t3 = t4 == null ? J.$index$asx(t3.$index(0, "en"), _s31_) : t4; @@ -401359,7 +412933,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: 2186 + $signature: 2222 }; A.NotificationSettings_build__closure.prototype = { call$1(value) { @@ -401385,7 +412959,7 @@ $signature: 9 }; A._NotificationSelector.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.hasMultipleUsers, @@ -401421,7 +412995,7 @@ } }; A._PasswordFormFieldState.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget.labelText; @@ -401492,8 +413066,6 @@ if (t2 < 8) return _this.localization.get$passwordIsTooShort(); regExp = A.RegExp_RegExp("^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9]).{8,}$", true, false, false, false); - if (typeof value != "string") - A.throwExpression(A.argumentErrorValue(value)); if (!regExp._nativeRegExp.test(value)) { t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode), "password_is_too_easy"); return t1 == null ? "" : t1; @@ -401503,20 +413075,21 @@ $signature: 15 }; A.ProjectPicker.prototype = { - build$1(_, context) { - var t5, _this = this, _null = null, + build$1(context) { + var t2, t3, t4, t5, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$project(), - t2 = $.$get$memoizedDropdownProjectList(), - t3 = state.userCompanyStates, - t4 = state.uiState.selectedCompanyIndex; - t4 = t3._list[t4]; - t3 = t4.projectState; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$project(); + t3 = $.$get$memoizedDropdownProjectList(); + t4 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t4._list[t1]; + t4 = t1.projectState; t5 = _this.clientId; - t4 = t2.call$5(t3.map, t3.list, t4.clientState.map, t4.userState.map, t5); - t2 = (t5 == null ? "" : t5).length !== 0 ? new A.ProjectPicker_build_closure(_this, store) : _null; - return A.EntityDropdown$(true, false, false, _this.projectId, t4, _null, B.EntityType_project, B.List_empty0, t1, _this.onAddPressed, t2, new A.ProjectPicker_build_closure0(_this), _null, _null, _null); + t1 = t3.call$5(t4.map, t4.list, t1.clientState.map, t1.userState.map, t5); + t3 = (t5 == null ? "" : t5).length !== 0 ? new A.ProjectPicker_build_closure(_this, store) : _null; + return A.EntityDropdown$(true, false, false, _this.projectId, t1, _null, B.EntityType_project, B.List_empty1, t2, _this.onAddPressed, t3, new A.ProjectPicker_build_closure0(_this), _null, _null, _null); } }; A.ProjectPicker_build_closure0.prototype = { @@ -401526,15 +413099,17 @@ t1 = ""; this.$this.onChanged.call$1(t1); }, - $signature: 35 + $signature: 36 }; A.ProjectPicker_build_closure.prototype = { call$2(completer, $name) { var _null = null, - t1 = A.ProjectEntity_ProjectEntity(_null, _null, _null, _null).rebuild$1(new A.ProjectPicker_build__closure(this.$this, $name)); - this.store.get$_dispatchers()[0].call$1(new A.SaveProjectRequest(completer, t1)); + t1 = A.ProjectEntity_ProjectEntity(_null, _null, _null, _null).rebuild$1(new A.ProjectPicker_build__closure(this.$this, $name)), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveProjectRequest(completer, t1)); }, - $signature: 227 + $signature: 206 }; A.ProjectPicker_build__closure.prototype = { call$1(b) { @@ -401545,7 +413120,7 @@ $signature: 169 }; A.SaveCancelButtons.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.isHeader ? B.CrossAxisAlignment_3 : B.CrossAxisAlignment_2, @@ -401571,7 +413146,7 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 308 + $signature: 369 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -401591,7 +413166,7 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 308 + $signature: 369 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -401633,15 +413208,15 @@ _this.setState$1(new A._TimePickerState__onFoucsChanged_closure(_this)); } }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._time_picker$_textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; t1 = _this._time_picker$_focusNode; t1.removeListener$1(0, _this.get$_time_picker$_onFoucsChanged()); - t1.dispose$0(0); - _this.super$State$dispose(0); + t1.dispose$0(); + _this.super$State$dispose(); }, _showTimePicker$0() { var $async$goto = 0, @@ -401697,7 +413272,7 @@ }); return A._asyncStartSync($async$_showTimePicker$0, $async$completer); }, - build$1(_, context) { + build$1(context) { var t2, _this = this, _null = null, t1 = _this._widget; t1.toString; @@ -401717,14 +413292,15 @@ }; A._TimePickerState__showTimePicker_closure.prototype = { call$2(context, child) { - var enableMilitaryTime, - t1 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, enableMilitaryTime, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; enableMilitaryTime = t2._list[t1].userCompany.company.settings.enableMilitaryTime; return new A.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(enableMilitaryTime), child, null); }, - $signature: 815 + $signature: 601 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -401768,7 +413344,8 @@ else if (B.JSString_methods.contains$1(value.toLowerCase(), "p")) dateTimeStr += " PM"; else { - t4 = A._lateReadCheck(A.StoreProvider_of(_this.context, type$.legacy_AppState).__Store__state, "_state"); + t4 = A.StoreProvider_of(_this.context, type$.legacy_AppState).__Store__state_A; + t4 === $ && A.throwUnnamedLateFieldNI(); t5 = t4.userCompanyStates; t4 = t4.uiState.selectedCompanyIndex; if (!t5._list[t4].userCompany.company.settings.enableMilitaryTime) { @@ -401816,33 +413393,35 @@ $signature: 1 }; A.UserPicker.prototype = { - build$1(_, context) { - var userIds, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = $.$get$memoizedUserList(), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - userIds = t1.call$1(t2[t3].userState.map); - if (!t2[t3].userCompany.isAdmin) + build$1(context) { + var t2, t3, userIds, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $.$get$memoizedUserList(); + t3 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t3 = t3._list; + userIds = t2.call$1(t3[t1].userState.map); + if (!t3[t1].userCompany.isAdmin) return new A.SizedBox(_null, _null, _null, _null); return A.DynamicSelector$(true, this.userId, userIds, B.EntityType_user, _null, _null, this.onChanged, _null); } }; A.VendorPicker.prototype = { - build$1(_, context) { - var t2, t3, t4, t5, t6, _this = this, + build$1(context) { + var t3, t4, t5, t6, t7, _this = this, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = t1.get$vendor(t1); - t2 = $.$get$memoizedDropdownVendorList(); - t3 = _this.vendorState; - t4 = t3.map; - t3 = t3.list; - t5 = state.userCompanyStates; - t6 = state.uiState.selectedCompanyIndex; - return A.EntityDropdown$(true, false, true, _this.vendorId, t2.call$4(t4, t3, t5._list[t6].userState.map, state.staticState), t4, B.EntityType_vendor, B.List_empty0, t1, _this.onAddPressed, new A.VendorPicker_build_closure(store), _this.onSelected, null, null, new A.VendorPicker_build_closure0(context)); + t3 = $.$get$memoizedDropdownVendorList(); + t4 = _this.vendorState; + t5 = t4.map; + t4 = t4.list; + t6 = t2.userCompanyStates; + t7 = t2.uiState.selectedCompanyIndex; + return A.EntityDropdown$(true, false, true, _this.vendorId, t3.call$4(t5, t4, t6._list[t7].userState.map, t2.staticState), t5, B.EntityType_vendor, B.List_empty1, t1, _this.onAddPressed, new A.VendorPicker_build_closure(store), _this.onSelected, null, null, new A.VendorPicker_build_closure0(context)); } }; A.VendorPicker_build_closure0.prototype = { @@ -401853,20 +413432,22 @@ }; A.VendorPicker_build_closure.prototype = { call$2(completer, $name) { - var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.VendorPicker_build__closure($name)); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); + var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.VendorPicker_build__closure($name)), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 227 + $signature: 206 }; A.VendorPicker_build__closure.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 103 + $signature: 104 }; A.TokenMeta.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.meta, t2 = t1.last4, @@ -401878,32 +413459,33 @@ } }; A.HelpText.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; - return A.Container$(_null, A.Center$(A.Opacity$(A.Text$(this.message, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 0.8), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Container$(_null, A.Center$(A.Opacity$(A.Text$(this.message, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 0.8), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, get$message(receiver) { return this.message; } }; A.HistoryDrawer.prototype = { - build$1(_, context) { - var t3, t4, _i, _null = null, + build$1(context) { + var t3, widgets, t4, t5, _i, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = type$.JSArray_legacy_Widget, - widgets = A._setArrayType([], t2); - for (t3 = state.get$historyList(), t4 = t3.length, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) - widgets.push(new A.HistoryListTile(t3[_i], _null)); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.JSArray_legacy_Widget; + widgets = A._setArrayType([], t3); + for (t4 = t2.get$historyList(), t5 = t4.length, _i = 0; _i < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i) + widgets.push(new A.HistoryListTile(t4[_i], _null)); t1 = A.Text$(t1.get$history(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t2 = A._setArrayType([], t2); - t3 = state.prefState; - if (t3.appLayout === B.AppLayout_mobile || t3.historySidebarMode === B.AppSidebarMode_float) - t2.push(new A.Builder(new A.HistoryDrawer_build_closure(), _null)); + t3 = A._setArrayType([], t3); + t2 = t2.prefState; + if (t2.appLayout === B.AppLayout_mobile || t2.historySidebarMode === B.AppSidebarMode_float) + t3.push(new A.Builder(new A.HistoryDrawer_build_closure(), _null)); else - t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.HistoryDrawer_build_closure0(store), B.EdgeInsets_8_8_8_8, _null, _null, _null)); - return new A.SizedBox(272, _null, A.Drawer$(A.Scaffold$(A.AppBar$(t2, _null, false, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, 1, _null), _null, A.FocusTraversalGroup$(new A.ColoredBox(A.Theme_of(context).cardColor, new A.ScrollableListView(widgets, _null, _null, _null), _null), true, true, _null), _null, _null, _null, _null, _null)), _null); + t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.HistoryDrawer_build_closure0(store), B.EdgeInsets_8_8_8_8, _null, _null, _null)); + return new A.SizedBox(272, _null, A.Drawer$(A.Scaffold$(A.AppBar$(t3, _null, false, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, 1, _null), _null, A.FocusTraversalGroup$(new A.ColoredBox(A.Theme_of(context).cardColor, new A.ScrollableListView(widgets, _null, _null, _null), _null), true, _null), _null, _null, _null, _null, _null)), _null); } }; A.HistoryDrawer_build_closure.prototype = { @@ -401911,19 +413493,21 @@ var _null = null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.HistoryDrawer_build__closure(context), B.EdgeInsets_8_8_8_8, _null, _null, _null); }, - $signature: 400 + $signature: 466 }; A.HistoryDrawer_build__closure.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 1 }; A.HistoryDrawer_build_closure0.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; @@ -401933,50 +413517,51 @@ } }; A._HistoryListTileState.prototype = { - build$1(_, context) { - var t3, t4, title, subtitle, t5, entity, clientId, t6, _null = null, t1 = {}, + build$1(context) { + var $history, t4, t5, title, subtitle, t6, entity, clientId, t7, _null = null, t1 = {}, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - $history = this._widget.history; + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + $history = this._widget.history; t1.entity = null; - t3 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], type$.JSArray_legacy_EntityType); - t4 = $history.entityType; - if (B.JSArray_methods.contains$1(t3, t4)) { - title = A.Text$(t2.lookup$1(J.toString$0$(t4)), _null, _null, _null, _null, _null, _null, _null, _null, _null); - if (t4 === B.EntityType_reports) - subtitle = A.Text$(t2.lookup$1(state.uiState.reportsUIState.report), _null, _null, _null, _null, _null, _null, _null, _null, _null); - else if (t4 === B.EntityType_settings) { - t3 = $history.id; - subtitle = A.Text$(t2.lookup$1(t3 == null ? "company_details" : t3), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], type$.JSArray_legacy_EntityType); + t5 = $history.entityType; + if (B.JSArray_methods.contains$1(t4, t5)) { + title = A.Text$(t2.lookup$1(J.toString$0$(t5)), _null, _null, _null, _null, _null, _null, _null, _null, _null); + if (t5 === B.EntityType_reports) + subtitle = A.Text$(t2.lookup$1(t3.uiState.reportsUIState.report), _null, _null, _null, _null, _null, _null, _null, _null, _null); + else if (t5 === B.EntityType_settings) { + t4 = $history.id; + subtitle = A.Text$(t2.lookup$1(t4 == null ? "company_details" : t4), _null, _null, _null, _null, _null, _null, _null, _null, _null); } else subtitle = _null; t2 = _null; } else { - t3 = state.getEntityMap$1(t4); - t5 = $history.id; - entity = type$.legacy_BaseEntity._as(t3._map$_map.$index(0, t5)); + t4 = t3.getEntityMap$1(t5); + t6 = $history.id; + entity = type$.legacy_BaseEntity._as(t4._map$_map.$index(0, t6)); t1.entity = entity; if (entity == null) return new A.SizedBox(_null, _null, _null, _null); clientId = type$.legacy_BelongsToClient._is(entity) ? entity.get$clientId(entity) : _null; title = A.Text$(entity.get$listDisplayName().length === 0 ? A.formatNumber(entity.get$listDisplayAmount(), context, clientId, _null, entity.get$listDisplayAmountType(), true, _null, false) : entity.get$listDisplayName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - subtitle = A.Text$(t2.lookup$1(A.S(t4)), _null, _null, _null, _null, _null, _null, _null, _null, _null); + subtitle = A.Text$(t2.lookup$1(A.S(t5)), _null, _null, _null, _null, _null, _null, _null, _null, _null); t2 = entity; } - t3 = $history.id; - t5 = A.S(t4); - t4 = A.Icon$(A.getEntityIcon(t4), _null, _null); - t6 = A.Duration$(0, 0, 0, 0, 1, 0); - t1 = t2 == null ? _null : new A._HistoryListTileState_build_closure(t1, state, context); - return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, new A.ValueKey("__" + A.S(t3) + "_" + t5 + "__", type$.ValueKey_legacy_String), t4, t1, new A._HistoryListTileState_build_closure0(state, context, $history, store), false, _null, _null, subtitle, _null, title, new A.LiveText(t6, new A._HistoryListTileState_build_closure1($history, state), _null, _null), _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = $history.id; + t6 = A.S(t5); + t5 = A.Icon$(A.getEntityIcon(t5), _null, _null); + t7 = A.Duration$(0, 0, 0, 0, 1, 0); + t1 = t2 == null ? _null : new A._HistoryListTileState_build_closure(t1, t3, context); + return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, new A.ValueKey("__" + A.S(t4) + "_" + t6 + "__", type$.ValueKey_legacy_String), t5, t1, new A._HistoryListTileState_build_closure0(t3, context, $history, store), false, _null, _null, subtitle, _null, title, new A.LiveText(t7, new A._HistoryListTileState_build_closure1($history, t3), _null, _null), _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); } }; A._HistoryListTileState_build_closure1.prototype = { call$0() { return A.format(A.DateTime$fromMillisecondsSinceEpoch(this.history.timestamp, false), J.$add$ansx(A.localeSelector(this.state, true), "_short")); }, - $signature: 131 + $signature: 128 }; A._HistoryListTileState_build_closure0.prototype = { call$0() { @@ -401984,21 +413569,27 @@ t1 = _this.state, t2 = t1.prefState; if (t2.appLayout === B.AppLayout_mobile || t2.historySidebarMode === B.AppSidebarMode_float) - A.Navigator_of(_this.context, false).pop$1(0, _null); + A.Navigator_of(_this.context, false).pop$1(_null); t2 = _this.history; t3 = t2.entityType; switch (t3) { case B.EntityType_dashboard: - _this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, _null)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, _null)); break; case B.EntityType_reports: - _this.store.get$_dispatchers()[0].call$1(new A.ViewReports()); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewReports()); break; case B.EntityType_settings: t3 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t1 = t3._list[t1].userCompany.company; - _this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(t1, _null, _null, _null, false, t2.id, false, 0)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ViewSettings(t1, _null, _null, _null, false, t2.id, false, 0)); break; default: A.viewEntityById(false, t2.id, t3, _null, false, true); @@ -402024,12 +413615,12 @@ }; A._HistoryListTileState_build__closure.prototype = { call$1(value) { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 3 }; A.HistoryDrawerBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.HistoryDrawerBuilder_build_closure(), A.history_drawer_vm_AppDrawerVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_AppDrawerVM); } @@ -402038,7 +413629,7 @@ call$2(context, viewModel) { return new A.HistoryDrawer(null); }, - $signature: 2190 + $signature: 2226 }; A.AppDrawerVM.prototype = { get$user(receiver) { @@ -402046,14 +413637,14 @@ } }; A.IconMessage.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, t4, _this = this, _null = null, t1 = _this.color; if (t1 == null) t1 = A.Theme_of(context).primaryColorDark; t2 = _this.iconData; t3 = type$.JSArray_legacy_Widget; - t2 = A._setArrayType([A.Icon$(t2 == null ? B.IconData_58173_MaterialIcons_null_false : t2, B.Color_4294967295, 18), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(_this.text, _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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1)], t3); + t2 = A._setArrayType([A.Icon$(t2 == null ? B.IconData_58173_MaterialIcons_null_false : t2, B.Color_4294967295, 18), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(_this.text, _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), _null, _null, _null), 1)], t3); t4 = _this.trailing; if (t4 != null) B.JSArray_methods.addAll$1(t2, A._setArrayType([new A.SizedBox(16, _null, _null, _null), t4], t3)); @@ -402061,7 +413652,7 @@ } }; A.IconText.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, t4, _this = this, _null = null, t1 = _this.alignment; if (t1 == null) @@ -402130,12 +413721,12 @@ this._invoice_email_view$_loadTemplate$0(); this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._invoice_email_view$_controller.removeListener$1(0, _this.get$_invoice_email_view$_loadTemplate()); - _this._invoice_email_view$_controller.dispose$0(0); + _this._invoice_email_view$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._invoice_email_view$_controllers, new A._InvoiceEmailViewState_dispose_closure()); - _this.super$__InvoiceEmailViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__InvoiceEmailViewState_State_SingleTickerProviderStateMixin$dispose(); }, _invoice_email_view$_onChanged$0() { this._invoice_email_view$_debouncer.run$1(new A._InvoiceEmailViewState__onChanged_closure(this)); @@ -402257,12 +413848,21 @@ t3 = !enableCustomEmail; if (t3) { t4 = t1.get$customEmailsDisabledHelp(); - t2.push(new A.Padding(B.EdgeInsets_0_0_0_10, new A.IconMessage(t4, _null, _null, A.isApple() ? _null : A.TextButton$(false, A.Text$(t1.get$upgrade().toUpperCase(), _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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A._InvoiceEmailViewState__buildEdit_closure(state), _null), _null), _null)); + t2.push(new A.Padding(B.EdgeInsets_0_0_0_10, new A.IconMessage(t4, _null, _null, A.isApple() ? _null : A.TextButton$(false, A.Text$(t1.get$upgrade().toUpperCase(), _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), _null, _null, _null), _null, _null, new A._InvoiceEmailViewState__buildEdit_closure(state), _null), _null), _null)); } t4 = state.userCompanyStates; t5 = state.uiState.selectedCompanyIndex; t4 = t4._list; - t6 = t4[t5].userCompany.company.markdownEmailEnabled && _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop && !A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode ? B.Color_4294967295 : A.Theme_of(context).backgroundColor; + if (t4[t5].userCompany.company.markdownEmailEnabled) + if (_this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop) { + t6 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6 = !t6.prefState.enableDarkMode; + } else + t6 = false; + else + t6 = false; + t6 = t6 ? B.Color_4294967295 : A.Theme_of(context).backgroundColor; t2.push(new A.ColoredBox(t6, new A.Padding(B.EdgeInsets_24_0_10_16, A.DecoratedFormField$(false, _null, false, false, _this._invoice_email_view$_subjectController, _null, enableCustomEmail, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$subject(), _null, _null, false, new A._InvoiceEmailViewState__buildEdit_closure0(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), _null), _null)); if (t4[t5].userCompany.company.markdownEmailEnabled && _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop) t2.push(A.Expanded$(new A.ColoredBox(B.Color_4294967295, new A.IgnorePointer(t3, _null, new A.ExampleEditor(_this._rawBodyPreview, new A._InvoiceEmailViewState__buildEdit_closure1(_this), _null), _null), _null), 1)); @@ -402286,7 +413886,7 @@ return new A.HelpText(t1.get$noHistory(t1), _null); return new A.ScrollableListViewBuilder(new A._InvoiceEmailViewState__buildHistory_closure(activities), _null, activities.get$length(activities), _null, _null, _null); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -402333,7 +413933,7 @@ }; A._InvoiceEmailViewState_dispose_closure.prototype = { call$1(controller) { - J.dispose$0$x(controller); + controller.dispose$0(); }, $signature: 6 }; @@ -402356,7 +413956,7 @@ return; t1.setState$1(new A._InvoiceEmailViewState__loadTemplate__closure(t1, subject, body, email, rawBody, this.origSubject, this.origBody, rawSubject)); }, - $signature: 653 + $signature: 622 }; A._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0() { @@ -402386,7 +413986,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: 2192 + $signature: 2228 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1(contact) { @@ -402394,7 +413994,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 173 + $signature: 171 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0() { @@ -402406,7 +414006,7 @@ call$1(contact) { return contact != null; }, - $signature: 173 + $signature: 171 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(contact) { @@ -402423,14 +414023,14 @@ } return t1; }, - $signature: 39 + $signature: 40 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1(template) { var t1 = this.$this; t1.setState$1(new A._InvoiceEmailViewState__buildTemplateDropdown__closure(t1, template)); }, - $signature: 652 + $signature: 623 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure.prototype = { call$0() { @@ -402449,13 +414049,13 @@ t2 = t1.uiState.selectedCompanyIndex; return A.launchUrl(A.Uri_parse(t1.userCompanyStates._list[t2].userCompany.ninjaPortalUrl, 0, null)); }, - $signature: 26 + $signature: 28 }; A._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 72 + $signature: 70 }; A._InvoiceEmailViewState__buildEdit_closure1.prototype = { call$1(value) { @@ -402472,19 +414072,19 @@ call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 72 + $signature: 70 }; A._InvoiceEmailViewState__buildHistory_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 306 + $signature: 351 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { return A.viewEntity(false, this.invoice, null, false); }, - $signature: 30 + $signature: 31 }; A._InvoiceEmailViewState_build_closure0.prototype = { call$1(context) { @@ -402504,7 +414104,7 @@ call$1(context) { return A.viewEntity(false, this.invoice, null, false); }, - $signature: 30 + $signature: 31 }; A._InvoiceEmailViewState_build_closure2.prototype = { call$1(context) { @@ -402514,13 +414114,13 @@ $signature: 14 }; A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -402529,22 +414129,23 @@ } }; A.InvoiceItemListTile.prototype = { - build$1(_, context) { - var precision, subtitle, parts, _null = null, + build$1(context) { + var t6, t7, client, precision, subtitle, parts, exp, _null = null, t1 = this.invoiceItem, t2 = this.invoice, t3 = t2.clientId, cost = A.formatNumber(t1.cost, context, t3, _null, B.FormatNumberType_0, false, _null, false), qty = A.formatNumber(t1.quantity, context, t3, _null, B.FormatNumberType_3, true, _null, false), t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t5 = state.userCompanyStates, - t6 = state.uiState.selectedCompanyIndex, - client = t5._list[t6].clientState.$get$1(0, t3); - t6 = state.staticState.currencyMap; - t5 = client.settings.currencyId; - t5 = t6._map$_map.$index(0, t5); - precision = t5 == null ? _null : t5.precision; + t5 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = t5.userCompanyStates; + t7 = t5.uiState.selectedCompanyIndex; + client = t6._list[t7].clientState.$get$1(0, t3); + t5 = t5.staticState.currencyMap; + t7 = client.settings.currencyId; + t7 = t5._map$_map.$index(0, t7); + precision = t7 == null ? _null : t7.precision; if (precision == null) precision = 2; subtitle = A.S(qty) + " x " + A.S(cost); @@ -402576,8 +414177,10 @@ if (t4.length !== 0) parts.push(A.formatCustomValue(context, "product4", t4)); t4 = t1.notes; - if (t4.length !== 0) - parts.push(t4); + if (t4.length !== 0) { + exp = A.RegExp_RegExp("<[^>]*>", true, false, true, false); + parts.push(B.JSString_methods.trim$0(A.stringReplaceAllUnchecked(t4, exp, ""))); + } if (parts.length !== 0) subtitle += "\n" + B.JSArray_methods.join$1(parts, " \u2022 "); t4 = A.Theme_of(context).cardColor; @@ -402601,7 +414204,8 @@ var t2, taxState, _this = this, t1 = _this._framework$_element; t1.toString; - t1 = A._lateReadCheck(A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state, "_state"); + t1 = A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; taxState = t2._list[t1].taxRateState; @@ -402612,11 +414216,11 @@ _this._tax_rate_dropdown$_textController.set$text(0, _this._formatTaxRate$1(t2)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._tax_rate_dropdown$_textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, _formatTaxRate$1(taxRate) { var t1 = taxRate.rate, @@ -402624,16 +414228,17 @@ t2.toString; return A.S(A.formatNumber(t1, t2, null, null, B.FormatNumberType_1, true, null, false)) + " " + taxRate.name; }, - build$1(_, context) { - var t3, taxRates, taxRate, t4, t5, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex, - taxState = t1._list[t2].taxRateState; - t2 = taxState.list._list; - t1 = A._arrayInstanceType(t2); - t3 = t1._eval$1("MappedIterable<1,TaxRateEntity*>"); - taxRates = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._TaxRateDropdownState_build_closure(taxState), t1._eval$1("WhereIterable<1>")), new A._TaxRateDropdownState_build_closure0(taxState), t3), true, t3._eval$1("Iterable.E")); + build$1(context) { + var t2, taxState, t3, taxRates, taxRate, t4, t5, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + taxState = t2._list[t1].taxRateState; + t1 = taxState.list._list; + t2 = A._arrayInstanceType(t1); + t3 = t2._eval$1("MappedIterable<1,TaxRateEntity*>"); + taxRates = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A._TaxRateDropdownState_build_closure(taxState), t2._eval$1("WhereIterable<1>")), new A._TaxRateDropdownState_build_closure0(taxState), t3), true, t3._eval$1("Iterable.E")); if (taxRates.length === 0) return new A.SizedBox(_null, _null, _null, _null); taxRate = B.JSArray_methods.firstWhere$2$orElse(taxRates, new A._TaxRateDropdownState_build_closure1(_this), new A._TaxRateDropdownState_build_closure2(_this)); @@ -402659,7 +414264,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 242 + $signature: 262 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -402667,19 +414272,19 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 651 + $signature: 625 }; A._TaxRateDropdownState_didChangeDependencies_closure1.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 650 + $signature: 626 }; A._TaxRateDropdownState_build_closure.prototype = { call$1(id) { var t1 = this.taxState.map._map$_map.$index(0, id); - return !t1.get$isArchived() && !J.get$isDeleted$x(t1); + return !t1.get$isArchived() && !t1.get$isDeleted(); }, $signature: 16 }; @@ -402687,7 +414292,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 242 + $signature: 262 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -402695,24 +414300,24 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 651 + $signature: 625 }; A._TaxRateDropdownState_build_closure2.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 650 + $signature: 626 }; 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: 2197 + $signature: 2233 }; A.TaxRateField.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t1.toString; @@ -402746,14 +414351,14 @@ } }; A._LinkTextRelatedEntityState.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this._widget, t2 = t1.entity; if (t2 == null || t1.relation == null) return new A.SizedBox(_null, _null, _null, _null); t1 = t2.get$listDisplayName(); - return A.MouseRegion$(A.GestureDetector$(_null, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _this._link_text$_isHovered ? B.TextDecoration_1 : B.TextDecoration_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, new A._LinkTextRelatedEntityState_build_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, new A._LinkTextRelatedEntityState_build_closure0(_this), _null, _null, _null, _null, _null, _null), B.C__DeferringMouseCursor, _null, _null, new A._LinkTextRelatedEntityState_build_closure1(_this), new A._LinkTextRelatedEntityState_build_closure2(_this)); + return A.MouseRegion$(A.GestureDetector$(_null, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _this._link_text$_isHovered ? B.TextDecoration_1 : B.TextDecoration_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, new A._LinkTextRelatedEntityState_build_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, new A._LinkTextRelatedEntityState_build_closure0(_this), _null, _null, _null, _null, _null, _null), B.C__DeferringMouseCursor, _null, _null, new A._LinkTextRelatedEntityState_build_closure1(_this), new A._LinkTextRelatedEntityState_build_closure2(_this)); } }; A._LinkTextRelatedEntityState_build_closure2.prototype = { @@ -402761,26 +414366,26 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure(t1)); }, - $signature: 649 + $signature: 627 }; A._LinkTextRelatedEntityState_build__closure.prototype = { call$0() { return this.$this._link_text$_isHovered = true; }, - $signature: 22 + $signature: 23 }; A._LinkTextRelatedEntityState_build_closure1.prototype = { call$1($event) { var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure0(t1)); }, - $signature: 2199 + $signature: 2235 }; A._LinkTextRelatedEntityState_build__closure0.prototype = { call$0() { return this.$this._link_text$_isHovered = false; }, - $signature: 22 + $signature: 23 }; A._LinkTextRelatedEntityState_build_closure0.prototype = { call$0() { @@ -402869,52 +414474,53 @@ if (_this._widget.filter != null) _this._list_filter$_focusNode.requestFocus$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._filterController; t1.toString; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; _this._list_filter$_focusNode.removeListener$1(0, _this.get$onFocusChanged()); - _this._list_filter$_focusNode.dispose$0(0); - _this.super$State$dispose(0); + _this._list_filter$_focusNode.dispose$0(); + _this.super$State$dispose(); }, - build$1(_, context) { - var state, enableDarkMode, isDashboardOrSettings, color, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var t2, enableDarkMode, isDashboardOrSettings, color, t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), textColor = A.Theme_of(context).textTheme.bodyLarge.color; _this._widget.toString; - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - enableDarkMode = state.prefState.enableDarkMode; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + enableDarkMode = t2.prefState.enableDarkMode; isDashboardOrSettings = B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_dashboard, B.EntityType_settings], type$.JSArray_legacy_EntityType), _this._widget.entityType); if (enableDarkMode) color = A.convertHexStringToColor("#393A3C"); else color = A.convertHexStringToColor("#dfdfdf"); - t2 = A.BorderRadius$all(new A.Radius(2, 2)); - t3 = _this._list_filter$_focusNode; - t4 = _this._filterController._change_notifier$_value.text.length !== 0 || t3.get$hasFocus() ? B.TextAlign_4 : B.TextAlign_2; - t5 = _this._filterController._change_notifier$_value.text.length !== 0 || _this._list_filter$_focusNode.get$hasFocus() ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, textColor, _null), _null, new A._ListFilterState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null, _null) : A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null); - t5 = A.InputDecoration$(_null, B._NoInputBorder_sqK, _null, new A.EdgeInsets(8, 0, 8, 6), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_getPlaceholder(), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null); - t6 = type$.JSArray_legacy_Widget; - t2 = A._setArrayType([A.Expanded$(new A.Padding(B.EdgeInsets_0_2_0_0, A.Container$(_null, A.TextField$(false, B.List_empty0, false, _null, _this._filterController, _null, _null, _null, 2, t5, true, _null, true, _null, false, t3, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._ListFilterState_build_closure0(_this), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, t4, B.TextAlignVertical_0, B.TextCapitalization_3, _null, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, t2, _null, _null, B.BoxShape_0), _null, 40, _null, new A.EdgeInsets(0, 0, 0, 2), B.EdgeInsets_8_0_0_0, _null, _null, _null), _null), 2)], t6); + t3 = A.BorderRadius$all(new A.Radius(2, 2)); + t4 = _this._list_filter$_focusNode; + t5 = _this._filterController._change_notifier$_value.text.length !== 0 || t4.get$hasFocus() ? B.TextAlign_4 : B.TextAlign_2; + t6 = _this._filterController._change_notifier$_value.text.length !== 0 || _this._list_filter$_focusNode.get$hasFocus() ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, textColor, _null), _null, new A._ListFilterState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null, _null) : A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null); + t6 = A.InputDecoration$(_null, B._NoInputBorder_Kz0, _null, new A.EdgeInsets(8, 0, 8, 6), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_getPlaceholder(), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null); + t7 = type$.JSArray_legacy_Widget; + t3 = A._setArrayType([A.Expanded$(new A.Padding(B.EdgeInsets_0_2_0_0, A.Container$(_null, A.TextField$(false, B.List_empty1, false, _null, _this._filterController, _null, _null, _null, 2, t6, true, _null, true, _null, false, t4, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._ListFilterState_build_closure0(_this), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, t5, B.TextAlignVertical_0, B.TextCapitalization_30, _null, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, t3, _null, _null, B.BoxShape_0), _null, 40, _null, new A.EdgeInsets(0, 0, 0, 2), B.EdgeInsets_8_0_0_0, _null, _null, _null), _null), 2)], t7); if (A.getLayout(context) === B.AppLayout_desktop && !isDashboardOrSettings) { - t3 = $.$get$_$values0()._set$_set; - t3 = A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E")); - t4 = A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_27z), _null, new A.EdgeInsets(10, 13, 10, 13), _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, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t5 = state.getUIState$1(_this._widget.entityType).get$listUIState().stateFilters; - t5 = A._setArrayType([new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.DropDownMultiSelect$(new A._ListFilterState_build_closure1(t1), t4, new A._ListFilterState_build_closure2(t1), new A._ListFilterState_build_closure3(_this, state), t3, new A.CopyOnWriteList(true, t5._list, A._instanceType(t5)._eval$1("CopyOnWriteList<1>")), t1.get$all()), _null)], t6); - t3 = _this._widget; - t4 = t3.statuses; - if (t4 != null) { - t3 = state.getUIState$1(t3.entityType).get$listUIState().statusFilters; - t7 = t3._list; - t8 = t1.get$all(); - B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.DropDownMultiSelect$(new A._ListFilterState_build_closure4(t1), A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_27z), _null, new A.EdgeInsets(10, 13, 10, 13), _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, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._ListFilterState_build_closure5(t1), new A._ListFilterState_build_closure6(_this, state), t4, new A.CopyOnWriteList(true, t7, A._instanceType(t3)._eval$1("CopyOnWriteList<1>")), t8), _null)], t6)); + t4 = $.$get$_$values0()._set$_set; + t4 = A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E")); + t5 = A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_hrQ), _null, new A.EdgeInsets(10, 13, 10, 13), _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, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t6 = t2.getUIState$1(_this._widget.entityType).get$listUIState().stateFilters; + t6 = A._setArrayType([new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.DropDownMultiSelect$(new A._ListFilterState_build_closure1(t1), t5, new A._ListFilterState_build_closure2(t1), new A._ListFilterState_build_closure3(_this, t2), t4, new A.CopyOnWriteList(true, t6._list, A._instanceType(t6)._eval$1("CopyOnWriteList<1>")), t1.get$all()), _null)], t7); + t4 = _this._widget; + t5 = t4.statuses; + if (t5 != null) { + t4 = t2.getUIState$1(t4.entityType).get$listUIState().statusFilters; + t8 = t4._list; + t9 = t1.get$all(); + B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.DropDownMultiSelect$(new A._ListFilterState_build_closure4(t1), A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_hrQ), _null, new A.EdgeInsets(10, 13, 10, 13), _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, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._ListFilterState_build_closure5(t1), new A._ListFilterState_build_closure6(_this, t2), t5, new A.CopyOnWriteList(true, t8, A._instanceType(t4)._eval$1("CopyOnWriteList<1>")), t9), _null)], t7)); } - B.JSArray_methods.addAll$1(t2, t5); + B.JSArray_methods.addAll$1(t3, t6); } - return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A._ListFilterState_onFocusChanged_closure.prototype = { @@ -402961,26 +414567,26 @@ t1._widget.onSelectedState$2(t4, false); } }, - $signature: 647 + $signature: 628 }; A._ListFilterState_build__closure2.prototype = { call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 303 + $signature: 322 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 303 + $signature: 322 }; A._ListFilterState_build_closure2.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: 646 + $signature: 630 }; A._ListFilterState_build_closure1.prototype = { call$1(selected) { @@ -402988,9 +414594,9 @@ t1 = J.getInterceptor$asx(selected), t2 = this.localization; 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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null); + 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: 645 + $signature: 631 }; A._ListFilterState_build__closure4.prototype = { call$1(value) { @@ -403015,7 +414621,7 @@ t1._widget.onSelectedStatus$2(t4, false); } }, - $signature: 647 + $signature: 628 }; A._ListFilterState_build__closure.prototype = { call$1(e) { @@ -403024,13 +414630,13 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 303 + $signature: 322 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { return e.get$id(e); }, - $signature: 2204 + $signature: 2240 }; A._ListFilterState_build__closure0.prototype = { call$1(e) { @@ -403039,7 +414645,7 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 303 + $signature: 322 }; A._ListFilterState_build___closure.prototype = { call$1(e) { @@ -403053,16 +414659,16 @@ type$.legacy_EntityStatus._as(value); return A.Text$(this.localization.lookup$1(value.get$name(value)), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null); }, - $signature: 646 + $signature: 630 }; A._ListFilterState_build_closure4.prototype = { call$1(selected) { var _null = null, t1 = J.getInterceptor$asx(selected); 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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null); + 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: 645 + $signature: 631 }; A._ListFilterState_build__closure1.prototype = { call$1(value) { @@ -403072,62 +414678,66 @@ $signature: 25 }; A.ListScaffold.prototype = { - build$1(_, context) { - var t3, leadingWidth, t4, t5, _this = this, _null = null, + build$1(context) { + var prefState, t2, t3, isSettings, leading, t4, t5, leadingWidth, t6, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - prefState = state.prefState, - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = _this.entityType, - isSettings = t2.get$isSetting(), - leading = new A.SizedBox(_null, _null, _null, _null); - if (isSettings) - leading = A.getLayout(context) === B.AppLayout_mobile ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), _null, new A.ListScaffold_build_closure(context), B.EdgeInsets_8_8_8_8, _null, _null, _null) : A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57415_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build_closure0(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + prefState = t1.prefState; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = _this.entityType; + isSettings = t3.get$isSetting(); + leading = new A.SizedBox(_null, _null, _null, _null); + if (isSettings && A.getLayout(context) === B.AppLayout_mobile) + leading = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), _null, new A.ListScaffold_build_closure(context), B.EdgeInsets_8_8_8_8, _null, _null, _null); else if (A.getLayout(context) === B.AppLayout_mobile || prefState.appLayout === B.AppLayout_mobile || prefState.menuSidebarMode === B.AppSidebarMode_float) - leading = new A.Builder(new A.ListScaffold_build_closure1(_this, t1), _null); - else if (t2 !== B.EntityType_settings) { - t3 = A.ButtonStyle$(_null, _null, new A._MaterialStatePropertyAll(prefState.get$colorThemeModel().colorSuccess, type$._MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - leading = new A.Padding(B.EdgeInsets_20_0_12_0, A.OutlinedButton$(new A.IconText(t1.get$create(t1), B.IconData_57424_MaterialIcons_null_false, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null), _null, new A.ListScaffold_build_closure2(_this, context), t3), _null); + leading = new A.Builder(new A.ListScaffold_build_closure0(_this, t2), _null); + else if (t3 !== B.EntityType_settings) { + t4 = A.ButtonStyle$(_null, _null, new A.MaterialStatePropertyAll(prefState.get$colorThemeModel().colorSuccess, type$.MaterialStatePropertyAll_legacy_Color), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t5 = _this.createLabel; + if (t5 == null) + t5 = t2.get$create(t2); + leading = new A.Padding(B.EdgeInsets_20_0_12_0, A.OutlinedButton$(new A.IconText(t5, B.IconData_57424_MaterialIcons_null_false, 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), _null, false, _null), _null, new A.ListScaffold_build_closure1(_this, context), t4), _null); } - if (t2 === B.EntityType_settings) + if (t3 === B.EntityType_settings) leadingWidth = A.getLayout(context) === B.AppLayout_desktop ? 0 : 48; else { - t2 = A.getLayout(context) === B.AppLayout_desktop ? 100 : 10; - t3 = _this.appBarLeadingActions.length; - leadingWidth = t2 + 44 * (t3 + (_this.onCheckboxPressed == null || A.getLayout(context) === B.AppLayout_mobile ? 1 : 2)); + t3 = A.getLayout(context) === B.AppLayout_desktop ? 100 : 10; + t4 = _this.appBarLeadingActions.length; + leadingWidth = t3 + 44 * (t4 + (_this.onCheckboxPressed == null || A.getLayout(context) === B.AppLayout_mobile ? 1 : 2)); } - t2 = type$.JSArray_legacy_Widget; - t3 = A._setArrayType([A.Expanded$(leading, 1)], t2); + t3 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([A.Expanded$(leading, 1)], t3); if (A.getLayout(context) === B.AppLayout_desktop && _this.onCheckboxPressed != null) { - t4 = A.Icon$(B.IconData_57687_MaterialIcons_null_false, _null, _null); - t5 = prefState.enableTooltips ? t1.get$multiselect() : _null; - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, prefState.showKanban && state.uiState.get$mainRoute() === B.EntityType_task.toString$0(0) ? _null : new A.ListScaffold_build_closure3(_this), B.EdgeInsets_8_8_8_8, _null, t5, _null)); + t5 = A.Icon$(B.IconData_57687_MaterialIcons_null_false, _null, _null); + t6 = prefState.enableTooltips ? t2.get$multiselect() : _null; + t4.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t5, _null, prefState.showKanban && t1.uiState.get$mainRoute() === B.EntityType_task.toString$0(0) ? _null : new A.ListScaffold_build_closure2(_this), B.EdgeInsets_8_8_8_8, _null, t6, _null)); } - t4 = _this.appBarLeadingActions; - if (t4.length !== 0) - t3.push(new A.SizedBox(4, _null, _null, _null)); - B.JSArray_methods.addAll$1(t3, t4); - leading = A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); - t3 = A.getLayout(context) === B.AppLayout_mobile || prefState.appLayout === B.AppLayout_mobile || prefState.menuSidebarMode === B.AppSidebarMode_float ? new A.MenuDrawerBuilder(_null) : _null; + t5 = _this.appBarLeadingActions; + if (t5.length !== 0) + t4.push(new A.SizedBox(4, _null, _null, _null)); + B.JSArray_methods.addAll$1(t4, t5); + leading = A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t4 = A.getLayout(context) === B.AppLayout_mobile || prefState.appLayout === B.AppLayout_mobile || prefState.menuSidebarMode === B.AppSidebarMode_float ? new A.MenuDrawerBuilder(_null) : _null; if (A.getLayout(context) !== B.AppLayout_mobile) - t4 = (prefState.appLayout === B.AppLayout_mobile || prefState.historySidebarMode === B.AppSidebarMode_float) && !isSettings; + t5 = (prefState.appLayout === B.AppLayout_mobile || prefState.historySidebarMode === B.AppSidebarMode_float) && !isSettings; else - t4 = true; - t4 = t4 ? new A.HistoryDrawerBuilder(_null) : _null; - t5 = A._setArrayType([A.Expanded$(_this.appBarTitle, 1)], t2); + t5 = true; + t5 = t5 ? new A.HistoryDrawerBuilder(_null) : _null; + t6 = A._setArrayType([A.Expanded$(_this.appBarTitle, 1)], t3); if (A.getLayout(context) === B.AppLayout_desktop && _this.onCancelSettingsSection != null) - t5.push(A.TextButton$(false, A.Text$(t1.get$back(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A.ListScaffold_build_closure4(_this, store, state), _null)); - t1 = A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); - t5 = _this.appBarActions; - t2 = t5 == null ? A._setArrayType([], t2) : t5; - t2 = A.List_List$of(t2, true, type$.legacy_Widget); + t6.push(A.TextButton$(false, A.Text$(t2.get$back(t2), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t1.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), _null, _null, new A.ListScaffold_build_closure3(_this, store, t1), _null)); + t2 = A.Row$(t6, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t6 = _this.appBarActions; + t3 = t6 == null ? A._setArrayType([], t3) : t6; + t3 = A.List_List$of(t3, true, type$.legacy_Widget); if (!isSettings) - t5 = A.getLayout(context) === B.AppLayout_mobile || !prefState.isHistoryVisible; + t6 = A.getLayout(context) === B.AppLayout_mobile || !prefState.isHistoryVisible; else - t5 = false; - if (t5) - t2.push(new A.Builder(new A.ListScaffold_build_closure5(state, store), _null)); - return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t2, _null, false, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, leading, leadingWidth, true, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, 1, _null), _null, A.ClipRect$(_this.body, B.Clip_1, _null), _this.bottomNavigationBar, t3, t4, _this.floatingActionButton, B.C__EndDockedFabLocation), true, true, _null), new A.ListScaffold_build_closure6(store), _null); + t6 = false; + if (t6) + t3.push(new A.Builder(new A.ListScaffold_build_closure4(t1, store), _null)); + return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t3, _null, false, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, leading, leadingWidth, true, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, 1, _null), _null, A.ClipRect$(_this.body, B.Clip_1, _null), _this.bottomNavigationBar, t4, t5, _this.floatingActionButton, B.C__EndDockedFabLocation), true, _null), new A.ListScaffold_build_closure5(store), _null); }, get$body(receiver) { return this.body; @@ -403135,24 +414745,18 @@ }; A.ListScaffold_build_closure.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); return null; }, $signature: 0 }; A.ListScaffold_build_closure0.prototype = { - call$0() { - A.createEntityByType(true, this.context, this.$this.entityType); - }, - $signature: 1 - }; - A.ListScaffold_build_closure1.prototype = { call$1(context) { var _null = null, t1 = this.localization.get$menuSidebar(); - return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build__closure0(context), B.EdgeInsets_8_8_8_8, _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); + return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build__closure0(context), B.EdgeInsets_8_8_8_8, _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: 301 + $signature: 307 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -403160,23 +414764,28 @@ }, $signature: 1 }; - A.ListScaffold_build_closure2.prototype = { + A.ListScaffold_build_closure1.prototype = { call$0() { - A.createEntityByType(true, this.context, this.$this.entityType); + var t1 = this.$this, + t2 = t1.onCreatePressed; + if (t2 != null) + t2.call$0(); + else + A.createEntityByType(true, this.context, t1.entityType); }, $signature: 1 }; - A.ListScaffold_build_closure3.prototype = { + A.ListScaffold_build_closure2.prototype = { call$0() { return this.$this.onCheckboxPressed.call$0(); }, $signature: 10 }; - A.ListScaffold_build_closure6.prototype = { + A.ListScaffold_build_closure5.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), - $async$returnValue, $async$self = this; + $async$returnValue, $async$self = this, t1; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -403184,7 +414793,9 @@ switch ($async$goto) { case 0: // Function start - $async$self.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + t1 = $async$self.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); $async$returnValue = false; // goto return $async$goto = 1; @@ -403196,25 +414807,28 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; - A.ListScaffold_build_closure4.prototype = { + A.ListScaffold_build_closure3.prototype = { call$0() { - var t1 = this.state, + var t3, + t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; t2 = t1.userCompanyStates._list[t2].userCompany.company; t1 = this.$this; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(t2, null, null, null, false, t1.onCancelSettingsSection, false, t1.onCancelSettingsIndex)); + t3 = this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ViewSettings(t2, null, null, null, false, t1.onCancelSettingsSection, false, t1.onCancelSettingsIndex)); }, $signature: 1 }; - A.ListScaffold_build_closure5.prototype = { + A.ListScaffold_build_closure4.prototype = { call$1(context) { var _null = null, t1 = this.state; - return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B.IconData_58132_MaterialIcons_null_false, t1.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ListScaffold_build__closure(context, t1, this.store), _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B.IconData_58132_MaterialIcons_null_false, t1.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ListScaffold_build__closure(context, t1, this.store), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 301 + $signature: 307 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -403229,61 +414843,64 @@ A.Scaffold_of(t1).openEndDrawer$0(); else { t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); } }, $signature: 1 }; A.ActivityListTile.prototype = { - build$1(_, context) { - var t4, t5, t6, user, client, vendor, invoice, quote, credit, recurringInvoice, payment, task, expense, recurringExpense, purchaseOrder, title, contact, activity, t7, _null = null, + build$1(context) { + var t3, t4, t5, t6, user, client, vendor, invoice, quote, credit, recurringInvoice, payment, task, expense, recurringExpense, purchaseOrder, title, contact, activity, t7, _null = null, _s18_ = ":recurring_expense", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = t2[t3].userState.map; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + t4 = t3[t2].userState.map; t5 = this.activity; t6 = t5.userId; user = t4._map$_map.$index(0, t6); - t6 = t2[t3].clientState.map; + t6 = t3[t2].clientState.map; t4 = t5.clientId; client = t6._map$_map.$index(0, t4); - t4 = t2[t3].vendorState.map; + t4 = t3[t2].vendorState.map; t6 = t5.vendorId; vendor = t4._map$_map.$index(0, t6); - t6 = t2[t3].invoiceState.map; + t6 = t3[t2].invoiceState.map; t4 = t5.invoiceId; invoice = t6._map$_map.$index(0, t4); - t4 = t2[t3].quoteState.map; + t4 = t3[t2].quoteState.map; t6 = t5.quoteId; quote = t4._map$_map.$index(0, t6); - t6 = t2[t3].creditState.map; + t6 = t3[t2].creditState.map; t4 = t5.creditId; credit = t6._map$_map.$index(0, t4); - t4 = t2[t3].recurringInvoiceState.map; + t4 = t3[t2].recurringInvoiceState.map; t6 = t5.recurringInvoiceId; recurringInvoice = t4._map$_map.$index(0, t6); - t6 = t2[t3].paymentState.map; + t6 = t3[t2].paymentState.map; t4 = t5.paymentId; payment = t6._map$_map.$index(0, t4); - t4 = t2[t3].taskState.map; + t4 = t3[t2].taskState.map; t6 = t5.taskId; task = t4._map$_map.$index(0, t6); - t6 = t2[t3].expenseState.map; + t6 = t3[t2].expenseState.map; t4 = t5.expenseId; expense = t6._map$_map.$index(0, t4); - t4 = t2[t3].recurringExpenseState.map; + t4 = t3[t2].recurringExpenseState.map; t6 = t5.recurringExpenseId; recurringExpense = t4._map$_map.$index(0, t6); - t3 = t2[t3].purchaseOrderState.map; - t2 = t5.purchaseOrderId; - purchaseOrder = t3._map$_map.$index(0, t2); + t2 = t3[t2].purchaseOrderState.map; + t3 = t5.purchaseOrderId; + purchaseOrder = t2._map$_map.$index(0, t3); title = t1.lookup$1("activity_" + t5.activityTypeId); - t2 = t1.get$system(t1); - t3 = client == null; - if (!t3) { + t3 = t1.get$system(t1); + t2 = client == null; + if (!t2) { t4 = t5.contactId; t4 = t4 != null && t4.length !== 0; } else @@ -403294,20 +414911,22 @@ t6 = _null; else t6 = user.get$fullName().length !== 0 ? user.get$fullName() : user.email; - activity = J.replaceFirst$2$s(title, ":user", t6 == null ? t2 : t6); - t2 = t3 ? _null : client.displayName; - activity = B.JSString_methods.replaceFirst$2(activity, ":client", t2 == null ? "" : t2); - t2 = invoice == null ? _null : invoice.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":invoice", t2 == null ? "" : t2); - t2 = recurringInvoice == null ? _null : recurringInvoice.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":recurring_invoice", t2 == null ? "" : t2); - t2 = recurringExpense == null ? _null : recurringExpense.number; - activity = B.JSString_methods.replaceFirst$2(activity, _s18_, t2 == null ? "" : t2); - t2 = quote == null ? _null : quote.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":quote", t2 == null ? "" : t2); - t2 = contact == null ? _null : contact.get$fullName(); - if (t2 == null) - t2 = t3 ? _null : client.displayName; + activity = J.replaceFirst$2$s(title, ":user", t6 == null ? t3 : t6); + t3 = t2 ? _null : client.displayName; + activity = B.JSString_methods.replaceFirst$2(activity, ":client", t3 == null ? "" : t3); + t3 = invoice == null ? _null : invoice.number; + activity = B.JSString_methods.replaceFirst$2(activity, ":invoice", t3 == null ? "" : t3); + t3 = recurringInvoice == null ? _null : recurringInvoice.number; + activity = B.JSString_methods.replaceFirst$2(activity, ":recurring_invoice", t3 == null ? "" : t3); + t3 = recurringExpense == null ? _null : recurringExpense.number; + activity = B.JSString_methods.replaceFirst$2(activity, _s18_, t3 == null ? "" : t3); + t3 = quote == null ? _null : quote.number; + activity = B.JSString_methods.replaceFirst$2(activity, ":quote", t3 == null ? "" : t3); + t3 = contact == null ? _null : contact.get$fullName(); + if (t3 == null) + t2 = t2 ? _null : client.displayName; + else + t2 = t3; if (t2 == null) t2 = t4 ? _null : user.get$fullName(); activity = B.JSString_methods.replaceFirst$2(activity, ":contact", t2 == null ? "" : t2); @@ -403392,7 +415011,7 @@ t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$copiedToClipboard(); A.showToast(B.JSString_methods.replaceFirst$2(t3, ":value", t2 ? _this.title : t1)); }, - build$1(_, context) { + build$1(context) { var t5, _this = this, _null = null, t1 = A.Theme_of(context).cardColor, t2 = A.Icon$(_this.icon, _null, _null), @@ -403413,21 +415032,25 @@ $signature: 0 }; A.ListDivider.prototype = { - build$1(_, context) { - var _null = null, - color = A.convertHexStringToColor(A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode ? "#393A3C" : "#dfdfdf"); + build$1(context) { + var color, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + color = A.convertHexStringToColor(t1.prefState.enableDarkMode ? "#393A3C" : "#dfdfdf"); return A.Container$(_null, A.Divider$(color, 1.5, 1.5), B.Clip_0, color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); } }; A.ListFilterMessage.prototype = { - build$1(_, context) { - var _this = this, _null = null, - t1 = _this.filterEntityType; - return A.Material$(B.Duration_200000, true, _null, new A.FilterListTile(t1, A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").getEntityMap$1(t1)._map$_map.$index(0, _this.filterEntityId), _this.onPressed, _this.onClearPressed, _this.isSettings, _null), B.Clip_0, B.MaterialColor_Map_JNZaB_4294940672, 6, _null, _null, _null, _null, _null, B.MaterialType_0); + build$1(context) { + var t2, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.filterEntityType; + return A.Material$(B.Duration_200000, true, _null, new A.FilterListTile(t2, t1.getEntityMap$1(t2)._map$_map.$index(0, _this.filterEntityId), _this.onPressed, _this.onClearPressed, _this.isSettings, _null), B.Clip_0, B.MaterialColor_Map_JNZaB_4294940672, 6, _null, _null, _null, _null, _null, B.MaterialType_0); } }; A.FilterListTile.prototype = { - build$1(_, context) { + build$1(context) { var t3, subtitle, _this = this, _null = null, t1 = {}, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t1.subtitle = t1.title = null; @@ -403461,7 +415084,7 @@ t4 = this.$this; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, _null, new A.FilterListTile_build__closure(t4, context), false, _null, _null, A.Text$(t2.subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, t4.onClearPressed, B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 2206 + $signature: 2242 }; A.FilterListTile_build__closure.prototype = { call$0() { @@ -403470,9 +415093,11 @@ $signature: 10 }; A.SelectedIndicator.prototype = { - build$1(_, context) { - var t1, _this = this, _null = null, - enableDarkMode = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode; + build$1(context) { + var enableDarkMode, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + enableDarkMode = t1.prefState.enableDarkMode; if (_this.isSelected) { if (enableDarkMode) t1 = _this.isMenu ? "#1E252F" : "#253750"; @@ -403504,12 +415129,12 @@ t1 = A.Duration$(0, 0, 0, 100, 0, 0); _this._live_text$_timer = A.Timer_Timer$periodic(t1, new A._LiveTextState_initState_closure(_this)); }, - dispose$0(_) { + dispose$0() { this._live_text$_timer.cancel$0(0); this._live_text$_timer = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var _null = null, value = this._widget.value$0(0); if (value == null) @@ -403524,16 +415149,16 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._LiveTextState_initState__closure()); }, - $signature: 404 + $signature: 469 }; A._LiveTextState_initState__closure.prototype = { call$0() { return false; }, - $signature: 22 + $signature: 23 }; A.LoadingIndicator.prototype = { - build$1(_, context) { + build$1(context) { var t1, _null = null; if (this.useCard) return new A.Padding(new A.EdgeInsets(16, 16, 16, 16), new A.SizedBox(1 / 0, 200, A.Card$(A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null), _null, _null, 4, _null, true, _null), _null), _null); @@ -403544,37 +415169,38 @@ } }; A.MainScreen.prototype = { - build$1(_, context) { + build$1(context) { return A.StoreBuilder$(new A.MainScreen_build_closure(), null, type$.legacy_AppState); } }; A.MainScreen_build_closure.prototype = { call$2(context, store) { - var t1, editingFilterEntity, showFilterSidebar, t2, t3, t4, _null = null, - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - prefState = state.prefState, - subRoute = B.JSString_methods.$add("/", uiState.get$subRoute()), - mainRoute = B.JSString_methods.$add("/", uiState.get$mainRoute()), - $screen = new A.BlankScreen(_null, _null); - if (state.authState.isAuthenticated && state.get$companies().length === 0) + var uiState, prefState, subRoute, mainRoute, $screen, t2, editingFilterEntity, showFilterSidebar, t3, t4, _null = null, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + prefState = t1.prefState; + subRoute = B.JSString_methods.$add("/", uiState.get$subRoute()); + mainRoute = B.JSString_methods.$add("/", uiState.get$mainRoute()); + $screen = new A.BlankScreen(_null, _null); + if (t1.authState.isAuthenticated && t1.get$companies().length === 0) return A.Container$(_null, new A.LoadingIndicator(_null, false, _null), B.Clip_0, A.Theme_of(context).cardColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - else if (!state.get$isUserConfirmed()) + else if (!t1.get$isUserConfirmed()) return new A.ConfirmEmailBuilder(_null); if (prefState.isFilterVisible) { - t1 = uiState.filterStack._list; - if (t1.length === 0) - t1 = _null; + t2 = uiState.filterStack._list; + if (t2.length === 0) + t2 = _null; else { - t1 = B.JSArray_methods.get$last(t1); - t1 = t1.get$id(t1); + t2 = B.JSArray_methods.get$last(t2); + t2 = t2.get$id(t2); } - t1 = t1 != null; + t2 = t2 != null; } else - t1 = false; - if (t1) { - t1 = uiState.filterStack._list; - if (mainRoute === "/" + A.S(t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType()) && subRoute === "/edit") { + t2 = false; + if (t2) { + t2 = uiState.filterStack._list; + if (mainRoute === "/" + A.S(t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) && subRoute === "/edit") { mainRoute = B.JSString_methods.$add("/", uiState.get$previousMainRoute()); editingFilterEntity = true; } else @@ -403586,10 +415212,10 @@ } switch (mainRoute) { case "/dashboard": - t1 = A._setArrayType([A.Expanded$(new A.DashboardScreenBuilder(_null), 5)], type$.JSArray_legacy_Widget); + t2 = A._setArrayType([A.Expanded$(new A.DashboardScreenBuilder(_null), 5)], type$.JSArray_legacy_Widget); if (prefState.isHistoryVisible && prefState.historySidebarMode === B.AppSidebarMode_visible) - t1.push(new A.AppBorder(new A.HistoryDrawerBuilder(_null), _null, _null, true, false, _null)); - $screen = A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t2.push(new A.AppBorder(new A.HistoryDrawerBuilder(_null), _null, _null, true, false, _null)); + $screen = A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); break; case "/client": $screen = new A.EntityScreens(B.EntityType_client, editingFilterEntity, _null); @@ -403634,37 +415260,37 @@ $screen = new A.SettingsScreens(_null); break; case "/reports": - t1 = A._setArrayType([A.Expanded$(new A.ReportsScreenBuilder(_null), 5)], type$.JSArray_legacy_Widget); + t2 = A._setArrayType([A.Expanded$(new A.ReportsScreenBuilder(_null), 5)], type$.JSArray_legacy_Widget); if (prefState.isHistoryVisible && prefState.historySidebarMode === B.AppSidebarMode_visible) - t1.push(new A.AppBorder(new A.HistoryDrawerBuilder(_null), _null, _null, true, false, _null)); - $screen = A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t2.push(new A.AppBorder(new A.HistoryDrawerBuilder(_null), _null, _null, true, false, _null)); + $screen = A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); break; default: A.print("## Error: main screen route " + mainRoute + " not defined"); } - t1 = type$.JSArray_legacy_Widget; - t2 = A._setArrayType([], t1); + t2 = type$.JSArray_legacy_Widget; + t3 = A._setArrayType([], t2); if (A.isWindows()) - t2.push(new A.AppTitleBar(_null)); - t3 = prefState.appLayout; - t1 = A._setArrayType([], t1); + t3.push(new A.AppTitleBar(_null)); + t4 = prefState.appLayout; + t2 = A._setArrayType([], t2); if (prefState.get$showMenu()) - t1.push(new A.MenuDrawerBuilder(_null)); + t2.push(new A.MenuDrawerBuilder(_null)); if (prefState.get$showMenu()) - t4 = !state.get$isFullScreen() || showFilterSidebar; + t1 = !t1.get$isFullScreen() || showFilterSidebar; else - t4 = false; - t1.push(A.Expanded$(new A.AppBorder($screen, _null, _null, t4, false, _null), 1)); - t2.push(A.Expanded$(new A.ChangeLayoutBanner(A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t3, B.AppLayout_desktop, _null), 1)); - return new A.WillPopScope(new A.WindowManager(new A.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))), B.EdgeInsets_0_0_0_0, true), _null), _null), new A.MainScreen_build__closure(store), _null); + t1 = false; + t2.push(A.Expanded$(new A.AppBorder($screen, _null, _null, t1, false, _null), 1)); + 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.WindowManager(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), _null), new A.MainScreen_build__closure(store), _null); }, - $signature: 2208 + $signature: 2244 }; A.MainScreen_build__closure.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), - $async$returnValue, $async$self = this, $history, t3, t4, i, item, t5, t6, entity, t1, state, historyList, t2, isEditing, index; + $async$returnValue, $async$self = this, historyList, t3, isEditing, index, $history, t4, t5, i, item, t6, t7, entity, t1, t2; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -403673,20 +415299,23 @@ case 0: // Function start t1 = $async$self.store; - state = A._lateReadCheck(t1.__Store__state, "_state"); - historyList = state.get$historyList(); - t2 = state.uiState; - isEditing = t2.get$isEditing(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + historyList = t2.get$historyList(); + t3 = t2.uiState; + isEditing = t3.get$isEditing(); index = isEditing ? 0 : 1; - if (t2.previewStack._list.length !== 0) { - t1.get$_dispatchers()[0].call$1(new A.PopPreviewStack()); + if (t3.previewStack._list.length !== 0) { + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PopPreviewStack()); $async$returnValue = false; // goto return $async$goto = 1; break; } - t3 = type$.legacy_BaseEntity; - t4 = type$.JSArray_legacy_EntityType; + t4 = type$.legacy_BaseEntity; + t5 = type$.JSArray_legacy_EntityType; i = index; while (true) { if (!(i < historyList.length)) { @@ -403695,24 +415324,22 @@ } c$1: { item = historyList[i]; - t5 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], t4); - t6 = item.entityType; - if (B.JSArray_methods.contains$1(t5, t6)) { + t6 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], t5); + t7 = item.entityType; + if (B.JSArray_methods.contains$1(t6, t7)) { $history = item; break; } else { - t5 = item.id; - if (t5 == null) + t6 = item.id; + if (t6 == null) break c$1; - entity = t3._as(state.getEntityMap$1(t6)._map$_map.$index(0, t5)); + entity = t4._as(t2.getEntityMap$1(t7)._map$_map.$index(0, t6)); if (entity != null) { entity.get$archivedAt(); - t5 = entity.get$archivedAt() > 0 && !entity.get$isDeleted(entity); - t6 = !(!t5 && !entity.get$isDeleted(entity)); - t5 = t6; + t6 = !(!(entity.get$archivedAt() > 0 && !entity.get$isDeleted()) && !entity.get$isDeleted()); } else - t5 = true; - if (t5) + t6 = true; + if (t6) break c$1; $history = item; break; @@ -403720,32 +415347,43 @@ } ++i; } - if (!isEditing) - t1.get$_dispatchers()[0].call$1(new A.PopLastHistory()); + if (!isEditing) { + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.PopLastHistory()); + } if ($history == null) { - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); $async$returnValue = false; // goto return $async$goto = 1; break; } - t3 = $history.entityType; - switch (t3) { + t4 = $history.entityType; + switch (t4) { case B.EntityType_dashboard: - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); break; case B.EntityType_reports: - t1.get$_dispatchers()[0].call$1(new A.ViewReports()); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewReports()); break; case B.EntityType_settings: - t3 = $history.id; - t4 = state.userCompanyStates; - t2 = t2.selectedCompanyIndex; - t2 = t4._list[t2].userCompany.company; - t1.get$_dispatchers()[0].call$1(new A.ViewSettings(t2, null, null, null, false, t3, false, 0)); + t4 = $history.id; + t2 = t2.userCompanyStates; + t3 = t3.selectedCompanyIndex; + t3 = t2._list[t3].userCompany.company; + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(t3, null, null, null, false, t4, false, 0)); break; default: - A.viewEntityById(false, $history.id, t3, null, false, false); + A.viewEntityById(false, $history.id, t4, null, false, false); } $async$returnValue = false; // goto return @@ -403758,35 +415396,36 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; A.EntityScreens.prototype = { - build$1(_, context) { - var t1, listFlex, t2, child, editEntityType, previewEntityType, entityUIState, t3, leftFilterChild, topFilterChild, t4, listWidget, t5, t6, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - prefState = state.prefState, - mainRoute = B.JSString_methods.$add("/", uiState.get$mainRoute()), - subRoute = uiState.get$subRoute(), - isEmail = subRoute === "email", - isPdf = subRoute === "pdf", - isFullScreen = state.get$isFullScreen(), - isPreviewShown = prefState.isPreviewVisible; + build$1(context) { + var uiState, prefState, mainRoute, subRoute, isEmail, isPdf, isFullScreen, isPreviewShown, t2, listFlex, t3, child, editEntityType, previewEntityType, entityUIState, leftFilterChild, topFilterChild, t4, listWidget, t5, t6, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + prefState = t1.prefState; + mainRoute = B.JSString_methods.$add("/", uiState.get$mainRoute()); + subRoute = uiState.get$subRoute(); + isEmail = subRoute === "email"; + isPdf = subRoute === "pdf"; + isFullScreen = t1.get$isFullScreen(); + isPreviewShown = prefState.isPreviewVisible; if (subRoute !== "view" && subRoute.length !== 0) isPreviewShown = true; else if (mainRoute === "/task" && prefState.showKanban && uiState.taskUIState.selectedId.length === 0) isPreviewShown = false; - t1 = prefState.moduleLayout === B.ModuleLayout_list; - if ((!t1 || mainRoute === "/task") && !isPreviewShown) + t2 = prefState.moduleLayout === B.ModuleLayout_list; + if ((!t2 || mainRoute === "/task") && !isPreviewShown) listFlex = 5; else listFlex = prefState.appLayout !== B.AppLayout_mobile && prefState.menuSidebarMode === B.AppSidebarMode_collapse && !prefState.isMenuVisible ? 4 : 3; if (uiState.get$isEditing()) { - t2 = uiState.filterStack._list; - t2 = (t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) === B.EntityType_project && uiState.currentRoute === "/project/edit"; + t3 = uiState.filterStack._list; + t3 = (t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType()) === B.EntityType_project && uiState.currentRoute === "/project/edit"; } else - t2 = false; - if (t2) + t3 = false; + if (t3) child = new A.ProjectEditScreen(_null); else if (isFullScreen) { switch (mainRoute) { @@ -403847,8 +415486,8 @@ } else { if (subRoute === "edit") { if (_this.editingFilterEntity) { - t2 = uiState.filterStack._list; - editEntityType = t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType(); + t1 = uiState.filterStack._list; + editEntityType = t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType(); } else editEntityType = _this.entityType; switch (editEntityType) { @@ -403895,18 +415534,18 @@ child = _null; } } else { - t2 = uiState.previewStack._list; - previewEntityType = t2.length === 0 ? _this.entityType : B.JSArray_methods.get$last(t2); - entityUIState = state.getUIState$1(previewEntityType); - t2 = entityUIState.get$selectedId(); - if ((t2 == null ? "" : t2).length !== 0) { - t2 = state.getEntityMap$1(previewEntityType); + t3 = uiState.previewStack._list; + previewEntityType = t3.length === 0 ? _this.entityType : B.JSArray_methods.get$last(t3); + entityUIState = t1.getUIState$1(previewEntityType); + t3 = entityUIState.get$selectedId(); + if ((t3 == null ? "" : t3).length !== 0) { + t1 = t1.getEntityMap$1(previewEntityType); t3 = entityUIState.get$selectedId(); - t3 = !t2._map$_map.containsKey$1(0, t3); - t2 = t3; + t3 = !t1._map$_map.containsKey$1(0, t3); + t1 = t3; } else - t2 = true; - if (t2) + t1 = true; + if (t1) child = new A.BlankScreen(_null, _null); else switch (previewEntityType) { @@ -403974,10 +415613,10 @@ } isFullScreen = false; } - t2 = uiState.filterStack._list; - if ((t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) != null) + t1 = uiState.filterStack._list; + if ((t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType()) != null) if (prefState.isFilterVisible) - switch (t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) { + switch (t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType()) { case B.EntityType_client: leftFilterChild = _this.editingFilterEntity && !uiState.get$isEditing() ? new A.ClientEditScreen(_null) : new A.ClientViewScreen(true, false, _null); break; @@ -404027,14 +415666,14 @@ leftFilterChild = new A.DesignViewScreen(true, _null); break; default: - A.print("Error: filter view not implemented for " + A.S(t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType())); + A.print("Error: filter view not implemented for " + A.S(t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType())); leftFilterChild = _null; } else leftFilterChild = _null; else leftFilterChild = _null; - topFilterChild = new A.EntityTopFilter((t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) != null, _null); + topFilterChild = new A.EntityTopFilter((t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType()) != null, _null); t3 = !isFullScreen; if (t3) { t4 = _this.entityType; @@ -404093,20 +415732,20 @@ if (t3) { t3 = prefState.isFilterVisible; if (t3) - t2 = listWidget; + t1 = listWidget; else { t3 = A._setArrayType([], t4); - if (prefState.isViewerFullScreen$1(t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType())) + if (prefState.isViewerFullScreen$1(t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType())) t3.push(new A.SizedBox(_null, 360, topFilterChild, _null)); else t3.push(topFilterChild); - t3.push(A.Expanded$(new A.AppBorder(listWidget, (t2.length === 0 ? _null : B.JSArray_methods.get$last(t2).get$entityType()) != null && true, _null, _null, false, _null), 1)); + t3.push(A.Expanded$(new A.AppBorder(listWidget, (t1.length === 0 ? _null : B.JSArray_methods.get$last(t1).get$entityType()) != null && true, _null, _null, false, _null), 1)); t3 = A.Column$(t3, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); - t2 = t3; + t1 = t3; } - t5.push(A.Expanded$(A.ClipRRect$(B.BorderRadius_tLn, new A.AppBorder(t2, _null, _null, t6, false, _null)), listFlex)); + t5.push(A.Expanded$(A.ClipRRect$(B.BorderRadius_tLn, new A.AppBorder(t1, _null, _null, t6, false, _null), B.Clip_2), listFlex)); } - if (t1 && mainRoute !== "/task" || isPreviewShown) { + if (t2 && mainRoute !== "/task" || isPreviewShown) { t1 = isFullScreen ? listFlex + 2 : 2; t5.push(A.Expanded$(new A.AppBorder(child, _null, _null, true, false, _null), t1)); } @@ -404116,12 +415755,13 @@ } }; A.SettingsScreens.prototype = { - build$1(_, context) { - var t1, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - prefState = state.prefState, - $screen = new A.BlankScreen(_null, _null); + build$1(context) { + var uiState, prefState, $screen, t2, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + prefState = t1.prefState; + $screen = new A.BlankScreen(_null, _null); switch (uiState.get$subRoute()) { case "company_details": $screen = new A.CompanyDetailsScreen(_null); @@ -404282,14 +415922,17 @@ case "expense_category/edit": $screen = new A.ExpenseCategoryEditScreen(_null); break; + case "bank_accounts": + $screen = new A.BankAccountScreenBuilder(_null); + break; } - t1 = A._setArrayType([], type$.JSArray_legacy_Widget); - if (!state.get$isFullScreen()) - t1.push(A.Expanded$(new A.SettingsScreenBuilder(_null), 2)); - t1.push(A.Expanded$(new A.AppBorder($screen, _null, _null, true, false, _null), 3)); + t2 = A._setArrayType([], type$.JSArray_legacy_Widget); + if (!t1.get$isFullScreen()) + t2.push(A.Expanded$(new A.SettingsScreenBuilder(_null), 2)); + t2.push(A.Expanded$(new A.AppBorder($screen, _null, _null, true, false, _null), 3)); if (prefState.isHistoryVisible && prefState.historySidebarMode === B.AppSidebarMode_visible) - t1.push(new A.AppBorder(new A.HistoryDrawerBuilder(_null), _null, _null, true, false, _null)); - return A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t2.push(new A.AppBorder(new A.HistoryDrawerBuilder(_null), _null, _null, true, false, _null)); + return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A.MenuDrawer.prototype = { @@ -404298,134 +415941,138 @@ } }; A._MenuDrawerState.prototype = { - build$1(_, context) { - var t4, t5, t6, t7, t8, _collapsedCompanySelector, _expandedCompanySelector, t9, t10, t11, t12, _this = this, _null = null, + build$1(context) { + var t3, enableDarkMode, t4, company, inactiveColor, t5, t6, t7, t8, t9, _collapsedCompanySelector, _expandedCompanySelector, t10, t11, t12, t13, _this = this, _null = null, t1 = type$.legacy_AppState, store = A.StoreProvider_of(context, t1), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = state.prefState, - enableDarkMode = t2.enableDarkMode, - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - company = _this._widget.viewModel.selectedCompany, - inactiveColor = t2.customColors._map$_map.$index(0, "sidebar_inactive_background_color"); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.prefState; + enableDarkMode = t3.enableDarkMode; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + company = _this._widget.viewModel.selectedCompany; + inactiveColor = t3.customColors._map$_map.$index(0, "sidebar_inactive_background_color"); if (inactiveColor == null) inactiveColor = ""; if (company == null) return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t2 = new A._MenuDrawerState_build__companyLogo(); - t4 = new A._MenuDrawerState_build__companyListItem(_this, state, store, t2, t3, context); - t3.toString; - t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t3.localeCode; - t7 = J.$index$asx(t5.$index(0, t6), "select_company"); - if (t7 == null) - t7 = ""; - t8 = type$.legacy_String; - _collapsedCompanySelector = A.PopupMenuButton$(new A.SizedBox(38, 50, t2.call$1(_this._widget.viewModel.selectedCompany), _null), A.Theme_of(context).cardColor, true, _null, _null, new A._MenuDrawerState_build_closure(_this, t4, state, t3), new A._MenuDrawerState_build_closure0(_this, context, state, t3), B.EdgeInsets_8_8_8_8, t7, t8); - if (state.get$companies().length === 0) + t3 = new A._MenuDrawerState_build__companyLogo(); + t5 = new A._MenuDrawerState_build__companyListItem(_this, t2, store, t3, t4, context); + t4.toString; + t6 = $.$get$LocalizationsProvider__localizedValues(); + t7 = t4.localeCode; + t8 = J.$index$asx(t6.$index(0, t7), "select_company"); + if (t8 == null) + t8 = ""; + t9 = type$.legacy_String; + _collapsedCompanySelector = A.PopupMenuButton$(new A.SizedBox(38, 50, t3.call$1(_this._widget.viewModel.selectedCompany), _null), A.Theme_of(context).cardColor, true, _null, _null, new A._MenuDrawerState_build_closure(_this, t5, t2, t4), new A._MenuDrawerState_build_closure0(_this, context, t2, t4), B.EdgeInsets_8_8_8_8, t8, t9); + if (t2.get$companies().length === 0) _expandedCompanySelector = new A.SizedBox(_null, _null, _null, _null); else { - t2 = _this._widget.viewModel.selectedCompanyIndex; - t7 = state.get$companies(); - t9 = A._arrayInstanceType(t7)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); - t9 = A.List_List$of(A.List_List$of(new A.MappedListIterable(t7, new A._MenuDrawerState_build_closure1(state, t4), t9), true, t9._eval$1("ListIterable.E")), true, type$.legacy_DropdownMenuItem_legacy_String); - if (state.get$canAddCompany()) - t9.push(A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), A.Icon$(B.IconData_57423_MaterialIcons_null_false, _null, 32), new A.SizedBox(15, _null, _null, _null), A.Text$(t3.get$addCompany(), _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), _null, "company", t8)); - t9.push(A.DropdownMenuItem$(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$(t3.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), _null, "logout", t8)); - _expandedCompanySelector = new A.SizedBox(_null, 50, A.AppDropdownButton$(_null, "", true, t9, new A.ValueKey("select_company_dropdown_key", type$.ValueKey_legacy_String), _null, new A._MenuDrawerState_build_closure2(_this, state, context, t3), new A._MenuDrawerState_build_closure3(state, t4), false, t2, t8), _null); + t3 = _this._widget.viewModel.selectedCompanyIndex; + t8 = t2.get$companies(); + t10 = A._arrayInstanceType(t8)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); + t10 = A.List_List$of(A.List_List$of(new A.MappedListIterable(t8, new A._MenuDrawerState_build_closure1(t2, t5), t10), true, t10._eval$1("ListIterable.E")), true, type$.legacy_DropdownMenuItem_legacy_String); + if (t2.get$canAddCompany()) + t10.push(A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), A.Icon$(B.IconData_57423_MaterialIcons_null_false, _null, 32), new A.SizedBox(15, _null, _null, _null), A.Text$(t4.get$addCompany(), _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), _null, "company", t9)); + t10.push(A.DropdownMenuItem$(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$(t4.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), _null, "logout", t9)); + _expandedCompanySelector = new A.SizedBox(_null, 50, A.AppDropdownButton$(_null, "", true, t10, new A.ValueKey("select_company_dropdown_key", type$.ValueKey_legacy_String), _null, new A._MenuDrawerState_build_closure2(_this, t2, context, t4), new A._MenuDrawerState_build_closure3(t2, t5), false, t3, t9), _null); } - if (state.get$isMenuCollapsed()) - t2 = 65; + if (t2.get$isMenuCollapsed()) + t3 = 65; else - t2 = A.getLayout(context) === B.AppLayout_desktop ? 210 : 272; - if (state.get$credentials(state).token.length === 0) - t4 = A.Expanded$(new A.SizedBox(_null, _null, _null, _null), 1); + t3 = A.getLayout(context) === B.AppLayout_desktop ? 210 : 272; + if (t2.get$credentials(t2).token.length === 0) + t5 = A.Expanded$(new A.SizedBox(_null, _null, _null, _null), 1); else { - t4 = enableDarkMode ? B.Color_452984831 : A.Theme_of(context).cardColor; - t7 = state.get$isMenuCollapsed() ? _collapsedCompanySelector : _expandedCompanySelector; - t4 = A.Container$(_null, t7, B.Clip_0, t4, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(14, 3, 14, 3), _null, _null, _null); + t5 = enableDarkMode ? B.Color_452984831 : A.Theme_of(context).cardColor; + t8 = t2.get$isMenuCollapsed() ? _collapsedCompanySelector : _expandedCompanySelector; + t5 = A.Container$(_null, t8, B.Clip_0, t5, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(14, 3, 14, 3), _null, _null, _null); } - if (state.get$credentials(state).token.length === 0) + if (t2.get$credentials(t2).token.length === 0) t1 = new A.SizedBox(_null, _null, _null, _null); else { - t7 = inactiveColor.length !== 0 ? A.convertHexStringToColor(inactiveColor) : A.Theme_of(context).cardColor; - t8 = A._setArrayType([], type$.JSArray_legacy_Widget); - t9 = state.userCompanyStates; - t10 = state.uiState.selectedCompanyIndex; - t9 = t9._list; - t11 = t9[t10].userCompany.account; - if (!t11.accountSmsVerified && state.get$isHosted()) - if (state.get$isMenuCollapsed()) { - t11 = t3.get$verifyPhoneNumberHelp(); - t8.push(A.Tooltip$(A.ListTile$(false, B.EdgeInsets_12_0_0_0, _null, _null, true, _null, _null, false, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A._MenuDrawerState_build_closure4(context), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, false, _null, _null, _null, _null, _null, _null, _null), t11)); + t8 = inactiveColor.length !== 0 ? A.convertHexStringToColor(inactiveColor) : A.Theme_of(context).cardColor; + t9 = A._setArrayType([], type$.JSArray_legacy_Widget); + t10 = t2.userCompanyStates; + t11 = t2.uiState.selectedCompanyIndex; + t10 = t10._list; + t12 = t10[t11].userCompany.account; + if (!t12.accountSmsVerified && t2.get$isHosted()) + if (t2.get$isMenuCollapsed()) { + t12 = t4.get$verifyPhoneNumberHelp(); + t9.push(A.Tooltip$(A.ListTile$(false, B.EdgeInsets_12_0_0_0, _null, _null, true, _null, _null, false, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A._MenuDrawerState_build_closure4(context), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, false, _null, _null, _null, _null, _null, _null, _null), t12)); } else - t8.push(A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._MenuDrawerState_build_closure5(context), false, _null, _null, A.Text$(t3.get$verifyPhoneNumberHelp(), _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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), B.Color_4293880832, _null, _null, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); + t9.push(A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._MenuDrawerState_build_closure5(context), false, _null, _null, A.Text$(t4.get$verifyPhoneNumberHelp(), _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), _null, _null, _null), B.Color_4293880832, _null, _null, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); else { - t11 = t9[t10].userCompany; - if (t11.company.isDisabled && t11.isAdmin) - if (state.get$isMenuCollapsed()) { - t11 = t3.get$companyDisabledWarning(); - t8.push(A.Tooltip$(A.ListTile$(false, B.EdgeInsets_12_0_0_0, _null, _null, true, _null, _null, false, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A._MenuDrawerState_build_closure6(store, company), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, false, _null, _null, _null, _null, _null, _null, _null), t11)); + t12 = t10[t11].userCompany; + if (t12.company.isDisabled && t12.isAdmin) + if (t2.get$isMenuCollapsed()) { + t12 = t4.get$companyDisabledWarning(); + t9.push(A.Tooltip$(A.ListTile$(false, B.EdgeInsets_12_0_0_0, _null, _null, true, _null, _null, false, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A._MenuDrawerState_build_closure6(store, company), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, false, _null, _null, _null, _null, _null, _null, _null), t12)); } else { - t11 = J.$index$asx(t5.$index(0, t6), "warning"); - if (t11 == null) - t11 = ""; - t12 = A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t8.push(A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._MenuDrawerState_build_closure7(store, company), false, _null, _null, A.Text$(t3.get$companyDisabledWarning(), _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, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), B.Color_4293880832, new A.Padding(B.EdgeInsets_0_0_0_6, new A.IconText(t11, B.IconData_59083_MaterialIcons_null_false, t12, _null, false, _null), _null), _null, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); + t12 = J.$index$asx(t6.$index(0, t7), "warning"); + if (t12 == null) + t12 = ""; + t13 = 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); + t9.push(A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._MenuDrawerState_build_closure7(store, company), false, _null, _null, A.Text$(t4.get$companyDisabledWarning(), _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), _null, _null, _null), B.Color_4293880832, new A.Padding(B.EdgeInsets_0_0_0_6, new A.IconText(t12, B.IconData_59083_MaterialIcons_null_false, t13, _null, false, _null), _null), _null, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); } } - if (t9[t10].userCompany.isOwner) - if (state.get$isHosted()) - if (!A._lateReadCheck(A.StoreProvider_of(context, t1).__Store__state, "_state").get$isPaidAccount()) + if (t10[t11].userCompany.isOwner) + if (t2.get$isHosted()) { + t1 = A.StoreProvider_of(context, t1).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.get$isPaidAccount()) A.isApple(); - t8.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_dashboard), _null, new A._MenuDrawerState_build_closure8(store), new A._MenuDrawerState_build_closure9(), t3.get$dashboard())); + } + t9.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_dashboard), _null, new A._MenuDrawerState_build_closure8(store), new A._MenuDrawerState_build_closure9(), t4.get$dashboard())); t1 = A.getEntityIcon(B.EntityType_client); - t11 = t3.get$clients(t3); - t8.push(A.DrawerTile$(company, B.EntityType_client, t1, t3.get$newClient(), _null, _null, t11)); - t11 = A.getEntityIcon(B.EntityType_product); - t1 = t3.get$products(); - t8.push(A.DrawerTile$(company, B.EntityType_product, t11, t3.get$newProduct(), _null, _null, t1)); + t12 = t4.get$clients(t4); + t9.push(A.DrawerTile$(company, B.EntityType_client, t1, t4.get$newClient(), _null, _null, t12)); + t12 = A.getEntityIcon(B.EntityType_product); + t1 = t4.get$products(); + t9.push(A.DrawerTile$(company, B.EntityType_product, t12, t4.get$newProduct(), _null, _null, t1)); t1 = A.getEntityIcon(B.EntityType_invoice); - t11 = t3.get$invoices(); - t8.push(A.DrawerTile$(company, B.EntityType_invoice, t1, t3.get$newInvoice(), _null, _null, t11)); - t11 = A.getEntityIcon(B.EntityType_recurringInvoice); - t1 = t3.get$recurringInvoices(); - t8.push(A.DrawerTile$(company, B.EntityType_recurringInvoice, t11, t3.get$newRecurringInvoice(), _null, _null, t1)); + t12 = t4.get$invoices(); + t9.push(A.DrawerTile$(company, B.EntityType_invoice, t1, t4.get$newInvoice(), _null, _null, t12)); + t12 = A.getEntityIcon(B.EntityType_recurringInvoice); + t1 = t4.get$recurringInvoices(); + t9.push(A.DrawerTile$(company, B.EntityType_recurringInvoice, t12, t4.get$newRecurringInvoice(), _null, _null, t1)); t1 = A.getEntityIcon(B.EntityType_payment); - t11 = t3.get$payments(); - t6 = J.$index$asx(t5.$index(0, t6), "new_payment"); - t8.push(A.DrawerTile$(company, B.EntityType_payment, t1, t6 == null ? "" : t6, _null, _null, t11)); + t12 = t4.get$payments(); + t7 = J.$index$asx(t6.$index(0, t7), "new_payment"); + t9.push(A.DrawerTile$(company, B.EntityType_payment, t1, t7 == null ? "" : t7, _null, _null, t12)); t1 = A.getEntityIcon(B.EntityType_quote); - t5 = t3.get$quotes(t3); - t8.push(A.DrawerTile$(company, B.EntityType_quote, t1, t3.get$newQuote(), _null, _null, t5)); - t5 = A.getEntityIcon(B.EntityType_credit); - t1 = t3.get$credits(); - t8.push(A.DrawerTile$(company, B.EntityType_credit, t5, t3.get$newCredit(), _null, _null, t1)); + t6 = t4.get$quotes(t4); + t9.push(A.DrawerTile$(company, B.EntityType_quote, t1, t4.get$newQuote(), _null, _null, t6)); + t6 = A.getEntityIcon(B.EntityType_credit); + t1 = t4.get$credits(); + t9.push(A.DrawerTile$(company, B.EntityType_credit, t6, t4.get$newCredit(), _null, _null, t1)); t1 = A.getEntityIcon(B.EntityType_project); - t5 = t3.get$projects(); - t8.push(A.DrawerTile$(company, B.EntityType_project, t1, t3.get$newProject(), _null, _null, t5)); - t5 = A.getEntityIcon(B.EntityType_task); - t1 = t3.get$tasks(); - t8.push(A.DrawerTile$(company, B.EntityType_task, t5, t3.get$newTask(), _null, _null, t1)); + t6 = t4.get$projects(); + t9.push(A.DrawerTile$(company, B.EntityType_project, t1, t4.get$newProject(), _null, _null, t6)); + t6 = A.getEntityIcon(B.EntityType_task); + t1 = t4.get$tasks(); + t9.push(A.DrawerTile$(company, B.EntityType_task, t6, t4.get$newTask(), _null, _null, t1)); t1 = A.getEntityIcon(B.EntityType_vendor); - t5 = t3.get$vendors(); - t8.push(A.DrawerTile$(company, B.EntityType_vendor, t1, t3.get$newVendor(), _null, _null, t5)); - t8.push(A.DrawerTile$(company, B.EntityType_purchaseOrder, A.getEntityIcon(B.EntityType_purchaseOrder), _null, _null, _null, t3.get$purchaseOrders())); - t5 = A.getEntityIcon(B.EntityType_expense); - t1 = t3.get$expenses(); - t8.push(A.DrawerTile$(company, B.EntityType_expense, t5, t3.get$newExpense(), _null, _null, t1)); - t8.push(A.DrawerTile$(company, B.EntityType_recurringExpense, A.getEntityIcon(B.EntityType_recurringExpense), _null, _null, _null, t3.get$recurringExpenses())); + t6 = t4.get$vendors(); + t9.push(A.DrawerTile$(company, B.EntityType_vendor, t1, t4.get$newVendor(), _null, _null, t6)); + t9.push(A.DrawerTile$(company, B.EntityType_purchaseOrder, A.getEntityIcon(B.EntityType_purchaseOrder), _null, _null, _null, t4.get$purchaseOrders())); + t6 = A.getEntityIcon(B.EntityType_expense); + t1 = t4.get$expenses(); + t9.push(A.DrawerTile$(company, B.EntityType_expense, t6, t4.get$newExpense(), _null, _null, t1)); + t9.push(A.DrawerTile$(company, B.EntityType_recurringExpense, A.getEntityIcon(B.EntityType_recurringExpense), _null, _null, _null, t4.get$recurringExpenses())); if (A.isApple()) - t1 = !state.get$isHosted() || t9[t10].userCompany.account.plan === "enterprise" || t9[t10].userCompany.account.plan === "pro"; + t1 = !t2.get$isHosted() || t10[t11].userCompany.account.plan === "enterprise" || t10[t11].userCompany.account.plan === "pro"; else t1 = true; if (t1) - t8.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_reports), _null, _null, new A._MenuDrawerState_build_closure10(), t3.get$reports())); - t8.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_settings), _null, _null, new A._MenuDrawerState_build_closure11(), t3.get$settings())); - t1 = A.Expanded$(A.Container$(_null, new A.ScrollableListView(t8, _null, _null, _null), B.Clip_0, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1); + t9.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_reports), _null, _null, new A._MenuDrawerState_build_closure10(), t4.get$reports())); + t9.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_settings), _null, _null, new A._MenuDrawerState_build_closure11(), t4.get$settings())); + t1 = A.Expanded$(A.Container$(_null, new A.ScrollableListView(t9, _null, _null, _null), B.Clip_0, t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1); } - t3 = state.get$isMenuCollapsed() ? new A.SidebarFooterCollapsed(_null) : new A.SidebarFooter(_null); - return A.FocusTraversalGroup$(A.Container$(_null, A.Drawer$(A.SafeArea$(true, A.Column$(A._setArrayType([t4, t1, new A.SizedBox(_null, 50, new A.AppBorder(new A.Align(new A.Alignment(0, 1), _null, _null, t3, _null), true, _null, _null, false, _null), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.EdgeInsets_0_0_0_0, true)), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2), true, true, _null); + t2 = t2.get$isMenuCollapsed() ? new A.SidebarFooterCollapsed(_null) : new A.SidebarFooter(_null); + return A.FocusTraversalGroup$(A.Container$(_null, A.Drawer$(A.SafeArea$(true, A.Column$(A._setArrayType([t5, t1, new A.SizedBox(_null, 50, new A.AppBorder(new A.Align(new A.Alignment(0, 1), _null, _null, t2, _null), true, _null, _null, false, _null), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.EdgeInsets_0_0_0_0, true)), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3), true, _null); } }; A._MenuDrawerState_build__companyLogo.prototype = { @@ -404433,7 +416080,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: 643 + $signature: 634 }; A._MenuDrawerState_build__companyListItem.prototype = { call$2$showAccentColor(company, showAccentColor) { @@ -404450,8 +416097,10 @@ t3 = false; if (t3) { t3 = _this.store; - t3 = A._lateReadCheck(t3.__Store__state, "_state").get$historyList().length === 0 ? new A._MenuDrawerState_build__companyListItem_closure0(t3) : new A._MenuDrawerState_build__companyListItem_closure1(t3, t1); - t3 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_984508_MaterialIcons_null_false, _null, _null), _null, t3, B.EdgeInsets_8_8_8_8, _null, _null, _null); + t4 = t3.__Store__state_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3 = t4.get$historyList().length === 0 ? new A._MenuDrawerState_build__companyListItem_closure0(t3) : new A._MenuDrawerState_build__companyListItem_closure1(t3, t1); + t3 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_omC, _null, _null), _null, t3, B.EdgeInsets_8_8_8_8, _null, _null, _null); } else t3 = new A.Padding(B.EdgeInsets_0_0_2_0, _this._companyLogo.call$1(company), _null); t4 = company.settings.name; @@ -404468,73 +416117,79 @@ call$1(company) { return this.call$2$showAccentColor(company, true); }, - $signature: 2210 + $signature: 2246 }; A._MenuDrawerState_build__companyListItem_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 2211 + $signature: 2247 }; A._MenuDrawerState_build__companyListItem_closure2.prototype = { call$1(_) { var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure0(t1)); }, - $signature: 341 + $signature: 299 }; A._MenuDrawerState_build__companyListItem__closure0.prototype = { call$0() { return this.$this._menu_drawer$_isHovered = true; }, - $signature: 22 + $signature: 23 }; A._MenuDrawerState_build__companyListItem_closure3.prototype = { call$1(_) { var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure(t1)); }, - $signature: 268 + $signature: 280 }; A._MenuDrawerState_build__companyListItem__closure.prototype = { call$0() { return this.$this._menu_drawer$_isHovered = false; }, - $signature: 22 + $signature: 23 }; A._MenuDrawerState_build__companyListItem_closure0.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ViewDashboard(false, null)); }, $signature: 10 }; A._MenuDrawerState_build__companyListItem_closure1.prototype = { call$0() { - var $history, t2, t3, t4, _null = null, - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.PopLastHistory()); - if (A._lateReadCheck(t1.__Store__state, "_state").get$historyList().length === 0) { - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, _null)); + var t3, $history, t4, _null = null, + t1 = this.store, + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.PopLastHistory()); + t3 = t1.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3.get$historyList().length === 0) { + t2[0].call$1(new A.ViewDashboard(false, _null)); return; } - $history = B.JSArray_methods.get$first(A._lateReadCheck(t1.__Store__state, "_state").get$historyList()); - t2 = $history.entityType; - switch (t2) { + $history = B.JSArray_methods.get$first(t1.__Store__state_A.get$historyList()); + t1 = $history.entityType; + switch (t1) { case B.EntityType_dashboard: - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, _null)); + t2[0].call$1(new A.ViewDashboard(false, _null)); break; case B.EntityType_reports: - t1.get$_dispatchers()[0].call$1(new A.ViewReports()); + t2[0].call$1(new A.ViewReports()); break; case B.EntityType_settings: - t2 = $history.id; + t1 = $history.id; t3 = this.state; t4 = t3.uiState.selectedCompanyIndex; t4 = t3.userCompanyStates._list[t4].userCompany.company; - t1.get$_dispatchers()[0].call$1(new A.ViewSettings(t4, _null, _null, _null, false, t2, false, 0)); + t2[0].call$1(new A.ViewSettings(t4, _null, _null, _null, false, t1, false, 0)); break; default: - A.viewEntityById(false, $history.id, t2, _null, false, false); + A.viewEntityById(false, $history.id, t1, _null, false, false); } }, $signature: 1 @@ -404550,13 +416205,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: 377 + $signature: 452 }; A._MenuDrawerState_build__closure3.prototype = { call$1(company) { return A.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.legacy_String); }, - $signature: 2212 + $signature: 2248 }; A._MenuDrawerState_build_closure0.prototype = { call$1(companyId) { @@ -404597,7 +416252,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 805 + $signature: 762 }; A._MenuDrawerState_build_closure3.prototype = { call$1(context) { @@ -404605,20 +416260,20 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Widget*>"); return A.List_List$of(new A.MappedListIterable(t1, new A._MenuDrawerState_build__closure1(this._companyListItem), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 2213 + $signature: 2249 }; A._MenuDrawerState_build__closure1.prototype = { call$1(company) { return this._companyListItem.call$2$showAccentColor(company, false); }, - $signature: 643 + $signature: 634 }; 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: 2214 + $signature: 2250 }; A._MenuDrawerState_build_closure2.prototype = { call$1(value) { @@ -404672,7 +416327,7 @@ call$1(context) { return new A.SmsVerification(null); }, - $signature: 642 + $signature: 635 }; A._MenuDrawerState_build_closure5.prototype = { call$0() { @@ -404684,19 +416339,23 @@ call$1(context) { return new A.SmsVerification(null); }, - $signature: 642 + $signature: 635 }; A._MenuDrawerState_build_closure6.prototype = { call$0() { - var _null = null; - return this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(this.company, _null, _null, _null, false, "account_management", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ViewSettings(this.company, _null, _null, _null, false, "account_management", false, _null)); }, $signature: 10 }; A._MenuDrawerState_build_closure7.prototype = { call$0() { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(this.company, _null, _null, _null, false, "account_management", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(this.company, _null, _null, _null, false, "account_management", false, _null)); }, $signature: 1 }; @@ -404708,7 +416367,9 @@ }; A._MenuDrawerState_build_closure8.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, "")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ViewDashboard(false, "")); }, $signature: 10 }; @@ -404739,78 +416400,79 @@ } }; A._DrawerTileState.prototype = { - build$1(_, context) { - var userCompany, $navigator, t3, enableDarkMode, route, t4, t5, t6, isSelected, inactiveColor, inactiveFontColor, activeColor, activeFontColor, textColor, color, onTap, onLongPress, iconWidget, isLoading, child, _this = this, _null = null, _s6_ = "kanban", + build$1(context) { + var uiState, prefState, t2, t3, userCompany, $navigator, t4, enableDarkMode, route, t5, t6, t7, isSelected, inactiveColor, inactiveFontColor, activeColor, activeFontColor, textColor, color, onTap, onLongPress, iconWidget, isLoading, child, _this = this, _null = null, _s6_ = "kanban", store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - prefState = state.prefState, - t1 = state.userCompanyStates, - t2 = uiState.selectedCompanyIndex; - t1 = t1._list; - userCompany = t1[t2].userCompany; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + prefState = t1.prefState; + t2 = t1.userCompanyStates; + t3 = uiState.selectedCompanyIndex; + t2 = t2._list; + userCompany = t2[t3].userCompany; $navigator = A.Navigator_of(context, false); - t3 = _this._widget.entityType; - if (t3 != null) - t3 = !(userCompany.can$2(B.UserPermission_view, t3) || userCompany.can$2(B.UserPermission_create, t3)); + t4 = _this._widget.entityType; + if (t4 != null) + t4 = !(userCompany.can$2(B.UserPermission_view, t4) || userCompany.can$2(B.UserPermission_create, t4)); else - t3 = false; - if (t3) + t4 = false; + if (t4) return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); enableDarkMode = prefState.enableDarkMode; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - if (_this._widget.title === t3.get$dashboard()) + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + if (_this._widget.title === t4.get$dashboard()) route = "dashboard"; - else if (_this._widget.title === t3.get$settings()) + else if (_this._widget.title === t4.get$settings()) route = "settings"; - else if (_this._widget.title === t3.get$reports()) + else if (_this._widget.title === t4.get$reports()) route = "reports"; else { - t4 = _this._widget.title; - t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = J.$index$asx(t5.$index(0, t3.localeCode), _s6_); - route = t4 == (t6 == null ? J.$index$asx(t5.$index(0, "en"), _s6_) : t6) ? _s6_ : _this._widget.entityType.name; + t5 = _this._widget.title; + t6 = $.$get$LocalizationsProvider__localizedValues(); + t7 = J.$index$asx(t6.$index(0, t4.localeCode), _s6_); + route = t5 == (t7 == null ? J.$index$asx(t6.$index(0, "en"), _s6_) : t7) ? _s6_ : _this._widget.entityType.name; } - t4 = uiState.filterStack._list; - if ((t4.length === 0 ? _null : B.JSArray_methods.get$last(t4).get$entityType()) != null) - if (prefState.isViewerFullScreen$1(t4.length === 0 ? _null : B.JSArray_methods.get$last(t4).get$entityType())) + t5 = uiState.filterStack._list; + if ((t5.length === 0 ? _null : B.JSArray_methods.get$last(t5).get$entityType()) != null) + if (prefState.isViewerFullScreen$1(t5.length === 0 ? _null : B.JSArray_methods.get$last(t5).get$entityType())) if (!uiState.get$isEditing()) if (!prefState.isPreviewVisible) if (!uiState.get$isEditing()) { - t5 = uiState.currentRoute; - t5 = !B.JSString_methods.endsWith$1(t5, "/email") && !B.JSString_methods.endsWith$1(t5, "/pdf") && !B.JSString_methods.startsWith$1(t5, "/settings"); + t6 = uiState.currentRoute; + t6 = !B.JSString_methods.endsWith$1(t6, "/email") && !B.JSString_methods.endsWith$1(t6, "/pdf") && !B.JSString_methods.startsWith$1(t6, "/settings"); } else - t5 = false; + t6 = false; else - t5 = true; + t6 = true; else - t5 = false; + t6 = false; else - t5 = false; + t6 = false; else - t5 = false; - if (t5) { - t5 = _this._widget.entityType; - isSelected = t5 == (t4.length === 0 ? _null : B.JSArray_methods.get$last(t4).get$entityType()); + t6 = false; + if (t6) { + t6 = _this._widget.entityType; + isSelected = t6 == (t5.length === 0 ? _null : B.JSArray_methods.get$last(t5).get$entityType()); } else isSelected = B.JSString_methods.startsWith$1(uiState.currentRoute, "/" + A.toSnakeCase(route)); - t4 = prefState.customColors._map$_map; - inactiveColor = t4.$index(0, "sidebar_inactive_background_color"); + t5 = prefState.customColors._map$_map; + inactiveColor = t5.$index(0, "sidebar_inactive_background_color"); if (inactiveColor == null) inactiveColor = ""; - inactiveFontColor = t4.$index(0, "sidebar_inactive_font_color"); + inactiveFontColor = t5.$index(0, "sidebar_inactive_font_color"); if (inactiveFontColor == null) inactiveFontColor = ""; - activeColor = t4.$index(0, "sidebar_active_background_color"); + activeColor = t5.$index(0, "sidebar_active_background_color"); if (activeColor == null) activeColor = ""; - activeFontColor = t4.$index(0, "sidebar_active_font_color"); + activeFontColor = t5.$index(0, "sidebar_active_font_color"); if (activeFontColor == null) activeFontColor = ""; - t4 = A.Theme_of(context).textTheme.bodyLarge.color; - t5 = isSelected ? 1 : 0.7; - t4.toString; - textColor = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t5), t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255); + t5 = A.Theme_of(context).textTheme.bodyLarge.color; + t6 = isSelected ? 1 : 0.7; + t5.toString; + textColor = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t6), t5.get$value(t5) >>> 16 & 255, t5.get$value(t5) >>> 8 & 255, t5.get$value(t5) & 255); if (isSelected) { if (activeColor.length !== 0) color = A.convertHexStringToColor(activeColor); @@ -404825,29 +416487,29 @@ } onTap = new A._DrawerTileState_build_closure(_this); onLongPress = new A._DrawerTileState_build_closure0(_this, context); - if (state.get$isMenuCollapsed()) { + if (t1.get$isMenuCollapsed()) { t1 = prefState.enableTooltips ? _this._widget.title : ""; t2 = isSelected ? 1 : 0.8; - return A.Tooltip$(new A.ColoredBox(color, A.Opacity$(A.InkWell$(false, _null, true, new A.SizedBox(_null, 40, A.Icon$(_this._widget.icon, textColor, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, onLongPress, onTap, _null, _null, _null, _null, _null, _null), t2), _null), t1); + return A.Tooltip$(new A.ColoredBox(color, A.Opacity$(A.InkWell$(false, _null, true, new A.SizedBox(_null, 40, A.Icon$(_this._widget.icon, textColor, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, onLongPress, onTap, _null, _null, _null, _null, _null, _null, _null), t2), _null), t1); } - if (_this._widget.title === t3.get$dashboard()) + if (_this._widget.title === t4.get$dashboard()) iconWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null), _null, new A._DrawerTileState_build_closure1(context, $navigator, store, uiState), B.EdgeInsets_8_8_8_8, _null, _null, _null); else if (userCompany.can$2(B.UserPermission_create, _this._widget.entityType)) { - t3 = prefState.enableTooltips ? _this._widget.iconTooltip : _null; - iconWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, textColor, _null), _null, new A._DrawerTileState_build_closure2(_this, context, $navigator), B.EdgeInsets_8_8_8_8, _null, t3, _null); + t4 = prefState.enableTooltips ? _this._widget.iconTooltip : _null; + iconWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, textColor, _null), _null, new A._DrawerTileState_build_closure2(_this, context, $navigator), B.EdgeInsets_8_8_8_8, _null, t4, _null); } else iconWidget = _null; - t3 = _this._widget.entityType; - isLoading = t3 != null && t1[t2].userCompany.company.isLarge && uiState.loadingEntityType === t3 && true; - t1 = isSelected ? 1 : 0.8; + t4 = _this._widget.entityType; + isLoading = t4 != null && t2[t3].userCompany.company.isLarge && uiState.loadingEntityType === t4 && true; + t2 = isSelected ? 1 : 0.8; if (_this._menu_drawer$_isHovered && A.getLayout(context) === B.AppLayout_desktop && iconWidget != null) - t2 = iconWidget; + t3 = iconWidget; else - t2 = isLoading ? new A.Padding(B.EdgeInsets_10_0_0_0, new A.SizedBox(22, 22, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null), _null) : A.FocusTraversalGroup$(A.IconButton$(B.Alignment_0_0, textColor, _null, true, A.Icon$(_this._widget.icon, _null, _null), _null, onTap, B.EdgeInsets_8_8_8_8, _null, _null, _null), true, false, _null); - t3 = _this._widget.title; - t3 = A.Text$(t3, new A.ValueKey("menu_" + A.S(t3), type$.ValueKey_legacy_String), _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyLarge.copyWith$2$color$fontSize(textColor, 14), _null, _null, _null); - child = A.Material$(B.Duration_200000, true, _null, A.Opacity$(A.ListTile$(false, B.EdgeInsets_12_0_0_0, true, _null, true, _null, _null, false, _null, t2, onLongPress, onTap, false, _null, _null, _null, _null, t3, A.getLayout(context) === B.AppLayout_mobile ? new A.Padding(B.EdgeInsets_0_0_12_0, iconWidget, _null) : _null, _null), t1), B.Clip_0, color, 0, _null, _null, _null, _null, _null, B.MaterialType_0); - if (state.get$isMenuCollapsed()) + t3 = isLoading ? new A.Padding(B.EdgeInsets_10_0_0_0, new A.SizedBox(22, 22, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null), _null) : A.FocusTraversalGroup$(A.IconButton$(B.Alignment_0_0, textColor, _null, true, A.Icon$(_this._widget.icon, _null, _null), _null, onTap, B.EdgeInsets_8_8_8_8, _null, _null, _null), false, _null); + t4 = _this._widget.title; + t4 = A.Text$(t4, new A.ValueKey("menu_" + A.S(t4), type$.ValueKey_legacy_String), _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyLarge.copyWith$2$color$fontSize(textColor, 14), _null, _null, _null); + child = A.Material$(B.Duration_200000, true, _null, A.Opacity$(A.ListTile$(false, B.EdgeInsets_12_0_0_0, true, _null, true, _null, _null, false, _null, t3, onLongPress, onTap, false, _null, _null, _null, _null, t4, A.getLayout(context) === B.AppLayout_mobile ? new A.Padding(B.EdgeInsets_0_0_12_0, iconWidget, _null) : _null, _null), t2), B.Clip_0, color, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + if (t1.get$isMenuCollapsed()) child = A.Tooltip$(child, _this._widget.title); return A.MouseRegion$(child, B.C__DeferringMouseCursor, _null, new A._DrawerTileState_build_closure3(_this), new A._DrawerTileState_build_closure4(_this), _null); } @@ -404878,12 +416540,14 @@ }; A._DrawerTileState_build_closure1.prototype = { call$0() { - var t1, _this = this; + var t1, t2, _this = this; if (A.getLayout(_this.context) === B.AppLayout_mobile) - _this.navigator.pop$0(0); + _this.navigator.pop$0(); t1 = _this.uiState; t1 = t1.get$mainRoute() === "dashboard" && t1.filter === "" ? null : ""; - _this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ViewDashboard(false, t1)); }, $signature: 1 }; @@ -404891,7 +416555,7 @@ call$0() { var t1 = this.context; if (A.getLayout(t1) === B.AppLayout_mobile) - this.navigator.pop$0(0); + this.navigator.pop$0(); A.createEntityByType(false, t1, this.$this._widget.entityType); }, $signature: 1 @@ -404901,110 +416565,107 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 341 + $signature: 299 }; A._DrawerTileState_build__closure0.prototype = { call$0() { return this.$this._menu_drawer$_isHovered = true; }, - $signature: 22 + $signature: 23 }; A._DrawerTileState_build_closure4.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure(t1)); }, - $signature: 268 + $signature: 280 }; A._DrawerTileState_build__closure.prototype = { call$0() { return this.$this._menu_drawer$_isHovered = false; }, - $signature: 22 + $signature: 23 }; A.SidebarFooter.prototype = { - build$1(_, context) { - var account, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var prefState, t2, t3, t4, account, t5, t6, t7, t8, t9, _null = null, _s10_ = "user_guide", store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - prefState = state.prefState, - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - account = t2[t3].userCompany.account; - t4 = A.Theme_of(context).bottomAppBarColor; - t5 = type$.JSArray_legacy_Widget; - t6 = A._setArrayType([], t5); - if (state.get$isMenuCollapsed()) - B.JSArray_methods.addAll$1(t6, A._setArrayType([A.Expanded$(new A.SizedBox(_null, _null, _null, _null), 1)], t5)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + prefState = t1.prefState; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t1.userCompanyStates; + t4 = t1.uiState.selectedCompanyIndex; + t3 = t3._list; + account = t3[t4].userCompany.account; + t5 = A.Theme_of(context).bottomAppBarColor; + t6 = type$.JSArray_legacy_Widget; + t7 = A._setArrayType([], t6); + if (t1.get$isMenuCollapsed()) + B.JSArray_methods.addAll$1(t7, A._setArrayType([A.Expanded$(new A.SizedBox(_null, _null, _null, _null), 1)], t6)); else { - t5 = A._setArrayType([], t5); - t7 = A.cleanApiUrl(state.authState.url); - if (t7 !== "https://demo.invoiceninja.com") - if (!state.get$isHosted() && !account.isSchedulerRunning) { - t2 = prefState.enableTooltips ? t1.get$error(t1) : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), _null, new A.SidebarFooter_build_closure(context, t1, store), B.EdgeInsets_8_8_8_8, _null, t2, _null)); - } else if (state.get$credentials(state).token.length === 0) { - t2 = prefState.enableTooltips ? t1.get$error(t1) : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), _null, new A.SidebarFooter_build_closure0(context), B.EdgeInsets_8_8_8_8, _null, t2, _null)); + t6 = A._setArrayType([], t6); + if (A.cleanApiUrl(t1.authState.url) !== "https://demo.invoiceninja.com" && account.id.length !== 0) + if (!t1.get$isHosted() && !account.isSchedulerRunning) { + t3 = prefState.enableTooltips ? t2.get$error(t2) : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), _null, new A.SidebarFooter_build_closure(context, t2, store), B.EdgeInsets_8_8_8_8, _null, t3, _null)); + } else if (t1.get$credentials(t1).token.length === 0) { + t3 = prefState.enableTooltips ? t2.get$error(t2) : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), _null, new A.SidebarFooter_build_closure0(context), B.EdgeInsets_8_8_8_8, _null, t3, _null)); } else { - if (!state.get$isHosted()) { - t2 = t2[t3].userCompany.account; - t2 = !t2.disableAutoUpdate && !t2.isDocker && state.get$isUpdateAvailable(); + if (!t1.get$isHosted()) { + t3 = t3[t4].userCompany.account; + t3 = !t3.disableAutoUpdate && !t3.isDocker && t1.get$isUpdateAvailable(); } else - t2 = false; - if (t2) { - t2 = prefState.enableTooltips ? t1.get$updateAvailable() : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null), _null, new A.SidebarFooter_build_closure1(context), B.EdgeInsets_8_8_8_8, _null, t2, _null)); - } else if (state.get$isHosted() && A.getUnconnectedStripeAccount(state) != null) - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure2(context), B.EdgeInsets_8_8_8_8, _null, _null, _null)); - else { - t2 = !state.dismissedNativeWarning && !prefState.hideDesktopWarning; - if (t2) - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58446_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure3(context, t1, store), B.EdgeInsets_8_8_8_8, _null, _null, _null)); - } + t3 = false; + if (t3) { + t3 = prefState.enableTooltips ? t2.get$updateAvailable() : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null), _null, new A.SidebarFooter_build_closure1(context), B.EdgeInsets_8_8_8_8, _null, t3, _null)); + } else if (t1.get$isHosted() && A.getUnconnectedStripeAccount(t1) != null) + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure2(context), B.EdgeInsets_8_8_8_8, _null, _null, _null)); + else if (!t1.dismissedNativeWarning && !prefState.hideDesktopWarning) + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58446_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure3(context, t2, store), B.EdgeInsets_8_8_8_8, _null, _null, _null)); } - t2 = A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null); - t3 = prefState.enableTooltips; - t7 = t3 ? t1.get$contactUs() : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, _null, new A.SidebarFooter_build_closure4(context), B.EdgeInsets_8_8_8_8, _null, t7, _null)); - t7 = A.Icon$(B.IconData_58051_MaterialIcons_null_false, _null, _null); - t2 = t3 ? t1.get$supportForum() : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t7, _null, new A.SidebarFooter_build_closure5(), B.EdgeInsets_8_8_8_8, _null, t2, _null)); - t2 = A.Icon$(B.IconData_58123_MaterialIcons_null_true, _null, _null); - if (t3) { - t1.toString; - t7 = $.$get$LocalizationsProvider__localizedValues(); - t8 = J.$index$asx(t7.$index(0, t1.localeCode), _s10_); - t7 = t8 == null ? J.$index$asx(t7.$index(0, "en"), _s10_) : t8; + t3 = A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null); + t4 = prefState.enableTooltips; + t8 = t4 ? t2.get$contactUs() : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, _null, new A.SidebarFooter_build_closure4(context), B.EdgeInsets_8_8_8_8, _null, t8, _null)); + t8 = A.Icon$(B.IconData_58051_MaterialIcons_null_false, _null, _null); + t3 = t4 ? t2.get$supportForum() : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t8, _null, new A.SidebarFooter_build_closure5(), B.EdgeInsets_8_8_8_8, _null, t3, _null)); + t3 = A.Icon$(B.IconData_58123_MaterialIcons_null_true, _null, _null); + if (t4) { + t2.toString; + t8 = $.$get$LocalizationsProvider__localizedValues(); + t9 = J.$index$asx(t8.$index(0, t2.localeCode), _s10_); + t8 = t9 == null ? J.$index$asx(t8.$index(0, "en"), _s10_) : t9; } else - t7 = ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, _null, new A.SidebarFooter_build_closure6(state), B.EdgeInsets_8_8_8_8, _null, t7, _null)); - t7 = A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null); - t2 = t3 ? t1.get$about() : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t7, _null, new A.SidebarFooter_build_closure7(context), B.EdgeInsets_8_8_8_8, _null, t2, _null)); - t2 = state.lastError; - if (t2.length !== 0) { - t2 = A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null); - t7 = t3 ? t1.get$error(t1) : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, _null, new A.SidebarFooter_build_closure8(context, state), B.EdgeInsets_8_8_8_8, _null, t7, _null)); + t8 = ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, _null, new A.SidebarFooter_build_closure6(t1), B.EdgeInsets_8_8_8_8, _null, t8, _null)); + t8 = A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null); + t3 = t4 ? t2.get$about() : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t8, _null, new A.SidebarFooter_build_closure7(context), B.EdgeInsets_8_8_8_8, _null, t3, _null)); + t3 = t1.lastError; + if (t3.length !== 0) { + t3 = A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null); + t8 = t4 ? t2.get$error(t2) : ""; + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, _null, new A.SidebarFooter_build_closure8(context, t1), B.EdgeInsets_8_8_8_8, _null, t8, _null)); } - t5.push(new A.Spacer(_null)); + t6.push(new A.Spacer(_null)); if (A.getLayout(context) !== B.AppLayout_mobile && prefState.menuSidebarMode === B.AppSidebarMode_collapse) { - if (t3) { - t1.toString; - t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "hide_menu"); + if (t4) { + t2.toString; + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "hide_menu"); if (t1 == null) t1 = ""; } else t1 = ""; - t5.push(new A.AppBorder(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(B.IconData_57694_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SidebarFooter_build_closure9(store), _null, _null, _null, _null, _null, _null), t1), _null, _null, true, false, _null)); + t6.push(new A.AppBorder(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(B.IconData_57694_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SidebarFooter_build_closure9(store), _null, _null, _null, _null, _null, _null, _null), t1), _null, _null, true, false, _null)); } - B.JSArray_methods.addAll$1(t6, t5); + B.JSArray_methods.addAll$1(t7, t6); } - return A.Material$(B.Duration_200000, true, _null, A.Row$(t6, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, t4, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, A.Row$(t7, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, t5, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } }; A.SidebarFooter_build_closure.prototype = { @@ -405016,7 +416677,7 @@ t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "crons_not_enabled"); if (t3 == null) t3 = ""; - return A.showMessageDialog(t1, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t2.get$learnMore().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.SidebarFooter_build__closure4(), _null), A.TextButton$(false, A.Text$(t2.get$refreshData().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.SidebarFooter_build__closure5(this.store, t1), _null)], type$.JSArray_legacy_TextButton)); + return A.showMessageDialog(t1, t3, _null, A._setArrayType([A.TextButton$(false, A.Text$(t2.get$learnMore().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.SidebarFooter_build__closure4(), _null), A.TextButton$(false, A.Text$(t2.get$refreshData().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.SidebarFooter_build__closure5(this.store, t1), _null)], type$.JSArray_legacy_TextButton)); }, $signature: 0 }; @@ -405028,8 +416689,10 @@ }; A.SidebarFooter_build__closure5.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); - A.Navigator_of(this.context, false).pop$0(0); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -405084,24 +416747,26 @@ t2 = t0; } t6 = this.store; - t7 = A.TextButton$(true, A.Text$(t3.get$download(t3).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.SidebarFooter_build__closure0(t1), _null); - t3 = A.TextButton$(false, A.Text$(t3.get$learnMore().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.SidebarFooter_build__closure1(), _null); + t7 = A.TextButton$(true, A.Text$(t3.get$download(t3).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.SidebarFooter_build__closure0(t1), _null); + t3 = A.TextButton$(false, A.Text$(t3.get$learnMore().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.SidebarFooter_build__closure1(), _null); t5 = J.$index$asx(t4.$index(0, t5), _s9_); t4 = t5 == null ? J.$index$asx(t4.$index(0, "en"), _s9_) : t5; - return A.showMessageDialog(t1, t2, new A.SidebarFooter_build__closure2(t6), A._setArrayType([t7, t3, A.TextButton$(false, A.Text$(t4.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.SidebarFooter_build__closure3(t1, t6), _null)], type$.JSArray_legacy_TextButton)); + return A.showMessageDialog(t1, t2, new A.SidebarFooter_build__closure2(t6), A._setArrayType([t7, t3, A.TextButton$(false, A.Text$(t4.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.SidebarFooter_build__closure3(t1, t6), _null)], type$.JSArray_legacy_TextButton)); }, $signature: 0 }; A.SidebarFooter_build__closure2.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.DismissNativeWarningPermanently()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.DismissNativeWarningPermanently()); }, $signature: 10 }; A.SidebarFooter_build__closure0.prototype = { call$0() { A.launchUrl(A.Uri_parse(A.getNativeAppUrl(A.getNativePlatform()), 0, null)); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -405109,12 +416774,14 @@ call$0() { return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/docs/introduction/#performance", 0, null)); }, - $signature: 26 + $signature: 28 }; A.SidebarFooter_build__closure3.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); - this.store.get$_dispatchers()[0].call$1(new A.DismissNativeWarning()); + A.Navigator_of(this.context, false).pop$0(); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DismissNativeWarning()); }, $signature: 1 }; @@ -405128,7 +416795,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://forum.invoiceninja.com", 0, null)); }, - $signature: 26 + $signature: 28 }; A.SidebarFooter_build_closure6.prototype = { call$0() { @@ -405160,45 +416827,48 @@ call$0() { return A.showDialog(null, true, new A.SidebarFooter_build__closure(this.state), this.context, null, true, type$.legacy_ErrorDialog); }, - $signature: 2216 + $signature: 2252 }; A.SidebarFooter_build__closure.prototype = { call$1(context) { return new A.ErrorDialog(this.state.lastError, true, null); }, - $signature: 19 + $signature: 20 }; A.SidebarFooter_build_closure9.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null); - return this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(t1); }, $signature: 10 }; A.SidebarFooterCollapsed.prototype = { - build$1(_, context) { - var _null = null, + build$1(context) { + var t3, t4, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = A.Theme_of(context).cardColor, - t3 = state.uiState.filterStack._list; - if ((t3.length === 0 ? _null : B.JSArray_methods.get$last(t3).get$entityType()) != null && state.prefState.isFilterVisible) { - t3 = state.get$isUpdateAvailable() ? A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null) : A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null); - t1 = A.PopupMenuButton$(_null, _null, true, t3, _null, new A.SidebarFooterCollapsed_build_closure(state, t1), new A.SidebarFooterCollapsed_build_closure0(t1, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Theme_of(context).cardColor; + t4 = t2.uiState.filterStack._list; + if ((t4.length === 0 ? _null : B.JSArray_methods.get$last(t4).get$entityType()) != null && t2.prefState.isFilterVisible) { + t4 = t2.get$isUpdateAvailable() ? A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null) : A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null); + t1 = A.PopupMenuButton$(_null, _null, true, t4, _null, new A.SidebarFooterCollapsed_build_closure(t2, t1), new A.SidebarFooterCollapsed_build_closure0(t1, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String); } else { - t3 = A.Icon$(B.IconData_57695_MaterialIcons_null_true, state.get$isUpdateAvailable() ? state.get$accentColor() : _null, _null); - if (state.prefState.enableTooltips) { + t4 = A.Icon$(B.IconData_57695_MaterialIcons_null_true, t2.get$isUpdateAvailable() ? t2.get$accentColor() : _null, _null); + if (t2.prefState.enableTooltips) { t1.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "show_menu"); if (t1 == null) t1 = ""; } else t1 = _null; - t1 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, _null, new A.SidebarFooterCollapsed_build_closure1(store), B.EdgeInsets_8_8_8_8, _null, t1, _null); + t1 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, new A.SidebarFooterCollapsed_build_closure1(store), B.EdgeInsets_8_8_8_8, _null, t1, _null); } - return A.Container$(_null, t1, B.Clip_0, t2, _null, _null, _null, 1 / 0, _null, _null, _null, _null, _null, 1 / 0); + return A.Container$(_null, t1, B.Clip_0, t3, _null, _null, _null, 1 / 0, _null, _null, _null, _null, _null, 1 / 0); } }; A.SidebarFooterCollapsed_build_closure0.prototype = { @@ -405230,13 +416900,15 @@ 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, false, _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: 377 + $signature: 452 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; @@ -405244,13 +416916,13 @@ call$1(context) { return new A.ContactUsDialog(null); }, - $signature: 2218 + $signature: 2254 }; A._showUpdate_closure.prototype = { call$1(context) { return new A.UpdateDialog(null); }, - $signature: 2219 + $signature: 2255 }; A._showConnectStripe_closure.prototype = { call$0() { @@ -405258,8 +416930,10 @@ t1 = $.$get$navigatorKey(); t1.toString; context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); - A.Navigator_of(context, false).pop$0(0); - A.editEntity(null, A.getUnconnectedStripeAccount(A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state")), true, null); + A.Navigator_of(context, false).pop$0(); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.editEntity(null, A.getUnconnectedStripeAccount(t1), true, null); }, $signature: 1 }; @@ -405277,7 +416951,7 @@ t5 = _this.apppIcon; t6 = _this.state; 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, 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, new A._showAbout__closure0(context), _null)], t7); + 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), new A._showAbout__closure1(context, t1, _this.store), new A._showAbout__closure2(t6, t1), false, _null, _null, A.Text$(t6.get$appVersion(t6), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t8, _null, _null); t5 = t6.userCompanyStates; @@ -405315,9 +416989,9 @@ } t11.push(new A.SizedBox(_null, 22, _null, _null)); t11.push(A.Wrap$(B.WrapAlignment_2, A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_SXh, _null, _null), _null, new A._showAbout__closure8(), B.EdgeInsets_8_8_8_8, _null, "Twitter", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_sUr, _null, _null), _null, new A._showAbout__closure9(), B.EdgeInsets_8_8_8_8, _null, "Facebook", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_aAu, _null, _null), _null, new A._showAbout__closure10(), B.EdgeInsets_8_8_8_8, _null, "GitHub", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_7vC, _null, _null), _null, new A._showAbout__closure11(), B.EdgeInsets_8_8_8_8, _null, "YouTube", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_AmO, _null, _null), _null, new A._showAbout__closure12(), B.EdgeInsets_8_8_8_8, _null, "Slack", _null)], t7), B.Clip_0, B.WrapCrossAlignment_0, 0)); - return A.PointerInterceptor$(A.AlertDialog$(t4, B.EdgeInsets_0_0_0_0, _null, A.SingleChildScrollView$(A.Column$(t11, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), B.EdgeInsets_24_20_24_24, _null, _null)); + return A.PointerInterceptor$(A.AlertDialog$(t4, _null, _null, A.SingleChildScrollView$(A.Column$(t11, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1), _null, _null, _null)); }, - $signature: 641 + $signature: 637 }; A._showAbout__closure.prototype = { call$0() { @@ -405329,7 +417003,7 @@ }; A._showAbout__closure0.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -405344,13 +417018,15 @@ A._showAbout__closure1.prototype = { call$0() { var _null = null; - A.showMessageDialog(this.context, "stable".toUpperCase() + " \u2022 3.0.4", _null, A._setArrayType([A.TextButton$(false, A.Text$(this.localization.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._showAbout___closure1(this.store), _null)], type$.JSArray_legacy_TextButton)); + A.showMessageDialog(this.context, "stable".toUpperCase() + " \u2022 3.3.0", _null, A._setArrayType([A.TextButton$(false, A.Text$(this.localization.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout___closure1(this.store), _null)], type$.JSArray_legacy_TextButton)); }, $signature: 1 }; A._showAbout___closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.UserLogout()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UserLogout()); }, $signature: 10 }; @@ -405368,9 +417044,9 @@ if (t2 == null) t2 = ""; 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, 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, new A._showAbout____closure0(context), _null)], t3), B.EdgeInsets_0_0_0_0, _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_7T1, "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_7T1, "iOS", new A._showAbout____closure4(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "Android", new A._showAbout____closure5(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "F-Droid", new A._showAbout____closure6(), _null, _null)], t3), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.EdgeInsets_24_20_24_24, _null, _null); + 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_7T1, "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_7T1, "iOS", new A._showAbout____closure4(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "Android", new A._showAbout____closure5(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "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: 201 + $signature: 191 }; A._showAbout____closure.prototype = { call$0() { @@ -405383,13 +417059,13 @@ var _null = null, t1 = this.localization, 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, new A._showAbout______closure(context), _null)], t2), B.EdgeInsets_0_0_0_0, _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_7T11, "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), B.EdgeInsets_24_20_24_24, _null, _null); + 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_7T11, "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: 201 + $signature: 191 }; A._showAbout______closure.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -405397,23 +417073,23 @@ call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/invoiceninja/tree/v5-stable", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout______closure1.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/admin-portal", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout______closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://pub.dev/packages/invoiceninja", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout____closure0.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -405421,43 +417097,43 @@ call$0() { return A.launchUrl(A.Uri_parse(string$.https_w, 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout____closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://apps.apple.com/app/id1503970375", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout____closure3.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://snapcraft.io/invoiceninja", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout____closure4.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_as, 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout____closure5.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_p, 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout____closure6.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://f-droid.org/packages/com.invoiceninja.app", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout__closure4.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_g, 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout__closure5.prototype = { call$0() { @@ -405469,7 +417145,7 @@ call$1(context) { return new A.HealthCheckDialog(null); }, - $signature: 2221 + $signature: 2257 }; A._showAbout__closure6.prototype = { call$0() { @@ -405487,31 +417163,31 @@ call$0() { return A.launchUrl(A.Uri_parse("https://twitter.com/invoiceninja", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout__closure9.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://www.facebook.com/invoiceninja", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout__closure10.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout__closure11.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA/videos", 0, null)); }, - $signature: 26 + $signature: 28 }; A._showAbout__closure12.prototype = { call$0() { return A.launchUrl(A.Uri_parse("http://slack.invoiceninja.com", 0, null)); }, - $signature: 26 + $signature: 28 }; A.ContactUsDialog.prototype = { createState$0() { @@ -405520,7 +417196,7 @@ }; A._ContactUsDialogState.prototype = { _sendMessage$0() { - var t1, t2, state, t3, t4, t5, t6, _this = this; + var t1, t2, t3, t4, t5, t6, t7, _this = this; if (_this._menu_drawer$_message.length === 0) return; t1 = _this._framework$_element; @@ -405528,50 +417204,52 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t2 = _this._framework$_element; t2.toString; - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"); + t2 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); _this.setState$1(new A._ContactUsDialogState__sendMessage_closure(_this)); - t2 = state.get$credentials(state); - t3 = state.get$credentials(state); - t4 = _this._menu_drawer$_message; - t5 = _this._includeLogs ? "true" : ""; - t6 = type$.legacy_String; - new A.WebClient().post$3$data(t2.url + "/support/messages/send", t3.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["message", t4, "send_logs", t5, "platform", A.getPlatformLetter(), "version", state.get$appVersion(state)], t6, t6))).then$1$1(0, new A._ContactUsDialogState__sendMessage_closure0(_this, t1), type$.Null).catchError$1(new A._ContactUsDialogState__sendMessage_closure1(_this)); + t3 = t2.get$credentials(t2); + t4 = t2.get$credentials(t2); + t5 = _this._menu_drawer$_message; + t6 = _this._includeLogs ? "true" : ""; + t7 = type$.legacy_String; + new A.WebClient().post$3$data(t3.url + "/support/messages/send", t4.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["message", t5, "send_logs", t6, "platform", A.getPlatformLetter(), "version", t2.get$appVersion(t2)], t7, t7))).then$1$1(0, new A._ContactUsDialogState__sendMessage_closure0(_this, t1), type$.Null).catchError$1(new A._ContactUsDialogState__sendMessage_closure1(_this)); }, - build$1(_, context) { - var t4, t5, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var t3, t4, user, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - user = t2._list[t3].userCompany.user; - t3 = A.Text$(t1.get$contactUs(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t2 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([], t2); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + user = t3._list[t4].userCompany.user; + t4 = A.Text$(t1.get$contactUs(), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t3 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([], t3); if (_this._menu_drawer$_isSaving) - t4.push(new A.Padding(B.EdgeInsets_12_12_12_12, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null)); + t5.push(new A.Padding(B.EdgeInsets_12_12_12_12, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null)); if (!_this._menu_drawer$_isSaving) - t4.push(A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._ContactUsDialogState_build_closure(context), _null)); + t5.push(A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._ContactUsDialogState_build_closure(context), _null)); if (!_this._menu_drawer$_isSaving) - t4.push(A.TextButton$(false, A.Text$(t1.get$send(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._ContactUsDialogState_build_closure0(_this), _null)); - t5 = A.getLayout(context) === B.AppLayout_mobile ? _null : 500; - t6 = $.$get$LocalizationsProvider__localizedValues(); - t7 = t1.localeCode; - t8 = J.$index$asx(t6.$index(0, t7), "from"); - t1 = A._setArrayType([A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t8 == null ? "" : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, _null, user.get$fullName() + " \u2022 " + user.email, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null), new A.SizedBox(_null, 10, _null, _null), A.TextFormField$(true, _null, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.get$message(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, _null, B.TextInputType_1_null_null, _null, 4, 4, false, new A._ContactUsDialogState_build_closure1(_this), _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null)], t2); - if (!state.get$isHosted()) { - t8 = _this._includeLogs; - t7 = J.$index$asx(t6.$index(0, t7), "include_recent_errors"); - t6 = A.Text$(t7 == null ? "" : t7, _null, _null, _null, _null, _null, _null, _null, _null, _null); - B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(_null, 10, _null, _null), A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._ContactUsDialogState_build_closure2(_this), _null, _null, t6, t8)], t2)); + t5.push(A.TextButton$(false, A.Text$(t1.get$send(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._ContactUsDialogState_build_closure0(_this), _null)); + t6 = A.getLayout(context) === B.AppLayout_mobile ? _null : 500; + t7 = $.$get$LocalizationsProvider__localizedValues(); + t8 = t1.localeCode; + t9 = J.$index$asx(t7.$index(0, t8), "from"); + t1 = A._setArrayType([A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t9 == null ? "" : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, _null, user.get$fullName() + " \u2022 " + user.email, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null), new A.SizedBox(_null, 10, _null, _null), A.TextFormField$(true, _null, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.get$message(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, _null, B.TextInputType_1_null_null, _null, 4, 4, false, new A._ContactUsDialogState_build_closure1(_this), _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null)], t3); + if (!t2.get$isHosted()) { + t2 = _this._includeLogs; + t8 = J.$index$asx(t7.$index(0, t8), "include_recent_errors"); + t7 = A.Text$(t8 == null ? "" : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null); + B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(_null, 10, _null, _null), A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._ContactUsDialogState_build_closure2(_this), _null, _null, t7, t2)], t3)); } - return A.PointerInterceptor$(A.AlertDialog$(t4, B.EdgeInsets_0_0_0_0, _null, A.SingleChildScrollView$(A.Container$(_null, A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), new A.EdgeInsets(25, 25, 25, 25), _null, t3)); + return A.PointerInterceptor$(A.AlertDialog$(t5, _null, _null, A.SingleChildScrollView$(A.Container$(_null, A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1), new A.EdgeInsets(25, 25, 25, 25), _null, t4)); } }; A._ContactUsDialogState__sendMessage_closure.prototype = { call$0() { return this.$this._menu_drawer$_isSaving = true; }, - $signature: 22 + $signature: 23 }; A._ContactUsDialogState__sendMessage_closure0.prototype = { call$1(response) { @@ -405595,20 +417273,20 @@ // returning from await. t1 = $.$get$navigatorKey(); t1.toString; - A.Navigator_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), false).pop$1(0, null); + A.Navigator_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), false).pop$1(null); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 640 + $signature: 638 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { return this.$this._menu_drawer$_isSaving = false; }, - $signature: 22 + $signature: 23 }; A._ContactUsDialogState__sendMessage__closure1.prototype = { call$1(context) { @@ -405618,7 +417296,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: 345 + $signature: 336 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -405636,11 +417314,11 @@ call$0() { return this.$this._menu_drawer$_isSaving = false; }, - $signature: 22 + $signature: 23 }; A._ContactUsDialogState_build_closure.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); return null; }, $signature: 0 @@ -405662,16 +417340,16 @@ var t1 = this.$this; t1.setState$1(new A._ContactUsDialogState_build__closure(t1, value)); }, - $signature: 21 + $signature: 22 }; A._ContactUsDialogState_build__closure.prototype = { call$0() { return this.$this._includeLogs = this.value; }, - $signature: 22 + $signature: 23 }; A.MenuDrawerBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.MenuDrawerBuilder_build_closure(), A.menu_drawer_vm_MenuDrawerVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_MenuDrawerVM); } @@ -405680,7 +417358,7 @@ call$2(context, viewModel) { return new A.MenuDrawer(viewModel, null); }, - $signature: 2223 + $signature: 2259 }; A.MenuDrawerVM.prototype = { get$user(receiver) { @@ -405701,7 +417379,7 @@ $call$body$MenuDrawerVM_fromStore__closure(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t2, t1; + $async$self = this, t1, t2; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -405710,8 +417388,11 @@ case 0: // Function start t1 = $async$self.store; - t1.get$_dispatchers()[0].call$1(new A.UserLogout()); - t1 = A._lateReadCheck(t1.__Store__state, "_state"); + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UserLogout()); + t1 = t1.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t1 = t2._list[t1].userCompany.user.oauthProvider; @@ -405725,7 +417406,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 352 + $signature: 334 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -405736,56 +417417,52 @@ t2 = this.store; A.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), false, t2); }, - $signature: 2224 + $signature: 2260 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0() { - var t2, t3, t4, uiState, route, _this = this, _null = null, _s6_ = "_state", _s6_0 = "/email", - t1 = _this.store; - t1.get$_dispatchers()[0].call$1(new A.ClearEntityFilter()); - t1.get$_dispatchers()[0].call$1(new A.DiscardChanges()); - t1.get$_dispatchers()[0].call$1(new A.SelectCompany(_this.index, true)); - t2 = A._lateReadCheck(t1.__Store__state, _s6_); - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - if (t3._list[t2].userCompany.company.isLarge) { - t2 = A._lateReadCheck(t1.__Store__state, _s6_); - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - t2 = t3._list[t2].lastUpdated; - t2 = t2 <= 0; + var t3, t4, t5, uiState, route, _this = this, _null = null, _s6_ = "/email", + t1 = _this.store, + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.ClearEntityFilter()); + t2[0].call$1(new A.DiscardChanges()); + t2[0].call$1(new A.SelectCompany(_this.index, true)); + t3 = t1.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.userCompanyStates; + t5 = t3.uiState.selectedCompanyIndex; + t5 = t4._list[t5]; + if (t5.userCompany.company.isLarge) { + t4 = t5.lastUpdated; + t4 = t4 <= 0; } else - t2 = false; - if (t2) - t1.get$_dispatchers()[0].call$1(new A.LoadClients(_null, 1)); - else { - t2 = A._lateReadCheck(t1.__Store__state, _s6_); - t3 = t2.userCompanyStates; - t4 = t2.uiState.selectedCompanyIndex; - if (t3._list[t4].get$isStale() || t2.staticState.get$isStale()) - t1.get$_dispatchers()[0].call$1(new A.RefreshData(_null, false, false, false)); - } + t4 = false; + if (t4) + t2[0].call$1(new A.LoadClients(_null, 1)); + else if (t5.get$isStale() || t3.staticState.get$isStale()) + t2[0].call$1(new A.RefreshData(_null, false, false, false)); _this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); uiState = _this.state.uiState; - t2 = uiState.currentRoute; - if (B.JSString_methods.startsWith$1(t2, "/settings")) { - t3 = A._lateReadCheck(t1.__Store__state, _s6_); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - t3 = t4._list[t3].userCompany.user; + t3 = uiState.currentRoute; + if (B.JSString_methods.startsWith$1(t3, "/settings")) { + t1 = t1.__Store__state_A; + t4 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t4._list[t1].userCompany.user; t4 = uiState.get$subRoute(); - t1.get$_dispatchers()[0].call$1(new A.ViewSettings(_this.company, _null, _null, t3, true, t4, false, _null)); + t2[0].call$1(new A.ViewSettings(_this.company, _null, _null, t1, true, t4, false, _null)); } if (!uiState.get$isEditing()) - t3 = !uiState.get$isEditing() && !B.JSString_methods.endsWith$1(t2, _s6_0) || B.JSString_methods.endsWith$1(t2, _s6_0) || B.JSString_methods.endsWith$1(t2, "/pdf"); + t1 = !uiState.get$isEditing() && !B.JSString_methods.endsWith$1(t3, _s6_) || B.JSString_methods.endsWith$1(t3, _s6_) || B.JSString_methods.endsWith$1(t3, "/pdf"); else - t3 = true; - if (t3) { - route = A.stringReplaceAllUnchecked(t2, "/edit", ""); + t1 = true; + if (t1) { + route = A.stringReplaceAllUnchecked(t3, "/edit", ""); route = A.stringReplaceAllUnchecked(route, "/view", ""); route = A.stringReplaceAllUnchecked(route, "/pdf", ""); - route = A.stringReplaceAllUnchecked(route, _s6_0, ""); - t1.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(route)); + route = A.stringReplaceAllUnchecked(route, _s6_, ""); + t2[0].call$1(new A.UpdateCurrentRoute(route)); } }, $signature: 1 @@ -405841,7 +417518,9 @@ t3 = type$.Null; completer = A.snackBarCompleter(t1, t2, true, t3); completer.future.then$1$1(0, new A.MenuDrawerVM_fromStore___closure(), t3); - $async$self.store.get$_dispatchers()[0].call$1(new A.AddCompany(t1, completer)); + t3 = $async$self.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.AddCompany(t1, completer)); $async$goto = 2; return A._asyncAwait(A.showDialog(null, false, new A.MenuDrawerVM_fromStore___closure0(), t1, null, true, type$.legacy_AlertDialog), $async$call$1); case 2: @@ -405852,7 +417531,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 352 + $signature: 334 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(value) { @@ -405866,17 +417545,17 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 175 + $signature: 172 }; A._TheState.prototype = {}; A._theState_closure.prototype = { call$0() { return new A._TheState(); }, - $signature: 2225 + $signature: 2261 }; A._SelectRow.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.ListTile$(false, new A.EdgeInsets(8, 0, 8, 0), true, _null, true, _null, _null, false, _null, _null, _null, new A._SelectRow_build_closure(this), this.selected, _null, _null, _null, _null, this.child, _null, _null); } @@ -405908,7 +417587,7 @@ this.super$State$initState(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._DropDownMultiSelectState_initState_closure(this)); }, - build$1(_, context) { + build$1(context) { var _null = null; this._widget.toString; return A.Container$(_null, new A.LayoutBuilder(new A._DropDownMultiSelectState_build_closure(this), _null), B.Clip_0, _null, _null, _null, _null, 100, _null, _null, _null, _null, _null, _null); @@ -405924,7 +417603,7 @@ A.Theme_of(t2).toString; t1.setState$1(new A._DropDownMultiSelectState_initState__closure()); }, - $signature: 36 + $signature: 37 }; A._DropDownMultiSelectState_initState__closure.prototype = { call$0() { @@ -405944,7 +417623,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, 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: 2226 + $signature: 2262 }; A._DropDownMultiSelectState_build__closure.prototype = { call$0() { @@ -405952,7 +417631,7 @@ t1 = t1.childBuilder$1(t1.selectedValues); return t1; }, - $signature: 139 + $signature: 147 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -405967,7 +417646,7 @@ 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: 2227 + $signature: 2263 }; A._DropDownMultiSelectState_build___closure.prototype = { call$1(e) { @@ -405993,7 +417672,7 @@ t4 = t1._widget.menuItembuilder$1(t2); return new A._SelectRow(new A._DropDownMultiSelectState_build____closure(t1, t2), t3, t4, null); }, - $signature: 2229 + $signature: 2265 }; A._DropDownMultiSelectState_build____closure.prototype = { call$1(isSelected) { @@ -406013,7 +417692,7 @@ t1._widget.onChanged$1(ns); } }, - $signature: 21 + $signature: 22 }; A._DropDownMultiSelectState_build___closure1.prototype = { call$0() { @@ -406036,14 +417715,38 @@ }, $signature: 1 }; + A.AppPinput.prototype = { + build$1(context) { + return new A.Pinput(6, B.AndroidSmsAutofillMethod_2, this.onCompleted, true, true, new A.AppPinput_build_closure(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization)), null); + } + }; + A.AppPinput_build_closure.prototype = { + call$1(value) { + var t1, t2, + _s19_ = "please_enter_a_code"; + if (value.length === 0) { + t1 = this.localization; + t1.toString; + t2 = $.$get$LocalizationsProvider__localizedValues(); + t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s19_); + if (t1 == null) + t1 = J.$index$asx(t2.$index(0, "en"), _s19_); + } else + t1 = null; + return t1; + }, + $signature: 15 + }; A.PortalLinks.prototype = { - build$1(_, context) { - var copyLinkWithHash, viewLinkPressed, copyLinkPressed, _this = this, _null = null, t1 = {}, - prefState = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState, - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - viewLinkWithHash = t1.viewLinkWithHash = _this.viewLink, - t3 = !B.JSString_methods.contains$1(viewLinkWithHash, "?") ? t1.viewLinkWithHash = viewLinkWithHash + "?" : viewLinkWithHash, - t4 = "&client_hash=" + _this.client.clientHash; + build$1(context) { + var prefState, viewLinkWithHash, t3, t4, copyLinkWithHash, viewLinkPressed, copyLinkPressed, _this = this, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + prefState = t2.prefState; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + viewLinkWithHash = t1.viewLinkWithHash = _this.viewLink; + t3 = !B.JSString_methods.contains$1(viewLinkWithHash, "?") ? t1.viewLinkWithHash = viewLinkWithHash + "?" : viewLinkWithHash; + t4 = "&client_hash=" + _this.client.clientHash; t1.viewLinkWithHash = t3 + t4; copyLinkWithHash = t1.copyLinkWithHash = _this.copyLink; t1.copyLinkWithHash = (!B.JSString_methods.contains$1(copyLinkWithHash, "?") ? t1.copyLinkWithHash = copyLinkWithHash + "?" : copyLinkWithHash) + t4; @@ -406063,7 +417766,7 @@ call$0() { return A.launchUrl(A.Uri_parse(this._box_0.viewLinkWithHash, 0, null)); }, - $signature: 26 + $signature: 28 }; A.PortalLinks_build_closure0.prototype = { call$0() { @@ -406091,9 +417794,10 @@ return this.title$1$isNarrow($receiver, false); }, getField$2$context$field(context, field) { - var t2, _this = this, _null = null, + var _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); switch (field) { case "created_at": return A.Text$(A.formatDate(A.convertTimestampToDate(_this.entity.get$createdAt()).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -406103,22 +417807,21 @@ return A.Text$(_this.entity.get$archivedAt() === 0 ? "" : A.formatDate(A.convertTimestampToDate(_this.entity.get$archivedAt()).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "entity_state": t2 = _this.entity; - if (!t2.get$isArchived() && !t2.get$isDeleted(t2)) + if (!t2.get$isArchived() && !t2.get$isDeleted()) t1 = t1.get$active(t1); else t1 = _this.entity.get$isArchived() ? t1.get$archived() : t1.get$deleted(); return A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "created_by": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].userState.$get$1(0, _this.entity.get$createdUserId()), _this.entity, _null); case "assigned_to": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].userState.$get$1(0, _this.entity.get$assignedUserId()), _this.entity, _null); case "is_deleted": - t2 = _this.entity; - return A.Text$(t2.get$isDeleted(t2) ? t1.get$yes() : t1.get$no(), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(_this.entity.get$isDeleted() ? t1.get$yes() : t1.get$no(), _null, _null, _null, _null, _null, _null, _null, _null, _null); } return A.Text$("Error: " + A.S(field) + " not found", _null, _null, _null, _null, _null, _null, _null, _null, _null); }, @@ -406135,7 +417838,7 @@ } }; A.TableTooltip.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.message; return A.Tooltip$(A.Text$(t1, _null, 2, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), t1); @@ -406145,9 +417848,11 @@ } }; A.CachedImage.prototype = { - build$1(_, context) { - var t1, _this = this, _null = null; - if (!A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").isTesting) { + build$1(context) { + var _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.isTesting) { t1 = _this.url; t1 = (t1 == null ? "" : t1).length === 0; } else @@ -406160,7 +417865,7 @@ } }; A.ResponsivePadding.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.child; if (A.getLayout(context) === B.AppLayout_mobile) return new A.Padding(new A.EdgeInsets(12, 12, 12, 12 + context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.viewInsets.bottom), t1, null); @@ -406174,7 +417879,7 @@ } }; A._ReviewAppState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); A.StoreProvider_of(context, type$.legacy_AppState); @@ -406189,18 +417894,18 @@ A._ScrollableListViewState.prototype = { initState$0() { this.super$State$initState(); - this._scrollable_listview$_scrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + this._scrollable_listview$_scrollController = A.ScrollController$(0, true); }, - dispose$0(_) { - this._scrollable_listview$_scrollController.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._scrollable_listview$_scrollController.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget, t2 = t1.padding, t3 = t1.children; t1 = t1.scrollController; - return A.ListView$(t3, t1 == null ? this._scrollable_listview$_scrollController : t1, t2, B.Axis_1, true); + return A.ListView$(t3, t1 == null ? this._scrollable_listview$_scrollController : t1, t2, null, B.Axis_1, true); } }; A.ScrollableListViewBuilder.prototype = { @@ -406211,13 +417916,13 @@ A._ScrollableListViewBuilderState.prototype = { initState$0() { this.super$State$initState(); - this._scrollable_listview$_scrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + this._scrollable_listview$_scrollController = A.ScrollController$(0, true); }, - dispose$0(_) { - this._scrollable_listview$_scrollController.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._scrollable_listview$_scrollController.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget, t2 = t1.separatorBuilder, t3 = t1.padding, @@ -406238,19 +417943,20 @@ }; A._SmsVerificationState.prototype = { _sendCode$0() { - var t1, state, credentials, _this = this; + var t1, credentials, _this = this; if (!$.$get$_SmsVerificationState__formKey().get$currentState().validate$0()) return; t1 = _this._framework$_element; t1.toString; - state = A._lateReadCheck(A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t1 = A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + credentials = t1.get$credentials(t1); _this.setState$1(new A._SmsVerificationState__sendCode_closure(_this)); t1 = type$.legacy_String; _this._webClient.post$3$data(credentials.url + "/verify", credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["phone", _this._sms_verification$_phone], t1, t1))).then$1$1(0, new A._SmsVerificationState__sendCode_closure0(_this), type$.Null).catchError$1(new A._SmsVerificationState__sendCode_closure1(_this)); }, _verifyCode$0() { - var t1, store, credentials, t2, $navigator, _this = this; + var t1, store, t2, credentials, $navigator, _this = this; if (!$.$get$_SmsVerificationState__formKey().get$currentState().validate$0()) return; t1 = _this._framework$_element; @@ -406259,7 +417965,9 @@ t1 = _this._framework$_element; t1.toString; t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - credentials = J.get$credentials$z(A._lateReadCheck(store.__Store__state, "_state")); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credentials = J.get$credentials$z(t2); t2 = _this._framework$_element; t2.toString; $navigator = A.Navigator_of(t2, false); @@ -406267,24 +417975,25 @@ t2 = type$.legacy_String; _this._webClient.post$3$data(credentials.url + "/verify/confirm", credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["code", _this._sms_verification$_code], t2, t2))).then$1$1(0, new A._SmsVerificationState__verifyCode_closure0(_this, $navigator, t1, store), type$.Null).catchError$1(new A._SmsVerificationState__verifyCode_closure1(_this)); }, - dispose$0(_) { - this._sms_verification$_focusNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._sms_verification$_focusNode.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { - var country, t4, t5, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var t3, t4, countryId, country, t5, t6, t7, t8, _this = this, _null = null, _s19_ = "verify_phone_number", _s2_ = "en", _s13_ = "code_was_sent", _s9_ = "send_code", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - countryId = t2._list[t3].userCompany.company.settings.countryId; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + countryId = t3._list[t4].userCompany.company.settings.countryId; if ((countryId == null ? "" : countryId).length === 0) countryId = "840"; - country = state.staticState.countryMap._map$_map.$index(0, countryId); + country = t2.staticState.countryMap._map$_map.$index(0, countryId); t1.toString; t2 = $.$get$LocalizationsProvider__localizedValues(); t3 = t1.localeCode; @@ -406298,29 +418007,29 @@ t7 = A._setArrayType([], t6); if (_this._showCode) { t8 = J.$index$asx(t2.$index(0, t3), _s13_); - B.JSArray_methods.addAll$1(t7, A._setArrayType([A.Text$(t8 == null ? J.$index$asx(t2.$index(0, _s2_), _s13_) : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(_null, 20, _null, _null), new A.Pinput(6, B.AndroidSmsAutofillMethod_2, new A._SmsVerificationState_build_closure(_this), true, true, new A._SmsVerificationState_build_closure0(t1), _null)], t6)); + B.JSArray_methods.addAll$1(t7, A._setArrayType([A.Text$(t8 == null ? J.$index$asx(t2.$index(0, _s2_), _s13_) : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(_null, 20, _null, _null), new A.AppPinput(new A._SmsVerificationState_build_closure(_this), _null)], t6)); } else { t6 = A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[0-9]", true, false, false, false), true, "")], type$.JSArray_legacy_TextInputFormatter); - t7.push(new A.IntlPhoneField(new A._SmsVerificationState_build_closure1(_this), new A._SmsVerificationState_build_closure2(t1), country.iso2.toUpperCase(), t6, true, _null)); + t7.push(new A.IntlPhoneField(new A._SmsVerificationState_build_closure0(_this), new A._SmsVerificationState_build_closure1(t1), country.iso2.toUpperCase(), t6, true, _null)); } t5 = new A.AppForm(t5, _null, A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _this._sms_verification$_focusNode, _null); } t6 = type$.JSArray_legacy_Widget; - t1 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._SmsVerificationState_build_closure3(context), _null)], t6); + t1 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._SmsVerificationState_build_closure2(context), _null)], t6); if (_this._showCode) { t7 = J.$index$asx(t2.$index(0, t3), "resend"); if (t7 == null) t7 = J.$index$asx(t2.$index(0, _s2_), "resend"); - t7 = A.TextButton$(false, A.Text$(t7.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._SmsVerificationState_build_closure4(_this), _null); + t7 = A.TextButton$(false, A.Text$(t7.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._SmsVerificationState_build_closure3(_this), _null); t3 = J.$index$asx(t2.$index(0, t3), "verify"); t2 = t3 == null ? J.$index$asx(t2.$index(0, _s2_), "verify") : t3; - B.JSArray_methods.addAll$1(t1, A._setArrayType([t7, A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._SmsVerificationState_build_closure5(_this), _null)], t6)); + B.JSArray_methods.addAll$1(t1, A._setArrayType([t7, A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._SmsVerificationState_build_closure4(_this), _null)], t6)); } else { t3 = J.$index$asx(t2.$index(0, t3), _s9_); t2 = t3 == null ? J.$index$asx(t2.$index(0, _s2_), _s9_) : t3; - B.JSArray_methods.addAll$1(t1, A._setArrayType([A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._SmsVerificationState_build_closure6(_this), _null)], t6)); + B.JSArray_methods.addAll$1(t1, A._setArrayType([A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._SmsVerificationState_build_closure5(_this), _null)], t6)); } - return A.AlertDialog$(t1, B.EdgeInsets_0_0_0_0, _null, t5, B.EdgeInsets_24_20_24_24, _null, t4); + return A.AlertDialog$(t1, _null, _null, t5, _null, _null, t4); } }; A._SmsVerificationState__sendCode_closure.prototype = { @@ -406374,13 +418083,15 @@ t1.setState$1(new A._SmsVerificationState__verifyCode__closure0(t1)); t1 = _this.navigator; if (t1.canPop$0()) - t1.pop$0(0); + t1.pop$0(); t1 = _this.localization; t1.toString; t2 = $.$get$LocalizationsProvider__localizedValues(); t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s21_); A.showToast(t1 == null ? J.$index$asx(t2.$index(0, "en"), _s21_) : t1); - _this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 6 }; @@ -406413,50 +418124,36 @@ $signature: 15 }; A._SmsVerificationState_build_closure0.prototype = { - call$1(value) { - var t1, t2, - _s19_ = "please_enter_a_code"; - if (value.length === 0) { - t1 = $.$get$LocalizationsProvider__localizedValues(); - t2 = J.$index$asx(t1.$index(0, this.localization.localeCode), _s19_); - t1 = t2 == null ? J.$index$asx(t1.$index(0, "en"), _s19_) : t2; - } else - t1 = null; - return t1; - }, - $signature: 15 - }; - A._SmsVerificationState_build_closure1.prototype = { call$1(phone) { return this.$this._sms_verification$_phone = B.JSString_methods.$add(phone.countryCode, phone.number); }, - $signature: 638 + $signature: 640 }; - A._SmsVerificationState_build_closure2.prototype = { + A._SmsVerificationState_build_closure1.prototype = { call$1(value) { return value.number.length === 0 ? this.localization.get$pleaseEnterAValue() : null; }, - $signature: 638 + $signature: 640 }; - A._SmsVerificationState_build_closure3.prototype = { + A._SmsVerificationState_build_closure2.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; - A._SmsVerificationState_build_closure4.prototype = { + A._SmsVerificationState_build_closure3.prototype = { call$0() { return this.$this._sendCode$0(); }, $signature: 0 }; - A._SmsVerificationState_build_closure5.prototype = { + A._SmsVerificationState_build_closure4.prototype = { call$0() { return this.$this._verifyCode$0(); }, $signature: 0 }; - A._SmsVerificationState_build_closure6.prototype = { + A._SmsVerificationState_build_closure5.prototype = { call$0() { return this.$this._sendCode$0(); }, @@ -406468,31 +418165,32 @@ } }; A._SystemLogViewerState.prototype = { - build$1(_, context) { - var t5, _null = null, t1 = {}, + build$1(context) { + var t4, t5, systemLogs, t6, _null = null, t1 = {}, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t3 = this._widget.systemLogs._list, - t4 = A._arrayInstanceType(t3)._eval$1("WhereIterable<1>"), - systemLogs = t1.systemLogs = A.List_List$of(new A.WhereIterable(t3, new A._SystemLogViewerState_build_closure(), t4), true, t4._eval$1("Iterable.E")); - t3 = systemLogs.length > 25 ? t1.systemLogs = B.JSArray_methods.sublist$2(systemLogs, 0, 25) : systemLogs; - t4 = A._arrayInstanceType(t3); - t5 = t4._eval$1("MappedIterable<1,ExpansionPanel*>"); - return new A.ScrollableListView(A._setArrayType([new A.ExpansionPanelList(A.List_List$of(new A.MappedIterable(new A.WhereIterable(t3, new A._SystemLogViewerState_build_closure0(), t4._eval$1("WhereIterable<1>")), new A._SystemLogViewerState_build_closure1(this, state, t2), t5), true, t5._eval$1("Iterable.E")), new A._SystemLogViewerState_build_closure2(t1, this), _null)], type$.JSArray_legacy_Widget), _null, _null, _null); + t3 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = this._widget.systemLogs._list; + t5 = A._arrayInstanceType(t4)._eval$1("WhereIterable<1>"); + systemLogs = t1.systemLogs = A.List_List$of(new A.WhereIterable(t4, new A._SystemLogViewerState_build_closure(), t5), true, t5._eval$1("Iterable.E")); + t4 = systemLogs.length > 25 ? t1.systemLogs = B.JSArray_methods.sublist$2(systemLogs, 0, 25) : systemLogs; + t5 = A._arrayInstanceType(t4); + t6 = t5._eval$1("MappedIterable<1,ExpansionPanel*>"); + return new A.ScrollableListView(A._setArrayType([new A.ExpansionPanelList(A.List_List$of(new A.MappedIterable(new A.WhereIterable(t4, new A._SystemLogViewerState_build_closure0(), t5._eval$1("WhereIterable<1>")), new A._SystemLogViewerState_build_closure1(this, t3, t2), t6), true, t6._eval$1("Iterable.E")), new A._SystemLogViewerState_build_closure2(t1, this), _null)], type$.JSArray_legacy_Widget), _null, _null, _null); } }; A._SystemLogViewerState_build_closure.prototype = { call$1(log) { return log.typeId !== 800; }, - $signature: 637 + $signature: 641 }; A._SystemLogViewerState_build_closure2.prototype = { call$2(index, isExpanded) { var t1 = this.$this; t1.setState$1(new A._SystemLogViewerState_build__closure(this._box_0, t1, index, isExpanded)); }, - $signature: 406 + $signature: 471 }; A._SystemLogViewerState_build__closure.prototype = { call$0() { @@ -406505,7 +418203,7 @@ call$1(systemLog) { return systemLog.eventId >= 20; }, - $signature: 637 + $signature: 641 }; A._SystemLogViewerState_build_closure1.prototype = { call$1(systemLog) { @@ -406531,7 +418229,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: 2233 + $signature: 2269 }; A._SystemLogViewerState_build__closure0.prototype = { call$2(context, isExpanded) { @@ -406544,7 +418242,7 @@ t5 = _this.client; return A.ListTile$(false, _null, _null, _null, true, _null, _null, true, _null, t2, _null, new A._SystemLogViewerState_build___closure(_this.$this, t1), false, _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: 2234 + $signature: 2270 }; A._SystemLogViewerState_build___closure.prototype = { call$0() { @@ -406572,7 +418270,7 @@ var _null = null, t1 = this.horizontalMargin, t2 = A.Center$(A.Checkbox$(color, false, _null, _null, onCheckboxChanged, _null, _null, false, checked), _null, _null), - contents = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A.Padding(new A.EdgeInsetsDirectional(t1, 0, t1 / 2, 0), t2, _null), _null); + contents = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, new A.Padding(new A.EdgeInsetsDirectional(t1, 0, t1 / 2, 0), t2, _null), _null); return A.TableCell$(onRowTap != null ? A.TableRowInkWell$0(contents, onRowTap) : contents, B.TableCellVerticalAlignment_4); }, _app_data_table$_buildCheckbox$3$checked$color$onCheckboxChanged(checked, color, onCheckboxChanged) { @@ -406589,16 +418287,16 @@ t3 = onSort != null && sorted ? B.Color_3707764736 : B.Color_2315255808; else t3 = onSort != null && sorted ? B.Color_4294967295 : B.Color_3019898879; - label = A.Container$(B.AlignmentDirectional_m1_0, A.AnimatedDefaultTextStyle$(label, B.C__Linear, B.Duration_160000, false, A.TextStyle$(_null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, B.FontWeight_4, _null, t2, true, _null, _null, _null, _null, _null, _null, _null, _null)), B.Clip_0, _null, _null, _null, _null, t1, _null, _null, padding, _null, _null, _null); - return A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, onSort, _null, _null, _null, _null, _null, _null); + label = A.Container$(B.AlignmentDirectional_m1_0, A.AnimatedDefaultTextStyle$(label, B.C__Linear, B.Duration_160000, false, A.TextStyle$(_null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, B.FontWeight_4, _null, t2, true, _null, _null, _null, _null, _null, _null, _null, _null)), B.Clip_0, _null, _null, _null, _null, t1, _null, _null, padding, _null, _null, _null); + return A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, onSort, _null, _null, _null, _null, _null, _null, _null); }, - build$1(_, context) { + build$1(context) { var displayCheckboxColumn, allChecked, t3, tableColumns, _length, tableRows, t4, index, t5, t6, rowIndex, _i, row, displayColumnIndex, paddingEnd, t7, paddingEnd0, paddingStart, dataColumnIndex, t8, column, t9, paddingStart0, paddingEnd1, padding, t10, cell, label, t11, isLightTheme, t12, t13, _this = this, _null = null, theme = A.Theme_of(context), t1 = A.Divider_createBorderSide(context, _null, 1), t2 = A.Theme_of(context).colorScheme.brightness === B.Brightness_1 ? B.Color_167772160 : B.Color_503316480, - _kSelectedDecoration = new A.BoxDecoration(t2, _null, new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, t1, B.BorderSide_0CF), _null, _null, _null, B.BoxShape_0), - _kUnselectedDecoration = new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, A.Divider_createBorderSide(context, _null, 1), B.BorderSide_0CF), _null, _null, _null, B.BoxShape_0); + _kSelectedDecoration = new A.BoxDecoration(t2, _null, new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, t1, B.BorderSide_aLd), _null, _null, _null, B.BoxShape_0), + _kUnselectedDecoration = new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, A.Divider_createBorderSide(context, _null, 1), B.BorderSide_aLd), _null, _null, _null, B.BoxShape_0); t1 = _this.rows; displayCheckboxColumn = B.JSArray_methods.any$1(t1, new A.AppDataTable_build_closure()); allChecked = displayCheckboxColumn && !B.JSArray_methods.any$1(t1, new A.AppDataTable_build_closure0()); @@ -406660,9 +418358,9 @@ else t12 = B.Color_3019898879; t13 = isLightTheme ? B.Color_2315255808 : B.Color_3019898879; - label = A.Container$(B.AlignmentDirectional_m1_0, new A.DefaultTextStyle(new A.TextStyle(true, t12, _null, _null, _null, _null, 13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, true, B.TextOverflow_0, _null, B.TextWidthBasis_0, _null, A.IconTheme_merge(new A.DropdownButtonHideUnderline(label, _null), new A.IconThemeData(t13, _null, _null, _null)), _null), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, padding, _null, _null, _null); + label = A.Container$(B.AlignmentDirectional_m1_0, new A.DefaultTextStyle(new A.TextStyle(true, t12, _null, _null, _null, _null, 13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, true, B.TextOverflow_0, _null, B.TextWidthBasis_0, _null, A.IconTheme_merge(new A.DropdownButtonHideUnderline(label, _null), new A.IconThemeData(t13, _null, _null, _null)), _null), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, padding, _null, _null, _null); if (t10 != null) - label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t10, _null, _null, _null, _null, _null, _null); + label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t10, _null, _null, _null, _null, _null, _null, _null); else label = A.TableRowInkWell$0(label, new A.AppDataTable_build_closure3(row)); t9.children[displayColumnIndex] = new A.DecoratedBox(new A.BoxDecoration(t11, _null, _null, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0, label, _null); @@ -406676,26 +418374,26 @@ A.AppDataTable__buildHeadingCell_arrowWithPadding.prototype = { call$0() { if (this.onSort == null) - var t1 = B.List_empty12; + var t1 = B.List_empty13; else { t1 = this.sorted; t1 = A._setArrayType([new A._SortArrow0(t1, t1 ? this.ascending : null, B.Duration_160000, null), B.SizedBox_2_null_null_null], type$.JSArray_legacy_Widget); } return t1; }, - $signature: 230 + $signature: 217 }; A.AppDataTable_build_closure.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 636 + $signature: 645 }; A.AppDataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null && !row.selected; }, - $signature: 636 + $signature: 645 }; A.AppDataTable_build_closure1.prototype = { call$0() { @@ -406755,7 +418453,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 2240 + $signature: 2276 }; A._SortArrow0.prototype = { createState$0() { @@ -406805,7 +418503,13 @@ t2 = oldWidget.visible; t1 = t1.visible; if (t2 !== t1) { - if (t1 && A._lateReadCheck(_this._opacityController.__AnimationController__status, "_status") === B.AnimationStatus_0) { + if (t1) { + t1 = _this._opacityController.__AnimationController__status_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 === B.AnimationStatus_0; + } else + t1 = false; + if (t1) { _this._orientationController.stop$0(0); _this._orientationController.set$value(0, 0); _this._app_data_table$_orientationOffset = newDown ? 0 : 3.141592653589793; @@ -406821,21 +418525,22 @@ } else skipArrow = false; if (_this._app_data_table$_down != newDown && !skipArrow) { - t1 = A._lateReadCheck(_this._orientationController.__AnimationController__status, "_status"); - t2 = _this._orientationController; - if (t1 === B.AnimationStatus_0) - t2.forward$0(0); + t1 = _this._orientationController; + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 === B.AnimationStatus_0) + t1.forward$0(0); else - t2.reverse$0(0); + t1.reverse$0(0); } _this._app_data_table$_down = newDown; }, - dispose$0(_) { - this._opacityController.dispose$0(0); - this._orientationController.dispose$0(0); - this.super$__SortArrowState_State_TickerProviderStateMixin$dispose(0); + dispose$0() { + this._opacityController.dispose$0(); + this._orientationController.dispose$0(); + this.super$__SortArrowState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t1 = this._app_data_table$_opacityAnimation; t1 = t1.get$value(t1); @@ -406861,7 +418566,7 @@ return A.throwExpression(A.UnimplementedError$(null)); } }; - A._NullWidget3.prototype = { + A._NullWidget4.prototype = { createElement$0(_) { return A.throwExpression(A.UnimplementedError$(null)); } @@ -406872,13 +418577,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.AppDataTableSource.prototype = {}; @@ -406894,7 +418599,7 @@ initState$0() { var t1, t2, _this = this; _this.super$State$initState(); - _this._app_paginated_data_table$_controller = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this._app_paginated_data_table$_controller = A.ScrollController$(0, true); t1 = _this._framework$_element; t1.toString; t1 = A.PageStorage_of(t1); @@ -406924,11 +418629,11 @@ _this._app_paginated_data_table$_handleDataSourceChanged$0(); } }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._app_paginated_data_table$_controller.dispose$0(0); + _this._app_paginated_data_table$_controller.dispose$0(); _this._widget.source.removeListener$1(0, _this.get$_app_paginated_data_table$_handleDataSourceChanged()); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _app_paginated_data_table$_handleDataSourceChanged$0() { this.setState$1(new A.AppPaginatedDataTableState__handleDataSourceChanged_closure(this)); @@ -406985,7 +418690,7 @@ _app_paginated_data_table$_handleNext$0() { this.pageTo$1(this._app_paginated_data_table$_firstRowIndex + this._widget.rowsPerPage); }, - build$1(_, context) { + build$1(context) { var footerTextStyle, t2, footerWidgets, t3, t4, availableRowsPerPage, t5, t6, t7, _this = this, _null = null, themeData = A.Theme_of(context), t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); @@ -407035,7 +418740,7 @@ call$1(column) { return B.DataCell_mS8; }, - $signature: 635 + $signature: 646 }; A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1(column) { @@ -407043,20 +418748,20 @@ this._box_0.haveProgressIndicator = true; return B.DataCell_R8h; }, - $signature: 635 + $signature: 646 }; A.AppPaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2243 + $signature: 2279 }; 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: 174 + $signature: 180 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -407066,40 +418771,41 @@ t3 = t1._widget; t3.toString; t4 = t3.columns; - t2 = A.Scrollbar$(A.SingleChildScrollView$(new A.ConstrainedBox(new A.BoxConstraints(constraints.minWidth, 1 / 0, 0, 1 / 0), new A.AppDataTable(t4, t3.sortColumnIndex, t3.sortAscending, t3.onSelectAll, 48, 56, 24, 56, true, t1._app_paginated_data_table$_getRows$2(t1._app_paginated_data_table$_firstRowIndex, t3.rowsPerPage), A.AppDataTable__initOnlyTextColumn(t4), t1._app_paginated_data_table$_tableKey), _null), t2, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_0), t2, _null); + t2 = A.Scrollbar$(A.SingleChildScrollView$(new A.ConstrainedBox(new A.BoxConstraints(constraints.minWidth, 1 / 0, 0, 1 / 0), new A.AppDataTable(t4, t3.sortColumnIndex, t3.sortAscending, t3.onSelectAll, 48, 56, 24, 56, true, t1._app_paginated_data_table$_getRows$2(t1._app_paginated_data_table$_firstRowIndex, t3.rowsPerPage), A.AppDataTable__initOnlyTextColumn(t4), t1._app_paginated_data_table$_tableKey), _null), t2, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_0), t2, _null); 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, true, B.Axis_0), B.Clip_0, _null, _null, _null, _null, 56, _null, _null, _null, _null, _null, _null), B.IconThemeData_XJy), _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); + 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, true, B.Axis_0), B.Clip_0, _null, _null, _null, _null, 56, _null, _null, _null, _null, _null, _null), B.IconThemeData_XJy), _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: 2245 + $signature: 2281 }; A.EntityDataTableSource.prototype = { getRow$1(index) { - var listState, uIState, t5, isSelected, rowColor, backgroundColor, t6, wideFields, t7, t8, t9, t10, _this = this, _null = null, t1 = {}, + var prefState, t4, t5, entity, listState, uIState, t6, isSelected, rowColor, backgroundColor, t7, wideFields, t8, t9, t10, _this = this, _null = null, t1 = {}, t2 = _this.context, - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"), - prefState = state.prefState, - t3 = _this.entityMap, - t4 = J.$index$asx(_this.entityList, index), - entity = t3._map$_map.$index(0, t4); - t4 = _this.entityPresenter; - t4.entity = entity; - t4.context = t2; - t4 = _this.entityType; - listState = state.getUIState$1(t4).get$listUIState(); - uIState = state.getUIState$1(t4); + t3 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + prefState = t3.prefState; + t4 = _this.entityMap; + t5 = J.$index$asx(_this.entityList, index); + entity = t4._map$_map.$index(0, t5); + t5 = _this.entityPresenter; + t5.entity = entity; + t5.context = t2; + t5 = _this.entityType; + listState = t3.getUIState$1(t5).get$listUIState(); + uIState = t3.getUIState$1(t5); if (entity == null) { t1 = A._setArrayType([new A.DataCell0(new A.SizedBox(_null, _null, _null, _null), _null, _null)], type$.JSArray_legacy_DataCell_2); B.JSArray_methods.addAll$1(t1, J.map$1$1$ax(_this.tableColumns, new A.EntityDataTableSource_getRow_closure(), type$.legacy_DataCell)); return new A.DataRow0(_null, _null, false, t1); } - t3 = listState.selectedIds; - t4 = t3 == null; - if (t4) - t5 = prefState.isPreviewVisible || state.uiState.get$isEditing(); - else - t5 = false; + t4 = listState.selectedIds; + t5 = t4 == null; if (t5) - isSelected = (state.uiState.get$isEditing() ? entity.get$id(entity) === _this.editingId : entity.get$id(entity) === uIState.get$selectedId()) && true; + t6 = prefState.isPreviewVisible || t3.uiState.get$isEditing(); + else + t6 = false; + if (t6) + isSelected = (t3.uiState.get$isEditing() ? entity.get$id(entity) === _this.editingId : entity.get$id(entity) === uIState.get$selectedId()) && true; else isSelected = false; t1.backgroundColor = null; @@ -407107,38 +418813,38 @@ if (rowColor == null) rowColor = ""; if (isSelected && A.getLayout(t2) === B.AppLayout_desktop) - t5 = t1.backgroundColor = A.convertHexStringToColor(prefState.enableDarkMode ? "#253750" : "#e5f5ff"); + t6 = t1.backgroundColor = A.convertHexStringToColor(prefState.enableDarkMode ? "#253750" : "#e5f5ff"); else if (rowColor.length !== 0 && B.JSInt_methods.$mod(index, 2) === 0) { backgroundColor = A.convertHexStringToColor(rowColor); t1.backgroundColor = backgroundColor; - t5 = backgroundColor; + t6 = backgroundColor; } else - t5 = _null; - t6 = type$.JSArray_legacy_String; - wideFields = A._setArrayType(["public_notes", "private_notes", "description", "custom1", "custom2", "custom3", "custom4"], t6); - if (t4) - t3 = A._setArrayType([], t6); - t3 = J.contains$1$asx(t3, entity.get$id(entity)); - t6 = !t4 ? new A.EntityDataTableSource_getRow_closure0(_this, entity) : _null; - t7 = A._setArrayType([], type$.JSArray_legacy_DataCell_2); - if (t4) { + t6 = _null; + t7 = type$.JSArray_legacy_String; + wideFields = A._setArrayType(["public_notes", "private_notes", "description", "custom1", "custom2", "custom3", "custom4"], t7); + if (t5) + t4 = A._setArrayType([], t7); + t4 = J.contains$1$asx(t4, entity.get$id(entity)); + t7 = !t5 ? new A.EntityDataTableSource_getRow_closure0(_this, entity) : _null; + t8 = A._setArrayType([], type$.JSArray_legacy_DataCell_2); + if (t5) { t2 = prefState.enableTooltips ? A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$editRecord() : _null; t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.GestureDetector$(_null, A.Icon$(B._MdiIconData_gg9, _null, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, new A.EntityDataTableSource_getRow_closure1(entity), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.EntityDataTableSource_getRow_closure2(entity), B.EdgeInsets_8_8_8_8, _null, t2, _null); - t4 = state.userCompanyStates; - t8 = state.uiState.selectedCompanyIndex; - t8 = t4._list[t8]; - t4 = t8.userCompany; + t5 = t3.userCompanyStates; + t3 = t3.uiState.selectedCompanyIndex; + t3 = t5._list[t3]; + t5 = t3.userCompany; t9 = prefState.tapSelectedToEdit; if (type$.legacy_BelongsToClient._is(entity)) { - t8 = t8.clientState.map; + t3 = t3.clientState.map; t10 = entity.get$clientId(entity); - t8 = t8._map$_map.$index(0, t10); + t3 = t3._map$_map.$index(0, t10); } else - t8 = _null; - t7.push(new A.DataCell0(A.Row$(A._setArrayType([t2, A.ActionMenuButton$(entity, entity.getActions$3$client$includeEdit$userCompany(t8, t9, t4), _null, _null, false, new A.EntityDataTableSource_getRow_closure3(entity))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityDataTableSource_getRow_closure4(_this, entity), t5)); + t3 = _null; + t8.push(new A.DataCell0(A.Row$(A._setArrayType([t2, A.ActionMenuButton$(entity, entity.getActions$3$client$includeEdit$userCompany(t3, t9, t5), _null, _null, false, new A.EntityDataTableSource_getRow_closure3(entity))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityDataTableSource_getRow_closure4(_this, entity), t6)); } - B.JSArray_methods.addAll$1(t7, J.map$1$1$ax(_this.tableColumns, new A.EntityDataTableSource_getRow_closure5(t1, _this, wideFields, entity), type$.legacy_DataCell)); - return new A.DataRow0(_null, t6, t3, t7); + B.JSArray_methods.addAll$1(t8, J.map$1$1$ax(_this.tableColumns, new A.EntityDataTableSource_getRow_closure5(t1, _this, wideFields, entity), type$.legacy_DataCell)); + return new A.DataRow0(_null, t7, t4, t8); } }; A.EntityDataTableSource_getRow_closure.prototype = { @@ -407146,7 +418852,7 @@ var _null = null; return new A.DataCell0(new A.SizedBox(_null, _null, _null, _null), _null, _null); }, - $signature: 634 + $signature: 648 }; A.EntityDataTableSource_getRow_closure0.prototype = { call$1(value) { @@ -407172,7 +418878,7 @@ A.handleEntitiesActions(A._setArrayType([this.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.EntityDataTableSource_getRow_closure4.prototype = { call$0() { @@ -407189,7 +418895,7 @@ t4 = field === "description" ? 200 : 0; return new A.DataCell0(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: 634 + $signature: 648 }; A.EntityDataTableSource_getRow__closure.prototype = { call$0() { @@ -407216,11 +418922,9 @@ }; A._EntityListState.prototype = { initState$0() { - var t1, t2, entityType, state, entityList, entityMap, entityState, t3, t4, entityUIState, selectedIndex, rowsPerPage, _this = this; + var t1, entityType, state, entityList, entityMap, entityState, t2, t3, entityUIState, selectedIndex, rowsPerPage, _this = this; _this.super$State$initState(); - t1 = A._setArrayType([], type$.JSArray_ScrollPosition); - t2 = $.$get$ChangeNotifier__emptyListeners(); - _this._entity_list$_controller = new A.ScrollController(0, true, null, t1, t2); + _this._entity_list$_controller = A.ScrollController$(0, true); t1 = _this._widget; entityType = t1.entityType; state = t1.state; @@ -407229,9 +418933,9 @@ entityState = state.getUIState$1(entityType); t1 = _this._framework$_element; t1.toString; - t3 = entityState.get$editingId(); - t4 = _this._widget.tableColumns; - _this.dataTableSource = new A.EntityDataTableSource(entityType, t3, t1, J.toList$0$ax(entityList), _this._widget.presenter, entityMap, t4, new A._EntityListState_initState_closure(), t2); + t2 = entityState.get$editingId(); + t3 = _this._widget.tableColumns; + _this.dataTableSource = new A.EntityDataTableSource(entityType, t2, t1, J.toList$0$ax(entityList), _this._widget.presenter, entityMap, t3, new A._EntityListState_initState_closure(), $.$get$ChangeNotifier__emptyListeners()); entityUIState = state.getUIState$1(entityType); selectedIndex = J.indexOf$1$asx(_this._widget.entityList, entityUIState.get$selectedId()); rowsPerPage = state.prefState.rowsPerPage; @@ -407251,11 +418955,11 @@ t1.entityMap = state.getEntityMap$1(t2.entityType); _this.dataTableSource.notifyListeners$0(); }, - dispose$0(_) { - this._entity_list$_controller.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._entity_list$_controller.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, isInMultiselect, entityList, entityMap, countSelected, isList, t4, t5, t6, shouldSelectEntity, entityId, entities, t7, firstEntity, actions, t8, t9, t10, t11, t12, t13, t14, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -407353,13 +419057,13 @@ call$1(entity) { return A.selectEntity(entity, false, false); }, - $signature: 2247 + $signature: 2283 }; A._EntityListState_build_closure.prototype = { call$1(duration) { A.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 36 + $signature: 37 }; A._EntityListState_build_closure7.prototype = { call$0() { @@ -407419,11 +419123,11 @@ t2 = t3.dataTableSource; t7 = t5.sortField; t7 = J.contains$1$asx(t3._widget.tableColumns, t7) ? J.indexOf$1$asx(t3._widget.tableColumns, t7) : 0; - t1.push(A.Expanded$(A.SingleChildScrollView$(new A.Padding(B.EdgeInsets_0_16_0_16, new A.AppPaginatedDataTable(t6, t7, t5.sortAscending, new A._EntityListState_build__closure6(t3, _this.entityList, rowsPerPage, _this.entityMap, t5), t3._firstRowIndex, new A._EntityListState_build__closure7(t3), rowsPerPage, A._setArrayType([10, 25, 50, 100], type$.JSArray_legacy_int), new A._EntityListState_build__closure8(_this.store), t2, _null), _null), t4, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), 1)); + t1.push(A.Expanded$(A.SingleChildScrollView$(new A.Padding(B.EdgeInsets_0_16_0_16, new A.AppPaginatedDataTable(t6, t7, t5.sortAscending, new A._EntityListState_build__closure6(t3, _this.entityList, rowsPerPage, _this.entityMap, t5), t3._firstRowIndex, new A._EntityListState_build__closure7(t3), rowsPerPage, A._setArrayType([10, 25, 50, 100], type$.JSArray_legacy_int), new A._EntityListState_build__closure8(_this.store), t2, _null), _null), t4, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1), 1)); return A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }, - $signature: 2248 + $signature: 2284 }; A._EntityListState_build__closure.prototype = { call$1(_) { @@ -407437,11 +419141,13 @@ } return A.viewEntityById(false, t2, t1.length === 0 ? null : B.JSArray_methods.get$last(t1).get$entityType(), null, false, true); }, - $signature: 30 + $signature: 31 }; A._EntityListState_build__closure0.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearEntityFilter()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearEntityFilter()); }, $signature: 10 }; @@ -407450,7 +419156,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: 137 + $signature: 135 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -407463,7 +419169,7 @@ return t1.itemBuilder$2(context, index - 1); } }, - $signature: 137 + $signature: 135 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -407481,7 +419187,9 @@ }; A._EntityListState_build__closure4.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.ClearEntityFilter()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearEntityFilter()); }, $signature: 1 }; @@ -407496,13 +419204,13 @@ t3 = J.map$1$1$ax(t4.sublist$2(t3, Math.min(A.checkNum(t2), t5 - 1), Math.min(t1._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: 21 + $signature: 22 }; A._EntityListState_build___closure.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 411 + $signature: 472 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -407511,7 +419219,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list, t1); return this.value !== t1; }, - $signature: 173 + $signature: 171 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -407525,45 +419233,47 @@ } 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), new A._EntityListState_build___closure1(_this.$this, field)); }, - $signature: 2251 + $signature: 2287 }; A._EntityListState_build___closure1.prototype = { call$2(columnIndex, ascending) { this.$this._widget.onSortColumn$1(this.field); }, - $signature: 406 + $signature: 471 }; A._EntityListState_build__closure7.prototype = { call$1(row) { return this.$this._firstRowIndex = row; }, - $signature: 2252 + $signature: 2288 }; A._EntityListState_build__closure8.prototype = { call$1(value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, - $signature: 114 + $signature: 108 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 411 + $signature: 472 }; A._EntityListState_build_closure1.prototype = { call$1(action) { return action != null; }, - $signature: 378 + $signature: 453 }; A._EntityListState_build_closure8.prototype = { call$0() { return this.$this._widget.onRefreshed$1(this.context); }, - $signature: 31 + $signature: 32 }; A._EntityListState_build_closure2.prototype = { call$1(value) { @@ -407572,13 +419282,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: 21 + $signature: 22 }; A._EntityListState_build__closure13.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 411 + $signature: 472 }; A._EntityListState_build_closure4.prototype = { call$1(action) { @@ -407586,7 +419296,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: 379 + $signature: 454 }; A._EntityListState_build__closure10.prototype = { call$0() { @@ -407600,17 +419310,17 @@ var _this = this, _null = null, t1 = _this.localization.get$more(), t2 = _this.state.prefState.enableDarkMode; - t1 = A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2 ? B.Color_4294967295 : B.Color_4278190080, _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); + t1 = A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2 ? 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, t2 ? 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: 380 + $signature: 455 }; A._EntityListState_build__closure12.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 262 + $signature: 274 }; A._EntityListState_build__closure11.prototype = { call$1(context) { @@ -407620,7 +419330,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: 381 + $signature: 456 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -407630,7 +419340,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: 382 + $signature: 457 }; A._EntityListState_build_closure6.prototype = { call$1(context) { @@ -407665,13 +419375,13 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 632 + $signature: 653 }; A._EntityListState_build_closure5.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 55 + $signature: 57 }; A.VariablesHelp.prototype = { createState$0() { @@ -407683,30 +419393,31 @@ this.super$State$initState(); this._variables$_controller = A.TabController$(null, 0, 4, this); }, - dispose$0(_) { - this._variables$_controller.dispose$0(0); - this.super$__VariablesHelpState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._variables$_controller.dispose$0(); + this.super$__VariablesHelpState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { - var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + build$1(context) { + var t3, company, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, _s7_ = "custom1", _s7_0 = "custom2", _s7_1 = "custom3", _s7_2 = "custom4", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - company = t2._list[t3].userCompany.company; - t3 = _this._variables$_controller; - t2 = _this._widget; - if (t2.showInvoiceAsQuote) - t2 = t1.get$quote(); - else - t2 = t2.showInvoiceAsInvoices ? t1.get$invoices() : t1.get$invoice(); - t4 = type$.JSArray_legacy_Widget; - t1 = A._setArrayType([A.Tab$(A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Tab$(A.Text$(t1.get$client(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Tab$(A.Text$(t1.get$contact(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Tab$(A.Text$(t1.get$company(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + company = t3._list[t2].userCompany.company; t2 = _this._variables$_controller; + t3 = _this._widget; + if (t3.showInvoiceAsQuote) + t3 = t1.get$quote(); + else + t3 = t3.showInvoiceAsInvoices ? t1.get$invoices() : t1.get$invoice(); + t4 = type$.JSArray_legacy_Widget; + t1 = A._setArrayType([A.Tab$(A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Tab$(A.Text$(t1.get$client(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Tab$(A.Text$(t1.get$contact(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Tab$(A.Text$(t1.get$company(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4); + t3 = _this._variables$_controller; t5 = type$.JSArray_legacy_String; t6 = A._setArrayType(["view_button", "view_url", "payment_button", "payment_url", "created_by_user", "assigned_to_user", "invoices", "payments"], t5); t7 = _this._widget; @@ -407763,7 +419474,7 @@ t5.push(_s7_1); if (company.getCustomFieldLabel$1("company4").length !== 0) t5.push(_s7_2); - return A.FormCard$(_null, A._setArrayType([new A.AppTabBar(t1, t3, true, _null, _null), new A.SizedBox(_null, 540, A.TabBarView$(A._setArrayType([new A._VariableGrid(t6, _null), new A._VariableGrid(t7, _null), new A._VariableGrid(t10, _null), new A._VariableGrid(A.List_List$of(new A.MappedListIterable(t5, new A._VariablesHelpState_build_closure1(), t8), true, t9), _null)], t4), t2, _null), _null)], t4), _null, _null, false, _null, false, _null); + return A.FormCard$(_null, A._setArrayType([new A.AppTabBar(t1, t2, true, _null, _null), new A.SizedBox(_null, 540, A.TabBarView$(A._setArrayType([new A._VariableGrid(t6, _null), new A._VariableGrid(t7, _null), new A._VariableGrid(t10, _null), new A._VariableGrid(A.List_List$of(new A.MappedListIterable(t5, new A._VariablesHelpState_build_closure1(), t8), true, t9), _null)], t4), t3, _null), _null)], t4), _null, _null, false, _null, false, _null); } }; A._VariablesHelpState_build_closure.prototype = { @@ -407785,7 +419496,7 @@ $signature: 15 }; A._VariableGrid.prototype = { - build$1(_, context) { + build$1(context) { B.JSArray_methods.sort$1(this.fields, new A._VariableGrid_build_closure()); return new A.Padding(B.EdgeInsets_0_16_0_0, new A.LayoutBuilder(new A._VariableGrid_build_closure0(this), null), null); } @@ -407794,7 +419505,7 @@ call$2(a, b) { return J.compareTo$1$ns(a, b); }, - $signature: 20 + $signature: 21 }; A._VariableGrid_build_closure0.prototype = { call$2(context, constraints) { @@ -407802,14 +419513,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: 365 + $signature: 361 }; 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, new A._VariableGrid_build___closure(field, this.context), _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: 2257 + $signature: 2293 }; A._VariableGrid_build___closure.prototype = { call$0() { @@ -407820,13 +419531,13 @@ $signature: 1 }; A.__VariablesHelpState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -407835,74 +419546,75 @@ } }; A.ViewScaffold.prototype = { - build$1(_, context) { - var userCompany, t5, isSettings, title, presenter, t6, t7, t8, leading, t9, _this = this, _null = null, + build$1(context) { + var t3, t4, t5, userCompany, t6, isSettings, title, presenter, t7, t8, t9, leading, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t2 = t2._list; - userCompany = t2[t4].userCompany; - t5 = _this.entity; - isSettings = t5.get$entityType().get$isSetting(); - if (t5.get$isNew()) + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t3 = t3._list; + userCompany = t3[t5].userCompany; + t6 = _this.entity; + isSettings = t6.get$entityType().get$isSetting(); + if (t6.get$isNew()) title = ""; else { presenter = new A.EntityPresenter(); - presenter.entity = t5; + presenter.entity = t6; presenter.context = context; title = presenter.title$1$isNarrow(0, A.getLayout(context) === B.AppLayout_mobile); } if (A.getLayout(context) === B.AppLayout_desktop) { - t6 = _this.isFilter; - if (t6) { - t7 = t5.get$entityType(); - t8 = t3.filterStack._list; - t7 = t7 == (t8.length === 0 ? _null : B.JSArray_methods.get$last(t8).get$entityType()); + t7 = _this.isFilter; + if (t7) { + t8 = t6.get$entityType(); + t9 = t4.filterStack._list; + t8 = t8 == (t9.length === 0 ? _null : B.JSArray_methods.get$last(t9).get$entityType()); } else - t7 = false; - if (t7) - leading = t3.filterStack._list.length > 1 && !t6 ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), _null, new A.ViewScaffold_build_closure(store), B.EdgeInsets_8_8_8_8, _null, _null, _null) : A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.ViewScaffold_build_closure0(store), B.EdgeInsets_8_8_8_8, _null, _null, _null); - else if (t3.previewStack._list.length !== 0) { - t3 = t1.get$back(t1); - leading = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), _null, new A.ViewScaffold_build_closure1(store), B.EdgeInsets_8_8_8_8, _null, t3, _null); + t8 = false; + if (t8) + leading = t4.filterStack._list.length > 1 && !t7 ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), _null, new A.ViewScaffold_build_closure(store), B.EdgeInsets_8_8_8_8, _null, _null, _null) : A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.ViewScaffold_build_closure0(store), B.EdgeInsets_8_8_8_8, _null, _null, _null); + else if (t4.previewStack._list.length !== 0) { + t4 = t1.get$back(t1); + leading = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), _null, new A.ViewScaffold_build_closure1(store), B.EdgeInsets_8_8_8_8, _null, t4, _null); } else - leading = A.getLayout(context) === B.AppLayout_desktop && !t5.get$entityType().get$isSetting() && state.prefState.moduleLayout !== B.ModuleLayout_list ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.ViewScaffold_build_closure2(store), B.EdgeInsets_8_8_8_8, _null, _null, _null) : _null; + leading = A.getLayout(context) === B.AppLayout_desktop && !t6.get$entityType().get$isSetting() && t2.prefState.moduleLayout !== B.ModuleLayout_list ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.ViewScaffold_build_closure2(store), B.EdgeInsets_8_8_8_8, _null, _null, _null) : _null; } else leading = _null; - t3 = A.Theme_of(context).cardColor; - t6 = A.getLayout(context); - t7 = A.Text$(title, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t8 = type$.JSArray_legacy_Widget; - if (t5.get$isNew()) - t2 = A._setArrayType([], t8); + t4 = A.Theme_of(context).cardColor; + t7 = A.getLayout(context); + t8 = A.Text$(title, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t9 = type$.JSArray_legacy_Widget; + if (t6.get$isNew()) + t2 = A._setArrayType([], t9); else { - t8 = A._setArrayType([], t8); + t9 = A._setArrayType([], t9); if (isSettings && A.getLayout(context) === B.AppLayout_desktop && !_this.isFilter) - t8.push(A.TextButton$(false, A.Text$(t1.get$back(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A.ViewScaffold_build_closure3(_this, store, state), _null)); - if (userCompany.canEditEntity$1(t5)) - t8.push(new A.Builder(new A.ViewScaffold_build_closure4(_this, state, t1), _null)); - t9 = state.isSaving && !_this.isFilter; - if (type$.legacy_BelongsToClient._is(t5)) { - t2 = t2[t4].clientState.map; - t4 = t5.get$clientId(t5); - t4 = t2._map$_map.$index(0, t4); - t2 = t4; + t9.push(A.TextButton$(false, A.Text$(t1.get$back(t1), _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), _null, _null, new A.ViewScaffold_build_closure3(_this, store, t2), _null)); + if (userCompany.canEditEntity$1(t6)) + t9.push(new A.Builder(new A.ViewScaffold_build_closure4(_this, t2, t1), _null)); + t2 = t2.isSaving && !_this.isFilter; + if (type$.legacy_BelongsToClient._is(t6)) { + t3 = t3[t5].clientState.map; + t5 = t6.get$clientId(t6); + t5 = t3._map$_map.$index(0, t5); + t3 = t5; } else - t2 = _null; - t8.push(new A.ViewActionMenuButton(t5, t5.getActions$2$client$userCompany(t2, userCompany), new A.ViewScaffold_build_closure5(_this), t9, _null)); - t2 = t8; + t3 = _null; + t9.push(new A.ViewActionMenuButton(t6, t6.getActions$2$client$userCompany(t3, userCompany), new A.ViewScaffold_build_closure5(_this), t2, _null)); + t2 = t9; } - t7 = A.AppBar$(t2, _null, t6 === B.AppLayout_mobile, _null, _null, _this.appBarBottom, 1, _null, false, _null, false, _null, _null, _null, leading, _null, true, _null, _null, _null, _null, _null, _null, new A.CopyToClipboard(t7, title, false, _null, _null, _null), _null, _null, _null, 1, _null); - if (t5.get$isNew()) { + t8 = A.AppBar$(t2, _null, t7 === B.AppLayout_mobile, _null, _null, _this.appBarBottom, 1, _null, false, _null, false, _null, _null, _null, leading, _null, true, _null, _null, _null, _null, _null, _null, new A.CopyToClipboard(t8, title, false, _null, _null, _null), _null, _null, _null, 1, _null); + if (t6.get$isNew()) { t1.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "no_record_selected"); t1 = new A.BlankScreen(t1 == null ? "" : t1, _null); } else t1 = _this.body; - return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(t7, t3, A.SafeArea$(true, t1, B.EdgeInsets_0_0_0_0, true), _null, _null, _null, _null, _null), true, true, _null), new A.ViewScaffold_build_closure6(), _null); + return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(t8, t4, A.SafeArea$(true, t1, B.EdgeInsets_0_0_0_0, true), _null, _null, _null, _null, _null), true, _null), new A.ViewScaffold_build_closure6(), _null); }, get$body(receiver) { return this.body; @@ -407910,29 +419622,37 @@ }; A.ViewScaffold_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.PopFilterStack()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.PopFilterStack()); }, $signature: 10 }; A.ViewScaffold_build_closure0.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; A.ViewScaffold_build_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.PopPreviewStack()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.PopPreviewStack()); }, $signature: 10 }; A.ViewScaffold_build_closure2.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; @@ -407959,16 +419679,19 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; A.ViewScaffold_build_closure3.prototype = { call$0() { - var t1 = this.$this.onBackPressed; + var t2, + t1 = this.$this.onBackPressed; if (t1 != null) t1.call$0(); else { t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 1 @@ -407986,7 +419709,7 @@ t1 = this.localization.get$edit(); return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 308 + $signature: 369 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -407999,7 +419722,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), action, true); return null; }, - $signature: 61 + $signature: 60 }; A.WebSessionTimeout.prototype = { createState$0() { @@ -408011,34 +419734,38 @@ this.super$State$initState(); this._web_session_timeout$_timer = A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 0, 1, 0), new A._WebSessionTimeoutState_initState_closure(this)); }, - dispose$0(_) { + dispose$0() { var t1 = this._web_session_timeout$_timer; if (t1 != null) t1.cancel$0(0); this._web_session_timeout$_timer = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; A._WebSessionTimeoutState_initState_closure.prototype = { call$1(timer) { - var store, state, t2, sessionTimeout, + var store, t2, sessionTimeout, t1 = this.$this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - sessionTimeout = t1[t2].userCompany.company.sessionTimeout; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + sessionTimeout = t2[t1].userCompany.company.sessionTimeout; if (sessionTimeout === 0) return; - if (Date.now() - t1[t2].lastUpdated > sessionTimeout) - store.get$_dispatchers()[0].call$1(new A.UserLogout()); + if (Date.now() - t2[t1].lastUpdated > sessionTimeout) { + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); + } }, - $signature: 442 + $signature: 380 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -408050,7 +419777,7 @@ this.super$State$didUpdateWidget(oldWidget); return; }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -408144,11 +419871,11 @@ }); return A._asyncStartSync($async$onWindowClose$0, $async$completer); }, - dispose$0(_) { + dispose$0() { $.$get$windowManager()._window_manager$_listeners.remove$1(0, this); - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; @@ -408178,29 +419905,31 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A.__WindowManagerState_State_WindowListener.prototype = {}; A.InitScreen.prototype = { - build$1(_, context) { + build$1(context) { return A.StoreBuilder$(new A.InitScreen_build_closure(), new A.InitScreen_build_closure0(context), type$.legacy_AppState); } }; A.InitScreen_build_closure0.prototype = { call$1(store) { - return store.get$_dispatchers()[0].call$1(new A.LoadStateRequest(this.context)); + var t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadStateRequest(this.context)); }, - $signature: 2258 + $signature: 2294 }; 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: 2259 + $signature: 2295 }; A.LockScreen.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.Icon$(B._MdiIconData_wMy, B.Color_4290624957, 24); @@ -408211,7 +419940,7 @@ if (t4 == null) t4 = ""; t5 = type$.JSArray_legacy_Widget; - t4 = A.Row$(A._setArrayType([t2, new A.SizedBox(12, _null, _null, _null), A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4290624957, _null, _null, _null, _null, _null, _null, _null, _null, 32, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null); + t4 = A.Row$(A._setArrayType([t2, new A.SizedBox(12, _null, _null, _null), A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4290624957, _null, _null, _null, _null, _null, _null, _null, _null, 32, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null); t1 = J.$index$asx(t3.$index(0, t1), "authenticate"); return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([t4, A.ElevatedButton$(A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), this.onAuthenticatePressed, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_4, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, B.MaterialColor_Map_HFpTk_4288585374, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } @@ -408253,7 +419982,7 @@ if (t1._change_notifier$_value.text.length === 0) t1.set$text(0, _this._widget.viewModel.authState.url); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._login_view$_firstNameController, t2 = t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); @@ -408279,7 +420008,7 @@ t1 = _this._tokenController; t1.ChangeNotifier__listeners = t2; t1.ChangeNotifier__count = 0; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _submitForm$0() { var _this = this, @@ -408424,7 +420153,7 @@ } } }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, _s7_ = "#2F7DC3", _s15_ = "select_platform", @@ -408449,7 +420178,7 @@ t3.push(A.Container$(_null, _null, B.Clip_0, state.get$accentColor(), _null, _null, _null, 16, _null, _null, _null, _null, _null, 1 / 0)); t4 = A.Image$asset(state.prefState.enableDarkMode ? "assets/images/logo_dark.png" : "assets/images/logo_light.png", 50, _null, _null); t5 = A.isApple() ? _null : new A._LoginState_build_closure(); - t3.push(new A.Padding(new A.EdgeInsets(0, 25, 0, 25), A.Center$(A.InkWell$(false, _null, true, t4, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure0(_this), t5, _null, _null, _null, _null, _null, _null), _null, _null), _null)); + t3.push(new A.Padding(new A.EdgeInsets(0, 25, 0, 25), A.Center$(A.InkWell$(false, _null, true, t4, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure0(_this), t5, _null, _null, _null, _null, _null, _null, _null), _null, _null), _null)); if (_this._tokenLogin) t3.push(A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, false, _this._tokenController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$token(), _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), new A.AppButton(_null, _null, t1.get$submit(t1).toUpperCase(), new A._LoginState_build_closure1(_this, viewModel, context), _null, _null)], t2), _null, _null, true, B.EdgeInsets_0_0_0_0, false, _null)); t4 = A.Duration$(0, 0, 0, 500, 0, 0); @@ -408503,16 +420232,16 @@ t8 = A.convertHexStringToColor(_s7_); t9 = _this._termsChecked; t10 = type$.JSArray_legacy_TextSpan; - t9 = A.CheckboxListTile$(t8, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure9(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, aboutTextStyle, t1.get$iAgreeToThe() + " "), A.LinkTextSpan$(linkStyle, t1.get$termsOfService(), "https://www.invoiceninja.com/terms")], t10), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t9); + t9 = A.CheckboxListTile$(t8, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure9(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, aboutTextStyle, t1.get$iAgreeToThe() + " "), A.LinkTextSpan$(linkStyle, t1.get$termsOfService(), "https://www.invoiceninja.com/terms")], t10), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t9); t8 = A.convertHexStringToColor(_s7_); t11 = _this._privacyChecked; - t7.push(new A.Padding(new A.EdgeInsets(0, 10, 0, 0), A.Column$(A._setArrayType([t9, A.CheckboxListTile$(t8, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure10(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, aboutTextStyle, t1.get$iAgreeToThe() + " "), A.LinkTextSpan$(linkStyle, t1.get$privacyPolicy(), "https://www.invoiceninja.com/privacy-policy")], t10), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t11)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); + t7.push(new A.Padding(new A.EdgeInsets(0, 10, 0, 0), A.Column$(A._setArrayType([t9, A.CheckboxListTile$(t8, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure10(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, aboutTextStyle, t1.get$iAgreeToThe() + " "), A.LinkTextSpan$(linkStyle, t1.get$privacyPolicy(), "https://www.invoiceninja.com/privacy-policy")], t10), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t11)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); } t6.push(new A.Padding(new A.EdgeInsets(horizontalPadding, 0, horizontalPadding, 0), A.Column$(t7, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); t6 = A._setArrayType([A.Column$(t6, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2); t7 = _this._loginError; if (t7.length !== 0 && !B.JSString_methods.contains$1(t7, "OTP_REQUIRED")) { - t7 = A.Expanded$(A.SelectableText$(t7, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNc9P_4294198070, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null)), 1); + t7 = A.Expanded$(A.SelectableText$(t7, A.TextStyle$(_null, _null, B.MaterialColor_Map_JNc9P_4294198070, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null)), 1); t8 = A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null); t1.toString; t9 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "copy_error"); @@ -408575,7 +420304,7 @@ t9 = ""; } } - t8.push(A.Text$(t9, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 18, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null)); + t8.push(A.Text$(t9, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, 18, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null)); t7 = new A.RoundedLoadingButton(_this._buttonController, new A._LoginState_build_closure12(_this), A.Row$(t8, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), t7, 50, 430, 4, _null); } t6.push(new A.Padding(new A.EdgeInsets(16, 20, 16, 10), t7, _null)); @@ -408601,7 +420330,7 @@ t8 = J.$index$asx(t7.$index(0, t1.localeCode), _s14_); t7 = t8 == null ? J.$index$asx(t7.$index(0, _s2_), _s14_) : t8; } - t6.push(new A.Padding(B.EdgeInsets_0_6_0_10, A.TextButton$(false, A.Text$(t7, _null, _null, _null, _null, _null, _null, B.TextAlign_2, _null, _null), _null, new A._LoginState_build_closure13(_this), _null), _null)); + t6.push(new A.Padding(B.EdgeInsets_0_6_0_10, A.TextButton$(false, A.Text$(t7, _null, _null, _null, _null, _null, _null, B.TextAlign_2, _null, _null), _null, _null, new A._LoginState_build_closure13(_this), _null), _null)); } t6.push(new A.SizedBox(_null, 8, _null, _null)); t3.push(A.AnimatedOpacity$(false, A.Form$(_null, new A.AutofillGroup(A.FormCard$(_null, t6, _null, _null, true, B.EdgeInsets_0_0_0_0, false, _null), _null), _this._login_view$_formKey), B.C__Linear, t4, t5)); @@ -408614,14 +420343,14 @@ t6.push(A.Icon$(B._MdiIconData_wMy, _null, 16)); t6.push(new A.SizedBox(8, _null, _null, _null)); t6.push(A.Text$(_this._recoverPassword ? t1.get$cancel(t1) : t1.get$recoverPassword(), _null, _null, _null, _null, _null, _null, _null, _null, _null)); - t5.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(t6, B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure14(_this), _null, _null, _null, _null, _null, _null)); + t5.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(t6, B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure14(_this), _null, _null, _null, _null, _null, _null, _null)); } if (!_this._recoverPassword && !_this._isSelfHosted) { t6 = A.Icon$(B.IconData_58729_MaterialIcons_null_false, _null, 16); t1.toString; t7 = $.$get$LocalizationsProvider__localizedValues(); t8 = J.$index$asx(t7.$index(0, t1.localeCode), _s12_); - t5.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t6, new A.SizedBox(8, _null, _null, _null), A.Text$(t8 == null ? J.$index$asx(t7.$index(0, _s2_), _s12_) : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure15(), _null, _null, _null, _null, _null, _null)); + t5.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t6, new A.SizedBox(8, _null, _null, _null), A.Text$(t8 == null ? J.$index$asx(t7.$index(0, _s2_), _s12_) : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure15(), _null, _null, _null, _null, _null, _null, _null)); } if (!_this._recoverPassword) { t6 = A.Icon$(A.getNativeAppIcon(platform), _null, 16); @@ -408630,7 +420359,7 @@ t1 = J.$index$asx(t7.$index(0, t1.localeCode), "app"); if (t1 == null) t1 = J.$index$asx(t7.$index(0, _s2_), "app"); - t5.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t6, new A.SizedBox(8, _null, _null, _null), A.Text$(platform + " " + A.S(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure16(platform), _null, _null, _null, _null, _null, _null)); + t5.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t6, new A.SizedBox(8, _null, _null, _null), A.Text$(platform + " " + A.S(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure16(platform), _null, _null, _null, _null, _null, _null, _null)); } t3.push(A.FormCard$(_null, A._setArrayType([A.Flex$(t5, B.CrossAxisAlignment_2, t4, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, _null, _null, B.VerticalDirection_1)], t2), _null, _null, true, B.EdgeInsets_0_0_0_0, false, _null)); return A.SafeArea$(true, new A.ScrollableListView(t3, _null, _null, _null), B.EdgeInsets_0_0_0_0, true); @@ -408652,13 +420381,13 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "please_agree_to_terms_and_privacy"); t1 = A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); 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, new A._LoginState__submitSignUpForm__closure1(context), _null), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t1, B.EdgeInsets_24_20_24_24, _null, t2); + 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: 201 + $signature: 191 }; A._LoginState__submitSignUpForm__closure1.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -408732,7 +420461,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: 345 + $signature: 336 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -408769,7 +420498,7 @@ var t1 = this.$this; return t1._tokenLogin = !t1._tokenLogin; }, - $signature: 22 + $signature: 23 }; A._LoginState_build_closure1.prototype = { call$0() { @@ -408782,7 +420511,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure4(t1, index)); }, - $signature: 114 + $signature: 108 }; A._LoginState_build__closure4.prototype = { call$0() { @@ -408801,7 +420530,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure3(t1, index)); }, - $signature: 114 + $signature: 108 }; A._LoginState_build__closure3.prototype = { call$0() { @@ -408821,51 +420550,51 @@ call$1(_) { return this.$this._submitForm$0(); }, - $signature: 30 + $signature: 31 }; A._LoginState_build_closure6.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 30 + $signature: 31 }; A._LoginState_build_closure7.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 30 + $signature: 31 }; A._LoginState_build_closure8.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 30 + $signature: 31 }; A._LoginState_build_closure9.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._LoginState_build__closure2(t1, value)); }, - $signature: 41 + $signature: 43 }; A._LoginState_build__closure2.prototype = { call$0() { return this.$this._termsChecked = this.value; }, - $signature: 22 + $signature: 23 }; A._LoginState_build_closure10.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._LoginState_build__closure1(t1, value)); }, - $signature: 41 + $signature: 43 }; A._LoginState_build__closure1.prototype = { call$0() { return this.$this._privacyChecked = this.value; }, - $signature: 22 + $signature: 23 }; A._LoginState_build_closure11.prototype = { call$0() { @@ -408918,18 +420647,18 @@ call$0() { return A.launchUrl(A.Uri_parse(A.getNativeAppUrl(this.platform), 0, null)); }, - $signature: 26 + $signature: 28 }; A.RuledText.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, horizontalPadding = A.calculateLayout(context) === B.AppLayout_desktop ? 40 : 16, t1 = B.JSNumber_methods.round$0(127.5); - return new A.Padding(new A.EdgeInsets(horizontalPadding, 4, horizontalPadding, 14), A.Row$(A._setArrayType([A.Expanded$(A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(t1, 158, 158, 158), _null, _null, _null, 1, _null, _null, _null, _null, _null, _null), 1), new A.Padding(B.EdgeInsets_16_0_16_0, A.Text$(this.text, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 15, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), A.Expanded$(A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(t1, 158, 158, 158), _null, _null, _null, 1, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); + return new A.Padding(new A.EdgeInsets(horizontalPadding, 4, horizontalPadding, 14), A.Row$(A._setArrayType([A.Expanded$(A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(t1, 158, 158, 158), _null, _null, _null, 1, _null, _null, _null, _null, _null, _null), 1), new A.Padding(B.EdgeInsets_16_0_16_0, A.Text$(this.text, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _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), A.Expanded$(A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(t1, 158, 158, 158), _null, _null, _null, 1, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); } }; A.LoginScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.Scaffold$(_null, _null, A.StoreConnector$(new A.LoginScreen_build_closure(), A.login_vm_LoginVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_LoginVM), _null, _null, _null, _null, _null); } @@ -408938,7 +420667,7 @@ call$2(context, viewModel) { return new A.LoginView(viewModel, null); }, - $signature: 2260 + $signature: 2296 }; A.LoginVM.prototype = {}; A.LoginVM_fromStore__handleLogin.prototype = { @@ -408947,8 +420676,10 @@ layout = A.calculateLayout(context), moduleLayout = layout === B.AppLayout_desktop ? B.ModuleLayout_table : B.ModuleLayout_list, t1 = this.store, - t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSignUp ? moduleLayout : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t1.get$_dispatchers()[0].call$1(t2); + t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSignUp ? moduleLayout : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t3 = t1.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(t2); context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.LoginVM_fromStore__handleLogin_closure(layout, isSignUp, t1)); }, @@ -408958,21 +420689,28 @@ call$1$context(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2261 + $signature: 2297 }; A.LoginVM_fromStore__handleLogin_closure.prototype = { call$1(duration) { - var t1, _this = this, _null = null; + var t1, t2, _this = this, _null = null; if (_this.layout === B.AppLayout_mobile) { if (_this.isSignUp) { t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.ModuleLayout_list, _null, _null, _null, _null, _null, _null, _null, _null, _null); - _this.store.get$_dispatchers()[0].call$1(t1); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); } - _this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, _null)); - } else - _this.store.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, _null)); + } else { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewMainScreen()); + } }, - $signature: 36 + $signature: 37 }; A.LoginVM_fromStore__formatApiUrl.prototype = { call$1(url) { @@ -408995,7 +420733,7 @@ $call$body$LoginVM_fromStore_closure4(context, completer, oneTimePassword, secret, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, signedIn, error, t1, exception, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, signedIn, error, t1, exception, $async$exception; var $async$call$5$oneTimePassword$secret$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -409050,11 +420788,11 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 415 + $signature: 474 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { - var t4, t5, _this = this, + var t4, t5, t6, _this = this, t1 = idToken.length === 0 || accessToken.length === 0, t2 = _this.completer, t3 = _this.context; @@ -409065,17 +420803,19 @@ t1 = _this._formatApiUrl.call$1(_this.url); t4 = J.trim$0$s(_this.secret); t5 = A.Theme_of(t3).platform === B.TargetPlatform_2 ? "ios" : "android"; - _this.store.get$_dispatchers()[0].call$1(new A.OAuthLoginRequest(t2, null, idToken, accessToken, t1, t4, t5, "google", null)); + t6 = _this.store.__Store__dispatchers_F; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6[0].call$1(new A.OAuthLoginRequest(t2, null, idToken, accessToken, t1, t4, t5, "google", null)); t2.future.then$1$1(0, new A.LoginVM_fromStore___closure2(_this._handleLogin, t3), type$.void); } }, - $signature: 38 + $signature: 39 }; A.LoginVM_fromStore___closure2.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore_closure4.prototype = { call$3(context, completer, url) { @@ -409084,7 +420824,7 @@ $call$body$LoginVM_fromStore_closure3(context, completer, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, signedIn, error, t1, exception, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, signedIn, error, t1, exception, $async$exception; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -409139,7 +420879,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 417 + $signature: 475 }; A.LoginVM_fromStore__closure5.prototype = { call$2(idToken, accessToken) { @@ -409151,17 +420891,19 @@ A.GoogleOAuth_signOut(); t2.completeError$1(A.Localizations_of(t3, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$anErrorOccurredTryAgain()); } else { - _this.store.get$_dispatchers()[0].call$1(new A.OAuthSignUpRequest(t2, idToken, _this.url, accessToken, "google")); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.OAuthSignUpRequest(t2, idToken, _this.url, accessToken, "google")); t2.future.then$1$1(0, new A.LoginVM_fromStore___closure1(_this._handleLogin, t3), type$.void); } }, - $signature: 38 + $signature: 39 }; A.LoginVM_fromStore___closure1.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore_closure5.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -409173,7 +420915,7 @@ $call$body$LoginVM_fromStore_closure2(context, completer, oneTimePassword, secret, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$next = [], $async$self = this, error, exception; + $async$self = this, error, exception; var $async$call$5$oneTimePassword$secret$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -409194,7 +420936,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 415 + $signature: 474 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -409203,17 +420945,19 @@ t2 = _this._formatApiUrl.call$1(_this.url), t3 = J.trim$0$s(_this.secret), t4 = _this.context, - t5 = A.Theme_of(t4).platform === B.TargetPlatform_2 ? "ios" : "android"; - _this.store.get$_dispatchers()[0].call$1(new A.OAuthLoginRequest(t1, null, idToken, accessToken, t2, t3, t5, "microsoft", null)); + t5 = A.Theme_of(t4).platform === B.TargetPlatform_2 ? "ios" : "android", + t6 = _this.store.__Store__dispatchers_F; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6[0].call$1(new A.OAuthLoginRequest(t1, null, idToken, accessToken, t2, t3, t5, "microsoft", null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure0(_this._handleLogin, t4), type$.void); }, - $signature: 38 + $signature: 39 }; A.LoginVM_fromStore___closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore__closure4.prototype = { call$1(error) { @@ -409228,7 +420972,7 @@ $call$body$LoginVM_fromStore_closure1(context, completer, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$next = [], $async$self = this, error, exception; + $async$self = this, error, exception; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -409249,22 +420993,24 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 417 + $signature: 475 }; A.LoginVM_fromStore__closure1.prototype = { call$2(idToken, accessToken) { var _this = this, - t1 = _this.completer; - _this.store.get$_dispatchers()[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft")); + t1 = _this.completer, + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft")); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure(_this._handleLogin, _this.context), type$.void); }, - $signature: 38 + $signature: 39 }; A.LoginVM_fromStore___closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore__closure2.prototype = { call$1(error) { @@ -409282,7 +421028,7 @@ $call$body$LoginVM_fromStore_closure0(context, completer, oneTimePassword, secret, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, credentials, error, t1, t2, t3, t4, t5, t6, exception, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, credentials, error, t1, t2, t3, t4, t5, t6, t7, exception, $async$exception; var $async$call$5$oneTimePassword$secret$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -409308,7 +421054,9 @@ t4 = credentials.email; t5 = credentials.authorizationCode; t6 = credentials.identityToken; - $async$self.store.get$_dispatchers()[0].call$1(new A.OAuthLoginRequest(completer, t4, t6, null, t1, t2, t3, "apple", t5)); + t7 = $async$self.store.__Store__dispatchers_F; + t7 === $ && A.throwUnnamedLateFieldNI(); + t7[0].call$1(new A.OAuthLoginRequest(completer, t4, t6, null, t1, t2, t3, "apple", t5)); completer.future.then$1$1(0, new A.LoginVM_fromStore__closure0($async$self._handleLogin, context), type$.void); $async$handler = 1; // goto after finally @@ -409340,13 +421088,13 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 415 + $signature: 474 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore_closure8.prototype = { call$3(context, completer, url) { @@ -409355,7 +421103,7 @@ $call$body$LoginVM_fromStore_closure(context, completer, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, credentials, error, t1, t2, exception, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, credentials, error, t1, t2, exception, $async$exception; var $async$call$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -409374,7 +421122,9 @@ // returning from await. credentials = $async$result; t1 = credentials.identityToken; - $async$self.store.get$_dispatchers()[0].call$1(new A.OAuthSignUpRequest(completer, t1, url, null, "apple")); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.OAuthSignUpRequest(completer, t1, url, null, "apple")); completer.future.then$1$1(0, new A.LoginVM_fromStore__closure($async$self._handleLogin, context), type$.void); $async$handler = 1; // goto after finally @@ -409406,13 +421156,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 417 + $signature: 475 }; A.LoginVM_fromStore__closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore_closure1.prototype = { call$4$email$password(context, completer, email, password) { @@ -409424,7 +421174,7 @@ $call$body$LoginVM_fromStore_closure6(context, completer, email, password) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t2, t3, t1; + $async$returnValue, $async$self = this, t3, t1, t2; var $async$call$4$email$password = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -409433,14 +421183,18 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) { // goto return $async$goto = 1; break; } t2 = J.trim$0$s(email); t3 = J.trim$0$s(password); - t1.get$_dispatchers()[0].call$1(new A.UserSignUpRequest(completer, t2, t3)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserSignUpRequest(completer, t2, t3)); completer.future.then$1$1(0, new A.LoginVM_fromStore__closure7($async$self._handleLogin, context), type$.void); case 1: // return @@ -409449,13 +421203,13 @@ }); return A._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2265 + $signature: 2301 }; A.LoginVM_fromStore__closure7.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url(context, completer, email, secret, url) { @@ -409467,7 +421221,7 @@ $call$body$LoginVM_fromStore_closure7(context, completer, email, secret, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t2, t3, t4, t1; + $async$returnValue, $async$self = this, t3, t4, t1, t2; var $async$call$5$email$secret$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -409476,7 +421230,9 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) { // goto return $async$goto = 1; break; @@ -409484,7 +421240,9 @@ t2 = J.trim$0$s(email); t3 = $async$self._formatApiUrl.call$1(url); t4 = J.trim$0$s(secret); - t1.get$_dispatchers()[0].call$1(new A.RecoverPasswordRequest(completer, t2, t3, t4)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RecoverPasswordRequest(completer, t2, t3, t4)); case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -409492,7 +421250,7 @@ }); return A._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2266 + $signature: 2302 }; A.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url(context, completer, email, oneTimePassword, password, secret, url) { @@ -409513,7 +421271,7 @@ $call$body$LoginVM_fromStore_closure8(context, completer, email, oneTimePassword, password, secret, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t2, t3, t4, t5, t6, t7, t1; + $async$returnValue, $async$self = this, t3, t4, t5, t6, t7, t1, t2; var $async$call$7$email$oneTimePassword$password$secret$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -409522,7 +421280,9 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) { // goto return $async$goto = 1; break; @@ -409533,7 +421293,9 @@ t5 = J.trim$0$s(secret); t6 = A.Theme_of(context).platform === B.TargetPlatform_2 ? "ios" : "android"; t7 = J.trim$0$s(oneTimePassword); - t1.get$_dispatchers()[0].call$1(new A.UserLoginRequest(completer, t2, t3, t4, t5, t6, t7)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLoginRequest(completer, t2, t3, t4, t5, t6, t7)); completer.future.then$1$1(0, new A.LoginVM_fromStore__closure8($async$self._handleLogin, context), type$.void); case 1: // return @@ -409542,13 +421304,13 @@ }); return A._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2267 + $signature: 2303 }; A.LoginVM_fromStore__closure8.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 155 + $signature: 162 }; A.LoginVM_fromStore_closure2.prototype = { call$3$token(context, completer, token) { @@ -409582,29 +421344,386 @@ }); return A._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2268 + $signature: 2304 }; - A.ClientListItem.prototype = { - build$1(_, context) { - var textStyle, t2, t3, t4, _this = this, _null = null, - store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - clientUIState = uiState.clientUIState, - t1 = _this.filter, - filterMatch = t1 != null && t1.length !== 0 ? _this.client.matchesFilterValue$1(t1) : _null, - listUIState = clientUIState.listUIState; - t1 = listUIState.selectedIds; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - if (A.getLayout(context) === B.AppLayout_desktop) { - t2 = _this.client.id; - t2 = t2 === (uiState.get$isEditing() ? clientUIState.editing.id : clientUIState.selectedId); + A.BankAccountListItem.prototype = { + build$1(context) { + var uiState, bankAccountUIState, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + bankAccountUIState = uiState.bankAccountUIState; + t2 = bankAccountUIState.listUIState.selectedIds; + t3 = _this.filter; + if (t3 != null && t3.length !== 0) + _this.bankAccount.matchesFilterValue$1(t3); + t1 = t1.userCompanyStates; + t3 = uiState.selectedCompanyIndex; + t3 = t1._list[t3].userCompany; + t1 = _this.bankAccount; + t4 = t1.id; + t5 = uiState.get$isEditing() ? bankAccountUIState.editing.id : bankAccountUIState.selectedId; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.BankAccountListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; + t7 = type$.JSArray_legacy_Widget; + t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); + t8 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.BankAccountListItem_build_closure0(_this), new A.BankAccountListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t1, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); + }, + get$user(receiver) { + return this.user; + }, + get$bankAccount() { + return this.bankAccount; + } + }; + A.BankAccountListItem_build_closure1.prototype = { + call$0() { + var t1 = A.selectEntity(this.$this.bankAccount, false, false); + return t1; + }, + $signature: 0 + }; + A.BankAccountListItem_build_closure0.prototype = { + call$0() { + var t1 = A.selectEntity(this.$this.bankAccount, false, true); + return t1; + }, + $signature: 0 + }; + A.BankAccountListItem_build_closure.prototype = { + call$1(value) { + return null.call$1(value); + }, + $signature: 11 + }; + A.BankAccountListBuilder.prototype = { + build$1(context) { + var _null = null; + return A.StoreConnector$(new A.BankAccountListBuilder_build_closure(), A.bank_account_list_vm_BankAccountListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BankAccountListVM); + } + }; + A.BankAccountListBuilder_build_closure.prototype = { + call$2(context, viewModel) { + var t1 = viewModel.state, + t2 = viewModel.bankAccountList, + t3 = viewModel.tableColumns, + t4 = viewModel.onRefreshed, + 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: 2305 + }; + A.BankAccountListBuilder_build__closure.prototype = { + call$2(context, index) { + var t1 = this.viewModel, + state = t1.state, + bankAccountId = J.$index$asx(t1.bankAccountList, index), + bankAccount = t1.bankAccountMap._map$_map.$index(0, bankAccountId), + t2 = state.getUIState$1(B.EntityType_bankAccount).get$listUIState().selectedIds, + t3 = state.userCompanyStates, + t4 = state.uiState.selectedCompanyIndex; + t4 = t3._list[t4].userCompany.user; + if (t2 != null) { + t3 = bankAccount.id; + t2 = B.JSArray_methods.contains$1(t2._list, t3); } else t2 = false; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t4 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t4._list[t3].userCompany, _this.client, new A.LayoutBuilder(new A.ClientListItem_build_closure(_this, t1 != null, listUIState, state, textStyle, filterMatch), _null), t2, true, true, _null); + return new A.BankAccountListItem(t4, bankAccount, t1.filter, t2, null); + }, + $signature: 2306 + }; + A.BankAccountListVM.prototype = {}; + A.BankAccountListVM_fromStore__handleRefresh.prototype = { + call$1(context) { + var completer, + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) + return A.Future_Future(null, type$.Null); + completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); + return completer.future; + }, + $signature: 17 + }; + A.BankAccountListVM_fromStore_closure.prototype = { + call$1(context) { + return this._handleRefresh.call$1(context); + }, + $signature: 17 + }; + A.BankAccountListVM_fromStore_closure0.prototype = { + call$1(field) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortBankAccounts(field)); + }, + $signature: 5 + }; + A.BankAccountListVM_fromStore_closure1.prototype = { + call$0() { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearBankAccountMultiselect()); + }, + $signature: 10 + }; + A.BankAccountPresenter.prototype = { + getField$2$context$field(context, field) { + return this.super$EntityPresenter$getField(context, field); + } + }; + A.BankAccountScreen.prototype = { + connectAccounts$1(context) { + var credentials, + store = A.StoreProvider_of(context, type$.legacy_AppState), + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + credentials = t1.get$credentials(t1); + t1 = store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartSaving()); + t1 = type$.legacy_String; + new A.WebClient().post$3$data(credentials.url + "/one_time_token", credentials.token, B.C_JsonCodec.encode$2$toEncodable(A.LinkedHashMap_LinkedHashMap$_literal(["context", A.LinkedHashMap_LinkedHashMap$_literal(["return_url", ""], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String), null)).then$1$1(0, new A.BankAccountScreen_connectAccounts_closure(store, credentials), type$.Null).catchError$1(new A.BankAccountScreen_connectAccounts_closure0(store)); + }, + build$1(context) { + var t2, t3, t4, t5, t6, t7, t8, _null = null, + store = A.StoreProvider_of(context, type$.legacy_AppState), + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2._list[t4].toString; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = t4.get$connect(); + t3 = t3.bankAccountUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.bankAccountList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType([], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t7), B.EntityType_bankAccount, false, B.List_empty19, new A.BankAccountScreen_build_closure(store), new A.BankAccountScreen_build_closure0(store), new A.BankAccountScreen_build_closure1(store), new A.BankAccountScreen_build_closure2(store), new A.BankAccountScreen_build_closure3(store), new A.BankAccountScreen_build_closure4(store), new A.BankAccountScreen_build_closure5(store), _null, A._setArrayType(["name"], t7), B.List_empty20, t8); + 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_58240_MaterialIcons_null_false, B.Color_4294967295, _null), "bank_account_fab", false, new A.BankAccountScreen_build_closure6(this, context), t4.get$connect()) : _null; + return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_bankAccount, t3, new A.BankAccountScreen_build_closure7(store), t6, _null, _null, new A.BankAccountScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.BankAccountListBuilder(_null), t8, t2, B.EntityType_bankAccount, t1, 0, _null, new A.BankAccountScreen_build_closure9(store), new A.BankAccountScreen_build_closure10(this, context), new A.BankAccountScreen_build_closure11(store)); + } + }; + A.BankAccountScreen_connectAccounts_closure.prototype = { + call$1(response) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); + A.launchUrl(A.Uri_parse(A.cleanApiUrl(this.credentials.url) + "/yodlee/onboard/" + A.S(J.$index$asx(response, "hash")), 0, null)); + }, + $signature: 6 + }; + A.BankAccountScreen_connectAccounts_closure0.prototype = { + call$1(error) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); + t1 = $.$get$navigatorKey(); + t1.toString; + A.showErrorDialog(false, $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), A.S(error)); + }, + $signature: 6 + }; + A.BankAccountScreen_build_closure11.prototype = { + call$0() { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartBankAccountMultiselect()); + }, + $signature: 10 + }; + A.BankAccountScreen_build_closure10.prototype = { + call$0() { + return this.$this.connectAccounts$1(this.context); + }, + $signature: 0 + }; + A.BankAccountScreen_build_closure7.prototype = { + call$1(value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterBankAccounts(value)); + }, + $signature: 9 + }; + A.BankAccountScreen_build_closure8.prototype = { + call$2(state, value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterBankAccountsByState(state)); + }, + $signature: 27 + }; + A.BankAccountScreen_build_closure9.prototype = { + call$0() { + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.bankAccountUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearBankAccountMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartBankAccountMultiselect()); + } + }, + $signature: 1 + }; + A.BankAccountScreen_build_closure4.prototype = { + call$1(value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortBankAccounts(value)); + }, + $signature: 9 + }; + A.BankAccountScreen_build_closure5.prototype = { + call$2(state, value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterBankAccountsByState(state)); + }, + $signature: 27 + }; + A.BankAccountScreen_build_closure.prototype = { + call$0() { + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.bankAccountUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearBankAccountMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartBankAccountMultiselect()); + } + }, + $signature: 1 + }; + A.BankAccountScreen_build_closure0.prototype = { + call$1(value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterBankAccountsByCustom1(value)); + }, + $signature: 5 + }; + A.BankAccountScreen_build_closure1.prototype = { + call$1(value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterBankAccountsByCustom2(value)); + }, + $signature: 5 + }; + A.BankAccountScreen_build_closure2.prototype = { + call$1(value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterBankAccountsByCustom3(value)); + }, + $signature: 5 + }; + A.BankAccountScreen_build_closure3.prototype = { + call$1(value) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterBankAccountsByCustom4(value)); + }, + $signature: 5 + }; + A.BankAccountScreen_build_closure6.prototype = { + call$0() { + return this.$this.connectAccounts$1(this.context); + }, + $signature: 0 + }; + A.BankAccountScreenBuilder.prototype = { + build$1(context) { + var _null = null; + return A.StoreConnector$(new A.BankAccountScreenBuilder_build_closure(), A.bank_account_screen_vm_BankAccountScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BankAccountScreenVM); + } + }; + A.BankAccountScreenBuilder_build_closure.prototype = { + call$2(context, vm) { + return new A.BankAccountScreen(vm, null); + }, + $signature: 2308 + }; + A.BankAccountScreenVM.prototype = {}; + A.BankAccountView.prototype = { + createState$0() { + return new A._BankAccountViewState(B._StateLifecycle_0); + } + }; + A._BankAccountViewState.prototype = { + build$1(context) { + var _null = null; + return new A.ViewScaffold(false, this._widget.viewModel.bankAccount, new A.ScrollableListView(A._setArrayType([], type$.JSArray_legacy_Widget), _null, _null, _null), _null, _null, _null); + } + }; + A.BankAccountViewScreen.prototype = { + build$1(context) { + var _null = null; + return A.StoreConnector$(new A.BankAccountViewScreen_build_closure(this), new A.BankAccountViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BankAccountViewVM); + } + }; + A.BankAccountViewScreen_build_closure0.prototype = { + call$1(store) { + return A.BankAccountViewVM_BankAccountViewVM$fromStore(store); + }, + $signature: 2309 + }; + A.BankAccountViewScreen_build_closure.prototype = { + call$2(context, vm) { + return new A.BankAccountView(vm, false, null); + }, + $signature: 2310 + }; + A.BankAccountViewVM.prototype = { + get$bankAccount() { + return this.bankAccount; + }, + get$company() { + return this.company; + } + }; + A.ClientListItem.prototype = { + build$1(context) { + var uiState, clientUIState, t2, filterMatch, listUIState, textStyle, t3, t4, t5, _this = this, _null = null, + store = A.StoreProvider_of(context, type$.legacy_AppState), + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + clientUIState = uiState.clientUIState; + t2 = _this.filter; + filterMatch = t2 != null && t2.length !== 0 ? _this.client.matchesFilterValue$1(t2) : _null; + listUIState = clientUIState.listUIState; + t2 = listUIState.selectedIds; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + if (A.getLayout(context) === B.AppLayout_desktop) { + t3 = _this.client.id; + t3 = t3 === (uiState.get$isEditing() ? clientUIState.editing.id : clientUIState.selectedId); + } else + t3 = false; + t4 = store.__Store__state_A; + t5 = t4.userCompanyStates; + t4 = t4.uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t5._list[t4].userCompany, _this.client, new A.LayoutBuilder(new A.ClientListItem_build_closure(_this, t2 != null, listUIState, t1, textStyle, filterMatch), _null), t3, true, true, _null); }, get$user(receiver) { return this.user; @@ -409636,7 +421755,7 @@ t8 = _this.filterMatch; if (t8 != null) t7.push(A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall, _null, _null, _null)); - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.balance, context, t3.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ClientListItem_build__closure1(t1), new A.ClientListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.balance, context, t3.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ClientListItem_build__closure1(t1), new A.ClientListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.ClientListItem_build__closure3(t1), _null, _null, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -409652,7 +421771,7 @@ } return t1; }, - $signature: 112 + $signature: 110 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -409679,7 +421798,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.client], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.ClientListItem_build__closure5.prototype = { call$0() { @@ -409702,7 +421821,7 @@ $signature: 11 }; A.ClientListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientListBuilder_build_closure(), A.client_list_vm_ClientListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientListVM); } @@ -409716,7 +421835,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: 2270 + $signature: 2312 }; A.ClientListBuilder_build__closure.prototype = { call$2(context, index) { @@ -409729,23 +421848,27 @@ t4 = state.uiState.selectedCompanyIndex; t4 = t3._list[t4].userCompany.user; if (t2 != null) { - t3 = client.get$id(client); + t3 = client.id; t2 = B.JSArray_methods.contains$1(t2._list, t3); } else t2 = false; return new A.ClientListItem(t4, client, t1.filter, t2, null); }, - $signature: 2271 + $signature: 2313 }; A.ClientListVM.prototype = {}; A.ClientListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -409758,13 +421881,17 @@ }; A.ClientListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortClients(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortClients(field)); }, $signature: 5 }; A.ClientListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearClientMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearClientMultiselect()); }, $signature: 10 }; @@ -409791,7 +421918,7 @@ _loadPDF$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_Response), - $async$returnValue, $async$next = [], $async$self = this, errorMessage, state, t3, t4, t5, t6, t7, startDate, endDate, data, exception, t1, response, t2; + $async$returnValue, $async$self = this, errorMessage, t3, t4, t5, t6, t7, t8, startDate, endDate, data, exception, t1, response, t2; var $async$_loadPDF$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -409803,20 +421930,21 @@ response = null; t2 = $async$self._framework$_element; t2.toString; - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"); - t2 = state.get$credentials(state); - t3 = $async$self._client_pdf$_dateRange; - if (t3 != null) { - t4 = state.userCompanyStates; - t5 = state.uiState.selectedCompanyIndex; - t4 = t4._list; - t6 = t4[t5].userCompany.company; - t7 = $async$self._client_pdf$_startDate; - startDate = A.calculateStartDate(t6, $async$self._client_pdf$_endDate, t7, t3, 0); - t5 = t4[t5].userCompany.company; - t4 = $async$self._client_pdf$_dateRange; - t3 = $async$self._client_pdf$_startDate; - endDate = A.calculateEndDate(t5, $async$self._client_pdf$_endDate, t3, t4, 0); + t2 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.get$credentials(t2); + t4 = $async$self._client_pdf$_dateRange; + if (t4 != null) { + t5 = t2.userCompanyStates; + t6 = t2.uiState.selectedCompanyIndex; + t5 = t5._list; + t7 = t5[t6].userCompany.company; + t8 = $async$self._client_pdf$_startDate; + startDate = A.calculateStartDate(t7, $async$self._client_pdf$_endDate, t8, t4, 0); + t6 = t5[t6].userCompany.company; + t5 = $async$self._client_pdf$_dateRange; + t4 = $async$self._client_pdf$_startDate; + endDate = A.calculateEndDate(t6, $async$self._client_pdf$_endDate, t4, t5, 0); } else { startDate = ""; endDate = ""; @@ -409827,7 +421955,7 @@ } data = B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["client_id", t1.client.id, "start_date", startDate, "end_date", endDate, "show_payments_table", $async$self._showPayments, "show_aging_table", $async$self._showAging, "status", $async$self._client_pdf$_status], type$.legacy_String, type$.legacy_Object)); $async$goto = 3; - return A._asyncAwait(new A.WebClient().post$4$data$rawResponse(t2.url + "/client_statement", state.get$credentials(state).token, data, true), $async$_loadPDF$0); + return A._asyncAwait(new A.WebClient().post$4$data$rawResponse(t3.url + "/client_statement", t2.get$credentials(t2).token, data, true), $async$_loadPDF$0); case 3: // returning from await. response = $async$result; @@ -409858,62 +421986,63 @@ }); return A._asyncStartSync($async$_loadPDF$0, $async$completer); }, - build$1(_, context) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, + build$1(context) { + var t2, client, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, _this = this, _null = null, _s8_ = "load_pdf", - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - client = _this._widget.viewModel.client; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + client = _this._widget.viewModel.client; client.get$hasEmailAddress(); - t2 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, state.get$headerTextColor()); - t3 = A.Text$(t1.get$payments(), _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _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); - t4 = _this._showPayments; - t4 = A.CheckboxListTile$(state.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._ClientPdfViewState_build_closure(_this), t3, t4); - t3 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, state.get$headerTextColor()); - t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t1.localeCode; - t7 = J.$index$asx(t5.$index(0, t6), "aging"); - if (t7 == null) - t7 = ""; - t7 = A.Text$(t7, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _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); - t8 = _this._showAging; - t8 = A.CheckboxListTile$(state.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._ClientPdfViewState_build_closure0(_this), t7, t8); + t3 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$headerTextColor(), _null); + t4 = A.Text$(t2.get$payments(), _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, t1.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); + t5 = _this._showPayments; + t5 = A.CheckboxListTile$(t1.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._ClientPdfViewState_build_closure(_this), t4, t5); + t4 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$headerTextColor(), _null); + t6 = $.$get$LocalizationsProvider__localizedValues(); + t7 = t2.localeCode; + t8 = J.$index$asx(t6.$index(0, t7), "aging"); + if (t8 == null) + t8 = ""; + t8 = A.Text$(t8, _null, _null, B.TextOverflow_2, _null, _null, A.TextStyle$(_null, _null, t1.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); + t9 = _this._showAging; + t9 = A.CheckboxListTile$(t1.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._ClientPdfViewState_build_closure0(_this), t8, t9); _this._widget.toString; - t7 = A.getLayout(context); - t9 = !state.prefState.enableDarkMode; - t10 = !t9 || state.get$hasAccentColor() ? A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t11 = t1.get$dateRange(); - t12 = _this._client_pdf$_dateRange; - t13 = $.$get$_$values()._set$_set; - t14 = A._instanceType(t13)._eval$1("EfficientLengthMappedIterable*>"); - t12 = A.AppDropdownButton$(_null, _null, true, A.List_List$of(new A.EfficientLengthMappedIterable(t13, new A._ClientPdfViewState_build_closure1(t1), t14), true, t14._eval$1("Iterable.E")), _null, t11, new A._ClientPdfViewState_build_closure2(_this), _null, false, t12, type$.legacy_DateRange); - t9 = !t9 || state.get$hasAccentColor() ? A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t11 = t1.get$status(t1); - t13 = _this._client_pdf$_status; - t14 = type$.MappedListIterable_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String; - t15 = type$.JSArray_legacy_Widget; - t13 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Theme(t10, t12, _null), _null), new A.SizedBox(16, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, new A.Theme(t9, A.AppDropdownButton$(_null, _null, true, A.List_List$of(new A.MappedListIterable(A._setArrayType(["all", "paid", "unpaid"], type$.JSArray_legacy_String), new A._ClientPdfViewState_build_closure3(t1), t14), true, t14._eval$1("ListIterable.E")), _null, t11, new A._ClientPdfViewState_build_closure4(_this), _null, false, t13, type$.legacy_String), _null), _null)], t15); + t8 = A.getLayout(context); + t10 = !t1.prefState.enableDarkMode; + t11 = !t10 || t1.get$hasAccentColor() ? A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t12 = t2.get$dateRange(); + t13 = _this._client_pdf$_dateRange; + t14 = $.$get$_$values()._set$_set; + t15 = A._instanceType(t14)._eval$1("EfficientLengthMappedIterable*>"); + t13 = A.AppDropdownButton$(_null, _null, true, A.List_List$of(new A.EfficientLengthMappedIterable(t14, new A._ClientPdfViewState_build_closure1(t2), t15), true, t15._eval$1("Iterable.E")), _null, t12, new A._ClientPdfViewState_build_closure2(_this), _null, false, t13, type$.legacy_DateRange); + t10 = !t10 || t1.get$hasAccentColor() ? A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t12 = t2.get$status(t2); + t14 = _this._client_pdf$_status; + t15 = type$.MappedListIterable_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String; + t16 = type$.JSArray_legacy_Widget; + t14 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Theme(t11, t13, _null), _null), new A.SizedBox(16, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, new A.Theme(t10, A.AppDropdownButton$(_null, _null, true, A.List_List$of(new A.MappedListIterable(A._setArrayType(["all", "paid", "unpaid"], type$.JSArray_legacy_String), new A._ClientPdfViewState_build_closure3(t2), t15), true, t15._eval$1("ListIterable.E")), _null, t12, new A._ClientPdfViewState_build_closure4(_this), _null, false, t14, type$.legacy_String), _null), _null)], t16); if (A.getLayout(context) === B.AppLayout_desktop) - B.JSArray_methods.addAll$1(t13, A._setArrayType([new A.Theme(t2, new A.Flexible(1, B.FlexFit_1, t4, _null), _null), new A.Theme(t3, new A.Flexible(1, B.FlexFit_1, t8, _null), _null)], t15)); - t2 = A.Row$(t13, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); - t15 = A._setArrayType([], t15); - t3 = t1.get$download(t1); - t15.push(new A.AppTextButton(t3, _this._client_pdf$_response == null ? _null : new A._ClientPdfViewState_build_closure5(_this, t1, client), true, _null, _null)); + B.JSArray_methods.addAll$1(t14, A._setArrayType([new A.Theme(t3, new A.Flexible(1, B.FlexFit_1, t5, _null), _null), new A.Theme(t4, new A.Flexible(1, B.FlexFit_1, t9, _null), _null)], t16)); + t3 = A.Row$(t14, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); + t16 = A._setArrayType([], t16); + t4 = t2.get$download(t2); + t16.push(new A.AppTextButton(t4, _this._client_pdf$_response == null ? _null : new A._ClientPdfViewState_build_closure5(_this, t2, client), true, _null, _null)); if (A.getLayout(context) === B.AppLayout_desktop) - t15.push(A.TextButton$(false, A.Text$(t1.get$close(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A._ClientPdfViewState_build_closure6(client), _null)); - t2 = A.AppBar$(t15, _null, t7 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, 1, _null); + t16.push(A.TextButton$(false, A.Text$(t2.get$close(t2), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t1.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), _null, _null, new A._ClientPdfViewState_build_closure6(client), _null)); + t1 = A.AppBar$(t16, _null, t8 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null); t3 = type$.JSArray_legacy_Widget; t4 = A._setArrayType([], t3); if (_this._client_pdf$_dateRange === B.DateRange_custom) { - t7 = A.Theme_of(context).backgroundColor; - t8 = A.Container$(_null, A.DatePicker$(false, _null, _null, t1.get$startDate(), _null, new A._ClientPdfViewState_build_closure7(_this), _this._client_pdf$_startDate, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 180); - t1 = A.Container$(_null, A.DatePicker$(false, _null, _null, t1.get$endDate(), _null, new A._ClientPdfViewState_build_closure8(_this), _this._client_pdf$_endDate, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 180); - t6 = J.$index$asx(t5.$index(0, t6), _s8_); - t5 = t6 == null ? J.$index$asx(t5.$index(0, "en"), _s8_) : t6; - t4.push(A.Container$(_null, A.Wrap$(B.WrapAlignment_2, A._setArrayType([t8, t1, new A.Padding(B.EdgeInsets_16_0_16_0, new A.AppButton(_null, _null, t5, new A._ClientPdfViewState_build_closure9(_this), _null, _null), _null)], t3), B.Clip_0, B.WrapCrossAlignment_0, 0), B.Clip_0, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1 / 0)); + t5 = A.Theme_of(context).backgroundColor; + t8 = A.Container$(_null, A.DatePicker$(false, _null, _null, t2.get$startDate(), _null, new A._ClientPdfViewState_build_closure7(_this), _this._client_pdf$_startDate, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 180); + t2 = A.Container$(_null, A.DatePicker$(false, _null, _null, t2.get$endDate(), _null, new A._ClientPdfViewState_build_closure8(_this), _this._client_pdf$_endDate, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 180); + t7 = J.$index$asx(t6.$index(0, t7), _s8_); + t6 = t7 == null ? J.$index$asx(t6.$index(0, "en"), _s8_) : t7; + t4.push(A.Container$(_null, A.Wrap$(B.WrapAlignment_2, A._setArrayType([t8, t2, new A.Padding(B.EdgeInsets_16_0_16_0, new A.AppButton(_null, _null, t6, new A._ClientPdfViewState_build_closure9(_this), _null, _null), _null)], t3), B.Clip_0, B.WrapCrossAlignment_0, 0), B.Clip_0, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1 / 0)); } t4.push(A.Expanded$(_this._client_pdf$_isLoading || _this._client_pdf$_response == null ? new A.LoadingIndicator(_null, false, _null) : A.PdfPreview$(new A._ClientPdfViewState_build_closure10(_this), false, false, false, 800, _null), 1)); - return A.Scaffold$(t2, B.Color_4292927712, A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, _null); + return A.Scaffold$(t1, B.Color_4292927712, A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, _null); } }; A._ClientPdfViewState_loadPdf_closure.prototype = { @@ -409927,7 +422056,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_loadPdf__closure0(t1, response)); }, - $signature: 2272 + $signature: 2314 }; A._ClientPdfViewState_loadPdf__closure0.prototype = { call$0() { @@ -409955,7 +422084,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure4(t1)); }, - $signature: 21 + $signature: 22 }; A._ClientPdfViewState_build__closure4.prototype = { call$0() { @@ -409970,7 +422099,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure3(t1)); }, - $signature: 21 + $signature: 22 }; A._ClientPdfViewState_build__closure3.prototype = { call$0() { @@ -410000,7 +422129,7 @@ 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: 284 + $signature: 342 }; A._ClientPdfViewState_build_closure4.prototype = { call$1(value) { @@ -410021,7 +422150,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._ClientPdfViewState_build_closure5.prototype = { call$0() { @@ -410045,7 +422174,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._ClientPdfViewState_build_closure6.prototype = { call$0() { @@ -410058,7 +422187,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 57 + $signature: 58 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -410071,7 +422200,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 57 + $signature: 58 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -410089,37 +422218,40 @@ call$1(format) { return this.$this._client_pdf$_response.bodyBytes; }, - $signature: 237 + $signature: 264 }; A.ClientPdfScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientPdfScreen_build_closure(this), new A.ClientPdfScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientPdfVM); } }; A.ClientPdfScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - clientId = t1.clientUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.ClientPdfVM(state, t2._list[t1].clientState.$get$1(0, clientId)); + var t2, clientId, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + clientId = t2.clientUIState.selectedId; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.ClientPdfVM(t1, t3._list[t2].clientState.$get$1(0, clientId)); }, - $signature: 2274 + $signature: 2316 }; A.ClientPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientPdfView(vm, true, new A.ValueKey("__client_pdf_" + vm.client.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2275 + $signature: 2317 }; A.ClientPdfVM.prototype = {}; A.ClientPresenter.prototype = { getField$2$context$field(context, field) { - var t1, t2, _this = this, _null = null, + var t2, _this = this, _null = null, client = type$.legacy_ClientEntity._as(_this.entity), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); switch (field) { case "name": return A.Text$(client.displayName, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -410147,19 +422279,19 @@ case "paid_to_date": return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(client.paidToDate, context, client.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "country": - t1 = state.staticState.countryMap; + t1 = t1.staticState.countryMap; t2 = client.countryId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "language": - t1 = state.staticState.languageMap; + t1 = t1.staticState.languageMap; t2 = client.settings.languageId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "currency": - t1 = state.staticState.currencyMap; + t1 = t1.staticState.currencyMap; t2 = client.settings.currencyId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; @@ -410189,9 +422321,9 @@ case "documents": return A.Text$("" + client.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "group": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return new A.LinkTextRelatedEntity(t1._list[t2].groupState.$get$1(0, client.groupId), client, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return new A.LinkTextRelatedEntity(t2._list[t1].groupState.$get$1(0, client.groupId), client, _null); case "contacts": t1 = client.contacts._list; return new A.TableTooltip(new A.MappedListIterable(t1, new A.ClientPresenter_getField_closure0(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$1(0, "\n"), _null); @@ -410203,133 +422335,166 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.client.get$primaryContact().email, 0, null)); }, - $signature: 26 + $signature: 28 }; A.ClientPresenter_getField_closure0.prototype = { call$1(contact) { return contact.get$fullName(); }, - $signature: 2276 + $signature: 2318 }; A.ClientScreen.prototype = { - build$1(_, context) { - var company, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.clientUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.clientList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("address1"); - t7.push("address2"); - t7.push("country"); - t7.push("id_number"); - t7.push("vat_number"); - t7.push("state"); - t7.push("phone"); - t7.push("website"); - t7.push("language"); - t7.push("currency"); - t7.push("task_rate"); - t7.push("public_notes"); - t7.push("private_notes"); - t7.push("credit_balance"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("documents"); - t7.push("group"); - t7.push("contact_phone"); - t7.push("contacts"); - t8 = A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], t6); - t6 = A._setArrayType(["name", "id_number", "balance", "updated_at"], t6); - t7 = 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), t8, B.EntityType_client, false, B.List_empty18, 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, t6, B.List_empty19, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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), t1.get$newClient()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_client, t2, new A.ClientScreen_build_closure7(store), t5, _null, _null, new A.ClientScreen_build_closure8(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.ClientListBuilder(_null), t7, B.EntityType_client, t1, 0, _null, new A.ClientScreen_build_closure9(store), new A.ClientScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.clientUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.clientList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("address1"); + t8.push("address2"); + t8.push("country"); + t8.push("id_number"); + t8.push("vat_number"); + t8.push("state"); + t8.push("phone"); + t8.push("website"); + t8.push("language"); + t8.push("currency"); + t8.push("task_rate"); + t8.push("public_notes"); + t8.push("private_notes"); + t8.push("credit_balance"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("documents"); + t8.push("group"); + t8.push("contact_phone"); + t8.push("contacts"); + t9 = A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], t7); + t7 = A._setArrayType(["name", "id_number", "balance", "updated_at"], t7); + 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_empty19, 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_empty20, 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, _null, B.EntityType_client, t1, 0, _null, new A.ClientScreen_build_closure9(store), _null, new A.ClientScreen_build_closure10(store)); } }; A.ClientScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartClientMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartClientMultiselect()); }, $signature: 10 }; A.ClientScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterClients(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterClients(value)); }, $signature: 9 }; A.ClientScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterClientsByState(state)); }, $signature: 27 }; A.ClientScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.clientUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearClientMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartClientMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.clientUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearClientMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartClientMultiselect()); + } }, $signature: 1 }; A.ClientScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortClients(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortClients(value)); }, $signature: 9 }; A.ClientScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterClientsByState(state)); }, $signature: 27 }; A.ClientScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.clientUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearClientMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartClientMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.clientUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearClientMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartClientMultiselect()); + } }, $signature: 1 }; A.ClientScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterClientsByCustom1(value)); }, $signature: 5 }; A.ClientScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterClientsByCustom2(value)); }, $signature: 5 }; A.ClientScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterClientsByCustom3(value)); }, $signature: 5 }; A.ClientScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterClientsByCustom4(value)); }, $signature: 5 }; @@ -410340,7 +422505,7 @@ $signature: 1 }; A.ClientScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientScreenBuilder_build_closure(), A.client_screen_vm_ClientScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientScreenVM); } @@ -410349,7 +422514,7 @@ call$2(context, vm) { return new A.ClientScreen(vm, null); }, - $signature: 2278 + $signature: 2319 }; A.ClientScreenVM.prototype = {}; A.ClientEdit.prototype = { @@ -410362,11 +422527,11 @@ this.super$State$initState(); this._client_edit$_controller = A.TabController$(null, 0, 6, this); }, - dispose$0(_) { - this._client_edit$_controller.dispose$0(0); - this.super$__ClientEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._client_edit$_controller.dispose$0(); + this.super$__ClientEditState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -410393,7 +422558,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -410411,13 +422576,13 @@ $signature: 1 }; A.__ClientEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -410451,9 +422616,9 @@ B.JSArray_methods.forEach$1(_this._client_edit_billing_address$_controllers, new A.ClientEditBillingAddressState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._client_edit_billing_address$_controllers, new A.ClientEditBillingAddressState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _client_edit_billing_address$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -410462,7 +422627,7 @@ if (!J.$eq$(client, t1)) this._client_edit_billing_address$_debouncer.run$1(new A.ClientEditBillingAddressState__onChanged_closure0(viewModel, client)); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -410484,7 +422649,7 @@ t4 = A.DecoratedFormField$(false, _null, false, false, _this._client_edit_billing_address$_postalCodeController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$postalCode(t1), _null, _null, false, _null, _null, t4, true, _null, _null, B.TextAlign_4, _null); t8 = $.$get$memoizedCountryList().call$1(viewModel.staticState.countryMap); t9 = t1.get$country(t1); - t9 = A._setArrayType([t3, t5, t6, t7, t4, A.EntityDropdown$(true, false, false, client.countryId, t8, _null, B.EntityType_country, B.List_empty0, t9, _null, _null, new A.ClientEditBillingAddressState_build_closure(viewModel, client), _null, _null, _null)], type$.JSArray_legacy_Widget); + t9 = A._setArrayType([t3, t5, t6, t7, t4, A.EntityDropdown$(true, false, false, client.countryId, t8, _null, B.EntityType_country, B.List_empty1, t9, _null, _null, new A.ClientEditBillingAddressState_build_closure(viewModel, client), _null, _null, _null)], type$.JSArray_legacy_Widget); if (client.shippingAddress1.length === 0) if (client.shippingAddress2.length === 0) if (client.shippingCity.length === 0) @@ -410525,9 +422690,8 @@ }; A.ClientEditBillingAddressState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_edit_billing_address$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_edit_billing_address$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -410535,15 +422699,15 @@ call$1(b) { var t1 = this.$this, t2 = J.trim$0$s(t1._client_edit_billing_address$_address1Controller._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_address1 = t2; + b.get$_client_model$_$this()._address1 = t2; t2 = J.trim$0$s(t1._client_edit_billing_address$_address2Controller._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_address2 = t2; + b.get$_client_model$_$this()._address2 = t2; t2 = J.trim$0$s(t1._client_edit_billing_address$_cityController._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_city = t2; + b.get$_client_model$_$this()._city = t2; t2 = J.trim$0$s(t1._client_edit_billing_address$_stateController._change_notifier$_value.text); b.get$_client_model$_$this()._client_model$_state = t2; t1 = J.trim$0$s(t1._client_edit_billing_address$_postalCodeController._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_postalCode = t1; + b.get$_client_model$_$this()._postalCode = t1; return b; }, $signature: 48 @@ -410558,7 +422722,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditBillingAddressState_build__closure0(country))); }, - $signature: 64 + $signature: 63 }; A.ClientEditBillingAddressState_build__closure0.prototype = { call$1(b) { @@ -410566,7 +422730,7 @@ t1 = t1 == null ? null : t1.get$id(t1); if (t1 == null) t1 = ""; - b.get$_client_model$_$this()._client_model$_countryId = t1; + b.get$_client_model$_$this()._countryId = t1; return b; }, $signature: 48 @@ -410582,7 +422746,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 36 + $signature: 37 }; A.ClientEditContacts.prototype = { createState$0() { @@ -410593,7 +422757,7 @@ _client_edit_contacts$_showContactEditor$2(contact, context) { A.showDialog(null, true, new A._ClientEditContactsState__showContactEditor_closure(this, contact), context, null, true, type$.legacy_ResponsivePadding); }, - build$1(_, context) { + build$1(context) { var t3, contacts, contact, t4, t5, t6, children, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -410639,19 +422803,19 @@ t6 = t5.length; return new A.ContactEditDetails(B.JSArray_methods.indexOf$2(t5, B.JSArray_methods.firstWhere$2$orElse(t5, new A._ClientEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new A.ValueKey("__" + t3 + "__" + t4 + "__", type$.ValueKey_String)); }, - $signature: 2279 + $signature: 2320 }; A._ClientEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 145 + $signature: 134 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile0(new A._ClientEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2280 + $signature: 2321 }; A._ClientEditContactsState_build__closure.prototype = { call$0() { @@ -410663,7 +422827,7 @@ call$1(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 36 + $signature: 37 }; A._ClientEditContactsState_build_closure1.prototype = { call$0() { @@ -410672,11 +422836,11 @@ $signature: 10 }; A.ContactListTile0.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Theme_of(context).canvasColor, t2 = this.contact, - t3 = t2.get$fullName().length !== 0 ? A.Text$(t2.get$fullName(), _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$blankContact(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontStyle_1, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), + t3 = t2.get$fullName().length !== 0 ? A.Text$(t2.get$fullName(), _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$blankContact(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontStyle_1, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), t4 = t2.email; return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_0_4_0_4, A.Column$(A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, this.onTap, false, _null, _null, A.Text$(t4.length !== 0 ? t4 : t2.phone, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null), _null), A.Divider$(_null, 1, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), B.Clip_0, t1, 0, _null, _null, _null, _null, _null, B.MaterialType_0); }, @@ -410709,7 +422873,7 @@ t1.onDoneContactPressed.call$1(t2); t2 = _this._framework$_element; t2.toString; - A.Navigator_of(t2, false).pop$0(0); + A.Navigator_of(t2, false).pop$0(); } else { t1 = t1.clientViewModel; t2 = _this._framework$_element; @@ -410746,9 +422910,9 @@ B.JSArray_methods.forEach$1(_this._client_edit_contacts$_controllers, new A.ContactEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._client_edit_contacts$_controllers, new A.ContactEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _client_edit_contacts$_onChanged$0() { var _this = this, @@ -410758,7 +422922,7 @@ if (!contact.$eq(0, _this._widget.contact)) _this._client_edit_contacts$_debouncer.run$1(new A.ContactEditDetailsState__onChanged_closure0(_this, viewModel, contact)); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, column, _this = this, _null = null, _s15_ = "add_to_invoices", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -410782,8 +422946,8 @@ } column = A.Column$(t7, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); if (_this._widget.isDialog) { - t2 = A.SingleChildScrollView$(column, _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); - t2 = A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ContactEditDetailsState_build_closure13(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ContactEditDetailsState_build_closure14(_this), _null)], t8), B.EdgeInsets_0_0_0_0, _null, t2, B.EdgeInsets_24_20_24_24, _null, _null); + t2 = A.SingleChildScrollView$(column, _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); + t2 = A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ContactEditDetailsState_build_closure13(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ContactEditDetailsState_build_closure14(_this), _null)], t8), _null, _null, t2, _null, _null, _null); t1 = t2; } else t1 = A.FormCard$(column, _null, _null, _null, false, _null, false, isFullscreen ? B.EdgeInsets_6_12_6_0 : _null); @@ -410804,9 +422968,8 @@ }; A.ContactEditDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_edit_contacts$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_edit_contacts$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -410833,7 +422996,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 362 + $signature: 339 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -410851,7 +423014,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure2.prototype = { call$1(val) { @@ -410863,7 +423026,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure4.prototype = { call$1(value) { @@ -410875,7 +423038,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure6.prototype = { call$1(value) { @@ -410888,37 +423051,37 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure7.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure8.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure9.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure10.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure11.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.ContactEditDetailsState_build_closure12.prototype = { call$1(value) { @@ -410926,28 +423089,28 @@ t1.setState$1(new A.ContactEditDetailsState_build__closure0(t1, value)); this.viewModel.onChangedContact.call$2(t1._contact.rebuild$1(new A.ContactEditDetailsState_build__closure1(value)), t1._widget.index); }, - $signature: 21 + $signature: 22 }; A.ContactEditDetailsState_build__closure0.prototype = { call$0() { var t1 = this.$this; return t1._contact = t1._contact.rebuild$1(new A.ContactEditDetailsState_build___closure(this.value)); }, - $signature: 458 + $signature: 412 }; A.ContactEditDetailsState_build___closure.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 362 + $signature: 339 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 362 + $signature: 339 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -410960,7 +423123,7 @@ call$1(_) { var t1 = this.$this._widget; t1.viewModel.onRemoveContactPressed.call$1(t1.index); - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 9 }; @@ -410971,7 +423134,7 @@ $signature: 0 }; A.ClientEditContactsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientEditContactsScreen_build_closure(this), new A.ClientEditContactsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientEditContactsVM); } @@ -410980,13 +423143,13 @@ call$1(store) { return A.ClientEditContactsVM_ClientEditContactsVM$fromStore(store); }, - $signature: 2281 + $signature: 2322 }; A.ClientEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2282 + $signature: 2323 }; A.ClientEditContactsVM.prototype = { get$company() { @@ -410999,36 +423162,43 @@ A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure.prototype = { call$0() { var contact = A.ClientContactEntity_ClientContactEntity(), - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.AddContact(contact)); - t1.get$_dispatchers()[0].call$1(new A.EditContact(contact)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddContact(contact)); + t1[0].call$1(new A.EditContact(contact)); }, $signature: 1 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0.prototype = { call$1(index) { - return this.store.get$_dispatchers()[0].call$1(new A.DeleteContact(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.DeleteContact(index)); }, - $signature: 167 + $signature: 173 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.EditContact(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditContact(null)); }, $signature: 14 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2.prototype = { call$2(contact, index) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateContact(index, contact)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateContact(index, contact)); }, - $signature: 2283 + $signature: 2324 }; A.ClientEditDesktop.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.viewModel, t2 = type$.JSArray_legacy_Widget; - return new A.ScrollableListView(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ClientEditDetails(t1, _null), new A.ClientEditNotes(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ClientEditContactsScreen(t1, _null), new A.ClientEditSettings(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ClientEditBillingAddress(t1, _null), new A.ClientEditShippingAddress(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null)], t2), _null, _null, _null); + return new A.ScrollableListView(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ClientEditDetails(t1, _null), new A.ClientEditNotes(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ClientEditContactsScreen(t1, _null), new A.ClientEditSettings(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ClientEditBillingAddress(t1, _null), new A.ClientEditShippingAddress(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null)], t2), _null, _null, _null); } }; A.ClientEditDetails.prototype = { @@ -411068,10 +423238,10 @@ (t10 && B.JSArray_methods).forEach$1(t10, new A.ClientEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._client_edit_details$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.ClientEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _client_edit_details$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -411080,7 +423250,7 @@ if (!J.$eq$(client, t1)) this._client_edit_details$_debouncer.run$1(new A.ClientEditDetailsState__onChanged_closure0(viewModel, client)); }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -411125,9 +423295,8 @@ }; A.ClientEditDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_edit_details$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_edit_details$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -411139,11 +423308,11 @@ t2 = J.trim$0$s(t1._client_edit_details$_nameController._change_notifier$_value.text); b.get$_client_model$_$this()._client_model$_name = t2; t2 = J.trim$0$s(t1._client_edit_details$_idNumberController._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_idNumber = t2; + b.get$_client_model$_$this()._idNumber = t2; t2 = J.trim$0$s(t1._client_edit_details$_vatNumberController._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_vatNumber = t2; + b.get$_client_model$_$this()._vatNumber = t2; t2 = J.trim$0$s(t1._client_edit_details$_websiteController._change_notifier$_value.text); - b.get$_client_model$_$this()._client_model$_website = t2; + b.get$_client_model$_$this()._website = t2; t2 = J.trim$0$s(t1._client_edit_details$_phoneController._change_notifier$_value.text); b.get$_client_model$_$this()._client_model$_phone = t2; t2 = J.trim$0$s(t1._client_edit_details$_custom1Controller._change_notifier$_value.text); @@ -411197,12 +423366,14 @@ $signature: 48 }; A.ClientEditFooter.prototype = { - build$1(_, context) { - var showLayoutToggle, t3, t4, t5, _null = null, + build$1(context) { + var useSidebarEditor, showLayoutToggle, t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - t2 = A._lateReadCheck(store.__Store__state, "_state").prefState, - useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_client); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.prefState; + useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_client); if (useSidebarEditor == null) useSidebarEditor = false; showLayoutToggle = A.getLayout(context) === B.AppLayout_desktop; @@ -411210,18 +423381,20 @@ t4 = A._setArrayType([], type$.JSArray_legacy_Widget); if (showLayoutToggle) { t1 = useSidebarEditor ? t1.get$fullscreenEditor() : t1.get$sidebarEditor(); - t4.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ClientEditFooter_build_closure(store), _null, _null, _null, _null, _null, _null), t1)); + t4.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ClientEditFooter_build_closure(store), _null, _null, _null, _null, _null, _null, _null), t1)); } t1 = this.client; t5 = t1.number; t1 = t5.length === 0 ? t1.get$calculateDisplayName() : t5 + " \u2022 " + t1.get$calculateDisplayName(); - t4.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_8_0_0, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null, _null, showLayoutToggle, false, _null)); + t4.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_8_0_0, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null, _null, showLayoutToggle, false, _null)); return A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t4, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), t3, 0, new A.CircularNotchedRectangle()); } }; A.ClientEditFooter_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_client)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_client)); }, $signature: 10 }; @@ -411246,10 +423419,10 @@ (t2 && B.JSArray_methods).forEach$1(t2, new A.ClientEditNotesState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._client_edit_notes$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.ClientEditNotesState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _client_edit_notes$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -411258,7 +423431,7 @@ if (!J.$eq$(client, t1)) this._client_edit_notes$_debouncer.run$1(new A.ClientEditNotesState__onChanged_closure0(viewModel, client)); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -411272,7 +423445,7 @@ t5 = A.AppDropdownButton$(_null, "", true, J.map$1$1$ax($.$get$memoizedSizeList().call$1(state.staticState.sizeMap), new A.ClientEditNotesState_build_closure(state), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, t6, new A.ClientEditNotesState_build_closure0(viewModel, client), _null, true, t5, type$.legacy_String); t6 = $.$get$memoizedIndustryList().call$1(viewModel.staticState.industryMap); t1 = t1.get$industry(); - return A.FormCard$(_null, A._setArrayType([t3, t4, t5, A.EntityDropdown$(true, false, false, client.industryId, t6, _null, B.EntityType_industry, B.List_empty0, t1, _null, _null, new A.ClientEditNotesState_build_closure1(viewModel, client), _null, _null, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, true, t2); + return A.FormCard$(_null, A._setArrayType([t3, t4, t5, A.EntityDropdown$(true, false, false, client.industryId, t6, _null, B.EntityType_industry, B.List_empty1, t1, _null, _null, new A.ClientEditNotesState_build_closure1(viewModel, client), _null, _null, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, true, t2); } }; A.ClientEditNotesState_didChangeDependencies_closure.prototype = { @@ -411289,9 +423462,8 @@ }; A.ClientEditNotesState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_edit_notes$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_edit_notes$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -411317,7 +423489,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ClientEditNotesState_build_closure0.prototype = { call$1(sizeId) { @@ -411336,7 +423508,7 @@ call$1(industry) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditNotesState_build__closure(industry))); }, - $signature: 64 + $signature: 63 }; A.ClientEditNotesState_build__closure.prototype = { call$1(b) { @@ -411369,10 +423541,10 @@ (t3 && B.JSArray_methods).forEach$1(t3, new A.ClientEditSettingsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._client_edit_settings$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.ClientEditSettingsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _client_edit_settings$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -411381,7 +423553,7 @@ if (!J.$eq$(client, t1)) this._client_edit_settings$_debouncer.run$1(new A.ClientEditSettingsState__onChanged_closure0(viewModel, client)); }, - build$1(_, context) { + build$1(context) { var t9, t10, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -411395,11 +423567,11 @@ t6 = $.$get$memoizedCurrencyList().call$1(t5.currencyMap), t7 = t1.get$currency(), t8 = client.settings; - t7 = A.EntityDropdown$(true, false, false, t8.currencyId, t6, _null, B.EntityType_currency, B.List_empty0, t7, _null, _null, new A.ClientEditSettingsState_build_closure(viewModel, client), _null, _null, _null); + t7 = A.EntityDropdown$(true, false, false, t8.currencyId, t6, _null, B.EntityType_currency, B.List_empty1, t7, _null, _null, new A.ClientEditSettingsState_build_closure(viewModel, client), _null, _null, _null); t5 = $.$get$memoizedLanguageList().call$1(t5.languageMap); t6 = t1.get$language(t1); t9 = type$.JSArray_legacy_Widget; - t6 = A._setArrayType([t7, A.EntityDropdown$(true, false, false, t8.languageId, t5, _null, B.EntityType_language, B.List_empty0, t6, _null, _null, new A.ClientEditSettingsState_build_closure0(viewModel, client), _null, _null, _null)], t9); + t6 = A._setArrayType([t7, A.EntityDropdown$(true, false, false, t8.languageId, t5, _null, B.EntityType_language, B.List_empty1, t6, _null, _null, new A.ClientEditSettingsState_build_closure0(viewModel, client), _null, _null, _null)], t9); if (company.isModuleEnabled$1(B.EntityType_invoice)) { t5 = t1.get$invoicePaymentTerms(); t7 = $.$get$memoizedDropdownPaymentTermList(); @@ -411437,9 +423609,8 @@ }; A.ClientEditSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_edit_settings$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_edit_settings$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -411462,7 +423633,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure3(currency))); }, - $signature: 64 + $signature: 63 }; A.ClientEditSettingsState_build__closure3.prototype = { call$1(b) { @@ -411480,7 +423651,7 @@ call$1(language) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure2(language))); }, - $signature: 64 + $signature: 63 }; A.ClientEditSettingsState_build__closure2.prototype = { call$1(b) { @@ -411503,7 +423674,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ClientEditSettingsState_build_closure2.prototype = { call$1(numDays) { @@ -411530,7 +423701,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ClientEditSettingsState_build_closure4.prototype = { call$1(numDays) { @@ -411587,9 +423758,9 @@ B.JSArray_methods.forEach$1(_this._client_edit_shipping_address$_controllers, new A.ClientEditShippingAddressState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._client_edit_shipping_address$_controllers, new A.ClientEditShippingAddressState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _client_edit_shipping_address$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -411598,7 +423769,7 @@ if (!J.$eq$(client, t1)) this._client_edit_shipping_address$_debouncer.run$1(new A.ClientEditShippingAddressState__onChanged_closure0(viewModel, client)); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -411620,7 +423791,7 @@ t4 = A.DecoratedFormField$(false, _null, false, false, _this._shippingPostalCodeController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$postalCode(t1), _null, _null, false, _null, _null, t4, true, _null, _null, B.TextAlign_4, _null); t8 = $.$get$memoizedCountryList().call$1(viewModel.staticState.countryMap); t9 = t1.get$country(t1); - t9 = A._setArrayType([t3, t5, t6, t7, t4, A.EntityDropdown$(true, false, false, client.shippingCountryId, t8, _null, B.EntityType_country, B.List_empty0, t9, _null, _null, new A.ClientEditShippingAddressState_build_closure(viewModel, client), _null, _null, _null)], type$.JSArray_legacy_Widget); + t9 = A._setArrayType([t3, t5, t6, t7, t4, A.EntityDropdown$(true, false, false, client.shippingCountryId, t8, _null, B.EntityType_country, B.List_empty1, t9, _null, _null, new A.ClientEditShippingAddressState_build_closure(viewModel, client), _null, _null, _null)], type$.JSArray_legacy_Widget); if (client.address1.length === 0) if (client.address2.length === 0) if (client.city.length === 0) @@ -411661,9 +423832,8 @@ }; A.ClientEditShippingAddressState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_edit_shipping_address$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_edit_shipping_address$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -411694,7 +423864,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditShippingAddressState_build__closure0(country))); }, - $signature: 64 + $signature: 63 }; A.ClientEditShippingAddressState_build__closure0.prototype = { call$1(b) { @@ -411718,10 +423888,10 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 36 + $signature: 37 }; A.ClientEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientEditScreen_build_closure(), new A.ClientEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientEditVM); } @@ -411730,13 +423900,13 @@ call$1(store) { return A.ClientEditVM_ClientEditVM$fromStore(store); }, - $signature: 2284 + $signature: 2325 }; A.ClientEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEdit(vm, null); }, - $signature: 2285 + $signature: 2326 }; A.ClientEditVM.prototype = { get$company() { @@ -411745,15 +423915,20 @@ }; A.ClientEditVM_ClientEditVM$fromStore_closure.prototype = { call$1(client) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateClient(client)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateClient(client)); }, - $signature: 2286 + $signature: 2327 }; A.ClientEditVM_ClientEditVM$fromStore_closure3.prototype = { call$0() { - var t1 = this.client; + var t2, + t1 = this.client; t1 = t1.rebuild$1(new A.ClientEditVM_ClientEditVM$fromStore__closure(t1)); - return this.store.get$_dispatchers()[0].call$1(new A.UpdateClient(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(new A.UpdateClient(t1)); }, $signature: 10 }; @@ -411772,21 +423947,24 @@ }; A.ClientEditVM_ClientEditVM$fromStore_closure2.prototype = { call$0() { - var t1 = this.client; + var t2, + t1 = this.client; t1 = t1.rebuild$1(new A.ClientEditVM_ClientEditVM$fromStore__closure0(t1)); - return this.store.get$_dispatchers()[0].call$1(new A.UpdateClient(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2[0].call$1(new A.UpdateClient(t1)); }, $signature: 10 }; A.ClientEditVM_ClientEditVM$fromStore__closure0.prototype = { call$1(b) { var t1 = this.client; - b.get$_client_model$_$this()._client_model$_address1 = t1.shippingAddress1; - b.get$_client_model$_$this()._client_model$_address2 = t1.shippingAddress2; - b.get$_client_model$_$this()._client_model$_city = t1.shippingCity; + b.get$_client_model$_$this()._address1 = t1.shippingAddress1; + b.get$_client_model$_$this()._address2 = t1.shippingAddress2; + b.get$_client_model$_$this()._city = t1.shippingCity; b.get$_client_model$_$this()._client_model$_state = t1.shippingState; - b.get$_client_model$_$this()._client_model$_postalCode = t1.shippingPostalCode; - b.get$_client_model$_$this()._client_model$_countryId = t1.shippingCountryId; + b.get$_client_model$_$this()._postalCode = t1.shippingPostalCode; + b.get$_client_model$_$this()._countryId = t1.shippingCountryId; return b; }, $signature: 48 @@ -411801,7 +423979,9 @@ t2.complete$0(0); else { t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 @@ -411819,9 +423999,11 @@ }; A.ClientEditVM_ClientEditVM$fromStore__closure1.prototype = { call$0() { - var t2, t3, t4, $navigator, + var client, t3, t4, $navigator, t1 = this.store, - client = A._lateReadCheck(t1.__Store__state, "_state").uiState.clientUIState.editing; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + client = t2.uiState.clientUIState.editing; if (!client.get$hasNameSet()) { A.showDialog(null, true, new A.ClientEditVM_ClientEditVM$fromStore___closure(), this.context, null, true, type$.legacy_ErrorDialog); return null; @@ -411831,10 +424013,12 @@ t3.toString; t4 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t3.get$currentState(); - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ClientEntity), client)); + t3 = t1.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveClientRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ClientEntity), client)); return t2.then$1$1(0, new A.ClientEditVM_ClientEditVM$fromStore___closure0(client, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.ClientEditVM_ClientEditVM$fromStore___closure1()); }, - $signature: 33 + $signature: 34 }; A.ClientEditVM_ClientEditVM$fromStore___closure.prototype = { call$1(context) { @@ -411842,7 +424026,7 @@ t1.toString; return new A.ErrorDialog(A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$pleaseEnterAClientOrContactName(), false, null); }, - $signature: 19 + $signature: 20 }; A.ClientEditVM_ClientEditVM$fromStore___closure0.prototype = { call$1(savedClient) { @@ -411865,21 +424049,26 @@ t2 = _this.state; t3 = t2.prefState; if (t3.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s12_)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdateCurrentRoute(_s12_)); t1 = t1.get$isNew() && t2.uiState.clientUIState.saveCompleter == null; t2 = _this.navigator; if (t1) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s12_, t1, t1); } else - t2.pop$1(0, savedClient); + t2.pop$1(savedClient); } else { - if (!t3.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t3.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedClient, null, true); } }, - $signature: 278 + $signature: 282 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -411893,7 +424082,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ClientView.prototype = { createState$0() { @@ -411911,14 +424100,16 @@ t2.addListener$1(0, _this.get$_client_view$_onTabChanged()); }, _client_view$_onTabChanged$0() { - var t1, store; + var t1, store, t2; if (this._widget.isFilter) return; t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._client_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateClientTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateClientTab(t1)); }, didUpdateWidget$1(oldWidget) { var t1, t2; @@ -411928,13 +424119,13 @@ if (t1 !== t2) this._client_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._client_view$_controller.removeListener$1(0, _this.get$_client_view$_onTabChanged()); - _this._client_view$_controller.dispose$0(0); - _this.super$__ClientViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._client_view$_controller.dispose$0(); + _this.super$__ClientViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t5, t6, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), @@ -411970,43 +424161,43 @@ 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: 216 + $signature: 227 }; A._ClientViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewState_build__closure3.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewState_build__closure4.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewState_build_closure.prototype = { call$0() { @@ -412026,12 +424217,12 @@ t6 = t1.can$2(B.UserPermission_view, B.EntityType_task) || t1.can$2(B.UserPermission_create, B.EntityType_task) ? A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure3(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$task(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(A._setArrayType([t2, t3, t4, t5, t6, t1.can$2(B.UserPermission_view, B.EntityType_expense) || t1.can$2(B.UserPermission_create, B.EntityType_expense) ? A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure4(context, _this.store, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$expense(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), _null); }, - $signature: 175 + $signature: 172 }; A._ClientViewState_build___closure.prototype = { call$0() { var t1 = this.context; - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); A.handleClientAction(t1, A._setArrayType([this.client], type$.JSArray_legacy_BaseEntity), B.EntityAction_newInvoice); }, $signature: 1 @@ -412039,7 +424230,7 @@ A._ClientViewState_build___closure0.prototype = { call$0() { var t1 = this.context; - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); A.handleClientAction(t1, A._setArrayType([this.client], type$.JSArray_legacy_BaseEntity), B.EntityAction_newPayment); }, $signature: 1 @@ -412047,7 +424238,7 @@ A._ClientViewState_build___closure1.prototype = { call$0() { var t1 = this.context; - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); A.handleClientAction(t1, A._setArrayType([this.client], type$.JSArray_legacy_BaseEntity), B.EntityAction_newQuote); }, $signature: 1 @@ -412055,7 +424246,7 @@ A._ClientViewState_build___closure2.prototype = { call$0() { var t1 = this.context; - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); A.handleClientAction(t1, A._setArrayType([this.client], type$.JSArray_legacy_BaseEntity), B.EntityAction_newProject); }, $signature: 1 @@ -412063,28 +424254,30 @@ A._ClientViewState_build___closure3.prototype = { call$0() { var t1 = this.context; - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); A.handleClientAction(t1, A._setArrayType([this.client], type$.JSArray_legacy_BaseEntity), B.EntityAction_newTask); }, $signature: 1 }; A._ClientViewState_build___closure4.prototype = { call$0() { - var _null = null, + var t2, _null = null, t1 = this.context; - A.Navigator_of(t1, false).pop$0(0); - A.createEntity(_null, _null, t1, A.ExpenseEntity_ExpenseEntity(this.client, _null, _null, _null, A._lateReadCheck(this.store.__Store__state, "_state"), _null, _null), false); + A.Navigator_of(t1, false).pop$0(); + t2 = this.store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + A.createEntity(_null, _null, t1, A.ExpenseEntity_ExpenseEntity(this.client, _null, _null, _null, t2, _null, _null), false); }, $signature: 1 }; A.__ClientViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -412108,7 +424301,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var _null = null, client = this._widget.viewModel.client, activities = client.activities, @@ -412122,13 +424315,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 306 + $signature: 351 }; A.ClientViewDetails.prototype = { createState$0() { @@ -412168,14 +424361,14 @@ else return B.Text_OPN; }, - build$1(_, context) { + build$1(context) { var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); return new A.ScrollableListView(new A._ClientViewDetailsState_build__buildDetailsList(this, this._widget.client, t1, context).call$0(), null, null, null); } }; A._ClientViewDetailsState_build__buildDetailsList.prototype = { call$0() { - var t5, state, billingAddress, shippingAddress, _this = this, _null = null, + var t5, billingAddress, shippingAddress, _this = this, _null = null, listTiles = A._setArrayType([], type$.JSArray_legacy_Widget), t1 = _this.client, t2 = _this.$this, @@ -412194,17 +424387,18 @@ t5 = t1.idNumber; if (t5.length !== 0) listTiles.push(A.AppListTile$(_null, _null, B.IconData_57627_MaterialIcons_null_false, _null, t3.get$idNumber(), t5)); - state = A._lateReadCheck(A.StoreProvider_of(t4, type$.legacy_AppState).__Store__state, "_state"); - billingAddress = A.formatAddress(state, "\n", false, t1); - shippingAddress = A.formatAddress(state, "\n", true, t1); + t5 = A.StoreProvider_of(t4, type$.legacy_AppState).__Store__state_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + billingAddress = A.formatAddress(t5, "\n", false, t1); + shippingAddress = A.formatAddress(t5, "\n", true, t1); if (billingAddress.length !== 0) - listTiles.push(A.AppListTile$(_null, _null, B.IconData_58567_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList_closure2(t2, t4, state, t1), t3.get$billingAddress(), billingAddress)); + listTiles.push(A.AppListTile$(_null, _null, B.IconData_58567_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList_closure2(t2, t4, t5, t1), t3.get$billingAddress(), billingAddress)); if (shippingAddress.length !== 0) - listTiles.push(A.AppListTile$(_null, _null, B.IconData_58567_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList_closure3(t2, t4, state, t1), t3.get$shippingAddress(t3), shippingAddress)); + listTiles.push(A.AppListTile$(_null, _null, B.IconData_58567_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList_closure3(t2, t4, t5, t1), t3.get$shippingAddress(t3), shippingAddress)); 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: 230 + $signature: 217 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -412223,7 +424417,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: 627 + $signature: 664 }; A._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -412306,7 +424500,7 @@ $signature: 1 }; A.ClientViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.client.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.ClientViewDocuments_build_closure(this, context), new A.ClientViewDocuments_build_closure0(this, context), null, null); } @@ -412315,13 +424509,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.ClientViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.ClientViewFullwidth.prototype = { createState$0() { @@ -412330,48 +424524,46 @@ }; A._ClientViewFullwidthState.prototype = { initState$0() { - var t1, t2, t3, _this = this; - _this.super$State$initState(); - t1 = type$.JSArray_ScrollPosition; - t2 = A._setArrayType([], t1); - t3 = $.$get$ChangeNotifier__emptyListeners(); - _this._client_view_fullwidth$_scrollController1 = new A.ScrollController(0, true, null, t2, t3); - _this._client_view_fullwidth$_scrollController2 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); - _this._client_view_fullwidth$_scrollController3 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); - }, - dispose$0(_) { var _this = this; - _this._client_view_fullwidth$_scrollController1.dispose$0(0); - _this._client_view_fullwidth$_scrollController2.dispose$0(0); - _this._client_view_fullwidth$_scrollController3.dispose$0(0); - _this.super$__ClientViewFullwidthState_State_TickerProviderStateMixin$dispose(0); + _this.super$State$initState(); + _this._client_view_fullwidth$_scrollController1 = A.ScrollController$(0, true); + _this._client_view_fullwidth$_scrollController2 = A.ScrollController$(0, true); + _this._client_view_fullwidth$_scrollController3 = A.ScrollController$(0, true); }, - build$1(_, context) { - var t5, t6, client, documents, viewModel, billingAddress, shippingAddress, showStanding, + dispose$0() { + var _this = this; + _this._client_view_fullwidth$_scrollController1.dispose$0(); + _this._client_view_fullwidth$_scrollController2.dispose$0(); + _this._client_view_fullwidth$_scrollController3.dispose$0(); + _this.super$__ClientViewFullwidthState_State_TickerProviderStateMixin$dispose(); + }, + build$1(context) { + var t3, t4, t5, t6, t7, client, documents, viewModel, billingAddress, shippingAddress, showStanding, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t2 = t2._list; - t5 = t2[t4].clientState; - t6 = t3.filterStack._list; - if (t6.length === 0) - t6 = null; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t3 = t3._list; + t6 = t3[t5].clientState; + t7 = t4.filterStack._list; + if (t7.length === 0) + t7 = null; else { - t6 = B.JSArray_methods.get$last(t6); - t6 = t6.get$id(t6); + t7 = B.JSArray_methods.get$last(t7); + t7 = t7.get$id(t7); } - client = t5.$get$1(0, t6); + client = t6.$get$1(0, t7); documents = client.documents; viewModel = this._widget.viewModel; - billingAddress = A.formatAddress(state, "\n", false, client); - shippingAddress = A.formatAddress(state, "\n", true, client); - t5 = state.prefState; - showStanding = !t5.isPreviewVisible && !t3.get$isEditing() && t5.moduleLayout !== B.ModuleLayout_list; - t3 = $.$get$memoizedGetClientAvailableCredits(); - t5 = client.id; - return new A.LayoutBuilder(new A._ClientViewFullwidthState_build_closure(this, t1, t3.call$2(t5, t2[t4].creditState.map), client, $.$get$memoizedGetClientUnappliedPayments().call$2(t5, t2[t4].paymentState.map), state, billingAddress, shippingAddress, showStanding, documents, viewModel), null); + billingAddress = A.formatAddress(t2, "\n", false, client); + shippingAddress = A.formatAddress(t2, "\n", true, client); + t6 = t2.prefState; + showStanding = !t6.isPreviewVisible && !t4.get$isEditing() && t6.moduleLayout !== B.ModuleLayout_list; + t4 = $.$get$memoizedGetClientAvailableCredits(); + t6 = client.id; + return new A.LayoutBuilder(new A._ClientViewFullwidthState_build_closure(this, t1, t4.call$2(t6, t3[t5].creditState.map), client, $.$get$memoizedGetClientUnappliedPayments().call$2(t6, t3[t5].paymentState.map), t2, billingAddress, shippingAddress, showStanding, documents, viewModel), null); } }; A._ClientViewFullwidthState_build_closure.prototype = { @@ -412424,7 +424616,7 @@ t7 = t7.defaultTaskRate; if ((t7 == null ? 0 : t7) !== 0) t5.push(A.Text$(t3.get$taskRate() + ": " + A.S(t7), _null, _null, _null, _null, _null, _null, _null, _null, _null)); - t2 = A.Expanded$(A.FormCard$(A.ListView$(t5, t2, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_6_12), 1); + t2 = A.Expanded$(A.FormCard$(A.ListView$(t5, t2, _null, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_6_12), 1); t5 = t1._client_view_fullwidth$_scrollController2; t7 = A._setArrayType([A.Text$(t3.get$address(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 8, _null, _null)], t4); t8 = _this.billingAddress; @@ -412440,7 +424632,7 @@ t8 = t6.publicNotes; if (t8.length !== 0) t7.push(new A.CopyToClipboard(_null, t8, false, _null, _null, _null)); - t5 = A.Expanded$(A.FormCard$(A.ListView$(t7, t5, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_6_12), 1); + t5 = A.Expanded$(A.FormCard$(A.ListView$(t7, t5, _null, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_6_12), 1); t7 = _this.showStanding; t8 = !t7 ? 1 : 2; t1 = t1._client_view_fullwidth$_scrollController3; @@ -412448,7 +424640,7 @@ t10 = t6.contacts._list; t11 = A._arrayInstanceType(t10)._eval$1("MappedListIterable<1,Column*>"); B.JSArray_methods.addAll$1(t9, A.List_List$of(new A.MappedListIterable(t10, new A._ClientViewFullwidthState_build__closure1(context, t6), t11), true, t11._eval$1("ListIterable.E"))); - t8 = A._setArrayType([t2, t5, A.Expanded$(A.FormCard$(A.ListView$(t9, t1, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(6, 12, 12 / t8, 12)), 1)], t4); + t8 = A._setArrayType([t2, t5, A.Expanded$(A.FormCard$(A.ListView$(t9, t1, _null, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(6, 12, 12 / t8, 12)), 1)], t4); if (t7) { t1 = A.Tab$(A.Text$(t3.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); t2 = _this.documents._list; @@ -412463,11 +424655,11 @@ t2 = _this.viewModel; t3 = t2.client.id; t5 = type$.ValueKey_legacy_String; - t8.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.ListView$(t7, _null, _null, B.Axis_1, false), A.RefreshIndicator$(new A.ClientViewDocuments(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure2(t2, context)), A.RefreshIndicator$(new A.ClientViewLedger(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure3(t2, context)), A.RefreshIndicator$(new A.ClientViewActivity(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure4(t2, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure5(t2, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 5), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_12_12), 2)); + t8.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.ListView$(t7, _null, _null, _null, B.Axis_1, false), A.RefreshIndicator$(new A.ClientViewDocuments(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure2(t2, context)), A.RefreshIndicator$(new A.ClientViewLedger(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure3(t2, context)), A.RefreshIndicator$(new A.ClientViewActivity(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure4(t2, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t2, new A.ValueKey(t3, t5)), new A._ClientViewFullwidthState_build__closure5(t2, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 5), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_12_12), 2)); } return A.Row$(t8, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 626 + $signature: 667 }; A._ClientViewFullwidthState_build__closure.prototype = { call$0() { @@ -412497,31 +424689,31 @@ t1.push(new A.SizedBox(_null, 16, _null, _null)); return A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2294 + $signature: 2335 }; A._ClientViewFullwidthState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewFullwidthState_build__closure3.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewFullwidthState_build__closure4.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ClientViewFullwidthState_build__closure5.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__ClientViewFullwidthState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -412529,13 +424721,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.ClientViewLedger.prototype = { @@ -412554,7 +424746,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var _null = null, client = this._widget.viewModel.client, t1 = client.ledger._list, @@ -412569,22 +424761,23 @@ call$1(ledger) { return ledger.adjustment !== 0; }, - $signature: 2295 + $signature: 2336 }; A._ClientViewLedgerState_build_closure1.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { - var t3, ledger, entity, t4, t5, t6, t7, t8, _null = null, + var t3, ledger, t4, entity, t5, t6, t7, t8, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = this.ledgers; - if (index === t2.length) { + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = this.ledgers; + if (index === t3.length) { t2 = A.Icon$(A.getEntityIcon(B.EntityType_client), _null, _null); t1.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "client_created"); @@ -412592,27 +424785,27 @@ t1 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Padding(B.EdgeInsets_0_0_2_0, A.Text$(A.formatNumber(0, context, t3.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, _null, _null, false, _null, _null, A.Text$(A.formatDate(A.convertTimestampToDate(t3.createdAt).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, _null, _null); } - ledger = t2[index]; - t2 = state.getEntityMap$1(ledger.get$entityType()); - t3 = ledger.get$entityId(); - entity = t2._map$_map.$index(0, t3); + ledger = t3[index]; + t3 = t2.getEntityMap$1(ledger.get$entityType()); + t4 = ledger.get$entityId(); + entity = t3._map$_map.$index(0, t4); if (entity == null) { A.print("Error: unable to find entity " + ledger.toString$0(0)); return new A.SizedBox(_null, _null, _null, _null); } - t2 = this.client.id; - t3 = type$.JSArray_legacy_Widget; - t1 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(A.S(t1.lookup$1(ledger.get$entityType().toString$0(0))) + " \u203a " + A.S(entity.get$listDisplayName()), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Padding(B.EdgeInsets_0_0_2_0, A.Text$(A.formatNumber(ledger.balance, context, t2, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); - t4 = A.Text$(A.formatDate(A.convertTimestampToDate(ledger.createdAt).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t5 = ledger.adjustment; - t6 = state.prefState; - t6 = t5 <= 0 ? t6.get$colorThemeModel().colorSuccess : t6.get$colorThemeModel().colorDanger; + t3 = this.client.id; + t4 = type$.JSArray_legacy_Widget; + t1 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(A.S(t1.lookup$1(ledger.get$entityType().toString$0(0))) + " \u203a " + A.S(entity.get$listDisplayName()), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Padding(B.EdgeInsets_0_0_2_0, A.Text$(A.formatNumber(ledger.balance, context, t3, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); + t5 = A.Text$(A.formatDate(A.convertTimestampToDate(ledger.createdAt).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t6 = ledger.adjustment; + t2 = t2.prefState; + t2 = t6 <= 0 ? t2.get$colorThemeModel().colorSuccess : t2.get$colorThemeModel().colorDanger; t7 = A.BorderRadius$all(new A.Radius(2, 2)); - t8 = t5 > 0 ? "+" : ""; - t3 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t4, _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(t5, context, t2, _null, B.FormatNumberType_0, true, _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, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_5, _null, _null), _null), new A.BoxDecoration(t6, _null, _null, t7, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null)], t3), 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), new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, t3, _null, t1, _null, _null); + t8 = t6 > 0 ? "+" : ""; + 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, 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), new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, t4, _null, t1, _null, _null); }, - $signature: 137 + $signature: 135 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -412624,16 +424817,17 @@ call$0() { return A.showEntityActionsDialog(null, A._setArrayType([this.entity], type$.JSArray_legacy_BaseEntity), false); }, - $signature: 31 + $signature: 32 }; A.ClientOverview.prototype = { - build$1(_, context) { + build$1(context) { var statics, t3, fields, t4, t5, t6, t7, group, contact, t8, user, tokenMap, gatewayMap, linkMap, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.viewModel, client = t2.client, company = t2.company; - t2 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); statics = t2.staticState; t3 = type$.legacy_String; fields = A.LinkedHashMap_LinkedHashMap$_empty(t3, t3); @@ -412807,19 +425001,19 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_legacy_GatewayTokenEntity)); } }, - $signature: 2296 + $signature: 2337 }; A.ClientOverview_build_closure0.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 2297 + $signature: 2338 }; A.ClientOverview_build_closure1.prototype = { call$0() { return A.launchUrl(A.Uri_parse(this.linkMap.$index(0, this.customerReference), 0, null)); }, - $signature: 26 + $signature: 28 }; A.ClientOverview_build_closure2.prototype = { call$0() { @@ -412849,7 +425043,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var client = this._widget.viewModel.client; if (client.get$isStale()) return new A.LoadingIndicator(null, false, null); @@ -412857,7 +425051,7 @@ } }; A.ClientViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientViewScreen_build_closure(this), new A.ClientViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientViewVM); } @@ -412866,14 +425060,14 @@ call$1(store) { return A.ClientViewVM_ClientViewVM$fromStore(store); }, - $signature: 2298 + $signature: 2339 }; A.ClientViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.ClientView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.clientUIState.tabIndex, null); }, - $signature: 2299 + $signature: 2340 }; A.ClientViewVM.prototype = { get$company() { @@ -412882,8 +425076,10 @@ }; A.ClientViewVM_ClientViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadClient(completer, this.client.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadClient(completer, this.client.id)); return completer.future; }, $signature: 17 @@ -412896,17 +425092,19 @@ }; A.ClientViewVM_ClientViewVM$fromStore_closure0.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveClientDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.client)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.ClientViewVM_ClientViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -412918,7 +425116,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ClientViewVM_ClientViewVM$fromStore_closure1.prototype = { call$4(context, $document, password, idToken) { @@ -412927,15 +425125,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.ClientViewVM_ClientViewVM$fromStore__closure(t2, this.client), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadClient(null, this.client.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadClient(null, this.client.id)); }, $signature: 71 }; @@ -412947,34 +425149,35 @@ A._CompanyGatewayListState.prototype = { initState$0() { this.super$State$initState(); - this._company_gateway_list$_controller = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + this._company_gateway_list$_controller = A.ScrollController$(0, true); }, - dispose$0(_) { - this._company_gateway_list$_controller.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._company_gateway_list$_controller.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { - var _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - listUIState = state.uiState.companyGatewayUIState.listUIState, - t1 = listUIState.selectedIds, - viewModel = _this._widget.viewModel, - t2 = viewModel.state, - t3 = t2.uiState.selectedCompanyIndex; - t2 = t2.userCompanyStates._list[t3].lastUpdated; - if (t2 <= 0) + build$1(context) { + var listUIState, t2, viewModel, t3, t4, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + listUIState = t1.uiState.companyGatewayUIState.listUIState; + t2 = listUIState.selectedIds; + viewModel = _this._widget.viewModel; + t3 = viewModel.state; + t4 = t3.uiState.selectedCompanyIndex; + t3 = t3.userCompanyStates._list[t4].lastUpdated; + if (t3 <= 0) return new A.LoadingIndicator(_null, false, _null); if (J.get$isEmpty$asx(viewModel.companyGatewayList)) return A.Center$(new A.HelpText(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$noRecordsFound(), _null), _null, _null); - t2 = _this._company_gateway_list$_controller; - return A.RefreshIndicator$(A.ReorderableListView$(J.map$1$1$ax(_this._widget.viewModel.companyGatewayList, new A._CompanyGatewayListState_build_closure(_this, state, t1 != null, listUIState), type$.legacy_CompanyGatewayListItem).toList$0(0), new A._CompanyGatewayListState_build_closure0(_this), t2), new A._CompanyGatewayListState_build_closure1(_this, context)); + t3 = _this._company_gateway_list$_controller; + return A.RefreshIndicator$(A.ReorderableListView$(J.map$1$1$ax(_this._widget.viewModel.companyGatewayList, new A._CompanyGatewayListState_build_closure(_this, t1, t2 != null, listUIState), type$.legacy_CompanyGatewayListItem).toList$0(0), new A._CompanyGatewayListState_build_closure0(_this), t3), new A._CompanyGatewayListState_build_closure1(_this, context)); } }; A._CompanyGatewayListState_build_closure1.prototype = { call$0() { return this.$this._widget.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._CompanyGatewayListState_build_closure0.prototype = { call$2(oldIndex, newIndex) { @@ -412985,7 +425188,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 121 + $signature: 130 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -413006,7 +425209,7 @@ t2 = false; return new A.CompanyGatewayListItem(t3, companyGateway, t4, t1, t2, new A.ValueKey("__company_gateway_" + A.S(companyGatewayId), type$.ValueKey_legacy_String)); }, - $signature: 2303 + $signature: 2344 }; A._CompanyGatewayListState_build__closure.prototype = { call$0() { @@ -413015,40 +425218,41 @@ $signature: 10 }; A.CompanyGatewayListItem.prototype = { - build$1(_, context) { - var t4, t5, t6, t7, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = type$.legacy_AppLocalization, - t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), - t3 = _this.filter, - filterMatch = t3 != null && t3.length !== 0 ? _this.companyGateway.matchesFilterValue$1(t3) : _null; - t3 = state.uiState; - t4 = t3.companyGatewayUIState.listUIState.selectedIds; - t5 = state.userCompanyStates; - t3 = t3.selectedCompanyIndex; - t3 = t5._list[t3].userCompany; - t5 = _this.companyGateway; + build$1(context) { + var t2, t3, t4, filterMatch, t5, t6, t7, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = type$.legacy_AppLocalization; + t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t2); + t4 = _this.filter; + filterMatch = t4 != null && t4.length !== 0 ? _this.companyGateway.matchesFilterValue$1(t4) : _null; + t4 = t1.uiState; + t5 = t4.companyGatewayUIState.listUIState.selectedIds; + t1 = t1.userCompanyStates; + t4 = t4.selectedCompanyIndex; + t4 = t1._list[t4].userCompany; + t1 = _this.companyGateway; t6 = _this.onRemovePressed; if (t6 == null) - t1 = _null; + t2 = _null; else { - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1); - t6 = new A.Padding(B.EdgeInsets_0_0_16_0, new A.AppTextButton(t1.get$remove(t1), t6, false, _null, _null), _null); - t1 = t6; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t2); + t6 = new A.Padding(B.EdgeInsets_0_0_16_0, new A.AppTextButton(t2.get$remove(t2), t6, false, _null, _null), _null); + t2 = t6; } - t4 = t4 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.CompanyGatewayListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t5 = t5 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.CompanyGatewayListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t7 = type$.JSArray_legacy_Widget; - t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5.get$listDisplayName(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); + t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.get$listDisplayName(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); t7 = A._setArrayType([], t7); - if (t5.isTestMode) { - t2.toString; - t2 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "test_mode"); - t7.push(A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null)); + if (t1.isTestMode) { + t3.toString; + t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "test_mode"); + t7.push(A.Text$(t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null)); } t7.push(filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - t7.push(new A.EntityStateLabel(t5, _null)); - return new A.DismissibleEntity(t3, t5, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t4, _null, new A.CompanyGatewayListItem_build_closure0(_this), false, _null, _null, A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, t6, t1, _null), false, true, true, _null); + t7.push(new A.EntityStateLabel(t1, _null)); + return new A.DismissibleEntity(t4, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t5, _null, new A.CompanyGatewayListItem_build_closure0(_this), false, _null, _null, A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, t6, t2, _null), false, true, true, _null); }, get$user(receiver) { return this.user; @@ -413070,7 +425274,7 @@ $signature: 11 }; A.CompanyGatewayListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CompanyGatewayListBuilder_build_closure(), A.company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CompanyGatewayListVM); } @@ -413079,17 +425283,21 @@ call$2(context, viewModel) { return new A.CompanyGatewayList(viewModel, null); }, - $signature: 2304 + $signature: 2345 }; A.CompanyGatewayListVM.prototype = {}; A.CompanyGatewayListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -413106,7 +425314,9 @@ t1 = this.gatewayIds; J.remove$1$ax(t1, gatewayId); settings = this.uiState.get$settings().rebuild$1(new A.CompanyGatewayListVM_fromStore__closure(t1)); - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, $signature: 9 }; @@ -413129,9 +425339,11 @@ t2.remove$1(t1, gatewayId); t2.insert$2(t1, newIndex, gatewayId); settings = this.uiState.get$settings().rebuild$1(new A.CompanyGatewayListVM_fromStore__closure0(t1)); - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 121 + $signature: 130 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -413142,57 +425354,68 @@ $signature: 13 }; A.CompanyGatewayScreen.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, t7, _null = null, + build$1(context) { + var t2, t3, listUIState, settingsUIState, t4, t5, t6, t7, t8, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = state.uiState, - listUIState = t2.companyGatewayUIState.listUIState, - settingsUIState = t2.settingsUIState; - t1.toString; - t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "company_gateways"); - t3 = A.Text$(t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t4 = type$.JSArray_legacy_Widget; - t5 = A._setArrayType([], t4); - t6 = this.viewModel; - if (t6.isInMultiselect) { - t4 = t1.get$actions(t1); - t6 = listUIState.selectedIds._list.length === 0 ? _null : new A.CompanyGatewayScreen_build_closure(this, listUIState, store); - t5.push(A.SaveCancelButtons$(_null, false, true, true, new A.CompanyGatewayScreen_build_closure0(store), t6, t4)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t1.uiState; + listUIState = t3.companyGatewayUIState.listUIState; + settingsUIState = t3.settingsUIState; + t2.toString; + t4 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "company_gateways"); + t4 = A.Text$(t4 == null ? "" : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t5 = type$.JSArray_legacy_Widget; + t6 = A._setArrayType([], t5); + t7 = this.viewModel; + if (t7.isInMultiselect) { + t5 = t2.get$actions(t2); + t7 = listUIState.selectedIds._list.length === 0 ? _null : new A.CompanyGatewayScreen_build_closure(this, listUIState, store); + t6.push(A.SaveCancelButtons$(_null, false, true, true, new A.CompanyGatewayScreen_build_closure0(store), t7, t5)); } else { - t4 = A._setArrayType([], t4); - if (settingsUIState.entityType !== B.EntityType_company && !state.isSaving) - t4.push(A.TextButton$(false, A.Text$(t1.get$reset(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, A._lateReadCheck(store.__Store__state, "_state").get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A.CompanyGatewayScreen_build_closure1(settingsUIState, store), _null)); - t7 = settingsUIState.isChanged; - t6 = t6.onSavePressed; - t4.push(A.SaveCancelButtons$(_null, true, t7, true, A.getLayout(context) === B.AppLayout_mobile || !t7 ? _null : new A.CompanyGatewayScreen_build_closure2(settingsUIState, store), t6, _null)); - B.JSArray_methods.addAll$1(t5, t4); + t5 = A._setArrayType([], t5); + if (settingsUIState.entityType !== B.EntityType_company && !t1.isSaving) + t5.push(A.TextButton$(false, A.Text$(t2.get$reset(t2), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, store.__Store__state_A.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), _null, _null, new A.CompanyGatewayScreen_build_closure1(settingsUIState, store), _null)); + t8 = settingsUIState.isChanged; + t7 = t7.onSavePressed; + t5.push(A.SaveCancelButtons$(_null, true, t8, true, A.getLayout(context) === B.AppLayout_mobile || !t8 ? _null : new A.CompanyGatewayScreen_build_closure2(settingsUIState, store), t7, _null)); + B.JSArray_methods.addAll$1(t6, t5); } - t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_companyGateway, false, B.List_empty18, new A.CompanyGatewayScreen_build_closure3(store), new A.CompanyGatewayScreen_build_closure4(store), new A.CompanyGatewayScreen_build_closure5(store), new A.CompanyGatewayScreen_build_closure6(store), new A.CompanyGatewayScreen_build_closure7(store), _null, new A.CompanyGatewayScreen_build_closure8(store), _null, A._setArrayType([], type$.JSArray_legacy_String), B.List_empty19, _null); - if (state.prefState.appLayout === B.AppLayout_mobile) { - t6 = state.userCompanyStates; - t2 = t2.selectedCompanyIndex; - t2 = t6._list[t2].userCompany.isAdmin; + t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_companyGateway, false, B.List_empty19, new A.CompanyGatewayScreen_build_closure3(store), new A.CompanyGatewayScreen_build_closure4(store), new A.CompanyGatewayScreen_build_closure5(store), new A.CompanyGatewayScreen_build_closure6(store), new A.CompanyGatewayScreen_build_closure7(store), _null, new A.CompanyGatewayScreen_build_closure8(store), _null, A._setArrayType([], type$.JSArray_legacy_String), B.List_empty20, _null); + if (t1.prefState.appLayout === B.AppLayout_mobile) { + t1 = t1.userCompanyStates; + t3 = t3.selectedCompanyIndex; + t3 = t1._list[t3].userCompany.isAdmin; + t1 = t3; } else - t2 = false; - t1 = t2 ? 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), t1.get$newCompanyGateway()) : _null; - return A.ListScaffold$(t5, B.List_empty12, t3, new A.CompanyGatewayListBuilder(_null), t4, B.EntityType_companyGateway, t1, 0, _null, new A.CompanyGatewayScreen_build_closure10(store), new A.CompanyGatewayScreen_build_closure11(store)); + 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, _null, B.EntityType_companyGateway, t1, 0, _null, new A.CompanyGatewayScreen_build_closure10(store), _null, new A.CompanyGatewayScreen_build_closure11(store)); } }; A.CompanyGatewayScreen_build_closure11.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartCompanyGatewayMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartCompanyGatewayMultiselect()); }, $signature: 10 }; A.CompanyGatewayScreen_build_closure10.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.companyGatewayUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartCompanyGatewayMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.companyGatewayUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartCompanyGatewayMultiselect()); + } }, $signature: 1 }; @@ -413232,24 +425455,30 @@ call$1(companyGatewayId) { return this.$this.viewModel.companyGatewayMap._map$_map.$index(0, companyGatewayId); }, - $signature: 339 + $signature: 330 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { - return this.store.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 632 + $signature: 653 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { - return this.store.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 55 + $signature: 57 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { - var settings = this.settingsUIState.get$settings().rebuild$1(new A.CompanyGatewayScreen_build__closure()); - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var settings = this.settingsUIState.get$settings().rebuild$1(new A.CompanyGatewayScreen_build__closure()), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, $signature: 1 }; @@ -413263,51 +425492,71 @@ A.CompanyGatewayScreen_build_closure2.prototype = { call$1(_) { var _null = null, - t1 = this.store; - if (this.settingsUIState.isChanged) - t1.get$_dispatchers()[0].call$1(new A.ResetSettings()); - else - t1.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "payment_settings", false, _null)); + t1 = this.store.__Store__dispatchers_F; + if (this.settingsUIState.isChanged) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ResetSettings()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "payment_settings", false, _null)); + } }, $signature: 14 }; A.CompanyGatewayScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCompanyGatewaysByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCompanyGatewaysByCustom1(value)); }, $signature: 5 }; A.CompanyGatewayScreen_build_closure5.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCompanyGatewaysByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCompanyGatewaysByCustom2(value)); }, $signature: 5 }; A.CompanyGatewayScreen_build_closure6.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCompanyGatewaysByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCompanyGatewaysByCustom3(value)); }, $signature: 5 }; A.CompanyGatewayScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCompanyGatewaysByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCompanyGatewaysByCustom4(value)); }, $signature: 5 }; A.CompanyGatewayScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterCompanyGatewaysByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterCompanyGatewaysByState(state)); }, $signature: 27 }; A.CompanyGatewayScreen_build_closure3.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.companyGatewayUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartCompanyGatewayMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.companyGatewayUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartCompanyGatewayMultiselect()); + } }, $signature: 1 }; @@ -413319,7 +425568,7 @@ $signature: 1 }; A.CompanyGatewayScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CompanyGatewayScreenBuilder_build_closure(), A.company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CompanyGatewayScreenVM); } @@ -413328,7 +425577,7 @@ call$2(context, vm) { return new A.CompanyGatewayScreen(vm, null); }, - $signature: 2305 + $signature: 2346 }; A.CompanyGatewayScreenVM.prototype = {}; A.CompanyGatewayScreenVM_fromStore_closure.prototype = { @@ -413344,27 +425593,35 @@ }; A.CompanyGatewayScreenVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -413399,12 +425656,12 @@ } _this.super$State$didChangeDependencies(); }, - dispose$0(_) { - this._company_gateway_edit$_controller.dispose$0(0); - this._company_gateway_edit$_focusNode.dispose$0(0); - this.super$__CompanyGatewayEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._company_gateway_edit$_controller.dispose$0(); + this._company_gateway_edit$_focusNode.dispose$0(); + this.super$__CompanyGatewayEditState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t5, gateway, t6, accountId, connectGateways, disableSave, t7, t8, enabledGatewayIds, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, _this = this, _null = null, _s32_ = "d14dd26a47cecc30fdd65700bfb67b34", _s13_ = "gateway_setup", @@ -413454,7 +425711,7 @@ t11 = J.$index$asx(t13.$index(0, t14), "provider"); if (t11 == null) t11 = ""; - t3.push(A.EntityDropdown$(true, false, true, t2, t4, _null, B.EntityType_gateway, B.List_empty0, t11, _null, _null, new A._CompanyGatewayEditState_build_closure0(viewModel, companyGateway), _null, _null, _null)); + t3.push(A.EntityDropdown$(true, false, true, t2, t4, _null, B.EntityType_gateway, B.List_empty1, t11, _null, _null, new A._CompanyGatewayEditState_build_closure0(viewModel, companyGateway), _null, _null, _null)); } if (B.JSArray_methods.contains$1(connectGateways, t2)) { if (!companyGateway.get$isNew()) @@ -413473,7 +425730,7 @@ } else t3.push(new A.GatewayConfigSettings(companyGateway, viewModel, A._setArrayType(["account_id"], t6), new A.ValueKey("__connect_" + t2 + "__", type$.ValueKey_legacy_String))); } else - t3.push(new A.GatewayConfigSettings(companyGateway, viewModel, B.List_empty0, new A.ValueKey("__" + t2 + "__", type$.ValueKey_legacy_String))); + t3.push(new A.GatewayConfigSettings(companyGateway, viewModel, B.List_empty1, new A.ValueKey("__" + t2 + "__", type$.ValueKey_legacy_String))); t3 = A._setArrayType([new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t3, _null, B.CrossAxisAlignment_3, false, _null, false, _null)], t18), _null, _null, _null)], t18); if (t2 === "54faab2ab6e3223dbe848b1686490baa") t3.push(A.Center$(new A.HelpText(t1.get$noPaymentTypesEnabled(), _null), _null, _null)); @@ -413566,7 +425823,7 @@ call$1(gateway) { this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure12(gateway))); }, - $signature: 35 + $signature: 36 }; A._CompanyGatewayEditState_build__closure12.prototype = { call$1(b) { @@ -413587,7 +425844,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure1.prototype = { call$0() { @@ -413601,7 +425858,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/docs/hosted-stripe", 0, null)); }, - $signature: 26 + $signature: 28 }; A._CompanyGatewayEditState_build_closure3.prototype = { call$1(value) { @@ -413615,7 +425872,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure5.prototype = { call$1(value) { @@ -413628,14 +425885,14 @@ b.get$_company_gateway_model$_$this()._tokenBilling = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure4.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -413643,21 +425900,21 @@ t2 = this.gatewayTypeId; this.viewModel.onChanged.call$1(t1.rebuild$1(new A._CompanyGatewayEditState_build__closure9(t2, t1.getSettingsForGatewayTypeId$1(t2), value))); }, - $signature: 21 + $signature: 22 }; A._CompanyGatewayEditState_build__closure9.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: 58 + $signature: 59 }; A._CompanyGatewayEditState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 193 + $signature: 200 }; A._CompanyGatewayEditState_build_closure7.prototype = { call$1(value) { @@ -413670,7 +425927,7 @@ b.get$_company_gateway_model$_$this()._requireClientName = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure8.prototype = { call$1(value) { @@ -413683,7 +425940,7 @@ b.get$_company_gateway_model$_$this()._requireClientPhone = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure9.prototype = { call$1(value) { @@ -413696,7 +425953,7 @@ b.get$_company_gateway_model$_$this()._requireContactName = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure10.prototype = { call$1(value) { @@ -413709,7 +425966,7 @@ b.get$_company_gateway_model$_$this()._requireContactEmail = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure11.prototype = { call$1(value) { @@ -413722,7 +425979,7 @@ b.get$_company_gateway_model$_$this()._requirePostalCode = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure12.prototype = { call$1(value) { @@ -413735,7 +425992,7 @@ b.get$_company_gateway_model$_$this()._requireCvv = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure13.prototype = { call$1(value) { @@ -413748,7 +426005,7 @@ b.get$_company_gateway_model$_$this()._requireBillingAddress = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure14.prototype = { call$1(value) { @@ -413761,7 +426018,7 @@ b.get$_company_gateway_model$_$this()._requireShippingAddress = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure15.prototype = { call$1(value) { @@ -413774,7 +426031,7 @@ b.get$_company_gateway_model$_$this()._updateDetails = this.value; return b; }, - $signature: 58 + $signature: 59 }; A._CompanyGatewayEditState_build_closure16.prototype = { call$1(gatewayTypeId) { @@ -413784,7 +426041,7 @@ t1 = ""; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, gatewayTypeId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CompanyGatewayEditState_build_closure17.prototype = { call$1(value) { @@ -413800,7 +426057,7 @@ $signature: 1 }; A.GatewayConfigSettings.prototype = { - build$1(_, context) { + build$1(context) { var t2, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), gateway = this.viewModel.state.staticState.gatewayMap._map$_map.$index(0, this.companyGateway.gatewayId); @@ -413820,7 +426077,7 @@ call$0() { return A.launchUrl(A.Uri_parse(this.gateway.siteUrl, 0, null)); }, - $signature: 26 + $signature: 28 }; A.GatewayConfigSettings_build_closure0.prototype = { call$1(field) { @@ -413828,7 +426085,7 @@ t2 = this.gateway; return new A.GatewayConfigField(t2, field, J.$index$asx(t1.companyGateway.get$parsedConfig(), field), J.$index$asx(t2.get$parsedFields(), field), new A.GatewayConfigSettings_build__closure(t1, field), !B.JSArray_methods.contains$1(t1.disasbledFields, field), null); }, - $signature: 2307 + $signature: 2348 }; A.GatewayConfigSettings_build__closure.prototype = { call$1(value) { @@ -413853,12 +426110,12 @@ this.super$State$initState(); this._company_gateway_edit$_textController = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); }, - dispose$0(_) { + dispose$0() { var t1 = this._company_gateway_edit$_textController; t1.toString; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var t2, t3, t4, _this = this, @@ -413882,7 +426139,7 @@ B.JSArray_methods.forEach$1(A._setArrayType(["password", "secret", "key"], type$.JSArray_legacy_String), new A._GatewayConfigFieldState__obscureText_closure(t1, field)); return t1.obscure; }, - build$1(_, context) { + build$1(context) { var label, options, t2, value, t3, isMultiline, t4, t5, _this = this, _null = null, t1 = _this._widget; if (t1.gateway.id === "d14dd26a37cecc30fdd65700bfb55b23" && t1.field === "apiKey") @@ -413944,7 +426201,7 @@ t1 = J.trim$0$s(value); return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._GatewayConfigFieldState_build_closure1.prototype = { call$1(value) { @@ -413962,7 +426219,7 @@ call$1(value) { return this.$this._company_gateway_edit$_onChanged$0(); }, - $signature: 72 + $signature: 70 }; A.LimitEditor.prototype = { createState$0() { @@ -413979,7 +426236,7 @@ this._minController = new A.TextEditingController(B.TextEditingValue_li8, t1); this._maxController = new A.TextEditingController(B.TextEditingValue_li8, t1); }, - dispose$0(_) { + dispose$0() { var t2, t1 = this._minController; t1.toString; @@ -413989,7 +426246,7 @@ t1 = this._maxController; t1.ChangeNotifier__listeners = t2; t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var t2, settings, t3, t4, t5, t6, _this = this, _null = null, @@ -414041,7 +426298,7 @@ _onTextChange$0() { this._company_gateway_edit$_debouncer.run$1(new A._LimitEditorState__onTextChange_closure(this)); }, - build$1(_, context) { + build$1(context) { var t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = t1.get$minLimit(), @@ -414078,14 +426335,14 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 193 + $signature: 200 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 58 + $signature: 59 }; A._LimitEditorState__onTextChange_closure.prototype = { call$0() { @@ -414098,7 +426355,7 @@ var t1 = this.$this; t1.setState$1(new A._LimitEditorState_build__closure0(t1, value)); }, - $signature: 21 + $signature: 22 }; A._LimitEditorState_build__closure0.prototype = { call$0() { @@ -414116,7 +426373,7 @@ var t1 = this.$this; t1.setState$1(new A._LimitEditorState_build__closure(t1, value)); }, - $signature: 21 + $signature: 22 }; A._LimitEditorState_build__closure.prototype = { call$0() { @@ -414139,10 +426396,10 @@ } }; A._FeesEditorState.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this._company_gateway_edit$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A._FeesEditorState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var t4, settings, _this = this, _null = null, @@ -414177,7 +426434,7 @@ if (!settings.$eq(0, updatedSettings)) _this._company_gateway_edit$_debouncer.run$1(new A._FeesEditorState__onChanged_closure0(_this, viewModel, companyGateway, updatedSettings)); }, - build$1(_, context) { + build$1(context) { var company, settings, t6, fee, fee0, _this = this, _null = null, _s11_ = "fees_sample", t1 = type$.legacy_AppLocalization, @@ -414236,15 +426493,14 @@ t2 = J.replaceFirst$2$s(t1, ":amount", A.formatNumber(100, t2, _null, _null, B.FormatNumberType_0, true, _null, false)); t1 = _this._framework$_element; t1.toString; - t3.push(A.Text$(B.JSString_methods.replaceFirst$2(t2, ":total", A.formatNumber(fee, t1, _null, _null, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null)); + t3.push(A.Text$(B.JSString_methods.replaceFirst$2(t2, ":total", A.formatNumber(fee, t1, _null, _null, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null)); return A.FormCard$(_null, t3, _null, B.CrossAxisAlignment_0, false, _null, false, _null); } }; A._FeesEditorState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_company_gateway_edit$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_company_gateway_edit$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -414267,7 +426523,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 193 + $signature: 200 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -414281,7 +426537,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 58 + $signature: 59 }; A._FeesEditorState_build_closure.prototype = { call$1(taxRate) { @@ -414295,7 +426551,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure2(this.taxRate))); return b; }, - $signature: 58 + $signature: 59 }; A._FeesEditorState_build___closure2.prototype = { call$1(b) { @@ -414306,7 +426562,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 193 + $signature: 200 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { @@ -414320,7 +426576,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure1(this.taxRate))); return b; }, - $signature: 58 + $signature: 59 }; A._FeesEditorState_build___closure1.prototype = { call$1(b) { @@ -414331,7 +426587,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 193 + $signature: 200 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { @@ -414345,7 +426601,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure0(this.taxRate))); return b; }, - $signature: 58 + $signature: 59 }; A._FeesEditorState_build___closure0.prototype = { call$1(b) { @@ -414356,7 +426612,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 193 + $signature: 200 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { @@ -414370,23 +426626,23 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure(this.value))); return b; }, - $signature: 58 + $signature: 59 }; A._FeesEditorState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 193 + $signature: 200 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -414395,7 +426651,7 @@ } }; A.CompanyGatewayEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CompanyGatewayEditScreen_build_closure(), new A.CompanyGatewayEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CompanyGatewayEditVM); } @@ -414404,13 +426660,13 @@ call$1(store) { return A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store); }, - $signature: 2309 + $signature: 2350 }; A.CompanyGatewayEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CompanyGatewayEdit(viewModel, new A.ValueKey(viewModel.companyGateway.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2310 + $signature: 2351 }; A.CompanyGatewayEditVM.prototype = { get$companyGateway() { @@ -414422,16 +426678,20 @@ }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure.prototype = { call$1(companyGateway) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCompanyGateway(companyGateway)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 337 + $signature: 329 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.CompanyGatewayEntity_CompanyGatewayEntity(_null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -414448,22 +426708,26 @@ }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1.prototype = { call$0() { - var t2, $navigator, companyGateway, t3, + var t2, $navigator, t3, companyGateway, t4, t1 = $.$get$navigatorKey(); t1.toString; t2 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t1.get$currentState(); t1 = this.store; - companyGateway = A._lateReadCheck(t1.__Store__state, "_state").uiState.companyGatewayUIState.editing; + t3 = t1.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + companyGateway = t3.uiState.companyGatewayUIState.editing; t3 = new A._Future($.Zone__current, type$._Future_legacy_CompanyGatewayEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyGatewayRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_legacy_CompanyGatewayEntity), companyGateway)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveCompanyGatewayRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_legacy_CompanyGatewayEntity), companyGateway)); return t3.then$1$1(0, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure(companyGateway, t2, t1, this.state, $navigator), type$.Null).catchError$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure.prototype = { call$1(savedCompanyGateway) { - var t3, t4, company, _this = this, + var t3, t4, company, t5, _this = this, _s31_ = "/settings/company_gateways/view", t1 = _this.companyGateway, t2 = _this.localization; @@ -414480,7 +426744,8 @@ } A.showToast(t2); t2 = _this.store; - t3 = A._lateReadCheck(t2.__Store__state, "_state"); + t3 = t2.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = t3.userCompanyStates; t3 = t3.uiState.selectedCompanyIndex; company = t4._list[t3].userCompany.company; @@ -414488,20 +426753,24 @@ if ((t3 == null ? "" : t3).length !== 0) { t3 = $.Zone__current; t4 = company.rebuild$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0(savedCompanyGateway)); - t2.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(new A._AsyncCompleter(new A._Future(t3, type$._Future_Null), type$._AsyncCompleter_Null), t4)); + t5 = t2.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SaveCompanyRequest(new A._AsyncCompleter(new A._Future(t3, type$._Future_Null), type$._AsyncCompleter_Null), t4)); } if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - t2.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s31_)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s31_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s31_, t1, t1); } else - t2.pop$1(0, savedCompanyGateway); + t2.pop$1(savedCompanyGateway); } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 337 + $signature: 329 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -414510,7 +426779,7 @@ t1.get$_settings_model$_$this()._companyGatewayIds = t2; return b; }, - $signature: 23 + $signature: 24 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -414524,7 +426793,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2.prototype = { call$1(gatewayId) { @@ -414544,7 +426813,9 @@ t1 = $async$self.state; credentials = t1.get$credentials(t1); t1 = $async$self.store; - t1.get$_dispatchers()[0].call$1(new A.StartSaving()); + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartSaving()); t2 = type$.legacy_String; new A.WebClient().post$3$data(credentials.url + "/one_time_token", credentials.token, B.C_JsonCodec.encode$2$toEncodable(A.LinkedHashMap_LinkedHashMap$_literal(["context", A.LinkedHashMap_LinkedHashMap$_literal(["return_url", ""], t2, t2)], t2, type$.legacy_Map_of_legacy_String_and_legacy_String), null)).then$1$1(0, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure(t1, gatewayId, credentials), type$.Null).catchError$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0(t1)); // implicit return @@ -414553,12 +426824,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 352 + $signature: 334 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { - var _this = this; - _this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var _this = this, + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); switch (_this.gatewayId) { case "d14dd26a47cecc30fdd65700bfb67b34": A.launchUrl(A.Uri_parse(A.cleanApiUrl(_this.credentials.url) + "/stripe/signup/" + A.S(J.$index$asx(response, "hash")), 0, null)); @@ -414572,8 +426845,9 @@ }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0.prototype = { call$1(error) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); t1 = $.$get$navigatorKey(); t1.toString; A.showErrorDialog(false, $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), A.S(error)); @@ -414590,11 +426864,11 @@ this.super$State$initState(); this._company_gateway_view$_controller = A.TabController$(null, 0, 2, this); }, - dispose$0(_) { - this._company_gateway_view$_controller.dispose$0(0); - this.super$__CompanyGatewayViewState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._company_gateway_view$_controller.dispose$0(); + this.super$__CompanyGatewayViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -414619,16 +426893,16 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._CompanyGatewayViewState_build_closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._CompanyGatewayOverview.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, processed, webhookUrl, allFields, t6, t7, t8, fields, t9, t10, t11, _this = this, _null = null, _s16_ = "verify_customers", _s16_0 = "import_customers", @@ -414726,7 +427000,7 @@ t6 = gateway.supportedEvents$0(); B.JSArray_methods.addAll$1(t7, A._setArrayType([A.ListTile$(false, B.EdgeInsets_22_22_22_22, _null, _null, true, _null, _null, false, _null, _null, _null, new A._CompanyGatewayOverview_build_closure1(webhookUrl, t1), false, _null, _null, A.Column$(A._setArrayType([t10, A.Text$("\n" + t2 + ":\n" + new A.MappedListIterable(t6, new A._CompanyGatewayOverview_build_closure2(), A._arrayInstanceType(t6)._eval$1("MappedListIterable<1,String*>")).join$1(0, "\n"), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t8), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, t9, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], t8)); } - if (gateway.get$supportsTokenBilling()) + if (gateway.get$supportsTokenBilling() === true) B.JSArray_methods.addAll$1(t7, A._setArrayType([new A.EntitiesListTile(companyGateway, B.EntityType_client, t1.get$clients(t1), $.$get$memoizedClientStatsForCompanyGateway().call$2(t3, t5[t4].clientState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, true, _null)], t8)); t7.push(new A.EntitiesListTile(companyGateway, B.EntityType_payment, t1.get$payments(), $.$get$memoizedPaymentStatsForCompanyGateway().call$2(t3, t5[t4].paymentState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, true, _null)); for (t2 = allFields.get$entries(allFields), t2 = t2.get$iterator(t2); t2.moveNext$0();) { @@ -414778,7 +427052,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var companyGateway = this._widget.viewModel.companyGateway; if (companyGateway.get$isStale()) return new A.LoadingIndicator(null, false, null); @@ -414786,13 +427060,13 @@ } }; A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -414801,7 +427075,7 @@ } }; A.CompanyGatewayViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CompanyGatewayViewScreen_build_closure(this), new A.CompanyGatewayViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CompanyGatewayViewVM); } @@ -414810,13 +427084,13 @@ call$1(store) { return A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store); }, - $signature: 2311 + $signature: 2352 }; A.CompanyGatewayViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.CompanyGatewayView(vm, this.$this.isFilter, null); }, - $signature: 2312 + $signature: 2353 }; A.CompanyGatewayViewVM.prototype = { get$companyGateway() { @@ -414828,8 +427102,10 @@ }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGateway(completer, this.companyGateway.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCompanyGateway(completer, this.companyGateway.id)); return completer.future; }, $signature: 17 @@ -414842,7 +427118,9 @@ }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/company_gateways")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/company_gateways")); }, $signature: 1 }; @@ -414858,16 +427136,19 @@ A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure.prototype = { call$2(password, idToken) { var _this = this, - t1 = _this.store; - t1.get$_dispatchers()[0].call$1(new A.StartSaving()); + t1 = _this.store, + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartSaving()); _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure(t1, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0(t1, _this.context)); }, - $signature: 38 + $signature: 39 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure.prototype = { call$1(response) { - var t1; - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); t1 = $.$get$navigatorKey(); t1.toString; A.showDialog(null, true, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure(this.localization, response), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), null, true, type$.void); @@ -414886,19 +427167,21 @@ t3 = type$.JSArray_legacy_Widget; t4 = this.response; 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, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure(context), _null)], t3), B.EdgeInsets_0_0_0_0, _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), B.EdgeInsets_24_20_24_24, _null, t2); + 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: 201 + $signature: 191 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, this.context, error); }, $signature: 6 @@ -414914,19 +427197,23 @@ }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0.prototype = { call$2(password, idToken) { - var t2, _this = this, - t1 = _this.store; - t1.get$_dispatchers()[0].call$1(new A.StartSaving()); + var _this = this, + t1 = _this.store, + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartSaving()); t2 = _this.context; _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1(t1, t2, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2(t1, t2)); }, - $signature: 38 + $signature: 39 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1.prototype = { call$1(response) { - var t1, t2, - _s18_ = "imported_customers"; - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t2, + _s18_ = "imported_customers", + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); t1 = this.localization; t1.toString; t2 = $.$get$LocalizationsProvider__localizedValues(); @@ -414939,53 +427226,60 @@ }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, this.context, error); }, $signature: 6 }; A.CreditEmailScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditEmailScreen_build_closure(), new A.CreditEmailScreen_build_closure0(), _null, _null, new A.CreditEmailScreen_build_closure1(), _null, _null, true, type$.legacy_AppState, type$.legacy_EmailCreditVM); } }; A.CreditEmailScreen_build_closure1.prototype = { call$1(store) { - var credit, client, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - creditId = t1.creditUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - credit = t2[t1].creditState.map._map$_map.$index(0, creditId); - t1 = t2[t1].clientState.map; - t2 = credit.clientId; - client = t1._map$_map.$index(0, t2); + var t2, creditId, credit, client, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + creditId = t2.creditUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t1 = t1._list; + credit = t1[t2].creditState.map._map$_map.$index(0, creditId); + t2 = t1[t2].clientState.map; + t1 = credit.clientId; + client = t2._map$_map.$index(0, t1); if (client.get$isStale()) { t1 = client.id; - store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 430 + $signature: 477 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - creditId = t1.creditUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return A.EmailCreditVM_EmailCreditVM$fromStore(store, t2._list[t1].creditState.map._map$_map.$index(0, creditId)); + var t2, creditId, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + creditId = t2.creditUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return A.EmailCreditVM_EmailCreditVM$fromStore(store, t1._list[t2].creditState.map._map$_map.$index(0, creditId)); }, - $signature: 2314 + $signature: 2355 }; A.CreditEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2315 + $signature: 2356 }; A.EmailCreditVM.prototype = {}; A.EmailCreditVM_EmailCreditVM$fromStore_closure.prototype = { @@ -414994,9 +427288,11 @@ completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$emailedCredit(), A.getLayout(context) === B.AppLayout_mobile, t1); if (A.getLayout(context) !== B.AppLayout_mobile) completer.future.then$1$1(0, new A.EmailCreditVM_EmailCreditVM$fromStore__closure(this.credit), t1); - this.store.get$_dispatchers()[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body)); }, - $signature: 329 + $signature: 314 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(value) { @@ -415005,32 +427301,33 @@ $signature: 3 }; A.CreditListItem.prototype = { - build$1(_, context) { - var t6, filterMatch, textColor, t7, t8, _this = this, _null = null, t1 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - creditUIState = uiState.creditUIState, - t2 = _this.credit, - listUIState = state.getUIState$1(t2.entityType).get$listUIState(), - t3 = listUIState.selectedIds, - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), - t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t5 = _this.filter; - if (t5 != null && t5.length !== 0) { - t6 = t2.matchesFilterValue$1(t5); - filterMatch = t6 == null ? _this.client.matchesFilterValue$1(t5) : t6; + build$1(context) { + var uiState, creditUIState, t3, listUIState, t4, textStyle, t5, t6, t7, filterMatch, textColor, t8, t9, _this = this, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + creditUIState = uiState.creditUIState; + t3 = _this.credit; + listUIState = t2.getUIState$1(t3.entityType).get$listUIState(); + t4 = listUIState.selectedIds; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t6 = _this.filter; + if (t6 != null && t6.length !== 0) { + t7 = t3.matchesFilterValue$1(t6); + filterMatch = t7 == null ? _this.client.matchesFilterValue$1(t6) : t7; } else filterMatch = _null; textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; - t5 = t2.date; - if (t5.length !== 0) - t1.subtitle = A.formatDate(t5, context, true, true, false); - t5 = t2.id; - t6 = uiState.get$isEditing() ? creditUIState.editing.id : creditUIState.selectedId; - t7 = state.userCompanyStates; - t8 = uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t7._list[t8].userCompany, t2, new A.LayoutBuilder(new A.CreditListItem_build_closure(t1, _this, t3 != null, listUIState, state, t4, textStyle, filterMatch, textColor), _null), t5 === t6, true, true, _null); + t6 = t3.date; + if (t6.length !== 0) + t1.subtitle = A.formatDate(t6, context, true, true, false); + t6 = t3.id; + t7 = uiState.get$isEditing() ? creditUIState.editing.id : creditUIState.selectedId; + t8 = t2.userCompanyStates; + t9 = uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t8._list[t9].userCompany, t3, new A.LayoutBuilder(new A.CreditListItem_build_closure(t1, _this, t4 != null, listUIState, t2, t5, textStyle, filterMatch, textColor), _null), t6 === t7, true, true, _null); }, get$user(receiver) { return this.user; @@ -415072,7 +427369,7 @@ if (t9 == null) t9 = _this._box_0.subtitle; t10 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.CreditListItem_build__closure1(t1), new A.CreditListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.CreditListItem_build__closure1(t1), new A.CreditListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.CreditListItem_build__closure3(t1), _null, _null, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -415098,11 +427395,11 @@ t4 = A.Expanded$(t4, 1); t6 = t5.statusId; t8 = _this.localization.lookup$1(B.Map_qBa3g.$index(0, t6)); - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.CreditListItem_build__closure4(t1), new A.CreditListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, A.Text$(t8, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t6 === "1" ? _this.textColor : new A.CreditStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t6), _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t5, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.CreditListItem_build__closure4(t1), new A.CreditListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, A.Text$(t8, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t6 === "1" ? _this.textColor : new A.CreditStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t6), _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t5, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -415129,7 +427426,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.credit], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.CreditListItem_build__closure5.prototype = { call$0() { @@ -415152,7 +427449,7 @@ $signature: 11 }; A.CreditListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditListBuilder_build_closure(), A.credit_list_vm_CreditListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditListVM); } @@ -415165,7 +427462,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_credit, new A.CreditListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.CreditPresenter(), t2, t4); }, - $signature: 2317 + $signature: 2358 }; A.CreditListBuilder_build__closure.prototype = { call$2(context, index) { @@ -415189,17 +427486,21 @@ t2 = false; return new A.CreditListItem(t4, invoice, t3, t1.filter, t2, _null); }, - $signature: 2318 + $signature: 2359 }; A.CreditListVM.prototype = {}; A.CreditListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -415212,53 +427513,60 @@ }; A.CreditListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortCredits(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortCredits(field)); }, $signature: 5 }; A.CreditListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearCreditMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearCreditMultiselect()); }, $signature: 10 }; A.CreditPdfScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditPdfScreen_build_closure(this), new A.CreditPdfScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditPdfVM); } }; A.CreditPdfScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - creditUIState = t1.creditUIState, - invoiceId = creditUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.CreditPdfVM(state, t2._list[t1].creditState.$get$1(0, invoiceId), creditUIState.historyActivityId); + var t2, creditUIState, invoiceId, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + creditUIState = t2.creditUIState; + invoiceId = creditUIState.selectedId; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.CreditPdfVM(t1, t3._list[t2].creditState.$get$1(0, invoiceId), creditUIState.historyActivityId); }, - $signature: 2319 + $signature: 2360 }; A.CreditPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__credit_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2320 + $signature: 2361 }; A.CreditPdfVM.prototype = {}; A.CreditPresenter.prototype = { getField$2$context$field(context, field) { - var t4, t5, client, contact, _this = this, _null = null, + var credit, t3, t4, t5, t6, client, contact, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - credit = type$.legacy_InvoiceEntity._as(_this.entity), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = t2[t3].clientState; - t5 = credit.clientId; - client = t4.$get$1(0, t5); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credit = type$.legacy_InvoiceEntity._as(_this.entity); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = t3[t4].clientState; + t6 = credit.clientId; + client = t5.$get$1(0, t6); switch (field) { case "status": return A.EntityStatusChip$(credit, true, 105); @@ -415274,10 +427582,10 @@ case "valid_until": return A.Text$(A.formatDate(credit.dueDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "amount": - return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(credit.amount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(credit.amount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "remaining": case "balance": - return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(credit.statusId !== "1" ? credit.balance : credit.amount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(credit.statusId !== "1" ? credit.balance : credit.amount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "custom1": return A.Text$(_this.presentCustomField$2(context, credit.customValue1), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom2": @@ -415293,21 +427601,21 @@ case "discount": t1 = credit.isAmountDiscount; t2 = credit.discount; - return A.Text$(t1 ? A.formatNumber(t2, context, t5, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(t1 ? A.formatNumber(t2, context, t6, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "po_number": return A.Text$(credit.poNumber, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "documents": return A.Text$("" + credit.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "tax_amount": - return A.Text$(A.formatNumber(credit.taxAmount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(A.formatNumber(credit.taxAmount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "exchange_rate": return A.Text$(A.formatNumber(credit.exchangeRate, context, _null, _null, B.FormatNumberType_3, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "is_viewed": return A.Text$(credit.get$isViewed() ? t1.get$yes() : t1.get$no(), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "project": - return new A.LinkTextRelatedEntity(t2[t3].projectState.$get$1(0, credit.projectId), credit, _null); + return new A.LinkTextRelatedEntity(t3[t4].projectState.$get$1(0, credit.projectId), credit, _null); case "vendor": - return new A.LinkTextRelatedEntity(t2[t3].vendorState.$get$1(0, credit.vendorId), credit, _null); + return new A.LinkTextRelatedEntity(t3[t4].vendorState.$get$1(0, credit.vendorId), credit, _null); case "client_state": return A.Text$(client.state, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client_city": @@ -415315,14 +427623,14 @@ case "client_postal_code": return A.Text$(client.postalCode, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client_country": - t1 = state.staticState.countryMap; + t1 = t2.staticState.countryMap; t2 = client.countryId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "contact_name": case "contact_email": - contact = A.creditContactSelector(credit, t2[t3].clientState.$get$1(0, t5)); + contact = A.creditContactSelector(credit, t3[t4].clientState.$get$1(0, t6)); if (contact == null) return new A.SizedBox(_null, _null, _null, _null); if (field === "contact_name") { @@ -415342,129 +427650,162 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 26 + $signature: 28 }; A.CreditScreen.prototype = { - build$1(_, context) { - var company, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.creditUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.creditList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("discount"); - t7.push("valid_until"); - t7.push("po_number"); - t7.push("public_notes"); - t7.push("private_notes"); - t7.push("documents"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("tax_amount"); - t7.push("exchange_rate"); - t7.push("is_viewed"); - t7.push("last_sent_date"); - t7.push("project"); - t7.push("vendor"); - t7.push("contact_name"); - t7.push("contact_email"); - t7.push("client_state"); - t7.push("client_city"); - t7.push("client_postal_code"); - t7.push("client_country"); - t7.push("partial"); - t7.push("partial_due_date"); - t8 = A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], t6); - t6 = A._setArrayType(["number", "amount", "updated_at"], t6); - t7 = 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), t8, B.EntityType_credit, false, B.List_empty18, 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, t6, B.List_empty19, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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), t1.get$newCredit()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_credit, t2, new A.CreditScreen_build_closure7(store), t5, _null, _null, new A.CreditScreen_build_closure8(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.CreditListBuilder(_null), t7, B.EntityType_credit, t1, 0, _null, new A.CreditScreen_build_closure9(store), new A.CreditScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.creditUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.creditList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("discount"); + t8.push("valid_until"); + t8.push("po_number"); + t8.push("public_notes"); + t8.push("private_notes"); + t8.push("documents"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("tax_amount"); + t8.push("exchange_rate"); + t8.push("is_viewed"); + t8.push("last_sent_date"); + t8.push("project"); + t8.push("vendor"); + t8.push("contact_name"); + t8.push("contact_email"); + t8.push("client_state"); + t8.push("client_city"); + t8.push("client_postal_code"); + t8.push("client_country"); + t8.push("partial"); + t8.push("partial_due_date"); + t9 = A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], t7); + t7 = A._setArrayType(["number", "amount", "updated_at"], t7); + 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_empty19, 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_empty20, 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, _null, B.EntityType_credit, t1, 0, _null, new A.CreditScreen_build_closure9(store), _null, new A.CreditScreen_build_closure10(store)); } }; A.CreditScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartCreditMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartCreditMultiselect()); }, $signature: 10 }; A.CreditScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterCredits(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterCredits(value)); }, $signature: 9 }; A.CreditScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterCreditsByState(state)); }, $signature: 27 }; A.CreditScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.creditUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearCreditMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartCreditMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.creditUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearCreditMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartCreditMultiselect()); + } }, $signature: 1 }; A.CreditScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortCredits(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortCredits(value)); }, $signature: 9 }; A.CreditScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterCreditsByState(state)); }, $signature: 27 }; A.CreditScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.creditUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearCreditMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartCreditMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.creditUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearCreditMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartCreditMultiselect()); + } }, $signature: 1 }; A.CreditScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCreditsByCustom1(value)); }, $signature: 5 }; A.CreditScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCreditsByCustom2(value)); }, $signature: 5 }; A.CreditScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCreditsByCustom3(value)); }, $signature: 5 }; A.CreditScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterCreditsByCustom4(value)); }, $signature: 5 }; @@ -415475,7 +427816,7 @@ $signature: 1 }; A.CreditScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditScreenBuilder_build_closure(), A.credit_screen_vm_CreditScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditScreenVM); } @@ -415484,7 +427825,7 @@ call$2(context, vm) { return new A.CreditScreen(vm, null); }, - $signature: 2321 + $signature: 2362 }; A.CreditScreenVM.prototype = {}; A.CreditEdit.prototype = { @@ -415503,9 +427844,9 @@ if (this._widget.viewModel.invoiceItemIndex != null) this._credit_edit$_controller.animateTo$1(2); }, - dispose$0(_) { - this._credit_edit$_controller.dispose$0(0); - this.super$__CreditEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._credit_edit$_controller.dispose$0(); + this.super$__CreditEditState_State_SingleTickerProviderStateMixin$dispose(); }, _credit_edit$_onSavePressed$2(context, action) { if (!$.$get$_CreditEditState__formKey().get$currentState().validate$0()) @@ -415515,7 +427856,7 @@ _credit_edit$_onSavePressed$1(context) { return this._credit_edit$_onSavePressed$2(context, null); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -415555,19 +427896,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { return this.$this._credit_edit$_onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._CreditEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._credit_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._CreditEditState_build_closure.prototype = { call$0() { @@ -415586,14 +427927,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(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: 274 + $signature: 276 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 62 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { @@ -415612,7 +427953,7 @@ } return t1; }, - $signature: 239 + $signature: 277 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -415626,16 +427967,16 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 275 + $signature: 278 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -415644,7 +427985,7 @@ } }; A.CreditEditDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditEditDetailsScreen_build_closure(this), new A.CreditEditDetailsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditEditDetailsVM); } @@ -415653,7 +427994,7 @@ call$1(store) { return A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store); }, - $signature: 2325 + $signature: 2366 }; A.CreditEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -415662,25 +428003,28 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_credit, null); }, - $signature: 2326 + $signature: 2367 }; A.CreditEditDetailsVM.prototype = {}; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure.prototype = { call$1(credit) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 142 + $signature: 144 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { - var t1 = this.store, - t2 = credit.applyClient$2(this.state, client); - t1.get$_dispatchers()[0].call$1(new A.UpdateCredit(t2)); - t1.get$_dispatchers()[0].call$1(new A.UpdateCreditClient(client)); + var t1 = credit.applyClient$2(this.state, client), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCredit(t1)); + t2[0].call$1(new A.UpdateCreditClient(client)); }, "call*": "call$3", $requiredArgCount: 3, - $signature: 349 + $signature: 319 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -415693,22 +428037,26 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 119 + $signature: 116 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, $signature: 3 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, - $signature: 35 + $signature: 36 }; A.CreditEditItemsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditEditItemsScreen_build_closure(this), new A.CreditEditItemsScreen_build_closure0(this), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditEditItemsVM); } @@ -415717,7 +428065,7 @@ call$1(store) { return A.CreditEditItemsVM_CreditEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2330 + $signature: 2371 }; A.CreditEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -415728,32 +428076,42 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2331 + $signature: 2372 }; A.CreditEditItemsVM.prototype = {}; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { call$1(index) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteCreditItem(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 114 + $signature: 108 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.EditCreditItem(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditCreditItem(null)); }, $signature: 1 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1.prototype = { call$2(creditItem, index) { - var t2, - t1 = this.store; - if (index === A._lateReadCheck(t1.__Store__state, "_state").uiState.creditUIState.editing.lineItems._list.length) { + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (index === t2.uiState.creditUIState.editing.lineItems._list.length) { t2 = creditItem.rebuild$1(new A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure(this.isTasks)); - t1.get$_dispatchers()[0].call$1(new A.AddCreditItem(t2)); - } else - t1.get$_dispatchers()[0].call$1(new A.UpdateCreditItem(index, creditItem)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddCreditItem(t2)); + } else { + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCreditItem(index, creditItem)); + } }, - $signature: 271 + $signature: 244 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -415761,16 +428119,18 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 60 + $signature: 61 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { - this.store.get$_dispatchers()[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 121 + $signature: 130 }; A.CreditEditNotesScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditEditNotesScreen_build_closure(), new A.CreditEditNotesScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditEditNotesVM); } @@ -415779,47 +428139,51 @@ call$1(store) { return A.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2333 + $signature: 2374 }; A.CreditEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2334 + $signature: 2375 }; A.CreditEditNotesVM.prototype = {}; A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { call$1(credit) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 142 + $signature: 144 }; A.CreditEditPDFScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditEditPDFScreen_build_closure(), new A.CreditEditPDFScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditEditPDFVM); } }; A.CreditEditPDFScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.creditUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.CreditEditPDFVM(state, t2._list[t1].userCompany.company, invoice); + var t2, invoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.creditUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.CreditEditPDFVM(t1, t3._list[t2].userCompany.company, invoice); }, - $signature: 2335 + $signature: 2376 }; A.CreditEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2336 + $signature: 2377 }; A.CreditEditPDFVM.prototype = {}; A.CreditEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditEditScreen_build_closure(), new A.CreditEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditEditVM); } @@ -415828,13 +428192,13 @@ call$1(store) { return A.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2337 + $signature: 2378 }; A.CreditEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CreditEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2338 + $signature: 2379 }; A.CreditEditVM.prototype = {}; A.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -415854,14 +428218,16 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 165 }; A.CreditEditVM_CreditEditVM$fromStore__closure2.prototype = { call$0() { - var t3, $navigator, t4, _this = this, + var credit, t3, $navigator, t4, t5, _this = this, t1 = _this.store, - credit = A._lateReadCheck(t1.__Store__state, "_state").uiState.creditUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credit = t2.uiState.creditUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -415884,17 +428250,19 @@ A.handleEntitiesActions(A._setArrayType([credit], type$.JSArray_legacy_BaseEntity), t4, false); else { t2 = new A._Future($.Zone__current, type$._Future_legacy_InvoiceEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveCreditRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), credit, t4)); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SaveCreditRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), credit, t4)); return t2.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore___closure1(credit, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore___closure2()); } }, - $signature: 33 + $signature: 34 }; A.CreditEditVM_CreditEditVM$fromStore___closure0.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 19 + $signature: 20 }; A.CreditEditVM_CreditEditVM$fromStore___closure1.prototype = { call$1(savedCredit) { @@ -415912,16 +428280,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s12_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s12_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s12_, t1, t1); } else - t2.pop$1(0, savedCredit); + t2.pop$1(savedCredit); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedCredit, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_credit) && t2.editAfterSaving) A.editEntity(_null, savedCredit, true, _null); @@ -415935,7 +428308,7 @@ A.viewEntity(false, savedCredit, _null, true); } }, - $signature: 65 + $signature: 64 }; A.CreditEditVM_CreditEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -415949,46 +428322,54 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.CreditEditVM_CreditEditVM$fromStore_closure0.prototype = { call$3(items, clientId, projectId) { - var t1; + var t1, t2; if (items.length === 1) { t1 = this.credit.lineItems._list.length; - this.store.get$_dispatchers()[0].call$1(new A.EditCreditItem(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditCreditItem(t1)); } - this.store.get$_dispatchers()[0].call$1(new A.AddCreditItems(items)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddCreditItems(items)); }, - $signature: 258 + $signature: 238 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { - var _null = null, + var t2, _null = null, t1 = this.state.uiState; if (B.JSArray_methods.contains$1(A._setArrayType(["pdf", "email"], type$.JSArray_legacy_String), t1.get$previousSubRoute())) A.viewEntitiesByType(B.EntityType_credit, _null); else { A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), true); t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 }; A.CreditEditVM_CreditEditVM$fromStore_closure2.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.CreditEditVM_CreditEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -416000,7 +428381,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.CreditEditVM_CreditEditVM$fromStore_closure3.prototype = { call$4(context, $document, password, idToken) { @@ -416009,20 +428390,24 @@ t2 = this.store; completer.future.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore__closure(t2, this.credit), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadCredit(null, this.credit.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadCredit(null, this.credit.id)); }, $signature: 71 }; A.CreditViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditViewScreen_build_closure(this), new A.CreditViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditViewVM); } @@ -416031,19 +428416,21 @@ call$1(store) { return A.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2341 + $signature: 2382 }; A.CreditViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2342 + $signature: 2383 }; A.CreditViewVM.prototype = {}; A.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadCredit(completer, this.credit.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadCredit(completer, this.credit.id)); return completer.future; }, $signature: 17 @@ -416060,7 +428447,7 @@ $defaultValues() { return [null]; }, - $signature: 247 + $signature: 236 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -416070,17 +428457,19 @@ }; A.CreditViewVM_CreditViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.CreditViewVM_CreditViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -416092,7 +428481,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.CreditViewVM_CreditViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -416101,21 +428490,27 @@ t2 = this.store; completer.future.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure(t2, this.credit), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadCredit(null, this.credit.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadCredit(null, this.credit.id)); }, $signature: 71 }; A.CreditViewVM_CreditViewVM$fromStore_closure3.prototype = { call$3(context, credit, activityId) { - this.store.get$_dispatchers()[0].call$1(new A.ShowPdfCredit(credit, context, activityId)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfCredit(credit, context, activityId)); }, call$2(context, credit) { return this.call$3(context, credit, null); @@ -416125,10 +428520,10 @@ $defaultValues() { return [null]; }, - $signature: 260 + $signature: 252 }; A.DashboardActivity.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.viewModel.state, t2 = t1.uiState.selectedCompanyIndex, @@ -416141,13 +428536,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 306 + $signature: 351 }; A.DashboardChart.prototype = { createState$0() { @@ -416172,31 +428567,36 @@ t2.toString; t2.onDateSelected$2(_this._dashboard_chart$_selectedIndex, A.convertDateTimeToSqlDate(t1.date)); }, - build$1(_, context) { - var t4, t5, t6, t7, _this = this, _null = null, + build$1(context) { + var color, series, settings, t3, t4, horizontalFirst, layoutBuilder, chart, t5, t6, t7, t8, _this = this, _null = null, theme = A.Theme_of(context), t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - color = state.prefState.enableDarkMode ? B.Color_toQ : B.Color_ww80, - series = J.$index$asx(_this._widget.data, _this._dashboard_chart$_selectedIndex), - settings = state.uiState.dashboardUIState.settings, - t2 = series.chartSeries, - t3 = A._setArrayType([new A.SelectionModelConfig(B.SelectionModelType_0, _this.get$_onSelectionChanged(), type$.SelectionModelConfig_legacy_DateTime)], type$.JSArray_legacy_SelectionModelConfig_legacy_DateTime), - layoutBuilder = A.TabularLegendLayout_TabularLegendLayout$horizontalFirst(B.EdgeInsets_8_8_8_8, _null), - chart = A.TimeSeriesChart$(t2, true, A._setArrayType([new A.SeriesLegend(A.LinkedHashSet_LinkedHashSet(type$.GestureType), B.SelectionModelType_0, new A.TabularLegendContentBuilder(B.C_SimpleLegendEntryLayout, layoutBuilder), B.BehaviorPosition_0, B.OutsideJustification_4, B.InsideJustification_0, false, B.LegendDefaultMeasure_0, _null, _null, _null, _null, type$.SeriesLegend_legacy_DateTime)], type$.JSArray_legacy_ChartBehavior_legacy_DateTime), A.DateTimeAxisSpec$(A.SmallTickRendererSpec$(_null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TextStyleSpec(_null, color), new A.LineStyleSpec(color), _null, _null, type$.legacy_DateTime)), A.NumericAxisSpec$(A.GridlineRendererSpec$(_null, new A.TextStyleSpec(_null, color), new A.LineStyleSpec(color), type$.legacy_num)), t3); - t2 = type$.JSArray_legacy_Widget; - t3 = A._setArrayType([], t2); - t4 = _this._widget; - if (!t4.isOverview) { - t5 = t4.onSelected; - t5 = A.InkWell$(false, _null, true, new A.Padding(new A.EdgeInsets(0, 8, 0, 24), A.Text$(t4.title, _null, _null, _null, _null, _null, theme.textTheme.headlineSmall, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null); - t6 = A.Divider$(_null, 1, _null); - t7 = settings.enableComparison ? 122 : 102; - B.JSArray_methods.addAll$1(t3, A._setArrayType([t5, t6, A.LimitedBox$(A.ListView$(J.map$1$1$ax(t4.data, new A._DashboardChartState_build_closure(_this, context, settings, state, theme, t1), type$.legacy_InkWell).toList$0(0), _null, _null, B.Axis_0, true), t7, 1 / 0), A.Divider$(_null, 1, _null)], t2)); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + color = t2.prefState.enableDarkMode ? B.Color_toQ : B.Color_ww80; + series = J.$index$asx(_this._widget.data, _this._dashboard_chart$_selectedIndex); + settings = t2.uiState.dashboardUIState.settings; + t3 = series.chartSeries; + t4 = A._setArrayType([new A.SelectionModelConfig(B.SelectionModelType_0, _this.get$_onSelectionChanged(), type$.SelectionModelConfig_legacy_DateTime)], type$.JSArray_legacy_SelectionModelConfig_legacy_DateTime); + horizontalFirst = true; + if (horizontalFirst) + layoutBuilder = A.TabularLegendLayout_TabularLegendLayout$horizontalFirst(B.EdgeInsets_8_8_8_8, _null); + else + layoutBuilder = new A.TabularLegendLayout(false, -1, -1, B.EdgeInsets_8_8_8_8); + chart = A.TimeSeriesChart$(t3, true, A._setArrayType([new A.SeriesLegend(A.LinkedHashSet_LinkedHashSet(type$.GestureType), B.SelectionModelType_0, new A.TabularLegendContentBuilder(B.C_SimpleLegendEntryLayout, layoutBuilder), B.BehaviorPosition_0, B.OutsideJustification_4, B.InsideJustification_0, false, B.LegendDefaultMeasure_0, _null, _null, _null, _null, type$.SeriesLegend_legacy_DateTime)], type$.JSArray_legacy_ChartBehavior_legacy_DateTime), A.DateTimeAxisSpec$(A.SmallTickRendererSpec$(_null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TextStyleSpec(_null, color), new A.LineStyleSpec(color), _null, _null, type$.legacy_DateTime)), A.NumericAxisSpec$(A.GridlineRendererSpec$(_null, new A.TextStyleSpec(_null, color), new A.LineStyleSpec(color), type$.legacy_num)), t4); + t3 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([], t3); + t5 = _this._widget; + if (!t5.isOverview) { + t6 = t5.onSelected; + t6 = A.InkWell$(false, _null, true, new A.Padding(new A.EdgeInsets(0, 8, 0, 24), A.Text$(t5.title, _null, _null, _null, _null, _null, theme.textTheme.headlineSmall, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null); + t7 = A.Divider$(_null, 1, _null); + t8 = settings.enableComparison ? 122 : 102; + B.JSArray_methods.addAll$1(t4, A._setArrayType([t6, t7, A.LimitedBox$(A.ListView$(J.map$1$1$ax(t5.data, new A._DashboardChartState_build_closure(_this, context, settings, t2, theme, t1), type$.legacy_InkWell).toList$0(0), _null, _null, _null, B.Axis_0, true), t8, 1 / 0), A.Divider$(_null, 1, _null)], t3)); } - t3.push(new A.SizedBox(_null, 240, new A.Padding(B.EdgeInsets_16_16_16_16, A.ClipRect$(chart, B.Clip_1, _null), _null), _null)); + t4.push(new A.SizedBox(_null, 240, new A.Padding(B.EdgeInsets_16_16_16_16, A.ClipRect$(chart, B.Clip_1, _null), _null), _null)); if (!_this._widget.isOverview) { - t4 = A.Divider$(_null, 1, _null); + t2 = A.Divider$(_null, 1, _null); t1.toString; t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "average"); if (t1 == null) @@ -416205,16 +428605,16 @@ t5 = theme.textTheme.titleLarge; t1 = A.Expanded$(A.Text$(t1, _null, _null, _null, _null, _null, t5, _null, _null, _null), 1); t6 = _this._dashboard_chart$_selected; - B.JSArray_methods.addAll$1(t3, A._setArrayType([t4, A.Container$(_null, A.Row$(A._setArrayType([t1, t6 != null ? A.Text$(t6, _null, _null, _null, _null, _null, t5, _null, _null, _null) : new A.SizedBox(_null, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(0, 16, 0, 16), _null, _null, _null)], t2)); + B.JSArray_methods.addAll$1(t4, A._setArrayType([t2, A.Container$(_null, A.Row$(A._setArrayType([t1, t6 != null ? A.Text$(t6, _null, _null, _null, _null, _null, t5, _null, _null, _null) : new A.SizedBox(_null, _null, _null, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(0, 16, 0, 16), _null, _null, _null)], t3)); } - return A.FormCard$(_null, t3, _null, B.CrossAxisAlignment_3, false, _null, false, _null); + return A.FormCard$(_null, t4, _null, B.CrossAxisAlignment_3, false, _null, false, _null); } }; A._DashboardChartState__onSelectionChanged_closure.prototype = { call$1(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2346 + $signature: 2387 }; A._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1(datumPair) { @@ -416224,7 +428624,7 @@ t1.total = t2 + t3.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t3.get$amount()); }, - $signature: 2347 + $signature: 2388 }; A._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0() { @@ -416290,12 +428690,12 @@ t4 = B.Color_4294967295; else t4 = isIncrease ? B.MaterialColor_Map_JNEaM_4283215696 : B.MaterialColor_Map_JNc9P_4294198070; - t4 = A.Text$(changeString, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + t4 = A.Text$(changeString, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); } else t4 = new A.SizedBox(_null, _null, _null, _null); - return A.InkWell$(false, _null, true, A.Container$(_null, A.Column$(A._setArrayType([t6, new A.SizedBox(_null, 4, _null, _null), t3, new A.SizedBox(_null, 4, _null, _null), t4], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._DashboardChartState_build__closure(t1, index), _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.Container$(_null, A.Column$(A._setArrayType([t6, new A.SizedBox(_null, 4, _null, _null), t3, new A.SizedBox(_null, 4, _null, _null), t4], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._DashboardChartState_build__closure(t1, index), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2348 + $signature: 2389 }; A._DashboardChartState_build__closure.prototype = { call$0() { @@ -416336,7 +428736,7 @@ t1.compareEndDate = A.convertDateTimeToSqlDate(null); } }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, t0, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.Text$(t1.get$dateRange(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), @@ -416393,40 +428793,40 @@ 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: 284 + $signature: 342 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 622 + $signature: 686 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { return this.$this._dashboard_date_range_picker$_settings.dateRange = this.dateRange; }, - $signature: 2350 + $signature: 2391 }; A._DashboardDateRangePickerState_build_closure1.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure5(t1, value)); }, - $signature: 21 + $signature: 22 }; A._DashboardDateRangePickerState_build__closure5.prototype = { call$0() { return this.$this._dashboard_date_range_picker$_settings.enableComparison = this.value; }, - $signature: 22 + $signature: 23 }; A._DashboardDateRangePickerState_build_closure2.prototype = { call$2(date, _) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 57 + $signature: 58 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -416439,7 +428839,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 57 + $signature: 58 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -416452,27 +428852,27 @@ 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_DateRangeComparison); }, - $signature: 2351 + $signature: 2392 }; A._DashboardDateRangePickerState_build_closure5.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure2(t1, dateRange)); }, - $signature: 2352 + $signature: 2393 }; A._DashboardDateRangePickerState_build__closure2.prototype = { call$0() { return this.$this._dashboard_date_range_picker$_settings.compareDateRange = this.dateRange; }, - $signature: 2353 + $signature: 2394 }; A._DashboardDateRangePickerState_build_closure6.prototype = { call$2(date, _) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 57 + $signature: 58 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -416485,7 +428885,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 57 + $signature: 58 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -416502,7 +428902,7 @@ return; } t1._widget.onSettingsChanged$1(t2); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -416510,7 +428910,7 @@ call$1(context) { return new A.ErrorDialog("Date range is not valid", false, null); }, - $signature: 19 + $signature: 20 }; A.DashboardSections.prototype = { toString$0(_) { @@ -416521,7 +428921,7 @@ _showDateOptions$1(context) { A.showDialog(null, true, new A.DashboardPanels__showDateOptions_closure(this), context, null, true, type$.legacy_DashboardDateRangePicker); }, - _dashboard_panels$_header$1(context) { + _header$1(context) { var company, clientMap, groupMap, settings, currencies, state = this.viewModel.state, t1 = state.uiState, @@ -416549,7 +428949,7 @@ return null; return new A.Padding(B.EdgeInsets_12_20_0_0, A.Wrap$(B.WrapAlignment_0, t1.map$1$1(runningTasks, new A.DashboardPanels__runningTasks_closure(state, context), type$.legacy_Card).toList$0(0), B.Clip_0, B.WrapCrossAlignment_0, 8), null); }, - build$1(_, context) { + build$1(context) { var t5, t6, currentInvoiceData, t7, t8, previousInvoiceData, currentPaymentData, previousPaymentData, currentQuoteData, previousQuoteData, currentTaskData, previousTaskData, currentExpenseData, previousExpenseData, _this = this, _null = null, t1 = _this.viewModel, state = t1.state, @@ -416630,7 +429030,7 @@ t1.push(B.EntityType_task); if (company.isModuleEnabled$1(B.EntityType_expense)) t1.push(B.EntityType_expense); - t1 = A._setArrayType([new A.Padding(B.EdgeInsets_0_50_0_0, new A.ScrollableListViewBuilder(new A.DashboardPanels_build_closure4(_this, t2, state, t4, currentInvoiceData, currentPaymentData, currentQuoteData, currentTaskData, currentExpenseData, userCompanySettings, previousInvoiceData, t1, previousPaymentData, previousQuoteData, previousTaskData, previousExpenseData, runningTasks), _null, t2.length + 1, _this.scrollController, _null, _null), _null), _this._dashboard_panels$_header$1(context)], type$.JSArray_legacy_Widget); + t1 = A._setArrayType([new A.Padding(B.EdgeInsets_0_50_0_0, new A.ScrollableListViewBuilder(new A.DashboardPanels_build_closure4(_this, t2, state, t4, currentInvoiceData, currentPaymentData, currentQuoteData, currentTaskData, currentExpenseData, userCompanySettings, previousInvoiceData, t1, previousPaymentData, previousQuoteData, previousTaskData, previousExpenseData, runningTasks), _null, t2.length + 1, _this.scrollController, _null, _null), _null), _this._header$1(context)], type$.JSArray_legacy_Widget); if (state.isLoading || state.isSaving) t1.push(A.LinearProgressIndicator$()); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); @@ -416641,7 +429041,7 @@ var t1 = this.$this.viewModel; return new A.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2354 + $signature: 2395 }; A.DashboardPanels__header_closure.prototype = { call$2(context, constraints) { @@ -416689,7 +429089,7 @@ } return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_16_8_16_2, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t2, 6, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 2355 + $signature: 2396 }; A.DashboardPanels__header__closure.prototype = { call$1(value) { @@ -416701,7 +429101,7 @@ call$1(value) { this.$this.viewModel.onTaxesChanged.call$1(value); }, - $signature: 21 + $signature: 22 }; A.DashboardPanels__header__closure1.prototype = { call$1(context) { @@ -416709,7 +429109,7 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable*>"); return A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.DashboardPanels__header___closure0(this.localization), t2), true, t2._eval$1("Iterable.E")); }, - $signature: 2356 + $signature: 2397 }; A.DashboardPanels__header___closure0.prototype = { call$1(dateRange) { @@ -416717,7 +429117,7 @@ t1 = this.localization; return A.PopupMenuItem$(A.Text$(dateRange === B.DateRange_custom ? t1.get$more() + "..." : t1.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRange); }, - $signature: 2357 + $signature: 2398 }; A.DashboardPanels__header__closure2.prototype = { call$1(dateRange) { @@ -416730,13 +429130,13 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 622 + $signature: 686 }; A.DashboardPanels__header___closure.prototype = { call$1(duration) { this.$this._showDateOptions$1(this.context); }, - $signature: 36 + $signature: 37 }; A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { @@ -416749,7 +429149,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.DashboardPanels__header__closure4.prototype = { call$1(currencyId) { @@ -416767,7 +429167,7 @@ call$1(context) { return new A._DashboardSettings(this.isWide, this.$this.viewModel, null); }, - $signature: 2358 + $signature: 2399 }; A.DashboardPanels__header__closure5.prototype = { call$0() { @@ -416803,18 +429203,20 @@ t4 = task.clientId; client = t3._map$_map.$index(0, t4); t4 = A.BorderRadius$circular(2); - t3 = A._lateReadCheck(A.StoreProvider_of(this.context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode; + t3 = A.StoreProvider_of(this.context, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.prefState.enableDarkMode; t5 = task.description; t6 = A.Text$(client != null ? client.displayName : task.number, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); - return A.Card$(new A.AppBorder(new A.ConstrainedBox(new A.BoxConstraints(0, 180, 0, 1 / 0), A.Tooltip$(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, A.ActionMenuButton$(task, task.getActions$2$includeEdit$userCompany(true, t1[t2].userCompany), _null, _null, false, new A.DashboardPanels__runningTasks__closure(task)), new A.DashboardPanels__runningTasks__closure0(task), new A.DashboardPanels__runningTasks__closure1(task, client), false, _null, _null, t6, _null, new A.LiveText(_null, new A.DashboardPanels__runningTasks__closure2(task), _null, _null), _null, _null), t5), _null), _null, _null, _null, !t3, _null), _null, _null, 4, _null, true, new A.RoundedRectangleBorder(t4, B.BorderSide_0CF)); + return A.Card$(new A.AppBorder(new A.ConstrainedBox(new A.BoxConstraints(0, 180, 0, 1 / 0), A.Tooltip$(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, A.ActionMenuButton$(task, task.getActions$2$includeEdit$userCompany(true, t1[t2].userCompany), _null, _null, false, new A.DashboardPanels__runningTasks__closure(task)), new A.DashboardPanels__runningTasks__closure0(task), new A.DashboardPanels__runningTasks__closure1(task, client), false, _null, _null, t6, _null, new A.LiveText(_null, new A.DashboardPanels__runningTasks__closure2(task), _null, _null), _null, _null), t5), _null), _null, _null, _null, !t3, _null), _null, _null, 4, _null, true, new A.RoundedRectangleBorder(t4, B.BorderSide_aLd)); }, - $signature: 2359 + $signature: 2400 }; A.DashboardPanels__runningTasks__closure2.prototype = { call$0() { return A.formatDuration(this.task.calculateDuration$0(), true); }, - $signature: 131 + $signature: 128 }; A.DashboardPanels__runningTasks__closure1.prototype = { call$0() { @@ -416832,7 +429234,7 @@ call$2(context, action) { return A.handleTaskAction(context, A._setArrayType([this.task], type$.JSArray_legacy_BaseEntity), action); }, - $signature: 61 + $signature: 60 }; A.DashboardPanels_build_closure.prototype = { call$1(b) { @@ -416840,7 +429242,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 136 + $signature: 139 }; A.DashboardPanels_build_closure0.prototype = { call$1(b) { @@ -416848,7 +429250,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 136 + $signature: 139 }; A.DashboardPanels_build_closure1.prototype = { call$1(b) { @@ -416856,7 +429258,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 136 + $signature: 139 }; A.DashboardPanels_build_closure2.prototype = { call$1(b) { @@ -416864,7 +429266,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 136 + $signature: 139 }; A.DashboardPanels_build_closure3.prototype = { call$1(b) { @@ -416872,7 +429274,7 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 136 + $signature: 139 }; A.DashboardPanels_build_closure4.prototype = { call$2(context, index) { @@ -416917,10 +429319,10 @@ t1 = A._setArrayType([A.Expanded$(A.Text$(t6 == null ? J.$index$asx(t5.$index(0, "en"), _s24_) : t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], t1); if (A.getLayout(context) === B.AppLayout_desktop) { t4 = J.$index$asx(t5.$index(0, t4), _s11_); - t1.push(A.TextButton$(false, A.Text$(t4 == null ? J.$index$asx(t5.$index(0, "en"), _s11_) : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.DashboardPanels_build__closure0(context), _null)); + t1.push(A.TextButton$(false, A.Text$(t4 == null ? J.$index$asx(t5.$index(0, "en"), _s11_) : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.DashboardPanels_build__closure0(context), _null)); } t1.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), _null, new A.DashboardPanels_build__closure1(context), B.EdgeInsets_8_8_8_8, _null, _null, _null)); - t2.push(new A.Padding(B.EdgeInsets_0_8_0_0, A.FormCard$(A.InkWell$(false, _null, true, A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null), _null, _null, _null, false, _null, false, _null), _null)); + t2.push(new A.Padding(B.EdgeInsets_0_8_0_0, A.FormCard$(A.InkWell$(false, _null, true, A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, false, _null, false, _null), _null)); } return A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); case 2: @@ -417015,7 +429417,7 @@ } return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 137 + $signature: 135 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -417031,7 +429433,9 @@ }; A.DashboardPanels_build__closure1.prototype = { call$0() { - A.StoreProvider_of(this.context, type$.legacy_AppState).get$_dispatchers()[0].call$1(new A.DismissGatewayWarningPermanently()); + var t1 = A.StoreProvider_of(this.context, type$.legacy_AppState).__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DismissGatewayWarningPermanently()); }, $signature: 1 }; @@ -417051,7 +429455,7 @@ t4 = _this.textTheme; return A.FormCard$(_null, A._setArrayType([A.Text$(t3.lookup$1(t1), _null, _null, _null, _null, _null, t4.titleMedium, B.TextAlign_2, _null, _null), new A.SizedBox(_null, 6, _null, _null), A.Text$(A.formatNumber(value, _this.context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4.headlineSmall, B.TextAlign_2, _null, _null), new A.SizedBox(_null, 6, _null, _null), A.Text$(t3.lookup$1(t2), _null, _null, _null, _null, _null, t4.bodySmall, B.TextAlign_2, _null, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, false, B.EdgeInsets_0_0_0_0); }, - $signature: 2360 + $signature: 2401 }; A.DashboardPanels_build__closure4.prototype = { call$0() { @@ -417065,7 +429469,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: 243 + $signature: 284 }; A.DashboardPanels_build__closure6.prototype = { call$0() { @@ -417079,7 +429483,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: 243 + $signature: 284 }; A.DashboardPanels_build__closure8.prototype = { call$0() { @@ -417093,7 +429497,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: 243 + $signature: 284 }; A.DashboardPanels_build__closure10.prototype = { call$0() { @@ -417107,7 +429511,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: 243 + $signature: 284 }; A.DashboardPanels_build__closure12.prototype = { call$0() { @@ -417121,7 +429525,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: 243 + $signature: 284 }; A._DashboardPanel.prototype = { createState$0() { @@ -417129,7 +429533,7 @@ } }; A.__DashboardPanelState.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, t5, _this = this, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -417194,55 +429598,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: 621 + $signature: 688 }; A.__DashboardPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 269 + $signature: 242 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 133 + $signature: 146 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 263 + $signature: 268 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 133 + $signature: 146 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 269 + $signature: 242 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 133 + $signature: 146 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 263 + $signature: 268 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 133 + $signature: 146 }; A._OverviewPanel.prototype = { createState$0() { @@ -417250,7 +429654,7 @@ } }; A.__OverviewPanelState.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, _this = this, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -417309,79 +429713,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: 621 + $signature: 688 }; A.__OverviewPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 269 + $signature: 242 }; A.__OverviewPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 133 + $signature: 146 }; A.__OverviewPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_HFpTk_4288585374); }, - $signature: 263 + $signature: 268 }; A.__OverviewPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 133 + $signature: 146 }; A.__OverviewPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 269 + $signature: 242 }; A.__OverviewPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 133 + $signature: 146 }; A.__OverviewPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_JNEaM_4283215696); }, - $signature: 263 + $signature: 268 }; A.__OverviewPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 133 + $signature: 146 }; A.__OverviewPanelState_build__closure8.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 269 + $signature: 242 }; A.__OverviewPanelState_build__closure9.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 133 + $signature: 146 }; A.__OverviewPanelState_build__closure7.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 263 + $signature: 268 }; A.__OverviewPanelState_build__closure10.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 133 + $signature: 146 }; A.__OverviewPanelState_build_closure0.prototype = { call$0() { @@ -417395,75 +429799,76 @@ } }; A.__DashboardSettingsState.prototype = { - build$1(_, context) { - var clientMap, groupMap, company, settings, userCompanySettings, hasMultipleCurrencies, currencySettings, t5, t6, t7, t8, t9, t10, t11, t12, _list, i, i0, _this = this, _null = null, + build$1(context) { + var t3, t4, t5, clientMap, groupMap, company, settings, userCompanySettings, hasMultipleCurrencies, currencySettings, t6, t7, t8, t9, t10, t11, t12, _list, i, i0, _this = this, _null = null, _s14_ = "fields_per_row", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), viewModel = _this._widget.viewModel, - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t4 = t2._list[t4]; - clientMap = t4.clientState.map; - groupMap = t4.groupState.map; - t4 = t4.userCompany; - company = t4.company; - settings = t3.dashboardUIState.settings; - userCompanySettings = t4.settings; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t5 = t3._list[t5]; + clientMap = t5.clientState.map; + groupMap = t5.groupState.map; + t5 = t5.userCompany; + company = t5.company; + settings = t4.dashboardUIState.settings; + userCompanySettings = t5.settings; hasMultipleCurrencies = $.$get$memoizedHasMultipleCurrencies().call$3(company, clientMap, groupMap); - t4 = type$.legacy_String; - t3 = A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t1.get$day(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "day", t4), A.DropdownMenuItem$(A.Text$(t1.get$month(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "month", t4), A.DropdownMenuItem$(A.Text$(t1.get$year(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "year", t4)], type$.JSArray_legacy_DropdownMenuItem_legacy_String), new A.__DashboardSettingsState_build_closure(_this, viewModel), _null, _null, _null, settings.groupBy, t4); - t2 = type$.legacy_bool; - t2 = A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t1.get$gross(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, true, t2), A.DropdownMenuItem$(A.Text$(t1.get$net(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, t2)], type$.JSArray_legacy_DropdownMenuItem_legacy_bool), new A.__DashboardSettingsState_build_closure0(_this, viewModel), _null, _null, _null, settings.includeTaxes, t2); + t5 = type$.legacy_String; + t4 = A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t1.get$day(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "day", t5), A.DropdownMenuItem$(A.Text$(t1.get$month(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "month", t5), A.DropdownMenuItem$(A.Text$(t1.get$year(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "year", t5)], type$.JSArray_legacy_DropdownMenuItem_legacy_String), new A.__DashboardSettingsState_build_closure(_this, viewModel), _null, _null, _null, settings.groupBy, t5); + t3 = type$.legacy_bool; + t3 = A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t1.get$gross(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, true, t3), A.DropdownMenuItem$(A.Text$(t1.get$net(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, t3)], type$.JSArray_legacy_DropdownMenuItem_legacy_bool), new A.__DashboardSettingsState_build_closure0(_this, viewModel), _null, _null, _null, settings.includeTaxes, t3); currencySettings = new A.SizedBox(_null, _null, _null, _null); if (hasMultipleCurrencies) - currencySettings = new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, J.map$1$1$ax($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap), new A.__DashboardSettingsState_build_closure1(t1, viewModel), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), new A.__DashboardSettingsState_build_closure2(_this, viewModel), _null, _null, _null, settings.currencyId, t4), _null), _null); - t4 = A.Text$(t1.get$settings(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t5 = type$.JSArray_legacy_Widget; - t6 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.__DashboardSettingsState_build_closure3(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.__DashboardSettingsState_build_closure4(context, state, store), _null)], t5); - t7 = A._setArrayType([], t5); + currencySettings = new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, _null, _null, 24, false, false, 48, J.map$1$1$ax($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap), new A.__DashboardSettingsState_build_closure1(t1, viewModel), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), new A.__DashboardSettingsState_build_closure2(_this, viewModel), _null, _null, _null, settings.currencyId, t5), _null), _null); + t5 = A.Text$(t1.get$settings(), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t6 = type$.JSArray_legacy_Widget; + t2 = 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.__DashboardSettingsState_build_closure3(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.__DashboardSettingsState_build_closure4(context, t2, store), _null)], t6); + t7 = A._setArrayType([], t6); if (!_this._widget.isWide) { t8 = $.$get$LocalizationsProvider__localizedValues(); t9 = t1.localeCode; t10 = J.$index$asx(t8.$index(0, t9), "group_by"); - t3 = A._setArrayType([A.Row$(A._setArrayType([A.Text$(t10 == null ? "" : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Spacer(_null), new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(t3, _null), _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t5); + t4 = A._setArrayType([A.Row$(A._setArrayType([A.Text$(t10 == null ? "" : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Spacer(_null), new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(t4, _null), _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t6); if (hasMultipleCurrencies) - t3.push(A.Row$(A._setArrayType([A.Text$(t1.get$currency(), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Spacer(_null), currencySettings], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t4.push(A.Row$(A._setArrayType([A.Text$(t1.get$currency(), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Spacer(_null), currencySettings], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); if (company.numberOfInvoiceTaxRates > 0 || company.numberOfItemTaxRates > 0) { t8 = J.$index$asx(t8.$index(0, t9), "taxes"); - t3.push(A.Row$(A._setArrayType([A.Text$(t8 == null ? "" : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Spacer(_null), new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(t2, _null), _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t4.push(A.Row$(A._setArrayType([A.Text$(t8 == null ? "" : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Spacer(_null), new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(t3, _null), _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } - t3.push(new A.SizedBox(_null, 10, _null, _null)); - B.JSArray_methods.addAll$1(t7, t3); + t4.push(new A.SizedBox(_null, 10, _null, _null)); + B.JSArray_methods.addAll$1(t7, t4); } - t2 = A._setArrayType([], t5); - for (t3 = userCompanySettings.dashboardFields._list, t3 = new J.ArrayIterator(t3, t3.length, A._arrayInstanceType(t3)._eval$1("ArrayIterator<1>")), t5 = type$.ValueKey_legacy_String; t3.moveNext$0();) { - t8 = t3.__interceptors$_current; + t3 = A._setArrayType([], t6); + for (t4 = userCompanySettings.dashboardFields._list, t4 = new J.ArrayIterator(t4, t4.length, A._arrayInstanceType(t4)._eval$1("ArrayIterator<1>")), t6 = type$.ValueKey_legacy_String; t4.moveNext$0();) { + t8 = t4.__interceptors$_current; t9 = t8.field; t10 = t8.period; t11 = t1.lookup$1(t9); t12 = t1.lookup$1(t10); - t2.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, new A.ValueKey("__" + t9 + "_" + t10 + "_", t5), A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A.__DashboardSettingsState_build_closure5(_this, store, userCompanySettings, t8), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, false, _null, _null, new A.Text(t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); + t3.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, new A.ValueKey("__" + t9 + "_" + t10 + "_", t6), A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A.__DashboardSettingsState_build_closure5(_this, store, userCompanySettings, t8), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, false, _null, _null, new A.Text(t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); } - t7.push(A.Expanded$(A.ReorderableListView$(t2, new A.__DashboardSettingsState_build_closure6(_this, store), _null), 1)); + t7.push(A.Expanded$(A.ReorderableListView$(t3, new A.__DashboardSettingsState_build_closure6(_this, store), _null), 1)); t7.push(new A.AppButton(_null, _null, t1.get$addField().toUpperCase(), new A.__DashboardSettingsState_build_closure7(_this, context), _null, _null)); t7.push(new A.SizedBox(_null, 16, _null, _null)); - t2 = $.$get$LocalizationsProvider__localizedValues(); - t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s14_); + t3 = $.$get$LocalizationsProvider__localizedValues(); + t1 = J.$index$asx(t3.$index(0, t1.localeCode), _s14_); if (t1 == null) - t1 = J.$index$asx(t2.$index(0, "en"), _s14_); - t2 = A.getLayout(context) === B.AppLayout_mobile ? userCompanySettings.dashboardFieldsPerRowMobile : userCompanySettings.dashboardFieldsPerRowDesktop; - t3 = type$.legacy_int; - _list = J.JSArray_JSArray$allocateGrowable(8, t3); + t1 = J.$index$asx(t3.$index(0, "en"), _s14_); + t3 = A.getLayout(context) === B.AppLayout_mobile ? userCompanySettings.dashboardFieldsPerRowMobile : userCompanySettings.dashboardFieldsPerRowDesktop; + t4 = type$.legacy_int; + _list = J.JSArray_JSArray$allocateGrowable(8, t4); for (i = 0; i < 8; i = i0) { i0 = i + 1; _list[i] = i0; } - t5 = A._arrayInstanceType(_list)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); - t7.push(A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedListIterable(_list, new A.__DashboardSettingsState_build_closure8(), t5), true, t5._eval$1("ListIterable.E")), _null, t1, new A.__DashboardSettingsState_build_closure9(_this, context, store), _null, false, t2, t3)); - return A.AlertDialog$(t6, B.EdgeInsets_0_0_0_0, _null, A.Container$(_null, A.Column$(t7, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 300), B.EdgeInsets_24_20_24_24, _null, t4); + t6 = A._arrayInstanceType(_list)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); + t7.push(A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedListIterable(_list, new A.__DashboardSettingsState_build_closure8(), t6), true, t6._eval$1("ListIterable.E")), _null, t1, new A.__DashboardSettingsState_build_closure9(_this, context, store), _null, false, t3, t4)); + return A.AlertDialog$(t2, _null, _null, A.Container$(_null, A.Column$(t7, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 300), _null, _null, t5); } }; A.__DashboardSettingsState_build_closure.prototype = { @@ -417483,7 +429888,7 @@ this.viewModel.onTaxesChanged.call$1(value); this.$this.setState$1(new A.__DashboardSettingsState_build__closure8()); }, - $signature: 21 + $signature: 22 }; A.__DashboardSettingsState_build__closure8.prototype = { call$0() { @@ -417501,7 +429906,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.__DashboardSettingsState_build_closure2.prototype = { call$1(currencyId) { @@ -417517,7 +429922,7 @@ }; A.__DashboardSettingsState_build_closure3.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -417528,8 +429933,10 @@ t2 = this.state, t3 = t2.uiState.selectedCompanyIndex, user = t2.userCompanyStates._list[t3].userCompany.user.rebuild$1(new A.__DashboardSettingsState_build__closure6(t2)); - this.store.get$_dispatchers()[0].call$1(new A.SaveUserSettingsRequest(completer, user)); - A.Navigator_of(t1, false).pop$0(0); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveUserSettingsRequest(completer, user)); + A.Navigator_of(t1, false).pop$0(); }, $signature: 1 }; @@ -417543,14 +429950,15 @@ t1._company_model$_$v = t3; return b; }, - $signature: 73 + $signature: 74 }; A.__DashboardSettingsState_build_closure6.prototype = { call$2(oldIndex, newIndex) { var t2, t3, t4, fields, t1 = {}; t1.newIndex = newIndex; t2 = this.store; - t3 = A._lateReadCheck(t2.__Store__state, "_state"); + t3 = t2.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t4 = t3.userCompanyStates; t3 = t3.uiState.selectedCompanyIndex; fields = t4._list[t3].userCompany.settings.dashboardFields; @@ -417563,10 +429971,12 @@ if (oldIndex < t4) t1.newIndex = t4 - 1; t1 = fields.rebuild$1(new A.__DashboardSettingsState_build__closure2(t1, oldIndex, t3[oldIndex])); - t2.get$_dispatchers()[0].call$1(new A.UpdateDashboardFields(t1)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateDashboardFields(t1)); this.$this.setState$1(new A.__DashboardSettingsState_build__closure3()); }, - $signature: 121 + $signature: 130 }; A.__DashboardSettingsState_build__closure2.prototype = { call$1(b) { @@ -417580,7 +429990,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), t1, t2); return b; }, - $signature: 447 + $signature: 482 }; A.__DashboardSettingsState_build__closure3.prototype = { call$0() { @@ -417590,8 +430000,10 @@ A.__DashboardSettingsState_build_closure5.prototype = { call$0() { var _this = this, - t1 = _this.userCompanySettings.dashboardFields.rebuild$1(new A.__DashboardSettingsState_build__closure4(_this.dashboardField)); - _this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardFields(t1)); + t1 = _this.userCompanySettings.dashboardFields.rebuild$1(new A.__DashboardSettingsState_build__closure4(_this.dashboardField)), + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateDashboardFields(t1)); _this.$this.setState$1(new A.__DashboardSettingsState_build__closure5()); }, $signature: 1 @@ -417601,7 +430013,7 @@ B.JSArray_methods.remove$1(b.get$_safeList(), this.dashboardField); return b; }, - $signature: 447 + $signature: 482 }; A.__DashboardSettingsState_build__closure5.prototype = { call$0() { @@ -417631,13 +430043,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A.__DashboardSettingsState_build__closure0.prototype = { call$1(context) { return new A._DashboardField(null); }, - $signature: 2367 + $signature: 2408 }; A.__DashboardSettingsState_build__closure1.prototype = { call$0() { @@ -417646,11 +430058,15 @@ }; A.__DashboardSettingsState_build_closure9.prototype = { call$1(value) { - var t1 = this.store; - if (A.getLayout(this.context) === B.AppLayout_mobile) - t1.get$_dispatchers()[0].call$1(new A.UpdateDashboardFieldSettingss(value, null)); - else - t1.get$_dispatchers()[0].call$1(new A.UpdateDashboardFieldSettingss(null, value)); + var t1 = A.getLayout(this.context), + t2 = this.store.__Store__dispatchers_F; + if (t1 === B.AppLayout_mobile) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateDashboardFieldSettingss(value, null)); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateDashboardFieldSettingss(null, value)); + } this.$this.setState$1(new A.__DashboardSettingsState_build__closure()); }, $signature: 6 @@ -417665,7 +430081,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: 174 + $signature: 180 }; A._DashboardField.prototype = { createState$0() { @@ -417673,47 +430089,48 @@ } }; A._DashboardFieldState.prototype = { - build$1(_, context) { - var company, dashboardFields, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + build$1(context) { + var t4, company, dashboardFields, t5, t6, t7, t8, t9, t10, _this = this, _null = null, _s14_ = "current_period", _s15_ = "previous_period", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = type$.JSArray_legacy_DropdownMenuItem_legacy_String, items = A._setArrayType([], t2), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t3 = state.userCompanyStates, - t4 = state.uiState.selectedCompanyIndex; - t4 = t3._list[t4].userCompany; - company = t4.company; - dashboardFields = t4.settings.dashboardFields; - t4 = type$.JSArray_legacy_String; - A.LinkedHashMap_LinkedHashMap$_literal([B.EntityType_invoice, A._setArrayType(["total_active_invoices", "total_outstanding_invoices"], t4), B.EntityType_payment, A._setArrayType(["total_completed_payments", "total_refunded_payments"], t4), B.EntityType_quote, A._setArrayType(["total_active_quotes", "total_approved_quotes", "total_unapproved_quotes"], t4), B.EntityType_task, A._setArrayType(["total_logged_tasks", "total_invoiced_tasks", "total_paid_tasks"], t4), B.EntityType_expense, A._setArrayType(["total_logged_expenses", "total_pending_expenses", "total_invoiced_expenses", "total_invoice_paid_expenses"], t4)], type$.legacy_EntityType, type$.legacy_List_legacy_String).forEach$1(0, new A._DashboardFieldState_build_closure(company, items, t1)); - t4 = A.Text$(t1.get$addField(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = $.$get$LocalizationsProvider__localizedValues(); + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.userCompanyStates; + t3 = t3.uiState.selectedCompanyIndex; + t3 = t4._list[t3].userCompany; + company = t3.company; + dashboardFields = t3.settings.dashboardFields; + t3 = type$.JSArray_legacy_String; + A.LinkedHashMap_LinkedHashMap$_literal([B.EntityType_invoice, A._setArrayType(["total_active_invoices", "total_outstanding_invoices"], t3), B.EntityType_payment, A._setArrayType(["total_completed_payments", "total_refunded_payments"], t3), B.EntityType_quote, A._setArrayType(["total_active_quotes", "total_approved_quotes", "total_unapproved_quotes"], t3), B.EntityType_task, A._setArrayType(["total_logged_tasks", "total_invoiced_tasks", "total_paid_tasks"], t3), B.EntityType_expense, A._setArrayType(["total_logged_expenses", "total_pending_expenses", "total_invoiced_expenses", "total_invoice_paid_expenses"], t3)], type$.legacy_EntityType, type$.legacy_List_legacy_String).forEach$1(0, new A._DashboardFieldState_build_closure(company, items, t1)); + t3 = A.Text$(t1.get$addField(), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = $.$get$LocalizationsProvider__localizedValues(); t5 = t1.localeCode; - t6 = J.$index$asx(t3.$index(0, t5), "field"); + t6 = J.$index$asx(t4.$index(0, t5), "field"); if (t6 == null) - t6 = J.$index$asx(t3.$index(0, "en"), "field"); + t6 = J.$index$asx(t4.$index(0, "en"), "field"); t7 = type$.legacy_String; t6 = A.AppDropdownButton$(_null, "", true, items, _null, t6, new A._DashboardFieldState_build_closure0(_this), _null, false, _this._dashboard_panels$_field, t7); - t8 = J.$index$asx(t3.$index(0, t5), "period"); + t8 = J.$index$asx(t4.$index(0, t5), "period"); if (t8 == null) - t8 = J.$index$asx(t3.$index(0, "en"), "period"); + t8 = J.$index$asx(t4.$index(0, "en"), "period"); t9 = _this._dashboard_panels$_period; - t10 = J.$index$asx(t3.$index(0, t5), _s14_); + t10 = J.$index$asx(t4.$index(0, t5), _s14_); t10 = A.DropdownMenuItem$(A.Text$(t10 == null ? "" : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s14_, t7); - t5 = J.$index$asx(t3.$index(0, t5), _s15_); - t3 = type$.JSArray_legacy_Widget; - t7 = A.Column$(A._setArrayType([t6, A.AppDropdownButton$(_null, "", true, A._setArrayType([t10, A.DropdownMenuItem$(A.Text$(t5 == null ? "" : t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s15_, t7), A.DropdownMenuItem$(A.Text$(t1.get$total(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "total", t7)], t2), _null, t8, new A._DashboardFieldState_build_closure1(_this), _null, false, t9, t7)], t3), 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$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._DashboardFieldState_build_closure2(context), _null), A.TextButton$(false, A.Text$(t1.get$add(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._DashboardFieldState_build_closure3(_this, dashboardFields, context, store), _null)], t3), B.EdgeInsets_0_0_0_0, _null, t7, B.EdgeInsets_24_20_24_24, _null, t4); + t5 = J.$index$asx(t4.$index(0, t5), _s15_); + t4 = type$.JSArray_legacy_Widget; + t7 = A.Column$(A._setArrayType([t6, A.AppDropdownButton$(_null, "", true, A._setArrayType([t10, A.DropdownMenuItem$(A.Text$(t5 == null ? "" : t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s15_, t7), A.DropdownMenuItem$(A.Text$(t1.get$total(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "total", t7)], t2), _null, t8, new A._DashboardFieldState_build_closure1(_this), _null, false, t9, t7)], 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$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._DashboardFieldState_build_closure2(context), _null), A.TextButton$(false, A.Text$(t1.get$add(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._DashboardFieldState_build_closure3(_this, dashboardFields, context, store), _null)], t4), _null, _null, t7, _null, _null, t3); } }; A._DashboardFieldState_build_closure.prototype = { call$2(entityType, fields) { J.forEach$1$ax(fields, new A._DashboardFieldState_build__closure3(this.company, entityType, this.items, this.localization)); }, - $signature: 619 + $signature: 693 }; A._DashboardFieldState_build__closure3.prototype = { call$1(field) { @@ -417751,7 +430168,7 @@ }; A._DashboardFieldState_build_closure2.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -417765,12 +430182,14 @@ t3 = t2._list; t3 = new A.WhereIterable(t3, new A._DashboardFieldState_build__closure(t1), A._arrayInstanceType(t3)._eval$1("WhereIterable<1>")); if (!t3.get$isEmpty(t3)) { - A.Navigator_of(_this.context, false).pop$0(0); + A.Navigator_of(_this.context, false).pop$0(); return; } t1 = t2.rebuild$1(new A._DashboardFieldState_build__closure0(t1)); - _this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardFields(t1)); - A.Navigator_of(_this.context, false).pop$0(0); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateDashboardFields(t1)); + A.Navigator_of(_this.context, false).pop$0(); }, $signature: 1 }; @@ -417779,7 +430198,7 @@ var t1 = this.$this; return field.field === t1._dashboard_panels$_field && field.period === t1._dashboard_panels$_period; }, - $signature: 2369 + $signature: 2410 }; A._DashboardFieldState_build__closure0.prototype = { call$1(b) { @@ -417789,7 +430208,7 @@ B.JSArray_methods.add$1(b.get$_safeList(), t1); return b; }, - $signature: 447 + $signature: 482 }; A.DashboardScreen.prototype = { createState$0() { @@ -417809,7 +430228,7 @@ t3 = A.TabController$(null, 0, _this._tabs.length, _this); t3.addListener$1(0, _this.get$onTabListener()); _this._sideTabController = t3; - t3 = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + t3 = A.ScrollController$(0, true); t3.addListener$1(0, _this.get$onScrollListener()); _this._dashboard_screen$_scrollController = t3; if (A.cleanApiUrl(state.authState.url) !== "https://demo.invoiceninja.com") { @@ -417829,88 +430248,101 @@ }, onTabListener$0() { }, - dispose$0(_) { + dispose$0() { var t1, _this = this; - _this._mainTabController.dispose$0(0); + _this._mainTabController.dispose$0(); t1 = _this._sideTabController; t1.removeListener$1(0, _this.get$onTabListener()); - t1.dispose$0(0); + t1.dispose$0(); t1 = _this._dashboard_screen$_scrollController; t1.removeListener$1(0, _this.get$onScrollListener()); - t1.dispose$0(0); - _this.super$__DashboardScreenState_State_TickerProviderStateMixin$dispose(0); + t1.dispose$0(); + _this.super$__DashboardScreenState_State_TickerProviderStateMixin$dispose(); }, - build$1(_, context) { - var company, t6, leading, t7, t8, t9, t10, t11, mainScaffold, _this = this, _null = null, + build$1(context) { + var t4, t5, t6, company, t7, leading, t8, t9, t10, t11, t12, mainScaffold, _this = this, _null = null, _s16_ = "enable_react_app", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = type$.legacy_AppState, store = A.StoreProvider_of(context, t2), - state = A._lateReadCheck(store.__Store__state, "_state"), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - company = t3[t5].userCompany.company; + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t3.userCompanyStates; + t5 = t3.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + company = t4[t6].userCompany.company; if (A.getLayout(context) !== B.AppLayout_mobile) { - t6 = state.prefState; - t6 = t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float; - } else - t6 = true; - leading = t6 ? new A.Builder(new A._DashboardScreenState_build_closure(t1), _null) : _null; - if (A.getLayout(context) !== B.AppLayout_mobile) { - t6 = state.prefState; - t6 = t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float; - } else - t6 = true; - t6 = t6 ? new A.MenuDrawerBuilder(_null) : _null; - if (A.getLayout(context) !== B.AppLayout_mobile) { - t7 = state.prefState; - t7 = t7.appLayout === B.AppLayout_mobile || t7.historySidebarMode === B.AppSidebarMode_float; + t7 = t3.prefState; + t7 = t7.appLayout === B.AppLayout_mobile || t7.menuSidebarMode === B.AppSidebarMode_float; } else t7 = true; - t7 = t7 ? new A.HistoryDrawerBuilder(_null) : _null; - t8 = type$.JSArray_legacy_Widget; - t9 = A._setArrayType([], t8); + leading = t7 ? new A.Builder(new A._DashboardScreenState_build_closure(t1), _null) : _null; + if (A.getLayout(context) !== B.AppLayout_mobile) { + t7 = t3.prefState; + t7 = t7.appLayout === B.AppLayout_mobile || t7.menuSidebarMode === B.AppSidebarMode_float; + } else + t7 = true; + t7 = t7 ? new A.MenuDrawerBuilder(_null) : _null; + if (A.getLayout(context) !== B.AppLayout_mobile) { + t8 = t3.prefState; + t8 = t8.appLayout === B.AppLayout_mobile || t8.historySidebarMode === B.AppSidebarMode_float; + } else + t8 = true; + t8 = t8 ? new A.HistoryDrawerBuilder(_null) : _null; + t9 = type$.JSArray_legacy_Widget; + t10 = A._setArrayType([], t9); if (A.getLayout(context) === B.AppLayout_desktop) - t9.push(A.Expanded$(new A.Padding(B.EdgeInsets_0_0_16_0, A.TabBar$(_this._mainTabController, _null, true, _null, _null, A._setArrayType([A.Tab$(_null, t1.get$overview()), A.Tab$(_null, t1.get$activity()), A.Tab$(_null, t1.get$systemLogs())], t8)), _null), 3)); - t10 = t4.filterClearedAt; - t11 = A._setArrayType([], type$.JSArray_legacy_String); - t9.push(A.Expanded$(new A.ListFilter(B.EntityType_dashboard, t4.filter, new A._DashboardScreenState_build_closure0(store), t11, _null, _null, _null, new A.ValueKey("__cleared_at_" + t10 + "__", type$.ValueKey_legacy_String)), 2)); - t9 = A.Row$(t9, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); - t10 = A._setArrayType([], t8); - if (t3[t5].userCompany.isOwner && !state.get$isHosted() && A.cleanApiUrl(state.authState.url) !== "https://demo.invoiceninja.com" && !A._lateReadCheck(A.StoreProvider_of(context, t2).__Store__state, "_state").get$isPaidAccount() && !A.isApple()) { - t2 = state.prefState.enableTooltips ? t1.get$upgrade() : _null; - t10.push(new A.Padding(B.EdgeInsets_0_0_10_0, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57494_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build_closure1(), B.EdgeInsets_8_8_8_8, _null, t2, _null), _null)); + t10.push(A.Expanded$(new A.Padding(B.EdgeInsets_0_0_16_0, A.TabBar$(_this._mainTabController, _null, true, _null, _null, A._setArrayType([A.Tab$(_null, t1.get$overview()), A.Tab$(_null, t1.get$activity()), A.Tab$(_null, t1.get$systemLogs())], t9)), _null), 3)); + t11 = t5.filterClearedAt; + t12 = A._setArrayType([], type$.JSArray_legacy_String); + t10.push(A.Expanded$(new A.ListFilter(B.EntityType_dashboard, t5.filter, new A._DashboardScreenState_build_closure0(store), t12, _null, _null, _null, new A.ValueKey("__cleared_at_" + t11 + "__", type$.ValueKey_legacy_String)), 2)); + t10 = A.Row$(t10, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t11 = A._setArrayType([], t9); + if (t4[t6].userCompany.isOwner) + if (!t3.get$isHosted()) + if (A.cleanApiUrl(t3.authState.url) !== "https://demo.invoiceninja.com") { + t2 = A.StoreProvider_of(context, t2).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = !t2.get$isPaidAccount() && !A.isApple(); + } else + t2 = false; + else + t2 = false; + else + t2 = false; + if (t2) { + t2 = t3.prefState.enableTooltips ? t1.get$upgrade() : _null; + t11.push(new A.Padding(B.EdgeInsets_0_0_10_0, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57494_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build_closure1(), B.EdgeInsets_8_8_8_8, _null, t2, _null), _null)); } t1.toString; t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = J.$index$asx(t2.$index(0, t1.localeCode), _s16_); - t2 = t3 == null ? J.$index$asx(t2.$index(0, "en"), _s16_) : t3; - t10.push(new A.Padding(B.EdgeInsets_0_0_10_0, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_agj, _null, _null), _null, new A._DashboardScreenState_build_closure2(state, store, context), B.EdgeInsets_8_8_8_8, _null, t2, _null), _null)); - if (A.getLayout(context) === B.AppLayout_mobile || !state.prefState.isHistoryVisible) - t10.push(new A.Builder(new A._DashboardScreenState_build_closure3(state, t1, store), _null)); + t4 = J.$index$asx(t2.$index(0, t1.localeCode), _s16_); + t2 = t4 == null ? J.$index$asx(t2.$index(0, "en"), _s16_) : t4; + t11.push(new A.Padding(B.EdgeInsets_0_0_10_0, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_agj, _null, _null), _null, new A._DashboardScreenState_build_closure2(t3, store, context), B.EdgeInsets_8_8_8_8, _null, t2, _null), _null)); + if (A.getLayout(context) === B.AppLayout_mobile || !t3.prefState.isHistoryVisible) + t11.push(new A.Builder(new A._DashboardScreenState_build_closure3(t3, t1, store), _null)); if (A.getLayout(context) === B.AppLayout_mobile) { t2 = _this._mainTabController; t3 = A.getLayout(context); - t5 = A._setArrayType([A.Tab$(_null, t1.get$overview()), A.Tab$(_null, t1.get$activity()), A.Tab$(_null, t1.get$systemLogs())], t8); + t4 = A._setArrayType([A.Tab$(_null, t1.get$overview()), A.Tab$(_null, t1.get$activity()), A.Tab$(_null, t1.get$systemLogs())], t9); if (A.getLayout(context) === B.AppLayout_mobile && company.isModuleEnabled$1(B.EntityType_invoice)) - t5.push(A.Tab$(_null, t1.get$invoices())); + t4.push(A.Tab$(_null, t1.get$invoices())); if (A.getLayout(context) === B.AppLayout_mobile && company.isModuleEnabled$1(B.EntityType_payment)) - t5.push(A.Tab$(_null, t1.get$payments())); + t4.push(A.Tab$(_null, t1.get$payments())); if (A.getLayout(context) === B.AppLayout_mobile && company.isModuleEnabled$1(B.EntityType_quote)) - t5.push(A.Tab$(_null, t1.get$quotes(t1))); + t4.push(A.Tab$(_null, t1.get$quotes(t1))); if (A.getLayout(context) === B.AppLayout_mobile && company.isModuleEnabled$1(B.EntityType_task)) - t5.push(A.Tab$(_null, t1.get$tasks())); + t4.push(A.Tab$(_null, t1.get$tasks())); if (A.getLayout(context) === B.AppLayout_mobile && company.isModuleEnabled$1(B.EntityType_expense)) - t5.push(A.Tab$(_null, t1.get$expense())); - t1 = A.TabBar$(t2, _null, t3 === B.AppLayout_mobile, _null, _null, t5); + t4.push(A.Tab$(_null, t1.get$expense())); + t1 = A.TabBar$(t2, _null, t3 === B.AppLayout_mobile, _null, _null, t4); } else t1 = _null; - mainScaffold = A.Scaffold$(A.AppBar$(t10, _null, false, _null, _null, t1, 1, _null, false, _null, false, _null, _null, _null, leading, _null, true, _null, _null, _null, _null, _null, _null, t9, _null, _null, _null, 1, _null), _null, new A._CustomTabBarView(_this._widget.viewModel, _this._mainTabController, _this._sideTabController, _this._dashboard_screen$_scrollController, _null), _null, t6, t7, _null, _null); + mainScaffold = A.Scaffold$(A.AppBar$(t11, _null, false, _null, _null, t1, 1, _null, false, _null, false, _null, _null, _null, leading, _null, true, _null, _null, _null, _null, _null, _null, t10, _null, _null, _null, 1, _null), _null, new A._CustomTabBarView(_this._widget.viewModel, _this._mainTabController, _this._sideTabController, _this._dashboard_screen$_scrollController, _null), _null, t7, t8, _null, _null); if (A.getLayout(context) === B.AppLayout_desktop) { - t1 = A._setArrayType([new A.Flexible(3, B.FlexFit_1, mainScaffold, _null)], t8); - if (t4.dashboardUIState.showSidebar) + t1 = A._setArrayType([new A.Flexible(3, B.FlexFit_1, mainScaffold, _null)], t9); + if (t5.dashboardUIState.showSidebar) t1.push(new A.Flexible(2, B.FlexFit_1, new A.AppBorder(new A.SidebarScaffold(_this._sideTabController, _null), _null, _null, true, false, _null), _null)); t1 = A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } else @@ -417923,7 +430355,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 222 + $signature: 209 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -417931,7 +430363,7 @@ t1.toString; A.showDialog(null, false, new A._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); }, - $signature: 36 + $signature: 37 }; A._DashboardScreenState_initState__closure.prototype = { call$1(context) { @@ -417939,15 +430371,15 @@ t2 = t1.uiState.selectedCompanyIndex; return new A.SettingsWizard(t1.userCompanyStates._list[t2].userCompany.user, null); }, - $signature: 2370 + $signature: 2411 }; A._DashboardScreenState_build_closure.prototype = { call$1(context) { var _null = null, t1 = this.localization.get$menuSidebar(); - return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure3(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure3(context), B.EdgeInsets_8_8_8_8, _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: 301 + $signature: 307 }; A._DashboardScreenState_build__closure3.prototype = { call$0() { @@ -417957,7 +430389,9 @@ }; A._DashboardScreenState_build_closure0.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterCompany(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterCompany(value)); }, $signature: 9 }; @@ -417965,7 +430399,7 @@ call$0() { return A.launchUrl(A.Uri_parse(string$.https_a_, 0, null)); }, - $signature: 26 + $signature: 28 }; A._DashboardScreenState_build_closure2.prototype = { call$0() { @@ -417989,10 +430423,12 @@ A.ArgumentError_checkNotNull(t2, "other"); t1._account_model$_$v = t2; new A._DashboardScreenState_build__closure0().call$1(t1); - account = t1.build$0(0); + account = t1.build$0(); data = $.$get$serializers().serializeWith$2($.$get$_$accountEntitySerializer(), account); t1 = $async$self.store; - t1.get$_dispatchers()[0].call$1(new A.StartSaving()); + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.StartSaving()); new A.WebClient().put$3$data(0, credentials.url + "/accounts/" + account.id, credentials.token, B.C_JsonCodec.encode$1(data)).then$1$1(0, new A._DashboardScreenState_build__closure1(t1), type$.Null).catchError$1(new A._DashboardScreenState_build__closure2(t1, $async$self.context)); // implicit return return A._asyncReturn(null, $async$completer); @@ -418000,25 +430436,29 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._DashboardScreenState_build__closure0.prototype = { call$1(b) { b.get$_account_model$_$this()._setReactAsDefaultAP = true; return b; }, - $signature: 2371 + $signature: 2412 }; A._DashboardScreenState_build__closure1.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); window.location.reload(); }, $signature: 6 }; A._DashboardScreenState_build__closure2.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, this.context, error); }, $signature: 3 @@ -418034,7 +430474,7 @@ t2 = _null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, 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: 400 + $signature: 466 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -418049,7 +430489,9 @@ A.Scaffold_of(t1).openEndDrawer$0(); else { t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); } }, $signature: 1 @@ -418077,10 +430519,10 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; A._CustomTabBarView.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.viewModel, t2 = t1.state, @@ -418115,7 +430557,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, new A._CustomTabBarView_build__closure(entity), false, _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: 618 + $signature: 694 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -418127,19 +430569,19 @@ call$0() { return this.$this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._CustomTabBarView_build_closure1.prototype = { call$0() { return this.$this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._CustomTabBarView_build_closure2.prototype = { call$0() { return this.$this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__DashboardScreenState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -418147,17 +430589,17 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.DashboardScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DashboardScreenBuilder_build_closure(), A.dashboard_screen_vm_DashboardVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DashboardVM); } @@ -418171,17 +430613,21 @@ return new A.ConfirmEmailBuilder(null); return new A.DashboardScreen(viewModel, new A.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === B.AppLayout_desktop) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2373 + $signature: 2414 }; A.DashboardVM.prototype = {}; A.DashboardVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -418194,63 +430640,78 @@ }; A.DashboardVM_fromStore_closure0.prototype = { call$1(settings) { - var _null = null; - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(settings, _null, _null, _null, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSettings(settings, _null, _null, _null, _null)); }, - $signature: 2374 + $signature: 2415 }; A.DashboardVM_fromStore_closure4.prototype = { call$1(value) { - var _null = null; - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, value, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, value, _null)); }, $signature: 11 }; A.DashboardVM_fromStore_closure5.prototype = { call$1(value) { - var _null = null; - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, _null, value)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, _null, value)); }, $signature: 5 }; A.DashboardVM_fromStore_closure1.prototype = { call$2(entityType, entityIds) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); }, - $signature: 619 + $signature: 693 }; A.DashboardVM_fromStore_closure2.prototype = { call$1(offset) { - var _null = null; - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); }, - $signature: 167 + $signature: 173 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(currencyId) { - var _null = null; - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(_null, _null, currencyId, _null, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, currencyId, _null, _null)); }, $signature: 5 }; A.DashboardVM_fromStore_closure6.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSidebar(true)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSidebar(true)); }, $signature: 10 }; A.SidebarScaffold.prototype = { - build$1(_, context) { - var t4, _null = null, + build$1(context) { + var t3, company, t4, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - company = t2._list[t3].userCompany.company; - t3 = this.tabController; - t2 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([], t2); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + company = t3._list[t2].userCompany.company; + t2 = this.tabController; + t3 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([], t3); if (company.isModuleEnabled$1(B.EntityType_invoice)) t4.push(A.Tab$(_null, t1.get$invoices())); if (company.isModuleEnabled$1(B.EntityType_payment)) @@ -418261,98 +430722,102 @@ t4.push(A.Tab$(_null, t1.get$tasks())); if (company.isModuleEnabled$1(B.EntityType_expense)) t4.push(A.Tab$(_null, t1.get$expenses())); - t1 = A.AppBar$(_null, _null, false, _null, _null, _null, 1, _null, _null, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, A.Row$(A._setArrayType([A.Expanded$(A.TabBar$(t3, _null, true, _null, _null, t4), 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A.SidebarScaffold_build_closure(store), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, _null, _null, 1, _null); - t2 = A._setArrayType([], t2); + t1 = A.AppBar$(_null, _null, false, _null, _null, _null, 1, _null, _null, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, A.Row$(A._setArrayType([A.Expanded$(A.TabBar$(t2, _null, true, _null, _null, t4), 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A.SidebarScaffold_build_closure(store), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, _null, _null, 1, _null); + t3 = A._setArrayType([], t3); if (company.isModuleEnabled$1(B.EntityType_invoice)) - t2.push(new A.InvoiceSidebar(_null)); + t3.push(new A.InvoiceSidebar(_null)); if (company.isModuleEnabled$1(B.EntityType_payment)) - t2.push(new A.PaymentSidebar(_null)); + t3.push(new A.PaymentSidebar(_null)); if (company.isModuleEnabled$1(B.EntityType_quote)) - t2.push(new A.QuoteSidebar(_null)); + t3.push(new A.QuoteSidebar(_null)); if (company.isModuleEnabled$1(B.EntityType_task)) - t2.push(new A.TaskSidebar(_null)); + t3.push(new A.TaskSidebar(_null)); if (company.isModuleEnabled$1(B.EntityType_expense)) - t2.push(new A.ExpenseSidbar(_null)); - return A.Scaffold$(t1, _null, A.TabBarView$(t2, t3, _null), _null, _null, _null, _null, _null); + t3.push(new A.ExpenseSidbar(_null)); + return A.Scaffold$(t1, _null, A.TabBarView$(t3, t2, _null), _null, _null, _null, _null, _null); } }; A.SidebarScaffold_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSidebar(false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateDashboardSidebar(false)); }, $signature: 10 }; A.InvoiceSidebar.prototype = { - build$1(_, context) { - var t6, upcomingInvoices, pastDueInvoices, selectedIds, t7, t8, t9, _null = null, + build$1(context) { + var t3, t4, t5, t6, t7, upcomingInvoices, pastDueInvoices, selectedIds, t8, t9, t10, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = $.$get$memoizedUpcomingInvoices(), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - upcomingInvoices = t2.call$2(t6.invoiceState.map, t6.clientState.map); - t6 = $.$get$memoizedPastDueInvoices(); - t5 = t3[t5]; - pastDueInvoices = t6.call$2(t5.invoiceState.map, t5.clientState.map); - selectedIds = t4.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_invoice); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = $.$get$memoizedUpcomingInvoices(); + t4 = t2.userCompanyStates; + t5 = t2.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + upcomingInvoices = t3.call$2(t7.invoiceState.map, t7.clientState.map); + t7 = $.$get$memoizedPastDueInvoices(); + t6 = t4[t6]; + pastDueInvoices = t7.call$2(t6.invoiceState.map, t6.clientState.map); + selectedIds = t5.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_invoice); t1.toString; - t4 = $.$get$LocalizationsProvider__localizedValues(); + t5 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t5 = J.$index$asx(t4.$index(0, t1), "upcoming_invoices"); - t2 = t5 == null ? "" : t5; - t3 = J.getInterceptor$asx(upcomingInvoices); - t5 = t3.get$isNotEmpty(upcomingInvoices) ? " (" + A.S(t3.get$length(upcomingInvoices)) + ")" : ""; - t3 = t3.get$isEmpty(upcomingInvoices) ? _null : new A.ScrollableListViewBuilder(new A.InvoiceSidebar_build_closure(upcomingInvoices), new A.InvoiceSidebar_build_closure0(), t3.get$length(upcomingInvoices), _null, _null, _null); - t6 = J.$index$asx(t4.$index(0, t1), "past_due_invoices"); - if (t6 == null) - t6 = ""; - t7 = J.getInterceptor$asx(pastDueInvoices); - t8 = t7.get$isNotEmpty(pastDueInvoices) ? " (" + A.S(t7.get$length(pastDueInvoices)) + ")" : ""; - t7 = t7.get$isEmpty(pastDueInvoices) ? _null : new A.ScrollableListViewBuilder(new A.InvoiceSidebar_build_closure1(pastDueInvoices), new A.InvoiceSidebar_build_closure2(), t7.get$length(pastDueInvoices), _null, _null, _null); - t9 = selectedIds == null; - if (J.get$isEmpty$asx(t9 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t6 = J.$index$asx(t5.$index(0, t1), "upcoming_invoices"); + t3 = t6 == null ? "" : t6; + t4 = J.getInterceptor$asx(upcomingInvoices); + t6 = t4.get$isNotEmpty(upcomingInvoices) ? " (" + A.S(t4.get$length(upcomingInvoices)) + ")" : ""; + t4 = t4.get$isEmpty(upcomingInvoices) ? _null : new A.ScrollableListViewBuilder(new A.InvoiceSidebar_build_closure(upcomingInvoices), new A.InvoiceSidebar_build_closure0(), t4.get$length(upcomingInvoices), _null, _null, _null); + t7 = J.$index$asx(t5.$index(0, t1), "past_due_invoices"); + if (t7 == null) + t7 = ""; + t8 = J.getInterceptor$asx(pastDueInvoices); + t9 = t8.get$isNotEmpty(pastDueInvoices) ? " (" + A.S(t8.get$length(pastDueInvoices)) + ")" : ""; + t8 = t8.get$isEmpty(pastDueInvoices) ? _null : new A.ScrollableListViewBuilder(new A.InvoiceSidebar_build_closure1(pastDueInvoices), new A.InvoiceSidebar_build_closure2(), t8.get$length(pastDueInvoices), _null, _null, _null); + t10 = selectedIds == null; + if (J.get$isEmpty$asx(t10 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) t1 = _null; else { - t1 = J.$index$asx(t4.$index(0, t1), "selected_invoices"); + t1 = J.$index$asx(t5.$index(0, t1), "selected_invoices"); if (t1 == null) t1 = ""; t1 += " (" + selectedIds._list.length + ")"; } - if (J.get$isEmpty$asx(t9 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) - t4 = _null; + if (J.get$isEmpty$asx(t10 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t2 = _null; else { - t4 = t9 ? _null : selectedIds._list.length; - t4 = new A.ScrollableListViewBuilder(new A.InvoiceSidebar_build_closure3(state, selectedIds), new A.InvoiceSidebar_build_closure4(), t4, _null, _null, _null); + t5 = t10 ? _null : selectedIds._list.length; + t5 = new A.ScrollableListViewBuilder(new A.InvoiceSidebar_build_closure3(t2, selectedIds), new A.InvoiceSidebar_build_closure4(), t5, _null, _null, _null); + t2 = t5; } - return A._DashboardSidebar$(B.EntityType_invoice, t2 + t5, t6 + t8, t1, t3, t7, t4); + return A._DashboardSidebar$(B.EntityType_invoice, t3 + t6, t7 + t9, t1, t4, t8, t2); } }; A.InvoiceSidebar_build_closure.prototype = { call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.upcomingInvoices, index), null, false, null); }, - $signature: 448 + $signature: 483 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.pastDueInvoices, index), null, false, null); }, - $signature: 448 + $signature: 483 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -418364,63 +430829,65 @@ invoice = t2._map$_map.$index(0, t1); return invoice == null ? new A.SizedBox(_null, _null, _null, _null) : new A.InvoiceListItem(invoice, _null, false, _null); }, - $signature: 137 + $signature: 135 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.PaymentSidebar.prototype = { - build$1(_, context) { - var recentPayments, selectedIds, t6, _null = null, + build$1(context) { + var t3, t4, t5, t6, recentPayments, selectedIds, t7, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = $.$get$memoizedRecentPayments(), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t5 = t3._list[t5]; - recentPayments = t2.call$2(t5.paymentState.map, t5.clientState.map); - selectedIds = t4.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_payment); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = $.$get$memoizedRecentPayments(); + t4 = t2.userCompanyStates; + t5 = t2.uiState; + t6 = t5.selectedCompanyIndex; + t6 = t4._list[t6]; + recentPayments = t3.call$2(t6.paymentState.map, t6.clientState.map); + selectedIds = t5.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_payment); t1.toString; - t4 = $.$get$LocalizationsProvider__localizedValues(); + t5 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t5 = J.$index$asx(t4.$index(0, t1), "recent_payments"); - t2 = t5 == null ? "" : t5; - t3 = J.getInterceptor$asx(recentPayments); - t5 = t3.get$isNotEmpty(recentPayments) ? " (" + A.S(t3.get$length(recentPayments)) + ")" : ""; - t3 = t3.get$isEmpty(recentPayments) ? _null : new A.ScrollableListViewBuilder(new A.PaymentSidebar_build_closure(recentPayments), new A.PaymentSidebar_build_closure0(), t3.get$length(recentPayments), _null, _null, _null); - t6 = selectedIds == null; - if (J.get$isEmpty$asx(t6 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t6 = J.$index$asx(t5.$index(0, t1), "recent_payments"); + t3 = t6 == null ? "" : t6; + t4 = J.getInterceptor$asx(recentPayments); + t6 = t4.get$isNotEmpty(recentPayments) ? " (" + A.S(t4.get$length(recentPayments)) + ")" : ""; + t4 = t4.get$isEmpty(recentPayments) ? _null : new A.ScrollableListViewBuilder(new A.PaymentSidebar_build_closure(recentPayments), new A.PaymentSidebar_build_closure0(), t4.get$length(recentPayments), _null, _null, _null); + t7 = selectedIds == null; + if (J.get$isEmpty$asx(t7 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) t1 = _null; else { - t1 = J.$index$asx(t4.$index(0, t1), "selected_payments"); + t1 = J.$index$asx(t5.$index(0, t1), "selected_payments"); if (t1 == null) t1 = ""; t1 += " (" + selectedIds._list.length + ")"; } - if (J.get$isEmpty$asx(t6 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) - t4 = _null; + if (J.get$isEmpty$asx(t7 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t2 = _null; else { - t4 = t6 ? _null : selectedIds._list.length; - t4 = new A.ScrollableListViewBuilder(new A.PaymentSidebar_build_closure1(state, selectedIds), new A.PaymentSidebar_build_closure2(), t4, _null, _null, _null); + t5 = t7 ? _null : selectedIds._list.length; + t5 = new A.ScrollableListViewBuilder(new A.PaymentSidebar_build_closure1(t2, selectedIds), new A.PaymentSidebar_build_closure2(), t5, _null, _null, _null); + t2 = t5; } - return A._DashboardSidebar$(B.EntityType_payment, t2 + t5, _null, t1, t3, _null, t4); + return A._DashboardSidebar$(B.EntityType_payment, t3 + t6, _null, t1, t4, _null, t2); } }; A.PaymentSidebar_build_closure.prototype = { call$2(context, index) { return new A.PaymentListItem(J.$index$asx(this.recentPayments, index), null, false, null); }, - $signature: 617 + $signature: 696 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -418432,85 +430899,87 @@ payment = t2._map$_map.$index(0, t1); return payment == null ? new A.SizedBox(_null, _null, _null, _null) : new A.PaymentListItem(payment, _null, false, _null); }, - $signature: 137 + $signature: 135 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.QuoteSidebar.prototype = { - build$1(_, context) { - var t6, upcomingQuotes, expriedQuotes, selectedIds, t7, t8, t9, _null = null, + build$1(context) { + var t3, t4, t5, t6, t7, upcomingQuotes, expriedQuotes, selectedIds, t8, t9, t10, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = $.$get$memoizedUpcomingQuotes(), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - upcomingQuotes = t2.call$2(t6.quoteState.map, t6.clientState.map); - t6 = $.$get$memoizedExpiredQuotes(); - t5 = t3[t5]; - expriedQuotes = t6.call$2(t5.quoteState.map, t5.clientState.map); - selectedIds = t4.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_quote); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = $.$get$memoizedUpcomingQuotes(); + t4 = t2.userCompanyStates; + t5 = t2.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + upcomingQuotes = t3.call$2(t7.quoteState.map, t7.clientState.map); + t7 = $.$get$memoizedExpiredQuotes(); + t6 = t4[t6]; + expriedQuotes = t7.call$2(t6.quoteState.map, t6.clientState.map); + selectedIds = t5.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_quote); t1.toString; - t4 = $.$get$LocalizationsProvider__localizedValues(); + t5 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t5 = J.$index$asx(t4.$index(0, t1), "upcoming_quotes"); - t2 = t5 == null ? "" : t5; - t3 = J.getInterceptor$asx(upcomingQuotes); - t5 = t3.get$isNotEmpty(upcomingQuotes) ? " (" + A.S(t3.get$length(upcomingQuotes)) + ")" : ""; - t3 = t3.get$isEmpty(upcomingQuotes) ? _null : new A.ScrollableListViewBuilder(new A.QuoteSidebar_build_closure(upcomingQuotes), new A.QuoteSidebar_build_closure0(), t3.get$length(upcomingQuotes), _null, _null, _null); - t6 = J.$index$asx(t4.$index(0, t1), "expired_quotes"); - if (t6 == null) - t6 = ""; - t7 = J.getInterceptor$asx(expriedQuotes); - t8 = t7.get$isNotEmpty(expriedQuotes) ? " (" + A.S(t7.get$length(expriedQuotes)) + ")" : ""; - t7 = t7.get$isEmpty(expriedQuotes) ? _null : new A.ScrollableListViewBuilder(new A.QuoteSidebar_build_closure1(expriedQuotes), new A.QuoteSidebar_build_closure2(), t7.get$length(expriedQuotes), _null, _null, _null); - t9 = selectedIds == null; - if (J.get$isEmpty$asx(t9 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t6 = J.$index$asx(t5.$index(0, t1), "upcoming_quotes"); + t3 = t6 == null ? "" : t6; + t4 = J.getInterceptor$asx(upcomingQuotes); + t6 = t4.get$isNotEmpty(upcomingQuotes) ? " (" + A.S(t4.get$length(upcomingQuotes)) + ")" : ""; + t4 = t4.get$isEmpty(upcomingQuotes) ? _null : new A.ScrollableListViewBuilder(new A.QuoteSidebar_build_closure(upcomingQuotes), new A.QuoteSidebar_build_closure0(), t4.get$length(upcomingQuotes), _null, _null, _null); + t7 = J.$index$asx(t5.$index(0, t1), "expired_quotes"); + if (t7 == null) + t7 = ""; + t8 = J.getInterceptor$asx(expriedQuotes); + t9 = t8.get$isNotEmpty(expriedQuotes) ? " (" + A.S(t8.get$length(expriedQuotes)) + ")" : ""; + t8 = t8.get$isEmpty(expriedQuotes) ? _null : new A.ScrollableListViewBuilder(new A.QuoteSidebar_build_closure1(expriedQuotes), new A.QuoteSidebar_build_closure2(), t8.get$length(expriedQuotes), _null, _null, _null); + t10 = selectedIds == null; + if (J.get$isEmpty$asx(t10 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) t1 = _null; else { - t1 = J.$index$asx(t4.$index(0, t1), "selected_quotes"); + t1 = J.$index$asx(t5.$index(0, t1), "selected_quotes"); if (t1 == null) t1 = ""; t1 += " (" + selectedIds._list.length + ")"; } - if (J.get$isEmpty$asx(t9 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) - t4 = _null; + if (J.get$isEmpty$asx(t10 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t2 = _null; else { - t4 = t9 ? _null : selectedIds._list.length; - t4 = new A.ScrollableListViewBuilder(new A.QuoteSidebar_build_closure3(state, selectedIds), new A.QuoteSidebar_build_closure4(), t4, _null, _null, _null); + t5 = t10 ? _null : selectedIds._list.length; + t5 = new A.ScrollableListViewBuilder(new A.QuoteSidebar_build_closure3(t2, selectedIds), new A.QuoteSidebar_build_closure4(), t5, _null, _null, _null); + t2 = t5; } - return A._DashboardSidebar$(B.EntityType_quote, t2 + t5, t6 + t8, t1, t3, t7, t4); + return A._DashboardSidebar$(B.EntityType_quote, t3 + t6, t7 + t9, t1, t4, t8, t2); } }; A.QuoteSidebar_build_closure.prototype = { call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.upcomingQuotes, index), null, false, null); }, - $signature: 449 + $signature: 484 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.expriedQuotes, index), null, false, null); }, - $signature: 449 + $signature: 484 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -418522,85 +430991,87 @@ 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: 137 + $signature: 135 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.TaskSidebar.prototype = { - build$1(_, context) { - var t6, runningTasks, recentTasks, selectedIds, t7, t8, t9, _null = null, + build$1(context) { + var t3, t4, t5, t6, t7, runningTasks, recentTasks, selectedIds, t8, t9, t10, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = $.$get$memoizedRunningTasks(), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t3 = t3._list; - t6 = t3[t5]; - runningTasks = t2.call$2(t6.taskState.map, t6.clientState.map); - t6 = $.$get$memoizedRecentTasks(); - t5 = t3[t5]; - recentTasks = t6.call$2(t5.taskState.map, t5.clientState.map); - selectedIds = t4.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_task); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = $.$get$memoizedRunningTasks(); + t4 = t2.userCompanyStates; + t5 = t2.uiState; + t6 = t5.selectedCompanyIndex; + t4 = t4._list; + t7 = t4[t6]; + runningTasks = t3.call$2(t7.taskState.map, t7.clientState.map); + t7 = $.$get$memoizedRecentTasks(); + t6 = t4[t6]; + recentTasks = t7.call$2(t6.taskState.map, t6.clientState.map); + selectedIds = t5.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_task); t1.toString; - t4 = $.$get$LocalizationsProvider__localizedValues(); + t5 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t5 = J.$index$asx(t4.$index(0, t1), "running_tasks"); - t2 = t5 == null ? "" : t5; - t3 = J.getInterceptor$asx(runningTasks); - t5 = t3.get$isNotEmpty(runningTasks) ? " (" + A.S(t3.get$length(runningTasks)) + ")" : ""; - t3 = t3.get$isEmpty(runningTasks) ? _null : new A.ScrollableListViewBuilder(new A.TaskSidebar_build_closure(runningTasks), new A.TaskSidebar_build_closure0(), t3.get$length(runningTasks), _null, _null, _null); - t6 = J.$index$asx(t4.$index(0, t1), "recent_tasks"); - if (t6 == null) - t6 = ""; - t7 = J.getInterceptor$asx(recentTasks); - t8 = t7.get$isNotEmpty(recentTasks) ? " (" + A.S(t7.get$length(recentTasks)) + ")" : ""; - t7 = t7.get$isEmpty(recentTasks) ? _null : new A.ScrollableListViewBuilder(new A.TaskSidebar_build_closure1(recentTasks), new A.TaskSidebar_build_closure2(), t7.get$length(recentTasks), _null, _null, _null); - t9 = selectedIds == null; - if (J.get$isEmpty$asx(t9 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t6 = J.$index$asx(t5.$index(0, t1), "running_tasks"); + t3 = t6 == null ? "" : t6; + t4 = J.getInterceptor$asx(runningTasks); + t6 = t4.get$isNotEmpty(runningTasks) ? " (" + A.S(t4.get$length(runningTasks)) + ")" : ""; + t4 = t4.get$isEmpty(runningTasks) ? _null : new A.ScrollableListViewBuilder(new A.TaskSidebar_build_closure(runningTasks), new A.TaskSidebar_build_closure0(), t4.get$length(runningTasks), _null, _null, _null); + t7 = J.$index$asx(t5.$index(0, t1), "recent_tasks"); + if (t7 == null) + t7 = ""; + t8 = J.getInterceptor$asx(recentTasks); + t9 = t8.get$isNotEmpty(recentTasks) ? " (" + A.S(t8.get$length(recentTasks)) + ")" : ""; + t8 = t8.get$isEmpty(recentTasks) ? _null : new A.ScrollableListViewBuilder(new A.TaskSidebar_build_closure1(recentTasks), new A.TaskSidebar_build_closure2(), t8.get$length(recentTasks), _null, _null, _null); + t10 = selectedIds == null; + if (J.get$isEmpty$asx(t10 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) t1 = _null; else { - t1 = J.$index$asx(t4.$index(0, t1), "selected_tasks"); + t1 = J.$index$asx(t5.$index(0, t1), "selected_tasks"); if (t1 == null) t1 = ""; t1 += " (" + selectedIds._list.length + ")"; } - if (J.get$isEmpty$asx(t9 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) - t4 = _null; + if (J.get$isEmpty$asx(t10 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t2 = _null; else { - t4 = t9 ? _null : selectedIds._list.length; - t4 = new A.ScrollableListViewBuilder(new A.TaskSidebar_build_closure3(state, selectedIds), new A.TaskSidebar_build_closure4(), t4, _null, _null, _null); + t5 = t10 ? _null : selectedIds._list.length; + t5 = new A.ScrollableListViewBuilder(new A.TaskSidebar_build_closure3(t2, selectedIds), new A.TaskSidebar_build_closure4(), t5, _null, _null, _null); + t2 = t5; } - return A._DashboardSidebar$(B.EntityType_quote, t2 + t5, t6 + t8, t1, t3, t7, t4); + return A._DashboardSidebar$(B.EntityType_quote, t3 + t6, t7 + t9, t1, t4, t8, t2); } }; A.TaskSidebar_build_closure.prototype = { call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.runningTasks, index)); }, - $signature: 368 + $signature: 352 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; 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: 368 + $signature: 352 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -418612,63 +431083,65 @@ 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: 137 + $signature: 135 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.ExpenseSidbar.prototype = { - build$1(_, context) { - var recentExpenses, selectedIds, t6, _null = null, + build$1(context) { + var t3, t4, t5, t6, recentExpenses, selectedIds, t7, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = $.$get$memoizedRecentExpenses(), - t3 = state.userCompanyStates, - t4 = state.uiState, - t5 = t4.selectedCompanyIndex; - t5 = t3._list[t5]; - recentExpenses = t2.call$2(t5.expenseState.map, t5.clientState.map); - selectedIds = t4.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_expense); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = $.$get$memoizedRecentExpenses(); + t4 = t2.userCompanyStates; + t5 = t2.uiState; + t6 = t5.selectedCompanyIndex; + t6 = t4._list[t6]; + recentExpenses = t3.call$2(t6.expenseState.map, t6.clientState.map); + selectedIds = t5.dashboardUIState.selectedEntities._map$_map.$index(0, B.EntityType_expense); t1.toString; - t4 = $.$get$LocalizationsProvider__localizedValues(); + t5 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t5 = J.$index$asx(t4.$index(0, t1), "recent_expenses"); - t2 = t5 == null ? "" : t5; - t3 = J.getInterceptor$asx(recentExpenses); - t5 = t3.get$isNotEmpty(recentExpenses) ? " (" + A.S(t3.get$length(recentExpenses)) + ")" : ""; - t3 = t3.get$isEmpty(recentExpenses) ? _null : new A.ScrollableListViewBuilder(new A.ExpenseSidbar_build_closure(recentExpenses), new A.ExpenseSidbar_build_closure0(), t3.get$length(recentExpenses), _null, _null, _null); - t6 = selectedIds == null; - if (J.get$isEmpty$asx(t6 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t6 = J.$index$asx(t5.$index(0, t1), "recent_expenses"); + t3 = t6 == null ? "" : t6; + t4 = J.getInterceptor$asx(recentExpenses); + t6 = t4.get$isNotEmpty(recentExpenses) ? " (" + A.S(t4.get$length(recentExpenses)) + ")" : ""; + t4 = t4.get$isEmpty(recentExpenses) ? _null : new A.ScrollableListViewBuilder(new A.ExpenseSidbar_build_closure(recentExpenses), new A.ExpenseSidbar_build_closure0(), t4.get$length(recentExpenses), _null, _null, _null); + t7 = selectedIds == null; + if (J.get$isEmpty$asx(t7 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) t1 = _null; else { - t1 = J.$index$asx(t4.$index(0, t1), "selected_expenses"); + t1 = J.$index$asx(t5.$index(0, t1), "selected_expenses"); if (t1 == null) t1 = ""; t1 += " (" + selectedIds._list.length + ")"; } - if (J.get$isEmpty$asx(t6 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) - t4 = _null; + if (J.get$isEmpty$asx(t7 ? A._setArrayType([], type$.JSArray_legacy_String) : selectedIds)) + t2 = _null; else { - t4 = t6 ? _null : selectedIds._list.length; - t4 = new A.ScrollableListViewBuilder(new A.ExpenseSidbar_build_closure1(state, selectedIds), new A.ExpenseSidbar_build_closure2(), t4, _null, _null, _null); + t5 = t7 ? _null : selectedIds._list.length; + t5 = new A.ScrollableListViewBuilder(new A.ExpenseSidbar_build_closure1(t2, selectedIds), new A.ExpenseSidbar_build_closure2(), t5, _null, _null, _null); + t2 = t5; } - return A._DashboardSidebar$(B.EntityType_expense, t2 + t5, _null, t1, t3, _null, t4); + return A._DashboardSidebar$(B.EntityType_expense, t3 + t6, _null, t1, t4, _null, t2); } }; A.ExpenseSidbar_build_closure.prototype = { call$2(context, index) { return A.ExpenseListItem$(J.$index$asx(this.recentExpenses, index), null, false, true, null, null, false); }, - $signature: 451 + $signature: 486 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -418680,16 +431153,16 @@ 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); }, - $signature: 137 + $signature: 135 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A._DashboardSidebar.prototype = { - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), textTheme = A.Theme_of(context).textTheme, @@ -418700,13 +431173,13 @@ t3 = A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Text$(_this.label1, _null, _null, _null, _null, _null, t4, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_16_16_16, _null, _null, 1 / 0), B.Clip_0, t3, 4, _null, _null, _null, _null, _null, B.MaterialType_0); t5 = _this.list1; t6 = type$.JSArray_legacy_Widget; - t5 = A._setArrayType([t3, A.Expanded$(t5 == null ? new A.HelpText(t1.get$noRecordsFound(), _null) : A.ClipRRect$(B.BorderRadius_tLn, t5), 1)], t6); + t5 = A._setArrayType([t3, A.Expanded$(t5 == null ? new A.HelpText(t1.get$noRecordsFound(), _null) : A.ClipRRect$(B.BorderRadius_tLn, t5, B.Clip_2), 1)], t6); t3 = _this.label2; if (t3 != null) { t7 = A.Theme_of(context).scaffoldBackgroundColor; t7 = A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Text$(t3, _null, _null, _null, _null, _null, t4, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_16_16_16, _null, _null, 1 / 0), B.Clip_0, t7, 4, _null, _null, _null, _null, _null, B.MaterialType_0); t3 = _this.list2; - B.JSArray_methods.addAll$1(t5, A._setArrayType([t7, A.Expanded$(t3 == null ? new A.HelpText(t1.get$noRecordsFound(), _null) : A.ClipRRect$(B.BorderRadius_tLn, t3), 1)], t6)); + B.JSArray_methods.addAll$1(t5, A._setArrayType([t7, A.Expanded$(t3 == null ? new A.HelpText(t1.get$noRecordsFound(), _null) : A.ClipRRect$(B.BorderRadius_tLn, t3, B.Clip_2), 1)], t6)); } t1 = _this.label3; t3 = t1 == null; @@ -418715,41 +431188,44 @@ t9 = A.Theme_of(context).scaffoldBackgroundColor; t1 = A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t3 ? "" : t1, _null, _null, _null, _null, _null, t4, _null, _null, _null), 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._DashboardSidebar_build_closure(_this, store), B.EdgeInsets_8_8_8_8, _null, _null, B.VisualDensity_m2_m2)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 1 / 0), B.Clip_0, t9, 4, _null, _null, _null, _null, _null, B.MaterialType_0); t4 = _this.list3; - t5.push(A.AnimatedContainer$(_null, A.Column$(A._setArrayType([t1, A.Expanded$(A.ClipRRect$(B.BorderRadius_tLn, t4 == null ? new A.SizedBox(_null, _null, _null, _null) : t4), 1)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, B.Cubic_oKc, _null, t8, t7, _null, _null, _null, _null)); + t5.push(A.AnimatedContainer$(_null, A.Column$(A._setArrayType([t1, A.Expanded$(A.ClipRRect$(B.BorderRadius_tLn, t4 == null ? new A.SizedBox(_null, _null, _null, _null) : t4, B.Clip_2), 1)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, B.Cubic_oKc, _null, t8, t7, _null, _null, _null, _null)); return A.Container$(_null, A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); } }; A._DashboardSidebar_build_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSelection(this.$this.entityType, null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateDashboardSelection(this.$this.entityType, null)); }, $signature: 1 }; A.DashboardSystemLogs.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.state, t2 = t1.uiState.selectedCompanyIndex; return new A.SystemLogViewer(t1.userCompanyStates._list[t2].userCompany.company.systemLogs, null); } }; A.DesignListItem.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - t1 = uiState.designUIState.listUIState.selectedIds, - t2 = _this.filter, - filterMatch = t2 != null && t2.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.design.name], type$.JSArray_legacy_String), t2) : _null; - t2 = state.userCompanyStates; + build$1(context) { + var uiState, t2, t3, filterMatch, t4, t5, t6, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + t2 = uiState.designUIState.listUIState.selectedIds; + t3 = _this.filter; + filterMatch = t3 != null && t3.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.design.name], type$.JSArray_legacy_String), t3) : _null; + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.design; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.DesignListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t3 = t1._list[t3].userCompany; + t1 = _this.design; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.DesignListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t4 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t5 = type$.JSArray_legacy_Widget; - t4 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4.size._dx); + t4 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4.size._dx); t6 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.DesignListItem_build_closure0(_this), new A.DesignListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t6, new A.EntityStateLabel(t2, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t4, _null, _null), false, true, true, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.DesignListItem_build_closure0(_this), new A.DesignListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t6, new A.EntityStateLabel(t1, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t4, _null, _null), false, true, true, _null); }, get$design() { return this.design; @@ -418776,7 +431252,7 @@ $signature: 11 }; A.DesignListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DesignListBuilder_build_closure(), A.design_list_vm_DesignListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DesignListVM); } @@ -418789,7 +431265,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_design, new A.DesignListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, t4); }, - $signature: 2380 + $signature: 2421 }; A.DesignListBuilder_build__closure.prototype = { call$2(context, index) { @@ -418805,17 +431281,21 @@ t2 = false; return new A.DesignListItem(design, t1.filter, t2, null); }, - $signature: 2381 + $signature: 2422 }; A.DesignListVM.prototype = {}; A.DesignListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -418828,106 +431308,143 @@ }; A.DesignListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortDesigns(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortDesigns(field)); }, $signature: 5 }; A.DesignListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearDesignMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearDesignMultiselect()); }, $signature: 10 }; A.DesignScreen.prototype = { - build$1(_, context) { - var t4, t5, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.designUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.designList; - t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_design, false, B.List_empty18, 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_empty19, _null); - t3 = state.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, state), t3.get$newDesign()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_design, t2, new A.DesignScreen_build_closure7(store), t4, _null, _null, new A.DesignScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.DesignListBuilder(_null), t5, B.EntityType_design, t3, 0, "invoice_design", new A.DesignScreen_build_closure9(store), new A.DesignScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.designUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.designList; + t3 = t3.filter; + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_design, false, B.List_empty19, 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_empty20, _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, _null, B.EntityType_design, t1, 0, "invoice_design", new A.DesignScreen_build_closure9(store), _null, new A.DesignScreen_build_closure10(store)); } }; A.DesignScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartDesignMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartDesignMultiselect()); }, $signature: 10 }; A.DesignScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterDesigns(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterDesigns(value)); }, $signature: 9 }; A.DesignScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterDesignsByState(state)); }, $signature: 27 }; A.DesignScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.designUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearDesignMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartDesignMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.designUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearDesignMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartDesignMultiselect()); + } }, $signature: 1 }; A.DesignScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortDesigns(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortDesigns(value)); }, $signature: 9 }; A.DesignScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterDesignsByState(state)); }, $signature: 27 }; A.DesignScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.designUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearDesignMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartDesignMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.designUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearDesignMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartDesignMultiselect()); + } }, $signature: 1 }; A.DesignScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDesignsByCustom1(value)); }, $signature: 5 }; A.DesignScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDesignsByCustom2(value)); }, $signature: 5 }; A.DesignScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDesignsByCustom3(value)); }, $signature: 5 }; A.DesignScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDesignsByCustom4(value)); }, $signature: 5 }; @@ -418941,7 +431458,7 @@ $signature: 1 }; A.DesignScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DesignScreenBuilder_build_closure(), A.design_screen_vm_DesignScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DesignScreenVM); } @@ -418950,7 +431467,7 @@ call$2(context, vm) { return new A.DesignScreen(vm, null); }, - $signature: 2382 + $signature: 2423 }; A.DesignScreenVM.prototype = {}; A.DesignEdit.prototype = { @@ -418996,17 +431513,17 @@ _this._loadPreview$2(t1, design); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; - _this._design_edit$_focusNode.dispose$0(0); - _this._tabController.dispose$0(0); + _this._design_edit$_focusNode.dispose$0(); + _this._tabController.dispose$0(); t1 = _this._htmlController; t1.removeListener$1(0, _this.get$_onHtmlChanged()); t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; t1 = _this._design_edit$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A._DesignEditState_dispose_closure(_this)); - _this.super$__DesignEditState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__DesignEditState_State_SingleTickerProviderStateMixin$dispose(); }, _design_edit$_onChanged$1$debounce(debounce) { var t1, _this = this, @@ -419077,7 +431594,7 @@ t1.toString; _this._loadPreview$2(t1, _this._widget.viewModel.design); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _null = null, viewModel = _this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -419125,13 +431642,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._DesignEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._DesignEditState_dispose_closure.prototype = { call$1(controller) { @@ -419139,7 +431656,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._DesignEditState__onChanged_closure.prototype = { call$1(b) { @@ -419157,7 +431674,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: 457 + $signature: 409 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -419189,13 +431706,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._DesignEditState__loadDesign_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._DesignEditState__loadPreview_closure.prototype = { call$0() { @@ -419226,7 +431743,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 614 + $signature: 702 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -419259,7 +431776,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -419273,19 +431790,21 @@ call$1(value) { return this.$this._setDraftMode$1(value); }, - $signature: 41 + $signature: 43 }; A._DesignEditState_build_closure1.prototype = { call$1(value) { return this.$this._setDraftMode$1(value); }, - $signature: 41 + $signature: 43 }; A.DesignSection.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, - t1 = this.textController; - return A.SingleChildScrollView$(A.Card$(new A.Padding(B.EdgeInsets_10_0_10_0, A.Actions$(A.LinkedHashMap_LinkedHashMap$_literal([B.Type_InsertTabIntent_EKj, new A.InsertTabAction(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.legacy_Type, type$.legacy_Action_legacy_Intent), new A.Shortcuts(A.LinkedHashMap_LinkedHashMap$_literal([A.LogicalKeySet$(B.LogicalKeyboardKey_4294967305), new A.InsertTabIntent(4, t1)], type$.legacy_ShortcutActivator, type$.legacy_Intent), A.TextField$(false, B.List_empty0, true, _null, t1, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_sqK, _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, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_legacy_FontFeature), _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_3, _null, B.TextInputAction_12, _null), _null, _null)), _null), _null, _null, _null, _null, true, _null), _null, B.DragStartBehavior_1, B.EdgeInsets_14_14_14_14, _null, _null, false, B.Axis_1); + t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_InsertTabIntent_EKj, new A.InsertTabAction(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.legacy_Type, type$.legacy_Action_legacy_Intent), + t2 = this.textController, + t3 = A.LinkedHashMap_LinkedHashMap$_literal([A.LogicalKeySet$(B.LogicalKeyboardKey_4294967305), new A.InsertTabIntent(4, t2)], type$.legacy_ShortcutActivator, type$.legacy_Intent); + return A.SingleChildScrollView$(A.Card$(new A.Padding(B.EdgeInsets_10_0_10_0, A.Actions$(t1, A.Shortcuts$(A.TextField$(false, B.List_empty1, true, _null, t2, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_Kz0, _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, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_legacy_FontFeature), _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_30, _null, B.TextInputAction_12, _null), _null, t3)), _null), _null, _null, _null, _null, true, _null), _null, B.DragStartBehavior_1, B.EdgeInsets_14_14_14_14, _null, _null, _null, false, B.Axis_1); } }; A.DesignSettings.prototype = { @@ -419313,7 +431832,7 @@ _this._selectedDesign = designMap._map$_map.$index(0, t1); } }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, _s9_ = "html_mode", _s14_ = "html_mode_help", @@ -419342,7 +431861,10 @@ t2 = $.$get$LocalizationsProvider__localizedValues(); t6 = J.$index$asx(t2.$index(0, t6), _s20_); t2 = t6 == null ? J.$index$asx(t2.$index(0, "en"), _s20_) : t6; - t1.push(A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_30_16_30_0, A.Text$(t2, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), A.FormCard$(A.Actions$(A.LinkedHashMap_LinkedHashMap$_literal([B.Type_InsertTabIntent_EKj, new A.InsertTabAction(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.legacy_Type, type$.legacy_Action_legacy_Intent), new A.Shortcuts(A.LinkedHashMap_LinkedHashMap$_literal([A.LogicalKeySet$(B.LogicalKeyboardKey_4294967305), new A.InsertTabIntent(4, _this._widget.htmlController)], type$.legacy_ShortcutActivator, type$.legacy_Intent), A.TextField$(true, B.List_empty0, false, _null, _this._widget.htmlController, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_sqK, _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, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_legacy_FontFeature), _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_3, _null, B.TextInputAction_12, _null), _null, _null)), _null, _null, _null, false, _null, false, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)); + t2 = A.Text$(t2, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); + t3 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_InsertTabIntent_EKj, new A.InsertTabAction(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.legacy_Type, type$.legacy_Action_legacy_Intent); + t4 = A.LinkedHashMap_LinkedHashMap$_literal([A.LogicalKeySet$(B.LogicalKeyboardKey_4294967305), new A.InsertTabIntent(4, _this._widget.htmlController)], type$.legacy_ShortcutActivator, type$.legacy_Intent); + t1.push(A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_30_16_30_0, t2, _null), A.FormCard$(A.Actions$(t3, A.Shortcuts$(A.TextField$(true, B.List_empty1, false, _null, _this._widget.htmlController, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_Kz0, _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, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_legacy_FontFeature), _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_30, _null, B.TextInputAction_12, _null), _null, t4)), _null, _null, _null, false, _null, false, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)); } else t1.push(new A.VariablesHelp(false, false, _null)); return new A.ScrollableListView(t1, _null, _null, _null); @@ -419354,13 +431876,13 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 154 + $signature: 159 }; A._DesignSettingsState_build_closure0.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/docs/custom-fields", 0, null)); }, - $signature: 26 + $signature: 28 }; A.PdfDesignPreview.prototype = { createState$0() { @@ -419383,7 +431905,7 @@ return; A.WebUtils_registerWebView(this.get$_pdfString()); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = type$.JSArray_legacy_Widget, t2 = A._setArrayType([], t1); @@ -419397,7 +431919,7 @@ } }; A.HtmlDesignPreview.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = type$.JSArray_legacy_Widget, t2 = A._setArrayType([new A.AppWebView(this.html, _null)], t1); @@ -419430,13 +431952,13 @@ } }; A.__DesignEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -419445,7 +431967,7 @@ } }; A.DesignEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DesignEditScreen_build_closure(), new A.DesignEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DesignEditVM); } @@ -419454,13 +431976,13 @@ call$1(store) { return A.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2388 + $signature: 2429 }; A.DesignEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DesignEdit(viewModel, null); }, - $signature: 2389 + $signature: 2430 }; A.DesignEditVM.prototype = { get$design() { @@ -419472,16 +431994,20 @@ }; A.DesignEditVM_DesignEditVM$fromStore_closure.prototype = { call$1(design) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateDesign(design)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateDesign(design)); }, - $signature: 154 + $signature: 159 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.DesignEntity_DesignEntity(_null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -419498,17 +432024,21 @@ }; A.DesignEditVM_DesignEditVM$fromStore__closure.prototype = { call$0() { - var completer, + var design, t3, completer, t1 = this.store, - design = A._lateReadCheck(t1.__Store__state, "_state").uiState.designUIState.editing, - t2 = this.context, - t3 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + design = t2.uiState.designUIState.editing; + t2 = this.context; + t3 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t3.toString; t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t3.localeCode), "saved_design"); if (t3 == null) t3 = ""; completer = A.snackBarCompleter(t2, t3, false, type$.legacy_DesignEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveDesignRequest(completer, design)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveDesignRequest(completer, design)); }, $signature: 1 }; @@ -419518,7 +432048,7 @@ } }; A._DesignViewState.prototype = { - build$1(_, context) { + build$1(context) { var count, t5, t6, t7, _this = this, _null = null, viewModel = _this._widget.viewModel, state = viewModel.state, @@ -419566,7 +432096,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 69 + $signature: 72 }; A._DesignViewState_build_closure0.prototype = { call$1(invoice) { @@ -419580,7 +432110,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 69 + $signature: 72 }; A._DesignViewState_build_closure2.prototype = { call$1(quote) { @@ -419594,7 +432124,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].creditState.map._map$_map.$index(0, creditId); }, - $signature: 69 + $signature: 72 }; A._DesignViewState_build_closure4.prototype = { call$1(credit) { @@ -419608,7 +432138,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].recurringInvoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 69 + $signature: 72 }; A._DesignViewState_build_closure6.prototype = { call$1(invoice) { @@ -419623,7 +432153,7 @@ $signature: 10 }; A.DesignViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DesignViewScreen_build_closure(this), new A.DesignViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DesignViewVM); } @@ -419632,13 +432162,13 @@ call$1(store) { return A.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2390 + $signature: 2431 }; A.DesignViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2391 + $signature: 2432 }; A.DesignViewVM.prototype = { get$design() { @@ -419650,17 +432180,21 @@ }; A.DesignViewVM_DesignViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/custom_designs")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/custom_designs")); }, $signature: 1 }; A.DocumentListItem.prototype = { - build$1(_, context) { - var t2, t3, t4, t5, t6, t7, _this = this, _null = null, - uiState = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").uiState, - documentUIState = uiState.documentUIState, - t1 = _this.filter, - filterMatch = t1 != null && t1.length !== 0 ? _this.document.matchesFilterValue$1(t1) : _null; + build$1(context) { + var uiState, documentUIState, filterMatch, t2, t3, t4, t5, t6, t7, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + documentUIState = uiState.documentUIState; + t1 = _this.filter; + filterMatch = t1 != null && t1.length !== 0 ? _this.document.matchesFilterValue$1(t1) : _null; t1 = documentUIState.listUIState.selectedIds; t2 = _this.document; t3 = t2.id; @@ -419697,7 +432231,7 @@ $signature: 11 }; A.DocumentListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DocumentListBuilder_build_closure(), A.document_list_vm_DocumentListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DocumentListVM); } @@ -419708,7 +432242,7 @@ t2 = viewModel.state; return A.EntityList$(viewModel.documentList, B.EntityType_document, new A.DocumentListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2392 + $signature: 2433 }; A.DocumentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -419727,17 +432261,21 @@ t2 = false; return new A.DocumentListItem(t4, t2, $document, t1.filter, null); }, - $signature: 2393 + $signature: 2434 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -419750,107 +432288,144 @@ }; A.DocumentListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortDocuments(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortDocuments(field)); }, $signature: 5 }; A.DocumentListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearDocumentMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearDocumentMultiselect()); }, $signature: 10 }; A.DocumentScreen.prototype = { - build$1(_, context) { - var t4, t5, t6, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.documentUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.documentList; - t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_document, false, B.List_empty18, 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_empty19, _null); - t6 = state.prefState; - t3 = (t6.appLayout === B.AppLayout_mobile || t6.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), t3.get$newDocument()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_document, t2, new A.DocumentScreen_build_closure7(store), t4, _null, _null, new A.DocumentScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.DocumentListBuilder(_null), t5, B.EntityType_document, t3, 0, _null, new A.DocumentScreen_build_closure9(store), new A.DocumentScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.documentUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.documentList; + t3 = t3.filter; + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_document, false, B.List_empty19, 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_empty20, _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, _null, B.EntityType_document, t1, 0, _null, new A.DocumentScreen_build_closure9(store), _null, new A.DocumentScreen_build_closure10(store)); } }; A.DocumentScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartDocumentMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartDocumentMultiselect()); }, $signature: 10 }; A.DocumentScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterDocuments(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterDocuments(value)); }, $signature: 9 }; A.DocumentScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterDocumentsByState(state)); }, $signature: 27 }; A.DocumentScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.documentUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearDocumentMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartDocumentMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.documentUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearDocumentMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartDocumentMultiselect()); + } }, $signature: 1 }; A.DocumentScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortDocuments(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortDocuments(value)); }, $signature: 5 }; A.DocumentScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDocumentsByCustom1(value)); }, $signature: 5 }; A.DocumentScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDocumentsByCustom2(value)); }, $signature: 5 }; A.DocumentScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDocumentsByCustom3(value)); }, $signature: 5 }; A.DocumentScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterDocumentsByCustom4(value)); }, $signature: 5 }; A.DocumentScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterDocumentsByState(state)); }, $signature: 27 }; A.DocumentScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.documentUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearDocumentMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartDocumentMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.documentUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearDocumentMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartDocumentMultiselect()); + } }, $signature: 1 }; @@ -419861,7 +432436,7 @@ $signature: 1 }; A.DocumentScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DocumentScreenBuilder_build_closure(), A.document_screen_vm_DocumentScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DocumentScreenVM); } @@ -419870,7 +432445,7 @@ call$2(context, vm) { return new A.DocumentScreen(vm, null); }, - $signature: 2394 + $signature: 2435 }; A.DocumentScreenVM.prototype = {}; A.DocumentEdit.prototype = { @@ -419887,9 +432462,9 @@ B.JSArray_methods.forEach$1(_this._document_edit$_controllers, new A._DocumentEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._document_edit$_controllers, new A._DocumentEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _document_edit$_onChanged$0() { var _this = this, @@ -419897,7 +432472,7 @@ if (!$document.$eq(0, _this._widget.viewModel.document)) _this._document_edit$_debouncer.run$1(new A._DocumentEditState__onChanged_closure0(_this, $document)); }, - build$1(_, context) { + build$1(context) { var _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -419917,13 +432492,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._DocumentEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._DocumentEditState_dispose_closure.prototype = { call$1(controller) { @@ -419931,13 +432506,13 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._DocumentEditState__onChanged_closure.prototype = { call$1(b) { return b; }, - $signature: 741 + $signature: 568 }; A._DocumentEditState__onChanged_closure0.prototype = { call$0() { @@ -419959,10 +432534,10 @@ t1 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([], t1), _null, _null, false, _null, false, _null)], t1), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A.DocumentEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DocumentEditScreen_build_closure(), new A.DocumentEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DocumentEditVM); } @@ -419971,13 +432546,13 @@ call$1(store) { return A.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2396 + $signature: 2437 }; A.DocumentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DocumentEdit(viewModel, new A.ValueKey(viewModel.document.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2397 + $signature: 2438 }; A.DocumentEditVM.prototype = { get$document(receiver) { @@ -419989,9 +432564,11 @@ }; A.DocumentEditVM_DocumentEditVM$fromStore_closure.prototype = { call$1($document) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateDocument($document)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateDocument($document)); }, - $signature: 50 + $signature: 51 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -420004,13 +432581,13 @@ } }; A._DocumentViewState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return new A.ViewScaffold(false, this._widget.viewModel.document, A.FormCard$(_null, A._setArrayType([], type$.JSArray_legacy_Widget), _null, _null, false, _null, false, _null), _null, _null, _null); } }; A.DocumentViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DocumentViewScreen_build_closure(this), new A.DocumentViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DocumentViewVM); } @@ -420019,13 +432596,13 @@ call$1(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2398 + $signature: 2439 }; A.DocumentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DocumentView(vm, false, null); }, - $signature: 2399 + $signature: 2440 }; A.DocumentViewVM.prototype = { get$document(receiver) { @@ -420045,9 +432622,9 @@ this.super$State$initState(); this._expense_edit$_controller = A.TabController$(null, 0, 3, this); }, - dispose$0(_) { - this._expense_edit$_controller.dispose$0(0); - this.super$__ExpenseEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._expense_edit$_controller.dispose$0(); + this.super$__ExpenseEditState_State_SingleTickerProviderStateMixin$dispose(); }, _expense_edit$_onSavePressed$2(context, action) { $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ExpenseEditState__onSavePressed_closure(this, context, action)); @@ -420055,7 +432632,7 @@ _expense_edit$_onSavePressed$1(context) { return this._expense_edit$_onSavePressed$2(context, null); }, - build$1(_, context) { + build$1(context) { var client, prefState, isFullscreen, t4, t5, t6, footer, t7, t8, t9, t10, t11, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -420109,12 +432686,12 @@ t2 = A._setArrayType([], t2); if (A.getLayout(context) === B.AppLayout_desktop) { t1 = isFullscreen ? t1.get$sidebarEditor() : t1.get$fullscreenEditor(); - t2.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(isFullscreen ? B.IconData_57695_MaterialIcons_null_true : B.IconData_57694_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._ExpenseEditState_build_closure(store), _null, _null, _null, _null, _null, _null), t1)); + t2.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(isFullscreen ? B.IconData_57695_MaterialIcons_null_true : B.IconData_57694_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._ExpenseEditState_build_closure(store), _null, _null, _null, _null, _null, _null, _null), t1)); } t1 = A.getLayout(context); t8 = expense.number; t8 = t8.length === 0 ? footer : t8 + " \u2022 " + footer; - t2.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_0_0_0, new A.Align(B.Alignment_m1_0, _null, _null, A.Text$(t8, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, prefState.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null), _null, _null, t1 === B.AppLayout_desktop, false, _null)); + t2.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_0_0_0, new A.Align(B.Alignment_m1_0, _null, _null, A.Text$(t8, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, prefState.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null), _null, _null, t1 === B.AppLayout_desktop, false, _null)); return A.EditScaffold$(t3, t5, t6, A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t2, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), t7, 0, new A.CircularNotchedRectangle()), expense, _null, isFullscreen, new A._ExpenseEditState_build_closure0(_this), new A._ExpenseEditState_build_closure1(viewModel), new A._ExpenseEditState_build_closure2(_this), _null, t4); } }; @@ -420124,40 +432701,42 @@ return; this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 36 + $signature: 37 }; A._ExpenseEditState_build_closure1.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { return this.$this._expense_edit$_onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._ExpenseEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._expense_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._ExpenseEditState_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_expense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_expense)); }, $signature: 10 }; A.__ExpenseEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -420166,11 +432745,11 @@ } }; A.ExpenseEditDesktop.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.viewModel, t2 = type$.JSArray_legacy_Widget; - return new A.ScrollableListView(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ExpenseEditDetails(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ExpenseEditNotes(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ExpenseEditSettings(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2), _null, _null, _null); + return new A.ScrollableListView(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ExpenseEditDetails(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ExpenseEditNotes(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.ExpenseEditSettings(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2), _null, _null, _null); } }; A.ExpenseEditDetails.prototype = { @@ -420204,10 +432783,10 @@ (t6 && B.JSArray_methods).forEach$1(t6, new A.ExpenseEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._expense_edit_details$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.ExpenseEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _expense_edit_details$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -420216,89 +432795,90 @@ if (!J.$eq$(expense, t1)) this._expense_edit_details$_debouncer.run$1(new A.ExpenseEditDetailsState__onChanged_closure0(viewModel, expense)); }, - build$1(_, context) { - var company, t4, staticState, t5, vendorState, clientState, isFullscreen, amountField, t6, t7, t8, t9, t10, t11, t12, t13, _list, i, _this = this, _null = null, + build$1(context) { + var viewModel, expense, t3, t4, company, t5, staticState, t6, vendorState, clientState, isFullscreen, amountField, t7, t8, t9, t10, t11, t12, t13, _list, i, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - viewModel = _this._widget.viewModel, - expense = viewModel.expense, - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - company = t2[t3].userCompany.company; - t4 = viewModel.state; - staticState = t4.staticState; - t5 = t4.userCompanyStates; - t4 = t4.uiState.selectedCompanyIndex; - t4 = t5._list[t4]; - vendorState = t4.vendorState; - clientState = t4.clientState; - isFullscreen = state.prefState.isEditorFullScreen$1(B.EntityType_expense); - t4 = t1.get$amount(); - t5 = viewModel.onSavePressed; - amountField = A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_details$_amountController, _null, true, _null, _null, _null, _null, true, false, _null, new A.TextInputType(2, true, true), t4, _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null); - t4 = isFullscreen ? B.EdgeInsets_12_12_6_0 : _null; - t6 = type$.JSArray_legacy_Widget; - t7 = A._setArrayType([], t6); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + viewModel = _this._widget.viewModel; + expense = viewModel.expense; + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + company = t3[t4].userCompany.company; + t5 = viewModel.state; + staticState = t5.staticState; + t6 = t5.userCompanyStates; + t5 = t5.uiState.selectedCompanyIndex; + t5 = t6._list[t5]; + vendorState = t5.vendorState; + clientState = t5.clientState; + isFullscreen = t2.prefState.isEditorFullScreen$1(B.EntityType_expense); + t5 = t1.get$amount(); + t6 = viewModel.onSavePressed; + amountField = A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_details$_amountController, _null, true, _null, _null, _null, _null, true, false, _null, new A.TextInputType(2, true, true), t5, _null, _null, false, _null, _null, t6, true, _null, _null, B.TextAlign_4, _null); + t5 = isFullscreen ? B.EdgeInsets_12_12_6_0 : _null; + t7 = type$.JSArray_legacy_Widget; + t8 = A._setArrayType([], t7); if (!expense.get$isNew()) { - t8 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "expense_number"); - if (t8 == null) - t8 = ""; - t7.push(A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_details$_numberController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t8, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)); + t9 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "expense_number"); + if (t9 == null) + t9 = ""; + t8.push(A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_details$_numberController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t9, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)); } - t8 = t1.get$vendor(t1); - t9 = $.$get$memoizedDropdownVendorList(); - t10 = vendorState.map; - t11 = vendorState.list; - t12 = t2[t3].userState.map; - t13 = state.staticState; - t7.push(A.EntityDropdown$(true, false, true, expense.vendorId, t9.call$4(t10, t11, t12, t13), _null, B.EntityType_vendor, B.List_empty0, t8, new A.ExpenseEditDetailsState_build_closure(viewModel, context), new A.ExpenseEditDetailsState_build_closure0(store), new A.ExpenseEditDetailsState_build_closure1(viewModel, expense), _null, _null, _null)); - t8 = expense.invoiceId; - if (!(t8 != null && t8.length !== 0)) { - t8 = t1.get$client(t1); - t9 = expense.clientId; - B.JSArray_methods.addAll$1(t7, A._setArrayType([A.EntityDropdown$(true, false, false, t9, $.$get$memoizedDropdownClientList().call$4(clientState.map, clientState.list, t2[t3].userState.map, t13), _null, B.EntityType_client, B.List_empty0, t8, new A.ExpenseEditDetailsState_build_closure2(viewModel, context), _null, new A.ExpenseEditDetailsState_build_closure3(company, viewModel, expense), _null, _null, _null), new A.ProjectPicker(expense.projectId, t9, new A.ExpenseEditDetailsState_build_closure4(store, viewModel, expense), _null, new A.ValueKey("__project_" + A.S(t9) + "__", type$.ValueKey_String))], t6)); + t9 = t1.get$vendor(t1); + t10 = $.$get$memoizedDropdownVendorList(); + t11 = vendorState.map; + t12 = vendorState.list; + t13 = t3[t4].userState.map; + t2 = t2.staticState; + t8.push(A.EntityDropdown$(true, false, true, expense.vendorId, t10.call$4(t11, t12, t13, t2), _null, B.EntityType_vendor, B.List_empty1, t9, new A.ExpenseEditDetailsState_build_closure(viewModel, context), new A.ExpenseEditDetailsState_build_closure0(store), new A.ExpenseEditDetailsState_build_closure1(viewModel, expense), _null, _null, _null)); + t9 = expense.invoiceId; + if (!(t9 != null && t9.length !== 0)) { + t9 = t1.get$client(t1); + t10 = expense.clientId; + B.JSArray_methods.addAll$1(t8, A._setArrayType([A.EntityDropdown$(true, false, false, t10, $.$get$memoizedDropdownClientList().call$4(clientState.map, clientState.list, t3[t4].userState.map, t2), _null, B.EntityType_client, B.List_empty1, t9, new A.ExpenseEditDetailsState_build_closure2(viewModel, context), _null, new A.ExpenseEditDetailsState_build_closure3(company, viewModel, expense), _null, _null, _null), new A.ProjectPicker(expense.projectId, t10, new A.ExpenseEditDetailsState_build_closure4(store, viewModel, expense), _null, new A.ValueKey("__project_" + A.S(t10) + "__", type$.ValueKey_String))], t7)); } - t8 = t1.get$category(); + t2 = t1.get$category(); t9 = $.$get$memoizedDropdownExpenseCategoriesList(); - t3 = t2[t3].expenseCategoryState; - t7.push(A.EntityDropdown$(true, false, false, expense.categoryId, t9.call$2(t3.map, t3.list), _null, B.EntityType_expenseCategory, B.List_empty0, t8, _null, new A.ExpenseEditDetailsState_build_closure5(store), new A.ExpenseEditDetailsState_build_closure6(viewModel, expense), _null, _null, _null)); - t7.push(new A.UserPicker(expense.assignedUserId, new A.ExpenseEditDetailsState_build_closure7(viewModel, expense), _null)); + t4 = t3[t4].expenseCategoryState; + t8.push(A.EntityDropdown$(true, false, false, expense.categoryId, t9.call$2(t4.map, t4.list), _null, B.EntityType_expenseCategory, B.List_empty1, t2, _null, new A.ExpenseEditDetailsState_build_closure5(store), new A.ExpenseEditDetailsState_build_closure6(viewModel, expense), _null, _null, _null)); + t8.push(new A.UserPicker(expense.assignedUserId, new A.ExpenseEditDetailsState_build_closure7(viewModel, expense), _null)); t2 = expense.usesInclusiveTaxes; if (!t2) - t7.push(amountField); + t8.push(amountField); t3 = company.numberOfExpenseTaxRates; if (t3 >= 1 || expense.taxName1.length !== 0) { - t8 = expense.taxName1; + t4 = expense.taxName1; if (expense.calculateTaxByAmount === true) - t7.push(new A.TaxRateField(new A.ExpenseEditDetailsState_build_closure8(viewModel, expense), new A.ExpenseEditDetailsState_build_closure9(viewModel, expense), t8, expense.taxAmount1, _null)); + t8.push(new A.TaxRateField(new A.ExpenseEditDetailsState_build_closure8(viewModel, expense), new A.ExpenseEditDetailsState_build_closure9(viewModel, expense), t4, expense.taxAmount1, _null)); else - t7.push(new A.TaxRateDropdown(t1.get$tax(), new A.ExpenseEditDetailsState_build_closure10(viewModel, expense), t8, expense.taxRate1, _null)); + t8.push(new A.TaxRateDropdown(t1.get$tax(), new A.ExpenseEditDetailsState_build_closure10(viewModel, expense), t4, expense.taxRate1, _null)); } if (t3 >= 2 || expense.taxName2.length !== 0) { - t8 = expense.taxName2; + t4 = expense.taxName2; if (expense.calculateTaxByAmount === true) - t7.push(new A.TaxRateField(new A.ExpenseEditDetailsState_build_closure11(viewModel, expense), new A.ExpenseEditDetailsState_build_closure12(viewModel, expense), t8, expense.taxAmount2, _null)); + t8.push(new A.TaxRateField(new A.ExpenseEditDetailsState_build_closure11(viewModel, expense), new A.ExpenseEditDetailsState_build_closure12(viewModel, expense), t4, expense.taxAmount2, _null)); else - t7.push(new A.TaxRateDropdown(t1.get$tax(), new A.ExpenseEditDetailsState_build_closure13(viewModel, expense), t8, expense.taxRate2, _null)); + t8.push(new A.TaxRateDropdown(t1.get$tax(), new A.ExpenseEditDetailsState_build_closure13(viewModel, expense), t4, expense.taxRate2, _null)); } if (t3 >= 3 || expense.taxName3.length !== 0) { t3 = expense.taxName3; if (expense.calculateTaxByAmount === true) - t7.push(new A.TaxRateField(new A.ExpenseEditDetailsState_build_closure14(viewModel, expense), new A.ExpenseEditDetailsState_build_closure15(viewModel, expense), t3, expense.taxAmount3, _null)); + t8.push(new A.TaxRateField(new A.ExpenseEditDetailsState_build_closure14(viewModel, expense), new A.ExpenseEditDetailsState_build_closure15(viewModel, expense), t3, expense.taxAmount3, _null)); else - t7.push(new A.TaxRateDropdown(t1.get$tax(), new A.ExpenseEditDetailsState_build_closure16(viewModel, expense), t3, expense.taxRate3, _null)); + t8.push(new A.TaxRateDropdown(t1.get$tax(), new A.ExpenseEditDetailsState_build_closure16(viewModel, expense), t3, expense.taxRate3, _null)); } if (t2) - t7.push(amountField); - t7.push(A.EntityDropdown$(true, false, false, expense.currencyId, $.$get$memoizedCurrencyList().call$1(staticState.currencyMap), _null, B.EntityType_currency, B.List_empty0, t1.get$currency(), _null, _null, new A.ExpenseEditDetailsState_build_closure17(viewModel), _null, _null, _null)); - t7.push(A.DatePicker$(false, _null, _null, t1.get$date(), _null, new A.ExpenseEditDetailsState_build_closure18(viewModel, expense), expense.date, _null)); - t7.push(new A.CustomField(_this._expense_edit_details$_custom1Controller, _null, t5, "expense1", expense.customValue1, false, _null)); - t7.push(new A.CustomField(_this._expense_edit_details$_custom2Controller, _null, t5, "expense2", expense.customValue2, false, _null)); - t7.push(new A.CustomField(_this._expense_edit_details$_custom3Controller, _null, t5, "expense3", expense.customValue3, false, _null)); - t7.push(new A.CustomField(_this._expense_edit_details$_custom4Controller, _null, t5, "expense4", expense.customValue4, false, _null)); - t2 = A._setArrayType([A.FormCard$(_null, t7, _null, _null, false, _null, false, t4)], t6); + t8.push(amountField); + t8.push(A.EntityDropdown$(true, false, false, expense.currencyId, $.$get$memoizedCurrencyList().call$1(staticState.currencyMap), _null, B.EntityType_currency, B.List_empty1, t1.get$currency(), _null, _null, new A.ExpenseEditDetailsState_build_closure17(viewModel), _null, _null, _null)); + t8.push(A.DatePicker$(false, _null, _null, t1.get$date(), _null, new A.ExpenseEditDetailsState_build_closure18(viewModel, expense), expense.date, _null)); + t8.push(new A.CustomField(_this._expense_edit_details$_custom1Controller, _null, t6, "expense1", expense.customValue1, false, _null)); + t8.push(new A.CustomField(_this._expense_edit_details$_custom2Controller, _null, t6, "expense2", expense.customValue2, false, _null)); + t8.push(new A.CustomField(_this._expense_edit_details$_custom3Controller, _null, t6, "expense3", expense.customValue3, false, _null)); + t8.push(new A.CustomField(_this._expense_edit_details$_custom4Controller, _null, t6, "expense4", expense.customValue4, false, _null)); + t2 = A._setArrayType([A.FormCard$(_null, t8, _null, _null, false, _null, false, t5)], t7); if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), expense.entityType)) { t3 = isFullscreen ? B.EdgeInsets_12_12_6_0 : _null; t4 = t1.get$frequency(t1); @@ -420306,7 +432886,7 @@ t4 = A.AppDropdownButton$(_null, "", true, t5.map$1$1(t5, new A.ExpenseEditDetailsState_build_closure19(t1), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, t4, new A.ExpenseEditDetailsState_build_closure20(viewModel, expense), _null, false, expense.frequencyId, type$.legacy_String); t5 = expense.lastSentDate.length !== 0 ? t1.get$nextSendDate() : t1.get$startDate(); t5 = A.DatePicker$(false, new A.DateTime(Date.now(), false), _null, t5, _null, new A.ExpenseEditDetailsState_build_closure21(viewModel, expense), expense.nextSendDate, _null); - t7 = t1.get$remainingCycles(); + t6 = t1.get$remainingCycles(); t8 = type$.legacy_int; t1 = A._setArrayType([A.DropdownMenuItem$(A.Text$(t1.get$endless(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, -1, t8)], type$.JSArray_legacy_DropdownMenuItem_legacy_int); _list = J.JSArray_JSArray$allocateGrowable(37, t8); @@ -420314,7 +432894,7 @@ _list[i] = i; t9 = A._arrayInstanceType(_list)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); B.JSArray_methods.addAll$1(t1, A.List_List$of(new A.MappedListIterable(_list, new A.ExpenseEditDetailsState_build_closure22(), t9), true, t9._eval$1("ListIterable.E"))); - t2.push(A.FormCard$(_null, A._setArrayType([t4, t5, A.AppDropdownButton$(_null, _null, true, t1, _null, t7, new A.ExpenseEditDetailsState_build_closure23(viewModel, expense), _null, false, expense.remainingCycles, t8)], t6), _null, _null, false, _null, false, t3)); + t2.push(A.FormCard$(_null, A._setArrayType([t4, t5, A.AppDropdownButton$(_null, _null, true, t1, _null, t6, new A.ExpenseEditDetailsState_build_closure23(viewModel, expense), _null, false, expense.remainingCycles, t8)], t7), _null, _null, false, _null, false, t3)); } return new A.ScrollableListView(t2, _null, _null, _null); } @@ -420333,9 +432913,8 @@ }; A.ExpenseEditDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_expense_edit_details$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_expense_edit_details$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -420356,7 +432935,7 @@ b.get$_expense_model$_$this()._expense_model$_customValue4 = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -420368,7 +432947,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure18(vendor))); }, - $signature: 35 + $signature: 36 }; A.ExpenseEditDetailsState_build__closure18.prototype = { call$1(b) { @@ -420377,27 +432956,29 @@ b.get$_expense_model$_$this()._expense_model$_vendorId = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { - var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.ExpenseEditDetailsState_build__closure19($name)); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); + var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.ExpenseEditDetailsState_build__closure19($name)), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 227 + $signature: 206 }; A.ExpenseEditDetailsState_build__closure19.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 103 + $signature: 104 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(client) { @@ -420411,31 +432992,32 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure17(client, currencyId))); }, - $signature: 35 + $signature: 36 }; A.ExpenseEditDetailsState_build__closure17.prototype = { call$1(b) { var t1 = this.client; - t1 = t1 == null ? null : t1.get$id(t1); + t1 = t1 == null ? null : t1.id; if (t1 == null) t1 = ""; b.get$_expense_model$_$this()._expense_model$_clientId = t1; b.get$_expense_model$_$this()._invoiceCurrencyId = this.currencyId; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { - var t3, - t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, t3, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t3 = this.expense; this.viewModel.onChanged.call$1(t3.rebuild$1(new A.ExpenseEditDetailsState_build__closure16(t2._list[t1].projectState.$get$1(0, selectedId), t3))); @@ -420453,13 +433035,13 @@ b.get$_expense_model$_$this()._expense_model$_clientId = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure6.prototype = { call$1(category) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure14(category))); }, - $signature: 35 + $signature: 36 }; A.ExpenseEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -420470,21 +433052,23 @@ b.get$_expense_model$_$this()._categoryId = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure5.prototype = { call$2(completer, $name) { - var t1 = A.ExpenseCategoryEntity_ExpenseCategoryEntity(null, null).rebuild$1(new A.ExpenseEditDetailsState_build__closure15($name)); - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); + var t1 = A.ExpenseCategoryEntity_ExpenseCategoryEntity(null, null).rebuild$1(new A.ExpenseEditDetailsState_build__closure15($name)), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 227 + $signature: 206 }; A.ExpenseEditDetailsState_build__closure15.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 288 + $signature: 289 }; A.ExpenseEditDetailsState_build_closure7.prototype = { call$1(userId) { @@ -420497,7 +433081,7 @@ b.get$_expense_model$_$this()._expense_model$_assignedUserId = this.userId; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure8.prototype = { call$1($name) { @@ -420510,20 +433094,20 @@ b.get$_expense_model$_$this()._expense_model$_taxName1 = this.name; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure9.prototype = { call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 456 + $signature: 487 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { b.get$_expense_model$_$this()._taxAmount1 = this.amount; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure10.prototype = { call$1(taxRate) { @@ -420540,7 +433124,7 @@ b.get$_expense_model$_$this()._expense_model$_taxName1 = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure11.prototype = { call$1($name) { @@ -420553,20 +433137,20 @@ b.get$_expense_model$_$this()._expense_model$_taxName2 = this.name; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure12.prototype = { call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 456 + $signature: 487 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { b.get$_expense_model$_$this()._taxAmount2 = this.amount; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure13.prototype = { call$1(taxRate) { @@ -420583,7 +433167,7 @@ b.get$_expense_model$_$this()._expense_model$_taxName2 = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure14.prototype = { call$1($name) { @@ -420596,20 +433180,20 @@ b.get$_expense_model$_$this()._expense_model$_taxName3 = this.name; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure15.prototype = { call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 456 + $signature: 487 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { b.get$_expense_model$_$this()._taxAmount3 = this.amount; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure16.prototype = { call$1(taxRate) { @@ -420626,14 +433210,14 @@ b.get$_expense_model$_$this()._expense_model$_taxName3 = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure17.prototype = { call$1(currency) { var t1 = this.viewModel; return t1.onChanged.call$1(t1.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure3(currency))); }, - $signature: 64 + $signature: 63 }; A.ExpenseEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -420644,20 +433228,20 @@ b.get$_expense_model$_$this()._expense_model$_currencyId = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure18.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 57 + $signature: 58 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_date = this.date; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure20.prototype = { call$1(value) { @@ -420670,7 +433254,7 @@ b.get$_expense_model$_$this()._expense_model$_frequencyId = this.value; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure19.prototype = { call$1(entry) { @@ -420678,20 +433262,20 @@ 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: 363 + $signature: 328 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 57 + $signature: 58 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_nextSendDate = this.date; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure23.prototype = { call$1(value) { @@ -420704,14 +433288,14 @@ b.get$_expense_model$_$this()._expense_model$_remainingCycles = this.value; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditDetailsState_build_closure22.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: 174 + $signature: 180 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -420734,10 +433318,10 @@ (t2 && B.JSArray_methods).forEach$1(t2, new A.ExpenseEditNotesState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._expense_edit_notes$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.ExpenseEditNotesState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _expense_edit_notes$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -420746,7 +433330,7 @@ if (!J.$eq$(expense, t1)) this._expense_edit_notes$_debouncer.run$1(new A.ExpenseEditNotesState__onChanged_closure0(viewModel, expense)); }, - build$1(_, context) { + build$1(context) { var t2, t3, showDocuments, t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -420793,9 +433377,8 @@ }; A.ExpenseEditNotesState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_expense_edit_notes$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_expense_edit_notes$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -420808,7 +433391,7 @@ b.get$_expense_model$_$this()._expense_model$_privateNotes = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -420820,13 +433403,13 @@ call$1(path) { return this.$this._widget.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.ExpenseEditNotesState_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this._widget.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.ExpenseEditSettings.prototype = { createState$0() { @@ -420854,10 +433437,10 @@ _this._showConvertCurrencyFields = t1 !== 0 && t1 !== 1; _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._expense_edit_settings$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.ExpenseEditSettingsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _expense_edit_settings$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -420893,7 +433476,7 @@ viewModel.onChanged.call$1(t2); _this._expense_edit_settings$_convertedAmount = 0; }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, _null = null, _s16_ = "expense_tax_help", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -420919,7 +433502,7 @@ t5 = A.Text$(t1.get$markPaid(), _null, _null, _null, _null, _null, _null, _null, _null, _null); t6 = _this._showPaymentFields; t6 = A.SwitchListTile$(t4.secondary, _null, new A.ExpenseEditSettingsState_build_closure0(_this, expense, viewModel), _null, A.Text$(t1.get$markPaidHelp(), _null, _null, _null, _null, _null, _null, _null, _null, _null), t5, t6); - t4 = _this._showPaymentFields ? A.Column$(A._setArrayType([new A.SizedBox(_null, 8, _null, _null), A.EntityDropdown$(true, false, false, expense.paymentTypeId, $.$get$memoizedPaymentTypeList().call$1(staticState.paymentTypeMap), _null, B.EntityType_paymentType, B.List_empty0, t1.get$paymentType(), _null, _null, new A.ExpenseEditSettingsState_build_closure1(viewModel, expense), _null, _null, _null), A.DatePicker$(false, _null, _null, t1.get$date(), _null, new A.ExpenseEditSettingsState_build_closure2(viewModel, expense), expense.paymentDate, _null), A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_settings$_transactionReferenceController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$transactionReference(), _null, _null, false, _null, _null, viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, _null), new A.SizedBox(_null, 16, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1) : new A.SizedBox(_null, _null, _null, _null); + t4 = _this._showPaymentFields ? A.Column$(A._setArrayType([new A.SizedBox(_null, 8, _null, _null), A.EntityDropdown$(true, false, false, expense.paymentTypeId, $.$get$memoizedPaymentTypeList().call$1(staticState.paymentTypeMap), _null, B.EntityType_paymentType, B.List_empty1, t1.get$paymentType(), _null, _null, new A.ExpenseEditSettingsState_build_closure1(viewModel, expense), _null, _null, _null), A.DatePicker$(false, _null, _null, t1.get$date(), _null, new A.ExpenseEditSettingsState_build_closure2(viewModel, expense), expense.paymentDate, _null), A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_settings$_transactionReferenceController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$transactionReference(), _null, _null, false, _null, _null, viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, _null), new A.SizedBox(_null, 16, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1) : new A.SizedBox(_null, _null, _null, _null); t5 = A.Theme_of(context).colorScheme; t7 = A.Text$(t1.get$convertCurrency(), _null, _null, _null, _null, _null, _null, _null, _null, _null); t8 = $.$get$LocalizationsProvider__localizedValues(); @@ -420930,7 +433513,7 @@ t7 = A.SwitchListTile$(t5.secondary, _null, new A.ExpenseEditSettingsState_build_closure3(_this, staticState, expense, viewModel), _null, t10, t7, t11); if (t11) { t5 = expense.invoiceCurrencyId; - t10 = A.EntityDropdown$(true, false, false, t5, $.$get$memoizedCurrencyList().call$1(staticState.currencyMap), _null, B.EntityType_currency, B.List_empty0, t1.get$currency(), _null, _null, new A.ExpenseEditSettingsState_build_closure4(_this), _null, _null, _null); + t10 = A.EntityDropdown$(true, false, false, t5, $.$get$memoizedCurrencyList().call$1(staticState.currencyMap), _null, B.EntityType_currency, B.List_empty1, t1.get$currency(), _null, _null, new A.ExpenseEditSettingsState_build_closure4(_this), _null, _null, _null); t11 = type$.ValueKey_legacy_String; t5 = A.DecoratedFormField$(false, _null, false, false, _this._expense_edit_settings$_exchangeRateController, _null, true, _null, _null, _null, _null, false, true, new A.ValueKey("__rate_" + A.S(t5) + "__", t11), new A.TextInputType(2, true, true), t1.get$exchangeRate(), _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null); t12 = expense.get$grossAmount(); @@ -420975,9 +433558,8 @@ }; A.ExpenseEditSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_expense_edit_settings$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_expense_edit_settings$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -420990,7 +433572,7 @@ b.get$_expense_model$_$this()._expense_model$_exchangeRate = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -421008,7 +433590,7 @@ b.get$_expense_model$_$this()._expense_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState__setCurrency_closure0.prototype = { call$1(duration) { @@ -421017,27 +433599,27 @@ t2.toString; t1._expense_edit_settings$_exchangeRateController.set$text(0, A.formatNumber(this.exchangeRate, t2, null, null, B.FormatNumberType_5, true, null, false)); }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState__calculateExchangeRate_closure.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build_closure.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure11(value))); }, - $signature: 21 + $signature: 22 }; A.ExpenseEditSettingsState_build__closure11.prototype = { call$1(b) { b.get$_expense_model$_$this()._shouldBeInvoiced = this.value; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build_closure0.prototype = { call$1(value) { @@ -421053,7 +433635,7 @@ t1 = _this.$this; t1.setState$1(new A.ExpenseEditSettingsState_build__closure10(t1, value)); }, - $signature: 21 + $signature: 22 }; A.ExpenseEditSettingsState_build__closure7.prototype = { call$1(b) { @@ -421061,32 +433643,32 @@ b.get$_expense_model$_$this()._paymentDate = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build__closure8.prototype = { call$1(b) { b.get$_expense_model$_$this()._paymentDate = ""; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build__closure9.prototype = { call$1(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build__closure10.prototype = { call$0() { return this.$this._showPaymentFields = this.value; }, - $signature: 22 + $signature: 23 }; A.ExpenseEditSettingsState_build_closure1.prototype = { call$1(paymentType) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure6(paymentType))); }, - $signature: 64 + $signature: 63 }; A.ExpenseEditSettingsState_build__closure6.prototype = { call$1(b) { @@ -421097,20 +433679,20 @@ b.get$_expense_model$_$this()._paymentTypeId = t1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build_closure2.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 57 + $signature: 58 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { b.get$_expense_model$_$this()._paymentDate = this.date; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build_closure3.prototype = { call$1(value) { @@ -421125,38 +433707,38 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.ExpenseEditSettingsState_build__closure4(t1)); } }, - $signature: 21 + $signature: 22 }; A.ExpenseEditSettingsState_build__closure2.prototype = { call$0() { return this.$this._showConvertCurrencyFields = this.value; }, - $signature: 22 + $signature: 23 }; A.ExpenseEditSettingsState_build__closure3.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_exchangeRate = 1; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build__closure4.prototype = { call$1(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure4.prototype = { call$1(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 157 + $signature: 158 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { return this.$this._calculateExchangeRate$0(); }, - $signature: 41 + $signature: 43 }; A.ExpenseEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -421175,19 +433757,21 @@ call$1(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure1(value))); }, - $signature: 21 + $signature: 22 }; A.ExpenseEditSettingsState_build__closure1.prototype = { call$1(b) { b.get$_expense_model$_$this()._invoiceDocuments = this.value; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build_closure9.prototype = { call$0() { - var _null = null; - A.StoreProvider_of(this.context, type$.legacy_AppState).get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "tax_settings", false, _null)); + var _null = null, + t1 = A.StoreProvider_of(this.context, type$.legacy_AppState).__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "tax_settings", false, _null)); }, $signature: 1 }; @@ -421202,7 +433786,7 @@ b.get$_expense_model$_$this()._calculateTaxByAmount = this.value; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditSettingsState_build_closure11.prototype = { call$1(value) { @@ -421215,10 +433799,10 @@ b.get$_expense_model$_$this()._expense_model$_usesInclusiveTaxes = this.value; return b; }, - $signature: 29 + $signature: 30 }; A.ExpenseEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseEditScreen_build_closure(), new A.ExpenseEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseEditVM); } @@ -421227,13 +433811,13 @@ call$1(store) { return A.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2403 + $signature: 2444 }; A.ExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2404 + $signature: 2445 }; A.AbstractExpenseEditVM.prototype = { get$expense() { @@ -421243,16 +433827,20 @@ A.ExpenseEditVM.prototype = {}; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure.prototype = { call$1(expense) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateExpense(expense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 150 + $signature: 145 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, _null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -421267,19 +433855,23 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5(t3), t4); }, - $signature: 119 + $signature: 116 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, $signature: 3 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 35 + $signature: 36 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -421291,19 +433883,23 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3(t3), t4); }, - $signature: 119 + $signature: 116 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, $signature: 3 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3.prototype = { call$1(expense) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 35 + $signature: 36 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0.prototype = { call$2(context, action) { @@ -421317,14 +433913,16 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 171 + $signature: 165 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure6.prototype = { call$0() { - var t3, $navigator, t4, _this = this, + var expense, t3, $navigator, t4, t5, _this = this, t1 = _this.store, - expense = A._lateReadCheck(t1.__Store__state, "_state").uiState.expenseUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + expense = t2.uiState.expenseUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -421343,11 +433941,13 @@ A.handleEntitiesActions(A._setArrayType([expense], type$.JSArray_legacy_BaseEntity), t4, false); else { t2 = new A._Future($.Zone__current, type$._Future_legacy_ExpenseEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveExpenseRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ExpenseEntity), expense)); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SaveExpenseRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ExpenseEntity), expense)); return t2.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0(expense, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1()); } }, - $signature: 33 + $signature: 34 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1(savedExpense) { @@ -421369,16 +433969,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s13_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s13_, t1, t1); } else - t2.pop$1(0, savedExpense); + t2.pop$1(savedExpense); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedExpense, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_expense) && t2.editAfterSaving) A.editEntity(_null, savedExpense, true, _null); @@ -421392,7 +433997,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 150 + $signature: 145 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -421406,21 +434011,23 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -421432,7 +434039,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5.prototype = { call$4(context, $document, password, idToken) { @@ -421441,80 +434048,85 @@ t2 = this.store; completer.future.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure(t2, this.expense), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadExpense(null, this.expense.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadExpense(null, this.expense.id)); }, $signature: 71 }; A.ExpenseListItem.prototype = { - build$1(_, context) { - var t5, client, vendor, category, filterMatch, listUIState, isInMultiselect, showCheckbox, t6, isChecked, textStyle, textColor, parts, t7, _this = this, _null = null, t1 = {}, + build$1(context) { + var uiState, expenseUIState, t4, t5, t6, client, vendor, category, filterMatch, listUIState, isInMultiselect, showCheckbox, t7, isChecked, textStyle, textColor, parts, t8, _this = this, _null = null, t1 = {}, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - expenseUIState = uiState.expenseUIState, - t3 = state.userCompanyStates, - t4 = uiState.selectedCompanyIndex; - t3 = t3._list; - t5 = _this.expense; - client = t3[t4].clientState.$get$1(0, t5.clientId); - vendor = t3[t4].vendorState.$get$1(0, t5.vendorId); - category = t3[t4].expenseCategoryState.$get$1(0, t5.categoryId); - t3 = _this.filter; - if (t3 != null && t3.length !== 0) { - t4 = t5.matchesFilterValue$1(t3); - filterMatch = t4 == null ? client.matchesFilterValue$1(t3) : t4; + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + uiState = t3.uiState; + expenseUIState = uiState.expenseUIState; + t4 = t3.userCompanyStates; + t5 = uiState.selectedCompanyIndex; + t4 = t4._list; + t6 = _this.expense; + client = t4[t5].clientState.$get$1(0, t6.clientId); + vendor = t4[t5].vendorState.$get$1(0, t6.vendorId); + category = t4[t5].expenseCategoryState.$get$1(0, t6.categoryId); + t4 = _this.filter; + if (t4 != null && t4.length !== 0) { + t5 = t6.matchesFilterValue$1(t4); + filterMatch = t5 == null ? client.matchesFilterValue$1(t4) : t5; } else filterMatch = _null; listUIState = expenseUIState.listUIState; - t3 = listUIState.selectedIds; - isInMultiselect = t3 != null; + t4 = listUIState.selectedIds; + isInMultiselect = t4 != null; showCheckbox = _this.onCheckboxChanged != null || isInMultiselect; - t4 = _this.isDismissible; - if (t4) + t5 = _this.isDismissible; + if (t5) if (isInMultiselect) { - t6 = t5.id; - t3 = B.JSArray_methods.contains$1(t3._list, t6); - isChecked = t3; + t7 = t6.id; + t4 = B.JSArray_methods.contains$1(t4._list, t7); + isChecked = t4; } else isChecked = false; else isChecked = _this.isChecked; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; if (filterMatch != null) t1.subtitle = filterMatch; else { - t3 = client == null; - if (!t3 || vendor != null || category != null) { - parts = A._setArrayType([A.formatDate(t5.date, context, true, true, false)], type$.JSArray_legacy_String); + t4 = client == null; + if (!t4 || vendor != null || category != null) { + parts = A._setArrayType([A.formatDate(t6.date, context, true, true, false)], type$.JSArray_legacy_String); if (category != null && !category.get$isNew()) parts.push(category.name); if (vendor != null && !vendor.get$isNew()) parts.push(vendor.name); - if (!t3 && !client.get$isNew()) + if (!t4 && !client.get$isNew()) parts.push(client.displayName); t1.subtitle = B.JSArray_methods.join$1(parts, " \u2022 "); } } if (A.getLayout(context) === B.AppLayout_desktop) { - t3 = t5.id; - t3 = t3 === (uiState.get$isEditing() ? expenseUIState.editing.id : expenseUIState.selectedId); + t4 = t6.id; + t4 = t4 === (uiState.get$isEditing() ? expenseUIState.editing.id : expenseUIState.selectedId); } else - t3 = false; - t6 = A._lateReadCheck(store.__Store__state, "_state"); - t7 = t6.userCompanyStates; - t6 = t6.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t7._list[t6].userCompany, t5, new A.LayoutBuilder(new A.ExpenseListItem_build_closure(t1, _this, showCheckbox, listUIState, isChecked, state, textStyle, filterMatch, textColor, t2, category), _null), t3, _this.showCheckbox, t4, _null); + t4 = false; + t7 = store.__Store__state_A; + t8 = t7.userCompanyStates; + t7 = t7.uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t8._list[t7].userCompany, t6, new A.LayoutBuilder(new A.ExpenseListItem_build_closure(t1, _this, showCheckbox, listUIState, isChecked, t3, textStyle, filterMatch, textColor, t2, category), _null), t4, _this.showCheckbox, t5, _null); }, get$expense() { return this.expense; @@ -421545,7 +434157,7 @@ t7 = A.Text$(t7 + (t3.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, _null, _null, _null, t4, _null, _null, _null); t8 = _this._box_0.subtitle; t9 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t7, A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t9.get$value(t9) >>> 16 & 255, t9.get$value(t9) >>> 8 & 255, t9.get$value(t9) & 255)), _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(8, _null, _null, _null), A.Text$(A.formatNumber(t3.get$grossAmount(), context, _null, t3.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null), new A.SizedBox(16, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ExpenseListItem_build__closure1(t1), new A.ExpenseListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t7, A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t9.get$value(t9) >>> 16 & 255, t9.get$value(t9) >>> 8 & 255, t9.get$value(t9) & 255)), _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(8, _null, _null, _null), A.Text$(A.formatNumber(t3.get$grossAmount(), context, _null, t3.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null), new A.SizedBox(16, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ExpenseListItem_build__closure1(t1), new A.ExpenseListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.ExpenseListItem_build__closure3(t1), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -421563,11 +434175,11 @@ t6 = A.Expanded$(A.Column$(A._setArrayType([A.Text$(t5, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t6.get$value(t6) >>> 16 & 255, t6.get$value(t6) >>> 8 & 255, t6.get$value(t6) & 255)), _null, _null, _null), new A.EntityStateLabel(t4, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1); t5 = _this.localization.lookup$1(B.Map_EHoyn.$index(0, t4.get$calculatedStatusId())); t8 = _this.category.color; - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.ExpenseListItem_build__closure4(t1), new A.ExpenseListItem_build__closure5(t1), false, _null, _null, A.Row$(A._setArrayType([t6, A.Text$(t5, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t8.length !== 0 && t8 !== "#fff" ? A.convertHexStringToColor(t8) : new A.ExpenseStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t4.get$calculatedStatusId()), _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.ExpenseListItem_build__closure4(t1), new A.ExpenseListItem_build__closure5(t1), false, _null, _null, A.Row$(A._setArrayType([t6, A.Text$(t5, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t8.length !== 0 && t8 !== "#fff" ? A.convertHexStringToColor(t8) : new A.ExpenseStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t4.get$calculatedStatusId()), _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -421594,7 +434206,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.ExpenseListItem_build__closure5.prototype = { call$0() { @@ -421617,7 +434229,7 @@ $signature: 11 }; A.ExpenseListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseListBuilder_build_closure(), A.expense_list_vm_ExpenseListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseListVM); } @@ -421630,7 +434242,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_expense, new A.ExpenseListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpensePresenter(), t2, t4); }, - $signature: 2405 + $signature: 2446 }; A.ExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -421638,7 +434250,7 @@ expenseId = J.$index$asx(t1.expenseList, index); return A.ExpenseListItem$(t1.expenseMap._map$_map.$index(0, expenseId), t1.filter, false, true, null, null, true); }, - $signature: 451 + $signature: 486 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -421648,11 +434260,15 @@ A.ExpenseListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -421665,32 +434281,37 @@ }; A.ExpenseListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortExpenses(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortExpenses(field)); }, $signature: 5 }; A.ExpenseListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearExpenseMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearExpenseMultiselect()); }, $signature: 10 }; A.ExpensePresenter.prototype = { getField$2$context$field(context, field) { - var t1, t2, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - expense = type$.legacy_ExpenseEntity._as(_this.entity); + var expense, t2, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + expense = type$.legacy_ExpenseEntity._as(_this.entity); switch (field) { case "status": return A.EntityStatusChip$(expense, true, 105); case "vendor": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return new A.LinkTextRelatedEntity(t1._list[t2].vendorState.$get$1(0, expense.vendorId), expense, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return new A.LinkTextRelatedEntity(t2._list[t1].vendorState.$get$1(0, expense.vendorId), expense, _null); case "client": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return new A.LinkTextRelatedEntity(t1._list[t2].clientState.$get$1(0, expense.clientId), expense, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return new A.LinkTextRelatedEntity(t2._list[t1].clientState.$get$1(0, expense.clientId), expense, _null); case "date": return A.Text$(A.formatDate(expense.date, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "net_amount": @@ -421718,25 +434339,25 @@ case "transaction_reference": return A.Text$(expense.transactionReference, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "currency": - t1 = state.staticState.currencyMap; + t1 = t1.staticState.currencyMap; t2 = expense.currencyId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "category": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].expenseCategoryState.map; - t1 = expense.categoryId; - return new A.LinkTextRelatedEntity(t2._map$_map.$index(0, t1), expense, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t2._list[t1].expenseCategoryState.map; + t2 = expense.categoryId; + return new A.LinkTextRelatedEntity(t1._map$_map.$index(0, t2), expense, _null); case "project": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].projectState.map; - t1 = expense.projectId; - return new A.LinkTextRelatedEntity(t2._map$_map.$index(0, t1), expense, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t2._list[t1].projectState.map; + t2 = expense.projectId; + return new A.LinkTextRelatedEntity(t1._map$_map.$index(0, t2), expense, _null); case "payment_type": - t1 = state.staticState.paymentTypeMap; + t1 = t1.staticState.paymentTypeMap; t2 = expense.paymentTypeId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; @@ -421746,7 +434367,7 @@ case "exchange_rate": return A.Text$(A.formatNumber(expense.exchangeRate, context, _null, _null, B.FormatNumberType_3, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "invoice_currency": - t1 = state.staticState.currencyMap; + t1 = t1.staticState.currencyMap; t2 = expense.invoiceCurrencyId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; @@ -421764,15 +434385,15 @@ case "tax_rate3": return A.Text$(A.formatNumber(expense.taxRate3, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "invoice_id": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].invoiceState.map; - t1 = expense.invoiceId; - t1 = t2._map$_map.$index(0, t1); - if (t1 == null) + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t2._list[t1].invoiceState.map; + t2 = expense.invoiceId; + t2 = t1._map$_map.$index(0, t2); + if (t2 == null) t1 = _null; else - t1 = t1.number; + t1 = t2.number; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom1": return A.Text$(_this.presentCustomField$2(context, expense.customValue1), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -421785,60 +434406,61 @@ case "documents": return A.Text$("" + expense.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "recurring_expense": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return new A.LinkTextRelatedEntity(t1._list[t2].recurringExpenseState.$get$1(0, expense.recurringId), expense, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return new A.LinkTextRelatedEntity(t2._list[t1].recurringExpenseState.$get$1(0, expense.recurringId), expense, _null); } return _this.super$EntityPresenter$getField(context, field); } }; A.ExpenseScreen.prototype = { - build$1(_, context) { - var company, statuses, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, statuses, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - statuses = A._setArrayType([A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure0(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure1(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure2(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure3(t1))], type$.JSArray_legacy_ExpenseStatusEntity); - t2 = t2.expenseUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.expenseList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "vendor", "client", "date", "amount", "public_notes", "entity_state"], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("number"); - t7.push("net_amount"); - t7.push("tax_amount"); - t7.push("private_notes"); - t7.push("should_be_invoiced"); - t7.push("transaction_reference"); - t7.push("category"); - t7.push("project"); - t7.push("payment_date"); - t7.push("payment_type"); - t7.push("exchange_rate"); - t7.push("tax_name1"); - t7.push("tax_name2"); - t7.push("tax_name3"); - t7.push("tax_rate1"); - t7.push("tax_rate2"); - t7.push("tax_rate3"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("documents"); - t7.push("recurring_expense"); - t8 = A._setArrayType(["status", "number", "vendor", "client", "date", "amount", "public_notes", "entity_state"], t6); - t7 = 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), t8, B.EntityType_expense, false, B.List_empty18, new A.ExpenseScreen_build_closure4(store), 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), A._setArrayType(["number", "date", "updated_at"], t6), statuses, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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_closure12(context), t1.get$newExpense()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_expense, t2, new A.ExpenseScreen_build_closure13(store), t5, statuses, new A.ExpenseScreen_build_closure14(store), new A.ExpenseScreen_build_closure15(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.ExpenseListBuilder(_null), t7, B.EntityType_expense, t1, 0, _null, new A.ExpenseScreen_build_closure16(store), new A.ExpenseScreen_build_closure17(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + statuses = A._setArrayType([A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure(t2)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure0(t2)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure1(t2)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure2(t2)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure3(t2))], type$.JSArray_legacy_ExpenseStatusEntity); + t3 = t3.expenseUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.expenseList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "vendor", "client", "date", "amount", "public_notes", "entity_state"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("number"); + t8.push("net_amount"); + t8.push("tax_amount"); + t8.push("private_notes"); + t8.push("should_be_invoiced"); + t8.push("transaction_reference"); + t8.push("category"); + t8.push("project"); + t8.push("payment_date"); + t8.push("payment_type"); + t8.push("exchange_rate"); + t8.push("tax_name1"); + t8.push("tax_name2"); + t8.push("tax_name3"); + t8.push("tax_rate1"); + t8.push("tax_rate2"); + t8.push("tax_rate3"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("documents"); + t8.push("recurring_expense"); + t9 = A._setArrayType(["status", "number", "vendor", "client", "date", "amount", "public_notes", "entity_state"], t7); + 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_expense, false, B.List_empty19, new A.ExpenseScreen_build_closure4(store), 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), A._setArrayType(["number", "date", "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_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_closure12(context), t2.get$newExpense()) : _null; + return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_expense, t3, new A.ExpenseScreen_build_closure13(store), t6, statuses, new A.ExpenseScreen_build_closure14(store), new A.ExpenseScreen_build_closure15(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ExpenseListBuilder(_null), t8, _null, B.EntityType_expense, t1, 0, _null, new A.ExpenseScreen_build_closure16(store), _null, new A.ExpenseScreen_build_closure17(store)); } }; A.ExpenseScreen_build_closure.prototype = { @@ -421849,7 +434471,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 241 + $signature: 256 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -421860,7 +434482,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 241 + $signature: 256 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -421870,7 +434492,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 241 + $signature: 256 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -421880,7 +434502,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 241 + $signature: 256 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -421890,91 +434512,127 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 241 + $signature: 256 }; A.ExpenseScreen_build_closure17.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartExpenseMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartExpenseMultiselect()); }, $signature: 10 }; A.ExpenseScreen_build_closure13.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpenses(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpenses(value)); }, $signature: 9 }; A.ExpenseScreen_build_closure15.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpensesByState(state)); }, $signature: 27 }; A.ExpenseScreen_build_closure14.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.ExpenseScreen_build_closure16.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.expenseUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearExpenseMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartExpenseMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.expenseUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearExpenseMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartExpenseMultiselect()); + } }, $signature: 1 }; A.ExpenseScreen_build_closure9.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortExpenses(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortExpenses(value)); }, $signature: 5 }; A.ExpenseScreen_build_closure5.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpensesByCustom1(value)); }, $signature: 5 }; A.ExpenseScreen_build_closure6.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpensesByCustom2(value)); }, $signature: 5 }; A.ExpenseScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpensesByCustom3(value)); }, $signature: 5 }; A.ExpenseScreen_build_closure8.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpensesByCustom4(value)); }, $signature: 5 }; A.ExpenseScreen_build_closure10.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpensesByState(state)); }, $signature: 27 }; A.ExpenseScreen_build_closure11.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.ExpenseScreen_build_closure4.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.expenseUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearExpenseMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartExpenseMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.expenseUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearExpenseMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartExpenseMultiselect()); + } }, $signature: 1 }; @@ -421985,7 +434643,7 @@ $signature: 1 }; A.ExpenseScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseScreenBuilder_build_closure(), A.expense_screen_vm_ExpenseScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseScreenVM); } @@ -421994,7 +434652,7 @@ call$2(context, vm) { return new A.ExpenseScreen(vm, null); }, - $signature: 2408 + $signature: 2449 }; A.ExpenseScreenVM.prototype = {}; A.ExpenseView.prototype = { @@ -422017,7 +434675,7 @@ t1.addListener$1(0, _this.get$_expense_view$_onTabChanged()); }, _expense_view$_onTabChanged$0() { - var t1, store, expense, t2, _this = this; + var t1, store, expense, t2, t3, _this = this; _this._widget.toString; t1 = _this._framework$_element; t1.toString; @@ -422025,12 +434683,15 @@ expense = _this._widget.viewModel.expense; t1 = B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), expense.entityType); t2 = _this._expense_view$_controller; + t3 = store.__Store__dispatchers_F; if (t1) { t1 = t2._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateRecurringExpenseTab(t1)); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdateRecurringExpenseTab(t1)); } else { t1 = t2._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateExpenseTab(t1)); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdateExpenseTab(t1)); } }, didUpdateWidget$1(oldWidget) { @@ -422041,13 +434702,13 @@ if (t1 !== t2) this._expense_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._expense_view$_controller.removeListener$1(0, _this.get$_expense_view$_onTabChanged()); - _this._expense_view$_controller.dispose$0(0); - _this.super$__ExpenseViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._expense_view$_controller.dispose$0(); + _this.super$__ExpenseViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -422100,34 +434761,34 @@ t4 = true; return A.Column$(A._setArrayType([t2, new A.BottomButtons(t5, t3, B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], t6), t7) ? B.EntityAction_cloneToRecurring : B.EntityAction_cloneToExpense, t4, true, _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 216 + $signature: 227 }; A._ExpenseViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ExpenseViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ExpenseViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__ExpenseViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -422136,7 +434797,7 @@ } }; A.ExpenseViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.expense.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.ExpenseViewDocuments_build_closure(this, context), new A.ExpenseViewDocuments_build_closure0(this, context), null, null); }, @@ -422148,16 +434809,16 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.ExpenseViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.ExpenseOverview.prototype = { - build$1(_, context) { + build$1(context) { var t3, vendor, client, invoice, project, category, user, t4, recurringExpense, purchaseOrder, t5, fields, t6, t7, t8, t9, t10, t11, _null = null, _s8_ = "expense1", _s8_0 = "expense2", @@ -422291,7 +434952,7 @@ t2.$indexSet(0, t3, t1 !== 1 && t1 !== 0 ? A.formatNumber(t1, t4, _null, _null, B.FormatNumberType_3, true, _null, false) : _null); return A._setArrayType([new A.FieldGrid(t2, _null)], type$.JSArray_legacy_Widget); }, - $signature: 230 + $signature: 217 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -422309,11 +434970,11 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var t2, t3, _null = null, expense = this._widget.viewModel.expense, t1 = type$.JSArray_legacy_Widget; - t1 = A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$sendDate(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1)], t1), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t1); + t1 = A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$sendDate(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1)], t1), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t1); if (expense.get$isStale() && expense.recurringDates._list.length === 0) t1.push(new A.LoadingIndicator(300, false, _null)); t2 = expense.recurringDates._list; @@ -422327,10 +434988,10 @@ var _null = null; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, this.context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2409 + $signature: 3676 }; A.ExpenseViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseViewScreen_build_closure(this), new A.ExpenseViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseViewVM); } @@ -422339,13 +435000,13 @@ call$1(store) { return A.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2410 + $signature: 2451 }; A.ExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, false, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2411 + $signature: 2452 }; A.AbstractExpenseViewVM.prototype = { get$expense() { @@ -422358,8 +435019,10 @@ A.ExpenseViewVM.prototype = {}; A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadExpense(completer, this.expense.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadExpense(completer, this.expense.id)); return completer.future; }, $signature: 17 @@ -422372,17 +435035,19 @@ }; A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -422396,7 +435061,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1.prototype = { call$4(context, $document, password, idToken) { @@ -422405,15 +435070,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure(t2, this.expense), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadExpense(null, this.expense.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadExpense(null, this.expense.id)); }, $signature: 71 }; @@ -422433,9 +435102,9 @@ B.JSArray_methods.forEach$1(_this._expense_category_edit$_controllers, new A._ExpenseCategoryEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._expense_category_edit$_controllers, new A._ExpenseCategoryEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _expense_category_edit$_onChanged$0() { var _this = this, @@ -422443,7 +435112,7 @@ if (!expenseCategory.$eq(0, _this._widget.viewModel.expenseCategory)) _this._expense_category_edit$_debouncer.run$1(new A._ExpenseCategoryEditState__onChanged_closure0(_this, expenseCategory)); }, - build$1(_, context) { + build$1(context) { var t2, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -422463,13 +435132,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._ExpenseCategoryEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._ExpenseCategoryEditState_dispose_closure.prototype = { call$1(controller) { @@ -422477,7 +435146,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1(b) { @@ -422485,7 +435154,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 288 + $signature: 289 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0() { @@ -422497,7 +435166,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(context) { @@ -422526,7 +435195,7 @@ t5 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._autoValidate, t1._nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2.get$name(t2), _null, _null, false, _null, _null, t3.onSavePressed, true, _null, _null, B.TextAlign_4, _null), A.FormColorPicker$(t4.color, _null, new A._ExpenseCategoryEditState_build__closure0(t3, t4))], t5), _null, _null, false, _null, false, _null)], t5), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A._ExpenseCategoryEditState_build__closure0.prototype = { call$1(value) { @@ -422539,10 +435208,10 @@ b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 288 + $signature: 289 }; A.ExpenseCategoryEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseCategoryEditScreen_build_closure(), new A.ExpenseCategoryEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseCategoryEditVM); } @@ -422551,13 +435220,13 @@ call$1(store) { return A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2412 + $signature: 2453 }; A.ExpenseCategoryEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new A.ValueKey(viewModel.expenseCategory.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2413 + $signature: 2454 }; A.ExpenseCategoryEditVM.prototype = { get$expenseCategory() { @@ -422569,16 +435238,20 @@ }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure.prototype = { call$1(expenseCategory) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 369 + $signature: 287 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.ExpenseCategoryEntity_ExpenseCategoryEntity(_null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -422595,18 +435268,22 @@ }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var expenseCategory, t3, $navigator, t4, t1 = this.store, - expenseCategory = A._lateReadCheck(t1.__Store__state, "_state").uiState.expenseCategoryUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + expenseCategory = t2.uiState.expenseCategoryUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_ExpenseCategoryEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveExpenseCategoryRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ExpenseCategoryEntity), expenseCategory)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveExpenseCategoryRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ExpenseCategoryEntity), expenseCategory)); return t2.then$1$1(0, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure(expenseCategory, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure.prototype = { call$1(savedExpenseCategory) { @@ -422627,17 +435304,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s31_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s31_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s31_, t1, t1); } else - t2.pop$1(0, savedExpenseCategory); + t2.pop$1(savedExpenseCategory); } else A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 369 + $signature: 287 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -422651,30 +435330,31 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ExpenseCategoryListItem.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, t7, t8, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - expenseCategoryUIState = uiState.expenseCategoryUIState, - t1 = expenseCategoryUIState.listUIState.selectedIds, - t2 = _this.filter; - if (t2 != null && t2.length !== 0) - _this.expenseCategory.matchesFilterValue$1(t2); - t2 = state.userCompanyStates; + build$1(context) { + var uiState, expenseCategoryUIState, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + expenseCategoryUIState = uiState.expenseCategoryUIState; + t2 = expenseCategoryUIState.listUIState.selectedIds; + t3 = _this.filter; + if (t3 != null && t3.length !== 0) + _this.expenseCategory.matchesFilterValue$1(t3); + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.expenseCategory; - t4 = t2.id; + t3 = t1._list[t3].userCompany; + t1 = _this.expenseCategory; + t4 = t1.id; t5 = uiState.get$isEditing() ? expenseCategoryUIState.editing.id : expenseCategoryUIState.selectedId; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.ExpenseCategoryListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.ExpenseCategoryListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t7 = type$.JSArray_legacy_Widget; - t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); + t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); t8 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.ExpenseCategoryListItem_build_closure0(_this), new A.ExpenseCategoryListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t2, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.ExpenseCategoryListItem_build_closure0(_this), new A.ExpenseCategoryListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t1, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); }, get$user(receiver) { return this.user; @@ -422704,7 +435384,7 @@ $signature: 11 }; A.ExpenseCategoryListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseCategoryListBuilder_build_closure(), A.expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseCategoryListVM); } @@ -422718,7 +435398,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_expenseCategory, new A.ExpenseCategoryListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.ExpenseCategoryPresenter(), t1, t3); }, - $signature: 2414 + $signature: 2455 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2(context, index) { @@ -422737,17 +435417,21 @@ t2 = false; return new A.ExpenseCategoryListItem(t4, expenseCategory, t1.filter, t2, null); }, - $signature: 2415 + $signature: 2456 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -422760,13 +435444,17 @@ }; A.ExpenseCategoryListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortExpenseCategories(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortExpenseCategories(field)); }, $signature: 5 }; A.ExpenseCategoryListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearExpenseCategoryMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearExpenseCategoryMultiselect()); }, $signature: 10 }; @@ -422776,99 +435464,132 @@ } }; A.ExpenseCategoryScreen.prototype = { - build$1(_, context) { - var t4, t5, t6, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.expenseCategoryUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.expenseCategoryList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType([], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_expenseCategory, false, B.List_empty18, 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"], t5), B.List_empty19, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.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), t3.get$newExpenseCategory()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_expenseCategory, t2, new A.ExpenseCategoryScreen_build_closure7(store), t4, _null, _null, new A.ExpenseCategoryScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.ExpenseCategoryListBuilder(_null), t6, B.EntityType_expenseCategory, t3, 0, "expense_settings", new A.ExpenseCategoryScreen_build_closure9(store), new A.ExpenseCategoryScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.expenseCategoryUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.expenseCategoryList; + t3 = t3.filter; + t6 = type$.JSArray_legacy_String; + t7 = A.List_List$of(A._setArrayType([], t6), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t6), B.EntityType_expenseCategory, false, B.List_empty19, 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_empty20, 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, _null, B.EntityType_expenseCategory, t1, 0, "expense_settings", new A.ExpenseCategoryScreen_build_closure9(store), _null, new A.ExpenseCategoryScreen_build_closure10(store)); } }; A.ExpenseCategoryScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartExpenseCategoryMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartExpenseCategoryMultiselect()); }, $signature: 10 }; A.ExpenseCategoryScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.expenseCategoryUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearExpenseCategoryMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartExpenseCategoryMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.expenseCategoryUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearExpenseCategoryMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartExpenseCategoryMultiselect()); + } }, $signature: 1 }; A.ExpenseCategoryScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategories(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpenseCategories(value)); }, $signature: 9 }; A.ExpenseCategoryScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, $signature: 27 }; A.ExpenseCategoryScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortExpenseCategories(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortExpenseCategories(value)); }, $signature: 9 }; A.ExpenseCategoryScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, $signature: 27 }; A.ExpenseCategoryScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.expenseCategoryUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearExpenseCategoryMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartExpenseCategoryMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.expenseCategoryUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearExpenseCategoryMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartExpenseCategoryMultiselect()); + } }, $signature: 1 }; A.ExpenseCategoryScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpenseCategoriesByCustom1(value)); }, $signature: 5 }; A.ExpenseCategoryScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpenseCategoriesByCustom2(value)); }, $signature: 5 }; A.ExpenseCategoryScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpenseCategoriesByCustom3(value)); }, $signature: 5 }; A.ExpenseCategoryScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterExpenseCategoriesByCustom4(value)); }, $signature: 5 }; @@ -422879,7 +435600,7 @@ $signature: 1 }; A.ExpenseCategoryScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseCategoryScreenBuilder_build_closure(), A.expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseCategoryScreenVM); } @@ -422888,7 +435609,7 @@ call$2(context, vm) { return new A.ExpenseCategoryScreen(vm, null); }, - $signature: 2416 + $signature: 2457 }; A.ExpenseCategoryScreenVM.prototype = {}; A.ExpenseCategoryView.prototype = { @@ -422897,7 +435618,7 @@ } }; A._ExpenseCategoryViewState.prototype = { - build$1(_, context) { + build$1(context) { var t6, t7, _null = null, viewModel = this._widget.viewModel, state = viewModel.state, @@ -422921,7 +435642,7 @@ $signature: 10 }; A.ExpenseCategoryViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseCategoryViewScreen_build_closure(this), new A.ExpenseCategoryViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseCategoryViewVM); } @@ -422930,13 +435651,13 @@ call$1(store) { return A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2417 + $signature: 2458 }; A.ExpenseCategoryViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2418 + $signature: 2459 }; A.ExpenseCategoryViewVM.prototype = { get$expenseCategory() { @@ -422948,7 +435669,9 @@ }; A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category")); }, $signature: 10 }; @@ -422969,9 +435692,9 @@ B.JSArray_methods.forEach$1(_this._group_edit$_controllers, new A._GroupEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._group_edit$_controllers, new A._GroupEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _group_edit$_onChanged$0() { var _this = this, @@ -422979,7 +435702,7 @@ if (!J.$eq$(group, _this._widget.viewModel.group)) _this._group_edit$_debouncer.run$1(new A._GroupEditState__onChanged_closure0(_this, group)); }, - build$1(_, context) { + build$1(context) { var t2, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -422999,13 +435722,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._GroupEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._GroupEditState_dispose_closure.prototype = { call$1(controller) { @@ -423013,7 +435736,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._GroupEditState__onChanged_closure.prototype = { call$1(b) { @@ -423021,7 +435744,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 416 + $signature: 398 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -423033,7 +435756,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._GroupEditState_build_closure1.prototype = { call$1(context) { @@ -423061,7 +435784,7 @@ t4 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3.autoValidate, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null)], t4), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A._GroupEditState_build__closure0.prototype = { call$1(val) { @@ -423070,7 +435793,7 @@ $signature: 15 }; A.GroupEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.GroupEditScreen_build_closure(), new A.GroupEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_GroupEditVM); } @@ -423079,13 +435802,13 @@ call$1(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2419 + $signature: 2460 }; A.GroupEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.GroupEdit(viewModel, new A.ValueKey(viewModel.group.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2420 + $signature: 2461 }; A.GroupEditVM.prototype = { get$group() { @@ -423097,16 +435820,20 @@ }; A.GroupEditVM_GroupEditVM$fromStore_closure.prototype = { call$1(group) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateGroup(group)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateGroup(group)); }, - $signature: 280 + $signature: 258 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.GroupEntity_GroupEntity(_null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -423123,18 +435850,22 @@ }; A.GroupEditVM_GroupEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var group, t3, $navigator, t4, t1 = this.store, - group = A._lateReadCheck(t1.__Store__state, "_state").uiState.groupUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + group = t2.uiState.groupUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_GroupEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_GroupEntity), group)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveGroupRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_GroupEntity), group)); return t2.then$1$1(0, new A.GroupEditVM_GroupEditVM$fromStore___closure(group, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.GroupEditVM_GroupEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.GroupEditVM_GroupEditVM$fromStore___closure.prototype = { call$1(savedGroup) { @@ -423155,17 +435886,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s29_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s29_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s29_, t1, t1); } else - t2.pop$1(0, savedGroup); + t2.pop$1(savedGroup); } else A.viewEntity(false, savedGroup, null, true); }, - $signature: 280 + $signature: 258 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -423179,30 +435912,31 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.GroupListItem.prototype = { - build$1(_, context) { - var filterMatch, t2, t3, t4, t5, t6, _this = this, _null = null, + build$1(context) { + var t2, filterMatch, t3, t4, t5, t6, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = _this.filter; - if (t1 != null && t1.length !== 0) { + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.filter; + if (t2 != null && t2.length !== 0) { _this.group.toString; - filterMatch = A.matchesStringsValue(A._setArrayType([], type$.JSArray_legacy_String), t1); + filterMatch = A.matchesStringsValue(A._setArrayType([], type$.JSArray_legacy_String), t2); } else filterMatch = _null; - t1 = A._lateReadCheck(store.__Store__state, "_state").uiState.groupUIState.listUIState.selectedIds; - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.group; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.GroupListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t2 = store.__Store__state_A.uiState.groupUIState.listUIState.selectedIds; + t3 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t3._list[t1].userCompany; + t3 = _this.group; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.GroupListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t4 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t5 = type$.JSArray_legacy_Widget; - t4 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4.size._dx); + t4 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t3.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4.size._dx); t6 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.GroupListItem_build_closure0(_this), new A.GroupListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t6, new A.EntityStateLabel(t2, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t4, _null, _null), false, true, true, _null); + return new A.DismissibleEntity(t1, t3, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.GroupListItem_build_closure0(_this), new A.GroupListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t6, new A.EntityStateLabel(t3, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t4, _null, _null), false, true, true, _null); }, get$user(receiver) { return this.user; @@ -423232,7 +435966,7 @@ $signature: 11 }; A.GroupListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.GroupListBuilder_build_closure(), A.group_list_vm_GroupListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_GroupListVM); } @@ -423243,7 +435977,7 @@ t2 = viewModel.state; return A.EntityList$(viewModel.groupList, B.EntityType_group, new A.GroupListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2421 + $signature: 2462 }; A.GroupListBuilder_build__closure.prototype = { call$2(context, index) { @@ -423260,17 +435994,21 @@ t2 = false; return new A.GroupListItem(t3, group, t1.filter, t2, null); }, - $signature: 2422 + $signature: 2463 }; A.GroupListVM.prototype = {}; A.GroupListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -423283,85 +436021,115 @@ }; A.GroupListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortGroups(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortGroups(field)); }, $signature: 5 }; A.GroupListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearGroupMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearGroupMultiselect()); }, $signature: 10 }; A.GroupSettingsScreen.prototype = { - build$1(_, context) { - var t6, t7, _null = null, + build$1(context) { + var t2, t3, t4, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = state.uiState, - t3 = t2.groupUIState.listUIState, - t4 = t3.filterClearedAt, - t5 = this.viewModel.groupList; - t3 = t3.filter; - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_group, false, B.List_empty18, new A.GroupSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.GroupSettingsScreen_build_closure0(store), new A.GroupSettingsScreen_build_closure1(store), _null, A._setArrayType(["name"], type$.JSArray_legacy_String), B.List_empty19, _null); - if (state.prefState.appLayout === B.AppLayout_mobile) { - t7 = state.userCompanyStates; - t2 = t2.selectedCompanyIndex; - t2 = t7._list[t2].userCompany.can$2(B.UserPermission_create, B.EntityType_group); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t1.uiState; + t4 = t3.groupUIState.listUIState; + t5 = t4.filterClearedAt; + t6 = this.viewModel.groupList; + t4 = t4.filter; + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_group, false, B.List_empty19, new A.GroupSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.GroupSettingsScreen_build_closure0(store), new A.GroupSettingsScreen_build_closure1(store), _null, A._setArrayType(["name"], type$.JSArray_legacy_String), B.List_empty20, _null); + if (t1.prefState.appLayout === B.AppLayout_mobile) { + t1 = t1.userCompanyStates; + t3 = t3.selectedCompanyIndex; + t3 = t1._list[t3].userCompany.can$2(B.UserPermission_create, B.EntityType_group); + t1 = t3; } else - t2 = false; - t1 = t2 ? 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), t1.get$newGroup()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_group, t3, new A.GroupSettingsScreen_build_closure3(store), t5, _null, _null, new A.GroupSettingsScreen_build_closure4(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.GroupListBuilder(_null), t6, B.EntityType_group, t1, 0, _null, new A.GroupSettingsScreen_build_closure5(store), new A.GroupSettingsScreen_build_closure6(store)); + 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, _null, B.EntityType_group, t1, 0, _null, new A.GroupSettingsScreen_build_closure5(store), _null, new A.GroupSettingsScreen_build_closure6(store)); } }; A.GroupSettingsScreen_build_closure6.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartGroupMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartGroupMultiselect()); }, $signature: 10 }; A.GroupSettingsScreen_build_closure3.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterGroups(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterGroups(value)); }, $signature: 9 }; A.GroupSettingsScreen_build_closure4.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterGroupsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterGroupsByState(state)); }, $signature: 27 }; A.GroupSettingsScreen_build_closure5.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.groupUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearGroupMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartGroupMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.groupUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearGroupMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartGroupMultiselect()); + } }, $signature: 1 }; A.GroupSettingsScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortGroups(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortGroups(value)); }, $signature: 5 }; A.GroupSettingsScreen_build_closure1.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterGroupsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterGroupsByState(state)); }, $signature: 27 }; A.GroupSettingsScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.groupUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearGroupMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartGroupMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.groupUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearGroupMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartGroupMultiselect()); + } }, $signature: 1 }; @@ -423372,7 +436140,7 @@ $signature: 1 }; A.GroupScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.GroupScreenBuilder_build_closure(), A.group_screen_vm_GroupScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_GroupScreenVM); } @@ -423381,7 +436149,7 @@ call$2(context, vm) { return new A.GroupSettingsScreen(vm, null); }, - $signature: 2423 + $signature: 2464 }; A.GroupScreenVM.prototype = {}; A.GroupView.prototype = { @@ -423394,11 +436162,11 @@ this.super$State$initState(); this._group_view$_controller = A.TabController$(null, 0, 2, this); }, - dispose$0(_) { - this._group_view$_controller.dispose$0(0); - this.super$__GroupViewState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._group_view$_controller.dispose$0(); + this.super$__GroupViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -423439,16 +436207,16 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A._GroupViewState_build_closure1.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.SettingsViewer.prototype = { - build$1(_, context) { + build$1(context) { var t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86, t87, t88, t89, t90, t91, t92, t93, t94, t95, t96, t97, t98, t99, t100, t101, t102, t103, t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t121, t122, t123, t124, t125, t126, t127, t128, t129, t130, t131, t132, t133, t134, t135, t136, t137, t138, t139, t140, t141, t142, t143, t144, t145, t146, t147, t148, t149, t150, t151, t152, t153, t154, t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t167, t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t182, t183, t184, t185, t186, t187, t188, t189, t190, t191, t192, t193, t194, t195, t196, t197, t198, t199, t200, t201, t202, t203, t204, t205, t206, t207, t208, t209, t210, t211, t212, t213, t214, t215, t216, t217, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.state, @@ -423896,13 +436664,13 @@ } }; A.__GroupViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -423911,7 +436679,7 @@ } }; A.GroupViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.GroupViewScreen_build_closure(this), new A.GroupViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_GroupViewVM); } @@ -423920,13 +436688,13 @@ call$1(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2424 + $signature: 2465 }; A.GroupViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2425 + $signature: 2466 }; A.GroupViewVM.prototype = { get$group() { @@ -423938,23 +436706,27 @@ }; A.GroupViewVM_GroupViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/group_settings")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/group_settings")); }, $signature: 1 }; A.GroupViewVM_GroupViewVM$fromStore_closure0.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveGroupDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.group)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.GroupViewVM_GroupViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -423966,7 +436738,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.GroupViewVM_GroupViewVM$fromStore_closure1.prototype = { call$4(context, $document, password, idToken) { @@ -423975,15 +436747,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.GroupViewVM_GroupViewVM$fromStore__closure(t2, this.group), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadGroup(null, this.group.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadGroup(null, this.group.id)); }, $signature: 71 }; @@ -424003,9 +436779,9 @@ if (this._widget.viewModel.invoiceItemIndex != null) this._invoice_edit$_controller.animateTo$1(2); }, - dispose$0(_) { - this._invoice_edit$_controller.dispose$0(0); - this.super$__InvoiceEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._invoice_edit$_controller.dispose$0(); + this.super$__InvoiceEditState_State_SingleTickerProviderStateMixin$dispose(); }, _invoice_edit$_onSavePressed$2(context, action) { if (!$.$get$_InvoiceEditState__formKey().get$currentState().validate$0()) @@ -424018,7 +436794,7 @@ _invoice_edit$_onSavePressed$1(context) { return this._invoice_edit$_onSavePressed$2(context, null); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -424064,19 +436840,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { return this.$this._invoice_edit$_onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._InvoiceEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._invoice_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._InvoiceEditState_build_closure.prototype = { call$0() { @@ -424095,14 +436871,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(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: 274 + $signature: 276 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 62 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -424121,7 +436897,7 @@ } return t1; }, - $signature: 239 + $signature: 277 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -424135,16 +436911,16 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 275 + $signature: 278 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -424153,7 +436929,7 @@ } }; A.InvoiceEditContacts.prototype = { - build$1(_, context) { + build$1(context) { var vendorContacts, clientContacts, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.viewModel, @@ -424193,7 +436969,7 @@ call$2(contactA, contactB) { return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2426 + $signature: 2467 }; A.InvoiceEditContacts_build_closure0.prototype = { call$1(contact) { @@ -424201,7 +436977,7 @@ invitation = t1.getInvitationForVendorContact$1(contact); return new A._VendorContactListTile(t1, contact, invitation, new A.InvoiceEditContacts_build__closure0(this.$this, invitation, contact), null); }, - $signature: 2427 + $signature: 2468 }; A.InvoiceEditContacts_build__closure0.prototype = { call$0() { @@ -424219,7 +436995,7 @@ else return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2428 + $signature: 2469 }; A.InvoiceEditContacts_build_closure2.prototype = { call$1(contact) { @@ -424227,7 +437003,7 @@ invitation = t1.getInvitationForClientContact$1(contact); return new A._ClientContactListTile(t1, contact, invitation, new A.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2429 + $signature: 2470 }; A.InvoiceEditContacts_build__closure.prototype = { call$0() { @@ -424238,7 +437014,7 @@ $signature: 10 }; A._ClientContactListTile.prototype = { - build$1(_, context) { + build$1(context) { var t4, t5, t6, _this = this, _null = null, t1 = type$.legacy_AppLocalization, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), @@ -424266,7 +437042,7 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A._ClientContactListTile_build_closure0.prototype = { call$0() { @@ -424277,7 +437053,7 @@ $signature: 1 }; A._VendorContactListTile.prototype = { - build$1(_, context) { + build$1(context) { var t4, t5, t6, _this = this, _null = null, t1 = type$.legacy_AppLocalization, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), @@ -424305,7 +437081,7 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A._VendorContactListTile_build_closure0.prototype = { call$0() { @@ -424316,7 +437092,7 @@ $signature: 1 }; A.InvoiceEditContactsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEditContactsScreen_build_closure(), new A.InvoiceEditContactsScreen_build_closure0(this), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceEditContactsVM); } @@ -424325,13 +437101,13 @@ call$1(store) { return A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2430 + $signature: 2471 }; A.InvoiceEditContactsScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditContacts(viewModel, null); }, - $signature: 2431 + $signature: 2472 }; A.EntityEditContactsVM.prototype = { get$company() { @@ -424356,18 +437132,26 @@ } else invitation = null; t1 = t1.entity.entityType; - if (t1 === B.EntityType_quote) - _this.store.get$_dispatchers()[0].call$1(new A.AddQuoteContact(contact, invitation)); - else if (t1 === B.EntityType_credit) - _this.store.get$_dispatchers()[0].call$1(new A.AddCreditContact(contact, invitation)); - else if (t1 === B.EntityType_recurringInvoice) - _this.store.get$_dispatchers()[0].call$1(new A.AddRecurringInvoiceContact(contact, invitation)); - else if (t1 === B.EntityType_invoice) - _this.store.get$_dispatchers()[0].call$1(new A.AddInvoiceContact(contact, invitation)); - else + if (t1 === B.EntityType_quote) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddQuoteContact(contact, invitation)); + } else if (t1 === B.EntityType_credit) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddCreditContact(contact, invitation)); + } else if (t1 === B.EntityType_recurringInvoice) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddRecurringInvoiceContact(contact, invitation)); + } else if (t1 === B.EntityType_invoice) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddInvoiceContact(contact, invitation)); + } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 627 + $signature: 664 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(contact) { @@ -424379,31 +437163,43 @@ invitation = type$.legacy_InvoiceEntity._as(t2._map$_map.$index(0, t3)).getInvitationForVendorContact$1(contact); } else invitation = null; - if (t1.entity.entityType === B.EntityType_purchaseOrder) - _this.store.get$_dispatchers()[0].call$1(new A.AddPurchaseOrderContact(contact, invitation)); - else + if (t1.entity.entityType === B.EntityType_purchaseOrder) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddPurchaseOrderContact(contact, invitation)); + } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 611 + $signature: 709 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1.prototype = { call$1(invitation) { var _this = this, t1 = _this._box_0.entity.entityType; - if (t1 === B.EntityType_quote) - _this.store.get$_dispatchers()[0].call$1(new A.RemoveQuoteContact(invitation)); - else if (t1 === B.EntityType_credit) - _this.store.get$_dispatchers()[0].call$1(new A.RemoveCreditContact(invitation)); - else if (t1 === B.EntityType_recurringInvoice) - _this.store.get$_dispatchers()[0].call$1(new A.RemoveRecurringInvoiceContact(invitation)); - else if (t1 === B.EntityType_invoice) - _this.store.get$_dispatchers()[0].call$1(new A.RemoveInvoiceContact(invitation)); - else if (t1 === B.EntityType_purchaseOrder) - _this.store.get$_dispatchers()[0].call$1(new A.RemovePurchaseOrderContact(invitation)); - else + if (t1 === B.EntityType_quote) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RemoveQuoteContact(invitation)); + } else if (t1 === B.EntityType_credit) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RemoveCreditContact(invitation)); + } else if (t1 === B.EntityType_recurringInvoice) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RemoveRecurringInvoiceContact(invitation)); + } else if (t1 === B.EntityType_invoice) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RemoveInvoiceContact(invitation)); + } else if (t1 === B.EntityType_purchaseOrder) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RemovePurchaseOrderContact(invitation)); + } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2433 + $signature: 2474 }; A.InvoiceEditDesktop.prototype = { createState$0() { @@ -424413,14 +437209,14 @@ }; A.InvoiceEditDesktopState.prototype = { initState$0() { - var invoice, _this = this, _null = null; + var invoice, _this = this; _this.super$State$initState(); invoice = _this._widget.viewModel.invoice; _this._invoice_edit_desktop$_showTasksTable = invoice.get$hasTasks() && !invoice.get$hasProducts(); - _this._invoice_edit_desktop$_focusNode = A.FocusScopeNode$(true, _null, false); - _this._optionTabController = A.TabController$(_null, 0, 6, _this); - _this._tableTabController = A.TabController$(_null, _this._invoice_edit_desktop$_showTasksTable ? 1 : 0, 2, _this); - _this._invoice_edit_desktop$_scrollController = new A.ScrollController(0, true, _null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this._invoice_edit_desktop$_focusNode = A.FocusScopeNode$(true, null, false); + _this._optionTabController = A.TabController$(null, 0, 6, _this); + _this._tableTabController = A.TabController$(null, _this._invoice_edit_desktop$_showTasksTable ? 1 : 0, 2, _this); + _this._invoice_edit_desktop$_scrollController = A.ScrollController$(0, true); }, didChangeDependencies$0() { var invoice, _this = this, _null = null, @@ -424481,14 +437277,14 @@ B.JSArray_methods.forEach$1(_this._invoice_edit_desktop$_controllers, new A.InvoiceEditDesktopState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._invoice_edit_desktop$_focusNode.dispose$0(0); - _this._optionTabController.dispose$0(0); - _this._tableTabController.dispose$0(0); + _this._invoice_edit_desktop$_focusNode.dispose$0(); + _this._optionTabController.dispose$0(); + _this._tableTabController.dispose$0(); B.JSArray_methods.forEach$1(_this._invoice_edit_desktop$_controllers, new A.InvoiceEditDesktopState_dispose_closure(_this)); - _this._invoice_edit_desktop$_scrollController.dispose$0(0); - _this.super$_InvoiceEditDesktopState_State_TickerProviderStateMixin$dispose(0); + _this._invoice_edit_desktop$_scrollController.dispose$0(); + _this.super$_InvoiceEditDesktopState_State_TickerProviderStateMixin$dispose(); }, _invoice_edit_desktop$_onChanged$0() { var _this = this, @@ -424496,7 +437292,7 @@ if (!J.$eq$(invoice, _this._widget.viewModel.invoice)) _this._invoice_edit_desktop$_debouncer.run$1(new A.InvoiceEditDesktopState__onChanged_closure0(_this, invoice)); }, - build$1(_, context) { + build$1(context) { var t6, vendor, entityType, originalInvoice, t7, t8, t9, countProducts, countTasks, settings, terms, termsString, t10, t11, t12, t13, t14, t15, t16, t17, t18, _list, i, t19, i0, t20, _this = this, _null = null, _s16_ = "__invoice_total_", store = A.StoreProvider_of(context, type$.legacy_AppState), @@ -424534,12 +437330,12 @@ if (entityType === B.EntityType_purchaseOrder) t12.push(new A.VendorPicker(t6, t3[t2].vendorState, new A.InvoiceEditDesktopState_build_closure1(viewModel, context, invoice), new A.InvoiceEditDesktopState_build_closure2(viewModel, context), true, _null)); else - t12.push(new A.ClientPicker(t5, t3[t2].clientState, new A.InvoiceEditDesktopState_build_closure3(viewModel, context, invoice), new A.InvoiceEditDesktopState_build_closure4(viewModel, context), true, B.List_empty0, _null)); + t12.push(new A.ClientPicker(t5, t3[t2].clientState, new A.InvoiceEditDesktopState_build_closure3(viewModel, context, invoice), new A.InvoiceEditDesktopState_build_closure4(viewModel, context), true, B.List_empty1, _null)); else { t2 = new A.EntityPresenter(); t2.entity = entityType === B.EntityType_purchaseOrder ? vendor : client; t2.context = context; - t12.push(A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(1 / 0, 1 / 0, 40, 1 / 0), new A.Padding(B.EdgeInsets_6_6_6_6, A.Text$(t2.title$0(0), _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceEditDesktopState_build_closure5(invoice, vendor, client), new A.InvoiceEditDesktopState_build_closure6(invoice, vendor, client), _null, _null, _null, _null, _null, _null)); + t12.push(A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(1 / 0, 1 / 0, 40, 1 / 0), new A.Padding(B.EdgeInsets_6_6_6_6, A.Text$(t2.title$0(0), _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceEditDesktopState_build_closure5(invoice, vendor, client), new A.InvoiceEditDesktopState_build_closure6(invoice, vendor, client), _null, _null, _null, _null, _null, _null, _null)); } t12.push(new A.SizedBox(_null, 8, _null, _null)); t12.push(new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, 186), new A.InvoiceEditContactsScreen(entityType, _null), _null)); @@ -424718,7 +437514,7 @@ t13.push(A.Row$(A._setArrayType([t3, A.Expanded$(A.Column$(A._setArrayType([A.FormCard$(_null, t7, _null, _null, false, _null, false, B.EdgeInsets_6_12_12_0)], t11), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t11), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); if (state.prefState.showPdfPreview) t13.push(new A.Padding(B.EdgeInsets_16_2_16_16, new A._PdfPreview(invoice, _null), _null)); - return A.SingleChildScrollView$(A.Column$(t13, B.CrossAxisAlignment_2, new A.ValueKey("__invoice_" + t4 + "__", t10), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), t9, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); + return A.SingleChildScrollView$(A.Column$(t13, B.CrossAxisAlignment_2, new A.ValueKey("__invoice_" + t4 + "__", t10), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), t9, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); } }; A.InvoiceEditDesktopState_didChangeDependencies_closure.prototype = { @@ -424739,7 +437535,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -424790,37 +437586,37 @@ call$1(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(vendor) { this.viewModel.onVendorChanged.call$3(this.context, this.invoice, vendor); }, - $signature: 35 + $signature: 36 }; A.InvoiceEditDesktopState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 355 + $signature: 306 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$1(client) { this.viewModel.onClientChanged.call$3(this.context, this.invoice, client); }, - $signature: 35 + $signature: 36 }; A.InvoiceEditDesktopState_build_closure4.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 355 + $signature: 306 }; A.InvoiceEditDesktopState_build_closure5.prototype = { call$0() { @@ -424853,13 +437649,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: 363 + $signature: 328 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -424886,7 +437682,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: 174 + $signature: 180 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(value) { @@ -424912,7 +437708,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 460 + $signature: 489 }; A.InvoiceEditDesktopState_build_closure15.prototype = { call$1(val) { @@ -424924,7 +437720,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure13(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(b) { @@ -424937,7 +437733,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure12(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDesktopState_build__closure12.prototype = { call$1(b) { @@ -424967,7 +437763,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure11(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDesktopState_build__closure11.prototype = { call$1(b) { @@ -425013,26 +437809,26 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.InvoiceEditDesktopState_build_closure23.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 59 + $signature: 62 }; A.InvoiceEditDesktopState_build_closure24.prototype = { call$1(index) { var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure8(t1, index)); }, - $signature: 114 + $signature: 108 }; A.InvoiceEditDesktopState_build__closure8.prototype = { call$0() { return this.$this._invoice_edit_desktop$_showTasksTable = this.index === 1; }, - $signature: 22 + $signature: 23 }; A.InvoiceEditDesktopState_build_closure25.prototype = { call$2(context, constraints) { @@ -425049,7 +437845,7 @@ if (t7 === B.EntityType_purchaseOrder) { t8 = _this.state; t9 = t8.uiState.selectedCompanyIndex; - t5.push(new A.ClientPicker(t2.clientId, t8.userCompanyStates._list[t9].clientState, new A.InvoiceEditDesktopState_build__closure1(t3, t2), _null, _null, B.List_empty0, _null)); + t5.push(new A.ClientPicker(t2.clientId, t8.userCompanyStates._list[t9].clientState, new A.InvoiceEditDesktopState_build__closure1(t3, t2), _null, _null, B.List_empty1, _null)); } else if (t6.isModuleEnabled$1(B.EntityType_vendor)) { t8 = _this.localization; t8 = t8.get$vendor(t8); @@ -425058,7 +437854,7 @@ t11 = t10.uiState.selectedCompanyIndex; t11 = t10.userCompanyStates._list[t11]; t12 = t11.vendorState; - t5.push(A.EntityDropdown$(true, false, false, t2.vendorId, t9.call$4(t12.map, t12.list, t11.userState.map, t10.staticState), _null, B.EntityType_vendor, B.List_empty0, t8, _null, new A.InvoiceEditDesktopState_build__closure2(_this.store), new A.InvoiceEditDesktopState_build__closure3(t3, t2), _null, _null, _null)); + t5.push(A.EntityDropdown$(true, false, false, t2.vendorId, t9.call$4(t12.map, t12.list, t11.userState.map, t10.staticState), _null, B.EntityType_vendor, B.List_empty1, t8, _null, new A.InvoiceEditDesktopState_build__closure2(_this.store), new A.InvoiceEditDesktopState_build__closure3(t3, t2), _null, _null, _null)); } t8 = _this.localization; t9 = t8.get$exchangeRate(); @@ -425075,7 +437871,7 @@ } return A.GridView$count((t1 / 2 - 8) / 50, t5, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 365 + $signature: 361 }; A.InvoiceEditDesktopState_build__closure.prototype = { call$1(userId) { @@ -425092,9 +437888,10 @@ }; A.InvoiceEditDesktopState_build__closure0.prototype = { call$1(projectId) { - var project, client, t3, _this = this, - t1 = A._lateReadCheck(_this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, project, client, t3, _this = this, + t1 = _this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; project = t2._list[t1].projectState.$get$1(0, projectId); t1 = _this.state; @@ -425130,7 +437927,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure5(client))); }, - $signature: 35 + $signature: 36 }; A.InvoiceEditDesktopState_build___closure5.prototype = { call$1(b) { @@ -425147,7 +437944,7 @@ call$1(vendor) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure3(vendor))); }, - $signature: 64 + $signature: 63 }; A.InvoiceEditDesktopState_build___closure3.prototype = { call$1(b) { @@ -425155,21 +437952,23 @@ t1 = t1.get$id(t1); return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 151 + $signature: 143 }; A.InvoiceEditDesktopState_build__closure2.prototype = { call$2(completer, $name) { - var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.InvoiceEditDesktopState_build___closure4($name)); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); + var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.InvoiceEditDesktopState_build___closure4($name)), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 227 + $signature: 206 }; A.InvoiceEditDesktopState_build___closure4.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 103 + $signature: 104 }; A.InvoiceEditDesktopState_build__closure4.prototype = { call$1(value) { @@ -425189,7 +437988,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure1(value))); }, - $signature: 154 + $signature: 159 }; A.InvoiceEditDesktopState_build___closure1.prototype = { call$1(b) { @@ -425203,7 +438002,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure0(value))); }, - $signature: 21 + $signature: 22 }; A.InvoiceEditDesktopState_build___closure0.prototype = { call$1(b) { @@ -425216,7 +438015,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure(value))); }, - $signature: 21 + $signature: 22 }; A.InvoiceEditDesktopState_build___closure.prototype = { call$1(b) { @@ -425229,25 +438028,25 @@ call$1(path) { return this.$this._widget.entityViewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.InvoiceEditDesktopState_build_closure27.prototype = { call$3($document, password, idToken) { return this.$this._widget.entityViewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.InvoiceEditDesktopState_build_closure28.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 138 + $signature: 150 }; A.InvoiceEditDesktopState_build_closure29.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 138 + $signature: 150 }; A.InvoiceEditDesktopState_build_closure30.prototype = { call$1(taxRate) { @@ -425256,7 +438055,7 @@ A.print("## UPDATED\nRate 3: " + updatedInvoice.taxName3 + " => " + A.S(updatedInvoice.taxRate3)); this.viewModel.onChanged.call$1(t1.applyTax$2$isThird(taxRate, true)); }, - $signature: 138 + $signature: 150 }; A._PdfPreview.prototype = { createState$0() { @@ -425300,7 +438099,7 @@ _loadPdf$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, $async$self = this, t3, state, credentials, url, invoice, t1, t2; + $async$returnValue, $async$self = this, t3, credentials, url, invoice, t1, t2; var $async$_loadPdf$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -425331,17 +438130,18 @@ $async$self.setState$1(new A.__PdfPreviewState__loadPdf_closure($async$self)); t3 = $async$self._framework$_element; t3.toString; - state = A._lateReadCheck(A.StoreProvider_of(t3, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t3 = A.StoreProvider_of(t3, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + credentials = t3.get$credentials(t3); url = credentials.url + "/live_preview"; if (t2) url += "/purchase_order"; url += "?entity=" + A.toSnakeCase(t1.name); if (!invoice.get$isNew()) url += "&entity_id=" + invoice.id; - if (state.get$isHosted() && A.cleanApiUrl(state.authState.url) !== "https://staging.invoicing.co") + if (t3.get$isHosted() && A.cleanApiUrl(t3.authState.url) !== "https://staging.invoicing.co") url = B.JSString_methods.replaceFirst$2(url, "//", "//preview."); - new A.WebClient().post$4$data$rawResponse(url, credentials.token, B.C_JsonCodec.encode$1($.$get$serializers().serializeWith$2($.$get$_$invoiceEntitySerializer(), invoice)), true).then$1$1(0, new A.__PdfPreviewState__loadPdf_closure0($async$self, state), type$.Null).catchError$1(new A.__PdfPreviewState__loadPdf_closure1($async$self)); + new A.WebClient().post$4$data$rawResponse(url, credentials.token, B.C_JsonCodec.encode$1($.$get$serializers().serializeWith$2($.$get$_$invoiceEntitySerializer(), invoice)), true).then$1$1(0, new A.__PdfPreviewState__loadPdf_closure0($async$self, t3), type$.Null).catchError$1(new A.__PdfPreviewState__loadPdf_closure1($async$self)); case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -425349,41 +438149,42 @@ }); return A._asyncStartSync($async$_loadPdf$0, $async$completer); }, - build$1(_, context) { - var t4, t5, t6, _this = this, _null = null, + build$1(context) { + var t3, t4, t5, t6, t7, _this = this, _null = null, _s13_ = "previous_page", _s9_ = "next_page", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = type$.JSArray_legacy_Widget, - t3 = A._setArrayType([], t2); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([], t3); if (_this._pageCount > 1) - t4 = state.prefState.enableJSPDF || false; + t5 = t2.prefState.enableJSPDF || false; else - t4 = false; - if (t4) { + t5 = false; + if (t5) { t1.toString; - t4 = $.$get$LocalizationsProvider__localizedValues(); + t5 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t5 = J.$index$asx(t4.$index(0, t1), _s13_); - if (t5 == null) - t5 = J.$index$asx(t4.$index(0, "en"), _s13_); - t6 = _this._currentPage === 1 ? _null : new A.__PdfPreviewState_build_closure(_this); - t1 = J.$index$asx(t4.$index(0, t1), _s9_); + t6 = J.$index$asx(t5.$index(0, t1), _s13_); + if (t6 == null) + t6 = J.$index$asx(t5.$index(0, "en"), _s13_); + t7 = _this._currentPage === 1 ? _null : new A.__PdfPreviewState_build_closure(_this); + t1 = J.$index$asx(t5.$index(0, t1), _s9_); if (t1 == null) - t1 = J.$index$asx(t4.$index(0, "en"), _s9_); - t4 = _this._currentPage == _this._pageCount ? _null : new A.__PdfPreviewState_build_closure0(_this); - t3.push(new A.Padding(B.EdgeInsets_0_0_0_16, A.Row$(A._setArrayType([new A.AppButton(_null, B._MdiIconData_Gjc1, t5, t6, 180, _null), new A.SizedBox(16, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_Up30, t1, t4, 180, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null)); + t1 = J.$index$asx(t5.$index(0, "en"), _s9_); + t5 = _this._currentPage == _this._pageCount ? _null : new A.__PdfPreviewState_build_closure0(_this); + t4.push(new A.Padding(B.EdgeInsets_0_0_0_16, A.Row$(A._setArrayType([new A.AppButton(_null, B._MdiIconData_Gjc1, t6, t7, 180, _null), new A.SizedBox(16, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_Up30, t1, t5, 180, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null)); } if (_this._invoice_edit_desktop$_response == null) t1 = A.Container$(_null, _null, B.Clip_0, B.Color_4292927712, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); else - t1 = state.prefState.enableJSPDF || false ? A.PdfPreview$(new A.__PdfPreviewState_build_closure1(_this), false, false, false, 800, A._setArrayType([_this._currentPage - 1], type$.JSArray_legacy_int)) : new A.HtmlElementView(_this._invoice_edit_desktop$_pdfString, _null); - t3.push(A.Expanded$(t1, 1)); - t2 = A._setArrayType([A.Column$(t3, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2); + t1 = t2.prefState.enableJSPDF || false ? A.PdfPreview$(new A.__PdfPreviewState_build_closure1(_this), false, false, false, 800, A._setArrayType([_this._currentPage - 1], type$.JSArray_legacy_int)) : new A.HtmlElementView(_this._invoice_edit_desktop$_pdfString, _null); + t4.push(A.Expanded$(t1, 1)); + t3 = A._setArrayType([A.Column$(t4, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t3); if (_this._invoice_edit_desktop$_isLoading) - t2.push(A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null)); - return A.Container$(_null, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), B.Clip_0, _null, _null, _null, _null, 1200, _null, _null, _null, _null, _null, _null); + t3.push(A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null)); + return A.Container$(_null, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), B.Clip_0, _null, _null, _null, _null, 1200, _null, _null, _null, _null, _null, _null); } }; A.__PdfPreviewState_loadPdf_closure.prototype = { @@ -425427,7 +438228,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 640 + $signature: 638 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -425441,8 +438242,7 @@ t1._currentPage = t3; t3 = _this.state.prefState.enableJSPDF; if (!t3) { - t2 = t2.get$bodyBytes(); - t2 = "data:application/pdf;base64," + B.C_Base64Codec.get$encoder().convert$1(t2); + t2 = "data:application/pdf;base64," + B.C_Base64Codec.get$encoder().convert$1(t2.bodyBytes); t1._invoice_edit_desktop$_pdfString = t2; A.WebUtils_registerWebView(t2); } @@ -425500,7 +438300,7 @@ call$1(format) { return this.$this._invoice_edit_desktop$_response.bodyBytes; }, - $signature: 237 + $signature: 264 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -425508,13 +438308,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.InvoiceEditDetails.prototype = { @@ -425575,9 +438375,9 @@ B.JSArray_methods.forEach$1(_this._invoice_edit_details$_controllers, new A.InvoiceEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._invoice_edit_details$_controllers, new A.InvoiceEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _invoice_edit_details$_onChanged$0() { var _this = this, @@ -425585,7 +438385,7 @@ if (!J.$eq$(invoice, _this._widget.viewModel.invoice)) _this._invoice_edit_details$_debouncer.run$1(new A.InvoiceEditDetailsState__onChanged_closure0(_this, invoice)); }, - build$1(_, context) { + build$1(context) { var t7, t8, t9, t10, t11, t12, t13, t14, t15, _list, i, t16, i0, _this = this, _null = null, _s10_ = "surcharge1", _s10_0 = "surcharge2", @@ -425607,7 +438407,7 @@ terms = _this._widget.entityType === B.EntityType_quote ? settings.defaultValidUntil : settings.defaultPaymentTerms, termsString = (terms == null ? "" : terms).length !== 0 ? t1.get$net() + " " + A.S(terms) : _null; if (invoice.get$isNew()) - t5 = t2 === B.EntityType_purchaseOrder ? new A.VendorPicker(invoice.vendorId, t4[t3].vendorState, new A.InvoiceEditDetailsState_build_closure(viewModel, context, invoice), new A.InvoiceEditDetailsState_build_closure0(viewModel, context), true, _null) : new A.ClientPicker(t6, t4[t3].clientState, new A.InvoiceEditDetailsState_build_closure1(viewModel, context, invoice), new A.InvoiceEditDetailsState_build_closure2(viewModel, context), _null, B.List_empty0, _null); + t5 = t2 === B.EntityType_purchaseOrder ? new A.VendorPicker(invoice.vendorId, t4[t3].vendorState, new A.InvoiceEditDetailsState_build_closure(viewModel, context, invoice), new A.InvoiceEditDetailsState_build_closure0(viewModel, context), true, _null) : new A.ClientPicker(t6, t4[t3].clientState, new A.InvoiceEditDetailsState_build_closure1(viewModel, context, invoice), new A.InvoiceEditDetailsState_build_closure2(viewModel, context), _null, B.List_empty1, _null); else { t5 = _this._widget.entityType; if (t5 === B.EntityType_purchaseOrder) @@ -425712,14 +438512,14 @@ if (company.isModuleEnabled$1(B.EntityType_project)) t5.push(new A.ProjectPicker(invoice.projectId, t6, new A.InvoiceEditDetailsState_build_closure24(state, invoice, viewModel, context), _null, _null)); if (t9) - t5.push(new A.ClientPicker(t6, t4[t3].clientState, new A.InvoiceEditDetailsState_build_closure25(viewModel, invoice), _null, _null, B.List_empty0, _null)); + t5.push(new A.ClientPicker(t6, t4[t3].clientState, new A.InvoiceEditDetailsState_build_closure25(viewModel, invoice), _null, _null, B.List_empty1, _null)); else if (company.isModuleEnabled$1(B.EntityType_vendor)) { t8 = invoice.vendorId; t9 = t1.get$vendor(t1); t10 = $.$get$memoizedDropdownVendorList(); t3 = t4[t3]; t4 = t3.vendorState; - t5.push(A.EntityDropdown$(true, false, false, t8, t10.call$4(t4.map, t4.list, t3.userState.map, state.staticState), _null, B.EntityType_vendor, B.List_empty0, t9, _null, new A.InvoiceEditDetailsState_build_closure26(store), new A.InvoiceEditDetailsState_build_closure27(viewModel, invoice), _null, _null, _null)); + t5.push(A.EntityDropdown$(true, false, false, t8, t10.call$4(t4.map, t4.list, t3.userState.map, state.staticState), _null, B.EntityType_vendor, B.List_empty1, t9, _null, new A.InvoiceEditDetailsState_build_closure26(store), new A.InvoiceEditDetailsState_build_closure27(viewModel, invoice), _null, _null, _null)); } t3 = t1.get$exchangeRate(); t5.push(A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, A.formatNumber(invoice.exchangeRate, context, _null, _null, B.FormatNumberType_5, true, _null, false), _null, false, false, new A.ValueKey("__exchange_rate_" + t6 + "__", type$.ValueKey_legacy_String), new A.TextInputType(2, true, true), t3, _null, _null, false, new A.InvoiceEditDetailsState_build_closure28(viewModel, invoice), _null, _null, true, _null, _null, B.TextAlign_4, _null)); @@ -425748,7 +438548,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -425791,25 +438591,25 @@ call$1(vendor) { this.viewModel.onVendorChanged.call$3(this.context, this.invoice, vendor); }, - $signature: 35 + $signature: 36 }; A.InvoiceEditDetailsState_build_closure0.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 355 + $signature: 306 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(client) { return this.viewModel.onClientChanged.call$3(this.context, this.invoice, client); }, - $signature: 64 + $signature: 63 }; A.InvoiceEditDetailsState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 355 + $signature: 306 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(val) { @@ -425849,13 +438649,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: 363 + $signature: 328 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure15(date))); }, - $signature: 350 + $signature: 323 }; A.InvoiceEditDetailsState_build__closure15.prototype = { call$1(b) { @@ -425882,7 +438682,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: 174 + $signature: 180 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { @@ -425908,7 +438708,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 460 + $signature: 489 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -425920,7 +438720,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -425933,7 +438733,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -425963,7 +438763,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure10(date))); }, - $signature: 57 + $signature: 58 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -426003,7 +438803,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(taxRate) { @@ -426027,7 +438827,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure7(value))); }, - $signature: 235 + $signature: 283 }; A.InvoiceEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -426076,7 +438876,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure4(client))); }, - $signature: 35 + $signature: 36 }; A.InvoiceEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -426093,7 +438893,7 @@ call$1(vendor) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure2(vendor))); }, - $signature: 64 + $signature: 63 }; A.InvoiceEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -426101,21 +438901,23 @@ t1 = t1.get$id(t1); return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 151 + $signature: 143 }; A.InvoiceEditDetailsState_build_closure26.prototype = { call$2(completer, $name) { - var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.InvoiceEditDetailsState_build__closure3($name)); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); + var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.InvoiceEditDetailsState_build__closure3($name)), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 227 + $signature: 206 }; A.InvoiceEditDetailsState_build__closure3.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 103 + $signature: 104 }; A.InvoiceEditDetailsState_build_closure28.prototype = { call$1(value) { @@ -426135,7 +438937,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure0(value))); }, - $signature: 21 + $signature: 22 }; A.InvoiceEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -426148,7 +438950,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure(value))); }, - $signature: 21 + $signature: 22 }; A.InvoiceEditDetailsState_build__closure.prototype = { call$1(b) { @@ -426158,7 +438960,7 @@ $signature: 7 }; A.InvoiceEditDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEditDetailsScreen_build_closure(this), new A.InvoiceEditDetailsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceEditDetailsVM); } @@ -426167,7 +438969,7 @@ call$1(store) { return A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2438 + $signature: 2479 }; A.InvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -426176,7 +438978,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_invoice, null); }, - $signature: 2439 + $signature: 2480 }; A.EntityEditDetailsVM.prototype = { get$company() { @@ -426189,20 +438991,23 @@ A.InvoiceEditDetailsVM.prototype = {}; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure.prototype = { call$1(invoice) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 142 + $signature: 144 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { - var t1 = this.store, - t2 = invoice.applyClient$2(this.state, client); - t1.get$_dispatchers()[0].call$1(new A.UpdateInvoice(t2)); - t1.get$_dispatchers()[0].call$1(new A.UpdateInvoiceClient(client)); + var t1 = invoice.applyClient$2(this.state, client), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateInvoice(t1)); + t2[0].call$1(new A.UpdateInvoiceClient(client)); }, "call*": "call$3", $requiredArgCount: 3, - $signature: 349 + $signature: 319 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -426214,43 +439019,48 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 119 + $signature: 116 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, $signature: 3 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 35 + $signature: 36 }; A.InvoiceEditFooter.prototype = { - build$1(_, context) { - var showLayoutToggle, title, t4, t5, _null = null, + build$1(context) { + var t3, total, useSidebarEditor, showLayoutToggle, title, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = this.invoice, - total = A.formatNumber(t2.calculateTotal$1$precision(A.precisionForInvoice(state, t2)), context, t2.clientId, _null, B.FormatNumberType_0, true, _null, false), - t3 = state.prefState, - useSidebarEditor = t3.useSidebarEditor._map$_map.$index(0, B.EntityType_invoice); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = this.invoice; + total = A.formatNumber(t3.calculateTotal$1$precision(A.precisionForInvoice(t2, t3)), context, t3.clientId, _null, B.FormatNumberType_0, true, _null, false); + t2 = t2.prefState; + useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_invoice); if (useSidebarEditor == null) useSidebarEditor = false; showLayoutToggle = A.getLayout(context) === B.AppLayout_desktop; - title = A.S(t1.lookup$1(A.toSnakeCase(t2.entityType.name) + "_total")) + ": " + A.S(total); + title = A.S(t1.lookup$1(A.toSnakeCase(t3.entityType.name) + "_total")) + ": " + A.S(total); t4 = A.Theme_of(context).cardColor; t5 = A._setArrayType([], type$.JSArray_legacy_Widget); if (showLayoutToggle) { t1 = useSidebarEditor ? t1.get$fullscreenEditor() : t1.get$sidebarEditor(); - t5.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceEditFooter_build_closure(store), _null, _null, _null, _null, _null, _null), t1)); + t5.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceEditFooter_build_closure(store), _null, _null, _null, _null, _null, _null, _null), t1)); } - t1 = t2.number; + t1 = t3.number; t1 = t1.length === 0 ? title : t1 + " \u2022 " + title; - t5.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_8_0_0, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t3.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null, _null, showLayoutToggle, false, _null)); + t5.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_8_0_0, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null, _null, showLayoutToggle, false, _null)); return A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t5, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), t4, 0, new A.CircularNotchedRectangle()); }, get$invoice() { @@ -426259,7 +439069,9 @@ }; A.InvoiceEditFooter_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_invoice)); }, $signature: 10 }; @@ -426272,7 +439084,7 @@ _showInvoiceItemEditor$2(lineItemIndex, context) { A.showDialog(null, true, new A._InvoiceEditItemsState__showInvoiceItemEditor_closure(this, lineItemIndex), context, null, true, type$.legacy_ItemEditDetails); }, - build$1(_, context) { + build$1(context) { var i, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -426301,7 +439113,7 @@ t2 = this.lineItemIndex; return new A.ItemEditDetails(t2, viewModel.invoice.lineItems._list[t2], viewModel, t1, new A.ValueKey("__" + A.S(t2) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2440 + $signature: 2481 }; A._InvoiceEditItemsState_build_closure.prototype = { call$1(duration) { @@ -426325,7 +439137,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2441 + $signature: 2482 }; A._InvoiceEditItemsState_build_closure0.prototype = { call$0() { @@ -426380,9 +439192,9 @@ _this._invoice_edit_items$_taxRate3 = A.TaxRateEntity_TaxRateEntity(_null, invoiceItem.taxName3, invoiceItem.taxRate3, _null); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._invoice_edit_items$_controllers, new A.ItemEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _invoice_edit_items$_onTextChanged$0() { this._invoice_edit_items$_debouncer.run$1(new A.ItemEditDetailsState__onTextChanged_closure(this)); @@ -426404,13 +439216,13 @@ t1.viewModel.onChangedInvoiceItem.call$2(invoiceItem, t1.index); } }, - build$1(_, context) { + build$1(context) { var t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, company = viewModel.company, t2 = type$.JSArray_legacy_Widget, - t3 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ItemEditDetailsState_build_closure(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ItemEditDetailsState_build_closure0(viewModel, context), _null)], t2), + t3 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ItemEditDetailsState_build_closure(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.ItemEditDetailsState_build_closure0(viewModel, context), _null)], t2), t4 = A.DecoratedFormField$(false, _null, false, false, _this._invoice_edit_items$_productKeyController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$product(t1), _null, _null, false, _null, _null, _this._widget.entityViewModel.onSavePressed, true, _null, _null, B.TextAlign_4, _null), t5 = A.DecoratedFormField$(false, _null, false, false, _this._invoice_edit_items$_notesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$description(t1), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), t6 = _this._invoice_edit_items$_custom1Controller, @@ -426450,7 +439262,7 @@ t5 = _this._invoice_edit_items$_taxRate3; t2.push(new A.TaxRateDropdown(t4 + t1, new A.ItemEditDetailsState_build_closure3(_this), t5.name, t5.rate, _null)); } - return A.AlertDialog$(t3, B.EdgeInsets_0_0_0_0, _null, A.SingleChildScrollView$(A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), B.EdgeInsets_24_20_24_24, _null, _null); + return A.AlertDialog$(t3, _null, _null, A.SingleChildScrollView$(A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1), _null, _null, _null); } }; A.ItemEditDetailsState_didChangeDependencies_closure.prototype = { @@ -426461,9 +439273,8 @@ }; A.ItemEditDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_invoice_edit_items$_onTextChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_invoice_edit_items$_onTextChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -426496,7 +439307,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 60 + $signature: 61 }; A.ItemEditDetailsState_build_closure.prototype = { call$0() { @@ -426509,14 +439320,14 @@ call$1(_) { var t1 = this.$this._widget; t1.viewModel.onRemoveInvoiceItemPressed.call$1(t1.index); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 9 }; A.ItemEditDetailsState_build_closure0.prototype = { call$0() { this.viewModel.clearSelectedInvoiceItem.call$0(); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -426525,7 +439336,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 138 + $signature: 150 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -426540,7 +439351,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 138 + $signature: 150 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -426555,7 +439366,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 138 + $signature: 150 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -426654,7 +439465,7 @@ if (company.getCustomFieldLabel$1(customField4).length !== 0 && !B.JSArray_methods.contains$1(pdfColumns, customField4)) B.JSArray_methods.add$1(pdfColumns, customField4); t1 = _this._invoice_edit_items_desktop$_columns; - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); for (t2 = pdfColumns.length, t3 = !company.enableProductQuantity, t4 = company.enableProductDiscount, _i = 0; _i < pdfColumns.length; pdfColumns.length === t2 || (0, A.throwConcurrentModificationError)(pdfColumns), ++_i) { column = pdfColumns[_i]; if ("item" === column || "service" === column) @@ -426718,7 +439529,7 @@ _invoice_edit_items_desktop$_onFocusChange$0() { $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._InvoiceEditItemsDesktopState__onFocusChange_closure()); }, - build$1(_, context) { + build$1(context) { var t4, company, invoice, t5, client, t6, precision, lineItems, includedLineItems, productState, productIds, customField1, customField2, customField3, customField4, tableFontColor, tableHeaderColor, tableHeaderColumns, translations, i, column, label, t7, isNumeric, t8, t9, t10, t11, index, t12, t13, t14, t15, _this = this, _null = null, _s4_ = "item", _s11_ = "description", _s8_ = "quantity", @@ -426893,8 +439704,8 @@ t12 = "" + index; t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).createdAt; t14 = A.List_List$of(A.List_List$of(new A.MappedListIterable(t4, new A._InvoiceEditItemsDesktopState_build_closure7(_this, index, lineItems, productIds, productState, company, state, invoice, viewModel, theme, customField1, customField2, customField3, customField4, context), t8), true, t9), true, t10); - t15 = J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision); - t14.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_C4W, false, false, _null, A.formatNumber(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision), context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey("__total_" + t12 + "_" + A.S(t15) + "_" + t5 + "__", t6), _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_1, _null, _null, _null), _null)); + t15 = J.total$2$z(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision); + t14.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_C4W, false, false, _null, A.formatNumber(J.total$2$z(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision), context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey("__total_" + t12 + "_" + A.S(t15) + "_" + t5 + "__", t6), _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_1, _null, _null, _null), _null)); t14.push(A.PopupMenuButton$(_null, _null, !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)), new A.Icon(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null), _null, new A._InvoiceEditItemsDesktopState_build_closure8(_this, includedLineItems, lineItems, index, t1), new A._InvoiceEditItemsDesktopState_build_closure9(_this, t1, lineItems, index, viewModel), B.EdgeInsets_8_8_8_8, _null, t11)); t7.push(new A.TableRow(new A.ValueKey("__line_item_" + t12 + "_" + A.S(t13) + "__", t6), _null, t14)); } @@ -426911,25 +439722,25 @@ t1 = true; return t1; }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState__updateColumns_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState__updateColumns_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState__updateColumns_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState__updateColumns_closure3.prototype = { call$1(value) { @@ -426957,7 +439768,7 @@ $.Debouncer_action = null; } }, - $signature: 36 + $signature: 37 }; A._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1(lineItem) { @@ -426968,13 +439779,13 @@ t1 = true; return t1; }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(widget) { return A.Expanded$(widget, 1); }, - $signature: 2442 + $signature: 2483 }; A._InvoiceEditItemsDesktopState_build_closure1.prototype = { call$0() { @@ -426987,7 +439798,7 @@ call$0() { return this.$this._isReordering = false; }, - $signature: 22 + $signature: 23 }; A._InvoiceEditItemsDesktopState_build_closure2.prototype = { call$2(context, index) { @@ -427011,7 +439822,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: 137 + $signature: 135 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(column) { @@ -427045,13 +439856,13 @@ return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, B.TextAlign_1, _null, _null); } }, - $signature: 2443 + $signature: 2484 }; A._InvoiceEditItemsDesktopState_build__closure30.prototype = { call$1(widget) { return A.Expanded$(new A.Padding(B.EdgeInsets_0_0_16_0, widget, null), 1); }, - $signature: 2444 + $signature: 2485 }; A._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$2(oldIndex, newIndex) { @@ -427062,19 +439873,19 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 121 + $signature: 130 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { call$1(item) { return item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$0() { @@ -427088,7 +439899,7 @@ var t1 = this.$this; return t1._isReordering = !t1._isReordering; }, - $signature: 22 + $signature: 23 }; A._InvoiceEditItemsDesktopState_build_closure7.prototype = { call$1(column) { @@ -427162,7 +439973,7 @@ return A.Focus$(false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, A.formatNumber(J.$index$asx(t3._copy_on_write_list$_list, t2).discount, _this.context, _this.invoice.clientId, _null, B.FormatNumberType_5, true, _null, false), _null, false, false, new A.ValueKey("__line_item_" + t2 + "_discount__", type$.ValueKey_legacy_String), new A.TextInputType(2, true, true), _null, _null, _null, false, new A._InvoiceEditItemsDesktopState_build__closure26(t1, t3, t2), _null, t1._widget.entityViewModel.onSavePressed, true, _null, _null, B.TextAlign_1, _null), _null), _null, _null, _null, _null, true, _null, new A._InvoiceEditItemsDesktopState_build__closure27(t1), _null, _null, true); } }, - $signature: 2445 + $signature: 2486 }; A._InvoiceEditItemsDesktopState_build__closure5.prototype = { call$1(hasFocus) { @@ -427170,7 +439981,7 @@ t1._autocompleteFocusIndex = this.index; t1._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 21 + $signature: 22 }; A._InvoiceEditItemsDesktopState_build__closure4.prototype = { call$1(textEditingValue) { @@ -427181,13 +439992,13 @@ return A._setArrayType([], type$.JSArray_legacy_ProductEntity); return options; }, - $signature: 2446 + $signature: 2487 }; A._InvoiceEditItemsDesktopState_build___closure10.prototype = { call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 238 + $signature: 267 }; A._InvoiceEditItemsDesktopState_build___closure11.prototype = { call$1(product) { @@ -427197,13 +440008,13 @@ return true; return B.JSString_methods.contains$1(t1.toLowerCase(), filter); }, - $signature: 782 + $signature: 566 }; A._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1(product) { return product.productKey; }, - $signature: 2447 + $signature: 2488 }; A._InvoiceEditItemsDesktopState_build__closure3.prototype = { call$1(product) { @@ -427239,7 +440050,7 @@ t1._invoice_edit_items_desktop$_onChanged$3$debounce(updatedItem, t2, false); t1._updateTable$0(); }, - $signature: 229 + $signature: 220 }; A._InvoiceEditItemsDesktopState_build___closure12.prototype = { call$1(b) { @@ -427285,21 +440096,21 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build___closure13.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_productKey = this.product.productKey; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure0.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var _null = null; return A.DecoratedFormField$(false, _null, false, 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: 389 + $signature: 459 }; A._InvoiceEditItemsDesktopState_build___closure16.prototype = { call$1(value) { @@ -427319,7 +440130,7 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$3(context, onSelected, options) { @@ -427328,7 +440139,7 @@ t1 = A.Theme_of(context).cardColor; 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, new A.ScrollableListViewBuilder(new A._InvoiceEditItemsDesktopState_build___closure14(options, highlightedIndex, this.state, onSelected, this.company), _null, J.get$length$asx(options), _null, _null, _null), B.Clip_0, t1, 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: 2448 + $signature: 2489 }; A._InvoiceEditItemsDesktopState_build___closure14.prototype = { call$2(context, index) { @@ -427341,126 +440152,126 @@ t2 = entity instanceof A.ProductEntity && _this.company.showProductDetails ? entity.notes : _null; return A.Container$(_null, new A.EntityAutocompleteListTile(entity, new A._InvoiceEditItemsDesktopState_build____closure(_this.onSelected), _null, t2, _null, _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 610 + $signature: 714 }; A._InvoiceEditItemsDesktopState_build____closure.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 157 + $signature: 158 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure9.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure8.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure7.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure6.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure15.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure17.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 463 + $signature: 491 }; A._InvoiceEditItemsDesktopState_build___closure4.prototype = { call$1(b) { @@ -427471,20 +440282,20 @@ b.get$_invoice_model$_$this()._taxRate1 = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure19.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 463 + $signature: 491 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -427495,20 +440306,20 @@ b.get$_invoice_model$_$this()._taxRate2 = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure21.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 463 + $signature: 491 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -427519,20 +440330,20 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure23.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure1.prototype = { call$1(b) { @@ -427540,20 +440351,20 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure25.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure0.prototype = { call$1(b) { @@ -427561,20 +440372,20 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build__closure27.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 41 + $signature: 43 }; 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: 72 + $signature: 70 }; A._InvoiceEditItemsDesktopState_build___closure.prototype = { call$1(b) { @@ -427582,7 +440393,7 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 60 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1(context) { @@ -427613,13 +440424,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: 609 + $signature: 716 }; 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: 608 + $signature: 717 }; A._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$1(action) { @@ -427644,10 +440455,12 @@ $signature: 9 }; A.TableHeader.prototype = { - build$1(_, context) { - var tableFontColor, t2, t3, t4, t5, _null = null, - t1 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.customColors._map$_map, - tableHeaderColor = t1.$index(0, "invoice_header_background_color"); + build$1(context) { + var tableHeaderColor, tableFontColor, t2, t3, t4, t5, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.prefState.customColors._map$_map; + tableHeaderColor = t1.$index(0, "invoice_header_background_color"); if (tableHeaderColor == null) tableHeaderColor = ""; tableFontColor = t1.$index(0, "invoice_header_font_color"); @@ -427660,11 +440473,11 @@ t5 = t4 ? 16 : 0; t1 = !t1 && this.isFirst ? 4 : 0; t4 = t4 ? B.TextAlign_1 : B.TextAlign_0; - return new A.Padding(new A.EdgeInsets(t1, t2, t5, t3), A.Text$(this.label, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, tableFontColor.length !== 0 ? A.convertHexStringToColor(tableFontColor) : B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), t4, _null, _null), _null); + return new A.Padding(new A.EdgeInsets(t1, t2, t5, t3), A.Text$(this.label, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, tableFontColor.length !== 0 ? A.convertHexStringToColor(tableFontColor) : B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), t4, _null, _null), _null); } }; A.InvoiceEditItemsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEditItemsScreen_build_closure(this), new A.InvoiceEditItemsScreen_build_closure0(this), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceEditItemsVM); } @@ -427673,7 +440486,7 @@ call$1(store) { return A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2453 + $signature: 2494 }; A.InvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -427684,7 +440497,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2454 + $signature: 2495 }; A.EntityEditItemsVM.prototype = { get$company() { @@ -427697,27 +440510,37 @@ A.InvoiceEditItemsVM.prototype = {}; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure.prototype = { call$1(index) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteInvoiceItem(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 114 + $signature: 108 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.EditInvoiceItem(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.EditInvoiceItem(null)); }, $signature: 10 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1.prototype = { call$2(invoiceItem, index) { - var t2, - t1 = this.store; - if (index === A._lateReadCheck(t1.__Store__state, "_state").uiState.invoiceUIState.editing.lineItems._list.length) { + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (index === t2.uiState.invoiceUIState.editing.lineItems._list.length) { t2 = invoiceItem.rebuild$1(new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure(this.isTasks)); - t1.get$_dispatchers()[0].call$1(new A.AddInvoiceItem(t2)); - } else - t1.get$_dispatchers()[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddInvoiceItem(t2)); + } else { + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); + } }, - $signature: 271 + $signature: 244 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -427725,13 +440548,15 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 60 + $signature: 61 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { - this.store.get$_dispatchers()[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 121 + $signature: 130 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -427757,9 +440582,9 @@ B.JSArray_methods.forEach$1(_this._invoice_edit_notes$_controllers, new A.InvoiceEditNotesState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._invoice_edit_notes$_controllers, new A.InvoiceEditNotesState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _invoice_edit_notes$_onChanged$0() { var _this = this, @@ -427767,7 +440592,7 @@ if (!J.$eq$(invoice, _this._widget.viewModel.invoice)) _this._invoice_edit_notes$_debouncer.run$1(new A.InvoiceEditNotesState__onChanged_closure0(_this, invoice)); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -427809,9 +440634,8 @@ }; A.InvoiceEditNotesState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_invoice_edit_notes$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_invoice_edit_notes$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -427837,7 +440661,7 @@ $signature: 1 }; A.InvoiceEditNotesScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEditNotesScreen_build_closure(), new A.InvoiceEditNotesScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceEditNotesVM); } @@ -427846,13 +440670,13 @@ call$1(store) { return A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2455 + $signature: 2496 }; A.InvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2456 + $signature: 2497 }; A.EntityEditNotesVM.prototype = { get$company() { @@ -427865,9 +440689,11 @@ A.InvoiceEditNotesVM.prototype = {}; A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure.prototype = { call$1(invoice) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 142 + $signature: 144 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -427897,7 +440723,7 @@ url = B.JSString_methods.replaceFirst$2(url, "//", "//preview."); new A.WebClient().post$4$data$rawResponse(url, credentials.token, B.C_JsonCodec.encode$1($.$get$serializers().serializeWith$2($.$get$_$invoiceEntitySerializer(), t1)), true).then$1$1(0, new A.InvoiceEditPDFState_didChangeDependencies_closure0(_this), type$.Null).catchError$1(new A.InvoiceEditPDFState_didChangeDependencies_closure1(_this)); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = this._widget.viewModel.invoice.clientId; if (t1.length === 0) @@ -427928,7 +440754,7 @@ t1._invoice_edit_pdf$_isLoading = false; t2 = this.response; t1._invoice_edit_pdf$_response = t2; - t2 = t2.get$bodyBytes(); + t2 = t2.bodyBytes; t2 = "data:application/pdf;base64," + B.C_Base64Codec.get$encoder().convert$1(t2); t1._invoice_edit_pdf$_pdfString = t2; A.WebUtils_registerWebView(t2); @@ -427949,27 +440775,29 @@ $signature: 1 }; A.InvoiceEditPDFScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEditPDFScreen_build_closure(), new A.InvoiceEditPDFScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceEditPDFVM); } }; A.InvoiceEditPDFScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.invoiceUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.InvoiceEditPDFVM(state, t2._list[t1].userCompany.company, invoice); + var t2, invoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.invoiceUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.InvoiceEditPDFVM(t1, t3._list[t2].userCompany.company, invoice); }, - $signature: 2457 + $signature: 2498 }; A.InvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2458 + $signature: 2499 }; A.EntityEditPDFVM.prototype = { get$company() { @@ -427981,7 +440809,7 @@ }; A.InvoiceEditPDFVM.prototype = {}; A.InvoiceEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEditScreen_build_closure(), new A.InvoiceEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceEditVM); } @@ -427990,13 +440818,13 @@ call$1(store) { return A.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2459 + $signature: 2500 }; A.InvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2460 + $signature: 2501 }; A.AbstractInvoiceEditVM.prototype = { get$company() { @@ -428024,14 +440852,16 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 165 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure3.prototype = { call$0() { - var t3, $navigator, t4, state, i, lineItem, t5, t6, t7, _null = null, + var invoice, t3, $navigator, t4, t5, i, lineItem, t6, t7, t8, _null = null, t1 = this.store, - invoice = A._lateReadCheck(t1.__Store__state, "_state").uiState.invoiceUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + invoice = t2.uiState.invoiceUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -428040,21 +440870,21 @@ A.showDialog(_null, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1(t3), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), _null, true, type$.legacy_ErrorDialog); return _null; } - state = A._lateReadCheck(t1.__Store__state, "_state"); - for (t2 = invoice.lineItems._list, i = 0; i < t2.length; ++i) { - lineItem = t2[i]; - t5 = state.userCompanyStates; - t6 = state.uiState.selectedCompanyIndex; - t5 = t5._list; - t7 = t5[t6].taskState.$get$1(0, lineItem.taskId).clientId; - if (t7.length !== 0 && t7 !== t4) { + t2 = t1.__Store__state_A; + for (t5 = invoice.lineItems._list, i = 0; i < t5.length; ++i) { + lineItem = t5[i]; + t6 = t2.userCompanyStates; + t7 = t2.uiState.selectedCompanyIndex; + t6 = t6._list; + t8 = t6[t7].taskState.$get$1(0, lineItem.taskId).clientId; + if (t8.length !== 0 && t8 !== t4) { t1 = $.$get$navigatorKey(); t1.toString; A.showDialog(_null, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2(t3), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), _null, true, type$.legacy_ErrorDialog); return _null; } - t5 = t5[t6].expenseState.$get$1(0, lineItem.expenseId).clientId; - if ((t5 == null ? "" : t5).length !== 0 && t5 !== t4) { + t6 = t6[t7].expenseState.$get$1(0, lineItem.expenseId).clientId; + if ((t6 == null ? "" : t6).length !== 0 && t6 !== t4) { t1 = $.$get$navigatorKey(); t1.toString; A.showDialog(_null, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3(t3), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), _null, true, type$.legacy_ErrorDialog); @@ -428062,31 +440892,33 @@ } } if (!invoice.get$isNew()) { - t2 = state.userCompanyStates; - t4 = state.uiState.selectedCompanyIndex; - if (!A.hasInvoiceChanges(invoice, t2._list[t4].invoiceState.map)) { - t2 = this.action; - t2 = t2 != null && !t2.get$isServerSide(); + t4 = t2.userCompanyStates; + t5 = t2.uiState.selectedCompanyIndex; + if (!A.hasInvoiceChanges(invoice, t4._list[t5].invoiceState.map)) { + t4 = this.action; + t4 = t4 != null && !t4.get$isServerSide(); } else - t2 = false; + t4 = false; } else - t2 = false; - t4 = this.action; - if (t2) - A.handleEntitiesActions(A._setArrayType([invoice], type$.JSArray_legacy_BaseEntity), t4, false); + t4 = false; + t5 = this.action; + if (t4) + A.handleEntitiesActions(A._setArrayType([invoice], type$.JSArray_legacy_BaseEntity), t5, false); else { - t2 = new A._Future($.Zone__current, type$._Future_legacy_InvoiceEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveInvoiceRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), invoice, t4)); - return t2.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4(invoice, t3, state, t1, $navigator, t4), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5()); + t4 = new A._Future($.Zone__current, type$._Future_legacy_InvoiceEntity); + t6 = t1.__Store__dispatchers_F; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6[0].call$1(new A.SaveInvoiceRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_legacy_InvoiceEntity), invoice, t5)); + return t4.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4(invoice, t3, t2, t1, $navigator, t5), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5()); } }, - $signature: 33 + $signature: 34 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2.prototype = { call$1(context) { @@ -428098,7 +440930,7 @@ t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s24_); return new A.ErrorDialog(t1 == null ? J.$index$asx(t2.$index(0, "en"), _s24_) : t1, false, null); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3.prototype = { call$1(context) { @@ -428110,7 +440942,7 @@ t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s27_); return new A.ErrorDialog(t1 == null ? J.$index$asx(t2.$index(0, "en"), _s27_) : t1, false, null); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4.prototype = { call$1(savedInvoice) { @@ -428128,16 +440960,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s13_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s13_, t1, t1); } else - t2.pop$1(0, savedInvoice); + t2.pop$1(savedInvoice); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedInvoice, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_invoice) && t2.editAfterSaving) A.editEntity(_null, savedInvoice, true, _null); @@ -428151,7 +440988,7 @@ A.viewEntity(false, savedInvoice, _null, true); } }, - $signature: 65 + $signature: 64 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5.prototype = { call$1(error) { @@ -428165,7 +441002,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0.prototype = { call$3(items, clientId, projectId) { @@ -428178,16 +441015,19 @@ t1 = _this.state; t2 = t1.uiState.selectedCompanyIndex; t2 = _this.invoice.rebuild$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2(clientId, projectId, t1.userCompanyStates._list[t2].clientState.$get$1(0, clientId))); - _this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(t2)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateInvoice(t2)); } - t1 = _this.store; - t1.get$_dispatchers()[0].call$1(new A.AddInvoiceItems(items)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddInvoiceItems(items)); if (items.length === 1) { t2 = _this.invoice.lineItems._list.length; - t1.get$_dispatchers()[0].call$1(new A.EditInvoiceItem(t2)); + t1[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 258 + $signature: 238 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2.prototype = { call$1(b) { @@ -428212,35 +441052,39 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 186 + $signature: 190 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { - var _null = null, + var t2, _null = null, t1 = this.state.uiState; if (B.JSArray_methods.contains$1(A._setArrayType(["pdf", "email"], type$.JSArray_legacy_String), t1.get$previousSubRoute())) A.viewEntitiesByType(B.EntityType_invoice, _null); else { A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), true); t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -428252,7 +441096,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3.prototype = { call$4(context, $document, password, idToken) { @@ -428261,15 +441105,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure(t2, this.invoice), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadInvoice(null, this.invoice.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadInvoice(null, this.invoice.id)); }, $signature: 71 }; @@ -428292,32 +441140,33 @@ _this._filterClientId = _this._widget.clientId; _this._invoice_item_selector$_tabController = A.TabController$(null, 0, 3, _this); }, - dispose$0(_) { + dispose$0() { var t1 = this._invoice_item_selector$_textController; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this._invoice_item_selector$_tabController.dispose$0(0); - this.super$__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin$dispose(0); + this._invoice_item_selector$_tabController.dispose$0(); + this.super$__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin$dispose(); }, _onItemsSelected$1(context) { - var _this = this, t1 = {}, + var t3, t4, company, _this = this, t1 = {}, items = A._setArrayType([], type$.JSArray_legacy_InvoiceItemEntity), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - company = t2._list[t3].userCompany.company; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + company = t3._list[t4].userCompany.company; t1.projectId = null; - B.JSArray_methods.forEach$1(_this._invoice_item_selector$_selected, new A._InvoiceItemSelectorState__onItemsSelected_closure(t1, _this, items, company, state, context)); + B.JSArray_methods.forEach$1(_this._selected, new A._InvoiceItemSelectorState__onItemsSelected_closure(t1, _this, items, company, t2, context)); _this._updateClientId$0(); _this._widget.onItemsSelected$3(items, _this._filterClientId, t1.projectId); - A.Navigator_of(context, false).pop$1(0, null); + A.Navigator_of(context, false).pop$1(null); }, _toggleEntity$1(entity) { this.setState$1(new A._InvoiceItemSelectorState__toggleEntity_closure(this, entity)); }, _updateClientId$0() { var t1, _this = this, - selected = B.JSArray_methods.firstWhere$2$orElse(_this._invoice_item_selector$_selected, new A._InvoiceItemSelectorState__updateClientId_closure(), new A._InvoiceItemSelectorState__updateClientId_closure0()); + selected = B.JSArray_methods.firstWhere$2$orElse(_this._selected, new A._InvoiceItemSelectorState__updateClientId_closure(), new A._InvoiceItemSelectorState__updateClientId_closure0()); if (selected != null) { type$.legacy_BelongsToClient._as(selected); _this._filterClientId = selected.get$clientId(selected); @@ -428327,54 +441176,55 @@ _this._filterClientId = null; } }, - build$1(_, context) { - var company, showTabBar, t4, products, t5, tasks, expenses, tabs, tabViews, t6, _this = this, _null = null, + build$1(context) { + var t3, t4, company, showTabBar, t5, products, t6, tasks, expenses, tabs, tabViews, t7, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - company = t2[t3].userCompany.company; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + company = t3[t4].userCompany.company; if (_this._widget.showTasksAndExpenses) showTabBar = company.isModuleEnabled$1(B.EntityType_task) || company.isModuleEnabled$1(B.EntityType_expense); else showTabBar = false; - t4 = J.where$1$ax($.$get$memoizedProductList().call$1(t2[t3].productState.map), new A._InvoiceItemSelectorState_build_closure(_this, state)); - products = A.List_List$of(t4, true, t4.$ti._eval$1("Iterable.E")); - t4 = $.$get$memoizedTaskList(); - t5 = t2[t3]; - t5 = J.where$1$ax(t4.call$5(t5.taskState.map, _this._filterClientId, t5.userState.map, t5.clientState.map, t5.projectState.map), new A._InvoiceItemSelectorState_build_closure0(_this, state)); - tasks = A.List_List$of(t5, true, t5.$ti._eval$1("Iterable.E")); - t3 = J.where$1$ax($.$get$memoizedClientExpenseList().call$2(t2[t3].expenseState.map, _this._filterClientId), new A._InvoiceItemSelectorState_build_closure1(_this, state)); - expenses = A.List_List$of(t3, true, t3.$ti._eval$1("Iterable.E")); - t3 = t1.get$products(); - t2 = products.length; - t4 = type$.JSArray_legacy_Widget; - tabs = A._setArrayType([A.Tab$(_null, t3 + (t2 !== 0 ? " (" + t2 + ")" : ""))], t4); - tabViews = A._setArrayType([new A._InvoiceItemSelectorState_build__productList(_this, products, state).call$0()], t4); + t5 = J.where$1$ax($.$get$memoizedProductList().call$1(t3[t4].productState.map), new A._InvoiceItemSelectorState_build_closure(_this, t2)); + products = A.List_List$of(t5, true, t5.$ti._eval$1("Iterable.E")); + t5 = $.$get$memoizedTaskList(); + t6 = t3[t4]; + t6 = J.where$1$ax(t5.call$5(t6.taskState.map, _this._filterClientId, t6.userState.map, t6.clientState.map, t6.projectState.map), new A._InvoiceItemSelectorState_build_closure0(_this, t2)); + tasks = A.List_List$of(t6, true, t6.$ti._eval$1("Iterable.E")); + t4 = J.where$1$ax($.$get$memoizedClientExpenseList().call$2(t3[t4].expenseState.map, _this._filterClientId), new A._InvoiceItemSelectorState_build_closure1(_this, t2)); + expenses = A.List_List$of(t4, true, t4.$ti._eval$1("Iterable.E")); + t4 = t1.get$products(); + t3 = products.length; + t5 = type$.JSArray_legacy_Widget; + tabs = A._setArrayType([A.Tab$(_null, t4 + (t3 !== 0 ? " (" + t3 + ")" : ""))], t5); + tabViews = A._setArrayType([new A._InvoiceItemSelectorState_build__productList(_this, products, t2).call$0()], t5); if (company.isModuleEnabled$1(B.EntityType_task)) { - t2 = t1.get$tasks(); - t3 = tasks.length; - tabs.push(A.Tab$(_null, t2 + (t3 !== 0 ? " (" + t3 + ")" : ""))); - tabViews.push(new A._InvoiceItemSelectorState_build__taskList(_this, tasks, state).call$0()); + t3 = t1.get$tasks(); + t4 = tasks.length; + tabs.push(A.Tab$(_null, t3 + (t4 !== 0 ? " (" + t4 + ")" : ""))); + tabViews.push(new A._InvoiceItemSelectorState_build__taskList(_this, tasks, t2).call$0()); } if (company.isModuleEnabled$1(B.EntityType_expense)) { - t2 = t1.get$expenses(); - t3 = expenses.length; - tabs.push(A.Tab$(_null, t2 + (t3 !== 0 ? " (" + t3 + ")" : ""))); - tabViews.push(new A._InvoiceItemSelectorState_build__expenseList(_this, expenses, state).call$0()); + t3 = t1.get$expenses(); + t4 = expenses.length; + tabs.push(A.Tab$(_null, t3 + (t4 !== 0 ? " (" + t4 + ")" : ""))); + tabViews.push(new A._InvoiceItemSelectorState_build__expenseList(_this, expenses, t2).call$0()); } - t2 = A.Icon$(B.IconData_58727_MaterialIcons_null_false, _null, _null); - t3 = _this._invoice_item_selector$_selected; - t5 = A.Expanded$(A.TextField$(true, B.List_empty0, true, _null, _this._invoice_item_selector$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_sqK, _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, t3.length === 0 ? t1.get$filter(t1) : B.JSString_methods.replaceFirst$2(t1.get$countSelected(), ":count", "" + t3.length), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._InvoiceItemSelectorState_build_closure2(_this), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_3, _null, _null, _null), 1); - t6 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure3(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null); - if (t3.length !== 0) + t3 = A.Icon$(B.IconData_58727_MaterialIcons_null_false, _null, _null); + t4 = _this._selected; + t6 = A.Expanded$(A.TextField$(true, B.List_empty1, true, _null, _this._invoice_item_selector$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_Kz0, _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, t4.length === 0 ? t1.get$filter(t1) : B.JSString_methods.replaceFirst$2(t1.get$countSelected(), ":count", "" + t4.length), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", new A._InvoiceItemSelectorState_build_closure2(_this), _null, _null, _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null), 1); + t7 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure3(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null); + if (t4.length !== 0) t1 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57686_MaterialIcons_null_false, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure4(_this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null); else - t1 = !state.prefState.isEditorFullScreen$1(B.EntityType_invoice) ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure5(_this, company), B.EdgeInsets_8_8_8_8, _null, t1.get$createNew(), _null) : new A.SizedBox(_null, _null, _null, _null); - t1 = A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t2, _null), t5, A.Row$(A._setArrayType([t6, t1], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t1 = !t2.prefState.isEditorFullScreen$1(B.EntityType_invoice) ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure5(_this, company), B.EdgeInsets_8_8_8_8, _null, t1.get$createNew(), _null) : new A.SizedBox(_null, _null, _null, _null); + t1 = A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t3, _null), t6, A.Row$(A._setArrayType([t7, t1], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); t2 = showTabBar ? new A.AppTabBar(tabs, _this._invoice_item_selector$_tabController, false, _null, _null) : new A.SizedBox(_null, _null, _null, _null); - return new A.ResponsivePadding(A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([t1, t2, A.Expanded$(showTabBar ? A.TabBarView$(tabViews, _this._invoice_item_selector$_tabController, _null) : B.JSArray_methods.get$first(tabViews), 1)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null); + return new A.ResponsivePadding(A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([t1, t2, A.Expanded$(showTabBar ? A.TabBarView$(tabViews, _this._invoice_item_selector$_tabController, _null) : B.JSArray_methods.get$first(tabViews), 1)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null); } }; A._InvoiceItemSelectorState__onItemsSelected_closure.prototype = { @@ -428397,7 +441247,7 @@ } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.legacy_ExpenseEntity._as(entity))); }, - $signature: 140 + $signature: 138 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -428405,7 +441255,7 @@ t1 = this.$this; t1._invoice_item_selector$_filter = ""; t1._invoice_item_selector$_textController.set$text(0, ""); - t2 = t1._invoice_item_selector$_selected; + t2 = t1._selected; t3 = this.entity; if (B.JSArray_methods.contains$1(t2, t3)) B.JSArray_methods.remove$1(t2, t3); @@ -428425,7 +441275,7 @@ t1 = false; return t1; }, - $signature: 173 + $signature: 171 }; A._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0() { @@ -428480,7 +441330,7 @@ t1 = this.products; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__productList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 139 + $signature: 147 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -428489,20 +441339,20 @@ t2 = t1.uiState.selectedCompanyIndex, product = t1.userCompanyStates._list[t2].productState.map._map$_map.$index(0, entityId); t2 = this.$this; - return A.ProductListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._invoice_item_selector$_selected, product), false, new A._InvoiceItemSelectorState_build__productList__closure(t2, product), new A._InvoiceItemSelectorState_build__productList__closure0(t2, product, context), product); + return A.ProductListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, product), false, new A._InvoiceItemSelectorState_build__productList__closure(t2, product), new A._InvoiceItemSelectorState_build__productList__closure0(t2, product, context), product); }, - $signature: 607 + $signature: 718 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.product); }, - $signature: 41 + $signature: 43 }; A._InvoiceItemSelectorState_build__productList__closure0.prototype = { call$0() { var t1 = this.$this, - t2 = t1._invoice_item_selector$_selected, + t2 = t1._selected, t3 = this.product; if (t2.length !== 0) t1._toggleEntity$1(t3); @@ -428519,7 +441369,7 @@ t1 = this.tasks; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 139 + $signature: 147 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -428528,20 +441378,20 @@ t2 = t1.uiState.selectedCompanyIndex, task = t1.userCompanyStates._list[t2].taskState.map._map$_map.$index(0, entityId); t2 = this.$this; - return A.TaskListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._invoice_item_selector$_selected, task), false, new A._InvoiceItemSelectorState_build__taskList__closure(t2, task), new A._InvoiceItemSelectorState_build__taskList__closure0(t2, task, context), true, task); + 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: 368 + $signature: 352 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.task); }, - $signature: 41 + $signature: 43 }; A._InvoiceItemSelectorState_build__taskList__closure0.prototype = { call$0() { var t1 = this.$this, - t2 = t1._invoice_item_selector$_selected, + t2 = t1._selected, t3 = this.task; if (t2.length !== 0) t1._toggleEntity$1(t3); @@ -428558,7 +441408,7 @@ t1 = this.expenses; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 139 + $signature: 147 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -428570,21 +441420,21 @@ if (expense == null) expense = A.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, _null, _null, _null); t1 = this.$this; - t2 = B.JSArray_methods.contains$1(t1._invoice_item_selector$_selected, expense); + 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); }, - $signature: 451 + $signature: 486 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.expense); }, - $signature: 41 + $signature: 43 }; A._InvoiceItemSelectorState_build__expenseList__closure0.prototype = { call$0() { var t1 = this.$this, - t2 = t1._invoice_item_selector$_selected, + t2 = t1._selected, t3 = this.expense; if (t2.length !== 0) t1._toggleEntity$1(t3); @@ -428614,7 +441464,7 @@ if (t1._invoice_item_selector$_textController._change_notifier$_value.text.length !== 0) t1.setState$1(new A._InvoiceItemSelectorState_build__closure(t1)); else - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 1 }; @@ -428641,19 +441491,19 @@ t3.onItemsSelected$1(A._setArrayType([A.InvoiceItemEntity_InvoiceItemEntity(null, t2.defaultQuantity || !t2.enableProductQuantity ? 1 : 0)], type$.JSArray_legacy_InvoiceItemEntity)); t1 = t1._framework$_element; t1.toString; - A.Navigator_of(t1, false).pop$1(0, null); + A.Navigator_of(t1, false).pop$1(null); return null; }, $signature: 0 }; A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -428662,45 +441512,50 @@ } }; A.InvoiceEmailScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceEmailScreen_build_closure(), new A.InvoiceEmailScreen_build_closure0(), _null, _null, new A.InvoiceEmailScreen_build_closure1(), _null, _null, true, type$.legacy_AppState, type$.legacy_EmailInvoiceVM); } }; A.InvoiceEmailScreen_build_closure1.prototype = { call$1(store) { - var invoice, client, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoiceId = t1.invoiceUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - invoice = t2[t1].invoiceState.$get$1(0, invoiceId); - client = t2[t1].clientState.$get$1(0, invoice.clientId); + var t2, invoiceId, invoice, client, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoiceId = t2.invoiceUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t1 = t1._list; + invoice = t1[t2].invoiceState.$get$1(0, invoiceId); + client = t1[t2].clientState.$get$1(0, invoice.clientId); if (client.get$isStale()) { t1 = client.id; - store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 430 + $signature: 477 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoiceId = t1.invoiceUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return A.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, t2._list[t1].invoiceState.$get$1(0, invoiceId)); + var t2, invoiceId, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoiceId = t2.invoiceUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return A.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, t1._list[t2].invoiceState.$get$1(0, invoiceId)); }, - $signature: 2462 + $signature: 2503 }; A.InvoiceEmailScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceEmailView(vm, new A.ValueKey("__invoice_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2463 + $signature: 2504 }; A.EmailEntityVM.prototype = { get$company() { @@ -428720,9 +441575,11 @@ completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$emailedInvoice(), A.getLayout(context) === B.AppLayout_mobile, t1); if (A.getLayout(context) !== B.AppLayout_mobile) completer.future.then$1$1(0, new A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure(this.invoice), t1); - this.store.get$_dispatchers()[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body)); }, - $signature: 329 + $signature: 314 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(value) { @@ -428731,64 +441588,65 @@ $signature: 3 }; A.InvoiceListItem.prototype = { - build$1(_, context) { - var t5, client, invoiceUIState, listUIState, t6, isInMultiselect, t7, t8, isChecked, textStyle, t9, filterMatch, statusLabel, statusColor, textColor, subtitle, _this = this, _null = null, t1 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t2 = t2._list; - t5 = _this.invoice; - client = t2[t4].clientState.$get$1(0, t5.clientId); - invoiceUIState = t3.invoiceUIState; - listUIState = state.getUIState$1(t5.entityType).get$listUIState(); - t6 = _this.showCheckbox; - isInMultiselect = t6 && listUIState.selectedIds != null; + build$1(context) { + var t3, t4, t5, t6, client, invoiceUIState, listUIState, t7, isInMultiselect, t8, t9, isChecked, textStyle, t10, filterMatch, statusLabel, statusColor, textColor, subtitle, _this = this, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t3 = t3._list; + t6 = _this.invoice; + client = t3[t5].clientState.$get$1(0, t6.clientId); + invoiceUIState = t4.invoiceUIState; + listUIState = t2.getUIState$1(t6.entityType).get$listUIState(); + t7 = _this.showCheckbox; + isInMultiselect = t7 && listUIState.selectedIds != null; if (isInMultiselect) { - t7 = t5.id; - t8 = listUIState.selectedIds; - isChecked = t8 != null && B.JSArray_methods.contains$1(t8._list, t7); + t8 = t6.id; + t9 = listUIState.selectedIds; + isChecked = t9 != null && B.JSArray_methods.contains$1(t9._list, t8); } else isChecked = false; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t7 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t8 = _this.filter; - if (t8 != null && t8.length !== 0) { - t9 = t5.matchesFilterValue$1(t8); - filterMatch = t9 == null ? client.matchesFilterValue$1(t8) : t9; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t8 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t9 = _this.filter; + if (t9 != null && t9.length !== 0) { + t10 = t6.matchesFilterValue$1(t9); + filterMatch = t10 == null ? client.matchesFilterValue$1(t9) : t10; } else filterMatch = _null; - statusLabel = t7.lookup$1(B.Map_j34mP.$index(0, t5.get$calculatedStatusId())); - statusColor = new A.InvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, t5.get$calculatedStatusId()); + statusLabel = t8.lookup$1(B.Map_j34mP.$index(0, t6.get$calculatedStatusId())); + statusColor = new A.InvoiceStatusColors(t2.prefState.get$colorThemeModel()).get$colors().$index(0, t6.get$calculatedStatusId()); textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; - t8 = t5.date; - if (t8.length !== 0) { - subtitle = A.formatDate(t8, context, true, true, false); + t9 = t6.date; + if (t9.length !== 0) { + subtitle = A.formatDate(t9, context, true, true, false); t1.subtitle = subtitle; - t8 = subtitle; + t9 = subtitle; } else - t8 = ""; - t9 = t5.partialDueDate; - if (t9.length !== 0 && t5.partial !== 0) { - if (t8.length !== 0) - t8 = t1.subtitle = t8 + " \u2022 "; - t1.subtitle = t8 + A.formatDate(t9, context, true, true, false); + t9 = ""; + t10 = t6.partialDueDate; + if (t10.length !== 0 && t6.partial !== 0) { + if (t9.length !== 0) + t9 = t1.subtitle = t9 + " \u2022 "; + t1.subtitle = t9 + A.formatDate(t10, context, true, true, false); } else { - t9 = t5.dueDate; - if (t9.length !== 0) { - if (t8.length !== 0) - t8 = t1.subtitle = t8 + " \u2022 "; - t1.subtitle = t8 + A.formatDate(t9, context, true, true, false); + t10 = t6.dueDate; + if (t10.length !== 0) { + if (t9.length !== 0) + t9 = t1.subtitle = t9 + " \u2022 "; + t1.subtitle = t9 + A.formatDate(t10, context, true, true, false); } } if (A.getLayout(context) === B.AppLayout_desktop) { - t8 = t5.id; - t8 = t8 === (t3.get$isEditing() ? invoiceUIState.editing.id : invoiceUIState.selectedId); - t3 = t8; + t9 = t6.id; + t9 = t9 === (t4.get$isEditing() ? invoiceUIState.editing.id : invoiceUIState.selectedId); + t4 = t9; } else - t3 = false; - return new A.DismissibleEntity(t2[t4].userCompany, t5, new A.LayoutBuilder(new A.InvoiceListItem_build_closure(t1, _this, isInMultiselect, listUIState, isChecked, state, client, t7, textStyle, filterMatch, textColor, statusLabel, statusColor), _null), t3, t6, true, _null); + t4 = false; + return new A.DismissibleEntity(t3[t5].userCompany, t6, new A.LayoutBuilder(new A.InvoiceListItem_build_closure(t1, _this, isInMultiselect, listUIState, isChecked, t2, client, t8, textStyle, filterMatch, textColor, statusLabel, statusColor), _null), t4, t7, true, _null); }, get$invoice() { return this.invoice; @@ -428830,7 +441688,7 @@ t10 = A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1); t8 = t3.balance; t8 = t8 > 0 ? t8 : t3.amount; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), t10, new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t8, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceListItem_build__closure1(t1), new A.InvoiceListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), t10, new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t8, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceListItem_build__closure1(t1), new A.InvoiceListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.isInMultiselect ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.InvoiceListItem_build__closure3(), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -428854,11 +441712,11 @@ } else t4 = A.Text$(t4, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); t4 = A.Expanded$(t4, 1); - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.InvoiceListItem_build__closure4(t1), new A.InvoiceListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, A.Text$(_this.statusLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t5.statusId === "1" ? _this.textColor : _this.statusColor, _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t5, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.InvoiceListItem_build__closure4(t1), new A.InvoiceListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, A.Text$(_this.statusLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t5.statusId === "1" ? _this.textColor : _this.statusColor, _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t5, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -428877,14 +441735,14 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; 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: 61 + $signature: 60 }; A.InvoiceListItem_build__closure5.prototype = { call$0() { @@ -428903,10 +441761,10 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A.InvoiceListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceListBuilder_build_closure(), A.invoice_list_vm_InvoiceListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceListVM); } @@ -428919,7 +441777,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_invoice, new A.InvoiceListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.InvoicePresenter(), t2, t4); }, - $signature: 2464 + $signature: 2505 }; A.InvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -428927,18 +441785,22 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.InvoiceListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 448 + $signature: 483 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; A.InvoiceListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -428951,13 +441813,17 @@ }; A.InvoiceListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortInvoices(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortInvoices(field)); }, $signature: 5 }; A.InvoiceListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearInvoiceMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearInvoiceMultiselect()); }, $signature: 10 }; @@ -428982,49 +441848,50 @@ t1.toString; A._loadPDF(t1, _this._widget.viewModel.invoice, _this._isDeliveryNote, _this._invoice_pdf$_activityId).then$1$1(0, new A._InvoicePdfViewState_loadPdf_closure0(_this), type$.Null).catchError$1(new A._InvoicePdfViewState_loadPdf_closure1(_this)); }, - build$1(_, context) { - var activitySelector, t4, t5, showEmail, t6, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - invoice = _this._widget.viewModel.invoice, - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - client = t2._list[t3].clientState.$get$1(0, invoice.clientId); - t2 = type$.JSArray_legacy_Widget; - activitySelector = A._setArrayType([], t2); - t3 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, state.get$headerTextColor()); - t1.toString; - t4 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "delivery_note"); - if (t4 == null) - t4 = ""; - t4 = A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _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); - t5 = _this._isDeliveryNote; - t5 = A.Container$(_null, A.CheckboxListTile$(state.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._InvoicePdfViewState_build_closure(_this), t4, t5), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 200); + build$1(context) { + var t2, invoice, t3, t4, client, activitySelector, t5, t6, showEmail, t7, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + invoice = _this._widget.viewModel.invoice; + t3 = t1.userCompanyStates; + t4 = t1.uiState.selectedCompanyIndex; + client = t3._list[t4].clientState.$get$1(0, invoice.clientId); + t3 = type$.JSArray_legacy_Widget; + activitySelector = A._setArrayType([], t3); + t4 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$headerTextColor(), _null); + t2.toString; + t5 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "delivery_note"); + if (t5 == null) + t5 = ""; + t5 = A.Text$(t5, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t1.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); + t6 = _this._isDeliveryNote; + t6 = A.Container$(_null, A.CheckboxListTile$(t1.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._InvoicePdfViewState_build_closure(_this), t5, t6), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 200); showEmail = A.getLayout(context) === B.AppLayout_desktop && _this._invoice_pdf$_activityId == null && !B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], type$.JSArray_legacy_EntityType), invoice.entityType); - t4 = client.get$hasEmailAddress(); - if (!t4) + t5 = client.get$hasEmailAddress(); + if (!t5) showEmail = false; if (_this._widget.showAppBar) { - t4 = A.getLayout(context); - t6 = new A.EntityPresenter(); - t6.entity = invoice; - t6.context = context; - t6 = A._setArrayType([A.Expanded$(A.Text$(t6.title$0(0), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], t2); + t5 = A.getLayout(context); + t7 = new A.EntityPresenter(); + t7.entity = invoice; + t7.context = context; + t7 = A._setArrayType([A.Expanded$(A.Text$(t7.title$0(0), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], t3); if (A.getLayout(context) === B.AppLayout_desktop) - B.JSArray_methods.addAll$1(t6, activitySelector); + B.JSArray_methods.addAll$1(t7, activitySelector); if (A.getLayout(context) === B.AppLayout_desktop && invoice.entityType === B.EntityType_invoice && _this._invoice_pdf$_activityId == null) - t6.push(new A.Theme(t3, t5, _null)); - t3 = A.Row$(t6, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); - t2 = A._setArrayType([], t2); + t7.push(new A.Theme(t4, t6, _null)); + t4 = A.Row$(t7, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); + t3 = A._setArrayType([], t3); if (showEmail) - t2.push(A.TextButton$(false, A.Text$(t1.get$email(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A._InvoicePdfViewState_build_closure0(invoice), _null)); + t3.push(A.TextButton$(false, A.Text$(t2.get$email(t2), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t1.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), _null, _null, new A._InvoicePdfViewState_build_closure0(invoice), _null)); if (!B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], type$.JSArray_legacy_EntityType), invoice.entityType)) { - t5 = t1.get$download(t1); - t2.push(new A.AppTextButton(t5, _this._invoice_pdf$_response == null ? _null : new A._InvoicePdfViewState_build_closure1(_this, invoice, t1), true, _null, _null)); + t6 = t2.get$download(t2); + t3.push(new A.AppTextButton(t6, _this._invoice_pdf$_response == null ? _null : new A._InvoicePdfViewState_build_closure1(_this, invoice, t2), true, _null, _null)); } if (A.getLayout(context) === B.AppLayout_desktop) - t2.push(A.TextButton$(false, A.Text$(t1.get$close(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, state.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, new A._InvoicePdfViewState_build_closure2(invoice), _null)); - t1 = A.AppBar$(t2, _null, t4 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null); + t3.push(A.TextButton$(false, A.Text$(t2.get$close(t2), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t1.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), _null, _null, new A._InvoicePdfViewState_build_closure2(invoice), _null)); + t1 = A.AppBar$(t3, _null, t5 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, 1, _null); } else t1 = _null; if (_this._invoice_pdf$_isLoading || _this._invoice_pdf$_response == null) @@ -429063,7 +441930,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 614 + $signature: 702 }; A._InvoicePdfViewState_loadPdf__closure.prototype = { call$0() { @@ -429089,7 +441956,7 @@ var t1 = this.$this; t1.setState$1(new A._InvoicePdfViewState_build__closure(t1)); }, - $signature: 21 + $signature: 22 }; A._InvoicePdfViewState_build__closure.prototype = { call$0() { @@ -429136,7 +442003,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._InvoicePdfViewState_build_closure2.prototype = { call$0() { @@ -429145,28 +442012,30 @@ $signature: 1 }; A.InvoicePdfScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoicePdfScreen_build_closure(this), new A.InvoicePdfScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoicePdfVM); } }; A.InvoicePdfScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoiceUIState = t1.invoiceUIState, - invoiceId = invoiceUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.InvoicePdfVM(state, t2._list[t1].invoiceState.$get$1(0, invoiceId), invoiceUIState.historyActivityId); + var t2, invoiceUIState, invoiceId, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoiceUIState = t2.invoiceUIState; + invoiceId = invoiceUIState.selectedId; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.InvoicePdfVM(t1, t3._list[t2].invoiceState.$get$1(0, invoiceId), invoiceUIState.historyActivityId); }, - $signature: 2465 + $signature: 2506 }; A.InvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2466 + $signature: 2507 }; A.EntityPdfVM.prototype = { get$invoice() { @@ -429176,16 +442045,17 @@ A.InvoicePdfVM.prototype = {}; A.InvoicePresenter.prototype = { getField$2$context$field(context, field) { - var t4, t5, client, contact, _this = this, _null = null, + var invoice, t3, t4, t5, t6, client, contact, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - invoice = type$.legacy_InvoiceEntity._as(_this.entity), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = t2[t3].clientState; - t5 = invoice.clientId; - client = t4.$get$1(0, t5); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + invoice = type$.legacy_InvoiceEntity._as(_this.entity); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = t3[t4].clientState; + t6 = invoice.clientId; + client = t5.$get$1(0, t6); switch (field) { case "status": return A.EntityStatusChip$(invoice, true, 105); @@ -429195,9 +442065,9 @@ case "client": return new A.LinkTextRelatedEntity(client, invoice, _null); case "project": - return new A.LinkTextRelatedEntity(t2[t3].projectState.$get$1(0, invoice.projectId), invoice, _null); + return new A.LinkTextRelatedEntity(t3[t4].projectState.$get$1(0, invoice.projectId), invoice, _null); case "vendor": - return new A.LinkTextRelatedEntity(t2[t3].vendorState.$get$1(0, invoice.vendorId), invoice, _null); + return new A.LinkTextRelatedEntity(t3[t4].vendorState.$get$1(0, invoice.vendorId), invoice, _null); case "date": return A.Text$(A.formatDate(invoice.date, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "last_sent_date": @@ -429213,9 +442083,9 @@ case "reminder_last_sent": return A.Text$(A.formatDate(invoice.reminderLastSent, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "amount": - return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(invoice.amount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(invoice.amount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "balance": - return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(invoice.statusId !== "1" ? invoice.balance : invoice.amount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(invoice.statusId !== "1" ? invoice.balance : invoice.amount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "due_date": return A.Text$(A.formatDate(invoice.dueDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom1": @@ -429233,13 +442103,13 @@ case "discount": t1 = invoice.isAmountDiscount; t2 = invoice.discount; - return A.Text$(t1 ? A.formatNumber(t2, context, t5, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(t1 ? A.formatNumber(t2, context, t6, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "po_number": return A.Text$(invoice.poNumber, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "documents": return A.Text$("" + invoice.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "tax_amount": - return A.Text$(A.formatNumber(invoice.taxAmount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(A.formatNumber(invoice.taxAmount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "exchange_rate": return A.Text$(A.formatNumber(invoice.exchangeRate, context, _null, _null, B.FormatNumberType_3, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "is_viewed": @@ -429253,14 +442123,14 @@ case "client_postal_code": return A.Text$(client.postalCode, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client_country": - t1 = state.staticState.countryMap; + t1 = t2.staticState.countryMap; t2 = client.countryId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "contact_name": case "contact_email": - contact = A.invoiceContactSelector(invoice, t2[t3].clientState.$get$1(0, t5)); + contact = A.invoiceContactSelector(invoice, t3[t4].clientState.$get$1(0, t6)); if (contact == null) return new A.SizedBox(_null, _null, _null, _null); if (field === "contact_name") @@ -429271,9 +442141,9 @@ case "partial_due_date": return A.Text$(A.formatDate(invoice.partialDueDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "quote": - return new A.LinkTextRelatedEntity($.$get$memoizedInvoiceQuoteSelector().call$2(invoice, t2[t3].quoteState.map), invoice, _null); + return new A.LinkTextRelatedEntity($.$get$memoizedInvoiceQuoteSelector().call$2(invoice, t3[t4].quoteState.map), invoice, _null); case "recurring_invoice": - return new A.LinkTextRelatedEntity(t2[t3].recurringInvoiceState.$get$1(0, invoice.recurringId), invoice, _null); + return new A.LinkTextRelatedEntity(t3[t4].recurringInvoiceState.$get$1(0, invoice.recurringId), invoice, _null); case "last_sent_template": t2 = invoice.reminderLastSent; if (t2.length !== 0 && t2 != invoice.reminder3Sent) @@ -429308,68 +442178,66 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 26 + $signature: 28 }; A.InvoiceScreen.prototype = { - build$1(_, context) { - var userCompany, statuses, t4, t5, t6, t7, _null = null, + build$1(context) { + var t2, t3, t4, company, statuses, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - company = t1._list[t3].userCompany.company; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t1 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure0(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure1(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure2(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure3(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure4(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure5(t3))], type$.JSArray_legacy_InvoiceStatusEntity); - t2 = t2.invoiceUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.invoiceList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6.push("discount"); - t6.push("po_number"); - t6.push("public_notes"); - t6.push("private_notes"); - t6.push("documents"); - t6.push("custom1"); - t6.push("custom2"); - t6.push("custom3"); - t6.push("custom4"); - t6.push("tax_amount"); - t6.push("reminder1_sent"); - t6.push("reminder2_sent"); - t6.push("reminder3_sent"); - t6.push("reminder_last_sent"); - t6.push("exchange_rate"); - t6.push("is_viewed"); - t6.push("auto_bill_enabled"); - t6.push("last_sent_date"); - t6.push("last_sent_template"); - t6.push("next_send_date"); - t6.push("project"); - t6.push("vendor"); - t6.push("contact_name"); - t6.push("contact_email"); - t6.push("client_state"); - t6.push("client_city"); - t6.push("client_postal_code"); - t6.push("client_country"); - t6.push("partial_due"); - t6.push("partial_due_date"); - t6.push("quote"); - t6.push("recurring_invoice"); - t7 = A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], t5); - t5 = A._setArrayType(["number", "date", "due_date", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_invoice, false, B.List_empty18, 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), t5, statuses, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.menuSidebarMode === B.AppSidebarMode_float) && userCompany.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), t3.get$newInvoice()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_invoice, t2, new A.InvoiceScreen_build_closure15(store), t4, statuses, new A.InvoiceScreen_build_closure16(store), new A.InvoiceScreen_build_closure17(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.InvoiceListBuilder(_null), t6, B.EntityType_invoice, t3, 0, _null, new A.InvoiceScreen_build_closure18(store), new A.InvoiceScreen_build_closure19(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure0(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure1(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure2(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure3(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure4(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure5(t2))], type$.JSArray_legacy_InvoiceStatusEntity); + t3 = t3.invoiceUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.invoiceList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("discount"); + t8.push("po_number"); + t8.push("public_notes"); + t8.push("private_notes"); + t8.push("documents"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("tax_amount"); + t8.push("reminder1_sent"); + t8.push("reminder2_sent"); + t8.push("reminder3_sent"); + t8.push("reminder_last_sent"); + t8.push("exchange_rate"); + t8.push("is_viewed"); + t8.push("auto_bill_enabled"); + t8.push("last_sent_date"); + t8.push("last_sent_template"); + t8.push("next_send_date"); + t8.push("project"); + t8.push("vendor"); + t8.push("contact_name"); + t8.push("contact_email"); + t8.push("client_state"); + t8.push("client_city"); + t8.push("client_postal_code"); + t8.push("client_country"); + t8.push("partial_due"); + t8.push("partial_due_date"); + t8.push("quote"); + t8.push("recurring_invoice"); + t9 = A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], t7); + t7 = A._setArrayType(["number", "date", "due_date", "updated_at"], t7); + 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_empty19, 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, _null, B.EntityType_invoice, t1, 0, _null, new A.InvoiceScreen_build_closure18(store), _null, new A.InvoiceScreen_build_closure19(store)); } }; A.InvoiceScreen_build_closure.prototype = { @@ -429380,7 +442248,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -429390,7 +442258,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -429400,7 +442268,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -429414,7 +442282,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -429424,7 +442292,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure4.prototype = { call$1(b) { @@ -429434,7 +442302,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure5.prototype = { call$1(b) { @@ -429448,91 +442316,127 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.InvoiceScreen_build_closure19.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartInvoiceMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartInvoiceMultiselect()); }, $signature: 10 }; A.InvoiceScreen_build_closure15.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterInvoices(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterInvoices(value)); }, $signature: 9 }; A.InvoiceScreen_build_closure17.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterInvoicesByState(state)); }, $signature: 27 }; A.InvoiceScreen_build_closure16.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.InvoiceScreen_build_closure18.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.invoiceUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearInvoiceMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartInvoiceMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.invoiceUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearInvoiceMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartInvoiceMultiselect()); + } }, $signature: 1 }; A.InvoiceScreen_build_closure11.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortInvoices(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortInvoices(value)); }, $signature: 9 }; A.InvoiceScreen_build_closure12.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterInvoicesByState(state)); }, $signature: 27 }; A.InvoiceScreen_build_closure13.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.InvoiceScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterInvoicesByCustom1(value)); }, $signature: 5 }; A.InvoiceScreen_build_closure8.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterInvoicesByCustom2(value)); }, $signature: 5 }; A.InvoiceScreen_build_closure9.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterInvoicesByCustom3(value)); }, $signature: 5 }; A.InvoiceScreen_build_closure10.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterInvoicesByCustom4(value)); }, $signature: 5 }; A.InvoiceScreen_build_closure6.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.invoiceUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearInvoiceMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartInvoiceMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.invoiceUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearInvoiceMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartInvoiceMultiselect()); + } }, $signature: 1 }; @@ -429543,7 +442447,7 @@ $signature: 1 }; A.InvoiceScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceScreenBuilder_build_closure(), A.invoice_screen_vm_InvoiceScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceScreenVM); } @@ -429552,7 +442456,7 @@ call$2(context, vm) { return new A.InvoiceScreen(vm, null); }, - $signature: 2468 + $signature: 2509 }; A.InvoiceScreenVM.prototype = {}; A.InvoiceView.prototype = { @@ -429583,7 +442487,7 @@ t1.addListener$1(0, _this.get$_invoice_view$_onTabChanged()); }, _invoice_view$_onTabChanged$0() { - var t1, store, t2, _this = this; + var t1, store, t2, t3, _this = this; if (_this._widget.isFilter) return; t1 = _this._framework$_element; @@ -429592,21 +442496,30 @@ t1 = _this._widget.viewModel.invoice.entityType; if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], type$.JSArray_legacy_EntityType), t1)) { t1 = _this._invoice_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoiceTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateRecurringInvoiceTab(t1)); } else if (t1 === B.EntityType_quote) { t1 = _this._invoice_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateQuoteTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateQuoteTab(t1)); } else if (t1 === B.EntityType_credit) { t1 = _this._invoice_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateCreditTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCreditTab(t1)); } else { t2 = _this._invoice_view$_controller; + t3 = store.__Store__dispatchers_F; if (t1 === B.EntityType_purchaseOrder) { t1 = t2._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrderTab(t1)); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdatePurchaseOrderTab(t1)); } else { t1 = t2._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateInvoiceTab(t1)); + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdateInvoiceTab(t1)); } } }, @@ -429618,13 +442531,13 @@ if (t1 !== t2) this._invoice_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._invoice_view$_controller.removeListener$1(0, _this.get$_invoice_view$_onTabChanged()); - _this._invoice_view$_controller.dispose$0(0); - _this.super$__InvoiceViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._invoice_view$_controller.dispose$0(); + _this.super$__InvoiceViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, _this = this, _null = null, t1 = {}, viewModel = _this._widget.viewModel, invoice = viewModel.invoice, @@ -429654,7 +442567,7 @@ }; A._InvoiceViewState_build_closure.prototype = { call$1(context) { - var t8, t9, _this = this, + var t8, t9, t10, _this = this, t1 = _this.viewModel, t2 = _this.$this, t3 = t2._invoice_view$_controller, @@ -429662,72 +442575,72 @@ t5 = t4.id, t6 = type$.ValueKey_legacy_String, t7 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([A.RefreshIndicator$(new A.InvoiceOverview(t1, t2._widget.isFilter, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure(t1, context)), A.RefreshIndicator$(new A.InvoiceViewContacts(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure0(t1, context)), A.RefreshIndicator$(new A.InvoiceViewDocuments(t1, t4, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure1(t1, context))], t7); - t2 = _this.invoice; - t8 = type$.JSArray_legacy_EntityType; - t9 = t2.entityType; - if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], t8), t9)) - t4.push(A.RefreshIndicator$(new A.InvoiceViewSchedule(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure2(t1, context))); - if (!B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], t8), t9)) - t4.push(A.RefreshIndicator$(new A.InvoiceViewHistory(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure3(t1, context))); - t4.push(A.RefreshIndicator$(new A.InvoiceViewActivity(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure4(t1, context))); - t3 = A.Expanded$(A.TabBarView$(t4, t3, null), 1); - t4 = t9 === B.EntityType_invoice; - 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)); + t2 = A._setArrayType([A.RefreshIndicator$(new A.InvoiceOverview(t1, t2._widget.isFilter, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure(t1, context)), A.RefreshIndicator$(new A.InvoiceViewContacts(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure0(t1, context)), A.RefreshIndicator$(new A.InvoiceViewDocuments(t1, t4, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure1(t1, context))], t7); + t8 = _this.invoice; + t9 = type$.JSArray_legacy_EntityType; + t10 = t8.entityType; + if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], t9), t10)) + t2.push(A.RefreshIndicator$(new A.InvoiceViewSchedule(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure2(t1, context))); + if (!B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], t9), t10)) + t2.push(A.RefreshIndicator$(new A.InvoiceViewHistory(t1, new A.ValueKey(t5 + "-" + A.S(t4.loadedAt), t6)), new A._InvoiceViewState_build__closure3(t1, context))); + t2.push(A.RefreshIndicator$(new A.InvoiceViewActivity(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure4(t1, context))); + t2 = A.Expanded$(A.TabBarView$(t2, t3, null), 1); + t3 = t10 === B.EntityType_invoice; + t3 = t3 && t8.statusId === "4" || !t3 ? B.EntityAction_viewPdf : B.EntityAction_newPayment; + return A.RefreshIndicator$(A.Column$(A._setArrayType([t2, new A.BottomButtons(t8, t3, _this._box_0.secondAction, true, true, null)], t7), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._InvoiceViewState_build__closure5(t1, context)); }, - $signature: 606 + $signature: 720 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._InvoiceViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._InvoiceViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._InvoiceViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._InvoiceViewState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._InvoiceViewState_build__closure3.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._InvoiceViewState_build__closure4.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__InvoiceViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -429751,7 +442664,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var _null = null, invoice = this._widget.viewModel.invoice, activities = invoice.activities, @@ -429765,16 +442678,16 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], false, null); }, - $signature: 306 + $signature: 351 }; A.InvoiceViewContacts.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.invoice.invitations._list, t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,_InvitationListTile*>"); return new A.ScrollableListView(A.List_List$of(new A.MappedListIterable(t1, new A.InvoiceViewContacts_build_closure(this), t2), true, t2._eval$1("ListIterable.E")), null, B.EdgeInsets_8_8_8_8, null); @@ -429784,10 +442697,10 @@ call$1(invitation) { return new A._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2470 + $signature: 2511 }; A._InvitationListTile.prototype = { - build$1(_, context) { + build$1(context) { var client, vendor, contact, contactName, icon, t5, t6, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.viewModel, @@ -429860,28 +442773,28 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 177 + $signature: 176 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 584 + $signature: 690 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 145 + $signature: 134 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 458 + $signature: 412 }; A.InvoiceViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, t1 = _this.invoice.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.InvoiceViewDocuments_build_closure(_this, context), new A.InvoiceViewDocuments_build_closure0(_this, context), new A.InvoiceViewDocuments_build_closure1(_this, context), null); @@ -429894,19 +442807,19 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.InvoiceViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$1($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2471 + $signature: 2512 }; A.InvoiceViewHistory.prototype = { createState$0() { @@ -429924,7 +442837,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var t1, t2, activityList, _null = null, viewModel = this._widget.viewModel, invoice = viewModel.invoice; @@ -429950,13 +442863,13 @@ call$1(activity) { return activity.history != null; }, - $signature: 455 + $signature: 407 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$2(a, b) { return B.JSInt_methods.compareTo$1(b.updatedAt, a.updatedAt); }, - $signature: 2472 + $signature: 2513 }; A._InvoiceViewHistoryState_build_closure1.prototype = { call$2(context, index) { @@ -429985,7 +442898,7 @@ t4 = $history.createdAt; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history), false, _null, _null, A.Text$(A.formatDate(A.convertTimestampToDate(t4).toIso8601String$0(), context, true, true, true) + " \u2022 " + A.format(A.convertTimestampToDate(t4), A.localeSelector(state, true)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null), _null); }, - $signature: 618 + $signature: 694 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -429998,10 +442911,10 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 85 + $signature: 87 }; A.InvoiceOverview.prototype = { - build$1(_, context) { + build$1(context) { var t5, creditMap, paymentMap, t6, t7, payments, colors, statuses, userCompany, color, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, widgets, dueDateField, t18, t19, relatedInvoice, relatedQuote, _this = this, _null = null, _s4_ = "date", _s8_ = "invoice1", _s8_0 = "invoice2", @@ -430152,13 +443065,7 @@ t19 = t1.get$firstDayOfTheMonth(); else t19 = t19 === "31" ? t1.get$lastDayOfTheMonth() : B.JSString_methods.replaceFirst$2(t1.get$dayCount(), ":count", A.S(t19)); - t9 = A.LinkedHashMap_LinkedHashMap$_literal(["frequency", t6, "last_sent_date", t11, "next_send_date", t14, "remaining_cycles", t16, "auto_bill", t18, "due_date", t19], t9, t9); - t9 = t9.get$entries(t9); - t9 = t9.get$iterator(t9); - for (; t9.moveNext$0();) { - t6 = t9.get$current(t9); - t12.$indexSet(0, t6.get$key(t6), t6.get$value(t6)); - } + t12.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["frequency", t6, "last_sent_date", t11, "next_send_date", t14, "remaining_cycles", t16, "auto_bill", t18, "due_date", t19], t9, t9)); } t6 = invoice.customValue1; if (t6.length !== 0) @@ -430260,21 +443167,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: 159 + $signature: 155 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 277 + $signature: 245 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 277 + $signature: 245 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -430287,7 +443194,7 @@ t4 = payment.amount; _this.widgets.push(A.EntityListTile$(payment, _this.$this.isFilter, J.$add$ansx(t1 !== t4 ? J.$add$ansx(amount, B.JSString_methods.$add("/", A.formatNumber(t4, t2, t3, _null, B.FormatNumberType_0, true, _null, false))) : amount, " \u2022 ") + A.formatDate(payment.date, t2, true, true, false))); }, - $signature: 605 + $signature: 721 }; A.InvoiceOverview_build_closure1.prototype = { call$1(entry) { @@ -430300,14 +443207,14 @@ t4 = credit.amount; _this.widgets.push(A.EntityListTile$(credit, _this.$this.isFilter, J.$add$ansx(t1 !== t4 ? J.$add$ansx(amount, B.JSString_methods.$add("/", A.formatNumber(t4, t2, t3, _null, B.FormatNumberType_0, true, _null, false))) : amount, " \u2022 ") + A.formatDate(credit.date, t2, true, true, false))); }, - $signature: 605 + $signature: 721 }; 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: 276 + $signature: 253 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -430316,7 +443223,7 @@ t2 = _this.invoiceItem; return new A.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2474 + $signature: 2515 }; A.InvoiceOverview_build___closure.prototype = { call$0() { @@ -430333,13 +443240,13 @@ t2 = A.Theme_of(t1).cardColor; return A.Container$(_null, new A.Padding(B.EdgeInsets_20_10_56_8, A.Row$(A._setArrayType([A.Text$(label, _null, _null, _null, _null, _null, A.Theme_of(t1).textTheme.titleMedium, _null, _null, _null), new A.SizedBox(100, _null, new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(amount, t1, this.invoice.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(t1).textTheme.titleMedium, _null, _null, _null), _null), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2475 + $signature: 2516 }; A.InvoiceOverview_build_closure3.prototype = { call$2(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2476 + $signature: 2517 }; A.InvoiceViewSchedule.prototype = { createState$0() { @@ -430357,12 +443264,12 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var t3, _null = null, invoice = this._widget.viewModel.invoice, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = type$.JSArray_legacy_Widget; - t2 = A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.get$sendDate(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1), A.Expanded$(A.Text$(t1.get$dueDate(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2); + t2 = A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.get$sendDate(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1), A.Expanded$(A.Text$(t1.get$dueDate(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 1)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2); if (invoice.get$isStale() && invoice.recurringDates._list.length === 0) t2.push(new A.LoadingIndicator(300, false, _null)); t1 = invoice.recurringDates._list; @@ -430377,10 +443284,10 @@ t1 = this.context; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Text$(A.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2477 + $signature: 2518 }; A.InvoiceViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceViewScreen_build_closure(this), new A.InvoiceViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceViewVM); } @@ -430389,13 +443296,13 @@ call$1(store) { return A.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2478 + $signature: 2519 }; A.InvoiceViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2479 + $signature: 2520 }; A.AbstractInvoiceViewVM.prototype = { get$company() { @@ -430408,8 +443315,10 @@ A.InvoiceViewVM.prototype = {}; A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadInvoice(completer, this.invoice.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadInvoice(completer, this.invoice.id)); return completer.future; }, $signature: 17 @@ -430426,7 +443335,7 @@ $defaultValues() { return [null]; }, - $signature: 247 + $signature: 236 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -430436,17 +443345,19 @@ }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -430458,7 +443369,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -430467,26 +443378,32 @@ t2 = this.store; completer.future.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure(t2, this.invoice), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadInvoice(null, this.invoice.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadInvoice(null, this.invoice.id)); }, $signature: 71 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$2(context, $document) { }, - $signature: 2480 + $signature: 2521 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4.prototype = { call$3(context, invoice, activityId) { - this.store.get$_dispatchers()[0].call$1(new A.ShowPdfInvoice(invoice, context, activityId)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfInvoice(invoice, context, activityId)); }, call$2(context, invoice) { return this.call$3(context, invoice, null); @@ -430496,7 +443413,7 @@ $defaultValues() { return [null]; }, - $signature: 260 + $signature: 252 }; A.PaymentEdit.prototype = { createState$0() { @@ -430538,9 +443455,9 @@ B.JSArray_methods.forEach$1(_this._payment_edit$_controllers, new A._PaymentEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._payment_edit$_controllers, new A._PaymentEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _payment_edit$_onChanged$0() { var _this = this, @@ -430569,7 +443486,7 @@ t1 = payment.rebuild$1(new A._PaymentEditState_convertCurrency_closure(t1, currency)); viewModel.onChanged.call$1(t1); }, - build$1(_, context) { + build$1(context) { var t5, creditPaymentables, amountPlaceholder, limit, t6, t7, t8, t9, t10, t11, t12, t13, index, t14, body, _this = this, _null = null, _s17_ = "__payment_amount_", _box_0 = {}, @@ -430624,7 +443541,7 @@ t11 = state.userCompanyStates._list; t12 = t11[t10]; t13 = t12.clientState; - t1 = A._setArrayType([A.EntityDropdown$(true, t8, true, payment.clientId, t9.call$4(t13.map, t13.list, t12.userState.map, state.staticState), _null, B.EntityType_client, B.List_empty0, t1, _null, _null, new A._PaymentEditState_build_closure3(viewModel, payment), _null, _null, new A._PaymentEditState_build_closure4(context))], t6); + t1 = A._setArrayType([A.EntityDropdown$(true, t8, true, payment.clientId, t9.call$4(t13.map, t13.list, t12.userState.map, state.staticState), _null, B.EntityType_client, B.List_empty1, t1, _null, _null, new A._PaymentEditState_build_closure3(viewModel, payment), _null, _null, new A._PaymentEditState_build_closure4(context))], t6); if (t11[t10].userCompany.company.enableApplyingPayments) t1.push(A.DecoratedFormField$(false, _null, false, false, _this._payment_edit$_amountController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), amountPlaceholder, _null, _null, false, _null, _null, viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); B.JSArray_methods.addAll$1(t7, t1); @@ -430644,7 +443561,7 @@ if (t8) t7.push(A.DatePicker$(_this.autoValidate, _null, _null, t2.get$paymentDate(), _null, new A._PaymentEditState_build_closure6(viewModel, payment), payment.date, new A._PaymentEditState_build_closure7(context))); if (t8) - t7.push(A.EntityDropdown$(true, false, false, payment.typeId, $.$get$memoizedPaymentTypeList().call$1(viewModel.staticState.paymentTypeMap), _null, B.EntityType_paymentType, B.List_empty0, t2.get$paymentType(), _null, _null, new A._PaymentEditState_build_closure8(viewModel, payment), _null, _null, _null)); + t7.push(A.EntityDropdown$(true, false, false, payment.typeId, $.$get$memoizedPaymentTypeList().call$1(viewModel.staticState.paymentTypeMap), _null, B.EntityType_paymentType, B.List_empty1, t2.get$paymentType(), _null, _null, new A._PaymentEditState_build_closure8(viewModel, payment), _null, _null, _null)); if (payment.get$isNew() || t1) { t9 = state.uiState.selectedCompanyIndex; if (state.userCompanyStates._list[t9].userCompany.company.isModuleEnabled$1(B.EntityType_credit)) @@ -430672,7 +443589,7 @@ t8.push(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._PaymentEditState_build_closure10(_this, viewModel, payment, state), _null, _null, A.Text$(t2.get$convertCurrency(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _this._showConvertCurrency)); if (_this._showConvertCurrency) { t10 = payment.exchangeCurrencyId; - t11 = A.EntityDropdown$(true, false, false, t10, $.$get$memoizedCurrencyList().call$1(viewModel.staticState.currencyMap), _null, B.EntityType_currency, B.List_empty0, t2.get$currency(), _null, _null, new A._PaymentEditState_build_closure11(_this), _null, _null, _null); + t11 = A.EntityDropdown$(true, false, false, t10, $.$get$memoizedCurrencyList().call$1(viewModel.staticState.currencyMap), _null, B.EntityType_currency, B.List_empty1, t2.get$currency(), _null, _null, new A._PaymentEditState_build_closure11(_this), _null, _null, _null); t10 = A.DecoratedFormField$(false, _null, false, false, _this._exchangeRateController, _null, true, _null, _null, _null, _null, false, false, new A.ValueKey(_s17_ + t10 + "__", t5), new A.TextInputType(2, false, true), t2.get$exchangeRate(), _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null); t12 = _box_0.paymentTotal; t13 = _box_0.creditTotal; @@ -430688,16 +443605,16 @@ if (t1 && A.getLayout(context) === B.AppLayout_desktop) { t1 = A.Theme_of(context).canvasColor; t4 = A.Text$(t2.get$applyPayment(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t5 = A.SingleChildScrollView$(new A.SizedBox(400, _null, body, _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); + t5 = A.SingleChildScrollView$(new A.SizedBox(400, _null, body, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); t7 = A._setArrayType([], t6); if (state.isSaving) t7.push(new A.Padding(B.EdgeInsets_0_0_16_0, new A.SizedBox(30, 30, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null), _null)); else { - t8 = A.TextButton$(false, A.Text$(t2.get$cancel(t2).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._PaymentEditState_build_closure14(context), _null); + t8 = A.TextButton$(false, A.Text$(t2.get$cancel(t2).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PaymentEditState_build_closure14(context), _null); t2 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "apply"); if (t2 == null) t2 = ""; - B.JSArray_methods.addAll$1(t7, A._setArrayType([t8, A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._PaymentEditState_build_closure15(t3, context), _null)], t6)); + B.JSArray_methods.addAll$1(t7, A._setArrayType([t8, A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PaymentEditState_build_closure15(t3, context), _null)], t6)); } return A.AlertDialog$(t7, B.EdgeInsets_0_0_4_0, t1, t5, B.EdgeInsets_0_0_0_0, _null, t4); } else { @@ -430718,13 +443635,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentEditState_dispose_closure.prototype = { call$1(controller) { @@ -430732,7 +443649,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._PaymentEditState__onChanged_closure.prototype = { call$1(b) { @@ -430757,7 +443674,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -430776,33 +443693,33 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 221 + $signature: 208 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 221 + $signature: 208 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 277 + $signature: 245 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 277 + $signature: 245 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -430814,7 +443731,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure5(client))); }, - $signature: 35 + $signature: 36 }; A._PaymentEditState_build__closure5.prototype = { call$1(b) { @@ -430823,11 +443740,11 @@ if (t1 == null) t1 = ""; b.get$_payment_model$_$this()._payment_model$_clientId = t1; - B.JSArray_methods.set$length(b.get$credits().get$_safeList(), 0); - B.JSArray_methods.set$length(b.get$invoices().get$_safeList(), 0); + B.JSArray_methods.clear$0(b.get$credits().get$_safeList()); + B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build_closure5.prototype = { call$1(value) { @@ -430845,20 +443762,20 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 57 + $signature: 58 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build_closure8.prototype = { call$1(paymentType) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure3(paymentType))); }, - $signature: 64 + $signature: 63 }; A._PaymentEditState_build__closure3.prototype = { call$1(b) { @@ -430869,7 +443786,7 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build_closure9.prototype = { call$1(value) { @@ -430882,7 +443799,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { @@ -430900,7 +443817,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: 21 + $signature: 22 }; A._PaymentEditState_build__closure0.prototype = { call$1(b) { @@ -430908,7 +443825,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -430920,7 +443837,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 157 + $signature: 158 }; A._PaymentEditState_build_closure13.prototype = { call$1(hasFocus) { @@ -430943,14 +443860,14 @@ _this.viewModel.onChanged.call$1(t2.rebuild$1(new A._PaymentEditState_build__closure(exchangeRate))); t1._convertedAmount = 0; }, - $signature: 21 + $signature: 22 }; A._PaymentEditState_build__closure.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentEditState_build_closure12.prototype = { call$1(value) { @@ -430967,7 +443884,7 @@ return; this.viewModel.onSavePressed.call$1(context); }, - $signature: 30 + $signature: 31 }; A._PaymentEditState_build_onSavePressed_closure.prototype = { call$0() { @@ -430977,7 +443894,7 @@ }; A._PaymentEditState_build_closure14.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -430991,7 +443908,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A.PaymentableEditor.prototype = { createState$0() { @@ -431018,9 +443935,9 @@ B.JSArray_methods.forEach$1(_this._payment_edit$_controllers, new A._PaymentableEditorState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._payment_edit$_controllers, new A._PaymentableEditorState_dispose_closure0(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _payment_edit$_onChanged$1(clientId) { var t2, t3, payment, _this = this, t1 = {}; @@ -431048,7 +443965,7 @@ _payment_edit$_onChanged$0() { return this._payment_edit$_onChanged$1(null); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, paymentList, creditList, _this = this, _null = null, t1 = _this._widget, viewModel = t1.viewModel, @@ -431111,11 +444028,11 @@ t4 = A._setArrayType([], t3); if (_this._widget.entityType === B.EntityType_invoice) { t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$invoice(); - t4.push(A.Expanded$(A.EntityDropdown$(false, false, false, paymentable.invoiceId, paymentList, _null, B.EntityType_invoice, B.List_empty0, t5, _null, _null, new A._PaymentableEditorState_build_closure1(_this, context), new A._PaymentableEditorState_build_closure2(context), new A._PaymentableEditorState_build_closure3(t2), _null), 1)); + t4.push(A.Expanded$(A.EntityDropdown$(false, false, false, paymentable.invoiceId, paymentList, _null, B.EntityType_invoice, B.List_empty1, t5, _null, _null, new A._PaymentableEditorState_build_closure1(_this, context), new A._PaymentableEditorState_build_closure2(context), new A._PaymentableEditorState_build_closure3(t2), _null), 1)); } if (_this._widget.entityType === B.EntityType_credit) { t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$credit(); - t4.push(A.Expanded$(A.EntityDropdown$(false, false, false, paymentable.creditId, creditList, _null, B.EntityType_credit, B.List_empty0, t1, _null, _null, new A._PaymentableEditorState_build_closure4(_this, context), new A._PaymentableEditorState_build_closure5(context), new A._PaymentableEditorState_build_closure6(t2), _null), 1)); + t4.push(A.Expanded$(A.EntityDropdown$(false, false, false, paymentable.creditId, creditList, _null, B.EntityType_credit, B.List_empty1, t1, _null, _null, new A._PaymentableEditorState_build_closure4(_this, context), new A._PaymentableEditorState_build_closure5(context), new A._PaymentableEditorState_build_closure6(t2), _null), 1)); } t1 = _this._payment_edit$_creditId; if ((t1 == null ? "" : t1).length === 0) { @@ -431144,13 +444061,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentableEditorState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentableEditorState_dispose_closure0.prototype = { call$1(controller) { @@ -431158,7 +444075,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._PaymentableEditorState__onChanged_closure.prototype = { call$1(b) { @@ -431171,7 +444088,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 465 + $signature: 492 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -431184,7 +444101,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 465 + $signature: 492 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -431196,7 +444113,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -431209,7 +444126,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -431221,7 +444138,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -431234,26 +444151,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 196 + $signature: 192 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 196 + $signature: 192 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -431269,7 +444186,7 @@ return t1; } }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { @@ -431278,7 +444195,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -431298,7 +444215,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 35 + $signature: 36 }; A._PaymentableEditorState_build_closure6.prototype = { call$1(entity) { @@ -431314,7 +444231,7 @@ return t1; } }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { @@ -431323,7 +444240,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -431338,7 +444255,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 35 + $signature: 36 }; A._PaymentableEditorState_build_closure7.prototype = { call$0() { @@ -431359,7 +444276,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -431368,10 +444285,10 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 44 + $signature: 47 }; A.PaymentEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentEditScreen_build_closure(), new A.PaymentEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentEditVM); } @@ -431380,13 +444297,13 @@ call$1(store) { return A.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2483 + $signature: 2524 }; A.PaymentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentEdit(viewModel, new A.ValueKey(viewModel.payment.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2484 + $signature: 2525 }; A.PaymentEditVM.prototype = { get$payment() { @@ -431395,16 +444312,20 @@ }; A.PaymentEditVM_PaymentEditVM$fromStore_closure.prototype = { call$1(payment) { - this.store.get$_dispatchers()[0].call$1(new A.UpdatePayment(payment)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 159 + $signature: 155 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.PaymentEntity_PaymentEntity(_null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -431421,10 +444342,12 @@ }; A.PaymentEditVM_PaymentEditVM$fromStore__closure.prototype = { call$0() { - var t4, $navigator, t1 = {}, + var payment, t4, $navigator, t1 = {}, t2 = this.store, - payment = A._lateReadCheck(t2.__Store__state, "_state").uiState.paymentUIState.editing, - t3 = $.$get$navigatorKey(); + t3 = t2.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + payment = t3.uiState.paymentUIState.editing; + t3 = $.$get$navigatorKey(); t3.toString; t4 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t3.get$currentState(); @@ -431436,24 +444359,26 @@ return null; } t1 = new A._Future($.Zone__current, type$._Future_legacy_PaymentEntity); - t2.get$_dispatchers()[0].call$1(new A.SavePaymentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_PaymentEntity), payment)); + t3 = t2.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SavePaymentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_PaymentEntity), payment)); return t1.then$1$1(0, new A.PaymentEditVM_PaymentEditVM$fromStore___closure2(payment, t4, this.state, t2, $navigator), type$.Null).catchError$1(new A.PaymentEditVM_PaymentEditVM$fromStore___closure3()); }, - $signature: 33 + $signature: 34 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure.prototype = { call$1(invoice) { var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 603 + $signature: 724 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 603 + $signature: 724 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -431462,7 +444387,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "negative_payment_error"); return new A.ErrorDialog(t1 == null ? "" : t1, false, null); }, - $signature: 19 + $signature: 20 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure2.prototype = { call$1(savedPayment) { @@ -431483,19 +444408,21 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s13_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s13_, t1, t1); } else - t2.pop$1(0, savedPayment); + t2.pop$1(savedPayment); } else if (t1.isApplying === true) - _this.navigator.pop$0(0); + _this.navigator.pop$0(); else A.viewEntity(false, savedPayment, null, false); }, - $signature: 159 + $signature: 155 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1(error) { @@ -431509,59 +444436,60 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.PaymentListItem.prototype = { - build$1(_, context) { - var t3, t4, isChecked, textStyle, t5, client, t6, t7, t8, filterMatch, mobileSubtitle, textColor, desktopSubtitle, _this = this, _null = null, t1 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - paymentUIState = uiState.paymentUIState, - listUIState = paymentUIState.listUIState, - t2 = _this.showCheckbox, - isInMultiselect = t2 && listUIState.selectedIds != null; + build$1(context) { + var uiState, paymentUIState, listUIState, t3, isInMultiselect, t4, t5, isChecked, textStyle, t6, client, t7, t8, t9, filterMatch, mobileSubtitle, textColor, desktopSubtitle, _this = this, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + paymentUIState = uiState.paymentUIState; + listUIState = paymentUIState.listUIState; + t3 = _this.showCheckbox; + isInMultiselect = t3 && listUIState.selectedIds != null; if (isInMultiselect) { - t3 = _this.payment.id; - t4 = listUIState.selectedIds; - isChecked = t4 != null && B.JSArray_methods.contains$1(t4._list, t3); + t4 = _this.payment.id; + t5 = listUIState.selectedIds; + isChecked = t5 != null && B.JSArray_methods.contains$1(t5._list, t4); } else isChecked = false; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = state.userCompanyStates; - t4 = uiState.selectedCompanyIndex; - t3 = t3._list; - t5 = _this.payment; - client = t3[t4].clientState.$get$1(0, t5.clientId); - t6 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t7 = _this.filter; - if (t7 != null && t7.length !== 0) { - t8 = t5.matchesFilterValue$1(t7); - filterMatch = t8 == null ? client.matchesFilterValue$1(t7) : t8; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = t2.userCompanyStates; + t5 = uiState.selectedCompanyIndex; + t4 = t4._list; + t6 = _this.payment; + client = t4[t5].clientState.$get$1(0, t6.clientId); + t7 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t8 = _this.filter; + if (t8 != null && t8.length !== 0) { + t9 = t6.matchesFilterValue$1(t8); + filterMatch = t9 == null ? client.matchesFilterValue$1(t8) : t9; } else filterMatch = _null; if (filterMatch == null) { - t7 = t5.number; - mobileSubtitle = t7 + " \u2022 " + A.formatDate(t5.date, context, true, true, false); + t8 = t6.number; + mobileSubtitle = t8 + " \u2022 " + A.formatDate(t6.date, context, true, true, false); } else mobileSubtitle = filterMatch; textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.desktopSubtitle = ""; - t7 = t5.date; - if (t7.length !== 0) { - desktopSubtitle = A.formatDate(t7, context, true, true, false); + t8 = t6.date; + if (t8.length !== 0) { + desktopSubtitle = A.formatDate(t8, context, true, true, false); t1.desktopSubtitle = desktopSubtitle; - t7 = desktopSubtitle; + t8 = desktopSubtitle; } else - t7 = ""; - t8 = t5.transactionReference; - if (t8.length !== 0) - t1.desktopSubtitle = (t7.length !== 0 ? t1.desktopSubtitle = t7 + " \u2022 " : t7) + t8; + t8 = ""; + t9 = t6.transactionReference; + if (t9.length !== 0) + t1.desktopSubtitle = (t8.length !== 0 ? t1.desktopSubtitle = t8 + " \u2022 " : t8) + t9; if (A.getLayout(context) === B.AppLayout_desktop) { - t7 = t5.id; - t7 = t7 === (uiState.get$isEditing() ? paymentUIState.editing.id : paymentUIState.selectedId); + t8 = t6.id; + t8 = t8 === (uiState.get$isEditing() ? paymentUIState.editing.id : paymentUIState.selectedId); } else - t7 = false; - return new A.DismissibleEntity(t3[t4].userCompany, t5, new A.LayoutBuilder(new A.PaymentListItem_build_closure(t1, _this, isInMultiselect, listUIState, isChecked, state, client, textStyle, filterMatch, textColor, mobileSubtitle, t6), _null), t7, t2, true, _null); + t8 = false; + return new A.DismissibleEntity(t4[t5].userCompany, t6, new A.LayoutBuilder(new A.PaymentListItem_build_closure(t1, _this, isInMultiselect, listUIState, isChecked, t2, client, textStyle, filterMatch, textColor, mobileSubtitle, t7), _null), t8, t3, true, _null); }, get$payment() { return this.payment; @@ -431594,7 +444522,7 @@ if (t9 == null) t9 = _this._box_0.desktopSubtitle; t10 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PaymentListItem_build__closure1(t1), new A.PaymentListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PaymentListItem_build__closure1(t1), new A.PaymentListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.isInMultiselect ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.PaymentListItem_build__closure3(), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -431602,11 +444530,11 @@ t5 = type$.JSArray_legacy_Widget; t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(_this.client.displayName, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.amount, context, t4.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3.size._dx); t6 = _this.mobileSubtitle; - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.PaymentListItem_build__closure4(t1), new A.PaymentListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(t6.length !== 0 ? A.Text$(t6, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(_this.localization.lookup$1("payment_status_" + t4.get$calculatedStatusId()), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, new A.PaymentStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t4.get$calculatedStatusId()), _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)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t4, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.PaymentListItem_build__closure4(t1), new A.PaymentListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(t6.length !== 0 ? A.Text$(t6, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(_this.localization.lookup$1("payment_status_" + t4.get$calculatedStatusId()), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, new A.PaymentStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t4.get$calculatedStatusId()), _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)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t4, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -431625,14 +444553,14 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; 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: 61 + $signature: 60 }; A.PaymentListItem_build__closure5.prototype = { call$0() { @@ -431651,10 +444579,10 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A.PaymentListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentListBuilder_build_closure(), A.payment_list_vm_PaymentListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentListVM); } @@ -431667,7 +444595,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_payment, new A.PaymentListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.PaymentPresenter(), t2, t4); }, - $signature: 2486 + $signature: 2527 }; A.PaymentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -431678,7 +444606,7 @@ t3 = state.uiState.selectedCompanyIndex; return new A.PaymentListItem(t2._list[t3].paymentState.map._map$_map.$index(0, paymentId), t1.filter, true, null); }, - $signature: 617 + $signature: 696 }; A.PaymentListVM.prototype = { get$user(receiver) { @@ -431688,11 +444616,15 @@ A.PaymentListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -431705,43 +444637,48 @@ }; A.PaymentListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortPayments(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortPayments(field)); }, $signature: 5 }; A.PaymentListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearPaymentMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearPaymentMultiselect()); }, $signature: 10 }; A.PaymentPresenter.prototype = { getField$2$context$field(context, field) { - var t1, t2, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - payment = type$.legacy_PaymentEntity._as(_this.entity); + var payment, t2, t3, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + payment = type$.legacy_PaymentEntity._as(_this.entity); switch (field) { case "number": return A.Text$(payment.number, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "type": - t1 = state.staticState.paymentTypeMap; + t1 = t1.staticState.paymentTypeMap; t2 = payment.typeId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "invoice_number": - t1 = payment.get$invoicePaymentables(); - t1 = new A.MappedListIterable(t1, new A.PaymentPresenter_getField_closure(state), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>")).super$Iterable$where(0, new A.PaymentPresenter_getField_closure0()); - t2 = t1.$ti._eval$1("MappedIterable<1,Padding*>"); - return new A.ConstrainedBox(new A.BoxConstraints(0, 200, 0, 1 / 0), A.Wrap$(B.WrapAlignment_0, A.List_List$of(new A.MappedIterable(t1, new A.PaymentPresenter_getField_closure1(payment), t2), true, t2._eval$1("Iterable.E")), B.Clip_2, B.WrapCrossAlignment_0, 0), _null); + t2 = payment.get$invoicePaymentables(); + t2 = new A.MappedListIterable(t2, new A.PaymentPresenter_getField_closure(t1), A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,InvoiceEntity*>")).super$Iterable$where(0, new A.PaymentPresenter_getField_closure0()); + t1 = t2.$ti._eval$1("MappedIterable<1,Padding*>"); + return new A.ConstrainedBox(new A.BoxConstraints(0, 200, 0, 1 / 0), A.Wrap$(B.WrapAlignment_0, A.List_List$of(new A.MappedIterable(t2, new A.PaymentPresenter_getField_closure1(payment), t1), true, t1._eval$1("Iterable.E")), B.Clip_2, B.WrapCrossAlignment_0, 0), _null); case "credit_number": - t1 = payment.get$creditPaymentables(); - t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>"); - return A.Text$(B.JSArray_methods.join$1(A.List_List$of(new A.MappedListIterable(t1, new A.PaymentPresenter_getField_closure2(state), t2), true, t2._eval$1("ListIterable.E")), ", "), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = payment.get$creditPaymentables(); + t3 = A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,String*>"); + return A.Text$(B.JSArray_methods.join$1(A.List_List$of(new A.MappedListIterable(t2, new A.PaymentPresenter_getField_closure2(t1), t3), true, t3._eval$1("ListIterable.E")), ", "), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return new A.LinkTextRelatedEntity(t1._list[t2].clientState.$get$1(0, payment.clientId), payment, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return new A.LinkTextRelatedEntity(t2._list[t1].clientState.$get$1(0, payment.clientId), payment, _null); case "transaction_reference": return A.Text$(payment.transactionReference, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "date": @@ -431767,9 +444704,9 @@ case "exchange_rate": return A.Text$(A.formatNumber(payment.exchangeRate, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "gateway": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - return A.Text$(t1._list[t2].companyGatewayState.$get$1(0, payment.companyGatewayId).label, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + return A.Text$(t2._list[t1].companyGatewayState.$get$1(0, payment.companyGatewayId).label, _null, _null, _null, _null, _null, _null, _null, _null, _null); } return _this.super$EntityPresenter$getField(context, field); } @@ -431783,7 +444720,7 @@ t2 = paymentable.invoiceId; return t1._map$_map.$index(0, t2); }, - $signature: 2487 + $signature: 2528 }; A.PaymentPresenter_getField_closure0.prototype = { call$1(invoice) { @@ -431795,7 +444732,7 @@ call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.payment, null), null); }, - $signature: 2488 + $signature: 2529 }; A.PaymentPresenter_getField_closure2.prototype = { call$1(paymentable) { @@ -431808,115 +444745,148 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 196 + $signature: 192 }; A.PaymentScreen.prototype = { - build$1(_, context) { - var company, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, _s21_ = "transaction_reference", store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.paymentUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.paymentList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "invoice_number", "date", "type", _s21_], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("refunded"); - t7.push("private_notes"); - t7.push("exchange_rate"); - t7.push("converted_amount"); - t7.push("credit_number"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("gateway"); - t8 = A._setArrayType(["status", "number", "client", "amount", "invoice_number", "date", "type", _s21_], t6); - t7 = 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), t8, B.EntityType_payment, false, B.List_empty18, new A.PaymentScreen_build_closure(store), new A.PaymentScreen_build_closure0(store), new A.PaymentScreen_build_closure1(store), new A.PaymentScreen_build_closure2(store), new A.PaymentScreen_build_closure3(store), new A.PaymentScreen_build_closure4(store), new A.PaymentScreen_build_closure5(store), _null, A._setArrayType(["number", "date", "amount", "updated_at"], t6), B.List_empty19, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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_closure6(context), t1.get$enterPayment()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_payment, t2, new A.PaymentScreen_build_closure7(store), t5, _null, _null, new A.PaymentScreen_build_closure8(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.PaymentListBuilder(_null), t7, B.EntityType_payment, t1, 0, _null, new A.PaymentScreen_build_closure9(store), new A.PaymentScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.paymentUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.paymentList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "invoice_number", "date", "type", _s21_], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("refunded"); + t8.push("private_notes"); + t8.push("exchange_rate"); + t8.push("converted_amount"); + t8.push("credit_number"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("gateway"); + t9 = A._setArrayType(["status", "number", "client", "amount", "invoice_number", "date", "type", _s21_], t7); + t8 = 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), t9, B.EntityType_payment, false, B.List_empty19, new A.PaymentScreen_build_closure(store), new A.PaymentScreen_build_closure0(store), new A.PaymentScreen_build_closure1(store), new A.PaymentScreen_build_closure2(store), new A.PaymentScreen_build_closure3(store), new A.PaymentScreen_build_closure4(store), new A.PaymentScreen_build_closure5(store), _null, A._setArrayType(["number", "date", "amount", "updated_at"], t7), B.List_empty20, t8); + 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_closure6(context), t2.get$enterPayment()) : _null; + return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_payment, t3, new A.PaymentScreen_build_closure7(store), t6, _null, _null, new A.PaymentScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.PaymentListBuilder(_null), t8, _null, B.EntityType_payment, t1, 0, _null, new A.PaymentScreen_build_closure9(store), _null, new A.PaymentScreen_build_closure10(store)); } }; A.PaymentScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartPaymentMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartPaymentMultiselect()); }, $signature: 10 }; A.PaymentScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPayments(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPayments(value)); }, $signature: 9 }; A.PaymentScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPaymentsByState(state)); }, $signature: 27 }; A.PaymentScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.paymentUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearPaymentMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartPaymentMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.paymentUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPaymentMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPaymentMultiselect()); + } }, $signature: 1 }; A.PaymentScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortPayments(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortPayments(value)); }, $signature: 5 }; A.PaymentScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentsByCustom1(value)); }, $signature: 5 }; A.PaymentScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentsByCustom2(value)); }, $signature: 5 }; A.PaymentScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentsByCustom3(value)); }, $signature: 5 }; A.PaymentScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentsByCustom4(value)); }, $signature: 5 }; A.PaymentScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPaymentsByState(state)); }, $signature: 27 }; A.PaymentScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.paymentUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearPaymentMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartPaymentMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.paymentUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPaymentMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPaymentMultiselect()); + } }, $signature: 1 }; @@ -431927,7 +444897,7 @@ $signature: 1 }; A.PaymentScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentScreenBuilder_build_closure(), A.payment_screen_vm_PaymentScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentScreenVM); } @@ -431936,7 +444906,7 @@ call$2(context, vm) { return new A.PaymentScreen(vm, null); }, - $signature: 2489 + $signature: 2530 }; A.PaymentScreenVM.prototype = {}; A.PaymentRefund.prototype = { @@ -431958,14 +444928,14 @@ B.JSArray_methods.forEach$1(_this._payment_refund$_controllers, new A._PaymentRefundState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._payment_refund$_controllers, new A._PaymentRefundState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _payment_refund$_onChanged$0() { this._payment_refund$_debouncer.run$1(new A._PaymentRefundState__onChanged_closure(this)); }, - build$1(_, context) { + build$1(context) { var hasMultipleInvoices, state, companyGateway, gateway, t4, t5, t6, index, t7, t8, t9, t10, body, _this = this, _null = null, viewModel = _this._widget.viewModel, payment = viewModel.payment, @@ -432028,12 +444998,12 @@ } else { t3 = A.Theme_of(context).canvasColor; t5 = A.Text$(t1.get$refundPayment(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t6 = A.SingleChildScrollView$(new A.SizedBox(400, _null, body, _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); + t6 = A.SingleChildScrollView$(new A.SizedBox(400, _null, body, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); t7 = A._setArrayType([], t4); if (state.isSaving) t7.push(new A.Padding(B.EdgeInsets_0_0_16_0, new A.SizedBox(30, 30, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null), _null)); else - B.JSArray_methods.addAll$1(t7, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._PaymentRefundState_build_closure6(context), _null), A.TextButton$(false, A.Text$(t1.get$refund().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._PaymentRefundState_build_closure7(t2, context), _null)], t4)); + B.JSArray_methods.addAll$1(t7, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PaymentRefundState_build_closure6(context), _null), A.TextButton$(false, A.Text$(t1.get$refund().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PaymentRefundState_build_closure7(t2, context), _null)], t4)); return A.AlertDialog$(t7, B.EdgeInsets_0_0_4_0, t3, t6, B.EdgeInsets_0_0_0_0, _null, t5); } } @@ -432042,13 +445012,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentRefundState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentRefundState_dispose_closure.prototype = { call$1(controller) { @@ -432056,7 +445026,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._PaymentRefundState__onChanged_closure.prototype = { call$0() { @@ -432073,13 +445043,13 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 221 + $signature: 208 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -432091,14 +445061,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 57 + $signature: 58 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { @@ -432111,7 +445081,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { @@ -432124,7 +445094,7 @@ b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -432137,7 +445107,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: 30 + $signature: 31 }; A._PaymentRefundState_build_onSavePressed_closure.prototype = { call$0() { @@ -432147,25 +445117,25 @@ }; A._PaymentRefundState_build_onSavePressed_closure0.prototype = { call$1(value) { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, - $signature: 159 + $signature: 155 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { return this.onSavePressed.call$1(context); }, - $signature: 30 + $signature: 31 }; A._PaymentRefundState_build_closure6.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -432196,9 +445166,9 @@ B.JSArray_methods.forEach$1(_this._payment_refund$_controllers, new A._PaymentableEditorState_didChangeDependencies_closure2(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._payment_refund$_controllers, new A._PaymentableEditorState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _payment_refund$_onChanged$1(clientId) { var t1, t2, payment, _this = this, @@ -432216,7 +445186,7 @@ _payment_refund$_onChanged$0() { return this._payment_refund$_onChanged$1(null); }, - build$1(_, context) { + build$1(context) { var t2, hasMultipleInvoices, t3, t4, t5, t6, _this = this, _null = null, t1 = _this._widget, viewModel = t1.viewModel, @@ -432230,7 +445200,7 @@ t4 = payment.paymentables._list; t5 = A._arrayInstanceType(t4)._eval$1("MappedListIterable<1,String*>"); t6 = type$.JSArray_legacy_Widget; - t1 = A._setArrayType([A.Expanded$(A.EntityDropdown$(false, false, false, t3, A.List_List$of(new A.MappedListIterable(t4, new A._PaymentableEditorState_build_closure8(), t5), true, t5._eval$1("ListIterable.E")), _null, B.EntityType_invoice, B.List_empty0, t1, _null, _null, new A._PaymentableEditorState_build_closure9(_this), new A._PaymentableEditorState_build_closure10(context), _null, _null), 1)], t6); + t1 = A._setArrayType([A.Expanded$(A.EntityDropdown$(false, false, false, t3, A.List_List$of(new A.MappedListIterable(t4, new A._PaymentableEditorState_build_closure8(), t5), true, t5._eval$1("ListIterable.E")), _null, B.EntityType_invoice, B.List_empty1, t1, _null, _null, new A._PaymentableEditorState_build_closure9(_this), new A._PaymentableEditorState_build_closure10(context), _null, _null), 1)], t6); t3 = _this._payment_refund$_invoiceId; t4 = t3 == null; if ((t4 ? "" : t3).length !== 0) { @@ -432250,13 +445220,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentableEditorState_didChangeDependencies_closure2.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentableEditorState_dispose_closure.prototype = { call$1(controller) { @@ -432264,7 +445234,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._PaymentableEditorState__onChanged_closure6.prototype = { call$1(b) { @@ -432275,7 +445245,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 465 + $signature: 492 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -432284,7 +445254,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -432294,27 +445264,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 44 + $signature: 47 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 196 + $signature: 192 }; 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, false); }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -432324,7 +445294,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new A._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 35 + $signature: 36 }; A._PaymentableEditorState_build__closure2.prototype = { call$0() { @@ -432356,10 +445326,10 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 44 + $signature: 47 }; A.PaymentRefundScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentRefundScreen_build_closure(), new A.PaymentRefundScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentRefundVM); } @@ -432368,13 +445338,13 @@ call$1(store) { return A.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2490 + $signature: 2531 }; A.PaymentRefundScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentRefund(viewModel, new A.ValueKey(viewModel.payment.id, type$.ValueKey_legacy_String)); }, - $signature: 2491 + $signature: 2532 }; A.PaymentRefundVM.prototype = { get$payment() { @@ -432383,27 +445353,33 @@ }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure.prototype = { call$1(payment) { - this.store.get$_dispatchers()[0].call$1(new A.UpdatePayment(payment)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 159 + $signature: 155 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.PaymentEntity_PaymentEntity(_null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0.prototype = { call$2(context, completer) { var t1 = this.store, - t2 = this.payment; - t1.get$_dispatchers()[0].call$1(new A.RefundPaymentRequest(completer, t2)); + t2 = this.payment, + t3 = t1.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.RefundPaymentRequest(completer, t2)); return completer.future.then$1$1(0, new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure(context, t1, t2), type$.Null).catchError$1(new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0(context)); }, - $signature: 2492 + $signature: 2533 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1(savedPayment) { @@ -432414,16 +445390,18 @@ t2 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "refunded_payment"); A.showToast(t2 == null ? "" : t2); if (A.getLayout(t1) === B.AppLayout_mobile) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s13_)); if (this.payment.get$isNew()) { t2 = type$.legacy_Object; A.Navigator_of(t1, false).pushReplacementNamed$2$1(_s13_, t2, t2); } else - A.Navigator_of(t1, false).pop$1(0, savedPayment); + A.Navigator_of(t1, false).pop$1(savedPayment); } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 159 + $signature: 155 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { @@ -432435,7 +445413,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.PaymentView.prototype = { createState$0() { @@ -432443,39 +445421,40 @@ } }; A._PaymentViewState.prototype = { - build$1(_, context) { - var t3, client, companyGateway, companyGatewayLink, fields, paymentType, _null = null, + build$1(context) { + var t2, t3, t4, client, companyGateway, companyGatewayLink, fields, paymentType, _null = null, viewModel = this._widget.viewModel, payment = viewModel.payment, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t1 = t1._list; - t3 = payment.clientId; - client = t1[t2].clientState.map._map$_map.$index(0, t3); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState.selectedCompanyIndex; + t2 = t2._list; + t4 = payment.clientId; + client = t2[t3].clientState.map._map$_map.$index(0, t4); if (client == null) - client = A.ClientEntity_ClientEntity(_null, t3, _null, _null); - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - companyGateway = t1[t2].companyGatewayState.$get$1(0, payment.companyGatewayId); - t2 = payment.transactionReference; - companyGatewayLink = A.GatewayEntity_getPaymentUrl(companyGateway.gatewayId, t2); - t1 = type$.legacy_String; - fields = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); - t1 = payment.date; - if (t1.length !== 0) - fields.$indexSet(0, "date", A.formatDate(t1, context, true, true, false)); - t1 = payment.typeId; - if ((t1 == null ? "" : t1).length !== 0) { - paymentType = state.staticState.paymentTypeMap._map$_map.$index(0, t1); + client = A.ClientEntity_ClientEntity(_null, t4, _null, _null); + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + companyGateway = t2[t3].companyGatewayState.$get$1(0, payment.companyGatewayId); + t3 = payment.transactionReference; + companyGatewayLink = A.GatewayEntity_getPaymentUrl(companyGateway.gatewayId, t3); + t2 = type$.legacy_String; + fields = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2); + t2 = payment.date; + if (t2.length !== 0) + fields.$indexSet(0, "date", A.formatDate(t2, context, true, true, false)); + t2 = payment.typeId; + if ((t2 == null ? "" : t2).length !== 0) { + paymentType = t1.staticState.paymentTypeMap._map$_map.$index(0, t2); if (paymentType != null) fields.$indexSet(0, "type_id", paymentType.name); } - if (t2.length !== 0) - fields.$indexSet(0, "transaction_reference", t2); - t1 = payment.refunded; - if (t1 !== 0) - fields.$indexSet(0, "refunded", A.formatNumber(t1, context, client.id, _null, B.FormatNumberType_0, true, _null, false)); - return new A.ViewScaffold(this._widget.isFilter, payment, new A.Builder(new A._PaymentViewState_build_closure(this, viewModel, payment, state, t3, client, companyGateway, companyGatewayLink, fields), _null), _null, _null, _null); + if (t3.length !== 0) + fields.$indexSet(0, "transaction_reference", t3); + t2 = payment.refunded; + if (t2 !== 0) + fields.$indexSet(0, "refunded", A.formatNumber(t2, context, client.id, _null, B.FormatNumberType_0, true, _null, false)); + return new A.ViewScaffold(this._widget.isFilter, payment, new A.Builder(new A._PaymentViewState_build_closure(this, viewModel, payment, t1, t4, client, companyGateway, companyGatewayLink, fields), _null), _null, _null, _null); } }; A._PaymentViewState_build_closure.prototype = { @@ -432544,19 +445523,19 @@ t2 = !t2 || t12 < t7; 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: 606 + $signature: 720 }; A._PaymentViewState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._PaymentViewState_build__closure.prototype = { call$0() { return A.launchUrl(A.Uri_parse(this.companyGatewayLink, 0, null)); }, - $signature: 26 + $signature: 28 }; A._PaymentViewState_build__closure0.prototype = { call$0() { @@ -432571,7 +445550,7 @@ $signature: 1 }; A.PaymentViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentViewScreen_build_closure(this), new A.PaymentViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentViewVM); } @@ -432580,13 +445559,13 @@ call$1(store) { return A.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2493 + $signature: 2534 }; A.PaymentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentView(vm, this.$this.isFilter, null); }, - $signature: 2494 + $signature: 2535 }; A.PaymentViewVM.prototype = { get$payment() { @@ -432598,8 +445577,10 @@ }; A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadPayment(completer, this.payment.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPayment(completer, this.payment.id)); return completer.future; }, $signature: 17 @@ -432630,9 +445611,9 @@ B.JSArray_methods.forEach$1(_this._payment_term_edit$_controllers, new A._PaymentTermEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._payment_term_edit$_controllers, new A._PaymentTermEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _payment_term_edit$_onChanged$0() { var _this = this, @@ -432640,7 +445621,7 @@ if (!paymentTerm.$eq(0, _this._widget.viewModel.paymentTerm)) _this._payment_term_edit$_debouncer.run$1(new A._PaymentTermEditState__onChanged_closure0(_this, paymentTerm)); }, - build$1(_, context) { + build$1(context) { var t3, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -432660,13 +445641,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentTermEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._PaymentTermEditState_dispose_closure.prototype = { call$1(controller) { @@ -432674,7 +445655,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._PaymentTermEditState__onChanged_closure.prototype = { call$1(b) { @@ -432682,7 +445663,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 710 + $signature: 697 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -432694,7 +445675,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -432714,7 +445695,7 @@ t3 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, false, this.$this._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._PaymentTermEditState_build__closure(t1))], t3), _null, _null, false, _null, false, _null)], t3), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A._PaymentTermEditState_build__closure.prototype = { call$1(value) { @@ -432723,7 +445704,7 @@ $signature: 15 }; A.PaymentTermEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentTermEditScreen_build_closure(), new A.PaymentTermEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentTermEditVM); } @@ -432732,13 +445713,13 @@ call$1(store) { return A.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2495 + $signature: 2536 }; A.PaymentTermEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentTermEdit(viewModel, new A.ValueKey(viewModel.paymentTerm.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2496 + $signature: 2537 }; A.PaymentTermEditVM.prototype = { get$paymentTerm() { @@ -432750,16 +445731,20 @@ }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure.prototype = { call$1(paymentTerm) { - this.store.get$_dispatchers()[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 294 + $signature: 318 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.PaymentTermEntity_PaymentTermEntity(_null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -432776,15 +445761,20 @@ }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure.prototype = { call$0() { - var t1 = this.store, - paymentTerm = A._lateReadCheck(t1.__Store__state, "_state").uiState.paymentTermUIState.editing, - t2 = this.context, - t3 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t4 = new A._Future($.Zone__current, type$._Future_legacy_PaymentTermEntity); - t1.get$_dispatchers()[0].call$1(new A.SavePaymentTermRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_legacy_PaymentTermEntity), paymentTerm)); + var paymentTerm, t3, t4, t5, + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + paymentTerm = t2.uiState.paymentTermUIState.editing; + t2 = this.context; + t3 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t4 = new A._Future($.Zone__current, type$._Future_legacy_PaymentTermEntity); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SavePaymentTermRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_legacy_PaymentTermEntity), paymentTerm)); return t4.then$1$1(0, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure(paymentTerm, t3, this.state, t1, t2), type$.Null).catchError$1(new A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure.prototype = { call$1(savedPaymentTerm) { @@ -432805,17 +445795,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s23_)); t2 = _this.context; if (t1.get$isNew()) { t1 = type$.legacy_Object; A.Navigator_of(t2, false).pushReplacementNamed$2$1(_s23_, t1, t1); } else - A.Navigator_of(t2, false).pop$1(0, savedPaymentTerm); + A.Navigator_of(t2, false).pop$1(savedPaymentTerm); } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 294 + $signature: 318 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -432829,33 +445821,34 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.PaymentTermListItem.prototype = { - build$1(_, context) { - var filterMatch, t3, t4, t5, t6, t7, t8, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - paymentTermUIState = uiState.paymentTermUIState, - t1 = paymentTermUIState.listUIState.selectedIds, - t2 = _this.filter; - if (t2 != null && t2.length !== 0) { + build$1(context) { + var uiState, paymentTermUIState, t2, t3, filterMatch, t4, t5, t6, t7, t8, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + paymentTermUIState = uiState.paymentTermUIState; + t2 = paymentTermUIState.listUIState.selectedIds; + t3 = _this.filter; + if (t3 != null && t3.length !== 0) { _this.paymentTerm.toString; - filterMatch = A.matchesStringsValue(A._setArrayType([], type$.JSArray_legacy_String), t2); + filterMatch = A.matchesStringsValue(A._setArrayType([], type$.JSArray_legacy_String), t3); } else filterMatch = _null; - t2 = state.userCompanyStates; + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.paymentTerm; - t4 = t2.id; + t3 = t1._list[t3].userCompany; + t1 = _this.paymentTerm; + t4 = t1.id; t5 = uiState.get$isEditing() ? paymentTermUIState.editing.id : paymentTermUIState.selectedId; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.PaymentTermListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.PaymentTermListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t7 = type$.JSArray_legacy_Widget; - t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); + t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); t8 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.PaymentTermListItem_build_closure0(_this), new A.PaymentTermListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t2, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.PaymentTermListItem_build_closure0(_this), new A.PaymentTermListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t1, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); }, get$user(receiver) { return this.user; @@ -432885,7 +445878,7 @@ $signature: 11 }; A.PaymentTermListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentTermListBuilder_build_closure(), A.payment_term_list_vm_PaymentTermListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentTermListVM); } @@ -432896,7 +445889,7 @@ t2 = viewModel.state; return A.EntityList$(viewModel.paymentTermList, B.EntityType_paymentTerm, new A.PaymentTermListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2497 + $signature: 2538 }; A.PaymentTermListBuilder_build__closure.prototype = { call$2(context, index) { @@ -432915,17 +445908,21 @@ t2 = false; return new A.PaymentTermListItem(t4, paymentTerm, t1.filter, t2, null); }, - $signature: 2498 + $signature: 2539 }; A.PaymentTermListVM.prototype = {}; A.PaymentTermListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -432938,106 +445935,143 @@ }; A.PaymentTermListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortPaymentTerms(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortPaymentTerms(field)); }, $signature: 5 }; A.PaymentTermListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearPaymentTermMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearPaymentTermMultiselect()); }, $signature: 10 }; A.PaymentTermScreen.prototype = { - build$1(_, context) { - var t4, t5, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.paymentTermUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.paymentTermList; - t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_paymentTerm, false, B.List_empty18, 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_empty19, _null); - t3 = state.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), t3.get$newPaymentTerm()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_paymentTerm, t2, new A.PaymentTermScreen_build_closure7(store), t4, _null, _null, new A.PaymentTermScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.PaymentTermListBuilder(_null), t5, B.EntityType_paymentTerm, t3, 3, "company_details", new A.PaymentTermScreen_build_closure9(store), new A.PaymentTermScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.paymentTermUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.paymentTermList; + t3 = t3.filter; + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_paymentTerm, false, B.List_empty19, 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_empty20, _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, _null, B.EntityType_paymentTerm, t1, 3, "company_details", new A.PaymentTermScreen_build_closure9(store), _null, new A.PaymentTermScreen_build_closure10(store)); } }; A.PaymentTermScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartPaymentTermMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartPaymentTermMultiselect()); }, $signature: 10 }; A.PaymentTermScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTerms(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPaymentTerms(value)); }, $signature: 9 }; A.PaymentTermScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, $signature: 27 }; A.PaymentTermScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.paymentTermUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearPaymentTermMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartPaymentTermMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.paymentTermUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPaymentTermMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPaymentTermMultiselect()); + } }, $signature: 1 }; A.PaymentTermScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortPaymentTerms(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortPaymentTerms(value)); }, $signature: 9 }; A.PaymentTermScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, $signature: 27 }; A.PaymentTermScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.paymentTermUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearPaymentTermMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartPaymentTermMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.paymentTermUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPaymentTermMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPaymentTermMultiselect()); + } }, $signature: 1 }; A.PaymentTermScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentTermsByCustom1(value)); }, $signature: 5 }; A.PaymentTermScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentTermsByCustom2(value)); }, $signature: 5 }; A.PaymentTermScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentTermsByCustom3(value)); }, $signature: 5 }; A.PaymentTermScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPaymentTermsByCustom4(value)); }, $signature: 5 }; @@ -433048,7 +446082,7 @@ $signature: 1 }; A.PaymentTermScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentTermScreenBuilder_build_closure(), A.payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentTermScreenVM); } @@ -433057,7 +446091,7 @@ call$2(context, vm) { return new A.PaymentTermScreen(vm, null); }, - $signature: 2499 + $signature: 2540 }; A.PaymentTermScreenVM.prototype = {}; A.PaymentTermView.prototype = { @@ -433066,7 +446100,7 @@ } }; A._PaymentTermViewState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, viewModel = this._widget.viewModel, paymentTerm = viewModel.paymentTerm, @@ -433081,7 +446115,7 @@ $signature: 10 }; A.PaymentTermViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentTermViewScreen_build_closure(), new A.PaymentTermViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentTermViewVM); } @@ -433090,13 +446124,13 @@ call$1(store) { return A.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2500 + $signature: 2541 }; A.PaymentTermViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentTermView(vm, null); }, - $signature: 2501 + $signature: 2542 }; A.PaymentTermViewVM.prototype = { get$paymentTerm() { @@ -433108,7 +446142,9 @@ }; A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/payment_terms")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/payment_terms")); }, $signature: 1 }; @@ -433168,11 +446204,11 @@ B.JSArray_methods.forEach$1(_this._product_edit$_controllers, new A._ProductEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; B.JSArray_methods.forEach$1(_this._product_edit$_controllers, new A._ProductEditState_dispose_closure(_this)); - _this._product_edit$_focusNode.dispose$0(0); - _this.super$State$dispose(0); + _this._product_edit$_focusNode.dispose$0(); + _this.super$State$dispose(); }, _product_edit$_onChanged$0() { var _this = this, @@ -433180,7 +446216,7 @@ if (!J.$eq$(product, _this._widget.viewModel.product)) _this._product_edit$_debouncer.run$1(new A._ProductEditState__onChanged_closure0(_this, product)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -433245,9 +446281,8 @@ }; A._ProductEditState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_product_edit$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_product_edit$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -433290,7 +446325,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._ProductEditState_build_closure5.prototype = { call$1(context) { @@ -433387,7 +446422,7 @@ $signature: 168 }; A.ProductEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProductEditScreen_build_closure(), new A.ProductEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProductEditVM); } @@ -433396,13 +446431,13 @@ call$1(store) { return A.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2502 + $signature: 2543 }; A.ProductEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductEdit(vm, new A.ValueKey(vm.product.id, type$.ValueKey_legacy_String)); }, - $signature: 2503 + $signature: 2544 }; A.ProductEditVM.prototype = { get$company() { @@ -433414,16 +446449,20 @@ }; A.ProductEditVM_ProductEditVM$fromStore_closure.prototype = { call$1(product) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateProduct(product)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateProduct(product)); }, - $signature: 229 + $signature: 220 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.ProductEntity_ProductEntity(_null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -433440,18 +446479,22 @@ }; A.ProductEditVM_ProductEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var product, t3, $navigator, t4, t1 = this.store, - product = A._lateReadCheck(t1.__Store__state, "_state").uiState.productUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + product = t2.uiState.productUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_ProductEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveProductRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ProductEntity), product)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveProductRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ProductEntity), product)); return t2.then$1$1(0, new A.ProductEditVM_ProductEditVM$fromStore___closure(product, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ProductEditVM_ProductEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.ProductEditVM_ProductEditVM$fromStore___closure.prototype = { call$1(savedProduct) { @@ -433472,17 +446515,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s13_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s13_, t1, t1); } else - t2.pop$1(0, savedProduct); + t2.pop$1(savedProduct); } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 229 + $signature: 220 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -433496,30 +446541,30 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ProductListItem.prototype = { - build$1(_, context) { - var t2, t3, _this = this, _null = null, + build$1(context) { + var uiState, productUIState, listUIState, isInMultiselect, showCheckbox, textStyle, t2, t3, t4, _this = this, _null = null, t1 = _this.filter, filterMatch = t1 != null && t1.length !== 0 ? _this.product.matchesFilterValue$1(t1) : _null, - subtitle = filterMatch == null ? _this.product.notes : filterMatch, - store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = A._lateReadCheck(store.__Store__state, "_state").uiState, - productUIState = uiState.productUIState, - listUIState = productUIState.listUIState, - isInMultiselect = listUIState.selectedIds != null, - showCheckbox = _this.onCheckboxChanged != null || isInMultiselect, - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + subtitle = filterMatch == null ? _this.product.notes : filterMatch; + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + productUIState = uiState.productUIState; + listUIState = productUIState.listUIState; + isInMultiselect = listUIState.selectedIds != null; + showCheckbox = _this.onCheckboxChanged != null || isInMultiselect; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); if (A.getLayout(context) === B.AppLayout_desktop) { - t1 = _this.product.id; - t1 = t1 === (uiState.get$isEditing() ? productUIState.editing.id : productUIState.selectedId); + t2 = _this.product.id; + t2 = t2 === (uiState.get$isEditing() ? productUIState.editing.id : productUIState.selectedId); } else - t1 = false; - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t2._list[t3].userCompany, _this.product, new A.LayoutBuilder(new A.ProductListItem_build_closure(_this, showCheckbox, listUIState, state, textStyle, filterMatch, subtitle), _null), t1, true, _this.isDismissible, _null); + t2 = false; + t3 = t1.userCompanyStates; + t4 = uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t3._list[t4].userCompany, _this.product, new A.LayoutBuilder(new A.ProductListItem_build_closure(_this, showCheckbox, listUIState, t1, textStyle, filterMatch, subtitle), _null), t2, true, _this.isDismissible, _null); }, get$product(receiver) { return this.product; @@ -433552,7 +446597,7 @@ t8 = _this.filterMatch; if (t8 != null) t5.push(A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall, _null, _null, _null)); - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.price, context, _null, _null, B.FormatNumberType_0, false, _null, false), _null, _null, _null, _null, _null, t6, B.TextAlign_5, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ProductListItem_build__closure1(t1), new A.ProductListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.price, context, _null, _null, B.FormatNumberType_0, false, _null, false), _null, _null, _null, _null, _null, t6, B.TextAlign_5, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ProductListItem_build__closure1(t1), new A.ProductListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.ProductListItem_build__closure3(t1), _null, _null, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -433568,7 +446613,7 @@ } return t1; }, - $signature: 112 + $signature: 110 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -433596,7 +446641,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.product], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.ProductListItem_build__closure5.prototype = { call$0() { @@ -433620,7 +446665,7 @@ $signature: 11 }; A.ProductListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProductListBuilder_build_closure(), A.product_list_vm_ProductListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProductListVM); } @@ -433633,7 +446678,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_product, new A.ProductListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProductPresenter(), t2, t4); }, - $signature: 2504 + $signature: 2545 }; A.ProductListBuilder_build__closure.prototype = { call$2(context, index) { @@ -433643,23 +446688,27 @@ product = t1.productMap._map$_map.$index(0, productId), t2 = t1.state.getUIState$1(B.EntityType_product).get$listUIState().selectedIds; if (t2 != null) { - t3 = product.get$id(product); + t3 = product.id; t2 = B.JSArray_methods.contains$1(t2._list, t3); } else t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product); }, - $signature: 607 + $signature: 718 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -433672,13 +446721,17 @@ }; A.ProductListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortProducts(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortProducts(field)); }, $signature: 5 }; A.ProductListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearProductMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearProductMultiselect()); }, $signature: 10 }; @@ -433722,7 +446775,8 @@ case "stock_quantity": return A.Text$(A.formatNumber(product.stockQuantity, context, _null, _null, B.FormatNumberType_2, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "notification_threshold": - t1 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; return A.Text$(A.formatNumber(A.productNotificationThreshold(t2._list[t1].userCompany.company, product), context, _null, _null, B.FormatNumberType_2, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -433731,114 +446785,147 @@ } }; A.ProductScreen.prototype = { - build$1(_, context) { - var company, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.productUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.productList; - t2 = t2.filter; - t6 = A.List_List$of(A.ProductPresenter_getDefaultTableFields(t3), true, type$.legacy_String); - t7 = type$.JSArray_legacy_String; - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); - t6.push("custom1"); - t6.push("custom2"); - t6.push("custom3"); - t6.push("custom4"); - t6.push("documents"); - t6.push("tax_rate1"); - t6.push("tax_rate2"); - t6.push("tax_rate3"); - t6.push("tax_name1"); - t6.push("tax_name2"); - t6.push("tax_name3"); - t6.push("stock_quantity"); - t6.push("notification_threshold"); - t8 = A.ProductPresenter_getDefaultTableFields(t3); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("product1", true), company.getCustomFieldValues$2$excludeBlank("product2", true), company.getCustomFieldValues$2$excludeBlank("product3", true), company.getCustomFieldValues$2$excludeBlank("product4", true), t8, B.EntityType_product, false, B.List_empty18, new A.ProductScreen_build_closure(store), 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), _null, A._setArrayType(["product_key", "cost", "updated_at"], t7), B.List_empty19, t6); - t7 = state.prefState; - t1 = (t7.appLayout === B.AppLayout_mobile || t7.menuSidebarMode === B.AppSidebarMode_float) && t3.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_closure6(context), t1.get$newProduct()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_product, t2, new A.ProductScreen_build_closure7(store), t5, _null, _null, new A.ProductScreen_build_closure8(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.ProductListBuilder(_null), t6, B.EntityType_product, t1, 0, _null, new A.ProductScreen_build_closure9(store), new A.ProductScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.productUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.productList; + t3 = t3.filter; + t7 = A.List_List$of(A.ProductPresenter_getDefaultTableFields(t4), true, type$.legacy_String); + t8 = type$.JSArray_legacy_String; + B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t8)); + t7.push("custom1"); + t7.push("custom2"); + t7.push("custom3"); + t7.push("custom4"); + t7.push("documents"); + t7.push("tax_rate1"); + t7.push("tax_rate2"); + t7.push("tax_rate3"); + t7.push("tax_name1"); + t7.push("tax_name2"); + t7.push("tax_name3"); + t7.push("stock_quantity"); + t7.push("notification_threshold"); + t9 = A.ProductPresenter_getDefaultTableFields(t4); + t7 = 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), t9, B.EntityType_product, false, B.List_empty19, new A.ProductScreen_build_closure(store), 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), _null, A._setArrayType(["product_key", "cost", "updated_at"], t8), B.List_empty20, t7); + 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_closure6(context), t2.get$newProduct()) : _null; + return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_product, t3, new A.ProductScreen_build_closure7(store), t6, _null, _null, new A.ProductScreen_build_closure8(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.ProductListBuilder(_null), t7, _null, B.EntityType_product, t1, 0, _null, new A.ProductScreen_build_closure9(store), _null, new A.ProductScreen_build_closure10(store)); } }; A.ProductScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartProductMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartProductMultiselect()); }, $signature: 10 }; A.ProductScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterProducts(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterProducts(value)); }, $signature: 9 }; A.ProductScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterProductsByState(state)); }, $signature: 27 }; A.ProductScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.productUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearProductMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartProductMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.productUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearProductMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartProductMultiselect()); + } }, $signature: 1 }; A.ProductScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortProducts(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortProducts(value)); }, $signature: 5 }; A.ProductScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProductsByCustom1(value)); }, $signature: 5 }; A.ProductScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProductsByCustom2(value)); }, $signature: 5 }; A.ProductScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProductsByCustom3(value)); }, $signature: 5 }; A.ProductScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProductsByCustom4(value)); }, $signature: 5 }; A.ProductScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterProductsByState(state)); }, $signature: 27 }; A.ProductScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.productUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearProductMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartProductMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.productUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearProductMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartProductMultiselect()); + } }, $signature: 1 }; @@ -433849,7 +446936,7 @@ $signature: 1 }; A.ProductScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProductScreenBuilder_build_closure(), A.product_screen_vm_ProductScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProductScreenVM); } @@ -433858,7 +446945,7 @@ call$2(context, vm) { return new A.ProductScreen(vm, null); }, - $signature: 2505 + $signature: 2546 }; A.ProductScreenVM.prototype = {}; A.ProductView.prototype = { @@ -433876,13 +446963,15 @@ t1.addListener$1(0, _this.get$_product_view$_onTabChanged()); }, _product_view$_onTabChanged$0() { - var t1, store; + var t1, store, t2; this._widget.toString; t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._product_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateProductTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateProductTab(t1)); }, didUpdateWidget$1(oldWidget) { var t1, t2; @@ -433892,13 +446981,13 @@ if (t1 !== t2) this._product_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._product_view$_controller.removeListener$1(0, _this.get$_product_view$_onTabChanged()); - _this._product_view$_controller.dispose$0(0); - _this.super$__ProductViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._product_view$_controller.dispose$0(); + _this.super$__ProductViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -433918,28 +447007,28 @@ 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: 216 + $signature: 227 }; A._ProductViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ProductViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__ProductViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -433948,7 +447037,7 @@ } }; A.ProductViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.product.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.ProductViewDocuments_build_closure(this, context), new A.ProductViewDocuments_build_closure0(this, context), null, null); } @@ -433957,13 +447046,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.ProductViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.ProductOverview.prototype = { createState$0() { @@ -433971,7 +447060,7 @@ } }; A._ProductOverviewState.prototype = { - build$1(_, context) { + build$1(context) { var fields, t3, _null = null, _s8_ = "product1", _s8_0 = "product2", @@ -434009,11 +447098,11 @@ t2 = t1.get$price(); t3 = A.formatNumber(product.price, context, _null, _null, B.FormatNumberType_0, false, _null, false); t1 = t1.get$cost(); - return new A.ScrollableListView(A._setArrayType([A.EntityHeader$(product, t2, t1, company.enableProductCost ? A.formatNumber(product.cost, context, _null, _null, B.FormatNumberType_0, false, _null, false) : _null, _null, _null, t3), new A.ListDivider(_null), new A.FieldGrid(fields, _null), new A.Padding(new A.EdgeInsets(20, 20, 20, 20), A.Text$(product.notes, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null)], type$.JSArray_legacy_Widget), _null, _null, _null); + return new A.ScrollableListView(A._setArrayType([A.EntityHeader$(product, t2, t1, company.enableProductCost ? A.formatNumber(product.cost, context, _null, _null, B.FormatNumberType_0, false, _null, false) : _null, _null, _null, t3), new A.ListDivider(_null), new A.FieldGrid(fields, _null), new A.Padding(new A.EdgeInsets(20, 20, 20, 20), A.Text$(product.notes, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null)], type$.JSArray_legacy_Widget), _null, _null, _null); } }; A.ProductViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProductViewScreen_build_closure(this), new A.ProductViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProductViewVM); } @@ -434022,13 +447111,13 @@ call$1(store) { return A.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2506 + $signature: 2547 }; A.ProductViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2507 + $signature: 2548 }; A.ProductViewVM.prototype = { $eq(_, other) { @@ -434049,8 +447138,10 @@ }; A.ProductViewVM_ProductViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadProduct(completer, this.product.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProduct(completer, this.product.id)); return completer.future; }, $signature: 17 @@ -434063,17 +447154,19 @@ }; A.ProductViewVM_ProductViewVM$fromStore_closure0.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveProductDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.product)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.ProductViewVM_ProductViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -434085,7 +447178,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ProductViewVM_ProductViewVM$fromStore_closure1.prototype = { call$4(context, $document, password, idToken) { @@ -434094,15 +447187,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.ProductViewVM_ProductViewVM$fromStore__closure(t2, this.product), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadProduct(null, this.product.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadProduct(null, this.product.id)); }, $signature: 71 }; @@ -434150,9 +447247,9 @@ B.JSArray_methods.forEach$1(_this._project_edit$_controllers, new A._ProjectEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._project_edit$_controllers, new A._ProjectEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _project_edit$_onChanged$0() { var _this = this, @@ -434160,7 +447257,7 @@ if (!J.$eq$(project, _this._widget.viewModel.project)) _this._project_edit$_debouncer.run$1(new A._ProjectEditState__onChanged_closure0(_this, project)); }, - build$1(_, context) { + build$1(context) { var t2, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -434181,13 +447278,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._ProjectEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._ProjectEditState_dispose_closure.prototype = { call$1(controller) { @@ -434195,7 +447292,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._ProjectEditState__onChanged_closure.prototype = { call$1(b) { @@ -434234,7 +447331,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._ProjectEditState_build_closure1.prototype = { call$1(context) { @@ -434276,7 +447373,7 @@ t12 = t11.userCompanyStates._list[t12]; t13 = t12.clientState; t11 = t10.call$4(t13.map, t13.list, t12.userState.map, t11.staticState); - t4 = A.EntityDropdown$(true, t2._project_edit$_autoValidate, false, t1.clientId, t11, _null, B.EntityType_client, B.List_empty0, t4, new A._ProjectEditState_build__closure1(t8, context), _null, new A._ProjectEditState_build__closure2(t8, t1), _null, _null, new A._ProjectEditState_build__closure3(t3)); + t4 = A.EntityDropdown$(true, t2._project_edit$_autoValidate, false, t1.clientId, t11, _null, B.EntityType_client, B.List_empty1, t4, new A._ProjectEditState_build__closure1(t8, context), _null, new A._ProjectEditState_build__closure2(t8, t1), _null, _null, new A._ProjectEditState_build__closure3(t3)); } else { t4 = J.$index$asx(t5.$index(0, t6), "project_number"); if (t4 == null) @@ -434289,7 +447386,7 @@ t6 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t7, t4, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure5(t8, t1), _null), t10, A.DecoratedFormField$(false, _null, false, false, t2._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t5, _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, 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, t9, true, _null, _null, B.TextAlign_4, _null), new A.CustomField(t2._project_edit$_custom1Controller, _null, t9, "project1", t1.customValue1, false, _null), new A.CustomField(t2._project_edit$_custom2Controller, _null, t9, "project2", t1.customValue2, false, _null), new A.CustomField(t2._project_edit$_custom3Controller, _null, t9, "project3", t1.customValue3, false, _null), new A.CustomField(t2._project_edit$_custom4Controller, _null, t9, "project4", t1.customValue4, false, _null), A.DecoratedFormField$(false, _null, false, 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, 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)], t6), _null, _null, false, _null, true, _null)], t6), _null, _null, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_legacy_String)); }, - $signature: 163 + $signature: 175 }; A._ProjectEditState_build__closure0.prototype = { call$1(val) { @@ -434307,7 +447404,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure1(client))); }, - $signature: 35 + $signature: 36 }; A._ProjectEditState_build___closure1.prototype = { call$1(b) { @@ -434324,7 +447421,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A._ProjectEditState_build__closure5.prototype = { call$1(userId) { @@ -434343,7 +447440,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 57 + $signature: 58 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { @@ -434353,7 +447450,7 @@ $signature: 169 }; A.ProjectEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProjectEditScreen_build_closure(), new A.ProjectEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProjectEditVM); } @@ -434362,13 +447459,13 @@ call$1(store) { return A.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2508 + $signature: 2549 }; A.ProjectEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ProjectEdit(viewModel, new A.ValueKey(viewModel.project.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2509 + $signature: 2550 }; A.ProjectEditVM.prototype = { get$project() { @@ -434380,9 +447477,11 @@ }; A.ProjectEditVM_ProjectEditVM$fromStore_closure.prototype = { call$1(project) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateProject(project)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateProject(project)); }, - $signature: 261 + $signature: 243 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -434394,7 +447493,9 @@ t2.complete$0(0); else { t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 @@ -434410,19 +447511,23 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 119 + $signature: 116 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/project/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, $signature: 3 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure0.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/project/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, - $signature: 35 + $signature: 36 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -434437,18 +447542,22 @@ }; A.ProjectEditVM_ProjectEditVM$fromStore__closure1.prototype = { call$0() { - var t3, $navigator, + var project, t3, $navigator, t4, t1 = this.store, - project = A._lateReadCheck(t1.__Store__state, "_state").uiState.projectUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + project = t2.uiState.projectUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_ProjectEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveProjectRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ProjectEntity), project)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveProjectRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ProjectEntity), project)); return t2.then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore___closure(project, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ProjectEditVM_ProjectEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure.prototype = { call$1(savedProject) { @@ -434471,21 +447580,26 @@ t2 = _this.state; t3 = t2.prefState; if (t3.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s13_)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdateCurrentRoute(_s13_)); t1 = t1.get$isNew() && t2.uiState.projectUIState.saveCompleter == null; t2 = _this.navigator; if (t1) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s13_, t1, t1); } else - t2.pop$1(0, savedProject); + t2.pop$1(savedProject); } else { - if (!t3.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t3.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedProject, null, true); } }, - $signature: 261 + $signature: 243 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -434499,39 +447613,40 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ProjectListItem.prototype = { - build$1(_, context) { - var filterMatch, listUIState, textStyle, subtitle, textColor, t4, t5, _null = null, + build$1(context) { + var uiState, projectUIState, t2, t3, t4, client, filterMatch, listUIState, textStyle, subtitle, textColor, t5, t6, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - projectUIState = uiState.projectUIState, - t1 = state.userCompanyStates, - t2 = uiState.selectedCompanyIndex, - t3 = this.project, - client = t1._list[t2].clientState.$get$1(0, t3.clientId); - t1 = this.filter; - if (t1 != null && t1.length !== 0) { - t2 = t3.matchesFilterValue$1(t1); - filterMatch = t2 == null ? client.matchesFilterValue$1(t1) : t2; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + projectUIState = uiState.projectUIState; + t2 = t1.userCompanyStates; + t3 = uiState.selectedCompanyIndex; + t4 = this.project; + client = t2._list[t3].clientState.$get$1(0, t4.clientId); + t2 = this.filter; + if (t2 != null && t2.length !== 0) { + t3 = t4.matchesFilterValue$1(t2); + filterMatch = t3 == null ? client.matchesFilterValue$1(t2) : t3; } else filterMatch = _null; listUIState = projectUIState.listUIState; - t1 = listUIState.selectedIds; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = listUIState.selectedIds; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); subtitle = client.displayName; textColor = A.Theme_of(context).textTheme.bodyLarge.color; if (A.getLayout(context) === B.AppLayout_desktop) { - t2 = t3.id; - t2 = t2 === (uiState.get$isEditing() ? projectUIState.editing.id : projectUIState.selectedId); + t3 = t4.id; + t3 = t3 === (uiState.get$isEditing() ? projectUIState.editing.id : projectUIState.selectedId); } else - t2 = false; - t4 = A._lateReadCheck(store.__Store__state, "_state"); - t5 = t4.userCompanyStates; - t4 = t4.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t5._list[t4].userCompany, t3, new A.LayoutBuilder(new A.ProjectListItem_build_closure(this, t1 != null, listUIState, state, client, textStyle, subtitle, filterMatch, textColor), _null), t2, true, true, _null); + t3 = false; + t5 = store.__Store__state_A; + t6 = t5.userCompanyStates; + t5 = t5.uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t6._list[t5].userCompany, t4, new A.LayoutBuilder(new A.ProjectListItem_build_closure(this, t2 != null, listUIState, t1, client, textStyle, subtitle, filterMatch, textColor), _null), t3, true, true, _null); }, get$user(receiver) { return this.user; @@ -434565,7 +447680,7 @@ t7 = t3.name; t7 = A.Text$(t7 + (t3.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, t5, _null, _null, _null); t8 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t7, A.Text$(_this.subtitle, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t8.get$value(t8) >>> 16 & 255, t8.get$value(t8) >>> 8 & 255, t8.get$value(t8) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatDuration(A.Duration$(0, 0, 0, 0, B.JSNumber_methods.toInt$0(t3.budgetedHours * 60), 0), false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ProjectListItem_build__closure1(t1), new A.ProjectListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t7, A.Text$(_this.subtitle, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t8.get$value(t8) >>> 16 & 255, t8.get$value(t8) >>> 8 & 255, t8.get$value(t8) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatDuration(A.Duration$(0, 0, 0, 0, B.JSNumber_methods.toInt$0(t3.budgetedHours * 60), 0), false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ProjectListItem_build__closure1(t1), new A.ProjectListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.ProjectListItem_build__closure3(t1), _null, _null, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -434579,7 +447694,7 @@ } return t1; }, - $signature: 112 + $signature: 110 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -434606,7 +447721,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.project], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.ProjectListItem_build__closure5.prototype = { call$0() { @@ -434629,7 +447744,7 @@ $signature: 11 }; A.ProjectListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProjectListBuilder_build_closure(), A.project_list_vm_ProjectListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProjectListVM); } @@ -434642,7 +447757,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_project, new A.ProjectListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProjectPresenter(), t2, t4); }, - $signature: 2510 + $signature: 2551 }; A.ProjectListBuilder_build__closure.prototype = { call$2(context, index) { @@ -434661,17 +447776,21 @@ t2 = false; return new A.ProjectListItem(t4, project, t1.filter, t2, null); }, - $signature: 2511 + $signature: 2552 }; A.ProjectListVM.prototype = {}; A.ProjectListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -434684,26 +447803,31 @@ }; A.ProjectListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortProjects(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortProjects(field)); }, $signature: 5 }; A.ProjectListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearProjectMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearProjectMultiselect()); }, $signature: 10 }; A.ProjectPresenter.prototype = { getField$2$context$field(context, field) { - var client, _this = this, _null = null, + var t2, client, _this = this, _null = null, project = type$.legacy_ProjectEntity._as(_this.entity), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].clientState; - t1 = project.clientId; - client = t2.$get$1(0, t1); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t1 = t1.uiState.selectedCompanyIndex; + t1 = t2._list[t1].clientState; + t2 = project.clientId; + client = t1.$get$1(0, t2); switch (field) { case "name": return A.Text$(project.name, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -434714,7 +447838,7 @@ case "client_number": return A.Text$(client.number, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "task_rate": - return A.Text$(A.formatNumber(project.taskRate, context, t1, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(A.formatNumber(project.taskRate, context, t2, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "due_date": return A.Text$(A.formatDate(project.dueDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "public_notes": @@ -434741,112 +447865,142 @@ } }; A.ProjectScreen.prototype = { - build$1(_, context) { - var company, userCompany, t3, t4, t5, t6, t7, _null = null, _s6_ = "_state", + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, _s6_), - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - company = t2._list[t1].userCompany.company; - t1 = A._lateReadCheck(store.__Store__state, _s6_); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - userCompany = t2._list[t1].userCompany; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = state.uiState.projectUIState.listUIState; - t3 = t2.filterClearedAt; - t4 = this.viewModel.projectList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType(["name", "client", "task_rate", "due_date", "public_notes", "private_notes", "budgeted_hours", "entity_state"], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6.push("number"); - t6.push("client_number"); - t6.push("client_id_number"); - t6.push("custom1"); - t6.push("custom2"); - t6.push("custom3"); - t6.push("custom4"); - t6.push("documents"); - t7 = A._setArrayType(["name", "client", "task_rate", "due_date", "public_notes", "private_notes", "budgeted_hours", "entity_state"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("project1", true), company.getCustomFieldValues$2$excludeBlank("project2", true), company.getCustomFieldValues$2$excludeBlank("project3", true), company.getCustomFieldValues$2$excludeBlank("project4", true), t7, B.EntityType_project, false, B.List_empty18, new A.ProjectScreen_build_closure(store), new A.ProjectScreen_build_closure0(store), new A.ProjectScreen_build_closure1(store), new A.ProjectScreen_build_closure2(store), new A.ProjectScreen_build_closure3(store), new A.ProjectScreen_build_closure4(store), new A.ProjectScreen_build_closure5(store), _null, A._setArrayType(["name", "number", "updated_at"], t5), B.List_empty19, t6); - t5 = state.prefState; - t1 = (t5.appLayout === B.AppLayout_mobile || t5.menuSidebarMode === B.AppSidebarMode_float) && userCompany.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), t1.get$newProject()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_project, t2, new A.ProjectScreen_build_closure7(store), t4, _null, _null, new A.ProjectScreen_build_closure8(store), new A.ValueKey("__filter_" + t3 + "__", type$.ValueKey_legacy_String)), new A.ProjectListBuilder(_null), t6, B.EntityType_project, t1, 0, _null, new A.ProjectScreen_build_closure9(store), new A.ProjectScreen_build_closure10(store)); + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.projectUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.projectList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["name", "client", "task_rate", "due_date", "public_notes", "private_notes", "budgeted_hours", "entity_state"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("number"); + t8.push("client_number"); + t8.push("client_id_number"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("documents"); + t9 = A._setArrayType(["name", "client", "task_rate", "due_date", "public_notes", "private_notes", "budgeted_hours", "entity_state"], t7); + 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_empty19, 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_empty20, 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, _null, B.EntityType_project, t1, 0, _null, new A.ProjectScreen_build_closure9(store), _null, new A.ProjectScreen_build_closure10(store)); } }; A.ProjectScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartProjectMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartProjectMultiselect()); }, $signature: 10 }; A.ProjectScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterProjects(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterProjects(value)); }, $signature: 9 }; A.ProjectScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterProjectsByState(state)); }, $signature: 27 }; A.ProjectScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.projectUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearProjectMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartProjectMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.projectUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearProjectMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartProjectMultiselect()); + } }, $signature: 1 }; A.ProjectScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortProjects(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortProjects(value)); }, $signature: 5 }; A.ProjectScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProjectsByCustom1(value)); }, $signature: 5 }; A.ProjectScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProjectsByCustom2(value)); }, $signature: 5 }; A.ProjectScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProjectsByCustom3(value)); }, $signature: 5 }; A.ProjectScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterProjectsByCustom4(value)); }, $signature: 5 }; A.ProjectScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterProjectsByState(state)); }, $signature: 27 }; A.ProjectScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.projectUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearProjectMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartProjectMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.projectUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearProjectMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartProjectMultiselect()); + } }, $signature: 1 }; @@ -434857,7 +448011,7 @@ $signature: 0 }; A.ProjectScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProjectScreenBuilder_build_closure(), A.project_screen_vm_ProjectScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProjectScreenVM); } @@ -434866,7 +448020,7 @@ call$2(context, vm) { return new A.ProjectScreen(vm, null); }, - $signature: 2512 + $signature: 2553 }; A.ProjectScreenVM.prototype = {}; A.ProjectView.prototype = { @@ -434885,14 +448039,16 @@ t2.addListener$1(0, _this.get$_project_view$_onTabChanged()); }, _project_view$_onTabChanged$0() { - var t1, store; + var t1, store, t2; if (this._widget.isFilter) return; t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._project_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateProjectTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateProjectTab(t1)); }, didUpdateWidget$1(oldWidget) { var t1, t2; @@ -434902,13 +448058,13 @@ if (t1 !== t2) this._project_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._project_view$_controller.removeListener$1(0, _this.get$_project_view$_onTabChanged()); - _this._project_view$_controller.dispose$0(0); - _this.super$__ProjectViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._project_view$_controller.dispose$0(); + _this.super$__ProjectViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, viewModel = _this._widget.viewModel, project = viewModel.project, @@ -434931,19 +448087,19 @@ 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: 216 + $signature: 227 }; A._ProjectViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ProjectViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._ProjectViewState_build_closure.prototype = { call$0() { @@ -434952,13 +448108,13 @@ $signature: 10 }; A.__ProjectViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -434967,7 +448123,7 @@ } }; A.ProjectViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.project.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.ProjectViewDocuments_build_closure(this, context), new A.ProjectViewDocuments_build_closure0(this, context), null, null); } @@ -434976,13 +448132,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.ProjectViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.ProjectOverview.prototype = { createState$0() { @@ -434994,12 +448150,12 @@ this.super$State$initState(); this._project_view_overview$_timer = A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 0, 0, 1), new A._ProjectOverviewState_initState_closure(this)); }, - dispose$0(_) { + dispose$0() { this._project_view_overview$_timer.cancel$0(0); this._project_view_overview$_timer = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t4, _null = null, _s8_ = "project1", _s8_0 = "project2", @@ -435031,13 +448187,13 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 404 + $signature: 469 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { return false; }, - $signature: 22 + $signature: 23 }; A._ProjectOverviewState_build__buildView.prototype = { call$0() { @@ -435071,7 +448227,7 @@ } if (t7.isModuleEnabled$1(B.EntityType_invoice)) { t3 = t3._widget.isFilter; - t6.push(new A.EntitiesListTile(t1, B.EntityType_invoice, t2.get$invoices(), $.$get$memoizedInvoiceStatsForProject().call$2(t1.id, t4[t5].invoiceState.map).present$2(t2.get$active(t2), t2.get$archived()), t3, true, _null)); + t6.push(new A.EntitiesListTile(t1, B.EntityType_invoice, t2.get$invoices(), $.$get$memoizedInvoiceStatsForProject().call$2(t1.id, t4[t5].invoiceState.map).present$2(t2.get$active(t2), t2.get$archived()), t3, false, _null)); } B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.FieldGrid(_this.fields, _null)], t8)); t1 = t1.publicNotes; @@ -435079,16 +448235,16 @@ B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, _null), new A.ListDivider(_null)], t8)); return t6; }, - $signature: 230 + $signature: 217 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { return this.$this._widget.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.ProjectViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProjectViewScreen_build_closure(this), new A.ProjectViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProjectViewVM); } @@ -435097,13 +448253,13 @@ call$1(store) { return A.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2513 + $signature: 2554 }; A.ProjectViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2514 + $signature: 2555 }; A.ProjectViewVM.prototype = { get$project() { @@ -435115,8 +448271,10 @@ }; A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadProject(completer, this.project.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadProject(completer, this.project.id)); return completer.future; }, $signature: 17 @@ -435141,21 +448299,23 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 51 + $signature: 55 }; A.ProjectViewVM_ProjectViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveProjectDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.project)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -435167,7 +448327,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.ProjectViewVM_ProjectViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -435176,15 +448336,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.ProjectViewVM_ProjectViewVM$fromStore__closure(t2, this.project), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadProject(null, this.project.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadProject(null, this.project.id)); }, $signature: 71 }; @@ -435204,9 +448368,9 @@ if (this._widget.viewModel.invoiceItemIndex != null) this._purchase_order_edit$_controller.animateTo$1(2); }, - dispose$0(_) { - this._purchase_order_edit$_controller.dispose$0(0); - this.super$__PurchaseOrderEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._purchase_order_edit$_controller.dispose$0(); + this.super$__PurchaseOrderEditState_State_SingleTickerProviderStateMixin$dispose(); }, _purchase_order_edit$_onSavePressed$2(context, action) { if (!$.$get$_PurchaseOrderEditState__formKey().get$currentState().validate$0()) @@ -435216,7 +448380,7 @@ _purchase_order_edit$_onSavePressed$1(context) { return this._purchase_order_edit$_onSavePressed$2(context, null); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, _s19_ = "edit_purchase_order", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -435257,19 +448421,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { return this.$this._purchase_order_edit$_onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._PurchaseOrderEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._purchase_order_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._PurchaseOrderEditState_build_closure.prototype = { call$0() { @@ -435288,14 +448452,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(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: 274 + $signature: 276 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 62 }; A._PurchaseOrderEditState_build___closure1.prototype = { call$1(item) { @@ -435314,7 +448478,7 @@ } return t1; }, - $signature: 239 + $signature: 277 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -435328,16 +448492,16 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 275 + $signature: 278 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -435346,7 +448510,7 @@ } }; A.PurchaseOrderEditDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderEditDetailsScreen_build_closure(this), new A.PurchaseOrderEditDetailsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderEditDetailsVM); } @@ -435355,7 +448519,7 @@ call$1(store) { return A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore(store); }, - $signature: 2515 + $signature: 2556 }; A.PurchaseOrderEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -435364,23 +448528,26 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_purchaseOrder, null); }, - $signature: 2516 + $signature: 2557 }; A.PurchaseOrderEditDetailsVM.prototype = {}; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure.prototype = { call$1(purchaseOrder) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 142 + $signature: 144 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { - var t1 = this.store, - t2 = purchaseOrder.applyVendor$2(this.state, vendor); - t1.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(t2)); - t1.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrderVendor(vendor)); + var t1 = purchaseOrder.applyVendor$2(this.state, vendor), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdatePurchaseOrder(t1)); + t2[0].call$1(new A.UpdatePurchaseOrderVendor(vendor)); }, - $signature: 2517 + $signature: 2558 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -435392,22 +448559,26 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 119 + $signature: 116 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); }, $signature: 3 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); }, - $signature: 35 + $signature: 36 }; A.PurchaseOrderEditItemsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderEditItemsScreen_build_closure(this), new A.PurchaseOrderEditItemsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderEditItemsVM); } @@ -435416,7 +448587,7 @@ call$1(store) { return A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore(store); }, - $signature: 2518 + $signature: 2559 }; A.PurchaseOrderEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -435426,39 +448597,52 @@ else return new A.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2519 + $signature: 2560 }; A.PurchaseOrderEditItemsVM.prototype = {}; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure.prototype = { call$1(index) { - this.store.get$_dispatchers()[0].call$1(new A.DeletePurchaseOrderItem(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeletePurchaseOrderItem(index)); }, - $signature: 114 + $signature: 108 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.EditPurchaseOrderItem(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditPurchaseOrderItem(null)); }, $signature: 1 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1.prototype = { call$2(purchaseOrderItem, index) { - var t1 = this.store; - if (index === A._lateReadCheck(t1.__Store__state, "_state").uiState.purchaseOrderUIState.editing.lineItems._list.length) - t1.get$_dispatchers()[0].call$1(new A.AddPurchaseOrderItem(purchaseOrderItem)); - else - t1.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.purchaseOrderUIState.editing.lineItems._list.length; + t1 = t1.__Store__dispatchers_F; + if (index === t2) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddPurchaseOrderItem(purchaseOrderItem)); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); + } }, - $signature: 271 + $signature: 244 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { - this.store.get$_dispatchers()[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 121 + $signature: 130 }; A.PurchaseOrderEditNotesScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderEditNotesScreen_build_closure(), new A.PurchaseOrderEditNotesScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderEditNotesVM); } @@ -435467,47 +448651,51 @@ call$1(store) { return A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore(store); }, - $signature: 2520 + $signature: 2561 }; A.PurchaseOrderEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2521 + $signature: 2562 }; A.PurchaseOrderEditNotesVM.prototype = {}; A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure.prototype = { call$1(purchaseOrder) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 142 + $signature: 144 }; A.PurchaseOrderEditPDFScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderEditPDFScreen_build_closure(), new A.PurchaseOrderEditPDFScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderEditPDFVM); } }; A.PurchaseOrderEditPDFScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.purchaseOrderUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.PurchaseOrderEditPDFVM(state, t2._list[t1].userCompany.company, invoice); + var t2, invoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.purchaseOrderUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.PurchaseOrderEditPDFVM(t1, t3._list[t2].userCompany.company, invoice); }, - $signature: 2522 + $signature: 2563 }; A.PurchaseOrderEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2523 + $signature: 2564 }; A.PurchaseOrderEditPDFVM.prototype = {}; A.PurchaseOrderEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderEditScreen_build_closure(), new A.PurchaseOrderEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderEditVM); } @@ -435516,13 +448704,13 @@ call$1(store) { return A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore(store); }, - $signature: 2524 + $signature: 2565 }; A.PurchaseOrderEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PurchaseOrderEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2525 + $signature: 2566 }; A.PurchaseOrderEditVM.prototype = {}; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure.prototype = { @@ -435542,14 +448730,16 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 165 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure2.prototype = { call$0() { - var t3, $navigator, t4, _this = this, + var purchaseOrder, t3, $navigator, t4, t5, _this = this, t1 = _this.store, - purchaseOrder = A._lateReadCheck(t1.__Store__state, "_state").uiState.purchaseOrderUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + purchaseOrder = t2.uiState.purchaseOrderUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -435572,17 +448762,19 @@ A.handleEntitiesActions(A._setArrayType([purchaseOrder], type$.JSArray_legacy_BaseEntity), t4, false); else { t2 = new A._Future($.Zone__current, type$._Future_legacy_InvoiceEntity); - t1.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), purchaseOrder, t4)); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SavePurchaseOrderRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), purchaseOrder, t4)); return t2.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1(purchaseOrder, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2()); } }, - $signature: 33 + $signature: 34 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseSelectAVendor(), false, null); }, - $signature: 19 + $signature: 20 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1.prototype = { call$1(savedPurchaseOrder) { @@ -435602,16 +448794,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s20_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s20_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s20_, t1, t1); } else - t2.pop$1(0, savedPurchaseOrder); + t2.pop$1(savedPurchaseOrder); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedPurchaseOrder, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_invoice) && t2.editAfterSaving) A.editEntity(_null, savedPurchaseOrder, true, _null); @@ -435625,7 +448822,7 @@ A.viewEntity(false, savedPurchaseOrder, _null, true); } }, - $signature: 65 + $signature: 64 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -435639,46 +448836,54 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0.prototype = { call$3(items, clientId, projectId) { - var t1; + var t1, t2; if (items.length === 1) { t1 = this.purchaseOrder.lineItems._list.length; - this.store.get$_dispatchers()[0].call$1(new A.EditPurchaseOrderItem(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditPurchaseOrderItem(t1)); } - this.store.get$_dispatchers()[0].call$1(new A.AddPurchaseOrderItems(items)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 258 + $signature: 238 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { - var _null = null, + var t2, _null = null, t1 = this.state.uiState; if (B.JSArray_methods.contains$1(A._setArrayType(["pdf", "email"], type$.JSArray_legacy_String), t1.get$previousSubRoute())) A.viewEntitiesByType(B.EntityType_purchaseOrder, _null); else { A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), true); t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -435690,7 +448895,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3.prototype = { call$4(context, $document, password, idToken) { @@ -435699,40 +448904,46 @@ t2 = this.store; completer.future.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure(t2, this.purchaseOrder), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrder(null, this.purchaseOrder.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadPurchaseOrder(null, this.purchaseOrder.id)); }, $signature: 71 }; A.PurchaseOrderEmailScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderEmailScreen_build_closure(), new A.PurchaseOrderEmailScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_EmailPurchaseOrderVM); } }; A.PurchaseOrderEmailScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - purchaseOrderId = t1.purchaseOrderUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore(store, t2._list[t1].purchaseOrderState.map._map$_map.$index(0, purchaseOrderId)); + var t2, purchaseOrderId, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + purchaseOrderId = t2.purchaseOrderUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore(store, t1._list[t2].purchaseOrderState.map._map$_map.$index(0, purchaseOrderId)); }, - $signature: 2526 + $signature: 2567 }; A.PurchaseOrderEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2527 + $signature: 2568 }; A.EmailPurchaseOrderVM.prototype = {}; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure.prototype = { @@ -435741,9 +448952,11 @@ completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$emailedPurchaseOrder(), A.getLayout(context) === B.AppLayout_mobile, t1); if (A.getLayout(context) !== B.AppLayout_mobile) completer.future.then$1$1(0, new A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure(this.purchaseOrder), t1); - this.store.get$_dispatchers()[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body)); }, - $signature: 329 + $signature: 314 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(value) { @@ -435752,32 +448965,33 @@ $signature: 3 }; A.PurchaseOrderListItem.prototype = { - build$1(_, context) { - var t6, filterMatch, textColor, t7, t8, _this = this, _null = null, t1 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - purchaseOrderUIState = uiState.purchaseOrderUIState, - t2 = _this.purchaseOrder, - listUIState = state.getUIState$1(t2.entityType).get$listUIState(), - t3 = listUIState.selectedIds, - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), - t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t5 = _this.filter; - if (t5 != null && t5.length !== 0) { - t6 = t2.matchesFilterValue$1(t5); - filterMatch = t6 == null ? _this.client.matchesFilterValue$1(t5) : t6; + build$1(context) { + var uiState, purchaseOrderUIState, t3, listUIState, t4, textStyle, t5, t6, t7, filterMatch, textColor, t8, t9, _this = this, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + purchaseOrderUIState = uiState.purchaseOrderUIState; + t3 = _this.purchaseOrder; + listUIState = t2.getUIState$1(t3.entityType).get$listUIState(); + t4 = listUIState.selectedIds; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t6 = _this.filter; + if (t6 != null && t6.length !== 0) { + t7 = t3.matchesFilterValue$1(t6); + filterMatch = t7 == null ? _this.client.matchesFilterValue$1(t6) : t7; } else filterMatch = _null; textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; - t5 = t2.date; - if (t5.length !== 0) - t1.subtitle = A.formatDate(t5, context, true, true, false); - t5 = t2.id; - t6 = uiState.get$isEditing() ? purchaseOrderUIState.editing.id : purchaseOrderUIState.selectedId; - t7 = state.userCompanyStates; - t8 = uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t7._list[t8].userCompany, t2, new A.LayoutBuilder(new A.PurchaseOrderListItem_build_closure(t1, _this, t3 != null, listUIState, state, t4, textStyle, filterMatch, textColor), _null), t5 === t6, true, true, _null); + t6 = t3.date; + if (t6.length !== 0) + t1.subtitle = A.formatDate(t6, context, true, true, false); + t6 = t3.id; + t7 = uiState.get$isEditing() ? purchaseOrderUIState.editing.id : purchaseOrderUIState.selectedId; + t8 = t2.userCompanyStates; + t9 = uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t8._list[t9].userCompany, t3, new A.LayoutBuilder(new A.PurchaseOrderListItem_build_closure(t1, _this, t4 != null, listUIState, t2, t5, textStyle, filterMatch, textColor), _null), t6 === t7, true, true, _null); }, get$user(receiver) { return this.user; @@ -435819,7 +449033,7 @@ if (t9 == null) t9 = _this._box_0.subtitle; t10 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PurchaseOrderListItem_build__closure1(t1), new A.PurchaseOrderListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PurchaseOrderListItem_build__closure1(t1), new A.PurchaseOrderListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.PurchaseOrderListItem_build__closure3(t1), _null, _null, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -435845,11 +449059,11 @@ t4 = A.Expanded$(t4, 1); t6 = t5.statusId; t8 = _this.localization.lookup$1(B.Map_EH27z.$index(0, t6)); - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.PurchaseOrderListItem_build__closure4(t1), new A.PurchaseOrderListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, A.Text$(t8, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t6 === "1" ? _this.textColor : new A.PurchaseOrderStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t6), _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t5, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.PurchaseOrderListItem_build__closure4(t1), new A.PurchaseOrderListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, A.Text$(t8, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t6 === "1" ? _this.textColor : new A.PurchaseOrderStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t6), _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t5, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.PurchaseOrderListItem_build__closure2.prototype = { call$0() { @@ -435876,7 +449090,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.purchaseOrder], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.PurchaseOrderListItem_build__closure5.prototype = { call$0() { @@ -435899,7 +449113,7 @@ $signature: 11 }; A.PurchaseOrderListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderListBuilder_build_closure(), A.purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderListVM); } @@ -435912,7 +449126,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_purchaseOrder, new A.PurchaseOrderListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.PurchaseOrderPresenter(), t2, t4); }, - $signature: 2528 + $signature: 2569 }; A.PurchaseOrderListBuilder_build__closure.prototype = { call$2(context, index) { @@ -435936,17 +449150,21 @@ t2 = false; return new A.PurchaseOrderListItem(t4, invoice, t3, t1.filter, t2, _null); }, - $signature: 2529 + $signature: 2570 }; A.PurchaseOrderListVM.prototype = {}; A.PurchaseOrderListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -435959,57 +449177,64 @@ }; A.PurchaseOrderListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortPurchaseOrders(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortPurchaseOrders(field)); }, $signature: 5 }; A.PurchaseOrderListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearPurchaseOrderMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearPurchaseOrderMultiselect()); }, $signature: 10 }; A.PurchaseOrderPdfScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderPdfScreen_build_closure(this), new A.PurchaseOrderPdfScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderPdfVM); } }; A.PurchaseOrderPdfScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - purchaseOrderUIState = t1.purchaseOrderUIState, - invoiceId = purchaseOrderUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.PurchaseOrderPdfVM(state, t2._list[t1].purchaseOrderState.$get$1(0, invoiceId), purchaseOrderUIState.historyActivityId); + var t2, purchaseOrderUIState, invoiceId, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + purchaseOrderUIState = t2.purchaseOrderUIState; + invoiceId = purchaseOrderUIState.selectedId; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.PurchaseOrderPdfVM(t1, t3._list[t2].purchaseOrderState.$get$1(0, invoiceId), purchaseOrderUIState.historyActivityId); }, - $signature: 2530 + $signature: 2571 }; A.PurchaseOrderPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__purchase_order_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2531 + $signature: 2572 }; A.PurchaseOrderPdfVM.prototype = {}; A.PurchaseOrderPresenter.prototype = { getField$2$context$field(context, field) { - var t4, t5, client, t6, vendor, expense, contact, _this = this, _null = null, + var purchaseOrder, t3, t4, t5, t6, client, t7, vendor, expense, contact, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - purchaseOrder = type$.legacy_InvoiceEntity._as(_this.entity), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = t2[t3].clientState; - t5 = purchaseOrder.clientId; - client = t4.$get$1(0, t5); - t4 = t2[t3].vendorState; - t6 = purchaseOrder.vendorId; - vendor = t4.$get$1(0, t6); - expense = t2[t3].expenseState.$get$1(0, purchaseOrder.expenseId); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + purchaseOrder = type$.legacy_InvoiceEntity._as(_this.entity); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = t3[t4].clientState; + t6 = purchaseOrder.clientId; + client = t5.$get$1(0, t6); + t5 = t3[t4].vendorState; + t7 = purchaseOrder.vendorId; + vendor = t5.$get$1(0, t7); + expense = t3[t4].expenseState.$get$1(0, purchaseOrder.expenseId); switch (field) { case "status": return A.EntityStatusChip$(purchaseOrder, true, 105); @@ -436023,7 +449248,7 @@ case "last_sent_date": return A.Text$(A.formatDate(purchaseOrder.lastSentDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "amount": - return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(purchaseOrder.amount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(purchaseOrder.amount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "due_date": return A.Text$(A.formatDate(purchaseOrder.dueDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom1": @@ -436041,21 +449266,21 @@ case "discount": t1 = purchaseOrder.isAmountDiscount; t2 = purchaseOrder.discount; - return A.Text$(t1 ? A.formatNumber(t2, context, t5, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(t1 ? A.formatNumber(t2, context, t6, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "po_number": return A.Text$(purchaseOrder.poNumber, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "documents": return A.Text$("" + purchaseOrder.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "tax_amount": - return A.Text$(A.formatNumber(purchaseOrder.taxAmount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(A.formatNumber(purchaseOrder.taxAmount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "exchange_rate": return A.Text$(A.formatNumber(purchaseOrder.exchangeRate, context, _null, _null, B.FormatNumberType_3, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "is_viewed": return A.Text$(purchaseOrder.get$isViewed() ? t1.get$yes() : t1.get$no(), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "project": - return new A.LinkTextRelatedEntity(t2[t3].projectState.$get$1(0, purchaseOrder.projectId), purchaseOrder, _null); + return new A.LinkTextRelatedEntity(t3[t4].projectState.$get$1(0, purchaseOrder.projectId), purchaseOrder, _null); case "vendor": - return new A.LinkTextRelatedEntity(t2[t3].vendorState.$get$1(0, t6), purchaseOrder, _null); + return new A.LinkTextRelatedEntity(t3[t4].vendorState.$get$1(0, t7), purchaseOrder, _null); case "vendor_state": return A.Text$(vendor.state, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "vendor_city": @@ -436063,14 +449288,14 @@ case "vendor_postal_code": return A.Text$(vendor.postalCode, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "vendor_country": - t1 = state.staticState.countryMap; + t1 = t2.staticState.countryMap; t2 = client.countryId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "contact_name": case "contact_email": - contact = A.purchaseOrderContactSelector(purchaseOrder, t2[t3].vendorState.$get$1(0, t6)); + contact = A.purchaseOrderContactSelector(purchaseOrder, t3[t4].vendorState.$get$1(0, t7)); if (contact == null) return new A.SizedBox(_null, _null, _null, _null); if (field === "contact_name") @@ -436090,56 +449315,57 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 26 + $signature: 28 }; A.PurchaseOrderScreen.prototype = { - build$1(_, context) { - var company, statuses, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, statuses, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure0(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure1(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure2(t1))], type$.JSArray_legacy_InvoiceStatusEntity); - t2 = t2.purchaseOrderUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.purchaseOrderList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("discount"); - t7.push("po_number"); - t7.push("public_notes"); - t7.push("private_notes"); - t7.push("documents"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("tax_amount"); - t7.push("exchange_rate"); - t7.push("is_viewed"); - t7.push("last_sent_date"); - t7.push("project"); - t7.push("client"); - t7.push("contact_name"); - t7.push("contact_email"); - t7.push("vendor_state"); - t7.push("vendor_city"); - t7.push("vendor_postal_code"); - t7.push("vendor_country"); - t7.push("partial_due"); - t7.push("partial_due_date"); - t8 = A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], t6); - t6 = A._setArrayType(["number", "date", "due_date", "updated_at"], t6); - t7 = 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), t8, B.EntityType_purchaseOrder, false, B.List_empty18, 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), t6, statuses, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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), t1.get$newPurchaseOrder()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_purchaseOrder, t2, new A.PurchaseOrderScreen_build_closure12(store), t5, statuses, new A.PurchaseOrderScreen_build_closure13(store), new A.PurchaseOrderScreen_build_closure14(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.PurchaseOrderListBuilder(_null), t7, B.EntityType_purchaseOrder, t1, 0, _null, new A.PurchaseOrderScreen_build_closure15(store), new A.PurchaseOrderScreen_build_closure16(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure0(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure1(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.PurchaseOrderScreen_build_closure2(t2))], type$.JSArray_legacy_InvoiceStatusEntity); + t3 = t3.purchaseOrderUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.purchaseOrderList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("discount"); + t8.push("po_number"); + t8.push("public_notes"); + t8.push("private_notes"); + t8.push("documents"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("tax_amount"); + t8.push("exchange_rate"); + t8.push("is_viewed"); + t8.push("last_sent_date"); + t8.push("project"); + t8.push("client"); + t8.push("contact_name"); + t8.push("contact_email"); + t8.push("vendor_state"); + t8.push("vendor_city"); + t8.push("vendor_postal_code"); + t8.push("vendor_country"); + t8.push("partial_due"); + t8.push("partial_due_date"); + t9 = A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], t7); + t7 = A._setArrayType(["number", "date", "due_date", "updated_at"], t7); + 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_empty19, 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, _null, B.EntityType_purchaseOrder, t1, 0, _null, new A.PurchaseOrderScreen_build_closure15(store), _null, new A.PurchaseOrderScreen_build_closure16(store)); } }; A.PurchaseOrderScreen_build_closure.prototype = { @@ -436150,7 +449376,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.PurchaseOrderScreen_build_closure0.prototype = { call$1(b) { @@ -436160,7 +449386,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.PurchaseOrderScreen_build_closure1.prototype = { call$1(b) { @@ -436176,7 +449402,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.PurchaseOrderScreen_build_closure2.prototype = { call$1(b) { @@ -436190,91 +449416,127 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.PurchaseOrderScreen_build_closure16.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartPurchaseOrderMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartPurchaseOrderMultiselect()); }, $signature: 10 }; A.PurchaseOrderScreen_build_closure12.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrders(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPurchaseOrders(value)); }, $signature: 9 }; A.PurchaseOrderScreen_build_closure14.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, $signature: 27 }; A.PurchaseOrderScreen_build_closure13.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.PurchaseOrderScreen_build_closure15.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.purchaseOrderUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearPurchaseOrderMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartPurchaseOrderMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.purchaseOrderUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPurchaseOrderMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPurchaseOrderMultiselect()); + } }, $signature: 1 }; A.PurchaseOrderScreen_build_closure8.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortPurchaseOrders(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortPurchaseOrders(value)); }, $signature: 9 }; A.PurchaseOrderScreen_build_closure9.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, $signature: 27 }; A.PurchaseOrderScreen_build_closure10.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.purchaseOrderUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearPurchaseOrderMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartPurchaseOrderMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.purchaseOrderUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearPurchaseOrderMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartPurchaseOrderMultiselect()); + } }, $signature: 1 }; A.PurchaseOrderScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPurchaseOrdersByCustom1(value)); }, $signature: 5 }; A.PurchaseOrderScreen_build_closure5.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPurchaseOrdersByCustom2(value)); }, $signature: 5 }; A.PurchaseOrderScreen_build_closure6.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPurchaseOrdersByCustom3(value)); }, $signature: 5 }; A.PurchaseOrderScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterPurchaseOrdersByCustom4(value)); }, $signature: 5 }; @@ -436285,7 +449547,7 @@ $signature: 1 }; A.PurchaseOrderScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderScreenBuilder_build_closure(), A.purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderScreenVM); } @@ -436294,11 +449556,11 @@ call$2(context, vm) { return new A.PurchaseOrderScreen(vm, null); }, - $signature: 2532 + $signature: 2573 }; A.PurchaseOrderScreenVM.prototype = {}; A.PurchaseOrderViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PurchaseOrderViewScreen_build_closure(this), new A.PurchaseOrderViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PurchaseOrderViewVM); } @@ -436307,19 +449569,21 @@ call$1(store) { return A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore(store); }, - $signature: 2533 + $signature: 2574 }; A.PurchaseOrderViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.purchaseOrderUIState.tabIndex, null); }, - $signature: 2534 + $signature: 2575 }; A.PurchaseOrderViewVM.prototype = {}; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrder(completer, this.purchaseOrder.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadPurchaseOrder(completer, this.purchaseOrder.id)); return completer.future; }, $signature: 17 @@ -436336,7 +449600,7 @@ $defaultValues() { return [null]; }, - $signature: 247 + $signature: 236 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -436346,17 +449610,19 @@ }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -436368,7 +449634,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -436377,21 +449643,27 @@ t2 = this.store; completer.future.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure(t2, this.purchaseOrder), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrder(null, this.purchaseOrder.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadPurchaseOrder(null, this.purchaseOrder.id)); }, $signature: 71 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3.prototype = { call$3(context, purchaseOrder, activityId) { - this.store.get$_dispatchers()[0].call$1(new A.ShowPdfPurchaseOrder(purchaseOrder, context, activityId)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfPurchaseOrder(purchaseOrder, context, activityId)); }, call$2(context, purchaseOrder) { return this.call$3(context, purchaseOrder, null); @@ -436401,10 +449673,10 @@ $defaultValues() { return [null]; }, - $signature: 260 + $signature: 252 }; A.QuoteEditDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteEditDetailsScreen_build_closure(this), new A.QuoteEditDetailsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteEditDetailsVM); } @@ -436413,7 +449685,7 @@ call$1(store) { return A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2535 + $signature: 2576 }; A.QuoteEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -436422,25 +449694,28 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_quote, null); }, - $signature: 2536 + $signature: 2577 }; A.QuoteEditDetailsVM.prototype = {}; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { call$1(quote) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 142 + $signature: 144 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { - var t1 = this.store, - t2 = quote.applyClient$2(this.state, client); - t1.get$_dispatchers()[0].call$1(new A.UpdateQuote(t2)); - t1.get$_dispatchers()[0].call$1(new A.UpdateQuoteClient(client)); + var t1 = quote.applyClient$2(this.state, client), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateQuote(t1)); + t2[0].call$1(new A.UpdateQuoteClient(client)); }, "call*": "call$3", $requiredArgCount: 3, - $signature: 349 + $signature: 319 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -436453,22 +449728,26 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 119 + $signature: 116 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, $signature: 3 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, - $signature: 35 + $signature: 36 }; A.QuoteEditItemsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteEditItemsScreen_build_closure(this), new A.QuoteEditItemsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteEditItemsVM); } @@ -436477,7 +449756,7 @@ call$1(store) { return A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store); }, - $signature: 2537 + $signature: 2578 }; A.QuoteEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -436487,39 +449766,52 @@ else return new A.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2538 + $signature: 2579 }; A.QuoteEditItemsVM.prototype = {}; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { call$1(index) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteQuoteItem(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 114 + $signature: 108 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.EditQuoteItem(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditQuoteItem(null)); }, $signature: 1 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1.prototype = { call$2(quoteItem, index) { - var t1 = this.store; - if (index === A._lateReadCheck(t1.__Store__state, "_state").uiState.quoteUIState.editing.lineItems._list.length) - t1.get$_dispatchers()[0].call$1(new A.AddQuoteItem(quoteItem)); - else - t1.get$_dispatchers()[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.quoteUIState.editing.lineItems._list.length; + t1 = t1.__Store__dispatchers_F; + if (index === t2) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddQuoteItem(quoteItem)); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); + } }, - $signature: 271 + $signature: 244 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { - this.store.get$_dispatchers()[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 121 + $signature: 130 }; A.QuoteEditNotesScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteEditNotesScreen_build_closure(), new A.QuoteEditNotesScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteEditNotesVM); } @@ -436528,47 +449820,51 @@ call$1(store) { return A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2539 + $signature: 2580 }; A.QuoteEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2540 + $signature: 2581 }; A.QuoteEditNotesVM.prototype = {}; A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { call$1(quote) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 142 + $signature: 144 }; A.QuoteEditPDFScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteEditPDFScreen_build_closure(), new A.QuoteEditPDFScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteEditPDFVM); } }; A.QuoteEditPDFScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.quoteUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.QuoteEditPDFVM(state, t2._list[t1].userCompany.company, invoice); + var t2, invoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.quoteUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.QuoteEditPDFVM(t1, t3._list[t2].userCompany.company, invoice); }, - $signature: 2541 + $signature: 2582 }; A.QuoteEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2542 + $signature: 2583 }; A.QuoteEditPDFVM.prototype = {}; A.QuoteEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteEditScreen_build_closure(), new A.QuoteEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteEditVM); } @@ -436577,13 +449873,13 @@ call$1(store) { return A.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2543 + $signature: 2584 }; A.QuoteEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.QuoteEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2544 + $signature: 2585 }; A.QuoteEditVM.prototype = {}; A.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -436603,14 +449899,16 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 165 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure2.prototype = { call$0() { - var t3, $navigator, t4, _this = this, + var quote, t3, $navigator, t4, t5, _this = this, t1 = _this.store, - quote = A._lateReadCheck(t1.__Store__state, "_state").uiState.quoteUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + quote = t2.uiState.quoteUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -436633,17 +449931,19 @@ A.handleEntitiesActions(A._setArrayType([quote], type$.JSArray_legacy_BaseEntity), t4, false); else { t2 = new A._Future($.Zone__current, type$._Future_legacy_InvoiceEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveQuoteRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), quote, t4)); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SaveQuoteRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), quote, t4)); return t2.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore___closure1(quote, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore___closure2()); } }, - $signature: 33 + $signature: 34 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure0.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 19 + $signature: 20 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure1.prototype = { call$1(savedQuote) { @@ -436661,16 +449961,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s11_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s11_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s11_, t1, t1); } else - t2.pop$1(0, savedQuote); + t2.pop$1(savedQuote); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedQuote, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_invoice) && t2.editAfterSaving) A.editEntity(_null, savedQuote, true, _null); @@ -436684,7 +449989,7 @@ A.viewEntity(false, savedQuote, _null, true); } }, - $signature: 65 + $signature: 64 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -436698,46 +450003,54 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure0.prototype = { call$3(items, clientId, projectId) { - var t1; + var t1, t2; if (items.length === 1) { t1 = this.quote.lineItems._list.length; - this.store.get$_dispatchers()[0].call$1(new A.EditQuoteItem(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditQuoteItem(t1)); } - this.store.get$_dispatchers()[0].call$1(new A.AddQuoteItems(items)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 258 + $signature: 238 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { - var _null = null, + var t2, _null = null, t1 = this.state.uiState; if (B.JSArray_methods.contains$1(A._setArrayType(["pdf", "email"], type$.JSArray_legacy_String), t1.get$previousSubRoute())) A.viewEntitiesByType(B.EntityType_quote, _null); else { A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), true); t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure2.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -436749,7 +450062,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure3.prototype = { call$4(context, $document, password, idToken) { @@ -436758,15 +450071,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore__closure(t2, this.quote), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadQuote(null, this.quote.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadQuote(null, this.quote.id)); }, $signature: 71 }; @@ -436786,9 +450103,9 @@ if (this._widget.viewModel.invoiceItemIndex != null) this._quote_edit$_controller.animateTo$1(2); }, - dispose$0(_) { - this._quote_edit$_controller.dispose$0(0); - this.super$__QuoteEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._quote_edit$_controller.dispose$0(); + this.super$__QuoteEditState_State_SingleTickerProviderStateMixin$dispose(); }, _quote_edit$_onSavePressed$2(context, action) { if (!$.$get$_QuoteEditState__formKey().get$currentState().validate$0()) @@ -436798,7 +450115,7 @@ _quote_edit$_onSavePressed$1(context) { return this._quote_edit$_onSavePressed$2(context, null); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -436838,19 +450155,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { return this.$this._quote_edit$_onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._QuoteEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._quote_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._QuoteEditState_build_closure.prototype = { call$0() { @@ -436869,14 +450186,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(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: 274 + $signature: 276 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 62 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { @@ -436895,7 +450212,7 @@ } return t1; }, - $signature: 239 + $signature: 277 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -436909,16 +450226,16 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 275 + $signature: 278 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -436927,47 +450244,52 @@ } }; A.QuoteEmailScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteEmailScreen_build_closure(), new A.QuoteEmailScreen_build_closure0(), _null, _null, new A.QuoteEmailScreen_build_closure1(), _null, _null, true, type$.legacy_AppState, type$.legacy_EmailQuoteVM); } }; A.QuoteEmailScreen_build_closure1.prototype = { call$1(store) { - var quote, client, - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - quoteId = t1.quoteUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t2 = t2._list; - quote = t2[t1].quoteState.map._map$_map.$index(0, quoteId); - t1 = t2[t1].clientState.map; - t2 = quote.clientId; - client = t1._map$_map.$index(0, t2); + var t2, quoteId, quote, client, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + quoteId = t2.quoteUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + t1 = t1._list; + quote = t1[t2].quoteState.map._map$_map.$index(0, quoteId); + t2 = t1[t2].clientState.map; + t1 = quote.clientId; + client = t2._map$_map.$index(0, t1); if (client.get$isStale()) { t1 = client.id; - store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 430 + $signature: 477 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - quoteId = t1.quoteUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return A.EmailQuoteVM_EmailQuoteVM$fromStore(store, t2._list[t1].quoteState.map._map$_map.$index(0, quoteId)); + var t2, quoteId, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + quoteId = t2.quoteUIState.selectedId; + t1 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return A.EmailQuoteVM_EmailQuoteVM$fromStore(store, t1._list[t2].quoteState.map._map$_map.$index(0, quoteId)); }, - $signature: 2545 + $signature: 2586 }; A.QuoteEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2546 + $signature: 2587 }; A.EmailQuoteVM.prototype = {}; A.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -436976,9 +450298,11 @@ completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$emailedQuote(), A.getLayout(context) === B.AppLayout_mobile, t1); if (A.getLayout(context) !== B.AppLayout_mobile) completer.future.then$1$1(0, new A.EmailQuoteVM_EmailQuoteVM$fromStore__closure(this.quote), t1); - this.store.get$_dispatchers()[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body)); }, - $signature: 329 + $signature: 314 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(value) { @@ -436987,51 +450311,52 @@ $signature: 3 }; A.QuoteListItem.prototype = { - build$1(_, context) { - var t5, client, quoteUIState, listUIState, t6, isInMultiselect, t7, t8, isChecked, textStyle, textColor, t9, filterMatch, subtitle, _this = this, _null = null, t1 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t2 = t2._list; - t5 = _this.quote; - client = t2[t4].clientState.$get$1(0, t5.clientId); - quoteUIState = t3.quoteUIState; - listUIState = state.getUIState$1(t5.entityType).get$listUIState(); - t6 = _this.showCheckbox; - isInMultiselect = t6 && listUIState.selectedIds != null; + build$1(context) { + var t3, t4, t5, t6, client, quoteUIState, listUIState, t7, isInMultiselect, t8, t9, isChecked, textStyle, textColor, t10, filterMatch, subtitle, _this = this, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t3 = t3._list; + t6 = _this.quote; + client = t3[t5].clientState.$get$1(0, t6.clientId); + quoteUIState = t4.quoteUIState; + listUIState = t2.getUIState$1(t6.entityType).get$listUIState(); + t7 = _this.showCheckbox; + isInMultiselect = t7 && listUIState.selectedIds != null; if (isInMultiselect) { - t7 = t5.id; - t8 = listUIState.selectedIds; - isChecked = t8 != null && B.JSArray_methods.contains$1(t8._list, t7); + t8 = t6.id; + t9 = listUIState.selectedIds; + isChecked = t9 != null && B.JSArray_methods.contains$1(t9._list, t8); } else isChecked = false; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t7 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t8 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); textColor = A.Theme_of(context).textTheme.bodyLarge.color; - t8 = _this.filter; - if (t8 != null && t8.length !== 0) { - t9 = t5.matchesFilterValue$1(t8); - filterMatch = t9 == null ? client.matchesFilterValue$1(t8) : t9; + t9 = _this.filter; + if (t9 != null && t9.length !== 0) { + t10 = t6.matchesFilterValue$1(t9); + filterMatch = t10 == null ? client.matchesFilterValue$1(t9) : t10; } else filterMatch = _null; t1.subtitle = ""; - t8 = t5.date; - if (t8.length !== 0) { - subtitle = A.formatDate(t8, context, true, true, false); - t1.subtitle = subtitle; - t8 = subtitle; - } else - t8 = ""; - t9 = t5.dueDate; + t9 = t6.date; if (t9.length !== 0) { - if (t8.length !== 0) - t8 = t1.subtitle = t8 + " \u2022 "; - t1.subtitle = t8 + A.formatDate(t9, context, true, true, false); + subtitle = A.formatDate(t9, context, true, true, false); + t1.subtitle = subtitle; + t9 = subtitle; + } else + t9 = ""; + t10 = t6.dueDate; + if (t10.length !== 0) { + if (t9.length !== 0) + t9 = t1.subtitle = t9 + " \u2022 "; + t1.subtitle = t9 + A.formatDate(t10, context, true, true, false); } - t8 = t5.id; - t3 = t3.get$isEditing() ? quoteUIState.editing.id : quoteUIState.selectedId; - return new A.DismissibleEntity(t2[t4].userCompany, t5, new A.LayoutBuilder(new A.QuoteListItem_build_closure(t1, _this, isInMultiselect, listUIState, isChecked, state, client, t7, textStyle, filterMatch, textColor), _null), t8 === t3, t6, true, _null); + t9 = t6.id; + t4 = t4.get$isEditing() ? quoteUIState.editing.id : quoteUIState.selectedId; + return new A.DismissibleEntity(t3[t5].userCompany, t6, new A.LayoutBuilder(new A.QuoteListItem_build_closure(t1, _this, isInMultiselect, listUIState, isChecked, t2, client, t8, textStyle, filterMatch, textColor), _null), t9 === t4, t7, true, _null); }, get$quote() { return this.quote; @@ -437070,7 +450395,7 @@ if (t9 == null) t9 = _this._box_0.subtitle; t10 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.QuoteListItem_build__closure1(t1), new A.QuoteListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.QuoteListItem_build__closure1(t1), new A.QuoteListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.isInMultiselect ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.QuoteListItem_build__closure3(), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -437093,11 +450418,11 @@ t6 = A.Text$(t6, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); t6 = A.Expanded$(t6, 1); t7 = _this.localization.lookup$1(B.Map_IF4bq.$index(0, t4.get$calculatedStatusId())); - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.QuoteListItem_build__closure4(t1), new A.QuoteListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t6, A.Text$(t7, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4.statusId === "1" ? _this.textColor : new A.QuoteStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t4.get$calculatedStatusId()), _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)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t4, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.QuoteListItem_build__closure4(t1), new A.QuoteListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t6, A.Text$(t7, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4.statusId === "1" ? _this.textColor : new A.QuoteStatusColors(_this.state.prefState.get$colorThemeModel()).get$colors().$index(0, t4.get$calculatedStatusId()), _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)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t4, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -437116,14 +450441,14 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; 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: 61 + $signature: 60 }; A.QuoteListItem_build__closure5.prototype = { call$0() { @@ -437142,10 +450467,10 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A.QuoteListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteListBuilder_build_closure(), A.quote_list_vm_QuoteListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteListVM); } @@ -437158,7 +450483,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_quote, new A.QuoteListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.QuotePresenter(), t2, t4); }, - $signature: 2547 + $signature: 2588 }; A.QuoteListBuilder_build__closure.prototype = { call$2(context, index) { @@ -437166,17 +450491,21 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.QuoteListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 449 + $signature: 484 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -437189,53 +450518,60 @@ }; A.QuoteListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortQuotes(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortQuotes(field)); }, $signature: 5 }; A.QuoteListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearQuoteMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearQuoteMultiselect()); }, $signature: 10 }; A.QuotePdfScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuotePdfScreen_build_closure(this), new A.QuotePdfScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuotePdfVM); } }; A.QuotePdfScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - quoteUIState = t1.quoteUIState, - invoiceId = quoteUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.QuotePdfVM(state, t2._list[t1].quoteState.$get$1(0, invoiceId), quoteUIState.historyActivityId); + var t2, quoteUIState, invoiceId, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + quoteUIState = t2.quoteUIState; + invoiceId = quoteUIState.selectedId; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.QuotePdfVM(t1, t3._list[t2].quoteState.$get$1(0, invoiceId), quoteUIState.historyActivityId); }, - $signature: 2548 + $signature: 2589 }; A.QuotePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__quote_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2549 + $signature: 2590 }; A.QuotePdfVM.prototype = {}; A.QuotePresenter.prototype = { getField$2$context$field(context, field) { - var t4, t5, client, contact, _this = this, _null = null, + var quote, t3, t4, t5, t6, client, contact, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - quote = type$.legacy_InvoiceEntity._as(_this.entity), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = t2[t3].clientState; - t5 = quote.clientId; - client = t4.$get$1(0, t5); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + quote = type$.legacy_InvoiceEntity._as(_this.entity); + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = t3[t4].clientState; + t6 = quote.clientId; + client = t5.$get$1(0, t6); switch (field) { case "status": return A.EntityStatusChip$(quote, true, 105); @@ -437249,7 +450585,7 @@ case "last_sent_date": return A.Text$(A.formatDate(quote.lastSentDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "amount": - return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(quote.amount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(quote.amount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "valid_until": return A.Text$(A.formatDate(quote.dueDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom1": @@ -437267,21 +450603,21 @@ case "discount": t1 = quote.isAmountDiscount; t2 = quote.discount; - return A.Text$(t1 ? A.formatNumber(t2, context, t5, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(t1 ? A.formatNumber(t2, context, t6, _null, B.FormatNumberType_0, true, _null, false) : A.formatNumber(t2, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "po_number": return A.Text$(quote.poNumber, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "documents": return A.Text$("" + quote.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "tax_amount": - return A.Text$(A.formatNumber(quote.taxAmount, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Text$(A.formatNumber(quote.taxAmount, context, t6, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "exchange_rate": return A.Text$(A.formatNumber(quote.exchangeRate, context, _null, _null, B.FormatNumberType_3, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "is_viewed": return A.Text$(quote.get$isViewed() ? t1.get$yes() : t1.get$no(), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "project": - return new A.LinkTextRelatedEntity(t2[t3].projectState.$get$1(0, quote.projectId), quote, _null); + return new A.LinkTextRelatedEntity(t3[t4].projectState.$get$1(0, quote.projectId), quote, _null); case "vendor": - return new A.LinkTextRelatedEntity(t2[t3].vendorState.$get$1(0, quote.vendorId), quote, _null); + return new A.LinkTextRelatedEntity(t3[t4].vendorState.$get$1(0, quote.vendorId), quote, _null); case "client_state": return A.Text$(client.state, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client_city": @@ -437289,14 +450625,14 @@ case "client_postal_code": return A.Text$(client.postalCode, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client_country": - t1 = state.staticState.countryMap; + t1 = t2.staticState.countryMap; t2 = client.countryId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "contact_name": case "contact_email": - contact = A.quoteContactSelector(quote, t2[t3].clientState.$get$1(0, t5)); + contact = A.quoteContactSelector(quote, t3[t4].clientState.$get$1(0, t6)); if (contact == null) return new A.SizedBox(_null, _null, _null, _null); if (field === "contact_name") @@ -437314,58 +450650,56 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 26 + $signature: 28 }; A.QuoteScreen.prototype = { - build$1(_, context) { - var company, userCompany, statuses, t3, t4, t5, t6, t7, _null = null, _s6_ = "_state", + build$1(context) { + var t2, t3, t4, company, statuses, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, _s6_), - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - company = t2._list[t1].userCompany.company; - t1 = A._lateReadCheck(store.__Store__state, _s6_); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - userCompany = t2._list[t1].userCompany; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure0(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure1(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure2(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure3(t1))], type$.JSArray_legacy_InvoiceStatusEntity); - t2 = state.uiState.quoteUIState.listUIState; - t3 = t2.filterClearedAt; - t4 = this.viewModel.quoteList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6.push("discount"); - t6.push("po_number"); - t6.push("public_notes"); - t6.push("private_notes"); - t6.push("documents"); - t6.push("custom1"); - t6.push("custom2"); - t6.push("custom3"); - t6.push("custom4"); - t6.push("tax_amount"); - t6.push("exchange_rate"); - t6.push("is_viewed"); - t6.push("last_sent_date"); - t6.push("project"); - t6.push("vendor"); - t6.push("contact_name"); - t6.push("contact_email"); - t6.push("client_state"); - t6.push("client_city"); - t6.push("client_postal_code"); - t6.push("client_country"); - t6.push("partial"); - t6.push("partial_due_date"); - t7 = A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_quote, false, B.List_empty18, new A.QuoteScreen_build_closure4(store), 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), A._setArrayType(["number", "date", "valid_until", "updated_at"], t5), statuses, t6); - t5 = state.prefState; - t1 = (t5.appLayout === B.AppLayout_mobile || t5.menuSidebarMode === B.AppSidebarMode_float) && userCompany.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_closure12(context), t1.get$newQuote()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_quote, t2, new A.QuoteScreen_build_closure13(store), t4, statuses, new A.QuoteScreen_build_closure14(store), new A.QuoteScreen_build_closure15(store), new A.ValueKey("__filter_" + t3 + "__", type$.ValueKey_legacy_String)), new A.QuoteListBuilder(_null), t6, B.EntityType_quote, t1, 0, _null, new A.QuoteScreen_build_closure16(store), new A.QuoteScreen_build_closure17(store)); + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure0(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure1(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure2(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure3(t2))], type$.JSArray_legacy_InvoiceStatusEntity); + t3 = t3.quoteUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.quoteList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("discount"); + t8.push("po_number"); + t8.push("public_notes"); + t8.push("private_notes"); + t8.push("documents"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("tax_amount"); + t8.push("exchange_rate"); + t8.push("is_viewed"); + t8.push("last_sent_date"); + t8.push("project"); + t8.push("vendor"); + t8.push("contact_name"); + t8.push("contact_email"); + t8.push("client_state"); + t8.push("client_city"); + t8.push("client_postal_code"); + t8.push("client_country"); + t8.push("partial"); + t8.push("partial_due_date"); + t9 = A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], t7); + 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_empty19, new A.QuoteScreen_build_closure4(store), 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), 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_closure12(context), t2.get$newQuote()) : _null; + return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_quote, t3, new A.QuoteScreen_build_closure13(store), t6, statuses, new A.QuoteScreen_build_closure14(store), new A.QuoteScreen_build_closure15(store), new A.ValueKey("__filter_" + t5 + "__", type$.ValueKey_legacy_String)), new A.QuoteListBuilder(_null), t8, _null, B.EntityType_quote, t1, 0, _null, new A.QuoteScreen_build_closure16(store), _null, new A.QuoteScreen_build_closure17(store)); } }; A.QuoteScreen_build_closure.prototype = { @@ -437376,7 +450710,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.QuoteScreen_build_closure0.prototype = { call$1(b) { @@ -437386,7 +450720,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.QuoteScreen_build_closure1.prototype = { call$1(b) { @@ -437396,7 +450730,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.QuoteScreen_build_closure2.prototype = { call$1(b) { @@ -437410,7 +450744,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.QuoteScreen_build_closure3.prototype = { call$1(b) { @@ -437424,91 +450758,127 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.QuoteScreen_build_closure17.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartQuoteMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartQuoteMultiselect()); }, $signature: 10 }; A.QuoteScreen_build_closure13.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterQuotes(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterQuotes(value)); }, $signature: 9 }; A.QuoteScreen_build_closure15.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterQuotesByState(state)); }, $signature: 27 }; A.QuoteScreen_build_closure14.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.QuoteScreen_build_closure16.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.quoteUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearQuoteMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartQuoteMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.quoteUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearQuoteMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartQuoteMultiselect()); + } }, $signature: 1 }; A.QuoteScreen_build_closure9.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortQuotes(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortQuotes(value)); }, $signature: 5 }; A.QuoteScreen_build_closure5.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterQuotesByCustom1(value)); }, $signature: 5 }; A.QuoteScreen_build_closure6.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterQuotesByCustom2(value)); }, $signature: 5 }; A.QuoteScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterQuotesByCustom3(value)); }, $signature: 5 }; A.QuoteScreen_build_closure8.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterQuotesByCustom4(value)); }, $signature: 5 }; A.QuoteScreen_build_closure10.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterQuotesByState(state)); }, $signature: 27 }; A.QuoteScreen_build_closure11.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.QuoteScreen_build_closure4.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.quoteUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearQuoteMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartQuoteMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.quoteUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearQuoteMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartQuoteMultiselect()); + } }, $signature: 1 }; @@ -437519,7 +450889,7 @@ $signature: 1 }; A.QuoteScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteScreenBuilder_build_closure(), A.quote_screen_vm_QuoteScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteScreenVM); } @@ -437528,11 +450898,11 @@ call$2(context, vm) { return new A.QuoteScreen(vm, null); }, - $signature: 2550 + $signature: 2591 }; A.QuoteScreenVM.prototype = {}; A.QuoteViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.QuoteViewScreen_build_closure(this), new A.QuoteViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_QuoteViewVM); } @@ -437541,19 +450911,21 @@ call$1(store) { return A.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2551 + $signature: 2592 }; A.QuoteViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2552 + $signature: 2593 }; A.QuoteViewVM.prototype = {}; A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadQuote(completer, this.quote.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadQuote(completer, this.quote.id)); return completer.future; }, $signature: 17 @@ -437570,7 +450942,7 @@ $defaultValues() { return [null]; }, - $signature: 247 + $signature: 236 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -437580,17 +450952,19 @@ }; A.QuoteViewVM_QuoteViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -437602,7 +450976,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -437611,21 +450985,27 @@ t2 = this.store; completer.future.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure(t2, this.quote), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadQuote(null, this.quote.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadQuote(null, this.quote.id)); }, $signature: 71 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure3.prototype = { call$3(context, quote, activityId) { - this.store.get$_dispatchers()[0].call$1(new A.ShowPdfQuote(quote, context, activityId)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfQuote(quote, context, activityId)); }, call$2(context, quote) { return this.call$3(context, quote, null); @@ -437635,10 +451015,10 @@ $defaultValues() { return [null]; }, - $signature: 260 + $signature: 252 }; A.RecurringExpenseEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringExpenseEditScreen_build_closure(), new A.RecurringExpenseEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringExpenseEditVM); } @@ -437647,20 +451027,22 @@ call$1(store) { return A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2553 + $signature: 2594 }; A.RecurringExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2554 + $signature: 2595 }; A.RecurringExpenseEditVM.prototype = {}; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { call$1(recurringExpense) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 150 + $signature: 145 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -437673,19 +451055,23 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5(t3), t4); }, - $signature: 119 + $signature: 116 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, $signature: 3 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 35 + $signature: 36 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -437697,28 +451083,34 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3(t3), t4); }, - $signature: 119 + $signature: 116 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, $signature: 3 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3.prototype = { call$1(expense) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 35 + $signature: 36 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, _null, _null, _null), true); t1 = this.state.uiState; t1.recurringExpenseUIState.toString; t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -437734,15 +451126,17 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 171 + $signature: 165 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure6.prototype = { call$0() { - var t4, t5, _this = this, + var recurringExpense, t3, t4, t5, t6, _this = this, t1 = _this.store, - recurringExpense = A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringExpenseUIState.editing, - t2 = _this.context, - t3 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + recurringExpense = t2.uiState.recurringExpenseUIState.editing; + t2 = _this.context; + t3 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); if (!recurringExpense.get$isNew()) { t4 = _this.state; t5 = t4.uiState.selectedCompanyIndex; @@ -437758,11 +451152,13 @@ A.handleEntitiesActions(A._setArrayType([recurringExpense], type$.JSArray_legacy_BaseEntity), t5, false); else { t4 = new A._Future($.Zone__current, type$._Future_legacy_ExpenseEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_legacy_ExpenseEntity), recurringExpense, t5)); + t6 = t1.__Store__dispatchers_F; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6[0].call$1(new A.SaveRecurringExpenseRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_legacy_ExpenseEntity), recurringExpense, t5)); return t4.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0(recurringExpense, t3, _this.state, t1, t2, t5), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1(t2)); } }, - $signature: 33 + $signature: 34 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1(savedRecurringExpense) { @@ -437788,16 +451184,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s23_)); t2 = _this.context; if (t1.get$isNew()) { t1 = type$.legacy_Object; A.Navigator_of(t2, false).pushReplacementNamed$2$1(_s23_, t1, t1); } else - A.Navigator_of(t2, false).pop$1(0, savedRecurringExpense); + A.Navigator_of(t2, false).pop$1(savedRecurringExpense); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedRecurringExpense, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_expense) && t2.editAfterSaving) A.editEntity(_null, savedRecurringExpense, true, _null); @@ -437811,7 +451212,7 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 150 + $signature: 145 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -437823,21 +451224,23 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -437849,7 +451252,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5.prototype = { call$4(context, $document, password, idToken) { @@ -437858,77 +451261,82 @@ t2 = this.store; completer.future.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(t2, this.recurringExpense), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpense(null, this.recurringExpense.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadRecurringExpense(null, this.recurringExpense.id)); }, $signature: 71 }; A.RecurringExpenseListItem.prototype = { - build$1(_, context) { - var t4, client, vendor, category, filterMatch, listUIState, isInMultiselect, isChecked, textStyle, textColor, parts, t5, _null = null, t1 = {}, + build$1(context) { + var uiState, expenseUIState, t3, t4, t5, client, vendor, category, filterMatch, listUIState, isInMultiselect, isChecked, textStyle, textColor, parts, t6, _null = null, t1 = {}, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - expenseUIState = uiState.recurringExpenseUIState, - t2 = state.userCompanyStates, - t3 = uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = this.expense; - client = t2[t3].clientState.$get$1(0, t4.clientId); - vendor = t2[t3].vendorState.$get$1(0, t4.vendorId); - category = t2[t3].expenseCategoryState.$get$1(0, t4.categoryId); - t2 = this.filter; - if (t2 != null && t2.length !== 0) { - t3 = t4.matchesFilterValue$1(t2); - filterMatch = t3 == null ? client.matchesFilterValue$1(t2) : t3; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + expenseUIState = uiState.recurringExpenseUIState; + t3 = t2.userCompanyStates; + t4 = uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = this.expense; + client = t3[t4].clientState.$get$1(0, t5.clientId); + vendor = t3[t4].vendorState.$get$1(0, t5.vendorId); + category = t3[t4].expenseCategoryState.$get$1(0, t5.categoryId); + t3 = this.filter; + if (t3 != null && t3.length !== 0) { + t4 = t5.matchesFilterValue$1(t3); + filterMatch = t4 == null ? client.matchesFilterValue$1(t3) : t4; } else filterMatch = _null; listUIState = expenseUIState.listUIState; - t2 = listUIState.selectedIds; - isInMultiselect = t2 != null; + t3 = listUIState.selectedIds; + isInMultiselect = t3 != null; if (isInMultiselect) { - t3 = t4.id; - t2 = B.JSArray_methods.contains$1(t2._list, t3); - isChecked = t2; + t4 = t5.id; + t3 = B.JSArray_methods.contains$1(t3._list, t4); + isChecked = t3; } else isChecked = false; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; if (filterMatch != null) t1.subtitle = filterMatch; else { - t2 = client == null; - if (!t2 || vendor != null || category != null) { + t3 = client == null; + if (!t3 || vendor != null || category != null) { parts = A._setArrayType([], type$.JSArray_legacy_String); - t3 = t4.nextSendDate; - if (t3.length !== 0) - parts.push(A.formatDate(t3, context, true, true, false)); + t4 = t5.nextSendDate; + if (t4.length !== 0) + parts.push(A.formatDate(t4, context, true, true, false)); if (category != null && !category.get$isNew()) parts.push(category.name); if (vendor != null && !vendor.get$isNew()) parts.push(vendor.name); - if (!t2 && !client.get$isNew()) + if (!t3 && !client.get$isNew()) parts.push(client.displayName); t1.subtitle = B.JSArray_methods.join$1(parts, " \u2022 "); } } if (A.getLayout(context) === B.AppLayout_desktop) { - t2 = t4.id; - t2 = t2 === (uiState.get$isEditing() ? expenseUIState.editing.id : expenseUIState.selectedId); + t3 = t5.id; + t3 = t3 === (uiState.get$isEditing() ? expenseUIState.editing.id : expenseUIState.selectedId); } else - t2 = false; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t5 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t5._list[t3].userCompany, t4, new A.LayoutBuilder(new A.RecurringExpenseListItem_build_closure(t1, this, isInMultiselect, listUIState, isChecked, state, textStyle, filterMatch, textColor), _null), t2, true, true, _null); + t3 = false; + t4 = store.__Store__state_A; + t6 = t4.userCompanyStates; + t4 = t4.uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t6._list[t4].userCompany, t5, new A.LayoutBuilder(new A.RecurringExpenseListItem_build_closure(t1, this, isInMultiselect, listUIState, isChecked, t2, textStyle, filterMatch, textColor), _null), t3, true, true, _null); }, get$expense() { return this.expense; @@ -437964,7 +451372,7 @@ t7 = t3.exchangeRate; if (t7 === 0) t7 = 1; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), t9, new A.SizedBox(8, _null, _null, _null), A.Text$(A.formatNumber(t8 * t7, context, _null, t3.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null), new A.SizedBox(16, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.RecurringExpenseListItem_build__closure1(t1), new A.RecurringExpenseListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), t9, new A.SizedBox(8, _null, _null, _null), A.Text$(A.formatNumber(t8 * t7, context, _null, t3.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t4, B.TextAlign_5, _null, _null), new A.SizedBox(16, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.RecurringExpenseListItem_build__closure1(t1), new A.RecurringExpenseListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.RecurringExpenseListItem_build__closure3(t1), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -437989,7 +451397,7 @@ } return t1; }, - $signature: 112 + $signature: 110 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -438015,7 +451423,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.RecurringExpenseListItem_build__closure5.prototype = { call$0() { @@ -438037,7 +451445,7 @@ $signature: 11 }; A.RecurringExpenseListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringExpenseListBuilder_build_closure(), A.recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringExpenseListVM); } @@ -438051,7 +451459,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_recurringExpense, new A.RecurringExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.RecurringExpensePresenter(), t1, t3); }, - $signature: 2555 + $signature: 2596 }; A.RecurringExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -438067,17 +451475,21 @@ t2 = false; return new A.RecurringExpenseListItem(recurringExpense, t1.filter, t2, null); }, - $signature: 2556 + $signature: 2597 }; A.RecurringExpenseListVM.prototype = {}; A.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -438090,34 +451502,39 @@ }; A.RecurringExpenseListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortRecurringExpenses(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortRecurringExpenses(field)); }, $signature: 5 }; A.RecurringExpenseListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearRecurringExpenseMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearRecurringExpenseMultiselect()); }, $signature: 10 }; A.RecurringExpensePresenter.prototype = { getField$2$context$field(context, field) { - var t2, _this = this, _null = null, + var expense, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - expense = type$.legacy_ExpenseEntity._as(_this.entity); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + expense = type$.legacy_ExpenseEntity._as(_this.entity); switch (field) { case "status": return A.EntityStatusChip$(expense, true, 105); case "vendor": case "vendor_id": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].vendorState.$get$1(0, expense.vendorId), expense, _null); case "client_id": case "client": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].clientState.$get$1(0, expense.clientId), expense, _null); case "next_send_date": return A.Text$(A.formatDate(expense.nextSendDate, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -438142,14 +451559,14 @@ case "should_be_invoiced": return A.Text$(B.JSBool_methods.toString$0(expense.shouldBeInvoiced), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "currency_id": - t1 = state.staticState.currencyMap; + t1 = t2.staticState.currencyMap; t2 = expense.currencyId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "category": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; t2 = t1._list[t2].expenseCategoryState.map; t1 = expense.categoryId; t1 = t2._map$_map.$index(0, t1); @@ -438160,7 +451577,7 @@ case "exchange_rate": return A.Text$(A.formatNumber(expense.exchangeRate, context, _null, _null, B.FormatNumberType_3, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "invoice_currency_id": - t1 = state.staticState.currencyMap; + t1 = t2.staticState.currencyMap; t2 = expense.invoiceCurrencyId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; @@ -438178,8 +451595,8 @@ case "tax_rate3": return A.Text$(A.formatNumber(expense.taxRate3, context, _null, _null, B.FormatNumberType_1, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "invoice_id": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; t2 = t1._list[t2].invoiceState.map; t1 = expense.invoiceId; t1 = t2._map$_map.$index(0, t1); @@ -438207,126 +451624,159 @@ } }; A.RecurringExpenseScreen.prototype = { - build$1(_, context) { - var company, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.recurringExpenseUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.recurringExpenseList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("number"); - t7.push("net_amount"); - t7.push("tax_amount"); - t7.push("private_notes"); - t7.push("should_be_invoiced"); - t7.push("currency_id"); - t7.push("category"); - t7.push("exchange_rate"); - t7.push("invoice_currency_id"); - t7.push("tax_name1"); - t7.push("tax_name2"); - t7.push("tax_name3"); - t7.push("tax_rate1"); - t7.push("tax_rate2"); - t7.push("tax_rate3"); - t7.push("client_id"); - t7.push("invoice_id"); - t7.push("vendor_id"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("documents"); - t7.push("remaining_cycles"); - t8 = A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], t6); - t6 = A._setArrayType(["number", "next_send_date", "updated_at"], t6); - t7 = 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), t8, B.EntityType_recurringExpense, false, B.List_empty18, 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, t6, B.List_empty19, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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), t1.get$newRecurringExpense()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_recurringExpense, t2, new A.RecurringExpenseScreen_build_closure7(store), t5, _null, _null, new A.RecurringExpenseScreen_build_closure8(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.RecurringExpenseListBuilder(_null), t7, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure9(store), new A.RecurringExpenseScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.recurringExpenseUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.recurringExpenseList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("number"); + t8.push("net_amount"); + t8.push("tax_amount"); + t8.push("private_notes"); + t8.push("should_be_invoiced"); + t8.push("currency_id"); + t8.push("category"); + t8.push("exchange_rate"); + t8.push("invoice_currency_id"); + t8.push("tax_name1"); + t8.push("tax_name2"); + t8.push("tax_name3"); + t8.push("tax_rate1"); + t8.push("tax_rate2"); + t8.push("tax_rate3"); + t8.push("client_id"); + t8.push("invoice_id"); + t8.push("vendor_id"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("documents"); + t8.push("remaining_cycles"); + t9 = A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], t7); + t7 = A._setArrayType(["number", "next_send_date", "updated_at"], t7); + 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_empty19, 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_empty20, 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, _null, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure9(store), _null, new A.RecurringExpenseScreen_build_closure10(store)); } }; A.RecurringExpenseScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartRecurringExpenseMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartRecurringExpenseMultiselect()); }, $signature: 10 }; A.RecurringExpenseScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpenses(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringExpenses(value)); }, $signature: 9 }; A.RecurringExpenseScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, $signature: 27 }; A.RecurringExpenseScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringExpenseUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearRecurringExpenseMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartRecurringExpenseMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.recurringExpenseUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearRecurringExpenseMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringExpenseMultiselect()); + } }, $signature: 1 }; A.RecurringExpenseScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortRecurringExpenses(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortRecurringExpenses(value)); }, $signature: 9 }; A.RecurringExpenseScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, $signature: 27 }; A.RecurringExpenseScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringExpenseUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearRecurringExpenseMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartRecurringExpenseMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.recurringExpenseUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearRecurringExpenseMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringExpenseMultiselect()); + } }, $signature: 1 }; A.RecurringExpenseScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringExpensesByCustom1(value)); }, $signature: 5 }; A.RecurringExpenseScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringExpensesByCustom2(value)); }, $signature: 5 }; A.RecurringExpenseScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringExpensesByCustom3(value)); }, $signature: 5 }; A.RecurringExpenseScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringExpensesByCustom4(value)); }, $signature: 5 }; @@ -438337,7 +451787,7 @@ $signature: 1 }; A.RecurringExpenseScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringExpenseScreenBuilder_build_closure(), A.recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringExpenseScreenVM); } @@ -438346,11 +451796,11 @@ call$2(context, vm) { return new A.RecurringExpenseScreen(vm, null); }, - $signature: 2557 + $signature: 2598 }; A.RecurringExpenseScreenVM.prototype = {}; A.RecurringExpenseViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringExpenseViewScreen_build_closure(this), new A.RecurringExpenseViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringExpenseViewVM); } @@ -438359,19 +451809,21 @@ call$1(store) { return A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2558 + $signature: 2599 }; A.RecurringExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, false, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2559 + $signature: 2600 }; A.RecurringExpenseViewVM.prototype = {}; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpense(completer, this.recurringExpense.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringExpense(completer, this.recurringExpense.id)); return completer.future; }, $signature: 17 @@ -438384,17 +451836,19 @@ }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -438408,7 +451862,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1.prototype = { call$4(context, $document, password, idToken) { @@ -438417,15 +451871,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure(t2, this.recurringExpense), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpense(null, this.recurringExpense.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadRecurringExpense(null, this.recurringExpense.id)); }, $signature: 71 }; @@ -438445,9 +451903,9 @@ if (this._widget.viewModel.invoiceItemIndex != null) this._recurring_invoice_edit$_controller.animateTo$1(2); }, - dispose$0(_) { - this._recurring_invoice_edit$_controller.dispose$0(0); - this.super$__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._recurring_invoice_edit$_controller.dispose$0(); + this.super$__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin$dispose(); }, _recurring_invoice_edit$_onSavePressed$2(context, action) { if (!$.$get$_RecurringInvoiceEditState__formKey().get$currentState().validate$0()) @@ -438457,7 +451915,7 @@ _recurring_invoice_edit$_onSavePressed$1(context) { return this._recurring_invoice_edit$_onSavePressed$2(context, null); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, viewModel = _this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -438497,19 +451955,19 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { return this.$this._recurring_invoice_edit$_onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._RecurringInvoiceEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._recurring_invoice_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._RecurringInvoiceEditState_build_closure.prototype = { call$0() { @@ -438528,14 +451986,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(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: 274 + $signature: 276 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 62 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -438554,7 +452012,7 @@ } return t1; }, - $signature: 239 + $signature: 277 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -438568,16 +452026,16 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 275 + $signature: 278 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -438586,7 +452044,7 @@ } }; A.RecurringInvoiceEditDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceEditDetailsScreen_build_closure(this), new A.RecurringInvoiceEditDetailsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceEditDetailsVM); } @@ -438595,7 +452053,7 @@ call$1(store) { return A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2560 + $signature: 2601 }; A.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -438604,25 +452062,28 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_recurringInvoice, null); }, - $signature: 2561 + $signature: 2602 }; A.RecurringInvoiceEditDetailsVM.prototype = {}; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { call$1(invoice) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(invoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 142 + $signature: 144 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { - var t1 = this.store, - t2 = invoice.applyClient$2(this.state, client); - t1.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(t2)); - t1.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoiceClient(client)); + var t1 = invoice.applyClient$2(this.state, client), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateRecurringInvoice(t1)); + t2[0].call$1(new A.UpdateRecurringInvoiceClient(client)); }, "call*": "call$3", $requiredArgCount: 3, - $signature: 349 + $signature: 319 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -438635,22 +452096,26 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 119 + $signature: 116 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, $signature: 3 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 35 + $signature: 36 }; A.RecurringInvoiceEditItemsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceEditItemsScreen_build_closure(this), new A.RecurringInvoiceEditItemsScreen_build_closure0(this), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceEditItemsVM); } @@ -438659,7 +452124,7 @@ call$1(store) { return A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2562 + $signature: 2603 }; A.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -438670,32 +452135,42 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2563 + $signature: 2604 }; A.RecurringInvoiceEditItemsVM.prototype = {}; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { call$1(index) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoiceItem(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 114 + $signature: 108 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.EditRecurringInvoiceItem(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditRecurringInvoiceItem(null)); }, $signature: 1 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1.prototype = { call$2(item, index) { - var t2, - t1 = this.store; - if (index === A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringInvoiceUIState.editing.lineItems._list.length) { + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (index === t2.uiState.recurringInvoiceUIState.editing.lineItems._list.length) { t2 = item.rebuild$1(new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure(this.isTasks)); - t1.get$_dispatchers()[0].call$1(new A.AddRecurringInvoiceItem(t2)); - } else - t1.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddRecurringInvoiceItem(t2)); + } else { + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); + } }, - $signature: 271 + $signature: 244 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -438703,16 +452178,18 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 60 + $signature: 61 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { - this.store.get$_dispatchers()[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 121 + $signature: 130 }; A.RecurringInvoiceEditNotesScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceEditNotesScreen_build_closure(), new A.RecurringInvoiceEditNotesScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceEditNotesVM); } @@ -438721,47 +452198,51 @@ call$1(store) { return A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2564 + $signature: 2605 }; A.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2565 + $signature: 2606 }; A.RecurringInvoiceEditNotesVM.prototype = {}; A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { call$1(recurringInvoice) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 142 + $signature: 144 }; A.RecurringInvoiceEditPDFScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceEditPDFScreen_build_closure(), new A.RecurringInvoiceEditPDFScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceEditPDFVM); } }; A.RecurringInvoiceEditPDFScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - invoice = t1.recurringInvoiceUIState.editing, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.RecurringInvoiceEditPDFVM(state, t2._list[t1].userCompany.company, invoice); + var t2, invoice, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + invoice = t2.recurringInvoiceUIState.editing; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.RecurringInvoiceEditPDFVM(t1, t3._list[t2].userCompany.company, invoice); }, - $signature: 2566 + $signature: 2607 }; A.RecurringInvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2567 + $signature: 2608 }; A.RecurringInvoiceEditPDFVM.prototype = {}; A.RecurringInvoiceEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceEditScreen_build_closure(), new A.RecurringInvoiceEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceEditVM); } @@ -438770,13 +452251,13 @@ call$1(store) { return A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2568 + $signature: 2609 }; A.RecurringInvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.RecurringInvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2569 + $signature: 2610 }; A.RecurringInvoiceEditVM.prototype = {}; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -438796,14 +452277,16 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 165 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure2.prototype = { call$0() { - var t3, $navigator, t4, _this = this, + var recurringInvoice, t3, $navigator, t4, t5, _this = this, t1 = _this.store, - recurringInvoice = A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringInvoiceUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + recurringInvoice = t2.uiState.recurringInvoiceUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -438826,17 +452309,19 @@ A.handleEntitiesActions(A._setArrayType([recurringInvoice], type$.JSArray_legacy_BaseEntity), t4, false); else { t2 = new A._Future($.Zone__current, type$._Future_legacy_InvoiceEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), recurringInvoice, t4)); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SaveRecurringInvoiceRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_InvoiceEntity), recurringInvoice, t4)); return t2.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1(recurringInvoice, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2()); } }, - $signature: 33 + $signature: 34 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1.prototype = { call$1(savedRecurringInvoice) { @@ -438854,16 +452339,21 @@ A.showToast(t2); t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s23_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s23_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s23_, t1, t1); } else - t2.pop$1(0, savedRecurringInvoice); + t2.pop$1(savedRecurringInvoice); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedRecurringInvoice, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_invoice) && t2.editAfterSaving) A.editEntity(_null, savedRecurringInvoice, true, _null); @@ -438877,7 +452367,7 @@ A.viewEntity(false, savedRecurringInvoice, _null, true); } }, - $signature: 65 + $signature: 64 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -438891,46 +452381,54 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0.prototype = { call$3(items, clientId, projectId) { - var t1; + var t1, t2; if (items.length === 1) { t1 = this.recurringInvoice.lineItems._list.length; - this.store.get$_dispatchers()[0].call$1(new A.EditRecurringInvoiceItem(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.EditRecurringInvoiceItem(t1)); } - this.store.get$_dispatchers()[0].call$1(new A.AddRecurringInvoiceItems(items)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 258 + $signature: 238 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { - var _null = null, + var t2, _null = null, t1 = this.state.uiState; if (B.JSArray_methods.contains$1(A._setArrayType(["pdf", "email"], type$.JSArray_legacy_String), t1.get$previousSubRoute())) A.viewEntitiesByType(B.EntityType_recurringInvoice, _null); else { A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null, _null), true); t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringInvoice)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -438942,7 +452440,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3.prototype = { call$4(context, $document, password, idToken) { @@ -438951,66 +452449,71 @@ t2 = this.store; completer.future.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure(t2, this.recurringInvoice), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoice(null, this.recurringInvoice.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadRecurringInvoice(null, this.recurringInvoice.id)); }, $signature: 71 }; A.RecurringInvoiceListItem.prototype = { - build$1(_, context) { - var t5, client, invoiceUIState, listUIState, t6, isInMultiselect, t7, isChecked, textStyle, t8, filterMatch, statusLabel, statusColor, textColor, subtitle, _null = null, t1 = {}, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t2 = t2._list; - t5 = this.invoice; - client = t2[t4].clientState.$get$1(0, t5.clientId); - invoiceUIState = t3.recurringInvoiceUIState; - listUIState = state.getUIState$1(t5.entityType).get$listUIState(); - t6 = listUIState.selectedIds; - isInMultiselect = t6 != null; + build$1(context) { + var t3, t4, t5, t6, client, invoiceUIState, listUIState, t7, isInMultiselect, t8, isChecked, textStyle, t9, filterMatch, statusLabel, statusColor, textColor, subtitle, _null = null, t1 = {}, + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t3 = t3._list; + t6 = this.invoice; + client = t3[t5].clientState.$get$1(0, t6.clientId); + invoiceUIState = t4.recurringInvoiceUIState; + listUIState = t2.getUIState$1(t6.entityType).get$listUIState(); + t7 = listUIState.selectedIds; + isInMultiselect = t7 != null; if (isInMultiselect) { - t7 = t5.id; - isChecked = B.JSArray_methods.contains$1(t6._list, t7); + t8 = t6.id; + isChecked = B.JSArray_methods.contains$1(t7._list, t8); } else isChecked = false; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t6 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t7 = this.filter; - if (t7 != null && t7.length !== 0) { - t8 = t5.matchesFilterValue$1(t7); - filterMatch = t8 == null ? client.matchesFilterValue$1(t7) : t8; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t7 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t8 = this.filter; + if (t8 != null && t8.length !== 0) { + t9 = t6.matchesFilterValue$1(t8); + filterMatch = t9 == null ? client.matchesFilterValue$1(t8) : t9; } else filterMatch = _null; - statusLabel = t6.lookup$1(B.Map_BzEVk.$index(0, t5.get$calculatedStatusId())); - statusColor = new A.RecurringInvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors().$index(0, t5.get$calculatedStatusId()); + statusLabel = t7.lookup$1(B.Map_BzEVk.$index(0, t6.get$calculatedStatusId())); + statusColor = new A.RecurringInvoiceStatusColors(t2.prefState.get$colorThemeModel()).get$colors().$index(0, t6.get$calculatedStatusId()); textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; - t7 = t5.nextSendDate; - if (t7.length !== 0) { - subtitle = A.formatDate(t7, context, true, true, false); + t8 = t6.nextSendDate; + if (t8.length !== 0) { + subtitle = A.formatDate(t8, context, true, true, false); t1.subtitle = subtitle; - t7 = subtitle; + t8 = subtitle; } else - t7 = ""; - if (t7.length !== 0) - t7 = t1.subtitle = t7 + " \u2022 "; - t1.subtitle = B.JSString_methods.$add(t7, t6.lookup$1(B.Map_tOn4d.$index(0, t5.frequencyId))); + t8 = ""; + if (t8.length !== 0) + t8 = t1.subtitle = t8 + " \u2022 "; + t1.subtitle = B.JSString_methods.$add(t8, t7.lookup$1(B.Map_tOn4d.$index(0, t6.frequencyId))); if (A.getLayout(context) === B.AppLayout_desktop) { - t7 = t5.id; - t7 = t7 === (t3.get$isEditing() ? invoiceUIState.editing.id : invoiceUIState.selectedId); - t3 = t7; + t8 = t6.id; + t8 = t8 === (t4.get$isEditing() ? invoiceUIState.editing.id : invoiceUIState.selectedId); + t4 = t8; } else - t3 = false; - return new A.DismissibleEntity(t2[t4].userCompany, t5, new A.LayoutBuilder(new A.RecurringInvoiceListItem_build_closure(t1, this, isInMultiselect, listUIState, isChecked, state, client, t6, textStyle, filterMatch, textColor, statusLabel, statusColor), _null), t3, true, true, _null); + t4 = false; + return new A.DismissibleEntity(t3[t5].userCompany, t6, new A.LayoutBuilder(new A.RecurringInvoiceListItem_build_closure(t1, this, isInMultiselect, listUIState, isChecked, t2, client, t7, textStyle, filterMatch, textColor, statusLabel, statusColor), _null), t4, true, true, _null); }, get$invoice() { return this.invoice; @@ -439049,7 +452552,7 @@ if (t9 == null) t9 = _this._box_0.subtitle; t10 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.RecurringInvoiceListItem_build__closure1(t1), new A.RecurringInvoiceListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t4, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255)), _null, _null, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null), A.Text$(A.formatNumber(t3.amount, context, t7.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, t5, B.TextAlign_5, _null, _null), new A.SizedBox(25, _null, _null, _null), A.EntityStatusChip$(t3, false, 105)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.RecurringInvoiceListItem_build__closure1(t1), new A.RecurringInvoiceListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.isInMultiselect ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.RecurringInvoiceListItem_build__closure3(), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -439072,11 +452575,11 @@ } else t6 = A.Text$(t6, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); t6 = A.Expanded$(t6, 1); - t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.RecurringInvoiceListItem_build__closure4(t1), new A.RecurringInvoiceListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t6, A.Text$(_this.statusLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4.statusId === "1" ? _this.textColor : _this.statusColor, _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)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t4, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.RecurringInvoiceListItem_build__closure4(t1), new A.RecurringInvoiceListItem_build__closure5(t1), false, _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t6, A.Text$(_this.statusLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4.statusId === "1" ? _this.textColor : _this.statusColor, _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)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.EntityStateLabel(t4, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 112 + $signature: 110 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -439094,14 +452597,14 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; 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: 61 + $signature: 60 }; A.RecurringInvoiceListItem_build__closure5.prototype = { call$0() { @@ -439119,10 +452622,10 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A.RecurringInvoiceListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceListBuilder_build_closure(), A.recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceListVM); } @@ -439136,7 +452639,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_recurringInvoice, new A.RecurringInvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.RecurringInvoicePresenter(), t1, t3); }, - $signature: 2570 + $signature: 2611 }; A.RecurringInvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -439144,17 +452647,21 @@ recurringInvoiceId = J.$index$asx(t1.recurringInvoiceList, index); return new A.RecurringInvoiceListItem(t1.recurringInvoiceMap._map$_map.$index(0, recurringInvoiceId), t1.filter, null); }, - $signature: 2571 + $signature: 2612 }; A.RecurringInvoiceListVM.prototype = {}; A.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -439167,47 +452674,54 @@ }; A.RecurringInvoiceListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortRecurringInvoices(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortRecurringInvoices(field)); }, $signature: 5 }; A.RecurringInvoiceListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearRecurringInvoiceMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearRecurringInvoiceMultiselect()); }, $signature: 10 }; A.RecurringInvoicePdfScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoicePdfScreen_build_closure(this), new A.RecurringInvoicePdfScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoicePdfVM); } }; A.RecurringInvoicePdfScreen_build_closure0.prototype = { call$1(store) { - var state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - recurringInvoiceUIState = t1.recurringInvoiceUIState, - invoiceId = recurringInvoiceUIState.selectedId, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - return new A.RecurringInvoicePdfVM(state, t2._list[t1].recurringInvoiceState.$get$1(0, invoiceId), recurringInvoiceUIState.historyActivityId); + var t2, recurringInvoiceUIState, invoiceId, t3, + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + recurringInvoiceUIState = t2.recurringInvoiceUIState; + invoiceId = recurringInvoiceUIState.selectedId; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + return new A.RecurringInvoicePdfVM(t1, t3._list[t2].recurringInvoiceState.$get$1(0, invoiceId), recurringInvoiceUIState.historyActivityId); }, - $signature: 2572 + $signature: 2613 }; A.RecurringInvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, true, new A.ValueKey("__recurring_invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2573 + $signature: 2614 }; A.RecurringInvoicePdfVM.prototype = {}; A.RecurringInvoicePresenter.prototype = { getField$2$context$field(context, field) { - var t2, _this = this, _null = null, + var invoice, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - invoice = type$.legacy_InvoiceEntity._as(_this.entity); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + invoice = type$.legacy_InvoiceEntity._as(_this.entity); switch (field) { case "status": return A.EntityStatusChip$(invoice, true, 105); @@ -439215,8 +452729,8 @@ t2 = invoice.number; return A.Text$(t2.length === 0 ? t1.get$pending(t1) : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "client": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].clientState.$get$1(0, invoice.clientId), invoice, _null); case "date": return A.Text$(A.formatDate(invoice.date, context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -439279,42 +452793,43 @@ } }; A.RecurringInvoiceScreen.prototype = { - build$1(_, context) { - var company, statuses, t4, t5, t6, t7, t8, _null = null, + build$1(context) { + var t2, t3, t4, company, statuses, t5, t6, t7, t8, t9, _null = null, _s16_ = "remaining_cycles", store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex; - t3 = t1._list[t3].userCompany; - company = t3.company; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure0(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure1(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure2(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure3(t1))], type$.JSArray_legacy_InvoiceStatusEntity); - t2 = t2.recurringInvoiceUIState.listUIState; - t4 = t2.filterClearedAt; - t5 = this.viewModel.recurringInvoiceList; - t2 = t2.filter; - t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", _s16_, "next_send_date", "frequency", "due_date_days", "auto_bill"], t6), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t7.push("discount"); - t7.push("po_number"); - t7.push("public_notes"); - t7.push("private_notes"); - t7.push("documents"); - t7.push("custom1"); - t7.push("custom2"); - t7.push("custom3"); - t7.push("custom4"); - t7.push("tax_amount"); - t7.push("exchange_rate"); - t8 = A._setArrayType(["status", "number", "client", "amount", _s16_, "next_send_date", "frequency", "due_date_days", "auto_bill"], t6); - t6 = A._setArrayType(["number", "next_send_date", "updated_at"], t6); - t7 = 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), t8, B.EntityType_recurringInvoice, false, B.List_empty18, 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), t6, statuses, t7); - t6 = state.prefState; - t1 = (t6.appLayout === B.AppLayout_mobile || t6.menuSidebarMode === B.AppSidebarMode_float) && t3.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), t1.get$newRecurringInvoice()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_recurringInvoice, t2, new A.RecurringInvoiceScreen_build_closure13(store), t5, statuses, new A.RecurringInvoiceScreen_build_closure14(store), new A.RecurringInvoiceScreen_build_closure15(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.RecurringInvoiceListBuilder(_null), t7, B.EntityType_recurringInvoice, t1, 0, _null, new A.RecurringInvoiceScreen_build_closure16(store), new A.RecurringInvoiceScreen_build_closure17(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + statuses = A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure0(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure1(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure2(t2)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.RecurringInvoiceScreen_build_closure3(t2))], type$.JSArray_legacy_InvoiceStatusEntity); + t3 = t3.recurringInvoiceUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.recurringInvoiceList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", _s16_, "next_send_date", "frequency", "due_date_days", "auto_bill"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("discount"); + t8.push("po_number"); + t8.push("public_notes"); + t8.push("private_notes"); + t8.push("documents"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("tax_amount"); + t8.push("exchange_rate"); + t9 = A._setArrayType(["status", "number", "client", "amount", _s16_, "next_send_date", "frequency", "due_date_days", "auto_bill"], t7); + t7 = A._setArrayType(["number", "next_send_date", "updated_at"], t7); + 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_empty19, 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, _null, B.EntityType_recurringInvoice, t1, 0, _null, new A.RecurringInvoiceScreen_build_closure16(store), _null, new A.RecurringInvoiceScreen_build_closure17(store)); } }; A.RecurringInvoiceScreen_build_closure.prototype = { @@ -439325,7 +452840,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.RecurringInvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -439336,7 +452851,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.RecurringInvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -439347,7 +452862,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.RecurringInvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -439361,7 +452876,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.RecurringInvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -439375,91 +452890,127 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 69 }; A.RecurringInvoiceScreen_build_closure17.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartRecurringInvoiceMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartRecurringInvoiceMultiselect()); }, $signature: 10 }; A.RecurringInvoiceScreen_build_closure13.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoices(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringInvoices(value)); }, $signature: 9 }; A.RecurringInvoiceScreen_build_closure14.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, $signature: 27 }; A.RecurringInvoiceScreen_build_closure16.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringInvoiceUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearRecurringInvoiceMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartRecurringInvoiceMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.recurringInvoiceUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearRecurringInvoiceMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringInvoiceMultiselect()); + } }, $signature: 1 }; A.RecurringInvoiceScreen_build_closure9.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortRecurringInvoices(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortRecurringInvoices(value)); }, $signature: 9 }; A.RecurringInvoiceScreen_build_closure11.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, $signature: 27 }; A.RecurringInvoiceScreen_build_closure4.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.recurringInvoiceUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearRecurringInvoiceMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartRecurringInvoiceMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.recurringInvoiceUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearRecurringInvoiceMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartRecurringInvoiceMultiselect()); + } }, $signature: 1 }; A.RecurringInvoiceScreen_build_closure5.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringInvoicesByCustom1(value)); }, $signature: 5 }; A.RecurringInvoiceScreen_build_closure6.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringInvoicesByCustom2(value)); }, $signature: 5 }; A.RecurringInvoiceScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringInvoicesByCustom3(value)); }, $signature: 5 }; A.RecurringInvoiceScreen_build_closure8.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterRecurringInvoicesByCustom4(value)); }, $signature: 5 }; @@ -439470,7 +453021,7 @@ $signature: 1 }; A.RecurringInvoiceScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceScreenBuilder_build_closure(), A.recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceScreenVM); } @@ -439479,11 +453030,11 @@ call$2(context, vm) { return new A.RecurringInvoiceScreen(vm, null); }, - $signature: 2574 + $signature: 2615 }; A.RecurringInvoiceScreenVM.prototype = {}; A.RecurringInvoiceViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.RecurringInvoiceViewScreen_build_closure(this), new A.RecurringInvoiceViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_RecurringInvoiceViewVM); } @@ -439492,19 +453043,21 @@ call$1(store) { return A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 2575 + $signature: 2616 }; A.RecurringInvoiceViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 2576 + $signature: 2617 }; A.RecurringInvoiceViewVM.prototype = {}; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoice(completer, this.invoice.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadRecurringInvoice(completer, this.invoice.id)); return completer.future; }, $signature: 17 @@ -439521,7 +453074,7 @@ $defaultValues() { return [null]; }, - $signature: 247 + $signature: 236 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -439531,17 +453084,19 @@ }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -439553,7 +453108,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -439562,21 +453117,27 @@ t2 = this.store; completer.future.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure(t2, this.invoice), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoice(null, this.invoice.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadRecurringInvoice(null, this.invoice.id)); }, $signature: 71 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { - this.store.get$_dispatchers()[0].call$1(new A.ShowPdfRecurringInvoice(invoice, context, activityId)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ShowPdfRecurringInvoice(invoice, context, activityId)); }, call$2(context, invoice) { return this.call$3(context, invoice, null); @@ -439586,7 +453147,7 @@ $defaultValues() { return [null]; }, - $signature: 260 + $signature: 252 }; A.ClientReportFields.prototype = { toString$0(_) { @@ -439597,25 +453158,25 @@ call$6(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState); }, - $signature: 2577 + $signature: 2618 }; A.clientReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ANz, e, type$.legacy_ClientReportFields); }, - $signature: 2578 + $signature: 2619 }; A.clientReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2579 + $signature: 2620 }; A.clientReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 466 + $signature: 493 }; A.clientReport_closure2.prototype = { call$2(rowA, rowB) { @@ -439627,13 +453188,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 466 + $signature: 493 }; A.clientReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 466 + $signature: 493 }; A.ContactReportFields.prototype = { toString$0(_) { @@ -439644,25 +453205,25 @@ call$5(userCompany, reportsUIState, clientMap, userMap, staticState) { return A.contactReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 2582 + $signature: 2623 }; A.contactReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_4Sq, e, type$.legacy_ContactReportFields); }, - $signature: 2583 + $signature: 2624 }; A.contactReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2584 + $signature: 2625 }; A.contactReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 468 + $signature: 495 }; A.contactReport_closure2.prototype = { call$2(rowA, rowB) { @@ -439674,13 +453235,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 468 + $signature: 495 }; A.contactReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 468 + $signature: 495 }; A.CreditReportFields.prototype = { toString$0(_) { @@ -439691,25 +453252,25 @@ call$6(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { return A.creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState); }, - $signature: 2586 + $signature: 2627 }; A.creditReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_HT3, e, type$.legacy_CreditReportFields); }, - $signature: 2587 + $signature: 2628 }; A.creditReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2588 + $signature: 2629 }; A.creditReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 469 + $signature: 496 }; A.creditReport_closure2.prototype = { call$2(rowA, rowB) { @@ -439721,13 +453282,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 469 + $signature: 496 }; A.creditReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 469 + $signature: 496 }; A.DocumentReportFields.prototype = { toString$0(_) { @@ -439738,19 +453299,19 @@ call$10(userCompany, reportsUIState, clientMap, productMap, invoiceMap, quoteMap, expenseMap, projectMap, vendorMap, userMap) { return A.documentReport(userCompany, reportsUIState, clientMap, productMap, invoiceMap, quoteMap, expenseMap, projectMap, vendorMap, userMap); }, - $signature: 2590 + $signature: 2631 }; A.documentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_lqi, e, type$.legacy_DocumentReportFields); }, - $signature: 2591 + $signature: 2632 }; A.documentReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2592 + $signature: 2633 }; A.documentReport__getRow.prototype = { call$2(entity, $document) { @@ -439833,13 +453394,13 @@ } return skip ? _null : row; }, - $signature: 2593 + $signature: 2634 }; A.documentReport_closure1.prototype = { call$2(clientId, client) { B.JSArray_methods.forEach$1(client.documents._list, new A.documentReport__closure2(this._getRow, client, this.data, this.entities)); }, - $signature: 240 + $signature: 281 }; A.documentReport__closure2.prototype = { call$1($document) { @@ -439850,13 +453411,13 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 51 }; A.documentReport_closure2.prototype = { call$2(productId, product) { B.JSArray_methods.forEach$1(product.documents._list, new A.documentReport__closure1(this._getRow, product, this.data, this.entities)); }, - $signature: 2594 + $signature: 2635 }; A.documentReport__closure1.prototype = { call$1($document) { @@ -439867,13 +453428,13 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 51 }; A.documentReport_closure3.prototype = { call$2(invoiceId, invoice) { B.JSArray_methods.forEach$1(invoice.documents._list, new A.documentReport__closure0(this._getRow, invoice, this.data, this.entities)); }, - $signature: 47 + $signature: 50 }; A.documentReport__closure0.prototype = { call$1($document) { @@ -439884,13 +453445,13 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 51 }; A.documentReport_closure4.prototype = { call$2(quoteId, quote) { B.JSArray_methods.forEach$1(quote.documents._list, new A.documentReport__closure(this._getRow, quote, this.data, this.entities)); }, - $signature: 47 + $signature: 50 }; A.documentReport__closure.prototype = { call$1($document) { @@ -439901,13 +453462,13 @@ _this.entities.push($document); } }, - $signature: 50 + $signature: 51 }; A.documentReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 470 + $signature: 497 }; A.documentReport_closure6.prototype = { call$2(rowA, rowB) { @@ -439919,13 +453480,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 470 + $signature: 497 }; A.documentReport_closure8.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 470 + $signature: 497 }; A.ExpenseReportFields.prototype = { toString$0(_) { @@ -439936,25 +453497,25 @@ call$10(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState) { return A.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState); }, - $signature: 2596 + $signature: 2637 }; A.expenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_9W7, e, type$.legacy_ExpenseReportFields); }, - $signature: 2597 + $signature: 2638 }; A.expenseReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2598 + $signature: 2639 }; A.expenseReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 471 + $signature: 498 }; A.expenseReport_closure2.prototype = { call$2(rowA, rowB) { @@ -439966,13 +453527,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 471 + $signature: 498 }; A.expenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 471 + $signature: 498 }; A.InvoiceItemReportFields.prototype = { toString$0(_) { @@ -439983,25 +453544,25 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 598 + $signature: 731 }; A.lineItemReport_closure5.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_wM5, e, type$.legacy_InvoiceItemReportFields); }, - $signature: 2601 + $signature: 2642 }; A.lineItemReport_closure6.prototype = { call$1(element) { return element != null; }, - $signature: 2602 + $signature: 2643 }; A.lineItemReport_closure7.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 472 + $signature: 499 }; A.lineItemReport_closure8.prototype = { call$2(rowA, rowB) { @@ -440013,13 +453574,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 472 + $signature: 499 }; A.lineItemReport_closure10.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 472 + $signature: 499 }; A.InvoiceReportFields.prototype = { toString$0(_) { @@ -440030,25 +453591,25 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 596 + $signature: 733 }; A.invoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_7Jw, e, type$.legacy_InvoiceReportFields); }, - $signature: 2605 + $signature: 2646 }; A.invoiceReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2606 + $signature: 2647 }; A.invoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 473 + $signature: 500 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440060,13 +453621,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 473 + $signature: 500 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 473 + $signature: 500 }; A.TaxRateReportFields0.prototype = { toString$0(_) { @@ -440077,25 +453638,25 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 595 + $signature: 735 }; A.taxReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_y1j, e, type$.legacy_TaxRateReportFields); + return A.EnumUtils_fromString(B.List_y1j0, e, type$.legacy_TaxRateReportFields); }, - $signature: 2609 + $signature: 2650 }; A.taxReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2610 + $signature: 2651 }; A.taxReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 322 + $signature: 337 }; A.taxReport_closure1.prototype = { call$2(rowA, rowB) { @@ -440107,19 +453668,19 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 322 + $signature: 337 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 322 + $signature: 337 }; A.taxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 322 + $signature: 337 }; A.PaymentReportFields.prototype = { toString$0(_) { @@ -440130,25 +453691,25 @@ call$8(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState) { return A.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState); }, - $signature: 2612 + $signature: 2653 }; A.paymentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_wMy0, e, type$.legacy_PaymentReportFields); }, - $signature: 2613 + $signature: 2654 }; A.paymentReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2614 + $signature: 2655 }; A.paymentReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 475 + $signature: 501 }; A.paymentReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440160,13 +453721,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 475 + $signature: 501 }; A.paymentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 475 + $signature: 501 }; A.TaxRateReportFields.prototype = { toString$0(_) { @@ -440177,25 +453738,25 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 595 + $signature: 735 }; A.paymentTaxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_qPn, e, type$.legacy_TaxRateReportFields_2); }, - $signature: 2616 + $signature: 2657 }; A.paymentTaxReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2617 + $signature: 2658 }; A.paymentTaxReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 317 + $signature: 308 }; A.paymentTaxReport_closure1.prototype = { call$2(rowA, rowB) { @@ -440207,19 +453768,19 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 317 + $signature: 308 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 317 + $signature: 308 }; A.paymentTaxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 317 + $signature: 308 }; A.ProductReportFields.prototype = { toString$0(_) { @@ -440230,25 +453791,25 @@ call$6(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return A.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 2619 + $signature: 2660 }; A.productReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_7xV, e, type$.legacy_ProductReportFields); }, - $signature: 2620 + $signature: 2661 }; A.productReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2621 + $signature: 2662 }; A.productReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 477 + $signature: 502 }; A.productReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440260,13 +453821,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 477 + $signature: 502 }; A.productReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 477 + $signature: 502 }; A.ProfitAndLossReportFields.prototype = { toString$0(_) { @@ -440277,25 +453838,25 @@ call$9(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return A.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 2623 + $signature: 2664 }; A.profitAndLossReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_T8q, e, type$.legacy_ProfitAndLossReportFields); }, - $signature: 2624 + $signature: 2665 }; A.profitAndLossReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2625 + $signature: 2666 }; A.profitAndLossReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 297 + $signature: 301 }; A.profitAndLossReport_closure1.prototype = { call$2(rowA, rowB) { @@ -440307,19 +453868,19 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 297 + $signature: 301 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 297 + $signature: 301 }; A.profitAndLossReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 297 + $signature: 301 }; A.PurchaseOrderReportFields.prototype = { toString$0(_) { @@ -440330,25 +453891,25 @@ call$7(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { return A.purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 593 + $signature: 741 }; A.purchaseOrderReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_MAa, e, type$.legacy_PurchaseOrderReportFields); }, - $signature: 2628 + $signature: 2669 }; A.purchaseOrderReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2629 + $signature: 2670 }; A.purchaseOrderReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 479 + $signature: 503 }; A.purchaseOrderReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440360,13 +453921,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 479 + $signature: 503 }; A.purchaseOrderReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 479 + $signature: 503 }; A.QuoteItemReportFields.prototype = { toString$0(_) { @@ -440377,25 +453938,25 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 598 + $signature: 731 }; A.lineItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_hB5, e, type$.legacy_QuoteItemReportFields); }, - $signature: 2631 + $signature: 2672 }; A.lineItemReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2632 + $signature: 2673 }; A.lineItemReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 480 + $signature: 504 }; A.lineItemReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440407,13 +453968,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 480 + $signature: 504 }; A.lineItemReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 480 + $signature: 504 }; A.QuoteReportFields.prototype = { toString$0(_) { @@ -440424,25 +453985,25 @@ call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 593 + $signature: 741 }; A.quoteReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_m9u, e, type$.legacy_QuoteReportFields); }, - $signature: 2634 + $signature: 2675 }; A.quoteReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2635 + $signature: 2676 }; A.quoteReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 481 + $signature: 505 }; A.quoteReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440454,13 +454015,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 481 + $signature: 505 }; A.quoteReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 481 + $signature: 505 }; A.RecurringExpenseReportFields.prototype = { toString$0(_) { @@ -440471,25 +454032,25 @@ call$9(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return A.recurringExpenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2637 + $signature: 2678 }; A.recurringExpenseReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_oqK, e, type$.legacy_RecurringExpenseReportFields); + return A.EnumUtils_fromString(B.List_oqK0, e, type$.legacy_RecurringExpenseReportFields); }, - $signature: 2638 + $signature: 2679 }; A.recurringExpenseReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2639 + $signature: 2680 }; A.recurringExpenseReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 506 }; A.recurringExpenseReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440501,13 +454062,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 482 + $signature: 506 }; A.recurringExpenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 506 }; A.RecurringInvoiceReportFields.prototype = { toString$0(_) { @@ -440518,25 +454079,25 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.recurringInvoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 596 + $signature: 733 }; A.recurringInvoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_QXJ, e, type$.legacy_RecurringInvoiceReportFields); }, - $signature: 2641 + $signature: 2682 }; A.recurringInvoiceReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2642 + $signature: 2683 }; A.recurringInvoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 483 + $signature: 507 }; A.recurringInvoiceReport_closure2.prototype = { call$2(rowA, rowB) { @@ -440548,16 +454109,16 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 483 + $signature: 507 }; A.recurringInvoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 483 + $signature: 507 }; A.ReportCharts.prototype = { - build$1(_, context) { + build$1(context) { var color, numericAxis, t3, t4, t5, dateTimeAxis, columnType, child, keys, _null = null, t1 = this.viewModel, state = t1.state, @@ -440605,26 +454166,26 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 592 + $signature: 747 }; A.ReportCharts_build_closure1.prototype = { call$2(item, _) { var t1 = J.getInterceptor$asx(item); return this.columnType === B.ReportColumnType_5 ? this.localization.lookup$1(t1.$index(item, "name")) : t1.$index(item, "name"); }, - $signature: 2645 + $signature: 2686 }; A.ReportCharts_build_closure2.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 591 + $signature: 748 }; 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: 589 + $signature: 749 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { @@ -440636,34 +454197,34 @@ call$2(str1, str2) { return J.compareTo$1$ns(str1, str2); }, - $signature: 20 + $signature: 21 }; A.ReportCharts_build_closure5.prototype = { call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 592 + $signature: 747 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { return A.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 2648 + $signature: 2689 }; A.ReportCharts_build_closure8.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 591 + $signature: 748 }; 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: 589 + $signature: 749 }; A.ReportsScreen.prototype = { - build$1(_, context) { + build$1(context) { var t3, hideReports, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, filterColumns, dateColumns, dateField, dateRange, t22, entities, firstEntity, chartChildren, _this = this, _null = null, _s4_ = "week", _s23_ = "upgrade_to_view_reports", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -440866,9 +454427,9 @@ call$1(context) { var _null = null, t1 = this.localization.get$menuSidebar(); - return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ReportsScreen_build__closure5(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ReportsScreen_build__closure5(context), B.EdgeInsets_8_8_8_8, _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: 301 + $signature: 307 }; A.ReportsScreen_build__closure5.prototype = { call$0() { @@ -440888,7 +454449,7 @@ call$2(a, b) { return J.compareTo$1$ns(a, b); }, - $signature: 20 + $signature: 21 }; A.ReportsScreen_build_closure3.prototype = { call$1(value) { @@ -440901,7 +454462,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, report, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ReportsScreen_build_closure6.prototype = { call$1(value) { @@ -440923,7 +454484,7 @@ columnTitle = t1.userCompanyStates._list[t2].userCompany.company.getCustomFieldLabel$1(column); return A.DropdownMenuItem$(A.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ReportsScreen_build_closure7.prototype = { call$1(value) { @@ -440981,14 +454542,14 @@ b.addAll$1(0, t1); return b; }, - $signature: 215 + $signature: 205 }; A.ReportsScreen_build_closure10.prototype = { call$1(column) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ReportsScreen_build_closure12.prototype = { call$1(value) { @@ -441012,26 +454573,26 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([t1, t2], t3, t3)); return b; }, - $signature: 215 + $signature: 205 }; A.ReportsScreen_build_closure13.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: 284 + $signature: 342 }; A.ReportsScreen_build_closure14.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 350 + $signature: 323 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 350 + $signature: 323 }; A.ReportsScreen_build_closure18.prototype = { call$1(value) { @@ -441050,13 +454611,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ReportsScreen_build_closure26.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), - $async$returnValue, $async$self = this; + $async$returnValue, $async$self = this, t1; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -441064,7 +454625,9 @@ switch ($async$goto) { case 0: // Function start - $async$self.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + t1 = $async$self.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); $async$returnValue = false; // goto return $async$goto = 1; @@ -441076,14 +454639,14 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; A.ReportsScreen_build_closure19.prototype = { call$1(context) { var t1 = this.localization; return new A.AppTextButton(t1.get$columns(t1), new A.ReportsScreen_build__closure2(this.$this, context, this.reportResult), true, null, null); }, - $signature: 308 + $signature: 369 }; A.ReportsScreen_build__closure2.prototype = { call$0() { @@ -441102,7 +454665,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 104 + $signature: 105 }; A.ReportsScreen_build_closure20.prototype = { call$0() { @@ -441120,7 +454683,7 @@ t1 = t4 === 1 ? "1 " + A.S(t1.lookup$1(J.toString$0$(t5.get$entityType()))) : "" + t4 + " " + A.S(t1.lookup$1(t5.get$entityType().get$plural())); A.confirmCallback(false, new A.ReportsScreen_build__closure1(t3, action), context, t2 + t1, false, null); }, - $signature: 2650 + $signature: 2691 }; A.ReportsScreen_build__closure1.prototype = { call$1(_) { @@ -441140,7 +454703,7 @@ t3 = _null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, t1, _null, new A.ReportsScreen_build__closure0(context, t2, this.store), B.EdgeInsets_4_0_20_0, _null, t3, _null); }, - $signature: 400 + $signature: 466 }; A.ReportsScreen_build__closure0.prototype = { call$0() { @@ -441155,7 +454718,9 @@ A.Scaffold_of(t1).openEndDrawer$0(); else { t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); } }, $signature: 1 @@ -441166,7 +454731,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.launchUrl(A.Uri_parse(t1.userCompanyStates._list[t2].userCompany.ninjaPortalUrl, 0, null)); }, - $signature: 26 + $signature: 28 }; A.ReportsScreen_build_closure24.prototype = { call$1(context) { @@ -441174,7 +454739,7 @@ t1 = this.localization; return A.Expanded$(new A.AppButton(_null, _null, t1.get$columns(t1), new A.ReportsScreen_build__closure(this.$this, context, this.reportResult), _null, _null), 1); }, - $signature: 2651 + $signature: 2692 }; A.ReportsScreen_build__closure.prototype = { call$0() { @@ -441190,7 +454755,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 104 + $signature: 105 }; A.ReportsScreen_build_closure25.prototype = { call$0() { @@ -441254,12 +454819,12 @@ t3 = t1.reportState.filters.rebuild$1(new A._ReportDataTableState__onChanged_closure(column, value)); t1.onReportFiltersChanged.call$2(t2, t3); }, - dispose$0(_) { + dispose$0() { var t1 = this._textEditingControllers; new A.LinkedHashMapKeyIterable(t1, A._instanceType(t1)._eval$1("LinkedHashMapKeyIterable<1>")).forEach$1(0, new A._ReportDataTableState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, reportSettings, sortedColumns, _this = this, _null = null, t1 = _this._widget.viewModel, state = t1.state, @@ -441286,11 +454851,11 @@ if (reportState.chart.length !== 0) t3.push(A.ClipRect$(new A.ReportCharts(_this._widget.viewModel, _null), B.Clip_1, _null)); if (reportResult.showTotals) - t3.push(A.FormCard$(A.getLayout(context) === B.AppLayout_mobile ? A.SingleChildScrollView$(new A.TotalsDataTable(t1, reportSettings, reportResult, _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_0) : A.Column$(A._setArrayType([new A.TotalsDataTable(t1, reportSettings, reportResult, _null)], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, false, _null, false, _null)); + t3.push(A.FormCard$(A.getLayout(context) === B.AppLayout_mobile ? A.SingleChildScrollView$(new A.TotalsDataTable(t1, reportSettings, reportResult, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_0) : A.Column$(A._setArrayType([new A.TotalsDataTable(t1, reportSettings, reportResult, _null)], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, false, _null, false, _null)); t1 = reportSettings.sortColumn; t1 = B.JSArray_methods.contains$1(sortedColumns, t1) ? B.JSArray_methods.indexOf$1(sortedColumns, t1) : _null; t2 = reportSettings.sortAscending; - t3.push(A.SingleChildScrollView$(new A.PaginatedDataTable(new A.SizedBox(_null, _null, _null, _null), reportResult.tableColumns$2(context, new A._ReportDataTableState_build_closure(_this, sortedColumns)), t1, t2, true, _this.dataTableSource, _null), _null, B.DragStartBehavior_1, B.EdgeInsets_12_12_12_12, _null, _null, false, B.Axis_1)); + t3.push(A.SingleChildScrollView$(new A.PaginatedDataTable(new A.SizedBox(_null, _null, _null, _null), reportResult.tableColumns$2(context, new A._ReportDataTableState_build_closure(_this, sortedColumns)), t1, t2, true, _this.dataTableSource, _null), _null, B.DragStartBehavior_1, B.EdgeInsets_12_12_12_12, _null, _null, _null, false, B.Axis_1)); return A.Column$(t3, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }; @@ -441304,7 +454869,7 @@ t2 = reportState.filters.rebuild$1(new A._ReportDataTableState_initState__closure(column, value)); this.viewModel.onReportFiltersChanged.call$2(t1, t2); }, - $signature: 38 + $signature: 39 }; A._ReportDataTableState_initState__closure.prototype = { call$1(b) { @@ -441312,7 +454877,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 215 + $signature: 205 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0() { @@ -441326,7 +454891,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 215 + $signature: 205 }; A._ReportDataTableState_dispose_closure.prototype = { call$1(i) { @@ -441345,7 +454910,7 @@ t3.toString; t3.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t3.ChangeNotifier__count = 0; - J.dispose$0$x(t1._textEditingFocusNodes.$index(0, t2).$index(0, j)); + t1._textEditingFocusNodes.$index(0, t2).$index(0, j).dispose$0(); }, $signature: 9 }; @@ -441355,10 +454920,10 @@ t2 = this.sortedColumns[index]; return t1.onReportSorted.call$2(t2, ascending); }, - $signature: 588 + $signature: 751 }; A.TotalsDataTable.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.reportSettings, t2 = this.reportResult, @@ -441373,7 +454938,7 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 588 + $signature: 751 }; A.ReportColumnType.prototype = { toString$0(_) { @@ -441389,7 +454954,7 @@ else return B.ReportColumnType_0; }, - $signature: 2653 + $signature: 2694 }; A.ReportDataTableSource.prototype = { get$rowCount(_) { @@ -441417,7 +454982,7 @@ call$2(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 2654 + $signature: 2695 }; A.ReportResult.prototype = { sortedColumns$1(reportState) { @@ -441431,14 +454996,16 @@ return data; }, tableColumns$2(context, onSortCallback) { - var company, reportState, t4, t5, _i, column, t6, _null = null, + var t3, t4, company, reportState, t5, _i, column, t6, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - t2 = A._lateReadCheck(store.__Store__state, "_state"), - t3 = t2.userCompanyStates; - t2 = t2.uiState.selectedCompanyIndex; - company = t3._list[t2].userCompany.company; - reportState = A._lateReadCheck(store.__Store__state, "_state").uiState.reportsUIState; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState; + t4 = t2.selectedCompanyIndex; + company = t3._list[t4].userCompany.company; + reportState = t2.reportsUIState; t2 = A._setArrayType([], type$.JSArray_legacy_DataColumn); for (t3 = this.sortedColumns$1(reportState), t4 = t3.length, t5 = type$.JSArray_legacy_Widget, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { column = t3[_i]; @@ -441450,12 +455017,14 @@ return t2; }, tableFilters$4(context, textEditingControllers, textEditingFocusNodes, onFilterChanged) { - var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _i, column, t16, scope, t17, t18, _null = null, + var reportState, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _i, column, t16, scope, t17, t18, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), theme = A.Theme_of(context), store = A.StoreProvider_of(context, type$.legacy_AppState), - reportState = A._lateReadCheck(store.__Store__state, "_state").uiState.reportsUIState, - t2 = A._setArrayType([], type$.JSArray_legacy_DataCell); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + reportState = t2.uiState.reportsUIState; + t2 = A._setArrayType([], type$.JSArray_legacy_DataCell); for (t3 = this.sortedColumns$1(reportState), t4 = t3.length, t5 = type$.RawAutocomplete_legacy_String, t6 = type$.JSArray_legacy_ReportColumnType, t7 = textEditingControllers != null, t8 = type$.AppDropdownButton_legacy_DateRange, t9 = type$.legacy_DropdownMenuItem_legacy_String, t10 = type$.AppDropdownButton_legacy_String, t11 = type$.DropdownMenuItem_legacy_bool, t12 = type$.JSArray_legacy_DropdownMenuItem_legacy_bool, t13 = type$.AppDropdownButton_legacy_bool, t14 = type$.nullable_AppLocalization, t15 = type$._LocalizationsScope, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { column = t3[_i]; if (!t7 || !textEditingControllers.containsKey$1(0, column)) @@ -441503,14 +455072,16 @@ return A.DataRow$(t2); }, tableRow$3(context, viewModel, index) { - var row, cells, j, cell, groupTotals, group, values, t4, _i, column, columnType, t5, value, currencyId, t6, _this = this, _null = null, + var reportState, groupBy, sorted, t2, t3, row, cells, j, cell, groupTotals, group, values, t4, _i, column, columnType, t5, value, currencyId, t6, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - reportState = A._lateReadCheck(store.__Store__state, "_state").uiState.reportsUIState, - groupBy = reportState.group, - sorted = _this.sortedColumns$1(reportState), - t1 = groupBy.length === 0 || reportState.get$isGroupByFiltered(), - t2 = type$.JSArray_legacy_DataCell, - t3 = index - 1; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + reportState = t1.uiState.reportsUIState; + groupBy = reportState.group; + sorted = _this.sortedColumns$1(reportState); + t1 = groupBy.length === 0 || reportState.get$isGroupByFiltered(); + t2 = type$.JSArray_legacy_DataCell; + t3 = index - 1; if (t1) { row = _this.data[t3]; cells = A._setArrayType([], t2); @@ -441558,9 +455129,10 @@ } }, totalColumns$2(context, onSortCallback) { - var company, t3, sortedColumns, t4, _i, column, _null = null, - t1 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, company, t3, sortedColumns, t4, _i, column, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; company = t2._list[t1].userCompany.company; t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -441577,42 +455149,43 @@ return t3; }, totalRows$1(context) { - var settings, reportSettings, totals, allColumns, t3, t4, t5, i, row, countedRow, j, cell, column, t6, currencyId, k, cell0, _i, keys, allFields, _box_0 = {}, + var t2, reportState, t3, settings, reportSettings, totals, allColumns, t4, t5, t6, i, row, countedRow, j, cell, column, t7, currencyId, k, cell0, _i, keys, allFields, _box_0 = {}, rows = A._setArrayType([], type$.JSArray_legacy_DataRow), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.uiState, - reportState = t1.reportsUIState, - t2 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - settings = t2._list[t1].userCompany.settings; + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.uiState; + reportState = t2.reportsUIState; + t3 = t1.userCompanyStates; + t2 = t2.selectedCompanyIndex; + settings = t3._list[t2].userCompany.settings; if (settings != null) { - t1 = settings.reportSettings; - t2 = reportState.report; - t2 = t1._map$_map.containsKey$1(0, t2); - t1 = t2; + t2 = settings.reportSettings; + t3 = reportState.report; + t3 = t2._map$_map.containsKey$1(0, t3); + t2 = t3; } else - t1 = false; - if (t1) { - t1 = settings.reportSettings; - t2 = reportState.report; - reportSettings = t1._map$_map.$index(0, t2); + t2 = false; + if (t2) { + t2 = settings.reportSettings; + t3 = reportState.report; + reportSettings = t2._map$_map.$index(0, t3); } else reportSettings = A.ReportSettingsEntity_ReportSettingsEntity(null, null); - t1 = type$.legacy_String; - totals = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.legacy_Map_of_legacy_String_and_legacy_double); - t2 = type$.JSArray_legacy_String; - allColumns = A._setArrayType([], t2); - for (t3 = this.data, t4 = this.columns, t5 = type$.legacy_double, i = 0; i < t3.length; ++i) { - row = t3[i]; + t2 = type$.legacy_String; + totals = A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.legacy_Map_of_legacy_String_and_legacy_double); + t3 = type$.JSArray_legacy_String; + allColumns = A._setArrayType([], t3); + for (t4 = this.data, t5 = this.columns, t6 = type$.legacy_double, i = 0; i < t4.length; ++i) { + row = t4[i]; for (countedRow = false, j = 0; j < row.length; ++j) { cell = row[j]; - column = t4[j]; - t6 = cell instanceof A.ReportNumberValue; - if ((t6 || cell instanceof A.ReportDurationValue || cell instanceof A.ReportAgeValue) && A.canTotalColumn(column)) { + column = t5[j]; + t7 = cell instanceof A.ReportNumberValue; + if ((t7 || cell instanceof A.ReportDurationValue || cell instanceof A.ReportAgeValue) && A.canTotalColumn(column)) { if (!B.JSArray_methods.contains$1(allColumns, column)) allColumns.push(column); - if (t6) { + if (t7) { currencyId = cell.currencyId; if (currencyId == null) currencyId = ""; @@ -441627,7 +455200,7 @@ } else currencyId = ""; if (currencyId.length === 0) - for (t6 = row.length, k = 0; k < t6; ++k) { + for (t7 = row.length, k = 0; k < t7; ++k) { cell0 = row[k]; if (cell0 instanceof A.ReportNumberValue) { currencyId = cell0.currencyId; @@ -441644,32 +455217,32 @@ } } if (!totals.containsKey$1(0, currencyId)) - totals.$indexSet(0, currencyId, A.LinkedHashMap_LinkedHashMap$_literal(["count", 0], t1, t5)); + totals.$indexSet(0, currencyId, A.LinkedHashMap_LinkedHashMap$_literal(["count", 0], t2, t6)); if (!countedRow) { - t6 = totals.$index(0, currencyId); - t6.$indexSet(0, "count", t6.$index(0, "count") + 1); + t7 = totals.$index(0, currencyId); + t7.$indexSet(0, "count", t7.$index(0, "count") + 1); countedRow = true; } if (!totals.$index(0, currencyId).containsKey$1(0, column)) totals.$index(0, currencyId).$indexSet(0, column, 0); - t6 = totals.$index(0, currencyId); - t6.$indexSet(0, column, t6.$index(0, column) + cell.get$doubleValue()); + t7 = totals.$index(0, currencyId); + t7.$indexSet(0, column, t7.$index(0, column) + cell.get$doubleValue()); } } } - for (t1 = totals.$ti, t3 = t1._eval$1("LinkedHashMapKeyIterable<1>"), t1 = A.LinkedHashMapKeyIterator$(totals, totals._modifications, t1._precomputed1); t1.moveNext$0();) { - t4 = t1.__js_helper$_current; - for (t5 = allColumns.length, _i = 0; _i < allColumns.length; allColumns.length === t5 || (0, A.throwConcurrentModificationError)(allColumns), ++_i) { + for (t2 = totals.$ti, t4 = t2._eval$1("LinkedHashMapKeyIterable<1>"), t2 = A.LinkedHashMapKeyIterator$(totals, totals._modifications, t2._precomputed1); t2.moveNext$0();) { + t5 = t2.__js_helper$_current; + for (t6 = allColumns.length, _i = 0; _i < allColumns.length; allColumns.length === t6 || (0, A.throwConcurrentModificationError)(allColumns), ++_i) { column = allColumns[_i]; - if (!totals.$index(0, t4).containsKey$1(0, column)) - totals.$index(0, t4).$indexSet(0, column, 0); + if (!totals.$index(0, t5).containsKey$1(0, column)) + totals.$index(0, t5).$indexSet(0, column, 0); } } - t1 = t3._eval$1("WhereIterable"); - keys = A.List_List$of(new A.WhereIterable(new A.LinkedHashMapKeyIterable(totals, t3), new A.ReportResult_totalRows_closure(), t1), true, t1._eval$1("Iterable.E")); + t2 = t4._eval$1("WhereIterable"); + keys = A.List_List$of(new A.WhereIterable(new A.LinkedHashMapKeyIterable(totals, t4), new A.ReportResult_totalRows_closure(), t2), true, t2._eval$1("Iterable.E")); reportSettings.toString; - B.JSArray_methods.sort$1(keys, new A.ReportResult_totalRows_closure0(reportSettings, state, totals)); - _box_0.allFields = A._setArrayType([], t2); + B.JSArray_methods.sort$1(keys, new A.ReportResult_totalRows_closure0(reportSettings, t1, totals)); + _box_0.allFields = A._setArrayType([], t3); B.JSArray_methods.forEach$1(keys, new A.ReportResult_totalRows_closure1(_box_0, totals)); t1 = _box_0.allFields; t1 = A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); @@ -441682,8 +455255,10 @@ }; A.ReportResult_tableColumns_closure.prototype = { call$0() { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(this.reportState.report, _null, "", _null, _null, _null, _null, _null, _null, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateReportSettings(this.reportState.report, _null, "", _null, _null, _null, _null, _null, _null, _null)); }, $signature: 1 }; @@ -441694,11 +455269,11 @@ t2 = this.column, t3 = this.onFilterChanged; if (value == null) { - J.set$text$x(t1.$index(0, t2), ""); + J.set$text$z(t1.$index(0, t2), ""); t3.call$2(t2, ""); } else { t4 = J.getInterceptor$(value); - J.set$text$x(t1.$index(0, t2), t4.toString$0(value)); + J.set$text$z(t1.$index(0, t2), t4.toString$0(value)); t3.call$2(t2, t4.toString$0(value)); } }, @@ -441707,7 +455282,7 @@ A.ReportResult_tableFilters_closure0.prototype = { call$1(value) { var t1 = this.column; - J.set$text$x(this.textEditingControllers.$index(0, t1), value); + J.set$text$z(this.textEditingControllers.$index(0, t1), value); this.onFilterChanged.call$2(t1, value); }, $signature: 6 @@ -441717,12 +455292,12 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, ageGroup, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ReportResult_tableFilters_closure2.prototype = { call$0() { var t1 = this.column; - J.set$text$x(this.textEditingControllers.$index(0, t1), ""); + J.set$text$z(this.textEditingControllers.$index(0, t1), ""); this.onFilterChanged.call$2(t1, ""); }, $signature: 1 @@ -441734,11 +455309,11 @@ t2 = this.column, t3 = this.onFilterChanged; if (value == null) { - J.set$text$x(t1.$index(0, t2), ""); + J.set$text$z(t1.$index(0, t2), ""); t3.call$2(t2, ""); } else { t4 = J.getInterceptor$(value); - J.set$text$x(t1.$index(0, t2), t4.toString$0(value)); + J.set$text$z(t1.$index(0, t2), t4.toString$0(value)); t3.call$2(t2, t4.toString$0(value)); } }, @@ -441749,7 +455324,7 @@ 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: 284 + $signature: 342 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(textEditingValue) { @@ -441765,7 +455340,7 @@ t5 = A.LinkedHashSet_LinkedHashSet$of(new A.MappedIterable(new A.WhereIterable(t1, new A.ReportResult_tableFilters__closure(index, t3, t2, filter), t4._eval$1("WhereIterable<1>")), new A.ReportResult_tableFilters__closure0(index, t3, t2), t5), t5._eval$1("Iterable.E")); return A.List_List$of(t5, true, A._instanceType(t5)._eval$1("SetMixin.E")); }, - $signature: 2655 + $signature: 2696 }; A.ReportResult_tableFilters__closure.prototype = { call$1(row) { @@ -441776,13 +455351,13 @@ t4 = _this.column; return B.JSString_methods.contains$1(t2.$index(row, t1).renderText$2(t3, t4).toLowerCase(), _this.filter) && J.trim$0$s(t2.$index(row, t1).renderText$2(t3, t4)).length !== 0; }, - $signature: 2656 + $signature: 2697 }; A.ReportResult_tableFilters__closure0.prototype = { call$1(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 2657 + $signature: 2698 }; A.ReportResult_tableFilters_closure7.prototype = { call$1(value) { @@ -441801,7 +455376,7 @@ var t1 = this.textEditingController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 36 + $signature: 37 }; A.ReportResult_tableFilters_closure5.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { @@ -441809,13 +455384,13 @@ 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$(B.Alignment_0_0, _null, _null, true, 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), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, _null, _null); return A.DecoratedFormField$(false, _null, false, 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: 389 + $signature: 459 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { var _this = this, t1 = _this.column; - J.set$text$x(_this.textEditingControllers.$index(0, t1), ""); + J.set$text$z(_this.textEditingControllers.$index(0, t1), ""); _this.onFilterChanged.call$2(t1, ""); _this.textEditingFocusNodes.$index(0, t1).unfocus$0(); }, @@ -441834,19 +455409,22 @@ t1 = A.Theme_of(context).cardColor; 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, new A.ScrollableListViewBuilder(new A.ReportResult_tableFilters__closure2(highlightedIndex, this.store, options, onSelected), _null, J.get$length$asx(options), _null, _null, _null), B.Clip_0, t1, 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: 2658 + $signature: 2699 }; A.ReportResult_tableFilters__closure2.prototype = { call$2(context, index) { var t1, t2, _this = this, _null = null; - if (_this.highlightedIndex === index) - t1 = A.convertHexStringToColor(A._lateReadCheck(_this.store.__Store__state, "_state").prefState.enableDarkMode ? "#253750" : "#e5f5ff"); - else + if (_this.highlightedIndex === index) { + t1 = _this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.convertHexStringToColor(t1.prefState.enableDarkMode ? "#253750" : "#e5f5ff"); + t1 = t2; + } else t1 = A.Theme_of(context).cardColor; t2 = _this.options; return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A.ReportResult_tableFilters___closure(_this.onSelected, t2, index), false, _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: 610 + $signature: 714 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -441904,7 +455482,9 @@ } t4 = _this.reportState; t2 = t4.filters.rebuild$1(new A.ReportResult_tableRow__closure(t1, t2)); - _this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(t4.report, t2, _null, t3, _null, _null, _null, _null, customStartDate, customEndDate)); + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateReportSettings(t4.report, t2, _null, t3, _null, _null, _null, _null, customStartDate, customEndDate)); } }, $signature: 1 @@ -441915,7 +455495,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 215 + $signature: 205 }; A.ReportResult_totalColumns_closure.prototype = { call$1(column) { @@ -441927,7 +455507,7 @@ call$2(str1, str2) { return J.compareTo$1$ns(str1, str2); }, - $signature: 20 + $signature: 21 }; A.ReportResult_totalRows_closure.prototype = { call$1(element) { @@ -441967,13 +455547,13 @@ return 0; return t1.sortTotalsAscending ? J.compareTo$1$ns(valueA, valueB) : J.compareTo$1$ns(valueB, valueA); }, - $signature: 20 + $signature: 21 }; A.ReportResult_totalRows__closure0.prototype = { call$2(str1, str2) { return J.compareTo$1$ns(str1, str2); }, - $signature: 20 + $signature: 21 }; A.ReportResult_totalRows_closure1.prototype = { call$1(currencyId) { @@ -441988,13 +455568,15 @@ call$2(str1, str2) { return J.compareTo$1$ns(str1, str2); }, - $signature: 20 + $signature: 21 }; A.ReportResult_totalRows_closure3.prototype = { call$1(currencyId) { var cells, _this = this, _null = null, values = _this.totals.$index(0, currencyId), - t1 = A._lateReadCheck(_this.store.__Store__state, "_state").staticState.currencyMap._map$_map.$index(0, currencyId); + t1 = _this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.staticState.currencyMap._map$_map.$index(0, currencyId); t1 = t1 == null ? _null : t1.name; cells = A._setArrayType([A.DataCell$(A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.DataCell$(A.Text$(B.JSInt_methods.toString$0(J.toInt$0$n(values.$index(0, "count"))), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], type$.JSArray_legacy_DataCell); B.JSArray_methods.forEach$1(_this._box_0.allFields, new A.ReportResult_totalRows__closure(values, _this.context, currencyId, cells)); @@ -442022,6 +455604,9 @@ $signature: 9 }; A.ReportElement.prototype = { + get$doubleValue() { + return 0; + }, get$stringValue(_) { return ""; }, @@ -442120,6 +455705,11 @@ get$stringValue(_) { return A.S(this.value); }, + get$doubleValue() { + var t1 = this.value; + t1.toString; + return t1; + }, renderWidget$2(context, column) { var _null = null, t1 = this.value; @@ -442178,7 +455768,7 @@ } }; A.ReportsScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ReportsScreenBuilder_build_closure(), A.reports_screen_vm_ReportsScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ReportsScreenVM); } @@ -442187,31 +455777,37 @@ call$2(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 2659 + $signature: 2700 }; A.ReportsScreenVM.prototype = {}; A.ReportsScreenVM_fromStore_closure2.prototype = { call$2(column, ascending) { var _null = null, - t1 = this.state.uiState.reportsUIState.report; - this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, column, _null, _null, _null)); + t1 = this.state.uiState.reportsUIState.report, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 57 + $signature: 58 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { var _null = null, - t1 = this.state.uiState.reportsUIState.report; - this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, _null, index, _null, _null)); + t1 = this.state.uiState.reportsUIState.report, + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, _null, index, _null, _null)); }, - $signature: 406 + $signature: 471 }; A.ReportsScreenVM_fromStore_closure1.prototype = { call$2(context, filterMap) { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(this.report, filterMap, _null, "", _null, _null, _null, _null, _null, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateReportSettings(this.report, filterMap, _null, "", _null, _null, _null, _null, _null, _null)); }, - $signature: 587 + $signature: 752 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -442222,23 +455818,25 @@ userCompany = t3[t2].userCompany.rebuild$1(new A.ReportsScreenVM_fromStore__closure7(settings)), user = t3[t2].userCompany.user.rebuild$1(new A.ReportsScreenVM_fromStore__closure8(userCompany)), completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.SaveUserSettingsRequest(completer, user)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 2661 + $signature: 2702 }; 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: 662 + $signature: 587 }; A.ReportsScreenVM_fromStore___closure0.prototype = { call$1(b) { b.get$columns(b).replace$1(0, A.BuiltList_BuiltList$from(this.columns, type$.legacy_String)); return b; }, - $signature: 784 + $signature: 553 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { @@ -442248,7 +455846,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 100 + $signature: 99 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -442258,7 +455856,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 73 + $signature: 74 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -442290,16 +455888,18 @@ $defaultValues() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 2662 + $signature: 2703 }; A.ReportsScreenVM_fromStore__closure.prototype = { call$0() { - var _this = this, + var t2, _this = this, reportState = _this.state.uiState.reportsUIState, t1 = _this.report; if (t1 == null) t1 = reportState.report; - _this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(t1, null, _this.group, _this.selectedGroup, _this.chart, _this.subgroup, null, null, _this.customStartDate, _this.customEndDate)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateReportSettings(t1, null, _this.group, _this.selectedGroup, _this.chart, _this.subgroup, null, null, _this.customStartDate, _this.customEndDate)); }, $signature: 1 }; @@ -442380,7 +455980,7 @@ t2 = t1.csvData; t1.csvData = B.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 2663 + $signature: 2704 }; A.ReportsScreenVM_fromStore__closure2.prototype = { call$1(column) { @@ -442392,7 +455992,7 @@ call$2(str1, str2) { return J.compareTo$1$ns(str1, str2); }, - $signature: 20 + $signature: 21 }; A.ReportsScreenVM_fromStore__closure4.prototype = { call$1(column) { @@ -442427,7 +456027,7 @@ call$5(reportResult, reportUIState, reportSettings, currencyMap, company) { return A.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 2664 + $signature: 2705 }; A.calculateReportTotals_closure.prototype = { call$2(rowA, rowB) { @@ -442446,7 +456046,7 @@ } return 0; }, - $signature: 20 + $signature: 21 }; A.TaskReportFields.prototype = { toString$0(_) { @@ -442457,25 +456057,25 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 2665 + $signature: 2706 }; A.taskReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_qrv, e, type$.legacy_TaskReportFields); }, - $signature: 2666 + $signature: 2707 }; A.taskReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2667 + $signature: 2708 }; A.taskReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 485 + $signature: 508 }; A.taskReport_closure2.prototype = { call$2(rowA, rowB) { @@ -442487,13 +456087,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 485 + $signature: 508 }; A.taskReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 485 + $signature: 508 }; A.VendorReportFields.prototype = { toString$0(_) { @@ -442504,25 +456104,25 @@ call$6(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState) { return A.vendorReport(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState); }, - $signature: 2669 + $signature: 2710 }; A.vendorReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_8aB, e, type$.legacy_VendorReportFields); + return A.EnumUtils_fromString(B.List_8aB1, e, type$.legacy_VendorReportFields); }, - $signature: 2670 + $signature: 2711 }; A.vendorReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2671 + $signature: 2712 }; A.vendorReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 486 + $signature: 509 }; A.vendorReport_closure2.prototype = { call$2(rowA, rowB) { @@ -442534,13 +456134,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 486 + $signature: 509 }; A.vendorReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 486 + $signature: 509 }; A.AccountManagement.prototype = { createState$0() { @@ -442557,12 +456157,14 @@ t1.addListener$1(0, _this.get$_onTabChanged()); }, _onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._account_management$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, didChangeDependencies$0() { var _this = this, @@ -442580,15 +456182,15 @@ if (!J.$eq$(company, _this._widget.viewModel.company)) _this._account_management$_debouncer.run$1(new A._AccountManagementState__onChanged_closure0(_this, company)); }, - dispose$0(_) { + dispose$0() { var _this = this; B.JSArray_methods.forEach$1(_this._account_management$_controllers, new A._AccountManagementState_dispose_closure(_this)); - _this._account_management$_focusNode.dispose$0(0); + _this._account_management$_focusNode.dispose$0(); _this._account_management$_controller.removeListener$1(0, _this.get$_onTabChanged()); - _this._account_management$_controller.dispose$0(0); - _this.super$__AccountManagementState_State_SingleTickerProviderStateMixin$dispose(0); + _this._account_management$_controller.dispose$0(); + _this.super$__AccountManagementState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, _s6_ = ":count", _s28_ = "google_analytics_tracking_id", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -442662,7 +456264,7 @@ b.get$_company_model$_$this()._googleAnalyticsKey = t1; return b; }, - $signature: 23 + $signature: 24 }; A._AccountManagementState__onChanged_closure0.prototype = { call$0() { @@ -442672,9 +456274,8 @@ }; A._AccountManagementState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_account_management$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_account_management$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -442686,7 +456287,7 @@ t3 = t2.enabledModules; return A.CheckboxListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, _null, _null, new A._AccountManagementState_build__closure2(t2, module, _this.viewModel), t1, (t3 & module) >>> 0 !== 0); }, - $signature: 2673 + $signature: 2714 }; A._AccountManagementState_build__closure2.prototype = { call$1(value) { @@ -442700,7 +456301,7 @@ t1.enabledModules = (enabledModules ^ t3) >>> 0; this.viewModel.onCompanyChanged.call$1(t2.rebuild$1(new A._AccountManagementState_build___closure(t1))); }, - $signature: 21 + $signature: 22 }; A._AccountManagementState_build___closure.prototype = { call$1(b) { @@ -442708,7 +456309,7 @@ b.get$_company_model$_$this()._enabledModules = t1; return b; }, - $signature: 23 + $signature: 24 }; A._AccountManagementState_build_closure0.prototype = { call$1(value) { @@ -442721,7 +456322,7 @@ b.get$_company_model$_$this()._passwordTimeout = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._AccountManagementState_build_closure1.prototype = { call$1(value) { @@ -442734,22 +456335,22 @@ b.get$_company_model$_$this()._sessionTimeout = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._AccountManagementState_build_closure2.prototype = { call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure(value))); }, - $signature: 21 + $signature: 22 }; A._AccountManagementState_build__closure.prototype = { call$1(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 2674 + $signature: 2715 }; A._AccountOverview.prototype = { - build$1(_, context) { + build$1(context) { var account, company, companies, t5, clientLimit, secondLabel, secondValue, t6, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, _null = null, _s2_ = "en", _s10_ = "free_trial", _s19_ = "set_default_company", @@ -442942,7 +456543,7 @@ } return stats; }, - $signature: 131 + $signature: 128 }; A._AccountOverview_build_closure.prototype = { call$0() { @@ -442956,59 +456557,59 @@ t2 = t1.uiState.selectedCompanyIndex; return A.launchUrl(A.Uri_parse(t1.userCompanyStates._list[t2].userCompany.ninjaPortalUrl, 0, null)); }, - $signature: 26 + $signature: 28 }; A._AccountOverview_build_closure1.prototype = { call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure5(value))); }, - $signature: 21 + $signature: 22 }; A._AccountOverview_build__closure5.prototype = { call$1(b) { b.get$_company_model$_$this()._isDisabled = !this.value; return b; }, - $signature: 23 + $signature: 24 }; A._AccountOverview_build_closure2.prototype = { call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure4(value))); }, - $signature: 21 + $signature: 22 }; A._AccountOverview_build__closure4.prototype = { call$1(b) { b.get$_company_model$_$this()._markdownEnabled = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._AccountOverview_build_closure3.prototype = { call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure3(value))); }, - $signature: 21 + $signature: 22 }; A._AccountOverview_build__closure3.prototype = { call$1(b) { b.get$_company_model$_$this()._markdownEmailEnabled = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._AccountOverview_build_closure4.prototype = { call$1(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountOverview_build__closure2(value))); }, - $signature: 21 + $signature: 22 }; A._AccountOverview_build__closure2.prototype = { call$1(b) { b.get$_company_model$_$this()._reportIncludeDrafts = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._AccountOverview_build_closure5.prototype = { call$0() { @@ -443028,7 +456629,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._AccountOverview_build_closure6.prototype = { call$0() { @@ -443057,13 +456658,13 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 175 + $signature: 172 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { var t1 = this.context; if (A.Navigator_of(t1, false).canPop$0()) - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); this.$this.viewModel.onAppliedLicense.call$0(); }, $signature: 6 @@ -443072,22 +456673,26 @@ call$1(error) { var t1 = this.context; if (A.Navigator_of(t1, false).canPop$0()) - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); A.showErrorDialog(false, t1, A.S(error)); }, $signature: 6 }; A._AccountOverview_build_closure7.prototype = { call$0() { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "tokens", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "tokens", false, _null)); }, $signature: 1 }; A._AccountOverview_build_closure8.prototype = { call$0() { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "webhook", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "webhook", false, _null)); }, $signature: 1 }; @@ -443095,13 +456700,13 @@ call$0() { return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/docs/developer-guide", 0, null)); }, - $signature: 26 + $signature: 28 }; A._AccountOverview_build_closure10.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://zapier.com/apps/invoice-ninja", 0, null)); }, - $signature: 26 + $signature: 28 }; A._AccountOverview_build_closure11.prototype = { call$0() { @@ -443126,7 +456731,7 @@ call$2(password, idToken) { this.$this.viewModel.onPurgeData.call$3(this.context, password, idToken); }, - $signature: 38 + $signature: 39 }; A._AccountOverview_build_closure12.prototype = { call$0() { @@ -443162,16 +456767,16 @@ call$2(password, idToken) { this.$this.viewModel.onCompanyDelete.call$4(this.context, password, idToken, this.reason); }, - $signature: 38 + $signature: 39 }; A.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -443180,7 +456785,7 @@ } }; A.AccountManagementScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.AccountManagementScreen_build_closure(), A.account_management_vm_AccountManagementVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_AccountManagementVM); } @@ -443189,7 +456794,7 @@ call$2(context, viewModel) { return new A.AccountManagement(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2675 + $signature: 2716 }; A.AccountManagementVM.prototype = { get$company() { @@ -443198,9 +456803,11 @@ }; A.AccountManagementVM_fromStore_closure1.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.AccountManagementVM_fromStore_closure2.prototype = { call$4(context, password, idToken, reason) { @@ -443210,51 +456817,59 @@ t1 = new A._Future($.Zone__current, type$._Future_Null); t2 = this.store; t1.then$1$1(0, new A.AccountManagementVM_fromStore__closure0(t2, companyLength), type$.Null).catchError$1(new A.AccountManagementVM_fromStore__closure1()); - t2.get$_dispatchers()[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 660 + $signature: 590 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 175 + $signature: 172 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(value) { - var context, state, t2, index, + var context, t2, index, t3, t1 = $.$get$navigatorKey(); t1.toString; context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1 = this.store; - state = A._lateReadCheck(t1.__Store__state, "_state"); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); if (this.companyLength === 1) { - t1.get$_dispatchers()[0].call$1(new A.UserLogout()); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogout()); + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; if (t1._list[t2].userCompany.user.oauthProvider === "google") A.GoogleOAuth_disconnect(); } else { - index = state.uiState.selectedCompanyIndex === 0 ? 1 : 0; - t1.get$_dispatchers()[0].call$1(new A.SelectCompany(index, true)); - t2 = new A._Future($.Zone__current, type$._Future_Null); - t2.then$1$1(0, new A.AccountManagementVM_fromStore___closure0(t1, context), type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), true, false, false)); + index = t2.uiState.selectedCompanyIndex === 0 ? 1 : 0; + t2 = t1.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SelectCompany(index, true)); + t3 = new A._Future($.Zone__current, type$._Future_Null); + t3.then$1$1(0, new A.AccountManagementVM_fromStore___closure0(t1, context), type$.Null); + t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t3, type$._AsyncCompleter_Null), true, false, false)); } }, $signature: 3 }; A.AccountManagementVM_fromStore___closure0.prototype = { call$1(value) { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.SelectCompany(0, true)); - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SelectCompany(0, true)); + t1[0].call$1(new A.ViewDashboard(false, null)); t1 = $.$get$navigatorKey(); t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); t1 = this.context; if (A.Navigator_of(t1, false).canPop$0()) - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); }, $signature: 3 }; @@ -443263,7 +456878,7 @@ var t1 = $.$get$navigatorKey(); t1.toString; if (A.Navigator_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), false).canPop$0()) - A.Navigator_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), false).pop$0(0); + A.Navigator_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), false).pop$0(); A.showDialog(null, true, new A.AccountManagementVM_fromStore___closure(error), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), null, true, type$.legacy_ErrorDialog); }, $signature: 3 @@ -443272,7 +456887,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.AccountManagementVM_fromStore_closure.prototype = { call$1(context) { @@ -443287,12 +456902,17 @@ }; A.AccountManagementVM_fromStore__closure2.prototype = { call$0() { - var t1 = this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState, - t2 = this.context, - completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); + var settingsUIState, completer, + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; + t2 = this.context; + completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); }, $signature: 1 }; @@ -443305,13 +456925,17 @@ if (t1 == null) t1 = ""; completer = A.snackBarCompleter(context, t1, false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 2677 + $signature: 2718 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 1 }; @@ -443326,7 +456950,9 @@ if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s15_); completer = A.snackBarCompleter(context, t1, false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.SetDefaultCompanyRequest(completer)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SetDefaultCompanyRequest(completer)); }, $signature: 14 }; @@ -443348,25 +456974,27 @@ t1.addListener$1(0, _this.get$_client_portal$_onTabChanged()); }, _client_portal$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._client_portal$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, _validateSubdomain$0() { var _this = this; _this.setState$1(new A._ClientPortalState__validateSubdomain_closure(_this)); _this._client_portal$_debouncer.run$1(new A._ClientPortalState__validateSubdomain_closure0(_this)); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._client_portal$_focusNode.dispose$0(0); + _this._client_portal$_focusNode.dispose$0(); _this._client_portal$_controller.removeListener$1(0, _this.get$_client_portal$_onTabChanged()); - _this._client_portal$_controller.dispose$0(0); + _this._client_portal$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._client_portal$_controllers, new A._ClientPortalState_dispose_closure(_this)); - _this.super$__ClientPortalState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__ClientPortalState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { var company, settings, _this = this, @@ -443414,7 +457042,7 @@ return; _this._widget.viewModel.onSavePressed.call$1(context); }, - build$1(_, context) { + build$1(context) { var t9, t10, t11, t12, t13, t14, t15, t16, t17, _this = this, _null = null, _s12_ = "registration", _s2_ = "en", @@ -443532,14 +457160,14 @@ t14 = J.$index$asx(t9.$index(0, t10), "document_upload_help"); if (t14 == null) t14 = ""; - t13 = A.BoolDropdownButton$(_null, _null, t14, B._MdiIconData_EuK1, t13, _null, new A._ClientPortalState_build_closure6(viewModel, settings), settings.enableClientPortalUploads); + t13 = A.BoolDropdownButton$(_null, _null, t14, B._MdiIconData_EuK2, t13, _null, new A._ClientPortalState_build_closure6(viewModel, settings), settings.enableClientPortalUploads); t14 = J.$index$asx(t9.$index(0, t10), _s22_0); if (t14 == null) t14 = J.$index$asx(t9.$index(0, _s2_), _s22_0); t15 = J.$index$asx(t9.$index(0, t10), _s27_); if (t15 == null) t15 = J.$index$asx(t9.$index(0, _s2_), _s27_); - t14 = A._setArrayType([t12, t13, A.BoolDropdownButton$(_null, _null, t15, B._MdiIconData_EuK1, t14, _null, new A._ClientPortalState_build_closure7(viewModel, settings), settings.enableVendorPortalUploads)], t7); + t14 = A._setArrayType([t12, t13, A.BoolDropdownButton$(_null, _null, t15, B._MdiIconData_EuK2, t14, _null, new A._ClientPortalState_build_closure7(viewModel, settings), settings.enableVendorPortalUploads)], t7); if (t4) { t12 = J.$index$asx(t9.$index(0, t10), "storefront"); if (t12 == null) @@ -443594,12 +457222,12 @@ t12 = J.$index$asx(t9.$index(0, t10), "show_accept_invoice_terms_help"); if (t12 == null) t12 = ""; - t4 = A.BoolDropdownButton$(_null, _null, t12, B._MdiIconData_EuK2, t4, _null, new A._ClientPortalState_build_closure14(viewModel, settings), settings.showAcceptInvoiceTerms); + t4 = A.BoolDropdownButton$(_null, _null, t12, B._MdiIconData_EuK3, t4, _null, new A._ClientPortalState_build_closure14(viewModel, settings), settings.showAcceptInvoiceTerms); t12 = t1.get$showAcceptQuoteTerms(); t13 = J.$index$asx(t9.$index(0, t10), "show_accept_quote_terms_help"); if (t13 == null) t13 = ""; - t12 = A.FormCard$(_null, A._setArrayType([t4, A.BoolDropdownButton$(_null, _null, t13, B._MdiIconData_EuK2, t12, _null, new A._ClientPortalState_build_closure15(viewModel, settings), settings.showAcceptQuoteTerms)], t7), _null, _null, false, _null, false, _null); + t12 = A.FormCard$(_null, A._setArrayType([t4, A.BoolDropdownButton$(_null, _null, t13, B._MdiIconData_EuK3, t12, _null, new A._ClientPortalState_build_closure15(viewModel, settings), settings.showAcceptQuoteTerms)], t7), _null, _null, false, _null, false, _null); t13 = t1.get$requireInvoiceSignature(); t13 = A._setArrayType([A.BoolDropdownButton$(_null, _null, t1.get$requireInvoiceSignatureHelp(), B._MdiIconData_I2F0, t13, _null, new A._ClientPortalState_build_closure16(viewModel, settings), settings.requireInvoiceSignature)], t7); if (company.isModuleEnabled$1(B.EntityType_quote)) { @@ -443635,7 +457263,9 @@ t12 = ""; t11.push(new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t13, t3, t4, A.DecoratedFormField$(false, _null, false, false, _this._client_portal$_customMessageUnapprovedQuote, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t12, 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t7), _null, _null, false, _null, true, _null)], t7), _null, _null, _null)); t1 = A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._customHeaderController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$header(), 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._customFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$footer(), 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t7); - if (!A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").get$isHosted()) { + t3 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (!t3.get$isHosted()) { t3 = J.$index$asx(t9.$index(0, t10), "custom_css"); if (t3 == null) t3 = ""; @@ -443652,22 +457282,23 @@ call$0() { return this.$this._isSubdomainUnique = false; }, - $signature: 22 + $signature: 23 }; A._ClientPortalState__validateSubdomain_closure0.prototype = { call$0() { - var state, credentials, t3, + var credentials, t3, t1 = this.$this, subdomain = J.trim$0$s(t1._subdomainController._change_notifier$_value.text), t2 = t1._framework$_element; t2.toString; - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t2 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credentials = t2.get$credentials(t2); if (subdomain.length === 0) return; - t2 = state.userCompanyStates; - t3 = state.uiState.selectedCompanyIndex; - if (subdomain === t2._list[t3].userCompany.company.subdomain) { + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + if (subdomain === t3._list[t2].userCompany.company.subdomain) { t1.setState$1(new A._ClientPortalState__validateSubdomain__closure(t1)); return; } @@ -443681,13 +457312,13 @@ call$0() { return this.$this._isSubdomainUnique = true; }, - $signature: 22 + $signature: 23 }; A._ClientPortalState__validateSubdomain__closure0.prototype = { call$0() { return this.$this._isCheckingSubdomain = true; }, - $signature: 22 + $signature: 23 }; A._ClientPortalState__validateSubdomain__closure1.prototype = { call$1(data) { @@ -443721,9 +457352,8 @@ }; A._ClientPortalState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_client_portal$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_client_portal$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -443761,7 +457391,7 @@ b.get$_company_model$_$this()._subdomain = t1; return b; }, - $signature: 23 + $signature: 24 }; A._ClientPortalState__onChanged__closure0.prototype = { call$1(b) { @@ -443800,7 +457430,7 @@ call$1(context) { return this.$this._onSavePressed$1(context); }, - $signature: 30 + $signature: 31 }; A._ClientPortalState_build_closure.prototype = { call$1(value) { @@ -443814,7 +457444,7 @@ b.get$_company_model$_$this()._portalMode = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ClientPortalState_build_closure1.prototype = { call$1(value) { @@ -443834,7 +457464,7 @@ call$1(value) { return this.$this._validateSubdomain$0(); }, - $signature: 72 + $signature: 70 }; A._ClientPortalState_build_closure2.prototype = { call$1(val) { @@ -443846,7 +457476,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/docs/hosted-custom-domain", 0, null)); }, - $signature: 26 + $signature: 28 }; A._ClientPortalState_build_closure4.prototype = { call$0() { @@ -443906,7 +457536,7 @@ b.get$_company_model$_$this()._enableShopApi = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ClientPortalState_build_closure9.prototype = { call$0() { @@ -443927,7 +457557,7 @@ b.get$_company_model$_$this()._clientCanRegister = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ClientPortalState_build_closure11.prototype = { call$0() { @@ -443942,7 +457572,7 @@ var _this = this, _null = null; return A.SwitchListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, new A._ClientPortalState_build__closure6(_this.company, field, _this.viewModel), _null, _null, A.Text$(_this.localization.lookup$1(field.key), _null, _null, _null, _null, _null, _null, _null, _null, _null), field.required); }, - $signature: 2678 + $signature: 2719 }; A._ClientPortalState_build__closure6.prototype = { call$1(value) { @@ -443950,7 +457580,7 @@ t2 = this.field; this.viewModel.onCompanyChanged.call$1(t1.rebuild$1(new A._ClientPortalState_build___closure(B.JSArray_methods.indexOf$2(t1.clientRegistrationFields._list, t2, 0), t2))); }, - $signature: 21 + $signature: 22 }; A._ClientPortalState_build___closure.prototype = { call$1(b) { @@ -443960,19 +457590,19 @@ A.ArgumentError_checkNotNull(t2, "other"); t3._company_model$_$v = t2; new A._ClientPortalState_build____closure(t2).call$1(t3); - t2 = t3.build$0(0); + t2 = t3.build$0(); !$.$get$isSoundMode() && !t1.$ti._precomputed1._is(null); t1.get$_safeList()[this.index] = t2; return b; }, - $signature: 23 + $signature: 24 }; A._ClientPortalState_build____closure.prototype = { call$1(b) { b.get$_company_model$_$this()._required = !this.field.required; return b; }, - $signature: 2679 + $signature: 2720 }; A._ClientPortalState_build_closure13.prototype = { call$1(value) { @@ -444066,13 +457696,13 @@ $signature: 13 }; A.__ClientPortalState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -444081,7 +457711,7 @@ } }; A.ClientPortalScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ClientPortalScreen_build_closure(), A.client_portal_vm_ClientPortalVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ClientPortalVM); } @@ -444090,7 +457720,7 @@ call$2(context, viewModel) { return new A.ClientPortal(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2680 + $signature: 2721 }; A.ClientPortalVM.prototype = { get$company() { @@ -444099,15 +457729,19 @@ }; A.ClientPortalVM_fromStore_closure1.prototype = { call$1(settings) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 488 + $signature: 511 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.ClientPortalVM_fromStore_closure.prototype = { call$1(context) { @@ -444122,9 +457756,11 @@ }; A.ClientPortalVM_fromStore__closure.prototype = { call$0() { - var t2, t3, completer, t4, oldSubdomain, _this = this, + var settingsUIState, t3, completer, t4, oldSubdomain, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; @@ -444136,19 +457772,25 @@ t4 = settingsUIState.company; if (oldSubdomain !== t4.subdomain) completer.future.then$1$1(0, new A.ClientPortalVM_fromStore___closure(), t3); - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t4)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t4)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -444180,12 +457822,14 @@ t1.addListener$1(0, _this.get$_company_details$_onTabChanged()); }, _company_details$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._company_details$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, didChangeDependencies$0() { var settings, _this = this, @@ -444246,13 +457890,13 @@ B.JSArray_methods.forEach$1(_this._company_details$_controllers, new A._CompanyDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._company_details$_focusNode.dispose$0(0); + _this._company_details$_focusNode.dispose$0(); _this._company_details$_controller.removeListener$1(0, _this.get$_company_details$_onTabChanged()); - _this._company_details$_controller.dispose$0(0); + _this._company_details$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._company_details$_controllers, new A._CompanyDetailsState_dispose_closure(_this)); - _this.super$__CompanyDetailsState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__CompanyDetailsState_State_SingleTickerProviderStateMixin$dispose(); }, _onSettingsChanged$0() { var _this = this, @@ -444260,8 +457904,9 @@ if (!J.$eq$(settings, _this._widget.viewModel.settings)) _this._company_details$_debouncer.run$1(new A._CompanyDetailsState__onSettingsChanged_closure0(_this, settings)); }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, _this = this, _null = null, _s2_ = "en", + _s23_ = "mark_paid_payment_email", _s15_ = "use_quote_terms", _s20_ = "use_quote_terms_help", _s20_0 = "purchase_order_terms", @@ -444317,7 +457962,7 @@ t11 = A.AppDropdownButton$(_null, "", true, J.map$1$1$ax(t16.call$1(t17.sizeMap), new A._CompanyDetailsState_build_closure0(state), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, t14, new A._CompanyDetailsState_build_closure1(viewModel, company), _null, true, t11, type$.legacy_String); t17 = $.$get$memoizedIndustryList().call$1(t17.industryMap); t14 = t1.get$industry(); - t10.push(A.FormCard$(_null, A._setArrayType([t11, A.EntityDropdown$(true, false, false, company.industryId, t17, _null, B.EntityType_industry, B.List_empty0, t14, _null, _null, new A._CompanyDetailsState_build_closure2(viewModel, company), _null, _null, _null)], t15), _null, _null, false, _null, true, _null)); + t10.push(A.FormCard$(_null, A._setArrayType([t11, A.EntityDropdown$(true, false, false, company.industryId, t17, _null, B.EntityType_industry, B.List_empty1, t14, _null, _null, new A._CompanyDetailsState_build_closure2(viewModel, company), _null, _null, _null)], t15), _null, _null, false, _null, true, _null)); } t11 = t1.get$address1(); t14 = type$.JSArray_legacy_String; @@ -444334,7 +457979,7 @@ t21 = state.staticState; t20 = t20.call$1(t21.countryMap); t22 = t1.get$country(t1); - t22 = A._setArrayType([A.FormCard$(_null, A._setArrayType([t11, t16, t17, t18, t19, A.EntityDropdown$(true, false, false, settings.countryId, t20, _null, B.EntityType_country, B.List_empty0, t22, _null, _null, new A._CompanyDetailsState_build_closure3(viewModel, settings), _null, _null, _null)], t15), _null, _null, false, _null, true, _null)], t15); + t22 = A._setArrayType([A.FormCard$(_null, A._setArrayType([t11, t16, t17, t18, t19, A.EntityDropdown$(true, false, false, settings.countryId, t20, _null, B.EntityType_country, B.List_empty1, t22, _null, _null, new A._CompanyDetailsState_build_closure3(viewModel, settings), _null, _null, _null)], t15), _null, _null, false, _null, true, _null)], t15); t20 = A._setArrayType([new A.Builder(new A._CompanyDetailsState_build_closure4(settings, t1, viewModel), _null)], t15); t11 = settings.companyLogo; if ((t11 == null ? "" : t11).length !== 0) @@ -444346,7 +457991,7 @@ t16 = A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], t14), new A._CompanyDetailsState_build_closure5(t1), t17), true, t17._eval$1("ListIterable.E")), _null, t11, new A._CompanyDetailsState_build_closure6(viewModel, settings), _null, false, t16, t18); t21 = $.$get$memoizedPaymentTypeList().call$1(t21.paymentTypeMap); t11 = t1.get$paymentType(); - t11 = A._setArrayType([t16, A.EntityDropdown$(true, false, false, settings.defaultPaymentTypeId, t21, _null, B.EntityType_paymentType, B.List_empty0, t11, _null, _null, new A._CompanyDetailsState_build_closure7(viewModel, settings), _null, _null, _null)], t15); + t11 = A._setArrayType([t16, A.EntityDropdown$(true, false, false, settings.defaultPaymentTypeId, t21, _null, B.EntityType_paymentType, B.List_empty1, t11, _null, _null, new A._CompanyDetailsState_build_closure7(viewModel, settings), _null, _null, _null)], t15); if (company.isModuleEnabled$1(B.EntityType_invoice)) { t14 = t1.get$invoicePaymentTerms(); t16 = $.$get$memoizedDropdownPaymentTermList(); @@ -444378,31 +458023,36 @@ t2.push(new A.DesignPicker(new A._CompanyDetailsState_build_closure16(viewModel, settings), t1.get$purchaseOrder(), settings.defaultPurchaseOrderDesignId, _null)); t11.push(A.FormCard$(_null, t2, _null, _null, false, _null, false, _null)); } - t2 = settings.clientManualPaymentNotification; - t4 = J.$index$asx(t12.$index(0, t13), "manual_payment_email"); + t2 = settings.clientOnlinePaymentNotification; + t4 = J.$index$asx(t12.$index(0, t13), "online_payment_email"); if (t4 == null) t4 = ""; t2 = A.BoolDropdownButton$(_null, _null, t1.get$emailReceipt(), B.IconData_57898_MaterialIcons_null_false, t4, _null, new A._CompanyDetailsState_build_closure17(viewModel, settings), t2); - t4 = settings.clientOnlinePaymentNotification; - t14 = J.$index$asx(t12.$index(0, t13), "online_payment_email"); + t4 = settings.clientManualPaymentNotification; + t14 = J.$index$asx(t12.$index(0, t13), "manual_payment_email"); if (t14 == null) t14 = ""; t4 = A.BoolDropdownButton$(_null, _null, t1.get$emailReceipt(), B.IconData_57898_MaterialIcons_null_false, t14, _null, new A._CompanyDetailsState_build_closure18(viewModel, settings), t4); - t14 = company.useQuoteTermsOnConversion; - t16 = J.$index$asx(t12.$index(0, t13), _s15_); + t14 = settings.clientMarkPaidPaymentNotification; + t16 = J.$index$asx(t12.$index(0, t13), _s23_); if (t16 == null) - t16 = J.$index$asx(t12.$index(0, _s2_), _s15_); - t17 = J.$index$asx(t12.$index(0, t13), _s20_); + t16 = J.$index$asx(t12.$index(0, _s2_), _s23_); + t14 = A.BoolDropdownButton$(_null, _null, t1.get$emailReceipt(), B.IconData_57898_MaterialIcons_null_false, t16, _null, new A._CompanyDetailsState_build_closure19(viewModel, settings), t14); + t16 = company.useQuoteTermsOnConversion; + t17 = J.$index$asx(t12.$index(0, t13), _s15_); if (t17 == null) - t17 = J.$index$asx(t12.$index(0, _s2_), _s20_); - t11.push(A.FormCard$(_null, A._setArrayType([t2, t4, A.BoolDropdownButton$(_null, _null, t17, A.getEntityIcon(B.EntityType_quote), t16, _null, new A._CompanyDetailsState_build_closure19(viewModel, company), t14)], t15), _null, B.CrossAxisAlignment_3, false, _null, false, _null)); - t14 = A._setArrayType([], t15); + t17 = J.$index$asx(t12.$index(0, _s2_), _s15_); + t18 = J.$index$asx(t12.$index(0, t13), _s20_); + if (t18 == null) + t18 = J.$index$asx(t12.$index(0, _s2_), _s20_); + t11.push(A.FormCard$(_null, A._setArrayType([t2, t4, t14, A.BoolDropdownButton$(_null, _null, t18, A.getEntityIcon(B.EntityType_quote), t17, _null, new A._CompanyDetailsState_build_closure20(viewModel, company), t16)], t15), _null, B.CrossAxisAlignment_3, false, _null, false, _null)); + t16 = A._setArrayType([], t15); if (company.isModuleEnabled$1(B.EntityType_invoice)) - B.JSArray_methods.addAll$1(t14, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._invoiceTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$invoiceTerms(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._invoiceFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$invoiceFooter(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); + B.JSArray_methods.addAll$1(t16, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._invoiceTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$invoiceTerms(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._invoiceFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$invoiceFooter(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); if (company.isModuleEnabled$1(B.EntityType_quote)) - B.JSArray_methods.addAll$1(t14, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._quoteTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$quoteTerms(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._quoteFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$quoteFooter(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); + B.JSArray_methods.addAll$1(t16, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._quoteTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$quoteTerms(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._quoteFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$quoteFooter(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); if (company.isModuleEnabled$1(B.EntityType_credit)) - B.JSArray_methods.addAll$1(t14, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._creditTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$creditTerms(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._creditFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$creditFooter(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); + B.JSArray_methods.addAll$1(t16, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._creditTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$creditTerms(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._creditFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$creditFooter(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); if (company.isModuleEnabled$1(B.EntityType_purchaseOrder)) { t1 = J.$index$asx(t12.$index(0, t13), _s20_0); if (t1 == null) @@ -444410,13 +458060,13 @@ t1 = A.DecoratedFormField$(false, _null, false, false, _this._purchaseOrderTermsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1, 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null); t13 = J.$index$asx(t12.$index(0, t13), _s21_); t2 = t13 == null ? J.$index$asx(t12.$index(0, _s2_), _s21_) : t13; - B.JSArray_methods.addAll$1(t14, A._setArrayType([t1, A.DecoratedFormField$(false, _null, false, false, _this._purchaseOrderFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t2, 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); + B.JSArray_methods.addAll$1(t16, A._setArrayType([t1, A.DecoratedFormField$(false, _null, false, false, _this._purchaseOrderFooterController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t2, 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15)); } - t11.push(A.FormCard$(_null, t14, _null, _null, false, _null, true, _null)); + t11.push(A.FormCard$(_null, t16, _null, _null, false, _null, true, _null)); t1 = A._setArrayType([new A.ScrollableListView(t10, _null, _null, _null), new A.AutofillGroup(new A.ScrollableListView(t22, _null, _null, _null), _null), new A.Padding(B.EdgeInsets_20_0_20_0, new A.ScrollableListView(t20, _null, _null, _null), _null), new A.ScrollableListView(t11, _null, _null, _null)], t15); if (t3) { t2 = company.documents; - t1.push(new A.DocumentGrid(new A.CopyOnWriteList(true, t2._list, A._instanceType(t2)._eval$1("CopyOnWriteList<1>")), new A._CompanyDetailsState_build_closure20(viewModel, context), new A._CompanyDetailsState_build_closure21(viewModel, context), _null, _null)); + t1.push(new A.DocumentGrid(new A.CopyOnWriteList(true, t2._list, A._instanceType(t2)._eval$1("CopyOnWriteList<1>")), new A._CompanyDetailsState_build_closure21(viewModel, context), new A._CompanyDetailsState_build_closure22(viewModel, context), _null, _null)); } return A.EditScaffold$(_null, t7, new A.AppTabForm(_this._company_details$_focusNode, t8, t1, t9, _null, _null), _null, _null, _null, false, _null, _null, t6, _null, t5); } @@ -444435,9 +458085,8 @@ }; A._CompanyDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_onSettingsChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_onSettingsChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -444447,33 +458096,33 @@ t2 = J.trim$0$s(t1._company_details$_nameController._change_notifier$_value.text); b.get$_settings_model$_$this()._settings_model$_name = t2; t2 = J.trim$0$s(t1._idNumberController._change_notifier$_value.text); - b.get$_settings_model$_$this()._idNumber = t2; + b.get$_settings_model$_$this()._settings_model$_idNumber = t2; t2 = J.trim$0$s(t1._vatNumberController._change_notifier$_value.text); - b.get$_settings_model$_$this()._vatNumber = t2; + b.get$_settings_model$_$this()._settings_model$_vatNumber = t2; t2 = J.trim$0$s(t1._company_details$_phoneController._change_notifier$_value.text); - b.get$_settings_model$_$this()._phone = t2; + b.get$_settings_model$_$this()._settings_model$_phone = t2; t2 = J.trim$0$s(t1._company_details$_emailController._change_notifier$_value.text); - b.get$_settings_model$_$this()._email = t2; + b.get$_settings_model$_$this()._settings_model$_email = t2; t2 = J.trim$0$s(t1._websiteController._change_notifier$_value.text); - b.get$_settings_model$_$this()._website = t2; + b.get$_settings_model$_$this()._settings_model$_website = t2; t2 = J.trim$0$s(t1._address1Controller._change_notifier$_value.text); - b.get$_settings_model$_$this()._address1 = t2; + b.get$_settings_model$_$this()._settings_model$_address1 = t2; t2 = J.trim$0$s(t1._address2Controller._change_notifier$_value.text); - b.get$_settings_model$_$this()._address2 = t2; + b.get$_settings_model$_$this()._settings_model$_address2 = t2; t2 = J.trim$0$s(t1._cityController._change_notifier$_value.text); - b.get$_settings_model$_$this()._city = t2; + b.get$_settings_model$_$this()._settings_model$_city = t2; t2 = J.trim$0$s(t1._stateController._change_notifier$_value.text); b.get$_settings_model$_$this()._settings_model$_state = t2; t2 = J.trim$0$s(t1._postalCodeController._change_notifier$_value.text); - b.get$_settings_model$_$this()._postalCode = t2; + b.get$_settings_model$_$this()._settings_model$_postalCode = t2; t2 = J.trim$0$s(t1._company_details$_custom1Controller._change_notifier$_value.text); - b.get$_settings_model$_$this()._customValue1 = t2; + b.get$_settings_model$_$this()._settings_model$_customValue1 = t2; t2 = J.trim$0$s(t1._company_details$_custom2Controller._change_notifier$_value.text); - b.get$_settings_model$_$this()._customValue2 = t2; + b.get$_settings_model$_$this()._settings_model$_customValue2 = t2; t2 = J.trim$0$s(t1._company_details$_custom3Controller._change_notifier$_value.text); - b.get$_settings_model$_$this()._customValue3 = t2; + b.get$_settings_model$_$this()._settings_model$_customValue3 = t2; t2 = J.trim$0$s(t1._company_details$_custom4Controller._change_notifier$_value.text); - b.get$_settings_model$_$this()._customValue4 = t2; + b.get$_settings_model$_$this()._settings_model$_customValue4 = t2; t2 = J.trim$0$s(t1._invoiceFooterController._change_notifier$_value.text); b.get$_settings_model$_$this()._defaultInvoiceFooter = t2; t2 = J.trim$0$s(t1._invoiceTermsController._change_notifier$_value.text); @@ -444515,28 +458164,28 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CompanyDetailsState_build_closure1.prototype = { call$1(sizeId) { - return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure14(sizeId))); + return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure15(sizeId))); }, $signature: 12 }; - A._CompanyDetailsState_build__closure14.prototype = { + A._CompanyDetailsState_build__closure15.prototype = { call$1(b) { b.get$_company_model$_$this()._company_model$_sizeId = this.sizeId; return b; }, - $signature: 23 + $signature: 24 }; A._CompanyDetailsState_build_closure2.prototype = { call$1(industry) { - return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure13(industry))); + return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure14(industry))); }, - $signature: 64 + $signature: 63 }; - A._CompanyDetailsState_build__closure13.prototype = { + A._CompanyDetailsState_build__closure14.prototype = { call$1(b) { var t1 = this.industry; t1 = t1 == null ? null : t1.get$id(t1); @@ -444545,19 +458194,19 @@ b.get$_company_model$_$this()._company_model$_industryId = t1; return b; }, - $signature: 23 + $signature: 24 }; A._CompanyDetailsState_build_closure3.prototype = { call$1(country) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure12(country))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure13(country))); }, - $signature: 64 + $signature: 63 }; - A._CompanyDetailsState_build__closure12.prototype = { + A._CompanyDetailsState_build__closure13.prototype = { call$1(b) { var t1 = this.country; t1 = t1 == null ? null : t1.get$id(t1); - b.get$_settings_model$_$this()._countryId = t1; + b.get$_settings_model$_$this()._settings_model$_countryId = t1; return b; }, $signature: 13 @@ -444570,17 +458219,17 @@ t3 = _this.settings.companyLogo; if ((t3 == null ? "" : t3).length !== 0) { t3 = _this.localization; - B.JSArray_methods.addAll$1(t2, A._setArrayType([A.Expanded$(new A.AppButton(B.MaterialAccentColor_Map_iTECn_4294922834, B.IconData_57785_MaterialIcons_null_false, t3.get$$delete(t3), new A._CompanyDetailsState_build__closure10(context, _this.viewModel), 1 / 0, _null), 1), new A.SizedBox(20, _null, _null, _null)], t1)); + B.JSArray_methods.addAll$1(t2, A._setArrayType([A.Expanded$(new A.AppButton(B.MaterialAccentColor_Map_iTECn_4294922834, B.IconData_57785_MaterialIcons_null_false, t3.get$$delete(t3), new A._CompanyDetailsState_build__closure11(context, _this.viewModel), 1 / 0, _null), 1), new A.SizedBox(20, _null, _null, _null)], t1)); } t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode), "upload_logo"); if (t1 == null) t1 = ""; - t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, t1, new A._CompanyDetailsState_build__closure11(_this.viewModel), 1 / 0, _null), 1)); + t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, t1, new A._CompanyDetailsState_build__closure12(_this.viewModel), 1 / 0, _null), 1)); return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 2682 + $signature: 2723 }; - A._CompanyDetailsState_build__closure10.prototype = { + A._CompanyDetailsState_build__closure11.prototype = { call$0() { var t1 = this.context; A.confirmCallback(false, new A._CompanyDetailsState_build___closure(this.viewModel, t1), t1, null, false, null); @@ -444593,7 +458242,7 @@ }, $signature: 5 }; - A._CompanyDetailsState_build__closure11.prototype = { + A._CompanyDetailsState_build__closure12.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), @@ -444621,15 +458270,15 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._CompanyDetailsState_build_closure6.prototype = { call$1(value) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure9(value))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure10(value))); }, $signature: 12 }; - A._CompanyDetailsState_build__closure9.prototype = { + A._CompanyDetailsState_build__closure10.prototype = { call$1(b) { b.get$_settings_model$_$this()._autoBill = this.value; return b; @@ -444641,15 +458290,15 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CompanyDetailsState_build_closure7.prototype = { call$1(paymentType) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure8(paymentType))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure9(paymentType))); }, - $signature: 64 + $signature: 63 }; - A._CompanyDetailsState_build__closure8.prototype = { + A._CompanyDetailsState_build__closure9.prototype = { call$1(b) { var t1 = this.paymentType; t1 = t1 == null ? null : t1.get$id(t1); @@ -444667,15 +458316,15 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CompanyDetailsState_build_closure9.prototype = { call$1(numDays) { - this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure7(numDays))); + this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure8(numDays))); }, $signature: 6 }; - A._CompanyDetailsState_build__closure7.prototype = { + A._CompanyDetailsState_build__closure8.prototype = { call$1(b) { var t1 = this.numDays; t1 = t1 == null ? null : A.S(t1); @@ -444693,15 +458342,15 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._CompanyDetailsState_build_closure11.prototype = { call$1(numDays) { - this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure6(numDays))); + this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure7(numDays))); }, $signature: 6 }; - A._CompanyDetailsState_build__closure6.prototype = { + A._CompanyDetailsState_build__closure7.prototype = { call$1(b) { var t1 = this.numDays; t1 = t1 == null ? null : A.S(t1); @@ -444718,11 +458367,11 @@ }; A._CompanyDetailsState_build_closure13.prototype = { call$1(value) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure5(value))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure6(value))); }, - $signature: 235 + $signature: 283 }; - A._CompanyDetailsState_build__closure5.prototype = { + A._CompanyDetailsState_build__closure6.prototype = { call$1(b) { var t1 = this.value.id; b.get$_settings_model$_$this()._defaultInvoiceDesignId = t1; @@ -444732,11 +458381,11 @@ }; A._CompanyDetailsState_build_closure14.prototype = { call$1(value) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure4(value))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure5(value))); }, - $signature: 235 + $signature: 283 }; - A._CompanyDetailsState_build__closure4.prototype = { + A._CompanyDetailsState_build__closure5.prototype = { call$1(b) { var t1 = this.value.id; b.get$_settings_model$_$this()._defaultQuoteDesignId = t1; @@ -444746,11 +458395,11 @@ }; A._CompanyDetailsState_build_closure15.prototype = { call$1(value) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure4(value))); }, - $signature: 235 + $signature: 283 }; - A._CompanyDetailsState_build__closure3.prototype = { + A._CompanyDetailsState_build__closure4.prototype = { call$1(b) { var t1 = this.value.id; b.get$_settings_model$_$this()._defaultCreditDesignId = t1; @@ -444760,11 +458409,11 @@ }; A._CompanyDetailsState_build_closure16.prototype = { call$1(value) { - return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 235 + $signature: 283 }; - A._CompanyDetailsState_build__closure2.prototype = { + A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { var t1 = this.value.id; b.get$_settings_model$_$this()._defaultPurchaseOrderDesignId = t1; @@ -444773,6 +458422,19 @@ $signature: 13 }; A._CompanyDetailsState_build_closure17.prototype = { + call$1(value) { + return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); + }, + $signature: 11 + }; + A._CompanyDetailsState_build__closure2.prototype = { + call$1(b) { + b.get$_settings_model$_$this()._clientOnlinePaymentNotification = this.value; + return b; + }, + $signature: 13 + }; + A._CompanyDetailsState_build_closure18.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, @@ -444785,7 +458447,7 @@ }, $signature: 13 }; - A._CompanyDetailsState_build_closure18.prototype = { + A._CompanyDetailsState_build_closure19.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, @@ -444793,12 +458455,12 @@ }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { - b.get$_settings_model$_$this()._clientOnlinePaymentNotification = this.value; + b.get$_settings_model$_$this()._clientMarkPaidPaymentNotification = this.value; return b; }, $signature: 13 }; - A._CompanyDetailsState_build_closure19.prototype = { + A._CompanyDetailsState_build_closure20.prototype = { call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure(value))); }, @@ -444809,28 +458471,28 @@ b.get$_company_model$_$this()._useQuoteTermsOnConversion = this.value; return b; }, - $signature: 23 + $signature: 24 }; - A._CompanyDetailsState_build_closure20.prototype = { + A._CompanyDetailsState_build_closure21.prototype = { call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; - A._CompanyDetailsState_build_closure21.prototype = { + A._CompanyDetailsState_build_closure22.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -444839,7 +458501,7 @@ } }; A.CompanyDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CompanyDetailsScreen_build_closure(), A.company_details_vm_CompanyDetailsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CompanyDetailsVM); } @@ -444848,7 +458510,7 @@ call$2(context, viewModel) { return new A.CompanyDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2683 + $signature: 2724 }; A.CompanyDetailsVM.prototype = { get$company() { @@ -444857,35 +458519,45 @@ }; A.CompanyDetailsVM_fromStore_closure.prototype = { call$1(settings) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 488 + $signature: 511 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.CompanyDetailsVM_fromStore_closure3.prototype = { call$1(context) { - var completer, t1, _this = this, + var completer, t1, t2, _this = this, settingsUIState = _this.state.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$deletedLogo(), false, type$.Null); t1 = settingsUIState.company.rebuild$1(new A.CompanyDetailsVM_fromStore__closure2()); - _this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveCompanyRequest(completer, t1)); break; case B.EntityType_group: completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$deletedLogo(), false, type$.legacy_GroupEntity); t1 = settingsUIState.group.rebuild$1(new A.CompanyDetailsVM_fromStore__closure3()); - _this.store.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveGroupRequest(completer, t1)); break; case B.EntityType_client: completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$deletedLogo(), false, type$.legacy_ClientEntity); t1 = settingsUIState.client.rebuild$1(new A.CompanyDetailsVM_fromStore__closure4()); - _this.store.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveClientRequest(completer, t1)); break; } }, @@ -444896,14 +458568,14 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 23 + $signature: 24 }; A.CompanyDetailsVM_fromStore__closure3.prototype = { call$1(b) { b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 416 + $signature: 398 }; A.CompanyDetailsVM_fromStore__closure4.prototype = { call$1(b) { @@ -444925,10 +458597,12 @@ }; A.CompanyDetailsVM_fromStore__closure5.prototype = { call$0() { - var completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState, - t2 = settingsUIState.entityType; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; + t2 = settingsUIState.entityType; if (t2 === B.EntityType_company && settingsUIState.company.settings.countryId == null) { t1 = _this.context; t2 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -444942,19 +458616,25 @@ t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -444970,36 +458650,44 @@ if (t1 == null) t1 = ""; completer = A.snackBarCompleter(context, t1, false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.UploadLogoRequest(completer, multipartFile, type)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UploadLogoRequest(completer, multipartFile, type)); }, - $signature: 67 + $signature: 68 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { var _null = null, t1 = this.state, - t2 = t1.uiState.selectedCompanyIndex, - t3 = this.store; - if (t1.userCompanyStates._list[t2].paymentTermState.list._list.length === 0) - t3.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "payment_term/edit", false, _null)); - else - t3.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "payment_terms", false, _null)); + t2 = t1.uiState.selectedCompanyIndex; + t2 = t1.userCompanyStates._list[t2].paymentTermState.list._list.length; + t1 = this.store.__Store__dispatchers_F; + if (t2 === 0) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "payment_term/edit", false, _null)); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "payment_terms", false, _null)); + } }, $signature: 14 }; A.CompanyDetailsVM_fromStore_closure5.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.CompanyDetailsVM_fromStore__closure1.prototype = { call$1(error) { @@ -445011,7 +458699,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.CompanyDetailsVM_fromStore_closure6.prototype = { call$4(context, $document, password, idToken) { @@ -445020,15 +458708,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.CompanyDetailsVM_fromStore__closure(t2), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 71 }; @@ -445042,11 +458734,11 @@ this.super$State$initState(); this._credit_cards_and_banks$_controller = A.TabController$(null, 0, 3, this); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._credit_cards_and_banks$_controller.dispose$0(0); + _this._credit_cards_and_banks$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._credit_cards_and_banks$_controllers, new A._CreditCardsAndBanksState_dispose_closure(_this)); - _this.super$__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { var _this = this, @@ -445058,7 +458750,7 @@ }, _credit_cards_and_banks$_onChanged$0() { }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t1.toString; @@ -445070,9 +458762,8 @@ }; A._CreditCardsAndBanksState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_credit_cards_and_banks$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_credit_cards_and_banks$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -445089,13 +458780,13 @@ $signature: 12 }; A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -445104,7 +458795,7 @@ } }; A.CreditCardsAndBanksScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CreditCardsAndBanksScreen_build_closure(), A.credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CreditCardsAndBanksVM); } @@ -445113,7 +458804,7 @@ call$2(context, viewModel) { return new A.CreditCardsAndBanks(null); }, - $signature: 2684 + $signature: 2725 }; A.CreditCardsAndBanksVM.prototype = {}; A.CustomFields.prototype = { @@ -445136,21 +458827,23 @@ t1.addListener$1(0, _this.get$_custom_fields$_onTabChanged()); }, _custom_fields$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._custom_fields$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._custom_fields$_focusNode.dispose$0(0); + _this._custom_fields$_focusNode.dispose$0(); _this._custom_fields$_controller.removeListener$1(0, _this.get$_custom_fields$_onTabChanged()); - _this._custom_fields$_controller.dispose$0(0); - _this.super$__CustomFieldsState_State_SingleTickerProviderStateMixin$dispose(0); + _this._custom_fields$_controller.dispose$0(); + _this.super$__CustomFieldsState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -445213,10 +458906,10 @@ if (t2._list[t1].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 222 + $signature: 209 }; A.CustomFieldsSettings.prototype = { - build$1(_, context) { + build$1(context) { var t3, t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), company = _this.viewModel.company, @@ -445242,7 +458935,7 @@ b.get$customFields().$indexSet(0, this.$this.fieldType + "1", this.value); return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure0.prototype = { call$1(value) { @@ -445255,7 +458948,7 @@ b.get$_company_model$_$this()._enableCustomSurchargeTaxes1 = this.value; return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure1.prototype = { call$1(value) { @@ -445269,7 +458962,7 @@ b.get$customFields().$indexSet(0, this.$this.fieldType + "2", this.value); return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure2.prototype = { call$1(value) { @@ -445282,7 +458975,7 @@ b.get$_company_model$_$this()._enableCustomSurchargeTaxes2 = this.value; return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure3.prototype = { call$1(value) { @@ -445296,7 +458989,7 @@ b.get$customFields().$indexSet(0, this.$this.fieldType + "3", this.value); return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure4.prototype = { call$1(value) { @@ -445309,7 +459002,7 @@ b.get$_company_model$_$this()._enableCustomSurchargeTaxes3 = this.value; return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure5.prototype = { call$1(value) { @@ -445323,7 +459016,7 @@ b.get$customFields().$indexSet(0, this.$this.fieldType + "4", this.value); return b; }, - $signature: 23 + $signature: 24 }; A.CustomFieldsSettings_build_closure6.prototype = { call$1(value) { @@ -445336,7 +459029,7 @@ b.get$_company_model$_$this()._enableCustomSurchargeTaxes4 = this.value; return b; }, - $signature: 23 + $signature: 24 }; A.CustomFormField.prototype = { createState$0() { @@ -445354,9 +459047,9 @@ } }; A._CustomFormFieldState.prototype = { - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._custom_fields$_controllers, new A._CustomFormFieldState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var parts, _this = this, @@ -445412,7 +459105,7 @@ value = value + "|" + new A.MappedListIterable(A._setArrayType(_this._optionsController._change_notifier$_value.text.split(","), type$.JSArray_String), new A._CustomFormFieldState__onChanged_closure(), type$.MappedListIterable_of_String_and_legacy_String).join$1(0, ","); _this._widget.onChanged$1(value); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, _s16_ = "single_line_text", _s15_ = "multi_line_text", @@ -445426,7 +459119,7 @@ t4 = A.Checkbox$(t4.secondary, false, _null, _null, new A._CustomFormFieldState_build_closure(), _null, _null, false, t5); t1.toString; t5 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "charge_taxes"); - B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.InkWell$(false, _null, true, A.Row$(A._setArrayType([new A.IgnorePointer(true, _null, t4, _null), A.Text$(t5 == null ? "" : t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(16, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._CustomFormFieldState_build_closure0(_this), _null, _null, _null, _null, _null, _null)], t2)); + B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.InkWell$(false, _null, true, A.Row$(A._setArrayType([new A.IgnorePointer(true, _null, t4, _null), A.Text$(t5 == null ? "" : t5, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(16, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._CustomFormFieldState_build_closure0(_this), _null, _null, _null, _null, _null, _null, _null)], t2)); } else { t1.toString; t4 = $.$get$LocalizationsProvider__localizedValues(); @@ -445456,9 +459149,8 @@ }; A._CustomFormFieldState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_custom_fields$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_custom_fields$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -445484,7 +459176,7 @@ call$1(value) { return null; }, - $signature: 21 + $signature: 22 }; A._CustomFormFieldState_build_closure0.prototype = { call$0() { @@ -445512,13 +459204,13 @@ $signature: 1 }; A.__CustomFieldsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -445527,7 +459219,7 @@ } }; A.CustomFieldsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.CustomFieldsScreen_build_closure(), A.custom_fields_vm_CustomFieldsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_CustomFieldsVM); } @@ -445536,7 +459228,7 @@ call$2(context, viewModel) { return new A.CustomFields(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2685 + $signature: 2726 }; A.CustomFieldsVM.prototype = { get$company() { @@ -445545,9 +459237,11 @@ }; A.CustomFieldsVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.CustomFieldsVM_fromStore_closure.prototype = { call$1(context) { @@ -445562,27 +459256,35 @@ }; A.CustomFieldsVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -445594,9 +459296,9 @@ } }; A._DataVisualizationsState.prototype = { - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._data_visualizations$_controllers, new A._DataVisualizationsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var _this = this, @@ -445608,7 +459310,7 @@ }, _data_visualizations$_onChanged$0() { }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t1.toString; @@ -445620,9 +459322,8 @@ }; A._DataVisualizationsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_data_visualizations$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_data_visualizations$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -445639,7 +459340,7 @@ $signature: 12 }; A.DataVisualizationsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DataVisualizationsScreen_build_closure(), A.data_visualizations_vm_DataVisualizationsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DataVisualizationsVM); } @@ -445648,7 +459349,7 @@ call$2(context, viewModel) { return new A.DataVisualizations(null); }, - $signature: 2686 + $signature: 2727 }; A.DataVisualizationsVM.prototype = {}; A.DeviceSettings.prototype = { @@ -445667,21 +459368,23 @@ t1.addListener$1(0, _this.get$_device_settings$_onTabChanged()); }, _device_settings$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._device_settings$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._device_settings$_controller.removeListener$1(0, _this.get$_device_settings$_onTabChanged()); - _this._device_settings$_controller.dispose$0(0); - _this._device_settings$_focusNode.dispose$0(0); - _this.super$__DeviceSettingsState_State_SingleTickerProviderStateMixin$dispose(0); + _this._device_settings$_controller.dispose$0(); + _this._device_settings$_focusNode.dispose$0(); + _this.super$__DeviceSettingsState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, _s14_ = "click_selected", _s2_ = "en", @@ -445857,7 +459560,7 @@ t13 = J.$index$asx(t3.$index(0, t4), _s8_); t9 = A._setArrayType([A.AppDropdownButton$(_null, "", true, A._setArrayType([t10, A.DropdownMenuItem$(A.Text$(t13 == null ? J.$index$asx(t3.$index(0, _s2_), _s8_) : t13, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s8_, t12)], type$.JSArray_legacy_DropdownMenuItem_legacy_String), _null, t9, new A._DeviceSettingsState_build_closure18(viewModel, context, prefState, state), _null, false, "", t12)], t7); t10 = type$.MappedListIterable_of_legacy_String_and_legacy_FormColorPicker; - B.JSArray_methods.addAll$1(t9, A.List_List$of(new A.MappedListIterable(B.List_soA, new A._DeviceSettingsState_build_closure19(t1, prefState, viewModel, context), t10), true, t10._eval$1("ListIterable.E"))); + B.JSArray_methods.addAll$1(t9, A.List_List$of(new A.MappedListIterable(B.List_soA1, new A._DeviceSettingsState_build_closure19(t1, prefState, viewModel, context), t10), true, t10._eval$1("ListIterable.E"))); t9.push(new A.SizedBox(_null, 20, _null, _null)); t4 = J.$index$asx(t3.$index(0, t4), _s13_); t3 = t4 == null ? J.$index$asx(t3.$index(0, _s2_), _s13_) : t4; @@ -445870,39 +459573,39 @@ var t1 = value ? B.AppLayout_mobile : B.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 21 + $signature: 22 }; 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: 21 + $signature: 22 }; 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: 21 + $signature: 22 }; A._DeviceSettingsState_build_closure2.prototype = { call$1(value) { this.viewModel.onTapSelectedChanged.call$2(this.context, value); }, - $signature: 21 + $signature: 22 }; A._DeviceSettingsState_build_closure3.prototype = { call$1(value) { this.viewModel.onEditAfterSavingChanged.call$2(this.context, value); }, - $signature: 21 + $signature: 22 }; A._DeviceSettingsState_build_closure4.prototype = { call$1(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, !value); }, - $signature: 21 + $signature: 22 }; A._DeviceSettingsState_build_closure5.prototype = { call$1(value) { @@ -445925,7 +459628,7 @@ } else return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 2687 + $signature: 2728 }; A._DeviceSettingsState_build__closure7.prototype = { call$1(value) { @@ -445975,7 +459678,7 @@ t1 = this.localization; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58644_MaterialIcons_null_false, _null, _null), _null, new A._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, new A.LiveText(_null, new A._DeviceSettingsState_build__closure6(this.state, t1), _null, _null), _null, A.Text$(t1.get$refreshData(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null); }, - $signature: 2688 + $signature: 2729 }; A._DeviceSettingsState_build__closure6.prototype = { call$0() { @@ -445986,7 +459689,7 @@ return ""; return J.$add$ansx(this.localization.get$lastUpdated(), ": ") + A.format(A.convertTimestampToDate(B.JSNumber_methods.round$0(t3[t2].lastUpdated / 1000)), A.localeSelector(t1, true)); }, - $signature: 131 + $signature: 128 }; A._DeviceSettingsState_build__closure5.prototype = { call$0() { @@ -446018,7 +459721,7 @@ var _null = null; return A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, key, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._DeviceSettingsState_build_closure17.prototype = { call$1(value) { @@ -446042,7 +459745,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 215 + $signature: 205 }; A._DeviceSettingsState_build__closure3.prototype = { call$1(b) { @@ -446050,7 +459753,7 @@ t2 = type$.legacy_String; return b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#2F2E2E", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#454544", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", t1], t2, t2)); }, - $signature: 2689 + $signature: 2730 }; A._DeviceSettingsState_build_closure19.prototype = { call$1(selector) { @@ -446059,7 +459762,7 @@ t2 = _this.prefState; return A.FormColorPicker$(t2.customColors._map$_map.$index(0, selector), t1, new A._DeviceSettingsState_build__closure1(_this.viewModel, _this.context, t2, selector)); }, - $signature: 2690 + $signature: 2731 }; A._DeviceSettingsState_build__closure1.prototype = { call$1(value) { @@ -446076,12 +459779,12 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 742 + $signature: 757 }; A._DeviceSettingsState_build_closure20.prototype = { call$0() { var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_String, - colors = A.List_List$of(new A.MappedListIterable(B.List_soA, new A._DeviceSettingsState_build__closure0(this.prefState), t1), true, t1._eval$1("ListIterable.E")); + colors = A.List_List$of(new A.MappedListIterable(B.List_soA1, new A._DeviceSettingsState_build__closure0(this.prefState), t1), true, t1._eval$1("ListIterable.E")); A.Clipboard_setData(new A.ClipboardData(B.JSArray_methods.join$1(colors, ","))); A.showToast(B.JSString_methods.replaceFirst$2(this.localization.get$copiedToClipboard(), ":value", B.JSArray_methods.join$1(colors, ","))); }, @@ -446105,7 +459808,7 @@ }; A._DeviceSettingsState_build__closure.prototype = { call$1(value) { - var i, t1, t2, t3, + var i, t1, t2, t3, t4, colors = A._setArrayType(value.split(","), type$.JSArray_String), customColors = this.prefState.customColors; for (i = 0; i < colors.length; ++i) { @@ -446118,7 +459821,9 @@ new A._DeviceSettingsState_build___closure(i, colors).call$1(t3); customColors = t3._mapOwner; if (customColors == null) { - customColors = new A._BuiltMap(t2, A._lateReadCheck(t3.__MapBuilder__map, "_map"), t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("_BuiltMap<1,2>")); + t4 = t3.__MapBuilder__map_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + customColors = new A._BuiltMap(t2, t4, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("_BuiltMap<1,2>")); t3._mapOwner = customColors; } } @@ -446129,21 +459834,21 @@ A._DeviceSettingsState_build___closure.prototype = { call$1(b) { var t1 = this.i, - t2 = B.List_soA[t1]; + t2 = B.List_soA1[t1]; t1 = this.colors[t1]; b.$indexSet(0, t2, t1); return t1; }, - $signature: 742 + $signature: 757 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -446152,7 +459857,7 @@ } }; A.DeviceSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.DeviceSettingsScreen_build_closure(), A.device_settings_vm_DeviceSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_DeviceSettingsVM); } @@ -446161,14 +459866,14 @@ call$2(context, viewModel) { return new A.DeviceSettings(viewModel, null); }, - $signature: 2692 + $signature: 2733 }; A.DeviceSettingsVM.prototype = {}; A.DeviceSettingsVM_fromStore_closure.prototype = { call$1(context) { return A.showRefreshDataDialog(context, true); }, - $signature: 30 + $signature: 31 }; A.DeviceSettingsVM_fromStore_closure0.prototype = { call$1(context) { @@ -446181,7 +459886,9 @@ if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s18_); completer = A.snackBarCompleter(context, t1, false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.UserLogoutAll(completer)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UserLogoutAll(completer)); }, $signature: 14 }; @@ -446192,7 +459899,7 @@ $call$body$DeviceSettingsVM_fromStore_closure8(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1, t2, t3; + $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446200,12 +459907,13 @@ switch ($async$goto) { case 0: // Function start - t1 = $async$self.store; - t2 = value ? "dark" : "light"; - t3 = type$.legacy_String; - t2 = A.UpdateUserPreferences$(null, t2, value ? A.BuiltMap_BuiltMap(B.Map_empty0, t3, t3) : A.BuiltMap_BuiltMap(B.Map_soKdN, t3, t3), null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - t1.get$_dispatchers()[0].call$1(t2); - t1.get$_dispatchers()[0].call$1(new A.UpdatedSetting()); + t1 = value ? "dark" : "light"; + t2 = type$.legacy_String; + t1 = A.UpdateUserPreferences$(null, t1, value ? A.BuiltMap_BuiltMap(B.Map_empty0, t2, t2) : A.BuiltMap_BuiltMap(B.Map_soKdN, t2, t2), null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); + t2[0].call$1(new A.UpdatedSetting()); context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); // implicit return return A._asyncReturn(null, $async$completer); @@ -446213,7 +459921,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 217 + $signature: 229 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -446222,7 +459930,7 @@ $call$body$DeviceSettingsVM_fromStore_closure3(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1; + $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446231,14 +459939,16 @@ case 0: // Function start t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null); - $async$self.store.get$_dispatchers()[0].call$1(t1); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 217 + $signature: 229 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -446247,7 +459957,7 @@ $call$body$DeviceSettingsVM_fromStore_closure6(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t2, t1; + $async$returnValue, $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446256,13 +459966,17 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").prefState.menuSidebarMode === value) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.prefState.menuSidebarMode === value) { // goto return $async$goto = 1; break; } t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null); - t1.get$_dispatchers()[0].call$1(t2); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(t2); case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -446270,7 +459984,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 818 + $signature: 759 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -446279,7 +459993,7 @@ $call$body$DeviceSettingsVM_fromStore_closure5(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t2, t1; + $async$returnValue, $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446288,13 +460002,17 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").prefState.historySidebarMode === value) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.prefState.historySidebarMode === value) { // goto return $async$goto = 1; break; } t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - t1.get$_dispatchers()[0].call$1(t2); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(t2); case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -446302,7 +460020,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 818 + $signature: 759 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -446311,7 +460029,7 @@ $call$body$DeviceSettingsVM_fromStore_closure2(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1; + $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446320,14 +460038,16 @@ case 0: // Function start t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, value, null); - $async$self.store.get$_dispatchers()[0].call$1(t1); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 217 + $signature: 229 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { @@ -446344,10 +460064,11 @@ switch ($async$goto) { case 0: // Function start - t1 = $async$self.store; - t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - t1.get$_dispatchers()[0].call$1(t2); - t1.get$_dispatchers()[0].call$1(new A.UpdatedSetting()); + t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); + t2[0].call$1(new A.UpdatedSetting()); context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); // implicit return return A._asyncReturn(null, $async$completer); @@ -446355,47 +460076,57 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 217 + $signature: 229 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, - $signature: 233 + $signature: 216 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, - $signature: 233 + $signature: 216 }; A.DeviceSettingsVM_fromStore_closure17.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, - $signature: 2696 + $signature: 2737 }; A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, - $signature: 233 + $signature: 216 }; A.DeviceSettingsVM_fromStore_closure16.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, - $signature: 233 + $signature: 216 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -446404,7 +460135,7 @@ $call$body$DeviceSettingsVM_fromStore_closure4(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t2, t1; + $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446413,9 +460144,13 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").prefState.colorTheme !== value) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.prefState.colorTheme !== value) { t2 = A.UpdateUserPreferences$(null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - t1.get$_dispatchers()[0].call$1(t2); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(t2); } // implicit return return A._asyncReturn(null, $async$completer); @@ -446423,7 +460158,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2697 + $signature: 2738 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -446432,7 +460167,7 @@ $call$body$DeviceSettingsVM_fromStore_closure1(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1; + $async$self = this, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446441,14 +460176,16 @@ case 0: // Function start t1 = A.UpdateUserPreferences$(null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - $async$self.store.get$_dispatchers()[0].call$1(t1); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 217 + $signature: 229 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -446457,7 +460194,7 @@ $call$body$DeviceSettingsVM_fromStore_closure7(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t2, t1; + $async$returnValue, $async$self = this, t3, t1, t2; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -446466,13 +460203,17 @@ case 0: // Function start t1 = $async$self.store; - if (A._lateReadCheck(t1.__Store__state, "_state").prefState.appLayout === value) { + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.prefState.appLayout === value) { // goto return $async$goto = 1; break; } t2 = A.UpdateUserPreferences$(value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - t1.get$_dispatchers()[0].call$1(t2); + t3 = t1.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(t2); context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.DeviceSettingsVM_fromStore__closure(value, t1)); case 1: @@ -446482,17 +460223,20 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2698 + $signature: 2739 }; A.DeviceSettingsVM_fromStore__closure.prototype = { call$1(duration) { - var t1 = this.store; - if (this.value === B.AppLayout_mobile) - t1.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); - else - t1.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); + var t1 = this.store.__Store__dispatchers_F; + if (this.value === B.AppLayout_mobile) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewMainScreen()); + } }, - $signature: 36 + $signature: 37 }; A.DeviceSettingsVM_fromStore_closure10.prototype = { call$2(context, value) { @@ -446501,7 +460245,7 @@ $call$body$DeviceSettingsVM_fromStore_closure0(context, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, e, t1, exception, authenticated, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, e, t1, exception, t2, authenticated, $async$exception; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -446545,7 +460289,9 @@ // after finally if (authenticated) { t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null); - $async$self.store.get$_dispatchers()[0].call$1(t1); + t2 = $async$self.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); } // implicit return return A._asyncReturn(null, $async$completer); @@ -446556,13 +460302,13 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 217 + $signature: 229 }; A.DeviceSettingsVM_fromStore_closure18.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], exception, enable, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, exception, enable, $async$exception; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -446611,30 +460357,32 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 26 + $signature: 28 }; A.DeviceSettingsVM_fromStore_closure2.prototype = { call$2(context, customColors) { var _null = null, - t1 = this.store, - t2 = A.UpdateUserPreferences$(_null, _null, customColors, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t1.get$_dispatchers()[0].call$1(t2); - t1.get$_dispatchers()[0].call$1(new A.UpdatedSetting()); + t1 = A.UpdateUserPreferences$(_null, _null, customColors, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); + t2[0].call$1(new A.UpdatedSetting()); }, - $signature: 587 + $signature: 752 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { var _null = null, - t1 = this.store, - t2 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null); - t1.get$_dispatchers()[0].call$1(t2); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); if (value) - t1.get$_dispatchers()[0].call$1(new A.UserLoginSuccess()); + t2[0].call$1(new A.UserLoginSuccess()); else - t1.get$_dispatchers()[0].call$1(new A.ClearPersistedData()); + t2[0].call$1(new A.ClearPersistedData()); }, - $signature: 233 + $signature: 216 }; A.EmailSettings.prototype = { createState$0() { @@ -446647,11 +460395,11 @@ this.super$State$initState(); this._email_settings$_focusNode = A.FocusScopeNode$(true, null, false); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._email_settings$_focusNode.dispose$0(0); + _this._email_settings$_focusNode.dispose$0(); B.JSArray_methods.forEach$1(_this._email_settings$_controllers, new A._EmailSettingsState_dispose_closure(_this)); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, didChangeDependencies$0() { var settings, _this = this, @@ -446680,7 +460428,7 @@ if (!J.$eq$(settings, _this._widget.viewModel.settings)) _this._widget.viewModel.onSettingsChanged.call$1(settings); }, - build$1(_, context) { + build$1(context) { var gmailUserIds, microsoftUserIds, gmailSendingUserId, gmailSendingUserId0, disableSave, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _list, i, t16, _this = this, _null = null, _s14_ = "email_provider", _s2_ = "en", @@ -446790,9 +460538,8 @@ }; A._EmailSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_email_settings$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_email_settings$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -446842,8 +460589,10 @@ }; A._EmailSettingsState_build_closure0.prototype = { call$0() { - var _null = null; - A.StoreProvider_of(this.context, type$.legacy_AppState).get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, true, "user_details", false, _null)); + var _null = null, + t1 = A.StoreProvider_of(this.context, type$.legacy_AppState).__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, true, "user_details", false, _null)); }, $signature: 1 }; @@ -446865,12 +460614,14 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 39 + $signature: 40 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { - var _null = null; - A.StoreProvider_of(this.context, type$.legacy_AppState).get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, true, "user_details", false, _null)); + var _null = null, + t1 = A.StoreProvider_of(this.context, type$.legacy_AppState).__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, true, "user_details", false, _null)); }, $signature: 1 }; @@ -446892,7 +460643,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 39 + $signature: 40 }; A._EmailSettingsState_build_closure7.prototype = { call$1(value) { @@ -446922,7 +460673,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.legacy_int); }, - $signature: 174 + $signature: 180 }; A._EmailSettingsState_build_closure8.prototype = { call$1(value) { @@ -446977,7 +460728,7 @@ $signature: 13 }; A.EmailSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.EmailSettingsScreen_build_closure(), A.email_settings_vm_EmailSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_EmailSettingsVM); } @@ -446986,14 +460737,16 @@ call$2(context, viewModel) { return new A.EmailSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2699 + $signature: 2740 }; A.EmailSettingsVM.prototype = {}; A.EmailSettingsVM_fromStore_closure0.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -447008,10 +460761,12 @@ }; A.EmailSettingsVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, settings, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState, - settings = settingsUIState.get$settings(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; + settings = settingsUIState.get$settings(); if (settings.emailStyle === "custom" && !J.contains$1$asx(settings.emailStyleCustom, "$body")) { t1 = _this.context; t2 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -447025,19 +460780,25 @@ t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -447053,11 +460814,11 @@ this.super$State$initState(); this._expense_settings$_focusNode = A.FocusScopeNode$(true, null, false); }, - dispose$0(_) { - this._expense_settings$_focusNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._expense_settings$_focusNode.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -447113,7 +460874,7 @@ b.get$_company_model$_$this()._markExpensesInvoiceable = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ExpenseSettingsState_build_closure0.prototype = { call$1(value) { @@ -447126,7 +460887,7 @@ b.get$_company_model$_$this()._markExpensesPaid = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ExpenseSettingsState_build_closure1.prototype = { call$1(value) { @@ -447139,7 +460900,7 @@ b.get$_company_model$_$this()._invoiceExpenseDocuments = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ExpenseSettingsState_build_closure2.prototype = { call$1(value) { @@ -447152,7 +460913,7 @@ b.get$_company_model$_$this()._calculateExpenseTaxByAmount = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ExpenseSettingsState_build_closure3.prototype = { call$1(value) { @@ -447165,7 +460926,7 @@ b.get$_company_model$_$this()._expenseInclusiveTaxes = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ExpenseSettingsState_build_closure4.prototype = { call$0() { @@ -447174,7 +460935,7 @@ $signature: 10 }; A.ExpenseSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ExpenseSettingsScreen_build_closure(), A.expense_settings_vm_ExpenseSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ExpenseSettingsVM); } @@ -447183,7 +460944,7 @@ call$2(context, viewModel) { return new A.ExpenseSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2701 + $signature: 2742 }; A.ExpenseSettingsVM.prototype = { get$company() { @@ -447192,9 +460953,11 @@ }; A.ExpenseSettingsVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.ExpenseSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -447209,19 +460972,26 @@ }; A.ExpenseSettingsVM_fromStore__closure.prototype = { call$0() { - var t1 = this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState, - t2 = this.context, - completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); + var settingsUIState, completer, + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; + t2 = this.context; + completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); }, $signature: 1 }; A.ExpenseSettingsVM_fromStore_closure1.prototype = { call$1(context) { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "expense_category", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "expense_category", false, _null)); }, $signature: 14 }; @@ -447248,20 +461018,22 @@ t1.addListener$1(0, _this.get$_generated_numbers$_onTabChanged()); }, _generated_numbers$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._generated_numbers$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._generated_numbers$_focusNode.dispose$0(0); + _this._generated_numbers$_focusNode.dispose$0(); _this._generated_numbers$_controller.removeListener$1(0, _this.get$_generated_numbers$_onTabChanged()); - _this._generated_numbers$_controller.dispose$0(0); + _this._generated_numbers$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._generated_numbers$_controllers, new A._GeneratedNumbersState_dispose_closure(_this)); - _this.super$__GeneratedNumbersState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__GeneratedNumbersState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { var _this = this, @@ -447289,7 +461061,7 @@ } viewModel.onSavePressed.call$1(context); }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, t10, t11, _list, i, i0, t12, t13, t14, t15, t16, _this = this, _null = null, _s10_ = "when_saved", _s9_ = "when_sent", @@ -447411,13 +461183,12 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 222 + $signature: 209 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_generated_numbers$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_generated_numbers$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -447471,7 +461242,7 @@ t1 = ""; return new A.ErrorDialog(A.stringReplaceAllUnchecked(t1, ":", "$"), false, null); }, - $signature: 19 + $signature: 20 }; A._GeneratedNumbersState_build_closure0.prototype = { call$1(value) { @@ -447491,7 +461262,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: 174 + $signature: 180 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -447550,13 +461321,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: 492 + $signature: 513 }; A._GeneratedNumbersState_build_closure6.prototype = { call$2(value, _) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure11(value))); }, - $signature: 350 + $signature: 323 }; A._GeneratedNumbersState_build__closure11.prototype = { call$1(b) { @@ -447569,7 +461340,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -447583,7 +461354,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -447597,7 +461368,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -447611,7 +461382,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -447625,7 +461396,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -447639,7 +461410,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -447653,7 +461424,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -447667,7 +461438,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -447681,7 +461452,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -447695,7 +461466,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -447709,7 +461480,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -447723,7 +461494,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 115 + $signature: 120 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -447743,9 +461514,9 @@ } }; A._EntityNumberSettingsState.prototype = { - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._generated_numbers$_controllers, new A._EntityNumberSettingsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var _this = this, @@ -447763,7 +461534,7 @@ _generated_numbers$_onChanged$0() { this._generated_numbers$_debouncer.run$1(new A._EntityNumberSettingsState__onChanged_closure(this)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t1.toString; @@ -447786,9 +461557,8 @@ }; A._EntityNumberSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_generated_numbers$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_generated_numbers$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -447819,7 +461589,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://www.php.net/manual/en/datetime.format.php", 0, null)); }, - $signature: 26 + $signature: 28 }; A._EntityNumberSettingsState_build_closure0.prototype = { call$1(field) { @@ -447842,7 +461612,7 @@ $signature: 9 }; A.HelpPanel.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = type$.WhereIterable_legacy_String, t2 = t1._eval$1("MappedIterable"); @@ -447877,9 +461647,9 @@ A.HelpPanel_build_closure2.prototype = { call$1(field) { var _null = null; - return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_6_0_6, A.Text$(field, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.HelpPanel_build__closure(this.$this, field), _null, _null, _null, _null, _null, _null); + 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: 586 + $signature: 583 }; A.HelpPanel_build__closure.prototype = { call$0() { @@ -447888,13 +461658,13 @@ $signature: 10 }; A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -447903,7 +461673,7 @@ } }; A.GeneratedNumbersScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.GeneratedNumbersScreen_build_closure(), A.generated_numbers_vm_GeneratedNumbersVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_GeneratedNumbersVM); } @@ -447912,7 +461682,7 @@ call$2(context, viewModel) { return new A.GeneratedNumbers(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2704 + $signature: 2745 }; A.GeneratedNumbersVM.prototype = { get$company() { @@ -447921,9 +461691,11 @@ }; A.GeneratedNumbersVM_fromStore_closure0.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -447938,27 +461710,35 @@ }; A.GeneratedNumbersVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -447974,11 +461754,11 @@ this.super$State$initState(); this._import_export$_focusNode = A.FocusScopeNode$(true, null, false); }, - dispose$0(_) { - this._import_export$_focusNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._import_export$_focusNode.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, _s13_ = "export_format", _s11_ = "export_type", @@ -448034,26 +461814,26 @@ t1.add$1(0, A.LinkedHashSet_LinkedHashSet$_literal([A.showToast(this.localization.get$startedImport())], type$.legacy_ToastFuture)); return t1; }, - $signature: 2705 + $signature: 2746 }; A._ImportExportState_build__closure5.prototype = { call$0() { return this.$this._import_export$_response = this.response; }, - $signature: 2706 + $signature: 2747 }; A._ImportExportState_build_closure.prototype = { call$1(importType) { var t1 = this.$this; return t1.setState$1(new A._ImportExportState_build__closure6(t1, importType)); }, - $signature: 2707 + $signature: 2748 }; A._ImportExportState_build__closure6.prototype = { call$0() { return this.$this._importFormat = this.importType; }, - $signature: 2708 + $signature: 2749 }; A._ImportExportState_build_closure1.prototype = { call$0() { @@ -448086,7 +461866,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: 816 + $signature: 764 }; A._ImportExportState_build_closure5.prototype = { call$1(value) { @@ -448106,15 +461886,17 @@ 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_ExportType); }, - $signature: 2710 + $signature: 2751 }; A._ImportExportState_build_closure6.prototype = { call$0() { - var t1 = this.context, - state = A._lateReadCheck(A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state, "_state"), - credentials = state.get$credentials(state), - url = credentials.url, - t2 = this.$this; + var credentials, url, + t1 = this.context, + t2 = A.StoreProvider_of(t1, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credentials = t2.get$credentials(t2); + url = credentials.url; + t2 = this.$this; url = t2._exportFormat === B.ImportType_json ? url + "/export" : url + "/reports/" + A.S(t2._exportType); t2.setState$1(new A._ImportExportState_build__closure(t2)); new A.WebClient().post$3$data(url, credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["send_email", true, "report_keys", A._setArrayType([], type$.JSArray_legacy_String)], type$.legacy_String, type$.legacy_Object))).then$1$1(0, new A._ImportExportState_build__closure0(t2, t1, this.localization), type$.Null).catchError$1(new A._ImportExportState_build__closure1(t2, t1)); @@ -448125,7 +461907,7 @@ call$0() { return this.$this._isExporting = true; }, - $signature: 22 + $signature: 23 }; A._ImportExportState_build__closure0.prototype = { call$1(result) { @@ -448139,7 +461921,7 @@ call$0() { return this.$this._isExporting = false; }, - $signature: 22 + $signature: 23 }; A._ImportExportState_build__closure1.prototype = { call$1(error) { @@ -448153,7 +461935,7 @@ call$0() { return this.$this._isExporting = false; }, - $signature: 22 + $signature: 23 }; A._FileImport.prototype = { createState$0() { @@ -448168,7 +461950,7 @@ }; A._FileImportState.prototype = { uploadJsonFile$0() { - var t2, t3, state, credentials, url, _this = this, + var t2, t3, credentials, url, _this = this, _s17_ = "json_file_missing", _s19_ = "json_option_missing", t1 = _this._framework$_element; @@ -448194,8 +461976,9 @@ } t3 = _this._framework$_element; t3.toString; - state = A._lateReadCheck(A.StoreProvider_of(t3, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t3 = A.StoreProvider_of(t3, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + credentials = t3.get$credentials(t3); url = credentials.url + "/import_json?"; if (_this._importJsonSettings) url += "&import_settings=true"; @@ -448206,7 +461989,7 @@ new A.WebClient().post$3$multipartFiles(url, credentials.token, A.List_List$of(t2, true, A._instanceType(t2)._eval$1("Iterable.E"))).then$1$1(0, new A._FileImportState_uploadJsonFile_closure0(_this, t1), type$.Null).catchError$1(new A._FileImportState_uploadJsonFile_closure1(_this)); }, uploadFile$0() { - var t2, t3, t4, state, credentials, url, _this = this, + var t2, t3, t4, credentials, url, _this = this, t1 = _this._framework$_element; t1.toString; t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -448225,8 +462008,9 @@ } t2 = _this._framework$_element; t2.toString; - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t2 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credentials = t2.get$credentials(t2); t2 = credentials.url; url = _this._widget.importType === B.ImportType_csv ? t2 + "/preimport" : t2 + "/import"; _this.setState$1(new A._FileImportState_uploadFile_closure(_this)); @@ -448236,7 +462020,7 @@ t3 = type$.legacy_String; new A.WebClient().post$4$data$multipartFiles(url, credentials.token, A.LinkedHashMap_LinkedHashMap$_literal(["import_type", J.toString$0$(_this._widget.importType)], t3, t3), t2).then$1$1(0, new A._FileImportState_uploadFile_closure0(_this, t1), type$.Null).catchError$1(new A._FileImportState_uploadFile_closure1(_this)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, children, t8, multipartFile, t9, t10, t11, t12, _this = this, _null = null, _s13_ = "import_format", _s2_ = "en", @@ -448278,7 +462062,7 @@ t4 = J.$index$asx(t2.$index(0, t3), _s9_); if (t4 == null) t4 = J.$index$asx(t2.$index(0, _s2_), _s9_); - t4 = A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _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); + t4 = A.Text$(t4, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); t5 = A.Theme_of(context).colorScheme; t6 = J.$index$asx(t2.$index(0, t3), _s15_); t5 = A.SwitchListTile$(t5.secondary, _null, new A._FileImportState_build_closure2(_this), _null, _null, A.Text$(t6 == null ? J.$index$asx(t2.$index(0, _s2_), _s15_) : t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), _this._importJsonSettings); @@ -448299,7 +462083,7 @@ call$0() { return this.$this._import_export$_isLoading = true; }, - $signature: 22 + $signature: 23 }; A._FileImportState_uploadJsonFile_closure0.prototype = { call$1(result) { @@ -448315,7 +462099,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 812 + $signature: 765 }; A._FileImportState_uploadJsonFile_closure1.prototype = { call$1(error) { @@ -448331,13 +462115,13 @@ call$0() { return this.$this._import_export$_isLoading = false; }, - $signature: 22 + $signature: 23 }; A._FileImportState_uploadFile_closure.prototype = { call$0() { return this.$this._import_export$_isLoading = true; }, - $signature: 22 + $signature: 23 }; A._FileImportState_uploadFile_closure0.prototype = { call$1(result) { @@ -448359,7 +462143,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 812 + $signature: 765 }; A._FileImportState_uploadFile_closure1.prototype = { call$1(error) { @@ -448375,7 +462159,7 @@ call$0() { return this.$this._import_export$_isLoading = false; }, - $signature: 22 + $signature: 23 }; A._FileImportState_build_closure0.prototype = { call$1(value) { @@ -448388,7 +462172,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: 816 + $signature: 764 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -448423,7 +462207,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._FileImportState_build__closure1.prototype = { call$0() { @@ -448437,26 +462221,26 @@ var t1 = this.$this; return t1.setState$1(new A._FileImportState_build__closure0(t1, value)); }, - $signature: 41 + $signature: 43 }; A._FileImportState_build__closure0.prototype = { call$0() { return this.$this._importJsonSettings = this.value; }, - $signature: 22 + $signature: 23 }; A._FileImportState_build_closure3.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._FileImportState_build__closure(t1, value)); }, - $signature: 41 + $signature: 43 }; A._FileImportState_build__closure.prototype = { call$0() { return this.$this._importJsonData = this.value; }, - $signature: 22 + $signature: 23 }; A._FileImportState_build_closure4.prototype = { call$0() { @@ -448501,7 +462285,7 @@ } } }, - build$1(_, context) { + build$1(context) { var t4, children, t5, t6, t7, t8, t9, t10, t11, t0, t12, i, _this = this, _null = null, t1 = type$.legacy_AppLocalization, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), @@ -448570,7 +462354,7 @@ else t1.push(A.Row$(A._setArrayType([A.Expanded$(A.OutlinedButton$(A.Text$(t2.get$cancel(t2), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.__FileMapperState_build_closure1(_this), _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.OutlinedButton$(A.Text$(t2.get$$import(t2), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.__FileMapperState_build_closure2(_this, context, t2), _null), 1)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); B.JSArray_methods.addAll$1(children, t1); - return A.SingleChildScrollView$(new A.Padding(B.EdgeInsets_0_0_0_20, A.FormCard$(_null, children, _null, B.CrossAxisAlignment_0, false, _null, false, _null), _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); + return A.SingleChildScrollView$(new A.Padding(B.EdgeInsets_0_0_0_20, A.FormCard$(_null, children, _null, B.CrossAxisAlignment_0, false, _null, false, _null), _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); } }; A.__FileMapperState_build_closure.prototype = { @@ -448578,13 +462362,13 @@ var t1 = this.$this; return t1.setState$1(new A.__FileMapperState_build__closure3(t1, value)); }, - $signature: 41 + $signature: 43 }; A.__FileMapperState_build__closure3.prototype = { call$0() { return this.$this._useFirstRowAsHeaders = this.value; }, - $signature: 22 + $signature: 23 }; A.__FileMapperState_build_closure0.prototype = { call$1(value) { @@ -448614,13 +462398,14 @@ }; A.__FileMapperState_build_closure2.prototype = { call$0() { - var t2, state, credentials, t3, t4, convertedMapping, t5, t6, t7, t8, importRequest, + var t2, t3, credentials, t4, convertedMapping, t5, t6, t7, t8, importRequest, t1 = this.$this; if (!t1._widget.formKey.get$currentState().validate$0()) return; t2 = this.context; - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t3 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + credentials = t3.get$credentials(t3); t3 = type$.legacy_String; t4 = type$.legacy_ImportRequestMapping; convertedMapping = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4); @@ -448642,7 +462427,7 @@ call$0() { return this.$this._import_export$_isLoading = true; }, - $signature: 22 + $signature: 23 }; A.__FileMapperState_build__closure0.prototype = { call$1(result) { @@ -448657,7 +462442,7 @@ call$0() { return this.$this._import_export$_isLoading = false; }, - $signature: 22 + $signature: 23 }; A.__FileMapperState_build__closure1.prototype = { call$1(error) { @@ -448671,10 +462456,10 @@ call$0() { return this.$this._import_export$_isLoading = false; }, - $signature: 22 + $signature: 23 }; A._FieldMapper.prototype = { - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.available, @@ -448707,7 +462492,7 @@ t3 = this.localization; return J.compareTo$1$ns(t3.lookup$1(t1), t3.lookup$1(t2)); }, - $signature: 20 + $signature: 21 }; A._FieldMapper_build_closure1.prototype = { call$1(value) { @@ -448744,10 +462529,10 @@ fieldLabel = t1.lookup$1(A.stringReplaceAllUnchecked(t2, "_id", "")); return A.DropdownMenuItem$(A.Text$(A.S(t1.lookup$1(B.JSArray_methods.get$first(field.split(".")))) + " - " + A.S(fieldLabel), _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, field, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A.ImportExportScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ImportExportScreen_build_closure(), A.import_export_vm_ImportExportVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ImportExportVM); } @@ -448756,7 +462541,7 @@ call$2(context, viewModel) { return new A.ImportExport(null); }, - $signature: 2712 + $signature: 2753 }; A.ImportExportVM.prototype = {}; A.InvoiceDesign.prototype = { @@ -448779,21 +462564,23 @@ t1.addListener$1(0, _this.get$_invoice_design$_onTabChanged()); }, _invoice_design$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._invoice_design$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._invoice_design$_controller.removeListener$1(0, _this.get$_invoice_design$_onTabChanged()); - _this._invoice_design$_controller.dispose$0(0); - _this._invoice_design$_focusNode.dispose$0(0); - _this.super$__InvoiceDesignState_State_SingleTickerProviderStateMixin$dispose(0); + _this._invoice_design$_controller.dispose$0(); + _this._invoice_design$_focusNode.dispose$0(); + _this.super$__InvoiceDesignState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, _this = this, _null = null, _s14_ = "client_details", _s15_ = "company_address", @@ -448995,9 +462782,9 @@ t12.push(A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedListIterable(A._setArrayType([5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], type$.JSArray_legacy_int), new A._InvoiceDesignState_build_closure12(), t14), true, t14._eval$1("ListIterable.E")), _null, t2, new A._InvoiceDesignState_build_closure13(viewModel, settings), _null, false, t4, t16)); t12 = A.FormCard$(_null, t12, _null, B.CrossAxisAlignment_3, false, _null, false, _null); t4 = t1.get$primaryFont(); - t4 = A.EntityDropdown$(true, false, false, settings.primaryFont, _null, $.$get$memoizedFontMap().call$1($.kGoogleFonts), B.EntityType_font, B.List_empty0, t4, _null, _null, new A._InvoiceDesignState_build_closure14(viewModel, settings), _null, _null, _null); + t4 = A.EntityDropdown$(true, false, false, settings.primaryFont, _null, $.$get$memoizedFontMap().call$1($.kGoogleFonts), B.EntityType_font, B.List_empty1, t4, _null, _null, new A._InvoiceDesignState_build_closure14(viewModel, settings), _null, _null, _null); t2 = t1.get$secondaryFont(); - t2 = A.EntityDropdown$(true, false, false, settings.secondaryFont, _null, $.$get$memoizedFontMap().call$1($.kGoogleFonts), B.EntityType_font, B.List_empty0, t2, _null, _null, new A._InvoiceDesignState_build_closure15(viewModel, settings), _null, _null, _null); + t2 = A.EntityDropdown$(true, false, false, settings.secondaryFont, _null, $.$get$memoizedFontMap().call$1($.kGoogleFonts), B.EntityType_font, B.List_empty1, t2, _null, _null, new A._InvoiceDesignState_build_closure15(viewModel, settings), _null, _null, _null); t14 = t1.get$primaryColor(); t14 = A.FormColorPicker$(settings.primaryColor, t14, new A._InvoiceDesignState_build_closure16(viewModel, settings)); t15 = t1.get$secondaryColor(); @@ -449012,7 +462799,7 @@ t2 = J.$index$asx(t7.$index(0, _s2_), _s14_2); t14 = settings.pageNumbering; t17 = t1.get$show(t1); - t14 = A.BoolDropdownButton$(t1.get$hide(), t17, _null, B.IconData_984386_MaterialIcons_null_false, t2, _null, new A._InvoiceDesignState_build_closure19(viewModel, settings), t14 === true); + t14 = A.BoolDropdownButton$(t1.get$hide(), t17, _null, B.IconData_58041_MaterialIcons_null_false, t2, _null, new A._InvoiceDesignState_build_closure19(viewModel, settings), t14 === true); t2 = J.$index$asx(t7.$index(0, t8), _s24_); if (t2 == null) t2 = J.$index$asx(t7.$index(0, _s2_), _s24_); @@ -449141,7 +462928,7 @@ if (t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 222 + $signature: 209 }; A._InvoiceDesignState_build_closure62.prototype = { call$1(context) { @@ -449164,7 +462951,14 @@ var _null = null, t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; - return t1.userCompanyStates._list[t2].designState.get$customDesigns().length === 0 ? A.createEntity(_null, _null, this.context, A.DesignEntity_DesignEntity(_null, _null, t1), false) : this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "custom_designs", false, _null)); + if (t1.userCompanyStates._list[t2].designState.get$customDesigns().length === 0) + t1 = A.createEntity(_null, _null, this.context, A.DesignEntity_DesignEntity(_null, _null, t1), false); + else { + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "custom_designs", false, _null)); + } + return t1; }, $signature: 0 }; @@ -449174,7 +462968,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure19(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure20(value))); }, - $signature: 154 + $signature: 159 }; A._InvoiceDesignState_build__closure19.prototype = { call$0() { @@ -449195,13 +462989,13 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure18(t1, value)); }, - $signature: 41 + $signature: 43 }; A._InvoiceDesignState_build__closure18.prototype = { call$0() { return this.$this._updateAllInvoiceDesigns = this.value; }, - $signature: 22 + $signature: 23 }; A._InvoiceDesignState_build_closure1.prototype = { call$1(value) { @@ -449209,7 +463003,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure16(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure17(value))); }, - $signature: 154 + $signature: 159 }; A._InvoiceDesignState_build__closure16.prototype = { call$0() { @@ -449230,13 +463024,13 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure15(t1, value)); }, - $signature: 41 + $signature: 43 }; A._InvoiceDesignState_build__closure15.prototype = { call$0() { return this.$this._updateAllQuoteDesigns = this.value; }, - $signature: 22 + $signature: 23 }; A._InvoiceDesignState_build_closure3.prototype = { call$1(value) { @@ -449244,7 +463038,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure13(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure14(value))); }, - $signature: 154 + $signature: 159 }; A._InvoiceDesignState_build__closure13.prototype = { call$0() { @@ -449265,13 +463059,13 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure12(t1, value)); }, - $signature: 41 + $signature: 43 }; A._InvoiceDesignState_build__closure12.prototype = { call$0() { return this.$this._updateAllCreditDesigns = this.value; }, - $signature: 22 + $signature: 23 }; A._InvoiceDesignState_build_closure5.prototype = { call$1(value) { @@ -449279,7 +463073,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure10(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure11(value))); }, - $signature: 154 + $signature: 159 }; A._InvoiceDesignState_build__closure10.prototype = { call$0() { @@ -449300,20 +463094,22 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure9(t1, value)); }, - $signature: 41 + $signature: 43 }; A._InvoiceDesignState_build__closure9.prototype = { call$0() { return this.$this._updateAllPurchaseOrderDesigns = this.value; }, - $signature: 22 + $signature: 23 }; A._InvoiceDesignState_build_closure7.prototype = { call$0() { var t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; t2 = t1.userCompanyStates._list[t2].userCompany.company; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(t2, null, null, null, false, "company_details", false, 3)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(t2, null, null, null, false, "company_details", false, 3)); }, $signature: 1 }; @@ -449335,7 +463131,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageLayout, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._InvoiceDesignState_build_closure11.prototype = { call$1(value) { @@ -449355,7 +463151,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageSize, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._InvoiceDesignState_build_closure13.prototype = { call$1(value) { @@ -449378,13 +463174,13 @@ 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: 460 + $signature: 489 }; A._InvoiceDesignState_build_closure14.prototype = { call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure5(font))); }, - $signature: 64 + $signature: 63 }; A._InvoiceDesignState_build__closure5.prototype = { call$1(b) { @@ -449399,7 +463195,7 @@ call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure4(font))); }, - $signature: 64 + $signature: 63 }; A._InvoiceDesignState_build__closure4.prototype = { call$1(b) { @@ -449503,7 +463299,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure27.prototype = { call$1(field) { @@ -449521,7 +463317,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure30.prototype = { call$1(field) { @@ -449539,7 +463335,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure33.prototype = { call$1(field) { @@ -449563,7 +463359,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure37.prototype = { call$1(field) { @@ -449587,7 +463383,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure41.prototype = { call$1(field) { @@ -449611,7 +463407,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure45.prototype = { call$1(field) { @@ -449641,7 +463437,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure50.prototype = { call$1(field) { @@ -449659,7 +463455,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure53.prototype = { call$1(field) { @@ -449677,7 +463473,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure56.prototype = { call$1(field) { @@ -449695,7 +463491,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure59.prototype = { call$1(field) { @@ -449713,16 +463509,16 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 104 + $signature: 105 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -449731,7 +463527,7 @@ } }; A.InvoiceDesignScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.InvoiceDesignScreen_build_closure(), A.invoice_design_vm_InvoiceDesignVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_InvoiceDesignVM); } @@ -449740,7 +463536,7 @@ call$2(context, viewModel) { return new A.InvoiceDesign(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2713 + $signature: 2754 }; A.InvoiceDesignVM.prototype = { get$company() { @@ -449749,9 +463545,11 @@ }; A.InvoiceDesignVM_fromStore_closure.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -449762,13 +463560,15 @@ } new A.InvoiceDesignVM_fromStore__closure(this.store, context, this.state, entityTypes).call$0(); }, - $signature: 2714 + $signature: 2755 }; A.InvoiceDesignVM_fromStore__closure.prototype = { call$0() { - var t2, t3, completer, _this = this, + var settingsUIState, t3, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; @@ -449776,19 +463576,25 @@ completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, t3); completer.future.then$1$1(0, new A.InvoiceDesignVM_fromStore___closure(_this.state, t1, _this.entityTypes), t3); t3 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t3)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t3)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -449799,7 +463605,8 @@ var t2, t1 = this.state, credentials = t1.get$credentials(t1); - t1 = A._lateReadCheck(this.store.__Store__state, "_state"); + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; B.JSArray_methods.forEach$1(this.entityTypes, new A.InvoiceDesignVM_fromStore____closure(new A.WebClient(), credentials.url + "/designs/set/default", credentials, t2._list[t1].userCompany.company.settings)); @@ -449812,7 +463619,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: 222 + $signature: 209 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -449846,20 +463653,22 @@ t1.addListener$1(0, _this.get$_localization_settings$_onTabChanged()); }, _localization_settings$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._localization_settings$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._localization_settings$_controller.removeListener$1(0, _this.get$_localization_settings$_onTabChanged()); - _this._localization_settings$_controller.dispose$0(0); - _this._localization_settings$_focusNode.dispose$0(0); + _this._localization_settings$_controller.dispose$0(); + _this._localization_settings$_focusNode.dispose$0(); B.JSArray_methods.forEach$1(_this._localization_settings$_controllers, new A._LocalizationSettingsState_dispose_closure(_this)); - _this.super$__LocalizationSettingsState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__LocalizationSettingsState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { var _this = this, @@ -449871,7 +463680,7 @@ }, _localization_settings$_onChanged$0() { }, - build$1(_, context) { + build$1(context) { var t2, t3, customLabels, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _this = this, _null = null, _s13_ = "decimal_comma", _s26_ = "use_comma_as_decimal_place", @@ -449913,7 +463722,7 @@ t11 = t11.call$1(t12.currencyMap); t13 = t1.get$currency(); t14 = settings.currencyId; - t13 = A.EntityDropdown$(true, false, false, t14, t11, _null, B.EntityType_currency, B.List_empty0, t13, _null, _null, new A._LocalizationSettingsState_build_closure1(viewModel, settings), _null, _null, _null); + t13 = A.EntityDropdown$(true, false, false, t14, t11, _null, B.EntityType_currency, B.List_empty1, t13, _null, _null, new A._LocalizationSettingsState_build_closure1(viewModel, settings), _null, _null, _null); t11 = settings.showCurrencyCode; t15 = J.$index$asx(t3.$index(0, t2), "currency_format"); if (t15 == null) @@ -449933,14 +463742,14 @@ t13 = ""; t14 = $.$get$memoizedLanguageList().call$1(t12.languageMap); t15 = t1.get$language(t1); - t11.push(new A.LearnMoreUrl(A.EntityDropdown$(true, false, false, settings.languageId, t14, _null, B.EntityType_language, B.List_empty0, t15, _null, _null, new A._LocalizationSettingsState_build_closure3(viewModel, settings), _null, _null, _null), "https://www.transifex.com/invoice-ninja/invoice-ninja", t13, _null)); + t11.push(new A.LearnMoreUrl(A.EntityDropdown$(true, false, false, settings.languageId, t14, _null, B.EntityType_language, B.List_empty1, t15, _null, _null, new A._LocalizationSettingsState_build_closure3(viewModel, settings), _null, _null, _null), "https://www.transifex.com/invoice-ninja/invoice-ninja", t13, _null)); } t13 = $.$get$memoizedTimezoneList().call$1(t12.timezoneMap); t14 = t1.get$timezone(); - t11.push(A.EntityDropdown$(true, false, false, settings.timezoneId, t13, _null, B.EntityType_timezone, B.List_empty0, t14, _null, _null, new A._LocalizationSettingsState_build_closure4(viewModel, settings), _null, _null, _null)); + t11.push(A.EntityDropdown$(true, false, false, settings.timezoneId, t13, _null, B.EntityType_timezone, B.List_empty1, t14, _null, _null, new A._LocalizationSettingsState_build_closure4(viewModel, settings), _null, _null, _null)); t12 = $.$get$memoizedDateFormatList().call$1(t12.dateFormatMap); t14 = t1.get$dateFormat(); - t11.push(A.EntityDropdown$(true, false, false, settings.dateFormatId, t12, _null, B.EntityType_dateFormat, B.List_empty0, t14, _null, _null, new A._LocalizationSettingsState_build_closure5(viewModel, settings), _null, _null, _null)); + t11.push(A.EntityDropdown$(true, false, false, settings.dateFormatId, t12, _null, B.EntityType_dateFormat, B.List_empty1, t14, _null, _null, new A._LocalizationSettingsState_build_closure5(viewModel, settings), _null, _null, _null)); t14 = t1.get$militaryTime(); t12 = J.$index$asx(t3.$index(0, t2), "military_time_help"); if (t12 == null) @@ -449970,7 +463779,7 @@ t6 = A._arrayInstanceType(customLabels)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); t6 = A.List_List$of(new A.MappedListIterable(customLabels, new A._LocalizationSettingsState_build_closure10(t1), t6), true, t6._eval$1("ListIterable.E")); t2 = J.$index$asx(t3.$index(0, t2), "select_label"); - t2 = A._setArrayType([A.Row$(A._setArrayType([new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 24, false, false, 48, t6, new A._LocalizationSettingsState_build_closure11(viewModel, settings), _null, _null, _null, _null, type$.legacy_String), _null), new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.Wrap$(B.WrapAlignment_1, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$addCustom(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure12(context, viewModel, settings, t1), _null), A.TextButton$(false, A.Text$(t1.get$addCountry(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure13(context, state, viewModel, settings), _null)], t18), B.Clip_0, B.WrapCrossAlignment_0, 0), _null)], t18), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null), new A.SizedBox(_null, 16, _null, _null)], t18); + t2 = A._setArrayType([A.Row$(A._setArrayType([new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 24, false, false, 48, t6, new A._LocalizationSettingsState_build_closure11(viewModel, settings), _null, _null, _null, _null, type$.legacy_String), _null), new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.Wrap$(B.WrapAlignment_1, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$addCustom(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._LocalizationSettingsState_build_closure12(context, viewModel, settings, t1), _null), A.TextButton$(false, A.Text$(t1.get$addCountry(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._LocalizationSettingsState_build_closure13(context, state, viewModel, settings), _null)], t18), B.Clip_0, B.WrapCrossAlignment_0, 0), _null)], t18), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null), new A.SizedBox(_null, 16, _null, _null)], t18); for (t3 = translations.get$keys(translations), t6 = t3._map, t3 = A.LinkedHashMapKeyIterator$(t6, t6._modifications, A._instanceType(t3)._precomputed1), t6 = type$.ValueKey_legacy_String, t12 = translations._map$_map; t3.moveNext$0();) { t13 = t3.__js_helper$_current; t14 = J.startsWith$1$s(t13, "country_") ? t13.split("_")[1] : t1.lookup$1(t13); @@ -449984,9 +463793,8 @@ }; A._LocalizationSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_localization_settings$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_localization_settings$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -450014,13 +463822,13 @@ var t1 = this.localization; return J.compareTo$1$ns(t1.lookup$1(a), t1.lookup$1(b)); }, - $signature: 20 + $signature: 21 }; A._LocalizationSettingsState_build_closure1.prototype = { call$1(currency) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure13(currency))); }, - $signature: 64 + $signature: 63 }; A._LocalizationSettingsState_build__closure13.prototype = { call$1(b) { @@ -450048,7 +463856,7 @@ call$1(language) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure11(language))); }, - $signature: 64 + $signature: 63 }; A._LocalizationSettingsState_build__closure11.prototype = { call$1(b) { @@ -450063,7 +463871,7 @@ call$1(timezone) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure10(timezone))); }, - $signature: 64 + $signature: 63 }; A._LocalizationSettingsState_build__closure10.prototype = { call$1(b) { @@ -450078,7 +463886,7 @@ call$1(dateFormat) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure9(dateFormat))); }, - $signature: 64 + $signature: 63 }; A._LocalizationSettingsState_build__closure9.prototype = { call$1(b) { @@ -450106,14 +463914,14 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._LocalizationSettingsState_build__closure7(value))); }, - $signature: 21 + $signature: 22 }; A._LocalizationSettingsState_build__closure7.prototype = { call$1(b) { b.get$_company_model$_$this()._useCommaAsDecimalPlace = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._LocalizationSettingsState_build_closure9.prototype = { call$1(value) { @@ -450126,21 +463934,21 @@ b.get$_company_model$_$this()._firstMonthOfYear = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._LocalizationSettingsState_build_closure8.prototype = { call$2(id, month) { 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: 492 + $signature: 513 }; A._LocalizationSettingsState_build_closure10.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(value) { @@ -450164,7 +463972,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "labels"); if (t1 == null) t1 = ""; - A.fieldCallback(new A._LocalizationSettingsState_build__closure3(_this.viewModel, _this.settings), _this.context, t2, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build__closure4(), _null)], type$.JSArray_legacy_TextButton), t3); + A.fieldCallback(new A._LocalizationSettingsState_build__closure3(_this.viewModel, _this.settings), _this.context, t2, _null, A._setArrayType([A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._LocalizationSettingsState_build__closure4(), _null)], type$.JSArray_legacy_TextButton), t3); }, $signature: 1 }; @@ -450185,7 +463993,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php", 0, null)); }, - $signature: 26 + $signature: 28 }; A._LocalizationSettingsState_build_closure13.prototype = { call$0() { @@ -450212,13 +464020,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._LocalizationSettingsState_build__closure1.prototype = { call$1(context) { return new A._AddCompanyDialog(null); }, - $signature: 2715 + $signature: 2756 }; A._LocalizationSettingsState_build__closure2.prototype = { call$1(b) { @@ -450259,23 +464067,24 @@ } }; A._AddCompanyDialogState.prototype = { - build$1(_, context) { - var _null = null, + build$1(context) { + var t3, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = A.Text$(t1.get$addCountry(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._AddCompanyDialogState_build_closure(context), _null), A.TextButton$(false, A.Text$(t1.get$submit(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._AddCompanyDialogState_build_closure0(this, context), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, A.EntityDropdown$(true, false, true, _null, $.$get$memoizedCountryList().call$1(state.staticState.countryMap), _null, B.EntityType_country, B.List_empty0, t1.get$country(t1), _null, _null, new A._AddCompanyDialogState_build_closure1(this), _null, _null, _null), B.EdgeInsets_24_20_24_24, _null, t2); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.Text$(t1.get$addCountry(), _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._AddCompanyDialogState_build_closure(context), _null), A.TextButton$(false, A.Text$(t1.get$submit(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._AddCompanyDialogState_build_closure0(this, context), _null)], type$.JSArray_legacy_Widget), _null, _null, A.EntityDropdown$(true, false, true, _null, $.$get$memoizedCountryList().call$1(t2.staticState.countryMap), _null, B.EntityType_country, B.List_empty1, t1.get$country(t1), _null, _null, new A._AddCompanyDialogState_build_closure1(this), _null, _null, _null), _null, _null, t3); } }; A._AddCompanyDialogState_build_closure.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; A._AddCompanyDialogState_build_closure0.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, this.$this._localization_settings$_countryId); + A.Navigator_of(this.context, false).pop$1(this.$this._localization_settings$_countryId); }, $signature: 1 }; @@ -450283,16 +464092,16 @@ call$1(country) { this.$this._localization_settings$_countryId = country.get$id(country); }, - $signature: 35 + $signature: 36 }; A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -450301,7 +464110,7 @@ } }; A.LocalizationScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.LocalizationScreen_build_closure(), A.localization_vm_LocalizationSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_LocalizationSettingsVM); } @@ -450310,7 +464119,7 @@ call$2(context, viewModel) { return new A.LocalizationSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2716 + $signature: 2757 }; A.LocalizationSettingsVM.prototype = { get$company() { @@ -450319,15 +464128,19 @@ }; A.LocalizationSettingsVM_fromStore_closure0.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.LocalizationSettingsVM_fromStore_closure1.prototype = { call$1(context) { @@ -450342,9 +464155,11 @@ }; A.LocalizationSettingsVM_fromStore__closure.prototype = { call$0() { - var t2, t3, completer, _this = this, + var settingsUIState, t3, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; @@ -450352,19 +464167,25 @@ completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); completer.future.then$1$1(0, new A.LocalizationSettingsVM_fromStore___closure(t3, t1), type$.dynamic); t3 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t3)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t3)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -450377,7 +464198,9 @@ t1.rebuild$0(); t2 = new A._Future($.Zone__current, type$._Future_dynamic); t2.then$1$1(0, new A.LocalizationSettingsVM_fromStore____closure(t1), type$.void); - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_dynamic), false, true, false)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_dynamic), false, true, false)); }, $signature: 3 }; @@ -450385,7 +464208,7 @@ call$1(value) { return this.appBuilder.rebuild$0(); }, - $signature: 91 + $signature: 100 }; A.PaymentSettings.prototype = { createState$0() { @@ -450410,9 +464233,9 @@ B.JSArray_methods.forEach$1(_this._payment_settings$_controllers, new A._PaymentSettingsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { - this._payment_settings$_focusNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._payment_settings$_focusNode.dispose$0(); + this.super$State$dispose(); }, _payment_settings$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -450421,7 +464244,7 @@ if (!J.$eq$(settings, t1)) viewModel.onSettingsChanged.call$1(settings); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _null = null, _s16_ = "payment_settings", _s24_ = "enable_applying_payments", @@ -450551,7 +464374,7 @@ b.get$_company_model$_$this()._enableApplyingPayments = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._PaymentSettingsState_build_closure2.prototype = { call$1(value) { @@ -450586,7 +464409,7 @@ $signature: 10 }; A.PaymentsSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.PaymentsSettingsScreen_build_closure(), A.payment_settings_vm_PaymentSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_PaymentSettingsVM); } @@ -450595,7 +464418,7 @@ call$2(context, viewModel) { return new A.PaymentSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2717 + $signature: 2758 }; A.PaymentSettingsVM.prototype = { get$company() { @@ -450604,15 +464427,19 @@ }; A.PaymentSettingsVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.PaymentSettingsVM_fromStore_closure1.prototype = { call$1(settings) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 488 + $signature: 511 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -450627,27 +464454,35 @@ }; A.PaymentSettingsVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -450655,8 +464490,10 @@ }; A.PaymentSettingsVM_fromStore_closure2.prototype = { call$1(context) { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "company_gateways", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "company_gateways", false, _null)); }, $signature: 14 }; @@ -450692,11 +464529,11 @@ B.JSArray_methods.forEach$1(_this._product_settings$_controllers, new A._ProductSettingsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._product_settings$_focusNode.dispose$0(0); + _this._product_settings$_focusNode.dispose$0(); B.JSArray_methods.forEach$1(_this._product_settings$_controllers, new A._ProductSettingsState_dispose_closure(_this)); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _product_settings$_onChanged$0() { var _this = this, @@ -450704,7 +464541,7 @@ if (!J.$eq$(company, _this._widget.viewModel.company)) _this._product_settings$_debouncer.run$1(new A._ProductSettingsState__onChanged_closure0(_this, company)); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, _null = null, _s15_ = "track_inventory", _s2_ = "en", @@ -450815,9 +464652,8 @@ }; A._ProductSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_product_settings$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_product_settings$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -450827,7 +464663,7 @@ b.get$_company_model$_$this()._stockNotificationThreshold = t1; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState__onChanged_closure0.prototype = { call$0() { @@ -450846,7 +464682,7 @@ b.get$_company_model$_$this()._trackInventory = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure0.prototype = { call$1(value) { @@ -450859,7 +464695,7 @@ b.get$_company_model$_$this()._stockNotification = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure1.prototype = { call$1(value) { @@ -450872,7 +464708,7 @@ b.get$_company_model$_$this()._enableProductDiscount = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure2.prototype = { call$1(value) { @@ -450885,7 +464721,7 @@ b.get$_company_model$_$this()._enableProductCost = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure3.prototype = { call$1(value) { @@ -450898,7 +464734,7 @@ b.get$_company_model$_$this()._enableProductQuantity = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure4.prototype = { call$1(value) { @@ -450911,7 +464747,7 @@ b.get$_company_model$_$this()._defaultQuantity = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure5.prototype = { call$1(value) { @@ -450924,7 +464760,7 @@ b.get$_company_model$_$this()._showProductDetails = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure6.prototype = { call$1(value) { @@ -450937,7 +464773,7 @@ b.get$_company_model$_$this()._fillProducts = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure7.prototype = { call$1(value) { @@ -450950,7 +464786,7 @@ b.get$_company_model$_$this()._updateProducts = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure8.prototype = { call$1(value) { @@ -450963,7 +464799,7 @@ b.get$_company_model$_$this()._convertProductExchangeRate = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._ProductSettingsState_build_closure9.prototype = { call$1(value) { @@ -450976,10 +464812,10 @@ b.get$_company_model$_$this()._convertRateToClient = this.value; return b; }, - $signature: 23 + $signature: 24 }; A.ProductSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.ProductSettingsScreen_build_closure(), A.product_settings_vm_ProductSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ProductSettingsVM); } @@ -450988,7 +464824,7 @@ call$2(context, viewModel) { return new A.ProductSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2718 + $signature: 2759 }; A.ProductSettingsVM.prototype = { get$company() { @@ -450997,9 +464833,11 @@ }; A.ProductSettingsVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.ProductSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -451014,12 +464852,17 @@ }; A.ProductSettingsVM_fromStore__closure.prototype = { call$0() { - var t1 = this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState, - t2 = this.context, - completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); + var settingsUIState, completer, + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; + t2 = this.context; + completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); }, $signature: 1 }; @@ -451031,13 +464874,13 @@ A._SettingsListState.prototype = { initState$0() { this.super$State$initState(); - this._settings_list$_scrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + this._settings_list$_scrollController = A.ScrollController$(0, true); }, - dispose$0(_) { - this._settings_list$_scrollController.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._settings_list$_scrollController.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, t11, t0, _this = this, _null = null, _s12_ = "user_details", _s15_ = "device_settings", @@ -451124,6 +464967,8 @@ t7.push(new A.SettingsListTile("client_portal", _this._widget.viewModel, _null)); t7.push(new A.SettingsListTile("email_settings", _this._widget.viewModel, _null)); t7.push(new A.SettingsListTile("templates_and_reminders", _this._widget.viewModel, _null)); + if (showAll && true) + t7.push(new A.SettingsListTile("bank_accounts", _this._widget.viewModel, _null)); if (showAll) t7.push(new A.SettingsListTile("group_settings", _this._widget.viewModel, _null)); if (showAll) @@ -451137,7 +464982,7 @@ } }; A.SettingsListTile.prototype = { - build$1(_, context) { + build$1(context) { var icon, t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.section; @@ -451159,44 +465004,71 @@ $signature: 10 }; A.SettingsSearch.prototype = { - build$1(_, context) { - var company, t4, map, t5, i, t6, t7, _i, field, t8, t9, _null = null, + build$1(context) { + var t3, company, t4, t5, t6, i, t7, t8, _i, field, t9, t10, _null = null, _s8_ = "company1", _s8_0 = "company2", _s8_1 = "company3", _s8_2 = "company4", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t3 = t2.userCompanyStates; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; company = t3._list[t2].userCompany.company; - t2 = type$.JSArray_legacy_String; - t3 = A._setArrayType(["name", "id_number", "vat_number", "website", "email", "phone", "size", "industry"], t2); + t2 = A.LinkedHashMap_LinkedHashMap$_empty(type$.legacy_String, type$.legacy_List_legacy_List_legacy_String); + t3 = type$.JSArray_legacy_String; + t4 = A._setArrayType(["name", "id_number", "vat_number", "website", "email", "phone", "size", "industry"], t3); if (company.getCustomFieldLabel$1(_s8_).length !== 0) - t3.push(company.getCustomFieldLabel$1(_s8_)); + t4.push(company.getCustomFieldLabel$1(_s8_)); if (company.getCustomFieldLabel$1(_s8_0).length !== 0) - t3.push(company.getCustomFieldLabel$1(_s8_0)); + t4.push(company.getCustomFieldLabel$1(_s8_0)); if (company.getCustomFieldLabel$1(_s8_1).length !== 0) - t3.push(company.getCustomFieldLabel$1(_s8_1)); + t4.push(company.getCustomFieldLabel$1(_s8_1)); if (company.getCustomFieldLabel$1(_s8_2).length !== 0) - t3.push(company.getCustomFieldLabel$1(_s8_2)); - t4 = type$.JSArray_legacy_List_legacy_String; - map = A.LinkedHashMap_LinkedHashMap$_literal(["company_details", A._setArrayType([t3, A._setArrayType(["address", "postal_code", "country"], t2), A._setArrayType(["logo"], t2), A._setArrayType(["defaults", "auto_bill", "payment_type", "payment_terms", "online_payment_email", "manual_payment_email", "invoice_terms", "invoice_footer", "quote_terms", "quote_footer", "credit_terms", "credit_footer", "use_quote_terms"], t2), A._setArrayType(["default_documents"], t2)], t4), "user_details", A._setArrayType([A._setArrayType(["first_name", "last_name", "email", "phone", "password", "accent_color", "connect_google", "connect_gmail", "enable_two_factor"], t2), A._setArrayType(["notifications"], t2)], t4), "localization", A._setArrayType([A._setArrayType(["currency", "language", "timezone", "date_format", "military_time", "decimal_comma", "first_month_of_the_year"], t2), A._setArrayType(["custom_labels"], t2)], t4), "payment_settings", A._setArrayType([A._setArrayType(["company_gateways", "auto_bill_on", "use_available_credits", "enable_applying_payments", "allow_over_payment", "allow_under_payment"], t2)], t4), "tax_settings", A._setArrayType([A._setArrayType(["tax_settings"], t2)], t4), "tax_settings_rates", A._setArrayType([A._setArrayType(["tax_rates", "inclusive_taxes"], t2)], t4), "product_settings", A._setArrayType([A._setArrayType(["track_inventory", "stock_notifications", "show_product_discount", "show_product_cost", "fill_products", "update_products", "convert_products"], t2)], t4), "task_settings", A._setArrayType([A._setArrayType(["task_settings", "auto_start_tasks", "show_tasks_table", "client_portal"], t2)], t4), "task_status", A._setArrayType([A._setArrayType(["task_statuses"], t2)], t4), "expense_settings", A._setArrayType([A._setArrayType(["should_be_invoiced", "mark_paid", "inclusive_taxes"], t2)], t4), "expense_category", A._setArrayType([A._setArrayType(["expense_categories"], t2)], t4), "workflow_settings", A._setArrayType([A._setArrayType(["auto_email_invoice", "stop_on_unpaid", "auto_archive_paid_invoices", "auto_archive_cancelled_invoices", "lock_invoices"], t2), A._setArrayType(["auto_convert"], t2)], t4), "import_export", A._setArrayType([A._setArrayType(["import", "export"], t2)], t4), "device_settings", A._setArrayType([A._setArrayType(["long_press_multiselect", "biometric_authentication", "enable_flexible_search", "enable_tooltips", "show_pdf_preview", "refresh_data"], t2), A._setArrayType(["dark_mode", "custom_colors"], t2)], t4), "account_management", A._setArrayType([A._setArrayType(["activate_company", "enable_markdown", "include_drafts", "api_tokens", "api_webhooks", "purge_data", "delete_company"], t2), A._setArrayType(["enabled_modules"], t2), A._setArrayType(["google_analytics"], t2), A._setArrayType(["password_timeout", "web_session_timeout"], t2)], t4), "invoice_design", A._setArrayType([A._setArrayType(["invoice_design", "quote_design", "page_size", "font_size", "primary_font", "secondary_font", "primary_color", "secondary_color", "empty_columns"], t2)], t4), "custom_designs", A._setArrayType([A._setArrayType(["custom_designs"], t2)], t4), "custom_fields", A._setArrayType([A._setArrayType(["custom_fields"], t2)], t4), "generated_numbers", A._setArrayType([A._setArrayType(["number_padding", "number_counter", "recurring_prefix", "reset_counter", "invoice_number", "client_number", "credit_number", "payment_number"], t2)], t4), "client_portal", A._setArrayType([A._setArrayType(["client_portal", "dashboard", "portal_mode", "subdomain", "domain", "client_document_upload", "vendor_document_upload"], t2), A._setArrayType(["client_registration"], t2), A._setArrayType(["enable_portal_password", "show_accept_invoice_terms", "show_accept_quote_terms", "require_invoice_signature", "require_quote_signature"], t2), A._setArrayType(["messages"], t2), A._setArrayType(["custom_css"], t2)], t4), "email_settings", A._setArrayType([A._setArrayType(["send_from_gmail", "email_design", "from_name", "reply_to_email", "reply_to_name", "bcc_email", "attach_pdf", "attach_documents", "attach_ubl", "email_signature"], t2)], t4), "templates_and_reminders", A._setArrayType([A._setArrayType(["template", "send_reminders", "late_fees"], t2)], t4), "group_settings", A._setArrayType([A._setArrayType(["groups"], t2)], t4), "subscriptions", A._setArrayType([A._setArrayType(["subscriptions"], t2)], t4), "user_management", A._setArrayType([A._setArrayType(["users"], t2)], t4)], type$.legacy_String, type$.legacy_List_legacy_List_legacy_String); - t4 = A._setArrayType([], type$.JSArray_legacy_Widget); - for (t2 = A.LinkedHashMapKeyIterator$(map, map._modifications, A._instanceType(map)._precomputed1), t3 = this.filter; t2.moveNext$0();) { - t5 = t2.__js_helper$_current; - for (i = 0; i < map.$index(0, t5).length; ++i) - for (t6 = map.$index(0, t5)[i], t7 = t6.length, _i = 0; _i < t6.length; t6.length === t7 || (0, A.throwConcurrentModificationError)(t6), ++_i) { - field = t6[_i]; - t8 = t1.lookup$1(field).toLowerCase(); - t9 = t3.toLowerCase(); - if (A.stringContainsUnchecked(t8, t9, 0)) { - t8 = t1.lookup$1(field); - t4.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_6_10_0_0, new A.Icon(A.getSettingIcon(t5), 22, _null, _null), _null), _null, new A.SettingsSearch_build_closure(this, context, t5, i), false, _null, _null, new A.Text(t1.lookup$1(t5), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.Text(t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); + t4.push(company.getCustomFieldLabel$1(_s8_2)); + t5 = type$.JSArray_legacy_List_legacy_String; + t2.$indexSet(0, "company_details", A._setArrayType([t4, A._setArrayType(["address", "postal_code", "country"], t3), A._setArrayType(["logo"], t3), A._setArrayType(["defaults", "auto_bill", "payment_type", "payment_terms", "online_payment_email", "manual_payment_email", "invoice_terms", "invoice_footer", "quote_terms", "quote_footer", "credit_terms", "credit_footer", "use_quote_terms"], t3), A._setArrayType(["default_documents"], t3)], t5)); + t2.$indexSet(0, "user_details", A._setArrayType([A._setArrayType(["first_name", "last_name", "email", "phone", "password", "accent_color", "connect_google", "connect_gmail", "enable_two_factor"], t3), A._setArrayType(["notifications"], t3)], t5)); + t2.$indexSet(0, "localization", A._setArrayType([A._setArrayType(["currency", "language", "timezone", "date_format", "military_time", "decimal_comma", "first_month_of_the_year"], t3), A._setArrayType(["custom_labels"], t3)], t5)); + t2.$indexSet(0, "payment_settings", A._setArrayType([A._setArrayType(["company_gateways", "auto_bill_on", "use_available_credits", "enable_applying_payments", "allow_over_payment", "allow_under_payment"], t3)], t5)); + t2.$indexSet(0, "tax_settings", A._setArrayType([A._setArrayType(["tax_settings"], t3)], t5)); + t2.$indexSet(0, "tax_settings_rates", A._setArrayType([A._setArrayType(["tax_rates", "inclusive_taxes"], t3)], t5)); + t2.$indexSet(0, "product_settings", A._setArrayType([A._setArrayType(["track_inventory", "stock_notifications", "show_product_discount", "show_product_cost", "fill_products", "update_products", "convert_products"], t3)], t5)); + t2.$indexSet(0, "task_settings", A._setArrayType([A._setArrayType(["task_settings", "auto_start_tasks", "show_tasks_table", "client_portal"], t3)], t5)); + t2.$indexSet(0, "task_status", A._setArrayType([A._setArrayType(["task_statuses"], t3)], t5)); + t2.$indexSet(0, "expense_settings", A._setArrayType([A._setArrayType(["should_be_invoiced", "mark_paid", "inclusive_taxes"], t3)], t5)); + t2.$indexSet(0, "expense_category", A._setArrayType([A._setArrayType(["expense_categories"], t3)], t5)); + t2.$indexSet(0, "workflow_settings", A._setArrayType([A._setArrayType(["auto_email_invoice", "stop_on_unpaid", "auto_archive_paid_invoices", "auto_archive_cancelled_invoices", "lock_invoices"], t3), A._setArrayType(["auto_convert"], t3)], t5)); + t2.$indexSet(0, "import_export", A._setArrayType([A._setArrayType(["import", "export"], t3)], t5)); + t2.$indexSet(0, "device_settings", A._setArrayType([A._setArrayType(["long_press_multiselect", "biometric_authentication", "enable_flexible_search", "enable_tooltips", "show_pdf_preview", "refresh_data"], t3), A._setArrayType(["dark_mode", "custom_colors"], t3)], t5)); + t2.$indexSet(0, "account_management", A._setArrayType([A._setArrayType(["activate_company", "enable_markdown", "include_drafts", "api_tokens", "api_webhooks", "purge_data", "delete_company"], t3), A._setArrayType(["enabled_modules"], t3), A._setArrayType(["google_analytics"], t3), A._setArrayType(["password_timeout", "web_session_timeout"], t3)], t5)); + t2.$indexSet(0, "invoice_design", A._setArrayType([A._setArrayType(["invoice_design", "quote_design", "page_size", "font_size", "primary_font", "secondary_font", "primary_color", "secondary_color", "empty_columns"], t3)], t5)); + t2.$indexSet(0, "custom_designs", A._setArrayType([A._setArrayType(["custom_designs"], t3)], t5)); + t2.$indexSet(0, "custom_fields", A._setArrayType([A._setArrayType(["custom_fields"], t3)], t5)); + t2.$indexSet(0, "generated_numbers", A._setArrayType([A._setArrayType(["number_padding", "number_counter", "recurring_prefix", "reset_counter", "invoice_number", "client_number", "credit_number", "payment_number"], t3)], t5)); + t2.$indexSet(0, "client_portal", A._setArrayType([A._setArrayType(["client_portal", "dashboard", "portal_mode", "subdomain", "domain", "client_document_upload", "vendor_document_upload"], t3), A._setArrayType(["client_registration"], t3), A._setArrayType(["enable_portal_password", "show_accept_invoice_terms", "show_accept_quote_terms", "require_invoice_signature", "require_quote_signature"], t3), A._setArrayType(["messages"], t3), A._setArrayType(["custom_css"], t3)], t5)); + t2.$indexSet(0, "email_settings", A._setArrayType([A._setArrayType(["send_from_gmail", "email_design", "from_name", "reply_to_email", "reply_to_name", "bcc_email", "attach_pdf", "attach_documents", "attach_ubl", "email_signature"], t3)], t5)); + t2.$indexSet(0, "templates_and_reminders", A._setArrayType([A._setArrayType(["template", "send_reminders", "late_fees"], t3)], t5)); + t2.$indexSet(0, "bank_accounts", A._setArrayType([A._setArrayType(["bank_accounts"], t3)], t5)); + t2.$indexSet(0, "group_settings", A._setArrayType([A._setArrayType(["groups"], t3)], t5)); + t2.$indexSet(0, "subscriptions", A._setArrayType([A._setArrayType(["subscriptions"], t3)], t5)); + t2.$indexSet(0, "user_management", A._setArrayType([A._setArrayType(["users"], t3)], t5)); + t3 = A._setArrayType([], type$.JSArray_legacy_Widget); + for (t4 = A.LinkedHashMapKeyIterator$(t2, t2._modifications, t2.$ti._precomputed1), t5 = this.filter; t4.moveNext$0();) { + t6 = t4.__js_helper$_current; + for (i = 0; i < t2.$index(0, t6).length; ++i) + for (t7 = t2.$index(0, t6)[i], t8 = t7.length, _i = 0; _i < t7.length; t7.length === t8 || (0, A.throwConcurrentModificationError)(t7), ++_i) { + field = t7[_i]; + t9 = t1.lookup$1(field).toLowerCase(); + t10 = t5.toLowerCase(); + if (A.stringContainsUnchecked(t9, t10, 0)) { + t9 = t1.lookup$1(field); + t3.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_6_10_0_0, new A.Icon(A.getSettingIcon(t6), 22, _null, _null), _null), _null, new A.SettingsSearch_build_closure(this, context, t6, i), false, _null, _null, new A.Text(t1.lookup$1(t6), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.Text(t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); } } } - return new A.ScrollableListView(t4, _null, _null, _null); + return new A.ScrollableListView(t3, _null, _null, _null); } }; A.SettingsSearch_build_closure.prototype = { @@ -451207,7 +465079,7 @@ $signature: 10 }; A.SettingsListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.SettingsListBuilder_build_closure(), A.settings_list_vm_SettingsListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_SettingsListVM); } @@ -451216,25 +465088,30 @@ call$2(context, viewModel) { return new A.SettingsList(viewModel, null); }, - $signature: 2719 + $signature: 2760 }; A.SettingsListVM.prototype = {}; A.SettingsListVM_fromStore_closure.prototype = { call$3(context, section, tabIndex) { - var t1 = this.state, + var t3, + t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; t2 = t1.userCompanyStates._list[t2].userCompany; t1 = t2.company; t2 = t2.user; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(t1, null, null, t2, false, section, false, tabIndex)); + t3 = this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.ViewSettings(t1, null, null, t2, false, section, false, tabIndex)); }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2720 + $signature: 2761 }; A.SettingsListVM_fromStore_closure2.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearSettingsFilter()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearSettingsFilter()); }, $signature: 10 }; @@ -451251,24 +465128,28 @@ $signature: 14 }; A.SettingsScreen.prototype = { - build$1(_, context) { - var _null = null, + build$1(context) { + var t2, t3, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - t1 = A._lateReadCheck(store.__Store__state, "_state").uiState.settingsUIState, - t2 = t1.filterClearedAt, - t3 = A._setArrayType([], type$.JSArray_legacy_String); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.uiState.settingsUIState; + t2 = t1.filterClearedAt; + t3 = A._setArrayType([], type$.JSArray_legacy_String); t1 = t1.filter; - return A.ListScaffold$(A._setArrayType([], type$.JSArray_legacy_Widget), B.List_empty12, 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_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, _null, B.EntityType_settings, _null, 0, _null, _null, _null, _null); } }; A.SettingsScreen_build_closure.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterSettings(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterSettings(value)); }, $signature: 9 }; A.SettingsScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.SettingsScreenBuilder_build_closure(), A.settings_screen_vm_SettingsScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_SettingsScreenVM); } @@ -451277,7 +465158,7 @@ call$2(context, vm) { return new A.SettingsScreen(null); }, - $signature: 2721 + $signature: 2762 }; A.SettingsScreenVM.prototype = {}; A.SettingsWizard.prototype = { @@ -451300,16 +465181,16 @@ t2.set$text(0, _this._widget.user.lastName); _this._settings_wizard$_controllers = A._setArrayType([_this._settings_wizard$_nameController, t1, t2, _this._settings_wizard$_subdomainController], type$.JSArray_legacy_TextEditingController); }, - dispose$0(_) { - this._settings_wizard$_focusNode.dispose$0(0); + dispose$0() { + this._settings_wizard$_focusNode.dispose$0(); B.JSArray_methods.forEach$1(this._settings_wizard$_controllers, new A._SettingsWizardState_dispose_closure()); - this.super$State$dispose(0); + this.super$State$dispose(); }, _settings_wizard$_validateSubdomain$0() { this._settings_wizard$_debouncer.run$1(new A._SettingsWizardState__validateSubdomain_closure(this)); }, _settings_wizard$_onSavePressed$0() { - var t1, store, $navigator, state, _this = this, + var t1, store, $navigator, t2, _this = this, isValid = $.$get$_SettingsWizardState__formKey().get$currentState().validate$0(); _this.setState$1(new A._SettingsWizardState__onSavePressed_closure(_this, isValid)); if (!isValid || _this._settings_wizard$_isCheckingSubdomain) @@ -451320,104 +465201,105 @@ t1 = _this._framework$_element; t1.toString; $navigator = A.Navigator_of(t1, false); - state = A._lateReadCheck(store.__Store__state, "_state"); - t1 = _this._framework$_element; - t1.toString; - A.passwordCallback(false, new A._SettingsWizardState__onSavePressed_closure0(_this, $navigator, store, state), t1, false); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + A.passwordCallback(false, new A._SettingsWizardState__onSavePressed_closure0(_this, $navigator, store, t2), t1, false); }, - build$1(_, context) { - var t2, companyName, t3, t4, firstName, lastName, currency, language, darkMode, subdomain, t5, _this = this, _null = null, + build$1(context) { + var t3, companyName, t4, t5, firstName, lastName, currency, language, darkMode, subdomain, t6, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1.toString; - t2 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "company_name"); - if (t2 == null) - t2 = ""; - companyName = A.DecoratedFormField$(false, _null, true, _this._settings_wizard$_autoValidate, _this._settings_wizard$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure(t1)); - t2 = t1.get$firstName(t1); - t3 = _this._settings_wizard$_autoValidate; - t4 = type$.JSArray_legacy_String; - firstName = A.DecoratedFormField$(false, A._setArrayType(["givenName"], t4), false, t3, _this._settings_wizard$_firstNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure0(t1)); - t2 = t1.get$lastName(t1); - t3 = _this._settings_wizard$_autoValidate; - lastName = A.DecoratedFormField$(false, A._setArrayType(["familyName"], t4), false, t3, _this._settings_wizard$_lastNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure1(t1)); - t2 = $.$get$memoizedCurrencyList(); - t3 = state.staticState; - t2 = t2.call$1(t3.currencyMap); - t4 = t1.get$currency(); - currency = A.EntityDropdown$(true, false, false, _this._settings_wizard$_currencyId, t2, _null, B.EntityType_currency, B.List_empty0, t4, _null, _null, new A._SettingsWizardState_build_closure2(_this), _null, _null, new A._SettingsWizardState_build_closure3(t1)); - t3 = $.$get$memoizedLanguageList().call$1(t3.languageMap); - t4 = t1.get$language(t1); - language = A.EntityDropdown$(true, false, false, _this._settings_wizard$_languageId, t3, _null, B.EntityType_language, B.List_empty0, t4, _null, _null, new A._SettingsWizardState_build_closure4(_this, store, context), _null, _null, new A._SettingsWizardState_build_closure5(t1)); - darkMode = new A.LayoutBuilder(new A._SettingsWizardState_build_closure6(t1, state, store), _null); - t4 = t1.get$subdomain(); - t3 = _this._settings_wizard$_autoValidate; + t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "company_name"); + if (t3 == null) + t3 = ""; + companyName = A.DecoratedFormField$(false, _null, true, _this._settings_wizard$_autoValidate, _this._settings_wizard$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure(t1)); + t3 = t1.get$firstName(t1); + t4 = _this._settings_wizard$_autoValidate; + t5 = type$.JSArray_legacy_String; + firstName = A.DecoratedFormField$(false, A._setArrayType(["givenName"], t5), false, t4, _this._settings_wizard$_firstNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t3, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure0(t1)); + t3 = t1.get$lastName(t1); + t4 = _this._settings_wizard$_autoValidate; + lastName = A.DecoratedFormField$(false, A._setArrayType(["familyName"], t5), false, t4, _this._settings_wizard$_lastNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t3, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure1(t1)); + t3 = $.$get$memoizedCurrencyList(); + t4 = t2.staticState; + t3 = t3.call$1(t4.currencyMap); + t5 = t1.get$currency(); + currency = A.EntityDropdown$(true, false, false, _this._settings_wizard$_currencyId, t3, _null, B.EntityType_currency, B.List_empty1, t5, _null, _null, new A._SettingsWizardState_build_closure2(_this), _null, _null, new A._SettingsWizardState_build_closure3(t1)); + t4 = $.$get$memoizedLanguageList().call$1(t4.languageMap); + t5 = t1.get$language(t1); + language = A.EntityDropdown$(true, false, false, _this._settings_wizard$_languageId, t4, _null, B.EntityType_language, B.List_empty1, t5, _null, _null, new A._SettingsWizardState_build_closure4(_this, store, context), _null, _null, new A._SettingsWizardState_build_closure5(t1)); + darkMode = new A.LayoutBuilder(new A._SettingsWizardState_build_closure6(t1, t2, store), _null); + t5 = t1.get$subdomain(); + t4 = _this._settings_wizard$_autoValidate; if (_this._settings_wizard$_isCheckingSubdomain) - t2 = B.IconData_62057_MaterialIcons_null_false; + t3 = B.IconData_62057_MaterialIcons_null_false; else - t2 = _this._settings_wizard$_isSubdomainUnique ? B.IconData_57690_MaterialIcons_null_false : B.IconData_57912_MaterialIcons_null_false; - t2 = A.Icon$(t2, _null, _null); - subdomain = A.DecoratedFormField$(false, _null, false, t3, _this._settings_wizard$_subdomainController, _null, true, _null, t1.get$subdomainHelp(), _null, A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[a-z0-9\\-]", true, false, false, false), true, "")], type$.JSArray_legacy_TextInputFormatter), false, false, _null, B.TextInputType_0_null_null, t4, _null, _null, false, new A._SettingsWizardState_build_closure7(_this), _null, _null, true, t2, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure8(_this, t1)); - t2 = $.$get$_SettingsWizardState__formKey(); + t3 = _this._settings_wizard$_isSubdomainUnique ? B.IconData_57690_MaterialIcons_null_false : B.IconData_57912_MaterialIcons_null_false; + t3 = A.Icon$(t3, _null, _null); + subdomain = A.DecoratedFormField$(false, _null, false, t4, _this._settings_wizard$_subdomainController, _null, true, _null, t1.get$subdomainHelp(), _null, A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[a-z0-9\\-]", true, false, false, false), true, "")], type$.JSArray_legacy_TextInputFormatter), false, false, _null, B.TextInputType_0_null_null, t5, _null, _null, false, new A._SettingsWizardState_build_closure7(_this), _null, _null, true, t3, _null, B.TextAlign_4, new A._SettingsWizardState_build_closure8(_this, t1)); + t3 = $.$get$_SettingsWizardState__formKey(); if (_this._settings_wizard$_isSaving) - t3 = new A.LoadingIndicator(200, false, _null); + t2 = new A.LoadingIndicator(200, false, _null); else { - t3 = type$.JSArray_legacy_Widget; + t4 = type$.JSArray_legacy_Widget; if (A.getLayout(context) === B.AppLayout_mobile) { - t4 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_8, A.Text$(t1.get$welcomeToInvoiceNinja(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), _null), companyName], t3); - if (state.get$isHosted()) - t4.push(subdomain); - if (state.get$companies().length === 1) - B.JSArray_methods.addAll$1(t4, A._setArrayType([firstName, lastName], t3)); - t4.push(language); - t4.push(currency); - t4.push(new A.SizedBox(_null, 16, _null, _null)); - t4.push(darkMode); - if (state.get$isHosted()) - t4.push(new A.Padding(B.EdgeInsets_0_32_0_0, A.Text$(t1.get$subdomainGuide(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); - t3 = t4; + t5 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_8, A.Text$(t1.get$welcomeToInvoiceNinja(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), _null), companyName], t4); + if (t2.get$isHosted()) + t5.push(subdomain); + if (t2.get$companies().length === 1) + B.JSArray_methods.addAll$1(t5, A._setArrayType([firstName, lastName], t4)); + t5.push(language); + t5.push(currency); + t5.push(new A.SizedBox(_null, 16, _null, _null)); + t5.push(darkMode); + if (t2.get$isHosted()) + t5.push(new A.Padding(B.EdgeInsets_0_32_0_0, A.Text$(t1.get$subdomainGuide(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); + t2 = t5; } else { - t4 = A._setArrayType([A.Expanded$(A.Text$(t1.get$welcomeToInvoiceNinja(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1)], t3); - if (state.get$isHosted()) - B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.SizedBox(16, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, darkMode, _null)], t3)); - t4 = A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); - t5 = A.Expanded$(companyName, 1); - t4 = A._setArrayType([t4, new A.SizedBox(_null, 16, _null, _null), A.Row$(A._setArrayType([t5, new A.SizedBox(16, _null, _null, _null), A.Expanded$(state.get$isHosted() ? subdomain : darkMode, 1)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t3); - if (state.get$companies().length === 1) - t4.push(A.Row$(A._setArrayType([A.Expanded$(firstName, 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(lastName, 1)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); - t4.push(A.Row$(A._setArrayType([A.Expanded$(language, 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(currency, 1)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); - if (state.get$isHosted()) - t4.push(new A.Padding(B.EdgeInsets_0_32_0_0, A.Text$(t1.get$subdomainGuide(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); - t3 = t4; + t5 = A._setArrayType([A.Expanded$(A.Text$(t1.get$welcomeToInvoiceNinja(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1)], t4); + if (t2.get$isHosted()) + B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.SizedBox(16, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, darkMode, _null)], t4)); + t5 = A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t6 = A.Expanded$(companyName, 1); + t5 = A._setArrayType([t5, new A.SizedBox(_null, 16, _null, _null), A.Row$(A._setArrayType([t6, new A.SizedBox(16, _null, _null, _null), A.Expanded$(t2.get$isHosted() ? subdomain : darkMode, 1)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t4); + if (t2.get$companies().length === 1) + t5.push(A.Row$(A._setArrayType([A.Expanded$(firstName, 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(lastName, 1)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t5.push(A.Row$(A._setArrayType([A.Expanded$(language, 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(currency, 1)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + if (t2.get$isHosted()) + t5.push(new A.Padding(B.EdgeInsets_0_32_0_0, A.Text$(t1.get$subdomainGuide(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); + t2 = t5; } - t3 = A.Column$(t3, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t2 = A.Column$(t2, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); } - t3 = A.SingleChildScrollView$(A.Container$(_null, t3, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 500), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); + t2 = A.SingleChildScrollView$(A.Container$(_null, t2, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 500), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); t4 = type$.JSArray_legacy_Widget; t5 = A._setArrayType([], t4); if (!_this._settings_wizard$_isSaving) - B.JSArray_methods.addAll$1(t5, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._SettingsWizardState_build_closure9(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _this.get$_settings_wizard$_onSavePressed(), _null)], t4)); - return A.AlertDialog$(t5, B.EdgeInsets_0_0_0_0, _null, new A.AppForm(t2, _null, t3, _this._settings_wizard$_focusNode, _null), B.EdgeInsets_24_20_24_24, _null, _null); + B.JSArray_methods.addAll$1(t5, 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._SettingsWizardState_build_closure9(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_settings_wizard$_onSavePressed(), _null)], t4)); + return A.AlertDialog$(t5, _null, _null, new A.AppForm(t3, _null, t2, _this._settings_wizard$_focusNode, _null), _null, _null, _null); } }; A._SettingsWizardState_dispose_closure.prototype = { call$1(controller) { - J.dispose$0$x(controller); + controller.dispose$0(); }, $signature: 6 }; A._SettingsWizardState__validateSubdomain_closure.prototype = { call$0() { - var subdomain, t2, state, credentials, + var subdomain, t2, credentials, t1 = this.$this; if (t1._settings_wizard$_isCheckingSubdomain) return; subdomain = J.trim$0$s(t1._settings_wizard$_subdomainController._change_notifier$_value.text); t2 = t1._framework$_element; t2.toString; - state = A._lateReadCheck(A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state, "_state"); - credentials = state.get$credentials(state); + t2 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + credentials = t2.get$credentials(t2); if (subdomain.length === 0) { t1.setState$1(new A._SettingsWizardState__validateSubdomain__closure(t1)); return; @@ -451432,13 +465314,13 @@ call$0() { return this.$this._settings_wizard$_isSubdomainUnique = false; }, - $signature: 22 + $signature: 23 }; A._SettingsWizardState__validateSubdomain__closure0.prototype = { call$0() { return this.$this._settings_wizard$_isCheckingSubdomain = true; }, - $signature: 22 + $signature: 23 }; A._SettingsWizardState__validateSubdomain__closure1.prototype = { call$1(data) { @@ -451494,10 +465376,12 @@ t2 = t5.userCompanyStates; t5 = t5.uiState.selectedCompanyIndex; t1 = t2._list[t5].userCompany.user.rebuild$1(new A._SettingsWizardState__onSavePressed__closure2(t1)); - t4.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); + t4 = t4.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); } }, - $signature: 38 + $signature: 39 }; A._SettingsWizardState__onSavePressed__closure.prototype = { call$1(value) { @@ -451511,15 +465395,17 @@ t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; t1 = t3._list[t2].userCompany.company.rebuild$1(new A._SettingsWizardState__onSavePressed___closure2(t1)); - _this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(toastCompleter, t1)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveCompanyRequest(toastCompleter, t1)); }, $signature: 3 }; A._SettingsWizardState__onSavePressed___closure0.prototype = { call$1(value) { - return this.navigator.pop$0(0); + return this.navigator.pop$0(); }, - $signature: 155 + $signature: 162 }; A._SettingsWizardState__onSavePressed___closure1.prototype = { call$1(error) { @@ -451532,7 +465418,7 @@ call$0() { return this.$this._settings_wizard$_isSaving = false; }, - $signature: 22 + $signature: 23 }; A._SettingsWizardState__onSavePressed___closure2.prototype = { call$1(b) { @@ -451551,7 +465437,7 @@ t2.get$_settings_model$_$this()._languageId = t1; return b; }, - $signature: 23 + $signature: 24 }; A._SettingsWizardState__onSavePressed__closure0.prototype = { call$1(error) { @@ -451564,13 +465450,13 @@ call$0() { return this.$this._settings_wizard$_isSaving = false; }, - $signature: 22 + $signature: 23 }; A._SettingsWizardState__onSavePressed__closure1.prototype = { call$0() { return this.$this._settings_wizard$_isSaving = true; }, - $signature: 22 + $signature: 23 }; A._SettingsWizardState__onSavePressed__closure2.prototype = { call$1(b) { @@ -451581,7 +465467,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 73 + $signature: 74 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -451606,7 +465492,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 157 + $signature: 158 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -451614,7 +465500,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_currencyId = t1; }, - $signature: 131 + $signature: 128 }; A._SettingsWizardState_build_closure3.prototype = { call$1(value) { @@ -451624,13 +465510,16 @@ }; A._SettingsWizardState_build_closure4.prototype = { call$1(language) { - var t1 = this.$this; + var t2, + t1 = this.$this; t1.setState$1(new A._SettingsWizardState_build__closure0(t1, language)); t1 = language == null ? null : language.get$id(language); - this.store.get$_dispatchers()[0].call$1(new A.UpdateCompanyLanguage(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 35 + $signature: 36 }; A._SettingsWizardState_build__closure0.prototype = { call$0() { @@ -451638,7 +465527,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_languageId = t1; }, - $signature: 131 + $signature: 128 }; A._SettingsWizardState_build_closure5.prototype = { call$1(value) { @@ -451655,7 +465544,7 @@ t3 = this.state.prefState.enableDarkMode; return A.ToggleButtons$(_null, t1, _null, t2, A._setArrayType([!t3, t3], type$.JSArray_legacy_bool), new A._SettingsWizardState_build__closure(this.store, context), true, _null, _null); }, - $signature: 2722 + $signature: 2763 }; A._SettingsWizardState_build__closure.prototype = { call$1(index) { @@ -451664,10 +465553,12 @@ t1 = isDark ? "dark" : "light", t2 = type$.legacy_String; t1 = A.UpdateUserPreferences$(_null, t1, isDark ? A.BuiltMap_BuiltMap(B.Map_empty0, t2, t2) : A.BuiltMap_BuiltMap(B.Map_soKdN, t2, t2), _null, isDark, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - this.store.get$_dispatchers()[0].call$1(t1); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 114 + $signature: 108 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -451687,11 +465578,11 @@ call$1(value) { return this.$this._settings_wizard$_validateSubdomain$0(); }, - $signature: 72 + $signature: 70 }; A._SettingsWizardState_build_closure9.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -451719,12 +465610,12 @@ (t3 && B.JSArray_methods).forEach$1(t3, new A._TaskSettingsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this._task_settings$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A._TaskSettingsState_dispose_closure(_this)); - _this._task_settings$_focusNode.dispose$0(0); - _this.super$State$dispose(0); + _this._task_settings$_focusNode.dispose$0(); + _this.super$State$dispose(); }, _task_settings$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -451734,7 +465625,7 @@ if (!J.$eq$(settings, t1)) viewModel.onSettingsChanged.call$1(settings); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _null = null, _s18_ = "show_task_end_date", _s2_ = "en", @@ -451842,9 +465733,8 @@ }; A._TaskSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_task_settings$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_task_settings$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -451867,7 +465757,7 @@ b.get$_company_model$_$this()._autoStartTasks = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure0.prototype = { call$1(value) { @@ -451880,7 +465770,7 @@ b.get$_company_model$_$this()._showTaskEndDate = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure1.prototype = { call$1(value) { @@ -451893,7 +465783,7 @@ b.get$_company_model$_$this()._showTasksTable = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure2.prototype = { call$1(value) { @@ -451906,7 +465796,7 @@ b.get$_company_model$_$this()._invoiceTaskDatelog = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure3.prototype = { call$1(value) { @@ -451919,7 +465809,7 @@ b.get$_company_model$_$this()._invoiceTaskTimelog = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure4.prototype = { call$1(value) { @@ -451932,7 +465822,7 @@ b.get$_company_model$_$this()._invoiceTaskProject = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure5.prototype = { call$1(value) { @@ -451945,7 +465835,7 @@ b.get$_company_model$_$this()._invoiceTaskDocuments = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaskSettingsState_build_closure6.prototype = { call$1(value) { @@ -451978,7 +465868,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._TaskSettingsState_build_closure9.prototype = { call$0() { @@ -451987,7 +465877,7 @@ $signature: 10 }; A.TaskSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskSettingsScreen_build_closure(), A.task_settings_vm_TaskSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskSettingsVM); } @@ -451996,7 +465886,7 @@ call$2(context, viewModel) { return new A.TaskSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2723 + $signature: 2764 }; A.TaskSettingsVM.prototype = { get$company() { @@ -452005,15 +465895,19 @@ }; A.TaskSettingsVM_fromStore_closure0.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.TaskSettingsVM_fromStore_closure1.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -452028,27 +465922,35 @@ }; A.TaskSettingsVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -452056,8 +465958,10 @@ }; A.TaskSettingsVM_fromStore_closure2.prototype = { call$1(context) { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "task_status", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "task_status", false, _null)); }, $signature: 14 }; @@ -452071,11 +465975,11 @@ this.super$State$initState(); this._tax_settings$_focusNode = A.FocusScopeNode$(true, null, false); }, - dispose$0(_) { - this._tax_settings$_focusNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._tax_settings$_focusNode.dispose$0(); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, _null = null, _s22_ = "invoice_item_tax_rates", _s17_ = "expense_tax_rates", @@ -452136,40 +466040,40 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure5(value))); }, - $signature: 167 + $signature: 173 }; A._TaxSettingsState_build__closure5.prototype = { call$1(b) { b.get$_company_model$_$this()._numberOfInvoiceTaxRates = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaxSettingsState_build_closure0.prototype = { call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure4(value))); }, - $signature: 167 + $signature: 173 }; A._TaxSettingsState_build__closure4.prototype = { call$1(b) { b.get$_company_model$_$this()._numberOfItemTaxRates = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaxSettingsState_build_closure1.prototype = { call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure3(value))); }, - $signature: 167 + $signature: 173 }; A._TaxSettingsState_build__closure3.prototype = { call$1(b) { b.get$_company_model$_$this()._numberOfExpenseTaxRates = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._TaxSettingsState_build_closure2.prototype = { call$1(value) { @@ -452242,7 +466146,7 @@ $signature: 10 }; A.NumberOfRatesSelector.prototype = { - build$1(_, context) { + build$1(context) { var t5, t6, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = type$.legacy_String, @@ -452265,7 +466169,7 @@ $signature: 12 }; A.TaxSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaxSettingsScreen_build_closure(), A.tax_settings_vm_TaxSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaxSettingsVM); } @@ -452274,7 +466178,7 @@ call$2(context, viewModel) { return new A.TaxSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2724 + $signature: 2765 }; A.TaxSettingsVM.prototype = { get$company() { @@ -452283,15 +466187,19 @@ }; A.TaxSettingsVM_fromStore_closure0.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.TaxSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -452306,27 +466214,35 @@ }; A.TaxSettingsVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -452334,8 +466250,10 @@ }; A.TaxSettingsVM_fromStore_closure2.prototype = { call$1(context) { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "tax_settings_rates", false, _null)); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "tax_settings_rates", false, _null)); }, $signature: 14 }; @@ -452355,7 +466273,7 @@ t3 = t2.selectedCompanyIndex; company = t1._list[t3].userCompany.company; settingsUIState = t2.settingsUIState; - $length = company.markdownEmailEnabled && state.prefState.appLayout === B.AppLayout_desktop ? 3 : 2; + $length = company.markdownEmailEnabled ? 3 : 2; _this._templates_and_reminders$_focusNode = A.FocusScopeNode$(true, null, false); t1 = settingsUIState.tabIndex; t2 = A.TabController$(null, t1, $length, _this); @@ -452374,13 +466292,13 @@ this._loadTemplate$1(this._widget.viewModel.selectedTemplate); this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._templates_and_reminders$_focusNode.dispose$0(0); + _this._templates_and_reminders$_focusNode.dispose$0(); _this._templates_and_reminders$_controller.removeListener$1(0, _this.get$_templates_and_reminders$_onTabChanged()); - _this._templates_and_reminders$_controller.dispose$0(0); + _this._templates_and_reminders$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._templates_and_reminders$_controllers, new A._TemplatesAndRemindersState_dispose_closure(_this)); - _this.super$__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin$dispose(); }, _loadTemplate$1(emailTemplate) { var viewModel, settings, state, templateMap, t1, template, t2, t3, t4, t5, _this = this; @@ -452408,7 +466326,7 @@ t1.set$text(0, template.body); t4 = state.userCompanyStates; t5 = state.uiState.selectedCompanyIndex; - if (t4._list[t5].userCompany.company.markdownEmailEnabled && _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop && B.JSString_methods.startsWith$1(J.trim$0$s(t1._change_notifier$_value.text), "<")) + if (t4._list[t5].userCompany.company.markdownEmailEnabled && B.JSString_methods.startsWith$1(J.trim$0$s(t1._change_notifier$_value.text), "<")) t1.set$text(0, A.convert(t1._change_notifier$_value.text)); t1.addListener$1(0, t2); t3.addListener$1(0, t2); @@ -452474,9 +466392,12 @@ t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = _this._templates_and_reminders$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); _this.setState$1(new A._TemplatesAndRemindersState__onTabChanged_closure(_this)); - t1 = A._lateReadCheck(store.__Store__state, "_state"); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; previewIndex = t2._list[t1].userCompany.company.markdownEmailEnabled ? 2 : 1; @@ -452499,7 +466420,7 @@ t1.toString; A.loadEmailTemplate(body, t1, null, new A._TemplatesAndRemindersState__renderTemplate_closure0(_this), subject, _this._widget.viewModel.selectedTemplate.toString$0(0)); }, - build$1(_, context) { + build$1(context) { var company, t5, enableCustomEmail, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -452530,7 +466451,7 @@ t9 = type$.JSArray_legacy_Widget; t10 = A._setArrayType([A.Tab$(_null, t1.get$settings())], t9); t11 = company.markdownEmailEnabled; - if (t11 && _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop) + if (t11) t10.push(A.Tab$(_null, t1.get$design())); t10.push(A.Tab$(_null, t1.get$preview())); t8 = A.TabBar$(t8, _null, false, new A.ValueKey(t3, type$.ValueKey_legacy_int), _null, t10); @@ -452586,7 +466507,7 @@ t5.push(new A.VariablesHelp(template === B.EmailTemplate_quote, B.JSArray_methods.contains$1(A._setArrayType([B.EmailTemplate_payment, B.EmailTemplate_payment_partial], type$.JSArray_legacy_EmailTemplate), template), _null)); t5.push(new A.SizedBox(_null, 16, _null, _null)); t1 = A._setArrayType([new A.ScrollableListView(t5, _null, _null, _null)], t9); - if (t11 && _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop) { + if (t11) { t2 = _this._templates_and_reminders$_selectedIndex; t1.push(new A.ColoredBox(B.Color_4294967295, new A.ExampleEditor(_this._bodyMarkdown, new A._TemplatesAndRemindersState_build_closure8(_this), new A.ValueKey("__tab_" + t2 + "__", t10)), _null)); } @@ -452608,13 +466529,12 @@ call$1(duration) { this.$this._renderTemplate$0(); }, - $signature: 36 + $signature: 37 }; A._TemplatesAndRemindersState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_onTextChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_onTextChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -452629,7 +466549,7 @@ t1._emailPreview = t1._bodyPreview = t1._subjectPreview = ""; t3 = this.state; t4 = t3.uiState.selectedCompanyIndex; - if (t3.userCompanyStates._list[t4].userCompany.company.markdownEmailEnabled && t1._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop && B.JSString_methods.startsWith$1(B.JSString_methods.trim$0(t2), "<")) + if (t3.userCompanyStates._list[t4].userCompany.company.markdownEmailEnabled && B.JSString_methods.startsWith$1(B.JSString_methods.trim$0(t2), "<")) t1._defaultBody = A.convert(t2); }, $signature: 1 @@ -452815,7 +466735,7 @@ return; t1.setState$1(new A._TemplatesAndRemindersState__renderTemplate__closure(t1, subject, body, email)); }, - $signature: 653 + $signature: 622 }; A._TemplatesAndRemindersState__renderTemplate__closure.prototype = { call$0() { @@ -452841,7 +466761,7 @@ var t1 = this.$this; return t1.setState$1(new A._TemplatesAndRemindersState_build__closure4(t1, value, this.viewModel)); }, - $signature: 91 + $signature: 100 }; A._TemplatesAndRemindersState_build__closure4.prototype = { call$0() { @@ -452868,7 +466788,7 @@ return false; return true; }, - $signature: 2725 + $signature: 2766 }; A._TemplatesAndRemindersState_build_closure0.prototype = { call$1(item) { @@ -452889,14 +466809,14 @@ $name = t1.get$thirdCustom(); return A.DropdownMenuItem$(A.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, item, type$.legacy_EmailTemplate); }, - $signature: 2726 + $signature: 2767 }; A._TemplatesAndRemindersState_build_closure2.prototype = { call$5(enabled, days, schedule, feeAmount, feePercent) { this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 494 + $signature: 514 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -452915,7 +466835,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: 494 + $signature: 514 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -452934,7 +466854,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: 494 + $signature: 514 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -452953,7 +466873,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure0(value))); }, - $signature: 21 + $signature: 22 }; A._TemplatesAndRemindersState_build__closure0.prototype = { call$1(b) { @@ -452981,7 +466901,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: 492 + $signature: 513 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$1(value) { @@ -453004,9 +466924,9 @@ } }; A._ReminderSettingsState.prototype = { - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._templates_and_reminders$_controllers, new A._ReminderSettingsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, didChangeDependencies$0() { var t2, t3, t4, _this = this, _null = null, @@ -453042,7 +466962,7 @@ feePercent = A.parseDouble(J.trim$0$s(_this._feePercentController._change_notifier$_value.text), true); _this._widget.onChanged$5(_this._templates_and_reminders$_enabled, days, _this._templates_and_reminders$_schedule, feeAmount, feePercent); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, _s18_ = "after_invoice_date", _s15_ = "before_due_date", @@ -453078,9 +466998,8 @@ }; A._ReminderSettingsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_onTextChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_onTextChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -453116,10 +467035,10 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 21 + $signature: 22 }; A.EmailPreview.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = type$.JSArray_legacy_Widget; t1 = A._setArrayType([A.Column$(A._setArrayType([new A.ListDivider(_null), new A.Padding(B.EdgeInsets_24_12_10_12, A.Text$(this.subject, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyLarge.copyWith$1$color(B.Color_4278190080), _null, _null, _null), _null), A.Expanded$(new A.AppWebView(this.body, _null), 1)], t1), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t1); @@ -453132,13 +467051,13 @@ } }; A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -453147,7 +467066,7 @@ } }; A.TemplatesAndRemindersScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TemplatesAndRemindersScreen_build_closure(), A.templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TemplatesAndRemindersVM); } @@ -453156,20 +467075,24 @@ call$2(context, viewModel) { return new A.TemplatesAndReminders(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2728 + $signature: 2769 }; A.TemplatesAndRemindersVM.prototype = {}; A.TemplatesAndRemindersVM_fromStore_closure0.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTemplate(template)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettingsTemplate(template)); }, - $signature: 652 + $signature: 623 }; A.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$2(context, updateReminders) { @@ -453180,14 +467103,16 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, this.state, this.store, context).call$0(); }, - $signature: 233 + $signature: 216 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { - var t2, t3, completer, _this = this, + var settingsUIState, t3, completer, _this = this, t1 = _this.store, callback = new A.TemplatesAndRemindersVM_fromStore___closure(_this.updateReminders, _this.state, t1), - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; @@ -453195,21 +467120,27 @@ completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, t3); completer.future.then$1$1(0, new A.TemplatesAndRemindersVM_fromStore___closure0(callback), t3); t3 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t3)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t3)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); completer.future.then$1$1(0, new A.TemplatesAndRemindersVM_fromStore___closure1(callback), type$.Null); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); completer.future.then$1$1(0, new A.TemplatesAndRemindersVM_fromStore___closure2(callback), type$.Null); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -453219,7 +467150,7 @@ call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$returnValue, $async$self = this, t1, t2, t3; + $async$returnValue, $async$self = this, t1, t2, t3, t4; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -453235,7 +467166,9 @@ t1 = $async$self.state; t2 = t1.get$credentials(t1); t3 = $async$self.store; - t3.get$_dispatchers()[0].call$1(new A.StartSaving()); + t4 = t3.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.StartSaving()); new A.WebClient().post$2(t2.url + "/invoices/update_reminders", t1.get$credentials(t1).token).then$1$1(0, new A.TemplatesAndRemindersVM_fromStore____closure(t3), type$.Null).catchError$1(new A.TemplatesAndRemindersVM_fromStore____closure0(t3)); case 1: // return @@ -453244,7 +467177,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A.TemplatesAndRemindersVM_fromStore____closure.prototype = { call$1(value) { @@ -453254,15 +467187,18 @@ }; A.TemplatesAndRemindersVM_fromStore_____closure.prototype = { call$0() { - var t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.StopSaving()); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); + t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 1 }; A.TemplatesAndRemindersVM_fromStore____closure0.prototype = { call$1(error) { - this.store.get$_dispatchers()[0].call$1(new A.StopSaving()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StopSaving()); }, $signature: 6 }; @@ -453270,19 +467206,19 @@ call$1(value) { return this.callback.call$0(); }, - $signature: 811 + $signature: 767 }; A.TemplatesAndRemindersVM_fromStore___closure1.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 2730 + $signature: 2771 }; A.TemplatesAndRemindersVM_fromStore___closure2.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 2731 + $signature: 2772 }; A.UserDetails.prototype = { createState$0() { @@ -453300,20 +467236,22 @@ t1.addListener$1(0, _this.get$_user_details$_onTabChanged()); }, _user_details$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._user_details$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._user_details$_focusNode.dispose$0(0); + _this._user_details$_focusNode.dispose$0(); _this._user_details$_controller.removeListener$1(0, _this.get$_user_details$_onTabChanged()); - _this._user_details$_controller.dispose$0(0); + _this._user_details$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._user_details$_controllers, new A._UserDetailsState_dispose_closure(_this)); - _this.super$__UserDetailsState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__UserDetailsState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { var t7, user, _this = this, @@ -453350,7 +467288,7 @@ return; this._widget.viewModel.onSavePressed.call$1(context); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t0, t7, t8, googleButton, t9, t10, gmailButton, t11, microsoftButton, office365Button, appleButton, t12, t13, t14, t15, t16, _list, i, i0, _this = this, _null = null, _s20_ = "disconnect_microsoft", _s2_ = "en", @@ -453520,9 +467458,8 @@ }; A._UserDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_user_details$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_user_details$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -453546,14 +467483,14 @@ t2 = J.trim$0$s(t1._user_details$_lastNameController._change_notifier$_value.text); b.get$_user_model$_$this()._lastName = t2; t2 = J.trim$0$s(t1._user_details$_emailController._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_email = t2; + b.get$_user_model$_$this()._email = t2; t2 = J.trim$0$s(t1._user_details$_phoneController._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_phone = t2; + b.get$_user_model$_$this()._phone = t2; t1 = J.trim$0$s(t1._passwordController._change_notifier$_value.text); b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 73 + $signature: 74 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -453620,7 +467557,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._UserDetailsState_build_closure1.prototype = { call$0() { @@ -453676,7 +467613,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 34 }; A._UserDetailsState_build_closure3.prototype = { call$0() { @@ -453741,7 +467678,7 @@ call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 2732 + $signature: 2773 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { @@ -453758,7 +467695,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 73 + $signature: 74 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { @@ -453771,40 +467708,40 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 73 + $signature: 74 }; 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: 174 + $signature: 180 }; 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: 21 + $signature: 22 }; A._UserDetailsState_build__closure0.prototype = { call$1(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 73 + $signature: 74 }; 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: 495 + $signature: 515 }; 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: 73 + $signature: 74 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -453819,9 +467756,9 @@ credentials = t1.get$credentials(t1); _this._user_details$_webClient.$get$2(0, credentials.url + "/settings/enable_two_factor", credentials.token).then$1$1(0, new A._EnableTwoFactorState_initState_closure(_this), type$.Null).catchError$1(new A._EnableTwoFactorState_initState_closure0(_this)); }, - dispose$0(_) { - this._user_details$_focusNode.dispose$0(0); - this.super$State$dispose(0); + dispose$0() { + this._user_details$_focusNode.dispose$0(); + this.super$State$dispose(); }, _user_details$_onSavePressed$0() { var t1, credentials, _this = this, @@ -453835,7 +467772,7 @@ t1 = type$.legacy_String; _this._user_details$_webClient.post$3$data(credentials.url + "/settings/enable_two_factor", credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["secret", _this._user_details$_secret, "one_time_password", _this._oneTimePassword], t1, t1))).then$1$1(0, new A._EnableTwoFactorState__onSavePressed_closure1(_this), type$.Null).catchError$1(new A._EnableTwoFactorState__onSavePressed_closure2(_this)); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.Text$(t1.get$enableTwoFactor(), _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -453850,14 +467787,14 @@ t5.push(new A.LoadingIndicator(_null, false, _null)); else B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.QrImageView(_this._user_details$_qrCode, B.Color_4294967295, -1, 180, _null), new A.Padding(B.EdgeInsets_0_16_0_16, A.SelectableText$(t6, _null), _null)], t4)); - t5.push(A.Row$(A._setArrayType([A.Expanded$(A.DecoratedFormField$(false, _null, true, false, _null, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t1.get$oneTimePassword(), _null, _null, false, new A._EnableTwoFactorState_build_closure(_this), _null, new A._EnableTwoFactorState_build_closure0(_this), true, _null, _null, B.TextAlign_4, new A._EnableTwoFactorState_build_closure1(context)), 1), new A.SizedBox(16, _null, _null, _null), new A.SizedBox(100, _null, A.TextButton$(false, A.Text$(t1.get$learnMore(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._EnableTwoFactorState_build_closure2(), _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t5.push(A.Row$(A._setArrayType([A.Expanded$(A.DecoratedFormField$(false, _null, true, false, _null, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t1.get$oneTimePassword(), _null, _null, false, new A._EnableTwoFactorState_build_closure(_this), _null, new A._EnableTwoFactorState_build_closure0(_this), true, _null, _null, B.TextAlign_4, new A._EnableTwoFactorState_build_closure1(context)), 1), new A.SizedBox(16, _null, _null, _null), new A.SizedBox(100, _null, A.TextButton$(false, A.Text$(t1.get$learnMore(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._EnableTwoFactorState_build_closure2(), _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); t3 = new A.AppForm(t3, _null, new A.SizedBox(280, _null, A.Column$(t5, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), _this._user_details$_focusNode, _null); } t4 = type$.JSArray_legacy_Widget; t5 = A._setArrayType([], t4); if (_this._user_details$_secret != null) - B.JSArray_methods.addAll$1(t5, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._EnableTwoFactorState_build_closure3(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._EnableTwoFactorState_build_closure4(_this), _null)], t4)); - return A.AlertDialog$(t5, B.EdgeInsets_0_0_0_0, _null, t3, B.EdgeInsets_24_20_24_24, _null, t2); + B.JSArray_methods.addAll$1(t5, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._EnableTwoFactorState_build_closure3(context), _null), A.TextButton$(false, A.Text$(t1.get$save(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._EnableTwoFactorState_build_closure4(_this), _null)], t4)); + return A.AlertDialog$(t5, _null, _null, t3, _null, _null, t2); } }; A._EnableTwoFactorState_initState_closure.prototype = { @@ -453883,7 +467820,7 @@ var t1 = this.$this, t2 = t1._framework$_element; t2.toString; - A.Navigator_of(t2, false).pop$0(0); + A.Navigator_of(t2, false).pop$0(); t1 = t1._framework$_element; t1.toString; A.showErrorDialog(false, t1, error); @@ -453899,7 +467836,7 @@ call$0() { return this.$this._user_details$_isLoading = true; }, - $signature: 22 + $signature: 23 }; A._EnableTwoFactorState__onSavePressed_closure1.prototype = { call$1(data) { @@ -453914,10 +467851,12 @@ A.showToast(t2 == null ? "" : t2); t2 = t1._framework$_element; t2.toString; - A.StoreProvider_of(t2, type$.legacy_AppState).get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + t2 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.RefreshData(null, false, false, false)); t1 = t1._framework$_element; t1.toString; - A.Navigator_of(t1, false).pop$0(0); + A.Navigator_of(t1, false).pop$0(); }, $signature: 6 }; @@ -453925,7 +467864,7 @@ call$0() { return this.$this._user_details$_isLoading = false; }, - $signature: 22 + $signature: 23 }; A._EnableTwoFactorState__onSavePressed_closure2.prototype = { call$1(error) { @@ -453941,7 +467880,7 @@ call$0() { return this.$this._user_details$_isLoading = false; }, - $signature: 22 + $signature: 23 }; A._EnableTwoFactorState_build_closure.prototype = { call$1(value) { @@ -453959,7 +467898,7 @@ call$1(context) { return this.$this._user_details$_onSavePressed$0(); }, - $signature: 30 + $signature: 31 }; A._EnableTwoFactorState_build_closure2.prototype = { call$0() { @@ -453969,7 +467908,7 @@ }; A._EnableTwoFactorState_build_closure3.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -453980,13 +467919,13 @@ $signature: 0 }; A.__UserDetailsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -453995,7 +467934,7 @@ } }; A.UserDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.UserDetailsScreen_build_closure(), A.user_details_vm_UserDetailsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_UserDetailsVM); } @@ -454009,7 +467948,7 @@ t1 = t1.selectedCompanyIndex; return new A.UserDetails(viewModel, new A.ValueKey(t2 + t3._list[t1].userCompany.user.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2734 + $signature: 2775 }; A.UserDetailsVM.prototype = { get$user(receiver) { @@ -454018,9 +467957,11 @@ }; A.UserDetailsVM_fromStore_closure.prototype = { call$1(user) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateUserSettings(user)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateUserSettings(user)); }, - $signature: 2735 + $signature: 2776 }; A.UserDetailsVM_fromStore_closure5.prototype = { call$1(context) { @@ -454050,16 +467991,18 @@ t2 = this.state; t1 = t2.uiState.selectedCompanyIndex; t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure2()); - this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore____closure2.prototype = { call$1(b) { b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 73 + $signature: 74 }; A.UserDetailsVM_fromStore_closure6.prototype = { call$1(context) { @@ -454086,16 +468029,18 @@ t2 = this.state; t1 = t2.uiState.selectedCompanyIndex; t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure1()); - this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(b) { b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 73 + $signature: 74 }; A.UserDetailsVM_fromStore_closure7.prototype = { call$1(context) { @@ -454116,9 +468061,11 @@ }; A.UserDetailsVM_fromStore___closure0.prototype = { call$2(password, idToken) { - this.store.get$_dispatchers()[0].call$1(new A.DisableTwoFactorRequest(this.completer, password, idToken)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DisableTwoFactorRequest(this.completer, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore_closure2.prototype = { call$1(context) { @@ -454154,9 +468101,11 @@ t3 = this.state; t2 = t3.uiState.selectedCompanyIndex; t2 = t3.userCompanyStates._list[t2].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure6()); - this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t2, password, idToken)); + t3 = this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.SaveAuthUserRequest(completer, t2, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore____closure5.prototype = { call$1(value) { @@ -454169,7 +468118,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 73 + $signature: 74 }; A.UserDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -454189,7 +468138,7 @@ $call$body$UserDetailsVM_fromStore__closure0(password, idToken) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, signedIn, error, t1, t2, exception, $async$exception; + $async$handler = 1, $async$currentError, $async$self = this, signedIn, error, t1, t2, exception, $async$exception; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -454240,7 +468189,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 496 + $signature: 516 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -454249,10 +468198,13 @@ A.GoogleOAuth_signOut(); t1 = _this.context; A.showErrorDialog(false, t1, A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$anErrorOccurredTryAgain()); - } else - _this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); + } else { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); + } }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -454282,9 +468234,11 @@ t2 = this.state; t1 = t2.uiState.selectedCompanyIndex; t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure4()); - this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore____closure3.prototype = { call$1(value) { @@ -454297,7 +468251,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 73 + $signature: 74 }; A.UserDetailsVM_fromStore_closure8.prototype = { call$1(context) { @@ -454327,9 +468281,11 @@ t2 = this.state; t1 = t2.uiState.selectedCompanyIndex; t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure0()); - this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore____closure.prototype = { call$1(value) { @@ -454342,7 +468298,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 73 + $signature: 74 }; A.UserDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -454365,7 +468321,7 @@ $call$body$UserDetailsVM_fromStore__closure(password, idToken) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$next = [], $async$self = this, error, exception; + $async$self = this, error, exception; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -454385,13 +468341,15 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 496 + $signature: 516 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { - this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); }, - $signature: 38 + $signature: 39 }; A.UserDetailsVM_fromStore___closure5.prototype = { call$1(error) { @@ -454437,7 +468395,7 @@ call$1(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, newUserSettings, t1, t2, t3; + $async$self = this, t3, newUserSettings, t1, t2; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -454446,7 +468404,8 @@ case 0: // Function start t1 = $async$self.store; - t2 = A._lateReadCheck(t1.__Store__state, "_state"); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; newUserSettings = t3._list[t2].userCompany.settings; @@ -454458,7 +468417,9 @@ t2 = $.$get$navigatorKey(); t2.toString; t3 = A.snackBarCompleter($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), $async$self.localization.get$refreshComplete(), true, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(t3, true, true, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(t3, true, true, false)); $async$goto = 4; return A._asyncAwait(A.showDialog(null, false, new A.UserDetailsVM_fromStore____closure8(), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), null, true, type$.legacy_AlertDialog), $async$call$1); case 4: @@ -454472,13 +468433,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 811 + $signature: 767 }; A.UserDetailsVM_fromStore____closure8.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 175 + $signature: 172 }; A.UserDetailsVM_fromStore___closure9.prototype = { call$1(_) { @@ -454489,10 +468450,14 @@ A.UserDetailsVM_fromStore____closure7.prototype = { call$2(password, idToken) { var t1 = this.store, - t2 = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState.user; - t1.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(this.completer, t2, password, idToken)); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.settingsUIState.user; + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveAuthUserRequest(this.completer, t2, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.WorkflowSettings.prototype = { createState$0() { @@ -454509,21 +468474,23 @@ t1.addListener$1(0, _this.get$_workflow_settings$_onTabChanged()); }, _workflow_settings$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._workflow_settings$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._workflow_settings$_focusNode.dispose$0(0); + _this._workflow_settings$_focusNode.dispose$0(); _this._workflow_settings$_controller.removeListener$1(0, _this.get$_workflow_settings$_onTabChanged()); - _this._workflow_settings$_controller.dispose$0(0); - _this.super$__WorkflowSettingsState_State_SingleTickerProviderStateMixin$dispose(0); + _this._workflow_settings$_controller.dispose$0(); + _this.super$__WorkflowSettingsState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, _s14_ = "stop_on_unpaid", _s19_ = "stop_on_unpaid_help", @@ -454608,7 +468575,7 @@ b.get$_company_model$_$this()._stopOnUnpaidRecurring = this.value; return b; }, - $signature: 23 + $signature: 24 }; A._WorkflowSettingsState_build_closure1.prototype = { call$1(value) { @@ -454654,7 +468621,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._WorkflowSettingsState_build_closure5.prototype = { call$1(value) { @@ -454683,13 +468650,13 @@ $signature: 13 }; A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -454698,7 +468665,7 @@ } }; A.WorkflowSettingsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.WorkflowSettingsScreen_build_closure(), A.workflow_vm_WorkflowSettingsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_WorkflowSettingsVM); } @@ -454707,7 +468674,7 @@ call$2(context, viewModel) { return new A.WorkflowSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2737 + $signature: 2778 }; A.WorkflowSettingsVM.prototype = { get$company() { @@ -454716,15 +468683,19 @@ }; A.WorkflowSettingsVM_fromStore_closure0.prototype = { call$1(settings) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 170 + $signature: 177 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 126 }; A.WorkflowSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -454739,27 +468710,35 @@ }; A.WorkflowSettingsVM_fromStore__closure.prototype = { call$0() { - var t2, completer, _this = this, + var settingsUIState, completer, _this = this, t1 = _this.store, - settingsUIState = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState; + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + settingsUIState = t2.uiState.settingsUIState; switch (settingsUIState.entityType) { case B.EntityType_company: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t2 = settingsUIState.company; - t1.get$_dispatchers()[0].call$1(new A.SaveCompanyRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveCompanyRequest(completer, t2)); break; case B.EntityType_group: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_GroupEntity); t2 = settingsUIState.group; - t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveGroupRequest(completer, t2)); break; case B.EntityType_client: t2 = _this.context; completer = A.snackBarCompleter(t2, A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.legacy_ClientEntity); t2 = settingsUIState.client; - t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(completer, t2)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveClientRequest(completer, t2)); break; } }, @@ -454781,12 +468760,14 @@ t1.addListener$1(0, _this.get$_subscription_edit$_onTabChanged()); }, _subscription_edit$_onTabChanged$0() { - var store, + var store, t2, t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._subscription_edit$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateSettingsTab(t1)); }, didChangeDependencies$0() { var subscription, webhookConfiguration, _this = this, _null = null, @@ -454814,13 +468795,13 @@ B.JSArray_methods.forEach$1(_this._subscription_edit$_controllers, new A._SubscriptionEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._subscription_edit$_focusNode.dispose$0(0); + _this._subscription_edit$_focusNode.dispose$0(); _this._subscription_edit$_controller.removeListener$1(0, _this.get$_subscription_edit$_onTabChanged()); - _this._subscription_edit$_controller.dispose$0(0); + _this._subscription_edit$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._subscription_edit$_controllers, new A._SubscriptionEditState_dispose_closure(_this)); - _this.super$__SubscriptionEditState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__SubscriptionEditState_State_SingleTickerProviderStateMixin$dispose(); }, _subscription_edit$_onChanged$0() { var _this = this, @@ -454828,7 +468809,7 @@ if (!J.$eq$(subscription, _this._widget.viewModel.subscription)) _this._subscription_edit$_debouncer.run$1(new A._SubscriptionEditState__onChanged_closure0(_this, subscription)); }, - build$1(_, context) { + build$1(context) { var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, _this = this, _null = null, _s6_ = ":count", viewModel = _this._widget.viewModel, state = viewModel.state, @@ -454864,7 +468845,7 @@ t14 = A.FormCard$(_null, A._setArrayType([t12, A.DynamicSelector$(true, subscription.groupId, t14.call$1(t15[t6].groupState.map), B.EntityType_group, _null, _null, new A._SubscriptionEditState_build_closure(viewModel, subscription), _null), new A.UserPicker(subscription.assignedUserId, new A._SubscriptionEditState_build_closure0(viewModel, subscription), _null)], t8), _null, _null, false, _null, false, _null); t12 = t15[t6]; t16 = t12.productState; - t12 = A._setArrayType([A.EntityDropdown$(true, false, false, _null, A.dropdownProductsSelector(t16.map, t16.list, t12.userState.map), t15[t6].productState.map, B.EntityType_product, B.List_empty0, t1.get$products(), _null, _null, new A._SubscriptionEditState_build_closure1(subscription, viewModel, context), _null, _null, _null), new A.SizedBox(_null, 8, _null, _null)], t8); + t12 = A._setArrayType([A.EntityDropdown$(true, false, false, _null, A.dropdownProductsSelector(t16.map, t16.list, t12.userState.map), t15[t6].productState.map, B.EntityType_product, B.List_empty1, t1.get$products(), _null, _null, new A._SubscriptionEditState_build_closure1(subscription, viewModel, context), _null, _null, _null), new A.SizedBox(_null, 8, _null, _null)], t8); t16 = type$.JSArray_String; t17 = type$.WhereIterable_String; t18 = type$.MappedIterable_of_String_and_legacy_ListTile; @@ -454880,7 +468861,7 @@ t22 = J.$index$asx(t15.$index(0, t21), "recurring_products"); if (t22 == null) t22 = ""; - t12.push(A.EntityDropdown$(true, false, false, _null, t20, t6, B.EntityType_product, B.List_empty0, t22, _null, _null, new A._SubscriptionEditState_build_closure4(subscription, viewModel, context), _null, _null, _null)); + t12.push(A.EntityDropdown$(true, false, false, _null, t20, t6, B.EntityType_product, B.List_empty1, t22, _null, _null, new A._SubscriptionEditState_build_closure4(subscription, viewModel, context), _null, _null, _null)); t12.push(new A.SizedBox(_null, 8, _null, _null)); B.JSArray_methods.addAll$1(t12, A.List_List$of(new A.MappedIterable(new A.WhereIterable(A._setArrayType(subscription.recurringProductIds.split(","), t16), new A._SubscriptionEditState_build_closure5(), t17), new A._SubscriptionEditState_build_closure6(state, subscription, viewModel), t18), true, t19)); t12 = A._setArrayType([t14, A.FormCard$(_null, t12, _null, _null, false, _null, true, _null)], t8); @@ -454968,13 +468949,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._SubscriptionEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._SubscriptionEditState_dispose_closure.prototype = { call$1(controller) { @@ -454982,7 +468963,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._SubscriptionEditState__onChanged_closure.prototype = { call$1(b) { @@ -455004,7 +468985,7 @@ t3.get$_subscription_model$_$this()._postPurchaseUrl = t1; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState__onChanged_closure0.prototype = { call$0() { @@ -455016,7 +468997,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(context) { @@ -455037,7 +469018,7 @@ b.get$_subscription_model$_$this()._subscription_model$_groupId = this.groupId; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure0.prototype = { call$1(userId) { @@ -455050,7 +469031,7 @@ b.get$_subscription_model$_$this()._subscription_model$_assignedUserId = this.userId; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure1.prototype = { call$1(value) { @@ -455058,7 +469039,7 @@ this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure18(A._setArrayType(t1.productIds.split(","), type$.JSArray_String), value))); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure19(this.context)); }, - $signature: 35 + $signature: 36 }; A._SubscriptionEditState_build__closure18.prototype = { call$1(b) { @@ -455069,7 +469050,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build___closure3.prototype = { call$1(part) { @@ -455081,7 +469062,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 36 + $signature: 37 }; A._SubscriptionEditState_build_closure2.prototype = { call$1(element) { @@ -455096,7 +469077,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _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$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure17(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 253 + $signature: 265 }; A._SubscriptionEditState_build__closure17.prototype = { call$0() { @@ -455113,7 +469094,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure4.prototype = { call$1(value) { @@ -455121,7 +469102,7 @@ this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure15(A._setArrayType(t1.recurringProductIds.split(","), type$.JSArray_String), value))); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure16(this.context)); }, - $signature: 35 + $signature: 36 }; A._SubscriptionEditState_build__closure15.prototype = { call$1(b) { @@ -455132,7 +469113,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build___closure1.prototype = { call$1(part) { @@ -455144,7 +469125,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 36 + $signature: 37 }; A._SubscriptionEditState_build_closure5.prototype = { call$1(element) { @@ -455159,7 +469140,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _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$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure14(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 253 + $signature: 265 }; A._SubscriptionEditState_build__closure14.prototype = { call$0() { @@ -455176,7 +469157,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure8.prototype = { call$1(value) { @@ -455189,7 +469170,7 @@ b.get$_subscription_model$_$this()._subscription_model$_frequencyId = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure7.prototype = { call$1(entry) { @@ -455197,7 +469178,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: 363 + $signature: 328 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -455210,14 +469191,14 @@ b.get$_subscription_model$_$this()._subscription_model$_autoBill = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure9.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._SubscriptionEditState_build_closure11.prototype = { call$1(value) { @@ -455230,7 +469211,7 @@ b.get$_subscription_model$_$this()._subscription_model$_isAmountDiscount = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure12.prototype = { call$1(value) { @@ -455243,7 +469224,7 @@ b.get$_subscription_model$_$this()._allowQueryOverrides = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure13.prototype = { call$1(value) { @@ -455256,7 +469237,7 @@ b.get$_subscription_model$_$this()._allowPlanChanges = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure14.prototype = { call$1(value) { @@ -455269,7 +469250,7 @@ b.get$_subscription_model$_$this()._allowCancellation = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure15.prototype = { call$1(value) { @@ -455282,7 +469263,7 @@ b.get$_subscription_model$_$this()._refundPeriod = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure16.prototype = { call$1(value) { @@ -455294,7 +469275,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 791 + $signature: 771 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(value) { @@ -455307,7 +469288,7 @@ b.get$_subscription_model$_$this()._trialDuration = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure18.prototype = { call$1(value) { @@ -455319,7 +469300,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 791 + $signature: 771 }; A._SubscriptionEditState_build_closure19.prototype = { call$1(value) { @@ -455332,13 +469313,13 @@ b.get$webhookConfiguration().get$_subscription_model$_$this()._postPurchaseRestMethod = this.value; return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure20.prototype = { call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure2()); }, - $signature: 72 + $signature: 70 }; A._SubscriptionEditState_build__closure2.prototype = { call$0() { @@ -455349,7 +469330,7 @@ call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure1()); }, - $signature: 72 + $signature: 70 }; A._SubscriptionEditState_build__closure1.prototype = { call$0() { @@ -455374,14 +469355,14 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().$indexSet(0, this.key, this.value); return b; }, - $signature: 80 + $signature: 83 }; A._SubscriptionEditState_build_closure23.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, false, _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$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), B.EdgeInsets_8_8_8_8, _null, _this.localization.get$removeHeader(), _null), _null); }, - $signature: 253 + $signature: 265 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -455394,16 +469375,16 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 80 + $signature: 83 }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -455412,7 +469393,7 @@ } }; A.SubscriptionEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.SubscriptionEditScreen_build_closure(), new A.SubscriptionEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_SubscriptionEditVM); } @@ -455421,13 +469402,13 @@ call$1(store) { return A.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 2740 + $signature: 2781 }; A.SubscriptionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.SubscriptionEdit(viewModel, new A.ValueKey(viewModel.subscription.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2741 + $signature: 2782 }; A.SubscriptionEditVM.prototype = { get$subscription() { @@ -455439,18 +469420,22 @@ }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure.prototype = { call$1(subscription) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateSubscription(subscription)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 318 + $signature: 362 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.SubscriptionEntity_SubscriptionEntity(_null, _null), true); t1 = this.state.uiState; t1.subscriptionUIState.toString; t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -455467,10 +469452,12 @@ }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var subscription, t3, $navigator, t4, t1 = this.store, - subscription = A._lateReadCheck(t1.__Store__state, "_state").uiState.subscriptionUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + subscription = t2.uiState.subscriptionUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -455479,16 +469466,18 @@ return null; } t2 = new A._Future($.Zone__current, type$._Future_legacy_SubscriptionEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveSubscriptionRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_SubscriptionEntity), subscription)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveSubscriptionRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_SubscriptionEntity), subscription)); return t2.then$1$1(0, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0(subscription, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1()); }, - $signature: 33 + $signature: 34 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseEnterAName(), false, null); }, - $signature: 19 + $signature: 20 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0.prototype = { call$1(savedSubscription) { @@ -455509,17 +469498,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s28_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s28_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s28_, t1, t1); } else - t2.pop$1(0, savedSubscription); + t2.pop$1(savedSubscription); } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 318 + $signature: 362 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -455533,29 +469524,30 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.SubscriptionListItem.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, t7, t8, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - subscriptionUIState = uiState.subscriptionUIState, - t1 = subscriptionUIState.listUIState.selectedIds, - t2 = _this.filter, - filterMatch = t2 != null && t2.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.subscription.name], type$.JSArray_legacy_String), t2) : _null; - t2 = state.userCompanyStates; + build$1(context) { + var uiState, subscriptionUIState, t2, t3, filterMatch, t4, t5, t6, t7, t8, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + subscriptionUIState = uiState.subscriptionUIState; + t2 = subscriptionUIState.listUIState.selectedIds; + t3 = _this.filter; + filterMatch = t3 != null && t3.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.subscription.name], type$.JSArray_legacy_String), t3) : _null; + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.subscription; - t4 = t2.id; + t3 = t1._list[t3].userCompany; + t1 = _this.subscription; + t4 = t1.id; t5 = uiState.get$isEditing() ? subscriptionUIState.editing.id : subscriptionUIState.selectedId; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.SubscriptionListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.SubscriptionListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t7 = type$.JSArray_legacy_Widget; - t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(t2.price, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); + t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(t1.price, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); t8 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.SubscriptionListItem_build_closure0(_this), new A.SubscriptionListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t2, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.SubscriptionListItem_build_closure0(_this), new A.SubscriptionListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t1, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); }, get$user(receiver) { return this.user; @@ -455585,7 +469577,7 @@ $signature: 11 }; A.SubscriptionListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.SubscriptionListBuilder_build_closure(), A.subscription_list_vm_SubscriptionListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_SubscriptionListVM); } @@ -455599,7 +469591,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_subscription, new A.SubscriptionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.SubscriptionPresenter(), t1, t3); }, - $signature: 2742 + $signature: 2783 }; A.SubscriptionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -455618,17 +469610,21 @@ t2 = false; return new A.SubscriptionListItem(t4, subscription, t1.filter, t2, null); }, - $signature: 2743 + $signature: 2784 }; A.SubscriptionListVM.prototype = {}; A.SubscriptionListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -455641,13 +469637,17 @@ }; A.SubscriptionListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortSubscriptions(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortSubscriptions(field)); }, $signature: 5 }; A.SubscriptionListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearSubscriptionMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearSubscriptionMultiselect()); }, $signature: 10 }; @@ -455657,99 +469657,132 @@ } }; A.SubscriptionScreen.prototype = { - build$1(_, context) { - var t4, t5, t6, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.subscriptionUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.subscriptionList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType([], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_subscription, false, B.List_empty18, 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"], t5), B.List_empty19, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.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), t3.get$newSubscription()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_subscription, t2, new A.SubscriptionScreen_build_closure7(store), t4, _null, _null, new A.SubscriptionScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.SubscriptionListBuilder(_null), t6, B.EntityType_subscription, t3, 0, _null, new A.SubscriptionScreen_build_closure9(store), new A.SubscriptionScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.subscriptionUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.subscriptionList; + t3 = t3.filter; + t6 = type$.JSArray_legacy_String; + t7 = A.List_List$of(A._setArrayType([], t6), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t6), B.EntityType_subscription, false, B.List_empty19, 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_empty20, 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$newSubscription()) : _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, _null, B.EntityType_subscription, t1, 0, _null, new A.SubscriptionScreen_build_closure9(store), _null, new A.SubscriptionScreen_build_closure10(store)); } }; A.SubscriptionScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartSubscriptionMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartSubscriptionMultiselect()); }, $signature: 10 }; A.SubscriptionScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptions(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterSubscriptions(value)); }, $signature: 9 }; A.SubscriptionScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, $signature: 27 }; A.SubscriptionScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.subscriptionUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearSubscriptionMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartSubscriptionMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.subscriptionUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearSubscriptionMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartSubscriptionMultiselect()); + } }, $signature: 1 }; A.SubscriptionScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortSubscriptions(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortSubscriptions(value)); }, $signature: 9 }; A.SubscriptionScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, $signature: 27 }; A.SubscriptionScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.subscriptionUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearSubscriptionMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartSubscriptionMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.subscriptionUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearSubscriptionMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartSubscriptionMultiselect()); + } }, $signature: 1 }; A.SubscriptionScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterSubscriptionsByCustom1(value)); }, $signature: 5 }; A.SubscriptionScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterSubscriptionsByCustom2(value)); }, $signature: 5 }; A.SubscriptionScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterSubscriptionsByCustom3(value)); }, $signature: 5 }; A.SubscriptionScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterSubscriptionsByCustom4(value)); }, $signature: 5 }; @@ -455760,7 +469793,7 @@ $signature: 1 }; A.SubscriptionScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.SubscriptionScreenBuilder_build_closure(), A.subscription_screen_vm_SubscriptionScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_SubscriptionScreenVM); } @@ -455769,7 +469802,7 @@ call$2(context, vm) { return new A.SubscriptionScreen(vm, null); }, - $signature: 2744 + $signature: 2785 }; A.SubscriptionScreenVM.prototype = {}; A.SubscriptionView.prototype = { @@ -455778,7 +469811,7 @@ } }; A._SubscriptionViewState.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, viewModel = _this._widget.viewModel, subscription = viewModel.subscription, @@ -455821,10 +469854,10 @@ call$0() { return A.launchUrl(A.Uri_parse(this.subscription.purchasePage, 0, null)); }, - $signature: 26 + $signature: 28 }; A.SubscriptionViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.SubscriptionViewScreen_build_closure(this), new A.SubscriptionViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_SubscriptionViewVM); } @@ -455833,13 +469866,13 @@ call$1(store) { return A.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 2745 + $signature: 2786 }; A.SubscriptionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 2746 + $signature: 2787 }; A.SubscriptionViewVM.prototype = { get$subscription() { @@ -455851,7 +469884,9 @@ }; A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/subscriptions")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/subscriptions")); }, $signature: 1 }; @@ -455866,15 +469901,16 @@ } }; A._UpdateDialogState.prototype = { - build$1(_, context) { - var message, t4, t5, t0, t6, t7, t8, _this = this, _null = null, + build$1(context) { + var t3, account, message, t4, t5, t0, t6, t7, t8, _this = this, _null = null, _s14_ = "php81_required", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex, - account = t2._list[t3].userCompany.account; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + account = t3._list[t2].userCompany.account; if (_this.updateState === B.UpdateState_2) { message = _this.updateResponse; if (message.length === 0) { @@ -455943,25 +469979,25 @@ t5 = A._setArrayType([], t4); t6 = _this.updateState; if (t6 === B.UpdateState_0) { - t4 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure0(context), _null)], t4); + t4 = 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._UpdateDialogState_build_closure0(context), _null)], t4); if (account.get$isUpdateAvailable()) - t4.push(A.TextButton$(false, A.Text$(t1.get$releaseNotes().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure1(), _null)); + t4.push(A.TextButton$(false, A.Text$(t1.get$releaseNotes().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._UpdateDialogState_build_closure1(), _null)); else { t6 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "view_changes"); if (t6 == null) t6 = ""; - t4.push(A.TextButton$(false, A.Text$(t6.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure2(account), _null)); + t4.push(A.TextButton$(false, A.Text$(t6.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._UpdateDialogState_build_closure2(account), _null)); } if (!account.isDocker) { t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "update_now"); if (t1 == null) t1 = ""; - t4.push(A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure3(_this, context), _null)); + t4.push(A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._UpdateDialogState_build_closure3(_this, context), _null)); } B.JSArray_methods.addAll$1(t5, t4); } else if (t6 === B.UpdateState_2) - t5.push(A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure4(context, store), _null)); - return A.AlertDialog$(t5, B.EdgeInsets_0_0_0_0, _null, t3, B.EdgeInsets_24_20_24_24, _null, t2); + t5.push(A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._UpdateDialogState_build_closure4(context, store), _null)); + return A.AlertDialog$(t5, _null, _null, t3, _null, _null, t2); }, updateApp$1(context) { return this.updateApp$body$_UpdateDialogState(context); @@ -455969,7 +470005,7 @@ updateApp$body$_UpdateDialogState(context) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$self = this, store; + $async$self = this, store, t1; var $async$updateApp$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -455978,7 +470014,9 @@ case 0: // Function start store = A.StoreProvider_of(context, type$.legacy_AppState); - A.passwordCallback(true, new A._UpdateDialogState_updateApp_closure($async$self, A._lateReadCheck(store.__Store__state, "_state"), store, context), context, false); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.passwordCallback(true, new A._UpdateDialogState_updateApp_closure($async$self, t1, store, context), context, false); // implicit return return A._asyncReturn(null, $async$completer); } @@ -455995,7 +470033,7 @@ }; A._UpdateDialogState_build_closure0.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -456003,13 +470041,13 @@ call$0() { return A.launchUrl(A.Uri_parse(string$.https_g, 0, null)); }, - $signature: 26 + $signature: 28 }; A._UpdateDialogState_build_closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse(B.JSString_methods.replaceFirst$2("https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable", "VERSION", this.account.currentVersion), 0, null)); }, - $signature: 26 + $signature: 28 }; A._UpdateDialogState_build_closure3.prototype = { call$0() { @@ -456019,8 +470057,10 @@ }; A._UpdateDialogState_build_closure4.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); - this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); + A.Navigator_of(this.context, false).pop$0(); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(null, false, false, false)); }, $signature: 1 }; @@ -456033,13 +470073,13 @@ credentials = t2.get$credentials(t2); new A.WebClient().post$5$idToken$password$rawResponse(credentials.url + "/self-update", credentials.token, idToken, password, true).then$1$1(0, new A._UpdateDialogState_updateApp__closure0(t1, _this.store), type$.Null).catchError$1(new A._UpdateDialogState_updateApp__closure1(t1, _this.context)); }, - $signature: 38 + $signature: 39 }; A._UpdateDialogState_updateApp__closure.prototype = { call$0() { return this.$this.updateState = B.UpdateState_1; }, - $signature: 774 + $signature: 772 }; A._UpdateDialogState_updateApp__closure0.prototype = { call$1(response) { @@ -456071,7 +470111,7 @@ call$0() { return this.$this.updateState = B.UpdateState_0; }, - $signature: 774 + $signature: 772 }; A.TaskEdit.prototype = { createState$0() { @@ -456089,16 +470129,16 @@ if (this._widget.viewModel.taskTimeIndex != null) this._task_edit$_controller.animateTo$1(1); }, - dispose$0(_) { - this._task_edit$_controller.dispose$0(0); - this.super$__TaskEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._task_edit$_controller.dispose$0(); + this.super$__TaskEditState_State_SingleTickerProviderStateMixin$dispose(); }, _task_edit$_onSavePressed$2(context, action) { if (!$.$get$_TaskEditState__formKey().get$currentState().validate$0()) return; this._widget.viewModel.onSavePressed.call$2(context, action); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -456148,7 +470188,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -456157,13 +470197,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 2748 + $signature: 2789 }; A._TaskEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._task_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 60 }; A._TaskEditState_build_closure.prototype = { call$0() { @@ -456180,22 +470220,24 @@ $signature: 1 }; A._BottomBar.prototype = { - build$1(_, context) { - var t3, t4, t5, _null = null, + build$1(context) { + var useSidebarEditor, t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - t2 = A._lateReadCheck(store.__Store__state, "_state").prefState, - useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_task); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.prefState; + useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_task); if (useSidebarEditor == null) useSidebarEditor = false; t3 = A.Theme_of(context).cardColor; t4 = A._setArrayType([], type$.JSArray_legacy_Widget); if (A.getLayout(context) === B.AppLayout_desktop) { t5 = useSidebarEditor ? t1.get$fullscreenEditor() : t1.get$sidebarEditor(); - t4.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._BottomBar_build_closure(store), _null, _null, _null, _null, _null, _null), t5)); + t4.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._BottomBar_build_closure(store), _null, _null, _null, _null, _null, _null, _null), t5)); } t5 = A.getLayout(context); - t4.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_0_0_0, new A.Align(B.Alignment_m1_0, _null, _null, new A.LiveText(_null, new A._BottomBar_build_closure0(this, t1, context), A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null), _null), _null, _null, t5 === B.AppLayout_desktop, false, _null)); + t4.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_0_0_0, new A.Align(B.Alignment_m1_0, _null, _null, new A.LiveText(_null, new A._BottomBar_build_closure0(this, t1, context), A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null), _null), _null, _null, t5 === B.AppLayout_desktop, false, _null)); return A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t4, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), t3, 0, new A.CircularNotchedRectangle()); }, get$task() { @@ -456204,7 +470246,9 @@ }; A._BottomBar_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_task)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_task)); }, $signature: 10 }; @@ -456218,16 +470262,16 @@ return t1 + " \u2022 " + title; return title; }, - $signature: 131 + $signature: 128 }; A.__TaskEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -456268,9 +470312,9 @@ _this._task_edit_desktop$_updatedAt = Date.now(); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._task_edit_desktop$_controllers, new A._TaskEditDesktopState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _task_edit_desktop$_onChanged$0() { var _this = this, @@ -456278,7 +470322,7 @@ if (!J.$eq$(task, _this._widget.viewModel.task)) _this._task_edit_desktop$_debouncer.run$1(new A._TaskEditDesktopState__onChanged_closure0(_this, task)); }, - build$1(_, context) { + build$1(context) { var store, viewModel, task, state, t2, t3, t4, company, t5, client, showEndDate, taskTimes, overlapping, t6, t7, t8, rateLabel, tableHeaderColor, t9, t10, t11, index, date, t12, t13, t14, t15, _this = this, _null = null, _s12_ = "invalid_time", t1 = $.$get$navigatorKey(); @@ -456320,7 +470364,7 @@ t9 = $.$get$memoizedDropdownClientList(); t10 = t3[t2]; t11 = t10.clientState; - B.JSArray_methods.addAll$1(t6, A._setArrayType([A.EntityDropdown$(true, false, true, t5, t9.call$4(t11.map, t11.list, t10.userState.map, state.staticState), _null, B.EntityType_client, B.List_empty0, t8, new A._TaskEditDesktopState_build_closure1(viewModel, context), _null, new A._TaskEditDesktopState_build_closure2(viewModel, task), _null, _null, _null), new A.ProjectPicker(t7, t5, new A._TaskEditDesktopState_build_closure3(store, viewModel, task), new A._TaskEditDesktopState_build_closure4(viewModel, context), new A.ValueKey("__project_" + t5 + "__", type$.ValueKey_String))], t4)); + B.JSArray_methods.addAll$1(t6, A._setArrayType([A.EntityDropdown$(true, false, true, t5, t9.call$4(t11.map, t11.list, t10.userState.map, state.staticState), _null, B.EntityType_client, B.List_empty1, t8, new A._TaskEditDesktopState_build_closure1(viewModel, context), _null, new A._TaskEditDesktopState_build_closure2(viewModel, task), _null, _null, _null), new A.ProjectPicker(t7, t5, new A._TaskEditDesktopState_build_closure3(store, viewModel, task), new A._TaskEditDesktopState_build_closure4(viewModel, context), new A.ValueKey("__project_" + t5 + "__", type$.ValueKey_String))], t4)); } t6.push(new A.UserPicker(task.assignedUserId, new A._TaskEditDesktopState_build_closure5(viewModel, task), _null)); t6.push(new A.CustomField(_this._task_edit_desktop$_custom1Controller, _null, _null, "task1", task.customValue1, false, _null)); @@ -456412,13 +470456,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaskEditDesktopState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaskEditDesktopState_dispose_closure.prototype = { call$1(controller) { @@ -456426,7 +470470,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._TaskEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -456447,7 +470491,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -456459,20 +470503,20 @@ call$1(taskTime) { return taskTime.startDate == null && taskTime.endDate == null; }, - $signature: 207 + $signature: 222 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._startDate = null; return b; }, - $signature: 581 + $signature: 698 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure8(client))); }, - $signature: 35 + $signature: 36 }; A._TaskEditDesktopState_build__closure8.prototype = { call$1(b) { @@ -456484,19 +470528,20 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDesktopState_build_closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { - var t3, - t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, t3, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t3 = this.task; this.viewModel.onChanged.call$1(t3.rebuild$1(new A._TaskEditDesktopState_build__closure7(t2._list[t1].projectState.$get$1(0, selectedId), t3))); @@ -456514,13 +470559,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDesktopState_build_closure4.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -456533,7 +470578,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDesktopState_build_closure6.prototype = { call$1(selectedId) { @@ -456553,7 +470598,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDesktopState_build_closure7.prototype = { call$2(date, _) { @@ -456563,7 +470608,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure4(t1)); }, - $signature: 57 + $signature: 58 }; A._TaskEditDesktopState_build__closure4.prototype = { call$0() { @@ -456579,7 +470624,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure3(t1)); }, - $signature: 338 + $signature: 355 }; A._TaskEditDesktopState_build__closure3.prototype = { call$0() { @@ -456595,7 +470640,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure2(t1)); }, - $signature: 57 + $signature: 58 }; A._TaskEditDesktopState_build__closure2.prototype = { call$0() { @@ -456611,7 +470656,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure1(t1)); }, - $signature: 338 + $signature: 355 }; A._TaskEditDesktopState_build__closure1.prototype = { call$0() { @@ -456627,7 +470672,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure0(t1)); }, - $signature: 36 + $signature: 37 }; A._TaskEditDesktopState_build__closure0.prototype = { call$0() { @@ -456681,9 +470726,9 @@ B.JSArray_methods.forEach$1(_this._task_edit_details$_controllers, new A._TaskEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._task_edit_details$_controllers, new A._TaskEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _task_edit_details$_onChanged$0() { var _this = this, @@ -456691,7 +470736,7 @@ if (!J.$eq$(task, _this._widget.viewModel.task)) _this._task_edit_details$_debouncer.run$1(new A._TaskEditDetailsState__onChanged_closure0(_this, task)); }, - build$1(_, context) { + build$1(context) { var store, viewModel, task, state, t2, t3, t4, company, t5, client, t6, t7, t8, rateLabel, t9, t10, t11, _this = this, _null = null, t1 = $.$get$navigatorKey(); t1.toString; @@ -456724,7 +470769,7 @@ t9 = $.$get$memoizedDropdownClientList(); t10 = t3[t2]; t11 = t10.clientState; - B.JSArray_methods.addAll$1(t6, A._setArrayType([A.EntityDropdown$(true, false, false, t5, t9.call$4(t11.map, t11.list, t10.userState.map, state.staticState), _null, B.EntityType_client, B.List_empty0, t4, new A._TaskEditDetailsState_build_closure(viewModel, context), _null, new A._TaskEditDetailsState_build_closure0(viewModel, task), _null, _null, _null), new A.ProjectPicker(t7, t5, new A._TaskEditDetailsState_build_closure1(store, viewModel, task), new A._TaskEditDetailsState_build_closure2(viewModel, context), new A.ValueKey("__project_" + t5 + "__", type$.ValueKey_String))], t8)); + B.JSArray_methods.addAll$1(t6, A._setArrayType([A.EntityDropdown$(true, false, false, t5, t9.call$4(t11.map, t11.list, t10.userState.map, state.staticState), _null, B.EntityType_client, B.List_empty1, t4, new A._TaskEditDetailsState_build_closure(viewModel, context), _null, new A._TaskEditDetailsState_build_closure0(viewModel, task), _null, _null, _null), new A.ProjectPicker(t7, t5, new A._TaskEditDetailsState_build_closure1(store, viewModel, task), new A._TaskEditDetailsState_build_closure2(viewModel, context), new A.ValueKey("__project_" + t5 + "__", type$.ValueKey_String))], t8)); } t6.push(new A.UserPicker(task.assignedUserId, new A._TaskEditDetailsState_build_closure3(viewModel, task), _null)); t6.push(A.DecoratedFormField$(false, _null, false, false, _this._task_edit_details$_numberController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$taskNumber(), _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)); @@ -456748,13 +470793,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaskEditDetailsState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaskEditDetailsState_dispose_closure.prototype = { call$1(controller) { @@ -456762,7 +470807,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._TaskEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -456783,7 +470828,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -456795,7 +470840,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure2(client))); }, - $signature: 35 + $signature: 36 }; A._TaskEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -456807,19 +470852,20 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { - var t3, - t1 = A._lateReadCheck(this.store.__Store__state, "_state"), - t2 = t1.userCompanyStates; + var t2, t3, + t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; t3 = this.task; this.viewModel.onChanged.call$1(t3.rebuild$1(new A._TaskEditDetailsState_build__closure1(t2._list[t1].projectState.$get$1(0, selectedId), t3))); @@ -456837,13 +470883,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 188 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -456856,7 +470902,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 51 + $signature: 55 }; A._TaskEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -456874,10 +470920,10 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 51 + $signature: 55 }; A.TaskEditDetailsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskEditDetailsScreen_build_closure(), new A.TaskEditDetailsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskEditDetailsVM); } @@ -456886,7 +470932,7 @@ call$1(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 2750 + $signature: 2791 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -456895,7 +470941,7 @@ else return new A.TaskEditDetails(viewModel, null); }, - $signature: 2751 + $signature: 2792 }; A.TaskEditDetailsVM.prototype = { get$task() { @@ -456907,9 +470953,11 @@ }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure.prototype = { call$1(task) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateTask(task)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateTask(task)); }, - $signature: 200 + $signature: 185 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -456922,35 +470970,45 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 119 + $signature: 116 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, $signature: 3 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 35 + $signature: 36 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2.prototype = { call$2(taskTime, index) { - var t1 = this.store; - if (index === this.task.getTaskTimes$0().length) - t1.get$_dispatchers()[0].call$1(new A.AddTaskTime(taskTime)); - else - t1.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(index, taskTime)); + var t1 = this.task.getTaskTimes$0().length, + t2 = this.store.__Store__dispatchers_F; + if (index === t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddTaskTime(taskTime)); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateTaskTime(index, taskTime)); + } }, - $signature: 771 + $signature: 774 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { - this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskTime(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 114 + $signature: 108 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -456963,7 +471021,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 119 + $signature: 116 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { @@ -456974,15 +471032,19 @@ }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, $signature: 3 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1.prototype = { call$1(client) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 35 + $signature: 36 }; A.TaskEditTimes.prototype = { createState$0() { @@ -456993,7 +471055,7 @@ _showTaskTimeEditor$2(taskTime, context) { A.showDialog(null, false, new A._TaskEditTimesState__showTaskTimeEditor_closure(this, taskTime), context, null, true, type$.legacy_ResponsivePadding); }, - build$1(_, context) { + build$1(context) { var sortedTaskTimes, taskTimeWidgets, i, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -457032,26 +471094,26 @@ t1 = this.taskTime; return new A.TimeEditDetails(B.JSArray_methods.indexOf$1(taskTimes, B.JSArray_methods.firstWhere$1(taskTimes, new A._TaskEditTimesState__showTaskTimeEditor__closure(t1))), t1, viewModel, null); }, - $signature: 2753 + $signature: 2794 }; A._TaskEditTimesState__showTaskTimeEditor__closure.prototype = { call$1(time) { var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 207 + $signature: 222 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 36 + $signature: 37 }; A._TaskEditTimesState_build_closure0.prototype = { call$1(context) { return this.$this._showTaskTimeEditor$2(this.taskTime, context); }, - $signature: 30 + $signature: 31 }; A.TimeEditDetails.prototype = { createState$0() { @@ -457063,7 +471125,7 @@ this._taskTime = this._widget.taskTime; this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -457091,8 +471153,8 @@ t10 = _this._taskTime; t10 = t10.startDate == null || t10.endDate == null ? _null : t10.get$duration(t10); t5.push(new A.DurationPicker(t10, new A.TimeEditDetailsState_build_closure3(_this, viewModel), t9, new A.ValueKey("__duration_" + t2 + "_" + t4 + "_" + t7 + "_" + t8 + "_", t3))); - t5 = A.SingleChildScrollView$(A.Column$(t5, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); - return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.TimeEditDetailsState_build_closure4(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.TimeEditDetailsState_build_closure5(_this, context), _null)], t6), B.EdgeInsets_0_0_0_0, _null, t5, B.EdgeInsets_24_20_24_24, _null, _null); + t5 = A.SingleChildScrollView$(A.Column$(t5, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); + return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.TimeEditDetailsState_build_closure4(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.TimeEditDetailsState_build_closure5(_this, context), _null)], t6), _null, _null, t5, _null, _null, _null); } }; A.TimeEditDetailsState_build_closure.prototype = { @@ -457100,7 +471162,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 57 + $signature: 58 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -457118,7 +471180,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, timeOfDay, this.viewModel)); }, - $signature: 338 + $signature: 355 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -457135,7 +471197,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure1(t1, timeOfDay, this.viewModel)); }, - $signature: 338 + $signature: 355 }; A.TimeEditDetailsState_build__closure1.prototype = { call$0() { @@ -457152,7 +471214,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure0(t1, date, this.viewModel)); }, - $signature: 57 + $signature: 58 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -457169,7 +471231,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure(t1, duration, this.viewModel)); }, - $signature: 36 + $signature: 37 }; A.TimeEditDetailsState_build__closure.prototype = { call$0() { @@ -457185,19 +471247,19 @@ call$0() { var t1 = this.$this._widget; t1.viewModel.onRemoveTaskTimePressed.call$1(t1.index); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; A.TimeEditDetailsState_build_closure5.prototype = { call$0() { this.$this._widget.viewModel.onDoneTaskTimePressed.call$0(); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; A.TaskEditTimesScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskEditTimesScreen_build_closure(), new A.TaskEditTimesScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskEditTimesVM); } @@ -457206,13 +471268,13 @@ call$1(store) { return A.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 2754 + $signature: 2795 }; A.TaskEditTimesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEditTimes(viewModel, null); }, - $signature: 2755 + $signature: 2796 }; A.TaskEditTimesVM.prototype = { get$company() { @@ -457224,30 +471286,38 @@ }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure.prototype = { call$1(index) { - return this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskTime(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 167 + $signature: 173 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.EditTaskTime()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.EditTaskTime()); }, $signature: 1 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1.prototype = { call$2(taskTime, index) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(index, taskTime)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 771 + $signature: 774 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.EditTaskTime()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.EditTaskTime()); }, $signature: 10 }; A.TaskEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskEditScreen_build_closure(), new A.TaskEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskEditVM); } @@ -457256,13 +471326,13 @@ call$1(store) { return A.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 2756 + $signature: 2797 }; A.TaskEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEdit(viewModel, new A.ValueKey(viewModel.task.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2757 + $signature: 2798 }; A.TaskEditVM.prototype = { get$task() { @@ -457274,10 +471344,12 @@ }; A.TaskEditVM_TaskEditVM$fromStore_closure0.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.TaskEntity_TaskEntity(_null, _null, _null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -457290,10 +471362,14 @@ taskTimes = t1.getTaskTimes$0(); t1 = taskTimes.length; t3 = J.get$stop$z(B.JSArray_methods.firstWhere$1(taskTimes, new A.TaskEditVM_TaskEditVM$fromStore__closure())); - t2.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(t1 - 1, t3)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateTaskTime(t1 - 1, t3)); } else { t1 = A.TaskTime_TaskTime(null, null); - t2.get$_dispatchers()[0].call$1(new A.AddTaskTime(t1)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddTaskTime(t1)); } }, $signature: 1 @@ -457302,7 +471378,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 207 + $signature: 222 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -457316,18 +471392,20 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 171 + $signature: 165 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { - var t6, $navigator, _this = this, + var task, t3, t4, origTask, t5, t6, $navigator, _this = this, t1 = _this.store, - task = A._lateReadCheck(t1.__Store__state, "_state").uiState.taskUIState.editing, - t2 = _this.state, - t3 = t2.uiState.selectedCompanyIndex, - t4 = t2.userCompanyStates._list, - origTask = t4[t3].taskState.$get$1(0, task.id), - t5 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + task = t2.uiState.taskUIState.editing; + t2 = _this.state; + t3 = t2.uiState.selectedCompanyIndex; + t4 = t2.userCompanyStates._list; + origTask = t4[t3].taskState.$get$1(0, task.id); + t5 = $.$get$navigatorKey(); t5.toString; t6 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t5), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t5.get$currentState(); @@ -457348,11 +471426,13 @@ A.handleEntitiesActions(A._setArrayType([task], type$.JSArray_legacy_BaseEntity), t4, false); else { t3 = new A._Future($.Zone__current, type$._Future_legacy_TaskEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_legacy_TaskEntity), task, true, t4)); + t5 = t1.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5[0].call$1(new A.SaveTaskRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_legacy_TaskEntity), task, true, t4)); return t3.then$1$1(0, new A.TaskEditVM_TaskEditVM$fromStore___closure0(task, t6, origTask, t1, t2, $navigator, t4), type$.Null).catchError$1(new A.TaskEditVM_TaskEditVM$fromStore___closure1()); } }, - $signature: 33 + $signature: 34 }; A.TaskEditVM_TaskEditVM$fromStore___closure.prototype = { call$1(context) { @@ -457361,7 +471441,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "task_errors"); return new A.ErrorDialog(t1 == null ? "" : t1, false, null); }, - $signature: 19 + $signature: 20 }; A.TaskEditVM_TaskEditVM$fromStore___closure0.prototype = { call$1(savedTask) { @@ -457377,20 +471457,28 @@ } else t2 = t2.get$updatedTask(); A.showToast(t2); - if (_this.origTask.statusId != savedTask.statusId) - _this.store.get$_dispatchers()[0].call$1(new A.UpdateKanban()); + if (_this.origTask.statusId != savedTask.statusId) { + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateKanban()); + } t2 = _this.state.prefState; if (t2.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s10_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s10_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s10_, t1, t1); } else - t2.pop$1(0, savedTask); + t2.pop$1(savedTask); } else { - if (!t2.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t2.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedTask, _null, false); if (t2.isEditorFullScreen$1(B.EntityType_task) && t2.editAfterSaving) A.editEntity(_null, savedTask, true, _null); @@ -457404,7 +471492,7 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 200 + $signature: 185 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -457418,7 +471506,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.KanbanTaskCard.prototype = { createState$0() { @@ -457442,21 +471530,22 @@ _this._kanban_card$_description = task.description; _this._isEditing = task.get$isNew(); }, - build$1(_, context) { - var t4, t5, project, client, textColor, color, isDragging, startLabel, t6, t7, t8, t9, t10, _this = this, _null = null, + build$1(context) { + var task, t3, t4, t5, t6, project, client, textColor, color, isDragging, startLabel, t7, t8, t9, t10, t11, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - task = _this._widget.task, - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = t2[t3].projectState; - t5 = task.projectId; - project = t4.$get$1(0, t5); - client = t2[t3].clientState.$get$1(0, task.clientId); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + task = _this._widget.task; + t3 = t2.userCompanyStates; + t4 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = t3[t4].projectState; + t6 = task.projectId; + project = t5.$get$1(0, t6); + client = t3[t4].clientState.$get$1(0, task.clientId); textColor = A.Theme_of(context).textTheme.bodyLarge.color; - t4 = t5.length !== 0; - color = t4 ? B.List_YVI[B.JSInt_methods.$mod(B.JSArray_methods.indexOf$2(t2[t3].projectState.list._list, t5, 0), 18)] : B.MaterialColor_Map_HFpTk_4288585374; + t5 = t6.length !== 0; + color = t5 ? B.List_YVI0[B.JSInt_methods.$mod(B.JSArray_methods.indexOf$2(t3[t4].projectState.list._list, t6, 0), 18)] : B.MaterialColor_Map_HFpTk_4288585374; isDragging = context.findAncestorStateOfType$1$0(type$.legacy_KanbanViewState).isDragging; if (_this._isEditing && !isDragging) { t2 = A.DecoratedFormField$(false, _null, true, false, _null, _null, true, _null, _null, _this._kanban_card$_description, _null, false, false, _null, B.TextInputType_1_null_null, _null, 10, 2, false, new A._KanbanTaskCardState_build_closure(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); @@ -457467,37 +471556,45 @@ } if (task.get$isRunning()) startLabel = t1.get$stop(t1); - else - startLabel = task.getTaskTimes$0().length === 0 ? t1.get$start(t1) : t1.get$resume(t1); - t2 = A.BorderRadius$circular(2); - t3 = _this._widget; - t5 = t3.isCorrectOrder ? 1 : 0.7; - t3 = t3.isSelected && state.prefState.appLayout === B.AppLayout_desktop ? state.get$accentColor() : B.Color_0; - t6 = A.BorderRadius$circular(2); - t7 = A.Theme_of(context).backgroundColor; - t8 = type$.JSArray_legacy_Widget; - t9 = A._setArrayType([A.Expanded$(A.Text$(task.description, _null, 3, _null, _null, _null, _null, _null, _null, _null), 1)], t8); - if (task.get$isRunning()) { - t10 = state.prefState.appLayout === B.AppLayout_desktop ? new A.EdgeInsets(4, 0, 1, 0) : new A.EdgeInsets(8, 4, 10, 0); - t9.push(new A.Padding(t10, A.Icon$(B.IconData_58571_MaterialIcons_null_false, state.get$accentColor(), 16), _null)); - } - t9 = A._setArrayType([new A.Padding(B.EdgeInsets_8_8_8_4, A.Row$(t9, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)], t8); - if (_this._kanban_card$_isHovered && !isDragging) { - t4 = A.Container$(_null, A.Center$(A.Text$(t1.get$view(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 24, _null, _null, _null, _null, _null, _null); - t4 = A.Expanded$(A.InkWell$(false, _null, true, t4, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, task.get$isNew() ? _null : new A._KanbanTaskCardState_build_closure2(state, task), _null, _null, _null, _null, _null, _null), 1); - t1 = A.Container$(_null, A.Center$(A.Text$(t1.get$edit(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 28, _null, _null, _null, _null, _null, _null); - t9.push(A.Row$(A._setArrayType([t4, A.Expanded$(A.InkWell$(false, _null, true, t1, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, task.get$isNew() ? _null : new A._KanbanTaskCardState_build_closure3(task), _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.InkWell$(false, _null, true, A.Container$(_null, A.Center$(A.Text$(startLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 24, _null, _null, _null, _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._KanbanTaskCardState_build_closure4(task), _null, _null, _null, _null, _null, _null), 1)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_5, B.MainAxisSize_1, _null)); + else if (task.getTaskTimes$0().length === 0) { + t3 = t1.get$start(t1); + startLabel = t3; } else { - t8 = A._setArrayType([A.Expanded$(new A.LiveText(_null, new A._KanbanTaskCardState_build_closure5(task, client, project), A.TextStyle$(_null, _null, A.Color$fromARGB(153, textColor.get$value(textColor) >>> 16 & 255, textColor.get$value(textColor) >>> 8 & 255, textColor.get$value(textColor) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null), 1)], t8); - if (task.documents._list.length !== 0) - t8.push(new A.Padding(B.EdgeInsets_8_0_0_0, A.Icon$(B._MdiIconData_EuK3, _null, 16), _null)); - if (state.prefState.appLayout === B.AppLayout_mobile) - t8.push(A.PopupMenuButton$(_null, _null, true, _null, _null, new A._KanbanTaskCardState_build_closure6(t1, startLabel), new A._KanbanTaskCardState_build_closure7(startLabel, task, t1), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String)); - else if (t4) - t8.push(new A.Padding(B.EdgeInsets_8_0_0_0, A.Icon$(B._MdiIconData_4ax, color, 16), _null)); - t9.push(new A.Padding(B.EdgeInsets_8_0_8_12, A.Row$(t8, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)); + t1.toString; + t3 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "resume"); + if (t3 == null) + t3 = ""; + startLabel = t3; } - return A.MouseRegion$(A.InkWell$(false, t2, true, A.Opacity$(A.Card$(A.Column$(t9, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t7, _null, _null, true, new A.RoundedRectangleBorder(t6, new A.BorderSide(t3, 1, B.BorderStyle_1))), t5), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._KanbanTaskCardState_build_closure8(_this), _null, _null, _null, _null, _null, _null), B.C__DeferringMouseCursor, _null, _null, new A._KanbanTaskCardState_build_closure9(_this), new A._KanbanTaskCardState_build_closure10(_this, state)); + t3 = A.BorderRadius$circular(2); + t4 = _this._widget; + t6 = t4.isCorrectOrder ? 1 : 0.7; + t4 = t4.isSelected && t2.prefState.appLayout === B.AppLayout_desktop ? t2.get$accentColor() : B.Color_0; + t7 = A.BorderRadius$circular(2); + t8 = A.Theme_of(context).backgroundColor; + t9 = type$.JSArray_legacy_Widget; + t10 = A._setArrayType([A.Expanded$(A.Text$(task.description, _null, 3, _null, _null, _null, _null, _null, _null, _null), 1)], t9); + if (task.get$isRunning()) { + t11 = t2.prefState.appLayout === B.AppLayout_desktop ? new A.EdgeInsets(4, 0, 1, 0) : new A.EdgeInsets(8, 4, 10, 0); + t10.push(new A.Padding(t11, A.Icon$(B.IconData_58571_MaterialIcons_null_false, t2.get$accentColor(), 16), _null)); + } + t10 = A._setArrayType([new A.Padding(B.EdgeInsets_8_8_8_4, A.Row$(t10, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)], t9); + if (_this._kanban_card$_isHovered && !isDragging) { + t5 = A.Container$(_null, A.Center$(A.Text$(t1.get$view(t1), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 24, _null, _null, _null, _null, _null, _null); + t5 = A.Expanded$(A.InkWell$(false, _null, true, t5, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, task.get$isNew() ? _null : new A._KanbanTaskCardState_build_closure2(t2, task), _null, _null, _null, _null, _null, _null, _null), 1); + t1 = A.Container$(_null, A.Center$(A.Text$(t1.get$edit(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 28, _null, _null, _null, _null, _null, _null); + t10.push(A.Row$(A._setArrayType([t5, A.Expanded$(A.InkWell$(false, _null, true, t1, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, task.get$isNew() ? _null : new A._KanbanTaskCardState_build_closure3(task), _null, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.InkWell$(false, _null, true, A.Container$(_null, A.Center$(A.Text$(startLabel, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 24, _null, _null, _null, _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._KanbanTaskCardState_build_closure4(task), _null, _null, _null, _null, _null, _null, _null), 1)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_5, B.MainAxisSize_1, _null)); + } else { + t9 = A._setArrayType([A.Expanded$(new A.LiveText(_null, new A._KanbanTaskCardState_build_closure5(task, client, project), A.TextStyle$(_null, _null, A.Color$fromARGB(153, textColor.get$value(textColor) >>> 16 & 255, textColor.get$value(textColor) >>> 8 & 255, textColor.get$value(textColor) & 255), _null, _null, _null, _null, _null, _null, _null, _null, 12, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null), 1)], t9); + if (task.documents._list.length !== 0) + t9.push(new A.Padding(B.EdgeInsets_8_0_0_0, A.Icon$(B._MdiIconData_EuK4, _null, 16), _null)); + if (t2.prefState.appLayout === B.AppLayout_mobile) + t9.push(A.PopupMenuButton$(_null, _null, true, _null, _null, new A._KanbanTaskCardState_build_closure6(t1, startLabel), new A._KanbanTaskCardState_build_closure7(startLabel, task, t1), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String)); + else if (t5) + t9.push(new A.Padding(B.EdgeInsets_8_0_0_0, A.Icon$(B._MdiIconData_4ax, color, 16), _null)); + t10.push(new A.Padding(B.EdgeInsets_8_0_8_12, A.Row$(t9, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)); + } + return A.MouseRegion$(A.InkWell$(false, t3, true, A.Opacity$(A.Card$(A.Column$(t10, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t8, _null, _null, true, new A.RoundedRectangleBorder(t7, new A.BorderSide(t4, 1, B.BorderStyle_1, B.StrokeAlign_0))), t6), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._KanbanTaskCardState_build_closure8(_this), _null, _null, _null, _null, _null, _null, _null), B.C__DeferringMouseCursor, _null, _null, new A._KanbanTaskCardState_build_closure9(_this), new A._KanbanTaskCardState_build_closure10(_this, t2)); } }; A._KanbanTaskCardState_build_closure.prototype = { @@ -457539,7 +471636,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 200 + $signature: 185 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -457555,26 +471652,26 @@ t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); } }, - $signature: 649 + $signature: 627 }; A._KanbanTaskCardState_build__closure.prototype = { call$0() { return this.$this._kanban_card$_isHovered = true; }, - $signature: 22 + $signature: 23 }; A._KanbanTaskCardState_build_closure9.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 268 + $signature: 280 }; A._KanbanTaskCardState_build__closure0.prototype = { call$0() { return this.$this._kanban_card$_isHovered = false; }, - $signature: 22 + $signature: 23 }; A._KanbanTaskCardState_build_closure2.prototype = { call$0() { @@ -457609,7 +471706,7 @@ t2 = this.project; return t1 + (!t2.get$isNew() ? " \u2022 " + t2.name : ""); }, - $signature: 131 + $signature: 128 }; A._KanbanTaskCardState_build_closure6.prototype = { call$1(context) { @@ -457617,14 +471714,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: 609 + $signature: 716 }; 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: 608 + $signature: 717 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -457682,7 +471779,7 @@ t1.toString; t1.onSavePressed$2(completer, J.trim$0$s(_this._kanban_status$_name)); }, - build$1(_, context) { + build$1(context) { var t3, t4, _this = this, _null = null, _s10_ = "unassigned", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -457704,9 +471801,9 @@ t1 = J.$index$asx(t3.$index(0, "en"), _s10_); } else t1 = $status.name; - t2 = A.Opacity$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), t2); + t2 = A.Opacity$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), t2); t1 = $status.get$isNew() ? _null : new A._KanbanStatusCardState_build_closure2(_this); - return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_8_8_8, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null); + return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_8_8_8, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null); } }; A._KanbanStatusCardState__onSavePressed_closure.prototype = { @@ -457714,7 +471811,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 245 + $signature: 259 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -457732,7 +471829,7 @@ call$1(context) { return this.$this._kanban_status$_onSavePressed$0(); }, - $signature: 30 + $signature: 31 }; A._KanbanStatusCardState_build_closure1.prototype = { call$0() { @@ -457794,7 +471891,7 @@ completer.future.catchError$1(new A.KanbanViewState__onBoardChanged_closure(_this)); _this._widget.viewModel.onBoardChanged.call$3(completer, _this._statuses, _this._kanban_view$_tasks); }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, state = _this._widget.viewModel.state, color = state.prefState.enableDarkMode ? A.Theme_of(context).cardColor : B.Color_4292927712, @@ -457827,7 +471924,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: 495 + $signature: 515 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -457847,7 +471944,7 @@ return B.JSInt_methods.compareTo$1(t1, t2 == null ? 99999 : t2); } }, - $signature: 20 + $signature: 21 }; A.KanbanViewState__onBoardChanged_closure.prototype = { call$1(error) { @@ -457876,12 +471973,12 @@ t7 = t4._newTask; t8 = t7 == null ? _null : t7.statusId; t9 = $status.id; - t5 = t8 === t9 ? A.KanbanTaskCard$(true, t4.isDragging, t5, false, new A.KanbanViewState_build__closure0(t4), new A.KanbanViewState_build__closure1(t4, $status), t7) : new A.Padding(B.EdgeInsets_8_2_0_4, A.TextButton$(false, A.Text$(A.Localizations_of(_this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$newTask(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.KanbanViewState_build__closure2(t4, $status), _null), _null); + t5 = t8 === t9 ? A.KanbanTaskCard$(true, t4.isDragging, t5, false, new A.KanbanViewState_build__closure0(t4), new A.KanbanViewState_build__closure1(t4, $status), t7) : new A.Padding(B.EdgeInsets_8_2_0_4, A.TextButton$(false, A.Text$(A.Localizations_of(_this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$newTask(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.KanbanViewState_build__closure2(t4, $status), _null), _null); t9 = t4._kanban_view$_tasks.$index(0, t9); t7 = t9 == null ? A._setArrayType([], type$.JSArray_legacy_String) : t9; return A.BoardList$(t3, _null, !t2, new A.Align(B.Alignment_m1_0, _null, _null, t5, _null), t6, t3, _null, J.map$1$1$ax(t7, new A.KanbanViewState_build__closure3(t4), type$.legacy_TaskEntity).map$1$1(0, new A.KanbanViewState_build__closure4(t4, t1, $status, statusId), type$.legacy_BoardItem).toList$0(0), new A.KanbanViewState_build__closure5(t4), _null, _null); }, - $signature: 2758 + $signature: 2799 }; A.KanbanViewState_build__closure5.prototype = { call$2(endIndex, startIndex) { @@ -457892,7 +471989,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 121 + $signature: 130 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -457916,7 +472013,7 @@ statusOrder = J.indexOf$1$asx(t1._statuses, t2); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t2, $name, statusOrder); }, - $signature: 2759 + $signature: 2800 }; A.KanbanViewState_build__closure1.prototype = { call$2(completer, description) { @@ -457928,7 +472025,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 758 + $signature: 775 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -457963,7 +472060,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.status.id; return b; }, - $signature: 51 + $signature: 55 }; A.KanbanViewState_build__closure3.prototype = { call$1(taskId) { @@ -457972,7 +472069,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.$get$1(0, taskId); }, - $signature: 190 + $signature: 181 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -457996,7 +472093,7 @@ } return A.BoardItem$(_null, !t2, _null, t3, _null, new A.KanbanViewState_build___closure2(t1, _this.status), new A.KanbanViewState_build___closure3(t1), _null); }, - $signature: 2761 + $signature: 2802 }; A.KanbanViewState_build___closure1.prototype = { call$2(completer, description) { @@ -458006,7 +472103,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: 758 + $signature: 775 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -458028,13 +472125,13 @@ var t1 = this.$this; t1.setState$1(new A.KanbanViewState_build____closure(t1)); }, - $signature: 2762 + $signature: 2803 }; A.KanbanViewState_build____closure.prototype = { call$0() { return this.$this.isDragging = true; }, - $signature: 22 + $signature: 23 }; A.KanbanViewState_build___closure2.prototype = { call$5(listIndex, itemIndex, oldListIndex, oldItemIndex, state) { @@ -458048,13 +472145,13 @@ t1.setState$1(new A.KanbanViewState_build____closure1(t1, oldStatusId, J.$index$asx(t1._kanban_view$_tasks.$index(0, this.status.id), oldItemIndex), newStatusId, itemIndex)); t1._onBoardChanged$0(); }, - $signature: 2763 + $signature: 2804 }; A.KanbanViewState_build____closure0.prototype = { call$0() { return this.$this.isDragging = false; }, - $signature: 22 + $signature: 23 }; A.KanbanViewState_build____closure1.prototype = { call$0() { @@ -458081,7 +472178,7 @@ } }; A._KanbanViewBuilderState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A._KanbanViewBuilderState_build_closure(), A.kanban_view_vm_KanbanVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_KanbanVM); } @@ -458095,14 +472192,16 @@ t3 = t1._list[t3]; return new A.KanbanView(viewModel, new A.ValueKey("__" + t3.userCompany.company.id + "_" + t3.lastUpdated + "_" + A.S(J.get$length$asx(viewModel.filteredTaskList)) + "_" + A.S(t2.taskUIState.kanbanLastUpdated) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2764 + $signature: 2805 }; A.KanbanVM.prototype = {}; A.KanbanVM_fromStore_closure.prototype = { call$3(completer, statusIds, taskIds) { - this.store.get$_dispatchers()[0].call$1(new A.SortTasksRequest(completer, statusIds, taskIds)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortTasksRequest(completer, statusIds, taskIds)); }, - $signature: 2765 + $signature: 2806 }; A.KanbanVM_fromStore_closure1.prototype = { call$4(completer, statusId, $name, statusOrder) { @@ -458113,9 +472212,11 @@ t1.status = $status; $status = $status.rebuild$1(new A.KanbanVM_fromStore__closure(t1, $name, statusOrder)); t1.status = $status; - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); }, - $signature: 2766 + $signature: 2807 }; A.KanbanVM_fromStore__closure.prototype = { call$1(b) { @@ -458126,7 +472227,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 156 + $signature: 152 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -458157,9 +472258,11 @@ t1.task = t1.task.rebuild$1(new A.KanbanVM_fromStore__closure3(t3)); } t1 = t1.task; - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(completer, t1, false, _null)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.SaveTaskRequest(completer, t1, false, _null)); }, - $signature: 2767 + $signature: 2808 }; A.KanbanVM_fromStore__closure0.prototype = { call$1(b) { @@ -458171,7 +472274,7 @@ b.get$_task_model$_$this()._task_model$_statusId = _this.statusId; return b; }, - $signature: 51 + $signature: 55 }; A.KanbanVM_fromStore__closure1.prototype = { call$1(b) { @@ -458185,7 +472288,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 51 + $signature: 55 }; A.KanbanVM_fromStore__closure2.prototype = { call$1(b) { @@ -458201,7 +472304,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 51 + $signature: 55 }; A.KanbanVM_fromStore__closure3.prototype = { call$1(b) { @@ -458215,67 +472318,68 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = t1; return b; }, - $signature: 51 + $signature: 55 }; A.TaskListItem.prototype = { - build$1(_, context) { - var t4, client, t5, t6, filterMatch, listUIState, isInMultiselect, showCheckbox, t7, isChecked, textStyle, textColor, subtitle, startStopButton, _this = this, _null = null, t1 = {}, + build$1(context) { + var uiState, taskUIState, t3, t4, t5, client, t6, t7, filterMatch, listUIState, isInMultiselect, showCheckbox, t8, isChecked, textStyle, textColor, subtitle, startStopButton, _this = this, _null = null, t1 = {}, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - taskUIState = uiState.taskUIState, - t2 = state.userCompanyStates, - t3 = uiState.selectedCompanyIndex; - t2 = t2._list; - t4 = _this.task; - client = t2[t3].clientState.$get$1(0, t4.clientId); - t5 = _this.filter; - if (t5 != null && t5.length !== 0) { - t6 = t4.matchesFilterValue$1(t5); - filterMatch = t6 == null ? client.matchesFilterValue$1(t5) : t6; + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + taskUIState = uiState.taskUIState; + t3 = t2.userCompanyStates; + t4 = uiState.selectedCompanyIndex; + t3 = t3._list; + t5 = _this.task; + client = t3[t4].clientState.$get$1(0, t5.clientId); + t6 = _this.filter; + if (t6 != null && t6.length !== 0) { + t7 = t5.matchesFilterValue$1(t6); + filterMatch = t7 == null ? client.matchesFilterValue$1(t6) : t7; } else filterMatch = _null; listUIState = taskUIState.listUIState; - t5 = listUIState.selectedIds; - isInMultiselect = t5 != null; + t6 = listUIState.selectedIds; + isInMultiselect = t6 != null; showCheckbox = _this.onCheckboxChanged != null || isInMultiselect; - t6 = _this.isDismissible; - if (t6) + t7 = _this.isDismissible; + if (t7) if (isInMultiselect) { - t7 = t4.id; - t5 = B.JSArray_methods.contains$1(t5._list, t7); - isChecked = t5; + t8 = t5.id; + t6 = B.JSArray_methods.contains$1(t6._list, t8); + isChecked = t6; } else isChecked = false; else isChecked = _this.isChecked; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); textColor = A.Theme_of(context).textTheme.bodyLarge.color; - t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t6 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); subtitle = client.displayName; t1.subtitle = subtitle; - t7 = t4.projectId; - if (t7.length !== 0) - t1.subtitle = subtitle + (" \u2022 " + t2[t3].projectState.$get$1(0, t7).name); - if (!t6) + t8 = t5.projectId; + if (t8.length !== 0) + t1.subtitle = subtitle + (" \u2022 " + t3[t4].projectState.$get$1(0, t8).name); + if (!t7) startStopButton = new A.SizedBox(_null, _null, _null, _null); else { - t2 = t4.invoiceId.length !== 0; - if (t2) - t3 = new A.SizedBox(_null, _null, _null, _null); + t3 = t5.invoiceId.length !== 0; + if (t3) + t4 = new A.SizedBox(_null, _null, _null, _null); else - t3 = A.Icon$(A.getEntityActionIcon(t4.get$isRunning() ? B.EntityAction_stop : B.EntityAction_start), _null, _null); - startStopButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, _null, t2 ? _null : new A.TaskListItem_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null, B.VisualDensity_m2_m2); + t4 = A.Icon$(A.getEntityActionIcon(t5.get$isRunning() ? B.EntityAction_stop : B.EntityAction_start), _null, _null); + startStopButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, t3 ? _null : new A.TaskListItem_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null, B.VisualDensity_m2_m2); } if (A.getLayout(context) === B.AppLayout_desktop) { - t2 = t4.id; - t2 = t2 === (uiState.get$isEditing() ? taskUIState.editing.id : taskUIState.selectedId); + t3 = t5.id; + t3 = t3 === (uiState.get$isEditing() ? taskUIState.editing.id : taskUIState.selectedId); } else - t2 = false; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t7 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t7._list[t3].userCompany, t4, new A.LayoutBuilder(new A.TaskListItem_build_closure0(t1, _this, showCheckbox, listUIState, isChecked, state, textStyle, filterMatch, textColor, new A.LiveText(_null, new A.TaskListItem_build_closure1(_this, context), textStyle, _null), startStopButton, t5), _null), t2, _this.showCheckbox, t6, _null); + t3 = false; + t4 = store.__Store__state_A; + t8 = t4.userCompanyStates; + t4 = t4.uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t8._list[t4].userCompany, t5, new A.LayoutBuilder(new A.TaskListItem_build_closure0(t1, _this, showCheckbox, listUIState, isChecked, t2, textStyle, filterMatch, textColor, new A.LiveText(_null, new A.TaskListItem_build_closure1(_this, context), textStyle, _null), startStopButton, t6), _null), t3, _this.showCheckbox, t7, _null); }, get$task() { return this.task; @@ -458285,7 +472389,7 @@ call$0() { return A.formatNumber(B.JSInt_methods._tdivFast$1(this.$this.task.calculateDuration$0()._duration, 1000000), this.context, null, null, B.FormatNumberType_6, true, null, false); }, - $signature: 131 + $signature: 128 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -458321,7 +472425,7 @@ t4 = A.Text$(t7 + (t3.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, B.TextOverflow_2, _null, _null, t4, _null, _null, _null); t7 = _this._box_0.subtitle; t8 = _this.textColor; - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_16_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t4, A.Text$(t7, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t8.get$value(t8) >>> 16 & 255, t8.get$value(t8) >>> 8 & 255, t8.get$value(t8) & 255)), _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(8, _null, _null, _null), _this.duration, new A.SizedBox(24, _null, _null, _null), A.EntityStatusChip$(t3, false, 105), new A.SizedBox(8, _null, _null, _null), _this.startStopButton], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TaskListItem_build__closure1(t1), new A.TaskListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_16_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(A._setArrayType([t4, A.Text$(t7, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t8.get$value(t8) >>> 16 & 255, t8.get$value(t8) >>> 8 & 255, t8.get$value(t8) & 255)), _null, _null, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(8, _null, _null, _null), _this.duration, new A.SizedBox(24, _null, _null, _null), A.EntityStatusChip$(t3, false, 105), new A.SizedBox(8, _null, _null, _null), _this.startStopButton], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TaskListItem_build__closure1(t1), new A.TaskListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TaskListItem_build__closure3(t1), _null, _null, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -458358,12 +472462,12 @@ t8 = t9.uiState.selectedCompanyIndex; t4 = A.convertHexStringToColor(t9.userCompanyStates._list[t8].taskStatusState.$get$1(0, t4.statusId).color); } - t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.TaskListItem_build__closure4(t1), new A.TaskListItem_build__closure5(t1), false, _null, _null, A.Row$(A._setArrayType([t5, A.Text$(t6, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4, _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, t3, _this.startStopButton, _null); + t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.TaskListItem_build__closure4(t1), new A.TaskListItem_build__closure5(t1), false, _null, _null, A.Row$(A._setArrayType([t5, A.Text$(t6, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t4, _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)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, t3, _this.startStopButton, _null); t1 = t3; } return t1; }, - $signature: 112 + $signature: 110 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -458390,7 +472494,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.task], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.TaskListItem_build__closure5.prototype = { call$0() { @@ -458413,7 +472517,7 @@ $signature: 11 }; A.TaskListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskListBuilder_build_closure(), A.task_list_vm_TaskListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskListVM); } @@ -458426,7 +472530,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_task, new A.TaskListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.TaskPresenter(), t2, t4); }, - $signature: 2768 + $signature: 2809 }; A.TaskListBuilder_build__closure.prototype = { call$2(context, index) { @@ -458434,7 +472538,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: 368 + $signature: 352 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -458444,18 +472548,24 @@ A.TaskListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 }; A.TaskListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortTasks(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortTasks(field)); }, $signature: 5 }; @@ -458467,28 +472577,31 @@ }; A.TaskListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearTaskMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearTaskMultiselect()); }, $signature: 10 }; A.TaskPresenter.prototype = { getField$2$context$field(context, field) { - var t2, t3, t4, client, t5, taskTimes, taskTime, notes, _this = this, _null = null, + var t3, t4, client, t5, taskTimes, taskTime, notes, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), task = type$.legacy_TaskEntity._as(_this.entity), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); switch (field) { case "status": return A.EntityStatusChip$(task, true, 105); case "client": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].clientState.$get$1(0, task.clientId), task, _null); case "rate": return A.Text$(A.formatNumber(task.rate, context, task.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "calculated_rate": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; t1 = t1._list; t3 = t1[t2].clientState; t4 = task.clientId; @@ -458498,8 +472611,8 @@ t3 = t3.projectState.$get$1(0, task.projectId); return A.Text$(A.formatNumber(A.taskRateSelector(client, t5, t1[t2].groupState.$get$1(0, client.groupId), t3, task), context, t4, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "project": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; return new A.LinkTextRelatedEntity(t1._list[t2].projectState.$get$1(0, task.projectId), task, _null); case "description": return new A.TableTooltip(task.description, _null); @@ -458508,8 +472621,8 @@ case "number": return A.Text$(task.number, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "invoice": - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; + t1 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; t2 = t1._list[t2].invoiceState.map; t1 = task.invoiceId; t1 = t2._map$_map.$index(0, t1); @@ -458550,76 +472663,75 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 207 + $signature: 222 }; 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: 181 + $signature: 202 }; A.TaskScreen.prototype = { - build$1(_, context) { - var company, userCompany, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _null = null, _s6_ = "_state", + build$1(context) { + var t2, t3, t4, t5, company, t6, t7, t8, t9, t10, t11, t12, t13, t14, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, _s6_), - t1 = A._lateReadCheck(store.__Store__state, _s6_), - t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - company = t2._list[t1].userCompany.company; - t1 = A._lateReadCheck(store.__Store__state, _s6_); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; - t1 = t1.uiState.selectedCompanyIndex; - userCompany = t2._list[t1].userCompany; - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = A._setArrayType([A.TaskStatusEntity_TaskStatusEntity(_null, _null).rebuild$1(new A.TaskScreen_build_closure(t1)), A.TaskStatusEntity_TaskStatusEntity(_null, _null).rebuild$1(new A.TaskScreen_build_closure0(t1))], type$.JSArray_legacy_TaskStatusEntity); - t3 = state.prefState; - t4 = t3.showKanban; - if (!t4) - t2.push(A.TaskStatusEntity_TaskStatusEntity(_null, _null).rebuild$1(new A.TaskScreen_build_closure1(t1))); - for (t5 = $.$get$memoizedSortedActiveTaskStatusIds(), t6 = state.userCompanyStates, t7 = state.uiState, t8 = t7.selectedCompanyIndex, t8 = t6._list[t8].taskStatusState, t8 = J.get$iterator$ax(t5.call$2(t8.list, t8.map)); t8.moveNext$0();) { - t5 = t8.get$current(t8); - t6 = $.BaseEntity_counter - 1; - $.BaseEntity_counter = t6; - t6 = A._$TaskStatusEntity$_(0, "", "", 0, "", "" + t6, false, false, "", _null, 0); - t9 = new A.TaskStatusEntityBuilder(); - t9.get$_task_status_model$_$this()._task_status_model$_color = ""; - t9._task_status_model$_$v = t6; - new A.TaskScreen_build_closure2(t5, state).call$1(t9); - t2.push(t9.build$0(0)); + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t2 = t2._list; + t5 = t2[t4].userCompany; + company = t5.company; + t6 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t7 = A._setArrayType([A.TaskStatusEntity_TaskStatusEntity(_null, _null).rebuild$1(new A.TaskScreen_build_closure(t6)), A.TaskStatusEntity_TaskStatusEntity(_null, _null).rebuild$1(new A.TaskScreen_build_closure0(t6))], type$.JSArray_legacy_TaskStatusEntity); + t8 = t1.prefState; + t9 = t8.showKanban; + if (!t9) + t7.push(A.TaskStatusEntity_TaskStatusEntity(_null, _null).rebuild$1(new A.TaskScreen_build_closure1(t6))); + for (t10 = $.$get$memoizedSortedActiveTaskStatusIds(), t4 = t2[t4].taskStatusState, t4 = J.get$iterator$ax(t10.call$2(t4.list, t4.map)); t4.moveNext$0();) { + t2 = t4.get$current(t4); + t10 = $.BaseEntity_counter - 1; + $.BaseEntity_counter = t10; + t10 = A._$TaskStatusEntity$_(0, "", "", 0, "", "" + t10, false, false, "", _null, 0); + t11 = new A.TaskStatusEntityBuilder(); + t11.get$_task_status_model$_$this()._task_status_model$_color = ""; + t11._task_status_model$_$v = t10; + new A.TaskScreen_build_closure2(t2, t1).call$1(t11); + t7.push(t11.build$0()); } - t5 = t7.taskUIState.listUIState; - t6 = t5.filterClearedAt; - t7 = this.viewModel.taskList; - t5 = t5.filter; - t8 = A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(t4 ? B.IconData_59061_MaterialIcons_null_true : B._MdiIconData_7T13, _null, _null), _null, new A.TaskScreen_build_closure3(context, state, store), B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_legacy_Widget); - t9 = t4 ? new A.KanbanViewBuilder(_null) : new A.TaskListBuilder(_null); - t10 = A._setArrayType([], type$.JSArray_legacy_IconButton); - if (t4) - t10.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(A.getEntityIcon(B.EntityType_settings), _null, _null), _null, new A.TaskScreen_build_closure4(store, state), B.EdgeInsets_8_8_8_8, _null, _null, _null)); - t11 = type$.JSArray_legacy_String; - t12 = A.List_List$of(A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], t11), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t12, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t11)); - t12.push("number"); - t12.push("is_invoiced"); - t12.push("rate"); - t12.push("calculated_rate"); - t12.push("invoice"); - t12.push("client"); - t12.push("project"); - t12.push("time_log"); - t12.push("is_running"); - t12.push("custom1"); - t12.push("custom2"); - t12.push("custom3"); - t12.push("custom4"); - t12.push("documents"); - t12.push("date"); - t13 = A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], t11); - t12 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("task1", true), company.getCustomFieldValues$2$excludeBlank("task2", true), company.getCustomFieldValues$2$excludeBlank("task3", true), company.getCustomFieldValues$2$excludeBlank("task4", true), t13, B.EntityType_task, t4, t10, new A.TaskScreen_build_closure5(store), new A.TaskScreen_build_closure6(store), new A.TaskScreen_build_closure7(store), new A.TaskScreen_build_closure8(store), new A.TaskScreen_build_closure9(store), new A.TaskScreen_build_closure10(store), new A.TaskScreen_build_closure11(store), new A.TaskScreen_build_closure12(store), A._setArrayType(["number", "duration", "updated_at"], t11), t2, t12); - t1 = (t3.appLayout === B.AppLayout_mobile || t3.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_task) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "task_fab", false, new A.TaskScreen_build_closure13(context), t1.get$newTask()) : _null; - return A.ListScaffold$(_null, t8, new A.ListFilter(B.EntityType_task, t5, new A.TaskScreen_build_closure14(store), t7, t2, new A.TaskScreen_build_closure15(store), new A.TaskScreen_build_closure16(store), new A.ValueKey("__filter_" + t6 + "__", type$.ValueKey_legacy_String)), t9, t12, B.EntityType_task, t1, 0, _null, new A.TaskScreen_build_closure17(store), new A.TaskScreen_build_closure18(store)); + t2 = t3.taskUIState.listUIState; + t3 = t2.filterClearedAt; + t4 = this.viewModel.taskList; + t2 = t2.filter; + t10 = A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(t9 ? B.IconData_59061_MaterialIcons_null_true : B._MdiIconData_7T13, _null, _null), _null, new A.TaskScreen_build_closure3(context, t1, store), B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_legacy_Widget); + t11 = t9 ? new A.KanbanViewBuilder(_null) : new A.TaskListBuilder(_null); + t12 = A._setArrayType([], type$.JSArray_legacy_IconButton); + if (t9) + t12.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(A.getEntityIcon(B.EntityType_settings), _null, _null), _null, new A.TaskScreen_build_closure4(store, t1), B.EdgeInsets_8_8_8_8, _null, _null, _null)); + t1 = type$.JSArray_legacy_String; + t13 = A.List_List$of(A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], t1), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t13, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t1)); + t13.push("number"); + t13.push("is_invoiced"); + t13.push("rate"); + t13.push("calculated_rate"); + t13.push("invoice"); + t13.push("client"); + t13.push("project"); + t13.push("time_log"); + t13.push("is_running"); + t13.push("custom1"); + t13.push("custom2"); + t13.push("custom3"); + t13.push("custom4"); + t13.push("documents"); + t13.push("date"); + t14 = A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], t1); + t13 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("task1", true), company.getCustomFieldValues$2$excludeBlank("task2", true), company.getCustomFieldValues$2$excludeBlank("task3", true), company.getCustomFieldValues$2$excludeBlank("task4", true), t14, B.EntityType_task, t9, t12, new A.TaskScreen_build_closure5(store), new A.TaskScreen_build_closure6(store), new A.TaskScreen_build_closure7(store), new A.TaskScreen_build_closure8(store), new A.TaskScreen_build_closure9(store), new A.TaskScreen_build_closure10(store), new A.TaskScreen_build_closure11(store), new A.TaskScreen_build_closure12(store), A._setArrayType(["number", "duration", "updated_at"], t1), t7, t13); + t1 = (t8.appLayout === B.AppLayout_mobile || t8.menuSidebarMode === B.AppSidebarMode_float) && t5.can$2(B.UserPermission_create, B.EntityType_task) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "task_fab", false, new A.TaskScreen_build_closure13(context), t6.get$newTask()) : _null; + return A.ListScaffold$(_null, t10, new A.ListFilter(B.EntityType_task, t2, new A.TaskScreen_build_closure14(store), t4, t7, new A.TaskScreen_build_closure15(store), new A.TaskScreen_build_closure16(store), new A.ValueKey("__filter_" + t3 + "__", type$.ValueKey_legacy_String)), t11, t13, _null, B.EntityType_task, t1, 0, _null, new A.TaskScreen_build_closure17(store), _null, new A.TaskScreen_build_closure18(store)); } }; A.TaskScreen_build_closure.prototype = { @@ -458630,7 +472742,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 156 + $signature: 152 }; A.TaskScreen_build_closure0.prototype = { call$1(b) { @@ -458640,7 +472752,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 156 + $signature: 152 }; A.TaskScreen_build_closure1.prototype = { call$1(b) { @@ -458650,7 +472762,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 156 + $signature: 152 }; A.TaskScreen_build_closure2.prototype = { call$1(b) { @@ -458663,49 +472775,69 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 156 + $signature: 152 }; A.TaskScreen_build_closure18.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartTaskMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartTaskMultiselect()); }, $signature: 10 }; A.TaskScreen_build_closure14.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTasks(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTasks(value)); }, $signature: 9 }; A.TaskScreen_build_closure16.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTasksByState(state)); }, $signature: 27 }; A.TaskScreen_build_closure15.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.TaskScreen_build_closure17.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.taskUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTaskMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTaskMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.taskUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTaskMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTaskMultiselect()); + } }, $signature: 1 }; A.TaskScreen_build_closure3.prototype = { call$0() { - var t1, _this = this, _null = null; - if (A.getLayout(_this.context) === B.AppLayout_desktop && !_this.state.prefState.showKanban) - _this.store.get$_dispatchers()[0].call$1(new A.ViewTask("")); + var t1, t2, _this = this, _null = null; + if (A.getLayout(_this.context) === B.AppLayout_desktop && !_this.state.prefState.showKanban) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewTask("")); + } t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !_this.state.prefState.showKanban, _null, _null, _null, _null); - _this.store.get$_dispatchers()[0].call$1(t1); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); }, $signature: 1 }; @@ -458715,59 +472847,82 @@ t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; t2 = t1.userCompanyStates._list[t2].userCompany.company; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(t2, _null, _null, _null, false, "task_status", false, _null)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(t2, _null, _null, _null, false, "task_status", false, _null)); }, $signature: 1 }; A.TaskScreen_build_closure10.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortTasks(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortTasks(value)); }, $signature: 5 }; A.TaskScreen_build_closure12.prototype = { call$2($status, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 120 + $signature: 118 }; A.TaskScreen_build_closure6.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTasksByCustom1(value)); }, $signature: 5 }; A.TaskScreen_build_closure7.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTasksByCustom2(value)); }, $signature: 5 }; A.TaskScreen_build_closure8.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTasksByCustom3(value)); }, $signature: 5 }; A.TaskScreen_build_closure9.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTasksByCustom4(value)); }, $signature: 5 }; A.TaskScreen_build_closure11.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTasksByState(state)); }, $signature: 27 }; A.TaskScreen_build_closure5.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.taskUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTaskMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTaskMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.taskUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTaskMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTaskMultiselect()); + } }, $signature: 1 }; @@ -458778,7 +472933,7 @@ $signature: 1 }; A.TaskScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskScreenBuilder_build_closure(), A.task_screen_vm_TaskScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskScreenVM); } @@ -458787,11 +472942,11 @@ call$2(context, vm) { return new A.TaskScreen(vm, null); }, - $signature: 2769 + $signature: 2810 }; A.TaskScreenVM.prototype = {}; A.TaskTimeListTile.prototype = { - build$1(_, context) { + build$1(context) { var endDateString, t3, t4, _this = this, _null = null, t1 = _this.taskTime, t2 = t1.startDate, @@ -458805,11 +472960,13 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "now"); endDateString = t1 == null ? "" : t1; } - t1 = type$.JSArray_legacy_Widget; - t2 = A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.DateFormat$("EEE MMM d, yyy", A.localeSelector(A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), false)).format$1(0, t2.toLocal$0()), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.LiveText(_null, new A.TaskTimeListTile_build_closure(_this), _null, _null)], t1), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); - t3 = A.Text$(startDateString + " - " + endDateString, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.JSArray_legacy_Widget; + t2 = A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.DateFormat$("EEE MMM d, yyy", A.localeSelector(t1, false)).format$1(0, t2.toLocal$0()), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.LiveText(_null, new A.TaskTimeListTile_build_closure(_this), _null, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t1 = A.Text$(startDateString + " - " + endDateString, _null, _null, _null, _null, _null, _null, _null, _null, _null); t4 = A.Icon$(_this.isValid ? B.IconData_58397_MaterialIcons_null_true : B.IconData_57911_MaterialIcons_null_false, _null, _null); - return A.Column$(A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A.TaskTimeListTile_build_closure0(_this, context), false, _null, _null, t3, _null, t2, t4, _null), A.Divider$(_null, 1, _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + return A.Column$(A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A.TaskTimeListTile_build_closure0(_this, context), false, _null, _null, t1, _null, t2, t4, _null), A.Divider$(_null, 1, _null)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, get$task() { return this.task; @@ -458826,7 +472983,7 @@ var t1 = this.$this.taskTime; return A.formatDuration(t1.get$duration(t1), true); }, - $signature: 131 + $signature: 128 }; A.TaskView.prototype = { createState$0() { @@ -458843,13 +473000,15 @@ t1.addListener$1(0, _this.get$_task_view$_onTabChanged()); }, _task_view$_onTabChanged$0() { - var t1, store; + var t1, store, t2; this._widget.toString; t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._task_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateTaskTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateTaskTab(t1)); }, didUpdateWidget$1(oldWidget) { var t1, t2; @@ -458859,13 +473018,13 @@ if (t1 !== t2) this._task_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._task_view$_controller.removeListener$1(0, _this.get$_task_view$_onTabChanged()); - _this._task_view$_controller.dispose$0(0); - _this.super$__TaskViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._task_view$_controller.dispose$0(); + _this.super$__TaskViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, _this = this, _null = null, viewModel = _this._widget.viewModel, task = viewModel.task, @@ -458895,28 +473054,28 @@ 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: 216 + $signature: 227 }; A._TaskViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._TaskViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__TaskViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -458925,7 +473084,7 @@ } }; A.TaskViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.task.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.TaskViewDocuments_build_closure(this, context), new A.TaskViewDocuments_build_closure0(this, context), null, null); } @@ -458934,13 +473093,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.TaskViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.TaskOverview.prototype = { createState$0() { @@ -458952,12 +473111,12 @@ this.super$State$initState(); this._task_view_overview$_timer = A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 0, 0, 1), new A._TaskOverviewState_initState_closure(this)); }, - dispose$0(_) { + dispose$0() { this._task_view_overview$_timer.cancel$0(0); this._task_view_overview$_timer = null; - this.super$State$dispose(0); + this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var $status, fields, _null = null, viewModel = this._widget.viewModel, state = viewModel.state, @@ -459003,13 +473162,13 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 404 + $signature: 469 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { return false; }, - $signature: 22 + $signature: 23 }; A._TaskOverviewState_build__buildView.prototype = { call$0() { @@ -459068,14 +473227,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: 230 + $signature: 217 }; 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: 181 + $signature: 202 }; A._TaskOverviewState_build__buildView__closure.prototype = { call$1(context) { @@ -459084,16 +473243,16 @@ t3 = t2.uiState.selectedCompanyIndex; return t2.userCompanyStates._list[t3].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 55 + $signature: 57 }; A._TaskOverviewState_build_closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.TaskViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskViewScreen_build_closure(this), new A.TaskViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskViewVM); } @@ -459102,13 +473261,13 @@ call$1(store) { return A.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 2770 + $signature: 2811 }; A.TaskViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 2771 + $signature: 2812 }; A.TaskViewVM.prototype = { get$task() { @@ -459123,8 +473282,10 @@ }; A.TaskViewVM_TaskViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadTask(completer, this.task.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadTask(completer, this.task.id)); return completer.future; }, $signature: 17 @@ -459142,10 +473303,12 @@ t3 = t4; } else t3 = t3.addTaskTime$1(A.TaskTime_TaskTime(null, null)); - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_TaskEntity), t3, true, null)); + t4 = this.store.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveTaskRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_TaskEntity), t3, true, null)); t1.then$1$1(0, new A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure(t2), type$.Null).catchError$1(new A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0(context)); }, - $signature: 30 + $signature: 31 }; A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure.prototype = { call$1(savedTask) { @@ -459163,7 +473326,7 @@ t1 = this.localization.get$stoppedTask(); A.showToast(t1); }, - $signature: 200 + $signature: 185 }; A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0.prototype = { call$1(error) { @@ -459175,13 +473338,13 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.TaskViewVM_TaskViewVM$fromStore_closure0.prototype = { call$1(context) { return this._toggleTask.call$1(context); }, - $signature: 30 + $signature: 31 }; A.TaskViewVM_TaskViewVM$fromStore_closure.prototype = { call$2(context, taskTime) { @@ -459197,7 +473360,7 @@ $defaultValues() { return [null]; }, - $signature: 2772 + $signature: 2813 }; A.TaskViewVM_TaskViewVM$fromStore_closure1.prototype = { call$1(context) { @@ -459207,17 +473370,19 @@ }; A.TaskViewVM_TaskViewVM$fromStore_closure2.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveTaskDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.task)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.TaskViewVM_TaskViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -459229,7 +473394,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.TaskViewVM_TaskViewVM$fromStore_closure3.prototype = { call$4(context, $document, password, idToken) { @@ -459238,15 +473403,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.TaskViewVM_TaskViewVM$fromStore__closure(t2, this.task), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadTask(null, this.task.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadTask(null, this.task.id)); }, $signature: 71 }; @@ -459266,9 +473435,9 @@ B.JSArray_methods.forEach$1(_this._task_status_edit$_controllers, new A._TaskStatusEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._task_status_edit$_controllers, new A._TaskStatusEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _task_status_edit$_onChanged$0() { var _this = this, @@ -459276,7 +473445,7 @@ if (!taskStatus.$eq(0, _this._widget.viewModel.taskStatus)) _this._task_status_edit$_debouncer.run$1(new A._TaskStatusEditState__onChanged_closure0(_this, taskStatus)); }, - build$1(_, context) { + build$1(context) { var t2, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -459296,13 +473465,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaskStatusEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaskStatusEditState_dispose_closure.prototype = { call$1(controller) { @@ -459310,7 +473479,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._TaskStatusEditState__onChanged_closure.prototype = { call$1(b) { @@ -459318,7 +473487,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 156 + $signature: 152 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -459330,7 +473499,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._TaskStatusEditState_build_closure1.prototype = { call$1(context) { @@ -459359,7 +473528,7 @@ t5 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._task_status_edit$_autoValidate, 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, t3.onSavePressed, true, _null, _null, B.TextAlign_4, new A._TaskStatusEditState_build__closure0(t2)), A.FormColorPicker$(t4.color, _null, new A._TaskStatusEditState_build__closure1(t3, t4))], t5), _null, _null, false, _null, false, _null)], t5), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A._TaskStatusEditState_build__closure0.prototype = { call$1(val) { @@ -459378,10 +473547,10 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 156 + $signature: 152 }; A.TaskStatusEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskStatusEditScreen_build_closure(), new A.TaskStatusEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskStatusEditVM); } @@ -459390,13 +473559,13 @@ call$1(store) { return A.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 2773 + $signature: 2814 }; A.TaskStatusEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskStatusEdit(viewModel, new A.ValueKey(viewModel.taskStatus.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2774 + $signature: 2815 }; A.TaskStatusEditVM.prototype = { get$taskStatus() { @@ -459408,16 +473577,20 @@ }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure.prototype = { call$1(taskStatus) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateTaskStatus(taskStatus)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 245 + $signature: 259 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.TaskStatusEntity_TaskStatusEntity(_null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -459434,18 +473607,22 @@ }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var taskStatus, t3, $navigator, t4, t1 = this.store, - taskStatus = A._lateReadCheck(t1.__Store__state, "_state").uiState.taskStatusUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + taskStatus = t2.uiState.taskStatusUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_TaskStatusEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveTaskStatusRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaskStatusEntity), taskStatus)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveTaskStatusRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaskStatusEntity), taskStatus)); return t2.then$1$1(0, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure(taskStatus, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure.prototype = { call$1(savedTaskStatus) { @@ -459462,17 +473639,19 @@ t2 = t2.get$updatedTaskStatus(); A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s26_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s26_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s26_, t1, t1); } else - t2.pop$1(0, savedTaskStatus); + t2.pop$1(savedTaskStatus); } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 245 + $signature: 259 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -459486,29 +473665,30 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.TaskStatusListItem.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, t7, t8, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - taskStatusUIState = uiState.taskStatusUIState, - t1 = taskStatusUIState.listUIState.selectedIds, - t2 = _this.filter, - filterMatch = t2 != null && t2.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.taskStatus.name], type$.JSArray_legacy_String), t2) : _null; - t2 = state.userCompanyStates; + build$1(context) { + var uiState, taskStatusUIState, t2, t3, filterMatch, t4, t5, t6, t7, t8, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + taskStatusUIState = uiState.taskStatusUIState; + t2 = taskStatusUIState.listUIState.selectedIds; + t3 = _this.filter; + filterMatch = t3 != null && t3.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.taskStatus.name], type$.JSArray_legacy_String), t3) : _null; + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.taskStatus; - t4 = t2.id; + t3 = t1._list[t3].userCompany; + t1 = _this.taskStatus; + t4 = t1.id; t5 = uiState.get$isEditing() ? taskStatusUIState.editing.id : taskStatusUIState.selectedId; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TaskStatusListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TaskStatusListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t7 = type$.JSArray_legacy_Widget; - t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); + t6 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6.size._dx); t8 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.TaskStatusListItem_build_closure0(_this), new A.TaskStatusListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t2, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.TaskStatusListItem_build_closure0(_this), new A.TaskStatusListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t8, new A.EntityStateLabel(t1, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t4 === t5, true, true, _null); }, get$user(receiver) { return this.user; @@ -459538,7 +473718,7 @@ $signature: 11 }; A.TaskStatusListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskStatusListBuilder_build_closure(), A.task_status_list_vm_TaskStatusListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskStatusListVM); } @@ -459552,7 +473732,7 @@ t5 = viewModel.onSortColumn; return A.EntityList$(t2, B.EntityType_taskStatus, new A.TaskStatusListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new A.TaskStatusPresenter(), t1, t3); }, - $signature: 2775 + $signature: 2816 }; A.TaskStatusListBuilder_build__closure.prototype = { call$2(context, index) { @@ -459571,17 +473751,21 @@ t2 = false; return new A.TaskStatusListItem(t4, taskStatus, t1.filter, t2, null); }, - $signature: 2776 + $signature: 2817 }; A.TaskStatusListVM.prototype = {}; A.TaskStatusListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -459594,13 +473778,17 @@ }; A.TaskStatusListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortTaskStatuses(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortTaskStatuses(field)); }, $signature: 5 }; A.TaskStatusListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearTaskStatusMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearTaskStatusMultiselect()); }, $signature: 10 }; @@ -459610,99 +473798,132 @@ } }; A.TaskStatusScreen.prototype = { - build$1(_, context) { - var t4, t5, t6, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.taskStatusUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.taskStatusList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType([], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_taskStatus, false, B.List_empty18, new A.TaskStatusScreen_build_closure(store), 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), _null, A._setArrayType(["name", "order", "updated_at"], t5), B.List_empty19, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.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_closure6(context), t3.get$newTaskStatus()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_taskStatus, t2, new A.TaskStatusScreen_build_closure7(store), t4, _null, _null, new A.TaskStatusScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.TaskStatusListBuilder(_null), t6, B.EntityType_taskStatus, t3, 0, "task_settings", new A.TaskStatusScreen_build_closure9(store), new A.TaskStatusScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.taskStatusUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.taskStatusList; + t3 = t3.filter; + t6 = type$.JSArray_legacy_String; + t7 = A.List_List$of(A._setArrayType([], t6), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t6), B.EntityType_taskStatus, false, B.List_empty19, new A.TaskStatusScreen_build_closure(store), 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), _null, A._setArrayType(["name", "order", "updated_at"], t6), B.List_empty20, t7); + 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_closure6(context), t4.get$newTaskStatus()) : _null; + return A.ListScaffold$(_null, B.List_empty13, new A.ListFilter(B.EntityType_taskStatus, t3, new A.TaskStatusScreen_build_closure7(store), t5, _null, _null, new A.TaskStatusScreen_build_closure8(store), new A.ValueKey("__filter_" + t2 + "__", type$.ValueKey_legacy_String)), new A.TaskStatusListBuilder(_null), t7, _null, B.EntityType_taskStatus, t1, 0, "task_settings", new A.TaskStatusScreen_build_closure9(store), _null, new A.TaskStatusScreen_build_closure10(store)); } }; A.TaskStatusScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartTaskStatusMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartTaskStatusMultiselect()); }, $signature: 10 }; A.TaskStatusScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatuses(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTaskStatuses(value)); }, $signature: 9 }; A.TaskStatusScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, $signature: 27 }; A.TaskStatusScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.taskStatusUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTaskStatusMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTaskStatusMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.taskStatusUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTaskStatusMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTaskStatusMultiselect()); + } }, $signature: 1 }; A.TaskStatusScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortTaskStatuses(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortTaskStatuses(value)); }, $signature: 9 }; A.TaskStatusScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, $signature: 27 }; A.TaskStatusScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.taskStatusUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTaskStatusMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTaskStatusMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.taskStatusUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTaskStatusMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTaskStatusMultiselect()); + } }, $signature: 1 }; A.TaskStatusScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTaskStatusesByCustom1(value)); }, $signature: 5 }; A.TaskStatusScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTaskStatusesByCustom2(value)); }, $signature: 5 }; A.TaskStatusScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTaskStatusesByCustom3(value)); }, $signature: 5 }; A.TaskStatusScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTaskStatusesByCustom4(value)); }, $signature: 5 }; @@ -459713,7 +473934,7 @@ $signature: 1 }; A.TaskStatusScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskStatusScreenBuilder_build_closure(), A.task_status_screen_vm_TaskStatusScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskStatusScreenVM); } @@ -459722,7 +473943,7 @@ call$2(context, vm) { return new A.TaskStatusScreen(vm, null); }, - $signature: 2777 + $signature: 2818 }; A.TaskStatusScreenVM.prototype = {}; A.TaskStatusView.prototype = { @@ -459731,7 +473952,7 @@ } }; A._TaskStatusViewState.prototype = { - build$1(_, context) { + build$1(context) { var t6, t7, _null = null, viewModel = this._widget.viewModel, state = viewModel.state, @@ -459755,7 +473976,7 @@ $signature: 10 }; A.TaskStatusViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaskStatusViewScreen_build_closure(this), new A.TaskStatusViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaskStatusViewVM); } @@ -459764,13 +473985,13 @@ call$1(store) { return A.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 2778 + $signature: 2819 }; A.TaskStatusViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 2779 + $signature: 2820 }; A.TaskStatusViewVM.prototype = { get$taskStatus() { @@ -459782,7 +474003,9 @@ }; A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/task_status")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.UpdateCurrentRoute("/settings/task_status")); }, $signature: 10 }; @@ -459808,9 +474031,9 @@ B.JSArray_methods.forEach$1(_this._tax_rate_edit$_controllers, new A._TaxRateEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._tax_rate_edit$_controllers, new A._TaxRateEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _tax_rate_edit$_onChanged$0() { var _this = this, @@ -459818,7 +474041,7 @@ if (!taxRate.$eq(0, _this._widget.viewModel.taxRate)) _this._tax_rate_edit$_debouncer.run$1(new A._TaxRateEditState__onChanged_closure0(_this, taxRate)); }, - build$1(_, context) { + build$1(context) { var t3, t4, t5, t6, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -459841,13 +474064,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaxRateEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TaxRateEditState_dispose_closure.prototype = { call$1(controller) { @@ -459855,7 +474078,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1(b) { @@ -459866,7 +474089,7 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_rate = t1; return b; }, - $signature: 682 + $signature: 545 }; A._TaxRateEditState__onChanged_closure0.prototype = { call$0() { @@ -459881,7 +474104,7 @@ $signature: 15 }; A.TaxRateEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaxRateEditScreen_build_closure(), new A.TaxRateEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaxRateEditVM); } @@ -459890,13 +474113,13 @@ call$1(store) { return A.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 2780 + $signature: 2821 }; A.TaxRateEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaxRateEdit(viewModel, new A.ValueKey(viewModel.taxRate.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2781 + $signature: 2822 }; A.TaxRateEditVM.prototype = { get$taxRate() { @@ -459908,16 +474131,20 @@ }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure.prototype = { call$1(taxRate) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateTaxRate(taxRate)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 138 + $signature: 150 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.TaxRateEntity_TaxRateEntity(_null, _null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -459934,18 +474161,22 @@ }; A.TaxRateEditVM_TaxRateEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var taxRate, t3, $navigator, t4, t1 = this.store, - taxRate = A._lateReadCheck(t1.__Store__state, "_state").uiState.taxRateUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + taxRate = t2.uiState.taxRateUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_TaxRateEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveTaxRateRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaxRateEntity), taxRate)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveTaxRateRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaxRateEntity), taxRate)); return t2.then$1$1(0, new A.TaxRateEditVM_TaxRateEditVM$fromStore___closure(taxRate, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure.prototype = { call$1(savedTaxRate) { @@ -459966,17 +474197,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s33_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s33_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s33_, t1, t1); } else - t2.pop$1(0, savedTaxRate); + t2.pop$1(savedTaxRate); } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 138 + $signature: 150 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -459990,26 +474223,27 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.TaxRateListItem.prototype = { - build$1(_, context) { - var t3, t4, t5, t6, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - t1 = uiState.taxRateUIState.listUIState.selectedIds, - t2 = _this.filter, - filterMatch = t2 != null && t2.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.taxRate.name], type$.JSArray_legacy_String), t2) : _null; - t2 = state.userCompanyStates; + build$1(context) { + var uiState, t2, t3, filterMatch, t4, t5, t6, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + t2 = uiState.taxRateUIState.listUIState.selectedIds; + t3 = _this.filter; + filterMatch = t3 != null && t3.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.taxRate.name], type$.JSArray_legacy_String), t3) : _null; + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t2 = _this.taxRate; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TaxRateListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t3 = t1._list[t3].userCompany; + t1 = _this.taxRate; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TaxRateListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t4 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t5 = type$.JSArray_legacy_Widget; - t4 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name + " \u2022 " + A.S(A.formatNumber(t2.rate, context, _null, _null, B.FormatNumberType_1, true, _null, false)), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4.size._dx); + t4 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.name + " \u2022 " + A.S(A.formatNumber(t1.rate, context, _null, _null, B.FormatNumberType_1, true, _null, false)), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4.size._dx); t6 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.TaxRateListItem_build_closure0(_this), new A.TaxRateListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t6, new A.EntityStateLabel(t2, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t4, _null, _null), false, true, true, _null); + return new A.DismissibleEntity(t3, t1, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.TaxRateListItem_build_closure0(_this), new A.TaxRateListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t6, new A.EntityStateLabel(t1, _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t4, _null, _null), false, true, true, _null); }, get$user(receiver) { return this.user; @@ -460039,7 +474273,7 @@ $signature: 11 }; A.TaxRateListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaxRateListBuilder_build_closure(), A.tax_rate_list_vm_TaxRateListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaxRateListVM); } @@ -460050,7 +474284,7 @@ t2 = viewModel.state; return A.EntityList$(viewModel.taxRateList, B.EntityType_taxRate, new A.TaxRateListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2782 + $signature: 2823 }; A.TaxRateListBuilder_build__closure.prototype = { call$2(context, index) { @@ -460067,17 +474301,21 @@ t2 = false; return new A.TaxRateListItem(t3, taxRate, t1.filter, t2, null); }, - $signature: 2783 + $signature: 2824 }; A.TaxRateListVM.prototype = {}; A.TaxRateListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -460090,85 +474328,115 @@ }; A.TaxRateListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortTaxRates(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortTaxRates(field)); }, $signature: 5 }; A.TaxRateListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearTaxRateMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearTaxRateMultiselect()); }, $signature: 10 }; A.TaxRateSettingsScreen.prototype = { - build$1(_, context) { - var t6, t7, _null = null, + build$1(context) { + var t2, t3, t4, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = state.uiState, - t3 = t2.taxRateUIState.listUIState, - t4 = t3.filterClearedAt, - t5 = this.viewModel.taxRateList; - t3 = t3.filter; - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_taxRate, false, B.List_empty18, new A.TaxRateSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.TaxRateSettingsScreen_build_closure0(store), new A.TaxRateSettingsScreen_build_closure1(store), _null, A._setArrayType(["updated_at"], type$.JSArray_legacy_String), B.List_empty19, _null); - if (state.prefState.appLayout === B.AppLayout_mobile) { - t7 = state.userCompanyStates; - t2 = t2.selectedCompanyIndex; - t2 = t7._list[t2].userCompany.can$2(B.UserPermission_create, B.EntityType_taxRate); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t1.uiState; + t4 = t3.taxRateUIState.listUIState; + t5 = t4.filterClearedAt; + t6 = this.viewModel.taxRateList; + t4 = t4.filter; + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_taxRate, false, B.List_empty19, new A.TaxRateSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.TaxRateSettingsScreen_build_closure0(store), new A.TaxRateSettingsScreen_build_closure1(store), _null, A._setArrayType(["updated_at"], type$.JSArray_legacy_String), B.List_empty20, _null); + if (t1.prefState.appLayout === B.AppLayout_mobile) { + t1 = t1.userCompanyStates; + t3 = t3.selectedCompanyIndex; + t3 = t1._list[t3].userCompany.can$2(B.UserPermission_create, B.EntityType_taxRate); + t1 = t3; } else - t2 = false; - t1 = t2 ? 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), t1.get$newTaxRate()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_taxRate, t3, new A.TaxRateSettingsScreen_build_closure3(store), t5, _null, _null, new A.TaxRateSettingsScreen_build_closure4(store), new A.ValueKey("__filter_" + t4 + "__", type$.ValueKey_legacy_String)), new A.TaxRateListBuilder(_null), t6, B.EntityType_taxRate, t1, 0, "tax_settings", new A.TaxRateSettingsScreen_build_closure5(store), new A.TaxRateSettingsScreen_build_closure6(store)); + 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, _null, B.EntityType_taxRate, t1, 0, "tax_settings", new A.TaxRateSettingsScreen_build_closure5(store), _null, new A.TaxRateSettingsScreen_build_closure6(store)); } }; A.TaxRateSettingsScreen_build_closure6.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartTaxRateMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartTaxRateMultiselect()); }, $signature: 10 }; A.TaxRateSettingsScreen_build_closure3.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTaxRates(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTaxRates(value)); }, $signature: 9 }; A.TaxRateSettingsScreen_build_closure4.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTaxRatesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTaxRatesByState(state)); }, $signature: 27 }; A.TaxRateSettingsScreen_build_closure5.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.taxRateUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTaxRateMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTaxRateMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.taxRateUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTaxRateMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTaxRateMultiselect()); + } }, $signature: 1 }; A.TaxRateSettingsScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortTaxRates(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortTaxRates(value)); }, $signature: 5 }; A.TaxRateSettingsScreen_build_closure1.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTaxRatesByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTaxRatesByState(state)); }, $signature: 27 }; A.TaxRateSettingsScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.taxRateUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTaxRateMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTaxRateMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.taxRateUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTaxRateMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTaxRateMultiselect()); + } }, $signature: 1 }; @@ -460179,7 +474447,7 @@ $signature: 1 }; A.TaxRateScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaxRateScreenBuilder_build_closure(), A.tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaxRateScreenVM); } @@ -460188,7 +474456,7 @@ call$2(context, vm) { return new A.TaxRateSettingsScreen(vm, null); }, - $signature: 2784 + $signature: 2825 }; A.TaxRateScreenVM.prototype = {}; A.TaxRateView.prototype = { @@ -460197,7 +474465,7 @@ } }; A._TaxRateViewState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, viewModel = this._widget.viewModel, taxRate = viewModel.taxRate, @@ -460213,7 +474481,7 @@ $signature: 10 }; A.TaxRateViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TaxRateViewScreen_build_closure(this), new A.TaxRateViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TaxRateViewVM); } @@ -460222,13 +474490,13 @@ call$1(store) { return A.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 2785 + $signature: 2826 }; A.TaxRateViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaxRateView(vm, false, null); }, - $signature: 2786 + $signature: 2827 }; A.TaxRateViewVM.prototype = { get$taxRate() { @@ -460240,7 +474508,9 @@ }; A.TaxRateViewVM_TaxRateViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/tax_settings_rates")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/tax_settings_rates")); }, $signature: 1 }; @@ -460260,9 +474530,9 @@ B.JSArray_methods.forEach$1(_this._token_edit$_controllers, new A._TokenEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._token_edit$_controllers, new A._TokenEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _token_edit$_onChanged$0() { var _this = this, @@ -460270,7 +474540,7 @@ if (!token.$eq(0, _this._widget.viewModel.token)) _this._token_edit$_debouncer.run$1(new A._TokenEditState__onChanged_closure0(_this, token)); }, - build$1(_, context) { + build$1(context) { var t2, _null = null, viewModel = this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -460290,13 +474560,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TokenEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._TokenEditState_dispose_closure.prototype = { call$1(controller) { @@ -460304,7 +474574,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._TokenEditState__onChanged_closure.prototype = { call$1(b) { @@ -460312,7 +474582,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 679 + $signature: 552 }; A._TokenEditState__onChanged_closure0.prototype = { call$0() { @@ -460324,7 +474594,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._TokenEditState_build_closure1.prototype = { call$1(context) { @@ -460352,7 +474622,7 @@ t4 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._token_edit$_autoValidate, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure0(t2))], t4), _null, _null, false, _null, false, _null)], t4), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A._TokenEditState_build__closure0.prototype = { call$1(value) { @@ -460361,7 +474631,7 @@ $signature: 15 }; A.TokenEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TokenEditScreen_build_closure(), new A.TokenEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TokenEditVM); } @@ -460370,13 +474640,13 @@ call$1(store) { return A.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 2787 + $signature: 2828 }; A.TokenEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TokenEdit(viewModel, new A.ValueKey(viewModel.token.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2788 + $signature: 2829 }; A.TokenEditVM.prototype = { get$token() { @@ -460388,18 +474658,22 @@ }; A.TokenEditVM_TokenEditVM$fromStore_closure.prototype = { call$1(token) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateToken(token)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateToken(token)); }, - $signature: 340 + $signature: 302 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.TokenEntity_TokenEntity(_null, _null), true); t1 = this.state.uiState; t1.tokenUIState.toString; t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -460416,14 +474690,16 @@ }; A.TokenEditVM_TokenEditVM$fromStore__closure.prototype = { call$0() { - var t1 = this.store; - A.passwordCallback(false, new A.TokenEditVM_TokenEditVM$fromStore___closure(t1, A._lateReadCheck(t1.__Store__state, "_state").uiState.tokenUIState.editing, this.state), this.context, false); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + A.passwordCallback(false, new A.TokenEditVM_TokenEditVM$fromStore___closure(t1, t2.uiState.tokenUIState.editing, this.state), this.context, false); }, $signature: 1 }; A.TokenEditVM_TokenEditVM$fromStore___closure.prototype = { call$2(password, idToken) { - var t2, $navigator, t3, t4, + var t2, $navigator, t3, t4, t5, t1 = $.$get$navigatorKey(); t1.toString; t2 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -460431,10 +474707,12 @@ t1 = new A._Future($.Zone__current, type$._Future_legacy_TokenEntity); t3 = this.store; t4 = this.token; - t3.get$_dispatchers()[0].call$1(new A.SaveTokenRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_TokenEntity), t4, password, idToken)); + t5 = t3.__Store__dispatchers_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + 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: 496 + $signature: 516 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -460455,17 +474733,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s20_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s20_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s20_, t1, t1); } else - t2.pop$1(0, savedToken); + t2.pop$1(savedToken); } else A.viewEntity(false, savedToken, null, true); }, - $signature: 340 + $signature: 302 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -460479,30 +474759,31 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.TokenListItem.prototype = { - build$1(_, context) { - var t4, user, t5, filterMatch, t6, t7, t8, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - tokenUIState = uiState.tokenUIState, - t1 = tokenUIState.listUIState.selectedIds, - t2 = state.userCompanyStates, - t3 = uiState.selectedCompanyIndex; - t2 = t2._list; + build$1(context) { + var uiState, tokenUIState, t2, t3, t4, user, t5, filterMatch, t6, t7, t8, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + tokenUIState = uiState.tokenUIState; + t2 = tokenUIState.listUIState.selectedIds; + t1 = t1.userCompanyStates; + t3 = uiState.selectedCompanyIndex; + t1 = t1._list; t4 = _this.token; - user = t2[t3].userState.$get$1(0, t4.createdUserId); + user = t1[t3].userState.$get$1(0, t4.createdUserId); t5 = _this.filter; filterMatch = t5 != null && t5.length !== 0 ? A.matchesStringsValue(A._setArrayType([], type$.JSArray_legacy_String), t5) : _null; - t2 = t2[t3].userCompany; + t1 = t1[t3].userCompany; t3 = t4.id; t5 = uiState.get$isEditing() ? tokenUIState.editing.id : tokenUIState.selectedId; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TokenListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.TokenListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t6 = A.Text$(t4.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null); t7 = A.Text$(user.get$fullName().length !== 0 ? user.get$fullName() : user.email, _null, _null, _null, _null, _null, _null, _null, _null, _null); t8 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t2, t4, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.TokenListItem_build_closure0(_this), new A.TokenListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t7, t8, new A.EntityStateLabel(t4, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t3 === t5, true, true, _null); + return new A.DismissibleEntity(t1, t4, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.TokenListItem_build_closure0(_this), new A.TokenListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t7, t8, new A.EntityStateLabel(t4, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t6, _null, _null), t3 === t5, true, true, _null); }, get$user(receiver) { return this.user; @@ -460532,7 +474813,7 @@ $signature: 11 }; A.TokenListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TokenListBuilder_build_closure(), A.token_list_vm_TokenListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TokenListVM); } @@ -460545,7 +474826,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_token, new A.TokenListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.TokenPresenter(), t2, t4); }, - $signature: 2789 + $signature: 2830 }; A.TokenListBuilder_build__closure.prototype = { call$2(context, index) { @@ -460564,17 +474845,21 @@ t2 = false; return new A.TokenListItem(t4, token, t1.filter, t2, null); }, - $signature: 2790 + $signature: 2831 }; A.TokenListVM.prototype = {}; A.TokenListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -460587,13 +474872,17 @@ }; A.TokenListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortTokens(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortTokens(field)); }, $signature: 5 }; A.TokenListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearTokenMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearTokenMultiselect()); }, $signature: 10 }; @@ -460603,99 +474892,132 @@ } }; A.TokenScreen.prototype = { - build$1(_, context) { - var t4, t5, t6, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.tokenUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.tokenList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType([], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_token, false, B.List_empty18, 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"], t5), B.List_empty19, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.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), t3.get$newToken()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_token, t2, new A.TokenScreen_build_closure7(store), t4, _null, _null, new A.TokenScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.TokenListBuilder(_null), t6, B.EntityType_token, t3, 0, "account_management", new A.TokenScreen_build_closure9(store), new A.TokenScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.tokenUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.tokenList; + t3 = t3.filter; + t6 = type$.JSArray_legacy_String; + t7 = A.List_List$of(A._setArrayType([], t6), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t6), B.EntityType_token, false, B.List_empty19, 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_empty20, 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, _null, B.EntityType_token, t1, 0, "account_management", new A.TokenScreen_build_closure9(store), _null, new A.TokenScreen_build_closure10(store)); } }; A.TokenScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartTokenMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartTokenMultiselect()); }, $signature: 10 }; A.TokenScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTokens(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTokens(value)); }, $signature: 9 }; A.TokenScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTokensByState(state)); }, $signature: 27 }; A.TokenScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.tokenUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTokenMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTokenMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.tokenUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTokenMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTokenMultiselect()); + } }, $signature: 1 }; A.TokenScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortTokens(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortTokens(value)); }, $signature: 9 }; A.TokenScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterTokensByState(state)); }, $signature: 27 }; A.TokenScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.tokenUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearTokenMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartTokenMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.tokenUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearTokenMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartTokenMultiselect()); + } }, $signature: 1 }; A.TokenScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTokensByCustom1(value)); }, $signature: 5 }; A.TokenScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTokensByCustom2(value)); }, $signature: 5 }; A.TokenScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTokensByCustom3(value)); }, $signature: 5 }; A.TokenScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterTokensByCustom4(value)); }, $signature: 5 }; @@ -460706,7 +475028,7 @@ $signature: 1 }; A.TokenScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TokenScreenBuilder_build_closure(), A.token_screen_vm_TokenScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TokenScreenVM); } @@ -460715,7 +475037,7 @@ call$2(context, vm) { return new A.TokenScreen(vm, null); }, - $signature: 2791 + $signature: 2832 }; A.TokenScreenVM.prototype = {}; A.TokenView.prototype = { @@ -460724,7 +475046,7 @@ } }; A._TokenViewState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -460745,7 +475067,7 @@ $signature: 10 }; A._TokenListTile.prototype = { - build$1(_, context) { + build$1(context) { var t3, _null = null, t1 = this.token.token, t2 = A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -460765,7 +475087,7 @@ $signature: 1 }; A.TokenViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.TokenViewScreen_build_closure(this), new A.TokenViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_TokenViewVM); } @@ -460774,13 +475096,13 @@ call$1(store) { return A.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 2792 + $signature: 2833 }; A.TokenViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TokenView(vm, false, null); }, - $signature: 2793 + $signature: 2834 }; A.TokenViewVM.prototype = { get$token() { @@ -460792,7 +475114,9 @@ }; A.TokenViewVM_TokenViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/tokens")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/tokens")); }, $signature: 1 }; @@ -460833,12 +475157,12 @@ B.JSArray_methods.forEach$1(_this._user_edit$_controllers, new A._UserEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var _this = this; - _this._user_edit$_focusNode.dispose$0(0); - _this._user_edit$_controller.dispose$0(0); + _this._user_edit$_focusNode.dispose$0(); + _this._user_edit$_controller.dispose$0(); B.JSArray_methods.forEach$1(_this._user_edit$_controllers, new A._UserEditState_dispose_closure(_this)); - _this.super$__UserEditState_State_SingleTickerProviderStateMixin$dispose(0); + _this.super$__UserEditState_State_SingleTickerProviderStateMixin$dispose(); }, _user_edit$_onChanged$0() { var _this = this, @@ -460860,7 +475184,7 @@ t2 = user.rebuild$1(new A._UserEditState__togglePermission_closure0(permissionsString)); t1.onUserChanged.call$1(t2); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, viewModel = _this._widget.viewModel, state = viewModel.state, @@ -460906,7 +475230,7 @@ t7 = A._setArrayType([A.DataRow$(A._setArrayType([A.DataCell$(A.Text$(t1.get$all(), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._UserEditState_build_closure4(_this)), A.DataCell$(new A._PermissionCheckbox(userCompany, "create_all", new A._UserEditState_build_closure5(_this), false, _null), new A._UserEditState_build_closure6(_this)), A.DataCell$(new A._PermissionCheckbox(userCompany, "view_all", new A._UserEditState_build_closure7(_this), false, _null), new A._UserEditState_build_closure8(_this)), A.DataCell$(new A._PermissionCheckbox(userCompany, "edit_all", new A._UserEditState_build_closure9(_this), false, _null), new A._UserEditState_build_closure10(_this))], type$.JSArray_legacy_DataCell))], type$.JSArray_legacy_DataRow); t8 = type$.MappedIterable_of_legacy_EntityType_and_legacy_DataRow; B.JSArray_methods.addAll$1(t7, A.List_List$of(new A.MappedIterable(new A.WhereIterable(A._setArrayType([B.EntityType_client, B.EntityType_product, B.EntityType_invoice, B.EntityType_payment, B.EntityType_recurringInvoice, B.EntityType_quote, B.EntityType_credit, B.EntityType_project, B.EntityType_task, B.EntityType_vendor, B.EntityType_expense], type$.JSArray_legacy_EntityType), new A._UserEditState_build_closure11(state), type$.WhereIterable_legacy_EntityType), new A._UserEditState_build_closure12(_this, t1, userCompany), t8), true, t8._eval$1("Iterable.E"))); - t3.push(A.FormCard$(A.SingleChildScrollView$(A.DataTable$(_null, _null, t4, _null, _null, _null, _null, _null, _null, t7, false, true, true, _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_0), _null, _null, _null, false, _null, false, _null)); + t3.push(A.FormCard$(A.SingleChildScrollView$(A.DataTable$(_null, _null, t4, _null, _null, _null, _null, _null, _null, t7, false, true, true, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_0), _null, _null, _null, false, _null, false, _null)); } return A.EditScaffold$(_null, t9, new A.AppTabForm(_this._user_edit$_focusNode, t6, A._setArrayType([new A.ScrollableListView(t11, _null, _null, _null), new A.ScrollableListView(t12, _null, _null, _null), new A.ScrollableListView(t3, _null, _null, _null)], t10), t5, _null, _null), _null, user, _null, false, _null, new A._UserEditState_build_closure13(viewModel), new A._UserEditState_build_closure14(_this, viewModel), _null, t2); } @@ -460915,13 +475239,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._UserEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._UserEditState_dispose_closure.prototype = { call$1(controller) { @@ -460929,7 +475253,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._UserEditState__onChanged_closure.prototype = { call$1(b) { @@ -460939,20 +475263,20 @@ t2 = J.trim$0$s(t1._lastNameController._change_notifier$_value.text); b.get$_user_model$_$this()._lastName = t2; t2 = J.trim$0$s(t1._emailController._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_email = t2; + b.get$_user_model$_$this()._email = t2; t2 = J.trim$0$s(t1._phoneController._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_phone = t2; + b.get$_user_model$_$this()._phone = t2; t2 = J.trim$0$s(t1._custom1Controller._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_customValue1 = t2; + b.get$_user_model$_$this()._customValue1 = t2; t2 = J.trim$0$s(t1._custom2Controller._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_customValue2 = t2; + b.get$_user_model$_$this()._customValue2 = t2; t2 = J.trim$0$s(t1._custom3Controller._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_customValue3 = t2; + b.get$_user_model$_$this()._customValue3 = t2; t1 = J.trim$0$s(t1._custom4Controller._change_notifier$_value.text); - b.get$_user_model$_$this()._user_model$_customValue4 = t1; + b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 73 + $signature: 74 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -460971,13 +475295,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 73 + $signature: 74 }; A._UserEditState_build_closure13.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._UserEditState_build_closure14.prototype = { call$1(context) { @@ -461018,14 +475342,14 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure9(channel, options))); }, - $signature: 495 + $signature: 515 }; A._UserEditState_build__closure9.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: 73 + $signature: 74 }; A._UserEditState_build_closure3.prototype = { call$1(value) { @@ -461038,7 +475362,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 73 + $signature: 74 }; A._UserEditState_build_closure4.prototype = { call$0() { @@ -461054,19 +475378,19 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build___closure0(t1)); }, - $signature: 36 + $signature: 37 }; A._UserEditState_build___closure0.prototype = { call$1(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 36 + $signature: 37 }; A._UserEditState_build_closure5.prototype = { call$1(value) { return this.$this._togglePermission$1("create_all"); }, - $signature: 41 + $signature: 43 }; A._UserEditState_build_closure6.prototype = { call$0() { @@ -461078,7 +475402,7 @@ call$1(value) { return this.$this._togglePermission$1("view_all"); }, - $signature: 41 + $signature: 43 }; A._UserEditState_build_closure8.prototype = { call$0() { @@ -461090,7 +475414,7 @@ call$1(value) { return this.$this._togglePermission$1("edit_all"); }, - $signature: 41 + $signature: 43 }; A._UserEditState_build_closure10.prototype = { call$0() { @@ -461104,7 +475428,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 270 + $signature: 273 }; A._UserEditState_build_closure12.prototype = { call$1(type) { @@ -461126,7 +475450,7 @@ t5 = t4 ? _null : new A._UserEditState_build__closure5(t1, editPermission); return A.DataRow$(A._setArrayType([t2, t6, t7, A.DataCell$(new A._PermissionCheckbox(t3, editPermission, new A._UserEditState_build__closure6(t1, editPermission), t4, _null), t5)], type$.JSArray_legacy_DataCell)); }, - $signature: 2794 + $signature: 2835 }; A._UserEditState_build__closure0.prototype = { call$0() { @@ -461143,19 +475467,19 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 36 + $signature: 37 }; A._UserEditState_build____closure.prototype = { call$1(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 36 + $signature: 37 }; A._UserEditState_build__closure2.prototype = { call$1(value) { return this.$this._togglePermission$1(this.createPermission); }, - $signature: 41 + $signature: 43 }; A._UserEditState_build__closure1.prototype = { call$0() { @@ -461167,7 +475491,7 @@ call$1(value) { return this.$this._togglePermission$1(this.viewPermission); }, - $signature: 41 + $signature: 43 }; A._UserEditState_build__closure3.prototype = { call$0() { @@ -461179,7 +475503,7 @@ call$1(value) { return this.$this._togglePermission$1(this.editPermission); }, - $signature: 41 + $signature: 43 }; A._UserEditState_build__closure5.prototype = { call$0() { @@ -461188,7 +475512,7 @@ $signature: 0 }; A._PermissionCheckbox.prototype = { - build$1(_, context) { + build$1(context) { var t2, _this = this, _null = null, t1 = _this.checkAll; if (t1) @@ -461200,13 +475524,13 @@ } }; A.__UserEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -461215,7 +475539,7 @@ } }; A.UserEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.UserEditScreen_build_closure(), new A.UserEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_UserEditVM); } @@ -461224,13 +475548,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 2795 + $signature: 2836 }; A.UserEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.UserEdit(viewModel, new A.ValueKey(viewModel.user.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2796 + $signature: 2837 }; A.UserEditVM.prototype = { get$user(receiver) { @@ -461242,16 +475566,20 @@ }; A.UserEditVM_UserEditVM$fromStore_closure.prototype = { call$1(user) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateUser(user)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateUser(user)); }, - $signature: 199 + $signature: 187 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.UserEntity_UserEntity(_null, _null, _null), true); t1 = this.state.uiState.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -461268,10 +475596,12 @@ }; A.UserEditVM_UserEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var user, t3, $navigator, t1 = this.store, - user = A._lateReadCheck(t1.__Store__state, "_state").uiState.userUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + user = t2.uiState.userUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -461279,13 +475609,15 @@ A.passwordCallback(false, new A.UserEditVM_UserEditVM$fromStore___closure(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_UserEntity), user), this.context, false); return t2.then$1$1(0, new A.UserEditVM_UserEditVM$fromStore___closure0(user, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.UserEditVM_UserEditVM$fromStore___closure1()); }, - $signature: 33 + $signature: 34 }; A.UserEditVM_UserEditVM$fromStore___closure.prototype = { call$2(password, idToken) { - this.store.get$_dispatchers()[0].call$1(new A.SaveUserRequest(this.completer, this.user, password, idToken)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SaveUserRequest(this.completer, this.user, password, idToken)); }, - $signature: 38 + $signature: 39 }; A.UserEditVM_UserEditVM$fromStore___closure0.prototype = { call$1(savedUser) { @@ -461302,17 +475634,19 @@ t2 = t2.get$updatedUser(); A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s30_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s30_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s30_, t1, t1); } else - t2.pop$1(0, savedUser); + t2.pop$1(savedUser); } else A.viewEntity(false, savedUser, null, true); }, - $signature: 199 + $signature: 187 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -461326,28 +475660,29 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.UserListItem.prototype = { - build$1(_, context) { - var t5, t6, _this = this, _null = null, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - t1 = uiState.userUIState.listUIState.selectedIds, - t2 = _this.filter, - t3 = t2 != null && t2.length !== 0, - t4 = _this.user, - filterMatch = t3 ? t4.matchesFilterValue$1(t2) : t4.email; - t2 = state.userCompanyStates; + build$1(context) { + var uiState, t2, t3, t4, t5, filterMatch, t6, _this = this, _null = null, + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + t2 = uiState.userUIState.listUIState.selectedIds; + t3 = _this.filter; + t4 = t3 != null && t3.length !== 0; + t5 = _this.user; + filterMatch = t4 ? t5.matchesFilterValue$1(t3) : t5.email; + t1 = t1.userCompanyStates; t3 = uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.UserListItem_build_closure(_this), _null, _null, false, false), _null) : _null; + t3 = t1._list[t3].userCompany; + t1 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.UserListItem_build_closure(_this), _null, _null, false, false), _null) : _null; t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; - t5 = t4.get$fullName().length !== 0 ? t4.get$fullName() : t4.email; + t4 = t5.get$fullName().length !== 0 ? t5.get$fullName() : t5.email; t6 = type$.JSArray_legacy_Widget; - t2 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2.size._dx); - t5 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t3, t4, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.UserListItem_build_closure0(_this), new A.UserListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t5, new A.EntityStateLabel(t4, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t2, _null, _null), false, true, true, _null); + t2 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2.size._dx); + t4 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return new A.DismissibleEntity(t3, t5, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.UserListItem_build_closure0(_this), new A.UserListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t4, new A.EntityStateLabel(t5, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t2, _null, _null), false, true, true, _null); }, get$user(receiver) { return this.user; @@ -461374,7 +475709,7 @@ $signature: 11 }; A.UserListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.UserListBuilder_build_closure(), A.user_list_vm_UserListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_UserListVM); } @@ -461385,7 +475720,7 @@ t2 = viewModel.state; return A.EntityList$(viewModel.userList, B.EntityType_user, new A.UserListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2797 + $signature: 2838 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -461394,7 +475729,7 @@ user = t1.userMap._map$_map.$index(0, userId); return new A.UserListItem(user, new A.UserListBuilder_build___closure(new A.UserListBuilder_build__closure_showDialog(user)), t1.filter, null); }, - $signature: 2798 + $signature: 2839 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -461412,11 +475747,15 @@ A.UserListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -461429,106 +475768,143 @@ }; A.UserListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortUsers(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortUsers(field)); }, $signature: 5 }; A.UserListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearUserMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearUserMultiselect()); }, $signature: 10 }; A.UserScreen.prototype = { - build$1(_, context) { - var t4, t5, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.userUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.userList; - t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_user, false, B.List_empty18, 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_empty19, _null); - t3 = state.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), t3.get$newUser()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_user, t2, new A.UserScreen_build_closure7(store), t4, _null, _null, new A.UserScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.UserListBuilder(_null), t5, B.EntityType_user, t3, 0, _null, new A.UserScreen_build_closure9(store), new A.UserScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.userUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.userList; + t3 = t3.filter; + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_user, false, B.List_empty19, 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_empty20, _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, _null, B.EntityType_user, t1, 0, _null, new A.UserScreen_build_closure9(store), _null, new A.UserScreen_build_closure10(store)); } }; A.UserScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartUserMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartUserMultiselect()); }, $signature: 10 }; A.UserScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterUsers(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterUsers(value)); }, $signature: 9 }; A.UserScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterUsersByState(state)); }, $signature: 27 }; A.UserScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.userUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearUserMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartUserMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.userUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearUserMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartUserMultiselect()); + } }, $signature: 1 }; A.UserScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortUsers(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortUsers(value)); }, $signature: 5 }; A.UserScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterUsersByCustom1(value)); }, $signature: 5 }; A.UserScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterUsersByCustom2(value)); }, $signature: 5 }; A.UserScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterUsersByCustom3(value)); }, $signature: 5 }; A.UserScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterUsersByCustom4(value)); }, $signature: 5 }; A.UserScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterUsersByState(state)); }, $signature: 27 }; A.UserScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.userUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearUserMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartUserMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.userUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearUserMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartUserMultiselect()); + } }, $signature: 1 }; @@ -461539,7 +475915,7 @@ $signature: 1 }; A.UserScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.UserScreenBuilder_build_closure(), A.user_screen_vm_UserScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_UserScreenVM); } @@ -461548,19 +475924,20 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 2799 + $signature: 2840 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { - build$1(_, context) { - var userCompany, t4, t5, _null = null, + build$1(context) { + var t3, userCompany, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), user = this.viewModel.user, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState.selectedCompanyIndex; - t2 = t2._list; - userCompany = t2[t3].userCompany; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t3 = t3._list; + userCompany = t3[t2].userCompany; t4 = this.isFilter; t5 = A._setArrayType([], type$.JSArray_legacy_Widget); if (user.emailVerifiedAt == null) @@ -461568,25 +475945,25 @@ t5.push(A.EntityHeader$(user, t1.get$email(t1), t1.get$phone(t1), _null, _null, _null, user.email)); t5.push(new A.ListDivider(_null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_client) || userCompany.can$2(B.UserPermission_create, B.EntityType_client)) - t5.push(new A.EntitiesListTile(user, B.EntityType_client, t1.get$clients(t1), $.$get$memoizedClientStatsForUser().call$2(user.id, t2[t3].clientState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_client, t1.get$clients(t1), $.$get$memoizedClientStatsForUser().call$2(user.id, t3[t2].clientState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_invoice) || userCompany.can$2(B.UserPermission_create, B.EntityType_invoice)) - t5.push(new A.EntitiesListTile(user, B.EntityType_invoice, t1.get$invoices(), $.$get$memoizedInvoiceStatsForUser().call$2(user.id, t2[t3].invoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_invoice, t1.get$invoices(), $.$get$memoizedInvoiceStatsForUser().call$2(user.id, t3[t2].invoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_quote) || userCompany.can$2(B.UserPermission_create, B.EntityType_quote)) - t5.push(new A.EntitiesListTile(user, B.EntityType_quote, t1.get$quotes(t1), $.$get$memoizedQuoteStatsForUser().call$2(user.id, t2[t3].quoteState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_quote, t1.get$quotes(t1), $.$get$memoizedQuoteStatsForUser().call$2(user.id, t3[t2].quoteState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_credit) || userCompany.can$2(B.UserPermission_create, B.EntityType_credit)) - t5.push(new A.EntitiesListTile(user, B.EntityType_credit, t1.get$credits(), $.$get$memoizedCreditStatsForUser().call$2(user.id, t2[t3].creditState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_credit, t1.get$credits(), $.$get$memoizedCreditStatsForUser().call$2(user.id, t3[t2].creditState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_task) || userCompany.can$2(B.UserPermission_create, B.EntityType_task)) - t5.push(new A.EntitiesListTile(user, B.EntityType_task, t1.get$tasks(), $.$get$memoizedTaskStatsForUser().call$2(user.id, t2[t3].taskState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_task, t1.get$tasks(), $.$get$memoizedTaskStatsForUser().call$2(user.id, t3[t2].taskState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_project) || userCompany.can$2(B.UserPermission_create, B.EntityType_project)) - t5.push(new A.EntitiesListTile(user, B.EntityType_project, t1.get$projects(), $.$get$memoizedProjectStatsForUser().call$2(user.id, t2[t3].projectState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_project, t1.get$projects(), $.$get$memoizedProjectStatsForUser().call$2(user.id, t3[t2].projectState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_expense) || userCompany.can$2(B.UserPermission_create, B.EntityType_expense)) - t5.push(new A.EntitiesListTile(user, B.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForUser().call$2(user.id, t2[t3].expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForUser().call$2(user.id, t3[t2].expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_vendor) || userCompany.can$2(B.UserPermission_create, B.EntityType_vendor)) - t5.push(new A.EntitiesListTile(user, B.EntityType_vendor, t1.get$vendors(), $.$get$memoizedVendorStatsForUser().call$2(user.id, t2[t3].vendorState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_vendor, t1.get$vendors(), $.$get$memoizedVendorStatsForUser().call$2(user.id, t3[t2].vendorState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_recurringInvoice) || userCompany.can$2(B.UserPermission_create, B.EntityType_recurringInvoice)) - t5.push(new A.EntitiesListTile(user, B.EntityType_recurringInvoice, t1.get$recurringInvoices(), $.$get$memoizedRecurringInvoiceStatsForUser().call$2(user.id, t2[t3].recurringInvoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_recurringInvoice, t1.get$recurringInvoices(), $.$get$memoizedRecurringInvoiceStatsForUser().call$2(user.id, t3[t2].recurringInvoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); if (userCompany.can$2(B.UserPermission_view, B.EntityType_recurringExpense) || userCompany.can$2(B.UserPermission_create, B.EntityType_recurringExpense)) - t5.push(new A.EntitiesListTile(user, B.EntityType_recurringExpense, t1.get$recurringExpenses(), $.$get$memoizedRecurringExpenseStatsForUser().call$2(user.id, t2[t3].recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); + t5.push(new A.EntitiesListTile(user, B.EntityType_recurringExpense, t1.get$recurringExpenses(), $.$get$memoizedRecurringExpenseStatsForUser().call$2(user.id, t3[t2].recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, false, _null)); return new A.ViewScaffold(t4, user, new A.ScrollableListView(t5, _null, _null, _null), new A.UserView_build_closure(this), _null, _null); } }; @@ -461597,7 +475974,7 @@ $signature: 10 }; A.UserViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.UserViewScreen_build_closure(this), new A.UserViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_UserViewVM); } @@ -461606,13 +475983,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 2800 + $signature: 2841 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 2801 + $signature: 2842 }; A.UserViewVM.prototype = { get$user(receiver) { @@ -461624,7 +476001,9 @@ }; A.UserViewVM_UserViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/user_management")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/user_management")); }, $signature: 1 }; @@ -461638,11 +476017,11 @@ this.super$State$initState(); this._vendor_edit$_controller = A.TabController$(null, 0, 4, this); }, - dispose$0(_) { - this._vendor_edit$_controller.dispose$0(0); - this.super$__VendorEditState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._vendor_edit$_controller.dispose$0(); + this.super$__VendorEditState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -461671,7 +476050,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -461682,13 +476061,13 @@ $signature: 14 }; A.__VendorEditState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -461722,9 +476101,9 @@ B.JSArray_methods.forEach$1(_this._vendor_edit_address$_controllers, new A.VendorEditAddressState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._vendor_edit_address$_controllers, new A.VendorEditAddressState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _vendor_edit_address$_onChanged$0() { var _this = this, @@ -461732,7 +476111,7 @@ if (!J.$eq$(vendor, _this._widget.viewModel.vendor)) _this._vendor_edit_address$_debouncer.run$1(new A.VendorEditAddressState__onChanged_closure0(_this, vendor)); }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -461741,7 +476120,7 @@ t3 = t2.prefState.isEditorFullScreen$1(B.EntityType_vendor) ? B.EdgeInsets_6_12_12_0 : _null, t4 = t1.get$address1(), t5 = viewModel.onSavePressed; - return A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_address1Controller, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_9_null_null, t4, _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_address2Controller, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$address2(), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_cityController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$city(t1), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_stateController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$state(t1), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_postalCodeController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$postalCode(t1), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.EntityDropdown$(true, false, false, vendor.countryId, $.$get$memoizedCountryList().call$1(t2.staticState.countryMap), _null, B.EntityType_country, B.List_empty0, t1.get$country(t1), _null, _null, new A.VendorEditAddressState_build_closure(viewModel, vendor), _null, _null, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, true, t3); + return A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_address1Controller, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_9_null_null, t4, _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_address2Controller, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$address2(), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_cityController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$city(t1), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_stateController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$state(t1), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_address$_postalCodeController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$postalCode(t1), _null, _null, false, _null, _null, t5, true, _null, _null, B.TextAlign_4, _null), A.EntityDropdown$(true, false, false, vendor.countryId, $.$get$memoizedCountryList().call$1(t2.staticState.countryMap), _null, B.EntityType_country, B.List_empty1, t1.get$country(t1), _null, _null, new A.VendorEditAddressState_build_closure(viewModel, vendor), _null, _null, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, true, t3); } }; A.VendorEditAddressState_didChangeDependencies_closure.prototype = { @@ -461758,9 +476137,8 @@ }; A.VendorEditAddressState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_vendor_edit_address$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_vendor_edit_address$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -461779,7 +476157,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 103 + $signature: 104 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -461791,7 +476169,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditAddressState_build__closure(country))); }, - $signature: 64 + $signature: 63 }; A.VendorEditAddressState_build__closure.prototype = { call$1(b) { @@ -461800,7 +476178,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 103 + $signature: 104 }; A.VendorEditContacts.prototype = { createState$0() { @@ -461811,7 +476189,7 @@ _showContactEditor$2(contact, context) { A.showDialog(null, true, new A._VendorEditContactsState__showContactEditor_closure(this, contact), context, null, true, type$.legacy_VendorContactEditDetails); }, - build$1(_, context) { + build$1(context) { var t3, contacts, contact, t4, t5, t6, children, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -461857,19 +476235,19 @@ t6 = t5.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t5, B.JSArray_methods.firstWhere$2$orElse(t5, new A._VendorEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new A.ValueKey("__" + t3 + "__" + t4 + "__", type$.ValueKey_String)); }, - $signature: 2802 + $signature: 2843 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 177 + $signature: 176 }; A._VendorEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile(new A._VendorEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2803 + $signature: 2844 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -461881,7 +476259,7 @@ call$1(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 36 + $signature: 37 }; A._VendorEditContactsState_build_closure1.prototype = { call$0() { @@ -461890,11 +476268,11 @@ $signature: 10 }; A.ContactListTile.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Theme_of(context).canvasColor, t2 = this.contact, - t3 = t2.get$fullName().length !== 0 ? A.Text$(t2.get$fullName(), _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$blankContact(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontStyle_1, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), + t3 = t2.get$fullName().length !== 0 ? A.Text$(t2.get$fullName(), _null, _null, _null, _null, _null, _null, _null, _null, _null) : A.Text$(A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$blankContact(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontStyle_1, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), t4 = t2.email; return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_0_4_0_4, A.Column$(A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, this.onTap, false, _null, _null, A.Text$(t4.length !== 0 ? t4 : t2.phone, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null), _null), A.Divider$(_null, 1, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), B.Clip_0, t1, 0, _null, _null, _null, _null, _null, B.MaterialType_0); }, @@ -461927,7 +476305,7 @@ t1.onDoneContactPressed.call$1(t2); t2 = _this._framework$_element; t2.toString; - A.Navigator_of(t2, false).pop$0(0); + A.Navigator_of(t2, false).pop$0(); } else { t1 = t1.vendorViewModel; t2 = _this._framework$_element; @@ -461954,9 +476332,9 @@ B.JSArray_methods.forEach$1(_this._vendor_edit_contacts$_controllers, new A.VendorContactEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._vendor_edit_contacts$_controllers, new A.VendorContactEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _vendor_edit_contacts$_onChanged$0() { var _this = this, @@ -461964,7 +476342,7 @@ if (!contact.$eq(0, _this._widget.contact)) _this._vendor_edit_contacts$_debouncer.run$1(new A.VendorContactEditDetailsState__onChanged_closure0(_this, contact)); }, - build$1(_, context) { + build$1(context) { var column, t3, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, @@ -461973,8 +476351,8 @@ t2 = type$.JSArray_legacy_Widget; column = A.Column$(A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_contacts$_firstNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t1.get$firstName(t1), _null, _null, false, _null, _null, new A.VendorContactEditDetailsState_build_closure(_this), true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_contacts$_lastNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t1.get$lastName(t1), _null, _null, false, _null, _null, new A.VendorContactEditDetailsState_build_closure0(_this), true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_contacts$_emailController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_5_null_null, t1.get$email(t1), _null, _null, false, _null, _null, new A.VendorContactEditDetailsState_build_closure1(_this), true, _null, _null, B.TextAlign_4, new A.VendorContactEditDetailsState_build_closure2(t1)), A.DecoratedFormField$(false, _null, false, false, _this._vendor_edit_contacts$_phoneController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_3_null_null, t1.get$phone(t1), _null, _null, false, _null, _null, new A.VendorContactEditDetailsState_build_closure3(_this), true, _null, _null, B.TextAlign_4, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); if (_this._widget.isDialog) { - t3 = A.SingleChildScrollView$(column, _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1); - t3 = A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.VendorContactEditDetailsState_build_closure4(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.VendorContactEditDetailsState_build_closure5(viewModel, context), _null)], t2), B.EdgeInsets_0_0_0_0, _null, t3, B.EdgeInsets_24_20_24_24, _null, _null); + t3 = A.SingleChildScrollView$(column, _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_1); + t3 = A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$remove(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.VendorContactEditDetailsState_build_closure4(_this, context), _null), A.TextButton$(false, A.Text$(t1.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.VendorContactEditDetailsState_build_closure5(viewModel, context), _null)], t2), _null, _null, t3, _null, _null, _null); t1 = t3; } else t1 = A.FormCard$(column, _null, _null, _null, false, _null, false, isFullscreen ? B.EdgeInsets_6_12_6_0 : _null); @@ -461995,9 +476373,8 @@ }; A.VendorContactEditDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_vendor_edit_contacts$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_vendor_edit_contacts$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -462014,7 +476391,7 @@ b.get$_vendor_model$_$this()._vendor_model$_phone = t1; return b; }, - $signature: 583 + $signature: 692 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -462027,19 +476404,19 @@ call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.VendorContactEditDetailsState_build_closure0.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.VendorContactEditDetailsState_build_closure1.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.VendorContactEditDetailsState_build_closure2.prototype = { call$1(value) { @@ -462051,7 +476428,7 @@ call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 30 + $signature: 31 }; A.VendorContactEditDetailsState_build_closure4.prototype = { call$0() { @@ -462064,19 +476441,19 @@ call$1(_) { var t1 = this.$this._widget; t1.viewModel.onRemoveContactPressed.call$1(t1.index); - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 9 }; A.VendorContactEditDetailsState_build_closure5.prototype = { call$0() { this.viewModel.onDoneContactPressed.call$0(); - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; A.VendorEditContactsScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.VendorEditContactsScreen_build_closure(this), new A.VendorEditContactsScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_VendorEditContactsVM); } @@ -462085,13 +476462,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 2804 + $signature: 2845 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2805 + $signature: 2846 }; A.VendorEditContactsVM.prototype = { get$company() { @@ -462107,36 +476484,43 @@ A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure.prototype = { call$0() { var contact = A.VendorContactEntity_VendorContactEntity(), - t1 = this.store; - t1.get$_dispatchers()[0].call$1(new A.AddVendorContact(contact)); - t1.get$_dispatchers()[0].call$1(new A.EditVendorContact(contact)); + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.AddVendorContact(contact)); + t1[0].call$1(new A.EditVendorContact(contact)); }, $signature: 1 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0.prototype = { call$1(index) { - return this.store.get$_dispatchers()[0].call$1(new A.DeleteVendorContact(index)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 167 + $signature: 173 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.EditVendorContact(null)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.EditVendorContact(null)); }, $signature: 10 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2.prototype = { call$2(contact, index) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateVendorContact(index, contact)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 2806 + $signature: 2847 }; A.VendorEditDesktop.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.viewModel, t2 = type$.JSArray_legacy_Widget; - return new A.ScrollableListView(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.VendorEditDetails(t1, _null), new A.VendorEditNotes(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.VendorEditContactsScreen(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.VendorEditAddress(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, true, _null), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null)], t2), _null, _null, _null); + return new A.ScrollableListView(A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.VendorEditDetails(t1, _null), new A.VendorEditNotes(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.VendorEditContactsScreen(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1), A.Expanded$(A.FocusTraversalGroup$(A.Column$(A._setArrayType([new A.VendorEditAddress(t1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, _null), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null)], t2), _null, _null, _null); } }; A.VendorEditDetails.prototype = { @@ -462176,10 +476560,10 @@ (t10 && B.JSArray_methods).forEach$1(t10, new A.VendorEditDetailsState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._vendor_edit_details$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.VendorEditDetailsState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _vendor_edit_details$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -462188,7 +476572,7 @@ if (!J.$eq$(vendor, t1)) this._vendor_edit_details$_debouncer.run$1(new A.VendorEditDetailsState__onChanged_closure0(viewModel, vendor)); }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, @@ -462225,9 +476609,8 @@ }; A.VendorEditDetailsState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_vendor_edit_details$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_vendor_edit_details$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -462256,7 +476639,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 103 + $signature: 104 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -462281,15 +476664,17 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 103 + $signature: 104 }; A.VendorEditFooter.prototype = { - build$1(_, context) { - var showLayoutToggle, t3, t4, t5, _null = null, + build$1(context) { + var useSidebarEditor, showLayoutToggle, t3, t4, t5, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), store = A.StoreProvider_of(context, type$.legacy_AppState), - t2 = A._lateReadCheck(store.__Store__state, "_state").prefState, - useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_vendor); + t2 = store.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.prefState; + useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_vendor); if (useSidebarEditor == null) useSidebarEditor = false; showLayoutToggle = A.getLayout(context) === B.AppLayout_desktop; @@ -462297,13 +476682,13 @@ t4 = A._setArrayType([], type$.JSArray_legacy_Widget); if (showLayoutToggle) { t1 = useSidebarEditor ? t1.get$fullscreenEditor() : t1.get$sidebarEditor(); - t4.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.VendorEditFooter_build_closure(store), _null, _null, _null, _null, _null, _null), t1)); + t4.push(A.Tooltip$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Icon$(useSidebarEditor ? B.IconData_57694_MaterialIcons_null_true : B.IconData_57695_MaterialIcons_null_true, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.VendorEditFooter_build_closure(store), _null, _null, _null, _null, _null, _null, _null), t1)); } t1 = this.vendor; t5 = t1.number; t1 = t1.name; t1 = t5.length === 0 ? t1 : t5 + " \u2022 " + t1; - t4.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_8_0_0, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null, _null, showLayoutToggle, false, _null)); + t4.push(new A.AppBorder(new A.Padding(B.EdgeInsets_16_8_0_0, A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.enableDarkMode ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null, _null, showLayoutToggle, false, _null)); return A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t4, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), t3, 0, new A.CircularNotchedRectangle()); }, get$vendor(receiver) { @@ -462312,7 +476697,9 @@ }; A.VendorEditFooter_build_closure.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_vendor)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_vendor)); }, $signature: 10 }; @@ -462337,10 +476724,10 @@ (t2 && B.JSArray_methods).forEach$1(t2, new A.VendorEditNotesState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { var t1 = this._vendor_edit_notes$_controllers; (t1 && B.JSArray_methods).forEach$1(t1, new A.VendorEditNotesState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _vendor_edit_notes$_onChanged$0() { var viewModel = this._widget.viewModel, @@ -462349,7 +476736,7 @@ if (!J.$eq$(vendor, t1)) this._vendor_edit_notes$_debouncer.run$1(new A.VendorEditNotesState__onChanged_closure0(viewModel, vendor)); }, - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -462357,7 +476744,7 @@ staticState = t2.staticState, vendor = viewModel.vendor; t2 = t2.prefState.isEditorFullScreen$1(B.EntityType_vendor) ? B.EdgeInsets_12_12_6_0 : _null; - return A.FormCard$(_null, A._setArrayType([A.EntityDropdown$(true, false, false, vendor.currencyId, $.$get$memoizedCurrencyList().call$1(staticState.currencyMap), _null, B.EntityType_currency, B.List_empty0, t1.get$currency(), _null, _null, new A.VendorEditNotesState_build_closure(viewModel, vendor), _null, _null, _null), A.DecoratedFormField$(false, _null, false, false, this._vendor_edit_notes$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, this._vendor_edit_notes$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, true, t2); + return A.FormCard$(_null, A._setArrayType([A.EntityDropdown$(true, false, false, vendor.currencyId, $.$get$memoizedCurrencyList().call$1(staticState.currencyMap), _null, B.EntityType_currency, B.List_empty1, t1.get$currency(), _null, _null, new A.VendorEditNotesState_build_closure(viewModel, vendor), _null, _null, _null), A.DecoratedFormField$(false, _null, false, false, this._vendor_edit_notes$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, this._vendor_edit_notes$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], type$.JSArray_legacy_Widget), _null, _null, false, _null, true, t2); } }; A.VendorEditNotesState_didChangeDependencies_closure.prototype = { @@ -462374,9 +476761,8 @@ }; A.VendorEditNotesState_dispose_closure.prototype = { call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_vendor_edit_notes$_onChanged()); - t1.dispose$0(controller); + J.removeListener$1$x(controller, this.$this.get$_vendor_edit_notes$_onChanged()); + controller.dispose$0(); }, $signature: 6 }; @@ -462389,7 +476775,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 103 + $signature: 104 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -462401,7 +476787,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditNotesState_build__closure(currency))); }, - $signature: 64 + $signature: 63 }; A.VendorEditNotesState_build__closure.prototype = { call$1(b) { @@ -462412,10 +476798,10 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 103 + $signature: 104 }; A.VendorEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.VendorEditScreen_build_closure(), new A.VendorEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_VendorEditVM); } @@ -462424,13 +476810,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 2807 + $signature: 2848 }; A.VendorEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.VendorEdit(viewModel, new A.ValueKey(viewModel.vendor.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2808 + $signature: 2849 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -462442,9 +476828,11 @@ }; A.VendorEditVM_VendorEditVM$fromStore_closure.prototype = { call$1(vendor) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateVendor(vendor)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 236 + $signature: 246 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -462456,7 +476844,9 @@ t2.complete$0(0); else { t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); } }, $signature: 14 @@ -462474,10 +476864,12 @@ }; A.VendorEditVM_VendorEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, contact, + var vendor, t3, $navigator, contact, t4, t1 = this.store, - vendor = A._lateReadCheck(t1.__Store__state, "_state").uiState.vendorUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + vendor = t2.uiState.vendorUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); @@ -462487,16 +476879,18 @@ return null; } t2 = new A._Future($.Zone__current, type$._Future_legacy_VendorEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_VendorEntity), vendor)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveVendorRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_VendorEntity), vendor)); return t2.then$1$1(0, new A.VendorEditVM_VendorEditVM$fromStore___closure0(vendor, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.VendorEditVM_VendorEditVM$fromStore___closure1()); }, - $signature: 33 + $signature: 34 }; A.VendorEditVM_VendorEditVM$fromStore___closure.prototype = { call$1(context) { return new A.ErrorDialog(this.localization.get$pleaseEnterAName(), false, null); }, - $signature: 19 + $signature: 20 }; A.VendorEditVM_VendorEditVM$fromStore___closure0.prototype = { call$1(savedVendor) { @@ -462519,21 +476913,26 @@ t2 = _this.state; t3 = t2.prefState; if (t3.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s12_)); + t3 = _this.store.__Store__dispatchers_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3[0].call$1(new A.UpdateCurrentRoute(_s12_)); t1 = t1.get$isNew() && t2.uiState.vendorUIState.saveCompleter == null; t2 = _this.navigator; if (t1) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s12_, t1, t1); } else - t2.pop$1(0, savedVendor); + t2.pop$1(savedVendor); } else { - if (!t3.isPreviewVisible) - _this.store.get$_dispatchers()[0].call$1(new A.TogglePreviewSidebar()); + if (!t3.isPreviewVisible) { + t1 = _this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.TogglePreviewSidebar()); + } A.viewEntity(false, savedVendor, null, true); } }, - $signature: 236 + $signature: 246 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -462547,34 +476946,35 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.VendorListItem.prototype = { - build$1(_, context) { - var textStyle, textColor, t2, documents, t3, t4, t5, _this = this, _null = null, + build$1(context) { + var uiState, vendorUIState, t2, filterMatch, listUIState, textStyle, textColor, t3, documents, t4, t5, t6, _this = this, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - uiState = state.uiState, - vendorUIState = uiState.vendorUIState, - t1 = _this.filter, - filterMatch = t1 != null && t1.length !== 0 ? _this.vendor.matchesFilterValue$1(t1) : _null, - listUIState = vendorUIState.listUIState; - t1 = listUIState.selectedIds; - textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + uiState = t1.uiState; + vendorUIState = uiState.vendorUIState; + t2 = _this.filter; + filterMatch = t2 != null && t2.length !== 0 ? _this.vendor.matchesFilterValue$1(t2) : _null; + listUIState = vendorUIState.listUIState; + t2 = listUIState.selectedIds; + textStyle = A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); textColor = A.Theme_of(context).textTheme.bodyLarge.color; - t2 = _this.vendor; - documents = t2.documents; + t3 = _this.vendor; + documents = t3.documents; if (documents == null) documents = A._setArrayType([], type$.JSArray_legacy_DocumentEntity); if (A.getLayout(context) === B.AppLayout_desktop) { - t3 = t2.id; - t3 = t3 === (uiState.get$isEditing() ? vendorUIState.editing.id : vendorUIState.selectedId); + t4 = t3.id; + t4 = t4 === (uiState.get$isEditing() ? vendorUIState.editing.id : vendorUIState.selectedId); } else - t3 = false; - t4 = A._lateReadCheck(store.__Store__state, "_state"); - t5 = t4.userCompanyStates; - t4 = t4.uiState.selectedCompanyIndex; - return new A.DismissibleEntity(t5._list[t4].userCompany, t2, new A.LayoutBuilder(new A.VendorListItem_build_closure(_this, t1 != null, listUIState, state, textStyle, documents, filterMatch, textColor), _null), t3, true, true, _null); + t4 = false; + t5 = store.__Store__state_A; + t6 = t5.userCompanyStates; + t5 = t5.uiState.selectedCompanyIndex; + return new A.DismissibleEntity(t6._list[t5].userCompany, t3, new A.LayoutBuilder(new A.VendorListItem_build_closure(_this, t2 != null, listUIState, t1, textStyle, documents, filterMatch, textColor), _null), t4, true, true, _null); }, get$user(receiver) { return this.user; @@ -462611,7 +477011,7 @@ t7 = _this.textColor; t3.push(A.Text$(t4, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleSmall.copyWith$1$color(A.Color$fromARGB(153, t7.get$value(t7) >>> 16 & 255, t7.get$value(t7) >>> 8 & 255, t7.get$value(t7) & 255)), _null, _null, _null)); } - t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(t3, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.VendorListItem_build__closure1(t1), new A.VendorListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null); + t1 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_10_4_28_4, A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), new A.SizedBox(100, _null, t6, _null), new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.Column$(t3, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1), new A.SizedBox(10, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.VendorListItem_build__closure1(t1), new A.VendorListItem_build__closure2(t1), _null, _null, _null, _null, _null, _null, _null); } else { t2 = _this.showCheckbox ? new A.IgnorePointer(_this.listUIState.selectedIds != null, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.VendorListItem_build__closure3(t1), _null, _null, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; @@ -462632,7 +477032,7 @@ } return t1; }, - $signature: 112 + $signature: 110 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -462659,7 +477059,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.vendor], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 60 }; A.VendorListItem_build__closure5.prototype = { call$0() { @@ -462682,7 +477082,7 @@ $signature: 11 }; A.VendorListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.VendorListBuilder_build_closure(), A.vendor_list_vm_VendorListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_VendorListVM); } @@ -462695,7 +477095,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_vendor, new A.VendorListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.VendorPresenter(), t2, t4); }, - $signature: 2809 + $signature: 2850 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -462714,17 +477114,21 @@ t2 = false; return new A.VendorListItem(t4, vendor, t1.filter, t2, null); }, - $signature: 2810 + $signature: 2851 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -462737,21 +477141,26 @@ }; A.VendorListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortVendors(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortVendors(field)); }, $signature: 5 }; A.VendorListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearVendorMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearVendorMultiselect()); }, $signature: 10 }; A.VendorPresenter.prototype = { getField$2$context$field(context, field) { - var t1, t2, _this = this, _null = null, + var t2, _this = this, _null = null, vendor = type$.legacy_VendorEntity._as(_this.entity), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t1 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); switch (field) { case "name": return A.Text$(vendor.name, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -462772,7 +477181,7 @@ case "postal_code": return A.Text$(vendor.postalCode, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "country_id": - t1 = state.staticState.countryMap; + t1 = t1.staticState.countryMap; t2 = vendor.countryId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; @@ -462784,7 +477193,7 @@ case "vat_number": return A.Text$(vendor.vatNumber, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "currency_id": - t1 = state.staticState.currencyMap; + t1 = t1.staticState.currencyMap; t2 = vendor.currencyId; t2 = t1._map$_map.$index(0, t2); t1 = t2 == null ? _null : t2.name; @@ -462810,124 +477219,154 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 2811 + $signature: 2852 }; A.VendorScreen.prototype = { - build$1(_, context) { - var userCompany, t4, t5, t6, t7, _null = null, + build$1(context) { + var t2, t3, t4, company, t5, t6, t7, t8, t9, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - company = t1._list[t3].userCompany.company; - t3 = A._lateReadCheck(store.__Store__state, "_state"); - t1 = t3.userCompanyStates; - t3 = t3.uiState.selectedCompanyIndex; - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.vendorUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.vendorList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType(["number", "name", "city", "phone", "entity_state", "created_at"], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6.push("address1"); - t6.push("address2"); - t6.push("postal_code"); - t6.push("country_id"); - t6.push("private_notes"); - t6.push("website"); - t6.push("vat_number"); - t6.push("id_number"); - t6.push("currency_id"); - t6.push("custom1"); - t6.push("custom2"); - t6.push("custom3"); - t6.push("custom4"); - t6.push("updated_at"); - t6.push("archived_at"); - t6.push("documents"); - t6.push("contacts"); - t7 = A._setArrayType(["number", "name", "city", "phone", "entity_state", "created_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("vendor1", true), company.getCustomFieldValues$2$excludeBlank("vendor2", true), company.getCustomFieldValues$2$excludeBlank("vendor3", true), company.getCustomFieldValues$2$excludeBlank("vendor4", true), t7, B.EntityType_vendor, false, B.List_empty18, new A.VendorScreen_build_closure(store), new A.VendorScreen_build_closure0(store), new A.VendorScreen_build_closure1(store), new A.VendorScreen_build_closure2(store), new A.VendorScreen_build_closure3(store), new A.VendorScreen_build_closure4(store), new A.VendorScreen_build_closure5(store), _null, A._setArrayType(["name", "number", "updated_at"], t5), B.List_empty19, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.menuSidebarMode === B.AppSidebarMode_float) && userCompany.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), t3.get$newVendor()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_vendor, t2, new A.VendorScreen_build_closure7(store), t4, _null, _null, new A.VendorScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.VendorListBuilder(_null), t6, B.EntityType_vendor, t3, 0, _null, new A.VendorScreen_build_closure9(store), new A.VendorScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + t4 = t2._list[t4].userCompany; + company = t4.company; + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.vendorUIState.listUIState; + t5 = t3.filterClearedAt; + t6 = this.viewModel.vendorList; + t3 = t3.filter; + t7 = type$.JSArray_legacy_String; + t8 = A.List_List$of(A._setArrayType(["number", "name", "city", "phone", "entity_state", "created_at"], t7), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t8, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t7)); + t8.push("address1"); + t8.push("address2"); + t8.push("postal_code"); + t8.push("country_id"); + t8.push("private_notes"); + t8.push("website"); + t8.push("vat_number"); + t8.push("id_number"); + t8.push("currency_id"); + t8.push("custom1"); + t8.push("custom2"); + t8.push("custom3"); + t8.push("custom4"); + t8.push("updated_at"); + t8.push("archived_at"); + t8.push("documents"); + t8.push("contacts"); + t9 = A._setArrayType(["number", "name", "city", "phone", "entity_state", "created_at"], t7); + 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_empty19, 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_empty20, 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, _null, B.EntityType_vendor, t1, 0, _null, new A.VendorScreen_build_closure9(store), _null, new A.VendorScreen_build_closure10(store)); } }; A.VendorScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartVendorMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartVendorMultiselect()); }, $signature: 10 }; A.VendorScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterVendors(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterVendors(value)); }, $signature: 9 }; A.VendorScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterVendorsByState(state)); }, $signature: 27 }; A.VendorScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.vendorUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearVendorMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartVendorMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.vendorUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearVendorMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartVendorMultiselect()); + } }, $signature: 1 }; A.VendorScreen_build_closure4.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.SortVendors(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortVendors(value)); }, $signature: 5 }; A.VendorScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterVendorsByCustom1(value)); }, $signature: 5 }; A.VendorScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterVendorsByCustom2(value)); }, $signature: 5 }; A.VendorScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterVendorsByCustom3(value)); }, $signature: 5 }; A.VendorScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterVendorsByCustom4(value)); }, $signature: 5 }; A.VendorScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterVendorsByState(state)); }, $signature: 27 }; A.VendorScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.vendorUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearVendorMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartVendorMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.vendorUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearVendorMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartVendorMultiselect()); + } }, $signature: 1 }; @@ -462938,7 +477377,7 @@ $signature: 1 }; A.VendorScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.VendorScreenBuilder_build_closure(), A.vendor_screen_vm_VendorScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_VendorScreenVM); } @@ -462947,7 +477386,7 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 2812 + $signature: 2853 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { @@ -462966,14 +477405,16 @@ t2.addListener$1(0, _this.get$_vendor_view$_onTabChanged()); }, _vendor_view$_onTabChanged$0() { - var t1, store; + var t1, store, t2; if (this._widget.isFilter) return; t1 = this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); t1 = this._vendor_view$_controller._tab_controller$_index; - store.get$_dispatchers()[0].call$1(new A.UpdateVendorTab(t1)); + t2 = store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateVendorTab(t1)); }, didUpdateWidget$1(oldWidget) { var t1, t2; @@ -462983,13 +477424,13 @@ if (t1 !== t2) this._vendor_view$_controller._changeIndex$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this; _this._vendor_view$_controller.removeListener$1(0, _this.get$_vendor_view$_onTabChanged()); - _this._vendor_view$_controller.dispose$0(0); - _this.super$__VendorViewState_State_SingleTickerProviderStateMixin$dispose(0); + _this._vendor_view$_controller.dispose$0(); + _this.super$__VendorViewState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { + build$1(context) { var t3, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this._widget, @@ -463014,25 +477455,25 @@ t4 = 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(t3.vendor, _null), new A._VendorViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.VendorViewDocuments(t3, _null), new A._VendorViewState_build__closure1(t3, context))], t4), t2, _null), 1), new A.BottomButtons(this.vendor, B.EntityAction_newExpense, B.EntityAction_archive, true, true, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 216 + $signature: 227 }; A._VendorViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._VendorViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._VendorViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A._VendorViewState_build_closure.prototype = { call$0() { @@ -463041,13 +477482,13 @@ $signature: 10 }; A.__VendorViewState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -463096,14 +477537,14 @@ else return B.Text_OPN; }, - build$1(_, context) { + build$1(context) { var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); return new A.ScrollableListView(new A._VendorViewDetailsState_build__buildDetailsList(this, this._widget.vendor, t1, context).call$0(), null, null, null); } }; A._VendorViewDetailsState_build__buildDetailsList.prototype = { call$0() { - var t5, state, address, _this = this, _null = null, + var t5, address, _this = this, _null = null, listTiles = A._setArrayType([], type$.JSArray_legacy_Widget), t1 = _this.vendor, t2 = _this.$this, @@ -463122,14 +477563,15 @@ t5 = t1.idNumber; if (t5.length !== 0) listTiles.push(A.AppListTile$(_null, _null, B.IconData_57627_MaterialIcons_null_false, _null, t3.get$idNumber(), t5)); - state = A._lateReadCheck(A.StoreProvider_of(t4, type$.legacy_AppState).__Store__state, "_state"); - address = A.formatAddress(state, "\n", false, t1); + t5 = A.StoreProvider_of(t4, type$.legacy_AppState).__Store__state_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + address = A.formatAddress(t5, "\n", false, t1); if (address.length !== 0) - listTiles.push(A.AppListTile$(_null, _null, B.IconData_58567_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList_closure2(t2, t4, state, t1), t3.get$billingAddress(), address)); + listTiles.push(A.AppListTile$(_null, _null, B.IconData_58567_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList_closure2(t2, t4, t5, t1), t3.get$billingAddress(), address)); listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 230 + $signature: 217 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -463147,7 +477589,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: 611 + $signature: 709 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -463217,7 +477659,7 @@ $signature: 1 }; A.VendorViewDocuments.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.viewModel.vendor.documents; return new A.DocumentGrid(new A.CopyOnWriteList(true, t1._list, A._instanceType(t1)._eval$1("CopyOnWriteList<1>")), new A.VendorViewDocuments_build_closure(this, context), new A.VendorViewDocuments_build_closure0(this, context), null, null); } @@ -463226,13 +477668,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 127 + $signature: 123 }; A.VendorViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 132 + $signature: 125 }; A.VendorViewFullwidth.prototype = { createState$0() { @@ -463241,43 +477683,41 @@ }; A._VendorViewFullwidthState.prototype = { initState$0() { - var t1, t2, t3, _this = this; - _this.super$State$initState(); - t1 = type$.JSArray_ScrollPosition; - t2 = A._setArrayType([], t1); - t3 = $.$get$ChangeNotifier__emptyListeners(); - _this._scrollController1 = new A.ScrollController(0, true, null, t2, t3); - _this._scrollController2 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); - _this._scrollController3 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); - }, - dispose$0(_) { var _this = this; - _this._scrollController1.dispose$0(0); - _this._scrollController2.dispose$0(0); - _this._scrollController3.dispose$0(0); - _this.super$__VendorViewFullwidthState_State_TickerProviderStateMixin$dispose(0); + _this.super$State$initState(); + _this._scrollController1 = A.ScrollController$(0, true); + _this._scrollController2 = A.ScrollController$(0, true); + _this._scrollController3 = A.ScrollController$(0, true); }, - build$1(_, context) { - var vendor, documents, viewModel, billingAddress, + dispose$0() { + var _this = this; + _this._scrollController1.dispose$0(); + _this._scrollController2.dispose$0(); + _this._scrollController3.dispose$0(); + _this.super$__VendorViewFullwidthState_State_TickerProviderStateMixin$dispose(); + }, + build$1(context) { + var t3, t4, t5, vendor, documents, viewModel, billingAddress, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - t2 = state.userCompanyStates, - t3 = state.uiState, - t4 = t3.selectedCompanyIndex; - t4 = t2._list[t4].vendorState; - t2 = t3.filterStack._list; - if (t2.length === 0) - t2 = null; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.userCompanyStates; + t4 = t2.uiState; + t5 = t4.selectedCompanyIndex; + t5 = t3._list[t5].vendorState; + t3 = t4.filterStack._list; + if (t3.length === 0) + t3 = null; else { - t2 = B.JSArray_methods.get$last(t2); - t2 = t2.get$id(t2); + t3 = B.JSArray_methods.get$last(t3); + t3 = t3.get$id(t3); } - vendor = t4.$get$1(0, t2); + vendor = t5.$get$1(0, t3); documents = vendor.documents; viewModel = this._widget.viewModel; - billingAddress = A.formatAddress(state, "\n", false, vendor); - t2 = state.prefState; - return new A.LayoutBuilder(new A._VendorViewFullwidthState_build_closure(this, t1, vendor, state, billingAddress, !t2.isPreviewVisible && !t3.get$isEditing() && t2.moduleLayout !== B.ModuleLayout_list, documents, viewModel), null); + billingAddress = A.formatAddress(t2, "\n", false, vendor); + t3 = t2.prefState; + return new A.LayoutBuilder(new A._VendorViewFullwidthState_build_closure(this, t1, vendor, t2, billingAddress, !t3.isPreviewVisible && !t4.get$isEditing() && t3.moduleLayout !== B.ModuleLayout_list, documents, viewModel), null); } }; A._VendorViewFullwidthState_build_closure.prototype = { @@ -463314,7 +477754,7 @@ t11 = t11 == null ? _null : t11.name; t5.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t11 == null ? "" : t11, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); } - t2 = A.Expanded$(A.FormCard$(A.ListView$(t5, t2, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_6_12), 1); + t2 = A.Expanded$(A.FormCard$(A.ListView$(t5, t2, _null, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_6_12), 1); t5 = t1._scrollController2; t11 = A._setArrayType([A.Text$(t3.get$address(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 8, _null, _null)], t4); t12 = _this.billingAddress; @@ -463327,7 +477767,7 @@ t8 = t6.publicNotes; if (t8.length !== 0) t11.push(new A.CopyToClipboard(_null, t8, false, _null, _null, _null)); - t5 = A.Expanded$(A.FormCard$(A.ListView$(t11, t5, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_6_12), 1); + t5 = A.Expanded$(A.FormCard$(A.ListView$(t11, t5, _null, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_6_12), 1); t8 = _this.showStanding; t11 = !t8 ? 1 : 2; t1 = t1._scrollController3; @@ -463335,7 +477775,7 @@ t13 = t6.contacts._list; t14 = A._arrayInstanceType(t13)._eval$1("MappedListIterable<1,Column*>"); B.JSArray_methods.addAll$1(t12, A.List_List$of(new A.MappedListIterable(t13, new A._VendorViewFullwidthState_build__closure0(context), t14), true, t14._eval$1("ListIterable.E"))); - t11 = A._setArrayType([t2, t5, A.Expanded$(A.FormCard$(A.ListView$(t12, t1, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(6, 12, 12 / t11, 12)), 1)], t4); + t11 = A._setArrayType([t2, t5, A.Expanded$(A.FormCard$(A.ListView$(t12, t1, _null, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(6, 12, 12 / t11, 12)), 1)], t4); if (t8) { t1 = A.Tab$(A.Text$(t3.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); t2 = _this.documents._list; @@ -463349,11 +477789,11 @@ if (t3.length !== 0) t2.push(new A.IconText(t3, B.IconData_58286_MaterialIcons_null_false, _null, _null, true, _null)); t3 = _this.viewModel; - t11.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.ListView$(t2, _null, _null, B.Axis_1, false), A.RefreshIndicator$(new A.VendorViewDocuments(t3, new A.ValueKey(t3.vendor.id, type$.ValueKey_legacy_String)), new A._VendorViewFullwidthState_build__closure1(t3, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 2), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_12_12), 2)); + t11.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.ListView$(t2, _null, _null, _null, B.Axis_1, false), A.RefreshIndicator$(new A.VendorViewDocuments(t3, new A.ValueKey(t3.vendor.id, type$.ValueKey_legacy_String)), new A._VendorViewFullwidthState_build__closure1(t3, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 2), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_12_12), 2)); } return A.Row$(t11, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 626 + $signature: 667 }; A._VendorViewFullwidthState_build__closure.prototype = { call$0() { @@ -463374,13 +477814,13 @@ t1.push(new A.SizedBox(_null, 16, _null, _null)); return A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2813 + $signature: 2854 }; A._VendorViewFullwidthState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 31 + $signature: 32 }; A.__VendorViewFullwidthState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -463388,84 +477828,85 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.VendorOverview.prototype = { - build$1(_, context) { - var fields, t3, t4, t5, user, t6, t7, t8, t9, t10, _this = this, _null = null, + build$1(context) { + var statics, t3, fields, t4, t5, t6, user, t7, t8, t9, t10, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.viewModel, vendor = t2.vendor, - company = t2.company, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - statics = state.staticState; - t2 = type$.legacy_String; - fields = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2); - t2 = vendor.assignedUserId; - t3 = t2 != null; - if (t3 && t2.length !== 0) { - t4 = state.userCompanyStates; - t5 = state.uiState.selectedCompanyIndex; - user = t4._list[t5].userState.$get$1(0, t2); + company = t2.company; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + statics = t2.staticState; + t3 = type$.legacy_String; + fields = A.LinkedHashMap_LinkedHashMap$_empty(t3, t3); + t3 = vendor.assignedUserId; + t4 = t3 != null; + if (t4 && t3.length !== 0) { + t5 = t2.userCompanyStates; + t6 = t2.uiState.selectedCompanyIndex; + user = t5._list[t6].userState.$get$1(0, t3); } else user = _null; - t4 = vendor.currencyId; - if (t4.length !== 0) { - t5 = company.settings.currencyId; - t5 = t4 !== (t5 == null ? "1" : t5); + t5 = vendor.currencyId; + if (t5.length !== 0) { + t6 = company.settings.currencyId; + t6 = t5 !== (t6 == null ? "1" : t6); } else - t5 = false; - if (t5) - fields.$indexSet(0, "currency_id", statics.currencyMap._map$_map.$index(0, t4).name); - t5 = vendor.customValue1; - if (t5.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1("vendor1"), A.formatCustomValue(context, "vendor1", t5)); - t5 = vendor.customValue2; - if (t5.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1("vendor2"), A.formatCustomValue(context, "vendor2", t5)); - t5 = vendor.customValue3; - if (t5.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1("vendor3"), A.formatCustomValue(context, "vendor3", t5)); - t5 = vendor.customValue4; - if (t5.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1("vendor4"), A.formatCustomValue(context, "vendor4", t5)); - t5 = t1.get$total(t1); - t6 = $.$get$memoizedCalculateVendorBalance(); - t7 = vendor.id; - t8 = state.userCompanyStates; - t9 = state.uiState.selectedCompanyIndex; - t8 = t8._list; - t10 = t8[t9].expenseState; - t10 = t6.call$4(t7, t4, t10.map, t10.list); - t6 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([A.EntityHeader$(vendor, t5, _null, _null, _null, _null, A.formatNumber(t10, context, _null, t4, B.FormatNumberType_0, true, _null, false)), new A.ListDivider(_null)], t6); - t5 = vendor.privateNotes; - if (t5.length !== 0) - B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.IconMessage(t5, B.IconData_58286_MaterialIcons_null_false, _null, _null, _null), new A.ListDivider(_null)], t6)); - if (t3 && t2.length !== 0) - t4.push(A.EntityListTile$(user, _this.isFilter, _null)); - t4.push(new A.FieldGrid(fields, _null)); + t6 = false; + if (t6) + fields.$indexSet(0, "currency_id", statics.currencyMap._map$_map.$index(0, t5).name); + t6 = vendor.customValue1; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1("vendor1"), A.formatCustomValue(context, "vendor1", t6)); + t6 = vendor.customValue2; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1("vendor2"), A.formatCustomValue(context, "vendor2", t6)); + t6 = vendor.customValue3; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1("vendor3"), A.formatCustomValue(context, "vendor3", t6)); + t6 = vendor.customValue4; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1("vendor4"), A.formatCustomValue(context, "vendor4", t6)); + t6 = t1.get$total(t1); + t7 = $.$get$memoizedCalculateVendorBalance(); + t8 = vendor.id; + t9 = t2.userCompanyStates; + t2 = t2.uiState.selectedCompanyIndex; + t9 = t9._list; + t10 = t9[t2].expenseState; + t10 = t7.call$4(t8, t5, t10.map, t10.list); + t7 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([A.EntityHeader$(vendor, t6, _null, _null, _null, _null, A.formatNumber(t10, context, _null, t5, B.FormatNumberType_0, true, _null, false)), new A.ListDivider(_null)], t7); + t6 = vendor.privateNotes; + if (t6.length !== 0) + B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.IconMessage(t6, B.IconData_58286_MaterialIcons_null_false, _null, _null, _null), new A.ListDivider(_null)], t7)); + if (t4 && t3.length !== 0) + t5.push(A.EntityListTile$(user, _this.isFilter, _null)); + t5.push(new A.FieldGrid(fields, _null)); if (company.isModuleEnabled$1(B.EntityType_purchaseOrder)) - t4.push(new A.EntitiesListTile(vendor, B.EntityType_purchaseOrder, t1.get$purchaseOrders(), $.$get$memoizedPurchaseOrderStatsForVendor().call$2(t7, t8[t9].purchaseOrderState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); + t5.push(new A.EntitiesListTile(vendor, B.EntityType_purchaseOrder, t1.get$purchaseOrders(), $.$get$memoizedPurchaseOrderStatsForVendor().call$2(t8, t9[t2].purchaseOrderState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); if (company.isModuleEnabled$1(B.EntityType_expense)) - t4.push(new A.EntitiesListTile(vendor, B.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForVendor().call$2(t7, t8[t9].expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); + t5.push(new A.EntitiesListTile(vendor, B.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForVendor().call$2(t8, t9[t2].expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); if (company.isModuleEnabled$1(B.EntityType_recurringExpense)) - t4.push(new A.EntitiesListTile(vendor, B.EntityType_recurringExpense, t1.get$recurringExpenses(), $.$get$memoizedRecurringExpenseStatsForVendor().call$2(t7, t8[t9].recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); + t5.push(new A.EntitiesListTile(vendor, B.EntityType_recurringExpense, t1.get$recurringExpenses(), $.$get$memoizedRecurringExpenseStatsForVendor().call$2(t8, t9[t2].recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); t1 = vendor.publicNotes; if (t1.length !== 0) - B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, _null), new A.ListDivider(_null)], t6)); - return new A.ScrollableListView(t4, _null, _null, _null); + B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, _null), new A.ListDivider(_null)], t7)); + return new A.ScrollableListView(t5, _null, _null, _null); } }; A.VendorViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.VendorViewScreen_build_closure(this), new A.VendorViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_VendorViewVM); } @@ -463474,14 +477915,14 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 2814 + $signature: 2855 }; A.VendorViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.VendorView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 2815 + $signature: 2856 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -463493,8 +477934,10 @@ }; A.VendorViewVM_VendorViewVM$fromStore__handleRefresh.prototype = { call$1(context) { - var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - this.store.get$_dispatchers()[0].call$1(new A.LoadVendor(completer, this.vendor.id)); + var completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null), + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.LoadVendor(completer, this.vendor.id)); return completer.future; }, $signature: 17 @@ -463514,17 +477957,19 @@ }; A.VendorViewVM_VendorViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { - var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity); - this.store.get$_dispatchers()[0].call$1(new A.SaveVendorDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.vendor)); + var t1 = new A._Future($.Zone__current, type$._Future_legacy_DocumentEntity), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + 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: 67 + $signature: 68 }; 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: 51 }; A.VendorViewVM_VendorViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -463536,7 +477981,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.VendorViewVM_VendorViewVM$fromStore_closure2.prototype = { call$4(context, $document, password, idToken) { @@ -463545,15 +477990,19 @@ t2 = this.store; completer.future.then$1$1(0, new A.VendorViewVM_VendorViewVM$fromStore__closure(t2, this.vendor), t1); t1 = A._setArrayType([$document.id], type$.JSArray_legacy_String); - t2.get$_dispatchers()[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); + t2 = t2.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 73 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.LoadVendor(null, this.vendor.id)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.LoadVendor(null, this.vendor.id)); }, $signature: 71 }; @@ -463574,9 +478023,9 @@ B.JSArray_methods.forEach$1(_this._webhook_edit$_controllers, new A._WebhookEditState_didChangeDependencies_closure0(_this)); _this.super$State$didChangeDependencies(); }, - dispose$0(_) { + dispose$0() { B.JSArray_methods.forEach$1(this._webhook_edit$_controllers, new A._WebhookEditState_dispose_closure(this)); - this.super$State$dispose(0); + this.super$State$dispose(); }, _webhook_edit$_onChanged$0() { var _this = this, @@ -463584,7 +478033,7 @@ if (!J.$eq$(webhook, _this._widget.viewModel.webhook)) _this._webhook_edit$_debouncer.run$1(new A._WebhookEditState__onChanged_closure0(_this, webhook)); }, - build$1(_, context) { + build$1(context) { var t2, _this = this, _null = null, viewModel = _this._widget.viewModel, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), @@ -463606,13 +478055,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._WebhookEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 34 + $signature: 35 }; A._WebhookEditState_dispose_closure.prototype = { call$1(controller) { @@ -463620,7 +478069,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 77 + $signature: 76 }; A._WebhookEditState__onChanged_closure.prototype = { call$1(b) { @@ -463628,7 +478077,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 219 + $signature: 230 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -463640,7 +478089,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 57 }; A._WebhookEditState_build_closure1.prototype = { call$1(context) { @@ -463685,7 +478134,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t10, _null, _null, false, _null, false, _null)], t13), _null, _null, _null); }, - $signature: 163 + $signature: 175 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -463704,14 +478153,14 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 219 + $signature: 230 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_atQCY.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, eventId, type$.legacy_String); }, - $signature: 43 + $signature: 44 }; A._WebhookEditState_build__closure2.prototype = { call$1(value) { @@ -463724,13 +478173,13 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 219 + $signature: 230 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure2()); }, - $signature: 72 + $signature: 70 }; A._WebhookEditState_build___closure2.prototype = { call$0() { @@ -463741,7 +478190,7 @@ call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure1()); }, - $signature: 72 + $signature: 70 }; A._WebhookEditState_build___closure1.prototype = { call$0() { @@ -463767,7 +478216,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 219 + $signature: 230 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -463775,7 +478224,7 @@ t1 = this.webhook; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _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$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._WebhookEditState_build___closure(this.viewModel, t1, key), B.EdgeInsets_8_8_8_8, _null, this.localization.get$removeHeader(), _null), _null); }, - $signature: 253 + $signature: 265 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -463788,10 +478237,10 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 219 + $signature: 230 }; A.WebhookEditScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.WebhookEditScreen_build_closure(), new A.WebhookEditScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_WebhookEditVM); } @@ -463800,13 +478249,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 2816 + $signature: 2857 }; A.WebhookEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.WebhookEdit(viewModel, new A.ValueKey(viewModel.webhook.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2817 + $signature: 2858 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -463818,18 +478267,22 @@ }; A.WebhookEditVM_WebhookEditVM$fromStore_closure.prototype = { call$1(webhook) { - this.store.get$_dispatchers()[0].call$1(new A.UpdateWebhook(webhook)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 361 + $signature: 350 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { - var t1, _null = null; + var t1, t2, _null = null; A.createEntity(_null, _null, context, A.WebhookEntity_WebhookEntity(_null, _null), true); t1 = this.state.uiState; t1.webhookUIState.toString; t1 = t1.previousRoute; - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(t1)); + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(t1)); }, $signature: 14 }; @@ -463846,18 +478299,22 @@ }; A.WebhookEditVM_WebhookEditVM$fromStore__closure.prototype = { call$0() { - var t3, $navigator, + var webhook, t3, $navigator, t4, t1 = this.store, - webhook = A._lateReadCheck(t1.__Store__state, "_state").uiState.webhookUIState.editing, - t2 = $.$get$navigatorKey(); + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + webhook = t2.uiState.webhookUIState.editing; + t2 = $.$get$navigatorKey(); t2.toString; t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_WebhookEntity); - t1.get$_dispatchers()[0].call$1(new A.SaveWebhookRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_WebhookEntity), webhook)); + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveWebhookRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_WebhookEntity), webhook)); return t2.then$1$1(0, new A.WebhookEditVM_WebhookEditVM$fromStore___closure(webhook, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.WebhookEditVM_WebhookEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 34 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure.prototype = { call$1(savedWebhook) { @@ -463878,17 +478335,19 @@ } A.showToast(t2); if (_this.state.prefState.appLayout === B.AppLayout_mobile) { - _this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute(_s22_)); + t2 = _this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.UpdateCurrentRoute(_s22_)); t2 = _this.navigator; if (t1.get$isNew()) { t1 = type$.legacy_Object; t2.pushReplacementNamed$2$1(_s22_, t1, t1); } else - t2.pop$1(0, savedWebhook); + t2.pop$1(savedWebhook); } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 361 + $signature: 350 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -463902,7 +478361,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.WebhookView.prototype = { createState$0() { @@ -463910,7 +478369,7 @@ } }; A._WebhookViewState.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = this._widget.viewModel, @@ -463927,7 +478386,7 @@ $signature: 10 }; A.TargetListTile.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.ListTile$(false, B.EdgeInsets_22_22_22_22, _null, _null, true, _null, _null, false, _null, _null, _null, new A.TargetListTile_build_closure(this, context), false, _null, _null, _null, _null, new A.Padding(B.EdgeInsets_0_0_16_0, A.Text$(this.webhook.targetUrl, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null); }, @@ -463942,7 +478401,7 @@ $signature: 1 }; A.WebhookViewScreen.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.WebhookViewScreen_build_closure(this), new A.WebhookViewScreen_build_closure0(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_WebhookViewVM); } @@ -463951,13 +478410,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 2818 + $signature: 2859 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 2819 + $signature: 2860 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -463969,33 +478428,36 @@ }; A.WebhookViewVM_WebhookViewVM$fromStore_closure.prototype = { call$0() { - this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/settings/webhook")); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.UpdateCurrentRoute("/settings/webhook")); }, $signature: 1 }; A.WebhookListItem.prototype = { - build$1(_, context) { - var t4, t5, t6, t7, t8, t9, _this = this, _null = null, + build$1(context) { + var uiState, webhookUIState, t3, t4, filterMatch, t5, t6, t7, t8, t9, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), - uiState = state.uiState, - webhookUIState = uiState.webhookUIState, - t2 = webhookUIState.listUIState.selectedIds, - t3 = _this.filter, - filterMatch = t3 != null && t3.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.webhook.targetUrl], type$.JSArray_legacy_String), t3) : _null; - t3 = state.userCompanyStates; + t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + uiState = t2.uiState; + webhookUIState = uiState.webhookUIState; + t3 = webhookUIState.listUIState.selectedIds; + t4 = _this.filter; + filterMatch = t4 != null && t4.length !== 0 ? A.matchesStringsValue(A._setArrayType([_this.webhook.targetUrl], type$.JSArray_legacy_String), t4) : _null; + t2 = t2.userCompanyStates; t4 = uiState.selectedCompanyIndex; - t4 = t3._list[t4].userCompany; - t3 = _this.webhook; - t5 = t3.id; + t4 = t2._list[t4].userCompany; + t2 = _this.webhook; + t5 = t2.id; t6 = uiState.get$isEditing() ? webhookUIState.editing.id : webhookUIState.selectedId; - t2 = t2 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.WebhookListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; + t3 = t3 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.WebhookListItem_build_closure(_this), _null, _null, false, _this.isChecked), _null) : _null; t7 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t8 = type$.JSArray_legacy_Widget; - t7 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t3.targetUrl, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7.size._dx); - t1 = A.Text$(t1.lookup$1(B.Map_atQCY.$index(0, t3.eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t7 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.targetUrl, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1), A.Text$(A.formatNumber(_null, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7.size._dx); + t1 = A.Text$(t1.lookup$1(B.Map_atQCY.$index(0, t2.eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null); t9 = filterMatch != null && filterMatch.length !== 0 ? A.Text$(filterMatch, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return new A.DismissibleEntity(t4, t3, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.WebhookListItem_build_closure0(_this), new A.WebhookListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t1, t9, new A.EntityStateLabel(t3, _null)], t8), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t7, _null, _null), t5 === t6, true, true, _null); + return new A.DismissibleEntity(t4, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, new A.WebhookListItem_build_closure0(_this), new A.WebhookListItem_build_closure1(_this), false, _null, _null, A.Column$(A._setArrayType([t1, t9, new A.EntityStateLabel(t2, _null)], t8), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t7, _null, _null), t5 === t6, true, true, _null); }, get$user(receiver) { return this.user; @@ -464025,7 +478487,7 @@ $signature: 11 }; A.WebhookListBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.WebhookListBuilder_build_closure(), A.webhook_list_vm_WebhookListVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_WebhookListVM); } @@ -464038,7 +478500,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_webhook, new A.WebhookListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.WebhookPresenter(), t2, t4); }, - $signature: 2820 + $signature: 2861 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -464057,17 +478519,21 @@ t2 = false; return new A.WebhookListItem(t4, webhook, t1.filter, t2, null); }, - $signature: 2821 + $signature: 2862 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { call$1(context) { var completer, - t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").isLoading) + t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.isLoading) return A.Future_Future(null, type$.Null); completer = A.snackBarCompleter(context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$refreshComplete(), false, type$.Null); - t1.get$_dispatchers()[0].call$1(new A.RefreshData(completer, false, false, false)); + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, $signature: 17 @@ -464080,13 +478546,17 @@ }; A.WebhookListVM_fromStore_closure0.prototype = { call$1(field) { - return this.store.get$_dispatchers()[0].call$1(new A.SortWebhooks(field)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.SortWebhooks(field)); }, $signature: 5 }; A.WebhookListVM_fromStore_closure1.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ClearWebhookMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.ClearWebhookMultiselect()); }, $signature: 10 }; @@ -464096,99 +478566,132 @@ } }; A.WebhookScreen.prototype = { - build$1(_, context) { - var t4, t5, t6, _null = null, + build$1(context) { + var t2, t3, t4, userCompany, t5, t6, t7, _null = null, store = A.StoreProvider_of(context, type$.legacy_AppState), - state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = state.userCompanyStates, - t2 = state.uiState, - t3 = t2.selectedCompanyIndex, - userCompany = t1._list[t3].userCompany; - t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - t2 = t2.webhookUIState.listUIState; - t1 = t2.filterClearedAt; - t4 = this.viewModel.webhookList; - t2 = t2.filter; - t5 = type$.JSArray_legacy_String; - t6 = A.List_List$of(A._setArrayType([], t5), true, type$.legacy_String); - B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_webhook, false, B.List_empty18, 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"], t5), B.List_empty19, t6); - t5 = state.prefState; - t3 = (t5.appLayout === B.AppLayout_mobile || t5.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), t3.get$newWebhook()) : _null; - return A.ListScaffold$(_null, B.List_empty12, new A.ListFilter(B.EntityType_webhook, t2, new A.WebhookScreen_build_closure7(store), t4, _null, _null, new A.WebhookScreen_build_closure8(store), new A.ValueKey("__filter_" + t1 + "__", type$.ValueKey_legacy_String)), new A.WebhookListBuilder(_null), t6, B.EntityType_webhook, t3, 0, "account_management", new A.WebhookScreen_build_closure9(store), new A.WebhookScreen_build_closure10(store)); + t1 = store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.userCompanyStates; + t3 = t1.uiState; + t4 = t3.selectedCompanyIndex; + userCompany = t2._list[t4].userCompany; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t3 = t3.webhookUIState.listUIState; + t2 = t3.filterClearedAt; + t5 = this.viewModel.webhookList; + t3 = t3.filter; + t6 = type$.JSArray_legacy_String; + t7 = A.List_List$of(A._setArrayType([], t6), true, type$.legacy_String); + B.JSArray_methods.addAll$1(t7, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); + t7 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t6), B.EntityType_webhook, false, B.List_empty19, 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_empty20, 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, _null, B.EntityType_webhook, t1, 0, "account_management", new A.WebhookScreen_build_closure9(store), _null, new A.WebhookScreen_build_closure10(store)); } }; A.WebhookScreen_build_closure10.prototype = { call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.StartWebhookMultiselect()); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.StartWebhookMultiselect()); }, $signature: 10 }; A.WebhookScreen_build_closure7.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooks(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterWebhooks(value)); }, $signature: 9 }; A.WebhookScreen_build_closure8.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterWebhooksByState(state)); }, $signature: 27 }; A.WebhookScreen_build_closure9.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.webhookUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearWebhookMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartWebhookMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.webhookUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearWebhookMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartWebhookMultiselect()); + } }, $signature: 1 }; A.WebhookScreen_build_closure4.prototype = { call$1(value) { - this.store.get$_dispatchers()[0].call$1(new A.SortWebhooks(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.SortWebhooks(value)); }, $signature: 9 }; A.WebhookScreen_build_closure5.prototype = { call$2(state, value) { - this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByState(state)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.FilterWebhooksByState(state)); }, $signature: 27 }; A.WebhookScreen_build_closure.prototype = { call$0() { - var t1 = this.store; - if (A._lateReadCheck(t1.__Store__state, "_state").uiState.webhookUIState.listUIState.selectedIds != null) - t1.get$_dispatchers()[0].call$1(new A.ClearWebhookMultiselect()); - else - t1.get$_dispatchers()[0].call$1(new A.StartWebhookMultiselect()); + var t1 = this.store, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.uiState.webhookUIState.listUIState.selectedIds; + t1 = t1.__Store__dispatchers_F; + if (t2 != null) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ClearWebhookMultiselect()); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.StartWebhookMultiselect()); + } }, $signature: 1 }; A.WebhookScreen_build_closure0.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByCustom1(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterWebhooksByCustom1(value)); }, $signature: 5 }; A.WebhookScreen_build_closure1.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByCustom2(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterWebhooksByCustom2(value)); }, $signature: 5 }; A.WebhookScreen_build_closure2.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByCustom3(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterWebhooksByCustom3(value)); }, $signature: 5 }; A.WebhookScreen_build_closure3.prototype = { call$1(value) { - return this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByCustom4(value)); + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1[0].call$1(new A.FilterWebhooksByCustom4(value)); }, $signature: 5 }; @@ -464199,7 +478702,7 @@ $signature: 1 }; A.WebhookScreenBuilder.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.StoreConnector$(new A.WebhookScreenBuilder_build_closure(), A.webhook_screen_vm_WebhookScreenVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_WebhookScreenVM); } @@ -464208,14 +478711,14 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 2822 + $signature: 2863 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { call$1(_) { var _this = this; if (_this.shouldPop && _this.navigator.canPop$0()) - _this.navigator.pop$0(0); + _this.navigator.pop$0(); A.showToast(_this.message); }, $signature() { @@ -464226,7 +478729,7 @@ call$1(error) { var t1; if (this.shouldPop && this.navigator.canPop$0()) - this.navigator.pop$0(0); + this.navigator.pop$0(); t1 = $.$get$navigatorKey(); t1.toString; A.showDialog(null, true, new A.snackBarCompleter__closure(error), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), null, true, type$.legacy_ErrorDialog); @@ -464237,7 +478740,7 @@ call$1(context) { return new A.ErrorDialog(this.error, false, null); }, - $signature: 19 + $signature: 20 }; A.Debouncer.prototype = { run$1(action) { @@ -464305,19 +478808,19 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 175 + $signature: 172 }; A.showErrorDialog_closure.prototype = { call$1(context) { return new A.ErrorDialog(this.message, this.clearErrorOnDismiss, null); }, - $signature: 19 + $signature: 20 }; A.showMessageDialog_closure.prototype = { call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 345 + $signature: 336 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -464341,18 +478844,18 @@ B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(_null, 30, _null, _null), new A.Flexible(1, B.FlexFit_1, A.Text$(t11 == null ? J.$index$asx(t10.$index(0, "en"), _s19_) : t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 4, 4, false, new A.confirmCallback__closure1(t1), _null, _null, true, _null, _null, B.TextAlign_4, _null)], t8)); } t3.push(new A.SizedBox(_null, 30, _null, _null)); - t3.push(new A.Flexible(1, B.FlexFit_1, A.Text$(_this.title, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null)); + t3.push(new A.Flexible(1, B.FlexFit_1, A.Text$(_this.title, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.FontWeight_5, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null)); t1 = A.Column$(t3, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); } else { t1 = _this.content; t1 = t1 == null ? _null : A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); } - t3 = A.TextButton$(false, A.Text$(t4.get$cancel(t4).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.confirmCallback__closure2(context), _null); + t3 = A.TextButton$(false, A.Text$(t4.get$cancel(t4).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.confirmCallback__closure2(context), _null); t4 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t4.localeCode), "ok"); 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, new A.confirmCallback__closure3(t5), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t1, B.EdgeInsets_24_20_24_24, t6, t9)); + 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: 641 + $signature: 637 }; A.confirmCallback_closure__onPressed.prototype = { call$0() { @@ -464361,7 +478864,7 @@ t2 = t1 == null || t1.toLowerCase() === _this._box_0._typed.toLowerCase(), t3 = _this.context; if (t2) { - A.Navigator_of(t3, false).pop$1(0, null); + A.Navigator_of(t3, false).pop$1(null); _this.callback.call$1(_this._box_0._reason); } else A.showMessageDialog(t3, B.JSString_methods.replaceFirst$2(_this.localization.get$pleaseTypeToConfirm(), ":value", t1), null, null); @@ -464378,7 +478881,7 @@ call$1(context) { return this._onPressed.call$0(); }, - $signature: 30 + $signature: 31 }; A.confirmCallback__closure1.prototype = { call$1(value) { @@ -464388,7 +478891,7 @@ }; A.confirmCallback__closure2.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); }, $signature: 1 }; @@ -464400,9 +478903,11 @@ }; A.passwordCallback_closure.prototype = { call$0() { - var _null = null; - this.store.get$_dispatchers()[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "user_details", false, _null)); - A.Navigator_of(this.context, false).pop$0(0); + var _null = null, + t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(_null, _null, _null, _null, false, "user_details", false, _null)); + A.Navigator_of(this.context, false).pop$0(); }, $signature: 1 }; @@ -464411,7 +478916,7 @@ A.print("## 3"); return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 499 + $signature: 518 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -464433,13 +478938,13 @@ A.showDialog(null, false, new A.passwordCallback__closure0(t2, idToken), _this.context, null, true, type$.legacy_AlertDialog); } }, - $signature: 38 + $signature: 39 }; A.passwordCallback__closure0.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 499 + $signature: 518 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { @@ -464461,13 +478966,13 @@ A.showDialog(null, false, new A.passwordCallback__closure(t2, idToken), _this.context, null, true, type$.legacy_AlertDialog); } }, - $signature: 38 + $signature: 39 }; A.passwordCallback__closure.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 499 + $signature: 518 }; A.passwordCallback_closure3.prototype = { call$1(error) { @@ -464491,11 +478996,11 @@ return; t1 = this._framework$_element; t1.toString; - A.Navigator_of(t1, false).pop$1(0, null); + A.Navigator_of(t1, false).pop$1(null); t1 = this._widget; t1.callback$2(0, password, t1.idToken); }, - build$1(_, context) { + build$1(context) { var t2, t3, t4, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); t1.toString; @@ -464503,8 +479008,8 @@ t2 = A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); t3 = _this._isPasswordObscured; t4 = t1.get$password(t1); - t3 = A.TextField$(true, B.List_empty0, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, true, A.Icon$(_this._isPasswordObscured ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), _null, new A._PasswordConfirmationState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, B.TextInputType_7_null_null, _null, _null, 1, _null, _null, t3, "\u2022", new A._PasswordConfirmationState_build_closure0(_this), _null, new A._PasswordConfirmationState_build_closure1(_this), _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_3, _null, _null, _null); - return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._PasswordConfirmationState_build_closure2(context), _null), A.TextButton$(false, A.Text$(t1.get$submit(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._PasswordConfirmationState_build_closure3(_this), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t3, B.EdgeInsets_24_20_24_24, _null, t2); + t3 = A.TextField$(true, B.List_empty1, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, true, A.Icon$(_this._isPasswordObscured ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), _null, new A._PasswordConfirmationState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, B.TextInputType_7_null_null, _null, _null, 1, _null, _null, t3, "\u2022", new A._PasswordConfirmationState_build_closure0(_this), _null, new A._PasswordConfirmationState_build_closure1(_this), _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null); + return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PasswordConfirmationState_build_closure2(context), _null), A.TextButton$(false, A.Text$(t1.get$submit(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PasswordConfirmationState_build_closure3(_this), _null)], type$.JSArray_legacy_Widget), _null, _null, t3, _null, _null, t2); } }; A._PasswordConfirmationState_build_closure0.prototype = { @@ -464531,11 +479036,11 @@ call$1(value) { return this.$this._submit$0(); }, - $signature: 72 + $signature: 70 }; A._PasswordConfirmationState_build_closure2.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); return null; }, $signature: 0 @@ -464551,7 +479056,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.maxLength, _this.secondaryActions, null); }, - $signature: 2824 + $signature: 2865 }; A.FieldConfirmation.prototype = { createState$0() { @@ -464569,25 +479074,25 @@ return; t1 = _this._framework$_element; t1.toString; - A.Navigator_of(t1, false).pop$1(0, null); + A.Navigator_of(t1, false).pop$1(null); _this._widget.callback$1(0, _this._dialogs$_field); }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this._widget, t3 = A.Text$(t2.title, _null, _null, _null, _null, _null, _null, _null, _null, _null), t4 = t2.maxLength, t5 = t4 != null ? B.MaxLengthEnforcement_1 : B.MaxLengthEnforcement_0; - t5 = A.TextField$(true, B.List_empty0, true, new A._FieldConfirmationState_build_closure(), _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t2.field, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, _null, t4, t5, 1, _null, _null, false, "\u2022", new A._FieldConfirmationState_build_closure0(_this), _null, new A._FieldConfirmationState_build_closure1(_this), _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_3, _null, _null, _null); + t5 = A.TextField$(true, B.List_empty1, true, new A._FieldConfirmationState_build_closure(), _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t2.field, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, _null, true, _null, false, _null, _null, _null, _null, t4, t5, 1, _null, _null, false, "\u2022", new A._FieldConfirmationState_build_closure0(_this), _null, new A._FieldConfirmationState_build_closure1(_this), _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null); t2 = t2.secondaryActions; if (t2 == null) t2 = A._setArrayType([], type$.JSArray_legacy_Widget); t2 = A.List_List$of(t2, true, type$.legacy_Widget); t2.push(new A.SizedBox(6, _null, _null, _null)); - t2.push(A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._FieldConfirmationState_build_closure2(context), _null)); - t2.push(A.TextButton$(false, A.Text$(t1.get$submit(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._FieldConfirmationState_build_closure3(_this), _null)); - return A.AlertDialog$(t2, B.EdgeInsets_0_0_0_0, _null, t5, B.EdgeInsets_24_20_24_24, _null, t3); + t2.push(A.TextButton$(false, A.Text$(t1.get$cancel(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._FieldConfirmationState_build_closure2(context), _null)); + t2.push(A.TextButton$(false, A.Text$(t1.get$submit(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._FieldConfirmationState_build_closure3(_this), _null)); + return A.AlertDialog$(t2, _null, _null, t5, _null, _null, t3); } }; A._FieldConfirmationState_build_closure0.prototype = { @@ -464603,17 +479108,17 @@ call$1(_) { return this.call$4$currentLength$isFocused$maxLength(_, null, null, null); }, - $signature: 2825 + $signature: 2866 }; A._FieldConfirmationState_build_closure1.prototype = { call$1(value) { return this.$this._submit$0(); }, - $signature: 72 + $signature: 70 }; A._FieldConfirmationState_build_closure2.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$1(0, null); + A.Navigator_of(this.context, false).pop$1(null); return null; }, $signature: 0 @@ -464645,48 +479150,48 @@ if (t5.can$2(B.UserPermission_create, B.EntityType_purchaseOrder)) t4.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_purchaseOrder), _null, _null), _null, new A.cloneToDialog__closure3(context, _this.invoice), false, _null, _null, _null, _null, A.Text$(t1.get$purchaseOrder(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); 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, new A.cloneToDialog__closure4(context), _null)], t3), B.EdgeInsets_0_0_0_0, _null, t4, B.EdgeInsets_24_20_24_24, _null, t2); + 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: 201 + $signature: 191 }; A.cloneToDialog__closure.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); A.handleEntitiesActions(A._setArrayType([this.invoice], type$.JSArray_legacy_BaseEntity), B.EntityAction_cloneToInvoice, false); }, $signature: 1 }; A.cloneToDialog__closure0.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); A.handleEntitiesActions(A._setArrayType([this.invoice], type$.JSArray_legacy_BaseEntity), B.EntityAction_cloneToQuote, false); }, $signature: 1 }; A.cloneToDialog__closure1.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); A.handleEntitiesActions(A._setArrayType([this.invoice], type$.JSArray_legacy_BaseEntity), B.EntityAction_cloneToCredit, false); }, $signature: 1 }; A.cloneToDialog__closure2.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); A.handleEntitiesActions(A._setArrayType([this.invoice], type$.JSArray_legacy_BaseEntity), B.EntityAction_cloneToRecurring, false); }, $signature: 1 }; A.cloneToDialog__closure3.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); A.handleEntitiesActions(A._setArrayType([this.invoice], type$.JSArray_legacy_BaseEntity), B.EntityAction_cloneToPurchaseOrder, false); }, $signature: 1 }; A.cloneToDialog__closure4.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -464708,9 +479213,9 @@ t3 = _this.statusIds; t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,ListTile*>"); 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, new A.changeTaskStatusDialog__closure0(context), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t4, B.EdgeInsets_24_20_24_24, _null, t2); + 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: 201 + $signature: 191 }; A.changeTaskStatusDialog__closure.prototype = { call$1(statusId) { @@ -464720,7 +479225,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, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.context, _this.localization), false, _null, _null, _null, _null, t2, _null, _null); }, - $signature: 253 + $signature: 265 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -464732,8 +479237,10 @@ t4 = J.$index$asx(t3.$index(0, _this.localization.localeCode), _s14_); t3 = t4 == null ? J.$index$asx(t3.$index(0, "en"), _s14_) : t4; t3 = A.snackBarCompleter(t2, t3, false, type$.legacy_TaskEntity); - _this.store.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(t3, t1, true, null)); - A.Navigator_of(t2, false).pop$0(0); + t4 = _this.store.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.SaveTaskRequest(t3, t1, true, null)); + A.Navigator_of(t2, false).pop$0(); }, $signature: 1 }; @@ -464742,11 +479249,11 @@ b.get$_task_model$_$this()._task_model$_statusId = this.statusId; return b; }, - $signature: 51 + $signature: 55 }; A.changeTaskStatusDialog__closure0.prototype = { call$0() { - return A.Navigator_of(this.context, false).pop$0(0); + return A.Navigator_of(this.context, false).pop$0(); }, $signature: 0 }; @@ -464776,7 +479283,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: 175 + $signature: 172 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -464784,11 +479291,11 @@ t1 = this.context; return new A.SimpleDialogOption(new A.addToInvoiceDialog___closure(t1, invoice, this.items), A.Row$(A._setArrayType([A.Expanded$(A.Text$(invoice.number, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(A.formatNumber(invoice.amount, t1, invoice.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2826 + $signature: 2867 }; A.addToInvoiceDialog___closure.prototype = { call$0() { - A.Navigator_of(this.context, false).pop$0(0); + A.Navigator_of(this.context, false).pop$0(); A.editEntity(null, this.invoice.rebuild$1(new A.addToInvoiceDialog____closure(this.items)), true, null); }, $signature: 1 @@ -465499,10 +480006,6 @@ var t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, this.localeCode), "stop"); return t1 == null ? "" : t1; }, - get$resume(_) { - var t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, this.localeCode), "resume"); - return t1 == null ? "" : t1; - }, get$running() { var t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, this.localeCode), "running"); return t1 == null ? "" : t1; @@ -466756,6 +481259,17 @@ t2 = J.$index$asx(t1.$index(0, this.localeCode), _s24_); return t2 == null ? J.$index$asx(t1.$index(0, "en"), _s24_) : t2; }, + get$connect() { + var t1 = $.$get$LocalizationsProvider__localizedValues(), + t2 = J.$index$asx(t1.$index(0, this.localeCode), "connect"); + return t2 == null ? J.$index$asx(t1.$index(0, "en"), "connect") : t2; + }, + get$bankAccount() { + var _s12_ = "bank_account", + t1 = $.$get$LocalizationsProvider__localizedValues(), + t2 = J.$index$asx(t1.$index(0, this.localeCode), _s12_); + return t2 == null ? J.$index$asx(t1.$index(0, "en"), _s12_) : t2; + }, lookup$1(key) { var t1, t2, t3, value, englishValue, lookupKey = A.toSnakeCase(key); @@ -466903,11 +481417,11 @@ _parseInline$1(element) { var inlineVisitor, inlineNodes, _i, _null = null, t1 = element.get$textContent(), - t2 = A.Document$0(), + t2 = A.Document$0(_null), t3 = type$.JSArray_InlineSyntax, t4 = A._setArrayType([], t3), t5 = A._setArrayType([], type$.JSArray_Delimiter), - t6 = A._setArrayType([], type$.JSArray_Node_3); + t6 = A._setArrayType([], type$.JSArray_Node_2); B.JSArray_methods.addAll$1(t4, t2._inlineSyntaxes); if (t2.hasCustomInlineSyntaxes) t4.push(new A.TextSyntax("", A.RegExp_RegExp("[A-Za-z0-9]+(?=\\s)", true, false, true, false), _null)); @@ -466956,34 +481470,55 @@ t1.push(styledText); } }; - A._extension_0__encodeLinkMarker_closure.prototype = { + A.AttributedTextMarkdownSerializer.prototype = { + visitAttributions$4(fullText, index, startingAttributions, endingAttributions) { + var markdownStyles, linkMarker, t2, _this = this, + t1 = _this._markdown$_buffer; + t1._contents += J.substring$2$s(fullText.text, _this._bufferCursor, index); + if (startingAttributions._collection$_length !== 0) { + markdownStyles = A.AttributedTextMarkdownSerializer__sortAndSerializeAttributions(startingAttributions, B.AttributionVisitEvent_0); + linkMarker = A.AttributedTextMarkdownSerializer__encodeLinkMarker(startingAttributions, B.AttributionVisitEvent_0); + t1 = _this._markdown$_buffer; + t2 = t1._contents += linkMarker; + t1._contents = t2 + markdownStyles; + } + t1._contents += _this._fullText[index]; + _this._bufferCursor = index + 1; + if (endingAttributions._collection$_length !== 0) { + markdownStyles = A.AttributedTextMarkdownSerializer__sortAndSerializeAttributions(endingAttributions, B.AttributionVisitEvent_1); + linkMarker = A.AttributedTextMarkdownSerializer__encodeLinkMarker(endingAttributions, B.AttributionVisitEvent_1); + t1 = _this._markdown$_buffer; + t2 = t1._contents += markdownStyles; + t1._contents = t2 + linkMarker; + } + } + }; + A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure.prototype = { call$1(element) { return element instanceof A.LinkAttribution; }, - $signature: 500 + $signature: 519 }; - A._extension_0_toMarkdown_closure.prototype = { - call$4(fullText, index, attributions, $event) { - var t1, t2, _this = this, - markdownStyles = A._extension_0__sortAndSerializeAttributions(attributions, $event), - linkMarker = A._extension_0__encodeLinkMarker(attributions, $event); - switch ($event.index) { - case 0: - _this._box_0.spanStart = index; - t1 = _this.buffer; - t2 = t1._contents += linkMarker; - t1._contents = t2 + markdownStyles; - break; - case 1: - t1 = _this.buffer; - t2 = t1._contents += J.substring$2$s(fullText.text, _this._box_0.spanStart, index + 1); - t2 += markdownStyles; - t1._contents = t2; - t1._contents = t2 + linkMarker; - break; - } + A._EmptyParagraphSyntax.prototype = { + get$pattern(_) { + return $.$get$_emptyParagraphPattern(); }, - $signature: 2828 + parse$1(_, parser) { + var t1, t2; + parser.encounteredBlankLine = true; + t1 = ++parser._pos; + t2 = $.$get$_emptyParagraphPattern(); + t1 = parser.lines[t1]; + t2 = t2._nativeRegExp; + if (typeof t1 != "string") + A.throwExpression(A.argumentErrorValue(t1)); + if (!t2.test(t1)) + return null; + parser.encounteredBlankLine = false; + ++parser._pos; + t1 = type$.String; + return new A.Element1("p", A._setArrayType([], type$.JSArray_legacy_Node), A.LinkedHashMap_LinkedHashMap$_empty(t1, t1)); + } }; A.GoogleOAuth_signIn_closure.prototype = { call$1(value) { @@ -466996,7 +481531,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 757 + $signature: 778 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -467009,13 +481544,13 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 757 + $signature: 778 }; A.toSnakeCase_closure.prototype = { call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 756 + $signature: 779 }; A.toCamelCase_closure.prototype = { call$1(word) { @@ -467027,7 +481562,7 @@ call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 756 + $signature: 779 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -467050,7 +481585,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 114 + $signature: 108 }; A.matchesString_closure0.prototype = { call$1(needle) { @@ -467082,7 +481617,7 @@ }; A._ExampleEditorState.prototype = { initState$0() { - var t1, t2, _this = this, _null = null; + var t1, t2, _this = this; _this.super$State$initState(); t1 = A.deserializeMarkdownToDocument(_this._widget.value); t2 = _this.get$_hideOrShowToolbar(); @@ -467094,8 +481629,8 @@ t1.addListener$1(0, t2); _this._composer = t1; _this._docOps = new A.CommonEditorOperations(_this._docEditor, t1, new A._ExampleEditorState_initState_closure(_this)); - _this._editorFocusNode = A.FocusNode$(true, _null, true, true, _null, _null, false); - t1 = new A.ScrollController(0, true, _null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + _this._editorFocusNode = A.FocusNode$(true, null, true, true, null, null, false); + t1 = A.ScrollController$(0, true); t1.addListener$1(0, t2); _this._super_editor$_scrollController = t1; }, @@ -467116,7 +481651,7 @@ _this._editorFocusNode = A.FocusNode$(true, null, true, true, null, null, false); } }, - dispose$0(_) { + dispose$0() { var t2, _this = this, t1 = _this._textFormatBarOverlayEntry; if (t1 != null) @@ -467126,14 +481661,14 @@ _this._super_editor$_doc.removeListener$1(0, _this.get$_super_editor$_onChanged()); _this._super_editor$_scrollController.removeListener$1(0, t1); _this._composer.removeListener$1(0, t1); - _this._super_editor$_scrollController.dispose$0(0); - _this._editorFocusNode.dispose$0(0); + _this._super_editor$_scrollController.dispose$0(); + _this._editorFocusNode.dispose$0(); t1 = _this._composer; t2 = t1._preferences; t2.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t2.ChangeNotifier__count = 0; - t1.super$ChangeNotifier$dispose(0); - _this.super$State$dispose(0); + t1.super$ChangeNotifier$dispose(); + _this.super$State$dispose(); }, _super_editor$_onChanged$0() { if (this._widget.onChanged != null) { @@ -467228,7 +481763,7 @@ return this._docOps.cut$0(); }, _copy$0() { - return this._docOps.copy$0(0); + return this._docOps.copy$0(); }, _super_editor$_paste$0() { return this._docOps.paste$0(); @@ -467255,7 +481790,7 @@ } _this._editorFocusNode.requestFocus$0(); }, - build$1(_, context) { + build$1(context) { var t1 = A._setArrayType([A.Expanded$(this._buildEditor$0(), 1)], type$.JSArray_legacy_Widget); if (this.get$_super_editor$_gestureMode() !== B.DocumentGestureMode_0) t1.push(this._buildMountedToolbar$0()); @@ -467283,15 +481818,15 @@ call$0() { return type$.legacy_DocumentLayout._as(this.$this._docLayoutKey.get$currentState()); }, - $signature: 2831 + $signature: 2871 }; A._ExampleEditorState__showEditorToolbar_closure.prototype = { call$1(context) { var _null = null, t1 = this.$this; - return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.EditorToolbar(t1._textSelectionAnchor, t1._docEditor, t1._composer, t1.get$_hideEditorToolbar(), _null), _null); + return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.EditorToolbar(t1._textSelectionAnchor, t1._docEditor, t1._composer, t1.get$_hideEditorToolbar(), _null), _null); }, - $signature: 2832 + $signature: 2872 }; A._ExampleEditorState__showEditorToolbar_closure0.prototype = { call$1(timeStamp) { @@ -467311,21 +481846,21 @@ 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: 36 + $signature: 37 }; A._ExampleEditorState__showImageToolbar_closure.prototype = { call$1(context) { var t1 = this.$this; return new A.ImageFormatToolbar(t1._imageSelectionAnchor, t1._composer, new A._ExampleEditorState__showImageToolbar__closure(t1), null); }, - $signature: 2833 + $signature: 2873 }; A._ExampleEditorState__showImageToolbar__closure.prototype = { call$2(nodeId, width) { var node = this.$this._super_editor$_doc.getNodeById$1(nodeId); node.putMetadataValue$2("singleColumnLayout", A.LinkedHashMap_LinkedHashMap$_literal(["width", width, "padding", A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(node).padding], type$.String, type$.nullable_Object)); }, - $signature: 188 + $signature: 235 }; A._ExampleEditorState__showImageToolbar_closure0.prototype = { call$1(timeStamp) { @@ -467345,21 +481880,21 @@ t3 = docBoundingBox.bottom; t1._imageSelectionAnchor.set$value(0, A.Rect$fromPoints(t4, A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, t1._framework$_element.get$renderObject()), new A.Offset(t2, t3))).get$center()); }, - $signature: 36 + $signature: 37 }; A._ExampleEditorState__buildEditor_closure.prototype = { call$1(_) { var t1 = this.$this; return new A.AndroidTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_super_editor$_paste(), t1.get$_selectAll(), null); }, - $signature: 2834 + $signature: 2874 }; A._ExampleEditorState__buildEditor_closure0.prototype = { call$1(_) { var t1 = this.$this; return new A.IOSTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_super_editor$_paste(), null); }, - $signature: 2835 + $signature: 2875 }; A._ExampleEditorState__buildMountedToolbar_closure.prototype = { call$1(_) { @@ -467369,7 +481904,7 @@ return B.SizedBox_null_null_null_null; return new A.KeyboardEditingToolbar(t1._super_editor$_doc, t2, t1._docOps, null); }, - $signature: 2836 + $signature: 2876 }; A.EditorToolbar.prototype = { createState$0() { @@ -467385,14 +481920,13 @@ this._urlFocusNode = A.FocusNode$(true, null, true, true, null, null, false); this._urlController = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); }, - dispose$0(_) { - var t1; - this._urlFocusNode.dispose$0(0); - t1 = this._urlController; + dispose$0() { + this._urlFocusNode.dispose$0(); + var t1 = this._urlController; t1.toString; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, _isConvertibleNode$0() { var selectedNode, @@ -467579,15 +482113,14 @@ }, _trimTextRangeWhitespace$2(text, range) { var startOffset = range.start, - endOffset = range.end, - t1 = text.text; + endOffset = range.end; while (true) { - if (!(startOffset < endOffset && t1[startOffset] === " ")) + if (!(startOffset < endOffset && text.text[startOffset] === " ")) break; ++startOffset; } while (true) { - if (!(endOffset > startOffset && t1[endOffset] === " ")) + if (!(endOffset > startOffset && text.text[endOffset] === " ")) break; --endOffset; } @@ -467612,7 +482145,7 @@ } return ""; }, - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, _null = null, t1 = A._setArrayType([], type$.JSArray_legacy_Widget); if (_this._showUrlField) { @@ -467634,7 +482167,7 @@ if (_this._isConvertibleNode$0()) { t3 = _this._getCurrentTextType$0(); t4 = type$.MappedIterable_of_legacy__TextType_and_legacy_DropdownMenuItem_legacy__TextType; - B.JSArray_methods.addAll$1(t2, A._setArrayType([A.Tooltip$(A.DropdownButton$(_null, 0, _null, B.Icon_MC7, 24, false, false, 48, A.List_List$of(new A.MappedIterable(new A.WhereIterable(B.List_Axm, new A._EditorToolbarState__buildToolbar_closure(), type$.WhereIterable_legacy__TextType), new A._EditorToolbarState__buildToolbar_closure0(_this), t4), true, t4._eval$1("Iterable.E")), _this.get$_convertTextToNewType(), _null, B.TextStyle_xKl1, B.SizedBox_null_null_null_null, t3, type$.legacy__TextType), "Text Block Type"), A.Container$(_null, _null, B.Clip_0, B.Color_4292927712, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1)], t1)); + B.JSArray_methods.addAll$1(t2, A._setArrayType([A.Tooltip$(A.DropdownButton$(_null, 0, _null, B.Icon_MC7, 24, false, false, 48, A.List_List$of(new A.MappedIterable(new A.WhereIterable(B.List_Axm, new A._EditorToolbarState__buildToolbar_closure(), type$.WhereIterable_legacy__TextType), new A._EditorToolbarState__buildToolbar_closure0(_this), t4), true, t4._eval$1("Iterable.E")), _this.get$_convertTextToNewType(), _null, B.TextStyle_cMb1, B.SizedBox_null_null_null_null, t3, type$.legacy__TextType), "Text Block Type"), A.Container$(_null, _null, B.Clip_0, B.Color_4292927712, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1)], t1)); } t2.push(A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_8kG, _null, _this.get$_toolbar0$_toggleBold(), B.EdgeInsets_8_8_8_8, 16, "Bold", _null), _null, _null)); t2.push(A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_oqF, _null, _this.get$_toolbar0$_toggleItalics(), B.EdgeInsets_8_8_8_8, 16, "Italics", _null), _null, _null)); @@ -467648,25 +482181,25 @@ t3 = A.IconTheme_of(t3).color; } t2.push(A.Center$(A.IconButton$(B.Alignment_0_0, t3, _null, true, B.Icon_Q06, _null, t1, B.EdgeInsets_8_8_8_8, 16, "Link", _null), _null, _null)); - return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, A.Row$(t2, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_QSQ, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, A.Row$(t2, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_sAO, _null, _null, B.MaterialType_0); }, _buildUrlField$0() { var _this = this, _null = null, t1 = _this._urlFocusNode; - return A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.TextField$(true, B.List_empty0, false, _null, _this._urlController, _null, _null, _null, 2, B.InputDecoration_EtP, true, _null, true, _null, false, t1, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, _null, new A._EditorToolbarState__buildUrlField_closure(_this), _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_3, _null, _null, _null), 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_O5U, 20, new A._EditorToolbarState__buildUrlField_closure0(_this), B.EdgeInsets_0_0_0_0, 16, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 40, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 400), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_QSQ, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.TextField$(true, B.List_empty1, false, _null, _this._urlController, _null, _null, _null, 2, B.InputDecoration_kyU, true, _null, true, _null, false, t1, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, _null, new A._EditorToolbarState__buildUrlField_closure(_this), _null, false, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null), 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_O5U, 20, new A._EditorToolbarState__buildUrlField_closure0(_this), B.EdgeInsets_0_0_0_0, 16, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 40, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 400), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_sAO, _null, _null, B.MaterialType_0); } }; A._EditorToolbarState__getSelectedLinkSpans_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 500 + $signature: 519 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 500 + $signature: 519 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { @@ -467693,26 +482226,26 @@ return B.SizedBox_null_null_null_null; return this.$this._toolbar0$_buildToolbar$0(); }, - $signature: 755 + $signature: 780 }; A._EditorToolbarState__buildToolbar_closure.prototype = { call$1(element) { return element !== B._TextType_4; }, - $signature: 2839 + $signature: 2879 }; A._EditorToolbarState__buildToolbar_closure0.prototype = { call$1(textType) { var _null = null; return A.DropdownMenuItem$(new A.Padding(B.EdgeInsets_16_0_0_0, A.Text$(this.$this._getTextTypeName$1(textType), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, textType, type$.legacy__TextType); }, - $signature: 2840 + $signature: 2880 }; A._EditorToolbarState__buildUrlField_closure.prototype = { call$1(newValue) { return this.$this._applyLink$0(); }, - $signature: 72 + $signature: 70 }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$0() { @@ -467754,7 +482287,7 @@ var t1 = this._widget; t1.setWidth$2(t1.composer._document_composer$_selection.extent.nodeId, 1 / 0); }, - build$1(_, context) { + build$1(context) { var t1 = this._widget, t2 = t1.anchor; t1 = t1.composer; @@ -467769,12 +482302,12 @@ if (!(selection.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition)) return B.SizedBox_null_null_null_null; t1 = this.$this; - return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_IID2, _null, t1.get$_makeImageConfined(), B.EdgeInsets_8_8_8_8, 16, "Bold", _null), _null, _null), A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_Gv2, _null, t1.get$_makeImageFullBleed(), B.EdgeInsets_8_8_8_8, 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_QSQ, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_IID2, _null, t1.get$_makeImageConfined(), B.EdgeInsets_8_8_8_8, 16, "Bold", _null), _null, _null), A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_Gv2, _null, t1.get$_makeImageFullBleed(), B.EdgeInsets_8_8_8_8, 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_sAO, _null, _null, B.MaterialType_0); }, - $signature: 755 + $signature: 780 }; A._PositionedToolbar.prototype = { - build$1(_, context) { + build$1(context) { return A.ValueListenableBuilder$(new A._PositionedToolbar_build_closure(this), this.anchor, type$.legacy_Offset); } }; @@ -467787,7 +482320,7 @@ t2 = offset._dy; return A.SizedBox$expand(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$(_null, A.FractionalTranslation$(this.$this.child, true, B.Offset_omC), _null, _null, t1, _null, t2, _null)], type$.JSArray_legacy_Widget), _null)); }, - $signature: 2841 + $signature: 2881 }; A.loadEmailTemplate_closure.prototype = { call$1(response) { @@ -467816,14 +482349,16 @@ t2.border = "none"; return t1; }, - $signature: 2842 + $signature: 2882 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { - if (A._lateReadCheck(this.store.__Store__state, "_state").hasChanges$0()) + var t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.hasChanges$0()) type$.legacy_BeforeUnloadEvent._as(e).returnValue = "Changes you made may not be saved."; }, - $signature: 2843 + $signature: 2883 }; A.WebUtils_microsoftLogin_closure.prototype = { call$1(result) { @@ -467832,7 +482367,7 @@ t1 = t1 ? null : J.get$accessToken$x(result._msal_js$_jsObject); this.succesCallback.call$2(t2, t1); }, - $signature: 2844 + $signature: 2884 }; A.WebUtils_microsoftLogin_closure0.prototype = { call$1(error) { @@ -467880,7 +482415,7 @@ var t1 = this._box_0; t1.list = linkifier.parse$2(0, t1.list, this.options); }, - $signature: 2845 + $signature: 2885 }; A.EmailLinkifier.prototype = { parse$2(_, elements, options) { @@ -467924,7 +482459,7 @@ } else _this.list.push(element); }, - $signature: 754 + $signature: 781 }; A.EmailElement.prototype = { toString$0(_) { @@ -468000,7 +482535,7 @@ } else _this.list.push(element); }, - $signature: 754 + $signature: 781 }; A.UrlElement.prototype = { toString$0(_) { @@ -468096,9 +482631,6 @@ return this.name; }, $isComparable: 1, - get$name(receiver) { - return this.name; - }, get$value(receiver) { return this.value; } @@ -468159,9 +482691,6 @@ _publish$1(record) { var t1 = this._logger$_controller; return t1 == null ? null : t1.add$1(0, record); - }, - get$name(receiver) { - return this.name; } }; A.Logger_Logger_closure.prototype = { @@ -468184,7 +482713,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 2847 + $signature: 2887 }; A.Element1.prototype = { get$isEmpty(_) { @@ -468203,7 +482732,7 @@ get$textContent() { var t1 = this.children; if (t1 == null) - t1 = A._setArrayType([], type$.JSArray_Node_3); + t1 = A._setArrayType([], type$.JSArray_Node_2); return J.map$1$1$ax(t1, new A.Element_textContent_closure(), type$.String).join$1(0, ""); }, $isNode3: 1 @@ -468212,7 +482741,7 @@ call$1(child) { return child.get$textContent(); }, - $signature: 753 + $signature: 782 }; A.Text1.prototype = { accept$1(_, visitor) { @@ -468259,7 +482788,7 @@ }, parseLines$0() { var t1, t2, t3, _i, syntax, block, _this = this, - blocks = A._setArrayType([], type$.JSArray_Node_3); + blocks = A._setArrayType([], type$.JSArray_Node_2); for (t1 = _this.lines, t2 = _this.blockSyntaxes; _this._pos < t1.length;) for (t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { syntax = t2[_i]; @@ -468294,7 +482823,7 @@ var t1 = this.parser; return s.canParse$1(t1) && s.canEndBlock$1(t1); }, - $signature: 752 + $signature: 783 }; A.EmptyBlockSyntax.prototype = { get$pattern(_) { @@ -468352,7 +482881,7 @@ t1 = B.JSString_methods.trimRight$0(B.JSArray_methods.join$1(lines, "\n")); tag.toString; t2 = type$.String; - return new A.Element1(tag, A._setArrayType([new A.UnparsedContent(t1)], type$.JSArray_Node_3), A.LinkedHashMap_LinkedHashMap$_empty(t2, t2)); + return new A.Element1(tag, A._setArrayType([new A.UnparsedContent(t1)], type$.JSArray_Node_2), A.LinkedHashMap_LinkedHashMap$_empty(t2, t2)); }, _interperableAsParagraph$1(line) { var t1 = $.$get$_indentPattern()._nativeRegExp; @@ -468404,7 +482933,7 @@ t1 = t1[2]; t1.toString; t2 = type$.String; - return new A.Element1("h" + level, A._setArrayType([new A.UnparsedContent(B.JSString_methods.trim$0(t1))], type$.JSArray_Node_3), A.LinkedHashMap_LinkedHashMap$_empty(t2, t2)); + return new A.Element1("h" + level, A._setArrayType([new A.UnparsedContent(B.JSString_methods.trim$0(t1))], type$.JSArray_Node_2), A.LinkedHashMap_LinkedHashMap$_empty(t2, t2)); } }; A.BlockquoteSyntax.prototype = { @@ -468447,7 +482976,7 @@ call$1(s) { return s.canParse$1(this.parser); }, - $signature: 752 + $signature: 783 }; A.CodeBlockSyntax.prototype = { get$pattern(_) { @@ -468487,7 +483016,7 @@ childLines = this.parseChildLines$1(parser); childLines.push(""); $content = B.HtmlEscape_HtmlEscapeMode_element_false.convert$1(B.JSArray_methods.join$1(childLines, "\n")); - t1 = type$.JSArray_Node_3; + t1 = type$.JSArray_Node_2; t2 = type$.String; return new A.Element1("pre", A._setArrayType([new A.Element1("code", A._setArrayType([new A.Text1($content)], t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t2))], t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t2)); } @@ -468547,7 +483076,7 @@ childLines = this.parseChildLines$2(parser, t2); childLines.push(""); text = B.HtmlEscape_HtmlEscapeMode_element_false.convert$1(B.JSArray_methods.join$1(childLines, "\n")); - t2 = type$.JSArray_Node_3; + t2 = type$.JSArray_Node_2; t3 = A._setArrayType([new A.Text1(text)], t2); t4 = type$.String; t5 = A.LinkedHashMap_LinkedHashMap$_empty(t4, t4); @@ -468735,7 +483264,7 @@ ++parser._pos; } endItem.call$0(); - itemNodes = A._setArrayType([], type$.JSArray_Element_3); + itemNodes = A._setArrayType([], type$.JSArray_Element_2); B.JSArray_methods.forEach$1(items, _this.get$_removeLeadingEmptyLine()); anyEmptyLines = _this._removeTrailingEmptyLines$1(items); for (t1 = items.length, t2 = parser.document, t3 = type$.String, anyEmptyLinesBetweenBlocks = false, _i = 0; _i < items.length; items.length === t1 || (0, A.throwConcurrentModificationError)(items), ++_i) { @@ -468824,7 +483353,7 @@ t1.__late_helper$_value = pattern.firstMatch$1(t2.lines[t2._pos]); return t1._readLocal$0() != null; }, - $signature: 2851 + $signature: 2891 }; A.UnorderedListSyntax.prototype = { get$pattern(_) { @@ -468864,7 +483393,7 @@ return new A.Text1(""); else { t1 = type$.String; - return new A.Element1("p", A._setArrayType([new A.UnparsedContent(B.JSString_methods.trimRight$0(B.JSArray_methods.join$1(paragraphLines, "\n")))], type$.JSArray_Node_3), A.LinkedHashMap_LinkedHashMap$_empty(t1, t1)); + return new A.Element1("p", A._setArrayType([new A.UnparsedContent(B.JSString_methods.trimRight$0(B.JSArray_methods.join$1(paragraphLines, "\n")))], type$.JSArray_Node_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t1)); } }, _extractReflinkDefinitions$2(parser, lines) { @@ -468944,13 +483473,13 @@ call$1(i) { return J.startsWith$1$s(this.lines[i], $.$get$ParagraphSyntax__reflinkDefinitionStart()); }, - $signature: 184 + $signature: 196 }; A.ParagraphSyntax__parseReflinkDefinition_closure.prototype = { call$0() { return new A.LinkReference(this.destination, this._box_0.title); }, - $signature: 2852 + $signature: 2892 }; A.Document0.prototype = {}; A.LinkReference.prototype = {}; @@ -469033,7 +483562,7 @@ var t1, t2, t3, currentIndex0, t4, _box_0, closer, t5, openerBottom, t6, openerIndex, $opener, strong, openerTextNode, openerTextNodeIndex, closerTextNode, node, currentIndex1, newOpenerTextNode, newCloserTextNode, _this = this, currentIndex = bottomIndex + 1, openersBottom = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.List_int); - for (t1 = _this._delimiterStack, t2 = _this._inline_parser$_tree, t3 = type$.JSArray_Node_3, currentIndex0 = currentIndex; t4 = t1.length, currentIndex0 < t4;) { + for (t1 = _this._delimiterStack, t2 = _this._inline_parser$_tree, t3 = type$.JSArray_Node_2, currentIndex0 = currentIndex; t4 = t1.length, currentIndex0 < t4;) { _box_0 = {}; closer = t1[currentIndex0]; if (!closer.get$canClose()) { @@ -469153,25 +483682,25 @@ call$1(syntax) { return syntax.tryMatch$1(this.$this); }, - $signature: 751 + $signature: 784 }; A.InlineParser__linkOrImage_closure.prototype = { call$1(d) { return d.get$char() === 91 || d.get$char() === 33; }, - $signature: 749 + $signature: 785 }; A.InlineParser__linkOrImage_closure0.prototype = { call$1(e) { return e instanceof A.LinkSyntax; }, - $signature: 751 + $signature: 784 }; A.InlineParser__linkOrImage_closure1.prototype = { call$1(n) { return n === this.delimiter.node; }, - $signature: 2855 + $signature: 2895 }; A.InlineParser__linkOrImage_closure2.prototype = { call$0() { @@ -469184,26 +483713,26 @@ B.JSArray_methods.removeRange$2(t1, t2, t1.length); return children; }, - $signature: 748 + $signature: 786 }; A.InlineParser__processEmphasis_closure.prototype = { call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 585 + $signature: 679 }; 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: 749 + $signature: 785 }; 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: 748 + $signature: 786 }; A.InlineSyntax.prototype = { tryMatch$1(parser) { @@ -469273,7 +483802,7 @@ t1 = match._match[1]; t1.toString; text = B.HtmlEscape_HtmlEscapeMode_element_false.convert$1(t1); - t2 = A._setArrayType([new A.Text1(text)], type$.JSArray_Node_3); + t2 = A._setArrayType([new A.Text1(text)], type$.JSArray_Node_2); t3 = type$.String; t3 = A.LinkedHashMap_LinkedHashMap$_empty(t3, t3); t3.$indexSet(0, "href", A._Uri__uriEncode(B.List_gnE, "mailto:" + t1, B.C_Utf8Codec, false)); @@ -469287,7 +483816,7 @@ t1 = match._match[1]; t1.toString; text = B.HtmlEscape_HtmlEscapeMode_element_false.convert$1(t1); - t2 = A._setArrayType([new A.Text1(text)], type$.JSArray_Node_3); + t2 = A._setArrayType([new A.Text1(text)], type$.JSArray_Node_2); t3 = type$.String; t3 = A.LinkedHashMap_LinkedHashMap$_empty(t3, t3); t3.$indexSet(0, "href", A._Uri__uriEncode(B.List_gnE, t1, B.C_Utf8Codec, false)); @@ -469633,7 +484162,7 @@ $defaultValues() { return [null]; }, - $signature: 2857 + $signature: 2897 }; A.ImageSyntax.prototype = { _inline_parser$_createNode$3$getChildren(destination, title, getChildren) { @@ -469651,7 +484180,7 @@ call$1(node) { return node.get$textContent(); }, - $signature: 753 + $signature: 782 }; A.CodeSyntax.prototype = { tryMatch$1(parser) { @@ -469674,7 +484203,7 @@ t1 = B.JSString_methods.trim$0(t1); code = B.HtmlEscape_HtmlEscapeMode_element_false.convert$1(A.stringReplaceAllUnchecked(t1, "\n", " ")); t1 = type$.String; - parser._inline_parser$_tree.push(new A.Element1("code", A._setArrayType([new A.Text1(code)], type$.JSArray_Node_3), A.LinkedHashMap_LinkedHashMap$_empty(t1, t1))); + parser._inline_parser$_tree.push(new A.Element1("code", A._setArrayType([new A.Text1(code)], type$.JSArray_Node_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t1))); return true; } }; @@ -470005,9 +484534,6 @@ A.CommonAuthorizationUrlRequest.prototype = {}; A.CommonEndSessionRequest.prototype = {}; A.MsalJsException.prototype = { - get$name(_) { - return J.get$name$x(this._baseJsObject); - }, get$message(_) { var t1 = J.get$message$x(this._baseJsObject); return t1 == null ? "" : t1; @@ -470102,66 +484628,67 @@ } }; A._FadeWidgetState.prototype = { - build$1(_, context) { - var t1; - if (A._lateReadCheck(this.___FadeWidgetState_hideWidget, "hideWidget")) + build$1(context) { + var t1 = this.___FadeWidgetState_hideWidget_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1) return B.SizedBox_0_0_null_null; - t1 = A._lateReadCheck(this.___FadeWidgetState_opacity, "opacity"); + t1 = this.___FadeWidgetState_opacity_A; + t1 === $ && A.throwUnnamedLateFieldNI(); return A.FadeTransition$(false, this._widget.child, t1); }, initState$0() { - var t1, curved, begin, end, _this = this, _null = null, - _s10_ = "controller"; + var t1, curved, begin, end, _this = this, _null = null; _this.super$State$initState(); t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); - _this.___FadeWidgetState_controller = t1; - t1 = A._lateReadCheck(t1, _s10_); + _this.___FadeWidgetState_controller_A = t1; curved = A.CurvedAnimation$(_this._widget.curve, t1, _null); t1 = _this._widget.direction === B.AnimationDirection_0; begin = t1 ? 0 : 1; end = t1 ? 1 : 0; t1 = type$.Tween_double; - _this.___FadeWidgetState_opacity = new A._AnimatedEvaluation(curved, new A.Tween(begin, end, t1), t1._eval$1("_AnimatedEvaluation")); - A._lateReadCheck(_this.___FadeWidgetState_controller, _s10_).forward$0(0); - _this.___FadeWidgetState_hideWidget = false; - if (_this._widget.direction === B.AnimationDirection_1) { - t1 = A._lateReadCheck(_this.___FadeWidgetState_opacity, "opacity"); - t1.get$parent(t1).addStatusListener$1(_this.get$animationStatusChange()); - } + _this.___FadeWidgetState_opacity_A = new A._AnimatedEvaluation(curved, new A.Tween(begin, end, t1), t1._eval$1("_AnimatedEvaluation")); + _this.___FadeWidgetState_controller_A.forward$0(0); + _this.___FadeWidgetState_hideWidget_A = false; + if (_this._widget.direction === B.AnimationDirection_1) + _this.___FadeWidgetState_opacity_A.parent.addStatusListener$1(_this.get$animationStatusChange()); }, didUpdateWidget$1(oldWidget) { - var t1, t2, curved, begin, end, _this = this, - _s10_ = "controller"; + var t1, t2, curved, begin, end, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.child; t2 = _this._widget.child; if (J.get$runtimeType$(t1) === J.get$runtimeType$(t2) && J.$eq$(t1.key, t2.key)) return; - t1 = A._lateReadCheck(_this.___FadeWidgetState_opacity, "opacity"); + t1 = _this.___FadeWidgetState_opacity_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$animationStatusChange(); - t1.get$parent(t1).removeStatusListener$1(t2); - A._lateReadCheck(_this.___FadeWidgetState_controller, _s10_).duration = _this._widget.duration; - A._lateReadCheck(_this.___FadeWidgetState_controller, _s10_).set$value(0, 0); - t1 = A._lateReadCheck(_this.___FadeWidgetState_controller, _s10_); + t1.parent.removeStatusListener$1(t2); + t1 = _this.___FadeWidgetState_controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.duration = _this._widget.duration; + t1.set$value(0, 0); + t1 = _this.___FadeWidgetState_controller_A; curved = A.CurvedAnimation$(_this._widget.curve, t1, null); t1 = _this._widget.direction === B.AnimationDirection_0; begin = t1 ? 0 : 1; end = t1 ? 1 : 0; t1 = type$.Tween_double; - _this.___FadeWidgetState_opacity = new A._AnimatedEvaluation(curved, new A.Tween(begin, end, t1), t1._eval$1("_AnimatedEvaluation")); - A._lateReadCheck(_this.___FadeWidgetState_controller, _s10_).forward$0(0); - _this.___FadeWidgetState_hideWidget = false; - if (_this._widget.direction === B.AnimationDirection_1) { - t1 = A._lateReadCheck(_this.___FadeWidgetState_opacity, "opacity"); - t1.get$parent(t1).addStatusListener$1(t2); - } + _this.___FadeWidgetState_opacity_A = new A._AnimatedEvaluation(curved, new A.Tween(begin, end, t1), t1._eval$1("_AnimatedEvaluation")); + _this.___FadeWidgetState_controller_A.forward$0(0); + _this.___FadeWidgetState_hideWidget_A = false; + if (_this._widget.direction === B.AnimationDirection_1) + _this.___FadeWidgetState_opacity_A.parent.addStatusListener$1(t2); }, - dispose$0(_) { + dispose$0() { var _this = this, - t1 = A._lateReadCheck(_this.___FadeWidgetState_opacity, "opacity"); - t1.get$parent(t1).removeStatusListener$1(_this.get$animationStatusChange()); - A._lateReadCheck(_this.___FadeWidgetState_controller, "controller").dispose$0(0); - _this.super$__FadeWidgetState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.___FadeWidgetState_opacity_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.parent.removeStatusListener$1(_this.get$animationStatusChange()); + t1 = _this.___FadeWidgetState_controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$__FadeWidgetState_State_SingleTickerProviderStateMixin$dispose(); }, animationStatusChange$1($status) { this.setState$1(new A._FadeWidgetState_animationStatusChange_closure(this, $status)); @@ -470170,18 +484697,18 @@ A._FadeWidgetState_animationStatusChange_closure.prototype = { call$0() { var t1 = this.$this; - t1.___FadeWidgetState_hideWidget = t1._widget.direction === B.AnimationDirection_1 && this.status === B.AnimationStatus_3; + t1.___FadeWidgetState_hideWidget_A = t1._widget.direction === B.AnimationDirection_1 && this.status === B.AnimationStatus_3; }, $signature: 0 }; A.__FadeWidgetState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -470214,7 +484741,7 @@ t14 = t1.height; t15 = t1.alignment; t16 = t1.repeat; - this.___OctoImageState__imageHandler = A.ImageHandler$(t15, false, t1.color, t1.colorBlendMode, t6, t11, t10, t9, t8, t1.filterQuality, t12, t14, t2, t3, false, t4, t7, t5, t16, t13); + this.___OctoImageState__imageHandler_A = A.ImageHandler$(t15, false, t1.color, t1.colorBlendMode, t6, t11, t10, t9, t8, t1.filterQuality, t12, t14, t2, t3, false, t4, t7, t5, t16, t13); }, didUpdateWidget$1(oldWidget) { var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, _this = this; @@ -470228,7 +484755,7 @@ t3 = t1.imageBuilder; t4 = _this._previousHandler; t5 = t4 != null; - t4 = t5 ? t4.get$build(t4) : t1.placeholderBuilder; + t4 = t5 ? t4.get$build() : t1.placeholderBuilder; t6 = t5 ? null : t1.progressIndicatorBuilder; t7 = t1.errorBuilder; t8 = t1.placeholderFadeInDuration; @@ -470241,11 +484768,16 @@ t15 = t1.height; t16 = t1.alignment; t17 = t1.repeat; - _this.___OctoImageState__imageHandler = A.ImageHandler$(t16, t5, t1.color, t1.colorBlendMode, t7, t12, t11, t10, t9, t1.filterQuality, t13, t15, t2, t3, false, t4, t8, t6, t17, t14); + _this.___OctoImageState__imageHandler_A = A.ImageHandler$(t16, t5, t1.color, t1.colorBlendMode, t7, t12, t11, t10, t9, t1.filterQuality, t13, t15, t2, t3, false, t4, t8, t6, t17, t14); }, - build$1(_, context) { - var t1 = this._widget; - return new A.SizedBox(t1.width, t1.height, A._lateReadCheck(this.___OctoImageState__imageHandler, "_imageHandler").build$1(0, context), null); + build$1(context) { + var t3, + t1 = this._widget, + t2 = t1.width; + t1 = t1.height; + t3 = this.___OctoImageState__imageHandler_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.SizedBox(t2, t1, t3.build$1(context), null); } }; A._PlaceholderType.prototype = { @@ -470255,24 +484787,28 @@ }; A.ImageHandler.prototype = { imageFrameBuilder$0() { - var _this = this; - switch (A._lateReadCheck(_this.__ImageHandler__placeholderType, "_placeholderType")) { - case B._PlaceholderType_0: + var _this = this, + t1 = _this.__ImageHandler__placeholderType_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + switch (t1.index) { + case 0: return _this.get$_imageBuilder(); - case B._PlaceholderType_1: + case 1: return _this.get$_placeholderBuilder(); - case B._PlaceholderType_2: + case 2: return _this.get$_preLoadingBuilder(); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { - var _this = this, + build$1(context) { + var t3, t4, _this = this, t1 = _this.image, - t2 = A._lateReadCheck(_this.__ImageHandler__placeholderType, "_placeholderType") === B._PlaceholderType_2 ? _this.get$_loadingBuilder() : null, - t3 = _this.imageFrameBuilder$0(), - t4 = _this.errorBuilder != null ? _this.get$_errorBuilder() : null; + t2 = _this.__ImageHandler__placeholderType_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 === B._PlaceholderType_2 ? _this.get$_loadingBuilder() : null; + t3 = _this.imageFrameBuilder$0(); + t4 = _this.errorBuilder != null ? _this.get$_errorBuilder() : null; return A.Image$(_this.alignment, _this.color, _this.colorBlendMode, t4, _this.filterQuality, _this.fit, t3, _this.height, t1, new A.ValueKey(t1, type$.ValueKey_ImageProvider_Object), t2, false, _this.repeat, _this.width); }, _image_handler$_stack$2(revealing, disappearing) { @@ -470402,7 +484938,7 @@ maxExtent = _this._isHorizontal ? t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth : t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight; t3 = type$.OverflowViewParentData; childParentData = t3._as(t1.parentData); - t1.layout$2$parentUsesSize(0, childConstraints, true); + t1.layout$2$parentUsesSize(childConstraints, true); t4 = t1._box$_size; t4.toString; t5 = _this._overflow_view$_direction === B.Axis_0; @@ -470425,7 +484961,7 @@ t1 = childParentData.ContainerParentDataMixin_nextSibling; t1.toString; childParentData = t3._as(t1.parentData); - t1.layout$1(0, otherChildConstraints); + t1.layout$1(otherChildConstraints); childParentData.offset = getChildOffset.call$1(i); childParentData.offstage = false; ++onstageCount; @@ -470438,7 +484974,7 @@ } if (unRenderedChildCount > 0) { t1.toString; - t1.layout$1(0, A.BoxValueConstraints$(otherChildConstraints, unRenderedChildCount, type$.int)); + t1.layout$1(A.BoxValueConstraints$(otherChildConstraints, unRenderedChildCount, type$.int)); overflowIndicatorParentData = t3._as(t1.parentData); overflowIndicatorParentData.offset = getChildOffset.call$1(renderedChildCount); overflowIndicatorParentData.offstage = false; @@ -470467,7 +485003,7 @@ break; } childParentData = t3._as(child.parentData); - child.layout$2$parentUsesSize(0, childConstraints, true); + child.layout$2$parentUsesSize(childConstraints, true); childMainSize = _this._overflow_view$_getMainSize$1(child); if (childMainSize <= availableExtent) { renderBoxes.push(child); @@ -470490,7 +485026,7 @@ t1.toString; t4 = type$.int; overflowIndicatorConstraints = A.BoxValueConstraints$(childConstraints, unRenderedChildCount, t4); - t1.layout$2$parentUsesSize(0, overflowIndicatorConstraints, true); + t1.layout$2$parentUsesSize(overflowIndicatorConstraints, true); childMainSize = _this._overflow_view$_getMainSize$1(t1); while (true) { t5 = childMainSize > availableExtent; @@ -470506,7 +485042,7 @@ if (t5) _this._hasOverflow = true; if (overflowIndicatorConstraints.value !== unRenderedChildCount) - t1.layout$2$parentUsesSize(0, A.BoxValueConstraints$(childConstraints, unRenderedChildCount, t4), true); + t1.layout$2$parentUsesSize(A.BoxValueConstraints$(childConstraints, unRenderedChildCount, t4), true); renderBoxes.push(t1); overflowIndicatorParentData = t3._as(t1.parentData); overflowIndicatorParentData.offset = _this._isHorizontal ? new A.Offset(offset, 0) : new A.Offset(0, offset); @@ -470515,7 +485051,7 @@ } else { offset -= _this._overflow_view$_spacing; if (t1 != null) - t1.layout$1(0, A.BoxValueConstraints$(childConstraints, unRenderedChildCount, type$.int)); + t1.layout$1(A.BoxValueConstraints$(childConstraints, unRenderedChildCount, type$.int)); _this._hasOverflow = true; } crossSize = B.JSArray_methods.fold$1$2(renderBoxes, 0, new A.RenderOverflowView_performFlexibleLayout_closure(_this), type$.double); @@ -470538,7 +485074,8 @@ var t2, t3, _this = this, t1 = new A.RenderOverflowView_paint_defaultPaint(_this, new A.RenderOverflowView_paint_paintChild(_this, context, offset)); if (_this._hasOverflow) { - t2 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); + t2 = _this.__RenderObject__needsCompositing_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._box$_size; context.pushClipRect$5$clipBehavior(t2, offset, new A.Rect(0, 0, 0 + t3._dx, 0 + t3._dy), t1, B.Clip_1); } else @@ -470553,7 +485090,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 109 + $signature: 106 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -470563,21 +485100,21 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 2860 + $signature: 2900 }; A.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2(previousValue, element) { var t1 = this.$this._overflow_view$_getCrossSize$1(element); return Math.max(A.checkNum(previousValue), A.checkNum(t1)); }, - $signature: 2861 + $signature: 2901 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 109 + $signature: 106 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -470588,13 +485125,13 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, B.Offset_0_0)); }, - $signature: 109 + $signature: 106 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 101 + $signature: 89 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -470604,13 +485141,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 109 + $signature: 106 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 74 + $signature: 78 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -470644,9 +485181,7 @@ createRenderObject$1(context) { var t1 = this.direction; t1 = new A.RenderOverflowView(t1, this.spacing, this._layoutBehavior, t1 === B.Axis_0, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); t1.addAll$1(0, null); return t1; }, @@ -470673,7 +485208,7 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 2862 + $signature: 2902 }; A._OverflowViewElement.prototype = {}; A.MethodChannelPackageInfo.prototype = {}; @@ -470889,19 +485424,19 @@ call$1(part) { return part !== ""; }, - $signature: 56 + $signature: 65 }; A.Context_split_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 56 + $signature: 65 }; A._validateArgList_closure.prototype = { call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 2863 + $signature: 2903 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -471226,7 +485761,7 @@ A.PermissionWithService.prototype = {}; A.Permission.prototype = { toString$0(_) { - return "Permission." + B.List_qhE[this.value]; + return "Permission." + B.List_qhE0[this.value]; }, $eq(_, other) { if (other == null) @@ -471309,13 +485844,13 @@ call$2(key, value) { return new A.MapEntry(B.List_U8N[key], [B.PermissionStatus_0, B.PermissionStatus_1, B.PermissionStatus_2, B.PermissionStatus_3, B.PermissionStatus_4][value], type$.MapEntry_Permission_PermissionStatus); }, - $signature: 2864 + $signature: 2904 }; A.encodePermissions_closure.prototype = { call$1(it) { return it.value; }, - $signature: 2865 + $signature: 2905 }; A.PinTheme.prototype = {}; A.Pinput.prototype = { @@ -471329,7 +485864,9 @@ }; A._PinputState.prototype = { get$forcePressEnabled() { - return A._lateReadCheck(this.___PinputState_forcePressEnabled, "forcePressEnabled"); + var t1 = this.___PinputState_forcePressEnabled_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, get$selectionEnabled() { return false; @@ -471372,10 +485909,11 @@ return t1; }, get$effectiveFocusNode() { + var t1, _null = null; this._widget.toString; - var t1 = this._pinput$_focusNode; + t1 = this._pinput$_focusNode; if (t1 == null) { - t1 = A.FocusNode$(true, null, true, true, null, null, false); + t1 = A.FocusNode$(true, _null, true, true, _null, _null, false); this._pinput$_focusNode = t1; } return t1; @@ -471383,11 +485921,11 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - A._lateWriteOnceCheck(_this.___PinputState__gestureDetectorBuilder, "_gestureDetectorBuilder"); - _this.___PinputState__gestureDetectorBuilder = new A._PinputSelectionGestureDetectorBuilder(_this, _this); + _this.___PinputState__gestureDetectorBuilder_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___PinputState__gestureDetectorBuilder_F = new A._PinputSelectionGestureDetectorBuilder(_this, _this); _this._widget.toString; _this._pinput$_createLocalController$0(); - _this.___PinputState__recentControllerValue = B.TextEditingValue_li8; + _this.___PinputState__recentControllerValue_A = B.TextEditingValue_li8; t1 = _this.get$effectiveFocusNode(); _this._widget.toString; t1.set$canRequestFocus(true); @@ -471461,7 +485999,7 @@ // Function start t1 = $async$self._widget.androidSmsAutofillMethod; $async$goto = 2; - return A._asyncAwait($async$self._smartAuth.getSmsCode$2$matcher$useUserConsentApi("\\d{4,7}", t1 === B.AndroidSmsAutofillMethod_2), $async$_listenForSmsCode$0); + return A._asyncAwait($async$self._smartAuth.getSmsCode$3$matcher$senderPhoneNumber$useUserConsentApi("\\d{4,7}", null, t1 === B.AndroidSmsAutofillMethod_2), $async$_listenForSmsCode$0); case 2: // returning from await. res = $async$result; @@ -471485,10 +486023,12 @@ return A._asyncStartSync($async$_listenForSmsCode$0, $async$completer); }, _handleTextEditingControllerChanges$0() { - var t3, _this = this, - t1 = A._lateReadCheck(_this.___PinputState__recentControllerValue, "_recentControllerValue").text, - t2 = _this.get$_pinput$_effectiveController()._change_notifier$_value.text; - _this.___PinputState__recentControllerValue = _this.get$_pinput$_effectiveController()._change_notifier$_value; + var t2, t3, _this = this, + t1 = _this.___PinputState__recentControllerValue_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.text; + t2 = _this.get$_pinput$_effectiveController()._change_notifier$_value.text; + _this.___PinputState__recentControllerValue_A = _this.get$_pinput$_effectiveController()._change_notifier$_value; if (t1 != t2) { t1 = _this.get$_pinput$_effectiveController()._change_notifier$_value.text; _this._widget.toString; @@ -471533,22 +486073,22 @@ _pinput$_createLocalController$0() { return this._pinput$_createLocalController$1(null); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this._widget.toString; t1 = _this._pinput$_focusNode; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); t1 = _this._pinput$_controller; if (t1 != null) { t1._disposeOldValue$0(); - t1.super$RestorableListenable$dispose(0); + t1.super$RestorableListenable$dispose(); } t1 = _this._smartAuth; if (t1 != null) t1.removeSmsListener$0(); B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); - _this.super$__PinputState_State_RestorationMixin$dispose(0); + _this.super$__PinputState_State_RestorationMixin$dispose(); }, _pinput$_requestKeyboard$0() { if (this.get$effectiveFocusNode().get$canRequestFocus()) { @@ -471643,14 +486183,14 @@ _validator$0() { return this._validator$1(null); }, - build$1(_, context) { + build$1(context) { var t1; this._widget.toString; t1 = A.IntrinsicWidth$(this._buildPinput$0(), null); return t1; }, _buildPinput$0() { - var theme, textSelectionControls, t2, t3, _this = this, _null = null, _box_0 = {}, + var theme, textSelectionControls, t2, t3, t4, _this = this, _null = null, _box_0 = {}, t1 = _this._framework$_element; t1.toString; theme = A.Theme_of(t1); @@ -471658,25 +486198,25 @@ _this._widget.toString; switch (theme.platform) { case B.TargetPlatform_2: - _this.___PinputState_forcePressEnabled = true; + _this.___PinputState_forcePressEnabled_A = true; textSelectionControls = $.$get$cupertinoTextSelectionControls(); break; case B.TargetPlatform_4: - _this.___PinputState_forcePressEnabled = false; + _this.___PinputState_forcePressEnabled_A = false; textSelectionControls = $.$get$cupertinoDesktopTextSelectionControls(); _box_0.handleDidGainAccessibilityFocus = new A._PinputState__buildPinput_closure(_this); break; case B.TargetPlatform_0: case B.TargetPlatform_1: - _this.___PinputState_forcePressEnabled = false; + _this.___PinputState_forcePressEnabled_A = false; textSelectionControls = $.$get$materialTextSelectionControls(); break; case B.TargetPlatform_3: - _this.___PinputState_forcePressEnabled = false; + _this.___PinputState_forcePressEnabled_A = false; textSelectionControls = $.$get$desktopTextSelectionControls(); break; case B.TargetPlatform_5: - _this.___PinputState_forcePressEnabled = false; + _this.___PinputState_forcePressEnabled_A = false; textSelectionControls = $.$get$desktopTextSelectionControls(); _box_0.handleDidGainAccessibilityFocus = new A._PinputState__buildPinput_closure0(_this); break; @@ -471696,12 +486236,15 @@ t2.add$1(0, B.MaterialState_7); t2 = A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_text_textable, t2, type$.MouseCursor); _this._widget.toString; - return A._PinputFormField$(new A.FocusTrapArea(t1, A.MouseRegion$(new A.IgnorePointer(false, _null, A.AnimatedBuilder$(_this.get$_pinput$_effectiveController(), new A._PinputState__buildPinput_closure1(_box_0, _this), A._lateReadCheck(_this.___PinputState__gestureDetectorBuilder, "_gestureDetectorBuilder").buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([_this._buildEditable$1(textSelectionControls), _this._buildFields$0()], type$.JSArray_Widget), _null))), _null), t2, _null, new A._PinputState__buildPinput_closure2(_this), new A._PinputState__buildPinput_closure3(_this), _null), _null), true, _this.get$_validator()); + t3 = _this.get$_pinput$_effectiveController(); + t4 = _this.___PinputState__gestureDetectorBuilder_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + return A._PinputFormField$(new A.FocusTrapArea(t1, A.MouseRegion$(new A.IgnorePointer(false, _null, A.AnimatedBuilder$(t3, new A._PinputState__buildPinput_closure1(_box_0, _this), t4.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([_this._buildEditable$1(textSelectionControls), _this._buildFields$0()], type$.JSArray_Widget), _null))), _null), t2, _null, new A._PinputState__buildPinput_closure2(_this), new A._PinputState__buildPinput_closure3(_this), _null), _null), true, _this.get$_validator()); }, _buildEditable$1(textSelectionControls) { var t1, t2, t3, t4, t5, _this = this, _null = null; _this._widget.toString; - t1 = A.List_List$of(B.List_empty13, true, type$.TextInputFormatter); + t1 = A.List_List$of(B.List_empty14, true, type$.TextInputFormatter); t1.push(new A.LengthLimitingTextInputFormatter(_this._widget.length, B.MaxLengthEnforcement_1)); t2 = _this.RestorationMixin__bucket; _this._widget.toString; @@ -471712,7 +486255,7 @@ t5 = _this._framework$_element; t5.toString; t5 = A.Theme_of(t5).colorScheme; - return new A.RepaintBoundary(A.UnmanagedRestorationScope$(t2, A.EditableText$(false, _null, _this, _null, true, B.Color_0, B.Clip_1, t4, B.Color_0, _null, _null, false, _null, 2, B.DragStartBehavior_1, false, false, true, false, t3, true, t1, _this.editableTextKey, t5.brightness, B.TextInputType_2_false_false, 1, _null, B.C__DeferringMouseCursor, false, "\u2022", _null, new A._PinputState__buildEditable_closure(_this), _null, _this.get$_pinput$_handleSelectionChanged(), _this.get$_pinput$_handleSelectionHandleTapped(), new A._PinputState__buildEditable_closure0(_this), false, false, true, "pinput", true, _null, B.EdgeInsets_20_20_20_20, _null, B.Color_0, textSelectionControls, B.BoxHeightStyle_0, B.BoxWidthStyle_0, false, false, _null, _null, _null, B.TextStyle_xKl, B.TextAlign_2, B.TextCapitalization_3, B.TextDirection_1, _null, _null, _null, B.TextWidthBasis_0, B.ToolbarOptions_false_false_true_false)), _null); + return new A.RepaintBoundary(A.UnmanagedRestorationScope$(t2, A.EditableText$(false, _null, _this, _null, true, B.Color_0, B.Clip_1, t4, B.Color_0, _null, _null, false, _null, 2, B.DragStartBehavior_1, false, false, true, false, t3, true, t1, _this.editableTextKey, t5.brightness, B.TextInputType_2_false_false, 1, _null, B.C__DeferringMouseCursor, false, "\u2022", _null, new A._PinputState__buildEditable_closure(_this), _null, _this.get$_pinput$_handleSelectionChanged(), _this.get$_pinput$_handleSelectionHandleTapped(), new A._PinputState__buildEditable_closure0(_this), false, false, true, "pinput", true, _null, B.EdgeInsets_20_20_20_20, _null, B.Color_0, textSelectionControls, B.BoxHeightStyle_0, B.BoxWidthStyle_0, false, false, _null, _null, _null, B.TextStyle_cMb, B.TextAlign_2, B.TextCapitalization_30, B.TextDirection_1, _null, _null, _null, B.TextWidthBasis_0, B.ToolbarOptions_false_false_true_false)), _null); }, _semanticsOnTap$0() { var _this = this; @@ -471807,13 +486350,13 @@ call$1($event) { return this.$this._pinput$_handleHover$1(true); }, - $signature: 223 + $signature: 210 }; A._PinputState__buildPinput_closure3.prototype = { call$1($event) { return this.$this._pinput$_handleHover$1(false); }, - $signature: 202 + $signature: 195 }; A._PinputState__buildPinput_closure1.prototype = { call$2(_, child) { @@ -471825,9 +486368,9 @@ t3 = t3.get$length(t3); t1._widget.toString; t4 = this._box_0.handleDidGainAccessibilityFocus; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, 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), false, false, false, child, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _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: 655 + $signature: 595 }; A._PinputState__buildEditable_closure.prototype = { call$1(_) { @@ -471837,7 +486380,7 @@ break; } }, - $signature: 96 + $signature: 102 }; A._PinputState__buildEditable_closure0.prototype = { call$1(s) { @@ -471845,7 +486388,7 @@ t1._widget.toString; t1._validator$0(); }, - $signature: 96 + $signature: 102 }; A._PinputState__buildFields__onlyFields.prototype = { call$0() { @@ -471854,13 +486397,13 @@ t1._widget.toString; return new A._SeparatedRaw(t2, B.MainAxisAlignment_2, null, B.SizedBox_8_null_null_null, null); }, - $signature: 746 + $signature: 788 }; A._PinputState__buildFields__onlyFields_closure.prototype = { call$1(index) { return new A._PinItem(this.$this, index, null); }, - $signature: 2868 + $signature: 2908 }; A._PinputState__buildFields_closure.prototype = { call$2(context, child) { @@ -471868,7 +486411,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: 194 + $signature: 184 }; A.PinputAutovalidateMode.prototype = { toString$0(_) { @@ -471892,7 +486435,7 @@ }; A.PinputUtilsMixin.prototype = {}; A._PinItem.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.index, pinTheme = _this._pinTheme$1(t1); @@ -471946,7 +486489,7 @@ if (t3) { t1._widget.toString; t1 = pin[index]; - return A.Text$(t1, key, _null, _null, _null, _null, B.TextStyle_zIQ, _null, _null, _null); + return A.Text$(t1, key, _null, _null, _null, _null, B.TextStyle_SVP, _null, _null, _null); } if (!t1.get$effectiveFocusNode().get$hasFocus()) { t1._widget.toString; @@ -471954,10 +486497,9 @@ } else focused = true; t1._widget.toString; - t1 = index === t2 && focused; - if (t1) - return new A._PinputCursor(_null, B.TextStyle_zIQ, _null); - return A.Text$("", key, _null, _null, _null, _null, B.TextStyle_zIQ, _null, _null, _null); + if (index === t2 && focused) + return new A._PinputCursor(_null, B.TextStyle_SVP, _null); + return A.Text$("", key, _null, _null, _null, _null, B.TextStyle_SVP, _null, _null, _null); }, _getTransition$2(child, animation) { if (child instanceof A._PinputCursor) @@ -471973,7 +486515,7 @@ call$2(child, animation) { return this.$this._getTransition$2(child, animation); }, - $signature: 514 + $signature: 470 }; A._PinputSelectionGestureDetectorBuilder.prototype = { onForcePressStart$1(details) { @@ -472018,11 +486560,12 @@ call$1(field) { return this.child; }, - $signature: 2869 + $signature: 2909 }; A._SeparatedRaw.prototype = { - build$1(_, context) { - var index, index0, _separatorPositions, separatorsCount, t2, i, _this = this, + build$1(context) { + var index, index0, separatorsCount, t2, i, _this = this, + _separatorPositions = _this.separatorPositions, t1 = _this.children, _length = t1.length - 1, _list = J.JSArray_JSArray$allocateGrowable(_length, type$.int); @@ -472053,26 +486596,36 @@ this._startCursorAnimation$0(); }, _startCursorAnimation$0() { - var _this = this, - _s20_ = "_animationController", + var t2, _this = this, t1 = A.AnimationController$(null, B.Duration_450000, null, 1, null, _this); - A._lateWriteOnceCheck(_this.___PinputCursorState__animationController, _s20_); - _this.___PinputCursorState__animationController = t1; - A._lateReadCheck(t1, _s20_).addStatusListener$1(new A._PinputCursorState__startCursorAnimation_closure(_this)); - A._lateReadCheck(_this.___PinputCursorState__animationController, _s20_).forward$0(0); + _this.___PinputCursorState__animationController_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___PinputCursorState__animationController_F = t1; + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(new A._PinputCursorState__startCursorAnimation_closure(_this)); + t1.forward$0(0); }, - dispose$0(_) { - A._lateReadCheck(this.___PinputCursorState__animationController, "_animationController").dispose$0(0); - this.super$__PinputCursorState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + var t1 = this.___PinputCursorState__animationController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$__PinputCursorState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { - return A.AnimatedBuilder$(A._lateReadCheck(this.___PinputCursorState__animationController, "_animationController"), new A._PinputCursorState_build_closure(this), null); + build$1(context) { + var t1 = this.___PinputCursorState__animationController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.AnimatedBuilder$(t1, new A._PinputCursorState_build_closure(this), null); } }; A._PinputCursorState__startCursorAnimation_closure.prototype = { call$1($status) { - if ($status === B.AnimationStatus_3) - A._lateReadCheck(this.$this.___PinputCursorState__animationController, "_animationController").repeat$1$reverse(0, true); + var t1; + if ($status === B.AnimationStatus_3) { + t1 = this.$this.___PinputCursorState__animationController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.repeat$1$reverse(0, true); + } }, $signature: 42 }; @@ -472080,27 +486633,30 @@ call$2(_, __) { var _null = null, t1 = this.$this, - t2 = A._lateReadCheck(A._lateReadCheck(t1.___PinputCursorState__animationController, "_animationController").__AnimationController__value, "_value"); + t2 = t1.___PinputCursorState__animationController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = A.Text$("|", _null, _null, _null, _null, _null, t1._widget.textStyle, _null, _null, _null); return A.Center$(A.Opacity$(t1, t2), _null, _null); }, - $signature: 2870 + $signature: 2910 }; A.__PinputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 114 }; A.__PinputCursorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -472129,16 +486685,16 @@ } if (didReplaceBucket) if (oldBucket != null) - oldBucket.dispose$0(0); + oldBucket.dispose$0(); }, - dispose$0(_) { + dispose$0() { var t1, _this = this; _this.RestorationMixin__properties.forEach$1(0, new A.__PinputState_State_RestorationMixin_dispose_closure()); t1 = _this.RestorationMixin__bucket; if (t1 != null) - t1.dispose$0(0); + t1.dispose$0(); _this.RestorationMixin__bucket = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.__PinputState_State_RestorationMixin_WidgetsBindingObserver.prototype = {}; @@ -472189,11 +486745,11 @@ } return htmlElement; }, - $signature: 821 + $signature: 789 }; A.PointerInterceptor.prototype = { - build$1(_, context) { - return new A.Stack(B.Alignment_0_0, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$fill(new A.HtmlElementView("__webPointerInterceptorViewType__", null)), this.child], type$.JSArray_Widget), null); + build$1(context) { + return new A.Stack(B.Alignment_0_0, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$fill(0, new A.HtmlElementView("__webPointerInterceptorViewType__", null)), this.child], type$.JSArray_Widget), null); } }; A.PrintingPlugin.prototype = { @@ -472289,7 +486845,7 @@ layoutPdf$body$PrintingPlugin(printer, onLayout, $name, format, dynamicLayout, usePrinterSettings) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, e, s, exception, t2, userAgent, t3, isSafari, isMobile, isFirefox, pdfUrl, doc, script, frame, stopWatch, load, res, t1, result, $async$exception, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, s, exception, t2, userAgent, t3, isSafari, isMobile, isFirefox, pdfUrl, doc, script, frame, stopWatch, load, res, t1, result, $async$exception, $async$temp1; var $async$layoutPdf$6 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -472586,7 +487142,7 @@ call$1(input) { return input; }, - $signature: 502 + $signature: 521 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -472594,7 +487150,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: 86 + $signature: 415 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -472624,7 +487180,7 @@ this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.r))); this.completer.complete$0(0); }, - $signature: 180 + $signature: 335 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -472668,7 +487224,7 @@ info$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.PrintingInfo), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], result, e, exception, t1, t2, t3, t4, t5, t6, t7, t8, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, result, e, exception, t1, t2, t3, t4, t5, t6, t7, t8, $async$exception; var $async$info$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -472861,7 +487417,7 @@ call$1(input) { return input; }, - $signature: 502 + $signature: 521 }; A.Mutex.prototype = { acquire$0() { @@ -472899,7 +487455,7 @@ this._mutex$_locked = false; for (t1 = this._waiting, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) t1[_i].complete$0(0); - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); } }; A.PdfJs.prototype = {}; @@ -472911,7 +487467,7 @@ A.PdfJsRender.prototype = {}; A.PdfPreviewActionBounds.prototype = {}; A.PdfPreviewAction.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, this.icon, _null, new A.PdfPreviewAction_build_closure(this, context), B.EdgeInsets_8_8_8_8, _null, _null, _null); }, @@ -472921,7 +487477,7 @@ pressed$body$PdfPreviewAction(_, context) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, data; + $async$self = this, data, t1; var $async$pressed$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -472930,7 +487486,9 @@ case 0: // Function start data = context.findAncestorWidgetOfExactType$1$0(type$.PdfPreviewController).data; - $async$self.onPressed.call$3(context, data.buildDocument, A._lateReadCheck(data.__PdfPreviewData__pageFormat, "_pageFormat")); + t1 = data.__PdfPreviewData__pageFormat_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$self.onPressed.call$3(context, data.buildDocument, t1); // implicit return return A._asyncReturn(null, $async$completer); } @@ -472945,7 +487503,7 @@ $signature: 0 }; A.PdfPrintAction.prototype = { - build$1(_, context) { + build$1(context) { return new A.PdfPreviewAction(this.icon, this.get$_print(), null); }, _print$3(context, build, pageFormat) { @@ -472954,7 +487512,7 @@ _print$body$PdfPrintAction(context, build, pageFormat) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, result, exception, stack, t1, exception0, data, $async$exception0; + $async$handler = 1, $async$currentError, $async$self = this, result, exception, stack, t1, exception0, data, $async$exception0; var $async$_print$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -473012,7 +487570,7 @@ } }; A.PdfShareAction.prototype = { - build$1(_, context) { + build$1(context) { return new A.PdfPreviewAction(this.icon, this.get$_share(), this.PdfPreviewActionBounds_childKey); }, _share$3(context, build, pageFormat) { @@ -473067,7 +487625,7 @@ get$localPageFormat() { var t1, cc; $.WidgetsBinding__instance.toString; - t1 = $.$get$window().platformDispatcher._configuration.locales; + t1 = $.$get$window().platformDispatcher.configuration.locales; t1 = t1.length === 0 ? B.Locale_und_null : B.JSArray_methods.get$first(t1); cc = t1 == null ? null : t1.get$countryCode(); if (cc == null) @@ -473088,15 +487646,15 @@ A.PdfPreviewCustom.prototype = { createState$0() { var _null = null; - return new A.PdfPreviewCustomState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.ScrollController(0, true, _null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()), A.TransformationController$(), A._setArrayType([], type$.JSArray_PdfPreviewPage), _null, _null, 72, false, _null, B._StateLifecycle_0); + return new A.PdfPreviewCustomState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), A.ScrollController$(0, true), A.TransformationController$(), A._setArrayType([], type$.JSArray_PdfPreviewPage), _null, _null, 72, false, _null, B._StateLifecycle_0); }, - build$1($receiver, arg0) { + build$1(arg0) { return this.build.call$1(arg0); } }; A.PdfPreviewCustomState.prototype = { - dispose$0(_) { - this.super$_PdfPreviewCustomState_State_PdfPreviewRaster$dispose(0); + dispose$0() { + this.super$_PdfPreviewCustomState_State_PdfPreviewRaster$dispose(); }, reassemble$0() { this.raster$0(); @@ -473151,7 +487709,7 @@ t1.toString; return A.GestureDetector$(_null, new A.InteractiveViewer(A.Center$(_this.PdfPreviewRaster_pages[t1], _null, _null), 5, _this.transformationController, _null), B.DragStartBehavior_1, false, _null, new A.PdfPreviewCustomState__zoomPreview_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - build$1(_, context) { + build$1(context) { var page, t1, _this = this, _null = null; if (_this.preview != null) page = _this._zoomPreview$0(); @@ -473171,7 +487729,7 @@ var t1 = this.$this; t1.setState$1(new A.PdfPreviewCustomState_didChangeDependencies__closure(t1, _info)); }, - $signature: 732 + $signature: 792 }; A.PdfPreviewCustomState_didChangeDependencies__closure.prototype = { call$0() { @@ -473187,7 +487745,7 @@ t1 = this.$this; return A.GestureDetector$(_null, t1.PdfPreviewRaster_pages[index], B.DragStartBehavior_1, false, _null, new A.PdfPreviewCustomState__createPreview__closure(t1, index), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2875 + $signature: 2915 }; A.PdfPreviewCustomState__createPreview__closure.prototype = { call$0() { @@ -473231,15 +487789,15 @@ $signature: 0 }; A._PdfPreviewCustomState_State_PdfPreviewRaster.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this.PdfPreviewRaster__previewUpdate; if (t1 != null) t1.cancel$0(0); - this.super$State$dispose(0); + this.super$State$dispose(); } }; A.PdfPreviewPage.prototype = { - build$1(_, context) { + build$1(context) { var t2, scrollbarTrack, _null = null, t1 = this.page; t1.toString; @@ -473256,20 +487814,27 @@ }; A._PdfPreviewState.prototype = { computeActualPageFormat$0() { - var dpi, - format = A._lateReadCheck(A._lateReadCheck(this.___PdfPreviewState_previewData, "previewData").__PdfPreviewData__pageFormat, "_pageFormat"), - t1 = this.previewWidget, - t2 = t1.get$currentState(), - pages = t2 == null ? null : t2.PdfPreviewRaster_pages; + var t2, t3, pages, dpi, format, + t1 = this.___PdfPreviewState_previewData_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__PdfPreviewData__pageFormat_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.previewWidget; + t3 = t2.get$currentState(); + pages = t3 == null ? null : t3.PdfPreviewRaster_pages; if (pages == null) - pages = B.List_empty21; - t1 = t1.get$currentState(); - dpi = t1 == null ? null : t1.PdfPreviewRaster_dpi; + pages = B.List_empty22; + t2 = t2.get$currentState(); + dpi = t2 == null ? null : t2.PdfPreviewRaster_dpi; if (dpi == null) dpi = 72; this._widget.toString; - t1 = pages.length; - return t1 !== 0 ? A.PdfPageFormat$(B.JSArray_methods.get$first(pages).page.width * 72 / dpi, B.JSArray_methods.get$first(pages).page.height * 72 / dpi, 14.173228346456694, 0, 0, 0, 0) : format; + t2 = pages.length; + if (t2 !== 0) + format = A.PdfPageFormat$(B.JSArray_methods.get$first(pages).page.width * 72 / dpi, B.JSArray_methods.get$first(pages).page.height * 72 / dpi, 14.173228346456694, 0, 0, 0, 0); + else + format = t1; + return format; }, initState$0() { var _this = this, @@ -473278,18 +487843,19 @@ _this._widget.toString; _this._widget.toString; t1 = A.PdfPreviewData$(t1, null, _this.get$computeActualPageFormat(), B.Map_gyoqK); - _this.___PdfPreviewState_previewData = t1; - A._lateReadCheck(t1, "previewData").addListener$1(0, new A._PdfPreviewState_initState_closure(_this)); + _this.___PdfPreviewState_previewData_A = t1; + t1.addListener$1(0, new A._PdfPreviewState_initState_closure(_this)); _this.super$State$initState(); }, - dispose$0(_) { - var t1 = A._lateReadCheck(this.___PdfPreviewState_previewData, "previewData"); + dispose$0() { + var t1 = this.___PdfPreviewState_previewData_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$State$dispose(0); + this.super$State$dispose(); }, didUpdateWidget$1(oldWidget) { - var t1, _this = this; + var t1, t2, _this = this; if (J.$eq$(oldWidget.build, _this._widget.build)) { _this._widget.toString; t1 = false; @@ -473299,7 +487865,11 @@ t1 = _this._widget.build; if (B.Map_gyoqK.get$isNotEmpty(B.Map_gyoqK)) _this._widget.toString; - _this.___PdfPreviewState_previewData = A.PdfPreviewData$(t1, A._lateReadCheck(A._lateReadCheck(_this.___PdfPreviewState_previewData, "previewData").__PdfPreviewData__pageFormat, "_pageFormat"), _this.get$computeActualPageFormat(), B.Map_gyoqK); + t2 = _this.___PdfPreviewState_previewData_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__PdfPreviewData__pageFormat_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.___PdfPreviewState_previewData_A = A.PdfPreviewData$(t1, t2, _this.get$computeActualPageFormat(), B.Map_gyoqK); _this.setState$1(new A._PdfPreviewState_didUpdateWidget_closure()); } _this.super$State$didUpdateWidget(oldWidget); @@ -473312,7 +487882,7 @@ } _this.super$State$didChangeDependencies(); }, - build$1(_, context) { + build$1(context) { var t1, actions, t2, t3, _this = this, _null = null, theme = A.Theme_of(context), iconColor = theme.primaryIconTheme.color; @@ -473331,7 +487901,8 @@ if (t2) actions.push(new A.PdfShareAction(B.Icon_OxR0, "document.pdf", _null, new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), _null)); _this._widget.toString; - t2 = A._lateReadCheck(_this.___PdfPreviewState_previewData, "previewData"); + t2 = _this.___PdfPreviewState_previewData_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1 = A._setArrayType([A.Expanded$(new A.Builder(new A._PdfPreviewState_build_closure(_this), _null), 1)], t1); if (actions.length !== 0) { t3 = theme.primaryColor; @@ -473364,7 +487935,7 @@ var t1 = this.$this; t1.setState$1(new A._PdfPreviewState_didChangeDependencies__closure(t1, _info)); }, - $signature: 732 + $signature: 792 }; A._PdfPreviewState_didChangeDependencies__closure.prototype = { call$0() { @@ -473377,10 +487948,13 @@ var _null = null, controller = context.dependOnInheritedWidgetOfExactType$1$0(type$.PdfPreviewController).data, t1 = this.$this, - t2 = t1._widget.maxPageWidth; - return new A.PdfPreviewCustom(A._lateReadCheck(controller.__PdfPreviewData__pageFormat, "_pageFormat"), controller.buildDocument, t2, _null, _null, _null, t1._widget.pages, _null, _null, false, _null, _null, t1.previewWidget); + t2 = t1._widget, + t3 = t2.maxPageWidth, + t4 = controller.__PdfPreviewData__pageFormat_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + return new A.PdfPreviewCustom(t4, controller.buildDocument, t3, _null, _null, _null, t2.pages, _null, _null, false, _null, _null, t1.previewWidget); }, - $signature: 2877 + $signature: 2917 }; A.PdfPreviewRaster.prototype = { raster$0() { @@ -473423,7 +487997,7 @@ $async$handler = 4; t1 = $async$self._widget; $async$goto = 7; - return A._asyncAwait(t1.build$1(0, t1.pageFormat), $async$_raster$0); + return A._asyncAwait(t1.build$1(t1.pageFormat), $async$_raster$0); case 7: // returning from await. _doc = $async$result; @@ -473637,7 +488211,7 @@ call$1(image) { return this.comp.complete$1(0, image); }, - $signature: 2878 + $signature: 2918 }; A.PdfRasterImage.prototype = { _raster$_loadAsync$0() { @@ -473812,7 +488386,7 @@ _resetModules$0() { var t2, t3, row, t1 = this._modules; - B.JSArray_methods.set$length(t1, 0); + B.JSArray_methods.clear$0(t1); for (t2 = this.moduleCount, t3 = type$.nullable_bool, row = 0; row < t2; ++row) t1.push(A.List_List$filled(t2, null, false, t3)); }, @@ -474030,16 +488604,14 @@ } }; A._QrImageViewState.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, - _s17_ = "_validationResult", t1 = _this._widget, t2 = t1._qr_image_view$_data; if (t2 != null) { - t1 = A.QrValidator_validate(t2, 1, t1.version); - _this.___QrImageViewState__validationResult = t1; - if (A._lateReadCheck(t1, _s17_).status === B.QrValidationStatus_0) - _this._qr = A._lateReadCheck(_this.___QrImageViewState__validationResult, _s17_).qrCode; + t1 = _this.___QrImageViewState__validationResult_A = A.QrValidator_validate(t2, 1, t1.version); + if (t1.status === B.QrValidationStatus_0) + _this._qr = t1.qrCode; else _this._qr = null; } @@ -474052,8 +488624,7 @@ this._widget.toString; t2 = t1.typeNumber; painter = new A.QrPainter(t2, t1.errorCorrectLevel, _null, true, image, _null, B.C_QrEyeStyle, B.C_QrDataModuleStyle, t1, new A.PaintCache(A._setArrayType([], type$.JSArray_Paint), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Paint)), _null); - A._lateWriteOnceCheck($, "_calcVersion"); - painter.__QrPainter__calcVersion = t2; + painter.__QrPainter__calcVersion_F = t2; painter._initPaints$0(); return new A._QrContentView(edgeLength, this._widget.backgroundColor, B.EdgeInsets_10_10_10_10, A.CustomPaint$(_null, _null, _null, painter, B.Size_0_0), "qr code", _null); }, @@ -474068,22 +488639,23 @@ A._QrImageViewState_build_closure.prototype = { call$2(context, constraints) { var widgetSize, - _s17_ = "_validationResult", - t1 = this.$this; - if (A._lateReadCheck(t1.___QrImageViewState__validationResult, _s17_).status !== B.QrValidationStatus_0) - return t1._errorWidget$3(context, constraints, A._lateReadCheck(t1.___QrImageViewState__validationResult, _s17_).error); + t1 = this.$this, + t2 = t1.___QrImageViewState__validationResult_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.status !== B.QrValidationStatus_0) + return t1._errorWidget$3(context, constraints, t2.error); widgetSize = t1._widget.size; t1 = t1._qrWidget$3(context, null, widgetSize); return t1; }, - $signature: 266 + $signature: 275 }; A._QrContentView.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null, t1 = _this.edgeLength; t1 = A.Container$(_null, new A.Padding(_this.padding, _this.child, _null), B.Clip_0, _this.backgroundColor, _null, _null, _null, t1, _null, _null, _null, _null, _null, t1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); } }; A.QrPainter.prototype = { @@ -474092,7 +488664,7 @@ _s22_ = "FinderPatternPosition.", t1 = this._qr_painter$_qr; t1.toString; - this.__QrPainter__qrImage = A.QrImage_QrImage(t1); + this.__QrPainter__qrImage_A = A.QrImage_QrImage(t1); t1 = this._paintCache; t2 = $.$get$useCanvasKit(); t3 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); @@ -474116,10 +488688,7 @@ } }, paint$2(canvas, size) { - var t1, t2, paintMetrics, gapTotal, t3, pixelPaint, x, isTopLeft, isBottomLeft, y, isTopLeft0, isBottomLeft0, isTopRight, paint, left, $top, pixelHTweak, pixelVTweak, imageSize, t4, t5, t6, t7, _this = this, - _s10_ = "_pixelSize", - _s17_ = "_innerContentSize", - _s6_ = "_inset"; + var t1, t2, paintMetrics, gapTotal, t3, t4, pixelPaint, t5, x, isTopLeft, left, isBottomLeft, y, t6, isTopLeft0, isBottomLeft0, isTopRight, paint, $top, pixelHTweak, pixelVTweak, imageSize, t7, _this = this; if (size.get$shortestSide() === 0) { A.print("[QR] WARN: width or height is zero. You should set a 'size' value or nest this painter in a Widget that defines a non-zero size"); return; @@ -474128,38 +488697,34 @@ t2 = _this._qr_painter$_qr.moduleCount; paintMetrics = new A._PaintMetrics(t2, t1, 0); gapTotal = (t2 - 1) * 0; - t3 = B.JSNumber_methods.roundToDouble$0((t1 - gapTotal) / t2 * 2) / 2; - A._lateWriteOnceCheck($, _s10_); - paintMetrics.___PaintMetrics__pixelSize = t3; - t3 = A._lateReadCheck(t3, _s10_) * t2 + gapTotal; - A._lateWriteOnceCheck($, _s17_); - paintMetrics.___PaintMetrics__innerContentSize = t3; - t3 = A._lateReadCheck(t3, _s17_); - A._lateWriteOnceCheck($, _s6_); - paintMetrics.___PaintMetrics__inset = (t1 - t3) / 2; + t3 = paintMetrics.___PaintMetrics__pixelSize_F = B.JSNumber_methods.roundToDouble$0((t1 - gapTotal) / t2 * 2) / 2; + t4 = t3 * t2 + gapTotal; + paintMetrics.___PaintMetrics__innerContentSize_F = t4; + t4 = paintMetrics.___PaintMetrics__inset_F = (t1 - t4) / 2; _this._drawFinderPatternItem$3(B.FinderPatternPosition_0, canvas, paintMetrics); _this._drawFinderPatternItem$3(B.FinderPatternPosition_2, canvas, paintMetrics); _this._drawFinderPatternItem$3(B.FinderPatternPosition_1, canvas, paintMetrics); pixelPaint = _this._paintCache.firstPaint$1(B.QrCodeElement_3); pixelPaint.set$color(0, B.Color_4278190080); - for (t1 = t2 - 7, x = 0; x < t2; ++x) - for (isTopLeft = x < 7, isBottomLeft = x >= t1, y = 0; y < t2; ++y) { - t3 = y < 7; - isTopLeft0 = t3 && isTopLeft; - isBottomLeft0 = t3 && isBottomLeft; - isTopRight = y >= t1 && isTopLeft; + for (t1 = t3 + 0, t5 = t2 - 7, x = 0; x < t2; ++x) + for (isTopLeft = x < 7, left = t4 + x * t1, isBottomLeft = x >= t5, y = 0; y < t2; ++y) { + t6 = y < 7; + isTopLeft0 = t6 && isTopLeft; + isBottomLeft0 = t6 && isBottomLeft; + isTopRight = y >= t5 && isTopLeft; if (isTopLeft0 || isBottomLeft0 || isTopRight) continue; - paint = A._lateReadCheck(_this.__QrPainter__qrImage, "_qrImage").isDark$2(y, x) ? pixelPaint : null; + t6 = _this.__QrPainter__qrImage_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + paint = t6.isDark$2(y, x) ? pixelPaint : null; if (paint == null) continue; - left = A._lateReadCheck(paintMetrics.___PaintMetrics__inset, _s6_) + x * (A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_) + 0); - $top = A._lateReadCheck(paintMetrics.___PaintMetrics__inset, _s6_) + y * (A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_) + 0); - t3 = _this._hasAdjacentHorizontalPixel$3(x, y, t2); - pixelHTweak = t3 ? 0.5 : 0; - t3 = _this._hasAdjacentVerticalPixel$3(x, y, t2); - pixelVTweak = t3 ? 0.5 : 0; - canvas.drawRect$2(0, new A.Rect(left, $top, left + (A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_) + pixelHTweak), $top + (A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_) + pixelVTweak)), paint); + $top = t4 + y * t1; + t6 = _this._hasAdjacentHorizontalPixel$3(x, y, t2); + pixelHTweak = t6 ? 0.5 : 0; + t6 = _this._hasAdjacentVerticalPixel$3(x, y, t2); + pixelVTweak = t6 ? 0.5 : 0; + canvas.drawRect$2(new A.Rect(left, $top, left + (t3 + pixelHTweak), $top + (t3 + pixelVTweak)), paint); } t1 = _this.embeddedImage; if (t1 != null) { @@ -474183,73 +488748,76 @@ } }, _hasAdjacentVerticalPixel$3(x, y, moduleCount) { - var t1 = y + 1; + var t2, + t1 = y + 1; if (t1 >= moduleCount) return false; - return A._lateReadCheck(this.__QrPainter__qrImage, "_qrImage").isDark$2(t1, x); + t2 = this.__QrPainter__qrImage_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2.isDark$2(t1, x); }, _hasAdjacentHorizontalPixel$3(x, y, moduleCount) { - var t1 = x + 1; + var t2, + t1 = x + 1; if (t1 >= moduleCount) return false; - return A._lateReadCheck(this.__QrPainter__qrImage, "_qrImage").isDark$2(y, t1); + t2 = this.__QrPainter__qrImage_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2.isDark$2(y, t1); }, _drawFinderPatternItem$3(position, canvas, metrics) { - var offset, t1, t2, t3, dotPaint, t4, innerRadius, t5, t6, dotSize, t7, t8, - _s10_ = "_pixelSize", - _s6_ = "_inset", - radius = 7 * A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_) + 6 * metrics.gapSize - A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_), - strokeAdjust = A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_) / 2, - edgePos = A._lateReadCheck(metrics.___PaintMetrics__inset, _s6_) + A._lateReadCheck(metrics.___PaintMetrics__innerContentSize, "_innerContentSize") - (radius + strokeAdjust); - if (position === B.FinderPatternPosition_0) - offset = new A.Offset(A._lateReadCheck(metrics.___PaintMetrics__inset, _s6_) + strokeAdjust, A._lateReadCheck(metrics.___PaintMetrics__inset, _s6_) + strokeAdjust); - else { - t1 = metrics.___PaintMetrics__inset; - offset = position === B.FinderPatternPosition_2 ? new A.Offset(A._lateReadCheck(t1, _s6_) + strokeAdjust, edgePos) : new A.Offset(edgePos, A._lateReadCheck(t1, _s6_) + strokeAdjust); + var radius, strokeAdjust, t2, t3, edgePos, offset, outerPaint, innerPaint, dotPaint, innerRadius, t4, t5, dotSize, t6, + t1 = metrics.___PaintMetrics__pixelSize_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + radius = 7 * t1 + 6 * metrics.gapSize - t1; + strokeAdjust = t1 / 2; + t2 = metrics.___PaintMetrics__inset_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = metrics.___PaintMetrics__innerContentSize_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + edgePos = t2 + t3 - (radius + strokeAdjust); + if (position === B.FinderPatternPosition_0) { + t2 += strokeAdjust; + offset = new A.Offset(t2, t2); + } else { + t2 += strokeAdjust; + offset = position === B.FinderPatternPosition_2 ? new A.Offset(t2, edgePos) : new A.Offset(edgePos, t2); } - t1 = this._paintCache; - t2 = t1.firstPaint$2$position(B.QrCodeElement_0, position); - t2.toString; - t2.set$strokeWidth(A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_)); - t2.set$color(0, B.Color_4278190080); - t3 = t1.firstPaint$2$position(B.QrCodeElement_1, position); - t3.toString; - t3.set$strokeWidth(A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_)); - t3.set$color(0, new A.Color(16777215)); - dotPaint = t1.firstPaint$2$position(B.QrCodeElement_2, position); + t2 = this._paintCache; + outerPaint = t2.firstPaint$2$position(B.QrCodeElement_0, position); + outerPaint.set$strokeWidth(t1); + outerPaint.set$color(0, B.Color_4278190080); + innerPaint = t2.firstPaint$2$position(B.QrCodeElement_1, position); + innerPaint.set$strokeWidth(t1); + innerPaint.set$color(0, new A.Color(16777215)); + dotPaint = t2.firstPaint$2$position(B.QrCodeElement_2, position); dotPaint.set$color(0, B.Color_4278190080); - t1 = offset._dx; - t4 = offset._dy; - innerRadius = radius - 2 * A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_); - t5 = t1 + A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_); - t6 = t4 + A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_); - dotSize = radius - A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_) * 2 - 2 * strokeAdjust; - t7 = t1 + A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_) + strokeAdjust; - t8 = t4 + A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_) + strokeAdjust; - canvas.drawRect$2(0, new A.Rect(t1, t4, t1 + radius, t4 + radius), t2); - canvas.drawRect$2(0, new A.Rect(t5, t6, t5 + innerRadius, t6 + innerRadius), t3); - canvas.drawRect$2(0, new A.Rect(t7, t8, t7 + dotSize, t8 + dotSize), dotPaint); + t2 = offset._dx; + t3 = offset._dy; + innerRadius = radius - 2 * t1; + t4 = t2 + t1; + t5 = t3 + t1; + dotSize = radius - t1 * 2 - 2 * strokeAdjust; + t1 = t4 + strokeAdjust; + t6 = t5 + strokeAdjust; + canvas.drawRect$2(new A.Rect(t2, t3, t2 + radius, t3 + radius), outerPaint); + canvas.drawRect$2(new A.Rect(t4, t5, t4 + innerRadius, t5 + innerRadius), innerPaint); + canvas.drawRect$2(new A.Rect(t1, t6, t1 + dotSize, t6 + dotSize), dotPaint); }, _scaledAspectSize$3(widgetSize, originalSize, requestedSize) { var ratio = 0.25 * widgetSize.get$shortestSide() / originalSize.get$longestSide(); return new A.Size(ratio * originalSize._dx, ratio * originalSize._dy); }, shouldRepaint$1(oldPainter) { - var t1, _this = this, - _s12_ = "_calcVersion"; + var t1, t2, _this = this; if (oldPainter instanceof A.QrPainter) { - if (_this.errorCorrectionLevel === oldPainter.errorCorrectionLevel) - if (A._lateReadCheck(_this.__QrPainter__calcVersion, _s12_) == A._lateReadCheck(oldPainter.__QrPainter__calcVersion, _s12_)) - if (_this._qr_painter$_qr == oldPainter._qr_painter$_qr) - if (_this.embeddedImage == oldPainter.embeddedImage) - t1 = !_this.eyeStyle.$eq(0, oldPainter.eyeStyle) || !_this.dataModuleStyle.$eq(0, oldPainter.dataModuleStyle); - else - t1 = true; - else - t1 = true; - else - t1 = true; - else + if (_this.errorCorrectionLevel === oldPainter.errorCorrectionLevel) { + t1 = _this.__QrPainter__calcVersion_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = oldPainter.__QrPainter__calcVersion_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 !== t2 || _this._qr_painter$_qr != oldPainter._qr_painter$_qr || _this.embeddedImage != oldPainter.embeddedImage || !_this.eyeStyle.$eq(0, oldPainter.eyeStyle) || !_this.dataModuleStyle.$eq(0, oldPainter.dataModuleStyle); + } else t1 = true; return t1; } @@ -474317,13 +488885,10 @@ call$2(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 546 + $signature: 685 }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { - get$_dispatchers() { - return A._lateReadCheck(this.__Store__dispatchers, "_dispatchers"); - }, _createReduceAndNotify$1(distinct) { return new A.Store__createReduceAndNotify_closure(this, false); }, @@ -474339,10 +488904,12 @@ }; A.Store__createReduceAndNotify_closure.prototype = { call$1(action) { - var t1 = this.$this, - t2 = A._lateReadCheck(t1.__Store__state, "_state"), - state = t1.reducer.call$2(t2, action); - t1.__Store__state = state; + var state, + t1 = this.$this, + t2 = t1.__Store__state_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + state = t1.reducer.call$2(t2, action); + t1.__Store__state_A = state; t1._changeController.add$1(0, state); }, $signature: 6 @@ -474387,9 +488954,11 @@ }; A.LoggingMiddleware_call_closure.prototype = { call$0() { - return this.$this.formatter.call$3(A._lateReadCheck(this.store.__Store__state, "_state"), this.action, new A.DateTime(Date.now(), false)); + var t1 = this.store.__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return this.$this.formatter.call$3(t1, this.action, new A.DateTime(Date.now(), false)); }, - $signature: 66 + $signature: 67 }; A.ButtonState.prototype = { toString$0(_) { @@ -474402,130 +488971,121 @@ } }; A.RoundedLoadingButtonState.prototype = { - build$1(_, context) { + build$1(context) { var t1, t2, t3, t4, t5, t6, _check, _cross, childStream, _btn, _this = this, _null = null, - _s16_ = "_bounceAnimation", theme = A.Theme_of(context); _this._widget.toString; t1 = theme.primaryColor; - t2 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t3 = t2._evaluatable; - t2 = t2.parent; - t2 = J.$div$n(t3.transform$1(0, t2.get$value(t2)), 2); - t2 = A.BorderRadius$all(new A.Radius(t2, t2)); - t3 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t4 = t3._evaluatable; - t3 = t3.parent; - t3 = t4.transform$1(0, t3.get$value(t3)); - t4 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t5 = t4._evaluatable; - t4 = t4.parent; - t4 = t5.transform$1(0, t4.get$value(t4)); - t5 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t6 = t5._evaluatable; - t5 = t5.parent; - if (J.$gt$n(t6.transform$1(0, t5.get$value(t5)), 20)) { - _this._widget.toString; - t5 = A.Icon$(B.IconData_57686_MaterialIcons_null_false, B.Color_4294967295, _null); - } else - t5 = _null; - _check = A.Container$(B.FractionalOffset_0_0, t5, B.Clip_0, _null, _null, new A.BoxDecoration(t1, _null, _null, t2, _null, _null, B.BoxShape_0), _null, t4, _null, _null, _null, _null, _null, t3); - _this._widget.toString; - t3 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t4 = t3._evaluatable; - t3 = t3.parent; - t3 = J.$div$n(t4.transform$1(0, t3.get$value(t3)), 2); + t2 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.parent; + t3 = J.$div$n(t2._evaluatable.transform$1(0, t3.get$value(t3)), 2); t3 = A.BorderRadius$all(new A.Radius(t3, t3)); - t4 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t2 = t4._evaluatable; - t4 = t4.parent; - t4 = t2.transform$1(0, t4.get$value(t4)); - t2 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t1 = t2._evaluatable; - t2 = t2.parent; - t2 = t1.transform$1(0, t2.get$value(t2)); - t1 = A._lateReadCheck(_this.__RoundedLoadingButtonState__bounceAnimation, _s16_); - t5 = t1._evaluatable; - t1 = t1.parent; - if (J.$gt$n(t5.transform$1(0, t1.get$value(t1)), 20)) { + t2 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t4 = t2.parent; + t4 = t2._evaluatable.transform$1(0, t4.get$value(t4)); + t2 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t5 = t2.parent; + t5 = t2._evaluatable.transform$1(0, t5.get$value(t5)); + t2 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t6 = t2.parent; + if (J.$gt$n(t2._evaluatable.transform$1(0, t6.get$value(t6)), 20)) { _this._widget.toString; - t1 = A.Icon$(B.IconData_57706_MaterialIcons_null_false, B.Color_4294967295, _null); + t2 = A.Icon$(B.IconData_57686_MaterialIcons_null_false, B.Color_4294967295, _null); } else - t1 = _null; - _cross = A.Container$(B.FractionalOffset_0_0, t1, B.Clip_0, _null, _null, new A.BoxDecoration(B.MaterialColor_Map_JNc9P_4294198070, _null, _null, t3, _null, _null, B.BoxShape_0), _null, t2, _null, _null, _null, _null, _null, t4); + t2 = _null; + _check = A.Container$(B.FractionalOffset_0_0, t2, B.Clip_0, _null, _null, new A.BoxDecoration(t1, _null, _null, t3, _null, _null, B.BoxShape_0), _null, t5, _null, _null, _null, _null, _null, t4); _this._widget.toString; - t4 = _this._rounded_loading_button$_state; - childStream = A.StreamBuilder$(new A.RoundedLoadingButtonState_build_closure(_this, new A.SizedBox(24, 24, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 2, _null, new A.AlwaysStoppedAnimation(B.Color_4294967295, type$.AlwaysStoppedAnimation_Color)), _null)), t4, type$.ButtonState); - t2 = A._lateReadCheck(_this.__RoundedLoadingButtonState__borderAnimation, "_borderAnimation"); - t3 = t2._evaluatable; - t2 = t2.parent; - t2 = t3.transform$1(0, t2.get$value(t2)); + t4 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t5 = t4.parent; + t5 = J.$div$n(t4._evaluatable.transform$1(0, t5.get$value(t5)), 2); + t5 = A.BorderRadius$all(new A.Radius(t5, t5)); + t4 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t3 = t4.parent; + t3 = t4._evaluatable.transform$1(0, t3.get$value(t3)); + t4 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t1 = t4.parent; + t1 = t4._evaluatable.transform$1(0, t1.get$value(t1)); + t2 = _this.__RoundedLoadingButtonState__bounceAnimation_A; + t4 = t2.parent; + if (J.$gt$n(t2._evaluatable.transform$1(0, t4.get$value(t4)), 20)) { + _this._widget.toString; + t2 = A.Icon$(B.IconData_57706_MaterialIcons_null_false, B.Color_4294967295, _null); + } else + t2 = _null; + _cross = A.Container$(B.FractionalOffset_0_0, t2, B.Clip_0, _null, _null, new A.BoxDecoration(B.MaterialColor_Map_JNc9P_4294198070, _null, _null, t5, _null, _null, B.BoxShape_0), _null, t1, _null, _null, _null, _null, _null, t3); _this._widget.toString; - t3 = A._lateReadCheck(_this.__RoundedLoadingButtonState__squeezeAnimation, "_squeezeAnimation"); - t1 = t3._evaluatable; - t3 = t3.parent; - t3 = t1.transform$1(0, t3.get$value(t3)); + t3 = _this._rounded_loading_button$_state; + childStream = A.StreamBuilder$(new A.RoundedLoadingButtonState_build_closure(_this, new A.SizedBox(24, 24, A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 2, _null, new A.AlwaysStoppedAnimation(B.Color_4294967295, type$.AlwaysStoppedAnimation_Color)), _null)), t3, type$.ButtonState); + t1 = _this.__RoundedLoadingButtonState__borderAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t5 = t1.parent; + t5 = t1._evaluatable.transform$1(0, t5.get$value(t5)); + _this._widget.toString; + t1 = _this.__RoundedLoadingButtonState__squeezeAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + t2 = t1._evaluatable.transform$1(0, t2.get$value(t2)); t1 = _this._widget; - t5 = t1.height; + t4 = t1.height; t6 = A.BorderRadius$circular(t1.borderRadius); - t6 = A.ElevatedButton_styleFrom(_null, _null, _null, 2, _null, _null, _null, new A.Size(t3, t5), _null, _null, B.EdgeInsets_0_0_0_0, t1.color, _null, new A.RoundedRectangleBorder(t6, B.BorderSide_0CF), _null, _null, _null, _null); - t1 = A.ElevatedButton$(childStream, _this.get$_btnPressed(), t6); - _btn = new A.ButtonTheme(A.ButtonThemeData$(false, _null, _null, _null, _null, 36, _null, _null, B.ButtonBarLayoutBehavior_1, _null, 88, B.EdgeInsets_0_0_0_0, new A.RoundedRectangleBorder(t2, B.BorderSide_0CF), _null, B.ButtonTextTheme_0), t1, _null); - if (J.$eq$(t4.get$value(t4), B.ButtonState_3)) - t1 = _cross; + t6 = A.ElevatedButton_styleFrom(_null, _null, _null, _null, _null, _null, 2, _null, _null, _null, _null, new A.Size(t2, t4), _null, B.EdgeInsets_0_0_0_0, t1.color, _null, new A.RoundedRectangleBorder(t6, B.BorderSide_aLd), _null, _null, _null, _null); + t1 = _this._widget; + t1.toString; + t2 = A.ElevatedButton$(childStream, _this.get$_btnPressed(), t6); + _btn = new A.ButtonTheme(A.ButtonThemeData$(false, _null, _null, _null, _null, 36, _null, _null, B.ButtonBarLayoutBehavior_1, _null, 88, B.EdgeInsets_0_0_0_0, new A.RoundedRectangleBorder(t5, B.BorderSide_aLd), _null, B.ButtonTextTheme_0), t2, _null); + if (J.$eq$(t3.get$value(t3), B.ButtonState_3)) + t2 = _cross; else - t1 = J.$eq$(t4.get$value(t4), B.ButtonState_2) ? _check : _btn; - return new A.SizedBox(_null, t5, A.Center$(t1, _null, _null), _null); + t2 = J.$eq$(t3.get$value(t3), B.ButtonState_2) ? _check : _btn; + return new A.SizedBox(_null, t1.height, A.Center$(t2, _null, _null), _null); }, initState$0() { - var t1, t2, t3, t4, t5, _this = this, _null = null, - _s17_ = "_squeezeAnimation"; + var t1, t2, t3, t4, t5, _this = this, _null = null; _this.super$State$initState(); _this._widget.toString; - _this.__RoundedLoadingButtonState__buttonController = A.AnimationController$(_null, B.Duration_500000, _null, 1, _null, _this); + _this.__RoundedLoadingButtonState__buttonController_A = A.AnimationController$(_null, B.Duration_500000, _null, 1, _null, _this); _this._widget.toString; - _this.__RoundedLoadingButtonState__checkButtonControler = A.AnimationController$(_null, B.Duration_1000000, _null, 1, _null, _this); + _this.__RoundedLoadingButtonState__checkButtonControler_A = A.AnimationController$(_null, B.Duration_1000000, _null, 1, _null, _this); _this._widget.toString; - _this.__RoundedLoadingButtonState__borderController = A.AnimationController$(_null, A.Duration$(0, 0, 0, 250, 0, 0), _null, 1, _null, _this); + _this.__RoundedLoadingButtonState__borderController_A = A.AnimationController$(_null, A.Duration$(0, 0, 0, 250, 0, 0), _null, 1, _null, _this); t1 = _this._widget.height; t2 = type$.Tween_double; - t3 = A._lateReadCheck(_this.__RoundedLoadingButtonState__checkButtonControler, "_checkButtonControler"); - _this._widget.toString; + t3 = A.CurvedAnimation$(B.C_ElasticOutCurve, _this.__RoundedLoadingButtonState__checkButtonControler_A, _null); t4 = t2._eval$1("_AnimatedEvaluation"); - t1 = new A._AnimatedEvaluation(A.CurvedAnimation$(B.C_ElasticOutCurve, t3, _null), new A.Tween(0, t1, t2), t4); - _this.__RoundedLoadingButtonState__bounceAnimation = t1; - t1 = A._lateReadCheck(t1, "_bounceAnimation"); - t1.get$parent(t1).addListener$1(0, new A.RoundedLoadingButtonState_initState_closure(_this)); - t1 = _this._widget; - t3 = t1.width; - t1 = t1.height; - t5 = A._lateReadCheck(_this.__RoundedLoadingButtonState__buttonController, "_buttonController"); - _this._widget.toString; - t4 = new A._AnimatedEvaluation(A.CurvedAnimation$(B.Cubic_QB2, t5, _null), new A.Tween(t3, t1, t2), t4); - _this.__RoundedLoadingButtonState__squeezeAnimation = t4; - t4 = A._lateReadCheck(t4, _s17_); - t4.get$parent(t4).addListener$1(0, new A.RoundedLoadingButtonState_initState_closure0(_this)); - t4 = A._lateReadCheck(_this.__RoundedLoadingButtonState__squeezeAnimation, _s17_); - t4.get$parent(t4).addStatusListener$1(new A.RoundedLoadingButtonState_initState_closure1(_this)); - t4 = _this._widget; - t2 = A.BorderRadius$circular(t4.borderRadius); - t4 = A.BorderRadius$circular(t4.height); - t4 = new A._AnimatedEvaluation(A._lateReadCheck(_this.__RoundedLoadingButtonState__borderController, "_borderController"), new A.BorderRadiusTween(t2, t4), type$.BorderRadiusTween._eval$1("_AnimatedEvaluation")); - _this.__RoundedLoadingButtonState__borderAnimation = t4; - t4 = A._lateReadCheck(t4, "_borderAnimation"); - t4.get$parent(t4).addListener$1(0, new A.RoundedLoadingButtonState_initState_closure2(_this)); + _this.__RoundedLoadingButtonState__bounceAnimation_A = new A._AnimatedEvaluation(t3, new A.Tween(0, t1, t2), t4); + t3.addListener$1(0, new A.RoundedLoadingButtonState_initState_closure(_this)); + t3 = _this._widget; + t1 = t3.width; + t3 = t3.height; + t5 = A.CurvedAnimation$(B.Cubic_QB2, _this.__RoundedLoadingButtonState__buttonController_A, _null); + _this.__RoundedLoadingButtonState__squeezeAnimation_A = new A._AnimatedEvaluation(t5, new A.Tween(t1, t3, t2), t4); + t5.addListener$1(0, new A.RoundedLoadingButtonState_initState_closure0(_this)); + _this.__RoundedLoadingButtonState__squeezeAnimation_A.parent.addStatusListener$1(new A.RoundedLoadingButtonState_initState_closure1(_this)); + t5 = _this._widget; + t4 = A.BorderRadius$circular(t5.borderRadius); + t5 = A.BorderRadius$circular(t5.height); + t2 = _this.__RoundedLoadingButtonState__borderController_A; + _this.__RoundedLoadingButtonState__borderAnimation_A = new A._AnimatedEvaluation(t2, new A.BorderRadiusTween(t4, t5), type$.BorderRadiusTween._eval$1("_AnimatedEvaluation")); + t2.addListener$1(0, new A.RoundedLoadingButtonState_initState_closure2(_this)); _this._rounded_loading_button$_state.listen$1(0, new A.RoundedLoadingButtonState_initState_closure3(_this)); - t4 = _this._widget.controller; - t4._startListener = _this.get$_rounded_loading_button$_start(_this); - t4._resetListener = _this.get$_rounded_loading_button$_reset(); + t2 = _this._widget.controller; + t2._startListener = _this.get$_rounded_loading_button$_start(_this); + t2._resetListener = _this.get$_rounded_loading_button$_reset(); }, - dispose$0(_) { - var _this = this; - A._lateReadCheck(_this.__RoundedLoadingButtonState__buttonController, "_buttonController").dispose$0(0); - A._lateReadCheck(_this.__RoundedLoadingButtonState__checkButtonControler, "_checkButtonControler").dispose$0(0); - A._lateReadCheck(_this.__RoundedLoadingButtonState__borderController, "_borderController").dispose$0(0); + dispose$0() { + var _this = this, + t1 = _this.__RoundedLoadingButtonState__buttonController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__RoundedLoadingButtonState__checkButtonControler_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__RoundedLoadingButtonState__borderController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); _this._rounded_loading_button$_state.close$0(0); - _this.super$_RoundedLoadingButtonState_State_TickerProviderStateMixin$dispose(0); + _this.super$_RoundedLoadingButtonState_State_TickerProviderStateMixin$dispose(); }, _btnPressed$0() { var $async$goto = 0, @@ -474547,12 +489107,16 @@ return A._asyncStartSync($async$_btnPressed$0, $async$completer); }, _rounded_loading_button$_start$0(_) { - var _this = this; + var t1, _this = this; if (_this._framework$_element == null) return; _this._rounded_loading_button$_state.add$1(0, B.ButtonState_1); - A._lateReadCheck(_this.__RoundedLoadingButtonState__borderController, "_borderController").forward$0(0); - A._lateReadCheck(_this.__RoundedLoadingButtonState__buttonController, "_buttonController").forward$0(0); + t1 = _this.__RoundedLoadingButtonState__borderController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + t1 = _this.__RoundedLoadingButtonState__buttonController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); _this._widget.toString; }, _rounded_loading_button$_reset$0() { @@ -474573,9 +489137,14 @@ break; } $async$self._rounded_loading_button$_state.add$1(0, B.ButtonState_0); - A._lateReadCheck($async$self.__RoundedLoadingButtonState__buttonController, "_buttonController").reverse$0(0); - A._lateReadCheck($async$self.__RoundedLoadingButtonState__borderController, "_borderController").reverse$0(0); - t1 = A._lateReadCheck($async$self.__RoundedLoadingButtonState__checkButtonControler, "_checkButtonControler"); + t1 = $async$self.__RoundedLoadingButtonState__buttonController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + t1 = $async$self.__RoundedLoadingButtonState__borderController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + t1 = $async$self.__RoundedLoadingButtonState__checkButtonControler_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.set$value(0, t1.lowerBound); case 1: // return @@ -474589,7 +489158,7 @@ call$2(context, snapshot) { return A.AnimatedSwitcher$(J.$eq$(snapshot.data, B.ButtonState_1) ? this._loader : this.$this._widget.child, B.Duration_200000, B.C__Linear, B.C__Linear, A.animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure()); }, - $signature: 2880 + $signature: 2920 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -474644,7 +489213,7 @@ return; t1._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 2881 + $signature: 2921 }; A.RoundedLoadingButtonController.prototype = {}; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { @@ -474653,13 +489222,13 @@ this._updateTickerModeNotifier$0(); this._updateTickers$0(); }, - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTickers()); _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); } }; A.DeferStream.prototype = { @@ -474815,7 +489384,7 @@ call$2(e, s) { this.$this._subject$_addError$2(e, s); }, - $signature: 124 + $signature: 127 }; A.Subject_addStream_closure0.prototype = { call$0() { @@ -474951,7 +489520,7 @@ call$0() { return this.call$1(null); }, - $signature: 731 + $signature: 793 }; A._forwardMulti__closure.prototype = { call$0() { @@ -475004,7 +489573,7 @@ call$0() { return this.call$1(null); }, - $signature: 731 + $signature: 793 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -475034,24 +489603,10 @@ }; A._MultiControllerSink.prototype = { add$1(_, $event) { - var t1 = this.controller, - t2 = t1._state; - if (t2 >= 4) - A.throwExpression(t1._badEventState$0()); - if ((t2 & 1) !== 0) - t1.get$_async$_subscription()._async$_add$1(0, $event); - return null; + return this.controller.addSync$1($event); }, addError$2(error, stackTrace) { - var t1 = this.controller, - t2 = t1._state; - if (t2 >= 4) - A.throwExpression(t1._badEventState$0()); - if ((t2 & 1) !== 0) { - t1 = t1.get$_async$_subscription(); - t1._addError$2(error, stackTrace == null ? B._StringStackTrace_3uE : stackTrace); - } - return null; + return this.controller.addErrorSync$2(error, stackTrace); }, close$0(_) { return this.controller.closeSync$0(); @@ -475074,9 +489629,6 @@ }, get$id(receiver) { return this.id; - }, - get$name(receiver) { - return this.name; } }; A.ScreenRetriever.prototype = { @@ -475168,10 +489720,62 @@ A.EnvironmentVariables.prototype = {}; A.HubAdapter.prototype = { addBreadcrumb$2$hint(crumb, hint) { - return $.$get$Sentry__hub().addBreadcrumb$2$hint(crumb, hint); + return this.addBreadcrumb$body$HubAdapter(crumb, hint); + }, + addBreadcrumb$1(crumb) { + return this.addBreadcrumb$2$hint(crumb, null); + }, + addBreadcrumb$body$HubAdapter(crumb, hint) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue; + var $async$addBreadcrumb$2$hint = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait(A.Sentry_addBreadcrumb(crumb, hint), $async$addBreadcrumb$2$hint); + case 3: + // returning from await. + $async$returnValue = $async$result; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$addBreadcrumb$2$hint, $async$completer); }, configureScope$1(callback) { - return $.$get$Sentry__hub().configureScope$1(callback); + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), + $async$returnValue; + var $async$configureScope$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 3; + return A._asyncAwait(A.Sentry_configureScope(callback), $async$configureScope$1); + case 3: + // returning from await. + $async$returnValue = $async$result; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$configureScope$1, $async$completer); }, startTransaction$10$autoFinishAfter$bindToScope$customSamplingContext$description$onFinish$startTimestamp$trimEnd$waitForChildren($name, operation, autoFinishAfter, bindToScope, customSamplingContext, description, onFinish, startTimestamp, trimEnd, waitForChildren) { return $.$get$Sentry__hub().startTransaction$10$autoFinishAfter$bindToScope$customSamplingContext$description$onFinish$startTimestamp$trimEnd$waitForChildren($name, operation, autoFinishAfter, bindToScope, customSamplingContext, description, onFinish, startTimestamp, true, true); @@ -475185,6 +489789,23 @@ configureScope$1(callback) { }, addBreadcrumb$2$hint(crumb, hint) { + return this.addBreadcrumb$body$NoOpHub(crumb, hint); + }, + addBreadcrumb$body$NoOpHub(crumb, hint) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void); + var $async$addBreadcrumb$2$hint = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$addBreadcrumb$2$hint, $async$completer); }, startTransaction$10$autoFinishAfter$bindToScope$customSamplingContext$description$onFinish$startTimestamp$trimEnd$waitForChildren($name, operation, autoFinishAfter, bindToScope, customSamplingContext, description, onFinish, startTimestamp, trimEnd, waitForChildren) { return $.$get$NoOpSentrySpan__instance(); @@ -475225,24 +489846,50 @@ t1 = _this.message; if (t1 != null) json.$indexSet(0, "message", t1); - json.$indexSet(0, "category", _this.category); + t1 = _this.category; + if (t1 != null) + json.$indexSet(0, "category", t1); t1 = _this.data; - t2 = t1 == null ? null : t1._length !== 0; + t2 = t1 == null ? null : J.get$isNotEmpty$asx(t1); if (t2 === true) json.$indexSet(0, "data", t1); json.$indexSet(0, "level", _this.level.name); - json.$indexSet(0, "type", _this.type); + t1 = _this.type; + if (t1 != null) + json.$indexSet(0, "type", t1); return json; }, get$message(receiver) { return this.message; } }; - A.SentryLevel.prototype = { - get$name(receiver) { - return this.name; + A.SdkVersion.prototype = { + toJson$0() { + var t2, t3, _this = this, + t1 = type$.String, + json = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.dynamic); + json.$indexSet(0, "name", _this.name); + json.$indexSet(0, "version", _this.version); + t2 = _this._packages; + t3 = type$.SentryPackage; + if (A.List_List$unmodifiable(t2, t3).length !== 0) { + t2 = A.List_List$unmodifiable(t2, t3); + t3 = A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,Map>"); + json.$indexSet(0, "packages", A.List_List$of(new A.MappedListIterable(t2, new A.SdkVersion_toJson_closure(), t3), false, t3._eval$1("ListIterable.E"))); + } + t2 = _this._integrations; + if (A.List_List$unmodifiable(t2, t1).length !== 0) + json.$indexSet(0, "integrations", A.List_List$unmodifiable(t2, t1)); + return json; } }; + A.SdkVersion_toJson_closure.prototype = { + call$1(p) { + return p.toJson$0(); + }, + $signature: 2923 + }; + A.SentryLevel.prototype = {}; A.SpanStatus.prototype = { toString$0(_) { return this._span_status$_value; @@ -475262,9 +489909,6 @@ toJson$0() { return A.LinkedHashMap_LinkedHashMap$_literal(["value", this.value], type$.String, type$.num); }, - get$name(receiver) { - return this.name; - }, get$value(receiver) { return this.value; } @@ -475273,6 +489917,9 @@ get$logger() { return A.sentry_options__noOpLogger$closure(); }, + SentryOptions$empty$0() { + this.__SentryOptions_sdk_A = A.SdkVersion$(null, "noop", null, "6.9.1"); + }, logger$4$exception$stackTrace(arg0, arg1, arg2, arg3) { return this.get$logger().call$4$exception$stackTrace(arg0, arg1, arg2, arg3); } @@ -475356,12 +490003,33 @@ if (toArgs != null) t3.$indexSet(0, "to_arguments", toArgs); t1 = new A.DateTime(Date.now(), false).toUtc$0(); - this._hub.toString; - $.$get$Sentry__hub().addBreadcrumb$2$hint(new A.RouteObserverBreadcrumb(_null, _s10_, t3, B.SentryLevel_info, _s10_, t1), _null); + this._hub.addBreadcrumb$1(new A.RouteObserverBreadcrumb(_null, _s10_, t3, B.SentryLevel_info, _s10_, t1)); }, _setCurrentRoute$1($name) { - if ($name == null) - return; + return this._setCurrentRoute$body$SentryNavigatorObserver($name); + }, + _setCurrentRoute$body$SentryNavigatorObserver($name) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue; + var $async$_setCurrentRoute$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + if ($name == null) { + // goto return + $async$goto = 1; + break; + } + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$_setCurrentRoute$1, $async$completer); }, _startTransaction$2($name, $arguments) { return this._startTransaction$body$SentryNavigatorObserver($name, $arguments); @@ -475369,7 +490037,7 @@ _startTransaction$body$SentryNavigatorObserver($name, $arguments) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1; + $async$returnValue, $async$self = this, t1, t2; var $async$_startTransaction$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -475384,21 +490052,25 @@ } if ($name === "/") $name = 'root ("/")'; - t1 = $async$self._transaction = $async$self._hub.startTransaction$6$autoFinishAfter$onFinish$trimEnd$waitForChildren($name, "navigation", B.Duration_3000000, new A.SentryNavigatorObserver__startTransaction_closure($async$self), true, true); - if (t1 instanceof A.NoOpSentrySpan) { + t1 = $async$self._hub; + t2 = $async$self._transaction = t1.startTransaction$6$autoFinishAfter$onFinish$trimEnd$waitForChildren($name, "navigation", B.Duration_3000000, new A.SentryNavigatorObserver__startTransaction_closure($async$self), true, true); + if (t2 instanceof A.NoOpSentrySpan) { $async$self._transaction = null; // goto return $async$goto = 1; break; } if ($arguments != null) - if (t1 != null) - t1.setData$2(0, "route_settings_arguments", $arguments); - $.$get$Sentry__hub().configureScope$1(new A.SentryNavigatorObserver__startTransaction_closure0($async$self)); + if (t2 != null) + t2.setData$2(0, "route_settings_arguments", $arguments); $async$goto = 3; - return A._asyncAwait($async$self._native.beginNativeFramesCollection$0(), $async$_startTransaction$2); + return A._asyncAwait(t1.configureScope$1(new A.SentryNavigatorObserver__startTransaction_closure0($async$self)), $async$_startTransaction$2); case 3: // returning from await. + $async$goto = 4; + return A._asyncAwait($async$self._native.beginNativeFramesCollection$0(), $async$_startTransaction$2); + case 4: + // returning from await. case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -475409,7 +490081,7 @@ _finishTransaction$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1; + $async$self = this, t1; var $async$_finishTransaction$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -475422,17 +490094,12 @@ if (t1.get$status(t1) == null) t1.set$status(0, A.SpanStatus$ok()); t1 = $async$self._transaction; - $async$goto = 3; + $async$goto = 2; return A._asyncAwait(t1 == null ? null : t1.finish$0(0), $async$_finishTransaction$0); - case 3: + case 2: // returning from await. - $async$returnValue = $async$result; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); + // implicit return + return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$_finishTransaction$0, $async$completer); @@ -475445,7 +490112,7 @@ $call$body$SentryNavigatorObserver__startTransaction_closure(transaction) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1, nativeFrames; + $async$self = this, nativeFrames, t1; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -475453,9 +490120,12 @@ switch ($async$goto) { case 0: // Function start - t1 = A._lateReadCheck(transaction.__SentryTracer__rootSpan, "_rootSpan"); + t1 = transaction.__SentryTracer__rootSpan_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._sentry_span$_context.__SentrySpanContext_traceId_F; + t1 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 2; - return A._asyncAwait($async$self.$this._native.endNativeFramesCollection$1(A._lateReadCheck(t1._sentry_span$_context.__SentrySpanContext_traceId, "traceId")), $async$call$1); + return A._asyncAwait($async$self.$this._native.endNativeFramesCollection$1(t1), $async$call$1); case 2: // returning from await. nativeFrames = $async$result; @@ -475467,21 +490137,21 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2883 + $signature: 2924 }; A.SentryNavigatorObserver__startTransaction_closure0.prototype = { call$1(scope) { if (scope._span == null) scope.set$span(0, this.$this._transaction); }, - $signature: 2884 + $signature: 2925 }; A.RouteObserverBreadcrumb.prototype = {}; A.RouteObserverBreadcrumb__formatArgs_closure.prototype = { call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 2885 + $signature: 2926 }; A.SentryNative.prototype = { beginNativeFramesCollection$0() { @@ -475756,7 +490426,7 @@ call$1(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 56 + $signature: 65 }; A.AppleLogoPainter.prototype = { paint$2(canvas, size) { @@ -475770,38 +490440,38 @@ t5 = t2 * 0.28732; t3.moveTo$2(0, t4, t5); t6 = t2 * 0.24404; - t3.cubicTo$6(0, t1 * 0.4593, t5, t1 * 0.38424, t2 * 0.24241, t1 * 0.30519, t6); - t3.cubicTo$6(0, t1 * 0.2009, t2 * 0.24512, t1 * 0.10525, t2 * 0.29328, t1 * 0.05145, t2 * 0.36957); - t3.cubicTo$6(0, t1 * -0.05683, t2 * 0.5227, t1 * 0.02355, t2 * 0.74888, t1 * 0.12916, t2 * 0.87333); + t3.cubicTo$6(t1 * 0.4593, t5, t1 * 0.38424, t2 * 0.24241, t1 * 0.30519, t6); + t3.cubicTo$6(t1 * 0.2009, t2 * 0.24512, t1 * 0.10525, t2 * 0.29328, t1 * 0.05145, t2 * 0.36957); + t3.cubicTo$6(t1 * -0.05683, t2 * 0.5227, t1 * 0.02355, t2 * 0.74888, t1 * 0.12916, t2 * 0.87333); t7 = t2 * 0.99995; - t3.cubicTo$6(0, t1 * 0.18097, t2 * 0.93394, t1 * 0.24209, t2 * 1.00211, t1 * 0.32313, t7); + t3.cubicTo$6(t1 * 0.18097, t2 * 0.93394, t1 * 0.24209, t2 * 1.00211, t1 * 0.32313, t7); t8 = t2 * 0.99724; t9 = t2 * 0.95883; - t3.cubicTo$6(0, t1 * 0.40084, t8, t1 * 0.43007, t9, t1 * 0.52439, t9); - t3.cubicTo$6(0, t1 * 0.61805, t9, t1 * 0.64462, t7, t1 * 0.72699, t2 * 0.99833); - t3.cubicTo$6(0, t1 * 0.81069, t8, t1 * 0.86383, t2 * 0.93664, t1 * 0.91498, t2 * 0.8755); - t3.cubicTo$6(0, t1 * 0.97409, t2 * 0.80515, t1 * 0.99867, t2 * 0.73698, t1, t2 * 0.73319); - t3.cubicTo$6(0, t1 * 0.99801, t2 * 0.73265, t1 * 0.83726, t2 * 0.68233, t1 * 0.83526, t2 * 0.53082); - t3.cubicTo$6(0, t1 * 0.83394, t2 * 0.4042, t1 * 0.96214, t2 * 0.3436, t1 * 0.96812, t2 * 0.34089); - t3.cubicTo$6(0, t1 * 0.89505, t2 * 0.25378, t1 * 0.78279, t6, t1 * 0.7436, t2 * 0.24187); - t3.cubicTo$6(0, t1 * 0.6413, t2 * 0.23538, t1 * 0.55561, t5, t4, t5); + t3.cubicTo$6(t1 * 0.40084, t8, t1 * 0.43007, t9, t1 * 0.52439, t9); + t3.cubicTo$6(t1 * 0.61805, t9, t1 * 0.64462, t7, t1 * 0.72699, t2 * 0.99833); + t3.cubicTo$6(t1 * 0.81069, t8, t1 * 0.86383, t2 * 0.93664, t1 * 0.91498, t2 * 0.8755); + t3.cubicTo$6(t1 * 0.97409, t2 * 0.80515, t1 * 0.99867, t2 * 0.73698, t1, t2 * 0.73319); + t3.cubicTo$6(t1 * 0.99801, t2 * 0.73265, t1 * 0.83726, t2 * 0.68233, t1 * 0.83526, t2 * 0.53082); + t3.cubicTo$6(t1 * 0.83394, t2 * 0.4042, t1 * 0.96214, t2 * 0.3436, t1 * 0.96812, t2 * 0.34089); + t3.cubicTo$6(t1 * 0.89505, t2 * 0.25378, t1 * 0.78279, t6, t1 * 0.7436, t2 * 0.24187); + t3.cubicTo$6(t1 * 0.6413, t2 * 0.23538, t1 * 0.55561, t5, t4, t5); t3.close$0(0); t5 = t1 * 0.68049; t4 = t2 * 0.15962; t3.moveTo$2(0, t5, t4); - t3.cubicTo$6(0, t1 * 0.72367, t2 * 0.11742, t1 * 0.75223, t2 * 0.05844, t1 * 0.74426, 0); - t3.cubicTo$6(0, t1 * 0.68249, t2 * 0.00216, t1 * 0.60809, t2 * 0.03355, t1 * 0.56359, t2 * 0.07575); - t3.cubicTo$6(0, t1 * 0.52373, t2 * 0.11309, t1 * 0.48919, t2 * 0.17315, t1 * 0.49849, t2 * 0.23051); - t3.cubicTo$6(0, t1 * 0.56691, t2 * 0.23484, t1 * 0.63732, t2 * 0.20183, t5, t4); + t3.cubicTo$6(t1 * 0.72367, t2 * 0.11742, t1 * 0.75223, t2 * 0.05844, t1 * 0.74426, 0); + t3.cubicTo$6(t1 * 0.68249, t2 * 0.00216, t1 * 0.60809, t2 * 0.03355, t1 * 0.56359, t2 * 0.07575); + t3.cubicTo$6(t1 * 0.52373, t2 * 0.11309, t1 * 0.48919, t2 * 0.17315, t1 * 0.49849, t2 * 0.23051); + t3.cubicTo$6(t1 * 0.56691, t2 * 0.23484, t1 * 0.63732, t2 * 0.20183, t5, t4); t3.close$0(0); - canvas.drawPath$2(0, t3, paint); + canvas.drawPath$2(t3, paint); }, shouldRepaint$1(oldDelegate) { return !oldDelegate.color.$eq(0, this.color); } }; A.SignInWithAppleButton.prototype = { - get$_sign_in_with_apple_button$_backgroundColor(_) { + get$_backgroundColor(_) { switch (0) { case 0: return B.Color_4278190080; @@ -475820,16 +490490,16 @@ return null; } }, - build$1(_, context) { + build$1(context) { var children, t1, t2, _this = this, _null = null, - textWidget = A.Text$("Sign in with Apple", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _this.get$_contrastColor(), _null, _null, _null, _null, _null, ".SF Pro Text", _null, _null, 18.919999999999998, _null, _null, _null, _null, false, _null, -0.41, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), + textWidget = A.Text$("Sign in with Apple", _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _this.get$_contrastColor(), _null, _null, _null, _null, _null, ".SF Pro Text", _null, _null, 18.919999999999998, _null, _null, _null, _null, _null, false, _null, -0.41, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), appleIcon = A.Container$(_null, A.Center$(new A.SizedBox(15.25806451612903, 18.919999999999998, A.CustomPaint$(_null, _null, _null, new A.AppleLogoPainter(_this.get$_contrastColor(), _null), B.Size_0_0), _null), _null, _null), B.Clip_0, _null, _null, _null, _null, 30, _null, _null, new A.EdgeInsets(0, 0, 0, 4), _null, _null, 28); switch (0) { case 0: children = A._setArrayType([appleIcon, new A.Flexible(1, B.FlexFit_1, textWidget, _null)], type$.JSArray_Widget); break; } - t1 = _this.get$_sign_in_with_apple_button$_backgroundColor(_this); + t1 = _this.get$_backgroundColor(_this); t2 = _this.get$_sign_in_with_apple_button$_decoration(); return new A.SizedBox(_null, 44, A.SizedBox$expand(A.CupertinoButton$(B.Alignment_0_0, B.BorderRadius_tLn3, A.Container$(_null, A.Row$(children, B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, t2, _null, 44, _null, _null, B.EdgeInsets_16_0_16_0, _null, _null, _null), t1, B.CupertinoDynamicColor_xDe, 44, _this.onPressed, B.EdgeInsets_0_0_0_0, 0.4)), _null); } @@ -475919,7 +490589,7 @@ getAppleIDCredential$body$MethodChannelSignInWithApple(nonce, scopes, state, webAuthenticationOptions) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.AuthorizationCredentialAppleID), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, response, exception, t1, exception0, $async$exception0; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, response, exception, t1, exception0, $async$exception0; var $async$getAppleIDCredential$4$nonce$scopes$state$webAuthenticationOptions = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -475992,7 +490662,7 @@ _signInWithAppleAndroid$body$MethodChannelSignInWithApple(nonce, scopes, state, webAuthenticationOptions) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.AuthorizationCredentialAppleID), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], uri, result, exception, user, $name, authorizationCode, t3, t4, t5, t6, exception0, t1, t2, $async$exception0; + $async$returnValue, $async$handler = 2, $async$currentError, uri, result, exception, user, $name, authorizationCode, t3, t4, t5, t6, exception0, t1, t2, $async$exception0; var $async$_signInWithAppleAndroid$4$nonce$scopes$state$webAuthenticationOptions = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -476084,7 +490754,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2886 + $signature: 2927 }; A.SignInWithApplePlatform.prototype = {}; A.WebAuthenticationOptions.prototype = {}; @@ -476095,7 +490765,7 @@ getAppleIDCredential$body$SignInWithApplePlugin(nonce, scopes, state, webAuthenticationOptions) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.AuthorizationCredentialAppleID), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], t1, scope, options, response, e, errorProp, errorCode, t2, _i, t3, t4, t5, t6, exception, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, t1, scope, options, response, e, errorProp, errorCode, t2, _i, t3, t4, t5, t6, exception, $async$exception; var $async$getAppleIDCredential$4$nonce$scopes$state$webAuthenticationOptions = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -476212,14 +490882,14 @@ }); return A._asyncStartSync($async$getAppSignature$0, $async$completer); }, - getSmsCode$2$matcher$useUserConsentApi(matcher, useUserConsentApi) { - return this.getSmsCode$body$SmartAuth(matcher, useUserConsentApi); + getSmsCode$3$matcher$senderPhoneNumber$useUserConsentApi(matcher, senderPhoneNumber, useUserConsentApi) { + return this.getSmsCode$body$SmartAuth(matcher, senderPhoneNumber, useUserConsentApi); }, - getSmsCode$body$SmartAuth(matcher, useUserConsentApi) { + getSmsCode$body$SmartAuth(matcher, senderPhoneNumber, useUserConsentApi) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.SmsCodeResult), $async$returnValue, $async$self = this, t1, $async$temp1; - var $async$getSmsCode$2$matcher$useUserConsentApi = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + var $async$getSmsCode$3$matcher$senderPhoneNumber$useUserConsentApi = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) @@ -476237,7 +490907,7 @@ case 5: // then $async$goto = 8; - return A._asyncAwait(B.MethodChannel_axY._invokeMethod$1$3$arguments$missingOk("startSmsUserConsent", A.LinkedHashMap_LinkedHashMap$_literal(["senderPhoneNumber", null], t1, type$.nullable_String), false, t1), $async$getSmsCode$2$matcher$useUserConsentApi); + return A._asyncAwait(B.MethodChannel_axY._invokeMethod$1$3$arguments$missingOk("startSmsUserConsent", A.LinkedHashMap_LinkedHashMap$_literal(["senderPhoneNumber", senderPhoneNumber], t1, type$.nullable_String), false, t1), $async$getSmsCode$3$matcher$senderPhoneNumber$useUserConsentApi); case 8: // returning from await. // goto join @@ -476246,7 +490916,7 @@ case 7: // else $async$goto = 9; - return A._asyncAwait(B.MethodChannel_axY._invokeMethod$1$3$arguments$missingOk("startSmsRetriever", null, false, t1), $async$getSmsCode$2$matcher$useUserConsentApi); + return A._asyncAwait(B.MethodChannel_axY._invokeMethod$1$3$arguments$missingOk("startSmsRetriever", null, false, t1), $async$getSmsCode$3$matcher$senderPhoneNumber$useUserConsentApi); case 9: // returning from await. case 6: @@ -476266,7 +490936,7 @@ return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$getSmsCode$2$matcher$useUserConsentApi, $async$completer); + return A._asyncStartSync($async$getSmsCode$3$matcher$senderPhoneNumber$useUserConsentApi, $async$completer); }, removeSmsListener$0() { var $async$goto = 0, @@ -476337,7 +491007,7 @@ } return null; }, - $signature: 244 + $signature: 285 }; A.SourceFile.prototype = { get$length(_) { @@ -476785,7 +491455,7 @@ call$0() { return this.color; }, - $signature: 2887 + $signature: 2928 }; A.Highlighter$__closure.prototype = { call$1(line) { @@ -476793,7 +491463,7 @@ t1 = new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 2888 + $signature: 2929 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -476803,26 +491473,26 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 503 + $signature: 522 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 2890 + $signature: 2931 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { var t1 = highlight.span.get$sourceUrl(); return t1 == null ? new A.Object() : t1; }, - $signature: 2891 + $signature: 2932 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 2892 + $signature: 2933 }; A.Highlighter__collateLines_closure1.prototype = { call$1(entry) { @@ -476866,7 +491536,7 @@ } return lines; }, - $signature: 2893 + $signature: 2934 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -476874,14 +491544,14 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 503 + $signature: 522 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { highlight.toString; return true; }, - $signature: 503 + $signature: 522 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -477040,7 +491710,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 2894 + $signature: 2935 }; A._Line.prototype = { toString$0(_) { @@ -477253,21 +491923,31 @@ }; A.InjectedBase.prototype = { get$subscription() { - return A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, "_reactiveModelState").subscription; + var t1 = this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.subscription; }, toString$0(_) { - return "" + A.Primitives_objectHashCode(this) + ": " + A.S(A._lateReadCheck(A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, "_reactiveModelState").__ReactiveModelBase___snapState, "__snapState")); + var t1 = A.Primitives_objectHashCode(this), + t2 = this.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return "" + t1 + ": " + t2.toString$0(0); } }; A.InjectedBaseState.prototype = { get$_rm$_state() { var s, m, t2, - _s19_ = "_reactiveModelState", - _s11_ = "__snapState", - t1 = A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, _s19_); + t1 = this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.initializer.call$0(); - s = A._lateReadCheck(t1.__ReactiveModelBase___snapState, _s11_).data; - if (!A._instanceType(A._lateReadCheck(A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_))._precomputed1._is(null) && s == null) { + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + s = t1.data; + t1 = this.__InjectedBaseState__reactiveModelState_A.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.$ti._precomputed1._is(null) && s == null) { t1 = this.$ti._precomputed1; m = A.createRuntimeType(t1).toString$0(0); t2 = A.S(m); @@ -477276,11 +491956,18 @@ return s; }, notify$0() { - var _s19_ = "_reactiveModelState"; - A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, _s19_).get$listeners().rebuildState$1(A._lateReadCheck(A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, "__snapState")); + var t2, + t1 = this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$listeners(); + t2 = this.__InjectedBaseState__reactiveModelState_A.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.rebuildState$1(t2); }, - dispose$0(_) { - A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, "_reactiveModelState").dispose$0(0); + dispose$0() { + var t1 = this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); } }; A.InjectedImp.prototype = { @@ -477288,68 +491975,88 @@ return crt.call$0(); }, initialize$0(_) { - var cachedAddToObs, creatorMock, _this = this, - _s19_ = "_reactiveModelState", - t1 = {}; - if (A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._rm$_isInitialized) + var cachedAddToObs, creatorMock, _this = this, t1 = {}, + t2 = _this.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2._rm$_isInitialized) return; cachedAddToObs = $.OnReactiveState_addToObs; $.OnReactiveState_addToObs = null; - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._rm$_isInitialized = true; + t2._rm$_isInitialized = true; creatorMock = B.JSArray_methods.get$last(_this.cachedCreatorMocks); t1.isInitializing = true; - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._setInitialStateCreator$3$middleCreator$middleState$onDone(new A.InjectedImp_initialize_closure(t1, _this, creatorMock), new A.InjectedImp_initialize_closure0(t1, _this), new A.InjectedImp_initialize_closure1(_this)); - t1 = A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_); - t1._initialStateCreator.call$0(); - if (A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._rm$_isDisposed) { - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._rm$_isDisposed = false; - t1 = _this.onInitialized; - if (t1 != null) - t1.call$1(A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, "__snapState").data); + _this.__InjectedBaseState__reactiveModelState_A._setInitialStateCreator$3$middleCreator$middleState$onDone(new A.InjectedImp_initialize_closure(t1, _this, creatorMock), new A.InjectedImp_initialize_closure0(t1, _this), new A.InjectedImp_initialize_closure1(_this)); + _this.__InjectedBaseState__reactiveModelState_A._initialStateCreator.call$0(); + t1 = _this.__InjectedBaseState__reactiveModelState_A; + if (t1._rm$_isDisposed) { + t1._rm$_isDisposed = false; + t2 = _this.onInitialized; + if (t2 != null) { + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2.call$1(t1.data); + } } $.OnReactiveState_addToObs = cachedAddToObs; }, middleSnap$6$middleSnapState$onData$onError$onSetState$shouldOverrideGlobalSideEffects(snap, middleSnapState, onData, onError, onSetState, shouldOverrideGlobalSideEffects) { - var t1, snap0, t2, t3, _this = this, _null = null, - _s19_ = "_reactiveModelState", - _s11_ = "__snapState"; - if (!A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._rm$_isDisposed) { - t1 = _this.middleSnapState; - snap0 = t1 == null ? _null : t1.call$1(new A.MiddleSnapState(A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_), snap, _this.$ti._eval$1("MiddleSnapState<1>"))); + var t2, snap0, t3, t4, _this = this, _null = null, + t1 = _this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1._rm$_isDisposed) { + t2 = _this.middleSnapState; + if (t2 == null) + snap0 = _null; + else { + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t2.call$1(new A.MiddleSnapState(t1, snap, _this.$ti._eval$1("MiddleSnapState<1>"))); + snap0 = t1; + } snap = snap0 == null ? snap : snap0; t1 = snap; } else t1 = snap; - _this.oldSnap = A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_); - t2 = t1._connectionState; - if (t2 === B.ConnectionState_1) { - if (A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_)._connectionState === B.ConnectionState_1) + t2 = _this.__InjectedBaseState__reactiveModelState_A; + t3 = t2.__ReactiveModelBase___snapState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + _this.oldSnap = t3; + t4 = t1._connectionState; + if (t4 === B.ConnectionState_1) { + if (t3._connectionState === B.ConnectionState_1) return _null; - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).set$_snapState(t1); + t2.set$_snapState(t1); _this.onSetState.call$1(t1); } else { - t3 = t1.error; - if (t3 != null) { - if (J.$eq$(t3, A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_).error)) + t2 = t1.error; + if (t2 != null) { + if (J.$eq$(t2, t3.error)) return _null; - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).set$_snapState(t1); + _this.__InjectedBaseState__reactiveModelState_A.set$_snapState(t1); _this.onSetState.call$1(t1); } else if (t1.get$hasData()) { - if (t1._isImmutable === true && t1.$eq(0, A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_))) + if (t1._isImmutable === true) { + t2 = _this.__InjectedBaseState__reactiveModelState_A.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.$eq(0, t2); + } else + t2 = false; + if (t2) return _null; - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).set$_snapState(t1); + _this.__InjectedBaseState__reactiveModelState_A.set$_snapState(t1); _this.onSetState.call$1(t1); - t3 = _this.undoRedoPersistState; - if (t3 != null) - t3.call$2(t1, _this); - } else if (t2 === B.ConnectionState_0) { - t3 = _this.undoRedoPersistState; - if (t3 != null) - t3.call$2(t1, _this); + t2 = _this.undoRedoPersistState; + if (t2 != null) + t2.call$2(t1, _this); + } else if (t4 === B.ConnectionState_0) { + t2 = _this.undoRedoPersistState; + if (t2 != null) + t2.call$2(t1, _this); } } - if (A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._removeFromInjectedList == null && t2 !== B.ConnectionState_0) - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._removeFromInjectedList = A.addToInjectedModels(_this); + t2 = _this.__InjectedBaseState__reactiveModelState_A; + if (t2._removeFromInjectedList == null && t4 !== B.ConnectionState_0) + t2._removeFromInjectedList = A.addToInjectedModels(_this); return t1; }, middleSnap$1(snap) { @@ -477357,14 +492064,17 @@ }, notify$0() { this.super$InjectedBaseState$notify(); - var t1 = A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, "_reactiveModelState"); - this.onSetState.call$1(A._lateReadCheck(t1.__ReactiveModelBase___snapState, "__snapState")); + var t1 = this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.onSetState.call$1(t1); }, - dispose$0(_) { - var t1, t2, _this = this, - _s19_ = "_reactiveModelState", - _s11_ = "__snapState"; - if (!A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._rm$_isDisposed) { + dispose$0() { + var t2, t3, _this = this, + t1 = _this.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1._rm$_isDisposed) { t1 = _this.onDisposed; if (t1 != null) t1.call$1(_this.get$_rm$_state()); @@ -477377,22 +492087,35 @@ t1._redoQueue.clear$0(0); } t1 = _this.$ti._precomputed1; - if (t1._is(null) || A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_).data != null) { + if (!t1._is(null)) { + t2 = _this.__InjectedBaseState__reactiveModelState_A.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.data != null; + } else + t2 = true; + if (t2) { t2 = _this.undoRedoPersistState; if (t2 != null) t2.persistOnDispose$1(_this.get$_rm$_state()); } - A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_); - A.SnapState$_nothing(A._lateReadCheck(A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_).data, "DISPOSING...", _this.debugPrintWhenNotifiedPreMessage, t1); - t1 = A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._removeFromInjectedList; + t2 = _this.__InjectedBaseState__reactiveModelState_A; + t3 = t2.__ReactiveModelBase___snapState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + A.SnapState$_nothing(t3.data, "DISPOSING...", _this.debugPrintWhenNotifiedPreMessage, t1); + t1 = t2._removeFromInjectedList; if (t1 != null) t1.call$0(); - A._lateReadCheck(_this.__InjectedBaseState__reactiveModelState, _s19_)._removeFromInjectedList = null; - _this.super$InjectedBaseState$dispose(0); + _this.__InjectedBaseState__reactiveModelState_A._removeFromInjectedList = null; + _this.super$InjectedBaseState$dispose(); } }, toString$0(_) { - return "Injected#" + A.Primitives_objectHashCode(this) + "(" + A.S(A._lateReadCheck(A._lateReadCheck(this.__InjectedBaseState__reactiveModelState, "_reactiveModelState").__ReactiveModelBase___snapState, "__snapState")) + ")"; + var t1 = A.Primitives_objectHashCode(this), + t2 = this.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return "Injected#" + t1 + "(" + t2.toString$0(0) + ")"; } }; A.InjectedImp_initialize_closure.prototype = { @@ -477400,14 +492123,11 @@ this._box_1.isInitializing = true; return this.$this.middleCreator$2(crt, this.creatorMock); }, - $signature: 2896 + $signature: 2937 }; A.InjectedImp_initialize_closure0.prototype = { call$1(snap) { - var t2, t3, _this = this, - _s19_ = "_reactiveModelState", - _s11_ = "__snapState", - t1 = {}; + var t2, t3, _this = this, t1 = {}; t1.snap = snap; t2 = _this._box_1; if (t2.isInitializing) { @@ -477416,15 +492136,22 @@ if (type$.ChangeNotifier._is(t2)) { t3 = _this.$this; t2.addListener$1(0, t3.get$notify()); - A._lateReadCheck(t3.__InjectedBaseState__reactiveModelState, _s19_).get$listeners().addCleaner$1(new A.InjectedImp_initialize__closure(t1, t3)); + t2 = t3.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.get$listeners().addCleaner$1(new A.InjectedImp_initialize__closure(t1, t3)); return t1.snap; } t2 = _this.$this; - if (A._lateReadCheck(A._lateReadCheck(t2.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_)._infoMessage === "RECOMPUTING...") + t3 = t2.__InjectedBaseState__reactiveModelState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.__ReactiveModelBase___snapState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._infoMessage; + if (t3 === "RECOMPUTING...") return t2.middleSnap$1(snap); - if (A._lateReadCheck(A._lateReadCheck(t2.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_)._infoMessage === "REFRESHING...") - return t2.middleSnap$1(snap.get$hasData() ? snap._copyToIsIdle$0() : A.SnapStateX_copyWith(snap, A._lateReadCheck(t2.__InjectedBaseState__reactiveModelState, _s19_)._initialState, null, t2.$ti._precomputed1)); - else if (A._lateReadCheck(A._lateReadCheck(t2.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_)._infoMessage !== "INITIALIZING...") + if (t3 === "REFRESHING...") + return t2.middleSnap$1(snap.get$hasData() ? snap._copyToIsIdle$0() : A.SnapStateX_copyWith(snap, t2.__InjectedBaseState__reactiveModelState_A._initialState, null, t2.$ti._precomputed1)); + else if (t3 !== "INITIALIZING...") return t2.middleSnap$1(snap); if (snap.get$hasData()) { snap = snap._copyToIsIdle$1$isActive(false); @@ -477432,7 +492159,7 @@ t1 = snap; } else t1 = snap; - t3 = A._lateReadCheck(t2.__InjectedBaseState__reactiveModelState, _s19_); + t3 = t2.__InjectedBaseState__reactiveModelState_A; t2 = t2.middleSnap$1(t1); t3.set$_snapState(t2 == null ? t1 : t2); return null; @@ -477467,10 +492194,10 @@ A.ReactiveModel.prototype = { get$rebuild() { var _this = this, - value = _this.__ReactiveModel_rebuild; + value = _this.__ReactiveModel_rebuild_FI; if (value === $) { - A._lateInitializeOnceCheck(value, "rebuild"); - value = _this.__ReactiveModel_rebuild = new A._Rebuild(_this, _this.$ti._eval$1("_Rebuild<1>")); + value !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__ReactiveModel_rebuild_FI = new A._Rebuild(_this, _this.$ti._eval$1("_Rebuild<1>")); } return value; }, @@ -477481,15 +492208,21 @@ A.ReactiveModelBase.prototype = { set$_snapState(snap) { var _this = this, - _s11_ = "__snapState"; - if (!snap.$eq(0, A._lateReadCheck(_this.__ReactiveModelBase___snapState, _s11_))) - _this.__ReactiveModelBase__oldSnapState = A._lateReadCheck(_this.__ReactiveModelBase___snapState, _s11_); - _this.__ReactiveModelBase___snapState = snap; + t1 = _this.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!snap.$eq(0, t1)) + _this.__ReactiveModelBase__oldSnapState_A = _this.__ReactiveModelBase___snapState_A; + _this.__ReactiveModelBase___snapState_A = snap; }, set$setSnapStateAndRebuild(snap) { - var _this = this, + var t2, _this = this, t1 = snap == null; - _this._completeCompleter$1(t1 ? A._lateReadCheck(_this.__ReactiveModelBase___snapState, "__snapState") : snap); + if (t1) { + t2 = _this.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = snap; + _this._completeCompleter$1(t2); if (t1) return; _this.set$_snapState(snap); @@ -477497,15 +492230,15 @@ }, get$listeners() { var t1, t2, t3, t4, _this = this, - value = _this.__ReactiveModelBase_listeners; + value = _this.__ReactiveModelBase_listeners_FI; if (value === $) { t1 = _this.$ti; t2 = t1._eval$1("JSArray<~(SnapState<1>?)>"); t3 = A._setArrayType([], t2); t4 = A._setArrayType([], type$.JSArray_of_void_Function); t2 = A._setArrayType([], t2); - A._lateInitializeOnceCheck(_this.__ReactiveModelBase_listeners, "listeners"); - value = _this.__ReactiveModelBase_listeners = new A.ReactiveModelListener(t3, t4, t2, t1._eval$1("ReactiveModelListener<1>")); + _this.__ReactiveModelBase_listeners_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.__ReactiveModelBase_listeners_FI = new A.ReactiveModelListener(t3, t4, t2, t1._eval$1("ReactiveModelListener<1>")); } return value; }, @@ -477538,10 +492271,14 @@ } }, setToHasData$2$data$middleSnap(data, middleSnap) { - this.set$setSnapStateAndRebuild(middleSnap.call$1(A._lateReadCheck(this.__ReactiveModelBase___snapState, "__snapState")._copyToHasData$1(data))); + var t1 = this.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.set$setSnapStateAndRebuild(middleSnap.call$1(t1._copyToHasData$1(data))); }, setToHasError$4$error$middleSnap$refresher$stackTrace(error, middleSnap, refresher, stackTrace) { - this.set$setSnapStateAndRebuild(middleSnap.call$1(A._lateReadCheck(this.__ReactiveModelBase___snapState, "__snapState")._copyToHasError$3$stackTrace(error, refresher, stackTrace))); + var t1 = this.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.set$setSnapStateAndRebuild(middleSnap.call$1(t1._copyToHasError$3$stackTrace(error, refresher, stackTrace))); }, setStateFn$4$isWaitingForAsyncTask$middleState$onDone(fn, isWaitingForAsyncTask, middleState, onDone) { var $call, t1 = {}; @@ -477554,8 +492291,10 @@ return this.setStateFn$4$isWaitingForAsyncTask$middleState$onDone(fn, null, middleState, onDone); }, _streamSubscription$3(stream, middleState, refresher) { - var t1, _this = this; - if (A._lateReadCheck(_this.__ReactiveModelBase___snapState, "__snapState")._connectionState !== B.ConnectionState_1) { + var _this = this, + t1 = _this.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1._connectionState !== B.ConnectionState_1) { t1 = _this._endStreamCompleter; if ((t1 == null ? null : (t1.future._state & 30) !== 0) === false) t1.complete$0(0); @@ -477568,7 +492307,7 @@ _this.subscription = stream.listen$3$onDone$onError(0, new A.ReactiveModelBase__streamSubscription_closure(_this, middleState), new A.ReactiveModelBase__streamSubscription_closure0(_this), new A.ReactiveModelBase__streamSubscription_closure1(_this, middleState, refresher)); return _this._endStreamCompleter.future; }, - dispose$0(_) { + dispose$0() { var _this = this; _this._rm$_isDisposed = true; _this._cancelSubscription$0(); @@ -477609,7 +492348,7 @@ $call$body$ReactiveModelBase_setStateFn_closure($async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, _stream, result, dataFuture, data, err, s, t1, t2, t3, isWaitingForAsyncTask, t4, t5, exception, $async$exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, _stream, result, dataFuture, data, err, s, t1, t2, t3, t4, isWaitingForAsyncTask, t5, exception, $async$exception; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -477626,16 +492365,20 @@ t2 = $async$self.$this; t3 = t2.initializer; t3.call$0(); - if (A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState")._infoMessage !== "RECOMPUTING...") { + t4 = t2.__ReactiveModelBase___snapState_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4._infoMessage !== "RECOMPUTING...") { t3.call$0(); - isWaitingForAsyncTask = A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState")._connectionState === B.ConnectionState_1; + isWaitingForAsyncTask = t2.__ReactiveModelBase___snapState_A._connectionState === B.ConnectionState_1; } else isWaitingForAsyncTask = false; t1.isWaitingForAsyncTask = isWaitingForAsyncTask; } t2 = $async$self.$this; t2.initializer.call$0(); - result = $async$self.fn.call$1(A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState").data); + t3 = t2.__ReactiveModelBase___snapState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + result = $async$self.fn.call$1(t3.data); t3 = type$.Future_dynamic; if (t3._is(result)) _stream = result.asStream$0(); @@ -477650,9 +492393,11 @@ t4.toString; t5 = $async$self.middleState; dataFuture = t2._streamSubscription$3(t4, t5, new A.ReactiveModelBase_setStateFn__closure($async$self.$call)); - if (A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState")._connectionState !== B.ConnectionState_1 ? !$async$self.skipWaiting : t1) { + t4 = t2.__ReactiveModelBase___snapState_A; + if (t4._connectionState !== B.ConnectionState_1 ? !$async$self.skipWaiting : t1) { + t1 = $async$self.debugMessage; t1 = t3._is(result) ? "FUTURE" : "STREAM"; - t2.set$setSnapStateAndRebuild(t5.call$1(A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState")._copyToIsWaiting$1$infoMessage(t1))); + t2.set$setSnapStateAndRebuild(t5.call$1(t4._copyToIsWaiting$1$infoMessage(t1))); } $async$goto = 9; return A._asyncAwait(dataFuture, $async$call$0); @@ -477666,9 +492411,9 @@ $async$goto = 1; break; } - t1 = $async$self.onDone.call$1(A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState")._copyWith$2$infoMessage$isDone("", true)); - t2.set$_snapState(t1 == null ? A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState") : t1); - t1 = A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState"); + t1 = $async$self.onDone.call$1(t2.__ReactiveModelBase___snapState_A._copyWith$2$infoMessage$isDone("", true)); + t2.set$_snapState(t1 == null ? t2.__ReactiveModelBase___snapState_A : t1); + t1 = t2.__ReactiveModelBase___snapState_A; $async$returnValue = t1; // goto return $async$goto = 1; @@ -477679,7 +492424,7 @@ t1.toString; t3 = t2.$ti; if (t1) - t2.set$setSnapStateAndRebuild(A.SnapStateX_copyWith(A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState"), result, null, t3._precomputed1)); + t2.set$setSnapStateAndRebuild(A.SnapStateX_copyWith(t2.__ReactiveModelBase___snapState_A, result, null, t3._precomputed1)); else { t2.setToHasData$2$data$middleSnap(result, $async$self.middleState); t1 = A.Future_Future$sync(new A.ReactiveModelBase_setStateFn__closure1(t2), t3._eval$1("SnapState<1>")); @@ -477688,7 +492433,7 @@ $async$goto = 1; break; } - t1 = A._lateReadCheck(t2.__ReactiveModelBase___snapState, "__snapState"); + t1 = t2.__ReactiveModelBase___snapState_A; $async$returnValue = t1; // goto return $async$goto = 1; @@ -477709,7 +492454,9 @@ } t1 = $async$self.$this; t1.setToHasError$4$error$middleSnap$refresher$stackTrace(err, $async$self.middleState, $async$self.$call._readLocal$0(), s); - $async$returnValue = A._lateReadCheck(t1.__ReactiveModelBase___snapState, "__snapState"); + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $async$returnValue = t1; // goto return $async$goto = 1; break; @@ -477753,7 +492500,9 @@ }; A.ReactiveModelBase_setStateFn__closure1.prototype = { call$0() { - return A._lateReadCheck(this.$this.__ReactiveModelBase___snapState, "__snapState"); + var t1 = this.$this.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, $signature() { return this.$this.$ti._eval$1("SnapState<1>()"); @@ -477773,7 +492522,7 @@ } else t1.setToHasData$2$data$middleSnap(data, this.middleState); }, - $signature: 91 + $signature: 100 }; A.ReactiveModelBase__streamSubscription_closure1.prototype = { call$2(err, s) { @@ -477790,7 +492539,7 @@ if (!t2) t1.complete$0(0); }, - $signature: 188 + $signature: 235 }; A.ReactiveModelBase__streamSubscription_closure0.prototype = { call$0() { @@ -477829,8 +492578,8 @@ var t1, t2, t3, _i; for (t1 = this._cleaners, t2 = A.List_List$of(t1, true, type$.void_Function), t3 = t2.length, _i = 0; _i < t3; ++_i) t2[_i].call$0(); - B.JSArray_methods.set$length(t1, 0); - B.JSArray_methods.set$length(this._sideEffectListeners, 0); + B.JSArray_methods.clear$0(t1); + B.JSArray_methods.clear$0(this._sideEffectListeners); } }; A.ReactiveModelListener_addListenerForRebuild_closure0.prototype = { @@ -477977,34 +492726,39 @@ }; A._StateBuilderBaseState.prototype = { get$removeFromContextSet() { - return A._lateReadCheck(this.___StateBuilderBaseState_removeFromContextSet, "removeFromContextSet"); + var t1 = this.___StateBuilderBaseState_removeFromContextSet_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; }, initState$0() { var t1, t2, _this = this; _this.super$State$initState(); t1 = _this._widget; t2 = t1.widget; - _this.___StateBuilderBaseState__builder = t1.initState.call$2(t2, new A._StateBuilderBaseState_initState_closure(_this)); + _this.___StateBuilderBaseState__builder_A = t1.initState.call$2(t2, new A._StateBuilderBaseState_initState_closure(_this)); _this._isMounted = false; }, didChangeDependencies$0() { - var cachedAddToObs, t1, t2, _this = this, - _s8_ = "_builder"; + var cachedAddToObs, t1, t2, _this = this; _this.super$State$didChangeDependencies(); cachedAddToObs = $.OnReactiveState_addToObs; $.OnReactiveState_addToObs = null; if (!_this._isMounted) { t1 = _this._framework$_element; t1.toString; - _this.___StateBuilderBaseState_removeFromContextSet = A.addToContextSet(t1); - t1 = A._lateReadCheck(_this.___StateBuilderBaseState__builder, _s8_).mountedState; + _this.___StateBuilderBaseState_removeFromContextSet_A = A.addToContextSet(t1); + t1 = _this.___StateBuilderBaseState__builder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.mountedState; t2 = _this._framework$_element; t2.toString; t1.call$1(t2); $.OnReactiveState_addToObs = cachedAddToObs; _this._isMounted = true; } - A._lateReadCheck(_this.___StateBuilderBaseState__builder, _s8_).toString; + t1 = _this.___StateBuilderBaseState__builder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.toString; $.OnReactiveState_addToObs = cachedAddToObs; }, didUpdateWidget$1(oldWidget) { @@ -478012,26 +492766,31 @@ _this.super$State$didUpdateWidget(oldWidget); cachedAddToObs = $.OnReactiveState_addToObs; $.OnReactiveState_addToObs = null; - t1 = A._lateReadCheck(_this.___StateBuilderBaseState__builder, "_builder").didUpdateWidget; + t1 = _this.___StateBuilderBaseState__builder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.didUpdateWidget; t2 = _this._framework$_element; t2.toString; t1.call$3(t2, oldWidget.widget, _this._widget.widget); $.OnReactiveState_addToObs = cachedAddToObs; }, - dispose$0(_) { - var _this = this, - t1 = A._lateReadCheck(_this.___StateBuilderBaseState__builder, "_builder").dispose, - t2 = _this._framework$_element; + dispose$0() { + var t2, _this = this, + t1 = _this.___StateBuilderBaseState__builder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.dispose; + t2 = _this._framework$_element; t2.toString; t1.call$1(t2); _this.removeFromContextSet$0(); - _this.super$State$dispose(0); + _this.super$State$dispose(); }, - build$1(_, context) { + build$1(context) { var t1, t2; this.cachedAddToObs = $.OnReactiveState_addToObs; $.OnReactiveState_addToObs = null; - t1 = A._lateReadCheck(this.___StateBuilderBaseState__builder, "_builder"); + t1 = this.___StateBuilderBaseState__builder_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = this._widget.widget; return t1.builder.call$2(context, t2); }, @@ -478054,7 +492813,7 @@ $signature: 0 }; A.LifeCycleHooks.prototype = { - dispose$0($receiver) { + dispose$0() { return this.dispose.call$0(); } }; @@ -478075,18 +492834,12 @@ A.ExtendedState.prototype = {}; A.OnBuilder.prototype = { OnBuilder$8$builder$debugPrintWhenRebuild$key$listenTo$listenToMany$shouldRebuild$sideEffects$watch(builder, debugPrintWhenRebuild, key, listenTo, listenToMany, shouldRebuild, sideEffects, watch, $T) { - A._lateWriteOnceCheck(this.__OnBuilder_onBuilder, "onBuilder"); - this.__OnBuilder_onBuilder = new A._On(new A.OnBuilder_closure(builder, $T), $T._eval$1("_On<0>")); + this.__OnBuilder_onBuilder_F !== $ && A.throwUnnamedLateFieldAI(); + this.__OnBuilder_onBuilder_F = new A._On(new A.OnBuilder_closure(builder, $T), $T._eval$1("_On<0>")); }, - build$1(_, context) { - var t1, on, t2, t3, t4, _this = this, _null = null, - _s9_ = "onBuilder"; - A._lateReadCheck(_this.__OnBuilder_onBuilder, _s9_).toString; - t1 = A._lateReadCheck(_this.__OnBuilder_onBuilder, _s9_); - t1.toString; - A._lateReadCheck(_this.__OnBuilder_onBuilder, _s9_).toString; - A._lateReadCheck(_this.__OnBuilder_onBuilder, _s9_).toString; - A._lateReadCheck(_this.__OnBuilder_onBuilder, _s9_).toString; + build$1(context) { + var on, t1, t2, t3, t4, _this = this, _null = null; + _this.__OnBuilder_onBuilder_F === $ && A.throwUnnamedLateFieldNI(); on = A.On_On$or(_null, _null, _null, _null, new A.OnBuilder_build_closure(_this), type$.Widget); t1 = _this.sideEffects; t2 = t1.onSetState != null ? A.On_On(new A.OnBuilder_build_closure0(_this), type$.void) : _null; @@ -478107,18 +492860,22 @@ A.OnBuilder_build_closure.prototype = { call$0() { var t1 = this.$this, - t2 = A._lateReadCheck(t1.__OnBuilder_onBuilder, "onBuilder"); - t1 = t1.listenTo.get$_rm$_state(); - return t2.orElse.call$1(t1); + t2 = t1.__OnBuilder_onBuilder_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return t2.orElse.call$1(t1.listenTo.get$_rm$_state()); }, - $signature: 746 + $signature: 788 }; A.OnBuilder_build_closure0.prototype = { call$0() { var t1 = this.$this, t2 = t1.sideEffects.onSetState; t2.toString; - return t2.call$1(A._lateReadCheck(A._lateReadCheck(t1.listenTo.__InjectedBaseState__reactiveModelState, "_reactiveModelState").__ReactiveModelBase___snapState, "__snapState")); + t1 = t1.listenTo.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t2.call$1(t1); }, $signature: 0 }; @@ -478131,21 +492888,26 @@ }; A.OnBuilder_build_closure2.prototype = { call$1(snap) { - var _s19_ = "_reactiveModelState", + var t3, t1 = this.$this, t2 = t1.shouldRebuild; t2.toString; - t1 = t1.listenTo; - return t2.call$2(A._lateReadCheck(A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase__oldSnapState, "_oldSnapState"), A._lateReadCheck(A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, "__snapState")); + t1 = t1.listenTo.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.__ReactiveModelBase__oldSnapState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t2.call$2(t3, t1); }, - $signature: 2897 + $signature: 2938 }; A.SideEffects.prototype = { SideEffects$4$dispose$initState$onAfterBuild$onSetState(dispose, initState, onAfterBuild, onSetState, $T) { if (onAfterBuild != null) this._onAfterBuild = new A.SideEffects_closure(onAfterBuild); }, - dispose$0($receiver) { + dispose$0() { return this.dispose.call$0(); } }; @@ -478160,7 +492922,7 @@ call$1(_) { return this.onAfterBuild.call$0(); }, - $signature: 24 + $signature: 19 }; A._On.prototype = {}; A.OnX_listenTo_closure.prototype = { @@ -478174,16 +492936,15 @@ inj.initialize$0(0); return new A.LifeCycleHooks(new A.OnX_listenTo__closure(t1, inj, disposer, _this.shouldRebuild, inj, _this.watch, _this._this, _this.onSetState, _this.onAfterBuild, setState, _this.debugPrintWhenRebuild, _this.initState, t2), new A.OnX_listenTo__closure0(_this.dispose, disposer), new A.OnX_listenTo__closure1(), new A.OnX_listenTo__closure2(inj), type$.LifeCycleHooks__OnWidget_Widget); }, - $signature: 2898 + $signature: 2939 }; A.OnX_listenTo__closure.prototype = { call$1(_) { var t3, _this = this, - _s19_ = "_reactiveModelState", t1 = _this.inj, - t2 = A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_); - t2.toString; - t2 = A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_).get$listeners(); + t2 = t1.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.get$listeners(); t3 = _this.onAfterBuild; _this.disposer.__late_helper$_value = t2.addListenerForRebuild$2$clean(new A.OnX_listenTo___closure(_this._box_0, _this.shouldRebuild, _this.injected, _this.watch, _this._this, _this.onSetState, t3, _this.setState, _this.debugPrintWhenRebuild, _this.T), new A.OnX_listenTo___closure0(t1)); t2 = _this.initState; @@ -478191,22 +492952,34 @@ t2.call$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.OnX_listenTo___closure1(t3, t1)); }, - $signature: 729 + $signature: 795 }; A.OnX_listenTo___closure.prototype = { call$1(snap) { - var t2, _this = this, - _s19_ = "_reactiveModelState", - _s11_ = "__snapState", + var t2, t3, _this = this, t1 = _this.shouldRebuild; - if (t1 != null && !t1.call$1(A._lateReadCheck(A._lateReadCheck(_this.injected.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_))) + if (t1 != null) { + t2 = _this.injected.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = !t1.call$1(t2); + t1 = t2; + } else + t1 = false; + if (t1) return; t1 = _this.injected; if (!A.OnX__canRebuild(_this._this, t1)) return; t2 = _this.onSetState; - if (t2 != null) - t2.call$1(A._lateReadCheck(A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, _s11_)); + if (t2 != null) { + t3 = t1.__InjectedBaseState__reactiveModelState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.__ReactiveModelBase___snapState_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.call$1(t3); + } $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.OnX_listenTo____closure(_this.onAfterBuild, t1)); _this.setState.call$0(); }, @@ -478216,25 +492989,37 @@ }; A.OnX_listenTo____closure.prototype = { call$1(_) { - var t1 = this.onAfterBuild; - if (t1 != null) - t1.call$1(A._lateReadCheck(A._lateReadCheck(this.injected.__InjectedBaseState__reactiveModelState, "_reactiveModelState").__ReactiveModelBase___snapState, "__snapState")); + var t2, + t1 = this.onAfterBuild; + if (t1 != null) { + t2 = this.injected.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.call$1(t2); + } }, - $signature: 24 + $signature: 19 }; A.OnX_listenTo___closure0.prototype = { call$0() { - return this.inj.dispose$0(0); + return this.inj.dispose$0(); }, $signature: 0 }; A.OnX_listenTo___closure1.prototype = { call$1(_) { - var t1 = this.onAfterBuild; - if (t1 != null) - t1.call$1(A._lateReadCheck(A._lateReadCheck(this.inj.__InjectedBaseState__reactiveModelState, "_reactiveModelState").__ReactiveModelBase___snapState, "__snapState")); + var t2, + t1 = this.onAfterBuild; + if (t1 != null) { + t2 = this.inj.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.__ReactiveModelBase___snapState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.call$1(t2); + } }, - $signature: 24 + $signature: 19 }; A.OnX_listenTo__closure0.prototype = { call$1(_) { @@ -478243,28 +493028,36 @@ t1.call$0(); this.disposer._readLocal$0().call$0(); }, - $signature: 729 + $signature: 795 }; A.OnX_listenTo__closure1.prototype = { call$3(context, oldWidget, newWidget) { - var _s19_ = "_reactiveModelState", + var t2, newInj = newWidget.inject, - oldInj = oldWidget.inject; - if (A._lateReadCheck(newInj.__InjectedBaseState__reactiveModelState, _s19_) != A._lateReadCheck(oldInj.__InjectedBaseState__reactiveModelState, _s19_)) { - A._lateReadCheck(newInj.__InjectedBaseState__reactiveModelState, _s19_).dispose$0(0); - newInj.__InjectedBaseState__reactiveModelState = A._lateReadCheck(oldInj.__InjectedBaseState__reactiveModelState, _s19_); + oldInj = oldWidget.inject, + t1 = newInj.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = oldInj.__InjectedBaseState__reactiveModelState_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t1 !== t2) { + t1.dispose$0(); + newInj.__InjectedBaseState__reactiveModelState_A = oldInj.__InjectedBaseState__reactiveModelState_A; newInj.undoRedoPersistState = oldInj.undoRedoPersistState; } }, - $signature: 2900 + $signature: 2941 }; A.OnX_listenTo__closure2.prototype = { call$2(ctx, widget) { - var t1 = widget.on.call$2(A._lateReadCheck(A._lateReadCheck(this.injected.__InjectedBaseState__reactiveModelState, "_reactiveModelState").__ReactiveModelBase___snapState, "__snapState"), false); + var t1 = this.injected.__InjectedBaseState__reactiveModelState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__ReactiveModelBase___snapState_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = widget.on.call$2(t1, false); t1.toString; return t1; }, - $signature: 2901 + $signature: 2942 }; A._OnWidget.prototype = {}; A.On.prototype = { @@ -478481,11 +493274,11 @@ DocumentComposer$2$imeConfiguration$initialSelection(imeConfiguration, initialSelection) { this._preferences.addListener$1(0, new A.DocumentComposer_closure(this)); }, - dispose$0(_) { + dispose$0() { var t1 = this._preferences; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, set$selection(newSelection) { var _this = this; @@ -478558,19 +493351,9 @@ return A.IterableExtension_firstWhereOrNull(this._nodes, new A.MutableDocument_getNode_closure(position)); }, getRangeBetween$2(position1, position2) { - var t1, index1, node2, t2, - _s30_ = "No such position in document: ", - node1 = this.getNode$1(position1); - if (node1 == null) - throw A.wrapException(A.Exception_Exception(_s30_ + A.S(position1))); - t1 = this._nodes; - index1 = B.JSArray_methods.indexOf$1(t1, node1); - node2 = this.getNode$1(position2); - if (node2 == null) - throw A.wrapException(A.Exception_Exception(_s30_ + A.S(position2))); - t1 = index1 < B.JSArray_methods.indexOf$1(t1, node2); - t2 = t1 ? position1 : position2; - return new A.DocumentRange(t2, t1 ? position2 : position1); + var affinity = A._InitializedCell$named("affinity", new A.MutableDocument_getRangeBetween_closure(this, position1, position2)), + t1 = J.$eq$(affinity._read$0(), B.TextAffinity_1) ? position1 : position2; + return new A.DocumentRange(t1, J.$eq$(affinity._read$0(), B.TextAffinity_1) ? position2 : position1); }, getNodesInside$2(position1, position2) { var t1, index1, node2, index2, @@ -478647,13 +493430,19 @@ call$1(element) { return element.get$id(element) == this.nodeId; }, - $signature: 504 + $signature: 523 }; A.MutableDocument_getNode_closure.prototype = { call$1(element) { return element.get$id(element) == this.position.nodeId; }, - $signature: 504 + $signature: 523 + }; + A.MutableDocument_getRangeBetween_closure.prototype = { + call$0() { + return A.InspectDocumentAffinity_getAffinityBetween(this.$this, this.position1, this.position2); + }, + $signature: 2944 }; A._MutableDocument_Object_ChangeNotifier.prototype = {}; A.DocumentComponent.prototype = { @@ -478748,24 +493537,6 @@ return this.copyWith$2$base$extent(null, extent); } }; - A.DocumentNodeSelection.prototype = { - $eq(_, other) { - var t1, _this = this; - if (other == null) - return false; - if (_this !== other) - t1 = other instanceof A.DocumentNodeSelection && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && J.$eq$(_this.nodeSelection, other.nodeSelection); - else - t1 = true; - return t1; - }, - get$hashCode(_) { - return (J.get$hashCode$(this.nodeId) ^ J.get$hashCode$(this.nodeSelection)) >>> 0; - }, - toString$0(_) { - return '[DocumentNodeSelection] - node: "' + A.S(this.nodeId) + '", selection: (' + A.S(this.nodeSelection) + ")"; - } - }; A.EditContext.prototype = {}; A.Stylesheet.prototype = {}; A.StyleRule.prototype = {}; @@ -478828,7 +493599,22 @@ return J.get$hashCode$(_this.left) ^ J.get$hashCode$(_this.right) ^ J.get$hashCode$(_this.top) ^ J.get$hashCode$(_this.bottom); } }; - A.SelectionStyles.prototype = {}; + A.SelectionStyles.prototype = { + $eq(_, other) { + var t1; + if (other == null) + return false; + if (this !== other) + t1 = other instanceof A.SelectionStyles && A.getRuntimeType(this) === A.getRuntimeType(other) && B.Color_4289515255.$eq(0, B.Color_4289515255) && true; + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var t1 = B.JSInt_methods.get$hashCode(4289515255); + return t1 ^ 519018; + } + }; A.LinkAttribution.prototype = { get$id(_) { return "link"; @@ -478879,7 +493665,7 @@ textAlign = B.TextAlign_3; break; } - return A.BlockquoteComponentViewModel$(B.Color_0, B.BorderRadius_tLn, _null, B.Color_0, false, _null, node.id, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); + return A.BlockquoteComponentViewModel$(B.Color_0, B.BorderRadius_tLn, false, _null, node.id, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); }, createComponent$2(componentContext, componentViewModel) { var t1, t2, t3, t4; @@ -478889,18 +493675,20 @@ t2 = componentViewModel.textStyleBuilder; t3 = componentViewModel.backgroundColor; t4 = componentViewModel.borderRadius; - return new A.BlockquoteComponent(componentContext.componentKey, t1, t2, componentViewModel.selection, componentViewModel.selectionColor, t3, t4, componentViewModel.caret != null, componentViewModel.caretColor, componentViewModel.highlightWhenEmpty, null); + return new A.BlockquoteComponent(componentContext.componentKey, t1, t2, componentViewModel.selection, componentViewModel.selectionColor, t3, t4, componentViewModel.highlightWhenEmpty, null); }, $isComponentBuilder: 1 }; A.BlockquoteComponentViewModel.prototype = { applyStyles$1(styles) { - var t1 = styles.$index(0, "backgroundColor"); + var t1; + this.super$_BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel$applyStyles(styles); + t1 = styles.$index(0, "backgroundColor"); this.backgroundColor = t1 == null ? B.Color_0 : t1; t1 = styles.$index(0, "borderRadius"); this.borderRadius = t1 == null ? B.BorderRadius_tLn : t1; }, - copy$0(_) { + copy$0() { var _this = this, t1 = _this.maxWidth, t2 = _this.padding, @@ -478909,38 +493697,34 @@ t5 = _this.borderRadius, t6 = _this.selection, t7 = _this.selectionColor; - return A.BlockquoteComponentViewModel$(t4, t5, _this.caret, _this.caretColor, _this.highlightWhenEmpty, t1, _this.nodeId, t2, t6, t7, _this.text, _this.textAlignment, _this.textDirection, t3); + return A.BlockquoteComponentViewModel$(t4, t5, _this.highlightWhenEmpty, t1, _this.nodeId, t2, t6, t7, _this.text, _this.textAlignment, _this.textDirection, t3); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.BlockquoteComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && _this.text.$eq(0, other.text) && J.$eq$(_this.textStyleBuilder, other.textStyleBuilder) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && _this.backgroundColor.$eq(0, other.backgroundColor) && _this.borderRadius.$eq(0, other.borderRadius) && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && J.$eq$(_this.caret, other.caret) && _this.caretColor.$eq(0, other.caretColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.BlockquoteComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && J.$eq$(_this.text, other.text) && J.$eq$(_this.textStyleBuilder, other.textStyleBuilder) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && _this.backgroundColor.$eq(0, other.backgroundColor) && _this.borderRadius.$eq(0, other.borderRadius) && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; else t1 = true; return t1; }, get$hashCode(_) { - var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, + var t8, t9, t10, t11, _this = this, t1 = A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this), t2 = J.get$hashCode$(_this.nodeId), - t3 = _this.text, - t4 = J.get$hashCode$(t3.text); - t3 = A.Primitives_objectHashCode(t3.spans.markers); - t5 = J.get$hashCode$(_this.textStyleBuilder); - t6 = A.Primitives_objectHashCode(_this.textDirection); - t7 = A.Primitives_objectHashCode(_this.textAlignment); - t8 = _this.backgroundColor; + t3 = J.get$hashCode$(_this.text), + t4 = J.get$hashCode$(_this.textStyleBuilder), + t5 = A.Primitives_objectHashCode(_this.textDirection), + t6 = A.Primitives_objectHashCode(_this.textAlignment), + t7 = _this.backgroundColor; + t7 = t7.get$hashCode(t7); + t8 = _this.borderRadius; t8 = t8.get$hashCode(t8); - t9 = _this.borderRadius; - t9 = t9.get$hashCode(t9); - t10 = J.get$hashCode$(_this.selection); - t11 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); - t12 = J.get$hashCode$(_this.caret); - t13 = B.JSInt_methods.get$hashCode(_this.caretColor.value); - t14 = _this.highlightWhenEmpty ? 519018 : 218159; - return (t1 ^ t2 ^ t4 ^ t3 ^ t5 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11 ^ t12 ^ t13 ^ t14) >>> 0; + t9 = J.get$hashCode$(_this.selection); + t10 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); + t11 = _this.highlightWhenEmpty ? 519018 : 218159; + return (t1 ^ t2 ^ t3 ^ t4 ^ t5 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11) >>> 0; }, set$selection(val) { return this.selection = val; @@ -478948,20 +493732,14 @@ set$selectionColor(val) { return this.selectionColor = val; }, - set$caret(val) { - return this.caret = val; - }, - set$caretColor(val) { - return this.caretColor = val; - }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; } }; A.BlockquoteComponent.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null; - return A.Container$(_null, A.TextComponent$(_this.caretColor, _this.highlightWhenEmpty, _this.textKey, B.Map_empty4, _this.selectionColor, _this.showCaret, false, _this.text, _null, _null, _this.textSelection, _this.styleBuilder), B.Clip_0, _null, _null, new A.BoxDecoration(_this.backgroundColor, _null, _null, _this.borderRadius, _null, _null, B.BoxShape_0), _null, _null, _null, _null, B.EdgeInsets_16_16_16_16, _null, _null, _null); + return new A.IgnorePointer(true, _null, A.Container$(_null, A.TextComponent$(_this.highlightWhenEmpty, _this.textKey, B.Map_empty4, _this.selectionColor, false, _this.text, _null, _null, _this.textSelection, _this.styleBuilder), B.Clip_0, _null, _null, new A.BoxDecoration(_this.backgroundColor, _null, _null, _this.borderRadius, _null, _null, B.BoxShape_0), _null, _null, _null, _null, B.EdgeInsets_16_16_16_16, _null, _null, _null), _null); } }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure.prototype = { @@ -478969,10 +493747,10 @@ var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_zIQ0; + baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 267 + $signature: 234 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -479043,9 +493821,6 @@ movePositionDown$1(currentPosition) { return null; }, - getDesiredCursorAtOffset$1(localOffset) { - return null; - }, getEndPosition$0() { return B.UpstreamDownstreamNodePosition_TextAffinity_1; }, @@ -479100,28 +493875,20 @@ this._widget.toString; return true; }, - build$1(_, context) { + build$1(context) { return this._widget.child; } }; A.SelectableBox.prototype = { - build$1(_, context) { - var t3, _this = this, _null = null, - t1 = _this.selection, - t2 = t1 != null; - if (t2 && !t1.base.$eq(0, t1.extent)) { - t3 = _this.selectionColor.value; - t3 = A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255); + build$1(context) { + var _null = null, + t1 = this.selection; + if (t1 != null && !t1.base.$eq(0, t1.extent)) { + t1 = this.selectionColor.value; + t1 = A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } else - t3 = B.Color_0; - t3 = A._setArrayType([A.DecoratedBox$(_this.child, new A.BoxDecoration(t3, _null, _null, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_1)], type$.JSArray_Widget); - if (t2 && _this.showCaret) { - t1 = t1.extent.affinity === B.TextAffinity_0; - t2 = t1 ? 0 : _null; - t1 = t1 ? _null : 0; - t3.push(A.Positioned$(0, A.BlinkingCaret$(B.BorderRadius_tLn, _null, B.Offset_0_0, _this.caretColor, _null, false, true, 1), _null, _null, t2, t1, 0, 1)); - } - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null); + t1 = B.Color_0; + return A.MouseRegion$(new A.IgnorePointer(true, _null, A.DecoratedBox$(this.child, new A.BoxDecoration(t1, _null, _null, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_1), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null); } }; A.__BoxComponentState_State_DocumentComponent.prototype = {}; @@ -479339,7 +494106,7 @@ return selectableNode; }, deleteDownstream$0() { - var t3, t4, nodeAfter, _this = this, + var t3, t4, text, nodeAfter, _this = this, t1 = _this.composer, t2 = t1._document_composer$_selection; if (t2 == null) @@ -479358,8 +494125,8 @@ return _this._moveSelectionToBeginningOfNextNode$0(); if (t3 instanceof A.TextNodePosition) { t4 = _this.editor._document; - t2 = type$.TextNode._as(t4.getNodeById$1(t2.nodeId))._text$_text; - if (t3.offset === t2.text.length) { + text = type$.TextNode._as(t4.getNodeById$1(t2.nodeId))._text$_text.text; + if (t3.offset === text.length) { t1 = t4.getNodeById$1(t1._document_composer$_selection.extent.nodeId); t1.toString; nodeAfter = t4.getNodeAfter$1(t1); @@ -479649,7 +494416,7 @@ return inserted; }, convertParagraphByPatternMatching$1(nodeId) { - var t3, t4, textBeforeCaret, unorderedListItemMatch, hasUnorderedListItemMatch, orderedListItemMatch, hasOrderedListItemMatch, t5, startOfNewText, t6, adjustedText, hrMatch, blockquoteMatch, extractedLinks, linkCount, nonEmptyText, link, _null = null, + var t3, text, t4, t5, textSelection, textBeforeCaret, unorderedListItemMatch, hasUnorderedListItemMatch, orderedListItemMatch, hasOrderedListItemMatch, startOfNewText, t6, adjustedText, hrMatch, blockquoteMatch, extractedLinks, linkCount, nonEmptyText, link, _null = null, _s26_ = "_convertParagraphIfDesired", t1 = this.editor, t2 = t1._document, @@ -479658,71 +494425,77 @@ return false; if (!(node instanceof A.ParagraphNode)) return false; - t3 = this.composer; - t4 = type$.TextNodePosition; - textBeforeCaret = J.substring$2$s(node._text$_text.text, 0, t4._as(t3._document_composer$_selection.extent.nodePosition).offset); + t3 = $.$get$editorOpsLog(); + t3.log$4(B.Level_FINE_500, "Running pattern matching on a ParagraphNode, to convert it to another node type.", _null, _null); + text = node._text$_text; + t4 = this.composer; + t5 = type$.TextNodePosition; + textSelection = t5._as(t4._document_composer$_selection.extent.nodePosition); + textBeforeCaret = J.substring$2$s(text.text, 0, textSelection.offset); unorderedListItemMatch = A.RegExp_RegExp("^\\s*[\\*-]\\s+$", true, false, false, false); hasUnorderedListItemMatch = unorderedListItemMatch._nativeRegExp.test(textBeforeCaret); orderedListItemMatch = A.RegExp_RegExp("^\\s*1[.)]\\s+$", true, false, false, false); hasOrderedListItemMatch = orderedListItemMatch._nativeRegExp.test(textBeforeCaret); - t5 = $.$get$editorOpsLog(); - t5.log$4(B.Level_FINE_500, _s26_, ' - text before caret: "' + textBeforeCaret + '"', _null); + t3.log$4(B.Level_FINE_500, _s26_, ' - text before caret: "' + textBeforeCaret + '"', _null); if (hasUnorderedListItemMatch || hasOrderedListItemMatch) { - t5.log$4(B.Level_FINE_500, _s26_, " - found unordered list item prefix", _null); + t3.log$4(B.Level_FINE_500, _s26_, " - found unordered list item prefix", _null); startOfNewText = textBeforeCaret.length; t1 = node._text$_text; - t5 = t1.text; - t6 = t5.length; + t3 = t1.text; + t6 = t3.length; while (true) { - if (!(startOfNewText < t6 && t5[startOfNewText] === " ")) + if (!(startOfNewText < t6 && t3[startOfNewText] === " ")) break; ++startOfNewText; } adjustedText = t1.copyText$1(startOfNewText); t1 = node.id; new A.EditorCommandFunction(new A.CommonEditorOperations_convertParagraphByPatternMatching_closure(node, hasUnorderedListItemMatch ? A.ListItemNode$unordered(t1, 0, adjustedText) : A.ListItemNode$ordered(t1, 0, adjustedText))).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t1 = new A.DocumentPosition(t1, new A.TextNodePosition(t4._as(t3._document_composer$_selection.extent.nodePosition).offset - startOfNewText, B.TextAffinity_1)); - t3.set$selection(new A.DocumentSelection(t1, t1)); + t1 = new A.DocumentPosition(t1, new A.TextNodePosition(t5._as(t4._document_composer$_selection.extent.nodePosition).offset - startOfNewText, B.TextAffinity_1)); + t4.set$selection(new A.DocumentSelection(t1, t1)); return true; } hrMatch = A.RegExp_RegExp("^---*\\s$", true, false, false, false); if (hrMatch._nativeRegExp.test(textBeforeCaret)) { - t5.log$4(B.Level_FINE_500, "Paragraph has an HR match", _null, _null); + t3.log$4(B.Level_FINE_500, "Paragraph has an HR match", _null, _null); new A.EditorCommandFunction(new A.CommonEditorOperations_convertParagraphByPatternMatching_closure0(B.JSArray_methods.indexOf$1(t2._nodes, node))).execute$2(t2, new A.DocumentEditorTransaction(t2)); t1 = node._text$_text; t2 = hrMatch.firstMatch$1(textBeforeCaret); node.set$text(0, t1.removeRegion$2$endOffset$startOffset(t2.get$end(t2), 0)); t2 = new A.DocumentPosition(node.id, B.TextNodePosition_0_TextAffinity_1); - t3.set$selection(new A.DocumentSelection(t2, t2)); + t4.set$selection(new A.DocumentSelection(t2, t2)); return true; } blockquoteMatch = A.RegExp_RegExp("^>\\s$", true, false, false, false); if (blockquoteMatch._nativeRegExp.test(textBeforeCaret)) { startOfNewText = textBeforeCaret.length; t1 = node._text$_text; - t5 = t1.text; - t6 = t5.length; + t3 = t1.text; + t6 = t3.length; while (true) { - if (!(startOfNewText < t6 && t5[startOfNewText] === " ")) + if (!(startOfNewText < t6 && t3[startOfNewText] === " ")) break; ++startOfNewText; } adjustedText = t1.copyText$1(startOfNewText); t1 = node.id; new A.EditorCommandFunction(new A.CommonEditorOperations_convertParagraphByPatternMatching_closure1(node, A.ParagraphNode$(t1, A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_blockquote], type$.String, type$.dynamic), adjustedText))).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t4 = new A.DocumentPosition(t1, new A.TextNodePosition(t4._as(t3._document_composer$_selection.extent.nodePosition).offset - startOfNewText, B.TextAffinity_1)); - t3.set$selection(new A.DocumentSelection(t4, t4)); + t5 = new A.DocumentPosition(t1, new A.TextNodePosition(t5._as(t4._document_composer$_selection.extent.nodePosition).offset - startOfNewText, B.TextAffinity_1)); + t4.set$selection(new A.DocumentSelection(t5, t5)); return true; } - t5.log$4(B.Level_FINE_500, "Looking for URL match...", _null, _null); + t3.log$4(B.Level_FINE_500, "Looking for URL match...", _null, _null); extractedLinks = A.linkify(node._text$_text.text, B.LinkifyOptions_false); linkCount = B.JSArray_methods.fold$1$2(extractedLinks, 0, new A.CommonEditorOperations_convertParagraphByPatternMatching_closure2(), type$.int); + t3.log$4(B.Level_FINE_500, "Found " + A.S(linkCount) + " link(s)", _null, _null); nonEmptyText = B.JSArray_methods.fold$1$2(extractedLinks, "", new A.CommonEditorOperations_convertParagraphByPatternMatching_closure3(), type$.String); if (linkCount === 1 && nonEmptyText.length === 0) { + t3.log$4(B.Level_FINE_500, "The whole node is one big URL. Trying to convert the node type based on pattern matching...", _null, _null); link = A.IterableExtension_firstWhereOrNull(extractedLinks, new A.CommonEditorOperations_convertParagraphByPatternMatching_closure4()).text; this._processUrlNode$5$document$editor$nodeId$originalText$url(t2, t1, node.id, node._text$_text.text, link); return true; } + t3.log$4(B.Level_FINE_500, "ParagraphNode didn't match any conversion pattern.", _null, _null); return false; }, _processUrlNode$5$document$editor$nodeId$originalText$url($document, editor, nodeId, originalText, url) { @@ -479731,27 +494504,50 @@ _processUrlNode$body$CommonEditorOperations($document, editor, nodeId, originalText, url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, contentType, node, imageNode, t2, response, t1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, exception, contentType, t1, node, imageNode, t2, response, $async$exception, $async$temp1; var $async$_processUrlNode$5$document$editor$nodeId$originalText$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); + if ($async$errorCode === 1) { + $async$currentError = $async$result; + $async$goto = $async$handler; + } while (true) switch ($async$goto) { case 0: // Function start - $async$goto = 3; + response = A._Cell$named("response"); + $async$handler = 4; + $async$temp1 = response; + $async$goto = 7; return A._asyncAwait(A.get(A.Uri_parse(url, 0, null)), $async$_processUrlNode$5$document$editor$nodeId$originalText$url); - case 3: + case 7: // returning from await. - response = $async$result; - t1 = response.statusCode; - if (t1 < 200 || t1 >= 300) { - $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to load URL: " + A.S(t1) + " - " + A.S(response.reasonPhrase), null, null); + $async$temp1.__late_helper$_value = $async$result; + $async$handler = 2; + // goto after finally + $async$goto = 6; + break; + case 4: + // catch + $async$handler = 3; + $async$exception = $async$currentError; + throw $async$exception; + // goto after finally + $async$goto = 6; + break; + case 3: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 6: + // after finally + if (response._readLocal$0().statusCode < 200 || response._readLocal$0().statusCode >= 300) { + $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to load URL: " + A.S(response._readLocal$0().statusCode) + " - " + A.S(response._readLocal$0().reasonPhrase), null, null); // goto return $async$goto = 1; break; } - contentType = response.headers.$index(0, "content-type"); + contentType = response._readLocal$0().headers.$index(0, "content-type"); if (contentType == null) { $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to determine URL content type.", null, null); // goto return @@ -479788,6 +494584,9 @@ case 1: // return return A._asyncReturn($async$returnValue, $async$completer); + case 2: + // rethrow + return A._asyncRethrow($async$currentError, $async$completer); } }); return A._asyncStartSync($async$_processUrlNode$5$document$editor$nodeId$originalText$url, $async$completer); @@ -479939,7 +494738,7 @@ _isTextEntryNode$2$document$selection($document, selection) { return $document.getNodeById$1(selection.extent.nodeId) instanceof A.TextNode; }, - copy$0(_) { + copy$0() { var t1 = this.editor._document, t2 = this.composer._document_composer$_selection; t2.toString; @@ -480032,13 +494831,13 @@ call$2(doc, transaction) { transaction._document.deleteNode$1(this.nodeBefore); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_deleteUpstream_closure0.prototype = { call$2(doc, transaction) { transaction._document.deleteNode$1(this.node); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure.prototype = { call$2(doc, transaction) { @@ -480051,55 +494850,55 @@ t1 = new A.DocumentPosition(newNode.id, B.TextNodePosition_0_TextAffinity_1); this.$this.composer.set$selection(new A.DocumentSelection(t1, t1)); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure0.prototype = { call$2($document, transaction) { transaction._document.insertNodeAt$2(this.paragraphNodeIndex, A.HorizontalRuleNode$(B.C_Uuid.v4$0())); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure1.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure2.prototype = { call$2(value, element) { return element instanceof A.UrlElement ? value + 1 : value; }, - $signature: 2905 + $signature: 2947 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure3.prototype = { call$2(value, element) { return element instanceof A.TextElement ? J.$add$ansx(value, J.trim$0$s(element.text)) : value; }, - $signature: 2906 + $signature: 2948 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure4.prototype = { call$1(element) { return element instanceof A.UrlElement; }, - $signature: 2907 + $signature: 2949 }; A.CommonEditorOperations__processUrlNode_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.imageNode, this.node); }, - $signature: 118 + $signature: 121 }; 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: 118 + $signature: 121 }; A.CommonEditorOperations_insertBlockLevelNewline_closure0.prototype = { call$2(doc, transaction) { @@ -480110,19 +494909,19 @@ t1.addListener$1(0, t2.get$_forwardNodeChange()); t2.notifyListeners$0(); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertToListItem_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertToBlockquote_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 118 + $signature: 121 }; A.CommonEditorOperations_convertToParagraph_closure.prototype = { call$2($document, transaction) { @@ -480133,57 +494932,210 @@ } else transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1.id, this.newMetadata, t1._text$_text), t1); }, - $signature: 118 + $signature: 121 }; A._PasteEditorCommand.prototype = { execute$2($document, transaction) { - var t2, _i, t3, currentNodeWithSelection, textNode, pasteTextOffset, attributionsAtPasteOffset, newSelectionPosition, newNodes, nodeWithSelection, mergeAfterNode, i, _null = null, - splitContent = A._setArrayType(this._content.split("\n\n"), type$.JSArray_String), - t1 = $.$get$editorOpsLog(); - t1.log$4(B.Level_FINE_500, "Split content:", _null, _null); - for (t2 = splitContent.length, _i = 0; _i < splitContent.length; splitContent.length === t2 || (0, A.throwConcurrentModificationError)(splitContent), ++_i) - t1.log$4(B.Level_FINE_500, ' - "' + A.S(splitContent[_i]) + '"', _null, _null); - t2 = this._pastePosition; - t3 = t2.nodeId; - currentNodeWithSelection = $document.getNodeById$1(t3); - if (currentNodeWithSelection instanceof A.TextNode) { - textNode = type$.TextNode._as($document.getNode$1(t2)); - pasteTextOffset = type$.TextPosition._as(t2.nodePosition).offset; - attributionsAtPasteOffset = textNode._text$_text.spans.getAllAttributionsAt$1(pasteTextOffset); - if (splitContent.length > 1 && pasteTextOffset < textNode._text$_text.text.length) - if (currentNodeWithSelection instanceof A.ParagraphNode) - new A.SplitParagraphCommand(currentNodeWithSelection.id, new A.TextPosition(pasteTextOffset, B.TextAffinity_1), B.C_Uuid.v4$0(), false).execute$2($document, transaction); - else - throw A.wrapException(A.Exception_Exception("Can't handle pasting text within node of type: " + currentNodeWithSelection.toString$0(0))); - new A.InsertTextCommand(t2, B.JSArray_methods.get$first(splitContent), attributionsAtPasteOffset).execute$2($document, transaction); - newSelectionPosition = new A.DocumentPosition(currentNodeWithSelection.id, new A.TextNodePosition(pasteTextOffset + J.get$length$asx(B.JSArray_methods.get$first(splitContent)), B.TextAffinity_1)); - B.JSArray_methods.removeAt$1(splitContent, 0); - } else - newSelectionPosition = _null; - t2 = type$.MappedListIterable_String_ParagraphNode; - newNodes = A.List_List$of(new A.MappedListIterable(splitContent, new A._PasteEditorCommand_execute_closure(), t2), true, t2._eval$1("ListIterable.E")); - t1.log$4(B.Level_FINE_500, " - new nodes: " + A.S(newNodes), _null, _null); - nodeWithSelection = $document.getNodeById$1(t3); - if (nodeWithSelection == null) - throw A.wrapException(A.Exception_Exception("Failed to complete paste process because the node being pasted into disappeared from the document unexpectedly.")); - for (t1 = transaction._document, mergeAfterNode = nodeWithSelection, i = 0; i < newNodes.length; ++i) { - t1.insertNodeAfter$2$existingNode$newNode(mergeAfterNode, newNodes[i]); - mergeAfterNode = newNodes[i]; - newSelectionPosition = new A.DocumentPosition(mergeAfterNode.id, new A.TextNodePosition(mergeAfterNode._text$_text.text.length, B.TextAffinity_1)); + var attributedLines, textNode, pasteTextOffset, pastedContentNodes, t2, previousNode, previousNode0, _this = this, _null = null, + t1 = _this._pastePosition, + currentNodeWithSelection = $document.getNodeById$1(t1.nodeId); + if (!(currentNodeWithSelection instanceof A.ParagraphNode)) + throw A.wrapException(A.Exception_Exception("Can't handle pasting text within node of type: " + A.S(currentNodeWithSelection))); + $.$get$editorOpsLog().log$4(B.Level_INFO_800, "Pasting clipboard content in document.", _null, _null); + attributedLines = _this._inferAttributionsForLinesOfPastedText$1(_this._content); + textNode = type$.TextNode._as($document.getNode$1(t1)); + pasteTextOffset = type$.TextPosition._as(t1.nodePosition).offset; + if (attributedLines.length > 1 && pasteTextOffset < textNode._text$_text.text.length) + new A.SplitParagraphCommand(currentNodeWithSelection.id, new A.TextPosition(pasteTextOffset, B.TextAffinity_1), B.C_Uuid.v4$0(), true).execute$2($document, transaction); + new A.InsertAttributedTextCommand(t1, B.JSArray_methods.get$first(attributedLines)).execute$2($document, transaction); + pastedContentNodes = _this._convertLinesToParagraphs$1(B.JSArray_methods.sublist$1(attributedLines, 1)); + for (t1 = new A.ListIterator(pastedContentNodes, pastedContentNodes.get$length(pastedContentNodes), pastedContentNodes.$ti._eval$1("ListIterator")), t2 = transaction._document, previousNode = currentNodeWithSelection; t1.moveNext$0(); previousNode = previousNode0) { + previousNode0 = t1.__internal$_current; + t2.insertNodeAfter$2$existingNode$newNode(previousNode, previousNode0); } - t1 = this._common_editor_operations$_composer; - newSelectionPosition.toString; - t1.set$selection(new A.DocumentSelection(newSelectionPosition, newSelectionPosition)); + t1 = _this._common_editor_operations$_composer; + t2 = !pastedContentNodes.get$isEmpty(pastedContentNodes) ? new A.DocumentPosition(previousNode.id, new A.TextNodePosition(previousNode._text$_text.text.length, B.TextAffinity_1)) : new A.DocumentPosition(currentNodeWithSelection.id, new A.TextNodePosition(pasteTextOffset + B.JSArray_methods.get$first(attributedLines).text.length, B.TextAffinity_1)); + t1.set$selection(new A.DocumentSelection(t2, t2)); t2 = $.$get$editorOpsLog(); - t2.log$4(B.Level_FINE_500, " - new selection: " + A.S(t1._document_composer$_selection), _null, _null); + t2.log$4(B.Level_FINE_500, "New selection after paste operation: " + A.S(t1._document_composer$_selection), _null, _null); t2.log$4(B.Level_FINE_500, "Done with paste command.", _null, _null); + }, + _inferAttributionsForLinesOfPastedText$1($content) { + var t2, _i, attributedLines, line, t3, _null = null, + lines = $content.split("\n\n"), + t1 = $.$get$editorOpsLog(); + t1.log$4(B.Level_FINE_500, "Breaking pasted content into lines and adding attributions:", _null, _null); + t1.log$4(B.Level_FINE_500, "Lines of content:", _null, _null); + for (t2 = lines.length, _i = 0; _i < lines.length; lines.length === t2 || (0, A.throwConcurrentModificationError)(lines), ++_i) + t1.log$4(B.Level_FINE_500, ' - "' + A.S(lines[_i]) + '"', _null, _null); + attributedLines = A._setArrayType([], type$.JSArray_AttributedText); + for (t1 = lines.length, t2 = type$.void_Function, _i = 0; _i < lines.length; lines.length === t1 || (0, A.throwConcurrentModificationError)(lines), ++_i) { + line = lines[_i]; + t3 = this._findUrlSpansInText$1$pastedText(B.JSArray_methods.get$first(lines)); + attributedLines.push(new A.AttributedText(line, t3, A.LinkedHashSet_LinkedHashSet$_empty(t2))); + } + return attributedLines; + }, + _findUrlSpansInText$1$pastedText(pastedText) { + var t1, t2, _i, wordBoundary, t3, t4, link, + linkAttributionSpans = A.AttributedSpans$(null), + wordBoundaries = A.Words_calculateAllWordBoundaries(pastedText); + for (t1 = wordBoundaries.length, t2 = J.getInterceptor$s(pastedText), _i = 0; _i < wordBoundaries.length; wordBoundaries.length === t1 || (0, A.throwConcurrentModificationError)(wordBoundaries), ++_i) { + wordBoundary = wordBoundaries[_i]; + t3 = wordBoundary.start; + t4 = wordBoundary.end; + link = A.Uri_tryParse(t2.substring$2(pastedText, t3, t4)); + if (link != null && link.get$hasScheme() && link.get$hasAuthority()) + linkAttributionSpans.addAttribution$3$end$newAttribution$start(t4 - 1, new A.LinkAttribution(link), t3); + } + return linkAttributionSpans; + }, + _convertLinesToParagraphs$1(attributedLines) { + return new A.MappedListIterable(attributedLines, new A._PasteEditorCommand__convertLinesToParagraphs_closure(), A._arrayInstanceType(attributedLines)._eval$1("MappedListIterable<1,ParagraphNode>")); } }; - A._PasteEditorCommand_execute_closure.prototype = { - call$1(nodeText) { - return A.ParagraphNode$(B.C_Uuid.v4$0(), null, A.AttributedText$(null, nodeText)); + A._PasteEditorCommand__convertLinesToParagraphs_closure.prototype = { + call$1(pastedLine) { + return A.ParagraphNode$(B.C_Uuid.v4$0(), null, pastedLine); }, - $signature: 2908 + $signature: 2950 + }; + A.CaretDocumentOverlay.prototype = { + createState$0() { + return new A._CaretDocumentOverlayState(new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable_Rect), null, null, B._StateLifecycle_0); + }, + documentLayoutResolver$0() { + return this.documentLayoutResolver.call$0(); + } + }; + A._CaretDocumentOverlayState.prototype = { + initState$0() { + var t1, _this = this; + _this.super$State$initState(); + _this._widget.composer.selectionNotifier.addListener$1(0, _this.get$_document_caret_overlay$_onSelectionChange()); + t1 = A.BlinkController$(_this); + t1.startBlinking$0(); + _this.___CaretDocumentOverlayState__blinkController_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___CaretDocumentOverlayState__blinkController_F = t1; + if (_this._widget.composer._document_composer$_selection != null) + _this._document_caret_overlay$_onSelectionChange$0(); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = _this._widget.composer; + t2 = oldWidget.composer; + if (t1 !== t2) { + t1 = _this.get$_document_caret_overlay$_onSelectionChange(); + t2.selectionNotifier.removeListener$1(0, t1); + _this._widget.composer.selectionNotifier.addListener$1(0, t1); + if (!J.$eq$(_this._widget.composer._document_composer$_selection, t2._document_composer$_selection)) + _this._document_caret_overlay$_onSelectionChange$0(); + } + }, + dispose$0() { + var t1, t2, _this = this; + _this._widget.composer.selectionNotifier.removeListener$1(0, _this.get$_document_caret_overlay$_onSelectionChange()); + t1 = _this.___CaretDocumentOverlayState__blinkController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__BlinkController__ticker_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.dispose$0(); + t1.super$ChangeNotifier$dispose(); + _this.super$__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin$dispose(); + }, + _document_caret_overlay$_onSelectionChange$0() { + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._CaretDocumentOverlayState__onSelectionChange_closure(this)); + }, + _updateCaretOffset$0() { + var documentSelection, t1, _this = this; + if (_this._framework$_element == null) + return; + documentSelection = _this._widget.composer._document_composer$_selection; + if (documentSelection == null) { + _this._caret.set$value(0, null); + t1 = _this.___CaretDocumentOverlayState__blinkController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stopBlinking$0(); + return; + } + t1 = _this.___CaretDocumentOverlayState__blinkController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.startBlinking$0(); + t1.jumpToOpaque$0(); + t1 = _this._widget.documentLayoutResolver$0().getRectForPosition$1(documentSelection.extent); + t1.toString; + _this._caret.set$value(0, t1); + }, + build$1(context) { + return new A.IgnorePointer(true, null, A.ValueListenableBuilder$(new A._CaretDocumentOverlayState_build_closure(this), this._caret, type$.nullable_Rect), null); + } + }; + A._CaretDocumentOverlayState__onSelectionChange_closure.prototype = { + call$1(timeStamp) { + this.$this._updateCaretOffset$0(); + }, + $signature: 19 + }; + A._CaretDocumentOverlayState_build_closure.prototype = { + call$3(context, caret, child) { + return new A.LayoutBuilder(new A._CaretDocumentOverlayState_build__closure(this.$this, caret), null); + }, + $signature: 2951 + }; + A._CaretDocumentOverlayState_build__closure.prototype = { + call$2(context, constraints) { + var t3, t4, t5, t6, _null = null, + t1 = this.$this, + t2 = t1._previousConstraints; + if (t2 != null && !J.$eq$(constraints, t2)) + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._CaretDocumentOverlayState_build___closure(t1)); + t1._previousConstraints = constraints; + t2 = A._setArrayType([], type$.JSArray_Widget); + t3 = this.caret; + if (t3 != null) { + t4 = t3.top; + t5 = t3.left; + t3 = t3.bottom; + t6 = t1.___CaretDocumentOverlayState__blinkController_F; + t6 === $ && A.throwUnnamedLateFieldNI(); + t2.push(A.Positioned$(_null, A.AnimatedBuilder$(t6, new A._CaretDocumentOverlayState_build___closure0(t1), _null), t3 - t4, _null, t5, _null, t4, _null)); + } + return new A.RepaintBoundary(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), _null); + }, + $signature: 2952 + }; + A._CaretDocumentOverlayState_build___closure.prototype = { + call$1(timeStamp) { + this.$this._updateCaretOffset$0(); + }, + $signature: 19 + }; + A._CaretDocumentOverlayState_build___closure0.prototype = { + call$2(context, child) { + var _null = null, + t1 = this.$this; + t1._widget.toString; + t1 = t1.___CaretDocumentOverlayState__blinkController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t1._blink_controller$_isVisible ? 1 : 0)), 0, 0, 0), _null, _null, B.BorderRadius_tLn, _null, _null, B.BoxShape_0), _null, _null, B.ValueKey_caret_primary, _null, _null, _null, _null, 2); + }, + $signature: 2953 + }; + A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin.prototype = { + dispose$0() { + var _this = this, + t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTicker()); + _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(); + }, + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); + } }; A.AxisOffset.prototype = { toString$0(_) { @@ -480205,76 +495157,54 @@ }; A.DocumentMouseInteractor.prototype = { createState$0() { - return new A._DocumentMouseInteractorState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), B.SelectionType_00, new A.ValueNotifier(B.SystemMouseCursor_basic, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_MouseCursor), null, null, B._StateLifecycle_0); + var _null = null; + return new A._DocumentMouseInteractorState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), B.SelectionType_00, _null, _null, _null, _null, _null, _null, B._StateLifecycle_0); } }; A._DocumentMouseInteractorState.prototype = { initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); - t1 = _this._widget.focusNode; - _this.___DocumentMouseInteractorState__focusNode = t1; - _this.___DocumentMouseInteractorState__ticker = _this.createTicker$1(_this.get$_document_gestures_mouse$_onTick()); - t1 = _this._widget.scrollController; - if (t1 == null) - t1 = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); - t1.addListener$1(0, _this.get$_document_gestures_mouse$_updateDragSelection()); - _this.___DocumentMouseInteractorState__scrollController = t1; - _this._widget.editContext.composer.addListener$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); - }, - didChangeDependencies$0() { - this.super$State$didChangeDependencies(); - this._widget.toString; + t1 = _this._widget; + t2 = t1.focusNode; + _this.___DocumentMouseInteractorState__focusNode_A = t2; + t1.editContext.composer.selectionNotifier.addListener$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); + _this._widget.autoScroller.addListener$1(0, _this.get$_document_gestures_mouse$_updateDragSelection()); + t1 = _this.___DocumentMouseInteractorState__focusNode_A; + _this.startSyncingSelectionWithFocus$3$composer$focusNode$getDocumentLayout(_this._widget.editContext.composer, t1, new A._DocumentMouseInteractorState_initState_closure(_this)); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this, - _s17_ = "_scrollController"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); + t1 = _this._widget.focusNode; + if (t1 !== oldWidget.focusNode) { + _this.___DocumentMouseInteractorState__focusNode_A = t1; + _this.onFocusNodeReplaced$1(t1); + } t1 = _this._widget.editContext; t2 = oldWidget.editContext.composer; if (t1.composer !== t2) { t1 = _this.get$_document_gestures_mouse$_onSelectionChange(); - t2.removeListener$1(0, t1); - _this._widget.editContext.composer.addListener$1(0, t1); + t2.selectionNotifier.removeListener$1(0, t1); + _this._widget.editContext.composer.selectionNotifier.addListener$1(0, t1); + _this.onDocumentComposerReplaced$1(_this._widget.editContext.composer); } - t1 = _this._widget.scrollController; - t2 = oldWidget.scrollController; - if (t1 != t2) { + t1 = _this._widget.autoScroller; + t2 = oldWidget.autoScroller; + if (t1 !== t2) { t1 = _this.get$_document_gestures_mouse$_updateDragSelection(); - A._lateReadCheck(_this.___DocumentMouseInteractorState__scrollController, _s17_).removeListener$1(0, t1); - if (t2 == null) - A._lateReadCheck(_this.___DocumentMouseInteractorState__scrollController, _s17_).dispose$0(0); - t2 = _this._widget.scrollController; - if (t2 == null) - t2 = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); - t2.addListener$1(0, t1); - _this.___DocumentMouseInteractorState__scrollController = t2; + t2.removeListener$1(0, t1); + _this._widget.autoScroller.addListener$1(0, t1); } - t1 = _this._widget.focusNode; - if (t1 !== oldWidget.focusNode) - _this.___DocumentMouseInteractorState__focusNode = t1; + _this.DocumentSelectionOnFocusMixin__getDocumentLayout = new A._DocumentMouseInteractorState_didUpdateWidget_closure(_this); }, - dispose$0(_) { - var _this = this; - _this._widget.editContext.composer.removeListener$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); - A._lateReadCheck(_this.___DocumentMouseInteractorState__ticker, "_ticker").dispose$0(0); - if (_this._widget.scrollController == null) - A._lateReadCheck(_this.___DocumentMouseInteractorState__scrollController, "_scrollController").dispose$0(0); - _this._widget.toString; - _this.super$__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin$dispose(0); - }, - get$_document_gestures_mouse$_scrollPosition() { - var t1 = this._document_gestures_mouse$_ancestorScrollPosition; - return t1 == null ? B.JSArray_methods.get$single(A._lateReadCheck(this.___DocumentMouseInteractorState__scrollController, "_scrollController")._positions) : t1; - }, - get$_viewport() { - var t1 = this._framework$_element; - t1.toString; - t1 = A.Scrollable_of(t1); - t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); - if (t1 == null) - t1 = this._framework$_element.get$renderObject(); - return type$.RenderBox._as(t1); + dispose$0() { + var _this = this, + t1 = _this._widget; + t1.editContext.composer.selectionNotifier.removeListener$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); + _this._widget.autoScroller.removeListener$1(0, _this.get$_document_gestures_mouse$_updateDragSelection()); + _this.stopSyncingSelectionWithFocus$0(); + _this.super$__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin$dispose(); }, get$_isShiftPressed() { var t1 = $.$get$RawKeyboard_instance()._keysPressed, @@ -480290,90 +495220,66 @@ t1 = true; return t1 && this._widget.editContext.composer._document_composer$_selection != null; }, - _interactorOffsetInViewport$1(interactorOffset) { - return this.get$_viewport().globalToLocal$1(A.MatrixUtils_transformPoint(type$.RenderBox._as(this._framework$_element.get$renderObject()).getTransformTo$1(0, null), interactorOffset)); - }, _document_gestures_mouse$_onSelectionChange$0() { if (this._framework$_element != null) $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._DocumentMouseInteractorState__onSelectionChange_closure(this)); }, - _document_gestures_mouse$_ensureSelectionExtentIsVisible$0() { - var t2, selection, t3, selectionExtentRectInDoc, viewportBox, selectionExtentRectInViewport, beyondTopExtent, beyondBottomExtent, newScrollPosition, _this = this, _null = null, - t1 = $.$get$editorGesturesLog(); - t1.log$4(B.Level_FINER_400, "Ensuring extent is visible: " + A.S(_this._widget.editContext.composer._document_composer$_selection), _null, _null); - t2 = _this._widget.editContext; - selection = t2.composer._document_composer$_selection; + _getSelectionExtentAsGlobalRect$0() { + var t2, selectionExtentRectInDoc, t3, globalTopLeft, t4, _null = null, + t1 = this._widget.editContext, + selection = t1.composer._document_composer$_selection; if (selection == null) - return; - t2 = t2._getDocumentLayout.call$0(); - t3 = selection.extent; - selectionExtentRectInDoc = t2.getRectForPosition$1(t3); + return _null; + t1 = t1._getDocumentLayout.call$0(); + t2 = selection.extent; + selectionExtentRectInDoc = t1.getRectForPosition$1(t2); if (selectionExtentRectInDoc == null) { - t1.log$4(B.Level_WARNING_900, "Tried to ensure that position " + A.S(t3) + " is visible on screen but no bounding box was returned for that position.", _null, _null); - return; - } - viewportBox = _this.get$_viewport(); - selectionExtentRectInViewport = selectionExtentRectInDoc.translate$2(0, 0, viewportBox.globalToLocal$1(A.MatrixUtils_transformPoint(type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._documentWrapperKey).get$renderObject()).getTransformTo$1(0, _null), B.Offset_0_0))._dy); - beyondTopExtent = Math.abs(Math.min(A.checkNum(selectionExtentRectInViewport.top), 0)); - beyondBottomExtent = Math.max(selectionExtentRectInViewport.bottom - viewportBox._box$_size._dy, 0); - t1.log$4(B.Level_FINEST_300, "Ensuring extent is visible.", _null, _null); - t1.log$4(B.Level_FINEST_300, " - viewport size: " + viewportBox._box$_size.toString$0(0), _null, _null); - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t2.toString; - t1.log$4(B.Level_FINEST_300, " - scroll controller offset: " + A.S(t2), _null, _null); - t1.log$4(B.Level_FINEST_300, " - selection extent rect: " + selectionExtentRectInDoc.toString$0(0), _null, _null); - t1.log$4(B.Level_FINEST_300, " - beyond top: " + A.S(beyondTopExtent), _null, _null); - t1.log$4(B.Level_FINEST_300, " - beyond bottom: " + A.S(beyondBottomExtent), _null, _null); - if (beyondTopExtent > 0) { - t1 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._maxScrollExtent; - t2.toString; - newScrollPosition = B.JSNumber_methods.clamp$2(t1 - beyondTopExtent, 0, t2); - _this.get$_document_gestures_mouse$_scrollPosition().animateTo$3$curve$duration(newScrollPosition, B.Cubic_xDo0, B.Duration_100000); - } else if (beyondBottomExtent > 0) { - t1 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._maxScrollExtent; - t2.toString; - newScrollPosition = B.JSNumber_methods.clamp$2(beyondBottomExtent + t1, 0, t2); - _this.get$_document_gestures_mouse$_scrollPosition().animateTo$3$curve$duration(newScrollPosition, B.Cubic_xDo0, B.Duration_100000); + $.$get$editorGesturesLog().log$4(B.Level_WARNING_900, "Tried to ensure that position " + A.S(t2) + " is visible on screen but no bounding box was returned for that position.", _null, _null); + return _null; } + t1 = this._widget.editContext._getDocumentLayout.call$0(); + t2 = selectionExtentRectInDoc.left; + t3 = selectionExtentRectInDoc.top; + globalTopLeft = A.MatrixUtils_transformPoint(type$.RenderBox._as(t1._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(t2, t3)); + t1 = globalTopLeft._dx; + t4 = globalTopLeft._dy; + return new A.Rect(t1, t4, t1 + (selectionExtentRectInDoc.right - t2), t4 + (selectionExtentRectInDoc.bottom - t3)); }, _document_gestures_mouse$_onTapUp$1(details) { - var t2, t3, t4, docOffset, docPosition, _this = this, _null = null, + var t2, docOffset, docPosition, t3, expandSelection, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Tap up on document", _null, _null); - t2 = details.localPosition; - t3 = _this._widget.editContext._getDocumentLayout.call$0(); - t4 = _this._framework$_element.get$renderObject(); - t4.toString; - docOffset = type$.RenderBox._as(t3._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t2, t4); + t2 = details.globalPosition; + docOffset = type$.RenderBox._as(_this._widget.editContext._getDocumentLayout.call$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t2, _null); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.editContext._getDocumentLayout.call$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); - A._lateReadCheck(_this.___DocumentMouseInteractorState__focusNode, "_focusNode").requestFocus$0(); + t3 = _this.___DocumentMouseInteractorState__focusNode_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.requestFocus$0(); if (docPosition != null) { - _this._widget.editContext._getDocumentLayout.call$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); - if (_this.get$_isShiftPressed() && _this._widget.editContext.composer._document_composer$_selection != null) { + t1 = _this._widget.editContext._getDocumentLayout.call$0().getComponentByNodeId$1(docPosition.nodeId); + t1.toString; + expandSelection = _this.get$_isShiftPressed() && _this._widget.editContext.composer._document_composer$_selection != null; + t1.isVisualSelectionSupported$0(); + if (expandSelection) { t1 = _this._widget.editContext.composer; t1.set$selection(t1._document_composer$_selection.copyWith$1$extent(docPosition)); } else { _this._document_gestures_mouse$_selectionType = B.SelectionType_00; _this._document_gestures_mouse$_selectPosition$1(docPosition); } - } else + } else { + t1.log$4(B.Level_FINE_500, "No document content at " + t2.toString$0(0) + ".", _null, _null); _this._document_gestures_mouse$_clearSelection$0(); + } }, _document_gestures_mouse$_onDoubleTapDown$1(details) { - var t2, t3, t4, docOffset, docPosition, didSelectContent, _this = this, _null = null, + var t2, docOffset, docPosition, didSelectContent, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Double tap down on document", _null, _null); - t2 = details.localPosition; - t3 = _this._widget.editContext._getDocumentLayout.call$0(); - t4 = _this._framework$_element.get$renderObject(); - t4.toString; - docOffset = type$.RenderBox._as(t3._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t2, t4); + t2 = details.globalPosition; + docOffset = type$.RenderBox._as(_this._widget.editContext._getDocumentLayout.call$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t2, _null); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.editContext._getDocumentLayout.call$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -480387,7 +495293,17 @@ if (!(!didSelectContent ? _this._document_gestures_mouse$_selectBlockAt$1(docPosition) : didSelectContent)) _this._document_gestures_mouse$_selectPosition$1(docPosition); } - A._lateReadCheck(_this.___DocumentMouseInteractorState__focusNode, "_focusNode").requestFocus$0(); + t1 = _this.___DocumentMouseInteractorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); + }, + _document_gestures_mouse$_selectWordAt$2$docLayout$docPosition(docLayout, docPosition) { + var newSelection = A.getWordSelection(docLayout, docPosition); + if (newSelection != null) { + this._widget.editContext.composer.set$selection(newSelection); + return true; + } else + return false; }, _document_gestures_mouse$_selectBlockAt$1(position) { var t1; @@ -480402,13 +495318,10 @@ this._document_gestures_mouse$_selectionType = B.SelectionType_00; }, _document_gestures_mouse$_onTripleTapDown$1(details) { - var t2, t3, docOffset, docPosition, _this = this, _null = null, + var docOffset, docPosition, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Triple down down on document", _null, _null); - t2 = _this._widget.editContext._getDocumentLayout.call$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - docOffset = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t3); + docOffset = type$.RenderBox._as(_this._widget.editContext._getDocumentLayout.call$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.globalPosition, _null); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.editContext._getDocumentLayout.call$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -480420,34 +495333,42 @@ if (t1) if (!_this._document_gestures_mouse$_selectParagraphAt$2$docLayout$docPosition(_this._widget.editContext._getDocumentLayout.call$0(), docPosition)) _this._document_gestures_mouse$_selectPosition$1(docPosition); - A._lateReadCheck(_this.___DocumentMouseInteractorState__focusNode, "_focusNode").requestFocus$0(); + t1 = _this.___DocumentMouseInteractorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); + }, + _document_gestures_mouse$_selectParagraphAt$2$docLayout$docPosition(docLayout, docPosition) { + var newSelection = A.getParagraphSelection(docLayout, docPosition); + if (newSelection != null) { + this._widget.editContext.composer.set$selection(newSelection); + return true; + } else + return false; }, _onTripleTap$0() { $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Triple tap up on document", null, null); this._document_gestures_mouse$_selectionType = B.SelectionType_00; }, + _document_gestures_mouse$_selectPosition$1(position) { + $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Setting document selection to " + position.toString$0(0), null, null); + this._widget.editContext.composer.set$selection(new A.DocumentSelection(position, position)); + }, _document_gestures_mouse$_onPanStart$1(details) { - var t1, t2, _this = this; - $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Pan start on document", null, null); - t1 = _this._framework$_element; - t1.toString; - _this._hasAncestorScrollable = A.Scrollable_of(t1) != null; - t1 = _this._widget.editContext._getDocumentLayout.call$0(); - t2 = _this._framework$_element.get$renderObject(); - t2.toString; - t2 = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t2); - _this._document_gestures_mouse$_dragStartInDoc = t2; - t1 = _this._debugInstrumentation; - if (t1 != null) - t1.startDragInContent.set$value(0, t2); - t1 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t1.toString; - _this._document_gestures_mouse$_dragStartScrollOffset = t1; + var _this = this, _null = null, + t1 = $.$get$editorGesturesLog(), + t2 = details.globalPosition; + t1.log$4(B.Level_INFO_800, "Pan start on document, global offset: " + A.S(t2), _null, _null); + _this._dragStartGlobal = t2; + _this._widget.autoScroller.enableAutoScrolling$0(); if (_this.get$_isShiftPressed()) _this._expandSelectionDuringDrag = true; - if (!_this.get$_isShiftPressed()) + if (!_this.get$_isShiftPressed()) { + t1.log$4(B.Level_FINE_500, "Shift isn't pressed. Clearing any existing selection before panning.", _null, _null); _this._document_gestures_mouse$_clearSelection$0(); - A._lateReadCheck(_this.___DocumentMouseInteractorState__focusNode, "_focusNode").requestFocus$0(); + } + t1 = _this.___DocumentMouseInteractorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); }, _document_gestures_mouse$_onPanUpdate$1(details) { this.setState$1(new A._DocumentMouseInteractorState__onPanUpdate_closure(this, details)); @@ -480461,61 +495382,43 @@ this._onDragEnd$0(); }, _onDragEnd$0() { - var _this = this; - _this.setState$1(new A._DocumentMouseInteractorState__onDragEnd_closure(_this)); - _this._stopScrollingUp$0(); - _this._stopScrollingDown$0(); + var t1, t2; + this.setState$1(new A._DocumentMouseInteractorState__onDragEnd_closure(this)); + t1 = this._widget.autoScroller; + t2 = t1._isAutoScrollingEnabled = false; + t1._autoScrollGlobalRegion = null; + t1 = t1._document_scrollable$_ticker; + if (t1 != null ? t1._ticker$_future != null : t2) + t1.stop$0(0); }, - _onMouseMove$1(pointerEvent) { - this._updateCursorStyle$1(pointerEvent.get$localPosition()); - }, - _document_gestures_mouse$_selectWordAt$2$docLayout$docPosition(docLayout, docPosition) { - var newSelection = A.getWordSelection(docLayout, docPosition); - if (newSelection != null) { - this._widget.editContext.composer.set$selection(newSelection); - return true; - } else - return false; - }, - _document_gestures_mouse$_selectParagraphAt$2$docLayout$docPosition(docLayout, docPosition) { - var newSelection = A.getParagraphSelection(docLayout, docPosition); - if (newSelection != null) { - this._widget.editContext.composer.set$selection(newSelection); - return true; - } else - return false; - }, - _document_gestures_mouse$_selectPosition$1(position) { - $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Setting document selection to " + position.toString$0(0), null, null); - this._widget.editContext.composer.set$selection(new A.DocumentSelection(position, position)); + _scrollOnMouseWheel$1($event) { + if (type$.PointerScrollEvent._is($event)) { + this._widget.autoScroller.jumpBy$1($event.get$scrollDelta()._dy); + this._document_gestures_mouse$_updateDragSelection$0(); + } }, _document_gestures_mouse$_updateDragSelection$0() { - var t1, t2, ancestorScrollableDragEndAdjustment, t3, t4, _this = this; - if (_this._document_gestures_mouse$_dragStartInDoc == null) + var t1, t2, dragStartInDoc, dragEndInDoc, _this = this, _null = null; + if (_this._dragEndGlobal == null) return; - t1 = _this._document_gestures_mouse$_dragStartScrollOffset; + t1 = _this._dragStartGlobal; t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t2.toString; - ancestorScrollableDragEndAdjustment = _this._hasAncestorScrollable ? new A.Offset(0, -(t1 - t2)) : B.Offset_0_0; - t1 = _this._document_gestures_mouse$_dragEndInInteractor.$add(0, ancestorScrollableDragEndAdjustment); - t2 = _this._widget.editContext._getDocumentLayout.call$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - _this._dragEndInDoc = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, t3); - t3 = _this._widget.editContext._getDocumentLayout.call$0(); - t1 = _this._document_gestures_mouse$_dragStartInDoc; + t2 = type$.RenderBox; + dragStartInDoc = t2._as(_this._widget.editContext._getDocumentLayout.call$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, _null).$add(0, new A.Offset(0, _this._widget.autoScroller._deltaWhileAutoScrolling)); + t1 = _this._dragEndGlobal; t1.toString; - t2 = _this._dragEndInDoc; - t2.toString; - t4 = _this._document_gestures_mouse$_selectionType; - _this._selectRegion$5$baseOffset$documentLayout$expandSelection$extentOffset$selectionType(t1, t3, _this._expandSelectionDuringDrag, t2, t4); + dragEndInDoc = t2._as(_this._widget.editContext._getDocumentLayout.call$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, _null); + $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Updating drag selection:\n - drag start in doc: " + dragStartInDoc.toString$0(0) + "\n - drag end in doc: " + dragEndInDoc.toString$0(0), _null, _null); + t1 = _this._widget.editContext._getDocumentLayout.call$0(); + t2 = _this._document_gestures_mouse$_selectionType; + _this._selectRegion$5$baseOffsetInDocument$documentLayout$expandSelection$extentOffsetInDocument$selectionType(dragStartInDoc, t1, _this._expandSelectionDuringDrag, dragEndInDoc, t2); + _this._widget.toString; }, - _selectRegion$5$baseOffset$documentLayout$expandSelection$extentOffset$selectionType(baseOffset, documentLayout, expandSelection, extentOffset, selectionType) { + _selectRegion$5$baseOffsetInDocument$documentLayout$expandSelection$extentOffsetInDocument$selectionType(baseOffsetInDocument, documentLayout, expandSelection, extentOffsetInDocument, selectionType) { var selection, t2, basePosition, extentPosition, baseParagraphSelection, extentParagraphSelection, baseWordSelection, extentWordSelection, t3, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Selecting region with selection mode: " + selectionType.toString$0(0), _null, _null); - selection = documentLayout.getDocumentSelectionInRegion$2(baseOffset, extentOffset); + selection = documentLayout.getDocumentSelectionInRegion$2(baseOffsetInDocument, extentOffsetInDocument); t2 = selection == null; basePosition = t2 ? _null : selection.base; extentPosition = t2 ? _null : selection.extent; @@ -480530,7 +495433,7 @@ _this._widget.editContext.composer.set$selection(_null); return; } - t2 = baseOffset._dy < extentOffset._dy; + t2 = baseOffsetInDocument._dy < extentOffsetInDocument._dy; basePosition = t2 ? baseParagraphSelection.base : baseParagraphSelection.extent; extentParagraphSelection = A.getParagraphSelection(documentLayout, extentPosition); if (extentParagraphSelection == null) { @@ -480567,270 +495470,69 @@ $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Clearing document selection", null, null); this._widget.editContext.composer.set$selection(null); }, - _updateCursorStyle$1(cursorOffset) { - var docOffset, desiredCursor, _this = this, - t1 = _this._widget.editContext._getDocumentLayout.call$0(), - t2 = _this._framework$_element.get$renderObject(); - t2.toString; - docOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$2$ancestor(cursorOffset, t2); - desiredCursor = _this._widget.editContext._getDocumentLayout.call$0().getDesiredCursorAtOffset$1(docOffset); - t1 = desiredCursor == null; - if (!t1 && !desiredCursor.$eq(0, _this._cursorStyle._change_notifier$_value)) - _this._cursorStyle.set$value(0, desiredCursor); - else if (t1 && !J.$eq$(_this._cursorStyle._change_notifier$_value, B.SystemMouseCursor_basic)) - _this._cursorStyle.set$value(0, B.SystemMouseCursor_basic); - }, - _onPointerSignal$1($event) { - var t1, t2, t3, newScrollOffset, _this = this; - if (type$.PointerScrollEvent._is($event)) { - t1 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t1.toString; - t2 = $event.get$scrollDelta(); - t3 = _this.get$_document_gestures_mouse$_scrollPosition()._maxScrollExtent; - t3.toString; - newScrollOffset = B.JSNumber_methods.clamp$2(t1 + t2._dy, 0, t3); - _this.get$_document_gestures_mouse$_scrollPosition().jumpTo$1(newScrollOffset); - _this._document_gestures_mouse$_updateDragSelection$0(); - } - }, - _scrollIfNearBoundary$0() { - var viewport, t1, t2, ancestorScrollableDragEndAdjustment, dragEndInViewport, t3, _this = this, _null = null; - if (_this._document_gestures_mouse$_dragEndInInteractor == null) { - $.$get$editorGesturesLog().log$4(B.Level_WARNING_900, "Tried to scroll near boundary but couldn't because _dragEndInViewport is null", _null, _null); - return; - } - viewport = _this.get$_viewport(); - t1 = _this._document_gestures_mouse$_dragStartScrollOffset; - t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t2.toString; - ancestorScrollableDragEndAdjustment = _this._hasAncestorScrollable ? new A.Offset(0, -(t1 - t2)) : B.Offset_0_0; - t1 = _this._document_gestures_mouse$_dragEndInInteractor; - t1.toString; - dragEndInViewport = _this._interactorOffsetInViewport$1(t1).$add(0, ancestorScrollableDragEndAdjustment); - t1 = $.$get$editorGesturesLog(); - t1.log$4(B.Level_FINEST_300, "Scrolling, if near boundary:", _null, _null); - t1.log$4(B.Level_FINEST_300, " - Drag end in interactor: " + A.S(_this._document_gestures_mouse$_dragEndInInteractor._dy), _null, _null); - t2 = dragEndInViewport._dy; - t3 = A.S(t2); - t1.log$4(B.Level_FINEST_300, " - Drag end in viewport: " + t3 + ", viewport size: " + viewport._box$_size.toString$0(0), _null, _null); - t1.log$4(B.Level_FINEST_300, " - Distance to top of viewport: " + t3, _null, _null); - t1.log$4(B.Level_FINEST_300, " - Distance to bottom of viewport: " + A.S(viewport._box$_size._dy - t2), _null, _null); + build$1(context) { + var _this = this, _null = null, + t1 = A._setArrayType([new A.SizedBox(_null, _null, _this._widget.child, _this._documentWrapperKey)], type$.JSArray_Widget); _this._widget.toString; - t1.log$4(B.Level_FINEST_300, " - Auto-scroll distance: 100", _null, _null); - t3 = viewport._box$_size._dy; - _this._widget.toString; - t1.log$4(B.Level_FINEST_300, " - Auto-scroll diff: " + (t3 - t2 < 100), _null, _null); - _this._widget.toString; - if (t2 < 100) { - t1.log$4(B.Level_FINEST_300, "Metrics say we should try to scroll up", _null, _null); - _this._startScrollingUp$0(); - } else - _this._stopScrollingUp$0(); - t3 = viewport._box$_size._dy; - _this._widget.toString; - if (t3 - t2 < 100) { - t1.log$4(B.Level_FINEST_300, "Metrics say we should try to scroll down", _null, _null); - _this._startScrollingDown$0(); - } else - _this._stopScrollingDown$0(); - }, - _startScrollingUp$0() { - var t1, _this = this; - if (_this._document_gestures_mouse$_scrollUpOnTick) - return; - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Starting to auto-scroll up", null, null); - _this._document_gestures_mouse$_scrollUpOnTick = true; - t1 = _this._debugInstrumentation; - if (t1 != null) - t1.autoScrollEdge.set$value(0, B.ViewportEdge_0); - A._lateReadCheck(_this.___DocumentMouseInteractorState__ticker, "_ticker").start$0(0); - }, - _stopScrollingUp$0() { - var t1, _this = this; - if (!_this._document_gestures_mouse$_scrollUpOnTick) - return; - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Stopping auto-scroll up", null, null); - _this._document_gestures_mouse$_scrollUpOnTick = false; - t1 = _this._debugInstrumentation; - if (t1 != null) - t1.autoScrollEdge.set$value(0, null); - A._lateReadCheck(_this.___DocumentMouseInteractorState__ticker, "_ticker").stop$0(0); - }, - _document_gestures_mouse$_scrollUp$0() { - var t1, t2, ancestorScrollableDragEndAdjustment, dragEndInViewport, t3, _this = this, _null = null; - if (_this._document_gestures_mouse$_dragEndInInteractor == null) { - $.$get$editorGesturesLog().log$4(B.Level_WARNING_900, "Tried to scroll up but couldn't because _dragEndInViewport is null", _null, _null); - return; - } - t1 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t1.toString; - if (t1 <= 0) { - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, string$.Tried_su, _null, _null); - return; - } - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Scrolling up on tick", _null, _null); - t1 = _this._document_gestures_mouse$_dragStartScrollOffset; - t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t2.toString; - ancestorScrollableDragEndAdjustment = _this._hasAncestorScrollable ? new A.Offset(0, -(t1 - t2)) : B.Offset_0_0; - t1 = _this._document_gestures_mouse$_dragEndInInteractor; - t1.toString; - dragEndInViewport = _this._interactorOffsetInViewport$1(t1).$add(0, ancestorScrollableDragEndAdjustment); - _this._widget.toString; - t1 = A.lerpDouble(0, 20, 1 - J.clamp$2$n(dragEndInViewport._dy, 0, 100) / 100); - t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition(); - t3 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t3.toString; - t2.jumpTo$1(t3 - t1); - _this._document_gestures_mouse$_updateDragSelection$0(); - }, - _startScrollingDown$0() { - var t1, _this = this; - if (_this._document_gestures_mouse$_scrollDownOnTick) - return; - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Starting to auto-scroll down", null, null); - _this._document_gestures_mouse$_scrollDownOnTick = true; - t1 = _this._debugInstrumentation; - if (t1 != null) - t1.autoScrollEdge.set$value(0, B.ViewportEdge_1); - A._lateReadCheck(_this.___DocumentMouseInteractorState__ticker, "_ticker").start$0(0); - }, - _stopScrollingDown$0() { - var t1, _this = this; - if (!_this._document_gestures_mouse$_scrollDownOnTick) - return; - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Stopping auto-scroll down", null, null); - _this._document_gestures_mouse$_scrollDownOnTick = false; - t1 = _this._debugInstrumentation; - if (t1 != null) - t1.autoScrollEdge.set$value(0, null); - A._lateReadCheck(_this.___DocumentMouseInteractorState__ticker, "_ticker").stop$0(0); - }, - _document_gestures_mouse$_scrollDown$0() { - var t1, t2, t3, ancestorScrollableDragEndAdjustment, dragEndInViewport, speedPercent, t4, _this = this, _null = null; - if (_this._document_gestures_mouse$_dragEndInInteractor == null) { - $.$get$editorGesturesLog().log$4(B.Level_WARNING_900, "Tried to scroll down but couldn't because _dragEndInViewport is null", _null, _null); - return; - } - t1 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t1.toString; - t2 = _this.get$_document_gestures_mouse$_scrollPosition()._maxScrollExtent; - t2.toString; - if (t1 >= t2) { - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, string$.Tried_sd, _null, _null); - return; - } - t1 = $.$get$editorGesturesLog(); - t1.log$4(B.Level_FINEST_300, "Scrolling down on tick", _null, _null); - t2 = _this._document_gestures_mouse$_dragStartScrollOffset; - t2.toString; - t3 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t3.toString; - ancestorScrollableDragEndAdjustment = _this._hasAncestorScrollable ? new A.Offset(0, -(t2 - t3)) : B.Offset_0_0; - t2 = _this._document_gestures_mouse$_dragEndInInteractor; - t2.toString; - dragEndInViewport = _this._interactorOffsetInViewport$1(t2).$add(0, ancestorScrollableDragEndAdjustment); - _this._widget.toString; - speedPercent = 1 - B.JSNumber_methods.clamp$2(_this.get$_viewport()._box$_size._dy - dragEndInViewport._dy, 0, 100) / 100; - t1.log$4(B.Level_FINEST_300, "Speed percent: " + A.S(speedPercent), _null, _null); - t2 = A.lerpDouble(0, 20, speedPercent); - t2.toString; - t3 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t3.toString; - t4 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t4.toString; - t1.log$4(B.Level_FINEST_300, "Jumping from " + A.S(t3) + " to " + A.S(t4 + t2), _null, _null); - t4 = _this.get$_document_gestures_mouse$_scrollPosition(); - t3 = _this.get$_document_gestures_mouse$_scrollPosition()._pixels; - t3.toString; - t4.jumpTo$1(t3 + t2); - _this._document_gestures_mouse$_updateDragSelection$0(); - }, - _document_gestures_mouse$_onTick$1(elapsedTime) { - var _this = this; - if (_this._document_gestures_mouse$_scrollUpOnTick) - _this._document_gestures_mouse$_scrollUp$0(); - if (_this._document_gestures_mouse$_scrollDownOnTick) - _this._document_gestures_mouse$_scrollDown$0(); - }, - build$1(_, context) { - var t2, t3, t4, documentWidget, _this = this, _null = null, - ancestorScrollable = A.Scrollable_of(context), - t1 = ancestorScrollable == null; - if (t1) - t2 = _null; - else { - t2 = ancestorScrollable._scrollable$_position; - t2.toString; - } - _this._document_gestures_mouse$_ancestorScrollPosition = t2; - t2 = t1 ? 1 / 0 : _null; - t3 = type$.JSArray_Widget; - t4 = A._setArrayType([new A.SizedBox(_null, _null, _this._widget.child, _this._documentWrapperKey)], t3); - _this._widget.toString; - documentWidget = A.Center$(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t4, _null), _null, _null); - t3 = A._setArrayType([t1 ? A.Listener$(B.HitTestBehavior_0, A.SingleChildScrollView$(documentWidget, A._lateReadCheck(_this.___DocumentMouseInteractorState__scrollController, "_scrollController"), B.DragStartBehavior_1, _null, B.NeverScrollableScrollPhysics_null, _null, false, B.Axis_1), _null, _null, _null, _null, _null, _this.get$_onPointerSignal(), _null) : documentWidget], t3); - _this._widget.toString; - return _this._buildCursorStyle$1$child(_this._document_gestures_mouse$_buildGestureInput$1$child(new A.SizedBox(1 / 0, t2, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null))); - }, - _buildCursorStyle$1$child(child) { - return A.AnimatedBuilder$(this._cursorStyle, new A._DocumentMouseInteractorState__buildCursorStyle_closure(this), child); + return A.Listener$(B.HitTestBehavior_0, A.MouseRegion$(_this._document_gestures_mouse$_buildGestureInput$1$child(new A.Align(B.Alignment_0_m1, _null, _null, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), _null)), B.SystemMouseCursor_text, _null, _null, _null, _null), _null, _null, _null, _null, _null, _this.get$_scrollOnMouseWheel(), _null); }, _document_gestures_mouse$_buildGestureInput$1$child(child) { return new A.RawGestureDetector(child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._DocumentMouseInteractorState__buildGestureInput_closure(), new A._DocumentMouseInteractorState__buildGestureInput_closure0(this), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A._DocumentMouseInteractorState__buildGestureInput_closure1(), new A._DocumentMouseInteractorState__buildGestureInput_closure2(this), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, null, null); } }; + A._DocumentMouseInteractorState_initState_closure.prototype = { + call$0() { + return this.$this._widget.editContext._getDocumentLayout.call$0(); + }, + $signature: 201 + }; + A._DocumentMouseInteractorState_didUpdateWidget_closure.prototype = { + call$0() { + return this.$this._widget.editContext._getDocumentLayout.call$0(); + }, + $signature: 201 + }; A._DocumentMouseInteractorState__onSelectionChange_closure.prototype = { call$1(timeStamp) { + var t1, globalExtentRect; $.$get$editorGesturesLog().log$4(B.Level_FINER_400, "Ensuring selection extent is visible because the doc selection changed", null, null); - this.$this._document_gestures_mouse$_ensureSelectionExtentIsVisible$0(); + t1 = this.$this; + globalExtentRect = t1._getSelectionExtentAsGlobalRect$0(); + if (globalExtentRect != null) + t1._widget.autoScroller.ensureGlobalRectIsVisible$1(globalExtentRect); }, - $signature: 24 + $signature: 19 }; A._DocumentMouseInteractorState__onPanUpdate_closure.prototype = { call$0() { - var t1, t2, t3, t4; - $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Pan update on document", null, null); + var t3, + t1 = $.$get$editorGesturesLog(), + t2 = this.details.globalPosition; + t1.log$4(B.Level_INFO_800, "Pan update on document, global offset: " + A.S(t2), null, null); t1 = this.$this; - t2 = t1._document_gestures_mouse$_dragEndInInteractor = this.details.localPosition; - t3 = t1._widget.editContext._getDocumentLayout.call$0(); - t4 = t1._framework$_element.get$renderObject(); - t4.toString; - t4 = type$.RenderBox._as(t3._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t2, t4); - t1._dragEndInDoc = t4; - t3 = t1._debugInstrumentation; - if (t3 != null) - t3.startDragInContent.set$value(0, t4); - t1._updateCursorStyle$1(t2); + t1._dragEndGlobal = t2; t1._document_gestures_mouse$_updateDragSelection$0(); - t1._scrollIfNearBoundary$0(); + t2 = t1._widget.autoScroller; + t1 = t1._dragEndGlobal; + t3 = t1._dx; + t1 = t1._dy; + t2.setGlobalAutoScrollRegion$1(new A.Rect(t3, t1, t3 + 1, t1 + 1)); }, $signature: 0 }; A._DocumentMouseInteractorState__onDragEnd_closure.prototype = { call$0() { var t1 = this.$this; - t1._document_gestures_mouse$_dragEndInInteractor = t1._dragEndInDoc = t1._document_gestures_mouse$_dragStartInDoc = null; + t1._dragEndGlobal = t1._dragStartGlobal = null; t1._expandSelectionDuringDrag = false; }, $signature: 0 }; - A._DocumentMouseInteractorState__buildCursorStyle_closure.prototype = { - call$2(context, child) { - var _null = null, - t1 = this.$this; - return A.Listener$(B.HitTestBehavior_0, A.MouseRegion$(child, t1._cursorStyle._change_notifier$_value, _null, _null, _null, _null), _null, _null, _null, t1.get$_onMouseMove(), _null, _null, _null); - }, - $signature: 2909 - }; A._DocumentMouseInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 507 + $signature: 524 }; A._DocumentMouseInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -480841,13 +495543,13 @@ recognizer.onTripleTapDown = t1.get$_document_gestures_mouse$_onTripleTapDown(); recognizer.onTripleTap = t1.get$_onTripleTap(); }, - $signature: 508 + $signature: 525 }; A._DocumentMouseInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 311 + $signature: 321 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -480857,7 +495559,7 @@ recognizer.onEnd = t1.get$_document_gestures_mouse$_onPanEnd(); recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); }, - $signature: 315 + $signature: 325 }; A.SelectionType.prototype = { toString$0(_) { @@ -480865,13 +495567,13 @@ } }; A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -480879,10 +495581,21 @@ this._updateTicker$0(); } }; + A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin.prototype = {}; A.ScrollableDocument.prototype = { - build$1(_, context) { - var _ancestorScrollPosition, t1, t2, _this = this, _null = null, + _findAncestorScrollable$1(context) { + var direction, ancestorScrollable = A.Scrollable_of(context); + if (ancestorScrollable == null) + return null; + direction = ancestorScrollable._widget.axisDirection; + if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) + return null; + return ancestorScrollable; + }, + build$1(context) { + var _ancestorScrollPosition, t1, t2, _this = this, _null = null, + ancestorScrollable = _this._findAncestorScrollable$1(context); if (ancestorScrollable == null) _ancestorScrollPosition = _null; else { @@ -480893,7 +495606,7 @@ if (_ancestorScrollPosition == null) { t1 = A.ScrollConfiguration_of(context).copyWith$1$dragDevices(A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_1], type$.PointerDeviceKind)); t2 = _this.disableDragScrolling ? B.NeverScrollableScrollPhysics_null : _null; - t2 = new A.SizedBox(_null, 1 / 0, A.ScrollConfiguration$(t1, A.SingleChildScrollView$(A.Center$(new A.CompositedTransformTarget(_this.documentLayerLink, _this.child, _null), _null, _null), _this.scrollController, B.DragStartBehavior_1, _null, t2, _null, false, B.Axis_1)), _null); + t2 = new A.SizedBox(_null, 1 / 0, A.ScrollConfiguration$(t1, A.SingleChildScrollView$(A.Center$(new A.CompositedTransformTarget(_this.documentLayerLink, _this.child, _null), _null, _null), _this.scrollController, B.DragStartBehavior_1, _null, t2, _null, _null, false, B.Axis_1)), _null); t1 = t2; } else t1 = A.Center$(new A.CompositedTransformTarget(_this.documentLayerLink, _this.child, _null), _null, _null); @@ -480938,8 +495651,10 @@ $isListenable: 1 }; A.DragHandleAutoScroller.prototype = { - dispose$0(_) { - A._lateReadCheck(this._document_gestures_touch$_autoScroller.__AutoScroller__ticker, "_ticker").dispose$0(0); + dispose$0() { + var t1 = this._document_gestures_touch$_autoScroller.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); }, ensureOffsetIsVisible$1(offsetInViewport) { var scrollPosition, t2, t3, t4, t5, _null = null, @@ -480954,13 +495669,17 @@ t5 = t4.leading; if (t3 < t5) { t1.log$4(B.Level_FINE_500, "The scrollable needs to scroll up to make offset visible.", _null, _null); - scrollPosition.jumpTo$1(t2 + (t3 - t5)); + if (t2 > 0) + scrollPosition.jumpTo$1(t2 + (t3 - t5)); } else { t5 = this._getViewportBox; t4 = t4.trailing; if (t3 > t5.call$0()._box$_size._dy - t4) { t1.log$4(B.Level_FINE_500, "The scrollable needs to scroll down to make offset visible.", _null, _null); - scrollPosition.jumpTo$1(t2 + (t3 - (t5.call$0()._box$_size._dy - t4))); + t1 = scrollPosition._maxScrollExtent; + t1.toString; + if (t2 < t1) + scrollPosition.jumpTo$1(t2 + (t3 - (t5.call$0()._box$_size._dy - t4))); } } }, @@ -480987,7 +495706,8 @@ A._MagnifierAndToolbarController_Object_ChangeNotifier.prototype = {}; A.AndroidDocumentTouchInteractor.prototype = { createState$0() { - return new A._AndroidDocumentTouchInteractorState(new A.LayerLink(), new A.LayerLink(), null, null, B._StateLifecycle_0); + var _null = null; + return new A._AndroidDocumentTouchInteractorState(new A.LayerLink(), new A.LayerLink(), _null, _null, _null, _null, _null, _null, B._StateLifecycle_0); }, getDocumentLayout$0() { return this.getDocumentLayout.call$0(); @@ -480998,20 +495718,25 @@ }; A._AndroidDocumentTouchInteractorState.prototype = { initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); _this._widget.toString; - _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling = new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._AndroidDocumentTouchInteractorState_initState_closure(_this), new A._AndroidDocumentTouchInteractorState_initState_closure0(_this)); + _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A = new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._AndroidDocumentTouchInteractorState_initState_closure(_this), new A._AndroidDocumentTouchInteractorState_initState_closure0(_this)); _this._widget.focusNode.addListener$1(0, _this.get$_document_gestures_touch_android$_onFocusChange()); if (_this._widget.focusNode.get$hasFocus()) _this._document_gestures_touch_android$_showEditingControlsOverlay$0(); t1 = _this._widget.scrollController; - _this.___AndroidDocumentTouchInteractorState__scrollController = t1 == null ? new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()) : t1; + _this.___AndroidDocumentTouchInteractorState__scrollController_A = t1 == null ? A.ScrollController$(0, true) : t1; $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_initState_closure1(_this)); - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__scrollController, "_scrollController").addListener$1(0, _this.get$_document_gestures_touch_android$_onScrollChange()); - _this.___AndroidDocumentTouchInteractorState__editingController = new A.AndroidDocumentGestureEditingController(_this._document_gestures_touch_android$_documentLayoutLink, _this._document_gestures_touch_android$_magnifierFocalPointLink, $.$get$ChangeNotifier__emptyListeners()); + _this.___AndroidDocumentTouchInteractorState__scrollController_A.addListener$1(0, _this.get$_document_gestures_touch_android$_onScrollChange()); + _this.___AndroidDocumentTouchInteractorState__editingController_A = new A.AndroidDocumentGestureEditingController(_this._document_gestures_touch_android$_documentLayoutLink, _this._document_gestures_touch_android$_magnifierFocalPointLink, $.$get$ChangeNotifier__emptyListeners()); _this._widget.document.addListener$1(0, _this.get$_document_gestures_touch_android$_onDocumentChange()); _this._widget.composer.addListener$1(0, _this.get$_document_gestures_touch_android$_onSelectionChange()); + t1 = _this._widget; + t2 = t1.focusNode; + _this.startSyncingSelectionWithFocus$3$composer$focusNode$getDocumentLayout(t1.composer, t2, t1.getDocumentLayout); + if (_this._widget.composer._document_composer$_selection != null) + _this._document_gestures_touch_android$_onSelectionChange$0(); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); }, didChangeDependencies$0() { @@ -481019,7 +495744,7 @@ _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; - t1 = A.Scrollable_of(t1); + t1 = _this._document_gestures_touch_android$_findAncestorScrollable$1(t1); if (t1 == null) t1 = null; else { @@ -481038,6 +495763,7 @@ t1 = _this.get$_document_gestures_touch_android$_onFocusChange(); t2.removeListener$1(0, t1); _this._widget.focusNode.addListener$1(0, t1); + _this.onFocusNodeReplaced$1(_this._widget.focusNode); } t1 = _this._widget.document; t2 = oldWidget.document; @@ -481052,7 +495778,12 @@ t1 = _this.get$_document_gestures_touch_android$_onSelectionChange(); t2.removeListener$1(0, t1); _this._widget.composer.addListener$1(0, t1); + _this.onDocumentComposerReplaced$1(_this._widget.composer); + if (!J.$eq$(_this._widget.composer._document_composer$_selection, t2._document_composer$_selection)) + _this._document_gestures_touch_android$_onSelectionChange$0(); } + if (!J.$eq$(_this._widget.getDocumentLayout, oldWidget.getDocumentLayout)) + _this.DocumentSelectionOnFocusMixin__getDocumentLayout = _this._widget.getDocumentLayout; }, reassemble$0() { var _this = this; @@ -481062,29 +495793,38 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_reassemble_closure(_this)); } }, - dispose$0(_) { - var _this = this; + dispose$0() { + var t1, _this = this; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_dispose_closure(_this)); _this._widget.document.removeListener$1(0, _this.get$_document_gestures_touch_android$_onDocumentChange()); _this._widget.composer.removeListener$1(0, _this.get$_document_gestures_touch_android$_onSelectionChange()); _this._document_gestures_touch_android$_removeEditingOverlayControls$0(); - if (_this._widget.scrollController == null) - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__scrollController, "_scrollController").dispose$0(0); + if (_this._widget.scrollController == null) { + t1 = _this.___AndroidDocumentTouchInteractorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + } _this._widget.focusNode.removeListener$1(0, _this.get$_document_gestures_touch_android$_onFocusChange()); - A._lateReadCheck(A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling")._document_gestures_touch$_autoScroller.__AutoScroller__ticker, "_ticker").dispose$0(0); - _this.super$__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._document_gestures_touch$_autoScroller.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.stopSyncingSelectionWithFocus$0(); + _this.super$__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(); }, didChangeMetrics$0() { $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure(this)); }, _document_gestures_touch_android$_ensureSelectionExtentIsVisible$0() { - var collapsedHandleOffset, extentHandleOffset, t2, t3, editorBox, editorInViewportOffset, handleInViewportOffset, _this = this, _null = null, - _s18_ = "_editingController", + var t2, collapsedHandleOffset, extentHandleOffset, t3, editorBox, editorInViewportOffset, handleInViewportOffset, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_FINE_500, "Ensuring selection extent is visible", _null, _null); - collapsedHandleOffset = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_)._document_gestures_touch_android$_collapsedHandleOffset; - extentHandleOffset = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_)._document_gestures_touch_android$_downstreamHandleOffset; + t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + collapsedHandleOffset = t2._document_gestures_touch_android$_collapsedHandleOffset; + extentHandleOffset = t2._document_gestures_touch_android$_downstreamHandleOffset; t2 = collapsedHandleOffset == null; if (t2 && extentHandleOffset == null) return; @@ -481099,7 +495839,9 @@ t1.log$4(B.Level_FINE_500, "The selection is expanded", _null, _null); handleInViewportOffset.__late_helper$_value = extentHandleOffset.$sub(0, editorInViewportOffset); } - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling").ensureOffsetIsVisible$1(handleInViewportOffset._readLocal$0()); + t1 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.ensureOffsetIsVisible$1(handleInViewportOffset._readLocal$0()); }, _document_gestures_touch_android$_onFocusChange$0() { if (this._widget.focusNode.get$hasFocus()) @@ -481108,7 +495850,9 @@ this._document_gestures_touch_android$_removeEditingOverlayControls$0(); }, _document_gestures_touch_android$_onDocumentChange$0() { - A._lateReadCheck(this.___AndroidDocumentTouchInteractorState__editingController, "_editingController").hideToolbar$0(); + var t1 = this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState__onDocumentChange_closure(this)); }, _document_gestures_touch_android$_onSelectionChange$0() { @@ -481116,10 +495860,10 @@ }, _document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0() { var t1, t2, t3, _this = this, _null = null, - _s18_ = "_editingController", newSelection = _this._widget.composer._document_composer$_selection; if (newSelection == null) { - t1 = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_); + t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeCaret$0(); t1.hideToolbar$0(); t1.set$collapsedHandleOffset(_null); @@ -481130,7 +495874,8 @@ } else if (J.$eq$(newSelection.base, newSelection.extent)) { t1 = _this._widget.getDocumentLayout$0().getRectForPosition$1(_this._widget.composer._document_composer$_selection.extent); t1.toString; - t2 = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_); + t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t1.top; t2._document_gestures_touch_android$_caretTop = new A.Offset(t1.left, t3); t2._document_gestures_touch_android$_caretHeight = t1.bottom - t3; @@ -481155,12 +495900,17 @@ }, get$scrollPosition() { var t1 = this._document_gestures_touch_android$_ancestorScrollPosition; - return t1 == null ? B.JSArray_methods.get$single(A._lateReadCheck(this.___AndroidDocumentTouchInteractorState__scrollController, "_scrollController")._positions) : t1; + if (t1 == null) { + t1 = this.___AndroidDocumentTouchInteractorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = B.JSArray_methods.get$single(t1._positions); + } + return t1; }, get$viewportBox() { var t1 = this._framework$_element; t1.toString; - t1 = A.Scrollable_of(t1); + t1 = this._document_gestures_touch_android$_findAncestorScrollable$1(t1); t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); if (t1 == null) t1 = this._framework$_element.get$renderObject(); @@ -481168,7 +495918,6 @@ }, _document_gestures_touch_android$_onTapUp$1(details) { var t2, t3, t4, docOffset, docPosition, selection, didTapOnExistingSelection, _this = this, _null = null, - _s18_ = "_editingController", t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Tap down on document", _null, _null); t2 = details.localPosition; @@ -481187,22 +495936,27 @@ didTapOnExistingSelection = J.$eq$(t1, t2) && J.$eq$(t2, docPosition); } else didTapOnExistingSelection = false; - t1 = _this.___AndroidDocumentTouchInteractorState__editingController; - if (didTapOnExistingSelection) - A._lateReadCheck(t1, _s18_).toggleToolbar$0(); - else - A._lateReadCheck(t1, _s18_).hideToolbar$0(); + t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + if (didTapOnExistingSelection) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.toggleToolbar$0(); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); + } + _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); _this._document_gestures_touch_android$_selectPosition$1(docPosition); _this._document_gestures_touch_android$_positionToolbar$0(); } else { _this._clearSelection$0(); - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_).hideToolbar$0(); + t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); } _this._widget.focusNode.requestFocus$0(); }, _onDoubleTapDown$1(details) { var t2, t3, t4, docOffset, docPosition, didSelectContent, _this = this, _null = null, - _s18_ = "_editingController", t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Double tap down on document", _null, _null); t2 = details.localPosition; @@ -481213,23 +495967,26 @@ t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); - _this._clearSelection$0(); if (docPosition != null) { + _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); + _this._clearSelection$0(); didSelectContent = _this._document_gestures_touch_android$_selectWordAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition); if (!(!didSelectContent ? _this._document_gestures_touch_android$_selectBlockAt$1(docPosition) : didSelectContent)) _this._document_gestures_touch_android$_selectPosition$1(docPosition); t1 = _this._widget.composer._document_composer$_selection; t1 = J.$eq$(t1.base, t1.extent); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController; + t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; if (!t1) { - A._lateReadCheck(t2, _s18_).showToolbar$0(); + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.showToolbar$0(); _this._document_gestures_touch_android$_positionToolbar$0(); } else { - t1 = A._lateReadCheck(t2, _s18_); - t1.unHideCollapsedHandle$0(); - t1.startCollapsedHandleAutoHideCountdown$0(); + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.unHideCollapsedHandle$0(); + t2.startCollapsedHandleAutoHideCountdown$0(); } - } + } else + _this._clearSelection$0(); _this._widget.focusNode.requestFocus$0(); }, _document_gestures_touch_android$_selectBlockAt$1(position) { @@ -481251,12 +496008,15 @@ t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); - _this._clearSelection$0(); - if (docPosition != null) + if (docPosition != null) { + _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); + _this._clearSelection$0(); if (!_this._document_gestures_touch_android$_selectParagraphAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition)) { _this._document_gestures_touch_android$_selectPosition$1(docPosition); _this._document_gestures_touch_android$_positionToolbar$0(); } + } else + _this._clearSelection$0(); _this._widget.focusNode.requestFocus$0(); }, _document_gestures_touch_android$_showEditingControlsOverlay$0() { @@ -481303,10 +496063,14 @@ t2 = _this.get$scrollPosition()._pixels; t2.toString; _this._document_gestures_touch_android$_dragStartScrollOffset = t2; - t2 = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling"); + t2 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t2._document_gestures_touch$_autoScroller.__scrolling$_scrollPosition = t2._getScrollPosition.call$0(); - if (_this._selectionType === B.SelectionType_0) - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, "_editingController").cancelCollapsedHandleAutoHideCountdown$0(); + if (_this._selectionType === B.SelectionType_0) { + t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.cancelCollapsedHandleAutoHideCountdown$0(); + } _this.get$scrollPosition().addListener$1(0, _this.get$_document_gestures_touch_android$_updateDragSelection()); }, _onHandleDragUpdate$1(globalOffset) { @@ -481318,8 +496082,12 @@ interactorBox = t1._as(_this._framework$_element.get$renderObject()); dragEndInViewport = _this.get$viewportBox().globalToLocal$1(A.MatrixUtils_transformPoint(interactorBox.getTransformTo$1(0, null), t2)); _this._document_gestures_touch_android$_updateSelectionForNewDragHandleLocation$0(); - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling").updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, "_editingController").showMagnifier$0(); + t2 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); + t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.showMagnifier$0(); }, _document_gestures_touch_android$_updateSelectionForNewDragHandleLocation$0() { var t2, docDragDelta, docDragPosition, _this = this, @@ -481348,25 +496116,26 @@ }, _document_gestures_touch_android$_onHandleDragEnd$0() { var t2, _this = this, - _s18_ = "_editingController", - t1 = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling")._document_gestures_touch$_autoScroller; + t1 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._document_gestures_touch$_autoScroller; t1.stopScrollingUp$0(); t1.stopScrollingDown$0(); t1.__scrolling$_scrollPosition = null; _this.get$scrollPosition().removeListener$1(0, _this.get$_document_gestures_touch_android$_updateDragSelection()); - t1 = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_); + t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._isMagnifierVisible = false; t1.notifyListeners$0(); _this._document_gestures_touch_android$_dragEndInInteractor = _this._document_gestures_touch_android$_dragStartInDoc = _this._document_gestures_touch_android$_dragStartScrollOffset = null; t1 = _this._widget.composer._document_composer$_selection; t1 = J.$eq$(t1.base, t1.extent); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController; + t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; if (t1) { - t1 = A._lateReadCheck(t2, _s18_); - t1.unHideCollapsedHandle$0(); - t1.startCollapsedHandleAutoHideCountdown$0(); + t2.unHideCollapsedHandle$0(); + t2.startCollapsedHandleAutoHideCountdown$0(); } else { - A._lateReadCheck(t2, _s18_).showToolbar$0(); + t2.showToolbar$0(); _this._document_gestures_touch_android$_positionToolbar$0(); } }, @@ -481419,7 +496188,8 @@ return; } handleOffset = A._InitializedCell$named("handleOffset", new A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure(this._widget.getDocumentLayout$0().getRectForPosition$1(t2))); - t1 = A._lateReadCheck(this.___AndroidDocumentTouchInteractorState__editingController, "_editingController"); + t1 = this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.set$collapsedHandleOffset(handleOffset._read$0()); t1.unHideCollapsedHandle$0(); t1.startCollapsedHandleAutoHideCountdown$0(); @@ -481444,7 +496214,8 @@ affinity = A.InspectDocumentAffinity_getAffinityBetween(_this._widget.document, t1, t2); upstreamHandleOffset = A._InitializedCell$named("upstreamHandleOffset", new A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure(affinity, baseHandleOffset, extentHandleOffset)); downstreamHandleOffset = A._InitializedCell$named("downstreamHandleOffset", new A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0(affinity, extentHandleOffset, baseHandleOffset)); - t2 = A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, "_editingController"); + t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t2.removeCaret$0(); t2.set$collapsedHandleOffset(_null); t2.set$upstreamHandleOffset(upstreamHandleOffset._read$0()); @@ -481452,9 +496223,10 @@ t2.cancelCollapsedHandleAutoHideCountdown$0(); }, _document_gestures_touch_android$_positionToolbar$0() { - var selectionRect, selection, t1, t2, t3, t4, t5, extentRectInDoc, t6, selectionRectInDoc, toolbarTopAnchor, toolbarBottomAnchor, _this = this, _null = null, - _s18_ = "_editingController"; - if (!A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_)._shouldDisplayToolbar) + var selectionRect, selection, t2, t3, t4, t5, extentRectInDoc, t6, selectionRectInDoc, toolbarTopAnchor, toolbarBottomAnchor, _this = this, _null = null, + t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1._shouldDisplayToolbar) return; selectionRect = A._Cell$named("selectionRect"); selection = _this._widget.composer._document_composer$_selection; @@ -481483,7 +496255,7 @@ } toolbarTopAnchor = selectionRect._readLocal$0().get$topCenter().$sub(0, B.Offset_0_24); toolbarBottomAnchor = selectionRect._readLocal$0().get$bottomCenter().$add(0, B.Offset_0_24); - A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__editingController, _s18_).positionToolbar$2$bottomAnchor$topAnchor(toolbarBottomAnchor, toolbarTopAnchor); + _this.___AndroidDocumentTouchInteractorState__editingController_A.positionToolbar$2$bottomAnchor$topAnchor(toolbarBottomAnchor, toolbarTopAnchor); }, _document_gestures_touch_android$_removeEditingOverlayControls$0() { var t1 = this._document_gestures_touch_android$_controlsOverlayEntry; @@ -481516,9 +496288,21 @@ $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Clearing document selection", null, null); this._widget.composer.set$selection(null); }, - build$1(_, context) { - var _this = this; - return _this._document_gestures_touch_android$_buildGestureInput$1$child(new A.ScrollableDocument(A._lateReadCheck(_this.___AndroidDocumentTouchInteractorState__scrollController, "_scrollController"), false, _this._document_gestures_touch_android$_documentLayoutLink, _this._widget.child, null)); + _document_gestures_touch_android$_findAncestorScrollable$1(context) { + var direction, + ancestorScrollable = A.Scrollable_of(context); + if (ancestorScrollable == null) + return null; + direction = ancestorScrollable._widget.axisDirection; + if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) + return null; + return ancestorScrollable; + }, + build$1(context) { + var _this = this, + t1 = _this.___AndroidDocumentTouchInteractorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return _this._document_gestures_touch_android$_buildGestureInput$1$child(new A.ScrollableDocument(t1, false, _this._document_gestures_touch_android$_documentLayoutLink, _this._widget.child, null)); }, _document_gestures_touch_android$_buildGestureInput$1$child(child) { return new A.RawGestureDetector(child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._AndroidDocumentTouchInteractorState__buildGestureInput_closure(), new A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0(this), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, null, null); @@ -481528,37 +496312,39 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 726 + $signature: 363 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 725 + $signature: 366 }; A._AndroidDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { this.$this._updateScrollPositionListener$0(); }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { call$1(timeStamp) { this.$this._updateScrollPositionListener$0(); }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState_reassemble_closure.prototype = { call$1(timeStamp) { this.$this._document_gestures_touch_android$_showEditingControlsOverlay$0(); }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState_dispose_closure.prototype = { call$1(timeStamp) { - A._lateReadCheck(this.$this.___AndroidDocumentTouchInteractorState__editingController, "_editingController").dispose$0(0); + var t1 = this.$this.___AndroidDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure.prototype = { call$1(timeStamp) { @@ -481569,7 +496355,7 @@ t1.setState$1(new A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure()); } }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure.prototype = { call$0() { @@ -481582,49 +496368,50 @@ t1._document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0(); t1._document_gestures_touch_android$_ensureSelectionExtentIsVisible$0(); }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState__onSelectionChange_closure.prototype = { call$1(timeStamp) { this.$this._document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0(); }, - $signature: 24 + $signature: 19 }; A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure.prototype = { call$1(overlayContext) { var t3, t1 = this.$this, - t2 = A._lateReadCheck(t1.___AndroidDocumentTouchInteractorState__editingController, "_editingController"); + t2 = t1.___AndroidDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1._widget.getDocumentLayout$0(); t3 = t1._widget; - return new A.AndroidDocumentTouchEditingControls(t2, t3.createOverlayControlsClipper, B.MaterialColor_Map_JNc9P_4294198070, t1.get$_onHandleDragStart(), t1.get$_onHandleDragUpdate(), t1.get$_document_gestures_touch_android$_onHandleDragEnd(), t3.popoverToolbarBuilder, false, null); + return new A.AndroidDocumentTouchEditingControls(t2, t3.createOverlayControlsClipper, t3.handleColor, t1.get$_onHandleDragStart(), t1.get$_onHandleDragUpdate(), t1.get$_document_gestures_touch_android$_onHandleDragEnd(), t3.popoverToolbarBuilder, false, null); }, - $signature: 2916 + $signature: 2961 }; A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 347 + $signature: 359 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.baseHandleOffset : this.extentHandleOffset; }, - $signature: 347 + $signature: 359 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.extentHandleOffset : this.baseHandleOffset; }, - $signature: 347 + $signature: 359 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 507 + $signature: 524 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -481633,7 +496420,7 @@ recognizer.onDoubleTapDown = t1.get$_onDoubleTapDown(); recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); }, - $signature: 508 + $signature: 525 }; A.AndroidDocumentTouchEditingControls.prototype = { createState$0() { @@ -481646,7 +496433,7 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController = A.BlinkController$(_this); + _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A = A.BlinkController$(_this); t1 = _this._widget.editingController; _this._document_gestures_touch_android$_prevCaretOffset = t1._document_gestures_touch_android$_caretTop; t1.addListener$1(0, _this.get$_document_gestures_touch_android$_onEditingControllerChange()); @@ -481665,26 +496452,29 @@ _this._widget.editingController.addListener$1(0, t1); } }, - dispose$0(_) { - var t1, _this = this; + dispose$0() { + var t1, t2, _this = this; _this._widget.editingController.removeListener$1(0, _this.get$_document_gestures_touch_android$_onEditingControllerChange()); - t1 = A._lateReadCheck(_this.___AndroidDocumentTouchEditingControlsState__caretBlinkController, "_caretBlinkController"); - A._lateReadCheck(t1.__BlinkController__ticker, "_ticker").dispose$0(0); - t1.super$ChangeNotifier$dispose(0); - _this.super$__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__BlinkController__ticker_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.dispose$0(); + t1.super$ChangeNotifier$dispose(); + _this.super$__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose(); }, _document_gestures_touch_android$_onEditingControllerChange$0() { - var t1, t2, _this = this, - _s21_ = "_caretBlinkController"; + var t1, t2, _this = this; if (!J.$eq$(_this._document_gestures_touch_android$_prevCaretOffset, _this._widget.editingController._document_gestures_touch_android$_caretTop)) { t1 = _this._widget.editingController._document_gestures_touch_android$_caretTop; - t2 = _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController; + t2 = _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A; if (t1 == null) { - t1 = A._lateReadCheck(t2, _s21_); - t1._blink_controller$_isVisible = true; - A._lateReadCheck(t1.__BlinkController__ticker, "_ticker").stop$0(0); - } else - A._lateReadCheck(t2, _s21_).jumpToOpaque$0(); + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.stopBlinking$0(); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.jumpToOpaque$0(); + } _this._document_gestures_touch_android$_prevCaretOffset = _this._widget.editingController._document_gestures_touch_android$_caretTop; } }, @@ -481722,21 +496512,22 @@ this.setState$1(new A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure(this)); this._widget.onHandleDragEnd.call$0(); }, - build$1(_, context) { + build$1(context) { return new A.ListenableBuilder(this._widget.editingController, new A._AndroidDocumentTouchEditingControlsState_build_closure(this), null); }, _buildCaret$0() { - var t3, t4, t5, - t1 = this._widget.editingController, - t2 = t1._document_gestures_touch_android$_caretTop; - if (t2 == null) + var t4, t5, + t1 = this._widget, + t2 = t1.editingController, + t3 = t2._document_gestures_touch_android$_caretTop; + if (t3 == null) return B.SizedBox_null_null_null_null; - t3 = A._lateReadCheck(this.___AndroidDocumentTouchEditingControlsState__caretBlinkController, "_caretBlinkController"); - t4 = this._widget; - t5 = t4.editingController._document_gestures_touch_android$_caretHeight; + t4 = this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = t2._document_gestures_touch_android$_caretHeight; t5.toString; - t4 = t4.handleColor; - return A.CompositedTransformFollower$(new A.IgnorePointer(true, null, A.BlinkingCaret$(B.BorderRadius_tLn, t5, B.Offset_m1_0, t4, t3, false, true, 2), null), null, t1._document_gestures_touch_android$_documentLayoutLink, t2, true, B.Alignment_m1_m1); + t1 = t1.handleColor; + return A.CompositedTransformFollower$(new A.IgnorePointer(true, null, A.BlinkingCaret$(B.BorderRadius_tLn, t5, B.Offset_m1_0, t1, t4, false, true, 2), null), null, t2._document_gestures_touch_android$_documentLayoutLink, t3, true, B.Alignment_m1_m1); }, _document_gestures_touch_android$_buildHandles$0() { var t4, _this = this, @@ -481834,7 +496625,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: 723 + $signature: 806 }; A.SelectionType0.prototype = { toString$0(_) { @@ -481842,11 +496633,11 @@ } }; A.AndroidDocumentGestureEditingController.prototype = { - dispose$0(_) { + dispose$0() { var t1 = this._collapsedHandleAutoHideTimer; if (t1 != null) t1.cancel$0(0); - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, removeCaret$0() { var _this = this; @@ -481898,13 +496689,13 @@ } }; A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -481914,13 +496705,13 @@ }; A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver.prototype = {}; A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -481928,9 +496719,11 @@ this._updateTicker$0(); } }; + A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin.prototype = {}; A.IOSDocumentTouchInteractor.prototype = { createState$0() { - return new A._IOSDocumentTouchInteractorState(new A.LayerLink(), new A.LayerLink(), null, null, B._StateLifecycle_0); + var _null = null; + return new A._IOSDocumentTouchInteractorState(new A.LayerLink(), new A.LayerLink(), _null, _null, _null, _null, _null, _null, B._StateLifecycle_0); }, getDocumentLayout$0() { return this.getDocumentLayout.call$0(); @@ -481941,21 +496734,26 @@ }; A._IOSDocumentTouchInteractorState.prototype = { initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); _this._widget.toString; - _this.___IOSDocumentTouchInteractorState__handleAutoScrolling = new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._IOSDocumentTouchInteractorState_initState_closure(_this), new A._IOSDocumentTouchInteractorState_initState_closure0(_this)); + _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A = new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._IOSDocumentTouchInteractorState_initState_closure(_this), new A._IOSDocumentTouchInteractorState_initState_closure0(_this)); _this._widget.focusNode.addListener$1(0, _this.get$_document_gestures_touch_ios$_onFocusChange()); if (_this._widget.focusNode.get$hasFocus()) _this._showEditingControlsOverlay$0(); t1 = _this._widget.scrollController; if (t1 == null) - t1 = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); - _this.___IOSDocumentTouchInteractorState__scrollController = t1; - A._lateReadCheck(t1, "_scrollController").addListener$1(0, _this.get$_onScrollChange()); - _this.___IOSDocumentTouchInteractorState__editingController = new A.IosDocumentGestureEditingController(_this._documentLayerLink, _this._document_gestures_touch_ios$_magnifierFocalPointLink, $.$get$ChangeNotifier__emptyListeners()); + t1 = A.ScrollController$(0, true); + _this.___IOSDocumentTouchInteractorState__scrollController_A = t1; + t1.addListener$1(0, _this.get$_onScrollChange()); + _this.___IOSDocumentTouchInteractorState__editingController_A = new A.IosDocumentGestureEditingController(_this._documentLayerLink, _this._document_gestures_touch_ios$_magnifierFocalPointLink, $.$get$ChangeNotifier__emptyListeners()); _this._widget.document.addListener$1(0, _this.get$_onDocumentChange()); _this._widget.composer.addListener$1(0, _this.get$_onSelectionChange()); + t1 = _this._widget; + t2 = t1.focusNode; + _this.startSyncingSelectionWithFocus$3$composer$focusNode$getDocumentLayout(t1.composer, t2, t1.getDocumentLayout); + if (_this._widget.composer._document_composer$_selection != null) + _this._onSelectionChange$0(); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); }, didChangeDependencies$0() { @@ -481963,7 +496761,7 @@ _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; - t1 = A.Scrollable_of(t1); + t1 = _this._document_gestures_touch_ios$_findAncestorScrollable$1(t1); if (t1 == null) t1 = null; else { @@ -481982,6 +496780,7 @@ t1 = _this.get$_document_gestures_touch_ios$_onFocusChange(); t2.removeListener$1(0, t1); _this._widget.focusNode.addListener$1(0, t1); + _this.onFocusNodeReplaced$1(_this._widget.focusNode); } t1 = _this._widget.document; t2 = oldWidget.document; @@ -481996,7 +496795,12 @@ t1 = _this.get$_onSelectionChange(); t2.removeListener$1(0, t1); _this._widget.composer.addListener$1(0, t1); + _this.onDocumentComposerReplaced$1(_this._widget.composer); + if (!J.$eq$(_this._widget.composer._document_composer$_selection, t2._document_composer$_selection)) + _this._onSelectionChange$0(); } + if (!J.$eq$(_this._widget.getDocumentLayout, oldWidget.getDocumentLayout)) + _this.DocumentSelectionOnFocusMixin__getDocumentLayout = _this._widget.getDocumentLayout; }, reassemble$0() { var _this = this; @@ -482006,28 +496810,37 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState_reassemble_closure(_this)); } }, - dispose$0(_) { - var _this = this; + dispose$0() { + var t1, _this = this; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); _this._widget.document.removeListener$1(0, _this.get$_onDocumentChange()); _this._widget.composer.removeListener$1(0, _this.get$_onSelectionChange()); _this._removeEditingOverlayControls$0(); - if (_this._widget.scrollController == null) - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__scrollController, "_scrollController").dispose$0(0); - A._lateReadCheck(A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling")._document_gestures_touch$_autoScroller.__AutoScroller__ticker, "_ticker").dispose$0(0); + if (_this._widget.scrollController == null) { + t1 = _this.___IOSDocumentTouchInteractorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + } + t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._document_gestures_touch$_autoScroller.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); _this._widget.focusNode.removeListener$1(0, _this.get$_document_gestures_touch_ios$_onFocusChange()); - _this.super$__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(0); + _this.stopSyncingSelectionWithFocus$0(); + _this.super$__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(); }, didChangeMetrics$0() { $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState_didChangeMetrics_closure(this)); }, _ensureSelectionExtentIsVisible$0() { - var collapsedHandleOffset, extentHandleOffset, t2, t3, editorBox, editorInViewportOffset, handleInViewportOffset, _this = this, _null = null, - _s18_ = "_editingController", + var t2, collapsedHandleOffset, extentHandleOffset, t3, editorBox, editorInViewportOffset, handleInViewportOffset, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_FINE_500, "Ensuring selection extent is visible", _null, _null); - collapsedHandleOffset = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_)._collapsedHandleOffset; - extentHandleOffset = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_)._downstreamHandleOffset; + t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + collapsedHandleOffset = t2._collapsedHandleOffset; + extentHandleOffset = t2._downstreamHandleOffset; t2 = collapsedHandleOffset == null; if (t2 && extentHandleOffset == null) return; @@ -482042,7 +496855,9 @@ t1.log$4(B.Level_FINE_500, "The selection is expanded", _null, _null); handleInViewportOffset.__late_helper$_value = extentHandleOffset.$sub(0, editorInViewportOffset); } - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling").ensureOffsetIsVisible$1(handleInViewportOffset._readLocal$0()); + t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.ensureOffsetIsVisible$1(handleInViewportOffset._readLocal$0()); }, _document_gestures_touch_ios$_onFocusChange$0() { if (this._widget.focusNode.get$hasFocus()) @@ -482051,7 +496866,9 @@ this._removeEditingOverlayControls$0(); }, _onDocumentChange$0() { - A._lateReadCheck(this.___IOSDocumentTouchInteractorState__editingController, "_editingController").hideToolbar$0(); + var t1 = this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState__onDocumentChange_closure(this)); }, _onSelectionChange$0() { @@ -482059,10 +496876,10 @@ }, _updateHandlesAfterSelectionOrLayoutChange$0() { var t1, t2, t3, _this = this, _null = null, - _s18_ = "_editingController", newSelection = _this._widget.composer._document_composer$_selection; if (newSelection == null) { - t1 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeCaret$0(); t1.hideToolbar$0(); t1.set$collapsedHandleOffset(_null); @@ -482072,7 +496889,8 @@ } else if (J.$eq$(newSelection.base, newSelection.extent)) { t1 = _this._widget.getDocumentLayout$0().getRectForPosition$1(_this._widget.composer._document_composer$_selection.extent); t1.toString; - t2 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_); + t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t3 = t1.top; t2._caretTop = new A.Offset(t1.left, t3); t2._caretHeight = t1.bottom - t3; @@ -482086,12 +496904,17 @@ }, get$scrollPosition() { var t1 = this._ancestorScrollPosition; - return t1 == null ? B.JSArray_methods.get$single(A._lateReadCheck(this.___IOSDocumentTouchInteractorState__scrollController, "_scrollController")._positions) : t1; + if (t1 == null) { + t1 = this.___IOSDocumentTouchInteractorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = B.JSArray_methods.get$single(t1._positions); + } + return t1; }, get$viewportBox() { var t1 = this._framework$_element; t1.toString; - t1 = A.Scrollable_of(t1); + t1 = this._document_gestures_touch_ios$_findAncestorScrollable$1(t1); t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); if (t1 == null) t1 = this._framework$_element.get$renderObject(); @@ -482099,7 +496922,6 @@ }, _onTapUp$1(details) { var t2, t3, t4, t5, docOffset, docPosition, didTapOnExistingSelection, _this = this, _null = null, - _s18_ = "_editingController", selection = _this._widget.composer._document_composer$_selection, t1 = selection != null; if (t1) @@ -482111,7 +496933,9 @@ else t2 = false; if (t2) { - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_).toggleToolbar$0(); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.toggleToolbar$0(); _this._positionToolbar$0(); return; } @@ -482127,7 +496951,9 @@ t2.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); t2 = docPosition != null; if (t2 && t1 && !J.$eq$(selection.base, selection.extent) && A.InspectDocumentSelection_doesSelectionContainPosition(_this._widget.document, selection, docPosition)) { - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_).toggleToolbar$0(); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.toggleToolbar$0(); _this._positionToolbar$0(); return; } @@ -482139,22 +496965,27 @@ didTapOnExistingSelection = J.$eq$(t1, t2) && J.$eq$(t2, docPosition); } else didTapOnExistingSelection = false; - t1 = _this.___IOSDocumentTouchInteractorState__editingController; - if (didTapOnExistingSelection) - A._lateReadCheck(t1, _s18_).toggleToolbar$0(); - else - A._lateReadCheck(t1, _s18_).hideToolbar$0(); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + if (didTapOnExistingSelection) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.toggleToolbar$0(); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); + } + _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); _this._selectPosition$1(docPosition); } else { _this._widget.composer.set$selection(_null); - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_).hideToolbar$0(); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.hideToolbar$0(); } _this._positionToolbar$0(); _this._widget.focusNode.requestFocus$0(); }, _onDoubleTapUp$1(details) { var t1, t2, t3, t4, docOffset, docPosition, didSelectContent, newSelection, _this = this, _null = null, - _s18_ = "_editingController", selection = _this._widget.composer._document_composer$_selection; if (selection != null) if (!J.$eq$(selection.base, selection.extent)) { @@ -482176,19 +497007,24 @@ t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); - _this._widget.composer.set$selection(_null); + t1 = _this._widget; if (docPosition != null) { + t1.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); + _this._widget.composer.set$selection(_null); didSelectContent = _this._selectWordAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition); if (!(!didSelectContent ? _this._selectBlockAt$1(docPosition) : didSelectContent)) _this._selectPosition$1(docPosition); - } + } else + t1.composer.set$selection(_null); newSelection = _this._widget.composer._document_composer$_selection; t1 = newSelection == null || J.$eq$(newSelection.base, newSelection.extent); - t2 = _this.___IOSDocumentTouchInteractorState__editingController; - if (t1) - A._lateReadCheck(t2, _s18_).hideToolbar$0(); - else { - A._lateReadCheck(t2, _s18_).showToolbar$0(); + t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.hideToolbar$0(); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.showToolbar$0(); _this._positionToolbar$0(); } _this._widget.focusNode.requestFocus$0(); @@ -482203,7 +497039,6 @@ }, _onTripleTapUp$1(details) { var t2, t3, docOffset, docPosition, selection, _this = this, _null = null, - _s18_ = "_editingController", t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Triple down down on document", _null, _null); t2 = _this._widget.getDocumentLayout$0(); @@ -482213,21 +497048,29 @@ t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); - _this._widget.composer.set$selection(_null); - if (docPosition != null) + t1 = _this._widget; + if (docPosition != null) { + t1.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); + _this._widget.composer.set$selection(_null); if (!_this._selectParagraphAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition)) _this._selectPosition$1(docPosition); + } else + t1.composer.set$selection(_null); selection = _this._widget.composer._document_composer$_selection; t1 = selection == null || J.$eq$(selection.base, selection.extent); - t2 = _this.___IOSDocumentTouchInteractorState__editingController; - if (t1) - A._lateReadCheck(t2, _s18_).hideToolbar$0(); - else { - A._lateReadCheck(t2, _s18_).showToolbar$0(); + t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.hideToolbar$0(); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.showToolbar$0(); _this._positionToolbar$0(); } _this._widget.focusNode.requestFocus$0(); }, + _onPanDown$1(details) { + }, _onPanStart$1(details) { var t1, t2, t3, t4, handleOffsetInInteractor, t5, _this = this, selection = _this._widget.composer._document_composer$_selection; @@ -482249,7 +497092,9 @@ } else return; } - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, "_editingController").hideToolbar$0(); + t3 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.hideToolbar$0(); t3 = details.globalPosition; _this._globalStartDragOffset = t3; t4 = type$.RenderBox; @@ -482265,7 +497110,8 @@ t1 = _this.get$scrollPosition()._pixels; t1.toString; _this._dragStartScrollOffset = t1; - t1 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling"); + t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._document_gestures_touch$_autoScroller.__scrolling$_scrollPosition = t1._getScrollPosition.call$0(); _this.get$scrollPosition().addListener$1(0, _this.get$_updateDragSelection()); _this._controlsOverlayEntry.markNeedsBuild$0(); @@ -482336,8 +497182,12 @@ _this._dragEndInInteractor = t1; dragEndInViewport = _this.get$viewportBox().globalToLocal$1(A.MatrixUtils_transformPoint(t2._as(_this._framework$_element.get$renderObject()).getTransformTo$1(0, null), t1)); _this._updateSelectionForNewDragHandleLocation$0(); - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling").updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, "_editingController").showMagnifier$0(); + t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.showMagnifier$0(); _this._controlsOverlayEntry.markNeedsBuild$0(); }, _updateSelectionForNewDragHandleLocation$0() { @@ -482381,19 +497231,21 @@ }, _onHandleDragEnd$0() { var _this = this, - _s18_ = "_editingController", - t1 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling")._document_gestures_touch$_autoScroller; + t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._document_gestures_touch$_autoScroller; t1.stopScrollingUp$0(); t1.stopScrollingDown$0(); t1.__scrolling$_scrollPosition = null; _this.get$scrollPosition().removeListener$1(0, _this.get$_updateDragSelection()); _this._dragMode = null; - t1 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._isMagnifierVisible = false; t1.notifyListeners$0(); t1 = _this._widget.composer._document_composer$_selection; if (!J.$eq$(t1.base, t1.extent)) { - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_).showToolbar$0(); + _this.___IOSDocumentTouchInteractorState__editingController_A.showToolbar$0(); _this._positionToolbar$0(); } _this._controlsOverlayEntry.markNeedsBuild$0(); @@ -482461,7 +497313,9 @@ return; } handleOffset = A._InitializedCell$named("handleOffset", new A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure(this._widget.getDocumentLayout$0().getRectForPosition$1(t2))); - A._lateReadCheck(this.___IOSDocumentTouchInteractorState__editingController, "_editingController").set$collapsedHandleOffset(handleOffset._read$0()); + t1 = this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$collapsedHandleOffset(handleOffset._read$0()); }, _positionExpandedSelectionHandles$0() { var t1, t2, baseRect, t3, t4, baseHandleOffset, extentRect, t5, extentHandleOffset, upstreamHandleOffset, upstreamHandleHeight, downstreamHandleOffset, downstreamHandleHeight, _this = this, _null = null, @@ -482489,7 +497343,8 @@ upstreamHandleHeight = t1 ? t4 - baseRect.top : t5 - extentRect.top; downstreamHandleOffset = t1 ? extentHandleOffset : baseHandleOffset; downstreamHandleHeight = t1 ? t5 - extentRect.top : t4 - baseRect.top; - t1 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, "_editingController"); + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeCaret$0(); t1.set$collapsedHandleOffset(_null); t1.set$upstreamHandleOffset(upstreamHandleOffset); @@ -482504,9 +497359,10 @@ } }, _positionToolbar$0() { - var selectionRect, selection, t1, t2, t3, t4, t5, extentRectInDoc, t6, selectionRectInDoc, toolbarTopAnchor, toolbarBottomAnchor, _this = this, _null = null, - _s18_ = "_editingController"; - if (!A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_)._shouldDisplayToolbar) + var selectionRect, selection, t2, t3, t4, t5, extentRectInDoc, t6, selectionRectInDoc, toolbarTopAnchor, toolbarBottomAnchor, _this = this, _null = null, + t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1._shouldDisplayToolbar) return; selectionRect = A._Cell$named("selectionRect"); selection = _this._widget.composer._document_composer$_selection; @@ -482535,7 +497391,7 @@ } toolbarTopAnchor = selectionRect._readLocal$0().get$topCenter().$sub(0, B.Offset_0_24); toolbarBottomAnchor = selectionRect._readLocal$0().get$bottomCenter().$add(0, B.Offset_0_24); - A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__editingController, _s18_).positionToolbar$2$bottomAnchor$topAnchor(toolbarBottomAnchor, toolbarTopAnchor); + _this.___IOSDocumentTouchInteractorState__editingController_A.positionToolbar$2$bottomAnchor$topAnchor(toolbarBottomAnchor, toolbarTopAnchor); }, _removeEditingOverlayControls$0() { var t1 = this._controlsOverlayEntry; @@ -482561,7 +497417,8 @@ return false; }, _onFloatingCursorStart$0() { - var t1 = A._lateReadCheck(this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling"); + var t1 = this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1._document_gestures_touch$_autoScroller.__scrolling$_scrollPosition = t1._getScrollPosition.call$0(); }, _moveSelectionToFloatingCursor$1(documentOffset) { @@ -482569,14 +497426,17 @@ t1 = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(documentOffset); t1.toString; _this._selectPosition$1(t1); - t1 = A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling"); + t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._widget.getDocumentLayout$0(); t3 = _this._framework$_element.get$renderObject(); t3.toString; t1.updateAutoScrollHandleMonitoring$1$dragEndInViewport(A.MatrixUtils_transformPoint(type$.RenderBox._as(t2._framework$_element.get$renderObject()).getTransformTo$1(0, t3), documentOffset)); }, _onFloatingCursorStop$0() { - var t1 = A._lateReadCheck(this.___IOSDocumentTouchInteractorState__handleAutoScrolling, "_handleAutoScrolling")._document_gestures_touch$_autoScroller; + var t1 = this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._document_gestures_touch$_autoScroller; t1.stopScrollingUp$0(); t1.stopScrollingDown$0(); t1.__scrolling$_scrollPosition = null; @@ -482585,32 +497445,43 @@ $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Setting document selection to " + A.S(position), null, null); this._widget.composer.set$selection(new A.DocumentSelection(position, position)); }, - build$1(_, context) { - var t1, _this = this, - _s17_ = "_scrollController"; - if (A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__scrollController, _s17_)._positions.length !== 0) + _document_gestures_touch_ios$_findAncestorScrollable$1(context) { + var direction, + ancestorScrollable = A.Scrollable_of(context); + if (ancestorScrollable == null) + return null; + direction = ancestorScrollable._widget.axisDirection; + if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) + return null; + return ancestorScrollable; + }, + build$1(context) { + var _this = this, + t1 = _this.___IOSDocumentTouchInteractorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1._positions.length !== 0) if (_this.get$scrollPosition() != _this._activeScrollPosition) { t1 = _this._activeScrollPosition = _this.get$scrollPosition(); if (t1 != null) t1.addListener$1(0, _this.get$_onScrollChange()); } - return _this._buildGestureInput$1$child(new A.ScrollableDocument(A._lateReadCheck(_this.___IOSDocumentTouchInteractorState__scrollController, _s17_), true, _this._documentLayerLink, _this._widget.child, null)); + return _this._buildGestureInput$1$child(new A.ScrollableDocument(_this.___IOSDocumentTouchInteractorState__scrollController_A, true, _this._documentLayerLink, _this._widget.child, null)); }, _buildGestureInput$1$child(child) { - return new A.RawGestureDetector(child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._IOSDocumentTouchInteractorState__buildGestureInput_closure(), new A._IOSDocumentTouchInteractorState__buildGestureInput_closure0(this), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A._IOSDocumentTouchInteractorState__buildGestureInput_closure1(), new A._IOSDocumentTouchInteractorState__buildGestureInput_closure2(this), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, null, null); + return new A.RawGestureDetector(child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._IOSDocumentTouchInteractorState__buildGestureInput_closure(), new A._IOSDocumentTouchInteractorState__buildGestureInput_closure0(this), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_mLh, new A.GestureRecognizerFactoryWithHandlers(new A._IOSDocumentTouchInteractorState__buildGestureInput_closure1(), new A._IOSDocumentTouchInteractorState__buildGestureInput_closure2(this), type$.GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_1, false, null, null); } }; A._IOSDocumentTouchInteractorState_initState_closure.prototype = { call$0() { return this.$this.get$scrollPosition(); }, - $signature: 726 + $signature: 363 }; A._IOSDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 725 + $signature: 366 }; A._IOSDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { call$1(timeStamp) { @@ -482619,7 +497490,7 @@ if (newScrollPosition != t1._activeScrollPosition) t1.setState$1(new A._IOSDocumentTouchInteractorState_didChangeDependencies__closure(t1, newScrollPosition)); }, - $signature: 24 + $signature: 19 }; A._IOSDocumentTouchInteractorState_didChangeDependencies__closure.prototype = { call$0() { @@ -482637,7 +497508,7 @@ call$1(timeStamp) { this.$this._showEditingControlsOverlay$0(); }, - $signature: 24 + $signature: 19 }; A._IOSDocumentTouchInteractorState_didChangeMetrics_closure.prototype = { call$1(timeStamp) { @@ -482648,7 +497519,7 @@ t1.setState$1(new A._IOSDocumentTouchInteractorState_didChangeMetrics__closure()); } }, - $signature: 24 + $signature: 19 }; A._IOSDocumentTouchInteractorState_didChangeMetrics__closure.prototype = { call$0() { @@ -482661,13 +497532,13 @@ t1._updateHandlesAfterSelectionOrLayoutChange$0(); t1._ensureSelectionExtentIsVisible$0(); }, - $signature: 24 + $signature: 19 }; A._IOSDocumentTouchInteractorState__onSelectionChange_closure.prototype = { call$1(timeStamp) { this.$this._updateHandlesAfterSelectionOrLayoutChange$0(); }, - $signature: 24 + $signature: 19 }; A._IOSDocumentTouchInteractorState__onTapUp_closure.prototype = { call$0() { @@ -482691,33 +497562,35 @@ }; A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure.prototype = { call$1(overlayContext) { - var t5, t6, t7, t8, t9, + var t3, t4, t5, t6, t7, t8, t9, t10, t1 = this.$this, - t2 = A._lateReadCheck(t1.___IOSDocumentTouchInteractorState__editingController, "_editingController"), - t3 = t1._widget, - t4 = t3.floatingCursorController; + t2 = t1.___IOSDocumentTouchInteractorState__editingController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1._widget; + t4 = t3.floatingCursorController; t3 = t3.getDocumentLayout$0(); t5 = t1._widget; t6 = t5.document; t7 = t5.composer; - t8 = t1._globalDragOffset; - t9 = t5.popoverToolbarBuilder; - return new A.IosDocumentTouchEditingControls(t2, t6, t7, t4, t3, t5.createOverlayControlsClipper, B.MaterialColor_Map_JNc9P_4294198070, t1.get$_onFloatingCursorStart(), t1.get$_moveSelectionToFloatingCursor(), t1.get$_onFloatingCursorStop(), t8, t9, false, null); + t8 = t5.handleColor; + t9 = t1._globalDragOffset; + t10 = t5.popoverToolbarBuilder; + return new A.IosDocumentTouchEditingControls(t2, t6, t7, t4, t3, t5.createOverlayControlsClipper, t8, t1.get$_onFloatingCursorStart(), t1.get$_moveSelectionToFloatingCursor(), t1.get$_onFloatingCursorStop(), t9, t10, false, null); }, - $signature: 2919 + $signature: 2964 }; A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 347 + $signature: 359 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 507 + $signature: 524 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -482727,23 +497600,26 @@ recognizer.onTripleTapUp = t1.get$_onTripleTapUp(); recognizer.onTimeout = t1.get$_onTapTimeout(); }, - $signature: 508 + $signature: 525 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure1.prototype = { call$0() { - return A.PanGestureRecognizer$(null, null); + return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 311 + $signature: 432 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure2.prototype = { - call$1(recognizer) { - var t1 = this.$this; - recognizer.onStart = t1.get$_onPanStart(); - recognizer.onUpdate = t1.get$_onPanUpdate(); - recognizer.onEnd = t1.get$_onPanEnd(); - recognizer.onCancel = t1.get$_onPanCancel(); + call$1(instance) { + var t1; + instance.dragStartBehavior = B.DragStartBehavior_0; + t1 = this.$this; + instance.onDown = t1.get$_onPanDown(); + instance.onStart = t1.get$_onPanStart(); + instance.onUpdate = t1.get$_onPanUpdate(); + instance.onEnd = t1.get$_onPanEnd(); + instance.onCancel = t1.get$_onPanCancel(); }, - $signature: 315 + $signature: 430 }; A.FloatingCursorController.prototype = { set$offset(_, newOffset) { @@ -482777,7 +497653,7 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - _this.___IosDocumentTouchEditingControlsState__caretBlinkController = A.BlinkController$(_this); + _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A = A.BlinkController$(_this); t1 = _this._widget.editingController; _this._prevCaretOffset = t1._caretTop; t1.addListener$1(0, _this.get$_onEditingControllerChange()); @@ -482801,39 +497677,43 @@ _this._widget.floatingCursorController.addListener$1(0, t1); } }, - dispose$0(_) { - var t1, _this = this; + dispose$0() { + var t1, t2, _this = this; _this._widget.floatingCursorController.removeListener$1(0, _this.get$_onFloatingCursorChange()); _this._widget.editingController.removeListener$1(0, _this.get$_onEditingControllerChange()); - t1 = A._lateReadCheck(_this.___IosDocumentTouchEditingControlsState__caretBlinkController, "_caretBlinkController"); - A._lateReadCheck(t1.__BlinkController__ticker, "_ticker").dispose$0(0); - t1.super$ChangeNotifier$dispose(0); - _this.super$__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose(0); + t1 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__BlinkController__ticker_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.dispose$0(); + t1.super$ChangeNotifier$dispose(); + _this.super$__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose(); }, _onEditingControllerChange$0() { - var t1, t2, _this = this, - _s21_ = "_caretBlinkController"; + var t1, t2, _this = this; if (!J.$eq$(_this._prevCaretOffset, _this._widget.editingController._caretTop)) { t1 = _this._widget.editingController._caretTop; - t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController; + t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; if (t1 == null) { - t1 = A._lateReadCheck(t2, _s21_); - t1._blink_controller$_isVisible = true; - A._lateReadCheck(t1.__BlinkController__ticker, "_ticker").stop$0(0); - } else - A._lateReadCheck(t2, _s21_).jumpToOpaque$0(); + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.stopBlinking$0(); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.jumpToOpaque$0(); + } _this._prevCaretOffset = _this._widget.editingController._caretTop; } }, _onFloatingCursorChange$0() { var t2, t3, nearestDocPosition, t4, _this = this, - _s21_ = "_caretBlinkController", t1 = _this._widget; if (t1.floatingCursorController._document_gestures_touch_ios$_offset == null) { t1 = _this._floatingCursorOffset; if (t1._change_notifier$_value != null) { _this._isShowingFloatingCursor.set$value(0, false); - A._lateReadCheck(_this.___IosDocumentTouchEditingControlsState__caretBlinkController, _s21_).startBlinking$0(); + t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.startBlinking$0(); _this._initialFloatingCursorOffset = null; t1.set$value(0, null); _this._floatingCursorHeight = 20; @@ -482855,9 +497735,9 @@ t1 = _this._floatingCursorOffset; if (t1._change_notifier$_value == null) _this._widget.onFloatingCursorStart.call$0(); - t2 = A._lateReadCheck(_this.___IosDocumentTouchEditingControlsState__caretBlinkController, _s21_); - t2._blink_controller$_isVisible = true; - A._lateReadCheck(t2.__BlinkController__ticker, "_ticker").stop$0(0); + t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.stopBlinking$0(); _this._widget.editingController.hideToolbar$0(); t2 = _this._widget.editingController; t2._isMagnifierVisible = false; @@ -482890,7 +497770,7 @@ t1.toString; t2.call$1(t1); }, - build$1(_, context) { + build$1(context) { return new A.ListenableBuilder(this._widget.editingController, new A._IosDocumentTouchEditingControlsState_build_closure(this), null); }, _buildHandles$0() { @@ -482978,7 +497858,7 @@ call$1(timeStamp) { this.$this._onFloatingCursorChange$0(); }, - $signature: 24 + $signature: 19 }; A._IosDocumentTouchEditingControlsState_build_closure.prototype = { call$1(context) { @@ -483004,18 +497884,20 @@ 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: 723 + $signature: 806 }; A._IosDocumentTouchEditingControlsState__buildHandleOld_closure.prototype = { call$3(context, isShowingFloatingCursor, child) { - var t1 = this.$this, - t2 = A._lateReadCheck(t1.___IosDocumentTouchEditingControlsState__caretBlinkController, "_caretBlinkController"), - t3 = isShowingFloatingCursor ? B.MaterialColor_Map_HFpTk_4288585374 : t1._widget.handleColor; + var t3, + t1 = this.$this, + t2 = t1.___IosDocumentTouchEditingControlsState__caretBlinkController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = isShowingFloatingCursor ? B.MaterialColor_Map_HFpTk_4288585374 : t1._widget.handleColor; t1 = t1._widget.editingController._caretHeight; t1.toString; return new A.IOSCollapsedHandle(t2, t3, t1, null); }, - $signature: 2920 + $signature: 2965 }; A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure.prototype = { call$3(context, floatingCursorOffset, child) { @@ -483026,13 +497908,13 @@ t2 = floatingCursorOffset.$sub(0, new A.Offset(0, t1._floatingCursorHeight / 2)); return t1._buildHandle$4$debugColor$handle$handleKey$handleOffset(B.MaterialColor_Map_JNwaj_4280391411, A.Container$(_null, _null, B.Clip_0, B.MaterialColor_Map_JNc9P_4294198070, _null, _null, _null, t1._floatingCursorHeight, _null, _null, _null, _null, _null, 2), t1._floatingCursorKey, t2); }, - $signature: 2921 + $signature: 2966 }; A._IosDocumentTouchEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { return this.$this._widget.popoverToolbarBuilder$1(context); }, - $signature: 81 + $signature: 79 }; A.IosDocumentGestureEditingController.prototype = { removeCaret$0() { @@ -483064,13 +497946,13 @@ A._FloatingCursorController_Object_ChangeNotifier.prototype = {}; A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver.prototype = {}; A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -483078,14 +497960,15 @@ this._updateTicker$0(); } }; + A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin.prototype = {}; A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -483104,7 +497987,7 @@ _this.super$State$initState(); t1 = _this._widget.focusNode; t1.addListener$1(0, _this.get$_onFocusChange()); - _this.___DocumentImeInteractorState__focusNode = t1; + _this.___DocumentImeInteractorState__focusNode_A = t1; _this._widget.editContext.composer.selectionNotifier.addListener$1(0, _this.get$_onComposerChange()); _this._widget.editContext.composer.imeConfiguration.addListener$1(0, _this.get$_onClientWantsDifferentImeConfiguration()); }, @@ -483112,11 +497995,13 @@ var t1, t2, t3, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (_this._widget.focusNode !== oldWidget.focusNode) { - t1 = _this.get$_onFocusChange(); - A._lateReadCheck(_this.___DocumentImeInteractorState__focusNode, "_focusNode").removeListener$1(0, t1); - t2 = _this._widget.focusNode; - t2.addListener$1(0, t1); - _this.___DocumentImeInteractorState__focusNode = t2; + t1 = _this.___DocumentImeInteractorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.get$_onFocusChange(); + t1.removeListener$1(0, t2); + t1 = _this._widget.focusNode; + t1.addListener$1(0, t2); + _this.___DocumentImeInteractorState__focusNode_A = t1; } t1 = _this._widget.editContext; t2 = oldWidget.editContext.composer; @@ -483133,17 +498018,19 @@ t1.addListener$1(0, t2); } }, - dispose$0(_) { + dispose$0() { var _this = this; _this._detachFromIme$0(); _this._widget.editContext.composer.imeConfiguration.removeListener$1(0, _this.get$_onClientWantsDifferentImeConfiguration()); _this._widget.editContext.composer.selectionNotifier.removeListener$1(0, _this.get$_onComposerChange()); _this._widget.toString; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, _onFocusChange$0() { - var _null = null; - if (A._lateReadCheck(this.___DocumentImeInteractorState__focusNode, "_focusNode").get$hasFocus()) { + var _null = null, + t1 = this.___DocumentImeInteractorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.get$hasFocus()) { $.$get$editorImeLog().log$4(B.Level_INFO_800, "Gained focus", _null, _null); this._attachToIme$0(); } else { @@ -483152,21 +498039,25 @@ } }, _onComposerChange$0() { - var _this = this, + var _this = this, _null = null, t1 = _this._widget.editContext.composer, - selection = t1._document_composer$_selection; - $.$get$editorImeLog().log$4(B.Level_INFO_800, "Document composer (" + A.Primitives_objectHashCode(t1) + ") changed. New selection: " + A.S(selection), null, null); + selection = t1._document_composer$_selection, + t2 = $.$get$editorImeLog(); + t2.log$4(B.Level_INFO_800, "Document composer (" + A.Primitives_objectHashCode(t1) + ") changed. New selection: " + A.S(selection), _null, _null); if (selection == null) _this._detachFromIme$0(); - else if (_this.get$isAttachedToIme()) { + else if (_this.get$isAttachedToIme() && !_this._isApplyingDeltas) { _this._inputConnection.toString; - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$1("TextInput.show", type$.void); + t1 = $.$get$TextInput__instance().__TextInput__channel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.invokeMethod$1$1("TextInput.show", type$.void); + t2.log$4(B.Level_FINE_500, "Document composer changed while attached to IME. Re-serializing the document and sending to the IME.", _null, _null); _this._syncImeWithDocumentAndComposer$0(); - } else + } else if (!_this.get$isAttachedToIme()) _this._attachToIme$0(); }, _onClientWantsDifferentImeConfiguration$0() { - var t1, _this = this; + var t1, t2, _this = this; if (!_this.get$isAttachedToIme()) return; t1 = $.$get$editorImeLog(); @@ -483174,15 +498065,16 @@ t1.log$4(B.Level_FINE_500, "Updating IME to use new config with action button: " + B.TextInputAction_12.toString$0(0), null, null); _this._inputConnection.toString; t1 = _this._createInputConfiguration$0(); - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.updateConfig", t1.toJson$0(), type$.void); + t2 = $.$get$TextInput__instance().__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.invokeMethod$1$2("TextInput.updateConfig", t1.toJson$0(), type$.void); }, get$isAttachedToIme() { var t1 = this._inputConnection; return (t1 == null ? null : $.$get$TextInput__instance()._currentConnection === t1) === true; }, _attachToIme$0() { - var t1, t2, connection, t3, t4, _this = this, _null = null, - _s8_ = "_channel"; + var t1, t2, connection, t3, t4, t5, _this = this, _null = null; if (_this.get$isAttachedToIme()) return; t1 = $.$get$editorImeLog(); @@ -483194,18 +498086,22 @@ _this._inputConnection = connection; _this._syncImeWithDocumentAndComposer$0(); _this._inputConnection.toString; - t2 = type$.void; - A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$1("TextInput.show", t2); - t4 = _this._currentTextEditingValue; - A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$2("TextInput.setEditingState", t4.toJSON$0(), t2); - t2 = _this._inputConnection; - t2.toString; - t1.log$4(B.Level_FINE_500, "Is attached to input client? " + (t3._currentConnection === t2), _null, _null); + t2 = t3.__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t4 = type$.void; + t2.invokeMethod$1$1("TextInput.show", t4); + t2 = _this._currentTextEditingValue; + t5 = t3.__TextInput__channel_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t5.invokeMethod$1$2("TextInput.setEditingState", t2.toJSON$0(), t4); + t4 = _this._inputConnection; + t4.toString; + t1.log$4(B.Level_FINE_500, "Is attached to input client? " + (t3._currentConnection === t4), _null, _null); }, _createInputConfiguration$0() { this._widget.editContext.composer.imeConfiguration._change_notifier$_value.toString; var t1 = this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; - return A.TextInputConfiguration$(null, true, B.AutofillConfiguration_lYx, true, true, true, true, B.TextInputAction_12, B.TextInputType_1_null_null, t1.platformBrightness, false, false, null, null, B.TextCapitalization_1); + return A.TextInputConfiguration$(null, true, B.AutofillConfiguration_lYx, true, true, true, true, B.TextInputAction_12, B.TextInputType_1_null_null, t1.platformBrightness, false, false, null, null, B.TextCapitalization_10); }, _detachFromIme$0() { var t1, t2; @@ -483225,42 +498121,52 @@ get$currentTextEditingValue() { return this._currentTextEditingValue; }, - _syncImeWithDocumentAndComposer$1(composingRegion) { - var t1, t2, t3, endDocPosition, endDocPosition0, startImePosition, endImePosition, imeSelection, _this = this, _null = null, - _s8_ = "_imeText", + _syncImeWithDocumentAndComposer$1(newComposingRegion) { + var t1, newDocSerialization, t2, composingRegion, t3, endDocPosition, endDocPosition0, startImePosition, endImePosition, imeSelection, _this = this, _null = null, selection = _this._widget.editContext.composer._document_composer$_selection; if (selection != null) { t1 = $.$get$editorImeLog(); - t1.log$4(B.Level_FINE_500, "Syncing IME with Doc and Composer", _null, _null); - t2 = A.DocumentImeSerializer$(_this._widget.editContext.editor._document, selection); - t3 = t2._document_input_ime$_selection; - t1.log$4(B.Level_FINE_500, "Creating TextEditingValue from document. Selection: " + A.S(t3), _null, _null); - t1.log$4(B.Level_FINE_500, "Text:\n'" + A.S(A._lateReadCheck(t2.__DocumentImeSerializer__imeText, _s8_)) + "'", _null, _null); - t1.log$4(B.Level_FINE_500, "Converting doc selection to ime selection: " + A.S(t3), _null, _null); - endDocPosition = t3.base; - endDocPosition0 = t3.extent; - t3 = A.InspectDocumentAffinity_getAffinityBetween(t2._doc, endDocPosition, endDocPosition0) === B.TextAffinity_1; - startImePosition = t2._documentToImePosition$1(t3 ? endDocPosition : endDocPosition0); - endImePosition = t2._documentToImePosition$1(t3 ? endDocPosition0 : endDocPosition); + t1.log$4(B.Level_FINE_500, "Syncing IME with Doc and Composer, given composing region: " + A.S(newComposingRegion), _null, _null); + newDocSerialization = A.DocumentImeSerializer$(_this._widget.editContext.editor._document, selection); + t2 = _this._currentImeSerialization; + t1.log$4(B.Level_FINE_500, "Previous doc serialization did prepend? " + A.S(t2 == null ? _null : t2._prependedPlaceholder.length !== 0), _null, _null); + t1.log$4(B.Level_FINE_500, "Desired composing region: " + A.S(newComposingRegion), _null, _null); + t1.log$4(B.Level_FINE_500, "Did new doc prepend placeholder? " + (newDocSerialization._prependedPlaceholder.length !== 0), _null, _null); + composingRegion = newComposingRegion == null ? _this._currentTextEditingValue.composing : newComposingRegion; + t2 = _this._currentImeSerialization; + if (t2 != null && t2._prependedPlaceholder.length !== 0 && composingRegion.get$isValid() && newDocSerialization._prependedPlaceholder.length === 0) + composingRegion = new A.TextRange(composingRegion.start - 2, composingRegion.end - 2); + _this._currentImeSerialization = newDocSerialization; + t2 = newDocSerialization._document_input_ime$_selection; + t1.log$4(B.Level_FINE_500, "Creating TextEditingValue from document. Selection: " + A.S(t2), _null, _null); + t3 = newDocSerialization.__DocumentImeSerializer__imeText_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1.log$4(B.Level_FINE_500, "Text:\n'" + t3 + "'", _null, _null); + t1.log$4(B.Level_FINE_500, "Converting doc selection to ime selection: " + A.S(t2), _null, _null); + endDocPosition = t2.base; + endDocPosition0 = t2.extent; + t2 = A.InspectDocumentAffinity_getAffinityBetween(newDocSerialization._doc, endDocPosition, endDocPosition0) === B.TextAffinity_1; + startImePosition = newDocSerialization._documentToImePosition$1(t2 ? endDocPosition : endDocPosition0); + endImePosition = newDocSerialization._documentToImePosition$1(t2 ? endDocPosition0 : endDocPosition); t1.log$4(B.Level_FINE_500, "Start IME position: " + startImePosition.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, "End IME position: " + endImePosition.toString$0(0), _null, _null); - t3 = startImePosition.$eq(0, endImePosition) ? endImePosition.affinity : B.TextAffinity_1; - imeSelection = A.TextSelection$(t3, startImePosition.offset, endImePosition.offset, false); + t2 = startImePosition.$eq(0, endImePosition) ? endImePosition.affinity : B.TextAffinity_1; + imeSelection = A.TextSelection$(t2, startImePosition.offset, endImePosition.offset, false); t1.log$4(B.Level_FINE_500, "Selection: " + imeSelection.toString$0(0), _null, _null); - t2 = A._lateReadCheck(t2.__DocumentImeSerializer__imeText, _s8_); - t3 = composingRegion == null ? _this._currentTextEditingValue.composing : composingRegion; - t3 = _this._currentTextEditingValue = new A.TextEditingValue(t2, imeSelection, B.TextRange_m1_m1).copyWith$1$composing(t3); - if (!t3.$eq(0, _this._lastTextEditingValueSentToOs) && !_this._isApplyingDeltas) { + t2 = _this._currentTextEditingValue = new A.TextEditingValue(newDocSerialization.__DocumentImeSerializer__imeText_A, imeSelection, B.TextRange_m1_m1).copyWith$1$composing(composingRegion); + if (!t2.$eq(0, _this._lastTextEditingValueSentToOs) && !_this._isApplyingDeltas) { t1.log$4(B.Level_INFO_800, "Sending new text editing value to OS: " + _this._currentTextEditingValue.toString$0(0), _null, _null); if (_this._inputConnection != null) { t1 = _this._currentTextEditingValue; - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); + t2 = $.$get$TextInput__instance().__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); } _this._lastTextEditingValueSentToOs = _this._currentTextEditingValue; } else if (_this._isApplyingDeltas) t1.log$4(B.Level_FINE_500, "Ignoring new TextEditingValue because we're applying deltas", _null, _null); else - t1.log$4(B.Level_FINE_500, "Ignoring new TextEditingValue because it's the same as the existing one: " + t3.toString$0(0), _null, _null); + t1.log$4(B.Level_FINE_500, "Ignoring new TextEditingValue because it's the same as the existing one: " + t2.toString$0(0), _null, _null); } }, _syncImeWithDocumentAndComposer$0() { @@ -483281,6 +498187,7 @@ _this._isApplyingDeltas = true; _this._widget.softwareKeyboardHandler.applyDeltas$1(textEditingDeltas); t2 = _this._isApplyingDeltas = false; + t1.log$4(B.Level_FINE_500, "Done applying deltas. Serializing the document and sending to IME.", _null, _null); _this._syncImeWithDocumentAndComposer$1(B.JSArray_methods.get$last(textEditingDeltas).composing); t1.log$4(B.Level_FINE_500, "IME value after applying deltas: " + _this._currentTextEditingValue.toString$0(0), _null, _null); t3 = A._arrayInstanceType(textEditingDeltas)._eval$1("WhereIterable<1>"); @@ -483288,7 +498195,9 @@ t1.log$4(B.Level_FINE_500, "Sending forceful update to IME because our local TextEditingValue didn't change, but the IME may have", _null, _null); _this._inputConnection.toString; t1 = _this._currentTextEditingValue; - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); + t2 = $.$get$TextInput__instance().__TextInput__channel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); } }, performAction$1(action) { @@ -483323,28 +498232,18 @@ this._inputConnection = null; }, _onKeyPressed$2(node, keyEvent) { - var t1, shortcuts, result, instruction, index, _null = null; + var instruction, index, t1, _null = null; if (!(keyEvent instanceof A.RawKeyDownEvent)) { $.$get$editorKeyLog().log$4(B.Level_FINER_400, string$.Receiv + A.S(keyEvent), _null, _null); return B.KeyEventResult_0; } - t1 = node._context; - t1.toString; - shortcuts = A.Shortcuts_maybeOf(t1); - if (shortcuts != null) { - t1 = node._context; - t1.toString; - result = shortcuts.handleKeypress$2(t1, keyEvent); - if (result !== B.KeyEventResult_1) - return result; - } $.$get$editorKeyLog().log$4(B.Level_INFO_800, "Handling key press: " + keyEvent.toString$0(0), _null, _null); instruction = B.ExecutionInstruction_0; index = 0; while (true) { if (instruction === B.ExecutionInstruction_0) { this._widget.toString; - t1 = index < 23; + t1 = index < 25; } else t1 = false; if (!t1) @@ -483363,10 +498262,11 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { - var _null = null, - t1 = A._lateReadCheck(this.___DocumentImeInteractorState__focusNode, "_focusNode"), - t2 = this._widget; + build$1(context) { + var t2, _null = null, + t1 = this.___DocumentImeInteractorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this._widget; return A.Focus$(false, _null, t2.child, _null, _null, _null, t1, true, _null, _null, this.get$_onKeyPressed(), _null, _null); }, $isDeltaTextInputClient: 1 @@ -483381,7 +498281,7 @@ call$1(element) { return !(element instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 2922 + $signature: 2967 }; A.DocumentImeSerializer.prototype = { _serialize$0() { @@ -483403,7 +498303,7 @@ t3 = ""; } t5 = _this._selectedNodes; - B.JSArray_methods.set$length(t5, 0); + B.JSArray_methods.clear$0(t5); downstreamPosition0 = t2.base; t2 = t1.getNode$1(A.InspectDocumentSelection_selectUpstreamPosition(t1, downstreamPosition0, downstreamPosition)); t2.toString; @@ -483434,8 +498334,8 @@ characterCount += t4.length; } t1 = t3.charCodeAt(0) == 0 ? t3 : t3; - _this.__DocumentImeSerializer__imeText = t1; - $.$get$editorImeLog().log$4(B.Level_FINE_500, "IME serialization:\n'" + A.S(A._lateReadCheck(t1, "_imeText")) + "'", _null, _null); + _this.__DocumentImeSerializer__imeText_A = t1; + $.$get$editorImeLog().log$4(B.Level_FINE_500, "IME serialization:\n'" + t1 + "'", _null, _null); }, imeToDocumentSelection$1(imeSelection) { var t2, t3, t4, _this = this, _null = null, @@ -483581,11 +498481,9 @@ t1.log$4(B.Level_FINE_500, "Composing: " + delta.composing.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, 'Old text: "' + A.S(delta.oldText) + '"', _null, _null); if (t2 === "\n") { - if (A.defaultTargetPlatform() === B.TargetPlatform_0) { - t1.log$4(B.Level_FINE_500, "Received a newline insertion on Android. Forwarding to newline input action.", _null, _null); - this.performAction$1(B.TextInputAction_12); - } else - t1.log$4(B.Level_FINE_500, "Skipping insertion delta because its a newline", _null, _null); + A.defaultTargetPlatform(); + t1.log$4(B.Level_FINE_500, "Received a newline insertion on Android. Forwarding to newline input action.", _null, _null); + this.performAction$1(B.TextInputAction_12); return; } t1.log$4(B.Level_FINE_500, "Inserting text: " + t2 + ", insertion offset: " + t4 + ", ime selection: " + t5.toString$0(0), _null, _null); @@ -483604,11 +498502,9 @@ t1.log$4(B.Level_FINE_500, "Composing: " + delta.composing.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, 'Old text: "' + t2 + '"', _null, _null); if (t4 === "\n") { - if (A.defaultTargetPlatform() === B.TargetPlatform_0) { - t1.log$4(B.Level_FINE_500, "Received a newline replacement on Android. Forwarding to newline input action.", _null, _null); - this.performAction$1(B.TextInputAction_12); - } else - t1.log$4(B.Level_FINE_500, "Skipping replacement delta because its a newline", _null, _null); + A.defaultTargetPlatform(); + t1.log$4(B.Level_FINE_500, "Received a newline replacement on Android. Forwarding to newline input action.", _null, _null); + this.performAction$1(B.TextInputAction_12); return; } this.replace$2(0, t3, t4); @@ -483794,7 +498690,7 @@ _closeKeyboard$0() { this.composer.set$selection(null); }, - build$1(_, context) { + build$1(context) { var brightness, t2, t3, t4, _null = null, t1 = this.composer, selection = t1._document_composer$_selection; @@ -483806,7 +498702,7 @@ t2 = t2.copyWith$2$brightness$disabledColor(brightness, t3 ? A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), 0, 0, 0) : A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), 255, 255, 255)); t4 = t3 ? B.Color_4278190080 : B.Color_4294967295; t3 = t3 ? B.Color_4292730333 : B.Color_4280427042; - return new A.Theme(t2, A.IconTheme$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.SingleChildScrollView$(new A.ListenableBuilder(t1, new A.KeyboardEditingToolbar_build_closure(this, selection), _null), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_0), 1), A.Container$(_null, _null, B.Clip_0, B.Color_4291611852, _null, _null, _null, 32, _null, _null, _null, _null, _null, 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_skt, _null, this.get$_closeKeyboard(), B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, t3, _null, _null, _null, 48, _null, _null, _null, _null, _null, 1 / 0), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0), new A.IconThemeData(t4, _null, _null, _null), _null), _null); + return new A.Theme(t2, A.IconTheme$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.SingleChildScrollView$(new A.ListenableBuilder(t1, new A.KeyboardEditingToolbar_build_closure(this, selection), _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, false, B.Axis_0), 1), A.Container$(_null, _null, B.Clip_0, B.Color_4291611852, _null, _null, _null, 32, _null, _null, _null, _null, _null, 1), A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_skt, _null, this.get$_closeKeyboard(), B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, t3, _null, _null, _null, 48, _null, _null, _null, _null, _null, 1 / 0), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0), new A.IconThemeData(t4, _null, _null, _null), _null), _null); }, get$document(receiver) { return this.document; @@ -483868,32 +498764,22 @@ t9 = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_WPj, _null, t2 ? t1.get$_convertToBlockquote() : _null, B.EdgeInsets_8_8_8_8, _null, _null, _null); return A.Row$(A._setArrayType([t3, t5, t6, t7, t4, t8, t10, t11, t12, t9, A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_K4B, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.get$_convertToHr() : _null, B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, - $signature: 2923 + $signature: 2968 }; A.DocumentKeyboardInteractor.prototype = { _document_input_keyboard$_onKeyPressed$2(node, keyEvent) { - var t1, shortcuts, result, t2, instruction, index, _null = null; + var t1, t2, instruction, index, _null = null; if (!(keyEvent instanceof A.RawKeyDownEvent)) { $.$get$editorKeyLog().log$4(B.Level_FINER_400, string$.Receiv + A.S(keyEvent), _null, _null); return B.KeyEventResult_0; } - t1 = node._context; - t1.toString; - shortcuts = A.Shortcuts_maybeOf(t1); - if (shortcuts != null) { - t1 = node._context; - t1.toString; - result = shortcuts.handleKeypress$2(t1, keyEvent); - if (result !== B.KeyEventResult_1) - return result; - } $.$get$editorKeyLog().log$4(B.Level_INFO_800, "Handling key press: " + keyEvent.toString$0(0), _null, _null); t1 = this.keyboardActions; t2 = this.editContext; instruction = B.ExecutionInstruction_0; index = 0; while (true) { - if (!(instruction === B.ExecutionInstruction_0 && index < 23)) + if (!(instruction === B.ExecutionInstruction_0 && index < 25)) break; instruction = t1[index].call$2$editContext$keyEvent(t2, keyEvent); ++index; @@ -483908,7 +498794,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - build$1(_, context) { + build$1(context) { var _null = null; return A.Focus$(false, _null, this.child, _null, _null, _null, this.focusNode, true, _null, _null, this.get$_document_input_keyboard$_onKeyPressed(), _null, _null); } @@ -483918,6 +498804,406 @@ return "ExecutionInstruction." + this._core$_name; } }; + A.DocumentScrollable.prototype = { + createState$0() { + return new A._DocumentScrollableState(null, null, B._StateLifecycle_0); + } + }; + A._DocumentScrollableState.prototype = { + initState$0() { + var t1, _this = this; + _this.super$State$initState(); + t1 = _this._widget.scrollController; + _this.___DocumentScrollableState__scrollController_A = t1 == null ? A.ScrollController$(0, true) : t1; + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._DocumentScrollableState_initState_closure(_this)); + }, + didChangeDependencies$0() { + this.super$State$didChangeDependencies(); + this._widget.toString; + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, t3, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = _this._widget; + t2 = t1.scrollController; + t3 = oldWidget.scrollController; + if (t2 != t3) { + if (t3 == null) { + t1 = _this.___DocumentScrollableState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + } + t1 = _this._widget; + t2 = t1.scrollController; + _this.___DocumentScrollableState__scrollController_A = t2 == null ? A.ScrollController$(0, true) : t2; + } + t1 = t1.autoScroller; + if (t1 !== oldWidget.autoScroller) { + t1.detachScrollable$0(); + _this._widget.autoScroller.attachScrollable$3(_this, new A._DocumentScrollableState_didUpdateWidget_closure(_this), new A._DocumentScrollableState_didUpdateWidget_closure0(_this)); + } + }, + dispose$0() { + var t1, _this = this; + if (_this._widget.scrollController == null) { + t1 = _this.___DocumentScrollableState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + } + _this._widget.autoScroller.detachScrollable$0(); + _this.super$__DocumentScrollableState_State_SingleTickerProviderStateMixin$dispose(); + }, + get$_viewport() { + var t1 = this._framework$_element; + t1.toString; + t1 = this._document_scrollable$_findAncestorScrollable$1(t1); + t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); + if (t1 == null) + t1 = this._framework$_element.get$renderObject(); + return type$.RenderBox._as(t1); + }, + get$_document_scrollable$_scrollPosition() { + var t1 = this._document_scrollable$_ancestorScrollPosition; + if (t1 == null) { + t1 = this.___DocumentScrollableState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = B.JSArray_methods.get$single(t1._positions); + } + return t1; + }, + _document_scrollable$_findAncestorScrollable$1(context) { + var direction, + ancestorScrollable = A.Scrollable_of(context); + if (ancestorScrollable == null) + return null; + direction = ancestorScrollable._widget.axisDirection; + if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) + return null; + return ancestorScrollable; + }, + build$1(context) { + var t1, t2, _this = this, _null = null, + ancestorScrollable = _this._document_scrollable$_findAncestorScrollable$1(context); + if (ancestorScrollable == null) + t1 = _null; + else { + t1 = ancestorScrollable._scrollable$_position; + t1.toString; + } + _this._document_scrollable$_ancestorScrollPosition = t1; + t2 = _this._widget; + if (t1 == null) { + t1 = t2.child; + t2 = _this.___DocumentScrollableState__scrollController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.SingleChildScrollView$(t1, t2, B.DragStartBehavior_1, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, B.Axis_1); + t1 = t2; + } else + t1 = t2.child; + t1 = A._setArrayType([t1], type$.JSArray_Widget); + _this._widget.toString; + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); + } + }; + A._DocumentScrollableState_initState_closure.prototype = { + call$1(timeStamp) { + var t1 = this.$this; + t1._widget.autoScroller.attachScrollable$3(t1, new A._DocumentScrollableState_initState__closure(t1), new A._DocumentScrollableState_initState__closure0(t1)); + }, + $signature: 19 + }; + A._DocumentScrollableState_initState__closure.prototype = { + call$0() { + return this.$this.get$_viewport(); + }, + $signature: 366 + }; + A._DocumentScrollableState_initState__closure0.prototype = { + call$0() { + return this.$this.get$_document_scrollable$_scrollPosition(); + }, + $signature: 363 + }; + A._DocumentScrollableState_didUpdateWidget_closure.prototype = { + call$0() { + return this.$this.get$_viewport(); + }, + $signature: 366 + }; + A._DocumentScrollableState_didUpdateWidget_closure0.prototype = { + call$0() { + return this.$this.get$_document_scrollable$_scrollPosition(); + }, + $signature: 363 + }; + A.AutoScrollController.prototype = { + dispose$0() { + this.detachScrollable$0(); + this.super$ChangeNotifier$dispose(); + }, + attachScrollable$3(vsync, viewportResolver, scrollPositionResolver) { + var _this = this; + _this.detachScrollable$0(); + _this._document_scrollable$_ticker = vsync.createTicker$1(_this.get$_document_scrollable$_onTick()); + _this._getViewport = viewportResolver; + _this._document_scrollable$_getScrollPosition = scrollPositionResolver; + J.addListener$1$x(scrollPositionResolver.call$0(), _this.get$_onScrollPositionChange()); + }, + _onScrollPositionChange$0() { + this.notifyListeners$0(); + }, + detachScrollable$0() { + var t1, _this = this; + if (_this._document_scrollable$_getScrollPosition == null) + return; + t1 = _this._document_scrollable$_ticker; + if (t1._ticker$_future != null) + t1.stop$0(0); + _this._document_scrollable$_ticker.dispose$0(); + _this._document_scrollable$_getScrollPosition = _this._getViewport = null; + }, + jumpBy$1(delta) { + var scrollPosition, t2, + t1 = this._document_scrollable$_getScrollPosition; + if (t1 == null) { + $.$get$editorScrollingLog().log$4(B.Level_WARNING_900, "Tried to jump a document scrollable by " + A.S(delta) + " pixels, but no scrollable is attached to this controller.", null, null); + return; + } + scrollPosition = t1.call$0(); + t1 = scrollPosition._pixels; + t1.toString; + t2 = scrollPosition._maxScrollExtent; + t2.toString; + scrollPosition.jumpTo$1(B.JSNumber_methods.clamp$2(t1 + delta, 0, t2)); + }, + ensureGlobalRectIsVisible$1(globalRegion) { + var scrollPosition, viewportBox, t2, viewportTopLeft, t3, t4, beyondTopExtent, beyondBottomExtent, t5, t6, newScrollPosition, _null = null, + t1 = this._document_scrollable$_getScrollPosition; + if (t1 == null) + return; + scrollPosition = t1.call$0(); + viewportBox = this._getViewport.call$0(); + t1 = globalRegion.left; + t2 = globalRegion.top; + viewportTopLeft = viewportBox.globalToLocal$1(new A.Offset(t1, t2)); + t3 = viewportTopLeft._dx; + t4 = viewportTopLeft._dy; + t2 = t4 + (globalRegion.bottom - t2); + beyondTopExtent = Math.abs(Math.min(t4, 0)); + beyondBottomExtent = Math.max(t2 - viewportBox._box$_size._dy, 0); + t5 = $.$get$editorScrollingLog(); + t5.log$4(B.Level_FINEST_300, "Ensuring extent is visible.", _null, _null); + t5.log$4(B.Level_FINEST_300, " - viewport size: " + viewportBox._box$_size.toString$0(0), _null, _null); + t6 = scrollPosition._pixels; + t6.toString; + t5.log$4(B.Level_FINEST_300, " - scroll controller offset: " + A.S(t6), _null, _null); + t5.log$4(B.Level_FINEST_300, " - selection extent rect in viewport: " + new A.Rect(t3, t4, t3 + (globalRegion.right - t1), t2).toString$0(0), _null, _null); + t5.log$4(B.Level_FINEST_300, " - beyond top: " + A.S(beyondTopExtent), _null, _null); + t5.log$4(B.Level_FINEST_300, " - beyond bottom: " + A.S(beyondBottomExtent), _null, _null); + newScrollPosition = A._Cell$named("newScrollPosition"); + if (beyondTopExtent > 0) { + t1 = scrollPosition._pixels; + t1.toString; + t2 = scrollPosition._maxScrollExtent; + t2.toString; + newScrollPosition.__late_helper$_value = B.JSNumber_methods.clamp$2(t1 - beyondTopExtent, 0, t2); + } else if (beyondBottomExtent > 0) { + t1 = scrollPosition._pixels; + t1.toString; + t2 = scrollPosition._maxScrollExtent; + t2.toString; + newScrollPosition.__late_helper$_value = B.JSNumber_methods.clamp$2(beyondBottomExtent + t1, 0, t2); + } else + return; + t5.log$4(B.Level_FINEST_300, "Animating scroll offset to: " + A.S(newScrollPosition._readLocal$0()), _null, _null); + scrollPosition.animateTo$3$curve$duration(newScrollPosition._readLocal$0(), B.Cubic_xDo0, B.Duration_100000); + }, + enableAutoScrolling$0() { + var _this = this, + t1 = _this._document_scrollable$_getScrollPosition; + if (t1 == null) + return; + if (_this._isAutoScrollingEnabled) + return; + _this._isAutoScrollingEnabled = true; + t1 = t1.call$0()._pixels; + t1.toString; + _this._autoScrollingStartOffset = t1; + _this._deltaWhileAutoScrolling = 0; + _this._document_scrollable$_ticker.start$0(0); + }, + setGlobalAutoScrollRegion$1(globalRegion) { + if (!this._isAutoScrollingEnabled) + return; + this._autoScrollGlobalRegion = globalRegion; + }, + _document_scrollable$_onTick$1(elapsedTime) { + var t1, viewport, globalViewportTopLeft, t2, t3, t4, _this = this; + if (_this._autoScrollGlobalRegion == null) + return; + if (_this._document_scrollable$_getScrollPosition == null) { + t1 = _this._document_scrollable$_ticker; + t1.stop$0(0); + t1.dispose$0(); + return; + } + viewport = _this._getViewport.call$0(); + globalViewportTopLeft = A.MatrixUtils_transformPoint(viewport.getTransformTo$1(0, null), B.Offset_0_0); + globalViewportTopLeft._dx; + t1 = globalViewportTopLeft._dy + 100; + t2 = viewport._box$_size; + t2._dx; + t2 = t1 + (t2._dy - 100 - 100); + t3 = _this._autoScrollGlobalRegion; + t4 = t3.top; + if (t4 < t1) + _this._document_scrollable$_scrollUp$1(t1 - t4); + else { + t1 = t3.bottom; + if (t1 > t2) + _this._document_scrollable$_scrollDown$1(t1 - t2); + } + t1 = _this._autoScrollingStartOffset; + t1.toString; + t2 = _this._document_scrollable$_getScrollPosition.call$0()._pixels; + t2.toString; + _this._deltaWhileAutoScrolling = t1 - t2; + }, + _document_scrollable$_scrollUp$1(distanceInGutter) { + var speedPercent, t2, t3, _null = null, + scrollPosition = this._document_scrollable$_getScrollPosition.call$0(), + t1 = scrollPosition._pixels; + t1.toString; + if (t1 <= 0) { + $.$get$editorScrollingLog().log$4(B.Level_FINEST_300, string$.Tried_su, _null, _null); + return; + } + t1 = $.$get$editorScrollingLog(); + t1.log$4(B.Level_FINEST_300, "Scrolling up on tick", _null, _null); + speedPercent = distanceInGutter / 100; + t2 = A.lerpDouble(0, 20, speedPercent); + t2.toString; + t1.log$4(B.Level_FINEST_300, "Speed percent: " + A.S(speedPercent), _null, _null); + t3 = scrollPosition._pixels; + t3.toString; + t1.log$4(B.Level_FINEST_300, "Jumping from " + A.S(t3) + " to " + A.S(t3 + t2), _null, _null); + t3 = scrollPosition._pixels; + t3.toString; + scrollPosition.jumpTo$1(t3 - t2); + }, + _document_scrollable$_scrollDown$1(distanceInGutter) { + var t2, speedPercent, t3, _null = null, + scrollPosition = this._document_scrollable$_getScrollPosition.call$0(), + t1 = scrollPosition._pixels; + t1.toString; + t2 = scrollPosition._maxScrollExtent; + t2.toString; + if (t1 >= t2) { + $.$get$editorScrollingLog().log$4(B.Level_FINEST_300, string$.Tried_sd, _null, _null); + return; + } + t1 = $.$get$editorScrollingLog(); + t1.log$4(B.Level_FINEST_300, "Scrolling down on tick", _null, _null); + speedPercent = distanceInGutter / 100; + t2 = A.lerpDouble(0, 20, speedPercent); + t2.toString; + t1.log$4(B.Level_FINEST_300, "Speed percent: " + A.S(speedPercent), _null, _null); + t3 = scrollPosition._pixels; + t3.toString; + t1.log$4(B.Level_FINEST_300, "Jumping from " + A.S(t3) + " to " + A.S(t3 + t2), _null, _null); + t3 = scrollPosition._pixels; + t3.toString; + scrollPosition.jumpTo$1(t3 + t2); + }, + $isListenable: 1 + }; + A._AutoScrollController_Object_ChangeNotifier.prototype = {}; + A.__DocumentScrollableState_State_SingleTickerProviderStateMixin.prototype = { + dispose$0() { + var _this = this, + t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTicker()); + _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(); + }, + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); + } + }; + A.DocumentSelectionOnFocusMixin.prototype = { + startSyncingSelectionWithFocus$3$composer$focusNode$getDocumentLayout(composer, focusNode, getDocumentLayout) { + var _this = this; + _this.DocumentSelectionOnFocusMixin__focusNode = focusNode; + focusNode.addListener$1(0, _this.get$_document_selection_on_focus_mixin$_onFocusChange()); + _this.DocumentSelectionOnFocusMixin__composer = composer; + composer.selectionNotifier.addListener$1(0, _this.get$_document_selection_on_focus_mixin$_onSelectionChange()); + _this.DocumentSelectionOnFocusMixin__getDocumentLayout = getDocumentLayout; + if (focusNode.get$hasFocus()) + _this._document_selection_on_focus_mixin$_onFocusChange$0(); + }, + stopSyncingSelectionWithFocus$0() { + var _this = this, + t1 = _this.DocumentSelectionOnFocusMixin__focusNode; + if (t1 != null) + t1.removeListener$1(0, _this.get$_document_selection_on_focus_mixin$_onFocusChange()); + t1 = _this.DocumentSelectionOnFocusMixin__composer; + if (t1 != null) + t1.selectionNotifier.removeListener$1(0, _this.get$_document_selection_on_focus_mixin$_onSelectionChange()); + }, + onFocusNodeReplaced$1(focusNode) { + var _this = this, + t1 = _this.DocumentSelectionOnFocusMixin__focusNode; + if (t1 != null) + t1.removeListener$1(0, _this.get$_document_selection_on_focus_mixin$_onFocusChange()); + _this.DocumentSelectionOnFocusMixin__focusNode = focusNode; + focusNode.addListener$1(0, _this.get$_document_selection_on_focus_mixin$_onFocusChange()); + }, + onDocumentComposerReplaced$1(composer) { + var _this = this, + t1 = _this.DocumentSelectionOnFocusMixin__composer; + if (t1 != null) + t1.removeListener$1(0, _this.get$_document_selection_on_focus_mixin$_onSelectionChange()); + _this.DocumentSelectionOnFocusMixin__composer = composer; + composer.addListener$1(0, _this.get$_document_selection_on_focus_mixin$_onSelectionChange()); + }, + _document_selection_on_focus_mixin$_onFocusChange$0() { + if (!this.DocumentSelectionOnFocusMixin__focusNode.get$hasFocus()) + return; + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.DocumentSelectionOnFocusMixin__onFocusChange_closure(this)); + }, + _document_selection_on_focus_mixin$_onSelectionChange$0() { + var t1 = this.DocumentSelectionOnFocusMixin__composer, + t2 = t1 == null; + if ((t2 ? null : t1._document_composer$_selection) != null) + this.DocumentSelectionOnFocusMixin__previousSelection = t2 ? null : t1._document_composer$_selection; + } + }; + A.DocumentSelectionOnFocusMixin__onFocusChange_closure.prototype = { + call$1(timeStamp) { + var t2, position, + t1 = this.$this; + if (t1._framework$_element != null && t1.DocumentSelectionOnFocusMixin__focusNode.get$hasFocus() && t1.DocumentSelectionOnFocusMixin__composer._document_composer$_selection == null) { + t2 = t1.DocumentSelectionOnFocusMixin__previousSelection; + if (t2 != null) { + t1 = t1.DocumentSelectionOnFocusMixin__composer; + if (t1 != null) + t1.set$selection(t2); + return; + } + t2 = t1.DocumentSelectionOnFocusMixin__getDocumentLayout; + position = t2 == null ? null : t2.call$0().findLastSelectablePosition$0(); + if (position != null) { + t1 = t1.DocumentSelectionOnFocusMixin__composer; + if (t1 != null) + t1.set$selection(new A.DocumentSelection(position, position)); + } + } + }, + $signature: 19 + }; A.HorizontalRuleNode.prototype = { copyContent$1(selection) { if (!(selection instanceof A.UpstreamDownstreamNodeSelection)) @@ -483949,18 +499235,16 @@ return new A.HorizontalRuleComponentViewModel(_null, B.Color_0, _null, B.Color_0, node.id, _null, B.EdgeInsets_0_0_0_0); }, createComponent$2(componentContext, componentViewModel) { - var t1, t2, t3; + var t1; if (!(componentViewModel instanceof A.HorizontalRuleComponentViewModel)) return null; t1 = componentViewModel.selection; - t2 = componentViewModel.selectionColor; - t3 = componentViewModel.caret; - return new A.HorizontalRuleComponent(componentContext.componentKey, t2, t1, componentViewModel.caretColor, t3 != null, null); + return new A.HorizontalRuleComponent(componentContext.componentKey, componentViewModel.selectionColor, t1, null); }, $isComponentBuilder: 1 }; A.HorizontalRuleComponentViewModel.prototype = { - copy$0(_) { + copy$0() { var _this = this, t1 = _this.maxWidth, t2 = _this.padding; @@ -483971,20 +499255,37 @@ if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.HorizontalRuleComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && J.$eq$(_this.caret, other.caret) && _this.caretColor.$eq(0, other.caretColor); + if (_this.super$SingleColumnLayoutComponentViewModel$$eq(0, other)) + if (other instanceof A.HorizontalRuleComponentViewModel) + if (A.getRuntimeType(_this) === A.getRuntimeType(other)) + if (_this.nodeId == other.nodeId) + if (J.$eq$(_this.selection, other.selection)) + if (_this.selectionColor.$eq(0, other.selectionColor)) + t1 = _this.caretColor.$eq(0, other.caretColor); + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; else t1 = true; return t1; }, get$hashCode(_) { var _this = this; - return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.nodeId) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value) ^ J.get$hashCode$(_this.caret) ^ B.JSInt_methods.get$hashCode(_this.caretColor.value)) >>> 0; + return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.nodeId) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value) ^ B.JSNull_methods.get$hashCode(_this.caret) ^ B.JSInt_methods.get$hashCode(_this.caretColor.value)) >>> 0; } }; A.HorizontalRuleComponent.prototype = { - build$1(_, context) { - var _this = this; - return new A.SelectableBox(_this.selection, _this.selectionColor, _this.showCaret, _this.caretColor, new A.BoxComponent(A.Divider$(B.MaterialColor_Map_HFpTk_4288585374, null, 1), _this.componentKey), null); + build$1(context) { + return new A.SelectableBox(this.selection, this.selectionColor, new A.BoxComponent(A.Divider$(B.MaterialColor_Map_HFpTk_4288585374, null, 1), this.componentKey), null); } }; A._HorizontalRuleNode_BlockNode_ChangeNotifier.prototype = {}; @@ -484013,50 +499314,48 @@ }; A.ImageComponentBuilder.prototype = { createViewModel$2($document, node) { - var t1, _null = null; + var t1; if (!(node instanceof A.ImageNode)) - return _null; + return null; t1 = node.id; - return new A.ImageComponentViewModel(node._imageUrl, _null, B.Color_0, _null, B.Color_0, t1, _null, B.EdgeInsets_0_0_0_0); + return new A.ImageComponentViewModel(node._imageUrl, null, B.Color_0, t1, null, B.EdgeInsets_0_0_0_0); }, createComponent$2(componentContext, componentViewModel) { - var t1, t2, t3, t4; + var t1, t2; if (!(componentViewModel instanceof A.ImageComponentViewModel)) return null; t1 = componentViewModel.imageUrl; t2 = componentViewModel.selection; - t3 = componentViewModel.selectionColor; - t4 = componentViewModel.caret; - return new A.ImageComponent(componentContext.componentKey, t1, t3, t2, componentViewModel.caretColor, t4 != null, null); + return new A.ImageComponent(componentContext.componentKey, t1, componentViewModel.selectionColor, t2, null); }, $isComponentBuilder: 1 }; A.ImageComponentViewModel.prototype = { - copy$0(_) { + copy$0() { var _this = this, t1 = _this.maxWidth, t2 = _this.padding; - return new A.ImageComponentViewModel(_this.imageUrl, _this.selection, _this.selectionColor, _this.caret, _this.caretColor, _this.nodeId, t1, t2); + return new A.ImageComponentViewModel(_this.imageUrl, _this.selection, _this.selectionColor, _this.nodeId, t1, t2); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ImageComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && _this.imageUrl == other.imageUrl && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && J.$eq$(_this.caret, other.caret) && _this.caretColor.$eq(0, other.caretColor); + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ImageComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && _this.imageUrl == other.imageUrl && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor); else t1 = true; return t1; }, get$hashCode(_) { var _this = this; - return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.nodeId) ^ J.get$hashCode$(_this.imageUrl) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value) ^ J.get$hashCode$(_this.caret) ^ B.JSInt_methods.get$hashCode(_this.caretColor.value)) >>> 0; + return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.nodeId) ^ J.get$hashCode$(_this.imageUrl) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value)) >>> 0; } }; A.ImageComponent.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null; - return A.Center$(new A.SelectableBox(_this.selection, _this.selectionColor, _this.showCaret, _this.caretColor, new A.BoxComponent(A.Image$network(_this.imageUrl, B.BoxFit_1, _null, _null, _null), _this.componentKey), _null), _null, _null); + return A.Center$(new A.SelectableBox(_this.selection, _this.selectionColor, new A.BoxComponent(A.Image$network(_this.imageUrl, B.BoxFit_1, _null, _null, _null), _this.componentKey), _null), _null, _null); } }; A._ImageNode_BlockNode_ChangeNotifier.prototype = {}; @@ -484067,34 +499366,33 @@ }; A._SingleColumnDocumentLayoutState.prototype = { initState$0() { - var t1, t2, _this = this; + var t1, _this = this; _this.super$State$initState(); t1 = new A.SingleColumnLayoutPresenterChangeListener(_this.get$_onPresenterMarkedDirty(), _this.get$_onViewModelChange()); - _this.___SingleColumnDocumentLayoutState__presenterListener = t1; - t2 = _this._widget.presenter; - t1 = A._lateReadCheck(t1, "_presenterListener"); - t2.__presenter$_listeners.add$1(0, t1); + _this.___SingleColumnDocumentLayoutState__presenterListener_A = t1; + _this._widget.presenter.__presenter$_listeners.add$1(0, t1); _this._widget.presenter.updateViewModel$0(); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this, - _s18_ = "_presenterListener"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget.presenter; t2 = oldWidget.presenter; if (t1 != t2) { - t1 = A._lateReadCheck(_this.___SingleColumnDocumentLayoutState__presenterListener, _s18_); + t1 = _this.___SingleColumnDocumentLayoutState__presenterListener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2.__presenter$_listeners.remove$1(0, t1); t1 = _this._widget.presenter; - t2 = A._lateReadCheck(_this.___SingleColumnDocumentLayoutState__presenterListener, _s18_); + t2 = _this.___SingleColumnDocumentLayoutState__presenterListener_A; t1.__presenter$_listeners.add$1(0, t2); } }, - dispose$0(_) { + dispose$0() { var t1 = this._widget.presenter, - t2 = A._lateReadCheck(this.___SingleColumnDocumentLayoutState__presenterListener, "_presenterListener"); + t2 = this.___SingleColumnDocumentLayoutState__presenterListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1.__presenter$_listeners.remove$1(0, t2); - this.super$State$dispose(0); + this.super$State$dispose(); }, _onPresenterMarkedDirty$0() { var $async$goto = 0, @@ -484209,52 +499507,58 @@ return A.List_List$of(new A.MappedListIterable(componentsInside, new A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure(this), t1), true, t1._eval$1("ListIterable.E")); }, getDocumentSelectionInRegion$2(baseOffset, extentOffset) { - var t2, t3, isDraggingDown, region, t4, t5, t6, t7, t8, t9, t10, bottomNodeExtentPosition, bottomNodeBasePosition, bottomNodeId, topNodeExtentPosition, topNodeBasePosition, topNodeId, _i, componentKey, component, componentOverlap, t11, contentOffset, componentBaseOffset, componentExtentOffset, _this = this, _null = null, + var region, t2, t3, t4, t5, t6, t7, t8, t9, t10, bottomNodeExtentPosition, bottomNodeBasePosition, bottomNodeId, topNodeExtentPosition, topNodeBasePosition, topNodeId, _i, componentKey, component, componentOverlap, t11, contentOffset, componentBaseOffset, componentExtentOffset, isDraggingDown, _this = this, _null = null, t1 = $.$get$editorLayoutLog(); - t1.log$4(B.Level_INFO_800, "getDocumentSelectionInRegion() - from: " + A.S(baseOffset) + ", to: " + A.S(extentOffset), _null, _null); - t2 = baseOffset._dy; - t3 = extentOffset._dy; - isDraggingDown = t2 < t3; + t1.log$4(B.Level_INFO_800, "getDocumentSelectionInRegion() - from: " + baseOffset.toString$0(0) + ", to: " + extentOffset.toString$0(0), _null, _null); region = A.Rect$fromPoints(baseOffset, extentOffset); - for (t4 = _this._topToBottomComponentKeys, t5 = t4.length, t6 = type$.DocumentComponent_StatefulWidget, t7 = _this._nodeIdsToComponentKeys, t8 = type$.RenderBox, t9 = baseOffset._dx, t10 = extentOffset._dx, bottomNodeExtentPosition = _null, bottomNodeBasePosition = bottomNodeExtentPosition, bottomNodeId = bottomNodeBasePosition, topNodeExtentPosition = bottomNodeId, topNodeBasePosition = topNodeExtentPosition, topNodeId = topNodeBasePosition, _i = 0; _i < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i) { - componentKey = t4[_i]; + for (t2 = _this._topToBottomComponentKeys, t3 = t2.length, t4 = type$.DocumentComponent_StatefulWidget, t5 = _this._nodeIdsToComponentKeys, t6 = type$.RenderBox, t7 = baseOffset._dx, t8 = baseOffset._dy, t9 = extentOffset._dx, t10 = extentOffset._dy, bottomNodeExtentPosition = _null, bottomNodeBasePosition = bottomNodeExtentPosition, bottomNodeId = bottomNodeBasePosition, topNodeExtentPosition = bottomNodeId, topNodeBasePosition = topNodeExtentPosition, topNodeId = topNodeBasePosition, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + componentKey = t2[_i]; t1.log$4(B.Level_INFO_800, ' - considering component "' + A.S(componentKey) + '"', _null, _null); - if (!t6._is(componentKey.get$currentState())) { + if (!t4._is(componentKey.get$currentState())) { t1.log$4(B.Level_INFO_800, " - found unknown component: " + A.S(componentKey.get$currentState()), _null, _null); continue; } - component = t6._as(componentKey.get$currentState()); + component = t4._as(componentKey.get$currentState()); + component.isVisualSelectionSupported$0(); componentOverlap = _this._getLocalOverlapWithComponent$2(region, component); if (componentOverlap != null) { - t1.log$4(B.Level_INFO_800, " - drag intersects: " + componentKey.toString$0(0) + "}", _null, _null); - t1.log$4(B.Level_INFO_800, " - intersection: " + componentOverlap.toString$0(0), _null, _null); - t11 = t8._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey).get$renderObject()); - contentOffset = A.MatrixUtils_transformPoint(t11.getTransformTo$1(0, t8._as(_this._framework$_element.get$renderObject())), B.Offset_0_0); + t1.log$4(B.Level_FINE_500, " - drag intersects: " + componentKey.toString$0(0) + "}", _null, _null); + t1.log$4(B.Level_FINE_500, " - intersection: " + componentOverlap.toString$0(0), _null, _null); + t11 = t6._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey).get$renderObject()); + contentOffset = A.MatrixUtils_transformPoint(t11.getTransformTo$1(0, t6._as(_this._framework$_element.get$renderObject())), B.Offset_0_0); t11 = t11._box$_size; t11._dx; t11._dy; - componentBaseOffset = new A.Offset(t9 - contentOffset._dx, t2 - contentOffset._dy); - t11 = t8._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey).get$renderObject()); - contentOffset = A.MatrixUtils_transformPoint(t11.getTransformTo$1(0, t8._as(_this._framework$_element.get$renderObject())), B.Offset_0_0); + componentBaseOffset = new A.Offset(t7 - contentOffset._dx, t8 - contentOffset._dy); + t1.log$4(B.Level_FINE_500, " - base component offset: " + componentBaseOffset.toString$0(0), _null, _null); + t11 = t6._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey).get$renderObject()); + contentOffset = A.MatrixUtils_transformPoint(t11.getTransformTo$1(0, t6._as(_this._framework$_element.get$renderObject())), B.Offset_0_0); t11 = t11._box$_size; t11._dx; t11._dy; - componentExtentOffset = new A.Offset(t10 - contentOffset._dx, t3 - contentOffset._dy); + componentExtentOffset = new A.Offset(t9 - contentOffset._dx, t10 - contentOffset._dy); + t1.log$4(B.Level_FINE_500, " - extent component offset: " + componentExtentOffset.toString$0(0), _null, _null); if (topNodeId == null) { - topNodeId = J.get$key$x(t7.get$entries(t7).firstWhere$1(0, new A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure(componentKey))); - topNodeBasePosition = component.getPositionAtOffset$1(componentBaseOffset); - topNodeExtentPosition = component.getPositionAtOffset$1(componentExtentOffset); + topNodeId = J.get$key$x(t5.get$entries(t5).firstWhere$1(0, new A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure(componentKey))); + topNodeBasePosition = _this._getNodePositionForComponentOffset$2(component, componentBaseOffset); + topNodeExtentPosition = _this._getNodePositionForComponentOffset$2(component, componentExtentOffset); } - bottomNodeId = J.get$key$x(t7.get$entries(t7).firstWhere$1(0, new A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0(componentKey))); - bottomNodeBasePosition = component.getPositionAtOffset$1(componentBaseOffset); - bottomNodeExtentPosition = component.getPositionAtOffset$1(componentExtentOffset); + bottomNodeId = J.get$key$x(t5.get$entries(t5).firstWhere$1(0, new A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0(componentKey))); + bottomNodeBasePosition = _this._getNodePositionForComponentOffset$2(component, componentBaseOffset); + bottomNodeExtentPosition = _this._getNodePositionForComponentOffset$2(component, componentExtentOffset); } } - if (topNodeId == null || bottomNodeId == null) + if (topNodeId == null || bottomNodeId == null) { + t1.log$4(B.Level_FINER_400, " - no document content exists in the region. Node at top: " + A.S(topNodeId) + ". Node at bottom: " + A.S(bottomNodeId), _null, _null); return _null; - if (topNodeId === bottomNodeId) + } + t2 = A.S(topNodeId); + if (topNodeId === bottomNodeId) { + t1.log$4(B.Level_FINE_500, " - the entire selection sits within a single node: " + t2, _null, _null); return new A.DocumentSelection(new A.DocumentPosition(topNodeId, topNodeBasePosition), new A.DocumentPosition(bottomNodeId, topNodeExtentPosition)); - else { + } else { + t1.log$4(B.Level_FINE_500, " - the selection spans nodes: " + t2 + " -> " + bottomNodeId, _null, _null); + isDraggingDown = t8 < t10; t1 = isDraggingDown ? topNodeId : bottomNodeId; t2 = isDraggingDown ? topNodeBasePosition : bottomNodeBasePosition; t3 = isDraggingDown ? bottomNodeId : topNodeId; @@ -484273,31 +499577,13 @@ else return null; }, - getDesiredCursorAtOffset$1(documentOffset) { - var componentOffset, - componentKey = this._findComponentAtOffset$1(documentOffset); - if (componentKey == null || $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey) == null || $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey).get$renderObject() == null) - return null; - componentOffset = this._componentOffset$2(type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey).get$renderObject()), documentOffset); - return type$.DocumentComponent_StatefulWidget._as(componentKey.get$currentState()).getDesiredCursorAtOffset$1(componentOffset); - }, - _findComponentAtOffset$1(documentOffset) { - var t1, t2, t3, t4, textBox, contentOffset, t5, t6, t7; - for (t1 = this._nodeIdsToComponentKeys, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MappedIterator<1,2>")), t1 = type$.RenderBox, t3 = type$.DocumentComponent_StatefulWidget; t2.moveNext$0();) { - t4 = t2.__internal$_current; - if (!t3._is(t4.get$currentState())) - continue; - if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4) == null || $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4).get$renderObject() == null) - continue; - textBox = t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4).get$renderObject()); - contentOffset = A.MatrixUtils_transformPoint(textBox.getTransformTo$1(0, t1._as(this._framework$_element.get$renderObject())), B.Offset_0_0); - t5 = textBox._box$_size; - t6 = contentOffset._dx; - t7 = contentOffset._dy; - if (new A.Rect(t6, t7, t6 + t5._dx, t7 + t5._dy).contains$1(0, documentOffset)) - return t4; - } - return null; + _getNodePositionForComponentOffset$2(component, componentOffset) { + var t1 = componentOffset._dy; + if (t1 < 0) + return component.getBeginningPosition$0(); + if (t1 > component.getRectForPosition$1(component.getEndPosition$0()).bottom) + return component.getEndPosition$0(); + return component.getPositionAtOffset$1(componentOffset); }, _findComponentClosestToOffset$1(documentOffset) { var t1, t2, t3, nearestComponentKey, nearestDistance, nearestComponentKey0, componentBox, contentOffset, t4, t5, t6, distance; @@ -484369,10 +499655,37 @@ } return t1._as(key.get$currentState()); }, - build$1(_, context) { - var _null = null; + findLastSelectablePosition$0() { + var nodePosition, nodeId, componentKey, component, + t1 = this._topToBottomComponentKeys, + i = t1.length - 1, + t2 = i >= 0, + t3 = this._nodeIdsToComponentKeys, + t4 = type$.DocumentComponent_StatefulWidget; + while (true) { + if (!t2) { + nodePosition = null; + nodeId = null; + break; + } + componentKey = t1[i]; + component = t4._as(componentKey.get$currentState()); + component.isVisualSelectionSupported$0(); + nodePosition = component.getEndPosition$0(); + nodeId = J.get$key$x(t3.get$entries(t3).firstWhere$1(0, new A._SingleColumnDocumentLayoutState_findLastSelectablePosition_closure(componentKey))); + break; + } + if (nodePosition == null) + return null; + nodeId.toString; + return new A.DocumentPosition(nodeId, nodePosition); + }, + build$1(context) { + var t1, _null = null; $.$get$editorLayoutLog().log$4(B.Level_FINE_500, "Building document layout", _null, _null); - return new A.Padding(A._lateReadCheck(this._widget.presenter.__SingleColumnLayoutPresenter__viewModel, "_viewModel").padding, A.Column$(this._buildDocComponents$0(), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null); + t1 = this._widget.presenter.__SingleColumnLayoutPresenter__viewModel_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.Padding(t1.padding, A.Column$(this._buildDocComponents$0(), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null); }, _buildDocComponents$0() { var docComponents, newComponentKeys, t2, t3, t4, t5, t6, _i, t7, t8, componentKey, _this = this, _null = null, @@ -484381,8 +499694,9 @@ docComponents = A._setArrayType([], type$.JSArray_Widget); newComponentKeys = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.GlobalKey_State_StatefulWidget); t2 = _this._topToBottomComponentKeys; - B.JSArray_methods.set$length(t2, 0); - t3 = A._lateReadCheck(_this._widget.presenter.__SingleColumnLayoutPresenter__viewModel, "_viewModel"); + B.JSArray_methods.clear$0(t2); + t3 = _this._widget.presenter.__SingleColumnLayoutPresenter__viewModel_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t1.log$4(B.Level_FINE_500, "Rendering layout view model: " + A.Primitives_objectHashCode(t3), _null, _null); for (t3 = t3._componentViewModels, t4 = t3.length, t5 = type$.LabeledGlobalKey_State_StatefulWidget, t6 = _this._nodeIdsToComponentKeys, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { t7 = t3[_i].nodeId; @@ -484414,44 +499728,50 @@ call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 353 + $signature: 266 }; A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure.prototype = { call$1(componentKey) { var t1 = this.$this._nodeIdsToComponentKeys; return J.get$key$x(t1.get$entries(t1).firstWhere$1(0, new A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure(componentKey))); }, - $signature: 2926 + $signature: 2971 }; A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure.prototype = { call$1(entry) { return J.$eq$(entry.get$value(entry), this.componentKey); }, - $signature: 353 + $signature: 266 }; A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 353 + $signature: 266 }; A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 353 + $signature: 266 + }; + A._SingleColumnDocumentLayoutState_findLastSelectablePosition_closure.prototype = { + call$1(element) { + return J.$eq$(element.get$value(element), this.componentKey); + }, + $signature: 266 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure.prototype = { call$2(context, newComponentViewModel) { return new A._Component(this.$this._widget.componentBuilders, this.componentKey, newComponentViewModel, null); }, - $signature: 2927 + $signature: 2972 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure0.prototype = { call$2(key, value) { $.$get$editorLayoutLog().log$4(B.Level_FINER_400, " - " + A.S(key) + ": " + A.S(value), null, null); }, - $signature: 2928 + $signature: 2973 }; A._PresenterComponentBuilder.prototype = { createState$0() { @@ -484463,33 +499783,32 @@ }; A._PresenterComponentBuilderState.prototype = { initState$0() { - var t1, t2, _this = this; + var t1, _this = this; _this.super$State$initState(); t1 = new A.SingleColumnLayoutPresenterChangeListener(null, _this.get$_onViewModelChange()); - _this.___PresenterComponentBuilderState__presenterListener = t1; - t2 = _this._widget.presenter; - t1 = A._lateReadCheck(t1, "_presenterListener"); - t2.__presenter$_listeners.add$1(0, t1); + _this.___PresenterComponentBuilderState__presenterListener_A = t1; + _this._widget.presenter.__presenter$_listeners.add$1(0, t1); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this, - _s18_ = "_presenterListener"; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget.presenter; t2 = oldWidget.presenter; if (t1 != t2) { - t1 = A._lateReadCheck(_this.___PresenterComponentBuilderState__presenterListener, _s18_); + t1 = _this.___PresenterComponentBuilderState__presenterListener_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2.__presenter$_listeners.remove$1(0, t1); t1 = _this._widget.presenter; - t2 = A._lateReadCheck(_this.___PresenterComponentBuilderState__presenterListener, _s18_); + t2 = _this.___PresenterComponentBuilderState__presenterListener_A; t1.__presenter$_listeners.add$1(0, t2); } }, - dispose$0(_) { + dispose$0() { var t1 = this._widget.presenter, - t2 = A._lateReadCheck(this.___PresenterComponentBuilderState__presenterListener, "_presenterListener"); + t2 = this.___PresenterComponentBuilderState__presenterListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); t1.__presenter$_listeners.remove$1(0, t2); - this.super$State$dispose(0); + this.super$State$dispose(); }, _onViewModelChange$3$addedComponents$changedComponents$removedComponents(addedComponents, changedComponents, removedComponents) { if (B.JSArray_methods.contains$1(changedComponents, this._widget.watchNode)) @@ -484498,14 +499817,15 @@ _onViewModelChange$0() { return this._onViewModelChange$3$addedComponents$changedComponents$removedComponents(null, null, null); }, - build$1(_, context) { - var t1, t2, _this = this; - $.$get$editorLayoutLog().log$4(B.Level_FINEST_300, "Building component: " + A.S(_this._widget.watchNode), null, null); - t1 = A._lateReadCheck(_this._widget.presenter.__SingleColumnLayoutPresenter__viewModel, "_viewModel"); - t2 = _this._widget.watchNode; - t2 = t1._viewModelsByNodeId.$index(0, t2); - t2.toString; - return _this._widget.builder$2(context, t2); + build$1(context) { + var t1, t2; + $.$get$editorLayoutLog().log$4(B.Level_FINEST_300, "Building component: " + A.S(this._widget.watchNode), null, null); + t1 = this._widget; + t2 = t1.presenter.__SingleColumnLayoutPresenter__viewModel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = t2._viewModelsByNodeId.$index(0, t1.watchNode); + t1.toString; + return this._widget.builder$2(context, t1); } }; A._PresenterComponentBuilderState__onViewModelChange_closure.prototype = { @@ -484514,7 +499834,7 @@ $signature: 0 }; A._Component.prototype = { - build$1(_, context) { + build$1(context) { var t1, t2, t3, _i, component, _null = null, componentContext = new A.SingleColumnDocumentComponentContext(context, this.componentKey); for (t1 = this.componentBuilders, t2 = t1.length, t3 = this.componentViewModel, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { @@ -484532,7 +499852,7 @@ }; A.SingleColumnDocumentComponentContext.prototype = {}; A.SingleColumnLayoutPresenter.prototype = { - dispose$0(_) { + dispose$0() { var _this = this; _this.__presenter$_listeners.clear$0(0); _this.__presenter$_document.removeListener$1(0, _this.get$__presenter$_onDocumentChange()); @@ -484561,11 +499881,10 @@ _disassemblePipeline$0() { var t1, t2, _i; for (t1 = this._pipeline, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - J.dispose$0$x(t1[_i]); + t1[_i].dispose$0(); }, updateViewModel$0() { var t2, t3, _this = this, _null = null, - _s10_ = "_viewModel", t1 = $.$get$editorLayoutLog(); t1.log$4(B.Level_INFO_800, "Calculating an updated view model for document layout.", _null, _null); t2 = _this._earliestDirtyPhase; @@ -484575,10 +499894,11 @@ return; } t1.log$4(B.Level_FINE_500, "Earliest dirty phase is: " + t2 + ". Phase count: " + t3, _null, _null); - t2 = A._lateReadCheck(_this.__SingleColumnLayoutPresenter__viewModel, _s10_); - _this.__SingleColumnLayoutPresenter__viewModel = _this._createNewViewModel$0(); + t2 = _this.__SingleColumnLayoutPresenter__viewModel_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__SingleColumnLayoutPresenter__viewModel_A = _this._createNewViewModel$0(); t1.log$4(B.Level_INFO_800, "Done calculating new document layout view model", _null, _null); - _this._notifyListenersOfChanges$2$newViewModel$oldViewModel(A._lateReadCheck(_this.__SingleColumnLayoutPresenter__viewModel, _s10_), t2); + _this._notifyListenersOfChanges$2$newViewModel$oldViewModel(_this.__SingleColumnLayoutPresenter__viewModel_A, t2); }, _createNewViewModel$0() { var t1, newViewModel, components, t2, t3, i, t4, component, _i, t5, _this = this, _null = null; @@ -484695,7 +500015,7 @@ }; A.SingleColumnLayoutPresenterChangeListener.prototype = {}; A.SingleColumnLayoutStylePhase.prototype = { - dispose$0(_) { + dispose$0() { this._dirtyCallback = null; }, markDirty$0() { @@ -484757,14 +500077,14 @@ A.SingleColumnLayoutCustomComponentStyler.prototype = { style$2(_, $document, viewModel) { var t2, t3, t4, _i, previousViewModel, t5, t6, componentStyles, _null = null, - t1 = $.$get$editorLayoutLog(); + t1 = $.$get$editorStyleLog(); t1.log$4(B.Level_INFO_800, "(Re)calculating custom component styles view model for document layout", _null, _null); t2 = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); for (t3 = viewModel._componentViewModels, t4 = t3.length, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { previousViewModel = t3[_i]; t5 = $document.getNodeById$1(previousViewModel.nodeId); t5.toString; - t6 = previousViewModel.copy$0(0); + t6 = previousViewModel.copy$0(); componentStyles = A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(t5); t5 = componentStyles.width; t6.maxWidth = t5 == null ? t6.maxWidth : t5; @@ -484806,14 +500126,14 @@ componentViewModel = t2[_i]; t4 = $document.getNodeById$1(componentViewModel.nodeId); t4.toString; - t1.push(this._styleComponent$3($document, t4, componentViewModel.copy$0(0))); + t1.push(this._styleComponent$3($document, t4, componentViewModel.copy$0())); } return A.SingleColumnLayoutViewModel$(t1, viewModel.padding); }, _styleComponent$3($document, node, viewModel) { var t1, _i, rule, aggregateStyles = A.LinkedHashMap_LinkedHashMap$_literal(["inlineTextStyler", this._stylesheet.inlineTextStyler], type$.String, type$.dynamic); - for (t1 = this._stylesheet.rules, _i = 0; _i < 10; ++_i) { + for (t1 = this._stylesheet.rules, _i = 0; _i < 11; ++_i) { rule = t1[_i]; if (rule.selector.matches$2(0, $document, node)) this._mergeStyles$2$existingStyles$newStyles(aggregateStyles, rule.styler.call$2($document, node)); @@ -484850,29 +500170,35 @@ } }; A.SingleColumnLayoutSelectionStyler.prototype = { - dispose$0(_) { + dispose$0() { this.__styler_user_selection$_composer.selectionNotifier.removeListener$1(0, this.get$markDirty()); - this.super$SingleColumnLayoutStylePhase$dispose(0); + this.super$SingleColumnLayoutStylePhase$dispose(); + }, + set$selectionStyles(selectionStyles) { + if (selectionStyles.$eq(0, this._selectionStyles)) + return; + this._selectionStyles = selectionStyles; + this.markDirty$0(); }, set$shouldDocumentShowCaret(newValue) { if (newValue === this._shouldDocumentShowCaret) return; this._shouldDocumentShowCaret = newValue; - $.$get$editorLayoutLog().log$4(B.Level_FINE_500, "Change to 'document should show caret': " + newValue, null, null); + $.$get$editorStyleLog().log$4(B.Level_FINE_500, "Change to 'document should show caret': " + newValue, null, null); this.markDirty$0(); }, style$2(_, $document, viewModel) { var t2, t3, _i, _null = null, - t1 = $.$get$editorLayoutLog(); + t1 = $.$get$editorStyleLog(); t1.log$4(B.Level_INFO_800, "(Re)calculating selection view model for document layout", _null, _null); t1.log$4(B.Level_FINE_500, "Applying selection to components: " + A.S(this.__styler_user_selection$_composer._document_composer$_selection), _null, _null); t1 = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); for (t2 = viewModel._componentViewModels, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) - t1.push(this._applySelection$1(t2[_i].copy$0(0))); + t1.push(this._applySelection$1(t2[_i].copy$0())); return A.SingleColumnLayoutViewModel$(t1, viewModel.padding); }, _applySelection$1(viewModel) { - var selectedNodes, exception, nodeSelection, t3, t4, textSelection, showCaret, highlightWhenEmpty, selection, _this = this, _null = null, + var selectedNodes, exception, nodeSelection, t3, t4, textSelection, showCaret, highlightWhenEmpty, _this = this, _null = null, documentSelection = _this.__styler_user_selection$_composer._document_composer$_selection, t1 = _this.__styler_user_selection$_document, t2 = t1.getNodeById$1(viewModel.nodeId); @@ -484887,7 +500213,7 @@ nodeSelection = _this._computeNodeSelection$3$documentSelection$node$selectedNodes(documentSelection, t2, selectedNodes._readLocal$0()); } else nodeSelection = _null; - t1 = $.$get$editorLayoutLog(); + t1 = $.$get$editorStyleLog(); t1.log$4(B.Level_FINE_500, "Node selection (" + A.S(t2.get$id(t2)) + "): " + A.S(nodeSelection), _null, _null); if (t2 instanceof A.TextNode) { t3 = nodeSelection == null; @@ -484910,34 +500236,22 @@ if (type$.TextComponentViewModel._is(viewModel)) { viewModel.set$selection(textSelection); viewModel.set$selectionColor(B.Color_4289515255); - if (showCaret) - t1 = t2 ? _null : new A.TextNodePosition(textSelection.extentOffset, B.TextAffinity_1); - else - t1 = _null; - viewModel.set$caret(t1); - viewModel.set$caretColor(B.Color_4278190080); viewModel.set$highlightWhenEmpty(highlightWhenEmpty); } } if (viewModel instanceof A.ImageComponentViewModel) { - selection = nodeSelection == null ? _null : type$.UpstreamDownstreamNodeSelection._as(nodeSelection.nodeSelection); - viewModel.selection = selection; + viewModel.selection = nodeSelection == null ? _null : type$.UpstreamDownstreamNodeSelection._as(nodeSelection.nodeSelection); viewModel.selectionColor = B.Color_4289515255; - viewModel.caret = _this._shouldDocumentShowCaret && selection != null && selection.base.$eq(0, selection.extent) ? selection.extent : _null; - viewModel.caretColor = B.Color_4278190080; } if (viewModel instanceof A.HorizontalRuleComponentViewModel) { - selection = nodeSelection == null ? _null : type$.UpstreamDownstreamNodeSelection._as(nodeSelection.nodeSelection); - viewModel.selection = selection; + viewModel.selection = nodeSelection == null ? _null : type$.UpstreamDownstreamNodeSelection._as(nodeSelection.nodeSelection); viewModel.selectionColor = B.Color_4289515255; - viewModel.caret = _this._shouldDocumentShowCaret && selection != null && selection.base.$eq(0, selection.extent) ? selection.extent : _null; - viewModel.caretColor = B.Color_4278190080; } return viewModel; }, _computeNodeSelection$3$documentSelection$node$selectedNodes(documentSelection, node, selectedNodes) { var baseNodePosition, extentNodePosition, nodeSelection, t2, t3, t4, t5, exception, t6, t7, isBase, _null = null, - t1 = $.$get$editorLayoutLog(); + t1 = $.$get$editorStyleLog(); t1.log$4(B.Level_FINER_400, "_computeNodeSelection(): " + A.S(node.get$id(node)), _null, _null); t2 = documentSelection.base; t3 = t2.nodeId; @@ -484996,7 +500310,25 @@ var t1 = this.node; return selectedNode.get$id(selectedNode) == t1.get$id(t1); }, - $signature: 504 + $signature: 523 + }; + A.DocumentNodeSelection.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.DocumentNodeSelection && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && J.$eq$(_this.nodeSelection, other.nodeSelection); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return (J.get$hashCode$(this.nodeId) ^ J.get$hashCode$(this.nodeSelection)) >>> 0; + }, + toString$0(_) { + return '[DocumentNodeSelection] - node: "' + A.S(this.nodeId) + '", selection: (' + A.S(this.nodeSelection) + ")"; + } }; A.ListItemNode.prototype = { set$indent(newIndent) { @@ -485046,7 +500378,7 @@ } else ordinalValue = _null; t2 = node.id; - return A.ListItemComponentViewModel$(_null, B.Color_0, node._list_items$_indent, _null, t2, ordinalValue, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, B.TextDirection_1, A._presenter__noStyleBuilder$closure(), t1); + return A.ListItemComponentViewModel$(node._list_items$_indent, _null, t2, ordinalValue, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, B.TextDirection_1, A._presenter__noStyleBuilder$closure(), t1); }, createComponent$2(componentContext, componentViewModel) { var t1, t2, _null = null; @@ -485054,12 +500386,12 @@ return _null; t1 = componentViewModel.type; if (t1 === B.ListItemType_1) - return new A.UnorderedListItemComponent(componentContext.componentKey, componentViewModel.text, componentViewModel.textStyleBuilder, componentViewModel.indent, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.caret != null, componentViewModel.caretColor, componentViewModel.highlightWhenEmpty, _null); + return new A.UnorderedListItemComponent(componentContext.componentKey, componentViewModel.text, componentViewModel.textStyleBuilder, componentViewModel.indent, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.highlightWhenEmpty, _null); else if (t1 === B.ListItemType_0) { t1 = componentViewModel.indent; t2 = componentViewModel.ordinalValue; t2.toString; - return new A.OrderedListItemComponent(componentContext.componentKey, t2, componentViewModel.text, componentViewModel.textStyleBuilder, t1, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.caret != null, componentViewModel.caretColor, componentViewModel.highlightWhenEmpty, _null); + return new A.OrderedListItemComponent(componentContext.componentKey, t2, componentViewModel.text, componentViewModel.textStyleBuilder, t1, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.highlightWhenEmpty, _null); } $.$get$editorLayoutLog().log$4(B.Level_WARNING_900, "Tried to build a component for a list item view model without a list item type: " + componentViewModel.toString$0(0), _null, _null); return _null; @@ -485067,29 +500399,26 @@ $isComponentBuilder: 1 }; A.ListItemComponentViewModel.prototype = { - copy$0(_) { + copy$0() { var _this = this, t1 = _this.maxWidth, t2 = _this.padding, - t3 = _this.textStyleBuilder, - t4 = _this.selection, - t5 = _this.selectionColor; - return A.ListItemComponentViewModel$(_this.caret, _this.caretColor, _this.indent, t1, _this.nodeId, _this.ordinalValue, t2, t4, t5, _this.text, _this.textDirection, t3, _this.type); + t3 = _this.textStyleBuilder; + return A.ListItemComponentViewModel$(_this.indent, t1, _this.nodeId, _this.ordinalValue, t2, _this.selection, _this.selectionColor, _this.text, _this.textDirection, t3, _this.type); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ListItemComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && _this.type === other.type && _this.ordinalValue == other.ordinalValue && _this.indent === other.indent && _this.text.$eq(0, other.text) && J.$eq$(_this.textStyleBuilder, other.textStyleBuilder) && _this.textDirection === other.textDirection && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && J.$eq$(_this.caret, other.caret) && _this.caretColor.$eq(0, other.caretColor); + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ListItemComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && _this.type === other.type && _this.ordinalValue == other.ordinalValue && _this.indent === other.indent && J.$eq$(_this.text, other.text) && J.$eq$(_this.textStyleBuilder, other.textStyleBuilder) && _this.textDirection === other.textDirection && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor); else t1 = true; return t1; }, get$hashCode(_) { - var _this = this, - t1 = _this.text; - return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.nodeId) ^ A.Primitives_objectHashCode(_this.type) ^ J.get$hashCode$(_this.ordinalValue) ^ B.JSInt_methods.get$hashCode(_this.indent) ^ J.get$hashCode$(t1.text) ^ A.Primitives_objectHashCode(t1.spans.markers) ^ J.get$hashCode$(_this.textStyleBuilder) ^ A.Primitives_objectHashCode(_this.textDirection) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value) ^ J.get$hashCode$(_this.caret) ^ B.JSInt_methods.get$hashCode(_this.caretColor.value)) >>> 0; + var _this = this; + return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.nodeId) ^ A.Primitives_objectHashCode(_this.type) ^ J.get$hashCode$(_this.ordinalValue) ^ B.JSInt_methods.get$hashCode(_this.indent) ^ J.get$hashCode$(_this.text) ^ J.get$hashCode$(_this.textStyleBuilder) ^ A.Primitives_objectHashCode(_this.textDirection) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value)) >>> 0; }, set$selection(val) { return this.selection = val; @@ -485097,18 +500426,12 @@ set$selectionColor(val) { return this.selectionColor = val; }, - set$caret(val) { - return this.caret = val; - }, - set$caretColor(val) { - return this.caretColor = val; - }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; } }; A.UnorderedListItemComponent.prototype = { - build$1(_, context) { + build$1(context) { var t3, _this = this, _null = null, t1 = _this.styleBuilder, textStyle = t1.call$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), @@ -485118,11 +500441,11 @@ t3 = textStyle.height; if (t3 == null) t3 = 1.25; - return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, t2 * t3, A._defaultUnorderedListItemDotBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, _null, _null, B.EdgeInsets_0_3_0_0, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.caretColor, _this.highlightWhenEmpty, _this.textKey, B.Map_empty4, _this.selectionColor, _this.showCaret, false, _this.text, _null, _null, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, t2 * t3, A._defaultUnorderedListItemDotBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, _null, _null, B.EdgeInsets_0_3_0_0, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.highlightWhenEmpty, _this.textKey, B.Map_empty4, _this.selectionColor, false, _this.text, _null, _null, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A.OrderedListItemComponent.prototype = { - build$1(_, context) { + build$1(context) { var t3, lineHeight, _this = this, _null = null, t1 = _this.styleBuilder, textStyle = t1.call$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), @@ -485131,7 +500454,7 @@ t2.toString; t3 = textStyle.height; lineHeight = t2 * (t3 == null ? 1 : t3); - return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, lineHeight, A._defaultOrderedListItemNumeralBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, lineHeight, _null, _null, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.caretColor, _this.highlightWhenEmpty, _this.textKey, B.Map_empty4, _this.selectionColor, _this.showCaret, false, _this.text, _null, _null, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, lineHeight, A._defaultOrderedListItemNumeralBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, lineHeight, _null, _null, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.highlightWhenEmpty, _this.textKey, B.Map_empty4, _this.selectionColor, false, _this.text, _null, _null, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A.IndentListItemCommand.prototype = { @@ -485206,10 +500529,10 @@ var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_zIQ0; + baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 267 + $signature: 234 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -485351,9 +500674,9 @@ A.ParagraphNode.prototype = {}; A.ParagraphComponentBuilder.prototype = { createViewModel$2($document, node) { - var textDirection, textAlign, t1, t2, _null = null; + var textDirection, textAlign, t1, t2; if (!(node instanceof A.ParagraphNode)) - return _null; + return null; textDirection = A.getParagraphDirection(node._text$_text.text); textAlign = textDirection === B.TextDirection_1 ? B.TextAlign_0 : B.TextAlign_1; t1 = node._metadata; @@ -485372,16 +500695,14 @@ break; } t2 = node.id; - return A.ParagraphComponentViewModel$(t1.$index(0, "blockType"), _null, B.Color_0, false, _null, t2, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); + return A.ParagraphComponentViewModel$(t1.$index(0, "blockType"), false, null, t2, B.EdgeInsets_0_0_0_0, null, B.Color_0, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); }, createComponent$2(componentContext, componentViewModel) { - var t1, t2, t3, t4, t5, t6, t7, t8, _null = null; + var t1, t2, t3, t4, t5, t6, t7, _null = null; if (!(componentViewModel instanceof A.ParagraphComponentViewModel)) return _null; t1 = $.$get$editorLayoutLog(); t1.log$4(B.Level_FINE_500, "Building paragraph component for node: " + A.S(componentViewModel.nodeId), _null, _null); - if (componentViewModel.caret != null) - t1.log$4(B.Level_FINER_400, " - painting caret in paragraph", _null, _null); if (componentViewModel.selection != null) { t1.log$4(B.Level_FINER_400, " - painting a text selection:", _null, _null); t1.log$4(B.Level_FINER_400, " base: " + new A.TextNodePosition(componentViewModel.selection.baseOffset, B.TextAffinity_1).toString$0(0), _null, _null); @@ -485398,48 +500719,43 @@ t5 = componentViewModel.textDirection; t6 = componentViewModel.selection; t7 = componentViewModel.selectionColor; - t8 = componentViewModel.caret; - return A.TextComponent$(componentViewModel.caretColor, componentViewModel.highlightWhenEmpty, componentContext.componentKey, t3, t7, t8 != null, false, t1, t4, t5, t6, t2); + return A.TextComponent$(componentViewModel.highlightWhenEmpty, componentContext.componentKey, t3, t7, false, t1, t4, t5, t6, t2); }, $isComponentBuilder: 1 }; A.ParagraphComponentViewModel.prototype = { - copy$0(_) { + copy$0() { var _this = this, t1 = _this.maxWidth, t2 = _this.padding, t3 = _this.textStyleBuilder, t4 = _this.selection, t5 = _this.selectionColor; - return A.ParagraphComponentViewModel$(_this.blockType, _this.caret, _this.caretColor, _this.highlightWhenEmpty, t1, _this.nodeId, t2, t4, t5, _this.text, _this.textAlignment, _this.textDirection, t3); + return A.ParagraphComponentViewModel$(_this.blockType, _this.highlightWhenEmpty, t1, _this.nodeId, t2, t4, t5, _this.text, _this.textAlignment, _this.textDirection, t3); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ParagraphComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && J.$eq$(_this.blockType, other.blockType) && _this.text.$eq(0, other.text) && J.$eq$(_this.textStyleBuilder, other.textStyleBuilder) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && J.$eq$(_this.caret, other.caret) && _this.caretColor.$eq(0, other.caretColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ParagraphComponentViewModel && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.nodeId == other.nodeId && J.$eq$(_this.blockType, other.blockType) && J.$eq$(_this.text, other.text) && J.$eq$(_this.textStyleBuilder, other.textStyleBuilder) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; else t1 = true; return t1; }, get$hashCode(_) { - var t6, t7, t8, t9, t10, t11, t12, t13, _this = this, + var _this = this, t1 = A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this), t2 = J.get$hashCode$(_this.nodeId), t3 = J.get$hashCode$(_this.blockType), - t4 = _this.text, - t5 = J.get$hashCode$(t4.text); - t4 = A.Primitives_objectHashCode(t4.spans.markers); - t6 = J.get$hashCode$(_this.textStyleBuilder); - t7 = A.Primitives_objectHashCode(_this.textDirection); - t8 = A.Primitives_objectHashCode(_this.textAlignment); - t9 = J.get$hashCode$(_this.selection); - t10 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); - t11 = J.get$hashCode$(_this.caret); - t12 = B.JSInt_methods.get$hashCode(_this.caretColor.value); - t13 = _this.highlightWhenEmpty ? 519018 : 218159; - return (t1 ^ t2 ^ t3 ^ t5 ^ t4 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11 ^ t12 ^ t13) >>> 0; + t4 = J.get$hashCode$(_this.text), + t5 = J.get$hashCode$(_this.textStyleBuilder), + t6 = A.Primitives_objectHashCode(_this.textDirection), + t7 = A.Primitives_objectHashCode(_this.textAlignment), + t8 = J.get$hashCode$(_this.selection), + t9 = B.JSInt_methods.get$hashCode(_this.selectionColor.value), + t10 = _this.highlightWhenEmpty ? 519018 : 218159; + return (t1 ^ t2 ^ t3 ^ t4 ^ t5 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10) >>> 0; }, set$selection(val) { return this.selection = val; @@ -485447,12 +500763,6 @@ set$selectionColor(val) { return this.selectionColor = val; }, - set$caret(val) { - return this.caret = val; - }, - set$caretColor(val) { - return this.caretColor = val; - }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; } @@ -485525,10 +500835,10 @@ var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_zIQ0; + baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 267 + $signature: 234 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -485574,109 +500884,128 @@ }; A.SuperEditor.prototype = { createState$0() { - return new A._SuperEditorState(new A.FloatingCursorController($.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); + return new A.SuperEditorState(new A.FloatingCursorController($.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); } }; - A._SuperEditorState.prototype = { + A.SuperEditorState.prototype = { initState$0() { - var t1, _this = this, - _s12_ = "_editContext"; + var t1, _this = this; _this.super$State$initState(); - t1 = _this._widget.composer; - if (t1 == null) - t1 = A.DocumentComposer$(); - _this.___SuperEditorState__composer = t1; - A._lateReadCheck(t1, "_composer").addListener$1(0, _this.get$_updateComposerPreferencesAtSelection()); t1 = _this._widget.focusNode; if (t1 == null) t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, _this.get$_super_editor0$_onFocusChange()); - _this.___SuperEditorState__focusNode = t1; + _this.__SuperEditorState__focusNode_A = t1; + t1 = _this._widget.composer; + if (t1 == null) + t1 = A.DocumentComposer$(); + _this.__SuperEditorState__composer_A = t1; + t1.addListener$1(0, _this.get$_updateComposerPreferencesAtSelection()); + _this.__SuperEditorState__autoScrollController_A = new A.AutoScrollController($.$get$ChangeNotifier__emptyListeners()); t1 = _this._widget.documentLayoutKey; - _this.___SuperEditorState__docLayoutKey = t1; + _this.__SuperEditorState__docLayoutKey_A = t1; _this._createEditContext$0(); _this._createLayoutPresenter$0(); _this._widget.toString; - t1 = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_); - _this.___SuperEditorState__softwareKeyboardHandler = new A.SoftwareKeyboardHandler(t1.editor, A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).composer, A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).commonOps); + t1 = _this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__SuperEditorState__softwareKeyboardHandler_A = new A.SoftwareKeyboardHandler(t1.editor, t1.composer, t1.commonOps); }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, _this = this, _null = null, - _s9_ = "_composer"; + var t1, t2, t3, _this = this, _null = null; _this.super$State$didUpdateWidget(oldWidget); if (_this._widget.composer != oldWidget.composer) { - t1 = _this.get$_updateComposerPreferencesAtSelection(); - A._lateReadCheck(_this.___SuperEditorState__composer, _s9_).removeListener$1(0, t1); - t2 = _this._widget.composer; - if (t2 == null) - t2 = A.DocumentComposer$(); - _this.___SuperEditorState__composer = t2; - A._lateReadCheck(t2, _s9_).addListener$1(0, t1); + t1 = _this.__SuperEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.get$_updateComposerPreferencesAtSelection(); + t1.removeListener$1(0, t2); + t1 = _this._widget.composer; + if (t1 == null) + t1 = A.DocumentComposer$(); + _this.__SuperEditorState__composer_A = t1; + t1.addListener$1(0, t2); } t1 = _this._widget.editor; t2 = oldWidget.editor; - if (t1 != t2) - A._lateReadCheck(_this.___SuperEditorState__composer, _s9_).set$selection(_null); + if (t1 != t2) { + t1 = _this.__SuperEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$selection(_null); + } t1 = _this._widget.focusNode; if (t1 != oldWidget.focusNode) { if (t1 == null) t1 = A.FocusNode$(true, _null, true, true, _null, _null, false); t1.addListener$1(0, _this.get$_super_editor0$_onFocusChange()); - _this.___SuperEditorState__focusNode = t1; + _this.__SuperEditorState__focusNode_A = t1; } t1 = _this._widget; t3 = t1.documentLayoutKey; if (t3 !== oldWidget.documentLayoutKey) - _this.___SuperEditorState__docLayoutKey = t3; + _this.__SuperEditorState__docLayoutKey_A = t3; if (t1.editor != t2) { _this._createEditContext$0(); _this._createLayoutPresenter$0(); + } else if (!t1.selectionStyles.$eq(0, oldWidget.selectionStyles)) { + t1 = _this.__SuperEditorState__docLayoutSelectionStyler_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$selectionStyles(_this._widget.selectionStyles); + } + t1 = _this._widget.stylesheet; + if (t1 != oldWidget.stylesheet) { + t2 = _this.__SuperEditorState__docStylesheetStyler_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.set$stylesheet(t1); } - if (_this._widget.stylesheet != oldWidget.stylesheet) - A._lateReadCheck(_this.___SuperEditorState__docStylesheetStyler, "_docStylesheetStyler").set$stylesheet(_this._widget.stylesheet); _this._recomputeIfLayoutShouldShowCaret$0(); }, - dispose$0(_) { - var t1, t2, _this = this, - _s10_ = "_focusNode"; + dispose$0() { + var t1, t2, _this = this; if (_this._widget.composer == null) { - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, "_composer"); + t1 = _this.__SuperEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1._preferences; t2.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t2.ChangeNotifier__count = 0; - t1.super$ChangeNotifier$dispose(0); + t1.super$ChangeNotifier$dispose(); } - A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_).removeListener$1(0, _this.get$_super_editor0$_onFocusChange()); + t1 = _this.__SuperEditorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, _this.get$_super_editor0$_onFocusChange()); if (_this._widget.focusNode == null) - A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_).dispose$0(0); - _this.super$State$dispose(0); + _this.__SuperEditorState__focusNode_A.dispose$0(); + _this.super$State$dispose(); }, _createEditContext$0() { var _this = this, - _s9_ = "_composer"; - _this.___SuperEditorState__editContext = new A.EditContext(_this._widget.editor, new A._SuperEditorState__createEditContext_closure(_this), A._lateReadCheck(_this.___SuperEditorState__composer, _s9_), new A.CommonEditorOperations(_this._widget.editor, A._lateReadCheck(_this.___SuperEditorState__composer, _s9_), new A._SuperEditorState__createEditContext_closure0(_this))); + t1 = _this._widget.editor, + t2 = _this.__SuperEditorState__composer_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this.__SuperEditorState_editContext_A = new A.EditContext(t1, new A.SuperEditorState__createEditContext_closure(_this), t2, new A.CommonEditorOperations(t1, t2, new A.SuperEditorState__createEditContext_closure0(_this))); }, _createLayoutPresenter$0() { var $document, t2, _this = this, - _s12_ = "_editContext", t1 = _this._docLayoutPresenter; if (t1 != null) - t1.dispose$0(0); - $document = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).editor._document; - _this.___SuperEditorState__docStylesheetStyler = new A.SingleColumnStylesheetStyler(_this._widget.stylesheet); - _this.___SuperEditorState__docLayoutPerComponentBlockStyler = new A.SingleColumnLayoutCustomComponentStyler(); - t1 = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).composer; - t2 = new A.SingleColumnLayoutSelectionStyler($document, t1, _this._widget.selectionStyles); + t1.dispose$0(); + t1 = _this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + $document = t1.editor._document; + t2 = _this._widget; + _this.__SuperEditorState__docStylesheetStyler_A = new A.SingleColumnStylesheetStyler(t2.stylesheet); + _this.__SuperEditorState__docLayoutPerComponentBlockStyler_A = new A.SingleColumnLayoutCustomComponentStyler(); + t1 = t1.composer; + t2 = new A.SingleColumnLayoutSelectionStyler($document, t1, t2.selectionStyles); t1.selectionNotifier.addListener$1(0, t2.get$markDirty()); - _this.___SuperEditorState__docLayoutSelectionStyler = t2; + _this.__SuperEditorState__docLayoutSelectionStyler_A = t2; t2 = _this._widget.componentBuilders; - t1 = A._setArrayType([A._lateReadCheck(_this.___SuperEditorState__docStylesheetStyler, "_docStylesheetStyler"), A._lateReadCheck(_this.___SuperEditorState__docLayoutPerComponentBlockStyler, "_docLayoutPerComponentBlockStyler")], type$.JSArray_SingleColumnLayoutStylePhase); + t1 = A._setArrayType([_this.__SuperEditorState__docStylesheetStyler_A, _this.__SuperEditorState__docLayoutPerComponentBlockStyler_A], type$.JSArray_SingleColumnLayoutStylePhase); _this._widget.toString; - B.JSArray_methods.addAll$1(t1, B.List_empty20); - t1.push(A._lateReadCheck(_this.___SuperEditorState__docLayoutSelectionStyler, "_docLayoutSelectionStyler")); + B.JSArray_methods.addAll$1(t1, B.List_empty21); + t1.push(_this.__SuperEditorState__docLayoutSelectionStyler_A); t1 = new A.SingleColumnLayoutPresenter($document, t2, t1, A._setArrayType([], type$.JSArray_nullable_SingleColumnLayoutViewModel), A.LinkedHashSet_LinkedHashSet$_empty(type$.SingleColumnLayoutPresenterChangeListener)); t1._assemblePipeline$0(); - t1.__SingleColumnLayoutPresenter__viewModel = t1._createNewViewModel$0(); + t1.__SingleColumnLayoutPresenter__viewModel_A = t1._createNewViewModel$0(); $document.addListener$1(0, t1.get$__presenter$_onDocumentChange()); _this._docLayoutPresenter = t1; _this._recomputeIfLayoutShouldShowCaret$0(); @@ -485685,45 +501014,51 @@ this._recomputeIfLayoutShouldShowCaret$0(); }, _recomputeIfLayoutShouldShowCaret$0() { - var t1 = A._lateReadCheck(this.___SuperEditorState__docLayoutSelectionStyler, "_docLayoutSelectionStyler"); - t1.set$shouldDocumentShowCaret(A._lateReadCheck(this.___SuperEditorState__focusNode, "_focusNode").get$hasFocus() && this.get$_super_editor0$_gestureMode() === B.DocumentGestureMode_0); + var t2, + t1 = this.__SuperEditorState__docLayoutSelectionStyler_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.__SuperEditorState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.set$shouldDocumentShowCaret(t2.get$hasFocus() && this.get$_super_editor0$_gestureMode() === B.DocumentGestureMode_0); }, _updateComposerPreferencesAtSelection$0() { - var node, t2, allStyles, _this = this, - _s9_ = "_composer", - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._document_composer$_selection; + var t2, node, allStyles, _this = this, + t1 = _this.__SuperEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._document_composer$_selection; t1 = t1 == null ? null : t1.extent; if (J.$eq$(t1, _this._previousSelectionExtent)) return; - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._document_composer$_selection; - _this._previousSelectionExtent = t1 == null ? null : t1.extent; - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._preferences; + t1 = _this.__SuperEditorState__composer_A; + t2 = t1._document_composer$_selection; + _this._previousSelectionExtent = t2 == null ? null : t2.extent; + t1 = t1._preferences; t1._currentAttributions.clear$0(0); t1.notifyListeners$0(); - if (A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._document_composer$_selection != null) { - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._document_composer$_selection; - t1 = !J.$eq$(t1.base, t1.extent); - } else - t1 = true; - if (t1) + t1 = _this.__SuperEditorState__composer_A._document_composer$_selection; + if (t1 == null || !J.$eq$(t1.base, t1.extent)) return; - node = _this._widget.editor._document.getNodeById$1(A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._document_composer$_selection.extent.nodeId); + node = _this._widget.editor._document.getNodeById$1(_this.__SuperEditorState__composer_A._document_composer$_selection.extent.nodeId); if (!(node instanceof A.TextNode)) return; - t1 = type$.TextPosition._as(A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._document_composer$_selection.extent.nodePosition).offset; + t1 = type$.TextPosition._as(_this.__SuperEditorState__composer_A._document_composer$_selection.extent.nodePosition).offset; if (t1 === 0) { t2 = node._text$_text; if (t2.text.length === 0) return; - allStyles = t2.spans.getAllAttributionsAt$1(t1 + 1); - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._preferences; - t1._currentAttributions.addAll$1(0, allStyles); - t1.notifyListeners$0(); + t1 = t2.spans.getAllAttributionsAt$1(t1 + 1); + t2 = A._instanceType(t1)._eval$1("WhereIterable"); + allStyles = A.LinkedHashSet_LinkedHashSet$of(new A.WhereIterable(t1, new A.SuperEditorState__updateComposerPreferencesAtSelection_closure(), t2), t2._eval$1("Iterable.E")); + t2 = _this.__SuperEditorState__composer_A._preferences; + t2._currentAttributions.addAll$1(0, allStyles); + t2.notifyListeners$0(); } else { - allStyles = node._text$_text.spans.getAllAttributionsAt$1(t1 - 1); - t1 = A._lateReadCheck(_this.___SuperEditorState__composer, _s9_)._preferences; - t1._currentAttributions.addAll$1(0, allStyles); - t1.notifyListeners$0(); + t1 = node._text$_text.spans.getAllAttributionsAt$1(t1 - 1); + t2 = A._instanceType(t1)._eval$1("WhereIterable"); + allStyles = A.LinkedHashSet_LinkedHashSet$of(new A.WhereIterable(t1, new A.SuperEditorState__updateComposerPreferencesAtSelection_closure0(), t2), t2._eval$1("Iterable.E")); + t2 = _this.__SuperEditorState__composer_A._preferences; + t2._currentAttributions.addAll$1(0, allStyles); + t2.notifyListeners$0(); } }, get$_super_editor0$_gestureMode() { @@ -485739,82 +501074,146 @@ return B.DocumentGestureMode_0; } }, - build$1(_, context) { - var _this = this, - t1 = A._lateReadCheck(_this.___SuperEditorState__docLayoutKey, "_docLayoutKey"), - t2 = _this._docLayoutPresenter; + build$1(context) { + var t2, _this = this, + t1 = _this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._docLayoutPresenter; t2.toString; - return _this._buildInputSystem$1$child(_this._buildGestureSystem$1$child(new A.SingleColumnDocumentLayout(t2, _this._widget.componentBuilders, t1))); + return _this._buildInputSystem$1$child(_this._buildGestureSystem$1$documentLayout(new A.SingleColumnDocumentLayout(t2, _this._widget.componentBuilders, t1))); }, _buildInputSystem$1$child(child) { - var t1, _this = this, - _s10_ = "_focusNode", - _s12_ = "_editContext"; - switch (_this._widget.inputSource) { + var t2, t3, t4, _this = this, + t1 = _this._widget; + switch (t1.inputSource) { case B.DocumentInputSource_0: - t1 = A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_); - _this._widget.toString; - return new A.DocumentKeyboardInteractor(t1, false, A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_), _this._widget.keyboardActions, child, null); + t2 = _this.__SuperEditorState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__SuperEditorState_editContext_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.DocumentKeyboardInteractor(t2, false, t3, t1.keyboardActions, child, null); case B.DocumentInputSource_1: - t1 = A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_); - _this._widget.toString; - return new A.DocumentImeInteractor(t1, false, A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_), A._lateReadCheck(_this.___SuperEditorState__softwareKeyboardHandler, "_softwareKeyboardHandler"), _this._widget.keyboardActions, _this._floatingCursorController, child, null); + t2 = _this.__SuperEditorState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__SuperEditorState_editContext_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__SuperEditorState__softwareKeyboardHandler_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + return new A.DocumentImeInteractor(t2, false, t3, t4, t1.keyboardActions, _this._floatingCursorController, child, null); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - _buildGestureSystem$1$child(child) { - var t1, t2, t3, t4, t5, t6, _this = this, _null = null, - _s10_ = "_focusNode", - _s12_ = "_editContext", - _s13_ = "_docLayoutKey"; + _buildGestureSystem$1$documentLayout(documentLayout) { + var t1, t2, t3, t4, t5, t6, t7, _this = this, _null = null; switch (_this.get$_super_editor0$_gestureMode()) { case B.DocumentGestureMode_0: - return new A.DocumentMouseInteractor(A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_), A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_), _this._widget.scrollController, false, _null, child, _null); + return _this._buildDesktopGestureSystem$1(documentLayout); case B.DocumentGestureMode_1: - t1 = A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_); - t2 = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).composer; - t3 = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).editor._document; + t1 = _this.__SuperEditorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__SuperEditorState_editContext_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.editor._document; t4 = _this._widget.scrollController; - t5 = A._lateReadCheck(_this.___SuperEditorState__docLayoutKey, _s13_); - t6 = _this._widget.androidToolbarBuilder; - return new A.AndroidDocumentTouchInteractor(t1, t2, t3, t5, new A._SuperEditorState__buildGestureSystem_closure(_this), t4, t6, _null, child, _null); + t5 = _this.__SuperEditorState__docLayoutKey_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this._framework$_element; + t6.toString; + t6 = A.Theme_of(t6).primaryColor; + t7 = _this._widget.androidToolbarBuilder; + return new A.AndroidDocumentTouchInteractor(t1, t2.composer, t3, t5, new A.SuperEditorState__buildGestureSystem_closure(_this), t2.commonOps, t4, t6, t7, _null, documentLayout, _null); case B.DocumentGestureMode_2: - t1 = A._lateReadCheck(_this.___SuperEditorState__focusNode, _s10_); - t2 = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).composer; - t3 = A._lateReadCheck(_this.___SuperEditorState__editContext, _s12_).editor._document; + t1 = _this.__SuperEditorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__SuperEditorState_editContext_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.editor._document; t4 = _this._widget.scrollController; - t5 = A._lateReadCheck(_this.___SuperEditorState__docLayoutKey, _s13_); - t6 = _this._widget.iOSToolbarBuilder; - return new A.IOSDocumentTouchInteractor(t1, t2, t3, t5, new A._SuperEditorState__buildGestureSystem_closure0(_this), t4, t6, _this._floatingCursorController, _null, child, _null); + t5 = _this.__SuperEditorState__docLayoutKey_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this._framework$_element; + t6.toString; + t6 = A.Theme_of(t6).primaryColor; + t7 = _this._widget.iOSToolbarBuilder; + return new A.IOSDocumentTouchInteractor(t1, t2.composer, t3, t5, new A.SuperEditorState__buildGestureSystem_closure0(_this), t2.commonOps, t4, t6, t7, _this._floatingCursorController, _null, documentLayout, _null); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } + }, + _buildDesktopGestureSystem$1(documentLayout) { + return new A.LayoutBuilder(new A.SuperEditorState__buildDesktopGestureSystem_closure(this, documentLayout), null); } }; - A._SuperEditorState__createEditContext_closure.prototype = { + A.SuperEditorState__createEditContext_closure.prototype = { call$0() { - return type$.DocumentLayout._as(A._lateReadCheck(this.$this.___SuperEditorState__docLayoutKey, "_docLayoutKey").get$currentState()); + var t1 = this.$this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 356 + $signature: 201 }; - A._SuperEditorState__createEditContext_closure0.prototype = { + A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { - return type$.DocumentLayout._as(A._lateReadCheck(this.$this.___SuperEditorState__docLayoutKey, "_docLayoutKey").get$currentState()); + var t1 = this.$this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 356 + $signature: 201 }; - A._SuperEditorState__buildGestureSystem_closure.prototype = { - call$0() { - return A._lateReadCheck(this.$this.___SuperEditorState__editContext, "_editContext")._getDocumentLayout.call$0(); + A.SuperEditorState__updateComposerPreferencesAtSelection_closure.prototype = { + call$1(attribution) { + return !(attribution instanceof A.LinkAttribution); }, - $signature: 356 + $signature: 809 }; - A._SuperEditorState__buildGestureSystem_closure0.prototype = { - call$0() { - return A._lateReadCheck(this.$this.___SuperEditorState__editContext, "_editContext")._getDocumentLayout.call$0(); + A.SuperEditorState__updateComposerPreferencesAtSelection_closure0.prototype = { + call$1(attribution) { + return !(attribution instanceof A.LinkAttribution); }, - $signature: 356 + $signature: 809 + }; + A.SuperEditorState__buildGestureSystem_closure.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._getDocumentLayout.call$0(); + }, + $signature: 201 + }; + A.SuperEditorState__buildGestureSystem_closure0.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._getDocumentLayout.call$0(); + }, + $signature: 201 + }; + A.SuperEditorState__buildDesktopGestureSystem_closure.prototype = { + call$2(context, viewportConstraints) { + var t3, t4, t5, t6, t7, t8, _i, _null = null, + t1 = this.$this, + t2 = t1.__SuperEditorState__autoScrollController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1._widget.scrollController; + t4 = viewportConstraints.maxWidth; + t4 = t4 < 1 / 0 ? t4 : 0; + t5 = viewportConstraints.maxHeight; + t5 = t5 < 1 / 0 ? t5 : 0; + t6 = t1.__SuperEditorState__focusNode_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = t1.__SuperEditorState_editContext_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t7 = A.Positioned$fill(0, new A.DocumentMouseInteractor(t6, t7, t2, false, B.SizedBox_null_null_null_null, _null)); + t6 = type$.JSArray_Widget; + t8 = A._setArrayType([this.documentLayout], t6); + t1._widget.toString; + _i = 0; + for (; _i < 1; ++_i) + t8.push(new A.Positioned(0, 0, 0, 0, _null, _null, B.List_DefaultCaretOverlayBuilder[_i].build$2(context, t1.__SuperEditorState_editContext_A), _null)); + return new A.DocumentScrollable(t2, _null, false, t3, new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, t5, 1 / 0), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, A._setArrayType([t7, new A.Align(B.Alignment_0_m1, _null, _null, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t8, _null), _null)], t6), _null), _null), _null); + }, + $signature: 2975 }; A.DocumentInputSource.prototype = { toString$0(_) { @@ -485827,74 +501226,92 @@ } }; A.DebugPaintConfig.prototype = {}; + A.DefaultCaretOverlayBuilder.prototype = { + build$2(context, editContext) { + return new A.CaretDocumentOverlay(editContext.composer, new A.DefaultCaretOverlayBuilder_build_closure(editContext), B.C_CaretStyle, null); + }, + $isDocumentLayerBuilder: 1 + }; + A.DefaultCaretOverlayBuilder_build_closure.prototype = { + call$0() { + return this.editContext._getDocumentLayout.call$0(); + }, + $signature: 201 + }; 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_K9x], type$.String, type$.dynamic); + return A.LinkedHashMap_LinkedHashMap$_literal(["maxWidth", 640, "padding", B.CascadingPadding_24_24_null_null, "textStyle", B.TextStyle_sBb], type$.String, type$.dynamic); }, - $signature: 141 + $signature: 131 }; A.defaultStylesheet_closure0.prototype = { call$2(doc, docNode) { - return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_lRE1], type$.String, type$.dynamic); + return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_Npb1], type$.String, type$.dynamic); }, - $signature: 141 + $signature: 131 }; A.defaultStylesheet_closure1.prototype = { call$2(doc, docNode) { - return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_lRE0], type$.String, type$.dynamic); + return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_Npb0], type$.String, type$.dynamic); }, - $signature: 141 + $signature: 131 }; A.defaultStylesheet_closure2.prototype = { call$2(doc, docNode) { - return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_lRE], type$.String, type$.dynamic); + return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_Npb], type$.String, type$.dynamic); }, - $signature: 141 + $signature: 131 }; 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: 141 + $signature: 131 }; 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: 141 + $signature: 131 }; 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: 141 + $signature: 131 }; 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: 141 + $signature: 131 }; 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: 141 + $signature: 131 }; A.defaultStylesheet_closure8.prototype = { + call$2(doc, docNode) { + return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_zc5], type$.String, type$.dynamic); + }, + $signature: 131 + }; + 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: 141 + $signature: 131 }; A.TextNode.prototype = { TextNode$3$id$metadata$text(id, metadata, text) { this.set$metadata(0, metadata); this._text$_text._attributed_text$_listeners.add$1(0, this.get$notifyListeners()); }, - dispose$0(_) { + dispose$0() { this._text$_text._attributed_text$_listeners.remove$1(0, this.get$notifyListeners()); - this.super$ChangeNotifier$dispose(0); + this.super$ChangeNotifier$dispose(); }, set$text(_, newText) { var t1, _this = this; @@ -485927,37 +501344,29 @@ return position1.offset > position2.offset ? position1 : position2; }, computeSelection$2$base$extent(base, extent) { - var t3, t4, - t1 = type$.TextNodePosition, - t2 = t1._as(base).offset; - t1 = t1._as(extent).offset; - t3 = t2 < t1; - t4 = t3 ? t2 : t1; - return new A.TextNodeSelection(t2, t1, B.TextAffinity_1, false, t4, t3 ? t1 : t2); + var t1 = type$.TextNodePosition; + return A.TextNodeSelection$(t1._as(base).offset, t1._as(extent).offset); }, copyContent$1(selection) { type$.TextSelection._as(selection); return J.substring$2$s(this._text$_text.text, selection.start, selection.end); }, toString$0(_) { - return "[TextNode] - text: " + this._text$_text.toString$0(0) + ", metadata: " + A.LinkedHashMap_LinkedHashMap$from(this._metadata, type$.String, type$.dynamic).toString$0(0); + return "[TextNode] - text: " + A.S(this._text$_text) + ", metadata: " + A.LinkedHashMap_LinkedHashMap$from(this._metadata, type$.String, type$.dynamic).toString$0(0); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$DocumentNode$$eq(0, other) && other instanceof A.TextNode && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.id == other.id && _this._text$_text.$eq(0, other._text$_text); + t1 = _this.super$DocumentNode$$eq(0, other) && other instanceof A.TextNode && A.getRuntimeType(_this) === A.getRuntimeType(other) && _this.id == other.id && J.$eq$(_this._text$_text, other._text$_text); else t1 = true; return t1; }, get$hashCode(_) { - var _this = this, - t1 = A.DocumentNode.prototype.get$hashCode.call(_this, _this), - t2 = J.get$hashCode$(_this.id), - t3 = _this._text$_text; - return (t1 ^ t2 ^ J.get$hashCode$(t3.text) ^ A.Primitives_objectHashCode(t3.spans.markers)) >>> 0; + var _this = this; + return (A.DocumentNode.prototype.get$hashCode.call(_this, _this) ^ J.get$hashCode$(_this.id) ^ J.get$hashCode$(_this._text$_text)) >>> 0; }, get$id(receiver) { return this.id; @@ -485990,16 +501399,18 @@ A.TextComponentViewModel.prototype = {}; A.TextComponent.prototype = { createState$0() { - return new A._TextComponentState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_ProseTextState_StatefulWidget), B._StateLifecycle_0); + return new A.TextComponentState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_ProseTextState_StatefulWidget), B._StateLifecycle_0); }, textStyleBuilder$1(arg0) { return this.textStyleBuilder.call$1(arg0); } }; - A._TextComponentState.prototype = { + A.TextComponentState.prototype = { getPositionAtOffset$1(localOffset) { - var t1, - textPosition = type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionNearestToOffset$1(localOffset); + var textPosition, + t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + textPosition = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionNearestToOffset$1(localOffset); if (textPosition.affinity === B.TextAffinity_1) t1 = textPosition; else { @@ -486009,34 +501420,43 @@ return new A.TextNodePosition(t1.offset, t1.affinity); }, getOffsetForPosition$1(nodePosition) { + var t1; if (!(nodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(string$.ExpectnT + A.S(nodePosition))); - return type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getOffsetAtPosition$1(nodePosition); + t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(nodePosition); }, getRectForPosition$1(nodePosition) { - var offset, t1, t2, lineHeight, - _s14_ = "_textLayoutKey"; + var offset, t1, t2, t3, lineHeight; if (!(nodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(string$.ExpectnT + A.S(nodePosition))); offset = this.getOffsetForPosition$1(nodePosition); t1 = this._textKey; - t2 = type$.ProseTextBlock; - lineHeight = t2._as(A._lateReadCheck(t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey, _s14_).get$currentState()).get$textLayout().getHeightForCaret$1(nodePosition); - if (lineHeight == null) - lineHeight = t2._as(A._lateReadCheck(t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey, _s14_).get$currentState()).get$textLayout().getLineHeightAtPosition$1(nodePosition); + t2 = t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = type$.ProseTextBlock; + lineHeight = t3._as(t2.get$currentState()).get$textLayout().getHeightForCaret$1(nodePosition); + if (lineHeight == null) { + t1 = t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + lineHeight = t3._as(t1.get$currentState()).get$textLayout().getLineHeightAtPosition$1(nodePosition); + } t1 = offset._dx; t2 = offset._dy; return new A.Rect(t1, t2, t1 + 0, t2 + lineHeight); }, getRectForSelection$2(baseNodePosition, extentNodePosition) { - var selection, boxes, t1, boundingBox, i, + var selection, t1, boxes, boundingBox, i, _s57_ = string$.ExpectnT; if (!(baseNodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(_s57_ + A.S(baseNodePosition))); if (!(extentNodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(_s57_ + A.S(extentNodePosition))); selection = A.TextSelection$(B.TextAffinity_1, baseNodePosition.offset, extentNodePosition.offset, false); - boxes = type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getBoxesForSelection$1(selection); + t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + boxes = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getBoxesForSelection$1(selection); if (boxes.length !== 0) { t1 = B.JSArray_methods.get$first(boxes); boundingBox = new A.Rect(t1.left, t1.top, t1.right, t1.bottom); @@ -486052,7 +501472,9 @@ return B.TextNodePosition_0_TextAffinity_1; }, getBeginningPositionNearX$1(x) { - var t1 = type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionInFirstLineAtX$1(x); + var t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionInFirstLineAtX$1(x); return new A.TextNodePosition(t1.offset, t1.affinity); }, movePositionLeft$2(textPosition, movementModifier) { @@ -486064,11 +501486,13 @@ return null; if (t1 === 0) return null; - t2 = movementModifier != null; - if (t2 && movementModifier.$eq(0, B.MovementModifier_line)) { - t1 = type$.ProseTextBlock._as(A._lateReadCheck(_this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionAtStartOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); + t2 = J.getInterceptor$(movementModifier); + if (t2.$eq(movementModifier, B.MovementModifier_line)) { + t2 = _this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionAtStartOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); return new A.TextNodePosition(t1.offset, t1.affinity); - } else if (t2 && movementModifier.$eq(0, B.MovementModifier_word)) { + } else if (t2.$eq(movementModifier, B.MovementModifier_word)) { newOffset = A.CharacterMovement_moveOffsetUpstreamByWord(_this._widget.text.text, t1); if (newOffset == null) return textPosition; @@ -486084,14 +501508,15 @@ t1 = textPosition.offset; if (t1 >= _this._widget.text.text.length) return null; - t2 = movementModifier != null; - if (t2 && movementModifier.$eq(0, B.MovementModifier_line)) { - t1 = type$.ProseTextBlock._as(A._lateReadCheck(_this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionAtEndOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); + if (J.$eq$(movementModifier, B.MovementModifier_line)) { + t2 = _this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1 = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionAtEndOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); t2 = t1.offset; t3 = _this._widget.text.text; return t2 !== t3.length && t3[t2] !== "\n" ? new A.TextNodePosition(t2 - 1, B.TextAffinity_1) : new A.TextNodePosition(t2, t1.affinity); } - if (t2 && movementModifier.$eq(0, B.MovementModifier_word)) { + if (movementModifier != null && movementModifier.$eq(0, B.MovementModifier_word)) { newOffset = A.CharacterMovement_moveOffsetDownstreamByWord(_this._widget.text.text, t1); if (newOffset == null) return textPosition; @@ -486128,37 +501553,65 @@ return new A.TextNodePosition(this._widget.text.text.length, B.TextAffinity_1); }, getEndPositionNearX$1(x) { - var t1 = type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionInLastLineAtX$1(x); + var t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionInLastLineAtX$1(x); return new A.TextNodePosition(t1.offset, t1.affinity); }, - getDesiredCursorAtOffset$1(localOffset) { - return type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().isTextAtOffset$1(localOffset) ? B.SystemMouseCursor_text : null; + getContiguousTextSelectionAt$1(textPosition) { + var t2, t3, start, end, + text = this._widget.text.text, + t1 = text.length; + if (t1 === 0) + return B.TextNodeSelection_kfn; + t2 = textPosition.offset; + t3 = t1 - 1; + start = Math.min(A.checkNum(t2), t3); + end = Math.min(A.checkNum(t2), t3); + while (true) { + if (!(start > 0 && text[start - 1] !== "\n")) + break; + --start; + } + while (true) { + if (!(end < t1 && text[end] !== "\n")) + break; + ++end; + } + return A.TextNodeSelection$(start, end); }, getPositionOneLineUp$1(textPosition) { - var positionOneLineUp = type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionOneLineUp$1(textPosition); + var positionOneLineUp, + t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + positionOneLineUp = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionOneLineUp$1(textPosition); if (positionOneLineUp == null) return null; return new A.TextNodePosition(positionOneLineUp.offset, positionOneLineUp.affinity); }, getPositionOneLineDown$1(textPosition) { - var positionOneLineDown = type$.ProseTextBlock._as(A._lateReadCheck(this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout().getPositionOneLineDown$1(textPosition); + var positionOneLineDown, + t1 = this._textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + positionOneLineDown = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionOneLineDown$1(textPosition); if (positionOneLineDown == null) return null; return new A.TextNodePosition(positionOneLineDown.offset, positionOneLineDown.affinity); }, - build$1(_, context) { - var t1, t2, t3, t4, t5, t6, _this = this; - $.$get$editorLayoutLog().log$4(B.Level_FINER_400, "Building a TextComponent with key: " + A.S(_this._widget.key), null, null); - t1 = A.ComputerTextSpan_computeTextSpan(_this._widget.text, _this.get$_textStyleWithBlockType()); + build$1(context) { + var t1, t2, t3, t4, t5, _this = this, _null = null; + $.$get$editorLayoutLog().log$4(B.Level_FINER_400, "Building a TextComponent with key: " + A.S(_this._widget.key), _null, _null); + t1 = A.ComputeTextSpan_computeTextSpan(_this._widget.text, _this.get$_textStyleWithBlockType()); t2 = _this._widget; - t3 = t2.selectionColor; - t4 = t2.caretColor; + t3 = t2.textAlign; + if (t3 == null) + t3 = B.TextAlign_0; + t4 = t2.selectionColor; t5 = t2.textSelection; if (t5 == null) t5 = B.TextSelection_ke5; - t6 = t2.showCaret; - t2 = A._setArrayType([new A.UserSelection(t5, new A.SelectionHighlightStyle(t3), t2.highlightWhenEmpty, new A.CaretStyle(t4), t6)], type$.JSArray_UserSelection); - return new A.SuperTextWithSelection(t1, t2, _this._textKey); + t2 = A._setArrayType([new A.UserSelection(t5, new A.SelectionHighlightStyle(t4), t2.highlightWhenEmpty, false)], type$.JSArray_UserSelection); + return new A.IgnorePointer(true, _null, new A.SuperTextWithSelection(t1, t3, t2, _this._textKey), _null); }, _textStyleWithBlockType$1(attributions) { var attributionsWithBlockType = A.LinkedHashSet_LinkedHashSet$from(attributions, type$.Attribution), @@ -486241,7 +501694,7 @@ call$0() { return this.selectionRange; }, - $signature: 2931 + $signature: 2977 }; A.InsertTextCommand.prototype = { execute$2($document, transaction) { @@ -486249,15 +501702,31 @@ t1 = this.documentPosition, textNode = $document.getNodeById$1(t1.nodeId); if (!(textNode instanceof A.TextNode)) { - $.$get$editorDocLog().log$4(B.Level_SHOUT_1200, "ERROR: can't insert text in a node that isn't a TextNode: " + A.S(textNode), null, null); + $.$get$editorDocLog().log$4(B.Level_SHOUT_1200, string$.ERROR_ + A.S(textNode), null, null); return; } textOffset = type$.TextPosition._as(t1.nodePosition).offset; textNode.set$text(0, textNode._text$_text.insertString$3$applyAttributions$startOffset$textToInsert(this.attributions, textOffset, this.textToInsert)); } }; + A.InsertAttributedTextCommand.prototype = { + execute$2($document, transaction) { + var textOffset, startText, endText, + t1 = this.documentPosition, + textNode = $document.getNodeById$1(t1.nodeId); + if (!(textNode instanceof A.TextNode)) { + $.$get$editorDocLog().log$4(B.Level_SHOUT_1200, string$.ERROR_ + A.S(textNode), null, null); + return; + } + textOffset = type$.TextPosition._as(t1.nodePosition).offset; + t1 = textNode._text$_text; + startText = t1.copyText$2(0, textOffset); + endText = t1.copyText$1(textOffset); + textNode.set$text(0, startText.copyAndAppend$1(this.textToInsert).copyAndAppend$1(endText)); + } + }; + A._TextComponentState_State_DocumentComponent.prototype = {}; A._TextNode_DocumentNode_ChangeNotifier.prototype = {}; - A.__TextComponentState_State_DocumentComponent.prototype = {}; A.UnknownComponentBuilder.prototype = { createViewModel$2($document, node) { return null; @@ -486289,9 +501758,9 @@ if (t1 !== t2) this._syncListenables$2$newListenables$oldListenables(t1, t2); }, - dispose$0(_) { + dispose$0() { this._syncListenables$2$newListenables$oldListenables(A.LinkedHashSet_LinkedHashSet$_empty(type$.Listenable), this._widget.listenables); - this.super$State$dispose(0); + this.super$State$dispose(); }, _syncListenables$2$newListenables$oldListenables(newListenables, oldListenables) { var t1, t2, t3; @@ -486309,7 +501778,7 @@ _onListenableChange$0() { this.setState$1(new A._MultiListenableBuilderState__onListenableChange_closure()); }, - build$1(_, context) { + build$1(context) { return this._widget.builder$1(context); } }; @@ -486319,7 +501788,7 @@ $signature: 0 }; A.ListenableBuilder.prototype = { - build$1(_, context) { + build$1(context) { return A.AnimatedBuilder$(this.listenable, new A.ListenableBuilder_build_closure(this), null); } }; @@ -486327,7 +501796,7 @@ call$2(context, _) { return this.$this.builder.call$1(context); }, - $signature: 194 + $signature: 184 }; A.Logger0.prototype = { log$2(tag, message) { @@ -486335,17 +501804,21 @@ } }; A.AutoScroller.prototype = { - dispose$0(_) { - A._lateReadCheck(this.__AutoScroller__ticker, "_ticker").dispose$0(0); + dispose$0() { + var t1 = this.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); }, startScrollingUp$1(speedPercent) { - var _this = this; + var t1, _this = this; _this._scrollSpeedPercent = speedPercent; if (_this._scrollUpOnTick) return; $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Starting to auto-scroll up", null, null); _this._scrollUpOnTick = true; - A._lateReadCheck(_this.__AutoScroller__ticker, "_ticker").start$0(0); + t1 = _this.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.start$0(0); }, _scrollUp$0() { var scrollAmount, t2, _null = null, @@ -486373,16 +501846,20 @@ return; $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Stopping auto-scroll up", null, null); this._scrollUpOnTick = false; - A._lateReadCheck(this.__AutoScroller__ticker, "_ticker").stop$0(0); + var t1 = this.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); }, startScrollingDown$1(speedPercent) { - var _this = this; + var t1, _this = this; _this._scrollSpeedPercent = speedPercent; if (_this._scrollDownOnTick) return; $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Starting to auto-scroll down", null, null); _this._scrollDownOnTick = true; - A._lateReadCheck(_this.__AutoScroller__ticker, "_ticker").start$0(0); + t1 = _this.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.start$0(0); }, _scrollDown$0() { var t2, scrollAmount, _null = null, @@ -486412,7 +501889,9 @@ return; $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Stopping auto-scroll down", null, null); this._scrollDownOnTick = false; - A._lateReadCheck(this.__AutoScroller__ticker, "_ticker").stop$0(0); + var t1 = this.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); }, __scrolling$_onTick$1(elapsedTime) { var _this = this; @@ -486422,12 +501901,12 @@ _this._scrollDown$0(); } }; - A.ComputerTextSpan_computeTextSpan_closure.prototype = { + A.ComputeTextSpan_computeTextSpan_closure.prototype = { call$1(attributedSpan) { var t1 = J.substring$2$s(this._this.text, attributedSpan.start, attributedSpan.end + 1); return A.TextSpan$(null, null, this.styleBuilder.call$1(attributedSpan.attributions), t1); }, - $signature: 2932 + $signature: 2978 }; A.BlinkingCaret.prototype = { createState$0() { @@ -486436,14 +501915,9 @@ }; A.BlinkingCaretState.prototype = { initState$0() { - var t1, _this = this; - _this.super$State$initState(); - t1 = _this._widget.controller; - if (t1 == null) - t1 = A.BlinkController$(_this); - _this.__BlinkingCaretState__caretBlinkController = t1; - _this._widget.toString; - t1 = A._lateReadCheck(t1, "_caretBlinkController"); + this.super$State$initState(); + var t1 = this._widget.controller; + this.__BlinkingCaretState__caretBlinkController_A = t1; t1.jumpToOpaque$0(); }, didUpdateWidget$1(oldWidget) { @@ -486451,44 +501925,39 @@ _this.super$State$didUpdateWidget(oldWidget); if (!_this._widget.caretOffset.$eq(0, oldWidget.caretOffset)) { _this._widget.toString; - t1 = A._lateReadCheck(_this.__BlinkingCaretState__caretBlinkController, "_caretBlinkController"); + t1 = _this.__BlinkingCaretState__caretBlinkController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.jumpToOpaque$0(); } }, - dispose$0(_) { - var t1; - if (this._widget.controller == null) { - t1 = A._lateReadCheck(this.__BlinkingCaretState__caretBlinkController, "_caretBlinkController"); - A._lateReadCheck(t1.__BlinkController__ticker, "_ticker").dispose$0(0); - t1.super$ChangeNotifier$dispose(0); - } - this.super$_BlinkingCaretState_State_SingleTickerProviderStateMixin$dispose(0); + dispose$0() { + this._widget.toString; + this.super$_BlinkingCaretState_State_SingleTickerProviderStateMixin$dispose(); }, - build$1(_, context) { - var t3, t4, t5, t6, t7, t8, t9, + build$1(context) { + var t6, t7, t8, t1 = this._widget, - t2 = t1.width; - t1 = t1.caretHeight; - if (t1 == null) - t1 = 0; - t3 = A._lateReadCheck(this.__BlinkingCaretState__caretBlinkController, "_caretBlinkController"); - t4 = this._widget; - t5 = t4.caretHeight; - t6 = t4.caretOffset; - t7 = t4.width; - t8 = t4.borderRadius; - t4 = t4.color; - t9 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t9.set$color(0, t4); - return A.CustomPaint$(null, null, null, new A._CaretPainter(t3, t5, t6, t7, t8, false, true, t4, t9, t3), new A.Size(t2, t1)); + t2 = t1.width, + t3 = t1.caretHeight, + t4 = t3 == null ? 0 : t3, + t5 = this.__BlinkingCaretState__caretBlinkController_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = t1.caretOffset; + t7 = t1.borderRadius; + t1 = t1.color; + t8 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + t8.set$color(0, t1); + return A.CustomPaint$(null, null, null, new A._CaretPainter(t5, t3, t6, t2, t7, false, true, t1, t8, t5), new A.Size(t2, t4)); } }; A._CaretPainter.prototype = { paint$2(canvas, size) { - var height, t3, t4, _this = this, + var height, t4, _this = this, t1 = _this.caretPaint, - t2 = _this.caretColor; - t1.set$color(0, A.Color$fromARGB(B.JSInt_methods.round$0(255 * (_this.blinkController._blink_controller$_isVisible ? 1 : 0)), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); + t2 = _this.caretColor, + t3 = _this.blinkController._blink_controller$_isVisible ? 1 : 0; + t2.toString; + t1.set$color(0, A.Color$fromARGB(B.JSInt_methods.round$0(255 * t3), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); t2 = _this.caretHeight; height = t2 == null ? null : B.JSNumber_methods.roundToDouble$0(t2); if (height == null) @@ -486497,28 +501966,21 @@ t3 = t2._dx; t2 = t2._dy; t4 = _this.borderRadius; - canvas.drawRRect$2(0, A.RRect$fromLTRBAndCorners(J.roundToDouble$0$n(t3), J.roundToDouble$0$n(t2), B.JSNumber_methods.roundToDouble$0(t3) + _this.width, B.JSNumber_methods.roundToDouble$0(t2) + height, t4.bottomLeft, t4.bottomRight, t4.topLeft, t4.topRight), t1); + canvas.drawRRect$2(A.RRect$fromLTRBAndCorners(J.roundToDouble$0$n(t3), J.roundToDouble$0$n(t2), B.JSNumber_methods.roundToDouble$0(t3) + _this.width, B.JSNumber_methods.roundToDouble$0(t2) + height, t4.bottomLeft, t4.bottomRight, t4.topLeft, t4.topRight), t1); }, shouldRepaint$1(oldDelegate) { - var t1, _this = this; - if (_this.caretHeight == oldDelegate.caretHeight) - if (_this.caretOffset.$eq(0, oldDelegate.caretOffset)) - t1 = _this.width !== oldDelegate.width || !_this.borderRadius.$eq(0, oldDelegate.borderRadius) || !_this.caretColor.$eq(0, oldDelegate.caretColor); - else - t1 = true; - else - t1 = true; - return t1; + var _this = this; + return _this.caretHeight != oldDelegate.caretHeight || !_this.caretOffset.$eq(0, oldDelegate.caretOffset) || _this.width !== oldDelegate.width || !_this.borderRadius.$eq(0, oldDelegate.borderRadius) || !J.$eq$(_this.caretColor, oldDelegate.caretColor); } }; A._BlinkingCaretState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { + dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; if (t1 != null) t1.removeListener$1(0, _this.get$_updateTicker()); _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); + _this.super$State$dispose(); }, activate$0() { this.super$State$activate(); @@ -486678,9 +502140,9 @@ _this._multi_tap_gesture$_reset$0(); } }, - dispose$0(_) { + dispose$0() { this._multi_tap_gesture$_reset$0(); - this.super$GestureRecognizer$dispose(0); + this.super$GestureRecognizer$dispose(); }, _multi_tap_gesture$_onTapTimeout$0() { var t1 = this.onTimeout; @@ -486831,19 +502293,19 @@ }; A.Platform.prototype = {}; A.AndroidFollowingMagnifier.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.offsetFromFocalPoint; return A.CompositedTransformFollower$(A.FractionalTranslation$(new A.AndroidMagnifyingGlass(t1, null), true, B.Offset_0), null, this.layerLink, t1, true, B.Alignment_m1_m1); } }; A.AndroidMagnifyingGlass.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, new A.RoundedRectangleBorder(A.BorderRadius$circular(8), B.BorderSide_0CF), B.Size_92_48, 1.5, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, A.BorderRadius$circular(8), B.List_tcr, _null, B.BoxShape_0), _null, 48, _null, _null, _null, _null, _null, 92)], type$.JSArray_Widget), _null); + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, new A.RoundedRectangleBorder(A.BorderRadius$circular(8), B.BorderSide_aLd), B.Size_92_48, 1.5, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, A.BorderRadius$circular(8), B.List_tcr, _null, B.BoxShape_0), _null, 48, _null, _null, _null, _null, _null, 92)], type$.JSArray_Widget), _null); } }; A.AndroidSelectionHandle.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null; switch (_this.handleType.index) { case 0: @@ -486858,30 +502320,30 @@ } }; A.AndroidTextEditingFloatingToolbar.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null; return A.Material$(B.Duration_200000, true, A.BorderRadius$circular(4), A.Row$(A._setArrayType([_this._toolbar$_buildButton$2$onPressed$title(_this.onCutPressed, "Cut"), _this._toolbar$_buildButton$2$onPressed$title(_this.onCopyPressed, "Copy"), _this._toolbar$_buildButton$2$onPressed$title(_this.onPastePressed, "Paste"), _this._toolbar$_buildButton$2$onPressed$title(_this.onSelectAllPressed, "Select All")], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), B.Clip_0, B.Color_4294967295, 3, _null, _null, _null, _null, _null, B.MaterialType_0); }, _toolbar$_buildButton$2$onPressed$title(onPressed, title) { var _null = null, - t1 = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_0_16_0_16, _null, _null, _null, _null, _null, _null, _null); - return A.TextButton$(false, new A.Padding(B.EdgeInsets_8_0_8_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_xKl0, _null, _null, _null), _null), _null, onPressed, t1); + t1 = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_0_16_0_16, _null, _null, _null, _null, _null, _null, _null); + return A.TextButton$(false, new A.Padding(B.EdgeInsets_8_0_8_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_cMb0, _null, _null, _null), _null), _null, _null, onPressed, t1); } }; A.IOSFollowingMagnifier.prototype = { - build$1(_, context) { + build$1(context) { var t1 = this.offsetFromFocalPoint; return A.CompositedTransformFollower$(A.FractionalTranslation$(A._roundedRectangleMagnifierBuilder(context, t1), true, B.Offset_0), null, this.layerLink, t1, true, B.Alignment_m1_m1); } }; A.IOSRoundedRectangleMagnifyingGlass.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, B.RoundedRectangleBorder_LkV4, B.Size_72_48, 1, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, B.ShapeDecoration_6Vn, _null, 48, _null, _null, _null, _null, _null, 72)], type$.JSArray_Widget), _null); + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, B.RoundedRectangleBorder_ifx4, B.Size_72_48, 1, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, B.ShapeDecoration_wD5, _null, 48, _null, _null, _null, _null, _null, 72)], type$.JSArray_Widget), _null); } }; A.IOSSelectionHandle.prototype = { - build$1(_, context) { + build$1(context) { var verticalOffset, ballDiameter, t2, verticalOffset0, t3, _this = this, _null = null, t1 = _this.handleType; switch (t1.index) { @@ -486906,24 +502368,19 @@ } }; A.IOSCollapsedHandle.prototype = { - build$1(_, context) { + build$1(context) { return A.BlinkingCaret$(B.BorderRadius_tLn, this.caretHeight, B.Offset_0_0, this.color, this.controller, false, true, 2); } }; A.IOSTextEditingFloatingToolbar.prototype = { - build$1(_, context) { + build$1(context) { var _this = this, _null = null; return A.Material$(B.Duration_200000, true, A.BorderRadius$circular(8), A.Row$(A._setArrayType([_this._buildButton$2$onPressed$title(_this.onCutPressed, "Cut"), _this._buildButton$2$onPressed$title(_this.onCopyPressed, "Copy"), _this._buildButton$2$onPressed$title(_this.onPastePressed, "Paste")], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), B.Clip_0, B.Color_4280427042, 3, _null, _null, _null, _null, _null, B.MaterialType_0); }, _buildButton$2$onPressed$title(onPressed, title) { var _null = null, - t1 = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, B.Size_0_0, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null, _null, _null, _null); - return new A.SizedBox(_null, 36, A.TextButton$(false, new A.Padding(B.EdgeInsets_12_0_12_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_ul3, _null, _null, _null), _null), _null, onPressed, t1), _null); - } - }; - A.ViewportEdge.prototype = { - toString$0(_) { - return "ViewportEdge." + this._core$_name; + t1 = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Size_0_0, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null, _null, _null, _null); + return new A.SizedBox(_null, 36, A.TextButton$(false, new A.Padding(B.EdgeInsets_12_0_12_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_E9t, _null, _null, _null), _null), _null, _null, onPressed, t1), _null); } }; A.CharacterMovement__moveOffsetByWord_closure.prototype = { @@ -486933,7 +502390,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 56 + $signature: 65 }; A.CharacterMovement__moveOffsetByWord_closure0.prototype = { call$1(char) { @@ -486942,7 +502399,7 @@ A.throwExpression(A.argumentErrorValue(char)); return t1.test(char); }, - $signature: 56 + $signature: 65 }; A.CharacterMovement__moveOffsetByWord_closure1.prototype = { call$1(char) { @@ -486951,7 +502408,7 @@ A.throwExpression(A.argumentErrorValue(char)); return !t1.test(char); }, - $signature: 56 + $signature: 65 }; A.CharacterMovement__moveOffsetByCharacter_closure.prototype = { call$1(char) { @@ -486960,10 +502417,10 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 56 + $signature: 65 }; A.MagnifyingGlass.prototype = { - build$1(_, context) { + build$1(context) { var t2, t3, _this = this, t1 = new Float64Array(16), magnifierMatrix = new A.Matrix4(t1); @@ -487016,119 +502473,36 @@ return "HandleType." + this._core$_name; } }; - A.TextLayoutCaret.prototype = { - createState$0() { - return new A._TextLayoutCaretState(null, null, B._StateLifecycle_0); - } - }; - A._TextLayoutCaretState.prototype = { - initState$0() { - var t1, _this = this; - _this.super$State$initState(); - _this._widget.toString; - t1 = A.BlinkController$(_this); - _this.___TextLayoutCaretState__blinkController = t1; - _this._widget.toString; - t1 = A._lateReadCheck(t1, "_blinkController"); - t1.startBlinking$0(); - }, - didUpdateWidget$1(oldWidget) { - var t1, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = _this._widget; - t1.toString; - if (!t1.position.$eq(0, oldWidget.position)) { - _this._widget.toString; - t1 = true; - } else - t1 = false; - if (t1) - A._lateReadCheck(_this.___TextLayoutCaretState__blinkController, "_blinkController").jumpToOpaque$0(); - }, - dispose$0(_) { - var t1; - this._widget.toString; - t1 = A._lateReadCheck(this.___TextLayoutCaretState__blinkController, "_blinkController"); - A._lateReadCheck(t1.__BlinkController__ticker, "_ticker").dispose$0(0); - t1.super$ChangeNotifier$dispose(0); - this.super$__TextLayoutCaretState_State_TickerProviderStateMixin$dispose(0); - }, - build$1(_, context) { - var height, _this = this, _null = null, - t1 = _this._widget, - offset = t1.textLayout.getOffsetForCaret$1(t1.position); - t1 = _this._widget; - t1 = t1.textLayout.getHeightForCaret$1(t1.position); - if (t1 == null) { - t1 = _this._widget; - t1 = t1.textLayout.getLineHeightAtPosition$1(t1.position); - height = t1; - } else - height = t1; - _this._widget.toString; - t1 = A._lateReadCheck(_this.___TextLayoutCaretState__blinkController, "_blinkController"); - t1 = A._setArrayType([A.Positioned$fill(A.CustomPaint$(_null, _null, _null, new A.CaretPainter(t1, _this._widget.style, offset, height, t1), new A.Size(2, height)))], type$.JSArray_Widget); - _this._widget.toString; - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, t1, _null); - } - }; - A.CaretPainter.prototype = { - paint$2(canvas, size) { - var t2, t3, t4, _this = this, - t1 = _this._caret_layer$_offset; - if (t1 == null || _this._caret_layer$_height == null) - return; - t2 = t1._dx; - t1 = t1._dy; - t3 = _this._caret_layer$_height; - t3.toString; - t3 = A.RRect$fromRectAndRadius(new A.Rect(t2, t1, t2 + 2, t1 + t3), B.Radius_0_0); - t1 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t2 = _this._blinkController._blink_controller$_isVisible ? 1 : 0; - t4 = _this._caretStyle.color.value; - t1.set$color(0, A.Color$fromARGB(B.JSInt_methods.round$0(255 * t2), t4 >>> 16 & 255, t4 >>> 8 & 255, t4 & 255)); - canvas.drawRRect$2(0, t3, t1); - }, - shouldRepaint$1(oldDelegate) { - var _this = this; - return _this._blinkController !== oldDelegate._blinkController || _this._caretStyle !== oldDelegate._caretStyle || !J.$eq$(_this._caret_layer$_offset, oldDelegate._caret_layer$_offset) || _this._caret_layer$_height != oldDelegate._caret_layer$_height; - } - }; A.CaretStyle.prototype = {}; - A.__TextLayoutCaretState_State_TickerProviderStateMixin.prototype = { - activate$0() { - this.super$State$activate(); - this._updateTickerModeNotifier$0(); - this._updateTickers$0(); - }, - dispose$0(_) { - var _this = this, - t1 = _this.TickerProviderStateMixin__tickerModeNotifier; - if (t1 != null) - t1.removeListener$1(0, _this.get$_updateTickers()); - _this.TickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); - } - }; A.BlinkController.prototype = { - dispose$0(_) { - A._lateReadCheck(this.__BlinkController__ticker, "_ticker").dispose$0(0); - this.super$ChangeNotifier$dispose(0); + dispose$0() { + var t1 = this.__BlinkController__ticker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$ChangeNotifier$dispose(); }, startBlinking$0() { - var t1 = A._lateReadCheck(this.__BlinkController__ticker, "_ticker"); + var t1 = this.__BlinkController__ticker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); t1.stop$0(0); t1.start$0(0); this._lastBlinkTime = B.Duration_0; + this.notifyListeners$0(); + }, + stopBlinking$0() { + this._blink_controller$_isVisible = true; + var t1 = this.__BlinkController__ticker_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stop$0(0); + this.notifyListeners$0(); }, jumpToOpaque$0() { - this._blink_controller$_isVisible = true; - A._lateReadCheck(this.__BlinkController__ticker, "_ticker").stop$0(0); + this.stopBlinking$0(); this.startBlinking$0(); }, _blink_controller$_onTick$1(elapsedTime) { var _this = this; - if (elapsedTime._duration - _this._lastBlinkTime._duration > 500000) { + if (elapsedTime._duration - _this._lastBlinkTime._duration >= 500000) { _this._blink_controller$_isVisible = !_this._blink_controller$_isVisible; _this.notifyListeners$0(); _this._lastBlinkTime = elapsedTime; @@ -487151,10 +502525,11 @@ _invalidateParagraph$0() { return this._super_text$_paragraph = null; }, - build$1(_, context) { + build$1(context) { var _this = this, _null = null, - t1 = _this._widget.richText; - return new A._SuperTextLayout(_this, A._setArrayType([new A.LayoutBuilder(new A.SuperTextState_build_closure(_this), _null), new A.LayoutAwareRichText(_this.get$_invalidateParagraph(), t1, B.TextAlign_4, _null, true, B.TextOverflow_0, 1, _null, _null, _null, B.TextWidthBasis_0, _null, A.RichText__extractChildren(t1), _null), new A.LayoutBuilder(new A.SuperTextState_build_closure0(_this), _null)], type$.JSArray_Widget), _this._textLayoutKey); + t1 = _this._widget, + t2 = t1.richText; + return new A._SuperTextLayout(_this, A._setArrayType([new A.LayoutBuilder(new A.SuperTextState_build_closure(_this), _null), new A.LayoutAwareRichText(_this.get$_invalidateParagraph(), t2, t1.textAlign, _null, true, B.TextOverflow_0, 1, _null, _null, _null, B.TextWidthBasis_0, _null, _null, _null, A.RichText__extractChildren(t2), _null), new A.LayoutBuilder(new A.SuperTextState_build_closure0(_this), _null)], type$.JSArray_Widget), _this._textLayoutKey); } }; A.SuperTextState_build_closure.prototype = { @@ -487168,7 +502543,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 266 + $signature: 275 }; A.SuperTextState_build_closure0.prototype = { call$2(context, constraints) { @@ -487181,14 +502556,12 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 266 + $signature: 275 }; A._SuperTextLayout.prototype = { createRenderObject$1(context) { var t1 = new A.RenderSuperTextLayout(this.state, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; }, updateRenderObject$2(context, renderObject) { @@ -487215,7 +502588,7 @@ background = children[0]; text = children[1]; foreground = children[2]; - text.layout$2$parentUsesSize(0, t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); + text.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); t2 = _this._super_text$_state; type$.RenderLayoutAwareParagraph._as(text); t2._super_text$_paragraph = text; @@ -487224,9 +502597,9 @@ t2.toString; layerConstraints = A.BoxConstraints$tight(t2); t1.log$4(B.Level_FINER_400, "Laying out SuperText background layer. Constraints: " + layerConstraints.toString$0(0), _null, _null); - background.layout$1(0, layerConstraints); + background.layout$1(layerConstraints); t1.log$4(B.Level_FINER_400, "Laying out SuperText foreground layer. Constraints: " + layerConstraints.toString$0(0), _null, _null); - foreground.layout$1(0, layerConstraints); + foreground.layout$1(layerConstraints); t1 = text._box$_size; t1.toString; _this._box$_size = t1; @@ -487240,24 +502613,27 @@ }; A.LayoutAwareRichText.prototype = { createRenderObject$1(context) { - var t3, t4, t5, _this = this, _null = null, + var t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, t1 = _this.text, - t2 = _this.textDirection; - if (t2 == null) { - t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t2.toString; - t2 = t2.textDirection; + t2 = _this.textAlign, + t3 = _this.textDirection; + if (t3 == null) { + t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t3.toString; + t3 = t3.textDirection; } - t3 = _this.overflow; - t4 = A.Localizations_maybeLocaleOf(context); - t5 = t3 === B.TextOverflow_2 ? "\u2026" : _null; - t3 = new A.RenderLayoutAwareParagraph(_this.onMarkNeedsLayout, A.TextPainter$(t5, t4, _this.maxLines, _this.strutStyle, t1, _this.textAlign, t2, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis), _this.softWrap, t3, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); - t3.get$isRepaintBoundary(); - t3.get$alwaysNeedsCompositing(); - t3.__RenderObject__needsCompositing = false; - t3.addAll$1(0, _null); - t3._extractPlaceholderSpans$1(t1); - return t3; + t4 = _this.softWrap; + t5 = _this.overflow; + t6 = _this.textScaleFactor; + t7 = _this.maxLines; + t8 = _this.strutStyle; + t9 = _this.textWidthBasis; + t10 = _this.textHeightBehavior; + t11 = A.Localizations_maybeLocaleOf(context); + t12 = new A.RenderLayoutAwareParagraph(_this.onMarkNeedsLayout, A.TextPainter$(t5 === B.TextOverflow_2 ? "\u2026" : _null, t11, t7, t8, t1, t2, t3, t10, t6, t9), t4, t5, _null, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t12.RenderObject$0(); + t12.RenderParagraph$14$children$locale$maxLines$overflow$registrar$selectionColor$softWrap$strutStyle$textAlign$textDirection$textHeightBehavior$textScaleFactor$textWidthBasis(t1, _null, t11, t7, t5, _null, _null, t4, t8, t2, t3, t10, t6, t9); + return t12; }, updateRenderObject$2(context, renderObject) { var t1, _this = this; @@ -487269,14 +502645,14 @@ t1.toString; t1 = t1.textDirection; } - renderObject.set$textDirection(0, t1); + renderObject.set$textDirection(t1); renderObject.set$softWrap(_this.softWrap); renderObject.set$overflow(0, _this.overflow); renderObject.set$textScaleFactor(_this.textScaleFactor); - renderObject.set$maxLines(0, _this.maxLines); - renderObject.set$strutStyle(0, _this.strutStyle); + renderObject.set$maxLines(_this.maxLines); + renderObject.set$strutStyle(_this.strutStyle); renderObject.set$textWidthBasis(_this.textWidthBasis); - renderObject.set$textHeightBehavior(0, _this.textHeightBehavior); + renderObject.set$textHeightBehavior(_this.textHeightBehavior); t1 = A.Localizations_maybeLocaleOf(context); renderObject.set$locale(0, t1); t1 = _this.onMarkNeedsLayout; @@ -487286,7 +502662,7 @@ }; A.RenderLayoutAwareParagraph.prototype = { markNeedsLayout$0() { - this.super$RenderBox$markNeedsLayout(); + this.super$RenderParagraph$markNeedsLayout(); this._super_text$_needsLayout = true; this._onMarkNeedsLayout.call$0(); }, @@ -487332,10 +502708,10 @@ _this.super$State$initState(); t1 = _this._widget; t1.toString; - _this.___SuperTextWithSelectionState__textLayoutKey = new A.LabeledGlobalKey("text_layout", type$.LabeledGlobalKey_State_StatefulWidget); + _this.___SuperTextWithSelectionState__textLayoutKey_A = new A.LabeledGlobalKey("text_layout", type$.LabeledGlobalKey_State_StatefulWidget); t2 = $.$get$ChangeNotifier__emptyListeners(); - A._lateWriteOnceCheck(_this.___SuperTextWithSelectionState__userSelections, "_userSelections"); - _this.___SuperTextWithSelectionState__userSelections = new A.ValueNotifier(t1.userSelections, t2, type$.ValueNotifier_List_UserSelection); + _this.___SuperTextWithSelectionState__userSelections_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___SuperTextWithSelectionState__userSelections_F = new A.ValueNotifier(t1.userSelections, t2, type$.ValueNotifier_List_UserSelection); }, didUpdateWidget$1(oldWidget) { var t1, _this = this; @@ -487344,16 +502720,27 @@ t1.toString; if (t1.userSelections !== oldWidget.userSelections) { $.$get$buildsLog().log$4(B.Level_FINEST_300, "SuperTextWithSelection (" + A.Primitives_objectHashCode(_this) + ") user selections changed. Notifying optimized subtree", null, null); - A._lateReadCheck(_this.___SuperTextWithSelectionState__userSelections, "_userSelections").set$value(0, _this._widget.userSelections); + t1 = _this.___SuperTextWithSelectionState__userSelections_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, _this._widget.userSelections); } }, get$textLayout() { - return type$.ProseTextBlock._as(A._lateReadCheck(this.___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey").get$currentState()).get$textLayout(); + var t1 = this.___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); }, - build$1(_, context) { - var _this = this; + build$1(context) { + var t1, t2, t3, t4, _this = this; $.$get$buildsLog().log$4(B.Level_INFO_800, "Building SuperTextWithSelection (" + A.Primitives_objectHashCode(_this) + ")", null, null); - return new A._RebuildOptimizedSuperTextWithSelection(A._lateReadCheck(_this.___SuperTextWithSelectionState__textLayoutKey, "_textLayoutKey"), _this._widget.richText, A._lateReadCheck(_this.___SuperTextWithSelectionState__userSelections, "_userSelections"), null); + t1 = _this.___SuperTextWithSelectionState__textLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget; + t3 = t2.richText; + t2 = t2.textAlign; + t4 = _this.___SuperTextWithSelectionState__userSelections_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + return new A._RebuildOptimizedSuperTextWithSelection(t1, t3, t2, t4, null); } }; A._RebuildOptimizedSuperTextWithSelection.prototype = { @@ -487364,18 +502751,22 @@ A._RebuildOptimizedSuperTextWithSelectionState.prototype = { initState$0() { this.super$State$initState(); - this.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength = this._widget.richText.toPlainText$0().length; + this.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A = this._widget.richText.toPlainText$0().length; }, didUpdateWidget$1(oldWidget) { - var _this = this; + var _this = this, _null = null; _this.super$State$didUpdateWidget(oldWidget); if (!J.$eq$(_this._widget.richText, oldWidget.richText)) { - $.$get$buildsLog().log$4(B.Level_FINE_500, "Rich text changed. Invalidating the cached SuperText widget.", null, null); - _this.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength = _this._widget.richText.toPlainText$0().length; + $.$get$buildsLog().log$4(B.Level_FINE_500, "Rich text changed. Invalidating the cached SuperText widget.", _null, _null); + _this.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A = _this._widget.richText.toPlainText$0().length; + _this._cachedSubtree = null; + } + if (_this._widget.textAlign !== oldWidget.textAlign) { + $.$get$buildsLog().log$4(B.Level_FINE_500, "Text align changed. Invalidating the cached SuperText widget.", _null, _null); _this._cachedSubtree = null; } }, - build$1(_, context) { + build$1(context) { var t1, t2, _this = this, _null = null, _s33_ = "Building SuperTextWithSelection ("; if (_this._cachedSubtree != null) { @@ -487387,7 +502778,7 @@ $.$get$buildsLog().log$4(B.Level_INFO_800, _s33_ + A.Primitives_objectHashCode(_this) + "), doing full build (no cached subtree is available)", _null, _null); t1 = _this._widget; t2 = t1.textLayoutKey; - return _this._cachedSubtree = new A.SuperText(t1.richText, _this.get$_buildLayerBeneath(), _this.get$_buildLayerAbove(), t2); + return _this._cachedSubtree = new A.SuperText(t1.richText, t1.textAlign, _this.get$_buildLayerBeneath(), _this.get$_buildLayerAbove(), t2); }, _buildLayerBeneath$2(context, textLayout) { return A.ValueListenableBuilder$(new A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure(this, textLayout), this._widget.userSelections, type$.List_UserSelection); @@ -487398,7 +502789,7 @@ }; A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure.prototype = { call$3(context, value, child) { - var t4, t5, _null = null, + var t4, t5, t6, _null = null, t1 = $.$get$buildsLog(), t2 = this.$this, t3 = A.Primitives_objectHashCode(t2); @@ -487406,31 +502797,30 @@ t1 = A._setArrayType([], type$.JSArray_Widget); for (t3 = J.get$iterator$ax(value), t4 = this.textLayout; t3.moveNext$0();) { t5 = t3.get$current(t3); - if (A._lateReadCheck(t2.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength, "_cachedTextLength") !== 0) + t6 = t2.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + if (t6 !== 0) t1.push(new A.TextLayoutSelectionHighlight(t4, t5.highlightStyle, t5.selection, _null)); else if (t5.highlightWhenEmpty) t1.push(new A.TextLayoutEmptyHighlight(t4, t5.highlightStyle, _null)); } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 668 + $signature: 812 }; A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure.prototype = { call$3(context, value, child) { - var t4, _null = null, + var _null = null, t1 = $.$get$buildsLog(), t2 = this.$this, t3 = A.Primitives_objectHashCode(t2); t1.log$4(B.Level_INFO_800, "SuperTextWithSelection (" + t3 + ") user selection changed, building carets: " + A.S(J.get$isNotEmpty$asx(t2._widget.userSelections._change_notifier$_value) ? J.get$first$ax(t2._widget.userSelections._change_notifier$_value).selection : "null"), _null, _null); t1 = A._setArrayType([], type$.JSArray_Widget); - for (t2 = J.get$iterator$ax(value), t3 = this.textLayout; t2.moveNext$0();) { - t4 = t2.get$current(t2); - if (t4.hasCaret) - t1.push(new A.TextLayoutCaret(t3, true, t4.caretStyle, t4.selection.get$extent(), _null, _null)); - } + for (t2 = J.get$iterator$ax(value); t2.moveNext$0();) + t2.get$current(t2).toString; return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 668 + $signature: 812 }; A.UserSelection.prototype = { $eq(_, other) { @@ -487443,10 +502833,7 @@ if (_this.selection.$eq(0, other.selection)) if (_this.highlightStyle === other.highlightStyle) if (_this.highlightWhenEmpty === other.highlightWhenEmpty) - if (_this.caretStyle === other.caretStyle) - t1 = _this.hasCaret === other.hasCaret && true; - else - t1 = false; + t1 = true; else t1 = false; else @@ -487462,21 +502849,20 @@ return t1; }, get$hashCode(_) { - var t2, t3, t4, t5, t6, _this = this, - t1 = _this.selection; + var t2, t3, t4, t5, + t1 = this.selection; t1 = t1.get$hashCode(t1); - t2 = A.Primitives_objectHashCode(_this.highlightStyle); - t3 = _this.highlightWhenEmpty ? 519018 : 218159; + t2 = A.Primitives_objectHashCode(this.highlightStyle); + t3 = this.highlightWhenEmpty ? 519018 : 218159; t4 = B.JSNull_methods.get$hashCode(null); - t5 = A.Primitives_objectHashCode(_this.caretStyle); - t6 = _this.hasCaret ? 519018 : 218159; - return (t1 ^ t2 ^ t3 ^ t4 ^ t5 ^ 519018 ^ t6 ^ B.JSNull_methods.get$hashCode(null)) >>> 0; + t5 = A.Primitives_objectHashCode(B.C_CaretStyle); + return (t1 ^ t2 ^ t3 ^ t4 ^ t5 ^ 519018 ^ 218159 ^ B.JSNull_methods.get$hashCode(null)) >>> 0; } }; A.ProseTextBlock.prototype = {}; A.ProseTextState.prototype = {}; A.RenderParagraphProseTextLayout.prototype = { - get$_estimatedLineHeight() { + get$estimatedLineHeight() { var t1 = this._richText.style, t2 = t1 == null, fontSize = t2 ? null : t1.fontSize, @@ -487497,7 +502883,7 @@ return t1.getOffsetForCaret$2(position, B.Rect_0_0_0_0); }, getLineHeightAtPosition$1(position) { - var t2, t3, lineHeightMultiplier, estimatedLineHeight, _this = this, + var t2, t3, lineHeightMultiplier, t4, estimatedLineHeight, characterBox, _this = this, t1 = _this._renderParagraph; if (t1._super_text$_needsLayout) return 0; @@ -487506,7 +502892,9 @@ lineHeightMultiplier = t3 ? null : t2.height; if (lineHeightMultiplier == null) lineHeightMultiplier = 1; - if (A._lateReadCheck(_this.__RenderParagraphProseTextLayout__textLength, "_textLength") === 0) { + t4 = _this.__RenderParagraphProseTextLayout__textLength_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4 === 0) { t1 = t1.getFullHeightForCaret$1(position); if (t1 == null) { t1 = t3 ? null : t2.fontSize; @@ -487515,14 +502903,11 @@ estimatedLineHeight = t1; return (estimatedLineHeight == null ? 0 : estimatedLineHeight) * lineHeightMultiplier; } - t1 = _this.getCharacterBox$1(position); - return (t1.bottom - t1.top) * lineHeightMultiplier; - }, - getOffsetForCaret$1(position) { - var t1 = this._renderParagraph; - if (t1._super_text$_needsLayout) - return B.Offset_0_0; - return t1.getOffsetForCaret$2(position, B.Rect_0_0_0_0); + characterBox = _this.getCharacterBox$1(position); + if (characterBox == null) + return _this.get$estimatedLineHeight(); + t1 = characterBox.top; + return (characterBox.bottom - t1) * lineHeightMultiplier; }, getHeightForCaret$1(position) { var t1 = this._renderParagraph; @@ -487557,39 +502942,48 @@ characterPosition = new A.TextPosition(t3, B.TextAffinity_1); t4 = t2._as(A.RenderObject.prototype.get$constraints.call(t1)); t5 = t1._textPainter; - t5.setPlaceholderDimensions$1(t1._paragraph$_placeholderDimensions); + t5.setPlaceholderDimensions$1(t1._placeholderDimensions); t6 = t4.minWidth; t4 = t4.maxWidth; - t5.layout$2$maxWidth$minWidth(0, t1._softWrap || t1._overflow === B.TextOverflow_2 ? t4 : 1 / 0, t6); + t5.layout$2$maxWidth$minWidth(t1._softWrap || t1._overflow === B.TextOverflow_2 ? t4 : 1 / 0, t6); boxes = t5._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t3, t3 + 1, B.BoxHeightStyle_0, B.BoxWidthStyle_0); } while (true) { - if (!(boxes.length === 0 && characterPosition.offset < A._lateReadCheck(this.__RenderParagraphProseTextLayout__textLength, "_textLength") - 1)) + t3 = boxes.length === 0; + if (t3) { + t4 = this.__RenderParagraphProseTextLayout__textLength_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = characterPosition.offset < t4 - 1; + } else + t4 = false; + if (!t4) break; t3 = characterPosition.offset + 1; characterPosition = new A.TextPosition(t3, B.TextAffinity_1); t4 = t2._as(A.RenderObject.prototype.get$constraints.call(t1)); t5 = t1._textPainter; - t5.setPlaceholderDimensions$1(t1._paragraph$_placeholderDimensions); + t5.setPlaceholderDimensions$1(t1._placeholderDimensions); t6 = t4.minWidth; t4 = t4.maxWidth; - t5.layout$2$maxWidth$minWidth(0, t1._softWrap || t1._overflow === B.TextOverflow_2 ? t4 : 1 / 0, t6); + t5.layout$2$maxWidth$minWidth(t1._softWrap || t1._overflow === B.TextOverflow_2 ? t4 : 1 / 0, t6); boxes = t5._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t3, t3 + 1, B.BoxHeightStyle_0, B.BoxWidthStyle_0); } + if (t3) + return null; return B.JSArray_methods.get$first(boxes); }, getPositionAtStartOfLine$1(currentPosition) { var t1 = this._renderParagraph; if (t1._super_text$_needsLayout) return B.TextPosition_m1_TextAffinity_1; - return t1.getPositionForOffset$1(new A.Offset(0, t1.getOffsetForCaret$2(currentPosition, B.Rect_0_0_0_0).$add(0, new A.Offset(0, this.get$_estimatedLineHeight() / 2))._dy)); + return t1.getPositionForOffset$1(new A.Offset(0, t1.getOffsetForCaret$2(currentPosition, B.Rect_0_0_0_0).$add(0, new A.Offset(0, this.get$estimatedLineHeight() / 2))._dy)); }, getPositionAtEndOfLine$1(currentPosition) { var positionOffset, t1 = this._renderParagraph; if (t1._super_text$_needsLayout) return B.TextPosition_m1_TextAffinity_1; - positionOffset = t1.getOffsetForCaret$2(currentPosition, B.Rect_0_0_0_0).$add(0, new A.Offset(0, this.get$_estimatedLineHeight() / 2)); + positionOffset = t1.getOffsetForCaret$2(currentPosition, B.Rect_0_0_0_0).$add(0, new A.Offset(0, this.get$estimatedLineHeight() / 2)); return t1.getPositionForOffset$1(new A.Offset(t1._box$_size._dx, positionOffset._dy)); }, getPositionOneLineUp$1(currentPosition) { @@ -487597,7 +502991,7 @@ t1 = this._renderParagraph; if (t1._super_text$_needsLayout) return null; - lineHeight = this.get$_estimatedLineHeight(); + lineHeight = this.get$estimatedLineHeight(); oneLineUpOffset = t1.getOffsetForCaret$2(currentPosition, B.Rect_0_0_0_0).$add(0, new A.Offset(0, lineHeight / 2)).$sub(0, new A.Offset(0, lineHeight)); if (oneLineUpOffset._dy < 0) return null; @@ -487608,7 +503002,7 @@ t1 = this._renderParagraph; if (t1._super_text$_needsLayout) return null; - lineHeight = this.get$_estimatedLineHeight(); + lineHeight = this.get$estimatedLineHeight(); oneLineDownOffset = t1.getOffsetForCaret$2(currentPosition, B.Rect_0_0_0_0).$add(0, new A.Offset(0, lineHeight / 2)).$add(0, new A.Offset(0, lineHeight)); if (oneLineDownOffset._dy > t1._box$_size._dy) return null; @@ -487625,33 +503019,19 @@ return B.TextPosition_m1_TextAffinity_1; return this.getPositionNearestToOffset$1(new A.Offset(x, t1._box$_size._dy)); }, - isTextAtOffset$1(localOffset) { - var boxes, _i, box, - t1 = this._renderParagraph; - if (t1._super_text$_needsLayout) - return false; - boxes = t1.getBoxesForSelection$1(A.TextSelection$(B.TextAffinity_1, 0, A._lateReadCheck(this.__RenderParagraphProseTextLayout__textLength, "_textLength"), false)); - for (t1 = boxes.length, _i = 0; _i < boxes.length; boxes.length === t1 || (0, A.throwConcurrentModificationError)(boxes), ++_i) { - box = boxes[_i]; - if (new A.Rect(box.left, box.top, box.right, box.bottom).contains$1(0, localOffset)) - return true; - } - return false; - }, getWordSelectionAt$1(position) { var wordRange, t1 = this._renderParagraph; if (t1._super_text$_needsLayout) return B.TextSelection_ke5; - t1._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(t1))); - wordRange = t1._textPainter._paragraph.getWordBoundary$1(0, position); + wordRange = t1.getWordBoundary$1(position); return A.TextSelection$(B.TextAffinity_1, wordRange.start, wordRange.end, false); }, $isTextLayout: 1 }; A._ProseTextState_State_ProseTextBlock.prototype = {}; A.TextLayoutSelectionHighlight.prototype = { - build$1(_, context) { + build$1(context) { var _null = null, t1 = this.style.color, t2 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); @@ -487660,7 +503040,7 @@ } }; A.TextLayoutEmptyHighlight.prototype = { - build$1(_, context) { + build$1(context) { var _null = null; return A.CustomPaint$(_null, _null, _null, new A._EmptyHighlightPainter(20, this.textLayout.getLineHeightAtPosition$1(B.TextPosition_m1_TextAffinity_1), this.style, _null), B.Size_0_0); } @@ -487669,7 +503049,7 @@ paint$2(canvas, size) { var t1 = $.$get$useCanvasKit() ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t1.set$color(0, this.style.color); - canvas.drawRect$2(0, new A.Rect(0, 0, this.width, 0 + this.height), t1); + canvas.drawRect$2(new A.Rect(0, 0, this.width, 0 + this.height), t1); }, shouldRepaint$1(oldDelegate) { return false; @@ -487692,7 +503072,7 @@ t6 = t3 + (box.right - t3); t4 = t5 + (box.bottom - t4 + 4); rect = new A.Rect(t3, t5, t6, t4); - canvas.drawRect$2(0, t6 - t3 > 0 ? rect : new A.Rect(t3, t5, t3 + 5, t5 + (t4 - t5)), t2); + canvas.drawRect$2(t6 - t3 > 0 ? rect : new A.Rect(t3, t5, t3 + 5, t5 + (t4 - t5)), t2); } }, shouldRepaint$1(oldDelegate) { @@ -489234,7 +504614,7 @@ call$1(str) { return str.length !== 0; }, - $signature: 56 + $signature: 65 }; A.LaunchMode.prototype = { toString$0(_) { @@ -489252,7 +504632,7 @@ call$1(value) { return value === true; }, - $signature: 2936 + $signature: 2982 }; A.PreferredLaunchMode.prototype = { toString$0(_) { @@ -489300,7 +504680,7 @@ } }, v1$0() { - var seedBytes, nodeId, t2, t3, t4, clockSeq, nSecs, mSecs, tl, tmh, node, n, _this = this, + var seedBytes, nodeId, t2, t3, t4, clockSeq, mSecs, nSecs, tl, tmh, node, n, _this = this, _s9_ = "hasInitV1", _s9_0 = "seedBytes", _s4_ = "node", @@ -489334,32 +504714,32 @@ options.$index(0, _s8_); clockSeq = A._asIntS(J.$index$asx(_this.get$_uuid$_state(), _s8_)); options.$index(0, _s5_); - t1 = Date.now(); + mSecs = Date.now(); options.$index(0, _s5_0); - t2 = J.$index$asx(_this.get$_uuid$_state(), _s5_0); - t2.toString; - nSecs = A._asIntS(t2) + 1; - t2 = t1 - J.$index$asx(_this.get$_uuid$_state(), _s5_) + (nSecs - J.$index$asx(_this.get$_uuid$_state(), _s5_0)) / 10000 < 0; - if (t2) { + t1 = J.$index$asx(_this.get$_uuid$_state(), _s5_0); + t1.toString; + nSecs = A._asIntS(t1) + 1; + t1 = mSecs - J.$index$asx(_this.get$_uuid$_state(), _s5_) + (nSecs - J.$index$asx(_this.get$_uuid$_state(), _s5_0)) / 10000 < 0; + if (t1) { options.$index(0, _s8_); - t3 = true; - } else - t3 = false; - if (t3) - clockSeq = clockSeq + 1 & 16383; - if (t2 || t1 > J.$index$asx(_this.get$_uuid$_state(), _s5_)) { - options.$index(0, _s5_0); t2 = true; } else t2 = false; if (t2) + clockSeq = clockSeq + 1 & 16383; + if (t1 || mSecs > J.$index$asx(_this.get$_uuid$_state(), _s5_)) { + options.$index(0, _s5_0); + t1 = true; + } else + t1 = false; + if (t1) nSecs = 0; if (nSecs >= 10000) throw A.wrapException(A.Exception_Exception("uuid.v1(): Can't create more than 10M uuids/sec")); - J.$indexSet$ax(_this.get$_uuid$_state(), _s5_, t1); + J.$indexSet$ax(_this.get$_uuid$_state(), _s5_, mSecs); J.$indexSet$ax(_this.get$_uuid$_state(), _s5_0, nSecs); J.$indexSet$ax(_this.get$_uuid$_state(), _s8_, clockSeq); - mSecs = t1 + 122192928e5; + mSecs += 122192928e5; tl = B.JSInt_methods.$mod((mSecs & 268435455) * 10000 + nSecs, 4294967296); buf[0] = B.JSInt_methods._shrOtherPositive$1(tl, 24) & 255; buf[1] = B.JSInt_methods._shrOtherPositive$1(tl, 16) & 255; @@ -489408,7 +504788,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.minWidth, _this.maxWidth, _this.minHeight, _this.maxHeight, _this.value, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(_this.minWidth, _this.maxWidth, _this.minHeight, _this.maxHeight, _this.value, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); }, get$value(receiver) { return this.value; @@ -489420,9 +504800,7 @@ }, createRenderObject$1(context) { var t1 = new A._RenderValueLayoutBuilder(null, true, null, null, A.LayerHandle$(type$.ContainerLayer_2), this.$ti._eval$1("_RenderValueLayoutBuilder<1>")); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; + t1.RenderObject$0(); return t1; } }; @@ -489445,12 +504823,12 @@ _this.rebuildIfNecessary$0(); t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, constraints, true); + t1.layout$2$parentUsesSize(constraints, true); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; _this._box$_size = constraints.constrain$1(t1); } else - _this._box$_size = new A.Size(B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, constraints.minWidth, constraints.maxWidth), A.clampDouble(1 / 0, constraints.minHeight, constraints.maxHeight)); }, hitTestChildren$2$position(result, position) { var t1 = this.RenderObjectWithChildMixin__child; @@ -489813,6 +505191,28 @@ t1[14] = 0; t1[15] = 1; }, + determinant$0() { + var t1 = this._m4storage, + t2 = t1[0], + t3 = t1[5], + t4 = t1[1], + t5 = t1[4], + det2_01_01 = t2 * t3 - t4 * t5, + t6 = t1[6], + t7 = t1[2], + det2_01_02 = t2 * t6 - t7 * t5, + t8 = t1[7], + t9 = t1[3], + det2_01_03 = t2 * t8 - t9 * t5, + det2_01_12 = t4 * t6 - t7 * t3, + det2_01_13 = t4 * t8 - t9 * t3, + det2_01_23 = t7 * t8 - t9 * t6; + t6 = t1[8]; + t9 = t1[9]; + t8 = t1[10]; + t7 = t1[11]; + return -(t9 * det2_01_23 - t8 * det2_01_13 + t7 * det2_01_12) * t1[12] + (t6 * det2_01_23 - t8 * det2_01_03 + t7 * det2_01_02) * t1[13] - (t6 * det2_01_13 - t9 * det2_01_03 + t7 * det2_01_01) * t1[14] + (t6 * det2_01_12 - t9 * det2_01_02 + t8 * det2_01_01) * t1[15]; + }, getTranslation$0() { var t1 = this._m4storage, z = t1[14], @@ -489988,7 +505388,7 @@ return t1; }, decompose$3(translation, rotation, scale) { - var t1, sx, sy, sz, t2, t3, t4, t5, det2_01_01, t6, t7, det2_01_02, t8, t9, det2_01_03, det2_01_12, det2_01_13, det2_01_23, invSX, invSY, invSZ, m, r, rStorage, t, s, i, j, k, + var t1, sx, sy, sz, t2, invSX, invSY, invSZ, m, r, rStorage, t3, t, s, i, j, k, t4, v = $.Matrix4__decomposeV; if (v == null) v = $.Matrix4__decomposeV = new A.Vector3(new Float64Array(3)); @@ -489999,29 +505399,10 @@ sy = Math.sqrt(v.get$length2()); v.setValues$3(t1[8], t1[9], t1[10]); sz = Math.sqrt(v.get$length2()); - t2 = t1[0]; - t3 = t1[5]; - t4 = t1[1]; - t5 = t1[4]; - det2_01_01 = t2 * t3 - t4 * t5; - t6 = t1[6]; - t7 = t1[2]; - det2_01_02 = t2 * t6 - t7 * t5; - t8 = t1[7]; - t9 = t1[3]; - det2_01_03 = t2 * t8 - t9 * t5; - det2_01_12 = t4 * t6 - t7 * t3; - det2_01_13 = t4 * t8 - t9 * t3; - det2_01_23 = t7 * t8 - t9 * t6; - t6 = t1[8]; - t9 = t1[9]; - t8 = t1[10]; - t7 = t1[11]; - t3 = t1[12]; - if (-(t9 * det2_01_23 - t8 * det2_01_13 + t7 * det2_01_12) * t3 + (t6 * det2_01_23 - t8 * det2_01_03 + t7 * det2_01_02) * t1[13] - (t6 * det2_01_13 - t9 * det2_01_03 + t7 * det2_01_01) * t1[14] + (t6 * det2_01_12 - t9 * det2_01_02 + t8 * det2_01_01) * t1[15] < 0) + if (this.determinant$0() < 0) sx = -sx; t2 = translation._v3storage; - t2[0] = t3; + t2[0] = t1[12]; t2[1] = t1[13]; t2[2] = t1[14]; invSX = 1 / sx; @@ -491175,7 +506556,7 @@ call$2(key, value) { return value == null; }, - $signature: 2937 + $signature: 2983 }; A.WindowOptions.prototype = {}; A.main_closure0.prototype = { @@ -491189,58 +506570,58 @@ }; A.main_closure.prototype = { call$0() { - var t3, t4, target, vendor, appVersion, - t1 = $.$get$webPluginRegistrar(), - t2 = $.$get$FilePickerWeb_platform(); - A.PlatformInterface__verify(t2, $.$get$FilePicker__token(), false); - $.FilePicker__instance = t2; + var t2, t3, target, vendor, appVersion, + registrar = $.$get$webPluginRegistrar(), + t1 = $.$get$FilePickerWeb_platform(); + A.PlatformInterface__verify(t1, $.$get$FilePicker__token(), false); + $.FilePicker__instance = t1; A.GoogleSignInPlatform_instance(A.GoogleSignInPlugin$()); - t2 = $.$get$ImageCropperPlatform__token(); - t3 = new A.ImageCropperPlugin(t2); - A.PlatformInterface__verify(t3, t2, true); - $.ImageCropperPlatform__instance = t3; - t3 = $.$get$ImagePickerPlatform__token(); - t2 = new A.ImagePickerPlugin(t3); - t2.__ImagePickerPlugin__imageResizer = new A.ImageResizer(); - t4 = document; - target = t4.querySelector("#__image_picker_web-file-input"); + t1 = $.$get$ImageCropperPlatform__token(); + t2 = new A.ImageCropperPlugin(t1); + A.PlatformInterface__verify(t2, t1, true); + $.ImageCropperPlatform__instance = t2; + t2 = $.$get$ImagePickerPlatform__token(); + t1 = new A.ImagePickerPlugin(t2); + t1.__ImagePickerPlugin__imageResizer_A = new A.ImageResizer(); + t3 = document; + target = t3.querySelector("#__image_picker_web-file-input"); if (target == null) { target = A._ElementFactoryProvider_createElement_tag("flt-image-picker-inputs", null); target.id = "__image_picker_web-file-input"; - t4 = t4.querySelector("body"); - t4.toString; - J.get$children$x(t4).add$1(0, target); + t3 = t3.querySelector("body"); + t3.toString; + J.get$children$x(t3).add$1(0, target); } - t2.__ImagePickerPlugin__target = target; - A.PlatformInterface__verify(t2, t3, true); - $.ImagePickerPlatform__instance = t2; - t2 = $.$get$PackageInfoPlatform__token(); - t3 = new A.PackageInfoPlugin(t2); - A.PlatformInterface__verify(t3, t2, false); - $.PackageInfoPlatform__instance = t3; - t3 = A._setArrayType([], type$.JSArray_Completer_dynamic); - t2 = $.$get$PrintingPlatform__token(); - t3 = new A.PrintingPlugin(new A.Mutex(t3), t2); - A.PlatformInterface__verify(t3, t2, false); - $.PrintingPlatform__instance = t3; - new A.MethodChannel("sentry_flutter", B.C_StandardMethodCodec, t1).setMethodCallHandler$1(new A.SentryFlutterWeb().get$handleMethodCall()); + t1.__ImagePickerPlugin__target_A = target; + A.PlatformInterface__verify(t1, t2, true); + $.ImagePickerPlatform__instance = t1; + t1 = $.$get$PackageInfoPlatform__token(); + t2 = new A.PackageInfoPlugin(t1); + A.PlatformInterface__verify(t2, t1, false); + $.PackageInfoPlatform__instance = t2; + t2 = A._setArrayType([], type$.JSArray_Completer_dynamic); + t1 = $.$get$PrintingPlatform__token(); + t2 = new A.PrintingPlugin(new A.Mutex(t2), t1); + A.PlatformInterface__verify(t2, t1, false); + $.PrintingPlatform__instance = t2; + new A.MethodChannel("sentry_flutter", B.C_StandardMethodCodec0, registrar).setMethodCallHandler$1(new A.SentryFlutterWeb().get$handleMethodCall()); A.SharedPreferencesStorePlatform_instance(new A.SharedPreferencesPlugin()); - t3 = $.$get$SignInWithApplePlatform__token(); - t2 = new A.SignInWithApplePlugin(t3); - A.PlatformInterface__verify(t2, t3, false); - $.SignInWithApplePlatform__instance = t2; - t2 = window; - t3 = $.$get$UrlLauncherPlatform__token(); - t4 = new A.UrlLauncherPlugin(t2, t3); - t2 = t2.navigator; - vendor = t2.vendor; - appVersion = t2.appVersion; - t4._isSafari = vendor != null && B.JSString_methods.contains$1(vendor, "Apple") && appVersion != null && B.JSString_methods.contains$1(appVersion, "Version"); - A.PlatformInterface__verify(t4, t3, true); - $.UrlLauncherPlatform__instance = t4; + t2 = $.$get$SignInWithApplePlatform__token(); + t1 = new A.SignInWithApplePlugin(t2); + A.PlatformInterface__verify(t1, t2, false); + $.SignInWithApplePlatform__instance = t1; + t1 = window; + t2 = $.$get$UrlLauncherPlatform__token(); + t3 = new A.UrlLauncherPlugin(t1, t2); + t1 = t1.navigator; + vendor = t1.vendor; + appVersion = t1.appVersion; + t3._isSafari = vendor != null && B.JSString_methods.contains$1(vendor, "Apple") && appVersion != null && B.JSString_methods.contains$1(appVersion, "Version"); + A.PlatformInterface__verify(t3, t2, true); + $.UrlLauncherPlatform__instance = t3; $.$get$platformViewRegistry().toString; $.$get$platformViewManager().registerFactory$3$isVisible("__url_launcher::link", A.link_LinkViewController__viewFactory$closure(), false); - $.pluginMessageCallHandler = t1.get$handleFrameworkMessage(); + $.pluginMessageCallHandler = registrar.get$handleFrameworkMessage(); }, $signature: 1 }; @@ -491274,7 +506655,6 @@ _.super$CkCanvas$drawRect = _.drawRect$2; _.super$CkCanvas$drawShadow = _.drawShadow$4; _.super$CkCanvas$restore = _.restore$0; - _.super$CkCanvas$restoreToCount = _.restoreToCount$1; _.super$CkCanvas$rotate = _.rotate$1; _.super$CkCanvas$save = _.save$0; _.super$CkCanvas$saveLayer = _.saveLayer$2; @@ -491307,8 +506687,6 @@ _.super$DefaultTextEditingStrategy$updateElementStyle = _.updateElementStyle$1; _.super$DefaultTextEditingStrategy$disable = _.disable$0; _.super$DefaultTextEditingStrategy$enable = _.enable$3$onAction$onChange; - _ = A._PersistedPhysicalShape_PersistedContainerSurface__DomClip.prototype; - _.super$_PersistedPhysicalShape_PersistedContainerSurface__DomClip$discard = _.discard$0; _ = J.Interceptor.prototype; _.super$Interceptor$toString = _.toString$0; _.super$Interceptor$noSuchMethod = _.noSuchMethod$1; @@ -491343,12 +506721,8 @@ _ = A.Object.prototype; _.super$Object$$eq = _.$eq; _.super$Object$toString = _.toString$0; - _ = A.Element2.prototype; - _.super$Element$createFragment = _.createFragment$3$treeSanitizer$validator; _ = A.EventTarget.prototype; _.super$EventTarget$addEventListener = _.addEventListener$3; - _ = A._SimpleNodeValidator.prototype; - _.super$_SimpleNodeValidator$allowsAttribute = _.allowsAttribute$3; _ = A.JsObject.prototype; _.super$JsObject$$index = _.$index; _.super$JsObject$$indexSet = _.$indexSet; @@ -491422,6 +506796,8 @@ _.super$BindingBase$unlocked = _.unlocked$0; _.super$BindingBase$performReassemble = _.performReassemble$0; _ = A.ChangeNotifier.prototype; + _.super$ChangeNotifier$addListener = _.addListener$1; + _.super$ChangeNotifier$removeListener = _.removeListener$1; _.super$ChangeNotifier$dispose = _.dispose$0; _.super$ChangeNotifier$notifyListeners = _.notifyListeners$0; _ = A.ValueNotifier.prototype; @@ -491445,6 +506821,7 @@ _ = A.MultiDragPointerState.prototype; _.super$MultiDragPointerState$dispose = _.dispose$0; _ = A.GestureRecognizer.prototype; + _.super$GestureRecognizer$addAllowedPointerPanZoom = _.addAllowedPointerPanZoom$1; _.super$GestureRecognizer$isPointerAllowed = _.isPointerAllowed$1; _.super$GestureRecognizer$dispose = _.dispose$0; _ = A.OneSequenceGestureRecognizer.prototype; @@ -491460,8 +506837,8 @@ _.super$PrimaryPointerGestureRecognizer$rejectGesture = _.rejectGesture$1; _ = A.TapGestureRecognizer.prototype; _.super$TapGestureRecognizer$isPointerAllowed = _.isPointerAllowed$1; - _ = A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin.prototype; - _.super$__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__ButtonStyleState_State_TickerProviderStateMixin.prototype; + _.super$__ButtonStyleState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin.prototype; _.super$__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__CheckboxState_State_TickerProviderStateMixin.prototype; @@ -491542,6 +506919,9 @@ _ = A.ShapeBorder.prototype; _.super$ShapeBorder$lerpFrom = _.lerpFrom$2; _.super$ShapeBorder$lerpTo = _.lerpTo$2; + _ = A.OutlinedBorder.prototype; + _.super$OutlinedBorder$lerpFrom = _.lerpFrom$2; + _.super$OutlinedBorder$lerpTo = _.lerpTo$2; _ = A.Decoration.prototype; _.super$Decoration$lerpFrom = _.lerpFrom$2; _.super$Decoration$lerpTo = _.lerpTo$2; @@ -491586,6 +506966,7 @@ _ = A.RenderFlex.prototype; _.super$RenderFlex$performLayout = _.performLayout$0; _ = A.Layer0.prototype; + _.super$Layer$_fireCompositionCallbacks = _._fireCompositionCallbacks$1$includeChildren; _.super$Layer$dispose = _.dispose$0; _.super$Layer$updateSubtreeNeedsAddToScene = _.updateSubtreeNeedsAddToScene$0; _ = A.ContainerLayer0.prototype; @@ -491602,7 +506983,9 @@ _.super$RenderObject$adoptChild = _.adoptChild$1; _.super$RenderObject$attach = _.attach$1; _.super$RenderObject$markNeedsLayout = _.markNeedsLayout$0; + _.super$RenderObject$layout = _.layout$2$parentUsesSize; _.super$RenderObject$markNeedsPaint = _.markNeedsPaint$0; + _.super$RenderObject$paint = _.paint$2; _.super$RenderObject$applyPaintTransform = _.applyPaintTransform$2; _.super$RenderObject$describeSemanticsConfiguration = _.describeSemanticsConfiguration$1; _.super$RenderObject$clearSemantics = _.clearSemantics$0; @@ -491620,6 +507003,7 @@ _ = A.RelayoutWhenSystemFontsChangeMixin.prototype; _.super$RelayoutWhenSystemFontsChangeMixin$systemFontsDidChange = _.systemFontsDidChange$0; _ = A.RenderParagraph.prototype; + _.super$RenderParagraph$markNeedsLayout = _.markNeedsLayout$0; _.super$RenderParagraph$performLayout = _.performLayout$0; _ = A._RenderParagraph_RenderBox_ContainerRenderObjectMixin.prototype; _.super$_RenderParagraph_RenderBox_ContainerRenderObjectMixin$attach = _.attach$1; @@ -491635,6 +507019,8 @@ _.super$RenderProxyBoxMixin$paint = _.paint$2; _ = A.RenderProxyBoxWithHitTestBehavior.prototype; _.super$RenderProxyBoxWithHitTestBehavior$hitTest = _.hitTest$2$position; + _ = A.RenderConstrainedBox.prototype; + _.super$RenderConstrainedBox$performLayout = _.performLayout$0; _ = A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin.prototype; _.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$attach = _.attach$1; _.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$detach = _.detach$0; @@ -491826,6 +507212,10 @@ _ = A.RestorableListenable.prototype; _.super$RestorableListenable$initWithValue = _.initWithValue$1; _.super$RestorableListenable$dispose = _.dispose$0; + _ = A.__RouterState_State_RestorationMixin.prototype; + _.super$__RouterState_State_RestorationMixin$didUpdateWidget = _.didUpdateWidget$1; + _.super$__RouterState_State_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; + _.super$__RouterState_State_RestorationMixin$dispose = _.dispose$0; _ = A.OverlayRoute.prototype; _.super$OverlayRoute$install = _.install$0; _.super$OverlayRoute$didPop = _.didPop$1; @@ -491845,6 +507235,7 @@ _.super$ScrollActivity$dispose = _.dispose$0; _ = A.ScrollController.prototype; _.super$ScrollController$attach = _.attach$1; + _.super$ScrollController$detach = _.detach$1; _.super$ScrollController$debugFillDescription = _.debugFillDescription$1; _ = A.ScrollNotification.prototype; _.super$ScrollNotification$debugFillDescription = _.debugFillDescription$1; @@ -491866,6 +507257,7 @@ _ = A._ScrollMetricsNotification_Notification_ViewportNotificationMixin.prototype; _.super$_ScrollMetricsNotification_Notification_ViewportNotificationMixin$debugFillDescription = _.debugFillDescription$1; _ = A.ScrollPositionWithSingleContext.prototype; + _.super$ScrollPositionWithSingleContext$absorb = _.absorb$1; _.super$ScrollPositionWithSingleContext$beginActivity = _.beginActivity$1; _.super$ScrollPositionWithSingleContext$applyUserOffset = _.applyUserOffset$1; _.super$ScrollPositionWithSingleContext$goBallistic = _.goBallistic$1; @@ -491888,6 +507280,16 @@ _.super$RawScrollbarState$dispose = _.dispose$0; _ = A._RawScrollbarState_State_TickerProviderStateMixin.prototype; _.super$_RawScrollbarState_State_TickerProviderStateMixin$dispose = _.dispose$0; + _ = A.MultiSelectableSelectionContainerDelegate.prototype; + _.super$MultiSelectableSelectionContainerDelegate$didChangeSelectables = _.didChangeSelectables$0; + _.super$MultiSelectableSelectionContainerDelegate$handleSelectAll = _.handleSelectAll$1; + _.super$MultiSelectableSelectionContainerDelegate$handleSelectWord = _.handleSelectWord$1; + _.super$MultiSelectableSelectionContainerDelegate$handleClearSelection = _.handleClearSelection$1; + _.super$MultiSelectableSelectionContainerDelegate$handleSelectionEdgeUpdate = _.handleSelectionEdgeUpdate$1; + _.super$MultiSelectableSelectionContainerDelegate$dispose = _.dispose$0; + _.super$MultiSelectableSelectionContainerDelegate$dispatchSelectionEventToChild = _.dispatchSelectionEventToChild$2; + _ = A.__SelectionContainerState_State_Selectable_SelectionRegistrant.prototype; + _.super$__SelectionContainerState_State_Selectable_SelectionRegistrant$dispose = _.dispose$0; _ = A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype; _.super$__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin$attach = _.attach$1; _.super$__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin$detach = _.detach$0; @@ -492035,6 +507437,10 @@ _.super$InjectedBaseState$dispose = _.dispose$0; _ = A.DocumentNode.prototype; _.super$DocumentNode$$eq = _.$eq; + _ = A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype; + _.super$_BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel$applyStyles = _.applyStyles$1; + _ = A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin.prototype; + _.super$__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype; _.super$__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype; @@ -492045,6 +507451,8 @@ _.super$__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype; _.super$__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__DocumentScrollableState_State_SingleTickerProviderStateMixin.prototype; + _.super$__DocumentScrollableState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.SingleColumnLayoutStylePhase.prototype; _.super$SingleColumnLayoutStylePhase$dispose = _.dispose$0; _ = A.SingleColumnLayoutComponentViewModel.prototype; @@ -492054,8 +507462,6 @@ _.super$TextNode$$eq = _.$eq; _ = A._BlinkingCaretState_State_SingleTickerProviderStateMixin.prototype; _.super$_BlinkingCaretState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__TextLayoutCaretState_State_TickerProviderStateMixin.prototype; - _.super$__TextLayoutCaretState_State_TickerProviderStateMixin$dispose = _.dispose$0; })(); (function installTearOffs() { var _static_0 = hunkHelpers._static_0, @@ -492063,99 +507469,108 @@ _instance_0_u = hunkHelpers._instance_0u, _instance_1_u = hunkHelpers._instance_1u, _instance_1_i = hunkHelpers._instance_1i, - _instance_0_i = hunkHelpers._instance_0i, _static_2 = hunkHelpers._static_2, _instance = hunkHelpers.installInstanceTearOff, _static = hunkHelpers.installStaticTearOff, _instance_2_u = hunkHelpers._instance_2u, + _instance_0_i = hunkHelpers._instance_0i, _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", 2938); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 146); - _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 91); + _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 26); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 142); + _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 100); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); - _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 90); - _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); var _; - _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1459); - _instance_0_u(_, "get$startDownloads", "startDownloads$0", 97); - _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 579); - _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 76); - _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 76); - _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1842); - _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 2327); - _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 76); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 454); - _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 37); - _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 37); - _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 945); - _instance_0_i(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 76); - _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 76); - _instance_1_u(_, "get$handleCompositionUpdate", "handleCompositionUpdate$1", 76); - _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 76); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 351); - _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 37); + _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 86); + _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 86); + _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); + _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 979); + _instance_0_u(_, "get$startDownloads", "startDownloads$0", 103); + _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 803); + _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 1022); + _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 26); + _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 26); + _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1108); + _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 763); + _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 26); + _instance_1_i(A.ShadowDomHostNode.prototype, "get$append", "append$1", 527); + _instance_1_i(A.ElementHostNode.prototype, "get$append", "append$1", 527); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 510); + _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 38); + _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 38); + _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 26); + _instance_0_u(_ = A.EnginePlatformDispatcher.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 75); + _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1327); + _instance_0_u(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 26); + _instance_1_u(_, "get$_handleCompositionUpdate", "_handleCompositionUpdate$1", 26); + _instance_1_u(_, "get$_handleCompositionEnd", "_handleCompositionEnd$1", 26); + _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 26); + _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 26); + _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 26); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 344); + _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 38); _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"], 1814, 0, 0); + _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 3230, 0, 0); _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 113); - _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 299); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 166); + _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 340); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 163); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 2064); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 313); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 309); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 309); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 309); + _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 988); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 326); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 218); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 218); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 218); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 91); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 126); + _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 100); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 132); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); - _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2939, 0); + _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2984, 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", 37); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 37); - _instance_2_u(_, "get$_addError", "_addError$2", 126); + _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 38); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 38); + _instance_2_u(_, "get$_addError", "_addError$2", 132); _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"], 657, 0, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 712, 0, 0); _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 629, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 126); - _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 37); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 710, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 132); + _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 38); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 657, 0, 0); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 37); - _instance_2_u(_, "get$_addError", "_addError$2", 126); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 712, 0, 0); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 38); + _instance_2_u(_, "get$_addError", "_addError$2", 132); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_0_u(_ = A._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_0_u(_ = A._BufferingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_0_u(A._DoneStreamSubscription.prototype, "get$_sendDone", "_sendDone$0", 0); - _instance_1_u(_ = A._StreamIterator.prototype, "get$_async$_onData", "_async$_onData$1", 37); - _instance_2_u(_, "get$_onError", "_onError$2", 126); + _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 38); + _instance_2_u(_, "get$_onError", "_onError$2", 132); _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", 37); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 2365); + _instance_1_u(_, "get$_handleData", "_handleData$1", 38); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1292); _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", 37); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 126); + _instance_1_u(_, "get$_handleData", "_handleData$1", 38); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 132); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 420); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 299); - _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 351); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 351); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 528); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 340); + _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 344); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 344); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 113); _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 113); @@ -492163,80 +507578,75 @@ _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 113); _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 113); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 12); - _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 37); + _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 38); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 299); - _static_2(A, "core__identical$closure", "identical", 420); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2940); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 340); + _static_2(A, "core__identical$closure", "identical", 528); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2985); _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 117); - _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 110); + _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 119); _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 113); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 629, 0, 0); - _static(A, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 658, 0); - _static(A, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 658, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 178); - _instance_1_u(_ = A.Console.prototype, "get$group", "group$1", 37); - _instance_1_u(_, "get$warn", "warn$1", 37); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 710, 0, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 174); _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", 335); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 433); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 172); + _instance_0_i(A._File.prototype, "get$length", "length$0", 315); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 485); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 164); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 2942, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2943, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2944, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2945, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 146); + }], 2986, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2987, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2988, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2989, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 142); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 1560); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 1456); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 2732); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 3028); _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 113); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 81); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 577, 0, 0); - _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 24); + _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 79); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 684, 0, 0); + _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 19); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 392); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 580); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 580); + _instance_1_i(_, "get$addListener", "addListener$1", 479); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 681); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 681); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); - _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 37); - _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 37); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 809); - _instance_1_u(_, "get$_preProcess", "_preProcess$1", 37); - _instance_1_u(_, "get$_postProcess", "_postProcess$1", 37); - _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 37); - _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 37); - _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 37); + _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 38); + _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 38); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 678); + _instance_1_u(_, "get$_preProcess", "_preProcess$1", 38); + _instance_1_u(_, "get$_postProcess", "_postProcess$1", 38); + _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 38); + _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 38); + _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 38); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 407); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 407); - _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 946, 0, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 949, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 794); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 478); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 478); + _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1210, 0, 0); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1213, 0, 0); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 671); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1043); + _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1494); _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 84); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 94); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 787); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 786); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 785); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 420); - _instance_1_i(_, "get$hash", "hash$1", 299); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 93); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 669); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 668); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 666); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 528); + _instance_1_i(_, "get$hash", "hash$1", 340); _instance_1_u(_, "get$isValidKey", "isValidKey$1", 113); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 335); - _instance_0_i(A.XFile.prototype, "get$length", "length$0", 335); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 335); - _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2946); - _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1111); - _static_1(A, "utils0__isEmpty$closure", "isEmpty", 56); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 315); + _instance_0_i(A.XFile.prototype, "get$length", "length$0", 315); + _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 315); + _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2990); + _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1856); + _static_1(A, "utils0__isEmpty$closure", "isEmpty", 65); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; - }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 1121, 0, 0); - _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 1122); - _instance(_, "get$stop", 1, 0, null, ["call$1$canceled", "call$0"], ["stop$1$canceled", "stop$0"], 1123, 0, 0); - _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 24); + }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2035, 0, 0); + _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2036); + _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 19); _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 42); _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 42); _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 42); @@ -492247,139 +507657,143 @@ _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 42); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 8); _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_button$_handleTapDown", "_button$_handleTapDown$1", 84); - _instance_1_u(_, "get$_button$_handleTapUp", "_button$_handleTapUp$1", 94); + _instance_1_u(_, "get$_button$_handleTapUp", "_button$_handleTapUp$1", 93); _instance_0_u(_, "get$_button$_handleTapCancel", "_button$_handleTapCancel$0", 0); - _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 83); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 75); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 107); + _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 90); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 77); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 111); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 252); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 251); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 84); _instance_0_u(_, "get$_switch$_handleTap", "_switch$_handleTap$0", 0); - _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 94); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 93); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 83); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 75); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 107); + _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 90); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 77); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 111); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 2947, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 502); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2948); - _instance_0_i(_ = A.ChangeNotifier.prototype, "get$dispose", "dispose$0", 0); + }], 2991, 0); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 521); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2992); + _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 218); + _instance_1_i(_, "get$removeListener", "removeListener$1", 218); + _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", 750); - _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 1225); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2949); - _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 1254); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 90); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 652); + _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2403); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2993); + _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2406); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 86); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 102); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 109); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2950, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 102); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 535); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 102); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 102); - _instance_1_u(_, "get$_removeState", "_removeState$1", 90); + _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2994, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 810); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 109); + _instance_1_u(_, "get$_removeState", "_removeState$1", 86); _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", 102); - _instance_1_u(_, "get$_reject", "_reject$1", 1291); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 109); + _instance_1_u(_, "get$_reject", "_reject$1", 2419); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 90, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 102); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 102); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 733, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 728); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 1461); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 194); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 86, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 647, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 644); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2641); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 184); _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", 1495); - _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 83); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 75); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 107); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 700); + _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2652); + _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 90); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 77); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 111); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 629); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); + _instance_0_u(A._ButtonStyleState.prototype, "get$handleStatesControllerChange", "handleStatesControllerChange$0", 0); _instance_1_u(_ = A._RenderInputPadding0.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 256); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 256); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 256); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 256); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 90); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 249); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 249); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 249); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 249); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 86); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); - _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 79); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 1786); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 1787); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 1788); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 176); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 176); + _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 75); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 2981); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3014); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3015); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 151); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 151); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 1822); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 681); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3170); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 617); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 42); _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", 256); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2951, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 249); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2995, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 42); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 678); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 461); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 75); - _instance_1_u(_, "get$_settle", "_settle$1", 107); + _instance_1_u(_, "get$_move", "_move$1", 77); + _instance_1_u(_, "get$_settle", "_settle$1", 111); _instance_0_i(_, "get$close", "close$0", 0); - _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 79); + _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 75); _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); - _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 37); + _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 38); _instance_0_u(A._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_build", "_build$1", 81); + _instance_1_u(_, "get$_build", "_build$1", 79); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 42); _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 42); _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 42); - _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 2028); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 681); - _instance(_ = A._InkResponseState.prototype, "get$_simulateTap", 0, 0, function() { + _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 947); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 617); + _instance(_ = A._InkResponseState.prototype, "get$simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 674, 0, 0); - _instance_0_u(_, "get$_simulateLongPress", "_simulateLongPress$0", 0); - _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 672); - _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 79); - _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 84); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 94); - _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", 223); - _instance_1_u(_, "get$_ink_well$_handleMouseExit", "_ink_well$_handleMouseExit$1", 202); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 244); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 211); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 96); + }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 612, 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", 611); + _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 75); + _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 84); + _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 93); + _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", 210); + _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 195); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 285); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 223); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 102); _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", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 101); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 89); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -492393,70 +507807,70 @@ _instance_0_u(_, "get$_handleLast", "_handleLast$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", 505); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 162); - _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 2140); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 176); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 2144, 0, 0); + _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 463); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 167); + _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 1023); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 151); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1026, 0, 0); _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 42); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); - _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 79); - _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 79); + _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 75); + _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 75); _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", 83); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 2147, 0, 0); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 90); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1030, 0, 0); _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 42); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 700); - _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 2952, 0); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 629); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 2996, 0); _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 153); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 153); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 254); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 204); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 260); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 225); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 493); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 451); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 83); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 75); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 107); - _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 505); + _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 90); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 77); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 111); + _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 463); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); - _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_0_i(A.TabController.prototype, "get$dispose", "dispose$0", 0); + _instance_0_u(_, "get$dispose", "dispose$0", 0); + _instance_0_u(A.TabController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A._IndicatorPainter.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_ = A._TabBarState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); - _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 2165, 0, 0); + _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1077, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 162); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 167); _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 153); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 153); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 254); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 204); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 260); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 225); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 493); + _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 451); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); _instance_0_u(A._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); - _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 654); + _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 593); _instance_1_u(_ = A._RenderInputPadding1.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 83); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 75); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 107); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 94); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 211); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 96); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 211); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 644); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 244); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 244); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 654); + _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 90); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 77); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 111); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 93); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 223); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 102); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 223); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 592); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 285); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 285); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 593); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 644); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 592); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -492473,39 +507887,42 @@ _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 84); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 674, 0, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 2217, 0, 0); - _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 79); - _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 79); - _instance_0_i(A.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 612, 0, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1116, 0, 0); + _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 75); + _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 75); + _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", 42); _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 18); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 102); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 109); _instance_0_u(_, "get$_handlePress", "_handlePress$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"], 2232, 0, 0); - _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 633); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2953, 0); - _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2954); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 392); - _instance_1_u(_, "get$setImage", "setImage$1", 2269); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 630); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 425); - _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 24); - _instance_1_i(_, "get$addListener", "addListener$1", 392); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2955, 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"], 1118, 0, 0); + _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1119, 0, 0); + _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 2997, 0); + _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 591); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2998, 0); + _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2999); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 479); + _instance_1_u(_, "get$setImage", "setImage$1", 1159); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 588); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 481); + _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 19); + _instance_1_i(_, "get$addListener", "addListener$1", 479); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3000, 0); _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); - _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 24); - _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 2301, 0, 0); + _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 19); + _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1200, 0, 0); _instance_0_u(_, "get$_handleSemanticsOwnerCreated", "_handleSemanticsOwnerCreated$0", 0); _instance_0_u(_, "get$_handleSemanticsOwnerDisposed", "_handleSemanticsOwnerDisposed$0", 0); - _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 24); + _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 19); _instance_1_u(_ = A.RenderBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 101); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 89); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -492514,24 +507931,24 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 625); + _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 586); _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", 96); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 2316); - _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 79); - _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 79); - _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 79); - _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 79); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 102); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1211); + _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 75); + _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 75); + _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 75); + _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 75); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 84); + _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 84); _instance_0_u(_, "get$_editable$_handleTap", "_editable$_handleTap$0", 0); - _instance_0_u(_, "get$_editable$_handleLongPress", "_editable$_handleLongPress$0", 0); - _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 101); + _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 89); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -492546,13 +507963,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 109); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 109); - _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 37); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 106); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 106); + _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 38); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 101, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 89, 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"], 292, 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"], 317, 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", 8); @@ -492564,12 +507981,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 102); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 101, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 89, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -492587,7 +508004,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _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", 2361); + _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1230); _instance_1_u(_ = A.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -492605,11 +508022,12 @@ _instance_0_u(_, "get$_performCut", "_performCut$0", 0); _instance_0_u(_, "get$_performPaste", "_performPaste$0", 0); _instance_0_u(_, "get$_performDidGainAccessibilityFocus", "_performDidGainAccessibilityFocus$0", 0); + _instance_0_u(A.SelectionRegistrant.prototype, "get$_selection$_updateSelectionRegistrarSubscription", "_selection$_updateSelectionRegistrarSubscription$0", 0); _instance_1_u(_ = A.RenderShiftedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 101, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 89, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -492622,152 +508040,153 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 2363, 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"], 292, 0, 0); + _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1254, 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"], 317, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 101); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 101); + _instance_2_u(_, "get$paintStack", "paintStack$2", 89); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 89); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 2366); + _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1259); _instance_1_u(_ = A.RenderViewportBase.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 101); - _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"], 292, 0, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 89); + _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"], 317, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2956); + _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3001); _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return A.defaultSchedulingStrategy(null, null); - }], 2957, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 490); + }], 3002, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 449); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); - _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 24); + _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 19); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); - _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 2378); - _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 24); - _instance_0_i(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 37); - _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2958); - _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2959); - _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 2436); - _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 2437); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 281); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 454); - _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 2482); - _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 2580); - _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 281); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 600); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 600); - _instance_1_u(A.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 283); - _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 2633); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 672); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 223); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 202); - _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 79); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2960, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 514); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2961); - _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 2640); - _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 2649); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 2668); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 781); - _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 97); + _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1283); + _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 19); + _instance_0_u(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 38); + _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3003); + _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3004); + _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1325); + _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1326); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 241); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 510); + _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1352); + _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1353); + _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 241); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 571); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 571); + _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 324); + _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1422); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 611); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 210); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 195); + _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 75); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3005, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 470); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3006); + _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1427); + _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1455); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1456); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 798); + _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 103); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); - _instance_1_u(_, "get$_select", "_select$1", 37); - _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 2672); - _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 2676); - _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 664); - _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 2702); + _instance_1_u(_, "get$_select", "_select$1", 38); + _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1457); + _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1458); + _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 562); + _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1489); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 283); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 324); _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", 97); + _instance_0_u(_, "get$performReassemble", "performReassemble$0", 103); _instance_0_u(A._DraggableScrollableSheetState.prototype, "get$_setExtent", "_setExtent$0", 0); - _instance_0_i(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); + _instance_0_u(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 42); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); _instance_0_u(_, "get$_restartConnectionIfNeeded", "_restartConnectionIfNeeded$0", 0); _instance_0_u(_, "get$_updateSelectionOverlayForScroll", "_updateSelectionOverlayForScroll$0", 0); - _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 625); + _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 586); _instance_0_u(_, "get$_onCursorColorTick", "_onCursorColorTick$0", 0); - _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 461); - _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 461); + _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$_characterBoundary", "_characterBoundary$1", 298); - _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 298); - _instance_1_u(_, "get$_linebreak", "_linebreak$1", 298); - _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 298); - _instance_1_u(_, "get$_replaceText", "_replaceText$1", 2904); - _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 2910); - _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 2911); - _instance_1_u(_, "get$_expandSelectionToDocumentBoundary", "_expandSelectionToDocumentBoundary$1", 2917); - _instance_1_u(_, "get$_expandSelectionToLinebreak", "_expandSelectionToLinebreak$1", 2925); - _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 664); - _instance_1_u(_ = A._TextEditingHistoryState.prototype, "get$_undo", "_undo$1", 3472); - _instance_1_u(_, "get$_redo", "_redo$1", 3446); + _instance_1_u(_, "get$_characterBoundary", "_characterBoundary$1", 300); + _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 300); + _instance_1_u(_, "get$_linebreak", "_linebreak$1", 300); + _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 300); + _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 1563); + _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1576); + _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1593); + _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 1595); + _instance_1_u(_, "get$_expandSelectionToDocumentBoundary", "_expandSelectionToDocumentBoundary$1", 1596); + _instance_1_u(_, "get$_expandSelectionToLinebreak", "_expandSelectionToLinebreak$1", 1603); + _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 562); + _instance_1_u(_ = A._TextEditingHistoryState.prototype, "get$_undo", "_undo$1", 1679); + _instance_1_u(_, "get$_redo", "_redo$1", 1696); _instance_0_u(_, "get$_push", "_push$0", 0); - _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 37); - _instance_0_i(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); - _instance_0_i(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 102); - _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 3390); + _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 38); + _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", 109); + _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1706); _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", 105); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 2962); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 105); - _instance_1_u(A.State.prototype, "get$setState", "setState$1", 309); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 105); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 94); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 3007); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 94); + _instance_1_u(A.State.prototype, "get$setState", "setState$1", 218); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 94); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 252); - _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2913); - _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 81); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 251); + _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 1880); + _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1881); + _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 79); _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 42); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2882); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2874, 0, 0); - _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 2963, 0); - _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 633); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 630); + _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1907); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1908, 0, 0); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3008, 0); + _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 591); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 588); _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", 787); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 786); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 785); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 474); + _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 669); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 668); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 666); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 425); _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", 37); + _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 38); _instance_1_u(_ = A._RenderLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2964); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 323); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 323); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 323); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 324); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 324); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 324); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 324); - _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 252); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 102); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3009); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 357); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 357); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 357); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 365); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 365); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 365); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 365); + _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 251); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 109); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -492776,158 +508195,174 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 101); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 162); - _instance_0_i(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); + _instance_2_u(_, "get$paintStack", "paintStack$2", 89); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 167); + _instance_0_u(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_changePhase", "_changePhase$1", 42); - _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 24); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 162); + _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 19); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 167); _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 42); - _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 281); - _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2681); - _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2652); - _instance_1_u(A._PlatformViewLinkState.prototype, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 79); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 738); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2647, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 534); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 534); + _instance_0_u(_, "get$dispose", "dispose$0", 0); + _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 241); + _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2153); + _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2155); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 86); + _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 75); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 651); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2157, 0, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 820); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 820); _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", 176); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 151); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 81); + _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 79); _instance_0_u(A._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); - _instance_0_i(A.RestorableProperty.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2644); - _instance_0_i(A.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); - _instance_0_i(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); + _instance_0_u(A.RestorableProperty.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2163); + _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", 19); + _instance_0_u(_, "get$_handleRouteInformationProviderNotification", "_handleRouteInformationProviderNotification$0", 0); + _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 178); + _instance_0_u(_, "get$_handleRouterDelegateNotification", "_handleRouterDelegateNotification$0", 0); _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 42); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 81); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 81); + _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 79); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 79); + _instance_0_u(A._RenderFocusTrap.prototype, "get$_checkForUnfocus", "_checkForUnfocus$0", 0); _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_i(A.ScrollController.prototype, "get$dispose", "dispose$0", 0); - _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 162); + _instance_0_u(A.ScrollController.prototype, "get$dispose", "dispose$0", 0); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 167); _instance_0_u(_ = A.ScrollPosition.prototype, "get$didUpdateScrollMetrics", "didUpdateScrollMetrics$0", 0); - _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_0_i(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 678); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 83); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 75); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 107); + _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", 461); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 90); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 77); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 111); _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", 474); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 102); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 517); - _instance_0_i(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 425); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 109); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 391); + _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", 42); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 84); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 517); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 162); - _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 357); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 391); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 167); + _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 237); + _instance_1_i(_, "get$remove", "remove$1", 237); + _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 2199); + _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", 305); + _instance_0_u(A._ShortcutRegistrarState.prototype, "get$_shortcutsChanged", "_shortcutsChanged$0", 0); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _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"], 292, 0, 0); - _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2965); - _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2400); + _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"], 317, 0, 0); + _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3010); + _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 237); + _instance_1_i(_, "get$remove", "remove$1", 237); + _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2216); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); - _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 83); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 75); - _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 83); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 75); - _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_buildStartHandle", "_buildStartHandle$1", 81); - _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 81); + _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 90); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 77); + _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 90); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 77); + _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_buildStartHandle", "_buildStartHandle$1", 79); + _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 79); _instance_0_u(A._SelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 84); _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 153); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 153); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 204); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 254); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 467); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 225); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 260); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 421); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 84); _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 84); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 83); - _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2323); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 107); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 90); + _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2232); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 111); _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 84); - _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 94); - _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 83); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 75); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 93); + _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 90); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 77); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 107); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 111); _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 153); _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 153); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 204); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 254); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 467); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 225); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 260); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 421); _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); _instance_0_u(A._AnimatedState.prototype, "get$_handleChange", "_handleChange$0", 0); _instance_0_u(A._ValueListenableBuilderState.prototype, "get$_valueChanged", "_valueChanged$0", 0); - _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 2966, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 2967, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3011, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3012, 0); _static(A, "flutter_redux_StoreBuilder__identity$closure", 1, null, ["call$1$1", "call$1"], ["StoreBuilder__identity", function(store) { return A.StoreBuilder__identity(store, type$.dynamic); - }], 2968, 0); + }], 3013, 0); _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 113); _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 113); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 246); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2246, 0, 0); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 254); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2245, 0, 0); _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 42); _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 42); _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", 109); - _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 83); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 75); - _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 107); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 106); + _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 90); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 77); + _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 111); _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); - }], 648, 0); + }], 813, 0); _static(A, "staggered_grid___layoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_layoutChild", function(child, constraints) { return A._layoutChild(child, constraints, false); - }], 648, 0); + }], 813, 0); _instance_1_u(_ = A.RenderStaggeredGrid.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2220, 0, 0); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 336); - _instance_0_i(_, "get$signIn", "signIn$0", 336); - _instance_0_i(_, "get$signOut", "signOut$0", 97); - _instance_0_i(_, "get$disconnect", "disconnect$0", 97); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 336); - _instance_0_i(_, "get$signIn", "signIn$0", 336); - _instance_0_i(_, "get$signOut", "signOut$0", 97); - _instance_0_i(_, "get$disconnect", "disconnect$0", 97); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 513); - _static_1(A, "constants__isDigit$closure", "isDigit", 513); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 513); + _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2267, 0, 0); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 354); + _instance_0_i(_, "get$signIn", "signIn$0", 354); + _instance_0_i(_, "get$signOut", "signOut$0", 103); + _instance_0_i(_, "get$disconnect", "disconnect$0", 103); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 354); + _instance_0_i(_, "get$signIn", "signIn$0", 354); + _instance_0_i(_, "get$signOut", "signOut$0", 103); + _instance_0_i(_, "get$disconnect", "disconnect$0", 103); + _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", 117); _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 113); - _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2193); + _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2290); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 18); _instance_0_u(_, "get$entityDataState", "entityDataState$0", 18); _instance_0_u(_, "get$rcdataState", "rcdataState$0", 18); @@ -492996,19 +508431,19 @@ _instance_0_u(_, "get$bogusDoctypeState", "bogusDoctypeState$0", 18); _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 18); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); - _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 2971); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 90); - _instance_1_u(_, "get$setMonth", "setMonth$1", 90); - _instance_1_u(_, "get$setDay", "setDay$1", 90); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 90); - _instance_1_u(_, "get$setHour", "setHour$1", 90); - _instance_1_u(_, "get$setMinute", "setMinute$1", 90); - _instance_1_u(_, "get$setSecond", "setSecond$1", 90); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 90); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 128); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2030); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 128); - _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 110); + _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 3016); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 86); + _instance_1_u(_, "get$setMonth", "setMonth$1", 86); + _instance_1_u(_, "get$setDay", "setDay$1", 86); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 86); + _instance_1_u(_, "get$setHour", "setHour$1", 86); + _instance_1_u(_, "get$setMinute", "setMinute$1", 86); + _instance_1_u(_, "get$setSecond", "setSecond$1", 86); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 86); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 137); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2354); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 137); + _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 119); _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 49); _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 49); _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 49); @@ -493037,598 +508472,618 @@ _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 49); _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 49); _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 49); - _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 56); - _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 97); + _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 65); + _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 103); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); - }], 2973, 0); - _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 33); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 823); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 2974); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2975); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2976); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2977); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2978); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2979); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2980); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2981); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2982); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 2983); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2984); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2985); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2986); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2987); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2988); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 2989); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 2990); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2991); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2992); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2993); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2994); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2995); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2996); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2997); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 2998); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 2999); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3000); - _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3001); - _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3002); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3003); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3004); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3005); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3006); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 601); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 601); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3008); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3009); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3010); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3011); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3012); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 3013); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3014); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3015); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3016); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3017); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3018); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3019); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3020); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3021); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3022); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3023); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3024); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing0", 134); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing0", 134); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 772); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3026); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 770); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 769); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3027); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3028); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3029); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3030); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3031); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3032); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3033); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3034); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3035); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 3036); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3037); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3038); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3039); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3040); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3041); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3042); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3043); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3044); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3045); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3046); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3047); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing1", 597); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing1", 597); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3049); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3050); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3051); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3052); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3053); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3054); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 3055); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3056); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3057); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3058); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3059); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3060); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3061); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3062); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3063); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3064); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3065); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3066); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing2", 3067); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3068); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3069); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3070); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3071); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3072); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3073); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 3074); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3075); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3076); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3077); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3078); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3079); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3080); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3081); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3082); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3083); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing2", 344); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing3", 344); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3085); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3086); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3087); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3088); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3089); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3090); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3091); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3092); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3093); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 3094); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3095); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3096); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3097); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3098); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3099); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3100); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3101); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3102); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3103); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3104); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3105); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 590); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 590); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3107); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3108); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3109); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3110); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3111); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 3112); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3113); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3114); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3115); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3116); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3117); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3118); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3119); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3120); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3121); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3122); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3123); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing4", 796); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing5", 796); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3125); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3126); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3127); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3128); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 3129); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3130); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3131); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3132); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3133); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3134); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3135); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3136); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3137); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3138); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3139); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3140); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing5", 134); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing6", 134); - _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 717); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3141); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 716); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 715); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3142); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3143); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3144); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3145); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3146); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3147); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3148); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3149); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3150); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 3151); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3152); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3153); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3154); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3155); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3156); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3157); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3158); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3159); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3160); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3161); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3162); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3163); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3164); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3165); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing6", 747); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing7", 747); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3167); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3168); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3169); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3170); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3171); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3172); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3173); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3174); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 3175); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3176); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3177); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3178); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3179); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3180); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3181); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3182); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3183); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3184); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3185); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3186); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 745); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 745); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3188); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3189); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3190); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3191); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3192); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3193); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 3194); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3195); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3196); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3197); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3198); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3199); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3200); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3201); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3202); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3203); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3204); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3205); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing8", 730); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing9", 730); - _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3207); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3208); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3209); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3210); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3211); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3212); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3213); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3214); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 3215); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3216); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3217); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3218); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3219); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3220); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3221); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3222); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3223); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3224); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3225); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3226); - _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing9", 724); - _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing10", 724); - _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3228); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3229); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3230); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3231); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3232); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3233); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3234); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3235); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 3236); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3237); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3238); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3239); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3240); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3241); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3242); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 3243); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3244); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3245); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3246); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3247); - _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing10", 134); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing11", 134); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 703); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3248); - _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 702); - _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 701); - _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3249); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3250); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3251); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3252); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3253); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3254); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3255); - _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3256); - _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3257); - _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect12", 3258); - _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3259); - _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3260); - _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3261); - _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3262); - _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3263); - _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3264); - _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3265); - _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3266); - _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3267); - _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3268); - _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3269); - _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3270); - _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3271); - _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3272); - _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3273); - _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3274); - _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3275); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing11", 134); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing12", 134); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 698); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3276); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 694); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 693); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3277); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3278); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3279); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3280); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3281); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3282); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3283); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3284); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3285); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect13", 3286); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3287); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3288); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3289); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3290); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3291); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3292); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3293); - _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3294); - _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3295); - _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3296); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3297); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3298); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3299); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3300); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing12", 344); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing13", 344); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3301); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3302); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3303); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3304); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3305); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3306); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect14", 3307); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3308); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3309); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3310); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3311); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3312); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3313); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3314); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3315); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3316); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3317); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3318); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3319); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3320); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing13", 134); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing14", 134); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 691); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3321); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 689); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 687); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3322); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3323); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3324); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3325); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3326); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3327); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3328); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3329); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect15", 3330); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3331); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3332); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3333); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3334); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3335); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3336); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3337); - _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3338); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3339); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3340); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3341); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3342); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3343); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3344); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3345); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing14", 721); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing15", 721); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3347); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3348); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3349); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3350); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3351); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect16", 3352); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3353); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3354); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3355); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3356); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3357); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3358); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3359); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3360); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3361); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3362); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3363); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing15", 718); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing16", 718); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3365); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3366); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3367); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3368); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3369); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3370); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3371); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3372); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3373); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3374); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect17", 3375); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3376); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3377); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3378); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3379); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3380); - _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3381); - _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3382); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3383); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3384); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 3385); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3386); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3387); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3388); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3389); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing16", 714); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing17", 714); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3391); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3392); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3393); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3394); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3395); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3396); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect18", 3397); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3398); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3399); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3400); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3401); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3402); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3403); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3404); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3405); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3406); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3407); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3408); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3409); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing17", 712); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing18", 712); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3411); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3412); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3413); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3414); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect19", 3415); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3416); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3417); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3418); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3419); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3420); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3421); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3422); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3423); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3424); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3425); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3426); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing18", 697); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing19", 697); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3428); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3429); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3430); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3431); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3432); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3433); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect20", 3434); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3435); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3436); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3437); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3438); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3439); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3440); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 3441); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3442); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3443); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3444); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3445); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing19", 690); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing20", 690); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3447); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3448); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3449); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3450); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3451); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3452); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3453); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3454); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect21", 3455); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3456); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3457); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3458); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3459); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3460); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3461); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3462); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 3463); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3464); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3465); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3466); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3467); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3468); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3469); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3470); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3471); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing20", 688); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing21", 688); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3473); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3474); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3475); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3476); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3477); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3478); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3479); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3480); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3481); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3482); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3483); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect22", 3484); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3485); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3486); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3487); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3488); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3489); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3490); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3491); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3492); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3493); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3494); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3495); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing21", 744); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing22", 744); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3497); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3498); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3499); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3500); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3501); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3502); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect23", 3503); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 3504); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 3505); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 3506); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3507); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3508); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3509); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3510); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3511); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3512); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3513); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3514); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3515); + }], 3018, 0); + _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 34); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3270); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3019); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3020); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3021); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3022); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3023); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3024); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3025); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3026); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3027); + _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 816); + _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 816); + _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3029); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3030); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3031); + _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3032); + _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3033); + _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3034); + _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3035); + _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3036); + _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3037); + _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3038); + _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3039); + _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3040); + _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3041); + _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3042); + _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3043); + _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3044); + _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3045); + _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3046); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3047); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3048); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3049); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3050); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3051); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3052); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3053); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3054); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3055); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3056); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3057); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3058); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3059); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3060); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3061); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 3062); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3063); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3064); + _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3065); + _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3066); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3067); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3068); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3069); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3070); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 817); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 817); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3072); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3073); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3074); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3075); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3076); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3077); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3078); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3079); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3080); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3081); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3082); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3083); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3084); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3085); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3086); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3087); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3088); + _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", 725); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3090); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 726); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 728); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3091); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3092); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3093); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3094); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3095); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3096); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3097); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3098); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3099); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3100); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3101); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3102); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3103); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3104); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3105); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3106); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3107); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3108); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3109); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3110); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3111); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 819); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 819); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3113); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3114); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3115); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3116); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3117); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3118); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3119); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3120); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3121); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3122); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3123); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3124); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3125); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3126); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3127); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3128); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3129); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3130); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3131); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3132); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3133); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3134); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3135); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3136); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3137); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3138); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3139); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3140); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3141); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3142); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3143); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3144); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3145); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3146); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3147); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 345); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 345); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3149); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3150); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3151); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3152); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3153); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3154); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3155); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3156); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3157); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3158); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3159); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3160); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3161); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3162); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3163); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3164); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3165); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3166); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3167); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3168); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3169); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 821); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 821); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3171); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3172); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3173); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3174); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3175); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3176); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3177); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3178); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3179); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3180); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3181); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3182); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3183); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3184); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3185); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3186); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3187); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 822); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 822); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3189); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3190); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3191); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3192); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3193); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3194); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3195); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3196); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3197); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3198); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3199); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3200); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3201); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3202); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3203); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3204); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 149); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 149); + _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 633); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3205); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 636); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 642); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3206); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3207); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3208); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3209); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3210); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3211); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3212); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3213); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3214); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3215); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3216); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3217); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3218); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3219); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3220); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3221); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3222); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3223); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3224); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3225); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3226); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3227); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3228); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3229); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 823); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 823); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3231); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3232); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3233); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3234); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3235); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3236); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3237); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3238); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3239); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3240); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3241); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3242); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3243); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3244); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3245); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3246); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3247); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3248); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3249); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3250); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 824); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 824); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3252); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3253); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3254); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3255); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3256); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3257); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3258); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3259); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3260); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3261); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3262); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3263); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3264); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3265); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3266); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3267); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3268); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3269); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 825); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 825); + _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3271); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3272); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3273); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3274); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3275); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3276); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3277); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3278); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3279); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3280); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3281); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3282); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3283); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3284); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3285); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3286); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3287); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3288); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3289); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3290); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 826); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 826); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3292); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3293); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3294); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3295); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3296); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3297); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3298); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3299); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3300); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3301); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3302); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3303); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3304); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3305); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3306); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 3307); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3308); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3309); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3310); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3311); + _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", 737); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3312); + _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 739); + _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 742); + _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3313); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3314); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3315); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3316); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3317); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3318); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3319); + _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3320); + _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3321); + _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3322); + _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3323); + _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3324); + _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3325); + _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3326); + _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3327); + _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3328); + _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3329); + _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3330); + _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3331); + _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3332); + _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3333); + _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3334); + _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3335); + _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3336); + _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3337); + _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3338); + _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3339); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 149); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 149); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 746); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3340); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 753); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 754); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3341); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3342); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3343); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3344); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3345); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3346); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3347); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3348); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3349); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3350); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3351); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3352); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3353); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3354); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3355); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3356); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3357); + _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3358); + _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3359); + _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3360); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3361); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3362); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3363); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3364); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 345); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 345); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3365); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3366); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3367); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3368); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3369); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3370); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3371); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3372); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3373); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3374); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3375); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3376); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3377); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3378); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3379); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3380); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3381); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3382); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3383); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3384); + _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", 768); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3385); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 769); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 770); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3386); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3387); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3388); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3389); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3390); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3391); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3392); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3393); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3394); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3395); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3396); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3397); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3398); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3399); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3400); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3401); + _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3402); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3403); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3404); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3405); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3406); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3407); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3408); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3409); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing15", 827); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing16", 827); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3411); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3412); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3413); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3414); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3415); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect17", 3416); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3417); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3418); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3419); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3420); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3421); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3422); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3423); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3424); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3425); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3426); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3427); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing16", 828); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing17", 828); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3429); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3430); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3431); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3432); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3433); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3434); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3435); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3436); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3437); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3438); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect18", 3439); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3440); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3441); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3442); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3443); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3444); + _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3445); + _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3446); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3447); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3448); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 3449); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3450); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3451); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3452); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3453); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing17", 829); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing18", 829); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3455); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3456); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3457); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3458); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3459); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3460); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect19", 3461); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3462); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3463); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3464); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3465); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3466); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3467); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3468); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3469); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3470); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3471); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3472); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3473); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing18", 830); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing19", 830); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3475); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3476); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3477); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3478); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect20", 3479); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3480); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3481); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3482); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3483); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3484); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3485); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3486); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3487); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3488); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3489); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3490); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing19", 831); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing20", 831); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3492); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3493); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3494); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3495); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3496); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3497); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect21", 3498); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3499); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3500); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3501); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3502); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3503); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3504); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 3505); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3506); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3507); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3508); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3509); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing20", 832); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing21", 832); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3511); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3512); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3513); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3514); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3515); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3516); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3517); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3518); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect22", 3519); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3520); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3521); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3522); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3523); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3524); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3525); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3526); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 3527); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3528); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3529); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3530); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3531); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3532); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3533); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3534); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3535); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing21", 833); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing22", 833); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3537); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3538); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3539); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3540); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3541); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3542); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3543); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3544); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3545); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3546); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3547); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect23", 3548); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 3549); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 3550); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 3551); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3552); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3553); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3554); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3555); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3556); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3557); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3558); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3559); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing22", 834); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing23", 834); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3561); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3562); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3563); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3564); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3565); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3566); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect24", 3567); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 3568); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 3569); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 3570); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3571); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3572); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3573); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3574); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3575); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3576); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3577); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 3578); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3579); _instance_0_u(A._EntitiesListTileState.prototype, "get$_entity_list_tile$_onLongPress", "_entity_list_tile$_onLongPress$0", 0); _instance_0_u(A._EntityDropdownState.prototype, "get$_onFocusChanged", "_onFocusChanged$0", 0); _instance_0_u(_ = A._FormColorPickerState.prototype, "get$_color_picker$_onChanged", "_color_picker$_onChanged$0", 0); @@ -493637,24 +509092,26 @@ _instance_0_u(A._DurationPickerState.prototype, "get$_duration_picker$_onFoucsChanged", "_duration_picker$_onFoucsChanged$0", 0); _instance_0_u(A._GrowableFormFieldState.prototype, "get$_growable_form_field$_onFoucsChanged", "_growable_form_field$_onFoucsChanged$0", 0); _instance_0_u(A._TimePickerState.prototype, "get$_time_picker$_onFoucsChanged", "_time_picker$_onFoucsChanged$0", 0); - _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3516); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3580); _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", 3517); - _instance_1_u(A.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 41); - _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2238); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2239); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3581); + _instance_1_u(A.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 43); + _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2274); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2275); _instance_0_u(_ = A._SortArrowState0.prototype, "get$_app_data_table$_rebuild", "_app_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2241); + _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2277); _instance_0_u(_ = A.AppPaginatedDataTableState.prototype, "get$_app_paginated_data_table$_handleDataSourceChanged", "_app_paginated_data_table$_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handlePrevious", "_app_paginated_data_table$_handlePrevious$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handleNext", "_app_paginated_data_table$_handleNext$0", 0); _instance_0_u(_ = A._WindowManagerState.prototype, "get$onWindowResize", "onWindowResize$0", 0); _instance_0_u(_, "get$onWindowClose", "onWindowClose$0", 0); _instance_0_u(A._LoginState.prototype, "get$_submitForm", "_submitForm$0", 0); - _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3518); - _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3519); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3520); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3582); + _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 3583); + _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 3584); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3585); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3586); _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); @@ -493662,163 +509119,163 @@ _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", 628); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3521); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3522); + _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 663); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3587); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3588); _instance_0_u(A._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); _instance_0_u(A._LimitEditorState.prototype, "get$_onTextChange", "_onTextChange$0", 0); _instance_0_u(A._FeesEditorState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); - _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3523); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3524); - _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2345); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3589); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3590); + _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2386); _instance_0_u(_ = A._DashboardScreenState.prototype, "get$onScrollListener", "onScrollListener$0", 0); _instance_0_u(_, "get$onTabListener", "onTabListener$0", 0); - _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3525); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3526); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3527); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3591); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3592); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3593); _instance(_ = A._DesignEditState.prototype, "get$_design_edit$_onChanged", 0, 0, function() { return {debounce: true}; - }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2383, 0, 0); + }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2424, 0, 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2384); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3528); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3529); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2425); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3594); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3595); _instance_0_u(A._DocumentEditState.prototype, "get$_document_edit$_onChanged", "_document_edit$_onChanged$0", 0); _instance_0_u(A.ExpenseEditDetailsState.prototype, "get$_expense_edit_details$_onChanged", "_expense_edit_details$_onChanged$0", 0); _instance_0_u(A.ExpenseEditNotesState.prototype, "get$_expense_edit_notes$_onChanged", "_expense_edit_notes$_onChanged$0", 0); _instance_0_u(A.ExpenseEditSettingsState.prototype, "get$_expense_edit_settings$_onChanged", "_expense_edit_settings$_onChanged$0", 0); - _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3530); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3531); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3596); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3597); _instance_0_u(A._ExpenseViewState.prototype, "get$_expense_view$_onTabChanged", "_expense_view$_onTabChanged$0", 0); _instance_0_u(A._ExpenseCategoryEditState.prototype, "get$_expense_category_edit$_onChanged", "_expense_category_edit$_onChanged$0", 0); - _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3532); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3533); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3598); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3599); _instance_0_u(A._GroupEditState.prototype, "get$_group_edit$_onChanged", "_group_edit$_onChanged$0", 0); - _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3534); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3535); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3600); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3601); _instance_0_u(A.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_0_u(A.InvoiceEditDetailsState.prototype, "get$_invoice_edit_details$_onChanged", "_invoice_edit_details$_onChanged$0", 0); _instance_0_u(A.ItemEditDetailsState.prototype, "get$_invoice_edit_items$_onTextChanged", "_invoice_edit_items$_onTextChanged$0", 0); _instance_0_u(A.InvoiceEditNotesState.prototype, "get$_invoice_edit_notes$_onChanged", "_invoice_edit_notes$_onChanged$0", 0); - _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3536); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3537); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3602); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3603); _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(A._PaymentableEditorState.prototype, "get$_payment_edit$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 604, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3538); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3539); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 722, 0, 0); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3604); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3605); _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"], 604, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 722, 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", 3540); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3541); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3606); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3607); _instance_0_u(A._ProductEditState.prototype, "get$_product_edit$_onChanged", "_product_edit$_onChanged$0", 0); - _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3542); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3543); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3608); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3609); _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); - _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3544); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3545); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3610); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3611); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 3546); - _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 3547); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3548); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3549); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3550); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3551); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3552); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3553); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3554); + _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 3612); + _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 3613); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3614); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3615); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3616); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3617); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3618); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3619); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3620); _instance_0_u(_ = A._AccountManagementState.prototype, "get$_onTabChanged", "_onTabChanged$0", 0); _instance_0_u(_, "get$_account_management$_onChanged", "_account_management$_onChanged$0", 0); - _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3555); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3621); _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); - _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3556); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3622); _instance_0_u(_ = A._CompanyDetailsState.prototype, "get$_company_details$_onTabChanged", "_company_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_onSettingsChanged", "_onSettingsChanged$0", 0); - _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3557); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3623); _instance_0_u(A._CreditCardsAndBanksState.prototype, "get$_credit_cards_and_banks$_onChanged", "_credit_cards_and_banks$_onChanged$0", 0); - _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3558); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3624); _instance_0_u(A._CustomFieldsState.prototype, "get$_custom_fields$_onTabChanged", "_custom_fields$_onTabChanged$0", 0); _instance_0_u(A._CustomFormFieldState.prototype, "get$_custom_fields$_onChanged", "_custom_fields$_onChanged$0", 0); - _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3559); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3625); _instance_0_u(A._DataVisualizationsState.prototype, "get$_data_visualizations$_onChanged", "_data_visualizations$_onChanged$0", 0); - _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3560); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3626); _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", 3561); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3627); _instance_0_u(A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3562); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3563); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3628); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3629); _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", 30); + _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 31); _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", 3564); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3565); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3630); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3631); _instance_0_u(A._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); - _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3566); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3632); _instance_0_u(_ = A._LocalizationSettingsState.prototype, "get$_localization_settings$_onTabChanged", "_localization_settings$_onTabChanged$0", 0); _instance_0_u(_, "get$_localization_settings$_onChanged", "_localization_settings$_onChanged$0", 0); - _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3567); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3633); _instance_0_u(A._PaymentSettingsState.prototype, "get$_payment_settings$_onChanged", "_payment_settings$_onChanged$0", 0); - _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 3568); + _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 3634); _instance_0_u(A._ProductSettingsState.prototype, "get$_product_settings$_onChanged", "_product_settings$_onChanged$0", 0); - _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3569); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3570); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3571); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3635); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3636); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3637); _instance_0_u(A._SettingsWizardState.prototype, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(A._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3572); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3573); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3638); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3639); _instance_0_u(_ = A._TemplatesAndRemindersState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); _instance_0_u(_, "get$_templates_and_reminders$_onTabChanged", "_templates_and_reminders$_onTabChanged$0", 0); _instance_0_u(A._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3574); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3640); _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", 30); - _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3575); + _instance_1_u(_, "get$_user_details$_onSavePressed", "_user_details$_onSavePressed$1", 31); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3641); _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", 3576); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3642); _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); - _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3577); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3578); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3643); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3644); _instance_0_u(A._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); _instance_0_u(A._TaskEditDetailsState.prototype, "get$_task_edit_details$_onChanged", "_task_edit_details$_onChanged$0", 0); _instance_0_u(A._KanbanStatusCardState.prototype, "get$_kanban_status$_onSavePressed", "_kanban_status$_onSavePressed$0", 0); - _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3579); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3580); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3581); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3645); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3646); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3647); _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); - _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3582); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3583); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3648); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3649); _instance_0_u(A._TaxRateEditState.prototype, "get$_tax_rate_edit$_onChanged", "_tax_rate_edit$_onChanged$0", 0); - _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3584); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3585); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3650); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3651); _instance_0_u(A._TokenEditState.prototype, "get$_token_edit$_onChanged", "_token_edit$_onChanged$0", 0); - _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3586); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3587); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3652); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3653); _instance_0_u(A._UserEditState.prototype, "get$_user_edit$_onChanged", "_user_edit$_onChanged$0", 0); - _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3588); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3589); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3654); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3655); _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_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", 3590); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3591); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3656); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3657); _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", 628); + _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 663); _instance_0_u(A._WebhookEditState.prototype, "get$_webhook_edit$_onChanged", "_webhook_edit$_onChanged$0", 0); - _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3592); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3593); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3658); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3659); _instance_0_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onChanged", "_super_editor$_onChanged$0", 0); _instance_0_u(_, "get$_hideOrShowToolbar", "_hideOrShowToolbar$0", 0); _instance_0_u(_, "get$_hideEditorToolbar", "_hideEditorToolbar$0", 0); @@ -493826,48 +509283,48 @@ _instance_0_u(_, "get$_copy", "_copy$0", 0); _instance_0_u(_, "get$_super_editor$_paste", "_super_editor$_paste$0", 0); _instance_0_u(_, "get$_selectAll", "_selectAll$0", 0); - _instance_1_u(_ = A._EditorToolbarState.prototype, "get$_convertTextToNewType", "_convertTextToNewType$1", 2837); + _instance_1_u(_ = A._EditorToolbarState.prototype, "get$_convertTextToNewType", "_convertTextToNewType$1", 2877); _instance_0_u(_, "get$_toolbar0$_toggleBold", "_toolbar0$_toggleBold$0", 0); _instance_0_u(_, "get$_toolbar0$_toggleItalics", "_toolbar0$_toggleItalics$0", 0); _instance_0_u(_, "get$_toolbar0$_toggleStrikethrough", "_toolbar0$_toggleStrikethrough$0", 0); _instance_0_u(_, "get$_onLinkPressed", "_onLinkPressed$0", 0); _instance_0_u(_ = A._ImageFormatToolbarState.prototype, "get$_makeImageConfined", "_makeImageConfined$0", 0); _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); - _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 2850); + _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 2890); _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 42); - _instance_1_i(_ = A.ImageHandler.prototype, "get$build", "build$1", 81); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 501, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 501, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 501, 0, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2859, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 577, 0, 0); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3594); + _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 79); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 520, 0, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 520, 0, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 520, 0, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2899, 0, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 684, 0, 0); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3660); _instance_0_u(_ = A._PinputState.prototype, "get$_handleTextEditingControllerChanges", "_handleTextEditingControllerChanges$0", 0); - _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 493); + _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 451); _instance_0_u(_, "get$_pinput$_handleSelectionHandleTapped", "_pinput$_handleSelectionHandleTapped$0", 0); - _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 2866, 0, 0); + _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 2906, 0, 0); _instance_0_u(_, "get$_semanticsOnTap", "_semanticsOnTap$0", 0); _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 153); _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 84); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 204); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 283); - _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 734, 0, 0); - _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 734, 0, 0); - _instance_0_u(A._PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 2876); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 225); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 324); + _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 791, 0, 0); + _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 791, 0, 0); + _instance_0_u(A._PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 2916); _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"], 2879, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2919, 0, 0); _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 0); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 0); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 0); - _instance_1_i(A.Subject.prototype, "get$add", "add$1", 37); - _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 37); - _instance_2_i(_, "get$onError", "onError$2", 126); + _instance_1_i(A.Subject.prototype, "get$add", "add$1", 38); + _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 38); + _instance_2_i(_, "get$onError", "onError$2", 132); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 37); - _instance_2_i(_, "get$onError", "onError$2", 126); + _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 38); + _instance_2_i(_, "get$onError", "onError$2", 132); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(A.ScreenRetriever.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 281); + _instance_1_u(A.ScreenRetriever.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 241); _static(A, "sentry_options__noOpLogger$closure", 2, function() { return {exception: null, logger: null, stackTrace: null}; }, ["call$5$exception$logger$stackTrace", "call$2", "call$4$exception$stackTrace", "call$3$stackTrace"], ["noOpLogger", function(level, message) { @@ -493876,69 +509333,69 @@ return A.noOpLogger(level, message, exception, null, stackTrace); }, function(level, message, stackTrace) { return A.noOpLogger(level, message, null, null, stackTrace); - }], 3595, 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 283); - _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 2895, 0, 0); + }], 3661, 0); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 324); + _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 2936, 0, 0); _instance_0_i(_ = A.InjectedImp.prototype, "get$initialize", "initialize$0", 0); _instance_0_u(_, "get$notify", "notify$0", 0); - _instance_0_i(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); + _instance_0_u(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.MutableDocument.prototype, "get$_forwardNodeChange", "_forwardNodeChange$0", 0); + _instance_0_u(A._CaretDocumentOverlayState.prototype, "get$_document_caret_overlay$_onSelectionChange", "_document_caret_overlay$_onSelectionChange$0", 0); _instance_0_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 94); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 93); _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 84); _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 84); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 83); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 75); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 107); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 90); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 77); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 111); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 102); + _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 425); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); - _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 474); - _instance_1_u(_, "get$_document_gestures_mouse$_onTick", "_document_gestures_mouse$_onTick$1", 91); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "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$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 94); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 93); _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 84); _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 84); - _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 2912); - _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 727); + _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 2957); + _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 802); _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", 83); - _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 83); - _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 83); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 75); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 107); + _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 90); + _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 90); + _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 90); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 77); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 111); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); - _instance_0_i(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); + _instance_0_u(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); _instance_0_u(_ = A._IOSDocumentTouchInteractorState.prototype, "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$_onSelectionChange", "_onSelectionChange$0", 0); _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 94); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 94); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 94); - _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 83); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 75); - _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 107); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 93); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 93); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 93); + _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 461); + _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 90); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 77); + _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 111); _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", 727); + _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 802); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); _instance_0_u(_ = A._IosDocumentTouchEditingControlsState.prototype, "get$_onEditingControllerChange", "_onEditingControllerChange$0", 0); _instance_0_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$0", 0); _instance_0_u(_ = A._DocumentImeInteractorState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); _instance_0_u(_, "get$_onComposerChange", "_onComposerChange$0", 0); _instance_0_u(_, "get$_onClientWantsDifferentImeConfiguration", "_onClientWantsDifferentImeConfiguration$0", 0); - _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 357); + _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 305); _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); @@ -493951,60 +509408,65 @@ _instance_0_u(_, "get$_convertToBlockquote", "_convertToBlockquote$0", 0); _instance_0_u(_, "get$_convertToHr", "_convertToHr$0", 0); _instance_0_u(_, "get$_closeKeyboard", "_closeKeyboard$0", 0); - _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 357); - _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 97); - _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 696, 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"], 696, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 267); + _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 305); + _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", 19); + _instance_0_u(_ = A.DocumentSelectionOnFocusMixin.prototype, "get$_document_selection_on_focus_mixin$_onFocusChange", "_document_selection_on_focus_mixin$_onFocusChange$0", 0); + _instance_0_u(_, "get$_document_selection_on_focus_mixin$_onSelectionChange", "_document_selection_on_focus_mixin$_onSelectionChange$0", 0); + _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 103); + _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 807, 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"], 807, 0, 0); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 234); _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", 3596); - _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 3597); - _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3598); + _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 3662); + _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 3663); + _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3664); _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["tabToIndentListItem", function() { return A.tabToIndentListItem(null, null); - }], 63, 0); + }], 56, 0); _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["shiftTabToUnIndentListItem", function() { return A.shiftTabToUnIndentListItem(null, null); - }], 63, 0); + }], 56, 0); _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToUnIndentListItem", function() { return A.backspaceToUnIndentListItem(null, null); - }], 63, 0); + }], 56, 0); _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInParagraph", function() { return A.anyCharacterToInsertInParagraph(null, null); - }], 63, 0); + }], 56, 0); _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToClearParagraphBlockType", function() { return A.backspaceToClearParagraphBlockType(null, null); - }], 63, 0); + }], 56, 0); _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["enterToInsertBlockNewline", function() { return A.enterToInsertBlockNewline(null, null); - }], 63, 0); - _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3600); - _instance_0_u(_ = A._SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); + }], 56, 0); + _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3666); + _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); _instance_0_u(_, "get$_updateComposerPreferencesAtSelection", "_updateComposerPreferencesAtSelection$0", 0); _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInTextContent", function() { return A.anyCharacterToInsertInTextContent(null, null); - }], 63, 0); + }], 56, 0); _static(A, "text__deleteToRemoveDownstreamContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteToRemoveDownstreamContent", function() { return A.deleteToRemoveDownstreamContent(null, null); - }], 63, 0); + }], 56, 0); _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["shiftEnterToInsertNewlineInBlock", function() { return A.shiftEnterToInsertNewlineInBlock(null, null); - }], 63, 0); - _instance_0_i(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A._TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 267); + }], 56, 0); + _instance_0_u(A.TextNode.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 234); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); - _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 91); - _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 102); - _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 2933); + _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 100); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 109); + _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 2979); _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); - _static_2(A, "magnifier___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 3601); - _instance_0_i(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 24); + _static_2(A, "magnifier___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 3667); + _instance_0_u(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); + _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 19); _instance_0_u(A.SuperTextState.prototype, "get$_invalidateParagraph", "_invalidateParagraph$0", 0); - _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 695); - _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 695); + _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 811); + _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 811); _instance_1_u(_ = A._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -494020,74 +509482,80 @@ _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", 281); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 821); - _static_0(A, "clock__systemTime$closure", "systemTime", 305); + _instance_1_u(A.WindowManager0.prototype, "get$_window_manager$_methodCallHandler", "_window_manager$_methodCallHandler$1", 241); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 789); + _static_0(A, "clock__systemTime$closure", "systemTime", 349); _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) { return A.compute(callback, message, null, $Q, $R); - }], 3602, 0); + }], 3668, 0); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 3603, 0); + }], 3669, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 722); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 722); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3605); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3606); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3607); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3608); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 3609); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 657); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 657); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3671); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3672); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3673); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3674); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 3675); _static_1(A, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 12); - _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 305); + _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 349); _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["doNothingWhenThereIsNoSelection", function() { return A.doNothingWhenThereIsNoSelection(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["pasteWhenCmdVIsPressed", function() { return A.pasteWhenCmdVIsPressed(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["selectAllWhenCmdAIsPressed", function() { return A.selectAllWhenCmdAIsPressed(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["copyWhenCmdCIsPressed", function() { return A.copyWhenCmdCIsPressed(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cutWhenCmdXIsPressed", function() { return A.cutWhenCmdXIsPressed(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cmdBToToggleBold", function() { return A.cmdBToToggleBold(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cmdIToToggleItalics", function() { return A.cmdIToToggleItalics(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterOrDestructiveKeyToDeleteSelection", function() { return A.anyCharacterOrDestructiveKeyToDeleteSelection(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__backspaceToRemoveUpstreamContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToRemoveUpstreamContent", function() { return A.backspaceToRemoveUpstreamContent(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveUpDownLeftAndRightWithArrowKeys", function() { return A.moveUpDownLeftAndRightWithArrowKeys(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineStartOrEndWithCtrlAOrE", function() { return A.moveToLineStartOrEndWithCtrlAOrE(null, null); - }], 63, 0); + }], 56, 0); + _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineStartWithHome", function() { + return A.moveToLineStartWithHome(null, null); + }], 56, 0); + _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineEndWithEnd", function() { + return A.moveToLineEndWithEnd(null, null); + }], 56, 0); _static(A, "document_keyboard_actions__deleteLineWithCmdBksp$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteLineWithCmdBksp", function() { return A.deleteLineWithCmdBksp(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__deleteWordWithAltBksp$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteWordWithAltBksp", function() { return A.deleteWordWithAltBksp(null, null); - }], 63, 0); + }], 56, 0); _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["collapseSelectionWhenEscIsPressed", function() { return A.collapseSelectionWhenEscIsPressed(null, null); - }], 63, 0); + }], 56, 0); _static(A, "uuid_util_UuidUtil_mathRNG$closure", 0, function() { return {seed: -1}; }, ["call$1$seed", "call$0"], ["UuidUtil_mathRNG", function() { return A.UuidUtil_mathRNG(-1); - }], 2406, 0); + }], 2450, 0); })(); (function inheritance() { var _mixin = hunkHelpers.mixin, @@ -494095,39 +509563,53 @@ _inherit = hunkHelpers.inherit, _inheritMany = hunkHelpers.inheritMany; _inherit(A.Object, null); - _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.ViewListDiffResult, A.FontFallbackData, A.NotoFont, A.CodeunitRange, A._ResolvedNotoFont, A._ResolvedNotoSubset, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, 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.CkPictureRecorder, A.Rasterizer, 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.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.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.EngineGradient, A.EngineImageFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.Keyboard, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.PlatformDispatcher, A.PlatformViewManager, A.PlatformViewMessageHandler, A.PointerBinding, A.PointerSupportDetector, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.RoleManager, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A.DefaultTextEditingStrategy, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A.UnicodeRange, A.UnicodePropertyLookup, A._FindBreakDirection, A.BrowserAutofillHints, 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.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.Iterator, 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._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.BidirectionalIterator, 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._Html5NodeValidator, A.ImmutableListMixin, A.NodeValidatorBuilder, A._SimpleNodeValidator, A._SvgNodeValidator, A.FixedSizeListIterator, A.Console, A._DOMWindowCrossFrame, A._SameOriginUriPolicy, A._ValidatingTreeSanitizer, A._StructuredClone, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, 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.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.AccessibilityFeatures, 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.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A.Listenable, A.WindowButtonColors, A.PlatformInterface, A.DesktopWindow, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, 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.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement0, 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.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.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.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._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.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._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._LerpProperties4, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._LerpProperties3, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, 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._MaterialStatePropertyWith, A._MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._LerpProperties2, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A._LerpProperties1, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._LerpProperties5, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._LerpProperties0, A._TabBarTheme_Object_Diagnosticable, A._LerpColors, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._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.BorderSide, 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._TextStyle_Object_Diagnosticable, 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._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, 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.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.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.TextEditingDelta, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.SelectionRect, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._Action_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._TextBoundary, A._UndoStack, 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.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A._EdgeDraggingAutoScroller, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, 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.GoogleSignInPlatform, 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.ExifData, A.DecodeInfo, A.Decoder, A.PngFrame, A.Image0, A.ImageException, A.InputBuffer, A.ImageCropper, A.CroppedFileBase, A.ImagePicker, A.ImageResizer, 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.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A.DashboardField, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.SettingsEntity, A._$SettingsEntitySerializer, A.SettingsEntityBuilder, 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.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.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.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.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, 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.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.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.SettingsUIState, A._$UserCompanyStateSerializer, A._$SettingsUIStateSerializer, A.UserCompanyStateBuilder, A.SettingsUIStateBuilder, 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.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.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.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.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.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.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnecOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, 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.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.DataRow0, A.DataCell0, A.LoginVM, 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.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.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.PersistUIDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.BlockSyntax, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions, A.PublicClientApplication, A.CommonEndSessionRequest, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.Permission, A.PinTheme, A.PinputUtilsMixin, A.Platform0, A.PdfRaster, A.Mutex, A.PdfPreviewActionBounds, 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.Platform1, A.PlatformChecker, A.Breadcrumb, A.SentryLevel, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SmartAuth, A.SmsCodeResult, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.InjectedBaseState, A._Rebuild, A.ReactiveModelBase, A.ReactiveModelListener, A.SnapState, A.MiddleSnapState, A.LifeCycleHooks, A.SideEffects, A._On, A._OnWidget, A.On, A.OnCombined, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.MovementModifier, A.DocumentSelection, A.DocumentNodeSelection, 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.AxisOffset, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._FloatingCursorController_Object_ChangeNotifier, A.DocumentImeSerializer, A.ImeConfiguration, A.SoftwareKeyboardHandler, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A.SingleColumnLayoutComponentStyles, A.ListItemComponentBuilder, A.IndentListItemCommand, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.ConvertParagraphToListItemCommand, A.ChangeListItemTypeCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.DebugPaintConfig, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A._TapTracker0, A._CountdownZoned0, A.Platform, 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.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.WebViewConfiguration, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, 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.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder_submitFrame_closure0, A.HtmlViewEmbedder__updateOverlays_closure, A.FontFallbackData_ensureFontsSupportText_closure, A._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_closure, 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.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__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.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, 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._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._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.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.FontManager__loadFontFace_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_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._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.Element_Element$html_closure, A.Entry_remove_closure0, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.NodeValidatorBuilder_allowsElement_closure, A.NodeValidatorBuilder_allowsAttribute_closure, A._SimpleNodeValidator_closure, A._SimpleNodeValidator_closure0, A._TemplatingNodeValidator_closure, A._convertDartToNative_Value_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.JsObject__convertDataTree__convert, 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.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_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.MinimizeWindowButton_closure, A.MaximizeWindowButton_closure, A.CloseWindowButton_closure, A._MoveWindow_build_closure0, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.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._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.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.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_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._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_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_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._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor__resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_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.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A.ScaffoldState_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__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, 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.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_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__extractPlaceholderSpans_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._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_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._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.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_drawFrame_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_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_visit, 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._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.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._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.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._PlatformViewLinkState__initialize_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_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.ScrollNotificationObserverState_build_closure, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, 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.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__markNeedsBuild_closure, 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.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_init_closure, A.GoogleSignInPlugin_init_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.countSiblingEl_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.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.DateSymbols_DateSymbols$deserializeFromMap__getStringList, 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_supportsRefunds_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_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_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, 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._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.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.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__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, 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_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, 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_closure, 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__closure7, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure0, A.userCompanyEntityReducer__closure, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.loadCompanySuccessReducer_closure1, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure, 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._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_closure2, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, 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._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._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_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._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._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._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._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._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._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._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.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._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_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, 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._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__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer___closure3, A.editingReducer__closure46, A.editingReducer__closure45, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_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_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, 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._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._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, 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._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__closure0, A.handleProductAction_closure1, 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._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__closure56, 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_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_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._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._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._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_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, 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._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.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_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, 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._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._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.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._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._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_closure2, A.handleRecurringInvoiceAction_closure3, 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._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._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._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._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__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__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, 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.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._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._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._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_closure1, 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._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._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._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.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__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._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._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._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._updateVendor_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._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.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure5, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build__closure, A.EditScaffold_build_closure8, 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__closure0, 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_closure0, 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_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_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, A._ListFilterState_build__closure1, A.ListScaffold_build_closure1, A.ListScaffold_build_closure5, 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__closure3, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, 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__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A._SmsVerificationState__sendCode_closure0, A._SmsVerificationState__sendCode_closure1, A._SmsVerificationState__verifyCode_closure0, A._SmsVerificationState__verifyCode_closure1, A._SmsVerificationState_build_closure, A._SmsVerificationState_build_closure0, A._SmsVerificationState_build_closure1, A._SmsVerificationState_build_closure2, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, 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__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, 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._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_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.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_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, 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__closure0, A.ClientEditDetailsState_build_closure1, 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_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, 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__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, 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_closure4, A._DashboardDateRangePickerState_build_closure5, 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__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.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_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, 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__closure0, 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__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_closure, A._VendorContactListTile_build_closure, 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__closure17, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, 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_closure26, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure30, 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__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, 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____closure0, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, 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.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_build_closure, 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_closure7, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure11, A._PaymentEditState_build_closure13, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure12, A._PaymentEditState_build_onSavePressed, A._PaymentEditState_build_closure16, 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.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_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, 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__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_closure4, A._ProductEditState_build_closure5, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure3, A._ProductEditState_build_closure1, A._ProductEditState_build__closure2, A._ProductEditState_build_closure2, A._ProductEditState_build__closure1, A._ProductEditState_build_closure3, A._ProductEditState_build__closure0, 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_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, 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_closure1, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure3, A._ProjectEditState_build__closure2, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure1, A._ProjectEditState_build__closure5, 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_closure0, 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_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, 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_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.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._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___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_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, 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.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_closure5, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, 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.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, 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__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure22, A.ReportsScreen_build_closure24, 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_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, 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.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure1, A.vendorReport_closure3, A.vendorReport_closure4, 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_closure1, A._AccountOverview_build__closure5, A._AccountOverview_build_closure2, A._AccountOverview_build__closure4, A._AccountOverview_build_closure3, A._AccountOverview_build__closure3, A._AccountOverview_build_closure4, 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_closure20, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure19, 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_closure1, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build_closure21, 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__closure7, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure19, 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_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, 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_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, 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__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__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, 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.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__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, 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.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__closure7, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure, A.NumberOfRatesSelector_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, 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_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____closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure5, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure8, 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_closure24, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, 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__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, 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_closure1, A.TimeEditDetailsState_build_closure3, 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__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, 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_closure1, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build__closure1, 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.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, 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_closure1, A._TokenEditState_build_closure, A._TokenEditState_build__closure0, 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._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_closure13, A._UserEditState_build_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure9, A._UserEditState_build_closure3, A._UserEditState_build__closure8, A._UserEditState_build__closure7, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A._UserEditState_build__closure6, 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__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_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure0, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, 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_closure1, 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._extension_0__encodeLinkMarker_closure, A._extension_0_toMarkdown_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._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, 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__buildToolbar_closure, A._EditorToolbarState__buildToolbar_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_closure2, A._PinputState__buildPinput_closure3, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields__onlyFields_closure, A._PinputFormField_closure, A._PinputCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_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.Subject_addStream_closure, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.SmsCodeResult_SmsCodeResult$fromSms__extractCode, 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.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand_execute_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, 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__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputerTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure]); - _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AssetManager__baseUrl_closure0, 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.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__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.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_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.EnginePlatformDispatcher__addFontSizeObserver_closure0, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_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._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__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.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_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.MinimizeWindowButton_closure0, A.MaximizeWindowButton_closure0, A._MoveWindow_build_closure, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_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_closure, A.ScaleGestureRecognizer__reconfigure_closure0, 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.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_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_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, 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._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_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__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_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.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__debugReportException_closure, A.RenderObject_invokeLayoutCallback_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__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.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic__tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__cursorTick_closure, 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._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.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dragReset_closure, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, 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.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__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._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.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.main_closure1, A.main_closure2, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_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.AppTitleBar_build_closure, A.AppTitleBar_build__closure, 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.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure9, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EditScaffold_build_closure3, A.EditScaffold_build_closure4, 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__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_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, 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__closure5, A.ListScaffold_build_closure, A.ListScaffold_build_closure0, A.ListScaffold_build__closure0, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build_closure6, A.ListScaffold_build_closure4, 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_closure9, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, 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__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, 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___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._SmsVerificationState__sendCode_closure, A._SmsVerificationState__sendCode__closure0, A._SmsVerificationState__sendCode__closure, A._SmsVerificationState__verifyCode_closure, A._SmsVerificationState__verifyCode__closure0, A._SmsVerificationState__verifyCode__closure, A._SmsVerificationState_build_closure3, A._SmsVerificationState_build_closure4, A._SmsVerificationState_build_closure5, A._SmsVerificationState_build_closure6, 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_closure0, A._SortArrowState__rebuild_closure0, 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._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__init_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_closure, A._LoginState_build_closure0, A._LoginState_build__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, 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__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, 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._ClientViewState_build_closure, 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._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, 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_closure8, 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_closure0, 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.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_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build__closure, 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._GroupEditState_build__closure, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure8, 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__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._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_onSavePressed_closure, A._PaymentEditState_build_closure14, A._PaymentEditState_build_closure15, 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_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, 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._ProductEditState_build__closure, 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_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A._ProjectEditState_build__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, 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.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure2, A._QuoteEditState_build_closure, 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_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, 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__closure5, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, 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._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure5, 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.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__onSavePressed_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure9, A._ClientPortalState_build_closure11, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure12, 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_closure14, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build_closure21, A.DeviceSettingsVM_fromStore_closure18, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, 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__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, 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__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, 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_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, 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_closure, 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._TaskSettingsState_build_closure9, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, 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._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState__onSavePressed_closure, 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__closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, 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__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, 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._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A._TaskStatusEditState_build__closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusListVM_fromStore_closure1, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, 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._TokenEditState_build__closure, 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._UserEditState__onChanged_closure0, A._UserEditState_build__closure, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure0, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, 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_closure4, A.VendorContactEditDetailsState_build_closure5, 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_closure, 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._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure1, 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.PersistUIDebouncer_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_closure0, 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.PublicClientApplication_logoutPopup_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.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.Subject_addStream_closure0, 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.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_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__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A._SuperEditorState__createEditContext_closure, A._SuperEditorState__createEditContext_closure0, A._SuperEditorState__buildGestureSystem_closure, A._SuperEditorState__buildGestureSystem_closure0, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A.main_closure0, A.main_closure]); - _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.HtmlViewEmbedder_submitFrame_closure1, 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_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, 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._RootZone_bindBinaryCallbackGuarded_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.MutationObserver_observe_override, 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._ValidatingTreeSanitizer_sanitizeTree_walk, A._StructuredClone_walk_closure, A._StructuredClone_walk_closure0, A._AcceptStructuredClone_walk_closure, A.convertDartToNative_Dictionary_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._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_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.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, 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.OneFrameImageStreamCompleter_closure, 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.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._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._DragItemProxy_build_closure, A.__RestorationScopeState_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.ShortcutManager__indexShortcuts_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_blankRule_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_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, 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__closure109, 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.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, 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.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, 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.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.memoizedGetClientUnappliedPayments_closure, A.getClientUnappliedPayments_closure, A.memoizedGetClientAvailableCredits_closure, A.getClientAvailableCredits_closure, 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.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure0, 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_closure119, 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.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, 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_closure160, 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.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.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, 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_closure179, 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.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, 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_closure94, 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.editingReducer_closure32, 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_closure79, 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.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, 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.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_closure256, 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.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, 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.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure335, 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.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.selectedIdReducer_closure353, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, 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.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, 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_closure193, 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.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, 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.editingReducer_closure139, A.editingReducer_closure140, A.editingReducer_closure141, A.editingReducer_closure142, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.selectedIdReducer_closure384, 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_closure34, 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.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, 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_closure316, 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.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.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.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_closure301, 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.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_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_closure237, 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.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.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.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.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_closure286, 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.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, 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_closure49, 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.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, 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_closure271, 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.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, 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_closure134, 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.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, 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_closure207, 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.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, 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.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_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.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_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.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.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_closure144, 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.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, 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_closure64, 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.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, 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_closure222, 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.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, 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.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, 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._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._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.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, 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_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, 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_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, 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_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, 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_closure25, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, 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_closure6, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, 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_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure4, 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_closure1, 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.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._QuoteEditState_build_closure0, 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_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, 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.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_closure8, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.purchaseOrderReport_closure2, A.lineItemReport_closure2, 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_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, 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.vendorReport_closure2, 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_closure6, 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_closure14, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure16, 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_closure4, A._GeneratedNumbersState_build_closure6, 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._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.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure0, 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____closure7, 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_closure7, A._TaskEditDesktopState_build_closure9, 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_closure2, 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_closure2, A.TaskStatusEditScreen_build_closure, A.TaskStatusListBuilder_build_closure, A.TaskStatusListBuilder_build__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build_closure5, 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._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._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, 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.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildFields_closure, A._PinItem_build_closure, A._PinputCursorState_build_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.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, 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._DocumentMouseInteractorState__buildCursorStyle_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.ListenableBuilder_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._CheckableKind, A.Role, A.AccessibilityMode, A.GestureMode, A.EnabledState, A.LineCharProperty, A.LineBreakType, A._ComparisonResult, A.WordCharProperty, A.TextCapitalization, A.TransformKind, A.ClipOp, A.PathFillType, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.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.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, 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.PopupMenuPosition, A._ActivityIndicatorType, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, 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.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, 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.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.Orientation, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchState, A.AndroidOverscrollIndicator, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.TextSelectionHandleType, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.CropAspectRatioPreset, A.CropStyle, A.ImageCompressFormat, A.CameraDevice, A.ImageSource, A.PluralCase, A.IconPosition, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A._TextType, 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.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.SelectionType, A.SelectionType0, A._DragMode, A.ExecutionInstruction, A.ListItemType, A.DocumentInputSource, A.DocumentGestureMode, A.ViewportEdge, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); + _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.NotoFont, A.CodeunitRange, A._ResolvedNotoFont, A._ResolvedNotoSubset, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, 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.CkPictureRecorder, A.Rasterizer, 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.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.Keyboard, 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.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.FlatTextSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A.UnicodeRange, A.UnicodePropertyLookup, A._FindBreakDirection, A.BrowserAutofillHints, A.CompositionAwareMixin, 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.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._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.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.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.CopyOnWriteList, 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.TextElement0, 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.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.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._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._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, 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._LerpProperties0, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, 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.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, A._LerpColors, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._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.BorderSide, 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._TextStyle_Object_Diagnosticable, 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.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.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.TextEditingDelta, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._TextBoundary, A._UndoStack, 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.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.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, 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.GoogleSignInPlatform, 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.ExifData, A.DecodeInfo, A.Decoder, A.PngFrame, A.Image0, A.ImageException, A.InputBuffer, A.ImageCropper, A.CroppedFileBase, A.ImagePicker, A.ImageResizer, 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.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.BankAccountListResponse, A.BankAccountItemResponse, A._BankAccountEntity_Object_BaseEntity, A._$BankAccountListResponseSerializer, A._$BankAccountItemResponseSerializer, A._$BankAccountEntitySerializer, A.BankAccountListResponseBuilder, A.BankAccountItemResponseBuilder, A.BankAccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A.DashboardField, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.SettingsEntity, A._$SettingsEntitySerializer, A.SettingsEntityBuilder, 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.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.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.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, 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.LoadBankAccountRequest, A.LoadBankAccountFailure, A.LoadBankAccountSuccess, A.LoadBankAccountsRequest, A.LoadBankAccountsFailure, A.LoadBankAccountsSuccess, 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.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.SettingsUIState, A._$UserCompanyStateSerializer, A._$SettingsUIStateSerializer, A.UserCompanyStateBuilder, A.SettingsUIStateBuilder, 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.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.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.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.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.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.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnecOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, 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.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.DataRow0, A.DataCell0, A.LoginVM, A.BankAccountListVM, A.BankAccountScreenVM, 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.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.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.PersistUIDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, 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.BrowserAuthOptions, A.PublicClientApplication, A.CommonEndSessionRequest, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.Permission, A.PinTheme, A.PinputUtilsMixin, A.Platform0, A.PdfRaster, A.Mutex, A.PdfPreviewActionBounds, 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.Platform1, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryLevel, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SmartAuth, A.SmsCodeResult, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.InjectedBaseState, A._Rebuild, A.ReactiveModelBase, A.ReactiveModelListener, A.SnapState, A.MiddleSnapState, A.LifeCycleHooks, A.SideEffects, A._On, A._OnWidget, A.On, A.OnCombined, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, 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.AxisOffset, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._FloatingCursorController_Object_ChangeNotifier, A.DocumentImeSerializer, A.ImeConfiguration, A.SoftwareKeyboardHandler, A._AutoScrollController_Object_ChangeNotifier, A.DocumentSelectionOnFocusMixin, 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.ConvertParagraphToListItemCommand, A.ChangeListItemTypeCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.DebugPaintConfig, A.DefaultCaretOverlayBuilder, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A._TapTracker0, A._CountdownZoned0, A.Platform, 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.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.WebViewConfiguration, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, 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.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._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_loadEventHandler, 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.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__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.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, 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.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_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_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._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.Entry_remove_closure0, 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.JsObject__convertDataTree__convert, 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.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.CachedNetworkImage_build_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._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.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._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_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_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._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor_resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_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.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_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__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, 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.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_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_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._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, 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._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.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_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_visit, 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.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._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.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._PlatformViewLinkState_build_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.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__markNeedsBuild_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.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_init_closure, A.GoogleSignInPlugin_init_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.countSiblingEl_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.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.ImageResizer_loadImage_closure, A.ImageResizer_loadImage_closure0, 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_supportsRefunds_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_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_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, 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._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.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._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._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.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__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, 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_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, 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_closure, 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__closure7, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure0, A.userCompanyEntityReducer__closure, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.loadCompanySuccessReducer_closure1, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure, 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._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_closure2, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, 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._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._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_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._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._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._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._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._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._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._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.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._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_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, 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._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__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer___closure3, A.editingReducer__closure46, A.editingReducer__closure45, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_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_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, 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._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._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, 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._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__closure0, A.handleProductAction_closure1, 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._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__closure56, 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_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_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._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._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_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, 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._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.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_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, 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._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._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.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._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._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_closure2, A.handleRecurringInvoiceAction_closure3, 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._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._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._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._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__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__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, 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.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._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._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._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_closure1, 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._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._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._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.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__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._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._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._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._updateVendor_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._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.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure5, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build__closure, A.EditScaffold_build_closure8, 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__closure0, 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_closure0, 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_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_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, 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__closure3, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, 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__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A._SmsVerificationState__sendCode_closure0, A._SmsVerificationState__sendCode_closure1, A._SmsVerificationState__verifyCode_closure0, A._SmsVerificationState__verifyCode_closure1, A._SmsVerificationState_build_closure, A._SmsVerificationState_build_closure0, A._SmsVerificationState_build_closure1, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, 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__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, 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._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_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_closure7, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, 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_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, 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__closure0, A.ClientEditDetailsState_build_closure1, 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_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, 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__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, 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_closure4, A._DashboardDateRangePickerState_build_closure5, 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__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.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_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, 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__closure0, 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__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_closure, A._VendorContactListTile_build_closure, 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__closure17, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, 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_closure26, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure30, 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__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, 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____closure0, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, 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.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_build_closure, 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_closure7, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure11, A._PaymentEditState_build_closure13, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure12, A._PaymentEditState_build_onSavePressed, A._PaymentEditState_build_closure16, 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.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_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, 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__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_closure4, A._ProductEditState_build_closure5, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure3, A._ProductEditState_build_closure1, A._ProductEditState_build__closure2, A._ProductEditState_build_closure2, A._ProductEditState_build__closure1, A._ProductEditState_build_closure3, A._ProductEditState_build__closure0, 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_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, 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_closure1, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure3, A._ProjectEditState_build__closure2, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure1, A._ProjectEditState_build__closure5, 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_closure0, 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_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, 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_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.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._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___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_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, 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.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_closure5, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, 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.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, 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__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure22, A.ReportsScreen_build_closure24, 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_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, 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.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure1, A.vendorReport_closure3, A.vendorReport_closure4, 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_closure1, A._AccountOverview_build__closure5, A._AccountOverview_build_closure2, A._AccountOverview_build__closure4, A._AccountOverview_build_closure3, A._AccountOverview_build__closure3, A._AccountOverview_build_closure4, 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_closure20, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure19, 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_closure1, A._CompanyDetailsState_build__closure15, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure21, A._CompanyDetailsState_build_closure22, 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__closure7, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure19, 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_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, 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_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, 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__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__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, 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.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__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, 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.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__closure7, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure, A.NumberOfRatesSelector_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, 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_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____closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure5, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure8, 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_closure24, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, 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__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, 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_closure1, A.TimeEditDetailsState_build_closure3, 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__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, 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_closure1, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build__closure1, 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.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, 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_closure1, A._TokenEditState_build_closure, A._TokenEditState_build__closure0, 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._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_closure13, A._UserEditState_build_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure9, A._UserEditState_build_closure3, A._UserEditState_build__closure8, A._UserEditState_build__closure7, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A._UserEditState_build__closure6, 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__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_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure0, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, 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_closure1, 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._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, 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__buildToolbar_closure, A._EditorToolbarState__buildToolbar_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_closure2, A._PinputState__buildPinput_closure3, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields__onlyFields_closure, A._PinputFormField_closure, A._PinputCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_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.Subject_addStream_closure, 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.SmsCodeResult_SmsCodeResult$fromSms__extractCode, 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.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand__convertLinesToParagraphs_closure, A._CaretDocumentOverlayState__onSelectionChange_closure, A._CaretDocumentOverlayState_build_closure, A._CaretDocumentOverlayState_build___closure, A._DocumentMouseInteractorState__onSelectionChange_closure, 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__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._DocumentScrollableState_initState_closure, A.DocumentSelectionOnFocusMixin__onFocusChange_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A._SingleColumnDocumentLayoutState_findLastSelectablePosition_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.ComputeTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_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.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__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.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_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.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._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__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.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.dartify_convert, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_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.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.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_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.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_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._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._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_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_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_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.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__debugReportException_closure, A.RenderObject_invokeLayoutCallback_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._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, 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._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.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.main_closure1, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_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.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure9, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EditScaffold_build_closure3, A.EditScaffold_build_closure4, 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__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_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, 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__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_closure9, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, 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__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, 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___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._SmsVerificationState__sendCode_closure, A._SmsVerificationState__sendCode__closure0, A._SmsVerificationState__sendCode__closure, A._SmsVerificationState__verifyCode_closure, A._SmsVerificationState__verifyCode__closure0, A._SmsVerificationState__verifyCode__closure, A._SmsVerificationState_build_closure2, A._SmsVerificationState_build_closure3, A._SmsVerificationState_build_closure4, A._SmsVerificationState_build_closure5, 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_closure0, A._SortArrowState__rebuild_closure0, 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._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__init_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_closure, A._LoginState_build_closure0, A._LoginState_build__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure11, A.BankAccountScreen_build_closure10, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure6, 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__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, 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._ClientViewState_build_closure, 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._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, 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_closure8, 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_closure0, 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.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_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build__closure, 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._GroupEditState_build__closure, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure8, 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__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._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_onSavePressed_closure, A._PaymentEditState_build_closure14, A._PaymentEditState_build_closure15, 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_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, 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._ProductEditState_build__closure, 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_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A._ProjectEditState_build__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, 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.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure2, A._QuoteEditState_build_closure, 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_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, 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__closure5, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, 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._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure5, 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.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__onSavePressed_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure9, A._ClientPortalState_build_closure11, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure12, 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_closure14, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build_closure21, A.DeviceSettingsVM_fromStore_closure18, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, 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__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, 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__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, 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_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, 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_closure, 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._TaskSettingsState_build_closure9, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, 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._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState__onSavePressed_closure, 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__closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, 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__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, 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._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A._TaskStatusEditState_build__closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusListVM_fromStore_closure1, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, 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._TokenEditState_build__closure, 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._UserEditState__onChanged_closure0, A._UserEditState_build__closure, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure0, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, 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_closure4, A.VendorContactEditDetailsState_build_closure5, 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_closure, 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._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure1, 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.PersistUIDebouncer_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_closure0, 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.PublicClientApplication_logoutPopup_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.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.Subject_addStream_closure0, 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.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_closure, A._DocumentMouseInteractorState_initState_closure, A._DocumentMouseInteractorState_didUpdateWidget_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__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, 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__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.DefaultCaretOverlayBuilder_build_closure, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_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_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, 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._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_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.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, 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.OneFrameImageStreamCompleter_closure, 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._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.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_blankRule_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_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, 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__closure111, 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.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_closure335, 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.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__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.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.editingReducer_closure128, A.editingReducer_closure129, 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.editingReducer_closure141, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.memoizedGetClientUnappliedPayments_closure, A.getClientUnappliedPayments_closure, A.memoizedGetClientAvailableCredits_closure, A.getClientAvailableCredits_closure, 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.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure0, 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_closure119, 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.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, 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_closure160, 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.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.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, 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_closure179, 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.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, 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_closure94, 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.editingReducer_closure32, 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_closure79, 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.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, 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.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_closure256, 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.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, 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.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, 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.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure350, 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.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure117, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, 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.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, 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_closure193, 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.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, 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.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.selectedIdReducer_closure399, 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_closure34, 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.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, 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_closure316, 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.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.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.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_closure301, 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.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_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_closure237, 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.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.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.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.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_closure286, 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.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, 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_closure49, 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.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, 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_closure271, 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.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, 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_closure134, 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.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, 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_closure207, 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.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, 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.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_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.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_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.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.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_closure144, 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.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, 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_closure64, 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.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, 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_closure222, 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.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, 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.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, 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._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._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_closure8, A.BankAccountScreen_build_closure5, A.BankAccountScreenBuilder_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_closure7, A._ClientPdfViewState_build_closure8, 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_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, 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_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, 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_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, 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_closure25, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, 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_closure6, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, 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_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure4, 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_closure1, 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.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._QuoteEditState_build_closure0, 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_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, 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.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_closure8, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.purchaseOrderReport_closure2, A.lineItemReport_closure2, 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_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, 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.vendorReport_closure2, 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_closure6, 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_closure14, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure16, 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_closure4, A._GeneratedNumbersState_build_closure6, 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._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.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure0, 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____closure7, 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_closure7, A._TaskEditDesktopState_build_closure9, 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_closure2, 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_closure2, A.TaskStatusEditScreen_build_closure, A.TaskStatusListBuilder_build_closure, A.TaskStatusListBuilder_build__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build_closure5, 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._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._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, 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.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildFields_closure, A._PinItem_build_closure, A._PinputCursorState_build_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.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, 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._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.ListenableBuilder_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._CheckableKind, A.Role, A.AccessibilityMode, A.GestureMode, A.EnabledState, A.LineCharProperty, A.LineBreakType, A._ComparisonResult, A.WordCharProperty, A.TextCapitalization, A.TransformKind, A.ClipOp, A.PathFillType, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.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.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, 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.PopupMenuPosition, A._ActivityIndicatorType, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, 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.StrokeAlign, 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.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, 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.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.Orientation, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.CropAspectRatioPreset, A.CropStyle, A.ImageCompressFormat, A.CameraDevice, A.ImageSource, A.PluralCase, A.IconPosition, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A._TextType, 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.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.SelectionType, A.SelectionType0, A._DragMode, A.ExecutionInstruction, A.ListItemType, A.DocumentInputSource, A.DocumentGestureMode, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); _inherit(A.CanvasPool, A._SaveStackTracking); _inherit(A.RecordingCkCanvas, A.CkCanvas); - _inheritMany(A.CkPaintCommand, [A.CkClearCommand, A.CkSaveCommand, A.CkRestoreCommand, A.CkRestoreToCountCommand, A.CkTranslateCommand, A.CkScaleCommand, A.CkRotateCommand, A.CkTransformCommand, A.CkClipRectCommand, A.CkDrawArcCommand, A.CkClipRRectCommand, A.CkClipPathCommand, A.CkDrawLineCommand, A.CkDrawPaintCommand, A.CkDrawRectCommand, A.CkDrawRRectCommand, A.CkDrawDRRectCommand, A.CkDrawCircleCommand, A.CkDrawPathCommand, A.CkDrawShadowCommand, A.CkDrawImageRectCommand, A.CkDrawParagraphCommand, A.CkDrawPictureCommand, A.CkSaveLayerCommand, A.CkSaveLayerWithFilterCommand]); + _inheritMany(A.CkPaintCommand, [A.CkClearCommand, A.CkSaveCommand, A.CkRestoreCommand, A.CkTranslateCommand, A.CkScaleCommand, A.CkRotateCommand, A.CkTransformCommand, A.CkClipRectCommand, A.CkDrawArcCommand, A.CkClipRRectCommand, A.CkClipPathCommand, A.CkDrawLineCommand, A.CkDrawPaintCommand, A.CkDrawRectCommand, A.CkDrawRRectCommand, A.CkDrawDRRectCommand, A.CkDrawCircleCommand, A.CkDrawPathCommand, A.CkDrawShadowCommand, A.CkDrawImageRectCommand, A.CkDrawParagraphCommand, A.CkDrawPictureCommand, A.CkSaveLayerCommand, A.CkSaveLayerWithFilterCommand]); _inheritMany(J.Interceptor, [J.JavaScriptObject, J.JSBool, J.JSNull, J.JSArray, J.JSNumber, J.JSString, A.NativeByteBuffer, A.NativeTypedData]); - _inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, A.EventTarget, A.AccessibleNodeList, A.Event, A.Blob, A.BluetoothRemoteGattDescriptor, A.Body, A.CanvasRenderingContext2D, A.Client, A.Credential, A.CredentialUserData, A.CssRule, A.CssStyleValue, A.CssTransformComponent, A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.StyleSheet, A.DataTransferItemList, A.ReportBody, A.DomError, A.DomException, A._DomRectList_JavaScriptObject_ListMixin, A.DomRectReadOnly, A._DomStringList_JavaScriptObject_ListMixin, A.DomTokenList, A.Entry, A._FileList_JavaScriptObject_ListMixin, A.FileSystem, A.FontFace, A.Gamepad, A.GamepadButton, A.History, A._HtmlCollection_JavaScriptObject_ListMixin, A.ImageData, A.Location, A.MediaError, A.MediaList, A._MidiInputMap_JavaScriptObject_MapMixin, A._MidiOutputMap_JavaScriptObject_MapMixin, A.MimeType, A._MimeTypeArray_JavaScriptObject_ListMixin, A.MutationObserver, A.MutationRecord, A.NavigatorConcurrentHardware, A.NavigatorUserMediaError, A._NodeList_JavaScriptObject_ListMixin, A.OverconstrainedError, A.PerformanceEntry, A.PerformanceServerTiming, A.Plugin, A._PluginArray_JavaScriptObject_ListMixin, A.PositionError, A.RelatedApplication, A.RtcLegacyStatsReport, A._RtcStatsReport_JavaScriptObject_MapMixin, A.SpeechGrammar, A._SpeechGrammarList_JavaScriptObject_ListMixin, A.SpeechRecognitionResult, A.SpeechSynthesisVoice, A._Storage_JavaScriptObject_MapMixin, A._TextTrackCueList_JavaScriptObject_ListMixin, A.TimeRanges, A.Touch, A._TouchList_JavaScriptObject_ListMixin, A.TrackDefaultList, A.Url, A.VideoTrack, A.VttRegion, A.__CssRuleList_JavaScriptObject_ListMixin, A.__GamepadList_JavaScriptObject_ListMixin, A.__NamedNodeMap_JavaScriptObject_ListMixin, A._Report, A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin, A.__StyleSheetList_JavaScriptObject_ListMixin, A.Cursor, A.Index, A.KeyRange, A.ObjectStore, A.Observation, A.Angle, A.Length, A._LengthList_JavaScriptObject_ListMixin, A.Number, A._NumberList_JavaScriptObject_ListMixin, A.PointList, A._StringList_JavaScriptObject_ListMixin, A.Transform0, A._TransformList_JavaScriptObject_ListMixin, A.AudioBuffer, A.AudioParam, A._AudioParamMap_JavaScriptObject_MapMixin, A.AudioTrack, A.ActiveInfo]); - _inheritMany(J.LegacyJavaScriptObject, [A.H5vcc, A.CanvasKit, A.CanvasKitInitOptions, A.CanvasKitInitPromise, A.ColorSpace, A.SkWebGLContextOptions, A.SkSurface, A.SkGrContext, A.SkFontSlantEnum, A.SkFontSlant, A.SkFontWeightEnum, A.SkFontWeight, A.SkAffinityEnum, A.SkAffinity, A.SkTextDirectionEnum, A.SkTextDirection, A.SkTextAlignEnum, A.SkTextAlign, A.SkTextHeightBehaviorEnum, A.SkTextHeightBehavior, A.SkRectHeightStyleEnum, A.SkRectHeightStyle, A.SkRectWidthStyleEnum, A.SkRectWidthStyle, A.SkVertexModeEnum, A.SkVertexMode, A.SkPointModeEnum, A.SkPointMode, A.SkClipOpEnum, A.SkClipOp, A.SkFillTypeEnum, A.SkFillType, A.SkPathOpEnum, A.SkPathOp, A.SkBlurStyleEnum, A.SkBlurStyle, A.SkStrokeCapEnum, A.SkStrokeCap, A.SkPaintStyleEnum, A.SkPaintStyle, A.SkBlendModeEnum, A.SkBlendMode, A.SkStrokeJoinEnum, A.SkStrokeJoin, A.SkTileModeEnum, A.SkTileMode, A.SkFilterModeEnum, A.SkFilterMode, A.SkMipmapModeEnum, A.SkMipmapMode, A.SkAlphaTypeEnum, A.SkAlphaType, A.SkColorTypeEnum, A.SkColorType, A.SkAnimatedImage, A.SkImage, A.SkShaderNamespace, A.SkShader, A.SkMaskFilterNamespace, A.SkPaint, A.CkFilterOptions, A.SkMaskFilter, A.SkColorFilterNamespace, A.SkColorFilter, A.SkImageFilterNamespace, A.SkImageFilter, A.SkPathNamespace, A._NativeFloat32ArrayType, A.SkFloat32List, A.SkPath, A.SkContourMeasureIter, A.SkContourMeasure, A.SkPictureRecorder, A.SkCanvas, A.SkPicture, A.SkParagraphBuilderNamespace, A.SkParagraphBuilder, A.SkParagraphStyle, A.SkParagraphStyleProperties, A.SkTextStyle, A.SkTextDecorationStyleEnum, A.SkTextDecorationStyle, A.SkTextBaselineEnum, A.SkTextBaseline, A.SkPlaceholderAlignmentEnum, A.SkPlaceholderAlignment, A.SkTextStyleProperties, A.SkStrutStyleProperties, A.SkFontStyle, A.SkTextShadow, A.SkFontFeature, A.SkTypeface, A.SkFont, A.SkFontMgr, A.SkLineMetrics, A.SkParagraph, A.SkTextPosition, A.SkTextRange, A.SkVertices, A.SkTonalColors, A.SkFontMgrNamespace, A.TypefaceFontProviderNamespace, A.SkTypefaceFactory, A.SkDeletable, A.JsConstructor, A.SkObjectFinalizationRegistry, A.SkData, A.SkImageInfo, A.SkPartialImageInfo, A.JsFlutterConfiguration, A.FlutterEngineInitializer, A.InitializeEngineFnParameters, A.FlutterAppRunner, A.RunAppFnParameters, A.FlutterApp, A.Promise, A.JsUrlStrategy, A.JsPromise, A.ImageDecoder, A.ImageDecoderOptions, A.DecodeResult, A.DecodeOptions, A.VideoFrame, A.ImageTrackList, A.ImageTrack, J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.JsUrlStrategy0, A.LoadConfig, A.GoogleAuthInitFailureError, A.GoogleAuthSignInError, A.OfflineAccessResponse, A.GoogleAuth, A._GoogleAuth, A.IsSignedIn, A.CurrentUser, A.SigninOptions, A.OfflineAccessOptions, A.ClientConfig, A.SigninOptionsBuilder, A.BasicProfile, A.AuthResponse, A.AuthorizeConfig, A.AuthorizeResponse, A.GoogleUser, A._GoogleUser, A.Promise0, A.Promise1, A.BindConfiguration, A.Data, A.Boundary, A.ViewPort, A.Options, A.CroppieJS, A.AccountInfo, A.AuthenticationResult0, A.Configuration0, A.BrowserAuthOptions0, A.CacheOptions, A.BrowserSystemOptions, A.LoggerOptions, A.JsError, A.EventMessage, A.Logger1, A.NavigationOptions, A.NetworkRequestOptions, A.NetworkResponse, A.PublicClientApplication0, A.CommonAuthorizationUrlRequest0, A.CommonEndSessionRequest0, A.CommonSilentFlowRequest, A.Promise2, A.Array, A.Object0, A.Reflect, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender, A.SignInWithAppleInitOptions, A.SignInResponseI, A.AuthorizationI, A.UserI, A.NameI]); + _inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, A.EventTarget, A.AccessibleNodeList, A.Event, A.Blob, A.BluetoothRemoteGattDescriptor, A.CanvasRenderingContext2D, A.Client, A.Credential, A.CssStyleValue, A.CssTransformComponent, A.CssRule, A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.DataTransferItemList, A.ReportBody, A.DomError, A.DomException0, A._DomRectList_JavaScriptObject_ListMixin, A.DomRectReadOnly0, A._DomStringList_JavaScriptObject_ListMixin, A.DomTokenList0, A.Entry, A._FileList_JavaScriptObject_ListMixin, A.Gamepad, A.GamepadButton, A.History, A._HtmlCollection_JavaScriptObject_ListMixin, A.ImageData, A.Location, A.MediaError, A.MediaList, A._MidiInputMap_JavaScriptObject_MapMixin, A._MidiOutputMap_JavaScriptObject_MapMixin, A.MimeType, A._MimeTypeArray_JavaScriptObject_ListMixin, A.NavigatorConcurrentHardware, A.NavigatorUserMediaError, A._NodeList_JavaScriptObject_ListMixin, A.OverconstrainedError, A.Plugin, A._PluginArray_JavaScriptObject_ListMixin, A.PositionError, A.RelatedApplication, A.RtcLegacyStatsReport, A._RtcStatsReport_JavaScriptObject_MapMixin, A.SpeechGrammar, A._SpeechGrammarList_JavaScriptObject_ListMixin, A.SpeechRecognitionResult, A._Storage_JavaScriptObject_MapMixin, A.StyleSheet, A._TextTrackCueList_JavaScriptObject_ListMixin, A.TimeRanges, A.Touch, A._TouchList_JavaScriptObject_ListMixin, A.TrackDefaultList, A.Url, A.VideoTrack, A.VttRegion, A.__CssRuleList_JavaScriptObject_ListMixin, A.__GamepadList_JavaScriptObject_ListMixin, A.__NamedNodeMap_JavaScriptObject_ListMixin, A._Report, A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin, A.__StyleSheetList_JavaScriptObject_ListMixin, A.Cursor, A.KeyRange, A.Observation, A.Angle, A.Length, A._LengthList_JavaScriptObject_ListMixin, A.Number, A._NumberList_JavaScriptObject_ListMixin, A.PointList, A._StringList_JavaScriptObject_ListMixin, A.Transform0, A._TransformList_JavaScriptObject_ListMixin, A.AudioBuffer, A.AudioParam, A._AudioParamMap_JavaScriptObject_MapMixin, A.AudioTrack]); + _inheritMany(J.LegacyJavaScriptObject, [A.H5vcc, A.CanvasKit, A.CanvasKitInitOptions, A.CanvasKitInitPromise, A.ColorSpace, A.SkWebGLContextOptions, A.SkSurface, A.SkGrContext, A.SkFontSlantEnum, A.SkFontSlant, A.SkFontWeightEnum, A.SkFontWeight, A.SkAffinityEnum, A.SkAffinity, A.SkTextDirectionEnum, A.SkTextDirection, A.SkTextAlignEnum, A.SkTextAlign, A.SkTextHeightBehaviorEnum, A.SkTextHeightBehavior, A.SkRectHeightStyleEnum, A.SkRectHeightStyle, A.SkRectWidthStyleEnum, A.SkRectWidthStyle, A.SkVertexModeEnum, A.SkVertexMode, A.SkPointModeEnum, A.SkPointMode, A.SkClipOpEnum, A.SkClipOp, A.SkFillTypeEnum, A.SkFillType, A.SkPathOpEnum, A.SkPathOp, A.SkBlurStyleEnum, A.SkBlurStyle, A.SkStrokeCapEnum, A.SkStrokeCap, A.SkPaintStyleEnum, A.SkPaintStyle, A.SkBlendModeEnum, A.SkBlendMode, A.SkStrokeJoinEnum, A.SkStrokeJoin, A.SkTileModeEnum, A.SkTileMode, A.SkFilterModeEnum, A.SkFilterMode, A.SkMipmapModeEnum, A.SkMipmapMode, A.SkAlphaTypeEnum, A.SkAlphaType, A.SkColorTypeEnum, A.SkColorType, A.SkAnimatedImage, A.SkImage, A.SkShaderNamespace, A.SkShader, A.SkMaskFilterNamespace, A.SkPaint, A.CkFilterOptions, A.SkMaskFilter, A.SkColorFilterNamespace, A.SkColorFilter, A.SkImageFilterNamespace, A.SkImageFilter, A.SkPathNamespace, A._NativeFloat32ArrayType, A.SkFloat32List, A.SkPath, A.SkContourMeasureIter, A.SkContourMeasure, A.SkPictureRecorder, A.SkCanvas, A.SkPicture, A.SkParagraphBuilderNamespace, A.SkParagraphBuilder, A.SkParagraphStyle, A.SkParagraphStyleProperties, A.SkTextStyle, A.SkTextDecorationStyleEnum, A.SkTextDecorationStyle, A.SkTextBaselineEnum, A.SkTextBaseline, A.SkPlaceholderAlignmentEnum, A.SkPlaceholderAlignment, A.SkTextStyleProperties, A.SkStrutStyleProperties, A.SkFontStyle, A.SkTextShadow, A.SkFontFeature, A.SkTypeface, A.SkFont, A.SkFontMgr, A.SkLineMetrics, A.SkParagraph, A.SkTextPosition, A.SkTextRange, A.SkVertices, A.SkTonalColors, A.SkFontMgrNamespace, A.TypefaceFontProviderNamespace, A.SkTypefaceFactory, A.SkDeletable, A.JsConstructor, A.SkObjectFinalizationRegistry, A.SkData, A.SkImageInfo, A.SkPartialImageInfo, A.JsFlutterConfiguration, A.DomEventTarget, A.DomConsole, A.DomNavigator, A.DomEvent, A.DomCSSStyleDeclaration, A.DomPerformanceEntry, A.DomCanvasImageSource, A.DomCanvasRenderingContext2D, A.DomImageData, A.DomCanvasPattern, A.DomCanvasGradient, A.DomResponse, A.DomTextMetrics, A.DomException, A.DomRectReadOnly, A.DomFontFace, A.DomHistory, A.DomLocation, A.DomURL, A.DomBlob, A.DomMutationObserver, A.DomMutationRecord, A.DomPath2D, A.DomTouch, A.DomTokenList, A.DomStyleSheet, A.DomCSSRule, A.DomScreen, A.DomMessageChannel, A._DomList, A.FlutterEngineInitializer, A.InitializeEngineFnParameters, A.FlutterAppRunner, A.RunAppFnParameters, A.FlutterApp, A.Promise, A.JsUrlStrategy, A.JsPromise, A.ImageDecoder, A.ImageDecoderOptions, A.DecodeResult, A.DecodeOptions, A.VideoFrame, A.ImageTrackList, A.ImageTrack, A.SVGAnimatedLength, A.SVGLength, A.SVGAnimatedEnumeration, A.SVGAnimatedString, A.SVGAnimatedNumber, A.SVGAnimatedNumberList, A.SVGNumberList, A.SVGNumber, J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.JsUrlStrategy0, A.LoadConfig, A.GoogleAuthInitFailureError, A.GoogleAuthSignInError, A.OfflineAccessResponse, A.GoogleAuth, A._GoogleAuth, A.IsSignedIn, A.CurrentUser, A.SigninOptions, A.OfflineAccessOptions, A.ClientConfig, A.SigninOptionsBuilder, A.BasicProfile, A.AuthResponse, A.AuthorizeConfig, A.AuthorizeResponse, A.GoogleUser, A._GoogleUser, A.Promise0, A.Promise1, A.BindConfiguration, A.Data, A.Boundary, A.ViewPort, A.Options, A.CroppieJS, A.AccountInfo, A.AuthenticationResult0, A.Configuration0, A.BrowserAuthOptions0, A.CacheOptions, A.BrowserSystemOptions, A.LoggerOptions, A.JsError, A.EventMessage, A.Logger1, A.NavigationOptions, A.NetworkRequestOptions, A.NetworkResponse, A.PublicClientApplication0, A.CommonAuthorizationUrlRequest0, A.CommonEndSessionRequest0, A.CommonSilentFlowRequest, A.Promise2, A.Array, A.Object0, A.Reflect, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender, A.SignInWithAppleInitOptions, A.SignInResponseI, A.AuthorizationI, A.UserI, A.NameI]); _inheritMany(A.CkFilterOptions, [A._CkCubicFilterOptions, A._CkTransformFilterOptions]); _inherit(A.TypefaceFontProvider, A.SkFontMgr); _inheritMany(A.SkiaObject, [A.ManagedSkiaObject, A.SkiaObjectBox, A.CkParagraph]); _inheritMany(A.ManagedSkiaObject, [A.ManagedSkColorFilter, A.CkImageFilter, A.CkAnimatedImage, A.CkMaskFilter, A.CkPaint, A.CkPath, A.CkPicture, A.CkShader]); _inheritMany(A.CkColorFilter, [A.CkBlendModeColorFilter, A.CkMatrixColorFilter, A.CkComposeColorFilter]); - _inheritMany(A.Iterable, [A.MutatorsStack, A._CastIterableBase, A.EfficientLengthIterable, A.MappedIterable, A.WhereIterable, A.ExpandIterable, A.TakeIterable, A.SkipIterable, A.SkipWhileIterable, A.FollowedByIterable, A.WhereTypeIterable, A._ConstantMapKeyIterable, A.IterableBase, A._StringAllMatchesIterable, A.LinkedList, A.DoubleLinkedQueue, A.Runes, A.StringCharacters, A._ReversedSeriesIterable, A.TimeStepIteratorFactory, A.ObserverList, A.HashedObserverList]); + _inheritMany(A.Iterable, [A.MutatorsStack, A._DomListWrapper, A._CastIterableBase, A.EfficientLengthIterable, A.MappedIterable, A.WhereIterable, A.ExpandIterable, A.TakeIterable, A.SkipIterable, A.SkipWhileIterable, A.FollowedByIterable, A.WhereTypeIterable, A._ConstantMapKeyIterable, A.IterableBase, A._StringAllMatchesIterable, A.LinkedList, A.DoubleLinkedQueue, A.Runes, A.StringCharacters, A._ReversedSeriesIterable, A.TimeStepIteratorFactory, A.ObserverList, A.HashedObserverList]); _inherit(A._CkMatrixImageFilter, A.CkImageFilter); - _inheritMany(A.Layer, [A.ContainerLayer, A.PictureLayer0, A.PlatformViewLayer0]); - _inheritMany(A.ContainerLayer, [A.RootLayer, A.BackdropFilterEngineLayer, A.ClipPathEngineLayer, A.ClipRectEngineLayer, A.ClipRRectEngineLayer, A.OpacityEngineLayer, A.TransformEngineLayer, A.PhysicalShapeEngineLayer]); + _inheritMany(A.Layer, [A.ContainerLayer, A.PictureLayer, A.PlatformViewLayer]); + _inheritMany(A.ContainerLayer, [A.RootLayer, A.BackdropFilterEngineLayer, A.ClipPathEngineLayer, A.ClipRectEngineLayer, A.ClipRRectEngineLayer, A.OpacityEngineLayer, A.TransformEngineLayer]); _inherit(A.OffsetEngineLayer, A.TransformEngineLayer); _inherit(A.CkGradientLinear, A.CkShader); _inheritMany(A.Error, [A.CanvasKitError, A.LateError, A.ReachabilityError, A.NotNullableError, A.TypeError, A.JsNoSuchMethodError, A.UnknownJsTypeError, A.RuntimeError, A._Error, A.JsonUnsupportedObjectError, A.AssertionError, A.NullThrownError, A.ArgumentError, A.NoSuchMethodError, A.UnsupportedError, A.UnimplementedError, A.StateError, A.ConcurrentModificationError, A.CyclicInitializationError, A.BuiltValueNullFieldError, A.BuiltValueNestedFieldError, A.DeserializationError, A._FlutterError_Error_DiagnosticableTreeMixin, A.StoreProviderError, A.ConverterError, A.ValueStreamError]); + _inheritMany(A.DomEventTarget, [A.DomWindow, A.DomNode, A.DomPerformance, A.DomXMLHttpRequestEventTarget, A.DomFontFaceSet, A.DomVisualViewport, A.DomClipboard, A.DomMediaQueryList, A.DomOffscreenCanvas, A.DomFileReader, A.DomScreenOrientation, A.DomWebSocket, A.DomMessagePort]); + _inheritMany(A.DomNode, [A.DomDocument, A.DomElement, A.DomCharacterData, A.DomDocumentFragment]); + _inherit(A.DomHTMLDocument, A.DomDocument); + _inheritMany(A.DomEvent, [A.DomProgressEvent, A.DomUIEvent, A.DomPopStateEvent, A.DomMediaQueryListEvent, A.DomMessageEvent]); + _inheritMany(A.DomElement, [A.DomHTMLElement, A.SVGElement]); + _inheritMany(A.DomHTMLElement, [A.DomHTMLMetaElement, A.DomHTMLHeadElement, A.DomHTMLBodyElement, A.DomHTMLImageElement, A.DomHTMLScriptElement, A.DomHTMLDivElement, A.DomHTMLSpanElement, A.DomHTMLButtonElement, A.DomHTMLParagraphElement, A.DomHTMLStyleElement, A.DomCanvasElement, A.DomHTMLTextAreaElement, A.DomHTMLInputElement, A.DomHTMLFormElement, A.DomHTMLLabelElement, A.DomHTMLIFrameElement]); + _inherit(A.DomPerformanceMeasure, A.DomPerformanceEntry); + _inherit(A.DomXMLHttpRequest, A.DomXMLHttpRequestEventTarget); + _inherit(A.DomText, A.DomCharacterData); + _inherit(A.DomRect, A.DomRectReadOnly); + _inheritMany(A.DomUIEvent, [A.DomKeyboardEvent, A.DomMouseEvent, A.DomTouchEvent, A.DomCompositionEvent]); + _inheritMany(A.DomMouseEvent, [A.DomPointerEvent, A.DomWheelEvent]); + _inherit(A.DomShadowRoot, A.DomDocumentFragment); + _inherit(A.DomCSSStyleSheet, A.DomStyleSheet); + _inheritMany(A.Iterator, [A._DomListIterator, A.MappedIterator, A.WhereIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A._ReversedSeriesIterator, A.VerticalCaretMovementRun]); _inheritMany(A.PersistedSurface, [A.PersistedContainerSurface, A.PersistedLeafSurface]); - _inheritMany(A.PersistedContainerSurface, [A.PersistedBackdropFilter, A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A._PersistedPhysicalShape_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedTransform]); + _inheritMany(A.PersistedContainerSurface, [A.PersistedBackdropFilter, A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedTransform]); _inheritMany(A.EngineCanvas, [A.BitmapCanvas, A._DomCanvas_EngineCanvas_SaveElementStackTracking]); _inherit(A.PersistedClipRect, A._PersistedClipRect_PersistedContainerSurface__DomClip); _inherit(A.PersistedClipRRect, A._PersistedClipRRect_PersistedContainerSurface__DomClip); - _inherit(A.PersistedPhysicalShape, A._PersistedPhysicalShape_PersistedContainerSurface__DomClip); _inherit(A.DomCanvas, A._DomCanvas_EngineCanvas_SaveElementStackTracking); _inheritMany(A.PersistedLeafSurface, [A.PersistedPicture, A.PersistedPlatformView]); _inheritMany(A.PaintCommand, [A.DrawCommand, A.PaintSave, A.PaintRestore, A.PaintTranslate, A.PaintScale, A.PaintRotate, A.PaintTransform]); - _inheritMany(A.DrawCommand, [A.PaintClipRect, A.PaintClipRRect, A.PaintClipPath, A.PaintDrawLine, A.PaintDrawRect, A.PaintDrawRRect, A.PaintDrawDRRect, A.PaintDrawCircle, A.PaintDrawPath, A.PaintDrawShadow, A.PaintDrawImageRect, A.PaintDrawParagraph]); + _inheritMany(A.DrawCommand, [A.PaintClipRect, A.PaintClipRRect, A.PaintClipPath, A.PaintDrawLine, A.PaintDrawPaint, A.PaintDrawRect, A.PaintDrawRRect, A.PaintDrawDRRect, A.PaintDrawCircle, A.PaintDrawPath, A.PaintDrawShadow, A.PaintDrawImageRect, A.PaintDrawParagraph]); _inherit(A.GradientLinear, A.EngineGradient); _inherit(A._MatrixEngineImageFilter, A.EngineImageFilter); _inherit(A.HtmlBlobCodec, A.HtmlCodec); @@ -494140,12 +509622,16 @@ _inherit(A._MouseAdapter, A.__MouseAdapter__BaseAdapter__WheelEventListenerMixin); _inheritMany(A.RoleManager, [A.Checkable, A.ImageRoleManager, A.Incrementable, A.LabelAndValue, A.LiveRegion, A.Scrollable0, A.Tappable, A.TextField0]); _inheritMany(A.SemanticsEnabler, [A.DesktopSemanticsEnabler, A.MobileSemanticsEnabler]); + _inherit(A.DefaultTextEditingStrategy, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin); _inheritMany(A.DefaultTextEditingStrategy, [A.SemanticsTextEditingStrategy, A.GloballyPositionedTextEditingStrategy, A.SafariDesktopTextEditingStrategy]); _inherit(A.ListBase, A._ListBase_Object_ListMixin); - _inheritMany(A.ListBase, [A._TypedDataBuffer, A.UnmodifiableListBase, A._ChildrenElementList, A._FrozenElementList, A._ChildNodeListLazy, A.FilteredElementList0, A.ListProxy]); + _inheritMany(A.ListBase, [A._TypedDataBuffer, A.UnmodifiableListBase, A._ChildrenElementList, A._ChildNodeListLazy, A.FilteredElementList0, A.ListProxy]); _inherit(A._IntBuffer, A._TypedDataBuffer); _inherit(A.Uint8Buffer, A._IntBuffer); - _inherit(A.PlaceholderSpan0, A.ParagraphPlaceholder); + _inheritMany(A.SVGElement, [A.SVGGraphicsElement, A.SVGFilterElement, A.SVGFEColorMatrixElement, A.SVGFEFloodElement, A.SVGFEBlendElement, A.SVGFEImageElement, A.SVGFECompositeElement]); + _inheritMany(A.SVGGraphicsElement, [A.SVGSVGElement, A.SVGClipPathElement, A.SVGDefsElement, A.SVGGeometryElement]); + _inherit(A.SVGPathElement, A.SVGGeometryElement); + _inherit(A.PlaceholderSpan, A.ParagraphPlaceholder); _inheritMany(A.StyleNode, [A.ChildStyleNode, A.RootStyleNode]); _inherit(A._PolyfillFontManager, A.FontManager); _inheritMany(A.RangeBox, [A.PlaceholderBox, A.SpanBox]); @@ -494169,7 +509655,6 @@ _inheritMany(A.EfficientLengthIterable, [A.ListIterable, A.EmptyIterable, A.LinkedHashMapKeyIterable, A._HashMapKeyIterable, A._MapBaseValueIterable, A._SplayTreeKeyIterable, A._SplayTreeValueIterable, A._SplayTreeMapEntryIterable]); _inheritMany(A.ListIterable, [A.SubListIterable, A.MappedListIterable, A._ListIndicesIterable, A.ReversedListIterable, A.ListQueue, A._JsonMapKeyIterable, A._GeneratorIterable]); _inherit(A.EfficientLengthMappedIterable, A.MappedIterable); - _inheritMany(A.Iterator, [A.MappedIterator, A.WhereIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A._ReversedSeriesIterator]); _inherit(A.EfficientLengthTakeIterable, A.TakeIterable); _inherit(A.EfficientLengthSkipIterable, A.SkipIterable); _inherit(A.ListMapView, A.UnmodifiableMapBase); @@ -494200,7 +509685,6 @@ _inheritMany(A._StreamController, [A._AsyncStreamController, A._SyncStreamController]); _inherit(A._StreamControllerAddStreamState, A._AddStreamState); _inheritMany(A._DelayedEvent, [A._DelayedData, A._DelayedError]); - _inherit(A._StreamImplEvents, A._PendingEvents); _inherit(A._MultiStreamController, A._AsyncStreamController); _inheritMany(A._ForwardingStream, [A._WhereStream, A._MapStream]); _inheritMany(A.StreamTransformerBase, [A._StreamSinkTransformer, A.Converter, A.LineSplitter, A.StartWithStreamTransformer, A.StartWithErrorStreamTransformer]); @@ -494233,24 +509717,21 @@ _inherit(A._JsonStringStringifierPretty, A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin); _inheritMany(A.ArgumentError, [A.RangeError, A.IndexError]); _inherit(A._DataUri, A._Uri); - _inheritMany(A.EventTarget, [A.Node1, A.Animation, A.BackgroundFetchRegistration, A.BroadcastChannel, A.FileReader, A.FileWriter, A.FontFaceSet, A.HttpRequestEventTarget, A.MediaKeySession, A.MediaQueryList, A.MediaStream, A.MediaStreamTrack, A.MessagePort, A.MidiPort, A.Notification, A.OffscreenCanvas, A.PaymentRequest, A.Performance, A.PresentationAvailability, A.PresentationConnection, A.RtcDataChannel, A.ScreenOrientation, A.WorkerGlobalScope, A.SourceBuffer, A._SourceBufferList_EventTarget_ListMixin, A.TextTrack, A.TextTrackCue, A._TextTrackList_EventTarget_ListMixin, A.VideoTrackList, A.Window, A.Database, A.AudioTrackList, A.BaseAudioContext]); + _inheritMany(A.EventTarget, [A.Node1, A.Animation, A.BackgroundFetchRegistration, A.FileReader, A.FileWriter, A.FontFaceSet, A.HttpRequestEventTarget, A.MediaKeySession, A.MediaQueryList, A.MediaStream, A.MediaStreamTrack, A.MessagePort, A.MidiPort, A.Notification, A.PaymentRequest, A.PresentationAvailability, A.PresentationConnection, A.RtcDataChannel, A.SourceBuffer, A._SourceBufferList_EventTarget_ListMixin, A.TextTrack, A.TextTrackCue, A._TextTrackList_EventTarget_ListMixin, A.VideoTrackList, A.Window, A.WorkerGlobalScope, A.AudioTrackList, A.BaseAudioContext]); _inheritMany(A.Node1, [A.Element2, A.CharacterData, A.Document1, A._Attr]); _inheritMany(A.Element2, [A.HtmlElement, A.SvgElement]); - _inheritMany(A.HtmlElement, [A.AnchorElement, A.AreaElement, A.BaseElement, A.BodyElement, A.ButtonElement, A.CanvasElement, A.DataElement, A.DivElement, A.EmbedElement, A.FieldSetElement, A.FormElement, A.IFrameElement, A.ImageElement, A.InputElement, A.LIElement, A.LabelElement, A.MapElement, A.MetaElement, A.MeterElement, A.ObjectElement, A.OptionElement, A.OutputElement, A.ParagraphElement, A.ParamElement, A.ProgressElement, A.SelectElement, A.SlotElement, A.StyleElement, A.TableElement, A.TableRowElement, A.TableSectionElement, A.TemplateElement, A.TextAreaElement]); - _inheritMany(A.Event, [A.ApplicationCacheErrorEvent, A.ExtendableEvent, A.BeforeUnloadEvent, A.ErrorEvent, A.UIEvent, A.MediaKeyMessageEvent, A.MediaQueryListEvent, A.PresentationConnectionCloseEvent, A.ProgressEvent, A.SpeechRecognitionError, A.SpeechSynthesisEvent, A.VersionChangeEvent]); + _inheritMany(A.HtmlElement, [A.AnchorElement, A.AreaElement, A.ButtonElement, A.CanvasElement, A.DataElement, A.FormElement, A.IFrameElement, A.ImageElement, A.InputElement, A.LIElement, A.MeterElement, A.OptionElement, A.OutputElement, A.ParamElement, A.ProgressElement, A.SelectElement, A.TextAreaElement]); + _inheritMany(A.Event, [A.ApplicationCacheErrorEvent, A.ExtendableEvent, A.BeforeUnloadEvent, A.ErrorEvent, A.MediaKeyMessageEvent, A.PresentationConnectionCloseEvent, A.ProgressEvent, A.SpeechRecognitionError, A.VersionChangeEvent]); _inherit(A.BackgroundFetchEvent, A.ExtendableEvent); - _inherit(A.CssKeyframesRule, A.CssRule); _inheritMany(A.CssStyleValue, [A.CssKeywordValue, A.CssNumericValue, A.CssTransformValue, A.CssUnparsedValue]); _inherit(A.CssPerspective, A.CssTransformComponent); _inherit(A.CssStyleDeclaration, A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase); - _inherit(A.CssStyleSheet, A.StyleSheet); _inherit(A.CssUnitValue, A.CssNumericValue); _inheritMany(A.ReportBody, [A.DeprecationReport, A.InterventionReport]); _inherit(A._DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin, A._DomRectList_JavaScriptObject_ListMixin); _inherit(A.DomRectList, A._DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._DomStringList_JavaScriptObject_ListMixin_ImmutableListMixin, A._DomStringList_JavaScriptObject_ListMixin); _inherit(A.DomStringList, A._DomStringList_JavaScriptObject_ListMixin_ImmutableListMixin); - _inheritMany(A.Credential, [A.FederatedCredential, A.PasswordCredential]); _inherit(A.File, A.Blob); _inherit(A._FileList_JavaScriptObject_ListMixin_ImmutableListMixin, A._FileList_JavaScriptObject_ListMixin); _inherit(A.FileList, A._FileList_JavaScriptObject_ListMixin_ImmutableListMixin); @@ -494258,7 +509739,6 @@ _inherit(A.HtmlCollection, A._HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A.HtmlDocument, A.Document1); _inherit(A.HttpRequest, A.HttpRequestEventTarget); - _inheritMany(A.UIEvent, [A.KeyboardEvent, A.MouseEvent, A.TouchEvent]); _inherit(A.MidiInputMap, A._MidiInputMap_JavaScriptObject_MapMixin); _inherit(A.MidiOutputMap, A._MidiOutputMap_JavaScriptObject_MapMixin); _inherit(A._MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin, A._MimeTypeArray_JavaScriptObject_ListMixin); @@ -494268,9 +509748,7 @@ _inherit(A.NodeList0, A._NodeList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._PluginArray_JavaScriptObject_ListMixin_ImmutableListMixin, A._PluginArray_JavaScriptObject_ListMixin); _inherit(A.PluginArray, A._PluginArray_JavaScriptObject_ListMixin_ImmutableListMixin); - _inheritMany(A.MouseEvent, [A.PointerEvent0, A.WheelEvent]); _inherit(A.RtcStatsReport, A._RtcStatsReport_JavaScriptObject_MapMixin); - _inherit(A.SharedWorkerGlobalScope, A.WorkerGlobalScope); _inherit(A._SourceBufferList_EventTarget_ListMixin_ImmutableListMixin, A._SourceBufferList_EventTarget_ListMixin); _inherit(A.SourceBufferList, A._SourceBufferList_EventTarget_ListMixin_ImmutableListMixin); _inherit(A._SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin, A._SpeechGrammarList_JavaScriptObject_ListMixin); @@ -494284,7 +509762,7 @@ _inherit(A.TouchList, A._TouchList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A.__CssRuleList_JavaScriptObject_ListMixin_ImmutableListMixin, A.__CssRuleList_JavaScriptObject_ListMixin); _inherit(A._CssRuleList, A.__CssRuleList_JavaScriptObject_ListMixin_ImmutableListMixin); - _inherit(A._DomRect, A.DomRectReadOnly); + _inherit(A._DomRect, A.DomRectReadOnly0); _inherit(A.__GamepadList_JavaScriptObject_ListMixin_ImmutableListMixin, A.__GamepadList_JavaScriptObject_ListMixin); _inherit(A._GamepadList, A.__GamepadList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A.__NamedNodeMap_JavaScriptObject_ListMixin_ImmutableListMixin, A.__NamedNodeMap_JavaScriptObject_ListMixin); @@ -494296,21 +509774,16 @@ _inherit(A._ElementAttributeMap, A._AttributeMap); _inherit(A._ElementEventStreamImpl, A._EventStream); _inherit(A._EventStreamSubscription, A.StreamSubscription); - _inherit(A._TemplatingNodeValidator, A._SimpleNodeValidator); - _inherit(A._StructuredCloneDart2Js, A._StructuredClone); _inherit(A._AcceptStructuredCloneDart2Js, A._AcceptStructuredClone); _inherit(A.CursorWithValue, A.Cursor); _inheritMany(A.FileSystemEntity, [A._Directory, A._File]); _inheritMany(A.JsObject, [A.JsFunction, A._JsArray_JsObject_ListMixin]); _inherit(A.JsArray, A._JsArray_JsObject_ListMixin); _inherit(A.Rectangle, A._RectangleBase); - _inheritMany(A.SvgElement, [A.GraphicsElement, A.FEBlendElement, A.FEColorMatrixElement, A.FECompositeElement, A.FEFloodElement, A.FilterElement, A.ScriptElement0]); - _inheritMany(A.GraphicsElement, [A.ClipPathElement, A.DefsElement, A.GeometryElement, A.SvgSvgElement]); _inherit(A._LengthList_JavaScriptObject_ListMixin_ImmutableListMixin, A._LengthList_JavaScriptObject_ListMixin); _inherit(A.LengthList, A._LengthList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._NumberList_JavaScriptObject_ListMixin_ImmutableListMixin, A._NumberList_JavaScriptObject_ListMixin); _inherit(A.NumberList, A._NumberList_JavaScriptObject_ListMixin_ImmutableListMixin); - _inherit(A.PathElement, A.GeometryElement); _inherit(A._StringList_JavaScriptObject_ListMixin_ImmutableListMixin, A._StringList_JavaScriptObject_ListMixin); _inherit(A.StringList, A._StringList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._TransformList_JavaScriptObject_ListMixin_ImmutableListMixin, A._TransformList_JavaScriptObject_ListMixin); @@ -494323,19 +509796,10 @@ _inherit(A.OutputStream, A.OutputStreamBase); _inherit(A.DiagnosticableTree, A._DiagnosticableTree_Object_Diagnosticable); _inheritMany(A.DiagnosticableTree, [A.Widget, A.InlineSpan, A.SemanticsHintOverrides, A.SemanticsProperties, A.Element0]); - _inheritMany(A.Widget, [A.StatelessWidget, A.StatefulWidget, A.RenderObjectWidget, A.ProxyWidget, A._NullWidget, A._NullWidget1, A._NullWidget3]); - _inheritMany(A.StatelessWidget, [A.CloseIcon, A.MaximizeIcon, A.MinimizeIcon, A._AlignedPaint, A.WindowButton, A._MoveWindow, A.MoveWindow, A.WindowTitleBarBox, A.CachedNetworkImage, A.CupertinoPageTransition, A.CupertinoTheme, A._AboutProgram, A._PackageListTile, A._PackageLicensePageTitle, A._MasterPage, A._DetailView, A.BackButtonIcon, A.BackButton, A.Card, A.CheckboxListTile, A.DataTable, A.InkResponse, A._DatePickerHeader, A.Dialog, A.AlertDialog, A.SimpleDialogOption, A.SimpleDialog, A.Divider, A.Drawer, A._DropdownRoutePage, A._DropdownMenuItemContainer, A.FloatingActionButton, A.IconButton, A.ListTile, A._ShapeBorderPaint, A._FadeUpwardsPageTransition, A._ZoomPageTransition, A._ZoomEnterTransition, A._ZoomExitTransition, A._PopupMenu, A.RadioListTile, A._BodyBuilder, A.Scrollbar, A.Switch, A.SwitchListTile, A.Tab, A.Theme, A._TimePickerHeader, A._HourMinuteControl, A._HourControl, A._StringFragment, A._MinuteControl, A._DayPeriodControl, A._HourTextField, A._MinuteTextField, A.ToggleButtons, A._ToggleButton, A._TooltipOverlay, A._NullWidget0, A.PositionedDirectional, A.KeyedSubtree, A.Builder, A.Container, A.DisplayFeatureSubScreen, A.ExcludeFocus, A.GestureDetector, A.Icon, A._CaptureAll, A._InteractiveViewerBuilt, A.ModalBarrier, A._ModalBarrierGestureDetector, A.NavigationToolbar, A.PageStorage, A.Placeholder, A.HtmlElementView, A.PreferredSize, A.ReorderableDragStartListener, A._DragItemProxy, A.SafeArea, A.ScrollView, A.SingleChildScrollView, A.SliverFillViewport, A.SliverPersistentHeader, A.Spacer, A._NullWidget2, A.Text, A.Title, A.StoreConnector, A.StoreBuilder, A.DrawerMotion, A.CustomSlidableAction, A.SlidableAction, A.SlidableAutoCloseBehaviorInteractor, A.SlidableAutoCloseInteractor, A.SlidableAutoCloseBehaviorListener, A.SlidableAutoCloseNotificationSender, A.SlidableAutoCloseBarrierInteractor, A.FieldGrid, A.ActionMenuButton, A.ViewActionMenuButton, A.AppBorder, A.CustomFieldSelector, A.AppHeader, A.AppTitleBar, A.AppWebView, A._WebWebView, A.BlankScreen, A.AppTextButton, A.BottomButtons, A.AppButton, A.ConfirmEmail, A.ConfirmEmailBuilder, A.CopyToClipboard, A.MessageDialog, A.ErrorDialog, A._HealthListTile, A.LoadingDialog, A.DismissibleEntity, A.DocumentGrid, A.DocumentTile, A.DocumentPreview, A.EditScaffold, A.EntityActionListTile, A.EntityStatusChip, A.EntityAutocompleteListTile, A.EntityHeader, A.EntityStateLabel, A.EntityTopFilter, A.EntityTopFilterHeader, A.FormCard, A.AppDropdownButton, A.AppForm, A.AppTabForm, A.AppTabBar, A.AppToggleButtons, A.BoolDropdownButton, A.ClientPicker, A.CustomSurcharges, A.DesignPicker, A.DiscountField, A.DynamicSelector, A.LearnMoreUrl, A.NotificationSettings, A._NotificationSelector, A.ProjectPicker, A.SaveCancelButtons, A.UserPicker, A.VendorPicker, A.TokenMeta, A.HelpText, A.HistoryDrawer, A.HistoryDrawerBuilder, A.IconMessage, A.IconText, A.InvoiceItemListTile, A.TaxRateField, A.ListScaffold, A.ActivityListTile, A.AppListTile, A.ListDivider, A.ListFilterMessage, A.FilterListTile, A.SelectedIndicator, A.LoadingIndicator, A.MainScreen, A.EntityScreens, A.SettingsScreens, A.SidebarFooter, A.SidebarFooterCollapsed, A.MenuDrawerBuilder, A._SelectRow, A.PortalLinks, A.TableTooltip, A.CachedImage, A.ResponsivePadding, A.AppDataTable, A._VariableGrid, A.ViewScaffold, A.InitScreen, A.LockScreen, A.RuledText, A.LoginScreen, A.ClientListItem, A.ClientListBuilder, A.ClientPdfScreen, A.ClientScreen, A.ClientScreenBuilder, A.ContactListTile0, A.ClientEditContactsScreen, A.ClientEditDesktop, A.ClientEditFooter, A.ClientEditScreen, A.ClientViewDocuments, A.ClientOverview, A.ClientViewScreen, A.CompanyGatewayListItem, A.CompanyGatewayListBuilder, A.CompanyGatewayScreen, A.CompanyGatewayScreenBuilder, A.GatewayConfigSettings, A.CompanyGatewayEditScreen, A._CompanyGatewayOverview, A.CompanyGatewayViewScreen, A.CreditEmailScreen, A.CreditListItem, A.CreditListBuilder, A.CreditPdfScreen, A.CreditScreen, A.CreditScreenBuilder, A.CreditEditDetailsScreen, A.CreditEditItemsScreen, A.CreditEditNotesScreen, A.CreditEditPDFScreen, A.CreditEditScreen, A.CreditViewScreen, A.DashboardActivity, A.DashboardPanels, A._CustomTabBarView, A.DashboardScreenBuilder, A.SidebarScaffold, A.InvoiceSidebar, A.PaymentSidebar, A.QuoteSidebar, A.TaskSidebar, A.ExpenseSidbar, A._DashboardSidebar, A.DashboardSystemLogs, A.DesignListItem, A.DesignListBuilder, A.DesignScreen, A.DesignScreenBuilder, A.DesignSection, A.HtmlDesignPreview, A.DesignEditScreen, A.DesignViewScreen, A.DocumentListItem, A.DocumentListBuilder, A.DocumentScreen, A.DocumentScreenBuilder, A.DocumentEditScreen, A.DocumentViewScreen, A.ExpenseEditDesktop, A.ExpenseEditScreen, A.ExpenseListItem, A.ExpenseListBuilder, A.ExpenseScreen, A.ExpenseScreenBuilder, A.ExpenseViewDocuments, A.ExpenseOverview, A.ExpenseViewScreen, A.ExpenseCategoryEditScreen, A.ExpenseCategoryListItem, A.ExpenseCategoryListBuilder, A.ExpenseCategoryScreen, A.ExpenseCategoryScreenBuilder, A.ExpenseCategoryViewScreen, A.GroupEditScreen, A.GroupListItem, A.GroupListBuilder, A.GroupSettingsScreen, A.GroupScreenBuilder, A.SettingsViewer, A.GroupViewScreen, A.InvoiceEditContacts, A._ClientContactListTile, A._VendorContactListTile, A.InvoiceEditContactsScreen, A.InvoiceEditDetailsScreen, A.InvoiceEditFooter, A.TableHeader, A.InvoiceEditItemsScreen, A.InvoiceEditNotesScreen, A.InvoiceEditPDFScreen, A.InvoiceEditScreen, A.InvoiceEmailScreen, A.InvoiceListItem, A.InvoiceListBuilder, A.InvoicePdfScreen, A.InvoiceScreen, A.InvoiceScreenBuilder, A.InvoiceViewContacts, A._InvitationListTile, A.InvoiceViewDocuments, A.InvoiceOverview, A.InvoiceViewScreen, A.PaymentEditScreen, A.PaymentListItem, A.PaymentListBuilder, A.PaymentScreen, A.PaymentScreenBuilder, A.PaymentRefundScreen, A.PaymentViewScreen, A.PaymentTermEditScreen, A.PaymentTermListItem, A.PaymentTermListBuilder, A.PaymentTermScreen, A.PaymentTermScreenBuilder, A.PaymentTermViewScreen, A.ProductEditScreen, A.ProductListItem, A.ProductListBuilder, A.ProductScreen, A.ProductScreenBuilder, A.ProductViewDocuments, A.ProductViewScreen, A.ProjectEditScreen, A.ProjectListItem, A.ProjectListBuilder, A.ProjectScreen, A.ProjectScreenBuilder, A.ProjectViewDocuments, A.ProjectViewScreen, A.PurchaseOrderEditDetailsScreen, A.PurchaseOrderEditItemsScreen, A.PurchaseOrderEditNotesScreen, A.PurchaseOrderEditPDFScreen, A.PurchaseOrderEditScreen, A.PurchaseOrderEmailScreen, A.PurchaseOrderListItem, A.PurchaseOrderListBuilder, A.PurchaseOrderPdfScreen, A.PurchaseOrderScreen, A.PurchaseOrderScreenBuilder, A.PurchaseOrderViewScreen, A.QuoteEditDetailsScreen, A.QuoteEditItemsScreen, A.QuoteEditNotesScreen, A.QuoteEditPDFScreen, A.QuoteEditScreen, A.QuoteEmailScreen, A.QuoteListItem, A.QuoteListBuilder, A.QuotePdfScreen, A.QuoteScreen, A.QuoteScreenBuilder, A.QuoteViewScreen, A.RecurringExpenseEditScreen, A.RecurringExpenseListItem, A.RecurringExpenseListBuilder, A.RecurringExpenseScreen, A.RecurringExpenseScreenBuilder, A.RecurringExpenseViewScreen, A.RecurringInvoiceEditDetailsScreen, A.RecurringInvoiceEditItemsScreen, A.RecurringInvoiceEditNotesScreen, A.RecurringInvoiceEditPDFScreen, A.RecurringInvoiceEditScreen, A.RecurringInvoiceListItem, A.RecurringInvoiceListBuilder, A.RecurringInvoicePdfScreen, A.RecurringInvoiceScreen, A.RecurringInvoiceScreenBuilder, A.RecurringInvoiceViewScreen, A.ReportCharts, A.ReportsScreen, A.TotalsDataTable, A.ReportsScreenBuilder, A._AccountOverview, A.AccountManagementScreen, A.ClientPortalScreen, A.CompanyDetailsScreen, A.CreditCardsAndBanksScreen, A.CustomFieldsSettings, A.CustomFieldsScreen, A.DataVisualizationsScreen, A.DeviceSettingsScreen, A.EmailSettingsScreen, A.ExpenseSettingsScreen, A.HelpPanel, A.GeneratedNumbersScreen, A._FieldMapper, A.ImportExportScreen, A.InvoiceDesignScreen, A.LocalizationScreen, A.PaymentsSettingsScreen, A.ProductSettingsScreen, A.SettingsListTile, A.SettingsSearch, A.SettingsListBuilder, A.SettingsScreen, A.SettingsScreenBuilder, A.TaskSettingsScreen, A.NumberOfRatesSelector, A.TaxSettingsScreen, A.EmailPreview, A.TemplatesAndRemindersScreen, A.UserDetailsScreen, A.WorkflowSettingsScreen, A.SubscriptionEditScreen, A.SubscriptionListItem, A.SubscriptionListBuilder, A.SubscriptionScreen, A.SubscriptionScreenBuilder, A.SubscriptionViewScreen, A._BottomBar, A.TaskEditDetailsScreen, A.TaskEditTimesScreen, A.TaskEditScreen, A.TaskListItem, A.TaskListBuilder, A.TaskScreen, A.TaskScreenBuilder, A.TaskTimeListTile, A.TaskViewDocuments, A.TaskViewScreen, A.TaskStatusEditScreen, A.TaskStatusListItem, A.TaskStatusListBuilder, A.TaskStatusScreen, A.TaskStatusScreenBuilder, A.TaskStatusViewScreen, A.TaxRateEditScreen, A.TaxRateListItem, A.TaxRateListBuilder, A.TaxRateSettingsScreen, A.TaxRateScreenBuilder, A.TaxRateViewScreen, A.TokenEditScreen, A.TokenListItem, A.TokenListBuilder, A.TokenScreen, A.TokenScreenBuilder, A._TokenListTile, A.TokenViewScreen, A._PermissionCheckbox, A.UserEditScreen, A.UserListItem, A.UserListBuilder, A.UserScreen, A.UserScreenBuilder, A.UserView, A.UserViewScreen, A.ContactListTile, A.VendorEditContactsScreen, A.VendorEditDesktop, A.VendorEditFooter, A.VendorEditScreen, A.VendorListItem, A.VendorListBuilder, A.VendorScreen, A.VendorScreenBuilder, A.VendorViewDocuments, A.VendorOverview, A.VendorViewScreen, A.WebhookEditScreen, A.TargetListTile, A.WebhookViewScreen, A.WebhookListItem, A.WebhookListBuilder, A.WebhookScreen, A.WebhookScreenBuilder, A._PositionedToolbar, A._PinItem, A._SeparatedRaw, A.PointerInterceptor, A.PdfPreviewAction, A.PdfPrintAction, A._PdfShareAction_StatelessWidget_PdfPreviewActionBounds, A.PdfPreviewPage, A._QrContentView, A.SignInWithAppleButton, A.OnBuilder, A.BlockquoteComponent, A.SelectableBox, A.ScrollableDocument, A.KeyboardEditingToolbar, A.DocumentKeyboardInteractor, A.HorizontalRuleComponent, A.ImageComponent, A._Component, A.UnorderedListItemComponent, A.OrderedListItemComponent, A.ListenableBuilder, A.AndroidFollowingMagnifier, A.AndroidMagnifyingGlass, A.AndroidSelectionHandle, A.AndroidTextEditingFloatingToolbar, A.IOSFollowingMagnifier, A.IOSRoundedRectangleMagnifyingGlass, A.IOSSelectionHandle, A.IOSCollapsedHandle, A.IOSTextEditingFloatingToolbar, A.MagnifyingGlass, A.TextLayoutSelectionHighlight, A.TextLayoutEmptyHighlight]); - _inheritMany(A.Listenable, [A.CustomPainter, A.Animation0, A._MergingListenable, A.CustomClipper, A._SystemFontsNotifier]); - _inheritMany(A.CustomPainter, [A._IconPainter, A.ChartContainerCustomPaint, A._SymbolCustomPaint, A._TextSelectionHandlePainter0, A._DropdownMenuPainter, A._InputBorderPainter, A._ShapeBorderPainter, A._LinearProgressIndicatorPainter, A._CircularProgressIndicatorPainter, A._IndicatorPainter, A._TextSelectionHandlePainter, A._DialPainter, A._GlowingOverscrollIndicatorPainter, A._PlaceholderPainter, A.QrPainter, A.AppleLogoPainter, A._CaretPainter, A.CaretPainter, A._EmptyHighlightPainter, A.TextSelectionPainter]); - _inheritMany(A._IconPainter, [A._MaximizePainter, A._MinimizePainter]); - _inheritMany(A.WindowButton, [A.MinimizeWindowButton, A.MaximizeWindowButton, A.CloseWindowButton]); - _inheritMany(A.PlatformInterface, [A.BitsdojoWindowPlatform, A.FilePicker, A.ImageCropperPlatform, A.ImagePickerPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, A.PrintingPlatform, A.SignInWithApplePlatform, A.UrlLauncherPlatform]); - _inheritMany(A.BitsdojoWindowPlatform, [A.MethodChannelBitsdojoWindow, A.BitsdojoWindowPlatformNotImplemented]); - _inherit(A.NotImplementedWindow, A.DesktopWindow); - _inherit(A.AppWindowNotImplemented, A.NotImplementedWindow); - _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.CupertinoButton, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A.PaginatedDataTable, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.StatefulBuilder, A.Shortcuts, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A._TextEditingHistory, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromWindow, A.Navigator, A._OverlayEntryWidget, A.Overlay, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A._ModalScope, A.ScrollNotificationObserver, A.Scrollable, A.SharedAppData, A._FloatingHeader, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.CountryPickerDialog, A.IntlPhoneField, A.InvoiceNinjaApp, A._MergClientPicker, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.MenuDrawer, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ReviewApp, A.ScrollableListView, A.ScrollableListViewBuilder, A.SmsVerification, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.WindowManager, A.LoginView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A._OverviewPanel, A._DashboardSettings, A._DashboardField, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A.DesignView, A.DocumentEdit, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A.InvoiceEditDesktop, A._PdfPreview, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.PurchaseOrderEdit, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A.LocalizationSettings, A._AddCompanyDialog, A.PaymentSettings, A.ProductSettings, A.SettingsList, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorView, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.FadeWidget, A.OctoImage, A.Pinput, A._PinputCursor, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.MyStatefulWidget, A.BoxComponent, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.AndroidDocumentTouchEditingControls, A.IOSDocumentTouchInteractor, A.IosDocumentTouchEditingControls, A.DocumentImeInteractor, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TextComponent, A.MultiListenableBuilder, A.BlinkingCaret, A.TextLayoutCaret, A.SuperText, A.SuperTextWithSelection, A._RebuildOptimizedSuperTextWithSelection]); + _inheritMany(A.Widget, [A.StatefulWidget, A.StatelessWidget, A.RenderObjectWidget, A.ProxyWidget, A._NullWidget, A._NullWidget2, A._NullWidget4]); + _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.CupertinoButton, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A.PaginatedDataTable, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.StatefulBuilder, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A._TextEditingHistory, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromWindow, A.Navigator, A._OverlayEntryWidget, A.Overlay, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A.Router, A._ModalScope, A.ScrollNotificationObserver, A.Scrollable, A._ScrollableSelectionHandler, A.SelectionContainer, A.SharedAppData, A.Shortcuts, A.ShortcutRegistrar, A._SelectionKeepAlive, A._FloatingHeader, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.CountryPickerDialog, A.IntlPhoneField, A.InvoiceNinjaApp, A._MergClientPicker, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.MenuDrawer, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ReviewApp, A.ScrollableListView, A.ScrollableListViewBuilder, A.SmsVerification, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.WindowManager, A.LoginView, A.BankAccountView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A._OverviewPanel, A._DashboardSettings, A._DashboardField, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A.DesignView, A.DocumentEdit, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A.InvoiceEditDesktop, A._PdfPreview, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.PurchaseOrderEdit, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A.LocalizationSettings, A._AddCompanyDialog, A.PaymentSettings, A.ProductSettings, A.SettingsList, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorView, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.FadeWidget, A.OctoImage, A.Pinput, A._PinputCursor, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.MyStatefulWidget, A.BoxComponent, A.CaretDocumentOverlay, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.AndroidDocumentTouchEditingControls, A.IOSDocumentTouchInteractor, A.IosDocumentTouchEditingControls, A.DocumentImeInteractor, A.DocumentScrollable, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TextComponent, A.MultiListenableBuilder, A.BlinkingCaret, A.SuperText, A.SuperTextWithSelection, A._RebuildOptimizedSuperTextWithSelection]); _inherit(A.State, A._State_Object_Diagnosticable); - _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_MaterialStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.PaginatedDataTableState, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._StatefulBuilderState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._TextEditingHistoryState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A._ModalScopeState, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._SharedAppDataState, A._ShortcutsState, A._FloatingHeaderState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A._CountryPickerDialogState, A._IntlPhoneFieldState, A.InvoiceNinjaAppState, A.__MergClientPickerState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._MenuDrawerState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ReviewAppState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SmsVerificationState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A.__WindowManagerState_State_WindowListener, A._LoginState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__OverviewPanelState, A.__DashboardSettingsState, A._DashboardFieldState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._PaymentSettingsState, A._ProductSettingsState, A._SettingsListState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A.__PinputState_State_RestorationMixin, A.__PinputCursorState_State_SingleTickerProviderStateMixin, A._PdfPreviewCustomState_State_PdfPreviewRaster, A._PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A._DocumentImeInteractorState, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A._SuperEditorState, A.__TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A.__TextLayoutCaretState_State_TickerProviderStateMixin, A._SuperTextState_State_ProseTextBlock, A._ProseTextState_State_ProseTextBlock, A._RebuildOptimizedSuperTextWithSelectionState]); + _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_TickerProviderStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.PaginatedDataTableState, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._StatefulBuilderState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._TextEditingHistoryState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A.__RouterState_State_RestorationMixin, A._ModalScopeState, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._ScrollableSelectionHandlerState, A.__SelectionContainerState_State_Selectable, A._SharedAppDataState, A._ShortcutsState, A._ShortcutRegistrarState, A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin, A._FloatingHeaderState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A._CountryPickerDialogState, A._IntlPhoneFieldState, A.InvoiceNinjaAppState, A.__MergClientPickerState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._MenuDrawerState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ReviewAppState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SmsVerificationState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A.__WindowManagerState_State_WindowListener, A._LoginState, A._BankAccountViewState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__OverviewPanelState, A.__DashboardSettingsState, A._DashboardFieldState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._PaymentSettingsState, A._ProductSettingsState, A._SettingsListState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A.__PinputState_State_RestorationMixin, A.__PinputCursorState_State_SingleTickerProviderStateMixin, A._PdfPreviewCustomState_State_PdfPreviewRaster, A._PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A._DocumentImeInteractorState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A.SuperEditorState, A._TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A._SuperTextState_State_ProseTextBlock, A._ProseTextState_State_ProseTextBlock, A._RebuildOptimizedSuperTextWithSelectionState]); _inherit(A.BoardItemState, A._BoardItemState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardListState, A._BoardListState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardViewState, A._BoardViewState_State_AutomaticKeepAliveClientMixin); @@ -494345,6 +509809,7 @@ _inherit(A._BuiltSet, A.BuiltSet); _inherit(A._BuiltSetMultimap, A.BuiltSetMultimap); _inheritMany(A.JsonObject, [A.BoolJsonObject, A.ListJsonObject, A.MapJsonObject, A.NumJsonObject, A.StringJsonObject]); + _inheritMany(A.StatelessWidget, [A.CachedNetworkImage, A.CupertinoPageTransition, A.CupertinoTheme, A._AboutProgram, A._PackageListTile, A._PackageLicensePageTitle, A._MasterPage, A._DetailView, A.BackButtonIcon, A.BackButton, A.Card, A.CheckboxListTile, A.DataTable, A.InkResponse, A._DatePickerHeader, A.Dialog, A.AlertDialog, A.SimpleDialogOption, A.SimpleDialog, A.Divider, A.Drawer, A._DropdownRoutePage, A._DropdownMenuItemContainer, A.FloatingActionButton, A.IconButton, A.ListTile, A._ShapeBorderPaint, A._FadeUpwardsPageTransition, A._ZoomPageTransition, A._ZoomEnterTransition, A._ZoomExitTransition, A._PopupMenu, A.RadioListTile, A._BodyBuilder, A.Scrollbar, A.Switch, A.SwitchListTile, A.Tab, A.Theme, A._TimePickerHeader, A._HourMinuteControl, A._HourControl, A._StringFragment, A._MinuteControl, A._DayPeriodControl, A._HourTextField, A._MinuteTextField, A.ToggleButtons, A._TooltipOverlay, A._NullWidget0, A.PositionedDirectional, A.KeyedSubtree, A.Builder, A.Container, A._NullWidget1, A.DefaultTextEditingShortcuts, A.DisplayFeatureSubScreen, A.ExcludeFocus, A.GestureDetector, A.Icon, A._CaptureAll, A._InteractiveViewerBuilt, A.ModalBarrier, A._ModalBarrierGestureDetector, A.NavigationToolbar, A.PageStorage, A.Placeholder, A.HtmlElementView, A.PreferredSize, A.ReorderableDragStartListener, A._DragItemProxy, A.SafeArea, A.ScrollView, A.SingleChildScrollView, A.SliverFillViewport, A.SliverPersistentHeader, A.Spacer, A._NullWidget3, A.Text, A.Title, A.StoreConnector, A.StoreBuilder, A.DrawerMotion, A.CustomSlidableAction, A.SlidableAction, A.SlidableAutoCloseBehaviorInteractor, A.SlidableAutoCloseInteractor, A.SlidableAutoCloseBehaviorListener, A.SlidableAutoCloseNotificationSender, A.SlidableAutoCloseBarrierInteractor, A.FieldGrid, A.ActionMenuButton, A.ViewActionMenuButton, A.AppBorder, A.CustomFieldSelector, A.AppHeader, A.AppTitleBar, A.AppWebView, A._WebWebView, A.BlankScreen, A.AppTextButton, A.BottomButtons, A.AppButton, A.ConfirmEmail, A.ConfirmEmailBuilder, A.CopyToClipboard, A.MessageDialog, A.ErrorDialog, A._HealthListTile, A.LoadingDialog, A.DismissibleEntity, A.DocumentGrid, A.DocumentTile, A.DocumentPreview, A.EditScaffold, A.EntityActionListTile, A.EntityStatusChip, A.EntityAutocompleteListTile, A.EntityHeader, A.EntityStateLabel, A.EntityTopFilter, A.EntityTopFilterHeader, A.FormCard, A.AppDropdownButton, A.AppForm, A.AppTabForm, A.AppTabBar, A.AppToggleButtons, A.BoolDropdownButton, A.ClientPicker, A.CustomSurcharges, A.DesignPicker, A.DiscountField, A.DynamicSelector, A.LearnMoreUrl, A.NotificationSettings, A._NotificationSelector, A.ProjectPicker, A.SaveCancelButtons, A.UserPicker, A.VendorPicker, A.TokenMeta, A.HelpText, A.HistoryDrawer, A.HistoryDrawerBuilder, A.IconMessage, A.IconText, A.InvoiceItemListTile, A.TaxRateField, A.ListScaffold, A.ActivityListTile, A.AppListTile, A.ListDivider, A.ListFilterMessage, A.FilterListTile, A.SelectedIndicator, A.LoadingIndicator, A.MainScreen, A.EntityScreens, A.SettingsScreens, A.SidebarFooter, A.SidebarFooterCollapsed, A.MenuDrawerBuilder, A._SelectRow, A.AppPinput, A.PortalLinks, A.TableTooltip, A.CachedImage, A.ResponsivePadding, A.AppDataTable, A._VariableGrid, A.ViewScaffold, A.InitScreen, A.LockScreen, A.RuledText, A.LoginScreen, A.BankAccountListItem, A.BankAccountListBuilder, A.BankAccountScreen, A.BankAccountScreenBuilder, A.BankAccountViewScreen, A.ClientListItem, A.ClientListBuilder, A.ClientPdfScreen, A.ClientScreen, A.ClientScreenBuilder, A.ContactListTile0, A.ClientEditContactsScreen, A.ClientEditDesktop, A.ClientEditFooter, A.ClientEditScreen, A.ClientViewDocuments, A.ClientOverview, A.ClientViewScreen, A.CompanyGatewayListItem, A.CompanyGatewayListBuilder, A.CompanyGatewayScreen, A.CompanyGatewayScreenBuilder, A.GatewayConfigSettings, A.CompanyGatewayEditScreen, A._CompanyGatewayOverview, A.CompanyGatewayViewScreen, A.CreditEmailScreen, A.CreditListItem, A.CreditListBuilder, A.CreditPdfScreen, A.CreditScreen, A.CreditScreenBuilder, A.CreditEditDetailsScreen, A.CreditEditItemsScreen, A.CreditEditNotesScreen, A.CreditEditPDFScreen, A.CreditEditScreen, A.CreditViewScreen, A.DashboardActivity, A.DashboardPanels, A._CustomTabBarView, A.DashboardScreenBuilder, A.SidebarScaffold, A.InvoiceSidebar, A.PaymentSidebar, A.QuoteSidebar, A.TaskSidebar, A.ExpenseSidbar, A._DashboardSidebar, A.DashboardSystemLogs, A.DesignListItem, A.DesignListBuilder, A.DesignScreen, A.DesignScreenBuilder, A.DesignSection, A.HtmlDesignPreview, A.DesignEditScreen, A.DesignViewScreen, A.DocumentListItem, A.DocumentListBuilder, A.DocumentScreen, A.DocumentScreenBuilder, A.DocumentEditScreen, A.DocumentViewScreen, A.ExpenseEditDesktop, A.ExpenseEditScreen, A.ExpenseListItem, A.ExpenseListBuilder, A.ExpenseScreen, A.ExpenseScreenBuilder, A.ExpenseViewDocuments, A.ExpenseOverview, A.ExpenseViewScreen, A.ExpenseCategoryEditScreen, A.ExpenseCategoryListItem, A.ExpenseCategoryListBuilder, A.ExpenseCategoryScreen, A.ExpenseCategoryScreenBuilder, A.ExpenseCategoryViewScreen, A.GroupEditScreen, A.GroupListItem, A.GroupListBuilder, A.GroupSettingsScreen, A.GroupScreenBuilder, A.SettingsViewer, A.GroupViewScreen, A.InvoiceEditContacts, A._ClientContactListTile, A._VendorContactListTile, A.InvoiceEditContactsScreen, A.InvoiceEditDetailsScreen, A.InvoiceEditFooter, A.TableHeader, A.InvoiceEditItemsScreen, A.InvoiceEditNotesScreen, A.InvoiceEditPDFScreen, A.InvoiceEditScreen, A.InvoiceEmailScreen, A.InvoiceListItem, A.InvoiceListBuilder, A.InvoicePdfScreen, A.InvoiceScreen, A.InvoiceScreenBuilder, A.InvoiceViewContacts, A._InvitationListTile, A.InvoiceViewDocuments, A.InvoiceOverview, A.InvoiceViewScreen, A.PaymentEditScreen, A.PaymentListItem, A.PaymentListBuilder, A.PaymentScreen, A.PaymentScreenBuilder, A.PaymentRefundScreen, A.PaymentViewScreen, A.PaymentTermEditScreen, A.PaymentTermListItem, A.PaymentTermListBuilder, A.PaymentTermScreen, A.PaymentTermScreenBuilder, A.PaymentTermViewScreen, A.ProductEditScreen, A.ProductListItem, A.ProductListBuilder, A.ProductScreen, A.ProductScreenBuilder, A.ProductViewDocuments, A.ProductViewScreen, A.ProjectEditScreen, A.ProjectListItem, A.ProjectListBuilder, A.ProjectScreen, A.ProjectScreenBuilder, A.ProjectViewDocuments, A.ProjectViewScreen, A.PurchaseOrderEditDetailsScreen, A.PurchaseOrderEditItemsScreen, A.PurchaseOrderEditNotesScreen, A.PurchaseOrderEditPDFScreen, A.PurchaseOrderEditScreen, A.PurchaseOrderEmailScreen, A.PurchaseOrderListItem, A.PurchaseOrderListBuilder, A.PurchaseOrderPdfScreen, A.PurchaseOrderScreen, A.PurchaseOrderScreenBuilder, A.PurchaseOrderViewScreen, A.QuoteEditDetailsScreen, A.QuoteEditItemsScreen, A.QuoteEditNotesScreen, A.QuoteEditPDFScreen, A.QuoteEditScreen, A.QuoteEmailScreen, A.QuoteListItem, A.QuoteListBuilder, A.QuotePdfScreen, A.QuoteScreen, A.QuoteScreenBuilder, A.QuoteViewScreen, A.RecurringExpenseEditScreen, A.RecurringExpenseListItem, A.RecurringExpenseListBuilder, A.RecurringExpenseScreen, A.RecurringExpenseScreenBuilder, A.RecurringExpenseViewScreen, A.RecurringInvoiceEditDetailsScreen, A.RecurringInvoiceEditItemsScreen, A.RecurringInvoiceEditNotesScreen, A.RecurringInvoiceEditPDFScreen, A.RecurringInvoiceEditScreen, A.RecurringInvoiceListItem, A.RecurringInvoiceListBuilder, A.RecurringInvoicePdfScreen, A.RecurringInvoiceScreen, A.RecurringInvoiceScreenBuilder, A.RecurringInvoiceViewScreen, A.ReportCharts, A.ReportsScreen, A.TotalsDataTable, A.ReportsScreenBuilder, A._AccountOverview, A.AccountManagementScreen, A.ClientPortalScreen, A.CompanyDetailsScreen, A.CreditCardsAndBanksScreen, A.CustomFieldsSettings, A.CustomFieldsScreen, A.DataVisualizationsScreen, A.DeviceSettingsScreen, A.EmailSettingsScreen, A.ExpenseSettingsScreen, A.HelpPanel, A.GeneratedNumbersScreen, A._FieldMapper, A.ImportExportScreen, A.InvoiceDesignScreen, A.LocalizationScreen, A.PaymentsSettingsScreen, A.ProductSettingsScreen, A.SettingsListTile, A.SettingsSearch, A.SettingsListBuilder, A.SettingsScreen, A.SettingsScreenBuilder, A.TaskSettingsScreen, A.NumberOfRatesSelector, A.TaxSettingsScreen, A.EmailPreview, A.TemplatesAndRemindersScreen, A.UserDetailsScreen, A.WorkflowSettingsScreen, A.SubscriptionEditScreen, A.SubscriptionListItem, A.SubscriptionListBuilder, A.SubscriptionScreen, A.SubscriptionScreenBuilder, A.SubscriptionViewScreen, A._BottomBar, A.TaskEditDetailsScreen, A.TaskEditTimesScreen, A.TaskEditScreen, A.TaskListItem, A.TaskListBuilder, A.TaskScreen, A.TaskScreenBuilder, A.TaskTimeListTile, A.TaskViewDocuments, A.TaskViewScreen, A.TaskStatusEditScreen, A.TaskStatusListItem, A.TaskStatusListBuilder, A.TaskStatusScreen, A.TaskStatusScreenBuilder, A.TaskStatusViewScreen, A.TaxRateEditScreen, A.TaxRateListItem, A.TaxRateListBuilder, A.TaxRateSettingsScreen, A.TaxRateScreenBuilder, A.TaxRateViewScreen, A.TokenEditScreen, A.TokenListItem, A.TokenListBuilder, A.TokenScreen, A.TokenScreenBuilder, A._TokenListTile, A.TokenViewScreen, A._PermissionCheckbox, A.UserEditScreen, A.UserListItem, A.UserListBuilder, A.UserScreen, A.UserScreenBuilder, A.UserView, A.UserViewScreen, A.ContactListTile, A.VendorEditContactsScreen, A.VendorEditDesktop, A.VendorEditFooter, A.VendorEditScreen, A.VendorListItem, A.VendorListBuilder, A.VendorScreen, A.VendorScreenBuilder, A.VendorViewDocuments, A.VendorOverview, A.VendorViewScreen, A.WebhookEditScreen, A.TargetListTile, A.WebhookViewScreen, A.WebhookListItem, A.WebhookListBuilder, A.WebhookScreen, A.WebhookScreenBuilder, A._PositionedToolbar, A._PinItem, A._SeparatedRaw, A.PointerInterceptor, A.PdfPreviewAction, A.PdfPrintAction, A._PdfShareAction_StatelessWidget_PdfPreviewActionBounds, A.PdfPreviewPage, A._QrContentView, A.SignInWithAppleButton, A.OnBuilder, A.BlockquoteComponent, A.SelectableBox, A.ScrollableDocument, A.KeyboardEditingToolbar, A.DocumentKeyboardInteractor, A.HorizontalRuleComponent, A.ImageComponent, A._Component, A.UnorderedListItemComponent, A.OrderedListItemComponent, A.ListenableBuilder, A.AndroidFollowingMagnifier, A.AndroidMagnifyingGlass, A.AndroidSelectionHandle, A.AndroidTextEditingFloatingToolbar, A.IOSFollowingMagnifier, A.IOSRoundedRectangleMagnifyingGlass, A.IOSSelectionHandle, A.IOSCollapsedHandle, A.IOSTextEditingFloatingToolbar, A.MagnifyingGlass, A.TextLayoutSelectionHighlight, A.TextLayoutEmptyHighlight]); _inheritMany(A.ImageProvider, [A.CachedNetworkImageProvider, A.NetworkImage, A.AssetBundleImageProvider, A.ScrollAwareImageProvider, A.PdfRasterImage]); _inherit(A.ImageStreamCompleter, A._ImageStreamCompleter_Object_Diagnosticable); _inheritMany(A.ImageStreamCompleter, [A.MultiImageStreamCompleter, A._ErrorImageCompleter, A.OneFrameImageStreamCompleter, A.MultiFrameImageStreamCompleter]); @@ -494394,7 +509859,7 @@ _inherit(A.TabularLegendContentBuilder, A.BaseLegendContentBuilder); _inherit(A._FlutterSeriesLegend, A.SeriesLegend0); _inheritMany(A.RenderObjectWidget, [A.SingleChildRenderObjectWidget, A.LeafRenderObjectWidget, A.__Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.MultiChildRenderObjectWidget, A.RenderObjectToWidgetAdapter, A.ConstrainedLayoutBuilder, A.SliverWithKeepAliveWidget, A._SliverPersistentHeaderRenderObjectWidget, A.Table]); - _inheritMany(A.SingleChildRenderObjectWidget, [A.CustomPaint, A._AppBarTitleBox, A._InputPadding, A._InputPadding0, A._MenuItem, A._ChildOverflowBox, A._InkFeatures, A._MenuItem0, A._DayPeriodInputPadding, A._SelectToggleButton, A._InputPadding1, A._AnimatedSize, A.AnnotatedRegion, A.Opacity, A.BackdropFilter, A.ClipRect, A.ClipRRect, A.ClipOval, A.ClipPath, A.PhysicalModel, A.PhysicalShape, A.Transform, A.CompositedTransformTarget, A.CompositedTransformFollower, A.FittedBox, A.FractionalTranslation, A.Padding, A.Align, A.CustomSingleChildLayout, A.SizedBox, A.ConstrainedBox, A.FractionallySizedBox, A.LimitedBox, A.OverflowBox, A.Offstage, A.AspectRatio, A.IntrinsicWidth, A.IntrinsicHeight, A.SliverPadding, A.Listener, A.MouseRegion, A.RepaintBoundary, A.IgnorePointer, A.AbsorbPointer, A.Semantics, A.MergeSemantics, A.BlockSemantics, A.ExcludeSemantics, A.IndexedSemantics, A.ColoredBox, A.DecoratedBox, A._GestureSemantics, A.FocusTrap, A.FocusTrapArea, A._ScrollSemantics, A._SingleChildViewport, A._SliverFractionalPadding, A.FadeTransition]); + _inheritMany(A.SingleChildRenderObjectWidget, [A.CustomPaint, A._AppBarTitleBox, A._InputPadding, A._InputPadding0, A._MenuItem, A._ChildOverflowBox, A._InkFeatures, A._MenuItem0, A._DayPeriodInputPadding, A._SelectToggleButton, A._InputPadding1, A._AnimatedSize, A.AnnotatedRegion, A.Opacity, A.BackdropFilter, A.ClipRect, A.ClipRRect, A.ClipOval, A.ClipPath, A.PhysicalModel, A.PhysicalShape, A.Transform, A.CompositedTransformTarget, A.CompositedTransformFollower, A.FittedBox, A.FractionalTranslation, A.Padding, A.Align, A.CustomSingleChildLayout, A.SizedBox, A.ConstrainedBox, A.FractionallySizedBox, A.LimitedBox, A.OverflowBox, A.Offstage, A.AspectRatio, A.IntrinsicWidth, A.IntrinsicHeight, A.SliverPadding, A.Listener, A.MouseRegion, A.RepaintBoundary, A.IgnorePointer, A.AbsorbPointer, A.Semantics, A.MergeSemantics, A.BlockSemantics, A.ExcludeSemantics, A.IndexedSemantics, A.ColoredBox, A.DecoratedBox, A._GestureSemantics, A._PlatformViewPlaceHolder, A.FocusTrap, A.FocusTrapArea, A._ScrollSemantics, A._SingleChildViewport, A._SliverFractionalPadding, A.FadeTransition]); _inherit(A.ChartContainer, A.CustomPaint); _inheritMany(A.AbstractNode, [A._RenderObject_AbstractNode_DiagnosticableTreeMixin, A._Layer_AbstractNode_DiagnosticableTreeMixin, A._SemanticsNode_AbstractNode_DiagnosticableTreeMixin]); _inherit(A.RenderObject, A._RenderObject_AbstractNode_DiagnosticableTreeMixin); @@ -494404,6 +509869,8 @@ _inherit(A.RenderProxyBox, A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin); _inheritMany(A.RenderProxyBox, [A.RenderCustomPaint, A.RenderConstrainedBox, A._RenderMenuItem, A._RenderInkFeatures, A.RenderProxyBoxWithHitTestBehavior, A.RenderLimitedBox, A.RenderAspectRatio, A.RenderIntrinsicWidth, A.RenderIntrinsicHeight, A.RenderOpacity, A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, A.RenderBackdropFilter, A._RenderCustomClip, A.RenderDecoratedBox, A.RenderTransform, A.RenderFittedBox, A.RenderFractionalTranslation, A.RenderRepaintBoundary, A.RenderIgnorePointer, A.RenderOffstage, A.RenderAbsorbPointer, A.RenderSemanticsAnnotations, A.RenderBlockSemantics, A.RenderMergeSemantics, A.RenderExcludeSemantics, A.RenderIndexedSemantics, A.RenderLeaderLayer, A.RenderFollowerLayer, A.RenderAnnotatedRegion, A._RenderFocusTrapArea, A._RenderScrollSemantics]); _inherit(A.ChartContainerRenderObject, A.RenderCustomPaint); + _inheritMany(A.Listenable, [A.CustomPainter, A.Animation0, A._MergingListenable, A.CustomClipper, A._SystemFontsNotifier]); + _inheritMany(A.CustomPainter, [A.ChartContainerCustomPaint, A._SymbolCustomPaint, A._TextSelectionHandlePainter0, A._DropdownMenuPainter, A._InputBorderPainter, A._ShapeBorderPainter, A._LinearProgressIndicatorPainter, A._CircularProgressIndicatorPainter, A._IndicatorPainter, A._TextSelectionHandlePainter, A._DialPainter, A._GlowingOverscrollIndicatorPainter, A._PlaceholderPainter, A.QrPainter, A.AppleLogoPainter, A._CaretPainter, A._EmptyHighlightPainter, A.TextSelectionPainter]); _inheritMany(A.MultiChildLayoutDelegate, [A.WidgetLayoutDelegate, A._ScaffoldLayout, A._ToolbarLayout]); _inheritMany(A._UnorderedEquality, [A.UnorderedIterableEquality, A.SetEquality]); _inherit(A.XFile, A.XFileBase); @@ -494424,12 +509891,13 @@ _inheritMany(A.RealNode, [A.DirectoryNode, A.FileNode]); _inherit(A.RootNode, A.DirectoryNode); _inherit(A._Posix, A.FileSystemStyle); + _inheritMany(A.PlatformInterface, [A.FilePicker, A.ImageCropperPlatform, A.ImagePickerPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, A.PrintingPlatform, A.SignInWithApplePlatform, A.UrlLauncherPlatform]); _inheritMany(A.FilePicker, [A.FilePickerWeb, A.FilePickerIO, A.FilePickerMacOS, A.FilePickerLinux]); _inheritMany(A.Animation0, [A._AnimationController_Animation_AnimationEagerListenerMixin, A._AlwaysCompleteAnimation, A._AlwaysDismissedAnimation, A.AlwaysStoppedAnimation, A._ProxyAnimation_Animation_AnimationLazyListenerMixin, A._ReverseAnimation_Animation_AnimationLazyListenerMixin, A._CurvedAnimation_Animation_AnimationWithParentMixin, A._TrainHoppingAnimation_Animation_AnimationEagerListenerMixin, A._CompoundAnimation_Animation_AnimationLazyListenerMixin, A.__AnimatedEvaluation_Animation_AnimationWithParentMixin, A.__ChangeAnimation_Animation_AnimationWithParentMixin, A.__DragAnimation_Animation_AnimationWithParentMixin]); _inherit(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin, A._AnimationController_Animation_AnimationEagerListenerMixin); _inherit(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin, A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin); _inherit(A.AnimationController, A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin); - _inheritMany(A.Simulation, [A._InterpolationSimulation, A._RepeatingSimulation, A.FrictionSimulation, A.SpringSimulation, A.BouncingScrollSimulation, A.ClampingScrollSimulation]); + _inheritMany(A.Simulation, [A._InterpolationSimulation, A._RepeatingSimulation, A.FrictionSimulation, A.SpringSimulation, A._DiscreteKeyFrameSimulation, A.BouncingScrollSimulation, A.ClampingScrollSimulation]); _inherit(A._ProxyAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin, A._ProxyAnimation_Animation_AnimationLazyListenerMixin); _inherit(A._ProxyAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin, A._ProxyAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin); _inherit(A.ProxyAnimation, A._ProxyAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin); @@ -494447,7 +509915,7 @@ _inheritMany(A.Curve, [A._Linear, A.SawTooth, A.Interval, A.Threshold, A.Cubic, A.ThreePointCubic, A.FlippedCurve, A._DecelerateCurve, A.ElasticOutCurve]); _inherit(A._AnimatedEvaluation, A.__AnimatedEvaluation_Animation_AnimationWithParentMixin); _inheritMany(A.Animatable, [A._ChainedEvaluation, A.Tween, A.CurveTween, A.TweenSequence]); - _inheritMany(A.Tween, [A.ReverseTween, A.ColorTween, A.SizeTween, A.RectTween, A.IntTween, A.MaterialPointArcTween, A._InputBorderTween, A.ShapeBorderTween, A.ThemeDataTween, A.AlignmentGeometryTween, A.BoxConstraintsTween, A.DecorationTween, A.EdgeInsetsGeometryTween, A.BorderRadiusTween, A.Matrix4Tween, A.TextStyleTween]); + _inheritMany(A.Tween, [A.ReverseTween, A.ColorTween, A.SizeTween, A.RectTween, A.IntTween, A.MaterialPointArcTween, A._InputBorderTween, A.ShapeBorderTween, A.ThemeDataTween, A.AlignmentGeometryTween, A.BoxConstraintsTween, A.DecorationTween, A.EdgeInsetsTween, A.EdgeInsetsGeometryTween, A.BorderRadiusTween, A.Matrix4Tween, A.TextStyleTween]); _inherit(A._CupertinoButtonState, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin); _inheritMany(A.Color, [A._CupertinoDynamicColor_Color_Diagnosticable, A.ColorSwatch, A.MaterialStateColor]); _inherit(A.CupertinoDynamicColor, A._CupertinoDynamicColor_Color_Diagnosticable); @@ -494464,10 +509932,10 @@ _inheritMany(A.RawScrollbarState, [A._CupertinoScrollbarState, A._MaterialScrollbarState]); _inherit(A._CupertinoSwitchState, A.__CupertinoSwitchState_State_TickerProviderStateMixin); _inheritMany(A.LeafRenderObjectWidget, [A._CupertinoSwitchRenderObjectWidget, A.RawImage, A.ErrorWidget, A.PerformanceOverlay, A.PlatformViewSurface]); - _inherit(A._RenderCupertinoSwitch, A.RenderConstrainedBox); + _inheritMany(A.RenderConstrainedBox, [A._RenderCupertinoSwitch, A._PlatformViewPlaceholderBox]); _inherit(A.CupertinoTextThemeData, A._CupertinoTextThemeData_Object_Diagnosticable); _inheritMany(A.ProxyWidget, [A.InheritedWidget, A.ParentDataWidget, A.NotificationListener]); - _inheritMany(A.InheritedWidget, [A._InheritedCupertinoTheme, A.InheritedTheme, A._FocusedDate, A.DropdownButtonHideUnderline, A.FlexibleSpaceBarSettings, A._ParentInkResponseProvider, A._ScaffoldMessengerScope, A._ScaffoldScope, A._TabControllerScope, A._ActionsMarker, A.InheritedNotifier, A._AutofillScope, A.Directionality, A._FocusTraversalGroupMarker, A._FormScope, A.InheritedModel, A._LocalizationsScope, A.MediaQuery, A.HeroControllerScope, A.PrimaryScrollController, A.UnmanagedRestorationScope, A._ModalScopeStatus, A.ScrollConfiguration, A._ScrollNotificationObserverScope, A._ScrollableScope, A._EffectiveTickerMode, A.StoreProvider, A.ActionPaneConfiguration, A._ActionPaneScope, A._SlidableControllerScope, A.StyledToastTheme]); + _inheritMany(A.InheritedWidget, [A._InheritedCupertinoTheme, A.InheritedTheme, A._FocusedDate, A.DropdownButtonHideUnderline, A.FlexibleSpaceBarSettings, A._ParentInkResponseProvider, A._ScaffoldMessengerScope, A._ScaffoldScope, A._TabControllerScope, A._ActionsMarker, A.InheritedNotifier, A._AutofillScope, A._UbiquitousInheritedWidget, A._FocusTraversalGroupMarker, A._FormScope, A.InheritedModel, A._LocalizationsScope, A.MediaQuery, A.HeroControllerScope, A.PrimaryScrollController, A.UnmanagedRestorationScope, A._RouterScope, A._ModalScopeStatus, A.ScrollConfiguration, A._ScrollNotificationObserverScope, A._ScrollableScope, A.SelectionRegistrarScope, A._ShortcutRegistrarMarker, A._EffectiveTickerMode, A.StoreProvider, A.ActionPaneConfiguration, A._ActionPaneScope, A._SlidableControllerScope, A.StyledToastTheme]); _inherit(A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable, A.NoDefaultCupertinoThemeData); _inherit(A.CupertinoThemeData, A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable); _inherit(A._DefaultCupertinoTextThemeData, A.CupertinoTextThemeData); @@ -494478,7 +509946,7 @@ _inherit(A.FlutterError, A._FlutterError_Error_DiagnosticableTreeMixin); _inherit(A.DiagnosticsStackTrace, A.DiagnosticsBlock); _inheritMany(A.DiagnosticableNode, [A._FlutterErrorDetailsNode, A.DiagnosticableTreeNode, A._SemanticsDiagnosticableNode]); - _inheritMany(A.ChangeNotifier, [A.ValueNotifier, A.ToggleablePainter, A.DataTableSource, A.RestorableProperty, A._InputBorderGap, A._ScaffoldGeometryNotifier, A.TabController, A.ViewportOffset, A.ScrollController, A.RenderEditablePainter, A.MouseTracker, A.SemanticsOwner, A.RestorationManager, A.KeepAliveHandle, A.OverlayEntry, A._GlowController, A._StretchController, A.ScrollbarPainter, A._ShortcutManager_ChangeNotifier_Diagnosticable, A.AppDataTableSource, A.PdfPreviewData]); + _inheritMany(A.ChangeNotifier, [A.ValueNotifier, A.ToggleablePainter, A.DataTableSource, A.RestorableProperty, A._InputBorderGap, A._ScaffoldGeometryNotifier, A.TabController, A.ViewportOffset, A.ScrollController, A.RenderEditablePainter, A.MouseTracker, A.SemanticsOwner, A.RestorationManager, A.KeepAliveHandle, A._GlowController, A._StretchController, A.ScrollbarPainter, A.AppDataTableSource, A.PdfPreviewData]); _inheritMany(A.Key, [A.LocalKey, A.GlobalKey]); _inheritMany(A.LocalKey, [A.UniqueKey, A.ValueKey, A._SaltedKey, A.ObjectKey]); _inherit(A.LicenseEntryWithLineBreaks, A.LicenseEntry); @@ -494487,10 +509955,10 @@ _inherit(A.__TransformedPointerEvent__AbstractPointerEvent_Diagnosticable, A._AbstractPointerEvent); _inherit(A.__TransformedPointerEvent__AbstractPointerEvent_Diagnosticable__PointerEventDescription, A.__TransformedPointerEvent__AbstractPointerEvent_Diagnosticable); _inherit(A._TransformedPointerEvent, A.__TransformedPointerEvent__AbstractPointerEvent_Diagnosticable__PointerEventDescription); - _inheritMany(A.PointerEvent, [A._PointerAddedEvent_PointerEvent__PointerEventDescription, A._PointerRemovedEvent_PointerEvent__PointerEventDescription, A._PointerHoverEvent_PointerEvent__PointerEventDescription, A._PointerEnterEvent_PointerEvent__PointerEventDescription, A._PointerExitEvent_PointerEvent__PointerEventDescription, A._PointerDownEvent_PointerEvent__PointerEventDescription, A._PointerMoveEvent_PointerEvent__PointerEventDescription, A._PointerUpEvent_PointerEvent__PointerEventDescription, A.PointerSignalEvent, A._PointerCancelEvent_PointerEvent__PointerEventDescription]); + _inheritMany(A.PointerEvent, [A._PointerAddedEvent_PointerEvent__PointerEventDescription, A._PointerRemovedEvent_PointerEvent__PointerEventDescription, A._PointerHoverEvent_PointerEvent__PointerEventDescription, A._PointerEnterEvent_PointerEvent__PointerEventDescription, A._PointerExitEvent_PointerEvent__PointerEventDescription, A._PointerDownEvent_PointerEvent__PointerEventDescription, A._PointerMoveEvent_PointerEvent__PointerEventDescription, A._PointerUpEvent_PointerEvent__PointerEventDescription, A.PointerSignalEvent, A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription, A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription, A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription, A._PointerCancelEvent_PointerEvent__PointerEventDescription]); _inherit(A._PointerAddedEvent_PointerEvent__PointerEventDescription__CopyPointerAddedEvent, A._PointerAddedEvent_PointerEvent__PointerEventDescription); _inherit(A.PointerAddedEvent, A._PointerAddedEvent_PointerEvent__PointerEventDescription__CopyPointerAddedEvent); - _inheritMany(A._TransformedPointerEvent, [A.__TransformedPointerAddedEvent__TransformedPointerEvent__CopyPointerAddedEvent, A.__TransformedPointerRemovedEvent__TransformedPointerEvent__CopyPointerRemovedEvent, A.__TransformedPointerHoverEvent__TransformedPointerEvent__CopyPointerHoverEvent, A.__TransformedPointerEnterEvent__TransformedPointerEvent__CopyPointerEnterEvent, A.__TransformedPointerExitEvent__TransformedPointerEvent__CopyPointerExitEvent, A.__TransformedPointerDownEvent__TransformedPointerEvent__CopyPointerDownEvent, A.__TransformedPointerMoveEvent__TransformedPointerEvent__CopyPointerMoveEvent, A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent, A.__TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent, A.__TransformedPointerCancelEvent__TransformedPointerEvent__CopyPointerCancelEvent]); + _inheritMany(A._TransformedPointerEvent, [A.__TransformedPointerAddedEvent__TransformedPointerEvent__CopyPointerAddedEvent, A.__TransformedPointerRemovedEvent__TransformedPointerEvent__CopyPointerRemovedEvent, A.__TransformedPointerHoverEvent__TransformedPointerEvent__CopyPointerHoverEvent, A.__TransformedPointerEnterEvent__TransformedPointerEvent__CopyPointerEnterEvent, A.__TransformedPointerExitEvent__TransformedPointerEvent__CopyPointerExitEvent, A.__TransformedPointerDownEvent__TransformedPointerEvent__CopyPointerDownEvent, A.__TransformedPointerMoveEvent__TransformedPointerEvent__CopyPointerMoveEvent, A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent, A.__TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent, A.__TransformedPointerPanZoomStartEvent__TransformedPointerEvent__CopyPointerPanZoomStartEvent, A.__TransformedPointerPanZoomUpdateEvent__TransformedPointerEvent__CopyPointerPanZoomUpdateEvent, A.__TransformedPointerPanZoomEndEvent__TransformedPointerEvent__CopyPointerPanZoomEndEvent, A.__TransformedPointerCancelEvent__TransformedPointerEvent__CopyPointerCancelEvent]); _inherit(A._TransformedPointerAddedEvent, A.__TransformedPointerAddedEvent__TransformedPointerEvent__CopyPointerAddedEvent); _inherit(A._PointerRemovedEvent_PointerEvent__PointerEventDescription__CopyPointerRemovedEvent, A._PointerRemovedEvent_PointerEvent__PointerEventDescription); _inherit(A.PointerRemovedEvent, A._PointerRemovedEvent_PointerEvent__PointerEventDescription__CopyPointerRemovedEvent); @@ -494517,6 +509985,15 @@ _inherit(A._PointerScrollEvent_PointerSignalEvent__PointerEventDescription__CopyPointerScrollEvent, A._PointerScrollEvent_PointerSignalEvent__PointerEventDescription); _inherit(A.PointerScrollEvent, A._PointerScrollEvent_PointerSignalEvent__PointerEventDescription__CopyPointerScrollEvent); _inherit(A._TransformedPointerScrollEvent, A.__TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent); + _inherit(A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomStartEvent, A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription); + _inherit(A.PointerPanZoomStartEvent, A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomStartEvent); + _inherit(A._TransformedPointerPanZoomStartEvent, A.__TransformedPointerPanZoomStartEvent__TransformedPointerEvent__CopyPointerPanZoomStartEvent); + _inherit(A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomUpdateEvent, A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription); + _inherit(A.PointerPanZoomUpdateEvent, A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomUpdateEvent); + _inherit(A._TransformedPointerPanZoomUpdateEvent, A.__TransformedPointerPanZoomUpdateEvent__TransformedPointerEvent__CopyPointerPanZoomUpdateEvent); + _inherit(A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomEndEvent, A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription); + _inherit(A.PointerPanZoomEndEvent, A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomEndEvent); + _inherit(A._TransformedPointerPanZoomEndEvent, A.__TransformedPointerPanZoomEndEvent__TransformedPointerEvent__CopyPointerPanZoomEndEvent); _inherit(A._PointerCancelEvent_PointerEvent__PointerEventDescription__CopyPointerCancelEvent, A._PointerCancelEvent_PointerEvent__PointerEventDescription); _inherit(A.PointerCancelEvent, A._PointerCancelEvent_PointerEvent__PointerEventDescription__CopyPointerCancelEvent); _inherit(A._TransformedPointerCancelEvent, A.__TransformedPointerCancelEvent__TransformedPointerEvent__CopyPointerCancelEvent); @@ -494540,7 +510017,7 @@ _inheritMany(A.RenderShiftedBox, [A.RenderAligningShiftedBox, A._RenderInputPadding, A._RenderInputPadding0, A._RenderMenuItem0, A._RenderInputPadding1, A._SelectToggleButtonRenderObject, A._RenderInputPadding2, A.RenderPadding, A.RenderCustomSingleChildLayoutBox]); _inheritMany(A.RenderAligningShiftedBox, [A._RenderAppBarTitleBox, A._RenderChildOverflowBox, A.RenderAnimatedSize, A.RenderPositionedBox, A.RenderConstrainedOverflowBox, A.RenderFractionallySizedOverflowBox]); _inherit(A.AppBarTheme, A._AppBarTheme_Object_Diagnosticable); - _inherit(A._DefaultsM20, A.AppBarTheme); + _inherit(A._AppBarDefaultsM2, A.AppBarTheme); _inherit(A.MaterialRectArcTween, A.RectTween); _inherit(A.MaterialBannerThemeData, A._MaterialBannerThemeData_Object_Diagnosticable); _inheritMany(A.CustomClipper, [A._BottomAppBarClipper, A.ShapeBorderClipper, A._DecorationClipper, A._SlidableClipper]); @@ -494550,17 +510027,16 @@ _inherit(A._RawMaterialButtonState, A.__RawMaterialButtonState_State_MaterialStateMixin); _inherit(A.ButtonBarThemeData, A._ButtonBarThemeData_Object_Diagnosticable); _inherit(A.ButtonStyle, A._ButtonStyle_Object_Diagnosticable); - _inherit(A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin, A.__ButtonStyleState_State_MaterialStateMixin); - _inherit(A._ButtonStyleState, A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin); + _inherit(A._ButtonStyleState, A.__ButtonStyleState_State_TickerProviderStateMixin); _inherit(A.MouseCursor0, A._MouseCursor_Object_Diagnosticable); _inheritMany(A.MouseCursor0, [A.MaterialStateMouseCursor, A._DeferringMouseCursor, A._NoopMouseCursor, A.SystemMouseCursor]); _inheritMany(A.MaterialStateMouseCursor, [A._MouseCursor, A._EnabledAndDisabledMouseCursor, A._EffectiveMouseCursor]); - _inheritMany(A.InheritedTheme, [A.ButtonTheme, A.ListTileTheme, A._InheritedTheme, A.IconTheme, A.DefaultTextStyle]); + _inheritMany(A.InheritedTheme, [A.ButtonTheme, A.ListTileTheme, A._InheritedTheme, A.DefaultSelectionStyle, A.IconTheme, A.DefaultTextStyle]); _inherit(A.ButtonThemeData, A._ButtonThemeData_Object_Diagnosticable); _inherit(A._DatePickerModeToggleButtonState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin); _inheritMany(A.SliverGridDelegate, [A._DayPickerGridDelegate, A._YearPickerGridDelegate, A.SliverGridDelegateWithFixedCrossAxisCount]); _inherit(A.CardTheme, A._CardTheme_Object_Diagnosticable); - _inherit(A._DefaultsM21, A.CardTheme); + _inherit(A._CardDefaultsM2, A.CardTheme); _inherit(A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin, A.__CheckboxState_State_TickerProviderStateMixin); _inherit(A._CheckboxState, A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin); _inheritMany(A.ToggleablePainter, [A._CheckboxPainter, A._RadioPainter, A._SwitchPainter]); @@ -494574,7 +510050,7 @@ _inherit(A.DataTableThemeData, A._DataTableThemeData_Object_Diagnosticable); _inherit(A._DatePickerDialogState, A.__DatePickerDialogState_State_RestorationMixin); _inheritMany(A.RestorableProperty, [A.RestorableValue, A._HistoryProperty, A.RestorableListenable]); - _inheritMany(A.RestorableValue, [A._RestorableDatePickerEntryMode, A._RestorableAutovalidateMode, A.RestorableTimeOfDay, A._RestorableTimePickerEntryMode, A._RestorableTimePickerMode, A._RestorableAutovalidateMode0, A._RestorableTimePickerModeN, A._RestorablePrimitiveValueN, A.RestorableDateTime, A._RestorableScrollOffset]); + _inheritMany(A.RestorableValue, [A._RestorableDatePickerEntryMode, A._RestorableAutovalidateMode, A.RestorableTimeOfDay, A._RestorableTimePickerEntryMode, A._RestorableTimePickerMode, A._RestorableAutovalidateMode0, A._RestorableTimePickerModeN, A._RestorablePrimitiveValueN, A.RestorableDateTime, A._RestorableRouteInformation, A._RestorableScrollOffset]); _inheritMany(A.Route, [A.OverlayRoute, A._NotAnnounced]); _inherit(A.TransitionRoute, A.OverlayRoute); _inherit(A._ModalRoute_TransitionRoute_LocalHistoryRoute, A.TransitionRoute); @@ -494583,7 +510059,7 @@ _inheritMany(A.PopupRoute, [A.RawDialogRoute, A._DropdownRoute, A._PopupMenuRoute]); _inherit(A.DialogRoute, A.RawDialogRoute); _inherit(A.DialogTheme, A._DialogTheme_Object_Diagnosticable); - _inherit(A._DefaultsM2, A.DialogTheme); + _inherit(A._DialogDefaultsM2, A.DialogTheme); _inherit(A.DividerThemeData, A._DividerThemeData_Object_Diagnosticable); _inherit(A.DrawerControllerState, A._DrawerControllerState_State_SingleTickerProviderStateMixin); _inherit(A.DrawerThemeData, A._DrawerThemeData_Object_Diagnosticable); @@ -494593,9 +510069,8 @@ _inherit(A.FormFieldState, A._FormFieldState_State_RestorationMixin); _inheritMany(A.FormFieldState, [A._DropdownButtonFormFieldState, A._TextFormFieldState]); _inheritMany(A.ButtonStyleButton, [A.ElevatedButton, A.OutlinedButton, A.TextButton]); - _inheritMany(A.MaterialStateProperty, [A.__ElevatedButtonDefaultBackground_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultForeground_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultForeground_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A._TextButtonDefaultForeground, A._TextButtonDefaultOverlay, A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.__ResolveFillColor_MaterialStateProperty_Diagnosticable, A.__DefaultFillColor_MaterialStateProperty_Diagnosticable]); - _inherit(A._ElevatedButtonDefaultBackground, A.__ElevatedButtonDefaultBackground_MaterialStateProperty_Diagnosticable); - _inherit(A._ElevatedButtonDefaultForeground, A.__ElevatedButtonDefaultForeground_MaterialStateProperty_Diagnosticable); + _inheritMany(A.MaterialStateProperty, [A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A._TextButtonDefaultColor, A._TextButtonDefaultOverlay, A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.__ResolveFillColor_MaterialStateProperty_Diagnosticable, A.__DefaultFillColor_MaterialStateProperty_Diagnosticable, A._ToggleButtonDefaultOverlay]); + _inherit(A._ElevatedButtonDefaultColor, A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable); _inherit(A._ElevatedButtonDefaultOverlay, A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable); _inherit(A._ElevatedButtonDefaultElevation, A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable); _inherit(A._ElevatedButtonDefaultMouseCursor, A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable); @@ -494603,7 +510078,7 @@ _inherit(A._ExpandIconState, A.__ExpandIconState_State_SingleTickerProviderStateMixin); _inherit(A.ExpansionTileThemeData, A._ExpansionTileThemeData_Object_Diagnosticable); _inherit(A.FloatingActionButtonThemeData, A._FloatingActionButtonThemeData_Object_Diagnosticable); - _inherit(A._M2Defaults, A.FloatingActionButtonThemeData); + _inherit(A._FABDefaultsM2, A.FloatingActionButtonThemeData); _inheritMany(A.FloatingActionButtonLocation, [A.StandardFabLocation, A._TransitionSnapshotFabLocation]); _inheritMany(A.StandardFabLocation, [A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX, A.__EndFloatFabLocation_StandardFabLocation_FabEndOffsetX, A.__EndDockedFabLocation_StandardFabLocation_FabEndOffsetX]); _inherit(A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX_FabTopOffsetY, A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX); @@ -494635,6 +510110,7 @@ _inheritMany(A.ImplicitlyAnimatedWidgetState, [A.AnimatedWidgetBaseState, A._AnimatedOpacityState]); _inheritMany(A.AnimatedWidgetBaseState, [A._MaterialInteriorState, A._AnimatedThemeState, A._AnimatedContainerState, A._AnimatedPaddingState, A._AnimatedDefaultTextStyleState, A._AnimatedPhysicalModelState]); _inherit(A._MaterialStateColor, A.MaterialStateColor); + _inheritMany(A.ValueNotifier, [A.MaterialStatesController, A.TextEditingController, A.TransformationController, A._ValueNotifier]); _inheritMany(A.MergeableMaterialItem, [A.MaterialSlice, A.MaterialGap]); _inherit(A._MergeableMaterialState, A.__MergeableMaterialState_State_TickerProviderStateMixin); _inheritMany(A.GlobalKey, [A._MergeableMaterialSliceKey, A.GlobalObjectKey, A.LabeledGlobalKey]); @@ -494645,7 +510121,7 @@ _inherit(A._RenderMergeableMaterialListBody, A.RenderListBody); _inherit(A.NavigationBarThemeData, A._NavigationBarThemeData_Object_Diagnosticable); _inherit(A.NavigationRailThemeData, A._NavigationRailThemeData_Object_Diagnosticable); - _inherit(A._OutlinedButtonDefaultForeground, A.__OutlinedButtonDefaultForeground_MaterialStateProperty_Diagnosticable); + _inherit(A._OutlinedButtonDefaultColor, A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable); _inherit(A._OutlinedButtonDefaultOverlay, A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable); _inherit(A._OutlinedButtonDefaultMouseCursor, A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable); _inherit(A.OutlinedButtonThemeData, A._OutlinedButtonThemeData_Object_Diagnosticable); @@ -494673,9 +510149,11 @@ _inherit(A._FloatingActionButtonTransitionState, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin); _inherit(A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin, A._ScaffoldState_State_TickerProviderStateMixin); _inherit(A.ScaffoldState, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin); + _inherit(A.Action, A._Action_Object_Diagnosticable); + _inheritMany(A.Action, [A.DismissAction, A.ContextAction, A.CallbackAction, A.VoidCallbackAction, A.DoNothingAction, A.PrioritizedAction, A._ContextActionToActionAdapter, A.RequestFocusAction, A.NextFocusAction, A.PreviousFocusAction, A.DirectionalFocusAction, A.ScrollAction, A.InsertTabAction]); + _inheritMany(A.DismissAction, [A._DismissDrawerAction, A._DismissModalAction]); _inherit(A.PersistentBottomSheetController, A.ScaffoldFeatureController); _inherit(A.ScrollbarThemeData, A._ScrollbarThemeData_Object_Diagnosticable); - _inheritMany(A.ValueNotifier, [A.TextEditingController, A.TransformationController, A._ValueNotifier]); _inherit(A._TextSpanEditingController, A.TextEditingController); _inheritMany(A.TextSelectionGestureDetectorBuilder, [A._SelectableTextSelectionGestureDetectorBuilder, A._TextFieldSelectionGestureDetectorBuilder, A._PinputSelectionGestureDetectorBuilder]); _inherit(A.SliderThemeData, A._SliderThemeData_Object_Diagnosticable); @@ -494729,7 +510207,7 @@ _inherit(A.ImageChunkEvent, A._ImageChunkEvent_Object_Diagnosticable); _inherit(A.ImageStream, A._ImageStream_Object_Diagnosticable); _inherit(A.CircularNotchedRectangle, A.NotchedShape); - _inheritMany(A.InlineSpan, [A.PlaceholderSpan, A.TextSpan]); + _inheritMany(A.InlineSpan, [A.PlaceholderSpan0, A.TextSpan]); _inherit(A.StrutStyle, A._StrutStyle_Object_Diagnosticable); _inherit(A.TextStyle, A._TextStyle_Object_Diagnosticable); _inherit(A.ScrollSpringSimulation, A.SpringSimulation); @@ -494741,14 +510219,13 @@ _inheritMany(A.ContainerBoxParentData, [A.MultiChildLayoutParentData, A.FlexParentData, A.ListBodyParentData, A.TextParentData, A.StackParentData, A.WrapParentData, A._OverflowBarParentData, A.StaggeredGridParentData, A.OverflowViewParentData, A._SuperTextLayoutParentData]); _inherit(A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin); _inherit(A.RenderCustomMultiChildLayoutBox, A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); - _inherit(A.VerticalCaretMovementRun, A.BidirectionalIterator); _inherit(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin); _inherit(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin); _inherit(A.RenderEditable, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inheritMany(A.RenderEditablePainter, [A._TextHighlightPainter, A._FloatingCursorPainter, A._CompositeRenderEditablePainter]); _inherit(A.Layer0, A._Layer_AbstractNode_DiagnosticableTreeMixin); - _inheritMany(A.Layer0, [A.PictureLayer, A.PlatformViewLayer, A.PerformanceOverlayLayer, A.ContainerLayer0]); - _inheritMany(A.ContainerLayer0, [A.OffsetLayer, A.ClipRectLayer, A.ClipRRectLayer, A.ClipPathLayer, A.BackdropFilterLayer, A.PhysicalModelLayer, A.LeaderLayer, A.FollowerLayer, A.AnnotatedRegionLayer]); + _inheritMany(A.Layer0, [A.PictureLayer0, A.PlatformViewLayer0, A.PerformanceOverlayLayer, A.ContainerLayer0]); + _inheritMany(A.ContainerLayer0, [A.OffsetLayer, A.ClipRectLayer, A.ClipRRectLayer, A.ClipPathLayer, A.BackdropFilterLayer, A.LeaderLayer, A.FollowerLayer, A.AnnotatedRegionLayer]); _inheritMany(A.OffsetLayer, [A.TransformLayer, A.OpacityLayer]); _inherit(A._MouseTrackerUpdateDetails, A.__MouseTrackerUpdateDetails_Object_Diagnosticable); _inherit(A.PaintingContext, A.ClipContext); @@ -494758,12 +510235,15 @@ _inherit(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin); _inherit(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inherit(A.RenderParagraph, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin); + _inherit(A.__SelectableFragment_Object_Selectable_ChangeNotifier, A.__SelectableFragment_Object_Selectable); + _inherit(A._SelectableFragment, A.__SelectableFragment_Object_Selectable_ChangeNotifier); _inherit(A.PlatformViewRenderBox, A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin); _inherit(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_RenderAnimatedOpacityMixin, A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin); _inherit(A.RenderAnimatedOpacity, A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_RenderAnimatedOpacityMixin); _inheritMany(A._RenderCustomClip, [A.RenderClipRect, A.RenderClipRRect, A.RenderClipOval, A.RenderClipPath, A._RenderPhysicalModelBase]); _inheritMany(A._RenderPhysicalModelBase, [A.RenderPhysicalModel, A.RenderPhysicalShape]); _inheritMany(A.RenderProxyBoxWithHitTestBehavior, [A.RenderPointerListener, A.RenderMouseRegion, A.RenderSemanticsGestureHandler, A._RenderColoredBox, A._RenderFocusTrap]); + _inheritMany(A.SelectionEvent, [A.ClearSelectionEvent, A.SelectionEdgeUpdateEvent]); _inherit(A.SliverGeometry, A._SliverGeometry_Object_Diagnosticable); _inheritMany(A.SliverLogicalParentData, [A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin, A._SliverMultiBoxAdaptorParentData_SliverLogicalParentData_ContainerParentDataMixin]); _inherit(A.SliverLogicalContainerParentData, A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin); @@ -494816,10 +510296,8 @@ _inheritMany(A.TextEditingDelta, [A.TextEditingDeltaInsertion, A.TextEditingDeltaDeletion, A.TextEditingDeltaReplacement, A.TextEditingDeltaNonTextUpdate]); _inheritMany(A.TextInputFormatter, [A.FilteringTextInputFormatter, A.LengthLimitingTextInputFormatter]); _inherit(A.Intent, A._Intent_Object_Diagnosticable); - _inherit(A.Action, A._Action_Object_Diagnosticable); - _inheritMany(A.Action, [A.ContextAction, A.CallbackAction, A.DoNothingAction, A.DismissAction, A.PrioritizedAction, A._ContextActionToActionAdapter, A.RequestFocusAction, A.NextFocusAction, A.PreviousFocusAction, A.DirectionalFocusAction, A.ScrollAction, A.InsertTabAction]); _inherit(A.ActionDispatcher, A._ActionDispatcher_Object_Diagnosticable); - _inheritMany(A.Intent, [A.ActivateIntent, A.ButtonActivateIntent, A.DismissIntent, A.PrioritizedIntents, A.AutocompletePreviousOptionIntent, A.AutocompleteNextOptionIntent, A.NextFocusIntent, A.PreviousFocusIntent, A.DirectionalFocusIntent, A.ScrollIntent, A.DoNothingAndStopPropagationTextIntent, A.ReplaceTextIntent, A.UpdateSelectionIntent, A.InsertTabIntent]); + _inheritMany(A.Intent, [A.ActivateIntent, A.ButtonActivateIntent, A.DismissIntent, A.PrioritizedIntents, A.AutocompletePreviousOptionIntent, A.AutocompleteNextOptionIntent, A.NextFocusIntent, A.PreviousFocusIntent, A.DirectionalFocusIntent, A.ScrollIntent, A.DoNothingAndStopPropagationTextIntent, A.DirectionalTextEditingIntent, A.SelectAllTextIntent, A.CopySelectionTextIntent, A.PasteTextIntent, A.RedoTextIntent, A.ReplaceTextIntent, A.UndoTextIntent, A.UpdateSelectionIntent, A.TransposeCharactersIntent, A.InsertTabIntent]); _inheritMany(A.ContextAction, [A.__OverridableAction_ContextAction__OverridableActionMixin, A.__OverridableContextAction_ContextAction__OverridableActionMixin, A._DeleteTextAction, A._UpdateTextSelectionAction, A._ExtendSelectionOrCaretPositionAction, A._UpdateTextSelectionToAdjacentLineAction, A._SelectAllAction, A._CopySelectionAction]); _inherit(A._OverridableAction, A.__OverridableAction_ContextAction__OverridableActionMixin); _inherit(A._OverridableContextAction, A.__OverridableContextAction_ContextAction__OverridableActionMixin); @@ -494829,12 +510307,16 @@ _inherit(A._WidgetsAppState, A.__WidgetsAppState_State_WidgetsBindingObserver); _inherit(A.StreamBuilder, A.StreamBuilderBase); _inherit(A._AutocompleteCallbackAction, A.CallbackAction); - _inheritMany(A.InheritedNotifier, [A.AutocompleteHighlightedOption, A._FocusMarker, A._ShortcutsMarker, A.PdfPreviewController]); + _inheritMany(A.InheritedNotifier, [A.AutocompleteHighlightedOption, A._FocusMarker, A.PdfPreviewController]); _inherit(A.AutofillGroupState, A._AutofillGroupState_State_AutofillScopeMixin); _inheritMany(A.Notification0, [A.KeepAliveNotification, A._DraggableScrollableNotification_Notification_ViewportNotificationMixin, A.LayoutChangedNotification, A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin, A._ScrollMetricsNotification_Notification_ViewportNotificationMixin]); + _inheritMany(A.Element0, [A.ComponentElement, A.RenderObjectElement, A._NullElement]); + _inheritMany(A.ComponentElement, [A.ProxyElement, A.StatelessElement, A.StatefulElement]); + _inheritMany(A.ProxyElement, [A.InheritedElement, A.ParentDataElement, A.__NotificationElement_ProxyElement_NotifiableElementMixin]); + _inheritMany(A.InheritedElement, [A._UbiquitousInheritedElement, A.InheritedModelElement, A._InheritedNotifierElement]); + _inherit(A.Directionality, A._UbiquitousInheritedWidget); _inherit(A.Center, A.Align); _inheritMany(A.ParentDataWidget, [A.LayoutId, A.Positioned, A.Flexible, A.KeepAlive, A.TableCell]); - _inheritMany(A.Element0, [A.RenderObjectElement, A.ComponentElement, A._NullElement]); _inheritMany(A.RenderObjectElement, [A.SingleChildRenderObjectElement, A.RootRenderObjectElement, A.LeafRenderObjectElement, A.MultiChildRenderObjectElement, A._LayoutBuilderElement, A.SliverMultiBoxAdaptorElement, A._SliverPersistentHeaderElement, A.SlottedRenderObjectElement, A._TableElement]); _inheritMany(A.SingleChildRenderObjectElement, [A._OffstageElement, A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin]); _inherit(A.IndexedStack, A.Stack); @@ -494848,13 +510330,13 @@ _inherit(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding); _inherit(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding); _inherit(A.WidgetsFlutterBinding, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding); - _inherit(A.DefaultTextEditingShortcuts, A.Shortcuts); _inherit(A.DraggableScrollableNotification, A._DraggableScrollableNotification_Notification_ViewportNotificationMixin); _inherit(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver, A._EditableTextState_State_AutomaticKeepAliveClientMixin); _inherit(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver); _inherit(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin); - _inherit(A.EditableTextState, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate); - _inherit(A.WidgetSpan, A.PlaceholderSpan); + _inherit(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate); + _inherit(A.EditableTextState, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient); + _inherit(A.WidgetSpan, A.PlaceholderSpan0); _inherit(A._ScribblePlaceholder, A.WidgetSpan); _inheritMany(A._TextBoundary, [A._CodeUnitBoundary, A._WhitespaceBoundary, A._CharacterBoundary, A._WordBoundary, A._LineBreak, A._DocumentBoundary, A._ExpandedTextBoundary, A._CollapsedSelectionBoundary, A._MixedBoundary]); _inherit(A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier, A._FocusNode_Object_DiagnosticableTreeMixin); @@ -494870,13 +510352,10 @@ _inherit(A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin, A.FocusTraversalPolicy); _inherit(A.ReadingOrderTraversalPolicy, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin); _inherit(A._ElementDiagnosticableTreeNode, A.DiagnosticableTreeNode); - _inheritMany(A.ComponentElement, [A.StatelessElement, A.StatefulElement, A.ProxyElement]); - _inheritMany(A.ProxyElement, [A.ParentDataElement, A.InheritedElement, A.__NotificationElement_ProxyElement_NotifiableElementMixin]); _inheritMany(A.GestureRecognizerFactory, [A.GestureRecognizerFactoryWithHandlers, A._AnyTapGestureRecognizerFactory]); _inheritMany(A.SemanticsGestureDelegate, [A._DefaultSemanticsGestureDelegate, A._ModalBarrierSemanticsDelegate]); _inheritMany(A.NavigatorObserver, [A.HeroController, A.RouteObserver]); _inherit(A._ImageState, A.__ImageState_State_WidgetsBindingObserver); - _inheritMany(A.InheritedElement, [A.InheritedModelElement, A._InheritedNotifierElement]); _inherit(A._InteractiveViewerState, A.__InteractiveViewerState_State_TickerProviderStateMixin); _inheritMany(A.ConstrainedLayoutBuilder, [A.LayoutBuilder, A.ValueLayoutBuilder]); _inherit(A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin); @@ -494910,37 +510389,48 @@ _inheritMany(A._RestorablePrimitiveValue, [A.RestorableNum, A.RestorableBool]); _inherit(A.RestorableChangeNotifier, A.RestorableListenable); _inherit(A.RestorableTextEditingController, A.RestorableChangeNotifier); - _inherit(A._DismissModalAction, A.DismissAction); + _inherit(A._RouterState, A.__RouterState_State_RestorationMixin); _inheritMany(A.ScrollActivity, [A.IdleScrollActivity, A.HoldScrollActivity, A.DragScrollActivity, A.BallisticScrollActivity, A.DrivenScrollActivity]); _inherit(A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin, A.LayoutChangedNotification); _inherit(A.ScrollNotification, A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin); _inheritMany(A.ScrollNotification, [A.ScrollStartNotification, A.ScrollUpdateNotification, A.OverscrollNotification, A.ScrollEndNotification, A.UserScrollNotification]); _inherit(A._ListenerEntry, A.LinkedListEntry); + _inherit(A._ConvertedScrollMetricsNotification, A.ScrollUpdateNotification); _inherit(A.ScrollMetricsNotification, A._ScrollMetricsNotification_Notification_ViewportNotificationMixin); _inheritMany(A.ScrollView, [A.CustomScrollView, A.BoxScrollView]); _inheritMany(A.BoxScrollView, [A.ListView, A.GridView]); _inherit(A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin, A._ScrollableState_State_TickerProviderStateMixin); _inherit(A.ScrollableState, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin); + _inherit(A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier, A.SelectionContainerDelegate); + _inherit(A.MultiSelectableSelectionContainerDelegate, A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier); + _inherit(A._ScrollableSelectionContainerDelegate, A.MultiSelectableSelectionContainerDelegate); _inherit(A._ThumbPressGestureRecognizer, A.LongPressGestureRecognizer); _inherit(A._TrackTapGestureRecognizer, A.TapGestureRecognizer); + _inherit(A.__SelectionContainerState_State_Selectable_SelectionRegistrant, A.__SelectionContainerState_State_Selectable); + _inherit(A._SelectionContainerState, A.__SelectionContainerState_State_Selectable_SelectionRegistrant); _inherit(A._SharedAppModel, A.InheritedModel); _inherit(A._LogicalKeySet_KeySet_Diagnosticable, A.KeySet); _inherit(A.LogicalKeySet, A._LogicalKeySet_KeySet_Diagnosticable); _inherit(A._SingleActivator_Object_Diagnosticable_MenuSerializableShortcut, A._SingleActivator_Object_Diagnosticable); _inherit(A.SingleActivator, A._SingleActivator_Object_Diagnosticable_MenuSerializableShortcut); _inherit(A._ActivatorIntentPair, A.__ActivatorIntentPair_Object_Diagnosticable); - _inherit(A.ShortcutManager, A._ShortcutManager_ChangeNotifier_Diagnosticable); + _inherit(A._ShortcutManager_Object_Diagnosticable_ChangeNotifier, A._ShortcutManager_Object_Diagnosticable); + _inherit(A.ShortcutManager, A._ShortcutManager_Object_Diagnosticable_ChangeNotifier); + _inherit(A.ShortcutRegistry, A._ShortcutRegistry_Object_ChangeNotifier); _inherit(A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin, A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin); _inherit(A._SingleChildViewportElement, A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin); _inherit(A._RenderSingleChildViewport, A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin); _inherit(A._SaltedValueKey, A.ValueKey); _inheritMany(A.SliverChildDelegate, [A.SliverChildBuilderDelegate, A.SliverChildListDelegate]); + _inherit(A._SelectionKeepAliveState, A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin); _inherit(A.SliverMultiBoxAdaptorWidget, A.SliverWithKeepAliveWidget); _inheritMany(A.SliverMultiBoxAdaptorWidget, [A.SliverList, A.SliverGrid, A._SliverFillViewportRenderObjectWidget]); _inherit(A._SliverPinnedPersistentHeader, A._SliverPersistentHeaderRenderObjectWidget); _inherit(A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin, A.RenderSliverPinnedPersistentHeader); _inherit(A._RenderSliverPinnedPersistentHeaderForWidgets, A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin); _inherit(A._TableSlot, A.__TableSlot_Object_Diagnosticable); + _inheritMany(A.DirectionalTextEditingIntent, [A.DeleteCharacterIntent, A.DeleteToNextWordBoundaryIntent, A.DeleteToLineBreakIntent, A.DirectionalCaretMovementIntent, A.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent, A.ExpandSelectionToDocumentBoundaryIntent, A.ExpandSelectionToLineBreakIntent, A.ScrollToDocumentBoundaryIntent]); + _inheritMany(A.DirectionalCaretMovementIntent, [A.ExtendSelectionByCharacterIntent, A.ExtendSelectionToNextWordBoundaryIntent, A.ExtendSelectionToLineBreakIntent, A.ExtendSelectionVerticallyToAdjacentLineIntent, A.ExtendSelectionToDocumentBoundaryIntent]); _inherit(A._SelectionHandleOverlayState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin); _inherit(A._WidgetTicker, A.Ticker); _inherit(A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin, A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin); @@ -495012,6 +510502,10 @@ _inheritMany(A.ImagePickerPlatform, [A.ImagePickerPlugin, A.MethodChannelImagePicker]); _inheritMany(A._DateFormatField, [A._DateFormatLiteralField, A._DateFormatQuotedField, A._DateFormatPatternField]); _inherit(A._$AccountEntity, A.AccountEntity); + _inherit(A.BankAccountEntity, A._BankAccountEntity_Object_BaseEntity); + _inherit(A._$BankAccountListResponse, A.BankAccountListResponse); + _inherit(A._$BankAccountItemResponse, A.BankAccountItemResponse); + _inherit(A._$BankAccountEntity, A.BankAccountEntity); _inherit(A._ClientEntity_Object_BaseEntity_SelectableEntity, A._ClientEntity_Object_BaseEntity); _inherit(A._ClientEntity_Object_BaseEntity_SelectableEntity_HasActivities, A._ClientEntity_Object_BaseEntity_SelectableEntity); _inherit(A.ClientEntity, A._ClientEntity_Object_BaseEntity_SelectableEntity_HasActivities); @@ -495220,6 +510714,9 @@ _inherit(A.MyCustomScrollBehavior, A.MaterialScrollBehavior); _inherit(A._$AppState, A.AppState); _inherit(A._$AuthState, A.AuthState); + _inherit(A.BankAccountUIState, A._BankAccountUIState_Object_EntityUIState); + _inherit(A._$BankAccountState, A.BankAccountState); + _inherit(A._$BankAccountUIState, A.BankAccountUIState); _inherit(A.ClientUIState, A._ClientUIState_Object_EntityUIState); _inherit(A._$ClientState, A.ClientState); _inherit(A._$ClientUIState, A.ClientUIState); @@ -495314,7 +510811,7 @@ _inherit(A.EntityDataTableSource, A.AppDataTableSource); _inherit(A._VariablesHelpState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin); _inherit(A._WindowManagerState, A.__WindowManagerState_State_WindowListener); - _inheritMany(A.EntityPresenter, [A.ClientPresenter, A.CreditPresenter, A.ExpensePresenter, A.ExpenseCategoryPresenter, A.InvoicePresenter, A.PaymentPresenter, A.ProductPresenter, A.ProjectPresenter, A.PurchaseOrderPresenter, A.QuotePresenter, A.RecurringExpensePresenter, A.RecurringInvoicePresenter, A.SubscriptionPresenter, A.TaskPresenter, A.TaskStatusPresenter, A.TokenPresenter, A.VendorPresenter, A.WebhookPresenter]); + _inheritMany(A.EntityPresenter, [A.BankAccountPresenter, A.ClientPresenter, A.CreditPresenter, A.ExpensePresenter, A.ExpenseCategoryPresenter, A.InvoicePresenter, A.PaymentPresenter, A.ProductPresenter, A.ProjectPresenter, A.PurchaseOrderPresenter, A.QuotePresenter, A.RecurringExpensePresenter, A.RecurringInvoicePresenter, A.SubscriptionPresenter, A.TaskPresenter, A.TaskStatusPresenter, A.TokenPresenter, A.VendorPresenter, A.WebhookPresenter]); _inherit(A._ClientEditState, A.__ClientEditState_State_SingleTickerProviderStateMixin); _inherit(A._ClientViewState, A.__ClientViewState_State_SingleTickerProviderStateMixin); _inherit(A._ClientViewFullwidthState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin); @@ -495370,10 +510867,11 @@ _inherit(A._VendorViewFullwidthState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin); _inherit(A._AppLocalization_LocaleCodeAware_LocalizationsProvider, A.LocaleCodeAware); _inherit(A.AppLocalization, A._AppLocalization_LocaleCodeAware_LocalizationsProvider); + _inherit(A.AttributedTextMarkdownSerializer, A.AttributionVisitor); + _inheritMany(A.BlockSyntax, [A._EmptyParagraphSyntax, A.EmptyBlockSyntax, A.SetextHeaderSyntax, A.HeaderSyntax, A.BlockquoteSyntax, A.CodeBlockSyntax, A.FencedCodeBlockSyntax, A.HorizontalRuleSyntax, A.BlockHtmlSyntax, A.ListSyntax, A.ParagraphSyntax]); _inheritMany(A.LinkifyElement, [A.LinkableElement, A.TextElement]); _inheritMany(A.Linkifier, [A.EmailLinkifier, A.UrlLinkifier]); _inheritMany(A.LinkableElement, [A.EmailElement, A.UrlElement]); - _inheritMany(A.BlockSyntax, [A.EmptyBlockSyntax, A.SetextHeaderSyntax, A.HeaderSyntax, A.BlockquoteSyntax, A.CodeBlockSyntax, A.FencedCodeBlockSyntax, A.HorizontalRuleSyntax, A.BlockHtmlSyntax, A.ListSyntax, A.ParagraphSyntax]); _inheritMany(A.BlockHtmlSyntax, [A.BlockTagBlockHtmlSyntax, A.LongBlockHtmlSyntax]); _inherit(A.OtherTagBlockHtmlSyntax, A.BlockTagBlockHtmlSyntax); _inheritMany(A.ListSyntax, [A.UnorderedListSyntax, A.OrderedListSyntax]); @@ -495442,16 +510940,22 @@ _inherit(A.BlockquoteComponentViewModel, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel); _inheritMany(A.DocumentNode, [A.BlockNode, A._TextNode_DocumentNode_ChangeNotifier]); _inherit(A._BoxComponentState, A.__BoxComponentState_State_DocumentComponent); - _inherit(A._DocumentMouseInteractorState, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin); + _inherit(A._CaretDocumentOverlayState, A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin); + _inherit(A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin); + _inherit(A._DocumentMouseInteractorState, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin); _inherit(A.MagnifierAndToolbarController, A._MagnifierAndToolbarController_Object_ChangeNotifier); _inherit(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver); - _inherit(A._AndroidDocumentTouchInteractorState, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); + _inherit(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); + _inherit(A._AndroidDocumentTouchInteractorState, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin); _inherit(A._AndroidDocumentTouchEditingControlsState, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin); _inheritMany(A.MagnifierAndToolbarController, [A.AndroidDocumentGestureEditingController, A.IosDocumentGestureEditingController]); _inherit(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver); - _inherit(A._IOSDocumentTouchInteractorState, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); + _inherit(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); + _inherit(A._IOSDocumentTouchInteractorState, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin); _inherit(A.FloatingCursorController, A._FloatingCursorController_Object_ChangeNotifier); _inherit(A._IosDocumentTouchEditingControlsState, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin); + _inherit(A._DocumentScrollableState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin); + _inherit(A.AutoScrollController, A._AutoScrollController_Object_ChangeNotifier); _inheritMany(A.BlockNode, [A._HorizontalRuleNode_BlockNode_ChangeNotifier, A._ImageNode_BlockNode_ChangeNotifier]); _inherit(A.HorizontalRuleNode, A._HorizontalRuleNode_BlockNode_ChangeNotifier); _inherit(A.ImageNode, A._ImageNode_BlockNode_ChangeNotifier); @@ -495462,10 +510966,9 @@ _inherit(A.ParagraphComponentViewModel, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel); _inherit(A.TextNodeSelection, A.TextSelection); _inherit(A.TextNodePosition, A.TextPosition); - _inherit(A._TextComponentState, A.__TextComponentState_State_DocumentComponent); + _inherit(A.TextComponentState, A._TextComponentState_State_DocumentComponent); _inherit(A.BlinkingCaretState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin); _inherit(A.OuterBoxShadow, A.BoxShadow); - _inherit(A._TextLayoutCaretState, A.__TextLayoutCaretState_State_TickerProviderStateMixin); _inherit(A.BlinkController, A._BlinkController_Object_ChangeNotifier); _inherit(A.SuperTextState, A._SuperTextState_State_ProseTextBlock); _inherit(A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin); @@ -495477,10 +510980,10 @@ _inheritMany(A.UrlLauncherPlatform, [A.MethodChannelUrlLauncher, A.UrlLauncherPlugin]); _inherit(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin); _inherit(A._RenderValueLayoutBuilder, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder); + _mixin(A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.CompositionAwareMixin); _mixin(A._DomCanvas_EngineCanvas_SaveElementStackTracking, A.SaveElementStackTracking); _mixinHard(A._PersistedClipRRect_PersistedContainerSurface__DomClip, A._DomClip); _mixinHard(A._PersistedClipRect_PersistedContainerSurface__DomClip, A._DomClip); - _mixinHard(A._PersistedPhysicalShape_PersistedContainerSurface__DomClip, A._DomClip); _mixin(A.__MouseAdapter__BaseAdapter__WheelEventListenerMixin, A._WheelEventListenerMixin); _mixin(A.__PointerAdapter__BaseAdapter__WheelEventListenerMixin, A._WheelEventListenerMixin); _mixin(A.UnmodifiableListBase, A.UnmodifiableListMixin); @@ -495595,6 +511098,12 @@ _mixin(A._PointerHoverEvent_PointerEvent__PointerEventDescription__CopyPointerHoverEvent, A._CopyPointerHoverEvent); _mixin(A._PointerMoveEvent_PointerEvent__PointerEventDescription, A._PointerEventDescription); _mixin(A._PointerMoveEvent_PointerEvent__PointerEventDescription__CopyPointerMoveEvent, A._CopyPointerMoveEvent); + _mixin(A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription, A._PointerEventDescription); + _mixin(A._PointerPanZoomEndEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomEndEvent, A._CopyPointerPanZoomEndEvent); + _mixin(A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription, A._PointerEventDescription); + _mixin(A._PointerPanZoomStartEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomStartEvent); + _mixin(A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription, A._PointerEventDescription); + _mixin(A._PointerPanZoomUpdateEvent_PointerEvent__PointerEventDescription__CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomUpdateEvent); _mixin(A._PointerRemovedEvent_PointerEvent__PointerEventDescription, A._PointerEventDescription); _mixin(A._PointerRemovedEvent_PointerEvent__PointerEventDescription__CopyPointerRemovedEvent, A._CopyPointerRemovedEvent); _mixin(A._PointerScrollEvent_PointerSignalEvent__PointerEventDescription, A._PointerEventDescription); @@ -495610,6 +511119,9 @@ _mixin(A.__TransformedPointerExitEvent__TransformedPointerEvent__CopyPointerExitEvent, A._CopyPointerExitEvent); _mixin(A.__TransformedPointerHoverEvent__TransformedPointerEvent__CopyPointerHoverEvent, A._CopyPointerHoverEvent); _mixin(A.__TransformedPointerMoveEvent__TransformedPointerEvent__CopyPointerMoveEvent, A._CopyPointerMoveEvent); + _mixin(A.__TransformedPointerPanZoomEndEvent__TransformedPointerEvent__CopyPointerPanZoomEndEvent, A._CopyPointerPanZoomEndEvent); + _mixin(A.__TransformedPointerPanZoomStartEvent__TransformedPointerEvent__CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomStartEvent); + _mixin(A.__TransformedPointerPanZoomUpdateEvent__TransformedPointerEvent__CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomUpdateEvent); _mixin(A.__TransformedPointerRemovedEvent__TransformedPointerEvent__CopyPointerRemovedEvent, A._CopyPointerRemovedEvent); _mixin(A.__TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent, A._CopyPointerScrollEvent); _mixin(A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent, A._CopyPointerUpEvent); @@ -495623,8 +511135,7 @@ _mixin(A.__RawMaterialButtonState_State_MaterialStateMixin, A.MaterialStateMixin); _mixin(A._ButtonBarThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ButtonStyle_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__ButtonStyleState_State_MaterialStateMixin, A.MaterialStateMixin); - _mixinHard(A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__ButtonStyleState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._ButtonThemeData_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._CardTheme_Object_Diagnosticable, A.Diagnosticable); @@ -495641,9 +511152,8 @@ _mixinHard(A._DrawerControllerState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._DrawerThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A.__DropdownButtonState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); - _mixin(A.__ElevatedButtonDefaultBackground_MaterialStateProperty_Diagnosticable, A.Diagnosticable); + _mixin(A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable, A.Diagnosticable); - _mixin(A.__ElevatedButtonDefaultForeground_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A._ElevatedButtonThemeData_Object_Diagnosticable, A.Diagnosticable); @@ -495670,7 +511180,7 @@ _mixinHard(A.__MergeableMaterialState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._NavigationBarThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._NavigationRailThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__OutlinedButtonDefaultForeground_MaterialStateProperty_Diagnosticable, A.Diagnosticable); + _mixin(A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A._OutlinedButtonThemeData_Object_Diagnosticable, A.Diagnosticable); @@ -495739,6 +511249,8 @@ _mixinHard(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); _mixinHard(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin, A.RelayoutWhenSystemFontsChangeMixin); + _mixin(A.__SelectableFragment_Object_Selectable, A.Selectable); + _mixin(A.__SelectableFragment_Object_Selectable_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._PlatformViewGestureMixin); _mixinHard(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, A.RenderProxyBoxMixin); _mixinHard(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_RenderAnimatedOpacityMixin, A.RenderAnimatedOpacityMixin); @@ -495792,6 +511304,7 @@ _mixin(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixinHard(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate, A.TextSelectionDelegate); + _mixin(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient, A.TextInputClient); _mixin(A._FocusManager_Object_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); _mixin(A._FocusManager_Object_DiagnosticableTreeMixin_ChangeNotifier, A.ChangeNotifier); _mixin(A._FocusNode_Object_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); @@ -495821,6 +511334,7 @@ _mixinHard(A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A._SliverReorderableListState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A.__RestorationScopeState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__RouterState_State_RestorationMixin, A.RestorationMixin); _mixinHard(A._ModalRoute_TransitionRoute_LocalHistoryRoute, A.LocalHistoryRoute); _mixin(A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollMetrics); _mixinHard(A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin, A.ViewportNotificationMixin); @@ -495829,14 +511343,20 @@ _mixinHard(A._ScrollableState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); _mixinHard(A._RawScrollbarState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixin(A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier, A.ChangeNotifier); + _mixin(A.__SelectionContainerState_State_Selectable, A.Selectable); + _mixinHard(A.__SelectionContainerState_State_Selectable_SelectionRegistrant, A.SelectionRegistrant); _mixin(A._LogicalKeySet_KeySet_Diagnosticable, A.Diagnosticable); - _mixin(A._ShortcutManager_ChangeNotifier_Diagnosticable, A.Diagnosticable); + _mixin(A._ShortcutManager_Object_Diagnosticable, A.Diagnosticable); + _mixin(A._ShortcutManager_Object_Diagnosticable_ChangeNotifier, A.ChangeNotifier); + _mixin(A._ShortcutRegistry_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A._SingleActivator_Object_Diagnosticable, A.Diagnosticable); _mixin(A._SingleActivator_Object_Diagnosticable_MenuSerializableShortcut, A.MenuSerializableShortcut); _mixin(A.__ActivatorIntentPair_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin, A.NotifiableElementMixin); _mixin(A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin, A.ViewportElementMixin); + _mixinHard(A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); _mixin(A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin, A._RenderSliverPersistentHeaderForWidgetsMixin); _mixin(A.__TableSlot_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); @@ -495858,6 +511378,7 @@ _mixin(A._Element_Node__ParentNode, A._ParentNode); _mixin(A._Element_Node__ParentNode__ElementAndDocument, A._ElementAndDocument); _mixin(A._FilteredElementList_IterableBase_ListMixin, A.ListMixin); + _mixin(A._BankAccountEntity_Object_BaseEntity, A.BaseEntity); _mixin(A._ClientContactEntity_Object_BaseEntity, A.BaseEntity); _mixin(A._ClientContactEntity_Object_BaseEntity_SelectableEntity, A.SelectableEntity); _mixin(A._ClientEntity_Object_BaseEntity, A.BaseEntity); @@ -495928,6 +511449,7 @@ _mixin(A._VendorEntity_Object_BaseEntity_SelectableEntity_HasActivities, A.HasActivities); _mixin(A._WebhookEntity_Object_BaseEntity, A.BaseEntity); _mixin(A._WebhookEntity_Object_BaseEntity_SelectableEntity, A.SelectableEntity); + _mixin(A._BankAccountUIState_Object_EntityUIState, A.EntityUIState); _mixin(A._ClientUIState_Object_EntityUIState, A.EntityUIState); _mixin(A._CompanyGatewayUIState_Object_EntityUIState, A.EntityUIState); _mixin(A._CreditUIState_Object_EntityUIState, A.EntityUIState); @@ -496014,23 +511536,28 @@ _mixin(A._MutableDocument_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A.TextComponentViewModel); _mixin(A.__BoxComponentState_State_DocumentComponent, A.DocumentComponent); + _mixinHard(A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixin(A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin, A.DocumentSelectionOnFocusMixin); _mixin(A._MagnifierAndToolbarController_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixinHard(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixin(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin, A.DocumentSelectionOnFocusMixin); _mixin(A._FloatingCursorController_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixinHard(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixin(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin_DocumentSelectionOnFocusMixin, A.DocumentSelectionOnFocusMixin); _mixinHard(A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixin(A._AutoScrollController_Object_ChangeNotifier, A.ChangeNotifier); + _mixinHard(A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._HorizontalRuleNode_BlockNode_ChangeNotifier, A.ChangeNotifier); _mixin(A._ImageNode_BlockNode_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A.TextComponentViewModel); _mixinHard(A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A.TextComponentViewModel); + _mixin(A._TextComponentState_State_DocumentComponent, A.DocumentComponent); _mixin(A._TextNode_DocumentNode_ChangeNotifier, A.ChangeNotifier); - _mixin(A.__TextComponentState_State_DocumentComponent, A.DocumentComponent); _mixinHard(A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixinHard(A.__TextLayoutCaretState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._BlinkController_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); @@ -496043,13 +511570,13 @@ 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(@)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "double(double)", "Null(String*)", "@()", "@(bool*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "ErrorDialog*(BuildContext*)", "int*(String*,String*)", "Null(bool*)", "bool*()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "~(Duration)", "String*(@)", "Future*()", "Null(EntityState*,bool*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "~(BuildContext*)", "Future<~>*()", "Null(List*)", "Future*()", "~(TextEditingController*)", "Null(SelectableEntity*)", "Null(Duration*)", "~(Object?)", "Null(String*,String*)", "String*(BaseEntity*)", "ListBuilder*()", "~(bool*)", "~(AnimationStatus)", "DropdownMenuItem*(String*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "bool(SpanMarker)", "bool*(Route<@>*)", "Null(String*,InvoiceEntity*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "PluralCase()", "Null(DocumentEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "String*(String*,PreviewEntity*)", "String*(String*,SelectCompany*)", "String*(String*,ClearEntityFilter*)", "@(BuildContext*)", "bool(String)", "Null(String*,bool*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "bool*(InvoiceItemEntity*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "~(BuildContext*,EntityAction*)", "String(String,Node)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "@(SelectableEntity*)", "Null(InvoiceEntity*)", "String()", "Null(BuildContext*,MultipartFile*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "InvoiceEntity*(String*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "Future?(Object*)", "~(String*)", "UserEntityBuilder*(UserEntityBuilder*)", "bool(BoxHitTestResult,Offset)", "~(DragUpdateDetails)", "~(Event)", "Null(TextEditingController*)", "bool*(bool*,UpdateUserPreferences*)", "~(bool)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "int*(List*,List*)", "~(DragStartDetails)", "~(TapDownDetails)", "ListDivider*(BuildContext*,int*)", "Null(Event)", "String*(String*,FilterByEntity*)", "Null(~)", "EntityStats*(String*,BuiltMap*)", "~(int)", "~(@)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "double(RenderBox)", "~(TapUpDetails)", "String*(String*,@)", "~(String)", "Future<~>()", "@(TaxRateEntity*)", "InvoiceEntity*(@)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "~(PaintingContext,Offset)", "~(PointerEvent)", "VendorEntityBuilder*(VendorEntityBuilder*)", "Null(List*)", "~(Element0)", "int*(int*,PreviewEntity*)", "~(DragEndDetails)", "Null(String*,ExpenseEntity*)", "~(RenderObject)", "String(String)", "String(Match)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "bool(Object?)", "Null(int*)", "@(int*,String*)", "Color(Set)", "int(int)", "~(Document2,DocumentEditorTransaction)", "Null(BuildContext*,Completer*)", "Null(EntityStatus*,bool*)", "Null(int*,int*)", "~(@,@)", "@(CompanyEntity*)", "Null(Object,StackTrace)", "UserStateBuilder*(UserStateBuilder*)", "~(Object,StackTrace)", "@(MultipartFile*)", "bool(@)", "~(RestorableProperty,~())", "Palette()", "String*()", "@(DocumentEntity*,String*,String*)", "double*(ChartMoneyData*,int*)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(String*,TaskEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Widget*(BuildContext*,int*)", "Null(TaxRateEntity*)", "Widget*()", "Null(BaseEntity*)", "Map(Document2,DocumentNode)", "@(InvoiceEntity*)", "bool(FocusNode)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "bool*(ClientContactEntity*)", "~(ByteData?)", "ListBuilder*()", "List()", "~(String,@)", "Null(ExpenseEntity*)", "String*(InvoiceEntityBuilder*)", "AuthStateBuilder*(AuthStateBuilder*)", "~(ForcePressDetails)", "Null(DesignEntity*)", "~(Object*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "~(SelectableEntity*)", "String*(String*,ClearEntitySelection*)", "Null(PaymentEntity*)", "EntityStats*(String*,BuiltMap*)", "~(LayoutView)", "bool(ScrollNotification)", "ScrollableListView*(BuildContext*)", "bool(FlutterHtmlKeyboardEvent)", "Null(List*)", "int()", "@(int*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "Null(SettingsEntity*)", "Null(BuildContext*[EntityAction*])", "Object?(@)", "bool*(BaseEntity*)", "DropdownMenuItem*(int*)", "SimpleDialog*(BuildContext*)", "Widget(BuildContext,int)", "bool*(VendorContactEntity*)", "~(String,String)", "bool*(InvoiceEntity*)", "~(ProgressEvent)", "Null(TaskTime*)", "MapBuilder*()", "ListBuilder*()", "bool(int)", "double*(double*)", "InvitationEntity*(ClientContactEntity*)", "Null(Completer*)", "Null(@,@)", "Null(String*,PaymentEntity*)", "TaskEntity*(String*)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "bool(_RouteEntry?)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Widget(BuildContext,Widget?)", "GroupStateBuilder*(GroupStateBuilder*)", "String*(PaymentableEntity*)", "Color0(int?)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(UserEntity*)", "Null(TaskEntity*)", "AlertDialog*(BuildContext*)", "~(PointerExitEvent)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "~(LongPressStartDetails)", "double*()", "@(Event)", "bool*(TaskTime*)", "ClientStateBuilder*(ClientStateBuilder*)", "PaymentEntity*(String*)", "bool(Node)", "~(String?)", "Future()", "int(_Codes)", "ExpenseEntity*(String*)", "MapBuilder*(MapBuilder*)", "Column*(BuildContext*)", "Future*(BuildContext*,bool*)", "Null(InvoiceStateBuilder*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "Color?(Set)", "bool*(PaymentableEntity*)", "Null(EntityType*)", "~(PointerEnterEvent)", "Null(TaskStateBuilder*)", "double(RenderBox,double)", "Null(LoginResponse*)", "Null(Completer*,String*)", "Null(RecurringInvoiceStateBuilder*)", "Null(ProductEntity*)", "List*()", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "bool(InlineSpan)", "Null(BuildContext*,bool*)", "Null(BuiltList*)", "@(DesignEntity*)", "Null(VendorEntity*)", "Uint8List*(PdfPageFormat*)", "ProductEntity*(String*)", "BaseEntity*(InvoiceItemEntity*)", "Null(String*,ClientEntity*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "TaxRateEntity*(String*)", "Null(int*,String*)", "String?(String?)", "Null(TaskStatusEntity*)", "~(Object?,Object?)", "Null(BuildContext*[int*])", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "AppStateBuilder*(AppStateBuilder*)", "Null(List*)", "~(String,NumericAxis)", "~(PointerDownEvent)", "ListTile*(String*)", "~(LongPressMoveUpdateDetails)", "~(SpanMarker)", "~(DateTime)", "Null(List*)", "Null(List*,String*,String*)", "Null(RecurringExpenseStateBuilder*)", "Null(BuildContext*,InvoiceEntity*[String*])", "Null(ProjectEntity*)", "Null(EntityAction*)", "Color0*(ChartMoneyData*,int*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "int(FocusNode,FocusNode)", "Widget(BuildContext,BoxConstraints)", "TextStyle(Set)", "~(PointerExitEvent*)", "DateTime*(ChartMoneyData*,int*)", "bool*(EntityType*)", "Null(InvoiceItemEntity*,int*)", "bool(GestureListener)", "bool(Element0)", "InvoiceItemSelector*(BuildContext*)", "Null(List*[String*,String*])", "Null(InvoiceItemEntity*)", "Null(PaymentableEntity*)", "Null(ClientEntity*)", "Future>(Map)", "Null(GroupEntity*)", "Future<~>(MethodCall0)", "MapBuilder*()", "Future<@>(MethodCall0)", "DropdownMenuItem*(DateRange*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "Null(List*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "bool(InheritedElement)", "PaymentStateBuilder*(PaymentStateBuilder*)", "~(int,int)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "Null(PaymentTermEntity*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Future>(Map)", "String*(ProfitAndLossReportFields*)", "_TextBoundary(DirectionalTextEditingIntent)", "int(Object?)", "ProductStateBuilder*(ProductStateBuilder*)", "InkWell*(BuildContext*)", "DesignStateBuilder*(DesignStateBuilder*)", "bool*(@)", "ProjectStateBuilder*(ProjectStateBuilder*)", "DateTime()", "ActivityListTile*(BuildContext*,int*)", "Null(TouchEvent)", "AppTextButton*(BuildContext*)", "~(~())", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "PanGestureRecognizer()", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "String(int)", "DesignEntity*(String*)", "~(PanGestureRecognizer)", "ColorTween(@)", "String*(TaxRateReportFields*)", "Null(SubscriptionEntity*)", "int*(InvoiceEntity*,InvoiceEntity*)", "List*(BuiltMap*,BuiltMap*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "String*(TaxRateReportFields0*)", "bool(_RouteEntry)", "~(NavigatorObserver)", "TaskStateBuilder*(TaskStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "double(double,double)", "Null(PointerEvent0)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "String*(InvitationEntity*)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "CreditStateBuilder*(CreditStateBuilder*)", "ListBuilder*()", "Future()", "Future()", "Null(CompanyGatewayEntity*)", "Null(DateTime*)", "CompanyGatewayEntity*(String*)", "Null(TokenEntity*)", "~(PointerEnterEvent*)", "TokenStateBuilder*(TokenStateBuilder*)", "MapBuilder*(MapBuilder*)", "ExpenseEntity*(ExpenseEntity*,@)", "MessageDialog*(BuildContext*)", "@([String*,String*])", "Offset()", "ProjectEntity*(String*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "@(String*,bool*)", "int(@,@)", "Future*(String*)", "bool(MapEntry>>)", "MaterialStateProperty?(ButtonStyle?)", "@(Completer*)", "DocumentLayout()", "KeyEventResult(FocusNode,RawKeyEvent)", "VendorStateBuilder*(VendorStateBuilder*)", "ClientEntity*(String*)", "Color(Color)", "Null(WebhookEntity*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "DropdownMenuItem*(MapEntry*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "~(MouseEvent)", "CustomFieldSelector*(BuildContext*)", "TaskListItem*(BuildContext*,int*)", "Null(ExpenseCategoryEntity*)", "Null(WebhookStateBuilder*)", "Null(List*)", "WebhookEntity*(String*)", "Null(VendorStateBuilder*)", "Null(List*)", "VendorEntity*(String*)", "List*(BuiltMap*)", "List*>*(BuildContext*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "Null(UserStateBuilder*)", "UserEntity*(String*)", "ListBuilder*(ListBuilder*)", "Null(TokenStateBuilder*)", "Null(List*)", "TokenEntity*(String*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "Null(TaxRateStateBuilder*)", "Null(List*)", "~(ImageStreamListener)", "Null(List*)", "TaskStatusEntity*(String*)", "Null(SubscriptionStateBuilder*)", "Null(List*)", "SubscriptionEntity*(String*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "Null(QuoteStateBuilder*)", "IconButton*(BuildContext*)", "Null(PurchaseOrderStateBuilder*)", "Null(ProjectStateBuilder*)", "Null(List*)", "~(Timer*)", "Null(ProductStateBuilder*)", "Null(int*,bool*)", "bool(Point)", "Null(List*)", "Null(PaymentTermStateBuilder*)", "Null(List*)", "BaseEntity*(String*)", "PaymentTermEntity*(String*)", "Null(PaymentStateBuilder*)", "Null(GroupStateBuilder*)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "GroupEntityBuilder*(GroupEntityBuilder*)", "Future*(BuildContext*,Completer*,String*)", "Null(List*)", "GroupEntity*(String*)", "bool(Object?,Object?)", "Null(ExpenseCategoryStateBuilder*)", "Null(List*)", "ExpenseCategoryEntity*(String*)", "Null(ExpenseStateBuilder*)", "~(Codec)", "Null(List*)", "Null(DesignStateBuilder*)", "Null(List*)", "int*(TaskEntity*,TaskEntity*)", "Null(Store*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "Null(CreditStateBuilder*)", "Object?(Object?)", "Null(CompanyGatewayStateBuilder*)", "Null(List*)", "bool*(PaymentEntity*)", "int(int,int)", "Null(ClientStateBuilder*)", "Null(@,StackTrace)", "Null(List*)", "Future()", "Null(Timer*)", "Null(MouseEvent)", "MapBuilder*>*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*(ListBuilder*)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "Set()", "ExpenseListItem*(BuildContext*,int*)", "bool*(InvitationEntity*)", "InvitationEntity*(VendorContactEntity*)", "bool(KeyData)", "bool*(ActivityEntity*)", "@(double*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "ClientContactEntity*()", "bool(Country)", "DropdownMenuItem*(int*)", "~(Timer)", "bool(Node0)", "~(TaxRateEntity*)", "~(Object,String)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "~(LongPressEndDetails)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "~(PointerSignalEvent)", "String*(PaymentReportFields*)", "EdgeInsetsGeometryTween(@)", "String*(ProductReportFields*)", "Future<~>(bool)", "String*(PurchaseOrderReportFields*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "bool(FocusableActionDetector)", "String*(TaskReportFields*)", "String*(VendorReportFields*)", "int(SemanticsNode,SemanticsNode)", "@(SettingsEntity*)", "bool(SemanticsNode)", "~(List)", "~(SliverConstraints)", "MapEntry*>*(String*,String*)", "~(TextSelection,SelectionChangedCause?)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "Tween(@)", "Rect()", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "~(bool?)", "bool(DataRow)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "MouseCursor0(Set)", "MaterialStateProperty?(ButtonStyle?)", "double()", "Null(bool)", "bool(String?)", "Widget(Widget,Animation0)", "Future<~>(String)", "ListBuilder*()", "bool(ScrollMetricsNotification)", "bool(Node1)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "bool(NodeValidator)", "Positioned(BuildContext,Widget?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "DecorationTween(@)", "Null(Uint8List)", "~(_DragInfo)", "VelocityTracker(PointerEvent)", "~(RandomAccessFile)", "Future(RandomAccessFile)", "bool(Rule)", "Null(ProgressEvent)", "_Channel()", "Future(String,Map)", "MapBuilder*>*(MapBuilder*>*)", "~(Attribution,int)", "SpanMarker(SpanMarker)", "KeyData()", "int(int,@)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "Widget(BuildContext,Object,StackTrace?)", "MapBuilder*()", "Future(Body)", "~(bool(String))", "TaskTimeBuilder*(TaskTimeBuilder*)", "List?(int?)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "VendorContactEntity*()", "List()", "InkWell*(String*)", "Null(BuildContext*,BuiltMap*)", "@(int*,bool*)", "Map*(String*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "num*(@,int*)", "Color0*(@,int*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "int(String?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "DesignEntity*(DesignEntity*,@)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Map()", "~(RestorationBucket)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "Future(ByteData?)", "double*(PaymentableEntity*)", "~([String*])", "Null(MapEntry*)", "RefreshIndicator*(BuildContext*)", "ProductListItem*(BuildContext*,int*)", "PopupMenuItem*(String*)", "List*>*(BuildContext*)", "Container*(BuildContext*,int*)", "Null(VendorContactEntity*)", "~(Symbol0,@)", "List(_SemanticsSortGroup)", "Future*(Response*)", "@(Object?)", "~(num)", "PaymentListItem*(BuildContext*,int*)", "ListTile*(BuildContext*,int*)", "Null(EntityType*,List*)", "bool(BoxHitTestResult)", "Null(ChartDataGroup*)", "Null(DateRange*)", "List()", "bool(InlineSpanSemanticsInformation)", "~(Rect)", "Row*(BuildContext*,BoxConstraints*)", "Null(ClientContactEntity*)", "Widget*(BuildContext*,AsyncSnapshot*)", "~([Object?])", "~(ImageChunkEvent)", "ImageStreamCompleter()", "@(Object*)", "~(ImageInfo,bool)", "DataCell0*(String*)", "DataCell0*(DataColumn0*)", "bool*(DataRow0*)", "bool*(SystemLogEntity*)", "String*(PhoneNumber*)", "DropdownMenuItem<@>*(@)", "Future*(@)", "PointerInterceptor*(BuildContext*)", "SmsVerification*(BuildContext*)", "Widget*(CompanyEntity*)", "~(TimeOfDay)", "Align*(List<@>*)", "Text*(@)", "Null(List<@>*)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "Null(PointerHoverEvent*)", "TaxRateEntity*()", "bool*(TaxRateEntity*)", "Null(EmailTemplate*)", "Null(String*,String*,String*,String*,String*)", "~(_TimePickerMode)", "Semantics(BuildContext,Widget?)", "bool*(SelectableEntity*)", "~(Object[StackTrace?])", "bool(Element2,String,String,_Html5NodeValidator)", "List*()", "Null(BuildContext*,String*,String*,String*)", "DataCell(DataColumn)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Object?(DismissIntent)", "List*>*(BuildContext*)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "Stack(BuildContext,List,Widget?)", "Future<~>(~(FlutterApp),~(Object?))", "~(RenderBox?)", "Completer*(Completer*,EditVendor*)", "~(FocusHighlightMode)", "UserEntity*(@)", "~([Intent?])", "~(Size)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "CustomSingleChildLayout(BuildContext)", "~(DragDownDetails)", "TokenEntityBuilder*(TokenEntityBuilder*)", "TaxRateEntity*(@)", "bool(BuildContext)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "~(String,String?)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "String(String,String)", "Null(CompanyEntity*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "VendorEntity*(VendorEntity*,@)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "UserEntity*(UserEntity*,@)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "Widget(BuildContext,TextLayout)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "TokenEntity*(TokenEntity*,@)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "String*(String*,ShowPdfQuote*)", "bool(DraggableScrollableNotification)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "String*(String*,ShowPdfPurchaseOrder*)", "EntityStats*(String*,BuiltMap*)", "String*(InvoiceItemEntityBuilder*)", "Completer*(Completer*,EditProject*)", "InvoiceItemEntity*(String*)", "PaymentTermEntity*(@)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "List*(String*,BuiltMap*,BuiltList*)", "TaxRateEntity*(TaxRateEntity*,@)", "LicenseEntry(int)", "TaskStatusEntity*(TaskStatusEntity*,@)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "TaskEntity*(TaskEntity*,@)", "String*(String*,ShowPdfInvoice*)", "GroupEntity*(@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "Size(RenderBox,BoxConstraints)", "Padding(BuildContext)", "ProjectEntity*(ProjectEntity*,@)", "RenderBox()", "ScrollPosition()", "~(Offset)", "Widget(BuildContext,bool)", "~(BuildContext)", "ProductEntity*(ProductEntity*,@)", "~([~])", "Null(PrintingInfo)", "Widget(BuildContext,Object?,ScrollController?)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "bool(DisplayFeature)", "ExpenseEntity*(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "Drag?(Offset)", "Null(BuiltList*)", "Null(DocumentStateBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "String*(MapBuilder*)", "DocumentEntity*(String*)", "WebhookEntity*(WebhookEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "Widget()", "PaymentEntity*(PaymentEntity*,@)", "List()", "bool(Delimiter)", "~(DiagnosticsNode)", "bool(InlineSyntax)", "bool(BlockSyntax)", "String(Node3)", "~(LinkifyElement)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "String*(Match*)", "Null(GoogleSignInAuthentication*)", "Null(Completer*,String*)", "List()", "Future()", "int*(ExpenseEntity*,ExpenseEntity*)", "List*(BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Color?(Color?)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "Future<~>(~)", "MapBuilder*>*(MapBuilder*>*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "Null(TaskTime*,int*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "String*(String*,ShowPdfCredit*)", "UpdateState*()", "PaymentableEntity*(BaseEntity*)", "~(GestureMode)", "CompanyGatewayEntity*(@)", "Node2?(DirectoryNode,String,Node2?)", "int*(BaseEntity*,BaseEntity*)", "~(List)", "String(@)", "bool*(ProductEntity*)", "bool(RenderBox)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "~(ScaleEndDetails)", "~(ScaleUpdateDetails)", "~(ScaleStartDetails)", "double*(String*,BuiltMap*)", "bool*(GatewayTokenEntity*)", "EntityStats*(String*,BuiltMap*)", "bool*(SubscriptionEntityBuilder*)", "~(ChartBehavior<@>)", "Completer*(Completer*,EditClient*)", "bool(ChartBehavior<@>)", "num?(int?)", "GroupEntity*(GroupEntity*,@)", "~(GestureListener)", "ByteBuffer(@)", "String*(ProjectEntityBuilder*)", "String*(PaymentEntityBuilder*)", "bool(LayoutView)", "Null(UserCompanyEntity*)", "int(LayoutView,LayoutView)", "bool*(HistoryRecord*)", "bool*(CompanyEntity*)", "bool*(bool*,DismissNativeWarningPermanently*)", "~(PersistenceRepository*)", "UIStateBuilder*(UIStateBuilder*)", "String(num?)", "~(Uint8List,String,int)", "Future*(Object*)", "Set<~>*()", "PaymentRefundScreen*(BuildContext*)", "PaymentEditScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "DropdownMenuItem*(ImportType*)", "MainScreen*(BuildContext*)", "Future*(BuildContext*,AppSidebarMode*)", "LoginScreen*(BuildContext*)", "PrefStateBuilder*(PrefStateBuilder*)", "Element2(int)", "Null(String*,@)", "Route<@>*(RouteSettings*)", "~(String?,List)", "TextElement2(String)", "Set(Set,Set)", "Null(ByteData)", "StyledToast*(BuildContext*)", "int*(TaskTime*,TaskTime*)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "num(int?)", "Map()", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(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*)", "double(TextElement2)", "MapBuilder*()", "~(Element2)", "MapBuilder*()", "int(int?)", "~(List<@>,MutationObserver)", "Element2()", "~(Iterable)", "bool(Point[double?])", "Future*(SharedPreferences*)", "MapBuilder*()", "bool(Point,double,double)", "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*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "MapBuilder*()", "UserCompanyState*(int*)", "MapBuilder*()", "MapBuilder*()", "String(int?)", "MapBuilder*()", "MapBuilder*()", "Null(UserCompanyState*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "Color0?(int?)", "_MergClientPicker*(BuildContext*)", "~(_LineRendererElement)", "_ButtonSanitizer()", "Palette(Palette())", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "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*)", "MapBuilder*()", "MapBuilder*()", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "~(SelectionModelType)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "MapBuilder*()", "~(String,ChartBehavior0<@>)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "Future(Body)", "Padding(Widget)", "int(TableRow)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "Padding(int)", "MapBuilder*()", "List(Size)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "double*(String*,BuiltMap*)", "MapBuilder*()", "MapBuilder*()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "ChartContainerRenderObject<@>()", "MapBuilder*()", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "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*)", "MapBuilder*()", "MapBuilder*()", "bool*(ClientEntity*)", "MapBuilder*()", "_PointerState()", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "FileNode()", "bool*(ProjectEntity*)", "MapBuilder*()", "bool*(TaskEntity*)", "MapBuilder*()", "~(FileNode)", "FileNode(FileNode)", "MapBuilder*()", "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*)", "~(Node2)", "Node2?(DirectoryNode,String,Node2?,int,int)", "MapBuilder*()", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "ListBuilder*()", "~(File,Uint8List?,String?,Stream>?)", "MapBuilder*()", "Future(String)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "~({canceled: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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "MapBuilder*>*()", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "Incrementable(SemanticsObject)", "Scrollable0(SemanticsObject)", "String(String,Color)", "LabelAndValue(SemanticsObject)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "Tappable(SemanticsObject)", "TextField0(SemanticsObject)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "ListBuilder*()", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "ListBuilder*()", "Checkable(SemanticsObject)", "ListBuilder*>*()", "bool(int,int)", "ListBuilder*()", "Null(String*,Duration*)", "TargetPlatform?()", "ListBuilder*()", "List*(BuiltMap*,String*)", "TargetPlatform()", "bool(DiagnosticsNode?)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "ListBuilder*()", "bool(StackFrame)", "List*(BuiltMap*,BuiltMap*)", "ListBuilder*()", "ErrorDescription(String)", "String(DiagnosticsNode)", "~(int,bool(FlutterHtmlKeyboardEvent))", "ImageRoleManager(SemanticsObject)", "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*)", "LiveRegion(SemanticsObject)", "String*(String*,ArchiveDesignsSuccess*)", "String*(String*,DeleteDesignsSuccess*)", "ListBuilder*()", "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*)", "SetMultimapBuilder()", "bool(DiagnosticsNode)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "SetBuilder()", "LicenseParagraph()", "~(AbstractNode)", "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*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "ListBuilder*()", "ListBuilder*()", "String(GestureArenaMember)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "_GestureArena()", "InvoiceItemEntity*(BaseEntity*)", "~(PointerDataPacket)", "Null(FontFace)", "bool(PointerData)", "MapBuilder()", "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*)", "_PointerEventDescription(PointerData)", "ListBuilder*()", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "ListBuilder*()", "Drag?()", "List*(BuiltMap*,String*)", "ListBuilder*()", "~(_TapTracker)", "Map<~(PointerEvent),Matrix4?>()", "~(~(PointerEvent),Matrix4?)", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "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*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "ListBuilder*()", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "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*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "StatefulWidget(BuildContext,BoxConstraints)", "Center(BuildContext,int?,Widget?)", "ListMultimapBuilder()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "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*)", "ListBuilder()", "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*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "IndentingBuiltValueToStringHelper(String)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "~(PointerUpEvent)", "_PackageListTile(MapEntry)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "int(String,String)", "Localizations(BuildContext,int)", "Future()", "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*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "List>(NavigatorState,String)", "MaterialPageRoute<~>(RouteSettings)", "~(PointerMoveEvent)", "BlockSemantics(BuildContext)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "WillPopScope(BuildContext)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "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<~>(~(FlutterAppRunner),~(Object?))", "HttpRequest()", "MouseRegion(BuildContext,ScrollController)", "~(int?)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "~(_ResolvedNotoSubset)", "MaterialRectArcTween(Rect?,Rect?)", "Widget(BuildContext,~())", "Null(BuiltList*)", "ProductUIStateBuilder*(ProductUIStateBuilder*)", "bool*(bool*,ViewProduct*)", "bool*(bool*,ViewProductList*)", "bool*(bool*,FilterProductsByState*)", "bool*(bool*,FilterProducts*)", "bool*(bool*,FilterProductsByCustom1*)", "bool*(bool*,FilterProductsByCustom2*)", "bool*(bool*,FilterProductsByCustom3*)", "bool*(bool*,FilterProductsByCustom4*)", "int*(int*,UpdateProductTab*)", "ProductEntity*(ProductEntity*,UpdateProduct*)", "ProductEntity*(ProductEntity*,RestoreProductsSuccess*)", "ProductEntity*(ProductEntity*,ArchiveProductsSuccess*)", "ProductEntity*(ProductEntity*,DeleteProductsSuccess*)", "String*(String*,ArchiveProductsSuccess*)", "String*(String*,DeleteProductsSuccess*)", "String*(String*,ViewProduct*)", "String*(String*,AddProductSuccess*)", "String*(String*,SortProducts*)", "String*(String*,FilterProducts*)", "String*(String*,FilterProductsByState*)", "String*(String*,FilterProductsByCustom1*)", "String*(String*,FilterProductsByCustom2*)", "String*(String*,FilterProductsByCustom3*)", "String*(String*,FilterProductsByCustom4*)", "Promise<1&>([RunAppFnParameters?])", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "~(KeyboardEvent)", "~(ScrollNotification)", "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*)", "Map*()", "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,FormElement)", "double(_Diagonal)", "double*(double*,double*)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "bool(NotoFont)", "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*)", "InvoiceHistoryEntity*(ActivityEntity*)", "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*)", "InvitationEntity*(InvitationEntity*)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(int?,int?)", "String?(String)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "CloseIcon(WindowButtonContext)", "~(EditingState?,TextEditingDeltaState?)", "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*)", "MaximizeIcon(WindowButtonContext)", "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*)", "MinimizeIcon(WindowButtonContext)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Null(String*,GatewayOptionsEntity*)", "Promise<1&>([InitializeEngineFnParameters?])", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "0^?(0^?(ButtonStyle?))", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "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*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "~(JsUrlStrategy?)", "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*)", "Null(FrameInfo)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "String?(~(Codec))", "~(Country)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "SkImage()", "MaterialStateProperty?(ButtonStyle?)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "CkCanvas(CkPictureRecorder)", "CountryPickerDialog(BuildContext,~(~()))", "MaterialStateProperty?(ButtonStyle?)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "MaterialStateProperty?(ButtonStyle?)", "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*,FilterSettings*)", "SettingsUIState*(SettingsUIState*,ClearSettingsFilter*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTab*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTemplate*)", "SettingsUIState*(SettingsUIState*,UpdatedSetting*)", "StaticStateBuilder*(StaticStateBuilder*)", "CurrencyEntity*(@)", "SizeEntity*(@)", "IndustryEntity*(@)", "TimezoneEntity*(@)", "DateFormatEntity*(@)", "LanguageEntity*(@)", "PaymentTypeEntity*(@)", "CountryEntity*(@)", "GatewayEntity*(@)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "MouseCursor0?(Set)", "MouseCursor0?(ButtonStyle?)", "StatefulBuilder(BuildContext)", "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*)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "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*)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "Country()", "Column(BuildContext,int)", "TaskEntity*(@)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "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*)", "bool*(bool*,FilterDesignsByCustom4*)", "String*(String*,FilterTaskStatusesByCustom3*)", "String*(String*,FilterTaskStatusesByCustom4*)", "TaskStatusEntity*(TaskStatusEntity*,RestoreTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,ArchiveTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,DeleteTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,UpdateTaskStatus*)", "~(CanvasKit)", "ViewClipChain()", "bool(Pattern[int])", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "TableRow(int)", "bool(SurfaceFrame,CkCanvas)", "Rect()(RenderBox)", "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*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "String(NumberSymbols)", "~(Surface)", "String?(NumberSymbols)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "JsObject(@)", "SkTextStyle()", "Widget(BuildContext,Animation0,Animation0)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "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*)", "_DateFormatLiteralField(String,DateFormat)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "_DateFormatPatternField(String,DateFormat)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "_DateFormatQuotedField(String,DateFormat)", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PurgeDataSuccess*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(ActivateIntent)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "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*)", "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*)", "~(ButtonActivateIntent)", "bool(_DateFormatField)", "RenderObjectWidget(Widget)", "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*)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "DateTime(int,int,int,int,int,int,int,bool)", "RegExp()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "List(String)", "Promise<1&>()", "@(@,String)", "bool(InkHighlight?)", "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*)", "XFile(File)", "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)", "String?(int)", "MediaType()", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "TextStyle()", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "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*)", "Null(~())", "String(List)", "ShapeBorderTween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "int(String)", "bool(String,String)", "Future(Client0)", "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*)", "Future(Client0)", "~(Node0)", "ColoredBox(BuildContext,Widget?)", "BottomAppBar*(BuildContext*,Store*)", "PageTransitionsBuilder?(TargetPlatform)", "String?(RegExpMatch)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "JsArray<@>(@)", "DataRow?()", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "JsFunction(@)", "Padding*(TextButton*)", "Column(BuildContext,BoxConstraints)", "MultiSelectList*(BuildContext*)", "@(List*)", "FadeTransition(BuildContext,Widget?)", "Padding*(MapEntry*)", "~(double,double)", "Rule()", "Null(String)", "DocumentTile*(DocumentEntity*)", "bool(OverscrollIndicatorNotification)", "RefreshProgressIndicator(BuildContext,Widget?)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "bool(Set)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "double(Set)", "~(int,@)", "_Future<@>?()", "Null(SkDeletable)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "int(String?,String?)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "~(Rule)", "String*(SelectableEntity*)", "~(List,TextDirection,double)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "GlobalKey>(Widget)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Container*(String*)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "Future(int)", "Null(Color*)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "DataRow*(String*)", "bool(MapEntry>)", "List()", "TimeOfDay(int)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "Map>()", "BaseEntity*(InvitationEntity*)", "bool(Selector)", "Offset(double)", "bool(Set)", "String(StringToken)", "DropdownMenuItem*(TaxRateEntity*)", "~(Element)", "Null(PointerExitEvent*)", "int/(@)", "~(List<_TappableLabel>?)", "Null(GoogleAuthInitFailureError)", "Null(GoogleAuth)", "String*(EntityStatus*)", "GoogleSignInTokenData(Map?)", "ListTile*(BuildContext*,BoxConstraints*)", "_ToggleButton(int)", "Widget*(BuildContext*,Store*)", "_RandomAccessFile(@)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "GoogleSignInAccount?/(~)", "Future*()", "~([TapUpDetails?])", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "HealthCheckDialog*(BuildContext*)", "~(ToastFuture)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "IgnorePointer(BuildContext)", "_SelectRow*()", "int(StaggeredGridParentData,int)", "~(SlidableAutoCloseBarrierNotification)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "~(SlidableAutoCloseNotification)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "Flexible(Widget)", "DataRow0*()", "String(ShapeBorder)", "Card*(BuildContext*,BoxConstraints*)", "~(Object,StackTrace,Object?)", "~(BaseEntity*)", "Column*()", "~(String,Map)", "bool(double)", "DataColumn0*(String*)", "int*(int*)", "Color(double)", "_LiveImage()", "SynchronousFuture()", "~(ImageInfo?,bool)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future<~>(Object,StackTrace?)", "SynchronousFuture()", "Null(Map>?)", "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*})", "~(ImageInfo)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "Widget(Color)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "~(Object,StackTrace?)?(ImageStreamListener)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(ImageChunkEvent)?(ImageStreamListener)", "List(List)", "Future<~>(CacheObject?)", "CacheInfoRepository(bool)", "Paint(BoxShadow)", "Path(BoxShadow)", "~(ForcePressGestureRecognizer)", "Column*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "Size()", "GatewayConfigField*(String*)", "double?()", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "ForcePressGestureRecognizer()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "~(TextSelection)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "Rect(TextBox)", "~(DragStartDetails,DragUpdateDetails)", "Rect(Rect?,TextBox)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "~(Event?)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "bool(MouseTrackerAnnotation)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "_Future<@>(@)", "List(_TableElementRow)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "Future<@>(@)", "OneSequenceGestureRecognizer(Factory)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "RenderBox(Element0)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "_DashboardSettings*(BuildContext*)", "Card*(TaskEntity*)", "FormCard*(DashboardField*)", "TransformLayer?(PaintingContext,Offset)", "Iterable(_TableElementRow)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "bool(List)", "~(@,StackTrace)", "HitTestResult(Offset)", "_DashboardField*(BuildContext*)", "bool(_TableElementRow)", "bool*(DashboardField*)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "Element0(Widget)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "bool(RenderSliver)", "_TableElementRow(TableRow)", "Decoration?(TableRow)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "bool(TableRow)", "SemanticsNode(_TraversalSortNode)", "Element0?()", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "DiagnosticsNode(SemanticsNode)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "~(RenderBox)", "_SingleChildViewport(BuildContext,ViewportOffset)", "int(SemanticsNode)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "Uint8List({seed:int})", "SemanticsNode(int)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "List<_ActivatorIntentPair>()", "Null(InvitationEntity*)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "Future(String?)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "~(ShortcutActivator,Intent)", "bool(bool)", "List(LogicalKeyboardKey)", "~(PointerHoverEvent)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "~(_TrackTapGestureRecognizer)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "Future<~>(ByteData?,~(ByteData?))", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "_TrackTapGestureRecognizer()", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "int(PaintRequest,PaintRequest)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "~(_ThumbPressGestureRecognizer)", "Future>(@)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "_ThumbPressGestureRecognizer()", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "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*)", "~(RawKeyEvent)", "bool(ScrollMetrics?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "RawKeyEventData()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "bool(PhysicalKeyboardKey)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "int?(Widget,int)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "bool(ScrollUpdateNotification)", "Widget(BuildContext,ViewportOffset)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "List()", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "List(List)", "IgnorePointer(BuildContext,Widget?)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "List(SelectionRect)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "SurfaceScene()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "double(num)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "List<@>(String)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "Actions(BuildContext)", "RestorationScope(BuildContext,Widget?)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "Map(Map,String)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "~(Action)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "~(String,int)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "~(_ChildEntry)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "Widget(_ChildEntry)", "~(RestorableProperty)", "String*(@,int*)", "Null(RestorationBucket?)", "~(_DragInfo,Offset,Offset)", "DateTime*(@,int*)", "Route<@>?(RouteSettings)", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "Future<~>(PointerEvent)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Null(BuildContext*,List*)", "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*)", "Route<@>(RouteSettings)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "VendorReportFields*(String*)", "bool*(VendorReportFields*)", "~(AutocompletePreviousOptionIntent)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "~(AutocompleteNextOptionIntent)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "_HtmlElementViewController(PlatformViewCreationParams)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "Viewport(BuildContext,ViewportOffset)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "CompositedTransformFollower(BuildContext)", "ClipRect(BuildContext,Widget?)", "bool(AutofillClient)", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "AutofillClient()", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "bool(KeepAliveNotification)", "~(String,int?)", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "RenderBox?()", "DropdownMenuItem*(ExportType*)", "MapEntry>(@,@)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "ClipPath(BuildContext)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "String(Object?)", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "Uint8List(@,@)", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "_RouteEntry(Route<@>)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "HitTestResult()", "Future<@>()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "bool(OverlayEntry)", "~(BuildContext*[EntityAction*])", "Future()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "bool(Route<@>?)", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "Element2(Node1)", "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*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "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*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "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*)", "Future<~>(double)", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "Future<~>(@)", "Null(AttributedText*,int*,Set*,AttributionVisitEvent*)", "Null(Map)", "Map(Map)", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "Map(List<@>)", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "Future<@>(_Pending)", "Logger()", "@(@,@)", "BorderRadiusTween(@)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "TextStyleTween(@)", "Matrix4Tween(@)", "bool(Node3)", "BoxConstraintsTween(@)", "Null(String[String?])", "Future>(Map)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "String?([String?])", "~(Node1,Node1?)", "_PinItem(int)", "Widget(FormFieldState)", "Center(BuildContext,Widget?)", "~(Object,StackTrace?)", "IconTheme(BuildContext)", "bool(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "~(_HeroFlight)", "Future<~>(ISentrySpan)", "~(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "Rect(DisplayFeature)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "~(StatefulElement,Object)", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "_DraggableSheetExtent()", "~(Blob?)", "~(ReplaceTextIntent)", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(String)", "Listener(BuildContext,Widget?)", "~(ScrollToDocumentBoundaryIntent)", "~(UpdateSelectionIntent)", "~(HandleType,Offset)", "~(RenderSemanticsGestureHandler)", "~(ScaleGestureRecognizer)", "ScaleGestureRecognizer()", "AndroidDocumentTouchEditingControls(BuildContext)", "~(ExpandSelectionToDocumentBoundaryIntent)", "bool(Color)", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "~(DoubleTapGestureRecognizer)", "~(ExpandSelectionToLineBreakIntent)", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "SelectionRect?(int)", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "DoubleTapGestureRecognizer()", "Object?(int,Element0?)", "bool(bool?)", "bool(String,@)", "~(HtmlElement)", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "Element0?(Element0)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,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^>)", "~(DomException)", "bool(SelectionRect?)", "String(CropAspectRatioPreset?)", "SelectionRect(SelectionRect?)", "~({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*)", "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*)", "bool(FormFieldState<@>)", "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*)", "Future<~>(PasteTextIntent)", "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*,MarkSentCreditSuccess*)", "CreditState*(CreditState*,ArchiveCreditsSuccess*)", "CreditState*(CreditState*,DeleteCreditsSuccess*)", "CreditState*(CreditState*,RestoreCreditsSuccess*)", "CreditState*(CreditState*,AddCreditSuccess*)", "CreditState*(CreditState*,@)", "CreditState*(CreditState*,LoadCreditsSuccess*)", "CreditState*(CreditState*,LoadCompanySuccess*)", "bool(_ReadingOrderSortData)", "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*)", "~(TextEditingValue)", "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*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "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*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "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*,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*)", "Rect(_ReadingOrderSortData)", "ListUIState*(ListUIState*,ViewPaymentList*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom3*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom4*)", "ListUIState*(ListUIState*,FilterPaymentsByState*)", "ListUIState*(ListUIState*,FilterPayments*)", "ListUIState*(ListUIState*,SortPayments*)", "ListUIState*(ListUIState*,StartPaymentMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentMultiselect*)", "PaymentState*(PaymentState*,ArchivePaymentsSuccess*)", "PaymentState*(PaymentState*,DeletePaymentsSuccess*)", "PaymentState*(PaymentState*,RestorePaymentsSuccess*)", "PaymentState*(PaymentState*,AddPaymentSuccess*)", "PaymentState*(PaymentState*,SavePaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentsSuccess*)", "PaymentState*(PaymentState*,LoadCompanySuccess*)", "List(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*)", "Set(_ReadingOrderSortData)", "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*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "bool(TraversalDirection)", "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*,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*,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*,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*,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*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "bool(_DirectionalPolicyDataEntry)", "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*)", "~(_FocusTraversalGroupInfo)", "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*,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*)", "bool(KeyMessage)", "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*)", "DiagnosticsNode(FocusNode)", "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*)", "bool(Element2)", "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*)", "~(RedoTextIntent)", "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*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "~(UndoTextIntent)", "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*)", "TextSelection(TextSelection)", "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*)", "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*)", "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*)", "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)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "bool(HitTestEntry)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "String*(String*,FilterTaskStatusesByCustom2*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "Null(@)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "double(double)", "Null(String*)", "@()", "@(bool*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "~(Duration)", "ErrorDialog*(BuildContext*)", "int*(String*,String*)", "Null(bool*)", "bool*()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "String*(@)", "~(JavaScriptObject)", "Null(EntityState*,bool*)", "Future*()", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "~(BuildContext*)", "Future<~>*()", "Null(List*)", "Future*()", "~(TextEditingController*)", "Null(SelectableEntity*)", "Null(Duration*)", "~(Object?)", "Null(String*,String*)", "String*(BaseEntity*)", "ListBuilder*()", "~(AnimationStatus)", "~(bool*)", "DropdownMenuItem*(String*)", "bool*(Route<@>*)", "bool(SpanMarker)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "PluralCase()", "Null(String*,InvoiceEntity*)", "Null(DocumentEntity*)", "String*(String*,ClearEntityFilter*)", "String*(String*,SelectCompany*)", "String*(String*,PreviewEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "@(BuildContext*)", "Null(String*,bool*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "~(BuildContext*,EntityAction*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "bool*(InvoiceItemEntity*)", "@(SelectableEntity*)", "Null(InvoiceEntity*)", "bool(String)", "String(String,Node)", "String()", "Null(BuildContext*,MultipartFile*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "~(String*)", "Future?(Object*)", "InvoiceEntity*(String*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "UserEntityBuilder*(UserEntityBuilder*)", "~(bool)", "Null(TextEditingController*)", "~(DragUpdateDetails)", "bool(BoxHitTestResult,Offset)", "Widget(BuildContext)", "String*(String*,FilterByEntity*)", "bool*(bool*,UpdateUserPreferences*)", "int*(List*,List*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "~(TapDownDetails)", "String*(String*,@)", "~(int)", "ListDivider*(BuildContext*,int*)", "EntityStats*(String*,BuiltMap*)", "~(PaintingContext,Offset)", "~(DragStartDetails)", "double(RenderBox)", "Null(~)", "~(TapUpDetails)", "~(Element0)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "Null(JavaScriptObject)", "InvoiceEntity*(@)", "@(TaxRateEntity*)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "~(@)", "int*(int*,PreviewEntity*)", "~(String)", "Future<~>()", "VendorEntityBuilder*(VendorEntityBuilder*)", "Null(List*)", "~(RenderObject)", "Null(String*,ExpenseEntity*)", "Null(int*)", "~(PointerEvent)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(DragEndDetails)", "String(Match)", "bool(Object?)", "~(RestorableProperty,~())", "Color(Set)", "Null(BuildContext*,Completer*)", "int(int)", "Null(EntityStatus*,bool*)", "String(String)", "@(int*,String*)", "~(Document2,DocumentEditorTransaction)", "List()", "@(MultipartFile*)", "UserStateBuilder*(UserStateBuilder*)", "@(DocumentEntity*,String*,String*)", "@(CompanyEntity*)", "Null(Object,StackTrace)", "String*()", "Palette()", "Null(int*,int*)", "Map(Document2,DocumentNode)", "~(Object,StackTrace)", "ListBuilder*()", "bool*(ClientContactEntity*)", "Widget*(BuildContext*,int*)", "~(String,@)", "bool(@)", "Null(BaseEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(String*,TaskEntity*)", "bool(FocusNode)", "~(ByteData?)", "String*(InvoiceEntityBuilder*)", "@(InvoiceEntity*)", "Null(ExpenseEntity*)", "double*(ChartMoneyData*,int*)", "Widget*()", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(TaxRateEntity*)", "Widget(BuildContext,int)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "~(ForcePressDetails)", "~(LayoutView)", "Null(PaymentEntity*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ClearEntitySelection*)", "~(SelectableEntity*)", "Null(DesignEntity*)", "~(@,@)", "AuthStateBuilder*(AuthStateBuilder*)", "~(Object*)", "int()", "Object?(@)", "Null(BuildContext*[EntityAction*])", "bool(FlutterHtmlKeyboardEvent)", "bool(ScrollNotification)", "ProductEntityBuilder*(ProductEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "Null(List*)", "bool*(BaseEntity*)", "SimpleDialog*(BuildContext*)", "@(int*)", "~(String,String)", "ScrollableListView*(BuildContext*)", "bool*(VendorContactEntity*)", "Null(SettingsEntity*)", "Future()", "bool*(InvoiceEntity*)", "DropdownMenuItem*(int*)", "TaskEntity*(String*)", "Null(String*,PaymentEntity*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "Widget(BuildContext,Widget?)", "Null(TaskEntity*)", "bool(_RouteEntry?)", "Null(UserEntity*)", "Null(Completer*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "InvitationEntity*(ClientContactEntity*)", "AlertDialog*(BuildContext*)", "String*(PaymentableEntity*)", "double*(double*)", "GroupStateBuilder*(GroupStateBuilder*)", "~(PointerExitEvent)", "bool(int)", "Color0(int?)", "ListBuilder*()", "MapBuilder*()", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "DocumentLayout()", "Null(TaskTime*)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "ExpenseEntity*(String*)", "MapBuilder*(MapBuilder*)", "Null(Completer*,String*)", "double*()", "bool*(PaymentableEntity*)", "Null(EntityType*)", "~(PointerEnterEvent)", "Null(InvoiceStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "bool(Node)", "double(RenderBox,double)", "Color?(Set)", "Null(BuildContext*,bool*)", "List*()", "~(~())", "double(double,double)", "Null(ProductEntity*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "bool*(TaskTime*)", "~(String?)", "bool(InlineSpan)", "~(LongPressStartDetails)", "PaymentEntity*(String*)", "Column*(BuildContext*)", "int(_Codes)", "Future*(BuildContext*,bool*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "Null(LoginResponse*)", "ClientStateBuilder*(ClientStateBuilder*)", "Null(TaskStateBuilder*)", "TextStyle(Set)", "Null(@,@)", "Null(BuildContext*[int*])", "~(Selectable)", "Null(List*,String*,String*)", "Null(RecurringExpenseStateBuilder*)", "~(SpanMarker)", "Future<~>(MethodCall0)", "DateTime*(ChartMoneyData*,int*)", "Null(ProjectEntity*)", "Null(InvoiceItemEntity*,int*)", "Null(PaymentableEntity*)", "Null(VendorEntity*)", "bool(Element0)", "bool(InheritedElement)", "~(DateTime)", "~(String,NumericAxis)", "~(PointerDownEvent)", "Null(BuildContext*,InvoiceEntity*[String*])", "Null(InvoiceItemEntity*)", "~(Object?,Object?)", "Null(List*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "int(FocusNode,FocusNode)", "Null(GroupEntity*)", "Null(TaskStatusEntity*)", "~(LongPressMoveUpdateDetails)", "Future>(Map)", "TaxRateEntity*(String*)", "Null(List*)", "Uint8List*(PdfPageFormat*)", "ListTile*(String*)", "bool(MapEntry>>)", "ProductEntity*(String*)", "Color0*(ChartMoneyData*,int*)", "MapBuilder*()", "AppStateBuilder*(AppStateBuilder*)", "Null(BuiltList*)", "bool(GestureListener)", "bool*(EntityType*)", "Null(EntityAction*)", "Widget(BuildContext,BoxConstraints)", "InvoiceItemSelector*(BuildContext*)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*,String*])", "DocumentStateBuilder*(DocumentStateBuilder*)", "~(PointerExitEvent*)", "Null(String*,ClientEntity*)", "Null(ClientEntity*)", "@(DesignEntity*)", "Null(int*,String*)", "String?(String?)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Null(ExpenseCategoryEntity*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "MapBuilder*(MapBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "TokenStateBuilder*(TokenStateBuilder*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "Null(List*)", "DesignStateBuilder*(DesignStateBuilder*)", "ColorTween(@)", "DesignEntity*(String*)", "~(PointerEnterEvent*)", "_TextBoundary(DirectionalTextEditingIntent)", "String*(ProfitAndLossReportFields*)", "Null(TokenEntity*)", "List*(BuiltMap*,BuiltMap*)", "ListBuilder*()", "KeyEventResult(FocusNode,RawKeyEvent)", "@(Completer*)", "InkWell*(BuildContext*)", "String*(TaxRateReportFields*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "CreditStateBuilder*(CreditStateBuilder*)", "int(RenderObject,RenderObject)", "Future<~>(bool)", "Future>(Map)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "Future()", "~(Event)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "Null(PaymentTermEntity*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "PanGestureRecognizer()", "bool*(@)", "@(String*,bool*)", "Future<@>(MethodCall0)", "~(PanGestureRecognizer)", "String(int)", "Null(TaskStatusStateBuilder*)", "DropdownMenuItem*(MapEntry*)", "Null(CompanyGatewayEntity*)", "CompanyGatewayEntity*(String*)", "@([String*,String*])", "ProjectEntity*(String*)", "ProductStateBuilder*(ProductStateBuilder*)", "Future*(String*)", "~(ProgressEvent)", "MessageDialog*(BuildContext*)", "String*(TaxRateReportFields0*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "int(Object?)", "EntityStats*(String*,BuiltMap*)", "DropdownMenuItem*(DateRange*)", "TaskStateBuilder*(TaskStateBuilder*)", "int(@,@)", "ExpenseEntity*(ExpenseEntity*,@)", "JavaScriptObject()", "VendorStateBuilder*(VendorStateBuilder*)", "CustomFieldSelector*(BuildContext*)", "DateTime()", "Null(WebhookEntity*)", "ActivityListTile*(BuildContext*,int*)", "TaskListItem*(BuildContext*,int*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "Future()", "Null(DateTime*)", "Color(Color)", "bool(_RouteEntry)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Offset()", "MaterialStateProperty?(ButtonStyle?)", "GridView*(BuildContext*,BoxConstraints*)", "Null(SubscriptionEntity*)", "ScrollPosition()", "BankAccountStateBuilder*(BankAccountStateBuilder*)", "~(NavigatorObserver)", "RenderBox()", "ClientEntity*(String*)", "int*(InvoiceEntity*,InvoiceEntity*)", "AppTextButton*(BuildContext*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "String*(InvitationEntity*)", "Null(SubscriptionStateBuilder*)", "Null(List*)", "Null(BankAccountStateBuilder*)", "Null(List*)", "Null(ClientStateBuilder*)", "BankAccountEntity*(String*)", "bool*(PaymentEntity*)", "Null(List*)", "Null(Timer*)", "Null(CompanyGatewayStateBuilder*)", "MapBuilder*>*()", "ListBuilder*()", "Null(CreditStateBuilder*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "int*(TaskEntity*,TaskEntity*)", "Null(List*)", "Null(DesignStateBuilder*)", "Null(List*)", "ListBuilder*()", "bool(ScrollMetricsNotification)", "Null(ExpenseStateBuilder*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "Null(ExpenseCategoryStateBuilder*)", "GroupEntity*(String*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "ListBuilder*()", "Null(PaymentStateBuilder*)", "bool*(InvitationEntity*)", "PaymentTermEntity*(String*)", "Null(List*)", "InvitationEntity*(VendorContactEntity*)", "Null(PaymentTermStateBuilder*)", "bool*(ActivityEntity*)", "Null(List*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "Null(ProductStateBuilder*)", "Null(List*)", "ClientContactEntity*()", "Null(ProjectStateBuilder*)", "bool(Country)", "Null(Event)", "Null(PurchaseOrderStateBuilder*)", "Null(QuoteStateBuilder*)", "bool(Node0)", "~(Object,String)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "~(LongPressEndDetails)", "SubscriptionEntity*(String*)", "Null(List*)", "Future<~>(~(JavaScriptObject),~(Object?))", "~(PointerSignalEvent)", "EdgeInsetsGeometryTween(@)", "TaskStatusEntity*(String*)", "Null(List*)", "Null(List*)", "~(VerticalDragGestureRecognizer)", "Null(TaxRateStateBuilder*)", "VerticalDragGestureRecognizer()", "TokenEntity*(String*)", "Null(List*)", "Null(TokenStateBuilder*)", "ListBuilder*(ListBuilder*)", "UserEntity*(String*)", "Null(UserStateBuilder*)", "bool(FocusableActionDetector)", "List*(BuiltMap*)", "VendorEntity*(String*)", "Null(List*)", "Null(VendorStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "int(SemanticsNode,SemanticsNode)", "Null(WebhookStateBuilder*)", "bool(SemanticsNode)", "~(List)", "~(SliverConstraints)", "~(TextSelection,SelectionChangedCause?)", "List*>*(BuildContext*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "Tween(@)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "~(Size)", "~(DragDownDetails)", "Rect()", "~(bool?)", "bool(DataRow)", "MouseCursor0(Set)", "IconButton*(BuildContext*)", "MaterialStateProperty?(ButtonStyle?)", "double()", "~(Timer*)", "Widget(Widget,Animation0)", "Null(int*,bool*)", "BaseEntity*(String*)", "Future<~>(String)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*,String*)", "bool(String?)", "Null(Store*)", "bool(Point)", "~(ImageStreamListener)", "~(int,int)", "~(Codec)", "ListBuilder*(ListBuilder*)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "Object?(Object?)", "ExpenseListItem*(BuildContext*,int*)", "@(double*)", "int(int,int)", "DropdownMenuItem*(int*)", "Null(@,StackTrace)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "Future()", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "String*(PaymentReportFields*)", "String*(ProductReportFields*)", "String*(PurchaseOrderReportFields*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "String*(TaskReportFields*)", "String*(VendorReportFields*)", "bool(KeyData)", "@(SettingsEntity*)", "~(Timer)", "MapEntry*>*(String*,String*)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "Null(bool)", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "Set()", "JavaScriptObject(JavaScriptObject)", "bool(Object?,Object?)", "Null(BuiltList*)", "ListBuilder*()", "DecorationTween(@)", "ListBuilder*()", "AlignmentGeometryTween(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "ListBuilder*()", "Positioned(BuildContext,Widget?)", "~(ForcePressGestureRecognizer)", "ForcePressGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "ListBuilder*()", "List*(BuiltMap*,BuiltMap*)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "bool*(bool*,DismissNativeWarningPermanently*)", "ListBuilder*()", "TaxRateEntity*(@)", "MapBuilder*()", "ListBuilder*()", "~(LongPressGestureRecognizer)", "TokenEntityBuilder*(TokenEntityBuilder*)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "LongPressGestureRecognizer()", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "ListBuilder*()", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "~(PersistenceRepository*)", "bool(DisplayFeature)", "Object?(DismissIntent)", "ListBuilder*()", "DocumentEntity*(String*)", "UserEntity*(@)", "bool*(ProductEntity*)", "UIStateBuilder*(UIStateBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Map()", "Completer*(Completer*,EditVendor*)", "~(RestorationBucket)", "Null(DocumentStateBuilder*)", "Future(ByteData?)", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "List(_SemanticsSortGroup)", "ListBuilder*()", "ListBuilder*()", "PaymentRefundScreen*(BuildContext*)", "PaymentEditScreen*(BuildContext*)", "List*>*(BuildContext*)", "InkWell*(String*)", "bool(BoxHitTestResult)", "bool(InlineSpanSemanticsInformation)", "~(Rect)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(ImageChunkEvent)", "ImageStreamCompleter()", "Null(BuildContext*,String*,String*,String*)", "~(ImageInfo,bool)", "~(TimeOfDay)", "~(_TimePickerMode)", "List*()", "Semantics(BuildContext,Widget?)", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ListBuilder*()", "ExpenseEntity*(@)", "Completer*(Completer*,EditClient*)", "MediaQuery*(BuildContext*,Widget*)", "ListBuilder*()", "DataCell(DataColumn)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "ListBuilder*()", "~(RenderBox?)", "bool*(SelectableEntity*)", "MainScreen*(BuildContext*)", "~(FocusHighlightMode)", "~([Intent?])", "ListBuilder*()", "CustomSingleChildLayout(BuildContext)", "int*(BaseEntity*,BaseEntity*)", "LoginScreen*(BuildContext*)", "bool(BuildContext)", "ListBuilder*()", "Null(BankAccountEntity*)", "EntityStats*(String*,BuiltMap*)", "ListBuilder*()", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "GroupEntity*(@)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "bool(DraggableScrollableNotification)", "Text*(@)", "Align*(List<@>*)", "String*(String*,ShowPdfInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "Widget*(CompanyEntity*)", "SmsVerification*(BuildContext*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "String*(PhoneNumber*)", "bool*(SystemLogEntity*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "Widget(BuildContext,Object?,ScrollController?)", "DataCell0*(String*)", "double(_PointerPanZoomData)", "ListBuilder*()", "Drag?(Offset)", "~(DiagnosticsNode)", "@(Object*)", "ListBuilder*()", "Null(UserCompanyEntity*)", "Future()", "Size(RenderBox,BoxConstraints)", "Color?(Color?)", "Future<~>(~)", "Node2?(DirectoryNode,String,Node2?)", "~(List)", "ListBuilder*()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "bool(RenderBox)", "~(ScaleEndDetails)", "Row*(BuildContext*,BoxConstraints*)", "~(ScaleUpdateDetails)", "~(ScaleStartDetails)", "~(ChartBehavior<@>)", "bool(ChartBehavior<@>)", "num?(int?)", "PrefStateBuilder*(PrefStateBuilder*)", "~(GestureListener)", "bool(LayoutView)", "int(LayoutView,LayoutView)", "ListBuilder*()", "String(num?)", "List()", "String*(ProjectEntityBuilder*)", "~(bool(String))", "List*(String*,BuiltMap*,BuiltList*)", "CompanyGatewayEntity*(@)", "Widget(BuildContext,Object,StackTrace?)", "int(int,@)", "Null(DateRange*)", "SpanMarker(SpanMarker)", "Null(ChartDataGroup*)", "~(Attribution,int)", "VendorContactEntity*()", "_Channel()", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Null(EntityType*,List*)", "ListTile*(BuildContext*,int*)", "PaymentableEntity*(BaseEntity*)", "PaymentListItem*(BuildContext*,int*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "TaskTimeBuilder*(TaskTimeBuilder*)", "MapBuilder*()", "Future(RandomAccessFile)", "~(RandomAccessFile)", "Future*(Response*)", "Null(Uint8List)", "~(Uint8List,String,int)", "PaymentTermEntity*(@)", "int(String?)", "InvoiceItemEntity*(String*)", "~(Symbol0,@)", "Null(VendorContactEntity*)", "~([Object?])", "bool*(GatewayTokenEntity*)", "~(Object[StackTrace?])", "MapBuilder*()", "Container*(BuildContext*,int*)", "String*(String*,ShowPdfCredit*)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "@(String)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "MapBuilder*>*(MapBuilder*>*)", "double*(PaymentableEntity*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "Completer*(Completer*,EditProject*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "double*(String*,BuiltMap*)", "String*(InvoiceItemEntityBuilder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "String*(String*,ShowPdfPurchaseOrder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(String,String?)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "~(GestureMode)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "KeyData()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "ListBuilder*()", "bool*(HistoryRecord*)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "@(JavaScriptObject)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "Null(ProgressEvent)", "ListBuilder*()", "String*(MapBuilder*)", "Future(String,Map)", "Future*(BuildContext*,AppSidebarMode*)", "~(num)", "bool(Rule)", "bool*(CompanyEntity*)", "~(JavaScriptObject?)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "String*(String*,ShowPdfRecurringInvoice*)", "Future*(Object*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "String(String,String)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "ListBuilder*()", "int*(ExpenseEntity*,ExpenseEntity*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "MapBuilder*>*(MapBuilder*>*)", "Widget()", "Element2(int)", "Null(CompanyEntity*)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "ListBuilder*()", "~(BuildContext)", "bool(Selectable,double)", "List()", "String(@)", "ByteBuffer(@)", "ListBuilder*()", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "~(Offset)", "Future(JavaScriptObject)", "List()", "ViewListDiffResult?(int)", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "String*(PaymentEntityBuilder*)", "bool(Attribution)", "VelocityTracker(PointerEvent)", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(JavaScriptObject)", "BankAccountEntity*(BankAccountEntity*,@)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "Promise<1&>([JavaScriptObject?])", "DesignEntity*(DesignEntity*,@)", "~(_DragInfo)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "VendorEntity*(VendorEntity*,@)", "WebhookEntity*(WebhookEntity*,@)", "List?(int?)", "~(ShortcutActivator,Intent)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "IndentingBuiltValueToStringHelper(String)", "ListBuilder()", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "BankAccountScreenBuilder*(BuildContext*)", "BankAccountViewScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(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*)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "ListMultimapBuilder()", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "MapBuilder()", "SetBuilder()", "SetMultimapBuilder()", "Future*(SharedPreferences*)", "int(PaintRequest,PaintRequest)", "bool(InkHighlight?)", "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*,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*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "UserCompanyState*(int*)", "~(_ResolvedNotoSubset)", "Container(BuildContext)", "TextStyle()", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "Null(UserCompanyState*)", "@(@,String)", "int(List)", "ShapeBorderTween(@)", "String?(int)", "Null(BuiltList*)", "BankAccountUIStateBuilder*(BankAccountUIStateBuilder*)", "bool*(bool*,ViewBankAccount*)", "bool*(bool*,ViewBankAccountList*)", "bool*(bool*,FilterBankAccountsByState*)", "bool*(bool*,FilterBankAccounts*)", "bool*(bool*,FilterBankAccountsByCustom1*)", "bool*(bool*,FilterBankAccountsByCustom2*)", "bool*(bool*,FilterBankAccountsByCustom3*)", "bool*(bool*,FilterBankAccountsByCustom4*)", "int*(int*,UpdateBankAccountTab*)", "Null(~())", "String*(String*,ArchiveBankAccountsSuccess*)", "String*(String*,DeleteBankAccountsSuccess*)", "Map()", "ColoredBox(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "num(int?)", "String*(String*,SortBankAccounts*)", "String*(String*,FilterBankAccounts*)", "String*(String*,FilterBankAccountsByState*)", "String*(String*,FilterBankAccountsByCustom1*)", "String*(String*,FilterBankAccountsByCustom2*)", "String*(String*,FilterBankAccountsByCustom3*)", "String*(String*,FilterBankAccountsByCustom4*)", "DataRow?()", "BankAccountEntity*(BankAccountEntity*,RestoreBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,ArchiveBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,DeleteBankAccountsSuccess*)", "Column(BuildContext,BoxConstraints)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "~(CkCanvas)", "bool(OverscrollIndicatorNotification)", "BankAccountEntity*(@)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "_MergClientPicker*(BuildContext*)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "bool(Set)", "double(Set)", "Set(Set,Set)", "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*)", "bool(SurfaceFrame,CkCanvas)", "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*)", "~(String?,List)", "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*)", "TextElement2(String)", "~(List,TextDirection,double)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "GlobalKey>(Widget)", "Center(int)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "InputDecorator(BuildContext,Widget?)", "double(TextElement2)", "UnmanagedRestorationScope(FormFieldState)", "double*(String*,BuiltMap*)", "ThemeDataTween(@)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "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*)", "bool(MapEntry>)", "~(Surface)", "bool*(ClientEntity*)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "~(int,@)", "MergeSemantics(int)", "bool*(ProjectEntity*)", "~([TapUpDetails?])", "bool*(TaskEntity*)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "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(ShapeBorder)", "int(int?)", "bool(double)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "Color(double)", "_LiveImage()", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "_Future<@>?()", "Null(Map>?)", "~(ImageInfo)", "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*)", "ViewClipChain()", "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*)", "~(Object,StackTrace?)?(ImageStreamListener)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "~(ImageChunkEvent)?(ImageStreamListener)", "~(int,bool(FlutterHtmlKeyboardEvent))", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "Paint(BoxShadow)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "String(double,double,String)", "Size()", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "double?()", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "bool(Point[double?])", "~(TextSelection)", "Rect(TextBox)", "bool(Point,double,double)", "Rect(Rect?,TextBox)", "Null(String*,Duration*)", "String(int?)", "MouseCursor0(MouseTrackerAnnotation)", "List*(BuiltMap*,String*)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "bool(int,int)", "Null(ByteData)", "List*(BuiltMap*,BuiltMap*)", "Color0?(int?)", "~(_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})", "~(_LineRendererElement)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "_Future<@>(@)", "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*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "Palette(Palette())", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "~(List<@>,JavaScriptObject)", "InvoiceItemEntity*(BaseEntity*)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "Future<@>(@)", "~(@,StackTrace)", "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*)", "int(SemanticsNode)", "SemanticsNode(int)", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "List*(BuiltMap*,String*)", "Stream()", "Future(String?)", "~(Iterable)", "Future<~>(ByteData?,~(ByteData?))", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "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*)", "Future>(@)", "~(RawKeyEvent)", "~(SelectionModelType)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "RawKeyEventData()", "bool(PhysicalKeyboardKey)", "_ButtonSanitizer()", "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*)", "~(String,ChartBehavior0<@>)", "List()", "List(List)", "List(SelectionRect)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "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*)", "~(ChartStateBehavior>,AnimationController)", "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*)", "double(num)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "List<@>(String)", "Widget(LegendEntry<@>)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "_PointerState()", "~(Action)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "Padding(Widget)", "~(_ChildEntry)", "Widget(_ChildEntry)", "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*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "int(TableRow)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "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*)", "AutofillClient()", "bool(KeepAliveNotification)", "Padding(int)", "ClipPath(BuildContext)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "List(Size)", "Promise<1&>()", "HitTestResult()", "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*)", "Future()", "Future<~>(double)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "Future<~>(@)", "Future>(Map)", "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*)", "Incrementable(SemanticsObject)", "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*)", "Rect(DisplayFeature)", "_DraggableSheetExtent()", "Scrollable0(SemanticsObject)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(TransposeCharactersIntent)", "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*)", "~(ReplaceTextIntent)", "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*)", "~(ScrollToDocumentBoundaryIntent)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "~(ExpandSelectionToLineBreakIntent)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "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*)", "SelectionRect?(int)", "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*)", "bool(SelectionRect?)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "SelectionRect(SelectionRect?)", "Future<~>(PasteTextIntent)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "~(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "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(HitTestEntry)", "TextSelection(TextSelection)", "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*)", "~(UndoTextIntent)", "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*)", "~(RedoTextIntent)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "ChartContainerRenderObject<@>()", "DiagnosticsNode(FocusNode)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "bool(_DirectionalPolicyDataEntry)", "Map(Map,String)", "bool(TraversalDirection)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "Set(_ReadingOrderSortData)", "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*,FilterSettings*)", "SettingsUIState*(SettingsUIState*,ClearSettingsFilter*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTab*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTemplate*)", "SettingsUIState*(SettingsUIState*,UpdatedSetting*)", "StaticStateBuilder*(StaticStateBuilder*)", "CurrencyEntity*(@)", "SizeEntity*(@)", "IndustryEntity*(@)", "TimezoneEntity*(@)", "DateFormatEntity*(@)", "LanguageEntity*(@)", "PaymentTypeEntity*(@)", "CountryEntity*(@)", "GatewayEntity*(@)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "~(String,int)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "Null(BuiltList*)", "SubscriptionUIStateBuilder*(SubscriptionUIStateBuilder*)", "bool*(bool*,ViewSubscription*)", "bool*(bool*,ViewSubscriptionList*)", "bool*(bool*,FilterSubscriptionsByState*)", "bool*(bool*,FilterSubscriptions*)", "bool*(bool*,FilterSubscriptionsByCustom1*)", "bool*(bool*,FilterSubscriptionsByCustom2*)", "bool*(bool*,FilterSubscriptionsByCustom3*)", "bool*(bool*,FilterSubscriptionsByCustom4*)", "int*(int*,UpdateSubscriptionTab*)", "String*(String*,ArchiveSubscriptionsSuccess*)", "String*(String*,DeleteSubscriptionsSuccess*)", "String*(String*,SortSubscriptions*)", "String*(String*,FilterSubscriptions*)", "String*(String*,FilterSubscriptionsByState*)", "String*(String*,FilterSubscriptionsByCustom1*)", "String*(String*,FilterSubscriptionsByCustom2*)", "String*(String*,FilterSubscriptionsByCustom3*)", "String*(String*,FilterSubscriptionsByCustom4*)", "SubscriptionEntity*(SubscriptionEntity*,RestoreSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,ArchiveSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,DeleteSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,UpdateSubscription*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "bool(FormFieldState<@>)", "Element0?(Element0)", "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*)", "Object?(int,Element0?)", "~(String,int?)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "DirectoryNode?(DirectoryNode,bool)", "DoubleTapGestureRecognizer()", "TaskEntity*(@)", "~(DoubleTapGestureRecognizer)", "RealNode?(DirectoryNode,bool)", "FileNode()", "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*)", "Uint8List(@,@)", "~(FileNode)", "FileNode(FileNode)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "LabelAndValue(SemanticsObject)", "~(Node2)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Null(BuiltList*)", "TaxRateUIStateBuilder*(TaxRateUIStateBuilder*)", "bool*(bool*,ViewTaxRate*)", "bool*(bool*,ViewTaxRateList*)", "bool*(bool*,FilterTaxRatesByState*)", "bool*(bool*,FilterTaxRates*)", "String*(String*,ArchiveTaxRatesSuccess*)", "String*(String*,DeleteTaxRatesSuccess*)", "String*(String*,ViewTaxRate*)", "String*(String*,AddTaxRateSuccess*)", "String*(String*,SortTaxRates*)", "String*(String*,FilterTaxRates*)", "String*(String*,FilterTaxRatesByState*)", "TaxRateEntity*(TaxRateEntity*,RestoreTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,ArchiveTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,DeleteTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,UpdateTaxRate*)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(Blob?)", "~(File,Uint8List?,String?,Stream>?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "~(PointerPanZoomStartEvent)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "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(String)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "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*)", "bool(_HeroFlight)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "MediaQuery(BuildContext,Widget?)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "IconTheme(BuildContext)", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PurgeDataSuccess*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(Object,StackTrace?)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewBankAccount*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "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*)", "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*)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "bool(Element2)", "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*)", "~(DomException0)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "TextStyleTween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "BorderRadiusTween(@)", "String(String,Color)", "Future<@>(_Pending)", "Map(List<@>)", "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*)", "Map(Map)", "String*(String*,ArchiveVendorSuccess*)", "String*(String*,DeleteVendorSuccess*)", "String*(String*,ViewVendor*)", "String*(String*,AddVendorSuccess*)", "String*(String*,SortVendors*)", "String*(String*,FilterVendors*)", "String*(String*,FilterVendorsByState*)", "String*(String*,FilterVendorsByCustom1*)", "String*(String*,FilterVendorsByCustom2*)", "String*(String*,FilterVendorsByCustom3*)", "String*(String*,FilterVendorsByCustom4*)", "VendorEntity*(VendorEntity*,RestoreVendorSuccess*)", "VendorEntity*(VendorEntity*,ArchiveVendorSuccess*)", "VendorEntity*(VendorEntity*,DeleteVendorSuccess*)", "VendorEntity*(VendorEntity*,UpdateVendor*)", "Null(Map)", "Tappable(SemanticsObject)", "bool(Route<@>?)", "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(OverlayEntry)", "TextField0(SemanticsObject)", "Checkable(SemanticsObject)", "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*)", "_RouteEntry(Route<@>)", "String(Object?)", "MapEntry>(@,@)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "RenderBox?()", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "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*)", "_HtmlElementViewController(PlatformViewCreationParams)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "BottomAppBar*(BuildContext*,Store*)", "~(_DragInfo,Offset,Offset)", "@(@,@)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Null(RestorationBucket?)", "~(RestorableProperty)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "SynchronousFuture(bool)", "Padding*(TextButton*)", "RestorationScope(BuildContext,Widget?)", "MultiSelectList*(BuildContext*)", "@(List*)", "Actions(BuildContext)", "Padding*(MapEntry*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "bool(Node1)", "DocumentTile*(DocumentEntity*)", "Element2(Node1)", "Widget(BuildContext,ViewportOffset)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "Future<@>()", "bool(ScrollMetrics?)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "TargetPlatform?()", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "TargetPlatform()", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "int(Selectable,Selectable)", "String*(SelectableEntity*)", "bool(Selectable)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "List(LogicalKeyboardKey)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Container*(String*)", "bool(DiagnosticsNode?)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "Null(Color*)", "~(RenderBox)", "Element0?()", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "bool(TableRow)", "Decoration?(TableRow)", "DataRow*(String*)", "_TableElementRow(TableRow)", "Element0(Widget)", "bool(_TableElementRow)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "bool(List)", "BaseEntity*(InvitationEntity*)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "List(_TableElementRow)", "~(DragStartDetails,DragUpdateDetails)", "DropdownMenuItem*(TaxRateEntity*)", "CacheInfoRepository(bool)", "Null(PointerExitEvent*)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "SynchronousFuture()", "String*(EntityStatus*)", "SynchronousFuture()", "ListTile*(BuildContext*,BoxConstraints*)", "~(String,DateSymbols)", "Widget*(BuildContext*,Store*)", "~(Object,StackTrace,Object?)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Flexible(Widget)", "Future*()", "~(SlidableAutoCloseNotification)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "~(SlidableAutoCloseBarrierNotification)", "HealthCheckDialog*(BuildContext*)", "int(StaggeredGridParentData,int)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "IgnorePointer(BuildContext)", "_SelectRow*()", "~(ToastFuture)", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "bool(StackFrame)", "GoogleSignInTokenData(Map?)", "Null(GoogleAuth)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "Null(GoogleAuthInitFailureError)", "DataRow0*()", "ErrorDescription(String)", "Card*(BuildContext*,BoxConstraints*)", "String(DiagnosticsNode)", "~(BaseEntity*)", "Column*()", "~(Element)", "String(StringToken)", "DataColumn0*(String*)", "int*(int*)", "bool(Set)", "bool(Selector)", "Map>()", "List()", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "ImageRoleManager(SemanticsObject)", "~(Rule)", "int(String?,String?)", "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*)", "LiveRegion(SemanticsObject)", "BankAccountScreen*(BuildContext*,BankAccountScreenVM*)", "BankAccountViewVM*(Store*)", "BankAccountView*(BuildContext*,BankAccountViewVM*)", "Rule()", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "Null(String)", "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*)", "_RandomAccessFile(@)", "String?(RegExpMatch)", "~(Node0)", "Future(Client0)", "Future(Client0)", "bool(String,String)", "int(String)", "Column*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "int/(@)", "String(List)", "MediaType()", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "EngineLineMetrics(ParagraphLine)", "GatewayConfigField*(String*)", "XFile(File)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "RegExp()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "DateTime(int,int,int,int,int,int,int,bool)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "_DateFormatLiteralField(String,DateFormat)", "bool(DiagnosticsNode)", "String?(NumberSymbols)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "String(NumberSymbols)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "LicenseParagraph()", "Column(BuildContext,int)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "Country()", "StatefulBuilder(BuildContext)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "CountryPickerDialog(BuildContext,~(~()))", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "_DashboardSettings*(BuildContext*)", "Card*(TaskEntity*)", "FormCard*(DashboardField*)", "~(Country)", "~(AbstractNode)", "String(GestureArenaMember)", "_GestureArena()", "~(PointerDataPacket)", "Future(int)", "_DashboardField*(BuildContext*)", "bool(PointerData)", "bool*(DashboardField*)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "Null(String*,GatewayOptionsEntity*)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "_PointerEventDescription(PointerData)", "@(Object?)", "Drag?()", "~(_TapTracker)", "Map<~(PointerEvent),Matrix4?>()", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "~(~(PointerEvent),Matrix4?)", "JsFunction(@)", "_CombiningGestureArenaMember()", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "InvitationEntity*(InvitationEntity*)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "InvoiceHistoryEntity*(ActivityEntity*)", "LicensePage(BuildContext)", "double*(double*,double*)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "Map*()", "JsArray<@>(@)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Uint8List({seed:int})", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "JsObject(@)", "Null(InvitationEntity*)", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "StatefulWidget(BuildContext,BoxConstraints)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "Center(BuildContext,int?,Widget?)", "Future(JavaScriptObject)", "ListBuilder*()", "int(String,String)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "ListBuilder*()", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "Localizations(BuildContext,int)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "Object?()", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "List>(NavigatorState,String)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "MaterialPageRoute<~>(RouteSettings)", "BlockSemantics(BuildContext)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "WillPopScope(BuildContext)", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "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*)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "bool(bool)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "MouseRegion(BuildContext,ScrollController)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "MaterialRectArcTween(Rect?,Rect?)", "Widget(BuildContext,~())", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "String?(~(Codec))", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "ListBuilder*()", "~(String,JavaScriptObject)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "~(ScrollNotification)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "ListBuilder*()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "Null(FrameInfo)", "ListBuilder*()", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "ListBuilder*()", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "double(_Diagonal)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "~(EditingState?,TextEditingDeltaState?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "CkCanvas(CkPictureRecorder)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "0^?(0^?(ButtonStyle?))", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "String*(@,int*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "DateTime*(@,int*)", "Future()", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "MaterialStateProperty?(ButtonStyle?)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "String?(String)", "Null(BuildContext*,List*)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "VendorReportFields*(String*)", "bool*(VendorReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "MouseCursor0?(Set)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "MouseCursor0?(ButtonStyle?)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "~(int?,int?)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "ListBuilder*()", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "MaterialTapTargetSize?(ButtonStyle?)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "ListBuilder*()", "DropdownMenuItem*(ExportType*)", "ListBuilder*()", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "Duration?(ButtonStyle?)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "ListBuilder*>*()", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "ListBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "ListBuilder*()", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "ListBuilder*()", "MapBuilder*>*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "bool?(ButtonStyle?)", "~(BuildContext*[EntityAction*])", "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*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "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*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "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*)", "AlignmentGeometry?(ButtonStyle?)", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "MapBuilder*()", "ListBuilder*()", "MapBuilder*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "MapBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "MapBuilder*()", "Logger()", "MapBuilder*()", "MapBuilder*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "MapBuilder*()", "bool(Node3)", "MapBuilder*()", "Null(String[String?])", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "String?([String?])", "MapBuilder*()", "_PinItem(int)", "Widget(FormFieldState)", "Center(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "Map(SentryPackage)", "Future<~>(ISentrySpan)", "Null(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "MapBuilder*()", "TextAffinity()", "MapBuilder*()", "bool(NotoFont)", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "LayoutBuilder(BuildContext,Rect?,Widget?)", "RepaintBoundary(BuildContext,BoxConstraints)", "Container(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "AndroidDocumentTouchEditingControls(BuildContext)", "MapBuilder*()", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "MapBuilder*()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder*()", "DocumentScrollable(BuildContext,BoxConstraints)", "MapBuilder*()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "MapBuilder*()", "~(NextFocusIntent)", "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)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "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^>)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "String(CropAspectRatioPreset?)", "SurfaceScene()", "~({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*)", "~(int?)", "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*)", "int*(TaskTime*,TaskTime*)", "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*)", "bool(Color)", "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*,MarkSentCreditSuccess*)", "CreditState*(CreditState*,ArchiveCreditsSuccess*)", "CreditState*(CreditState*,DeleteCreditsSuccess*)", "CreditState*(CreditState*,RestoreCreditsSuccess*)", "CreditState*(CreditState*,AddCreditSuccess*)", "CreditState*(CreditState*,@)", "CreditState*(CreditState*,LoadCreditsSuccess*)", "CreditState*(CreditState*,LoadCompanySuccess*)", "TableRow(int)", "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*)", "~(PointerMoveEvent)", "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*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "Rect()(RenderBox)", "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*)", "Null(String*,@)", "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*,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*)", "bool(Pattern[int])", "ListUIState*(ListUIState*,ViewPaymentList*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom3*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom4*)", "ListUIState*(ListUIState*,FilterPaymentsByState*)", "ListUIState*(ListUIState*,FilterPayments*)", "ListUIState*(ListUIState*,SortPayments*)", "ListUIState*(ListUIState*,StartPaymentMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentMultiselect*)", "PaymentState*(PaymentState*,ArchivePaymentsSuccess*)", "PaymentState*(PaymentState*,DeletePaymentsSuccess*)", "PaymentState*(PaymentState*,RestorePaymentsSuccess*)", "PaymentState*(PaymentState*,AddPaymentSuccess*)", "PaymentState*(PaymentState*,SavePaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentsSuccess*)", "PaymentState*(PaymentState*,LoadCompanySuccess*)", "~(PointerUpEvent)", "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*)", "Route<@>*(RouteSettings*)", "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*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "CalendarDatePicker()", "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*,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*,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*,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*,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*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "Form()", "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*)", "Flex(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*,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*)", "Object()", "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*)", "StyledToast*(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*)", "Widget(BuildContext,Animation0,Animation0)", "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*)", "Locale*(String*)", "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*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "ChangeLayoutBanner*(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*)", "ProductScreenBuilder*(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*)", "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*)", "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)", "ProductViewScreen*(BuildContext*)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "ProductEditScreen*(BuildContext*)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "Padding*(ExpenseScheduleEntity*)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti") }; - A._Universe_addRules(init.typeUniverse, JSON.parse('{"CanvasKit":"LegacyJavaScriptObject","SkFontSlant":"LegacyJavaScriptObject","SkFontWeight":"LegacyJavaScriptObject","SkTextDirection":"LegacyJavaScriptObject","SkTextAlign":"LegacyJavaScriptObject","SkTextHeightBehavior":"LegacyJavaScriptObject","SkRectHeightStyle":"LegacyJavaScriptObject","SkRectWidthStyle":"LegacyJavaScriptObject","SkClipOp":"LegacyJavaScriptObject","SkFillType":"LegacyJavaScriptObject","SkBlurStyle":"LegacyJavaScriptObject","SkStrokeCap":"LegacyJavaScriptObject","SkPaintStyle":"LegacyJavaScriptObject","SkBlendMode":"LegacyJavaScriptObject","SkStrokeJoin":"LegacyJavaScriptObject","SkTileMode":"LegacyJavaScriptObject","SkAnimatedImage":"LegacyJavaScriptObject","SkImage":"LegacyJavaScriptObject","SkShader":"LegacyJavaScriptObject","SkPaint":"LegacyJavaScriptObject","CkFilterOptions":"LegacyJavaScriptObject","SkMaskFilter":"LegacyJavaScriptObject","SkColorFilter":"LegacyJavaScriptObject","SkImageFilter":"LegacyJavaScriptObject","SkPath":"LegacyJavaScriptObject","SkPicture":"LegacyJavaScriptObject","SkTextStyle":"LegacyJavaScriptObject","SkTextDecorationStyle":"LegacyJavaScriptObject","SkTextBaseline":"LegacyJavaScriptObject","SkPlaceholderAlignment":"LegacyJavaScriptObject","SkTextShadow":"LegacyJavaScriptObject","SkFontFeature":"LegacyJavaScriptObject","SkFont":"LegacyJavaScriptObject","SkParagraph":"LegacyJavaScriptObject","SkDeletable":"LegacyJavaScriptObject","InitializeEngineFnParameters":"LegacyJavaScriptObject","FlutterAppRunner":"LegacyJavaScriptObject","RunAppFnParameters":"LegacyJavaScriptObject","FlutterApp":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","JsUrlStrategy":"LegacyJavaScriptObject","ImageDecoder":"LegacyJavaScriptObject","DecodeResult":"LegacyJavaScriptObject","H5vcc":"LegacyJavaScriptObject","CanvasKitInitOptions":"LegacyJavaScriptObject","CanvasKitInitPromise":"LegacyJavaScriptObject","ColorSpace":"LegacyJavaScriptObject","SkWebGLContextOptions":"LegacyJavaScriptObject","SkSurface":"LegacyJavaScriptObject","SkGrContext":"LegacyJavaScriptObject","SkFontSlantEnum":"LegacyJavaScriptObject","SkFontWeightEnum":"LegacyJavaScriptObject","SkAffinityEnum":"LegacyJavaScriptObject","SkAffinity":"LegacyJavaScriptObject","SkTextDirectionEnum":"LegacyJavaScriptObject","SkTextAlignEnum":"LegacyJavaScriptObject","SkTextHeightBehaviorEnum":"LegacyJavaScriptObject","SkRectHeightStyleEnum":"LegacyJavaScriptObject","SkRectWidthStyleEnum":"LegacyJavaScriptObject","SkVertexModeEnum":"LegacyJavaScriptObject","SkVertexMode":"LegacyJavaScriptObject","SkPointModeEnum":"LegacyJavaScriptObject","SkPointMode":"LegacyJavaScriptObject","SkClipOpEnum":"LegacyJavaScriptObject","SkFillTypeEnum":"LegacyJavaScriptObject","SkPathOpEnum":"LegacyJavaScriptObject","SkPathOp":"LegacyJavaScriptObject","SkBlurStyleEnum":"LegacyJavaScriptObject","SkStrokeCapEnum":"LegacyJavaScriptObject","SkPaintStyleEnum":"LegacyJavaScriptObject","SkBlendModeEnum":"LegacyJavaScriptObject","SkStrokeJoinEnum":"LegacyJavaScriptObject","SkTileModeEnum":"LegacyJavaScriptObject","SkFilterModeEnum":"LegacyJavaScriptObject","SkFilterMode":"LegacyJavaScriptObject","SkMipmapModeEnum":"LegacyJavaScriptObject","SkMipmapMode":"LegacyJavaScriptObject","SkAlphaTypeEnum":"LegacyJavaScriptObject","SkAlphaType":"LegacyJavaScriptObject","SkColorTypeEnum":"LegacyJavaScriptObject","SkColorType":"LegacyJavaScriptObject","SkShaderNamespace":"LegacyJavaScriptObject","SkMaskFilterNamespace":"LegacyJavaScriptObject","_CkCubicFilterOptions":"LegacyJavaScriptObject","_CkTransformFilterOptions":"LegacyJavaScriptObject","SkColorFilterNamespace":"LegacyJavaScriptObject","SkImageFilterNamespace":"LegacyJavaScriptObject","SkPathNamespace":"LegacyJavaScriptObject","_NativeFloat32ArrayType":"LegacyJavaScriptObject","SkFloat32List":"LegacyJavaScriptObject","SkContourMeasureIter":"LegacyJavaScriptObject","SkContourMeasure":"LegacyJavaScriptObject","SkPictureRecorder":"LegacyJavaScriptObject","SkCanvas":"LegacyJavaScriptObject","SkParagraphBuilderNamespace":"LegacyJavaScriptObject","SkParagraphBuilder":"LegacyJavaScriptObject","SkParagraphStyle":"LegacyJavaScriptObject","SkParagraphStyleProperties":"LegacyJavaScriptObject","SkTextDecorationStyleEnum":"LegacyJavaScriptObject","SkTextBaselineEnum":"LegacyJavaScriptObject","SkPlaceholderAlignmentEnum":"LegacyJavaScriptObject","SkTextStyleProperties":"LegacyJavaScriptObject","SkStrutStyleProperties":"LegacyJavaScriptObject","SkFontStyle":"LegacyJavaScriptObject","SkTypeface":"LegacyJavaScriptObject","SkFontMgr":"LegacyJavaScriptObject","TypefaceFontProvider":"LegacyJavaScriptObject","SkLineMetrics":"LegacyJavaScriptObject","SkTextPosition":"LegacyJavaScriptObject","SkTextRange":"LegacyJavaScriptObject","SkVertices":"LegacyJavaScriptObject","SkTonalColors":"LegacyJavaScriptObject","SkFontMgrNamespace":"LegacyJavaScriptObject","TypefaceFontProviderNamespace":"LegacyJavaScriptObject","SkTypefaceFactory":"LegacyJavaScriptObject","JsConstructor":"LegacyJavaScriptObject","SkObjectFinalizationRegistry":"LegacyJavaScriptObject","SkData":"LegacyJavaScriptObject","SkImageInfo":"LegacyJavaScriptObject","SkPartialImageInfo":"LegacyJavaScriptObject","JsFlutterConfiguration":"LegacyJavaScriptObject","FlutterEngineInitializer":"LegacyJavaScriptObject","JsPromise":"LegacyJavaScriptObject","ImageDecoderOptions":"LegacyJavaScriptObject","DecodeOptions":"LegacyJavaScriptObject","VideoFrame":"LegacyJavaScriptObject","ImageTrackList":"LegacyJavaScriptObject","ImageTrack":"LegacyJavaScriptObject","PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","JsUrlStrategy0":"LegacyJavaScriptObject","LoadConfig":"LegacyJavaScriptObject","GoogleAuthInitFailureError":"LegacyJavaScriptObject","GoogleAuth":"LegacyJavaScriptObject","GoogleUser":"LegacyJavaScriptObject","GoogleAuthSignInError":"LegacyJavaScriptObject","OfflineAccessResponse":"LegacyJavaScriptObject","_GoogleAuth":"LegacyJavaScriptObject","IsSignedIn":"LegacyJavaScriptObject","CurrentUser":"LegacyJavaScriptObject","SigninOptions":"LegacyJavaScriptObject","OfflineAccessOptions":"LegacyJavaScriptObject","ClientConfig":"LegacyJavaScriptObject","SigninOptionsBuilder":"LegacyJavaScriptObject","BasicProfile":"LegacyJavaScriptObject","AuthResponse":"LegacyJavaScriptObject","AuthorizeConfig":"LegacyJavaScriptObject","AuthorizeResponse":"LegacyJavaScriptObject","_GoogleUser":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions0":"LegacyJavaScriptObject","CacheOptions":"LegacyJavaScriptObject","BrowserSystemOptions":"LegacyJavaScriptObject","LoggerOptions":"LegacyJavaScriptObject","AuthError":"LegacyJavaScriptObject","EventMessage":"LegacyJavaScriptObject","Logger1":"LegacyJavaScriptObject","NavigationOptions":"LegacyJavaScriptObject","NetworkRequestOptions":"LegacyJavaScriptObject","NetworkResponse":"LegacyJavaScriptObject","PublicClientApplication0":"LegacyJavaScriptObject","SsoSilentRequest":"LegacyJavaScriptObject","EndSessionRequest":"LegacyJavaScriptObject","EndSessionPopupRequest0":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest0":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise2":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"LegacyJavaScriptObject","SignInResponseI":"LegacyJavaScriptObject","SignInWithAppleInitOptions":"LegacyJavaScriptObject","AuthorizationI":"LegacyJavaScriptObject","UserI":"LegacyJavaScriptObject","NameI":"LegacyJavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AnimateElement":"SvgElement","AnimationElement":"SvgElement","AElement":"GraphicsElement","CircleElement":"GeometryElement","_Request":"Body","_ResourceProgressEvent":"ProgressEvent","AudioElement":"HtmlElement","MediaElement":"HtmlElement","ShadowRoot":"Node1","DocumentFragment":"Node1","XmlDocument":"Document1","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","OperatingSystem":{"Enum":[]},"CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Role":{"Enum":[]},"GestureMode":{"Enum":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"LineCharProperty":{"Enum":[]},"EngineLineMetrics":{"LineMetrics":[]},"WordCharProperty":{"Enum":[]},"AssetManagerException":{"Exception":[]},"BrowserEngine":{"Enum":[]},"RecordingCkCanvas":{"CkCanvas":[]},"CkClearCommand":{"CkPaintCommand":[]},"CkSaveCommand":{"CkPaintCommand":[]},"CkRestoreCommand":{"CkPaintCommand":[]},"CkRestoreToCountCommand":{"CkPaintCommand":[]},"CkTranslateCommand":{"CkPaintCommand":[]},"CkScaleCommand":{"CkPaintCommand":[]},"CkRotateCommand":{"CkPaintCommand":[]},"CkTransformCommand":{"CkPaintCommand":[]},"CkClipRectCommand":{"CkPaintCommand":[]},"CkDrawArcCommand":{"CkPaintCommand":[]},"CkClipRRectCommand":{"CkPaintCommand":[]},"CkClipPathCommand":{"CkPaintCommand":[]},"CkDrawLineCommand":{"CkPaintCommand":[]},"CkDrawPaintCommand":{"CkPaintCommand":[]},"CkDrawRectCommand":{"CkPaintCommand":[]},"CkDrawRRectCommand":{"CkPaintCommand":[]},"CkDrawDRRectCommand":{"CkPaintCommand":[]},"CkDrawCircleCommand":{"CkPaintCommand":[]},"CkDrawPathCommand":{"CkPaintCommand":[]},"CkDrawShadowCommand":{"CkPaintCommand":[]},"CkDrawImageRectCommand":{"CkPaintCommand":[]},"CkDrawParagraphCommand":{"CkPaintCommand":[]},"CkDrawPictureCommand":{"CkPaintCommand":[]},"CkSaveLayerCommand":{"CkPaintCommand":[]},"CkSaveLayerWithFilterCommand":{"CkPaintCommand":[]},"SkiaObjectCollectionError":{"Error":[]},"ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorType":{"Enum":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"CkImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"_CkMatrixImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"BackdropFilterEngineLayer":{"Layer":[],"BackdropFilterEngineLayer0":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer0":{"Layer":[]},"PhysicalShapeEngineLayer":{"Layer":[],"PhysicalShapeEngineLayer0":[]},"PlatformViewLayer0":{"Layer":[]},"CkMaskFilter":{"ManagedSkiaObject":["SkMaskFilter"],"SkiaObject":["SkMaskFilter"]},"CkPaint":{"ManagedSkiaObject":["SkPaint"],"SkiaObject":["SkPaint"],"Paint":[]},"CkPath":{"ManagedSkiaObject":["SkPath"],"SkiaObject":["SkPath"],"Path":[]},"CkPicture":{"ManagedSkiaObject":["SkPicture"],"SkiaObject":["SkPicture"]},"CkShader":{"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"CkGradientLinear":{"CkShader":[],"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"SkiaObjectBox":{"SkiaObject":["2"]},"CkParagraph":{"SkiaObject":["SkParagraph"]},"CkLineMetrics":{"LineMetrics":[]},"_ParagraphCommandType":{"Enum":[]},"CanvasKitError":{"Error":[]},"PersistedBackdropFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"BackdropFilterEngineLayer0":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedPhysicalShape":{"PersistedContainerSurface":[],"PersistedSurface":[],"PhysicalShapeEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"PersistedSurfaceState":{"Enum":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"DebugEngineInitializationState":{"Enum":[]},"_CheckableKind":{"Enum":[]},"AccessibilityMode":{"Enum":[]},"EnabledState":{"Enum":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"FlatTextSpan":{"ParagraphSpan":[]},"PlaceholderSpan0":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"PlaceholderBox":{"RangeBox":[]},"SpanBox":{"RangeBox":[]},"LineBreakType":{"Enum":[]},"_ComparisonResult":{"Enum":[]},"TextCapitalization":{"Enum":[]},"TransformKind":{"Enum":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"LegacyJavaScriptObject":{"JSObject":[],"CanvasKit":[],"SkFontSlant":[],"SkFontWeight":[],"SkTextDirection":[],"SkTextAlign":[],"SkTextHeightBehavior":[],"SkRectHeightStyle":[],"SkRectWidthStyle":[],"SkClipOp":[],"SkFillType":[],"SkBlurStyle":[],"SkStrokeCap":[],"SkPaintStyle":[],"SkBlendMode":[],"SkStrokeJoin":[],"SkTileMode":[],"SkAnimatedImage":[],"SkImage":[],"SkShader":[],"SkPaint":[],"CkFilterOptions":[],"SkMaskFilter":[],"SkColorFilter":[],"SkImageFilter":[],"SkPath":[],"SkPicture":[],"SkTextStyle":[],"SkTextDecorationStyle":[],"SkTextBaseline":[],"SkPlaceholderAlignment":[],"SkTextShadow":[],"SkFontFeature":[],"SkFont":[],"SkParagraph":[],"SkDeletable":[],"InitializeEngineFnParameters":[],"FlutterAppRunner":[],"RunAppFnParameters":[],"FlutterApp":[],"Promise":["1&"],"JsUrlStrategy":[],"ImageDecoder":[],"DecodeResult":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.K":"3","MapMixin.V":"4"},"LateError":{"Error":[]},"ReachabilityError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NotNullableError":{"TypeError":[],"Error":[]},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapMixin":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapMixin.K":"int","MapMixin.V":"1"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"NoSuchMethodError":[],"Error":[]},"JsNoSuchMethodError":{"NoSuchMethodError":[],"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"ByteBuffer":[]},"NativeTypedData":{"TypedData":[]},"NativeByteData":{"NativeTypedData":[],"ByteData":[],"TypedData":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"NativeTypedData":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"_Future":{"Future":["1"]},"MultiStreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"AsyncError":{"Error":[]},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"StreamView":{"Stream":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStreamController":{"_AsyncStreamController":["1"],"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"MultiStreamController":["1"],"EventSink":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.T":"1","_ForwardingStream.S":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.T":"2","_ForwardingStream.S":"1"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_Zone":{"Zone":[]},"_RootZone":{"Zone":[]},"_SplayTreeMapNode":{"MapEntry":["1","2"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_CustomHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"]},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"]},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"SplayTreeMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"]},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"]},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"]},"SplayTreeSet":{"SetMixin":["1"],"Set":["1"],"IterableMixin":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"Encoding":{"Codec0":["String","List"]},"_JsonMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"AsciiCodec":{"Encoding":[],"Codec0":["String","List"]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"]},"Base64Decoder":{"Converter":["String","List"]},"HtmlEscape":{"Converter":["String","String"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"]},"Latin1Decoder":{"Converter":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"]},"Utf8Decoder":{"Converter":["List","String"]},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"_Enum":{"Enum":[]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[],"Error":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element2":[],"Node1":[],"EventTarget":[]},"BeforeUnloadEvent":{"Event":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"Element2":{"Node1":[],"EventTarget":[]},"File":{"Blob":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"HttpRequest":{"EventTarget":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"KeyboardEvent":{"Event":[]},"MetaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"MouseEvent":{"Event":[]},"Node1":{"EventTarget":[]},"PointerEvent0":{"MouseEvent":[],"Event":[]},"ProgressEvent":{"Event":[]},"SourceBuffer":{"EventTarget":[]},"TextTrack":{"EventTarget":[]},"TextTrackCue":{"EventTarget":[]},"TouchEvent":{"Event":[]},"_Html5NodeValidator":{"NodeValidator":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"Animation":{"EventTarget":[]},"ApplicationCacheErrorEvent":{"Event":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"BackgroundFetchEvent":{"Event":[]},"BackgroundFetchRegistration":{"EventTarget":[]},"BaseElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"BodyElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"BroadcastChannel":{"EventTarget":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"CharacterData":{"Node1":[],"EventTarget":[]},"CssKeyframesRule":{"CssRule":[]},"CssStyleSheet":{"StyleSheet":[]},"DataElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"DivElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"Document1":{"Node1":[],"EventTarget":[]},"DomRectList":{"ListMixin":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListMixin.E":"Rectangle"},"DomRectReadOnly":{"Rectangle":["num"]},"DomStringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"_ChildrenElementList":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"_FrozenElementList":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"EmbedElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"ErrorEvent":{"Event":[]},"ExtendableEvent":{"Event":[]},"FieldSetElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"FileList":{"ListMixin":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListMixin.E":"File"},"FileReader":{"EventTarget":[]},"FileWriter":{"EventTarget":[]},"FontFaceSet":{"EventTarget":[]},"HtmlCollection":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"EventTarget":[]},"HttpRequestEventTarget":{"EventTarget":[]},"ImageElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"LabelElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"MapElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"MediaKeyMessageEvent":{"Event":[]},"MediaKeySession":{"EventTarget":[]},"MediaQueryList":{"EventTarget":[]},"MediaQueryListEvent":{"Event":[]},"MediaStream":{"EventTarget":[]},"MediaStreamTrack":{"EventTarget":[]},"MessagePort":{"EventTarget":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"MidiInputMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiOutputMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiPort":{"EventTarget":[]},"MimeTypeArray":{"ListMixin":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListMixin.E":"MimeType"},"_ChildNodeListLazy":{"ListMixin":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListMixin.E":"Node1"},"NodeList0":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"Notification":{"EventTarget":[]},"ObjectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"OffscreenCanvas":{"EventTarget":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"ParagraphElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"PaymentRequest":{"EventTarget":[]},"Performance":{"EventTarget":[]},"PluginArray":{"ListMixin":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListMixin.E":"Plugin"},"PresentationAvailability":{"EventTarget":[]},"PresentationConnection":{"EventTarget":[]},"PresentationConnectionCloseEvent":{"Event":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"RtcDataChannel":{"EventTarget":[]},"RtcStatsReport":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"ScreenOrientation":{"EventTarget":[]},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"SharedWorkerGlobalScope":{"WorkerGlobalScope":[],"EventTarget":[]},"SlotElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"EventTarget":[],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListMixin.E":"SourceBuffer"},"SpeechGrammarList":{"ListMixin":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListMixin.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[]},"SpeechSynthesisEvent":{"Event":[]},"Storage":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"StyleElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TableElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TableRowElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TableSectionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TemplateElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TextTrackCueList":{"ListMixin":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListMixin.E":"TextTrackCue"},"TextTrackList":{"ListMixin":["TextTrack"],"ImmutableListMixin":["TextTrack"],"EventTarget":[],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListMixin.E":"TextTrack"},"TouchList":{"ListMixin":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListMixin.E":"Touch"},"UIEvent":{"Event":[]},"VideoTrackList":{"EventTarget":[]},"WheelEvent":{"MouseEvent":[],"Event":[]},"Window":{"EventTarget":[]},"WorkerGlobalScope":{"EventTarget":[]},"_Attr":{"Node1":[],"EventTarget":[]},"_CssRuleList":{"ListMixin":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListMixin.E":"CssRule"},"_DomRect":{"Rectangle":["num"]},"_GamepadList":{"ListMixin":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListMixin.E":"Gamepad?"},"_NamedNodeMap":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"_SpeechRecognitionResultList":{"ListMixin":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListMixin.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListMixin":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListMixin.E":"StyleSheet"},"_AttributeMap":{"MapMixin":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_DataAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_EventStreamSubscription":{"StreamSubscription":["1"]},"NodeValidatorBuilder":{"NodeValidator":[]},"_SimpleNodeValidator":{"NodeValidator":[]},"_TemplatingNodeValidator":{"NodeValidator":[]},"_SvgNodeValidator":{"NodeValidator":[]},"_DOMWindowCrossFrame":{"EventTarget":[]},"FilteredElementList0":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Database":{"EventTarget":[]},"VersionChangeEvent":{"Event":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[],"Codec0":["String","List"]},"JsArray":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"ClipPathElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"DefsElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"FEBlendElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"FEColorMatrixElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"FECompositeElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"FEFloodElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"FilterElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"GeometryElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"GraphicsElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"LengthList":{"ListMixin":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListMixin.E":"Length"},"NumberList":{"ListMixin":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListMixin.E":"Number"},"PathElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"ScriptElement0":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"EventTarget":[]},"SvgSvgElement":{"SvgElement":[],"Element2":[],"Node1":[],"EventTarget":[]},"TransformList":{"ListMixin":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListMixin.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"FilterQuality":{"Enum":[]},"PointerDeviceKind":{"Enum":[]},"TextAlign":{"Enum":[]},"TextBaseline":{"Enum":[]},"TextDirection":{"Enum":[]},"TextAffinity":{"Enum":[]},"ClipOp":{"Enum":[]},"PathFillType":{"Enum":[]},"KeyEventType":{"Enum":[]},"StrokeCap":{"Enum":[]},"StrokeJoin":{"Enum":[]},"PaintingStyle":{"Enum":[]},"BlendMode":{"Enum":[]},"Clip":{"Enum":[]},"BlurStyle":{"Enum":[]},"ImageByteFormat":{"Enum":[]},"PixelFormat":{"Enum":[]},"AppLifecycleState":{"Enum":[]},"PointerChange":{"Enum":[]},"PointerSignalKind":{"Enum":[]},"FontStyle":{"Enum":[]},"PlaceholderAlignment":{"Enum":[]},"TextDecorationStyle":{"Enum":[]},"TextLeadingDistribution":{"Enum":[]},"BoxHeightStyle":{"Enum":[]},"BoxWidthStyle":{"Enum":[]},"TileMode":{"Enum":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"Brightness":{"Enum":[]},"AudioParamMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrackList":{"EventTarget":[]},"BaseAudioContext":{"EventTarget":[]},"OfflineAudioContext":{"EventTarget":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"SpanMarkerType":{"Enum":[]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"AttributionVisitEvent":{"Enum":[]},"NamedAttribution":{"Attribution":[]},"CloseIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaximizeIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MinimizeIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaximizePainter":{"Listenable":[]},"_MinimizePainter":{"Listenable":[]},"_IconPainter":{"Listenable":[]},"_AlignedPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WindowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MinimizeWindowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaximizeWindowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CloseWindowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MoveWindow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MoveWindow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WindowTitleBarBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"]},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"]},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"ImageRenderMethodForWeb":{"Enum":[]},"StringCharacters":{"Characters":[],"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"BarGroupingType":{"Enum":[]},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"AxisOrientation":{"Enum":[]},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"_PixelVerticalDirection":{"Enum":[]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"RangeBandType":{"Enum":[]},"StepSizeType":{"Enum":[]},"SimpleOrdinalScale":{"OrdinalScale":[]},"TickLabelAnchor":{"Enum":[]},"TickLabelJustification":{"Enum":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"CalendarField":{"Enum":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"BehaviorPosition":{"Enum":[]},"OutsideJustification":{"Enum":[]},"InsideJustification":{"Enum":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"LegendTapHandling":{"Enum":[]},"LegendDefaultMeasure":{"Enum":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"LinePointHighlighterFollowLineType":{"Enum":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"SelectionMode":{"Enum":[]},"SelectionTrigger":{"Enum":[]},"FillPatternType":{"Enum":[]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SelectionModelType":{"Enum":[]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LayoutPosition":{"Enum":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"TextDirection0":{"Enum":[]},"MaxWidthStrategy":{"Enum":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"GestureType":{"Enum":[]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement0":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"_HorizontalJustification":{"Enum":[]},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"MessageLevel":{"Enum":[]},"ElementSelector":{"SimpleSelector":[]},"NamespaceSelector":{"SimpleSelector":[]},"AttributeSelector":{"SimpleSelector":[]},"IdSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"PseudoClassSelector":{"SimpleSelector":[]},"PseudoElementSelector":{"SimpleSelector":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[]},"NegationSelector":{"SimpleSelector":[]},"OperatorPlus":{"Expression":[]},"OperatorMinus":{"Expression":[]},"LiteralTerm":{"Expression":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[]},"EmTerm":{"LiteralTerm":[],"Expression":[]},"ExTerm":{"LiteralTerm":[],"Expression":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[]},"ChTerm":{"LiteralTerm":[],"Expression":[]},"RemTerm":{"LiteralTerm":[],"Expression":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node2":[]},"DirectoryNode":{"Node2":[]},"FileNode":{"Node2":[]},"LinkNode":{"Node2":[]},"RootNode":{"DirectoryNode":[],"Node2":[]},"_LinuxCodes":{"_Codes":[]},"FileType":{"Enum":[]},"Int64":{"Comparable":["Object"]},"AnimationStatus":{"Enum":[]},"Animation0":{"Listenable":[]},"_AnimationDirection":{"Enum":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"AnimationBehavior":{"Enum":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"_TrainHoppingMode":{"Enum":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"ThreePointCubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Tween.T":"Color?","Animatable.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Tween.T":"Size?","Animatable.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Tween.T":"int","Animatable.T":"int"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoDynamicColor":{"Color":[]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorDescription":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"ChangeNotifier":[],"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticLevel":{"Enum":[]},"DiagnosticsTreeStyle":{"Enum":[]},"_WordWrapParseMode":{"Enum":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"_LicenseEntryWithLineBreaksParserState":{"Enum":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"TargetPlatform":{"Enum":[]},"SynchronousFuture":{"Future":["1"]},"GestureDisposition":{"Enum":[]},"GestureBinding":{"HitTestTarget":[]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"_PointerEventDescription":{"PointerEvent":[]},"PointerHoverEvent":{"PointerEvent":[]},"PointerEnterEvent":{"PointerEvent":[]},"PointerExitEvent":{"PointerEvent":[]},"PointerDownEvent":{"PointerEvent":[]},"PointerMoveEvent":{"PointerEvent":[]},"PointerUpEvent":{"PointerEvent":[]},"PointerSignalEvent":{"PointerEvent":[]},"_AbstractPointerEvent":{"PointerEvent":[]},"_TransformedPointerEvent":{"PointerEvent":[]},"PointerAddedEvent":{"PointerEvent":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent":[]},"PointerRemovedEvent":{"PointerEvent":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerCancelEvent":{"PointerEvent":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ForceState":{"Enum":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DragState":{"Enum":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragStartBehavior":{"Enum":[]},"GestureRecognizerState":{"Enum":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ScaleState":{"Enum":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionLevel":{"Enum":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutMode":{"Enum":[]},"_Focus":{"Enum":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeMode":{"Enum":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreferredAppBarSize":{"Size":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"_CornerId":{"Enum":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"_LerpShapes":{"MaterialStateProperty":["OutlinedBorder?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ButtonTextTheme":{"Enum":[]},"ButtonBarLayoutBehavior":{"Enum":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"ChangeNotifier":[],"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CheckboxTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties4":{"MaterialStateProperty":["1"]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"ChangeNotifier":[],"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties3":{"MaterialStateProperty":["1"]},"DatePickerEntryMode":{"Enum":[]},"DatePickerMode":{"Enum":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialogOption":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"DrawerAlignment":{"Enum":[]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultBackground":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonType":{"Enum":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HighlightType":{"Enum":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationSlot":{"Enum":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"ChangeNotifier":[],"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"FloatingLabelBehavior":{"Enum":[]},"_RenderDecoration":{"SlottedContainerRenderObjectMixin":["_DecorationSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_DecorationSlot"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_DecorationSlot"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileSlot":{"Enum":[]},"ListTileStyle":{"Enum":[]},"ListTileControlAffinity":{"Enum":[]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_ListTileSlot"},"_RenderListTile":{"SlottedContainerRenderObjectMixin":["_ListTileSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_ListTileSlot"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialType":{"Enum":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Tween.T":"ShapeBorder?","Animatable.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialState":{"Enum":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"_MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_LerpProperties2":{"MaterialStateProperty":["1"]},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"PaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaginatedDataTableState":{"State":["PaginatedDataTable"]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuPosition":{"Enum":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActivityIndicatorType":{"Enum":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"ChangeNotifier":[],"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties1":{"MaterialStateProperty":["1"]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshIndicatorMode":{"Enum":[]},"RefreshIndicatorTriggerMode":{"Enum":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldSlot":{"Enum":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"ChangeNotifier":[],"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"_LerpProperties5":{"MaterialStateProperty":["1"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBarClosedReason":{"Enum":[]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchType":{"Enum":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"ChangeNotifier":[],"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchListTileType":{"Enum":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties0":{"MaterialStateProperty":["1"]},"_LerpColors":{"MaterialStateProperty":["Color?"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"ChangeNotifier":[],"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"TabBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Tab":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"],"AutofillClient":[]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Tween.T":"ThemeData","Animatable.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"MaterialTapTargetSize":{"Enum":[]},"DayPeriod":{"Enum":[]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"ChangeNotifier":[],"Listenable":[]},"TimeOfDayFormat":{"Enum":[]},"HourFormat":{"Enum":[]},"_TimePickerMode":{"Enum":[]},"TimePickerEntryMode":{"Enum":[]},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_RestorableTimePickerEntryMode":{"RestorableProperty":["TimePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerMode":{"RestorableProperty":["_TimePickerMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode0":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerModeN":{"RestorableProperty":["_TimePickerMode?"],"ChangeNotifier":[],"Listenable":[]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToggleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResolveFillColor":{"MaterialStateProperty":["Color?"]},"_DefaultFillColor":{"MaterialStateProperty":["Color"]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"ChangeNotifier":[],"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTriggerMode":{"Enum":[]},"ScriptCategory":{"Enum":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"RenderComparison":{"Enum":[]},"Axis0":{"Enum":[]},"VerticalDirection":{"Enum":[]},"AxisDirection":{"Enum":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"BorderStyle":{"Enum":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxShape":{"Enum":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxFit":{"Enum":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"ImageRepeat":{"Enum":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"PlaceholderSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"StadiumBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToRoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"TextOverflow":{"Enum":[]},"TextWidthBasis":{"Enum":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"SpringType":{"Enum":[]},"RenderAnimatedSizeState":{"Enum":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"_IntrinsicDimension":{"Enum":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderEditablePainter":{"ChangeNotifier":[],"Listenable":[]},"RenderEditable":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexFit":{"Enum":[]},"MainAxisSize":{"Enum":[]},"MainAxisAlignment":{"Enum":[]},"CrossAxisAlignment":{"Enum":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ContainerLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ClipRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipRRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PictureLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"PerformanceOverlayLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"OffsetLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipPathLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PhysicalModelLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"ChangeNotifier":[],"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PlatformViewHitTestBehavior":{"Enum":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"HitTestBehavior":{"Enum":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"DecorationPosition":{"Enum":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"GrowthDirection":{"Enum":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"StackFit":{"Enum":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"TableCellVerticalAlignment":{"Enum":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CacheExtentStyle":{"Enum":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"ChangeNotifier":[],"Listenable":[]},"ScrollDirection":{"Enum":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"WrapAlignment":{"Enum":[]},"WrapCrossAlignment":{"Enum":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SchedulerPhase":{"Enum":[]},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[],"AbstractNode":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"ChangeNotifier":[],"Listenable":[]},"DebugSemanticsDumpOrder":{"Enum":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"KeyDataTransitMode":{"Enum":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"KeyboardSide":{"Enum":[]},"ModifierKey":{"Enum":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"ChangeNotifier":[],"Listenable":[]},"SystemSoundType":{"Enum":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"MaxLengthEnforcement":{"Enum":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"SelectionChangedCause":{"Enum":[]},"SmartDashesType":{"Enum":[]},"SmartQuotesType":{"Enum":[]},"TextInputAction":{"Enum":[]},"TextCapitalization0":{"Enum":[]},"FloatingCursorDragState":{"Enum":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"],"Action.T":"1"},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"DoNothingAction":{"Action":["Intent"],"Action.T":"Intent"},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents"},"_OverridableAction":{"__OverridableAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_OverridableContextAction":{"__OverridableContextAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ContextActionToActionAdapter":{"Action":["1"],"Action.T":"1"},"CrossFadeState":{"Enum":[]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConnectionState":{"Enum":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"],"Action.T":"1"},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillContextAction":{"Enum":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"ChangeNotifier":[],"Listenable":[]},"_NullWidget0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatefulBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackdropFilter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StatefulBuilderState":{"State":["StatefulBuilder"]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"WidgetsBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultTextEditingShortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"ChangeNotifier":[],"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"PlaceholderSpan":[],"InlineSpan":[],"DiagnosticableTree":[]},"_TextEditingHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ExtendSelectionOrCaretPositionAction":{"ContextAction":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent","ContextAction.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"},"_UpdateTextSelectionToAdjacentLineAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_SelectAllAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"],"Action.T":"SelectAllTextIntent","ContextAction.T":"SelectAllTextIntent"},"_CopySelectionAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"],"Action.T":"CopySelectionTextIntent","ContextAction.T":"CopySelectionTextIntent"},"_TextEditingHistoryState":{"State":["_TextEditingHistory"]},"KeyEventResult":{"Enum":[]},"FocusNode":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusHighlightMode":{"Enum":[]},"UnfocusDisposition":{"Enum":[]},"FocusHighlightStrategy":{"Enum":[]},"FocusManager":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"Focus":[],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TraversalDirection":{"Enum":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"],"Action.T":"RequestFocusIntent"},"NextFocusAction":{"Action":["NextFocusIntent"],"Action.T":"NextFocusIntent"},"PreviousFocusAction":{"Action":["PreviousFocusIntent"],"Action.T":"PreviousFocusIntent"},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"],"Action.T":"DirectionalFocusIntent"},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"AutovalidateMode":{"Enum":[]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_StateLifecycle":{"Enum":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementLifecycle":{"Enum":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget1":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HeroFlightDirection":{"Enum":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Tween.T":"BoxConstraints","Animatable.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Tween.T":"Decoration","Animatable.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Tween.T":"EdgeInsetsGeometry","Animatable.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Tween.T":"BorderRadius?","Animatable.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix4"],"Animatable":["Matrix4"],"Tween.T":"Matrix4","Animatable.T":"Matrix4"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Tween.T":"TextStyle","Animatable.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedModel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedModelElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InteractiveViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InteractiveViewerState":{"State":["InteractiveViewer"]},"_InteractiveViewerBuilt":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransformationController":{"ValueNotifier":["Matrix4"],"ChangeNotifier":[],"Listenable":[]},"_GestureType":{"Enum":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"MediaQuery":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromWindow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Orientation":{"Enum":[]},"NavigationMode":{"Enum":[]},"_MediaQueryFromWindowState":{"State":["_MediaQueryFromWindow"],"WidgetsBindingObserver":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToolbarSlot":{"Enum":[]},"RoutePopDisposition":{"Enum":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_RouteRestorationType":{"Enum":[]},"_RouteLifecycle":{"Enum":[]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"ChangeNotifier":[],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBarAlignment":{"Enum":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"ChangeNotifier":[],"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_Theatre":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowState":{"Enum":[]},"_GlowController":{"ChangeNotifier":[],"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchState":{"Enum":[]},"_StretchController":{"ChangeNotifier":[],"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlaceholderPainter":{"Listenable":[]},"Placeholder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"PreferredSize":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"ChangeNotifier":[],"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"ChangeNotifier":[],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"ChangeNotifier":[],"Listenable":[]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"FocusTrap":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTrapArea":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFocusTrapArea":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderFocusTrap":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidOverscrollIndicator":{"Enum":[]},"ScrollController":{"ChangeNotifier":[],"Listenable":[]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"ScrollPosition":{"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionAlignmentPolicy":{"Enum":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollViewKeyboardDismissBehavior":{"Enum":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ScrollIncrementType":{"Enum":[]},"ScrollAction":{"Action":["ScrollIntent"],"Action.T":"ScrollIntent"},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"ChangeNotifier":[],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarOrientation":{"Enum":[]},"ScrollbarPainter":{"ChangeNotifier":[],"Listenable":[]},"RawScrollbarState":{"State":["1"]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"SingleActivator":{"ShortcutActivator":[]},"ShortcutManager":{"ChangeNotifier":[],"Listenable":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShortcutsMarker":{"InheritedNotifier":["ShortcutManager"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ShortcutManager"},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"_ShortcutsState":{"State":["Shortcuts"]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_FloatingHeader":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingHeaderState":{"State":["_FloatingHeader"]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"DeleteCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionHandleType":{"Enum":[]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetSpan":{"PlaceholderSpan":[],"InlineSpan":[],"DiagnosticableTree":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"ActionPaneConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerMotion":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseNotificationSender":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseBarrierNotificationSenderState":{"State":["SlidableAutoCloseBarrierNotificationSender"]},"_SlidableAutoCloseBarrierBehaviorListenerState":{"State":["SlidableAutoCloseBarrierBehaviorListener"]},"_SlidableNotificationSenderState0":{"State":["_SlidableNotificationSender"]},"ActionPaneType":{"Enum":[]},"GestureDirection":{"Enum":[]},"_ValueNotifier":{"ValueNotifier":["1"],"ChangeNotifier":[],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SlidableGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGestureDetectorState":{"State":["SlidableGestureDetector"]},"_InheritedSlidableNotification":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableGroupBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGroupBehaviorListenerState":{"State":["SlidableGroupBehaviorListener<1>"]},"_SlidableNotificationListenerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSenderState":{"State":["SlidableNotificationSender"]},"SlidableScrollingBehavior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableScrollingBehaviorState":{"State":["SlidableScrollingBehavior"]},"ActionPane":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneState":{"State":["ActionPane"]},"_SlidableState":{"State":["Slidable"]},"_SlidableClipper":{"CustomClipper":["Rect"],"Listenable":[]},"StaggeredGridParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStaggeredGrid":{"RenderBoxContainerDefaultsMixin":["RenderBox","StaggeredGridParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StaggeredGridParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"StaggeredGrid":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastAnimation":{"Enum":[]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInOption":{"Enum":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListMixin":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListMixin.E":"Node0"},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"ElementCssClassSet":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"SetMixin.E":"String"},"_CssClassSetImpl":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"ListProxy":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"StringToken":{"Token0":[]},"TagToken":{"Token0":[]},"StartTagToken":{"TagToken":[],"Token0":[]},"EndTagToken":{"TagToken":[],"Token0":[]},"ParseErrorToken":{"StringToken":[],"Token0":[]},"CharactersToken":{"StringToken":[],"Token0":[]},"SpaceCharactersToken":{"StringToken":[],"Token0":[]},"CommentToken":{"StringToken":[],"Token0":[]},"DoctypeToken":{"Token0":[]},"ActiveFormattingElements":{"ListProxy":["Element?"],"ListMixin":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListMixin.E":"Element?"},"BaseClient":{"Client0":[]},"BrowserClient":{"Client0":[]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"InternalPngFrame":{"PngFrame":[]},"ImageException":{"Exception":[]},"CropAspectRatioPreset":{"Enum":[]},"CropStyle":{"Enum":[]},"ImageCompressFormat":{"Enum":[]},"CameraDevice":{"Enum":[]},"ImageSource":{"Enum":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"PluralCase":{"Enum":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"IconPosition":{"Enum":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ClientContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ClientContactEntitySerializer":{"StructuredSerializer":["ClientContactEntity*"],"Serializer":["ClientContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ClientContactEntity":{"ClientContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse*"],"Serializer":["CompanyGatewayListResponse*"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse*"],"Serializer":["CompanyGatewayItemResponse*"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity*"],"Serializer":["CompanyGatewayEntity*"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings*"],"Serializer":["FeesAndLimitsSettings*"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity*"],"Serializer":["CompanyEntity*"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity*"],"Serializer":["GatewayEntity*"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity*"],"Serializer":["GatewayOptionsEntity*"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity*"],"Serializer":["UserCompanyEntity*"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity*"],"Serializer":["UserSettingsEntity*"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity*"],"Serializer":["ReportSettingsEntity*"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse*"],"Serializer":["CompanyItemResponse*"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity*"],"Serializer":["RegistrationFieldEntity*"]},"_$DashboardFieldSerializer":{"StructuredSerializer":["DashboardField*"],"Serializer":["DashboardField*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$DashboardField":{"DashboardField":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse*"],"Serializer":["CreditListResponse*"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse*"],"Serializer":["CreditItemResponse*"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange*"],"Serializer":["DateRange*"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison*"],"Serializer":["DateRangeComparison*"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse*"],"Serializer":["DesignListResponse*"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse*"],"Serializer":["DesignItemResponse*"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest*"],"Serializer":["DesignPreviewRequest*"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity*"],"Serializer":["DesignEntity*"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse*"],"Serializer":["DocumentListResponse*"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse*"],"Serializer":["DocumentItemResponse*"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity*"],"Serializer":["DocumentEntity*"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType*"],"Serializer":["EntityType*"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState*"],"Serializer":["EntityState*"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate*"],"Serializer":["EmailTemplate*"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse*"],"Serializer":["LoginResponse*"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity*"],"Serializer":["ActivityEntity*"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity*"],"Serializer":["LedgerEntity*"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse*"],"Serializer":["ExpenseCategoryListResponse*"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse*"],"Serializer":["ExpenseCategoryItemResponse*"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity*"],"Serializer":["ExpenseCategoryEntity*"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse*"],"Serializer":["ExpenseListResponse*"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse*"],"Serializer":["ExpenseItemResponse*"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity*"],"Serializer":["ExpenseEntity*"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity*"],"Serializer":["ExpenseScheduleEntity*"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity*"],"Serializer":["ExpenseStatusEntity*"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"ExpenseStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse*"],"Serializer":["GatewayTokenListResponse*"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse*"],"Serializer":["GatewayTokenItemResponse*"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity*"],"Serializer":["GatewayTokenEntity*"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity*"],"Serializer":["GatewayTokenMetaEntity*"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse*"],"Serializer":["GroupListResponse*"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse*"],"Serializer":["GroupItemResponse*"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity*"],"Serializer":["GroupEntity*"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse*"],"Serializer":["HealthCheckResponse*"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse*"],"Serializer":["HealthCheckPHPResponse*"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse*"],"Serializer":["PreImportResponse*"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails*"],"Serializer":["PreImportResponseEntityDetails*"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest*"],"Serializer":["ImportRequest*"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping*"],"Serializer":["ImportRequestMapping*"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse*"],"Serializer":["InvoiceListResponse*"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse*"],"Serializer":["InvoiceItemResponse*"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity*"],"Serializer":["InvoiceEntity*"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity*"],"Serializer":["InvoiceItemEntity*"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity*"],"Serializer":["InvitationEntity*"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity*"],"Serializer":["InvoiceScheduleEntity*"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity*"],"Serializer":["InvoiceHistoryEntity*"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse*"],"Serializer":["PaymentListResponse*"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse*"],"Serializer":["PaymentItemResponse*"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity*"],"Serializer":["PaymentEntity*"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity*"],"Serializer":["PaymentableEntity*"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse*"],"Serializer":["PaymentTermListResponse*"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse*"],"Serializer":["PaymentTermItemResponse*"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity*"],"Serializer":["PaymentTermEntity*"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse*"],"Serializer":["ProductListResponse*"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse*"],"Serializer":["ProductItemResponse*"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity*"],"Serializer":["ProductEntity*"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse*"],"Serializer":["ProjectListResponse*"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse*"],"Serializer":["ProjectItemResponse*"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity*"],"Serializer":["ProjectEntity*"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity*"],"Serializer":["SettingsEntity*"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse*"],"Serializer":["CountryListResponse*"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse*"],"Serializer":["CountryItemResponse*"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity*"],"Serializer":["CountryEntity*"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse*"],"Serializer":["CurrencyListResponse*"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse*"],"Serializer":["CurrencyItemResponse*"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity*"],"Serializer":["CurrencyEntity*"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse*"],"Serializer":["DateFormatListResponse*"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse*"],"Serializer":["DateFormatItemResponse*"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity*"],"Serializer":["DateFormatEntity*"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse*"],"Serializer":["DatetimeFormatListResponse*"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse*"],"Serializer":["DatetimeFormatItemResponse*"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity*"],"Serializer":["DatetimeFormatEntity*"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse*"],"Serializer":["IndustryListResponse*"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse*"],"Serializer":["IndustryItemResponse*"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity*"],"Serializer":["IndustryEntity*"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity*"],"Serializer":["InvoiceStatusEntity*"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse*"],"Serializer":["LanguageListResponse*"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse*"],"Serializer":["LanguageItemResponse*"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity*"],"Serializer":["LanguageEntity*"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse*"],"Serializer":["PaymentTypeListResponse*"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse*"],"Serializer":["PaymentTypeItemResponse*"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity*"],"Serializer":["PaymentTypeEntity*"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse*"],"Serializer":["SizeListResponse*"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse*"],"Serializer":["SizeItemResponse*"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity*"],"Serializer":["SizeEntity*"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse*"],"Serializer":["StaticDataItemResponse*"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity*"],"Serializer":["StaticDataEntity*"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity*"],"Serializer":["TemplateEntity*"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse*"],"Serializer":["TimezoneListResponse*"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse*"],"Serializer":["TimezoneItemResponse*"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity*"],"Serializer":["TimezoneEntity*"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse*"],"Serializer":["SubscriptionListResponse*"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse*"],"Serializer":["SubscriptionItemResponse*"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity*"],"Serializer":["SubscriptionEntity*"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity*"],"Serializer":["WebhookConfigurationEntity*"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity*"],"Serializer":["SystemLogEntity*"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse*"],"Serializer":["TaskListResponse*"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse*"],"Serializer":["TaskItemResponse*"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity*"],"Serializer":["TaskEntity*"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse*"],"Serializer":["TaskStatusListResponse*"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse*"],"Serializer":["TaskStatusItemResponse*"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity*"],"Serializer":["TaskStatusEntity*"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse*"],"Serializer":["TaxRateListResponse*"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse*"],"Serializer":["TaxRateItemResponse*"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity*"],"Serializer":["TaxRateEntity*"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse*"],"Serializer":["TokenListResponse*"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse*"],"Serializer":["TokenItemResponse*"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity*"],"Serializer":["TokenEntity*"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse*"],"Serializer":["UserListResponse*"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse*"],"Serializer":["UserItemResponse*"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse*"],"Serializer":["UserTwoFactorResponse*"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData*"],"Serializer":["UserTwoFactorData*"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse*"],"Serializer":["UserCompanyItemResponse*"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity*"],"Serializer":["UserEntity*"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse*"],"Serializer":["VendorListResponse*"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse*"],"Serializer":["VendorItemResponse*"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity*"],"Serializer":["VendorEntity*"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity*"],"Serializer":["VendorContactEntity*"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse*"],"Serializer":["WebhookListResponse*"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse*"],"Serializer":["WebhookItemResponse*"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity*"],"Serializer":["WebhookEntity*"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp*"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"ToggleViewerLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState*"],"Serializer":["AppState*"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState*"],"Serializer":["AuthState*"]},"_$AuthState":{"AuthState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsRequest":{"StartLoading":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"MergeClientsRequest":{"StartSaving":[]},"MergeClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"PurgeClientRequest":{"StartSaving":[]},"PurgeClientSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"_MergClientPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"MergeClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"PurgeClientFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"__MergClientPickerState":{"State":["_MergClientPicker*"]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState*"],"Serializer":["ClientState*"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState*"],"Serializer":["ClientUIState*"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState*"],"Serializer":["UserCompanyState*"]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState*"],"Serializer":["SettingsUIState*"]},"_$UserCompanyState":{"UserCompanyState":[]},"_$SettingsUIState":{"SettingsUIState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState*"],"Serializer":["CompanyGatewayState*"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState*"],"Serializer":["CompanyGatewayUIState*"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsRequest":{"StartLoading":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"MarkCreditsPaidRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"MarkCreditsPaidSuccess":{"StopSaving":[]},"MarkCreditsPaidFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState*"],"Serializer":["CreditState*"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState*"],"Serializer":["CreditUIState*"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardFields":{"PersistUI":[]},"UpdateDashboardFieldSettingss":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState*"],"Serializer":["DashboardUIState*"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings*"],"Serializer":["DashboardUISettings*"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState*"],"Serializer":["DesignState*"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState*"],"Serializer":["DesignUIState*"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"LoadDocumentsRequest":{"StartLoading":[]},"LoadDocumentsFailure":{"StopLoading":[]},"DownloadDocumentsSuccess":{"StopSaving":[]},"DownloadDocumentsFailure":{"StopSaving":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState*"],"Serializer":["DocumentState*"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState*"],"Serializer":["DocumentUIState*"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesRequest":{"StartLoading":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState*"],"Serializer":["ExpenseState*"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState*"],"Serializer":["ExpenseUIState*"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState*"],"Serializer":["ExpenseCategoryState*"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState*"],"Serializer":["ExpenseCategoryUIState*"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState*"],"Serializer":["GroupState*"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState*"],"Serializer":["GroupUIState*"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesRequest":{"StartLoading":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState*"],"Serializer":["InvoiceState*"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState*"],"Serializer":["InvoiceUIState*"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsRequest":{"StartLoading":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState*"],"Serializer":["PaymentState*"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState*"],"Serializer":["PaymentUIState*"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState*"],"Serializer":["PaymentTermState*"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState*"],"Serializer":["PaymentTermUIState*"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsRequest":{"StartLoading":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState*"],"Serializer":["ProductState*"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState*"],"Serializer":["ProductUIState*"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsRequest":{"StartLoading":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewPurchaseOrderList":{"PersistUI":[]},"ViewPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrderItem":{"PersistUI":[]},"UpdatePurchaseOrder":{"PersistUI":[]},"UpdatePurchaseOrderVendor":{"PersistUI":[]},"LoadPurchaseOrderSuccess":{"StopLoading":[],"PersistData":[]},"LoadPurchaseOrdersRequest":{"StartLoading":[]},"LoadPurchaseOrdersFailure":{"StopLoading":[]},"LoadPurchaseOrdersSuccess":{"StopLoading":[]},"SavePurchaseOrderDocumentRequest":{"StartSaving":[]},"SavePurchaseOrderRequest":{"StartSaving":[]},"SavePurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"BulkEmailPurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DeletePurchaseOrdersRequest":{"StartSaving":[]},"DeletePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DownloadPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrderSuccess":{"StopSaving":[]},"CancelPurchaseOrdersRequest":{"StartSaving":[]},"CancelPurchaseOrderSuccess":{"StopSaving":[]},"RestorePurchaseOrdersRequest":{"StartSaving":[]},"RestorePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"EmailPurchaseOrderRequest":{"StartSaving":[]},"EmailPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[]},"MarkPurchaseOrdersSentRequest":{"StartSaving":[]},"MarkPurchaseOrderSentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertPurchaseOrdersToExpensesRequest":{"StartSaving":[]},"ConvertPurchaseOrdersToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"AddPurchaseOrdersToInventoryRequest":{"StartSaving":[]},"AddPurchaseOrdersToInventorySuccess":{"StopSaving":[],"PersistData":[]},"ApprovePurchaseOrders":{"StartSaving":[]},"ApprovePurchaseOrderSuccess":{"StopSaving":[]},"AddPurchaseOrderContact":{"PersistUI":[]},"RemovePurchaseOrderContact":{"PersistUI":[]},"AddPurchaseOrderItem":{"PersistUI":[]},"MovePurchaseOrderItem":{"PersistUI":[]},"AddPurchaseOrderItems":{"PersistUI":[]},"UpdatePurchaseOrderItem":{"PersistUI":[]},"DeletePurchaseOrderItem":{"PersistUI":[]},"FilterPurchaseOrders":{"PersistUI":[]},"SortPurchaseOrders":{"PersistUI":[],"PersistPrefs":[]},"FilterPurchaseOrdersByState":{"PersistUI":[]},"FilterPurchaseOrdersByStatus":{"PersistUI":[]},"FilterPurchaseOrdersByCustom1":{"PersistUI":[]},"FilterPurchaseOrdersByCustom2":{"PersistUI":[]},"FilterPurchaseOrdersByCustom3":{"PersistUI":[]},"FilterPurchaseOrdersByCustom4":{"PersistUI":[]},"UpdatePurchaseOrderTab":{"PersistUI":[]},"LoadPurchaseOrderRequest":{"StartLoading":[]},"LoadPurchaseOrderFailure":{"StopLoading":[]},"SavePurchaseOrderDocumentFailure":{"StopSaving":[]},"SavePurchaseOrderFailure":{"StopSaving":[]},"BulkEmailPurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailPurchaseOrdersFailure":{"StopSaving":[]},"ArchivePurchaseOrdersFailure":{"StopSaving":[]},"DeletePurchaseOrdersFailure":{"StopSaving":[]},"DownloadPurchaseOrdersSuccess":{"StopSaving":[]},"DownloadPurchaseOrdersFailure":{"StopSaving":[]},"AcceptPurchaseOrderFailure":{"StopSaving":[]},"CancelPurchaseOrderFailure":{"StopSaving":[]},"RestorePurchaseOrdersFailure":{"StopSaving":[]},"EmailPurchaseOrderFailure":{"StopSaving":[]},"MarkPurchaseOrderSentFailure":{"StopSaving":[]},"ConvertPurchaseOrdersToExpensesFailure":{"StopSaving":[]},"AddPurchaseOrdersToInventoryFailure":{"StopSaving":[]},"ApprovePurchaseOrderFailure":{"StopSaving":[]},"_$PurchaseOrderStateSerializer":{"StructuredSerializer":["PurchaseOrderState*"],"Serializer":["PurchaseOrderState*"]},"_$PurchaseOrderUIStateSerializer":{"StructuredSerializer":["PurchaseOrderUIState*"],"Serializer":["PurchaseOrderUIState*"]},"_$PurchaseOrderState":{"PurchaseOrderState":[]},"_$PurchaseOrderUIState":{"PurchaseOrderUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesRequest":{"StartLoading":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotesToInvoices":{"StartSaving":[]},"ConvertQuotesToInvoicesSuccess":{"StopSaving":[]},"ConvertQuotesToProjects":{"StartSaving":[]},"ConvertQuotesToProjectsSuccess":{"StopSaving":[]},"ApproveQuotes":{"StartSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuotesToInvoicesFailure":{"StopSaving":[]},"ConvertQuotesToProjectsFailure":{"StopSaving":[]},"ApproveQuoteSuccess":{"StopSaving":[]},"ApproveQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState*"],"Serializer":["QuoteState*"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState*"],"Serializer":["QuoteUIState*"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState*"],"Serializer":["RecurringExpenseState*"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState*"],"Serializer":["RecurringExpenseUIState*"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"SendNowRecurringInvoicesRequest":{"StartSaving":[]},"SendNowRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"SendNowRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState*"],"Serializer":["RecurringInvoiceState*"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState*"],"Serializer":["RecurringInvoiceUIState*"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState*"],"Serializer":["ReportsUIState*"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnecOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState*"],"Serializer":["StaticState*"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState*"],"Serializer":["SubscriptionState*"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState*"],"Serializer":["SubscriptionUIState*"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksRequest":{"StartLoading":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"StartTasksRequest":{"StartSaving":[]},"StartTasksSuccess":{"StopSaving":[],"PersistData":[]},"StopTasksRequest":{"StartSaving":[]},"StopTasksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"StartTasksFailure":{"StopSaving":[]},"StopTasksFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState*"],"Serializer":["TaskState*"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState*"],"Serializer":["TaskUIState*"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState*"],"Serializer":["TaskStatusState*"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState*"],"Serializer":["TaskStatusUIState*"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState*"],"Serializer":["TaxRateState*"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState*"],"Serializer":["TaxRateUIState*"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState*"],"Serializer":["TokenState*"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState*"],"Serializer":["TokenUIState*"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState*"],"Serializer":["ListUIState*"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState*"],"Serializer":["PrefState*"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField*"],"Serializer":["PrefStateSortField*"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState*"],"Serializer":["CompanyPrefState*"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout*"],"Serializer":["AppLayout*"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout*"],"Serializer":["ModuleLayout*"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode*"],"Serializer":["AppSidebarMode*"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord*"],"Serializer":["HistoryRecord*"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState*"],"Serializer":["UIState*"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState*"],"Serializer":["UserState*"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState*"],"Serializer":["UserUIState*"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsRequest":{"StartLoading":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState*"],"Serializer":["VendorState*"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState*"],"Serializer":["VendorUIState*"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState*"],"Serializer":["WebhookState*"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState*"],"Serializer":["WebhookUIState*"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar*"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder*"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTitleBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner*"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CopyToClipboard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout*"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog*"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList*"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile*"]},"_EntitiesListTileState":{"State":["EntitiesListTile*"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityAutocompleteListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown*"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog*"]},"_AutocompleteEntity":{"SelectableEntity":[]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilterHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker*"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField*"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker*"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField*"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker*"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField*"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField*"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker*"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile*"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView*"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown*"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextRelatedEntity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinkTextRelatedEntityState":{"State":["LinkTextRelatedEntity*"]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter*"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText*"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuDrawerState":{"State":["MenuDrawer*"]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectRow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropDownMultiSelect":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropDownMultiSelectState":{"State":["DropDownMultiSelect*"]},"PortalLinks":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableTooltip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReviewApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReviewAppState":{"State":["ReviewApp*"]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"SmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SmsVerificationState":{"State":["SmsVerification*"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer*"]},"_SortArrow0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState0":{"State":["_SortArrow0*"]},"_NullTableColumnWidth0":{"TableColumnWidth":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"AppDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList*"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp*"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout*"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh*"]},"WindowManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WindowManagerState":{"State":["WindowManager*"],"WindowListener":[]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView*"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView*"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit*"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress*"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts*"]},"ContactEditDetailsState":{"State":["ContactEditDetails*"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails*"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes*"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings*"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress*"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView*"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity*"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails*"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewFullwidthState":{"State":["ClientViewFullwidth*"]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger*"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs*"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList*"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit*"]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"DashboardSections":{"Enum":[]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverviewPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"__OverviewPanelState":{"State":["_OverviewPanel*"]},"__DashboardSettingsState":{"State":["_DashboardSettings*"]},"_DashboardFieldState":{"State":["_DashboardField*"]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen*"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignEditState":{"State":["DesignEdit*"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings*"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview*"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent*"],"Action.T":"Intent*"},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop*"]},"__PdfPreviewState":{"State":["_PdfPreview*"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails*"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems*"]},"ItemEditDetailsState":{"State":["ItemEditDetails*"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop*"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes*"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF*"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector*"]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView*"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView*"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity*"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory*"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule*"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit*"]},"_PaymentableEditorState":{"State":["PaymentableEditor*"]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund*"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0*"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView*"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit*"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView*"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit*"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView*"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview*"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit*"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView*"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview*"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PurchaseOrderEditState":{"State":["PurchaseOrderEdit*"]},"PurchaseOrderEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit*"]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit*"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientReportFields":{"Enum":[]},"ContactReportFields":{"Enum":[]},"CreditReportFields":{"Enum":[]},"DocumentReportFields":{"Enum":[]},"ExpenseReportFields":{"Enum":[]},"InvoiceItemReportFields":{"Enum":[]},"InvoiceReportFields":{"Enum":[]},"TaxRateReportFields0":{"Enum":[]},"PaymentReportFields":{"Enum":[]},"TaxRateReportFields":{"Enum":[]},"ProductReportFields":{"Enum":[]},"ProfitAndLossReportFields":{"Enum":[]},"PurchaseOrderReportFields":{"Enum":[]},"QuoteItemReportFields":{"Enum":[]},"QuoteReportFields":{"Enum":[]},"RecurringExpenseReportFields":{"Enum":[]},"RecurringInvoiceReportFields":{"Enum":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportColumnType":{"Enum":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskReportFields":{"Enum":[]},"VendorReportFields":{"Enum":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal*"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails*"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks*"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields*"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField*"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations*"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings*"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings*"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings*"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers*"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings*"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport*"]},"_FileImportState":{"State":["_FileImport*"]},"__FileMapperState":{"State":["_FileMapper*"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign*"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AddCompanyDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"_AddCompanyDialogState":{"State":["_AddCompanyDialog*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentSettingsState":{"State":["PaymentSettings*"]},"PaymentsSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings*"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList*"]},"SettingsListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard*"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings*"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings*"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders*"]},"_ReminderSettingsState":{"State":["ReminderSettings*"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails*"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor*"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings*"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit*"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView*"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateState":{"Enum":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"_BottomBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop*"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails*"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes*"]},"TimeEditDetailsState":{"State":["TimeEditDetails*"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard*"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard*"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView*"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder*"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView*"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview*"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit*"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView*"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit*"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView*"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit*"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView*"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit*"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit*"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress*"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts*"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails*"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails*"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes*"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView*"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails*"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewFullwidthState":{"State":["VendorViewFullwidth*"]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit*"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView*"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation*"]},"_FieldConfirmationState":{"State":["FieldConfirmation*"]},"FormatNumberType":{"Enum":[]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor*"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextType":{"Enum":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar*"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar*"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"Level":{"Comparable":["Level"]},"Element1":{"Node3":[]},"Text1":{"Node3":[]},"UnparsedContent":{"Node3":[]},"EmptyBlockSyntax":{"BlockSyntax":[]},"SetextHeaderSyntax":{"BlockSyntax":[]},"HeaderSyntax":{"BlockSyntax":[]},"BlockquoteSyntax":{"BlockSyntax":[]},"CodeBlockSyntax":{"BlockSyntax":[]},"FencedCodeBlockSyntax":{"BlockSyntax":[]},"HorizontalRuleSyntax":{"BlockSyntax":[]},"BlockHtmlSyntax":{"BlockSyntax":[]},"BlockTagBlockHtmlSyntax":{"BlockSyntax":[]},"OtherTagBlockHtmlSyntax":{"BlockSyntax":[]},"LongBlockHtmlSyntax":{"BlockSyntax":[]},"ListSyntax":{"BlockSyntax":[]},"UnorderedListSyntax":{"BlockSyntax":[]},"OrderedListSyntax":{"BlockSyntax":[]},"ParagraphSyntax":{"BlockSyntax":[]},"LineBreakSyntax":{"InlineSyntax":[]},"TextSyntax":{"InlineSyntax":[]},"EscapeSyntax":{"InlineSyntax":[]},"InlineHtmlSyntax":{"InlineSyntax":[]},"EmailAutolinkSyntax":{"InlineSyntax":[]},"AutolinkSyntax":{"InlineSyntax":[]},"SimpleDelimiter":{"Delimiter":[]},"DelimiterRun":{"Delimiter":[]},"TagSyntax":{"InlineSyntax":[]},"LinkSyntax":{"InlineSyntax":[]},"ImageSyntax":{"InlineSyntax":[]},"CodeSyntax":{"InlineSyntax":[]},"_MdiIconData":{"IconData":[]},"MsalJsException":{"Exception":[]},"AuthException":{"Exception":[]},"ClientAuthException":{"Exception":[]},"ClientConfigurationException":{"Exception":[]},"InteractionRequiredAuthException":{"Exception":[]},"ServerException":{"Exception":[]},"BrowserAuthException":{"Exception":[]},"BrowserConfigurationAuthException":{"Exception":[]},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimationDirection":{"Enum":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"_PlaceholderType":{"Enum":[]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowViewLayoutBehavior":{"Enum":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PermissionStatus0":{"Enum":[]},"PermissionWithService":{"Permission":[]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"PinputAutovalidateMode":{"Enum":[]},"AndroidSmsAutofillMethod":{"Enum":[]},"PinAnimationType":{"Enum":[]},"HapticFeedbackType":{"Enum":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursorState":{"State":["_PinputCursor"]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebPdfRaster":{"PdfRaster":[]},"PdfPreviewAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPrintAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfShareAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewController":{"InheritedNotifier":["Listenable"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"Listenable"},"PdfPreviewData":{"ChangeNotifier":[],"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreviewState":{"State":["PdfPreview"]},"PdfRasterImage":{"ImageProvider":["PdfRaster"],"ImageProvider.T":"PdfRaster"},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"FinderPatternPosition":{"Enum":[]},"QrCodeElement":{"Enum":[]},"QrEyeShape":{"Enum":[]},"QrDataModuleShape":{"Enum":[]},"QrValidationStatus":{"Enum":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"ButtonState":{"Enum":[]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"_MissingCase":{"Enum":[]},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"NoOpSentrySpan":{"ISentrySpan":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInWithAppleButtonStyle":{"Enum":[]},"IconAlignment":{"Enum":[]},"AppleIDAuthorizationScopes":{"Enum":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"AuthorizationErrorCode":{"Enum":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"Injected":{"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StateBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InjectedBase":{"InjectedBaseState":["1"]},"InjectedImp":{"Injected":["1"],"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"ReactiveModel":{"InjectedBase":["1"],"InjectedBaseState":["1"]},"_StateBuilderBaseState":{"ExtendedState":["StateBuilderBase<1>"],"State":["StateBuilderBase<1>"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"OnBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"ChangeNotifier":[],"Listenable":[]},"DocumentNode":{"ChangeNotifier":[],"Listenable":[]},"DocumentComposer":{"ChangeNotifier":[],"Listenable":[]},"ComposerPreferences":{"ChangeNotifier":[],"Listenable":[]},"MutableDocument":{"Document2":[],"ChangeNotifier":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"SelectionType":{"Enum":[]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"ChangeNotifier":[],"Listenable":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"SelectionType0":{"Enum":[]},"AndroidDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"FloatingCursorController":{"ChangeNotifier":[],"Listenable":[]},"_DragMode":{"Enum":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"DocumentImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentImeInteractorState":{"State":["DocumentImeInteractor"],"DeltaTextInputClient":[]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExecutionInstruction":{"Enum":[]},"DocumentKeyboardInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HorizontalRuleNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ImageComponentBuilder":{"ComponentBuilder":[]},"ImageComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"ImageComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleColumnDocumentLayout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PresenterComponentBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Component":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleColumnDocumentLayoutState":{"State":["SingleColumnDocumentLayout"],"DocumentLayout":[]},"_PresenterComponentBuilderState":{"State":["_PresenterComponentBuilder"]},"SingleColumnLayoutCustomComponentStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnStylesheetStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutSelectionStyler":{"SingleColumnLayoutStylePhase":[]},"ListItemType":{"Enum":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperEditorState":{"State":["SuperEditor"]},"DocumentInputSource":{"Enum":[]},"DocumentGestureMode":{"Enum":[]},"TextNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"TextComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextNodeSelection":{"TextSelection":[],"TextRange":[]},"TextNodePosition":{"TextPosition":[]},"_TextComponentState":{"DocumentComponent":["TextComponent"],"State":["TextComponent"],"TextComposable":[]},"UnknownComponentBuilder":{"ComponentBuilder":[]},"MultiListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MultiListenableBuilderState":{"State":["MultiListenableBuilder"]},"ListenableBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter":{"Listenable":[]},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewportEdge":{"Enum":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"HandleType":{"Enum":[]},"TextLayoutCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextLayoutCaretState":{"State":["TextLayoutCaret"]},"CaretPainter":{"Listenable":[]},"BlinkController":{"ChangeNotifier":[],"Listenable":[]},"SuperText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"SuperTextState":{"State":["SuperText"],"ProseTextBlock":[]},"_SuperTextLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderSuperTextLayout":{"RenderBoxContainerDefaultsMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"RenderParagraphProseTextLayout":{"TextLayout":[]},"TextLayoutSelectionHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutEmptyHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmptyHighlightPainter":{"Listenable":[]},"TextSelectionPainter":{"Listenable":[]},"ArMessages":{"LookupMessages":[]},"CaMessages":{"LookupMessages":[]},"CsMessages":{"LookupMessages":[]},"DaMessages":{"LookupMessages":[]},"DeMessages":{"LookupMessages":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"FaMessages":{"LookupMessages":[]},"FrMessages":{"LookupMessages":[]},"FrShortMessages":{"LookupMessages":[]},"ItMessages":{"LookupMessages":[]},"ItShortMessages":{"LookupMessages":[]},"JaMessages":{"LookupMessages":[]},"NbNoShortMessages":{"LookupMessages":[]},"NbNoMessages":{"LookupMessages":[]},"NlMessages":{"LookupMessages":[]},"NlShortMessages":{"LookupMessages":[]},"PlMessages":{"LookupMessages":[]},"PtBrMessages":{"LookupMessages":[]},"PtBrShortMessages":{"LookupMessages":[]},"RoMessages":{"LookupMessages":[]},"RoShortMessages":{"LookupMessages":[]},"RuMessages":{"LookupMessages":[]},"RuShortMessages":{"LookupMessages":[]},"SvMessages":{"LookupMessages":[]},"SvShortMessages":{"LookupMessages":[]},"ThMessages":{"LookupMessages":[]},"ThShortMessages":{"LookupMessages":[]},"ZhMessages":{"LookupMessages":[]},"LaunchMode":{"Enum":[]},"PreferredLaunchMode":{"Enum":[]},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerClosedReason":{"Enum":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkViewController":{"PlatformViewController":[]}}')); - A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"SkiaObject":1,"ManagedSkiaObject":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"_PendingEvents":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"SetBase":1,"_UnmodifiableSetMixin":1,"_SplayTreeNode":2,"_SplayTree":2,"_ListBase_Object_ListMixin":1,"_SetBase_Object_SetMixin":1,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_IterableMixin":1,"_SplayTreeSet__SplayTree_IterableMixin_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"__SetBase_Object_SetMixin":1,"__UnmodifiableSet__SetBase__UnmodifiableSetMixin":1,"ChunkedConversionSink":1,"Comparable":1,"BidirectionalIterator":1,"Iterator":1,"_JsArray_JsObject_ListMixin":1,"Serializer":1,"BaseBarRendererConfig":1,"BaseRenderSpec":1,"Scale":1,"Extents":1,"TypedKey":1,"_BaseChartState_State_TickerProviderStateMixin":1,"CartesianChart0":1,"AnimationWithParentMixin":1,"CompoundAnimation":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin":1,"ParametricCurve":1,"__AnimatedEvaluation_Animation_AnimationWithParentMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"ContainerBoxParentData":1,"_ContainerBoxParentData_BoxParentData_ContainerParentDataMixin":1,"ContainerParentDataMixin":1,"RenderProxyBoxMixin":1,"RenderAnimatedOpacityMixin":1,"_RenderCustomClip":1,"_RenderPhysicalModelBase":1,"RenderViewportBase":1,"AutomaticKeepAliveClientMixin":1,"_FormFieldState_State_RestorationMixin":1,"ImplicitlyAnimatedWidgetState":1,"AnimatedWidgetBaseState":1,"_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin":1,"Page":1,"TransitionDelegate":1,"PageStorageKey":1,"PageRoute":1,"RestorableProperty":1,"RestorationMixin":1,"RestorableValue":1,"_RestorablePrimitiveValue":1,"RestorableListenable":1,"RestorableChangeNotifier":1,"OverlayRoute":1,"LocalHistoryRoute":1,"PopupRoute":1,"RawDialogRoute":1,"_ModalRoute_TransitionRoute_LocalHistoryRoute":1,"_RawScrollbarState_State_TickerProviderStateMixin":1,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"ForwardingSink":2,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1}')); + A._Universe_addRules(init.typeUniverse, JSON.parse('{"SkAnimatedImage":"LegacyJavaScriptObject","SkShader":"LegacyJavaScriptObject","SkPaint":"LegacyJavaScriptObject","SkMaskFilter":"LegacyJavaScriptObject","SkColorFilter":"LegacyJavaScriptObject","SkImageFilter":"LegacyJavaScriptObject","SkPath":"LegacyJavaScriptObject","SkPicture":"LegacyJavaScriptObject","SkParagraph":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","H5vcc":"LegacyJavaScriptObject","CanvasKit":"LegacyJavaScriptObject","CanvasKitInitOptions":"LegacyJavaScriptObject","CanvasKitInitPromise":"LegacyJavaScriptObject","ColorSpace":"LegacyJavaScriptObject","SkWebGLContextOptions":"LegacyJavaScriptObject","SkSurface":"LegacyJavaScriptObject","SkGrContext":"LegacyJavaScriptObject","SkFontSlantEnum":"LegacyJavaScriptObject","SkFontSlant":"LegacyJavaScriptObject","SkFontWeightEnum":"LegacyJavaScriptObject","SkFontWeight":"LegacyJavaScriptObject","SkAffinityEnum":"LegacyJavaScriptObject","SkAffinity":"LegacyJavaScriptObject","SkTextDirectionEnum":"LegacyJavaScriptObject","SkTextDirection":"LegacyJavaScriptObject","SkTextAlignEnum":"LegacyJavaScriptObject","SkTextAlign":"LegacyJavaScriptObject","SkTextHeightBehaviorEnum":"LegacyJavaScriptObject","SkTextHeightBehavior":"LegacyJavaScriptObject","SkRectHeightStyleEnum":"LegacyJavaScriptObject","SkRectHeightStyle":"LegacyJavaScriptObject","SkRectWidthStyleEnum":"LegacyJavaScriptObject","SkRectWidthStyle":"LegacyJavaScriptObject","SkVertexModeEnum":"LegacyJavaScriptObject","SkVertexMode":"LegacyJavaScriptObject","SkPointModeEnum":"LegacyJavaScriptObject","SkPointMode":"LegacyJavaScriptObject","SkClipOpEnum":"LegacyJavaScriptObject","SkClipOp":"LegacyJavaScriptObject","SkFillTypeEnum":"LegacyJavaScriptObject","SkFillType":"LegacyJavaScriptObject","SkPathOpEnum":"LegacyJavaScriptObject","SkPathOp":"LegacyJavaScriptObject","SkBlurStyleEnum":"LegacyJavaScriptObject","SkBlurStyle":"LegacyJavaScriptObject","SkStrokeCapEnum":"LegacyJavaScriptObject","SkStrokeCap":"LegacyJavaScriptObject","SkPaintStyleEnum":"LegacyJavaScriptObject","SkPaintStyle":"LegacyJavaScriptObject","SkBlendModeEnum":"LegacyJavaScriptObject","SkBlendMode":"LegacyJavaScriptObject","SkStrokeJoinEnum":"LegacyJavaScriptObject","SkStrokeJoin":"LegacyJavaScriptObject","SkTileModeEnum":"LegacyJavaScriptObject","SkTileMode":"LegacyJavaScriptObject","SkFilterModeEnum":"LegacyJavaScriptObject","SkFilterMode":"LegacyJavaScriptObject","SkMipmapModeEnum":"LegacyJavaScriptObject","SkMipmapMode":"LegacyJavaScriptObject","SkAlphaTypeEnum":"LegacyJavaScriptObject","SkAlphaType":"LegacyJavaScriptObject","SkColorTypeEnum":"LegacyJavaScriptObject","SkColorType":"LegacyJavaScriptObject","SkImage":"LegacyJavaScriptObject","SkShaderNamespace":"LegacyJavaScriptObject","SkMaskFilterNamespace":"LegacyJavaScriptObject","CkFilterOptions":"LegacyJavaScriptObject","_CkCubicFilterOptions":"LegacyJavaScriptObject","_CkTransformFilterOptions":"LegacyJavaScriptObject","SkColorFilterNamespace":"LegacyJavaScriptObject","SkImageFilterNamespace":"LegacyJavaScriptObject","SkPathNamespace":"LegacyJavaScriptObject","_NativeFloat32ArrayType":"LegacyJavaScriptObject","SkFloat32List":"LegacyJavaScriptObject","SkContourMeasureIter":"LegacyJavaScriptObject","SkContourMeasure":"LegacyJavaScriptObject","SkPictureRecorder":"LegacyJavaScriptObject","SkCanvas":"LegacyJavaScriptObject","SkParagraphBuilderNamespace":"LegacyJavaScriptObject","SkParagraphBuilder":"LegacyJavaScriptObject","SkParagraphStyle":"LegacyJavaScriptObject","SkParagraphStyleProperties":"LegacyJavaScriptObject","SkTextStyle":"LegacyJavaScriptObject","SkTextDecorationStyleEnum":"LegacyJavaScriptObject","SkTextDecorationStyle":"LegacyJavaScriptObject","SkTextBaselineEnum":"LegacyJavaScriptObject","SkTextBaseline":"LegacyJavaScriptObject","SkPlaceholderAlignmentEnum":"LegacyJavaScriptObject","SkPlaceholderAlignment":"LegacyJavaScriptObject","SkTextStyleProperties":"LegacyJavaScriptObject","SkStrutStyleProperties":"LegacyJavaScriptObject","SkFontStyle":"LegacyJavaScriptObject","SkTextShadow":"LegacyJavaScriptObject","SkFontFeature":"LegacyJavaScriptObject","SkTypeface":"LegacyJavaScriptObject","SkFont":"LegacyJavaScriptObject","SkFontMgr":"LegacyJavaScriptObject","TypefaceFontProvider":"LegacyJavaScriptObject","SkLineMetrics":"LegacyJavaScriptObject","SkTextPosition":"LegacyJavaScriptObject","SkTextRange":"LegacyJavaScriptObject","SkVertices":"LegacyJavaScriptObject","SkTonalColors":"LegacyJavaScriptObject","SkFontMgrNamespace":"LegacyJavaScriptObject","TypefaceFontProviderNamespace":"LegacyJavaScriptObject","SkTypefaceFactory":"LegacyJavaScriptObject","SkDeletable":"LegacyJavaScriptObject","JsConstructor":"LegacyJavaScriptObject","SkObjectFinalizationRegistry":"LegacyJavaScriptObject","SkData":"LegacyJavaScriptObject","SkImageInfo":"LegacyJavaScriptObject","SkPartialImageInfo":"LegacyJavaScriptObject","JsFlutterConfiguration":"LegacyJavaScriptObject","DomWindow":"LegacyJavaScriptObject","DomConsole":"LegacyJavaScriptObject","DomNavigator":"LegacyJavaScriptObject","DomDocument":"LegacyJavaScriptObject","DomHTMLDocument":"LegacyJavaScriptObject","DomEventTarget":"LegacyJavaScriptObject","DomEvent":"LegacyJavaScriptObject","DomProgressEvent":"LegacyJavaScriptObject","DomNode":"LegacyJavaScriptObject","DomElement":"LegacyJavaScriptObject","DomCSSStyleDeclaration":"LegacyJavaScriptObject","DomHTMLElement":"LegacyJavaScriptObject","DomHTMLMetaElement":"LegacyJavaScriptObject","DomHTMLHeadElement":"LegacyJavaScriptObject","DomHTMLBodyElement":"LegacyJavaScriptObject","DomHTMLImageElement":"LegacyJavaScriptObject","DomHTMLScriptElement":"LegacyJavaScriptObject","DomHTMLDivElement":"LegacyJavaScriptObject","DomHTMLSpanElement":"LegacyJavaScriptObject","DomHTMLButtonElement":"LegacyJavaScriptObject","DomHTMLParagraphElement":"LegacyJavaScriptObject","DomHTMLStyleElement":"LegacyJavaScriptObject","DomPerformance":"LegacyJavaScriptObject","DomPerformanceEntry":"LegacyJavaScriptObject","DomPerformanceMeasure":"LegacyJavaScriptObject","DomCanvasElement":"LegacyJavaScriptObject","DomCanvasImageSource":"LegacyJavaScriptObject","DomCanvasRenderingContext2D":"LegacyJavaScriptObject","DomImageData":"LegacyJavaScriptObject","DomCanvasPattern":"LegacyJavaScriptObject","DomCanvasGradient":"LegacyJavaScriptObject","DomXMLHttpRequestEventTarget":"LegacyJavaScriptObject","DomXMLHttpRequest":"LegacyJavaScriptObject","DomResponse":"LegacyJavaScriptObject","DomCharacterData":"LegacyJavaScriptObject","DomText":"LegacyJavaScriptObject","DomTextMetrics":"LegacyJavaScriptObject","DomException":"LegacyJavaScriptObject","DomRectReadOnly":"LegacyJavaScriptObject","DomRect":"LegacyJavaScriptObject","DomFontFace":"LegacyJavaScriptObject","DomFontFaceSet":"LegacyJavaScriptObject","DomVisualViewport":"LegacyJavaScriptObject","DomHTMLTextAreaElement":"LegacyJavaScriptObject","DomClipboard":"LegacyJavaScriptObject","DomUIEvent":"LegacyJavaScriptObject","DomKeyboardEvent":"LegacyJavaScriptObject","DomHistory":"LegacyJavaScriptObject","DomLocation":"LegacyJavaScriptObject","DomPopStateEvent":"LegacyJavaScriptObject","DomURL":"LegacyJavaScriptObject","DomBlob":"LegacyJavaScriptObject","DomMutationObserver":"LegacyJavaScriptObject","DomMutationRecord":"LegacyJavaScriptObject","DomMediaQueryList":"LegacyJavaScriptObject","DomMediaQueryListEvent":"LegacyJavaScriptObject","DomPath2D":"LegacyJavaScriptObject","DomMouseEvent":"LegacyJavaScriptObject","DomPointerEvent":"LegacyJavaScriptObject","DomWheelEvent":"LegacyJavaScriptObject","DomTouchEvent":"LegacyJavaScriptObject","DomTouch":"LegacyJavaScriptObject","DomCompositionEvent":"LegacyJavaScriptObject","DomHTMLInputElement":"LegacyJavaScriptObject","DomTokenList":"LegacyJavaScriptObject","DomHTMLFormElement":"LegacyJavaScriptObject","DomHTMLLabelElement":"LegacyJavaScriptObject","DomOffscreenCanvas":"LegacyJavaScriptObject","DomFileReader":"LegacyJavaScriptObject","DomDocumentFragment":"LegacyJavaScriptObject","DomShadowRoot":"LegacyJavaScriptObject","DomStyleSheet":"LegacyJavaScriptObject","DomCSSStyleSheet":"LegacyJavaScriptObject","DomCSSRule":"LegacyJavaScriptObject","DomScreen":"LegacyJavaScriptObject","DomScreenOrientation":"LegacyJavaScriptObject","DomWebSocket":"LegacyJavaScriptObject","DomMessageEvent":"LegacyJavaScriptObject","DomHTMLIFrameElement":"LegacyJavaScriptObject","DomMessagePort":"LegacyJavaScriptObject","DomMessageChannel":"LegacyJavaScriptObject","_DomList":"LegacyJavaScriptObject","FlutterEngineInitializer":"LegacyJavaScriptObject","InitializeEngineFnParameters":"LegacyJavaScriptObject","FlutterAppRunner":"LegacyJavaScriptObject","RunAppFnParameters":"LegacyJavaScriptObject","FlutterApp":"LegacyJavaScriptObject","JsUrlStrategy":"LegacyJavaScriptObject","JsPromise":"LegacyJavaScriptObject","ImageDecoder":"LegacyJavaScriptObject","ImageDecoderOptions":"LegacyJavaScriptObject","DecodeResult":"LegacyJavaScriptObject","DecodeOptions":"LegacyJavaScriptObject","VideoFrame":"LegacyJavaScriptObject","ImageTrackList":"LegacyJavaScriptObject","ImageTrack":"LegacyJavaScriptObject","SVGElement":"LegacyJavaScriptObject","SVGGraphicsElement":"LegacyJavaScriptObject","SVGSVGElement":"LegacyJavaScriptObject","SVGClipPathElement":"LegacyJavaScriptObject","SVGDefsElement":"LegacyJavaScriptObject","SVGGeometryElement":"LegacyJavaScriptObject","SVGPathElement":"LegacyJavaScriptObject","SVGFilterElement":"LegacyJavaScriptObject","SVGAnimatedLength":"LegacyJavaScriptObject","SVGLength":"LegacyJavaScriptObject","SVGAnimatedEnumeration":"LegacyJavaScriptObject","SVGFEColorMatrixElement":"LegacyJavaScriptObject","SVGFEFloodElement":"LegacyJavaScriptObject","SVGFEBlendElement":"LegacyJavaScriptObject","SVGFEImageElement":"LegacyJavaScriptObject","SVGFECompositeElement":"LegacyJavaScriptObject","SVGAnimatedString":"LegacyJavaScriptObject","SVGAnimatedNumber":"LegacyJavaScriptObject","SVGAnimatedNumberList":"LegacyJavaScriptObject","SVGNumberList":"LegacyJavaScriptObject","SVGNumber":"LegacyJavaScriptObject","PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","JsUrlStrategy0":"LegacyJavaScriptObject","LoadConfig":"LegacyJavaScriptObject","GoogleAuthInitFailureError":"LegacyJavaScriptObject","GoogleAuth":"LegacyJavaScriptObject","GoogleUser":"LegacyJavaScriptObject","GoogleAuthSignInError":"LegacyJavaScriptObject","OfflineAccessResponse":"LegacyJavaScriptObject","_GoogleAuth":"LegacyJavaScriptObject","IsSignedIn":"LegacyJavaScriptObject","CurrentUser":"LegacyJavaScriptObject","SigninOptions":"LegacyJavaScriptObject","OfflineAccessOptions":"LegacyJavaScriptObject","ClientConfig":"LegacyJavaScriptObject","SigninOptionsBuilder":"LegacyJavaScriptObject","BasicProfile":"LegacyJavaScriptObject","AuthResponse":"LegacyJavaScriptObject","AuthorizeConfig":"LegacyJavaScriptObject","AuthorizeResponse":"LegacyJavaScriptObject","_GoogleUser":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions0":"LegacyJavaScriptObject","CacheOptions":"LegacyJavaScriptObject","BrowserSystemOptions":"LegacyJavaScriptObject","LoggerOptions":"LegacyJavaScriptObject","AuthError":"LegacyJavaScriptObject","EventMessage":"LegacyJavaScriptObject","Logger1":"LegacyJavaScriptObject","NavigationOptions":"LegacyJavaScriptObject","NetworkRequestOptions":"LegacyJavaScriptObject","NetworkResponse":"LegacyJavaScriptObject","PublicClientApplication0":"LegacyJavaScriptObject","SsoSilentRequest":"LegacyJavaScriptObject","EndSessionRequest":"LegacyJavaScriptObject","EndSessionPopupRequest0":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest0":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise2":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"LegacyJavaScriptObject","SignInResponseI":"LegacyJavaScriptObject","SignInWithAppleInitOptions":"LegacyJavaScriptObject","AuthorizationI":"LegacyJavaScriptObject","UserI":"LegacyJavaScriptObject","NameI":"LegacyJavaScriptObject","KeyframeEffect":"JavaScriptObject","KeyframeEffectReadOnly":"JavaScriptObject","AnimationEffectReadOnly":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AElement":"SvgElement","GraphicsElement":"SvgElement","_WorkerNavigator":"NavigatorConcurrentHardware","_ResourceProgressEvent":"ProgressEvent","AudioElement":"HtmlElement","MediaElement":"HtmlElement","ShadowRoot":"Node1","DocumentFragment":"Node1","XmlDocument":"Document1","WindowClient":"Client","VttCue":"TextTrackCue","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","DirectoryEntry":"Entry","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","OperatingSystem":{"Enum":[]},"CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Role":{"Enum":[]},"GestureMode":{"Enum":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"LineCharProperty":{"Enum":[]},"EngineLineMetrics":{"LineMetrics":[]},"WordCharProperty":{"Enum":[]},"AssetManagerException":{"Exception":[]},"BrowserEngine":{"Enum":[]},"RecordingCkCanvas":{"CkCanvas":[]},"CkClearCommand":{"CkPaintCommand":[]},"CkSaveCommand":{"CkPaintCommand":[]},"CkRestoreCommand":{"CkPaintCommand":[]},"CkTranslateCommand":{"CkPaintCommand":[]},"CkScaleCommand":{"CkPaintCommand":[]},"CkRotateCommand":{"CkPaintCommand":[]},"CkTransformCommand":{"CkPaintCommand":[]},"CkClipRectCommand":{"CkPaintCommand":[]},"CkDrawArcCommand":{"CkPaintCommand":[]},"CkClipRRectCommand":{"CkPaintCommand":[]},"CkClipPathCommand":{"CkPaintCommand":[]},"CkDrawLineCommand":{"CkPaintCommand":[]},"CkDrawPaintCommand":{"CkPaintCommand":[]},"CkDrawRectCommand":{"CkPaintCommand":[]},"CkDrawRRectCommand":{"CkPaintCommand":[]},"CkDrawDRRectCommand":{"CkPaintCommand":[]},"CkDrawCircleCommand":{"CkPaintCommand":[]},"CkDrawPathCommand":{"CkPaintCommand":[]},"CkDrawShadowCommand":{"CkPaintCommand":[]},"CkDrawImageRectCommand":{"CkPaintCommand":[]},"CkDrawParagraphCommand":{"CkPaintCommand":[]},"CkDrawPictureCommand":{"CkPaintCommand":[]},"CkSaveLayerCommand":{"CkPaintCommand":[]},"CkSaveLayerWithFilterCommand":{"CkPaintCommand":[]},"SkiaObjectCollectionError":{"Error":[]},"ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorType":{"Enum":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"CkImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"_CkMatrixImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"BackdropFilterEngineLayer":{"Layer":[],"BackdropFilterEngineLayer0":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer":{"Layer":[]},"PlatformViewLayer":{"Layer":[]},"CkMaskFilter":{"ManagedSkiaObject":["SkMaskFilter"],"SkiaObject":["SkMaskFilter"]},"CkPaint":{"ManagedSkiaObject":["SkPaint"],"SkiaObject":["SkPaint"],"Paint":[]},"CkPath":{"ManagedSkiaObject":["SkPath"],"SkiaObject":["SkPath"],"Path":[]},"CkPicture":{"ManagedSkiaObject":["SkPicture"],"SkiaObject":["SkPicture"]},"CkShader":{"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"CkGradientLinear":{"CkShader":[],"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"SkiaObjectBox":{"SkiaObject":["2"]},"CkParagraph":{"SkiaObject":["SkParagraph"]},"CkLineMetrics":{"LineMetrics":[]},"_ParagraphCommandType":{"Enum":[]},"CanvasKitError":{"Error":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"PersistedBackdropFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"BackdropFilterEngineLayer0":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawPaint":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"PersistedSurfaceState":{"Enum":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"DebugEngineInitializationState":{"Enum":[]},"_CheckableKind":{"Enum":[]},"AccessibilityMode":{"Enum":[]},"EnabledState":{"Enum":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"FlatTextSpan":{"ParagraphSpan":[]},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"PlaceholderBox":{"RangeBox":[]},"SpanBox":{"RangeBox":[]},"LineBreakType":{"Enum":[]},"_ComparisonResult":{"Enum":[]},"TextCapitalization":{"Enum":[]},"TransformKind":{"Enum":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"SkAnimatedImage":[],"SkShader":[],"SkPaint":[],"SkMaskFilter":[],"SkColorFilter":[],"SkImageFilter":[],"SkPath":[],"SkPicture":[],"SkParagraph":[],"Promise":["1&"],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.K":"3","MapMixin.V":"4"},"LateError":{"Error":[]},"ReachabilityError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NotNullableError":{"TypeError":[],"Error":[]},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapMixin":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapMixin.K":"int","MapMixin.V":"1"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"NoSuchMethodError":[],"Error":[]},"JsNoSuchMethodError":{"NoSuchMethodError":[],"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"ByteBuffer":[]},"NativeTypedData":{"TypedData":[]},"NativeByteData":{"ByteData":[],"TypedData":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"_Future":{"Future":["1"]},"MultiStreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"_BufferingStreamSubscription.T":"1"},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"AsyncError":{"Error":[]},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"StreamView":{"Stream":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStreamController":{"_AsyncStreamController":["1"],"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"MultiStreamController":["1"],"EventSink":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.S":"1","_ForwardingStream.T":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.S":"1","_ForwardingStream.T":"2"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_Zone":{"Zone":[]},"_RootZone":{"Zone":[]},"_SplayTreeMapNode":{"MapEntry":["1","2"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_CustomHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"]},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"]},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"SplayTreeMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"]},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"]},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"]},"SplayTreeSet":{"SetMixin":["1"],"Set":["1"],"IterableMixin":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"Encoding":{"Codec0":["String","List"]},"_JsonMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"AsciiCodec":{"Encoding":[],"Codec0":["String","List"]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"]},"Base64Decoder":{"Converter":["String","List"]},"HtmlEscape":{"Converter":["String","String"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"]},"Latin1Decoder":{"Converter":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"]},"Utf8Decoder":{"Converter":["List","String"]},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"_Enum":{"Enum":[]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[],"Error":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[]},"Blob":{"JavaScriptObject":[]},"CssRule":{"JavaScriptObject":[]},"DomException0":{"JavaScriptObject":[]},"Element2":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Event":{"JavaScriptObject":[]},"File":{"Blob":[],"JavaScriptObject":[]},"Gamepad":{"JavaScriptObject":[]},"HttpRequest":{"EventTarget":[],"JavaScriptObject":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"ImageElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"MimeType":{"JavaScriptObject":[]},"Node1":{"EventTarget":[],"JavaScriptObject":[]},"Plugin":{"JavaScriptObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[]},"SourceBuffer":{"EventTarget":[],"JavaScriptObject":[]},"SpeechGrammar":{"JavaScriptObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[]},"StyleSheet":{"JavaScriptObject":[]},"TextTrack":{"EventTarget":[],"JavaScriptObject":[]},"TextTrackCue":{"EventTarget":[],"JavaScriptObject":[]},"Touch":{"JavaScriptObject":[]},"AccessibleNodeList":{"JavaScriptObject":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Animation":{"EventTarget":[],"JavaScriptObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[]},"BackgroundFetchRegistration":{"EventTarget":[],"JavaScriptObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[]},"CharacterData":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Client":{"JavaScriptObject":[]},"Credential":{"JavaScriptObject":[]},"CssKeywordValue":{"JavaScriptObject":[]},"CssNumericValue":{"JavaScriptObject":[]},"CssPerspective":{"JavaScriptObject":[]},"CssStyleDeclaration":{"JavaScriptObject":[]},"CssStyleValue":{"JavaScriptObject":[]},"CssTransformComponent":{"JavaScriptObject":[]},"CssTransformValue":{"JavaScriptObject":[]},"CssUnitValue":{"JavaScriptObject":[]},"CssUnparsedValue":{"JavaScriptObject":[]},"DataElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"DataTransferItemList":{"JavaScriptObject":[]},"DeprecationReport":{"JavaScriptObject":[]},"Document1":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"DomError":{"JavaScriptObject":[]},"DomRectList":{"ListMixin":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListMixin.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"]},"DomStringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"DomTokenList0":{"JavaScriptObject":[]},"_ChildrenElementList":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Entry":{"JavaScriptObject":[]},"ErrorEvent":{"Event":[],"JavaScriptObject":[]},"EventTarget":{"JavaScriptObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[]},"FileList":{"ListMixin":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListMixin.E":"File"},"FileReader":{"EventTarget":[],"JavaScriptObject":[]},"FileWriter":{"EventTarget":[],"JavaScriptObject":[]},"FontFaceSet":{"EventTarget":[],"JavaScriptObject":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"GamepadButton":{"JavaScriptObject":[]},"History":{"JavaScriptObject":[]},"HtmlCollection":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"HttpRequestEventTarget":{"EventTarget":[],"JavaScriptObject":[]},"ImageData":{"JavaScriptObject":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"InterventionReport":{"JavaScriptObject":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Location":{"JavaScriptObject":[]},"MediaError":{"JavaScriptObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[]},"MediaKeySession":{"EventTarget":[],"JavaScriptObject":[]},"MediaList":{"JavaScriptObject":[]},"MediaQueryList":{"EventTarget":[],"JavaScriptObject":[]},"MediaStream":{"EventTarget":[],"JavaScriptObject":[]},"MediaStreamTrack":{"EventTarget":[],"JavaScriptObject":[]},"MessagePort":{"EventTarget":[],"JavaScriptObject":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiOutputMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiPort":{"EventTarget":[],"JavaScriptObject":[]},"MimeTypeArray":{"ListMixin":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListMixin.E":"MimeType"},"Navigator0":{"JavaScriptObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[]},"_ChildNodeListLazy":{"ListMixin":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListMixin.E":"Node1"},"NodeList0":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"Notification":{"EventTarget":[],"JavaScriptObject":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"OverconstrainedError":{"JavaScriptObject":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"PaymentRequest":{"EventTarget":[],"JavaScriptObject":[]},"PluginArray":{"ListMixin":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListMixin.E":"Plugin"},"PositionError":{"JavaScriptObject":[]},"PresentationAvailability":{"EventTarget":[],"JavaScriptObject":[]},"PresentationConnection":{"EventTarget":[],"JavaScriptObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"RelatedApplication":{"JavaScriptObject":[]},"ReportBody":{"JavaScriptObject":[]},"RtcDataChannel":{"EventTarget":[],"JavaScriptObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"EventTarget":[],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListMixin.E":"SourceBuffer"},"SpeechGrammarList":{"ListMixin":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListMixin.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[]},"Storage":{"JavaScriptObject":[],"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"TextTrackCueList":{"ListMixin":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListMixin.E":"TextTrackCue"},"TextTrackList":{"ListMixin":["TextTrack"],"ImmutableListMixin":["TextTrack"],"EventTarget":[],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListMixin.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[]},"TouchList":{"ListMixin":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListMixin.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[]},"Url":{"JavaScriptObject":[]},"VideoTrack":{"JavaScriptObject":[]},"VideoTrackList":{"EventTarget":[],"JavaScriptObject":[]},"VttRegion":{"JavaScriptObject":[]},"Window":{"EventTarget":[],"JavaScriptObject":[]},"WorkerGlobalScope":{"EventTarget":[],"JavaScriptObject":[]},"_Attr":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"_CssRuleList":{"ListMixin":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListMixin.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"]},"_GamepadList":{"ListMixin":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListMixin.E":"Gamepad?"},"_NamedNodeMap":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"_Report":{"JavaScriptObject":[]},"_SpeechRecognitionResultList":{"ListMixin":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListMixin.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListMixin":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListMixin.E":"StyleSheet"},"_AttributeMap":{"MapMixin":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_DataAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_DOMWindowCrossFrame":{"EventTarget":[],"JavaScriptObject":[]},"FilteredElementList0":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Cursor":{"JavaScriptObject":[]},"CursorWithValue":{"JavaScriptObject":[]},"KeyRange":{"JavaScriptObject":[]},"Observation":{"JavaScriptObject":[]},"VersionChangeEvent":{"Event":[],"JavaScriptObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[],"Codec0":["String","List"]},"JsArray":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[]},"Number":{"JavaScriptObject":[]},"Transform0":{"JavaScriptObject":[]},"Angle":{"JavaScriptObject":[]},"LengthList":{"ListMixin":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListMixin.E":"Length"},"NumberList":{"ListMixin":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListMixin.E":"Number"},"PointList":{"JavaScriptObject":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"TransformList":{"ListMixin":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListMixin.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"FilterQuality":{"Enum":[]},"PointerDeviceKind":{"Enum":[]},"TextAlign":{"Enum":[]},"TextBaseline":{"Enum":[]},"TextDirection":{"Enum":[]},"TextAffinity":{"Enum":[]},"ClipOp":{"Enum":[]},"PathFillType":{"Enum":[]},"KeyEventType":{"Enum":[]},"StrokeCap":{"Enum":[]},"StrokeJoin":{"Enum":[]},"PaintingStyle":{"Enum":[]},"BlendMode":{"Enum":[]},"Clip":{"Enum":[]},"BlurStyle":{"Enum":[]},"ImageByteFormat":{"Enum":[]},"PixelFormat":{"Enum":[]},"AppLifecycleState":{"Enum":[]},"PointerChange":{"Enum":[]},"PointerSignalKind":{"Enum":[]},"FontStyle":{"Enum":[]},"PlaceholderAlignment":{"Enum":[]},"TextDecorationStyle":{"Enum":[]},"TextLeadingDistribution":{"Enum":[]},"BoxHeightStyle":{"Enum":[]},"BoxWidthStyle":{"Enum":[]},"TileMode":{"Enum":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"Brightness":{"Enum":[]},"AudioBuffer":{"JavaScriptObject":[]},"AudioParam":{"JavaScriptObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrack":{"JavaScriptObject":[]},"AudioTrackList":{"EventTarget":[],"JavaScriptObject":[]},"BaseAudioContext":{"EventTarget":[],"JavaScriptObject":[]},"OfflineAudioContext":{"EventTarget":[],"JavaScriptObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"SpanMarkerType":{"Enum":[]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"AttributionVisitEvent":{"Enum":[]},"NamedAttribution":{"Attribution":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"]},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"]},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"ImageRenderMethodForWeb":{"Enum":[]},"StringCharacters":{"Characters":[],"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"BarGroupingType":{"Enum":[]},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"AxisOrientation":{"Enum":[]},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"_PixelVerticalDirection":{"Enum":[]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"RangeBandType":{"Enum":[]},"StepSizeType":{"Enum":[]},"SimpleOrdinalScale":{"OrdinalScale":[]},"TickLabelAnchor":{"Enum":[]},"TickLabelJustification":{"Enum":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"CalendarField":{"Enum":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"BehaviorPosition":{"Enum":[]},"OutsideJustification":{"Enum":[]},"InsideJustification":{"Enum":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"LegendTapHandling":{"Enum":[]},"LegendDefaultMeasure":{"Enum":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"LinePointHighlighterFollowLineType":{"Enum":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"SelectionMode":{"Enum":[]},"SelectionTrigger":{"Enum":[]},"FillPatternType":{"Enum":[]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SelectionModelType":{"Enum":[]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LayoutPosition":{"Enum":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"TextDirection0":{"Enum":[]},"MaxWidthStrategy":{"Enum":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"GestureType":{"Enum":[]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement0":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"_HorizontalJustification":{"Enum":[]},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"MessageLevel":{"Enum":[]},"ElementSelector":{"SimpleSelector":[]},"NamespaceSelector":{"SimpleSelector":[]},"AttributeSelector":{"SimpleSelector":[]},"IdSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"PseudoClassSelector":{"SimpleSelector":[]},"PseudoElementSelector":{"SimpleSelector":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[]},"NegationSelector":{"SimpleSelector":[]},"OperatorPlus":{"Expression":[]},"OperatorMinus":{"Expression":[]},"LiteralTerm":{"Expression":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[]},"EmTerm":{"LiteralTerm":[],"Expression":[]},"ExTerm":{"LiteralTerm":[],"Expression":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[]},"ChTerm":{"LiteralTerm":[],"Expression":[]},"RemTerm":{"LiteralTerm":[],"Expression":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node2":[]},"DirectoryNode":{"Node2":[]},"FileNode":{"Node2":[]},"LinkNode":{"Node2":[]},"RootNode":{"DirectoryNode":[],"Node2":[]},"_LinuxCodes":{"_Codes":[]},"FileType":{"Enum":[]},"Int64":{"Comparable":["Object"]},"AnimationStatus":{"Enum":[]},"Animation0":{"Listenable":[]},"_AnimationDirection":{"Enum":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"AnimationBehavior":{"Enum":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"_TrainHoppingMode":{"Enum":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"ThreePointCubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Tween.T":"Color?","Animatable.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Tween.T":"Size?","Animatable.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Tween.T":"int","Animatable.T":"int"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoDynamicColor":{"Color":[]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorDescription":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"ChangeNotifier":[],"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticLevel":{"Enum":[]},"DiagnosticsTreeStyle":{"Enum":[]},"_WordWrapParseMode":{"Enum":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"_LicenseEntryWithLineBreaksParserState":{"Enum":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"TargetPlatform":{"Enum":[]},"SynchronousFuture":{"Future":["1"]},"GestureDisposition":{"Enum":[]},"GestureBinding":{"HitTestTarget":[]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"_PointerEventDescription":{"PointerEvent":[]},"PointerHoverEvent":{"PointerEvent":[]},"PointerEnterEvent":{"PointerEvent":[]},"PointerExitEvent":{"PointerEvent":[]},"PointerDownEvent":{"PointerEvent":[]},"PointerMoveEvent":{"PointerEvent":[]},"PointerUpEvent":{"PointerEvent":[]},"PointerSignalEvent":{"PointerEvent":[]},"PointerPanZoomStartEvent":{"PointerEvent":[]},"_AbstractPointerEvent":{"PointerEvent":[]},"_TransformedPointerEvent":{"PointerEvent":[]},"PointerAddedEvent":{"PointerEvent":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent":[]},"PointerRemovedEvent":{"PointerEvent":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerPanZoomStartEvent":{"PointerPanZoomStartEvent":[],"PointerEvent":[]},"PointerPanZoomUpdateEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomUpdateEvent":{"PointerPanZoomUpdateEvent":[],"PointerEvent":[]},"PointerPanZoomEndEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomEndEvent":{"PointerPanZoomEndEvent":[],"PointerEvent":[]},"PointerCancelEvent":{"PointerEvent":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ForceState":{"Enum":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DragState":{"Enum":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragStartBehavior":{"Enum":[]},"GestureRecognizerState":{"Enum":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ScaleState":{"Enum":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionLevel":{"Enum":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutMode":{"Enum":[]},"_Focus":{"Enum":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeMode":{"Enum":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreferredAppBarSize":{"Size":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"_CornerId":{"Enum":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ButtonTextTheme":{"Enum":[]},"ButtonBarLayoutBehavior":{"Enum":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"ChangeNotifier":[],"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CheckboxTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"ChangeNotifier":[],"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerEntryMode":{"Enum":[]},"DatePickerMode":{"Enum":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialogOption":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"DrawerAlignment":{"Enum":[]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonType":{"Enum":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HighlightType":{"Enum":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationSlot":{"Enum":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"ChangeNotifier":[],"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"FloatingLabelBehavior":{"Enum":[]},"_RenderDecoration":{"SlottedContainerRenderObjectMixin":["_DecorationSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_DecorationSlot"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_DecorationSlot"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileSlot":{"Enum":[]},"ListTileStyle":{"Enum":[]},"ListTileControlAffinity":{"Enum":[]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_ListTileSlot"},"_RenderListTile":{"SlottedContainerRenderObjectMixin":["_ListTileSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_ListTileSlot"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialType":{"Enum":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Tween.T":"ShapeBorder?","Animatable.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialState":{"Enum":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_LerpProperties0":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"ChangeNotifier":[],"Listenable":[]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"PaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaginatedDataTableState":{"State":["PaginatedDataTable"]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuPosition":{"Enum":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActivityIndicatorType":{"Enum":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"ChangeNotifier":[],"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshIndicatorMode":{"Enum":[]},"RefreshIndicatorTriggerMode":{"Enum":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldSlot":{"Enum":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"ChangeNotifier":[],"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"_DismissDrawerAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBarClosedReason":{"Enum":[]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchType":{"Enum":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"ChangeNotifier":[],"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchListTileType":{"Enum":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpColors":{"MaterialStateProperty":["Color?"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"ChangeNotifier":[],"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"TabBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Tab":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"],"AutofillClient":[]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Tween.T":"ThemeData","Animatable.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"MaterialTapTargetSize":{"Enum":[]},"DayPeriod":{"Enum":[]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"ChangeNotifier":[],"Listenable":[]},"TimeOfDayFormat":{"Enum":[]},"HourFormat":{"Enum":[]},"_TimePickerMode":{"Enum":[]},"TimePickerEntryMode":{"Enum":[]},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_RestorableTimePickerEntryMode":{"RestorableProperty":["TimePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerMode":{"RestorableProperty":["_TimePickerMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode0":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerModeN":{"RestorableProperty":["_TimePickerMode?"],"ChangeNotifier":[],"Listenable":[]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResolveFillColor":{"MaterialStateProperty":["Color?"]},"_DefaultFillColor":{"MaterialStateProperty":["Color"]},"_ToggleButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"ChangeNotifier":[],"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTriggerMode":{"Enum":[]},"ScriptCategory":{"Enum":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"RenderComparison":{"Enum":[]},"Axis0":{"Enum":[]},"VerticalDirection":{"Enum":[]},"AxisDirection":{"Enum":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"BorderStyle":{"Enum":[]},"StrokeAlign":{"Enum":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxShape":{"Enum":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxFit":{"Enum":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"ImageRepeat":{"Enum":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"PlaceholderSpan0":{"InlineSpan":[],"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"StadiumBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToRoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"TextOverflow":{"Enum":[]},"TextWidthBasis":{"Enum":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"SpringType":{"Enum":[]},"RenderAnimatedSizeState":{"Enum":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"_IntrinsicDimension":{"Enum":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderEditablePainter":{"ChangeNotifier":[],"Listenable":[]},"RenderEditable":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexFit":{"Enum":[]},"MainAxisSize":{"Enum":[]},"MainAxisAlignment":{"Enum":[]},"CrossAxisAlignment":{"Enum":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ContainerLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ClipRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipRRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PictureLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"PerformanceOverlayLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"OffsetLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipPathLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"ChangeNotifier":[],"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"_SelectableFragment":{"Selectable":[],"ChangeNotifier":[],"Listenable":[]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PlatformViewHitTestBehavior":{"Enum":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"HitTestBehavior":{"Enum":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"DecorationPosition":{"Enum":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"SelectionResult":{"Enum":[]},"SelectionEventType":{"Enum":[]},"SelectionStatus":{"Enum":[]},"TextSelectionHandleType":{"Enum":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"GrowthDirection":{"Enum":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"StackFit":{"Enum":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"TableCellVerticalAlignment":{"Enum":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CacheExtentStyle":{"Enum":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"ChangeNotifier":[],"Listenable":[]},"ScrollDirection":{"Enum":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"WrapAlignment":{"Enum":[]},"WrapCrossAlignment":{"Enum":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SchedulerPhase":{"Enum":[]},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[],"AbstractNode":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"ChangeNotifier":[],"Listenable":[]},"DebugSemanticsDumpOrder":{"Enum":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"KeyDataTransitMode":{"Enum":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"KeyboardSide":{"Enum":[]},"ModifierKey":{"Enum":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"ChangeNotifier":[],"Listenable":[]},"SystemSoundType":{"Enum":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"MaxLengthEnforcement":{"Enum":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"SelectionChangedCause":{"Enum":[]},"SmartDashesType":{"Enum":[]},"SmartQuotesType":{"Enum":[]},"TextInputAction":{"Enum":[]},"TextCapitalization0":{"Enum":[]},"FloatingCursorDragState":{"Enum":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VoidCallbackIntent":{"Intent":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"],"Action.T":"1"},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"VoidCallbackAction":{"Action":["VoidCallbackIntent"],"Action.T":"VoidCallbackIntent"},"DoNothingAction":{"Action":["Intent"],"Action.T":"Intent"},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents"},"_OverridableAction":{"__OverridableAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_OverridableContextAction":{"__OverridableContextAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ContextActionToActionAdapter":{"Action":["1"],"Action.T":"1"},"CrossFadeState":{"Enum":[]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConnectionState":{"Enum":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"],"Action.T":"1"},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillContextAction":{"Enum":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"ChangeNotifier":[],"Listenable":[]},"_NullWidget0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatefulBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UbiquitousInheritedElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_UbiquitousInheritedWidget":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackdropFilter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StatefulBuilderState":{"State":["StatefulBuilder"]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"WidgetsBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultSelectionStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"ChangeNotifier":[],"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"PlaceholderSpan0":[],"InlineSpan":[],"DiagnosticableTree":[]},"_TextEditingHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ExtendSelectionOrCaretPositionAction":{"ContextAction":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent","ContextAction.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"},"_UpdateTextSelectionToAdjacentLineAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_SelectAllAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"],"Action.T":"SelectAllTextIntent","ContextAction.T":"SelectAllTextIntent"},"_CopySelectionAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"],"Action.T":"CopySelectionTextIntent","ContextAction.T":"CopySelectionTextIntent"},"_TextEditingHistoryState":{"State":["_TextEditingHistory"]},"KeyEventResult":{"Enum":[]},"FocusNode":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusHighlightMode":{"Enum":[]},"UnfocusDisposition":{"Enum":[]},"FocusHighlightStrategy":{"Enum":[]},"FocusManager":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"Focus":[],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TraversalDirection":{"Enum":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"],"Action.T":"RequestFocusIntent"},"NextFocusAction":{"Action":["NextFocusIntent"],"Action.T":"NextFocusIntent"},"PreviousFocusAction":{"Action":["PreviousFocusIntent"],"Action.T":"PreviousFocusIntent"},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"],"Action.T":"DirectionalFocusIntent"},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"AutovalidateMode":{"Enum":[]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_StateLifecycle":{"Enum":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementLifecycle":{"Enum":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget2":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HeroFlightDirection":{"Enum":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Tween.T":"BoxConstraints","Animatable.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Tween.T":"Decoration","Animatable.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Tween.T":"EdgeInsetsGeometry","Animatable.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Tween.T":"BorderRadius?","Animatable.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix4"],"Animatable":["Matrix4"],"Tween.T":"Matrix4","Animatable.T":"Matrix4"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Tween.T":"TextStyle","Animatable.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Tween.T":"EdgeInsets","Animatable.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedModel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedModelElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InteractiveViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InteractiveViewerState":{"State":["InteractiveViewer"]},"_InteractiveViewerBuilt":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransformationController":{"ValueNotifier":["Matrix4"],"ChangeNotifier":[],"Listenable":[]},"_GestureType":{"Enum":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"MediaQuery":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromWindow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Orientation":{"Enum":[]},"NavigationMode":{"Enum":[]},"_MediaQueryFromWindowState":{"State":["_MediaQueryFromWindow"],"WidgetsBindingObserver":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToolbarSlot":{"Enum":[]},"RoutePopDisposition":{"Enum":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_RouteRestorationType":{"Enum":[]},"_RouteLifecycle":{"Enum":[]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"ChangeNotifier":[],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBarAlignment":{"Enum":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_Theatre":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowState":{"Enum":[]},"_GlowController":{"ChangeNotifier":[],"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchState":{"Enum":[]},"_StretchController":{"ChangeNotifier":[],"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlaceholderPainter":{"Listenable":[]},"Placeholder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"_PlatformViewPlaceholderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PreferredSize":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"ChangeNotifier":[],"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"ChangeNotifier":[],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"ChangeNotifier":[],"Listenable":[]},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"RouteInformationReportingType":{"Enum":[]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"ChangeNotifier":[],"Listenable":[]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"FocusTrap":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTrapArea":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFocusTrapArea":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderFocusTrap":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidOverscrollIndicator":{"Enum":[]},"ScrollController":{"ChangeNotifier":[],"Listenable":[]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"_ConvertedScrollMetricsNotification":{"ScrollUpdateNotification":[],"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollPosition":{"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionAlignmentPolicy":{"Enum":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollViewKeyboardDismissBehavior":{"Enum":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableSelectionHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"ChangeNotifier":[],"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ScrollIncrementType":{"Enum":[]},"ScrollAction":{"Action":["ScrollIntent"],"Action.T":"ScrollIntent"},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"ChangeNotifier":[],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarOrientation":{"Enum":[]},"ScrollbarPainter":{"ChangeNotifier":[],"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"ChangeNotifier":[],"Listenable":[]},"SelectionContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectionRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionContainerState":{"Selectable":[],"State":["SelectionContainer"],"Listenable":[]},"SelectionContainerDelegate":{"Listenable":[]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"ShortcutManager":{"ChangeNotifier":[],"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"ShortcutRegistry":{"ChangeNotifier":[],"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_FloatingHeader":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingHeaderState":{"State":["_FloatingHeader"]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget3":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"DeleteCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetSpan":{"PlaceholderSpan0":[],"InlineSpan":[],"DiagnosticableTree":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"ActionPaneConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerMotion":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseNotificationSender":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseBarrierNotificationSenderState":{"State":["SlidableAutoCloseBarrierNotificationSender"]},"_SlidableAutoCloseBarrierBehaviorListenerState":{"State":["SlidableAutoCloseBarrierBehaviorListener"]},"_SlidableNotificationSenderState0":{"State":["_SlidableNotificationSender"]},"ActionPaneType":{"Enum":[]},"GestureDirection":{"Enum":[]},"_ValueNotifier":{"ValueNotifier":["1"],"ChangeNotifier":[],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SlidableGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGestureDetectorState":{"State":["SlidableGestureDetector"]},"_InheritedSlidableNotification":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableGroupBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGroupBehaviorListenerState":{"State":["SlidableGroupBehaviorListener<1>"]},"_SlidableNotificationListenerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSenderState":{"State":["SlidableNotificationSender"]},"SlidableScrollingBehavior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableScrollingBehaviorState":{"State":["SlidableScrollingBehavior"]},"ActionPane":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneState":{"State":["ActionPane"]},"_SlidableState":{"State":["Slidable"]},"_SlidableClipper":{"CustomClipper":["Rect"],"Listenable":[]},"StaggeredGridParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStaggeredGrid":{"RenderBoxContainerDefaultsMixin":["RenderBox","StaggeredGridParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StaggeredGridParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"StaggeredGrid":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastAnimation":{"Enum":[]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInOption":{"Enum":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListMixin":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListMixin.E":"Node0"},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"ElementCssClassSet":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"SetMixin.E":"String"},"_CssClassSetImpl":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"ListProxy":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"StringToken":{"Token0":[]},"TagToken":{"Token0":[]},"StartTagToken":{"TagToken":[],"Token0":[]},"EndTagToken":{"TagToken":[],"Token0":[]},"ParseErrorToken":{"StringToken":[],"Token0":[]},"CharactersToken":{"StringToken":[],"Token0":[]},"SpaceCharactersToken":{"StringToken":[],"Token0":[]},"CommentToken":{"StringToken":[],"Token0":[]},"DoctypeToken":{"Token0":[]},"ActiveFormattingElements":{"ListProxy":["Element?"],"ListMixin":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListMixin.E":"Element?"},"BaseClient":{"Client0":[]},"BrowserClient":{"Client0":[]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"InternalPngFrame":{"PngFrame":[]},"ImageException":{"Exception":[]},"CropAspectRatioPreset":{"Enum":[]},"CropStyle":{"Enum":[]},"ImageCompressFormat":{"Enum":[]},"CameraDevice":{"Enum":[]},"ImageSource":{"Enum":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"PluralCase":{"Enum":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"IconPosition":{"Enum":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"BankAccountEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$BankAccountListResponseSerializer":{"StructuredSerializer":["BankAccountListResponse*"],"Serializer":["BankAccountListResponse*"]},"_$BankAccountItemResponseSerializer":{"StructuredSerializer":["BankAccountItemResponse*"],"Serializer":["BankAccountItemResponse*"]},"_$BankAccountEntitySerializer":{"StructuredSerializer":["BankAccountEntity*"],"Serializer":["BankAccountEntity*"]},"_$BankAccountListResponse":{"BankAccountListResponse":[]},"_$BankAccountItemResponse":{"BankAccountItemResponse":[]},"_$BankAccountEntity":{"BankAccountEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ClientContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ClientContactEntitySerializer":{"StructuredSerializer":["ClientContactEntity*"],"Serializer":["ClientContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ClientContactEntity":{"ClientContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse*"],"Serializer":["CompanyGatewayListResponse*"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse*"],"Serializer":["CompanyGatewayItemResponse*"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity*"],"Serializer":["CompanyGatewayEntity*"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings*"],"Serializer":["FeesAndLimitsSettings*"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity*"],"Serializer":["CompanyEntity*"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity*"],"Serializer":["GatewayEntity*"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity*"],"Serializer":["GatewayOptionsEntity*"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity*"],"Serializer":["UserCompanyEntity*"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity*"],"Serializer":["UserSettingsEntity*"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity*"],"Serializer":["ReportSettingsEntity*"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse*"],"Serializer":["CompanyItemResponse*"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity*"],"Serializer":["RegistrationFieldEntity*"]},"_$DashboardFieldSerializer":{"StructuredSerializer":["DashboardField*"],"Serializer":["DashboardField*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$DashboardField":{"DashboardField":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse*"],"Serializer":["CreditListResponse*"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse*"],"Serializer":["CreditItemResponse*"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange*"],"Serializer":["DateRange*"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison*"],"Serializer":["DateRangeComparison*"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse*"],"Serializer":["DesignListResponse*"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse*"],"Serializer":["DesignItemResponse*"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest*"],"Serializer":["DesignPreviewRequest*"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity*"],"Serializer":["DesignEntity*"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse*"],"Serializer":["DocumentListResponse*"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse*"],"Serializer":["DocumentItemResponse*"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity*"],"Serializer":["DocumentEntity*"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType*"],"Serializer":["EntityType*"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState*"],"Serializer":["EntityState*"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate*"],"Serializer":["EmailTemplate*"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse*"],"Serializer":["LoginResponse*"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity*"],"Serializer":["ActivityEntity*"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity*"],"Serializer":["LedgerEntity*"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse*"],"Serializer":["ExpenseCategoryListResponse*"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse*"],"Serializer":["ExpenseCategoryItemResponse*"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity*"],"Serializer":["ExpenseCategoryEntity*"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse*"],"Serializer":["ExpenseListResponse*"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse*"],"Serializer":["ExpenseItemResponse*"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity*"],"Serializer":["ExpenseEntity*"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity*"],"Serializer":["ExpenseScheduleEntity*"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity*"],"Serializer":["ExpenseStatusEntity*"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"ExpenseStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse*"],"Serializer":["GatewayTokenListResponse*"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse*"],"Serializer":["GatewayTokenItemResponse*"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity*"],"Serializer":["GatewayTokenEntity*"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity*"],"Serializer":["GatewayTokenMetaEntity*"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse*"],"Serializer":["GroupListResponse*"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse*"],"Serializer":["GroupItemResponse*"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity*"],"Serializer":["GroupEntity*"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse*"],"Serializer":["HealthCheckResponse*"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse*"],"Serializer":["HealthCheckPHPResponse*"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse*"],"Serializer":["PreImportResponse*"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails*"],"Serializer":["PreImportResponseEntityDetails*"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest*"],"Serializer":["ImportRequest*"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping*"],"Serializer":["ImportRequestMapping*"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse*"],"Serializer":["InvoiceListResponse*"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse*"],"Serializer":["InvoiceItemResponse*"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity*"],"Serializer":["InvoiceEntity*"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity*"],"Serializer":["InvoiceItemEntity*"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity*"],"Serializer":["InvitationEntity*"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity*"],"Serializer":["InvoiceScheduleEntity*"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity*"],"Serializer":["InvoiceHistoryEntity*"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse*"],"Serializer":["PaymentListResponse*"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse*"],"Serializer":["PaymentItemResponse*"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity*"],"Serializer":["PaymentEntity*"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity*"],"Serializer":["PaymentableEntity*"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse*"],"Serializer":["PaymentTermListResponse*"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse*"],"Serializer":["PaymentTermItemResponse*"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity*"],"Serializer":["PaymentTermEntity*"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse*"],"Serializer":["ProductListResponse*"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse*"],"Serializer":["ProductItemResponse*"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity*"],"Serializer":["ProductEntity*"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse*"],"Serializer":["ProjectListResponse*"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse*"],"Serializer":["ProjectItemResponse*"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity*"],"Serializer":["ProjectEntity*"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity*"],"Serializer":["SettingsEntity*"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse*"],"Serializer":["CountryListResponse*"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse*"],"Serializer":["CountryItemResponse*"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity*"],"Serializer":["CountryEntity*"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse*"],"Serializer":["CurrencyListResponse*"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse*"],"Serializer":["CurrencyItemResponse*"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity*"],"Serializer":["CurrencyEntity*"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse*"],"Serializer":["DateFormatListResponse*"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse*"],"Serializer":["DateFormatItemResponse*"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity*"],"Serializer":["DateFormatEntity*"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse*"],"Serializer":["DatetimeFormatListResponse*"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse*"],"Serializer":["DatetimeFormatItemResponse*"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity*"],"Serializer":["DatetimeFormatEntity*"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse*"],"Serializer":["IndustryListResponse*"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse*"],"Serializer":["IndustryItemResponse*"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity*"],"Serializer":["IndustryEntity*"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity*"],"Serializer":["InvoiceStatusEntity*"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse*"],"Serializer":["LanguageListResponse*"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse*"],"Serializer":["LanguageItemResponse*"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity*"],"Serializer":["LanguageEntity*"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse*"],"Serializer":["PaymentTypeListResponse*"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse*"],"Serializer":["PaymentTypeItemResponse*"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity*"],"Serializer":["PaymentTypeEntity*"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse*"],"Serializer":["SizeListResponse*"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse*"],"Serializer":["SizeItemResponse*"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity*"],"Serializer":["SizeEntity*"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse*"],"Serializer":["StaticDataItemResponse*"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity*"],"Serializer":["StaticDataEntity*"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity*"],"Serializer":["TemplateEntity*"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse*"],"Serializer":["TimezoneListResponse*"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse*"],"Serializer":["TimezoneItemResponse*"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity*"],"Serializer":["TimezoneEntity*"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse*"],"Serializer":["SubscriptionListResponse*"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse*"],"Serializer":["SubscriptionItemResponse*"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity*"],"Serializer":["SubscriptionEntity*"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity*"],"Serializer":["WebhookConfigurationEntity*"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity*"],"Serializer":["SystemLogEntity*"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse*"],"Serializer":["TaskListResponse*"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse*"],"Serializer":["TaskItemResponse*"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity*"],"Serializer":["TaskEntity*"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse*"],"Serializer":["TaskStatusListResponse*"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse*"],"Serializer":["TaskStatusItemResponse*"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity*"],"Serializer":["TaskStatusEntity*"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse*"],"Serializer":["TaxRateListResponse*"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse*"],"Serializer":["TaxRateItemResponse*"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity*"],"Serializer":["TaxRateEntity*"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse*"],"Serializer":["TokenListResponse*"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse*"],"Serializer":["TokenItemResponse*"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity*"],"Serializer":["TokenEntity*"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse*"],"Serializer":["UserListResponse*"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse*"],"Serializer":["UserItemResponse*"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse*"],"Serializer":["UserTwoFactorResponse*"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData*"],"Serializer":["UserTwoFactorData*"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse*"],"Serializer":["UserCompanyItemResponse*"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity*"],"Serializer":["UserEntity*"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse*"],"Serializer":["VendorListResponse*"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse*"],"Serializer":["VendorItemResponse*"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity*"],"Serializer":["VendorEntity*"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity*"],"Serializer":["VendorContactEntity*"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse*"],"Serializer":["WebhookListResponse*"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse*"],"Serializer":["WebhookItemResponse*"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity*"],"Serializer":["WebhookEntity*"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp*"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"ToggleViewerLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState*"],"Serializer":["AppState*"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState*"],"Serializer":["AuthState*"]},"_$AuthState":{"AuthState":[]},"ViewBankAccountList":{"PersistUI":[]},"ViewBankAccount":{"PersistUI":[],"PersistPrefs":[]},"LoadBankAccountSuccess":{"StopLoading":[],"PersistData":[]},"LoadBankAccountsFailure":{"StopLoading":[]},"LoadBankAccountsSuccess":{"StopLoading":[]},"SaveBankAccountRequest":{"StartSaving":[]},"SaveBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveBankAccountsRequest":{"StartSaving":[]},"ArchiveBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteBankAccountsRequest":{"StartSaving":[]},"DeleteBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreBankAccountsRequest":{"StartSaving":[]},"RestoreBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"FilterBankAccounts":{"PersistUI":[]},"SortBankAccounts":{"PersistUI":[],"PersistPrefs":[]},"FilterBankAccountsByState":{"PersistUI":[]},"FilterBankAccountsByCustom1":{"PersistUI":[]},"FilterBankAccountsByCustom2":{"PersistUI":[]},"FilterBankAccountsByCustom3":{"PersistUI":[]},"FilterBankAccountsByCustom4":{"PersistUI":[]},"UpdateBankAccountTab":{"PersistUI":[]},"LoadBankAccountRequest":{"StartLoading":[]},"LoadBankAccountFailure":{"StopLoading":[]},"LoadBankAccountsRequest":{"StartLoading":[]},"SaveBankAccountFailure":{"StopSaving":[]},"ArchiveBankAccountsFailure":{"StopSaving":[]},"DeleteBankAccountsFailure":{"StopSaving":[]},"RestoreBankAccountsFailure":{"StopSaving":[]},"_$BankAccountStateSerializer":{"StructuredSerializer":["BankAccountState*"],"Serializer":["BankAccountState*"]},"_$BankAccountUIStateSerializer":{"StructuredSerializer":["BankAccountUIState*"],"Serializer":["BankAccountUIState*"]},"_$BankAccountState":{"BankAccountState":[]},"_$BankAccountUIState":{"BankAccountUIState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsRequest":{"StartLoading":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"MergeClientsRequest":{"StartSaving":[]},"MergeClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"PurgeClientRequest":{"StartSaving":[]},"PurgeClientSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"_MergClientPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"MergeClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"PurgeClientFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"__MergClientPickerState":{"State":["_MergClientPicker*"]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState*"],"Serializer":["ClientState*"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState*"],"Serializer":["ClientUIState*"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState*"],"Serializer":["UserCompanyState*"]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState*"],"Serializer":["SettingsUIState*"]},"_$UserCompanyState":{"UserCompanyState":[]},"_$SettingsUIState":{"SettingsUIState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState*"],"Serializer":["CompanyGatewayState*"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState*"],"Serializer":["CompanyGatewayUIState*"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsRequest":{"StartLoading":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"MarkCreditsPaidRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"MarkCreditsPaidSuccess":{"StopSaving":[]},"MarkCreditsPaidFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState*"],"Serializer":["CreditState*"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState*"],"Serializer":["CreditUIState*"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardFields":{"PersistUI":[]},"UpdateDashboardFieldSettingss":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState*"],"Serializer":["DashboardUIState*"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings*"],"Serializer":["DashboardUISettings*"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState*"],"Serializer":["DesignState*"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState*"],"Serializer":["DesignUIState*"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"LoadDocumentsRequest":{"StartLoading":[]},"LoadDocumentsFailure":{"StopLoading":[]},"DownloadDocumentsSuccess":{"StopSaving":[]},"DownloadDocumentsFailure":{"StopSaving":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState*"],"Serializer":["DocumentState*"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState*"],"Serializer":["DocumentUIState*"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesRequest":{"StartLoading":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState*"],"Serializer":["ExpenseState*"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState*"],"Serializer":["ExpenseUIState*"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState*"],"Serializer":["ExpenseCategoryState*"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState*"],"Serializer":["ExpenseCategoryUIState*"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState*"],"Serializer":["GroupState*"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState*"],"Serializer":["GroupUIState*"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesRequest":{"StartLoading":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState*"],"Serializer":["InvoiceState*"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState*"],"Serializer":["InvoiceUIState*"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsRequest":{"StartLoading":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState*"],"Serializer":["PaymentState*"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState*"],"Serializer":["PaymentUIState*"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState*"],"Serializer":["PaymentTermState*"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState*"],"Serializer":["PaymentTermUIState*"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsRequest":{"StartLoading":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState*"],"Serializer":["ProductState*"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState*"],"Serializer":["ProductUIState*"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsRequest":{"StartLoading":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewPurchaseOrderList":{"PersistUI":[]},"ViewPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrderItem":{"PersistUI":[]},"UpdatePurchaseOrder":{"PersistUI":[]},"UpdatePurchaseOrderVendor":{"PersistUI":[]},"LoadPurchaseOrderSuccess":{"StopLoading":[],"PersistData":[]},"LoadPurchaseOrdersRequest":{"StartLoading":[]},"LoadPurchaseOrdersFailure":{"StopLoading":[]},"LoadPurchaseOrdersSuccess":{"StopLoading":[]},"SavePurchaseOrderDocumentRequest":{"StartSaving":[]},"SavePurchaseOrderRequest":{"StartSaving":[]},"SavePurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"BulkEmailPurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DeletePurchaseOrdersRequest":{"StartSaving":[]},"DeletePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DownloadPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrderSuccess":{"StopSaving":[]},"CancelPurchaseOrdersRequest":{"StartSaving":[]},"CancelPurchaseOrderSuccess":{"StopSaving":[]},"RestorePurchaseOrdersRequest":{"StartSaving":[]},"RestorePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"EmailPurchaseOrderRequest":{"StartSaving":[]},"EmailPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[]},"MarkPurchaseOrdersSentRequest":{"StartSaving":[]},"MarkPurchaseOrderSentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertPurchaseOrdersToExpensesRequest":{"StartSaving":[]},"ConvertPurchaseOrdersToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"AddPurchaseOrdersToInventoryRequest":{"StartSaving":[]},"AddPurchaseOrdersToInventorySuccess":{"StopSaving":[],"PersistData":[]},"ApprovePurchaseOrders":{"StartSaving":[]},"ApprovePurchaseOrderSuccess":{"StopSaving":[]},"AddPurchaseOrderContact":{"PersistUI":[]},"RemovePurchaseOrderContact":{"PersistUI":[]},"AddPurchaseOrderItem":{"PersistUI":[]},"MovePurchaseOrderItem":{"PersistUI":[]},"AddPurchaseOrderItems":{"PersistUI":[]},"UpdatePurchaseOrderItem":{"PersistUI":[]},"DeletePurchaseOrderItem":{"PersistUI":[]},"FilterPurchaseOrders":{"PersistUI":[]},"SortPurchaseOrders":{"PersistUI":[],"PersistPrefs":[]},"FilterPurchaseOrdersByState":{"PersistUI":[]},"FilterPurchaseOrdersByStatus":{"PersistUI":[]},"FilterPurchaseOrdersByCustom1":{"PersistUI":[]},"FilterPurchaseOrdersByCustom2":{"PersistUI":[]},"FilterPurchaseOrdersByCustom3":{"PersistUI":[]},"FilterPurchaseOrdersByCustom4":{"PersistUI":[]},"UpdatePurchaseOrderTab":{"PersistUI":[]},"LoadPurchaseOrderRequest":{"StartLoading":[]},"LoadPurchaseOrderFailure":{"StopLoading":[]},"SavePurchaseOrderDocumentFailure":{"StopSaving":[]},"SavePurchaseOrderFailure":{"StopSaving":[]},"BulkEmailPurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailPurchaseOrdersFailure":{"StopSaving":[]},"ArchivePurchaseOrdersFailure":{"StopSaving":[]},"DeletePurchaseOrdersFailure":{"StopSaving":[]},"DownloadPurchaseOrdersSuccess":{"StopSaving":[]},"DownloadPurchaseOrdersFailure":{"StopSaving":[]},"AcceptPurchaseOrderFailure":{"StopSaving":[]},"CancelPurchaseOrderFailure":{"StopSaving":[]},"RestorePurchaseOrdersFailure":{"StopSaving":[]},"EmailPurchaseOrderFailure":{"StopSaving":[]},"MarkPurchaseOrderSentFailure":{"StopSaving":[]},"ConvertPurchaseOrdersToExpensesFailure":{"StopSaving":[]},"AddPurchaseOrdersToInventoryFailure":{"StopSaving":[]},"ApprovePurchaseOrderFailure":{"StopSaving":[]},"_$PurchaseOrderStateSerializer":{"StructuredSerializer":["PurchaseOrderState*"],"Serializer":["PurchaseOrderState*"]},"_$PurchaseOrderUIStateSerializer":{"StructuredSerializer":["PurchaseOrderUIState*"],"Serializer":["PurchaseOrderUIState*"]},"_$PurchaseOrderState":{"PurchaseOrderState":[]},"_$PurchaseOrderUIState":{"PurchaseOrderUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesRequest":{"StartLoading":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotesToInvoices":{"StartSaving":[]},"ConvertQuotesToInvoicesSuccess":{"StopSaving":[]},"ConvertQuotesToProjects":{"StartSaving":[]},"ConvertQuotesToProjectsSuccess":{"StopSaving":[]},"ApproveQuotes":{"StartSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuotesToInvoicesFailure":{"StopSaving":[]},"ConvertQuotesToProjectsFailure":{"StopSaving":[]},"ApproveQuoteSuccess":{"StopSaving":[]},"ApproveQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState*"],"Serializer":["QuoteState*"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState*"],"Serializer":["QuoteUIState*"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState*"],"Serializer":["RecurringExpenseState*"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState*"],"Serializer":["RecurringExpenseUIState*"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"SendNowRecurringInvoicesRequest":{"StartSaving":[]},"SendNowRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"SendNowRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState*"],"Serializer":["RecurringInvoiceState*"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState*"],"Serializer":["RecurringInvoiceUIState*"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState*"],"Serializer":["ReportsUIState*"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnecOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState*"],"Serializer":["StaticState*"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState*"],"Serializer":["SubscriptionState*"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState*"],"Serializer":["SubscriptionUIState*"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksRequest":{"StartLoading":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"StartTasksRequest":{"StartSaving":[]},"StartTasksSuccess":{"StopSaving":[],"PersistData":[]},"StopTasksRequest":{"StartSaving":[]},"StopTasksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"StartTasksFailure":{"StopSaving":[]},"StopTasksFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState*"],"Serializer":["TaskState*"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState*"],"Serializer":["TaskUIState*"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState*"],"Serializer":["TaskStatusState*"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState*"],"Serializer":["TaskStatusUIState*"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState*"],"Serializer":["TaxRateState*"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState*"],"Serializer":["TaxRateUIState*"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState*"],"Serializer":["TokenState*"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState*"],"Serializer":["TokenUIState*"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState*"],"Serializer":["ListUIState*"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState*"],"Serializer":["PrefState*"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField*"],"Serializer":["PrefStateSortField*"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState*"],"Serializer":["CompanyPrefState*"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout*"],"Serializer":["AppLayout*"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout*"],"Serializer":["ModuleLayout*"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode*"],"Serializer":["AppSidebarMode*"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord*"],"Serializer":["HistoryRecord*"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState*"],"Serializer":["UIState*"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState*"],"Serializer":["UserState*"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState*"],"Serializer":["UserUIState*"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsRequest":{"StartLoading":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState*"],"Serializer":["VendorState*"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState*"],"Serializer":["VendorUIState*"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState*"],"Serializer":["WebhookState*"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState*"],"Serializer":["WebhookUIState*"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar*"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder*"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTitleBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner*"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CopyToClipboard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout*"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog*"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList*"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile*"]},"_EntitiesListTileState":{"State":["EntitiesListTile*"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityAutocompleteListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown*"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog*"]},"_AutocompleteEntity":{"SelectableEntity":[]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilterHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker*"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField*"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker*"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField*"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker*"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField*"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField*"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker*"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile*"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView*"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown*"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextRelatedEntity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinkTextRelatedEntityState":{"State":["LinkTextRelatedEntity*"]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter*"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText*"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuDrawerState":{"State":["MenuDrawer*"]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectRow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropDownMultiSelect":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropDownMultiSelectState":{"State":["DropDownMultiSelect*"]},"AppPinput":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PortalLinks":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableTooltip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReviewApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReviewAppState":{"State":["ReviewApp*"]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"SmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SmsVerificationState":{"State":["SmsVerification*"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer*"]},"_SortArrow0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState0":{"State":["_SortArrow0*"]},"_NullTableColumnWidth0":{"TableColumnWidth":[]},"_NullWidget4":{"Widget":[],"DiagnosticableTree":[]},"AppDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList*"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp*"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout*"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh*"]},"WindowManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WindowManagerState":{"State":["WindowManager*"],"WindowListener":[]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView*"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountViewState":{"State":["BankAccountView*"]},"BankAccountViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView*"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit*"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress*"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts*"]},"ContactEditDetailsState":{"State":["ContactEditDetails*"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails*"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes*"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings*"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress*"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView*"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity*"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails*"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewFullwidthState":{"State":["ClientViewFullwidth*"]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger*"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs*"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList*"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit*"]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"DashboardSections":{"Enum":[]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverviewPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"__OverviewPanelState":{"State":["_OverviewPanel*"]},"__DashboardSettingsState":{"State":["_DashboardSettings*"]},"_DashboardFieldState":{"State":["_DashboardField*"]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen*"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignEditState":{"State":["DesignEdit*"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings*"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview*"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent*"],"Action.T":"Intent*"},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop*"]},"__PdfPreviewState":{"State":["_PdfPreview*"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails*"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems*"]},"ItemEditDetailsState":{"State":["ItemEditDetails*"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop*"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes*"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF*"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector*"]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView*"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView*"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity*"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory*"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule*"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit*"]},"_PaymentableEditorState":{"State":["PaymentableEditor*"]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund*"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0*"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView*"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit*"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView*"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit*"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView*"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview*"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit*"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView*"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview*"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PurchaseOrderEditState":{"State":["PurchaseOrderEdit*"]},"PurchaseOrderEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit*"]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit*"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientReportFields":{"Enum":[]},"ContactReportFields":{"Enum":[]},"CreditReportFields":{"Enum":[]},"DocumentReportFields":{"Enum":[]},"ExpenseReportFields":{"Enum":[]},"InvoiceItemReportFields":{"Enum":[]},"InvoiceReportFields":{"Enum":[]},"TaxRateReportFields0":{"Enum":[]},"PaymentReportFields":{"Enum":[]},"TaxRateReportFields":{"Enum":[]},"ProductReportFields":{"Enum":[]},"ProfitAndLossReportFields":{"Enum":[]},"PurchaseOrderReportFields":{"Enum":[]},"QuoteItemReportFields":{"Enum":[]},"QuoteReportFields":{"Enum":[]},"RecurringExpenseReportFields":{"Enum":[]},"RecurringInvoiceReportFields":{"Enum":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportColumnType":{"Enum":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskReportFields":{"Enum":[]},"VendorReportFields":{"Enum":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal*"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails*"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks*"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields*"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField*"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations*"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings*"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings*"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings*"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers*"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings*"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport*"]},"_FileImportState":{"State":["_FileImport*"]},"__FileMapperState":{"State":["_FileMapper*"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign*"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AddCompanyDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"_AddCompanyDialogState":{"State":["_AddCompanyDialog*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentSettingsState":{"State":["PaymentSettings*"]},"PaymentsSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings*"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList*"]},"SettingsListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard*"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings*"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings*"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders*"]},"_ReminderSettingsState":{"State":["ReminderSettings*"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails*"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor*"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings*"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit*"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView*"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateState":{"Enum":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"_BottomBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop*"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails*"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes*"]},"TimeEditDetailsState":{"State":["TimeEditDetails*"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard*"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard*"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView*"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder*"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView*"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview*"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit*"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView*"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit*"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView*"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit*"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView*"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit*"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit*"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress*"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts*"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails*"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails*"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes*"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView*"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails*"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewFullwidthState":{"State":["VendorViewFullwidth*"]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit*"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView*"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation*"]},"_FieldConfirmationState":{"State":["FieldConfirmation*"]},"FormatNumberType":{"Enum":[]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor*"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextType":{"Enum":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar*"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar*"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"Level":{"Comparable":["Level"]},"Element1":{"Node3":[]},"Text1":{"Node3":[]},"UnparsedContent":{"Node3":[]},"EmptyBlockSyntax":{"BlockSyntax":[]},"SetextHeaderSyntax":{"BlockSyntax":[]},"HeaderSyntax":{"BlockSyntax":[]},"BlockquoteSyntax":{"BlockSyntax":[]},"CodeBlockSyntax":{"BlockSyntax":[]},"FencedCodeBlockSyntax":{"BlockSyntax":[]},"HorizontalRuleSyntax":{"BlockSyntax":[]},"BlockHtmlSyntax":{"BlockSyntax":[]},"BlockTagBlockHtmlSyntax":{"BlockSyntax":[]},"OtherTagBlockHtmlSyntax":{"BlockSyntax":[]},"LongBlockHtmlSyntax":{"BlockSyntax":[]},"ListSyntax":{"BlockSyntax":[]},"UnorderedListSyntax":{"BlockSyntax":[]},"OrderedListSyntax":{"BlockSyntax":[]},"ParagraphSyntax":{"BlockSyntax":[]},"LineBreakSyntax":{"InlineSyntax":[]},"TextSyntax":{"InlineSyntax":[]},"EscapeSyntax":{"InlineSyntax":[]},"InlineHtmlSyntax":{"InlineSyntax":[]},"EmailAutolinkSyntax":{"InlineSyntax":[]},"AutolinkSyntax":{"InlineSyntax":[]},"SimpleDelimiter":{"Delimiter":[]},"DelimiterRun":{"Delimiter":[]},"TagSyntax":{"InlineSyntax":[]},"LinkSyntax":{"InlineSyntax":[]},"ImageSyntax":{"InlineSyntax":[]},"CodeSyntax":{"InlineSyntax":[]},"_MdiIconData":{"IconData":[]},"MsalJsException":{"Exception":[]},"AuthException":{"Exception":[]},"ClientAuthException":{"Exception":[]},"ClientConfigurationException":{"Exception":[]},"InteractionRequiredAuthException":{"Exception":[]},"ServerException":{"Exception":[]},"BrowserAuthException":{"Exception":[]},"BrowserConfigurationAuthException":{"Exception":[]},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimationDirection":{"Enum":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"_PlaceholderType":{"Enum":[]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowViewLayoutBehavior":{"Enum":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PermissionStatus0":{"Enum":[]},"PermissionWithService":{"Permission":[]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"PinputAutovalidateMode":{"Enum":[]},"AndroidSmsAutofillMethod":{"Enum":[]},"PinAnimationType":{"Enum":[]},"HapticFeedbackType":{"Enum":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursorState":{"State":["_PinputCursor"]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebPdfRaster":{"PdfRaster":[]},"PdfPreviewAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPrintAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfShareAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewController":{"InheritedNotifier":["Listenable"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"Listenable"},"PdfPreviewData":{"ChangeNotifier":[],"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreviewState":{"State":["PdfPreview"]},"PdfRasterImage":{"ImageProvider":["PdfRaster"],"ImageProvider.T":"PdfRaster"},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"FinderPatternPosition":{"Enum":[]},"QrCodeElement":{"Enum":[]},"QrEyeShape":{"Enum":[]},"QrDataModuleShape":{"Enum":[]},"QrValidationStatus":{"Enum":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"ButtonState":{"Enum":[]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"_MissingCase":{"Enum":[]},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"NoOpSentrySpan":{"ISentrySpan":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInWithAppleButtonStyle":{"Enum":[]},"IconAlignment":{"Enum":[]},"AppleIDAuthorizationScopes":{"Enum":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"AuthorizationErrorCode":{"Enum":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"Injected":{"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StateBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InjectedBase":{"InjectedBaseState":["1"]},"InjectedImp":{"Injected":["1"],"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"ReactiveModel":{"InjectedBase":["1"],"InjectedBaseState":["1"]},"_StateBuilderBaseState":{"ExtendedState":["StateBuilderBase<1>"],"State":["StateBuilderBase<1>"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"OnBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"ChangeNotifier":[],"Listenable":[]},"DocumentNode":{"ChangeNotifier":[],"Listenable":[]},"DocumentComposer":{"ChangeNotifier":[],"Listenable":[]},"ComposerPreferences":{"ChangeNotifier":[],"Listenable":[]},"MutableDocument":{"Document2":[],"ChangeNotifier":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"SelectionType":{"Enum":[]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"ChangeNotifier":[],"Listenable":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"SelectionType0":{"Enum":[]},"AndroidDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"FloatingCursorController":{"ChangeNotifier":[],"Listenable":[]},"_DragMode":{"Enum":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"DocumentImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentImeInteractorState":{"State":["DocumentImeInteractor"],"DeltaTextInputClient":[]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExecutionInstruction":{"Enum":[]},"DocumentKeyboardInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ImageComponentBuilder":{"ComponentBuilder":[]},"ImageComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"ImageComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleColumnDocumentLayout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PresenterComponentBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Component":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleColumnDocumentLayoutState":{"State":["SingleColumnDocumentLayout"],"DocumentLayout":[]},"_PresenterComponentBuilderState":{"State":["_PresenterComponentBuilder"]},"SingleColumnLayoutCustomComponentStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnStylesheetStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutSelectionStyler":{"SingleColumnLayoutStylePhase":[]},"ListItemType":{"Enum":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorState":{"State":["SuperEditor"]},"DocumentInputSource":{"Enum":[]},"DocumentGestureMode":{"Enum":[]},"DefaultCaretOverlayBuilder":{"DocumentLayerBuilder":[]},"TextNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"TextComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextNodeSelection":{"TextSelection":[],"TextRange":[]},"TextNodePosition":{"TextPosition":[]},"TextComponentState":{"DocumentComponent":["TextComponent"],"State":["TextComponent"],"TextComposable":[]},"UnknownComponentBuilder":{"ComponentBuilder":[]},"MultiListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MultiListenableBuilderState":{"State":["MultiListenableBuilder"]},"ListenableBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter":{"Listenable":[]},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"HandleType":{"Enum":[]},"BlinkController":{"ChangeNotifier":[],"Listenable":[]},"SuperText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"SuperTextState":{"State":["SuperText"],"ProseTextBlock":[]},"_SuperTextLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderSuperTextLayout":{"RenderBoxContainerDefaultsMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"RenderParagraphProseTextLayout":{"TextLayout":[]},"TextLayoutSelectionHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutEmptyHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmptyHighlightPainter":{"Listenable":[]},"TextSelectionPainter":{"Listenable":[]},"ArMessages":{"LookupMessages":[]},"CaMessages":{"LookupMessages":[]},"CsMessages":{"LookupMessages":[]},"DaMessages":{"LookupMessages":[]},"DeMessages":{"LookupMessages":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"FaMessages":{"LookupMessages":[]},"FrMessages":{"LookupMessages":[]},"FrShortMessages":{"LookupMessages":[]},"ItMessages":{"LookupMessages":[]},"ItShortMessages":{"LookupMessages":[]},"JaMessages":{"LookupMessages":[]},"NbNoShortMessages":{"LookupMessages":[]},"NbNoMessages":{"LookupMessages":[]},"NlMessages":{"LookupMessages":[]},"NlShortMessages":{"LookupMessages":[]},"PlMessages":{"LookupMessages":[]},"PtBrMessages":{"LookupMessages":[]},"PtBrShortMessages":{"LookupMessages":[]},"RoMessages":{"LookupMessages":[]},"RoShortMessages":{"LookupMessages":[]},"RuMessages":{"LookupMessages":[]},"RuShortMessages":{"LookupMessages":[]},"SvMessages":{"LookupMessages":[]},"SvShortMessages":{"LookupMessages":[]},"ThMessages":{"LookupMessages":[]},"ThShortMessages":{"LookupMessages":[]},"ZhMessages":{"LookupMessages":[]},"LaunchMode":{"Enum":[]},"PreferredLaunchMode":{"Enum":[]},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerClosedReason":{"Enum":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkViewController":{"PlatformViewController":[]}}')); + A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"SkiaObject":1,"ManagedSkiaObject":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamSubscription":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"SetBase":1,"_UnmodifiableSetMixin":1,"_SplayTreeNode":2,"_SplayTree":2,"_ListBase_Object_ListMixin":1,"_SetBase_Object_SetMixin":1,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_IterableMixin":1,"_SplayTreeSet__SplayTree_IterableMixin_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"__SetBase_Object_SetMixin":1,"__UnmodifiableSet__SetBase__UnmodifiableSetMixin":1,"ChunkedConversionSink":1,"Comparable":1,"Iterator":1,"_JsArray_JsObject_ListMixin":1,"Serializer":1,"BaseBarRendererConfig":1,"BaseRenderSpec":1,"Scale":1,"Extents":1,"TypedKey":1,"_BaseChartState_State_TickerProviderStateMixin":1,"CartesianChart0":1,"AnimationWithParentMixin":1,"CompoundAnimation":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin":1,"ParametricCurve":1,"__AnimatedEvaluation_Animation_AnimationWithParentMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"ContainerBoxParentData":1,"_ContainerBoxParentData_BoxParentData_ContainerParentDataMixin":1,"ContainerParentDataMixin":1,"RenderProxyBoxMixin":1,"RenderAnimatedOpacityMixin":1,"_RenderCustomClip":1,"_RenderPhysicalModelBase":1,"RenderViewportBase":1,"AutomaticKeepAliveClientMixin":1,"_FormFieldState_State_RestorationMixin":1,"ImplicitlyAnimatedWidgetState":1,"AnimatedWidgetBaseState":1,"_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin":1,"Page":1,"TransitionDelegate":1,"PageStorageKey":1,"PageRoute":1,"RestorableProperty":1,"RestorationMixin":1,"RestorableValue":1,"_RestorablePrimitiveValue":1,"RestorableListenable":1,"RestorableChangeNotifier":1,"__RouterState_State_RestorationMixin":1,"OverlayRoute":1,"LocalHistoryRoute":1,"PopupRoute":1,"RawDialogRoute":1,"_ModalRoute_TransitionRoute_LocalHistoryRoute":1,"_RawScrollbarState_State_TickerProviderStateMixin":1,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"ForwardingSink":2,"DocumentSelectionOnFocusMixin":1,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1}')); var string$ = { x10__0__: "\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0", x200_000: " 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1", @@ -496063,12 +511590,14 @@ x3000000: "00000008A0009!B000a!C000b000cD000d!E000e000vA000w!F000x!G000y!H000z!I0010!J0011!K0012!I0013!H0014!L0015!M0016!I0017!J0018!N0019!O001a!N001b!P001c001lQ001m001nN001o001qI001r!G001s002iI002j!L002k!J002l!M002m003eI003f!L003g!B003h!R003i!I003j003oA003p!D003q004fA004g!S004h!L004i!K004j004lJ004m004qI004r!H004s!I004t!B004u004vI004w!K004x!J004y004zI0050!T00510056I0057!H0058005aI005b!L005c00jrI00js!T00jt00jvI00jw!T00jx00keI00kf!T00kg00lbI00lc00niA00nj!S00nk00nvA00nw00o2S00o300ofA00og00otI00ou!N00ov00w2I00w300w9A00wa013cI013d!N013e!B013h013iI013j!J013l014tA014u!B014v!A014w!I014x014yA014z!I01500151A0152!G0153!A015c0162U0167016aU016b016wI016x016zK01700171N01720173I0174017eA017f!G017g!A017i017jG017k018qI018r019bA019c019lQ019m!K019n019oQ019p019rI019s!A019t01cjI01ck!G01cl!I01cm01csA01ct01cuI01cv01d0A01d101d2I01d301d4A01d5!I01d601d9A01da01dbI01dc01dlQ01dm01e8I01e9!A01ea01f3I01f401fuA01fx01idI01ie01ioA01ip!I01j401jdQ01je01kaI01kb01kjA01kk01knI01ko!N01kp!G01kq!I01kt!A01ku01kvJ01kw01lhI01li01llA01lm!I01ln01lvA01lw!I01lx01lzA01m0!I01m101m5A01m801ncI01nd01nfA01ni01qfI01qr01r5A01r6!I01r701s3A01s401tlI01tm01toA01tp!I01tq01u7A01u8!I01u901ufA01ug01upI01uq01urA01us01utB01uu01v3Q01v401vkI01vl01vnA01vp01x5I01x8!A01x9!I01xa01xgA01xj01xkA01xn01xpA01xq!I01xz!A01y401y9I01ya01ybA01ye01ynQ01yo01ypI01yq01yrK01ys01ywI01yx!K01yy!I01yz!J01z001z1I01z2!A01z501z7A01z9020pI020s!A020u020yA02130214A02170219A021d!A021l021qI021y0227Q02280229A022a022cI022d!A022e!I022p022rA022t0249I024c!A024d!I024e024lA024n024pA024r024tA024w025dI025e025fA025i025rQ025s!I025t!J0261!I02620267A0269026bA026d027tI027w!A027x!I027y0284A02870288A028b028dA028l028nA028s028xI028y028zA0292029bQ029c029jI029u!A029v02bdI02bi02bmA02bq02bsA02bu02bxA02c0!I02c7!A02cm02cvQ02cw02d4I02d5!J02d6!I02dc02dgA02dh02f1I02f202f8A02fa02fcA02fe02fhA02fp02fqA02fs02g1I02g202g3A02g602gfQ02gn!T02go02gwI02gx02gzA02h0!T02h102ihI02ik!A02il!I02im02isA02iu02iwA02iy02j1A02j902jaA02ji02jlI02jm02jnA02jq02jzQ02k102k2I02kg02kjA02kk02m2I02m302m4A02m5!I02m602mcA02me02mgA02mi02mlA02mm02muI02mv!A02mw02n5I02n602n7A02na02njQ02nk02nsI02nt!K02nu02nzI02o102o3A02o502pyI02q2!A02q702qcA02qe!A02qg02qnA02qu02r3Q02r602r7A02r802t6I02tb!J02tc02trI02ts02u1Q02u202u3B02v502x9I02xc02xlQ02xo02yoI02yp02ysT02yt!I02yu02yvT02yw!S02yx02yyT02yz!B02z0!S02z102z5G02z6!S02z7!I02z8!G02z902zbI02zc02zdA02ze02zjI02zk02ztQ02zu0303I0304!B0305!A0306!I0307!A0308!I0309!A030a!L030b!R030c!L030d!R030e030fA030g031oI031t0326A0327!B0328032cA032d!B032e032fA032g032kI032l032vA032x033wA033y033zB03400345I0346!A0347034fI034g034hT034i!B034j!T034k034oI034p034qS035s037jI037k037tQ037u037vB037w039rI039s03a1Q03a203cvI03cw03fjV03fk03hjW03hk03jzX03k003tmI03tp03trA03ts!I03tt!B03tu03y5I03y8!B03y904fzI04g0!B04g104gqI04gr!L04gs!R04gw04iyI04iz04j1B04j204k1I04k204k4A04kg04kxI04ky04l0A04l104l2B04lc04ltI04lu04lvA04m804moI04mq04mrA04n404pfI04pg04phB04pi!Y04pj!I04pk!B04pl!I04pm!B04pn!J04po04ppI04ps04q1Q04q804qpI04qq04qrG04qs04qtB04qu!T04qv!I04qw04qxG04qy!I04qz04r1A04r2!S04r404rdQ04rk04ucI04ud04ueA04uf04vcI04vd!A04ve04ymI04yo04yzA04z404zfA04zk!I04zo04zpG04zq04zzQ0500053dI053k053tQ053u055iI055j055nA055q058cI058f!A058g058pQ058w0595Q059c059pI059s05a8A05c005c4A05c505dfI05dg05dwA05dx05e3I05e805ehQ05ei05ejB05ek!I05el05eoB05ep05eyI05ez05f7A05f805fgI05fk05fmA05fn05ggI05gh05gtA05gu05gvI05gw05h5Q05h605idI05ie05irA05j005k3I05k405knA05kr05kvB05kw05l5Q05l905lbI05lc05llQ05lm05mlI05mm05mnB05mo05onI05ow05oyA05oz!I05p005pkA05pl05poI05pp!A05pq05pvI05pw!A05px05pyI05pz05q1A05q205vjI05vk05x5A05x705xbA05xc06bgI06bh!T06bi!I06bk06bqB06br!S06bs06buB06bv!Z06bw!A06bx!a06by06bzA06c0!B06c1!S06c206c3B06c4!b06c506c7I06c806c9H06ca!L06cb06cdH06ce!L06cf!H06cg06cjI06ck06cmc06cn!B06co06cpD06cq06cuA06cv!S06cw06d3K06d4!I06d506d6H06d7!I06d806d9Y06da06dfI06dg!N06dh!L06di!R06dj06dlY06dm06dxI06dy!B06dz!I06e006e3B06e4!I06e506e7B06e8!d06e906ecI06ee06enA06eo06f0I06f1!L06f2!R06f306fgI06fh!L06fi!R06fk06fwI06g006g6J06g7!K06g806glJ06gm!K06gn06gqJ06gr!K06gs06gtJ06gu!K06gv06hbJ06hc06i8A06io06iqI06ir!K06is06iwI06ix!K06iy06j9I06ja!J06jb06q9I06qa06qbJ06qc06weI06wf!c06wg06x3I06x4!L06x5!R06x6!L06x7!R06x806xlI06xm06xne06xo06y0I06y1!L06y2!R06y3073jI073k073ne073o07i7I07i807ibe07ic07irI07is07ite07iu07ivI07iw!e07ix!I07iy07j0e07j1!f07j207j3e07j407jsI07jt07jve07jw07l3I07l4!e07l507lqI07lr!e07ls07ngI07nh07nse07nt07nwI07nx!e07ny!I07nz07o1e07o2!I07o307o4e07o507o7I07o807o9e07oa07obI07oc!e07od07oeI07of07ohe07oi07opI07oq!e07or07owI07ox07p1e07p2!I07p307p4e07p5!f07p6!e07p707p8I07p907pge07ph07pjI07pk07ple07pm07ppf07pq07ruI07rv07s0H07s1!I07s207s3G07s4!e07s507s7I07s8!L07s9!R07sa!L07sb!R07sc!L07sd!R07se!L07sf!R07sg!L07sh!R07si!L07sj!R07sk!L07sl!R07sm07usI07ut!L07uu!R07uv07vpI07vq!L07vr!R07vs!L07vt!R07vu!L07vv!R07vw!L07vx!R07vy!L07vz!R07w00876I0877!L0878!R0879!L087a!R087b!L087c!R087d!L087e!R087f!L087g!R087h!L087i!R087j!L087k!R087l!L087m!R087n!L087o!R087p!L087q!R087r!L087s!R087t089jI089k!L089l!R089m!L089n!R089o08ajI08ak!L08al!R08am08viI08vj08vlA08vm08vnI08vt!G08vu08vwB08vx!I08vy!G08vz!B08w008z3I08z4!B08zj!A08zk0926I09280933A0934093hH093i093pB093q!I093r!B093s!L093t!B093u093vI093w093xH093y093zI09400941H0942!L0943!R0944!L0945!R0946!L0947!R0948!L0949!R094a094dB094e!G094f!I094g094hB094i!I094j094kB094l094pI094q094rb094s094uB094v!I094w094xB094y!L094z0956B0957!I0958!B0959!I095a095bB095c095eI096o097de097f099ve09a809g5e09gw09h7e09hc!B09hd09heR09hf09hge09hh!Y09hi09hje09hk!L09hl!R09hm!L09hn!R09ho!L09hp!R09hq!L09hr!R09hs!L09ht!R09hu09hve09hw!L09hx!R09hy!L09hz!R09i0!L09i1!R09i2!L09i3!R09i4!Y09i5!L09i609i7R09i809ihe09ii09inA09io09ise09it!A09iu09iye09iz09j0Y09j109j3e09j5!Y09j6!e09j7!Y09j8!e09j9!Y09ja!e09jb!Y09jc!e09jd!Y09je09k2e09k3!Y09k409kye09kz!Y09l0!e09l1!Y09l2!e09l3!Y09l409l9e09la!Y09lb09lge09lh09liY09ll09lmA09ln09lqY09lr!e09ls09ltY09lu!e09lv!Y09lw!e09lx!Y09ly!e09lz!Y09m0!e09m1!Y09m209mqe09mr!Y09ms09nme09nn!Y09no!e09np!Y09nq!e09nr!Y09ns09nxe09ny!Y09nz09o4e09o509o6Y09o709oae09ob09oeY09of!e09ol09pre09pt09see09sg09ure09v409vjY09vk09wee09wg09xje09xk09xrI09xs0fcve0fcw0fenI0feo0vmce0vmd!Y0vme0wi4e0wi80wjqe0wk00wl9I0wla0wlbB0wlc0wssI0wst!B0wsu!G0wsv!B0wsw0wtbI0wtc0wtlQ0wtm0wviI0wvj0wvmA0wvn!I0wvo0wvxA0wvy0wwtI0wwu0wwvA0www0wz3I0wz40wz5A0wz6!I0wz70wzbB0wzk0x6pI0x6q!A0x6r0x6tI0x6u!A0x6v0x6yI0x6z!A0x700x7mI0x7n0x7rA0x7s0x7vI0x7w!A0x800x87I0x88!K0x890x9vI0x9w0x9xT0x9y0x9zG0xa80xa9A0xaa0xbnI0xbo0xc5A0xce0xcfB0xcg0xcpQ0xcw0xddA0xde0xdnI0xdo!T0xdp0xdqI0xdr!A0xds0xe1Q0xe20xetI0xeu0xf1A0xf20xf3B0xf40xfqI0xfr0xg3A0xgf!I0xgg0xh8V0xhc0xhfA0xhg0xiqI0xir0xj4A0xj50xjaI0xjb0xjdB0xje0xjjI0xjk0xjtQ0xjy0xkfI0xkg0xkpQ0xkq0xm0I0xm10xmeA0xmo0xmqI0xmr!A0xms0xmzI0xn00xn1A0xn40xndQ0xng!I0xnh0xnjB0xnk0xreI0xrf0xrjA0xrk0xrlB0xrm0xroI0xrp0xrqA0xs10xyaI0xyb0xyiA0xyj!B0xyk0xylA0xyo0xyxQ0xz4!g0xz50xzvh0xzw!g0xzx0y0nh0y0o!g0y0p0y1fh0y1g!g0y1h0y27h0y28!g0y290y2zh0y30!g0y310y3rh0y3s!g0y3t0y4jh0y4k!g0y4l0y5bh0y5c!g0y5d0y63h0y64!g0y650y6vh0y6w!g0y6x0y7nh0y7o!g0y7p0y8fh0y8g!g0y8h0y97h0y98!g0y990y9zh0ya0!g0ya10yarh0yas!g0yat0ybjh0ybk!g0ybl0ycbh0ycc!g0ycd0yd3h0yd4!g0yd50ydvh0ydw!g0ydx0yenh0yeo!g0yep0yffh0yfg!g0yfh0yg7h0yg8!g0yg90ygzh0yh0!g0yh10yhrh0yhs!g0yht0yijh0yik!g0yil0yjbh0yjc!g0yjd0yk3h0yk4!g0yk50ykvh0ykw!g0ykx0ylnh0ylo!g0ylp0ymfh0ymg!g0ymh0yn7h0yn8!g0yn90ynzh0yo0!g0yo10yorh0yos!g0yot0ypjh0ypk!g0ypl0yqbh0yqc!g0yqd0yr3h0yr4!g0yr50yrvh0yrw!g0yrx0ysnh0yso!g0ysp0ytfh0ytg!g0yth0yu7h0yu8!g0yu90yuzh0yv0!g0yv10yvrh0yvs!g0yvt0ywjh0ywk!g0ywl0yxbh0yxc!g0yxd0yy3h0yy4!g0yy50yyvh0yyw!g0yyx0yznh0yzo!g0yzp0z0fh0z0g!g0z0h0z17h0z18!g0z190z1zh0z20!g0z210z2rh0z2s!g0z2t0z3jh0z3k!g0z3l0z4bh0z4c!g0z4d0z53h0z54!g0z550z5vh0z5w!g0z5x0z6nh0z6o!g0z6p0z7fh0z7g!g0z7h0z87h0z88!g0z890z8zh0z90!g0z910z9rh0z9s!g0z9t0zajh0zak!g0zal0zbbh0zbc!g0zbd0zc3h0zc4!g0zc50zcvh0zcw!g0zcx0zdnh0zdo!g0zdp0zefh0zeg!g0zeh0zf7h0zf8!g0zf90zfzh0zg0!g0zg10zgrh0zgs!g0zgt0zhjh0zhk!g0zhl0zibh0zic!g0zid0zj3h0zj4!g0zj50zjvh0zjw!g0zjx0zknh0zko!g0zkp0zlfh0zlg!g0zlh0zm7h0zm8!g0zm90zmzh0zn0!g0zn10znrh0zns!g0znt0zojh0zok!g0zol0zpbh0zpc!g0zpd0zq3h0zq4!g0zq50zqvh0zqw!g0zqx0zrnh0zro!g0zrp0zsfh0zsg!g0zsh0zt7h0zt8!g0zt90ztzh0zu0!g0zu10zurh0zus!g0zut0zvjh0zvk!g0zvl0zwbh0zwc!g0zwd0zx3h0zx4!g0zx50zxvh0zxw!g0zxx0zynh0zyo!g0zyp0zzfh0zzg!g0zzh1007h1008!g1009100zh1010!g1011101rh101s!g101t102jh102k!g102l103bh103c!g103d1043h1044!g1045104vh104w!g104x105nh105o!g105p106fh106g!g106h1077h1078!g1079107zh1080!g1081108rh108s!g108t109jh109k!g109l10abh10ac!g10ad10b3h10b4!g10b510bvh10bw!g10bx10cnh10co!g10cp10dfh10dg!g10dh10e7h10e8!g10e910ezh10f0!g10f110frh10fs!g10ft10gjh10gk!g10gl10hbh10hc!g10hd10i3h10i4!g10i510ivh10iw!g10ix10jnh10jo!g10jp10kfh10kg!g10kh10l7h10l8!g10l910lzh10m0!g10m110mrh10ms!g10mt10njh10nk!g10nl10obh10oc!g10od10p3h10p4!g10p510pvh10pw!g10px10qnh10qo!g10qp10rfh10rg!g10rh10s7h10s8!g10s910szh10t0!g10t110trh10ts!g10tt10ujh10uk!g10ul10vbh10vc!g10vd10w3h10w4!g10w510wvh10ww!g10wx10xnh10xo!g10xp10yfh10yg!g10yh10z7h10z8!g10z910zzh1100!g1101110rh110s!g110t111jh111k!g111l112bh112c!g112d1133h1134!g1135113vh113w!g113x114nh114o!g114p115fh115g!g115h1167h1168!g1169116zh1170!g1171117rh117s!g117t118jh118k!g118l119bh119c!g119d11a3h11a4!g11a511avh11aw!g11ax11bnh11bo!g11bp11cfh11cg!g11ch11d7h11d8!g11d911dzh11e0!g11e111erh11es!g11et11fjh11fk!g11fl11gbh11gc!g11gd11h3h11h4!g11h511hvh11hw!g11hx11inh11io!g11ip11jfh11jg!g11jh11k7h11k8!g11k911kzh11l0!g11l111lrh11ls!g11lt11mjh11mk!g11ml11nbh11nc!g11nd11o3h11o4!g11o511ovh11ow!g11ox11pnh11po!g11pp11qfh11qg!g11qh11r7h11r8!g11r911rzh11s0!g11s111srh11ss!g11st11tjh11tk!g11tl11ubh11uc!g11ud11v3h11v4!g11v511vvh11vw!g11vx11wnh11wo!g11wp11xfh11xg!g11xh11y7h11y8!g11y911yzh11z0!g11z111zrh11zs!g11zt120jh120k!g120l121bh121c!g121d1223h1224!g1225122vh122w!g122x123nh123o!g123p124fh124g!g124h1257h1258!g1259125zh1260!g1261126rh126s!g126t127jh127k!g127l128bh128c!g128d1293h1294!g1295129vh129w!g129x12anh12ao!g12ap12bfh12bg!g12bh12c7h12c8!g12c912czh12d0!g12d112drh12ds!g12dt12ejh12ek!g12el12fbh12fc!g12fd12g3h12g4!g12g512gvh12gw!g12gx12hnh12ho!g12hp12ifh12ig!g12ih12j7h12j8!g12j912jzh12k0!g12k112krh12ks!g12kt12ljh12lk!g12ll12mbh12mc!g12md12n3h12n4!g12n512nvh12nw!g12nx12onh12oo!g12op12pfh12pg!g12ph12q7h12q8!g12q912qzh12r0!g12r112rrh12rs!g12rt12sjh12sk!g12sl12tbh12tc!g12td12u3h12u4!g12u512uvh12uw!g12ux12vnh12vo!g12vp12wfh12wg!g12wh12x7h12x8!g12x912xzh12y0!g12y112yrh12ys!g12yt12zjh12zk!g12zl130bh130c!g130d1313h1314!g1315131vh131w!g131x132nh132o!g132p133fh133g!g133h1347h1348!g1349134zh1350!g1351135rh135s!g135t136jh136k!g136l137bh137c!g137d1383h1384!g1385138vh138w!g138x139nh139o!g139p13afh13ag!g13ah13b7h13b8!g13b913bzh13c0!g13c113crh13cs!g13ct13djh13dk!g13dl13ebh13ec!g13ed13f3h13f4!g13f513fvh13fw!g13fx13gnh13go!g13gp13hfh13hg!g13hh13i7h13i8!g13i913izh13j0!g13j113jrh13js!g13jt13kjh13kk!g13kl13lbh13lc!g13ld13m3h13m4!g13m513mvh13mw!g13mx13nnh13no!g13np13ofh13og!g13oh13p7h13p8!g13p913pzh13q0!g13q113qrh13qs!g13qt13rjh13rk!g13rl13sbh13sc!g13sd13t3h13t4!g13t513tvh13tw!g13tx13unh13uo!g13up13vfh13vg!g13vh13w7h13w8!g13w913wzh13x0!g13x113xrh13xs!g13xt13yjh13yk!g13yl13zbh13zc!g13zd1403h1404!g1405140vh140w!g140x141nh141o!g141p142fh142g!g142h1437h1438!g1439143zh1440!g1441144rh144s!g144t145jh145k!g145l146bh146c!g146d1473h1474!g1475147vh147w!g147x148nh148o!g148p149fh149g!g149h14a7h14a8!g14a914azh14b0!g14b114brh14bs!g14bt14cjh14ck!g14cl14dbh14dc!g14dd14e3h14e4!g14e514evh14ew!g14ex14fnh14fo!g14fp14gfh14gg!g14gh14h7h14h8!g14h914hzh14i0!g14i114irh14is!g14it14jjh14jk!g14jl14kbh14kc!g14kd14l3h14l4!g14l514lvh14lw!g14lx14mnh14mo!g14mp14nfh14ng!g14nh14o7h14o8!g14o914ozh14p0!g14p114prh14ps!g14pt14qjh14qk!g14ql14rbh14rc!g14rd14s3h14s4!g14s514svh14sw!g14sx14tnh14to!g14tp14ufh14ug!g14uh14v7h14v8!g14v914vzh14w0!g14w114wrh14ws!g14wt14xjh14xk!g14xl14ybh14yc!g14yd14z3h14z4!g14z514zvh14zw!g14zx150nh150o!g150p151fh151g!g151h1527h1528!g1529152zh1530!g1531153rh153s!g153t154jh154k!g154l155bh155c!g155d1563h1564!g1565156vh156w!g156x157nh157o!g157p158fh158g!g158h1597h1598!g1599159zh15a0!g15a115arh15as!g15at15bjh15bk!g15bl15cbh15cc!g15cd15d3h15d4!g15d515dvh15dw!g15dx15enh15eo!g15ep15ffh15fg!g15fh15g7h15g8!g15g915gzh15h0!g15h115hrh15hs!g15ht15ijh15ik!g15il15jbh15jc!g15jd15k3h15k4!g15k515kvh15kw!g15kx15lnh15lo!g15lp15mfh15mg!g15mh15n7h15n8!g15n915nzh15o0!g15o115orh15os!g15ot15pjh15pk!g15pl15qbh15qc!g15qd15r3h15r4!g15r515rvh15rw!g15rx15snh15so!g15sp15tfh15tg!g15th15u7h15u8!g15u915uzh15v0!g15v115vrh15vs!g15vt15wjh15wk!g15wl15xbh15xc!g15xd15y3h15y4!g15y515yvh15yw!g15yx15znh15zo!g15zp160fh160g!g160h1617h1618!g1619161zh1620!g1621162rh162s!g162t163jh163k!g163l164bh164c!g164d1653h1654!g1655165vh165w!g165x166nh166o!g166p167fh167g!g167h1687h1688!g1689168zh1690!g1691169rh169s!g169t16ajh16ak!g16al16bbh16bc!g16bd16c3h16c4!g16c516cvh16cw!g16cx16dnh16do!g16dp16efh16eg!g16eh16f7h16f8!g16f916fzh16g0!g16g116grh16gs!g16gt16hjh16hk!g16hl16ibh16ic!g16id16j3h16j4!g16j516jvh16jw!g16jx16knh16ko!g16kp16lfh16ls16meW16mj16nvX16o01d6nI1d6o1dkve1dkw1dljI1dlp!U1dlq!A1dlr1dm0U1dm1!I1dm21dmeU1dmg1dmkU1dmm!U1dmo1dmpU1dmr1dmsU1dmu1dn3U1dn41e0tI1e0u!R1e0v!L1e1c1e63I1e64!K1e65!I1e681e6nA1e6o!N1e6p1e6qR1e6r1e6sN1e6t1e6uG1e6v!L1e6w!R1e6x!c1e741e7jA1e7k1e7oe1e7p!L1e7q!R1e7r!L1e7s!R1e7t!L1e7u!R1e7v!L1e7w!R1e7x!L1e7y!R1e7z!L1e80!R1e81!L1e82!R1e83!L1e84!R1e851e86e1e87!L1e88!R1e891e8fe1e8g!R1e8h!e1e8i!R1e8k1e8lY1e8m1e8nG1e8o!e1e8p!L1e8q!R1e8r!L1e8s!R1e8t!L1e8u!R1e8v1e92e1e94!e1e95!J1e96!K1e97!e1e9c1ed8I1edb!d1edd!G1ede1edfe1edg!J1edh!K1edi1edje1edk!L1edl!R1edm1edne1edo!R1edp!e1edq!R1edr1ee1e1ee21ee3Y1ee41ee6e1ee7!G1ee81eeye1eez!L1ef0!e1ef1!R1ef21efue1efv!L1efw!e1efx!R1efy!e1efz!L1eg01eg1R1eg2!L1eg31eg4R1eg5!Y1eg6!e1eg71eggY1egh1ehpe1ehq1ehrY1ehs1eime1eiq1eive1eiy1ej3e1ej61ejbe1eje1ejge1ejk!K1ejl!J1ejm1ejoe1ejp1ejqJ1ejs1ejyI1ek91ekbA1ekc!i1ekd1ereI1erk1ermB1err1eykI1eyl!A1f281f4gI1f4w!A1f4x1f91I1f921f96A1f9c1fa5I1fa7!B1fa81fbjI1fbk!B1fbl1fh9I1fhc1fhlQ1fhs1g7pI1g7r!B1g7s1gd7I1gdb!B1gdc1gjkI1gjl1gjnA1gjp1gjqA1gjw1gjzA1gk01gl1I1gl41gl6A1glb!A1glc1glkI1gls1glzB1gm01gpwI1gpx1gpyA1gq31gq7I1gq81gqdB1gqe!c1gqo1gs5I1gs91gsfB1gsg1h5vI1h5w1h5zA1h681h6hQ1heo1hgpI1hgr1hgsA1hgt!B1hgw1hl1I1hl21hlcA1hld1hpyI1hq81hqaA1hqb1hrrI1hrs1hs6A1hs71hs8B1hs91ht1I1ht21htbQ1htr1htuA1htv1hv3I1hv41hveA1hvf1hvhI1hvi1hvlB1hvx1hwoI1hww1hx5Q1hxc1hxeA1hxf1hyeI1hyf1hysA1hyu1hz3Q1hz41hz7B1hz8!I1hz91hzaA1hzb1i0iI1i0j!A1i0k!I1i0l!T1i0m!I1i0w1i0yA1i0z1i2aI1i2b1i2oA1i2p1i2sI1i2t1i2uB1i2v!I1i2w!B1i2x1i30A1i31!I1i321i33A1i341i3dQ1i3e!I1i3f!T1i3g!I1i3h1i3jB1i3l1i5nI1i5o1i5zA1i601i61B1i62!I1i631i64B1i65!I1i66!A1i801i94I1i95!B1i9c1iamI1ian1iayA1ib41ibdQ1ibk1ibnA1ibp1id5I1id71id8A1id9!I1ida1idgA1idj1idkA1idn1idpA1ids!I1idz!A1ie51ie9I1iea1iebA1iee1iekA1ieo1iesA1iio1ik4I1ik51ikmA1ikn1ikqI1ikr1ikuB1ikv!I1ikw1il5Q1il61il7B1il9!I1ila!A1ilb1injI1ink1io3A1io41io7I1iog1iopQ1itc1iumI1iun1iutA1iuw1iv4A1iv5!T1iv61iv7B1iv81iv9G1iva1ivcI1ivd1ivrB1ivs1ivvI1ivw1ivxA1iww1iy7I1iy81iyoA1iyp1iyqB1iyr1iysI1iz41izdQ1izk1izwT1j0g1j1mI1j1n1j1zA1j20!I1j281j2hQ1j401j57I1j5c1j5lQ1j5m1j5nI1j5o1j5qB1j5r1jcbI1jcc1jcqA1jcr1jhbI1jhc1jhlQ1jhm1jjjI1jjk1jjpA1jjr1jjsA1jjv1jjyA1jjz!I1jk0!A1jk1!I1jk21jk3A1jk41jk6B1jkg1jkpQ1jmo1jo0I1jo11jo7A1joa1jogA1joh!I1joi!T1joj!I1jok!A1jpc!I1jpd1jpmA1jpn1jqqI1jqr1jqxA1jqy!I1jqz1jr2A1jr3!T1jr4!I1jr51jr8B1jr9!T1jra!I1jrb!A1jrk!I1jrl1jrvA1jrw1jt5I1jt61jtlA1jtm1jtoB1jtp!I1jtq1jtsT1jtt1jtuB1juo1k4uI1k4v1k52A1k541k5bA1k5c!I1k5d1k5hB1k5s1k61Q1k621k6kI1k6o!T1k6p!G1k6q1k7jI1k7m1k87A1k891k8mA1kao1kc0I1kc11kc6A1kca!A1kcc1kcdA1kcf1kclA1kcm!I1kcn!A1kcw1kd5Q1kdc1kehI1kei1kemA1keo1kepA1ker1kevA1kew!I1kf41kfdQ1ko01koiI1koj1komA1kon1kv0I1kv11kv4K1kv51kvlI1kvz!B1kw01lriI1lrk1lroB1ls01oifI1oig1oiiL1oij1oilR1oim1ojlI1ojm!R1ojn1ojpI1ojq!L1ojr!R1ojs!L1ojt!R1oju1oqgI1oqh!L1oqi1oqjR1oqk1oviI1ovk1ovqS1ovr!L1ovs!R1s001sctI1scu!L1scv!R1scw1zkuI1zkw1zl5Q1zla1zlbB1zo01zotI1zow1zp0A1zp1!B1zpc1zqnI1zqo1zquA1zqv1zqxB1zqy1zr7I1zr8!B1zr9!I1zrk1zrtQ1zrv20euI20ev20ewB20ex20juI20jz!A20k0!I20k120ljA20lr20luA20lv20m7I20o020o3Y20o4!S20og20ohA20ow25fbe25fk260ve260w26dxI26f426fce2dc02djye2dlc2dleY2dlw2dlzY2dm82dx7e2fpc2ftoI2ftp2ftqA2ftr!B2fts2ftvA2jnk2jxgI2jxh2jxlA2jxm2jxoI2jxp2jyaA2jyb2jycI2jyd2jyjA2jyk2jzdI2jze2jzhA2jzi2k3lI2k3m2k3oA2k3p2l6zI2l722l8fQ2l8g2lmnI2lmo2lo6A2lo72loaI2lob2lpoA2lpp2lpwI2lpx!A2lpy2lqbI2lqc!A2lqd2lqeI2lqf2lqiB2lqj!I2lqz2lr3A2lr52lrjA2mtc2mtiA2mtk2mu0A2mu32mu9A2mub2mucA2mue2muiA2n0g2n1oI2n1s2n1yA2n1z2n25I2n282n2hQ2n2m2ne3I2ne42ne7A2ne82nehQ2nen!J2oe82ojzI2ok02ok6A2olc2on7I2on82oneA2onf!I2onk2ontQ2ony2onzL2p9t2pbfI2pbg!K2pbh2pbjI2pbk!K2pbl2prlI2pz42q67e2q682q6kI2q6l2q6ne2q6o2q98I2q992q9be2q9c2qb0I2qb12qcle2qcm2qdbj2qdc2qo4e2qo5!f2qo62qore2qos2qotI2qou2qpge2qph2qpiI2qpj2qpne2qpo!I2qpp2qpte2qpu2qpwf2qpx2qpye2qpz!f2qq02qq1e2qq22qq4f2qq52qree2qrf2qrjk2qrk2qtde2qte2qtff2qtg2qthe2qti2qtsf2qtt2qude2que2quwf2qux2quze2qv0!f2qv12qv4e2qv52qv7f2qv8!e2qv92qvbf2qvc2qvie2qvj!f2qvk!e2qvl!f2qvm2qvze2qw0!I2qw1!e2qw2!I2qw3!e2qw4!I2qw52qw9e2qwa!f2qwb2qwee2qwf!I2qwg!e2qwh2qwiI2qwj2qyne2qyo2qyuI2qyv2qzae2qzb2qzoI2qzp2r01e2r022r0pI2r0q2r1ve2r1w2r1xf2r1y2r21e2r22!f2r232r2ne2r2o!f2r2p2r2se2r2t2r2uf2r2v2r4je2r4k2r4rI2r4s2r5fe2r5g2r5lI2r5m2r7oe2r7p2r7rf2r7s2r7ue2r7v2r7zf2r802r91I2r922r94H2r952r97Y2r982r9bI2r9c2raae2rab!f2rac2rare2ras2rauf2rav2rb3e2rb4!f2rb52rbfe2rbg!f2rbh2rcve2rcw2rg3I2rg42rgfe2rgg2risI2rit2rjze2rk02rkbI2rkc2rkfe2rkg2rlzI2rm02rm7e2rm82rmhI2rmi2rmne2rmo2rnrI2rns2rnze2ro02rotI2rou2rr3e2rr42rrfI2rrg!f2rrh2rrie2rrj!f2rrk2rrre2rrs2rrzf2rs02rs5e2rs6!f2rs72rsfe2rsg2rspf2rsq2rsre2rss2rsuf2rsv2ruee2ruf!f2rug2rw4e2rw52rw6f2rw7!e2rw82rw9f2rwa!e2rwb!f2rwc2rwse2rwt2rwvf2rww!e2rwx2rx9f2rxa2ry7e2ry82s0jI2s0k2s5be2s5c2sayI2sc02sc9Q2scg2t4te2t4w47p9e47pc5m9pejny9!Ajnz4jo1rAjo5cjobzAl2ionvnhI", x3finclua: "?include=activities,history&show_dates=true", x3finclug: "?include=gateway_tokens,activities,ledger,system_logs,documents", + A_Defa: "A DefaultTextStyle constructed with DefaultTextStyle.fallback cannot be incorporated into the widget tree, it is meant only to provide a fallback value returned by DefaultTextStyle.of() when no enclosing default text style is present in a BuildContext.", ABCDEF: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", Broadc: "Broadcast stream controllers do not support pause callbacks", Cannoteff: "Cannot extract a file path from a URI with a fragment component", Cannotefq: "Cannot extract a file path from a URI with a query component", Cannoten: "Cannot extract a non-Windows file path from a file URI with an authority", Cannotf: "Cannot fire new event. Controller is already firing an event", + ERROR_: "ERROR: can't insert text in a node that isn't a TextNode: ", Error_: "Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type", Expand: "Expandos are not allowed on strings, numbers, booleans or null", ExpectaT1: "Expected a TextNodePosition for position1 but received a ", @@ -496099,7 +511628,6 @@ Upload: "Uploading documents requires an enterprise plan", You_ca: "You cannot add items while items are being added from addStream", x5d__Cus: "]. Custom extension filters are only allowed with FileType.custom, please change it or remove filters.", - x5ffloat: "_floatingActionButtonVisibilityController", x60null_c: "`null` encountered as case in a switch expression with a non-nullable enum type.", x60null_t: "`null` encountered as the result from expression with type `Never`.", docker: "docker-compose down\ndocker-compose pull\ndocker-compose up", @@ -496161,13 +511689,10 @@ AutofillClient: findType("AutofillClient"), AutofillInfo: findType("AutofillInfo"), BaseBarRendererElement: findType("BaseBarRendererElement"), - BaseElement: findType("BaseElement"), BasicMessageChannel_nullable_Object: findType("BasicMessageChannel"), BehaviorSubject_FileResponse: findType("BehaviorSubject"), Blob: findType("Blob"), BlockSyntax: findType("BlockSyntax"), - Body: findType("Body"), - BodyElement: findType("BodyElement"), BorderRadius: findType("BorderRadius"), BorderRadiusTween: findType("BorderRadiusTween"), BoxConstraints: findType("BoxConstraints"), @@ -496191,9 +511716,9 @@ CallbackAction_RedoTextIntent: findType("CallbackAction"), CallbackAction_ReplaceTextIntent: findType("CallbackAction"), CallbackAction_ScrollToDocumentBoundaryIntent: findType("CallbackAction"), + CallbackAction_TransposeCharactersIntent: findType("CallbackAction"), CallbackAction_UndoTextIntent: findType("CallbackAction"), CallbackAction_UpdateSelectionIntent: findType("CallbackAction"), - CanvasKit: findType("CanvasKit"), CanvasParagraph: findType("CanvasParagraph"), CastList_of_nullable_Route_dynamic_and_Route_dynamic: findType("CastList?,Route<@>>"), ChangeNotifier: findType("ChangeNotifier"), @@ -496216,7 +511741,7 @@ CkPictureRecorder: findType("CkPictureRecorder"), CkStrutStyle: findType("CkStrutStyle"), CkTextStyle: findType("CkTextStyle"), - ClipPathElement: findType("ClipPathElement"), + ClearSelectionEvent: findType("ClearSelectionEvent"), ClipRRectLayer: findType("ClipRRectLayer"), ClipRectLayer: findType("ClipRectLayer"), CodeUnits: findType("CodeUnits"), @@ -496235,8 +511760,7 @@ ContainerLayer: findType("ContainerLayer"), ContainerLayer_2: findType("ContainerLayer0"), ContainerRenderObjectMixin_of_RenderObject_and_ContainerParentDataMixin_RenderObject: findType("ContainerRenderObjectMixin>"), - CrossFrameCache_HtmlElement: findType("CrossFrameCache"), - CssStyleSheet: findType("CssStyleSheet"), + CrossFrameCache_JavaScriptObject: findType("CrossFrameCache"), CupertinoUserInterfaceLevel: findType("CupertinoUserInterfaceLevel"), CurveTween: findType("CurveTween"), CustomPaint: findType("CustomPaint"), @@ -496245,12 +511769,11 @@ DateSymbols: findType("DateSymbols"), DateTime: findType("DateTime"), DateTimeAxisSpec: findType("DateTimeAxisSpec"), - DecodeResult: findType("DecodeResult"), Decoration: findType("Decoration"), DefaultAssetBundle: findType("DefaultAssetBundle"), + DefaultSelectionStyle: findType("DefaultSelectionStyle"), DefaultTextHeightBehavior: findType("DefaultTextHeightBehavior"), DefaultTextStyle: findType("DefaultTextStyle"), - DefsElement: findType("DefsElement"), DeltaTextInputClient: findType("DeltaTextInputClient"), DiagnosticableTree: findType("DiagnosticableTree"), DiagnosticsNode: findType("DiagnosticsNode"), @@ -496271,7 +511794,6 @@ DocumentNodeSelection_NodeSelection: findType("DocumentNodeSelection"), DocumentType: findType("DocumentType"), Document_2: findType("Document1"), - DomException: findType("DomException"), DomainHighlighter_String: findType("DomainHighlighter"), DragStartDetails: findType("DragStartDetails"), DragUpdateDetails: findType("DragUpdateDetails"), @@ -496284,8 +511806,6 @@ Element: findType("Element2"), Element_2: findType("Element0"), Element_3: findType("Element"), - Element_Function_int: findType("Element2(int)"), - Element_Function_int_$named_params_nullable_Object: findType("Element2(int{params:Object?})"), ElevatedButtonTheme: findType("ElevatedButtonTheme"), EndTagToken: findType("EndTagToken"), EngineImageFilter: findType("EngineImageFilter"), @@ -496300,48 +511820,35 @@ Exception: findType("Exception"), ExpandIterable__SemanticsSortGroup_SemanticsNode: findType("ExpandIterable<_SemanticsSortGroup,SemanticsNode>"), Expando_BoxHitTestResult: findType("Expando"), - ExtendSelectionByCharacterIntent: findType("ExtendSelectionByCharacterIntent"), - ExtendSelectionToDocumentBoundaryIntent: findType("ExtendSelectionToDocumentBoundaryIntent"), - ExtendSelectionToLineBreakIntent: findType("ExtendSelectionToLineBreakIntent"), - ExtendSelectionToNextWordBoundaryIntent: findType("ExtendSelectionToNextWordBoundaryIntent"), ExtendedState_StatefulWidget: findType("ExtendedState"), - FEBlendElement: findType("FEBlendElement"), - FEColorMatrixElement: findType("FEColorMatrixElement"), - FECompositeElement: findType("FECompositeElement"), - FEFloodElement: findType("FEFloodElement"), - File: findType("File"), - FileList: findType("FileList"), + File: findType("File1"), FileNode: findType("FileNode"), FileResponse: findType("FileResponse"), FileServiceResponse: findType("FileServiceResponse"), FileSpan: findType("FileSpan"), FileSystemEntity: findType("FileSystemEntity0"), - File_2: findType("File1"), - FilterElement: findType("FilterElement"), FlatTextSpan: findType("FlatTextSpan"), FlexParentData: findType("FlexParentData"), FlexibleSpaceBarSettings: findType("FlexibleSpaceBarSettings"), Float32List: findType("Float32List"), Float64List: findType("Float64List"), - FlutterApp: findType("FlutterApp"), - FlutterAppRunner: findType("FlutterAppRunner"), FlutterError: findType("FlutterError"), FocusNode: findType("FocusNode"), FocusScopeNode: findType("FocusScopeNode"), - FontFace: findType("FontFace"), FormFieldState_dynamic: findType("FormFieldState<@>"), FormatException: findType("FormatException"), FrameInfo: findType("FrameInfo"), FrameReference_PersistedSurface: findType("FrameReference"), FullType: findType("FullType"), Function: findType("Function"), + Future_ServiceExtensionResponse_Function_2_String_and_Map_String_String: findType("Future(String,Map)"), Future_bool_Function: findType("Future()"), Future_dynamic: findType("Future<@>"), Future_nullable_CacheObject: findType("Future"), Future_void: findType("Future<~>"), - GeneralConstantMap_of_legacy_MaterialState_and_Null: findType("GeneralConstantMap"), GeneralConstantMap_of_legacy_MessageLevel_and_legacy_String: findType("GeneralConstantMap"), GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent: findType("GeneralConstantMap"), + GeneralConstantMap_of_legacy_TargetPlatform_and_Null: findType("GeneralConstantMap"), GeneralConstantMap_of_legacy_int_and_legacy_Color: findType("GeneralConstantMap"), GeneralConstantMap_of_legacy_int_and_legacy_PhysicalKeyboardKey: findType("GeneralConstantMap"), GeneralConstantMap_of_legacy_int_and_legacy_String: findType("GeneralConstantMap"), @@ -496375,19 +511882,17 @@ HitTestEntry_HitTestTarget: findType("HitTestEntry"), HitTestResult: findType("HitTestResult"), HitTestTarget: findType("HitTestTarget"), - HtmlElement: findType("HtmlElement"), HtmlImage: findType("HtmlImage"), HttpRequest: findType("HttpRequest"), IconTheme: findType("IconTheme"), Image: findType("Image1"), ImageChunkEvent: findType("ImageChunkEvent"), ImageData: findType("ImageData"), - ImageDecoder: findType("ImageDecoder"), - ImageElement: findType("ImageElement"), ImageInfo: findType("ImageInfo"), ImageSizeInfo: findType("ImageSizeInfo"), ImageStreamListener: findType("ImageStreamListener"), ImmutableAxis_num: findType("ImmutableAxis"), + ImmutableBuffer: findType("ImmutableBuffer"), InTableTextPhase: findType("InTableTextPhase"), IndexedSlot_nullable_Element: findType("IndexedSlot"), InheritedElement: findType("InheritedElement"), @@ -496407,6 +511912,7 @@ Iterable_dynamic: findType("Iterable<@>"), Iterable_nullable_Object: findType("Iterable"), JSArray_A11yNode: findType("JSArray"), + JSArray_AttributedText: findType("JSArray"), JSArray_AxisTicks_DateTime: findType("JSArray>"), JSArray_AxisTicks_String: findType("JSArray>"), JSArray_AxisTicks_num: findType("JSArray>"), @@ -496416,12 +511922,12 @@ JSArray_BoardListState: findType("JSArray"), JSArray_BoxShadow: findType("JSArray"), JSArray_CacheObject: findType("JSArray"), - JSArray_CanvasElement: findType("JSArray"), JSArray_CanvasRect: findType("JSArray"), JSArray_ChartBehavior_DateTime: findType("JSArray>"), JSArray_ChartBehavior_String: findType("JSArray>"), JSArray_CkCanvas: findType("JSArray"), JSArray_CkPaintCommand: findType("JSArray"), + JSArray_CkPictureRecorder: findType("JSArray"), JSArray_CkTextStyle: findType("JSArray"), JSArray_CodeunitRange: findType("JSArray"), JSArray_Color: findType("JSArray"), @@ -496436,11 +511942,10 @@ JSArray_DiagnosticsNode: findType("JSArray"), JSArray_Directionality: findType("JSArray"), JSArray_DocumentNode: findType("JSArray"), - JSArray_Element: findType("JSArray"), - JSArray_Element_2: findType("JSArray"), - JSArray_Element_3: findType("JSArray"), - JSArray_Element_4: findType("JSArray"), - JSArray_EngineLineMetrics: findType("JSArray"), + JSArray_DomSubscription: findType("JSArray"), + JSArray_Element: findType("JSArray"), + JSArray_Element_2: findType("JSArray"), + JSArray_Element_3: findType("JSArray"), JSArray_Expression: findType("JSArray"), JSArray_FocusNode: findType("JSArray"), JSArray_FrameReference_dynamic: findType("JSArray>"), @@ -496458,6 +511963,7 @@ JSArray_InlineSpan: findType("JSArray"), JSArray_InlineSpanSemanticsInformation: findType("JSArray"), JSArray_InlineSyntax: findType("JSArray"), + JSArray_JavaScriptObject: findType("JSArray"), JSArray_KeyEvent: findType("JSArray"), JSArray_KeyEventResult: findType("JSArray"), JSArray_Layer: findType("JSArray"), @@ -496489,10 +511995,8 @@ JSArray_MultipartFile: findType("JSArray"), JSArray_Mutator: findType("JSArray"), JSArray_NavigatorObserver: findType("JSArray"), - JSArray_Node: findType("JSArray"), - JSArray_NodeValidator: findType("JSArray"), - JSArray_Node_2: findType("JSArray"), - JSArray_Node_3: findType("JSArray"), + JSArray_Node: findType("JSArray"), + JSArray_Node_2: findType("JSArray"), JSArray_NotoFont: findType("JSArray"), JSArray_Object: findType("JSArray"), JSArray_Offset: findType("JSArray"), @@ -496501,6 +512005,7 @@ JSArray_Paint: findType("JSArray"), JSArray_PaintCommand: findType("JSArray"), JSArray_PaintRequest: findType("JSArray"), + JSArray_ParagraphLine: findType("JSArray"), JSArray_ParagraphSpan: findType("JSArray"), JSArray_ParseError: findType("JSArray"), JSArray_PdfPreviewPage: findType("JSArray"), @@ -496508,14 +512013,13 @@ JSArray_PersistedContainerSurface: findType("JSArray"), JSArray_PersistedSurface: findType("JSArray"), JSArray_PlaceholderDimensions: findType("JSArray"), - JSArray_PlaceholderSpan: findType("JSArray"), + JSArray_PlaceholderSpan: findType("JSArray"), JSArray_PlatformFile: findType("JSArray"), JSArray_PngFrame: findType("JSArray"), JSArray_Point_double: findType("JSArray>"), JSArray_Point_num: findType("JSArray>"), JSArray_PointerData: findType("JSArray"), - JSArray_PointerEvent: findType("JSArray"), - JSArray_PointerEvent_2: findType("JSArray"), + JSArray_PointerEvent: findType("JSArray"), JSArray_QrDatum: findType("JSArray"), JSArray_QrRsBlock: findType("JSArray"), JSArray_Radius: findType("JSArray"), @@ -496531,10 +512035,12 @@ JSArray_SaveClipEntry: findType("JSArray"), JSArray_SaveStackEntry: findType("JSArray"), JSArray_ScrollPosition: findType("JSArray"), + JSArray_Selectable: findType("JSArray"), JSArray_SelectionRect: findType("JSArray"), JSArray_Selector: findType("JSArray"), JSArray_SemanticsNode: findType("JSArray"), JSArray_SemanticsNodeUpdate: findType("JSArray"), + JSArray_SemanticsObject: findType("JSArray"), JSArray_SentryMeasurement: findType("JSArray"), JSArray_ShaderDeclaration: findType("JSArray"), JSArray_ShaderMethod: findType("JSArray"), @@ -496543,12 +512049,7 @@ JSArray_SimpleSelectorSequence: findType("JSArray"), JSArray_SingleColumnLayoutComponentViewModel: findType("JSArray"), JSArray_SingleColumnLayoutStylePhase: findType("JSArray"), - JSArray_SkDeletable: findType("JSArray"), - JSArray_SkFont: findType("JSArray"), - JSArray_SkFontFeature: findType("JSArray"), - JSArray_SkTextShadow: findType("JSArray"), JSArray_SpanMarker: findType("JSArray"), - JSArray_StreamSubscription_Event: findType("JSArray>"), JSArray_String: findType("JSArray"), JSArray_StringAttribute: findType("JSArray"), JSArray_StringToken: findType("JSArray"), @@ -496561,6 +512062,7 @@ JSArray_TextEditingDelta: findType("JSArray"), JSArray_TextEditingValue: findType("JSArray"), JSArray_TextInputFormatter: findType("JSArray"), + JSArray_TextRange: findType("JSArray"), JSArray_TextSelectionPoint: findType("JSArray"), JSArray_TextSpan: findType("JSArray"), JSArray_ThemeExtension_ThemeExtension_dynamic: findType("JSArray>>"), @@ -496581,6 +512083,7 @@ JSArray__InterestingSemanticsFragment: findType("JSArray<_InterestingSemanticsFragment>"), JSArray__Interval: findType("JSArray<_Interval>"), JSArray__Line: findType("JSArray<_Line>"), + JSArray__Listener: findType("JSArray<_Listener>"), JSArray__ParagraphCommand: findType("JSArray<_ParagraphCommand>"), JSArray__ParentInkResponseState: findType("JSArray<_ParentInkResponseState>"), JSArray__Pending: findType("JSArray<_Pending>"), @@ -496592,6 +512095,7 @@ JSArray__RunMetrics: findType("JSArray<_RunMetrics>"), JSArray__SaveElementStackEntry: findType("JSArray<_SaveElementStackEntry>"), JSArray__ScribblePlaceholder: findType("JSArray<_ScribblePlaceholder>"), + JSArray__SelectableFragment: findType("JSArray<_SelectableFragment>"), JSArray__SemanticsSortGroup: findType("JSArray<_SemanticsSortGroup>"), JSArray__StandardBottomSheet: findType("JSArray<_StandardBottomSheet>"), JSArray__TableElementRow: findType("JSArray<_TableElementRow>"), @@ -496607,6 +512111,7 @@ JSArray_legacy_AppleIDAuthorizationScopes: findType("JSArray"), JSArray_legacy_AttributedText: findType("JSArray"), JSArray_legacy_BaseEntity: findType("JSArray"), + JSArray_legacy_BlockSyntax: findType("JSArray"), JSArray_legacy_BoxShadow: findType("JSArray"), JSArray_legacy_ChartBehavior_legacy_DateTime: findType("JSArray*>"), JSArray_legacy_ChartDataGroup: findType("JSArray"), @@ -496663,6 +512168,7 @@ JSArray_legacy_Map_of_legacy_String_and_dynamic: findType("JSArray*>"), JSArray_legacy_MultipartFile: findType("JSArray"), JSArray_legacy_NavigatorObserver: findType("JSArray"), + JSArray_legacy_Node: findType("JSArray"), JSArray_legacy_Object: findType("JSArray"), JSArray_legacy_Pair_of_legacy_String_and_legacy_String: findType("JSArray*>"), JSArray_legacy_PaymentEntity: findType("JSArray"), @@ -496685,6 +512191,7 @@ JSArray_legacy_Series_of_dynamic_and_legacy_String: findType("JSArray*>"), JSArray_legacy_String: findType("JSArray"), JSArray_legacy_TableRow: findType("JSArray"), + JSArray_legacy_TargetPlatform: findType("JSArray"), JSArray_legacy_TaskEntity: findType("JSArray"), JSArray_legacy_TaskReportFields: findType("JSArray"), JSArray_legacy_TaskStatusEntity: findType("JSArray"), @@ -496739,9 +512246,11 @@ JSArray_of_void_Function_List_FrameTiming: findType("JSArray<~(List)>"), JSIndexable_dynamic: findType("JSIndexable<@>"), JSNull: findType("JSNull"), - JSObject: findType("JSObject"), JavaScriptFunction: findType("JavaScriptFunction"), JavaScriptIndexingBehavior_dynamic: findType("JavaScriptIndexingBehavior<@>"), + JavaScriptObject: findType("JavaScriptObject"), + JavaScriptObject_Function_int: findType("JavaScriptObject(int)"), + JavaScriptObject_Function_int_$named_params_nullable_Object: findType("JavaScriptObject(int{params:Object?})"), JsArray_dynamic: findType("JsArray<@>"), JsError: findType("JsError"), JsFunction: findType("JsFunction"), @@ -496751,7 +512260,6 @@ KeepAliveParentDataMixin: findType("KeepAliveParentDataMixin"), Key: findType("Key"), KeyRange: findType("KeyRange"), - KeyboardEvent: findType("KeyboardEvent"), KeyboardLockMode: findType("KeyboardLockMode"), KeyboardSide: findType("KeyboardSide"), LabeledGlobalKey_DrawerControllerState: findType("LabeledGlobalKey"), @@ -496783,6 +512291,7 @@ ListBodyParentData: findType("ListBodyParentData"), ListBuilder_dynamic: findType("ListBuilder<@>"), ListBuilder_legacy_ActivityEntity: findType("ListBuilder"), + ListBuilder_legacy_BankAccountEntity: findType("ListBuilder"), ListBuilder_legacy_BaseEntity: findType("ListBuilder"), ListBuilder_legacy_BuiltList_legacy_String: findType("ListBuilder*>"), ListBuilder_legacy_ClientContactEntity: findType("ListBuilder"), @@ -496845,6 +512354,7 @@ List_Color: findType("List"), List_Element: findType("List"), List_FrameTiming: findType("List"), + List_JavaScriptObject: findType("List"), List_LicenseEntry: findType("List"), List_LicenseParagraph: findType("List"), List_Node: findType("List"), @@ -496853,11 +512363,9 @@ List_PointerEvent: findType("List"), List_RestorationBucket: findType("List"), List_SemanticsNode: findType("List"), - List_SkFont: findType("List"), List_String: findType("List"), List_UserSelection: findType("List"), List__ActivatorIntentPair: findType("List<_ActivatorIntentPair>"), - List_double: findType("List"), List_dynamic: findType("List<@>"), List_int: findType("List"), List_nullable_Object: findType("List"), @@ -496872,6 +512380,7 @@ MapBuilder_of_legacy_EntityType_and_legacy_BuiltList_legacy_String: findType("MapBuilder*>"), MapBuilder_of_legacy_EntityType_and_legacy_PrefStateSortField: findType("MapBuilder"), MapBuilder_of_legacy_EntityType_and_legacy_bool: findType("MapBuilder"), + MapBuilder_of_legacy_String_and_legacy_BankAccountEntity: findType("MapBuilder"), MapBuilder_of_legacy_String_and_legacy_BuiltList_legacy_String: findType("MapBuilder*>"), MapBuilder_of_legacy_String_and_legacy_ClientEntity: findType("MapBuilder"), MapBuilder_of_legacy_String_and_legacy_CompanyGatewayEntity: findType("MapBuilder"), @@ -496920,6 +512429,7 @@ MapEntry_of_nullable_String_and_List_Object: findType("MapEntry>"), MapEquality_dynamic_dynamic: findType("MapEquality<@,@>"), Map_Permission_PermissionStatus: findType("Map"), + Map_ShortcutActivator_Intent: findType("Map"), Map_String_BaseBarRendererElement: findType("Map"), Map_String_Object: findType("Map"), Map_String_String: findType("Map"), @@ -496934,7 +512444,6 @@ MappedIterable_of_legacy_EntityType_and_legacy_DataRow: findType("MappedIterable"), MappedIterable_of_legacy_String_and_legacy_DataRow: findType("MappedIterable"), MappedIterable_of_legacy__TextType_and_legacy_DropdownMenuItem_legacy__TextType: findType("MappedIterable<_TextType*,DropdownMenuItem<_TextType*>*>"), - MappedListIterable_String_ParagraphNode: findType("MappedListIterable"), MappedListIterable_String_String: findType("MappedListIterable"), MappedListIterable_String_TextElement: findType("MappedListIterable"), MappedListIterable_String_dynamic: findType("MappedListIterable"), @@ -496961,7 +512470,6 @@ MappedListIterable_of_legacy_QuoteReportFields_and_legacy_String: findType("MappedListIterable"), MappedListIterable_of_legacy_RecurringExpenseReportFields_and_legacy_String: findType("MappedListIterable"), MappedListIterable_of_legacy_RecurringInvoiceReportFields_and_legacy_String: findType("MappedListIterable"), - MappedListIterable_of_legacy_String_and_String: findType("MappedListIterable"), MappedListIterable_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String: findType("MappedListIterable*>"), MappedListIterable_of_legacy_String_and_legacy_FormColorPicker: findType("MappedListIterable"), MappedListIterable_of_legacy_String_and_legacy_Locale: findType("MappedListIterable"), @@ -496981,30 +512489,36 @@ MaterialRouteTransitionMixin_dynamic: findType("MaterialRouteTransitionMixin<@>"), MaterialSlice: findType("MaterialSlice"), MaterialState: findType("MaterialState"), + MaterialStatePropertyAll_BorderSide: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_Color: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_EdgeInsetsGeometry: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_OutlinedBorder: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_Size: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_TextStyle: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_double: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_legacy_Color: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_nullable_Color: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_nullable_MouseCursor: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_nullable_Size: findType("MaterialStatePropertyAll"), + MaterialStatePropertyAll_nullable_TextStyle: findType("MaterialStatePropertyAll"), MaterialTapTargetSize: findType("MaterialTapTargetSize"), Matrix4: findType("Matrix4"), MediaQuery: findType("MediaQuery"), - MediaQueryListEvent: findType("MediaQueryListEvent"), MenuItem: findType("MenuItem"), MergeableMaterialItem: findType("MergeableMaterialItem"), - MessagePort: findType("MessagePort"), + MethodCall: findType("MethodCall0"), ModifierKey: findType("ModifierKey"), MouseCursor: findType("MouseCursor0"), MouseCursorSession: findType("MouseCursorSession"), - MouseEvent: findType("MouseEvent"), MouseTrackerAnnotation: findType("MouseTrackerAnnotation"), MultiChildLayoutParentData: findType("MultiChildLayoutParentData"), MultiChildRenderObjectWidget: findType("MultiChildRenderObjectWidget"), MultiDragPointerState: findType("MultiDragPointerState"), MutableSelectionModel_DateTime: findType("MutableSelectionModel"), MutableSelectionModel_String: findType("MutableSelectionModel"), - MutationObserver: findType("MutationObserver"), - MutationRecord: findType("MutationRecord"), Mutator: findType("Mutator"), - NativeByteBuffer: findType("NativeByteBuffer"), NativeTypedArrayOfDouble: findType("NativeTypedArrayOfDouble"), NativeTypedArrayOfInt: findType("NativeTypedArrayOfInt"), - NativeTypedData: findType("NativeTypedData"), NativeUint8List: findType("NativeUint8List"), NavigatorState: findType("NavigatorState"), NoSuchMethodError: findType("NoSuchMethodError"), @@ -497048,7 +512562,6 @@ ParentDataWidget_ParentData: findType("ParentDataWidget"), ParseErrorToken: findType("ParseErrorToken"), Path: findType("Path"), - PathElement: findType("PathElement"), Pattern: findType("Pattern"), PdfJsDoc: findType("PdfJsDoc"), PdfJsPage: findType("PdfJsPage"), @@ -497070,11 +512583,13 @@ PointerDataPacket: findType("PointerDataPacket"), PointerDeviceKind: findType("PointerDeviceKind"), PointerDownEvent: findType("PointerDownEvent"), - PointerEvent: findType("PointerEvent0"), + PointerEvent: findType("PointerEvent"), PointerEventResampler: findType("PointerEventResampler"), - PointerEvent_2: findType("PointerEvent"), PointerHoverEvent: findType("PointerHoverEvent"), PointerMoveEvent: findType("PointerMoveEvent"), + PointerPanZoomEndEvent: findType("PointerPanZoomEndEvent"), + PointerPanZoomStartEvent: findType("PointerPanZoomStartEvent"), + PointerPanZoomUpdateEvent: findType("PointerPanZoomUpdateEvent"), PointerRemovedEvent: findType("PointerRemovedEvent"), PointerScrollEvent: findType("PointerScrollEvent"), PointerSignalEvent: findType("PointerSignalEvent"), @@ -497136,19 +512651,24 @@ ScaffoldFeatureController_SnackBar_SnackBarClosedReason: findType("ScaffoldFeatureController"), ScaffoldState: findType("ScaffoldState"), ScreenListener: findType("ScreenListener"), - ScriptElement: findType("ScriptElement0"), ScrollAwareImageProvider_Object: findType("ScrollAwareImageProvider"), ScrollConfiguration: findType("ScrollConfiguration"), ScrollNotificationObserverState: findType("ScrollNotificationObserverState"), ScrollPosition: findType("ScrollPosition"), ScrollbarPainter: findType("ScrollbarPainter"), + SelectAllSelectionEvent: findType("SelectAllSelectionEvent"), + SelectWordSelectionEvent: findType("SelectWordSelectionEvent"), + Selectable: findType("Selectable"), + SelectionEdgeUpdateEvent: findType("SelectionEdgeUpdateEvent"), SelectionModelConfig_legacy_DateTime: findType("SelectionModelConfig"), SelectionModelType: findType("SelectionModelType"), + SelectionRegistrarScope: findType("SelectionRegistrarScope"), SelectorExpression: findType("SelectorExpression"), SemanticsAction: findType("SemanticsAction"), SemanticsNode: findType("SemanticsNode"), SemanticsObject: findType("SemanticsObject"), SemanticsTag: findType("SemanticsTag"), + SentryPackage: findType("SentryPackage"), SerializerPlugin: findType("SerializerPlugin"), Serializer_dynamic: findType("Serializer<@>"), SeriesLegend_legacy_DateTime: findType("SeriesLegend"), @@ -497164,13 +512684,15 @@ ShapeBorder: findType("ShapeBorder"), ShapeBorderClipper: findType("ShapeBorderClipper"), SharedPreferences: findType("SharedPreferences"), + ShortcutActivator: findType("ShortcutActivator"), + ShortcutRegistryEntry: findType("ShortcutRegistryEntry"), SignInResponseI: findType("SignInResponseI"), SimpleDelimiter: findType("SimpleDelimiter"), SingleChildRenderObjectWidget: findType("SingleChildRenderObjectWidget"), SingleColumnLayoutComponentViewModel: findType("SingleColumnLayoutComponentViewModel"), SingleColumnLayoutPresenterChangeListener: findType("SingleColumnLayoutPresenterChangeListener"), Size: findType("Size"), - SkiaObjectBox_CkImage_SkImage: findType("SkiaObjectBox"), + SkiaObjectBox_CkImage_JavaScriptObject: findType("SkiaObjectBox"), SkipWhileIterable_String: findType("SkipWhileIterable"), SlidableAutoCloseBarrierNotification: findType("SlidableAutoCloseBarrierNotification"), SlidableAutoCloseNotification: findType("SlidableAutoCloseNotification"), @@ -497210,8 +512732,6 @@ SurfacePaint: findType("SurfacePaint"), SurfacePath: findType("SurfacePath"), SurfaceScene: findType("SurfaceScene"), - SvgElement: findType("SvgElement"), - SvgSvgElement: findType("SvgSvgElement"), SwitchTheme: findType("SwitchTheme"), Symbol: findType("Symbol0"), SynchronousFuture_AssetBundleImageKey: findType("SynchronousFuture"), @@ -497221,9 +512741,11 @@ SynchronousFuture_MaterialLocalizations: findType("SynchronousFuture"), SynchronousFuture_NetworkImage: findType("SynchronousFuture"), SynchronousFuture_WidgetsLocalizations: findType("SynchronousFuture"), + SynchronousFuture_bool: findType("SynchronousFuture"), SynchronousFuture_legacy_AppLocalization: findType("SynchronousFuture"), SynchronousFuture_nullable_Map_of_String_and_List_String: findType("SynchronousFuture>?>"), SynchronousFuture_nullable_RestorationBucket: findType("SynchronousFuture"), + SynchronousFuture_void: findType("SynchronousFuture<~>"), SystemMouseCursor: findType("SystemMouseCursor"), SystemUiOverlayStyle: findType("SystemUiOverlayStyle"), Table: findType("Table"), @@ -497231,9 +512753,7 @@ TableColumnWidth: findType("TableColumnWidth"), TableRow: findType("TableRow"), TagToken: findType("TagToken"), - TemplateElement: findType("TemplateElement"), Text: findType("Text0"), - TextAreaElement: findType("TextAreaElement"), TextBaseline: findType("TextBaseline"), TextButtonTheme: findType("TextButtonTheme"), TextComponentViewModel: findType("TextComponentViewModel"), @@ -497263,7 +512783,6 @@ ToastFuture: findType("ToastFuture"), ToggleButtonsTheme: findType("ToggleButtonsTheme"), TooltipTheme: findType("TooltipTheme"), - TouchEvent: findType("TouchEvent"), TweenSequenceItem_double: findType("TweenSequenceItem"), Tween_Offset: findType("Tween"), Tween_double: findType("Tween"), @@ -497276,6 +512795,7 @@ TypedMiddleware_of_legacy_AppState_and_legacy_AddPurchaseOrdersToInventoryRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ApprovePurchaseOrders: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ApproveQuotes: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveBankAccountsRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveClientsRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveCompanyGatewayRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveCreditsRequest: findType("TypedMiddleware"), @@ -497313,6 +512833,7 @@ TypedMiddleware_of_legacy_AppState_and_legacy_ConvertPurchaseOrdersToExpensesRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ConvertQuotesToInvoices: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ConvertQuotesToProjects: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_DeleteBankAccountsRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_DeleteClientsRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_DeleteCompanyGatewayRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_DeleteCompanyRequest: findType("TypedMiddleware"), @@ -497377,6 +512898,8 @@ TypedMiddleware_of_legacy_AppState_and_legacy_EmailPurchaseOrderRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_EmailQuoteRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_LoadAccountSuccess: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_LoadBankAccount: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_LoadBankAccounts: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_LoadClient: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_LoadClients: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_LoadCompanyGateway: findType("TypedMiddleware"), @@ -497450,6 +512973,7 @@ TypedMiddleware_of_legacy_AppState_and_legacy_RemoveUserRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ResendConfirmation: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ResendInviteRequest: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_RestoreBankAccountsRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_RestoreClientsRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_RestoreCompanyGatewayRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_RestoreCreditsRequest: findType("TypedMiddleware"), @@ -497476,6 +513000,7 @@ TypedMiddleware_of_legacy_AppState_and_legacy_RestoreVendorRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_RestoreWebhooksRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_SaveAuthUserRequest: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_SaveBankAccountRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_SaveClientDocumentRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_SaveClientRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_SaveCompanyDocumentRequest: findType("TypedMiddleware"), @@ -497541,6 +513066,8 @@ TypedMiddleware_of_legacy_AppState_and_legacy_UserLogout: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_UserLogoutAll: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_UserSignUpRequest: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_ViewBankAccount: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_ViewBankAccountList: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ViewClient: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ViewClientList: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_ViewCompanyGateway: findType("TypedMiddleware"), @@ -497624,7 +513151,6 @@ ValueNotifier_ActionPaneType: findType("ValueNotifier"), ValueNotifier_ImeConfiguration: findType("ValueNotifier"), ValueNotifier_List_UserSelection: findType("ValueNotifier>"), - ValueNotifier_MouseCursor: findType("ValueNotifier"), ValueNotifier_bool: findType("ValueNotifier"), ValueNotifier_double: findType("ValueNotifier"), ValueNotifier_int: findType("ValueNotifier"), @@ -497633,6 +513159,7 @@ ValueNotifier_nullable_EndGesture: findType("ValueNotifier"), ValueNotifier_nullable_Object: findType("ValueNotifier"), ValueNotifier_nullable_Offset: findType("ValueNotifier"), + ValueNotifier_nullable_Rect: findType("ValueNotifier"), ValueNotifier_nullable_ResizeRequest: findType("ValueNotifier"), ValueNotifier_nullable_String: findType("ValueNotifier"), ValueNotifier_nullable_int: findType("ValueNotifier"), @@ -497640,7 +513167,6 @@ Viewport: findType("Viewport"), ViewportNotificationMixin: findType("ViewportNotificationMixin"), VisualDensity: findType("VisualDensity"), - WheelEvent: findType("WheelEvent"), WhereIterable_String: findType("WhereIterable"), WhereIterable_legacy_CompanyEntity: findType("WhereIterable"), WhereIterable_legacy_EntityType: findType("WhereIterable"), @@ -497649,7 +513175,6 @@ WhereTypeIterable_Element: findType("WhereTypeIterable"), WhereTypeIterable_StackFrame: findType("WhereTypeIterable"), WhereTypeIterable_String: findType("WhereTypeIterable"), - WhereTypeIterable_nullable_MetaElement: findType("WhereTypeIterable"), WhereTypeIterable_of_void_Function_2_Object_and_nullable_StackTrace: findType("WhereTypeIterable<~(Object,StackTrace?)>"), WhereTypeIterable_of_void_Function_ImageChunkEvent: findType("WhereTypeIterable<~(ImageChunkEvent)>"), WhereTypeIterator_Element: findType("WhereTypeIterator"), @@ -497670,10 +513195,11 @@ _AsyncBroadcastStreamController_legacy_AppState: findType("_AsyncBroadcastStreamController"), _AsyncCompleter_AssetBundleImageKey: findType("_AsyncCompleter"), _AsyncCompleter_Blob: findType("_AsyncCompleter"), - _AsyncCompleter_CanvasKit: findType("_AsyncCompleter"), _AsyncCompleter_FrameInfo: findType("_AsyncCompleter"), _AsyncCompleter_HttpRequest: findType("_AsyncCompleter"), _AsyncCompleter_Image: findType("_AsyncCompleter"), + _AsyncCompleter_ImageElement: findType("_AsyncCompleter"), + _AsyncCompleter_JavaScriptObject: findType("_AsyncCompleter"), _AsyncCompleter_List_XFile: findType("_AsyncCompleter>"), _AsyncCompleter_Null: findType("_AsyncCompleter"), _AsyncCompleter_SharedPreferences: findType("_AsyncCompleter"), @@ -497712,7 +513238,6 @@ _ButtonSanitizer: findType("_ButtonSanitizer"), _CachedImage: findType("_CachedImage"), _ChildEntry: findType("_ChildEntry"), - _ChildNodeListLazy: findType("_ChildNodeListLazy"), _CombiningGestureArenaMember: findType("_CombiningGestureArenaMember"), _DecorationSlot: findType("_DecorationSlot"), _DeleteTextAction_DeleteCharacterIntent: findType("_DeleteTextAction"), @@ -497720,11 +513245,10 @@ _DeleteTextAction_DeleteToNextWordBoundaryIntent: findType("_DeleteTextAction"), _DetailArguments: findType("_DetailArguments"), _DirectionalPolicyData: findType("_DirectionalPolicyData"), + _DomListWrapper_JavaScriptObject: findType("_DomListWrapper"), _DraggableScrollableSheetScrollPosition: findType("_DraggableScrollableSheetScrollPosition"), _EffectiveTickerMode: findType("_EffectiveTickerMode"), _ElementEventStreamImpl_legacy_Event: findType("_ElementEventStreamImpl"), - _ElementEventStreamImpl_legacy_KeyboardEvent: findType("_ElementEventStreamImpl"), - _ElementEventStreamImpl_legacy_MouseEvent: findType("_ElementEventStreamImpl"), _EventStream_legacy_ProgressEvent: findType("_EventStream"), _FlexEntranceTransitionParentData: findType("_FlexEntranceTransitionParentData"), _FocusMarker: findType("_FocusMarker"), @@ -497733,13 +513257,13 @@ _FocusedDate: findType("_FocusedDate"), _FormScope: findType("_FormScope"), _FrameCallbackEntry: findType("_FrameCallbackEntry"), - _FrozenElementList_Element: findType("_FrozenElementList"), _Future_AssetBundleImageKey: findType("_Future"), _Future_Blob: findType("_Future"), - _Future_CanvasKit: findType("_Future"), _Future_FrameInfo: findType("_Future"), _Future_HttpRequest: findType("_Future"), _Future_Image: findType("_Future"), + _Future_ImageElement: findType("_Future"), + _Future_JavaScriptObject: findType("_Future"), _Future_List_XFile: findType("_Future>"), _Future_Null: findType("_Future"), _Future_SharedPreferences: findType("_Future"), @@ -497792,15 +513316,6 @@ _MapEntry: findType("_MapEntry"), _MasterDetailFlowState: findType("_MasterDetailFlowState"), _MasterDetailScaffoldState: findType("_MasterDetailScaffoldState"), - _MaterialStatePropertyAll_BorderSide: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_Color: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_EdgeInsetsGeometry: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_OutlinedBorder: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_Size: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_TextStyle: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_double: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_legacy_Color: findType("_MaterialStatePropertyAll"), - _MaterialStatePropertyAll_nullable_TextStyle: findType("_MaterialStatePropertyAll"), _MaterialStatePropertyWith_Color: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_MouseCursor: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_bool: findType("_MaterialStatePropertyWith"), @@ -497814,6 +513329,7 @@ _PagePosition: findType("_PagePosition"), _ParentInkResponseProvider: findType("_ParentInkResponseProvider"), _PendingImage: findType("_PendingImage"), + _PointerPanZoomData: findType("_PointerPanZoomData"), _PointerState: findType("_PointerState"), _Range_num: findType("_Range"), _ReadingOrderDirectionalGroupData: findType("_ReadingOrderDirectionalGroupData"), @@ -497832,7 +513348,6 @@ _ScaffoldScope: findType("_ScaffoldScope"), _ScrollNotificationObserverScope: findType("_ScrollNotificationObserverScope"), _ScrollableScope: findType("_ScrollableScope"), - _ShortcutsMarker: findType("_ShortcutsMarker"), _SlidableAutoCloseData: findType("_SlidableAutoCloseData"), _SlidableControllerScope: findType("_SlidableControllerScope"), _SlidableNotificationListenerScope: findType("_SlidableNotificationListenerScope"), @@ -497848,8 +513363,12 @@ _TextFormFieldState: findType("_TextFormFieldState"), _TooltipVisibilityScope: findType("_TooltipVisibilityScope"), _UndoStack_TextEditingValue: findType("_UndoStack"), - _UnmodifiableSet_legacy_MaterialState: findType("_UnmodifiableSet"), _UnmodifiableSet_legacy_String: findType("_UnmodifiableSet"), + _UnmodifiableSet_legacy_TargetPlatform: findType("_UnmodifiableSet"), + _UpdateTextSelectionAction_ExtendSelectionByCharacterIntent: findType("_UpdateTextSelectionAction"), + _UpdateTextSelectionAction_ExtendSelectionToDocumentBoundaryIntent: findType("_UpdateTextSelectionAction"), + _UpdateTextSelectionAction_ExtendSelectionToLineBreakIntent: findType("_UpdateTextSelectionAction"), + _UpdateTextSelectionAction_ExtendSelectionToNextWordBoundaryIntent: findType("_UpdateTextSelectionAction"), _UpdateTextSelectionToAdjacentLineAction_ExtendSelectionVerticallyToAdjacentLineIntent: findType("_UpdateTextSelectionToAdjacentLineAction"), _ValueNotifier_nullable_DismissGesture: findType("_ValueNotifier"), _WidgetTicker: findType("_WidgetTicker"), @@ -497858,7 +513377,6 @@ double: findType("double"), dynamic: findType("@"), dynamic_Function: findType("@()"), - dynamic_Function_Event: findType("@(Event)"), dynamic_Function_Object: findType("@(Object)"), dynamic_Function_Object_StackTrace: findType("@(Object,StackTrace)"), int: findType("int"), @@ -497878,6 +513396,7 @@ legacy_AppState: findType("AppState*"), legacy_ApprovePurchaseOrders: findType("ApprovePurchaseOrders*"), legacy_ApproveQuotes: findType("ApproveQuotes*"), + legacy_ArchiveBankAccountsRequest: findType("ArchiveBankAccountsRequest*"), legacy_ArchiveClientsRequest: findType("ArchiveClientsRequest*"), legacy_ArchiveCompanyGatewayRequest: findType("ArchiveCompanyGatewayRequest*"), legacy_ArchiveCreditsRequest: findType("ArchiveCreditsRequest*"), @@ -497905,10 +513424,19 @@ legacy_ArchiveWebhooksRequest: findType("ArchiveWebhooksRequest*"), legacy_Attribution: findType("Attribution*"), legacy_AuthState: findType("AuthState*"), + legacy_BankAccountEntity: findType("BankAccountEntity*"), + legacy_BankAccountItemResponse: findType("BankAccountItemResponse*"), + legacy_BankAccountListResponse: findType("BankAccountListResponse*"), + legacy_BankAccountListVM: findType("BankAccountListVM*"), + legacy_BankAccountScreenVM: findType("BankAccountScreenVM*"), + legacy_BankAccountState: findType("BankAccountState*"), + legacy_BankAccountUIState: findType("BankAccountUIState*"), + legacy_BankAccountViewVM: findType("BankAccountViewVM*"), legacy_BaseEntity: findType("BaseEntity*"), legacy_BeforeUnloadEvent: findType("BeforeUnloadEvent*"), legacy_BelongsToClient: findType("BelongsToClient*"), legacy_BoardItem: findType("BoardItem*"), + legacy_BuiltList_legacy_BankAccountEntity: findType("BuiltList*"), legacy_BuiltList_legacy_ClientEntity: findType("BuiltList*"), legacy_BuiltList_legacy_CompanyGatewayEntity: findType("BuiltList*"), legacy_BuiltList_legacy_DesignEntity: findType("BuiltList*"), @@ -498027,6 +513555,7 @@ legacy_DateRangeComparison: findType("DateRangeComparison*"), legacy_DateTime: findType("DateTime*"), legacy_DatetimeFormatEntity: findType("DatetimeFormatEntity*"), + legacy_DeleteBankAccountsRequest: findType("DeleteBankAccountsRequest*"), legacy_DeleteClientsRequest: findType("DeleteClientsRequest*"), legacy_DeleteCompanyGatewayRequest: findType("DeleteCompanyGatewayRequest*"), legacy_DeleteCompanyRequest: findType("DeleteCompanyRequest*"), @@ -498130,7 +513659,6 @@ legacy_EntityType: findType("EntityType*"), legacy_Error: findType("Error*"), legacy_ErrorDialog: findType("ErrorDialog*"), - legacy_Event: findType("Event*"), legacy_ExpenseCategoryEditVM: findType("ExpenseCategoryEditVM*"), legacy_ExpenseCategoryEntity: findType("ExpenseCategoryEntity*"), legacy_ExpenseCategoryItemResponse: findType("ExpenseCategoryItemResponse*"), @@ -498222,6 +513750,7 @@ legacy_LinkAttribution: findType("LinkAttribution*"), legacy_ListUIState: findType("ListUIState*"), legacy_List_dynamic: findType("List<@>*"), + legacy_List_legacy_BankAccountEntity: findType("List*"), legacy_List_legacy_ChartDataGroup: findType("List*"), legacy_List_legacy_ClientEntity: findType("List*"), legacy_List_legacy_CompanyGatewayEntity: findType("List*"), @@ -498248,6 +513777,8 @@ legacy_List_legacy_WebhookEntity: findType("List*"), legacy_Listenable: findType("Listenable*"), legacy_LoadAccountSuccess: findType("LoadAccountSuccess*"), + legacy_LoadBankAccount: findType("LoadBankAccount*"), + legacy_LoadBankAccounts: findType("LoadBankAccounts*"), legacy_LoadClient: findType("LoadClient*"), legacy_LoadClients: findType("LoadClients*"), legacy_LoadCompanyGateway: findType("LoadCompanyGateway*"), @@ -498449,6 +513980,7 @@ legacy_ResendInviteRequest: findType("ResendInviteRequest*"), legacy_Response: findType("Response*"), legacy_ResponsivePadding: findType("ResponsivePadding*"), + legacy_RestoreBankAccountsRequest: findType("RestoreBankAccountsRequest*"), legacy_RestoreClientsRequest: findType("RestoreClientsRequest*"), legacy_RestoreCompanyGatewayRequest: findType("RestoreCompanyGatewayRequest*"), legacy_RestoreCreditsRequest: findType("RestoreCreditsRequest*"), @@ -498475,6 +514007,7 @@ legacy_RestoreVendorRequest: findType("RestoreVendorRequest*"), legacy_RestoreWebhooksRequest: findType("RestoreWebhooksRequest*"), legacy_SaveAuthUserRequest: findType("SaveAuthUserRequest*"), + legacy_SaveBankAccountRequest: findType("SaveBankAccountRequest*"), legacy_SaveClientDocumentRequest: findType("SaveClientDocumentRequest*"), legacy_SaveClientRequest: findType("SaveClientRequest*"), legacy_SaveCompanyDocumentRequest: findType("SaveCompanyDocumentRequest*"), @@ -498652,6 +514185,8 @@ legacy_VendorState: findType("VendorState*"), legacy_VendorUIState: findType("VendorUIState*"), legacy_VendorViewVM: findType("VendorViewVM*"), + legacy_ViewBankAccount: findType("ViewBankAccount*"), + legacy_ViewBankAccountList: findType("ViewBankAccountList*"), legacy_ViewClient: findType("ViewClient*"), legacy_ViewClientList: findType("ViewClientList*"), legacy_ViewCompanyGateway: findType("ViewCompanyGateway*"), @@ -498785,6 +514320,7 @@ nullable_IconThemeData: findType("IconThemeData?"), nullable_InkHighlight: findType("InkHighlight?"), nullable_InputBorder: findType("InputBorder?"), + nullable_JavaScriptObject: findType("JavaScriptObject?"), nullable_Key: findType("Key?"), nullable_List_BaseBarRendererElement: findType("List?"), nullable_List__LineRendererElement_Object: findType("List<_LineRendererElement>?"), @@ -498799,11 +514335,9 @@ nullable_MaterialLocalizations: findType("MaterialLocalizations?"), nullable_Matrix4: findType("Matrix4?"), nullable_Matrix4Tween: findType("Matrix4Tween?"), - nullable_MetaElement: findType("MetaElement?"), nullable_MouseCursor: findType("MouseCursor0?"), nullable_NamedAttribution: findType("NamedAttribution?"), nullable_NativeFrames: findType("NativeFrames?"), - nullable_Node: findType("Node1?"), nullable_Object: findType("Object?"), nullable_Offset: findType("Offset?"), nullable_OffsetEngineLayer: findType("OffsetEngineLayer0?"), @@ -498818,11 +514352,8 @@ nullable_PersistedClipRect: findType("PersistedClipRect?"), nullable_PersistedOffset: findType("PersistedOffset?"), nullable_PersistedOpacity: findType("PersistedOpacity?"), - nullable_PersistedPhysicalShape: findType("PersistedPhysicalShape?"), nullable_PersistedSurface: findType("PersistedSurface?"), nullable_PersistedTransform: findType("PersistedTransform?"), - nullable_PhysicalModelLayer: findType("PhysicalModelLayer?"), - nullable_PhysicalShapeEngineLayer: findType("PhysicalShapeEngineLayer0?"), nullable_PipelineOwner: findType("PipelineOwner?"), nullable_Rect: findType("Rect?"), nullable_RegisteredFont: findType("RegisteredFont?"), @@ -498843,7 +514374,6 @@ nullable_ShapeDecoration: findType("ShapeDecoration?"), nullable_SimpleSelector: findType("SimpleSelector?"), nullable_Size: findType("Size?"), - nullable_SkDeletable: findType("SkDeletable?"), nullable_SliverMultiBoxAdaptorParentData: findType("SliverMultiBoxAdaptorParentData?"), nullable_StatefulElement: findType("StatefulElement?"), nullable_String: findType("String?"), @@ -498875,9 +514405,9 @@ num: findType("num"), void: findType("~"), void_Function: findType("~()"), - void_Function_AnimationStatus: findType("~(AnimationStatus)"), void_Function_Duration: findType("~(Duration)"), void_Function_FocusHighlightMode: findType("~(FocusHighlightMode)"), + void_Function_JavaScriptObject: findType("~(JavaScriptObject)"), void_Function_List_FrameTiming: findType("~(List)"), void_Function_Object: findType("~(Object)"), void_Function_Object_StackTrace: findType("~(Object,StackTrace)"), @@ -498889,14 +514419,8 @@ (function constants() { var makeConstList = hunkHelpers.makeConstList; B.AnchorElement_methods = A.AnchorElement.prototype; - B.BodyElement_methods = A.BodyElement.prototype; B.CanvasElement_methods = A.CanvasElement.prototype; - B.CanvasRenderingContext2D_methods = A.CanvasRenderingContext2D.prototype; - B.CssStyleDeclaration_methods = A.CssStyleDeclaration.prototype; - B.DivElement_methods = A.DivElement.prototype; B.FileReader_methods = A.FileReader.prototype; - B.FormElement_methods = A.FormElement.prototype; - B.HtmlDocument_methods = A.HtmlDocument.prototype; B.HttpRequest_methods = A.HttpRequest.prototype; B.ImageElement_methods = A.ImageElement.prototype; B.InputElement_methods = A.InputElement.prototype; @@ -498909,28 +514433,15 @@ B.JSString_methods = J.JSString.prototype; B.JavaScriptFunction_methods = J.JavaScriptFunction.prototype; B.JavaScriptObject_methods = J.JavaScriptObject.prototype; - B.LabelElement_methods = A.LabelElement.prototype; - B.MediaQueryList_methods = A.MediaQueryList.prototype; - B.MetaElement_methods = A.MetaElement.prototype; - B.MutationObserver_methods = A.MutationObserver.prototype; B.NativeByteBuffer_methods = A.NativeByteBuffer.prototype; B.NativeByteData_methods = A.NativeByteData.prototype; B.NativeFloat32List_methods = A.NativeFloat32List.prototype; B.NativeInt32List_methods = A.NativeInt32List.prototype; B.NativeUint32List_methods = A.NativeUint32List.prototype; B.NativeUint8List_methods = A.NativeUint8List.prototype; - B.NodeList_methods = A.NodeList0.prototype; - B.OffscreenCanvas_methods = A.OffscreenCanvas.prototype; - B.ParagraphElement_methods = A.ParagraphElement.prototype; - B.Performance_methods = A.Performance.prototype; B.PlainJavaScriptObject_methods = J.PlainJavaScriptObject.prototype; B.Storage_methods = A.Storage.prototype; - B.StyleElement_methods = A.StyleElement.prototype; - B.SvgSvgElement_methods = A.SvgSvgElement.prototype; - B.TableElement_methods = A.TableElement.prototype; - B.TouchList_methods = A.TouchList.prototype; B.UnknownJavaScriptObject_methods = J.UnknownJavaScriptObject.prototype; - B.WheelEvent_methods = A.WheelEvent.prototype; B.Window_methods = A.Window.prototype; B.AccessibilityMode_0 = new A.AccessibilityMode(0, "unknown"); B.ActionPaneType_0 = new A.ActionPaneType(0, "end"); @@ -499003,12 +514514,12 @@ B.AuthorizationErrorCode_3 = new A.AuthorizationErrorCode(3, "notHandled"); B.AuthorizationErrorCode_4 = new A.AuthorizationErrorCode(4, "notInteractive"); B.AuthorizationErrorCode_5 = new A.AuthorizationErrorCode(5, "unknown"); - B.List_empty0 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_String); + B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_String); B.TextAffinity_1 = new A.TextAffinity(1, "downstream"); B.TextSelection_ke5 = new A.TextSelection(-1, -1, B.TextAffinity_1, false, -1, -1); B.TextRange_m1_m1 = new A.TextRange(-1, -1); B.TextEditingValue_li8 = new A.TextEditingValue("", B.TextSelection_ke5, B.TextRange_m1_m1); - B.AutofillConfiguration_lYx = new A.AutofillConfiguration(false, "", B.List_empty0, B.TextEditingValue_li8, null); + B.AutofillConfiguration_lYx = new A.AutofillConfiguration(false, "", B.List_empty1, B.TextEditingValue_li8, null); B.AutofillContextAction_0 = new A.AutofillContextAction(0, "commit"); B.AutovalidateMode_0 = new A.AutovalidateMode(0, "disabled"); B.AutovalidateMode_1 = new A.AutovalidateMode(1, "always"); @@ -499046,6 +514557,7 @@ B.BlendMode_20 = new A.BlendMode(20, "hardLight"); B.BlendMode_26 = new A.BlendMode(26, "saturation"); B.BlendMode_3 = new A.BlendMode(3, "srcOver"); + B.BlockSelector_blockquote_null_null_null = new A.BlockSelector("blockquote", null, null, null); B.BlockSelector_header1_null_null_null = new A.BlockSelector("header1", null, null, null); B.BlockSelector_header2_null_null_null = new A.BlockSelector("header2", null, null, null); B.BlockSelector_header3_null_null_null = new A.BlockSelector("header3", null, null, null); @@ -499065,10 +514577,11 @@ B.BorderRadius_tLn3 = new A.BorderRadius(B.Radius_8_8, B.Radius_8_8, B.Radius_8_8, B.Radius_8_8); B.Color_4278190080 = new A.Color(4278190080); B.BorderStyle_0 = new A.BorderStyle(0, "none"); - B.BorderSide_0CF = new A.BorderSide(B.Color_4278190080, 0, B.BorderStyle_0); + B.StrokeAlign_0 = new A.StrokeAlign(0, "inside"); + B.BorderSide_aLd = new A.BorderSide(B.Color_4278190080, 0, B.BorderStyle_0, B.StrokeAlign_0); B.BorderStyle_1 = new A.BorderStyle(1, "solid"); - B.BorderSide_27z = new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1); - B.Border_27z = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF); + B.BorderSide_hrQ = new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1, B.StrokeAlign_0); + B.Border_yXb = new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_aLd); B.BottomAppBarTheme_null_null_null = new A.BottomAppBarTheme(null, null, null); B.BottomNavigationBarThemeData_mRH = new A.BottomNavigationBarThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.BottomSheetThemeData_OEE = new A.BottomSheetThemeData(null, null, null, null, null, null, null); @@ -499085,21 +514598,20 @@ B.BoxConstraints_mlX4 = new A.BoxConstraints(64, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX = new A.BoxConstraints(280, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX1 = new A.BoxConstraints(36, 1 / 0, 36, 1 / 0); - B.BoxConstraints_mlX6 = new A.BoxConstraints(88, 1 / 0, 36, 1 / 0); B.BoxConstraints_mlX2 = new A.BoxConstraints(0, 1 / 0, 48, 1 / 0); B.BoxConstraints_mlX0 = new A.BoxConstraints(48, 1 / 0, 48, 1 / 0); B.BoxConstraints_mlX3 = new A.BoxConstraints(0, 1 / 0, 52, 1 / 0); - B.Color_4290624957 = new A.Color(4290624957); - B.BorderSide_SJV = new A.BorderSide(B.Color_4290624957, 0, B.BorderStyle_1); - B.Border_D34 = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_SJV, B.BorderSide_0CF); B.BoxShape_0 = new A.BoxShape(0, "rectangle"); - B.BoxDecoration_1ZZ = new A.BoxDecoration(null, null, B.Border_D34, null, null, null, B.BoxShape_0); B.BoxDecoration_423 = new A.BoxDecoration(null, null, null, null, null, null, B.BoxShape_0); B.Color_4294967295 = new A.Color(4294967295); B.Offset_0_3 = new A.Offset(0, 3); B.BoxShadow_oyn = new A.BoxShadow(0, B.BlurStyle_0, B.Color_4278190080, B.Offset_0_3, 5); B.List_JeD = A._setArrayType(makeConstList([B.BoxShadow_oyn]), type$.JSArray_legacy_BoxShadow); B.BoxDecoration_6H2 = new A.BoxDecoration(B.Color_4294967295, null, null, null, B.List_JeD, null, B.BoxShape_0); + B.Color_4290624957 = new A.Color(4290624957); + B.BorderSide_Ac0 = new A.BorderSide(B.Color_4290624957, 0, B.BorderStyle_1, B.StrokeAlign_0); + B.Border_irK = new A.Border(B.BorderSide_aLd, B.BorderSide_aLd, B.BorderSide_Ac0, B.BorderSide_aLd); + B.BoxDecoration_sUN = new A.BoxDecoration(null, null, B.Border_irK, null, null, null, B.BoxShape_0); B.Color_2447304688 = new A.Color(2447304688); B.BoxDecoration_uUr = new A.BoxDecoration(B.Color_2447304688, null, null, B.BorderRadius_tLn3, null, null, B.BoxShape_0); B.BoxFit_1 = new A.BoxFit(1, "contain"); @@ -499129,7 +514641,6 @@ B.ByteStream__EmptyStream = new A.ByteStream(B.C__EmptyStream0); B.CONSTANT0 = new A.Instantiation1(A.math__max$closure(), A.findType("Instantiation1")); B.CONSTANT = new A.Instantiation1(A.math__max$closure(), A.findType("Instantiation1")); - B.C_AccessibilityFeatures = new A.AccessibilityFeatures(); B.C_ActionDispatcher = new A.ActionDispatcher(); B.C_AndroidAuthMessages = new A.AndroidAuthMessages(); B.C_AppLocalizationsDelegate = new A.AppLocalizationsDelegate(); @@ -499137,6 +514648,7 @@ B.C_AssetManager = new A.AssetManager(); B.C_WebClient = new A.WebClient(); B.C_AuthRepository = new A.AuthRepository(); + B.C_BankAccountRepository = new A.BankAccountRepository(); B.C_Base64Encoder = new A.Base64Encoder(); B.C_Base64Codec = new A.Base64Codec(); B.C_Base64Decoder = new A.Base64Decoder(); @@ -499144,13 +514656,13 @@ B.C_BlockquoteComponentBuilder = new A.BlockquoteComponentBuilder(); B.C_BlockquoteSyntax = new A.BlockquoteSyntax(); B.C_BrowserPlatformLocation = new A.BrowserPlatformLocation(); + B.C_CaretStyle = new A.CaretStyle(); B.C_CkRestoreCommand = new A.CkRestoreCommand(); B.C_CkSaveCommand = new A.CkSaveCommand(); B.C_ClientRepository = new A.ClientRepository(); B.C_Clock = new A.Clock(); B.C_CodeBlockSyntax = new A.CodeBlockSyntax(); B.C_CompanyGatewayRepository = new A.CompanyGatewayRepository(); - B.C_Console = new A.Console(); B.C_ConstCornerStrategy = new A.ConstCornerStrategy(); B.C_CreditRepository = new A.CreditRepository(); B.C_DebugPaintConfig = new A.DebugPaintConfig(); @@ -499344,10 +514856,12 @@ B.C_PaintSave = new A.PaintSave(); B.C_ParagraphComponentBuilder = new A.ParagraphComponentBuilder(); B.C_ParagraphSyntax = new A.ParagraphSyntax(); + B.SelectionChangedCause_4 = new A.SelectionChangedCause(4, "keyboard"); + B.C_PasteTextIntent = new A.PasteTextIntent(); B.C_PaymentRepository = new A.PaymentRepository(); B.C_PaymentTermRepository = new A.PaymentTermRepository(); B.C_PhoneInputType = new A.PhoneInputType(); - B.TextStyle_zIQ = new A.TextStyle(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); + B.TextStyle_SVP = new A.TextStyle(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); B.C_PinTheme = new A.PinTheme(); B.C_PointerSupportDetector = new A.PointerSupportDetector(); B.C_ProductRepository = new A.ProductRepository(); @@ -499360,6 +514874,8 @@ B.C_QuoteRepository = new A.QuoteRepository(); B.C_RecurringExpenseRepository = new A.RecurringExpenseRepository(); B.C_RecurringInvoiceRepository = new A.RecurringInvoiceRepository(); + B.C_RedoTextIntent = new A.RedoTextIntent(); + B.C_SelectAllTextIntent = new A.SelectAllTextIntent(); B.Color_4289515255 = new A.Color(4289515255); B.C_SelectionStyles = new A.SelectionStyles(); B.C_SentinelValue = new A.SentinelValue(); @@ -499367,8 +514883,8 @@ B.C_SettingsRepository = new A.SettingsRepository(); B.C_SimpleLegendEntryLayout = new A.SimpleLegendEntryLayout(); B.C_StandardMessageCodec0 = new A.StandardMessageCodec(); - B.C_StandardMethodCodec0 = new A.StandardMethodCodec(); - B.C_StandardMethodCodec = new A.StandardMethodCodec0(); + B.C_StandardMethodCodec = new A.StandardMethodCodec(); + B.C_StandardMethodCodec0 = new A.StandardMethodCodec0(); B.StepSizeType_0 = new A.StepSizeType(0, "autoDetect"); B.C_StepSizeConfig = new A.StepSizeConfig(); B.C_StyledToastPosition = new A.StyledToastPosition(); @@ -499392,6 +514908,8 @@ B.Offset_chs0 = new A.Offset(0.25, 1); B.C_ThreePointCubic = new A.ThreePointCubic(); B.C_TokenRepository = new A.TokenRepository(); + B.C_TransposeCharactersIntent = new A.TransposeCharactersIntent(); + B.C_UndoTextIntent = new A.UndoTextIntent(); B.C_UnknownComponentBuilder = new A.UnknownComponentBuilder(); B.C_UnorderedListSyntax = new A.UnorderedListSyntax(); B.C_UrlInputType = new A.UrlInputType(); @@ -499406,7 +514924,7 @@ B.C_ViewConfiguration = new A.ViewConfiguration0(); B.C_ViewMargin = new A.ViewMargin(); B.C_WebPlatform = new A.WebPlatform(); - B.Map_empty6 = new A.ConstantStringMap(0, {}, B.List_empty0, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.Map_empty6 = new A.ConstantStringMap(0, {}, B.List_empty1, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.C_WebViewConfiguration = new A.WebViewConfiguration(); B.C_WebhookRepository = new A.WebhookRepository(); B.C_ZoomPageTransitionsBuilder = new A.ZoomPageTransitionsBuilder(); @@ -499420,6 +514938,7 @@ B.C__DeferringMouseCursor = new A._DeferringMouseCursor(); B.C__DelayedDone = new A._DelayedDone(); B.C__Empty = new A._Empty(); + B.C__EmptyParagraphSyntax = new A._EmptyParagraphSyntax(); B.C__EmptyStream = new A._EmptyStream(A.findType("_EmptyStream")); B.C__EndDockedFabLocation = new A._EndDockedFabLocation(); B.C__EndFloatFabLocation = new A._EndFloatFabLocation(); @@ -499466,10 +514985,12 @@ B.CircularProgressIndicator_MQk = new A.CircularProgressIndicator(4, null, null, null, null, null, null, null); B.Center_mtF = new A.Center(B.Alignment_0_0, null, null, B.CircularProgressIndicator_MQk, null); B.CheckboxThemeData_EkK = new A.CheckboxThemeData(null, null, null, null, null, null, null, null, null); - B.ChipThemeData_OhV = new A.ChipThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.CircleBorder_IVQ = new A.CircleBorder(B.BorderSide_0CF); + B.ChipThemeData_c4a = new A.ChipThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.CircleBorder_Fuf = new A.CircleBorder(B.BorderSide_aLd); B.ClampingScrollPhysics_KYr = new A.ClampingScrollPhysics(B.RangeMaintainingScrollPhysics_null); B.ClampingScrollPhysics_null = new A.ClampingScrollPhysics(null); + B.SelectionEventType_2 = new A.SelectionEventType(2, "clear"); + B.ClearSelectionEvent_SelectionEventType_2 = new A.ClearSelectionEvent(B.SelectionEventType_2); B.ClientReportFields_0 = new A.ClientReportFields(0, "id"); B.ClientReportFields_1 = new A.ClientReportFields(1, "name"); B.ClientReportFields_10 = new A.ClientReportFields(10, "address1"); @@ -499672,7 +515193,6 @@ B.Color_4279858898 = new A.Color(4279858898); B.Color_4279900698 = new A.Color(4279900698); B.Color_4279966750 = new A.Color(4279966750); - B.Color_4280150454 = new A.Color(4280150454); B.Color_4280191205 = new A.Color(4280191205); B.Color_4280261583 = new A.Color(4280261583); B.Color_4280361249 = new A.Color(4280361249); @@ -499704,7 +515224,6 @@ B.Color_4282365464 = new A.Color(4282365464); B.Color_4282414389 = new A.Color(4282414389); B.Color_4282532418 = new A.Color(4282532418); - B.Color_4282549748 = new A.Color(4282549748); B.Color_4282625130 = new A.Color(4282625130); B.Color_4282674843 = new A.Color(4282674843); B.Color_4282735204 = new A.Color(4282735204); @@ -499722,7 +515241,6 @@ B.Color_4284328948 = new A.Color(4284328948); B.Color_4284572001 = new A.Color(4284572001); B.Color_4284662882 = new A.Color(4284662882); - B.Color_4284790262 = new A.Color(4284790262); B.Color_4284809178 = new A.Color(4284809178); B.Color_4285318101 = new A.Color(4285318101); B.Color_4285769785 = new A.Color(4285769785); @@ -499896,6 +515414,8 @@ B.ContactReportFields_7 = new A.ContactReportFields(7, "industry"); B.ContactReportFields_8 = new A.ContactReportFields(8, "size"); B.ContactReportFields_9 = new A.ContactReportFields(9, "address1"); + B.CopySelectionTextIntent_false = new A.CopySelectionTextIntent(false); + B.CopySelectionTextIntent_true = new A.CopySelectionTextIntent(true); B.CreditReportFields_0 = new A.CreditReportFields(0, "id"); B.CreditReportFields_1 = new A.CreditReportFields(1, "amount"); B.CreditReportFields_10 = new A.CreditReportFields(10, "client_country"); @@ -500073,11 +515593,18 @@ B.DecorationPosition_1 = new A.DecorationPosition(1, "foreground"); B.DeepCollectionEquality_false = new A.DeepCollectionEquality(false); B.DeepCollectionEquality_true = new A.DeepCollectionEquality(true); + B._NullWidget_null3 = new A._NullWidget1(null); + B.DefaultSelectionStyle_MUs = new A.DefaultSelectionStyle(null, null, B._NullWidget_null3, null); B.TextOverflow_0 = new A.TextOverflow(0, "clip"); B.TextWidthBasis_0 = new A.TextWidthBasis(0, "parent"); - B._NullWidget_null3 = new A._NullWidget2(null); - B.DefaultTextStyle_40S = new A.DefaultTextStyle(B.TextStyle_zIQ, null, true, B.TextOverflow_0, null, B.TextWidthBasis_0, null, B._NullWidget_null3, null); - B.DeviceGestureSettings_18 = new A.DeviceGestureSettings(18); + B._NullWidget_null4 = new A._NullWidget3(null); + B.DefaultTextStyle_MTi = new A.DefaultTextStyle(B.TextStyle_SVP, null, true, B.TextOverflow_0, null, B.TextWidthBasis_0, null, B._NullWidget_null4, null); + B.DeleteCharacterIntent_false = new A.DeleteCharacterIntent(false); + B.DeleteCharacterIntent_true = new A.DeleteCharacterIntent(true); + B.DeleteToLineBreakIntent_false = new A.DeleteToLineBreakIntent(false); + B.DeleteToLineBreakIntent_true = new A.DeleteToLineBreakIntent(true); + B.DeleteToNextWordBoundaryIntent_false = new A.DeleteToNextWordBoundaryIntent(false); + B.DeleteToNextWordBoundaryIntent_true = new A.DeleteToNextWordBoundaryIntent(true); B.DiagnosticLevel_0 = new A.DiagnosticLevel(0, "hidden"); B.DiagnosticLevel_1 = new A.DiagnosticLevel(1, "fine"); B.DiagnosticLevel_2 = new A.DiagnosticLevel(2, "debug"); @@ -500095,7 +515622,7 @@ B.DiagnosticsTreeStyle_7 = new A.DiagnosticsTreeStyle(7, "flat"); B.DiagnosticsTreeStyle_8 = new A.DiagnosticsTreeStyle(8, "singleLine"); B.DiagnosticsTreeStyle_9 = new A.DiagnosticsTreeStyle(9, "errorProperty"); - B.DialogTheme_zPV = new A.DialogTheme(null, null, null, null, null, null); + B.DialogTheme_gf4 = new A.DialogTheme(null, null, null, null, null, null, null, null); B.DividerThemeData_Tnu = new A.DividerThemeData(null, null, null, null, null); B.Divider_null_null_null_null = new A.Divider(null, null, null, null); B.DocumentGestureMode_0 = new A.DocumentGestureMode(0, "mouse"); @@ -500160,6 +515687,7 @@ B.Duration_604800000000 = new A.Duration(6048e8); B.Duration_75000 = new A.Duration(75000); B.Duration_m38000 = new A.Duration(-38000); + B.EdgeInsetsDirectional_0_0_0_0 = new A.EdgeInsetsDirectional(0, 0, 0, 0); B.EdgeInsetsDirectional_0_0_8_0 = new A.EdgeInsetsDirectional(0, 0, 8, 0); B.EdgeInsetsDirectional_16_0_24_0 = new A.EdgeInsetsDirectional(16, 0, 24, 0); B.EdgeInsetsDirectional_16_0_4_0 = new A.EdgeInsetsDirectional(16, 0, 4, 0); @@ -500240,6 +515768,7 @@ B.EdgeInsets_16_20_16_8 = new A.EdgeInsets(16, 20, 16, 8); B.EdgeInsets_16_24_16_24 = new A.EdgeInsets(16, 24, 16, 24); B.EdgeInsets_16_2_16_16 = new A.EdgeInsets(16, 2, 16, 16); + B.EdgeInsets_16_4_16_4 = new A.EdgeInsets(16, 4, 16, 4); B.EdgeInsets_16_8_0_0 = new A.EdgeInsets(16, 8, 0, 0); B.EdgeInsets_16_8_16_2 = new A.EdgeInsets(16, 8, 16, 2); B.EdgeInsets_16_8_16_8 = new A.EdgeInsets(16, 8, 16, 8); @@ -500260,7 +515789,6 @@ B.EdgeInsets_24_0_24_0 = new A.EdgeInsets(24, 0, 24, 0); B.EdgeInsets_24_12_10_12 = new A.EdgeInsets(24, 12, 10, 12); B.EdgeInsets_24_16_24_16 = new A.EdgeInsets(24, 16, 24, 16); - B.EdgeInsets_24_20_24_24 = new A.EdgeInsets(24, 20, 24, 24); B.EdgeInsets_24_24_24_0 = new A.EdgeInsets(24, 24, 24, 0); B.EdgeInsets_24_24_24_24 = new A.EdgeInsets(24, 24, 24, 24); B.EdgeInsets_24_2_18_0 = new A.EdgeInsets(24, 2, 18, 0); @@ -500291,6 +515819,7 @@ B.EdgeInsets_8_0_8_12 = new A.EdgeInsets(8, 0, 8, 12); B.EdgeInsets_8_0_8_8 = new A.EdgeInsets(8, 0, 8, 8); B.EdgeInsets_8_2_0_4 = new A.EdgeInsets(8, 2, 0, 4); + B.EdgeInsets_8_4_8_4 = new A.EdgeInsets(8, 4, 8, 4); B.EdgeInsets_8_5_8_5 = new A.EdgeInsets(8, 5, 8, 5); B.EdgeInsets_8_8_8_4 = new A.EdgeInsets(8, 8, 8, 4); B.EdgeInsets_8_8_8_8 = new A.EdgeInsets(8, 8, 8, 8); @@ -500313,6 +515842,7 @@ B.EnabledState_0 = new A.EnabledState(0, "noOpinion"); B.EnabledState_1 = new A.EnabledState(1, "enabled"); B.EnabledState_2 = new A.EnabledState(2, "disabled"); + B.EngineAccessibilityFeatures_0 = new A.EngineAccessibilityFeatures(0); B.EntityAction_accept = new A.EntityAction("accept"); B.EntityAction_addToInventory = new A.EntityAction("addToInventory"); B.EntityAction_addToInvoice = new A.EntityAction("addToInvoice"); @@ -500386,6 +515916,7 @@ B.EntityState_active = new A.EntityState("active"); B.EntityState_archived = new A.EntityState("archived"); B.EntityState_deleted = new A.EntityState("deleted"); + B.EntityType_bankAccount = new A.EntityType("bankAccount"); B.EntityType_client = new A.EntityType("client"); B.EntityType_company = new A.EntityType("company"); B.EntityType_companyGateway = new A.EntityType("companyGateway"); @@ -500433,6 +515964,10 @@ B.ExecutionInstruction_0 = new A.ExecutionInstruction(0, "continueExecution"); B.ExecutionInstruction_1 = new A.ExecutionInstruction(1, "blocked"); B.ExecutionInstruction_2 = new A.ExecutionInstruction(2, "haltExecution"); + B.ExpandSelectionToDocumentBoundaryIntent_false = new A.ExpandSelectionToDocumentBoundaryIntent(false); + B.ExpandSelectionToDocumentBoundaryIntent_true = new A.ExpandSelectionToDocumentBoundaryIntent(true); + B.ExpandSelectionToLineBreakIntent_false = new A.ExpandSelectionToLineBreakIntent(false); + B.ExpandSelectionToLineBreakIntent_true = new A.ExpandSelectionToLineBreakIntent(true); B.ExpansionTileThemeData_O5j = new A.ExpansionTileThemeData(null, null, null, null, null, null, null, null, null); B.ExpenseReportFields_0 = new A.ExpenseReportFields(0, "id"); B.ExpenseReportFields_1 = new A.ExpenseReportFields(1, "amount"); @@ -500472,6 +516007,34 @@ B.ExpenseReportFields_8 = new A.ExpenseReportFields(8, "payment_type"); B.ExpenseReportFields_9 = new A.ExpenseReportFields(9, "tax_rate1"); B.ExportType_clients = new A.ExportType("clients"); + B.ExtendSelectionByCharacterIntent_false_false_false_false = new A.ExtendSelectionByCharacterIntent(false, false, false, false); + B.ExtendSelectionByCharacterIntent_false_false_false_true = new A.ExtendSelectionByCharacterIntent(false, false, false, true); + B.ExtendSelectionByCharacterIntent_true_false_false_false = new A.ExtendSelectionByCharacterIntent(true, false, false, false); + B.ExtendSelectionByCharacterIntent_true_false_false_true = new A.ExtendSelectionByCharacterIntent(true, false, false, true); + B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_false = new A.ExtendSelectionToDocumentBoundaryIntent(false, false, false, false); + B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_true = new A.ExtendSelectionToDocumentBoundaryIntent(false, false, false, true); + B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_false = new A.ExtendSelectionToDocumentBoundaryIntent(true, false, false, false); + B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_true = new A.ExtendSelectionToDocumentBoundaryIntent(true, false, false, true); + B.ExtendSelectionToLineBreakIntent_false_false_false_false = new A.ExtendSelectionToLineBreakIntent(false, false, false, false); + B.ExtendSelectionToLineBreakIntent_false_false_false_true = new A.ExtendSelectionToLineBreakIntent(false, false, false, true); + B.ExtendSelectionToLineBreakIntent_false_false_true_false = new A.ExtendSelectionToLineBreakIntent(false, false, true, false); + B.ExtendSelectionToLineBreakIntent_false_false_true_true = new A.ExtendSelectionToLineBreakIntent(false, false, true, true); + B.ExtendSelectionToLineBreakIntent_false_true_false_false = new A.ExtendSelectionToLineBreakIntent(false, true, false, false); + B.ExtendSelectionToLineBreakIntent_false_true_false_true = new A.ExtendSelectionToLineBreakIntent(false, true, false, true); + B.ExtendSelectionToLineBreakIntent_true_false_false_false = new A.ExtendSelectionToLineBreakIntent(true, false, false, false); + B.ExtendSelectionToLineBreakIntent_true_false_false_true = new A.ExtendSelectionToLineBreakIntent(true, false, false, true); + B.ExtendSelectionToLineBreakIntent_true_false_true_false = new A.ExtendSelectionToLineBreakIntent(true, false, true, false); + B.ExtendSelectionToLineBreakIntent_true_false_true_true = new A.ExtendSelectionToLineBreakIntent(true, false, true, true); + B.ExtendSelectionToNextWordBoundaryIntent_false_false_false_false = new A.ExtendSelectionToNextWordBoundaryIntent(false, false, false, false); + B.ExtendSelectionToNextWordBoundaryIntent_false_false_false_true = new A.ExtendSelectionToNextWordBoundaryIntent(false, false, false, true); + B.ExtendSelectionToNextWordBoundaryIntent_true_false_false_false = new A.ExtendSelectionToNextWordBoundaryIntent(true, false, false, false); + B.ExtendSelectionToNextWordBoundaryIntent_true_false_false_true = new A.ExtendSelectionToNextWordBoundaryIntent(true, false, false, true); + B.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent_false = new A.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent(false); + B.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent_true = new A.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent(true); + B.ExtendSelectionVerticallyToAdjacentLineIntent_false_false_false_false = new A.ExtendSelectionVerticallyToAdjacentLineIntent(false, false, false, false); + B.ExtendSelectionVerticallyToAdjacentLineIntent_false_false_false_true = new A.ExtendSelectionVerticallyToAdjacentLineIntent(false, false, false, true); + B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_false = new A.ExtendSelectionVerticallyToAdjacentLineIntent(true, false, false, false); + B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_true = new A.ExtendSelectionVerticallyToAdjacentLineIntent(true, false, false, true); B.FileMode_0 = new A.FileMode(0); B.FileMode_1 = new A.FileMode(1); B.FileMode_2 = new A.FileMode(2); @@ -500535,239 +516098,243 @@ B.FractionalOffset_0_0 = new A.FractionalOffset(0, 0); B.Type_BuiltMap_qd4 = A.typeLiteral("BuiltMap<@,@>"); B.Type_String_k8F = A.typeLiteral("String"); - B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_FullType); - B.FullType_h8g = new A.FullType(B.Type_String_k8F, B.List_empty10, false); + B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_FullType); + B.FullType_h8g = new A.FullType(B.Type_String_k8F, B.List_empty11, false); B.Type_DocumentEntity_4AN = A.typeLiteral("DocumentEntity"); - B.FullType_uzh = new A.FullType(B.Type_DocumentEntity_4AN, B.List_empty10, false); + B.FullType_uzh = new A.FullType(B.Type_DocumentEntity_4AN, B.List_empty11, false); B.List_B8J0 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_uzh]), type$.JSArray_legacy_FullType); B.FullType_0 = new A.FullType(B.Type_BuiltMap_qd4, B.List_B8J0, false); B.Type_QuoteUIState_WI9 = A.typeLiteral("QuoteUIState"); - B.FullType_0eC = new A.FullType(B.Type_QuoteUIState_WI9, B.List_empty10, false); + B.FullType_0eC = new A.FullType(B.Type_QuoteUIState_WI9, B.List_empty11, false); B.Type_CountryEntity_1Wj = A.typeLiteral("CountryEntity"); - B.FullType_i9j = new A.FullType(B.Type_CountryEntity_1Wj, B.List_empty10, false); - B.List_4m4 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_i9j]), type$.JSArray_legacy_FullType); - B.FullType_0kM = new A.FullType(B.Type_BuiltMap_qd4, B.List_4m4, false); + B.FullType_i9j = new A.FullType(B.Type_CountryEntity_1Wj, B.List_empty11, false); + B.List_4m40 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_i9j]), type$.JSArray_legacy_FullType); + B.FullType_0kM = new A.FullType(B.Type_BuiltMap_qd4, B.List_4m40, false); B.Type_BuiltList_iTR = A.typeLiteral("BuiltList<@>"); B.Type_ExpenseEntity_OLh = A.typeLiteral("ExpenseEntity"); - B.FullType_UcG = new A.FullType(B.Type_ExpenseEntity_OLh, B.List_empty10, false); + B.FullType_UcG = new A.FullType(B.Type_ExpenseEntity_OLh, B.List_empty11, false); B.List_Min = A._setArrayType(makeConstList([B.FullType_UcG]), type$.JSArray_legacy_FullType); B.FullType_0vR = new A.FullType(B.Type_BuiltList_iTR, B.List_Min, false); B.Type_PaymentUIState_kyk = A.typeLiteral("PaymentUIState"); - B.FullType_1cc = new A.FullType(B.Type_PaymentUIState_kyk, B.List_empty10, false); + B.FullType_1cc = new A.FullType(B.Type_PaymentUIState_kyk, B.List_empty11, false); B.Type_ModuleLayout_0mz = A.typeLiteral("ModuleLayout"); - B.FullType_2No = new A.FullType(B.Type_ModuleLayout_0mz, B.List_empty10, false); + B.FullType_2No = new A.FullType(B.Type_ModuleLayout_0mz, B.List_empty11, false); B.Type_CompanyGatewayUIState_0Ae = A.typeLiteral("CompanyGatewayUIState"); - B.FullType_2Px = new A.FullType(B.Type_CompanyGatewayUIState_0Ae, B.List_empty10, false); + B.FullType_2Px = new A.FullType(B.Type_CompanyGatewayUIState_0Ae, B.List_empty11, false); B.Type_VendorUIState_ohJ = A.typeLiteral("VendorUIState"); - B.FullType_2be = new A.FullType(B.Type_VendorUIState_ohJ, B.List_empty10, false); + B.FullType_2be = new A.FullType(B.Type_VendorUIState_ohJ, B.List_empty11, false); B.Type_GroupUIState_Ejg = A.typeLiteral("GroupUIState"); - B.FullType_2bx = new A.FullType(B.Type_GroupUIState_Ejg, B.List_empty10, false); + B.FullType_2bx = new A.FullType(B.Type_GroupUIState_Ejg, B.List_empty11, false); B.Type_PaymentTypeEntity_3f7 = A.typeLiteral("PaymentTypeEntity"); - B.FullType_G05 = new A.FullType(B.Type_PaymentTypeEntity_3f7, B.List_empty10, false); + B.FullType_G05 = new A.FullType(B.Type_PaymentTypeEntity_3f7, B.List_empty11, false); B.List_ujW = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_G05]), type$.JSArray_legacy_FullType); B.FullType_2fF = new A.FullType(B.Type_BuiltMap_qd4, B.List_ujW, false); B.Type_LedgerEntity_mHe = A.typeLiteral("LedgerEntity"); - B.FullType_Nws = new A.FullType(B.Type_LedgerEntity_mHe, B.List_empty10, false); + B.FullType_Nws = new A.FullType(B.Type_LedgerEntity_mHe, B.List_empty11, false); B.List_O98 = A._setArrayType(makeConstList([B.FullType_Nws]), type$.JSArray_legacy_FullType); B.FullType_2jN = new A.FullType(B.Type_BuiltList_iTR, B.List_O98, false); B.Type_SubscriptionState_4CA = A.typeLiteral("SubscriptionState"); - B.FullType_3BG = new A.FullType(B.Type_SubscriptionState_4CA, B.List_empty10, false); + B.FullType_3BG = new A.FullType(B.Type_SubscriptionState_4CA, B.List_empty11, false); B.Type_WebhookEntity_Cfr = A.typeLiteral("WebhookEntity"); - B.FullType_iL9 = new A.FullType(B.Type_WebhookEntity_Cfr, B.List_empty10, false); + B.FullType_iL9 = new A.FullType(B.Type_WebhookEntity_Cfr, B.List_empty11, false); B.List_hCL = A._setArrayType(makeConstList([B.FullType_iL9]), type$.JSArray_legacy_FullType); B.FullType_46c = new A.FullType(B.Type_BuiltList_iTR, B.List_hCL, false); B.Type_InvoiceUIState_YU8 = A.typeLiteral("InvoiceUIState"); - B.FullType_4QF = new A.FullType(B.Type_InvoiceUIState_YU8, B.List_empty10, false); + B.FullType_4QF = new A.FullType(B.Type_InvoiceUIState_YU8, B.List_empty11, false); B.Type_TaskEntity_33h = A.typeLiteral("TaskEntity"); - B.FullType_4QF0 = new A.FullType(B.Type_TaskEntity_33h, B.List_empty10, false); + B.FullType_4QF0 = new A.FullType(B.Type_TaskEntity_33h, B.List_empty11, false); B.Type_BuiltListMultimap_2Mt = A.typeLiteral("BuiltListMultimap<@,@>"); B.Type_Object_xQ6 = A.typeLiteral("Object"); - B.FullType_1MH = new A.FullType(B.Type_Object_xQ6, B.List_empty10, false); + B.FullType_1MH = new A.FullType(B.Type_Object_xQ6, B.List_empty11, false); B.List_a1A = A._setArrayType(makeConstList([B.FullType_1MH, B.FullType_1MH]), type$.JSArray_legacy_FullType); B.FullType_4Wf = new A.FullType(B.Type_BuiltListMultimap_2Mt, B.List_a1A, false); B.Type_BuiltSet_fcN = A.typeLiteral("BuiltSet<@>"); B.List_yym = A._setArrayType(makeConstList([B.FullType_1MH]), type$.JSArray_legacy_FullType); B.FullType_4e8 = new A.FullType(B.Type_BuiltSet_fcN, B.List_yym, false); B.Type_DesignEntity_0 = A.typeLiteral("DesignEntity"); - B.FullType_CNd = new A.FullType(B.Type_DesignEntity_0, B.List_empty10, false); + B.FullType_CNd = new A.FullType(B.Type_DesignEntity_0, B.List_empty11, false); B.List_cLJ = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_CNd]), type$.JSArray_legacy_FullType); B.FullType_4ig = new A.FullType(B.Type_BuiltMap_qd4, B.List_cLJ, false); B.Type_ClientContactEntity_yrB = A.typeLiteral("ClientContactEntity"); - B.FullType_CqM = new A.FullType(B.Type_ClientContactEntity_yrB, B.List_empty10, false); + B.FullType_CqM = new A.FullType(B.Type_ClientContactEntity_yrB, B.List_empty11, false); B.List_7Y5 = A._setArrayType(makeConstList([B.FullType_CqM]), type$.JSArray_legacy_FullType); B.FullType_4pa = new A.FullType(B.Type_BuiltList_iTR, B.List_7Y5, false); B.Type_ExpenseCategoryState_58F = A.typeLiteral("ExpenseCategoryState"); - B.FullType_4qm = new A.FullType(B.Type_ExpenseCategoryState_58F, B.List_empty10, false); + B.FullType_4qm = new A.FullType(B.Type_ExpenseCategoryState_58F, B.List_empty11, false); B.Type_CurrencyEntity_nZd = A.typeLiteral("CurrencyEntity"); - B.FullType_Yio = new A.FullType(B.Type_CurrencyEntity_nZd, B.List_empty10, false); + B.FullType_Yio = new A.FullType(B.Type_CurrencyEntity_nZd, B.List_empty11, false); B.List_SlD = A._setArrayType(makeConstList([B.FullType_Yio]), type$.JSArray_legacy_FullType); B.FullType_4uk = new A.FullType(B.Type_BuiltList_iTR, B.List_SlD, false); B.Type_UserEntity_IVQ = A.typeLiteral("UserEntity"); - B.FullType_oyU = new A.FullType(B.Type_UserEntity_IVQ, B.List_empty10, false); + B.FullType_oyU = new A.FullType(B.Type_UserEntity_IVQ, B.List_empty11, false); B.List_iHe = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_oyU]), type$.JSArray_legacy_FullType); B.FullType_4y3 = new A.FullType(B.Type_BuiltMap_qd4, B.List_iHe, false); B.Type_int_tHn = A.typeLiteral("int"); - B.FullType_kjq = new A.FullType(B.Type_int_tHn, B.List_empty10, false); + B.FullType_kjq = new A.FullType(B.Type_int_tHn, B.List_empty11, false); B.List_f1j = A._setArrayType(makeConstList([B.FullType_kjq, B.FullType_h8g]), type$.JSArray_legacy_FullType); B.FullType_5FV = new A.FullType(B.Type_BuiltMap_qd4, B.List_f1j, false); B.Type_ExpenseState_yzp = A.typeLiteral("ExpenseState"); - B.FullType_5OF = new A.FullType(B.Type_ExpenseState_yzp, B.List_empty10, false); + B.FullType_5OF = new A.FullType(B.Type_ExpenseState_yzp, B.List_empty11, false); B.List_UqR = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Yio]), type$.JSArray_legacy_FullType); B.FullType_5m9 = new A.FullType(B.Type_BuiltMap_qd4, B.List_UqR, false); B.Type_TaskUIState_oqK = A.typeLiteral("TaskUIState"); - B.FullType_5xM = new A.FullType(B.Type_TaskUIState_oqK, B.List_empty10, false); + B.FullType_5xM = new A.FullType(B.Type_TaskUIState_oqK, B.List_empty11, false); B.Type_DocumentState_yL2 = A.typeLiteral("DocumentState"); - B.FullType_61h = new A.FullType(B.Type_DocumentState_yL2, B.List_empty10, false); + B.FullType_61h = new A.FullType(B.Type_DocumentState_yL2, B.List_empty11, false); B.Type_UIState_sxw = A.typeLiteral("UIState"); - B.FullType_69P = new A.FullType(B.Type_UIState_sxw, B.List_empty10, false); - B.List_4AN = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_UcG]), type$.JSArray_legacy_FullType); - B.FullType_6Ps = new A.FullType(B.Type_BuiltMap_qd4, B.List_4AN, false); + B.FullType_69P = new A.FullType(B.Type_UIState_sxw, B.List_empty11, false); + B.List_4AN1 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_UcG]), type$.JSArray_legacy_FullType); + B.FullType_6Ps = new A.FullType(B.Type_BuiltMap_qd4, B.List_4AN1, false); B.Type_CompanyGatewayEntity_Yu9 = A.typeLiteral("CompanyGatewayEntity"); - B.FullType_UQL = new A.FullType(B.Type_CompanyGatewayEntity_Yu9, B.List_empty10, false); + B.FullType_UQL = new A.FullType(B.Type_CompanyGatewayEntity_Yu9, B.List_empty11, false); B.List_9pl = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_UQL]), type$.JSArray_legacy_FullType); B.FullType_6Re = new A.FullType(B.Type_BuiltMap_qd4, B.List_9pl, false); B.List_CVN = A._setArrayType(makeConstList([B.FullType_h8g]), type$.JSArray_legacy_FullType); B.FullType_6m4 = new A.FullType(B.Type_BuiltList_iTR, B.List_CVN, false); B.Type_DashboardUISettings_cg9 = A.typeLiteral("DashboardUISettings"); - B.FullType_86y = new A.FullType(B.Type_DashboardUISettings_cg9, B.List_empty10, false); + B.FullType_86y = new A.FullType(B.Type_DashboardUISettings_cg9, B.List_empty11, false); B.Type_AppLayout_co1 = A.typeLiteral("AppLayout"); - B.FullType_88H = new A.FullType(B.Type_AppLayout_co1, B.List_empty10, false); + B.FullType_88H = new A.FullType(B.Type_AppLayout_co1, B.List_empty11, false); B.Type_UserCompanyEntity_XrT = A.typeLiteral("UserCompanyEntity"); - B.FullType_whX = new A.FullType(B.Type_UserCompanyEntity_XrT, B.List_empty10, false); + B.FullType_whX = new A.FullType(B.Type_UserCompanyEntity_XrT, B.List_empty11, false); B.List_gMT = A._setArrayType(makeConstList([B.FullType_whX]), type$.JSArray_legacy_FullType); B.FullType_89t = new A.FullType(B.Type_BuiltList_iTR, B.List_gMT, false); B.Type_ExpenseCategoryEntity_ccl = A.typeLiteral("ExpenseCategoryEntity"); - B.FullType_M6L = new A.FullType(B.Type_ExpenseCategoryEntity_ccl, B.List_empty10, false); + B.FullType_M6L = new A.FullType(B.Type_ExpenseCategoryEntity_ccl, B.List_empty11, false); B.List_n5x = A._setArrayType(makeConstList([B.FullType_M6L]), type$.JSArray_legacy_FullType); B.FullType_8cq = new A.FullType(B.Type_BuiltList_iTR, B.List_n5x, false); B.Type_IndustryEntity_a7D = A.typeLiteral("IndustryEntity"); - B.FullType_8h5 = new A.FullType(B.Type_IndustryEntity_a7D, B.List_empty10, false); + B.FullType_8h5 = new A.FullType(B.Type_IndustryEntity_a7D, B.List_empty11, false); B.List_zTX = A._setArrayType(makeConstList([B.FullType_CNd]), type$.JSArray_legacy_FullType); B.FullType_8sg = new A.FullType(B.Type_BuiltList_iTR, B.List_zTX, false); B.Type_DateFormatEntity_OME = A.typeLiteral("DateFormatEntity"); - B.FullType_gg9 = new A.FullType(B.Type_DateFormatEntity_OME, B.List_empty10, false); + B.FullType_gg9 = new A.FullType(B.Type_DateFormatEntity_OME, B.List_empty11, false); B.List_SZl = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_gg9]), type$.JSArray_legacy_FullType); B.FullType_9Sk = new A.FullType(B.Type_BuiltMap_qd4, B.List_SZl, false); B.Type_TaskStatusState_Dm4 = A.typeLiteral("TaskStatusState"); - B.FullType_A6W = new A.FullType(B.Type_TaskStatusState_Dm4, B.List_empty10, false); + B.FullType_A6W = new A.FullType(B.Type_TaskStatusState_Dm4, B.List_empty11, false); B.Type_UserUIState_ymM = A.typeLiteral("UserUIState"); - B.FullType_A8J0 = new A.FullType(B.Type_UserUIState_ymM, B.List_empty10, false); + B.FullType_A8J0 = new A.FullType(B.Type_UserUIState_ymM, B.List_empty11, false); B.List_Ahx = A._setArrayType(makeConstList([B.FullType_UQL]), type$.JSArray_legacy_FullType); B.FullType_A8J = new A.FullType(B.Type_BuiltList_iTR, B.List_Ahx, false); + B.Type_BankAccountUIState_JeE = A.typeLiteral("BankAccountUIState"); + B.FullType_ASc = new A.FullType(B.Type_BankAccountUIState_JeE, B.List_empty11, false); B.Type_WebhookUIState_HFe = A.typeLiteral("WebhookUIState"); - B.FullType_AUo = new A.FullType(B.Type_WebhookUIState_HFe, B.List_empty10, false); + B.FullType_AUo = new A.FullType(B.Type_WebhookUIState_HFe, B.List_empty11, false); B.Type_DateRange_avx = A.typeLiteral("DateRange"); - B.FullType_AaU = new A.FullType(B.Type_DateRange_avx, B.List_empty10, false); + B.FullType_AaU = new A.FullType(B.Type_DateRange_avx, B.List_empty11, false); B.Type_ClientEntity_PI2 = A.typeLiteral("ClientEntity"); - B.FullType_W34 = new A.FullType(B.Type_ClientEntity_PI2, B.List_empty10, false); + B.FullType_W34 = new A.FullType(B.Type_ClientEntity_PI2, B.List_empty11, false); B.List_1ns = A._setArrayType(makeConstList([B.FullType_W34]), type$.JSArray_legacy_FullType); B.FullType_Ag3 = new A.FullType(B.Type_BuiltList_iTR, B.List_1ns, false); B.Type_ProductEntity_P4I = A.typeLiteral("ProductEntity"); - B.FullType_Art = new A.FullType(B.Type_ProductEntity_P4I, B.List_empty10, false); + B.FullType_Art = new A.FullType(B.Type_ProductEntity_P4I, B.List_empty11, false); B.Type_TokenEntity_QoM = A.typeLiteral("TokenEntity"); - B.FullType_Azp = new A.FullType(B.Type_TokenEntity_QoM, B.List_empty10, false); + B.FullType_Azp = new A.FullType(B.Type_TokenEntity_QoM, B.List_empty11, false); B.Type_GatewayTokenEntity_goM = A.typeLiteral("GatewayTokenEntity"); - B.FullType_C0V = new A.FullType(B.Type_GatewayTokenEntity_goM, B.List_empty10, false); + B.FullType_C0V = new A.FullType(B.Type_GatewayTokenEntity_goM, B.List_empty11, false); B.List_cQL = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Azp]), type$.JSArray_legacy_FullType); B.FullType_C42 = new A.FullType(B.Type_BuiltMap_qd4, B.List_cQL, false); B.Type_GatewayEntity_kOG = A.typeLiteral("GatewayEntity"); - B.FullType_uRN0 = new A.FullType(B.Type_GatewayEntity_kOG, B.List_empty10, false); + B.FullType_uRN0 = new A.FullType(B.Type_GatewayEntity_kOG, B.List_empty11, false); B.List_mHe = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_uRN0]), type$.JSArray_legacy_FullType); B.FullType_CWG = new A.FullType(B.Type_BuiltMap_qd4, B.List_mHe, false); B.Type_PaymentEntity_Usy = A.typeLiteral("PaymentEntity"); - B.FullType_CxZ0 = new A.FullType(B.Type_PaymentEntity_Usy, B.List_empty10, false); + B.FullType_CxZ0 = new A.FullType(B.Type_PaymentEntity_Usy, B.List_empty11, false); B.Type_GroupEntity_CJE = A.typeLiteral("GroupEntity"); - B.FullType_Iiu = new A.FullType(B.Type_GroupEntity_CJE, B.List_empty10, false); - B.List_i7B = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Iiu]), type$.JSArray_legacy_FullType); - B.FullType_CxZ = new A.FullType(B.Type_BuiltMap_qd4, B.List_i7B, false); + B.FullType_Iiu = new A.FullType(B.Type_GroupEntity_CJE, B.List_empty11, false); + B.List_i7B1 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Iiu]), type$.JSArray_legacy_FullType); + B.FullType_CxZ = new A.FullType(B.Type_BuiltMap_qd4, B.List_i7B1, false); B.Type_UserTwoFactorData_wwi = A.typeLiteral("UserTwoFactorData"); - B.FullType_CyS = new A.FullType(B.Type_UserTwoFactorData_wwi, B.List_empty10, false); + B.FullType_CyS = new A.FullType(B.Type_UserTwoFactorData_wwi, B.List_empty11, false); B.Type_AppSidebarMode_ZeT = A.typeLiteral("AppSidebarMode"); - B.FullType_D72 = new A.FullType(B.Type_AppSidebarMode_ZeT, B.List_empty10, false); + B.FullType_D72 = new A.FullType(B.Type_AppSidebarMode_ZeT, B.List_empty11, false); B.Type_ProductUIState_luG = A.typeLiteral("ProductUIState"); - B.FullType_DDR = new A.FullType(B.Type_ProductUIState_luG, B.List_empty10, false); + B.FullType_DDR = new A.FullType(B.Type_ProductUIState_luG, B.List_empty11, false); B.Type_AuthState_Eo2 = A.typeLiteral("AuthState"); - B.FullType_DFh = new A.FullType(B.Type_AuthState_Eo2, B.List_empty10, false); + B.FullType_DFh = new A.FullType(B.Type_AuthState_Eo2, B.List_empty11, false); B.Type_LanguageEntity_eDt = A.typeLiteral("LanguageEntity"); - B.FullType_DZ5 = new A.FullType(B.Type_LanguageEntity_eDt, B.List_empty10, false); + B.FullType_DZ5 = new A.FullType(B.Type_LanguageEntity_eDt, B.List_empty11, false); B.Type_WebhookState_6v8 = A.typeLiteral("WebhookState"); - B.FullType_EAC = new A.FullType(B.Type_WebhookState_6v8, B.List_empty10, false); + B.FullType_EAC = new A.FullType(B.Type_WebhookState_6v8, B.List_empty11, false); B.List_vRf = A._setArrayType(makeConstList([B.FullType_uzh]), type$.JSArray_legacy_FullType); B.FullType_EBZ = new A.FullType(B.Type_BuiltList_iTR, B.List_vRf, false); B.Type_ProjectUIState_osT = A.typeLiteral("ProjectUIState"); - B.FullType_EOF = new A.FullType(B.Type_ProjectUIState_osT, B.List_empty10, false); + B.FullType_EOF = new A.FullType(B.Type_ProjectUIState_osT, B.List_empty11, false); B.List_fRy = A._setArrayType(makeConstList([B.FullType_Iiu]), type$.JSArray_legacy_FullType); B.FullType_EOZ = new A.FullType(B.Type_BuiltList_iTR, B.List_fRy, false); B.Type_RecurringInvoiceState_qX6 = A.typeLiteral("RecurringInvoiceState"); - B.FullType_Elr = new A.FullType(B.Type_RecurringInvoiceState_qX6, B.List_empty10, false); + B.FullType_Elr = new A.FullType(B.Type_RecurringInvoiceState_qX6, B.List_empty11, false); + B.Type_BankAccountEntity_7YB = A.typeLiteral("BankAccountEntity"); + B.FullType_FKj = new A.FullType(B.Type_BankAccountEntity_7YB, B.List_empty11, false); B.List_ecN = A._setArrayType(makeConstList([B.FullType_Art]), type$.JSArray_legacy_FullType); B.FullType_GBo = new A.FullType(B.Type_BuiltList_iTR, B.List_ecN, false); B.Type_VendorContactEntity_2Vk = A.typeLiteral("VendorContactEntity"); - B.FullType_HVD = new A.FullType(B.Type_VendorContactEntity_2Vk, B.List_empty10, false); + B.FullType_HVD = new A.FullType(B.Type_VendorContactEntity_2Vk, B.List_empty11, false); B.Type_ProductState_jr5 = A.typeLiteral("ProductState"); - B.FullType_HZ2 = new A.FullType(B.Type_ProductState_jr5, B.List_empty10, false); + B.FullType_HZ2 = new A.FullType(B.Type_ProductState_jr5, B.List_empty11, false); B.List_uCs = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_M6L]), type$.JSArray_legacy_FullType); B.FullType_HZS = new A.FullType(B.Type_BuiltMap_qd4, B.List_uCs, false); B.Type_TaxRateEntity_uQj = A.typeLiteral("TaxRateEntity"); - B.FullType_ML3 = new A.FullType(B.Type_TaxRateEntity_uQj, B.List_empty10, false); + B.FullType_ML3 = new A.FullType(B.Type_TaxRateEntity_uQj, B.List_empty11, false); B.List_fs3 = A._setArrayType(makeConstList([B.FullType_ML3]), type$.JSArray_legacy_FullType); B.FullType_IIj = new A.FullType(B.Type_BuiltList_iTR, B.List_fs3, false); B.Type_TemplateEntity_Mm0 = A.typeLiteral("TemplateEntity"); - B.FullType_AKW = new A.FullType(B.Type_TemplateEntity_Mm0, B.List_empty10, false); + B.FullType_AKW = new A.FullType(B.Type_TemplateEntity_Mm0, B.List_empty11, false); B.List_0bo = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_AKW]), type$.JSArray_legacy_FullType); B.FullType_IWk = new A.FullType(B.Type_BuiltMap_qd4, B.List_0bo, false); B.Type_EntityStatus_gc6 = A.typeLiteral("EntityStatus"); - B.FullType_7N7 = new A.FullType(B.Type_EntityStatus_gc6, B.List_empty10, false); + B.FullType_7N7 = new A.FullType(B.Type_EntityStatus_gc6, B.List_empty11, false); B.List_muE = A._setArrayType(makeConstList([B.FullType_7N7]), type$.JSArray_legacy_FullType); B.FullType_Icb = new A.FullType(B.Type_BuiltList_iTR, B.List_muE, false); B.Type_ListUIState_46y = A.typeLiteral("ListUIState"); - B.FullType_Iqz = new A.FullType(B.Type_ListUIState_46y, B.List_empty10, false); + B.FullType_Iqz = new A.FullType(B.Type_ListUIState_46y, B.List_empty11, false); B.Type_SettingsEntity_46y = A.typeLiteral("SettingsEntity"); - B.FullType_Iqz0 = new A.FullType(B.Type_SettingsEntity_46y, B.List_empty10, false); + B.FullType_Iqz0 = new A.FullType(B.Type_SettingsEntity_46y, B.List_empty11, false); B.Type_InvoiceItemEntity_23h = A.typeLiteral("InvoiceItemEntity"); - B.FullType_lqU0 = new A.FullType(B.Type_InvoiceItemEntity_23h, B.List_empty10, false); + B.FullType_lqU0 = new A.FullType(B.Type_InvoiceItemEntity_23h, B.List_empty11, false); B.List_YYx = A._setArrayType(makeConstList([B.FullType_lqU0]), type$.JSArray_legacy_FullType); B.FullType_JhS = new A.FullType(B.Type_BuiltList_iTR, B.List_YYx, false); B.Type_EntityState_NQk = A.typeLiteral("EntityState"); - B.FullType_LCa = new A.FullType(B.Type_EntityState_NQk, B.List_empty10, false); + B.FullType_LCa = new A.FullType(B.Type_EntityState_NQk, B.List_empty11, false); B.List_fnD = A._setArrayType(makeConstList([B.FullType_LCa]), type$.JSArray_legacy_FullType); B.FullType_JmU = new A.FullType(B.Type_BuiltList_iTR, B.List_fnD, false); B.Type_ProjectEntity_mZ3 = A.typeLiteral("ProjectEntity"); - B.FullType_vbG = new A.FullType(B.Type_ProjectEntity_mZ3, B.List_empty10, false); + B.FullType_vbG = new A.FullType(B.Type_ProjectEntity_mZ3, B.List_empty11, false); B.List_6Fb = A._setArrayType(makeConstList([B.FullType_vbG]), type$.JSArray_legacy_FullType); B.FullType_KEc = new A.FullType(B.Type_BuiltList_iTR, B.List_6Fb, false); B.Type_PaymentTermState_gkc = A.typeLiteral("PaymentTermState"); - B.FullType_KIj = new A.FullType(B.Type_PaymentTermState_gkc, B.List_empty10, false); + B.FullType_KIj = new A.FullType(B.Type_PaymentTermState_gkc, B.List_empty11, false); B.List_SGa = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_h8g]), type$.JSArray_legacy_FullType); B.FullType_LNO = new A.FullType(B.Type_BuiltMap_qd4, B.List_SGa, false); B.Type_ClientState_QAb = A.typeLiteral("ClientState"); - B.FullType_MIo = new A.FullType(B.Type_ClientState_QAb, B.List_empty10, false); + B.FullType_MIo = new A.FullType(B.Type_ClientState_QAb, B.List_empty11, false); B.Type_TaxRateUIState_QAb = A.typeLiteral("TaxRateUIState"); - B.FullType_MIo0 = new A.FullType(B.Type_TaxRateUIState_QAb, B.List_empty10, false); + B.FullType_MIo0 = new A.FullType(B.Type_TaxRateUIState_QAb, B.List_empty11, false); B.Type_double_K1J = A.typeLiteral("double"); - B.FullType_MME = new A.FullType(B.Type_double_K1J, B.List_empty10, false); + B.FullType_MME = new A.FullType(B.Type_double_K1J, B.List_empty11, false); B.List_TBb = A._setArrayType(makeConstList([B.FullType_HVD]), type$.JSArray_legacy_FullType); B.FullType_MO9 = new A.FullType(B.Type_BuiltList_iTR, B.List_TBb, false); B.Type_StaticDataEntity_7Re = A.typeLiteral("StaticDataEntity"); - B.FullType_Met = new A.FullType(B.Type_StaticDataEntity_7Re, B.List_empty10, false); + B.FullType_Met = new A.FullType(B.Type_StaticDataEntity_7Re, B.List_empty11, false); B.Type_bool_lhE = A.typeLiteral("bool"); - B.FullType_MtR = new A.FullType(B.Type_bool_lhE, B.List_empty10, false); + B.FullType_MtR = new A.FullType(B.Type_bool_lhE, B.List_empty11, false); B.List_int = A._setArrayType(makeConstList([B.FullType_uRN0]), type$.JSArray_legacy_FullType); B.FullType_N80 = new A.FullType(B.Type_BuiltList_iTR, B.List_int, false); B.Type_SubscriptionEntity_Wl2 = A.typeLiteral("SubscriptionEntity"); - B.FullType_VCV = new A.FullType(B.Type_SubscriptionEntity_Wl2, B.List_empty10, false); - B.List_0 = A._setArrayType(makeConstList([B.FullType_VCV]), type$.JSArray_legacy_FullType); - B.FullType_NIe = new A.FullType(B.Type_BuiltList_iTR, B.List_0, false); + B.FullType_VCV = new A.FullType(B.Type_SubscriptionEntity_Wl2, B.List_empty11, false); + B.List_07 = A._setArrayType(makeConstList([B.FullType_VCV]), type$.JSArray_legacy_FullType); + B.FullType_NIe = new A.FullType(B.Type_BuiltList_iTR, B.List_07, false); B.Type_ReportsUIState_YKi = A.typeLiteral("ReportsUIState"); - B.FullType_NPy = new A.FullType(B.Type_ReportsUIState_YKi, B.List_empty10, false); + B.FullType_NPy = new A.FullType(B.Type_ReportsUIState_YKi, B.List_empty11, false); B.Type_SubscriptionUIState_jf1 = A.typeLiteral("SubscriptionUIState"); - B.FullType_NT2 = new A.FullType(B.Type_SubscriptionUIState_jf1, B.List_empty10, false); + B.FullType_NT2 = new A.FullType(B.Type_SubscriptionUIState_jf1, B.List_empty11, false); B.Type_TimezoneEntity_fPO = A.typeLiteral("TimezoneEntity"); - B.FullType_bTj = new A.FullType(B.Type_TimezoneEntity_fPO, B.List_empty10, false); - B.List_MIe = A._setArrayType(makeConstList([B.FullType_bTj]), type$.JSArray_legacy_FullType); - B.FullType_NYu = new A.FullType(B.Type_BuiltList_iTR, B.List_MIe, false); + B.FullType_bTj = new A.FullType(B.Type_TimezoneEntity_fPO, B.List_empty11, false); + B.List_MIe0 = A._setArrayType(makeConstList([B.FullType_bTj]), type$.JSArray_legacy_FullType); + B.FullType_NYu = new A.FullType(B.Type_BuiltList_iTR, B.List_MIe0, false); B.Type_ReportSettingsEntity_piR = A.typeLiteral("ReportSettingsEntity"); - B.FullType_Zyt = new A.FullType(B.Type_ReportSettingsEntity_piR, B.List_empty10, false); + B.FullType_Zyt = new A.FullType(B.Type_ReportSettingsEntity_piR, B.List_empty11, false); B.List_6lH = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Zyt]), type$.JSArray_legacy_FullType); B.FullType_Nhy = new A.FullType(B.Type_BuiltMap_qd4, B.List_6lH, false); B.List_scn = A._setArrayType(makeConstList([B.FullType_CxZ0]), type$.JSArray_legacy_FullType); @@ -500775,195 +516342,197 @@ B.Type_BuiltSetMultimap_9Fi = A.typeLiteral("BuiltSetMultimap<@,@>"); B.FullType_Ofx = new A.FullType(B.Type_BuiltSetMultimap_9Fi, B.List_a1A, false); B.Type_VendorEntity_Fh9 = A.typeLiteral("VendorEntity"); - B.FullType_efs = new A.FullType(B.Type_VendorEntity_Fh9, B.List_empty10, false); + B.FullType_efs = new A.FullType(B.Type_VendorEntity_Fh9, B.List_empty11, false); B.List_neu = A._setArrayType(makeConstList([B.FullType_efs]), type$.JSArray_legacy_FullType); B.FullType_Pss = new A.FullType(B.Type_BuiltList_iTR, B.List_neu, false); - B.List_gsm = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_iL9]), type$.JSArray_legacy_FullType); - B.FullType_QKO = new A.FullType(B.Type_BuiltMap_qd4, B.List_gsm, false); + B.List_gsm0 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_iL9]), type$.JSArray_legacy_FullType); + B.FullType_QKO = new A.FullType(B.Type_BuiltMap_qd4, B.List_gsm0, false); B.Type_DesignState_jZd = A.typeLiteral("DesignState"); - B.FullType_QKT = new A.FullType(B.Type_DesignState_jZd, B.List_empty10, false); + B.FullType_QKT = new A.FullType(B.Type_DesignState_jZd, B.List_empty11, false); B.Type_ActivityEntity_bvx = A.typeLiteral("ActivityEntity"); - B.FullType_U4K = new A.FullType(B.Type_ActivityEntity_bvx, B.List_empty10, false); - B.List_gQW = A._setArrayType(makeConstList([B.FullType_U4K]), type$.JSArray_legacy_FullType); - B.FullType_QWw = new A.FullType(B.Type_BuiltList_iTR, B.List_gQW, false); + B.FullType_U4K = new A.FullType(B.Type_ActivityEntity_bvx, B.List_empty11, false); + B.List_gQW1 = A._setArrayType(makeConstList([B.FullType_U4K]), type$.JSArray_legacy_FullType); + B.FullType_QWw = new A.FullType(B.Type_BuiltList_iTR, B.List_gQW1, false); B.Type_EntityType_6qb = A.typeLiteral("EntityType"); - B.FullType_qBb = new A.FullType(B.Type_EntityType_6qb, B.List_empty10, false); + B.FullType_qBb = new A.FullType(B.Type_EntityType_6qb, B.List_empty11, false); B.List_2bG = A._setArrayType(makeConstList([B.FullType_qBb, B.FullType_MtR]), type$.JSArray_legacy_FullType); B.FullType_QqY = new A.FullType(B.Type_BuiltMap_qd4, B.List_2bG, false); B.Type_InvoiceScheduleEntity_26b = A.typeLiteral("InvoiceScheduleEntity"); - B.FullType_M7M = new A.FullType(B.Type_InvoiceScheduleEntity_26b, B.List_empty10, false); - B.List_OXJ = A._setArrayType(makeConstList([B.FullType_M7M]), type$.JSArray_legacy_FullType); - B.FullType_RDC = new A.FullType(B.Type_BuiltList_iTR, B.List_OXJ, false); + B.FullType_M7M = new A.FullType(B.Type_InvoiceScheduleEntity_26b, B.List_empty11, false); + B.List_OXJ0 = A._setArrayType(makeConstList([B.FullType_M7M]), type$.JSArray_legacy_FullType); + B.FullType_RDC = new A.FullType(B.Type_BuiltList_iTR, B.List_OXJ0, false); B.Type_GroupState_QS8 = A.typeLiteral("GroupState"); - B.FullType_SNv = new A.FullType(B.Type_GroupState_QS8, B.List_empty10, false); + B.FullType_SNv = new A.FullType(B.Type_GroupState_QS8, B.List_empty11, false); B.Type_StaticState_AgZ = A.typeLiteral("StaticState"); - B.FullType_SQp0 = new A.FullType(B.Type_StaticState_AgZ, B.List_empty10, false); + B.FullType_SQp0 = new A.FullType(B.Type_StaticState_AgZ, B.List_empty11, false); B.Type_TaskState_AgZ = A.typeLiteral("TaskState"); - B.FullType_SQp = new A.FullType(B.Type_TaskState_AgZ, B.List_empty10, false); + B.FullType_SQp = new A.FullType(B.Type_TaskState_AgZ, B.List_empty11, false); + B.Type_BankAccountState_i75 = A.typeLiteral("BankAccountState"); + B.FullType_Sre = new A.FullType(B.Type_BankAccountState_i75, B.List_empty11, false); B.Type_PaymentableEntity_e3c = A.typeLiteral("PaymentableEntity"); - B.FullType_NH6 = new A.FullType(B.Type_PaymentableEntity_e3c, B.List_empty10, false); + B.FullType_NH6 = new A.FullType(B.Type_PaymentableEntity_e3c, B.List_empty11, false); B.List_0jy = A._setArrayType(makeConstList([B.FullType_NH6]), type$.JSArray_legacy_FullType); B.FullType_U06 = new A.FullType(B.Type_BuiltList_iTR, B.List_0jy, false); B.Type_UserCompanyState_8aB = A.typeLiteral("UserCompanyState"); - B.FullType_MQk = new A.FullType(B.Type_UserCompanyState_8aB, B.List_empty10, false); + B.FullType_MQk = new A.FullType(B.Type_UserCompanyState_8aB, B.List_empty11, false); B.List_9Sf = A._setArrayType(makeConstList([B.FullType_MQk]), type$.JSArray_legacy_FullType); B.FullType_UH2 = new A.FullType(B.Type_BuiltList_iTR, B.List_9Sf, false); B.List_IoD = A._setArrayType(makeConstList([B.FullType_4QF0]), type$.JSArray_legacy_FullType); B.FullType_UWS = new A.FullType(B.Type_BuiltList_iTR, B.List_IoD, false); B.Type_TaskStatusUIState_6VO = A.typeLiteral("TaskStatusUIState"); - B.FullType_Ufa = new A.FullType(B.Type_TaskStatusUIState_6VO, B.List_empty10, false); + B.FullType_Ufa = new A.FullType(B.Type_TaskStatusUIState_6VO, B.List_empty11, false); B.Type_TaskStatusEntity_wAl = A.typeLiteral("TaskStatusEntity"); - B.FullType_ef4 = new A.FullType(B.Type_TaskStatusEntity_wAl, B.List_empty10, false); + B.FullType_ef4 = new A.FullType(B.Type_TaskStatusEntity_wAl, B.List_empty11, false); B.List_7z6 = A._setArrayType(makeConstList([B.FullType_ef4]), type$.JSArray_legacy_FullType); B.FullType_WVg = new A.FullType(B.Type_BuiltList_iTR, B.List_7z6, false); B.Type_HistoryRecord_ato = A.typeLiteral("HistoryRecord"); - B.FullType_4eO = new A.FullType(B.Type_HistoryRecord_ato, B.List_empty10, false); - B.List_UEQ = A._setArrayType(makeConstList([B.FullType_4eO]), type$.JSArray_legacy_FullType); - B.FullType_WXJ = new A.FullType(B.Type_BuiltList_iTR, B.List_UEQ, false); + B.FullType_4eO = new A.FullType(B.Type_HistoryRecord_ato, B.List_empty11, false); + B.List_UEQ0 = A._setArrayType(makeConstList([B.FullType_4eO]), type$.JSArray_legacy_FullType); + B.FullType_WXJ = new A.FullType(B.Type_BuiltList_iTR, B.List_UEQ0, false); B.Type_ExpenseCategoryUIState_ESz = A.typeLiteral("ExpenseCategoryUIState"); - B.FullType_Xjb = new A.FullType(B.Type_ExpenseCategoryUIState_ESz, B.List_empty10, false); - B.List_gkc0 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_VCV]), type$.JSArray_legacy_FullType); - B.FullType_YGD = new A.FullType(B.Type_BuiltMap_qd4, B.List_gkc0, false); - B.List_wEo = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_DZ5]), type$.JSArray_legacy_FullType); - B.FullType_YiR = new A.FullType(B.Type_BuiltMap_qd4, B.List_wEo, false); + B.FullType_Xjb = new A.FullType(B.Type_ExpenseCategoryUIState_ESz, B.List_empty11, false); + B.List_gkc6 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_VCV]), type$.JSArray_legacy_FullType); + B.FullType_YGD = new A.FullType(B.Type_BuiltMap_qd4, B.List_gkc6, false); + B.List_wEo1 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_DZ5]), type$.JSArray_legacy_FullType); + B.FullType_YiR = new A.FullType(B.Type_BuiltMap_qd4, B.List_wEo1, false); B.Type_UserSettingsEntity_ES6 = A.typeLiteral("UserSettingsEntity"); - B.FullType_Ymm = new A.FullType(B.Type_UserSettingsEntity_ES6, B.List_empty10, false); + B.FullType_Ymm = new A.FullType(B.Type_UserSettingsEntity_ES6, B.List_empty11, false); B.Type_ImportRequestMapping_WUU = A.typeLiteral("ImportRequestMapping"); - B.FullType_xwA = new A.FullType(B.Type_ImportRequestMapping_WUU, B.List_empty10, false); + B.FullType_xwA = new A.FullType(B.Type_ImportRequestMapping_WUU, B.List_empty11, false); B.List_dGI = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_xwA]), type$.JSArray_legacy_FullType); B.FullType_Yup = new A.FullType(B.Type_BuiltMap_qd4, B.List_dGI, false); B.Type_PurchaseOrderUIState_Ume = A.typeLiteral("PurchaseOrderUIState"); - B.FullType_a5W = new A.FullType(B.Type_PurchaseOrderUIState_Ume, B.List_empty10, false); + B.FullType_a5W = new A.FullType(B.Type_PurchaseOrderUIState_Ume, B.List_empty11, false); B.Type_CompanyEntity_Gbn = A.typeLiteral("CompanyEntity"); - B.FullType_a9P = new A.FullType(B.Type_CompanyEntity_Gbn, B.List_empty10, false); + B.FullType_a9P = new A.FullType(B.Type_CompanyEntity_Gbn, B.List_empty11, false); B.Type_ExpenseScheduleEntity_QWG = A.typeLiteral("ExpenseScheduleEntity"); - B.FullType_yzu = new A.FullType(B.Type_ExpenseScheduleEntity_QWG, B.List_empty10, false); + B.FullType_yzu = new A.FullType(B.Type_ExpenseScheduleEntity_QWG, B.List_empty11, false); B.List_NS7 = A._setArrayType(makeConstList([B.FullType_yzu]), type$.JSArray_legacy_FullType); B.FullType_aXU = new A.FullType(B.Type_BuiltList_iTR, B.List_NS7, false); B.Type_InvoiceHistoryEntity_1R3 = A.typeLiteral("InvoiceHistoryEntity"); - B.FullType_bLp = new A.FullType(B.Type_InvoiceHistoryEntity_1R3, B.List_empty10, false); + B.FullType_bLp = new A.FullType(B.Type_InvoiceHistoryEntity_1R3, B.List_empty11, false); B.Type_BaseEntity_E1L = A.typeLiteral("BaseEntity"); - B.FullType_i7r = new A.FullType(B.Type_BaseEntity_E1L, B.List_empty10, false); + B.FullType_i7r = new A.FullType(B.Type_BaseEntity_E1L, B.List_empty11, false); B.List_mPk = A._setArrayType(makeConstList([B.FullType_i7r]), type$.JSArray_legacy_FullType); B.FullType_bQV = new A.FullType(B.Type_BuiltList_iTR, B.List_mPk, false); B.Type_2fc = A.typeLiteral("PreImportResponseEntityDetails"); - B.FullType_ORf = new A.FullType(B.Type_2fc, B.List_empty10, false); + B.FullType_ORf = new A.FullType(B.Type_2fc, B.List_empty11, false); B.List_EKj = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_ORf]), type$.JSArray_legacy_FullType); B.FullType_blF = new A.FullType(B.Type_BuiltMap_qd4, B.List_EKj, false); B.Type_DesignUIState_IkK = A.typeLiteral("DesignUIState"); - B.FullType_cE9 = new A.FullType(B.Type_DesignUIState_IkK, B.List_empty10, false); + B.FullType_cE9 = new A.FullType(B.Type_DesignUIState_IkK, B.List_empty11, false); B.Type_ProjectState_OLY = A.typeLiteral("ProjectState"); - B.FullType_cEX = new A.FullType(B.Type_ProjectState_OLY, B.List_empty10, false); + B.FullType_cEX = new A.FullType(B.Type_ProjectState_OLY, B.List_empty11, false); B.Type_InvoiceStatusEntity_mqK = A.typeLiteral("InvoiceStatusEntity"); - B.FullType_ES1 = new A.FullType(B.Type_InvoiceStatusEntity_mqK, B.List_empty10, false); + B.FullType_ES1 = new A.FullType(B.Type_InvoiceStatusEntity_mqK, B.List_empty11, false); B.List_0ju = A._setArrayType(makeConstList([B.FullType_ES1]), type$.JSArray_legacy_FullType); B.FullType_cL3 = new A.FullType(B.Type_BuiltList_iTR, B.List_0ju, false); B.Type_PaymentTermUIState_2No = A.typeLiteral("PaymentTermUIState"); - B.FullType_cg9 = new A.FullType(B.Type_PaymentTermUIState_2No, B.List_empty10, false); + B.FullType_cg9 = new A.FullType(B.Type_PaymentTermUIState_2No, B.List_empty11, false); B.Type_ClientUIState_ekJ = A.typeLiteral("ClientUIState"); - B.FullType_cys = new A.FullType(B.Type_ClientUIState_ekJ, B.List_empty10, false); + B.FullType_cys = new A.FullType(B.Type_ClientUIState_ekJ, B.List_empty11, false); B.Type_UserState_WZn = A.typeLiteral("UserState"); - B.FullType_d4x = new A.FullType(B.Type_UserState_WZn, B.List_empty10, false); + B.FullType_d4x = new A.FullType(B.Type_UserState_WZn, B.List_empty11, false); B.Type_TaxRateState_axY = A.typeLiteral("TaxRateState"); - B.FullType_dIX = new A.FullType(B.Type_TaxRateState_axY, B.List_empty10, false); + B.FullType_dIX = new A.FullType(B.Type_TaxRateState_axY, B.List_empty11, false); B.Type_WebhookConfigurationEntity_WRw = A.typeLiteral("WebhookConfigurationEntity"); - B.FullType_dct = new A.FullType(B.Type_WebhookConfigurationEntity_WRw, B.List_empty10, false); + B.FullType_dct = new A.FullType(B.Type_WebhookConfigurationEntity_WRw, B.List_empty11, false); B.Type_GatewayTokenMetaEntity_AuK = A.typeLiteral("GatewayTokenMetaEntity"); - B.FullType_e10 = new A.FullType(B.Type_GatewayTokenMetaEntity_AuK, B.List_empty10, false); + B.FullType_e10 = new A.FullType(B.Type_GatewayTokenMetaEntity_AuK, B.List_empty11, false); B.Type_DashboardField_7Xc = A.typeLiteral("DashboardField"); - B.FullType_oyU0 = new A.FullType(B.Type_DashboardField_7Xc, B.List_empty10, false); + B.FullType_oyU0 = new A.FullType(B.Type_DashboardField_7Xc, B.List_empty11, false); B.List_weg = A._setArrayType(makeConstList([B.FullType_oyU0]), type$.JSArray_legacy_FullType); B.FullType_e7r0 = new A.FullType(B.Type_BuiltList_iTR, B.List_weg, false); B.List_weg0 = A._setArrayType(makeConstList([B.FullType_oyU]), type$.JSArray_legacy_FullType); B.FullType_e7r = new A.FullType(B.Type_BuiltList_iTR, B.List_weg0, false); B.Type_SettingsUIState_kvD = A.typeLiteral("SettingsUIState"); - B.FullType_eFJ = new A.FullType(B.Type_SettingsUIState_kvD, B.List_empty10, false); + B.FullType_eFJ = new A.FullType(B.Type_SettingsUIState_kvD, B.List_empty11, false); B.FullType_eLJ = new A.FullType(B.Type_BuiltList_iTR, B.List_yym, false); B.Type_PrefStateSortField_Ekc = A.typeLiteral("PrefStateSortField"); - B.FullType_00 = new A.FullType(B.Type_PrefStateSortField_Ekc, B.List_empty10, false); + B.FullType_00 = new A.FullType(B.Type_PrefStateSortField_Ekc, B.List_empty11, false); B.List_nD0 = A._setArrayType(makeConstList([B.FullType_qBb, B.FullType_00]), type$.JSArray_legacy_FullType); B.FullType_fL6 = new A.FullType(B.Type_BuiltMap_qd4, B.List_nD0, false); B.Type_InvoiceEntity_UcM = A.typeLiteral("InvoiceEntity"); - B.FullType_fXI = new A.FullType(B.Type_InvoiceEntity_UcM, B.List_empty10, false); + B.FullType_fXI = new A.FullType(B.Type_InvoiceEntity_UcM, B.List_empty11, false); B.Type_RecurringExpenseUIState_TTS = A.typeLiteral("RecurringExpenseUIState"); - B.FullType_fs3 = new A.FullType(B.Type_RecurringExpenseUIState_TTS, B.List_empty10, false); + B.FullType_fs3 = new A.FullType(B.Type_RecurringExpenseUIState_TTS, B.List_empty11, false); B.Type_RecurringInvoiceUIState_Sof = A.typeLiteral("RecurringInvoiceUIState"); - B.FullType_gA4 = new A.FullType(B.Type_RecurringInvoiceUIState_Sof, B.List_empty10, false); + B.FullType_gA4 = new A.FullType(B.Type_RecurringInvoiceUIState_Sof, B.List_empty11, false); B.Type_CompanyGatewayState_ckm = A.typeLiteral("CompanyGatewayState"); - B.FullType_gGD = new A.FullType(B.Type_CompanyGatewayState_ckm, B.List_empty10, false); + B.FullType_gGD = new A.FullType(B.Type_CompanyGatewayState_ckm, B.List_empty11, false); B.Type_DatetimeFormatEntity_EyI = A.typeLiteral("DatetimeFormatEntity"); - B.FullType_kqZ = new A.FullType(B.Type_DatetimeFormatEntity_EyI, B.List_empty10, false); + B.FullType_kqZ = new A.FullType(B.Type_DatetimeFormatEntity_EyI, B.List_empty11, false); B.List_Ht6 = A._setArrayType(makeConstList([B.FullType_kqZ]), type$.JSArray_legacy_FullType); B.FullType_gsm = new A.FullType(B.Type_BuiltList_iTR, B.List_Ht6, false); B.Type_ExpenseUIState_wKu = A.typeLiteral("ExpenseUIState"); - B.FullType_ivT = new A.FullType(B.Type_ExpenseUIState_wKu, B.List_empty10, false); + B.FullType_ivT = new A.FullType(B.Type_ExpenseUIState_wKu, B.List_empty11, false); B.Type_PurchaseOrderState_Y5a = A.typeLiteral("PurchaseOrderState"); - B.FullType_kGC = new A.FullType(B.Type_PurchaseOrderState_Y5a, B.List_empty10, false); + B.FullType_kGC = new A.FullType(B.Type_PurchaseOrderState_Y5a, B.List_empty11, false); B.List_TdU = A._setArrayType(makeConstList([B.FullType_qBb]), type$.JSArray_legacy_FullType); B.FullType_kSI = new A.FullType(B.Type_BuiltList_iTR, B.List_TdU, false); B.Type_CreditUIState_pyp = A.typeLiteral("CreditUIState"); - B.FullType_kiO = new A.FullType(B.Type_CreditUIState_pyp, B.List_empty10, false); + B.FullType_kiO = new A.FullType(B.Type_CreditUIState_pyp, B.List_empty11, false); B.Type_InvitationEntity_qtf = A.typeLiteral("InvitationEntity"); - B.FullType_69t = new A.FullType(B.Type_InvitationEntity_qtf, B.List_empty10, false); + B.FullType_69t = new A.FullType(B.Type_InvitationEntity_qtf, B.List_empty11, false); B.List_PLv = A._setArrayType(makeConstList([B.FullType_69t]), type$.JSArray_legacy_FullType); B.FullType_koo = new A.FullType(B.Type_BuiltList_iTR, B.List_PLv, false); - B.List_ww80 = A._setArrayType(makeConstList([B.FullType_i9j]), type$.JSArray_legacy_FullType); - B.FullType_kr30 = new A.FullType(B.Type_BuiltList_iTR, B.List_ww80, false); - B.List_ww81 = A._setArrayType(makeConstList([B.FullType_C0V]), type$.JSArray_legacy_FullType); - B.FullType_kr3 = new A.FullType(B.Type_BuiltList_iTR, B.List_ww81, false); + B.List_ww85 = A._setArrayType(makeConstList([B.FullType_i9j]), type$.JSArray_legacy_FullType); + B.FullType_kr30 = new A.FullType(B.Type_BuiltList_iTR, B.List_ww85, false); + B.List_ww86 = A._setArrayType(makeConstList([B.FullType_C0V]), type$.JSArray_legacy_FullType); + B.FullType_kr3 = new A.FullType(B.Type_BuiltList_iTR, B.List_ww86, false); B.Type_PaymentTermEntity_EHU = A.typeLiteral("PaymentTermEntity"); - B.FullType_y87 = new A.FullType(B.Type_PaymentTermEntity_EHU, B.List_empty10, false); - B.List_IJC = A._setArrayType(makeConstList([B.FullType_y87]), type$.JSArray_legacy_FullType); - B.FullType_kvD = new A.FullType(B.Type_BuiltList_iTR, B.List_IJC, false); - B.List_yzJ = A._setArrayType(makeConstList([B.FullType_8h5]), type$.JSArray_legacy_FullType); - B.FullType_l2n = new A.FullType(B.Type_BuiltList_iTR, B.List_yzJ, false); + B.FullType_y87 = new A.FullType(B.Type_PaymentTermEntity_EHU, B.List_empty11, false); + B.List_IJC0 = A._setArrayType(makeConstList([B.FullType_y87]), type$.JSArray_legacy_FullType); + B.FullType_kvD = new A.FullType(B.Type_BuiltList_iTR, B.List_IJC0, false); + B.List_yzJ0 = A._setArrayType(makeConstList([B.FullType_8h5]), type$.JSArray_legacy_FullType); + B.FullType_l2n = new A.FullType(B.Type_BuiltList_iTR, B.List_yzJ0, false); B.Type_CreditState_23h = A.typeLiteral("CreditState"); - B.FullType_lqU = new A.FullType(B.Type_CreditState_23h, B.List_empty10, false); + B.FullType_lqU = new A.FullType(B.Type_CreditState_23h, B.List_empty11, false); B.List_44F = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_CxZ0]), type$.JSArray_legacy_FullType); B.FullType_mC7 = new A.FullType(B.Type_BuiltMap_qd4, B.List_44F, false); - B.List_00 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_8h5]), type$.JSArray_legacy_FullType); - B.FullType_mFp = new A.FullType(B.Type_BuiltMap_qd4, B.List_00, false); + B.List_08 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_8h5]), type$.JSArray_legacy_FullType); + B.FullType_mFp = new A.FullType(B.Type_BuiltMap_qd4, B.List_08, false); B.List_S9b = A._setArrayType(makeConstList([B.FullType_G05]), type$.JSArray_legacy_FullType); B.FullType_mJb = new A.FullType(B.Type_BuiltList_iTR, B.List_S9b, false); - B.List_Xy5 = A._setArrayType(makeConstList([B.FullType_Azp]), type$.JSArray_legacy_FullType); - B.FullType_mKc = new A.FullType(B.Type_BuiltList_iTR, B.List_Xy5, false); + B.List_Xy50 = A._setArrayType(makeConstList([B.FullType_Azp]), type$.JSArray_legacy_FullType); + B.FullType_mKc = new A.FullType(B.Type_BuiltList_iTR, B.List_Xy50, false); B.List_x2x = A._setArrayType(makeConstList([B.FullType_qBb, B.FullType_6m4]), type$.JSArray_legacy_FullType); B.FullType_mVA = new A.FullType(B.Type_BuiltMap_qd4, B.List_x2x, false); B.Type_InvoiceState_YnY = A.typeLiteral("InvoiceState"); - B.FullType_mXg = new A.FullType(B.Type_InvoiceState_YnY, B.List_empty10, false); + B.FullType_mXg = new A.FullType(B.Type_InvoiceState_YnY, B.List_empty11, false); B.List_w61 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_6m4]), type$.JSArray_legacy_FullType); B.FullType_mZn = new A.FullType(B.Type_BuiltMap_qd4, B.List_w61, false); B.List_fDt = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_fXI]), type$.JSArray_legacy_FullType); B.FullType_n67 = new A.FullType(B.Type_BuiltMap_qd4, B.List_fDt, false); B.Type_RecurringExpenseState_o7m = A.typeLiteral("RecurringExpenseState"); - B.FullType_nrV = new A.FullType(B.Type_RecurringExpenseState_o7m, B.List_empty10, false); - B.FullType_null_List_empty_false = new A.FullType(null, B.List_empty10, false); - B.List_8aB0 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_ML3]), type$.JSArray_legacy_FullType); - B.FullType_o2l = new A.FullType(B.Type_BuiltMap_qd4, B.List_8aB0, false); + B.FullType_nrV = new A.FullType(B.Type_RecurringExpenseState_o7m, B.List_empty11, false); + B.FullType_null_List_empty_false = new A.FullType(null, B.List_empty11, false); + B.List_8aB2 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_ML3]), type$.JSArray_legacy_FullType); + B.FullType_o2l = new A.FullType(B.Type_BuiltMap_qd4, B.List_8aB2, false); B.Type_FeesAndLimitsSettings_wgw = A.typeLiteral("FeesAndLimitsSettings"); - B.FullType_A4t = new A.FullType(B.Type_FeesAndLimitsSettings_wgw, B.List_empty10, false); + B.FullType_A4t = new A.FullType(B.Type_FeesAndLimitsSettings_wgw, B.List_empty11, false); B.List_Cny = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_A4t]), type$.JSArray_legacy_FullType); B.FullType_oCX = new A.FullType(B.Type_BuiltMap_qd4, B.List_Cny, false); B.Type_DateRangeComparison_wco = A.typeLiteral("DateRangeComparison"); - B.FullType_oEc = new A.FullType(B.Type_DateRangeComparison_wco, B.List_empty10, false); + B.FullType_oEc = new A.FullType(B.Type_DateRangeComparison_wco, B.List_empty11, false); B.Type_SystemLogEntity_eL6 = A.typeLiteral("SystemLogEntity"); - B.FullType_IFE = new A.FullType(B.Type_SystemLogEntity_eL6, B.List_empty10, false); + B.FullType_IFE = new A.FullType(B.Type_SystemLogEntity_eL6, B.List_empty11, false); B.List_ivT = A._setArrayType(makeConstList([B.FullType_IFE]), type$.JSArray_legacy_FullType); B.FullType_oGx = new A.FullType(B.Type_BuiltList_iTR, B.List_ivT, false); B.Type_TokenUIState_bDN = A.typeLiteral("TokenUIState"); - B.FullType_oeJ = new A.FullType(B.Type_TokenUIState_bDN, B.List_empty10, false); + B.FullType_oeJ = new A.FullType(B.Type_TokenUIState_bDN, B.List_empty11, false); B.Type_TokenState_EOw = A.typeLiteral("TokenState"); - B.FullType_ouN = new A.FullType(B.Type_TokenState_EOw, B.List_empty10, false); + B.FullType_ouN = new A.FullType(B.Type_TokenState_EOw, B.List_empty11, false); B.Type_SizeEntity_ROq = A.typeLiteral("SizeEntity"); - B.FullType_paV = new A.FullType(B.Type_SizeEntity_ROq, B.List_empty10, false); + B.FullType_paV = new A.FullType(B.Type_SizeEntity_ROq, B.List_empty11, false); B.List_VAd = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_paV]), type$.JSArray_legacy_FullType); B.FullType_pUI = new A.FullType(B.Type_BuiltMap_qd4, B.List_VAd, false); B.Type_RegistrationFieldEntity_k2a = A.typeLiteral("RegistrationFieldEntity"); - B.FullType_mdN = new A.FullType(B.Type_RegistrationFieldEntity_k2a, B.List_empty10, false); + B.FullType_mdN = new A.FullType(B.Type_RegistrationFieldEntity_k2a, B.List_empty11, false); B.List_cg9 = A._setArrayType(makeConstList([B.FullType_mdN]), type$.JSArray_legacy_FullType); B.FullType_pjG = new A.FullType(B.Type_BuiltList_iTR, B.List_cg9, false); B.Type_PrefState_ePg = A.typeLiteral("PrefState"); - B.FullType_qBb0 = new A.FullType(B.Type_PrefState_ePg, B.List_empty10, false); + B.FullType_qBb0 = new A.FullType(B.Type_PrefState_ePg, B.List_empty11, false); B.List_08H = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_vbG]), type$.JSArray_legacy_FullType); B.FullType_qFt = new A.FullType(B.Type_BuiltMap_qd4, B.List_08H, false); B.List_gLw = A._setArrayType(makeConstList([B.FullType_6m4]), type$.JSArray_legacy_FullType); @@ -500974,27 +516543,29 @@ B.FullType_rQK = new A.FullType(B.Type_BuiltList_iTR, B.List_lC7, false); B.List_OzE = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_bTj]), type$.JSArray_legacy_FullType); B.FullType_sYl = new A.FullType(B.Type_BuiltMap_qd4, B.List_OzE, false); - B.List_ouN = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_efs]), type$.JSArray_legacy_FullType); - B.FullType_sav = new A.FullType(B.Type_BuiltMap_qd4, B.List_ouN, false); + B.List_ouN1 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_FKj]), type$.JSArray_legacy_FullType); + B.FullType_sav = new A.FullType(B.Type_BuiltMap_qd4, B.List_ouN1, false); + B.List_ouN2 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_efs]), type$.JSArray_legacy_FullType); + B.FullType_sav0 = new A.FullType(B.Type_BuiltMap_qd4, B.List_ouN2, false); B.Type_PaymentState_ChD = A.typeLiteral("PaymentState"); - B.FullType_sgl = new A.FullType(B.Type_PaymentState_ChD, B.List_empty10, false); + B.FullType_sgl = new A.FullType(B.Type_PaymentState_ChD, B.List_empty11, false); B.Type_GatewayOptionsEntity_Ucj = A.typeLiteral("GatewayOptionsEntity"); - B.FullType_Au4 = new A.FullType(B.Type_GatewayOptionsEntity_Ucj, B.List_empty10, false); + B.FullType_Au4 = new A.FullType(B.Type_GatewayOptionsEntity_Ucj, B.List_empty11, false); B.List_iPu = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Au4]), type$.JSArray_legacy_FullType); B.FullType_sm9 = new A.FullType(B.Type_BuiltMap_qd4, B.List_iPu, false); B.Type_EmailTemplate_GAI = A.typeLiteral("EmailTemplate"); - B.FullType_t81 = new A.FullType(B.Type_EmailTemplate_GAI, B.List_empty10, false); + B.FullType_t81 = new A.FullType(B.Type_EmailTemplate_GAI, B.List_empty11, false); B.Type_HealthCheckPHPResponse_kOG = A.typeLiteral("HealthCheckPHPResponse"); - B.FullType_uRN = new A.FullType(B.Type_HealthCheckPHPResponse_kOG, B.List_empty10, false); + B.FullType_uRN = new A.FullType(B.Type_HealthCheckPHPResponse_kOG, B.List_empty11, false); B.Type_DashboardUIState_4YB = A.typeLiteral("DashboardUIState"); - B.FullType_wEo = new A.FullType(B.Type_DashboardUIState_4YB, B.List_empty10, false); + B.FullType_wEo = new A.FullType(B.Type_DashboardUIState_4YB, B.List_empty11, false); B.List_y1Y = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_W34]), type$.JSArray_legacy_FullType); B.FullType_wHc = new A.FullType(B.Type_BuiltMap_qd4, B.List_y1Y, false); B.FullType_wIv = new A.FullType(B.Type_BuiltMap_qd4, B.List_a1A, false); B.List_a99 = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_y87]), type$.JSArray_legacy_FullType); B.FullType_weg = new A.FullType(B.Type_BuiltMap_qd4, B.List_a99, false); B.Type_AccountEntity_46S = A.typeLiteral("AccountEntity"); - B.FullType_wg3 = new A.FullType(B.Type_AccountEntity_46S, B.List_empty10, false); + B.FullType_wg3 = new A.FullType(B.Type_AccountEntity_46S, B.List_empty11, false); B.List_skt = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_Art]), type$.JSArray_legacy_FullType); B.FullType_woD = new A.FullType(B.Type_BuiltMap_qd4, B.List_skt, false); B.List_VWp = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_4QF0]), type$.JSArray_legacy_FullType); @@ -501004,17 +516575,19 @@ B.List_kHV = A._setArrayType(makeConstList([B.FullType_paV]), type$.JSArray_legacy_FullType); B.FullType_wsa = new A.FullType(B.Type_BuiltList_iTR, B.List_kHV, false); B.Type_DocumentUIState_CyS = A.typeLiteral("DocumentUIState"); - B.FullType_wwi = new A.FullType(B.Type_DocumentUIState_CyS, B.List_empty10, false); + B.FullType_wwi = new A.FullType(B.Type_DocumentUIState_CyS, B.List_empty11, false); B.Type_VendorState_Db0 = A.typeLiteral("VendorState"); - B.FullType_xI0 = new A.FullType(B.Type_VendorState_Db0, B.List_empty10, false); + B.FullType_xI0 = new A.FullType(B.Type_VendorState_Db0, B.List_empty11, false); B.List_kSI = A._setArrayType(makeConstList([B.FullType_fXI]), type$.JSArray_legacy_FullType); B.FullType_xS5 = new A.FullType(B.Type_BuiltList_iTR, B.List_kSI, false); + B.List_qrv0 = A._setArrayType(makeConstList([B.FullType_FKj]), type$.JSArray_legacy_FullType); + B.FullType_yLX = new A.FullType(B.Type_BuiltList_iTR, B.List_qrv0, false); B.Type_CompanyPrefState_Y50 = A.typeLiteral("CompanyPrefState"); - B.FullType_mes = new A.FullType(B.Type_CompanyPrefState_Y50, B.List_empty10, false); + B.FullType_mes = new A.FullType(B.Type_CompanyPrefState_Y50, B.List_empty11, false); B.List_b9P = A._setArrayType(makeConstList([B.FullType_h8g, B.FullType_mes]), type$.JSArray_legacy_FullType); B.FullType_ym9 = new A.FullType(B.Type_BuiltMap_qd4, B.List_b9P, false); B.Type_QuoteState_aJC = A.typeLiteral("QuoteState"); - B.FullType_yqa = new A.FullType(B.Type_QuoteState_aJC, B.List_empty10, false); + B.FullType_yqa = new A.FullType(B.Type_QuoteState_aJC, B.List_empty11, false); B.GestureDirection_0 = new A.GestureDirection(0, "opening"); B.GestureDirection_1 = new A.GestureDirection(1, "closing"); B.GestureDisposition_0 = new A.GestureDisposition(0, "accepted"); @@ -501093,6 +516666,7 @@ B.IconData_57912_MaterialIcons_null_false = new A.IconData(57912, "MaterialIcons", null, false); B.IconData_57967_MaterialIcons_null_false = new A.IconData(57967, "MaterialIcons", null, false); B.IconData_57984_MaterialIcons_null_false = new A.IconData(57984, "MaterialIcons", null, false); + B.IconData_58041_MaterialIcons_null_false = new A.IconData(58041, "MaterialIcons", null, false); B.IconData_58051_MaterialIcons_null_false = new A.IconData(58051, "MaterialIcons", null, false); B.IconData_58123_MaterialIcons_null_true = new A.IconData(58123, "MaterialIcons", null, true); B.IconData_58132_MaterialIcons_null_false = new A.IconData(58132, "MaterialIcons", null, false); @@ -501158,8 +516732,6 @@ B.IconData_59083_MaterialIcons_null_false = new A.IconData(59083, "MaterialIcons", null, false); B.IconData_61224_MaterialIcons_null_false = new A.IconData(61224, "MaterialIcons", null, false); B.IconData_62057_MaterialIcons_null_false = new A.IconData(62057, "MaterialIcons", null, false); - B.IconData_984386_MaterialIcons_null_false = new A.IconData(984386, "MaterialIcons", null, false); - B.IconData_984508_MaterialIcons_null_false = new A.IconData(984508, "MaterialIcons", null, false); B.IconPosition_0 = new A.IconPosition(0, "leading"); B.IconThemeData_UfZ0 = new A.IconThemeData(B.Color_3707764736, null, null, null); B.IconThemeData_UfZ1 = new A.IconThemeData(B.Color_4278190080, null, null, null); @@ -501233,8 +516805,8 @@ B.List_empty3 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.InlineSpanSemanticsInformation_o8k = new A.InlineSpanSemanticsInformation("\ufffc", null, null, true, true, B.List_empty3); B.InputDecoration_C4W = new A.InputDecoration(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, true, null, null, null); - B._NoInputBorder_sqK = new A._NoInputBorder(B.BorderSide_0CF); - B.InputDecoration_EtP = new A.InputDecoration(null, null, null, null, null, null, null, null, null, "enter url...", null, null, null, null, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, B._NoInputBorder_sqK, true, null, null, null); + B._NoInputBorder_Kz0 = new A._NoInputBorder(B.BorderSide_aLd); + B.InputDecoration_kyU = new A.InputDecoration(null, null, null, null, null, null, null, null, null, "enter url...", null, null, null, null, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, B._NoInputBorder_Kz0, true, null, null, null); B.InsideJustification_0 = new A.InsideJustification(0, "topStart"); B.Int64_0_0_0 = new A.Int64(0, 0, 0); B.Cubic_iYc = new A.Cubic(0.1, 0, 0.45, 1); @@ -501395,10 +516967,6 @@ B.LayoutPosition_7 = new A.LayoutPosition(7, "FullRight"); B.LayoutPosition_8 = new A.LayoutPosition(8, "DrawArea"); B.LegendDefaultMeasure_0 = new A.LegendDefaultMeasure(0, "none"); - B.LegendDefaultMeasure_1 = new A.LegendDefaultMeasure(1, "sum"); - B.LegendDefaultMeasure_2 = new A.LegendDefaultMeasure(2, "average"); - B.LegendDefaultMeasure_3 = new A.LegendDefaultMeasure(3, "firstValue"); - B.LegendDefaultMeasure_4 = new A.LegendDefaultMeasure(4, "lastValue"); B.LegendTapHandling_1 = new A.LegendTapHandling(1, "hide"); B.Level_FINER_400 = new A.Level("FINER", 400); B.Level_FINEST_300 = new A.Level("FINEST", 300); @@ -501461,31 +517029,58 @@ B.ListTileStyle_1 = new A.ListTileStyle(1, "drawer"); B.ListTileThemeData_muk = new A.ListTileThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.Type__$ExpenseCategoryState_kyj = A.typeLiteral("_$ExpenseCategoryState"); - B.List_01 = A._setArrayType(makeConstList([B.Type_ExpenseCategoryState_58F, B.Type__$ExpenseCategoryState_kyj]), type$.JSArray_legacy_Type); + B.List_09 = A._setArrayType(makeConstList([B.Type_ExpenseCategoryState_58F, B.Type__$ExpenseCategoryState_kyj]), type$.JSArray_legacy_Type); B.Type__$ProjectEntity_kW8 = A.typeLiteral("_$ProjectEntity"); - B.List_02 = A._setArrayType(makeConstList([B.Type_ProjectEntity_mZ3, B.Type__$ProjectEntity_kW8]), type$.JSArray_legacy_Type); + B.List_010 = A._setArrayType(makeConstList([B.Type_ProjectEntity_mZ3, B.Type__$ProjectEntity_kW8]), type$.JSArray_legacy_Type); + B.List_06 = A._setArrayType(makeConstList(["\u041a1", "\u041a2", "\u041a3", "\u041a4"]), type$.JSArray_legacy_String); + B.List_04 = A._setArrayType(makeConstList(["\u1015\u1011\u1019 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a", "\u1012\u102f\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a", "\u1010\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a", "\u1005\u1010\u102f\u1010\u1039\u1011 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a"]), type$.JSArray_legacy_String); + B.List_03 = A._setArrayType(makeConstList(["S", "P", "A", "T", "K", "P", "\u0160"]), type$.JSArray_legacy_String); + B.List_01 = A._setArrayType(makeConstList(["ig.", "al.", "ar.", "az.", "og.", "or.", "lr."]), type$.JSArray_legacy_String); + B.List_0 = A._setArrayType(makeConstList(["\u043d\u0434", "\u043f\u043d", "\u0432\u0442", "\u0441\u0440", "\u0447\u0442", "\u043f\u0442", "\u0441\u0431"]), type$.JSArray_legacy_String); + B.List_05 = A._setArrayType(makeConstList(["\u0a10\u0a24", "\u0a38\u0a4b\u0a2e", "\u0a2e\u0a70\u0a17\u0a32", "\u0a2c\u0a41\u0a71\u0a27", "\u0a35\u0a40\u0a30", "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30", "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30"]), type$.JSArray_legacy_String); + B.List_00 = A._setArrayType(makeConstList(["Jan.", "Feb.", "M\xe4rz", "Apr.", "Mai", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Dez."]), type$.JSArray_legacy_String); + B.List_02 = A._setArrayType(makeConstList(["\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", "\u0ea1\u0eb5\u0e99\u0eb2", "\u0ec0\u0ea1\u0eaa\u0eb2", "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", "\u0e95\u0eb8\u0ea5\u0eb2", "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", "\u0e97\u0eb1\u0e99\u0ea7\u0eb2"]), type$.JSArray_legacy_String); + B.List_0DX = A._setArrayType(makeConstList(["\u0627\u0644\u0623\u062d\u062f", "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", "\u0627\u0644\u062e\u0645\u064a\u0633", "\u0627\u0644\u062c\u0645\u0639\u0629", "\u0627\u0644\u0633\u0628\u062a"]), type$.JSArray_legacy_String); + B.List_0I7 = A._setArrayType(makeConstList(["n", "p", "t", "s", "\u010d", "p", "s"]), type$.JSArray_legacy_String); + B.List_0J8 = A._setArrayType(makeConstList(["\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u090f\u092a\u094d\u0930\u093f\u0932", "\u092e\u0947", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0948", "\u0911\u0917\u0938\u094d\u091f", "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", "\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]), type$.JSArray_legacy_String); + B.List_0Lp = A._setArrayType(makeConstList(["\u0432\u0441", "\u043f\u043d", "\u0432\u0442", "\u0441\u0440", "\u0447\u0442", "\u043f\u0442", "\u0441\u0431"]), type$.JSArray_legacy_String); + B.List_0Nf = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0435\u043b\u044f", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "\u0441\u0440\u044f\u0434\u0430", "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", "\u043f\u0435\u0442\u044a\u043a", "\u0441\u044a\u0431\u043e\u0442\u0430"]), type$.JSArray_legacy_String); B.Type_DesignListResponse_skj = A.typeLiteral("DesignListResponse"); B.Type__$DesignListResponse_mBb = A.typeLiteral("_$DesignListResponse"); B.List_0O2 = A._setArrayType(makeConstList([B.Type_DesignListResponse_skj, B.Type__$DesignListResponse_mBb]), type$.JSArray_legacy_Type); + B.List_0Pw = A._setArrayType(makeConstList(["y, MMMM d, EEEE", "y, MMMM d", "y, MMM d", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_0XS = A._setArrayType(makeConstList(["1-\u0447\u0435\u0439.", "2-\u0447\u0435\u0439.", "3-\u0447\u0435\u0439.", "4-\u0447\u0435\u0439."]), type$.JSArray_legacy_String); B.List_0_1 = A._setArrayType(makeConstList([0, 1]), type$.JSArray_legacy_double); B.Type_IndustryListResponse_kmC = A.typeLiteral("IndustryListResponse"); B.Type__$IndustryListResponse_gyf = A.typeLiteral("_$IndustryListResponse"); B.List_0kz = A._setArrayType(makeConstList([B.Type_IndustryListResponse_kmC, B.Type__$IndustryListResponse_gyf]), type$.JSArray_legacy_Type); + B.List_0m2 = A._setArrayType(makeConstList(["\u0a1c", "\u0a2b\u0a3c", "\u0a2e\u0a3e", "\u0a05", "\u0a2e", "\u0a1c\u0a42", "\u0a1c\u0a41", "\u0a05", "\u0a38", "\u0a05", "\u0a28", "\u0a26"]), type$.JSArray_legacy_String); B.Type_InvoiceListResponse_a9P = A.typeLiteral("InvoiceListResponse"); B.Type__$InvoiceListResponse_8IM = A.typeLiteral("_$InvoiceListResponse"); B.List_0qh = A._setArrayType(makeConstList([B.Type_InvoiceListResponse_a9P, B.Type__$InvoiceListResponse_8IM]), type$.JSArray_legacy_Type); B.Type__$CurrencyEntity_ANW = A.typeLiteral("_$CurrencyEntity"); B.List_0sW = A._setArrayType(makeConstList([B.Type_CurrencyEntity_nZd, B.Type__$CurrencyEntity_ANW]), type$.JSArray_legacy_Type); + B.List_0yI = A._setArrayType(makeConstList(["1kv", "2kv", "3kv", "4kv"]), type$.JSArray_legacy_String); B.List_10_20_50_100 = A._setArrayType(makeConstList([10, 20, 50, 100]), type$.JSArray_legacy_int); + B.List_10r = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1", "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]), type$.JSArray_legacy_String); B.List_13_10 = A._setArrayType(makeConstList([13, 10]), type$.JSArray_legacy_int); + B.List_14C = A._setArrayType(makeConstList(["de gen.", "de febr.", "de mar\xe7", "d\u2019abr.", "de maig", "de juny", "de jul.", "d\u2019ag.", "de set.", "d\u2019oct.", "de nov.", "de des."]), type$.JSArray_legacy_String); + B.List_16h = A._setArrayType(makeConstList(["\u042f", "\u0424", "\u041c", "\u0410", "\u041c", "\u0418", "\u0418", "\u0410", "\u0421", "\u041e", "\u041d", "\u0414"]), type$.JSArray_legacy_String); B.List_1_0_3_2 = A._setArrayType(makeConstList([1, 0, 3, 2]), type$.JSArray_legacy_int); + B.List_1mI = A._setArrayType(makeConstList(["dop.", "pop."]), type$.JSArray_legacy_String); + B.List_1mp = A._setArrayType(makeConstList(["1-\u0448\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "2-\u0433\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "3-\u0446\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "4-\u0442\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]), type$.JSArray_legacy_String); B.Type_CompanyItemResponse_kPa = A.typeLiteral("CompanyItemResponse"); B.Type__$CompanyItemResponse_Flu = A.typeLiteral("_$CompanyItemResponse"); B.List_1ru = A._setArrayType(makeConstList([B.Type_CompanyItemResponse_kPa, B.Type__$CompanyItemResponse_Flu]), type$.JSArray_legacy_Type); + B.List_1wB = A._setArrayType(makeConstList(["O", "\u015e", "M", "N", "M", "H", "T", "A", "E", "E", "K", "A"]), type$.JSArray_legacy_String); B.List_200_202 = A._setArrayType(makeConstList([200, 202]), type$.JSArray_legacy_int); + B.List_21f = A._setArrayType(makeConstList(["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]), type$.JSArray_legacy_String); B.Type_ExpenseStatusEntity_0 = A.typeLiteral("ExpenseStatusEntity"); B.Type__$ExpenseStatusEntity_wMy = A.typeLiteral("_$ExpenseStatusEntity"); - B.List_23h = A._setArrayType(makeConstList([B.Type_ExpenseStatusEntity_0, B.Type__$ExpenseStatusEntity_wMy]), type$.JSArray_legacy_Type); + B.List_23h1 = A._setArrayType(makeConstList([B.Type_ExpenseStatusEntity_0, B.Type__$ExpenseStatusEntity_wMy]), type$.JSArray_legacy_Type); + B.List_23h = A._setArrayType(makeConstList(["{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7", "{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_23h0 = A._setArrayType(makeConstList(["\u043f\u0440\u0432\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "\u0434\u0440\u0443\u0433\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "\u0442\u0440\u0435\u045b\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "\u0447\u0435\u0442\u0432\u0440\u0442\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]), type$.JSArray_legacy_String); + B.List_24C = A._setArrayType(makeConstList(["1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"]), type$.JSArray_legacy_String); B.FontWeight_0 = new A.FontWeight(0); B.FontWeight_1 = new A.FontWeight(1); B.FontWeight_2 = new A.FontWeight(2); @@ -501496,33 +517091,77 @@ B.Type_TaskItemResponse_CXi = A.typeLiteral("TaskItemResponse"); B.Type__$TaskItemResponse_8Jr = A.typeLiteral("_$TaskItemResponse"); B.List_2DL = A._setArrayType(makeConstList([B.Type_TaskItemResponse_CXi, B.Type__$TaskItemResponse_8Jr]), type$.JSArray_legacy_Type); + B.List_2HT = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5 EEEE", "y\u5e74M\u6708d\u65e5", "y\u5e74M\u6708d\u65e5", "y/M/d"]), type$.JSArray_legacy_String); + B.List_2Lo = A._setArrayType(makeConstList(["P", "P", "S", "\xc7", "P", "C", "C"]), type$.JSArray_legacy_String); + B.List_2No0 = A._setArrayType(makeConstList(["a.C.", "d.C."]), type$.JSArray_legacy_String); B.Type__$SubscriptionEntity_G1q = A.typeLiteral("_$SubscriptionEntity"); - B.List_2No = A._setArrayType(makeConstList([B.Type_SubscriptionEntity_Wl2, B.Type__$SubscriptionEntity_G1q]), type$.JSArray_legacy_Type); + B.List_2No2 = A._setArrayType(makeConstList([B.Type_SubscriptionEntity_Wl2, B.Type__$SubscriptionEntity_G1q]), type$.JSArray_legacy_Type); + B.List_2No = A._setArrayType(makeConstList(["1. Quartal", "2. Quartal", "3. Quartal", "4. Quartal"]), type$.JSArray_legacy_String); + B.List_2No1 = A._setArrayType(makeConstList(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", "\u0ca8\u0cb5\u0cc6\u0c82", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]), type$.JSArray_legacy_String); + B.List_2RQ = A._setArrayType(makeConstList(["M\xd6", "MS"]), type$.JSArray_legacy_String); + B.List_2Rm0 = A._setArrayType(makeConstList(["\u0458\u0430\u043d\u0443\u0430\u0440\u0438", "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0438\u043b", "\u043c\u0430\u0458", "\u0458\u0443\u043d\u0438", "\u0458\u0443\u043b\u0438", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]), type$.JSArray_legacy_String); + B.List_2Rm = A._setArrayType(makeConstList(["\u05d9\u05e0\u05d5\u05f3", "\u05e4\u05d1\u05e8\u05f3", "\u05de\u05e8\u05e5", "\u05d0\u05e4\u05e8\u05f3", "\u05de\u05d0\u05d9", "\u05d9\u05d5\u05e0\u05d9", "\u05d9\u05d5\u05dc\u05d9", "\u05d0\u05d5\u05d2\u05f3", "\u05e1\u05e4\u05d8\u05f3", "\u05d0\u05d5\u05e7\u05f3", "\u05e0\u05d5\u05d1\u05f3", "\u05d3\u05e6\u05de\u05f3"]), type$.JSArray_legacy_String); + B.List_2T7 = A._setArrayType(makeConstList(["sun.", "m\xe1n.", "\xferi.", "mi\xf0.", "fim.", "f\xf6s.", "lau."]), type$.JSArray_legacy_String); + B.List_2Vk1 = A._setArrayType(makeConstList(["\uc624\uc804", "\uc624\ud6c4"]), type$.JSArray_legacy_String); B.Type_CompanyGatewayListResponse_6aG = A.typeLiteral("CompanyGatewayListResponse"); B.Type__$CompanyGatewayListResponse_XJ7 = A.typeLiteral("_$CompanyGatewayListResponse"); - B.List_2Vk2 = A._setArrayType(makeConstList([B.Type_CompanyGatewayListResponse_6aG, B.Type__$CompanyGatewayListResponse_XJ7]), type$.JSArray_legacy_Type); + B.List_2Vk5 = A._setArrayType(makeConstList([B.Type_CompanyGatewayListResponse_6aG, B.Type__$CompanyGatewayListResponse_XJ7]), type$.JSArray_legacy_Type); + B.List_2Vk0 = A._setArrayType(makeConstList(["1.er trimestre", "2.\xba trimestre", "3.er trimestre", "4.\xba trimestre"]), type$.JSArray_legacy_String); + B.List_2Vk2 = A._setArrayType(makeConstList(["\u041d", "\u041f", "\u0412", "\u0421", "\u0427", "\u041f", "\u0421"]), type$.JSArray_legacy_String); B.List_2Vk = A._setArrayType(makeConstList([0, 0, 32776, 33792, 1, 10240, 0, 0]), type$.JSArray_legacy_int); - B.List_2Vk0 = A._setArrayType(makeConstList([1, 2, 5, 10, 50, 100, 500, 1000]), type$.JSArray_legacy_int); - B.List_2Vk1 = A._setArrayType(makeConstList([137, 80, 78, 71, 13, 10, 26, 10]), type$.JSArray_legacy_int); + B.List_2Vk3 = A._setArrayType(makeConstList([1, 2, 5, 10, 50, 100, 500, 1000]), type$.JSArray_legacy_int); + B.List_2Vk4 = A._setArrayType(makeConstList([137, 80, 78, 71, 13, 10, 26, 10]), type$.JSArray_legacy_int); B.C_ActivateIntent = new A.ActivateIntent(); B.ScrollIncrementType_1 = new A.ScrollIncrementType(1, "page"); B.ScrollIntent_KrF = new A.ScrollIntent(B.AxisDirection_2, B.ScrollIncrementType_1); B.List_2WE = A._setArrayType(makeConstList([B.C_ActivateIntent, B.ScrollIntent_KrF]), A.findType("JSArray")); + B.List_2WF = A._setArrayType(makeConstList(["Yan", "Fev", "Mar", "Apr", "May", "Iyn", "Iyl", "Avg", "Sen", "Okt", "Noy", "Dek"]), type$.JSArray_legacy_String); B.Type__$ExpenseScheduleEntity_4uk = A.typeLiteral("_$ExpenseScheduleEntity"); B.List_2Z6 = A._setArrayType(makeConstList([B.Type_ExpenseScheduleEntity_QWG, B.Type__$ExpenseScheduleEntity_4uk]), type$.JSArray_legacy_Type); - B.List_2Zi = A._setArrayType(makeConstList(["*::class", "*::dir", "*::draggable", "*::hidden", "*::id", "*::inert", "*::itemprop", "*::itemref", "*::itemscope", "*::lang", "*::spellcheck", "*::title", "*::translate", "A::accesskey", "A::coords", "A::hreflang", "A::name", "A::shape", "A::tabindex", "A::target", "A::type", "AREA::accesskey", "AREA::alt", "AREA::coords", "AREA::nohref", "AREA::shape", "AREA::tabindex", "AREA::target", "AUDIO::controls", "AUDIO::loop", "AUDIO::mediagroup", "AUDIO::muted", "AUDIO::preload", "BDO::dir", "BODY::alink", "BODY::bgcolor", "BODY::link", "BODY::text", "BODY::vlink", "BR::clear", "BUTTON::accesskey", "BUTTON::disabled", "BUTTON::name", "BUTTON::tabindex", "BUTTON::type", "BUTTON::value", "CANVAS::height", "CANVAS::width", "CAPTION::align", "COL::align", "COL::char", "COL::charoff", "COL::span", "COL::valign", "COL::width", "COLGROUP::align", "COLGROUP::char", "COLGROUP::charoff", "COLGROUP::span", "COLGROUP::valign", "COLGROUP::width", "COMMAND::checked", "COMMAND::command", "COMMAND::disabled", "COMMAND::label", "COMMAND::radiogroup", "COMMAND::type", "DATA::value", "DEL::datetime", "DETAILS::open", "DIR::compact", "DIV::align", "DL::compact", "FIELDSET::disabled", "FONT::color", "FONT::face", "FONT::size", "FORM::accept", "FORM::autocomplete", "FORM::enctype", "FORM::method", "FORM::name", "FORM::novalidate", "FORM::target", "FRAME::name", "H1::align", "H2::align", "H3::align", "H4::align", "H5::align", "H6::align", "HR::align", "HR::noshade", "HR::size", "HR::width", "HTML::version", "IFRAME::align", "IFRAME::frameborder", "IFRAME::height", "IFRAME::marginheight", "IFRAME::marginwidth", "IFRAME::width", "IMG::align", "IMG::alt", "IMG::border", "IMG::height", "IMG::hspace", "IMG::ismap", "IMG::name", "IMG::usemap", "IMG::vspace", "IMG::width", "INPUT::accept", "INPUT::accesskey", "INPUT::align", "INPUT::alt", "INPUT::autocomplete", "INPUT::autofocus", "INPUT::checked", "INPUT::disabled", "INPUT::inputmode", "INPUT::ismap", "INPUT::list", "INPUT::max", "INPUT::maxlength", "INPUT::min", "INPUT::multiple", "INPUT::name", "INPUT::placeholder", "INPUT::readonly", "INPUT::required", "INPUT::size", "INPUT::step", "INPUT::tabindex", "INPUT::type", "INPUT::usemap", "INPUT::value", "INS::datetime", "KEYGEN::disabled", "KEYGEN::keytype", "KEYGEN::name", "LABEL::accesskey", "LABEL::for", "LEGEND::accesskey", "LEGEND::align", "LI::type", "LI::value", "LINK::sizes", "MAP::name", "MENU::compact", "MENU::label", "MENU::type", "METER::high", "METER::low", "METER::max", "METER::min", "METER::value", "OBJECT::typemustmatch", "OL::compact", "OL::reversed", "OL::start", "OL::type", "OPTGROUP::disabled", "OPTGROUP::label", "OPTION::disabled", "OPTION::label", "OPTION::selected", "OPTION::value", "OUTPUT::for", "OUTPUT::name", "P::align", "PRE::width", "PROGRESS::max", "PROGRESS::min", "PROGRESS::value", "SELECT::autocomplete", "SELECT::disabled", "SELECT::multiple", "SELECT::name", "SELECT::required", "SELECT::size", "SELECT::tabindex", "SOURCE::type", "TABLE::align", "TABLE::bgcolor", "TABLE::border", "TABLE::cellpadding", "TABLE::cellspacing", "TABLE::frame", "TABLE::rules", "TABLE::summary", "TABLE::width", "TBODY::align", "TBODY::char", "TBODY::charoff", "TBODY::valign", "TD::abbr", "TD::align", "TD::axis", "TD::bgcolor", "TD::char", "TD::charoff", "TD::colspan", "TD::headers", "TD::height", "TD::nowrap", "TD::rowspan", "TD::scope", "TD::valign", "TD::width", "TEXTAREA::accesskey", "TEXTAREA::autocomplete", "TEXTAREA::cols", "TEXTAREA::disabled", "TEXTAREA::inputmode", "TEXTAREA::name", "TEXTAREA::placeholder", "TEXTAREA::readonly", "TEXTAREA::required", "TEXTAREA::rows", "TEXTAREA::tabindex", "TEXTAREA::wrap", "TFOOT::align", "TFOOT::char", "TFOOT::charoff", "TFOOT::valign", "TH::abbr", "TH::align", "TH::axis", "TH::bgcolor", "TH::char", "TH::charoff", "TH::colspan", "TH::headers", "TH::height", "TH::nowrap", "TH::rowspan", "TH::scope", "TH::valign", "TH::width", "THEAD::align", "THEAD::char", "THEAD::charoff", "THEAD::valign", "TR::align", "TR::bgcolor", "TR::char", "TR::charoff", "TR::valign", "TRACK::default", "TRACK::kind", "TRACK::label", "TRACK::srclang", "UL::compact", "UL::type", "VIDEO::controls", "VIDEO::height", "VIDEO::loop", "VIDEO::mediagroup", "VIDEO::muted", "VIDEO::preload", "VIDEO::width"]), type$.JSArray_legacy_String); + B.List_2Zi = A._setArrayType(makeConstList(["N", "P", "\xda", "S", "\u010c", "P", "S"]), type$.JSArray_legacy_String); + B.List_2Zs = A._setArrayType(makeConstList(["{1}, {0}", "{1}, {0}", "{1}, {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_2el = A._setArrayType(makeConstList(["\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2", "\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2", "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4", "\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", "\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", "\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca"]), type$.JSArray_legacy_String); + B.List_2fJ = A._setArrayType(makeConstList(["a.m.", "p.m."]), type$.JSArray_legacy_String); + B.List_2fK = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd/MM/yy"]), type$.JSArray_legacy_String); + B.List_2fz = A._setArrayType(makeConstList(["tammikuuta", "helmikuuta", "maaliskuuta", "huhtikuuta", "toukokuuta", "kes\xe4kuuta", "hein\xe4kuuta", "elokuuta", "syyskuuta", "lokakuuta", "marraskuuta", "joulukuuta"]), type$.JSArray_legacy_String); + B.List_2ig = A._setArrayType(makeConstList(["\u0b95\u0bbe\u0bb2\u0bbe.1", "\u0b95\u0bbe\u0bb2\u0bbe.2", "\u0b95\u0bbe\u0bb2\u0bbe.3", "\u0b95\u0bbe\u0bb2\u0bbe.4"]), type$.JSArray_legacy_String); + B.List_2jN = A._setArrayType(makeConstList(["H.mm.ss zzzz", "H.mm.ss z", "H.mm.ss", "H.mm"]), type$.JSArray_legacy_String); + B.List_2jN1 = A._setArrayType(makeConstList(["trimestrul I", "trimestrul al II-lea", "trimestrul al III-lea", "trimestrul al IV-lea"]), type$.JSArray_legacy_String); + B.List_2jN0 = A._setArrayType(makeConstList(["zzzz HH:mm:ss", "z HH:mm:ss", "B HH:mm:ss", "B H:mm"]), type$.JSArray_legacy_String); + B.List_2mB = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432.", "\u043c\u0430\u0440.", "\u0430\u043f\u0440.", "\u043c\u0430\u0439", "\u0438\u044e\u043d.", "\u0438\u044e\u043b.", "\u0430\u0432\u0433.", "\u0441\u0435\u043d.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f.", "\u0434\u0435\u043a."]), type$.JSArray_legacy_String); + B.List_2nh = A._setArrayType(makeConstList(["EEEE, dd. MMMM y.", "dd. MMMM y.", "dd.MM.y.", "d.M.yy."]), type$.JSArray_legacy_String); B.Type_ExpenseListResponse_hHc = A.typeLiteral("ExpenseListResponse"); B.Type__$ExpenseListResponse_2nP = A.typeLiteral("_$ExpenseListResponse"); - B.List_2nm = A._setArrayType(makeConstList([B.Type_ExpenseListResponse_hHc, B.Type__$ExpenseListResponse_2nP]), type$.JSArray_legacy_Type); + B.List_2nm0 = A._setArrayType(makeConstList([B.Type_ExpenseListResponse_hHc, B.Type__$ExpenseListResponse_2nP]), type$.JSArray_legacy_Type); + B.List_2nm = A._setArrayType(makeConstList(["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"]), type$.JSArray_legacy_String); + B.List_2pH = A._setArrayType(makeConstList(["ISonto", "UMsombuluko", "ULwesibili", "ULwesithathu", "ULwesine", "ULwesihlanu", "UMgqibelo"]), type$.JSArray_legacy_String); + B.List_2uL = A._setArrayType(makeConstList(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", "\u0908\u0938\u0935\u0940 \u0938\u0928"]), type$.JSArray_legacy_String); B.Type__$CompanyGatewayEntity_qV6 = A.typeLiteral("_$CompanyGatewayEntity"); - B.List_2uL = A._setArrayType(makeConstList([B.Type_CompanyGatewayEntity_Yu9, B.Type__$CompanyGatewayEntity_qV6]), type$.JSArray_legacy_Type); + B.List_2uL0 = A._setArrayType(makeConstList([B.Type_CompanyGatewayEntity_Yu9, B.Type__$CompanyGatewayEntity_qV6]), type$.JSArray_legacy_Type); B.List_304 = A._setArrayType(makeConstList([304]), type$.JSArray_legacy_int); + B.List_33h = A._setArrayType(makeConstList(["1-ci kvartal", "2-ci kvartal", "3-c\xfc kvartal", "4-c\xfc kvartal"]), type$.JSArray_legacy_String); + B.List_33h0 = A._setArrayType(makeConstList(["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kes\xe4kuu", "hein\xe4kuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"]), type$.JSArray_legacy_String); + B.List_33m = A._setArrayType(makeConstList(["dg", "dl", "dt", "dc", "dj", "dv", "ds"]), type$.JSArray_legacy_String); + B.List_3BG = A._setArrayType(makeConstList(["de.", "du."]), type$.JSArray_legacy_String); + B.List_3Bx = A._setArrayType(makeConstList(["\u042f\u043d\u0432", "\u0424\u0435\u0432", "\u041c\u0430\u0440", "\u0410\u043f\u0440", "\u041c\u0430\u0439", "\u0418\u044e\u043d", "\u0418\u044e\u043b", "\u0410\u0432\u0433", "\u0421\u0435\u043d", "\u041e\u043a\u0442", "\u041d\u043e\u044f", "\u0414\u0435\u043a"]), type$.JSArray_legacy_String); B.Type_DatetimeFormatItemResponse_ww8 = A.typeLiteral("DatetimeFormatItemResponse"); B.Type__$DatetimeFormatItemResponse_ohJ = A.typeLiteral("_$DatetimeFormatItemResponse"); B.List_3GN = A._setArrayType(makeConstList([B.Type_DatetimeFormatItemResponse_ww8, B.Type__$DatetimeFormatItemResponse_ohJ]), type$.JSArray_legacy_Type); B.Type__$GroupState_mmH = A.typeLiteral("_$GroupState"); B.List_3IR = A._setArrayType(makeConstList([B.Type_GroupState_QS8, B.Type__$GroupState_mmH]), type$.JSArray_legacy_Type); + B.List_3QP = A._setArrayType(makeConstList(["\u0434\u043f", "\u043f\u043f"]), type$.JSArray_legacy_String); + B.List_3Re = A._setArrayType(makeConstList(["\u05d9\u05e0\u05d5\u05d0\u05e8", "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", "\u05de\u05e8\u05e5", "\u05d0\u05e4\u05e8\u05d9\u05dc", "\u05de\u05d0\u05d9", "\u05d9\u05d5\u05e0\u05d9", "\u05d9\u05d5\u05dc\u05d9", "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", "\u05d3\u05e6\u05de\u05d1\u05e8"]), type$.JSArray_legacy_String); B.List_3US = A._setArrayType(makeConstList(["S", "M", "T", "W", "T", "F", "S"]), type$.JSArray_legacy_String); + B.List_3Vk = A._setArrayType(makeConstList(["Y", "D", "S", "C", "P", "J", "S"]), type$.JSArray_legacy_String); + B.List_3Zi = A._setArrayType(makeConstList(["y\ub144 M\uc6d4 d\uc77c EEEE", "y\ub144 M\uc6d4 d\uc77c", "y. M. d.", "yy. M. d."]), type$.JSArray_legacy_String); + B.List_3_4 = A._setArrayType(makeConstList([3, 4]), type$.JSArray_legacy_int); + B.List_3bx = A._setArrayType(makeConstList(["y\u104a MMMM d\u104a EEEE", "y\u104a d MMMM", "y\u104a MMM d", "dd-MM-yy"]), type$.JSArray_legacy_String); + B.List_3nh = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0440'.", "d MMMM y '\u0440'.", "d MMM y '\u0440'.", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_3wE = A._setArrayType(makeConstList(["janvier", "f\xe9vrier", "mars", "avril", "mai", "juin", "juillet", "ao\xfbt", "septembre", "octobre", "novembre", "d\xe9cembre"]), type$.JSArray_legacy_String); + B.List_3y9 = A._setArrayType(makeConstList(["1. fj\xf3r\xf0ungur", "2. fj\xf3r\xf0ungur", "3. fj\xf3r\xf0ungur", "4. fj\xf3r\xf0ungur"]), type$.JSArray_legacy_String); + B.List_40x = A._setArrayType(makeConstList(["\u10d8\u10d0\u10dc", "\u10d7\u10d4\u10d1", "\u10db\u10d0\u10e0", "\u10d0\u10de\u10e0", "\u10db\u10d0\u10d8", "\u10d8\u10d5\u10dc", "\u10d8\u10d5\u10da", "\u10d0\u10d2\u10d5", "\u10e1\u10d4\u10e5", "\u10dd\u10e5\u10e2", "\u10dc\u10dd\u10d4", "\u10d3\u10d4\u10d9"]), type$.JSArray_legacy_String); + B.List_42w = A._setArrayType(makeConstList(["D", "S", "T", "Q", "Q", "S", "S"]), type$.JSArray_legacy_String); + B.List_435 = A._setArrayType(makeConstList(["\xeenainte de Hristos", "dup\u0103 Hristos"]), type$.JSArray_legacy_String); B.Pair_8Gl = new A.Pair("http://www.w3.org/1999/xhtml", "applet", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_EOZ = new A.Pair("http://www.w3.org/1999/xhtml", "caption", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_oWp = new A.Pair("http://www.w3.org/1999/xhtml", "html", type$.Pair_of_legacy_String_and_legacy_String); @@ -501541,8 +517180,18 @@ B.Pair_ijl = new A.Pair("http://www.w3.org/2000/svg", "desc", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_27z = new A.Pair("http://www.w3.org/2000/svg", "title", type$.Pair_of_legacy_String_and_legacy_String); B.List_46y = A._setArrayType(makeConstList([B.Pair_8Gl, B.Pair_EOZ, B.Pair_oWp, B.Pair_QcL, B.Pair_oyn, B.Pair_2jN, B.Pair_QE6, B.Pair_4Cz, B.Pair_dSk, B.Pair_CCQ, B.Pair_jvJ, B.Pair_MDg, B.Pair_6iW, B.Pair_gWk, B.Pair_SDM, B.Pair_ijl, B.Pair_27z]), type$.JSArray_dynamic); + B.List_497 = A._setArrayType(makeConstList(["\u05e8\u05d1\u05e2\u05d5\u05df 1", "\u05e8\u05d1\u05e2\u05d5\u05df 2", "\u05e8\u05d1\u05e2\u05d5\u05df 3", "\u05e8\u05d1\u05e2\u05d5\u05df 4"]), type$.JSArray_legacy_String); + B.List_4AN0 = A._setArrayType(makeConstList(["Suku pertama", "Suku Ke-2", "Suku Ke-3", "Suku Ke-4"]), type$.JSArray_legacy_String); + B.List_4AN = A._setArrayType(makeConstList(["sunnudagur", "m\xe1nudagur", "\xferi\xf0judagur", "mi\xf0vikudagur", "fimmtudagur", "f\xf6studagur", "laugardagur"]), type$.JSArray_legacy_String); + B.List_4C1 = A._setArrayType(makeConstList(["EEEE 'den' d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.y"]), type$.JSArray_legacy_String); B.Pair_mhU = new A.Pair("http://www.w3.org/1999/xhtml", "button", type$.Pair_of_legacy_String_and_legacy_String); - B.List_4CA = A._setArrayType(makeConstList([B.Pair_mhU]), type$.JSArray_dynamic); + B.List_4CA1 = A._setArrayType(makeConstList([B.Pair_mhU]), type$.JSArray_dynamic); + B.List_4CA = A._setArrayType(makeConstList(["T", "H", "M", "H", "T", "K", "H", "E", "S", "L", "M", "J"]), type$.JSArray_legacy_String); + B.List_4CA0 = A._setArrayType(makeConstList(["jan", "fev", "mar", "abr", "mai", "jun", "jul", "ago", "set", "out", "nov", "dez"]), type$.JSArray_legacy_String); + B.List_4Ep = A._setArrayType(makeConstList(["\u05d9\u05d5\u05dd \u05d0\u05f3", "\u05d9\u05d5\u05dd \u05d1\u05f3", "\u05d9\u05d5\u05dd \u05d2\u05f3", "\u05d9\u05d5\u05dd \u05d3\u05f3", "\u05d9\u05d5\u05dd \u05d4\u05f3", "\u05d9\u05d5\u05dd \u05d5\u05f3", "\u05e9\u05d1\u05ea"]), type$.JSArray_legacy_String); + B.List_4G4 = A._setArrayType(makeConstList(["\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928", "\u0905\u092a\u0930\u093e\u0939\u094d\u0928"]), type$.JSArray_legacy_String); + B.List_4IJ = A._setArrayType(makeConstList(["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]), type$.JSArray_legacy_String); + B.List_4KK = A._setArrayType(makeConstList(["Paz", "Pzt", "Sal", "\xc7ar", "Per", "Cum", "Cmt"]), type$.JSArray_legacy_String); B.ModifierKey_0 = new A.ModifierKey(0, "controlModifier"); B.ModifierKey_1 = new A.ModifierKey(1, "shiftModifier"); B.ModifierKey_2 = new A.ModifierKey(2, "altModifier"); @@ -501555,19 +517204,30 @@ B.List_4LR = A._setArrayType(makeConstList([B.ModifierKey_0, B.ModifierKey_1, B.ModifierKey_2, B.ModifierKey_3, B.ModifierKey_4, B.ModifierKey_5, B.ModifierKey_6, B.ModifierKey_7, B.ModifierKey_8]), A.findType("JSArray")); B.Type__$TaskStatusEntity_1Wj = A.typeLiteral("_$TaskStatusEntity"); B.List_4MM = A._setArrayType(makeConstList([B.Type_TaskStatusEntity_wAl, B.Type__$TaskStatusEntity_1Wj]), type$.JSArray_legacy_Type); + B.List_4MR = A._setArrayType(makeConstList(["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"]), type$.JSArray_legacy_String); B.List_4Sq = A._setArrayType(makeConstList([B.ContactReportFields_0, B.ContactReportFields_1, B.ContactReportFields_2, B.ContactReportFields_3, B.ContactReportFields_4, B.ContactReportFields_5, B.ContactReportFields_6, B.ContactReportFields_7, B.ContactReportFields_8, B.ContactReportFields_9, B.ContactReportFields_10, B.ContactReportFields_11, B.ContactReportFields_12, B.ContactReportFields_13, B.ContactReportFields_14, B.ContactReportFields_15, B.ContactReportFields_16, B.ContactReportFields_17, B.ContactReportFields_18, B.ContactReportFields_19, B.ContactReportFields_20, B.ContactReportFields_21, B.ContactReportFields_22, B.ContactReportFields_23, B.ContactReportFields_24, B.ContactReportFields_25, B.ContactReportFields_26, B.ContactReportFields_27, B.ContactReportFields_28, B.ContactReportFields_29, B.ContactReportFields_30, B.ContactReportFields_31, B.ContactReportFields_32, B.ContactReportFields_33, B.ContactReportFields_34, B.ContactReportFields_35, B.ContactReportFields_36, B.ContactReportFields_37, B.ContactReportFields_38, B.ContactReportFields_39, B.ContactReportFields_40, B.ContactReportFields_41, B.ContactReportFields_42, B.ContactReportFields_43, B.ContactReportFields_44, B.ContactReportFields_45, B.ContactReportFields_46, B.ContactReportFields_47, B.ContactReportFields_48, B.ContactReportFields_49, B.ContactReportFields_50, B.ContactReportFields_51]), type$.JSArray_legacy_ContactReportFields); + B.List_4YB = A._setArrayType(makeConstList(["7", "1", "2", "3", "4", "5", "6"]), type$.JSArray_legacy_String); + B.List_4_4 = A._setArrayType(makeConstList([4, 4]), type$.JSArray_legacy_int); + B.List_4_5 = A._setArrayType(makeConstList([4, 5]), type$.JSArray_legacy_int); + B.List_4_9_14_19 = A._setArrayType(makeConstList([4, 9, 14, 19]), type$.JSArray_legacy_int); B.TargetPlatform_0 = new A.TargetPlatform(0, "android"); B.TargetPlatform_1 = new A.TargetPlatform(1, "fuchsia"); B.TargetPlatform_2 = new A.TargetPlatform(2, "iOS"); B.TargetPlatform_3 = new A.TargetPlatform(3, "linux"); B.TargetPlatform_4 = new A.TargetPlatform(4, "macOS"); B.TargetPlatform_5 = new A.TargetPlatform(5, "windows"); - B.List_4fl = A._setArrayType(makeConstList([B.TargetPlatform_0, B.TargetPlatform_1, B.TargetPlatform_2, B.TargetPlatform_3, B.TargetPlatform_4, B.TargetPlatform_5]), A.findType("JSArray")); + B.List_4fl = A._setArrayType(makeConstList([B.TargetPlatform_0, B.TargetPlatform_1, B.TargetPlatform_2, B.TargetPlatform_3, B.TargetPlatform_4, B.TargetPlatform_5]), type$.JSArray_legacy_TargetPlatform); + B.List_4if = A._setArrayType(makeConstList(["1. \u010det.", "2. \u010det.", "3. \u010det.", "4. \u010det."]), type$.JSArray_legacy_String); + B.List_4m4 = A._setArrayType(makeConstList(["\u1798", "\u1780", "\u1798", "\u1798", "\u17a7", "\u1798", "\u1780", "\u179f", "\u1780", "\u178f", "\u179c", "\u1792"]), type$.JSArray_legacy_String); B.List_4md = A._setArrayType(makeConstList(["b", "big", "blockquote", "body", "br", "center", "code", "dd", "div", "dl", "dt", "em", "embed", "h1", "h2", "h3", "h4", "h5", "h6", "head", "hr", "i", "img", "li", "listing", "menu", "meta", "nobr", "ol", "p", "pre", "ruby", "s", "small", "span", "strike", "strong", "sub", "sup", "table", "tt", "u", "ul", "var"]), type$.JSArray_legacy_String); + B.List_52Y = A._setArrayType(makeConstList(["1:a kvartalet", "2:a kvartalet", "3:e kvartalet", "4:e kvartalet"]), type$.JSArray_legacy_String); + B.List_56S = A._setArrayType(makeConstList(["Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xu\xf1o", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"]), type$.JSArray_legacy_String); B.Type__$CompanyGatewayUIState_Vs0 = A.typeLiteral("_$CompanyGatewayUIState"); B.List_56s = A._setArrayType(makeConstList([B.Type_CompanyGatewayUIState_0Ae, B.Type__$CompanyGatewayUIState_Vs0]), type$.JSArray_legacy_Type); + B.List_5Tk = A._setArrayType(makeConstList(["\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf"]), type$.JSArray_legacy_String); B.Type_EIw = A.typeLiteral("_$PreImportResponseEntityDetails"); B.List_5U9 = A._setArrayType(makeConstList([B.Type_2fc, B.Type_EIw]), type$.JSArray_legacy_Type); + B.List_5VO = A._setArrayType(makeConstList(["voor Christus", "na Christus"]), type$.JSArray_legacy_String); B.List_5_6 = A._setArrayType(makeConstList([5, 6]), type$.JSArray_legacy_int); B.ExportType_contacts = new A.ExportType("contacts"); B.ExportType_credits = new A.ExportType("credits"); @@ -501583,22 +517243,60 @@ B.ExportType_tasks = new A.ExportType("tasks"); B.ExportType_profitloss = new A.ExportType("profitloss"); B.List_5bR = A._setArrayType(makeConstList([B.ExportType_clients, B.ExportType_contacts, B.ExportType_credits, B.ExportType_documents, B.ExportType_expenses, B.ExportType_invoices, B.ExportType_invoice_items, B.ExportType_quotes, B.ExportType_quote_items, B.ExportType_recurring_invoices, B.ExportType_payments, B.ExportType_products, B.ExportType_tasks, B.ExportType_profitloss]), A.findType("JSArray")); + B.List_5cf = A._setArrayType(makeConstList(["1Hh", "2Hh", "3Hh", "4Hh"]), type$.JSArray_legacy_String); B.Type_DateFormatItemResponse_KBd = A.typeLiteral("DateFormatItemResponse"); B.Type__$DateFormatItemResponse_WTK = A.typeLiteral("_$DateFormatItemResponse"); B.List_5dG = A._setArrayType(makeConstList([B.Type_DateFormatItemResponse_KBd, B.Type__$DateFormatItemResponse_WTK]), type$.JSArray_legacy_Type); + B.List_5eO = A._setArrayType(makeConstList(["sk", "pr", "an", "tr", "kt", "pn", "\u0161t"]), type$.JSArray_legacy_String); + B.List_5pq = A._setArrayType(makeConstList(["\u0d1e\u0d3e", "\u0d24\u0d3f", "\u0d1a\u0d4a", "\u0d2c\u0d41", "\u0d35\u0d4d\u0d2f\u0d3e", "\u0d35\u0d46", "\u0d36"]), type$.JSArray_legacy_String); B.Type__$DesignUIState_C1B = A.typeLiteral("_$DesignUIState"); B.List_5uk = A._setArrayType(makeConstList([B.Type_DesignUIState_IkK, B.Type__$DesignUIState_C1B]), type$.JSArray_legacy_Type); + B.List_5zb = A._setArrayType(makeConstList(["1\u0b2e \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38", "2\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38", "3\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38", "4\u0b30\u0b4d\u0b25 \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38"]), type$.JSArray_legacy_String); + B.List_61r = A._setArrayType(makeConstList(["H\u6642mm\u5206ss\u79d2 zzzz", "H:mm:ss z", "H:mm:ss", "H:mm"]), type$.JSArray_legacy_String); B.Type_DocumentItemResponse_E9t = A.typeLiteral("DocumentItemResponse"); B.Type__$DocumentItemResponse_okl = A.typeLiteral("_$DocumentItemResponse"); B.List_65l = A._setArrayType(makeConstList([B.Type_DocumentItemResponse_E9t, B.Type__$DocumentItemResponse_okl]), type$.JSArray_legacy_Type); + B.List_65v = A._setArrayType(makeConstList(["\u0930\u0935\u093f", "\u0938\u094b\u092e", "\u092e\u0902\u0917\u0932", "\u092c\u0941\u0927", "\u0917\u0941\u0930\u0941", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"]), type$.JSArray_legacy_String); + B.List_699 = A._setArrayType(makeConstList(["leden", "\xfanor", "b\u0159ezen", "duben", "kv\u011bten", "\u010derven", "\u010dervenec", "srpen", "z\xe1\u0159\xed", "\u0159\xedjen", "listopad", "prosinec"]), type$.JSArray_legacy_String); + B.List_69P = A._setArrayType(makeConstList(["Januar", "Februar", "M\xe4rz", "April", "Mai", "Juni", "Juli", "Auguscht", "Sept\xe4mber", "Oktoober", "Nov\xe4mber", "Dez\xe4mber"]), type$.JSArray_legacy_String); + B.List_6BD = A._setArrayType(makeConstList(["\u1007\u1014\u103a", "\u1016\u1031", "\u1019\u1010\u103a", "\u1027", "\u1019\u1031", "\u1007\u103d\u1014\u103a", "\u1007\u1030", "\u1029", "\u1005\u1000\u103a", "\u1021\u1031\u102c\u1000\u103a", "\u1014\u102d\u102f", "\u1012\u102e"]), type$.JSArray_legacy_String); B.Type__$ProductUIState_6YB = A.typeLiteral("_$ProductUIState"); - B.List_6H2 = A._setArrayType(makeConstList([B.Type_ProductUIState_luG, B.Type__$ProductUIState_6YB]), type$.JSArray_legacy_Type); + B.List_6H20 = A._setArrayType(makeConstList([B.Type_ProductUIState_luG, B.Type__$ProductUIState_6YB]), type$.JSArray_legacy_Type); + B.List_6H2 = A._setArrayType(makeConstList(["\u0c1c\u0c28", "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", "\u0c2e\u0c47", "\u0c1c\u0c42\u0c28\u0c4d", "\u0c1c\u0c41\u0c32\u0c48", "\u0c06\u0c17", "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02", "\u0c05\u0c15\u0c4d\u0c1f\u0c4b", "\u0c28\u0c35\u0c02", "\u0c21\u0c3f\u0c38\u0c46\u0c02"]), type$.JSArray_legacy_String); + B.List_6Lo = A._setArrayType(makeConstList(["Kuartal ke-1", "Kuartal ke-2", "Kuartal ke-3", "Kuartal ke-4"]), type$.JSArray_legacy_String); + B.List_6O2 = A._setArrayType(makeConstList(["K.a.", "K.o."]), type$.JSArray_legacy_String); + B.List_6O8 = A._setArrayType(makeConstList(["S", "M", "D", "W", "D", "V", "S"]), type$.JSArray_legacy_String); B.Type__$PaymentEntity_PTm = A.typeLiteral("_$PaymentEntity"); B.List_6PY = A._setArrayType(makeConstList([B.Type_PaymentEntity_Usy, B.Type__$PaymentEntity_PTm]), type$.JSArray_legacy_Type); + B.List_6QF = A._setArrayType(makeConstList(["\u043d\u0435\u0434.", "\u043f\u043e\u043d.", "\u0432\u0442\u043e.", "\u0441\u0440\u0435.", "\u0447\u0435\u0442.", "\u043f\u0435\u0442.", "\u0441\u0430\u0431."]), type$.JSArray_legacy_String); + B.List_6TA1 = A._setArrayType(makeConstList(["{1} \u0930\u094b\u091c\u0940 {0}", "{1} \u0930\u094b\u091c\u0940 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_6TA = A._setArrayType(makeConstList(["domingo", "luns", "martes", "m\xe9rcores", "xoves", "venres", "s\xe1bado"]), type$.JSArray_legacy_String); + B.List_6TA0 = A._setArrayType(makeConstList(["\u0416", "\u0414", "\u0428", "\u0428", "\u0411", "\u0416", "\u0418"]), type$.JSArray_legacy_String); + B.List_6Vn = A._setArrayType(makeConstList(["yan", "fev", "mar", "apr", "may", "iyn", "iyl", "avq", "sen", "okt", "noy", "dek"]), type$.JSArray_legacy_String); + B.List_6Vn0 = A._setArrayType(makeConstList(["\u0c9c\u0ca8", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", "\u0ca8\u0cb5\u0cc6\u0c82", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]), type$.JSArray_legacy_String); + B.List_6Wo = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432\u0440.", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440.", "\u043c\u0430\u0439", "\u0438\u044e\u043d\u044c", "\u0438\u044e\u043b\u044c", "\u0430\u0432\u0433.", "\u0441\u0435\u043d\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f\u0431.", "\u0434\u0435\u043a."]), type$.JSArray_legacy_String); + B.List_6Zu = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd-MM-y"]), type$.JSArray_legacy_String); + B.List_6_6 = A._setArrayType(makeConstList([6, 6]), type$.JSArray_legacy_int); + B.List_6hW = A._setArrayType(makeConstList(["\u0907. \u0938. \u092a\u0942.", "\u0907. \u0938."]), type$.JSArray_legacy_String); B.Type__$IndustryEntity_Mld = A.typeLiteral("_$IndustryEntity"); B.List_6n0 = A._setArrayType(makeConstList([B.Type_IndustryEntity_a7D, B.Type__$IndustryEntity_Mld]), type$.JSArray_legacy_Type); + B.List_6pP = A._setArrayType(makeConstList(["V", "H", "K", "Sz", "Cs", "P", "Sz"]), type$.JSArray_legacy_String); + B.List_6pZ = A._setArrayType(makeConstList(["cccc d. MMMM y", "d. MMMM y", "d.M.y", "d.M.y"]), type$.JSArray_legacy_String); + B.List_6pl = A._setArrayType(makeConstList(["1r trimestre", "2n trimestre", "3r trimestre", "4t trimestre"]), type$.JSArray_legacy_String); + B.List_6pl0 = A._setArrayType(makeConstList(["Oca", "\u015eub", "Mar", "Nis", "May", "Haz", "Tem", "A\u011fu", "Eyl", "Eki", "Kas", "Ara"]), type$.JSArray_legacy_String); + B.List_6pp = A._setArrayType(makeConstList(["I. n.\xe9v", "II. n.\xe9v", "III. n.\xe9v", "IV. n.\xe9v"]), type$.JSArray_legacy_String); + B.List_6qD = A._setArrayType(makeConstList(["Yak", "Dush", "Sesh", "Chor", "Pay", "Jum", "Shan"]), type$.JSArray_legacy_String); + B.List_6tp = A._setArrayType(makeConstList(["y.MM.dd, EEEE", "y.MM.dd", "y '\u043e\u043d\u044b' MMM'\u044b\u043d' d", "y.MM.dd"]), type$.JSArray_legacy_String); + B.List_6v8 = A._setArrayType(makeConstList(["S", "M", "D", "M", "D", "F", "S"]), type$.JSArray_legacy_String); + B.List_6vI = A._setArrayType(makeConstList(["da manh\xe3", "da tarde"]), type$.JSArray_legacy_String); + B.List_6x6 = A._setArrayType(makeConstList(["sije\u010dnja", "velja\u010de", "o\u017eujka", "travnja", "svibnja", "lipnja", "srpnja", "kolovoza", "rujna", "listopada", "studenoga", "prosinca"]), type$.JSArray_legacy_String); B.List_6xs = A._setArrayType(makeConstList(["Before Christ", "Anno Domini"]), type$.JSArray_legacy_String); + B.List_799 = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "dd.MM.y"]), type$.JSArray_legacy_String); B.List_7Jw = A._setArrayType(makeConstList([B.InvoiceReportFields_0, B.InvoiceReportFields_1, B.InvoiceReportFields_2, B.InvoiceReportFields_3, B.InvoiceReportFields_4, B.InvoiceReportFields_5, B.InvoiceReportFields_6, B.InvoiceReportFields_7, B.InvoiceReportFields_8, B.InvoiceReportFields_9, B.InvoiceReportFields_10, B.InvoiceReportFields_11, B.InvoiceReportFields_12, B.InvoiceReportFields_13, B.InvoiceReportFields_14, B.InvoiceReportFields_15, B.InvoiceReportFields_16, B.InvoiceReportFields_17, B.InvoiceReportFields_18, B.InvoiceReportFields_19, B.InvoiceReportFields_20, B.InvoiceReportFields_21, B.InvoiceReportFields_22, B.InvoiceReportFields_23, B.InvoiceReportFields_24, B.InvoiceReportFields_25, B.InvoiceReportFields_26, B.InvoiceReportFields_27, B.InvoiceReportFields_28, B.InvoiceReportFields_29, B.InvoiceReportFields_30, B.InvoiceReportFields_31, B.InvoiceReportFields_32, B.InvoiceReportFields_33, B.InvoiceReportFields_34, B.InvoiceReportFields_35, B.InvoiceReportFields_36, B.InvoiceReportFields_37, B.InvoiceReportFields_38, B.InvoiceReportFields_39, B.InvoiceReportFields_40, B.InvoiceReportFields_41, B.InvoiceReportFields_42, B.InvoiceReportFields_43, B.InvoiceReportFields_44, B.InvoiceReportFields_45, B.InvoiceReportFields_46, B.InvoiceReportFields_47, B.InvoiceReportFields_48, B.InvoiceReportFields_49, B.InvoiceReportFields_50, B.InvoiceReportFields_51, B.InvoiceReportFields_52, B.InvoiceReportFields_53, B.InvoiceReportFields_54, B.InvoiceReportFields_55, B.InvoiceReportFields_56, B.InvoiceReportFields_57, B.InvoiceReportFields_58, B.InvoiceReportFields_59, B.InvoiceReportFields_60, B.InvoiceReportFields_61, B.InvoiceReportFields_62, B.InvoiceReportFields_63, B.InvoiceReportFields_64, B.InvoiceReportFields_65, B.InvoiceReportFields_66, B.InvoiceReportFields_67, B.InvoiceReportFields_68, B.InvoiceReportFields_69, B.InvoiceReportFields_70, B.InvoiceReportFields_71, B.InvoiceReportFields_72, B.InvoiceReportFields_73, B.InvoiceReportFields_74, B.InvoiceReportFields_75, B.InvoiceReportFields_76]), type$.JSArray_legacy_InvoiceReportFields); + B.List_7TW = A._setArrayType(makeConstList(["\uc81c 1/4\ubd84\uae30", "\uc81c 2/4\ubd84\uae30", "\uc81c 3/4\ubd84\uae30", "\uc81c 4/4\ubd84\uae30"]), type$.JSArray_legacy_String); + B.List_7eO = A._setArrayType(makeConstList(["A", "I", "S", "R", "K", "J", "S"]), type$.JSArray_legacy_String); + B.List_7mv = A._setArrayType(makeConstList(["Pazar", "Pazartesi", "Sal\u0131", "\xc7ar\u015famba", "Per\u015fembe", "Cuma", "Cumartesi"]), type$.JSArray_legacy_String); + B.List_7uu = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u064a", "\u0641\u0628\u0631\u0648\u0631\u064a", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u06cd", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u06d0\u067e\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_legacy_String); B.ProductReportFields_0 = new A.ProductReportFields(0, "id"); B.ProductReportFields_1 = new A.ProductReportFields(1, "name"); B.ProductReportFields_2 = new A.ProductReportFields(2, "price"); @@ -501617,19 +517315,31 @@ B.ProductReportFields_15 = new A.ProductReportFields(15, "created_at"); B.ProductReportFields_16 = new A.ProductReportFields(16, "updated_at"); B.List_7xV = A._setArrayType(makeConstList([B.ProductReportFields_0, B.ProductReportFields_1, B.ProductReportFields_2, B.ProductReportFields_3, B.ProductReportFields_4, B.ProductReportFields_5, B.ProductReportFields_6, B.ProductReportFields_7, B.ProductReportFields_8, B.ProductReportFields_9, B.ProductReportFields_10, B.ProductReportFields_11, B.ProductReportFields_12, B.ProductReportFields_13, B.ProductReportFields_14, B.ProductReportFields_15, B.ProductReportFields_16]), type$.JSArray_legacy_ProductReportFields); + B.List_84a = A._setArrayType(makeConstList(["H:mm:ss zzzz", "H:mm:ss z", "H:mm:ss", "H:mm"]), type$.JSArray_legacy_String); B.Type_CreditListResponse_GRu = A.typeLiteral("CreditListResponse"); B.Type__$CreditListResponse_G79 = A.typeLiteral("_$CreditListResponse"); - B.List_86y = A._setArrayType(makeConstList([B.Type_CreditListResponse_GRu, B.Type__$CreditListResponse_G79]), type$.JSArray_legacy_Type); + B.List_86y0 = A._setArrayType(makeConstList([B.Type_CreditListResponse_GRu, B.Type__$CreditListResponse_G79]), type$.JSArray_legacy_Type); B.Type_TaskListResponse_2Px = A.typeLiteral("TaskListResponse"); B.Type__$TaskListResponse_Met = A.typeLiteral("_$TaskListResponse"); - B.List_86y0 = A._setArrayType(makeConstList([B.Type_TaskListResponse_2Px, B.Type__$TaskListResponse_Met]), type$.JSArray_legacy_Type); + B.List_86y1 = A._setArrayType(makeConstList([B.Type_TaskListResponse_2Px, B.Type__$TaskListResponse_Met]), type$.JSArray_legacy_Type); + B.List_86y = A._setArrayType(makeConstList(["\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438", "\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af", "\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438", "\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438", "\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438", "\u0436\u0443\u043c\u0430", "\u0438\u0448\u0435\u043c\u0431\u0438"]), type$.JSArray_legacy_String); + B.List_8Ac = A._setArrayType(makeConstList(["\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35", "\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28"]), type$.JSArray_legacy_String); + B.List_8Ay = A._setArrayType(makeConstList(["\u1798\u17bb\u1793 \u1782.\u179f.", "\u1782.\u179f."]), type$.JSArray_legacy_String); + B.List_8Cn = A._setArrayType(makeConstList(["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"]), type$.JSArray_legacy_String); B.Type_SizeListResponse_gbq = A.typeLiteral("SizeListResponse"); B.Type__$SizeListResponse_4Q6 = A.typeLiteral("_$SizeListResponse"); B.List_8Gh = A._setArrayType(makeConstList([B.Type_SizeListResponse_gbq, B.Type__$SizeListResponse_4Q6]), type$.JSArray_legacy_Type); + B.List_8Gl = A._setArrayType(makeConstList(["\uae30\uc6d0\uc804", "\uc11c\uae30"]), type$.JSArray_legacy_String); + B.List_8Gl0 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "y-MM-dd"]), type$.JSArray_legacy_String); B.Type__$StaticState_pYG = A.typeLiteral("_$StaticState"); B.List_8LU = A._setArrayType(makeConstList([B.Type_StaticState_AgZ, B.Type__$StaticState_pYG]), type$.JSArray_legacy_Type); + B.List_8R1 = A._setArrayType(makeConstList(["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"]), type$.JSArray_legacy_String); + B.List_8XQ = A._setArrayType(makeConstList(["H:mm:ss (zzzz)", "H:mm:ss z", "H:mm:ss", "H:mm"]), type$.JSArray_legacy_String); + B.List_8YE = A._setArrayType(makeConstList(["sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "pa\u017a", "lis", "gru"]), type$.JSArray_legacy_String); B.Type__$InvoiceStatusEntity_ecN = A.typeLiteral("_$InvoiceStatusEntity"); - B.List_8aB1 = A._setArrayType(makeConstList([B.Type_InvoiceStatusEntity_mqK, B.Type__$InvoiceStatusEntity_ecN]), type$.JSArray_legacy_Type); + B.List_8aB3 = A._setArrayType(makeConstList([B.Type_InvoiceStatusEntity_mqK, B.Type__$InvoiceStatusEntity_ecN]), type$.JSArray_legacy_Type); + B.List_8aB0 = A._setArrayType(makeConstList(["1. \xe7eyrek", "2. \xe7eyrek", "3. \xe7eyrek", "4. \xe7eyrek"]), type$.JSArray_legacy_String); + B.List_8aB = A._setArrayType(makeConstList(["I \u10d9\u10d5.", "II \u10d9\u10d5.", "III \u10d9\u10d5.", "IV \u10d9\u10d5."]), type$.JSArray_legacy_String); B.VendorReportFields_0 = new A.VendorReportFields(0, "id"); B.VendorReportFields_1 = new A.VendorReportFields(1, "name"); B.VendorReportFields_2 = new A.VendorReportFields(2, "website"); @@ -501664,30 +517374,67 @@ B.VendorReportFields_31 = new A.VendorReportFields(31, "is_active"); B.VendorReportFields_32 = new A.VendorReportFields(32, "created_at"); B.VendorReportFields_33 = new A.VendorReportFields(33, "updated_at"); - B.List_8aB = A._setArrayType(makeConstList([B.VendorReportFields_0, B.VendorReportFields_1, B.VendorReportFields_2, B.VendorReportFields_3, B.VendorReportFields_4, B.VendorReportFields_5, B.VendorReportFields_6, B.VendorReportFields_7, B.VendorReportFields_8, B.VendorReportFields_9, B.VendorReportFields_10, B.VendorReportFields_11, B.VendorReportFields_12, B.VendorReportFields_13, B.VendorReportFields_14, B.VendorReportFields_15, B.VendorReportFields_16, B.VendorReportFields_17, B.VendorReportFields_18, B.VendorReportFields_19, B.VendorReportFields_20, B.VendorReportFields_21, B.VendorReportFields_22, B.VendorReportFields_23, B.VendorReportFields_24, B.VendorReportFields_25, B.VendorReportFields_26, B.VendorReportFields_27, B.VendorReportFields_28, B.VendorReportFields_29, B.VendorReportFields_30, B.VendorReportFields_31, B.VendorReportFields_32, B.VendorReportFields_33]), type$.JSArray_legacy_VendorReportFields); - B.List_8eb = A._setArrayType(makeConstList(["h1", "h2", "h3", "h4", "h5", "h6"]), type$.JSArray_legacy_String); + B.List_8aB1 = A._setArrayType(makeConstList([B.VendorReportFields_0, B.VendorReportFields_1, B.VendorReportFields_2, B.VendorReportFields_3, B.VendorReportFields_4, B.VendorReportFields_5, B.VendorReportFields_6, B.VendorReportFields_7, B.VendorReportFields_8, B.VendorReportFields_9, B.VendorReportFields_10, B.VendorReportFields_11, B.VendorReportFields_12, B.VendorReportFields_13, B.VendorReportFields_14, B.VendorReportFields_15, B.VendorReportFields_16, B.VendorReportFields_17, B.VendorReportFields_18, B.VendorReportFields_19, B.VendorReportFields_20, B.VendorReportFields_21, B.VendorReportFields_22, B.VendorReportFields_23, B.VendorReportFields_24, B.VendorReportFields_25, B.VendorReportFields_26, B.VendorReportFields_27, B.VendorReportFields_28, B.VendorReportFields_29, B.VendorReportFields_30, B.VendorReportFields_31, B.VendorReportFields_32, B.VendorReportFields_33]), type$.JSArray_legacy_VendorReportFields); + B.List_8eb1 = A._setArrayType(makeConstList(["h1", "h2", "h3", "h4", "h5", "h6"]), type$.JSArray_legacy_String); + B.List_8eb = A._setArrayType(makeConstList(["ned", "pon", "uto", "sri", "\u010det", "pet", "sub"]), type$.JSArray_legacy_String); + B.List_8eb0 = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "maj", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_legacy_String); + B.List_8gy = A._setArrayType(makeConstList(["Tr\u01b0\u1edbc CN", "sau CN"]), type$.JSArray_legacy_String); + B.List_8lx = A._setArrayType(makeConstList(["sausis", "vasaris", "kovas", "balandis", "gegu\u017e\u0117", "bir\u017eelis", "liepa", "rugpj\u016btis", "rugs\u0117jis", "spalis", "lapkritis", "gruodis"]), type$.JSArray_legacy_String); B.List_8oN = A._setArrayType(makeConstList(["dd", "dt", "li", "option", "optgroup", "p", "rp", "rt"]), type$.JSArray_legacy_String); + B.List_8xd = A._setArrayType(makeConstList(["\u0642.\u0645.", "\u0645."]), type$.JSArray_legacy_String); B.Type__$RecurringInvoiceState_Qk1 = A.typeLiteral("_$RecurringInvoiceState"); B.List_8zm = A._setArrayType(makeConstList([B.Type_RecurringInvoiceState_qX6, B.Type__$RecurringInvoiceState_Qk1]), type$.JSArray_legacy_Type); + B.List_94u = A._setArrayType(makeConstList(["janu\xe1r", "febru\xe1r", "marec", "apr\xedl", "m\xe1j", "j\xfan", "j\xfal", "august", "september", "okt\xf3ber", "november", "december"]), type$.JSArray_legacy_String); + B.List_96V = A._setArrayType(makeConstList(["Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag"]), type$.JSArray_legacy_String); + B.List_9Mo = A._setArrayType(makeConstList(["1-\u0440 \u0441\u0430\u0440", "2-\u0440 \u0441\u0430\u0440", "3-\u0440 \u0441\u0430\u0440", "4-\u0440 \u0441\u0430\u0440", "5-\u0440 \u0441\u0430\u0440", "6-\u0440 \u0441\u0430\u0440", "7-\u0440 \u0441\u0430\u0440", "8-\u0440 \u0441\u0430\u0440", "9-\u0440 \u0441\u0430\u0440", "10-\u0440 \u0441\u0430\u0440", "11-\u0440 \u0441\u0430\u0440", "12-\u0440 \u0441\u0430\u0440"]), type$.JSArray_legacy_String); + B.List_9SI = A._setArrayType(makeConstList(["januar", "februar", "marts", "april", "maj", "juni", "juli", "august", "september", "oktober", "november", "december"]), type$.JSArray_legacy_String); B.List_9W7 = A._setArrayType(makeConstList([B.ExpenseReportFields_0, B.ExpenseReportFields_1, B.ExpenseReportFields_2, B.ExpenseReportFields_3, B.ExpenseReportFields_4, B.ExpenseReportFields_5, B.ExpenseReportFields_6, B.ExpenseReportFields_7, B.ExpenseReportFields_8, B.ExpenseReportFields_9, B.ExpenseReportFields_10, B.ExpenseReportFields_11, B.ExpenseReportFields_12, B.ExpenseReportFields_13, B.ExpenseReportFields_14, B.ExpenseReportFields_15, B.ExpenseReportFields_16, B.ExpenseReportFields_17, B.ExpenseReportFields_18, B.ExpenseReportFields_19, B.ExpenseReportFields_20, B.ExpenseReportFields_21, B.ExpenseReportFields_22, B.ExpenseReportFields_23, B.ExpenseReportFields_24, B.ExpenseReportFields_25, B.ExpenseReportFields_26, B.ExpenseReportFields_27, B.ExpenseReportFields_28, B.ExpenseReportFields_29, B.ExpenseReportFields_30, B.ExpenseReportFields_31, B.ExpenseReportFields_32, B.ExpenseReportFields_33, B.ExpenseReportFields_34, B.ExpenseReportFields_35, B.ExpenseReportFields_36]), type$.JSArray_legacy_ExpenseReportFields); + B.List_9YN = A._setArrayType(makeConstList(["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"]), type$.JSArray_legacy_String); B.Type__$TemplateEntity_4BO = A.typeLiteral("_$TemplateEntity"); B.List_9e5 = A._setArrayType(makeConstList([B.Type_TemplateEntity_Mm0, B.Type__$TemplateEntity_4BO]), type$.JSArray_legacy_Type); + B.List_9hp = A._setArrayType(makeConstList(["\u044f\u043d\u0443", "\u0444\u0435\u0432", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440", "\u043c\u0430\u0439", "\u044e\u043d\u0438", "\u044e\u043b\u0438", "\u0430\u0432\u0433", "\u0441\u0435\u043f", "\u043e\u043a\u0442", "\u043d\u043e\u0435", "\u0434\u0435\u043a"]), type$.JSArray_legacy_String); B.Type__$UserUIState_GZK = A.typeLiteral("_$UserUIState"); B.List_9rO = A._setArrayType(makeConstList([B.Type_UserUIState_ymM, B.Type__$UserUIState_GZK]), type$.JSArray_legacy_Type); + B.List_A0N = A._setArrayType(makeConstList(["1. \u0442\u0440\u0438\u043c.", "2. \u0442\u0440\u0438\u043c.", "3. \u0442\u0440\u0438\u043c.", "4. \u0442\u0440\u0438\u043c."]), type$.JSArray_legacy_String); + B.List_A0N0 = A._setArrayType(makeConstList(["\u043d\u0435\u0434", "\u043f\u043e\u043d", "\u0443\u0442\u043e", "\u0441\u0440\u0435", "\u0447\u0435\u0442", "\u043f\u0435\u0442", "\u0441\u0443\u0431"]), type$.JSArray_legacy_String); + B.List_A2Y = A._setArrayType(makeConstList(["diumenge", "dilluns", "dimarts", "dimecres", "dijous", "divendres", "dissabte"]), type$.JSArray_legacy_String); + B.List_A3h = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "ma\xed", "j\xfan.", "j\xfal.", "\xe1g\xfa.", "sep.", "okt.", "n\xf3v.", "des."]), type$.JSArray_legacy_String); + B.List_A4L = A._setArrayType(makeConstList(["\u0930\u0935\u093f\u0935\u093e\u0930", "\u0938\u094b\u092e\u0935\u093e\u0930", "\u092e\u0902\u0917\u0933\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_AAY = A._setArrayType(makeConstList(["S", "M", "B", "T", "S", "H", "M"]), type$.JSArray_legacy_String); + B.List_ACL = A._setArrayType(makeConstList(["\u064a\u0646\u0627\u064a\u0631", "\u0641\u0628\u0631\u0627\u064a\u0631", "\u0645\u0627\u0631\u0633", "\u0623\u0628\u0631\u064a\u0644", "\u0645\u0627\u064a\u0648", "\u064a\u0648\u0646\u064a\u0648", "\u064a\u0648\u0644\u064a\u0648", "\u0623\u063a\u0633\u0637\u0633", "\u0633\u0628\u062a\u0645\u0628\u0631", "\u0623\u0643\u062a\u0648\u0628\u0631", "\u0646\u0648\u0641\u0645\u0628\u0631", "\u062f\u064a\u0633\u0645\u0628\u0631"]), type$.JSArray_legacy_String); + B.List_ACe = A._setArrayType(makeConstList(["\u1303\u1295\u12e9\u12c8\u122a", "\u134c\u1265\u1229\u12c8\u122a", "\u121b\u122d\u127d", "\u12a4\u1355\u122a\u120d", "\u121c\u12ed", "\u1301\u1295", "\u1301\u120b\u12ed", "\u12a6\u1308\u1235\u1275", "\u1234\u1355\u1274\u121d\u1260\u122d", "\u12a6\u12ad\u1276\u1260\u122d", "\u1296\u126c\u121d\u1260\u122d", "\u12f2\u1234\u121d\u1260\u122d"]), type$.JSArray_legacy_String); B.Type__$PurchaseOrderUIState_oAy = A.typeLiteral("_$PurchaseOrderUIState"); B.List_AGi = A._setArrayType(makeConstList([B.Type_PurchaseOrderUIState_Ume, B.Type__$PurchaseOrderUIState_oAy]), type$.JSArray_legacy_Type); + B.List_AHF0 = A._setArrayType(makeConstList(["antes de Cristo", "depois de Cristo"]), type$.JSArray_legacy_String); + B.List_AHF = A._setArrayType(makeConstList(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f", "\u043b\u044e\u0442\u0430\u0433\u0430", "\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430", "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430", "\u043c\u0430\u044f", "\u0447\u044d\u0440\u0432\u0435\u043d\u044f", "\u043b\u0456\u043f\u0435\u043d\u044f", "\u0436\u043d\u0456\u045e\u043d\u044f", "\u0432\u0435\u0440\u0430\u0441\u043d\u044f", "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430", "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430", "\u0441\u043d\u0435\u0436\u043d\u044f"]), type$.JSArray_legacy_String); B.Type__$InvoiceHistoryEntity_Kaw = A.typeLiteral("_$InvoiceHistoryEntity"); B.List_AKW = A._setArrayType(makeConstList([B.Type_InvoiceHistoryEntity_1R3, B.Type__$InvoiceHistoryEntity_Kaw]), type$.JSArray_legacy_Type); - B.List_ALf = A._setArrayType(makeConstList(["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]), type$.JSArray_legacy_String); + B.List_AKu = A._setArrayType(makeConstList(["\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", "\u0938\u0928\u094d"]), type$.JSArray_legacy_String); + B.List_ALf = A._setArrayType(makeConstList(["\u0431.\u0437.\u0447.", "\u0431.\u0437."]), type$.JSArray_legacy_String); + B.List_ALf0 = A._setArrayType(makeConstList(["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]), type$.JSArray_legacy_String); B.List_AM_PM = A._setArrayType(makeConstList(["AM", "PM"]), type$.JSArray_legacy_String); B.List_ANz = A._setArrayType(makeConstList([B.ClientReportFields_0, B.ClientReportFields_1, B.ClientReportFields_2, B.ClientReportFields_3, B.ClientReportFields_4, B.ClientReportFields_5, B.ClientReportFields_6, B.ClientReportFields_7, B.ClientReportFields_8, B.ClientReportFields_9, B.ClientReportFields_10, B.ClientReportFields_11, B.ClientReportFields_12, B.ClientReportFields_13, B.ClientReportFields_14, B.ClientReportFields_15, B.ClientReportFields_16, B.ClientReportFields_17, B.ClientReportFields_18, B.ClientReportFields_19, B.ClientReportFields_20, B.ClientReportFields_21, B.ClientReportFields_22, B.ClientReportFields_23, B.ClientReportFields_24, B.ClientReportFields_25, B.ClientReportFields_26, B.ClientReportFields_27, B.ClientReportFields_28, B.ClientReportFields_29, B.ClientReportFields_30, B.ClientReportFields_31, B.ClientReportFields_32, B.ClientReportFields_33, B.ClientReportFields_34, B.ClientReportFields_35, B.ClientReportFields_36, B.ClientReportFields_37, B.ClientReportFields_38, B.ClientReportFields_39, B.ClientReportFields_40, B.ClientReportFields_41, B.ClientReportFields_42, B.ClientReportFields_43, B.ClientReportFields_44, B.ClientReportFields_45, B.ClientReportFields_46, B.ClientReportFields_47, B.ClientReportFields_48, B.ClientReportFields_49, B.ClientReportFields_50, B.ClientReportFields_51, B.ClientReportFields_52]), type$.JSArray_legacy_ClientReportFields); B.Type__$TaxRateEntity_4H8 = A.typeLiteral("_$TaxRateEntity"); B.List_AOK = A._setArrayType(makeConstList([B.Type_TaxRateEntity_uQj, B.Type__$TaxRateEntity_4H8]), type$.JSArray_legacy_Type); + B.List_ASc0 = A._setArrayType(makeConstList(["p.n.e.", "n.e."]), type$.JSArray_legacy_String); + B.List_ASc = A._setArrayType(makeConstList(["1\u129b\u12cd \u1229\u1265", "2\u129b\u12cd \u1229\u1265", "3\u129b\u12cd \u1229\u1265", "4\u129b\u12cd \u1229\u1265"]), type$.JSArray_legacy_String); + B.List_ATp = A._setArrayType(makeConstList(["B.", "B.E.", "\xc7.A.", "\xc7.", "C.A.", "C.", "\u015e."]), type$.JSArray_legacy_String); B.Type__$FeesAndLimitsSettings_zio = A.typeLiteral("_$FeesAndLimitsSettings"); B.List_AcR = A._setArrayType(makeConstList([B.Type_FeesAndLimitsSettings_wgw, B.Type__$FeesAndLimitsSettings_zio]), type$.JSArray_legacy_Type); + B.List_AeS = A._setArrayType(makeConstList(["I kw.", "II kw.", "III kw.", "IV kw."]), type$.JSArray_legacy_String); B.Type__$DashboardField_WjO = A.typeLiteral("_$DashboardField"); - B.List_AgZ = A._setArrayType(makeConstList([B.Type_DashboardField_7Xc, B.Type__$DashboardField_WjO]), type$.JSArray_legacy_Type); + B.List_AgZ1 = A._setArrayType(makeConstList([B.Type_DashboardField_7Xc, B.Type__$DashboardField_WjO]), type$.JSArray_legacy_Type); + B.List_AgZ0 = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5EEEE", "y\u5e74M\u6708d\u65e5", "y\u5e74M\u6708d\u65e5", "y/M/d"]), type$.JSArray_legacy_String); + B.List_AgZ = A._setArrayType(makeConstList(["Jan", "Feb", "M\xe4r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"]), type$.JSArray_legacy_String); + B.List_AiM = A._setArrayType(makeConstList(["a. C.", "d. C."]), type$.JSArray_legacy_String); + B.List_AiQ = A._setArrayType(makeConstList(["gener", "febrer", "mar\xe7", "abril", "maig", "juny", "juliol", "agost", "setembre", "octubre", "novembre", "desembre"]), type$.JSArray_legacy_String); + B.List_Am8 = A._setArrayType(makeConstList(["1T", "2T", "3T", "4T"]), type$.JSArray_legacy_String); + B.List_AmA = A._setArrayType(makeConstList(["prie\u0161piet", "popiet"]), type$.JSArray_legacy_String); B.List_AmY = A._setArrayType(makeConstList([-1, 0, 0, 1, 0, 0, -1, 0, 1, 0, 0, 0, -1, 1, 0, 1, 1, 1, 1, 0]), type$.JSArray_legacy_double); + B.List_Ao9 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d 'de' MMM 'de' y", "dd/MM/yy"]), type$.JSArray_legacy_String); + B.List_AqM = A._setArrayType(makeConstList(["\u0436\u0435\u043a.", "\u0434\u04af\u0439.", "\u0448\u0435\u0439\u0448.", "\u0448\u0430\u0440\u0448.", "\u0431\u0435\u0439\u0448.", "\u0436\u0443\u043c\u0430", "\u0438\u0448\u043c."]), type$.JSArray_legacy_String); + B.List_AqM0 = A._setArrayType(makeConstList(["\u0a1c\u0a28", "\u0a2b\u0a3c\u0a30", "\u0a2e\u0a3e\u0a30\u0a1a", "\u0a05\u0a2a\u0a4d\u0a30\u0a48", "\u0a2e\u0a08", "\u0a1c\u0a42\u0a28", "\u0a1c\u0a41\u0a32\u0a3e", "\u0a05\u0a17", "\u0a38\u0a24\u0a70", "\u0a05\u0a15\u0a24\u0a42", "\u0a28\u0a35\u0a70", "\u0a26\u0a38\u0a70"]), type$.JSArray_legacy_String); + B.List_Avr = A._setArrayType(makeConstList(["P", "E", "T", "K", "N", "R", "L"]), type$.JSArray_legacy_String); B._TextType_0 = new A._TextType(0, "header1"); B._TextType_1 = new A._TextType(1, "header2"); B._TextType_2 = new A._TextType(2, "header3"); @@ -501699,14 +517446,30 @@ B.List_AyI = A._setArrayType(makeConstList([0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 0, 16, 17, 18, 18, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29]), type$.JSArray_legacy_int); B.List_B8J = A._setArrayType(makeConstList([0, 1996959894, 3993919788, 2567524794, 124634137, 1886057615, 3915621685, 2657392035, 249268274, 2044508324, 3772115230, 2547177864, 162941995, 2125561021, 3887607047, 2428444049, 498536548, 1789927666, 4089016648, 2227061214, 450548861, 1843258603, 4107580753, 2211677639, 325883990, 1684777152, 4251122042, 2321926636, 335633487, 1661365465, 4195302755, 2366115317, 997073096, 1281953886, 3579855332, 2724688242, 1006888145, 1258607687, 3524101629, 2768942443, 901097722, 1119000684, 3686517206, 2898065728, 853044451, 1172266101, 3705015759, 2882616665, 651767980, 1373503546, 3369554304, 3218104598, 565507253, 1454621731, 3485111705, 3099436303, 671266974, 1594198024, 3322730930, 2970347812, 795835527, 1483230225, 3244367275, 3060149565, 1994146192, 31158534, 2563907772, 4023717930, 1907459465, 112637215, 2680153253, 3904427059, 2013776290, 251722036, 2517215374, 3775830040, 2137656763, 141376813, 2439277719, 3865271297, 1802195444, 476864866, 2238001368, 4066508878, 1812370925, 453092731, 2181625025, 4111451223, 1706088902, 314042704, 2344532202, 4240017532, 1658658271, 366619977, 2362670323, 4224994405, 1303535960, 984961486, 2747007092, 3569037538, 1256170817, 1037604311, 2765210733, 3554079995, 1131014506, 879679996, 2909243462, 3663771856, 1141124467, 855842277, 2852801631, 3708648649, 1342533948, 654459306, 3188396048, 3373015174, 1466479909, 544179635, 3110523913, 3462522015, 1591671054, 702138776, 2966460450, 3352799412, 1504918807, 783551873, 3082640443, 3233442989, 3988292384, 2596254646, 62317068, 1957810842, 3939845945, 2647816111, 81470997, 1943803523, 3814918930, 2489596804, 225274430, 2053790376, 3826175755, 2466906013, 167816743, 2097651377, 4027552580, 2265490386, 503444072, 1762050814, 4150417245, 2154129355, 426522225, 1852507879, 4275313526, 2312317920, 282753626, 1742555852, 4189708143, 2394877945, 397917763, 1622183637, 3604390888, 2714866558, 953729732, 1340076626, 3518719985, 2797360999, 1068828381, 1219638859, 3624741850, 2936675148, 906185462, 1090812512, 3747672003, 2825379669, 829329135, 1181335161, 3412177804, 3160834842, 628085408, 1382605366, 3423369109, 3138078467, 570562233, 1426400815, 3317316542, 2998733608, 733239954, 1555261956, 3268935591, 3050360625, 752459403, 1541320221, 2607071920, 3965973030, 1969922972, 40735498, 2617837225, 3943577151, 1913087877, 83908371, 2512341634, 3803740692, 2075208622, 213261112, 2463272603, 3855990285, 2094854071, 198958881, 2262029012, 4057260610, 1759359992, 534414190, 2176718541, 4139329115, 1873836001, 414664567, 2282248934, 4279200368, 1711684554, 285281116, 2405801727, 4167216745, 1634467795, 376229701, 2685067896, 3608007406, 1308918612, 956543938, 2808555105, 3495958263, 1231636301, 1047427035, 2932959818, 3654703836, 1088359270, 936918000, 2847714899, 3736837829, 1202900863, 817233897, 3183342108, 3401237130, 1404277552, 615818150, 3134207493, 3453421203, 1423857449, 601450431, 3009837614, 3294710456, 1567103746, 711928724, 3020668471, 3272380065, 1510334235, 755167117]), type$.JSArray_legacy_int); B.List_BC_AD = A._setArrayType(makeConstList(["BC", "AD"]), type$.JSArray_legacy_String); + B.List_BDv = A._setArrayType(makeConstList(["1\u0ab2\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8", "2\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8", "3\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8", "4\u0aa5\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8"]), type$.JSArray_legacy_String); + B.List_BKg = A._setArrayType(makeConstList(["antes de Cristo", "despois de Cristo"]), type$.JSArray_legacy_String); + B.List_BSc = A._setArrayType(makeConstList(["I. negyed\xe9v", "II. negyed\xe9v", "III. negyed\xe9v", "IV. negyed\xe9v"]), type$.JSArray_legacy_String); + B.List_BzQ = A._setArrayType(makeConstList(["\u09b0\u09ac\u09bf", "\u09b8\u09cb\u09ae", "\u09ae\u0999\u09cd\u0997\u09b2", "\u09ac\u09c1\u09a7", "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", "\u09b6\u09c1\u0995\u09cd\u09b0", "\u09b6\u09a8\u09bf"]), type$.JSArray_legacy_String); + B.List_Bzp = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "d MMMM y", "d MMM y", "dd/MM/yy"]), type$.JSArray_legacy_String); + B.List_C2f = A._setArrayType(makeConstList(["\u0ead\u0eb2", "\u0e88", "\u0ead", "\u0e9e", "\u0e9e\u0eab", "\u0eaa\u0eb8", "\u0eaa"]), type$.JSArray_legacy_String); + B.List_C3o = A._setArrayType(makeConstList(["p\xfchap\xe4ev", "esmasp\xe4ev", "teisip\xe4ev", "kolmap\xe4ev", "neljap\xe4ev", "reede", "laup\xe4ev"]), type$.JSArray_legacy_String); + B.List_C3v = A._setArrayType(makeConstList(["\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02", "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02"]), type$.JSArray_legacy_String); + B.List_C4A = A._setArrayType(makeConstList(["\u1018\u102e\u1005\u102e", "\u1021\u1012\u1031\u102e"]), type$.JSArray_legacy_String); + B.List_C5f = A._setArrayType(makeConstList(["1 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0", "2 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0", "3 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0", "4 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0"]), type$.JSArray_legacy_String); + B.List_C7O = A._setArrayType(makeConstList(["pred Kristom", "po Kristovi"]), type$.JSArray_legacy_String); + B.List_C7r = A._setArrayType(makeConstList(["1-\u0448\u044b \u043a\u0432.", "2-\u0433\u0456 \u043a\u0432.", "3-\u0446\u0456 \u043a\u0432.", "4-\u0442\u044b \u043a\u0432."]), type$.JSArray_legacy_String); B.List_CC9 = A._setArrayType(makeConstList([B.DateRange_last7Days, B.DateRange_last30Days, B.DateRange_thisMonth, B.DateRange_lastMonth, B.DateRange_thisQuarter, B.DateRange_lastQuarter, B.DateRange_thisYear, B.DateRange_lastYear, B.DateRange_custom]), A.findType("JSArray")); B.Type__$DesignState_K17 = A.typeLiteral("_$DesignState"); B.List_CCG = A._setArrayType(makeConstList([B.Type_DesignState_jZd, B.Type__$DesignState_K17]), type$.JSArray_legacy_Type); + B.List_CDT = A._setArrayType(makeConstList(["{1} 'u' {0}", "{1} 'u' {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_CDT0 = A._setArrayType(makeConstList(["{1} '\xe0' {0}", "{1} '\xe0' {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_CF7 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_CFB = A._setArrayType(makeConstList(["die", "h\xebn", "mar", "m\xebr", "enj", "pre", "sht"]), type$.JSArray_legacy_String); B.Type__$WebhookState_eAf = A.typeLiteral("_$WebhookState"); B.List_CFL = A._setArrayType(makeConstList([B.Type_WebhookState_6v8, B.Type__$WebhookState_eAf]), type$.JSArray_legacy_Type); B.Type__$ReportsUIState_cc6 = A.typeLiteral("_$ReportsUIState"); B.List_CHP = A._setArrayType(makeConstList([B.Type_ReportsUIState_YKi, B.Type__$ReportsUIState_cc6]), type$.JSArray_legacy_Type); - B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_int); + B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_int); B.List_6_18 = A._setArrayType(makeConstList([6, 18]), type$.JSArray_legacy_int); B.List_6_22 = A._setArrayType(makeConstList([6, 22]), type$.JSArray_legacy_int); B.List_6_26 = A._setArrayType(makeConstList([6, 26]), type$.JSArray_legacy_int); @@ -501733,44 +517496,100 @@ B.List_yTu5 = A._setArrayType(makeConstList([6, 32, 58, 84, 110]), type$.JSArray_legacy_int); B.List_yTu6 = A._setArrayType(makeConstList([6, 30, 58, 86, 114]), type$.JSArray_legacy_int); B.List_yTu7 = A._setArrayType(makeConstList([6, 34, 62, 90, 118]), type$.JSArray_legacy_int); - B.List_ww82 = A._setArrayType(makeConstList([6, 26, 50, 74, 98, 122]), type$.JSArray_legacy_int); - B.List_ww83 = A._setArrayType(makeConstList([6, 30, 54, 78, 102, 126]), type$.JSArray_legacy_int); - B.List_ww84 = A._setArrayType(makeConstList([6, 26, 52, 78, 104, 130]), type$.JSArray_legacy_int); - B.List_ww85 = A._setArrayType(makeConstList([6, 30, 56, 82, 108, 134]), type$.JSArray_legacy_int); - B.List_ww86 = A._setArrayType(makeConstList([6, 34, 60, 86, 112, 138]), type$.JSArray_legacy_int); - B.List_ww87 = A._setArrayType(makeConstList([6, 30, 58, 86, 114, 142]), type$.JSArray_legacy_int); - B.List_ww88 = A._setArrayType(makeConstList([6, 34, 62, 90, 118, 146]), type$.JSArray_legacy_int); + B.List_ww87 = A._setArrayType(makeConstList([6, 26, 50, 74, 98, 122]), type$.JSArray_legacy_int); + B.List_ww88 = A._setArrayType(makeConstList([6, 30, 54, 78, 102, 126]), type$.JSArray_legacy_int); + B.List_ww89 = A._setArrayType(makeConstList([6, 26, 52, 78, 104, 130]), type$.JSArray_legacy_int); + B.List_ww810 = A._setArrayType(makeConstList([6, 30, 56, 82, 108, 134]), type$.JSArray_legacy_int); + B.List_ww811 = A._setArrayType(makeConstList([6, 34, 60, 86, 112, 138]), type$.JSArray_legacy_int); + B.List_ww812 = A._setArrayType(makeConstList([6, 30, 58, 86, 114, 142]), type$.JSArray_legacy_int); + B.List_ww813 = A._setArrayType(makeConstList([6, 34, 62, 90, 118, 146]), type$.JSArray_legacy_int); B.List_E7y0 = A._setArrayType(makeConstList([6, 30, 54, 78, 102, 126, 150]), type$.JSArray_legacy_int); B.List_E7y1 = A._setArrayType(makeConstList([6, 24, 50, 76, 102, 128, 154]), type$.JSArray_legacy_int); B.List_E7y2 = A._setArrayType(makeConstList([6, 28, 54, 80, 106, 132, 158]), type$.JSArray_legacy_int); B.List_E7y3 = A._setArrayType(makeConstList([6, 32, 58, 84, 110, 136, 162]), type$.JSArray_legacy_int); B.List_E7y4 = A._setArrayType(makeConstList([6, 26, 54, 82, 110, 138, 166]), type$.JSArray_legacy_int); B.List_E7y5 = A._setArrayType(makeConstList([6, 30, 58, 86, 114, 142, 170]), type$.JSArray_legacy_int); - B.List_CI3 = A._setArrayType(makeConstList([B.List_empty25, B.List_6_18, B.List_6_22, B.List_6_26, B.List_6_30, B.List_6_34, B.List_6_22_38, B.List_6_24_42, B.List_6_26_46, B.List_6_28_50, B.List_6_30_54, B.List_6_32_58, B.List_6_34_62, B.List_6_26_46_66, B.List_6_26_48_70, B.List_6_26_50_74, B.List_6_30_54_78, B.List_6_30_56_82, B.List_6_30_58_86, B.List_6_34_62_90, B.List_yTu1, B.List_yTu2, B.List_yTu3, B.List_yTu4, B.List_yTu5, B.List_yTu6, B.List_yTu7, B.List_ww82, B.List_ww83, B.List_ww84, B.List_ww85, B.List_ww86, B.List_ww87, B.List_ww88, B.List_E7y0, B.List_E7y1, B.List_E7y2, B.List_E7y3, B.List_E7y4, B.List_E7y5]), type$.JSArray_legacy_List_legacy_int); + B.List_CI3 = A._setArrayType(makeConstList([B.List_empty26, B.List_6_18, B.List_6_22, B.List_6_26, B.List_6_30, B.List_6_34, B.List_6_22_38, B.List_6_24_42, B.List_6_26_46, B.List_6_28_50, B.List_6_30_54, B.List_6_32_58, B.List_6_34_62, B.List_6_26_46_66, B.List_6_26_48_70, B.List_6_26_50_74, B.List_6_30_54_78, B.List_6_30_56_82, B.List_6_30_58_86, B.List_6_34_62_90, B.List_yTu1, B.List_yTu2, B.List_yTu3, B.List_yTu4, B.List_yTu5, B.List_yTu6, B.List_yTu7, B.List_ww87, B.List_ww88, B.List_ww89, B.List_ww810, B.List_ww811, B.List_ww812, B.List_ww813, B.List_E7y0, B.List_E7y1, B.List_E7y2, B.List_E7y3, B.List_E7y4, B.List_E7y5]), type$.JSArray_legacy_List_legacy_int); + B.List_CKW = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "O", "S", "O", "N", "D"]), type$.JSArray_legacy_String); B.Color_637534208 = new A.Color(637534208); B.BoxShadow_oyn0 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_637534208, B.Offset_0_3, 8); B.Color_251658240 = new A.Color(251658240); B.BoxShadow_oyn1 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_251658240, B.Offset_0_3, 1); B.List_CQc = A._setArrayType(makeConstList([B.BoxShadow_oyn0, B.BoxShadow_oyn1]), type$.JSArray_legacy_BoxShadow); B.List_CVk = A._setArrayType(makeConstList([0, 0, 65490, 45055, 65535, 34815, 65534, 18431]), type$.JSArray_legacy_int); - B.List_Cg9 = A._setArrayType(makeConstList(["pointerdown", "pointermove", "pointerup", "pointercancel", "touchstart", "touchend", "touchmove", "touchcancel", "mousedown", "mousemove", "mouseup", "keyup", "keydown"]), type$.JSArray_legacy_String); + B.List_CW0 = A._setArrayType(makeConstList(["\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", "\u0b9a\u0ba9\u0bbf"]), type$.JSArray_legacy_String); + B.List_CYy = A._setArrayType(makeConstList(["a h\uc2dc m\ubd84 s\ucd08 zzzz", "a h\uc2dc m\ubd84 s\ucd08 z", "a h:mm:ss", "a h:mm"]), type$.JSArray_legacy_String); + B.List_CdE = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "maj", "jun", "jul", "avg", "sep", "okt", "nov", "dec"]), type$.JSArray_legacy_String); B.Type__$CompanyEntity_4GP = A.typeLiteral("_$CompanyEntity"); B.List_ChN = A._setArrayType(makeConstList([B.Type_CompanyEntity_Gbn, B.Type__$CompanyEntity_4GP]), type$.JSArray_legacy_Type); + B.List_Cju0 = A._setArrayType(makeConstList(["{1} '\u043e' {0}", "{1} '\u043e' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_Cju = A._setArrayType(makeConstList(["{1} '\u0443' {0}", "{1} '\u0443' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_CkO = A._setArrayType(makeConstList(["I \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8", "II \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8", "III \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8", "IV \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8"]), type$.JSArray_legacy_String); + B.List_ClP = A._setArrayType(makeConstList(["\u091c", "\u092b\u093c", "\u092e\u093e", "\u0905", "\u092e", "\u091c\u0942", "\u091c\u0941", "\u0905", "\u0938\u093f", "\u0905", "\u0928", "\u0926\u093f"]), type$.JSArray_legacy_String); + B.List_CmY = A._setArrayType(makeConstList(["\uc77c\uc694\uc77c", "\uc6d4\uc694\uc77c", "\ud654\uc694\uc77c", "\uc218\uc694\uc77c", "\ubaa9\uc694\uc77c", "\uae08\uc694\uc77c", "\ud1a0\uc694\uc77c"]), type$.JSArray_legacy_String); + B.List_Cs5 = A._setArrayType(makeConstList(["domingo", "lunes", "martes", "mi\xe9rcoles", "jueves", "viernes", "s\xe1bado"]), type$.JSArray_legacy_String); + B.List_Ctr = A._setArrayType(makeConstList(["przed nasz\u0105 er\u0105", "naszej ery"]), type$.JSArray_legacy_String); + B.List_Cuw = A._setArrayType(makeConstList(["Sebelum Masehi", "Masehi"]), type$.JSArray_legacy_String); + B.List_D34 = A._setArrayType(makeConstList(["\u043f\u0440.\u043d.\u0435.", "\u043d.\u0435."]), type$.JSArray_legacy_String); + B.List_DFX = A._setArrayType(makeConstList(["\u0a2a\u0a39\u0a3f\u0a32\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40", "\u0a26\u0a42\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40", "\u0a24\u0a40\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40", "\u0a1a\u0a4c\u0a25\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40"]), type$.JSArray_legacy_String); + B.List_DP9 = A._setArrayType(makeConstList(["fyrir Krist", "eftir Krist"]), type$.JSArray_legacy_String); + B.List_DVW = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "maj", "jun.", "jul.", "avg.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_legacy_String); + B.C_DefaultCaretOverlayBuilder = new A.DefaultCaretOverlayBuilder(); + B.List_DefaultCaretOverlayBuilder = A._setArrayType(makeConstList([B.C_DefaultCaretOverlayBuilder]), A.findType("JSArray")); + B.List_Df0 = A._setArrayType(makeConstList(["N", "P", "W", "\u015a", "C", "P", "S"]), type$.JSArray_legacy_String); + B.List_Dh9 = A._setArrayType(makeConstList(["\u0906", "\u0938\u094b", "\u092e", "\u092c\u0941", "\u092c\u093f", "\u0936\u0941", "\u0936"]), type$.JSArray_legacy_String); + B.List_DjL = A._setArrayType(makeConstList(["januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"]), type$.JSArray_legacy_String); + B.List_Dns = A._setArrayType(makeConstList(["\u0627\u062a\u0648\u0627\u0631", "\u067e\u06cc\u0631", "\u0645\u0646\u06af\u0644", "\u0628\u062f\u06be", "\u062c\u0645\u0639\u0631\u0627\u062a", "\u062c\u0645\u0639\u06c1", "\u06c1\u0641\u062a\u06c1"]), type$.JSArray_legacy_String); + B.List_Dpp = A._setArrayType(makeConstList(["\u17a2", "\u1785", "\u17a2", "\u1796", "\u1796", "\u179f", "\u179f"]), type$.JSArray_legacy_String); + B.List_Drq = A._setArrayType(makeConstList(["priek\u0161pusdien\u0101", "p\u0113cpusdien\u0101"]), type$.JSArray_legacy_String); + B.List_Duo = A._setArrayType(makeConstList(["Ene", "Peb", "Mar", "Abr", "May", "Hun", "Hul", "Ago", "Set", "Okt", "Nob", "Dis"]), type$.JSArray_legacy_String); + B.List_Dx1 = A._setArrayType(makeConstList(["\u0e21.\u0e04.", "\u0e01.\u0e1e.", "\u0e21\u0e35.\u0e04.", "\u0e40\u0e21.\u0e22.", "\u0e1e.\u0e04.", "\u0e21\u0e34.\u0e22.", "\u0e01.\u0e04.", "\u0e2a.\u0e04.", "\u0e01.\u0e22.", "\u0e15.\u0e04.", "\u0e1e.\u0e22.", "\u0e18.\u0e04."]), type$.JSArray_legacy_String); + B.List_E3c = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0433'.", "d MMMM y '\u0433'.", "d.MM.y", "d.MM.yy"]), type$.JSArray_legacy_String); B.Type__$ProductState_sxB = A.typeLiteral("_$ProductState"); B.List_E4Q = A._setArrayType(makeConstList([B.Type_ProductState_jr5, B.Type__$ProductState_sxB]), type$.JSArray_legacy_Type); B.List_E7S = A._setArrayType(makeConstList(["+//silmaril//dtd html pro v0r11 19970101//", "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", "-//as//dtd html 3.0 aswedit + extensions//", "-//ietf//dtd html 2.0 level 1//", "-//ietf//dtd html 2.0 level 2//", "-//ietf//dtd html 2.0 strict level 1//", "-//ietf//dtd html 2.0 strict level 2//", "-//ietf//dtd html 2.0 strict//", "-//ietf//dtd html 2.0//", "-//ietf//dtd html 2.1e//", "-//ietf//dtd html 3.0//", "-//ietf//dtd html 3.2 final//", "-//ietf//dtd html 3.2//", "-//ietf//dtd html 3//", "-//ietf//dtd html level 0//", "-//ietf//dtd html level 1//", "-//ietf//dtd html level 2//", "-//ietf//dtd html level 3//", "-//ietf//dtd html strict level 0//", "-//ietf//dtd html strict level 1//", "-//ietf//dtd html strict level 2//", "-//ietf//dtd html strict level 3//", "-//ietf//dtd html strict//", "-//ietf//dtd html//", "-//metrius//dtd metrius presentational//", "-//microsoft//dtd internet explorer 2.0 html strict//", "-//microsoft//dtd internet explorer 2.0 html//", "-//microsoft//dtd internet explorer 2.0 tables//", "-//microsoft//dtd internet explorer 3.0 html strict//", "-//microsoft//dtd internet explorer 3.0 html//", "-//microsoft//dtd internet explorer 3.0 tables//", "-//netscape comm. corp.//dtd html//", "-//netscape comm. corp.//dtd strict html//", "-//o'reilly and associates//dtd html 2.0//", "-//o'reilly and associates//dtd html extended 1.0//", "-//o'reilly and associates//dtd html extended relaxed 1.0//", "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", "-//spyglass//dtd html 2.0 extended//", "-//sq//dtd html 2.0 hotmetal + extensions//", "-//sun microsystems corp.//dtd hotjava html//", "-//sun microsystems corp.//dtd hotjava strict html//", "-//w3c//dtd html 3 1995-03-24//", "-//w3c//dtd html 3.2 draft//", "-//w3c//dtd html 3.2 final//", "-//w3c//dtd html 3.2//", "-//w3c//dtd html 3.2s draft//", "-//w3c//dtd html 4.0 frameset//", "-//w3c//dtd html 4.0 transitional//", "-//w3c//dtd html experimental 19960712//", "-//w3c//dtd html experimental 970421//", "-//w3c//dtd w3 html//", "-//w3o//dtd w3 html 3.0//", "-//webtechs//dtd mozilla html 2.0//", "-//webtechs//dtd mozilla html//"]), type$.JSArray_legacy_String); B.List_E7y = A._setArrayType(makeConstList([1, 2, 3, 4, 6, 12, 24]), type$.JSArray_legacy_int); + B.List_E8w = A._setArrayType(makeConstList(["y MMMM d, EEEE", "y MMMM d", "y MMM d", "yy/M/d"]), type$.JSArray_legacy_String); + B.List_ECG = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"]), type$.JSArray_legacy_String); + B.List_ECL = A._setArrayType(makeConstList(["prie\u0161 Krist\u0173", "po Kristaus"]), type$.JSArray_legacy_String); + B.List_ECQ = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5EEEE", "y\u5e74M\u6708d\u65e5", "y\u5e74M\u6708d\u65e5", "d/M/y"]), type$.JSArray_legacy_String); B.List_ECn = A._setArrayType(makeConstList(["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]), type$.JSArray_legacy_String); - B.List_EGJ = A._setArrayType(makeConstList([B.CropAspectRatioPreset_0, B.CropAspectRatioPreset_1, B.CropAspectRatioPreset_2, B.CropAspectRatioPreset_4, B.CropAspectRatioPreset_7]), A.findType("JSArray")); + B.List_EDI = A._setArrayType(makeConstList(["\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b2a\u0b42\u0b30\u0b4d\u0b2c", "\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b3e\u0b2c\u0b4d\u0b26"]), type$.JSArray_legacy_String); + B.List_EEy = A._setArrayType(makeConstList(["S.M.", "TM"]), type$.JSArray_legacy_String); + B.List_EF2 = A._setArrayType(makeConstList(["tremujori i par\xeb", "tremujori i dyt\xeb", "tremujori i tret\xeb", "tremujori i kat\xebrt"]), type$.JSArray_legacy_String); + B.List_EFh = A._setArrayType(makeConstList(["\u0458\u0430\u043d", "\u0444\u0435\u0431", "\u043c\u0430\u0440", "\u0430\u043f\u0440", "\u043c\u0430\u0458", "\u0458\u0443\u043d", "\u0458\u0443\u043b", "\u0430\u0432\u0433", "\u0441\u0435\u043f", "\u043e\u043a\u0442", "\u043d\u043e\u0432", "\u0434\u0435\u0446"]), type$.JSArray_legacy_String); + B.List_EGJ0 = A._setArrayType(makeConstList([B.CropAspectRatioPreset_0, B.CropAspectRatioPreset_1, B.CropAspectRatioPreset_2, B.CropAspectRatioPreset_4, B.CropAspectRatioPreset_7]), A.findType("JSArray")); + B.List_EGJ = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", "\u039c\u03ac\u03b9\u03bf\u03c2", "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2"]), type$.JSArray_legacy_String); + B.List_EK0 = A._setArrayType(makeConstList(["stycznia", "lutego", "marca", "kwietnia", "maja", "czerwca", "lipca", "sierpnia", "wrze\u015bnia", "pa\u017adziernika", "listopada", "grudnia"]), type$.JSArray_legacy_String); + B.List_EKW0 = A._setArrayType(makeConstList(["CN", "Th 2", "Th 3", "Th 4", "Th 5", "Th 6", "Th 7"]), type$.JSArray_legacy_String); + B.List_EKW = A._setArrayType(makeConstList(["Jan.", "Feb.", "Mar.", "Apr.", "May", "Jun.", "Jul.", "Aug.", "Sep.", "Oct.", "Nov.", "Dec."]), type$.JSArray_legacy_String); + B.List_EO3 = A._setArrayType(makeConstList(["domenica", "luned\xec", "marted\xec", "mercoled\xec", "gioved\xec", "venerd\xec", "sabato"]), type$.JSArray_legacy_String); + B.List_EOZ = A._setArrayType(makeConstList(["p\u0159ed na\u0161\xedm letopo\u010dtem", "na\u0161eho letopo\u010dtu"]), type$.JSArray_legacy_String); + B.List_EOZ0 = A._setArrayType(makeConstList(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf", "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", "\u0d85\u0d9f\u0dc4", "\u0db6\u0daf\u0dcf\u0daf\u0dcf", "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca", "\u0dc3\u0dd2\u0d9a\u0dd4", "\u0dc3\u0dd9\u0db1"]), type$.JSArray_legacy_String); B.Type__$PrefState_y1F = A.typeLiteral("_$PrefState"); B.List_ERv = A._setArrayType(makeConstList([B.Type_PrefState_ePg, B.Type__$PrefState_y1F]), type$.JSArray_legacy_Type); + B.List_ES1 = A._setArrayType(makeConstList(["\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd", "\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd"]), type$.JSArray_legacy_String); + B.List_ESD = A._setArrayType(makeConstList(["pred Kr.", "po Kr."]), type$.JSArray_legacy_String); + B.List_EVN = A._setArrayType(makeConstList(["sekmadienis", "pirmadienis", "antradienis", "tre\u010diadienis", "ketvirtadienis", "penktadienis", "\u0161e\u0161tadienis"]), type$.JSArray_legacy_String); + B.List_EbH = A._setArrayType(makeConstList(["i. e.", "i. sz."]), type$.JSArray_legacy_String); B.Type_ClientListResponse_apS = A.typeLiteral("ClientListResponse"); B.Type__$ClientListResponse_m5d = A.typeLiteral("_$ClientListResponse"); - B.List_EkK = A._setArrayType(makeConstList([B.Type_ClientListResponse_apS, B.Type__$ClientListResponse_m5d]), type$.JSArray_legacy_Type); + B.List_EkK0 = A._setArrayType(makeConstList([B.Type_ClientListResponse_apS, B.Type__$ClientListResponse_m5d]), type$.JSArray_legacy_Type); + B.List_EkK = A._setArrayType(makeConstList(["EEEE, MMMM d, y", "MMMM d, y", "MMM d, y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_EsU = A._setArrayType(makeConstList(["\u897f\u5143\u524d", "\u897f\u5143"]), type$.JSArray_legacy_String); + B.List_Etd = A._setArrayType(makeConstList(["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_EuK = A._setArrayType(makeConstList(["janv.", "f\xe9vr.", "mars", "avr.", "mai", "juin", "juill.", "ao\xfbt", "sept.", "oct.", "nov.", "d\xe9c."]), type$.JSArray_legacy_String); + B.List_EyN = A._setArrayType(makeConstList(["\u1010", "\u1010", "\u1021", "\u1017", "\u1000", "\u101e", "\u1005"]), type$.JSArray_legacy_String); + B.List_F1_F2_F3_F4 = A._setArrayType(makeConstList(["F1", "F2", "F3", "F4"]), type$.JSArray_legacy_String); + B.List_F4F = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5EEEE", "y\u5e74M\u6708d\u65e5", "y/MM/dd", "y/MM/dd"]), type$.JSArray_legacy_String); B.Type__$PaymentableEntity_rUw = A.typeLiteral("_$PaymentableEntity"); B.List_FIw = A._setArrayType(makeConstList([B.Type_PaymentableEntity_e3c, B.Type__$PaymentableEntity_rUw]), type$.JSArray_legacy_Type); + B.List_FKj = A._setArrayType(makeConstList(["Domingo", "Luns", "Martes", "M\xe9rcores", "Xoves", "Venres", "S\xe1bado"]), type$.JSArray_legacy_String); + B.List_FQu = A._setArrayType(makeConstList(["jaanuar", "veebruar", "m\xe4rts", "aprill", "mai", "juuni", "juuli", "august", "september", "oktoober", "november", "detsember"]), type$.JSArray_legacy_String); B.Type__$GroupUIState_Zwj = A.typeLiteral("_$GroupUIState"); B.List_FVt = A._setArrayType(makeConstList([B.Type_GroupUIState_Ejg, B.Type__$GroupUIState_Zwj]), type$.JSArray_legacy_Type); + B.List_FaD = A._setArrayType(makeConstList(["Ocak", "\u015eubat", "Mart", "Nisan", "May\u0131s", "Haziran", "Temmuz", "A\u011fustos", "Eyl\xfcl", "Ekim", "Kas\u0131m", "Aral\u0131k"]), type$.JSArray_legacy_String); + B.List_Fb0 = A._setArrayType(makeConstList(["prije Krista", "poslije Krista"]), type$.JSArray_legacy_String); B.Type__$ExpenseCategoryUIState_wsa = A.typeLiteral("_$ExpenseCategoryUIState"); B.List_FcO = A._setArrayType(makeConstList([B.Type_ExpenseCategoryUIState_ESz, B.Type__$ExpenseCategoryUIState_wsa]), type$.JSArray_legacy_Type); B.Type_TimezoneListResponse_alh = A.typeLiteral("TimezoneListResponse"); @@ -501781,8 +517600,10 @@ B.List_FeV = A._setArrayType(makeConstList([B.Type_AppState_omH, B.Type__$AppState_IYd]), type$.JSArray_legacy_Type); B.Type__$ProjectState_ynv = A.typeLiteral("_$ProjectState"); B.List_Fgs = A._setArrayType(makeConstList([B.Type_ProjectState_OLY, B.Type__$ProjectState_ynv]), type$.JSArray_legacy_Type); + B.List_Fys = A._setArrayType(makeConstList(["\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", "\u0639\u06cc\u0633\u0648\u06cc"]), type$.JSArray_legacy_String); B.Type__$SubscriptionState_wv8 = A.typeLiteral("_$SubscriptionState"); B.List_G3h = A._setArrayType(makeConstList([B.Type_SubscriptionState_4CA, B.Type__$SubscriptionState_wv8]), type$.JSArray_legacy_Type); + B.List_G7N = A._setArrayType(makeConstList(["y '\u0436'. d MMMM, EEEE", "y '\u0436'. d MMMM", "y '\u0436'. dd MMM", "dd.MM.yy"]), type$.JSArray_legacy_String); B.WordCharProperty_0 = new A.WordCharProperty(0, "DoubleQuote"); B.WordCharProperty_1 = new A.WordCharProperty(1, "SingleQuote"); B.WordCharProperty_2 = new A.WordCharProperty(2, "HebrewLetter"); @@ -501803,11 +517624,22 @@ B.WordCharProperty_17 = new A.WordCharProperty(17, "WSegSpace"); B.WordCharProperty_18 = new A.WordCharProperty(18, "Unknown"); B.List_G7P = A._setArrayType(makeConstList([B.WordCharProperty_0, B.WordCharProperty_1, B.WordCharProperty_2, B.WordCharProperty_3, B.WordCharProperty_4, B.WordCharProperty_5, B.WordCharProperty_6, B.WordCharProperty_7, B.WordCharProperty_8, B.WordCharProperty_9, B.WordCharProperty_10, B.WordCharProperty_11, B.WordCharProperty_12, B.WordCharProperty_13, B.WordCharProperty_14, B.WordCharProperty_15, B.WordCharProperty_16, B.WordCharProperty_17, B.WordCharProperty_18]), A.findType("JSArray")); + B.List_GAn = A._setArrayType(makeConstList(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0", "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647"]), type$.JSArray_legacy_String); B.Type_IndustryItemResponse_XhK = A.typeLiteral("IndustryItemResponse"); B.Type__$IndustryItemResponse_gyf = A.typeLiteral("_$IndustryItemResponse"); B.List_GBj = A._setArrayType(makeConstList([B.Type_IndustryItemResponse_XhK, B.Type__$IndustryItemResponse_gyf]), type$.JSArray_legacy_Type); + B.List_GNw = A._setArrayType(makeConstList(["\u0458\u0430\u043d-\u043c\u0430\u0440", "\u0430\u043f\u0440-\u0458\u0443\u043d", "\u0458\u0443\u043b-\u0441\u0435\u043f", "\u043e\u043a\u0442-\u0434\u0435\u043a"]), type$.JSArray_legacy_String); + B.List_GPh = A._setArrayType(makeConstList(["Son", "Mso", "Bil", "Tha", "Sin", "Hla", "Mgq"]), type$.JSArray_legacy_String); + B.List_GQ8 = A._setArrayType(makeConstList(["1er trimestre", "2e trimestre", "3e trimestre", "4e trimestre"]), type$.JSArray_legacy_String); + B.List_GQs = A._setArrayType(makeConstList(["jan", "shk", "mar", "pri", "maj", "qer", "korr", "gush", "sht", "tet", "n\xebn", "dhj"]), type$.JSArray_legacy_String); + B.List_GRA = A._setArrayType(makeConstList(["xaneiro", "febreiro", "marzo", "abril", "maio", "xu\xf1o", "xullo", "agosto", "setembro", "outubro", "novembro", "decembro"]), type$.JSArray_legacy_String); + B.List_GRv = A._setArrayType(makeConstList(["niedziela", "poniedzia\u0142ek", "wtorek", "\u015broda", "czwartek", "pi\u0105tek", "sobota"]), type$.JSArray_legacy_String); + B.List_GSJ = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_GVQ = A._setArrayType(makeConstList(["Ahd", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"]), type$.JSArray_legacy_String); + B.List_GVy = A._setArrayType(makeConstList(["S", "M", "T", "O", "T", "F", "L"]), type$.JSArray_legacy_String); B.Type__$SettingsEntity_OPf = A.typeLiteral("_$SettingsEntity"); B.List_GXp = A._setArrayType(makeConstList([B.Type_SettingsEntity_46y, B.Type__$SettingsEntity_OPf]), type$.JSArray_legacy_Type); + B.List_GYK = A._setArrayType(makeConstList(["\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21"]), type$.JSArray_legacy_String); B.List_GZw = A._setArrayType(makeConstList(["text", "multiline", "number", "phone", "datetime", "emailAddress", "url", "visiblePassword", "name", "address", "none"]), type$.JSArray_legacy_String); B.FileStorage_company_state_0 = new A.FileStorage("company_state_0"); B.PersistenceRepository_FileStorage_company_state_0 = new A.PersistenceRepository(B.FileStorage_company_state_0); @@ -501830,51 +517662,121 @@ B.FileStorage_company_state_9 = new A.FileStorage("company_state_9"); B.PersistenceRepository_FileStorage_company_state_9 = new A.PersistenceRepository(B.FileStorage_company_state_9); B.List_Ga5 = A._setArrayType(makeConstList([B.PersistenceRepository_FileStorage_company_state_0, B.PersistenceRepository_FileStorage_company_state_1, B.PersistenceRepository_FileStorage_company_state_2, B.PersistenceRepository_FileStorage_company_state_3, B.PersistenceRepository_FileStorage_company_state_4, B.PersistenceRepository_FileStorage_company_state_5, B.PersistenceRepository_FileStorage_company_state_6, B.PersistenceRepository_FileStorage_company_state_7, B.PersistenceRepository_FileStorage_company_state_8, B.PersistenceRepository_FileStorage_company_state_9]), A.findType("JSArray")); + B.List_GfX = A._setArrayType(makeConstList(["1.\xba trimestre", "2.\xba trimestre", "3.\xba trimestre", "4.\xba trimestre"]), type$.JSArray_legacy_String); + B.List_Gfp = A._setArrayType(makeConstList(["\u0c9c", "\u0cab\u0cc6", "\u0cae\u0cbe", "\u0c8f", "\u0cae\u0cc7", "\u0c9c\u0cc2", "\u0c9c\u0cc1", "\u0c86", "\u0cb8\u0cc6", "\u0c85", "\u0ca8", "\u0ca1\u0cbf"]), type$.JSArray_legacy_String); + B.List_Gt3 = A._setArrayType(makeConstList(["yakshanba", "dushanba", "seshanba", "chorshanba", "payshanba", "juma", "shanba"]), type$.JSArray_legacy_String); + B.List_GxC = A._setArrayType(makeConstList(["H:mm:ss (zzzz)", "H:mm:ss (z)", "H:mm:ss", "H:mm"]), type$.JSArray_legacy_String); B.Type__$TokenState_Kn5 = A.typeLiteral("_$TokenState"); - B.List_H7P = A._setArrayType(makeConstList([B.Type_TokenState_EOw, B.Type__$TokenState_Kn5]), type$.JSArray_legacy_Type); + B.List_H7P0 = A._setArrayType(makeConstList([B.Type_TokenState_EOw, B.Type__$TokenState_Kn5]), type$.JSArray_legacy_Type); + B.List_H7P = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0432", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_legacy_String); B.Type__$TokenEntity_p5D = A.typeLiteral("_$TokenEntity"); B.List_HFE = A._setArrayType(makeConstList([B.Type_TokenEntity_QoM, B.Type__$TokenEntity_p5D]), type$.JSArray_legacy_Type); + B.List_HFl = A._setArrayType(makeConstList(["s\xf6ndag", "m\xe5ndag", "tisdag", "onsdag", "torsdag", "fredag", "l\xf6rdag"]), type$.JSArray_legacy_String); + B.List_HNA = A._setArrayType(makeConstList(["\u0416", "\u0414", "\u0421", "\u0421", "\u0411", "\u0416", "\u0421"]), type$.JSArray_legacy_String); + B.List_HQz = A._setArrayType(makeConstList(["\u661f\u671f\u65e5", "\u661f\u671f\u4e00", "\u661f\u671f\u4e8c", "\u661f\u671f\u4e09", "\u661f\u671f\u56db", "\u661f\u671f\u4e94", "\u661f\u671f\u516d"]), type$.JSArray_legacy_String); B.List_HT3 = A._setArrayType(makeConstList([B.CreditReportFields_0, B.CreditReportFields_1, B.CreditReportFields_2, B.CreditReportFields_3, B.CreditReportFields_4, B.CreditReportFields_5, B.CreditReportFields_6, B.CreditReportFields_7, B.CreditReportFields_8, B.CreditReportFields_9, B.CreditReportFields_10, B.CreditReportFields_11, B.CreditReportFields_12, B.CreditReportFields_13, B.CreditReportFields_14, B.CreditReportFields_15, B.CreditReportFields_16, B.CreditReportFields_17, B.CreditReportFields_18, B.CreditReportFields_19, B.CreditReportFields_20, B.CreditReportFields_21, B.CreditReportFields_22, B.CreditReportFields_23, B.CreditReportFields_24, B.CreditReportFields_25, B.CreditReportFields_26, B.CreditReportFields_27, B.CreditReportFields_28, B.CreditReportFields_29, B.CreditReportFields_30, B.CreditReportFields_31, B.CreditReportFields_32, B.CreditReportFields_33, B.CreditReportFields_34, B.CreditReportFields_35, B.CreditReportFields_36, B.CreditReportFields_37, B.CreditReportFields_38, B.CreditReportFields_39, B.CreditReportFields_40, B.CreditReportFields_41, B.CreditReportFields_42, B.CreditReportFields_43, B.CreditReportFields_44, B.CreditReportFields_45, B.CreditReportFields_46, B.CreditReportFields_47, B.CreditReportFields_48, B.CreditReportFields_49, B.CreditReportFields_50, B.CreditReportFields_51, B.CreditReportFields_52, B.CreditReportFields_53, B.CreditReportFields_54, B.CreditReportFields_55, B.CreditReportFields_56, B.CreditReportFields_57, B.CreditReportFields_58, B.CreditReportFields_59, B.CreditReportFields_60, B.CreditReportFields_61]), type$.JSArray_legacy_CreditReportFields); B.Type__$PaymentUIState_SOa = A.typeLiteral("_$PaymentUIState"); B.List_HTT = A._setArrayType(makeConstList([B.Type_PaymentUIState_kyk, B.Type__$PaymentUIState_SOa]), type$.JSArray_legacy_Type); + B.List_HV0 = A._setArrayType(makeConstList(["EEEE d. MMMM y", "d. MMMM y", "d. M. y", "d. M. y"]), type$.JSArray_legacy_String); + B.List_HYo = A._setArrayType(makeConstList(["zo", "ma", "di", "wo", "do", "vr", "za"]), type$.JSArray_legacy_String); + B.List_HtW = A._setArrayType(makeConstList(["y. MMMM d., EEEE", "y. MMMM d.", "y. MMM d.", "y. MM. dd."]), type$.JSArray_legacy_String); B.Type_DesignPreviewRequest_4eq = A.typeLiteral("DesignPreviewRequest"); B.Type__$DesignPreviewRequest_Jot = A.typeLiteral("_$DesignPreviewRequest"); B.List_Hx4 = A._setArrayType(makeConstList([B.Type_DesignPreviewRequest_4eq, B.Type__$DesignPreviewRequest_Jot]), type$.JSArray_legacy_Type); + B.List_I1L = A._setArrayType(makeConstList(["E", "P", "M", "A", "M", "Hun", "Hul", "Ago", "Set", "Okt", "Nob", "Dis"]), type$.JSArray_legacy_String); B.List_I2K = A._setArrayType(makeConstList([B.ActionPaneType_0, B.ActionPaneType_1, B.ActionPaneType_2]), A.findType("JSArray")); + B.List_I2P = A._setArrayType(makeConstList(["{0} {1}", "{0} {1}", "{0}, {1}", "{0}, {1}"]), type$.JSArray_legacy_String); + B.List_IB4 = A._setArrayType(makeConstList(["j", "sh", "m", "p", "m", "q", "k", "g", "sh", "t", "n", "dh"]), type$.JSArray_legacy_String); + B.List_ICQ = A._setArrayType(makeConstList(["\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", "\u0b2e\u0b07", "\u0b1c\u0b41\u0b28", "\u0b1c\u0b41\u0b32\u0b3e\u0b07", "\u0b05\u0b17\u0b37\u0b4d\u0b1f", "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30"]), type$.JSArray_legacy_String); + B.List_IE7 = A._setArrayType(makeConstList(["janv\u0101ris", "febru\u0101ris", "marts", "apr\u012blis", "maijs", "j\u016bnijs", "j\u016blijs", "augusts", "septembris", "oktobris", "novembris", "decembris"]), type$.JSArray_legacy_String); + B.List_IF2 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd/MM/y"]), type$.JSArray_legacy_String); + B.List_IIM = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM, y", "d MMM, y", "dd/MM/y"]), type$.JSArray_legacy_String); + B.List_IIV = A._setArrayType(makeConstList(["\u05d0\u05f3", "\u05d1\u05f3", "\u05d2\u05f3", "\u05d3\u05f3", "\u05d4\u05f3", "\u05d5\u05f3", "\u05e9\u05f3"]), type$.JSArray_legacy_String); + B.List_IIf = A._setArrayType(makeConstList(["\u0b9c\u0ba9.", "\u0baa\u0bbf\u0baa\u0bcd.", "\u0bae\u0bbe\u0bb0\u0bcd.", "\u0b8f\u0baa\u0bcd.", "\u0bae\u0bc7", "\u0b9c\u0bc2\u0ba9\u0bcd", "\u0b9c\u0bc2\u0bb2\u0bc8", "\u0b86\u0b95.", "\u0b9a\u0bc6\u0baa\u0bcd.", "\u0b85\u0b95\u0bcd.", "\u0ba8\u0bb5.", "\u0b9f\u0bbf\u0b9a."]), type$.JSArray_legacy_String); + B.List_IJC = A._setArrayType(makeConstList(["Thg 1", "Thg 2", "Thg 3", "Thg 4", "Thg 5", "Thg 6", "Thg 7", "Thg 8", "Thg 9", "Thg 10", "Thg 11", "Thg 12"]), type$.JSArray_legacy_String); B.List_ILN = A._setArrayType(makeConstList(["address", "article", "aside", "audio", "blockquote", "body", "canvas", "center", "dd", "dir", "div", "dl", "dt", "fieldset", "figcaption", "figure", "footer", "form", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "html", "isindex", "li", "main", "menu", "nav", "noframes", "noscript", "ol", "output", "p", "pre", "section", "table", "tbody", "td", "tfoot", "th", "thead", "tr", "ul"]), type$.JSArray_legacy_String); + B.List_IMB = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM y", "dd-MMM-y", "dd/MM/yy"]), type$.JSArray_legacy_String); B.Type_WebhookItemResponse_2fO = A.typeLiteral("WebhookItemResponse"); B.Type__$WebhookItemResponse_AeS = A.typeLiteral("_$WebhookItemResponse"); B.List_IMQ = A._setArrayType(makeConstList([B.Type_WebhookItemResponse_2fO, B.Type__$WebhookItemResponse_AeS]), type$.JSArray_legacy_Type); + B.List_INh = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_IRg = A._setArrayType(makeConstList(["\u0e2d\u0e32.", "\u0e08.", "\u0e2d.", "\u0e1e.", "\u0e1e\u0e24.", "\u0e28.", "\u0e2a."]), type$.JSArray_legacy_String); + B.List_IS6 = A._setArrayType(makeConstList(["\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"]), type$.JSArray_legacy_String); B.Type__$UserEntity_sxB = A.typeLiteral("_$UserEntity"); B.List_IU1 = A._setArrayType(makeConstList([B.Type_UserEntity_IVQ, B.Type__$UserEntity_sxB]), type$.JSArray_legacy_Type); + B.List_IaK = A._setArrayType(makeConstList(["\u0436\u0441", "\u0434\u0441", "\u0441\u0441", "\u0441\u0440", "\u0431\u0441", "\u0436\u043c", "\u0441\u0431"]), type$.JSArray_legacy_String); + B.List_IoI = A._setArrayType(makeConstList(["EEEE\u0e17\u0e35\u0e48 d MMMM G y", "d MMMM G y", "d MMM y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_Ivb = A._setArrayType(makeConstList(["\u5468\u65e5", "\u5468\u4e00", "\u5468\u4e8c", "\u5468\u4e09", "\u5468\u56db", "\u5468\u4e94", "\u5468\u516d"]), type$.JSArray_legacy_String); + B.List_JAv = A._setArrayType(makeConstList(["\u053f", "\u0535", "\u0535", "\u0549", "\u0540", "\u0548", "\u0547"]), type$.JSArray_legacy_String); B.Type__$PrefStateSortField_Crw = A.typeLiteral("_$PrefStateSortField"); B.List_JEy = A._setArrayType(makeConstList([B.Type_PrefStateSortField_Ekc, B.Type__$PrefStateSortField_Crw]), type$.JSArray_legacy_Type); + B.List_JMh = A._setArrayType(makeConstList(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "\u1785\u1793\u17d2\u1791", "\u17a2\u1784\u17d2\u1782\u17b6\u179a", "\u1796\u17bb\u1792", "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", "\u179f\u17bb\u1780\u17d2\u179a", "\u179f\u17c5\u179a\u17cd"]), type$.JSArray_legacy_String); + B.List_JO4 = A._setArrayType(makeConstList(["EEEE, d. MMMM y.", "d. MMMM y.", "d. MMM y.", "dd. MM. y."]), type$.JSArray_legacy_String); B.Type__$HealthCheckPHPResponse_03G = A.typeLiteral("_$HealthCheckPHPResponse"); B.List_JQT = A._setArrayType(makeConstList([B.Type_HealthCheckPHPResponse_kOG, B.Type__$HealthCheckPHPResponse_03G]), type$.JSArray_legacy_Type); + B.List_JUC = A._setArrayType(makeConstList(["\u0a9c\u0abe", "\u0aab\u0ac7", "\u0aae\u0abe", "\u0a8f", "\u0aae\u0ac7", "\u0a9c\u0ac2", "\u0a9c\u0ac1", "\u0a91", "\u0ab8", "\u0a91", "\u0aa8", "\u0aa1\u0abf"]), type$.JSArray_legacy_String); + B.List_JUC0 = A._setArrayType(makeConstList(["\u1798\u1780\u179a\u17b6", "\u1780\u17bb\u1798\u17d2\u1797\u17c8", "\u1798\u17b8\u1793\u17b6", "\u1798\u17c1\u179f\u17b6", "\u17a7\u179f\u1797\u17b6", "\u1798\u17b7\u1790\u17bb\u1793\u17b6", "\u1780\u1780\u17d2\u1780\u178a\u17b6", "\u179f\u17b8\u17a0\u17b6", "\u1780\u1789\u17d2\u1789\u17b6", "\u178f\u17bb\u179b\u17b6", "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", "\u1792\u17d2\u1793\u17bc"]), type$.JSArray_legacy_String); B.List_JYB = A._setArrayType(makeConstList([0, 0, 26624, 1023, 65534, 2047, 65534, 2047]), type$.JSArray_legacy_int); + B.List_JYK = A._setArrayType(makeConstList(["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"]), type$.JSArray_legacy_String); + B.List_Jcu = A._setArrayType(makeConstList(["Yanvar", "Fevral", "Mart", "Aprel", "May", "Iyun", "Iyul", "Avgust", "Sentabr", "Oktabr", "Noyabr", "Dekabr"]), type$.JSArray_legacy_String); + B.List_Jgv = A._setArrayType(makeConstList(["U", "O", "M", "A", "M", "E", "U", "A", "I", "U", "A", "A"]), type$.JSArray_legacy_String); + B.List_Jik = A._setArrayType(makeConstList(["\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f", "\u0645\u06cc\u0644\u0627\u062f\u06cc"]), type$.JSArray_legacy_String); + B.List_Jik0 = A._setArrayType(makeConstList(["{1} 'n\xeb' {0}", "{1} 'n\xeb' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_JmU0 = A._setArrayType(makeConstList(["ned", "pon", "uto", "sre", "\u010det", "pet", "sub"]), type$.JSArray_legacy_String); + B.List_JmU = A._setArrayType(makeConstList(["ian.", "feb.", "mar.", "apr.", "mai", "iun.", "iul.", "aug.", "sept.", "oct.", "nov.", "dec."]), type$.JSArray_legacy_String); + B.List_JqH = A._setArrayType(makeConstList(["CN", "T2", "T3", "T4", "T5", "T6", "T7"]), type$.JSArray_legacy_String); B.Type__$InvoiceState_7BT = A.typeLiteral("_$InvoiceState"); B.List_Js5 = A._setArrayType(makeConstList([B.Type_InvoiceState_YnY, B.Type__$InvoiceState_7BT]), type$.JSArray_legacy_Type); + B.List_Jsm = A._setArrayType(makeConstList(["pre nove ere", "nove ere"]), type$.JSArray_legacy_String); B.Type__$CompanyGatewayState_2xi = A.typeLiteral("_$CompanyGatewayState"); B.List_Jwp = A._setArrayType(makeConstList([B.Type_CompanyGatewayState_ckm, B.Type__$CompanyGatewayState_2xi]), type$.JSArray_legacy_Type); B.Type__$StaticDataEntity_qVS = A.typeLiteral("_$StaticDataEntity"); B.List_K12 = A._setArrayType(makeConstList([B.Type_StaticDataEntity_7Re, B.Type__$StaticDataEntity_qVS]), type$.JSArray_legacy_Type); + B.List_K1_K2_K3_K4 = A._setArrayType(makeConstList(["K1", "K2", "K3", "K4"]), type$.JSArray_legacy_String); + B.List_K2a = A._setArrayType(makeConstList(["1-ci kv.", "2-ci kv.", "3-c\xfc kv.", "4-c\xfc kv."]), type$.JSArray_legacy_String); B.Type_LoginResponse_zLR = A.typeLiteral("LoginResponse"); B.Type__$LoginResponse_zPV = A.typeLiteral("_$LoginResponse"); B.List_K9P = A._setArrayType(makeConstList([B.Type_LoginResponse_zLR, B.Type__$LoginResponse_zPV]), type$.JSArray_legacy_Type); B.Type__$ClientState_1OJ = A.typeLiteral("_$ClientState"); B.List_K9i = A._setArrayType(makeConstList([B.Type_ClientState_QAb, B.Type__$ClientState_1OJ]), type$.JSArray_legacy_Type); B.List_KAC = A._setArrayType(makeConstList(["ar", "bg", "ca", "cs", "da", "de", "el", "en", "en_GB", "en_AU", "es", "es_ES", "et", "fa", "fi", "fr", "fr_CA", "hr", "it", "ja", "lt", "lv_LV", "mk_MK", "nb_NO", "nl", "pl", "pt_BR", "pt_PT", "ro", "ru_RU", "sk", "sl", "sq", "sr", "sv", "th", "tr_TR", "zh_TW"]), type$.JSArray_legacy_String); + B.List_KB7 = A._setArrayType(makeConstList(["Z", "M", "D", "W", "D", "V", "Z"]), type$.JSArray_legacy_String); + B.List_KDE = A._setArrayType(makeConstList(["\u0da2\u0db1", "\u0db4\u0dd9\u0db6", "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd", "\u0dc3\u0dd0\u0db4\u0dca", "\u0d94\u0d9a\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0", "\u0daf\u0dd9\u0dc3\u0dd0"]), type$.JSArray_legacy_String); + B.List_KDx = A._setArrayType(makeConstList(["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", "\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", "\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", "\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"]), type$.JSArray_legacy_String); + B.List_KHM = A._setArrayType(makeConstList(["N", "P", "U", "S", "\u010c", "P", "S"]), type$.JSArray_legacy_String); B.List_KIf = A._setArrayType(makeConstList([0, 0, 26498, 1023, 65534, 34815, 65534, 18431]), type$.JSArray_legacy_int); + B.List_KK_BK = A._setArrayType(makeConstList(["KK", "BK"]), type$.JSArray_legacy_String); B.Type__$VendorState_7Nt = A.typeLiteral("_$VendorState"); B.List_KLt = A._setArrayType(makeConstList([B.Type_VendorState_Db0, B.Type__$VendorState_7Nt]), type$.JSArray_legacy_Type); + B.List_KPS = A._setArrayType(makeConstList(["\u041d\u044f", "\u0414\u0430", "\u041c\u044f", "\u041b\u0445", "\u041f\u04af", "\u0411\u0430", "\u0411\u044f"]), type$.JSArray_legacy_String); + B.List_KT6 = A._setArrayType(makeConstList(["\u092a\u0939\u093f\u0932\u094b \u0938\u0924\u094d\u0930", "\u0926\u094b\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930", "\u0924\u0947\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930", "\u091a\u094c\u0925\u094b \u0938\u0924\u094d\u0930"]), type$.JSArray_legacy_String); + B.List_KTL = A._setArrayType(makeConstList(["\u1229\u12651", "\u1229\u12652", "\u1229\u12653", "\u1229\u12654"]), type$.JSArray_legacy_String); + B.List_KV1_KV2_KV3_KV4 = A._setArrayType(makeConstList(["KV1", "KV2", "KV3", "KV4"]), type$.JSArray_legacy_String); + B.List_KYO = A._setArrayType(makeConstList(["I", "A", "A", "A", "O", "O", "L"]), type$.JSArray_legacy_String); + B.List_KYU = A._setArrayType(makeConstList(["D", "L", "M", "M", "X", "V", "S"]), type$.JSArray_legacy_String); B.List_Ka6 = A._setArrayType(makeConstList(["uU", "bB", "lL", "iI", "cC"]), type$.JSArray_legacy_String); + B.List_Kep = A._setArrayType(makeConstList(["Robo ya 1", "Robo ya 2", "Robo ya 3", "Robo ya 4"]), type$.JSArray_legacy_String); + B.List_Kf0 = A._setArrayType(makeConstList(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580", "\u0583\u0565\u057f\u0580\u057e\u0561\u0580", "\u0574\u0561\u0580\u057f", "\u0561\u057a\u0580\u056b\u056c", "\u0574\u0561\u0575\u056b\u057d", "\u0570\u0578\u0582\u0576\u056b\u057d", "\u0570\u0578\u0582\u056c\u056b\u057d", "\u0585\u0563\u0578\u057d\u057f\u0578\u057d", "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580", "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580", "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580", "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580"]), type$.JSArray_legacy_String); + B.List_Khy = A._setArrayType(makeConstList(["\u12a5\u1211\u12f5", "\u1230\u129e", "\u121b\u12ad\u1230", "\u1228\u1261\u12d5", "\u1210\u1219\u1235", "\u12d3\u122d\u1265", "\u1245\u12f3\u121c"]), type$.JSArray_legacy_String); + B.List_KqP = A._setArrayType(makeConstList(["\u0906\u0907\u0924\u092c\u093e\u0930", "\u0938\u094b\u092e\u092c\u093e\u0930", "\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930", "\u092c\u0941\u0927\u092c\u093e\u0930", "\u092c\u093f\u0939\u093f\u092c\u093e\u0930", "\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930", "\u0936\u0928\u093f\u092c\u093e\u0930"]), type$.JSArray_legacy_String); B.Type__$GatewayTokenMetaEntity_A0N = A.typeLiteral("_$GatewayTokenMetaEntity"); B.List_Ks3 = A._setArrayType(makeConstList([B.Type_GatewayTokenMetaEntity_AuK, B.Type__$GatewayTokenMetaEntity_A0N]), type$.JSArray_legacy_Type); + B.List_Kvb = A._setArrayType(makeConstList(["\u092a\u094d\u0930\u0925\u092e \u0924\u093f\u092e\u093e\u0939\u0940", "\u0926\u094d\u0935\u093f\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940", "\u0924\u0943\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940", "\u091a\u0924\u0941\u0930\u094d\u0925 \u0924\u093f\u092e\u093e\u0939\u0940"]), type$.JSArray_legacy_String); B.List_Kxv = A._setArrayType(makeConstList([43, 95, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122]), type$.JSArray_legacy_int); + B.List_L17 = A._setArrayType(makeConstList(["\u65e5", "\u4e00", "\u4e8c", "\u4e09", "\u56db", "\u4e94", "\u516d"]), type$.JSArray_legacy_String); + B.List_L1G = A._setArrayType(makeConstList(["So.", "Ma.", "Di.", "Wo.", "Do.", "Vr.", "Sa."]), type$.JSArray_legacy_String); + B.List_LB9 = A._setArrayType(makeConstList(["1. nelj\xe4nnes", "2. nelj\xe4nnes", "3. nelj\xe4nnes", "4. nelj\xe4nnes"]), type$.JSArray_legacy_String); B.Type__$PaymentTermState_Icu = A.typeLiteral("_$PaymentTermState"); B.List_LCF = A._setArrayType(makeConstList([B.Type_PaymentTermState_gkc, B.Type__$PaymentTermState_Icu]), type$.JSArray_legacy_Type); + B.List_LJp = A._setArrayType(makeConstList(["\u03c0.\u03a7.", "\u03bc.\u03a7."]), type$.JSArray_legacy_String); B.Locale_en_US = new A.Locale("en", "US"); B.List_Locale_en_US = A._setArrayType(makeConstList([B.Locale_en_US]), type$.JSArray_legacy_Locale); + B.List_Lvu = A._setArrayType(makeConstList(["jan\xfaar", "febr\xfaar", "mars", "apr\xedl", "ma\xed", "j\xfan\xed", "j\xfal\xed", "\xe1g\xfast", "september", "okt\xf3ber", "n\xf3vember", "desember"]), type$.JSArray_legacy_String); + B.List_M2D = A._setArrayType(makeConstList(["\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430", "\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430"]), type$.JSArray_legacy_String); + B.List_M2I0 = A._setArrayType(makeConstList(["1-\u056b\u0576 \u0565\u057c\u0574\u057d.", "2-\u0580\u0564 \u0565\u057c\u0574\u057d.", "3-\u0580\u0564 \u0565\u057c\u0574\u057d.", "4-\u0580\u0564 \u0565\u057c\u0574\u057d."]), type$.JSArray_legacy_String); + B.List_M2I = A._setArrayType(makeConstList(["\u09b0", "\u09b8\u09cb", "\u09ae", "\u09ac\u09c1", "\u09ac\u09c3", "\u09b6\u09c1", "\u09b6"]), type$.JSArray_legacy_String); + B.List_M2b = A._setArrayType(makeConstList(["\u099c\u09be", "\u09ab\u09c7", "\u09ae\u09be", "\u098f", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1", "\u0986", "\u09b8\u09c7", "\u0985", "\u09a8", "\u09a1\u09bf"]), type$.JSArray_legacy_String); + B.List_M9p = A._setArrayType(makeConstList(["\u4e00\u6708", "\u4e8c\u6708", "\u4e09\u6708", "\u56db\u6708", "\u4e94\u6708", "\u516d\u6708", "\u4e03\u6708", "\u516b\u6708", "\u4e5d\u6708", "\u5341\u6708", "\u5341\u4e00\u6708", "\u5341\u4e8c\u6708"]), type$.JSArray_legacy_String); B.PurchaseOrderReportFields_0 = new A.PurchaseOrderReportFields(0, "id"); B.PurchaseOrderReportFields_1 = new A.PurchaseOrderReportFields(1, "amount"); B.PurchaseOrderReportFields_2 = new A.PurchaseOrderReportFields(2, "converted_amount"); @@ -501929,14 +517831,29 @@ B.PurchaseOrderReportFields_51 = new A.PurchaseOrderReportFields(51, "contact_phone"); B.PurchaseOrderReportFields_52 = new A.PurchaseOrderReportFields(52, "contact_name"); B.List_MAa = A._setArrayType(makeConstList([B.PurchaseOrderReportFields_0, B.PurchaseOrderReportFields_1, B.PurchaseOrderReportFields_2, B.PurchaseOrderReportFields_3, B.PurchaseOrderReportFields_4, B.PurchaseOrderReportFields_5, B.PurchaseOrderReportFields_6, B.PurchaseOrderReportFields_7, B.PurchaseOrderReportFields_8, B.PurchaseOrderReportFields_9, B.PurchaseOrderReportFields_10, B.PurchaseOrderReportFields_11, B.PurchaseOrderReportFields_12, B.PurchaseOrderReportFields_13, B.PurchaseOrderReportFields_14, B.PurchaseOrderReportFields_15, B.PurchaseOrderReportFields_16, B.PurchaseOrderReportFields_17, B.PurchaseOrderReportFields_18, B.PurchaseOrderReportFields_19, B.PurchaseOrderReportFields_20, B.PurchaseOrderReportFields_21, B.PurchaseOrderReportFields_22, B.PurchaseOrderReportFields_23, B.PurchaseOrderReportFields_24, B.PurchaseOrderReportFields_25, B.PurchaseOrderReportFields_26, B.PurchaseOrderReportFields_27, B.PurchaseOrderReportFields_28, B.PurchaseOrderReportFields_29, B.PurchaseOrderReportFields_30, B.PurchaseOrderReportFields_31, B.PurchaseOrderReportFields_32, B.PurchaseOrderReportFields_33, B.PurchaseOrderReportFields_34, B.PurchaseOrderReportFields_35, B.PurchaseOrderReportFields_36, B.PurchaseOrderReportFields_37, B.PurchaseOrderReportFields_38, B.PurchaseOrderReportFields_39, B.PurchaseOrderReportFields_40, B.PurchaseOrderReportFields_41, B.PurchaseOrderReportFields_42, B.PurchaseOrderReportFields_43, B.PurchaseOrderReportFields_44, B.PurchaseOrderReportFields_45, B.PurchaseOrderReportFields_46, B.PurchaseOrderReportFields_47, B.PurchaseOrderReportFields_48, B.PurchaseOrderReportFields_49, B.PurchaseOrderReportFields_50, B.PurchaseOrderReportFields_51, B.PurchaseOrderReportFields_52]), type$.JSArray_legacy_PurchaseOrderReportFields); + B.List_MAi = A._setArrayType(makeConstList(["\u0458\u0430\u043d.", "\u0444\u0435\u0432.", "\u043c\u0430\u0440.", "\u0430\u043f\u0440.", "\u043c\u0430\u0458", "\u0458\u0443\u043d.", "\u0458\u0443\u043b.", "\u0430\u0432\u0433.", "\u0441\u0435\u043f\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u0435\u043c.", "\u0434\u0435\u043a."]), type$.JSArray_legacy_String); + B.List_MC2 = A._setArrayType(makeConstList(["d MMMM y, EEEE", "d MMMM y", "d MMM y", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_MEg = A._setArrayType(makeConstList(["J", "F", "M", "E", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_MIe = A._setArrayType(makeConstList(["\u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0433\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0434\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0442\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0437\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0434\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u043d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0435\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0430\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0430\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0430\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]), type$.JSArray_legacy_String); + B.List_MIo = A._setArrayType(makeConstList(["\u0c06\u0c26\u0c3f", "\u0c38\u0c4b\u0c2e", "\u0c2e\u0c02\u0c17\u0c33", "\u0c2c\u0c41\u0c27", "\u0c17\u0c41\u0c30\u0c41", "\u0c36\u0c41\u0c15\u0c4d\u0c30", "\u0c36\u0c28\u0c3f"]), type$.JSArray_legacy_String); + B.List_MLw = A._setArrayType(makeConstList(["\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02"]), type$.JSArray_legacy_String); + B.List_MMc = A._setArrayType(makeConstList(["\u0d1c", "\u0d2b\u0d46", "\u0d2e\u0d3e", "\u0d0f", "\u0d2e\u0d46", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42", "\u0d13", "\u0d38\u0d46", "\u0d12", "\u0d28", "\u0d21\u0d3f"]), type$.JSArray_legacy_String); + B.List_MON = A._setArrayType(makeConstList(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", "\u0908\u0938\u094d\u0935\u0940"]), type$.JSArray_legacy_String); B.Type_VendorListResponse_zLp = A.typeLiteral("VendorListResponse"); B.Type__$VendorListResponse_Pv7 = A.typeLiteral("_$VendorListResponse"); - B.List_MQk = A._setArrayType(makeConstList([B.Type_VendorListResponse_zLp, B.Type__$VendorListResponse_Pv7]), type$.JSArray_legacy_Type); + B.List_MQk0 = A._setArrayType(makeConstList([B.Type_VendorListResponse_zLp, B.Type__$VendorListResponse_Pv7]), type$.JSArray_legacy_Type); + B.List_MQk = A._setArrayType(makeConstList(["d", "h", "m", "m", "e", "p", "sh"]), type$.JSArray_legacy_String); + B.List_MSn = A._setArrayType(makeConstList(["\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d", "\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d"]), type$.JSArray_legacy_String); + B.List_MTP = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "d.M.yy"]), type$.JSArray_legacy_String); + B.List_MUs = A._setArrayType(makeConstList(["dop.", "odp."]), type$.JSArray_legacy_String); B.Type__$ClientContactEntity_8gt = A.typeLiteral("_$ClientContactEntity"); - B.List_MUw = A._setArrayType(makeConstList([B.Type_ClientContactEntity_yrB, B.Type__$ClientContactEntity_8gt]), type$.JSArray_legacy_Type); + B.List_MUw1 = A._setArrayType(makeConstList([B.Type_ClientContactEntity_yrB, B.Type__$ClientContactEntity_8gt]), type$.JSArray_legacy_Type); B.Type_GroupListResponse_Iwp = A.typeLiteral("GroupListResponse"); B.Type__$GroupListResponse_LZB = A.typeLiteral("_$GroupListResponse"); - B.List_MUw0 = A._setArrayType(makeConstList([B.Type_GroupListResponse_Iwp, B.Type__$GroupListResponse_LZB]), type$.JSArray_legacy_Type); + B.List_MUw2 = A._setArrayType(makeConstList([B.Type_GroupListResponse_Iwp, B.Type__$GroupListResponse_LZB]), type$.JSArray_legacy_Type); + B.List_MUw0 = A._setArrayType(makeConstList(["\u0924\u093f\u0967", "\u0924\u093f\u0968", "\u0924\u093f\u0969", "\u0924\u093f\u096a"]), type$.JSArray_legacy_String); + B.List_MUw = A._setArrayType(makeConstList(["\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", "\u09ae\u09be\u09b0\u09cd\u099a", "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1\u09b2\u09be\u0987", "\u0986\u0997\u09b8\u09cd\u099f", "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]), type$.JSArray_legacy_String); + B.List_MX8 = A._setArrayType(makeConstList(["xan.", "feb.", "mar.", "abr.", "maio", "xu\xf1o", "xul.", "ago.", "set.", "out.", "nov.", "dec."]), type$.JSArray_legacy_String); B.Type_DocumentListResponse_AEn = A.typeLiteral("DocumentListResponse"); B.Type__$DocumentListResponse_okl = A.typeLiteral("_$DocumentListResponse"); B.List_MYA = A._setArrayType(makeConstList([B.Type_DocumentListResponse_AEn, B.Type__$DocumentListResponse_okl]), type$.JSArray_legacy_Type); @@ -501945,9 +517862,27 @@ B._RouteRestorationType_0 = new A._RouteRestorationType(0, "named"); B._RouteRestorationType_1 = new A._RouteRestorationType(1, "anonymous"); B.List_MYz = A._setArrayType(makeConstList([B._RouteRestorationType_0, B._RouteRestorationType_1]), A.findType("JSArray<_RouteRestorationType*>")); + B.List_MZv = A._setArrayType(makeConstList(["e.\u0259.", "y.e."]), type$.JSArray_legacy_String); + B.List_MfQ = A._setArrayType(makeConstList(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0", "\u0645."]), type$.JSArray_legacy_String); + B.List_Mfs = A._setArrayType(makeConstList(["\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87", "\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87"]), type$.JSArray_legacy_String); + B.List_Mh7 = A._setArrayType(makeConstList(["\u092a\u0939\u0932\u0940 \u0924\u093f\u092e\u093e\u0939\u0940", "\u0926\u0942\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940", "\u0924\u0940\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940", "\u091a\u094c\u0925\u0940 \u0924\u093f\u092e\u093e\u0939\u0940"]), type$.JSArray_legacy_String); + B.List_Mi2 = A._setArrayType(makeConstList(["\u516c\u5143\u524d", "\u516c\u5143"]), type$.JSArray_legacy_String); B.Type_InvoiceItemResponse_GJk = A.typeLiteral("InvoiceItemResponse"); B.Type__$InvoiceItemResponse_TDC = A.typeLiteral("_$InvoiceItemResponse"); B.List_Mkn = A._setArrayType(makeConstList([B.Type_InvoiceItemResponse_GJk, B.Type__$InvoiceItemResponse_TDC]), type$.JSArray_legacy_Type); + B.Type_BankAccountItemResponse_L9x = A.typeLiteral("BankAccountItemResponse"); + B.Type__$BankAccountItemResponse_Q0y = A.typeLiteral("_$BankAccountItemResponse"); + B.List_Mld = A._setArrayType(makeConstList([B.Type_BankAccountItemResponse_L9x, B.Type__$BankAccountItemResponse_Q0y]), type$.JSArray_legacy_Type); + B.Type_BankAccountListResponse_L9x = A.typeLiteral("BankAccountListResponse"); + B.Type__$BankAccountListResponse_Q0y = A.typeLiteral("_$BankAccountListResponse"); + B.List_Mld0 = A._setArrayType(makeConstList([B.Type_BankAccountListResponse_L9x, B.Type__$BankAccountListResponse_Q0y]), type$.JSArray_legacy_Type); + B.List_Mm5 = A._setArrayType(makeConstList(["pirms m\u016bsu \u0113ras", "m\u016bsu \u0113r\u0101"]), type$.JSArray_legacy_String); + B.List_Mmn = A._setArrayType(makeConstList(["jan.", "feb.", "mars", "apr.", "maj", "juni", "juli", "aug.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_legacy_String); + B.List_MtR = A._setArrayType(makeConstList(["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi"]), type$.JSArray_legacy_String); + B.List_Mvk = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d 'de' MMM 'de' y", "dd/MM/y"]), type$.JSArray_legacy_String); + B.List_NMc = A._setArrayType(makeConstList(["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"]), type$.JSArray_legacy_String); + B.List_NMh = A._setArrayType(makeConstList(["\u10eb\u10d5. \u10ec.", "\u10d0\u10ee. \u10ec."]), type$.JSArray_legacy_String); + B.List_NQV = A._setArrayType(makeConstList(["pr. Kr.", "po. Kr."]), type$.JSArray_legacy_String); B.Type__$InvitationEntity_0mj = A.typeLiteral("_$InvitationEntity"); B.List_NQk = A._setArrayType(makeConstList([B.Type_InvitationEntity_qtf, B.Type__$InvitationEntity_0mj]), type$.JSArray_legacy_Type); B.Type_PaymentListResponse_R2g = A.typeLiteral("PaymentListResponse"); @@ -501957,25 +517892,64 @@ B.Type_LanguageItemResponse_c8P = A.typeLiteral("LanguageItemResponse"); B.Type__$LanguageItemResponse_YOT = A.typeLiteral("_$LanguageItemResponse"); B.List_NcA = A._setArrayType(makeConstList([B.Type_LanguageItemResponse_c8P, B.Type__$LanguageItemResponse_YOT]), type$.JSArray_legacy_Type); + B.List_Nm5 = A._setArrayType(makeConstList(["1-chorak", "2-chorak", "3-chorak", "4-chorak"]), type$.JSArray_legacy_String); B.Type__$GatewayTokenEntity_uwZ = A.typeLiteral("_$GatewayTokenEntity"); B.List_Now = A._setArrayType(makeConstList([B.Type_GatewayTokenEntity_goM, B.Type__$GatewayTokenEntity_uwZ]), type$.JSArray_legacy_Type); + B.List_Nss = A._setArrayType(makeConstList(["\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 1", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 2", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 3", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 4"]), type$.JSArray_legacy_String); + B.List_O1M = A._setArrayType(makeConstList(["\u0a10\u0a24\u0a35\u0a3e\u0a30", "\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30", "\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30", "\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30", "\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30", "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30", "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30"]), type$.JSArray_legacy_String); + B.List_O2f = A._setArrayType(makeConstList(["\u0441\u0442\u0443", "\u043b\u044e\u0442", "\u0441\u0430\u043a", "\u043a\u0440\u0430", "\u043c\u0430\u0439", "\u0447\u044d\u0440", "\u043b\u0456\u043f", "\u0436\u043d\u0456", "\u0432\u0435\u0440", "\u043a\u0430\u0441", "\u043b\u0456\u0441", "\u0441\u043d\u0435"]), type$.JSArray_legacy_String); + B.List_O5L = A._setArrayType(makeConstList(["\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a401", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a402", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a403", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a404"]), type$.JSArray_legacy_String); + B.List_O5s = A._setArrayType(makeConstList(["\u042f\u043d\u0432\u0430\u0440\u044c", "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", "\u041c\u0430\u0440\u0442", "\u0410\u043f\u0440\u0435\u043b\u044c", "\u041c\u0430\u0439", "\u0418\u044e\u043d\u044c", "\u0418\u044e\u043b\u044c", "\u0410\u0432\u0433\u0443\u0441\u0442", "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", "\u041d\u043e\u044f\u0431\u0440\u044c", "\u0414\u0435\u043a\u0430\u0431\u0440\u044c"]), type$.JSArray_legacy_String); + B.List_O8N = A._setArrayType(makeConstList(["janar", "shkurt", "mars", "prill", "maj", "qershor", "korrik", "gusht", "shtator", "tetor", "n\xebntor", "dhjetor"]), type$.JSArray_legacy_String); B.Type__$DesignEntity_0 = A.typeLiteral("_$DesignEntity"); B.List_O9m = A._setArrayType(makeConstList([B.Type_DesignEntity_0, B.Type__$DesignEntity_0]), type$.JSArray_legacy_Type); + B.List_OBU = A._setArrayType(makeConstList(["th\xe1ng 1", "th\xe1ng 2", "th\xe1ng 3", "th\xe1ng 4", "th\xe1ng 5", "th\xe1ng 6", "th\xe1ng 7", "th\xe1ng 8", "th\xe1ng 9", "th\xe1ng 10", "th\xe1ng 11", "th\xe1ng 12"]), type$.JSArray_legacy_String); + B.List_OCX = A._setArrayType(makeConstList(["pr. Kr.", "po Kr."]), type$.JSArray_legacy_String); + B.List_ODT = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "dd/MM/y", "dd/MM/yy"]), type$.JSArray_legacy_String); + B.List_ODz = A._setArrayType(makeConstList(["y-'\u0436'., d-MMMM, EEEE", "y-'\u0436'., d-MMMM", "y-'\u0436'., d-MMM", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_OFS = A._setArrayType(makeConstList(["\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", "\u03a4\u03c1\u03af\u03c4\u03b7", "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf"]), type$.JSArray_legacy_String); + B.List_OMD = A._setArrayType(makeConstList(["\u0ead\u0eb2\u0e97\u0eb4\u0e94", "\u0e88\u0eb1\u0e99", "\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", "\u0e9e\u0eb8\u0e94", "\u0e9e\u0eb0\u0eab\u0eb1\u0e94", "\u0eaa\u0eb8\u0e81", "\u0ec0\u0eaa\u0ebb\u0eb2"]), type$.JSArray_legacy_String); + B.List_OPD = A._setArrayType(makeConstList(["f.Kr.", "e.Kr."]), type$.JSArray_legacy_String); + B.List_OTw = A._setArrayType(makeConstList(["avanti Cristo", "dopo Cristo"]), type$.JSArray_legacy_String); + B.List_OXJ = A._setArrayType(makeConstList(["\u1014\u1036\u1014\u1000\u103a", "\u100a\u1014\u1031"]), type$.JSArray_legacy_String); + B.List_OXN = A._setArrayType(makeConstList(["1-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b", "2-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b", "3-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b", "4-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b"]), type$.JSArray_legacy_String); B.Type__$ExpenseState_o5r = A.typeLiteral("_$ExpenseState"); B.List_OXO = A._setArrayType(makeConstList([B.Type_ExpenseState_yzp, B.Type__$ExpenseState_o5r]), type$.JSArray_legacy_Type); + B.List_Odg = A._setArrayType(makeConstList(["\u062d", "\u0646", "\u062b", "\u0631", "\u062e", "\u062c", "\u0633"]), type$.JSArray_legacy_String); B.Type__$LanguageEntity_bTF = A.typeLiteral("_$LanguageEntity"); B.List_Ohq = A._setArrayType(makeConstList([B.Type_LanguageEntity_eDt, B.Type__$LanguageEntity_bTF]), type$.JSArray_legacy_Type); + B.List_Olq = A._setArrayType(makeConstList(["Sv\u0113td.", "Pirmd.", "Otrd.", "Tre\u0161d.", "Ceturtd.", "Piektd.", "Sestd."]), type$.JSArray_legacy_String); + B.List_OtD = A._setArrayType(makeConstList(["janv.", "f\xe9vr.", "mars", "avr.", "mai", "juin", "juil.", "ao\xfbt", "sept.", "oct.", "nov.", "d\xe9c."]), type$.JSArray_legacy_String); + B.List_P1S = A._setArrayType(makeConstList(["urt.", "ots.", "mar.", "api.", "mai.", "eka.", "uzt.", "abu.", "ira.", "urr.", "aza.", "abe."]), type$.JSArray_legacy_String); + B.List_P5r = A._setArrayType(makeConstList(["\u5348\u524d", "\u5348\u5f8c"]), type$.JSArray_legacy_String); B.Type__$LedgerEntity_QwF = A.typeLiteral("_$LedgerEntity"); B.List_P7V = A._setArrayType(makeConstList([B.Type_LedgerEntity_mHe, B.Type__$LedgerEntity_QwF]), type$.JSArray_legacy_Type); + B.List_P92 = A._setArrayType(makeConstList(["\u0633\u200c\u0645\u06f1", "\u0633\u200c\u0645\u06f2", "\u0633\u200c\u0645\u06f3", "\u0633\u200c\u0645\u06f4"]), type$.JSArray_legacy_String); + B.List_PDz = A._setArrayType(makeConstList(["p. n. e.", "n. e."]), type$.JSArray_legacy_String); + B.List_PG_PTG = A._setArrayType(makeConstList(["PG", "PTG"]), type$.JSArray_legacy_String); B.Type_TimezoneItemResponse_Yiv = A.typeLiteral("TimezoneItemResponse"); B.Type__$TimezoneItemResponse_43h = A.typeLiteral("_$TimezoneItemResponse"); B.List_Phi = A._setArrayType(makeConstList([B.Type_TimezoneItemResponse_Yiv, B.Type__$TimezoneItemResponse_43h]), type$.JSArray_legacy_Type); B.Type__$ProductEntity_bMg = A.typeLiteral("_$ProductEntity"); B.List_PiJ = A._setArrayType(makeConstList([B.Type_ProductEntity_P4I, B.Type__$ProductEntity_bMg]), type$.JSArray_legacy_Type); + B.List_PnF = A._setArrayType(makeConstList(["\u039a\u03c5\u03c1", "\u0394\u03b5\u03c5", "\u03a4\u03c1\u03af", "\u03a4\u03b5\u03c4", "\u03a0\u03ad\u03bc", "\u03a0\u03b1\u03c1", "\u03a3\u03ac\u03b2"]), type$.JSArray_legacy_String); + B.List_Pss = A._setArrayType(makeConstList(["{1} {0}", "{1} {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_Pss0 = A._setArrayType(makeConstList(["\u0d9a\u0dcf\u0dbb\u0dca:1", "\u0d9a\u0dcf\u0dbb\u0dca:2", "\u0d9a\u0dcf\u0dbb\u0dca:3", "\u0d9a\u0dcf\u0dbb\u0dca:4"]), type$.JSArray_legacy_String); + B.List_Pvn = A._setArrayType(makeConstList(["\u7b2c1\u56db\u534a\u671f", "\u7b2c2\u56db\u534a\u671f", "\u7b2c3\u56db\u534a\u671f", "\u7b2c4\u56db\u534a\u671f"]), type$.JSArray_legacy_String); + B.List_Pxa = A._setArrayType(makeConstList(["dom.", "luns", "mar.", "m\xe9r.", "xov.", "ven.", "s\xe1b."]), type$.JSArray_legacy_String); B.List_Q1_Q2_Q3_Q4 = A._setArrayType(makeConstList(["Q1", "Q2", "Q3", "Q4"]), type$.JSArray_legacy_String); + B.List_Q5U = A._setArrayType(makeConstList(["\u12a5", "\u1230", "\u121b", "\u1228", "\u1210", "\u12d3", "\u1245"]), type$.JSArray_legacy_String); + B.List_Q92 = A._setArrayType(makeConstList(["\u0b1c\u0b3e", "\u0b2b\u0b47", "\u0b2e\u0b3e", "\u0b05", "\u0b2e\u0b07", "\u0b1c\u0b41", "\u0b1c\u0b41", "\u0b05", "\u0b38\u0b47", "\u0b05", "\u0b28", "\u0b21\u0b3f"]), type$.JSArray_legacy_String); + B.List_QAb = A._setArrayType(makeConstList(["de gener", "de febrer", "de mar\xe7", "d\u2019abril", "de maig", "de juny", "de juliol", "d\u2019agost", "de setembre", "d\u2019octubre", "de novembre", "de desembre"]), type$.JSArray_legacy_String); + B.List_QGQ = A._setArrayType(makeConstList(["{0} 'do' {1}", "{0} 'do' {1}", "{0}, {1}", "{0}, {1}"]), type$.JSArray_legacy_String); + B.List_QKA = A._setArrayType(makeConstList(["\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787", "\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787"]), type$.JSArray_legacy_String); B.Type__$ReportSettingsEntity_inD = A.typeLiteral("_$ReportSettingsEntity"); B.List_QLF0 = A._setArrayType(makeConstList([B.Type_ReportSettingsEntity_piR, B.Type__$ReportSettingsEntity_inD]), type$.JSArray_legacy_Type); B.List_QLF = A._setArrayType(makeConstList([11, 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111]), type$.JSArray_legacy_int); + B.List_QPD = A._setArrayType(makeConstList(["yan", "fev", "mar", "apr", "may", "iyn", "iyl", "avg", "sen", "okt", "noy", "dek"]), type$.JSArray_legacy_String); + B.List_QW2 = A._setArrayType(makeConstList(["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Agu", "Sep", "Okt", "Nov", "Des"]), type$.JSArray_legacy_String); + B.List_QWS = A._setArrayType(makeConstList(["1. ceturksnis", "2. ceturksnis", "3. ceturksnis", "4. ceturksnis"]), type$.JSArray_legacy_String); + B.List_QWq = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432\u0440.", "\u043c\u0430\u0440.", "\u0430\u043f\u0440.", "\u043c\u0430\u044f", "\u0438\u044e\u043d.", "\u0438\u044e\u043b.", "\u0430\u0432\u0433.", "\u0441\u0435\u043d\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f\u0431.", "\u0434\u0435\u043a."]), type$.JSArray_legacy_String); B.RecurringInvoiceReportFields_0 = new A.RecurringInvoiceReportFields(0, "id"); B.RecurringInvoiceReportFields_1 = new A.RecurringInvoiceReportFields(1, "amount"); B.RecurringInvoiceReportFields_2 = new A.RecurringInvoiceReportFields(2, "converted_amount"); @@ -502045,28 +518019,53 @@ B.RecurringInvoiceReportFields_66 = new A.RecurringInvoiceReportFields(66, "remaining_cycles"); B.List_QXJ = A._setArrayType(makeConstList([B.RecurringInvoiceReportFields_0, B.RecurringInvoiceReportFields_1, B.RecurringInvoiceReportFields_2, B.RecurringInvoiceReportFields_3, B.RecurringInvoiceReportFields_4, B.RecurringInvoiceReportFields_5, B.RecurringInvoiceReportFields_6, B.RecurringInvoiceReportFields_7, B.RecurringInvoiceReportFields_8, B.RecurringInvoiceReportFields_9, B.RecurringInvoiceReportFields_10, B.RecurringInvoiceReportFields_11, B.RecurringInvoiceReportFields_12, B.RecurringInvoiceReportFields_13, B.RecurringInvoiceReportFields_14, B.RecurringInvoiceReportFields_15, B.RecurringInvoiceReportFields_16, B.RecurringInvoiceReportFields_17, B.RecurringInvoiceReportFields_18, B.RecurringInvoiceReportFields_19, B.RecurringInvoiceReportFields_20, B.RecurringInvoiceReportFields_21, B.RecurringInvoiceReportFields_22, B.RecurringInvoiceReportFields_23, B.RecurringInvoiceReportFields_24, B.RecurringInvoiceReportFields_25, B.RecurringInvoiceReportFields_26, B.RecurringInvoiceReportFields_27, B.RecurringInvoiceReportFields_28, B.RecurringInvoiceReportFields_29, B.RecurringInvoiceReportFields_30, B.RecurringInvoiceReportFields_31, B.RecurringInvoiceReportFields_32, B.RecurringInvoiceReportFields_33, B.RecurringInvoiceReportFields_34, B.RecurringInvoiceReportFields_35, B.RecurringInvoiceReportFields_36, B.RecurringInvoiceReportFields_37, B.RecurringInvoiceReportFields_38, B.RecurringInvoiceReportFields_39, B.RecurringInvoiceReportFields_40, B.RecurringInvoiceReportFields_41, B.RecurringInvoiceReportFields_42, B.RecurringInvoiceReportFields_43, B.RecurringInvoiceReportFields_44, B.RecurringInvoiceReportFields_45, B.RecurringInvoiceReportFields_46, B.RecurringInvoiceReportFields_47, B.RecurringInvoiceReportFields_48, B.RecurringInvoiceReportFields_49, B.RecurringInvoiceReportFields_50, B.RecurringInvoiceReportFields_51, B.RecurringInvoiceReportFields_52, B.RecurringInvoiceReportFields_53, B.RecurringInvoiceReportFields_54, B.RecurringInvoiceReportFields_55, B.RecurringInvoiceReportFields_56, B.RecurringInvoiceReportFields_57, B.RecurringInvoiceReportFields_58, B.RecurringInvoiceReportFields_59, B.RecurringInvoiceReportFields_60, B.RecurringInvoiceReportFields_61, B.RecurringInvoiceReportFields_62, B.RecurringInvoiceReportFields_63, B.RecurringInvoiceReportFields_64, B.RecurringInvoiceReportFields_65, B.RecurringInvoiceReportFields_66]), type$.JSArray_legacy_RecurringInvoiceReportFields); B.List_QXN = A._setArrayType(makeConstList(["af", "am", "ar", "as", "az", "be", "bg", "bn", "bs", "ca", "cs", "da", "de", "el", "en", "es", "et", "eu", "fa", "fi", "fil", "fr", "gl", "gsw", "gu", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "km", "kn", "ko", "ky", "lo", "lt", "lv", "mk", "ml", "mn", "mr", "ms", "my", "nb", "ne", "nl", "no", "or", "pa", "pl", "pt", "ro", "ru", "si", "sk", "sl", "sq", "sr", "sv", "sw", "ta", "te", "th", "tl", "tr", "uk", "ur", "uz", "vi", "zh", "zu"]), type$.JSArray_legacy_String); + B.List_QXb = A._setArrayType(makeConstList(["n", "p", "w", "\u015b", "c", "p", "s"]), type$.JSArray_legacy_String); + B.List_QZE = A._setArrayType(makeConstList(["\u0b30\u0b2c\u0b3f", "\u0b38\u0b4b\u0b2e", "\u0b2e\u0b19\u0b4d\u0b17\u0b33", "\u0b2c\u0b41\u0b27", "\u0b17\u0b41\u0b30\u0b41", "\u0b36\u0b41\u0b15\u0b4d\u0b30", "\u0b36\u0b28\u0b3f"]), type$.JSArray_legacy_String); B.List_QcX = A._setArrayType(makeConstList(["table", "tbody", "tfoot", "thead", "tr"]), type$.JSArray_legacy_String); + B.List_QgR = A._setArrayType(makeConstList(["\u056f\u056b\u0580\u0561\u056f\u056b", "\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b", "\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", "\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", "\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b", "\u0578\u0582\u0580\u0562\u0561\u0569", "\u0577\u0561\u0562\u0561\u0569"]), type$.JSArray_legacy_String); B.Type_SubscriptionItemResponse_uzU = A.typeLiteral("SubscriptionItemResponse"); B.Type__$SubscriptionItemResponse_pM4 = A.typeLiteral("_$SubscriptionItemResponse"); B.List_QgW = A._setArrayType(makeConstList([B.Type_SubscriptionItemResponse_uzU, B.Type__$SubscriptionItemResponse_pM4]), type$.JSArray_legacy_Type); B.Type_SubscriptionListResponse_uzU = A.typeLiteral("SubscriptionListResponse"); B.Type__$SubscriptionListResponse_pM4 = A.typeLiteral("_$SubscriptionListResponse"); B.List_QgW0 = A._setArrayType(makeConstList([B.Type_SubscriptionListResponse_uzU, B.Type__$SubscriptionListResponse_pM4]), type$.JSArray_legacy_Type); + B.List_QkZ = A._setArrayType(makeConstList(["{1} 'nang' {0}", "{1} 'nang' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); B.Type__$ExpenseCategoryEntity_apI = A.typeLiteral("_$ExpenseCategoryEntity"); B.List_QoN = A._setArrayType(makeConstList([B.Type_ExpenseCategoryEntity_ccl, B.Type__$ExpenseCategoryEntity_apI]), type$.JSArray_legacy_Type); + B.List_Qq8 = A._setArrayType(makeConstList(["enne Kristust", "p\xe4rast Kristust"]), type$.JSArray_legacy_String); + B.List_Qs9 = A._setArrayType(makeConstList(["EEEE, d. MMMM y.", "d. MMMM y.", "d. MMM y.", "d. M. y."]), type$.JSArray_legacy_String); + B.List_Qw8 = A._setArrayType(makeConstList(["Jan", "Feb", "Mas", "Eph", "Mey", "Jun", "Jul", "Aga", "Sep", "Okt", "Nov", "Dis"]), type$.JSArray_legacy_String); B.Type_TaxRateListResponse_2jN = A.typeLiteral("TaxRateListResponse"); B.Type__$TaxRateListResponse_atK = A.typeLiteral("_$TaxRateListResponse"); B.List_Qwv = A._setArrayType(makeConstList([B.Type_TaxRateListResponse_2jN, B.Type__$TaxRateListResponse_atK]), type$.JSArray_legacy_Type); + B.List_R3l = A._setArrayType(makeConstList(["\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e", "\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e", "\u1019\u1010\u103a", "\u1027\u1015\u103c\u102e", "\u1019\u1031", "\u1007\u103d\u1014\u103a", "\u1007\u1030\u101c\u102d\u102f\u1004\u103a", "\u1029\u1002\u102f\u1010\u103a", "\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c", "\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c", "\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c", "\u1012\u102e\u1007\u1004\u103a\u1018\u102c"]), type$.JSArray_legacy_String); + B.List_RG0 = A._setArrayType(makeConstList(["\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.", "\u0e04.\u0e28."]), type$.JSArray_legacy_String); + B.List_ROW = A._setArrayType(makeConstList(["D", "L", "M", "M", "J", "V", "S"]), type$.JSArray_legacy_String); B.Type__$DocumentUIState_MYA = A.typeLiteral("_$DocumentUIState"); B.List_ROa = A._setArrayType(makeConstList([B.Type_DocumentUIState_CyS, B.Type__$DocumentUIState_MYA]), type$.JSArray_legacy_Type); + B.List_RVo = A._setArrayType(makeConstList(["\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.", "\u0e84.\u0eaa."]), type$.JSArray_legacy_String); B.Pair_0 = new A.Pair("http://www.w3.org/1999/xhtml", "ol", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_RXb = new A.Pair("http://www.w3.org/1999/xhtml", "ul", type$.Pair_of_legacy_String_and_legacy_String); B.List_RXb = A._setArrayType(makeConstList([B.Pair_0, B.Pair_RXb]), type$.JSArray_dynamic); + B.List_RkP = A._setArrayType(makeConstList(["\u041d\u044f\u043c", "\u0414\u0430\u0432\u0430\u0430", "\u041c\u044f\u0433\u043c\u0430\u0440", "\u041b\u0445\u0430\u0433\u0432\u0430", "\u041f\u04af\u0440\u044d\u0432", "\u0411\u0430\u0430\u0441\u0430\u043d", "\u0411\u044f\u043c\u0431\u0430"]), type$.JSArray_legacy_String); B.Type__$ListUIState_fWW = A.typeLiteral("_$ListUIState"); - B.List_RsV = A._setArrayType(makeConstList([B.Type_ListUIState_46y, B.Type__$ListUIState_fWW]), type$.JSArray_legacy_Type); + B.List_RsV1 = A._setArrayType(makeConstList([B.Type_ListUIState_46y, B.Type__$ListUIState_fWW]), type$.JSArray_legacy_Type); B.Type_UserListResponse_AP0 = A.typeLiteral("UserListResponse"); B.Type__$UserListResponse_cAk = A.typeLiteral("_$UserListResponse"); - B.List_RsV0 = A._setArrayType(makeConstList([B.Type_UserListResponse_AP0, B.Type__$UserListResponse_cAk]), type$.JSArray_legacy_Type); + B.List_RsV2 = A._setArrayType(makeConstList([B.Type_UserListResponse_AP0, B.Type__$UserListResponse_cAk]), type$.JSArray_legacy_Type); + B.List_RsV0 = A._setArrayType(makeConstList(["domingo", "segunda", "ter\xe7a", "quarta", "quinta", "sexta", "s\xe1bado"]), type$.JSArray_legacy_String); + B.List_RsV = A._setArrayType(makeConstList(["\u044f\u043d\u0443\u0430\u0440\u0438", "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0438\u043b", "\u043c\u0430\u0439", "\u044e\u043d\u0438", "\u044e\u043b\u0438", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]), type$.JSArray_legacy_String); + B.List_Rss = A._setArrayType(makeConstList(["jaan", "veebr", "m\xe4rts", "apr", "mai", "juuni", "juuli", "aug", "sept", "okt", "nov", "dets"]), type$.JSArray_legacy_String); + B.List_Rss0 = A._setArrayType(makeConstList(["s", "l", "m", "k", "m", "c", "l", "s", "w", "p", "l", "g"]), type$.JSArray_legacy_String); + B.List_RtW = A._setArrayType(makeConstList(["\u0d1c\u0d28\u0d41", "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41", "\u0d2e\u0d3e\u0d7c", "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f", "\u0d2e\u0d47\u0d2f\u0d4d", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42\u0d32\u0d48", "\u0d13\u0d17", "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02", "\u0d12\u0d15\u0d4d\u0d1f\u0d4b", "\u0d28\u0d35\u0d02", "\u0d21\u0d3f\u0d38\u0d02"]), type$.JSArray_legacy_String); + B.List_Ru4 = A._setArrayType(makeConstList(["1\ubd84\uae30", "2\ubd84\uae30", "3\ubd84\uae30", "4\ubd84\uae30"]), type$.JSArray_legacy_String); + B.List_RyE = A._setArrayType(makeConstList(["\u091c\u093e\u0928\u0947", "\u092b\u0947\u092c\u094d\u0930\u0941", "\u092e\u093e\u0930\u094d\u091a", "\u090f\u092a\u094d\u0930\u093f", "\u092e\u0947", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0948", "\u0911\u0917", "\u0938\u092a\u094d\u091f\u0947\u0902", "\u0911\u0915\u094d\u091f\u094b", "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", "\u0921\u093f\u0938\u0947\u0902"]), type$.JSArray_legacy_String); + B.List_S1_S2_S3_S4 = A._setArrayType(makeConstList(["S1", "S2", "S3", "S4"]), type$.JSArray_legacy_String); + B.List_S3R = A._setArrayType(makeConstList(["\u041c\u042d\u04e8", "\u041c\u042d"]), type$.JSArray_legacy_String); + B.List_S40 = A._setArrayType(makeConstList(["\u0a2a\u0a42.\u0a26\u0a41.", "\u0a2c\u0a3e.\u0a26\u0a41."]), type$.JSArray_legacy_String); + B.List_S49 = A._setArrayType(makeConstList(["nedjelja", "ponedjeljak", "utorak", "srijeda", "\u010detvrtak", "petak", "subota"]), type$.JSArray_legacy_String); + B.List_SA_CH = A._setArrayType(makeConstList(["SA", "CH"]), type$.JSArray_legacy_String); + B.List_SCE = A._setArrayType(makeConstList(["HH.mm.ss zzzz", "HH.mm.ss z", "HH.mm.ss", "HH.mm"]), type$.JSArray_legacy_String); B.Type__$SettingsUIState_TYx = A.typeLiteral("_$SettingsUIState"); B.List_SFj = A._setArrayType(makeConstList([B.Type_SettingsUIState_kvD, B.Type__$SettingsUIState_TYx]), type$.JSArray_legacy_Type); B.Type__$QuoteUIState_gbq = A.typeLiteral("_$QuoteUIState"); @@ -502077,6 +518076,9 @@ B.Type_GroupItemResponse_9we = A.typeLiteral("GroupItemResponse"); B.Type__$GroupItemResponse_LZB = A.typeLiteral("_$GroupItemResponse"); B.List_SLW = A._setArrayType(makeConstList([B.Type_GroupItemResponse_9we, B.Type__$GroupItemResponse_LZB]), type$.JSArray_legacy_Type); + B.List_SM_M = A._setArrayType(makeConstList(["SM", "M"]), type$.JSArray_legacy_String); + B.List_SRb = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0435\u043b\u0430", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "\u0441\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a", "\u043f\u0435\u0442\u043e\u043a", "\u0441\u0430\u0431\u043e\u0442\u0430"]), type$.JSArray_legacy_String); + B.List_SWX = A._setArrayType(makeConstList(["1ste kwartaal", "2de kwartaal", "3de kwartaal", "4de kwartaal"]), type$.JSArray_legacy_String); B.Offset_1_0 = new A.Offset(1, 0); B.Offset_1_1 = new A.Offset(1, 1); B.Offset_0_1 = new A.Offset(0, 1); @@ -502087,6 +518089,11 @@ B.Offset_1_m1 = new A.Offset(1, -1); B.List_SbI = A._setArrayType(makeConstList([B.Offset_1_0, B.Offset_1_1, B.Offset_0_1, B.Offset_m1_1, B.Offset_m1_0, B.Offset_m1_m1, B.Offset_0_m1, B.Offset_1_m1]), A.findType("JSArray")); B.List_Sfa = A._setArrayType(makeConstList(["invoice_created", "invoice_sent", "invoice_viewed", "invoice_late", "payment_success", "payment_failure", "quote_created", "quote_sent", "quote_viewed", "quote_approved", "quote_expired", "credit_created", "credit_sent", "credit_viewed"]), type$.JSArray_legacy_String); + B.List_Slt = A._setArrayType(makeConstList(["jan.", "feb.", "mrt.", "apr.", "mei", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_legacy_String); + B.List_Ssz = A._setArrayType(makeConstList(["So.", "Mo.", "Di.", "Mi.", "Do.", "Fr.", "Sa."]), type$.JSArray_legacy_String); + B.List_Svy = A._setArrayType(makeConstList(["\xd6\xd6", "\xd6S"]), type$.JSArray_legacy_String); + B.List_T1_T2_T3_T4 = A._setArrayType(makeConstList(["T1", "T2", "T3", "T4"]), type$.JSArray_legacy_String); + B.List_T4j = A._setArrayType(makeConstList(["\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e01\u0e32\u0e25", "\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a"]), type$.JSArray_legacy_String); B.ProfitAndLossReportFields_0 = new A.ProfitAndLossReportFields(0, "client"); B.ProfitAndLossReportFields_1 = new A.ProfitAndLossReportFields(1, "client_address1"); B.ProfitAndLossReportFields_2 = new A.ProfitAndLossReportFields(2, "client_address2"); @@ -502107,8 +518114,16 @@ B.ProfitAndLossReportFields_17 = new A.ProfitAndLossReportFields(17, "date"); B.ProfitAndLossReportFields_18 = new A.ProfitAndLossReportFields(18, "category"); B.List_T8q = A._setArrayType(makeConstList([B.ProfitAndLossReportFields_0, B.ProfitAndLossReportFields_1, B.ProfitAndLossReportFields_2, B.ProfitAndLossReportFields_3, B.ProfitAndLossReportFields_4, B.ProfitAndLossReportFields_5, B.ProfitAndLossReportFields_6, B.ProfitAndLossReportFields_7, B.ProfitAndLossReportFields_8, B.ProfitAndLossReportFields_9, B.ProfitAndLossReportFields_10, B.ProfitAndLossReportFields_11, B.ProfitAndLossReportFields_12, B.ProfitAndLossReportFields_13, B.ProfitAndLossReportFields_14, B.ProfitAndLossReportFields_15, B.ProfitAndLossReportFields_16, B.ProfitAndLossReportFields_17, B.ProfitAndLossReportFields_18]), type$.JSArray_legacy_ProfitAndLossReportFields); + B.List_TDm = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]), type$.JSArray_legacy_String); + B.List_THA = A._setArrayType(makeConstList(["\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd"]), type$.JSArray_legacy_String); B.Type__$CountryEntity_HRq = A.typeLiteral("_$CountryEntity"); B.List_THJ = A._setArrayType(makeConstList([B.Type_CountryEntity_1Wj, B.Type__$CountryEntity_HRq]), type$.JSArray_legacy_Type); + B.List_TLI = A._setArrayType(makeConstList(["\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435", "\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435"]), type$.JSArray_legacy_String); + B.List_TLf = A._setArrayType(makeConstList(["I kwarta\u0142", "II kwarta\u0142", "III kwarta\u0142", "IV kwarta\u0142"]), type$.JSArray_legacy_String); + B.List_TO_TK = A._setArrayType(makeConstList(["TO", "TK"]), type$.JSArray_legacy_String); + B.List_TW6 = A._setArrayType(makeConstList(["K.a.", "Kristo ondoren"]), type$.JSArray_legacy_String); + B.List_TWS = A._setArrayType(makeConstList(["hh:mm:ss a zzzz", "hh:mm:ss a z", "hh:mm:ss a", "hh:mm a"]), type$.JSArray_legacy_String); + B.List_Tbc = A._setArrayType(makeConstList(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", "\u0aae\u0abe\u0ab0\u0acd\u0a9a", "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", "\u0aae\u0ac7", "\u0a9c\u0ac2\u0aa8", "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", "\u0a91\u0a97\u0ab8\u0acd\u0a9f", "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"]), type$.JSArray_legacy_String); B.TextAffinity_0 = new A.TextAffinity(0, "upstream"); B.List_TextAffinity_0_TextAffinity_1 = A._setArrayType(makeConstList([B.TextAffinity_0, B.TextAffinity_1]), A.findType("JSArray")); B.TextDirection_0 = new A.TextDirection(0, "rtl"); @@ -502118,6 +518133,8 @@ B.List_Tfa = A._setArrayType(makeConstList([B.Type_SubscriptionUIState_jf1, B.Type__$SubscriptionUIState_mR7]), type$.JSArray_legacy_Type); B.Type__$InvoiceItemEntity_tdJ = A.typeLiteral("_$InvoiceItemEntity"); B.List_Tph = A._setArrayType(makeConstList([B.Type_InvoiceItemEntity_23h, B.Type__$InvoiceItemEntity_tdJ]), type$.JSArray_legacy_Type); + B.List_Tqn = A._setArrayType(makeConstList(["x.", "f.", "m.", "a.", "m.", "x.", "x.", "a.", "s.", "o.", "n.", "d."]), type$.JSArray_legacy_String); + B.List_Tr4 = A._setArrayType(makeConstList(["\u0434\u0430 \u043d.\u044d.", "\u043d.\u044d."]), type$.JSArray_legacy_String); B.List_Type_AppLayout_co1 = A._setArrayType(makeConstList([B.Type_AppLayout_co1]), type$.JSArray_legacy_Type); B.List_Type_AppSidebarMode_ZeT = A._setArrayType(makeConstList([B.Type_AppSidebarMode_ZeT]), type$.JSArray_legacy_Type); B.List_Type_DateRangeComparison_wco = A._setArrayType(makeConstList([B.Type_DateRangeComparison_wco]), type$.JSArray_legacy_Type); @@ -502126,9 +518143,14 @@ B.List_Type_EntityState_NQk = A._setArrayType(makeConstList([B.Type_EntityState_NQk]), type$.JSArray_legacy_Type); B.List_Type_EntityType_6qb = A._setArrayType(makeConstList([B.Type_EntityType_6qb]), type$.JSArray_legacy_Type); B.List_Type_ModuleLayout_0mz = A._setArrayType(makeConstList([B.Type_ModuleLayout_0mz]), type$.JSArray_legacy_Type); + B.List_U0y = A._setArrayType(makeConstList(["1\u5b63\u5ea6", "2\u5b63\u5ea6", "3\u5b63\u5ea6", "4\u5b63\u5ea6"]), type$.JSArray_legacy_String); + B.List_U1z = A._setArrayType(makeConstList(["\u049b\u0430\u04a3\u0442\u0430\u0440", "\u0430\u049b\u043f\u0430\u043d", "\u043d\u0430\u0443\u0440\u044b\u0437", "\u0441\u04d9\u0443\u0456\u0440", "\u043c\u0430\u043c\u044b\u0440", "\u043c\u0430\u0443\u0441\u044b\u043c", "\u0448\u0456\u043b\u0434\u0435", "\u0442\u0430\u043c\u044b\u0437", "\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a", "\u049b\u0430\u0437\u0430\u043d", "\u049b\u0430\u0440\u0430\u0448\u0430", "\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]), type$.JSArray_legacy_String); B.Type_CompanyGatewayItemResponse_OLF = A.typeLiteral("CompanyGatewayItemResponse"); B.Type__$CompanyGatewayItemResponse_XJ7 = A.typeLiteral("_$CompanyGatewayItemResponse"); B.List_U3i = A._setArrayType(makeConstList([B.Type_CompanyGatewayItemResponse_OLF, B.Type__$CompanyGatewayItemResponse_XJ7]), type$.JSArray_legacy_Type); + B.List_U43 = A._setArrayType(makeConstList(["I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X", "XI", "XII"]), type$.JSArray_legacy_String); + B.List_U4G = A._setArrayType(makeConstList(["EEEE, MMMM d, y", "MMMM d, y", "MMM d, y", "y-MM-dd"]), type$.JSArray_legacy_String); + B.List_U4K = A._setArrayType(makeConstList(["\u7b2c\u4e00\u5b63\u5ea6", "\u7b2c\u4e8c\u5b63\u5ea6", "\u7b2c\u4e09\u5b63\u5ea6", "\u7b2c\u56db\u5b63\u5ea6"]), type$.JSArray_legacy_String); B.Permission_0 = new A.Permission(0); B.Permission_1 = new A.Permission(1); B.Permission_2 = new A.Permission(2); @@ -502163,6 +518185,12 @@ B.List_U8N = A._setArrayType(makeConstList([B.Permission_0, B.Permission_1, B.Permission_2, B.PermissionWithService_3, B.PermissionWithService_4, B.PermissionWithService_5, B.Permission_6, B.Permission_7, B.PermissionWithService_8, B.Permission_9, B.Permission_10, B.Permission_11, B.Permission_12, B.Permission_13, B.Permission_14, B.Permission_15, B.Permission_16, B.Permission_17, B.Permission_18, B.Permission_19, B.Permission_20, B.Permission_21, B.Permission_22, B.Permission_23, B.Permission_24, B.Permission_25, B.Permission_26, B.Permission_27, B.Permission_28, B.Permission_29, B.Permission_30]), A.findType("JSArray")); B.Type__$TimezoneEntity_59Q = A.typeLiteral("_$TimezoneEntity"); B.List_U8b = A._setArrayType(makeConstList([B.Type_TimezoneEntity_fPO, B.Type__$TimezoneEntity_59Q]), type$.JSArray_legacy_Type); + B.List_UAu = A._setArrayType(makeConstList(["v.Chr.", "n.Chr."]), type$.JSArray_legacy_String); + B.List_UE0 = A._setArrayType(makeConstList(["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"]), type$.JSArray_legacy_String); + B.List_UEQ = A._setArrayType(makeConstList(["1. nelj.", "2. nelj.", "3. nelj.", "4. nelj."]), type$.JSArray_legacy_String); + B.Type__$BankAccountState_oyn = A.typeLiteral("_$BankAccountState"); + B.List_UFB = A._setArrayType(makeConstList([B.Type_BankAccountState_i75, B.Type__$BankAccountState_oyn]), type$.JSArray_legacy_Type); + B.List_UJa = A._setArrayType(makeConstList(["nede\u013ea", "pondelok", "utorok", "streda", "\u0161tvrtok", "piatok", "sobota"]), type$.JSArray_legacy_String); B.List_unit_value = A._setArrayType(makeConstList(["unit", "value"]), type$.JSArray_legacy_String); B.Map_El4a4 = new A.ConstantStringMap(2, {unit: 600, value: "em"}, B.List_unit_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_Eli9K = new A.ConstantStringMap(2, {unit: 601, value: "ex"}, B.List_unit_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); @@ -502203,9 +518231,12 @@ B.List_UOM = A._setArrayType(makeConstList([B.BoxShadow_HZc, B.BoxShadow_oyn2, B.BoxShadow_oyn3]), type$.JSArray_legacy_BoxShadow); B.Type__$PaymentState_ES6 = A.typeLiteral("_$PaymentState"); B.List_UOT = A._setArrayType(makeConstList([B.Type_PaymentState_ChD, B.Type__$PaymentState_ES6]), type$.JSArray_legacy_Type); + B.List_UOW = A._setArrayType(makeConstList(["janeiro", "fevereiro", "mar\xe7o", "abril", "maio", "junho", "julho", "agosto", "setembro", "outubro", "novembro", "dezembro"]), type$.JSArray_legacy_String); B.Type_SizeItemResponse_mV4 = A.typeLiteral("SizeItemResponse"); B.Type__$SizeItemResponse_f7L = A.typeLiteral("_$SizeItemResponse"); B.List_USZ = A._setArrayType(makeConstList([B.Type_SizeItemResponse_mV4, B.Type__$SizeItemResponse_f7L]), type$.JSArray_legacy_Type); + B.List_USt = A._setArrayType(makeConstList(["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"]), type$.JSArray_legacy_String); + B.List_UUO = A._setArrayType(makeConstList(["'kl'. HH:mm:ss zzzz", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); B._DecorationSlot_0 = new A._DecorationSlot(0, "icon"); B._DecorationSlot_1 = new A._DecorationSlot(1, "input"); B._DecorationSlot_2 = new A._DecorationSlot(2, "label"); @@ -502217,34 +518248,92 @@ B._DecorationSlot_8 = new A._DecorationSlot(8, "helperError"); B._DecorationSlot_9 = new A._DecorationSlot(9, "counter"); B._DecorationSlot_10 = new A._DecorationSlot(10, "container"); - B.List_UUO = A._setArrayType(makeConstList([B._DecorationSlot_0, B._DecorationSlot_1, B._DecorationSlot_2, B._DecorationSlot_3, B._DecorationSlot_4, B._DecorationSlot_5, B._DecorationSlot_6, B._DecorationSlot_7, B._DecorationSlot_8, B._DecorationSlot_9, B._DecorationSlot_10]), A.findType("JSArray<_DecorationSlot*>")); + B.List_UUO0 = A._setArrayType(makeConstList([B._DecorationSlot_0, B._DecorationSlot_1, B._DecorationSlot_2, B._DecorationSlot_3, B._DecorationSlot_4, B._DecorationSlot_5, B._DecorationSlot_6, B._DecorationSlot_7, B._DecorationSlot_8, B._DecorationSlot_9, B._DecorationSlot_10]), A.findType("JSArray<_DecorationSlot*>")); + B.List_UV6 = A._setArrayType(makeConstList(["\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 1", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 2", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 3", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 4"]), type$.JSArray_legacy_String); B.List_UVg = A._setArrayType(makeConstList([B.LineCharProperty_0, B.LineCharProperty_1, B.LineCharProperty_2, B.LineCharProperty_3, B.LineCharProperty_4, B.LineCharProperty_5, B.LineCharProperty_6, B.LineCharProperty_7, B.LineCharProperty_8, B.LineCharProperty_9, B.LineCharProperty_10, B.LineCharProperty_11, B.LineCharProperty_12, B.LineCharProperty_13, B.LineCharProperty_14, B.LineCharProperty_15, B.LineCharProperty_16, B.LineCharProperty_17, B.LineCharProperty_18, B.LineCharProperty_19, B.LineCharProperty_20, B.LineCharProperty_21, B.LineCharProperty_22, B.LineCharProperty_23, B.LineCharProperty_24, B.LineCharProperty_25, B.LineCharProperty_26, B.LineCharProperty_27, B.LineCharProperty_28, B.LineCharProperty_29, B.LineCharProperty_30, B.LineCharProperty_31, B.LineCharProperty_32, B.LineCharProperty_33, B.LineCharProperty_34, B.LineCharProperty_35, B.LineCharProperty_36]), A.findType("JSArray")); + B.List_UWS = A._setArrayType(makeConstList(["Qu\xfd 1", "Qu\xfd 2", "Qu\xfd 3", "Qu\xfd 4"]), type$.JSArray_legacy_String); + B.List_UcM = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", "\u039c\u03b1\u0390\u03bf\u03c5", "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5"]), type$.JSArray_legacy_String); + B.List_Ucj = A._setArrayType(makeConstList(["file", "directory", "link", "unixDomainSock", "pipe", "notFound"]), type$.JSArray_legacy_String); + B.List_Ufe = A._setArrayType(makeConstList(["s\xf8ndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "l\xf8rdag"]), type$.JSArray_legacy_String); + B.List_Ug7 = A._setArrayType(makeConstList(["\u0930\u0935\u093f", "\u0938\u094b\u092e", "\u092e\u0902\u0917\u0933", "\u092c\u0941\u0927", "\u0917\u0941\u0930\u0941", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"]), type$.JSArray_legacy_String); + B.List_UkW = A._setArrayType(makeConstList(["\u0da2\u0db1", "\u0db4\u0dd9\u0db6", "\u0db8\u0dcf\u0dbb\u0dca", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd", "\u0dc3\u0dd0\u0db4\u0dca", "\u0d94\u0d9a\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0", "\u0daf\u0dd9\u0dc3\u0dd0"]), type$.JSArray_legacy_String); + B.List_Ukm = A._setArrayType(makeConstList(["1\uc6d4", "2\uc6d4", "3\uc6d4", "4\uc6d4", "5\uc6d4", "6\uc6d4", "7\uc6d4", "8\uc6d4", "9\uc6d4", "10\uc6d4", "11\uc6d4", "12\uc6d4"]), type$.JSArray_legacy_String); B.C_UrlLinkifier = new A.UrlLinkifier(); B.C_EmailLinkifier = new A.EmailLinkifier(); B.List_UrlLinkifier_EmailLinkifier = A._setArrayType(makeConstList([B.C_UrlLinkifier, B.C_EmailLinkifier]), A.findType("JSArray")); + B.List_Utj = A._setArrayType(makeConstList(["Th\xe1ng 1", "Th\xe1ng 2", "Th\xe1ng 3", "Th\xe1ng 4", "Th\xe1ng 5", "Th\xe1ng 6", "Th\xe1ng 7", "Th\xe1ng 8", "Th\xe1ng 9", "Th\xe1ng 10", "Th\xe1ng 11", "Th\xe1ng 12"]), type$.JSArray_legacy_String); + B.List_Uvc = A._setArrayType(makeConstList(["\u056f\u056b\u0580", "\u0565\u0580\u056f", "\u0565\u0580\u0584", "\u0579\u0580\u0584", "\u0570\u0576\u0563", "\u0578\u0582\u0580", "\u0577\u0562\u0569"]), type$.JSArray_legacy_String); + B.List_VJf = A._setArrayType(makeConstList(["1. kvt.", "2. kvt.", "3. kvt.", "4. kvt."]), type$.JSArray_legacy_String); B.Type__$WebhookEntity_MrK = A.typeLiteral("_$WebhookEntity"); B.List_VOT = A._setArrayType(makeConstList([B.Type_WebhookEntity_Cfr, B.Type__$WebhookEntity_MrK]), type$.JSArray_legacy_Type); + B.List_VWf = A._setArrayType(makeConstList(["y MMMM d, EEEE", "d MMMM y", "d MMM y", "dd/MM/y"]), type$.JSArray_legacy_String); + B.List_VWt = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0433'.", "d MMMM y '\u0433'.", "d MMM y '\u0433'.", "dd.MM.y"]), type$.JSArray_legacy_String); + B.List_Vab = A._setArrayType(makeConstList(["urtarrila", "otsaila", "martxoa", "apirila", "maiatza", "ekaina", "uztaila", "abuztua", "iraila", "urria", "azaroa", "abendua"]), type$.JSArray_legacy_String); + B.List_Vav = A._setArrayType(makeConstList(["d, MMMM y, EEEE", "d MMMM, y", "d MMM, y", "dd-MM-yy"]), type$.JSArray_legacy_String); B.Type__$UserTwoFactorData_B8J = A.typeLiteral("_$UserTwoFactorData"); B.List_Vet = A._setArrayType(makeConstList([B.Type_UserTwoFactorData_wwi, B.Type__$UserTwoFactorData_B8J]), type$.JSArray_legacy_Type); + B.List_Vfn = A._setArrayType(makeConstList(["\u0930", "\u0938\u094b", "\u092e\u0902", "\u092c\u0941", "\u0917\u0941", "\u0936\u0941", "\u0936"]), type$.JSArray_legacy_String); B.Type_DesignItemResponse_skj = A.typeLiteral("DesignItemResponse"); B.Type__$DesignItemResponse_NBt = A.typeLiteral("_$DesignItemResponse"); B.List_VgL = A._setArrayType(makeConstList([B.Type_DesignItemResponse_skj, B.Type__$DesignItemResponse_NBt]), type$.JSArray_legacy_Type); B.List_Vqn = A._setArrayType(makeConstList(["area", "base", "br", "col", "command", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"]), type$.JSArray_legacy_String); + B.List_W3H = A._setArrayType(makeConstList(["H:mm:ss (zzzz)", "H:mm:ss (z)", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); B.List_WB4 = A._setArrayType(makeConstList([31, -1, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]), type$.JSArray_legacy_int); + B.List_WJ7 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "d/M/y"]), type$.JSArray_legacy_String); + B.List_WRg = A._setArrayType(makeConstList(["{1} 'om' {0}", "{1} 'om' {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B._KeyFrame_0_1 = new A._KeyFrame(0, 1); + B._KeyFrame_WUF = new A._KeyFrame(0.5, 1); + B._KeyFrame_ckA = new A._KeyFrame(0.5375, 0.75); + B._KeyFrame_EKj = new A._KeyFrame(0.575, 0.5); + B._KeyFrame_kqe = new A._KeyFrame(0.6125, 0.25); + B._KeyFrame_wLM = new A._KeyFrame(0.65, 0); + B._KeyFrame_j0s = new A._KeyFrame(0.85, 0); + B._KeyFrame_DbH = new A._KeyFrame(0.8875, 0.25); + B._KeyFrame_7BT = new A._KeyFrame(0.925, 0.5); + B._KeyFrame_AKu = new A._KeyFrame(0.9625, 0.75); + B._KeyFrame_1_1 = new A._KeyFrame(1, 1); + B.List_WUp = A._setArrayType(makeConstList([B._KeyFrame_0_1, B._KeyFrame_WUF, B._KeyFrame_ckA, B._KeyFrame_EKj, B._KeyFrame_kqe, B._KeyFrame_wLM, B._KeyFrame_j0s, B._KeyFrame_DbH, B._KeyFrame_7BT, B._KeyFrame_AKu, B._KeyFrame_1_1]), A.findType("JSArray<_KeyFrame*>")); + B.List_Wax = A._setArrayType(makeConstList(["\u0570\u0576\u057e", "\u0583\u057f\u057e", "\u0574\u0580\u057f", "\u0561\u057a\u0580", "\u0574\u0575\u057d", "\u0570\u0576\u057d", "\u0570\u056c\u057d", "\u0585\u0563\u057d", "\u057d\u0565\u057a", "\u0570\u0578\u056f", "\u0576\u0578\u0575", "\u0564\u0565\u056f"]), type$.JSArray_legacy_String); + B.List_WjJ = A._setArrayType(makeConstList(["\u062c", "\u0641", "\u0645", "\u0627", "\u0645", "\u062c", "\u062c", "\u0627", "\u0633", "\u0627", "\u0646", "\u062f"]), type$.JSArray_legacy_String); + B.List_Wm5 = A._setArrayType(makeConstList(["EEEE, dd MMMM, y", "d MMMM, y", "d MMM. y", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_Wnt = A._setArrayType(makeConstList(["\u0e2d\u0e32", "\u0e08", "\u0e2d", "\u0e1e", "\u0e1e\u0e24", "\u0e28", "\u0e2a"]), type$.JSArray_legacy_String); + B.List_Wr1 = A._setArrayType(makeConstList(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf", "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", "\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf", "\u0db6\u0daf\u0dcf\u0daf\u0dcf", "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf", "\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf", "\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf"]), type$.JSArray_legacy_String); B.List_WrN = A._setArrayType(makeConstList([0, 0, 1048576, 531441, 1048576, 390625, 279936, 823543, 262144, 531441, 1000000, 161051, 248832, 371293, 537824, 759375, 1048576, 83521, 104976, 130321, 160000, 194481, 234256, 279841, 331776, 390625, 456976, 531441, 614656, 707281, 810000, 923521, 1048576, 35937, 39304, 42875, 46656]), type$.JSArray_legacy_int); + B.List_Wrl = A._setArrayType(makeConstList(["yanvar", "fevral", "mart", "aprel", "may", "iyun", "iyul", "avgust", "sentabr", "oktabr", "noyabr", "dekabr"]), type$.JSArray_legacy_String); + B.List_Wvf = A._setArrayType(makeConstList(["EEEE, y. 'gada' d. MMMM", "y. 'gada' d. MMMM", "y. 'gada' d. MMM", "dd.MM.yy"]), type$.JSArray_legacy_String); B.List_WxT = A._setArrayType(makeConstList(["-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//"]), type$.JSArray_legacy_String); + B.List_Wzh = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "dd MMMM y", "dd MMM y", "y/MM/dd"]), type$.JSArray_legacy_String); + B.List_Wzv = A._setArrayType(makeConstList(["y('e')'ko' MMMM'ren' d('a'), EEEE", "y('e')'ko' MMMM'ren' d('a')", "y('e')'ko' MMM d('a')", "yy/M/d"]), type$.JSArray_legacy_String); B.List_X3d = A._setArrayType(makeConstList([0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13]), type$.JSArray_legacy_int); B.List_X3d0 = A._setArrayType(makeConstList([0, 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 64, 96, 128, 192, 256, 384, 512, 768, 1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576]), type$.JSArray_legacy_int); B.List_X3d1 = A._setArrayType(makeConstList([5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5]), type$.JSArray_legacy_int); B.Type__$UserSettingsEntity_cQi = A.typeLiteral("_$UserSettingsEntity"); B.List_XBZ = A._setArrayType(makeConstList([B.Type_UserSettingsEntity_ES6, B.Type__$UserSettingsEntity_cQi]), type$.JSArray_legacy_Type); + B.List_XGb = A._setArrayType(makeConstList(["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sep.", "oct.", "nov.", "dic."]), type$.JSArray_legacy_String); + B.List_XMt = A._setArrayType(makeConstList(["{1}, {0}", "{1}, {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_XOr = A._setArrayType(makeConstList(["\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"]), type$.JSArray_legacy_String); + B.List_XQ8 = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "m\xe1j", "j\xfan", "j\xfal", "aug", "sep", "okt", "nov", "dec"]), type$.JSArray_legacy_String); + B.List_XRK = A._setArrayType(makeConstList(["a h:mm:ss zzzz", "a h:mm:ss z", "a h:mm:ss", "a h:mm"]), type$.JSArray_legacy_String); B.Type_WebhookListResponse_dK2 = A.typeLiteral("WebhookListResponse"); B.Type__$WebhookListResponse_7Nb = A.typeLiteral("_$WebhookListResponse"); B.List_XRi = A._setArrayType(makeConstList([B.Type_WebhookListResponse_dK2, B.Type__$WebhookListResponse_7Nb]), type$.JSArray_legacy_Type); + B.List_XZn = A._setArrayType(makeConstList(["EEEE d. MMMM y", "d. MMMM y", "d. M. y", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_XZy = A._setArrayType(makeConstList(["\u043d\u0434", "\u043f\u043d", "\u0430\u045e", "\u0441\u0440", "\u0447\u0446", "\u043f\u0442", "\u0441\u0431"]), type$.JSArray_legacy_String); B.List_Xg4 = A._setArrayType(makeConstList([12, 8, 140, 8, 76, 8, 204, 8, 44, 8, 172, 8, 108, 8, 236, 8, 28, 8, 156, 8, 92, 8, 220, 8, 60, 8, 188, 8, 124, 8, 252, 8, 2, 8, 130, 8, 66, 8, 194, 8, 34, 8, 162, 8, 98, 8, 226, 8, 18, 8, 146, 8, 82, 8, 210, 8, 50, 8, 178, 8, 114, 8, 242, 8, 10, 8, 138, 8, 74, 8, 202, 8, 42, 8, 170, 8, 106, 8, 234, 8, 26, 8, 154, 8, 90, 8, 218, 8, 58, 8, 186, 8, 122, 8, 250, 8, 6, 8, 134, 8, 70, 8, 198, 8, 38, 8, 166, 8, 102, 8, 230, 8, 22, 8, 150, 8, 86, 8, 214, 8, 54, 8, 182, 8, 118, 8, 246, 8, 14, 8, 142, 8, 78, 8, 206, 8, 46, 8, 174, 8, 110, 8, 238, 8, 30, 8, 158, 8, 94, 8, 222, 8, 62, 8, 190, 8, 126, 8, 254, 8, 1, 8, 129, 8, 65, 8, 193, 8, 33, 8, 161, 8, 97, 8, 225, 8, 17, 8, 145, 8, 81, 8, 209, 8, 49, 8, 177, 8, 113, 8, 241, 8, 9, 8, 137, 8, 73, 8, 201, 8, 41, 8, 169, 8, 105, 8, 233, 8, 25, 8, 153, 8, 89, 8, 217, 8, 57, 8, 185, 8, 121, 8, 249, 8, 5, 8, 133, 8, 69, 8, 197, 8, 37, 8, 165, 8, 101, 8, 229, 8, 21, 8, 149, 8, 85, 8, 213, 8, 53, 8, 181, 8, 117, 8, 245, 8, 13, 8, 141, 8, 77, 8, 205, 8, 45, 8, 173, 8, 109, 8, 237, 8, 29, 8, 157, 8, 93, 8, 221, 8, 61, 8, 189, 8, 125, 8, 253, 8, 19, 9, 275, 9, 147, 9, 403, 9, 83, 9, 339, 9, 211, 9, 467, 9, 51, 9, 307, 9, 179, 9, 435, 9, 115, 9, 371, 9, 243, 9, 499, 9, 11, 9, 267, 9, 139, 9, 395, 9, 75, 9, 331, 9, 203, 9, 459, 9, 43, 9, 299, 9, 171, 9, 427, 9, 107, 9, 363, 9, 235, 9, 491, 9, 27, 9, 283, 9, 155, 9, 411, 9, 91, 9, 347, 9, 219, 9, 475, 9, 59, 9, 315, 9, 187, 9, 443, 9, 123, 9, 379, 9, 251, 9, 507, 9, 7, 9, 263, 9, 135, 9, 391, 9, 71, 9, 327, 9, 199, 9, 455, 9, 39, 9, 295, 9, 167, 9, 423, 9, 103, 9, 359, 9, 231, 9, 487, 9, 23, 9, 279, 9, 151, 9, 407, 9, 87, 9, 343, 9, 215, 9, 471, 9, 55, 9, 311, 9, 183, 9, 439, 9, 119, 9, 375, 9, 247, 9, 503, 9, 15, 9, 271, 9, 143, 9, 399, 9, 79, 9, 335, 9, 207, 9, 463, 9, 47, 9, 303, 9, 175, 9, 431, 9, 111, 9, 367, 9, 239, 9, 495, 9, 31, 9, 287, 9, 159, 9, 415, 9, 95, 9, 351, 9, 223, 9, 479, 9, 63, 9, 319, 9, 191, 9, 447, 9, 127, 9, 383, 9, 255, 9, 511, 9, 0, 7, 64, 7, 32, 7, 96, 7, 16, 7, 80, 7, 48, 7, 112, 7, 8, 7, 72, 7, 40, 7, 104, 7, 24, 7, 88, 7, 56, 7, 120, 7, 4, 7, 68, 7, 36, 7, 100, 7, 20, 7, 84, 7, 52, 7, 116, 7, 3, 8, 131, 8, 67, 8, 195, 8, 35, 8, 163, 8, 99, 8, 227, 8]), type$.JSArray_legacy_int); + B.List_Xmb = A._setArrayType(makeConstList(["1.er trimestre", "2\xba. trimestre", "3.er trimestre", "4o. trimestre"]), type$.JSArray_legacy_String); + B.List_Xrf = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "\xc1", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_Xy5 = A._setArrayType(makeConstList(["\u0642.\u0645", "\u0645"]), type$.JSArray_legacy_String); B.Type__$UserState_UwG = A.typeLiteral("_$UserState"); B.List_Y3r = A._setArrayType(makeConstList([B.Type_UserState_WZn, B.Type__$UserState_UwG]), type$.JSArray_legacy_Type); + B.List_Y62 = A._setArrayType(makeConstList(["\u0ab0", "\u0ab8\u0acb", "\u0aae\u0a82", "\u0aac\u0ac1", "\u0a97\u0ac1", "\u0ab6\u0ac1", "\u0ab6"]), type$.JSArray_legacy_String); + B.List_Y6W = A._setArrayType(makeConstList(["\u0906\u0907\u0924", "\u0938\u094b\u092e", "\u092e\u0919\u094d\u0917\u0932", "\u092c\u0941\u0927", "\u092c\u093f\u0939\u093f", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"]), type$.JSArray_legacy_String); + B.List_Y7S = A._setArrayType(makeConstList(["dum.", "lun.", "mar.", "mie.", "joi", "vin.", "s\xe2m."]), type$.JSArray_legacy_String); + B.List_YD5 = A._setArrayType(makeConstList(["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz", "H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); + B.List_YGg = A._setArrayType(makeConstList(["HH:mm:ss, zzzz", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); + B.List_YIY = A._setArrayType(makeConstList(["{1} 'a' 'les' {0}", "{1} 'a' 'les' {0}", "{1}, {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_YSy = A._setArrayType(makeConstList(["e diel", "e h\xebn\xeb", "e mart\xeb", "e m\xebrkur\xeb", "e enjte", "e premte", "e shtun\xeb"]), type$.JSArray_legacy_String); B.List_YT6 = A._setArrayType(makeConstList([B.DatePickerEntryMode_0, B.DatePickerEntryMode_1, B.DatePickerEntryMode_2, B.DatePickerEntryMode_3]), A.findType("JSArray")); + B.List_YVI = A._setArrayType(makeConstList(["\u0ab0\u0ab5\u0abf", "\u0ab8\u0acb\u0aae", "\u0aae\u0a82\u0a97\u0ab3", "\u0aac\u0ac1\u0aa7", "\u0a97\u0ac1\u0ab0\u0ac1", "\u0ab6\u0ac1\u0a95\u0acd\u0ab0", "\u0ab6\u0aa8\u0abf"]), type$.JSArray_legacy_String); B.Color_4294962158 = new A.Color(4294962158); B.Color_4294954450 = new A.Color(4294954450); B.Color_4293892762 = new A.Color(4293892762); @@ -502302,6 +518391,7 @@ B.Color_4279903102 = new A.Color(4279903102); B.Map_JN8qN = new A.GeneralConstantMap([50, B.Color_4293454582, 100, B.Color_4291152617, 200, B.Color_4288653530, 300, B.Color_4286154443, 400, B.Color_4284246976, 500, B.Color_4282339765, 600, B.Color_4281944491, 700, B.Color_4281352095, 800, B.Color_4280825235, 900, B.Color_4279903102], type$.GeneralConstantMap_of_legacy_int_and_legacy_Color); B.MaterialColor_Map_JN8qN_4282339765 = new A.MaterialColor(B.Map_JN8qN, 4282339765); + B.Color_4284790262 = new A.Color(4284790262); B.Color_4282557941 = new A.Color(4282557941); B.Color_4279592384 = new A.Color(4279592384); B.Color_4279060385 = new A.Color(4279060385); @@ -502446,61 +518536,134 @@ B.Color_4280693304 = new A.Color(4280693304); B.Map_JNy8A = new A.GeneralConstantMap([50, B.Color_4293718001, 100, B.Color_4291811548, 200, B.Color_4289773253, 300, B.Color_4287669422, 400, B.Color_4286091420, 500, B.Color_4284513675, 600, B.Color_4283723386, 700, B.Color_4282735204, 800, B.Color_4281812815, 900, B.Color_4280693304], type$.GeneralConstantMap_of_legacy_int_and_legacy_Color); B.MaterialColor_Map_JNy8A_4284513675 = new A.MaterialColor(B.Map_JNy8A, 4284513675); - B.List_YVI = A._setArrayType(makeConstList([B.MaterialColor_Map_JNc9P_4294198070, B.MaterialColor_Map_JN0o6_4293467747, B.MaterialColor_Map_JNNS7_4288423856, B.MaterialColor_Map_JNEyN_4284955319, B.MaterialColor_Map_JN8qN_4282339765, B.MaterialColor_Map_JNwaj_4280391411, B.MaterialColor_Map_JN3Gf_4278430196, B.MaterialColor_Map_JN94k_4278238420, B.MaterialColor_Map_JN0Sr_4278228616, B.MaterialColor_Map_JNEaM_4283215696, B.MaterialColor_Map_JNJAl_4287349578, B.MaterialColor_Map_JNQQJ_4291681337, B.MaterialColor_Map_JNHRl_4294961979, B.MaterialColor_Map_JNsy5_4294951175, B.MaterialColor_Map_JNZaB_4294940672, B.MaterialColor_Map_JNUn6_4294924066, B.MaterialColor_Map_JNUEV_4286141768, B.MaterialColor_Map_JNy8A_4284513675]), A.findType("JSArray")); + B.List_YVI0 = A._setArrayType(makeConstList([B.MaterialColor_Map_JNc9P_4294198070, B.MaterialColor_Map_JN0o6_4293467747, B.MaterialColor_Map_JNNS7_4288423856, B.MaterialColor_Map_JNEyN_4284955319, B.MaterialColor_Map_JN8qN_4282339765, B.MaterialColor_Map_JNwaj_4280391411, B.MaterialColor_Map_JN3Gf_4278430196, B.MaterialColor_Map_JN94k_4278238420, B.MaterialColor_Map_JN0Sr_4278228616, B.MaterialColor_Map_JNEaM_4283215696, B.MaterialColor_Map_JNJAl_4287349578, B.MaterialColor_Map_JNQQJ_4291681337, B.MaterialColor_Map_JNHRl_4294961979, B.MaterialColor_Map_JNsy5_4294951175, B.MaterialColor_Map_JNZaB_4294940672, B.MaterialColor_Map_JNUn6_4294924066, B.MaterialColor_Map_JNUEV_4286141768, B.MaterialColor_Map_JNy8A_4284513675]), A.findType("JSArray")); + B.List_YY6 = A._setArrayType(makeConstList(["jan.", "febr.", "m\xe1rc.", "\xe1pr.", "m\xe1j.", "j\xfan.", "j\xfal.", "aug.", "szept.", "okt.", "nov.", "dec."]), type$.JSArray_legacy_String); + B.List_YYR = A._setArrayType(makeConstList(["gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre"]), type$.JSArray_legacy_String); + B.List_YYV = A._setArrayType(makeConstList(["\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a", "\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a"]), type$.JSArray_legacy_String); + B.List_YYi = A._setArrayType(makeConstList(["prije nove ere", "nove ere"]), type$.JSArray_legacy_String); + B.List_YZj = A._setArrayType(makeConstList(["antes de Cristo", "despu\xe9s de Cristo"]), type$.JSArray_legacy_String); B.List_Yb0 = A._setArrayType(makeConstList([B.FinderPatternPosition_0, B.FinderPatternPosition_1, B.FinderPatternPosition_2]), A.findType("JSArray")); + B.List_YbV = A._setArrayType(makeConstList(["eKr.", "jKr."]), type$.JSArray_legacy_String); + B.List_Ybn = A._setArrayType(makeConstList(["ah:mm:ss [zzzz]", "ah:mm:ss [z]", "ah:mm:ss", "ah:mm"]), type$.JSArray_legacy_String); + B.List_YeU = A._setArrayType(makeConstList(["sunnuntaina", "maanantaina", "tiistaina", "keskiviikkona", "torstaina", "perjantaina", "lauantaina"]), type$.JSArray_legacy_String); B.Type__$TaskUIState_gg4 = A.typeLiteral("_$TaskUIState"); B.List_YgE = A._setArrayType(makeConstList([B.Type_TaskUIState_oqK, B.Type__$TaskUIState_gg4]), type$.JSArray_legacy_Type); + B.List_YkH = A._setArrayType(makeConstList(["\u091c\u093e", "\u092b\u0947", "\u092e\u093e", "\u090f", "\u092e\u0947", "\u091c\u0942", "\u091c\u0941", "\u0911", "\u0938", "\u0911", "\u0928\u094b", "\u0921\u093f"]), type$.JSArray_legacy_String); + B.List_YoH = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0435\u0459\u0430", "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", "\u0443\u0442\u043e\u0440\u0430\u043a", "\u0441\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", "\u043f\u0435\u0442\u0430\u043a", "\u0441\u0443\u0431\u043e\u0442\u0430"]), type$.JSArray_legacy_String); + B.List_YsI = A._setArrayType(makeConstList(["{1} - {0}", "{1} - {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); B.Type__$TokenUIState_Gnb = A.typeLiteral("_$TokenUIState"); B.List_YuA = A._setArrayType(makeConstList([B.Type_TokenUIState_bDN, B.Type__$TokenUIState_Gnb]), type$.JSArray_legacy_Type); + B.List_YyH = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u064a", "\u0641\u06d0\u0628\u0631\u0648\u0631\u064a", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u06cd", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u067e\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_legacy_String); + B.List_Yzz = A._setArrayType(makeConstList(["\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c"]), type$.JSArray_legacy_String); + B.List_Z3F = A._setArrayType(makeConstList(["\u1325\u12cb\u1275", "\u12a8\u1230\u12d3\u1275"]), type$.JSArray_legacy_String); B.Type_TokenItemResponse_WnQ = A.typeLiteral("TokenItemResponse"); B.Type__$TokenItemResponse_Tti = A.typeLiteral("_$TokenItemResponse"); B.List_ZAJ = A._setArrayType(makeConstList([B.Type_TokenItemResponse_WnQ, B.Type__$TokenItemResponse_Tti]), type$.JSArray_legacy_Type); + B.List_ZDx = A._setArrayType(makeConstList(["1er. trim.", "2\xba. trim.", "3er. trim.", "4\xba trim."]), type$.JSArray_legacy_String); + B.List_ZGD = A._setArrayType(makeConstList(["\u03a41", "\u03a42", "\u03a43", "\u03a44"]), type$.JSArray_legacy_String); + B.List_Za1 = A._setArrayType(makeConstList(["y 'm'. MMMM d 'd'., EEEE", "y 'm'. MMMM d 'd'.", "y-MM-dd", "y-MM-dd"]), type$.JSArray_legacy_String); + B.List_Zei = A._setArrayType(makeConstList(["\u0421", "\u041b", "\u0411", "\u041a", "\u0422", "\u0427", "\u041b", "\u0421", "\u0412", "\u0416", "\u041b", "\u0413"]), type$.JSArray_legacy_String); + B.List_Zgr = A._setArrayType(makeConstList(["stycze\u0144", "luty", "marzec", "kwiecie\u0144", "maj", "czerwiec", "lipiec", "sierpie\u0144", "wrzesie\u0144", "pa\u017adziernik", "listopad", "grudzie\u0144"]), type$.JSArray_legacy_String); + B.List_ZqO = A._setArrayType(makeConstList(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1", "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1", "\u0aae\u0abe\u0ab0\u0acd\u0a9a", "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", "\u0aae\u0ac7", "\u0a9c\u0ac2\u0aa8", "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", "\u0a91\u0a97\u0ab8\u0acd\u0a9f", "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7", "\u0a91\u0a95\u0acd\u0a9f\u0acb", "\u0aa8\u0ab5\u0ac7", "\u0aa1\u0abf\u0ab8\u0ac7"]), type$.JSArray_legacy_String); + B.List_a1T = A._setArrayType(makeConstList(["\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2"]), type$.JSArray_legacy_String); B.Type__$TaskState_qjR = A.typeLiteral("_$TaskState"); B.List_a1Y = A._setArrayType(makeConstList([B.Type_TaskState_AgZ, B.Type__$TaskState_qjR]), type$.JSArray_legacy_Type); B.Type_ClientItemResponse_apS = A.typeLiteral("ClientItemResponse"); B.Type__$ClientItemResponse_qHS = A.typeLiteral("_$ClientItemResponse"); - B.List_a5W = A._setArrayType(makeConstList([B.Type_ClientItemResponse_apS, B.Type__$ClientItemResponse_qHS]), type$.JSArray_legacy_Type); + B.List_a5W1 = A._setArrayType(makeConstList([B.Type_ClientItemResponse_apS, B.Type__$ClientItemResponse_qHS]), type$.JSArray_legacy_Type); + B.List_a5W0 = A._setArrayType(makeConstList(["\u0406 \u0442\u049b\u0441.", "\u0406\u0406 \u0442\u049b\u0441.", "\u0406\u0406\u0406 \u0442\u049b\u0441.", "IV \u0442\u049b\u0441."]), type$.JSArray_legacy_String); + B.List_a5W = A._setArrayType(makeConstList(["X", "F", "M", "A", "M", "X", "X", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_a7L = A._setArrayType(makeConstList(["EEEE, dd. MMMM y", "dd. MMMM y", "d. MMM y", "d. MM. yy"]), type$.JSArray_legacy_String); + B.List_a9P = A._setArrayType(makeConstList(["1\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95", "2\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95", "3\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95", "4\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95"]), type$.JSArray_legacy_String); B.Type__$RecurringExpenseUIState_yzJ = A.typeLiteral("_$RecurringExpenseUIState"); - B.List_a9w = A._setArrayType(makeConstList([B.Type_RecurringExpenseUIState_TTS, B.Type__$RecurringExpenseUIState_yzJ]), type$.JSArray_legacy_Type); + B.List_a9w0 = A._setArrayType(makeConstList([B.Type_RecurringExpenseUIState_TTS, B.Type__$RecurringExpenseUIState_yzJ]), type$.JSArray_legacy_Type); + B.List_a9w = A._setArrayType(makeConstList(["\u064a", "\u0641", "\u0645", "\u0623", "\u0648", "\u0646", "\u0644", "\u063a", "\u0633", "\u0643", "\u0628", "\u062f"]), type$.JSArray_legacy_String); + B.List_aAe = A._setArrayType(makeConstList(["\u044f\u043d\u0432\u0430\u0440\u044f", "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", "\u043c\u0430\u0440\u0442\u0430", "\u0430\u043f\u0440\u0435\u043b\u044f", "\u043c\u0430\u044f", "\u0438\u044e\u043d\u044f", "\u0438\u044e\u043b\u044f", "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", "\u043d\u043e\u044f\u0431\u0440\u044f", "\u0434\u0435\u043a\u0430\u0431\u0440\u044f"]), type$.JSArray_legacy_String); + B.List_aBG = A._setArrayType(makeConstList(["ned\u011ble", "pond\u011bl\xed", "\xfater\xfd", "st\u0159eda", "\u010dtvrtek", "p\xe1tek", "sobota"]), type$.JSArray_legacy_String); + B.List_aBy = A._setArrayType(makeConstList(["HH:mm:ss zzzz", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); + B.List_aC_dC = A._setArrayType(makeConstList(["aC", "dC"]), type$.JSArray_legacy_String); + B.List_aDt = A._setArrayType(makeConstList(["Y", "F", "M", "A", "M", "I", "I", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_aIZ = A._setArrayType(makeConstList(["{1}\u060c \u0633\u0627\u0639\u062a {0}", "{1}\u060c \u0633\u0627\u0639\u062a {0}", "{1}\u060c\u200f {0}", "{1}\u060c\u200f {0}"]), type$.JSArray_legacy_String); + B.List_aJC = A._setArrayType(makeConstList(["d", "l", "m", "m", "j", "v", "s"]), type$.JSArray_legacy_String); + B.List_aJW = A._setArrayType(makeConstList(["\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.", "\u0d0e\u0d21\u0d3f"]), type$.JSArray_legacy_String); + B.List_aJg = A._setArrayType(makeConstList(["1. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "2. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "3. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "4. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435"]), type$.JSArray_legacy_String); + B.List_aPH = A._setArrayType(makeConstList(["\u1007", "\u1016", "\u1019", "\u1027", "\u1019", "\u1007", "\u1007", "\u1029", "\u1005", "\u1021", "\u1014", "\u1012"]), type$.JSArray_legacy_String); + B.List_aRc = A._setArrayType(makeConstList(["\u0574.\u0569.\u0561.", "\u0574.\u0569."]), type$.JSArray_legacy_String); + B.List_aV0 = A._setArrayType(makeConstList(["GN", "FB", "M\xc7", "AB", "MG", "JN", "JL", "AG", "ST", "OC", "NV", "DS"]), type$.JSArray_legacy_String); + B.List_aXZ = A._setArrayType(makeConstList(["s\xf6n", "m\xe5n", "tis", "ons", "tors", "fre", "l\xf6r"]), type$.JSArray_legacy_String); B.Type_DatetimeFormatListResponse_qJO = A.typeLiteral("DatetimeFormatListResponse"); B.Type__$DatetimeFormatListResponse_ohJ = A.typeLiteral("_$DatetimeFormatListResponse"); - B.List_aYE = A._setArrayType(makeConstList([B.Type_DatetimeFormatListResponse_qJO, B.Type__$DatetimeFormatListResponse_ohJ]), type$.JSArray_legacy_Type); + B.List_aYE0 = A._setArrayType(makeConstList([B.Type_DatetimeFormatListResponse_qJO, B.Type__$DatetimeFormatListResponse_ohJ]), type$.JSArray_legacy_Type); + B.List_aYE = A._setArrayType(makeConstList(["{1} {0}", "{1} {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_aZ8 = A._setArrayType(makeConstList(["\u12a5\u1211\u12f5", "\u1230\u129e", "\u121b\u12ad\u1230\u129e", "\u1228\u1261\u12d5", "\u1210\u1219\u1235", "\u12d3\u122d\u1265", "\u1245\u12f3\u121c"]), type$.JSArray_legacy_String); B.Type__$QuoteState_NMc = A.typeLiteral("_$QuoteState"); B.List_ad2 = A._setArrayType(makeConstList([B.Type_QuoteState_aJC, B.Type__$QuoteState_NMc]), type$.JSArray_legacy_Type); + B.List_adS = A._setArrayType(makeConstList(["av. J.-C.", "ap. J.-C."]), type$.JSArray_legacy_String); + B.List_adc = A._setArrayType(makeConstList(["p.K.", "mb.K."]), type$.JSArray_legacy_String); B.List_address_div_p = A._setArrayType(makeConstList(["address", "div", "p"]), type$.JSArray_legacy_String); + B.List_agk = A._setArrayType(makeConstList(["\u0458\u0430\u043d\u0443\u0430\u0440", "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0438\u043b", "\u043c\u0430\u0458", "\u0458\u0443\u043d", "\u0458\u0443\u043b", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440"]), type$.JSArray_legacy_String); + B.List_ago = A._setArrayType(makeConstList(["\u0db4\u0dd9.\u0dc0.", "\u0db4.\u0dc0."]), type$.JSArray_legacy_String); + B.List_aha = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a", "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]), type$.JSArray_legacy_String); + B.List_ahs0 = A._setArrayType(makeConstList(["d MMMM y EEEE", "d MMMM y", "d MMM y", "d.MM.y"]), type$.JSArray_legacy_String); + B.List_ahs = A._setArrayType(makeConstList(["\u0c06", "\u0c38\u0c4b", "\u0c2e", "\u0c2c\u0c41", "\u0c17\u0c41", "\u0c36\u0c41", "\u0c36"]), type$.JSArray_legacy_String); + B.List_am_pm = A._setArrayType(makeConstList(["am", "pm"]), type$.JSArray_legacy_String); B.Type__$PurchaseOrderState_cf1 = A.typeLiteral("_$PurchaseOrderState"); B.List_apR = A._setArrayType(makeConstList([B.Type_PurchaseOrderState_Y5a, B.Type__$PurchaseOrderState_cf1]), type$.JSArray_legacy_Type); + B.List_asC = A._setArrayType(makeConstList(["januar", "februar", "mart", "april", "maj", "juni", "juli", "august", "septembar", "oktobar", "novembar", "decembar"]), type$.JSArray_legacy_String); + B.List_atK = A._setArrayType(makeConstList(["\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435"]), type$.JSArray_legacy_String); + B.List_ato = A._setArrayType(makeConstList(["EEEE, d-MMMM, y", "d-MMMM, y", "d-MMM, y", "dd/MM/yy"]), type$.JSArray_legacy_String); + B.List_avb = A._setArrayType(makeConstList(["\u0441\u0456\u0447\u043d\u044f", "\u043b\u044e\u0442\u043e\u0433\u043e", "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", "\u043a\u0432\u0456\u0442\u043d\u044f", "\u0442\u0440\u0430\u0432\u043d\u044f", "\u0447\u0435\u0440\u0432\u043d\u044f", "\u043b\u0438\u043f\u043d\u044f", "\u0441\u0435\u0440\u043f\u043d\u044f", "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", "\u0436\u043e\u0432\u0442\u043d\u044f", "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", "\u0433\u0440\u0443\u0434\u043d\u044f"]), type$.JSArray_legacy_String); B.Type__$RegistrationFieldEntity_sEt = A.typeLiteral("_$RegistrationFieldEntity"); B.List_awF = A._setArrayType(makeConstList([B.Type_RegistrationFieldEntity_k2a, B.Type__$RegistrationFieldEntity_sEt]), type$.JSArray_legacy_Type); + B.List_b1T = A._setArrayType(makeConstList(["1.\xa0cet.", "2.\xa0cet.", "3.\xa0cet.", "4.\xa0cet."]), type$.JSArray_legacy_String); B.List_b75 = A._setArrayType(makeConstList([B.EmailTemplate_invoice, B.EmailTemplate_quote, B.EmailTemplate_payment, B.EmailTemplate_payment_partial, B.EmailTemplate_credit, B.EmailTemplate_statement, B.EmailTemplate_reminder1, B.EmailTemplate_reminder2, B.EmailTemplate_reminder3, B.EmailTemplate_reminder_endless, B.EmailTemplate_custom1, B.EmailTemplate_custom2, B.EmailTemplate_custom3, B.EmailTemplate_purchase_order]), type$.JSArray_legacy_EmailTemplate); + B.List_b9U = A._setArrayType(makeConstList(["{1} '\xe0' {0}", "{1} '\xe0' {0}", "{1} '\xe0' {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_bFE = A._setArrayType(makeConstList(["\u0b9e\u0bbe\u0baf\u0bbf.", "\u0ba4\u0bbf\u0b99\u0bcd.", "\u0b9a\u0bc6\u0bb5\u0bcd.", "\u0baa\u0bc1\u0ba4.", "\u0bb5\u0bbf\u0baf\u0bbe.", "\u0bb5\u0bc6\u0bb3\u0bcd.", "\u0b9a\u0ba9\u0bbf"]), type$.JSArray_legacy_String); + B.List_bG2 = A._setArrayType(makeConstList(["pointerdown", "pointermove", "pointerleave", "pointerup", "pointercancel", "touchstart", "touchend", "touchmove", "touchcancel", "mousedown", "mousemove", "mouseleave", "mouseup", "keyup", "keydown"]), type$.JSArray_legacy_String); B.List_bJM = A._setArrayType(makeConstList(["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]), type$.JSArray_legacy_String); B.List_bdu = A._setArrayType(makeConstList(["1", "10", "11", "2", "8", "22", "24", "9", "3", "6", "21", "23", "7", "4", "12", "5", "13", "14", "15", "16", "17", "18", "19", "20", "25", "26"]), type$.JSArray_legacy_String); B.Type_ProjectListResponse_aD9 = A.typeLiteral("ProjectListResponse"); B.Type__$ProjectListResponse_UEs = A.typeLiteral("_$ProjectListResponse"); B.List_bfP = A._setArrayType(makeConstList([B.Type_ProjectListResponse_aD9, B.Type__$ProjectListResponse_UEs]), type$.JSArray_legacy_Type); + B.List_bh9 = A._setArrayType(makeConstList(["\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", "\u10db\u10d0\u10e0\u10e2\u10d8", "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", "\u10db\u10d0\u10d8\u10e1\u10d8", "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8"]), type$.JSArray_legacy_String); + B.List_blW = A._setArrayType(makeConstList(["\u0cad\u0cbe", "\u0cb8\u0ccb", "\u0cae\u0c82", "\u0cac\u0cc1", "\u0c97\u0cc1", "\u0cb6\u0cc1", "\u0cb6"]), type$.JSArray_legacy_String); B.Type__$HistoryRecord_GEi = A.typeLiteral("_$HistoryRecord"); - B.List_blc = A._setArrayType(makeConstList([B.Type_HistoryRecord_ato, B.Type__$HistoryRecord_GEi]), type$.JSArray_legacy_Type); - B.TimePickerEntryMode_0 = new A.TimePickerEntryMode(0, "dial"); - B.TimePickerEntryMode_1 = new A.TimePickerEntryMode(1, "input"); - B.List_boW = A._setArrayType(makeConstList([B.TimePickerEntryMode_0, B.TimePickerEntryMode_1]), A.findType("JSArray")); + B.List_blc0 = A._setArrayType(makeConstList([B.Type_HistoryRecord_ato, B.Type__$HistoryRecord_GEi]), type$.JSArray_legacy_Type); + B.List_blc = A._setArrayType(makeConstList(["Xan.", "Feb.", "Mar.", "Abr.", "Maio", "Xu\xf1o", "Xul.", "Ago.", "Set.", "Out.", "Nov.", "Dec."]), type$.JSArray_legacy_String); + B.List_bnV = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0430", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_legacy_String); + B.List_bpf = A._setArrayType(makeConstList(["\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631"]), type$.JSArray_legacy_String); B.Type_UserItemResponse_RsV = A.typeLiteral("UserItemResponse"); B.Type__$UserItemResponse_qbf = A.typeLiteral("_$UserItemResponse"); B.List_bti = A._setArrayType(makeConstList([B.Type_UserItemResponse_RsV, B.Type__$UserItemResponse_qbf]), type$.JSArray_legacy_Type); + B.List_bxS = A._setArrayType(makeConstList(["Sunntig", "M\xe4\xe4ntig", "Ziischtig", "Mittwuch", "Dunschtig", "Friitig", "Samschtig"]), type$.JSArray_legacy_String); + B.List_c3X = A._setArrayType(makeConstList(["1-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "2-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "3-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "4-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]), type$.JSArray_legacy_String); + B.List_c4f = A._setArrayType(makeConstList(["EEEE d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.y"]), type$.JSArray_legacy_String); + B.List_cEX = A._setArrayType(makeConstList(["\uc77c", "\uc6d4", "\ud654", "\uc218", "\ubaa9", "\uae08", "\ud1a0"]), type$.JSArray_legacy_String); + B.List_cI2 = A._setArrayType(makeConstList(["trim. I", "trim. II", "trim. III", "trim. IV"]), type$.JSArray_legacy_String); B.List_cIc = A._setArrayType(makeConstList(["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]), type$.JSArray_legacy_String); + B.List_cKo = A._setArrayType(makeConstList(["\u7d00\u5143\u524d", "\u897f\u66a6"]), type$.JSArray_legacy_String); B.Type_CountryItemResponse_ZOg = A.typeLiteral("CountryItemResponse"); B.Type__$CountryItemResponse_I93 = A.typeLiteral("_$CountryItemResponse"); - B.List_cKo = A._setArrayType(makeConstList([B.Type_CountryItemResponse_ZOg, B.Type__$CountryItemResponse_I93]), type$.JSArray_legacy_Type); + B.List_cKo0 = A._setArrayType(makeConstList([B.Type_CountryItemResponse_ZOg, B.Type__$CountryItemResponse_I93]), type$.JSArray_legacy_Type); + B.List_cMb = A._setArrayType(makeConstList(["\u12d3\u1218\u1270 \u12d3\u1208\u121d", "\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275"]), type$.JSArray_legacy_String); + B.List_cMb0 = A._setArrayType(makeConstList(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "\u1785\u17d0\u1793\u17d2\u1791", "\u17a2\u1784\u17d2\u1782\u17b6\u179a", "\u1796\u17bb\u1792", "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", "\u179f\u17bb\u1780\u17d2\u179a", "\u179f\u17c5\u179a\u17cd"]), type$.JSArray_legacy_String); + B.List_cMd = A._setArrayType(makeConstList(["\xee.Hr.", "d.Hr."]), type$.JSArray_legacy_String); B.Type__$RecurringInvoiceUIState_OPS = A.typeLiteral("_$RecurringInvoiceUIState"); - B.List_cMx = A._setArrayType(makeConstList([B.Type_RecurringInvoiceUIState_Sof, B.Type__$RecurringInvoiceUIState_OPS]), type$.JSArray_legacy_Type); + B.List_cMx0 = A._setArrayType(makeConstList([B.Type_RecurringInvoiceUIState_Sof, B.Type__$RecurringInvoiceUIState_OPS]), type$.JSArray_legacy_Type); + B.List_cMx = A._setArrayType(makeConstList(["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]), type$.JSArray_legacy_String); B.Type__$CompanyPrefState_lUt = A.typeLiteral("_$CompanyPrefState"); B.List_cOY = A._setArrayType(makeConstList([B.Type_CompanyPrefState_Y50, B.Type__$CompanyPrefState_lUt]), type$.JSArray_legacy_Type); + B.List_cTZ = A._setArrayType(makeConstList(["\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.", "\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0."]), type$.JSArray_legacy_String); B.Type__$AuthState_RcD = A.typeLiteral("_$AuthState"); B.List_cYh = A._setArrayType(makeConstList([B.Type_AuthState_Eo2, B.Type__$AuthState_RcD]), type$.JSArray_legacy_Type); + B.List_cdS = A._setArrayType(makeConstList(["{1} \u05d1\u05e9\u05e2\u05d4 {0}", "{1} \u05d1\u05e9\u05e2\u05d4 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_ciW = A._setArrayType(makeConstList(["ika-1 quarter", "ika-2 quarter", "ika-3 quarter", "ika-4 na quarter"]), type$.JSArray_legacy_String); B.List_cjm = A._setArrayType(makeConstList([B.Pair_dSk, B.Pair_CCQ, B.Pair_jvJ, B.Pair_MDg, B.Pair_6iW]), type$.JSArray_legacy_Pair_of_legacy_String_and_legacy_String); B.Type__$TaskEntity_FiV = A.typeLiteral("_$TaskEntity"); B.List_ckJ = A._setArrayType(makeConstList([B.Type_TaskEntity_33h, B.Type__$TaskEntity_FiV]), type$.JSArray_legacy_Type); B.List_click_scroll = A._setArrayType(makeConstList(["click", "scroll"]), type$.JSArray_legacy_String); B.List_cno = A._setArrayType(makeConstList(["EEEE, MMMM d, y", "MMMM d, y", "MMM d, y", "M/d/yy"]), type$.JSArray_legacy_String); + B.List_csj = A._setArrayType(makeConstList(["\u0b9c", "\u0baa\u0bbf", "\u0bae\u0bbe", "\u0b8f", "\u0bae\u0bc7", "\u0b9c\u0bc2", "\u0b9c\u0bc2", "\u0b86", "\u0b9a\u0bc6", "\u0b85", "\u0ba8", "\u0b9f\u0bbf"]), type$.JSArray_legacy_String); B.List_type_value = A._setArrayType(makeConstList(["type", "value"]), type$.JSArray_legacy_String); B.Map_puYRd = new A.ConstantStringMap(2, {type: 670, value: "top-left-corner"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_puQKY = new A.ConstantStringMap(2, {type: 671, value: "top-left"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); @@ -502519,36 +518682,54 @@ B.Map_puad7 = new A.ConstantStringMap(2, {type: 684, value: "right-middle"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_pubLX = new A.ConstantStringMap(2, {type: 685, value: "right-bottom"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.List_d5v = A._setArrayType(makeConstList([B.Map_puYRd, B.Map_puQKY, B.Map_puikG, B.Map_pukOG, B.Map_pu2ax, B.Map_puAPm, B.Map_puV8I, B.Map_puiPR, B.Map_pu46y, B.Map_puIFE, B.Map_pug3y, B.Map_puKML, B.Map_puCRY, B.Map_pu4S8, B.Map_puad7, B.Map_pubLX]), type$.JSArray_legacy_Map_of_legacy_String_and_dynamic); + B.List_d8d = A._setArrayType(makeConstList(["\u65e5\u66dc\u65e5", "\u6708\u66dc\u65e5", "\u706b\u66dc\u65e5", "\u6c34\u66dc\u65e5", "\u6728\u66dc\u65e5", "\u91d1\u66dc\u65e5", "\u571f\u66dc\u65e5"]), type$.JSArray_legacy_String); + B.List_dGK = A._setArrayType(makeConstList(["\u0406 \u0442\u043e\u049b\u0441\u0430\u043d", "\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d", "\u0406\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d", "IV \u0442\u043e\u049b\u0441\u0430\u043d"]), type$.JSArray_legacy_String); + B.List_dOE = A._setArrayType(makeConstList(["\u04af.\u04e9.", "\u04af.\u0445."]), type$.JSArray_legacy_String); + B.List_dtr = A._setArrayType(makeConstList(["\u0698\u0627\u0646\u0648\u06cc\u0647", "\u0641\u0648\u0631\u06cc\u0647", "\u0645\u0627\u0631\u0633", "\u0622\u0648\u0631\u06cc\u0644", "\u0645\u0647", "\u0698\u0648\u0626\u0646", "\u0698\u0648\u0626\u06cc\u0647", "\u0627\u0648\u062a", "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0628\u0631", "\u0646\u0648\u0627\u0645\u0628\u0631", "\u062f\u0633\u0627\u0645\u0628\u0631"]), type$.JSArray_legacy_String); + B.List_dwF = A._setArrayType(makeConstList(["{1} {0}", "{1} 'kl'. {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_dzv = A._setArrayType(makeConstList(["\u092e.\u092a\u0942.", "\u092e.\u0909."]), type$.JSArray_legacy_String); B.List_e5Z = A._setArrayType(makeConstList([0.01, 0.02, 0.025, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.2, 0.25, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 2, 2.5, 3, 4, 5, 6, 7, 8, 9]), type$.JSArray_legacy_double); + B.List_e7r = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0433'.", "d MMMM y '\u0433'.", "d.MM.y '\u0433'.", "d.MM.yy '\u0433'."]), type$.JSArray_legacy_String); + B.List_e8d = A._setArrayType(makeConstList(["S", "V", "K", "B", "G", "B", "L", "R", "R", "S", "L", "G"]), type$.JSArray_legacy_String); + B.List_eBa = A._setArrayType(makeConstList(["EEEE\u060c d MMMM y", "d MMMM y", "dd\u200f/MM\u200f/y", "d\u200f/M\u200f/y"]), type$.JSArray_legacy_String); + B.List_eIp = A._setArrayType(makeConstList(["\u0b9e\u0bbe", "\u0ba4\u0bbf", "\u0b9a\u0bc6", "\u0baa\u0bc1", "\u0bb5\u0bbf", "\u0bb5\u0bc6", "\u0b9a"]), type$.JSArray_legacy_String); + B.List_eKr_pKr = A._setArrayType(makeConstList(["eKr", "pKr"]), type$.JSArray_legacy_String); + B.List_ePH = A._setArrayType(makeConstList(["1.", "2.", "3.", "4.", "5.", "6.", "7.", "8.", "9.", "10.", "11.", "12."]), type$.JSArray_legacy_String); + B.List_eVG = A._setArrayType(makeConstList(["s\xf8n", "man", "tir", "ons", "tor", "fre", "l\xf8r"]), type$.JSArray_legacy_String); + B.List_ebu = A._setArrayType(makeConstList(["Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember"]), type$.JSArray_legacy_String); B.List_eea = A._setArrayType(makeConstList([0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0, 0, 0]), type$.JSArray_legacy_int); - B.List_ego = A._setArrayType(makeConstList(["HEAD", "AREA", "BASE", "BASEFONT", "BR", "COL", "COLGROUP", "EMBED", "FRAME", "FRAMESET", "HR", "IMAGE", "IMG", "INPUT", "ISINDEX", "LINK", "META", "PARAM", "SOURCE", "STYLE", "TITLE", "WBR"]), type$.JSArray_legacy_String); - B.List_ek3 = A._setArrayType(makeConstList([0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]), type$.JSArray_legacy_double); + B.List_ek3 = A._setArrayType(makeConstList(["\u7b2c1\u5b63", "\u7b2c2\u5b63", "\u7b2c3\u5b63", "\u7b2c4\u5b63"]), type$.JSArray_legacy_String); + B.List_ek30 = A._setArrayType(makeConstList([0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0]), type$.JSArray_legacy_double); B.List_empty = A._setArrayType(makeConstList([]), type$.JSArray_dynamic); - B.List_empty26 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty24 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty27 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty2 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty23 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty1 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty16 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty19 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_IconButton); - B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Locale); - B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_NavigatorObserver); + B.List_empty24 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty0 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty17 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty20 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_IconButton); + B.List_empty8 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_List_legacy_int); + B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Locale); + B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_NavigatorObserver); B.List_empty6 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty5 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.List_empty28 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty21 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty17 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.List_empty22 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty20 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TableRow); - B.List_empty8 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TextInputFormatter); - B.List_empty9 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Widget); - B.List_empty15 = A._setArrayType(makeConstList([]), A.findType("JSArray<_TableElementRow*>")); - B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); + B.List_empty29 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty22 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty18 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); + B.List_empty9 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty23 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty21 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty30 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TableRow); + B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TextInputFormatter); + B.List_empty10 = 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_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); B.List_1_26_19 = A._setArrayType(makeConstList([1, 26, 19]), type$.JSArray_legacy_int); B.List_1_26_16 = A._setArrayType(makeConstList([1, 26, 16]), type$.JSArray_legacy_int); B.List_1_26_13 = A._setArrayType(makeConstList([1, 26, 13]), type$.JSArray_legacy_int); @@ -502567,163 +518748,203 @@ B.List_4_25_9 = A._setArrayType(makeConstList([4, 25, 9]), type$.JSArray_legacy_int); B.List_1_134_108 = A._setArrayType(makeConstList([1, 134, 108]), type$.JSArray_legacy_int); B.List_2_67_43 = A._setArrayType(makeConstList([2, 67, 43]), type$.JSArray_legacy_int); - B.List_ww89 = A._setArrayType(makeConstList([2, 33, 15, 2, 34, 16]), type$.JSArray_legacy_int); - B.List_ww810 = A._setArrayType(makeConstList([2, 33, 11, 2, 34, 12]), type$.JSArray_legacy_int); + B.List_ww814 = A._setArrayType(makeConstList([2, 33, 15, 2, 34, 16]), type$.JSArray_legacy_int); + B.List_ww815 = A._setArrayType(makeConstList([2, 33, 11, 2, 34, 12]), type$.JSArray_legacy_int); B.List_2_86_68 = A._setArrayType(makeConstList([2, 86, 68]), type$.JSArray_legacy_int); B.List_4_43_27 = A._setArrayType(makeConstList([4, 43, 27]), type$.JSArray_legacy_int); B.List_4_43_19 = A._setArrayType(makeConstList([4, 43, 19]), type$.JSArray_legacy_int); B.List_4_43_15 = A._setArrayType(makeConstList([4, 43, 15]), type$.JSArray_legacy_int); B.List_2_98_78 = A._setArrayType(makeConstList([2, 98, 78]), type$.JSArray_legacy_int); B.List_4_49_31 = A._setArrayType(makeConstList([4, 49, 31]), type$.JSArray_legacy_int); - B.List_ww811 = A._setArrayType(makeConstList([2, 32, 14, 4, 33, 15]), type$.JSArray_legacy_int); - B.List_ww812 = A._setArrayType(makeConstList([4, 39, 13, 1, 40, 14]), type$.JSArray_legacy_int); + B.List_ww816 = A._setArrayType(makeConstList([2, 32, 14, 4, 33, 15]), type$.JSArray_legacy_int); + B.List_ww817 = A._setArrayType(makeConstList([4, 39, 13, 1, 40, 14]), type$.JSArray_legacy_int); B.List_2_121_97 = A._setArrayType(makeConstList([2, 121, 97]), type$.JSArray_legacy_int); - B.List_ww813 = A._setArrayType(makeConstList([2, 60, 38, 2, 61, 39]), type$.JSArray_legacy_int); - B.List_ww814 = A._setArrayType(makeConstList([4, 40, 18, 2, 41, 19]), type$.JSArray_legacy_int); - B.List_ww815 = A._setArrayType(makeConstList([4, 40, 14, 2, 41, 15]), type$.JSArray_legacy_int); + B.List_ww818 = A._setArrayType(makeConstList([2, 60, 38, 2, 61, 39]), type$.JSArray_legacy_int); + B.List_ww819 = A._setArrayType(makeConstList([4, 40, 18, 2, 41, 19]), type$.JSArray_legacy_int); + B.List_ww820 = A._setArrayType(makeConstList([4, 40, 14, 2, 41, 15]), type$.JSArray_legacy_int); B.List_2_146_116 = A._setArrayType(makeConstList([2, 146, 116]), type$.JSArray_legacy_int); - B.List_ww816 = A._setArrayType(makeConstList([3, 58, 36, 2, 59, 37]), type$.JSArray_legacy_int); - B.List_ww817 = A._setArrayType(makeConstList([4, 36, 16, 4, 37, 17]), type$.JSArray_legacy_int); - B.List_ww818 = A._setArrayType(makeConstList([4, 36, 12, 4, 37, 13]), type$.JSArray_legacy_int); - B.List_ww819 = A._setArrayType(makeConstList([2, 86, 68, 2, 87, 69]), type$.JSArray_legacy_int); - B.List_ww820 = A._setArrayType(makeConstList([4, 69, 43, 1, 70, 44]), type$.JSArray_legacy_int); - B.List_ww821 = A._setArrayType(makeConstList([6, 43, 19, 2, 44, 20]), type$.JSArray_legacy_int); - B.List_ww822 = A._setArrayType(makeConstList([6, 43, 15, 2, 44, 16]), type$.JSArray_legacy_int); + B.List_ww821 = A._setArrayType(makeConstList([3, 58, 36, 2, 59, 37]), type$.JSArray_legacy_int); + B.List_ww822 = A._setArrayType(makeConstList([4, 36, 16, 4, 37, 17]), type$.JSArray_legacy_int); + B.List_ww823 = A._setArrayType(makeConstList([4, 36, 12, 4, 37, 13]), type$.JSArray_legacy_int); + B.List_ww824 = A._setArrayType(makeConstList([2, 86, 68, 2, 87, 69]), type$.JSArray_legacy_int); + B.List_ww825 = A._setArrayType(makeConstList([4, 69, 43, 1, 70, 44]), type$.JSArray_legacy_int); + B.List_ww826 = A._setArrayType(makeConstList([6, 43, 19, 2, 44, 20]), type$.JSArray_legacy_int); + B.List_ww827 = A._setArrayType(makeConstList([6, 43, 15, 2, 44, 16]), type$.JSArray_legacy_int); B.List_4_101_81 = A._setArrayType(makeConstList([4, 101, 81]), type$.JSArray_legacy_int); - B.List_ww823 = A._setArrayType(makeConstList([1, 80, 50, 4, 81, 51]), type$.JSArray_legacy_int); - B.List_ww824 = A._setArrayType(makeConstList([4, 50, 22, 4, 51, 23]), type$.JSArray_legacy_int); - B.List_ww825 = A._setArrayType(makeConstList([3, 36, 12, 8, 37, 13]), type$.JSArray_legacy_int); - B.List_ww826 = A._setArrayType(makeConstList([2, 116, 92, 2, 117, 93]), type$.JSArray_legacy_int); - B.List_ww827 = A._setArrayType(makeConstList([6, 58, 36, 2, 59, 37]), type$.JSArray_legacy_int); - B.List_ww828 = A._setArrayType(makeConstList([4, 46, 20, 6, 47, 21]), type$.JSArray_legacy_int); - B.List_ww829 = A._setArrayType(makeConstList([7, 42, 14, 4, 43, 15]), type$.JSArray_legacy_int); + B.List_ww828 = A._setArrayType(makeConstList([1, 80, 50, 4, 81, 51]), type$.JSArray_legacy_int); + B.List_ww829 = A._setArrayType(makeConstList([4, 50, 22, 4, 51, 23]), type$.JSArray_legacy_int); + B.List_ww830 = A._setArrayType(makeConstList([3, 36, 12, 8, 37, 13]), type$.JSArray_legacy_int); + B.List_ww831 = A._setArrayType(makeConstList([2, 116, 92, 2, 117, 93]), type$.JSArray_legacy_int); + B.List_ww832 = A._setArrayType(makeConstList([6, 58, 36, 2, 59, 37]), type$.JSArray_legacy_int); + B.List_ww833 = A._setArrayType(makeConstList([4, 46, 20, 6, 47, 21]), type$.JSArray_legacy_int); + B.List_ww834 = A._setArrayType(makeConstList([7, 42, 14, 4, 43, 15]), type$.JSArray_legacy_int); B.List_4_133_107 = A._setArrayType(makeConstList([4, 133, 107]), type$.JSArray_legacy_int); - B.List_ww830 = A._setArrayType(makeConstList([8, 59, 37, 1, 60, 38]), type$.JSArray_legacy_int); - B.List_ww831 = A._setArrayType(makeConstList([8, 44, 20, 4, 45, 21]), type$.JSArray_legacy_int); - B.List_ww832 = A._setArrayType(makeConstList([12, 33, 11, 4, 34, 12]), type$.JSArray_legacy_int); - B.List_ww833 = A._setArrayType(makeConstList([3, 145, 115, 1, 146, 116]), type$.JSArray_legacy_int); - B.List_ww834 = A._setArrayType(makeConstList([4, 64, 40, 5, 65, 41]), type$.JSArray_legacy_int); - B.List_ww835 = A._setArrayType(makeConstList([11, 36, 16, 5, 37, 17]), type$.JSArray_legacy_int); - B.List_ww836 = A._setArrayType(makeConstList([11, 36, 12, 5, 37, 13]), type$.JSArray_legacy_int); - B.List_ww837 = A._setArrayType(makeConstList([5, 109, 87, 1, 110, 88]), type$.JSArray_legacy_int); - B.List_ww838 = A._setArrayType(makeConstList([5, 65, 41, 5, 66, 42]), type$.JSArray_legacy_int); - B.List_ww839 = A._setArrayType(makeConstList([5, 54, 24, 7, 55, 25]), type$.JSArray_legacy_int); + B.List_ww835 = A._setArrayType(makeConstList([8, 59, 37, 1, 60, 38]), type$.JSArray_legacy_int); + B.List_ww836 = A._setArrayType(makeConstList([8, 44, 20, 4, 45, 21]), type$.JSArray_legacy_int); + B.List_ww837 = A._setArrayType(makeConstList([12, 33, 11, 4, 34, 12]), type$.JSArray_legacy_int); + B.List_ww838 = A._setArrayType(makeConstList([3, 145, 115, 1, 146, 116]), type$.JSArray_legacy_int); + B.List_ww839 = A._setArrayType(makeConstList([4, 64, 40, 5, 65, 41]), type$.JSArray_legacy_int); + B.List_ww840 = A._setArrayType(makeConstList([11, 36, 16, 5, 37, 17]), type$.JSArray_legacy_int); + B.List_ww841 = A._setArrayType(makeConstList([11, 36, 12, 5, 37, 13]), type$.JSArray_legacy_int); + B.List_ww842 = A._setArrayType(makeConstList([5, 109, 87, 1, 110, 88]), type$.JSArray_legacy_int); + B.List_ww843 = A._setArrayType(makeConstList([5, 65, 41, 5, 66, 42]), type$.JSArray_legacy_int); + B.List_ww844 = A._setArrayType(makeConstList([5, 54, 24, 7, 55, 25]), type$.JSArray_legacy_int); B.List_11_36_12 = A._setArrayType(makeConstList([11, 36, 12]), type$.JSArray_legacy_int); - B.List_ww840 = A._setArrayType(makeConstList([5, 122, 98, 1, 123, 99]), type$.JSArray_legacy_int); - B.List_ww841 = A._setArrayType(makeConstList([7, 73, 45, 3, 74, 46]), type$.JSArray_legacy_int); - B.List_ww842 = A._setArrayType(makeConstList([15, 43, 19, 2, 44, 20]), type$.JSArray_legacy_int); - B.List_ww843 = A._setArrayType(makeConstList([3, 45, 15, 13, 46, 16]), type$.JSArray_legacy_int); - B.List_ww844 = A._setArrayType(makeConstList([1, 135, 107, 5, 136, 108]), type$.JSArray_legacy_int); - B.List_ww845 = A._setArrayType(makeConstList([10, 74, 46, 1, 75, 47]), type$.JSArray_legacy_int); - B.List_ww846 = A._setArrayType(makeConstList([1, 50, 22, 15, 51, 23]), type$.JSArray_legacy_int); - B.List_ww847 = A._setArrayType(makeConstList([2, 42, 14, 17, 43, 15]), type$.JSArray_legacy_int); - B.List_ww848 = A._setArrayType(makeConstList([5, 150, 120, 1, 151, 121]), type$.JSArray_legacy_int); - B.List_ww849 = A._setArrayType(makeConstList([9, 69, 43, 4, 70, 44]), type$.JSArray_legacy_int); - B.List_ww850 = A._setArrayType(makeConstList([17, 50, 22, 1, 51, 23]), type$.JSArray_legacy_int); - B.List_ww851 = A._setArrayType(makeConstList([2, 42, 14, 19, 43, 15]), type$.JSArray_legacy_int); - B.List_ww852 = A._setArrayType(makeConstList([3, 141, 113, 4, 142, 114]), type$.JSArray_legacy_int); - B.List_ww853 = A._setArrayType(makeConstList([3, 70, 44, 11, 71, 45]), type$.JSArray_legacy_int); - B.List_ww854 = A._setArrayType(makeConstList([17, 47, 21, 4, 48, 22]), type$.JSArray_legacy_int); - B.List_ww855 = A._setArrayType(makeConstList([9, 39, 13, 16, 40, 14]), type$.JSArray_legacy_int); - B.List_ww856 = A._setArrayType(makeConstList([3, 135, 107, 5, 136, 108]), type$.JSArray_legacy_int); - B.List_ww857 = A._setArrayType(makeConstList([3, 67, 41, 13, 68, 42]), type$.JSArray_legacy_int); - B.List_ww858 = A._setArrayType(makeConstList([15, 54, 24, 5, 55, 25]), type$.JSArray_legacy_int); - B.List_ww859 = A._setArrayType(makeConstList([15, 43, 15, 10, 44, 16]), type$.JSArray_legacy_int); - B.List_ww860 = A._setArrayType(makeConstList([4, 144, 116, 4, 145, 117]), type$.JSArray_legacy_int); + B.List_ww845 = A._setArrayType(makeConstList([5, 122, 98, 1, 123, 99]), type$.JSArray_legacy_int); + B.List_ww846 = A._setArrayType(makeConstList([7, 73, 45, 3, 74, 46]), type$.JSArray_legacy_int); + B.List_ww847 = A._setArrayType(makeConstList([15, 43, 19, 2, 44, 20]), type$.JSArray_legacy_int); + B.List_ww848 = A._setArrayType(makeConstList([3, 45, 15, 13, 46, 16]), type$.JSArray_legacy_int); + B.List_ww849 = A._setArrayType(makeConstList([1, 135, 107, 5, 136, 108]), type$.JSArray_legacy_int); + B.List_ww850 = A._setArrayType(makeConstList([10, 74, 46, 1, 75, 47]), type$.JSArray_legacy_int); + B.List_ww851 = A._setArrayType(makeConstList([1, 50, 22, 15, 51, 23]), type$.JSArray_legacy_int); + B.List_ww852 = A._setArrayType(makeConstList([2, 42, 14, 17, 43, 15]), type$.JSArray_legacy_int); + B.List_ww853 = A._setArrayType(makeConstList([5, 150, 120, 1, 151, 121]), type$.JSArray_legacy_int); + B.List_ww854 = A._setArrayType(makeConstList([9, 69, 43, 4, 70, 44]), type$.JSArray_legacy_int); + B.List_ww855 = A._setArrayType(makeConstList([17, 50, 22, 1, 51, 23]), type$.JSArray_legacy_int); + B.List_ww856 = A._setArrayType(makeConstList([2, 42, 14, 19, 43, 15]), type$.JSArray_legacy_int); + B.List_ww857 = A._setArrayType(makeConstList([3, 141, 113, 4, 142, 114]), type$.JSArray_legacy_int); + B.List_ww858 = A._setArrayType(makeConstList([3, 70, 44, 11, 71, 45]), type$.JSArray_legacy_int); + B.List_ww859 = A._setArrayType(makeConstList([17, 47, 21, 4, 48, 22]), type$.JSArray_legacy_int); + B.List_ww860 = A._setArrayType(makeConstList([9, 39, 13, 16, 40, 14]), type$.JSArray_legacy_int); + B.List_ww861 = A._setArrayType(makeConstList([3, 135, 107, 5, 136, 108]), type$.JSArray_legacy_int); + B.List_ww862 = A._setArrayType(makeConstList([3, 67, 41, 13, 68, 42]), type$.JSArray_legacy_int); + B.List_ww863 = A._setArrayType(makeConstList([15, 54, 24, 5, 55, 25]), type$.JSArray_legacy_int); + B.List_ww864 = A._setArrayType(makeConstList([15, 43, 15, 10, 44, 16]), type$.JSArray_legacy_int); + B.List_ww865 = A._setArrayType(makeConstList([4, 144, 116, 4, 145, 117]), type$.JSArray_legacy_int); B.List_17_68_42 = A._setArrayType(makeConstList([17, 68, 42]), type$.JSArray_legacy_int); - B.List_ww861 = A._setArrayType(makeConstList([17, 50, 22, 6, 51, 23]), type$.JSArray_legacy_int); - B.List_ww862 = A._setArrayType(makeConstList([19, 46, 16, 6, 47, 17]), type$.JSArray_legacy_int); - B.List_ww863 = A._setArrayType(makeConstList([2, 139, 111, 7, 140, 112]), type$.JSArray_legacy_int); + B.List_ww866 = A._setArrayType(makeConstList([17, 50, 22, 6, 51, 23]), type$.JSArray_legacy_int); + B.List_ww867 = A._setArrayType(makeConstList([19, 46, 16, 6, 47, 17]), type$.JSArray_legacy_int); + B.List_ww868 = A._setArrayType(makeConstList([2, 139, 111, 7, 140, 112]), type$.JSArray_legacy_int); B.List_17_74_46 = A._setArrayType(makeConstList([17, 74, 46]), type$.JSArray_legacy_int); - B.List_ww864 = A._setArrayType(makeConstList([7, 54, 24, 16, 55, 25]), type$.JSArray_legacy_int); + B.List_ww869 = A._setArrayType(makeConstList([7, 54, 24, 16, 55, 25]), type$.JSArray_legacy_int); B.List_34_37_13 = A._setArrayType(makeConstList([34, 37, 13]), type$.JSArray_legacy_int); - B.List_ww865 = A._setArrayType(makeConstList([4, 151, 121, 5, 152, 122]), type$.JSArray_legacy_int); - B.List_ww866 = A._setArrayType(makeConstList([4, 75, 47, 14, 76, 48]), type$.JSArray_legacy_int); - B.List_ww867 = A._setArrayType(makeConstList([11, 54, 24, 14, 55, 25]), type$.JSArray_legacy_int); - B.List_ww868 = A._setArrayType(makeConstList([16, 45, 15, 14, 46, 16]), type$.JSArray_legacy_int); - B.List_ww869 = A._setArrayType(makeConstList([6, 147, 117, 4, 148, 118]), type$.JSArray_legacy_int); - B.List_ww870 = A._setArrayType(makeConstList([6, 73, 45, 14, 74, 46]), type$.JSArray_legacy_int); - B.List_ww871 = A._setArrayType(makeConstList([11, 54, 24, 16, 55, 25]), type$.JSArray_legacy_int); - B.List_ww872 = A._setArrayType(makeConstList([30, 46, 16, 2, 47, 17]), type$.JSArray_legacy_int); - B.List_ww873 = A._setArrayType(makeConstList([8, 132, 106, 4, 133, 107]), type$.JSArray_legacy_int); - B.List_ww874 = A._setArrayType(makeConstList([8, 75, 47, 13, 76, 48]), type$.JSArray_legacy_int); - B.List_ww875 = A._setArrayType(makeConstList([7, 54, 24, 22, 55, 25]), type$.JSArray_legacy_int); - B.List_ww876 = A._setArrayType(makeConstList([22, 45, 15, 13, 46, 16]), type$.JSArray_legacy_int); - B.List_ww877 = A._setArrayType(makeConstList([10, 142, 114, 2, 143, 115]), type$.JSArray_legacy_int); - B.List_ww878 = A._setArrayType(makeConstList([19, 74, 46, 4, 75, 47]), type$.JSArray_legacy_int); - B.List_ww879 = A._setArrayType(makeConstList([28, 50, 22, 6, 51, 23]), type$.JSArray_legacy_int); - B.List_ww880 = A._setArrayType(makeConstList([33, 46, 16, 4, 47, 17]), type$.JSArray_legacy_int); - B.List_ww881 = A._setArrayType(makeConstList([8, 152, 122, 4, 153, 123]), type$.JSArray_legacy_int); - B.List_ww882 = A._setArrayType(makeConstList([22, 73, 45, 3, 74, 46]), type$.JSArray_legacy_int); - B.List_ww883 = A._setArrayType(makeConstList([8, 53, 23, 26, 54, 24]), type$.JSArray_legacy_int); - B.List_ww884 = A._setArrayType(makeConstList([12, 45, 15, 28, 46, 16]), type$.JSArray_legacy_int); - B.List_ww885 = A._setArrayType(makeConstList([3, 147, 117, 10, 148, 118]), type$.JSArray_legacy_int); - B.List_ww886 = A._setArrayType(makeConstList([3, 73, 45, 23, 74, 46]), type$.JSArray_legacy_int); - B.List_ww887 = A._setArrayType(makeConstList([4, 54, 24, 31, 55, 25]), type$.JSArray_legacy_int); - B.List_ww888 = A._setArrayType(makeConstList([11, 45, 15, 31, 46, 16]), type$.JSArray_legacy_int); - B.List_ww889 = A._setArrayType(makeConstList([7, 146, 116, 7, 147, 117]), type$.JSArray_legacy_int); - B.List_ww890 = A._setArrayType(makeConstList([21, 73, 45, 7, 74, 46]), type$.JSArray_legacy_int); - B.List_ww891 = A._setArrayType(makeConstList([1, 53, 23, 37, 54, 24]), type$.JSArray_legacy_int); - B.List_ww892 = A._setArrayType(makeConstList([19, 45, 15, 26, 46, 16]), type$.JSArray_legacy_int); - B.List_ww893 = A._setArrayType(makeConstList([5, 145, 115, 10, 146, 116]), type$.JSArray_legacy_int); - B.List_ww894 = A._setArrayType(makeConstList([19, 75, 47, 10, 76, 48]), type$.JSArray_legacy_int); - B.List_ww895 = A._setArrayType(makeConstList([15, 54, 24, 25, 55, 25]), type$.JSArray_legacy_int); - B.List_ww896 = A._setArrayType(makeConstList([23, 45, 15, 25, 46, 16]), type$.JSArray_legacy_int); - B.List_ww897 = A._setArrayType(makeConstList([13, 145, 115, 3, 146, 116]), type$.JSArray_legacy_int); - B.List_ww898 = A._setArrayType(makeConstList([2, 74, 46, 29, 75, 47]), type$.JSArray_legacy_int); - B.List_ww899 = A._setArrayType(makeConstList([42, 54, 24, 1, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8100 = A._setArrayType(makeConstList([23, 45, 15, 28, 46, 16]), type$.JSArray_legacy_int); + B.List_ww870 = A._setArrayType(makeConstList([4, 151, 121, 5, 152, 122]), type$.JSArray_legacy_int); + B.List_ww871 = A._setArrayType(makeConstList([4, 75, 47, 14, 76, 48]), type$.JSArray_legacy_int); + B.List_ww872 = A._setArrayType(makeConstList([11, 54, 24, 14, 55, 25]), type$.JSArray_legacy_int); + B.List_ww873 = A._setArrayType(makeConstList([16, 45, 15, 14, 46, 16]), type$.JSArray_legacy_int); + B.List_ww874 = A._setArrayType(makeConstList([6, 147, 117, 4, 148, 118]), type$.JSArray_legacy_int); + B.List_ww875 = A._setArrayType(makeConstList([6, 73, 45, 14, 74, 46]), type$.JSArray_legacy_int); + B.List_ww876 = A._setArrayType(makeConstList([11, 54, 24, 16, 55, 25]), type$.JSArray_legacy_int); + B.List_ww877 = A._setArrayType(makeConstList([30, 46, 16, 2, 47, 17]), type$.JSArray_legacy_int); + B.List_ww878 = A._setArrayType(makeConstList([8, 132, 106, 4, 133, 107]), type$.JSArray_legacy_int); + B.List_ww879 = A._setArrayType(makeConstList([8, 75, 47, 13, 76, 48]), type$.JSArray_legacy_int); + B.List_ww880 = A._setArrayType(makeConstList([7, 54, 24, 22, 55, 25]), type$.JSArray_legacy_int); + B.List_ww881 = A._setArrayType(makeConstList([22, 45, 15, 13, 46, 16]), type$.JSArray_legacy_int); + B.List_ww882 = A._setArrayType(makeConstList([10, 142, 114, 2, 143, 115]), type$.JSArray_legacy_int); + B.List_ww883 = A._setArrayType(makeConstList([19, 74, 46, 4, 75, 47]), type$.JSArray_legacy_int); + B.List_ww884 = A._setArrayType(makeConstList([28, 50, 22, 6, 51, 23]), type$.JSArray_legacy_int); + B.List_ww885 = A._setArrayType(makeConstList([33, 46, 16, 4, 47, 17]), type$.JSArray_legacy_int); + B.List_ww886 = A._setArrayType(makeConstList([8, 152, 122, 4, 153, 123]), type$.JSArray_legacy_int); + B.List_ww887 = A._setArrayType(makeConstList([22, 73, 45, 3, 74, 46]), type$.JSArray_legacy_int); + B.List_ww888 = A._setArrayType(makeConstList([8, 53, 23, 26, 54, 24]), type$.JSArray_legacy_int); + B.List_ww889 = A._setArrayType(makeConstList([12, 45, 15, 28, 46, 16]), type$.JSArray_legacy_int); + B.List_ww890 = A._setArrayType(makeConstList([3, 147, 117, 10, 148, 118]), type$.JSArray_legacy_int); + B.List_ww891 = A._setArrayType(makeConstList([3, 73, 45, 23, 74, 46]), type$.JSArray_legacy_int); + B.List_ww892 = A._setArrayType(makeConstList([4, 54, 24, 31, 55, 25]), type$.JSArray_legacy_int); + B.List_ww893 = A._setArrayType(makeConstList([11, 45, 15, 31, 46, 16]), type$.JSArray_legacy_int); + B.List_ww894 = A._setArrayType(makeConstList([7, 146, 116, 7, 147, 117]), type$.JSArray_legacy_int); + B.List_ww895 = A._setArrayType(makeConstList([21, 73, 45, 7, 74, 46]), type$.JSArray_legacy_int); + B.List_ww896 = A._setArrayType(makeConstList([1, 53, 23, 37, 54, 24]), type$.JSArray_legacy_int); + B.List_ww897 = A._setArrayType(makeConstList([19, 45, 15, 26, 46, 16]), type$.JSArray_legacy_int); + B.List_ww898 = A._setArrayType(makeConstList([5, 145, 115, 10, 146, 116]), type$.JSArray_legacy_int); + B.List_ww899 = A._setArrayType(makeConstList([19, 75, 47, 10, 76, 48]), type$.JSArray_legacy_int); + B.List_ww8100 = A._setArrayType(makeConstList([15, 54, 24, 25, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8101 = A._setArrayType(makeConstList([23, 45, 15, 25, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8102 = A._setArrayType(makeConstList([13, 145, 115, 3, 146, 116]), type$.JSArray_legacy_int); + B.List_ww8103 = A._setArrayType(makeConstList([2, 74, 46, 29, 75, 47]), type$.JSArray_legacy_int); + B.List_ww8104 = A._setArrayType(makeConstList([42, 54, 24, 1, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8105 = A._setArrayType(makeConstList([23, 45, 15, 28, 46, 16]), type$.JSArray_legacy_int); B.List_17_145_115 = A._setArrayType(makeConstList([17, 145, 115]), type$.JSArray_legacy_int); - B.List_ww8101 = A._setArrayType(makeConstList([10, 74, 46, 23, 75, 47]), type$.JSArray_legacy_int); - B.List_ww8102 = A._setArrayType(makeConstList([10, 54, 24, 35, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8103 = A._setArrayType(makeConstList([19, 45, 15, 35, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8104 = A._setArrayType(makeConstList([17, 145, 115, 1, 146, 116]), type$.JSArray_legacy_int); - B.List_ww8105 = A._setArrayType(makeConstList([14, 74, 46, 21, 75, 47]), type$.JSArray_legacy_int); - B.List_ww8106 = A._setArrayType(makeConstList([29, 54, 24, 19, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8107 = A._setArrayType(makeConstList([11, 45, 15, 46, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8108 = A._setArrayType(makeConstList([13, 145, 115, 6, 146, 116]), type$.JSArray_legacy_int); - B.List_ww8109 = A._setArrayType(makeConstList([14, 74, 46, 23, 75, 47]), type$.JSArray_legacy_int); - B.List_ww8110 = A._setArrayType(makeConstList([44, 54, 24, 7, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8111 = A._setArrayType(makeConstList([59, 46, 16, 1, 47, 17]), type$.JSArray_legacy_int); - B.List_ww8112 = A._setArrayType(makeConstList([12, 151, 121, 7, 152, 122]), type$.JSArray_legacy_int); - B.List_ww8113 = A._setArrayType(makeConstList([12, 75, 47, 26, 76, 48]), type$.JSArray_legacy_int); - B.List_ww8114 = A._setArrayType(makeConstList([39, 54, 24, 14, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8115 = A._setArrayType(makeConstList([22, 45, 15, 41, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8116 = A._setArrayType(makeConstList([6, 151, 121, 14, 152, 122]), type$.JSArray_legacy_int); - B.List_ww8117 = A._setArrayType(makeConstList([6, 75, 47, 34, 76, 48]), type$.JSArray_legacy_int); - B.List_ww8118 = A._setArrayType(makeConstList([46, 54, 24, 10, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8119 = A._setArrayType(makeConstList([2, 45, 15, 64, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8120 = A._setArrayType(makeConstList([17, 152, 122, 4, 153, 123]), type$.JSArray_legacy_int); - B.List_ww8121 = A._setArrayType(makeConstList([29, 74, 46, 14, 75, 47]), type$.JSArray_legacy_int); - B.List_ww8122 = A._setArrayType(makeConstList([49, 54, 24, 10, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8123 = A._setArrayType(makeConstList([24, 45, 15, 46, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8124 = A._setArrayType(makeConstList([4, 152, 122, 18, 153, 123]), type$.JSArray_legacy_int); - B.List_ww8125 = A._setArrayType(makeConstList([13, 74, 46, 32, 75, 47]), type$.JSArray_legacy_int); - B.List_ww8126 = A._setArrayType(makeConstList([48, 54, 24, 14, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8127 = A._setArrayType(makeConstList([42, 45, 15, 32, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8128 = A._setArrayType(makeConstList([20, 147, 117, 4, 148, 118]), type$.JSArray_legacy_int); - B.List_ww8129 = A._setArrayType(makeConstList([40, 75, 47, 7, 76, 48]), type$.JSArray_legacy_int); - B.List_ww8130 = A._setArrayType(makeConstList([43, 54, 24, 22, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8131 = A._setArrayType(makeConstList([10, 45, 15, 67, 46, 16]), type$.JSArray_legacy_int); - B.List_ww8132 = A._setArrayType(makeConstList([19, 148, 118, 6, 149, 119]), type$.JSArray_legacy_int); - B.List_ww8133 = A._setArrayType(makeConstList([18, 75, 47, 31, 76, 48]), type$.JSArray_legacy_int); - B.List_ww8134 = A._setArrayType(makeConstList([34, 54, 24, 34, 55, 25]), type$.JSArray_legacy_int); - B.List_ww8135 = A._setArrayType(makeConstList([20, 45, 15, 61, 46, 16]), type$.JSArray_legacy_int); - B.List_exN = A._setArrayType(makeConstList([B.List_1_26_19, B.List_1_26_16, B.List_1_26_13, B.List_1_26_9, B.List_1_44_34, B.List_1_44_28, B.List_1_44_22, B.List_1_44_16, B.List_1_70_55, B.List_1_70_44, B.List_2_35_17, B.List_2_35_13, B.List_1_100_80, B.List_2_50_32, B.List_2_50_24, B.List_4_25_9, B.List_1_134_108, B.List_2_67_43, B.List_ww89, B.List_ww810, B.List_2_86_68, B.List_4_43_27, B.List_4_43_19, B.List_4_43_15, B.List_2_98_78, B.List_4_49_31, B.List_ww811, B.List_ww812, B.List_2_121_97, B.List_ww813, B.List_ww814, B.List_ww815, B.List_2_146_116, B.List_ww816, B.List_ww817, B.List_ww818, B.List_ww819, B.List_ww820, B.List_ww821, B.List_ww822, B.List_4_101_81, B.List_ww823, B.List_ww824, B.List_ww825, B.List_ww826, B.List_ww827, B.List_ww828, B.List_ww829, B.List_4_133_107, B.List_ww830, B.List_ww831, B.List_ww832, B.List_ww833, B.List_ww834, B.List_ww835, B.List_ww836, B.List_ww837, B.List_ww838, B.List_ww839, B.List_11_36_12, B.List_ww840, B.List_ww841, B.List_ww842, B.List_ww843, B.List_ww844, B.List_ww845, B.List_ww846, B.List_ww847, B.List_ww848, B.List_ww849, B.List_ww850, B.List_ww851, B.List_ww852, B.List_ww853, B.List_ww854, B.List_ww855, B.List_ww856, B.List_ww857, B.List_ww858, B.List_ww859, B.List_ww860, B.List_17_68_42, B.List_ww861, B.List_ww862, B.List_ww863, B.List_17_74_46, B.List_ww864, B.List_34_37_13, B.List_ww865, B.List_ww866, B.List_ww867, B.List_ww868, B.List_ww869, B.List_ww870, B.List_ww871, B.List_ww872, B.List_ww873, B.List_ww874, B.List_ww875, B.List_ww876, B.List_ww877, B.List_ww878, B.List_ww879, B.List_ww880, B.List_ww881, B.List_ww882, B.List_ww883, B.List_ww884, B.List_ww885, B.List_ww886, B.List_ww887, B.List_ww888, B.List_ww889, B.List_ww890, B.List_ww891, B.List_ww892, B.List_ww893, B.List_ww894, B.List_ww895, B.List_ww896, B.List_ww897, B.List_ww898, B.List_ww899, B.List_ww8100, B.List_17_145_115, B.List_ww8101, B.List_ww8102, B.List_ww8103, B.List_ww8104, B.List_ww8105, B.List_ww8106, B.List_ww8107, B.List_ww8108, B.List_ww8109, B.List_ww8110, B.List_ww8111, B.List_ww8112, B.List_ww8113, B.List_ww8114, B.List_ww8115, B.List_ww8116, B.List_ww8117, B.List_ww8118, B.List_ww8119, B.List_ww8120, B.List_ww8121, B.List_ww8122, B.List_ww8123, B.List_ww8124, B.List_ww8125, B.List_ww8126, B.List_ww8127, B.List_ww8128, B.List_ww8129, B.List_ww8130, B.List_ww8131, B.List_ww8132, B.List_ww8133, B.List_ww8134, B.List_ww8135]), type$.JSArray_legacy_List_legacy_int); - B.List_file_directory_link_notFound = A._setArrayType(makeConstList(["file", "directory", "link", "notFound"]), type$.JSArray_legacy_String); + B.List_ww8106 = A._setArrayType(makeConstList([10, 74, 46, 23, 75, 47]), type$.JSArray_legacy_int); + B.List_ww8107 = A._setArrayType(makeConstList([10, 54, 24, 35, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8108 = A._setArrayType(makeConstList([19, 45, 15, 35, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8109 = A._setArrayType(makeConstList([17, 145, 115, 1, 146, 116]), type$.JSArray_legacy_int); + B.List_ww8110 = A._setArrayType(makeConstList([14, 74, 46, 21, 75, 47]), type$.JSArray_legacy_int); + B.List_ww8111 = A._setArrayType(makeConstList([29, 54, 24, 19, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8112 = A._setArrayType(makeConstList([11, 45, 15, 46, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8113 = A._setArrayType(makeConstList([13, 145, 115, 6, 146, 116]), type$.JSArray_legacy_int); + B.List_ww8114 = A._setArrayType(makeConstList([14, 74, 46, 23, 75, 47]), type$.JSArray_legacy_int); + B.List_ww8115 = A._setArrayType(makeConstList([44, 54, 24, 7, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8116 = A._setArrayType(makeConstList([59, 46, 16, 1, 47, 17]), type$.JSArray_legacy_int); + B.List_ww8117 = A._setArrayType(makeConstList([12, 151, 121, 7, 152, 122]), type$.JSArray_legacy_int); + B.List_ww8118 = A._setArrayType(makeConstList([12, 75, 47, 26, 76, 48]), type$.JSArray_legacy_int); + B.List_ww8119 = A._setArrayType(makeConstList([39, 54, 24, 14, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8120 = A._setArrayType(makeConstList([22, 45, 15, 41, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8121 = A._setArrayType(makeConstList([6, 151, 121, 14, 152, 122]), type$.JSArray_legacy_int); + B.List_ww8122 = A._setArrayType(makeConstList([6, 75, 47, 34, 76, 48]), type$.JSArray_legacy_int); + B.List_ww8123 = A._setArrayType(makeConstList([46, 54, 24, 10, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8124 = A._setArrayType(makeConstList([2, 45, 15, 64, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8125 = A._setArrayType(makeConstList([17, 152, 122, 4, 153, 123]), type$.JSArray_legacy_int); + B.List_ww8126 = A._setArrayType(makeConstList([29, 74, 46, 14, 75, 47]), type$.JSArray_legacy_int); + B.List_ww8127 = A._setArrayType(makeConstList([49, 54, 24, 10, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8128 = A._setArrayType(makeConstList([24, 45, 15, 46, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8129 = A._setArrayType(makeConstList([4, 152, 122, 18, 153, 123]), type$.JSArray_legacy_int); + B.List_ww8130 = A._setArrayType(makeConstList([13, 74, 46, 32, 75, 47]), type$.JSArray_legacy_int); + B.List_ww8131 = A._setArrayType(makeConstList([48, 54, 24, 14, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8132 = A._setArrayType(makeConstList([42, 45, 15, 32, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8133 = A._setArrayType(makeConstList([20, 147, 117, 4, 148, 118]), type$.JSArray_legacy_int); + B.List_ww8134 = A._setArrayType(makeConstList([40, 75, 47, 7, 76, 48]), type$.JSArray_legacy_int); + B.List_ww8135 = A._setArrayType(makeConstList([43, 54, 24, 22, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8136 = A._setArrayType(makeConstList([10, 45, 15, 67, 46, 16]), type$.JSArray_legacy_int); + B.List_ww8137 = A._setArrayType(makeConstList([19, 148, 118, 6, 149, 119]), type$.JSArray_legacy_int); + B.List_ww8138 = A._setArrayType(makeConstList([18, 75, 47, 31, 76, 48]), type$.JSArray_legacy_int); + B.List_ww8139 = A._setArrayType(makeConstList([34, 54, 24, 34, 55, 25]), type$.JSArray_legacy_int); + B.List_ww8140 = A._setArrayType(makeConstList([20, 45, 15, 61, 46, 16]), type$.JSArray_legacy_int); + B.List_exN = A._setArrayType(makeConstList([B.List_1_26_19, B.List_1_26_16, B.List_1_26_13, B.List_1_26_9, B.List_1_44_34, B.List_1_44_28, B.List_1_44_22, B.List_1_44_16, B.List_1_70_55, B.List_1_70_44, B.List_2_35_17, B.List_2_35_13, B.List_1_100_80, B.List_2_50_32, B.List_2_50_24, B.List_4_25_9, B.List_1_134_108, B.List_2_67_43, B.List_ww814, B.List_ww815, B.List_2_86_68, B.List_4_43_27, B.List_4_43_19, B.List_4_43_15, B.List_2_98_78, B.List_4_49_31, B.List_ww816, B.List_ww817, B.List_2_121_97, B.List_ww818, B.List_ww819, B.List_ww820, B.List_2_146_116, B.List_ww821, B.List_ww822, B.List_ww823, B.List_ww824, B.List_ww825, B.List_ww826, B.List_ww827, B.List_4_101_81, B.List_ww828, B.List_ww829, B.List_ww830, B.List_ww831, B.List_ww832, B.List_ww833, B.List_ww834, B.List_4_133_107, B.List_ww835, B.List_ww836, B.List_ww837, B.List_ww838, B.List_ww839, B.List_ww840, B.List_ww841, B.List_ww842, B.List_ww843, B.List_ww844, B.List_11_36_12, B.List_ww845, B.List_ww846, B.List_ww847, B.List_ww848, B.List_ww849, B.List_ww850, B.List_ww851, B.List_ww852, B.List_ww853, B.List_ww854, B.List_ww855, B.List_ww856, B.List_ww857, B.List_ww858, B.List_ww859, B.List_ww860, B.List_ww861, B.List_ww862, B.List_ww863, B.List_ww864, B.List_ww865, B.List_17_68_42, B.List_ww866, B.List_ww867, B.List_ww868, B.List_17_74_46, B.List_ww869, B.List_34_37_13, B.List_ww870, B.List_ww871, B.List_ww872, B.List_ww873, B.List_ww874, B.List_ww875, B.List_ww876, B.List_ww877, B.List_ww878, B.List_ww879, B.List_ww880, B.List_ww881, B.List_ww882, B.List_ww883, B.List_ww884, B.List_ww885, B.List_ww886, B.List_ww887, B.List_ww888, B.List_ww889, B.List_ww890, B.List_ww891, B.List_ww892, B.List_ww893, B.List_ww894, B.List_ww895, B.List_ww896, B.List_ww897, B.List_ww898, B.List_ww899, B.List_ww8100, B.List_ww8101, B.List_ww8102, B.List_ww8103, B.List_ww8104, B.List_ww8105, B.List_17_145_115, B.List_ww8106, B.List_ww8107, B.List_ww8108, B.List_ww8109, B.List_ww8110, B.List_ww8111, B.List_ww8112, B.List_ww8113, B.List_ww8114, B.List_ww8115, B.List_ww8116, B.List_ww8117, B.List_ww8118, B.List_ww8119, B.List_ww8120, B.List_ww8121, B.List_ww8122, B.List_ww8123, B.List_ww8124, B.List_ww8125, B.List_ww8126, B.List_ww8127, B.List_ww8128, B.List_ww8129, B.List_ww8130, B.List_ww8131, B.List_ww8132, B.List_ww8133, B.List_ww8134, B.List_ww8135, B.List_ww8136, B.List_ww8137, B.List_ww8138, B.List_ww8139, B.List_ww8140]), type$.JSArray_legacy_List_legacy_int); + B.List_f9Z = A._setArrayType(makeConstList(["ned.", "pon.", "tor.", "sre.", "\u010det.", "pet.", "sob."]), type$.JSArray_legacy_String); + B.List_fA9 = A._setArrayType(makeConstList(["pred Kristusom", "po Kristusu"]), type$.JSArray_legacy_String); + B.List_fDn = A._setArrayType(makeConstList(["\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0"]), type$.JSArray_legacy_String); + B.List_fHj = A._setArrayType(makeConstList(["dom.", "lun.", "mar.", "mi\xe9.", "jue.", "vie.", "s\xe1b."]), type$.JSArray_legacy_String); + B.List_fL60 = A._setArrayType(makeConstList(["Kabla ya Kristo", "Baada ya Kristo"]), type$.JSArray_legacy_String); + B.List_fL6 = A._setArrayType(makeConstList(["\u10d8", "\u10d7", "\u10db", "\u10d0", "\u10db", "\u10d8", "\u10d8", "\u10d0", "\u10e1", "\u10dd", "\u10dc", "\u10d3"]), type$.JSArray_legacy_String); + B.List_fXI = A._setArrayType(makeConstList(["\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", "\u0a88.\u0ab8."]), type$.JSArray_legacy_String); + B.List_fbg = A._setArrayType(makeConstList(["\u0635", "\u0645"]), type$.JSArray_legacy_String); + B.List_fcb = A._setArrayType(makeConstList(["\u043d\u044f\u0434\u0437\u0435\u043b\u044f", "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", "\u0441\u0435\u0440\u0430\u0434\u0430", "\u0447\u0430\u0446\u0432\u0435\u0440", "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", "\u0441\u0443\u0431\u043e\u0442\u0430"]), type$.JSArray_legacy_String); + B.List_fhZ = A._setArrayType(makeConstList(["HH:mm:ss (zzzz)", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); B.Type__$ExpenseUIState_s30 = A.typeLiteral("_$ExpenseUIState"); B.List_fkg = A._setArrayType(makeConstList([B.Type_ExpenseUIState_wKu, B.Type__$ExpenseUIState_s30]), type$.JSArray_legacy_Type); + B.List_fm_em = A._setArrayType(makeConstList(["fm", "em"]), type$.JSArray_legacy_String); + B.List_g6I = A._setArrayType(makeConstList(["\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d", "\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f"]), type$.JSArray_legacy_String); + B.List_g8C = A._setArrayType(makeConstList(["\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7"]), type$.JSArray_legacy_String); + B.List_gA41 = A._setArrayType(makeConstList(["\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438", "\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438"]), type$.JSArray_legacy_String); + B.List_gA40 = A._setArrayType(makeConstList(["\u0412", "\u041f", "\u0412", "\u0421", "\u0427", "\u041f", "\u0421"]), type$.JSArray_legacy_String); + B.List_gA4 = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "mai", "jun", "jul", "aug", "sep", "okt", "nov", "des"]), type$.JSArray_legacy_String); + B.List_gDg = A._setArrayType(makeConstList(["thg 1", "thg 2", "thg 3", "thg 4", "thg 5", "thg 6", "thg 7", "thg 8", "thg 9", "thg 10", "thg 11", "thg 12"]), type$.JSArray_legacy_String); + B.List_gGk = A._setArrayType(makeConstList(["EEEE, d \u05d1MMMM y", "d \u05d1MMMM y", "d \u05d1MMM y", "d.M.y"]), type$.JSArray_legacy_String); + B.List_gHJ = A._setArrayType(makeConstList(["S", "P", "O", "T", "C", "P", "S"]), type$.JSArray_legacy_String); + B.List_gJC = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd", "\u03a6\u03b5\u03b2", "\u039c\u03b1\u03c1", "\u0391\u03c0\u03c1", "\u039c\u03b1\u0390", "\u0399\u03bf\u03c5\u03bd", "\u0399\u03bf\u03c5\u03bb", "\u0391\u03c5\u03b3", "\u03a3\u03b5\u03c0", "\u039f\u03ba\u03c4", "\u039d\u03bf\u03b5", "\u0394\u03b5\u03ba"]), type$.JSArray_legacy_String); + B.List_gLW = A._setArrayType(makeConstList(["am Vormittag", "am Namittag"]), type$.JSArray_legacy_String); + B.List_gQW = A._setArrayType(makeConstList(["{1} '\xe0s' {0}", "{1} '\xe0s' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_gQW0 = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u06cc", "\u0641\u0631\u0648\u0631\u06cc", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u0626\u06cc", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u0626\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_legacy_String); B.List_gRj = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65534, 34815, 65534, 18431]), type$.JSArray_legacy_int); + B.List_gSJ = A._setArrayType(makeConstList(["\u0d89", "\u0dc3", "\u0d85", "\u0db6", "\u0db6\u0dca\u200d\u0dbb", "\u0dc3\u0dd2", "\u0dc3\u0dd9"]), type$.JSArray_legacy_String); + B.List_gSl = A._setArrayType(makeConstList(["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]), type$.JSArray_legacy_String); B.List_gT4 = A._setArrayType(makeConstList(["af", "am", "ar", "as", "az", "be", "bg", "bn", "bs", "ca", "cs", "da", "de", "el", "en", "es", "et", "eu", "fa", "fi", "fil", "fr", "gl", "gsw", "gu", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "km", "kn", "ko", "ky", "lo", "lt", "lv", "mk", "ml", "mn", "mr", "ms", "my", "nb", "ne", "nl", "no", "or", "pa", "pl", "ps", "pt", "ro", "ru", "si", "sk", "sl", "sq", "sr", "sv", "sw", "ta", "te", "th", "tl", "tr", "uk", "ur", "uz", "vi", "zh", "zu"]), type$.JSArray_legacy_String); + B.List_gUw = A._setArrayType(makeConstList(["\u044f", "\u0444", "\u043c", "\u0430", "\u043c", "\u044e", "\u044e", "\u0430", "\u0441", "\u043e", "\u043d", "\u0434"]), type$.JSArray_legacy_String); + B.List_gc61 = A._setArrayType(makeConstList(["\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42", "\u0c15\u0c4d\u0c30\u0c40\u0c36"]), type$.JSArray_legacy_String); B.List_gc6 = A._setArrayType(makeConstList(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]), type$.JSArray_legacy_String); + B.List_gc60 = A._setArrayType(makeConstList(["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."]), type$.JSArray_legacy_String); + B.List_gc62 = A._setArrayType(makeConstList(["\u0441", "\u043b", "\u0431", "\u043a", "\u0442", "\u0447", "\u043b", "\u0441", "\u0432", "\u0436", "\u043b", "\u0433"]), type$.JSArray_legacy_String); + B.List_gf4 = A._setArrayType(makeConstList(["ne", "po", "ut", "st", "\u0161t", "pi", "so"]), type$.JSArray_legacy_String); + B.List_gg40 = A._setArrayType(makeConstList(["\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5", "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95"]), type$.JSArray_legacy_String); B.Type__$ImportRequestMapping_AaU = A.typeLiteral("_$ImportRequestMapping"); - B.List_gg4 = A._setArrayType(makeConstList([B.Type_ImportRequestMapping_WUU, B.Type__$ImportRequestMapping_AaU]), type$.JSArray_legacy_Type); + B.List_gg41 = A._setArrayType(makeConstList([B.Type_ImportRequestMapping_WUU, B.Type__$ImportRequestMapping_AaU]), type$.JSArray_legacy_Type); B.Type__$ProjectUIState_dUt = A.typeLiteral("_$ProjectUIState"); - B.List_gg40 = A._setArrayType(makeConstList([B.Type_ProjectUIState_osT, B.Type__$ProjectUIState_dUt]), type$.JSArray_legacy_Type); + B.List_gg42 = A._setArrayType(makeConstList([B.Type_ProjectUIState_osT, B.Type__$ProjectUIState_dUt]), type$.JSArray_legacy_Type); + B.List_gg4 = A._setArrayType(makeConstList(["Sun.", "Mon.", "Tue.", "Wed.", "Thu.", "Fri.", "Sat."]), type$.JSArray_legacy_String); + B.List_gg90 = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0443", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_legacy_String); + B.List_gg9 = A._setArrayType(makeConstList(["janv.", "febr.", "marts", "apr.", "maijs", "j\u016bn.", "j\u016bl.", "aug.", "sept.", "okt.", "nov.", "dec."]), type$.JSArray_legacy_String); B.Type__$InvoiceScheduleEntity_mLc = A.typeLiteral("_$InvoiceScheduleEntity"); - B.List_gkc1 = A._setArrayType(makeConstList([B.Type_InvoiceScheduleEntity_26b, B.Type__$InvoiceScheduleEntity_mLc]), type$.JSArray_legacy_Type); - B.List_gkc = A._setArrayType(makeConstList(["png", "svg", "jpeg", "gif", "jpg", "bmp", "txt", "doc", "docx", "xls", "xlsx", "pdf"]), type$.JSArray_legacy_String); + B.List_gkc7 = A._setArrayType(makeConstList([B.Type_InvoiceScheduleEntity_26b, B.Type__$InvoiceScheduleEntity_mLc]), type$.JSArray_legacy_Type); + B.List_gkc3 = A._setArrayType(makeConstList(["1. \u0161tvr\u0165rok", "2. \u0161tvr\u0165rok", "3. \u0161tvr\u0165rok", "4. \u0161tvr\u0165rok"]), type$.JSArray_legacy_String); + B.List_gkc0 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "y/M/d"]), type$.JSArray_legacy_String); + B.List_gkc4 = A._setArrayType(makeConstList(["\u0b92\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1", "\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1", "\u0bae\u0bc2\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1", "\u0ba8\u0bbe\u0ba9\u0bcd\u0b95\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1"]), type$.JSArray_legacy_String); + B.List_gkc = A._setArrayType(makeConstList(["D", "L", "M", "X", "J", "V", "S"]), type$.JSArray_legacy_String); + B.List_gkc2 = A._setArrayType(makeConstList(["d.", "l.", "m.", "m.", "x.", "v.", "s."]), type$.JSArray_legacy_String); + B.List_gkc5 = A._setArrayType(makeConstList(["png", "svg", "jpeg", "gif", "jpg", "bmp", "txt", "doc", "docx", "xls", "xlsx", "pdf"]), type$.JSArray_legacy_String); + B.List_gkc1 = A._setArrayType(makeConstList(["\u0698", "\u0641", "\u0645", "\u0622", "\u0645", "\u0698", "\u0698", "\u0627", "\u0633", "\u0627", "\u0646", "\u062f"]), type$.JSArray_legacy_String); B.List_gnE = A._setArrayType(makeConstList([0, 0, 65498, 45055, 65535, 34815, 65534, 18431]), type$.JSArray_legacy_int); + B.List_gsm = A._setArrayType(makeConstList(["1. \u010detrtletje", "2. \u010detrtletje", "3. \u010detrtletje", "4. \u010detrtletje"]), type$.JSArray_legacy_String); B.List_h8w = A._setArrayType(makeConstList(["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]), type$.JSArray_legacy_String); B.QuoteItemReportFields_0 = new A.QuoteItemReportFields(0, "productKey"); B.QuoteItemReportFields_1 = new A.QuoteItemReportFields(1, "description"); @@ -502748,9 +518969,15 @@ B.QuoteItemReportFields_20 = new A.QuoteItemReportFields(20, "netTotal"); B.QuoteItemReportFields_21 = new A.QuoteItemReportFields(21, "currency"); B.List_hB5 = A._setArrayType(makeConstList([B.QuoteItemReportFields_0, B.QuoteItemReportFields_1, B.QuoteItemReportFields_2, B.QuoteItemReportFields_3, B.QuoteItemReportFields_4, B.QuoteItemReportFields_5, B.QuoteItemReportFields_6, B.QuoteItemReportFields_7, B.QuoteItemReportFields_8, B.QuoteItemReportFields_9, B.QuoteItemReportFields_10, B.QuoteItemReportFields_11, B.QuoteItemReportFields_12, B.QuoteItemReportFields_13, B.QuoteItemReportFields_14, B.QuoteItemReportFields_15, B.QuoteItemReportFields_16, B.QuoteItemReportFields_17, B.QuoteItemReportFields_18, B.QuoteItemReportFields_19, B.QuoteItemReportFields_20, B.QuoteItemReportFields_21]), type$.JSArray_legacy_QuoteItemReportFields); + B.Type__$BankAccountEntity_s4B = A.typeLiteral("_$BankAccountEntity"); + B.List_hGr = A._setArrayType(makeConstList([B.Type_BankAccountEntity_7YB, B.Type__$BankAccountEntity_s4B]), type$.JSArray_legacy_Type); + B.List_hHb = A._setArrayType(makeConstList(["EEEE \u0e97\u0eb5 d MMMM G y", "d MMMM y", "d MMM y", "d/M/y"]), type$.JSArray_legacy_String); + B.List_hKt = A._setArrayType(makeConstList(["pre podne", "po podne"]), type$.JSArray_legacy_String); + B.List_hSa = A._setArrayType(makeConstList(["Enero", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Setyembre", "Oktubre", "Nobyembre", "Disyembre"]), type$.JSArray_legacy_String); B.Type__$GatewayOptionsEntity_M6L = A.typeLiteral("_$GatewayOptionsEntity"); B.List_hWW = A._setArrayType(makeConstList([B.Type_GatewayOptionsEntity_Ucj, B.Type__$GatewayOptionsEntity_M6L]), type$.JSArray_legacy_Type); B.List_hbB = A._setArrayType(makeConstList(["oO", "cC", "tT", "yY", "pP", "eE"]), type$.JSArray_legacy_String); + B.List_heL = A._setArrayType(makeConstList(["\u06cc", "\u062f", "\u0633", "\u0686", "\u067e", "\u062c", "\u0634"]), type$.JSArray_legacy_String); B.TimeOfDay_0_0 = new A.TimeOfDay(0, 0); B.TimeOfDay_0_5 = new A.TimeOfDay(0, 5); B.TimeOfDay_0_10 = new A.TimeOfDay(0, 10); @@ -502783,26 +519010,59 @@ B.TimeOfDay_9_0 = new A.TimeOfDay(9, 0); B.TimeOfDay_11_0 = new A.TimeOfDay(11, 0); B.List_htm0 = A._setArrayType(makeConstList([B.TimeOfDay_12_0, B.TimeOfDay_1_0, B.TimeOfDay_2_0, B.TimeOfDay_3_0, B.TimeOfDay_4_0, B.TimeOfDay_5_0, B.TimeOfDay_6_0, B.TimeOfDay_7_0, B.TimeOfDay_8_0, B.TimeOfDay_9_0, B.TimeOfDay_10_0, B.TimeOfDay_11_0]), type$.JSArray_legacy_TimeOfDay); + B.List_huc = A._setArrayType(makeConstList(["\u043f\u0440.\u0425\u0440.", "\u0441\u043b.\u0425\u0440."]), type$.JSArray_legacy_String); B.List_i3t = A._setArrayType(makeConstList([1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577]), type$.JSArray_legacy_int); + B.List_i7B = A._setArrayType(makeConstList(["vm.", "nm."]), type$.JSArray_legacy_String); + B.List_i7B0 = A._setArrayType(makeConstList(["1\xba trimestre", "2\xba trimestre", "3\xba trimestre", "4\xba trimestre"]), type$.JSArray_legacy_String); B.Type__$DocumentEntity_58f = A.typeLiteral("_$DocumentEntity"); B.List_iDT = A._setArrayType(makeConstList([B.Type_DocumentEntity_4AN, B.Type__$DocumentEntity_58f]), type$.JSArray_legacy_Type); + B.List_iDZ0 = A._setArrayType(makeConstList(["abans de Crist", "despr\xe9s de Crist"]), type$.JSArray_legacy_String); B.List_iDZ = A._setArrayType(makeConstList(["{1} 'at' {0}", "{1} 'at' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); B.Type_ExpenseItemResponse_GC7 = A.typeLiteral("ExpenseItemResponse"); B.Type__$ExpenseItemResponse_EGJ = A.typeLiteral("_$ExpenseItemResponse"); - B.List_iEE = A._setArrayType(makeConstList([B.Type_ExpenseItemResponse_GC7, B.Type__$ExpenseItemResponse_EGJ]), type$.JSArray_legacy_Type); + B.List_iEE0 = A._setArrayType(makeConstList([B.Type_ExpenseItemResponse_GC7, B.Type__$ExpenseItemResponse_EGJ]), type$.JSArray_legacy_Type); + B.List_iEE = A._setArrayType(makeConstList(["{1} 'kl'. {0}", "{1} 'kl'. {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); B.Type__$ExpenseEntity_cet = A.typeLiteral("_$ExpenseEntity"); B.List_iFM = A._setArrayType(makeConstList([B.Type_ExpenseEntity_OLh, B.Type__$ExpenseEntity_cet]), type$.JSArray_legacy_Type); + B.List_iL9 = A._setArrayType(makeConstList(["\u0442\u0430\u04a3\u043a\u044b", "\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438"]), type$.JSArray_legacy_String); + B.List_iTw = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "dd MMMM y", "dd.M.y", "dd.M.yy"]), type$.JSArray_legacy_String); + B.List_iU9 = A._setArrayType(makeConstList(["\u10d9", "\u10dd", "\u10e1", "\u10dd", "\u10ee", "\u10de", "\u10e8"]), type$.JSArray_legacy_String); B.List_iYO = A._setArrayType(makeConstList([0, 5, 16, 5, 8, 5, 24, 5, 4, 5, 20, 5, 12, 5, 28, 5, 2, 5, 18, 5, 10, 5, 26, 5, 6, 5, 22, 5, 14, 5, 30, 5, 1, 5, 17, 5, 9, 5, 25, 5, 5, 5, 21, 5, 13, 5, 29, 5, 3, 5, 19, 5, 11, 5, 27, 5, 7, 5, 23, 5]), type$.JSArray_legacy_int); + B.List_iYS = A._setArrayType(makeConstList(["{1} \u2019\u0b85\u0ba9\u0bcd\u0bb1\u0bc1\u2019 {0}", "{1} \u2019\u0b85\u0ba9\u0bcd\u0bb1\u0bc1\u2019 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_ido = A._setArrayType(makeConstList(["1\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf", "2\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf", "3\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf", "4\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf"]), type$.JSArray_legacy_String); + B.List_ifL = A._setArrayType(makeConstList(["ap.", "ip."]), type$.JSArray_legacy_String); B.Type__$VendorUIState_ato = A.typeLiteral("_$VendorUIState"); B.List_ifx = A._setArrayType(makeConstList([B.Type_VendorUIState_ohJ, B.Type__$VendorUIState_ato]), type$.JSArray_legacy_Type); B.List_ijq = A._setArrayType(makeConstList(["-//w3o//dtd w3 html strict 3.0//en//", "-/w3c/dtd html 4.0 transitional/en", "html"]), type$.JSArray_legacy_String); + B.List_ijv = A._setArrayType(makeConstList(["\u0434\u043e \u043d. \u044d.", "\u043d. \u044d."]), type$.JSArray_legacy_String); + B.List_inH = A._setArrayType(makeConstList(["\u0a10", "\u0a38\u0a4b", "\u0a2e\u0a70", "\u0a2c\u0a41\u0a71", "\u0a35\u0a40", "\u0a38\u0a3c\u0a41\u0a71", "\u0a38\u0a3c"]), type$.JSArray_legacy_String); + B.List_ink = A._setArrayType(makeConstList(["G", "F", "M", "A", "M", "G", "L", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_irQ = A._setArrayType(makeConstList(["avant J\xe9sus-Christ", "apr\xe8s J\xe9sus-Christ"]), type$.JSArray_legacy_String); + B.List_ivD = A._setArrayType(makeConstList(["Ch\u1ee7 Nh\u1eadt", "Th\u1ee9 Hai", "Th\u1ee9 Ba", "Th\u1ee9 T\u01b0", "Th\u1ee9 N\u0103m", "Th\u1ee9 S\xe1u", "Th\u1ee9 B\u1ea3y"]), type$.JSArray_legacy_String); + B.TimePickerEntryMode_0 = new A.TimePickerEntryMode(0, "dial"); + B.TimePickerEntryMode_1 = new A.TimePickerEntryMode(1, "input"); + B.TimePickerEntryMode_2 = new A.TimePickerEntryMode(2, "dialOnly"); + B.TimePickerEntryMode_3 = new A.TimePickerEntryMode(3, "inputOnly"); + B.List_iz0 = A._setArrayType(makeConstList([B.TimePickerEntryMode_0, B.TimePickerEntryMode_1, B.TimePickerEntryMode_2, B.TimePickerEntryMode_3]), A.findType("JSArray")); B._TimePickerMode_0 = new A._TimePickerMode(0, "hour"); B._TimePickerMode_1 = new A._TimePickerMode(1, "minute"); - B.List_izR = A._setArrayType(makeConstList([B._TimePickerMode_0, B._TimePickerMode_1]), A.findType("JSArray<_TimePickerMode*>")); + B.List_izR1 = A._setArrayType(makeConstList([B._TimePickerMode_0, B._TimePickerMode_1]), A.findType("JSArray<_TimePickerMode*>")); + B.List_izR = A._setArrayType(makeConstList(["{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}", "{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_izR0 = A._setArrayType(makeConstList(["Januwari", "Februwari", "Mashi", "Ephreli", "Meyi", "Juni", "Julayi", "Agasti", "Septhemba", "Okthoba", "Novemba", "Disemba"]), type$.JSArray_legacy_String); + B.List_izW = A._setArrayType(makeConstList(["domingo", "segunda-feira", "ter\xe7a-feira", "quarta-feira", "quinta-feira", "sexta-feira", "s\xe1bado"]), type$.JSArray_legacy_String); + B.List_j3h = A._setArrayType(makeConstList(["Januari", "Februari", "Machi", "Aprili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"]), type$.JSArray_legacy_String); + B.List_jNn = A._setArrayType(makeConstList(["\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0", "\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0", "\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0", "\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0", "\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0", "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0", "\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0"]), type$.JSArray_legacy_String); + B.List_jXU = A._setArrayType(makeConstList(["\u049a\u0430\u04a3\u0442\u0430\u0440", "\u0410\u049b\u043f\u0430\u043d", "\u041d\u0430\u0443\u0440\u044b\u0437", "\u0421\u04d9\u0443\u0456\u0440", "\u041c\u0430\u043c\u044b\u0440", "\u041c\u0430\u0443\u0441\u044b\u043c", "\u0428\u0456\u043b\u0434\u0435", "\u0422\u0430\u043c\u044b\u0437", "\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a", "\u049a\u0430\u0437\u0430\u043d", "\u049a\u0430\u0440\u0430\u0448\u0430", "\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]), type$.JSArray_legacy_String); B.Type_DateFormatListResponse_Pd4 = A.typeLiteral("DateFormatListResponse"); B.Type__$DateFormatListResponse_WTK = A.typeLiteral("_$DateFormatListResponse"); B.List_jjG = A._setArrayType(makeConstList([B.Type_DateFormatListResponse_Pd4, B.Type__$DateFormatListResponse_WTK]), type$.JSArray_legacy_Type); - B.List_k6K = A._setArrayType(makeConstList([B.EntityState_active, B.EntityState_archived, B.EntityState_deleted]), type$.JSArray_legacy_EntityState); + B.List_jrB = A._setArrayType(makeConstList(["nedelja", "ponedeljek", "torek", "sreda", "\u010detrtek", "petek", "sobota"]), type$.JSArray_legacy_String); + B.List_k0n = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u064a", "\u0641\u0628\u0631\u0648\u0631\u064a", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u06cd", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u067e\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_legacy_String); + B.List_k4X = A._setArrayType(makeConstList(["\u049b\u0430\u04a3.", "\u0430\u049b\u043f.", "\u043d\u0430\u0443.", "\u0441\u04d9\u0443.", "\u043c\u0430\u043c.", "\u043c\u0430\u0443.", "\u0448\u0456\u043b.", "\u0442\u0430\u043c.", "\u049b\u044b\u0440.", "\u049b\u0430\u0437.", "\u049b\u0430\u0440.", "\u0436\u0435\u043b."]), type$.JSArray_legacy_String); + B.List_k6K0 = A._setArrayType(makeConstList([B.EntityState_active, B.EntityState_archived, B.EntityState_deleted]), type$.JSArray_legacy_EntityState); + B.List_k6K = A._setArrayType(makeConstList(["\u1303", "\u134c", "\u121b", "\u12a4", "\u121c", "\u1301", "\u1301", "\u12a6", "\u1234", "\u12a6", "\u1296", "\u12f2"]), type$.JSArray_legacy_String); + B.List_k71 = A._setArrayType(makeConstList(["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"]), type$.JSArray_legacy_String); + B.List_k92 = A._setArrayType(makeConstList(["\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94", "\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94"]), type$.JSArray_legacy_String); B.Map_puwEs = new A.ConstantStringMap(2, {type: 641, value: "import"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_puUcj = new A.ConstantStringMap(2, {type: 642, value: "media"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_puSKd = new A.ConstantStringMap(2, {type: 643, value: "page"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); @@ -502824,7 +519084,10 @@ B.Map_pu5kv = new A.ConstantStringMap(2, {type: 659, value: "supports"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_puQ4t = new A.ConstantStringMap(2, {type: 660, value: "viewport"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_puy8q = new A.ConstantStringMap(2, {type: 661, value: "-ms-viewport"}, B.List_type_value, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_k92 = A._setArrayType(makeConstList([B.Map_puwEs, B.Map_puUcj, B.Map_puSKd, B.Map_putQ0, B.Map_puZf2, B.Map_pu4MR, B.Map_pucg9, B.Map_puwEo, B.Map_puWDo, B.Map_puKEA, B.Map_puzVh, B.Map_puQK8, B.Map_puU5r, B.Map_pu2jN, B.Map_pueTJ, B.Map_puorM, B.Map_pu9kk, B.Map_puoqK, B.Map_pu5kv, B.Map_puQ4t, B.Map_puy8q]), type$.JSArray_legacy_Map_of_legacy_String_and_dynamic); + B.List_k920 = A._setArrayType(makeConstList([B.Map_puwEs, B.Map_puUcj, B.Map_puSKd, B.Map_putQ0, B.Map_puZf2, B.Map_pu4MR, B.Map_pucg9, B.Map_puwEo, B.Map_puWDo, B.Map_puKEA, B.Map_puzVh, B.Map_puQK8, B.Map_puU5r, B.Map_pu2jN, B.Map_pueTJ, B.Map_puorM, B.Map_pu9kk, B.Map_puoqK, B.Map_pu5kv, B.Map_puQ4t, B.Map_puy8q]), type$.JSArray_legacy_Map_of_legacy_String_and_dynamic); + B.List_kAW = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0456\u043b\u044f", "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a", "\u0441\u0435\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0435\u0440", "\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", "\u0441\u0443\u0431\u043e\u0442\u0430"]), type$.JSArray_legacy_String); + B.List_kCd = A._setArrayType(makeConstList(["\u0cad\u0cbe\u0ca8\u0cc1", "\u0cb8\u0ccb\u0cae", "\u0cae\u0c82\u0c97\u0cb3", "\u0cac\u0cc1\u0ca7", "\u0c97\u0cc1\u0cb0\u0cc1", "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0", "\u0cb6\u0ca8\u0cbf"]), type$.JSArray_legacy_String); + B.List_kDF = A._setArrayType(makeConstList(["\u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995", "\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995", "\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995", "\u099a\u09a4\u09c1\u09b0\u09cd\u09a5 \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995"]), type$.JSArray_legacy_String); B.Type__$DocumentState_yzz = A.typeLiteral("_$DocumentState"); B.List_kHh = A._setArrayType(makeConstList([B.Type_DocumentState_yL2, B.Type__$DocumentState_yzz]), type$.JSArray_legacy_Type); B.Type__$InvoiceUIState_O8C = A.typeLiteral("_$InvoiceUIState"); @@ -502832,21 +519095,37 @@ B.Type__$CreditState_4YB = A.typeLiteral("_$CreditState"); B.List_kQR = A._setArrayType(makeConstList([B.Type_CreditState_23h, B.Type__$CreditState_4YB]), type$.JSArray_legacy_Type); B.List_kWG = A._setArrayType(makeConstList(["h:mm:ss a zzzz", "h:mm:ss a z", "h:mm:ss a", "h:mm a"]), type$.JSArray_legacy_String); + B.List_kWM = A._setArrayType(makeConstList(["a.\xa0m.", "p.\xa0m."]), type$.JSArray_legacy_String); + B.List_kXN = A._setArrayType(makeConstList(["januar", "februar", "marec", "april", "maj", "junij", "julij", "avgust", "september", "oktober", "november", "december"]), type$.JSArray_legacy_String); B.List_kaS = A._setArrayType(makeConstList(["yY", "sS", "tT", "eE", "mM"]), type$.JSArray_legacy_String); + B.List_kfn = A._setArrayType(makeConstList(["igandea", "astelehena", "asteartea", "asteazkena", "osteguna", "ostirala", "larunbata"]), type$.JSArray_legacy_String); B.Type__$TaxRateState_EUq = A.typeLiteral("_$TaxRateState"); B.List_kii = A._setArrayType(makeConstList([B.Type_TaxRateState_axY, B.Type__$TaxRateState_EUq]), type$.JSArray_legacy_Type); + B.List_kjq = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "d. MMM y", "d.M.y"]), type$.JSArray_legacy_String); + B.List_kkg = A._setArrayType(makeConstList(["\u9031\u65e5", "\u9031\u4e00", "\u9031\u4e8c", "\u9031\u4e09", "\u9031\u56db", "\u9031\u4e94", "\u9031\u516d"]), type$.JSArray_legacy_String); + B.List_kmg = A._setArrayType(makeConstList(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b", "\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b", "\u0574\u0561\u0580\u057f\u056b", "\u0561\u057a\u0580\u056b\u056c\u056b", "\u0574\u0561\u0575\u056b\u057d\u056b", "\u0570\u0578\u0582\u0576\u056b\u057d\u056b", "\u0570\u0578\u0582\u056c\u056b\u057d\u056b", "\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b", "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b", "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b", "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b", "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b"]), type$.JSArray_legacy_String); + B.List_kmo = A._setArrayType(makeConstList(["\u0c1c\u0c28\u0c35\u0c30\u0c3f", "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", "\u0c2e\u0c47", "\u0c1c\u0c42\u0c28\u0c4d", "\u0c1c\u0c41\u0c32\u0c48", "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d"]), type$.JSArray_legacy_String); + B.List_knt = A._setArrayType(makeConstList(["\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"]), type$.JSArray_legacy_String); + B.List_ksx = A._setArrayType(makeConstList(["\u0441\u0456\u0447\u0435\u043d\u044c", "\u043b\u044e\u0442\u0438\u0439", "\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c", "\u043a\u0432\u0456\u0442\u0435\u043d\u044c", "\u0442\u0440\u0430\u0432\u0435\u043d\u044c", "\u0447\u0435\u0440\u0432\u0435\u043d\u044c", "\u043b\u0438\u043f\u0435\u043d\u044c", "\u0441\u0435\u0440\u043f\u0435\u043d\u044c", "\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c", "\u0436\u043e\u0432\u0442\u0435\u043d\u044c", "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434", "\u0433\u0440\u0443\u0434\u0435\u043d\u044c"]), type$.JSArray_legacy_String); B.Type__$InvoiceEntity_kmf = A.typeLiteral("_$InvoiceEntity"); B.List_kuc = A._setArrayType(makeConstList([B.Type_InvoiceEntity_UcM, B.Type__$InvoiceEntity_kmf]), type$.JSArray_legacy_Type); + B.List_kue = A._setArrayType(makeConstList(["saus.", "vas.", "kov.", "bal.", "geg.", "bir\u017e.", "liep.", "rugp.", "rugs.", "spal.", "lapkr.", "gruod."]), type$.JSArray_legacy_String); + B.List_kvD = A._setArrayType(makeConstList(["f\xf6re Kristus", "efter Kristus"]), type$.JSArray_legacy_String); + B.List_kvD0 = A._setArrayType(makeConstList(["1-ch", "2-ch", "3-ch", "4-ch"]), type$.JSArray_legacy_String); B.Type__$ClientUIState_rx9 = A.typeLiteral("_$ClientUIState"); B.List_kya = A._setArrayType(makeConstList([B.Type_ClientUIState_ekJ, B.Type__$ClientUIState_rx9]), type$.JSArray_legacy_Type); + B.List_kyy = A._setArrayType(makeConstList(["\u03c0.\u03bc.", "\u03bc.\u03bc."]), type$.JSArray_legacy_String); B.Type__$TaskStatusUIState_t2C = A.typeLiteral("_$TaskStatusUIState"); - B.List_kyy = A._setArrayType(makeConstList([B.Type_TaskStatusUIState_6VO, B.Type__$TaskStatusUIState_t2C]), type$.JSArray_legacy_Type); + B.List_kyy0 = A._setArrayType(makeConstList([B.Type_TaskStatusUIState_6VO, B.Type__$TaskStatusUIState_t2C]), type$.JSArray_legacy_Type); + B.List_lI3 = A._setArrayType(makeConstList(["tremujori I", "tremujori II", "tremujori III", "tremujori IV"]), type$.JSArray_legacy_String); B.List_lqi = A._setArrayType(makeConstList([B.DocumentReportFields_0, B.DocumentReportFields_1, B.DocumentReportFields_2, B.DocumentReportFields_3, B.DocumentReportFields_4, B.DocumentReportFields_5, B.DocumentReportFields_6, B.DocumentReportFields_7, B.DocumentReportFields_8, B.DocumentReportFields_9]), type$.JSArray_legacy_DocumentReportFields); B.Type__$SystemLogEntity_M42 = A.typeLiteral("_$SystemLogEntity"); B.List_m2M = A._setArrayType(makeConstList([B.Type_SystemLogEntity_eL6, B.Type__$SystemLogEntity_M42]), type$.JSArray_legacy_Type); B.Type__$UserCompanyEntity_qhc = A.typeLiteral("_$UserCompanyEntity"); B.List_m3m = A._setArrayType(makeConstList([B.Type_UserCompanyEntity_XrT, B.Type__$UserCompanyEntity_qhc]), type$.JSArray_legacy_Type); B.List_m5d = A._setArrayType(makeConstList(["custom_designs", "group_settings", "client_portal", "custom_fields", "email_settings", "generated_numbers", "invoice_design", "templates_and_reminders", "subscriptions", "user_management"]), type$.JSArray_legacy_String); + B.List_m9N = A._setArrayType(makeConstList(["Dom.", "Luns", "Mar.", "M\xe9r.", "Xov.", "Ven.", "S\xe1b."]), type$.JSArray_legacy_String); + B.List_m9b = A._setArrayType(makeConstList(["Prvi kvartal", "Drugi kvartal", "Tre\u0107i kvartal", "\u010cetvrti kvartal"]), type$.JSArray_legacy_String); B.QuoteReportFields_0 = new A.QuoteReportFields(0, "id"); B.QuoteReportFields_1 = new A.QuoteReportFields(1, "amount"); B.QuoteReportFields_2 = new A.QuoteReportFields(2, "converted_amount"); @@ -502909,33 +519188,54 @@ B.QuoteReportFields_59 = new A.QuoteReportFields(59, "contact_name"); B.List_m9u = A._setArrayType(makeConstList([B.QuoteReportFields_0, B.QuoteReportFields_1, B.QuoteReportFields_2, B.QuoteReportFields_3, B.QuoteReportFields_4, B.QuoteReportFields_5, B.QuoteReportFields_6, B.QuoteReportFields_7, B.QuoteReportFields_8, B.QuoteReportFields_9, B.QuoteReportFields_10, B.QuoteReportFields_11, B.QuoteReportFields_12, B.QuoteReportFields_13, B.QuoteReportFields_14, B.QuoteReportFields_15, B.QuoteReportFields_16, B.QuoteReportFields_17, B.QuoteReportFields_18, B.QuoteReportFields_19, B.QuoteReportFields_20, B.QuoteReportFields_21, B.QuoteReportFields_22, B.QuoteReportFields_23, B.QuoteReportFields_24, B.QuoteReportFields_25, B.QuoteReportFields_26, B.QuoteReportFields_27, B.QuoteReportFields_28, B.QuoteReportFields_29, B.QuoteReportFields_30, B.QuoteReportFields_31, B.QuoteReportFields_32, B.QuoteReportFields_33, B.QuoteReportFields_34, B.QuoteReportFields_35, B.QuoteReportFields_36, B.QuoteReportFields_37, B.QuoteReportFields_38, B.QuoteReportFields_39, B.QuoteReportFields_40, B.QuoteReportFields_41, B.QuoteReportFields_42, B.QuoteReportFields_43, B.QuoteReportFields_44, B.QuoteReportFields_45, B.QuoteReportFields_46, B.QuoteReportFields_47, B.QuoteReportFields_48, B.QuoteReportFields_49, B.QuoteReportFields_50, B.QuoteReportFields_51, B.QuoteReportFields_52, B.QuoteReportFields_53, B.QuoteReportFields_54, B.QuoteReportFields_55, B.QuoteReportFields_56, B.QuoteReportFields_57, B.QuoteReportFields_58, B.QuoteReportFields_59]), type$.JSArray_legacy_QuoteReportFields); B.List_mC8 = A._setArrayType(makeConstList([0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]), type$.JSArray_legacy_int); + B.List_mCA = A._setArrayType(makeConstList(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]), type$.JSArray_legacy_String); + B.List_mGN = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "dd.MM.y", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_mJ1 = A._setArrayType(makeConstList(["\u0c24\u0c4d\u0c30\u0c481", "\u0c24\u0c4d\u0c30\u0c482", "\u0c24\u0c4d\u0c30\u0c483", "\u0c24\u0c4d\u0c30\u0c484"]), type$.JSArray_legacy_String); + B.List_mJx = A._setArrayType(makeConstList(["prvi kvartal", "drugi kvartal", "tre\u0107i kvartal", "\u010detvrti kvartal"]), type$.JSArray_legacy_String); + B.List_mNP = A._setArrayType(makeConstList(["\u10d9\u10d5\u10d8\u10e0\u10d0", "\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8", "\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8"]), type$.JSArray_legacy_String); B.Type_PaymentTypeItemResponse_4QF = A.typeLiteral("PaymentTypeItemResponse"); B.Type__$PaymentTypeItemResponse_QIl = A.typeLiteral("_$PaymentTypeItemResponse"); B.List_mNZ = A._setArrayType(makeConstList([B.Type_PaymentTypeItemResponse_4QF, B.Type__$PaymentTypeItemResponse_QIl]), type$.JSArray_legacy_Type); B.Type_PaymentTypeListResponse_4QF = A.typeLiteral("PaymentTypeListResponse"); B.Type__$PaymentTypeListResponse_QIl = A.typeLiteral("_$PaymentTypeListResponse"); B.List_mNZ0 = A._setArrayType(makeConstList([B.Type_PaymentTypeListResponse_4QF, B.Type__$PaymentTypeListResponse_QIl]), type$.JSArray_legacy_Type); + B.List_mPL = A._setArrayType(makeConstList(["bazar", "bazar ert\u0259si", "\xe7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131", "\xe7\u0259r\u015f\u0259nb\u0259", "c\xfcm\u0259 ax\u015fam\u0131", "c\xfcm\u0259", "\u015f\u0259nb\u0259"]), type$.JSArray_legacy_String); B.List_mRX = A._setArrayType(makeConstList(["A5", "A4", "A3", "B5", "B4", "JIS-B5", "JIS-B4", "letter", "legal", "ledger"]), type$.JSArray_legacy_String); + B.List_mXg = A._setArrayType(makeConstList(["\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", "\u043f\u043e \u043f\u043e\u0434\u043d\u0435"]), type$.JSArray_legacy_String); + B.List_maI = A._setArrayType(makeConstList(["\u063a.\u0645.", "\u063a.\u0648."]), type$.JSArray_legacy_String); B.Type_CurrencyListResponse_SJF = A.typeLiteral("CurrencyListResponse"); B.Type__$CurrencyListResponse_UKT = A.typeLiteral("_$CurrencyListResponse"); B.List_mb4 = A._setArrayType(makeConstList([B.Type_CurrencyListResponse_SJF, B.Type__$CurrencyListResponse_UKT]), type$.JSArray_legacy_Type); + B.List_mbw = A._setArrayType(makeConstList(["sv\u0113tdiena", "pirmdiena", "otrdiena", "tre\u0161diena", "ceturtdiena", "piektdiena", "sestdiena"]), type$.JSArray_legacy_String); + B.List_meg = A._setArrayType(makeConstList(["\u091c\u0928", "\u092b\u0947\u092c", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930", "\u092e\u0947", "\u091c\u0941\u0928", "\u091c\u0941\u0932", "\u0905\u0917", "\u0938\u0947\u092a", "\u0905\u0915\u094d\u091f\u094b", "\u0928\u094b\u092d\u0947", "\u0921\u093f\u0938\u0947"]), type$.JSArray_legacy_String); + B.List_ml5 = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "dd/MM/y"]), type$.JSArray_legacy_String); B._ListTileSlot_0 = new A._ListTileSlot(0, "leading"); B._ListTileSlot_1 = new A._ListTileSlot(1, "title"); B._ListTileSlot_2 = new A._ListTileSlot(2, "subtitle"); B._ListTileSlot_3 = new A._ListTileSlot(3, "trailing"); - B.List_ml5 = A._setArrayType(makeConstList([B._ListTileSlot_0, B._ListTileSlot_1, B._ListTileSlot_2, B._ListTileSlot_3]), A.findType("JSArray<_ListTileSlot*>")); + B.List_ml50 = A._setArrayType(makeConstList([B._ListTileSlot_0, B._ListTileSlot_1, B._ListTileSlot_2, B._ListTileSlot_3]), A.findType("JSArray<_ListTileSlot*>")); + B.List_mnR = A._setArrayType(makeConstList(["\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0627\u0648\u0644", "\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u062f\u0648\u0645", "\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0633\u0648\u0645", "\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0686\u0647\u0627\u0631\u0645"]), type$.JSArray_legacy_String); + B.List_mpd = A._setArrayType(makeConstList(["\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "\u0441\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", "\u0441\u0443\u0431\u0431\u043e\u0442\u0430"]), type$.JSArray_legacy_String); + B.List_mtl = A._setArrayType(makeConstList(["\u091c\u0928\u0935\u0930\u0940", "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u093f\u0932", "\u092e\u0947", "\u091c\u0941\u0928", "\u091c\u0941\u0932\u093e\u0908", "\u0905\u0917\u0938\u094d\u091f", "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930"]), type$.JSArray_legacy_String); B.Type_ProductItemResponse_E8w = A.typeLiteral("ProductItemResponse"); B.Type__$ProductItemResponse_evi = A.typeLiteral("_$ProductItemResponse"); B.List_mxd = A._setArrayType(makeConstList([B.Type_ProductItemResponse_E8w, B.Type__$ProductItemResponse_evi]), type$.JSArray_legacy_Type); + B.List_my0 = A._setArrayType(makeConstList(["S", "M", "T", "K", "T", "P", "L"]), type$.JSArray_legacy_String); B.Type__$DatetimeFormatEntity_Cxz = A.typeLiteral("_$DatetimeFormatEntity"); B.List_myU = A._setArrayType(makeConstList([B.Type_DatetimeFormatEntity_EyI, B.Type__$DatetimeFormatEntity_Cxz]), type$.JSArray_legacy_Type); B.Pair_DVt = new A.Pair("http://www.w3.org/1998/Math/MathML", "annotaion-xml", type$.Pair_of_legacy_String_and_legacy_String); B.List_mzi = A._setArrayType(makeConstList([B.Pair_DVt, B.Pair_SDM, B.Pair_ijl, B.Pair_27z]), type$.JSArray_legacy_Pair_of_legacy_String_and_legacy_String); + B.List_n3c = A._setArrayType(makeConstList(["\u0b95\u0bbf.\u0bae\u0bc1.", "\u0b95\u0bbf.\u0baa\u0bbf."]), type$.JSArray_legacy_String); + B.List_n5d = A._setArrayType(makeConstList(["sausio", "vasario", "kovo", "baland\u017eio", "gegu\u017e\u0117s", "bir\u017eelio", "liepos", "rugpj\u016b\u010dio", "rugs\u0117jo", "spalio", "lapkri\u010dio", "gruod\u017eio"]), type$.JSArray_legacy_String); B.Type__$WebhookConfigurationEntity_BxI = A.typeLiteral("_$WebhookConfigurationEntity"); B.List_n7e = A._setArrayType(makeConstList([B.Type_WebhookConfigurationEntity_WRw, B.Type__$WebhookConfigurationEntity_BxI]), type$.JSArray_legacy_Type); B.Type_TaskStatusItemResponse_gPT = A.typeLiteral("TaskStatusItemResponse"); B.Type__$TaskStatusItemResponse_EK0 = A.typeLiteral("_$TaskStatusItemResponse"); - B.List_n7k = A._setArrayType(makeConstList([B.Type_TaskStatusItemResponse_gPT, B.Type__$TaskStatusItemResponse_EK0]), type$.JSArray_legacy_Type); + B.List_n7k1 = A._setArrayType(makeConstList([B.Type_TaskStatusItemResponse_gPT, B.Type__$TaskStatusItemResponse_EK0]), type$.JSArray_legacy_Type); + B.List_n7k = A._setArrayType(makeConstList(["EEEE, d MMMM 'de' y", "d MMMM 'de' y", "d MMM y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_n7k0 = A._setArrayType(makeConstList(["\u0540", "\u0553", "\u0544", "\u0531", "\u0544", "\u0540", "\u0540", "\u0555", "\u054d", "\u0540", "\u0546", "\u0534"]), type$.JSArray_legacy_String); + B.List_nMZ = A._setArrayType(makeConstList(["f.h.", "e.h."]), type$.JSArray_legacy_String); + B.List_nTU = A._setArrayType(makeConstList(["\u0da2", "\u0db4\u0dd9", "\u0db8\u0dcf", "\u0d85", "\u0db8\u0dd0", "\u0da2\u0dd6", "\u0da2\u0dd6", "\u0d85", "\u0dc3\u0dd0", "\u0d94", "\u0db1\u0dd9", "\u0daf\u0dd9"]), type$.JSArray_legacy_String); B.Type_UserCompanyItemResponse_eaJ = A.typeLiteral("UserCompanyItemResponse"); B.Type__$UserCompanyItemResponse_9m9 = A.typeLiteral("_$UserCompanyItemResponse"); B.List_nTi = A._setArrayType(makeConstList([B.Type_UserCompanyItemResponse_eaJ, B.Type__$UserCompanyItemResponse_9m9]), type$.JSArray_legacy_Type); @@ -502944,16 +519244,35 @@ B.List_nXg = A._setArrayType(makeConstList([B.Type_CountryListResponse_KeE, B.Type__$CountryListResponse_ktn]), type$.JSArray_legacy_Type); B.Type__$UIState_L7j = A.typeLiteral("_$UIState"); B.List_nZd = A._setArrayType(makeConstList([B.Type_UIState_sxw, B.Type__$UIState_L7j]), type$.JSArray_legacy_Type); + B.List_nha = A._setArrayType(makeConstList(["1e kwartaal", "2e kwartaal", "3e kwartaal", "4e kwartaal"]), type$.JSArray_legacy_String); + B.List_npw = A._setArrayType(makeConstList(["\u0924\u093f1", "\u0924\u093f2", "\u0924\u093f3", "\u0924\u093f4"]), type$.JSArray_legacy_String); + B.List_ntP = A._setArrayType(makeConstList(["nedelja", "ponedeljak", "utorak", "sreda", "\u010detvrtak", "petak", "subota"]), type$.JSArray_legacy_String); B.List_nxB = A._setArrayType(makeConstList([0, 0, 24576, 1023, 65534, 34815, 65534, 18431]), type$.JSArray_legacy_int); - B.List_oGx = A._setArrayType(makeConstList([B.DateRangeComparison_previousPeriod, B.DateRangeComparison_previousYear, B.DateRangeComparison_customRange]), A.findType("JSArray")); + B.List_o0N = A._setArrayType(makeConstList(["{1}, {0}", "{1}, {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_o0y = A._setArrayType(makeConstList(["I k.", "II k.", "III k.", "IV k."]), type$.JSArray_legacy_String); + B.List_o2T = A._setArrayType(makeConstList(["M", "S", "S", "R", "K", "J", "S"]), type$.JSArray_legacy_String); + B.List_o96 = A._setArrayType(makeConstList(["\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430", "\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430"]), type$.JSArray_legacy_String); + B.List_oCX = A._setArrayType(makeConstList(["\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", "\u0bae\u0bc7", "\u0b9c\u0bc2\u0ba9\u0bcd", "\u0b9c\u0bc2\u0bb2\u0bc8", "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd"]), type$.JSArray_legacy_String); + B.List_oEc = A._setArrayType(makeConstList(["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"]), type$.JSArray_legacy_String); + B.List_oGx = A._setArrayType(makeConstList(["\u4e0a\u5348", "\u4e0b\u5348"]), type$.JSArray_legacy_String); + B.List_oGx0 = A._setArrayType(makeConstList([B.DateRangeComparison_previousPeriod, B.DateRangeComparison_previousYear, B.DateRangeComparison_customRange]), A.findType("JSArray")); + B.List_oM3 = A._setArrayType(makeConstList(["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"]), type$.JSArray_legacy_String); + B.List_oTd = A._setArrayType(makeConstList(["\u10d9\u10d5\u10d8", "\u10dd\u10e0\u10e8", "\u10e1\u10d0\u10db", "\u10dd\u10d7\u10ee", "\u10ee\u10e3\u10d7", "\u10de\u10d0\u10e0", "\u10e8\u10d0\u10d1"]), type$.JSArray_legacy_String); + B.List_oU4 = A._setArrayType(makeConstList(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); B.Type__$WebhookUIState_MQu = A.typeLiteral("_$WebhookUIState"); B.List_oUG = A._setArrayType(makeConstList([B.Type_WebhookUIState_HFe, B.Type__$WebhookUIState_MQu]), type$.JSArray_legacy_Type); B.Type__$GatewayEntity_8eb = A.typeLiteral("_$GatewayEntity"); B.List_oW3 = A._setArrayType(makeConstList([B.Type_GatewayEntity_kOG, B.Type__$GatewayEntity_8eb]), type$.JSArray_legacy_Type); + B.List_oXg = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd", "\u03a6\u03b5\u03b2", "\u039c\u03ac\u03c1", "\u0391\u03c0\u03c1", "\u039c\u03ac\u03b9", "\u0399\u03bf\u03cd\u03bd", "\u0399\u03bf\u03cd\u03bb", "\u0391\u03cd\u03b3", "\u03a3\u03b5\u03c0", "\u039f\u03ba\u03c4", "\u039d\u03bf\u03ad", "\u0394\u03b5\u03ba"]), type$.JSArray_legacy_String); + B.List_oYZ = A._setArrayType(makeConstList(["\u0b30", "\u0b38\u0b4b", "\u0b2e", "\u0b2c\u0b41", "\u0b17\u0b41", "\u0b36\u0b41", "\u0b36"]), type$.JSArray_legacy_String); + B.List_oYk = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM, y", "d MMM, y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_oc6 = A._setArrayType(makeConstList(["\u0431.\u0437.\u0434.", "\u0431.\u0437."]), type$.JSArray_legacy_String); + B.List_okI = A._setArrayType(makeConstList(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd"]), type$.JSArray_legacy_String); B.List_omi = A._setArrayType(makeConstList(["-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//"]), type$.JSArray_legacy_String); B.Type_ProductListResponse_INA = A.typeLiteral("ProductListResponse"); B.Type__$ProductListResponse_qYN = A.typeLiteral("_$ProductListResponse"); B.List_ooa = A._setArrayType(makeConstList([B.Type_ProductListResponse_INA, B.Type__$ProductListResponse_qYN]), type$.JSArray_legacy_Type); + B.List_oqK = A._setArrayType(makeConstList(["\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30", "\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30", "\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30", "\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30", "\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30", "\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30", "\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30"]), type$.JSArray_legacy_String); B.RecurringExpenseReportFields_0 = new A.RecurringExpenseReportFields(0, "id"); B.RecurringExpenseReportFields_1 = new A.RecurringExpenseReportFields(1, "amount"); B.RecurringExpenseReportFields_2 = new A.RecurringExpenseReportFields(2, "net_amount"); @@ -502985,7 +519304,9 @@ B.RecurringExpenseReportFields_28 = new A.RecurringExpenseReportFields(28, "frequency"); B.RecurringExpenseReportFields_29 = new A.RecurringExpenseReportFields(29, "start_date"); B.RecurringExpenseReportFields_30 = new A.RecurringExpenseReportFields(30, "remaining_cycles"); - B.List_oqK = A._setArrayType(makeConstList([B.RecurringExpenseReportFields_0, B.RecurringExpenseReportFields_1, B.RecurringExpenseReportFields_2, B.RecurringExpenseReportFields_3, B.RecurringExpenseReportFields_4, B.RecurringExpenseReportFields_5, B.RecurringExpenseReportFields_6, B.RecurringExpenseReportFields_7, B.RecurringExpenseReportFields_8, B.RecurringExpenseReportFields_9, B.RecurringExpenseReportFields_10, B.RecurringExpenseReportFields_11, B.RecurringExpenseReportFields_12, B.RecurringExpenseReportFields_13, B.RecurringExpenseReportFields_14, B.RecurringExpenseReportFields_15, B.RecurringExpenseReportFields_16, B.RecurringExpenseReportFields_17, B.RecurringExpenseReportFields_18, B.RecurringExpenseReportFields_19, B.RecurringExpenseReportFields_20, B.RecurringExpenseReportFields_21, B.RecurringExpenseReportFields_22, B.RecurringExpenseReportFields_23, B.RecurringExpenseReportFields_24, B.RecurringExpenseReportFields_25, B.RecurringExpenseReportFields_26, B.RecurringExpenseReportFields_27, B.RecurringExpenseReportFields_28, B.RecurringExpenseReportFields_29, B.RecurringExpenseReportFields_30]), type$.JSArray_legacy_RecurringExpenseReportFields); + B.List_oqK0 = A._setArrayType(makeConstList([B.RecurringExpenseReportFields_0, B.RecurringExpenseReportFields_1, B.RecurringExpenseReportFields_2, B.RecurringExpenseReportFields_3, B.RecurringExpenseReportFields_4, B.RecurringExpenseReportFields_5, B.RecurringExpenseReportFields_6, B.RecurringExpenseReportFields_7, B.RecurringExpenseReportFields_8, B.RecurringExpenseReportFields_9, B.RecurringExpenseReportFields_10, B.RecurringExpenseReportFields_11, B.RecurringExpenseReportFields_12, B.RecurringExpenseReportFields_13, B.RecurringExpenseReportFields_14, B.RecurringExpenseReportFields_15, B.RecurringExpenseReportFields_16, B.RecurringExpenseReportFields_17, B.RecurringExpenseReportFields_18, B.RecurringExpenseReportFields_19, B.RecurringExpenseReportFields_20, B.RecurringExpenseReportFields_21, B.RecurringExpenseReportFields_22, B.RecurringExpenseReportFields_23, B.RecurringExpenseReportFields_24, B.RecurringExpenseReportFields_25, B.RecurringExpenseReportFields_26, B.RecurringExpenseReportFields_27, B.RecurringExpenseReportFields_28, B.RecurringExpenseReportFields_29, B.RecurringExpenseReportFields_30]), type$.JSArray_legacy_RecurringExpenseReportFields); + B.List_oqh = A._setArrayType(makeConstList(["\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445", "\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439"]), type$.JSArray_legacy_String); + B.List_orL = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d7c", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", "\u0d2c\u0d41\u0d27\u0d7b", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", "\u0d36\u0d28\u0d3f"]), type$.JSArray_legacy_String); B.NamedAttribution_code = new A.NamedAttribution("code"); B.NamedAttribution_bold = new A.NamedAttribution("bold"); B.NamedAttribution_italics = new A.NamedAttribution("italics"); @@ -502994,8 +519315,13 @@ B.Type_TaskStatusListResponse_OvD = A.typeLiteral("TaskStatusListResponse"); B.Type__$TaskStatusListResponse_EK0 = A.typeLiteral("_$TaskStatusListResponse"); B.List_ouA = A._setArrayType(makeConstList([B.Type_TaskStatusListResponse_OvD, B.Type__$TaskStatusListResponse_EK0]), type$.JSArray_legacy_Type); + B.List_ouN = A._setArrayType(makeConstList(["\u043f\u0440\u0432\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435", "\u0432\u0442\u043e\u0440\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435", "\u0442\u0440\u0435\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435", "\u0447\u0435\u0442\u0432\u0440\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435"]), type$.JSArray_legacy_String); + B.List_ouN0 = A._setArrayType(makeConstList(["\u0441\u0456\u0447.", "\u043b\u044e\u0442.", "\u0431\u0435\u0440.", "\u043a\u0432\u0456\u0442.", "\u0442\u0440\u0430\u0432.", "\u0447\u0435\u0440\u0432.", "\u043b\u0438\u043f.", "\u0441\u0435\u0440\u043f.", "\u0432\u0435\u0440.", "\u0436\u043e\u0432\u0442.", "\u043b\u0438\u0441\u0442.", "\u0433\u0440\u0443\u0434."]), type$.JSArray_legacy_String); + B.List_ouf = A._setArrayType(makeConstList(["\xc71", "\xc72", "\xc73", "\xc74"]), type$.JSArray_legacy_String); + B.List_owA = A._setArrayType(makeConstList(["\u0458", "\u0444", "\u043c", "\u0430", "\u043c", "\u0458", "\u0458", "\u0430", "\u0441", "\u043e", "\u043d", "\u0434"]), type$.JSArray_legacy_String); + B.List_oww = A._setArrayType(makeConstList(["ne", "po", "\xfat", "st", "\u010dt", "p\xe1", "so"]), type$.JSArray_legacy_String); B.Type__$PaymentTermUIState_88f = A.typeLiteral("_$PaymentTermUIState"); - B.List_oyU0 = A._setArrayType(makeConstList([B.Type_PaymentTermUIState_2No, B.Type__$PaymentTermUIState_88f]), type$.JSArray_legacy_Type); + B.List_oyU2 = A._setArrayType(makeConstList([B.Type_PaymentTermUIState_2No, B.Type__$PaymentTermUIState_88f]), type$.JSArray_legacy_Type); B._CornerId_0 = new A._CornerId(0, "topLeft"); B._CornerId_3 = new A._CornerId(3, "bottomRight"); B._Diagonal__CornerId_0__CornerId_3 = new A._Diagonal(B._CornerId_0, B._CornerId_3); @@ -503004,12 +519330,32 @@ B._CornerId_2 = new A._CornerId(2, "bottomLeft"); B._Diagonal__CornerId_1__CornerId_2 = new A._Diagonal(B._CornerId_1, B._CornerId_2); B._Diagonal__CornerId_2__CornerId_1 = new A._Diagonal(B._CornerId_2, B._CornerId_1); - B.List_oyU = A._setArrayType(makeConstList([B._Diagonal__CornerId_0__CornerId_3, B._Diagonal__CornerId_3__CornerId_0, B._Diagonal__CornerId_1__CornerId_2, B._Diagonal__CornerId_2__CornerId_1]), A.findType("JSArray<_Diagonal*>")); + B.List_oyU1 = A._setArrayType(makeConstList([B._Diagonal__CornerId_0__CornerId_3, B._Diagonal__CornerId_3__CornerId_0, B._Diagonal__CornerId_1__CornerId_2, B._Diagonal__CornerId_2__CornerId_1]), A.findType("JSArray<_Diagonal*>")); + B.List_oyU0 = A._setArrayType(makeConstList(["\u091c\u0928", "\u092b\u0947\u0947\u092c", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930", "\u092e\u0947", "\u091c\u0941\u0928", "\u091c\u0941\u0932", "\u0905\u0917", "\u0938\u0947\u092a", "\u0905\u0915\u094d\u091f\u094b", "\u0928\u094b\u092d\u0947", "\u0921\u093f\u0938\u0947"]), type$.JSArray_legacy_String); + B.List_oyU = A._setArrayType(makeConstList(["\u091c\u0928\u0970", "\u092b\u093c\u0930\u0970", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u0948\u0932", "\u092e\u0908", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0970", "\u0905\u0917\u0970", "\u0938\u093f\u0924\u0970", "\u0905\u0915\u094d\u0924\u0942\u0970", "\u0928\u0935\u0970", "\u0926\u093f\u0938\u0970"]), type$.JSArray_legacy_String); + B.List_oyn = A._setArrayType(makeConstList(["{1} 'klo' {0}", "{1} 'klo' {0}", "{1} 'klo' {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_p2v = A._setArrayType(makeConstList(["\u0441", "\u043b", "\u0441", "\u043a", "\u043c", "\u0447", "\u043b", "\u0436", "\u0432", "\u043a", "\u043b", "\u0441"]), type$.JSArray_legacy_String); + B.List_pXQ = A._setArrayType(makeConstList(["1\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02", "2\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02", "3\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02", "4\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02"]), type$.JSArray_legacy_String); + B.List_peT = A._setArrayType(makeConstList(["januar", "februar", "mart", "april", "maj", "jun", "jul", "avgust", "septembar", "oktobar", "novembar", "decembar"]), type$.JSArray_legacy_String); + B.List_pea = A._setArrayType(makeConstList(["Sv\u0113tdiena", "Pirmdiena", "Otrdiena", "Tre\u0161diena", "Ceturtdiena", "Piektdiena", "Sestdiena"]), type$.JSArray_legacy_String); + B.List_pm3 = A._setArrayType(makeConstList(["para Krishtit", "mbas Krishtit"]), type$.JSArray_legacy_String); B.List_portrait_landscape = A._setArrayType(makeConstList(["portrait", "landscape"]), type$.JSArray_legacy_String); B.List_pre_listing_textarea = A._setArrayType(makeConstList(["pre", "listing", "textarea"]), type$.JSArray_legacy_String); + B.List_prijepodne_popodne = A._setArrayType(makeConstList(["prijepodne", "popodne"]), type$.JSArray_legacy_String); B.Type_PaymentItemResponse_Hr9 = A.typeLiteral("PaymentItemResponse"); B.Type__$PaymentItemResponse_d2q = A.typeLiteral("_$PaymentItemResponse"); B.List_puA = A._setArrayType(makeConstList([B.Type_PaymentItemResponse_Hr9, B.Type__$PaymentItemResponse_d2q]), type$.JSArray_legacy_Type); + B.List_q0N = A._setArrayType(makeConstList(["V", "H", "K", "Sze", "Cs", "P", "Szo"]), type$.JSArray_legacy_String); + B.List_q8l = A._setArrayType(makeConstList(["janu\xe1r", "febru\xe1r", "m\xe1rcius", "\xe1prilis", "m\xe1jus", "j\xfanius", "j\xfalius", "augusztus", "szeptember", "okt\xf3ber", "november", "december"]), type$.JSArray_legacy_String); + B.List_q96 = A._setArrayType(makeConstList(["\u0ea1.\u0e81.", "\u0e81.\u0e9e.", "\u0ea1.\u0e99.", "\u0ea1.\u0eaa.", "\u0e9e.\u0e9e.", "\u0ea1\u0eb4.\u0e96.", "\u0e81.\u0ea5.", "\u0eaa.\u0eab.", "\u0e81.\u0e8d.", "\u0e95.\u0ea5.", "\u0e9e.\u0e88.", "\u0e97.\u0ea7."]), type$.JSArray_legacy_String); + B.List_qBr = A._setArrayType(makeConstList(["S", "L", "M", "K", "M", "C", "L", "S", "W", "P", "L", "G"]), type$.JSArray_legacy_String); + B.List_qFo = A._setArrayType(makeConstList(["\u0e95\u0ea11", "\u0e95\u0ea12", "\u0e95\u0ea13", "\u0e95\u0ea14"]), type$.JSArray_legacy_String); + B.List_qH7 = A._setArrayType(makeConstList(["\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430"]), type$.JSArray_legacy_String); + B.List_qJB = A._setArrayType(makeConstList(["EEEE dd MMMM y", "dd MMMM y", "dd MMM y", "y-MM-dd"]), type$.JSArray_legacy_String); + B.List_qJO = A._setArrayType(makeConstList(["y MMMM d, EEEE", "y MMMM d", "y MMM d", "y-MM-dd"]), type$.JSArray_legacy_String); + B.List_qJx = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "yy-MM-dd"]), type$.JSArray_legacy_String); + B.List_qMN = A._setArrayType(makeConstList(["gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic"]), type$.JSArray_legacy_String); + B.List_qNA0 = A._setArrayType(makeConstList(["vas\xe1rnap", "h\xe9tf\u0151", "kedd", "szerda", "cs\xfct\xf6rt\xf6k", "p\xe9ntek", "szombat"]), type$.JSArray_legacy_String); B.List_qNA = A._setArrayType(makeConstList([0, 0, 32754, 11263, 65534, 34815, 65534, 18431]), type$.JSArray_legacy_int); B.Type_GatewayTokenListResponse_4jG = A.typeLiteral("GatewayTokenListResponse"); B.Type__$GatewayTokenListResponse_O1u = A.typeLiteral("_$GatewayTokenListResponse"); @@ -503030,25 +519376,34 @@ B.List_qQn = A._setArrayType(makeConstList([0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0]), type$.JSArray_legacy_int); B.List_qQn0 = A._setArrayType(makeConstList([0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 28, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 0]), type$.JSArray_legacy_int); B.List_qQn1 = A._setArrayType(makeConstList([3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258]), type$.JSArray_legacy_int); + B.List_qRH = A._setArrayType(makeConstList(["\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", "\u0641\u0648\u0631\u06cc\u0647\u0654", "\u0645\u0627\u0631\u0633", "\u0622\u0648\u0631\u06cc\u0644", "\u0645\u0647\u0654", "\u0698\u0648\u0626\u0646", "\u0698\u0648\u0626\u06cc\u0647\u0654", "\u0627\u0648\u062a", "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0628\u0631", "\u0646\u0648\u0627\u0645\u0628\u0631", "\u062f\u0633\u0627\u0645\u0628\u0631"]), type$.JSArray_legacy_String); + B.List_qa3 = A._setArrayType(makeConstList(["\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", "\u0d2e\u0d47\u0d2f\u0d4d", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42\u0d32\u0d48", "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", "\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c", "\u0d28\u0d35\u0d02\u0d2c\u0d7c", "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c"]), type$.JSArray_legacy_String); + B.List_qbf = A._setArrayType(makeConstList(["\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0", "\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2"]), type$.JSArray_legacy_String); B.List_qg40 = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_legacy_int); B.List_qg4 = A._setArrayType(makeConstList([0, 0, 65490, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_legacy_int); - B.List_qhE = A._setArrayType(makeConstList(["calendar", "camera", "contacts", "location", "locationAlways", "locationWhenInUse", "mediaLibrary", "microphone", "phone", "photos", "photosAddOnly", "reminders", "sensors", "sms", "speech", "storage", "ignoreBatteryOptimizations", "notification", "access_media_location", "activity_recognition", "unknown", "bluetooth", "manageExternalStorage", "systemAlertWindow", "requestInstallPackages", "appTrackingTransparency", "criticalAlerts", "accessNotificationPolicy", "bluetoothScan", "bluetoothAdvertise", "bluetoothConnect"]), type$.JSArray_legacy_String); + B.List_qh2 = A._setArrayType(makeConstList(["\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8", "\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8"]), type$.JSArray_legacy_String); + B.List_qhE = A._setArrayType(makeConstList(["n", "p", "u", "s", "\u0161", "p", "s"]), type$.JSArray_legacy_String); + B.List_qhE0 = A._setArrayType(makeConstList(["calendar", "camera", "contacts", "location", "locationAlways", "locationWhenInUse", "mediaLibrary", "microphone", "phone", "photos", "photosAddOnly", "reminders", "sensors", "sms", "speech", "storage", "ignoreBatteryOptimizations", "notification", "access_media_location", "activity_recognition", "unknown", "bluetooth", "manageExternalStorage", "systemAlertWindow", "requestInstallPackages", "appTrackingTransparency", "criticalAlerts", "accessNotificationPolicy", "bluetoothScan", "bluetoothAdvertise", "bluetoothConnect"]), type$.JSArray_legacy_String); B.Type__$DashboardUIState_gkc = A.typeLiteral("_$DashboardUIState"); B.List_qjZ = A._setArrayType(makeConstList([B.Type_DashboardUIState_4YB, B.Type__$DashboardUIState_gkc]), type$.JSArray_legacy_Type); - B.List_2Vk3 = A._setArrayType(makeConstList([137, 80, 78, 71, 13, 10, 26, 10]), type$.JSArray_nullable_int); - B.ImageFileFormat_iDT = new A.ImageFileFormat(B.List_2Vk3, "image/png"); - B.List_ww8136 = A._setArrayType(makeConstList([71, 73, 70, 56, 55, 97]), type$.JSArray_nullable_int); - B.ImageFileFormat_fL6 = new A.ImageFileFormat(B.List_ww8136, "image/gif"); - B.List_ww8137 = A._setArrayType(makeConstList([71, 73, 70, 56, 57, 97]), type$.JSArray_nullable_int); - B.ImageFileFormat_fL60 = new A.ImageFileFormat(B.List_ww8137, "image/gif"); + B.List_qp8 = A._setArrayType(makeConstList(["m.a.", "milodiy"]), type$.JSArray_legacy_String); + B.List_2Vk6 = A._setArrayType(makeConstList([137, 80, 78, 71, 13, 10, 26, 10]), type$.JSArray_nullable_int); + B.ImageFileFormat_iDT = new A.ImageFileFormat(B.List_2Vk6, "image/png"); + B.List_ww8141 = A._setArrayType(makeConstList([71, 73, 70, 56, 55, 97]), type$.JSArray_nullable_int); + B.ImageFileFormat_fL6 = new A.ImageFileFormat(B.List_ww8141, "image/gif"); + B.List_ww8142 = A._setArrayType(makeConstList([71, 73, 70, 56, 57, 97]), type$.JSArray_nullable_int); + B.ImageFileFormat_fL60 = new A.ImageFileFormat(B.List_ww8142, "image/gif"); B.List_255_216_255 = A._setArrayType(makeConstList([255, 216, 255]), type$.JSArray_nullable_int); B.ImageFileFormat_34s = new A.ImageFileFormat(B.List_255_216_255, "image/jpeg"); B.List_UiL = A._setArrayType(makeConstList([82, 73, 70, 70, null, null, null, null, 87, 69, 66, 80]), type$.JSArray_nullable_int); B.ImageFileFormat_CZk = new A.ImageFileFormat(B.List_UiL, "image/webp"); B.List_66_77 = A._setArrayType(makeConstList([66, 77]), type$.JSArray_nullable_int); B.ImageFileFormat_23h = new A.ImageFileFormat(B.List_66_77, "image/bmp"); - B.List_qp8 = A._setArrayType(makeConstList([B.ImageFileFormat_iDT, B.ImageFileFormat_fL6, B.ImageFileFormat_fL60, B.ImageFileFormat_34s, B.ImageFileFormat_CZk, B.ImageFileFormat_23h]), A.findType("JSArray")); + B.List_qp80 = A._setArrayType(makeConstList([B.ImageFileFormat_iDT, B.ImageFileFormat_fL6, B.ImageFileFormat_fL60, B.ImageFileFormat_34s, B.ImageFileFormat_CZk, B.ImageFileFormat_23h]), A.findType("JSArray")); + B.List_qpm0 = A._setArrayType(makeConstList(["\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b", "\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578"]), type$.JSArray_legacy_String); B.List_qpm = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_qq1 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "dd/MM/yy"]), type$.JSArray_legacy_String); + B.List_qrV = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "mai", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "des."]), type$.JSArray_legacy_String); B.TaskReportFields_0 = new A.TaskReportFields(0, "id"); B.TaskReportFields_1 = new A.TaskReportFields(1, "rate"); B.TaskReportFields_2 = new A.TaskReportFields(2, "calculated_rate"); @@ -503075,6 +519430,19 @@ B.TaskReportFields_23 = new A.TaskReportFields(23, "assigned_to"); B.TaskReportFields_24 = new A.TaskReportFields(24, "created_by"); B.List_qrv = A._setArrayType(makeConstList([B.TaskReportFields_0, B.TaskReportFields_1, B.TaskReportFields_2, B.TaskReportFields_3, B.TaskReportFields_4, B.TaskReportFields_5, B.TaskReportFields_6, B.TaskReportFields_7, B.TaskReportFields_8, B.TaskReportFields_9, B.TaskReportFields_10, B.TaskReportFields_11, B.TaskReportFields_12, B.TaskReportFields_13, B.TaskReportFields_14, B.TaskReportFields_15, B.TaskReportFields_16, B.TaskReportFields_17, B.TaskReportFields_18, B.TaskReportFields_19, B.TaskReportFields_20, B.TaskReportFields_21, B.TaskReportFields_22, B.TaskReportFields_23, B.TaskReportFields_24]), type$.JSArray_legacy_TaskReportFields); + B.List_qt1 = A._setArrayType(makeConstList(["sij", "velj", "o\u017eu", "tra", "svi", "lip", "srp", "kol", "ruj", "lis", "stu", "pro"]), type$.JSArray_legacy_String); + B.List_qva = A._setArrayType(makeConstList(["J", "F", "M", "\xc1", "M", "J", "J", "A", "Sz", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_r5C = A._setArrayType(makeConstList(["Su.", "M.", "Tu.", "W.", "Th.", "F.", "Sa."]), type$.JSArray_legacy_String); + B.List_r5w = A._setArrayType(makeConstList(["zzzz ah:mm:ss", "z ah:mm:ss", "ah:mm:ss", "ah:mm"]), type$.JSArray_legacy_String); + B.List_r6C = A._setArrayType(makeConstList(["\u12d3/\u12d3", "\u12d3/\u121d"]), type$.JSArray_legacy_String); + B.List_rBE = A._setArrayType(makeConstList(["\u0644\u0648\u0645\u0693\u06cd \u0631\u0628\u0639\u0647", "\u06f2\u0645\u0647 \u0631\u0628\u0639\u0647", "\u06f3\u0645\u0647 \u0631\u0628\u0639\u0647", "\u06f4\u0645\u0647 \u0631\u0628\u0639\u0647"]), type$.JSArray_legacy_String); + B.List_rBh = A._setArrayType(makeConstList(["y \u0569. MMMM d, EEEE", "dd MMMM, y \u0569.", "dd MMM, y \u0569.", "dd.MM.yy"]), type$.JSArray_legacy_String); + B.List_rGN = A._setArrayType(makeConstList(["Su.", "M\xe4.", "Zi.", "Mi.", "Du.", "Fr.", "Sa."]), type$.JSArray_legacy_String); + B.List_rNu = A._setArrayType(makeConstList(["\u044f\u043d\u0432\u0430\u0440\u044c", "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0435\u043b\u044c", "\u043c\u0430\u0439", "\u0438\u044e\u043d\u044c", "\u0438\u044e\u043b\u044c", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", "\u043d\u043e\u044f\u0431\u0440\u044c", "\u0434\u0435\u043a\u0430\u0431\u0440\u044c"]), type$.JSArray_legacy_String); + B.List_rTd = A._setArrayType(makeConstList(["Yanvar", "Fevral", "Mart", "Aprel", "May", "\u0130yun", "\u0130yul", "Avqust", "Sentyabr", "Oktyabr", "Noyabr", "Dekabr"]), type$.JSArray_legacy_String); + B.List_rc4 = A._setArrayType(makeConstList(["\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d", "\u0431\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437"]), type$.JSArray_legacy_String); + B.List_rxd = A._setArrayType(makeConstList(["D", "L", "M", "M", "G", "V", "S"]), type$.JSArray_legacy_String); + B.List_s2f = A._setArrayType(makeConstList(["sije\u010danj", "velja\u010da", "o\u017eujak", "travanj", "svibanj", "lipanj", "srpanj", "kolovoz", "rujan", "listopad", "studeni", "prosinac"]), type$.JSArray_legacy_String); B.TextAlign_0 = new A.TextAlign(0, "left"); B.TextAlign_1 = new A.TextAlign(1, "right"); B.TextAlign_2 = new A.TextAlign(2, "center"); @@ -503082,21 +519450,49 @@ B.TextAlign_4 = new A.TextAlign(4, "start"); B.TextAlign_5 = new A.TextAlign(5, "end"); B.List_s2p = A._setArrayType(makeConstList([B.TextAlign_0, B.TextAlign_1, B.TextAlign_2, B.TextAlign_3, B.TextAlign_4, B.TextAlign_5]), A.findType("JSArray")); + B.List_s8I = A._setArrayType(makeConstList(["Die", "H\xebn", "Mar", "M\xebr", "Enj", "Pre", "Sht"]), type$.JSArray_legacy_String); + B.List_sAq = A._setArrayType(makeConstList(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", "\u0996\u09cd\u09b0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]), type$.JSArray_legacy_String); + B.List_sBb = A._setArrayType(makeConstList(["\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0", "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0", "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0", "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0", "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0", "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0", "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"]), type$.JSArray_legacy_String); B.List_sDr = A._setArrayType(makeConstList(["C", "D", "A", "T", "A", "["]), type$.JSArray_legacy_String); B.Pair_06w = new A.Pair("http://www.w3.org/1999/xhtml", "optgroup", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_wsa = new A.Pair("http://www.w3.org/1999/xhtml", "option", type$.Pair_of_legacy_String_and_legacy_String); B.List_sEs = A._setArrayType(makeConstList([B.Pair_06w, B.Pair_wsa]), type$.JSArray_dynamic); - B.List_soA = A._setArrayType(makeConstList(["sidebar_active_background_color", "sidebar_active_font_color", "sidebar_inactive_background_color", "sidebar_inactive_font_color", "invoice_header_background_color", "invoice_header_font_color", "table_alternate_row_background_color"]), type$.JSArray_legacy_String); + B.List_sJO = A._setArrayType(makeConstList(["\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", "\u0645\u064a\u0644\u0627\u062f\u064a"]), type$.JSArray_legacy_String); + B.List_sMI = A._setArrayType(makeConstList(["\u0399", "\u03a6", "\u039c", "\u0391", "\u039c", "\u0399", "\u0399", "\u0391", "\u03a3", "\u039f", "\u039d", "\u0394"]), type$.JSArray_legacy_String); + B.List_sQR = A._setArrayType(makeConstList(["p.m.\u0113.", "m.\u0113."]), type$.JSArray_legacy_String); + B.List_sSr = A._setArrayType(makeConstList(["\u0434\u043e \u043d. \u0435.", "\u043d. \u0435."]), type$.JSArray_legacy_String); + B.List_sYD = A._setArrayType(makeConstList(["S", "M", "\xde", "M", "F", "F", "L"]), type$.JSArray_legacy_String); + B.List_sYy = A._setArrayType(makeConstList(["su", "ma", "ti", "ke", "to", "pe", "la"]), type$.JSArray_legacy_String); + B.List_sav = A._setArrayType(makeConstList(["1-\u0447\u0435\u0439\u0440\u0435\u043a", "2-\u0447\u0435\u0439\u0440\u0435\u043a", "3-\u0447\u0435\u0439\u0440\u0435\u043a", "4-\u0447\u0435\u0439\u0440\u0435\u043a"]), type$.JSArray_legacy_String); + B.List_sav0 = A._setArrayType(makeConstList(["\u0c1c", "\u0c2b\u0c3f", "\u0c2e\u0c3e", "\u0c0f", "\u0c2e\u0c47", "\u0c1c\u0c42", "\u0c1c\u0c41", "\u0c06", "\u0c38\u0c46", "\u0c05", "\u0c28", "\u0c21\u0c3f"]), type$.JSArray_legacy_String); + B.List_sci = A._setArrayType(makeConstList(["n", "p", "u", "s", "\u010d", "p", "s"]), type$.JSArray_legacy_String); + B.List_sdO = A._setArrayType(makeConstList(["Lin", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab"]), type$.JSArray_legacy_String); + B.Type__$BankAccountUIState_GyU = A.typeLiteral("_$BankAccountUIState"); + B.List_sgq = A._setArrayType(makeConstList([B.Type_BankAccountUIState_JeE, B.Type__$BankAccountUIState_GyU]), type$.JSArray_legacy_Type); + B.List_si8 = A._setArrayType(makeConstList(["januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember"]), type$.JSArray_legacy_String); + B.List_so3 = A._setArrayType(makeConstList(["\u043f. \u043d. \u0435.", "\u043d. \u0435."]), type$.JSArray_legacy_String); + B.List_soA = A._setArrayType(makeConstList(["dg.", "dl.", "dt.", "dc.", "dj.", "dv.", "ds."]), type$.JSArray_legacy_String); + B.List_soA1 = A._setArrayType(makeConstList(["sidebar_active_background_color", "sidebar_active_font_color", "sidebar_inactive_background_color", "sidebar_inactive_font_color", "invoice_header_background_color", "invoice_header_font_color", "table_alternate_row_background_color"]), type$.JSArray_legacy_String); + B.List_soA0 = A._setArrayType(makeConstList(["sv\u0113td.", "pirmd.", "otrd.", "tre\u0161d.", "ceturtd.", "piektd.", "sestd."]), type$.JSArray_legacy_String); + B.List_ss1 = A._setArrayType(makeConstList(["\u0a1c\u0a28\u0a35\u0a30\u0a40", "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", "\u0a2e\u0a3e\u0a30\u0a1a", "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", "\u0a2e\u0a08", "\u0a1c\u0a42\u0a28", "\u0a1c\u0a41\u0a32\u0a3e\u0a08", "\u0a05\u0a17\u0a38\u0a24", "\u0a38\u0a24\u0a70\u0a2c\u0a30", "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", "\u0a28\u0a35\u0a70\u0a2c\u0a30", "\u0a26\u0a38\u0a70\u0a2c\u0a30"]), type$.JSArray_legacy_String); + B.List_st1 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_swP = A._setArrayType(makeConstList(["p\u0159. n. l.", "n. l."]), type$.JSArray_legacy_String); + B.List_tO3 = A._setArrayType(makeConstList(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]), type$.JSArray_legacy_String); B.List_tbody_tfoot_thead_html = A._setArrayType(makeConstList(["tbody", "tfoot", "thead", "html"]), type$.JSArray_legacy_String); B.Color_1140850688 = new A.Color(1140850688); B.Offset_0_0 = new A.Offset(0, 0); B.OuterBoxShadow_kUP = new A.OuterBoxShadow(0, B.BlurStyle_0, B.Color_1140850688, B.Offset_0_0, 8); B.List_tcr = A._setArrayType(makeConstList([B.OuterBoxShadow_kUP]), type$.JSArray_legacy_BoxShadow); B.List_true_false = A._setArrayType(makeConstList([true, false]), type$.JSArray_legacy_bool); + B.List_u36 = A._setArrayType(makeConstList(["tammi", "helmi", "maalis", "huhti", "touko", "kes\xe4", "hein\xe4", "elo", "syys", "loka", "marras", "joulu"]), type$.JSArray_legacy_String); B.Type__$ClientEntity_RU1 = A.typeLiteral("_$ClientEntity"); B.List_u3D = A._setArrayType(makeConstList([B.Type_ClientEntity_PI2, B.Type__$ClientEntity_RU1]), type$.JSArray_legacy_Type); + B.List_u91 = A._setArrayType(makeConstList(["H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 zzzz", "H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 z", "H:mm:ss", "H:mm"]), type$.JSArray_legacy_String); + B.List_uAX = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", "\u05d0\u05d7\u05d4\u05f4\u05e6"]), type$.JSArray_legacy_String); B.Type__$UserCompanyState_C0V = A.typeLiteral("_$UserCompanyState"); B.List_uEs = A._setArrayType(makeConstList([B.Type_UserCompanyState_8aB, B.Type__$UserCompanyState_C0V]), type$.JSArray_legacy_Type); + B.List_uIL = A._setArrayType(makeConstList(["\u099c\u09be\u09a8\u09c1", "\u09ab\u09c7\u09ac", "\u09ae\u09be\u09b0\u09cd\u099a", "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1\u09b2\u09be\u0987", "\u0986\u0997\u09b8\u09cd\u099f", "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]), type$.JSArray_legacy_String); + B.List_uKK = A._setArrayType(makeConstList(["\u0ca4\u0ccd\u0cb0\u0cc8 1", "\u0ca4\u0ccd\u0cb0\u0cc8 2", "\u0ca4\u0ccd\u0cb0\u0cc8 3", "\u0ca4\u0ccd\u0cb0\u0cc8 4"]), type$.JSArray_legacy_String); B.Type__$ActivityEntity_EKW = A.typeLiteral("_$ActivityEntity"); B.List_uPE = A._setArrayType(makeConstList([B.Type_ActivityEntity_bvx, B.Type__$ActivityEntity_EKW]), type$.JSArray_legacy_Type); B.Type__$CreditUIState_LF7 = A.typeLiteral("_$CreditUIState"); @@ -503111,8 +519507,16 @@ B.Type_VendorItemResponse_zLp = A.typeLiteral("VendorItemResponse"); B.Type__$VendorItemResponse_YIO = A.typeLiteral("_$VendorItemResponse"); B.List_uae = A._setArrayType(makeConstList([B.Type_VendorItemResponse_zLp, B.Type__$VendorItemResponse_YIO]), type$.JSArray_legacy_Type); + B.List_ud2 = A._setArrayType(makeConstList(["\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430", "\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430"]), type$.JSArray_legacy_String); + B.List_unc0 = A._setArrayType(makeConstList(["ennen Kristuksen syntym\xe4\xe4", "j\xe4lkeen Kristuksen syntym\xe4n"]), type$.JSArray_legacy_String); + B.List_unc = A._setArrayType(makeConstList(["HH:mm:ss (zzzz)", "HH:mm:ss (z)", "HH:mm:ss", "HH:mm"]), type$.JSArray_legacy_String); + B.List_urR = A._setArrayType(makeConstList(["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"]), type$.JSArray_legacy_String); B.Type__$AccountEntity_Gqz = A.typeLiteral("_$AccountEntity"); B.List_uv0 = A._setArrayType(makeConstList([B.Type_AccountEntity_46S, B.Type__$AccountEntity_Gqz]), type$.JSArray_legacy_Type); + B.List_uwZ = A._setArrayType(makeConstList(["Milattan \xd6nce", "Milattan Sonra"]), type$.JSArray_legacy_String); + B.List_v1F = A._setArrayType(makeConstList(["\u064a\u0648\u0646\u06cd", "\u062f\u0648\u0646\u06cd", "\u062f\u0631\u06d0\u0646\u06cd", "\u0685\u0644\u0631\u0646\u06cd", "\u067e\u064a\u0646\u0681\u0646\u06cd", "\u062c\u0645\u0639\u0647", "\u0627\u0648\u0646\u06cd"]), type$.JSArray_legacy_String); + B.List_v3K = A._setArrayType(makeConstList(["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."]), type$.JSArray_legacy_String); + B.List_vWA = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "d/MM/yy"]), type$.JSArray_legacy_String); B.Type_ProjectItemResponse_Wn0 = A.typeLiteral("ProjectItemResponse"); B.Type__$ProjectItemResponse_uTE = A.typeLiteral("_$ProjectItemResponse"); B.List_vhP = A._setArrayType(makeConstList([B.Type_ProjectItemResponse_Wn0, B.Type__$ProjectItemResponse_uTE]), type$.JSArray_legacy_Type); @@ -503130,20 +519534,27 @@ B.List_vzd = A._setArrayType(makeConstList([B.Type_TokenListResponse_71T, B.Type__$TokenListResponse_Tti]), type$.JSArray_legacy_Type); B.Type__$TaskStatusState_swM = A.typeLiteral("_$TaskStatusState"); B.List_w4G = A._setArrayType(makeConstList([B.Type_TaskStatusState_Dm4, B.Type__$TaskStatusState_swM]), type$.JSArray_legacy_Type); + B.List_w66 = A._setArrayType(makeConstList(["\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456", "\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456", "\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456", "\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456", "\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456", "\u0436\u04b1\u043c\u0430", "\u0441\u0435\u043d\u0431\u0456"]), type$.JSArray_legacy_String); + B.List_w88 = A._setArrayType(makeConstList(["HH 'h' mm 'min' ss 's' zzzz", "HH 'h' mm 'min' ss 's' z", "HH 'h' mm 'min' ss 's'", "HH 'h' mm"]), type$.JSArray_legacy_String); B.LogicalKeyboardKey_4294968066 = new A.LogicalKeyboardKey(4294968066); B.LogicalKeyboardKey_4294968067 = new A.LogicalKeyboardKey(4294968067); B.LogicalKeyboardKey_4294968068 = new A.LogicalKeyboardKey(4294968068); B.LogicalKeyboardKey_4294968065 = new A.LogicalKeyboardKey(4294968065); B.List_w97 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968066, B.LogicalKeyboardKey_4294968067, B.LogicalKeyboardKey_4294968068, B.LogicalKeyboardKey_4294968065]), A.findType("JSArray")); + B.List_wAg0 = A._setArrayType(makeConstList(["dom", "seg", "ter", "qua", "qui", "sex", "s\xe1b"]), type$.JSArray_legacy_String); + B.List_wAg = A._setArrayType(makeConstList(["\u049a", "\u0410", "\u041d", "\u0421", "\u041c", "\u041c", "\u0428", "\u0422", "\u049a", "\u049a", "\u049a", "\u0416"]), type$.JSArray_legacy_String); B.Type__$RecurringExpenseState_5Ru = A.typeLiteral("_$RecurringExpenseState"); B.List_wD4 = A._setArrayType(makeConstList([B.Type_RecurringExpenseState_o7m, B.Type__$RecurringExpenseState_5Ru]), type$.JSArray_legacy_Type); B.Type_TaxRateItemResponse_km0 = A.typeLiteral("TaxRateItemResponse"); B.Type__$TaxRateItemResponse_atK = A.typeLiteral("_$TaxRateItemResponse"); - B.List_wEo0 = A._setArrayType(makeConstList([B.Type_TaxRateItemResponse_km0, B.Type__$TaxRateItemResponse_atK]), type$.JSArray_legacy_Type); + B.List_wEo2 = A._setArrayType(makeConstList([B.Type_TaxRateItemResponse_km0, B.Type__$TaxRateItemResponse_atK]), type$.JSArray_legacy_Type); B.Type__$TaxRateUIState_x4Q = A.typeLiteral("_$TaxRateUIState"); - B.List_wEo1 = A._setArrayType(makeConstList([B.Type_TaxRateUIState_QAb, B.Type__$TaxRateUIState_x4Q]), type$.JSArray_legacy_Type); + B.List_wEo3 = A._setArrayType(makeConstList([B.Type_TaxRateUIState_QAb, B.Type__$TaxRateUIState_x4Q]), type$.JSArray_legacy_Type); + B.List_wEo = A._setArrayType(makeConstList(["\u06cc\u06a9\u0634\u0646\u0628\u0647", "\u062f\u0648\u0634\u0646\u0628\u0647", "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", "\u062c\u0645\u0639\u0647", "\u0634\u0646\u0628\u0647"]), type$.JSArray_legacy_String); + B.List_wEo0 = A._setArrayType(makeConstList(["\u0441\u0456\u0447", "\u043b\u044e\u0442", "\u0431\u0435\u0440", "\u043a\u0432\u0456", "\u0442\u0440\u0430", "\u0447\u0435\u0440", "\u043b\u0438\u043f", "\u0441\u0435\u0440", "\u0432\u0435\u0440", "\u0436\u043e\u0432", "\u043b\u0438\u0441", "\u0433\u0440\u0443"]), type$.JSArray_legacy_String); B.Type__$GroupEntity_8qN = A.typeLiteral("_$GroupEntity"); B.List_wIq = A._setArrayType(makeConstList([B.Type_GroupEntity_CJE, B.Type__$GroupEntity_8qN]), type$.JSArray_legacy_Type); + B.List_wIv = A._setArrayType(makeConstList(["1-\u056b\u0576 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f", "2-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f", "3-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f", "4-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f"]), type$.JSArray_legacy_String); B.List_wM5 = A._setArrayType(makeConstList([B.InvoiceItemReportFields_0, B.InvoiceItemReportFields_1, B.InvoiceItemReportFields_2, B.InvoiceItemReportFields_3, B.InvoiceItemReportFields_4, B.InvoiceItemReportFields_5, B.InvoiceItemReportFields_6, B.InvoiceItemReportFields_7, B.InvoiceItemReportFields_8, B.InvoiceItemReportFields_9, B.InvoiceItemReportFields_10, B.InvoiceItemReportFields_11, B.InvoiceItemReportFields_12, B.InvoiceItemReportFields_13, B.InvoiceItemReportFields_14, B.InvoiceItemReportFields_15, B.InvoiceItemReportFields_16, B.InvoiceItemReportFields_17, B.InvoiceItemReportFields_18, B.InvoiceItemReportFields_19, B.InvoiceItemReportFields_20, B.InvoiceItemReportFields_21]), type$.JSArray_legacy_InvoiceItemReportFields); B.Type__$SizeEntity_aLp = A.typeLiteral("_$SizeEntity"); B.List_wMy1 = A._setArrayType(makeConstList([B.Type_SizeEntity_ROq, B.Type__$SizeEntity_aLp]), type$.JSArray_legacy_Type); @@ -503179,15 +519590,46 @@ B.PaymentReportFields_28 = new A.PaymentReportFields(28, "invoices"); B.PaymentReportFields_29 = new A.PaymentReportFields(29, "credits"); B.List_wMy0 = A._setArrayType(makeConstList([B.PaymentReportFields_0, B.PaymentReportFields_1, B.PaymentReportFields_2, B.PaymentReportFields_3, B.PaymentReportFields_4, B.PaymentReportFields_5, B.PaymentReportFields_6, B.PaymentReportFields_7, B.PaymentReportFields_8, B.PaymentReportFields_9, B.PaymentReportFields_10, B.PaymentReportFields_11, B.PaymentReportFields_12, B.PaymentReportFields_13, B.PaymentReportFields_14, B.PaymentReportFields_15, B.PaymentReportFields_16, B.PaymentReportFields_17, B.PaymentReportFields_18, B.PaymentReportFields_19, B.PaymentReportFields_20, B.PaymentReportFields_21, B.PaymentReportFields_22, B.PaymentReportFields_23, B.PaymentReportFields_24, B.PaymentReportFields_25, B.PaymentReportFields_26, B.PaymentReportFields_27, B.PaymentReportFields_28, B.PaymentReportFields_29]), type$.JSArray_legacy_PaymentReportFields); - B.List_wSV = A._setArrayType(makeConstList(["bind", "if", "ref", "repeat", "syntax"]), type$.JSArray_legacy_String); + B.List_wQ8 = A._setArrayType(makeConstList(["f\xf8r Kristus", "etter Kristus"]), type$.JSArray_legacy_String); + B.List_wSV = A._setArrayType(makeConstList(["\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2", "\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6"]), type$.JSArray_legacy_String); + B.List_wTA = A._setArrayType(makeConstList(["\u0d1e", "\u0d24\u0d3f", "\u0d1a\u0d4a", "\u0d2c\u0d41", "\u0d35\u0d4d\u0d2f\u0d3e", "\u0d35\u0d46", "\u0d36"]), type$.JSArray_legacy_String); B.Type__$PaymentTermEntity_yvi = A.typeLiteral("_$PaymentTermEntity"); B.List_wTh = A._setArrayType(makeConstList([B.Type_PaymentTermEntity_EHU, B.Type__$PaymentTermEntity_yvi]), type$.JSArray_legacy_Type); B.List_wbZ = A._setArrayType(makeConstList([B.AutovalidateMode_0, B.AutovalidateMode_1, B.AutovalidateMode_2]), A.findType("JSArray")); + B.List_wcW = A._setArrayType(makeConstList(["1-\u0439 \u043a\u0432.", "2-\u0439 \u043a\u0432.", "3-\u0439 \u043a\u0432.", "4-\u0439 \u043a\u0432."]), type$.JSArray_legacy_String); + B.List_wg3 = A._setArrayType(makeConstList(["1. kvartal", "2. kvartal", "3. kvartal", "4. kvartal"]), type$.JSArray_legacy_String); + B.List_wnc = A._setArrayType(makeConstList(["\u0a08. \u0a2a\u0a42.", "\u0a38\u0a70\u0a28"]), type$.JSArray_legacy_String); B.Type_HealthCheckResponse_EKW = A.typeLiteral("HealthCheckResponse"); B.Type__$HealthCheckResponse_wvU = A.typeLiteral("_$HealthCheckResponse"); B.List_woD = A._setArrayType(makeConstList([B.Type_HealthCheckResponse_EKW, B.Type__$HealthCheckResponse_wvU]), type$.JSArray_legacy_Type); - B.List_ww8 = A._setArrayType(makeConstList([1, 2, 3, 4, 6, 12]), type$.JSArray_legacy_int); + B.List_woc = A._setArrayType(makeConstList(["I \u0443\u043b\u0438\u0440\u0430\u043b", "II \u0443\u043b\u0438\u0440\u0430\u043b", "III \u0443\u043b\u0438\u0440\u0430\u043b", "IV \u0443\u043b\u0438\u0440\u0430\u043b"]), type$.JSArray_legacy_String); + B.List_woc1 = A._setArrayType(makeConstList(["duminic\u0103", "luni", "mar\u021bi", "miercuri", "joi", "vineri", "s\xe2mb\u0103t\u0103"]), type$.JSArray_legacy_String); + B.List_woc0 = A._setArrayType(makeConstList(["I", "F", "M", "A", "M", "I", "I", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_wpm = A._setArrayType(makeConstList(["EEEE\u060c d MMMM\u060c y", "d MMMM\u060c y", "d MMM\u060c y", "d/M/yy"]), type$.JSArray_legacy_String); + B.List_wqy = A._setArrayType(makeConstList(["ikota yesi-1", "ikota yesi-2", "ikota yesi-3", "ikota yesi-4"]), type$.JSArray_legacy_String); + B.List_wsj = A._setArrayType(makeConstList(["h:mm:ss a, zzzz", "h:mm:ss a, z", "h:mm:ss a", "h:mm a"]), type$.JSArray_legacy_String); + B.List_wu8 = A._setArrayType(makeConstList(["{1} \u0915\u094b {0}", "{1} \u0915\u094b {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_ww82 = A._setArrayType(makeConstList(["I ketvirtis", "II ketvirtis", "III ketvirtis", "IV ketvirtis"]), type$.JSArray_legacy_String); + B.List_ww80 = A._setArrayType(makeConstList(["{1} 'kl'. {0}", "{1} 'kl'. {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_ww84 = A._setArrayType(makeConstList([1, 2, 3, 4, 6, 12]), type$.JSArray_legacy_int); + B.List_ww83 = A._setArrayType(makeConstList(["niedz.", "pon.", "wt.", "\u015br.", "czw.", "pt.", "sob."]), type$.JSArray_legacy_String); + B.List_ww81 = A._setArrayType(makeConstList(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "\u1785\u1793\u17d2\u1791", "\u17a2\u1784\u17d2\u1782\u17b6\u179a", "\u1796\u17bb\u1792", "\u1796\u17d2\u179a\u17a0", "\u179f\u17bb\u1780\u17d2\u179a", "\u179f\u17c5\u179a\u17cd"]), type$.JSArray_legacy_String); + B.List_ww8 = A._setArrayType(makeConstList(["ledna", "\xfanora", "b\u0159ezna", "dubna", "kv\u011btna", "\u010dervna", "\u010dervence", "srpna", "z\xe1\u0159\xed", "\u0159\xedjna", "listopadu", "prosince"]), type$.JSArray_legacy_String); + B.List_wwP = A._setArrayType(makeConstList(["dom", "lun", "mar", "mer", "gio", "ven", "sab"]), type$.JSArray_legacy_String); B.List_wwd = A._setArrayType(makeConstList([B.Pair_oWp, B.Pair_2jN]), type$.JSArray_dynamic); + B.List_wwi = A._setArrayType(makeConstList(["H:mm:ss '\u0447'. zzzz", "H:mm:ss '\u0447'. z", "H:mm:ss '\u0447'.", "H:mm '\u0447'."]), type$.JSArray_legacy_String); + B.List_x4k = A._setArrayType(makeConstList(["1. hiruhilekoa", "2. hiruhilekoa", "3. hiruhilekoa", "4. hiruhilekoa"]), type$.JSArray_legacy_String); + B.List_x7r = A._setArrayType(makeConstList(["miloddan avvalgi", "milodiy"]), type$.JSArray_legacy_String); + B.List_xEc = A._setArrayType(makeConstList(["J", "V", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_xKE = A._setArrayType(makeConstList(["ianuarie", "februarie", "martie", "aprilie", "mai", "iunie", "iulie", "august", "septembrie", "octombrie", "noiembrie", "decembrie"]), type$.JSArray_legacy_String); + B.List_xKX = A._setArrayType(makeConstList(["Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"]), type$.JSArray_legacy_String); + B.List_xY6 = A._setArrayType(makeConstList(["\u091c\u0928\u0935\u0930\u0940", "\u092b\u093c\u0930\u0935\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u0948\u0932", "\u092e\u0908", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u093e\u0908", "\u0905\u0917\u0938\u094d\u0924", "\u0938\u093f\u0924\u0902\u092c\u0930", "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", "\u0928\u0935\u0902\u092c\u0930", "\u0926\u093f\u0938\u0902\u092c\u0930"]), type$.JSArray_legacy_String); + B.List_xld = A._setArrayType(makeConstList(["\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031", "\u1010\u1014\u1004\u103a\u1039\u101c\u102c", "\u1021\u1004\u103a\u1039\u1002\u102b", "\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038", "\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038", "\u101e\u1031\u102c\u1000\u103c\u102c", "\u1005\u1014\u1031"]), type$.JSArray_legacy_String); + B.List_xou = A._setArrayType(makeConstList(["\u043d\u044f\u043c", "\u0434\u0430\u0432\u0430\u0430", "\u043c\u044f\u0433\u043c\u0430\u0440", "\u043b\u0445\u0430\u0433\u0432\u0430", "\u043f\u04af\u0440\u044d\u0432", "\u0431\u0430\u0430\u0441\u0430\u043d", "\u0431\u044f\u043c\u0431\u0430"]), type$.JSArray_legacy_String); + B.List_xw80 = A._setArrayType(makeConstList(["Linggo", "Lunes", "Martes", "Miyerkules", "Huwebes", "Biyernes", "Sabado"]), type$.JSArray_legacy_String); + B.List_xw8 = A._setArrayType(makeConstList(["tammik.", "helmik.", "maalisk.", "huhtik.", "toukok.", "kes\xe4k.", "hein\xe4k.", "elok.", "syysk.", "lokak.", "marrask.", "jouluk."]), type$.JSArray_legacy_String); + B.List_y1F = A._setArrayType(makeConstList(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c", "\u043b\u044e\u0442\u044b", "\u0441\u0430\u043a\u0430\u0432\u0456\u043a", "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a", "\u043c\u0430\u0439", "\u0447\u044d\u0440\u0432\u0435\u043d\u044c", "\u043b\u0456\u043f\u0435\u043d\u044c", "\u0436\u043d\u0456\u0432\u0435\u043d\u044c", "\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c", "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a", "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434", "\u0441\u043d\u0435\u0436\u0430\u043d\u044c"]), type$.JSArray_legacy_String); + B.List_y1j = A._setArrayType(makeConstList(["Krisztus el\u0151tt", "id\u0151sz\xe1m\xedt\xe1sunk szerint"]), type$.JSArray_legacy_String); B.TaxRateReportFields_00 = new A.TaxRateReportFields0(0, "client"); B.TaxRateReportFields_12 = new A.TaxRateReportFields0(1, "client_number"); B.TaxRateReportFields_20 = new A.TaxRateReportFields0(2, "number"); @@ -503198,10 +519640,14 @@ B.TaxRateReportFields_70 = new A.TaxRateReportFields0(7, "tax_amount"); B.TaxRateReportFields_80 = new A.TaxRateReportFields0(8, "tax_paid"); B.TaxRateReportFields_90 = new A.TaxRateReportFields0(9, "currency"); - B.List_y1j = A._setArrayType(makeConstList([B.TaxRateReportFields_00, B.TaxRateReportFields_12, B.TaxRateReportFields_20, B.TaxRateReportFields_30, B.TaxRateReportFields_40, B.TaxRateReportFields_50, B.TaxRateReportFields_60, B.TaxRateReportFields_70, B.TaxRateReportFields_80, B.TaxRateReportFields_90]), type$.JSArray_legacy_TaxRateReportFields_2); + B.List_y1j0 = A._setArrayType(makeConstList([B.TaxRateReportFields_00, B.TaxRateReportFields_12, B.TaxRateReportFields_20, B.TaxRateReportFields_30, B.TaxRateReportFields_40, B.TaxRateReportFields_50, B.TaxRateReportFields_60, B.TaxRateReportFields_70, B.TaxRateReportFields_80, B.TaxRateReportFields_90]), type$.JSArray_legacy_TaxRateReportFields_2); + B.List_y6N = A._setArrayType(makeConstList(["eram\u0131zdan \u0259vv\u0259l", "yeni era"]), type$.JSArray_legacy_String); B.Type_LanguageListResponse_WzG = A.typeLiteral("LanguageListResponse"); B.Type__$LanguageListResponse_YOT = A.typeLiteral("_$LanguageListResponse"); - B.List_y6N = A._setArrayType(makeConstList([B.Type_LanguageListResponse_WzG, B.Type__$LanguageListResponse_YOT]), type$.JSArray_legacy_Type); + B.List_y6N0 = A._setArrayType(makeConstList([B.Type_LanguageListResponse_WzG, B.Type__$LanguageListResponse_YOT]), type$.JSArray_legacy_Type); + B.List_y9V = A._setArrayType(makeConstList(["\u1303\u1295\u12e9", "\u134c\u1265\u1229", "\u121b\u122d\u127d", "\u12a4\u1355\u122a", "\u121c\u12ed", "\u1301\u1295", "\u1301\u120b\u12ed", "\u12a6\u1308\u1235", "\u1234\u1355\u1274", "\u12a6\u12ad\u1276", "\u1296\u126c\u121d", "\u12f2\u1234\u121d"]), type$.JSArray_legacy_String); + B.List_yCp = A._setArrayType(makeConstList(["{1} 'um' {0}", "{1} 'um' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); + B.List_yDV = A._setArrayType(makeConstList(["\u039a", "\u0394", "\u03a4", "\u03a4", "\u03a0", "\u03a0", "\u03a3"]), type$.JSArray_legacy_String); B.List_yHT = A._setArrayType(makeConstList(["style", "script", "xmp", "iframe", "noembed", "noframes", "noscript"]), type$.JSArray_legacy_String); B.Type_UserTwoFactorResponse_69P = A.typeLiteral("UserTwoFactorResponse"); B.Type__$UserTwoFactorResponse_66y = A.typeLiteral("_$UserTwoFactorResponse"); @@ -503209,12 +519655,15 @@ B.Type_GatewayTokenItemResponse_4jG = A.typeLiteral("GatewayTokenItemResponse"); B.Type__$GatewayTokenItemResponse_ald = A.typeLiteral("_$GatewayTokenItemResponse"); B.List_yK7 = A._setArrayType(makeConstList([B.Type_GatewayTokenItemResponse_4jG, B.Type__$GatewayTokenItemResponse_ald]), type$.JSArray_legacy_Type); + B.List_yLX = A._setArrayType(makeConstList(["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1", "\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2", "\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3", "\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"]), type$.JSArray_legacy_String); B.Type_PaymentTermItemResponse_WYC = A.typeLiteral("PaymentTermItemResponse"); B.Type__$PaymentTermItemResponse_hWR = A.typeLiteral("_$PaymentTermItemResponse"); B.List_yNA = A._setArrayType(makeConstList([B.Type_PaymentTermItemResponse_WYC, B.Type__$PaymentTermItemResponse_hWR]), type$.JSArray_legacy_Type); B.Type_PaymentTermListResponse_WYC = A.typeLiteral("PaymentTermListResponse"); B.Type__$PaymentTermListResponse_hWR = A.typeLiteral("_$PaymentTermListResponse"); B.List_yNA0 = A._setArrayType(makeConstList([B.Type_PaymentTermListResponse_WYC, B.Type__$PaymentTermListResponse_hWR]), type$.JSArray_legacy_Type); + B.List_yP5 = A._setArrayType(makeConstList(["\u043f\u0440.\u043e\u0431.", "\u0441\u043b.\u043e\u0431."]), type$.JSArray_legacy_String); + B.List_yPV = A._setArrayType(makeConstList(["v.C.", "n.C."]), type$.JSArray_legacy_String); B.Pair_oS9 = new A.Pair("http://www.w3.org/1999/xhtml", "address", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_2Vk = new A.Pair("http://www.w3.org/1999/xhtml", "area", type$.Pair_of_legacy_String_and_legacy_String); B.Pair_zgw = new A.Pair("http://www.w3.org/1999/xhtml", "article", type$.Pair_of_legacy_String_and_legacy_String); @@ -503285,12 +519734,13 @@ B.List_yTu = A._setArrayType(makeConstList([1, 2, 3, 7, 14]), type$.JSArray_legacy_int); B.List_yTu0 = A._setArrayType(makeConstList([5, 10, 15, 20, 30]), type$.JSArray_legacy_int); B.List_yXZ = A._setArrayType(makeConstList([0, 4, 12, 1, 5, 13, 3, 7, 15]), type$.JSArray_legacy_int); + B.List_yXb = A._setArrayType(makeConstList(["led", "\xfano", "b\u0159e", "dub", "kv\u011b", "\u010dvn", "\u010dvc", "srp", "z\xe1\u0159", "\u0159\xedj", "lis", "pro"]), type$.JSArray_legacy_String); B.Type__$VendorContactEntity_2Zs = A.typeLiteral("_$VendorContactEntity"); B.List_yjH = A._setArrayType(makeConstList([B.Type_VendorContactEntity_2Vk, B.Type__$VendorContactEntity_2Zs]), type$.JSArray_legacy_Type); B.Type_CreditItemResponse_GRu = A.typeLiteral("CreditItemResponse"); B.Type__$CreditItemResponse_eTJ = A.typeLiteral("_$CreditItemResponse"); B.List_ypO = A._setArrayType(makeConstList([B.Type_CreditItemResponse_GRu, B.Type__$CreditItemResponse_eTJ]), type$.JSArray_legacy_Type); - B.List_yrN = A._setArrayType(makeConstList(["A::href", "AREA::href", "BLOCKQUOTE::cite", "BODY::background", "COMMAND::icon", "DEL::cite", "FORM::action", "IMG::src", "INPUT::src", "INS::cite", "Q::cite", "VIDEO::poster"]), type$.JSArray_legacy_String); + B.List_yrN = A._setArrayType(makeConstList(["\u0441\u0442\u0443", "\u043b\u044e\u0442", "\u0441\u0430\u043a", "\u043a\u0440\u0430", "\u043c\u0430\u044f", "\u0447\u044d\u0440", "\u043b\u0456\u043f", "\u0436\u043d\u0456", "\u0432\u0435\u0440", "\u043a\u0430\u0441", "\u043b\u0456\u0441", "\u0441\u043d\u0435"]), type$.JSArray_legacy_String); B.Country_sWp = new A.Country("Afghanistan", "AF", "93", 9, 9); B.Country_OXv = new A.Country("\xc5land Islands", "AX", "358", 15, 15); B.Country_1ns = new A.Country("Albania", "AL", "355", 9, 9); @@ -503541,8 +519991,21 @@ B.Type_ImportRequest_yTp = A.typeLiteral("ImportRequest"); B.Type__$ImportRequest_gZb = A.typeLiteral("_$ImportRequest"); B.List_yvL = A._setArrayType(makeConstList([B.Type_ImportRequest_yTp, B.Type__$ImportRequest_gZb]), type$.JSArray_legacy_Type); + B.List_yvw = A._setArrayType(makeConstList(["Januar", "Februar", "M\xe4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"]), type$.JSArray_legacy_String); + B.List_yw6 = A._setArrayType(makeConstList(["\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935", "\u0908\u0938\u0935\u0940\u0938\u0928"]), type$.JSArray_legacy_String); + B.List_yzJ = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4", "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]), type$.JSArray_legacy_String); + B.List_yzq = A._setArrayType(makeConstList(["janu\xe1ra", "febru\xe1ra", "marca", "apr\xedla", "m\xe1ja", "j\xfana", "j\xfala", "augusta", "septembra", "okt\xf3bra", "novembra", "decembra"]), type$.JSArray_legacy_String); + B.List_zPU = A._setArrayType(makeConstList(["s\xf8n.", "man.", "tir.", "ons.", "tor.", "fre.", "l\xf8r."]), type$.JSArray_legacy_String); + B.List_zVD = A._setArrayType(makeConstList(["1. \u010dtvrtlet\xed", "2. \u010dtvrtlet\xed", "3. \u010dtvrtlet\xed", "4. \u010dtvrtlet\xed"]), type$.JSArray_legacy_String); B.Type__$PaymentTypeEntity_YuA = A.typeLiteral("_$PaymentTypeEntity"); B.List_zgG = A._setArrayType(makeConstList([B.Type_PaymentTypeEntity_3f7, B.Type__$PaymentTypeEntity_YuA]), type$.JSArray_legacy_Type); + B.List_zlK = A._setArrayType(makeConstList(["EEEE \u062f y \u062f MMMM d", "\u062f y \u062f MMMM d", "y MMM d", "y/M/d"]), type$.JSArray_legacy_String); + B.List_znv = A._setArrayType(makeConstList(["v. Chr.", "n. Chr."]), type$.JSArray_legacy_String); + B.List_zre = A._setArrayType(makeConstList(["\u043d\u0435\u0434.", "\u043f\u043e\u043d.", "\u0432\u0442.", "\u0441\u0440\u0435.", "\u0447\u0435\u0442.", "\u043f\u0435\u0442.", "\u0441\u0430\u0431."]), type$.JSArray_legacy_String); + B.List_zrt0 = A._setArrayType(makeConstList(["{1} {0}\u0c15\u0c3f", "{1} {0}\u0c15\u0c3f", "{1} {0}", "{1} {0}"]), type$.JSArray_legacy_String); + B.List_zrt = A._setArrayType(makeConstList(["yanvar", "fevral", "mart", "aprel", "may", "iyun", "iyul", "avqust", "sentyabr", "oktyabr", "noyabr", "dekabr"]), type$.JSArray_legacy_String); + B.List_zzJ = A._setArrayType(makeConstList(["Jan.", "Feb.", "Mrt.", "Apr.", "Mei", "Jun.", "Jul.", "Aug.", "Sep.", "Okt.", "Nov.", "Des."]), type$.JSArray_legacy_String); + B.List_zzp = A._setArrayType(makeConstList(["gen.", "febr.", "mar\xe7", "abr.", "maig", "juny", "jul.", "ag.", "set.", "oct.", "nov.", "des."]), type$.JSArray_legacy_String); B.Locale_und_null = new A.Locale("und", null); B.LogicalKeyboardKey_101 = new A.LogicalKeyboardKey(101); B.LogicalKeyboardKey_105 = new A.LogicalKeyboardKey(105); @@ -503554,6 +520017,8 @@ B.LogicalKeyboardKey_4294967323 = new A.LogicalKeyboardKey(4294967323); B.LogicalKeyboardKey_4294967423 = new A.LogicalKeyboardKey(4294967423); B.LogicalKeyboardKey_4294967558 = new A.LogicalKeyboardKey(4294967558); + B.LogicalKeyboardKey_4294968069 = new A.LogicalKeyboardKey(4294968069); + B.LogicalKeyboardKey_4294968070 = new A.LogicalKeyboardKey(4294968070); B.LogicalKeyboardKey_8589934848 = new A.LogicalKeyboardKey(8589934848); B.LogicalKeyboardKey_8589934849 = new A.LogicalKeyboardKey(8589934849); B.LogicalKeyboardKey_8589934850 = new A.LogicalKeyboardKey(8589934850); @@ -503584,570 +520049,9 @@ B.MainAxisSize_1 = new A.MainAxisSize(1, "max"); B.List_0AS = A._setArrayType(makeConstList(["BU", "DD", "FX", "TP", "YD", "ZR"]), type$.JSArray_legacy_String); B.Map_0Agg9 = new A.ConstantStringMap(6, {BU: "MM", DD: "DE", FX: "FR", TP: "TL", YD: "YE", ZR: "CD"}, B.List_0AS, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.List_0mM = A._setArrayType(makeConstList(["AVRInput", "AVRPower", "Accel", "Accept", "Again", "AllCandidates", "Alphanumeric", "AltGraph", "AppSwitch", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Attn", "AudioBalanceLeft", "AudioBalanceRight", "AudioBassBoostDown", "AudioBassBoostToggle", "AudioBassBoostUp", "AudioFaderFront", "AudioFaderRear", "AudioSurroundModeNext", "AudioTrebleDown", "AudioTrebleUp", "AudioVolumeDown", "AudioVolumeMute", "AudioVolumeUp", "Backspace", "BrightnessDown", "BrightnessUp", "BrowserBack", "BrowserFavorites", "BrowserForward", "BrowserHome", "BrowserRefresh", "BrowserSearch", "BrowserStop", "Call", "Camera", "CameraFocus", "Cancel", "CapsLock", "ChannelDown", "ChannelUp", "Clear", "Close", "ClosedCaptionToggle", "CodeInput", "ColorF0Red", "ColorF1Green", "ColorF2Yellow", "ColorF3Blue", "ColorF4Grey", "ColorF5Brown", "Compose", "ContextMenu", "Convert", "Copy", "CrSel", "Cut", "DVR", "Delete", "Dimmer", "DisplaySwap", "Eisu", "Eject", "End", "EndCall", "Enter", "EraseEof", "Escape", "ExSel", "Execute", "Exit", "F1", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F2", "F20", "F21", "F22", "F23", "F24", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "FavoriteClear0", "FavoriteClear1", "FavoriteClear2", "FavoriteClear3", "FavoriteRecall0", "FavoriteRecall1", "FavoriteRecall2", "FavoriteRecall3", "FavoriteStore0", "FavoriteStore1", "FavoriteStore2", "FavoriteStore3", "FinalMode", "Find", "Fn", "FnLock", "GoBack", "GoHome", "GroupFirst", "GroupLast", "GroupNext", "GroupPrevious", "Guide", "GuideNextDay", "GuidePreviousDay", "HangulMode", "HanjaMode", "Hankaku", "HeadsetHook", "Help", "Hibernate", "Hiragana", "HiraganaKatakana", "Home", "Hyper", "Info", "Insert", "InstantReplay", "JunjaMode", "KanaMode", "KanjiMode", "Katakana", "Key11", "Key12", "LastNumberRedial", "LaunchApplication1", "LaunchApplication2", "LaunchAssistant", "LaunchCalendar", "LaunchContacts", "LaunchControlPanel", "LaunchMail", "LaunchMediaPlayer", "LaunchMusicPlayer", "LaunchPhone", "LaunchScreenSaver", "LaunchSpreadsheet", "LaunchWebBrowser", "LaunchWebCam", "LaunchWordProcessor", "Link", "ListProgram", "LiveContent", "Lock", "LogOff", "MailForward", "MailReply", "MailSend", "MannerMode", "MediaApps", "MediaAudioTrack", "MediaClose", "MediaFastForward", "MediaLast", "MediaPause", "MediaPlay", "MediaPlayPause", "MediaRecord", "MediaRewind", "MediaSkip", "MediaSkipBackward", "MediaSkipForward", "MediaStepBackward", "MediaStepForward", "MediaStop", "MediaTopMenu", "MediaTrackNext", "MediaTrackPrevious", "MicrophoneToggle", "MicrophoneVolumeDown", "MicrophoneVolumeMute", "MicrophoneVolumeUp", "ModeChange", "NavigateIn", "NavigateNext", "NavigateOut", "NavigatePrevious", "New", "NextCandidate", "NextFavoriteChannel", "NextUserProfile", "NonConvert", "Notification", "NumLock", "OnDemand", "Open", "PageDown", "PageUp", "Pairing", "Paste", "Pause", "PinPDown", "PinPMove", "PinPToggle", "PinPUp", "Play", "PlaySpeedDown", "PlaySpeedReset", "PlaySpeedUp", "Power", "PowerOff", "PreviousCandidate", "Print", "PrintScreen", "Process", "Props", "RandomToggle", "RcLowBattery", "RecordSpeedNext", "Redo", "RfBypass", "Romaji", "STBInput", "STBPower", "Save", "ScanChannelsToggle", "ScreenModeNext", "ScrollLock", "Select", "Settings", "ShiftLevel5", "SingleCandidate", "Soft1", "Soft2", "Soft3", "Soft4", "Soft5", "Soft6", "Soft7", "Soft8", "SpeechCorrectionList", "SpeechInputToggle", "SpellCheck", "SplitScreenToggle", "Standby", "Subtitle", "Super", "Symbol", "SymbolLock", "TV", "TV3DMode", "TVAntennaCable", "TVAudioDescription", "TVAudioDescriptionMixDown", "TVAudioDescriptionMixUp", "TVContentsMenu", "TVDataService", "TVInput", "TVInputComponent1", "TVInputComponent2", "TVInputComposite1", "TVInputComposite2", "TVInputHDMI1", "TVInputHDMI2", "TVInputHDMI3", "TVInputHDMI4", "TVInputVGA1", "TVMediaContext", "TVNetwork", "TVNumberEntry", "TVPower", "TVRadioService", "TVSatellite", "TVSatelliteBS", "TVSatelliteCS", "TVSatelliteToggle", "TVTerrestrialAnalog", "TVTerrestrialDigital", "TVTimer", "Tab", "Teletext", "Undo", "Unidentified", "VideoModeNext", "VoiceDial", "WakeUp", "Wink", "Zenkaku", "ZenkakuHankaku", "ZoomIn", "ZoomOut", "ZoomToggle"]), type$.JSArray_legacy_String); - B.LogicalKeyboardKey_4294970632 = new A.LogicalKeyboardKey(4294970632); - B.LogicalKeyboardKey_4294970633 = new A.LogicalKeyboardKey(4294970633); - B.LogicalKeyboardKey_4294967553 = new A.LogicalKeyboardKey(4294967553); - B.LogicalKeyboardKey_4294968577 = new A.LogicalKeyboardKey(4294968577); - B.LogicalKeyboardKey_4294968578 = new A.LogicalKeyboardKey(4294968578); - B.LogicalKeyboardKey_4294969089 = new A.LogicalKeyboardKey(4294969089); - B.LogicalKeyboardKey_4294969090 = new A.LogicalKeyboardKey(4294969090); - B.LogicalKeyboardKey_4294967555 = new A.LogicalKeyboardKey(4294967555); - B.LogicalKeyboardKey_4294971393 = new A.LogicalKeyboardKey(4294971393); - B.LogicalKeyboardKey_4294968579 = new A.LogicalKeyboardKey(4294968579); - B.LogicalKeyboardKey_4294970625 = new A.LogicalKeyboardKey(4294970625); - B.LogicalKeyboardKey_4294970626 = new A.LogicalKeyboardKey(4294970626); - B.LogicalKeyboardKey_4294970627 = new A.LogicalKeyboardKey(4294970627); - B.LogicalKeyboardKey_4294970882 = new A.LogicalKeyboardKey(4294970882); - B.LogicalKeyboardKey_4294970628 = new A.LogicalKeyboardKey(4294970628); - B.LogicalKeyboardKey_4294970629 = new A.LogicalKeyboardKey(4294970629); - B.LogicalKeyboardKey_4294970630 = new A.LogicalKeyboardKey(4294970630); - B.LogicalKeyboardKey_4294970631 = new A.LogicalKeyboardKey(4294970631); - B.LogicalKeyboardKey_4294970884 = new A.LogicalKeyboardKey(4294970884); - B.LogicalKeyboardKey_4294970885 = new A.LogicalKeyboardKey(4294970885); - B.LogicalKeyboardKey_4294969871 = new A.LogicalKeyboardKey(4294969871); - B.LogicalKeyboardKey_4294969873 = new A.LogicalKeyboardKey(4294969873); - B.LogicalKeyboardKey_4294969872 = new A.LogicalKeyboardKey(4294969872); - B.LogicalKeyboardKey_4294968833 = new A.LogicalKeyboardKey(4294968833); - B.LogicalKeyboardKey_4294968834 = new A.LogicalKeyboardKey(4294968834); - B.LogicalKeyboardKey_4294970369 = new A.LogicalKeyboardKey(4294970369); - B.LogicalKeyboardKey_4294970370 = new A.LogicalKeyboardKey(4294970370); - B.LogicalKeyboardKey_4294970371 = new A.LogicalKeyboardKey(4294970371); - B.LogicalKeyboardKey_4294970372 = new A.LogicalKeyboardKey(4294970372); - B.LogicalKeyboardKey_4294970373 = new A.LogicalKeyboardKey(4294970373); - B.LogicalKeyboardKey_4294970374 = new A.LogicalKeyboardKey(4294970374); - B.LogicalKeyboardKey_4294970375 = new A.LogicalKeyboardKey(4294970375); - B.LogicalKeyboardKey_4294971394 = new A.LogicalKeyboardKey(4294971394); - B.LogicalKeyboardKey_4294968835 = new A.LogicalKeyboardKey(4294968835); - B.LogicalKeyboardKey_4294971395 = new A.LogicalKeyboardKey(4294971395); - B.LogicalKeyboardKey_4294968580 = new A.LogicalKeyboardKey(4294968580); - B.LogicalKeyboardKey_4294970634 = new A.LogicalKeyboardKey(4294970634); - B.LogicalKeyboardKey_4294970635 = new A.LogicalKeyboardKey(4294970635); - B.LogicalKeyboardKey_4294968321 = new A.LogicalKeyboardKey(4294968321); - B.LogicalKeyboardKey_4294969857 = new A.LogicalKeyboardKey(4294969857); - B.LogicalKeyboardKey_4294970642 = new A.LogicalKeyboardKey(4294970642); - B.LogicalKeyboardKey_4294969091 = new A.LogicalKeyboardKey(4294969091); - B.LogicalKeyboardKey_4294970636 = new A.LogicalKeyboardKey(4294970636); - B.LogicalKeyboardKey_4294970637 = new A.LogicalKeyboardKey(4294970637); - B.LogicalKeyboardKey_4294970638 = new A.LogicalKeyboardKey(4294970638); - B.LogicalKeyboardKey_4294970639 = new A.LogicalKeyboardKey(4294970639); - B.LogicalKeyboardKey_4294970640 = new A.LogicalKeyboardKey(4294970640); - B.LogicalKeyboardKey_4294970641 = new A.LogicalKeyboardKey(4294970641); - B.LogicalKeyboardKey_4294969092 = new A.LogicalKeyboardKey(4294969092); - B.LogicalKeyboardKey_4294968581 = new A.LogicalKeyboardKey(4294968581); - B.LogicalKeyboardKey_4294969093 = new A.LogicalKeyboardKey(4294969093); - B.LogicalKeyboardKey_4294968322 = new A.LogicalKeyboardKey(4294968322); - B.LogicalKeyboardKey_4294968323 = new A.LogicalKeyboardKey(4294968323); - B.LogicalKeyboardKey_4294968324 = new A.LogicalKeyboardKey(4294968324); - B.LogicalKeyboardKey_4294970703 = new A.LogicalKeyboardKey(4294970703); - B.LogicalKeyboardKey_4294970643 = new A.LogicalKeyboardKey(4294970643); - B.LogicalKeyboardKey_4294970644 = new A.LogicalKeyboardKey(4294970644); - B.LogicalKeyboardKey_4294969108 = new A.LogicalKeyboardKey(4294969108); - B.LogicalKeyboardKey_4294968836 = new A.LogicalKeyboardKey(4294968836); - B.LogicalKeyboardKey_4294968069 = new A.LogicalKeyboardKey(4294968069); - B.LogicalKeyboardKey_4294971396 = new A.LogicalKeyboardKey(4294971396); - B.LogicalKeyboardKey_4294968325 = new A.LogicalKeyboardKey(4294968325); - B.LogicalKeyboardKey_4294968326 = new A.LogicalKeyboardKey(4294968326); - B.LogicalKeyboardKey_4294968582 = new A.LogicalKeyboardKey(4294968582); - B.LogicalKeyboardKey_4294970645 = new A.LogicalKeyboardKey(4294970645); - B.LogicalKeyboardKey_4294969345 = new A.LogicalKeyboardKey(4294969345); - B.LogicalKeyboardKey_4294969354 = new A.LogicalKeyboardKey(4294969354); - B.LogicalKeyboardKey_4294969355 = new A.LogicalKeyboardKey(4294969355); - B.LogicalKeyboardKey_4294969356 = new A.LogicalKeyboardKey(4294969356); - B.LogicalKeyboardKey_4294969357 = new A.LogicalKeyboardKey(4294969357); - B.LogicalKeyboardKey_4294969358 = new A.LogicalKeyboardKey(4294969358); - B.LogicalKeyboardKey_4294969359 = new A.LogicalKeyboardKey(4294969359); - B.LogicalKeyboardKey_4294969360 = new A.LogicalKeyboardKey(4294969360); - B.LogicalKeyboardKey_4294969361 = new A.LogicalKeyboardKey(4294969361); - B.LogicalKeyboardKey_4294969362 = new A.LogicalKeyboardKey(4294969362); - B.LogicalKeyboardKey_4294969363 = new A.LogicalKeyboardKey(4294969363); - B.LogicalKeyboardKey_4294969346 = new A.LogicalKeyboardKey(4294969346); - B.LogicalKeyboardKey_4294969364 = new A.LogicalKeyboardKey(4294969364); - B.LogicalKeyboardKey_4294969365 = new A.LogicalKeyboardKey(4294969365); - B.LogicalKeyboardKey_4294969366 = new A.LogicalKeyboardKey(4294969366); - B.LogicalKeyboardKey_4294969367 = new A.LogicalKeyboardKey(4294969367); - B.LogicalKeyboardKey_4294969368 = new A.LogicalKeyboardKey(4294969368); - B.LogicalKeyboardKey_4294969347 = new A.LogicalKeyboardKey(4294969347); - B.LogicalKeyboardKey_4294969348 = new A.LogicalKeyboardKey(4294969348); - B.LogicalKeyboardKey_4294969349 = new A.LogicalKeyboardKey(4294969349); - B.LogicalKeyboardKey_4294969350 = new A.LogicalKeyboardKey(4294969350); - B.LogicalKeyboardKey_4294969351 = new A.LogicalKeyboardKey(4294969351); - B.LogicalKeyboardKey_4294969352 = new A.LogicalKeyboardKey(4294969352); - B.LogicalKeyboardKey_4294969353 = new A.LogicalKeyboardKey(4294969353); - B.LogicalKeyboardKey_4294970646 = new A.LogicalKeyboardKey(4294970646); - B.LogicalKeyboardKey_4294970647 = new A.LogicalKeyboardKey(4294970647); - B.LogicalKeyboardKey_4294970648 = new A.LogicalKeyboardKey(4294970648); - B.LogicalKeyboardKey_4294970649 = new A.LogicalKeyboardKey(4294970649); - B.LogicalKeyboardKey_4294970650 = new A.LogicalKeyboardKey(4294970650); - B.LogicalKeyboardKey_4294970651 = new A.LogicalKeyboardKey(4294970651); - B.LogicalKeyboardKey_4294970652 = new A.LogicalKeyboardKey(4294970652); - B.LogicalKeyboardKey_4294970653 = new A.LogicalKeyboardKey(4294970653); - B.LogicalKeyboardKey_4294970654 = new A.LogicalKeyboardKey(4294970654); - B.LogicalKeyboardKey_4294970655 = new A.LogicalKeyboardKey(4294970655); - B.LogicalKeyboardKey_4294970656 = new A.LogicalKeyboardKey(4294970656); - B.LogicalKeyboardKey_4294970657 = new A.LogicalKeyboardKey(4294970657); - B.LogicalKeyboardKey_4294969094 = new A.LogicalKeyboardKey(4294969094); - B.LogicalKeyboardKey_4294968583 = new A.LogicalKeyboardKey(4294968583); - B.LogicalKeyboardKey_4294967559 = new A.LogicalKeyboardKey(4294967559); - B.LogicalKeyboardKey_4294971397 = new A.LogicalKeyboardKey(4294971397); - B.LogicalKeyboardKey_4294971398 = new A.LogicalKeyboardKey(4294971398); - B.LogicalKeyboardKey_4294969095 = new A.LogicalKeyboardKey(4294969095); - B.LogicalKeyboardKey_4294969096 = new A.LogicalKeyboardKey(4294969096); - B.LogicalKeyboardKey_4294969097 = new A.LogicalKeyboardKey(4294969097); - B.LogicalKeyboardKey_4294969098 = new A.LogicalKeyboardKey(4294969098); - B.LogicalKeyboardKey_4294970658 = new A.LogicalKeyboardKey(4294970658); - B.LogicalKeyboardKey_4294970659 = new A.LogicalKeyboardKey(4294970659); - B.LogicalKeyboardKey_4294970660 = new A.LogicalKeyboardKey(4294970660); - B.LogicalKeyboardKey_4294969105 = new A.LogicalKeyboardKey(4294969105); - B.LogicalKeyboardKey_4294969106 = new A.LogicalKeyboardKey(4294969106); - B.LogicalKeyboardKey_4294969109 = new A.LogicalKeyboardKey(4294969109); - B.LogicalKeyboardKey_4294971399 = new A.LogicalKeyboardKey(4294971399); - B.LogicalKeyboardKey_4294968584 = new A.LogicalKeyboardKey(4294968584); - B.LogicalKeyboardKey_4294968841 = new A.LogicalKeyboardKey(4294968841); - B.LogicalKeyboardKey_4294969110 = new A.LogicalKeyboardKey(4294969110); - B.LogicalKeyboardKey_4294969111 = new A.LogicalKeyboardKey(4294969111); - B.LogicalKeyboardKey_4294968070 = new A.LogicalKeyboardKey(4294968070); - B.LogicalKeyboardKey_4294967560 = new A.LogicalKeyboardKey(4294967560); - B.LogicalKeyboardKey_4294970661 = new A.LogicalKeyboardKey(4294970661); - B.LogicalKeyboardKey_4294968327 = new A.LogicalKeyboardKey(4294968327); - B.LogicalKeyboardKey_4294970662 = new A.LogicalKeyboardKey(4294970662); - B.LogicalKeyboardKey_4294969107 = new A.LogicalKeyboardKey(4294969107); - B.LogicalKeyboardKey_4294969112 = new A.LogicalKeyboardKey(4294969112); - B.LogicalKeyboardKey_4294969113 = new A.LogicalKeyboardKey(4294969113); - B.LogicalKeyboardKey_4294969114 = new A.LogicalKeyboardKey(4294969114); - B.LogicalKeyboardKey_4294971905 = new A.LogicalKeyboardKey(4294971905); - B.LogicalKeyboardKey_4294971906 = new A.LogicalKeyboardKey(4294971906); - B.LogicalKeyboardKey_4294971400 = new A.LogicalKeyboardKey(4294971400); - B.LogicalKeyboardKey_4294970118 = new A.LogicalKeyboardKey(4294970118); - B.LogicalKeyboardKey_4294970113 = new A.LogicalKeyboardKey(4294970113); - B.LogicalKeyboardKey_4294970126 = new A.LogicalKeyboardKey(4294970126); - B.LogicalKeyboardKey_4294970114 = new A.LogicalKeyboardKey(4294970114); - B.LogicalKeyboardKey_4294970124 = new A.LogicalKeyboardKey(4294970124); - B.LogicalKeyboardKey_4294970127 = new A.LogicalKeyboardKey(4294970127); - B.LogicalKeyboardKey_4294970115 = new A.LogicalKeyboardKey(4294970115); - B.LogicalKeyboardKey_4294970116 = new A.LogicalKeyboardKey(4294970116); - B.LogicalKeyboardKey_4294970117 = new A.LogicalKeyboardKey(4294970117); - B.LogicalKeyboardKey_4294970125 = new A.LogicalKeyboardKey(4294970125); - B.LogicalKeyboardKey_4294970119 = new A.LogicalKeyboardKey(4294970119); - B.LogicalKeyboardKey_4294970120 = new A.LogicalKeyboardKey(4294970120); - B.LogicalKeyboardKey_4294970121 = new A.LogicalKeyboardKey(4294970121); - B.LogicalKeyboardKey_4294970122 = new A.LogicalKeyboardKey(4294970122); - B.LogicalKeyboardKey_4294970123 = new A.LogicalKeyboardKey(4294970123); - B.LogicalKeyboardKey_4294970663 = new A.LogicalKeyboardKey(4294970663); - B.LogicalKeyboardKey_4294970664 = new A.LogicalKeyboardKey(4294970664); - B.LogicalKeyboardKey_4294970665 = new A.LogicalKeyboardKey(4294970665); - B.LogicalKeyboardKey_4294970666 = new A.LogicalKeyboardKey(4294970666); - B.LogicalKeyboardKey_4294968837 = new A.LogicalKeyboardKey(4294968837); - B.LogicalKeyboardKey_4294969858 = new A.LogicalKeyboardKey(4294969858); - B.LogicalKeyboardKey_4294969859 = new A.LogicalKeyboardKey(4294969859); - B.LogicalKeyboardKey_4294969860 = new A.LogicalKeyboardKey(4294969860); - B.LogicalKeyboardKey_4294971402 = new A.LogicalKeyboardKey(4294971402); - B.LogicalKeyboardKey_4294970667 = new A.LogicalKeyboardKey(4294970667); - B.LogicalKeyboardKey_4294970704 = new A.LogicalKeyboardKey(4294970704); - B.LogicalKeyboardKey_4294970715 = new A.LogicalKeyboardKey(4294970715); - B.LogicalKeyboardKey_4294970668 = new A.LogicalKeyboardKey(4294970668); - B.LogicalKeyboardKey_4294970669 = new A.LogicalKeyboardKey(4294970669); - B.LogicalKeyboardKey_4294970670 = new A.LogicalKeyboardKey(4294970670); - B.LogicalKeyboardKey_4294970671 = new A.LogicalKeyboardKey(4294970671); - B.LogicalKeyboardKey_4294969861 = new A.LogicalKeyboardKey(4294969861); - B.LogicalKeyboardKey_4294970672 = new A.LogicalKeyboardKey(4294970672); - B.LogicalKeyboardKey_4294970673 = new A.LogicalKeyboardKey(4294970673); - B.LogicalKeyboardKey_4294970674 = new A.LogicalKeyboardKey(4294970674); - B.LogicalKeyboardKey_4294970705 = new A.LogicalKeyboardKey(4294970705); - B.LogicalKeyboardKey_4294970706 = new A.LogicalKeyboardKey(4294970706); - B.LogicalKeyboardKey_4294970707 = new A.LogicalKeyboardKey(4294970707); - B.LogicalKeyboardKey_4294970708 = new A.LogicalKeyboardKey(4294970708); - B.LogicalKeyboardKey_4294969863 = new A.LogicalKeyboardKey(4294969863); - B.LogicalKeyboardKey_4294970709 = new A.LogicalKeyboardKey(4294970709); - B.LogicalKeyboardKey_4294969864 = new A.LogicalKeyboardKey(4294969864); - B.LogicalKeyboardKey_4294969865 = new A.LogicalKeyboardKey(4294969865); - B.LogicalKeyboardKey_4294970886 = new A.LogicalKeyboardKey(4294970886); - B.LogicalKeyboardKey_4294970887 = new A.LogicalKeyboardKey(4294970887); - B.LogicalKeyboardKey_4294970889 = new A.LogicalKeyboardKey(4294970889); - B.LogicalKeyboardKey_4294970888 = new A.LogicalKeyboardKey(4294970888); - B.LogicalKeyboardKey_4294969099 = new A.LogicalKeyboardKey(4294969099); - B.LogicalKeyboardKey_4294970710 = new A.LogicalKeyboardKey(4294970710); - B.LogicalKeyboardKey_4294970711 = new A.LogicalKeyboardKey(4294970711); - B.LogicalKeyboardKey_4294970712 = new A.LogicalKeyboardKey(4294970712); - B.LogicalKeyboardKey_4294970713 = new A.LogicalKeyboardKey(4294970713); - B.LogicalKeyboardKey_4294969866 = new A.LogicalKeyboardKey(4294969866); - B.LogicalKeyboardKey_4294969100 = new A.LogicalKeyboardKey(4294969100); - B.LogicalKeyboardKey_4294970675 = new A.LogicalKeyboardKey(4294970675); - B.LogicalKeyboardKey_4294970676 = new A.LogicalKeyboardKey(4294970676); - B.LogicalKeyboardKey_4294969101 = new A.LogicalKeyboardKey(4294969101); - B.LogicalKeyboardKey_4294971401 = new A.LogicalKeyboardKey(4294971401); - B.LogicalKeyboardKey_4294970677 = new A.LogicalKeyboardKey(4294970677); - B.LogicalKeyboardKey_4294969867 = new A.LogicalKeyboardKey(4294969867); - B.LogicalKeyboardKey_4294968071 = new A.LogicalKeyboardKey(4294968071); - B.LogicalKeyboardKey_4294968072 = new A.LogicalKeyboardKey(4294968072); - B.LogicalKeyboardKey_4294970714 = new A.LogicalKeyboardKey(4294970714); - B.LogicalKeyboardKey_4294968328 = new A.LogicalKeyboardKey(4294968328); - B.LogicalKeyboardKey_4294968585 = new A.LogicalKeyboardKey(4294968585); - B.LogicalKeyboardKey_4294970678 = new A.LogicalKeyboardKey(4294970678); - B.LogicalKeyboardKey_4294970679 = new A.LogicalKeyboardKey(4294970679); - B.LogicalKeyboardKey_4294970680 = new A.LogicalKeyboardKey(4294970680); - B.LogicalKeyboardKey_4294970681 = new A.LogicalKeyboardKey(4294970681); - B.LogicalKeyboardKey_4294968586 = new A.LogicalKeyboardKey(4294968586); - B.LogicalKeyboardKey_4294970682 = new A.LogicalKeyboardKey(4294970682); - B.LogicalKeyboardKey_4294970683 = new A.LogicalKeyboardKey(4294970683); - B.LogicalKeyboardKey_4294970684 = new A.LogicalKeyboardKey(4294970684); - B.LogicalKeyboardKey_4294968838 = new A.LogicalKeyboardKey(4294968838); - B.LogicalKeyboardKey_4294968839 = new A.LogicalKeyboardKey(4294968839); - B.LogicalKeyboardKey_4294969102 = new A.LogicalKeyboardKey(4294969102); - B.LogicalKeyboardKey_4294969868 = new A.LogicalKeyboardKey(4294969868); - B.LogicalKeyboardKey_4294968840 = new A.LogicalKeyboardKey(4294968840); - B.LogicalKeyboardKey_4294969103 = new A.LogicalKeyboardKey(4294969103); - B.LogicalKeyboardKey_4294968587 = new A.LogicalKeyboardKey(4294968587); - B.LogicalKeyboardKey_4294970685 = new A.LogicalKeyboardKey(4294970685); - B.LogicalKeyboardKey_4294970686 = new A.LogicalKeyboardKey(4294970686); - B.LogicalKeyboardKey_4294970687 = new A.LogicalKeyboardKey(4294970687); - B.LogicalKeyboardKey_4294968329 = new A.LogicalKeyboardKey(4294968329); - B.LogicalKeyboardKey_4294970688 = new A.LogicalKeyboardKey(4294970688); - B.LogicalKeyboardKey_4294969115 = new A.LogicalKeyboardKey(4294969115); - B.LogicalKeyboardKey_4294970693 = new A.LogicalKeyboardKey(4294970693); - B.LogicalKeyboardKey_4294970694 = new A.LogicalKeyboardKey(4294970694); - B.LogicalKeyboardKey_4294969869 = new A.LogicalKeyboardKey(4294969869); - B.LogicalKeyboardKey_4294970689 = new A.LogicalKeyboardKey(4294970689); - B.LogicalKeyboardKey_4294970690 = new A.LogicalKeyboardKey(4294970690); - B.LogicalKeyboardKey_4294968588 = new A.LogicalKeyboardKey(4294968588); - B.LogicalKeyboardKey_4294970691 = new A.LogicalKeyboardKey(4294970691); - B.LogicalKeyboardKey_4294967569 = new A.LogicalKeyboardKey(4294967569); - B.LogicalKeyboardKey_4294969104 = new A.LogicalKeyboardKey(4294969104); - B.LogicalKeyboardKey_4294969601 = new A.LogicalKeyboardKey(4294969601); - B.LogicalKeyboardKey_4294969602 = new A.LogicalKeyboardKey(4294969602); - B.LogicalKeyboardKey_4294969603 = new A.LogicalKeyboardKey(4294969603); - B.LogicalKeyboardKey_4294969604 = new A.LogicalKeyboardKey(4294969604); - B.LogicalKeyboardKey_4294969605 = new A.LogicalKeyboardKey(4294969605); - B.LogicalKeyboardKey_4294969606 = new A.LogicalKeyboardKey(4294969606); - B.LogicalKeyboardKey_4294969607 = new A.LogicalKeyboardKey(4294969607); - B.LogicalKeyboardKey_4294969608 = new A.LogicalKeyboardKey(4294969608); - B.LogicalKeyboardKey_4294971137 = new A.LogicalKeyboardKey(4294971137); - B.LogicalKeyboardKey_4294971138 = new A.LogicalKeyboardKey(4294971138); - B.LogicalKeyboardKey_4294969870 = new A.LogicalKeyboardKey(4294969870); - B.LogicalKeyboardKey_4294970692 = new A.LogicalKeyboardKey(4294970692); - B.LogicalKeyboardKey_4294968842 = new A.LogicalKeyboardKey(4294968842); - B.LogicalKeyboardKey_4294970695 = new A.LogicalKeyboardKey(4294970695); - B.LogicalKeyboardKey_4294967566 = new A.LogicalKeyboardKey(4294967566); - B.LogicalKeyboardKey_4294967567 = new A.LogicalKeyboardKey(4294967567); - B.LogicalKeyboardKey_4294967568 = new A.LogicalKeyboardKey(4294967568); - B.LogicalKeyboardKey_4294970697 = new A.LogicalKeyboardKey(4294970697); - B.LogicalKeyboardKey_4294971649 = new A.LogicalKeyboardKey(4294971649); - B.LogicalKeyboardKey_4294971650 = new A.LogicalKeyboardKey(4294971650); - B.LogicalKeyboardKey_4294971651 = new A.LogicalKeyboardKey(4294971651); - B.LogicalKeyboardKey_4294971652 = new A.LogicalKeyboardKey(4294971652); - B.LogicalKeyboardKey_4294971653 = new A.LogicalKeyboardKey(4294971653); - B.LogicalKeyboardKey_4294971654 = new A.LogicalKeyboardKey(4294971654); - B.LogicalKeyboardKey_4294971655 = new A.LogicalKeyboardKey(4294971655); - B.LogicalKeyboardKey_4294970698 = new A.LogicalKeyboardKey(4294970698); - B.LogicalKeyboardKey_4294971656 = new A.LogicalKeyboardKey(4294971656); - B.LogicalKeyboardKey_4294971657 = new A.LogicalKeyboardKey(4294971657); - B.LogicalKeyboardKey_4294971658 = new A.LogicalKeyboardKey(4294971658); - B.LogicalKeyboardKey_4294971659 = new A.LogicalKeyboardKey(4294971659); - B.LogicalKeyboardKey_4294971660 = new A.LogicalKeyboardKey(4294971660); - B.LogicalKeyboardKey_4294971661 = new A.LogicalKeyboardKey(4294971661); - B.LogicalKeyboardKey_4294971662 = new A.LogicalKeyboardKey(4294971662); - B.LogicalKeyboardKey_4294971663 = new A.LogicalKeyboardKey(4294971663); - B.LogicalKeyboardKey_4294971664 = new A.LogicalKeyboardKey(4294971664); - B.LogicalKeyboardKey_4294971665 = new A.LogicalKeyboardKey(4294971665); - B.LogicalKeyboardKey_4294971666 = new A.LogicalKeyboardKey(4294971666); - B.LogicalKeyboardKey_4294971667 = new A.LogicalKeyboardKey(4294971667); - B.LogicalKeyboardKey_4294970699 = new A.LogicalKeyboardKey(4294970699); - B.LogicalKeyboardKey_4294971668 = new A.LogicalKeyboardKey(4294971668); - B.LogicalKeyboardKey_4294971669 = new A.LogicalKeyboardKey(4294971669); - B.LogicalKeyboardKey_4294971670 = new A.LogicalKeyboardKey(4294971670); - B.LogicalKeyboardKey_4294971671 = new A.LogicalKeyboardKey(4294971671); - B.LogicalKeyboardKey_4294971672 = new A.LogicalKeyboardKey(4294971672); - B.LogicalKeyboardKey_4294971673 = new A.LogicalKeyboardKey(4294971673); - B.LogicalKeyboardKey_4294971674 = new A.LogicalKeyboardKey(4294971674); - B.LogicalKeyboardKey_4294971675 = new A.LogicalKeyboardKey(4294971675); - B.LogicalKeyboardKey_4294970696 = new A.LogicalKeyboardKey(4294970696); - B.LogicalKeyboardKey_4294968330 = new A.LogicalKeyboardKey(4294968330); - B.LogicalKeyboardKey_4294967297 = new A.LogicalKeyboardKey(4294967297); - B.LogicalKeyboardKey_4294970700 = new A.LogicalKeyboardKey(4294970700); - B.LogicalKeyboardKey_4294971403 = new A.LogicalKeyboardKey(4294971403); - B.LogicalKeyboardKey_4294968843 = new A.LogicalKeyboardKey(4294968843); - B.LogicalKeyboardKey_4294970701 = new A.LogicalKeyboardKey(4294970701); - B.LogicalKeyboardKey_4294969116 = new A.LogicalKeyboardKey(4294969116); - B.LogicalKeyboardKey_4294969117 = new A.LogicalKeyboardKey(4294969117); - B.LogicalKeyboardKey_4294968589 = new A.LogicalKeyboardKey(4294968589); - B.LogicalKeyboardKey_4294968590 = new A.LogicalKeyboardKey(4294968590); - B.LogicalKeyboardKey_4294970702 = new A.LogicalKeyboardKey(4294970702); - B.Map_0mOHH = new A.ConstantStringMap(300, {AVRInput: B.LogicalKeyboardKey_4294970632, AVRPower: B.LogicalKeyboardKey_4294970633, Accel: B.LogicalKeyboardKey_4294967553, Accept: B.LogicalKeyboardKey_4294968577, Again: B.LogicalKeyboardKey_4294968578, AllCandidates: B.LogicalKeyboardKey_4294969089, Alphanumeric: B.LogicalKeyboardKey_4294969090, AltGraph: B.LogicalKeyboardKey_4294967555, AppSwitch: B.LogicalKeyboardKey_4294971393, ArrowDown: B.LogicalKeyboardKey_4294968065, ArrowLeft: B.LogicalKeyboardKey_4294968066, ArrowRight: B.LogicalKeyboardKey_4294968067, ArrowUp: B.LogicalKeyboardKey_4294968068, Attn: B.LogicalKeyboardKey_4294968579, AudioBalanceLeft: B.LogicalKeyboardKey_4294970625, AudioBalanceRight: B.LogicalKeyboardKey_4294970626, AudioBassBoostDown: B.LogicalKeyboardKey_4294970627, AudioBassBoostToggle: B.LogicalKeyboardKey_4294970882, AudioBassBoostUp: B.LogicalKeyboardKey_4294970628, AudioFaderFront: B.LogicalKeyboardKey_4294970629, AudioFaderRear: B.LogicalKeyboardKey_4294970630, AudioSurroundModeNext: B.LogicalKeyboardKey_4294970631, AudioTrebleDown: B.LogicalKeyboardKey_4294970884, AudioTrebleUp: B.LogicalKeyboardKey_4294970885, AudioVolumeDown: B.LogicalKeyboardKey_4294969871, AudioVolumeMute: B.LogicalKeyboardKey_4294969873, AudioVolumeUp: B.LogicalKeyboardKey_4294969872, Backspace: B.LogicalKeyboardKey_4294967304, BrightnessDown: B.LogicalKeyboardKey_4294968833, BrightnessUp: B.LogicalKeyboardKey_4294968834, BrowserBack: B.LogicalKeyboardKey_4294970369, BrowserFavorites: B.LogicalKeyboardKey_4294970370, BrowserForward: B.LogicalKeyboardKey_4294970371, BrowserHome: B.LogicalKeyboardKey_4294970372, BrowserRefresh: B.LogicalKeyboardKey_4294970373, BrowserSearch: B.LogicalKeyboardKey_4294970374, BrowserStop: B.LogicalKeyboardKey_4294970375, Call: B.LogicalKeyboardKey_4294971394, Camera: B.LogicalKeyboardKey_4294968835, CameraFocus: B.LogicalKeyboardKey_4294971395, Cancel: B.LogicalKeyboardKey_4294968580, CapsLock: B.LogicalKeyboardKey_4294967556, ChannelDown: B.LogicalKeyboardKey_4294970634, ChannelUp: B.LogicalKeyboardKey_4294970635, Clear: B.LogicalKeyboardKey_4294968321, Close: B.LogicalKeyboardKey_4294969857, ClosedCaptionToggle: B.LogicalKeyboardKey_4294970642, CodeInput: B.LogicalKeyboardKey_4294969091, ColorF0Red: B.LogicalKeyboardKey_4294970636, ColorF1Green: B.LogicalKeyboardKey_4294970637, ColorF2Yellow: B.LogicalKeyboardKey_4294970638, ColorF3Blue: B.LogicalKeyboardKey_4294970639, ColorF4Grey: B.LogicalKeyboardKey_4294970640, ColorF5Brown: B.LogicalKeyboardKey_4294970641, Compose: B.LogicalKeyboardKey_4294969092, ContextMenu: B.LogicalKeyboardKey_4294968581, Convert: B.LogicalKeyboardKey_4294969093, Copy: B.LogicalKeyboardKey_4294968322, CrSel: B.LogicalKeyboardKey_4294968323, Cut: B.LogicalKeyboardKey_4294968324, DVR: B.LogicalKeyboardKey_4294970703, Delete: B.LogicalKeyboardKey_4294967423, Dimmer: B.LogicalKeyboardKey_4294970643, DisplaySwap: B.LogicalKeyboardKey_4294970644, Eisu: B.LogicalKeyboardKey_4294969108, Eject: B.LogicalKeyboardKey_4294968836, End: B.LogicalKeyboardKey_4294968069, EndCall: B.LogicalKeyboardKey_4294971396, Enter: B.LogicalKeyboardKey_4294967309, EraseEof: B.LogicalKeyboardKey_4294968325, Escape: B.LogicalKeyboardKey_4294967323, ExSel: B.LogicalKeyboardKey_4294968326, Execute: B.LogicalKeyboardKey_4294968582, Exit: B.LogicalKeyboardKey_4294970645, F1: B.LogicalKeyboardKey_4294969345, F10: B.LogicalKeyboardKey_4294969354, F11: B.LogicalKeyboardKey_4294969355, F12: B.LogicalKeyboardKey_4294969356, F13: B.LogicalKeyboardKey_4294969357, F14: B.LogicalKeyboardKey_4294969358, F15: B.LogicalKeyboardKey_4294969359, F16: B.LogicalKeyboardKey_4294969360, F17: B.LogicalKeyboardKey_4294969361, F18: B.LogicalKeyboardKey_4294969362, F19: B.LogicalKeyboardKey_4294969363, F2: B.LogicalKeyboardKey_4294969346, F20: B.LogicalKeyboardKey_4294969364, F21: B.LogicalKeyboardKey_4294969365, F22: B.LogicalKeyboardKey_4294969366, F23: B.LogicalKeyboardKey_4294969367, F24: B.LogicalKeyboardKey_4294969368, F3: B.LogicalKeyboardKey_4294969347, F4: B.LogicalKeyboardKey_4294969348, F5: B.LogicalKeyboardKey_4294969349, F6: B.LogicalKeyboardKey_4294969350, F7: B.LogicalKeyboardKey_4294969351, F8: B.LogicalKeyboardKey_4294969352, F9: B.LogicalKeyboardKey_4294969353, FavoriteClear0: B.LogicalKeyboardKey_4294970646, FavoriteClear1: B.LogicalKeyboardKey_4294970647, FavoriteClear2: B.LogicalKeyboardKey_4294970648, FavoriteClear3: B.LogicalKeyboardKey_4294970649, FavoriteRecall0: B.LogicalKeyboardKey_4294970650, FavoriteRecall1: B.LogicalKeyboardKey_4294970651, FavoriteRecall2: B.LogicalKeyboardKey_4294970652, FavoriteRecall3: B.LogicalKeyboardKey_4294970653, FavoriteStore0: B.LogicalKeyboardKey_4294970654, FavoriteStore1: B.LogicalKeyboardKey_4294970655, FavoriteStore2: B.LogicalKeyboardKey_4294970656, FavoriteStore3: B.LogicalKeyboardKey_4294970657, FinalMode: B.LogicalKeyboardKey_4294969094, Find: B.LogicalKeyboardKey_4294968583, Fn: B.LogicalKeyboardKey_4294967558, FnLock: B.LogicalKeyboardKey_4294967559, GoBack: B.LogicalKeyboardKey_4294971397, GoHome: B.LogicalKeyboardKey_4294971398, GroupFirst: B.LogicalKeyboardKey_4294969095, GroupLast: B.LogicalKeyboardKey_4294969096, GroupNext: B.LogicalKeyboardKey_4294969097, GroupPrevious: B.LogicalKeyboardKey_4294969098, Guide: B.LogicalKeyboardKey_4294970658, GuideNextDay: B.LogicalKeyboardKey_4294970659, GuidePreviousDay: B.LogicalKeyboardKey_4294970660, HangulMode: B.LogicalKeyboardKey_4294969105, HanjaMode: B.LogicalKeyboardKey_4294969106, Hankaku: B.LogicalKeyboardKey_4294969109, HeadsetHook: B.LogicalKeyboardKey_4294971399, Help: B.LogicalKeyboardKey_4294968584, Hibernate: B.LogicalKeyboardKey_4294968841, Hiragana: B.LogicalKeyboardKey_4294969110, HiraganaKatakana: B.LogicalKeyboardKey_4294969111, Home: B.LogicalKeyboardKey_4294968070, Hyper: B.LogicalKeyboardKey_4294967560, Info: B.LogicalKeyboardKey_4294970661, Insert: B.LogicalKeyboardKey_4294968327, InstantReplay: B.LogicalKeyboardKey_4294970662, JunjaMode: B.LogicalKeyboardKey_4294969107, KanaMode: B.LogicalKeyboardKey_4294969112, KanjiMode: B.LogicalKeyboardKey_4294969113, Katakana: B.LogicalKeyboardKey_4294969114, Key11: B.LogicalKeyboardKey_4294971905, Key12: B.LogicalKeyboardKey_4294971906, LastNumberRedial: B.LogicalKeyboardKey_4294971400, LaunchApplication1: B.LogicalKeyboardKey_4294970118, LaunchApplication2: B.LogicalKeyboardKey_4294970113, LaunchAssistant: B.LogicalKeyboardKey_4294970126, LaunchCalendar: B.LogicalKeyboardKey_4294970114, LaunchContacts: B.LogicalKeyboardKey_4294970124, LaunchControlPanel: B.LogicalKeyboardKey_4294970127, LaunchMail: B.LogicalKeyboardKey_4294970115, LaunchMediaPlayer: B.LogicalKeyboardKey_4294970116, LaunchMusicPlayer: B.LogicalKeyboardKey_4294970117, LaunchPhone: B.LogicalKeyboardKey_4294970125, LaunchScreenSaver: B.LogicalKeyboardKey_4294970119, LaunchSpreadsheet: B.LogicalKeyboardKey_4294970120, LaunchWebBrowser: B.LogicalKeyboardKey_4294970121, LaunchWebCam: B.LogicalKeyboardKey_4294970122, LaunchWordProcessor: B.LogicalKeyboardKey_4294970123, Link: B.LogicalKeyboardKey_4294970663, ListProgram: B.LogicalKeyboardKey_4294970664, LiveContent: B.LogicalKeyboardKey_4294970665, Lock: B.LogicalKeyboardKey_4294970666, LogOff: B.LogicalKeyboardKey_4294968837, MailForward: B.LogicalKeyboardKey_4294969858, MailReply: B.LogicalKeyboardKey_4294969859, MailSend: B.LogicalKeyboardKey_4294969860, MannerMode: B.LogicalKeyboardKey_4294971402, MediaApps: B.LogicalKeyboardKey_4294970667, MediaAudioTrack: B.LogicalKeyboardKey_4294970704, MediaClose: B.LogicalKeyboardKey_4294970715, MediaFastForward: B.LogicalKeyboardKey_4294970668, MediaLast: B.LogicalKeyboardKey_4294970669, MediaPause: B.LogicalKeyboardKey_4294970670, MediaPlay: B.LogicalKeyboardKey_4294970671, MediaPlayPause: B.LogicalKeyboardKey_4294969861, MediaRecord: B.LogicalKeyboardKey_4294970672, MediaRewind: B.LogicalKeyboardKey_4294970673, MediaSkip: B.LogicalKeyboardKey_4294970674, MediaSkipBackward: B.LogicalKeyboardKey_4294970705, MediaSkipForward: B.LogicalKeyboardKey_4294970706, MediaStepBackward: B.LogicalKeyboardKey_4294970707, MediaStepForward: B.LogicalKeyboardKey_4294970708, MediaStop: B.LogicalKeyboardKey_4294969863, MediaTopMenu: B.LogicalKeyboardKey_4294970709, MediaTrackNext: B.LogicalKeyboardKey_4294969864, MediaTrackPrevious: B.LogicalKeyboardKey_4294969865, MicrophoneToggle: B.LogicalKeyboardKey_4294970886, MicrophoneVolumeDown: B.LogicalKeyboardKey_4294970887, MicrophoneVolumeMute: B.LogicalKeyboardKey_4294970889, MicrophoneVolumeUp: B.LogicalKeyboardKey_4294970888, ModeChange: B.LogicalKeyboardKey_4294969099, NavigateIn: B.LogicalKeyboardKey_4294970710, NavigateNext: B.LogicalKeyboardKey_4294970711, NavigateOut: B.LogicalKeyboardKey_4294970712, NavigatePrevious: B.LogicalKeyboardKey_4294970713, New: B.LogicalKeyboardKey_4294969866, NextCandidate: B.LogicalKeyboardKey_4294969100, NextFavoriteChannel: B.LogicalKeyboardKey_4294970675, NextUserProfile: B.LogicalKeyboardKey_4294970676, NonConvert: B.LogicalKeyboardKey_4294969101, Notification: B.LogicalKeyboardKey_4294971401, NumLock: B.LogicalKeyboardKey_4294967562, OnDemand: B.LogicalKeyboardKey_4294970677, Open: B.LogicalKeyboardKey_4294969867, PageDown: B.LogicalKeyboardKey_4294968071, PageUp: B.LogicalKeyboardKey_4294968072, Pairing: B.LogicalKeyboardKey_4294970714, Paste: B.LogicalKeyboardKey_4294968328, Pause: B.LogicalKeyboardKey_4294968585, PinPDown: B.LogicalKeyboardKey_4294970678, PinPMove: B.LogicalKeyboardKey_4294970679, PinPToggle: B.LogicalKeyboardKey_4294970680, PinPUp: B.LogicalKeyboardKey_4294970681, Play: B.LogicalKeyboardKey_4294968586, PlaySpeedDown: B.LogicalKeyboardKey_4294970682, PlaySpeedReset: B.LogicalKeyboardKey_4294970683, PlaySpeedUp: B.LogicalKeyboardKey_4294970684, Power: B.LogicalKeyboardKey_4294968838, PowerOff: B.LogicalKeyboardKey_4294968839, PreviousCandidate: B.LogicalKeyboardKey_4294969102, Print: B.LogicalKeyboardKey_4294969868, PrintScreen: B.LogicalKeyboardKey_4294968840, Process: B.LogicalKeyboardKey_4294969103, Props: B.LogicalKeyboardKey_4294968587, RandomToggle: B.LogicalKeyboardKey_4294970685, RcLowBattery: B.LogicalKeyboardKey_4294970686, RecordSpeedNext: B.LogicalKeyboardKey_4294970687, Redo: B.LogicalKeyboardKey_4294968329, RfBypass: B.LogicalKeyboardKey_4294970688, Romaji: B.LogicalKeyboardKey_4294969115, STBInput: B.LogicalKeyboardKey_4294970693, STBPower: B.LogicalKeyboardKey_4294970694, Save: B.LogicalKeyboardKey_4294969869, ScanChannelsToggle: B.LogicalKeyboardKey_4294970689, ScreenModeNext: B.LogicalKeyboardKey_4294970690, ScrollLock: B.LogicalKeyboardKey_4294967564, Select: B.LogicalKeyboardKey_4294968588, Settings: B.LogicalKeyboardKey_4294970691, ShiftLevel5: B.LogicalKeyboardKey_4294967569, SingleCandidate: B.LogicalKeyboardKey_4294969104, Soft1: B.LogicalKeyboardKey_4294969601, Soft2: B.LogicalKeyboardKey_4294969602, Soft3: B.LogicalKeyboardKey_4294969603, Soft4: B.LogicalKeyboardKey_4294969604, Soft5: B.LogicalKeyboardKey_4294969605, Soft6: B.LogicalKeyboardKey_4294969606, Soft7: B.LogicalKeyboardKey_4294969607, Soft8: B.LogicalKeyboardKey_4294969608, SpeechCorrectionList: B.LogicalKeyboardKey_4294971137, SpeechInputToggle: B.LogicalKeyboardKey_4294971138, SpellCheck: B.LogicalKeyboardKey_4294969870, SplitScreenToggle: B.LogicalKeyboardKey_4294970692, Standby: B.LogicalKeyboardKey_4294968842, Subtitle: B.LogicalKeyboardKey_4294970695, Super: B.LogicalKeyboardKey_4294967566, Symbol: B.LogicalKeyboardKey_4294967567, SymbolLock: B.LogicalKeyboardKey_4294967568, TV: B.LogicalKeyboardKey_4294970697, TV3DMode: B.LogicalKeyboardKey_4294971649, TVAntennaCable: B.LogicalKeyboardKey_4294971650, TVAudioDescription: B.LogicalKeyboardKey_4294971651, TVAudioDescriptionMixDown: B.LogicalKeyboardKey_4294971652, TVAudioDescriptionMixUp: B.LogicalKeyboardKey_4294971653, TVContentsMenu: B.LogicalKeyboardKey_4294971654, TVDataService: B.LogicalKeyboardKey_4294971655, TVInput: B.LogicalKeyboardKey_4294970698, TVInputComponent1: B.LogicalKeyboardKey_4294971656, TVInputComponent2: B.LogicalKeyboardKey_4294971657, TVInputComposite1: B.LogicalKeyboardKey_4294971658, TVInputComposite2: B.LogicalKeyboardKey_4294971659, TVInputHDMI1: B.LogicalKeyboardKey_4294971660, TVInputHDMI2: B.LogicalKeyboardKey_4294971661, TVInputHDMI3: B.LogicalKeyboardKey_4294971662, TVInputHDMI4: B.LogicalKeyboardKey_4294971663, TVInputVGA1: B.LogicalKeyboardKey_4294971664, TVMediaContext: B.LogicalKeyboardKey_4294971665, TVNetwork: B.LogicalKeyboardKey_4294971666, TVNumberEntry: B.LogicalKeyboardKey_4294971667, TVPower: B.LogicalKeyboardKey_4294970699, TVRadioService: B.LogicalKeyboardKey_4294971668, TVSatellite: B.LogicalKeyboardKey_4294971669, TVSatelliteBS: B.LogicalKeyboardKey_4294971670, TVSatelliteCS: B.LogicalKeyboardKey_4294971671, TVSatelliteToggle: B.LogicalKeyboardKey_4294971672, TVTerrestrialAnalog: B.LogicalKeyboardKey_4294971673, TVTerrestrialDigital: B.LogicalKeyboardKey_4294971674, TVTimer: B.LogicalKeyboardKey_4294971675, Tab: B.LogicalKeyboardKey_4294967305, Teletext: B.LogicalKeyboardKey_4294970696, Undo: B.LogicalKeyboardKey_4294968330, Unidentified: B.LogicalKeyboardKey_4294967297, VideoModeNext: B.LogicalKeyboardKey_4294970700, VoiceDial: B.LogicalKeyboardKey_4294971403, WakeUp: B.LogicalKeyboardKey_4294968843, Wink: B.LogicalKeyboardKey_4294970701, Zenkaku: B.LogicalKeyboardKey_4294969116, ZenkakuHankaku: B.LogicalKeyboardKey_4294969117, ZoomIn: B.LogicalKeyboardKey_4294968589, ZoomOut: B.LogicalKeyboardKey_4294968590, ZoomToggle: B.LogicalKeyboardKey_4294970702}, B.List_0mM, A.findType("ConstantStringMap")); - B.Map_0mogo = new A.ConstantStringMap(300, {AVRInput: 4294970632, AVRPower: 4294970633, Accel: 4294967553, Accept: 4294968577, Again: 4294968578, AllCandidates: 4294969089, Alphanumeric: 4294969090, AltGraph: 4294967555, AppSwitch: 4294971393, ArrowDown: 4294968065, ArrowLeft: 4294968066, ArrowRight: 4294968067, ArrowUp: 4294968068, Attn: 4294968579, AudioBalanceLeft: 4294970625, AudioBalanceRight: 4294970626, AudioBassBoostDown: 4294970627, AudioBassBoostToggle: 4294970882, AudioBassBoostUp: 4294970628, AudioFaderFront: 4294970629, AudioFaderRear: 4294970630, AudioSurroundModeNext: 4294970631, AudioTrebleDown: 4294970884, AudioTrebleUp: 4294970885, AudioVolumeDown: 4294969871, AudioVolumeMute: 4294969873, AudioVolumeUp: 4294969872, Backspace: 4294967304, BrightnessDown: 4294968833, BrightnessUp: 4294968834, BrowserBack: 4294970369, BrowserFavorites: 4294970370, BrowserForward: 4294970371, BrowserHome: 4294970372, BrowserRefresh: 4294970373, BrowserSearch: 4294970374, BrowserStop: 4294970375, Call: 4294971394, Camera: 4294968835, CameraFocus: 4294971395, Cancel: 4294968580, CapsLock: 4294967556, ChannelDown: 4294970634, ChannelUp: 4294970635, Clear: 4294968321, Close: 4294969857, ClosedCaptionToggle: 4294970642, CodeInput: 4294969091, ColorF0Red: 4294970636, ColorF1Green: 4294970637, ColorF2Yellow: 4294970638, ColorF3Blue: 4294970639, ColorF4Grey: 4294970640, ColorF5Brown: 4294970641, Compose: 4294969092, ContextMenu: 4294968581, Convert: 4294969093, Copy: 4294968322, CrSel: 4294968323, Cut: 4294968324, DVR: 4294970703, Delete: 4294967423, Dimmer: 4294970643, DisplaySwap: 4294970644, Eisu: 4294969108, Eject: 4294968836, End: 4294968069, EndCall: 4294971396, Enter: 4294967309, EraseEof: 4294968325, Escape: 4294967323, ExSel: 4294968326, Execute: 4294968582, Exit: 4294970645, F1: 4294969345, F10: 4294969354, F11: 4294969355, F12: 4294969356, F13: 4294969357, F14: 4294969358, F15: 4294969359, F16: 4294969360, F17: 4294969361, F18: 4294969362, F19: 4294969363, F2: 4294969346, F20: 4294969364, F21: 4294969365, F22: 4294969366, F23: 4294969367, F24: 4294969368, F3: 4294969347, F4: 4294969348, F5: 4294969349, F6: 4294969350, F7: 4294969351, F8: 4294969352, F9: 4294969353, FavoriteClear0: 4294970646, FavoriteClear1: 4294970647, FavoriteClear2: 4294970648, FavoriteClear3: 4294970649, FavoriteRecall0: 4294970650, FavoriteRecall1: 4294970651, FavoriteRecall2: 4294970652, FavoriteRecall3: 4294970653, FavoriteStore0: 4294970654, FavoriteStore1: 4294970655, FavoriteStore2: 4294970656, FavoriteStore3: 4294970657, FinalMode: 4294969094, Find: 4294968583, Fn: 4294967558, FnLock: 4294967559, GoBack: 4294971397, GoHome: 4294971398, GroupFirst: 4294969095, GroupLast: 4294969096, GroupNext: 4294969097, GroupPrevious: 4294969098, Guide: 4294970658, GuideNextDay: 4294970659, GuidePreviousDay: 4294970660, HangulMode: 4294969105, HanjaMode: 4294969106, Hankaku: 4294969109, HeadsetHook: 4294971399, Help: 4294968584, Hibernate: 4294968841, Hiragana: 4294969110, HiraganaKatakana: 4294969111, Home: 4294968070, Hyper: 4294967560, Info: 4294970661, Insert: 4294968327, InstantReplay: 4294970662, JunjaMode: 4294969107, KanaMode: 4294969112, KanjiMode: 4294969113, Katakana: 4294969114, Key11: 4294971905, Key12: 4294971906, LastNumberRedial: 4294971400, LaunchApplication1: 4294970118, LaunchApplication2: 4294970113, LaunchAssistant: 4294970126, LaunchCalendar: 4294970114, LaunchContacts: 4294970124, LaunchControlPanel: 4294970127, LaunchMail: 4294970115, LaunchMediaPlayer: 4294970116, LaunchMusicPlayer: 4294970117, LaunchPhone: 4294970125, LaunchScreenSaver: 4294970119, LaunchSpreadsheet: 4294970120, LaunchWebBrowser: 4294970121, LaunchWebCam: 4294970122, LaunchWordProcessor: 4294970123, Link: 4294970663, ListProgram: 4294970664, LiveContent: 4294970665, Lock: 4294970666, LogOff: 4294968837, MailForward: 4294969858, MailReply: 4294969859, MailSend: 4294969860, MannerMode: 4294971402, MediaApps: 4294970667, MediaAudioTrack: 4294970704, MediaClose: 4294970715, MediaFastForward: 4294970668, MediaLast: 4294970669, MediaPause: 4294970670, MediaPlay: 4294970671, MediaPlayPause: 4294969861, MediaRecord: 4294970672, MediaRewind: 4294970673, MediaSkip: 4294970674, MediaSkipBackward: 4294970705, MediaSkipForward: 4294970706, MediaStepBackward: 4294970707, MediaStepForward: 4294970708, MediaStop: 4294969863, MediaTopMenu: 4294970709, MediaTrackNext: 4294969864, MediaTrackPrevious: 4294969865, MicrophoneToggle: 4294970886, MicrophoneVolumeDown: 4294970887, MicrophoneVolumeMute: 4294970889, MicrophoneVolumeUp: 4294970888, ModeChange: 4294969099, NavigateIn: 4294970710, NavigateNext: 4294970711, NavigateOut: 4294970712, NavigatePrevious: 4294970713, New: 4294969866, NextCandidate: 4294969100, NextFavoriteChannel: 4294970675, NextUserProfile: 4294970676, NonConvert: 4294969101, Notification: 4294971401, NumLock: 4294967562, OnDemand: 4294970677, Open: 4294969867, PageDown: 4294968071, PageUp: 4294968072, Pairing: 4294970714, Paste: 4294968328, Pause: 4294968585, PinPDown: 4294970678, PinPMove: 4294970679, PinPToggle: 4294970680, PinPUp: 4294970681, Play: 4294968586, PlaySpeedDown: 4294970682, PlaySpeedReset: 4294970683, PlaySpeedUp: 4294970684, Power: 4294968838, PowerOff: 4294968839, PreviousCandidate: 4294969102, Print: 4294969868, PrintScreen: 4294968840, Process: 4294969103, Props: 4294968587, RandomToggle: 4294970685, RcLowBattery: 4294970686, RecordSpeedNext: 4294970687, Redo: 4294968329, RfBypass: 4294970688, Romaji: 4294969115, STBInput: 4294970693, STBPower: 4294970694, Save: 4294969869, ScanChannelsToggle: 4294970689, ScreenModeNext: 4294970690, ScrollLock: 4294967564, Select: 4294968588, Settings: 4294970691, ShiftLevel5: 4294967569, SingleCandidate: 4294969104, Soft1: 4294969601, Soft2: 4294969602, Soft3: 4294969603, Soft4: 4294969604, Soft5: 4294969605, Soft6: 4294969606, Soft7: 4294969607, Soft8: 4294969608, SpeechCorrectionList: 4294971137, SpeechInputToggle: 4294971138, SpellCheck: 4294969870, SplitScreenToggle: 4294970692, Standby: 4294968842, Subtitle: 4294970695, Super: 4294967566, Symbol: 4294967567, SymbolLock: 4294967568, TV: 4294970697, TV3DMode: 4294971649, TVAntennaCable: 4294971650, TVAudioDescription: 4294971651, TVAudioDescriptionMixDown: 4294971652, TVAudioDescriptionMixUp: 4294971653, TVContentsMenu: 4294971654, TVDataService: 4294971655, TVInput: 4294970698, TVInputComponent1: 4294971656, TVInputComponent2: 4294971657, TVInputComposite1: 4294971658, TVInputComposite2: 4294971659, TVInputHDMI1: 4294971660, TVInputHDMI2: 4294971661, TVInputHDMI3: 4294971662, TVInputHDMI4: 4294971663, TVInputVGA1: 4294971664, TVMediaContext: 4294971665, TVNetwork: 4294971666, TVNumberEntry: 4294971667, TVPower: 4294970699, TVRadioService: 4294971668, TVSatellite: 4294971669, TVSatelliteBS: 4294971670, TVSatelliteCS: 4294971671, TVSatelliteToggle: 4294971672, TVTerrestrialAnalog: 4294971673, TVTerrestrialDigital: 4294971674, TVTimer: 4294971675, Tab: 4294967305, Teletext: 4294970696, Undo: 4294968330, Unidentified: 4294967297, VideoModeNext: 4294970700, VoiceDial: 4294971403, WakeUp: 4294968843, Wink: 4294970701, Zenkaku: 4294969116, ZenkakuHankaku: 4294969117, ZoomIn: 4294968589, ZoomOut: 4294968590, ZoomToggle: 4294970702}, B.List_0mM, type$.ConstantStringMap_of_legacy_String_and_legacy_int); - B.List_03 = A._setArrayType(makeConstList(["AElig", "AElig;", "AMP", "AMP;", "Aacute", "Aacute;", "Abreve;", "Acirc", "Acirc;", "Acy;", "Afr;", "Agrave", "Agrave;", "Alpha;", "Amacr;", "And;", "Aogon;", "Aopf;", "ApplyFunction;", "Aring", "Aring;", "Ascr;", "Assign;", "Atilde", "Atilde;", "Auml", "Auml;", "Backslash;", "Barv;", "Barwed;", "Bcy;", "Because;", "Bernoullis;", "Beta;", "Bfr;", "Bopf;", "Breve;", "Bscr;", "Bumpeq;", "CHcy;", "COPY", "COPY;", "Cacute;", "Cap;", "CapitalDifferentialD;", "Cayleys;", "Ccaron;", "Ccedil", "Ccedil;", "Ccirc;", "Cconint;", "Cdot;", "Cedilla;", "CenterDot;", "Cfr;", "Chi;", "CircleDot;", "CircleMinus;", "CirclePlus;", "CircleTimes;", "ClockwiseContourIntegral;", "CloseCurlyDoubleQuote;", "CloseCurlyQuote;", "Colon;", "Colone;", "Congruent;", "Conint;", "ContourIntegral;", "Copf;", "Coproduct;", "CounterClockwiseContourIntegral;", "Cross;", "Cscr;", "Cup;", "CupCap;", "DD;", "DDotrahd;", "DJcy;", "DScy;", "DZcy;", "Dagger;", "Darr;", "Dashv;", "Dcaron;", "Dcy;", "Del;", "Delta;", "Dfr;", "DiacriticalAcute;", "DiacriticalDot;", "DiacriticalDoubleAcute;", "DiacriticalGrave;", "DiacriticalTilde;", "Diamond;", "DifferentialD;", "Dopf;", "Dot;", "DotDot;", "DotEqual;", "DoubleContourIntegral;", "DoubleDot;", "DoubleDownArrow;", "DoubleLeftArrow;", "DoubleLeftRightArrow;", "DoubleLeftTee;", "DoubleLongLeftArrow;", "DoubleLongLeftRightArrow;", "DoubleLongRightArrow;", "DoubleRightArrow;", "DoubleRightTee;", "DoubleUpArrow;", "DoubleUpDownArrow;", "DoubleVerticalBar;", "DownArrow;", "DownArrowBar;", "DownArrowUpArrow;", "DownBreve;", "DownLeftRightVector;", "DownLeftTeeVector;", "DownLeftVector;", "DownLeftVectorBar;", "DownRightTeeVector;", "DownRightVector;", "DownRightVectorBar;", "DownTee;", "DownTeeArrow;", "Downarrow;", "Dscr;", "Dstrok;", "ENG;", "ETH", "ETH;", "Eacute", "Eacute;", "Ecaron;", "Ecirc", "Ecirc;", "Ecy;", "Edot;", "Efr;", "Egrave", "Egrave;", "Element;", "Emacr;", "EmptySmallSquare;", "EmptyVerySmallSquare;", "Eogon;", "Eopf;", "Epsilon;", "Equal;", "EqualTilde;", "Equilibrium;", "Escr;", "Esim;", "Eta;", "Euml", "Euml;", "Exists;", "ExponentialE;", "Fcy;", "Ffr;", "FilledSmallSquare;", "FilledVerySmallSquare;", "Fopf;", "ForAll;", "Fouriertrf;", "Fscr;", "GJcy;", "GT", "GT;", "Gamma;", "Gammad;", "Gbreve;", "Gcedil;", "Gcirc;", "Gcy;", "Gdot;", "Gfr;", "Gg;", "Gopf;", "GreaterEqual;", "GreaterEqualLess;", "GreaterFullEqual;", "GreaterGreater;", "GreaterLess;", "GreaterSlantEqual;", "GreaterTilde;", "Gscr;", "Gt;", "HARDcy;", "Hacek;", "Hat;", "Hcirc;", "Hfr;", "HilbertSpace;", "Hopf;", "HorizontalLine;", "Hscr;", "Hstrok;", "HumpDownHump;", "HumpEqual;", "IEcy;", "IJlig;", "IOcy;", "Iacute", "Iacute;", "Icirc", "Icirc;", "Icy;", "Idot;", "Ifr;", "Igrave", "Igrave;", "Im;", "Imacr;", "ImaginaryI;", "Implies;", "Int;", "Integral;", "Intersection;", "InvisibleComma;", "InvisibleTimes;", "Iogon;", "Iopf;", "Iota;", "Iscr;", "Itilde;", "Iukcy;", "Iuml", "Iuml;", "Jcirc;", "Jcy;", "Jfr;", "Jopf;", "Jscr;", "Jsercy;", "Jukcy;", "KHcy;", "KJcy;", "Kappa;", "Kcedil;", "Kcy;", "Kfr;", "Kopf;", "Kscr;", "LJcy;", "LT", "LT;", "Lacute;", "Lambda;", "Lang;", "Laplacetrf;", "Larr;", "Lcaron;", "Lcedil;", "Lcy;", "LeftAngleBracket;", "LeftArrow;", "LeftArrowBar;", "LeftArrowRightArrow;", "LeftCeiling;", "LeftDoubleBracket;", "LeftDownTeeVector;", "LeftDownVector;", "LeftDownVectorBar;", "LeftFloor;", "LeftRightArrow;", "LeftRightVector;", "LeftTee;", "LeftTeeArrow;", "LeftTeeVector;", "LeftTriangle;", "LeftTriangleBar;", "LeftTriangleEqual;", "LeftUpDownVector;", "LeftUpTeeVector;", "LeftUpVector;", "LeftUpVectorBar;", "LeftVector;", "LeftVectorBar;", "Leftarrow;", "Leftrightarrow;", "LessEqualGreater;", "LessFullEqual;", "LessGreater;", "LessLess;", "LessSlantEqual;", "LessTilde;", "Lfr;", "Ll;", "Lleftarrow;", "Lmidot;", "LongLeftArrow;", "LongLeftRightArrow;", "LongRightArrow;", "Longleftarrow;", "Longleftrightarrow;", "Longrightarrow;", "Lopf;", "LowerLeftArrow;", "LowerRightArrow;", "Lscr;", "Lsh;", "Lstrok;", "Lt;", "Map;", "Mcy;", "MediumSpace;", "Mellintrf;", "Mfr;", "MinusPlus;", "Mopf;", "Mscr;", "Mu;", "NJcy;", "Nacute;", "Ncaron;", "Ncedil;", "Ncy;", "NegativeMediumSpace;", "NegativeThickSpace;", "NegativeThinSpace;", "NegativeVeryThinSpace;", "NestedGreaterGreater;", "NestedLessLess;", "NewLine;", "Nfr;", "NoBreak;", "NonBreakingSpace;", "Nopf;", "Not;", "NotCongruent;", "NotCupCap;", "NotDoubleVerticalBar;", "NotElement;", "NotEqual;", "NotEqualTilde;", "NotExists;", "NotGreater;", "NotGreaterEqual;", "NotGreaterFullEqual;", "NotGreaterGreater;", "NotGreaterLess;", "NotGreaterSlantEqual;", "NotGreaterTilde;", "NotHumpDownHump;", "NotHumpEqual;", "NotLeftTriangle;", "NotLeftTriangleBar;", "NotLeftTriangleEqual;", "NotLess;", "NotLessEqual;", "NotLessGreater;", "NotLessLess;", "NotLessSlantEqual;", "NotLessTilde;", "NotNestedGreaterGreater;", "NotNestedLessLess;", "NotPrecedes;", "NotPrecedesEqual;", "NotPrecedesSlantEqual;", "NotReverseElement;", "NotRightTriangle;", "NotRightTriangleBar;", "NotRightTriangleEqual;", "NotSquareSubset;", "NotSquareSubsetEqual;", "NotSquareSuperset;", "NotSquareSupersetEqual;", "NotSubset;", "NotSubsetEqual;", "NotSucceeds;", "NotSucceedsEqual;", "NotSucceedsSlantEqual;", "NotSucceedsTilde;", "NotSuperset;", "NotSupersetEqual;", "NotTilde;", "NotTildeEqual;", "NotTildeFullEqual;", "NotTildeTilde;", "NotVerticalBar;", "Nscr;", "Ntilde", "Ntilde;", "Nu;", "OElig;", "Oacute", "Oacute;", "Ocirc", "Ocirc;", "Ocy;", "Odblac;", "Ofr;", "Ograve", "Ograve;", "Omacr;", "Omega;", "Omicron;", "Oopf;", "OpenCurlyDoubleQuote;", "OpenCurlyQuote;", "Or;", "Oscr;", "Oslash", "Oslash;", "Otilde", "Otilde;", "Otimes;", "Ouml", "Ouml;", "OverBar;", "OverBrace;", "OverBracket;", "OverParenthesis;", "PartialD;", "Pcy;", "Pfr;", "Phi;", "Pi;", "PlusMinus;", "Poincareplane;", "Popf;", "Pr;", "Precedes;", "PrecedesEqual;", "PrecedesSlantEqual;", "PrecedesTilde;", "Prime;", "Product;", "Proportion;", "Proportional;", "Pscr;", "Psi;", "QUOT", "QUOT;", "Qfr;", "Qopf;", "Qscr;", "RBarr;", "REG", "REG;", "Racute;", "Rang;", "Rarr;", "Rarrtl;", "Rcaron;", "Rcedil;", "Rcy;", "Re;", "ReverseElement;", "ReverseEquilibrium;", "ReverseUpEquilibrium;", "Rfr;", "Rho;", "RightAngleBracket;", "RightArrow;", "RightArrowBar;", "RightArrowLeftArrow;", "RightCeiling;", "RightDoubleBracket;", "RightDownTeeVector;", "RightDownVector;", "RightDownVectorBar;", "RightFloor;", "RightTee;", "RightTeeArrow;", "RightTeeVector;", "RightTriangle;", "RightTriangleBar;", "RightTriangleEqual;", "RightUpDownVector;", "RightUpTeeVector;", "RightUpVector;", "RightUpVectorBar;", "RightVector;", "RightVectorBar;", "Rightarrow;", "Ropf;", "RoundImplies;", "Rrightarrow;", "Rscr;", "Rsh;", "RuleDelayed;", "SHCHcy;", "SHcy;", "SOFTcy;", "Sacute;", "Sc;", "Scaron;", "Scedil;", "Scirc;", "Scy;", "Sfr;", "ShortDownArrow;", "ShortLeftArrow;", "ShortRightArrow;", "ShortUpArrow;", "Sigma;", "SmallCircle;", "Sopf;", "Sqrt;", "Square;", "SquareIntersection;", "SquareSubset;", "SquareSubsetEqual;", "SquareSuperset;", "SquareSupersetEqual;", "SquareUnion;", "Sscr;", "Star;", "Sub;", "Subset;", "SubsetEqual;", "Succeeds;", "SucceedsEqual;", "SucceedsSlantEqual;", "SucceedsTilde;", "SuchThat;", "Sum;", "Sup;", "Superset;", "SupersetEqual;", "Supset;", "THORN", "THORN;", "TRADE;", "TSHcy;", "TScy;", "Tab;", "Tau;", "Tcaron;", "Tcedil;", "Tcy;", "Tfr;", "Therefore;", "Theta;", "ThickSpace;", "ThinSpace;", "Tilde;", "TildeEqual;", "TildeFullEqual;", "TildeTilde;", "Topf;", "TripleDot;", "Tscr;", "Tstrok;", "Uacute", "Uacute;", "Uarr;", "Uarrocir;", "Ubrcy;", "Ubreve;", "Ucirc", "Ucirc;", "Ucy;", "Udblac;", "Ufr;", "Ugrave", "Ugrave;", "Umacr;", "UnderBar;", "UnderBrace;", "UnderBracket;", "UnderParenthesis;", "Union;", "UnionPlus;", "Uogon;", "Uopf;", "UpArrow;", "UpArrowBar;", "UpArrowDownArrow;", "UpDownArrow;", "UpEquilibrium;", "UpTee;", "UpTeeArrow;", "Uparrow;", "Updownarrow;", "UpperLeftArrow;", "UpperRightArrow;", "Upsi;", "Upsilon;", "Uring;", "Uscr;", "Utilde;", "Uuml", "Uuml;", "VDash;", "Vbar;", "Vcy;", "Vdash;", "Vdashl;", "Vee;", "Verbar;", "Vert;", "VerticalBar;", "VerticalLine;", "VerticalSeparator;", "VerticalTilde;", "VeryThinSpace;", "Vfr;", "Vopf;", "Vscr;", "Vvdash;", "Wcirc;", "Wedge;", "Wfr;", "Wopf;", "Wscr;", "Xfr;", "Xi;", "Xopf;", "Xscr;", "YAcy;", "YIcy;", "YUcy;", "Yacute", "Yacute;", "Ycirc;", "Ycy;", "Yfr;", "Yopf;", "Yscr;", "Yuml;", "ZHcy;", "Zacute;", "Zcaron;", "Zcy;", "Zdot;", "ZeroWidthSpace;", "Zeta;", "Zfr;", "Zopf;", "Zscr;", "aacute", "aacute;", "abreve;", "ac;", "acE;", "acd;", "acirc", "acirc;", "acute", "acute;", "acy;", "aelig", "aelig;", "af;", "afr;", "agrave", "agrave;", "alefsym;", "aleph;", "alpha;", "amacr;", "amalg;", "amp", "amp;", "and;", "andand;", "andd;", "andslope;", "andv;", "ang;", "ange;", "angle;", "angmsd;", "angmsdaa;", "angmsdab;", "angmsdac;", "angmsdad;", "angmsdae;", "angmsdaf;", "angmsdag;", "angmsdah;", "angrt;", "angrtvb;", "angrtvbd;", "angsph;", "angst;", "angzarr;", "aogon;", "aopf;", "ap;", "apE;", "apacir;", "ape;", "apid;", "apos;", "approx;", "approxeq;", "aring", "aring;", "ascr;", "ast;", "asymp;", "asympeq;", "atilde", "atilde;", "auml", "auml;", "awconint;", "awint;", "bNot;", "backcong;", "backepsilon;", "backprime;", "backsim;", "backsimeq;", "barvee;", "barwed;", "barwedge;", "bbrk;", "bbrktbrk;", "bcong;", "bcy;", "bdquo;", "becaus;", "because;", "bemptyv;", "bepsi;", "bernou;", "beta;", "beth;", "between;", "bfr;", "bigcap;", "bigcirc;", "bigcup;", "bigodot;", "bigoplus;", "bigotimes;", "bigsqcup;", "bigstar;", "bigtriangledown;", "bigtriangleup;", "biguplus;", "bigvee;", "bigwedge;", "bkarow;", "blacklozenge;", "blacksquare;", "blacktriangle;", "blacktriangledown;", "blacktriangleleft;", "blacktriangleright;", "blank;", "blk12;", "blk14;", "blk34;", "block;", "bne;", "bnequiv;", "bnot;", "bopf;", "bot;", "bottom;", "bowtie;", "boxDL;", "boxDR;", "boxDl;", "boxDr;", "boxH;", "boxHD;", "boxHU;", "boxHd;", "boxHu;", "boxUL;", "boxUR;", "boxUl;", "boxUr;", "boxV;", "boxVH;", "boxVL;", "boxVR;", "boxVh;", "boxVl;", "boxVr;", "boxbox;", "boxdL;", "boxdR;", "boxdl;", "boxdr;", "boxh;", "boxhD;", "boxhU;", "boxhd;", "boxhu;", "boxminus;", "boxplus;", "boxtimes;", "boxuL;", "boxuR;", "boxul;", "boxur;", "boxv;", "boxvH;", "boxvL;", "boxvR;", "boxvh;", "boxvl;", "boxvr;", "bprime;", "breve;", "brvbar", "brvbar;", "bscr;", "bsemi;", "bsim;", "bsime;", "bsol;", "bsolb;", "bsolhsub;", "bull;", "bullet;", "bump;", "bumpE;", "bumpe;", "bumpeq;", "cacute;", "cap;", "capand;", "capbrcup;", "capcap;", "capcup;", "capdot;", "caps;", "caret;", "caron;", "ccaps;", "ccaron;", "ccedil", "ccedil;", "ccirc;", "ccups;", "ccupssm;", "cdot;", "cedil", "cedil;", "cemptyv;", "cent", "cent;", "centerdot;", "cfr;", "chcy;", "check;", "checkmark;", "chi;", "cir;", "cirE;", "circ;", "circeq;", "circlearrowleft;", "circlearrowright;", "circledR;", "circledS;", "circledast;", "circledcirc;", "circleddash;", "cire;", "cirfnint;", "cirmid;", "cirscir;", "clubs;", "clubsuit;", "colon;", "colone;", "coloneq;", "comma;", "commat;", "comp;", "compfn;", "complement;", "complexes;", "cong;", "congdot;", "conint;", "copf;", "coprod;", "copy", "copy;", "copysr;", "crarr;", "cross;", "cscr;", "csub;", "csube;", "csup;", "csupe;", "ctdot;", "cudarrl;", "cudarrr;", "cuepr;", "cuesc;", "cularr;", "cularrp;", "cup;", "cupbrcap;", "cupcap;", "cupcup;", "cupdot;", "cupor;", "cups;", "curarr;", "curarrm;", "curlyeqprec;", "curlyeqsucc;", "curlyvee;", "curlywedge;", "curren", "curren;", "curvearrowleft;", "curvearrowright;", "cuvee;", "cuwed;", "cwconint;", "cwint;", "cylcty;", "dArr;", "dHar;", "dagger;", "daleth;", "darr;", "dash;", "dashv;", "dbkarow;", "dblac;", "dcaron;", "dcy;", "dd;", "ddagger;", "ddarr;", "ddotseq;", "deg", "deg;", "delta;", "demptyv;", "dfisht;", "dfr;", "dharl;", "dharr;", "diam;", "diamond;", "diamondsuit;", "diams;", "die;", "digamma;", "disin;", "div;", "divide", "divide;", "divideontimes;", "divonx;", "djcy;", "dlcorn;", "dlcrop;", "dollar;", "dopf;", "dot;", "doteq;", "doteqdot;", "dotminus;", "dotplus;", "dotsquare;", "doublebarwedge;", "downarrow;", "downdownarrows;", "downharpoonleft;", "downharpoonright;", "drbkarow;", "drcorn;", "drcrop;", "dscr;", "dscy;", "dsol;", "dstrok;", "dtdot;", "dtri;", "dtrif;", "duarr;", "duhar;", "dwangle;", "dzcy;", "dzigrarr;", "eDDot;", "eDot;", "eacute", "eacute;", "easter;", "ecaron;", "ecir;", "ecirc", "ecirc;", "ecolon;", "ecy;", "edot;", "ee;", "efDot;", "efr;", "eg;", "egrave", "egrave;", "egs;", "egsdot;", "el;", "elinters;", "ell;", "els;", "elsdot;", "emacr;", "empty;", "emptyset;", "emptyv;", "emsp13;", "emsp14;", "emsp;", "eng;", "ensp;", "eogon;", "eopf;", "epar;", "eparsl;", "eplus;", "epsi;", "epsilon;", "epsiv;", "eqcirc;", "eqcolon;", "eqsim;", "eqslantgtr;", "eqslantless;", "equals;", "equest;", "equiv;", "equivDD;", "eqvparsl;", "erDot;", "erarr;", "escr;", "esdot;", "esim;", "eta;", "eth", "eth;", "euml", "euml;", "euro;", "excl;", "exist;", "expectation;", "exponentiale;", "fallingdotseq;", "fcy;", "female;", "ffilig;", "fflig;", "ffllig;", "ffr;", "filig;", "fjlig;", "flat;", "fllig;", "fltns;", "fnof;", "fopf;", "forall;", "fork;", "forkv;", "fpartint;", "frac12", "frac12;", "frac13;", "frac14", "frac14;", "frac15;", "frac16;", "frac18;", "frac23;", "frac25;", "frac34", "frac34;", "frac35;", "frac38;", "frac45;", "frac56;", "frac58;", "frac78;", "frasl;", "frown;", "fscr;", "gE;", "gEl;", "gacute;", "gamma;", "gammad;", "gap;", "gbreve;", "gcirc;", "gcy;", "gdot;", "ge;", "gel;", "geq;", "geqq;", "geqslant;", "ges;", "gescc;", "gesdot;", "gesdoto;", "gesdotol;", "gesl;", "gesles;", "gfr;", "gg;", "ggg;", "gimel;", "gjcy;", "gl;", "glE;", "gla;", "glj;", "gnE;", "gnap;", "gnapprox;", "gne;", "gneq;", "gneqq;", "gnsim;", "gopf;", "grave;", "gscr;", "gsim;", "gsime;", "gsiml;", "gt", "gt;", "gtcc;", "gtcir;", "gtdot;", "gtlPar;", "gtquest;", "gtrapprox;", "gtrarr;", "gtrdot;", "gtreqless;", "gtreqqless;", "gtrless;", "gtrsim;", "gvertneqq;", "gvnE;", "hArr;", "hairsp;", "half;", "hamilt;", "hardcy;", "harr;", "harrcir;", "harrw;", "hbar;", "hcirc;", "hearts;", "heartsuit;", "hellip;", "hercon;", "hfr;", "hksearow;", "hkswarow;", "hoarr;", "homtht;", "hookleftarrow;", "hookrightarrow;", "hopf;", "horbar;", "hscr;", "hslash;", "hstrok;", "hybull;", "hyphen;", "iacute", "iacute;", "ic;", "icirc", "icirc;", "icy;", "iecy;", "iexcl", "iexcl;", "iff;", "ifr;", "igrave", "igrave;", "ii;", "iiiint;", "iiint;", "iinfin;", "iiota;", "ijlig;", "imacr;", "image;", "imagline;", "imagpart;", "imath;", "imof;", "imped;", "in;", "incare;", "infin;", "infintie;", "inodot;", "int;", "intcal;", "integers;", "intercal;", "intlarhk;", "intprod;", "iocy;", "iogon;", "iopf;", "iota;", "iprod;", "iquest", "iquest;", "iscr;", "isin;", "isinE;", "isindot;", "isins;", "isinsv;", "isinv;", "it;", "itilde;", "iukcy;", "iuml", "iuml;", "jcirc;", "jcy;", "jfr;", "jmath;", "jopf;", "jscr;", "jsercy;", "jukcy;", "kappa;", "kappav;", "kcedil;", "kcy;", "kfr;", "kgreen;", "khcy;", "kjcy;", "kopf;", "kscr;", "lAarr;", "lArr;", "lAtail;", "lBarr;", "lE;", "lEg;", "lHar;", "lacute;", "laemptyv;", "lagran;", "lambda;", "lang;", "langd;", "langle;", "lap;", "laquo", "laquo;", "larr;", "larrb;", "larrbfs;", "larrfs;", "larrhk;", "larrlp;", "larrpl;", "larrsim;", "larrtl;", "lat;", "latail;", "late;", "lates;", "lbarr;", "lbbrk;", "lbrace;", "lbrack;", "lbrke;", "lbrksld;", "lbrkslu;", "lcaron;", "lcedil;", "lceil;", "lcub;", "lcy;", "ldca;", "ldquo;", "ldquor;", "ldrdhar;", "ldrushar;", "ldsh;", "le;", "leftarrow;", "leftarrowtail;", "leftharpoondown;", "leftharpoonup;", "leftleftarrows;", "leftrightarrow;", "leftrightarrows;", "leftrightharpoons;", "leftrightsquigarrow;", "leftthreetimes;", "leg;", "leq;", "leqq;", "leqslant;", "les;", "lescc;", "lesdot;", "lesdoto;", "lesdotor;", "lesg;", "lesges;", "lessapprox;", "lessdot;", "lesseqgtr;", "lesseqqgtr;", "lessgtr;", "lesssim;", "lfisht;", "lfloor;", "lfr;", "lg;", "lgE;", "lhard;", "lharu;", "lharul;", "lhblk;", "ljcy;", "ll;", "llarr;", "llcorner;", "llhard;", "lltri;", "lmidot;", "lmoust;", "lmoustache;", "lnE;", "lnap;", "lnapprox;", "lne;", "lneq;", "lneqq;", "lnsim;", "loang;", "loarr;", "lobrk;", "longleftarrow;", "longleftrightarrow;", "longmapsto;", "longrightarrow;", "looparrowleft;", "looparrowright;", "lopar;", "lopf;", "loplus;", "lotimes;", "lowast;", "lowbar;", "loz;", "lozenge;", "lozf;", "lpar;", "lparlt;", "lrarr;", "lrcorner;", "lrhar;", "lrhard;", "lrm;", "lrtri;", "lsaquo;", "lscr;", "lsh;", "lsim;", "lsime;", "lsimg;", "lsqb;", "lsquo;", "lsquor;", "lstrok;", "lt", "lt;", "ltcc;", "ltcir;", "ltdot;", "lthree;", "ltimes;", "ltlarr;", "ltquest;", "ltrPar;", "ltri;", "ltrie;", "ltrif;", "lurdshar;", "luruhar;", "lvertneqq;", "lvnE;", "mDDot;", "macr", "macr;", "male;", "malt;", "maltese;", "map;", "mapsto;", "mapstodown;", "mapstoleft;", "mapstoup;", "marker;", "mcomma;", "mcy;", "mdash;", "measuredangle;", "mfr;", "mho;", "micro", "micro;", "mid;", "midast;", "midcir;", "middot", "middot;", "minus;", "minusb;", "minusd;", "minusdu;", "mlcp;", "mldr;", "mnplus;", "models;", "mopf;", "mp;", "mscr;", "mstpos;", "mu;", "multimap;", "mumap;", "nGg;", "nGt;", "nGtv;", "nLeftarrow;", "nLeftrightarrow;", "nLl;", "nLt;", "nLtv;", "nRightarrow;", "nVDash;", "nVdash;", "nabla;", "nacute;", "nang;", "nap;", "napE;", "napid;", "napos;", "napprox;", "natur;", "natural;", "naturals;", "nbsp", "nbsp;", "nbump;", "nbumpe;", "ncap;", "ncaron;", "ncedil;", "ncong;", "ncongdot;", "ncup;", "ncy;", "ndash;", "ne;", "neArr;", "nearhk;", "nearr;", "nearrow;", "nedot;", "nequiv;", "nesear;", "nesim;", "nexist;", "nexists;", "nfr;", "ngE;", "nge;", "ngeq;", "ngeqq;", "ngeqslant;", "nges;", "ngsim;", "ngt;", "ngtr;", "nhArr;", "nharr;", "nhpar;", "ni;", "nis;", "nisd;", "niv;", "njcy;", "nlArr;", "nlE;", "nlarr;", "nldr;", "nle;", "nleftarrow;", "nleftrightarrow;", "nleq;", "nleqq;", "nleqslant;", "nles;", "nless;", "nlsim;", "nlt;", "nltri;", "nltrie;", "nmid;", "nopf;", "not", "not;", "notin;", "notinE;", "notindot;", "notinva;", "notinvb;", "notinvc;", "notni;", "notniva;", "notnivb;", "notnivc;", "npar;", "nparallel;", "nparsl;", "npart;", "npolint;", "npr;", "nprcue;", "npre;", "nprec;", "npreceq;", "nrArr;", "nrarr;", "nrarrc;", "nrarrw;", "nrightarrow;", "nrtri;", "nrtrie;", "nsc;", "nsccue;", "nsce;", "nscr;", "nshortmid;", "nshortparallel;", "nsim;", "nsime;", "nsimeq;", "nsmid;", "nspar;", "nsqsube;", "nsqsupe;", "nsub;", "nsubE;", "nsube;", "nsubset;", "nsubseteq;", "nsubseteqq;", "nsucc;", "nsucceq;", "nsup;", "nsupE;", "nsupe;", "nsupset;", "nsupseteq;", "nsupseteqq;", "ntgl;", "ntilde", "ntilde;", "ntlg;", "ntriangleleft;", "ntrianglelefteq;", "ntriangleright;", "ntrianglerighteq;", "nu;", "num;", "numero;", "numsp;", "nvDash;", "nvHarr;", "nvap;", "nvdash;", "nvge;", "nvgt;", "nvinfin;", "nvlArr;", "nvle;", "nvlt;", "nvltrie;", "nvrArr;", "nvrtrie;", "nvsim;", "nwArr;", "nwarhk;", "nwarr;", "nwarrow;", "nwnear;", "oS;", "oacute", "oacute;", "oast;", "ocir;", "ocirc", "ocirc;", "ocy;", "odash;", "odblac;", "odiv;", "odot;", "odsold;", "oelig;", "ofcir;", "ofr;", "ogon;", "ograve", "ograve;", "ogt;", "ohbar;", "ohm;", "oint;", "olarr;", "olcir;", "olcross;", "oline;", "olt;", "omacr;", "omega;", "omicron;", "omid;", "ominus;", "oopf;", "opar;", "operp;", "oplus;", "or;", "orarr;", "ord;", "order;", "orderof;", "ordf", "ordf;", "ordm", "ordm;", "origof;", "oror;", "orslope;", "orv;", "oscr;", "oslash", "oslash;", "osol;", "otilde", "otilde;", "otimes;", "otimesas;", "ouml", "ouml;", "ovbar;", "par;", "para", "para;", "parallel;", "parsim;", "parsl;", "part;", "pcy;", "percnt;", "period;", "permil;", "perp;", "pertenk;", "pfr;", "phi;", "phiv;", "phmmat;", "phone;", "pi;", "pitchfork;", "piv;", "planck;", "planckh;", "plankv;", "plus;", "plusacir;", "plusb;", "pluscir;", "plusdo;", "plusdu;", "pluse;", "plusmn", "plusmn;", "plussim;", "plustwo;", "pm;", "pointint;", "popf;", "pound", "pound;", "pr;", "prE;", "prap;", "prcue;", "pre;", "prec;", "precapprox;", "preccurlyeq;", "preceq;", "precnapprox;", "precneqq;", "precnsim;", "precsim;", "prime;", "primes;", "prnE;", "prnap;", "prnsim;", "prod;", "profalar;", "profline;", "profsurf;", "prop;", "propto;", "prsim;", "prurel;", "pscr;", "psi;", "puncsp;", "qfr;", "qint;", "qopf;", "qprime;", "qscr;", "quaternions;", "quatint;", "quest;", "questeq;", "quot", "quot;", "rAarr;", "rArr;", "rAtail;", "rBarr;", "rHar;", "race;", "racute;", "radic;", "raemptyv;", "rang;", "rangd;", "range;", "rangle;", "raquo", "raquo;", "rarr;", "rarrap;", "rarrb;", "rarrbfs;", "rarrc;", "rarrfs;", "rarrhk;", "rarrlp;", "rarrpl;", "rarrsim;", "rarrtl;", "rarrw;", "ratail;", "ratio;", "rationals;", "rbarr;", "rbbrk;", "rbrace;", "rbrack;", "rbrke;", "rbrksld;", "rbrkslu;", "rcaron;", "rcedil;", "rceil;", "rcub;", "rcy;", "rdca;", "rdldhar;", "rdquo;", "rdquor;", "rdsh;", "real;", "realine;", "realpart;", "reals;", "rect;", "reg", "reg;", "rfisht;", "rfloor;", "rfr;", "rhard;", "rharu;", "rharul;", "rho;", "rhov;", "rightarrow;", "rightarrowtail;", "rightharpoondown;", "rightharpoonup;", "rightleftarrows;", "rightleftharpoons;", "rightrightarrows;", "rightsquigarrow;", "rightthreetimes;", "ring;", "risingdotseq;", "rlarr;", "rlhar;", "rlm;", "rmoust;", "rmoustache;", "rnmid;", "roang;", "roarr;", "robrk;", "ropar;", "ropf;", "roplus;", "rotimes;", "rpar;", "rpargt;", "rppolint;", "rrarr;", "rsaquo;", "rscr;", "rsh;", "rsqb;", "rsquo;", "rsquor;", "rthree;", "rtimes;", "rtri;", "rtrie;", "rtrif;", "rtriltri;", "ruluhar;", "rx;", "sacute;", "sbquo;", "sc;", "scE;", "scap;", "scaron;", "sccue;", "sce;", "scedil;", "scirc;", "scnE;", "scnap;", "scnsim;", "scpolint;", "scsim;", "scy;", "sdot;", "sdotb;", "sdote;", "seArr;", "searhk;", "searr;", "searrow;", "sect", "sect;", "semi;", "seswar;", "setminus;", "setmn;", "sext;", "sfr;", "sfrown;", "sharp;", "shchcy;", "shcy;", "shortmid;", "shortparallel;", "shy", "shy;", "sigma;", "sigmaf;", "sigmav;", "sim;", "simdot;", "sime;", "simeq;", "simg;", "simgE;", "siml;", "simlE;", "simne;", "simplus;", "simrarr;", "slarr;", "smallsetminus;", "smashp;", "smeparsl;", "smid;", "smile;", "smt;", "smte;", "smtes;", "softcy;", "sol;", "solb;", "solbar;", "sopf;", "spades;", "spadesuit;", "spar;", "sqcap;", "sqcaps;", "sqcup;", "sqcups;", "sqsub;", "sqsube;", "sqsubset;", "sqsubseteq;", "sqsup;", "sqsupe;", "sqsupset;", "sqsupseteq;", "squ;", "square;", "squarf;", "squf;", "srarr;", "sscr;", "ssetmn;", "ssmile;", "sstarf;", "star;", "starf;", "straightepsilon;", "straightphi;", "strns;", "sub;", "subE;", "subdot;", "sube;", "subedot;", "submult;", "subnE;", "subne;", "subplus;", "subrarr;", "subset;", "subseteq;", "subseteqq;", "subsetneq;", "subsetneqq;", "subsim;", "subsub;", "subsup;", "succ;", "succapprox;", "succcurlyeq;", "succeq;", "succnapprox;", "succneqq;", "succnsim;", "succsim;", "sum;", "sung;", "sup1", "sup1;", "sup2", "sup2;", "sup3", "sup3;", "sup;", "supE;", "supdot;", "supdsub;", "supe;", "supedot;", "suphsol;", "suphsub;", "suplarr;", "supmult;", "supnE;", "supne;", "supplus;", "supset;", "supseteq;", "supseteqq;", "supsetneq;", "supsetneqq;", "supsim;", "supsub;", "supsup;", "swArr;", "swarhk;", "swarr;", "swarrow;", "swnwar;", "szlig", "szlig;", "target;", "tau;", "tbrk;", "tcaron;", "tcedil;", "tcy;", "tdot;", "telrec;", "tfr;", "there4;", "therefore;", "theta;", "thetasym;", "thetav;", "thickapprox;", "thicksim;", "thinsp;", "thkap;", "thksim;", "thorn", "thorn;", "tilde;", "times", "times;", "timesb;", "timesbar;", "timesd;", "tint;", "toea;", "top;", "topbot;", "topcir;", "topf;", "topfork;", "tosa;", "tprime;", "trade;", "triangle;", "triangledown;", "triangleleft;", "trianglelefteq;", "triangleq;", "triangleright;", "trianglerighteq;", "tridot;", "trie;", "triminus;", "triplus;", "trisb;", "tritime;", "trpezium;", "tscr;", "tscy;", "tshcy;", "tstrok;", "twixt;", "twoheadleftarrow;", "twoheadrightarrow;", "uArr;", "uHar;", "uacute", "uacute;", "uarr;", "ubrcy;", "ubreve;", "ucirc", "ucirc;", "ucy;", "udarr;", "udblac;", "udhar;", "ufisht;", "ufr;", "ugrave", "ugrave;", "uharl;", "uharr;", "uhblk;", "ulcorn;", "ulcorner;", "ulcrop;", "ultri;", "umacr;", "uml", "uml;", "uogon;", "uopf;", "uparrow;", "updownarrow;", "upharpoonleft;", "upharpoonright;", "uplus;", "upsi;", "upsih;", "upsilon;", "upuparrows;", "urcorn;", "urcorner;", "urcrop;", "uring;", "urtri;", "uscr;", "utdot;", "utilde;", "utri;", "utrif;", "uuarr;", "uuml", "uuml;", "uwangle;", "vArr;", "vBar;", "vBarv;", "vDash;", "vangrt;", "varepsilon;", "varkappa;", "varnothing;", "varphi;", "varpi;", "varpropto;", "varr;", "varrho;", "varsigma;", "varsubsetneq;", "varsubsetneqq;", "varsupsetneq;", "varsupsetneqq;", "vartheta;", "vartriangleleft;", "vartriangleright;", "vcy;", "vdash;", "vee;", "veebar;", "veeeq;", "vellip;", "verbar;", "vert;", "vfr;", "vltri;", "vnsub;", "vnsup;", "vopf;", "vprop;", "vrtri;", "vscr;", "vsubnE;", "vsubne;", "vsupnE;", "vsupne;", "vzigzag;", "wcirc;", "wedbar;", "wedge;", "wedgeq;", "weierp;", "wfr;", "wopf;", "wp;", "wr;", "wreath;", "wscr;", "xcap;", "xcirc;", "xcup;", "xdtri;", "xfr;", "xhArr;", "xharr;", "xi;", "xlArr;", "xlarr;", "xmap;", "xnis;", "xodot;", "xopf;", "xoplus;", "xotime;", "xrArr;", "xrarr;", "xscr;", "xsqcup;", "xuplus;", "xutri;", "xvee;", "xwedge;", "yacute", "yacute;", "yacy;", "ycirc;", "ycy;", "yen", "yen;", "yfr;", "yicy;", "yopf;", "yscr;", "yucy;", "yuml", "yuml;", "zacute;", "zcaron;", "zcy;", "zdot;", "zeetrf;", "zeta;", "zfr;", "zhcy;", "zigrarr;", "zopf;", "zscr;", "zwj;", "zwnj;"]), type$.JSArray_legacy_String); - B.Map_0uQj = new A.ConstantStringMap(2231, {AElig: "\xc6", "AElig;": "\xc6", AMP: "&", "AMP;": "&", Aacute: "\xc1", "Aacute;": "\xc1", "Abreve;": "\u0102", Acirc: "\xc2", "Acirc;": "\xc2", "Acy;": "\u0410", "Afr;": "\ud835\udd04", Agrave: "\xc0", "Agrave;": "\xc0", "Alpha;": "\u0391", "Amacr;": "\u0100", "And;": "\u2a53", "Aogon;": "\u0104", "Aopf;": "\ud835\udd38", "ApplyFunction;": "\u2061", Aring: "\xc5", "Aring;": "\xc5", "Ascr;": "\ud835\udc9c", "Assign;": "\u2254", Atilde: "\xc3", "Atilde;": "\xc3", Auml: "\xc4", "Auml;": "\xc4", "Backslash;": "\u2216", "Barv;": "\u2ae7", "Barwed;": "\u2306", "Bcy;": "\u0411", "Because;": "\u2235", "Bernoullis;": "\u212c", "Beta;": "\u0392", "Bfr;": "\ud835\udd05", "Bopf;": "\ud835\udd39", "Breve;": "\u02d8", "Bscr;": "\u212c", "Bumpeq;": "\u224e", "CHcy;": "\u0427", COPY: "\xa9", "COPY;": "\xa9", "Cacute;": "\u0106", "Cap;": "\u22d2", "CapitalDifferentialD;": "\u2145", "Cayleys;": "\u212d", "Ccaron;": "\u010c", Ccedil: "\xc7", "Ccedil;": "\xc7", "Ccirc;": "\u0108", "Cconint;": "\u2230", "Cdot;": "\u010a", "Cedilla;": "\xb8", "CenterDot;": "\xb7", "Cfr;": "\u212d", "Chi;": "\u03a7", "CircleDot;": "\u2299", "CircleMinus;": "\u2296", "CirclePlus;": "\u2295", "CircleTimes;": "\u2297", "ClockwiseContourIntegral;": "\u2232", "CloseCurlyDoubleQuote;": "\u201d", "CloseCurlyQuote;": "\u2019", "Colon;": "\u2237", "Colone;": "\u2a74", "Congruent;": "\u2261", "Conint;": "\u222f", "ContourIntegral;": "\u222e", "Copf;": "\u2102", "Coproduct;": "\u2210", "CounterClockwiseContourIntegral;": "\u2233", "Cross;": "\u2a2f", "Cscr;": "\ud835\udc9e", "Cup;": "\u22d3", "CupCap;": "\u224d", "DD;": "\u2145", "DDotrahd;": "\u2911", "DJcy;": "\u0402", "DScy;": "\u0405", "DZcy;": "\u040f", "Dagger;": "\u2021", "Darr;": "\u21a1", "Dashv;": "\u2ae4", "Dcaron;": "\u010e", "Dcy;": "\u0414", "Del;": "\u2207", "Delta;": "\u0394", "Dfr;": "\ud835\udd07", "DiacriticalAcute;": "\xb4", "DiacriticalDot;": "\u02d9", "DiacriticalDoubleAcute;": "\u02dd", "DiacriticalGrave;": "`", "DiacriticalTilde;": "\u02dc", "Diamond;": "\u22c4", "DifferentialD;": "\u2146", "Dopf;": "\ud835\udd3b", "Dot;": "\xa8", "DotDot;": "\u20dc", "DotEqual;": "\u2250", "DoubleContourIntegral;": "\u222f", "DoubleDot;": "\xa8", "DoubleDownArrow;": "\u21d3", "DoubleLeftArrow;": "\u21d0", "DoubleLeftRightArrow;": "\u21d4", "DoubleLeftTee;": "\u2ae4", "DoubleLongLeftArrow;": "\u27f8", "DoubleLongLeftRightArrow;": "\u27fa", "DoubleLongRightArrow;": "\u27f9", "DoubleRightArrow;": "\u21d2", "DoubleRightTee;": "\u22a8", "DoubleUpArrow;": "\u21d1", "DoubleUpDownArrow;": "\u21d5", "DoubleVerticalBar;": "\u2225", "DownArrow;": "\u2193", "DownArrowBar;": "\u2913", "DownArrowUpArrow;": "\u21f5", "DownBreve;": "\u0311", "DownLeftRightVector;": "\u2950", "DownLeftTeeVector;": "\u295e", "DownLeftVector;": "\u21bd", "DownLeftVectorBar;": "\u2956", "DownRightTeeVector;": "\u295f", "DownRightVector;": "\u21c1", "DownRightVectorBar;": "\u2957", "DownTee;": "\u22a4", "DownTeeArrow;": "\u21a7", "Downarrow;": "\u21d3", "Dscr;": "\ud835\udc9f", "Dstrok;": "\u0110", "ENG;": "\u014a", ETH: "\xd0", "ETH;": "\xd0", Eacute: "\xc9", "Eacute;": "\xc9", "Ecaron;": "\u011a", Ecirc: "\xca", "Ecirc;": "\xca", "Ecy;": "\u042d", "Edot;": "\u0116", "Efr;": "\ud835\udd08", Egrave: "\xc8", "Egrave;": "\xc8", "Element;": "\u2208", "Emacr;": "\u0112", "EmptySmallSquare;": "\u25fb", "EmptyVerySmallSquare;": "\u25ab", "Eogon;": "\u0118", "Eopf;": "\ud835\udd3c", "Epsilon;": "\u0395", "Equal;": "\u2a75", "EqualTilde;": "\u2242", "Equilibrium;": "\u21cc", "Escr;": "\u2130", "Esim;": "\u2a73", "Eta;": "\u0397", Euml: "\xcb", "Euml;": "\xcb", "Exists;": "\u2203", "ExponentialE;": "\u2147", "Fcy;": "\u0424", "Ffr;": "\ud835\udd09", "FilledSmallSquare;": "\u25fc", "FilledVerySmallSquare;": "\u25aa", "Fopf;": "\ud835\udd3d", "ForAll;": "\u2200", "Fouriertrf;": "\u2131", "Fscr;": "\u2131", "GJcy;": "\u0403", GT: ">", "GT;": ">", "Gamma;": "\u0393", "Gammad;": "\u03dc", "Gbreve;": "\u011e", "Gcedil;": "\u0122", "Gcirc;": "\u011c", "Gcy;": "\u0413", "Gdot;": "\u0120", "Gfr;": "\ud835\udd0a", "Gg;": "\u22d9", "Gopf;": "\ud835\udd3e", "GreaterEqual;": "\u2265", "GreaterEqualLess;": "\u22db", "GreaterFullEqual;": "\u2267", "GreaterGreater;": "\u2aa2", "GreaterLess;": "\u2277", "GreaterSlantEqual;": "\u2a7e", "GreaterTilde;": "\u2273", "Gscr;": "\ud835\udca2", "Gt;": "\u226b", "HARDcy;": "\u042a", "Hacek;": "\u02c7", "Hat;": "^", "Hcirc;": "\u0124", "Hfr;": "\u210c", "HilbertSpace;": "\u210b", "Hopf;": "\u210d", "HorizontalLine;": "\u2500", "Hscr;": "\u210b", "Hstrok;": "\u0126", "HumpDownHump;": "\u224e", "HumpEqual;": "\u224f", "IEcy;": "\u0415", "IJlig;": "\u0132", "IOcy;": "\u0401", Iacute: "\xcd", "Iacute;": "\xcd", Icirc: "\xce", "Icirc;": "\xce", "Icy;": "\u0418", "Idot;": "\u0130", "Ifr;": "\u2111", Igrave: "\xcc", "Igrave;": "\xcc", "Im;": "\u2111", "Imacr;": "\u012a", "ImaginaryI;": "\u2148", "Implies;": "\u21d2", "Int;": "\u222c", "Integral;": "\u222b", "Intersection;": "\u22c2", "InvisibleComma;": "\u2063", "InvisibleTimes;": "\u2062", "Iogon;": "\u012e", "Iopf;": "\ud835\udd40", "Iota;": "\u0399", "Iscr;": "\u2110", "Itilde;": "\u0128", "Iukcy;": "\u0406", Iuml: "\xcf", "Iuml;": "\xcf", "Jcirc;": "\u0134", "Jcy;": "\u0419", "Jfr;": "\ud835\udd0d", "Jopf;": "\ud835\udd41", "Jscr;": "\ud835\udca5", "Jsercy;": "\u0408", "Jukcy;": "\u0404", "KHcy;": "\u0425", "KJcy;": "\u040c", "Kappa;": "\u039a", "Kcedil;": "\u0136", "Kcy;": "\u041a", "Kfr;": "\ud835\udd0e", "Kopf;": "\ud835\udd42", "Kscr;": "\ud835\udca6", "LJcy;": "\u0409", LT: "<", "LT;": "<", "Lacute;": "\u0139", "Lambda;": "\u039b", "Lang;": "\u27ea", "Laplacetrf;": "\u2112", "Larr;": "\u219e", "Lcaron;": "\u013d", "Lcedil;": "\u013b", "Lcy;": "\u041b", "LeftAngleBracket;": "\u27e8", "LeftArrow;": "\u2190", "LeftArrowBar;": "\u21e4", "LeftArrowRightArrow;": "\u21c6", "LeftCeiling;": "\u2308", "LeftDoubleBracket;": "\u27e6", "LeftDownTeeVector;": "\u2961", "LeftDownVector;": "\u21c3", "LeftDownVectorBar;": "\u2959", "LeftFloor;": "\u230a", "LeftRightArrow;": "\u2194", "LeftRightVector;": "\u294e", "LeftTee;": "\u22a3", "LeftTeeArrow;": "\u21a4", "LeftTeeVector;": "\u295a", "LeftTriangle;": "\u22b2", "LeftTriangleBar;": "\u29cf", "LeftTriangleEqual;": "\u22b4", "LeftUpDownVector;": "\u2951", "LeftUpTeeVector;": "\u2960", "LeftUpVector;": "\u21bf", "LeftUpVectorBar;": "\u2958", "LeftVector;": "\u21bc", "LeftVectorBar;": "\u2952", "Leftarrow;": "\u21d0", "Leftrightarrow;": "\u21d4", "LessEqualGreater;": "\u22da", "LessFullEqual;": "\u2266", "LessGreater;": "\u2276", "LessLess;": "\u2aa1", "LessSlantEqual;": "\u2a7d", "LessTilde;": "\u2272", "Lfr;": "\ud835\udd0f", "Ll;": "\u22d8", "Lleftarrow;": "\u21da", "Lmidot;": "\u013f", "LongLeftArrow;": "\u27f5", "LongLeftRightArrow;": "\u27f7", "LongRightArrow;": "\u27f6", "Longleftarrow;": "\u27f8", "Longleftrightarrow;": "\u27fa", "Longrightarrow;": "\u27f9", "Lopf;": "\ud835\udd43", "LowerLeftArrow;": "\u2199", "LowerRightArrow;": "\u2198", "Lscr;": "\u2112", "Lsh;": "\u21b0", "Lstrok;": "\u0141", "Lt;": "\u226a", "Map;": "\u2905", "Mcy;": "\u041c", "MediumSpace;": "\u205f", "Mellintrf;": "\u2133", "Mfr;": "\ud835\udd10", "MinusPlus;": "\u2213", "Mopf;": "\ud835\udd44", "Mscr;": "\u2133", "Mu;": "\u039c", "NJcy;": "\u040a", "Nacute;": "\u0143", "Ncaron;": "\u0147", "Ncedil;": "\u0145", "Ncy;": "\u041d", "NegativeMediumSpace;": "\u200b", "NegativeThickSpace;": "\u200b", "NegativeThinSpace;": "\u200b", "NegativeVeryThinSpace;": "\u200b", "NestedGreaterGreater;": "\u226b", "NestedLessLess;": "\u226a", "NewLine;": "\n", "Nfr;": "\ud835\udd11", "NoBreak;": "\u2060", "NonBreakingSpace;": "\xa0", "Nopf;": "\u2115", "Not;": "\u2aec", "NotCongruent;": "\u2262", "NotCupCap;": "\u226d", "NotDoubleVerticalBar;": "\u2226", "NotElement;": "\u2209", "NotEqual;": "\u2260", "NotEqualTilde;": "\u2242\u0338", "NotExists;": "\u2204", "NotGreater;": "\u226f", "NotGreaterEqual;": "\u2271", "NotGreaterFullEqual;": "\u2267\u0338", "NotGreaterGreater;": "\u226b\u0338", "NotGreaterLess;": "\u2279", "NotGreaterSlantEqual;": "\u2a7e\u0338", "NotGreaterTilde;": "\u2275", "NotHumpDownHump;": "\u224e\u0338", "NotHumpEqual;": "\u224f\u0338", "NotLeftTriangle;": "\u22ea", "NotLeftTriangleBar;": "\u29cf\u0338", "NotLeftTriangleEqual;": "\u22ec", "NotLess;": "\u226e", "NotLessEqual;": "\u2270", "NotLessGreater;": "\u2278", "NotLessLess;": "\u226a\u0338", "NotLessSlantEqual;": "\u2a7d\u0338", "NotLessTilde;": "\u2274", "NotNestedGreaterGreater;": "\u2aa2\u0338", "NotNestedLessLess;": "\u2aa1\u0338", "NotPrecedes;": "\u2280", "NotPrecedesEqual;": "\u2aaf\u0338", "NotPrecedesSlantEqual;": "\u22e0", "NotReverseElement;": "\u220c", "NotRightTriangle;": "\u22eb", "NotRightTriangleBar;": "\u29d0\u0338", "NotRightTriangleEqual;": "\u22ed", "NotSquareSubset;": "\u228f\u0338", "NotSquareSubsetEqual;": "\u22e2", "NotSquareSuperset;": "\u2290\u0338", "NotSquareSupersetEqual;": "\u22e3", "NotSubset;": "\u2282\u20d2", "NotSubsetEqual;": "\u2288", "NotSucceeds;": "\u2281", "NotSucceedsEqual;": "\u2ab0\u0338", "NotSucceedsSlantEqual;": "\u22e1", "NotSucceedsTilde;": "\u227f\u0338", "NotSuperset;": "\u2283\u20d2", "NotSupersetEqual;": "\u2289", "NotTilde;": "\u2241", "NotTildeEqual;": "\u2244", "NotTildeFullEqual;": "\u2247", "NotTildeTilde;": "\u2249", "NotVerticalBar;": "\u2224", "Nscr;": "\ud835\udca9", Ntilde: "\xd1", "Ntilde;": "\xd1", "Nu;": "\u039d", "OElig;": "\u0152", Oacute: "\xd3", "Oacute;": "\xd3", Ocirc: "\xd4", "Ocirc;": "\xd4", "Ocy;": "\u041e", "Odblac;": "\u0150", "Ofr;": "\ud835\udd12", Ograve: "\xd2", "Ograve;": "\xd2", "Omacr;": "\u014c", "Omega;": "\u03a9", "Omicron;": "\u039f", "Oopf;": "\ud835\udd46", "OpenCurlyDoubleQuote;": "\u201c", "OpenCurlyQuote;": "\u2018", "Or;": "\u2a54", "Oscr;": "\ud835\udcaa", Oslash: "\xd8", "Oslash;": "\xd8", Otilde: "\xd5", "Otilde;": "\xd5", "Otimes;": "\u2a37", Ouml: "\xd6", "Ouml;": "\xd6", "OverBar;": "\u203e", "OverBrace;": "\u23de", "OverBracket;": "\u23b4", "OverParenthesis;": "\u23dc", "PartialD;": "\u2202", "Pcy;": "\u041f", "Pfr;": "\ud835\udd13", "Phi;": "\u03a6", "Pi;": "\u03a0", "PlusMinus;": "\xb1", "Poincareplane;": "\u210c", "Popf;": "\u2119", "Pr;": "\u2abb", "Precedes;": "\u227a", "PrecedesEqual;": "\u2aaf", "PrecedesSlantEqual;": "\u227c", "PrecedesTilde;": "\u227e", "Prime;": "\u2033", "Product;": "\u220f", "Proportion;": "\u2237", "Proportional;": "\u221d", "Pscr;": "\ud835\udcab", "Psi;": "\u03a8", QUOT: '"', "QUOT;": '"', "Qfr;": "\ud835\udd14", "Qopf;": "\u211a", "Qscr;": "\ud835\udcac", "RBarr;": "\u2910", REG: "\xae", "REG;": "\xae", "Racute;": "\u0154", "Rang;": "\u27eb", "Rarr;": "\u21a0", "Rarrtl;": "\u2916", "Rcaron;": "\u0158", "Rcedil;": "\u0156", "Rcy;": "\u0420", "Re;": "\u211c", "ReverseElement;": "\u220b", "ReverseEquilibrium;": "\u21cb", "ReverseUpEquilibrium;": "\u296f", "Rfr;": "\u211c", "Rho;": "\u03a1", "RightAngleBracket;": "\u27e9", "RightArrow;": "\u2192", "RightArrowBar;": "\u21e5", "RightArrowLeftArrow;": "\u21c4", "RightCeiling;": "\u2309", "RightDoubleBracket;": "\u27e7", "RightDownTeeVector;": "\u295d", "RightDownVector;": "\u21c2", "RightDownVectorBar;": "\u2955", "RightFloor;": "\u230b", "RightTee;": "\u22a2", "RightTeeArrow;": "\u21a6", "RightTeeVector;": "\u295b", "RightTriangle;": "\u22b3", "RightTriangleBar;": "\u29d0", "RightTriangleEqual;": "\u22b5", "RightUpDownVector;": "\u294f", "RightUpTeeVector;": "\u295c", "RightUpVector;": "\u21be", "RightUpVectorBar;": "\u2954", "RightVector;": "\u21c0", "RightVectorBar;": "\u2953", "Rightarrow;": "\u21d2", "Ropf;": "\u211d", "RoundImplies;": "\u2970", "Rrightarrow;": "\u21db", "Rscr;": "\u211b", "Rsh;": "\u21b1", "RuleDelayed;": "\u29f4", "SHCHcy;": "\u0429", "SHcy;": "\u0428", "SOFTcy;": "\u042c", "Sacute;": "\u015a", "Sc;": "\u2abc", "Scaron;": "\u0160", "Scedil;": "\u015e", "Scirc;": "\u015c", "Scy;": "\u0421", "Sfr;": "\ud835\udd16", "ShortDownArrow;": "\u2193", "ShortLeftArrow;": "\u2190", "ShortRightArrow;": "\u2192", "ShortUpArrow;": "\u2191", "Sigma;": "\u03a3", "SmallCircle;": "\u2218", "Sopf;": "\ud835\udd4a", "Sqrt;": "\u221a", "Square;": "\u25a1", "SquareIntersection;": "\u2293", "SquareSubset;": "\u228f", "SquareSubsetEqual;": "\u2291", "SquareSuperset;": "\u2290", "SquareSupersetEqual;": "\u2292", "SquareUnion;": "\u2294", "Sscr;": "\ud835\udcae", "Star;": "\u22c6", "Sub;": "\u22d0", "Subset;": "\u22d0", "SubsetEqual;": "\u2286", "Succeeds;": "\u227b", "SucceedsEqual;": "\u2ab0", "SucceedsSlantEqual;": "\u227d", "SucceedsTilde;": "\u227f", "SuchThat;": "\u220b", "Sum;": "\u2211", "Sup;": "\u22d1", "Superset;": "\u2283", "SupersetEqual;": "\u2287", "Supset;": "\u22d1", THORN: "\xde", "THORN;": "\xde", "TRADE;": "\u2122", "TSHcy;": "\u040b", "TScy;": "\u0426", "Tab;": "\t", "Tau;": "\u03a4", "Tcaron;": "\u0164", "Tcedil;": "\u0162", "Tcy;": "\u0422", "Tfr;": "\ud835\udd17", "Therefore;": "\u2234", "Theta;": "\u0398", "ThickSpace;": "\u205f\u200a", "ThinSpace;": "\u2009", "Tilde;": "\u223c", "TildeEqual;": "\u2243", "TildeFullEqual;": "\u2245", "TildeTilde;": "\u2248", "Topf;": "\ud835\udd4b", "TripleDot;": "\u20db", "Tscr;": "\ud835\udcaf", "Tstrok;": "\u0166", Uacute: "\xda", "Uacute;": "\xda", "Uarr;": "\u219f", "Uarrocir;": "\u2949", "Ubrcy;": "\u040e", "Ubreve;": "\u016c", Ucirc: "\xdb", "Ucirc;": "\xdb", "Ucy;": "\u0423", "Udblac;": "\u0170", "Ufr;": "\ud835\udd18", Ugrave: "\xd9", "Ugrave;": "\xd9", "Umacr;": "\u016a", "UnderBar;": "_", "UnderBrace;": "\u23df", "UnderBracket;": "\u23b5", "UnderParenthesis;": "\u23dd", "Union;": "\u22c3", "UnionPlus;": "\u228e", "Uogon;": "\u0172", "Uopf;": "\ud835\udd4c", "UpArrow;": "\u2191", "UpArrowBar;": "\u2912", "UpArrowDownArrow;": "\u21c5", "UpDownArrow;": "\u2195", "UpEquilibrium;": "\u296e", "UpTee;": "\u22a5", "UpTeeArrow;": "\u21a5", "Uparrow;": "\u21d1", "Updownarrow;": "\u21d5", "UpperLeftArrow;": "\u2196", "UpperRightArrow;": "\u2197", "Upsi;": "\u03d2", "Upsilon;": "\u03a5", "Uring;": "\u016e", "Uscr;": "\ud835\udcb0", "Utilde;": "\u0168", Uuml: "\xdc", "Uuml;": "\xdc", "VDash;": "\u22ab", "Vbar;": "\u2aeb", "Vcy;": "\u0412", "Vdash;": "\u22a9", "Vdashl;": "\u2ae6", "Vee;": "\u22c1", "Verbar;": "\u2016", "Vert;": "\u2016", "VerticalBar;": "\u2223", "VerticalLine;": "|", "VerticalSeparator;": "\u2758", "VerticalTilde;": "\u2240", "VeryThinSpace;": "\u200a", "Vfr;": "\ud835\udd19", "Vopf;": "\ud835\udd4d", "Vscr;": "\ud835\udcb1", "Vvdash;": "\u22aa", "Wcirc;": "\u0174", "Wedge;": "\u22c0", "Wfr;": "\ud835\udd1a", "Wopf;": "\ud835\udd4e", "Wscr;": "\ud835\udcb2", "Xfr;": "\ud835\udd1b", "Xi;": "\u039e", "Xopf;": "\ud835\udd4f", "Xscr;": "\ud835\udcb3", "YAcy;": "\u042f", "YIcy;": "\u0407", "YUcy;": "\u042e", Yacute: "\xdd", "Yacute;": "\xdd", "Ycirc;": "\u0176", "Ycy;": "\u042b", "Yfr;": "\ud835\udd1c", "Yopf;": "\ud835\udd50", "Yscr;": "\ud835\udcb4", "Yuml;": "\u0178", "ZHcy;": "\u0416", "Zacute;": "\u0179", "Zcaron;": "\u017d", "Zcy;": "\u0417", "Zdot;": "\u017b", "ZeroWidthSpace;": "\u200b", "Zeta;": "\u0396", "Zfr;": "\u2128", "Zopf;": "\u2124", "Zscr;": "\ud835\udcb5", aacute: "\xe1", "aacute;": "\xe1", "abreve;": "\u0103", "ac;": "\u223e", "acE;": "\u223e\u0333", "acd;": "\u223f", acirc: "\xe2", "acirc;": "\xe2", acute: "\xb4", "acute;": "\xb4", "acy;": "\u0430", aelig: "\xe6", "aelig;": "\xe6", "af;": "\u2061", "afr;": "\ud835\udd1e", agrave: "\xe0", "agrave;": "\xe0", "alefsym;": "\u2135", "aleph;": "\u2135", "alpha;": "\u03b1", "amacr;": "\u0101", "amalg;": "\u2a3f", amp: "&", "amp;": "&", "and;": "\u2227", "andand;": "\u2a55", "andd;": "\u2a5c", "andslope;": "\u2a58", "andv;": "\u2a5a", "ang;": "\u2220", "ange;": "\u29a4", "angle;": "\u2220", "angmsd;": "\u2221", "angmsdaa;": "\u29a8", "angmsdab;": "\u29a9", "angmsdac;": "\u29aa", "angmsdad;": "\u29ab", "angmsdae;": "\u29ac", "angmsdaf;": "\u29ad", "angmsdag;": "\u29ae", "angmsdah;": "\u29af", "angrt;": "\u221f", "angrtvb;": "\u22be", "angrtvbd;": "\u299d", "angsph;": "\u2222", "angst;": "\xc5", "angzarr;": "\u237c", "aogon;": "\u0105", "aopf;": "\ud835\udd52", "ap;": "\u2248", "apE;": "\u2a70", "apacir;": "\u2a6f", "ape;": "\u224a", "apid;": "\u224b", "apos;": "'", "approx;": "\u2248", "approxeq;": "\u224a", aring: "\xe5", "aring;": "\xe5", "ascr;": "\ud835\udcb6", "ast;": "*", "asymp;": "\u2248", "asympeq;": "\u224d", atilde: "\xe3", "atilde;": "\xe3", auml: "\xe4", "auml;": "\xe4", "awconint;": "\u2233", "awint;": "\u2a11", "bNot;": "\u2aed", "backcong;": "\u224c", "backepsilon;": "\u03f6", "backprime;": "\u2035", "backsim;": "\u223d", "backsimeq;": "\u22cd", "barvee;": "\u22bd", "barwed;": "\u2305", "barwedge;": "\u2305", "bbrk;": "\u23b5", "bbrktbrk;": "\u23b6", "bcong;": "\u224c", "bcy;": "\u0431", "bdquo;": "\u201e", "becaus;": "\u2235", "because;": "\u2235", "bemptyv;": "\u29b0", "bepsi;": "\u03f6", "bernou;": "\u212c", "beta;": "\u03b2", "beth;": "\u2136", "between;": "\u226c", "bfr;": "\ud835\udd1f", "bigcap;": "\u22c2", "bigcirc;": "\u25ef", "bigcup;": "\u22c3", "bigodot;": "\u2a00", "bigoplus;": "\u2a01", "bigotimes;": "\u2a02", "bigsqcup;": "\u2a06", "bigstar;": "\u2605", "bigtriangledown;": "\u25bd", "bigtriangleup;": "\u25b3", "biguplus;": "\u2a04", "bigvee;": "\u22c1", "bigwedge;": "\u22c0", "bkarow;": "\u290d", "blacklozenge;": "\u29eb", "blacksquare;": "\u25aa", "blacktriangle;": "\u25b4", "blacktriangledown;": "\u25be", "blacktriangleleft;": "\u25c2", "blacktriangleright;": "\u25b8", "blank;": "\u2423", "blk12;": "\u2592", "blk14;": "\u2591", "blk34;": "\u2593", "block;": "\u2588", "bne;": "=\u20e5", "bnequiv;": "\u2261\u20e5", "bnot;": "\u2310", "bopf;": "\ud835\udd53", "bot;": "\u22a5", "bottom;": "\u22a5", "bowtie;": "\u22c8", "boxDL;": "\u2557", "boxDR;": "\u2554", "boxDl;": "\u2556", "boxDr;": "\u2553", "boxH;": "\u2550", "boxHD;": "\u2566", "boxHU;": "\u2569", "boxHd;": "\u2564", "boxHu;": "\u2567", "boxUL;": "\u255d", "boxUR;": "\u255a", "boxUl;": "\u255c", "boxUr;": "\u2559", "boxV;": "\u2551", "boxVH;": "\u256c", "boxVL;": "\u2563", "boxVR;": "\u2560", "boxVh;": "\u256b", "boxVl;": "\u2562", "boxVr;": "\u255f", "boxbox;": "\u29c9", "boxdL;": "\u2555", "boxdR;": "\u2552", "boxdl;": "\u2510", "boxdr;": "\u250c", "boxh;": "\u2500", "boxhD;": "\u2565", "boxhU;": "\u2568", "boxhd;": "\u252c", "boxhu;": "\u2534", "boxminus;": "\u229f", "boxplus;": "\u229e", "boxtimes;": "\u22a0", "boxuL;": "\u255b", "boxuR;": "\u2558", "boxul;": "\u2518", "boxur;": "\u2514", "boxv;": "\u2502", "boxvH;": "\u256a", "boxvL;": "\u2561", "boxvR;": "\u255e", "boxvh;": "\u253c", "boxvl;": "\u2524", "boxvr;": "\u251c", "bprime;": "\u2035", "breve;": "\u02d8", brvbar: "\xa6", "brvbar;": "\xa6", "bscr;": "\ud835\udcb7", "bsemi;": "\u204f", "bsim;": "\u223d", "bsime;": "\u22cd", "bsol;": "\\", "bsolb;": "\u29c5", "bsolhsub;": "\u27c8", "bull;": "\u2022", "bullet;": "\u2022", "bump;": "\u224e", "bumpE;": "\u2aae", "bumpe;": "\u224f", "bumpeq;": "\u224f", "cacute;": "\u0107", "cap;": "\u2229", "capand;": "\u2a44", "capbrcup;": "\u2a49", "capcap;": "\u2a4b", "capcup;": "\u2a47", "capdot;": "\u2a40", "caps;": "\u2229\ufe00", "caret;": "\u2041", "caron;": "\u02c7", "ccaps;": "\u2a4d", "ccaron;": "\u010d", ccedil: "\xe7", "ccedil;": "\xe7", "ccirc;": "\u0109", "ccups;": "\u2a4c", "ccupssm;": "\u2a50", "cdot;": "\u010b", cedil: "\xb8", "cedil;": "\xb8", "cemptyv;": "\u29b2", cent: "\xa2", "cent;": "\xa2", "centerdot;": "\xb7", "cfr;": "\ud835\udd20", "chcy;": "\u0447", "check;": "\u2713", "checkmark;": "\u2713", "chi;": "\u03c7", "cir;": "\u25cb", "cirE;": "\u29c3", "circ;": "\u02c6", "circeq;": "\u2257", "circlearrowleft;": "\u21ba", "circlearrowright;": "\u21bb", "circledR;": "\xae", "circledS;": "\u24c8", "circledast;": "\u229b", "circledcirc;": "\u229a", "circleddash;": "\u229d", "cire;": "\u2257", "cirfnint;": "\u2a10", "cirmid;": "\u2aef", "cirscir;": "\u29c2", "clubs;": "\u2663", "clubsuit;": "\u2663", "colon;": ":", "colone;": "\u2254", "coloneq;": "\u2254", "comma;": ",", "commat;": "@", "comp;": "\u2201", "compfn;": "\u2218", "complement;": "\u2201", "complexes;": "\u2102", "cong;": "\u2245", "congdot;": "\u2a6d", "conint;": "\u222e", "copf;": "\ud835\udd54", "coprod;": "\u2210", copy: "\xa9", "copy;": "\xa9", "copysr;": "\u2117", "crarr;": "\u21b5", "cross;": "\u2717", "cscr;": "\ud835\udcb8", "csub;": "\u2acf", "csube;": "\u2ad1", "csup;": "\u2ad0", "csupe;": "\u2ad2", "ctdot;": "\u22ef", "cudarrl;": "\u2938", "cudarrr;": "\u2935", "cuepr;": "\u22de", "cuesc;": "\u22df", "cularr;": "\u21b6", "cularrp;": "\u293d", "cup;": "\u222a", "cupbrcap;": "\u2a48", "cupcap;": "\u2a46", "cupcup;": "\u2a4a", "cupdot;": "\u228d", "cupor;": "\u2a45", "cups;": "\u222a\ufe00", "curarr;": "\u21b7", "curarrm;": "\u293c", "curlyeqprec;": "\u22de", "curlyeqsucc;": "\u22df", "curlyvee;": "\u22ce", "curlywedge;": "\u22cf", curren: "\xa4", "curren;": "\xa4", "curvearrowleft;": "\u21b6", "curvearrowright;": "\u21b7", "cuvee;": "\u22ce", "cuwed;": "\u22cf", "cwconint;": "\u2232", "cwint;": "\u2231", "cylcty;": "\u232d", "dArr;": "\u21d3", "dHar;": "\u2965", "dagger;": "\u2020", "daleth;": "\u2138", "darr;": "\u2193", "dash;": "\u2010", "dashv;": "\u22a3", "dbkarow;": "\u290f", "dblac;": "\u02dd", "dcaron;": "\u010f", "dcy;": "\u0434", "dd;": "\u2146", "ddagger;": "\u2021", "ddarr;": "\u21ca", "ddotseq;": "\u2a77", deg: "\xb0", "deg;": "\xb0", "delta;": "\u03b4", "demptyv;": "\u29b1", "dfisht;": "\u297f", "dfr;": "\ud835\udd21", "dharl;": "\u21c3", "dharr;": "\u21c2", "diam;": "\u22c4", "diamond;": "\u22c4", "diamondsuit;": "\u2666", "diams;": "\u2666", "die;": "\xa8", "digamma;": "\u03dd", "disin;": "\u22f2", "div;": "\xf7", divide: "\xf7", "divide;": "\xf7", "divideontimes;": "\u22c7", "divonx;": "\u22c7", "djcy;": "\u0452", "dlcorn;": "\u231e", "dlcrop;": "\u230d", "dollar;": "$", "dopf;": "\ud835\udd55", "dot;": "\u02d9", "doteq;": "\u2250", "doteqdot;": "\u2251", "dotminus;": "\u2238", "dotplus;": "\u2214", "dotsquare;": "\u22a1", "doublebarwedge;": "\u2306", "downarrow;": "\u2193", "downdownarrows;": "\u21ca", "downharpoonleft;": "\u21c3", "downharpoonright;": "\u21c2", "drbkarow;": "\u2910", "drcorn;": "\u231f", "drcrop;": "\u230c", "dscr;": "\ud835\udcb9", "dscy;": "\u0455", "dsol;": "\u29f6", "dstrok;": "\u0111", "dtdot;": "\u22f1", "dtri;": "\u25bf", "dtrif;": "\u25be", "duarr;": "\u21f5", "duhar;": "\u296f", "dwangle;": "\u29a6", "dzcy;": "\u045f", "dzigrarr;": "\u27ff", "eDDot;": "\u2a77", "eDot;": "\u2251", eacute: "\xe9", "eacute;": "\xe9", "easter;": "\u2a6e", "ecaron;": "\u011b", "ecir;": "\u2256", ecirc: "\xea", "ecirc;": "\xea", "ecolon;": "\u2255", "ecy;": "\u044d", "edot;": "\u0117", "ee;": "\u2147", "efDot;": "\u2252", "efr;": "\ud835\udd22", "eg;": "\u2a9a", egrave: "\xe8", "egrave;": "\xe8", "egs;": "\u2a96", "egsdot;": "\u2a98", "el;": "\u2a99", "elinters;": "\u23e7", "ell;": "\u2113", "els;": "\u2a95", "elsdot;": "\u2a97", "emacr;": "\u0113", "empty;": "\u2205", "emptyset;": "\u2205", "emptyv;": "\u2205", "emsp13;": "\u2004", "emsp14;": "\u2005", "emsp;": "\u2003", "eng;": "\u014b", "ensp;": "\u2002", "eogon;": "\u0119", "eopf;": "\ud835\udd56", "epar;": "\u22d5", "eparsl;": "\u29e3", "eplus;": "\u2a71", "epsi;": "\u03b5", "epsilon;": "\u03b5", "epsiv;": "\u03f5", "eqcirc;": "\u2256", "eqcolon;": "\u2255", "eqsim;": "\u2242", "eqslantgtr;": "\u2a96", "eqslantless;": "\u2a95", "equals;": "=", "equest;": "\u225f", "equiv;": "\u2261", "equivDD;": "\u2a78", "eqvparsl;": "\u29e5", "erDot;": "\u2253", "erarr;": "\u2971", "escr;": "\u212f", "esdot;": "\u2250", "esim;": "\u2242", "eta;": "\u03b7", eth: "\xf0", "eth;": "\xf0", euml: "\xeb", "euml;": "\xeb", "euro;": "\u20ac", "excl;": "!", "exist;": "\u2203", "expectation;": "\u2130", "exponentiale;": "\u2147", "fallingdotseq;": "\u2252", "fcy;": "\u0444", "female;": "\u2640", "ffilig;": "\ufb03", "fflig;": "\ufb00", "ffllig;": "\ufb04", "ffr;": "\ud835\udd23", "filig;": "\ufb01", "fjlig;": "fj", "flat;": "\u266d", "fllig;": "\ufb02", "fltns;": "\u25b1", "fnof;": "\u0192", "fopf;": "\ud835\udd57", "forall;": "\u2200", "fork;": "\u22d4", "forkv;": "\u2ad9", "fpartint;": "\u2a0d", frac12: "\xbd", "frac12;": "\xbd", "frac13;": "\u2153", frac14: "\xbc", "frac14;": "\xbc", "frac15;": "\u2155", "frac16;": "\u2159", "frac18;": "\u215b", "frac23;": "\u2154", "frac25;": "\u2156", frac34: "\xbe", "frac34;": "\xbe", "frac35;": "\u2157", "frac38;": "\u215c", "frac45;": "\u2158", "frac56;": "\u215a", "frac58;": "\u215d", "frac78;": "\u215e", "frasl;": "\u2044", "frown;": "\u2322", "fscr;": "\ud835\udcbb", "gE;": "\u2267", "gEl;": "\u2a8c", "gacute;": "\u01f5", "gamma;": "\u03b3", "gammad;": "\u03dd", "gap;": "\u2a86", "gbreve;": "\u011f", "gcirc;": "\u011d", "gcy;": "\u0433", "gdot;": "\u0121", "ge;": "\u2265", "gel;": "\u22db", "geq;": "\u2265", "geqq;": "\u2267", "geqslant;": "\u2a7e", "ges;": "\u2a7e", "gescc;": "\u2aa9", "gesdot;": "\u2a80", "gesdoto;": "\u2a82", "gesdotol;": "\u2a84", "gesl;": "\u22db\ufe00", "gesles;": "\u2a94", "gfr;": "\ud835\udd24", "gg;": "\u226b", "ggg;": "\u22d9", "gimel;": "\u2137", "gjcy;": "\u0453", "gl;": "\u2277", "glE;": "\u2a92", "gla;": "\u2aa5", "glj;": "\u2aa4", "gnE;": "\u2269", "gnap;": "\u2a8a", "gnapprox;": "\u2a8a", "gne;": "\u2a88", "gneq;": "\u2a88", "gneqq;": "\u2269", "gnsim;": "\u22e7", "gopf;": "\ud835\udd58", "grave;": "`", "gscr;": "\u210a", "gsim;": "\u2273", "gsime;": "\u2a8e", "gsiml;": "\u2a90", gt: ">", "gt;": ">", "gtcc;": "\u2aa7", "gtcir;": "\u2a7a", "gtdot;": "\u22d7", "gtlPar;": "\u2995", "gtquest;": "\u2a7c", "gtrapprox;": "\u2a86", "gtrarr;": "\u2978", "gtrdot;": "\u22d7", "gtreqless;": "\u22db", "gtreqqless;": "\u2a8c", "gtrless;": "\u2277", "gtrsim;": "\u2273", "gvertneqq;": "\u2269\ufe00", "gvnE;": "\u2269\ufe00", "hArr;": "\u21d4", "hairsp;": "\u200a", "half;": "\xbd", "hamilt;": "\u210b", "hardcy;": "\u044a", "harr;": "\u2194", "harrcir;": "\u2948", "harrw;": "\u21ad", "hbar;": "\u210f", "hcirc;": "\u0125", "hearts;": "\u2665", "heartsuit;": "\u2665", "hellip;": "\u2026", "hercon;": "\u22b9", "hfr;": "\ud835\udd25", "hksearow;": "\u2925", "hkswarow;": "\u2926", "hoarr;": "\u21ff", "homtht;": "\u223b", "hookleftarrow;": "\u21a9", "hookrightarrow;": "\u21aa", "hopf;": "\ud835\udd59", "horbar;": "\u2015", "hscr;": "\ud835\udcbd", "hslash;": "\u210f", "hstrok;": "\u0127", "hybull;": "\u2043", "hyphen;": "\u2010", iacute: "\xed", "iacute;": "\xed", "ic;": "\u2063", icirc: "\xee", "icirc;": "\xee", "icy;": "\u0438", "iecy;": "\u0435", iexcl: "\xa1", "iexcl;": "\xa1", "iff;": "\u21d4", "ifr;": "\ud835\udd26", igrave: "\xec", "igrave;": "\xec", "ii;": "\u2148", "iiiint;": "\u2a0c", "iiint;": "\u222d", "iinfin;": "\u29dc", "iiota;": "\u2129", "ijlig;": "\u0133", "imacr;": "\u012b", "image;": "\u2111", "imagline;": "\u2110", "imagpart;": "\u2111", "imath;": "\u0131", "imof;": "\u22b7", "imped;": "\u01b5", "in;": "\u2208", "incare;": "\u2105", "infin;": "\u221e", "infintie;": "\u29dd", "inodot;": "\u0131", "int;": "\u222b", "intcal;": "\u22ba", "integers;": "\u2124", "intercal;": "\u22ba", "intlarhk;": "\u2a17", "intprod;": "\u2a3c", "iocy;": "\u0451", "iogon;": "\u012f", "iopf;": "\ud835\udd5a", "iota;": "\u03b9", "iprod;": "\u2a3c", iquest: "\xbf", "iquest;": "\xbf", "iscr;": "\ud835\udcbe", "isin;": "\u2208", "isinE;": "\u22f9", "isindot;": "\u22f5", "isins;": "\u22f4", "isinsv;": "\u22f3", "isinv;": "\u2208", "it;": "\u2062", "itilde;": "\u0129", "iukcy;": "\u0456", iuml: "\xef", "iuml;": "\xef", "jcirc;": "\u0135", "jcy;": "\u0439", "jfr;": "\ud835\udd27", "jmath;": "\u0237", "jopf;": "\ud835\udd5b", "jscr;": "\ud835\udcbf", "jsercy;": "\u0458", "jukcy;": "\u0454", "kappa;": "\u03ba", "kappav;": "\u03f0", "kcedil;": "\u0137", "kcy;": "\u043a", "kfr;": "\ud835\udd28", "kgreen;": "\u0138", "khcy;": "\u0445", "kjcy;": "\u045c", "kopf;": "\ud835\udd5c", "kscr;": "\ud835\udcc0", "lAarr;": "\u21da", "lArr;": "\u21d0", "lAtail;": "\u291b", "lBarr;": "\u290e", "lE;": "\u2266", "lEg;": "\u2a8b", "lHar;": "\u2962", "lacute;": "\u013a", "laemptyv;": "\u29b4", "lagran;": "\u2112", "lambda;": "\u03bb", "lang;": "\u27e8", "langd;": "\u2991", "langle;": "\u27e8", "lap;": "\u2a85", laquo: "\xab", "laquo;": "\xab", "larr;": "\u2190", "larrb;": "\u21e4", "larrbfs;": "\u291f", "larrfs;": "\u291d", "larrhk;": "\u21a9", "larrlp;": "\u21ab", "larrpl;": "\u2939", "larrsim;": "\u2973", "larrtl;": "\u21a2", "lat;": "\u2aab", "latail;": "\u2919", "late;": "\u2aad", "lates;": "\u2aad\ufe00", "lbarr;": "\u290c", "lbbrk;": "\u2772", "lbrace;": "{", "lbrack;": "[", "lbrke;": "\u298b", "lbrksld;": "\u298f", "lbrkslu;": "\u298d", "lcaron;": "\u013e", "lcedil;": "\u013c", "lceil;": "\u2308", "lcub;": "{", "lcy;": "\u043b", "ldca;": "\u2936", "ldquo;": "\u201c", "ldquor;": "\u201e", "ldrdhar;": "\u2967", "ldrushar;": "\u294b", "ldsh;": "\u21b2", "le;": "\u2264", "leftarrow;": "\u2190", "leftarrowtail;": "\u21a2", "leftharpoondown;": "\u21bd", "leftharpoonup;": "\u21bc", "leftleftarrows;": "\u21c7", "leftrightarrow;": "\u2194", "leftrightarrows;": "\u21c6", "leftrightharpoons;": "\u21cb", "leftrightsquigarrow;": "\u21ad", "leftthreetimes;": "\u22cb", "leg;": "\u22da", "leq;": "\u2264", "leqq;": "\u2266", "leqslant;": "\u2a7d", "les;": "\u2a7d", "lescc;": "\u2aa8", "lesdot;": "\u2a7f", "lesdoto;": "\u2a81", "lesdotor;": "\u2a83", "lesg;": "\u22da\ufe00", "lesges;": "\u2a93", "lessapprox;": "\u2a85", "lessdot;": "\u22d6", "lesseqgtr;": "\u22da", "lesseqqgtr;": "\u2a8b", "lessgtr;": "\u2276", "lesssim;": "\u2272", "lfisht;": "\u297c", "lfloor;": "\u230a", "lfr;": "\ud835\udd29", "lg;": "\u2276", "lgE;": "\u2a91", "lhard;": "\u21bd", "lharu;": "\u21bc", "lharul;": "\u296a", "lhblk;": "\u2584", "ljcy;": "\u0459", "ll;": "\u226a", "llarr;": "\u21c7", "llcorner;": "\u231e", "llhard;": "\u296b", "lltri;": "\u25fa", "lmidot;": "\u0140", "lmoust;": "\u23b0", "lmoustache;": "\u23b0", "lnE;": "\u2268", "lnap;": "\u2a89", "lnapprox;": "\u2a89", "lne;": "\u2a87", "lneq;": "\u2a87", "lneqq;": "\u2268", "lnsim;": "\u22e6", "loang;": "\u27ec", "loarr;": "\u21fd", "lobrk;": "\u27e6", "longleftarrow;": "\u27f5", "longleftrightarrow;": "\u27f7", "longmapsto;": "\u27fc", "longrightarrow;": "\u27f6", "looparrowleft;": "\u21ab", "looparrowright;": "\u21ac", "lopar;": "\u2985", "lopf;": "\ud835\udd5d", "loplus;": "\u2a2d", "lotimes;": "\u2a34", "lowast;": "\u2217", "lowbar;": "_", "loz;": "\u25ca", "lozenge;": "\u25ca", "lozf;": "\u29eb", "lpar;": "(", "lparlt;": "\u2993", "lrarr;": "\u21c6", "lrcorner;": "\u231f", "lrhar;": "\u21cb", "lrhard;": "\u296d", "lrm;": "\u200e", "lrtri;": "\u22bf", "lsaquo;": "\u2039", "lscr;": "\ud835\udcc1", "lsh;": "\u21b0", "lsim;": "\u2272", "lsime;": "\u2a8d", "lsimg;": "\u2a8f", "lsqb;": "[", "lsquo;": "\u2018", "lsquor;": "\u201a", "lstrok;": "\u0142", lt: "<", "lt;": "<", "ltcc;": "\u2aa6", "ltcir;": "\u2a79", "ltdot;": "\u22d6", "lthree;": "\u22cb", "ltimes;": "\u22c9", "ltlarr;": "\u2976", "ltquest;": "\u2a7b", "ltrPar;": "\u2996", "ltri;": "\u25c3", "ltrie;": "\u22b4", "ltrif;": "\u25c2", "lurdshar;": "\u294a", "luruhar;": "\u2966", "lvertneqq;": "\u2268\ufe00", "lvnE;": "\u2268\ufe00", "mDDot;": "\u223a", macr: "\xaf", "macr;": "\xaf", "male;": "\u2642", "malt;": "\u2720", "maltese;": "\u2720", "map;": "\u21a6", "mapsto;": "\u21a6", "mapstodown;": "\u21a7", "mapstoleft;": "\u21a4", "mapstoup;": "\u21a5", "marker;": "\u25ae", "mcomma;": "\u2a29", "mcy;": "\u043c", "mdash;": "\u2014", "measuredangle;": "\u2221", "mfr;": "\ud835\udd2a", "mho;": "\u2127", micro: "\xb5", "micro;": "\xb5", "mid;": "\u2223", "midast;": "*", "midcir;": "\u2af0", middot: "\xb7", "middot;": "\xb7", "minus;": "\u2212", "minusb;": "\u229f", "minusd;": "\u2238", "minusdu;": "\u2a2a", "mlcp;": "\u2adb", "mldr;": "\u2026", "mnplus;": "\u2213", "models;": "\u22a7", "mopf;": "\ud835\udd5e", "mp;": "\u2213", "mscr;": "\ud835\udcc2", "mstpos;": "\u223e", "mu;": "\u03bc", "multimap;": "\u22b8", "mumap;": "\u22b8", "nGg;": "\u22d9\u0338", "nGt;": "\u226b\u20d2", "nGtv;": "\u226b\u0338", "nLeftarrow;": "\u21cd", "nLeftrightarrow;": "\u21ce", "nLl;": "\u22d8\u0338", "nLt;": "\u226a\u20d2", "nLtv;": "\u226a\u0338", "nRightarrow;": "\u21cf", "nVDash;": "\u22af", "nVdash;": "\u22ae", "nabla;": "\u2207", "nacute;": "\u0144", "nang;": "\u2220\u20d2", "nap;": "\u2249", "napE;": "\u2a70\u0338", "napid;": "\u224b\u0338", "napos;": "\u0149", "napprox;": "\u2249", "natur;": "\u266e", "natural;": "\u266e", "naturals;": "\u2115", nbsp: "\xa0", "nbsp;": "\xa0", "nbump;": "\u224e\u0338", "nbumpe;": "\u224f\u0338", "ncap;": "\u2a43", "ncaron;": "\u0148", "ncedil;": "\u0146", "ncong;": "\u2247", "ncongdot;": "\u2a6d\u0338", "ncup;": "\u2a42", "ncy;": "\u043d", "ndash;": "\u2013", "ne;": "\u2260", "neArr;": "\u21d7", "nearhk;": "\u2924", "nearr;": "\u2197", "nearrow;": "\u2197", "nedot;": "\u2250\u0338", "nequiv;": "\u2262", "nesear;": "\u2928", "nesim;": "\u2242\u0338", "nexist;": "\u2204", "nexists;": "\u2204", "nfr;": "\ud835\udd2b", "ngE;": "\u2267\u0338", "nge;": "\u2271", "ngeq;": "\u2271", "ngeqq;": "\u2267\u0338", "ngeqslant;": "\u2a7e\u0338", "nges;": "\u2a7e\u0338", "ngsim;": "\u2275", "ngt;": "\u226f", "ngtr;": "\u226f", "nhArr;": "\u21ce", "nharr;": "\u21ae", "nhpar;": "\u2af2", "ni;": "\u220b", "nis;": "\u22fc", "nisd;": "\u22fa", "niv;": "\u220b", "njcy;": "\u045a", "nlArr;": "\u21cd", "nlE;": "\u2266\u0338", "nlarr;": "\u219a", "nldr;": "\u2025", "nle;": "\u2270", "nleftarrow;": "\u219a", "nleftrightarrow;": "\u21ae", "nleq;": "\u2270", "nleqq;": "\u2266\u0338", "nleqslant;": "\u2a7d\u0338", "nles;": "\u2a7d\u0338", "nless;": "\u226e", "nlsim;": "\u2274", "nlt;": "\u226e", "nltri;": "\u22ea", "nltrie;": "\u22ec", "nmid;": "\u2224", "nopf;": "\ud835\udd5f", not: "\xac", "not;": "\xac", "notin;": "\u2209", "notinE;": "\u22f9\u0338", "notindot;": "\u22f5\u0338", "notinva;": "\u2209", "notinvb;": "\u22f7", "notinvc;": "\u22f6", "notni;": "\u220c", "notniva;": "\u220c", "notnivb;": "\u22fe", "notnivc;": "\u22fd", "npar;": "\u2226", "nparallel;": "\u2226", "nparsl;": "\u2afd\u20e5", "npart;": "\u2202\u0338", "npolint;": "\u2a14", "npr;": "\u2280", "nprcue;": "\u22e0", "npre;": "\u2aaf\u0338", "nprec;": "\u2280", "npreceq;": "\u2aaf\u0338", "nrArr;": "\u21cf", "nrarr;": "\u219b", "nrarrc;": "\u2933\u0338", "nrarrw;": "\u219d\u0338", "nrightarrow;": "\u219b", "nrtri;": "\u22eb", "nrtrie;": "\u22ed", "nsc;": "\u2281", "nsccue;": "\u22e1", "nsce;": "\u2ab0\u0338", "nscr;": "\ud835\udcc3", "nshortmid;": "\u2224", "nshortparallel;": "\u2226", "nsim;": "\u2241", "nsime;": "\u2244", "nsimeq;": "\u2244", "nsmid;": "\u2224", "nspar;": "\u2226", "nsqsube;": "\u22e2", "nsqsupe;": "\u22e3", "nsub;": "\u2284", "nsubE;": "\u2ac5\u0338", "nsube;": "\u2288", "nsubset;": "\u2282\u20d2", "nsubseteq;": "\u2288", "nsubseteqq;": "\u2ac5\u0338", "nsucc;": "\u2281", "nsucceq;": "\u2ab0\u0338", "nsup;": "\u2285", "nsupE;": "\u2ac6\u0338", "nsupe;": "\u2289", "nsupset;": "\u2283\u20d2", "nsupseteq;": "\u2289", "nsupseteqq;": "\u2ac6\u0338", "ntgl;": "\u2279", ntilde: "\xf1", "ntilde;": "\xf1", "ntlg;": "\u2278", "ntriangleleft;": "\u22ea", "ntrianglelefteq;": "\u22ec", "ntriangleright;": "\u22eb", "ntrianglerighteq;": "\u22ed", "nu;": "\u03bd", "num;": "#", "numero;": "\u2116", "numsp;": "\u2007", "nvDash;": "\u22ad", "nvHarr;": "\u2904", "nvap;": "\u224d\u20d2", "nvdash;": "\u22ac", "nvge;": "\u2265\u20d2", "nvgt;": ">\u20d2", "nvinfin;": "\u29de", "nvlArr;": "\u2902", "nvle;": "\u2264\u20d2", "nvlt;": "<\u20d2", "nvltrie;": "\u22b4\u20d2", "nvrArr;": "\u2903", "nvrtrie;": "\u22b5\u20d2", "nvsim;": "\u223c\u20d2", "nwArr;": "\u21d6", "nwarhk;": "\u2923", "nwarr;": "\u2196", "nwarrow;": "\u2196", "nwnear;": "\u2927", "oS;": "\u24c8", oacute: "\xf3", "oacute;": "\xf3", "oast;": "\u229b", "ocir;": "\u229a", ocirc: "\xf4", "ocirc;": "\xf4", "ocy;": "\u043e", "odash;": "\u229d", "odblac;": "\u0151", "odiv;": "\u2a38", "odot;": "\u2299", "odsold;": "\u29bc", "oelig;": "\u0153", "ofcir;": "\u29bf", "ofr;": "\ud835\udd2c", "ogon;": "\u02db", ograve: "\xf2", "ograve;": "\xf2", "ogt;": "\u29c1", "ohbar;": "\u29b5", "ohm;": "\u03a9", "oint;": "\u222e", "olarr;": "\u21ba", "olcir;": "\u29be", "olcross;": "\u29bb", "oline;": "\u203e", "olt;": "\u29c0", "omacr;": "\u014d", "omega;": "\u03c9", "omicron;": "\u03bf", "omid;": "\u29b6", "ominus;": "\u2296", "oopf;": "\ud835\udd60", "opar;": "\u29b7", "operp;": "\u29b9", "oplus;": "\u2295", "or;": "\u2228", "orarr;": "\u21bb", "ord;": "\u2a5d", "order;": "\u2134", "orderof;": "\u2134", ordf: "\xaa", "ordf;": "\xaa", ordm: "\xba", "ordm;": "\xba", "origof;": "\u22b6", "oror;": "\u2a56", "orslope;": "\u2a57", "orv;": "\u2a5b", "oscr;": "\u2134", oslash: "\xf8", "oslash;": "\xf8", "osol;": "\u2298", otilde: "\xf5", "otilde;": "\xf5", "otimes;": "\u2297", "otimesas;": "\u2a36", ouml: "\xf6", "ouml;": "\xf6", "ovbar;": "\u233d", "par;": "\u2225", para: "\xb6", "para;": "\xb6", "parallel;": "\u2225", "parsim;": "\u2af3", "parsl;": "\u2afd", "part;": "\u2202", "pcy;": "\u043f", "percnt;": "%", "period;": ".", "permil;": "\u2030", "perp;": "\u22a5", "pertenk;": "\u2031", "pfr;": "\ud835\udd2d", "phi;": "\u03c6", "phiv;": "\u03d5", "phmmat;": "\u2133", "phone;": "\u260e", "pi;": "\u03c0", "pitchfork;": "\u22d4", "piv;": "\u03d6", "planck;": "\u210f", "planckh;": "\u210e", "plankv;": "\u210f", "plus;": "+", "plusacir;": "\u2a23", "plusb;": "\u229e", "pluscir;": "\u2a22", "plusdo;": "\u2214", "plusdu;": "\u2a25", "pluse;": "\u2a72", plusmn: "\xb1", "plusmn;": "\xb1", "plussim;": "\u2a26", "plustwo;": "\u2a27", "pm;": "\xb1", "pointint;": "\u2a15", "popf;": "\ud835\udd61", pound: "\xa3", "pound;": "\xa3", "pr;": "\u227a", "prE;": "\u2ab3", "prap;": "\u2ab7", "prcue;": "\u227c", "pre;": "\u2aaf", "prec;": "\u227a", "precapprox;": "\u2ab7", "preccurlyeq;": "\u227c", "preceq;": "\u2aaf", "precnapprox;": "\u2ab9", "precneqq;": "\u2ab5", "precnsim;": "\u22e8", "precsim;": "\u227e", "prime;": "\u2032", "primes;": "\u2119", "prnE;": "\u2ab5", "prnap;": "\u2ab9", "prnsim;": "\u22e8", "prod;": "\u220f", "profalar;": "\u232e", "profline;": "\u2312", "profsurf;": "\u2313", "prop;": "\u221d", "propto;": "\u221d", "prsim;": "\u227e", "prurel;": "\u22b0", "pscr;": "\ud835\udcc5", "psi;": "\u03c8", "puncsp;": "\u2008", "qfr;": "\ud835\udd2e", "qint;": "\u2a0c", "qopf;": "\ud835\udd62", "qprime;": "\u2057", "qscr;": "\ud835\udcc6", "quaternions;": "\u210d", "quatint;": "\u2a16", "quest;": "?", "questeq;": "\u225f", quot: '"', "quot;": '"', "rAarr;": "\u21db", "rArr;": "\u21d2", "rAtail;": "\u291c", "rBarr;": "\u290f", "rHar;": "\u2964", "race;": "\u223d\u0331", "racute;": "\u0155", "radic;": "\u221a", "raemptyv;": "\u29b3", "rang;": "\u27e9", "rangd;": "\u2992", "range;": "\u29a5", "rangle;": "\u27e9", raquo: "\xbb", "raquo;": "\xbb", "rarr;": "\u2192", "rarrap;": "\u2975", "rarrb;": "\u21e5", "rarrbfs;": "\u2920", "rarrc;": "\u2933", "rarrfs;": "\u291e", "rarrhk;": "\u21aa", "rarrlp;": "\u21ac", "rarrpl;": "\u2945", "rarrsim;": "\u2974", "rarrtl;": "\u21a3", "rarrw;": "\u219d", "ratail;": "\u291a", "ratio;": "\u2236", "rationals;": "\u211a", "rbarr;": "\u290d", "rbbrk;": "\u2773", "rbrace;": "}", "rbrack;": "]", "rbrke;": "\u298c", "rbrksld;": "\u298e", "rbrkslu;": "\u2990", "rcaron;": "\u0159", "rcedil;": "\u0157", "rceil;": "\u2309", "rcub;": "}", "rcy;": "\u0440", "rdca;": "\u2937", "rdldhar;": "\u2969", "rdquo;": "\u201d", "rdquor;": "\u201d", "rdsh;": "\u21b3", "real;": "\u211c", "realine;": "\u211b", "realpart;": "\u211c", "reals;": "\u211d", "rect;": "\u25ad", reg: "\xae", "reg;": "\xae", "rfisht;": "\u297d", "rfloor;": "\u230b", "rfr;": "\ud835\udd2f", "rhard;": "\u21c1", "rharu;": "\u21c0", "rharul;": "\u296c", "rho;": "\u03c1", "rhov;": "\u03f1", "rightarrow;": "\u2192", "rightarrowtail;": "\u21a3", "rightharpoondown;": "\u21c1", "rightharpoonup;": "\u21c0", "rightleftarrows;": "\u21c4", "rightleftharpoons;": "\u21cc", "rightrightarrows;": "\u21c9", "rightsquigarrow;": "\u219d", "rightthreetimes;": "\u22cc", "ring;": "\u02da", "risingdotseq;": "\u2253", "rlarr;": "\u21c4", "rlhar;": "\u21cc", "rlm;": "\u200f", "rmoust;": "\u23b1", "rmoustache;": "\u23b1", "rnmid;": "\u2aee", "roang;": "\u27ed", "roarr;": "\u21fe", "robrk;": "\u27e7", "ropar;": "\u2986", "ropf;": "\ud835\udd63", "roplus;": "\u2a2e", "rotimes;": "\u2a35", "rpar;": ")", "rpargt;": "\u2994", "rppolint;": "\u2a12", "rrarr;": "\u21c9", "rsaquo;": "\u203a", "rscr;": "\ud835\udcc7", "rsh;": "\u21b1", "rsqb;": "]", "rsquo;": "\u2019", "rsquor;": "\u2019", "rthree;": "\u22cc", "rtimes;": "\u22ca", "rtri;": "\u25b9", "rtrie;": "\u22b5", "rtrif;": "\u25b8", "rtriltri;": "\u29ce", "ruluhar;": "\u2968", "rx;": "\u211e", "sacute;": "\u015b", "sbquo;": "\u201a", "sc;": "\u227b", "scE;": "\u2ab4", "scap;": "\u2ab8", "scaron;": "\u0161", "sccue;": "\u227d", "sce;": "\u2ab0", "scedil;": "\u015f", "scirc;": "\u015d", "scnE;": "\u2ab6", "scnap;": "\u2aba", "scnsim;": "\u22e9", "scpolint;": "\u2a13", "scsim;": "\u227f", "scy;": "\u0441", "sdot;": "\u22c5", "sdotb;": "\u22a1", "sdote;": "\u2a66", "seArr;": "\u21d8", "searhk;": "\u2925", "searr;": "\u2198", "searrow;": "\u2198", sect: "\xa7", "sect;": "\xa7", "semi;": ";", "seswar;": "\u2929", "setminus;": "\u2216", "setmn;": "\u2216", "sext;": "\u2736", "sfr;": "\ud835\udd30", "sfrown;": "\u2322", "sharp;": "\u266f", "shchcy;": "\u0449", "shcy;": "\u0448", "shortmid;": "\u2223", "shortparallel;": "\u2225", shy: "\xad", "shy;": "\xad", "sigma;": "\u03c3", "sigmaf;": "\u03c2", "sigmav;": "\u03c2", "sim;": "\u223c", "simdot;": "\u2a6a", "sime;": "\u2243", "simeq;": "\u2243", "simg;": "\u2a9e", "simgE;": "\u2aa0", "siml;": "\u2a9d", "simlE;": "\u2a9f", "simne;": "\u2246", "simplus;": "\u2a24", "simrarr;": "\u2972", "slarr;": "\u2190", "smallsetminus;": "\u2216", "smashp;": "\u2a33", "smeparsl;": "\u29e4", "smid;": "\u2223", "smile;": "\u2323", "smt;": "\u2aaa", "smte;": "\u2aac", "smtes;": "\u2aac\ufe00", "softcy;": "\u044c", "sol;": "/", "solb;": "\u29c4", "solbar;": "\u233f", "sopf;": "\ud835\udd64", "spades;": "\u2660", "spadesuit;": "\u2660", "spar;": "\u2225", "sqcap;": "\u2293", "sqcaps;": "\u2293\ufe00", "sqcup;": "\u2294", "sqcups;": "\u2294\ufe00", "sqsub;": "\u228f", "sqsube;": "\u2291", "sqsubset;": "\u228f", "sqsubseteq;": "\u2291", "sqsup;": "\u2290", "sqsupe;": "\u2292", "sqsupset;": "\u2290", "sqsupseteq;": "\u2292", "squ;": "\u25a1", "square;": "\u25a1", "squarf;": "\u25aa", "squf;": "\u25aa", "srarr;": "\u2192", "sscr;": "\ud835\udcc8", "ssetmn;": "\u2216", "ssmile;": "\u2323", "sstarf;": "\u22c6", "star;": "\u2606", "starf;": "\u2605", "straightepsilon;": "\u03f5", "straightphi;": "\u03d5", "strns;": "\xaf", "sub;": "\u2282", "subE;": "\u2ac5", "subdot;": "\u2abd", "sube;": "\u2286", "subedot;": "\u2ac3", "submult;": "\u2ac1", "subnE;": "\u2acb", "subne;": "\u228a", "subplus;": "\u2abf", "subrarr;": "\u2979", "subset;": "\u2282", "subseteq;": "\u2286", "subseteqq;": "\u2ac5", "subsetneq;": "\u228a", "subsetneqq;": "\u2acb", "subsim;": "\u2ac7", "subsub;": "\u2ad5", "subsup;": "\u2ad3", "succ;": "\u227b", "succapprox;": "\u2ab8", "succcurlyeq;": "\u227d", "succeq;": "\u2ab0", "succnapprox;": "\u2aba", "succneqq;": "\u2ab6", "succnsim;": "\u22e9", "succsim;": "\u227f", "sum;": "\u2211", "sung;": "\u266a", sup1: "\xb9", "sup1;": "\xb9", sup2: "\xb2", "sup2;": "\xb2", sup3: "\xb3", "sup3;": "\xb3", "sup;": "\u2283", "supE;": "\u2ac6", "supdot;": "\u2abe", "supdsub;": "\u2ad8", "supe;": "\u2287", "supedot;": "\u2ac4", "suphsol;": "\u27c9", "suphsub;": "\u2ad7", "suplarr;": "\u297b", "supmult;": "\u2ac2", "supnE;": "\u2acc", "supne;": "\u228b", "supplus;": "\u2ac0", "supset;": "\u2283", "supseteq;": "\u2287", "supseteqq;": "\u2ac6", "supsetneq;": "\u228b", "supsetneqq;": "\u2acc", "supsim;": "\u2ac8", "supsub;": "\u2ad4", "supsup;": "\u2ad6", "swArr;": "\u21d9", "swarhk;": "\u2926", "swarr;": "\u2199", "swarrow;": "\u2199", "swnwar;": "\u292a", szlig: "\xdf", "szlig;": "\xdf", "target;": "\u2316", "tau;": "\u03c4", "tbrk;": "\u23b4", "tcaron;": "\u0165", "tcedil;": "\u0163", "tcy;": "\u0442", "tdot;": "\u20db", "telrec;": "\u2315", "tfr;": "\ud835\udd31", "there4;": "\u2234", "therefore;": "\u2234", "theta;": "\u03b8", "thetasym;": "\u03d1", "thetav;": "\u03d1", "thickapprox;": "\u2248", "thicksim;": "\u223c", "thinsp;": "\u2009", "thkap;": "\u2248", "thksim;": "\u223c", thorn: "\xfe", "thorn;": "\xfe", "tilde;": "\u02dc", times: "\xd7", "times;": "\xd7", "timesb;": "\u22a0", "timesbar;": "\u2a31", "timesd;": "\u2a30", "tint;": "\u222d", "toea;": "\u2928", "top;": "\u22a4", "topbot;": "\u2336", "topcir;": "\u2af1", "topf;": "\ud835\udd65", "topfork;": "\u2ada", "tosa;": "\u2929", "tprime;": "\u2034", "trade;": "\u2122", "triangle;": "\u25b5", "triangledown;": "\u25bf", "triangleleft;": "\u25c3", "trianglelefteq;": "\u22b4", "triangleq;": "\u225c", "triangleright;": "\u25b9", "trianglerighteq;": "\u22b5", "tridot;": "\u25ec", "trie;": "\u225c", "triminus;": "\u2a3a", "triplus;": "\u2a39", "trisb;": "\u29cd", "tritime;": "\u2a3b", "trpezium;": "\u23e2", "tscr;": "\ud835\udcc9", "tscy;": "\u0446", "tshcy;": "\u045b", "tstrok;": "\u0167", "twixt;": "\u226c", "twoheadleftarrow;": "\u219e", "twoheadrightarrow;": "\u21a0", "uArr;": "\u21d1", "uHar;": "\u2963", uacute: "\xfa", "uacute;": "\xfa", "uarr;": "\u2191", "ubrcy;": "\u045e", "ubreve;": "\u016d", ucirc: "\xfb", "ucirc;": "\xfb", "ucy;": "\u0443", "udarr;": "\u21c5", "udblac;": "\u0171", "udhar;": "\u296e", "ufisht;": "\u297e", "ufr;": "\ud835\udd32", ugrave: "\xf9", "ugrave;": "\xf9", "uharl;": "\u21bf", "uharr;": "\u21be", "uhblk;": "\u2580", "ulcorn;": "\u231c", "ulcorner;": "\u231c", "ulcrop;": "\u230f", "ultri;": "\u25f8", "umacr;": "\u016b", uml: "\xa8", "uml;": "\xa8", "uogon;": "\u0173", "uopf;": "\ud835\udd66", "uparrow;": "\u2191", "updownarrow;": "\u2195", "upharpoonleft;": "\u21bf", "upharpoonright;": "\u21be", "uplus;": "\u228e", "upsi;": "\u03c5", "upsih;": "\u03d2", "upsilon;": "\u03c5", "upuparrows;": "\u21c8", "urcorn;": "\u231d", "urcorner;": "\u231d", "urcrop;": "\u230e", "uring;": "\u016f", "urtri;": "\u25f9", "uscr;": "\ud835\udcca", "utdot;": "\u22f0", "utilde;": "\u0169", "utri;": "\u25b5", "utrif;": "\u25b4", "uuarr;": "\u21c8", uuml: "\xfc", "uuml;": "\xfc", "uwangle;": "\u29a7", "vArr;": "\u21d5", "vBar;": "\u2ae8", "vBarv;": "\u2ae9", "vDash;": "\u22a8", "vangrt;": "\u299c", "varepsilon;": "\u03f5", "varkappa;": "\u03f0", "varnothing;": "\u2205", "varphi;": "\u03d5", "varpi;": "\u03d6", "varpropto;": "\u221d", "varr;": "\u2195", "varrho;": "\u03f1", "varsigma;": "\u03c2", "varsubsetneq;": "\u228a\ufe00", "varsubsetneqq;": "\u2acb\ufe00", "varsupsetneq;": "\u228b\ufe00", "varsupsetneqq;": "\u2acc\ufe00", "vartheta;": "\u03d1", "vartriangleleft;": "\u22b2", "vartriangleright;": "\u22b3", "vcy;": "\u0432", "vdash;": "\u22a2", "vee;": "\u2228", "veebar;": "\u22bb", "veeeq;": "\u225a", "vellip;": "\u22ee", "verbar;": "|", "vert;": "|", "vfr;": "\ud835\udd33", "vltri;": "\u22b2", "vnsub;": "\u2282\u20d2", "vnsup;": "\u2283\u20d2", "vopf;": "\ud835\udd67", "vprop;": "\u221d", "vrtri;": "\u22b3", "vscr;": "\ud835\udccb", "vsubnE;": "\u2acb\ufe00", "vsubne;": "\u228a\ufe00", "vsupnE;": "\u2acc\ufe00", "vsupne;": "\u228b\ufe00", "vzigzag;": "\u299a", "wcirc;": "\u0175", "wedbar;": "\u2a5f", "wedge;": "\u2227", "wedgeq;": "\u2259", "weierp;": "\u2118", "wfr;": "\ud835\udd34", "wopf;": "\ud835\udd68", "wp;": "\u2118", "wr;": "\u2240", "wreath;": "\u2240", "wscr;": "\ud835\udccc", "xcap;": "\u22c2", "xcirc;": "\u25ef", "xcup;": "\u22c3", "xdtri;": "\u25bd", "xfr;": "\ud835\udd35", "xhArr;": "\u27fa", "xharr;": "\u27f7", "xi;": "\u03be", "xlArr;": "\u27f8", "xlarr;": "\u27f5", "xmap;": "\u27fc", "xnis;": "\u22fb", "xodot;": "\u2a00", "xopf;": "\ud835\udd69", "xoplus;": "\u2a01", "xotime;": "\u2a02", "xrArr;": "\u27f9", "xrarr;": "\u27f6", "xscr;": "\ud835\udccd", "xsqcup;": "\u2a06", "xuplus;": "\u2a04", "xutri;": "\u25b3", "xvee;": "\u22c1", "xwedge;": "\u22c0", yacute: "\xfd", "yacute;": "\xfd", "yacy;": "\u044f", "ycirc;": "\u0177", "ycy;": "\u044b", yen: "\xa5", "yen;": "\xa5", "yfr;": "\ud835\udd36", "yicy;": "\u0457", "yopf;": "\ud835\udd6a", "yscr;": "\ud835\udcce", "yucy;": "\u044e", yuml: "\xff", "yuml;": "\xff", "zacute;": "\u017a", "zcaron;": "\u017e", "zcy;": "\u0437", "zdot;": "\u017c", "zeetrf;": "\u2128", "zeta;": "\u03b6", "zfr;": "\ud835\udd37", "zhcy;": "\u0436", "zigrarr;": "\u21dd", "zopf;": "\ud835\udd6b", "zscr;": "\ud835\udccf", "zwj;": "\u200d", "zwnj;": "\u200c"}, B.List_03, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.List_1kC = A._setArrayType(makeConstList(["Abort", "Again", "AltLeft", "AltRight", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "AudioVolumeDown", "AudioVolumeMute", "AudioVolumeUp", "Backquote", "Backslash", "Backspace", "BassBoost", "BracketLeft", "BracketRight", "BrightnessAuto", "BrightnessDown", "BrightnessMaximum", "BrightnessMinimum", "BrightnessToggle", "BrightnessUp", "BrowserBack", "BrowserFavorites", "BrowserForward", "BrowserHome", "BrowserRefresh", "BrowserSearch", "BrowserStop", "CapsLock", "ChannelDown", "ChannelUp", "Close", "ClosedCaptionToggle", "Comma", "ContextMenu", "ControlLeft", "ControlRight", "Convert", "Copy", "Cut", "Delete", "Digit0", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6", "Digit7", "Digit8", "Digit9", "DisplayToggleIntExt", "Eject", "End", "Enter", "Equal", "Escape", "Exit", "F1", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F2", "F20", "F21", "F22", "F23", "F24", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "Find", "Fn", "FnLock", "GameButton1", "GameButton10", "GameButton11", "GameButton12", "GameButton13", "GameButton14", "GameButton15", "GameButton16", "GameButton2", "GameButton3", "GameButton4", "GameButton5", "GameButton6", "GameButton7", "GameButton8", "GameButton9", "GameButtonA", "GameButtonB", "GameButtonC", "GameButtonLeft1", "GameButtonLeft2", "GameButtonMode", "GameButtonRight1", "GameButtonRight2", "GameButtonSelect", "GameButtonStart", "GameButtonThumbLeft", "GameButtonThumbRight", "GameButtonX", "GameButtonY", "GameButtonZ", "Help", "Home", "Hyper", "Info", "Insert", "IntlBackslash", "IntlRo", "IntlYen", "KanaMode", "KbdIllumDown", "KbdIllumUp", "KeyA", "KeyB", "KeyC", "KeyD", "KeyE", "KeyF", "KeyG", "KeyH", "KeyI", "KeyJ", "KeyK", "KeyL", "KeyM", "KeyN", "KeyO", "KeyP", "KeyQ", "KeyR", "KeyS", "KeyT", "KeyU", "KeyV", "KeyW", "KeyX", "KeyY", "KeyZ", "KeyboardLayoutSelect", "Lang1", "Lang2", "Lang3", "Lang4", "Lang5", "LaunchApp1", "LaunchApp2", "LaunchAssistant", "LaunchAudioBrowser", "LaunchCalendar", "LaunchContacts", "LaunchControlPanel", "LaunchDocuments", "LaunchInternetBrowser", "LaunchKeyboardLayout", "LaunchMail", "LaunchPhone", "LaunchScreenSaver", "LaunchSpreadsheet", "LaunchWordProcessor", "LockScreen", "LogOff", "MailForward", "MailReply", "MailSend", "MediaFastForward", "MediaLast", "MediaPause", "MediaPlay", "MediaPlayPause", "MediaRecord", "MediaRewind", "MediaSelect", "MediaStop", "MediaTrackNext", "MediaTrackPrevious", "MetaLeft", "MetaRight", "MicrophoneMuteToggle", "Minus", "New", "NonConvert", "NumLock", "Numpad0", "Numpad1", "Numpad2", "Numpad3", "Numpad4", "Numpad5", "Numpad6", "Numpad7", "Numpad8", "Numpad9", "NumpadAdd", "NumpadBackspace", "NumpadClear", "NumpadClearEntry", "NumpadComma", "NumpadDecimal", "NumpadDivide", "NumpadEnter", "NumpadEqual", "NumpadMemoryAdd", "NumpadMemoryClear", "NumpadMemoryRecall", "NumpadMemoryStore", "NumpadMemorySubtract", "NumpadMultiply", "NumpadParenLeft", "NumpadParenRight", "NumpadSignChange", "NumpadSubtract", "Open", "PageDown", "PageUp", "Paste", "Pause", "Period", "Power", "Print", "PrintScreen", "PrivacyScreenToggle", "ProgramGuide", "Props", "Quote", "Redo", "Resume", "Save", "ScrollLock", "Select", "SelectTask", "Semicolon", "ShiftLeft", "ShiftRight", "ShowAllWindows", "Slash", "Sleep", "Space", "SpeechInputToggle", "SpellCheck", "Super", "Suspend", "Tab", "Turbo", "Undo", "UsbErrorRollOver", "UsbErrorUndefined", "UsbPostFail", "UsbReserved", "WakeUp", "ZoomIn", "ZoomOut", "ZoomToggle"]), type$.JSArray_legacy_String); - B.PhysicalKeyboardKey_458907 = new A.PhysicalKeyboardKey(458907); - B.PhysicalKeyboardKey_458873 = new A.PhysicalKeyboardKey(458873); - B.PhysicalKeyboardKey_458978 = new A.PhysicalKeyboardKey(458978); - B.PhysicalKeyboardKey_458982 = new A.PhysicalKeyboardKey(458982); - B.PhysicalKeyboardKey_458833 = new A.PhysicalKeyboardKey(458833); - B.PhysicalKeyboardKey_458832 = new A.PhysicalKeyboardKey(458832); - B.PhysicalKeyboardKey_458831 = new A.PhysicalKeyboardKey(458831); - B.PhysicalKeyboardKey_458834 = new A.PhysicalKeyboardKey(458834); - B.PhysicalKeyboardKey_458881 = new A.PhysicalKeyboardKey(458881); - B.PhysicalKeyboardKey_458879 = new A.PhysicalKeyboardKey(458879); - B.PhysicalKeyboardKey_458880 = new A.PhysicalKeyboardKey(458880); - B.PhysicalKeyboardKey_458805 = new A.PhysicalKeyboardKey(458805); - B.PhysicalKeyboardKey_458801 = new A.PhysicalKeyboardKey(458801); - B.PhysicalKeyboardKey_458794 = new A.PhysicalKeyboardKey(458794); - B.PhysicalKeyboardKey_786661 = new A.PhysicalKeyboardKey(786661); - B.PhysicalKeyboardKey_458799 = new A.PhysicalKeyboardKey(458799); - B.PhysicalKeyboardKey_458800 = new A.PhysicalKeyboardKey(458800); - B.PhysicalKeyboardKey_786549 = new A.PhysicalKeyboardKey(786549); - B.PhysicalKeyboardKey_786544 = new A.PhysicalKeyboardKey(786544); - B.PhysicalKeyboardKey_786548 = new A.PhysicalKeyboardKey(786548); - B.PhysicalKeyboardKey_786547 = new A.PhysicalKeyboardKey(786547); - B.PhysicalKeyboardKey_786546 = new A.PhysicalKeyboardKey(786546); - B.PhysicalKeyboardKey_786543 = new A.PhysicalKeyboardKey(786543); - B.PhysicalKeyboardKey_786980 = new A.PhysicalKeyboardKey(786980); - B.PhysicalKeyboardKey_786986 = new A.PhysicalKeyboardKey(786986); - B.PhysicalKeyboardKey_786981 = new A.PhysicalKeyboardKey(786981); - B.PhysicalKeyboardKey_786979 = new A.PhysicalKeyboardKey(786979); - B.PhysicalKeyboardKey_786983 = new A.PhysicalKeyboardKey(786983); - B.PhysicalKeyboardKey_786977 = new A.PhysicalKeyboardKey(786977); - B.PhysicalKeyboardKey_786982 = new A.PhysicalKeyboardKey(786982); - B.PhysicalKeyboardKey_458809 = new A.PhysicalKeyboardKey(458809); - B.PhysicalKeyboardKey_786589 = new A.PhysicalKeyboardKey(786589); - B.PhysicalKeyboardKey_786588 = new A.PhysicalKeyboardKey(786588); - B.PhysicalKeyboardKey_786947 = new A.PhysicalKeyboardKey(786947); - B.PhysicalKeyboardKey_786529 = new A.PhysicalKeyboardKey(786529); - B.PhysicalKeyboardKey_458806 = new A.PhysicalKeyboardKey(458806); - B.PhysicalKeyboardKey_458853 = new A.PhysicalKeyboardKey(458853); - B.PhysicalKeyboardKey_458976 = new A.PhysicalKeyboardKey(458976); - B.PhysicalKeyboardKey_458980 = new A.PhysicalKeyboardKey(458980); - B.PhysicalKeyboardKey_458890 = new A.PhysicalKeyboardKey(458890); - B.PhysicalKeyboardKey_458876 = new A.PhysicalKeyboardKey(458876); - B.PhysicalKeyboardKey_458875 = new A.PhysicalKeyboardKey(458875); - B.PhysicalKeyboardKey_458828 = new A.PhysicalKeyboardKey(458828); - B.PhysicalKeyboardKey_458791 = new A.PhysicalKeyboardKey(458791); - B.PhysicalKeyboardKey_458782 = new A.PhysicalKeyboardKey(458782); - B.PhysicalKeyboardKey_458783 = new A.PhysicalKeyboardKey(458783); - B.PhysicalKeyboardKey_458784 = new A.PhysicalKeyboardKey(458784); - B.PhysicalKeyboardKey_458785 = new A.PhysicalKeyboardKey(458785); - B.PhysicalKeyboardKey_458786 = new A.PhysicalKeyboardKey(458786); - B.PhysicalKeyboardKey_458787 = new A.PhysicalKeyboardKey(458787); - B.PhysicalKeyboardKey_458788 = new A.PhysicalKeyboardKey(458788); - B.PhysicalKeyboardKey_458789 = new A.PhysicalKeyboardKey(458789); - B.PhysicalKeyboardKey_458790 = new A.PhysicalKeyboardKey(458790); - B.PhysicalKeyboardKey_65717 = new A.PhysicalKeyboardKey(65717); - B.PhysicalKeyboardKey_786616 = new A.PhysicalKeyboardKey(786616); - B.PhysicalKeyboardKey_458829 = new A.PhysicalKeyboardKey(458829); - B.PhysicalKeyboardKey_458792 = new A.PhysicalKeyboardKey(458792); - B.PhysicalKeyboardKey_458798 = new A.PhysicalKeyboardKey(458798); - B.PhysicalKeyboardKey_458793 = new A.PhysicalKeyboardKey(458793); - B.PhysicalKeyboardKey_786580 = new A.PhysicalKeyboardKey(786580); - B.PhysicalKeyboardKey_458810 = new A.PhysicalKeyboardKey(458810); - B.PhysicalKeyboardKey_458819 = new A.PhysicalKeyboardKey(458819); - B.PhysicalKeyboardKey_458820 = new A.PhysicalKeyboardKey(458820); - B.PhysicalKeyboardKey_458821 = new A.PhysicalKeyboardKey(458821); - B.PhysicalKeyboardKey_458856 = new A.PhysicalKeyboardKey(458856); - B.PhysicalKeyboardKey_458857 = new A.PhysicalKeyboardKey(458857); - B.PhysicalKeyboardKey_458858 = new A.PhysicalKeyboardKey(458858); - B.PhysicalKeyboardKey_458859 = new A.PhysicalKeyboardKey(458859); - B.PhysicalKeyboardKey_458860 = new A.PhysicalKeyboardKey(458860); - B.PhysicalKeyboardKey_458861 = new A.PhysicalKeyboardKey(458861); - B.PhysicalKeyboardKey_458862 = new A.PhysicalKeyboardKey(458862); - B.PhysicalKeyboardKey_458811 = new A.PhysicalKeyboardKey(458811); - B.PhysicalKeyboardKey_458863 = new A.PhysicalKeyboardKey(458863); - B.PhysicalKeyboardKey_458864 = new A.PhysicalKeyboardKey(458864); - B.PhysicalKeyboardKey_458865 = new A.PhysicalKeyboardKey(458865); - B.PhysicalKeyboardKey_458866 = new A.PhysicalKeyboardKey(458866); - B.PhysicalKeyboardKey_458867 = new A.PhysicalKeyboardKey(458867); - B.PhysicalKeyboardKey_458812 = new A.PhysicalKeyboardKey(458812); - B.PhysicalKeyboardKey_458813 = new A.PhysicalKeyboardKey(458813); - B.PhysicalKeyboardKey_458814 = new A.PhysicalKeyboardKey(458814); - B.PhysicalKeyboardKey_458815 = new A.PhysicalKeyboardKey(458815); - B.PhysicalKeyboardKey_458816 = new A.PhysicalKeyboardKey(458816); - B.PhysicalKeyboardKey_458817 = new A.PhysicalKeyboardKey(458817); - B.PhysicalKeyboardKey_458818 = new A.PhysicalKeyboardKey(458818); - B.PhysicalKeyboardKey_458878 = new A.PhysicalKeyboardKey(458878); - B.PhysicalKeyboardKey_18 = new A.PhysicalKeyboardKey(18); - B.PhysicalKeyboardKey_19 = new A.PhysicalKeyboardKey(19); - B.PhysicalKeyboardKey_392961 = new A.PhysicalKeyboardKey(392961); - B.PhysicalKeyboardKey_392970 = new A.PhysicalKeyboardKey(392970); - B.PhysicalKeyboardKey_392971 = new A.PhysicalKeyboardKey(392971); - B.PhysicalKeyboardKey_392972 = new A.PhysicalKeyboardKey(392972); - B.PhysicalKeyboardKey_392973 = new A.PhysicalKeyboardKey(392973); - B.PhysicalKeyboardKey_392974 = new A.PhysicalKeyboardKey(392974); - B.PhysicalKeyboardKey_392975 = new A.PhysicalKeyboardKey(392975); - B.PhysicalKeyboardKey_392976 = new A.PhysicalKeyboardKey(392976); - B.PhysicalKeyboardKey_392962 = new A.PhysicalKeyboardKey(392962); - B.PhysicalKeyboardKey_392963 = new A.PhysicalKeyboardKey(392963); - B.PhysicalKeyboardKey_392964 = new A.PhysicalKeyboardKey(392964); - B.PhysicalKeyboardKey_392965 = new A.PhysicalKeyboardKey(392965); - B.PhysicalKeyboardKey_392966 = new A.PhysicalKeyboardKey(392966); - B.PhysicalKeyboardKey_392967 = new A.PhysicalKeyboardKey(392967); - B.PhysicalKeyboardKey_392968 = new A.PhysicalKeyboardKey(392968); - B.PhysicalKeyboardKey_392969 = new A.PhysicalKeyboardKey(392969); - B.PhysicalKeyboardKey_392977 = new A.PhysicalKeyboardKey(392977); - B.PhysicalKeyboardKey_392978 = new A.PhysicalKeyboardKey(392978); - B.PhysicalKeyboardKey_392979 = new A.PhysicalKeyboardKey(392979); - B.PhysicalKeyboardKey_392980 = new A.PhysicalKeyboardKey(392980); - B.PhysicalKeyboardKey_392981 = new A.PhysicalKeyboardKey(392981); - B.PhysicalKeyboardKey_392982 = new A.PhysicalKeyboardKey(392982); - B.PhysicalKeyboardKey_392983 = new A.PhysicalKeyboardKey(392983); - B.PhysicalKeyboardKey_392984 = new A.PhysicalKeyboardKey(392984); - B.PhysicalKeyboardKey_392985 = new A.PhysicalKeyboardKey(392985); - B.PhysicalKeyboardKey_392986 = new A.PhysicalKeyboardKey(392986); - B.PhysicalKeyboardKey_392987 = new A.PhysicalKeyboardKey(392987); - B.PhysicalKeyboardKey_392988 = new A.PhysicalKeyboardKey(392988); - B.PhysicalKeyboardKey_392989 = new A.PhysicalKeyboardKey(392989); - B.PhysicalKeyboardKey_392990 = new A.PhysicalKeyboardKey(392990); - B.PhysicalKeyboardKey_392991 = new A.PhysicalKeyboardKey(392991); - B.PhysicalKeyboardKey_458869 = new A.PhysicalKeyboardKey(458869); - B.PhysicalKeyboardKey_458826 = new A.PhysicalKeyboardKey(458826); - B.PhysicalKeyboardKey_16 = new A.PhysicalKeyboardKey(16); - B.PhysicalKeyboardKey_786528 = new A.PhysicalKeyboardKey(786528); - B.PhysicalKeyboardKey_458825 = new A.PhysicalKeyboardKey(458825); - B.PhysicalKeyboardKey_458852 = new A.PhysicalKeyboardKey(458852); - B.PhysicalKeyboardKey_458887 = new A.PhysicalKeyboardKey(458887); - B.PhysicalKeyboardKey_458889 = new A.PhysicalKeyboardKey(458889); - B.PhysicalKeyboardKey_458888 = new A.PhysicalKeyboardKey(458888); - B.PhysicalKeyboardKey_786554 = new A.PhysicalKeyboardKey(786554); - B.PhysicalKeyboardKey_786553 = new A.PhysicalKeyboardKey(786553); - B.PhysicalKeyboardKey_458756 = new A.PhysicalKeyboardKey(458756); - B.PhysicalKeyboardKey_458757 = new A.PhysicalKeyboardKey(458757); - B.PhysicalKeyboardKey_458758 = new A.PhysicalKeyboardKey(458758); - B.PhysicalKeyboardKey_458759 = new A.PhysicalKeyboardKey(458759); - B.PhysicalKeyboardKey_458760 = new A.PhysicalKeyboardKey(458760); - B.PhysicalKeyboardKey_458761 = new A.PhysicalKeyboardKey(458761); - B.PhysicalKeyboardKey_458762 = new A.PhysicalKeyboardKey(458762); - B.PhysicalKeyboardKey_458763 = new A.PhysicalKeyboardKey(458763); - B.PhysicalKeyboardKey_458764 = new A.PhysicalKeyboardKey(458764); - B.PhysicalKeyboardKey_458765 = new A.PhysicalKeyboardKey(458765); - B.PhysicalKeyboardKey_458766 = new A.PhysicalKeyboardKey(458766); - B.PhysicalKeyboardKey_458767 = new A.PhysicalKeyboardKey(458767); - B.PhysicalKeyboardKey_458768 = new A.PhysicalKeyboardKey(458768); - B.PhysicalKeyboardKey_458769 = new A.PhysicalKeyboardKey(458769); - B.PhysicalKeyboardKey_458770 = new A.PhysicalKeyboardKey(458770); - B.PhysicalKeyboardKey_458771 = new A.PhysicalKeyboardKey(458771); - B.PhysicalKeyboardKey_458772 = new A.PhysicalKeyboardKey(458772); - B.PhysicalKeyboardKey_458773 = new A.PhysicalKeyboardKey(458773); - B.PhysicalKeyboardKey_458774 = new A.PhysicalKeyboardKey(458774); - B.PhysicalKeyboardKey_458775 = new A.PhysicalKeyboardKey(458775); - B.PhysicalKeyboardKey_458776 = new A.PhysicalKeyboardKey(458776); - B.PhysicalKeyboardKey_458777 = new A.PhysicalKeyboardKey(458777); - B.PhysicalKeyboardKey_458778 = new A.PhysicalKeyboardKey(458778); - B.PhysicalKeyboardKey_458779 = new A.PhysicalKeyboardKey(458779); - B.PhysicalKeyboardKey_458780 = new A.PhysicalKeyboardKey(458780); - B.PhysicalKeyboardKey_458781 = new A.PhysicalKeyboardKey(458781); - B.PhysicalKeyboardKey_787101 = new A.PhysicalKeyboardKey(787101); - B.PhysicalKeyboardKey_458896 = new A.PhysicalKeyboardKey(458896); - B.PhysicalKeyboardKey_458897 = new A.PhysicalKeyboardKey(458897); - B.PhysicalKeyboardKey_458898 = new A.PhysicalKeyboardKey(458898); - B.PhysicalKeyboardKey_458899 = new A.PhysicalKeyboardKey(458899); - B.PhysicalKeyboardKey_458900 = new A.PhysicalKeyboardKey(458900); - B.PhysicalKeyboardKey_786836 = new A.PhysicalKeyboardKey(786836); - B.PhysicalKeyboardKey_786834 = new A.PhysicalKeyboardKey(786834); - B.PhysicalKeyboardKey_786891 = new A.PhysicalKeyboardKey(786891); - B.PhysicalKeyboardKey_786871 = new A.PhysicalKeyboardKey(786871); - B.PhysicalKeyboardKey_786830 = new A.PhysicalKeyboardKey(786830); - B.PhysicalKeyboardKey_786829 = new A.PhysicalKeyboardKey(786829); - B.PhysicalKeyboardKey_786847 = new A.PhysicalKeyboardKey(786847); - B.PhysicalKeyboardKey_786855 = new A.PhysicalKeyboardKey(786855); - B.PhysicalKeyboardKey_786838 = new A.PhysicalKeyboardKey(786838); - B.PhysicalKeyboardKey_786862 = new A.PhysicalKeyboardKey(786862); - B.PhysicalKeyboardKey_786826 = new A.PhysicalKeyboardKey(786826); - B.PhysicalKeyboardKey_786572 = new A.PhysicalKeyboardKey(786572); - B.PhysicalKeyboardKey_786865 = new A.PhysicalKeyboardKey(786865); - B.PhysicalKeyboardKey_786822 = new A.PhysicalKeyboardKey(786822); - B.PhysicalKeyboardKey_786820 = new A.PhysicalKeyboardKey(786820); - B.PhysicalKeyboardKey_786846 = new A.PhysicalKeyboardKey(786846); - B.PhysicalKeyboardKey_786844 = new A.PhysicalKeyboardKey(786844); - B.PhysicalKeyboardKey_787083 = new A.PhysicalKeyboardKey(787083); - B.PhysicalKeyboardKey_787081 = new A.PhysicalKeyboardKey(787081); - B.PhysicalKeyboardKey_787084 = new A.PhysicalKeyboardKey(787084); - B.PhysicalKeyboardKey_786611 = new A.PhysicalKeyboardKey(786611); - B.PhysicalKeyboardKey_786563 = new A.PhysicalKeyboardKey(786563); - B.PhysicalKeyboardKey_786609 = new A.PhysicalKeyboardKey(786609); - B.PhysicalKeyboardKey_786608 = new A.PhysicalKeyboardKey(786608); - B.PhysicalKeyboardKey_786637 = new A.PhysicalKeyboardKey(786637); - B.PhysicalKeyboardKey_786610 = new A.PhysicalKeyboardKey(786610); - B.PhysicalKeyboardKey_786612 = new A.PhysicalKeyboardKey(786612); - B.PhysicalKeyboardKey_786819 = new A.PhysicalKeyboardKey(786819); - B.PhysicalKeyboardKey_786615 = new A.PhysicalKeyboardKey(786615); - B.PhysicalKeyboardKey_786613 = new A.PhysicalKeyboardKey(786613); - B.PhysicalKeyboardKey_786614 = new A.PhysicalKeyboardKey(786614); - B.PhysicalKeyboardKey_458979 = new A.PhysicalKeyboardKey(458979); - B.PhysicalKeyboardKey_458983 = new A.PhysicalKeyboardKey(458983); - B.PhysicalKeyboardKey_24 = new A.PhysicalKeyboardKey(24); - B.PhysicalKeyboardKey_458797 = new A.PhysicalKeyboardKey(458797); - B.PhysicalKeyboardKey_786945 = new A.PhysicalKeyboardKey(786945); - B.PhysicalKeyboardKey_458891 = new A.PhysicalKeyboardKey(458891); - B.PhysicalKeyboardKey_458835 = new A.PhysicalKeyboardKey(458835); - B.PhysicalKeyboardKey_458850 = new A.PhysicalKeyboardKey(458850); - B.PhysicalKeyboardKey_458841 = new A.PhysicalKeyboardKey(458841); - B.PhysicalKeyboardKey_458842 = new A.PhysicalKeyboardKey(458842); - B.PhysicalKeyboardKey_458843 = new A.PhysicalKeyboardKey(458843); - B.PhysicalKeyboardKey_458844 = new A.PhysicalKeyboardKey(458844); - B.PhysicalKeyboardKey_458845 = new A.PhysicalKeyboardKey(458845); - B.PhysicalKeyboardKey_458846 = new A.PhysicalKeyboardKey(458846); - B.PhysicalKeyboardKey_458847 = new A.PhysicalKeyboardKey(458847); - B.PhysicalKeyboardKey_458848 = new A.PhysicalKeyboardKey(458848); - B.PhysicalKeyboardKey_458849 = new A.PhysicalKeyboardKey(458849); - B.PhysicalKeyboardKey_458839 = new A.PhysicalKeyboardKey(458839); - B.PhysicalKeyboardKey_458939 = new A.PhysicalKeyboardKey(458939); - B.PhysicalKeyboardKey_458968 = new A.PhysicalKeyboardKey(458968); - B.PhysicalKeyboardKey_458969 = new A.PhysicalKeyboardKey(458969); - B.PhysicalKeyboardKey_458885 = new A.PhysicalKeyboardKey(458885); - B.PhysicalKeyboardKey_458851 = new A.PhysicalKeyboardKey(458851); - B.PhysicalKeyboardKey_458836 = new A.PhysicalKeyboardKey(458836); - B.PhysicalKeyboardKey_458840 = new A.PhysicalKeyboardKey(458840); - B.PhysicalKeyboardKey_458855 = new A.PhysicalKeyboardKey(458855); - B.PhysicalKeyboardKey_458963 = new A.PhysicalKeyboardKey(458963); - B.PhysicalKeyboardKey_458962 = new A.PhysicalKeyboardKey(458962); - B.PhysicalKeyboardKey_458961 = new A.PhysicalKeyboardKey(458961); - B.PhysicalKeyboardKey_458960 = new A.PhysicalKeyboardKey(458960); - B.PhysicalKeyboardKey_458964 = new A.PhysicalKeyboardKey(458964); - B.PhysicalKeyboardKey_458837 = new A.PhysicalKeyboardKey(458837); - B.PhysicalKeyboardKey_458934 = new A.PhysicalKeyboardKey(458934); - B.PhysicalKeyboardKey_458935 = new A.PhysicalKeyboardKey(458935); - B.PhysicalKeyboardKey_458967 = new A.PhysicalKeyboardKey(458967); - B.PhysicalKeyboardKey_458838 = new A.PhysicalKeyboardKey(458838); - B.PhysicalKeyboardKey_458868 = new A.PhysicalKeyboardKey(458868); - B.PhysicalKeyboardKey_458830 = new A.PhysicalKeyboardKey(458830); - B.PhysicalKeyboardKey_458827 = new A.PhysicalKeyboardKey(458827); - B.PhysicalKeyboardKey_458877 = new A.PhysicalKeyboardKey(458877); - B.PhysicalKeyboardKey_458824 = new A.PhysicalKeyboardKey(458824); - B.PhysicalKeyboardKey_458807 = new A.PhysicalKeyboardKey(458807); - B.PhysicalKeyboardKey_458854 = new A.PhysicalKeyboardKey(458854); - B.PhysicalKeyboardKey_786952 = new A.PhysicalKeyboardKey(786952); - B.PhysicalKeyboardKey_458822 = new A.PhysicalKeyboardKey(458822); - B.PhysicalKeyboardKey_23 = new A.PhysicalKeyboardKey(23); - B.PhysicalKeyboardKey_786573 = new A.PhysicalKeyboardKey(786573); - B.PhysicalKeyboardKey_458915 = new A.PhysicalKeyboardKey(458915); - B.PhysicalKeyboardKey_458804 = new A.PhysicalKeyboardKey(458804); - B.PhysicalKeyboardKey_787065 = new A.PhysicalKeyboardKey(787065); - B.PhysicalKeyboardKey_21 = new A.PhysicalKeyboardKey(21); - B.PhysicalKeyboardKey_786951 = new A.PhysicalKeyboardKey(786951); - B.PhysicalKeyboardKey_458823 = new A.PhysicalKeyboardKey(458823); - B.PhysicalKeyboardKey_458871 = new A.PhysicalKeyboardKey(458871); - B.PhysicalKeyboardKey_786850 = new A.PhysicalKeyboardKey(786850); - B.PhysicalKeyboardKey_458803 = new A.PhysicalKeyboardKey(458803); - B.PhysicalKeyboardKey_458977 = new A.PhysicalKeyboardKey(458977); - B.PhysicalKeyboardKey_458981 = new A.PhysicalKeyboardKey(458981); - B.PhysicalKeyboardKey_787103 = new A.PhysicalKeyboardKey(787103); - B.PhysicalKeyboardKey_458808 = new A.PhysicalKeyboardKey(458808); - B.PhysicalKeyboardKey_65666 = new A.PhysicalKeyboardKey(65666); - B.PhysicalKeyboardKey_458796 = new A.PhysicalKeyboardKey(458796); - B.PhysicalKeyboardKey_786639 = new A.PhysicalKeyboardKey(786639); - B.PhysicalKeyboardKey_786859 = new A.PhysicalKeyboardKey(786859); - B.PhysicalKeyboardKey_17 = new A.PhysicalKeyboardKey(17); - B.PhysicalKeyboardKey_20 = new A.PhysicalKeyboardKey(20); - B.PhysicalKeyboardKey_458795 = new A.PhysicalKeyboardKey(458795); - B.PhysicalKeyboardKey_22 = new A.PhysicalKeyboardKey(22); - B.PhysicalKeyboardKey_458874 = new A.PhysicalKeyboardKey(458874); - B.PhysicalKeyboardKey_458753 = new A.PhysicalKeyboardKey(458753); - B.PhysicalKeyboardKey_458755 = new A.PhysicalKeyboardKey(458755); - B.PhysicalKeyboardKey_458754 = new A.PhysicalKeyboardKey(458754); - B.PhysicalKeyboardKey_458752 = new A.PhysicalKeyboardKey(458752); - B.PhysicalKeyboardKey_65667 = new A.PhysicalKeyboardKey(65667); - B.PhysicalKeyboardKey_786989 = new A.PhysicalKeyboardKey(786989); - B.PhysicalKeyboardKey_786990 = new A.PhysicalKeyboardKey(786990); - B.PhysicalKeyboardKey_786994 = new A.PhysicalKeyboardKey(786994); - B.Map_1k5Ax = new A.ConstantStringMap(269, {Abort: B.PhysicalKeyboardKey_458907, Again: B.PhysicalKeyboardKey_458873, AltLeft: B.PhysicalKeyboardKey_458978, AltRight: B.PhysicalKeyboardKey_458982, ArrowDown: B.PhysicalKeyboardKey_458833, ArrowLeft: B.PhysicalKeyboardKey_458832, ArrowRight: B.PhysicalKeyboardKey_458831, ArrowUp: B.PhysicalKeyboardKey_458834, AudioVolumeDown: B.PhysicalKeyboardKey_458881, AudioVolumeMute: B.PhysicalKeyboardKey_458879, AudioVolumeUp: B.PhysicalKeyboardKey_458880, Backquote: B.PhysicalKeyboardKey_458805, Backslash: B.PhysicalKeyboardKey_458801, Backspace: B.PhysicalKeyboardKey_458794, BassBoost: B.PhysicalKeyboardKey_786661, BracketLeft: B.PhysicalKeyboardKey_458799, BracketRight: B.PhysicalKeyboardKey_458800, BrightnessAuto: B.PhysicalKeyboardKey_786549, BrightnessDown: B.PhysicalKeyboardKey_786544, BrightnessMaximum: B.PhysicalKeyboardKey_786548, BrightnessMinimum: B.PhysicalKeyboardKey_786547, BrightnessToggle: B.PhysicalKeyboardKey_786546, BrightnessUp: B.PhysicalKeyboardKey_786543, BrowserBack: B.PhysicalKeyboardKey_786980, BrowserFavorites: B.PhysicalKeyboardKey_786986, BrowserForward: B.PhysicalKeyboardKey_786981, BrowserHome: B.PhysicalKeyboardKey_786979, BrowserRefresh: B.PhysicalKeyboardKey_786983, BrowserSearch: B.PhysicalKeyboardKey_786977, BrowserStop: B.PhysicalKeyboardKey_786982, CapsLock: B.PhysicalKeyboardKey_458809, ChannelDown: B.PhysicalKeyboardKey_786589, ChannelUp: B.PhysicalKeyboardKey_786588, Close: B.PhysicalKeyboardKey_786947, ClosedCaptionToggle: B.PhysicalKeyboardKey_786529, Comma: B.PhysicalKeyboardKey_458806, ContextMenu: B.PhysicalKeyboardKey_458853, ControlLeft: B.PhysicalKeyboardKey_458976, ControlRight: B.PhysicalKeyboardKey_458980, Convert: B.PhysicalKeyboardKey_458890, Copy: B.PhysicalKeyboardKey_458876, Cut: B.PhysicalKeyboardKey_458875, Delete: B.PhysicalKeyboardKey_458828, Digit0: B.PhysicalKeyboardKey_458791, Digit1: B.PhysicalKeyboardKey_458782, Digit2: B.PhysicalKeyboardKey_458783, Digit3: B.PhysicalKeyboardKey_458784, Digit4: B.PhysicalKeyboardKey_458785, Digit5: B.PhysicalKeyboardKey_458786, Digit6: B.PhysicalKeyboardKey_458787, Digit7: B.PhysicalKeyboardKey_458788, Digit8: B.PhysicalKeyboardKey_458789, Digit9: B.PhysicalKeyboardKey_458790, DisplayToggleIntExt: B.PhysicalKeyboardKey_65717, Eject: B.PhysicalKeyboardKey_786616, End: B.PhysicalKeyboardKey_458829, Enter: B.PhysicalKeyboardKey_458792, Equal: B.PhysicalKeyboardKey_458798, Escape: B.PhysicalKeyboardKey_458793, Exit: B.PhysicalKeyboardKey_786580, F1: B.PhysicalKeyboardKey_458810, F10: B.PhysicalKeyboardKey_458819, F11: B.PhysicalKeyboardKey_458820, F12: B.PhysicalKeyboardKey_458821, F13: B.PhysicalKeyboardKey_458856, F14: B.PhysicalKeyboardKey_458857, F15: B.PhysicalKeyboardKey_458858, F16: B.PhysicalKeyboardKey_458859, F17: B.PhysicalKeyboardKey_458860, F18: B.PhysicalKeyboardKey_458861, F19: B.PhysicalKeyboardKey_458862, F2: B.PhysicalKeyboardKey_458811, F20: B.PhysicalKeyboardKey_458863, F21: B.PhysicalKeyboardKey_458864, F22: B.PhysicalKeyboardKey_458865, F23: B.PhysicalKeyboardKey_458866, F24: B.PhysicalKeyboardKey_458867, F3: B.PhysicalKeyboardKey_458812, F4: B.PhysicalKeyboardKey_458813, F5: B.PhysicalKeyboardKey_458814, F6: B.PhysicalKeyboardKey_458815, F7: B.PhysicalKeyboardKey_458816, F8: B.PhysicalKeyboardKey_458817, F9: B.PhysicalKeyboardKey_458818, Find: B.PhysicalKeyboardKey_458878, Fn: B.PhysicalKeyboardKey_18, FnLock: B.PhysicalKeyboardKey_19, GameButton1: B.PhysicalKeyboardKey_392961, GameButton10: B.PhysicalKeyboardKey_392970, GameButton11: B.PhysicalKeyboardKey_392971, GameButton12: B.PhysicalKeyboardKey_392972, GameButton13: B.PhysicalKeyboardKey_392973, GameButton14: B.PhysicalKeyboardKey_392974, GameButton15: B.PhysicalKeyboardKey_392975, GameButton16: B.PhysicalKeyboardKey_392976, GameButton2: B.PhysicalKeyboardKey_392962, GameButton3: B.PhysicalKeyboardKey_392963, GameButton4: B.PhysicalKeyboardKey_392964, GameButton5: B.PhysicalKeyboardKey_392965, GameButton6: B.PhysicalKeyboardKey_392966, GameButton7: B.PhysicalKeyboardKey_392967, GameButton8: B.PhysicalKeyboardKey_392968, GameButton9: B.PhysicalKeyboardKey_392969, GameButtonA: B.PhysicalKeyboardKey_392977, GameButtonB: B.PhysicalKeyboardKey_392978, GameButtonC: B.PhysicalKeyboardKey_392979, GameButtonLeft1: B.PhysicalKeyboardKey_392980, GameButtonLeft2: B.PhysicalKeyboardKey_392981, GameButtonMode: B.PhysicalKeyboardKey_392982, GameButtonRight1: B.PhysicalKeyboardKey_392983, GameButtonRight2: B.PhysicalKeyboardKey_392984, GameButtonSelect: B.PhysicalKeyboardKey_392985, GameButtonStart: B.PhysicalKeyboardKey_392986, GameButtonThumbLeft: B.PhysicalKeyboardKey_392987, GameButtonThumbRight: B.PhysicalKeyboardKey_392988, GameButtonX: B.PhysicalKeyboardKey_392989, GameButtonY: B.PhysicalKeyboardKey_392990, GameButtonZ: B.PhysicalKeyboardKey_392991, Help: B.PhysicalKeyboardKey_458869, Home: B.PhysicalKeyboardKey_458826, Hyper: B.PhysicalKeyboardKey_16, Info: B.PhysicalKeyboardKey_786528, Insert: B.PhysicalKeyboardKey_458825, IntlBackslash: B.PhysicalKeyboardKey_458852, IntlRo: B.PhysicalKeyboardKey_458887, IntlYen: B.PhysicalKeyboardKey_458889, KanaMode: B.PhysicalKeyboardKey_458888, KbdIllumDown: B.PhysicalKeyboardKey_786554, KbdIllumUp: B.PhysicalKeyboardKey_786553, KeyA: B.PhysicalKeyboardKey_458756, KeyB: B.PhysicalKeyboardKey_458757, KeyC: B.PhysicalKeyboardKey_458758, KeyD: B.PhysicalKeyboardKey_458759, KeyE: B.PhysicalKeyboardKey_458760, KeyF: B.PhysicalKeyboardKey_458761, KeyG: B.PhysicalKeyboardKey_458762, KeyH: B.PhysicalKeyboardKey_458763, KeyI: B.PhysicalKeyboardKey_458764, KeyJ: B.PhysicalKeyboardKey_458765, KeyK: B.PhysicalKeyboardKey_458766, KeyL: B.PhysicalKeyboardKey_458767, KeyM: B.PhysicalKeyboardKey_458768, KeyN: B.PhysicalKeyboardKey_458769, KeyO: B.PhysicalKeyboardKey_458770, KeyP: B.PhysicalKeyboardKey_458771, KeyQ: B.PhysicalKeyboardKey_458772, KeyR: B.PhysicalKeyboardKey_458773, KeyS: B.PhysicalKeyboardKey_458774, KeyT: B.PhysicalKeyboardKey_458775, KeyU: B.PhysicalKeyboardKey_458776, KeyV: B.PhysicalKeyboardKey_458777, KeyW: B.PhysicalKeyboardKey_458778, KeyX: B.PhysicalKeyboardKey_458779, KeyY: B.PhysicalKeyboardKey_458780, KeyZ: B.PhysicalKeyboardKey_458781, KeyboardLayoutSelect: B.PhysicalKeyboardKey_787101, Lang1: B.PhysicalKeyboardKey_458896, Lang2: B.PhysicalKeyboardKey_458897, Lang3: B.PhysicalKeyboardKey_458898, Lang4: B.PhysicalKeyboardKey_458899, Lang5: B.PhysicalKeyboardKey_458900, LaunchApp1: B.PhysicalKeyboardKey_786836, LaunchApp2: B.PhysicalKeyboardKey_786834, LaunchAssistant: B.PhysicalKeyboardKey_786891, LaunchAudioBrowser: B.PhysicalKeyboardKey_786871, LaunchCalendar: B.PhysicalKeyboardKey_786830, LaunchContacts: B.PhysicalKeyboardKey_786829, LaunchControlPanel: B.PhysicalKeyboardKey_786847, LaunchDocuments: B.PhysicalKeyboardKey_786855, LaunchInternetBrowser: B.PhysicalKeyboardKey_786838, LaunchKeyboardLayout: B.PhysicalKeyboardKey_786862, LaunchMail: B.PhysicalKeyboardKey_786826, LaunchPhone: B.PhysicalKeyboardKey_786572, LaunchScreenSaver: B.PhysicalKeyboardKey_786865, LaunchSpreadsheet: B.PhysicalKeyboardKey_786822, LaunchWordProcessor: B.PhysicalKeyboardKey_786820, LockScreen: B.PhysicalKeyboardKey_786846, LogOff: B.PhysicalKeyboardKey_786844, MailForward: B.PhysicalKeyboardKey_787083, MailReply: B.PhysicalKeyboardKey_787081, MailSend: B.PhysicalKeyboardKey_787084, MediaFastForward: B.PhysicalKeyboardKey_786611, MediaLast: B.PhysicalKeyboardKey_786563, MediaPause: B.PhysicalKeyboardKey_786609, MediaPlay: B.PhysicalKeyboardKey_786608, MediaPlayPause: B.PhysicalKeyboardKey_786637, MediaRecord: B.PhysicalKeyboardKey_786610, MediaRewind: B.PhysicalKeyboardKey_786612, MediaSelect: B.PhysicalKeyboardKey_786819, MediaStop: B.PhysicalKeyboardKey_786615, MediaTrackNext: B.PhysicalKeyboardKey_786613, MediaTrackPrevious: B.PhysicalKeyboardKey_786614, MetaLeft: B.PhysicalKeyboardKey_458979, MetaRight: B.PhysicalKeyboardKey_458983, MicrophoneMuteToggle: B.PhysicalKeyboardKey_24, Minus: B.PhysicalKeyboardKey_458797, New: B.PhysicalKeyboardKey_786945, NonConvert: B.PhysicalKeyboardKey_458891, NumLock: B.PhysicalKeyboardKey_458835, Numpad0: B.PhysicalKeyboardKey_458850, Numpad1: B.PhysicalKeyboardKey_458841, Numpad2: B.PhysicalKeyboardKey_458842, Numpad3: B.PhysicalKeyboardKey_458843, Numpad4: B.PhysicalKeyboardKey_458844, Numpad5: B.PhysicalKeyboardKey_458845, Numpad6: B.PhysicalKeyboardKey_458846, Numpad7: B.PhysicalKeyboardKey_458847, Numpad8: B.PhysicalKeyboardKey_458848, Numpad9: B.PhysicalKeyboardKey_458849, NumpadAdd: B.PhysicalKeyboardKey_458839, NumpadBackspace: B.PhysicalKeyboardKey_458939, NumpadClear: B.PhysicalKeyboardKey_458968, NumpadClearEntry: B.PhysicalKeyboardKey_458969, NumpadComma: B.PhysicalKeyboardKey_458885, NumpadDecimal: B.PhysicalKeyboardKey_458851, NumpadDivide: B.PhysicalKeyboardKey_458836, NumpadEnter: B.PhysicalKeyboardKey_458840, NumpadEqual: B.PhysicalKeyboardKey_458855, NumpadMemoryAdd: B.PhysicalKeyboardKey_458963, NumpadMemoryClear: B.PhysicalKeyboardKey_458962, NumpadMemoryRecall: B.PhysicalKeyboardKey_458961, NumpadMemoryStore: B.PhysicalKeyboardKey_458960, NumpadMemorySubtract: B.PhysicalKeyboardKey_458964, NumpadMultiply: B.PhysicalKeyboardKey_458837, NumpadParenLeft: B.PhysicalKeyboardKey_458934, NumpadParenRight: B.PhysicalKeyboardKey_458935, NumpadSignChange: B.PhysicalKeyboardKey_458967, NumpadSubtract: B.PhysicalKeyboardKey_458838, Open: B.PhysicalKeyboardKey_458868, PageDown: B.PhysicalKeyboardKey_458830, PageUp: B.PhysicalKeyboardKey_458827, Paste: B.PhysicalKeyboardKey_458877, Pause: B.PhysicalKeyboardKey_458824, Period: B.PhysicalKeyboardKey_458807, Power: B.PhysicalKeyboardKey_458854, Print: B.PhysicalKeyboardKey_786952, PrintScreen: B.PhysicalKeyboardKey_458822, PrivacyScreenToggle: B.PhysicalKeyboardKey_23, ProgramGuide: B.PhysicalKeyboardKey_786573, Props: B.PhysicalKeyboardKey_458915, Quote: B.PhysicalKeyboardKey_458804, Redo: B.PhysicalKeyboardKey_787065, Resume: B.PhysicalKeyboardKey_21, Save: B.PhysicalKeyboardKey_786951, ScrollLock: B.PhysicalKeyboardKey_458823, Select: B.PhysicalKeyboardKey_458871, SelectTask: B.PhysicalKeyboardKey_786850, Semicolon: B.PhysicalKeyboardKey_458803, ShiftLeft: B.PhysicalKeyboardKey_458977, ShiftRight: B.PhysicalKeyboardKey_458981, ShowAllWindows: B.PhysicalKeyboardKey_787103, Slash: B.PhysicalKeyboardKey_458808, Sleep: B.PhysicalKeyboardKey_65666, Space: B.PhysicalKeyboardKey_458796, SpeechInputToggle: B.PhysicalKeyboardKey_786639, SpellCheck: B.PhysicalKeyboardKey_786859, Super: B.PhysicalKeyboardKey_17, Suspend: B.PhysicalKeyboardKey_20, Tab: B.PhysicalKeyboardKey_458795, Turbo: B.PhysicalKeyboardKey_22, Undo: B.PhysicalKeyboardKey_458874, UsbErrorRollOver: B.PhysicalKeyboardKey_458753, UsbErrorUndefined: B.PhysicalKeyboardKey_458755, UsbPostFail: B.PhysicalKeyboardKey_458754, UsbReserved: B.PhysicalKeyboardKey_458752, WakeUp: B.PhysicalKeyboardKey_65667, ZoomIn: B.PhysicalKeyboardKey_786989, ZoomOut: B.PhysicalKeyboardKey_786990, ZoomToggle: B.PhysicalKeyboardKey_786994}, B.List_1kC, A.findType("ConstantStringMap")); - B.List_empty30 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_BoxShadow); + B.List_011 = A._setArrayType(makeConstList(["AElig", "AElig;", "AMP", "AMP;", "Aacute", "Aacute;", "Abreve;", "Acirc", "Acirc;", "Acy;", "Afr;", "Agrave", "Agrave;", "Alpha;", "Amacr;", "And;", "Aogon;", "Aopf;", "ApplyFunction;", "Aring", "Aring;", "Ascr;", "Assign;", "Atilde", "Atilde;", "Auml", "Auml;", "Backslash;", "Barv;", "Barwed;", "Bcy;", "Because;", "Bernoullis;", "Beta;", "Bfr;", "Bopf;", "Breve;", "Bscr;", "Bumpeq;", "CHcy;", "COPY", "COPY;", "Cacute;", "Cap;", "CapitalDifferentialD;", "Cayleys;", "Ccaron;", "Ccedil", "Ccedil;", "Ccirc;", "Cconint;", "Cdot;", "Cedilla;", "CenterDot;", "Cfr;", "Chi;", "CircleDot;", "CircleMinus;", "CirclePlus;", "CircleTimes;", "ClockwiseContourIntegral;", "CloseCurlyDoubleQuote;", "CloseCurlyQuote;", "Colon;", "Colone;", "Congruent;", "Conint;", "ContourIntegral;", "Copf;", "Coproduct;", "CounterClockwiseContourIntegral;", "Cross;", "Cscr;", "Cup;", "CupCap;", "DD;", "DDotrahd;", "DJcy;", "DScy;", "DZcy;", "Dagger;", "Darr;", "Dashv;", "Dcaron;", "Dcy;", "Del;", "Delta;", "Dfr;", "DiacriticalAcute;", "DiacriticalDot;", "DiacriticalDoubleAcute;", "DiacriticalGrave;", "DiacriticalTilde;", "Diamond;", "DifferentialD;", "Dopf;", "Dot;", "DotDot;", "DotEqual;", "DoubleContourIntegral;", "DoubleDot;", "DoubleDownArrow;", "DoubleLeftArrow;", "DoubleLeftRightArrow;", "DoubleLeftTee;", "DoubleLongLeftArrow;", "DoubleLongLeftRightArrow;", "DoubleLongRightArrow;", "DoubleRightArrow;", "DoubleRightTee;", "DoubleUpArrow;", "DoubleUpDownArrow;", "DoubleVerticalBar;", "DownArrow;", "DownArrowBar;", "DownArrowUpArrow;", "DownBreve;", "DownLeftRightVector;", "DownLeftTeeVector;", "DownLeftVector;", "DownLeftVectorBar;", "DownRightTeeVector;", "DownRightVector;", "DownRightVectorBar;", "DownTee;", "DownTeeArrow;", "Downarrow;", "Dscr;", "Dstrok;", "ENG;", "ETH", "ETH;", "Eacute", "Eacute;", "Ecaron;", "Ecirc", "Ecirc;", "Ecy;", "Edot;", "Efr;", "Egrave", "Egrave;", "Element;", "Emacr;", "EmptySmallSquare;", "EmptyVerySmallSquare;", "Eogon;", "Eopf;", "Epsilon;", "Equal;", "EqualTilde;", "Equilibrium;", "Escr;", "Esim;", "Eta;", "Euml", "Euml;", "Exists;", "ExponentialE;", "Fcy;", "Ffr;", "FilledSmallSquare;", "FilledVerySmallSquare;", "Fopf;", "ForAll;", "Fouriertrf;", "Fscr;", "GJcy;", "GT", "GT;", "Gamma;", "Gammad;", "Gbreve;", "Gcedil;", "Gcirc;", "Gcy;", "Gdot;", "Gfr;", "Gg;", "Gopf;", "GreaterEqual;", "GreaterEqualLess;", "GreaterFullEqual;", "GreaterGreater;", "GreaterLess;", "GreaterSlantEqual;", "GreaterTilde;", "Gscr;", "Gt;", "HARDcy;", "Hacek;", "Hat;", "Hcirc;", "Hfr;", "HilbertSpace;", "Hopf;", "HorizontalLine;", "Hscr;", "Hstrok;", "HumpDownHump;", "HumpEqual;", "IEcy;", "IJlig;", "IOcy;", "Iacute", "Iacute;", "Icirc", "Icirc;", "Icy;", "Idot;", "Ifr;", "Igrave", "Igrave;", "Im;", "Imacr;", "ImaginaryI;", "Implies;", "Int;", "Integral;", "Intersection;", "InvisibleComma;", "InvisibleTimes;", "Iogon;", "Iopf;", "Iota;", "Iscr;", "Itilde;", "Iukcy;", "Iuml", "Iuml;", "Jcirc;", "Jcy;", "Jfr;", "Jopf;", "Jscr;", "Jsercy;", "Jukcy;", "KHcy;", "KJcy;", "Kappa;", "Kcedil;", "Kcy;", "Kfr;", "Kopf;", "Kscr;", "LJcy;", "LT", "LT;", "Lacute;", "Lambda;", "Lang;", "Laplacetrf;", "Larr;", "Lcaron;", "Lcedil;", "Lcy;", "LeftAngleBracket;", "LeftArrow;", "LeftArrowBar;", "LeftArrowRightArrow;", "LeftCeiling;", "LeftDoubleBracket;", "LeftDownTeeVector;", "LeftDownVector;", "LeftDownVectorBar;", "LeftFloor;", "LeftRightArrow;", "LeftRightVector;", "LeftTee;", "LeftTeeArrow;", "LeftTeeVector;", "LeftTriangle;", "LeftTriangleBar;", "LeftTriangleEqual;", "LeftUpDownVector;", "LeftUpTeeVector;", "LeftUpVector;", "LeftUpVectorBar;", "LeftVector;", "LeftVectorBar;", "Leftarrow;", "Leftrightarrow;", "LessEqualGreater;", "LessFullEqual;", "LessGreater;", "LessLess;", "LessSlantEqual;", "LessTilde;", "Lfr;", "Ll;", "Lleftarrow;", "Lmidot;", "LongLeftArrow;", "LongLeftRightArrow;", "LongRightArrow;", "Longleftarrow;", "Longleftrightarrow;", "Longrightarrow;", "Lopf;", "LowerLeftArrow;", "LowerRightArrow;", "Lscr;", "Lsh;", "Lstrok;", "Lt;", "Map;", "Mcy;", "MediumSpace;", "Mellintrf;", "Mfr;", "MinusPlus;", "Mopf;", "Mscr;", "Mu;", "NJcy;", "Nacute;", "Ncaron;", "Ncedil;", "Ncy;", "NegativeMediumSpace;", "NegativeThickSpace;", "NegativeThinSpace;", "NegativeVeryThinSpace;", "NestedGreaterGreater;", "NestedLessLess;", "NewLine;", "Nfr;", "NoBreak;", "NonBreakingSpace;", "Nopf;", "Not;", "NotCongruent;", "NotCupCap;", "NotDoubleVerticalBar;", "NotElement;", "NotEqual;", "NotEqualTilde;", "NotExists;", "NotGreater;", "NotGreaterEqual;", "NotGreaterFullEqual;", "NotGreaterGreater;", "NotGreaterLess;", "NotGreaterSlantEqual;", "NotGreaterTilde;", "NotHumpDownHump;", "NotHumpEqual;", "NotLeftTriangle;", "NotLeftTriangleBar;", "NotLeftTriangleEqual;", "NotLess;", "NotLessEqual;", "NotLessGreater;", "NotLessLess;", "NotLessSlantEqual;", "NotLessTilde;", "NotNestedGreaterGreater;", "NotNestedLessLess;", "NotPrecedes;", "NotPrecedesEqual;", "NotPrecedesSlantEqual;", "NotReverseElement;", "NotRightTriangle;", "NotRightTriangleBar;", "NotRightTriangleEqual;", "NotSquareSubset;", "NotSquareSubsetEqual;", "NotSquareSuperset;", "NotSquareSupersetEqual;", "NotSubset;", "NotSubsetEqual;", "NotSucceeds;", "NotSucceedsEqual;", "NotSucceedsSlantEqual;", "NotSucceedsTilde;", "NotSuperset;", "NotSupersetEqual;", "NotTilde;", "NotTildeEqual;", "NotTildeFullEqual;", "NotTildeTilde;", "NotVerticalBar;", "Nscr;", "Ntilde", "Ntilde;", "Nu;", "OElig;", "Oacute", "Oacute;", "Ocirc", "Ocirc;", "Ocy;", "Odblac;", "Ofr;", "Ograve", "Ograve;", "Omacr;", "Omega;", "Omicron;", "Oopf;", "OpenCurlyDoubleQuote;", "OpenCurlyQuote;", "Or;", "Oscr;", "Oslash", "Oslash;", "Otilde", "Otilde;", "Otimes;", "Ouml", "Ouml;", "OverBar;", "OverBrace;", "OverBracket;", "OverParenthesis;", "PartialD;", "Pcy;", "Pfr;", "Phi;", "Pi;", "PlusMinus;", "Poincareplane;", "Popf;", "Pr;", "Precedes;", "PrecedesEqual;", "PrecedesSlantEqual;", "PrecedesTilde;", "Prime;", "Product;", "Proportion;", "Proportional;", "Pscr;", "Psi;", "QUOT", "QUOT;", "Qfr;", "Qopf;", "Qscr;", "RBarr;", "REG", "REG;", "Racute;", "Rang;", "Rarr;", "Rarrtl;", "Rcaron;", "Rcedil;", "Rcy;", "Re;", "ReverseElement;", "ReverseEquilibrium;", "ReverseUpEquilibrium;", "Rfr;", "Rho;", "RightAngleBracket;", "RightArrow;", "RightArrowBar;", "RightArrowLeftArrow;", "RightCeiling;", "RightDoubleBracket;", "RightDownTeeVector;", "RightDownVector;", "RightDownVectorBar;", "RightFloor;", "RightTee;", "RightTeeArrow;", "RightTeeVector;", "RightTriangle;", "RightTriangleBar;", "RightTriangleEqual;", "RightUpDownVector;", "RightUpTeeVector;", "RightUpVector;", "RightUpVectorBar;", "RightVector;", "RightVectorBar;", "Rightarrow;", "Ropf;", "RoundImplies;", "Rrightarrow;", "Rscr;", "Rsh;", "RuleDelayed;", "SHCHcy;", "SHcy;", "SOFTcy;", "Sacute;", "Sc;", "Scaron;", "Scedil;", "Scirc;", "Scy;", "Sfr;", "ShortDownArrow;", "ShortLeftArrow;", "ShortRightArrow;", "ShortUpArrow;", "Sigma;", "SmallCircle;", "Sopf;", "Sqrt;", "Square;", "SquareIntersection;", "SquareSubset;", "SquareSubsetEqual;", "SquareSuperset;", "SquareSupersetEqual;", "SquareUnion;", "Sscr;", "Star;", "Sub;", "Subset;", "SubsetEqual;", "Succeeds;", "SucceedsEqual;", "SucceedsSlantEqual;", "SucceedsTilde;", "SuchThat;", "Sum;", "Sup;", "Superset;", "SupersetEqual;", "Supset;", "THORN", "THORN;", "TRADE;", "TSHcy;", "TScy;", "Tab;", "Tau;", "Tcaron;", "Tcedil;", "Tcy;", "Tfr;", "Therefore;", "Theta;", "ThickSpace;", "ThinSpace;", "Tilde;", "TildeEqual;", "TildeFullEqual;", "TildeTilde;", "Topf;", "TripleDot;", "Tscr;", "Tstrok;", "Uacute", "Uacute;", "Uarr;", "Uarrocir;", "Ubrcy;", "Ubreve;", "Ucirc", "Ucirc;", "Ucy;", "Udblac;", "Ufr;", "Ugrave", "Ugrave;", "Umacr;", "UnderBar;", "UnderBrace;", "UnderBracket;", "UnderParenthesis;", "Union;", "UnionPlus;", "Uogon;", "Uopf;", "UpArrow;", "UpArrowBar;", "UpArrowDownArrow;", "UpDownArrow;", "UpEquilibrium;", "UpTee;", "UpTeeArrow;", "Uparrow;", "Updownarrow;", "UpperLeftArrow;", "UpperRightArrow;", "Upsi;", "Upsilon;", "Uring;", "Uscr;", "Utilde;", "Uuml", "Uuml;", "VDash;", "Vbar;", "Vcy;", "Vdash;", "Vdashl;", "Vee;", "Verbar;", "Vert;", "VerticalBar;", "VerticalLine;", "VerticalSeparator;", "VerticalTilde;", "VeryThinSpace;", "Vfr;", "Vopf;", "Vscr;", "Vvdash;", "Wcirc;", "Wedge;", "Wfr;", "Wopf;", "Wscr;", "Xfr;", "Xi;", "Xopf;", "Xscr;", "YAcy;", "YIcy;", "YUcy;", "Yacute", "Yacute;", "Ycirc;", "Ycy;", "Yfr;", "Yopf;", "Yscr;", "Yuml;", "ZHcy;", "Zacute;", "Zcaron;", "Zcy;", "Zdot;", "ZeroWidthSpace;", "Zeta;", "Zfr;", "Zopf;", "Zscr;", "aacute", "aacute;", "abreve;", "ac;", "acE;", "acd;", "acirc", "acirc;", "acute", "acute;", "acy;", "aelig", "aelig;", "af;", "afr;", "agrave", "agrave;", "alefsym;", "aleph;", "alpha;", "amacr;", "amalg;", "amp", "amp;", "and;", "andand;", "andd;", "andslope;", "andv;", "ang;", "ange;", "angle;", "angmsd;", "angmsdaa;", "angmsdab;", "angmsdac;", "angmsdad;", "angmsdae;", "angmsdaf;", "angmsdag;", "angmsdah;", "angrt;", "angrtvb;", "angrtvbd;", "angsph;", "angst;", "angzarr;", "aogon;", "aopf;", "ap;", "apE;", "apacir;", "ape;", "apid;", "apos;", "approx;", "approxeq;", "aring", "aring;", "ascr;", "ast;", "asymp;", "asympeq;", "atilde", "atilde;", "auml", "auml;", "awconint;", "awint;", "bNot;", "backcong;", "backepsilon;", "backprime;", "backsim;", "backsimeq;", "barvee;", "barwed;", "barwedge;", "bbrk;", "bbrktbrk;", "bcong;", "bcy;", "bdquo;", "becaus;", "because;", "bemptyv;", "bepsi;", "bernou;", "beta;", "beth;", "between;", "bfr;", "bigcap;", "bigcirc;", "bigcup;", "bigodot;", "bigoplus;", "bigotimes;", "bigsqcup;", "bigstar;", "bigtriangledown;", "bigtriangleup;", "biguplus;", "bigvee;", "bigwedge;", "bkarow;", "blacklozenge;", "blacksquare;", "blacktriangle;", "blacktriangledown;", "blacktriangleleft;", "blacktriangleright;", "blank;", "blk12;", "blk14;", "blk34;", "block;", "bne;", "bnequiv;", "bnot;", "bopf;", "bot;", "bottom;", "bowtie;", "boxDL;", "boxDR;", "boxDl;", "boxDr;", "boxH;", "boxHD;", "boxHU;", "boxHd;", "boxHu;", "boxUL;", "boxUR;", "boxUl;", "boxUr;", "boxV;", "boxVH;", "boxVL;", "boxVR;", "boxVh;", "boxVl;", "boxVr;", "boxbox;", "boxdL;", "boxdR;", "boxdl;", "boxdr;", "boxh;", "boxhD;", "boxhU;", "boxhd;", "boxhu;", "boxminus;", "boxplus;", "boxtimes;", "boxuL;", "boxuR;", "boxul;", "boxur;", "boxv;", "boxvH;", "boxvL;", "boxvR;", "boxvh;", "boxvl;", "boxvr;", "bprime;", "breve;", "brvbar", "brvbar;", "bscr;", "bsemi;", "bsim;", "bsime;", "bsol;", "bsolb;", "bsolhsub;", "bull;", "bullet;", "bump;", "bumpE;", "bumpe;", "bumpeq;", "cacute;", "cap;", "capand;", "capbrcup;", "capcap;", "capcup;", "capdot;", "caps;", "caret;", "caron;", "ccaps;", "ccaron;", "ccedil", "ccedil;", "ccirc;", "ccups;", "ccupssm;", "cdot;", "cedil", "cedil;", "cemptyv;", "cent", "cent;", "centerdot;", "cfr;", "chcy;", "check;", "checkmark;", "chi;", "cir;", "cirE;", "circ;", "circeq;", "circlearrowleft;", "circlearrowright;", "circledR;", "circledS;", "circledast;", "circledcirc;", "circleddash;", "cire;", "cirfnint;", "cirmid;", "cirscir;", "clubs;", "clubsuit;", "colon;", "colone;", "coloneq;", "comma;", "commat;", "comp;", "compfn;", "complement;", "complexes;", "cong;", "congdot;", "conint;", "copf;", "coprod;", "copy", "copy;", "copysr;", "crarr;", "cross;", "cscr;", "csub;", "csube;", "csup;", "csupe;", "ctdot;", "cudarrl;", "cudarrr;", "cuepr;", "cuesc;", "cularr;", "cularrp;", "cup;", "cupbrcap;", "cupcap;", "cupcup;", "cupdot;", "cupor;", "cups;", "curarr;", "curarrm;", "curlyeqprec;", "curlyeqsucc;", "curlyvee;", "curlywedge;", "curren", "curren;", "curvearrowleft;", "curvearrowright;", "cuvee;", "cuwed;", "cwconint;", "cwint;", "cylcty;", "dArr;", "dHar;", "dagger;", "daleth;", "darr;", "dash;", "dashv;", "dbkarow;", "dblac;", "dcaron;", "dcy;", "dd;", "ddagger;", "ddarr;", "ddotseq;", "deg", "deg;", "delta;", "demptyv;", "dfisht;", "dfr;", "dharl;", "dharr;", "diam;", "diamond;", "diamondsuit;", "diams;", "die;", "digamma;", "disin;", "div;", "divide", "divide;", "divideontimes;", "divonx;", "djcy;", "dlcorn;", "dlcrop;", "dollar;", "dopf;", "dot;", "doteq;", "doteqdot;", "dotminus;", "dotplus;", "dotsquare;", "doublebarwedge;", "downarrow;", "downdownarrows;", "downharpoonleft;", "downharpoonright;", "drbkarow;", "drcorn;", "drcrop;", "dscr;", "dscy;", "dsol;", "dstrok;", "dtdot;", "dtri;", "dtrif;", "duarr;", "duhar;", "dwangle;", "dzcy;", "dzigrarr;", "eDDot;", "eDot;", "eacute", "eacute;", "easter;", "ecaron;", "ecir;", "ecirc", "ecirc;", "ecolon;", "ecy;", "edot;", "ee;", "efDot;", "efr;", "eg;", "egrave", "egrave;", "egs;", "egsdot;", "el;", "elinters;", "ell;", "els;", "elsdot;", "emacr;", "empty;", "emptyset;", "emptyv;", "emsp13;", "emsp14;", "emsp;", "eng;", "ensp;", "eogon;", "eopf;", "epar;", "eparsl;", "eplus;", "epsi;", "epsilon;", "epsiv;", "eqcirc;", "eqcolon;", "eqsim;", "eqslantgtr;", "eqslantless;", "equals;", "equest;", "equiv;", "equivDD;", "eqvparsl;", "erDot;", "erarr;", "escr;", "esdot;", "esim;", "eta;", "eth", "eth;", "euml", "euml;", "euro;", "excl;", "exist;", "expectation;", "exponentiale;", "fallingdotseq;", "fcy;", "female;", "ffilig;", "fflig;", "ffllig;", "ffr;", "filig;", "fjlig;", "flat;", "fllig;", "fltns;", "fnof;", "fopf;", "forall;", "fork;", "forkv;", "fpartint;", "frac12", "frac12;", "frac13;", "frac14", "frac14;", "frac15;", "frac16;", "frac18;", "frac23;", "frac25;", "frac34", "frac34;", "frac35;", "frac38;", "frac45;", "frac56;", "frac58;", "frac78;", "frasl;", "frown;", "fscr;", "gE;", "gEl;", "gacute;", "gamma;", "gammad;", "gap;", "gbreve;", "gcirc;", "gcy;", "gdot;", "ge;", "gel;", "geq;", "geqq;", "geqslant;", "ges;", "gescc;", "gesdot;", "gesdoto;", "gesdotol;", "gesl;", "gesles;", "gfr;", "gg;", "ggg;", "gimel;", "gjcy;", "gl;", "glE;", "gla;", "glj;", "gnE;", "gnap;", "gnapprox;", "gne;", "gneq;", "gneqq;", "gnsim;", "gopf;", "grave;", "gscr;", "gsim;", "gsime;", "gsiml;", "gt", "gt;", "gtcc;", "gtcir;", "gtdot;", "gtlPar;", "gtquest;", "gtrapprox;", "gtrarr;", "gtrdot;", "gtreqless;", "gtreqqless;", "gtrless;", "gtrsim;", "gvertneqq;", "gvnE;", "hArr;", "hairsp;", "half;", "hamilt;", "hardcy;", "harr;", "harrcir;", "harrw;", "hbar;", "hcirc;", "hearts;", "heartsuit;", "hellip;", "hercon;", "hfr;", "hksearow;", "hkswarow;", "hoarr;", "homtht;", "hookleftarrow;", "hookrightarrow;", "hopf;", "horbar;", "hscr;", "hslash;", "hstrok;", "hybull;", "hyphen;", "iacute", "iacute;", "ic;", "icirc", "icirc;", "icy;", "iecy;", "iexcl", "iexcl;", "iff;", "ifr;", "igrave", "igrave;", "ii;", "iiiint;", "iiint;", "iinfin;", "iiota;", "ijlig;", "imacr;", "image;", "imagline;", "imagpart;", "imath;", "imof;", "imped;", "in;", "incare;", "infin;", "infintie;", "inodot;", "int;", "intcal;", "integers;", "intercal;", "intlarhk;", "intprod;", "iocy;", "iogon;", "iopf;", "iota;", "iprod;", "iquest", "iquest;", "iscr;", "isin;", "isinE;", "isindot;", "isins;", "isinsv;", "isinv;", "it;", "itilde;", "iukcy;", "iuml", "iuml;", "jcirc;", "jcy;", "jfr;", "jmath;", "jopf;", "jscr;", "jsercy;", "jukcy;", "kappa;", "kappav;", "kcedil;", "kcy;", "kfr;", "kgreen;", "khcy;", "kjcy;", "kopf;", "kscr;", "lAarr;", "lArr;", "lAtail;", "lBarr;", "lE;", "lEg;", "lHar;", "lacute;", "laemptyv;", "lagran;", "lambda;", "lang;", "langd;", "langle;", "lap;", "laquo", "laquo;", "larr;", "larrb;", "larrbfs;", "larrfs;", "larrhk;", "larrlp;", "larrpl;", "larrsim;", "larrtl;", "lat;", "latail;", "late;", "lates;", "lbarr;", "lbbrk;", "lbrace;", "lbrack;", "lbrke;", "lbrksld;", "lbrkslu;", "lcaron;", "lcedil;", "lceil;", "lcub;", "lcy;", "ldca;", "ldquo;", "ldquor;", "ldrdhar;", "ldrushar;", "ldsh;", "le;", "leftarrow;", "leftarrowtail;", "leftharpoondown;", "leftharpoonup;", "leftleftarrows;", "leftrightarrow;", "leftrightarrows;", "leftrightharpoons;", "leftrightsquigarrow;", "leftthreetimes;", "leg;", "leq;", "leqq;", "leqslant;", "les;", "lescc;", "lesdot;", "lesdoto;", "lesdotor;", "lesg;", "lesges;", "lessapprox;", "lessdot;", "lesseqgtr;", "lesseqqgtr;", "lessgtr;", "lesssim;", "lfisht;", "lfloor;", "lfr;", "lg;", "lgE;", "lhard;", "lharu;", "lharul;", "lhblk;", "ljcy;", "ll;", "llarr;", "llcorner;", "llhard;", "lltri;", "lmidot;", "lmoust;", "lmoustache;", "lnE;", "lnap;", "lnapprox;", "lne;", "lneq;", "lneqq;", "lnsim;", "loang;", "loarr;", "lobrk;", "longleftarrow;", "longleftrightarrow;", "longmapsto;", "longrightarrow;", "looparrowleft;", "looparrowright;", "lopar;", "lopf;", "loplus;", "lotimes;", "lowast;", "lowbar;", "loz;", "lozenge;", "lozf;", "lpar;", "lparlt;", "lrarr;", "lrcorner;", "lrhar;", "lrhard;", "lrm;", "lrtri;", "lsaquo;", "lscr;", "lsh;", "lsim;", "lsime;", "lsimg;", "lsqb;", "lsquo;", "lsquor;", "lstrok;", "lt", "lt;", "ltcc;", "ltcir;", "ltdot;", "lthree;", "ltimes;", "ltlarr;", "ltquest;", "ltrPar;", "ltri;", "ltrie;", "ltrif;", "lurdshar;", "luruhar;", "lvertneqq;", "lvnE;", "mDDot;", "macr", "macr;", "male;", "malt;", "maltese;", "map;", "mapsto;", "mapstodown;", "mapstoleft;", "mapstoup;", "marker;", "mcomma;", "mcy;", "mdash;", "measuredangle;", "mfr;", "mho;", "micro", "micro;", "mid;", "midast;", "midcir;", "middot", "middot;", "minus;", "minusb;", "minusd;", "minusdu;", "mlcp;", "mldr;", "mnplus;", "models;", "mopf;", "mp;", "mscr;", "mstpos;", "mu;", "multimap;", "mumap;", "nGg;", "nGt;", "nGtv;", "nLeftarrow;", "nLeftrightarrow;", "nLl;", "nLt;", "nLtv;", "nRightarrow;", "nVDash;", "nVdash;", "nabla;", "nacute;", "nang;", "nap;", "napE;", "napid;", "napos;", "napprox;", "natur;", "natural;", "naturals;", "nbsp", "nbsp;", "nbump;", "nbumpe;", "ncap;", "ncaron;", "ncedil;", "ncong;", "ncongdot;", "ncup;", "ncy;", "ndash;", "ne;", "neArr;", "nearhk;", "nearr;", "nearrow;", "nedot;", "nequiv;", "nesear;", "nesim;", "nexist;", "nexists;", "nfr;", "ngE;", "nge;", "ngeq;", "ngeqq;", "ngeqslant;", "nges;", "ngsim;", "ngt;", "ngtr;", "nhArr;", "nharr;", "nhpar;", "ni;", "nis;", "nisd;", "niv;", "njcy;", "nlArr;", "nlE;", "nlarr;", "nldr;", "nle;", "nleftarrow;", "nleftrightarrow;", "nleq;", "nleqq;", "nleqslant;", "nles;", "nless;", "nlsim;", "nlt;", "nltri;", "nltrie;", "nmid;", "nopf;", "not", "not;", "notin;", "notinE;", "notindot;", "notinva;", "notinvb;", "notinvc;", "notni;", "notniva;", "notnivb;", "notnivc;", "npar;", "nparallel;", "nparsl;", "npart;", "npolint;", "npr;", "nprcue;", "npre;", "nprec;", "npreceq;", "nrArr;", "nrarr;", "nrarrc;", "nrarrw;", "nrightarrow;", "nrtri;", "nrtrie;", "nsc;", "nsccue;", "nsce;", "nscr;", "nshortmid;", "nshortparallel;", "nsim;", "nsime;", "nsimeq;", "nsmid;", "nspar;", "nsqsube;", "nsqsupe;", "nsub;", "nsubE;", "nsube;", "nsubset;", "nsubseteq;", "nsubseteqq;", "nsucc;", "nsucceq;", "nsup;", "nsupE;", "nsupe;", "nsupset;", "nsupseteq;", "nsupseteqq;", "ntgl;", "ntilde", "ntilde;", "ntlg;", "ntriangleleft;", "ntrianglelefteq;", "ntriangleright;", "ntrianglerighteq;", "nu;", "num;", "numero;", "numsp;", "nvDash;", "nvHarr;", "nvap;", "nvdash;", "nvge;", "nvgt;", "nvinfin;", "nvlArr;", "nvle;", "nvlt;", "nvltrie;", "nvrArr;", "nvrtrie;", "nvsim;", "nwArr;", "nwarhk;", "nwarr;", "nwarrow;", "nwnear;", "oS;", "oacute", "oacute;", "oast;", "ocir;", "ocirc", "ocirc;", "ocy;", "odash;", "odblac;", "odiv;", "odot;", "odsold;", "oelig;", "ofcir;", "ofr;", "ogon;", "ograve", "ograve;", "ogt;", "ohbar;", "ohm;", "oint;", "olarr;", "olcir;", "olcross;", "oline;", "olt;", "omacr;", "omega;", "omicron;", "omid;", "ominus;", "oopf;", "opar;", "operp;", "oplus;", "or;", "orarr;", "ord;", "order;", "orderof;", "ordf", "ordf;", "ordm", "ordm;", "origof;", "oror;", "orslope;", "orv;", "oscr;", "oslash", "oslash;", "osol;", "otilde", "otilde;", "otimes;", "otimesas;", "ouml", "ouml;", "ovbar;", "par;", "para", "para;", "parallel;", "parsim;", "parsl;", "part;", "pcy;", "percnt;", "period;", "permil;", "perp;", "pertenk;", "pfr;", "phi;", "phiv;", "phmmat;", "phone;", "pi;", "pitchfork;", "piv;", "planck;", "planckh;", "plankv;", "plus;", "plusacir;", "plusb;", "pluscir;", "plusdo;", "plusdu;", "pluse;", "plusmn", "plusmn;", "plussim;", "plustwo;", "pm;", "pointint;", "popf;", "pound", "pound;", "pr;", "prE;", "prap;", "prcue;", "pre;", "prec;", "precapprox;", "preccurlyeq;", "preceq;", "precnapprox;", "precneqq;", "precnsim;", "precsim;", "prime;", "primes;", "prnE;", "prnap;", "prnsim;", "prod;", "profalar;", "profline;", "profsurf;", "prop;", "propto;", "prsim;", "prurel;", "pscr;", "psi;", "puncsp;", "qfr;", "qint;", "qopf;", "qprime;", "qscr;", "quaternions;", "quatint;", "quest;", "questeq;", "quot", "quot;", "rAarr;", "rArr;", "rAtail;", "rBarr;", "rHar;", "race;", "racute;", "radic;", "raemptyv;", "rang;", "rangd;", "range;", "rangle;", "raquo", "raquo;", "rarr;", "rarrap;", "rarrb;", "rarrbfs;", "rarrc;", "rarrfs;", "rarrhk;", "rarrlp;", "rarrpl;", "rarrsim;", "rarrtl;", "rarrw;", "ratail;", "ratio;", "rationals;", "rbarr;", "rbbrk;", "rbrace;", "rbrack;", "rbrke;", "rbrksld;", "rbrkslu;", "rcaron;", "rcedil;", "rceil;", "rcub;", "rcy;", "rdca;", "rdldhar;", "rdquo;", "rdquor;", "rdsh;", "real;", "realine;", "realpart;", "reals;", "rect;", "reg", "reg;", "rfisht;", "rfloor;", "rfr;", "rhard;", "rharu;", "rharul;", "rho;", "rhov;", "rightarrow;", "rightarrowtail;", "rightharpoondown;", "rightharpoonup;", "rightleftarrows;", "rightleftharpoons;", "rightrightarrows;", "rightsquigarrow;", "rightthreetimes;", "ring;", "risingdotseq;", "rlarr;", "rlhar;", "rlm;", "rmoust;", "rmoustache;", "rnmid;", "roang;", "roarr;", "robrk;", "ropar;", "ropf;", "roplus;", "rotimes;", "rpar;", "rpargt;", "rppolint;", "rrarr;", "rsaquo;", "rscr;", "rsh;", "rsqb;", "rsquo;", "rsquor;", "rthree;", "rtimes;", "rtri;", "rtrie;", "rtrif;", "rtriltri;", "ruluhar;", "rx;", "sacute;", "sbquo;", "sc;", "scE;", "scap;", "scaron;", "sccue;", "sce;", "scedil;", "scirc;", "scnE;", "scnap;", "scnsim;", "scpolint;", "scsim;", "scy;", "sdot;", "sdotb;", "sdote;", "seArr;", "searhk;", "searr;", "searrow;", "sect", "sect;", "semi;", "seswar;", "setminus;", "setmn;", "sext;", "sfr;", "sfrown;", "sharp;", "shchcy;", "shcy;", "shortmid;", "shortparallel;", "shy", "shy;", "sigma;", "sigmaf;", "sigmav;", "sim;", "simdot;", "sime;", "simeq;", "simg;", "simgE;", "siml;", "simlE;", "simne;", "simplus;", "simrarr;", "slarr;", "smallsetminus;", "smashp;", "smeparsl;", "smid;", "smile;", "smt;", "smte;", "smtes;", "softcy;", "sol;", "solb;", "solbar;", "sopf;", "spades;", "spadesuit;", "spar;", "sqcap;", "sqcaps;", "sqcup;", "sqcups;", "sqsub;", "sqsube;", "sqsubset;", "sqsubseteq;", "sqsup;", "sqsupe;", "sqsupset;", "sqsupseteq;", "squ;", "square;", "squarf;", "squf;", "srarr;", "sscr;", "ssetmn;", "ssmile;", "sstarf;", "star;", "starf;", "straightepsilon;", "straightphi;", "strns;", "sub;", "subE;", "subdot;", "sube;", "subedot;", "submult;", "subnE;", "subne;", "subplus;", "subrarr;", "subset;", "subseteq;", "subseteqq;", "subsetneq;", "subsetneqq;", "subsim;", "subsub;", "subsup;", "succ;", "succapprox;", "succcurlyeq;", "succeq;", "succnapprox;", "succneqq;", "succnsim;", "succsim;", "sum;", "sung;", "sup1", "sup1;", "sup2", "sup2;", "sup3", "sup3;", "sup;", "supE;", "supdot;", "supdsub;", "supe;", "supedot;", "suphsol;", "suphsub;", "suplarr;", "supmult;", "supnE;", "supne;", "supplus;", "supset;", "supseteq;", "supseteqq;", "supsetneq;", "supsetneqq;", "supsim;", "supsub;", "supsup;", "swArr;", "swarhk;", "swarr;", "swarrow;", "swnwar;", "szlig", "szlig;", "target;", "tau;", "tbrk;", "tcaron;", "tcedil;", "tcy;", "tdot;", "telrec;", "tfr;", "there4;", "therefore;", "theta;", "thetasym;", "thetav;", "thickapprox;", "thicksim;", "thinsp;", "thkap;", "thksim;", "thorn", "thorn;", "tilde;", "times", "times;", "timesb;", "timesbar;", "timesd;", "tint;", "toea;", "top;", "topbot;", "topcir;", "topf;", "topfork;", "tosa;", "tprime;", "trade;", "triangle;", "triangledown;", "triangleleft;", "trianglelefteq;", "triangleq;", "triangleright;", "trianglerighteq;", "tridot;", "trie;", "triminus;", "triplus;", "trisb;", "tritime;", "trpezium;", "tscr;", "tscy;", "tshcy;", "tstrok;", "twixt;", "twoheadleftarrow;", "twoheadrightarrow;", "uArr;", "uHar;", "uacute", "uacute;", "uarr;", "ubrcy;", "ubreve;", "ucirc", "ucirc;", "ucy;", "udarr;", "udblac;", "udhar;", "ufisht;", "ufr;", "ugrave", "ugrave;", "uharl;", "uharr;", "uhblk;", "ulcorn;", "ulcorner;", "ulcrop;", "ultri;", "umacr;", "uml", "uml;", "uogon;", "uopf;", "uparrow;", "updownarrow;", "upharpoonleft;", "upharpoonright;", "uplus;", "upsi;", "upsih;", "upsilon;", "upuparrows;", "urcorn;", "urcorner;", "urcrop;", "uring;", "urtri;", "uscr;", "utdot;", "utilde;", "utri;", "utrif;", "uuarr;", "uuml", "uuml;", "uwangle;", "vArr;", "vBar;", "vBarv;", "vDash;", "vangrt;", "varepsilon;", "varkappa;", "varnothing;", "varphi;", "varpi;", "varpropto;", "varr;", "varrho;", "varsigma;", "varsubsetneq;", "varsubsetneqq;", "varsupsetneq;", "varsupsetneqq;", "vartheta;", "vartriangleleft;", "vartriangleright;", "vcy;", "vdash;", "vee;", "veebar;", "veeeq;", "vellip;", "verbar;", "vert;", "vfr;", "vltri;", "vnsub;", "vnsup;", "vopf;", "vprop;", "vrtri;", "vscr;", "vsubnE;", "vsubne;", "vsupnE;", "vsupne;", "vzigzag;", "wcirc;", "wedbar;", "wedge;", "wedgeq;", "weierp;", "wfr;", "wopf;", "wp;", "wr;", "wreath;", "wscr;", "xcap;", "xcirc;", "xcup;", "xdtri;", "xfr;", "xhArr;", "xharr;", "xi;", "xlArr;", "xlarr;", "xmap;", "xnis;", "xodot;", "xopf;", "xoplus;", "xotime;", "xrArr;", "xrarr;", "xscr;", "xsqcup;", "xuplus;", "xutri;", "xvee;", "xwedge;", "yacute", "yacute;", "yacy;", "ycirc;", "ycy;", "yen", "yen;", "yfr;", "yicy;", "yopf;", "yscr;", "yucy;", "yuml", "yuml;", "zacute;", "zcaron;", "zcy;", "zdot;", "zeetrf;", "zeta;", "zfr;", "zhcy;", "zigrarr;", "zopf;", "zscr;", "zwj;", "zwnj;"]), type$.JSArray_legacy_String); + B.Map_0uQj = new A.ConstantStringMap(2231, {AElig: "\xc6", "AElig;": "\xc6", AMP: "&", "AMP;": "&", Aacute: "\xc1", "Aacute;": "\xc1", "Abreve;": "\u0102", Acirc: "\xc2", "Acirc;": "\xc2", "Acy;": "\u0410", "Afr;": "\ud835\udd04", Agrave: "\xc0", "Agrave;": "\xc0", "Alpha;": "\u0391", "Amacr;": "\u0100", "And;": "\u2a53", "Aogon;": "\u0104", "Aopf;": "\ud835\udd38", "ApplyFunction;": "\u2061", Aring: "\xc5", "Aring;": "\xc5", "Ascr;": "\ud835\udc9c", "Assign;": "\u2254", Atilde: "\xc3", "Atilde;": "\xc3", Auml: "\xc4", "Auml;": "\xc4", "Backslash;": "\u2216", "Barv;": "\u2ae7", "Barwed;": "\u2306", "Bcy;": "\u0411", "Because;": "\u2235", "Bernoullis;": "\u212c", "Beta;": "\u0392", "Bfr;": "\ud835\udd05", "Bopf;": "\ud835\udd39", "Breve;": "\u02d8", "Bscr;": "\u212c", "Bumpeq;": "\u224e", "CHcy;": "\u0427", COPY: "\xa9", "COPY;": "\xa9", "Cacute;": "\u0106", "Cap;": "\u22d2", "CapitalDifferentialD;": "\u2145", "Cayleys;": "\u212d", "Ccaron;": "\u010c", Ccedil: "\xc7", "Ccedil;": "\xc7", "Ccirc;": "\u0108", "Cconint;": "\u2230", "Cdot;": "\u010a", "Cedilla;": "\xb8", "CenterDot;": "\xb7", "Cfr;": "\u212d", "Chi;": "\u03a7", "CircleDot;": "\u2299", "CircleMinus;": "\u2296", "CirclePlus;": "\u2295", "CircleTimes;": "\u2297", "ClockwiseContourIntegral;": "\u2232", "CloseCurlyDoubleQuote;": "\u201d", "CloseCurlyQuote;": "\u2019", "Colon;": "\u2237", "Colone;": "\u2a74", "Congruent;": "\u2261", "Conint;": "\u222f", "ContourIntegral;": "\u222e", "Copf;": "\u2102", "Coproduct;": "\u2210", "CounterClockwiseContourIntegral;": "\u2233", "Cross;": "\u2a2f", "Cscr;": "\ud835\udc9e", "Cup;": "\u22d3", "CupCap;": "\u224d", "DD;": "\u2145", "DDotrahd;": "\u2911", "DJcy;": "\u0402", "DScy;": "\u0405", "DZcy;": "\u040f", "Dagger;": "\u2021", "Darr;": "\u21a1", "Dashv;": "\u2ae4", "Dcaron;": "\u010e", "Dcy;": "\u0414", "Del;": "\u2207", "Delta;": "\u0394", "Dfr;": "\ud835\udd07", "DiacriticalAcute;": "\xb4", "DiacriticalDot;": "\u02d9", "DiacriticalDoubleAcute;": "\u02dd", "DiacriticalGrave;": "`", "DiacriticalTilde;": "\u02dc", "Diamond;": "\u22c4", "DifferentialD;": "\u2146", "Dopf;": "\ud835\udd3b", "Dot;": "\xa8", "DotDot;": "\u20dc", "DotEqual;": "\u2250", "DoubleContourIntegral;": "\u222f", "DoubleDot;": "\xa8", "DoubleDownArrow;": "\u21d3", "DoubleLeftArrow;": "\u21d0", "DoubleLeftRightArrow;": "\u21d4", "DoubleLeftTee;": "\u2ae4", "DoubleLongLeftArrow;": "\u27f8", "DoubleLongLeftRightArrow;": "\u27fa", "DoubleLongRightArrow;": "\u27f9", "DoubleRightArrow;": "\u21d2", "DoubleRightTee;": "\u22a8", "DoubleUpArrow;": "\u21d1", "DoubleUpDownArrow;": "\u21d5", "DoubleVerticalBar;": "\u2225", "DownArrow;": "\u2193", "DownArrowBar;": "\u2913", "DownArrowUpArrow;": "\u21f5", "DownBreve;": "\u0311", "DownLeftRightVector;": "\u2950", "DownLeftTeeVector;": "\u295e", "DownLeftVector;": "\u21bd", "DownLeftVectorBar;": "\u2956", "DownRightTeeVector;": "\u295f", "DownRightVector;": "\u21c1", "DownRightVectorBar;": "\u2957", "DownTee;": "\u22a4", "DownTeeArrow;": "\u21a7", "Downarrow;": "\u21d3", "Dscr;": "\ud835\udc9f", "Dstrok;": "\u0110", "ENG;": "\u014a", ETH: "\xd0", "ETH;": "\xd0", Eacute: "\xc9", "Eacute;": "\xc9", "Ecaron;": "\u011a", Ecirc: "\xca", "Ecirc;": "\xca", "Ecy;": "\u042d", "Edot;": "\u0116", "Efr;": "\ud835\udd08", Egrave: "\xc8", "Egrave;": "\xc8", "Element;": "\u2208", "Emacr;": "\u0112", "EmptySmallSquare;": "\u25fb", "EmptyVerySmallSquare;": "\u25ab", "Eogon;": "\u0118", "Eopf;": "\ud835\udd3c", "Epsilon;": "\u0395", "Equal;": "\u2a75", "EqualTilde;": "\u2242", "Equilibrium;": "\u21cc", "Escr;": "\u2130", "Esim;": "\u2a73", "Eta;": "\u0397", Euml: "\xcb", "Euml;": "\xcb", "Exists;": "\u2203", "ExponentialE;": "\u2147", "Fcy;": "\u0424", "Ffr;": "\ud835\udd09", "FilledSmallSquare;": "\u25fc", "FilledVerySmallSquare;": "\u25aa", "Fopf;": "\ud835\udd3d", "ForAll;": "\u2200", "Fouriertrf;": "\u2131", "Fscr;": "\u2131", "GJcy;": "\u0403", GT: ">", "GT;": ">", "Gamma;": "\u0393", "Gammad;": "\u03dc", "Gbreve;": "\u011e", "Gcedil;": "\u0122", "Gcirc;": "\u011c", "Gcy;": "\u0413", "Gdot;": "\u0120", "Gfr;": "\ud835\udd0a", "Gg;": "\u22d9", "Gopf;": "\ud835\udd3e", "GreaterEqual;": "\u2265", "GreaterEqualLess;": "\u22db", "GreaterFullEqual;": "\u2267", "GreaterGreater;": "\u2aa2", "GreaterLess;": "\u2277", "GreaterSlantEqual;": "\u2a7e", "GreaterTilde;": "\u2273", "Gscr;": "\ud835\udca2", "Gt;": "\u226b", "HARDcy;": "\u042a", "Hacek;": "\u02c7", "Hat;": "^", "Hcirc;": "\u0124", "Hfr;": "\u210c", "HilbertSpace;": "\u210b", "Hopf;": "\u210d", "HorizontalLine;": "\u2500", "Hscr;": "\u210b", "Hstrok;": "\u0126", "HumpDownHump;": "\u224e", "HumpEqual;": "\u224f", "IEcy;": "\u0415", "IJlig;": "\u0132", "IOcy;": "\u0401", Iacute: "\xcd", "Iacute;": "\xcd", Icirc: "\xce", "Icirc;": "\xce", "Icy;": "\u0418", "Idot;": "\u0130", "Ifr;": "\u2111", Igrave: "\xcc", "Igrave;": "\xcc", "Im;": "\u2111", "Imacr;": "\u012a", "ImaginaryI;": "\u2148", "Implies;": "\u21d2", "Int;": "\u222c", "Integral;": "\u222b", "Intersection;": "\u22c2", "InvisibleComma;": "\u2063", "InvisibleTimes;": "\u2062", "Iogon;": "\u012e", "Iopf;": "\ud835\udd40", "Iota;": "\u0399", "Iscr;": "\u2110", "Itilde;": "\u0128", "Iukcy;": "\u0406", Iuml: "\xcf", "Iuml;": "\xcf", "Jcirc;": "\u0134", "Jcy;": "\u0419", "Jfr;": "\ud835\udd0d", "Jopf;": "\ud835\udd41", "Jscr;": "\ud835\udca5", "Jsercy;": "\u0408", "Jukcy;": "\u0404", "KHcy;": "\u0425", "KJcy;": "\u040c", "Kappa;": "\u039a", "Kcedil;": "\u0136", "Kcy;": "\u041a", "Kfr;": "\ud835\udd0e", "Kopf;": "\ud835\udd42", "Kscr;": "\ud835\udca6", "LJcy;": "\u0409", LT: "<", "LT;": "<", "Lacute;": "\u0139", "Lambda;": "\u039b", "Lang;": "\u27ea", "Laplacetrf;": "\u2112", "Larr;": "\u219e", "Lcaron;": "\u013d", "Lcedil;": "\u013b", "Lcy;": "\u041b", "LeftAngleBracket;": "\u27e8", "LeftArrow;": "\u2190", "LeftArrowBar;": "\u21e4", "LeftArrowRightArrow;": "\u21c6", "LeftCeiling;": "\u2308", "LeftDoubleBracket;": "\u27e6", "LeftDownTeeVector;": "\u2961", "LeftDownVector;": "\u21c3", "LeftDownVectorBar;": "\u2959", "LeftFloor;": "\u230a", "LeftRightArrow;": "\u2194", "LeftRightVector;": "\u294e", "LeftTee;": "\u22a3", "LeftTeeArrow;": "\u21a4", "LeftTeeVector;": "\u295a", "LeftTriangle;": "\u22b2", "LeftTriangleBar;": "\u29cf", "LeftTriangleEqual;": "\u22b4", "LeftUpDownVector;": "\u2951", "LeftUpTeeVector;": "\u2960", "LeftUpVector;": "\u21bf", "LeftUpVectorBar;": "\u2958", "LeftVector;": "\u21bc", "LeftVectorBar;": "\u2952", "Leftarrow;": "\u21d0", "Leftrightarrow;": "\u21d4", "LessEqualGreater;": "\u22da", "LessFullEqual;": "\u2266", "LessGreater;": "\u2276", "LessLess;": "\u2aa1", "LessSlantEqual;": "\u2a7d", "LessTilde;": "\u2272", "Lfr;": "\ud835\udd0f", "Ll;": "\u22d8", "Lleftarrow;": "\u21da", "Lmidot;": "\u013f", "LongLeftArrow;": "\u27f5", "LongLeftRightArrow;": "\u27f7", "LongRightArrow;": "\u27f6", "Longleftarrow;": "\u27f8", "Longleftrightarrow;": "\u27fa", "Longrightarrow;": "\u27f9", "Lopf;": "\ud835\udd43", "LowerLeftArrow;": "\u2199", "LowerRightArrow;": "\u2198", "Lscr;": "\u2112", "Lsh;": "\u21b0", "Lstrok;": "\u0141", "Lt;": "\u226a", "Map;": "\u2905", "Mcy;": "\u041c", "MediumSpace;": "\u205f", "Mellintrf;": "\u2133", "Mfr;": "\ud835\udd10", "MinusPlus;": "\u2213", "Mopf;": "\ud835\udd44", "Mscr;": "\u2133", "Mu;": "\u039c", "NJcy;": "\u040a", "Nacute;": "\u0143", "Ncaron;": "\u0147", "Ncedil;": "\u0145", "Ncy;": "\u041d", "NegativeMediumSpace;": "\u200b", "NegativeThickSpace;": "\u200b", "NegativeThinSpace;": "\u200b", "NegativeVeryThinSpace;": "\u200b", "NestedGreaterGreater;": "\u226b", "NestedLessLess;": "\u226a", "NewLine;": "\n", "Nfr;": "\ud835\udd11", "NoBreak;": "\u2060", "NonBreakingSpace;": "\xa0", "Nopf;": "\u2115", "Not;": "\u2aec", "NotCongruent;": "\u2262", "NotCupCap;": "\u226d", "NotDoubleVerticalBar;": "\u2226", "NotElement;": "\u2209", "NotEqual;": "\u2260", "NotEqualTilde;": "\u2242\u0338", "NotExists;": "\u2204", "NotGreater;": "\u226f", "NotGreaterEqual;": "\u2271", "NotGreaterFullEqual;": "\u2267\u0338", "NotGreaterGreater;": "\u226b\u0338", "NotGreaterLess;": "\u2279", "NotGreaterSlantEqual;": "\u2a7e\u0338", "NotGreaterTilde;": "\u2275", "NotHumpDownHump;": "\u224e\u0338", "NotHumpEqual;": "\u224f\u0338", "NotLeftTriangle;": "\u22ea", "NotLeftTriangleBar;": "\u29cf\u0338", "NotLeftTriangleEqual;": "\u22ec", "NotLess;": "\u226e", "NotLessEqual;": "\u2270", "NotLessGreater;": "\u2278", "NotLessLess;": "\u226a\u0338", "NotLessSlantEqual;": "\u2a7d\u0338", "NotLessTilde;": "\u2274", "NotNestedGreaterGreater;": "\u2aa2\u0338", "NotNestedLessLess;": "\u2aa1\u0338", "NotPrecedes;": "\u2280", "NotPrecedesEqual;": "\u2aaf\u0338", "NotPrecedesSlantEqual;": "\u22e0", "NotReverseElement;": "\u220c", "NotRightTriangle;": "\u22eb", "NotRightTriangleBar;": "\u29d0\u0338", "NotRightTriangleEqual;": "\u22ed", "NotSquareSubset;": "\u228f\u0338", "NotSquareSubsetEqual;": "\u22e2", "NotSquareSuperset;": "\u2290\u0338", "NotSquareSupersetEqual;": "\u22e3", "NotSubset;": "\u2282\u20d2", "NotSubsetEqual;": "\u2288", "NotSucceeds;": "\u2281", "NotSucceedsEqual;": "\u2ab0\u0338", "NotSucceedsSlantEqual;": "\u22e1", "NotSucceedsTilde;": "\u227f\u0338", "NotSuperset;": "\u2283\u20d2", "NotSupersetEqual;": "\u2289", "NotTilde;": "\u2241", "NotTildeEqual;": "\u2244", "NotTildeFullEqual;": "\u2247", "NotTildeTilde;": "\u2249", "NotVerticalBar;": "\u2224", "Nscr;": "\ud835\udca9", Ntilde: "\xd1", "Ntilde;": "\xd1", "Nu;": "\u039d", "OElig;": "\u0152", Oacute: "\xd3", "Oacute;": "\xd3", Ocirc: "\xd4", "Ocirc;": "\xd4", "Ocy;": "\u041e", "Odblac;": "\u0150", "Ofr;": "\ud835\udd12", Ograve: "\xd2", "Ograve;": "\xd2", "Omacr;": "\u014c", "Omega;": "\u03a9", "Omicron;": "\u039f", "Oopf;": "\ud835\udd46", "OpenCurlyDoubleQuote;": "\u201c", "OpenCurlyQuote;": "\u2018", "Or;": "\u2a54", "Oscr;": "\ud835\udcaa", Oslash: "\xd8", "Oslash;": "\xd8", Otilde: "\xd5", "Otilde;": "\xd5", "Otimes;": "\u2a37", Ouml: "\xd6", "Ouml;": "\xd6", "OverBar;": "\u203e", "OverBrace;": "\u23de", "OverBracket;": "\u23b4", "OverParenthesis;": "\u23dc", "PartialD;": "\u2202", "Pcy;": "\u041f", "Pfr;": "\ud835\udd13", "Phi;": "\u03a6", "Pi;": "\u03a0", "PlusMinus;": "\xb1", "Poincareplane;": "\u210c", "Popf;": "\u2119", "Pr;": "\u2abb", "Precedes;": "\u227a", "PrecedesEqual;": "\u2aaf", "PrecedesSlantEqual;": "\u227c", "PrecedesTilde;": "\u227e", "Prime;": "\u2033", "Product;": "\u220f", "Proportion;": "\u2237", "Proportional;": "\u221d", "Pscr;": "\ud835\udcab", "Psi;": "\u03a8", QUOT: '"', "QUOT;": '"', "Qfr;": "\ud835\udd14", "Qopf;": "\u211a", "Qscr;": "\ud835\udcac", "RBarr;": "\u2910", REG: "\xae", "REG;": "\xae", "Racute;": "\u0154", "Rang;": "\u27eb", "Rarr;": "\u21a0", "Rarrtl;": "\u2916", "Rcaron;": "\u0158", "Rcedil;": "\u0156", "Rcy;": "\u0420", "Re;": "\u211c", "ReverseElement;": "\u220b", "ReverseEquilibrium;": "\u21cb", "ReverseUpEquilibrium;": "\u296f", "Rfr;": "\u211c", "Rho;": "\u03a1", "RightAngleBracket;": "\u27e9", "RightArrow;": "\u2192", "RightArrowBar;": "\u21e5", "RightArrowLeftArrow;": "\u21c4", "RightCeiling;": "\u2309", "RightDoubleBracket;": "\u27e7", "RightDownTeeVector;": "\u295d", "RightDownVector;": "\u21c2", "RightDownVectorBar;": "\u2955", "RightFloor;": "\u230b", "RightTee;": "\u22a2", "RightTeeArrow;": "\u21a6", "RightTeeVector;": "\u295b", "RightTriangle;": "\u22b3", "RightTriangleBar;": "\u29d0", "RightTriangleEqual;": "\u22b5", "RightUpDownVector;": "\u294f", "RightUpTeeVector;": "\u295c", "RightUpVector;": "\u21be", "RightUpVectorBar;": "\u2954", "RightVector;": "\u21c0", "RightVectorBar;": "\u2953", "Rightarrow;": "\u21d2", "Ropf;": "\u211d", "RoundImplies;": "\u2970", "Rrightarrow;": "\u21db", "Rscr;": "\u211b", "Rsh;": "\u21b1", "RuleDelayed;": "\u29f4", "SHCHcy;": "\u0429", "SHcy;": "\u0428", "SOFTcy;": "\u042c", "Sacute;": "\u015a", "Sc;": "\u2abc", "Scaron;": "\u0160", "Scedil;": "\u015e", "Scirc;": "\u015c", "Scy;": "\u0421", "Sfr;": "\ud835\udd16", "ShortDownArrow;": "\u2193", "ShortLeftArrow;": "\u2190", "ShortRightArrow;": "\u2192", "ShortUpArrow;": "\u2191", "Sigma;": "\u03a3", "SmallCircle;": "\u2218", "Sopf;": "\ud835\udd4a", "Sqrt;": "\u221a", "Square;": "\u25a1", "SquareIntersection;": "\u2293", "SquareSubset;": "\u228f", "SquareSubsetEqual;": "\u2291", "SquareSuperset;": "\u2290", "SquareSupersetEqual;": "\u2292", "SquareUnion;": "\u2294", "Sscr;": "\ud835\udcae", "Star;": "\u22c6", "Sub;": "\u22d0", "Subset;": "\u22d0", "SubsetEqual;": "\u2286", "Succeeds;": "\u227b", "SucceedsEqual;": "\u2ab0", "SucceedsSlantEqual;": "\u227d", "SucceedsTilde;": "\u227f", "SuchThat;": "\u220b", "Sum;": "\u2211", "Sup;": "\u22d1", "Superset;": "\u2283", "SupersetEqual;": "\u2287", "Supset;": "\u22d1", THORN: "\xde", "THORN;": "\xde", "TRADE;": "\u2122", "TSHcy;": "\u040b", "TScy;": "\u0426", "Tab;": "\t", "Tau;": "\u03a4", "Tcaron;": "\u0164", "Tcedil;": "\u0162", "Tcy;": "\u0422", "Tfr;": "\ud835\udd17", "Therefore;": "\u2234", "Theta;": "\u0398", "ThickSpace;": "\u205f\u200a", "ThinSpace;": "\u2009", "Tilde;": "\u223c", "TildeEqual;": "\u2243", "TildeFullEqual;": "\u2245", "TildeTilde;": "\u2248", "Topf;": "\ud835\udd4b", "TripleDot;": "\u20db", "Tscr;": "\ud835\udcaf", "Tstrok;": "\u0166", Uacute: "\xda", "Uacute;": "\xda", "Uarr;": "\u219f", "Uarrocir;": "\u2949", "Ubrcy;": "\u040e", "Ubreve;": "\u016c", Ucirc: "\xdb", "Ucirc;": "\xdb", "Ucy;": "\u0423", "Udblac;": "\u0170", "Ufr;": "\ud835\udd18", Ugrave: "\xd9", "Ugrave;": "\xd9", "Umacr;": "\u016a", "UnderBar;": "_", "UnderBrace;": "\u23df", "UnderBracket;": "\u23b5", "UnderParenthesis;": "\u23dd", "Union;": "\u22c3", "UnionPlus;": "\u228e", "Uogon;": "\u0172", "Uopf;": "\ud835\udd4c", "UpArrow;": "\u2191", "UpArrowBar;": "\u2912", "UpArrowDownArrow;": "\u21c5", "UpDownArrow;": "\u2195", "UpEquilibrium;": "\u296e", "UpTee;": "\u22a5", "UpTeeArrow;": "\u21a5", "Uparrow;": "\u21d1", "Updownarrow;": "\u21d5", "UpperLeftArrow;": "\u2196", "UpperRightArrow;": "\u2197", "Upsi;": "\u03d2", "Upsilon;": "\u03a5", "Uring;": "\u016e", "Uscr;": "\ud835\udcb0", "Utilde;": "\u0168", Uuml: "\xdc", "Uuml;": "\xdc", "VDash;": "\u22ab", "Vbar;": "\u2aeb", "Vcy;": "\u0412", "Vdash;": "\u22a9", "Vdashl;": "\u2ae6", "Vee;": "\u22c1", "Verbar;": "\u2016", "Vert;": "\u2016", "VerticalBar;": "\u2223", "VerticalLine;": "|", "VerticalSeparator;": "\u2758", "VerticalTilde;": "\u2240", "VeryThinSpace;": "\u200a", "Vfr;": "\ud835\udd19", "Vopf;": "\ud835\udd4d", "Vscr;": "\ud835\udcb1", "Vvdash;": "\u22aa", "Wcirc;": "\u0174", "Wedge;": "\u22c0", "Wfr;": "\ud835\udd1a", "Wopf;": "\ud835\udd4e", "Wscr;": "\ud835\udcb2", "Xfr;": "\ud835\udd1b", "Xi;": "\u039e", "Xopf;": "\ud835\udd4f", "Xscr;": "\ud835\udcb3", "YAcy;": "\u042f", "YIcy;": "\u0407", "YUcy;": "\u042e", Yacute: "\xdd", "Yacute;": "\xdd", "Ycirc;": "\u0176", "Ycy;": "\u042b", "Yfr;": "\ud835\udd1c", "Yopf;": "\ud835\udd50", "Yscr;": "\ud835\udcb4", "Yuml;": "\u0178", "ZHcy;": "\u0416", "Zacute;": "\u0179", "Zcaron;": "\u017d", "Zcy;": "\u0417", "Zdot;": "\u017b", "ZeroWidthSpace;": "\u200b", "Zeta;": "\u0396", "Zfr;": "\u2128", "Zopf;": "\u2124", "Zscr;": "\ud835\udcb5", aacute: "\xe1", "aacute;": "\xe1", "abreve;": "\u0103", "ac;": "\u223e", "acE;": "\u223e\u0333", "acd;": "\u223f", acirc: "\xe2", "acirc;": "\xe2", acute: "\xb4", "acute;": "\xb4", "acy;": "\u0430", aelig: "\xe6", "aelig;": "\xe6", "af;": "\u2061", "afr;": "\ud835\udd1e", agrave: "\xe0", "agrave;": "\xe0", "alefsym;": "\u2135", "aleph;": "\u2135", "alpha;": "\u03b1", "amacr;": "\u0101", "amalg;": "\u2a3f", amp: "&", "amp;": "&", "and;": "\u2227", "andand;": "\u2a55", "andd;": "\u2a5c", "andslope;": "\u2a58", "andv;": "\u2a5a", "ang;": "\u2220", "ange;": "\u29a4", "angle;": "\u2220", "angmsd;": "\u2221", "angmsdaa;": "\u29a8", "angmsdab;": "\u29a9", "angmsdac;": "\u29aa", "angmsdad;": "\u29ab", "angmsdae;": "\u29ac", "angmsdaf;": "\u29ad", "angmsdag;": "\u29ae", "angmsdah;": "\u29af", "angrt;": "\u221f", "angrtvb;": "\u22be", "angrtvbd;": "\u299d", "angsph;": "\u2222", "angst;": "\xc5", "angzarr;": "\u237c", "aogon;": "\u0105", "aopf;": "\ud835\udd52", "ap;": "\u2248", "apE;": "\u2a70", "apacir;": "\u2a6f", "ape;": "\u224a", "apid;": "\u224b", "apos;": "'", "approx;": "\u2248", "approxeq;": "\u224a", aring: "\xe5", "aring;": "\xe5", "ascr;": "\ud835\udcb6", "ast;": "*", "asymp;": "\u2248", "asympeq;": "\u224d", atilde: "\xe3", "atilde;": "\xe3", auml: "\xe4", "auml;": "\xe4", "awconint;": "\u2233", "awint;": "\u2a11", "bNot;": "\u2aed", "backcong;": "\u224c", "backepsilon;": "\u03f6", "backprime;": "\u2035", "backsim;": "\u223d", "backsimeq;": "\u22cd", "barvee;": "\u22bd", "barwed;": "\u2305", "barwedge;": "\u2305", "bbrk;": "\u23b5", "bbrktbrk;": "\u23b6", "bcong;": "\u224c", "bcy;": "\u0431", "bdquo;": "\u201e", "becaus;": "\u2235", "because;": "\u2235", "bemptyv;": "\u29b0", "bepsi;": "\u03f6", "bernou;": "\u212c", "beta;": "\u03b2", "beth;": "\u2136", "between;": "\u226c", "bfr;": "\ud835\udd1f", "bigcap;": "\u22c2", "bigcirc;": "\u25ef", "bigcup;": "\u22c3", "bigodot;": "\u2a00", "bigoplus;": "\u2a01", "bigotimes;": "\u2a02", "bigsqcup;": "\u2a06", "bigstar;": "\u2605", "bigtriangledown;": "\u25bd", "bigtriangleup;": "\u25b3", "biguplus;": "\u2a04", "bigvee;": "\u22c1", "bigwedge;": "\u22c0", "bkarow;": "\u290d", "blacklozenge;": "\u29eb", "blacksquare;": "\u25aa", "blacktriangle;": "\u25b4", "blacktriangledown;": "\u25be", "blacktriangleleft;": "\u25c2", "blacktriangleright;": "\u25b8", "blank;": "\u2423", "blk12;": "\u2592", "blk14;": "\u2591", "blk34;": "\u2593", "block;": "\u2588", "bne;": "=\u20e5", "bnequiv;": "\u2261\u20e5", "bnot;": "\u2310", "bopf;": "\ud835\udd53", "bot;": "\u22a5", "bottom;": "\u22a5", "bowtie;": "\u22c8", "boxDL;": "\u2557", "boxDR;": "\u2554", "boxDl;": "\u2556", "boxDr;": "\u2553", "boxH;": "\u2550", "boxHD;": "\u2566", "boxHU;": "\u2569", "boxHd;": "\u2564", "boxHu;": "\u2567", "boxUL;": "\u255d", "boxUR;": "\u255a", "boxUl;": "\u255c", "boxUr;": "\u2559", "boxV;": "\u2551", "boxVH;": "\u256c", "boxVL;": "\u2563", "boxVR;": "\u2560", "boxVh;": "\u256b", "boxVl;": "\u2562", "boxVr;": "\u255f", "boxbox;": "\u29c9", "boxdL;": "\u2555", "boxdR;": "\u2552", "boxdl;": "\u2510", "boxdr;": "\u250c", "boxh;": "\u2500", "boxhD;": "\u2565", "boxhU;": "\u2568", "boxhd;": "\u252c", "boxhu;": "\u2534", "boxminus;": "\u229f", "boxplus;": "\u229e", "boxtimes;": "\u22a0", "boxuL;": "\u255b", "boxuR;": "\u2558", "boxul;": "\u2518", "boxur;": "\u2514", "boxv;": "\u2502", "boxvH;": "\u256a", "boxvL;": "\u2561", "boxvR;": "\u255e", "boxvh;": "\u253c", "boxvl;": "\u2524", "boxvr;": "\u251c", "bprime;": "\u2035", "breve;": "\u02d8", brvbar: "\xa6", "brvbar;": "\xa6", "bscr;": "\ud835\udcb7", "bsemi;": "\u204f", "bsim;": "\u223d", "bsime;": "\u22cd", "bsol;": "\\", "bsolb;": "\u29c5", "bsolhsub;": "\u27c8", "bull;": "\u2022", "bullet;": "\u2022", "bump;": "\u224e", "bumpE;": "\u2aae", "bumpe;": "\u224f", "bumpeq;": "\u224f", "cacute;": "\u0107", "cap;": "\u2229", "capand;": "\u2a44", "capbrcup;": "\u2a49", "capcap;": "\u2a4b", "capcup;": "\u2a47", "capdot;": "\u2a40", "caps;": "\u2229\ufe00", "caret;": "\u2041", "caron;": "\u02c7", "ccaps;": "\u2a4d", "ccaron;": "\u010d", ccedil: "\xe7", "ccedil;": "\xe7", "ccirc;": "\u0109", "ccups;": "\u2a4c", "ccupssm;": "\u2a50", "cdot;": "\u010b", cedil: "\xb8", "cedil;": "\xb8", "cemptyv;": "\u29b2", cent: "\xa2", "cent;": "\xa2", "centerdot;": "\xb7", "cfr;": "\ud835\udd20", "chcy;": "\u0447", "check;": "\u2713", "checkmark;": "\u2713", "chi;": "\u03c7", "cir;": "\u25cb", "cirE;": "\u29c3", "circ;": "\u02c6", "circeq;": "\u2257", "circlearrowleft;": "\u21ba", "circlearrowright;": "\u21bb", "circledR;": "\xae", "circledS;": "\u24c8", "circledast;": "\u229b", "circledcirc;": "\u229a", "circleddash;": "\u229d", "cire;": "\u2257", "cirfnint;": "\u2a10", "cirmid;": "\u2aef", "cirscir;": "\u29c2", "clubs;": "\u2663", "clubsuit;": "\u2663", "colon;": ":", "colone;": "\u2254", "coloneq;": "\u2254", "comma;": ",", "commat;": "@", "comp;": "\u2201", "compfn;": "\u2218", "complement;": "\u2201", "complexes;": "\u2102", "cong;": "\u2245", "congdot;": "\u2a6d", "conint;": "\u222e", "copf;": "\ud835\udd54", "coprod;": "\u2210", copy: "\xa9", "copy;": "\xa9", "copysr;": "\u2117", "crarr;": "\u21b5", "cross;": "\u2717", "cscr;": "\ud835\udcb8", "csub;": "\u2acf", "csube;": "\u2ad1", "csup;": "\u2ad0", "csupe;": "\u2ad2", "ctdot;": "\u22ef", "cudarrl;": "\u2938", "cudarrr;": "\u2935", "cuepr;": "\u22de", "cuesc;": "\u22df", "cularr;": "\u21b6", "cularrp;": "\u293d", "cup;": "\u222a", "cupbrcap;": "\u2a48", "cupcap;": "\u2a46", "cupcup;": "\u2a4a", "cupdot;": "\u228d", "cupor;": "\u2a45", "cups;": "\u222a\ufe00", "curarr;": "\u21b7", "curarrm;": "\u293c", "curlyeqprec;": "\u22de", "curlyeqsucc;": "\u22df", "curlyvee;": "\u22ce", "curlywedge;": "\u22cf", curren: "\xa4", "curren;": "\xa4", "curvearrowleft;": "\u21b6", "curvearrowright;": "\u21b7", "cuvee;": "\u22ce", "cuwed;": "\u22cf", "cwconint;": "\u2232", "cwint;": "\u2231", "cylcty;": "\u232d", "dArr;": "\u21d3", "dHar;": "\u2965", "dagger;": "\u2020", "daleth;": "\u2138", "darr;": "\u2193", "dash;": "\u2010", "dashv;": "\u22a3", "dbkarow;": "\u290f", "dblac;": "\u02dd", "dcaron;": "\u010f", "dcy;": "\u0434", "dd;": "\u2146", "ddagger;": "\u2021", "ddarr;": "\u21ca", "ddotseq;": "\u2a77", deg: "\xb0", "deg;": "\xb0", "delta;": "\u03b4", "demptyv;": "\u29b1", "dfisht;": "\u297f", "dfr;": "\ud835\udd21", "dharl;": "\u21c3", "dharr;": "\u21c2", "diam;": "\u22c4", "diamond;": "\u22c4", "diamondsuit;": "\u2666", "diams;": "\u2666", "die;": "\xa8", "digamma;": "\u03dd", "disin;": "\u22f2", "div;": "\xf7", divide: "\xf7", "divide;": "\xf7", "divideontimes;": "\u22c7", "divonx;": "\u22c7", "djcy;": "\u0452", "dlcorn;": "\u231e", "dlcrop;": "\u230d", "dollar;": "$", "dopf;": "\ud835\udd55", "dot;": "\u02d9", "doteq;": "\u2250", "doteqdot;": "\u2251", "dotminus;": "\u2238", "dotplus;": "\u2214", "dotsquare;": "\u22a1", "doublebarwedge;": "\u2306", "downarrow;": "\u2193", "downdownarrows;": "\u21ca", "downharpoonleft;": "\u21c3", "downharpoonright;": "\u21c2", "drbkarow;": "\u2910", "drcorn;": "\u231f", "drcrop;": "\u230c", "dscr;": "\ud835\udcb9", "dscy;": "\u0455", "dsol;": "\u29f6", "dstrok;": "\u0111", "dtdot;": "\u22f1", "dtri;": "\u25bf", "dtrif;": "\u25be", "duarr;": "\u21f5", "duhar;": "\u296f", "dwangle;": "\u29a6", "dzcy;": "\u045f", "dzigrarr;": "\u27ff", "eDDot;": "\u2a77", "eDot;": "\u2251", eacute: "\xe9", "eacute;": "\xe9", "easter;": "\u2a6e", "ecaron;": "\u011b", "ecir;": "\u2256", ecirc: "\xea", "ecirc;": "\xea", "ecolon;": "\u2255", "ecy;": "\u044d", "edot;": "\u0117", "ee;": "\u2147", "efDot;": "\u2252", "efr;": "\ud835\udd22", "eg;": "\u2a9a", egrave: "\xe8", "egrave;": "\xe8", "egs;": "\u2a96", "egsdot;": "\u2a98", "el;": "\u2a99", "elinters;": "\u23e7", "ell;": "\u2113", "els;": "\u2a95", "elsdot;": "\u2a97", "emacr;": "\u0113", "empty;": "\u2205", "emptyset;": "\u2205", "emptyv;": "\u2205", "emsp13;": "\u2004", "emsp14;": "\u2005", "emsp;": "\u2003", "eng;": "\u014b", "ensp;": "\u2002", "eogon;": "\u0119", "eopf;": "\ud835\udd56", "epar;": "\u22d5", "eparsl;": "\u29e3", "eplus;": "\u2a71", "epsi;": "\u03b5", "epsilon;": "\u03b5", "epsiv;": "\u03f5", "eqcirc;": "\u2256", "eqcolon;": "\u2255", "eqsim;": "\u2242", "eqslantgtr;": "\u2a96", "eqslantless;": "\u2a95", "equals;": "=", "equest;": "\u225f", "equiv;": "\u2261", "equivDD;": "\u2a78", "eqvparsl;": "\u29e5", "erDot;": "\u2253", "erarr;": "\u2971", "escr;": "\u212f", "esdot;": "\u2250", "esim;": "\u2242", "eta;": "\u03b7", eth: "\xf0", "eth;": "\xf0", euml: "\xeb", "euml;": "\xeb", "euro;": "\u20ac", "excl;": "!", "exist;": "\u2203", "expectation;": "\u2130", "exponentiale;": "\u2147", "fallingdotseq;": "\u2252", "fcy;": "\u0444", "female;": "\u2640", "ffilig;": "\ufb03", "fflig;": "\ufb00", "ffllig;": "\ufb04", "ffr;": "\ud835\udd23", "filig;": "\ufb01", "fjlig;": "fj", "flat;": "\u266d", "fllig;": "\ufb02", "fltns;": "\u25b1", "fnof;": "\u0192", "fopf;": "\ud835\udd57", "forall;": "\u2200", "fork;": "\u22d4", "forkv;": "\u2ad9", "fpartint;": "\u2a0d", frac12: "\xbd", "frac12;": "\xbd", "frac13;": "\u2153", frac14: "\xbc", "frac14;": "\xbc", "frac15;": "\u2155", "frac16;": "\u2159", "frac18;": "\u215b", "frac23;": "\u2154", "frac25;": "\u2156", frac34: "\xbe", "frac34;": "\xbe", "frac35;": "\u2157", "frac38;": "\u215c", "frac45;": "\u2158", "frac56;": "\u215a", "frac58;": "\u215d", "frac78;": "\u215e", "frasl;": "\u2044", "frown;": "\u2322", "fscr;": "\ud835\udcbb", "gE;": "\u2267", "gEl;": "\u2a8c", "gacute;": "\u01f5", "gamma;": "\u03b3", "gammad;": "\u03dd", "gap;": "\u2a86", "gbreve;": "\u011f", "gcirc;": "\u011d", "gcy;": "\u0433", "gdot;": "\u0121", "ge;": "\u2265", "gel;": "\u22db", "geq;": "\u2265", "geqq;": "\u2267", "geqslant;": "\u2a7e", "ges;": "\u2a7e", "gescc;": "\u2aa9", "gesdot;": "\u2a80", "gesdoto;": "\u2a82", "gesdotol;": "\u2a84", "gesl;": "\u22db\ufe00", "gesles;": "\u2a94", "gfr;": "\ud835\udd24", "gg;": "\u226b", "ggg;": "\u22d9", "gimel;": "\u2137", "gjcy;": "\u0453", "gl;": "\u2277", "glE;": "\u2a92", "gla;": "\u2aa5", "glj;": "\u2aa4", "gnE;": "\u2269", "gnap;": "\u2a8a", "gnapprox;": "\u2a8a", "gne;": "\u2a88", "gneq;": "\u2a88", "gneqq;": "\u2269", "gnsim;": "\u22e7", "gopf;": "\ud835\udd58", "grave;": "`", "gscr;": "\u210a", "gsim;": "\u2273", "gsime;": "\u2a8e", "gsiml;": "\u2a90", gt: ">", "gt;": ">", "gtcc;": "\u2aa7", "gtcir;": "\u2a7a", "gtdot;": "\u22d7", "gtlPar;": "\u2995", "gtquest;": "\u2a7c", "gtrapprox;": "\u2a86", "gtrarr;": "\u2978", "gtrdot;": "\u22d7", "gtreqless;": "\u22db", "gtreqqless;": "\u2a8c", "gtrless;": "\u2277", "gtrsim;": "\u2273", "gvertneqq;": "\u2269\ufe00", "gvnE;": "\u2269\ufe00", "hArr;": "\u21d4", "hairsp;": "\u200a", "half;": "\xbd", "hamilt;": "\u210b", "hardcy;": "\u044a", "harr;": "\u2194", "harrcir;": "\u2948", "harrw;": "\u21ad", "hbar;": "\u210f", "hcirc;": "\u0125", "hearts;": "\u2665", "heartsuit;": "\u2665", "hellip;": "\u2026", "hercon;": "\u22b9", "hfr;": "\ud835\udd25", "hksearow;": "\u2925", "hkswarow;": "\u2926", "hoarr;": "\u21ff", "homtht;": "\u223b", "hookleftarrow;": "\u21a9", "hookrightarrow;": "\u21aa", "hopf;": "\ud835\udd59", "horbar;": "\u2015", "hscr;": "\ud835\udcbd", "hslash;": "\u210f", "hstrok;": "\u0127", "hybull;": "\u2043", "hyphen;": "\u2010", iacute: "\xed", "iacute;": "\xed", "ic;": "\u2063", icirc: "\xee", "icirc;": "\xee", "icy;": "\u0438", "iecy;": "\u0435", iexcl: "\xa1", "iexcl;": "\xa1", "iff;": "\u21d4", "ifr;": "\ud835\udd26", igrave: "\xec", "igrave;": "\xec", "ii;": "\u2148", "iiiint;": "\u2a0c", "iiint;": "\u222d", "iinfin;": "\u29dc", "iiota;": "\u2129", "ijlig;": "\u0133", "imacr;": "\u012b", "image;": "\u2111", "imagline;": "\u2110", "imagpart;": "\u2111", "imath;": "\u0131", "imof;": "\u22b7", "imped;": "\u01b5", "in;": "\u2208", "incare;": "\u2105", "infin;": "\u221e", "infintie;": "\u29dd", "inodot;": "\u0131", "int;": "\u222b", "intcal;": "\u22ba", "integers;": "\u2124", "intercal;": "\u22ba", "intlarhk;": "\u2a17", "intprod;": "\u2a3c", "iocy;": "\u0451", "iogon;": "\u012f", "iopf;": "\ud835\udd5a", "iota;": "\u03b9", "iprod;": "\u2a3c", iquest: "\xbf", "iquest;": "\xbf", "iscr;": "\ud835\udcbe", "isin;": "\u2208", "isinE;": "\u22f9", "isindot;": "\u22f5", "isins;": "\u22f4", "isinsv;": "\u22f3", "isinv;": "\u2208", "it;": "\u2062", "itilde;": "\u0129", "iukcy;": "\u0456", iuml: "\xef", "iuml;": "\xef", "jcirc;": "\u0135", "jcy;": "\u0439", "jfr;": "\ud835\udd27", "jmath;": "\u0237", "jopf;": "\ud835\udd5b", "jscr;": "\ud835\udcbf", "jsercy;": "\u0458", "jukcy;": "\u0454", "kappa;": "\u03ba", "kappav;": "\u03f0", "kcedil;": "\u0137", "kcy;": "\u043a", "kfr;": "\ud835\udd28", "kgreen;": "\u0138", "khcy;": "\u0445", "kjcy;": "\u045c", "kopf;": "\ud835\udd5c", "kscr;": "\ud835\udcc0", "lAarr;": "\u21da", "lArr;": "\u21d0", "lAtail;": "\u291b", "lBarr;": "\u290e", "lE;": "\u2266", "lEg;": "\u2a8b", "lHar;": "\u2962", "lacute;": "\u013a", "laemptyv;": "\u29b4", "lagran;": "\u2112", "lambda;": "\u03bb", "lang;": "\u27e8", "langd;": "\u2991", "langle;": "\u27e8", "lap;": "\u2a85", laquo: "\xab", "laquo;": "\xab", "larr;": "\u2190", "larrb;": "\u21e4", "larrbfs;": "\u291f", "larrfs;": "\u291d", "larrhk;": "\u21a9", "larrlp;": "\u21ab", "larrpl;": "\u2939", "larrsim;": "\u2973", "larrtl;": "\u21a2", "lat;": "\u2aab", "latail;": "\u2919", "late;": "\u2aad", "lates;": "\u2aad\ufe00", "lbarr;": "\u290c", "lbbrk;": "\u2772", "lbrace;": "{", "lbrack;": "[", "lbrke;": "\u298b", "lbrksld;": "\u298f", "lbrkslu;": "\u298d", "lcaron;": "\u013e", "lcedil;": "\u013c", "lceil;": "\u2308", "lcub;": "{", "lcy;": "\u043b", "ldca;": "\u2936", "ldquo;": "\u201c", "ldquor;": "\u201e", "ldrdhar;": "\u2967", "ldrushar;": "\u294b", "ldsh;": "\u21b2", "le;": "\u2264", "leftarrow;": "\u2190", "leftarrowtail;": "\u21a2", "leftharpoondown;": "\u21bd", "leftharpoonup;": "\u21bc", "leftleftarrows;": "\u21c7", "leftrightarrow;": "\u2194", "leftrightarrows;": "\u21c6", "leftrightharpoons;": "\u21cb", "leftrightsquigarrow;": "\u21ad", "leftthreetimes;": "\u22cb", "leg;": "\u22da", "leq;": "\u2264", "leqq;": "\u2266", "leqslant;": "\u2a7d", "les;": "\u2a7d", "lescc;": "\u2aa8", "lesdot;": "\u2a7f", "lesdoto;": "\u2a81", "lesdotor;": "\u2a83", "lesg;": "\u22da\ufe00", "lesges;": "\u2a93", "lessapprox;": "\u2a85", "lessdot;": "\u22d6", "lesseqgtr;": "\u22da", "lesseqqgtr;": "\u2a8b", "lessgtr;": "\u2276", "lesssim;": "\u2272", "lfisht;": "\u297c", "lfloor;": "\u230a", "lfr;": "\ud835\udd29", "lg;": "\u2276", "lgE;": "\u2a91", "lhard;": "\u21bd", "lharu;": "\u21bc", "lharul;": "\u296a", "lhblk;": "\u2584", "ljcy;": "\u0459", "ll;": "\u226a", "llarr;": "\u21c7", "llcorner;": "\u231e", "llhard;": "\u296b", "lltri;": "\u25fa", "lmidot;": "\u0140", "lmoust;": "\u23b0", "lmoustache;": "\u23b0", "lnE;": "\u2268", "lnap;": "\u2a89", "lnapprox;": "\u2a89", "lne;": "\u2a87", "lneq;": "\u2a87", "lneqq;": "\u2268", "lnsim;": "\u22e6", "loang;": "\u27ec", "loarr;": "\u21fd", "lobrk;": "\u27e6", "longleftarrow;": "\u27f5", "longleftrightarrow;": "\u27f7", "longmapsto;": "\u27fc", "longrightarrow;": "\u27f6", "looparrowleft;": "\u21ab", "looparrowright;": "\u21ac", "lopar;": "\u2985", "lopf;": "\ud835\udd5d", "loplus;": "\u2a2d", "lotimes;": "\u2a34", "lowast;": "\u2217", "lowbar;": "_", "loz;": "\u25ca", "lozenge;": "\u25ca", "lozf;": "\u29eb", "lpar;": "(", "lparlt;": "\u2993", "lrarr;": "\u21c6", "lrcorner;": "\u231f", "lrhar;": "\u21cb", "lrhard;": "\u296d", "lrm;": "\u200e", "lrtri;": "\u22bf", "lsaquo;": "\u2039", "lscr;": "\ud835\udcc1", "lsh;": "\u21b0", "lsim;": "\u2272", "lsime;": "\u2a8d", "lsimg;": "\u2a8f", "lsqb;": "[", "lsquo;": "\u2018", "lsquor;": "\u201a", "lstrok;": "\u0142", lt: "<", "lt;": "<", "ltcc;": "\u2aa6", "ltcir;": "\u2a79", "ltdot;": "\u22d6", "lthree;": "\u22cb", "ltimes;": "\u22c9", "ltlarr;": "\u2976", "ltquest;": "\u2a7b", "ltrPar;": "\u2996", "ltri;": "\u25c3", "ltrie;": "\u22b4", "ltrif;": "\u25c2", "lurdshar;": "\u294a", "luruhar;": "\u2966", "lvertneqq;": "\u2268\ufe00", "lvnE;": "\u2268\ufe00", "mDDot;": "\u223a", macr: "\xaf", "macr;": "\xaf", "male;": "\u2642", "malt;": "\u2720", "maltese;": "\u2720", "map;": "\u21a6", "mapsto;": "\u21a6", "mapstodown;": "\u21a7", "mapstoleft;": "\u21a4", "mapstoup;": "\u21a5", "marker;": "\u25ae", "mcomma;": "\u2a29", "mcy;": "\u043c", "mdash;": "\u2014", "measuredangle;": "\u2221", "mfr;": "\ud835\udd2a", "mho;": "\u2127", micro: "\xb5", "micro;": "\xb5", "mid;": "\u2223", "midast;": "*", "midcir;": "\u2af0", middot: "\xb7", "middot;": "\xb7", "minus;": "\u2212", "minusb;": "\u229f", "minusd;": "\u2238", "minusdu;": "\u2a2a", "mlcp;": "\u2adb", "mldr;": "\u2026", "mnplus;": "\u2213", "models;": "\u22a7", "mopf;": "\ud835\udd5e", "mp;": "\u2213", "mscr;": "\ud835\udcc2", "mstpos;": "\u223e", "mu;": "\u03bc", "multimap;": "\u22b8", "mumap;": "\u22b8", "nGg;": "\u22d9\u0338", "nGt;": "\u226b\u20d2", "nGtv;": "\u226b\u0338", "nLeftarrow;": "\u21cd", "nLeftrightarrow;": "\u21ce", "nLl;": "\u22d8\u0338", "nLt;": "\u226a\u20d2", "nLtv;": "\u226a\u0338", "nRightarrow;": "\u21cf", "nVDash;": "\u22af", "nVdash;": "\u22ae", "nabla;": "\u2207", "nacute;": "\u0144", "nang;": "\u2220\u20d2", "nap;": "\u2249", "napE;": "\u2a70\u0338", "napid;": "\u224b\u0338", "napos;": "\u0149", "napprox;": "\u2249", "natur;": "\u266e", "natural;": "\u266e", "naturals;": "\u2115", nbsp: "\xa0", "nbsp;": "\xa0", "nbump;": "\u224e\u0338", "nbumpe;": "\u224f\u0338", "ncap;": "\u2a43", "ncaron;": "\u0148", "ncedil;": "\u0146", "ncong;": "\u2247", "ncongdot;": "\u2a6d\u0338", "ncup;": "\u2a42", "ncy;": "\u043d", "ndash;": "\u2013", "ne;": "\u2260", "neArr;": "\u21d7", "nearhk;": "\u2924", "nearr;": "\u2197", "nearrow;": "\u2197", "nedot;": "\u2250\u0338", "nequiv;": "\u2262", "nesear;": "\u2928", "nesim;": "\u2242\u0338", "nexist;": "\u2204", "nexists;": "\u2204", "nfr;": "\ud835\udd2b", "ngE;": "\u2267\u0338", "nge;": "\u2271", "ngeq;": "\u2271", "ngeqq;": "\u2267\u0338", "ngeqslant;": "\u2a7e\u0338", "nges;": "\u2a7e\u0338", "ngsim;": "\u2275", "ngt;": "\u226f", "ngtr;": "\u226f", "nhArr;": "\u21ce", "nharr;": "\u21ae", "nhpar;": "\u2af2", "ni;": "\u220b", "nis;": "\u22fc", "nisd;": "\u22fa", "niv;": "\u220b", "njcy;": "\u045a", "nlArr;": "\u21cd", "nlE;": "\u2266\u0338", "nlarr;": "\u219a", "nldr;": "\u2025", "nle;": "\u2270", "nleftarrow;": "\u219a", "nleftrightarrow;": "\u21ae", "nleq;": "\u2270", "nleqq;": "\u2266\u0338", "nleqslant;": "\u2a7d\u0338", "nles;": "\u2a7d\u0338", "nless;": "\u226e", "nlsim;": "\u2274", "nlt;": "\u226e", "nltri;": "\u22ea", "nltrie;": "\u22ec", "nmid;": "\u2224", "nopf;": "\ud835\udd5f", not: "\xac", "not;": "\xac", "notin;": "\u2209", "notinE;": "\u22f9\u0338", "notindot;": "\u22f5\u0338", "notinva;": "\u2209", "notinvb;": "\u22f7", "notinvc;": "\u22f6", "notni;": "\u220c", "notniva;": "\u220c", "notnivb;": "\u22fe", "notnivc;": "\u22fd", "npar;": "\u2226", "nparallel;": "\u2226", "nparsl;": "\u2afd\u20e5", "npart;": "\u2202\u0338", "npolint;": "\u2a14", "npr;": "\u2280", "nprcue;": "\u22e0", "npre;": "\u2aaf\u0338", "nprec;": "\u2280", "npreceq;": "\u2aaf\u0338", "nrArr;": "\u21cf", "nrarr;": "\u219b", "nrarrc;": "\u2933\u0338", "nrarrw;": "\u219d\u0338", "nrightarrow;": "\u219b", "nrtri;": "\u22eb", "nrtrie;": "\u22ed", "nsc;": "\u2281", "nsccue;": "\u22e1", "nsce;": "\u2ab0\u0338", "nscr;": "\ud835\udcc3", "nshortmid;": "\u2224", "nshortparallel;": "\u2226", "nsim;": "\u2241", "nsime;": "\u2244", "nsimeq;": "\u2244", "nsmid;": "\u2224", "nspar;": "\u2226", "nsqsube;": "\u22e2", "nsqsupe;": "\u22e3", "nsub;": "\u2284", "nsubE;": "\u2ac5\u0338", "nsube;": "\u2288", "nsubset;": "\u2282\u20d2", "nsubseteq;": "\u2288", "nsubseteqq;": "\u2ac5\u0338", "nsucc;": "\u2281", "nsucceq;": "\u2ab0\u0338", "nsup;": "\u2285", "nsupE;": "\u2ac6\u0338", "nsupe;": "\u2289", "nsupset;": "\u2283\u20d2", "nsupseteq;": "\u2289", "nsupseteqq;": "\u2ac6\u0338", "ntgl;": "\u2279", ntilde: "\xf1", "ntilde;": "\xf1", "ntlg;": "\u2278", "ntriangleleft;": "\u22ea", "ntrianglelefteq;": "\u22ec", "ntriangleright;": "\u22eb", "ntrianglerighteq;": "\u22ed", "nu;": "\u03bd", "num;": "#", "numero;": "\u2116", "numsp;": "\u2007", "nvDash;": "\u22ad", "nvHarr;": "\u2904", "nvap;": "\u224d\u20d2", "nvdash;": "\u22ac", "nvge;": "\u2265\u20d2", "nvgt;": ">\u20d2", "nvinfin;": "\u29de", "nvlArr;": "\u2902", "nvle;": "\u2264\u20d2", "nvlt;": "<\u20d2", "nvltrie;": "\u22b4\u20d2", "nvrArr;": "\u2903", "nvrtrie;": "\u22b5\u20d2", "nvsim;": "\u223c\u20d2", "nwArr;": "\u21d6", "nwarhk;": "\u2923", "nwarr;": "\u2196", "nwarrow;": "\u2196", "nwnear;": "\u2927", "oS;": "\u24c8", oacute: "\xf3", "oacute;": "\xf3", "oast;": "\u229b", "ocir;": "\u229a", ocirc: "\xf4", "ocirc;": "\xf4", "ocy;": "\u043e", "odash;": "\u229d", "odblac;": "\u0151", "odiv;": "\u2a38", "odot;": "\u2299", "odsold;": "\u29bc", "oelig;": "\u0153", "ofcir;": "\u29bf", "ofr;": "\ud835\udd2c", "ogon;": "\u02db", ograve: "\xf2", "ograve;": "\xf2", "ogt;": "\u29c1", "ohbar;": "\u29b5", "ohm;": "\u03a9", "oint;": "\u222e", "olarr;": "\u21ba", "olcir;": "\u29be", "olcross;": "\u29bb", "oline;": "\u203e", "olt;": "\u29c0", "omacr;": "\u014d", "omega;": "\u03c9", "omicron;": "\u03bf", "omid;": "\u29b6", "ominus;": "\u2296", "oopf;": "\ud835\udd60", "opar;": "\u29b7", "operp;": "\u29b9", "oplus;": "\u2295", "or;": "\u2228", "orarr;": "\u21bb", "ord;": "\u2a5d", "order;": "\u2134", "orderof;": "\u2134", ordf: "\xaa", "ordf;": "\xaa", ordm: "\xba", "ordm;": "\xba", "origof;": "\u22b6", "oror;": "\u2a56", "orslope;": "\u2a57", "orv;": "\u2a5b", "oscr;": "\u2134", oslash: "\xf8", "oslash;": "\xf8", "osol;": "\u2298", otilde: "\xf5", "otilde;": "\xf5", "otimes;": "\u2297", "otimesas;": "\u2a36", ouml: "\xf6", "ouml;": "\xf6", "ovbar;": "\u233d", "par;": "\u2225", para: "\xb6", "para;": "\xb6", "parallel;": "\u2225", "parsim;": "\u2af3", "parsl;": "\u2afd", "part;": "\u2202", "pcy;": "\u043f", "percnt;": "%", "period;": ".", "permil;": "\u2030", "perp;": "\u22a5", "pertenk;": "\u2031", "pfr;": "\ud835\udd2d", "phi;": "\u03c6", "phiv;": "\u03d5", "phmmat;": "\u2133", "phone;": "\u260e", "pi;": "\u03c0", "pitchfork;": "\u22d4", "piv;": "\u03d6", "planck;": "\u210f", "planckh;": "\u210e", "plankv;": "\u210f", "plus;": "+", "plusacir;": "\u2a23", "plusb;": "\u229e", "pluscir;": "\u2a22", "plusdo;": "\u2214", "plusdu;": "\u2a25", "pluse;": "\u2a72", plusmn: "\xb1", "plusmn;": "\xb1", "plussim;": "\u2a26", "plustwo;": "\u2a27", "pm;": "\xb1", "pointint;": "\u2a15", "popf;": "\ud835\udd61", pound: "\xa3", "pound;": "\xa3", "pr;": "\u227a", "prE;": "\u2ab3", "prap;": "\u2ab7", "prcue;": "\u227c", "pre;": "\u2aaf", "prec;": "\u227a", "precapprox;": "\u2ab7", "preccurlyeq;": "\u227c", "preceq;": "\u2aaf", "precnapprox;": "\u2ab9", "precneqq;": "\u2ab5", "precnsim;": "\u22e8", "precsim;": "\u227e", "prime;": "\u2032", "primes;": "\u2119", "prnE;": "\u2ab5", "prnap;": "\u2ab9", "prnsim;": "\u22e8", "prod;": "\u220f", "profalar;": "\u232e", "profline;": "\u2312", "profsurf;": "\u2313", "prop;": "\u221d", "propto;": "\u221d", "prsim;": "\u227e", "prurel;": "\u22b0", "pscr;": "\ud835\udcc5", "psi;": "\u03c8", "puncsp;": "\u2008", "qfr;": "\ud835\udd2e", "qint;": "\u2a0c", "qopf;": "\ud835\udd62", "qprime;": "\u2057", "qscr;": "\ud835\udcc6", "quaternions;": "\u210d", "quatint;": "\u2a16", "quest;": "?", "questeq;": "\u225f", quot: '"', "quot;": '"', "rAarr;": "\u21db", "rArr;": "\u21d2", "rAtail;": "\u291c", "rBarr;": "\u290f", "rHar;": "\u2964", "race;": "\u223d\u0331", "racute;": "\u0155", "radic;": "\u221a", "raemptyv;": "\u29b3", "rang;": "\u27e9", "rangd;": "\u2992", "range;": "\u29a5", "rangle;": "\u27e9", raquo: "\xbb", "raquo;": "\xbb", "rarr;": "\u2192", "rarrap;": "\u2975", "rarrb;": "\u21e5", "rarrbfs;": "\u2920", "rarrc;": "\u2933", "rarrfs;": "\u291e", "rarrhk;": "\u21aa", "rarrlp;": "\u21ac", "rarrpl;": "\u2945", "rarrsim;": "\u2974", "rarrtl;": "\u21a3", "rarrw;": "\u219d", "ratail;": "\u291a", "ratio;": "\u2236", "rationals;": "\u211a", "rbarr;": "\u290d", "rbbrk;": "\u2773", "rbrace;": "}", "rbrack;": "]", "rbrke;": "\u298c", "rbrksld;": "\u298e", "rbrkslu;": "\u2990", "rcaron;": "\u0159", "rcedil;": "\u0157", "rceil;": "\u2309", "rcub;": "}", "rcy;": "\u0440", "rdca;": "\u2937", "rdldhar;": "\u2969", "rdquo;": "\u201d", "rdquor;": "\u201d", "rdsh;": "\u21b3", "real;": "\u211c", "realine;": "\u211b", "realpart;": "\u211c", "reals;": "\u211d", "rect;": "\u25ad", reg: "\xae", "reg;": "\xae", "rfisht;": "\u297d", "rfloor;": "\u230b", "rfr;": "\ud835\udd2f", "rhard;": "\u21c1", "rharu;": "\u21c0", "rharul;": "\u296c", "rho;": "\u03c1", "rhov;": "\u03f1", "rightarrow;": "\u2192", "rightarrowtail;": "\u21a3", "rightharpoondown;": "\u21c1", "rightharpoonup;": "\u21c0", "rightleftarrows;": "\u21c4", "rightleftharpoons;": "\u21cc", "rightrightarrows;": "\u21c9", "rightsquigarrow;": "\u219d", "rightthreetimes;": "\u22cc", "ring;": "\u02da", "risingdotseq;": "\u2253", "rlarr;": "\u21c4", "rlhar;": "\u21cc", "rlm;": "\u200f", "rmoust;": "\u23b1", "rmoustache;": "\u23b1", "rnmid;": "\u2aee", "roang;": "\u27ed", "roarr;": "\u21fe", "robrk;": "\u27e7", "ropar;": "\u2986", "ropf;": "\ud835\udd63", "roplus;": "\u2a2e", "rotimes;": "\u2a35", "rpar;": ")", "rpargt;": "\u2994", "rppolint;": "\u2a12", "rrarr;": "\u21c9", "rsaquo;": "\u203a", "rscr;": "\ud835\udcc7", "rsh;": "\u21b1", "rsqb;": "]", "rsquo;": "\u2019", "rsquor;": "\u2019", "rthree;": "\u22cc", "rtimes;": "\u22ca", "rtri;": "\u25b9", "rtrie;": "\u22b5", "rtrif;": "\u25b8", "rtriltri;": "\u29ce", "ruluhar;": "\u2968", "rx;": "\u211e", "sacute;": "\u015b", "sbquo;": "\u201a", "sc;": "\u227b", "scE;": "\u2ab4", "scap;": "\u2ab8", "scaron;": "\u0161", "sccue;": "\u227d", "sce;": "\u2ab0", "scedil;": "\u015f", "scirc;": "\u015d", "scnE;": "\u2ab6", "scnap;": "\u2aba", "scnsim;": "\u22e9", "scpolint;": "\u2a13", "scsim;": "\u227f", "scy;": "\u0441", "sdot;": "\u22c5", "sdotb;": "\u22a1", "sdote;": "\u2a66", "seArr;": "\u21d8", "searhk;": "\u2925", "searr;": "\u2198", "searrow;": "\u2198", sect: "\xa7", "sect;": "\xa7", "semi;": ";", "seswar;": "\u2929", "setminus;": "\u2216", "setmn;": "\u2216", "sext;": "\u2736", "sfr;": "\ud835\udd30", "sfrown;": "\u2322", "sharp;": "\u266f", "shchcy;": "\u0449", "shcy;": "\u0448", "shortmid;": "\u2223", "shortparallel;": "\u2225", shy: "\xad", "shy;": "\xad", "sigma;": "\u03c3", "sigmaf;": "\u03c2", "sigmav;": "\u03c2", "sim;": "\u223c", "simdot;": "\u2a6a", "sime;": "\u2243", "simeq;": "\u2243", "simg;": "\u2a9e", "simgE;": "\u2aa0", "siml;": "\u2a9d", "simlE;": "\u2a9f", "simne;": "\u2246", "simplus;": "\u2a24", "simrarr;": "\u2972", "slarr;": "\u2190", "smallsetminus;": "\u2216", "smashp;": "\u2a33", "smeparsl;": "\u29e4", "smid;": "\u2223", "smile;": "\u2323", "smt;": "\u2aaa", "smte;": "\u2aac", "smtes;": "\u2aac\ufe00", "softcy;": "\u044c", "sol;": "/", "solb;": "\u29c4", "solbar;": "\u233f", "sopf;": "\ud835\udd64", "spades;": "\u2660", "spadesuit;": "\u2660", "spar;": "\u2225", "sqcap;": "\u2293", "sqcaps;": "\u2293\ufe00", "sqcup;": "\u2294", "sqcups;": "\u2294\ufe00", "sqsub;": "\u228f", "sqsube;": "\u2291", "sqsubset;": "\u228f", "sqsubseteq;": "\u2291", "sqsup;": "\u2290", "sqsupe;": "\u2292", "sqsupset;": "\u2290", "sqsupseteq;": "\u2292", "squ;": "\u25a1", "square;": "\u25a1", "squarf;": "\u25aa", "squf;": "\u25aa", "srarr;": "\u2192", "sscr;": "\ud835\udcc8", "ssetmn;": "\u2216", "ssmile;": "\u2323", "sstarf;": "\u22c6", "star;": "\u2606", "starf;": "\u2605", "straightepsilon;": "\u03f5", "straightphi;": "\u03d5", "strns;": "\xaf", "sub;": "\u2282", "subE;": "\u2ac5", "subdot;": "\u2abd", "sube;": "\u2286", "subedot;": "\u2ac3", "submult;": "\u2ac1", "subnE;": "\u2acb", "subne;": "\u228a", "subplus;": "\u2abf", "subrarr;": "\u2979", "subset;": "\u2282", "subseteq;": "\u2286", "subseteqq;": "\u2ac5", "subsetneq;": "\u228a", "subsetneqq;": "\u2acb", "subsim;": "\u2ac7", "subsub;": "\u2ad5", "subsup;": "\u2ad3", "succ;": "\u227b", "succapprox;": "\u2ab8", "succcurlyeq;": "\u227d", "succeq;": "\u2ab0", "succnapprox;": "\u2aba", "succneqq;": "\u2ab6", "succnsim;": "\u22e9", "succsim;": "\u227f", "sum;": "\u2211", "sung;": "\u266a", sup1: "\xb9", "sup1;": "\xb9", sup2: "\xb2", "sup2;": "\xb2", sup3: "\xb3", "sup3;": "\xb3", "sup;": "\u2283", "supE;": "\u2ac6", "supdot;": "\u2abe", "supdsub;": "\u2ad8", "supe;": "\u2287", "supedot;": "\u2ac4", "suphsol;": "\u27c9", "suphsub;": "\u2ad7", "suplarr;": "\u297b", "supmult;": "\u2ac2", "supnE;": "\u2acc", "supne;": "\u228b", "supplus;": "\u2ac0", "supset;": "\u2283", "supseteq;": "\u2287", "supseteqq;": "\u2ac6", "supsetneq;": "\u228b", "supsetneqq;": "\u2acc", "supsim;": "\u2ac8", "supsub;": "\u2ad4", "supsup;": "\u2ad6", "swArr;": "\u21d9", "swarhk;": "\u2926", "swarr;": "\u2199", "swarrow;": "\u2199", "swnwar;": "\u292a", szlig: "\xdf", "szlig;": "\xdf", "target;": "\u2316", "tau;": "\u03c4", "tbrk;": "\u23b4", "tcaron;": "\u0165", "tcedil;": "\u0163", "tcy;": "\u0442", "tdot;": "\u20db", "telrec;": "\u2315", "tfr;": "\ud835\udd31", "there4;": "\u2234", "therefore;": "\u2234", "theta;": "\u03b8", "thetasym;": "\u03d1", "thetav;": "\u03d1", "thickapprox;": "\u2248", "thicksim;": "\u223c", "thinsp;": "\u2009", "thkap;": "\u2248", "thksim;": "\u223c", thorn: "\xfe", "thorn;": "\xfe", "tilde;": "\u02dc", times: "\xd7", "times;": "\xd7", "timesb;": "\u22a0", "timesbar;": "\u2a31", "timesd;": "\u2a30", "tint;": "\u222d", "toea;": "\u2928", "top;": "\u22a4", "topbot;": "\u2336", "topcir;": "\u2af1", "topf;": "\ud835\udd65", "topfork;": "\u2ada", "tosa;": "\u2929", "tprime;": "\u2034", "trade;": "\u2122", "triangle;": "\u25b5", "triangledown;": "\u25bf", "triangleleft;": "\u25c3", "trianglelefteq;": "\u22b4", "triangleq;": "\u225c", "triangleright;": "\u25b9", "trianglerighteq;": "\u22b5", "tridot;": "\u25ec", "trie;": "\u225c", "triminus;": "\u2a3a", "triplus;": "\u2a39", "trisb;": "\u29cd", "tritime;": "\u2a3b", "trpezium;": "\u23e2", "tscr;": "\ud835\udcc9", "tscy;": "\u0446", "tshcy;": "\u045b", "tstrok;": "\u0167", "twixt;": "\u226c", "twoheadleftarrow;": "\u219e", "twoheadrightarrow;": "\u21a0", "uArr;": "\u21d1", "uHar;": "\u2963", uacute: "\xfa", "uacute;": "\xfa", "uarr;": "\u2191", "ubrcy;": "\u045e", "ubreve;": "\u016d", ucirc: "\xfb", "ucirc;": "\xfb", "ucy;": "\u0443", "udarr;": "\u21c5", "udblac;": "\u0171", "udhar;": "\u296e", "ufisht;": "\u297e", "ufr;": "\ud835\udd32", ugrave: "\xf9", "ugrave;": "\xf9", "uharl;": "\u21bf", "uharr;": "\u21be", "uhblk;": "\u2580", "ulcorn;": "\u231c", "ulcorner;": "\u231c", "ulcrop;": "\u230f", "ultri;": "\u25f8", "umacr;": "\u016b", uml: "\xa8", "uml;": "\xa8", "uogon;": "\u0173", "uopf;": "\ud835\udd66", "uparrow;": "\u2191", "updownarrow;": "\u2195", "upharpoonleft;": "\u21bf", "upharpoonright;": "\u21be", "uplus;": "\u228e", "upsi;": "\u03c5", "upsih;": "\u03d2", "upsilon;": "\u03c5", "upuparrows;": "\u21c8", "urcorn;": "\u231d", "urcorner;": "\u231d", "urcrop;": "\u230e", "uring;": "\u016f", "urtri;": "\u25f9", "uscr;": "\ud835\udcca", "utdot;": "\u22f0", "utilde;": "\u0169", "utri;": "\u25b5", "utrif;": "\u25b4", "uuarr;": "\u21c8", uuml: "\xfc", "uuml;": "\xfc", "uwangle;": "\u29a7", "vArr;": "\u21d5", "vBar;": "\u2ae8", "vBarv;": "\u2ae9", "vDash;": "\u22a8", "vangrt;": "\u299c", "varepsilon;": "\u03f5", "varkappa;": "\u03f0", "varnothing;": "\u2205", "varphi;": "\u03d5", "varpi;": "\u03d6", "varpropto;": "\u221d", "varr;": "\u2195", "varrho;": "\u03f1", "varsigma;": "\u03c2", "varsubsetneq;": "\u228a\ufe00", "varsubsetneqq;": "\u2acb\ufe00", "varsupsetneq;": "\u228b\ufe00", "varsupsetneqq;": "\u2acc\ufe00", "vartheta;": "\u03d1", "vartriangleleft;": "\u22b2", "vartriangleright;": "\u22b3", "vcy;": "\u0432", "vdash;": "\u22a2", "vee;": "\u2228", "veebar;": "\u22bb", "veeeq;": "\u225a", "vellip;": "\u22ee", "verbar;": "|", "vert;": "|", "vfr;": "\ud835\udd33", "vltri;": "\u22b2", "vnsub;": "\u2282\u20d2", "vnsup;": "\u2283\u20d2", "vopf;": "\ud835\udd67", "vprop;": "\u221d", "vrtri;": "\u22b3", "vscr;": "\ud835\udccb", "vsubnE;": "\u2acb\ufe00", "vsubne;": "\u228a\ufe00", "vsupnE;": "\u2acc\ufe00", "vsupne;": "\u228b\ufe00", "vzigzag;": "\u299a", "wcirc;": "\u0175", "wedbar;": "\u2a5f", "wedge;": "\u2227", "wedgeq;": "\u2259", "weierp;": "\u2118", "wfr;": "\ud835\udd34", "wopf;": "\ud835\udd68", "wp;": "\u2118", "wr;": "\u2240", "wreath;": "\u2240", "wscr;": "\ud835\udccc", "xcap;": "\u22c2", "xcirc;": "\u25ef", "xcup;": "\u22c3", "xdtri;": "\u25bd", "xfr;": "\ud835\udd35", "xhArr;": "\u27fa", "xharr;": "\u27f7", "xi;": "\u03be", "xlArr;": "\u27f8", "xlarr;": "\u27f5", "xmap;": "\u27fc", "xnis;": "\u22fb", "xodot;": "\u2a00", "xopf;": "\ud835\udd69", "xoplus;": "\u2a01", "xotime;": "\u2a02", "xrArr;": "\u27f9", "xrarr;": "\u27f6", "xscr;": "\ud835\udccd", "xsqcup;": "\u2a06", "xuplus;": "\u2a04", "xutri;": "\u25b3", "xvee;": "\u22c1", "xwedge;": "\u22c0", yacute: "\xfd", "yacute;": "\xfd", "yacy;": "\u044f", "ycirc;": "\u0177", "ycy;": "\u044b", yen: "\xa5", "yen;": "\xa5", "yfr;": "\ud835\udd36", "yicy;": "\u0457", "yopf;": "\ud835\udd6a", "yscr;": "\ud835\udcce", "yucy;": "\u044e", yuml: "\xff", "yuml;": "\xff", "zacute;": "\u017a", "zcaron;": "\u017e", "zcy;": "\u0437", "zdot;": "\u017c", "zeetrf;": "\u2128", "zeta;": "\u03b6", "zfr;": "\ud835\udd37", "zhcy;": "\u0436", "zigrarr;": "\u21dd", "zopf;": "\ud835\udd6b", "zscr;": "\ud835\udccf", "zwj;": "\u200d", "zwnj;": "\u200c"}, B.List_011, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.List_empty31 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_BoxShadow); B.BoxShadow_vuL = new A.BoxShadow(-2, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 1); B.BoxShadow_oyn4 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_2, 2); B.BoxShadow_oyn5 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 5); @@ -504194,988 +520098,8 @@ B.BoxShadow_oyn20 = new A.BoxShadow(3, B.BlurStyle_0, B.Color_603979776, B.Offset_0_24, 38); B.BoxShadow_oyn21 = new A.BoxShadow(8, B.BlurStyle_0, B.Color_520093696, B.Offset_0_9, 46); B.List_U49 = A._setArrayType(makeConstList([B.BoxShadow_rVI, B.BoxShadow_oyn20, B.BoxShadow_oyn21]), type$.JSArray_legacy_BoxShadow); - B.Map_2Vato = new A.GeneralConstantMap([0, B.List_empty30, 1, B.List_UOM, 2, B.List_JBE, 3, B.List_JBE0, 4, B.List_UOM0, 6, B.List_UOM1, 8, B.List_FuN, 9, B.List_FuN0, 12, B.List_hLj, 16, B.List_LO4, 24, B.List_U49], A.findType("GeneralConstantMap*>")); + B.Map_2Vato = new A.GeneralConstantMap([0, B.List_empty31, 1, B.List_UOM, 2, B.List_JBE, 3, B.List_JBE0, 4, B.List_UOM0, 6, B.List_UOM1, 8, B.List_FuN, 9, B.List_FuN0, 12, B.List_hLj, 16, B.List_LO4, 24, B.List_U49], A.findType("GeneralConstantMap*>")); B.List_2zE = A._setArrayType(makeConstList(["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "cs", "da", "de", "de_CH", "el", "en", "en_AU", "en_CA", "en_GB", "en_IE", "en_IN", "en_SG", "en_US", "en_ZA", "es", "es_419", "es_MX", "es_US", "et", "eu", "fa", "fi", "fil", "fr", "fr_CA", "gl", "gsw", "gu", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "km", "kn", "ko", "ky", "lo", "lt", "lv", "mk", "ml", "mn", "mr", "ms", "my", "nb", "ne", "nl", "no", "or", "pa", "pl", "ps", "pt", "pt_PT", "ro", "ru", "si", "sk", "sl", "sq", "sr", "sr_Latn", "sv", "sw", "ta", "te", "th", "tl", "tr", "uk", "ur", "uz", "vi", "zh", "zh_HK", "zh_TW", "zu"]), type$.JSArray_legacy_String); - B.List_5tX = A._setArrayType(makeConstList(["NAME", "ERAS", "ERANAMES", "NARROWMONTHS", "STANDALONENARROWMONTHS", "MONTHS", "STANDALONEMONTHS", "SHORTMONTHS", "STANDALONESHORTMONTHS", "WEEKDAYS", "STANDALONEWEEKDAYS", "SHORTWEEKDAYS", "STANDALONESHORTWEEKDAYS", "NARROWWEEKDAYS", "STANDALONENARROWWEEKDAYS", "SHORTQUARTERS", "QUARTERS", "AMPMS", "DATEFORMATS", "TIMEFORMATS", "AVAILABLEFORMATS", "FIRSTDAYOFWEEK", "WEEKENDRANGE", "FIRSTWEEKCUTOFFDAY", "DATETIMEFORMATS"]), type$.JSArray_legacy_String); - B.List_yPV = A._setArrayType(makeConstList(["v.C.", "n.C."]), type$.JSArray_dynamic); - B.List_5VO = A._setArrayType(makeConstList(["voor Christus", "na Christus"]), type$.JSArray_dynamic); - B.List_qpm0 = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_ebu = A._setArrayType(makeConstList(["Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember"]), type$.JSArray_dynamic); - B.List_zzJ = A._setArrayType(makeConstList(["Jan.", "Feb.", "Mrt.", "Apr.", "Mei", "Jun.", "Jul.", "Aug.", "Sep.", "Okt.", "Nov.", "Des."]), type$.JSArray_dynamic); - B.List_96V = A._setArrayType(makeConstList(["Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag"]), type$.JSArray_dynamic); - B.List_L1G = A._setArrayType(makeConstList(["So.", "Ma.", "Di.", "Wo.", "Do.", "Vr.", "Sa."]), type$.JSArray_dynamic); - B.List_6O8 = A._setArrayType(makeConstList(["S", "M", "D", "W", "D", "V", "S"]), type$.JSArray_dynamic); - B.List_K1_K2_K3_K4 = A._setArrayType(makeConstList(["K1", "K2", "K3", "K4"]), type$.JSArray_dynamic); - B.List_SWX = A._setArrayType(makeConstList(["1ste kwartaal", "2de kwartaal", "3de kwartaal", "4de kwartaal"]), type$.JSArray_dynamic); - B.List_i7B0 = A._setArrayType(makeConstList(["vm.", "nm."]), type$.JSArray_dynamic); - B.List_qJB = A._setArrayType(makeConstList(["EEEE dd MMMM y", "dd MMMM y", "dd MMM y", "y-MM-dd"]), type$.JSArray_dynamic); - B.List_aBy = A._setArrayType(makeConstList(["HH:mm:ss zzzz", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.List_5_60 = A._setArrayType(makeConstList([5, 6]), type$.JSArray_dynamic); - B.List_Pss = A._setArrayType(makeConstList(["{1} {0}", "{1} {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5t4AN = new A.ConstantStringMap(25, {NAME: "af", ERAS: B.List_yPV, ERANAMES: B.List_5VO, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_ebu, STANDALONEMONTHS: B.List_ebu, SHORTMONTHS: B.List_zzJ, STANDALONESHORTMONTHS: B.List_zzJ, WEEKDAYS: B.List_96V, STANDALONEWEEKDAYS: B.List_96V, SHORTWEEKDAYS: B.List_L1G, STANDALONESHORTWEEKDAYS: B.List_L1G, NARROWWEEKDAYS: B.List_6O8, STANDALONENARROWWEEKDAYS: B.List_6O8, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_SWX, AMPMS: B.List_i7B0, DATEFORMATS: B.List_qJB, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_r6C = A._setArrayType(makeConstList(["\u12d3/\u12d3", "\u12d3/\u121d"]), type$.JSArray_dynamic); - B.List_cMb = A._setArrayType(makeConstList(["\u12d3\u1218\u1270 \u12d3\u1208\u121d", "\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275"]), type$.JSArray_dynamic); - B.List_k6K0 = A._setArrayType(makeConstList(["\u1303", "\u134c", "\u121b", "\u12a4", "\u121c", "\u1301", "\u1301", "\u12a6", "\u1234", "\u12a6", "\u1296", "\u12f2"]), type$.JSArray_dynamic); - B.List_ACe = A._setArrayType(makeConstList(["\u1303\u1295\u12e9\u12c8\u122a", "\u134c\u1265\u1229\u12c8\u122a", "\u121b\u122d\u127d", "\u12a4\u1355\u122a\u120d", "\u121c\u12ed", "\u1301\u1295", "\u1301\u120b\u12ed", "\u12a6\u1308\u1235\u1275", "\u1234\u1355\u1274\u121d\u1260\u122d", "\u12a6\u12ad\u1276\u1260\u122d", "\u1296\u126c\u121d\u1260\u122d", "\u12f2\u1234\u121d\u1260\u122d"]), type$.JSArray_dynamic); - B.List_y9V = A._setArrayType(makeConstList(["\u1303\u1295\u12e9", "\u134c\u1265\u1229", "\u121b\u122d\u127d", "\u12a4\u1355\u122a", "\u121c\u12ed", "\u1301\u1295", "\u1301\u120b\u12ed", "\u12a6\u1308\u1235", "\u1234\u1355\u1274", "\u12a6\u12ad\u1276", "\u1296\u126c\u121d", "\u12f2\u1234\u121d"]), type$.JSArray_dynamic); - B.List_aZ8 = A._setArrayType(makeConstList(["\u12a5\u1211\u12f5", "\u1230\u129e", "\u121b\u12ad\u1230\u129e", "\u1228\u1261\u12d5", "\u1210\u1219\u1235", "\u12d3\u122d\u1265", "\u1245\u12f3\u121c"]), type$.JSArray_dynamic); - B.List_Khy = A._setArrayType(makeConstList(["\u12a5\u1211\u12f5", "\u1230\u129e", "\u121b\u12ad\u1230", "\u1228\u1261\u12d5", "\u1210\u1219\u1235", "\u12d3\u122d\u1265", "\u1245\u12f3\u121c"]), type$.JSArray_dynamic); - B.List_Q5U = A._setArrayType(makeConstList(["\u12a5", "\u1230", "\u121b", "\u1228", "\u1210", "\u12d3", "\u1245"]), type$.JSArray_dynamic); - B.List_KTL = A._setArrayType(makeConstList(["\u1229\u12651", "\u1229\u12652", "\u1229\u12653", "\u1229\u12654"]), type$.JSArray_dynamic); - B.List_ASc = A._setArrayType(makeConstList(["1\u129b\u12cd \u1229\u1265", "2\u129b\u12cd \u1229\u1265", "3\u129b\u12cd \u1229\u1265", "4\u129b\u12cd \u1229\u1265"]), type$.JSArray_dynamic); - B.List_Z3F = A._setArrayType(makeConstList(["\u1325\u12cb\u1275", "\u12a8\u1230\u12d3\u1275"]), type$.JSArray_dynamic); - B.List_VWf = A._setArrayType(makeConstList(["y MMMM d, EEEE", "d MMMM y", "d MMM y", "dd/MM/y"]), type$.JSArray_dynamic); - B.List_kWG0 = A._setArrayType(makeConstList(["h:mm:ss a zzzz", "h:mm:ss a z", "h:mm:ss a", "h:mm a"]), type$.JSArray_dynamic); - B.Map_5t6QF = new A.ConstantStringMap(25, {NAME: "am", ERAS: B.List_r6C, ERANAMES: B.List_cMb, NARROWMONTHS: B.List_k6K0, STANDALONENARROWMONTHS: B.List_k6K0, MONTHS: B.List_ACe, STANDALONEMONTHS: B.List_ACe, SHORTMONTHS: B.List_y9V, STANDALONESHORTMONTHS: B.List_y9V, WEEKDAYS: B.List_aZ8, STANDALONEWEEKDAYS: B.List_aZ8, SHORTWEEKDAYS: B.List_Khy, STANDALONESHORTWEEKDAYS: B.List_Khy, NARROWWEEKDAYS: B.List_Q5U, STANDALONENARROWWEEKDAYS: B.List_Q5U, SHORTQUARTERS: B.List_KTL, QUARTERS: B.List_ASc, AMPMS: B.List_Z3F, DATEFORMATS: B.List_VWf, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_bHr = A._setArrayType(makeConstList(["NAME", "ERAS", "ERANAMES", "NARROWMONTHS", "STANDALONENARROWMONTHS", "MONTHS", "STANDALONEMONTHS", "SHORTMONTHS", "STANDALONESHORTMONTHS", "WEEKDAYS", "STANDALONEWEEKDAYS", "SHORTWEEKDAYS", "STANDALONESHORTWEEKDAYS", "NARROWWEEKDAYS", "STANDALONENARROWWEEKDAYS", "SHORTQUARTERS", "QUARTERS", "AMPMS", "DATEFORMATS", "TIMEFORMATS", "AVAILABLEFORMATS", "FIRSTDAYOFWEEK", "WEEKENDRANGE", "FIRSTWEEKCUTOFFDAY", "DATETIMEFORMATS", "ZERODIGIT"]), type$.JSArray_legacy_String); - B.List_Xy50 = A._setArrayType(makeConstList(["\u0642.\u0645", "\u0645"]), type$.JSArray_dynamic); - B.List_sJO = A._setArrayType(makeConstList(["\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", "\u0645\u064a\u0644\u0627\u062f\u064a"]), type$.JSArray_dynamic); - B.List_a9w0 = A._setArrayType(makeConstList(["\u064a", "\u0641", "\u0645", "\u0623", "\u0648", "\u0646", "\u0644", "\u063a", "\u0633", "\u0643", "\u0628", "\u062f"]), type$.JSArray_dynamic); - B.List_ACL = A._setArrayType(makeConstList(["\u064a\u0646\u0627\u064a\u0631", "\u0641\u0628\u0631\u0627\u064a\u0631", "\u0645\u0627\u0631\u0633", "\u0623\u0628\u0631\u064a\u0644", "\u0645\u0627\u064a\u0648", "\u064a\u0648\u0646\u064a\u0648", "\u064a\u0648\u0644\u064a\u0648", "\u0623\u063a\u0633\u0637\u0633", "\u0633\u0628\u062a\u0645\u0628\u0631", "\u0623\u0643\u062a\u0648\u0628\u0631", "\u0646\u0648\u0641\u0645\u0628\u0631", "\u062f\u064a\u0633\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_0DX = A._setArrayType(makeConstList(["\u0627\u0644\u0623\u062d\u062f", "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", "\u0627\u0644\u062e\u0645\u064a\u0633", "\u0627\u0644\u062c\u0645\u0639\u0629", "\u0627\u0644\u0633\u0628\u062a"]), type$.JSArray_dynamic); - B.List_Odg = A._setArrayType(makeConstList(["\u062d", "\u0646", "\u062b", "\u0631", "\u062e", "\u062c", "\u0633"]), type$.JSArray_dynamic); - B.List_gSl = A._setArrayType(makeConstList(["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]), type$.JSArray_dynamic); - B.List_fbg = A._setArrayType(makeConstList(["\u0635", "\u0645"]), type$.JSArray_dynamic); - B.List_eBa = A._setArrayType(makeConstList(["EEEE\u060c d MMMM y", "d MMMM y", "dd\u200f/MM\u200f/y", "d\u200f/M\u200f/y"]), type$.JSArray_dynamic); - B.List_4_5 = A._setArrayType(makeConstList([4, 5]), type$.JSArray_dynamic); - B.Map_bHS8J = new A.ConstantStringMap(26, {NAME: "ar", ERAS: B.List_Xy50, ERANAMES: B.List_sJO, NARROWMONTHS: B.List_a9w0, STANDALONENARROWMONTHS: B.List_a9w0, MONTHS: B.List_ACL, STANDALONEMONTHS: B.List_ACL, SHORTMONTHS: B.List_ACL, STANDALONESHORTMONTHS: B.List_ACL, WEEKDAYS: B.List_0DX, STANDALONEWEEKDAYS: B.List_0DX, SHORTWEEKDAYS: B.List_0DX, STANDALONESHORTWEEKDAYS: B.List_0DX, NARROWWEEKDAYS: B.List_Odg, STANDALONENARROWWEEKDAYS: B.List_Odg, SHORTQUARTERS: B.List_gSl, QUARTERS: B.List_gSl, AMPMS: B.List_fbg, DATEFORMATS: B.List_eBa, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 5, WEEKENDRANGE: B.List_4_5, FIRSTWEEKCUTOFFDAY: 4, DATETIMEFORMATS: B.List_Pss, ZERODIGIT: "\u0660"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_MZv = A._setArrayType(makeConstList(["e.\u0259.", "y.e."]), type$.JSArray_dynamic); - B.List_y6N0 = A._setArrayType(makeConstList(["eram\u0131zdan \u0259vv\u0259l", "yeni era"]), type$.JSArray_dynamic); - B.List_tO3 = A._setArrayType(makeConstList(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]), type$.JSArray_dynamic); - B.List_zrt = A._setArrayType(makeConstList(["yanvar", "fevral", "mart", "aprel", "may", "iyun", "iyul", "avqust", "sentyabr", "oktyabr", "noyabr", "dekabr"]), type$.JSArray_dynamic); - B.List_rTd = A._setArrayType(makeConstList(["Yanvar", "Fevral", "Mart", "Aprel", "May", "\u0130yun", "\u0130yul", "Avqust", "Sentyabr", "Oktyabr", "Noyabr", "Dekabr"]), type$.JSArray_dynamic); - B.List_6Vn = A._setArrayType(makeConstList(["yan", "fev", "mar", "apr", "may", "iyn", "iyl", "avq", "sen", "okt", "noy", "dek"]), type$.JSArray_dynamic); - B.List_mPL = A._setArrayType(makeConstList(["bazar", "bazar ert\u0259si", "\xe7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131", "\xe7\u0259r\u015f\u0259nb\u0259", "c\xfcm\u0259 ax\u015fam\u0131", "c\xfcm\u0259", "\u015f\u0259nb\u0259"]), type$.JSArray_dynamic); - B.List_ATp = A._setArrayType(makeConstList(["B.", "B.E.", "\xc7.A.", "\xc7.", "C.A.", "C.", "\u015e."]), type$.JSArray_dynamic); - B.List_4YB = A._setArrayType(makeConstList(["7", "1", "2", "3", "4", "5", "6"]), type$.JSArray_dynamic); - B.List_K2a = A._setArrayType(makeConstList(["1-ci kv.", "2-ci kv.", "3-c\xfc kv.", "4-c\xfc kv."]), type$.JSArray_dynamic); - B.List_33h = A._setArrayType(makeConstList(["1-ci kvartal", "2-ci kvartal", "3-c\xfc kvartal", "4-c\xfc kvartal"]), type$.JSArray_dynamic); - B.List_AM_PM0 = A._setArrayType(makeConstList(["AM", "PM"]), type$.JSArray_dynamic); - B.List_MC2 = A._setArrayType(makeConstList(["d MMMM y, EEEE", "d MMMM y", "d MMM y", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5tA4L = new A.ConstantStringMap(25, {NAME: "az", ERAS: B.List_MZv, ERANAMES: B.List_y6N0, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_zrt, STANDALONEMONTHS: B.List_rTd, SHORTMONTHS: B.List_6Vn, STANDALONESHORTMONTHS: B.List_6Vn, WEEKDAYS: B.List_mPL, STANDALONEWEEKDAYS: B.List_mPL, SHORTWEEKDAYS: B.List_ATp, STANDALONESHORTWEEKDAYS: B.List_ATp, NARROWWEEKDAYS: B.List_4YB, STANDALONENARROWWEEKDAYS: B.List_4YB, SHORTQUARTERS: B.List_K2a, QUARTERS: B.List_33h, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_MC2, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_Tr4 = A._setArrayType(makeConstList(["\u0434\u0430 \u043d.\u044d.", "\u043d.\u044d."]), type$.JSArray_dynamic); - B.List_o96 = A._setArrayType(makeConstList(["\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430", "\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430"]), type$.JSArray_dynamic); - B.List_p2v = A._setArrayType(makeConstList(["\u0441", "\u043b", "\u0441", "\u043a", "\u043c", "\u0447", "\u043b", "\u0436", "\u0432", "\u043a", "\u043b", "\u0441"]), type$.JSArray_dynamic); - B.List_AHF = A._setArrayType(makeConstList(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f", "\u043b\u044e\u0442\u0430\u0433\u0430", "\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430", "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430", "\u043c\u0430\u044f", "\u0447\u044d\u0440\u0432\u0435\u043d\u044f", "\u043b\u0456\u043f\u0435\u043d\u044f", "\u0436\u043d\u0456\u045e\u043d\u044f", "\u0432\u0435\u0440\u0430\u0441\u043d\u044f", "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430", "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430", "\u0441\u043d\u0435\u0436\u043d\u044f"]), type$.JSArray_dynamic); - B.List_y1F = A._setArrayType(makeConstList(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c", "\u043b\u044e\u0442\u044b", "\u0441\u0430\u043a\u0430\u0432\u0456\u043a", "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a", "\u043c\u0430\u0439", "\u0447\u044d\u0440\u0432\u0435\u043d\u044c", "\u043b\u0456\u043f\u0435\u043d\u044c", "\u0436\u043d\u0456\u0432\u0435\u043d\u044c", "\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c", "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a", "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434", "\u0441\u043d\u0435\u0436\u0430\u043d\u044c"]), type$.JSArray_dynamic); - B.List_yrN1 = A._setArrayType(makeConstList(["\u0441\u0442\u0443", "\u043b\u044e\u0442", "\u0441\u0430\u043a", "\u043a\u0440\u0430", "\u043c\u0430\u044f", "\u0447\u044d\u0440", "\u043b\u0456\u043f", "\u0436\u043d\u0456", "\u0432\u0435\u0440", "\u043a\u0430\u0441", "\u043b\u0456\u0441", "\u0441\u043d\u0435"]), type$.JSArray_dynamic); - B.List_O2f = A._setArrayType(makeConstList(["\u0441\u0442\u0443", "\u043b\u044e\u0442", "\u0441\u0430\u043a", "\u043a\u0440\u0430", "\u043c\u0430\u0439", "\u0447\u044d\u0440", "\u043b\u0456\u043f", "\u0436\u043d\u0456", "\u0432\u0435\u0440", "\u043a\u0430\u0441", "\u043b\u0456\u0441", "\u0441\u043d\u0435"]), type$.JSArray_dynamic); - B.List_fcb = A._setArrayType(makeConstList(["\u043d\u044f\u0434\u0437\u0435\u043b\u044f", "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", "\u0441\u0435\u0440\u0430\u0434\u0430", "\u0447\u0430\u0446\u0432\u0435\u0440", "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", "\u0441\u0443\u0431\u043e\u0442\u0430"]), type$.JSArray_dynamic); - B.List_XZy = A._setArrayType(makeConstList(["\u043d\u0434", "\u043f\u043d", "\u0430\u045e", "\u0441\u0440", "\u0447\u0446", "\u043f\u0442", "\u0441\u0431"]), type$.JSArray_dynamic); - B.List_bnV = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0430", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_dynamic); - B.List_C7r = A._setArrayType(makeConstList(["1-\u0448\u044b \u043a\u0432.", "2-\u0433\u0456 \u043a\u0432.", "3-\u0446\u0456 \u043a\u0432.", "4-\u0442\u044b \u043a\u0432."]), type$.JSArray_dynamic); - B.List_1mp = A._setArrayType(makeConstList(["1-\u0448\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "2-\u0433\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "3-\u0446\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "4-\u0442\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]), type$.JSArray_dynamic); - B.List_E3c = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0433'.", "d MMMM y '\u0433'.", "d.MM.y", "d.MM.yy"]), type$.JSArray_dynamic); - B.List_YGg = A._setArrayType(makeConstList(["HH:mm:ss, zzzz", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.List_Cju = A._setArrayType(makeConstList(["{1} '\u0443' {0}", "{1} '\u0443' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tfx7 = new A.ConstantStringMap(25, {NAME: "be", ERAS: B.List_Tr4, ERANAMES: B.List_o96, NARROWMONTHS: B.List_p2v, STANDALONENARROWMONTHS: B.List_p2v, MONTHS: B.List_AHF, STANDALONEMONTHS: B.List_y1F, SHORTMONTHS: B.List_yrN1, STANDALONESHORTMONTHS: B.List_O2f, WEEKDAYS: B.List_fcb, STANDALONEWEEKDAYS: B.List_fcb, SHORTWEEKDAYS: B.List_XZy, STANDALONESHORTWEEKDAYS: B.List_XZy, NARROWWEEKDAYS: B.List_bnV, STANDALONENARROWWEEKDAYS: B.List_bnV, SHORTQUARTERS: B.List_C7r, QUARTERS: B.List_1mp, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_E3c, TIMEFORMATS: B.List_YGg, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Cju}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_huc = A._setArrayType(makeConstList(["\u043f\u0440.\u0425\u0440.", "\u0441\u043b.\u0425\u0440."]), type$.JSArray_dynamic); - B.List_M2D = A._setArrayType(makeConstList(["\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430", "\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430"]), type$.JSArray_dynamic); - B.List_gUw = A._setArrayType(makeConstList(["\u044f", "\u0444", "\u043c", "\u0430", "\u043c", "\u044e", "\u044e", "\u0430", "\u0441", "\u043e", "\u043d", "\u0434"]), type$.JSArray_dynamic); - B.List_RsV1 = A._setArrayType(makeConstList(["\u044f\u043d\u0443\u0430\u0440\u0438", "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0438\u043b", "\u043c\u0430\u0439", "\u044e\u043d\u0438", "\u044e\u043b\u0438", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]), type$.JSArray_dynamic); - B.List_9hp = A._setArrayType(makeConstList(["\u044f\u043d\u0443", "\u0444\u0435\u0432", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440", "\u043c\u0430\u0439", "\u044e\u043d\u0438", "\u044e\u043b\u0438", "\u0430\u0432\u0433", "\u0441\u0435\u043f", "\u043e\u043a\u0442", "\u043d\u043e\u0435", "\u0434\u0435\u043a"]), type$.JSArray_dynamic); - B.List_0Nf = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0435\u043b\u044f", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "\u0441\u0440\u044f\u0434\u0430", "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", "\u043f\u0435\u0442\u044a\u043a", "\u0441\u044a\u0431\u043e\u0442\u0430"]), type$.JSArray_dynamic); - B.List_04 = A._setArrayType(makeConstList(["\u043d\u0434", "\u043f\u043d", "\u0432\u0442", "\u0441\u0440", "\u0447\u0442", "\u043f\u0442", "\u0441\u0431"]), type$.JSArray_dynamic); - B.List_H7P0 = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0432", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_dynamic); - B.List_A0N = A._setArrayType(makeConstList(["1. \u0442\u0440\u0438\u043c.", "2. \u0442\u0440\u0438\u043c.", "3. \u0442\u0440\u0438\u043c.", "4. \u0442\u0440\u0438\u043c."]), type$.JSArray_dynamic); - B.List_aJg = A._setArrayType(makeConstList(["1. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "2. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "3. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "4. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435"]), type$.JSArray_dynamic); - B.List_yP5 = A._setArrayType(makeConstList(["\u043f\u0440.\u043e\u0431.", "\u0441\u043b.\u043e\u0431."]), type$.JSArray_dynamic); - B.List_e7r = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0433'.", "d MMMM y '\u0433'.", "d.MM.y '\u0433'.", "d.MM.yy '\u0433'."]), type$.JSArray_dynamic); - B.List_wwi = A._setArrayType(makeConstList(["H:mm:ss '\u0447'. zzzz", "H:mm:ss '\u0447'. z", "H:mm:ss '\u0447'.", "H:mm '\u0447'."]), type$.JSArray_dynamic); - B.List_o0N = A._setArrayType(makeConstList(["{1}, {0}", "{1}, {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tW7l = new A.ConstantStringMap(25, {NAME: "bg", ERAS: B.List_huc, ERANAMES: B.List_M2D, NARROWMONTHS: B.List_gUw, STANDALONENARROWMONTHS: B.List_gUw, MONTHS: B.List_RsV1, STANDALONEMONTHS: B.List_RsV1, SHORTMONTHS: B.List_9hp, STANDALONESHORTMONTHS: B.List_9hp, WEEKDAYS: B.List_0Nf, STANDALONEWEEKDAYS: B.List_0Nf, SHORTWEEKDAYS: B.List_04, STANDALONESHORTWEEKDAYS: B.List_04, NARROWWEEKDAYS: B.List_H7P0, STANDALONENARROWWEEKDAYS: B.List_H7P0, SHORTQUARTERS: B.List_A0N, QUARTERS: B.List_aJg, AMPMS: B.List_yP5, DATEFORMATS: B.List_e7r, TIMEFORMATS: B.List_wwi, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_mCA = A._setArrayType(makeConstList(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", "\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]), type$.JSArray_dynamic); - B.List_sAq = A._setArrayType(makeConstList(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac", "\u0996\u09cd\u09b0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]), type$.JSArray_dynamic); - B.List_M2b = A._setArrayType(makeConstList(["\u099c\u09be", "\u09ab\u09c7", "\u09ae\u09be", "\u098f", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1", "\u0986", "\u09b8\u09c7", "\u0985", "\u09a8", "\u09a1\u09bf"]), type$.JSArray_dynamic); - B.List_MUw1 = A._setArrayType(makeConstList(["\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", "\u09ae\u09be\u09b0\u09cd\u099a", "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1\u09b2\u09be\u0987", "\u0986\u0997\u09b8\u09cd\u099f", "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]), type$.JSArray_dynamic); - B.List_uIL = A._setArrayType(makeConstList(["\u099c\u09be\u09a8\u09c1", "\u09ab\u09c7\u09ac", "\u09ae\u09be\u09b0\u09cd\u099a", "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1\u09b2\u09be\u0987", "\u0986\u0997\u09b8\u09cd\u099f", "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]), type$.JSArray_dynamic); - B.List_fDn = A._setArrayType(makeConstList(["\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0"]), type$.JSArray_dynamic); - B.List_BzQ = A._setArrayType(makeConstList(["\u09b0\u09ac\u09bf", "\u09b8\u09cb\u09ae", "\u09ae\u0999\u09cd\u0997\u09b2", "\u09ac\u09c1\u09a7", "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", "\u09b6\u09c1\u0995\u09cd\u09b0", "\u09b6\u09a8\u09bf"]), type$.JSArray_dynamic); - B.List_M2I = A._setArrayType(makeConstList(["\u09b0", "\u09b8\u09cb", "\u09ae", "\u09ac\u09c1", "\u09ac\u09c3", "\u09b6\u09c1", "\u09b6"]), type$.JSArray_dynamic); - B.List_kDF = A._setArrayType(makeConstList(["\u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995", "\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995", "\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995", "\u099a\u09a4\u09c1\u09b0\u09cd\u09a5 \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995"]), type$.JSArray_dynamic); - B.List_oYk = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM, y", "d MMM, y", "d/M/yy"]), type$.JSArray_dynamic); - B.Map_bHedh = new A.ConstantStringMap(26, {NAME: "bn", ERAS: B.List_mCA, ERANAMES: B.List_sAq, NARROWMONTHS: B.List_M2b, STANDALONENARROWMONTHS: B.List_M2b, MONTHS: B.List_MUw1, STANDALONEMONTHS: B.List_MUw1, SHORTMONTHS: B.List_uIL, STANDALONESHORTMONTHS: B.List_MUw1, WEEKDAYS: B.List_fDn, STANDALONEWEEKDAYS: B.List_fDn, SHORTWEEKDAYS: B.List_BzQ, STANDALONESHORTWEEKDAYS: B.List_BzQ, NARROWWEEKDAYS: B.List_M2I, STANDALONENARROWWEEKDAYS: B.List_M2I, SHORTQUARTERS: B.List_kDF, QUARTERS: B.List_kDF, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_oYk, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss, ZERODIGIT: "\u09e6"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_PDz = A._setArrayType(makeConstList(["p. n. e.", "n. e."]), type$.JSArray_dynamic); - B.List_YYi = A._setArrayType(makeConstList(["prije nove ere", "nove ere"]), type$.JSArray_dynamic); - B.List_oEc = A._setArrayType(makeConstList(["j", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"]), type$.JSArray_dynamic); - B.List_asC = A._setArrayType(makeConstList(["januar", "februar", "mart", "april", "maj", "juni", "juli", "august", "septembar", "oktobar", "novembar", "decembar"]), type$.JSArray_dynamic); - B.List_ECG = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"]), type$.JSArray_dynamic); - B.List_S49 = A._setArrayType(makeConstList(["nedjelja", "ponedjeljak", "utorak", "srijeda", "\u010detvrtak", "petak", "subota"]), type$.JSArray_dynamic); - B.List_8eb0 = A._setArrayType(makeConstList(["ned", "pon", "uto", "sri", "\u010det", "pet", "sub"]), type$.JSArray_dynamic); - B.List_KHM = A._setArrayType(makeConstList(["N", "P", "U", "S", "\u010c", "P", "S"]), type$.JSArray_dynamic); - B.List_sci = A._setArrayType(makeConstList(["n", "p", "u", "s", "\u010d", "p", "s"]), type$.JSArray_dynamic); - B.List_KV1_KV2_KV3_KV4 = A._setArrayType(makeConstList(["KV1", "KV2", "KV3", "KV4"]), type$.JSArray_dynamic); - B.List_m9b = A._setArrayType(makeConstList(["Prvi kvartal", "Drugi kvartal", "Tre\u0107i kvartal", "\u010cetvrti kvartal"]), type$.JSArray_dynamic); - B.List_prijepodne_popodne = A._setArrayType(makeConstList(["prijepodne", "popodne"]), type$.JSArray_dynamic); - B.List_Qs9 = A._setArrayType(makeConstList(["EEEE, d. MMMM y.", "d. MMMM y.", "d. MMM y.", "d. M. y."]), type$.JSArray_dynamic); - B.List_CDT = A._setArrayType(makeConstList(["{1} 'u' {0}", "{1} 'u' {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tPJs = new A.ConstantStringMap(25, {NAME: "bs", ERAS: B.List_PDz, ERANAMES: B.List_YYi, NARROWMONTHS: B.List_oEc, STANDALONENARROWMONTHS: B.List_oEc, MONTHS: B.List_asC, STANDALONEMONTHS: B.List_asC, SHORTMONTHS: B.List_ECG, STANDALONESHORTMONTHS: B.List_ECG, WEEKDAYS: B.List_S49, STANDALONEWEEKDAYS: B.List_S49, SHORTWEEKDAYS: B.List_8eb0, STANDALONESHORTWEEKDAYS: B.List_8eb0, NARROWWEEKDAYS: B.List_KHM, STANDALONENARROWWEEKDAYS: B.List_sci, SHORTQUARTERS: B.List_KV1_KV2_KV3_KV4, QUARTERS: B.List_m9b, AMPMS: B.List_prijepodne_popodne, DATEFORMATS: B.List_Qs9, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_CDT}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_aC_dC = A._setArrayType(makeConstList(["aC", "dC"]), type$.JSArray_dynamic); - B.List_iDZ0 = A._setArrayType(makeConstList(["abans de Crist", "despr\xe9s de Crist"]), type$.JSArray_dynamic); - B.List_aV0 = A._setArrayType(makeConstList(["GN", "FB", "M\xc7", "AB", "MG", "JN", "JL", "AG", "ST", "OC", "NV", "DS"]), type$.JSArray_dynamic); - B.List_QAb = A._setArrayType(makeConstList(["de gener", "de febrer", "de mar\xe7", "d\u2019abril", "de maig", "de juny", "de juliol", "d\u2019agost", "de setembre", "d\u2019octubre", "de novembre", "de desembre"]), type$.JSArray_dynamic); - B.List_AiQ = A._setArrayType(makeConstList(["gener", "febrer", "mar\xe7", "abril", "maig", "juny", "juliol", "agost", "setembre", "octubre", "novembre", "desembre"]), type$.JSArray_dynamic); - B.List_14C = A._setArrayType(makeConstList(["de gen.", "de febr.", "de mar\xe7", "d\u2019abr.", "de maig", "de juny", "de jul.", "d\u2019ag.", "de set.", "d\u2019oct.", "de nov.", "de des."]), type$.JSArray_dynamic); - B.List_zzp = A._setArrayType(makeConstList(["gen.", "febr.", "mar\xe7", "abr.", "maig", "juny", "jul.", "ag.", "set.", "oct.", "nov.", "des."]), type$.JSArray_dynamic); - B.List_A2Y = A._setArrayType(makeConstList(["diumenge", "dilluns", "dimarts", "dimecres", "dijous", "divendres", "dissabte"]), type$.JSArray_dynamic); - B.List_soA0 = A._setArrayType(makeConstList(["dg.", "dl.", "dt.", "dc.", "dj.", "dv.", "ds."]), type$.JSArray_dynamic); - B.List_33m = A._setArrayType(makeConstList(["dg", "dl", "dt", "dc", "dj", "dv", "ds"]), type$.JSArray_dynamic); - B.List_Am8 = A._setArrayType(makeConstList(["1T", "2T", "3T", "4T"]), type$.JSArray_dynamic); - B.List_6pl = A._setArrayType(makeConstList(["1r trimestre", "2n trimestre", "3r trimestre", "4t trimestre"]), type$.JSArray_dynamic); - B.List_kWM = A._setArrayType(makeConstList(["a.\xa0m.", "p.\xa0m."]), type$.JSArray_dynamic); - B.List_n7k0 = A._setArrayType(makeConstList(["EEEE, d MMMM 'de' y", "d MMMM 'de' y", "d MMM y", "d/M/yy"]), type$.JSArray_dynamic); - B.List_84a = A._setArrayType(makeConstList(["H:mm:ss zzzz", "H:mm:ss z", "H:mm:ss", "H:mm"]), type$.JSArray_dynamic); - B.List_YIY = A._setArrayType(makeConstList(["{1} 'a' 'les' {0}", "{1} 'a' 'les' {0}", "{1}, {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5t94O = new A.ConstantStringMap(25, {NAME: "ca", ERAS: B.List_aC_dC, ERANAMES: B.List_iDZ0, NARROWMONTHS: B.List_aV0, STANDALONENARROWMONTHS: B.List_aV0, MONTHS: B.List_QAb, STANDALONEMONTHS: B.List_AiQ, SHORTMONTHS: B.List_14C, STANDALONESHORTMONTHS: B.List_zzp, WEEKDAYS: B.List_A2Y, STANDALONEWEEKDAYS: B.List_A2Y, SHORTWEEKDAYS: B.List_soA0, STANDALONESHORTWEEKDAYS: B.List_soA0, NARROWWEEKDAYS: B.List_33m, STANDALONENARROWWEEKDAYS: B.List_33m, SHORTQUARTERS: B.List_Am8, QUARTERS: B.List_6pl, AMPMS: B.List_kWM, DATEFORMATS: B.List_n7k0, TIMEFORMATS: B.List_84a, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_YIY}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_swP = A._setArrayType(makeConstList(["p\u0159. n. l.", "n. l."]), type$.JSArray_dynamic); - B.List_EOZ = A._setArrayType(makeConstList(["p\u0159ed na\u0161\xedm letopo\u010dtem", "na\u0161eho letopo\u010dtu"]), type$.JSArray_dynamic); - B.List_ww8138 = A._setArrayType(makeConstList(["ledna", "\xfanora", "b\u0159ezna", "dubna", "kv\u011btna", "\u010dervna", "\u010dervence", "srpna", "z\xe1\u0159\xed", "\u0159\xedjna", "listopadu", "prosince"]), type$.JSArray_dynamic); - B.List_699 = A._setArrayType(makeConstList(["leden", "\xfanor", "b\u0159ezen", "duben", "kv\u011bten", "\u010derven", "\u010dervenec", "srpen", "z\xe1\u0159\xed", "\u0159\xedjen", "listopad", "prosinec"]), type$.JSArray_dynamic); - B.List_yXb = A._setArrayType(makeConstList(["led", "\xfano", "b\u0159e", "dub", "kv\u011b", "\u010dvn", "\u010dvc", "srp", "z\xe1\u0159", "\u0159\xedj", "lis", "pro"]), type$.JSArray_dynamic); - B.List_aBG = A._setArrayType(makeConstList(["ned\u011ble", "pond\u011bl\xed", "\xfater\xfd", "st\u0159eda", "\u010dtvrtek", "p\xe1tek", "sobota"]), type$.JSArray_dynamic); - B.List_oww = A._setArrayType(makeConstList(["ne", "po", "\xfat", "st", "\u010dt", "p\xe1", "so"]), type$.JSArray_dynamic); - B.List_2Zi0 = A._setArrayType(makeConstList(["N", "P", "\xda", "S", "\u010c", "P", "S"]), type$.JSArray_dynamic); - B.List_Q1_Q2_Q3_Q40 = A._setArrayType(makeConstList(["Q1", "Q2", "Q3", "Q4"]), type$.JSArray_dynamic); - B.List_zVD = A._setArrayType(makeConstList(["1. \u010dtvrtlet\xed", "2. \u010dtvrtlet\xed", "3. \u010dtvrtlet\xed", "4. \u010dtvrtlet\xed"]), type$.JSArray_dynamic); - B.List_MUs = A._setArrayType(makeConstList(["dop.", "odp."]), type$.JSArray_dynamic); - B.List_XZn = A._setArrayType(makeConstList(["EEEE d. MMMM y", "d. MMMM y", "d. M. y", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5tSTY = new A.ConstantStringMap(25, {NAME: "cs", ERAS: B.List_swP, ERANAMES: B.List_EOZ, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_ww8138, STANDALONEMONTHS: B.List_699, SHORTMONTHS: B.List_yXb, STANDALONESHORTMONTHS: B.List_yXb, WEEKDAYS: B.List_aBG, STANDALONEWEEKDAYS: B.List_aBG, SHORTWEEKDAYS: B.List_oww, STANDALONESHORTWEEKDAYS: B.List_oww, NARROWWEEKDAYS: B.List_2Zi0, STANDALONENARROWWEEKDAYS: B.List_2Zi0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_zVD, AMPMS: B.List_MUs, DATEFORMATS: B.List_XZn, TIMEFORMATS: B.List_84a, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_OPD = A._setArrayType(makeConstList(["f.Kr.", "e.Kr."]), type$.JSArray_dynamic); - B.List_9SI = A._setArrayType(makeConstList(["januar", "februar", "marts", "april", "maj", "juni", "juli", "august", "september", "oktober", "november", "december"]), type$.JSArray_dynamic); - B.List_8eb1 = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "maj", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_Ufe = A._setArrayType(makeConstList(["s\xf8ndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "l\xf8rdag"]), type$.JSArray_dynamic); - B.List_zPU = A._setArrayType(makeConstList(["s\xf8n.", "man.", "tir.", "ons.", "tor.", "fre.", "l\xf8r."]), type$.JSArray_dynamic); - B.List_eVG = A._setArrayType(makeConstList(["s\xf8n", "man", "tir", "ons", "tor", "fre", "l\xf8r"]), type$.JSArray_dynamic); - B.List_GVy = A._setArrayType(makeConstList(["S", "M", "T", "O", "T", "F", "L"]), type$.JSArray_dynamic); - B.List_VJf = A._setArrayType(makeConstList(["1. kvt.", "2. kvt.", "3. kvt.", "4. kvt."]), type$.JSArray_dynamic); - B.List_wg3 = A._setArrayType(makeConstList(["1. kvartal", "2. kvartal", "3. kvartal", "4. kvartal"]), type$.JSArray_dynamic); - B.List_4C1 = A._setArrayType(makeConstList(["EEEE 'den' d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.y"]), type$.JSArray_dynamic); - B.List_SCE = A._setArrayType(makeConstList(["HH.mm.ss zzzz", "HH.mm.ss z", "HH.mm.ss", "HH.mm"]), type$.JSArray_dynamic); - B.List_iEE0 = A._setArrayType(makeConstList(["{1} 'kl'. {0}", "{1} 'kl'. {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tUEs = new A.ConstantStringMap(25, {NAME: "da", ERAS: B.List_OPD, ERANAMES: B.List_OPD, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_9SI, STANDALONEMONTHS: B.List_9SI, SHORTMONTHS: B.List_8eb1, STANDALONESHORTMONTHS: B.List_8eb1, WEEKDAYS: B.List_Ufe, STANDALONEWEEKDAYS: B.List_Ufe, SHORTWEEKDAYS: B.List_zPU, STANDALONESHORTWEEKDAYS: B.List_eVG, NARROWWEEKDAYS: B.List_GVy, STANDALONENARROWWEEKDAYS: B.List_GVy, SHORTQUARTERS: B.List_VJf, QUARTERS: B.List_wg3, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_4C1, TIMEFORMATS: B.List_SCE, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_iEE0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_znv = A._setArrayType(makeConstList(["v. Chr.", "n. Chr."]), type$.JSArray_dynamic); - B.List_yvw = A._setArrayType(makeConstList(["Januar", "Februar", "M\xe4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"]), type$.JSArray_dynamic); - B.List_05 = A._setArrayType(makeConstList(["Jan.", "Feb.", "M\xe4rz", "Apr.", "Mai", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Dez."]), type$.JSArray_dynamic); - B.List_AgZ0 = A._setArrayType(makeConstList(["Jan", "Feb", "M\xe4r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"]), type$.JSArray_dynamic); - B.List_9YN = A._setArrayType(makeConstList(["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"]), type$.JSArray_dynamic); - B.List_Ssz = A._setArrayType(makeConstList(["So.", "Mo.", "Di.", "Mi.", "Do.", "Fr.", "Sa."]), type$.JSArray_dynamic); - B.List_4IJ = A._setArrayType(makeConstList(["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]), type$.JSArray_dynamic); - B.List_6v8 = A._setArrayType(makeConstList(["S", "M", "D", "M", "D", "F", "S"]), type$.JSArray_dynamic); - B.List_2No0 = A._setArrayType(makeConstList(["1. Quartal", "2. Quartal", "3. Quartal", "4. Quartal"]), type$.JSArray_dynamic); - B.List_mGN = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "dd.MM.y", "dd.MM.yy"]), type$.JSArray_dynamic); - B.List_yCp = A._setArrayType(makeConstList(["{1} 'um' {0}", "{1} 'um' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tI6I = new A.ConstantStringMap(25, {NAME: "de", ERAS: B.List_znv, ERANAMES: B.List_znv, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_yvw, STANDALONEMONTHS: B.List_yvw, SHORTMONTHS: B.List_05, STANDALONESHORTMONTHS: B.List_AgZ0, WEEKDAYS: B.List_9YN, STANDALONEWEEKDAYS: B.List_9YN, SHORTWEEKDAYS: B.List_Ssz, STANDALONESHORTWEEKDAYS: B.List_4IJ, NARROWWEEKDAYS: B.List_6v8, STANDALONENARROWWEEKDAYS: B.List_6v8, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_2No0, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_mGN, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_yCp}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_5tqoQ = new A.ConstantStringMap(25, {NAME: "de_CH", ERAS: B.List_znv, ERANAMES: B.List_znv, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_yvw, STANDALONEMONTHS: B.List_yvw, SHORTMONTHS: B.List_05, STANDALONESHORTMONTHS: B.List_AgZ0, WEEKDAYS: B.List_9YN, STANDALONEWEEKDAYS: B.List_9YN, SHORTWEEKDAYS: B.List_Ssz, STANDALONESHORTWEEKDAYS: B.List_4IJ, NARROWWEEKDAYS: B.List_6v8, STANDALONENARROWWEEKDAYS: B.List_6v8, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_2No0, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_mGN, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_yCp}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_LJp = A._setArrayType(makeConstList(["\u03c0.\u03a7.", "\u03bc.\u03a7."]), type$.JSArray_dynamic); - B.List_ES1 = A._setArrayType(makeConstList(["\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd", "\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd"]), type$.JSArray_dynamic); - B.List_sMI = A._setArrayType(makeConstList(["\u0399", "\u03a6", "\u039c", "\u0391", "\u039c", "\u0399", "\u0399", "\u0391", "\u03a3", "\u039f", "\u039d", "\u0394"]), type$.JSArray_dynamic); - B.List_UcM = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", "\u039c\u03b1\u0390\u03bf\u03c5", "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5"]), type$.JSArray_dynamic); - B.List_EGJ0 = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", "\u039c\u03ac\u03b9\u03bf\u03c2", "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2"]), type$.JSArray_dynamic); - B.List_gJC = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd", "\u03a6\u03b5\u03b2", "\u039c\u03b1\u03c1", "\u0391\u03c0\u03c1", "\u039c\u03b1\u0390", "\u0399\u03bf\u03c5\u03bd", "\u0399\u03bf\u03c5\u03bb", "\u0391\u03c5\u03b3", "\u03a3\u03b5\u03c0", "\u039f\u03ba\u03c4", "\u039d\u03bf\u03b5", "\u0394\u03b5\u03ba"]), type$.JSArray_dynamic); - B.List_oXg = A._setArrayType(makeConstList(["\u0399\u03b1\u03bd", "\u03a6\u03b5\u03b2", "\u039c\u03ac\u03c1", "\u0391\u03c0\u03c1", "\u039c\u03ac\u03b9", "\u0399\u03bf\u03cd\u03bd", "\u0399\u03bf\u03cd\u03bb", "\u0391\u03cd\u03b3", "\u03a3\u03b5\u03c0", "\u039f\u03ba\u03c4", "\u039d\u03bf\u03ad", "\u0394\u03b5\u03ba"]), type$.JSArray_dynamic); - B.List_OFS = A._setArrayType(makeConstList(["\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", "\u03a4\u03c1\u03af\u03c4\u03b7", "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf"]), type$.JSArray_dynamic); - B.List_PnF = A._setArrayType(makeConstList(["\u039a\u03c5\u03c1", "\u0394\u03b5\u03c5", "\u03a4\u03c1\u03af", "\u03a4\u03b5\u03c4", "\u03a0\u03ad\u03bc", "\u03a0\u03b1\u03c1", "\u03a3\u03ac\u03b2"]), type$.JSArray_dynamic); - B.List_yDV = A._setArrayType(makeConstList(["\u039a", "\u0394", "\u03a4", "\u03a4", "\u03a0", "\u03a0", "\u03a3"]), type$.JSArray_dynamic); - B.List_ZGD = A._setArrayType(makeConstList(["\u03a41", "\u03a42", "\u03a43", "\u03a44"]), type$.JSArray_dynamic); - B.List_ido = A._setArrayType(makeConstList(["1\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf", "2\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf", "3\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf", "4\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf"]), type$.JSArray_dynamic); - B.List_kyy0 = A._setArrayType(makeConstList(["\u03c0.\u03bc.", "\u03bc.\u03bc."]), type$.JSArray_dynamic); - B.List_INh = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "d/M/yy"]), type$.JSArray_dynamic); - B.List_YsI = A._setArrayType(makeConstList(["{1} - {0}", "{1} - {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tEmr = new A.ConstantStringMap(25, {NAME: "el", ERAS: B.List_LJp, ERANAMES: B.List_ES1, NARROWMONTHS: B.List_sMI, STANDALONENARROWMONTHS: B.List_sMI, MONTHS: B.List_UcM, STANDALONEMONTHS: B.List_EGJ0, SHORTMONTHS: B.List_gJC, STANDALONESHORTMONTHS: B.List_oXg, WEEKDAYS: B.List_OFS, STANDALONEWEEKDAYS: B.List_OFS, SHORTWEEKDAYS: B.List_PnF, STANDALONESHORTWEEKDAYS: B.List_PnF, NARROWWEEKDAYS: B.List_yDV, STANDALONENARROWWEEKDAYS: B.List_yDV, SHORTQUARTERS: B.List_ZGD, QUARTERS: B.List_ido, AMPMS: B.List_kyy0, DATEFORMATS: B.List_INh, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_YsI}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_BC_AD0 = A._setArrayType(makeConstList(["BC", "AD"]), type$.JSArray_dynamic); - B.List_6xs0 = A._setArrayType(makeConstList(["Before Christ", "Anno Domini"]), type$.JSArray_dynamic); - B.List_cIc0 = A._setArrayType(makeConstList(["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]), type$.JSArray_dynamic); - B.List_h8w0 = A._setArrayType(makeConstList(["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]), type$.JSArray_dynamic); - B.List_wMy2 = A._setArrayType(makeConstList(["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]), type$.JSArray_dynamic); - B.List_gc60 = A._setArrayType(makeConstList(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]), type$.JSArray_dynamic); - B.List_3US0 = A._setArrayType(makeConstList(["S", "M", "T", "W", "T", "F", "S"]), type$.JSArray_dynamic); - B.List_bJM0 = A._setArrayType(makeConstList(["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]), type$.JSArray_dynamic); - B.List_cno0 = A._setArrayType(makeConstList(["EEEE, MMMM d, y", "MMMM d, y", "MMM d, y", "M/d/yy"]), type$.JSArray_dynamic); - B.List_iDZ1 = A._setArrayType(makeConstList(["{1} 'at' {0}", "{1} 'at' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tOTP = new A.ConstantStringMap(25, {NAME: "en", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_cno0, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_r5C = A._setArrayType(makeConstList(["Su.", "M.", "Tu.", "W.", "Th.", "F.", "Sa."]), type$.JSArray_dynamic); - B.List_am_pm = A._setArrayType(makeConstList(["am", "pm"]), type$.JSArray_dynamic); - B.Map_5tifn = new A.ConstantStringMap(25, {NAME: "en_AU", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_r5C, STANDALONENARROWWEEKDAYS: B.List_r5C, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_am_pm, DATEFORMATS: B.List_INh, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_EKW = A._setArrayType(makeConstList(["Jan.", "Feb.", "Mar.", "Apr.", "May", "Jun.", "Jul.", "Aug.", "Sep.", "Oct.", "Nov.", "Dec."]), type$.JSArray_dynamic); - B.List_gg41 = A._setArrayType(makeConstList(["Sun.", "Mon.", "Tue.", "Wed.", "Thu.", "Fri.", "Sat."]), type$.JSArray_dynamic); - B.List_2fJ = A._setArrayType(makeConstList(["a.m.", "p.m."]), type$.JSArray_dynamic); - B.List_U4G = A._setArrayType(makeConstList(["EEEE, MMMM d, y", "MMMM d, y", "MMM d, y", "y-MM-dd"]), type$.JSArray_dynamic); - B.Map_5t0 = new A.ConstantStringMap(25, {NAME: "en_CA", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_EKW, STANDALONESHORTMONTHS: B.List_EKW, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gg41, STANDALONESHORTWEEKDAYS: B.List_gg41, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_2fJ, DATEFORMATS: B.List_U4G, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_ml50 = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "dd/MM/y"]), type$.JSArray_dynamic); - B.Map_5t3mV = new A.ConstantStringMap(25, {NAME: "en_GB", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_am_pm, DATEFORMATS: B.List_ml50, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_IF2 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd/MM/y"]), type$.JSArray_dynamic); - B.Map_5tE4y = new A.ConstantStringMap(25, {NAME: "en_IE", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_2fJ, DATEFORMATS: B.List_IF2, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_IMB = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM y", "dd-MMM-y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.List_6_6 = A._setArrayType(makeConstList([6, 6]), type$.JSArray_dynamic); - B.Map_5tmFp = new A.ConstantStringMap(25, {NAME: "en_IN", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_am_pm, DATEFORMATS: B.List_IMB, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_5tU48 = new A.ConstantStringMap(25, {NAME: "en_SG", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_am_pm, DATEFORMATS: B.List_INh, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_5tgRf = new A.ConstantStringMap(25, {NAME: "en_US", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_cno0, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_Wzh = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "dd MMMM y", "dd MMM y", "y/MM/dd"]), type$.JSArray_dynamic); - B.Map_5t43h = new A.ConstantStringMap(25, {NAME: "en_ZA", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_cIc0, STANDALONEMONTHS: B.List_cIc0, SHORTMONTHS: B.List_h8w0, STANDALONESHORTMONTHS: B.List_h8w0, WEEKDAYS: B.List_wMy2, STANDALONEWEEKDAYS: B.List_wMy2, SHORTWEEKDAYS: B.List_gc60, STANDALONESHORTWEEKDAYS: B.List_gc60, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_bJM0, AMPMS: B.List_am_pm, DATEFORMATS: B.List_Wzh, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iDZ1}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_AiM = A._setArrayType(makeConstList(["a. C.", "d. C."]), type$.JSArray_dynamic); - B.List_YZj = A._setArrayType(makeConstList(["antes de Cristo", "despu\xe9s de Cristo"]), type$.JSArray_dynamic); - B.List_Etd = A._setArrayType(makeConstList(["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_8Cn = A._setArrayType(makeConstList(["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"]), type$.JSArray_dynamic); - B.List_gc61 = A._setArrayType(makeConstList(["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."]), type$.JSArray_dynamic); - B.List_Cs5 = A._setArrayType(makeConstList(["domingo", "lunes", "martes", "mi\xe9rcoles", "jueves", "viernes", "s\xe1bado"]), type$.JSArray_dynamic); - B.List_fHj = A._setArrayType(makeConstList(["dom.", "lun.", "mar.", "mi\xe9.", "jue.", "vie.", "s\xe1b."]), type$.JSArray_dynamic); - B.List_gkc2 = A._setArrayType(makeConstList(["D", "L", "M", "X", "J", "V", "S"]), type$.JSArray_dynamic); - B.List_T1_T2_T3_T4 = A._setArrayType(makeConstList(["T1", "T2", "T3", "T4"]), type$.JSArray_dynamic); - B.List_2Vk4 = A._setArrayType(makeConstList(["1.er trimestre", "2.\xba trimestre", "3.er trimestre", "4.\xba trimestre"]), type$.JSArray_dynamic); - B.List_st1 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "d/M/yy"]), type$.JSArray_dynamic); - B.List_8XQ = A._setArrayType(makeConstList(["H:mm:ss (zzzz)", "H:mm:ss z", "H:mm:ss", "H:mm"]), type$.JSArray_dynamic); - B.List_XMt = A._setArrayType(makeConstList(["{1}, {0}", "{1}, {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tQ5r = new A.ConstantStringMap(25, {NAME: "es", ERAS: B.List_AiM, ERANAMES: B.List_YZj, NARROWMONTHS: B.List_Etd, STANDALONENARROWMONTHS: B.List_Etd, MONTHS: B.List_8Cn, STANDALONEMONTHS: B.List_8Cn, SHORTMONTHS: B.List_gc61, STANDALONESHORTMONTHS: B.List_gc61, WEEKDAYS: B.List_Cs5, STANDALONEWEEKDAYS: B.List_Cs5, SHORTWEEKDAYS: B.List_fHj, STANDALONESHORTWEEKDAYS: B.List_fHj, NARROWWEEKDAYS: B.List_gkc2, STANDALONENARROWWEEKDAYS: B.List_gkc2, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_2Vk4, AMPMS: B.List_kWM, DATEFORMATS: B.List_st1, TIMEFORMATS: B.List_8XQ, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_XMt}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_XGb = A._setArrayType(makeConstList(["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sep.", "oct.", "nov.", "dic."]), type$.JSArray_dynamic); - B.List_aJC = A._setArrayType(makeConstList(["d", "l", "m", "m", "j", "v", "s"]), type$.JSArray_dynamic); - B.List_ROW = A._setArrayType(makeConstList(["D", "L", "M", "M", "J", "V", "S"]), type$.JSArray_dynamic); - B.List_GfX = A._setArrayType(makeConstList(["1.\xba trimestre", "2.\xba trimestre", "3.\xba trimestre", "4.\xba trimestre"]), type$.JSArray_dynamic); - B.Map_5tI8w = new A.ConstantStringMap(25, {NAME: "es_419", ERAS: B.List_AiM, ERANAMES: B.List_YZj, NARROWMONTHS: B.List_Etd, STANDALONENARROWMONTHS: B.List_Etd, MONTHS: B.List_8Cn, STANDALONEMONTHS: B.List_8Cn, SHORTMONTHS: B.List_XGb, STANDALONESHORTMONTHS: B.List_XGb, WEEKDAYS: B.List_Cs5, STANDALONEWEEKDAYS: B.List_Cs5, SHORTWEEKDAYS: B.List_fHj, STANDALONESHORTWEEKDAYS: B.List_fHj, NARROWWEEKDAYS: B.List_aJC, STANDALONENARROWWEEKDAYS: B.List_ROW, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_GfX, AMPMS: B.List_2fJ, DATEFORMATS: B.List_st1, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_XMt}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_ZDx = A._setArrayType(makeConstList(["1er. trim.", "2\xba. trim.", "3er. trim.", "4\xba trim."]), type$.JSArray_dynamic); - B.List_Xmb = A._setArrayType(makeConstList(["1.er trimestre", "2\xba. trimestre", "3.er trimestre", "4o. trimestre"]), type$.JSArray_dynamic); - B.List_qq1 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.Map_5t2jN = new A.ConstantStringMap(25, {NAME: "es_MX", ERAS: B.List_AiM, ERANAMES: B.List_YZj, NARROWMONTHS: B.List_Etd, STANDALONENARROWMONTHS: B.List_Etd, MONTHS: B.List_8Cn, STANDALONEMONTHS: B.List_8Cn, SHORTMONTHS: B.List_XGb, STANDALONESHORTMONTHS: B.List_XGb, WEEKDAYS: B.List_Cs5, STANDALONEWEEKDAYS: B.List_Cs5, SHORTWEEKDAYS: B.List_fHj, STANDALONESHORTWEEKDAYS: B.List_fHj, NARROWWEEKDAYS: B.List_ROW, STANDALONENARROWWEEKDAYS: B.List_ROW, SHORTQUARTERS: B.List_ZDx, QUARTERS: B.List_Xmb, AMPMS: B.List_kWM, DATEFORMATS: B.List_qq1, TIMEFORMATS: B.List_84a, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_XMt}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_WJ7 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d MMM y", "d/M/y"]), type$.JSArray_dynamic); - B.Map_5tzHO = new A.ConstantStringMap(25, {NAME: "es_US", ERAS: B.List_AiM, ERANAMES: B.List_YZj, NARROWMONTHS: B.List_Etd, STANDALONENARROWMONTHS: B.List_Etd, MONTHS: B.List_8Cn, STANDALONEMONTHS: B.List_8Cn, SHORTMONTHS: B.List_XGb, STANDALONESHORTMONTHS: B.List_XGb, WEEKDAYS: B.List_Cs5, STANDALONEWEEKDAYS: B.List_Cs5, SHORTWEEKDAYS: B.List_fHj, STANDALONESHORTWEEKDAYS: B.List_fHj, NARROWWEEKDAYS: B.List_ROW, STANDALONENARROWWEEKDAYS: B.List_ROW, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_2Vk4, AMPMS: B.List_kWM, DATEFORMATS: B.List_WJ7, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_XMt}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_eKr_pKr = A._setArrayType(makeConstList(["eKr", "pKr"]), type$.JSArray_dynamic); - B.List_Qq8 = A._setArrayType(makeConstList(["enne Kristust", "p\xe4rast Kristust"]), type$.JSArray_dynamic); - B.List_xEc = A._setArrayType(makeConstList(["J", "V", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_FQu = A._setArrayType(makeConstList(["jaanuar", "veebruar", "m\xe4rts", "aprill", "mai", "juuni", "juuli", "august", "september", "oktoober", "november", "detsember"]), type$.JSArray_dynamic); - B.List_Rss = A._setArrayType(makeConstList(["jaan", "veebr", "m\xe4rts", "apr", "mai", "juuni", "juuli", "aug", "sept", "okt", "nov", "dets"]), type$.JSArray_dynamic); - B.List_C3o = A._setArrayType(makeConstList(["p\xfchap\xe4ev", "esmasp\xe4ev", "teisip\xe4ev", "kolmap\xe4ev", "neljap\xe4ev", "reede", "laup\xe4ev"]), type$.JSArray_dynamic); - B.List_Avr = A._setArrayType(makeConstList(["P", "E", "T", "K", "N", "R", "L"]), type$.JSArray_dynamic); - B.List_GSJ = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5t81A = new A.ConstantStringMap(25, {NAME: "et", ERAS: B.List_eKr_pKr, ERANAMES: B.List_Qq8, NARROWMONTHS: B.List_xEc, STANDALONENARROWMONTHS: B.List_xEc, MONTHS: B.List_FQu, STANDALONEMONTHS: B.List_FQu, SHORTMONTHS: B.List_Rss, STANDALONESHORTMONTHS: B.List_Rss, WEEKDAYS: B.List_C3o, STANDALONEWEEKDAYS: B.List_C3o, SHORTWEEKDAYS: B.List_Avr, STANDALONESHORTWEEKDAYS: B.List_Avr, NARROWWEEKDAYS: B.List_Avr, STANDALONENARROWWEEKDAYS: B.List_Avr, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_wg3, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_GSJ, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_6O2 = A._setArrayType(makeConstList(["K.a.", "K.o."]), type$.JSArray_dynamic); - B.List_TW6 = A._setArrayType(makeConstList(["K.a.", "Kristo ondoren"]), type$.JSArray_dynamic); - B.List_Jgv = A._setArrayType(makeConstList(["U", "O", "M", "A", "M", "E", "U", "A", "I", "U", "A", "A"]), type$.JSArray_dynamic); - B.List_Vab = A._setArrayType(makeConstList(["urtarrila", "otsaila", "martxoa", "apirila", "maiatza", "ekaina", "uztaila", "abuztua", "iraila", "urria", "azaroa", "abendua"]), type$.JSArray_dynamic); - B.List_P1S = A._setArrayType(makeConstList(["urt.", "ots.", "mar.", "api.", "mai.", "eka.", "uzt.", "abu.", "ira.", "urr.", "aza.", "abe."]), type$.JSArray_dynamic); - B.List_kfn = A._setArrayType(makeConstList(["igandea", "astelehena", "asteartea", "asteazkena", "osteguna", "ostirala", "larunbata"]), type$.JSArray_dynamic); - B.List_06 = A._setArrayType(makeConstList(["ig.", "al.", "ar.", "az.", "og.", "or.", "lr."]), type$.JSArray_dynamic); - B.List_KYO = A._setArrayType(makeConstList(["I", "A", "A", "A", "O", "O", "L"]), type$.JSArray_dynamic); - B.List_5cf = A._setArrayType(makeConstList(["1Hh", "2Hh", "3Hh", "4Hh"]), type$.JSArray_dynamic); - B.List_x4k = A._setArrayType(makeConstList(["1. hiruhilekoa", "2. hiruhilekoa", "3. hiruhilekoa", "4. hiruhilekoa"]), type$.JSArray_dynamic); - B.List_Wzv = A._setArrayType(makeConstList(["y('e')'ko' MMMM'ren' d('a'), EEEE", "y('e')'ko' MMMM'ren' d('a')", "y('e')'ko' MMM d('a')", "yy/M/d"]), type$.JSArray_dynamic); - B.List_unc = A._setArrayType(makeConstList(["HH:mm:ss (zzzz)", "HH:mm:ss (z)", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.Map_5tuAF = new A.ConstantStringMap(25, {NAME: "eu", ERAS: B.List_6O2, ERANAMES: B.List_TW6, NARROWMONTHS: B.List_Jgv, STANDALONENARROWMONTHS: B.List_Jgv, MONTHS: B.List_Vab, STANDALONEMONTHS: B.List_Vab, SHORTMONTHS: B.List_P1S, STANDALONESHORTMONTHS: B.List_P1S, WEEKDAYS: B.List_kfn, STANDALONEWEEKDAYS: B.List_kfn, SHORTWEEKDAYS: B.List_06, STANDALONESHORTWEEKDAYS: B.List_06, NARROWWEEKDAYS: B.List_KYO, STANDALONENARROWWEEKDAYS: B.List_KYO, SHORTQUARTERS: B.List_5cf, QUARTERS: B.List_x4k, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_Wzv, TIMEFORMATS: B.List_unc, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_8xd = A._setArrayType(makeConstList(["\u0642.\u0645.", "\u0645."]), type$.JSArray_dynamic); - B.List_Jik = A._setArrayType(makeConstList(["\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f", "\u0645\u06cc\u0644\u0627\u062f\u06cc"]), type$.JSArray_dynamic); - B.List_gkc3 = A._setArrayType(makeConstList(["\u0698", "\u0641", "\u0645", "\u0622", "\u0645", "\u0698", "\u0698", "\u0627", "\u0633", "\u0627", "\u0646", "\u062f"]), type$.JSArray_dynamic); - B.List_qRH = A._setArrayType(makeConstList(["\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", "\u0641\u0648\u0631\u06cc\u0647\u0654", "\u0645\u0627\u0631\u0633", "\u0622\u0648\u0631\u06cc\u0644", "\u0645\u0647\u0654", "\u0698\u0648\u0626\u0646", "\u0698\u0648\u0626\u06cc\u0647\u0654", "\u0627\u0648\u062a", "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0628\u0631", "\u0646\u0648\u0627\u0645\u0628\u0631", "\u062f\u0633\u0627\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_dtr = A._setArrayType(makeConstList(["\u0698\u0627\u0646\u0648\u06cc\u0647", "\u0641\u0648\u0631\u06cc\u0647", "\u0645\u0627\u0631\u0633", "\u0622\u0648\u0631\u06cc\u0644", "\u0645\u0647", "\u0698\u0648\u0626\u0646", "\u0698\u0648\u0626\u06cc\u0647", "\u0627\u0648\u062a", "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0628\u0631", "\u0646\u0648\u0627\u0645\u0628\u0631", "\u062f\u0633\u0627\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_wEo2 = A._setArrayType(makeConstList(["\u06cc\u06a9\u0634\u0646\u0628\u0647", "\u062f\u0648\u0634\u0646\u0628\u0647", "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", "\u062c\u0645\u0639\u0647", "\u0634\u0646\u0628\u0647"]), type$.JSArray_dynamic); - B.List_heL = A._setArrayType(makeConstList(["\u06cc", "\u062f", "\u0633", "\u0686", "\u067e", "\u062c", "\u0634"]), type$.JSArray_dynamic); - B.List_P92 = A._setArrayType(makeConstList(["\u0633\u200c\u0645\u06f1", "\u0633\u200c\u0645\u06f2", "\u0633\u200c\u0645\u06f3", "\u0633\u200c\u0645\u06f4"]), type$.JSArray_dynamic); - B.List_mnR = A._setArrayType(makeConstList(["\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0627\u0648\u0644", "\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u062f\u0648\u0645", "\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0633\u0648\u0645", "\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0686\u0647\u0627\u0631\u0645"]), type$.JSArray_dynamic); - B.List_bpf = A._setArrayType(makeConstList(["\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631"]), type$.JSArray_dynamic); - B.List_gkc4 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "y/M/d"]), type$.JSArray_dynamic); - B.List_GxC = A._setArrayType(makeConstList(["H:mm:ss (zzzz)", "H:mm:ss (z)", "H:mm:ss", "H:mm"]), type$.JSArray_dynamic); - B.List_4_4 = A._setArrayType(makeConstList([4, 4]), type$.JSArray_dynamic); - B.List_aIZ = A._setArrayType(makeConstList(["{1}\u060c \u0633\u0627\u0639\u062a {0}", "{1}\u060c \u0633\u0627\u0639\u062a {0}", "{1}\u060c\u200f {0}", "{1}\u060c\u200f {0}"]), type$.JSArray_dynamic); - B.Map_bH8aB = new A.ConstantStringMap(26, {NAME: "fa", ERAS: B.List_8xd, ERANAMES: B.List_Jik, NARROWMONTHS: B.List_gkc3, STANDALONENARROWMONTHS: B.List_gkc3, MONTHS: B.List_qRH, STANDALONEMONTHS: B.List_dtr, SHORTMONTHS: B.List_qRH, STANDALONESHORTMONTHS: B.List_dtr, WEEKDAYS: B.List_wEo2, STANDALONEWEEKDAYS: B.List_wEo2, SHORTWEEKDAYS: B.List_wEo2, STANDALONESHORTWEEKDAYS: B.List_wEo2, NARROWWEEKDAYS: B.List_heL, STANDALONENARROWWEEKDAYS: B.List_heL, SHORTQUARTERS: B.List_P92, QUARTERS: B.List_mnR, AMPMS: B.List_bpf, DATEFORMATS: B.List_gkc4, TIMEFORMATS: B.List_GxC, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 5, WEEKENDRANGE: B.List_4_4, FIRSTWEEKCUTOFFDAY: 4, DATETIMEFORMATS: B.List_aIZ, ZERODIGIT: "\u06f0"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_YbV = A._setArrayType(makeConstList(["eKr.", "jKr."]), type$.JSArray_dynamic); - B.List_unc0 = A._setArrayType(makeConstList(["ennen Kristuksen syntym\xe4\xe4", "j\xe4lkeen Kristuksen syntym\xe4n"]), type$.JSArray_dynamic); - B.List_4CA0 = A._setArrayType(makeConstList(["T", "H", "M", "H", "T", "K", "H", "E", "S", "L", "M", "J"]), type$.JSArray_dynamic); - B.List_2fz = A._setArrayType(makeConstList(["tammikuuta", "helmikuuta", "maaliskuuta", "huhtikuuta", "toukokuuta", "kes\xe4kuuta", "hein\xe4kuuta", "elokuuta", "syyskuuta", "lokakuuta", "marraskuuta", "joulukuuta"]), type$.JSArray_dynamic); - B.List_33h0 = A._setArrayType(makeConstList(["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kes\xe4kuu", "hein\xe4kuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"]), type$.JSArray_dynamic); - B.List_xw8 = A._setArrayType(makeConstList(["tammik.", "helmik.", "maalisk.", "huhtik.", "toukok.", "kes\xe4k.", "hein\xe4k.", "elok.", "syysk.", "lokak.", "marrask.", "jouluk."]), type$.JSArray_dynamic); - B.List_u36 = A._setArrayType(makeConstList(["tammi", "helmi", "maalis", "huhti", "touko", "kes\xe4", "hein\xe4", "elo", "syys", "loka", "marras", "joulu"]), type$.JSArray_dynamic); - B.List_YeU = A._setArrayType(makeConstList(["sunnuntaina", "maanantaina", "tiistaina", "keskiviikkona", "torstaina", "perjantaina", "lauantaina"]), type$.JSArray_dynamic); - B.List_k71 = A._setArrayType(makeConstList(["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"]), type$.JSArray_dynamic); - B.List_sYy = A._setArrayType(makeConstList(["su", "ma", "ti", "ke", "to", "pe", "la"]), type$.JSArray_dynamic); - B.List_my0 = A._setArrayType(makeConstList(["S", "M", "T", "K", "T", "P", "L"]), type$.JSArray_dynamic); - B.List_UEQ0 = A._setArrayType(makeConstList(["1. nelj.", "2. nelj.", "3. nelj.", "4. nelj."]), type$.JSArray_dynamic); - B.List_LB9 = A._setArrayType(makeConstList(["1. nelj\xe4nnes", "2. nelj\xe4nnes", "3. nelj\xe4nnes", "4. nelj\xe4nnes"]), type$.JSArray_dynamic); - B.List_ifL = A._setArrayType(makeConstList(["ap.", "ip."]), type$.JSArray_dynamic); - B.List_6pZ = A._setArrayType(makeConstList(["cccc d. MMMM y", "d. MMMM y", "d.M.y", "d.M.y"]), type$.JSArray_dynamic); - B.List_2jN = A._setArrayType(makeConstList(["H.mm.ss zzzz", "H.mm.ss z", "H.mm.ss", "H.mm"]), type$.JSArray_dynamic); - B.List_oyn = A._setArrayType(makeConstList(["{1} 'klo' {0}", "{1} 'klo' {0}", "{1} 'klo' {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tMIV = new A.ConstantStringMap(25, {NAME: "fi", ERAS: B.List_YbV, ERANAMES: B.List_unc0, NARROWMONTHS: B.List_4CA0, STANDALONENARROWMONTHS: B.List_4CA0, MONTHS: B.List_2fz, STANDALONEMONTHS: B.List_33h0, SHORTMONTHS: B.List_xw8, STANDALONESHORTMONTHS: B.List_u36, WEEKDAYS: B.List_YeU, STANDALONEWEEKDAYS: B.List_k71, SHORTWEEKDAYS: B.List_sYy, STANDALONESHORTWEEKDAYS: B.List_sYy, NARROWWEEKDAYS: B.List_my0, STANDALONENARROWWEEKDAYS: B.List_my0, SHORTQUARTERS: B.List_UEQ0, QUARTERS: B.List_LB9, AMPMS: B.List_ifL, DATEFORMATS: B.List_6pZ, TIMEFORMATS: B.List_2jN, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_oyn}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_Duo = A._setArrayType(makeConstList(["Ene", "Peb", "Mar", "Abr", "May", "Hun", "Hul", "Ago", "Set", "Okt", "Nob", "Dis"]), type$.JSArray_dynamic); - B.List_I1L = A._setArrayType(makeConstList(["E", "P", "M", "A", "M", "Hun", "Hul", "Ago", "Set", "Okt", "Nob", "Dis"]), type$.JSArray_dynamic); - B.List_hSa = A._setArrayType(makeConstList(["Enero", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Setyembre", "Oktubre", "Nobyembre", "Disyembre"]), type$.JSArray_dynamic); - B.List_xw80 = A._setArrayType(makeConstList(["Linggo", "Lunes", "Martes", "Miyerkules", "Huwebes", "Biyernes", "Sabado"]), type$.JSArray_dynamic); - B.List_sdO = A._setArrayType(makeConstList(["Lin", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab"]), type$.JSArray_dynamic); - B.List_ciW = A._setArrayType(makeConstList(["ika-1 quarter", "ika-2 quarter", "ika-3 quarter", "ika-4 na quarter"]), type$.JSArray_dynamic); - B.List_QkZ = A._setArrayType(makeConstList(["{1} 'nang' {0}", "{1} 'nang' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tGfX = new A.ConstantStringMap(25, {NAME: "fil", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_Duo, STANDALONENARROWMONTHS: B.List_I1L, MONTHS: B.List_hSa, STANDALONEMONTHS: B.List_hSa, SHORTMONTHS: B.List_Duo, STANDALONESHORTMONTHS: B.List_Duo, WEEKDAYS: B.List_xw80, STANDALONEWEEKDAYS: B.List_xw80, SHORTWEEKDAYS: B.List_sdO, STANDALONESHORTWEEKDAYS: B.List_sdO, NARROWWEEKDAYS: B.List_sdO, STANDALONENARROWWEEKDAYS: B.List_sdO, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_ciW, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_cno0, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_QkZ}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_adS = A._setArrayType(makeConstList(["av. J.-C.", "ap. J.-C."]), type$.JSArray_dynamic); - B.List_irQ = A._setArrayType(makeConstList(["avant J\xe9sus-Christ", "apr\xe8s J\xe9sus-Christ"]), type$.JSArray_dynamic); - B.List_3wE = A._setArrayType(makeConstList(["janvier", "f\xe9vrier", "mars", "avril", "mai", "juin", "juillet", "ao\xfbt", "septembre", "octobre", "novembre", "d\xe9cembre"]), type$.JSArray_dynamic); - B.List_OtD = A._setArrayType(makeConstList(["janv.", "f\xe9vr.", "mars", "avr.", "mai", "juin", "juil.", "ao\xfbt", "sept.", "oct.", "nov.", "d\xe9c."]), type$.JSArray_dynamic); - B.List_21f = A._setArrayType(makeConstList(["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]), type$.JSArray_dynamic); - B.List_v3K = A._setArrayType(makeConstList(["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."]), type$.JSArray_dynamic); - B.List_GQ8 = A._setArrayType(makeConstList(["1er trimestre", "2e trimestre", "3e trimestre", "4e trimestre"]), type$.JSArray_dynamic); - B.List_b9U = A._setArrayType(makeConstList(["{1} '\xe0' {0}", "{1} '\xe0' {0}", "{1} '\xe0' {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tmF3 = new A.ConstantStringMap(25, {NAME: "fr", ERAS: B.List_adS, ERANAMES: B.List_irQ, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_3wE, STANDALONEMONTHS: B.List_3wE, SHORTMONTHS: B.List_OtD, STANDALONESHORTMONTHS: B.List_OtD, WEEKDAYS: B.List_21f, STANDALONEWEEKDAYS: B.List_21f, SHORTWEEKDAYS: B.List_v3K, STANDALONESHORTWEEKDAYS: B.List_v3K, NARROWWEEKDAYS: B.List_ROW, STANDALONENARROWWEEKDAYS: B.List_ROW, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_GQ8, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_IF2, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_b9U}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_EuK = A._setArrayType(makeConstList(["janv.", "f\xe9vr.", "mars", "avr.", "mai", "juin", "juill.", "ao\xfbt", "sept.", "oct.", "nov.", "d\xe9c."]), type$.JSArray_dynamic); - B.List_qJx = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "yy-MM-dd"]), type$.JSArray_dynamic); - B.List_w88 = A._setArrayType(makeConstList(["HH 'h' mm 'min' ss 's' zzzz", "HH 'h' mm 'min' ss 's' z", "HH 'h' mm 'min' ss 's'", "HH 'h' mm"]), type$.JSArray_dynamic); - B.List_CDT0 = A._setArrayType(makeConstList(["{1} '\xe0' {0}", "{1} '\xe0' {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tStJ = new A.ConstantStringMap(25, {NAME: "fr_CA", ERAS: B.List_adS, ERANAMES: B.List_irQ, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_3wE, STANDALONEMONTHS: B.List_3wE, SHORTMONTHS: B.List_EuK, STANDALONESHORTMONTHS: B.List_EuK, WEEKDAYS: B.List_21f, STANDALONEWEEKDAYS: B.List_21f, SHORTWEEKDAYS: B.List_v3K, STANDALONESHORTWEEKDAYS: B.List_v3K, NARROWWEEKDAYS: B.List_ROW, STANDALONENARROWWEEKDAYS: B.List_ROW, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_GQ8, AMPMS: B.List_2fJ, DATEFORMATS: B.List_qJx, TIMEFORMATS: B.List_w88, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_CDT0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_2No1 = A._setArrayType(makeConstList(["a.C.", "d.C."]), type$.JSArray_dynamic); - B.List_BKg = A._setArrayType(makeConstList(["antes de Cristo", "despois de Cristo"]), type$.JSArray_dynamic); - B.List_Tqn = A._setArrayType(makeConstList(["x.", "f.", "m.", "a.", "m.", "x.", "x.", "a.", "s.", "o.", "n.", "d."]), type$.JSArray_dynamic); - B.List_a5W0 = A._setArrayType(makeConstList(["X", "F", "M", "A", "M", "X", "X", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_GRA = A._setArrayType(makeConstList(["xaneiro", "febreiro", "marzo", "abril", "maio", "xu\xf1o", "xullo", "agosto", "setembro", "outubro", "novembro", "decembro"]), type$.JSArray_dynamic); - B.List_56S = A._setArrayType(makeConstList(["Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xu\xf1o", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"]), type$.JSArray_dynamic); - B.List_MX8 = A._setArrayType(makeConstList(["xan.", "feb.", "mar.", "abr.", "maio", "xu\xf1o", "xul.", "ago.", "set.", "out.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_blc0 = A._setArrayType(makeConstList(["Xan.", "Feb.", "Mar.", "Abr.", "Maio", "Xu\xf1o", "Xul.", "Ago.", "Set.", "Out.", "Nov.", "Dec."]), type$.JSArray_dynamic); - B.List_6TA = A._setArrayType(makeConstList(["domingo", "luns", "martes", "m\xe9rcores", "xoves", "venres", "s\xe1bado"]), type$.JSArray_dynamic); - B.List_FKj = A._setArrayType(makeConstList(["Domingo", "Luns", "Martes", "M\xe9rcores", "Xoves", "Venres", "S\xe1bado"]), type$.JSArray_dynamic); - B.List_Pxa = A._setArrayType(makeConstList(["dom.", "luns", "mar.", "m\xe9r.", "xov.", "ven.", "s\xe1b."]), type$.JSArray_dynamic); - B.List_m9N = A._setArrayType(makeConstList(["Dom.", "Luns", "Mar.", "M\xe9r.", "Xov.", "Ven.", "S\xe1b."]), type$.JSArray_dynamic); - B.List_gkc5 = A._setArrayType(makeConstList(["d.", "l.", "m.", "m.", "x.", "v.", "s."]), type$.JSArray_dynamic); - B.List_KYU = A._setArrayType(makeConstList(["D", "L", "M", "M", "X", "V", "S"]), type$.JSArray_dynamic); - B.List_Ao9 = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d 'de' MMM 'de' y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.List_QGQ = A._setArrayType(makeConstList(["{0} 'do' {1}", "{0} 'do' {1}", "{0}, {1}", "{0}, {1}"]), type$.JSArray_dynamic); - B.Map_5t0iF = new A.ConstantStringMap(25, {NAME: "gl", ERAS: B.List_2No1, ERANAMES: B.List_BKg, NARROWMONTHS: B.List_Tqn, STANDALONENARROWMONTHS: B.List_a5W0, MONTHS: B.List_GRA, STANDALONEMONTHS: B.List_56S, SHORTMONTHS: B.List_MX8, STANDALONESHORTMONTHS: B.List_blc0, WEEKDAYS: B.List_6TA, STANDALONEWEEKDAYS: B.List_FKj, SHORTWEEKDAYS: B.List_Pxa, STANDALONESHORTWEEKDAYS: B.List_m9N, NARROWWEEKDAYS: B.List_gkc5, STANDALONENARROWWEEKDAYS: B.List_KYU, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_GfX, AMPMS: B.List_2fJ, DATEFORMATS: B.List_Ao9, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_QGQ}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_69P = A._setArrayType(makeConstList(["Januar", "Februar", "M\xe4rz", "April", "Mai", "Juni", "Juli", "Auguscht", "Sept\xe4mber", "Oktoober", "Nov\xe4mber", "Dez\xe4mber"]), type$.JSArray_dynamic); - B.List_bxS = A._setArrayType(makeConstList(["Sunntig", "M\xe4\xe4ntig", "Ziischtig", "Mittwuch", "Dunschtig", "Friitig", "Samschtig"]), type$.JSArray_dynamic); - B.List_rGN = A._setArrayType(makeConstList(["Su.", "M\xe4.", "Zi.", "Mi.", "Du.", "Fr.", "Sa."]), type$.JSArray_dynamic); - B.List_gLW = A._setArrayType(makeConstList(["am Vormittag", "am Namittag"]), type$.JSArray_dynamic); - B.Map_5tXzX = new A.ConstantStringMap(25, {NAME: "gsw", ERAS: B.List_znv, ERANAMES: B.List_znv, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_69P, STANDALONEMONTHS: B.List_69P, SHORTMONTHS: B.List_AgZ0, STANDALONESHORTMONTHS: B.List_AgZ0, WEEKDAYS: B.List_bxS, STANDALONEWEEKDAYS: B.List_bxS, SHORTWEEKDAYS: B.List_rGN, STANDALONESHORTWEEKDAYS: B.List_rGN, NARROWWEEKDAYS: B.List_6v8, STANDALONENARROWWEEKDAYS: B.List_6v8, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_2No0, AMPMS: B.List_gLW, DATEFORMATS: B.List_mGN, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_fXI = A._setArrayType(makeConstList(["\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", "\u0a88.\u0ab8."]), type$.JSArray_dynamic); - B.List_knt = A._setArrayType(makeConstList(["\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7", "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"]), type$.JSArray_dynamic); - B.List_JUC = A._setArrayType(makeConstList(["\u0a9c\u0abe", "\u0aab\u0ac7", "\u0aae\u0abe", "\u0a8f", "\u0aae\u0ac7", "\u0a9c\u0ac2", "\u0a9c\u0ac1", "\u0a91", "\u0ab8", "\u0a91", "\u0aa8", "\u0aa1\u0abf"]), type$.JSArray_dynamic); - B.List_Tbc = A._setArrayType(makeConstList(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", "\u0aae\u0abe\u0ab0\u0acd\u0a9a", "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", "\u0aae\u0ac7", "\u0a9c\u0ac2\u0aa8", "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", "\u0a91\u0a97\u0ab8\u0acd\u0a9f", "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"]), type$.JSArray_dynamic); - B.List_ZqO = A._setArrayType(makeConstList(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1", "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1", "\u0aae\u0abe\u0ab0\u0acd\u0a9a", "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", "\u0aae\u0ac7", "\u0a9c\u0ac2\u0aa8", "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", "\u0a91\u0a97\u0ab8\u0acd\u0a9f", "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7", "\u0a91\u0a95\u0acd\u0a9f\u0acb", "\u0aa8\u0ab5\u0ac7", "\u0aa1\u0abf\u0ab8\u0ac7"]), type$.JSArray_dynamic); - B.List_sBb = A._setArrayType(makeConstList(["\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0", "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0", "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0", "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0", "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0", "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0", "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"]), type$.JSArray_dynamic); - B.List_YVI0 = A._setArrayType(makeConstList(["\u0ab0\u0ab5\u0abf", "\u0ab8\u0acb\u0aae", "\u0aae\u0a82\u0a97\u0ab3", "\u0aac\u0ac1\u0aa7", "\u0a97\u0ac1\u0ab0\u0ac1", "\u0ab6\u0ac1\u0a95\u0acd\u0ab0", "\u0ab6\u0aa8\u0abf"]), type$.JSArray_dynamic); - B.List_Y62 = A._setArrayType(makeConstList(["\u0ab0", "\u0ab8\u0acb", "\u0aae\u0a82", "\u0aac\u0ac1", "\u0a97\u0ac1", "\u0ab6\u0ac1", "\u0ab6"]), type$.JSArray_dynamic); - B.List_BDv = A._setArrayType(makeConstList(["1\u0ab2\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8", "2\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8", "3\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8", "4\u0aa5\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8"]), type$.JSArray_dynamic); - B.List_TWS = A._setArrayType(makeConstList(["hh:mm:ss a zzzz", "hh:mm:ss a z", "hh:mm:ss a", "hh:mm a"]), type$.JSArray_dynamic); - B.List_23h0 = A._setArrayType(makeConstList(["{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7", "{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tyXb = new A.ConstantStringMap(25, {NAME: "gu", ERAS: B.List_fXI, ERANAMES: B.List_knt, NARROWMONTHS: B.List_JUC, STANDALONENARROWMONTHS: B.List_JUC, MONTHS: B.List_Tbc, STANDALONEMONTHS: B.List_Tbc, SHORTMONTHS: B.List_ZqO, STANDALONESHORTMONTHS: B.List_ZqO, WEEKDAYS: B.List_sBb, STANDALONEWEEKDAYS: B.List_sBb, SHORTWEEKDAYS: B.List_YVI0, STANDALONESHORTWEEKDAYS: B.List_YVI0, NARROWWEEKDAYS: B.List_Y62, STANDALONENARROWWEEKDAYS: B.List_Y62, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_BDv, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_oYk, TIMEFORMATS: B.List_TWS, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_23h0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_10r = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1", "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]), type$.JSArray_dynamic); - B.List_yzJ0 = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4", "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]), type$.JSArray_dynamic); - B.List_3Re = A._setArrayType(makeConstList(["\u05d9\u05e0\u05d5\u05d0\u05e8", "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", "\u05de\u05e8\u05e5", "\u05d0\u05e4\u05e8\u05d9\u05dc", "\u05de\u05d0\u05d9", "\u05d9\u05d5\u05e0\u05d9", "\u05d9\u05d5\u05dc\u05d9", "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", "\u05d3\u05e6\u05de\u05d1\u05e8"]), type$.JSArray_dynamic); - B.List_2Rm = A._setArrayType(makeConstList(["\u05d9\u05e0\u05d5\u05f3", "\u05e4\u05d1\u05e8\u05f3", "\u05de\u05e8\u05e5", "\u05d0\u05e4\u05e8\u05f3", "\u05de\u05d0\u05d9", "\u05d9\u05d5\u05e0\u05d9", "\u05d9\u05d5\u05dc\u05d9", "\u05d0\u05d5\u05d2\u05f3", "\u05e1\u05e4\u05d8\u05f3", "\u05d0\u05d5\u05e7\u05f3", "\u05e0\u05d5\u05d1\u05f3", "\u05d3\u05e6\u05de\u05f3"]), type$.JSArray_dynamic); - B.List_2nm0 = A._setArrayType(makeConstList(["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"]), type$.JSArray_dynamic); - B.List_4Ep = A._setArrayType(makeConstList(["\u05d9\u05d5\u05dd \u05d0\u05f3", "\u05d9\u05d5\u05dd \u05d1\u05f3", "\u05d9\u05d5\u05dd \u05d2\u05f3", "\u05d9\u05d5\u05dd \u05d3\u05f3", "\u05d9\u05d5\u05dd \u05d4\u05f3", "\u05d9\u05d5\u05dd \u05d5\u05f3", "\u05e9\u05d1\u05ea"]), type$.JSArray_dynamic); - B.List_IIV = A._setArrayType(makeConstList(["\u05d0\u05f3", "\u05d1\u05f3", "\u05d2\u05f3", "\u05d3\u05f3", "\u05d4\u05f3", "\u05d5\u05f3", "\u05e9\u05f3"]), type$.JSArray_dynamic); - B.List_497 = A._setArrayType(makeConstList(["\u05e8\u05d1\u05e2\u05d5\u05df 1", "\u05e8\u05d1\u05e2\u05d5\u05df 2", "\u05e8\u05d1\u05e2\u05d5\u05df 3", "\u05e8\u05d1\u05e2\u05d5\u05df 4"]), type$.JSArray_dynamic); - B.List_uAX = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", "\u05d0\u05d7\u05d4\u05f4\u05e6"]), type$.JSArray_dynamic); - B.List_gGk = A._setArrayType(makeConstList(["EEEE, d \u05d1MMMM y", "d \u05d1MMMM y", "d \u05d1MMM y", "d.M.y"]), type$.JSArray_dynamic); - B.List_cdS = A._setArrayType(makeConstList(["{1} \u05d1\u05e9\u05e2\u05d4 {0}", "{1} \u05d1\u05e9\u05e2\u05d4 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5t1NX = new A.ConstantStringMap(25, {NAME: "he", ERAS: B.List_10r, ERANAMES: B.List_yzJ0, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_3Re, STANDALONEMONTHS: B.List_3Re, SHORTMONTHS: B.List_2Rm, STANDALONESHORTMONTHS: B.List_2Rm, WEEKDAYS: B.List_2nm0, STANDALONEWEEKDAYS: B.List_2nm0, SHORTWEEKDAYS: B.List_4Ep, STANDALONESHORTWEEKDAYS: B.List_4Ep, NARROWWEEKDAYS: B.List_IIV, STANDALONENARROWWEEKDAYS: B.List_IIV, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_497, AMPMS: B.List_uAX, DATEFORMATS: B.List_gGk, TIMEFORMATS: B.List_84a, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_4_5, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_cdS}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_MON = A._setArrayType(makeConstList(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", "\u0908\u0938\u094d\u0935\u0940"]), type$.JSArray_dynamic); - B.List_2uL0 = A._setArrayType(makeConstList(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935", "\u0908\u0938\u0935\u0940 \u0938\u0928"]), type$.JSArray_dynamic); - B.List_ClP = A._setArrayType(makeConstList(["\u091c", "\u092b\u093c", "\u092e\u093e", "\u0905", "\u092e", "\u091c\u0942", "\u091c\u0941", "\u0905", "\u0938\u093f", "\u0905", "\u0928", "\u0926\u093f"]), type$.JSArray_dynamic); - B.List_xY6 = A._setArrayType(makeConstList(["\u091c\u0928\u0935\u0930\u0940", "\u092b\u093c\u0930\u0935\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u0948\u0932", "\u092e\u0908", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u093e\u0908", "\u0905\u0917\u0938\u094d\u0924", "\u0938\u093f\u0924\u0902\u092c\u0930", "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", "\u0928\u0935\u0902\u092c\u0930", "\u0926\u093f\u0938\u0902\u092c\u0930"]), type$.JSArray_dynamic); - B.List_oyU1 = A._setArrayType(makeConstList(["\u091c\u0928\u0970", "\u092b\u093c\u0930\u0970", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u0948\u0932", "\u092e\u0908", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0970", "\u0905\u0917\u0970", "\u0938\u093f\u0924\u0970", "\u0905\u0915\u094d\u0924\u0942\u0970", "\u0928\u0935\u0970", "\u0926\u093f\u0938\u0970"]), type$.JSArray_dynamic); - 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_dynamic); - B.List_65v = A._setArrayType(makeConstList(["\u0930\u0935\u093f", "\u0938\u094b\u092e", "\u092e\u0902\u0917\u0932", "\u092c\u0941\u0927", "\u0917\u0941\u0930\u0941", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"]), type$.JSArray_dynamic); - B.List_Vfn = A._setArrayType(makeConstList(["\u0930", "\u0938\u094b", "\u092e\u0902", "\u092c\u0941", "\u0917\u0941", "\u0936\u0941", "\u0936"]), type$.JSArray_dynamic); - B.List_npw = A._setArrayType(makeConstList(["\u0924\u093f1", "\u0924\u093f2", "\u0924\u093f3", "\u0924\u093f4"]), type$.JSArray_dynamic); - B.List_Mh7 = A._setArrayType(makeConstList(["\u092a\u0939\u0932\u0940 \u0924\u093f\u092e\u093e\u0939\u0940", "\u0926\u0942\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940", "\u0924\u0940\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940", "\u091a\u094c\u0925\u0940 \u0924\u093f\u092e\u093e\u0939\u0940"]), type$.JSArray_dynamic); - B.List_wu8 = A._setArrayType(makeConstList(["{1} \u0915\u094b {0}", "{1} \u0915\u094b {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5t4AN0 = new A.ConstantStringMap(25, {NAME: "hi", ERAS: B.List_MON, ERANAMES: B.List_2uL0, NARROWMONTHS: B.List_ClP, STANDALONENARROWMONTHS: B.List_ClP, MONTHS: B.List_xY6, STANDALONEMONTHS: B.List_xY6, SHORTMONTHS: B.List_oyU1, STANDALONESHORTMONTHS: B.List_oyU1, WEEKDAYS: B.List_ett, STANDALONEWEEKDAYS: B.List_ett, SHORTWEEKDAYS: B.List_65v, STANDALONESHORTWEEKDAYS: B.List_65v, NARROWWEEKDAYS: B.List_Vfn, STANDALONENARROWWEEKDAYS: B.List_Vfn, SHORTQUARTERS: B.List_npw, QUARTERS: B.List_Mh7, AMPMS: B.List_am_pm, DATEFORMATS: B.List_INh, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_wu8}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_NQV = A._setArrayType(makeConstList(["pr. Kr.", "po. Kr."]), type$.JSArray_dynamic); - B.List_Fb0 = A._setArrayType(makeConstList(["prije Krista", "poslije Krista"]), type$.JSArray_dynamic); - B.List_ePH = A._setArrayType(makeConstList(["1.", "2.", "3.", "4.", "5.", "6.", "7.", "8.", "9.", "10.", "11.", "12."]), type$.JSArray_dynamic); - B.List_6x6 = A._setArrayType(makeConstList(["sije\u010dnja", "velja\u010de", "o\u017eujka", "travnja", "svibnja", "lipnja", "srpnja", "kolovoza", "rujna", "listopada", "studenoga", "prosinca"]), type$.JSArray_dynamic); - B.List_s2f = A._setArrayType(makeConstList(["sije\u010danj", "velja\u010da", "o\u017eujak", "travanj", "svibanj", "lipanj", "srpanj", "kolovoz", "rujan", "listopad", "studeni", "prosinac"]), type$.JSArray_dynamic); - B.List_qt1 = A._setArrayType(makeConstList(["sij", "velj", "o\u017eu", "tra", "svi", "lip", "srp", "kol", "ruj", "lis", "stu", "pro"]), type$.JSArray_dynamic); - B.List_0yI = A._setArrayType(makeConstList(["1kv", "2kv", "3kv", "4kv"]), type$.JSArray_dynamic); - B.List_JO4 = A._setArrayType(makeConstList(["EEEE, d. MMMM y.", "d. MMMM y.", "d. MMM y.", "dd. MM. y."]), type$.JSArray_dynamic); - B.List_fhZ = A._setArrayType(makeConstList(["HH:mm:ss (zzzz)", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.Map_5t8tP = new A.ConstantStringMap(25, {NAME: "hr", ERAS: B.List_NQV, ERANAMES: B.List_Fb0, NARROWMONTHS: B.List_ePH, STANDALONENARROWMONTHS: B.List_ePH, MONTHS: B.List_6x6, STANDALONEMONTHS: B.List_s2f, SHORTMONTHS: B.List_qt1, STANDALONESHORTMONTHS: B.List_qt1, WEEKDAYS: B.List_S49, STANDALONEWEEKDAYS: B.List_S49, SHORTWEEKDAYS: B.List_8eb0, STANDALONESHORTWEEKDAYS: B.List_8eb0, NARROWWEEKDAYS: B.List_KHM, STANDALONENARROWWEEKDAYS: B.List_sci, SHORTQUARTERS: B.List_0yI, QUARTERS: B.List_wg3, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_JO4, TIMEFORMATS: B.List_fhZ, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_CDT}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_EbH = A._setArrayType(makeConstList(["i. e.", "i. sz."]), type$.JSArray_dynamic); - B.List_y1j0 = A._setArrayType(makeConstList(["Krisztus el\u0151tt", "id\u0151sz\xe1m\xedt\xe1sunk szerint"]), type$.JSArray_dynamic); - B.List_qva = A._setArrayType(makeConstList(["J", "F", "M", "\xc1", "M", "J", "J", "A", "Sz", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_q8l = A._setArrayType(makeConstList(["janu\xe1r", "febru\xe1r", "m\xe1rcius", "\xe1prilis", "m\xe1jus", "j\xfanius", "j\xfalius", "augusztus", "szeptember", "okt\xf3ber", "november", "december"]), type$.JSArray_dynamic); - B.List_YY6 = A._setArrayType(makeConstList(["jan.", "febr.", "m\xe1rc.", "\xe1pr.", "m\xe1j.", "j\xfan.", "j\xfal.", "aug.", "szept.", "okt.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_qNA0 = A._setArrayType(makeConstList(["vas\xe1rnap", "h\xe9tf\u0151", "kedd", "szerda", "cs\xfct\xf6rt\xf6k", "p\xe9ntek", "szombat"]), type$.JSArray_dynamic); - B.List_q0N = A._setArrayType(makeConstList(["V", "H", "K", "Sze", "Cs", "P", "Szo"]), type$.JSArray_dynamic); - B.List_6pP = A._setArrayType(makeConstList(["V", "H", "K", "Sz", "Cs", "P", "Sz"]), type$.JSArray_dynamic); - B.List_6pp = A._setArrayType(makeConstList(["I. n.\xe9v", "II. n.\xe9v", "III. n.\xe9v", "IV. n.\xe9v"]), type$.JSArray_dynamic); - B.List_BSc = A._setArrayType(makeConstList(["I. negyed\xe9v", "II. negyed\xe9v", "III. negyed\xe9v", "IV. negyed\xe9v"]), type$.JSArray_dynamic); - B.List_3BG = A._setArrayType(makeConstList(["de.", "du."]), type$.JSArray_dynamic); - B.List_HtW = A._setArrayType(makeConstList(["y. MMMM d., EEEE", "y. MMMM d.", "y. MMM d.", "y. MM. dd."]), type$.JSArray_dynamic); - B.Map_5toEG = new A.ConstantStringMap(25, {NAME: "hu", ERAS: B.List_EbH, ERANAMES: B.List_y1j0, NARROWMONTHS: B.List_qva, STANDALONENARROWMONTHS: B.List_qva, MONTHS: B.List_q8l, STANDALONEMONTHS: B.List_q8l, SHORTMONTHS: B.List_YY6, STANDALONESHORTMONTHS: B.List_YY6, WEEKDAYS: B.List_qNA0, STANDALONEWEEKDAYS: B.List_qNA0, SHORTWEEKDAYS: B.List_q0N, STANDALONESHORTWEEKDAYS: B.List_q0N, NARROWWEEKDAYS: B.List_6pP, STANDALONENARROWWEEKDAYS: B.List_6pP, SHORTQUARTERS: B.List_6pp, QUARTERS: B.List_BSc, AMPMS: B.List_3BG, DATEFORMATS: B.List_HtW, TIMEFORMATS: B.List_84a, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_aRc = A._setArrayType(makeConstList(["\u0574.\u0569.\u0561.", "\u0574.\u0569."]), type$.JSArray_dynamic); - B.List_qpm1 = A._setArrayType(makeConstList(["\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b", "\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578"]), type$.JSArray_dynamic); - B.List_n7k1 = A._setArrayType(makeConstList(["\u0540", "\u0553", "\u0544", "\u0531", "\u0544", "\u0540", "\u0540", "\u0555", "\u054d", "\u0540", "\u0546", "\u0534"]), type$.JSArray_dynamic); - B.List_kmg = A._setArrayType(makeConstList(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b", "\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b", "\u0574\u0561\u0580\u057f\u056b", "\u0561\u057a\u0580\u056b\u056c\u056b", "\u0574\u0561\u0575\u056b\u057d\u056b", "\u0570\u0578\u0582\u0576\u056b\u057d\u056b", "\u0570\u0578\u0582\u056c\u056b\u057d\u056b", "\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b", "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b", "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b", "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b", "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b"]), type$.JSArray_dynamic); - B.List_Kf0 = A._setArrayType(makeConstList(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580", "\u0583\u0565\u057f\u0580\u057e\u0561\u0580", "\u0574\u0561\u0580\u057f", "\u0561\u057a\u0580\u056b\u056c", "\u0574\u0561\u0575\u056b\u057d", "\u0570\u0578\u0582\u0576\u056b\u057d", "\u0570\u0578\u0582\u056c\u056b\u057d", "\u0585\u0563\u0578\u057d\u057f\u0578\u057d", "\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580", "\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580", "\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580", "\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580"]), type$.JSArray_dynamic); - B.List_Wax = A._setArrayType(makeConstList(["\u0570\u0576\u057e", "\u0583\u057f\u057e", "\u0574\u0580\u057f", "\u0561\u057a\u0580", "\u0574\u0575\u057d", "\u0570\u0576\u057d", "\u0570\u056c\u057d", "\u0585\u0563\u057d", "\u057d\u0565\u057a", "\u0570\u0578\u056f", "\u0576\u0578\u0575", "\u0564\u0565\u056f"]), type$.JSArray_dynamic); - B.List_QgR = A._setArrayType(makeConstList(["\u056f\u056b\u0580\u0561\u056f\u056b", "\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b", "\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", "\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", "\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b", "\u0578\u0582\u0580\u0562\u0561\u0569", "\u0577\u0561\u0562\u0561\u0569"]), type$.JSArray_dynamic); - B.List_Uvc = A._setArrayType(makeConstList(["\u056f\u056b\u0580", "\u0565\u0580\u056f", "\u0565\u0580\u0584", "\u0579\u0580\u0584", "\u0570\u0576\u0563", "\u0578\u0582\u0580", "\u0577\u0562\u0569"]), type$.JSArray_dynamic); - B.List_JAv = A._setArrayType(makeConstList(["\u053f", "\u0535", "\u0535", "\u0549", "\u0540", "\u0548", "\u0547"]), type$.JSArray_dynamic); - B.List_M2I0 = A._setArrayType(makeConstList(["1-\u056b\u0576 \u0565\u057c\u0574\u057d.", "2-\u0580\u0564 \u0565\u057c\u0574\u057d.", "3-\u0580\u0564 \u0565\u057c\u0574\u057d.", "4-\u0580\u0564 \u0565\u057c\u0574\u057d."]), type$.JSArray_dynamic); - B.List_wIv = A._setArrayType(makeConstList(["1-\u056b\u0576 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f", "2-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f", "3-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f", "4-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f"]), type$.JSArray_dynamic); - B.List_rBh = A._setArrayType(makeConstList(["y \u0569. MMMM d, EEEE", "dd MMMM, y \u0569.", "dd MMM, y \u0569.", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5tKeb = new A.ConstantStringMap(25, {NAME: "hy", ERAS: B.List_aRc, ERANAMES: B.List_qpm1, NARROWMONTHS: B.List_n7k1, STANDALONENARROWMONTHS: B.List_n7k1, MONTHS: B.List_kmg, STANDALONEMONTHS: B.List_Kf0, SHORTMONTHS: B.List_Wax, STANDALONESHORTMONTHS: B.List_Wax, WEEKDAYS: B.List_QgR, STANDALONEWEEKDAYS: B.List_QgR, SHORTWEEKDAYS: B.List_Uvc, STANDALONESHORTWEEKDAYS: B.List_Uvc, NARROWWEEKDAYS: B.List_JAv, STANDALONENARROWWEEKDAYS: B.List_JAv, SHORTQUARTERS: B.List_M2I0, QUARTERS: B.List_wIv, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_rBh, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_SM_M = A._setArrayType(makeConstList(["SM", "M"]), type$.JSArray_dynamic); - B.List_Cuw = A._setArrayType(makeConstList(["Sebelum Masehi", "Masehi"]), type$.JSArray_dynamic); - B.List_JYK = A._setArrayType(makeConstList(["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"]), type$.JSArray_dynamic); - B.List_QW2 = A._setArrayType(makeConstList(["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Agu", "Sep", "Okt", "Nov", "Des"]), type$.JSArray_dynamic); - B.List_UE0 = A._setArrayType(makeConstList(["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"]), type$.JSArray_dynamic); - B.List_xKX = A._setArrayType(makeConstList(["Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"]), type$.JSArray_dynamic); - B.List_o2T = A._setArrayType(makeConstList(["M", "S", "S", "R", "K", "J", "S"]), type$.JSArray_dynamic); - B.List_6Lo = A._setArrayType(makeConstList(["Kuartal ke-1", "Kuartal ke-2", "Kuartal ke-3", "Kuartal ke-4"]), type$.JSArray_dynamic); - B.List_Bzp = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "d MMMM y", "d MMM y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.Map_5tIWo = new A.ConstantStringMap(25, {NAME: "id", ERAS: B.List_SM_M, ERANAMES: B.List_Cuw, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_JYK, STANDALONEMONTHS: B.List_JYK, SHORTMONTHS: B.List_QW2, STANDALONESHORTMONTHS: B.List_QW2, WEEKDAYS: B.List_UE0, STANDALONEWEEKDAYS: B.List_UE0, SHORTWEEKDAYS: B.List_xKX, STANDALONESHORTWEEKDAYS: B.List_xKX, NARROWWEEKDAYS: B.List_o2T, STANDALONENARROWWEEKDAYS: B.List_o2T, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_6Lo, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_Bzp, TIMEFORMATS: B.List_SCE, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_DP9 = A._setArrayType(makeConstList(["fyrir Krist", "eftir Krist"]), type$.JSArray_dynamic); - B.List_Xrf = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "\xc1", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_Lvu = A._setArrayType(makeConstList(["jan\xfaar", "febr\xfaar", "mars", "apr\xedl", "ma\xed", "j\xfan\xed", "j\xfal\xed", "\xe1g\xfast", "september", "okt\xf3ber", "n\xf3vember", "desember"]), type$.JSArray_dynamic); - B.List_A3h = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "ma\xed", "j\xfan.", "j\xfal.", "\xe1g\xfa.", "sep.", "okt.", "n\xf3v.", "des."]), type$.JSArray_dynamic); - B.List_4AN0 = A._setArrayType(makeConstList(["sunnudagur", "m\xe1nudagur", "\xferi\xf0judagur", "mi\xf0vikudagur", "fimmtudagur", "f\xf6studagur", "laugardagur"]), type$.JSArray_dynamic); - B.List_2T7 = A._setArrayType(makeConstList(["sun.", "m\xe1n.", "\xferi.", "mi\xf0.", "fim.", "f\xf6s.", "lau."]), type$.JSArray_dynamic); - B.List_sYD = A._setArrayType(makeConstList(["S", "M", "\xde", "M", "F", "F", "L"]), type$.JSArray_dynamic); - B.List_F1_F2_F3_F4 = A._setArrayType(makeConstList(["F1", "F2", "F3", "F4"]), type$.JSArray_dynamic); - B.List_3y9 = A._setArrayType(makeConstList(["1. fj\xf3r\xf0ungur", "2. fj\xf3r\xf0ungur", "3. fj\xf3r\xf0ungur", "4. fj\xf3r\xf0ungur"]), type$.JSArray_dynamic); - B.List_nMZ = A._setArrayType(makeConstList(["f.h.", "e.h."]), type$.JSArray_dynamic); - B.List_kjq = A._setArrayType(makeConstList(["EEEE, d. MMMM y", "d. MMMM y", "d. MMM y", "d.M.y"]), type$.JSArray_dynamic); - B.List_ww8139 = A._setArrayType(makeConstList(["{1} 'kl'. {0}", "{1} 'kl'. {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5twEo = new A.ConstantStringMap(25, {NAME: "is", ERAS: B.List_OPD, ERANAMES: B.List_DP9, NARROWMONTHS: B.List_Xrf, STANDALONENARROWMONTHS: B.List_Xrf, MONTHS: B.List_Lvu, STANDALONEMONTHS: B.List_Lvu, SHORTMONTHS: B.List_A3h, STANDALONESHORTMONTHS: B.List_A3h, WEEKDAYS: B.List_4AN0, STANDALONEWEEKDAYS: B.List_4AN0, SHORTWEEKDAYS: B.List_2T7, STANDALONESHORTWEEKDAYS: B.List_2T7, NARROWWEEKDAYS: B.List_sYD, STANDALONENARROWWEEKDAYS: B.List_sYD, SHORTQUARTERS: B.List_F1_F2_F3_F4, QUARTERS: B.List_3y9, AMPMS: B.List_nMZ, DATEFORMATS: B.List_kjq, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_ww8139}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_OTw = A._setArrayType(makeConstList(["avanti Cristo", "dopo Cristo"]), type$.JSArray_dynamic); - B.List_ink = A._setArrayType(makeConstList(["G", "F", "M", "A", "M", "G", "L", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_YYR = A._setArrayType(makeConstList(["gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre"]), type$.JSArray_dynamic); - B.List_qMN = A._setArrayType(makeConstList(["gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic"]), type$.JSArray_dynamic); - B.List_EO3 = A._setArrayType(makeConstList(["domenica", "luned\xec", "marted\xec", "mercoled\xec", "gioved\xec", "venerd\xec", "sabato"]), type$.JSArray_dynamic); - B.List_wwP = A._setArrayType(makeConstList(["dom", "lun", "mar", "mer", "gio", "ven", "sab"]), type$.JSArray_dynamic); - B.List_rxd = A._setArrayType(makeConstList(["D", "L", "M", "M", "G", "V", "S"]), type$.JSArray_dynamic); - B.List_i7B1 = A._setArrayType(makeConstList(["1\xba trimestre", "2\xba trimestre", "3\xba trimestre", "4\xba trimestre"]), type$.JSArray_dynamic); - B.List_2fK = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.List_aYE0 = A._setArrayType(makeConstList(["{1} {0}", "{1} {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5twQW = new A.ConstantStringMap(25, {NAME: "it", ERAS: B.List_2No1, ERANAMES: B.List_OTw, NARROWMONTHS: B.List_ink, STANDALONENARROWMONTHS: B.List_ink, MONTHS: B.List_YYR, STANDALONEMONTHS: B.List_YYR, SHORTMONTHS: B.List_qMN, STANDALONESHORTMONTHS: B.List_qMN, WEEKDAYS: B.List_EO3, STANDALONEWEEKDAYS: B.List_EO3, SHORTWEEKDAYS: B.List_wwP, STANDALONESHORTWEEKDAYS: B.List_wwP, NARROWWEEKDAYS: B.List_rxd, STANDALONENARROWWEEKDAYS: B.List_rxd, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_i7B1, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_2fK, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_aYE0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_cKo0 = A._setArrayType(makeConstList(["\u7d00\u5143\u524d", "\u897f\u66a6"]), type$.JSArray_dynamic); - B.List_24C = A._setArrayType(makeConstList(["1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"]), type$.JSArray_dynamic); - B.List_d8d = A._setArrayType(makeConstList(["\u65e5\u66dc\u65e5", "\u6708\u66dc\u65e5", "\u706b\u66dc\u65e5", "\u6c34\u66dc\u65e5", "\u6728\u66dc\u65e5", "\u91d1\u66dc\u65e5", "\u571f\u66dc\u65e5"]), type$.JSArray_dynamic); - B.List_IS6 = A._setArrayType(makeConstList(["\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"]), type$.JSArray_dynamic); - B.List_Pvn = A._setArrayType(makeConstList(["\u7b2c1\u56db\u534a\u671f", "\u7b2c2\u56db\u534a\u671f", "\u7b2c3\u56db\u534a\u671f", "\u7b2c4\u56db\u534a\u671f"]), type$.JSArray_dynamic); - B.List_P5r = A._setArrayType(makeConstList(["\u5348\u524d", "\u5348\u5f8c"]), type$.JSArray_dynamic); - B.List_F4F = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5EEEE", "y\u5e74M\u6708d\u65e5", "y/MM/dd", "y/MM/dd"]), type$.JSArray_dynamic); - B.List_61r = A._setArrayType(makeConstList(["H\u6642mm\u5206ss\u79d2 zzzz", "H:mm:ss z", "H:mm:ss", "H:mm"]), type$.JSArray_dynamic); - B.Map_5ta6h = new A.ConstantStringMap(25, {NAME: "ja", ERAS: B.List_cKo0, ERANAMES: B.List_cKo0, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_24C, STANDALONEMONTHS: B.List_24C, SHORTMONTHS: B.List_24C, STANDALONESHORTMONTHS: B.List_24C, WEEKDAYS: B.List_d8d, STANDALONEWEEKDAYS: B.List_d8d, SHORTWEEKDAYS: B.List_IS6, STANDALONESHORTWEEKDAYS: B.List_IS6, NARROWWEEKDAYS: B.List_IS6, STANDALONENARROWWEEKDAYS: B.List_IS6, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_Pvn, AMPMS: B.List_P5r, DATEFORMATS: B.List_F4F, TIMEFORMATS: B.List_61r, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_NMh = A._setArrayType(makeConstList(["\u10eb\u10d5. \u10ec.", "\u10d0\u10ee. \u10ec."]), type$.JSArray_dynamic); - B.List_g8C = A._setArrayType(makeConstList(["\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7"]), type$.JSArray_dynamic); - B.List_fL6 = A._setArrayType(makeConstList(["\u10d8", "\u10d7", "\u10db", "\u10d0", "\u10db", "\u10d8", "\u10d8", "\u10d0", "\u10e1", "\u10dd", "\u10dc", "\u10d3"]), type$.JSArray_dynamic); - B.List_bh9 = A._setArrayType(makeConstList(["\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", "\u10db\u10d0\u10e0\u10e2\u10d8", "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", "\u10db\u10d0\u10d8\u10e1\u10d8", "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8"]), type$.JSArray_dynamic); - B.List_40x = A._setArrayType(makeConstList(["\u10d8\u10d0\u10dc", "\u10d7\u10d4\u10d1", "\u10db\u10d0\u10e0", "\u10d0\u10de\u10e0", "\u10db\u10d0\u10d8", "\u10d8\u10d5\u10dc", "\u10d8\u10d5\u10da", "\u10d0\u10d2\u10d5", "\u10e1\u10d4\u10e5", "\u10dd\u10e5\u10e2", "\u10dc\u10dd\u10d4", "\u10d3\u10d4\u10d9"]), type$.JSArray_dynamic); - B.List_mNP = A._setArrayType(makeConstList(["\u10d9\u10d5\u10d8\u10e0\u10d0", "\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", "\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8", "\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8"]), type$.JSArray_dynamic); - B.List_oTd = A._setArrayType(makeConstList(["\u10d9\u10d5\u10d8", "\u10dd\u10e0\u10e8", "\u10e1\u10d0\u10db", "\u10dd\u10d7\u10ee", "\u10ee\u10e3\u10d7", "\u10de\u10d0\u10e0", "\u10e8\u10d0\u10d1"]), type$.JSArray_dynamic); - B.List_iU9 = A._setArrayType(makeConstList(["\u10d9", "\u10dd", "\u10e1", "\u10dd", "\u10ee", "\u10de", "\u10e8"]), type$.JSArray_dynamic); - B.List_8aB2 = A._setArrayType(makeConstList(["I \u10d9\u10d5.", "II \u10d9\u10d5.", "III \u10d9\u10d5.", "IV \u10d9\u10d5."]), type$.JSArray_dynamic); - B.List_CkO = A._setArrayType(makeConstList(["I \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8", "II \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8", "III \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8", "IV \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8"]), type$.JSArray_dynamic); - B.List_Wm5 = A._setArrayType(makeConstList(["EEEE, dd MMMM, y", "d MMMM, y", "d MMM. y", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5tq4G = new A.ConstantStringMap(25, {NAME: "ka", ERAS: B.List_NMh, ERANAMES: B.List_g8C, NARROWMONTHS: B.List_fL6, STANDALONENARROWMONTHS: B.List_fL6, MONTHS: B.List_bh9, STANDALONEMONTHS: B.List_bh9, SHORTMONTHS: B.List_40x, STANDALONESHORTMONTHS: B.List_40x, WEEKDAYS: B.List_mNP, STANDALONEWEEKDAYS: B.List_mNP, SHORTWEEKDAYS: B.List_oTd, STANDALONESHORTWEEKDAYS: B.List_oTd, NARROWWEEKDAYS: B.List_iU9, STANDALONENARROWWEEKDAYS: B.List_iU9, SHORTQUARTERS: B.List_8aB2, QUARTERS: B.List_CkO, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_Wm5, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_oc6 = A._setArrayType(makeConstList(["\u0431.\u0437.\u0434.", "\u0431.\u0437."]), type$.JSArray_dynamic); - B.List_rc4 = A._setArrayType(makeConstList(["\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d", "\u0431\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437"]), type$.JSArray_dynamic); - B.List_wAg = A._setArrayType(makeConstList(["\u049a", "\u0410", "\u041d", "\u0421", "\u041c", "\u041c", "\u0428", "\u0422", "\u049a", "\u049a", "\u049a", "\u0416"]), type$.JSArray_dynamic); - B.List_U1z = A._setArrayType(makeConstList(["\u049b\u0430\u04a3\u0442\u0430\u0440", "\u0430\u049b\u043f\u0430\u043d", "\u043d\u0430\u0443\u0440\u044b\u0437", "\u0441\u04d9\u0443\u0456\u0440", "\u043c\u0430\u043c\u044b\u0440", "\u043c\u0430\u0443\u0441\u044b\u043c", "\u0448\u0456\u043b\u0434\u0435", "\u0442\u0430\u043c\u044b\u0437", "\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a", "\u049b\u0430\u0437\u0430\u043d", "\u049b\u0430\u0440\u0430\u0448\u0430", "\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]), type$.JSArray_dynamic); - B.List_jXU = A._setArrayType(makeConstList(["\u049a\u0430\u04a3\u0442\u0430\u0440", "\u0410\u049b\u043f\u0430\u043d", "\u041d\u0430\u0443\u0440\u044b\u0437", "\u0421\u04d9\u0443\u0456\u0440", "\u041c\u0430\u043c\u044b\u0440", "\u041c\u0430\u0443\u0441\u044b\u043c", "\u0428\u0456\u043b\u0434\u0435", "\u0422\u0430\u043c\u044b\u0437", "\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a", "\u049a\u0430\u0437\u0430\u043d", "\u049a\u0430\u0440\u0430\u0448\u0430", "\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]), type$.JSArray_dynamic); - B.List_k4X = A._setArrayType(makeConstList(["\u049b\u0430\u04a3.", "\u0430\u049b\u043f.", "\u043d\u0430\u0443.", "\u0441\u04d9\u0443.", "\u043c\u0430\u043c.", "\u043c\u0430\u0443.", "\u0448\u0456\u043b.", "\u0442\u0430\u043c.", "\u049b\u044b\u0440.", "\u049b\u0430\u0437.", "\u049b\u0430\u0440.", "\u0436\u0435\u043b."]), type$.JSArray_dynamic); - B.List_w66 = A._setArrayType(makeConstList(["\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456", "\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456", "\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456", "\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456", "\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456", "\u0436\u04b1\u043c\u0430", "\u0441\u0435\u043d\u0431\u0456"]), type$.JSArray_dynamic); - B.List_IaK = A._setArrayType(makeConstList(["\u0436\u0441", "\u0434\u0441", "\u0441\u0441", "\u0441\u0440", "\u0431\u0441", "\u0436\u043c", "\u0441\u0431"]), type$.JSArray_dynamic); - B.List_HNA = A._setArrayType(makeConstList(["\u0416", "\u0414", "\u0421", "\u0421", "\u0411", "\u0416", "\u0421"]), type$.JSArray_dynamic); - B.List_a5W1 = A._setArrayType(makeConstList(["\u0406 \u0442\u049b\u0441.", "\u0406\u0406 \u0442\u049b\u0441.", "\u0406\u0406\u0406 \u0442\u049b\u0441.", "IV \u0442\u049b\u0441."]), type$.JSArray_dynamic); - B.List_dGK = A._setArrayType(makeConstList(["\u0406 \u0442\u043e\u049b\u0441\u0430\u043d", "\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d", "\u0406\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d", "IV \u0442\u043e\u049b\u0441\u0430\u043d"]), type$.JSArray_dynamic); - B.List_G7N = A._setArrayType(makeConstList(["y '\u0436'. d MMMM, EEEE", "y '\u0436'. d MMMM", "y '\u0436'. dd MMM", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5tIiW = new A.ConstantStringMap(25, {NAME: "kk", ERAS: B.List_oc6, ERANAMES: B.List_rc4, NARROWMONTHS: B.List_wAg, STANDALONENARROWMONTHS: B.List_wAg, MONTHS: B.List_U1z, STANDALONEMONTHS: B.List_jXU, SHORTMONTHS: B.List_k4X, STANDALONESHORTMONTHS: B.List_k4X, WEEKDAYS: B.List_w66, STANDALONEWEEKDAYS: B.List_w66, SHORTWEEKDAYS: B.List_IaK, STANDALONESHORTWEEKDAYS: B.List_IaK, NARROWWEEKDAYS: B.List_HNA, STANDALONENARROWWEEKDAYS: B.List_HNA, SHORTQUARTERS: B.List_a5W1, QUARTERS: B.List_dGK, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_G7N, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_8Ay = A._setArrayType(makeConstList(["\u1798\u17bb\u1793 \u1782.\u179f.", "\u1782.\u179f."]), type$.JSArray_dynamic); - B.List_QKA = A._setArrayType(makeConstList(["\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787", "\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787"]), type$.JSArray_dynamic); - B.List_4m40 = A._setArrayType(makeConstList(["\u1798", "\u1780", "\u1798", "\u1798", "\u17a7", "\u1798", "\u1780", "\u179f", "\u1780", "\u178f", "\u179c", "\u1792"]), type$.JSArray_dynamic); - B.List_JUC0 = A._setArrayType(makeConstList(["\u1798\u1780\u179a\u17b6", "\u1780\u17bb\u1798\u17d2\u1797\u17c8", "\u1798\u17b8\u1793\u17b6", "\u1798\u17c1\u179f\u17b6", "\u17a7\u179f\u1797\u17b6", "\u1798\u17b7\u1790\u17bb\u1793\u17b6", "\u1780\u1780\u17d2\u1780\u178a\u17b6", "\u179f\u17b8\u17a0\u17b6", "\u1780\u1789\u17d2\u1789\u17b6", "\u178f\u17bb\u179b\u17b6", "\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", "\u1792\u17d2\u1793\u17bc"]), type$.JSArray_dynamic); - B.List_cMb0 = A._setArrayType(makeConstList(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "\u1785\u17d0\u1793\u17d2\u1791", "\u17a2\u1784\u17d2\u1782\u17b6\u179a", "\u1796\u17bb\u1792", "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", "\u179f\u17bb\u1780\u17d2\u179a", "\u179f\u17c5\u179a\u17cd"]), type$.JSArray_dynamic); - B.List_JMh = A._setArrayType(makeConstList(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "\u1785\u1793\u17d2\u1791", "\u17a2\u1784\u17d2\u1782\u17b6\u179a", "\u1796\u17bb\u1792", "\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", "\u179f\u17bb\u1780\u17d2\u179a", "\u179f\u17c5\u179a\u17cd"]), type$.JSArray_dynamic); - B.List_ww8140 = A._setArrayType(makeConstList(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "\u1785\u1793\u17d2\u1791", "\u17a2\u1784\u17d2\u1782\u17b6\u179a", "\u1796\u17bb\u1792", "\u1796\u17d2\u179a\u17a0", "\u179f\u17bb\u1780\u17d2\u179a", "\u179f\u17c5\u179a\u17cd"]), type$.JSArray_dynamic); - B.List_Dpp = A._setArrayType(makeConstList(["\u17a2", "\u1785", "\u17a2", "\u1796", "\u1796", "\u179f", "\u179f"]), type$.JSArray_dynamic); - B.List_Nss = A._setArrayType(makeConstList(["\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 1", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 2", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 3", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 4"]), type$.JSArray_dynamic); - B.List_CF7 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "d/M/yy"]), type$.JSArray_dynamic); - B.List_izR0 = A._setArrayType(makeConstList(["{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}", "{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tmmo = new A.ConstantStringMap(25, {NAME: "km", ERAS: B.List_8Ay, ERANAMES: B.List_QKA, NARROWMONTHS: B.List_4m40, STANDALONENARROWMONTHS: B.List_4m40, MONTHS: B.List_JUC0, STANDALONEMONTHS: B.List_JUC0, SHORTMONTHS: B.List_JUC0, STANDALONESHORTMONTHS: B.List_JUC0, WEEKDAYS: B.List_cMb0, STANDALONEWEEKDAYS: B.List_JMh, SHORTWEEKDAYS: B.List_ww8140, STANDALONESHORTWEEKDAYS: B.List_ww8140, NARROWWEEKDAYS: B.List_Dpp, STANDALONENARROWWEEKDAYS: B.List_Dpp, SHORTQUARTERS: B.List_Nss, QUARTERS: B.List_Nss, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_CF7, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_izR0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_wSV0 = A._setArrayType(makeConstList(["\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2", "\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6"]), type$.JSArray_dynamic); - B.List_gg42 = A._setArrayType(makeConstList(["\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5", "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95"]), type$.JSArray_dynamic); - B.List_Gfp = A._setArrayType(makeConstList(["\u0c9c", "\u0cab\u0cc6", "\u0cae\u0cbe", "\u0c8f", "\u0cae\u0cc7", "\u0c9c\u0cc2", "\u0c9c\u0cc1", "\u0c86", "\u0cb8\u0cc6", "\u0c85", "\u0ca8", "\u0ca1\u0cbf"]), type$.JSArray_dynamic); - B.List_okI = A._setArrayType(makeConstList(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd"]), type$.JSArray_dynamic); - B.List_2No2 = A._setArrayType(makeConstList(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", "\u0ca8\u0cb5\u0cc6\u0c82", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]), type$.JSArray_dynamic); - B.List_6Vn0 = A._setArrayType(makeConstList(["\u0c9c\u0ca8", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", "\u0ca8\u0cb5\u0cc6\u0c82", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]), type$.JSArray_dynamic); - B.List_jNn = A._setArrayType(makeConstList(["\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0", "\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0", "\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0", "\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0", "\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0", "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0", "\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0"]), type$.JSArray_dynamic); - B.List_kCd = A._setArrayType(makeConstList(["\u0cad\u0cbe\u0ca8\u0cc1", "\u0cb8\u0ccb\u0cae", "\u0cae\u0c82\u0c97\u0cb3", "\u0cac\u0cc1\u0ca7", "\u0c97\u0cc1\u0cb0\u0cc1", "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0", "\u0cb6\u0ca8\u0cbf"]), type$.JSArray_dynamic); - B.List_blW = A._setArrayType(makeConstList(["\u0cad\u0cbe", "\u0cb8\u0ccb", "\u0cae\u0c82", "\u0cac\u0cc1", "\u0c97\u0cc1", "\u0cb6\u0cc1", "\u0cb6"]), type$.JSArray_dynamic); - B.List_uKK = A._setArrayType(makeConstList(["\u0ca4\u0ccd\u0cb0\u0cc8 1", "\u0ca4\u0ccd\u0cb0\u0cc8 2", "\u0ca4\u0ccd\u0cb0\u0cc8 3", "\u0ca4\u0ccd\u0cb0\u0cc8 4"]), type$.JSArray_dynamic); - B.List_a9P = A._setArrayType(makeConstList(["1\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95", "2\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95", "3\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95", "4\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95"]), type$.JSArray_dynamic); - B.List_qh2 = A._setArrayType(makeConstList(["\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8", "\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8"]), type$.JSArray_dynamic); - B.List_EkK0 = A._setArrayType(makeConstList(["EEEE, MMMM d, y", "MMMM d, y", "MMM d, y", "d/M/yy"]), type$.JSArray_dynamic); - B.Map_5twHn = new A.ConstantStringMap(25, {NAME: "kn", ERAS: B.List_wSV0, ERANAMES: B.List_gg42, NARROWMONTHS: B.List_Gfp, STANDALONENARROWMONTHS: B.List_Gfp, MONTHS: B.List_okI, STANDALONEMONTHS: B.List_okI, SHORTMONTHS: B.List_2No2, STANDALONESHORTMONTHS: B.List_6Vn0, WEEKDAYS: B.List_jNn, STANDALONEWEEKDAYS: B.List_jNn, SHORTWEEKDAYS: B.List_kCd, STANDALONESHORTWEEKDAYS: B.List_kCd, NARROWWEEKDAYS: B.List_blW, STANDALONENARROWWEEKDAYS: B.List_blW, SHORTQUARTERS: B.List_uKK, QUARTERS: B.List_a9P, AMPMS: B.List_qh2, DATEFORMATS: B.List_EkK0, TIMEFORMATS: B.List_TWS, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_8Gl = A._setArrayType(makeConstList(["\uae30\uc6d0\uc804", "\uc11c\uae30"]), type$.JSArray_dynamic); - B.List_Ukm = A._setArrayType(makeConstList(["1\uc6d4", "2\uc6d4", "3\uc6d4", "4\uc6d4", "5\uc6d4", "6\uc6d4", "7\uc6d4", "8\uc6d4", "9\uc6d4", "10\uc6d4", "11\uc6d4", "12\uc6d4"]), type$.JSArray_dynamic); - B.List_CmY = A._setArrayType(makeConstList(["\uc77c\uc694\uc77c", "\uc6d4\uc694\uc77c", "\ud654\uc694\uc77c", "\uc218\uc694\uc77c", "\ubaa9\uc694\uc77c", "\uae08\uc694\uc77c", "\ud1a0\uc694\uc77c"]), type$.JSArray_dynamic); - B.List_cEX = A._setArrayType(makeConstList(["\uc77c", "\uc6d4", "\ud654", "\uc218", "\ubaa9", "\uae08", "\ud1a0"]), type$.JSArray_dynamic); - B.List_Ru4 = A._setArrayType(makeConstList(["1\ubd84\uae30", "2\ubd84\uae30", "3\ubd84\uae30", "4\ubd84\uae30"]), type$.JSArray_dynamic); - B.List_7TW = A._setArrayType(makeConstList(["\uc81c 1/4\ubd84\uae30", "\uc81c 2/4\ubd84\uae30", "\uc81c 3/4\ubd84\uae30", "\uc81c 4/4\ubd84\uae30"]), type$.JSArray_dynamic); - B.List_2Vk5 = A._setArrayType(makeConstList(["\uc624\uc804", "\uc624\ud6c4"]), type$.JSArray_dynamic); - B.List_3Zi = A._setArrayType(makeConstList(["y\ub144 M\uc6d4 d\uc77c EEEE", "y\ub144 M\uc6d4 d\uc77c", "y. M. d.", "yy. M. d."]), type$.JSArray_dynamic); - B.List_CYy = A._setArrayType(makeConstList(["a h\uc2dc m\ubd84 s\ucd08 zzzz", "a h\uc2dc m\ubd84 s\ucd08 z", "a h:mm:ss", "a h:mm"]), type$.JSArray_dynamic); - B.Map_5t2jN0 = new A.ConstantStringMap(25, {NAME: "ko", ERAS: B.List_BC_AD0, ERANAMES: B.List_8Gl, NARROWMONTHS: B.List_Ukm, STANDALONENARROWMONTHS: B.List_Ukm, MONTHS: B.List_Ukm, STANDALONEMONTHS: B.List_Ukm, SHORTMONTHS: B.List_Ukm, STANDALONESHORTMONTHS: B.List_Ukm, WEEKDAYS: B.List_CmY, STANDALONEWEEKDAYS: B.List_CmY, SHORTWEEKDAYS: B.List_cEX, STANDALONESHORTWEEKDAYS: B.List_cEX, NARROWWEEKDAYS: B.List_cEX, STANDALONENARROWWEEKDAYS: B.List_cEX, SHORTQUARTERS: B.List_Ru4, QUARTERS: B.List_7TW, AMPMS: B.List_2Vk5, DATEFORMATS: B.List_3Zi, TIMEFORMATS: B.List_CYy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_ALf0 = A._setArrayType(makeConstList(["\u0431.\u0437.\u0447.", "\u0431.\u0437."]), type$.JSArray_dynamic); - B.List_MSn = A._setArrayType(makeConstList(["\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d", "\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d"]), type$.JSArray_dynamic); - B.List_16h = A._setArrayType(makeConstList(["\u042f", "\u0424", "\u041c", "\u0410", "\u041c", "\u0418", "\u0418", "\u0410", "\u0421", "\u041e", "\u041d", "\u0414"]), type$.JSArray_dynamic); - B.List_rNu = A._setArrayType(makeConstList(["\u044f\u043d\u0432\u0430\u0440\u044c", "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0435\u043b\u044c", "\u043c\u0430\u0439", "\u0438\u044e\u043d\u044c", "\u0438\u044e\u043b\u044c", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", "\u043d\u043e\u044f\u0431\u0440\u044c", "\u0434\u0435\u043a\u0430\u0431\u0440\u044c"]), type$.JSArray_dynamic); - B.List_O5s = A._setArrayType(makeConstList(["\u042f\u043d\u0432\u0430\u0440\u044c", "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", "\u041c\u0430\u0440\u0442", "\u0410\u043f\u0440\u0435\u043b\u044c", "\u041c\u0430\u0439", "\u0418\u044e\u043d\u044c", "\u0418\u044e\u043b\u044c", "\u0410\u0432\u0433\u0443\u0441\u0442", "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", "\u041d\u043e\u044f\u0431\u0440\u044c", "\u0414\u0435\u043a\u0430\u0431\u0440\u044c"]), type$.JSArray_dynamic); - B.List_2mB = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432.", "\u043c\u0430\u0440.", "\u0430\u043f\u0440.", "\u043c\u0430\u0439", "\u0438\u044e\u043d.", "\u0438\u044e\u043b.", "\u0430\u0432\u0433.", "\u0441\u0435\u043d.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f.", "\u0434\u0435\u043a."]), type$.JSArray_dynamic); - B.List_3Bx = A._setArrayType(makeConstList(["\u042f\u043d\u0432", "\u0424\u0435\u0432", "\u041c\u0430\u0440", "\u0410\u043f\u0440", "\u041c\u0430\u0439", "\u0418\u044e\u043d", "\u0418\u044e\u043b", "\u0410\u0432\u0433", "\u0421\u0435\u043d", "\u041e\u043a\u0442", "\u041d\u043e\u044f", "\u0414\u0435\u043a"]), type$.JSArray_dynamic); - B.List_86y1 = A._setArrayType(makeConstList(["\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438", "\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af", "\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438", "\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438", "\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438", "\u0436\u0443\u043c\u0430", "\u0438\u0448\u0435\u043c\u0431\u0438"]), type$.JSArray_dynamic); - B.List_AqM = A._setArrayType(makeConstList(["\u0436\u0435\u043a.", "\u0434\u04af\u0439.", "\u0448\u0435\u0439\u0448.", "\u0448\u0430\u0440\u0448.", "\u0431\u0435\u0439\u0448.", "\u0436\u0443\u043c\u0430", "\u0438\u0448\u043c."]), type$.JSArray_dynamic); - B.List_6TA0 = A._setArrayType(makeConstList(["\u0416", "\u0414", "\u0428", "\u0428", "\u0411", "\u0416", "\u0418"]), type$.JSArray_dynamic); - B.List_0XS = A._setArrayType(makeConstList(["1-\u0447\u0435\u0439.", "2-\u0447\u0435\u0439.", "3-\u0447\u0435\u0439.", "4-\u0447\u0435\u0439."]), type$.JSArray_dynamic); - B.List_sav = A._setArrayType(makeConstList(["1-\u0447\u0435\u0439\u0440\u0435\u043a", "2-\u0447\u0435\u0439\u0440\u0435\u043a", "3-\u0447\u0435\u0439\u0440\u0435\u043a", "4-\u0447\u0435\u0439\u0440\u0435\u043a"]), type$.JSArray_dynamic); - B.List_iL9 = A._setArrayType(makeConstList(["\u0442\u0430\u04a3\u043a\u044b", "\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438"]), type$.JSArray_dynamic); - B.List_ODz = A._setArrayType(makeConstList(["y-'\u0436'., d-MMMM, EEEE", "y-'\u0436'., d-MMMM", "y-'\u0436'., d-MMM", "d/M/yy"]), type$.JSArray_dynamic); - B.Map_5tMul = new A.ConstantStringMap(25, {NAME: "ky", ERAS: B.List_ALf0, ERANAMES: B.List_MSn, NARROWMONTHS: B.List_16h, STANDALONENARROWMONTHS: B.List_16h, MONTHS: B.List_rNu, STANDALONEMONTHS: B.List_O5s, SHORTMONTHS: B.List_2mB, STANDALONESHORTMONTHS: B.List_3Bx, WEEKDAYS: B.List_86y1, STANDALONEWEEKDAYS: B.List_86y1, SHORTWEEKDAYS: B.List_AqM, STANDALONESHORTWEEKDAYS: B.List_AqM, NARROWWEEKDAYS: B.List_6TA0, STANDALONENARROWWEEKDAYS: B.List_6TA0, SHORTQUARTERS: B.List_0XS, QUARTERS: B.List_sav, AMPMS: B.List_iL9, DATEFORMATS: B.List_ODz, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_RVo = A._setArrayType(makeConstList(["\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.", "\u0e84.\u0eaa."]), type$.JSArray_dynamic); - B.List_k920 = A._setArrayType(makeConstList(["\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94", "\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94"]), type$.JSArray_dynamic); - B.List_07 = A._setArrayType(makeConstList(["\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", "\u0ea1\u0eb5\u0e99\u0eb2", "\u0ec0\u0ea1\u0eaa\u0eb2", "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", "\u0e95\u0eb8\u0ea5\u0eb2", "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", "\u0e97\u0eb1\u0e99\u0ea7\u0eb2"]), type$.JSArray_dynamic); - B.List_q96 = A._setArrayType(makeConstList(["\u0ea1.\u0e81.", "\u0e81.\u0e9e.", "\u0ea1.\u0e99.", "\u0ea1.\u0eaa.", "\u0e9e.\u0e9e.", "\u0ea1\u0eb4.\u0e96.", "\u0e81.\u0ea5.", "\u0eaa.\u0eab.", "\u0e81.\u0e8d.", "\u0e95.\u0ea5.", "\u0e9e.\u0e88.", "\u0e97.\u0ea7."]), type$.JSArray_dynamic); - B.List_a1T = A._setArrayType(makeConstList(["\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2"]), type$.JSArray_dynamic); - B.List_OMD = A._setArrayType(makeConstList(["\u0ead\u0eb2\u0e97\u0eb4\u0e94", "\u0e88\u0eb1\u0e99", "\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", "\u0e9e\u0eb8\u0e94", "\u0e9e\u0eb0\u0eab\u0eb1\u0e94", "\u0eaa\u0eb8\u0e81", "\u0ec0\u0eaa\u0ebb\u0eb2"]), type$.JSArray_dynamic); - B.List_C2f = A._setArrayType(makeConstList(["\u0ead\u0eb2", "\u0e88", "\u0ead", "\u0e9e", "\u0e9e\u0eab", "\u0eaa\u0eb8", "\u0eaa"]), type$.JSArray_dynamic); - B.List_qFo = A._setArrayType(makeConstList(["\u0e95\u0ea11", "\u0e95\u0ea12", "\u0e95\u0ea13", "\u0e95\u0ea14"]), type$.JSArray_dynamic); - B.List_UV6 = A._setArrayType(makeConstList(["\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 1", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 2", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 3", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 4"]), type$.JSArray_dynamic); - B.List_Mfs = A._setArrayType(makeConstList(["\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87", "\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87"]), type$.JSArray_dynamic); - B.List_hHb = A._setArrayType(makeConstList(["EEEE \u0e97\u0eb5 d MMMM G y", "d MMMM y", "d MMM y", "d/M/y"]), type$.JSArray_dynamic); - B.List_u91 = A._setArrayType(makeConstList(["H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 zzzz", "H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 z", "H:mm:ss", "H:mm"]), type$.JSArray_dynamic); - B.Map_5ta5W = new A.ConstantStringMap(25, {NAME: "lo", ERAS: B.List_RVo, ERANAMES: B.List_k920, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_07, STANDALONEMONTHS: B.List_07, SHORTMONTHS: B.List_q96, STANDALONESHORTMONTHS: B.List_q96, WEEKDAYS: B.List_a1T, STANDALONEWEEKDAYS: B.List_a1T, SHORTWEEKDAYS: B.List_OMD, STANDALONESHORTWEEKDAYS: B.List_OMD, NARROWWEEKDAYS: B.List_C2f, STANDALONENARROWWEEKDAYS: B.List_C2f, SHORTQUARTERS: B.List_qFo, QUARTERS: B.List_UV6, AMPMS: B.List_Mfs, DATEFORMATS: B.List_hHb, TIMEFORMATS: B.List_u91, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_OCX = A._setArrayType(makeConstList(["pr. Kr.", "po Kr."]), type$.JSArray_dynamic); - B.List_ECL = A._setArrayType(makeConstList(["prie\u0161 Krist\u0173", "po Kristaus"]), type$.JSArray_dynamic); - B.List_e8d = A._setArrayType(makeConstList(["S", "V", "K", "B", "G", "B", "L", "R", "R", "S", "L", "G"]), type$.JSArray_dynamic); - B.List_n5d = A._setArrayType(makeConstList(["sausio", "vasario", "kovo", "baland\u017eio", "gegu\u017e\u0117s", "bir\u017eelio", "liepos", "rugpj\u016b\u010dio", "rugs\u0117jo", "spalio", "lapkri\u010dio", "gruod\u017eio"]), type$.JSArray_dynamic); - B.List_8lx = A._setArrayType(makeConstList(["sausis", "vasaris", "kovas", "balandis", "gegu\u017e\u0117", "bir\u017eelis", "liepa", "rugpj\u016btis", "rugs\u0117jis", "spalis", "lapkritis", "gruodis"]), type$.JSArray_dynamic); - B.List_kue = A._setArrayType(makeConstList(["saus.", "vas.", "kov.", "bal.", "geg.", "bir\u017e.", "liep.", "rugp.", "rugs.", "spal.", "lapkr.", "gruod."]), type$.JSArray_dynamic); - B.List_EVN = A._setArrayType(makeConstList(["sekmadienis", "pirmadienis", "antradienis", "tre\u010diadienis", "ketvirtadienis", "penktadienis", "\u0161e\u0161tadienis"]), type$.JSArray_dynamic); - B.List_5eO = A._setArrayType(makeConstList(["sk", "pr", "an", "tr", "kt", "pn", "\u0161t"]), type$.JSArray_dynamic); - B.List_08 = A._setArrayType(makeConstList(["S", "P", "A", "T", "K", "P", "\u0160"]), type$.JSArray_dynamic); - B.List_o0y = A._setArrayType(makeConstList(["I k.", "II k.", "III k.", "IV k."]), type$.JSArray_dynamic); - B.List_ww8141 = A._setArrayType(makeConstList(["I ketvirtis", "II ketvirtis", "III ketvirtis", "IV ketvirtis"]), type$.JSArray_dynamic); - B.List_AmA = A._setArrayType(makeConstList(["prie\u0161piet", "popiet"]), type$.JSArray_dynamic); - B.List_Za1 = A._setArrayType(makeConstList(["y 'm'. MMMM d 'd'., EEEE", "y 'm'. MMMM d 'd'.", "y-MM-dd", "y-MM-dd"]), type$.JSArray_dynamic); - B.Map_5tIof = new A.ConstantStringMap(25, {NAME: "lt", ERAS: B.List_OCX, ERANAMES: B.List_ECL, NARROWMONTHS: B.List_e8d, STANDALONENARROWMONTHS: B.List_e8d, MONTHS: B.List_n5d, STANDALONEMONTHS: B.List_8lx, SHORTMONTHS: B.List_kue, STANDALONESHORTMONTHS: B.List_kue, WEEKDAYS: B.List_EVN, STANDALONEWEEKDAYS: B.List_EVN, SHORTWEEKDAYS: B.List_5eO, STANDALONESHORTWEEKDAYS: B.List_5eO, NARROWWEEKDAYS: B.List_08, STANDALONENARROWWEEKDAYS: B.List_08, SHORTQUARTERS: B.List_o0y, QUARTERS: B.List_ww8141, AMPMS: B.List_AmA, DATEFORMATS: B.List_Za1, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_sQR = A._setArrayType(makeConstList(["p.m.\u0113.", "m.\u0113."]), type$.JSArray_dynamic); - B.List_Mm5 = A._setArrayType(makeConstList(["pirms m\u016bsu \u0113ras", "m\u016bsu \u0113r\u0101"]), type$.JSArray_dynamic); - B.List_IE7 = A._setArrayType(makeConstList(["janv\u0101ris", "febru\u0101ris", "marts", "apr\u012blis", "maijs", "j\u016bnijs", "j\u016blijs", "augusts", "septembris", "oktobris", "novembris", "decembris"]), type$.JSArray_dynamic); - B.List_gg9 = A._setArrayType(makeConstList(["janv.", "febr.", "marts", "apr.", "maijs", "j\u016bn.", "j\u016bl.", "aug.", "sept.", "okt.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_mbw = A._setArrayType(makeConstList(["sv\u0113tdiena", "pirmdiena", "otrdiena", "tre\u0161diena", "ceturtdiena", "piektdiena", "sestdiena"]), type$.JSArray_dynamic); - B.List_pea = A._setArrayType(makeConstList(["Sv\u0113tdiena", "Pirmdiena", "Otrdiena", "Tre\u0161diena", "Ceturtdiena", "Piektdiena", "Sestdiena"]), type$.JSArray_dynamic); - B.List_soA1 = A._setArrayType(makeConstList(["sv\u0113td.", "pirmd.", "otrd.", "tre\u0161d.", "ceturtd.", "piektd.", "sestd."]), type$.JSArray_dynamic); - B.List_Olq = A._setArrayType(makeConstList(["Sv\u0113td.", "Pirmd.", "Otrd.", "Tre\u0161d.", "Ceturtd.", "Piektd.", "Sestd."]), type$.JSArray_dynamic); - B.List_gHJ = A._setArrayType(makeConstList(["S", "P", "O", "T", "C", "P", "S"]), type$.JSArray_dynamic); - B.List_b1T = A._setArrayType(makeConstList(["1.\xa0cet.", "2.\xa0cet.", "3.\xa0cet.", "4.\xa0cet."]), type$.JSArray_dynamic); - B.List_QWS = A._setArrayType(makeConstList(["1. ceturksnis", "2. ceturksnis", "3. ceturksnis", "4. ceturksnis"]), type$.JSArray_dynamic); - B.List_Drq = A._setArrayType(makeConstList(["priek\u0161pusdien\u0101", "p\u0113cpusdien\u0101"]), type$.JSArray_dynamic); - B.List_Wvf = A._setArrayType(makeConstList(["EEEE, y. 'gada' d. MMMM", "y. 'gada' d. MMMM", "y. 'gada' d. MMM", "dd.MM.yy"]), type$.JSArray_dynamic); - B.Map_5twsa = new A.ConstantStringMap(25, {NAME: "lv", ERAS: B.List_sQR, ERANAMES: B.List_Mm5, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_IE7, STANDALONEMONTHS: B.List_IE7, SHORTMONTHS: B.List_gg9, STANDALONESHORTMONTHS: B.List_gg9, WEEKDAYS: B.List_mbw, STANDALONEWEEKDAYS: B.List_pea, SHORTWEEKDAYS: B.List_soA1, STANDALONESHORTWEEKDAYS: B.List_Olq, NARROWWEEKDAYS: B.List_gHJ, STANDALONENARROWWEEKDAYS: B.List_gHJ, SHORTQUARTERS: B.List_b1T, QUARTERS: B.List_QWS, AMPMS: B.List_Drq, DATEFORMATS: B.List_Wvf, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_D34 = A._setArrayType(makeConstList(["\u043f\u0440.\u043d.\u0435.", "\u043d.\u0435."]), type$.JSArray_dynamic); - B.List_ud2 = A._setArrayType(makeConstList(["\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430", "\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430"]), type$.JSArray_dynamic); - B.List_owA = A._setArrayType(makeConstList(["\u0458", "\u0444", "\u043c", "\u0430", "\u043c", "\u0458", "\u0458", "\u0430", "\u0441", "\u043e", "\u043d", "\u0434"]), type$.JSArray_dynamic); - B.List_2Rm0 = A._setArrayType(makeConstList(["\u0458\u0430\u043d\u0443\u0430\u0440\u0438", "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0438\u043b", "\u043c\u0430\u0458", "\u0458\u0443\u043d\u0438", "\u0458\u0443\u043b\u0438", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]), type$.JSArray_dynamic); - B.List_MAi = A._setArrayType(makeConstList(["\u0458\u0430\u043d.", "\u0444\u0435\u0432.", "\u043c\u0430\u0440.", "\u0430\u043f\u0440.", "\u043c\u0430\u0458", "\u0458\u0443\u043d.", "\u0458\u0443\u043b.", "\u0430\u0432\u0433.", "\u0441\u0435\u043f\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u0435\u043c.", "\u0434\u0435\u043a."]), type$.JSArray_dynamic); - B.List_SRb = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0435\u043b\u0430", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "\u0441\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a", "\u043f\u0435\u0442\u043e\u043a", "\u0441\u0430\u0431\u043e\u0442\u0430"]), type$.JSArray_dynamic); - B.List_zre = A._setArrayType(makeConstList(["\u043d\u0435\u0434.", "\u043f\u043e\u043d.", "\u0432\u0442.", "\u0441\u0440\u0435.", "\u0447\u0435\u0442.", "\u043f\u0435\u0442.", "\u0441\u0430\u0431."]), type$.JSArray_dynamic); - B.List_6QF = A._setArrayType(makeConstList(["\u043d\u0435\u0434.", "\u043f\u043e\u043d.", "\u0432\u0442\u043e.", "\u0441\u0440\u0435.", "\u0447\u0435\u0442.", "\u043f\u0435\u0442.", "\u0441\u0430\u0431."]), type$.JSArray_dynamic); - B.List_GNw = A._setArrayType(makeConstList(["\u0458\u0430\u043d-\u043c\u0430\u0440", "\u0430\u043f\u0440-\u0458\u0443\u043d", "\u0458\u0443\u043b-\u0441\u0435\u043f", "\u043e\u043a\u0442-\u0434\u0435\u043a"]), type$.JSArray_dynamic); - B.List_ouN0 = A._setArrayType(makeConstList(["\u043f\u0440\u0432\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435", "\u0432\u0442\u043e\u0440\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435", "\u0442\u0440\u0435\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435", "\u0447\u0435\u0442\u0432\u0440\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435"]), type$.JSArray_dynamic); - B.List_TLI = A._setArrayType(makeConstList(["\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435", "\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435"]), type$.JSArray_dynamic); - B.List_iTw = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "dd MMMM y", "dd.M.y", "dd.M.yy"]), type$.JSArray_dynamic); - B.Map_5totL = new A.ConstantStringMap(25, {NAME: "mk", ERAS: B.List_D34, ERANAMES: B.List_ud2, NARROWMONTHS: B.List_owA, STANDALONENARROWMONTHS: B.List_owA, MONTHS: B.List_2Rm0, STANDALONEMONTHS: B.List_2Rm0, SHORTMONTHS: B.List_MAi, STANDALONESHORTMONTHS: B.List_MAi, WEEKDAYS: B.List_SRb, STANDALONEWEEKDAYS: B.List_SRb, SHORTWEEKDAYS: B.List_zre, STANDALONESHORTWEEKDAYS: B.List_6QF, NARROWWEEKDAYS: B.List_H7P0, STANDALONENARROWWEEKDAYS: B.List_H7P0, SHORTQUARTERS: B.List_GNw, QUARTERS: B.List_ouN0, AMPMS: B.List_TLI, DATEFORMATS: B.List_iTw, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_aJW = A._setArrayType(makeConstList(["\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.", "\u0d0e\u0d21\u0d3f"]), type$.JSArray_dynamic); - B.List_g6I = A._setArrayType(makeConstList(["\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d", "\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f"]), type$.JSArray_dynamic); - B.List_MMc = A._setArrayType(makeConstList(["\u0d1c", "\u0d2b\u0d46", "\u0d2e\u0d3e", "\u0d0f", "\u0d2e\u0d46", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42", "\u0d13", "\u0d38\u0d46", "\u0d12", "\u0d28", "\u0d21\u0d3f"]), type$.JSArray_dynamic); - B.List_qa3 = A._setArrayType(makeConstList(["\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", "\u0d2e\u0d47\u0d2f\u0d4d", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42\u0d32\u0d48", "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", "\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c", "\u0d28\u0d35\u0d02\u0d2c\u0d7c", "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c"]), type$.JSArray_dynamic); - B.List_RtW = A._setArrayType(makeConstList(["\u0d1c\u0d28\u0d41", "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41", "\u0d2e\u0d3e\u0d7c", "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f", "\u0d2e\u0d47\u0d2f\u0d4d", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42\u0d32\u0d48", "\u0d13\u0d17", "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02", "\u0d12\u0d15\u0d4d\u0d1f\u0d4b", "\u0d28\u0d35\u0d02", "\u0d21\u0d3f\u0d38\u0d02"]), type$.JSArray_dynamic); - B.List_aha = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a", "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]), type$.JSArray_dynamic); - B.List_TDm = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]), type$.JSArray_dynamic); - B.List_orL = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d7c", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", "\u0d2c\u0d41\u0d27\u0d7b", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", "\u0d36\u0d28\u0d3f"]), type$.JSArray_dynamic); - B.List_wTA = A._setArrayType(makeConstList(["\u0d1e", "\u0d24\u0d3f", "\u0d1a\u0d4a", "\u0d2c\u0d41", "\u0d35\u0d4d\u0d2f\u0d3e", "\u0d35\u0d46", "\u0d36"]), type$.JSArray_dynamic); - B.List_5pq = A._setArrayType(makeConstList(["\u0d1e\u0d3e", "\u0d24\u0d3f", "\u0d1a\u0d4a", "\u0d2c\u0d41", "\u0d35\u0d4d\u0d2f\u0d3e", "\u0d35\u0d46", "\u0d36"]), type$.JSArray_dynamic); - 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_dynamic); - B.List_0Pw = A._setArrayType(makeConstList(["y, MMMM d, EEEE", "y, MMMM d", "y, MMM d", "d/M/yy"]), type$.JSArray_dynamic); - B.Map_5tivI = new A.ConstantStringMap(25, {NAME: "ml", ERAS: B.List_aJW, ERANAMES: B.List_g6I, NARROWMONTHS: B.List_MMc, STANDALONENARROWMONTHS: B.List_MMc, MONTHS: B.List_qa3, STANDALONEMONTHS: B.List_qa3, SHORTMONTHS: B.List_RtW, STANDALONESHORTMONTHS: B.List_RtW, WEEKDAYS: B.List_aha, STANDALONEWEEKDAYS: B.List_TDm, SHORTWEEKDAYS: B.List_orL, STANDALONESHORTWEEKDAYS: B.List_orL, NARROWWEEKDAYS: B.List_wTA, STANDALONENARROWWEEKDAYS: B.List_5pq, SHORTQUARTERS: B.List_evX, QUARTERS: B.List_evX, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_0Pw, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_S3R = A._setArrayType(makeConstList(["\u041c\u042d\u04e8", "\u041c\u042d"]), type$.JSArray_dynamic); - B.List_oqh = A._setArrayType(makeConstList(["\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445", "\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439"]), type$.JSArray_dynamic); - B.List_U43 = A._setArrayType(makeConstList(["I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X", "XI", "XII"]), type$.JSArray_dynamic); - B.List_MIe0 = A._setArrayType(makeConstList(["\u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0433\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0434\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0442\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0437\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0434\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u043d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0435\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0430\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0430\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0430\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]), type$.JSArray_dynamic); - B.List_cMx0 = A._setArrayType(makeConstList(["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]), type$.JSArray_dynamic); - B.List_9Mo = A._setArrayType(makeConstList(["1-\u0440 \u0441\u0430\u0440", "2-\u0440 \u0441\u0430\u0440", "3-\u0440 \u0441\u0430\u0440", "4-\u0440 \u0441\u0430\u0440", "5-\u0440 \u0441\u0430\u0440", "6-\u0440 \u0441\u0430\u0440", "7-\u0440 \u0441\u0430\u0440", "8-\u0440 \u0441\u0430\u0440", "9-\u0440 \u0441\u0430\u0440", "10-\u0440 \u0441\u0430\u0440", "11-\u0440 \u0441\u0430\u0440", "12-\u0440 \u0441\u0430\u0440"]), type$.JSArray_dynamic); - B.List_xou = A._setArrayType(makeConstList(["\u043d\u044f\u043c", "\u0434\u0430\u0432\u0430\u0430", "\u043c\u044f\u0433\u043c\u0430\u0440", "\u043b\u0445\u0430\u0433\u0432\u0430", "\u043f\u04af\u0440\u044d\u0432", "\u0431\u0430\u0430\u0441\u0430\u043d", "\u0431\u044f\u043c\u0431\u0430"]), type$.JSArray_dynamic); - B.List_RkP = A._setArrayType(makeConstList(["\u041d\u044f\u043c", "\u0414\u0430\u0432\u0430\u0430", "\u041c\u044f\u0433\u043c\u0430\u0440", "\u041b\u0445\u0430\u0433\u0432\u0430", "\u041f\u04af\u0440\u044d\u0432", "\u0411\u0430\u0430\u0441\u0430\u043d", "\u0411\u044f\u043c\u0431\u0430"]), type$.JSArray_dynamic); - B.List_KPS = A._setArrayType(makeConstList(["\u041d\u044f", "\u0414\u0430", "\u041c\u044f", "\u041b\u0445", "\u041f\u04af", "\u0411\u0430", "\u0411\u044f"]), type$.JSArray_dynamic); - B.List_woc = A._setArrayType(makeConstList(["I \u0443\u043b\u0438\u0440\u0430\u043b", "II \u0443\u043b\u0438\u0440\u0430\u043b", "III \u0443\u043b\u0438\u0440\u0430\u043b", "IV \u0443\u043b\u0438\u0440\u0430\u043b"]), type$.JSArray_dynamic); - B.List_OXN = A._setArrayType(makeConstList(["1-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b", "2-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b", "3-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b", "4-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b"]), type$.JSArray_dynamic); - B.List_dOE = A._setArrayType(makeConstList(["\u04af.\u04e9.", "\u04af.\u0445."]), type$.JSArray_dynamic); - B.List_6tp = A._setArrayType(makeConstList(["y.MM.dd, EEEE", "y.MM.dd", "y '\u043e\u043d\u044b' MMM'\u044b\u043d' d", "y.MM.dd"]), type$.JSArray_dynamic); - B.Map_5tMdN = new A.ConstantStringMap(25, {NAME: "mn", ERAS: B.List_S3R, ERANAMES: B.List_oqh, NARROWMONTHS: B.List_U43, STANDALONENARROWMONTHS: B.List_U43, MONTHS: B.List_MIe0, STANDALONEMONTHS: B.List_cMx0, SHORTMONTHS: B.List_9Mo, STANDALONESHORTMONTHS: B.List_9Mo, WEEKDAYS: B.List_xou, STANDALONEWEEKDAYS: B.List_RkP, SHORTWEEKDAYS: B.List_KPS, STANDALONESHORTWEEKDAYS: B.List_KPS, NARROWWEEKDAYS: B.List_KPS, STANDALONENARROWWEEKDAYS: B.List_KPS, SHORTQUARTERS: B.List_woc, QUARTERS: B.List_OXN, AMPMS: B.List_dOE, DATEFORMATS: B.List_6tp, TIMEFORMATS: B.List_unc, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_6hW = A._setArrayType(makeConstList(["\u0907. \u0938. \u092a\u0942.", "\u0907. \u0938."]), type$.JSArray_dynamic); - B.List_yw6 = A._setArrayType(makeConstList(["\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935", "\u0908\u0938\u0935\u0940\u0938\u0928"]), type$.JSArray_dynamic); - B.List_YkH = A._setArrayType(makeConstList(["\u091c\u093e", "\u092b\u0947", "\u092e\u093e", "\u090f", "\u092e\u0947", "\u091c\u0942", "\u091c\u0941", "\u0911", "\u0938", "\u0911", "\u0928\u094b", "\u0921\u093f"]), type$.JSArray_dynamic); - B.List_0J8 = A._setArrayType(makeConstList(["\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u090f\u092a\u094d\u0930\u093f\u0932", "\u092e\u0947", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0948", "\u0911\u0917\u0938\u094d\u091f", "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", "\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]), type$.JSArray_dynamic); - B.List_RyE = A._setArrayType(makeConstList(["\u091c\u093e\u0928\u0947", "\u092b\u0947\u092c\u094d\u0930\u0941", "\u092e\u093e\u0930\u094d\u091a", "\u090f\u092a\u094d\u0930\u093f", "\u092e\u0947", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0948", "\u0911\u0917", "\u0938\u092a\u094d\u091f\u0947\u0902", "\u0911\u0915\u094d\u091f\u094b", "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", "\u0921\u093f\u0938\u0947\u0902"]), type$.JSArray_dynamic); - B.List_A4L = A._setArrayType(makeConstList(["\u0930\u0935\u093f\u0935\u093e\u0930", "\u0938\u094b\u092e\u0935\u093e\u0930", "\u092e\u0902\u0917\u0933\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_dynamic); - B.List_Ug7 = A._setArrayType(makeConstList(["\u0930\u0935\u093f", "\u0938\u094b\u092e", "\u092e\u0902\u0917\u0933", "\u092c\u0941\u0927", "\u0917\u0941\u0930\u0941", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"]), type$.JSArray_dynamic); - B.List_MUw2 = A._setArrayType(makeConstList(["\u0924\u093f\u0967", "\u0924\u093f\u0968", "\u0924\u093f\u0969", "\u0924\u093f\u096a"]), type$.JSArray_dynamic); - B.List_Kvb = A._setArrayType(makeConstList(["\u092a\u094d\u0930\u0925\u092e \u0924\u093f\u092e\u093e\u0939\u0940", "\u0926\u094d\u0935\u093f\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940", "\u0924\u0943\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940", "\u091a\u0924\u0941\u0930\u094d\u0925 \u0924\u093f\u092e\u093e\u0939\u0940"]), type$.JSArray_dynamic); - B.List_dzv = A._setArrayType(makeConstList(["\u092e.\u092a\u0942.", "\u092e.\u0909."]), type$.JSArray_dynamic); - B.List_6TA1 = A._setArrayType(makeConstList(["{1} \u0930\u094b\u091c\u0940 {0}", "{1} \u0930\u094b\u091c\u0940 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_bHq0y = new A.ConstantStringMap(26, {NAME: "mr", ERAS: B.List_6hW, ERANAMES: B.List_yw6, NARROWMONTHS: B.List_YkH, STANDALONENARROWMONTHS: B.List_YkH, MONTHS: B.List_0J8, STANDALONEMONTHS: B.List_0J8, SHORTMONTHS: B.List_RyE, STANDALONESHORTMONTHS: B.List_RyE, WEEKDAYS: B.List_A4L, STANDALONEWEEKDAYS: B.List_A4L, SHORTWEEKDAYS: B.List_Ug7, STANDALONESHORTWEEKDAYS: B.List_Ug7, NARROWWEEKDAYS: B.List_Vfn, STANDALONENARROWWEEKDAYS: B.List_Vfn, SHORTQUARTERS: B.List_MUw2, QUARTERS: B.List_Kvb, AMPMS: B.List_dzv, DATEFORMATS: B.List_oYk, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_6TA1, ZERODIGIT: "\u0966"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_EEy = A._setArrayType(makeConstList(["S.M.", "TM"]), type$.JSArray_dynamic); - B.List_CKW = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "O", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_urR = A._setArrayType(makeConstList(["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"]), type$.JSArray_dynamic); - B.List_USt = A._setArrayType(makeConstList(["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"]), type$.JSArray_dynamic); - B.List_NMc = A._setArrayType(makeConstList(["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"]), type$.JSArray_dynamic); - B.List_GVQ = A._setArrayType(makeConstList(["Ahd", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"]), type$.JSArray_dynamic); - B.List_7eO = A._setArrayType(makeConstList(["A", "I", "S", "R", "K", "J", "S"]), type$.JSArray_dynamic); - B.List_S1_S2_S3_S4 = A._setArrayType(makeConstList(["S1", "S2", "S3", "S4"]), type$.JSArray_dynamic); - B.List_4AN1 = A._setArrayType(makeConstList(["Suku pertama", "Suku Ke-2", "Suku Ke-3", "Suku Ke-4"]), type$.JSArray_dynamic); - B.List_PG_PTG = A._setArrayType(makeConstList(["PG", "PTG"]), type$.JSArray_dynamic); - B.List_vWA = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "d/MM/yy"]), type$.JSArray_dynamic); - B.Map_5tmT8 = new A.ConstantStringMap(25, {NAME: "ms", ERAS: B.List_EEy, ERANAMES: B.List_EEy, NARROWMONTHS: B.List_CKW, STANDALONENARROWMONTHS: B.List_CKW, MONTHS: B.List_urR, STANDALONEMONTHS: B.List_urR, SHORTMONTHS: B.List_USt, STANDALONESHORTMONTHS: B.List_USt, WEEKDAYS: B.List_NMc, STANDALONEWEEKDAYS: B.List_NMc, SHORTWEEKDAYS: B.List_GVQ, STANDALONESHORTWEEKDAYS: B.List_GVQ, NARROWWEEKDAYS: B.List_7eO, STANDALONENARROWWEEKDAYS: B.List_7eO, SHORTQUARTERS: B.List_S1_S2_S3_S4, QUARTERS: B.List_4AN1, AMPMS: B.List_PG_PTG, DATEFORMATS: B.List_vWA, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_aYE0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_C4A = A._setArrayType(makeConstList(["\u1018\u102e\u1005\u102e", "\u1021\u1012\u1031\u102e"]), type$.JSArray_dynamic); - B.List_YYV = A._setArrayType(makeConstList(["\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a", "\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a"]), type$.JSArray_dynamic); - B.List_aPH = A._setArrayType(makeConstList(["\u1007", "\u1016", "\u1019", "\u1027", "\u1019", "\u1007", "\u1007", "\u1029", "\u1005", "\u1021", "\u1014", "\u1012"]), type$.JSArray_dynamic); - B.List_R3l = A._setArrayType(makeConstList(["\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e", "\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e", "\u1019\u1010\u103a", "\u1027\u1015\u103c\u102e", "\u1019\u1031", "\u1007\u103d\u1014\u103a", "\u1007\u1030\u101c\u102d\u102f\u1004\u103a", "\u1029\u1002\u102f\u1010\u103a", "\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c", "\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c", "\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c", "\u1012\u102e\u1007\u1004\u103a\u1018\u102c"]), type$.JSArray_dynamic); - B.List_6BD = A._setArrayType(makeConstList(["\u1007\u1014\u103a", "\u1016\u1031", "\u1019\u1010\u103a", "\u1027", "\u1019\u1031", "\u1007\u103d\u1014\u103a", "\u1007\u1030", "\u1029", "\u1005\u1000\u103a", "\u1021\u1031\u102c\u1000\u103a", "\u1014\u102d\u102f", "\u1012\u102e"]), type$.JSArray_dynamic); - B.List_xld = A._setArrayType(makeConstList(["\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031", "\u1010\u1014\u1004\u103a\u1039\u101c\u102c", "\u1021\u1004\u103a\u1039\u1002\u102b", "\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038", "\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038", "\u101e\u1031\u102c\u1000\u103c\u102c", "\u1005\u1014\u1031"]), type$.JSArray_dynamic); - B.List_EyN = A._setArrayType(makeConstList(["\u1010", "\u1010", "\u1021", "\u1017", "\u1000", "\u101e", "\u1005"]), type$.JSArray_dynamic); - B.List_09 = A._setArrayType(makeConstList(["\u1015\u1011\u1019 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a", "\u1012\u102f\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a", "\u1010\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a", "\u1005\u1010\u102f\u1010\u1039\u1011 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a"]), type$.JSArray_dynamic); - B.List_OXJ0 = A._setArrayType(makeConstList(["\u1014\u1036\u1014\u1000\u103a", "\u100a\u1014\u1031"]), type$.JSArray_dynamic); - B.List_3bx = A._setArrayType(makeConstList(["y\u104a MMMM d\u104a EEEE", "y\u104a d MMMM", "y\u104a MMM d", "dd-MM-yy"]), type$.JSArray_dynamic); - B.List_2jN0 = A._setArrayType(makeConstList(["zzzz HH:mm:ss", "z HH:mm:ss", "B HH:mm:ss", "B H:mm"]), type$.JSArray_dynamic); - B.Map_bHCt8 = new A.ConstantStringMap(26, {NAME: "my", ERAS: B.List_C4A, ERANAMES: B.List_YYV, NARROWMONTHS: B.List_aPH, STANDALONENARROWMONTHS: B.List_aPH, MONTHS: B.List_R3l, STANDALONEMONTHS: B.List_R3l, SHORTMONTHS: B.List_6BD, STANDALONESHORTMONTHS: B.List_6BD, WEEKDAYS: B.List_xld, STANDALONEWEEKDAYS: B.List_xld, SHORTWEEKDAYS: B.List_xld, STANDALONESHORTWEEKDAYS: B.List_xld, NARROWWEEKDAYS: B.List_EyN, STANDALONENARROWWEEKDAYS: B.List_EyN, SHORTQUARTERS: B.List_09, QUARTERS: B.List_09, AMPMS: B.List_OXJ0, DATEFORMATS: B.List_3bx, TIMEFORMATS: B.List_2jN0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss, ZERODIGIT: "\u1040"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_wQ8 = A._setArrayType(makeConstList(["f\xf8r Kristus", "etter Kristus"]), type$.JSArray_dynamic); - B.List_si8 = A._setArrayType(makeConstList(["januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember"]), type$.JSArray_dynamic); - B.List_qrV = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "mai", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "des."]), type$.JSArray_dynamic); - B.List_gA4 = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "mai", "jun", "jul", "aug", "sep", "okt", "nov", "des"]), type$.JSArray_dynamic); - B.List_c4f = A._setArrayType(makeConstList(["EEEE d. MMMM y", "d. MMMM y", "d. MMM y", "dd.MM.y"]), type$.JSArray_dynamic); - B.List_dwF = A._setArrayType(makeConstList(["{1} {0}", "{1} 'kl'. {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tkOw = new A.ConstantStringMap(25, {NAME: "nb", ERAS: B.List_OPD, ERANAMES: B.List_wQ8, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_si8, STANDALONEMONTHS: B.List_si8, SHORTMONTHS: B.List_qrV, STANDALONESHORTMONTHS: B.List_gA4, WEEKDAYS: B.List_Ufe, STANDALONEWEEKDAYS: B.List_Ufe, SHORTWEEKDAYS: B.List_zPU, STANDALONESHORTWEEKDAYS: B.List_zPU, NARROWWEEKDAYS: B.List_GVy, STANDALONENARROWWEEKDAYS: B.List_GVy, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_wg3, AMPMS: B.List_2fJ, DATEFORMATS: B.List_c4f, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_dwF}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_AKu = A._setArrayType(makeConstList(["\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935", "\u0938\u0928\u094d"]), type$.JSArray_dynamic); - B.List_meg = A._setArrayType(makeConstList(["\u091c\u0928", "\u092b\u0947\u092c", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930", "\u092e\u0947", "\u091c\u0941\u0928", "\u091c\u0941\u0932", "\u0905\u0917", "\u0938\u0947\u092a", "\u0905\u0915\u094d\u091f\u094b", "\u0928\u094b\u092d\u0947", "\u0921\u093f\u0938\u0947"]), type$.JSArray_dynamic); - B.List_oyU2 = A._setArrayType(makeConstList(["\u091c\u0928", "\u092b\u0947\u0947\u092c", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930", "\u092e\u0947", "\u091c\u0941\u0928", "\u091c\u0941\u0932", "\u0905\u0917", "\u0938\u0947\u092a", "\u0905\u0915\u094d\u091f\u094b", "\u0928\u094b\u092d\u0947", "\u0921\u093f\u0938\u0947"]), type$.JSArray_dynamic); - B.List_mtl = A._setArrayType(makeConstList(["\u091c\u0928\u0935\u0930\u0940", "\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u093f\u0932", "\u092e\u0947", "\u091c\u0941\u0928", "\u091c\u0941\u0932\u093e\u0908", "\u0905\u0917\u0938\u094d\u091f", "\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930", "\u0905\u0915\u094d\u091f\u094b\u092c\u0930", "\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930", "\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930"]), type$.JSArray_dynamic); - B.List_KqP = A._setArrayType(makeConstList(["\u0906\u0907\u0924\u092c\u093e\u0930", "\u0938\u094b\u092e\u092c\u093e\u0930", "\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930", "\u092c\u0941\u0927\u092c\u093e\u0930", "\u092c\u093f\u0939\u093f\u092c\u093e\u0930", "\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930", "\u0936\u0928\u093f\u092c\u093e\u0930"]), type$.JSArray_dynamic); - B.List_Y6W = A._setArrayType(makeConstList(["\u0906\u0907\u0924", "\u0938\u094b\u092e", "\u092e\u0919\u094d\u0917\u0932", "\u092c\u0941\u0927", "\u092c\u093f\u0939\u093f", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"]), type$.JSArray_dynamic); - B.List_Dh9 = A._setArrayType(makeConstList(["\u0906", "\u0938\u094b", "\u092e", "\u092c\u0941", "\u092c\u093f", "\u0936\u0941", "\u0936"]), type$.JSArray_dynamic); - B.List_KT6 = A._setArrayType(makeConstList(["\u092a\u0939\u093f\u0932\u094b \u0938\u0924\u094d\u0930", "\u0926\u094b\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930", "\u0924\u0947\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930", "\u091a\u094c\u0925\u094b \u0938\u0924\u094d\u0930"]), type$.JSArray_dynamic); - B.List_4G4 = A._setArrayType(makeConstList(["\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928", "\u0905\u092a\u0930\u093e\u0939\u094d\u0928"]), type$.JSArray_dynamic); - B.List_E8w = A._setArrayType(makeConstList(["y MMMM d, EEEE", "y MMMM d", "y MMM d", "yy/M/d"]), type$.JSArray_dynamic); - B.Map_bHcMD = new A.ConstantStringMap(26, {NAME: "ne", ERAS: B.List_AKu, ERANAMES: B.List_AKu, NARROWMONTHS: B.List_meg, STANDALONENARROWMONTHS: B.List_oyU2, MONTHS: B.List_mtl, STANDALONEMONTHS: B.List_mtl, SHORTMONTHS: B.List_mtl, STANDALONESHORTMONTHS: B.List_mtl, WEEKDAYS: B.List_KqP, STANDALONEWEEKDAYS: B.List_KqP, SHORTWEEKDAYS: B.List_Y6W, STANDALONESHORTWEEKDAYS: B.List_Y6W, NARROWWEEKDAYS: B.List_Dh9, STANDALONENARROWWEEKDAYS: B.List_Dh9, SHORTQUARTERS: B.List_KT6, QUARTERS: B.List_KT6, AMPMS: B.List_4G4, DATEFORMATS: B.List_E8w, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_aYE0, ZERODIGIT: "\u0966"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_UAu = A._setArrayType(makeConstList(["v.Chr.", "n.Chr."]), type$.JSArray_dynamic); - B.List_DjL = A._setArrayType(makeConstList(["januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"]), type$.JSArray_dynamic); - B.List_Slt = A._setArrayType(makeConstList(["jan.", "feb.", "mrt.", "apr.", "mei", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_oM3 = A._setArrayType(makeConstList(["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"]), type$.JSArray_dynamic); - B.List_HYo = A._setArrayType(makeConstList(["zo", "ma", "di", "wo", "do", "vr", "za"]), type$.JSArray_dynamic); - B.List_KB7 = A._setArrayType(makeConstList(["Z", "M", "D", "W", "D", "V", "Z"]), type$.JSArray_dynamic); - B.List_nha = A._setArrayType(makeConstList(["1e kwartaal", "2e kwartaal", "3e kwartaal", "4e kwartaal"]), type$.JSArray_dynamic); - B.List_6Zu = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd-MM-y"]), type$.JSArray_dynamic); - B.List_WRg = A._setArrayType(makeConstList(["{1} 'om' {0}", "{1} 'om' {0}", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5t5gb = new A.ConstantStringMap(25, {NAME: "nl", ERAS: B.List_UAu, ERANAMES: B.List_5VO, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_DjL, STANDALONEMONTHS: B.List_DjL, SHORTMONTHS: B.List_Slt, STANDALONESHORTMONTHS: B.List_Slt, WEEKDAYS: B.List_oM3, STANDALONEWEEKDAYS: B.List_oM3, SHORTWEEKDAYS: B.List_HYo, STANDALONESHORTWEEKDAYS: B.List_HYo, NARROWWEEKDAYS: B.List_KB7, STANDALONENARROWWEEKDAYS: B.List_KB7, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_nha, AMPMS: B.List_2fJ, DATEFORMATS: B.List_6Zu, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_WRg}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_5tJNA = new A.ConstantStringMap(25, {NAME: "no", ERAS: B.List_OPD, ERANAMES: B.List_wQ8, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_si8, STANDALONEMONTHS: B.List_si8, SHORTMONTHS: B.List_qrV, STANDALONESHORTMONTHS: B.List_gA4, WEEKDAYS: B.List_Ufe, STANDALONEWEEKDAYS: B.List_Ufe, SHORTWEEKDAYS: B.List_zPU, STANDALONESHORTWEEKDAYS: B.List_zPU, NARROWWEEKDAYS: B.List_GVy, STANDALONENARROWWEEKDAYS: B.List_GVy, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_wg3, AMPMS: B.List_2fJ, DATEFORMATS: B.List_c4f, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_dwF}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_EDI = A._setArrayType(makeConstList(["\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b2a\u0b42\u0b30\u0b4d\u0b2c", "\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b3e\u0b2c\u0b4d\u0b26"]), type$.JSArray_dynamic); - B.List_Q92 = A._setArrayType(makeConstList(["\u0b1c\u0b3e", "\u0b2b\u0b47", "\u0b2e\u0b3e", "\u0b05", "\u0b2e\u0b07", "\u0b1c\u0b41", "\u0b1c\u0b41", "\u0b05", "\u0b38\u0b47", "\u0b05", "\u0b28", "\u0b21\u0b3f"]), type$.JSArray_dynamic); - B.List_ICQ = A._setArrayType(makeConstList(["\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", "\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40", "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", "\u0b2e\u0b07", "\u0b1c\u0b41\u0b28", "\u0b1c\u0b41\u0b32\u0b3e\u0b07", "\u0b05\u0b17\u0b37\u0b4d\u0b1f", "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30"]), type$.JSArray_dynamic); - B.List_oqK0 = A._setArrayType(makeConstList(["\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30", "\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30", "\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30", "\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30", "\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30", "\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30", "\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30"]), type$.JSArray_dynamic); - B.List_QZE = A._setArrayType(makeConstList(["\u0b30\u0b2c\u0b3f", "\u0b38\u0b4b\u0b2e", "\u0b2e\u0b19\u0b4d\u0b17\u0b33", "\u0b2c\u0b41\u0b27", "\u0b17\u0b41\u0b30\u0b41", "\u0b36\u0b41\u0b15\u0b4d\u0b30", "\u0b36\u0b28\u0b3f"]), type$.JSArray_dynamic); - B.List_oYZ = A._setArrayType(makeConstList(["\u0b30", "\u0b38\u0b4b", "\u0b2e", "\u0b2c\u0b41", "\u0b17\u0b41", "\u0b36\u0b41", "\u0b36"]), type$.JSArray_dynamic); - B.List_5zb = A._setArrayType(makeConstList(["1\u0b2e \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38", "2\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38", "3\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38", "4\u0b30\u0b4d\u0b25 \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38"]), type$.JSArray_dynamic); - B.List_oU4 = A._setArrayType(makeConstList(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tQ49 = new A.ConstantStringMap(25, {NAME: "or", ERAS: B.List_BC_AD0, ERANAMES: B.List_EDI, NARROWMONTHS: B.List_Q92, STANDALONENARROWMONTHS: B.List_Q92, MONTHS: B.List_ICQ, STANDALONEMONTHS: B.List_ICQ, SHORTMONTHS: B.List_ICQ, STANDALONESHORTMONTHS: B.List_ICQ, WEEKDAYS: B.List_oqK0, STANDALONEWEEKDAYS: B.List_oqK0, SHORTWEEKDAYS: B.List_QZE, STANDALONESHORTWEEKDAYS: B.List_QZE, NARROWWEEKDAYS: B.List_oYZ, STANDALONENARROWWEEKDAYS: B.List_oYZ, SHORTQUARTERS: B.List_5zb, QUARTERS: B.List_5zb, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_cno0, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_oU4}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_wnc = A._setArrayType(makeConstList(["\u0a08. \u0a2a\u0a42.", "\u0a38\u0a70\u0a28"]), type$.JSArray_dynamic); - B.List_8Ac = A._setArrayType(makeConstList(["\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35", "\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28"]), type$.JSArray_dynamic); - B.List_0m2 = A._setArrayType(makeConstList(["\u0a1c", "\u0a2b\u0a3c", "\u0a2e\u0a3e", "\u0a05", "\u0a2e", "\u0a1c\u0a42", "\u0a1c\u0a41", "\u0a05", "\u0a38", "\u0a05", "\u0a28", "\u0a26"]), type$.JSArray_dynamic); - B.List_ss1 = A._setArrayType(makeConstList(["\u0a1c\u0a28\u0a35\u0a30\u0a40", "\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40", "\u0a2e\u0a3e\u0a30\u0a1a", "\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32", "\u0a2e\u0a08", "\u0a1c\u0a42\u0a28", "\u0a1c\u0a41\u0a32\u0a3e\u0a08", "\u0a05\u0a17\u0a38\u0a24", "\u0a38\u0a24\u0a70\u0a2c\u0a30", "\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30", "\u0a28\u0a35\u0a70\u0a2c\u0a30", "\u0a26\u0a38\u0a70\u0a2c\u0a30"]), type$.JSArray_dynamic); - B.List_AqM0 = A._setArrayType(makeConstList(["\u0a1c\u0a28", "\u0a2b\u0a3c\u0a30", "\u0a2e\u0a3e\u0a30\u0a1a", "\u0a05\u0a2a\u0a4d\u0a30\u0a48", "\u0a2e\u0a08", "\u0a1c\u0a42\u0a28", "\u0a1c\u0a41\u0a32\u0a3e", "\u0a05\u0a17", "\u0a38\u0a24\u0a70", "\u0a05\u0a15\u0a24\u0a42", "\u0a28\u0a35\u0a70", "\u0a26\u0a38\u0a70"]), type$.JSArray_dynamic); - B.List_O1M = A._setArrayType(makeConstList(["\u0a10\u0a24\u0a35\u0a3e\u0a30", "\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30", "\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30", "\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30", "\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30", "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30", "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30"]), type$.JSArray_dynamic); - B.List_010 = A._setArrayType(makeConstList(["\u0a10\u0a24", "\u0a38\u0a4b\u0a2e", "\u0a2e\u0a70\u0a17\u0a32", "\u0a2c\u0a41\u0a71\u0a27", "\u0a35\u0a40\u0a30", "\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30", "\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30"]), type$.JSArray_dynamic); - B.List_inH = A._setArrayType(makeConstList(["\u0a10", "\u0a38\u0a4b", "\u0a2e\u0a70", "\u0a2c\u0a41\u0a71", "\u0a35\u0a40", "\u0a38\u0a3c\u0a41\u0a71", "\u0a38\u0a3c"]), type$.JSArray_dynamic); - B.List_O5L = A._setArrayType(makeConstList(["\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a401", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a402", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a403", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a404"]), type$.JSArray_dynamic); - B.List_DFX = A._setArrayType(makeConstList(["\u0a2a\u0a39\u0a3f\u0a32\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40", "\u0a26\u0a42\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40", "\u0a24\u0a40\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40", "\u0a1a\u0a4c\u0a25\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40"]), type$.JSArray_dynamic); - B.List_S40 = A._setArrayType(makeConstList(["\u0a2a\u0a42.\u0a26\u0a41.", "\u0a2c\u0a3e.\u0a26\u0a41."]), type$.JSArray_dynamic); - B.Map_5tR3l = new A.ConstantStringMap(25, {NAME: "pa", ERAS: B.List_wnc, ERANAMES: B.List_8Ac, NARROWMONTHS: B.List_0m2, STANDALONENARROWMONTHS: B.List_0m2, MONTHS: B.List_ss1, STANDALONEMONTHS: B.List_ss1, SHORTMONTHS: B.List_AqM0, STANDALONESHORTMONTHS: B.List_AqM0, WEEKDAYS: B.List_O1M, STANDALONEWEEKDAYS: B.List_O1M, SHORTWEEKDAYS: B.List_010, STANDALONESHORTWEEKDAYS: B.List_010, NARROWWEEKDAYS: B.List_inH, STANDALONENARROWWEEKDAYS: B.List_inH, SHORTQUARTERS: B.List_O5L, QUARTERS: B.List_DFX, AMPMS: B.List_S40, DATEFORMATS: B.List_INh, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_aYE0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_ASc0 = A._setArrayType(makeConstList(["p.n.e.", "n.e."]), type$.JSArray_dynamic); - B.List_Ctr = A._setArrayType(makeConstList(["przed nasz\u0105 er\u0105", "naszej ery"]), type$.JSArray_dynamic); - B.List_Rss0 = A._setArrayType(makeConstList(["s", "l", "m", "k", "m", "c", "l", "s", "w", "p", "l", "g"]), type$.JSArray_dynamic); - B.List_qBr = A._setArrayType(makeConstList(["S", "L", "M", "K", "M", "C", "L", "S", "W", "P", "L", "G"]), type$.JSArray_dynamic); - B.List_EK0 = A._setArrayType(makeConstList(["stycznia", "lutego", "marca", "kwietnia", "maja", "czerwca", "lipca", "sierpnia", "wrze\u015bnia", "pa\u017adziernika", "listopada", "grudnia"]), type$.JSArray_dynamic); - B.List_Zgr = A._setArrayType(makeConstList(["stycze\u0144", "luty", "marzec", "kwiecie\u0144", "maj", "czerwiec", "lipiec", "sierpie\u0144", "wrzesie\u0144", "pa\u017adziernik", "listopad", "grudzie\u0144"]), type$.JSArray_dynamic); - B.List_8YE = A._setArrayType(makeConstList(["sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "pa\u017a", "lis", "gru"]), type$.JSArray_dynamic); - B.List_GRv = A._setArrayType(makeConstList(["niedziela", "poniedzia\u0142ek", "wtorek", "\u015broda", "czwartek", "pi\u0105tek", "sobota"]), type$.JSArray_dynamic); - B.List_ww8142 = A._setArrayType(makeConstList(["niedz.", "pon.", "wt.", "\u015br.", "czw.", "pt.", "sob."]), type$.JSArray_dynamic); - B.List_QXb = A._setArrayType(makeConstList(["n", "p", "w", "\u015b", "c", "p", "s"]), type$.JSArray_dynamic); - B.List_Df0 = A._setArrayType(makeConstList(["N", "P", "W", "\u015a", "C", "P", "S"]), type$.JSArray_dynamic); - B.List_AeS = A._setArrayType(makeConstList(["I kw.", "II kw.", "III kw.", "IV kw."]), type$.JSArray_dynamic); - B.List_TLf = A._setArrayType(makeConstList(["I kwarta\u0142", "II kwarta\u0142", "III kwarta\u0142", "IV kwarta\u0142"]), type$.JSArray_dynamic); - B.List_799 = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "dd.MM.y"]), type$.JSArray_dynamic); - B.Map_5tK5H = new A.ConstantStringMap(25, {NAME: "pl", ERAS: B.List_ASc0, ERANAMES: B.List_Ctr, NARROWMONTHS: B.List_Rss0, STANDALONENARROWMONTHS: B.List_qBr, MONTHS: B.List_EK0, STANDALONEMONTHS: B.List_Zgr, SHORTMONTHS: B.List_8YE, STANDALONESHORTMONTHS: B.List_8YE, WEEKDAYS: B.List_GRv, STANDALONEWEEKDAYS: B.List_GRv, SHORTWEEKDAYS: B.List_ww8142, STANDALONESHORTWEEKDAYS: B.List_ww8142, NARROWWEEKDAYS: B.List_QXb, STANDALONENARROWWEEKDAYS: B.List_Df0, SHORTQUARTERS: B.List_AeS, QUARTERS: B.List_TLf, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_799, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_aYE0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_MfQ = A._setArrayType(makeConstList(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0", "\u0645."]), type$.JSArray_dynamic); - B.List_GAn = A._setArrayType(makeConstList(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0", "\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647"]), type$.JSArray_dynamic); - B.List_WjJ = A._setArrayType(makeConstList(["\u062c", "\u0641", "\u0645", "\u0627", "\u0645", "\u062c", "\u062c", "\u0627", "\u0633", "\u0627", "\u0646", "\u062f"]), type$.JSArray_dynamic); - B.List_7uu = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u064a", "\u0641\u0628\u0631\u0648\u0631\u064a", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u06cd", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u06d0\u067e\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_YyH = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u064a", "\u0641\u06d0\u0628\u0631\u0648\u0631\u064a", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u06cd", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u067e\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_k0n = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u064a", "\u0641\u0628\u0631\u0648\u0631\u064a", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u06cd", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u067e\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_v1F = A._setArrayType(makeConstList(["\u064a\u0648\u0646\u06cd", "\u062f\u0648\u0646\u06cd", "\u062f\u0631\u06d0\u0646\u06cd", "\u0685\u0644\u0631\u0646\u06cd", "\u067e\u064a\u0646\u0681\u0646\u06cd", "\u062c\u0645\u0639\u0647", "\u0627\u0648\u0646\u06cd"]), type$.JSArray_dynamic); - B.List_rBE = A._setArrayType(makeConstList(["\u0644\u0648\u0645\u0693\u06cd \u0631\u0628\u0639\u0647", "\u06f2\u0645\u0647 \u0631\u0628\u0639\u0647", "\u06f3\u0645\u0647 \u0631\u0628\u0639\u0647", "\u06f4\u0645\u0647 \u0631\u0628\u0639\u0647"]), type$.JSArray_dynamic); - B.List_maI = A._setArrayType(makeConstList(["\u063a.\u0645.", "\u063a.\u0648."]), type$.JSArray_dynamic); - B.List_zlK = A._setArrayType(makeConstList(["EEEE \u062f y \u062f MMMM d", "\u062f y \u062f MMMM d", "y MMM d", "y/M/d"]), type$.JSArray_dynamic); - B.List_3_4 = A._setArrayType(makeConstList([3, 4]), type$.JSArray_dynamic); - B.Map_bHm6K = new A.ConstantStringMap(26, {NAME: "ps", ERAS: B.List_MfQ, ERANAMES: B.List_GAn, NARROWMONTHS: B.List_WjJ, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_7uu, STANDALONEMONTHS: B.List_YyH, SHORTMONTHS: B.List_7uu, STANDALONESHORTMONTHS: B.List_k0n, WEEKDAYS: B.List_v1F, STANDALONEWEEKDAYS: B.List_v1F, SHORTWEEKDAYS: B.List_v1F, STANDALONESHORTWEEKDAYS: B.List_v1F, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_rBE, QUARTERS: B.List_rBE, AMPMS: B.List_maI, DATEFORMATS: B.List_zlK, TIMEFORMATS: B.List_GxC, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 5, WEEKENDRANGE: B.List_3_4, FIRSTWEEKCUTOFFDAY: 4, DATETIMEFORMATS: B.List_Pss, ZERODIGIT: "\u06f0"}, B.List_bHr, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_AHF0 = A._setArrayType(makeConstList(["antes de Cristo", "depois de Cristo"]), type$.JSArray_dynamic); - B.List_UOW = A._setArrayType(makeConstList(["janeiro", "fevereiro", "mar\xe7o", "abril", "maio", "junho", "julho", "agosto", "setembro", "outubro", "novembro", "dezembro"]), type$.JSArray_dynamic); - B.List_4CA1 = A._setArrayType(makeConstList(["jan", "fev", "mar", "abr", "mai", "jun", "jul", "ago", "set", "out", "nov", "dez"]), type$.JSArray_dynamic); - B.List_izW = A._setArrayType(makeConstList(["domingo", "segunda-feira", "ter\xe7a-feira", "quarta-feira", "quinta-feira", "sexta-feira", "s\xe1bado"]), type$.JSArray_dynamic); - B.List_wAg0 = A._setArrayType(makeConstList(["dom", "seg", "ter", "qua", "qui", "sex", "s\xe1b"]), type$.JSArray_dynamic); - B.List_42w = A._setArrayType(makeConstList(["D", "S", "T", "Q", "Q", "S", "S"]), type$.JSArray_dynamic); - B.List_Mvk = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "d 'de' MMM 'de' y", "dd/MM/y"]), type$.JSArray_dynamic); - B.Map_5tq5f = new A.ConstantStringMap(25, {NAME: "pt", ERAS: B.List_2No1, ERANAMES: B.List_AHF0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_UOW, STANDALONEMONTHS: B.List_UOW, SHORTMONTHS: B.List_4CA1, STANDALONESHORTMONTHS: B.List_4CA1, WEEKDAYS: B.List_izW, STANDALONEWEEKDAYS: B.List_izW, SHORTWEEKDAYS: B.List_wAg0, STANDALONESHORTWEEKDAYS: B.List_wAg0, NARROWWEEKDAYS: B.List_42w, STANDALONENARROWWEEKDAYS: B.List_42w, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_i7B1, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_Mvk, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_RsV2 = A._setArrayType(makeConstList(["domingo", "segunda", "ter\xe7a", "quarta", "quinta", "sexta", "s\xe1bado"]), type$.JSArray_dynamic); - B.List_6vI = A._setArrayType(makeConstList(["da manh\xe3", "da tarde"]), type$.JSArray_dynamic); - B.List_ODT = A._setArrayType(makeConstList(["EEEE, d 'de' MMMM 'de' y", "d 'de' MMMM 'de' y", "dd/MM/y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.List_gQW0 = A._setArrayType(makeConstList(["{1} '\xe0s' {0}", "{1} '\xe0s' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5t8IM = new A.ConstantStringMap(25, {NAME: "pt_PT", ERAS: B.List_2No1, ERANAMES: B.List_AHF0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_UOW, STANDALONEMONTHS: B.List_UOW, SHORTMONTHS: B.List_4CA1, STANDALONESHORTMONTHS: B.List_4CA1, WEEKDAYS: B.List_izW, STANDALONEWEEKDAYS: B.List_izW, SHORTWEEKDAYS: B.List_RsV2, STANDALONESHORTWEEKDAYS: B.List_RsV2, NARROWWEEKDAYS: B.List_42w, STANDALONENARROWWEEKDAYS: B.List_42w, SHORTQUARTERS: B.List_T1_T2_T3_T4, QUARTERS: B.List_GfX, AMPMS: B.List_6vI, DATEFORMATS: B.List_ODT, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 2, DATETIMEFORMATS: B.List_gQW0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_cMd = A._setArrayType(makeConstList(["\xee.Hr.", "d.Hr."]), type$.JSArray_dynamic); - B.List_435 = A._setArrayType(makeConstList(["\xeenainte de Hristos", "dup\u0103 Hristos"]), type$.JSArray_dynamic); - B.List_woc0 = A._setArrayType(makeConstList(["I", "F", "M", "A", "M", "I", "I", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_xKE = A._setArrayType(makeConstList(["ianuarie", "februarie", "martie", "aprilie", "mai", "iunie", "iulie", "august", "septembrie", "octombrie", "noiembrie", "decembrie"]), type$.JSArray_dynamic); - B.List_JmU = A._setArrayType(makeConstList(["ian.", "feb.", "mar.", "apr.", "mai", "iun.", "iul.", "aug.", "sept.", "oct.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_woc1 = A._setArrayType(makeConstList(["duminic\u0103", "luni", "mar\u021bi", "miercuri", "joi", "vineri", "s\xe2mb\u0103t\u0103"]), type$.JSArray_dynamic); - B.List_Y7S = A._setArrayType(makeConstList(["dum.", "lun.", "mar.", "mie.", "joi", "vin.", "s\xe2m."]), type$.JSArray_dynamic); - B.List_cI2 = A._setArrayType(makeConstList(["trim. I", "trim. II", "trim. III", "trim. IV"]), type$.JSArray_dynamic); - B.List_2jN1 = A._setArrayType(makeConstList(["trimestrul I", "trimestrul al II-lea", "trimestrul al III-lea", "trimestrul al IV-lea"]), type$.JSArray_dynamic); - B.Map_5teC6 = new A.ConstantStringMap(25, {NAME: "ro", ERAS: B.List_cMd, ERANAMES: B.List_435, NARROWMONTHS: B.List_woc0, STANDALONENARROWMONTHS: B.List_woc0, MONTHS: B.List_xKE, STANDALONEMONTHS: B.List_xKE, SHORTMONTHS: B.List_JmU, STANDALONESHORTMONTHS: B.List_JmU, WEEKDAYS: B.List_woc1, STANDALONEWEEKDAYS: B.List_woc1, SHORTWEEKDAYS: B.List_Y7S, STANDALONESHORTWEEKDAYS: B.List_Y7S, NARROWWEEKDAYS: B.List_ROW, STANDALONENARROWWEEKDAYS: B.List_ROW, SHORTQUARTERS: B.List_cI2, QUARTERS: B.List_2jN1, AMPMS: B.List_2fJ, DATEFORMATS: B.List_799, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_ijv = A._setArrayType(makeConstList(["\u0434\u043e \u043d. \u044d.", "\u043d. \u044d."]), type$.JSArray_dynamic); - B.List_qH7 = A._setArrayType(makeConstList(["\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430", "\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430"]), type$.JSArray_dynamic); - B.List_aAe = A._setArrayType(makeConstList(["\u044f\u043d\u0432\u0430\u0440\u044f", "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", "\u043c\u0430\u0440\u0442\u0430", "\u0430\u043f\u0440\u0435\u043b\u044f", "\u043c\u0430\u044f", "\u0438\u044e\u043d\u044f", "\u0438\u044e\u043b\u044f", "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", "\u043d\u043e\u044f\u0431\u0440\u044f", "\u0434\u0435\u043a\u0430\u0431\u0440\u044f"]), type$.JSArray_dynamic); - B.List_QWq = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432\u0440.", "\u043c\u0430\u0440.", "\u0430\u043f\u0440.", "\u043c\u0430\u044f", "\u0438\u044e\u043d.", "\u0438\u044e\u043b.", "\u0430\u0432\u0433.", "\u0441\u0435\u043d\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f\u0431.", "\u0434\u0435\u043a."]), type$.JSArray_dynamic); - B.List_6Wo = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432\u0440.", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440.", "\u043c\u0430\u0439", "\u0438\u044e\u043d\u044c", "\u0438\u044e\u043b\u044c", "\u0430\u0432\u0433.", "\u0441\u0435\u043d\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f\u0431.", "\u0434\u0435\u043a."]), type$.JSArray_dynamic); - B.List_mpd = A._setArrayType(makeConstList(["\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "\u0441\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", "\u0441\u0443\u0431\u0431\u043e\u0442\u0430"]), type$.JSArray_dynamic); - B.List_0Lp = A._setArrayType(makeConstList(["\u0432\u0441", "\u043f\u043d", "\u0432\u0442", "\u0441\u0440", "\u0447\u0442", "\u043f\u0442", "\u0441\u0431"]), type$.JSArray_dynamic); - B.List_gA40 = A._setArrayType(makeConstList(["\u0412", "\u041f", "\u0412", "\u0421", "\u0427", "\u041f", "\u0421"]), type$.JSArray_dynamic); - B.List_wcW = A._setArrayType(makeConstList(["1-\u0439 \u043a\u0432.", "2-\u0439 \u043a\u0432.", "3-\u0439 \u043a\u0432.", "4-\u0439 \u043a\u0432."]), type$.JSArray_dynamic); - B.List_c3X = A._setArrayType(makeConstList(["1-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "2-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "3-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "4-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]), type$.JSArray_dynamic); - B.List_VWt = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0433'.", "d MMMM y '\u0433'.", "d MMM y '\u0433'.", "dd.MM.y"]), type$.JSArray_dynamic); - B.Map_5tDrw = new A.ConstantStringMap(25, {NAME: "ru", ERAS: B.List_ijv, ERANAMES: B.List_qH7, NARROWMONTHS: B.List_16h, STANDALONENARROWMONTHS: B.List_16h, MONTHS: B.List_aAe, STANDALONEMONTHS: B.List_rNu, SHORTMONTHS: B.List_QWq, STANDALONESHORTMONTHS: B.List_6Wo, WEEKDAYS: B.List_mpd, STANDALONEWEEKDAYS: B.List_mpd, SHORTWEEKDAYS: B.List_0Lp, STANDALONESHORTWEEKDAYS: B.List_0Lp, NARROWWEEKDAYS: B.List_0Lp, STANDALONENARROWWEEKDAYS: B.List_gA40, SHORTQUARTERS: B.List_wcW, QUARTERS: B.List_c3X, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_VWt, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_cTZ = A._setArrayType(makeConstList(["\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.", "\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0."]), type$.JSArray_dynamic); - B.List_qbf = A._setArrayType(makeConstList(["\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0", "\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2"]), type$.JSArray_dynamic); - B.List_nTU = A._setArrayType(makeConstList(["\u0da2", "\u0db4\u0dd9", "\u0db8\u0dcf", "\u0d85", "\u0db8\u0dd0", "\u0da2\u0dd6", "\u0da2\u0dd6", "\u0d85", "\u0dc3\u0dd0", "\u0d94", "\u0db1\u0dd9", "\u0daf\u0dd9"]), type$.JSArray_dynamic); - B.List_2el = A._setArrayType(makeConstList(["\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2", "\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2", "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4", "\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", "\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca", "\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca"]), type$.JSArray_dynamic); - B.List_KDE = A._setArrayType(makeConstList(["\u0da2\u0db1", "\u0db4\u0dd9\u0db6", "\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd", "\u0dc3\u0dd0\u0db4\u0dca", "\u0d94\u0d9a\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0", "\u0daf\u0dd9\u0dc3\u0dd0"]), type$.JSArray_dynamic); - B.List_UkW = A._setArrayType(makeConstList(["\u0da2\u0db1", "\u0db4\u0dd9\u0db6", "\u0db8\u0dcf\u0dbb\u0dca", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd", "\u0dc3\u0dd0\u0db4\u0dca", "\u0d94\u0d9a\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0", "\u0daf\u0dd9\u0dc3\u0dd0"]), type$.JSArray_dynamic); - B.List_Wr1 = A._setArrayType(makeConstList(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf", "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", "\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf", "\u0db6\u0daf\u0dcf\u0daf\u0dcf", "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf", "\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf", "\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf"]), type$.JSArray_dynamic); - B.List_EOZ0 = A._setArrayType(makeConstList(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf", "\u0dc3\u0db3\u0dd4\u0daf\u0dcf", "\u0d85\u0d9f\u0dc4", "\u0db6\u0daf\u0dcf\u0daf\u0dcf", "\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca", "\u0dc3\u0dd2\u0d9a\u0dd4", "\u0dc3\u0dd9\u0db1"]), type$.JSArray_dynamic); - B.List_gSJ = A._setArrayType(makeConstList(["\u0d89", "\u0dc3", "\u0d85", "\u0db6", "\u0db6\u0dca\u200d\u0dbb", "\u0dc3\u0dd2", "\u0dc3\u0dd9"]), type$.JSArray_dynamic); - B.List_Pss0 = A._setArrayType(makeConstList(["\u0d9a\u0dcf\u0dbb\u0dca:1", "\u0d9a\u0dcf\u0dbb\u0dca:2", "\u0d9a\u0dcf\u0dbb\u0dca:3", "\u0d9a\u0dcf\u0dbb\u0dca:4"]), type$.JSArray_dynamic); - B.List_C5f = A._setArrayType(makeConstList(["1 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0", "2 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0", "3 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0", "4 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0"]), type$.JSArray_dynamic); - B.List_ago = A._setArrayType(makeConstList(["\u0db4\u0dd9.\u0dc0.", "\u0db4.\u0dc0."]), type$.JSArray_dynamic); - B.List_qJO = A._setArrayType(makeConstList(["y MMMM d, EEEE", "y MMMM d", "y MMM d", "y-MM-dd"]), type$.JSArray_dynamic); - B.Map_5t1p9 = new A.ConstantStringMap(25, {NAME: "si", ERAS: B.List_cTZ, ERANAMES: B.List_qbf, NARROWMONTHS: B.List_nTU, STANDALONENARROWMONTHS: B.List_nTU, MONTHS: B.List_2el, STANDALONEMONTHS: B.List_2el, SHORTMONTHS: B.List_KDE, STANDALONESHORTMONTHS: B.List_UkW, WEEKDAYS: B.List_Wr1, STANDALONEWEEKDAYS: B.List_Wr1, SHORTWEEKDAYS: B.List_EOZ0, STANDALONESHORTWEEKDAYS: B.List_EOZ0, NARROWWEEKDAYS: B.List_gSJ, STANDALONENARROWWEEKDAYS: B.List_gSJ, SHORTQUARTERS: B.List_Pss0, QUARTERS: B.List_C5f, AMPMS: B.List_ago, DATEFORMATS: B.List_qJO, TIMEFORMATS: B.List_SCE, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_ESD = A._setArrayType(makeConstList(["pred Kr.", "po Kr."]), type$.JSArray_dynamic); - B.List_C7O = A._setArrayType(makeConstList(["pred Kristom", "po Kristovi"]), type$.JSArray_dynamic); - B.List_yzq = A._setArrayType(makeConstList(["janu\xe1ra", "febru\xe1ra", "marca", "apr\xedla", "m\xe1ja", "j\xfana", "j\xfala", "augusta", "septembra", "okt\xf3bra", "novembra", "decembra"]), type$.JSArray_dynamic); - B.List_94u = A._setArrayType(makeConstList(["janu\xe1r", "febru\xe1r", "marec", "apr\xedl", "m\xe1j", "j\xfan", "j\xfal", "august", "september", "okt\xf3ber", "november", "december"]), type$.JSArray_dynamic); - B.List_XQ8 = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "m\xe1j", "j\xfan", "j\xfal", "aug", "sep", "okt", "nov", "dec"]), type$.JSArray_dynamic); - B.List_UJa = A._setArrayType(makeConstList(["nede\u013ea", "pondelok", "utorok", "streda", "\u0161tvrtok", "piatok", "sobota"]), type$.JSArray_dynamic); - B.List_gf4 = A._setArrayType(makeConstList(["ne", "po", "ut", "st", "\u0161t", "pi", "so"]), type$.JSArray_dynamic); - B.List_qhE0 = A._setArrayType(makeConstList(["n", "p", "u", "s", "\u0161", "p", "s"]), type$.JSArray_dynamic); - B.List_gkc6 = A._setArrayType(makeConstList(["1. \u0161tvr\u0165rok", "2. \u0161tvr\u0165rok", "3. \u0161tvr\u0165rok", "4. \u0161tvr\u0165rok"]), type$.JSArray_dynamic); - B.List_HV0 = A._setArrayType(makeConstList(["EEEE d. MMMM y", "d. MMMM y", "d. M. y", "d. M. y"]), type$.JSArray_dynamic); - B.List_2Zs = A._setArrayType(makeConstList(["{1}, {0}", "{1}, {0}", "{1}, {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5tUWX = new A.ConstantStringMap(25, {NAME: "sk", ERAS: B.List_ESD, ERANAMES: B.List_C7O, NARROWMONTHS: B.List_oEc, STANDALONENARROWMONTHS: B.List_oEc, MONTHS: B.List_yzq, STANDALONEMONTHS: B.List_94u, SHORTMONTHS: B.List_XQ8, STANDALONESHORTMONTHS: B.List_XQ8, WEEKDAYS: B.List_UJa, STANDALONEWEEKDAYS: B.List_UJa, SHORTWEEKDAYS: B.List_gf4, STANDALONESHORTWEEKDAYS: B.List_gf4, NARROWWEEKDAYS: B.List_qhE0, STANDALONENARROWWEEKDAYS: B.List_qhE0, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_gkc6, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_HV0, TIMEFORMATS: B.List_84a, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_2Zs}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_fA9 = A._setArrayType(makeConstList(["pred Kristusom", "po Kristusu"]), type$.JSArray_dynamic); - B.List_kXN = A._setArrayType(makeConstList(["januar", "februar", "marec", "april", "maj", "junij", "julij", "avgust", "september", "oktober", "november", "december"]), type$.JSArray_dynamic); - B.List_DVW = A._setArrayType(makeConstList(["jan.", "feb.", "mar.", "apr.", "maj", "jun.", "jul.", "avg.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_jrB = A._setArrayType(makeConstList(["nedelja", "ponedeljek", "torek", "sreda", "\u010detrtek", "petek", "sobota"]), type$.JSArray_dynamic); - B.List_f9Z = A._setArrayType(makeConstList(["ned.", "pon.", "tor.", "sre.", "\u010det.", "pet.", "sob."]), type$.JSArray_dynamic); - B.List_0I7 = A._setArrayType(makeConstList(["n", "p", "t", "s", "\u010d", "p", "s"]), type$.JSArray_dynamic); - B.List_4if = A._setArrayType(makeConstList(["1. \u010det.", "2. \u010det.", "3. \u010det.", "4. \u010det."]), type$.JSArray_dynamic); - B.List_gsm0 = A._setArrayType(makeConstList(["1. \u010detrtletje", "2. \u010detrtletje", "3. \u010detrtletje", "4. \u010detrtletje"]), type$.JSArray_dynamic); - B.List_1mI = A._setArrayType(makeConstList(["dop.", "pop."]), type$.JSArray_dynamic); - B.List_a7L = A._setArrayType(makeConstList(["EEEE, dd. MMMM y", "dd. MMMM y", "d. MMM y", "d. MM. yy"]), type$.JSArray_dynamic); - B.Map_5trp3 = new A.ConstantStringMap(25, {NAME: "sl", ERAS: B.List_OCX, ERANAMES: B.List_fA9, NARROWMONTHS: B.List_oEc, STANDALONENARROWMONTHS: B.List_oEc, MONTHS: B.List_kXN, STANDALONEMONTHS: B.List_kXN, SHORTMONTHS: B.List_DVW, STANDALONESHORTMONTHS: B.List_DVW, WEEKDAYS: B.List_jrB, STANDALONEWEEKDAYS: B.List_jrB, SHORTWEEKDAYS: B.List_f9Z, STANDALONESHORTWEEKDAYS: B.List_f9Z, NARROWWEEKDAYS: B.List_0I7, STANDALONENARROWWEEKDAYS: B.List_0I7, SHORTQUARTERS: B.List_4if, QUARTERS: B.List_gsm0, AMPMS: B.List_1mI, DATEFORMATS: B.List_a7L, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_adc = A._setArrayType(makeConstList(["p.K.", "mb.K."]), type$.JSArray_dynamic); - B.List_pm3 = A._setArrayType(makeConstList(["para Krishtit", "mbas Krishtit"]), type$.JSArray_dynamic); - B.List_IB4 = A._setArrayType(makeConstList(["j", "sh", "m", "p", "m", "q", "k", "g", "sh", "t", "n", "dh"]), type$.JSArray_dynamic); - B.List_O8N = A._setArrayType(makeConstList(["janar", "shkurt", "mars", "prill", "maj", "qershor", "korrik", "gusht", "shtator", "tetor", "n\xebntor", "dhjetor"]), type$.JSArray_dynamic); - B.List_GQs = A._setArrayType(makeConstList(["jan", "shk", "mar", "pri", "maj", "qer", "korr", "gush", "sht", "tet", "n\xebn", "dhj"]), type$.JSArray_dynamic); - B.List_YSy = A._setArrayType(makeConstList(["e diel", "e h\xebn\xeb", "e mart\xeb", "e m\xebrkur\xeb", "e enjte", "e premte", "e shtun\xeb"]), type$.JSArray_dynamic); - B.List_s8I = A._setArrayType(makeConstList(["Die", "H\xebn", "Mar", "M\xebr", "Enj", "Pre", "Sht"]), type$.JSArray_dynamic); - B.List_CFB = A._setArrayType(makeConstList(["die", "h\xebn", "mar", "m\xebr", "enj", "pre", "sht"]), type$.JSArray_dynamic); - B.List_MQk0 = A._setArrayType(makeConstList(["d", "h", "m", "m", "e", "p", "sh"]), type$.JSArray_dynamic); - B.List_lI3 = A._setArrayType(makeConstList(["tremujori I", "tremujori II", "tremujori III", "tremujori IV"]), type$.JSArray_dynamic); - B.List_EF2 = A._setArrayType(makeConstList(["tremujori i par\xeb", "tremujori i dyt\xeb", "tremujori i tret\xeb", "tremujori i kat\xebrt"]), type$.JSArray_dynamic); - B.List_ew6 = A._setArrayType(makeConstList(["e paradites", "e pasdites"]), type$.JSArray_dynamic); - B.List_MTP = A._setArrayType(makeConstList(["EEEE, d MMMM y", "d MMMM y", "d MMM y", "d.M.yy"]), type$.JSArray_dynamic); - B.List_wsj = A._setArrayType(makeConstList(["h:mm:ss a, zzzz", "h:mm:ss a, z", "h:mm:ss a", "h:mm a"]), type$.JSArray_dynamic); - B.List_Jik0 = A._setArrayType(makeConstList(["{1} 'n\xeb' {0}", "{1} 'n\xeb' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tSlD = new A.ConstantStringMap(25, {NAME: "sq", ERAS: B.List_adc, ERANAMES: B.List_pm3, NARROWMONTHS: B.List_IB4, STANDALONENARROWMONTHS: B.List_IB4, MONTHS: B.List_O8N, STANDALONEMONTHS: B.List_O8N, SHORTMONTHS: B.List_GQs, STANDALONESHORTMONTHS: B.List_GQs, WEEKDAYS: B.List_YSy, STANDALONEWEEKDAYS: B.List_YSy, SHORTWEEKDAYS: B.List_s8I, STANDALONESHORTWEEKDAYS: B.List_CFB, NARROWWEEKDAYS: B.List_MQk0, STANDALONENARROWWEEKDAYS: B.List_MQk0, SHORTQUARTERS: B.List_lI3, QUARTERS: B.List_EF2, AMPMS: B.List_ew6, DATEFORMATS: B.List_MTP, TIMEFORMATS: B.List_wsj, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Jik0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_so3 = A._setArrayType(makeConstList(["\u043f. \u043d. \u0435.", "\u043d. \u0435."]), type$.JSArray_dynamic); - B.List_atK = A._setArrayType(makeConstList(["\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435", "\u043d\u043e\u0432\u0435 \u0435\u0440\u0435"]), type$.JSArray_dynamic); - B.List_agk = A._setArrayType(makeConstList(["\u0458\u0430\u043d\u0443\u0430\u0440", "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440\u0438\u043b", "\u043c\u0430\u0458", "\u0458\u0443\u043d", "\u0458\u0443\u043b", "\u0430\u0432\u0433\u0443\u0441\u0442", "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440"]), type$.JSArray_dynamic); - B.List_EFh = A._setArrayType(makeConstList(["\u0458\u0430\u043d", "\u0444\u0435\u0431", "\u043c\u0430\u0440", "\u0430\u043f\u0440", "\u043c\u0430\u0458", "\u0458\u0443\u043d", "\u0458\u0443\u043b", "\u0430\u0432\u0433", "\u0441\u0435\u043f", "\u043e\u043a\u0442", "\u043d\u043e\u0432", "\u0434\u0435\u0446"]), type$.JSArray_dynamic); - B.List_YoH = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0435\u0459\u0430", "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", "\u0443\u0442\u043e\u0440\u0430\u043a", "\u0441\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", "\u043f\u0435\u0442\u0430\u043a", "\u0441\u0443\u0431\u043e\u0442\u0430"]), type$.JSArray_dynamic); - B.List_A0N0 = A._setArrayType(makeConstList(["\u043d\u0435\u0434", "\u043f\u043e\u043d", "\u0443\u0442\u043e", "\u0441\u0440\u0435", "\u0447\u0435\u0442", "\u043f\u0435\u0442", "\u0441\u0443\u0431"]), type$.JSArray_dynamic); - B.List_gg90 = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0443", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_dynamic); - B.List_011 = A._setArrayType(makeConstList(["\u041a1", "\u041a2", "\u041a3", "\u041a4"]), type$.JSArray_dynamic); - B.List_23h1 = A._setArrayType(makeConstList(["\u043f\u0440\u0432\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "\u0434\u0440\u0443\u0433\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "\u0442\u0440\u0435\u045b\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "\u0447\u0435\u0442\u0432\u0440\u0442\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]), type$.JSArray_dynamic); - B.List_mXg = A._setArrayType(makeConstList(["\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", "\u043f\u043e \u043f\u043e\u0434\u043d\u0435"]), type$.JSArray_dynamic); - B.List_2nh = A._setArrayType(makeConstList(["EEEE, dd. MMMM y.", "dd. MMMM y.", "dd.MM.y.", "d.M.yy."]), type$.JSArray_dynamic); - B.Map_5tqJ4 = new A.ConstantStringMap(25, {NAME: "sr", ERAS: B.List_so3, ERANAMES: B.List_atK, NARROWMONTHS: B.List_owA, STANDALONENARROWMONTHS: B.List_owA, MONTHS: B.List_agk, STANDALONEMONTHS: B.List_agk, SHORTMONTHS: B.List_EFh, STANDALONESHORTMONTHS: B.List_EFh, WEEKDAYS: B.List_YoH, STANDALONEWEEKDAYS: B.List_YoH, SHORTWEEKDAYS: B.List_A0N0, STANDALONESHORTWEEKDAYS: B.List_A0N0, NARROWWEEKDAYS: B.List_gg90, STANDALONENARROWWEEKDAYS: B.List_gg90, SHORTQUARTERS: B.List_011, QUARTERS: B.List_23h1, AMPMS: B.List_mXg, DATEFORMATS: B.List_2nh, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_Jsm = A._setArrayType(makeConstList(["pre nove ere", "nove ere"]), type$.JSArray_dynamic); - B.List_peT = A._setArrayType(makeConstList(["januar", "februar", "mart", "april", "maj", "jun", "jul", "avgust", "septembar", "oktobar", "novembar", "decembar"]), type$.JSArray_dynamic); - B.List_CdE = A._setArrayType(makeConstList(["jan", "feb", "mar", "apr", "maj", "jun", "jul", "avg", "sep", "okt", "nov", "dec"]), type$.JSArray_dynamic); - B.List_ntP = A._setArrayType(makeConstList(["nedelja", "ponedeljak", "utorak", "sreda", "\u010detvrtak", "petak", "subota"]), type$.JSArray_dynamic); - B.List_JmU0 = A._setArrayType(makeConstList(["ned", "pon", "uto", "sre", "\u010det", "pet", "sub"]), type$.JSArray_dynamic); - B.List_mJx = A._setArrayType(makeConstList(["prvi kvartal", "drugi kvartal", "tre\u0107i kvartal", "\u010detvrti kvartal"]), type$.JSArray_dynamic); - B.List_hKt = A._setArrayType(makeConstList(["pre podne", "po podne"]), type$.JSArray_dynamic); - B.Map_5tN7e = new A.ConstantStringMap(25, {NAME: "sr_Latn", ERAS: B.List_PDz, ERANAMES: B.List_Jsm, NARROWMONTHS: B.List_oEc, STANDALONENARROWMONTHS: B.List_oEc, MONTHS: B.List_peT, STANDALONEMONTHS: B.List_peT, SHORTMONTHS: B.List_CdE, STANDALONESHORTMONTHS: B.List_CdE, WEEKDAYS: B.List_ntP, STANDALONEWEEKDAYS: B.List_ntP, SHORTWEEKDAYS: B.List_JmU0, STANDALONESHORTWEEKDAYS: B.List_JmU0, NARROWWEEKDAYS: B.List_sci, STANDALONENARROWWEEKDAYS: B.List_sci, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_mJx, AMPMS: B.List_hKt, DATEFORMATS: B.List_2nh, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_kvD = A._setArrayType(makeConstList(["f\xf6re Kristus", "efter Kristus"]), type$.JSArray_dynamic); - B.List_4MR = A._setArrayType(makeConstList(["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"]), type$.JSArray_dynamic); - B.List_Mmn = A._setArrayType(makeConstList(["jan.", "feb.", "mars", "apr.", "maj", "juni", "juli", "aug.", "sep.", "okt.", "nov.", "dec."]), type$.JSArray_dynamic); - B.List_HFl = A._setArrayType(makeConstList(["s\xf6ndag", "m\xe5ndag", "tisdag", "onsdag", "torsdag", "fredag", "l\xf6rdag"]), type$.JSArray_dynamic); - B.List_aXZ = A._setArrayType(makeConstList(["s\xf6n", "m\xe5n", "tis", "ons", "tors", "fre", "l\xf6r"]), type$.JSArray_dynamic); - B.List_52Y = A._setArrayType(makeConstList(["1:a kvartalet", "2:a kvartalet", "3:e kvartalet", "4:e kvartalet"]), type$.JSArray_dynamic); - B.List_fm_em = A._setArrayType(makeConstList(["fm", "em"]), type$.JSArray_dynamic); - B.List_8Gl0 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "y-MM-dd"]), type$.JSArray_dynamic); - B.List_UUO0 = A._setArrayType(makeConstList(["'kl'. HH:mm:ss zzzz", "HH:mm:ss z", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.Map_5tgsm = new A.ConstantStringMap(25, {NAME: "sv", ERAS: B.List_OPD, ERANAMES: B.List_kvD, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_4MR, STANDALONEMONTHS: B.List_4MR, SHORTMONTHS: B.List_Mmn, STANDALONESHORTMONTHS: B.List_Mmn, WEEKDAYS: B.List_HFl, STANDALONEWEEKDAYS: B.List_HFl, SHORTWEEKDAYS: B.List_aXZ, STANDALONESHORTWEEKDAYS: B.List_aXZ, NARROWWEEKDAYS: B.List_GVy, STANDALONENARROWWEEKDAYS: B.List_GVy, SHORTQUARTERS: B.List_K1_K2_K3_K4, QUARTERS: B.List_52Y, AMPMS: B.List_fm_em, DATEFORMATS: B.List_8Gl0, TIMEFORMATS: B.List_UUO0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 3, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_KK_BK = A._setArrayType(makeConstList(["KK", "BK"]), type$.JSArray_dynamic); - B.List_fL60 = A._setArrayType(makeConstList(["Kabla ya Kristo", "Baada ya Kristo"]), type$.JSArray_dynamic); - B.List_j3h = A._setArrayType(makeConstList(["Januari", "Februari", "Machi", "Aprili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"]), type$.JSArray_dynamic); - B.List_8R1 = A._setArrayType(makeConstList(["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"]), type$.JSArray_dynamic); - B.List_MtR = A._setArrayType(makeConstList(["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi"]), type$.JSArray_dynamic); - B.List_Kep = A._setArrayType(makeConstList(["Robo ya 1", "Robo ya 2", "Robo ya 3", "Robo ya 4"]), type$.JSArray_dynamic); - B.Map_5tum9 = new A.ConstantStringMap(25, {NAME: "sw", ERAS: B.List_KK_BK, ERANAMES: B.List_fL60, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_j3h, STANDALONEMONTHS: B.List_j3h, SHORTMONTHS: B.List_8R1, STANDALONESHORTMONTHS: B.List_8R1, WEEKDAYS: B.List_MtR, STANDALONEWEEKDAYS: B.List_MtR, SHORTWEEKDAYS: B.List_MtR, STANDALONESHORTWEEKDAYS: B.List_MtR, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_Kep, QUARTERS: B.List_Kep, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_ml50, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_n3c = A._setArrayType(makeConstList(["\u0b95\u0bbf.\u0bae\u0bc1.", "\u0b95\u0bbf.\u0baa\u0bbf."]), type$.JSArray_dynamic); - B.List_5Tk = A._setArrayType(makeConstList(["\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf"]), type$.JSArray_dynamic); - B.List_csj = A._setArrayType(makeConstList(["\u0b9c", "\u0baa\u0bbf", "\u0bae\u0bbe", "\u0b8f", "\u0bae\u0bc7", "\u0b9c\u0bc2", "\u0b9c\u0bc2", "\u0b86", "\u0b9a\u0bc6", "\u0b85", "\u0ba8", "\u0b9f\u0bbf"]), type$.JSArray_dynamic); - B.List_oCX = A._setArrayType(makeConstList(["\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", "\u0bae\u0bc7", "\u0b9c\u0bc2\u0ba9\u0bcd", "\u0b9c\u0bc2\u0bb2\u0bc8", "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd"]), type$.JSArray_dynamic); - B.List_IIf = A._setArrayType(makeConstList(["\u0b9c\u0ba9.", "\u0baa\u0bbf\u0baa\u0bcd.", "\u0bae\u0bbe\u0bb0\u0bcd.", "\u0b8f\u0baa\u0bcd.", "\u0bae\u0bc7", "\u0b9c\u0bc2\u0ba9\u0bcd", "\u0b9c\u0bc2\u0bb2\u0bc8", "\u0b86\u0b95.", "\u0b9a\u0bc6\u0baa\u0bcd.", "\u0b85\u0b95\u0bcd.", "\u0ba8\u0bb5.", "\u0b9f\u0bbf\u0b9a."]), type$.JSArray_dynamic); - B.List_CW0 = A._setArrayType(makeConstList(["\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", "\u0b9a\u0ba9\u0bbf"]), type$.JSArray_dynamic); - B.List_bFE = A._setArrayType(makeConstList(["\u0b9e\u0bbe\u0baf\u0bbf.", "\u0ba4\u0bbf\u0b99\u0bcd.", "\u0b9a\u0bc6\u0bb5\u0bcd.", "\u0baa\u0bc1\u0ba4.", "\u0bb5\u0bbf\u0baf\u0bbe.", "\u0bb5\u0bc6\u0bb3\u0bcd.", "\u0b9a\u0ba9\u0bbf"]), type$.JSArray_dynamic); - B.List_eIp = A._setArrayType(makeConstList(["\u0b9e\u0bbe", "\u0ba4\u0bbf", "\u0b9a\u0bc6", "\u0baa\u0bc1", "\u0bb5\u0bbf", "\u0bb5\u0bc6", "\u0b9a"]), type$.JSArray_dynamic); - B.List_2ig = A._setArrayType(makeConstList(["\u0b95\u0bbe\u0bb2\u0bbe.1", "\u0b95\u0bbe\u0bb2\u0bbe.2", "\u0b95\u0bbe\u0bb2\u0bbe.3", "\u0b95\u0bbe\u0bb2\u0bbe.4"]), type$.JSArray_dynamic); - B.List_gkc7 = A._setArrayType(makeConstList(["\u0b92\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1", "\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1", "\u0bae\u0bc2\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1", "\u0ba8\u0bbe\u0ba9\u0bcd\u0b95\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1"]), type$.JSArray_dynamic); - B.List_THA = A._setArrayType(makeConstList(["\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd"]), type$.JSArray_dynamic); - B.List_XRK = A._setArrayType(makeConstList(["a h:mm:ss zzzz", "a h:mm:ss z", "a h:mm:ss", "a h:mm"]), type$.JSArray_dynamic); - B.List_iYS = A._setArrayType(makeConstList(["{1} \u2019\u0b85\u0ba9\u0bcd\u0bb1\u0bc1\u2019 {0}", "{1} \u2019\u0b85\u0ba9\u0bcd\u0bb1\u0bc1\u2019 {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tDni = new A.ConstantStringMap(25, {NAME: "ta", ERAS: B.List_n3c, ERANAMES: B.List_5Tk, NARROWMONTHS: B.List_csj, STANDALONENARROWMONTHS: B.List_csj, MONTHS: B.List_oCX, STANDALONEMONTHS: B.List_oCX, SHORTMONTHS: B.List_IIf, STANDALONESHORTMONTHS: B.List_IIf, WEEKDAYS: B.List_CW0, STANDALONEWEEKDAYS: B.List_CW0, SHORTWEEKDAYS: B.List_bFE, STANDALONESHORTWEEKDAYS: B.List_bFE, NARROWWEEKDAYS: B.List_eIp, STANDALONENARROWWEEKDAYS: B.List_eIp, SHORTQUARTERS: B.List_2ig, QUARTERS: B.List_gkc7, AMPMS: B.List_THA, DATEFORMATS: B.List_oYk, TIMEFORMATS: B.List_XRK, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_iYS}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_gc62 = A._setArrayType(makeConstList(["\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42", "\u0c15\u0c4d\u0c30\u0c40\u0c36"]), type$.JSArray_dynamic); - B.List_C3v = A._setArrayType(makeConstList(["\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02", "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02"]), type$.JSArray_dynamic); - B.List_sav0 = A._setArrayType(makeConstList(["\u0c1c", "\u0c2b\u0c3f", "\u0c2e\u0c3e", "\u0c0f", "\u0c2e\u0c47", "\u0c1c\u0c42", "\u0c1c\u0c41", "\u0c06", "\u0c38\u0c46", "\u0c05", "\u0c28", "\u0c21\u0c3f"]), type$.JSArray_dynamic); - B.List_kmo = A._setArrayType(makeConstList(["\u0c1c\u0c28\u0c35\u0c30\u0c3f", "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", "\u0c2e\u0c47", "\u0c1c\u0c42\u0c28\u0c4d", "\u0c1c\u0c41\u0c32\u0c48", "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d"]), type$.JSArray_dynamic); - B.List_6H20 = A._setArrayType(makeConstList(["\u0c1c\u0c28", "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", "\u0c2e\u0c47", "\u0c1c\u0c42\u0c28\u0c4d", "\u0c1c\u0c41\u0c32\u0c48", "\u0c06\u0c17", "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02", "\u0c05\u0c15\u0c4d\u0c1f\u0c4b", "\u0c28\u0c35\u0c02", "\u0c21\u0c3f\u0c38\u0c46\u0c02"]), type$.JSArray_dynamic); - B.List_MLw = A._setArrayType(makeConstList(["\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02"]), type$.JSArray_dynamic); - B.List_MIo = A._setArrayType(makeConstList(["\u0c06\u0c26\u0c3f", "\u0c38\u0c4b\u0c2e", "\u0c2e\u0c02\u0c17\u0c33", "\u0c2c\u0c41\u0c27", "\u0c17\u0c41\u0c30\u0c41", "\u0c36\u0c41\u0c15\u0c4d\u0c30", "\u0c36\u0c28\u0c3f"]), type$.JSArray_dynamic); - B.List_ahs = A._setArrayType(makeConstList(["\u0c06", "\u0c38\u0c4b", "\u0c2e", "\u0c2c\u0c41", "\u0c17\u0c41", "\u0c36\u0c41", "\u0c36"]), type$.JSArray_dynamic); - B.List_mJ1 = A._setArrayType(makeConstList(["\u0c24\u0c4d\u0c30\u0c481", "\u0c24\u0c4d\u0c30\u0c482", "\u0c24\u0c4d\u0c30\u0c483", "\u0c24\u0c4d\u0c30\u0c484"]), type$.JSArray_dynamic); - B.List_pXQ = A._setArrayType(makeConstList(["1\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02", "2\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02", "3\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02", "4\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02"]), type$.JSArray_dynamic); - B.List_Vav = A._setArrayType(makeConstList(["d, MMMM y, EEEE", "d MMMM, y", "d MMM, y", "dd-MM-yy"]), type$.JSArray_dynamic); - B.List_zrt0 = A._setArrayType(makeConstList(["{1} {0}\u0c15\u0c3f", "{1} {0}\u0c15\u0c3f", "{1} {0}", "{1} {0}"]), type$.JSArray_dynamic); - B.Map_5t6Xj = new A.ConstantStringMap(25, {NAME: "te", ERAS: B.List_gc62, ERANAMES: B.List_C3v, NARROWMONTHS: B.List_sav0, STANDALONENARROWMONTHS: B.List_sav0, MONTHS: B.List_kmo, STANDALONEMONTHS: B.List_kmo, SHORTMONTHS: B.List_6H20, STANDALONESHORTMONTHS: B.List_6H20, WEEKDAYS: B.List_MLw, STANDALONEWEEKDAYS: B.List_MLw, SHORTWEEKDAYS: B.List_MIo, STANDALONESHORTWEEKDAYS: B.List_MIo, NARROWWEEKDAYS: B.List_ahs, STANDALONENARROWWEEKDAYS: B.List_ahs, SHORTQUARTERS: B.List_mJ1, QUARTERS: B.List_pXQ, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_Vav, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_6_6, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_zrt0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_RG0 = A._setArrayType(makeConstList(["\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.", "\u0e04.\u0e28."]), type$.JSArray_dynamic); - B.List_T4j = A._setArrayType(makeConstList(["\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e01\u0e32\u0e25", "\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a"]), type$.JSArray_dynamic); - B.List_Dx1 = A._setArrayType(makeConstList(["\u0e21.\u0e04.", "\u0e01.\u0e1e.", "\u0e21\u0e35.\u0e04.", "\u0e40\u0e21.\u0e22.", "\u0e1e.\u0e04.", "\u0e21\u0e34.\u0e22.", "\u0e01.\u0e04.", "\u0e2a.\u0e04.", "\u0e01.\u0e22.", "\u0e15.\u0e04.", "\u0e1e.\u0e22.", "\u0e18.\u0e04."]), type$.JSArray_dynamic); - B.List_GYK = A._setArrayType(makeConstList(["\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21"]), type$.JSArray_dynamic); - B.List_Yzz = A._setArrayType(makeConstList(["\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c"]), type$.JSArray_dynamic); - B.List_IRg = A._setArrayType(makeConstList(["\u0e2d\u0e32.", "\u0e08.", "\u0e2d.", "\u0e1e.", "\u0e1e\u0e24.", "\u0e28.", "\u0e2a."]), type$.JSArray_dynamic); - B.List_Wnt = A._setArrayType(makeConstList(["\u0e2d\u0e32", "\u0e08", "\u0e2d", "\u0e1e", "\u0e1e\u0e24", "\u0e28", "\u0e2a"]), type$.JSArray_dynamic); - B.List_yLX = A._setArrayType(makeConstList(["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1", "\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2", "\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3", "\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"]), type$.JSArray_dynamic); - B.List_XOr = A._setArrayType(makeConstList(["\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"]), type$.JSArray_dynamic); - B.List_IoI = A._setArrayType(makeConstList(["EEEE\u0e17\u0e35\u0e48 d MMMM G y", "d MMMM G y", "d MMM y", "d/M/yy"]), type$.JSArray_dynamic); - B.List_YD5 = A._setArrayType(makeConstList(["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz", "H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.Map_5tCBD = new A.ConstantStringMap(25, {NAME: "th", ERAS: B.List_RG0, ERANAMES: B.List_T4j, NARROWMONTHS: B.List_Dx1, STANDALONENARROWMONTHS: B.List_Dx1, MONTHS: B.List_GYK, STANDALONEMONTHS: B.List_GYK, SHORTMONTHS: B.List_Dx1, STANDALONESHORTMONTHS: B.List_Dx1, WEEKDAYS: B.List_Yzz, STANDALONEWEEKDAYS: B.List_Yzz, SHORTWEEKDAYS: B.List_IRg, STANDALONESHORTWEEKDAYS: B.List_IRg, NARROWWEEKDAYS: B.List_Wnt, STANDALONENARROWWEEKDAYS: B.List_Wnt, SHORTQUARTERS: B.List_yLX, QUARTERS: B.List_yLX, AMPMS: B.List_XOr, DATEFORMATS: B.List_IoI, TIMEFORMATS: B.List_YD5, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_5t5MH = new A.ConstantStringMap(25, {NAME: "tl", ERAS: B.List_BC_AD0, ERANAMES: B.List_6xs0, NARROWMONTHS: B.List_Duo, STANDALONENARROWMONTHS: B.List_I1L, MONTHS: B.List_hSa, STANDALONEMONTHS: B.List_hSa, SHORTMONTHS: B.List_Duo, STANDALONESHORTMONTHS: B.List_Duo, WEEKDAYS: B.List_xw80, STANDALONEWEEKDAYS: B.List_xw80, SHORTWEEKDAYS: B.List_sdO, STANDALONESHORTWEEKDAYS: B.List_sdO, NARROWWEEKDAYS: B.List_sdO, STANDALONENARROWWEEKDAYS: B.List_sdO, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_ciW, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_cno0, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_QkZ}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_2RQ = A._setArrayType(makeConstList(["M\xd6", "MS"]), type$.JSArray_dynamic); - B.List_uwZ = A._setArrayType(makeConstList(["Milattan \xd6nce", "Milattan Sonra"]), type$.JSArray_dynamic); - B.List_1wB = A._setArrayType(makeConstList(["O", "\u015e", "M", "N", "M", "H", "T", "A", "E", "E", "K", "A"]), type$.JSArray_dynamic); - B.List_FaD = A._setArrayType(makeConstList(["Ocak", "\u015eubat", "Mart", "Nisan", "May\u0131s", "Haziran", "Temmuz", "A\u011fustos", "Eyl\xfcl", "Ekim", "Kas\u0131m", "Aral\u0131k"]), type$.JSArray_dynamic); - B.List_6pl0 = A._setArrayType(makeConstList(["Oca", "\u015eub", "Mar", "Nis", "May", "Haz", "Tem", "A\u011fu", "Eyl", "Eki", "Kas", "Ara"]), type$.JSArray_dynamic); - B.List_7mv = A._setArrayType(makeConstList(["Pazar", "Pazartesi", "Sal\u0131", "\xc7ar\u015famba", "Per\u015fembe", "Cuma", "Cumartesi"]), type$.JSArray_dynamic); - B.List_4KK = A._setArrayType(makeConstList(["Paz", "Pzt", "Sal", "\xc7ar", "Per", "Cum", "Cmt"]), type$.JSArray_dynamic); - B.List_2Lo = A._setArrayType(makeConstList(["P", "P", "S", "\xc7", "P", "C", "C"]), type$.JSArray_dynamic); - B.List_ouf = A._setArrayType(makeConstList(["\xc71", "\xc72", "\xc73", "\xc74"]), type$.JSArray_dynamic); - B.List_8aB3 = A._setArrayType(makeConstList(["1. \xe7eyrek", "2. \xe7eyrek", "3. \xe7eyrek", "4. \xe7eyrek"]), type$.JSArray_dynamic); - B.List_Svy = A._setArrayType(makeConstList(["\xd6\xd6", "\xd6S"]), type$.JSArray_dynamic); - B.List_ahs0 = A._setArrayType(makeConstList(["d MMMM y EEEE", "d MMMM y", "d MMM y", "d.MM.y"]), type$.JSArray_dynamic); - B.Map_5toyU = new A.ConstantStringMap(25, {NAME: "tr", ERAS: B.List_2RQ, ERANAMES: B.List_uwZ, NARROWMONTHS: B.List_1wB, STANDALONENARROWMONTHS: B.List_1wB, MONTHS: B.List_FaD, STANDALONEMONTHS: B.List_FaD, SHORTMONTHS: B.List_6pl0, STANDALONESHORTMONTHS: B.List_6pl0, WEEKDAYS: B.List_7mv, STANDALONEWEEKDAYS: B.List_7mv, SHORTWEEKDAYS: B.List_4KK, STANDALONESHORTWEEKDAYS: B.List_4KK, NARROWWEEKDAYS: B.List_2Lo, STANDALONENARROWWEEKDAYS: B.List_2Lo, SHORTQUARTERS: B.List_ouf, QUARTERS: B.List_8aB3, AMPMS: B.List_Svy, DATEFORMATS: B.List_ahs0, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_sSr = A._setArrayType(makeConstList(["\u0434\u043e \u043d. \u0435.", "\u043d. \u0435."]), type$.JSArray_dynamic); - B.List_gA41 = A._setArrayType(makeConstList(["\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438", "\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438"]), type$.JSArray_dynamic); - B.List_gc63 = A._setArrayType(makeConstList(["\u0441", "\u043b", "\u0431", "\u043a", "\u0442", "\u0447", "\u043b", "\u0441", "\u0432", "\u0436", "\u043b", "\u0433"]), type$.JSArray_dynamic); - B.List_Zei = A._setArrayType(makeConstList(["\u0421", "\u041b", "\u0411", "\u041a", "\u0422", "\u0427", "\u041b", "\u0421", "\u0412", "\u0416", "\u041b", "\u0413"]), type$.JSArray_dynamic); - B.List_avb = A._setArrayType(makeConstList(["\u0441\u0456\u0447\u043d\u044f", "\u043b\u044e\u0442\u043e\u0433\u043e", "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", "\u043a\u0432\u0456\u0442\u043d\u044f", "\u0442\u0440\u0430\u0432\u043d\u044f", "\u0447\u0435\u0440\u0432\u043d\u044f", "\u043b\u0438\u043f\u043d\u044f", "\u0441\u0435\u0440\u043f\u043d\u044f", "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", "\u0436\u043e\u0432\u0442\u043d\u044f", "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", "\u0433\u0440\u0443\u0434\u043d\u044f"]), type$.JSArray_dynamic); - B.List_ksx = A._setArrayType(makeConstList(["\u0441\u0456\u0447\u0435\u043d\u044c", "\u043b\u044e\u0442\u0438\u0439", "\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c", "\u043a\u0432\u0456\u0442\u0435\u043d\u044c", "\u0442\u0440\u0430\u0432\u0435\u043d\u044c", "\u0447\u0435\u0440\u0432\u0435\u043d\u044c", "\u043b\u0438\u043f\u0435\u043d\u044c", "\u0441\u0435\u0440\u043f\u0435\u043d\u044c", "\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c", "\u0436\u043e\u0432\u0442\u0435\u043d\u044c", "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434", "\u0433\u0440\u0443\u0434\u0435\u043d\u044c"]), type$.JSArray_dynamic); - B.List_ouN1 = A._setArrayType(makeConstList(["\u0441\u0456\u0447.", "\u043b\u044e\u0442.", "\u0431\u0435\u0440.", "\u043a\u0432\u0456\u0442.", "\u0442\u0440\u0430\u0432.", "\u0447\u0435\u0440\u0432.", "\u043b\u0438\u043f.", "\u0441\u0435\u0440\u043f.", "\u0432\u0435\u0440.", "\u0436\u043e\u0432\u0442.", "\u043b\u0438\u0441\u0442.", "\u0433\u0440\u0443\u0434."]), type$.JSArray_dynamic); - B.List_wEo3 = A._setArrayType(makeConstList(["\u0441\u0456\u0447", "\u043b\u044e\u0442", "\u0431\u0435\u0440", "\u043a\u0432\u0456", "\u0442\u0440\u0430", "\u0447\u0435\u0440", "\u043b\u0438\u043f", "\u0441\u0435\u0440", "\u0432\u0435\u0440", "\u0436\u043e\u0432", "\u043b\u0438\u0441", "\u0433\u0440\u0443"]), type$.JSArray_dynamic); - B.List_kAW = A._setArrayType(makeConstList(["\u043d\u0435\u0434\u0456\u043b\u044f", "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a", "\u0441\u0435\u0440\u0435\u0434\u0430", "\u0447\u0435\u0442\u0432\u0435\u0440", "\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", "\u0441\u0443\u0431\u043e\u0442\u0430"]), type$.JSArray_dynamic); - B.List_2Vk6 = A._setArrayType(makeConstList(["\u041d", "\u041f", "\u0412", "\u0421", "\u0427", "\u041f", "\u0421"]), type$.JSArray_dynamic); - B.List_3QP = A._setArrayType(makeConstList(["\u0434\u043f", "\u043f\u043f"]), type$.JSArray_dynamic); - B.List_3nh = A._setArrayType(makeConstList(["EEEE, d MMMM y '\u0440'.", "d MMMM y '\u0440'.", "d MMM y '\u0440'.", "dd.MM.yy"]), type$.JSArray_dynamic); - B.List_Cju0 = A._setArrayType(makeConstList(["{1} '\u043e' {0}", "{1} '\u043e' {0}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_dynamic); - B.Map_5tbTF = new A.ConstantStringMap(25, {NAME: "uk", ERAS: B.List_sSr, ERANAMES: B.List_gA41, NARROWMONTHS: B.List_gc63, STANDALONENARROWMONTHS: B.List_Zei, MONTHS: B.List_avb, STANDALONEMONTHS: B.List_ksx, SHORTMONTHS: B.List_ouN1, STANDALONESHORTMONTHS: B.List_wEo3, WEEKDAYS: B.List_kAW, STANDALONEWEEKDAYS: B.List_kAW, SHORTWEEKDAYS: B.List_04, STANDALONESHORTWEEKDAYS: B.List_04, NARROWWEEKDAYS: B.List_2Vk6, STANDALONENARROWWEEKDAYS: B.List_2Vk6, SHORTQUARTERS: B.List_wcW, QUARTERS: B.List_c3X, AMPMS: B.List_3QP, DATEFORMATS: B.List_3nh, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_Cju0}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_Fys = A._setArrayType(makeConstList(["\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d", "\u0639\u06cc\u0633\u0648\u06cc"]), type$.JSArray_dynamic); - B.List_gQW1 = A._setArrayType(makeConstList(["\u062c\u0646\u0648\u0631\u06cc", "\u0641\u0631\u0648\u0631\u06cc", "\u0645\u0627\u0631\u0686", "\u0627\u067e\u0631\u06cc\u0644", "\u0645\u0626\u06cc", "\u062c\u0648\u0646", "\u062c\u0648\u0644\u0627\u0626\u06cc", "\u0627\u06af\u0633\u062a", "\u0633\u062a\u0645\u0628\u0631", "\u0627\u06a9\u062a\u0648\u0628\u0631", "\u0646\u0648\u0645\u0628\u0631", "\u062f\u0633\u0645\u0628\u0631"]), type$.JSArray_dynamic); - B.List_Dns = A._setArrayType(makeConstList(["\u0627\u062a\u0648\u0627\u0631", "\u067e\u06cc\u0631", "\u0645\u0646\u06af\u0644", "\u0628\u062f\u06be", "\u062c\u0645\u0639\u0631\u0627\u062a", "\u062c\u0645\u0639\u06c1", "\u06c1\u0641\u062a\u06c1"]), type$.JSArray_dynamic); - B.List_KDx = A._setArrayType(makeConstList(["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", "\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", "\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", "\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"]), type$.JSArray_dynamic); - B.List_wpm = A._setArrayType(makeConstList(["EEEE\u060c d MMMM\u060c y", "d MMMM\u060c y", "d MMM\u060c y", "d/M/yy"]), type$.JSArray_dynamic); - B.Map_5tTgY = new A.ConstantStringMap(25, {NAME: "ur", ERAS: B.List_Fys, ERANAMES: B.List_Fys, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_gQW1, STANDALONEMONTHS: B.List_gQW1, SHORTMONTHS: B.List_gQW1, STANDALONESHORTMONTHS: B.List_gQW1, WEEKDAYS: B.List_Dns, STANDALONEWEEKDAYS: B.List_Dns, SHORTWEEKDAYS: B.List_Dns, STANDALONESHORTWEEKDAYS: B.List_Dns, NARROWWEEKDAYS: B.List_3US0, STANDALONENARROWWEEKDAYS: B.List_3US0, SHORTQUARTERS: B.List_KDx, QUARTERS: B.List_KDx, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_wpm, TIMEFORMATS: B.List_kWG0, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_qp80 = A._setArrayType(makeConstList(["m.a.", "milodiy"]), type$.JSArray_dynamic); - B.List_x7r = A._setArrayType(makeConstList(["miloddan avvalgi", "milodiy"]), type$.JSArray_dynamic); - B.List_aDt = A._setArrayType(makeConstList(["Y", "F", "M", "A", "M", "I", "I", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_Wrl = A._setArrayType(makeConstList(["yanvar", "fevral", "mart", "aprel", "may", "iyun", "iyul", "avgust", "sentabr", "oktabr", "noyabr", "dekabr"]), type$.JSArray_dynamic); - B.List_Jcu = A._setArrayType(makeConstList(["Yanvar", "Fevral", "Mart", "Aprel", "May", "Iyun", "Iyul", "Avgust", "Sentabr", "Oktabr", "Noyabr", "Dekabr"]), type$.JSArray_dynamic); - B.List_QPD = A._setArrayType(makeConstList(["yan", "fev", "mar", "apr", "may", "iyn", "iyl", "avg", "sen", "okt", "noy", "dek"]), type$.JSArray_dynamic); - B.List_2WF = A._setArrayType(makeConstList(["Yan", "Fev", "Mar", "Apr", "May", "Iyn", "Iyl", "Avg", "Sen", "Okt", "Noy", "Dek"]), type$.JSArray_dynamic); - B.List_Gt3 = A._setArrayType(makeConstList(["yakshanba", "dushanba", "seshanba", "chorshanba", "payshanba", "juma", "shanba"]), type$.JSArray_dynamic); - B.List_6qD = A._setArrayType(makeConstList(["Yak", "Dush", "Sesh", "Chor", "Pay", "Jum", "Shan"]), type$.JSArray_dynamic); - B.List_3Vk = A._setArrayType(makeConstList(["Y", "D", "S", "C", "P", "J", "S"]), type$.JSArray_dynamic); - B.List_kvD0 = A._setArrayType(makeConstList(["1-ch", "2-ch", "3-ch", "4-ch"]), type$.JSArray_dynamic); - B.List_Nm5 = A._setArrayType(makeConstList(["1-chorak", "2-chorak", "3-chorak", "4-chorak"]), type$.JSArray_dynamic); - B.List_TO_TK = A._setArrayType(makeConstList(["TO", "TK"]), type$.JSArray_dynamic); - B.List_ato = A._setArrayType(makeConstList(["EEEE, d-MMMM, y", "d-MMMM, y", "d-MMM, y", "dd/MM/yy"]), type$.JSArray_dynamic); - B.List_W3H = A._setArrayType(makeConstList(["H:mm:ss (zzzz)", "H:mm:ss (z)", "HH:mm:ss", "HH:mm"]), type$.JSArray_dynamic); - B.Map_5ti8C = new A.ConstantStringMap(25, {NAME: "uz", ERAS: B.List_qp80, ERANAMES: B.List_x7r, NARROWMONTHS: B.List_aDt, STANDALONENARROWMONTHS: B.List_aDt, MONTHS: B.List_Wrl, STANDALONEMONTHS: B.List_Jcu, SHORTMONTHS: B.List_QPD, STANDALONESHORTMONTHS: B.List_2WF, WEEKDAYS: B.List_Gt3, STANDALONEWEEKDAYS: B.List_Gt3, SHORTWEEKDAYS: B.List_6qD, STANDALONESHORTWEEKDAYS: B.List_6qD, NARROWWEEKDAYS: B.List_3Vk, STANDALONENARROWWEEKDAYS: B.List_3Vk, SHORTQUARTERS: B.List_kvD0, QUARTERS: B.List_Nm5, AMPMS: B.List_TO_TK, DATEFORMATS: B.List_ato, TIMEFORMATS: B.List_W3H, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_o0N}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_8gy = A._setArrayType(makeConstList(["Tr\u01b0\u1edbc CN", "sau CN"]), type$.JSArray_dynamic); - B.List_OBU = A._setArrayType(makeConstList(["th\xe1ng 1", "th\xe1ng 2", "th\xe1ng 3", "th\xe1ng 4", "th\xe1ng 5", "th\xe1ng 6", "th\xe1ng 7", "th\xe1ng 8", "th\xe1ng 9", "th\xe1ng 10", "th\xe1ng 11", "th\xe1ng 12"]), type$.JSArray_dynamic); - B.List_Utj = A._setArrayType(makeConstList(["Th\xe1ng 1", "Th\xe1ng 2", "Th\xe1ng 3", "Th\xe1ng 4", "Th\xe1ng 5", "Th\xe1ng 6", "Th\xe1ng 7", "Th\xe1ng 8", "Th\xe1ng 9", "Th\xe1ng 10", "Th\xe1ng 11", "Th\xe1ng 12"]), type$.JSArray_dynamic); - B.List_gDg = A._setArrayType(makeConstList(["thg 1", "thg 2", "thg 3", "thg 4", "thg 5", "thg 6", "thg 7", "thg 8", "thg 9", "thg 10", "thg 11", "thg 12"]), type$.JSArray_dynamic); - B.List_IJC0 = A._setArrayType(makeConstList(["Thg 1", "Thg 2", "Thg 3", "Thg 4", "Thg 5", "Thg 6", "Thg 7", "Thg 8", "Thg 9", "Thg 10", "Thg 11", "Thg 12"]), type$.JSArray_dynamic); - B.List_ivD = A._setArrayType(makeConstList(["Ch\u1ee7 Nh\u1eadt", "Th\u1ee9 Hai", "Th\u1ee9 Ba", "Th\u1ee9 T\u01b0", "Th\u1ee9 N\u0103m", "Th\u1ee9 S\xe1u", "Th\u1ee9 B\u1ea3y"]), type$.JSArray_dynamic); - B.List_EKW0 = A._setArrayType(makeConstList(["CN", "Th 2", "Th 3", "Th 4", "Th 5", "Th 6", "Th 7"]), type$.JSArray_dynamic); - B.List_JqH = A._setArrayType(makeConstList(["CN", "T2", "T3", "T4", "T5", "T6", "T7"]), type$.JSArray_dynamic); - B.List_UWS = A._setArrayType(makeConstList(["Qu\xfd 1", "Qu\xfd 2", "Qu\xfd 3", "Qu\xfd 4"]), type$.JSArray_dynamic); - B.List_SA_CH = A._setArrayType(makeConstList(["SA", "CH"]), type$.JSArray_dynamic); - B.List_IIM = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM, y", "d MMM, y", "dd/MM/y"]), type$.JSArray_dynamic); - B.List_I2P = A._setArrayType(makeConstList(["{0} {1}", "{0} {1}", "{0}, {1}", "{0}, {1}"]), type$.JSArray_dynamic); - B.Map_5tlgS = new A.ConstantStringMap(25, {NAME: "vi", ERAS: B.List_8gy, ERANAMES: B.List_8gy, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_OBU, STANDALONEMONTHS: B.List_Utj, SHORTMONTHS: B.List_gDg, STANDALONESHORTMONTHS: B.List_IJC0, WEEKDAYS: B.List_ivD, STANDALONEWEEKDAYS: B.List_ivD, SHORTWEEKDAYS: B.List_EKW0, STANDALONESHORTWEEKDAYS: B.List_EKW0, NARROWWEEKDAYS: B.List_JqH, STANDALONENARROWWEEKDAYS: B.List_JqH, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_UWS, AMPMS: B.List_SA_CH, DATEFORMATS: B.List_IIM, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 0, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 6, DATETIMEFORMATS: B.List_I2P}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_Mi2 = A._setArrayType(makeConstList(["\u516c\u5143\u524d", "\u516c\u5143"]), type$.JSArray_dynamic); - B.List_M9p = A._setArrayType(makeConstList(["\u4e00\u6708", "\u4e8c\u6708", "\u4e09\u6708", "\u56db\u6708", "\u4e94\u6708", "\u516d\u6708", "\u4e03\u6708", "\u516b\u6708", "\u4e5d\u6708", "\u5341\u6708", "\u5341\u4e00\u6708", "\u5341\u4e8c\u6708"]), type$.JSArray_dynamic); - B.List_HQz = A._setArrayType(makeConstList(["\u661f\u671f\u65e5", "\u661f\u671f\u4e00", "\u661f\u671f\u4e8c", "\u661f\u671f\u4e09", "\u661f\u671f\u56db", "\u661f\u671f\u4e94", "\u661f\u671f\u516d"]), type$.JSArray_dynamic); - B.List_Ivb = A._setArrayType(makeConstList(["\u5468\u65e5", "\u5468\u4e00", "\u5468\u4e8c", "\u5468\u4e09", "\u5468\u56db", "\u5468\u4e94", "\u5468\u516d"]), type$.JSArray_dynamic); - B.List_L17 = A._setArrayType(makeConstList(["\u65e5", "\u4e00", "\u4e8c", "\u4e09", "\u56db", "\u4e94", "\u516d"]), type$.JSArray_dynamic); - B.List_U0y = A._setArrayType(makeConstList(["1\u5b63\u5ea6", "2\u5b63\u5ea6", "3\u5b63\u5ea6", "4\u5b63\u5ea6"]), type$.JSArray_dynamic); - B.List_U4K = A._setArrayType(makeConstList(["\u7b2c\u4e00\u5b63\u5ea6", "\u7b2c\u4e8c\u5b63\u5ea6", "\u7b2c\u4e09\u5b63\u5ea6", "\u7b2c\u56db\u5b63\u5ea6"]), type$.JSArray_dynamic); - B.List_oGx0 = A._setArrayType(makeConstList(["\u4e0a\u5348", "\u4e0b\u5348"]), type$.JSArray_dynamic); - B.List_AgZ1 = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5EEEE", "y\u5e74M\u6708d\u65e5", "y\u5e74M\u6708d\u65e5", "y/M/d"]), type$.JSArray_dynamic); - B.List_r5w = A._setArrayType(makeConstList(["zzzz ah:mm:ss", "z ah:mm:ss", "ah:mm:ss", "ah:mm"]), type$.JSArray_dynamic); - B.Map_5tmGC = new A.ConstantStringMap(25, {NAME: "zh", ERAS: B.List_Mi2, ERANAMES: B.List_Mi2, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_M9p, STANDALONEMONTHS: B.List_M9p, SHORTMONTHS: B.List_24C, STANDALONESHORTMONTHS: B.List_24C, WEEKDAYS: B.List_HQz, STANDALONEWEEKDAYS: B.List_HQz, SHORTWEEKDAYS: B.List_Ivb, STANDALONESHORTWEEKDAYS: B.List_Ivb, NARROWWEEKDAYS: B.List_L17, STANDALONENARROWWEEKDAYS: B.List_L17, SHORTQUARTERS: B.List_U0y, QUARTERS: B.List_U4K, AMPMS: B.List_oGx0, DATEFORMATS: B.List_AgZ1, TIMEFORMATS: B.List_r5w, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_kkg = A._setArrayType(makeConstList(["\u9031\u65e5", "\u9031\u4e00", "\u9031\u4e8c", "\u9031\u4e09", "\u9031\u56db", "\u9031\u4e94", "\u9031\u516d"]), type$.JSArray_dynamic); - B.List_ek30 = A._setArrayType(makeConstList(["\u7b2c1\u5b63", "\u7b2c2\u5b63", "\u7b2c3\u5b63", "\u7b2c4\u5b63"]), type$.JSArray_dynamic); - B.List_ECQ = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5EEEE", "y\u5e74M\u6708d\u65e5", "y\u5e74M\u6708d\u65e5", "d/M/y"]), type$.JSArray_dynamic); - B.List_Ybn = A._setArrayType(makeConstList(["ah:mm:ss [zzzz]", "ah:mm:ss [z]", "ah:mm:ss", "ah:mm"]), type$.JSArray_dynamic); - B.Map_5tTvc = new A.ConstantStringMap(25, {NAME: "zh_HK", ERAS: B.List_Mi2, ERANAMES: B.List_Mi2, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_24C, STANDALONEMONTHS: B.List_24C, SHORTMONTHS: B.List_24C, STANDALONESHORTMONTHS: B.List_24C, WEEKDAYS: B.List_HQz, STANDALONEWEEKDAYS: B.List_HQz, SHORTWEEKDAYS: B.List_kkg, STANDALONESHORTWEEKDAYS: B.List_kkg, NARROWWEEKDAYS: B.List_L17, STANDALONENARROWWEEKDAYS: B.List_L17, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_ek30, AMPMS: B.List_oGx0, DATEFORMATS: B.List_ECQ, TIMEFORMATS: B.List_Ybn, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_EsU = A._setArrayType(makeConstList(["\u897f\u5143\u524d", "\u897f\u5143"]), type$.JSArray_dynamic); - B.List_2HT = A._setArrayType(makeConstList(["y\u5e74M\u6708d\u65e5 EEEE", "y\u5e74M\u6708d\u65e5", "y\u5e74M\u6708d\u65e5", "y/M/d"]), type$.JSArray_dynamic); - B.Map_5t5Nr = new A.ConstantStringMap(25, {NAME: "zh_TW", ERAS: B.List_EsU, ERANAMES: B.List_EsU, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_24C, STANDALONEMONTHS: B.List_24C, SHORTMONTHS: B.List_24C, STANDALONESHORTMONTHS: B.List_24C, WEEKDAYS: B.List_HQz, STANDALONEWEEKDAYS: B.List_HQz, SHORTWEEKDAYS: B.List_kkg, STANDALONESHORTWEEKDAYS: B.List_kkg, NARROWWEEKDAYS: B.List_L17, STANDALONENARROWWEEKDAYS: B.List_L17, SHORTQUARTERS: B.List_ek30, QUARTERS: B.List_ek30, AMPMS: B.List_oGx0, DATEFORMATS: B.List_2HT, TIMEFORMATS: B.List_Ybn, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.List_MEg = A._setArrayType(makeConstList(["J", "F", "M", "E", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_izR1 = A._setArrayType(makeConstList(["Januwari", "Februwari", "Mashi", "Ephreli", "Meyi", "Juni", "Julayi", "Agasti", "Septhemba", "Okthoba", "Novemba", "Disemba"]), type$.JSArray_dynamic); - B.List_Qw8 = A._setArrayType(makeConstList(["Jan", "Feb", "Mas", "Eph", "Mey", "Jun", "Jul", "Aga", "Sep", "Okt", "Nov", "Dis"]), type$.JSArray_dynamic); - B.List_2pH = A._setArrayType(makeConstList(["ISonto", "UMsombuluko", "ULwesibili", "ULwesithathu", "ULwesine", "ULwesihlanu", "UMgqibelo"]), type$.JSArray_dynamic); - B.List_GPh = A._setArrayType(makeConstList(["Son", "Mso", "Bil", "Tha", "Sin", "Hla", "Mgq"]), type$.JSArray_dynamic); - B.List_AAY = A._setArrayType(makeConstList(["S", "M", "B", "T", "S", "H", "M"]), type$.JSArray_dynamic); - B.List_wqy = A._setArrayType(makeConstList(["ikota yesi-1", "ikota yesi-2", "ikota yesi-3", "ikota yesi-4"]), type$.JSArray_dynamic); - B.Map_5tFeh = new A.ConstantStringMap(25, {NAME: "zu", ERAS: B.List_BC_AD0, ERANAMES: B.List_BC_AD0, NARROWMONTHS: B.List_MEg, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_izR1, STANDALONEMONTHS: B.List_izR1, SHORTMONTHS: B.List_Qw8, STANDALONESHORTMONTHS: B.List_Qw8, WEEKDAYS: B.List_2pH, STANDALONEWEEKDAYS: B.List_2pH, SHORTWEEKDAYS: B.List_GPh, STANDALONESHORTWEEKDAYS: B.List_GPh, NARROWWEEKDAYS: B.List_AAY, STANDALONENARROWWEEKDAYS: B.List_AAY, SHORTQUARTERS: B.List_Q1_Q2_Q3_Q40, QUARTERS: B.List_wqy, AMPMS: B.List_AM_PM0, DATEFORMATS: B.List_cno0, TIMEFORMATS: B.List_aBy, AVAILABLEFORMATS: null, FIRSTDAYOFWEEK: 6, WEEKENDRANGE: B.List_5_60, FIRSTWEEKCUTOFFDAY: 5, DATETIMEFORMATS: B.List_Pss}, B.List_5tX, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_2zqtW = new A.ConstantStringMap(94, {af: B.Map_5t4AN, am: B.Map_5t6QF, ar: B.Map_bHS8J, az: B.Map_5tA4L, be: B.Map_5tfx7, bg: B.Map_5tW7l, bn: B.Map_bHedh, bs: B.Map_5tPJs, ca: B.Map_5t94O, cs: B.Map_5tSTY, da: B.Map_5tUEs, de: B.Map_5tI6I, de_CH: B.Map_5tqoQ, el: B.Map_5tEmr, en: B.Map_5tOTP, en_AU: B.Map_5tifn, en_CA: B.Map_5t0, en_GB: B.Map_5t3mV, en_IE: B.Map_5tE4y, en_IN: B.Map_5tmFp, en_SG: B.Map_5tU48, en_US: B.Map_5tgRf, en_ZA: B.Map_5t43h, es: B.Map_5tQ5r, es_419: B.Map_5tI8w, es_MX: B.Map_5t2jN, es_US: B.Map_5tzHO, et: B.Map_5t81A, eu: B.Map_5tuAF, fa: B.Map_bH8aB, fi: B.Map_5tMIV, fil: B.Map_5tGfX, fr: B.Map_5tmF3, fr_CA: B.Map_5tStJ, gl: B.Map_5t0iF, gsw: B.Map_5tXzX, gu: B.Map_5tyXb, he: B.Map_5t1NX, hi: B.Map_5t4AN0, hr: B.Map_5t8tP, hu: B.Map_5toEG, hy: B.Map_5tKeb, id: B.Map_5tIWo, is: B.Map_5twEo, it: B.Map_5twQW, ja: B.Map_5ta6h, ka: B.Map_5tq4G, kk: B.Map_5tIiW, km: B.Map_5tmmo, kn: B.Map_5twHn, ko: B.Map_5t2jN0, ky: B.Map_5tMul, lo: B.Map_5ta5W, lt: B.Map_5tIof, lv: B.Map_5twsa, mk: B.Map_5totL, ml: B.Map_5tivI, mn: B.Map_5tMdN, mr: B.Map_bHq0y, ms: B.Map_5tmT8, my: B.Map_bHCt8, nb: B.Map_5tkOw, ne: B.Map_bHcMD, nl: B.Map_5t5gb, no: B.Map_5tJNA, or: B.Map_5tQ49, pa: B.Map_5tR3l, pl: B.Map_5tK5H, ps: B.Map_bHm6K, pt: B.Map_5tq5f, pt_PT: B.Map_5t8IM, ro: B.Map_5teC6, ru: B.Map_5tDrw, si: B.Map_5t1p9, sk: B.Map_5tUWX, sl: B.Map_5trp3, sq: B.Map_5tSlD, sr: B.Map_5tqJ4, sr_Latn: B.Map_5tN7e, sv: B.Map_5tgsm, sw: B.Map_5tum9, ta: B.Map_5tDni, te: B.Map_5t6Xj, th: B.Map_5tCBD, tl: B.Map_5t5MH, tr: B.Map_5toyU, uk: B.Map_5tbTF, ur: B.Map_5tTgY, uz: B.Map_5ti8C, vi: B.Map_5tlgS, zh: B.Map_5tmGC, zh_HK: B.Map_5tTvc, zh_TW: B.Map_5t5Nr, zu: B.Map_5tFeh}, B.List_2zE, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.List_EQM = A._setArrayType(makeConstList(["d", "E", "EEEE", "LLL", "LLLL", "M", "Md", "MEd", "MMM", "MMMd", "MMMEd", "MMMM", "MMMMd", "MMMMEEEEd", "QQQ", "QQQQ", "y", "yM", "yMd", "yMEd", "yMMM", "yMMMd", "yMMMEd", "yMMMM", "yMMMMd", "yMMMMEEEEd", "yQQQ", "yQQQQ", "H", "Hm", "Hms", "j", "jm", "jms", "jmv", "jmz", "jz", "m", "ms", "s", "v", "z", "zzzz", "ZZZZ"]), type$.JSArray_legacy_String); B.Map_EQUuv = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd-MM", MEd: "EEE d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM-y", yMd: "y-MM-dd", yMEd: "EEE y-MM-dd", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE d MMM y", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE d MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "HH", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH z", m: "m", ms: "mm:ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_EQ27I = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M/d", MEd: "EEE\u1363 M/d", MMM: "LLL", MMMd: "MMM d", MMMEd: "EEE\u1363 MMM d", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE\u1363 MMMM d", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE\u1363 d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE\u1363 MMM d y", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "y MMMM d, EEEE", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "HH:mm", Hms: "HH:mm:ss", j: "h a", jm: "h:mm a", jms: "h:mm:ss a", jmv: "h:mm a v", jmz: "h:mm a z", jz: "h a z", m: "m", ms: "mm:ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); @@ -505348,20 +520272,22 @@ B.List_RsV4 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968066, null, null, B.LogicalKeyboardKey_8589935156]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_RsV5 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968067, null, null, B.LogicalKeyboardKey_8589935158]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_3Vk0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968068, null, null, B.LogicalKeyboardKey_8589935160]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_4294968321 = new A.LogicalKeyboardKey(4294968321); B.List_6FR = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968321, null, null, B.LogicalKeyboardKey_8589935157]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_ABN0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_8589934848, B.LogicalKeyboardKey_8589934848, B.LogicalKeyboardKey_8589934849, null]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_IAQ = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294967423, null, null, B.LogicalKeyboardKey_8589935150]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_RsV6 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968069, null, null, B.LogicalKeyboardKey_8589935153]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_bnV0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294967309, null, null, B.LogicalKeyboardKey_8589935117]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_RsV7 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968070, null, null, B.LogicalKeyboardKey_8589935159]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_4294968327 = new A.LogicalKeyboardKey(4294968327); B.List_6FR0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968327, null, null, B.LogicalKeyboardKey_8589935152]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_ABN1 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589934855, null]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_4294968071 = new A.LogicalKeyboardKey(4294968071); B.List_RsV8 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968071, null, null, B.LogicalKeyboardKey_8589935155]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_4294968072 = new A.LogicalKeyboardKey(4294968072); B.List_mDg = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968072, null, null, B.LogicalKeyboardKey_8589935161]), type$.JSArray_nullable_LogicalKeyboardKey); B.List_ABN2 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851, null]), type$.JSArray_nullable_LogicalKeyboardKey); B.Map_8Tc9P = new A.ConstantStringMap(31, {"*": B.List_MHC, "+": B.List_MHC0, "-": B.List_MHC1, ".": B.List_MHC2, "/": B.List_MHC3, "0": B.List_yHZ0, "1": B.List_yHZ1, "2": B.List_yHZ2, "3": B.List_yHZ3, "4": B.List_yHZ4, "5": B.List_yHZ5, "6": B.List_yHZ6, "7": B.List_yHZ7, "8": B.List_Sxn, "9": B.List_Sxn0, Alt: B.List_ABN, ArrowDown: B.List_RsV3, ArrowLeft: B.List_RsV4, ArrowRight: B.List_RsV5, ArrowUp: B.List_3Vk0, Clear: B.List_6FR, Control: B.List_ABN0, Delete: B.List_IAQ, End: B.List_RsV6, Enter: B.List_bnV0, Home: B.List_RsV7, Insert: B.List_6FR0, Meta: B.List_ABN1, PageDown: B.List_RsV8, PageUp: B.List_mDg, Shift: B.List_ABN2}, B.List_8TI, A.findType("ConstantStringMap*>")); - B.List_mode = A._setArrayType(makeConstList(["mode"]), type$.JSArray_legacy_String); - B.Map_9aZ6I = new A.ConstantStringMap(1, {mode: "basic"}, B.List_mode, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.List_AR9 = A._setArrayType(makeConstList(["null-character", "invalid-codepoint", "incorrectly-placed-solidus", "incorrect-cr-newline-entity", "illegal-windows-1252-entity", "cant-convert-numeric-entity", "illegal-codepoint-for-numeric-entity", "numeric-entity-without-semicolon", "expected-numeric-entity-but-got-eof", "expected-numeric-entity", "named-entity-without-semicolon", "expected-named-entity", "attributes-in-end-tag", "self-closing-flag-on-end-tag", "expected-tag-name-but-got-right-bracket", "expected-tag-name-but-got-question-mark", "expected-tag-name", string$.expectc, "expected-closing-tag-but-got-eof", "expected-closing-tag-but-got-char", "eof-in-tag-name", "expected-attribute-name-but-got-eof", "eof-in-attribute-name", "invalid-character-in-attribute-name", "duplicate-attribute", "expected-end-of-tag-name-but-got-eof", "expected-attribute-value-but-got-eof", string$.expecta, "equals-in-unquoted-attribute-value", string$.x75nexpeci, "invalid-character-after-attribute-name", string$.x75nexpecaa, "eof-in-attribute-value-double-quote", "eof-in-attribute-value-single-quote", "eof-in-attribute-value-no-quotes", "unexpected-EOF-after-solidus-in-tag", string$.x75nexpecas, "expected-dashes-or-doctype", string$.x75nexpeb, "unexpected-space-after-double-dash-in-comment", "incorrect-comment", "eof-in-comment", "eof-in-comment-end-dash", string$.x75nexped, "eof-in-comment-double-dash", "eof-in-comment-end-space-state", "eof-in-comment-end-bang-state", "unexpected-char-in-comment", "need-space-after-doctype", string$.expectd, "expected-doctype-name-but-got-eof", "eof-in-doctype-name", "eof-in-doctype", string$.expects, "unexpected-end-of-doctype", "unexpected-char-in-doctype", "eof-in-innerhtml", "unexpected-doctype", "non-html-root", "expected-doctype-but-got-eof", "unknown-doctype", "expected-doctype-but-got-chars", "expected-doctype-but-got-start-tag", "expected-doctype-but-got-end-tag", "end-tag-after-implied-root", "expected-named-closing-tag-but-got-eof", "two-heads-are-not-better-than-one", "unexpected-end-tag", "unexpected-start-tag-out-of-my-head", "unexpected-start-tag", "missing-end-tag", "missing-end-tags", "unexpected-start-tag-implies-end-tag", "unexpected-start-tag-treated-as", "deprecated-tag", "unexpected-start-tag-ignored", "expected-one-end-tag-but-got-another", "end-tag-too-early", "end-tag-too-early-named", "end-tag-too-early-ignored", "adoption-agency-1.1", "adoption-agency-1.2", "adoption-agency-1.3", "unexpected-end-tag-treated-as", "no-end-tag", "unexpected-implied-end-tag-in-table", "unexpected-implied-end-tag-in-table-body", "unexpected-char-implies-table-voodoo", "unexpected-hidden-input-in-table", "unexpected-form-in-table", string$.x75nexpes, "unexpected-end-tag-implies-table-voodoo", "unexpected-cell-in-table-body", "unexpected-cell-end-tag", "unexpected-end-tag-in-table-body", "unexpected-implied-end-tag-in-table-row", "unexpected-end-tag-in-table-row", "unexpected-select-in-select", "unexpected-input-in-select", "unexpected-start-tag-in-select", "unexpected-end-tag-in-select", string$.x75nexpets, string$.x75nexpete, "unexpected-char-after-body", "unexpected-start-tag-after-body", "unexpected-end-tag-after-body", "unexpected-char-in-frameset", "unexpected-start-tag-in-frameset", string$.x75nexpef, "unexpected-end-tag-in-frameset", "unexpected-char-after-frameset", "unexpected-start-tag-after-frameset", "unexpected-end-tag-after-frameset", "unexpected-end-tag-after-body-innerhtml", "expected-eof-but-got-char", "expected-eof-but-got-start-tag", "expected-eof-but-got-end-tag", "eof-in-table", "eof-in-select", "eof-in-frameset", "eof-in-script-in-script", "eof-in-foreign-lands", "non-void-element-with-trailing-solidus", string$.x75nexpeh, "unexpected-end-tag-before-html", "undefined-error"]), type$.JSArray_legacy_String); B.Map_ARy3D = new A.ConstantStringMap(126, {"null-character": "Null character in input stream, replaced with U+FFFD.", "invalid-codepoint": "Invalid codepoint in stream.", "incorrectly-placed-solidus": "Solidus (/) incorrectly placed in tag.", "incorrect-cr-newline-entity": "Incorrect CR newline entity, replaced with LF.", "illegal-windows-1252-entity": "Entity used with illegal number (windows-1252 reference).", "cant-convert-numeric-entity": "Numeric entity couldn't be converted to character (codepoint U+%(charAsInt)08x).", "illegal-codepoint-for-numeric-entity": "Numeric entity represents an illegal codepoint: U+%(charAsInt)08x.", "numeric-entity-without-semicolon": "Numeric entity didn't end with ';'.", "expected-numeric-entity-but-got-eof": "Numeric entity expected. Got end of file instead.", "expected-numeric-entity": "Numeric entity expected but none found.", "named-entity-without-semicolon": "Named entity didn't end with ';'.", "expected-named-entity": "Named entity expected. Got none.", "attributes-in-end-tag": "End tag contains unexpected attributes.", "self-closing-flag-on-end-tag": "End tag contains unexpected self-closing flag.", "expected-tag-name-but-got-right-bracket": "Expected tag name. Got '>' instead.", "expected-tag-name-but-got-question-mark": "Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)", "expected-tag-name": "Expected tag name. Got something else instead", "expected-closing-tag-but-got-right-bracket": "Expected closing tag. Got '>' instead. Ignoring ''.", "expected-closing-tag-but-got-eof": "Expected closing tag. Unexpected end of file.", "expected-closing-tag-but-got-char": "Expected closing tag. Unexpected character '%(data)s' found.", "eof-in-tag-name": "Unexpected end of file in the tag name.", "expected-attribute-name-but-got-eof": "Unexpected end of file. Expected attribute name instead.", "eof-in-attribute-name": "Unexpected end of file in attribute name.", "invalid-character-in-attribute-name": "Invalid character in attribute name", "duplicate-attribute": "Dropped duplicate attribute on tag.", "expected-end-of-tag-name-but-got-eof": "Unexpected end of file. Expected = or end of tag.", "expected-attribute-value-but-got-eof": "Unexpected end of file. Expected attribute value.", "expected-attribute-value-but-got-right-bracket": "Expected attribute value. Got '>' instead.", "equals-in-unquoted-attribute-value": "Unexpected = in unquoted attribute", "unexpected-character-in-unquoted-attribute-value": "Unexpected character in unquoted attribute", "invalid-character-after-attribute-name": "Unexpected character after attribute name.", "unexpected-character-after-attribute-value": "Unexpected character after attribute value.", "eof-in-attribute-value-double-quote": 'Unexpected end of file in attribute value (".', "eof-in-attribute-value-single-quote": "Unexpected end of file in attribute value (').", "eof-in-attribute-value-no-quotes": "Unexpected end of file in attribute value.", "unexpected-EOF-after-solidus-in-tag": "Unexpected end of file in tag. Expected >", "unexpected-character-after-soldius-in-tag": "Unexpected character after / in tag. Expected >", "expected-dashes-or-doctype": "Expected '--' or 'DOCTYPE'. Not found.", "unexpected-bang-after-double-dash-in-comment": "Unexpected ! after -- in comment", "unexpected-space-after-double-dash-in-comment": "Unexpected space after -- in comment", "incorrect-comment": "Incorrect comment.", "eof-in-comment": "Unexpected end of file in comment.", "eof-in-comment-end-dash": "Unexpected end of file in comment (-)", "unexpected-dash-after-double-dash-in-comment": "Unexpected '-' after '--' found in comment.", "eof-in-comment-double-dash": "Unexpected end of file in comment (--).", "eof-in-comment-end-space-state": "Unexpected end of file in comment.", "eof-in-comment-end-bang-state": "Unexpected end of file in comment.", "unexpected-char-in-comment": "Unexpected character in comment found.", "need-space-after-doctype": "No space after literal string 'DOCTYPE'.", "expected-doctype-name-but-got-right-bracket": "Unexpected > character. Expected DOCTYPE name.", "expected-doctype-name-but-got-eof": "Unexpected end of file. Expected DOCTYPE name.", "eof-in-doctype-name": "Unexpected end of file in DOCTYPE name.", "eof-in-doctype": "Unexpected end of file in DOCTYPE.", "expected-space-or-right-bracket-in-doctype": "Expected space or '>'. Got '%(data)s'", "unexpected-end-of-doctype": "Unexpected end of DOCTYPE.", "unexpected-char-in-doctype": "Unexpected character in DOCTYPE.", "eof-in-innerhtml": "XXX innerHTML EOF", "unexpected-doctype": "Unexpected DOCTYPE. Ignored.", "non-html-root": "html needs to be the first start tag.", "expected-doctype-but-got-eof": "Unexpected End of file. Expected DOCTYPE.", "unknown-doctype": "Erroneous DOCTYPE.", "expected-doctype-but-got-chars": "Unexpected non-space characters. Expected DOCTYPE.", "expected-doctype-but-got-start-tag": "Unexpected start tag (%(name)s). Expected DOCTYPE.", "expected-doctype-but-got-end-tag": "Unexpected end tag (%(name)s). Expected DOCTYPE.", "end-tag-after-implied-root": "Unexpected end tag (%(name)s) after the (implied) root element.", "expected-named-closing-tag-but-got-eof": "Unexpected end of file. Expected end tag (%(name)s).", "two-heads-are-not-better-than-one": "Unexpected start tag head in existing head. Ignored.", "unexpected-end-tag": "Unexpected end tag (%(name)s). Ignored.", "unexpected-start-tag-out-of-my-head": "Unexpected start tag (%(name)s) that can be in head. Moved.", "unexpected-start-tag": "Unexpected start tag (%(name)s).", "missing-end-tag": "Missing end tag (%(name)s).", "missing-end-tags": "Missing end tags (%(name)s).", "unexpected-start-tag-implies-end-tag": "Unexpected start tag (%(startName)s) implies end tag (%(endName)s).", "unexpected-start-tag-treated-as": "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", "deprecated-tag": "Unexpected start tag %(name)s. Don't use it!", "unexpected-start-tag-ignored": "Unexpected start tag %(name)s. Ignored.", "expected-one-end-tag-but-got-another": "Unexpected end tag (%(gotName)s). Missing end tag (%(expectedName)s).", "end-tag-too-early": "End tag (%(name)s) seen too early. Expected other end tag.", "end-tag-too-early-named": "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", "end-tag-too-early-ignored": "End tag (%(name)s) seen too early. Ignored.", "adoption-agency-1.1": "End tag (%(name)s) violates step 1, paragraph 1 of the adoption agency algorithm.", "adoption-agency-1.2": "End tag (%(name)s) violates step 1, paragraph 2 of the adoption agency algorithm.", "adoption-agency-1.3": "End tag (%(name)s) violates step 1, paragraph 3 of the adoption agency algorithm.", "unexpected-end-tag-treated-as": "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", "no-end-tag": "This element (%(name)s) has no end tag.", "unexpected-implied-end-tag-in-table": "Unexpected implied end tag (%(name)s) in the table phase.", "unexpected-implied-end-tag-in-table-body": "Unexpected implied end tag (%(name)s) in the table body phase.", "unexpected-char-implies-table-voodoo": "Unexpected non-space characters in table context caused voodoo mode.", "unexpected-hidden-input-in-table": "Unexpected input with type hidden in table context.", "unexpected-form-in-table": "Unexpected form in table context.", "unexpected-start-tag-implies-table-voodoo": "Unexpected start tag (%(name)s) in table context caused voodoo mode.", "unexpected-end-tag-implies-table-voodoo": "Unexpected end tag (%(name)s) in table context caused voodoo mode.", "unexpected-cell-in-table-body": "Unexpected table cell start tag (%(name)s) in the table body phase.", "unexpected-cell-end-tag": "Got table cell end tag (%(name)s) while required end tags are missing.", "unexpected-end-tag-in-table-body": "Unexpected end tag (%(name)s) in the table body phase. Ignored.", "unexpected-implied-end-tag-in-table-row": "Unexpected implied end tag (%(name)s) in the table row phase.", "unexpected-end-tag-in-table-row": "Unexpected end tag (%(name)s) in the table row phase. Ignored.", "unexpected-select-in-select": "Unexpected select start tag in the select phase treated as select end tag.", "unexpected-input-in-select": "Unexpected input start tag in the select phase.", "unexpected-start-tag-in-select": "Unexpected start tag token (%(name)s in the select phase. Ignored.", "unexpected-end-tag-in-select": "Unexpected end tag (%(name)s) in the select phase. Ignored.", "unexpected-table-element-start-tag-in-select-in-table": "Unexpected table element start tag (%(name)s) in the select in table phase.", "unexpected-table-element-end-tag-in-select-in-table": "Unexpected table element end tag (%(name)s) in the select in table phase.", "unexpected-char-after-body": "Unexpected non-space characters in the after body phase.", "unexpected-start-tag-after-body": "Unexpected start tag token (%(name)s) in the after body phase.", "unexpected-end-tag-after-body": "Unexpected end tag token (%(name)s) in the after body phase.", "unexpected-char-in-frameset": "Unepxected characters in the frameset phase. Characters ignored.", "unexpected-start-tag-in-frameset": "Unexpected start tag token (%(name)s) in the frameset phase. Ignored.", "unexpected-frameset-in-frameset-innerhtml": "Unexpected end tag token (frameset) in the frameset phase (innerHTML).", "unexpected-end-tag-in-frameset": "Unexpected end tag token (%(name)s) in the frameset phase. Ignored.", "unexpected-char-after-frameset": "Unexpected non-space characters in the after frameset phase. Ignored.", "unexpected-start-tag-after-frameset": "Unexpected start tag (%(name)s) in the after frameset phase. Ignored.", "unexpected-end-tag-after-frameset": "Unexpected end tag (%(name)s) in the after frameset phase. Ignored.", "unexpected-end-tag-after-body-innerhtml": "Unexpected end tag after body(innerHtml)", "expected-eof-but-got-char": "Unexpected non-space characters. Expected end of file.", "expected-eof-but-got-start-tag": "Unexpected start tag (%(name)s). Expected end of file.", "expected-eof-but-got-end-tag": "Unexpected end tag (%(name)s). Expected end of file.", "eof-in-table": "Unexpected end of file. Expected table content.", "eof-in-select": "Unexpected end of file. Expected select content.", "eof-in-frameset": "Unexpected end of file. Expected frameset content.", "eof-in-script-in-script": "Unexpected end of file. Expected script content.", "eof-in-foreign-lands": "Unexpected end of file. Expected foreign content", "non-void-element-with-trailing-solidus": "Trailing solidus not allowed on element %(name)s", "unexpected-html-element-in-foreign-content": "Element %(name)s not allowed in a non-html context", "unexpected-end-tag-before-html": "Unexpected end tag (%(name)s) before html.", "undefined-error": "Undefined error (this sucks and should be fixed)"}, B.List_AR9, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.List_Bzp0 = A._setArrayType(makeConstList(["1", "2", "3", "4", "-1"]), type$.JSArray_legacy_String); @@ -505373,10 +520299,10 @@ B.Map_EH27z = new A.ConstantStringMap(5, {"1": "draft", "2": "sent", "3": "accepted", "4": "received", "5": "cancelled"}, B.List_EHc, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_EHoyn = new A.ConstantStringMap(5, {"1": "logged", "2": "pending", "3": "invoiced", "4": "unpaid", "5": "paid"}, B.List_EHc, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_EQGBe = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M/d", MEd: "EEE, M/d", MMM: "LLL", MMMd: "MMM d", MMMEd: "EEE, MMM d", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE, MMMM d", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "M/d/y", yMEd: "EEE, M/d/y", yMMM: "MMM y", yMMMd: "MMM d, y", yMMMEd: "EEE, MMM d, y", yMMMM: "MMMM y", yMMMMd: "MMMM d, y", yMMMMEEEEd: "EEEE, MMMM d, y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "HH", Hm: "HH:mm", Hms: "HH:mm:ss", j: "h a", jm: "h:mm a", jms: "h:mm:ss a", jmv: "h:mm a v", jmz: "h:mm a z", jz: "h a z", m: "m", ms: "mm:ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.SingleActivator_j8H8 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, false, false); - B.SingleActivator_j8H9 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, false, false); - B.SingleActivator_j8H7 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, false, false); - B.SingleActivator_j8H10 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, false, false); + B.SingleActivator_j8H7 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, false, false); + B.SingleActivator_j8H8 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, false, false); + B.SingleActivator_j8H10 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, false, false); + B.SingleActivator_j8H9 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, false, false); B.TraversalDirection_3 = new A.TraversalDirection(3, "left"); B.DirectionalFocusIntent_TraversalDirection_3 = new A.DirectionalFocusIntent(B.TraversalDirection_3); B.TraversalDirection_1 = new A.TraversalDirection(1, "right"); @@ -505385,7 +520311,9 @@ B.DirectionalFocusIntent_TraversalDirection_2 = new A.DirectionalFocusIntent(B.TraversalDirection_2); B.TraversalDirection_0 = new A.TraversalDirection(0, "up"); B.DirectionalFocusIntent_TraversalDirection_0 = new A.DirectionalFocusIntent(B.TraversalDirection_0); - B.Map_FLUW6 = new A.GeneralConstantMap([B.SingleActivator_j8H8, B.DirectionalFocusIntent_TraversalDirection_3, B.SingleActivator_j8H9, B.DirectionalFocusIntent_TraversalDirection_1, B.SingleActivator_j8H7, B.DirectionalFocusIntent_TraversalDirection_2, B.SingleActivator_j8H10, B.DirectionalFocusIntent_TraversalDirection_0], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + B.Map_FLUW6 = new A.GeneralConstantMap([B.SingleActivator_j8H7, B.DirectionalFocusIntent_TraversalDirection_3, B.SingleActivator_j8H8, B.DirectionalFocusIntent_TraversalDirection_1, B.SingleActivator_j8H10, B.DirectionalFocusIntent_TraversalDirection_2, B.SingleActivator_j8H9, B.DirectionalFocusIntent_TraversalDirection_0], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + B.List_GRu = A._setArrayType(makeConstList(["Abort", "Again", "AltLeft", "AltRight", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "AudioVolumeDown", "AudioVolumeMute", "AudioVolumeUp", "Backquote", "Backslash", "Backspace", "BracketLeft", "BracketRight", "BrightnessDown", "BrightnessUp", "BrowserBack", "BrowserFavorites", "BrowserForward", "BrowserHome", "BrowserRefresh", "BrowserSearch", "BrowserStop", "CapsLock", "Comma", "ContextMenu", "ControlLeft", "ControlRight", "Convert", "Copy", "Cut", "Delete", "Digit0", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6", "Digit7", "Digit8", "Digit9", "DisplayToggleIntExt", "Eject", "End", "Enter", "Equal", "Esc", "Escape", "F1", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F2", "F20", "F21", "F22", "F23", "F24", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "Find", "Fn", "FnLock", "GameButton1", "GameButton10", "GameButton11", "GameButton12", "GameButton13", "GameButton14", "GameButton15", "GameButton16", "GameButton2", "GameButton3", "GameButton4", "GameButton5", "GameButton6", "GameButton7", "GameButton8", "GameButton9", "GameButtonA", "GameButtonB", "GameButtonC", "GameButtonLeft1", "GameButtonLeft2", "GameButtonMode", "GameButtonRight1", "GameButtonRight2", "GameButtonSelect", "GameButtonStart", "GameButtonThumbLeft", "GameButtonThumbRight", "GameButtonX", "GameButtonY", "GameButtonZ", "Help", "Home", "Hyper", "Insert", "IntlBackslash", "IntlRo", "IntlYen", "KanaMode", "KeyA", "KeyB", "KeyC", "KeyD", "KeyE", "KeyF", "KeyG", "KeyH", "KeyI", "KeyJ", "KeyK", "KeyL", "KeyM", "KeyN", "KeyO", "KeyP", "KeyQ", "KeyR", "KeyS", "KeyT", "KeyU", "KeyV", "KeyW", "KeyX", "KeyY", "KeyZ", "KeyboardLayoutSelect", "Lang1", "Lang2", "Lang3", "Lang4", "Lang5", "LaunchApp1", "LaunchApp2", "LaunchAssistant", "LaunchControlPanel", "LaunchMail", "LaunchScreenSaver", "MailForward", "MailReply", "MailSend", "MediaFastForward", "MediaPause", "MediaPlay", "MediaPlayPause", "MediaRecord", "MediaRewind", "MediaSelect", "MediaStop", "MediaTrackNext", "MediaTrackPrevious", "MetaLeft", "MetaRight", "MicrophoneMuteToggle", "Minus", "NonConvert", "NumLock", "Numpad0", "Numpad1", "Numpad2", "Numpad3", "Numpad4", "Numpad5", "Numpad6", "Numpad7", "Numpad8", "Numpad9", "NumpadAdd", "NumpadBackspace", "NumpadClear", "NumpadClearEntry", "NumpadComma", "NumpadDecimal", "NumpadDivide", "NumpadEnter", "NumpadEqual", "NumpadMemoryAdd", "NumpadMemoryClear", "NumpadMemoryRecall", "NumpadMemoryStore", "NumpadMemorySubtract", "NumpadMultiply", "NumpadParenLeft", "NumpadParenRight", "NumpadSubtract", "Open", "PageDown", "PageUp", "Paste", "Pause", "Period", "Power", "PrintScreen", "PrivacyScreenToggle", "Props", "Quote", "Resume", "ScrollLock", "Select", "SelectTask", "Semicolon", "ShiftLeft", "ShiftRight", "ShowAllWindows", "Slash", "Sleep", "Space", "Super", "Suspend", "Tab", "Turbo", "Undo", "WakeUp", "ZoomToggle"]), type$.JSArray_legacy_String); + B.Map_GR2Vk = new A.ConstantStringMap(231, {Abort: 458907, Again: 458873, AltLeft: 458978, AltRight: 458982, ArrowDown: 458833, ArrowLeft: 458832, ArrowRight: 458831, ArrowUp: 458834, AudioVolumeDown: 458881, AudioVolumeMute: 458879, AudioVolumeUp: 458880, Backquote: 458805, Backslash: 458801, Backspace: 458794, BracketLeft: 458799, BracketRight: 458800, BrightnessDown: 786544, BrightnessUp: 786543, BrowserBack: 786980, BrowserFavorites: 786986, BrowserForward: 786981, BrowserHome: 786979, BrowserRefresh: 786983, BrowserSearch: 786977, BrowserStop: 786982, CapsLock: 458809, Comma: 458806, ContextMenu: 458853, ControlLeft: 458976, ControlRight: 458980, Convert: 458890, Copy: 458876, Cut: 458875, Delete: 458828, Digit0: 458791, Digit1: 458782, Digit2: 458783, Digit3: 458784, Digit4: 458785, Digit5: 458786, Digit6: 458787, Digit7: 458788, Digit8: 458789, Digit9: 458790, DisplayToggleIntExt: 65717, Eject: 786616, End: 458829, Enter: 458792, Equal: 458798, Esc: 458793, Escape: 458793, F1: 458810, F10: 458819, F11: 458820, F12: 458821, F13: 458856, F14: 458857, F15: 458858, F16: 458859, F17: 458860, F18: 458861, F19: 458862, F2: 458811, F20: 458863, F21: 458864, F22: 458865, F23: 458866, F24: 458867, F3: 458812, F4: 458813, F5: 458814, F6: 458815, F7: 458816, F8: 458817, F9: 458818, Find: 458878, Fn: 18, FnLock: 19, GameButton1: 392961, GameButton10: 392970, GameButton11: 392971, GameButton12: 392972, GameButton13: 392973, GameButton14: 392974, GameButton15: 392975, GameButton16: 392976, GameButton2: 392962, GameButton3: 392963, GameButton4: 392964, GameButton5: 392965, GameButton6: 392966, GameButton7: 392967, GameButton8: 392968, GameButton9: 392969, GameButtonA: 392977, GameButtonB: 392978, GameButtonC: 392979, GameButtonLeft1: 392980, GameButtonLeft2: 392981, GameButtonMode: 392982, GameButtonRight1: 392983, GameButtonRight2: 392984, GameButtonSelect: 392985, GameButtonStart: 392986, GameButtonThumbLeft: 392987, GameButtonThumbRight: 392988, GameButtonX: 392989, GameButtonY: 392990, GameButtonZ: 392991, Help: 458869, Home: 458826, Hyper: 16, Insert: 458825, IntlBackslash: 458852, IntlRo: 458887, IntlYen: 458889, KanaMode: 458888, KeyA: 458756, KeyB: 458757, KeyC: 458758, KeyD: 458759, KeyE: 458760, KeyF: 458761, KeyG: 458762, KeyH: 458763, KeyI: 458764, KeyJ: 458765, KeyK: 458766, KeyL: 458767, KeyM: 458768, KeyN: 458769, KeyO: 458770, KeyP: 458771, KeyQ: 458772, KeyR: 458773, KeyS: 458774, KeyT: 458775, KeyU: 458776, KeyV: 458777, KeyW: 458778, KeyX: 458779, KeyY: 458780, KeyZ: 458781, KeyboardLayoutSelect: 787101, Lang1: 458896, Lang2: 458897, Lang3: 458898, Lang4: 458899, Lang5: 458900, LaunchApp1: 786836, LaunchApp2: 786834, LaunchAssistant: 786891, LaunchControlPanel: 786847, LaunchMail: 786826, LaunchScreenSaver: 786865, MailForward: 787083, MailReply: 787081, MailSend: 787084, MediaFastForward: 786611, MediaPause: 786609, MediaPlay: 786608, MediaPlayPause: 786637, MediaRecord: 786610, MediaRewind: 786612, MediaSelect: 786819, MediaStop: 786615, MediaTrackNext: 786613, MediaTrackPrevious: 786614, MetaLeft: 458979, MetaRight: 458983, MicrophoneMuteToggle: 24, Minus: 458797, NonConvert: 458891, NumLock: 458835, Numpad0: 458850, Numpad1: 458841, Numpad2: 458842, Numpad3: 458843, Numpad4: 458844, Numpad5: 458845, Numpad6: 458846, Numpad7: 458847, Numpad8: 458848, Numpad9: 458849, NumpadAdd: 458839, NumpadBackspace: 458939, NumpadClear: 458968, NumpadClearEntry: 458969, NumpadComma: 458885, NumpadDecimal: 458851, NumpadDivide: 458836, NumpadEnter: 458840, NumpadEqual: 458855, NumpadMemoryAdd: 458963, NumpadMemoryClear: 458962, NumpadMemoryRecall: 458961, NumpadMemoryStore: 458960, NumpadMemorySubtract: 458964, NumpadMultiply: 458837, NumpadParenLeft: 458934, NumpadParenRight: 458935, NumpadSubtract: 458838, Open: 458868, PageDown: 458830, PageUp: 458827, Paste: 458877, Pause: 458824, Period: 458807, Power: 458854, PrintScreen: 458822, PrivacyScreenToggle: 23, Props: 458915, Quote: 458804, Resume: 21, ScrollLock: 458823, Select: 458871, SelectTask: 786850, Semicolon: 458803, ShiftLeft: 458977, ShiftRight: 458981, ShowAllWindows: 787103, Slash: 458808, Sleep: 65666, Space: 458796, Super: 17, Suspend: 20, Tab: 458795, Turbo: 22, Undo: 458874, WakeUp: 65667, ZoomToggle: 786994}, B.List_GRu, type$.ConstantStringMap_of_legacy_String_and_legacy_int); B.MessageLevel_2 = new A.MessageLevel(2, "severe"); B.MessageLevel_1 = new A.MessageLevel(1, "warning"); B.MessageLevel_0 = new A.MessageLevel(0, "info"); @@ -505398,8 +520326,275 @@ B.List_IY4 = A._setArrayType(makeConstList(["-2", "-1", "1", "2", "3", "4", "5", "6"]), type$.JSArray_legacy_String); B.Map_IYlun = new A.ConstantStringMap(8, {"-2": "partially_unapplied", "-1": "unapplied", "1": "pending", "2": "cancelled", "3": "failed", "4": "completed", "5": "partially_refunded", "6": "refunded"}, B.List_IY4, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_JNAHF = new A.GeneralConstantMap([4096, "invoices", 1, "recurring_invoices", 4, "quotes", 2, "credits", 32, "projects", 8, "tasks", 64, "vendors", 16384, "purchase_orders", 16, "expenses", 512, "recurring_expenses"], type$.GeneralConstantMap_of_legacy_int_and_legacy_String); - B.List_KPc = A._setArrayType(makeConstList(["Abort", "Again", "AltLeft", "AltRight", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "AudioVolumeDown", "AudioVolumeMute", "AudioVolumeUp", "Backquote", "Backslash", "Backspace", "BassBoost", "BracketLeft", "BracketRight", "BrightnessAuto", "BrightnessDown", "BrightnessMaximum", "BrightnessMinimum", "BrightnessToggle", "BrightnessUp", "BrowserBack", "BrowserFavorites", "BrowserForward", "BrowserHome", "BrowserRefresh", "BrowserSearch", "BrowserStop", "CapsLock", "ChannelDown", "ChannelUp", "Close", "ClosedCaptionToggle", "Comma", "ContextMenu", "ControlLeft", "ControlRight", "Convert", "Copy", "Cut", "Delete", "Digit0", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6", "Digit7", "Digit8", "Digit9", "DisplayToggleIntExt", "Eject", "End", "Enter", "Equal", "Escape", "Exit", "F1", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F2", "F20", "F21", "F22", "F23", "F24", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "Find", "Fn", "FnLock", "GameButton1", "GameButton10", "GameButton11", "GameButton12", "GameButton13", "GameButton14", "GameButton15", "GameButton16", "GameButton2", "GameButton3", "GameButton4", "GameButton5", "GameButton6", "GameButton7", "GameButton8", "GameButton9", "GameButtonA", "GameButtonB", "GameButtonC", "GameButtonLeft1", "GameButtonLeft2", "GameButtonMode", "GameButtonRight1", "GameButtonRight2", "GameButtonSelect", "GameButtonStart", "GameButtonThumbLeft", "GameButtonThumbRight", "GameButtonX", "GameButtonY", "GameButtonZ", "Help", "Home", "Hyper", "Info", "Insert", "IntlBackslash", "IntlRo", "IntlYen", "KanaMode", "KbdIllumDown", "KbdIllumUp", "KeyA", "KeyB", "KeyC", "KeyD", "KeyE", "KeyF", "KeyG", "KeyH", "KeyI", "KeyJ", "KeyK", "KeyL", "KeyM", "KeyN", "KeyO", "KeyP", "KeyQ", "KeyR", "KeyS", "KeyT", "KeyU", "KeyV", "KeyW", "KeyX", "KeyY", "KeyZ", "KeyboardLayoutSelect", "Lang1", "Lang2", "Lang3", "Lang4", "Lang5", "LaunchApp1", "LaunchApp2", "LaunchAssistant", "LaunchAudioBrowser", "LaunchCalendar", "LaunchContacts", "LaunchControlPanel", "LaunchDocuments", "LaunchInternetBrowser", "LaunchKeyboardLayout", "LaunchMail", "LaunchPhone", "LaunchScreenSaver", "LaunchSpreadsheet", "LaunchWordProcessor", "LockScreen", "LogOff", "MailForward", "MailReply", "MailSend", "MediaFastForward", "MediaLast", "MediaPause", "MediaPlay", "MediaPlayPause", "MediaRecord", "MediaRewind", "MediaSelect", "MediaStop", "MediaTrackNext", "MediaTrackPrevious", "MetaLeft", "MetaRight", "Minus", "New", "NonConvert", "NumLock", "Numpad0", "Numpad1", "Numpad2", "Numpad3", "Numpad4", "Numpad5", "Numpad6", "Numpad7", "Numpad8", "Numpad9", "NumpadAdd", "NumpadBackspace", "NumpadClear", "NumpadClearEntry", "NumpadComma", "NumpadDecimal", "NumpadDivide", "NumpadEnter", "NumpadEqual", "NumpadMemoryAdd", "NumpadMemoryClear", "NumpadMemoryRecall", "NumpadMemoryStore", "NumpadMemorySubtract", "NumpadMultiply", "NumpadParenLeft", "NumpadParenRight", "NumpadSignChange", "NumpadSubtract", "Open", "PageDown", "PageUp", "Paste", "Pause", "Period", "Power", "Print", "PrintScreen", "PrivacyScreenToggle", "ProgramGuide", "Props", "Quote", "Redo", "Resume", "Save", "ScrollLock", "Select", "SelectTask", "Semicolon", "ShiftLeft", "ShiftRight", "ShowAllWindows", "Slash", "Sleep", "Space", "SpeechInputToggle", "SpellCheck", "Super", "Suspend", "Tab", "Turbo", "Undo", "UsbErrorRollOver", "UsbErrorUndefined", "UsbPostFail", "UsbReserved", "WakeUp", "ZoomIn", "ZoomOut", "ZoomToggle"]), type$.JSArray_legacy_String); - B.Map_KP6BJ = new A.ConstantStringMap(268, {Abort: 458907, Again: 458873, AltLeft: 458978, AltRight: 458982, ArrowDown: 458833, ArrowLeft: 458832, ArrowRight: 458831, ArrowUp: 458834, AudioVolumeDown: 458881, AudioVolumeMute: 458879, AudioVolumeUp: 458880, Backquote: 458805, Backslash: 458801, Backspace: 458794, BassBoost: 786661, BracketLeft: 458799, BracketRight: 458800, BrightnessAuto: 786549, BrightnessDown: 786544, BrightnessMaximum: 786548, BrightnessMinimum: 786547, BrightnessToggle: 786546, BrightnessUp: 786543, BrowserBack: 786980, BrowserFavorites: 786986, BrowserForward: 786981, BrowserHome: 786979, BrowserRefresh: 786983, BrowserSearch: 786977, BrowserStop: 786982, CapsLock: 458809, ChannelDown: 786589, ChannelUp: 786588, Close: 786947, ClosedCaptionToggle: 786529, Comma: 458806, ContextMenu: 458853, ControlLeft: 458976, ControlRight: 458980, Convert: 458890, Copy: 458876, Cut: 458875, Delete: 458828, Digit0: 458791, Digit1: 458782, Digit2: 458783, Digit3: 458784, Digit4: 458785, Digit5: 458786, Digit6: 458787, Digit7: 458788, Digit8: 458789, Digit9: 458790, DisplayToggleIntExt: 65717, Eject: 786616, End: 458829, Enter: 458792, Equal: 458798, Escape: 458793, Exit: 786580, F1: 458810, F10: 458819, F11: 458820, F12: 458821, F13: 458856, F14: 458857, F15: 458858, F16: 458859, F17: 458860, F18: 458861, F19: 458862, F2: 458811, F20: 458863, F21: 458864, F22: 458865, F23: 458866, F24: 458867, F3: 458812, F4: 458813, F5: 458814, F6: 458815, F7: 458816, F8: 458817, F9: 458818, Find: 458878, Fn: 18, FnLock: 19, GameButton1: 392961, GameButton10: 392970, GameButton11: 392971, GameButton12: 392972, GameButton13: 392973, GameButton14: 392974, GameButton15: 392975, GameButton16: 392976, GameButton2: 392962, GameButton3: 392963, GameButton4: 392964, GameButton5: 392965, GameButton6: 392966, GameButton7: 392967, GameButton8: 392968, GameButton9: 392969, GameButtonA: 392977, GameButtonB: 392978, GameButtonC: 392979, GameButtonLeft1: 392980, GameButtonLeft2: 392981, GameButtonMode: 392982, GameButtonRight1: 392983, GameButtonRight2: 392984, GameButtonSelect: 392985, GameButtonStart: 392986, GameButtonThumbLeft: 392987, GameButtonThumbRight: 392988, GameButtonX: 392989, GameButtonY: 392990, GameButtonZ: 392991, Help: 458869, Home: 458826, Hyper: 16, Info: 786528, Insert: 458825, IntlBackslash: 458852, IntlRo: 458887, IntlYen: 458889, KanaMode: 458888, KbdIllumDown: 786554, KbdIllumUp: 786553, KeyA: 458756, KeyB: 458757, KeyC: 458758, KeyD: 458759, KeyE: 458760, KeyF: 458761, KeyG: 458762, KeyH: 458763, KeyI: 458764, KeyJ: 458765, KeyK: 458766, KeyL: 458767, KeyM: 458768, KeyN: 458769, KeyO: 458770, KeyP: 458771, KeyQ: 458772, KeyR: 458773, KeyS: 458774, KeyT: 458775, KeyU: 458776, KeyV: 458777, KeyW: 458778, KeyX: 458779, KeyY: 458780, KeyZ: 458781, KeyboardLayoutSelect: 787101, Lang1: 458896, Lang2: 458897, Lang3: 458898, Lang4: 458899, Lang5: 458900, LaunchApp1: 786836, LaunchApp2: 786834, LaunchAssistant: 786891, LaunchAudioBrowser: 786871, LaunchCalendar: 786830, LaunchContacts: 786829, LaunchControlPanel: 786847, LaunchDocuments: 786855, LaunchInternetBrowser: 786838, LaunchKeyboardLayout: 786862, LaunchMail: 786826, LaunchPhone: 786572, LaunchScreenSaver: 786865, LaunchSpreadsheet: 786822, LaunchWordProcessor: 786820, LockScreen: 786846, LogOff: 786844, MailForward: 787083, MailReply: 787081, MailSend: 787084, MediaFastForward: 786611, MediaLast: 786563, MediaPause: 786609, MediaPlay: 786608, MediaPlayPause: 786637, MediaRecord: 786610, MediaRewind: 786612, MediaSelect: 786819, MediaStop: 786615, MediaTrackNext: 786613, MediaTrackPrevious: 786614, MetaLeft: 458979, MetaRight: 458983, Minus: 458797, New: 786945, NonConvert: 458891, NumLock: 458835, Numpad0: 458850, Numpad1: 458841, Numpad2: 458842, Numpad3: 458843, Numpad4: 458844, Numpad5: 458845, Numpad6: 458846, Numpad7: 458847, Numpad8: 458848, Numpad9: 458849, NumpadAdd: 458839, NumpadBackspace: 458939, NumpadClear: 458968, NumpadClearEntry: 458969, NumpadComma: 458885, NumpadDecimal: 458851, NumpadDivide: 458836, NumpadEnter: 458840, NumpadEqual: 458855, NumpadMemoryAdd: 458963, NumpadMemoryClear: 458962, NumpadMemoryRecall: 458961, NumpadMemoryStore: 458960, NumpadMemorySubtract: 458964, NumpadMultiply: 458837, NumpadParenLeft: 458934, NumpadParenRight: 458935, NumpadSignChange: 458967, NumpadSubtract: 458838, Open: 458868, PageDown: 458830, PageUp: 458827, Paste: 458877, Pause: 458824, Period: 458807, Power: 458854, Print: 786952, PrintScreen: 458822, PrivacyScreenToggle: 23, ProgramGuide: 786573, Props: 458915, Quote: 458804, Redo: 787065, Resume: 21, Save: 786951, ScrollLock: 458823, Select: 458871, SelectTask: 786850, Semicolon: 458803, ShiftLeft: 458977, ShiftRight: 458981, ShowAllWindows: 787103, Slash: 458808, Sleep: 65666, Space: 458796, SpeechInputToggle: 786639, SpellCheck: 786859, Super: 17, Suspend: 20, Tab: 458795, Turbo: 22, Undo: 458874, UsbErrorRollOver: 458753, UsbErrorUndefined: 458755, UsbPostFail: 458754, UsbReserved: 458752, WakeUp: 65667, ZoomIn: 786989, ZoomOut: 786990, ZoomToggle: 786994}, B.List_KPc, type$.ConstantStringMap_of_legacy_String_and_legacy_int); + B.PhysicalKeyboardKey_16 = new A.PhysicalKeyboardKey(16); + B.PhysicalKeyboardKey_17 = new A.PhysicalKeyboardKey(17); + B.PhysicalKeyboardKey_18 = new A.PhysicalKeyboardKey(18); + B.PhysicalKeyboardKey_19 = new A.PhysicalKeyboardKey(19); + B.PhysicalKeyboardKey_20 = new A.PhysicalKeyboardKey(20); + B.PhysicalKeyboardKey_21 = new A.PhysicalKeyboardKey(21); + B.PhysicalKeyboardKey_22 = new A.PhysicalKeyboardKey(22); + B.PhysicalKeyboardKey_23 = new A.PhysicalKeyboardKey(23); + B.PhysicalKeyboardKey_24 = new A.PhysicalKeyboardKey(24); + B.PhysicalKeyboardKey_65666 = new A.PhysicalKeyboardKey(65666); + B.PhysicalKeyboardKey_65667 = new A.PhysicalKeyboardKey(65667); + B.PhysicalKeyboardKey_65717 = new A.PhysicalKeyboardKey(65717); + B.PhysicalKeyboardKey_392961 = new A.PhysicalKeyboardKey(392961); + B.PhysicalKeyboardKey_392962 = new A.PhysicalKeyboardKey(392962); + B.PhysicalKeyboardKey_392963 = new A.PhysicalKeyboardKey(392963); + B.PhysicalKeyboardKey_392964 = new A.PhysicalKeyboardKey(392964); + B.PhysicalKeyboardKey_392965 = new A.PhysicalKeyboardKey(392965); + B.PhysicalKeyboardKey_392966 = new A.PhysicalKeyboardKey(392966); + B.PhysicalKeyboardKey_392967 = new A.PhysicalKeyboardKey(392967); + B.PhysicalKeyboardKey_392968 = new A.PhysicalKeyboardKey(392968); + B.PhysicalKeyboardKey_392969 = new A.PhysicalKeyboardKey(392969); + B.PhysicalKeyboardKey_392970 = new A.PhysicalKeyboardKey(392970); + B.PhysicalKeyboardKey_392971 = new A.PhysicalKeyboardKey(392971); + B.PhysicalKeyboardKey_392972 = new A.PhysicalKeyboardKey(392972); + B.PhysicalKeyboardKey_392973 = new A.PhysicalKeyboardKey(392973); + B.PhysicalKeyboardKey_392974 = new A.PhysicalKeyboardKey(392974); + B.PhysicalKeyboardKey_392975 = new A.PhysicalKeyboardKey(392975); + B.PhysicalKeyboardKey_392976 = new A.PhysicalKeyboardKey(392976); + B.PhysicalKeyboardKey_392977 = new A.PhysicalKeyboardKey(392977); + B.PhysicalKeyboardKey_392978 = new A.PhysicalKeyboardKey(392978); + B.PhysicalKeyboardKey_392979 = new A.PhysicalKeyboardKey(392979); + B.PhysicalKeyboardKey_392980 = new A.PhysicalKeyboardKey(392980); + B.PhysicalKeyboardKey_392981 = new A.PhysicalKeyboardKey(392981); + B.PhysicalKeyboardKey_392982 = new A.PhysicalKeyboardKey(392982); + B.PhysicalKeyboardKey_392983 = new A.PhysicalKeyboardKey(392983); + B.PhysicalKeyboardKey_392984 = new A.PhysicalKeyboardKey(392984); + B.PhysicalKeyboardKey_392985 = new A.PhysicalKeyboardKey(392985); + B.PhysicalKeyboardKey_392986 = new A.PhysicalKeyboardKey(392986); + B.PhysicalKeyboardKey_392987 = new A.PhysicalKeyboardKey(392987); + B.PhysicalKeyboardKey_392988 = new A.PhysicalKeyboardKey(392988); + B.PhysicalKeyboardKey_392989 = new A.PhysicalKeyboardKey(392989); + B.PhysicalKeyboardKey_392990 = new A.PhysicalKeyboardKey(392990); + B.PhysicalKeyboardKey_392991 = new A.PhysicalKeyboardKey(392991); + B.PhysicalKeyboardKey_458752 = new A.PhysicalKeyboardKey(458752); + B.PhysicalKeyboardKey_458753 = new A.PhysicalKeyboardKey(458753); + B.PhysicalKeyboardKey_458754 = new A.PhysicalKeyboardKey(458754); + B.PhysicalKeyboardKey_458755 = new A.PhysicalKeyboardKey(458755); + B.PhysicalKeyboardKey_458756 = new A.PhysicalKeyboardKey(458756); + B.PhysicalKeyboardKey_458757 = new A.PhysicalKeyboardKey(458757); + B.PhysicalKeyboardKey_458758 = new A.PhysicalKeyboardKey(458758); + B.PhysicalKeyboardKey_458759 = new A.PhysicalKeyboardKey(458759); + B.PhysicalKeyboardKey_458760 = new A.PhysicalKeyboardKey(458760); + B.PhysicalKeyboardKey_458761 = new A.PhysicalKeyboardKey(458761); + B.PhysicalKeyboardKey_458762 = new A.PhysicalKeyboardKey(458762); + B.PhysicalKeyboardKey_458763 = new A.PhysicalKeyboardKey(458763); + B.PhysicalKeyboardKey_458764 = new A.PhysicalKeyboardKey(458764); + B.PhysicalKeyboardKey_458765 = new A.PhysicalKeyboardKey(458765); + B.PhysicalKeyboardKey_458766 = new A.PhysicalKeyboardKey(458766); + B.PhysicalKeyboardKey_458767 = new A.PhysicalKeyboardKey(458767); + B.PhysicalKeyboardKey_458768 = new A.PhysicalKeyboardKey(458768); + B.PhysicalKeyboardKey_458769 = new A.PhysicalKeyboardKey(458769); + B.PhysicalKeyboardKey_458770 = new A.PhysicalKeyboardKey(458770); + B.PhysicalKeyboardKey_458771 = new A.PhysicalKeyboardKey(458771); + B.PhysicalKeyboardKey_458772 = new A.PhysicalKeyboardKey(458772); + B.PhysicalKeyboardKey_458773 = new A.PhysicalKeyboardKey(458773); + B.PhysicalKeyboardKey_458774 = new A.PhysicalKeyboardKey(458774); + B.PhysicalKeyboardKey_458775 = new A.PhysicalKeyboardKey(458775); + B.PhysicalKeyboardKey_458776 = new A.PhysicalKeyboardKey(458776); + B.PhysicalKeyboardKey_458777 = new A.PhysicalKeyboardKey(458777); + B.PhysicalKeyboardKey_458778 = new A.PhysicalKeyboardKey(458778); + B.PhysicalKeyboardKey_458779 = new A.PhysicalKeyboardKey(458779); + B.PhysicalKeyboardKey_458780 = new A.PhysicalKeyboardKey(458780); + B.PhysicalKeyboardKey_458781 = new A.PhysicalKeyboardKey(458781); + B.PhysicalKeyboardKey_458782 = new A.PhysicalKeyboardKey(458782); + B.PhysicalKeyboardKey_458783 = new A.PhysicalKeyboardKey(458783); + B.PhysicalKeyboardKey_458784 = new A.PhysicalKeyboardKey(458784); + B.PhysicalKeyboardKey_458785 = new A.PhysicalKeyboardKey(458785); + B.PhysicalKeyboardKey_458786 = new A.PhysicalKeyboardKey(458786); + B.PhysicalKeyboardKey_458787 = new A.PhysicalKeyboardKey(458787); + B.PhysicalKeyboardKey_458788 = new A.PhysicalKeyboardKey(458788); + B.PhysicalKeyboardKey_458789 = new A.PhysicalKeyboardKey(458789); + B.PhysicalKeyboardKey_458790 = new A.PhysicalKeyboardKey(458790); + B.PhysicalKeyboardKey_458791 = new A.PhysicalKeyboardKey(458791); + B.PhysicalKeyboardKey_458792 = new A.PhysicalKeyboardKey(458792); + B.PhysicalKeyboardKey_458793 = new A.PhysicalKeyboardKey(458793); + B.PhysicalKeyboardKey_458794 = new A.PhysicalKeyboardKey(458794); + B.PhysicalKeyboardKey_458795 = new A.PhysicalKeyboardKey(458795); + B.PhysicalKeyboardKey_458796 = new A.PhysicalKeyboardKey(458796); + B.PhysicalKeyboardKey_458797 = new A.PhysicalKeyboardKey(458797); + B.PhysicalKeyboardKey_458798 = new A.PhysicalKeyboardKey(458798); + B.PhysicalKeyboardKey_458799 = new A.PhysicalKeyboardKey(458799); + B.PhysicalKeyboardKey_458800 = new A.PhysicalKeyboardKey(458800); + B.PhysicalKeyboardKey_458801 = new A.PhysicalKeyboardKey(458801); + B.PhysicalKeyboardKey_458803 = new A.PhysicalKeyboardKey(458803); + B.PhysicalKeyboardKey_458804 = new A.PhysicalKeyboardKey(458804); + B.PhysicalKeyboardKey_458805 = new A.PhysicalKeyboardKey(458805); + B.PhysicalKeyboardKey_458806 = new A.PhysicalKeyboardKey(458806); + B.PhysicalKeyboardKey_458807 = new A.PhysicalKeyboardKey(458807); + B.PhysicalKeyboardKey_458808 = new A.PhysicalKeyboardKey(458808); + B.PhysicalKeyboardKey_458809 = new A.PhysicalKeyboardKey(458809); + B.PhysicalKeyboardKey_458810 = new A.PhysicalKeyboardKey(458810); + B.PhysicalKeyboardKey_458811 = new A.PhysicalKeyboardKey(458811); + B.PhysicalKeyboardKey_458812 = new A.PhysicalKeyboardKey(458812); + B.PhysicalKeyboardKey_458813 = new A.PhysicalKeyboardKey(458813); + B.PhysicalKeyboardKey_458814 = new A.PhysicalKeyboardKey(458814); + B.PhysicalKeyboardKey_458815 = new A.PhysicalKeyboardKey(458815); + B.PhysicalKeyboardKey_458816 = new A.PhysicalKeyboardKey(458816); + B.PhysicalKeyboardKey_458817 = new A.PhysicalKeyboardKey(458817); + B.PhysicalKeyboardKey_458818 = new A.PhysicalKeyboardKey(458818); + B.PhysicalKeyboardKey_458819 = new A.PhysicalKeyboardKey(458819); + B.PhysicalKeyboardKey_458820 = new A.PhysicalKeyboardKey(458820); + B.PhysicalKeyboardKey_458821 = new A.PhysicalKeyboardKey(458821); + B.PhysicalKeyboardKey_458822 = new A.PhysicalKeyboardKey(458822); + B.PhysicalKeyboardKey_458823 = new A.PhysicalKeyboardKey(458823); + B.PhysicalKeyboardKey_458824 = new A.PhysicalKeyboardKey(458824); + B.PhysicalKeyboardKey_458825 = new A.PhysicalKeyboardKey(458825); + B.PhysicalKeyboardKey_458826 = new A.PhysicalKeyboardKey(458826); + B.PhysicalKeyboardKey_458827 = new A.PhysicalKeyboardKey(458827); + B.PhysicalKeyboardKey_458828 = new A.PhysicalKeyboardKey(458828); + B.PhysicalKeyboardKey_458829 = new A.PhysicalKeyboardKey(458829); + B.PhysicalKeyboardKey_458830 = new A.PhysicalKeyboardKey(458830); + B.PhysicalKeyboardKey_458831 = new A.PhysicalKeyboardKey(458831); + B.PhysicalKeyboardKey_458832 = new A.PhysicalKeyboardKey(458832); + B.PhysicalKeyboardKey_458833 = new A.PhysicalKeyboardKey(458833); + B.PhysicalKeyboardKey_458834 = new A.PhysicalKeyboardKey(458834); + B.PhysicalKeyboardKey_458835 = new A.PhysicalKeyboardKey(458835); + B.PhysicalKeyboardKey_458836 = new A.PhysicalKeyboardKey(458836); + B.PhysicalKeyboardKey_458837 = new A.PhysicalKeyboardKey(458837); + B.PhysicalKeyboardKey_458838 = new A.PhysicalKeyboardKey(458838); + B.PhysicalKeyboardKey_458839 = new A.PhysicalKeyboardKey(458839); + B.PhysicalKeyboardKey_458840 = new A.PhysicalKeyboardKey(458840); + B.PhysicalKeyboardKey_458841 = new A.PhysicalKeyboardKey(458841); + B.PhysicalKeyboardKey_458842 = new A.PhysicalKeyboardKey(458842); + B.PhysicalKeyboardKey_458843 = new A.PhysicalKeyboardKey(458843); + B.PhysicalKeyboardKey_458844 = new A.PhysicalKeyboardKey(458844); + B.PhysicalKeyboardKey_458845 = new A.PhysicalKeyboardKey(458845); + B.PhysicalKeyboardKey_458846 = new A.PhysicalKeyboardKey(458846); + B.PhysicalKeyboardKey_458847 = new A.PhysicalKeyboardKey(458847); + B.PhysicalKeyboardKey_458848 = new A.PhysicalKeyboardKey(458848); + B.PhysicalKeyboardKey_458849 = new A.PhysicalKeyboardKey(458849); + B.PhysicalKeyboardKey_458850 = new A.PhysicalKeyboardKey(458850); + B.PhysicalKeyboardKey_458851 = new A.PhysicalKeyboardKey(458851); + B.PhysicalKeyboardKey_458852 = new A.PhysicalKeyboardKey(458852); + B.PhysicalKeyboardKey_458853 = new A.PhysicalKeyboardKey(458853); + B.PhysicalKeyboardKey_458854 = new A.PhysicalKeyboardKey(458854); + B.PhysicalKeyboardKey_458855 = new A.PhysicalKeyboardKey(458855); + B.PhysicalKeyboardKey_458856 = new A.PhysicalKeyboardKey(458856); + B.PhysicalKeyboardKey_458857 = new A.PhysicalKeyboardKey(458857); + B.PhysicalKeyboardKey_458858 = new A.PhysicalKeyboardKey(458858); + B.PhysicalKeyboardKey_458859 = new A.PhysicalKeyboardKey(458859); + B.PhysicalKeyboardKey_458860 = new A.PhysicalKeyboardKey(458860); + B.PhysicalKeyboardKey_458861 = new A.PhysicalKeyboardKey(458861); + B.PhysicalKeyboardKey_458862 = new A.PhysicalKeyboardKey(458862); + B.PhysicalKeyboardKey_458863 = new A.PhysicalKeyboardKey(458863); + B.PhysicalKeyboardKey_458864 = new A.PhysicalKeyboardKey(458864); + B.PhysicalKeyboardKey_458865 = new A.PhysicalKeyboardKey(458865); + B.PhysicalKeyboardKey_458866 = new A.PhysicalKeyboardKey(458866); + B.PhysicalKeyboardKey_458867 = new A.PhysicalKeyboardKey(458867); + B.PhysicalKeyboardKey_458868 = new A.PhysicalKeyboardKey(458868); + B.PhysicalKeyboardKey_458869 = new A.PhysicalKeyboardKey(458869); + B.PhysicalKeyboardKey_458871 = new A.PhysicalKeyboardKey(458871); + B.PhysicalKeyboardKey_458873 = new A.PhysicalKeyboardKey(458873); + B.PhysicalKeyboardKey_458874 = new A.PhysicalKeyboardKey(458874); + B.PhysicalKeyboardKey_458875 = new A.PhysicalKeyboardKey(458875); + B.PhysicalKeyboardKey_458876 = new A.PhysicalKeyboardKey(458876); + B.PhysicalKeyboardKey_458877 = new A.PhysicalKeyboardKey(458877); + B.PhysicalKeyboardKey_458878 = new A.PhysicalKeyboardKey(458878); + B.PhysicalKeyboardKey_458879 = new A.PhysicalKeyboardKey(458879); + B.PhysicalKeyboardKey_458880 = new A.PhysicalKeyboardKey(458880); + B.PhysicalKeyboardKey_458881 = new A.PhysicalKeyboardKey(458881); + B.PhysicalKeyboardKey_458885 = new A.PhysicalKeyboardKey(458885); + B.PhysicalKeyboardKey_458887 = new A.PhysicalKeyboardKey(458887); + B.PhysicalKeyboardKey_458888 = new A.PhysicalKeyboardKey(458888); + B.PhysicalKeyboardKey_458889 = new A.PhysicalKeyboardKey(458889); + B.PhysicalKeyboardKey_458890 = new A.PhysicalKeyboardKey(458890); + B.PhysicalKeyboardKey_458891 = new A.PhysicalKeyboardKey(458891); + B.PhysicalKeyboardKey_458896 = new A.PhysicalKeyboardKey(458896); + B.PhysicalKeyboardKey_458897 = new A.PhysicalKeyboardKey(458897); + B.PhysicalKeyboardKey_458898 = new A.PhysicalKeyboardKey(458898); + B.PhysicalKeyboardKey_458899 = new A.PhysicalKeyboardKey(458899); + B.PhysicalKeyboardKey_458900 = new A.PhysicalKeyboardKey(458900); + B.PhysicalKeyboardKey_458907 = new A.PhysicalKeyboardKey(458907); + B.PhysicalKeyboardKey_458915 = new A.PhysicalKeyboardKey(458915); + B.PhysicalKeyboardKey_458934 = new A.PhysicalKeyboardKey(458934); + B.PhysicalKeyboardKey_458935 = new A.PhysicalKeyboardKey(458935); + B.PhysicalKeyboardKey_458939 = new A.PhysicalKeyboardKey(458939); + B.PhysicalKeyboardKey_458960 = new A.PhysicalKeyboardKey(458960); + B.PhysicalKeyboardKey_458961 = new A.PhysicalKeyboardKey(458961); + B.PhysicalKeyboardKey_458962 = new A.PhysicalKeyboardKey(458962); + B.PhysicalKeyboardKey_458963 = new A.PhysicalKeyboardKey(458963); + B.PhysicalKeyboardKey_458964 = new A.PhysicalKeyboardKey(458964); + B.PhysicalKeyboardKey_458967 = new A.PhysicalKeyboardKey(458967); + B.PhysicalKeyboardKey_458968 = new A.PhysicalKeyboardKey(458968); + B.PhysicalKeyboardKey_458969 = new A.PhysicalKeyboardKey(458969); + B.PhysicalKeyboardKey_458976 = new A.PhysicalKeyboardKey(458976); + B.PhysicalKeyboardKey_458977 = new A.PhysicalKeyboardKey(458977); + B.PhysicalKeyboardKey_458978 = new A.PhysicalKeyboardKey(458978); + B.PhysicalKeyboardKey_458979 = new A.PhysicalKeyboardKey(458979); + B.PhysicalKeyboardKey_458980 = new A.PhysicalKeyboardKey(458980); + B.PhysicalKeyboardKey_458981 = new A.PhysicalKeyboardKey(458981); + B.PhysicalKeyboardKey_458982 = new A.PhysicalKeyboardKey(458982); + B.PhysicalKeyboardKey_458983 = new A.PhysicalKeyboardKey(458983); + B.PhysicalKeyboardKey_786528 = new A.PhysicalKeyboardKey(786528); + B.PhysicalKeyboardKey_786529 = new A.PhysicalKeyboardKey(786529); + B.PhysicalKeyboardKey_786543 = new A.PhysicalKeyboardKey(786543); + B.PhysicalKeyboardKey_786544 = new A.PhysicalKeyboardKey(786544); + B.PhysicalKeyboardKey_786546 = new A.PhysicalKeyboardKey(786546); + B.PhysicalKeyboardKey_786547 = new A.PhysicalKeyboardKey(786547); + B.PhysicalKeyboardKey_786548 = new A.PhysicalKeyboardKey(786548); + B.PhysicalKeyboardKey_786549 = new A.PhysicalKeyboardKey(786549); + B.PhysicalKeyboardKey_786553 = new A.PhysicalKeyboardKey(786553); + B.PhysicalKeyboardKey_786554 = new A.PhysicalKeyboardKey(786554); + B.PhysicalKeyboardKey_786563 = new A.PhysicalKeyboardKey(786563); + B.PhysicalKeyboardKey_786572 = new A.PhysicalKeyboardKey(786572); + B.PhysicalKeyboardKey_786573 = new A.PhysicalKeyboardKey(786573); + B.PhysicalKeyboardKey_786580 = new A.PhysicalKeyboardKey(786580); + B.PhysicalKeyboardKey_786588 = new A.PhysicalKeyboardKey(786588); + B.PhysicalKeyboardKey_786589 = new A.PhysicalKeyboardKey(786589); + B.PhysicalKeyboardKey_786608 = new A.PhysicalKeyboardKey(786608); + B.PhysicalKeyboardKey_786609 = new A.PhysicalKeyboardKey(786609); + B.PhysicalKeyboardKey_786610 = new A.PhysicalKeyboardKey(786610); + B.PhysicalKeyboardKey_786611 = new A.PhysicalKeyboardKey(786611); + B.PhysicalKeyboardKey_786612 = new A.PhysicalKeyboardKey(786612); + B.PhysicalKeyboardKey_786613 = new A.PhysicalKeyboardKey(786613); + B.PhysicalKeyboardKey_786614 = new A.PhysicalKeyboardKey(786614); + B.PhysicalKeyboardKey_786615 = new A.PhysicalKeyboardKey(786615); + B.PhysicalKeyboardKey_786616 = new A.PhysicalKeyboardKey(786616); + B.PhysicalKeyboardKey_786637 = new A.PhysicalKeyboardKey(786637); + B.PhysicalKeyboardKey_786639 = new A.PhysicalKeyboardKey(786639); + B.PhysicalKeyboardKey_786661 = new A.PhysicalKeyboardKey(786661); + B.PhysicalKeyboardKey_786819 = new A.PhysicalKeyboardKey(786819); + B.PhysicalKeyboardKey_786820 = new A.PhysicalKeyboardKey(786820); + B.PhysicalKeyboardKey_786822 = new A.PhysicalKeyboardKey(786822); + B.PhysicalKeyboardKey_786826 = new A.PhysicalKeyboardKey(786826); + B.PhysicalKeyboardKey_786829 = new A.PhysicalKeyboardKey(786829); + B.PhysicalKeyboardKey_786830 = new A.PhysicalKeyboardKey(786830); + B.PhysicalKeyboardKey_786834 = new A.PhysicalKeyboardKey(786834); + B.PhysicalKeyboardKey_786836 = new A.PhysicalKeyboardKey(786836); + B.PhysicalKeyboardKey_786838 = new A.PhysicalKeyboardKey(786838); + B.PhysicalKeyboardKey_786844 = new A.PhysicalKeyboardKey(786844); + B.PhysicalKeyboardKey_786846 = new A.PhysicalKeyboardKey(786846); + B.PhysicalKeyboardKey_786847 = new A.PhysicalKeyboardKey(786847); + B.PhysicalKeyboardKey_786850 = new A.PhysicalKeyboardKey(786850); + B.PhysicalKeyboardKey_786855 = new A.PhysicalKeyboardKey(786855); + B.PhysicalKeyboardKey_786859 = new A.PhysicalKeyboardKey(786859); + B.PhysicalKeyboardKey_786862 = new A.PhysicalKeyboardKey(786862); + B.PhysicalKeyboardKey_786865 = new A.PhysicalKeyboardKey(786865); + B.PhysicalKeyboardKey_786871 = new A.PhysicalKeyboardKey(786871); + B.PhysicalKeyboardKey_786891 = new A.PhysicalKeyboardKey(786891); + B.PhysicalKeyboardKey_786945 = new A.PhysicalKeyboardKey(786945); + B.PhysicalKeyboardKey_786947 = new A.PhysicalKeyboardKey(786947); + B.PhysicalKeyboardKey_786951 = new A.PhysicalKeyboardKey(786951); + B.PhysicalKeyboardKey_786952 = new A.PhysicalKeyboardKey(786952); + B.PhysicalKeyboardKey_786977 = new A.PhysicalKeyboardKey(786977); + B.PhysicalKeyboardKey_786979 = new A.PhysicalKeyboardKey(786979); + B.PhysicalKeyboardKey_786980 = new A.PhysicalKeyboardKey(786980); + B.PhysicalKeyboardKey_786981 = new A.PhysicalKeyboardKey(786981); + B.PhysicalKeyboardKey_786982 = new A.PhysicalKeyboardKey(786982); + B.PhysicalKeyboardKey_786983 = new A.PhysicalKeyboardKey(786983); + B.PhysicalKeyboardKey_786986 = new A.PhysicalKeyboardKey(786986); + B.PhysicalKeyboardKey_786989 = new A.PhysicalKeyboardKey(786989); + B.PhysicalKeyboardKey_786990 = new A.PhysicalKeyboardKey(786990); + B.PhysicalKeyboardKey_786994 = new A.PhysicalKeyboardKey(786994); + B.PhysicalKeyboardKey_787065 = new A.PhysicalKeyboardKey(787065); + B.PhysicalKeyboardKey_787081 = new A.PhysicalKeyboardKey(787081); + B.PhysicalKeyboardKey_787083 = new A.PhysicalKeyboardKey(787083); + B.PhysicalKeyboardKey_787084 = new A.PhysicalKeyboardKey(787084); + B.PhysicalKeyboardKey_787101 = new A.PhysicalKeyboardKey(787101); + B.PhysicalKeyboardKey_787103 = new A.PhysicalKeyboardKey(787103); B.Map_Q5S3m = new A.GeneralConstantMap([16, B.PhysicalKeyboardKey_16, 17, B.PhysicalKeyboardKey_17, 18, B.PhysicalKeyboardKey_18, 19, B.PhysicalKeyboardKey_19, 20, B.PhysicalKeyboardKey_20, 21, B.PhysicalKeyboardKey_21, 22, B.PhysicalKeyboardKey_22, 23, B.PhysicalKeyboardKey_23, 24, B.PhysicalKeyboardKey_24, 65666, B.PhysicalKeyboardKey_65666, 65667, B.PhysicalKeyboardKey_65667, 65717, B.PhysicalKeyboardKey_65717, 392961, B.PhysicalKeyboardKey_392961, 392962, B.PhysicalKeyboardKey_392962, 392963, B.PhysicalKeyboardKey_392963, 392964, B.PhysicalKeyboardKey_392964, 392965, B.PhysicalKeyboardKey_392965, 392966, B.PhysicalKeyboardKey_392966, 392967, B.PhysicalKeyboardKey_392967, 392968, B.PhysicalKeyboardKey_392968, 392969, B.PhysicalKeyboardKey_392969, 392970, B.PhysicalKeyboardKey_392970, 392971, B.PhysicalKeyboardKey_392971, 392972, B.PhysicalKeyboardKey_392972, 392973, B.PhysicalKeyboardKey_392973, 392974, B.PhysicalKeyboardKey_392974, 392975, B.PhysicalKeyboardKey_392975, 392976, B.PhysicalKeyboardKey_392976, 392977, B.PhysicalKeyboardKey_392977, 392978, B.PhysicalKeyboardKey_392978, 392979, B.PhysicalKeyboardKey_392979, 392980, B.PhysicalKeyboardKey_392980, 392981, B.PhysicalKeyboardKey_392981, 392982, B.PhysicalKeyboardKey_392982, 392983, B.PhysicalKeyboardKey_392983, 392984, B.PhysicalKeyboardKey_392984, 392985, B.PhysicalKeyboardKey_392985, 392986, B.PhysicalKeyboardKey_392986, 392987, B.PhysicalKeyboardKey_392987, 392988, B.PhysicalKeyboardKey_392988, 392989, B.PhysicalKeyboardKey_392989, 392990, B.PhysicalKeyboardKey_392990, 392991, B.PhysicalKeyboardKey_392991, 458752, B.PhysicalKeyboardKey_458752, 458753, B.PhysicalKeyboardKey_458753, 458754, B.PhysicalKeyboardKey_458754, 458755, B.PhysicalKeyboardKey_458755, 458756, B.PhysicalKeyboardKey_458756, 458757, B.PhysicalKeyboardKey_458757, 458758, B.PhysicalKeyboardKey_458758, 458759, B.PhysicalKeyboardKey_458759, 458760, B.PhysicalKeyboardKey_458760, 458761, B.PhysicalKeyboardKey_458761, 458762, B.PhysicalKeyboardKey_458762, 458763, B.PhysicalKeyboardKey_458763, 458764, B.PhysicalKeyboardKey_458764, 458765, B.PhysicalKeyboardKey_458765, 458766, B.PhysicalKeyboardKey_458766, 458767, B.PhysicalKeyboardKey_458767, 458768, B.PhysicalKeyboardKey_458768, 458769, B.PhysicalKeyboardKey_458769, 458770, B.PhysicalKeyboardKey_458770, 458771, B.PhysicalKeyboardKey_458771, 458772, B.PhysicalKeyboardKey_458772, 458773, B.PhysicalKeyboardKey_458773, 458774, B.PhysicalKeyboardKey_458774, 458775, B.PhysicalKeyboardKey_458775, 458776, B.PhysicalKeyboardKey_458776, 458777, B.PhysicalKeyboardKey_458777, 458778, B.PhysicalKeyboardKey_458778, 458779, B.PhysicalKeyboardKey_458779, 458780, B.PhysicalKeyboardKey_458780, 458781, B.PhysicalKeyboardKey_458781, 458782, B.PhysicalKeyboardKey_458782, 458783, B.PhysicalKeyboardKey_458783, 458784, B.PhysicalKeyboardKey_458784, 458785, B.PhysicalKeyboardKey_458785, 458786, B.PhysicalKeyboardKey_458786, 458787, B.PhysicalKeyboardKey_458787, 458788, B.PhysicalKeyboardKey_458788, 458789, B.PhysicalKeyboardKey_458789, 458790, B.PhysicalKeyboardKey_458790, 458791, B.PhysicalKeyboardKey_458791, 458792, B.PhysicalKeyboardKey_458792, 458793, B.PhysicalKeyboardKey_458793, 458794, B.PhysicalKeyboardKey_458794, 458795, B.PhysicalKeyboardKey_458795, 458796, B.PhysicalKeyboardKey_458796, 458797, B.PhysicalKeyboardKey_458797, 458798, B.PhysicalKeyboardKey_458798, 458799, B.PhysicalKeyboardKey_458799, 458800, B.PhysicalKeyboardKey_458800, 458801, B.PhysicalKeyboardKey_458801, 458803, B.PhysicalKeyboardKey_458803, 458804, B.PhysicalKeyboardKey_458804, 458805, B.PhysicalKeyboardKey_458805, 458806, B.PhysicalKeyboardKey_458806, 458807, B.PhysicalKeyboardKey_458807, 458808, B.PhysicalKeyboardKey_458808, 458809, B.PhysicalKeyboardKey_458809, 458810, B.PhysicalKeyboardKey_458810, 458811, B.PhysicalKeyboardKey_458811, 458812, B.PhysicalKeyboardKey_458812, 458813, B.PhysicalKeyboardKey_458813, 458814, B.PhysicalKeyboardKey_458814, 458815, B.PhysicalKeyboardKey_458815, 458816, B.PhysicalKeyboardKey_458816, 458817, B.PhysicalKeyboardKey_458817, 458818, B.PhysicalKeyboardKey_458818, 458819, B.PhysicalKeyboardKey_458819, 458820, B.PhysicalKeyboardKey_458820, 458821, B.PhysicalKeyboardKey_458821, 458822, B.PhysicalKeyboardKey_458822, 458823, B.PhysicalKeyboardKey_458823, 458824, B.PhysicalKeyboardKey_458824, 458825, B.PhysicalKeyboardKey_458825, 458826, B.PhysicalKeyboardKey_458826, 458827, B.PhysicalKeyboardKey_458827, 458828, B.PhysicalKeyboardKey_458828, 458829, B.PhysicalKeyboardKey_458829, 458830, B.PhysicalKeyboardKey_458830, 458831, B.PhysicalKeyboardKey_458831, 458832, B.PhysicalKeyboardKey_458832, 458833, B.PhysicalKeyboardKey_458833, 458834, B.PhysicalKeyboardKey_458834, 458835, B.PhysicalKeyboardKey_458835, 458836, B.PhysicalKeyboardKey_458836, 458837, B.PhysicalKeyboardKey_458837, 458838, B.PhysicalKeyboardKey_458838, 458839, B.PhysicalKeyboardKey_458839, 458840, B.PhysicalKeyboardKey_458840, 458841, B.PhysicalKeyboardKey_458841, 458842, B.PhysicalKeyboardKey_458842, 458843, B.PhysicalKeyboardKey_458843, 458844, B.PhysicalKeyboardKey_458844, 458845, B.PhysicalKeyboardKey_458845, 458846, B.PhysicalKeyboardKey_458846, 458847, B.PhysicalKeyboardKey_458847, 458848, B.PhysicalKeyboardKey_458848, 458849, B.PhysicalKeyboardKey_458849, 458850, B.PhysicalKeyboardKey_458850, 458851, B.PhysicalKeyboardKey_458851, 458852, B.PhysicalKeyboardKey_458852, 458853, B.PhysicalKeyboardKey_458853, 458854, B.PhysicalKeyboardKey_458854, 458855, B.PhysicalKeyboardKey_458855, 458856, B.PhysicalKeyboardKey_458856, 458857, B.PhysicalKeyboardKey_458857, 458858, B.PhysicalKeyboardKey_458858, 458859, B.PhysicalKeyboardKey_458859, 458860, B.PhysicalKeyboardKey_458860, 458861, B.PhysicalKeyboardKey_458861, 458862, B.PhysicalKeyboardKey_458862, 458863, B.PhysicalKeyboardKey_458863, 458864, B.PhysicalKeyboardKey_458864, 458865, B.PhysicalKeyboardKey_458865, 458866, B.PhysicalKeyboardKey_458866, 458867, B.PhysicalKeyboardKey_458867, 458868, B.PhysicalKeyboardKey_458868, 458869, B.PhysicalKeyboardKey_458869, 458871, B.PhysicalKeyboardKey_458871, 458873, B.PhysicalKeyboardKey_458873, 458874, B.PhysicalKeyboardKey_458874, 458875, B.PhysicalKeyboardKey_458875, 458876, B.PhysicalKeyboardKey_458876, 458877, B.PhysicalKeyboardKey_458877, 458878, B.PhysicalKeyboardKey_458878, 458879, B.PhysicalKeyboardKey_458879, 458880, B.PhysicalKeyboardKey_458880, 458881, B.PhysicalKeyboardKey_458881, 458885, B.PhysicalKeyboardKey_458885, 458887, B.PhysicalKeyboardKey_458887, 458888, B.PhysicalKeyboardKey_458888, 458889, B.PhysicalKeyboardKey_458889, 458890, B.PhysicalKeyboardKey_458890, 458891, B.PhysicalKeyboardKey_458891, 458896, B.PhysicalKeyboardKey_458896, 458897, B.PhysicalKeyboardKey_458897, 458898, B.PhysicalKeyboardKey_458898, 458899, B.PhysicalKeyboardKey_458899, 458900, B.PhysicalKeyboardKey_458900, 458907, B.PhysicalKeyboardKey_458907, 458915, B.PhysicalKeyboardKey_458915, 458934, B.PhysicalKeyboardKey_458934, 458935, B.PhysicalKeyboardKey_458935, 458939, B.PhysicalKeyboardKey_458939, 458960, B.PhysicalKeyboardKey_458960, 458961, B.PhysicalKeyboardKey_458961, 458962, B.PhysicalKeyboardKey_458962, 458963, B.PhysicalKeyboardKey_458963, 458964, B.PhysicalKeyboardKey_458964, 458967, B.PhysicalKeyboardKey_458967, 458968, B.PhysicalKeyboardKey_458968, 458969, B.PhysicalKeyboardKey_458969, 458976, B.PhysicalKeyboardKey_458976, 458977, B.PhysicalKeyboardKey_458977, 458978, B.PhysicalKeyboardKey_458978, 458979, B.PhysicalKeyboardKey_458979, 458980, B.PhysicalKeyboardKey_458980, 458981, B.PhysicalKeyboardKey_458981, 458982, B.PhysicalKeyboardKey_458982, 458983, B.PhysicalKeyboardKey_458983, 786528, B.PhysicalKeyboardKey_786528, 786529, B.PhysicalKeyboardKey_786529, 786543, B.PhysicalKeyboardKey_786543, 786544, B.PhysicalKeyboardKey_786544, 786546, B.PhysicalKeyboardKey_786546, 786547, B.PhysicalKeyboardKey_786547, 786548, B.PhysicalKeyboardKey_786548, 786549, B.PhysicalKeyboardKey_786549, 786553, B.PhysicalKeyboardKey_786553, 786554, B.PhysicalKeyboardKey_786554, 786563, B.PhysicalKeyboardKey_786563, 786572, B.PhysicalKeyboardKey_786572, 786573, B.PhysicalKeyboardKey_786573, 786580, B.PhysicalKeyboardKey_786580, 786588, B.PhysicalKeyboardKey_786588, 786589, B.PhysicalKeyboardKey_786589, 786608, B.PhysicalKeyboardKey_786608, 786609, B.PhysicalKeyboardKey_786609, 786610, B.PhysicalKeyboardKey_786610, 786611, B.PhysicalKeyboardKey_786611, 786612, B.PhysicalKeyboardKey_786612, 786613, B.PhysicalKeyboardKey_786613, 786614, B.PhysicalKeyboardKey_786614, 786615, B.PhysicalKeyboardKey_786615, 786616, B.PhysicalKeyboardKey_786616, 786637, B.PhysicalKeyboardKey_786637, 786639, B.PhysicalKeyboardKey_786639, 786661, B.PhysicalKeyboardKey_786661, 786819, B.PhysicalKeyboardKey_786819, 786820, B.PhysicalKeyboardKey_786820, 786822, B.PhysicalKeyboardKey_786822, 786826, B.PhysicalKeyboardKey_786826, 786829, B.PhysicalKeyboardKey_786829, 786830, B.PhysicalKeyboardKey_786830, 786834, B.PhysicalKeyboardKey_786834, 786836, B.PhysicalKeyboardKey_786836, 786838, B.PhysicalKeyboardKey_786838, 786844, B.PhysicalKeyboardKey_786844, 786846, B.PhysicalKeyboardKey_786846, 786847, B.PhysicalKeyboardKey_786847, 786850, B.PhysicalKeyboardKey_786850, 786855, B.PhysicalKeyboardKey_786855, 786859, B.PhysicalKeyboardKey_786859, 786862, B.PhysicalKeyboardKey_786862, 786865, B.PhysicalKeyboardKey_786865, 786871, B.PhysicalKeyboardKey_786871, 786891, B.PhysicalKeyboardKey_786891, 786945, B.PhysicalKeyboardKey_786945, 786947, B.PhysicalKeyboardKey_786947, 786951, B.PhysicalKeyboardKey_786951, 786952, B.PhysicalKeyboardKey_786952, 786977, B.PhysicalKeyboardKey_786977, 786979, B.PhysicalKeyboardKey_786979, 786980, B.PhysicalKeyboardKey_786980, 786981, B.PhysicalKeyboardKey_786981, 786982, B.PhysicalKeyboardKey_786982, 786983, B.PhysicalKeyboardKey_786983, 786986, B.PhysicalKeyboardKey_786986, 786989, B.PhysicalKeyboardKey_786989, 786990, B.PhysicalKeyboardKey_786990, 786994, B.PhysicalKeyboardKey_786994, 787065, B.PhysicalKeyboardKey_787065, 787081, B.PhysicalKeyboardKey_787081, 787083, B.PhysicalKeyboardKey_787083, 787084, B.PhysicalKeyboardKey_787084, 787101, B.PhysicalKeyboardKey_787101, 787103, B.PhysicalKeyboardKey_787103], type$.GeneralConstantMap_of_legacy_int_and_legacy_PhysicalKeyboardKey); B.SingleActivator_gc6 = new A.SingleActivator(B.LogicalKeyboardKey_4294967309, false, false, false, false); B.C_NextFocusIntent = new A.NextFocusIntent(); @@ -505424,22 +520619,22 @@ B.Map_atQCY = new A.ConstantStringMap(26, {"1": "create_client", "10": "update_client", "11": "delete_client", "2": "create_invoice", "8": "update_invoice", "9": "delete_invoice", "3": "create_quote", "21": "approve_quote", "6": "update_quote", "7": "delete_quote", "4": "create_payment", "12": "delete_payment", "5": "create_vendor", "13": "update_vendor", "14": "delete_vendor", "15": "create_expense", "16": "update_expense", "17": "delete_expense", "18": "create_task", "19": "update_task", "20": "delete_task", "22": "late_invoice", "23": "expired_quote", "24": "remind_invoice", "25": "create_project", "26": "update_project"}, B.List_ato0, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.C_AutocompletePreviousOptionIntent = new A.AutocompletePreviousOptionIntent(); B.C_AutocompleteNextOptionIntent = new A.AutocompleteNextOptionIntent(); - B.Map_cW2No = new A.GeneralConstantMap([B.SingleActivator_j8H10, B.C_AutocompletePreviousOptionIntent, B.SingleActivator_j8H7, B.C_AutocompleteNextOptionIntent], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); - B.Map_cW2nU = new A.GeneralConstantMap([B.SingleActivator_j8H7, B.DirectionalFocusIntent_TraversalDirection_2, B.SingleActivator_j8H10, B.DirectionalFocusIntent_TraversalDirection_0], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + B.Map_cW2No = new A.GeneralConstantMap([B.SingleActivator_j8H9, B.C_AutocompletePreviousOptionIntent, B.SingleActivator_j8H10, B.C_AutocompleteNextOptionIntent], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + B.Map_cW2nU = new A.GeneralConstantMap([B.SingleActivator_j8H10, B.DirectionalFocusIntent_TraversalDirection_2, B.SingleActivator_j8H9, B.DirectionalFocusIntent_TraversalDirection_0], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); B.Map_eRea7 = new A.GeneralConstantMap([9, B.PhysicalKeyboardKey_458793, 10, B.PhysicalKeyboardKey_458782, 11, B.PhysicalKeyboardKey_458783, 12, B.PhysicalKeyboardKey_458784, 13, B.PhysicalKeyboardKey_458785, 14, B.PhysicalKeyboardKey_458786, 15, B.PhysicalKeyboardKey_458787, 16, B.PhysicalKeyboardKey_458788, 17, B.PhysicalKeyboardKey_458789, 18, B.PhysicalKeyboardKey_458790, 19, B.PhysicalKeyboardKey_458791, 20, B.PhysicalKeyboardKey_458797, 21, B.PhysicalKeyboardKey_458798, 22, B.PhysicalKeyboardKey_458794, 23, B.PhysicalKeyboardKey_458795, 24, B.PhysicalKeyboardKey_458772, 25, B.PhysicalKeyboardKey_458778, 26, B.PhysicalKeyboardKey_458760, 27, B.PhysicalKeyboardKey_458773, 28, B.PhysicalKeyboardKey_458775, 29, B.PhysicalKeyboardKey_458780, 30, B.PhysicalKeyboardKey_458776, 31, B.PhysicalKeyboardKey_458764, 32, B.PhysicalKeyboardKey_458770, 33, B.PhysicalKeyboardKey_458771, 34, B.PhysicalKeyboardKey_458799, 35, B.PhysicalKeyboardKey_458800, 36, B.PhysicalKeyboardKey_458792, 37, B.PhysicalKeyboardKey_458976, 38, B.PhysicalKeyboardKey_458756, 39, B.PhysicalKeyboardKey_458774, 40, B.PhysicalKeyboardKey_458759, 41, B.PhysicalKeyboardKey_458761, 42, B.PhysicalKeyboardKey_458762, 43, B.PhysicalKeyboardKey_458763, 44, B.PhysicalKeyboardKey_458765, 45, B.PhysicalKeyboardKey_458766, 46, B.PhysicalKeyboardKey_458767, 47, B.PhysicalKeyboardKey_458803, 48, B.PhysicalKeyboardKey_458804, 49, B.PhysicalKeyboardKey_458805, 50, B.PhysicalKeyboardKey_458977, 51, B.PhysicalKeyboardKey_458801, 52, B.PhysicalKeyboardKey_458781, 53, B.PhysicalKeyboardKey_458779, 54, B.PhysicalKeyboardKey_458758, 55, B.PhysicalKeyboardKey_458777, 56, B.PhysicalKeyboardKey_458757, 57, B.PhysicalKeyboardKey_458769, 58, B.PhysicalKeyboardKey_458768, 59, B.PhysicalKeyboardKey_458806, 60, B.PhysicalKeyboardKey_458807, 61, B.PhysicalKeyboardKey_458808, 62, B.PhysicalKeyboardKey_458981, 63, B.PhysicalKeyboardKey_458837, 64, B.PhysicalKeyboardKey_458978, 65, B.PhysicalKeyboardKey_458796, 66, B.PhysicalKeyboardKey_458809, 67, B.PhysicalKeyboardKey_458810, 68, B.PhysicalKeyboardKey_458811, 69, B.PhysicalKeyboardKey_458812, 70, B.PhysicalKeyboardKey_458813, 71, B.PhysicalKeyboardKey_458814, 72, B.PhysicalKeyboardKey_458815, 73, B.PhysicalKeyboardKey_458816, 74, B.PhysicalKeyboardKey_458817, 75, B.PhysicalKeyboardKey_458818, 76, B.PhysicalKeyboardKey_458819, 77, B.PhysicalKeyboardKey_458835, 78, B.PhysicalKeyboardKey_458823, 79, B.PhysicalKeyboardKey_458847, 80, B.PhysicalKeyboardKey_458848, 81, B.PhysicalKeyboardKey_458849, 82, B.PhysicalKeyboardKey_458838, 83, B.PhysicalKeyboardKey_458844, 84, B.PhysicalKeyboardKey_458845, 85, B.PhysicalKeyboardKey_458846, 86, B.PhysicalKeyboardKey_458839, 87, B.PhysicalKeyboardKey_458841, 88, B.PhysicalKeyboardKey_458842, 89, B.PhysicalKeyboardKey_458843, 90, B.PhysicalKeyboardKey_458850, 91, B.PhysicalKeyboardKey_458851, 93, B.PhysicalKeyboardKey_458900, 94, B.PhysicalKeyboardKey_458852, 95, B.PhysicalKeyboardKey_458820, 96, B.PhysicalKeyboardKey_458821, 97, B.PhysicalKeyboardKey_458887, 98, B.PhysicalKeyboardKey_458898, 99, B.PhysicalKeyboardKey_458899, 100, B.PhysicalKeyboardKey_458890, 101, B.PhysicalKeyboardKey_458888, 102, B.PhysicalKeyboardKey_458891, 104, B.PhysicalKeyboardKey_458840, 105, B.PhysicalKeyboardKey_458980, 106, B.PhysicalKeyboardKey_458836, 107, B.PhysicalKeyboardKey_458822, 108, B.PhysicalKeyboardKey_458982, 110, B.PhysicalKeyboardKey_458826, 111, B.PhysicalKeyboardKey_458834, 112, B.PhysicalKeyboardKey_458827, 113, B.PhysicalKeyboardKey_458832, 114, B.PhysicalKeyboardKey_458831, 115, B.PhysicalKeyboardKey_458829, 116, B.PhysicalKeyboardKey_458833, 117, B.PhysicalKeyboardKey_458830, 118, B.PhysicalKeyboardKey_458825, 119, B.PhysicalKeyboardKey_458828, 121, B.PhysicalKeyboardKey_458879, 122, B.PhysicalKeyboardKey_458881, 123, B.PhysicalKeyboardKey_458880, 124, B.PhysicalKeyboardKey_458854, 125, B.PhysicalKeyboardKey_458855, 126, B.PhysicalKeyboardKey_458967, 127, B.PhysicalKeyboardKey_458824, 128, B.PhysicalKeyboardKey_787103, 129, B.PhysicalKeyboardKey_458885, 130, B.PhysicalKeyboardKey_458896, 131, B.PhysicalKeyboardKey_458897, 132, B.PhysicalKeyboardKey_458889, 133, B.PhysicalKeyboardKey_458979, 134, B.PhysicalKeyboardKey_458983, 135, B.PhysicalKeyboardKey_458853, 136, B.PhysicalKeyboardKey_786982, 137, B.PhysicalKeyboardKey_458873, 139, B.PhysicalKeyboardKey_458874, 140, B.PhysicalKeyboardKey_458871, 141, B.PhysicalKeyboardKey_458876, 142, B.PhysicalKeyboardKey_458868, 143, B.PhysicalKeyboardKey_458877, 144, B.PhysicalKeyboardKey_458878, 145, B.PhysicalKeyboardKey_458875, 146, B.PhysicalKeyboardKey_458869, 148, B.PhysicalKeyboardKey_786834, 150, B.PhysicalKeyboardKey_65666, 151, B.PhysicalKeyboardKey_65667, 152, B.PhysicalKeyboardKey_786836, 158, B.PhysicalKeyboardKey_786838, 160, B.PhysicalKeyboardKey_786846, 163, B.PhysicalKeyboardKey_786826, 164, B.PhysicalKeyboardKey_786986, 166, B.PhysicalKeyboardKey_786980, 167, B.PhysicalKeyboardKey_786981, 169, B.PhysicalKeyboardKey_786616, 171, B.PhysicalKeyboardKey_786613, 172, B.PhysicalKeyboardKey_786637, 173, B.PhysicalKeyboardKey_786614, 174, B.PhysicalKeyboardKey_786615, 175, B.PhysicalKeyboardKey_786610, 176, B.PhysicalKeyboardKey_786612, 177, B.PhysicalKeyboardKey_786572, 179, B.PhysicalKeyboardKey_786819, 180, B.PhysicalKeyboardKey_786979, 181, B.PhysicalKeyboardKey_786983, 182, B.PhysicalKeyboardKey_786580, 187, B.PhysicalKeyboardKey_458934, 188, B.PhysicalKeyboardKey_458935, 189, B.PhysicalKeyboardKey_786945, 190, B.PhysicalKeyboardKey_787065, 191, B.PhysicalKeyboardKey_458856, 192, B.PhysicalKeyboardKey_458857, 193, B.PhysicalKeyboardKey_458858, 194, B.PhysicalKeyboardKey_458859, 195, B.PhysicalKeyboardKey_458860, 196, B.PhysicalKeyboardKey_458861, 197, B.PhysicalKeyboardKey_458862, 198, B.PhysicalKeyboardKey_458863, 199, B.PhysicalKeyboardKey_458864, 200, B.PhysicalKeyboardKey_458865, 201, B.PhysicalKeyboardKey_458866, 202, B.PhysicalKeyboardKey_458867, 209, B.PhysicalKeyboardKey_786609, 214, B.PhysicalKeyboardKey_786947, 215, B.PhysicalKeyboardKey_786608, 216, B.PhysicalKeyboardKey_786611, 217, B.PhysicalKeyboardKey_786661, 218, B.PhysicalKeyboardKey_786952, 225, B.PhysicalKeyboardKey_786977, 232, B.PhysicalKeyboardKey_786544, 233, B.PhysicalKeyboardKey_786543, 235, B.PhysicalKeyboardKey_65717, 237, B.PhysicalKeyboardKey_786554, 238, B.PhysicalKeyboardKey_786553, 239, B.PhysicalKeyboardKey_787084, 240, B.PhysicalKeyboardKey_787081, 241, B.PhysicalKeyboardKey_787083, 242, B.PhysicalKeyboardKey_786951, 243, B.PhysicalKeyboardKey_786855, 252, B.PhysicalKeyboardKey_786549, 256, B.PhysicalKeyboardKey_24, 366, B.PhysicalKeyboardKey_786528, 370, B.PhysicalKeyboardKey_786573, 378, B.PhysicalKeyboardKey_786529, 380, B.PhysicalKeyboardKey_786994, 382, B.PhysicalKeyboardKey_786862, 400, B.PhysicalKeyboardKey_786871, 405, B.PhysicalKeyboardKey_786830, 413, B.PhysicalKeyboardKey_786563, 418, B.PhysicalKeyboardKey_786588, 419, B.PhysicalKeyboardKey_786589, 426, B.PhysicalKeyboardKey_786989, 427, B.PhysicalKeyboardKey_786990, 429, B.PhysicalKeyboardKey_786820, 431, B.PhysicalKeyboardKey_786822, 437, B.PhysicalKeyboardKey_786829, 439, B.PhysicalKeyboardKey_786546, 440, B.PhysicalKeyboardKey_786859, 441, B.PhysicalKeyboardKey_786844, 587, B.PhysicalKeyboardKey_786847, 588, B.PhysicalKeyboardKey_786850, 589, B.PhysicalKeyboardKey_786865, 590, B.PhysicalKeyboardKey_786639, 591, B.PhysicalKeyboardKey_786891, 592, B.PhysicalKeyboardKey_787101, 600, B.PhysicalKeyboardKey_786547, 601, B.PhysicalKeyboardKey_786548, 641, B.PhysicalKeyboardKey_23], type$.GeneralConstantMap_of_legacy_int_and_legacy_PhysicalKeyboardKey); B.Map_empty0 = new A.ConstantStringMap(0, {}, B.List_empty, A.findType("ConstantStringMap<@,@>")); B.Map_empty2 = new A.ConstantStringMap(0, {}, B.List_empty, A.findType("ConstantStringMap")); - B.List_empty31 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty8 = new A.ConstantStringMap(0, {}, B.List_empty31, A.findType("ConstantStringMap")); - B.List_empty32 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty1 = new A.ConstantStringMap(0, {}, B.List_empty32, A.findType("ConstantStringMap")); - B.Map_empty4 = new A.ConstantStringMap(0, {}, B.List_empty0, type$.ConstantStringMap_of_legacy_String_and_dynamic); - B.Map_empty7 = new A.ConstantStringMap(0, {}, B.List_empty0, A.findType("ConstantStringMap")); - B.List_empty33 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty = new A.ConstantStringMap(0, {}, B.List_empty33, A.findType("ConstantStringMap")); - B.List_empty34 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Type); - B.Map_empty3 = new A.ConstantStringMap(0, {}, B.List_empty34, A.findType("ConstantStringMap")); - B.Map_empty5 = new A.ConstantStringMap(0, {}, B.List_empty34, A.findType("ConstantStringMap*>")); + B.List_empty32 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty8 = new A.ConstantStringMap(0, {}, B.List_empty32, A.findType("ConstantStringMap")); + B.List_empty33 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty1 = new A.ConstantStringMap(0, {}, B.List_empty33, A.findType("ConstantStringMap")); + B.Map_empty4 = new A.ConstantStringMap(0, {}, B.List_empty1, type$.ConstantStringMap_of_legacy_String_and_dynamic); + B.Map_empty7 = new A.ConstantStringMap(0, {}, B.List_empty1, A.findType("ConstantStringMap")); + B.List_empty34 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty = new A.ConstantStringMap(0, {}, B.List_empty34, A.findType("ConstantStringMap")); + B.List_empty35 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Type); + B.Map_empty3 = new A.ConstantStringMap(0, {}, B.List_empty35, A.findType("ConstantStringMap")); + B.Map_empty5 = new A.ConstantStringMap(0, {}, B.List_empty35, A.findType("ConstantStringMap*>")); B.List_eyO = A._setArrayType(makeConstList(["application/vnd.android.package-archive", "application/epub+zip", "application/gzip", "application/java-archive", "application/json", "application/ld+json", "application/msword", "application/octet-stream", "application/ogg", "application/pdf", "application/php", "application/rtf", "application/vnd.amazon.ebook", "application/vnd.apple.installer+xml", "application/vnd.mozilla.xul+xml", "application/vnd.ms-excel", "application/vnd.ms-fontobject", "application/vnd.ms-powerpoint", "application/vnd.oasis.opendocument.presentation", "application/vnd.oasis.opendocument.spreadsheet", "application/vnd.oasis.opendocument.text", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.rar", "application/vnd.visio", "application/x-7z-compressed", "application/x-abiword", "application/x-bzip", "application/x-bzip2", "application/x-csh", "application/x-freearc", "application/x-sh", "application/x-shockwave-flash", "application/x-tar", "application/xhtml+xml", "application/xml", "application/zip", "audio/3gpp", "audio/3gpp2", "audio/aac", "audio/x-aac", "audio/midi audio/x-midi", "audio/mpeg", "audio/ogg", "audio/opus", "audio/wav", "audio/webm", "font/otf", "font/ttf", "font/woff", "font/woff2", "image/bmp", "image/gif", "image/jpeg", "image/png", "image/svg+xml", "image/tiff", "image/vnd.microsoft.icon", "image/webp", "text/calendar", "text/css", "text/csv", "text/html", "text/javascript", "text/plain", "text/xml", "video/3gpp", "video/3gpp2", "video/mp2t", "video/mpeg", "video/ogg", "video/webm", "video/x-msvideo", "video/quicktime"]), type$.JSArray_legacy_String); B.Map_eyCh9 = new A.ConstantStringMap(75, {"application/vnd.android.package-archive": ".apk", "application/epub+zip": ".epub", "application/gzip": ".gz", "application/java-archive": ".jar", "application/json": ".json", "application/ld+json": ".jsonld", "application/msword": ".doc", "application/octet-stream": ".bin", "application/ogg": ".ogx", "application/pdf": ".pdf", "application/php": ".php", "application/rtf": ".rtf", "application/vnd.amazon.ebook": ".azw", "application/vnd.apple.installer+xml": ".mpkg", "application/vnd.mozilla.xul+xml": ".xul", "application/vnd.ms-excel": ".xls", "application/vnd.ms-fontobject": ".eot", "application/vnd.ms-powerpoint": ".ppt", "application/vnd.oasis.opendocument.presentation": ".odp", "application/vnd.oasis.opendocument.spreadsheet": ".ods", "application/vnd.oasis.opendocument.text": ".odt", "application/vnd.openxmlformats-officedocument.presentationml.presentation": ".pptx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ".xlsx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document": ".docx", "application/vnd.rar": ".rar", "application/vnd.visio": ".vsd", "application/x-7z-compressed": ".7z", "application/x-abiword": ".abw", "application/x-bzip": ".bz", "application/x-bzip2": ".bz2", "application/x-csh": ".csh", "application/x-freearc": ".arc", "application/x-sh": ".sh", "application/x-shockwave-flash": ".swf", "application/x-tar": ".tar", "application/xhtml+xml": ".xhtml", "application/xml": ".xml", "application/zip": ".zip", "audio/3gpp": ".3gp", "audio/3gpp2": ".3g2", "audio/aac": ".aac", "audio/x-aac": ".aac", "audio/midi audio/x-midi": ".midi", "audio/mpeg": ".mp3", "audio/ogg": ".oga", "audio/opus": ".opus", "audio/wav": ".wav", "audio/webm": ".weba", "font/otf": ".otf", "font/ttf": ".ttf", "font/woff": ".woff", "font/woff2": ".woff2", "image/bmp": ".bmp", "image/gif": ".gif", "image/jpeg": ".jpg", "image/png": ".png", "image/svg+xml": ".svg", "image/tiff": ".tiff", "image/vnd.microsoft.icon": ".ico", "image/webp": ".webp", "text/calendar": ".ics", "text/css": ".css", "text/csv": ".csv", "text/html": ".html", "text/javascript": ".js", "text/plain": ".txt", "text/xml": ".xml", "video/3gpp": ".3gp", "video/3gpp2": ".3g2", "video/mp2t": ".ts", "video/mpeg": ".mpeg", "video/ogg": ".ogv", "video/webm": ".webm", "video/x-msvideo": ".avi", "video/quicktime": ".mov"}, B.List_eyO, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_fHJmU = new A.GeneralConstantMap([B.TraversalDirection_0, -7, B.TraversalDirection_1, 1, B.TraversalDirection_2, 7, B.TraversalDirection_3, -1], A.findType("GeneralConstantMap")); @@ -505508,6 +520703,287 @@ B.LogicalKeyboardKey_124 = new A.LogicalKeyboardKey(124); B.LogicalKeyboardKey_125 = new A.LogicalKeyboardKey(125); B.LogicalKeyboardKey_126 = new A.LogicalKeyboardKey(126); + B.LogicalKeyboardKey_4294967297 = new A.LogicalKeyboardKey(4294967297); + B.LogicalKeyboardKey_4294967553 = new A.LogicalKeyboardKey(4294967553); + B.LogicalKeyboardKey_4294967555 = new A.LogicalKeyboardKey(4294967555); + B.LogicalKeyboardKey_4294967559 = new A.LogicalKeyboardKey(4294967559); + B.LogicalKeyboardKey_4294967560 = new A.LogicalKeyboardKey(4294967560); + B.LogicalKeyboardKey_4294967566 = new A.LogicalKeyboardKey(4294967566); + B.LogicalKeyboardKey_4294967567 = new A.LogicalKeyboardKey(4294967567); + B.LogicalKeyboardKey_4294967568 = new A.LogicalKeyboardKey(4294967568); + B.LogicalKeyboardKey_4294967569 = new A.LogicalKeyboardKey(4294967569); + B.LogicalKeyboardKey_4294968322 = new A.LogicalKeyboardKey(4294968322); + B.LogicalKeyboardKey_4294968323 = new A.LogicalKeyboardKey(4294968323); + B.LogicalKeyboardKey_4294968324 = new A.LogicalKeyboardKey(4294968324); + B.LogicalKeyboardKey_4294968325 = new A.LogicalKeyboardKey(4294968325); + B.LogicalKeyboardKey_4294968326 = new A.LogicalKeyboardKey(4294968326); + B.LogicalKeyboardKey_4294968328 = new A.LogicalKeyboardKey(4294968328); + B.LogicalKeyboardKey_4294968329 = new A.LogicalKeyboardKey(4294968329); + B.LogicalKeyboardKey_4294968330 = new A.LogicalKeyboardKey(4294968330); + B.LogicalKeyboardKey_4294968577 = new A.LogicalKeyboardKey(4294968577); + B.LogicalKeyboardKey_4294968578 = new A.LogicalKeyboardKey(4294968578); + B.LogicalKeyboardKey_4294968579 = new A.LogicalKeyboardKey(4294968579); + B.LogicalKeyboardKey_4294968580 = new A.LogicalKeyboardKey(4294968580); + B.LogicalKeyboardKey_4294968581 = new A.LogicalKeyboardKey(4294968581); + B.LogicalKeyboardKey_4294968582 = new A.LogicalKeyboardKey(4294968582); + B.LogicalKeyboardKey_4294968583 = new A.LogicalKeyboardKey(4294968583); + B.LogicalKeyboardKey_4294968584 = new A.LogicalKeyboardKey(4294968584); + B.LogicalKeyboardKey_4294968585 = new A.LogicalKeyboardKey(4294968585); + B.LogicalKeyboardKey_4294968586 = new A.LogicalKeyboardKey(4294968586); + B.LogicalKeyboardKey_4294968587 = new A.LogicalKeyboardKey(4294968587); + B.LogicalKeyboardKey_4294968588 = new A.LogicalKeyboardKey(4294968588); + B.LogicalKeyboardKey_4294968589 = new A.LogicalKeyboardKey(4294968589); + B.LogicalKeyboardKey_4294968590 = new A.LogicalKeyboardKey(4294968590); + B.LogicalKeyboardKey_4294968833 = new A.LogicalKeyboardKey(4294968833); + B.LogicalKeyboardKey_4294968834 = new A.LogicalKeyboardKey(4294968834); + B.LogicalKeyboardKey_4294968835 = new A.LogicalKeyboardKey(4294968835); + B.LogicalKeyboardKey_4294968836 = new A.LogicalKeyboardKey(4294968836); + B.LogicalKeyboardKey_4294968837 = new A.LogicalKeyboardKey(4294968837); + B.LogicalKeyboardKey_4294968838 = new A.LogicalKeyboardKey(4294968838); + B.LogicalKeyboardKey_4294968839 = new A.LogicalKeyboardKey(4294968839); + B.LogicalKeyboardKey_4294968840 = new A.LogicalKeyboardKey(4294968840); + B.LogicalKeyboardKey_4294968841 = new A.LogicalKeyboardKey(4294968841); + B.LogicalKeyboardKey_4294968842 = new A.LogicalKeyboardKey(4294968842); + B.LogicalKeyboardKey_4294968843 = new A.LogicalKeyboardKey(4294968843); + B.LogicalKeyboardKey_4294969089 = new A.LogicalKeyboardKey(4294969089); + B.LogicalKeyboardKey_4294969090 = new A.LogicalKeyboardKey(4294969090); + B.LogicalKeyboardKey_4294969091 = new A.LogicalKeyboardKey(4294969091); + B.LogicalKeyboardKey_4294969092 = new A.LogicalKeyboardKey(4294969092); + B.LogicalKeyboardKey_4294969093 = new A.LogicalKeyboardKey(4294969093); + B.LogicalKeyboardKey_4294969094 = new A.LogicalKeyboardKey(4294969094); + B.LogicalKeyboardKey_4294969095 = new A.LogicalKeyboardKey(4294969095); + B.LogicalKeyboardKey_4294969096 = new A.LogicalKeyboardKey(4294969096); + B.LogicalKeyboardKey_4294969097 = new A.LogicalKeyboardKey(4294969097); + B.LogicalKeyboardKey_4294969098 = new A.LogicalKeyboardKey(4294969098); + B.LogicalKeyboardKey_4294969099 = new A.LogicalKeyboardKey(4294969099); + B.LogicalKeyboardKey_4294969100 = new A.LogicalKeyboardKey(4294969100); + B.LogicalKeyboardKey_4294969101 = new A.LogicalKeyboardKey(4294969101); + B.LogicalKeyboardKey_4294969102 = new A.LogicalKeyboardKey(4294969102); + B.LogicalKeyboardKey_4294969103 = new A.LogicalKeyboardKey(4294969103); + B.LogicalKeyboardKey_4294969104 = new A.LogicalKeyboardKey(4294969104); + B.LogicalKeyboardKey_4294969105 = new A.LogicalKeyboardKey(4294969105); + B.LogicalKeyboardKey_4294969106 = new A.LogicalKeyboardKey(4294969106); + B.LogicalKeyboardKey_4294969107 = new A.LogicalKeyboardKey(4294969107); + B.LogicalKeyboardKey_4294969108 = new A.LogicalKeyboardKey(4294969108); + B.LogicalKeyboardKey_4294969109 = new A.LogicalKeyboardKey(4294969109); + B.LogicalKeyboardKey_4294969110 = new A.LogicalKeyboardKey(4294969110); + B.LogicalKeyboardKey_4294969111 = new A.LogicalKeyboardKey(4294969111); + B.LogicalKeyboardKey_4294969112 = new A.LogicalKeyboardKey(4294969112); + B.LogicalKeyboardKey_4294969113 = new A.LogicalKeyboardKey(4294969113); + B.LogicalKeyboardKey_4294969114 = new A.LogicalKeyboardKey(4294969114); + B.LogicalKeyboardKey_4294969115 = new A.LogicalKeyboardKey(4294969115); + B.LogicalKeyboardKey_4294969116 = new A.LogicalKeyboardKey(4294969116); + B.LogicalKeyboardKey_4294969117 = new A.LogicalKeyboardKey(4294969117); + B.LogicalKeyboardKey_4294969345 = new A.LogicalKeyboardKey(4294969345); + B.LogicalKeyboardKey_4294969346 = new A.LogicalKeyboardKey(4294969346); + B.LogicalKeyboardKey_4294969347 = new A.LogicalKeyboardKey(4294969347); + B.LogicalKeyboardKey_4294969348 = new A.LogicalKeyboardKey(4294969348); + B.LogicalKeyboardKey_4294969349 = new A.LogicalKeyboardKey(4294969349); + B.LogicalKeyboardKey_4294969350 = new A.LogicalKeyboardKey(4294969350); + B.LogicalKeyboardKey_4294969351 = new A.LogicalKeyboardKey(4294969351); + B.LogicalKeyboardKey_4294969352 = new A.LogicalKeyboardKey(4294969352); + B.LogicalKeyboardKey_4294969353 = new A.LogicalKeyboardKey(4294969353); + B.LogicalKeyboardKey_4294969354 = new A.LogicalKeyboardKey(4294969354); + B.LogicalKeyboardKey_4294969355 = new A.LogicalKeyboardKey(4294969355); + B.LogicalKeyboardKey_4294969356 = new A.LogicalKeyboardKey(4294969356); + B.LogicalKeyboardKey_4294969357 = new A.LogicalKeyboardKey(4294969357); + B.LogicalKeyboardKey_4294969358 = new A.LogicalKeyboardKey(4294969358); + B.LogicalKeyboardKey_4294969359 = new A.LogicalKeyboardKey(4294969359); + B.LogicalKeyboardKey_4294969360 = new A.LogicalKeyboardKey(4294969360); + B.LogicalKeyboardKey_4294969361 = new A.LogicalKeyboardKey(4294969361); + B.LogicalKeyboardKey_4294969362 = new A.LogicalKeyboardKey(4294969362); + B.LogicalKeyboardKey_4294969363 = new A.LogicalKeyboardKey(4294969363); + B.LogicalKeyboardKey_4294969364 = new A.LogicalKeyboardKey(4294969364); + B.LogicalKeyboardKey_4294969365 = new A.LogicalKeyboardKey(4294969365); + B.LogicalKeyboardKey_4294969366 = new A.LogicalKeyboardKey(4294969366); + B.LogicalKeyboardKey_4294969367 = new A.LogicalKeyboardKey(4294969367); + B.LogicalKeyboardKey_4294969368 = new A.LogicalKeyboardKey(4294969368); + B.LogicalKeyboardKey_4294969601 = new A.LogicalKeyboardKey(4294969601); + B.LogicalKeyboardKey_4294969602 = new A.LogicalKeyboardKey(4294969602); + B.LogicalKeyboardKey_4294969603 = new A.LogicalKeyboardKey(4294969603); + B.LogicalKeyboardKey_4294969604 = new A.LogicalKeyboardKey(4294969604); + B.LogicalKeyboardKey_4294969605 = new A.LogicalKeyboardKey(4294969605); + B.LogicalKeyboardKey_4294969606 = new A.LogicalKeyboardKey(4294969606); + B.LogicalKeyboardKey_4294969607 = new A.LogicalKeyboardKey(4294969607); + B.LogicalKeyboardKey_4294969608 = new A.LogicalKeyboardKey(4294969608); + B.LogicalKeyboardKey_4294969857 = new A.LogicalKeyboardKey(4294969857); + B.LogicalKeyboardKey_4294969858 = new A.LogicalKeyboardKey(4294969858); + B.LogicalKeyboardKey_4294969859 = new A.LogicalKeyboardKey(4294969859); + B.LogicalKeyboardKey_4294969860 = new A.LogicalKeyboardKey(4294969860); + B.LogicalKeyboardKey_4294969861 = new A.LogicalKeyboardKey(4294969861); + B.LogicalKeyboardKey_4294969863 = new A.LogicalKeyboardKey(4294969863); + B.LogicalKeyboardKey_4294969864 = new A.LogicalKeyboardKey(4294969864); + B.LogicalKeyboardKey_4294969865 = new A.LogicalKeyboardKey(4294969865); + B.LogicalKeyboardKey_4294969866 = new A.LogicalKeyboardKey(4294969866); + B.LogicalKeyboardKey_4294969867 = new A.LogicalKeyboardKey(4294969867); + B.LogicalKeyboardKey_4294969868 = new A.LogicalKeyboardKey(4294969868); + B.LogicalKeyboardKey_4294969869 = new A.LogicalKeyboardKey(4294969869); + B.LogicalKeyboardKey_4294969870 = new A.LogicalKeyboardKey(4294969870); + B.LogicalKeyboardKey_4294969871 = new A.LogicalKeyboardKey(4294969871); + B.LogicalKeyboardKey_4294969872 = new A.LogicalKeyboardKey(4294969872); + B.LogicalKeyboardKey_4294969873 = new A.LogicalKeyboardKey(4294969873); + B.LogicalKeyboardKey_4294970113 = new A.LogicalKeyboardKey(4294970113); + B.LogicalKeyboardKey_4294970114 = new A.LogicalKeyboardKey(4294970114); + B.LogicalKeyboardKey_4294970115 = new A.LogicalKeyboardKey(4294970115); + B.LogicalKeyboardKey_4294970116 = new A.LogicalKeyboardKey(4294970116); + B.LogicalKeyboardKey_4294970117 = new A.LogicalKeyboardKey(4294970117); + B.LogicalKeyboardKey_4294970118 = new A.LogicalKeyboardKey(4294970118); + B.LogicalKeyboardKey_4294970119 = new A.LogicalKeyboardKey(4294970119); + B.LogicalKeyboardKey_4294970120 = new A.LogicalKeyboardKey(4294970120); + B.LogicalKeyboardKey_4294970121 = new A.LogicalKeyboardKey(4294970121); + B.LogicalKeyboardKey_4294970122 = new A.LogicalKeyboardKey(4294970122); + B.LogicalKeyboardKey_4294970123 = new A.LogicalKeyboardKey(4294970123); + B.LogicalKeyboardKey_4294970124 = new A.LogicalKeyboardKey(4294970124); + B.LogicalKeyboardKey_4294970125 = new A.LogicalKeyboardKey(4294970125); + B.LogicalKeyboardKey_4294970126 = new A.LogicalKeyboardKey(4294970126); + B.LogicalKeyboardKey_4294970127 = new A.LogicalKeyboardKey(4294970127); + B.LogicalKeyboardKey_4294970369 = new A.LogicalKeyboardKey(4294970369); + B.LogicalKeyboardKey_4294970370 = new A.LogicalKeyboardKey(4294970370); + B.LogicalKeyboardKey_4294970371 = new A.LogicalKeyboardKey(4294970371); + B.LogicalKeyboardKey_4294970372 = new A.LogicalKeyboardKey(4294970372); + B.LogicalKeyboardKey_4294970373 = new A.LogicalKeyboardKey(4294970373); + B.LogicalKeyboardKey_4294970374 = new A.LogicalKeyboardKey(4294970374); + B.LogicalKeyboardKey_4294970375 = new A.LogicalKeyboardKey(4294970375); + B.LogicalKeyboardKey_4294970625 = new A.LogicalKeyboardKey(4294970625); + B.LogicalKeyboardKey_4294970626 = new A.LogicalKeyboardKey(4294970626); + B.LogicalKeyboardKey_4294970627 = new A.LogicalKeyboardKey(4294970627); + B.LogicalKeyboardKey_4294970628 = new A.LogicalKeyboardKey(4294970628); + B.LogicalKeyboardKey_4294970629 = new A.LogicalKeyboardKey(4294970629); + B.LogicalKeyboardKey_4294970630 = new A.LogicalKeyboardKey(4294970630); + B.LogicalKeyboardKey_4294970631 = new A.LogicalKeyboardKey(4294970631); + B.LogicalKeyboardKey_4294970632 = new A.LogicalKeyboardKey(4294970632); + B.LogicalKeyboardKey_4294970633 = new A.LogicalKeyboardKey(4294970633); + B.LogicalKeyboardKey_4294970634 = new A.LogicalKeyboardKey(4294970634); + B.LogicalKeyboardKey_4294970635 = new A.LogicalKeyboardKey(4294970635); + B.LogicalKeyboardKey_4294970636 = new A.LogicalKeyboardKey(4294970636); + B.LogicalKeyboardKey_4294970637 = new A.LogicalKeyboardKey(4294970637); + B.LogicalKeyboardKey_4294970638 = new A.LogicalKeyboardKey(4294970638); + B.LogicalKeyboardKey_4294970639 = new A.LogicalKeyboardKey(4294970639); + B.LogicalKeyboardKey_4294970640 = new A.LogicalKeyboardKey(4294970640); + B.LogicalKeyboardKey_4294970641 = new A.LogicalKeyboardKey(4294970641); + B.LogicalKeyboardKey_4294970642 = new A.LogicalKeyboardKey(4294970642); + B.LogicalKeyboardKey_4294970643 = new A.LogicalKeyboardKey(4294970643); + B.LogicalKeyboardKey_4294970644 = new A.LogicalKeyboardKey(4294970644); + B.LogicalKeyboardKey_4294970645 = new A.LogicalKeyboardKey(4294970645); + B.LogicalKeyboardKey_4294970646 = new A.LogicalKeyboardKey(4294970646); + B.LogicalKeyboardKey_4294970647 = new A.LogicalKeyboardKey(4294970647); + B.LogicalKeyboardKey_4294970648 = new A.LogicalKeyboardKey(4294970648); + B.LogicalKeyboardKey_4294970649 = new A.LogicalKeyboardKey(4294970649); + B.LogicalKeyboardKey_4294970650 = new A.LogicalKeyboardKey(4294970650); + B.LogicalKeyboardKey_4294970651 = new A.LogicalKeyboardKey(4294970651); + B.LogicalKeyboardKey_4294970652 = new A.LogicalKeyboardKey(4294970652); + B.LogicalKeyboardKey_4294970653 = new A.LogicalKeyboardKey(4294970653); + B.LogicalKeyboardKey_4294970654 = new A.LogicalKeyboardKey(4294970654); + B.LogicalKeyboardKey_4294970655 = new A.LogicalKeyboardKey(4294970655); + B.LogicalKeyboardKey_4294970656 = new A.LogicalKeyboardKey(4294970656); + B.LogicalKeyboardKey_4294970657 = new A.LogicalKeyboardKey(4294970657); + B.LogicalKeyboardKey_4294970658 = new A.LogicalKeyboardKey(4294970658); + B.LogicalKeyboardKey_4294970659 = new A.LogicalKeyboardKey(4294970659); + B.LogicalKeyboardKey_4294970660 = new A.LogicalKeyboardKey(4294970660); + B.LogicalKeyboardKey_4294970661 = new A.LogicalKeyboardKey(4294970661); + B.LogicalKeyboardKey_4294970662 = new A.LogicalKeyboardKey(4294970662); + B.LogicalKeyboardKey_4294970663 = new A.LogicalKeyboardKey(4294970663); + B.LogicalKeyboardKey_4294970664 = new A.LogicalKeyboardKey(4294970664); + B.LogicalKeyboardKey_4294970665 = new A.LogicalKeyboardKey(4294970665); + B.LogicalKeyboardKey_4294970666 = new A.LogicalKeyboardKey(4294970666); + B.LogicalKeyboardKey_4294970667 = new A.LogicalKeyboardKey(4294970667); + B.LogicalKeyboardKey_4294970668 = new A.LogicalKeyboardKey(4294970668); + B.LogicalKeyboardKey_4294970669 = new A.LogicalKeyboardKey(4294970669); + B.LogicalKeyboardKey_4294970670 = new A.LogicalKeyboardKey(4294970670); + B.LogicalKeyboardKey_4294970671 = new A.LogicalKeyboardKey(4294970671); + B.LogicalKeyboardKey_4294970672 = new A.LogicalKeyboardKey(4294970672); + B.LogicalKeyboardKey_4294970673 = new A.LogicalKeyboardKey(4294970673); + B.LogicalKeyboardKey_4294970674 = new A.LogicalKeyboardKey(4294970674); + B.LogicalKeyboardKey_4294970675 = new A.LogicalKeyboardKey(4294970675); + B.LogicalKeyboardKey_4294970676 = new A.LogicalKeyboardKey(4294970676); + B.LogicalKeyboardKey_4294970677 = new A.LogicalKeyboardKey(4294970677); + B.LogicalKeyboardKey_4294970678 = new A.LogicalKeyboardKey(4294970678); + B.LogicalKeyboardKey_4294970679 = new A.LogicalKeyboardKey(4294970679); + B.LogicalKeyboardKey_4294970680 = new A.LogicalKeyboardKey(4294970680); + B.LogicalKeyboardKey_4294970681 = new A.LogicalKeyboardKey(4294970681); + B.LogicalKeyboardKey_4294970682 = new A.LogicalKeyboardKey(4294970682); + B.LogicalKeyboardKey_4294970683 = new A.LogicalKeyboardKey(4294970683); + B.LogicalKeyboardKey_4294970684 = new A.LogicalKeyboardKey(4294970684); + B.LogicalKeyboardKey_4294970685 = new A.LogicalKeyboardKey(4294970685); + B.LogicalKeyboardKey_4294970686 = new A.LogicalKeyboardKey(4294970686); + B.LogicalKeyboardKey_4294970687 = new A.LogicalKeyboardKey(4294970687); + B.LogicalKeyboardKey_4294970688 = new A.LogicalKeyboardKey(4294970688); + B.LogicalKeyboardKey_4294970689 = new A.LogicalKeyboardKey(4294970689); + B.LogicalKeyboardKey_4294970690 = new A.LogicalKeyboardKey(4294970690); + B.LogicalKeyboardKey_4294970691 = new A.LogicalKeyboardKey(4294970691); + B.LogicalKeyboardKey_4294970692 = new A.LogicalKeyboardKey(4294970692); + B.LogicalKeyboardKey_4294970693 = new A.LogicalKeyboardKey(4294970693); + B.LogicalKeyboardKey_4294970694 = new A.LogicalKeyboardKey(4294970694); + B.LogicalKeyboardKey_4294970695 = new A.LogicalKeyboardKey(4294970695); + B.LogicalKeyboardKey_4294970696 = new A.LogicalKeyboardKey(4294970696); + B.LogicalKeyboardKey_4294970697 = new A.LogicalKeyboardKey(4294970697); + B.LogicalKeyboardKey_4294970698 = new A.LogicalKeyboardKey(4294970698); + B.LogicalKeyboardKey_4294970699 = new A.LogicalKeyboardKey(4294970699); + B.LogicalKeyboardKey_4294970700 = new A.LogicalKeyboardKey(4294970700); + B.LogicalKeyboardKey_4294970701 = new A.LogicalKeyboardKey(4294970701); + B.LogicalKeyboardKey_4294970702 = new A.LogicalKeyboardKey(4294970702); + B.LogicalKeyboardKey_4294970703 = new A.LogicalKeyboardKey(4294970703); + B.LogicalKeyboardKey_4294970704 = new A.LogicalKeyboardKey(4294970704); + B.LogicalKeyboardKey_4294970705 = new A.LogicalKeyboardKey(4294970705); + B.LogicalKeyboardKey_4294970706 = new A.LogicalKeyboardKey(4294970706); + B.LogicalKeyboardKey_4294970707 = new A.LogicalKeyboardKey(4294970707); + B.LogicalKeyboardKey_4294970708 = new A.LogicalKeyboardKey(4294970708); + B.LogicalKeyboardKey_4294970709 = new A.LogicalKeyboardKey(4294970709); + B.LogicalKeyboardKey_4294970710 = new A.LogicalKeyboardKey(4294970710); + B.LogicalKeyboardKey_4294970711 = new A.LogicalKeyboardKey(4294970711); + B.LogicalKeyboardKey_4294970712 = new A.LogicalKeyboardKey(4294970712); + B.LogicalKeyboardKey_4294970713 = new A.LogicalKeyboardKey(4294970713); + B.LogicalKeyboardKey_4294970714 = new A.LogicalKeyboardKey(4294970714); + B.LogicalKeyboardKey_4294970715 = new A.LogicalKeyboardKey(4294970715); + B.LogicalKeyboardKey_4294970882 = new A.LogicalKeyboardKey(4294970882); + B.LogicalKeyboardKey_4294970884 = new A.LogicalKeyboardKey(4294970884); + B.LogicalKeyboardKey_4294970885 = new A.LogicalKeyboardKey(4294970885); + B.LogicalKeyboardKey_4294970886 = new A.LogicalKeyboardKey(4294970886); + B.LogicalKeyboardKey_4294970887 = new A.LogicalKeyboardKey(4294970887); + B.LogicalKeyboardKey_4294970888 = new A.LogicalKeyboardKey(4294970888); + B.LogicalKeyboardKey_4294970889 = new A.LogicalKeyboardKey(4294970889); + B.LogicalKeyboardKey_4294971137 = new A.LogicalKeyboardKey(4294971137); + B.LogicalKeyboardKey_4294971138 = new A.LogicalKeyboardKey(4294971138); + B.LogicalKeyboardKey_4294971393 = new A.LogicalKeyboardKey(4294971393); + B.LogicalKeyboardKey_4294971394 = new A.LogicalKeyboardKey(4294971394); + B.LogicalKeyboardKey_4294971395 = new A.LogicalKeyboardKey(4294971395); + B.LogicalKeyboardKey_4294971396 = new A.LogicalKeyboardKey(4294971396); + B.LogicalKeyboardKey_4294971397 = new A.LogicalKeyboardKey(4294971397); + B.LogicalKeyboardKey_4294971398 = new A.LogicalKeyboardKey(4294971398); + B.LogicalKeyboardKey_4294971399 = new A.LogicalKeyboardKey(4294971399); + B.LogicalKeyboardKey_4294971400 = new A.LogicalKeyboardKey(4294971400); + B.LogicalKeyboardKey_4294971401 = new A.LogicalKeyboardKey(4294971401); + B.LogicalKeyboardKey_4294971402 = new A.LogicalKeyboardKey(4294971402); + B.LogicalKeyboardKey_4294971403 = new A.LogicalKeyboardKey(4294971403); + B.LogicalKeyboardKey_4294971649 = new A.LogicalKeyboardKey(4294971649); + B.LogicalKeyboardKey_4294971650 = new A.LogicalKeyboardKey(4294971650); + B.LogicalKeyboardKey_4294971651 = new A.LogicalKeyboardKey(4294971651); + B.LogicalKeyboardKey_4294971652 = new A.LogicalKeyboardKey(4294971652); + B.LogicalKeyboardKey_4294971653 = new A.LogicalKeyboardKey(4294971653); + B.LogicalKeyboardKey_4294971654 = new A.LogicalKeyboardKey(4294971654); + B.LogicalKeyboardKey_4294971655 = new A.LogicalKeyboardKey(4294971655); + B.LogicalKeyboardKey_4294971656 = new A.LogicalKeyboardKey(4294971656); + B.LogicalKeyboardKey_4294971657 = new A.LogicalKeyboardKey(4294971657); + B.LogicalKeyboardKey_4294971658 = new A.LogicalKeyboardKey(4294971658); + B.LogicalKeyboardKey_4294971659 = new A.LogicalKeyboardKey(4294971659); + B.LogicalKeyboardKey_4294971660 = new A.LogicalKeyboardKey(4294971660); + B.LogicalKeyboardKey_4294971661 = new A.LogicalKeyboardKey(4294971661); + B.LogicalKeyboardKey_4294971662 = new A.LogicalKeyboardKey(4294971662); + B.LogicalKeyboardKey_4294971663 = new A.LogicalKeyboardKey(4294971663); + B.LogicalKeyboardKey_4294971664 = new A.LogicalKeyboardKey(4294971664); + B.LogicalKeyboardKey_4294971665 = new A.LogicalKeyboardKey(4294971665); + B.LogicalKeyboardKey_4294971666 = new A.LogicalKeyboardKey(4294971666); + B.LogicalKeyboardKey_4294971667 = new A.LogicalKeyboardKey(4294971667); + B.LogicalKeyboardKey_4294971668 = new A.LogicalKeyboardKey(4294971668); + B.LogicalKeyboardKey_4294971669 = new A.LogicalKeyboardKey(4294971669); + B.LogicalKeyboardKey_4294971670 = new A.LogicalKeyboardKey(4294971670); + B.LogicalKeyboardKey_4294971671 = new A.LogicalKeyboardKey(4294971671); + B.LogicalKeyboardKey_4294971672 = new A.LogicalKeyboardKey(4294971672); + B.LogicalKeyboardKey_4294971673 = new A.LogicalKeyboardKey(4294971673); + B.LogicalKeyboardKey_4294971674 = new A.LogicalKeyboardKey(4294971674); + B.LogicalKeyboardKey_4294971675 = new A.LogicalKeyboardKey(4294971675); + B.LogicalKeyboardKey_4294971905 = new A.LogicalKeyboardKey(4294971905); + B.LogicalKeyboardKey_4294971906 = new A.LogicalKeyboardKey(4294971906); B.LogicalKeyboardKey_8589934592 = new A.LogicalKeyboardKey(8589934592); B.LogicalKeyboardKey_8589934593 = new A.LogicalKeyboardKey(8589934593); B.LogicalKeyboardKey_8589934594 = new A.LogicalKeyboardKey(8589934594); @@ -505556,26 +521032,30 @@ B.LogicalKeyboardKey_8589935390 = new A.LogicalKeyboardKey(8589935390); B.LogicalKeyboardKey_8589935391 = new A.LogicalKeyboardKey(8589935391); B.Map_mUsBb = new A.GeneralConstantMap([32, B.LogicalKeyboardKey_32, 33, B.LogicalKeyboardKey_33, 34, B.LogicalKeyboardKey_34, 35, B.LogicalKeyboardKey_35, 36, B.LogicalKeyboardKey_36, 37, B.LogicalKeyboardKey_37, 38, B.LogicalKeyboardKey_38, 39, B.LogicalKeyboardKey_39, 40, B.LogicalKeyboardKey_40, 41, B.LogicalKeyboardKey_41, 42, B.LogicalKeyboardKey_42, 43, B.LogicalKeyboardKey_43, 44, B.LogicalKeyboardKey_44, 45, B.LogicalKeyboardKey_45, 46, B.LogicalKeyboardKey_46, 47, B.LogicalKeyboardKey_47, 48, B.LogicalKeyboardKey_48, 49, B.LogicalKeyboardKey_49, 50, B.LogicalKeyboardKey_50, 51, B.LogicalKeyboardKey_51, 52, B.LogicalKeyboardKey_52, 53, B.LogicalKeyboardKey_53, 54, B.LogicalKeyboardKey_54, 55, B.LogicalKeyboardKey_55, 56, B.LogicalKeyboardKey_56, 57, B.LogicalKeyboardKey_57, 58, B.LogicalKeyboardKey_58, 59, B.LogicalKeyboardKey_59, 60, B.LogicalKeyboardKey_60, 61, B.LogicalKeyboardKey_61, 62, B.LogicalKeyboardKey_62, 63, B.LogicalKeyboardKey_63, 64, B.LogicalKeyboardKey_64, 91, B.LogicalKeyboardKey_91, 92, B.LogicalKeyboardKey_92, 93, B.LogicalKeyboardKey_93, 94, B.LogicalKeyboardKey_94, 95, B.LogicalKeyboardKey_95, 96, B.LogicalKeyboardKey_96, 97, B.LogicalKeyboardKey_97, 98, B.LogicalKeyboardKey_98, 99, B.LogicalKeyboardKey_99, 100, B.LogicalKeyboardKey_100, 101, B.LogicalKeyboardKey_101, 102, B.LogicalKeyboardKey_102, 103, B.LogicalKeyboardKey_103, 104, B.LogicalKeyboardKey_104, 105, B.LogicalKeyboardKey_105, 106, B.LogicalKeyboardKey_106, 107, B.LogicalKeyboardKey_107, 108, B.LogicalKeyboardKey_108, 109, B.LogicalKeyboardKey_109, 110, B.LogicalKeyboardKey_110, 111, B.LogicalKeyboardKey_111, 112, B.LogicalKeyboardKey_112, 113, B.LogicalKeyboardKey_113, 114, B.LogicalKeyboardKey_114, 115, B.LogicalKeyboardKey_115, 116, B.LogicalKeyboardKey_116, 117, B.LogicalKeyboardKey_117, 118, B.LogicalKeyboardKey_118, 119, B.LogicalKeyboardKey_119, 120, B.LogicalKeyboardKey_120, 121, B.LogicalKeyboardKey_121, 122, B.LogicalKeyboardKey_122, 123, B.LogicalKeyboardKey_123, 124, B.LogicalKeyboardKey_124, 125, B.LogicalKeyboardKey_125, 126, B.LogicalKeyboardKey_126, 4294967297, B.LogicalKeyboardKey_4294967297, 4294967304, B.LogicalKeyboardKey_4294967304, 4294967305, B.LogicalKeyboardKey_4294967305, 4294967309, B.LogicalKeyboardKey_4294967309, 4294967323, B.LogicalKeyboardKey_4294967323, 4294967423, B.LogicalKeyboardKey_4294967423, 4294967553, B.LogicalKeyboardKey_4294967553, 4294967555, B.LogicalKeyboardKey_4294967555, 4294967556, B.LogicalKeyboardKey_4294967556, 4294967558, B.LogicalKeyboardKey_4294967558, 4294967559, B.LogicalKeyboardKey_4294967559, 4294967560, B.LogicalKeyboardKey_4294967560, 4294967562, B.LogicalKeyboardKey_4294967562, 4294967564, B.LogicalKeyboardKey_4294967564, 4294967566, B.LogicalKeyboardKey_4294967566, 4294967567, B.LogicalKeyboardKey_4294967567, 4294967568, B.LogicalKeyboardKey_4294967568, 4294967569, B.LogicalKeyboardKey_4294967569, 4294968065, B.LogicalKeyboardKey_4294968065, 4294968066, B.LogicalKeyboardKey_4294968066, 4294968067, B.LogicalKeyboardKey_4294968067, 4294968068, B.LogicalKeyboardKey_4294968068, 4294968069, B.LogicalKeyboardKey_4294968069, 4294968070, B.LogicalKeyboardKey_4294968070, 4294968071, B.LogicalKeyboardKey_4294968071, 4294968072, B.LogicalKeyboardKey_4294968072, 4294968321, B.LogicalKeyboardKey_4294968321, 4294968322, B.LogicalKeyboardKey_4294968322, 4294968323, B.LogicalKeyboardKey_4294968323, 4294968324, B.LogicalKeyboardKey_4294968324, 4294968325, B.LogicalKeyboardKey_4294968325, 4294968326, B.LogicalKeyboardKey_4294968326, 4294968327, B.LogicalKeyboardKey_4294968327, 4294968328, B.LogicalKeyboardKey_4294968328, 4294968329, B.LogicalKeyboardKey_4294968329, 4294968330, B.LogicalKeyboardKey_4294968330, 4294968577, B.LogicalKeyboardKey_4294968577, 4294968578, B.LogicalKeyboardKey_4294968578, 4294968579, B.LogicalKeyboardKey_4294968579, 4294968580, B.LogicalKeyboardKey_4294968580, 4294968581, B.LogicalKeyboardKey_4294968581, 4294968582, B.LogicalKeyboardKey_4294968582, 4294968583, B.LogicalKeyboardKey_4294968583, 4294968584, B.LogicalKeyboardKey_4294968584, 4294968585, B.LogicalKeyboardKey_4294968585, 4294968586, B.LogicalKeyboardKey_4294968586, 4294968587, B.LogicalKeyboardKey_4294968587, 4294968588, B.LogicalKeyboardKey_4294968588, 4294968589, B.LogicalKeyboardKey_4294968589, 4294968590, B.LogicalKeyboardKey_4294968590, 4294968833, B.LogicalKeyboardKey_4294968833, 4294968834, B.LogicalKeyboardKey_4294968834, 4294968835, B.LogicalKeyboardKey_4294968835, 4294968836, B.LogicalKeyboardKey_4294968836, 4294968837, B.LogicalKeyboardKey_4294968837, 4294968838, B.LogicalKeyboardKey_4294968838, 4294968839, B.LogicalKeyboardKey_4294968839, 4294968840, B.LogicalKeyboardKey_4294968840, 4294968841, B.LogicalKeyboardKey_4294968841, 4294968842, B.LogicalKeyboardKey_4294968842, 4294968843, B.LogicalKeyboardKey_4294968843, 4294969089, B.LogicalKeyboardKey_4294969089, 4294969090, B.LogicalKeyboardKey_4294969090, 4294969091, B.LogicalKeyboardKey_4294969091, 4294969092, B.LogicalKeyboardKey_4294969092, 4294969093, B.LogicalKeyboardKey_4294969093, 4294969094, B.LogicalKeyboardKey_4294969094, 4294969095, B.LogicalKeyboardKey_4294969095, 4294969096, B.LogicalKeyboardKey_4294969096, 4294969097, B.LogicalKeyboardKey_4294969097, 4294969098, B.LogicalKeyboardKey_4294969098, 4294969099, B.LogicalKeyboardKey_4294969099, 4294969100, B.LogicalKeyboardKey_4294969100, 4294969101, B.LogicalKeyboardKey_4294969101, 4294969102, B.LogicalKeyboardKey_4294969102, 4294969103, B.LogicalKeyboardKey_4294969103, 4294969104, B.LogicalKeyboardKey_4294969104, 4294969105, B.LogicalKeyboardKey_4294969105, 4294969106, B.LogicalKeyboardKey_4294969106, 4294969107, B.LogicalKeyboardKey_4294969107, 4294969108, B.LogicalKeyboardKey_4294969108, 4294969109, B.LogicalKeyboardKey_4294969109, 4294969110, B.LogicalKeyboardKey_4294969110, 4294969111, B.LogicalKeyboardKey_4294969111, 4294969112, B.LogicalKeyboardKey_4294969112, 4294969113, B.LogicalKeyboardKey_4294969113, 4294969114, B.LogicalKeyboardKey_4294969114, 4294969115, B.LogicalKeyboardKey_4294969115, 4294969116, B.LogicalKeyboardKey_4294969116, 4294969117, B.LogicalKeyboardKey_4294969117, 4294969345, B.LogicalKeyboardKey_4294969345, 4294969346, B.LogicalKeyboardKey_4294969346, 4294969347, B.LogicalKeyboardKey_4294969347, 4294969348, B.LogicalKeyboardKey_4294969348, 4294969349, B.LogicalKeyboardKey_4294969349, 4294969350, B.LogicalKeyboardKey_4294969350, 4294969351, B.LogicalKeyboardKey_4294969351, 4294969352, B.LogicalKeyboardKey_4294969352, 4294969353, B.LogicalKeyboardKey_4294969353, 4294969354, B.LogicalKeyboardKey_4294969354, 4294969355, B.LogicalKeyboardKey_4294969355, 4294969356, B.LogicalKeyboardKey_4294969356, 4294969357, B.LogicalKeyboardKey_4294969357, 4294969358, B.LogicalKeyboardKey_4294969358, 4294969359, B.LogicalKeyboardKey_4294969359, 4294969360, B.LogicalKeyboardKey_4294969360, 4294969361, B.LogicalKeyboardKey_4294969361, 4294969362, B.LogicalKeyboardKey_4294969362, 4294969363, B.LogicalKeyboardKey_4294969363, 4294969364, B.LogicalKeyboardKey_4294969364, 4294969365, B.LogicalKeyboardKey_4294969365, 4294969366, B.LogicalKeyboardKey_4294969366, 4294969367, B.LogicalKeyboardKey_4294969367, 4294969368, B.LogicalKeyboardKey_4294969368, 4294969601, B.LogicalKeyboardKey_4294969601, 4294969602, B.LogicalKeyboardKey_4294969602, 4294969603, B.LogicalKeyboardKey_4294969603, 4294969604, B.LogicalKeyboardKey_4294969604, 4294969605, B.LogicalKeyboardKey_4294969605, 4294969606, B.LogicalKeyboardKey_4294969606, 4294969607, B.LogicalKeyboardKey_4294969607, 4294969608, B.LogicalKeyboardKey_4294969608, 4294969857, B.LogicalKeyboardKey_4294969857, 4294969858, B.LogicalKeyboardKey_4294969858, 4294969859, B.LogicalKeyboardKey_4294969859, 4294969860, B.LogicalKeyboardKey_4294969860, 4294969861, B.LogicalKeyboardKey_4294969861, 4294969863, B.LogicalKeyboardKey_4294969863, 4294969864, B.LogicalKeyboardKey_4294969864, 4294969865, B.LogicalKeyboardKey_4294969865, 4294969866, B.LogicalKeyboardKey_4294969866, 4294969867, B.LogicalKeyboardKey_4294969867, 4294969868, B.LogicalKeyboardKey_4294969868, 4294969869, B.LogicalKeyboardKey_4294969869, 4294969870, B.LogicalKeyboardKey_4294969870, 4294969871, B.LogicalKeyboardKey_4294969871, 4294969872, B.LogicalKeyboardKey_4294969872, 4294969873, B.LogicalKeyboardKey_4294969873, 4294970113, B.LogicalKeyboardKey_4294970113, 4294970114, B.LogicalKeyboardKey_4294970114, 4294970115, B.LogicalKeyboardKey_4294970115, 4294970116, B.LogicalKeyboardKey_4294970116, 4294970117, B.LogicalKeyboardKey_4294970117, 4294970118, B.LogicalKeyboardKey_4294970118, 4294970119, B.LogicalKeyboardKey_4294970119, 4294970120, B.LogicalKeyboardKey_4294970120, 4294970121, B.LogicalKeyboardKey_4294970121, 4294970122, B.LogicalKeyboardKey_4294970122, 4294970123, B.LogicalKeyboardKey_4294970123, 4294970124, B.LogicalKeyboardKey_4294970124, 4294970125, B.LogicalKeyboardKey_4294970125, 4294970126, B.LogicalKeyboardKey_4294970126, 4294970127, B.LogicalKeyboardKey_4294970127, 4294970369, B.LogicalKeyboardKey_4294970369, 4294970370, B.LogicalKeyboardKey_4294970370, 4294970371, B.LogicalKeyboardKey_4294970371, 4294970372, B.LogicalKeyboardKey_4294970372, 4294970373, B.LogicalKeyboardKey_4294970373, 4294970374, B.LogicalKeyboardKey_4294970374, 4294970375, B.LogicalKeyboardKey_4294970375, 4294970625, B.LogicalKeyboardKey_4294970625, 4294970626, B.LogicalKeyboardKey_4294970626, 4294970627, B.LogicalKeyboardKey_4294970627, 4294970628, B.LogicalKeyboardKey_4294970628, 4294970629, B.LogicalKeyboardKey_4294970629, 4294970630, B.LogicalKeyboardKey_4294970630, 4294970631, B.LogicalKeyboardKey_4294970631, 4294970632, B.LogicalKeyboardKey_4294970632, 4294970633, B.LogicalKeyboardKey_4294970633, 4294970634, B.LogicalKeyboardKey_4294970634, 4294970635, B.LogicalKeyboardKey_4294970635, 4294970636, B.LogicalKeyboardKey_4294970636, 4294970637, B.LogicalKeyboardKey_4294970637, 4294970638, B.LogicalKeyboardKey_4294970638, 4294970639, B.LogicalKeyboardKey_4294970639, 4294970640, B.LogicalKeyboardKey_4294970640, 4294970641, B.LogicalKeyboardKey_4294970641, 4294970642, B.LogicalKeyboardKey_4294970642, 4294970643, B.LogicalKeyboardKey_4294970643, 4294970644, B.LogicalKeyboardKey_4294970644, 4294970645, B.LogicalKeyboardKey_4294970645, 4294970646, B.LogicalKeyboardKey_4294970646, 4294970647, B.LogicalKeyboardKey_4294970647, 4294970648, B.LogicalKeyboardKey_4294970648, 4294970649, B.LogicalKeyboardKey_4294970649, 4294970650, B.LogicalKeyboardKey_4294970650, 4294970651, B.LogicalKeyboardKey_4294970651, 4294970652, B.LogicalKeyboardKey_4294970652, 4294970653, B.LogicalKeyboardKey_4294970653, 4294970654, B.LogicalKeyboardKey_4294970654, 4294970655, B.LogicalKeyboardKey_4294970655, 4294970656, B.LogicalKeyboardKey_4294970656, 4294970657, B.LogicalKeyboardKey_4294970657, 4294970658, B.LogicalKeyboardKey_4294970658, 4294970659, B.LogicalKeyboardKey_4294970659, 4294970660, B.LogicalKeyboardKey_4294970660, 4294970661, B.LogicalKeyboardKey_4294970661, 4294970662, B.LogicalKeyboardKey_4294970662, 4294970663, B.LogicalKeyboardKey_4294970663, 4294970664, B.LogicalKeyboardKey_4294970664, 4294970665, B.LogicalKeyboardKey_4294970665, 4294970666, B.LogicalKeyboardKey_4294970666, 4294970667, B.LogicalKeyboardKey_4294970667, 4294970668, B.LogicalKeyboardKey_4294970668, 4294970669, B.LogicalKeyboardKey_4294970669, 4294970670, B.LogicalKeyboardKey_4294970670, 4294970671, B.LogicalKeyboardKey_4294970671, 4294970672, B.LogicalKeyboardKey_4294970672, 4294970673, B.LogicalKeyboardKey_4294970673, 4294970674, B.LogicalKeyboardKey_4294970674, 4294970675, B.LogicalKeyboardKey_4294970675, 4294970676, B.LogicalKeyboardKey_4294970676, 4294970677, B.LogicalKeyboardKey_4294970677, 4294970678, B.LogicalKeyboardKey_4294970678, 4294970679, B.LogicalKeyboardKey_4294970679, 4294970680, B.LogicalKeyboardKey_4294970680, 4294970681, B.LogicalKeyboardKey_4294970681, 4294970682, B.LogicalKeyboardKey_4294970682, 4294970683, B.LogicalKeyboardKey_4294970683, 4294970684, B.LogicalKeyboardKey_4294970684, 4294970685, B.LogicalKeyboardKey_4294970685, 4294970686, B.LogicalKeyboardKey_4294970686, 4294970687, B.LogicalKeyboardKey_4294970687, 4294970688, B.LogicalKeyboardKey_4294970688, 4294970689, B.LogicalKeyboardKey_4294970689, 4294970690, B.LogicalKeyboardKey_4294970690, 4294970691, B.LogicalKeyboardKey_4294970691, 4294970692, B.LogicalKeyboardKey_4294970692, 4294970693, B.LogicalKeyboardKey_4294970693, 4294970694, B.LogicalKeyboardKey_4294970694, 4294970695, B.LogicalKeyboardKey_4294970695, 4294970696, B.LogicalKeyboardKey_4294970696, 4294970697, B.LogicalKeyboardKey_4294970697, 4294970698, B.LogicalKeyboardKey_4294970698, 4294970699, B.LogicalKeyboardKey_4294970699, 4294970700, B.LogicalKeyboardKey_4294970700, 4294970701, B.LogicalKeyboardKey_4294970701, 4294970702, B.LogicalKeyboardKey_4294970702, 4294970703, B.LogicalKeyboardKey_4294970703, 4294970704, B.LogicalKeyboardKey_4294970704, 4294970705, B.LogicalKeyboardKey_4294970705, 4294970706, B.LogicalKeyboardKey_4294970706, 4294970707, B.LogicalKeyboardKey_4294970707, 4294970708, B.LogicalKeyboardKey_4294970708, 4294970709, B.LogicalKeyboardKey_4294970709, 4294970710, B.LogicalKeyboardKey_4294970710, 4294970711, B.LogicalKeyboardKey_4294970711, 4294970712, B.LogicalKeyboardKey_4294970712, 4294970713, B.LogicalKeyboardKey_4294970713, 4294970714, B.LogicalKeyboardKey_4294970714, 4294970715, B.LogicalKeyboardKey_4294970715, 4294970882, B.LogicalKeyboardKey_4294970882, 4294970884, B.LogicalKeyboardKey_4294970884, 4294970885, B.LogicalKeyboardKey_4294970885, 4294970886, B.LogicalKeyboardKey_4294970886, 4294970887, B.LogicalKeyboardKey_4294970887, 4294970888, B.LogicalKeyboardKey_4294970888, 4294970889, B.LogicalKeyboardKey_4294970889, 4294971137, B.LogicalKeyboardKey_4294971137, 4294971138, B.LogicalKeyboardKey_4294971138, 4294971393, B.LogicalKeyboardKey_4294971393, 4294971394, B.LogicalKeyboardKey_4294971394, 4294971395, B.LogicalKeyboardKey_4294971395, 4294971396, B.LogicalKeyboardKey_4294971396, 4294971397, B.LogicalKeyboardKey_4294971397, 4294971398, B.LogicalKeyboardKey_4294971398, 4294971399, B.LogicalKeyboardKey_4294971399, 4294971400, B.LogicalKeyboardKey_4294971400, 4294971401, B.LogicalKeyboardKey_4294971401, 4294971402, B.LogicalKeyboardKey_4294971402, 4294971403, B.LogicalKeyboardKey_4294971403, 4294971649, B.LogicalKeyboardKey_4294971649, 4294971650, B.LogicalKeyboardKey_4294971650, 4294971651, B.LogicalKeyboardKey_4294971651, 4294971652, B.LogicalKeyboardKey_4294971652, 4294971653, B.LogicalKeyboardKey_4294971653, 4294971654, B.LogicalKeyboardKey_4294971654, 4294971655, B.LogicalKeyboardKey_4294971655, 4294971656, B.LogicalKeyboardKey_4294971656, 4294971657, B.LogicalKeyboardKey_4294971657, 4294971658, B.LogicalKeyboardKey_4294971658, 4294971659, B.LogicalKeyboardKey_4294971659, 4294971660, B.LogicalKeyboardKey_4294971660, 4294971661, B.LogicalKeyboardKey_4294971661, 4294971662, B.LogicalKeyboardKey_4294971662, 4294971663, B.LogicalKeyboardKey_4294971663, 4294971664, B.LogicalKeyboardKey_4294971664, 4294971665, B.LogicalKeyboardKey_4294971665, 4294971666, B.LogicalKeyboardKey_4294971666, 4294971667, B.LogicalKeyboardKey_4294971667, 4294971668, B.LogicalKeyboardKey_4294971668, 4294971669, B.LogicalKeyboardKey_4294971669, 4294971670, B.LogicalKeyboardKey_4294971670, 4294971671, B.LogicalKeyboardKey_4294971671, 4294971672, B.LogicalKeyboardKey_4294971672, 4294971673, B.LogicalKeyboardKey_4294971673, 4294971674, B.LogicalKeyboardKey_4294971674, 4294971675, B.LogicalKeyboardKey_4294971675, 4294971905, B.LogicalKeyboardKey_4294971905, 4294971906, B.LogicalKeyboardKey_4294971906, 8589934592, B.LogicalKeyboardKey_8589934592, 8589934593, B.LogicalKeyboardKey_8589934593, 8589934594, B.LogicalKeyboardKey_8589934594, 8589934595, B.LogicalKeyboardKey_8589934595, 8589934608, B.LogicalKeyboardKey_8589934608, 8589934609, B.LogicalKeyboardKey_8589934609, 8589934610, B.LogicalKeyboardKey_8589934610, 8589934611, B.LogicalKeyboardKey_8589934611, 8589934612, B.LogicalKeyboardKey_8589934612, 8589934624, B.LogicalKeyboardKey_8589934624, 8589934625, B.LogicalKeyboardKey_8589934625, 8589934626, B.LogicalKeyboardKey_8589934626, 8589934848, B.LogicalKeyboardKey_8589934848, 8589934849, B.LogicalKeyboardKey_8589934849, 8589934850, B.LogicalKeyboardKey_8589934850, 8589934851, B.LogicalKeyboardKey_8589934851, 8589934852, B.LogicalKeyboardKey_8589934852, 8589934853, B.LogicalKeyboardKey_8589934853, 8589934854, B.LogicalKeyboardKey_8589934854, 8589934855, B.LogicalKeyboardKey_8589934855, 8589935088, B.LogicalKeyboardKey_8589935088, 8589935090, B.LogicalKeyboardKey_8589935090, 8589935092, B.LogicalKeyboardKey_8589935092, 8589935094, B.LogicalKeyboardKey_8589935094, 8589935117, B.LogicalKeyboardKey_8589935117, 8589935144, B.LogicalKeyboardKey_8589935144, 8589935145, B.LogicalKeyboardKey_8589935145, 8589935146, B.LogicalKeyboardKey_8589935146, 8589935147, B.LogicalKeyboardKey_8589935147, 8589935148, B.LogicalKeyboardKey_8589935148, 8589935149, B.LogicalKeyboardKey_8589935149, 8589935150, B.LogicalKeyboardKey_8589935150, 8589935151, B.LogicalKeyboardKey_8589935151, 8589935152, B.LogicalKeyboardKey_8589935152, 8589935153, B.LogicalKeyboardKey_8589935153, 8589935154, B.LogicalKeyboardKey_8589935154, 8589935155, B.LogicalKeyboardKey_8589935155, 8589935156, B.LogicalKeyboardKey_8589935156, 8589935157, B.LogicalKeyboardKey_8589935157, 8589935158, B.LogicalKeyboardKey_8589935158, 8589935159, B.LogicalKeyboardKey_8589935159, 8589935160, B.LogicalKeyboardKey_8589935160, 8589935161, B.LogicalKeyboardKey_8589935161, 8589935165, B.LogicalKeyboardKey_8589935165, 8589935361, B.LogicalKeyboardKey_8589935361, 8589935362, B.LogicalKeyboardKey_8589935362, 8589935363, B.LogicalKeyboardKey_8589935363, 8589935364, B.LogicalKeyboardKey_8589935364, 8589935365, B.LogicalKeyboardKey_8589935365, 8589935366, B.LogicalKeyboardKey_8589935366, 8589935367, B.LogicalKeyboardKey_8589935367, 8589935368, B.LogicalKeyboardKey_8589935368, 8589935369, B.LogicalKeyboardKey_8589935369, 8589935370, B.LogicalKeyboardKey_8589935370, 8589935371, B.LogicalKeyboardKey_8589935371, 8589935372, B.LogicalKeyboardKey_8589935372, 8589935373, B.LogicalKeyboardKey_8589935373, 8589935374, B.LogicalKeyboardKey_8589935374, 8589935375, B.LogicalKeyboardKey_8589935375, 8589935376, B.LogicalKeyboardKey_8589935376, 8589935377, B.LogicalKeyboardKey_8589935377, 8589935378, B.LogicalKeyboardKey_8589935378, 8589935379, B.LogicalKeyboardKey_8589935379, 8589935380, B.LogicalKeyboardKey_8589935380, 8589935381, B.LogicalKeyboardKey_8589935381, 8589935382, B.LogicalKeyboardKey_8589935382, 8589935383, B.LogicalKeyboardKey_8589935383, 8589935384, B.LogicalKeyboardKey_8589935384, 8589935385, B.LogicalKeyboardKey_8589935385, 8589935386, B.LogicalKeyboardKey_8589935386, 8589935387, B.LogicalKeyboardKey_8589935387, 8589935388, B.LogicalKeyboardKey_8589935388, 8589935389, B.LogicalKeyboardKey_8589935389, 8589935390, B.LogicalKeyboardKey_8589935390, 8589935391, B.LogicalKeyboardKey_8589935391], A.findType("GeneralConstantMap")); + B.List_omH = A._setArrayType(makeConstList(["AVRInput", "AVRPower", "Accel", "Accept", "Again", "AllCandidates", "Alphanumeric", "AltGraph", "AppSwitch", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Attn", "AudioBalanceLeft", "AudioBalanceRight", "AudioBassBoostDown", "AudioBassBoostToggle", "AudioBassBoostUp", "AudioFaderFront", "AudioFaderRear", "AudioSurroundModeNext", "AudioTrebleDown", "AudioTrebleUp", "AudioVolumeDown", "AudioVolumeMute", "AudioVolumeUp", "Backspace", "BrightnessDown", "BrightnessUp", "BrowserBack", "BrowserFavorites", "BrowserForward", "BrowserHome", "BrowserRefresh", "BrowserSearch", "BrowserStop", "Call", "Camera", "CameraFocus", "Cancel", "CapsLock", "ChannelDown", "ChannelUp", "Clear", "Close", "ClosedCaptionToggle", "CodeInput", "ColorF0Red", "ColorF1Green", "ColorF2Yellow", "ColorF3Blue", "ColorF4Grey", "ColorF5Brown", "Compose", "ContextMenu", "Convert", "Copy", "CrSel", "Cut", "DVR", "Delete", "Dimmer", "DisplaySwap", "Eisu", "Eject", "End", "EndCall", "Enter", "EraseEof", "Esc", "Escape", "ExSel", "Execute", "Exit", "F1", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F2", "F20", "F21", "F22", "F23", "F24", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "FavoriteClear0", "FavoriteClear1", "FavoriteClear2", "FavoriteClear3", "FavoriteRecall0", "FavoriteRecall1", "FavoriteRecall2", "FavoriteRecall3", "FavoriteStore0", "FavoriteStore1", "FavoriteStore2", "FavoriteStore3", "FinalMode", "Find", "Fn", "FnLock", "GoBack", "GoHome", "GroupFirst", "GroupLast", "GroupNext", "GroupPrevious", "Guide", "GuideNextDay", "GuidePreviousDay", "HangulMode", "HanjaMode", "Hankaku", "HeadsetHook", "Help", "Hibernate", "Hiragana", "HiraganaKatakana", "Home", "Hyper", "Info", "Insert", "InstantReplay", "JunjaMode", "KanaMode", "KanjiMode", "Katakana", "Key11", "Key12", "LastNumberRedial", "LaunchApplication1", "LaunchApplication2", "LaunchAssistant", "LaunchCalendar", "LaunchContacts", "LaunchControlPanel", "LaunchMail", "LaunchMediaPlayer", "LaunchMusicPlayer", "LaunchPhone", "LaunchScreenSaver", "LaunchSpreadsheet", "LaunchWebBrowser", "LaunchWebCam", "LaunchWordProcessor", "Link", "ListProgram", "LiveContent", "Lock", "LogOff", "MailForward", "MailReply", "MailSend", "MannerMode", "MediaApps", "MediaAudioTrack", "MediaClose", "MediaFastForward", "MediaLast", "MediaPause", "MediaPlay", "MediaPlayPause", "MediaRecord", "MediaRewind", "MediaSkip", "MediaSkipBackward", "MediaSkipForward", "MediaStepBackward", "MediaStepForward", "MediaStop", "MediaTopMenu", "MediaTrackNext", "MediaTrackPrevious", "MicrophoneToggle", "MicrophoneVolumeDown", "MicrophoneVolumeMute", "MicrophoneVolumeUp", "ModeChange", "NavigateIn", "NavigateNext", "NavigateOut", "NavigatePrevious", "New", "NextCandidate", "NextFavoriteChannel", "NextUserProfile", "NonConvert", "Notification", "NumLock", "OnDemand", "Open", "PageDown", "PageUp", "Pairing", "Paste", "Pause", "PinPDown", "PinPMove", "PinPToggle", "PinPUp", "Play", "PlaySpeedDown", "PlaySpeedReset", "PlaySpeedUp", "Power", "PowerOff", "PreviousCandidate", "Print", "PrintScreen", "Process", "Props", "RandomToggle", "RcLowBattery", "RecordSpeedNext", "Redo", "RfBypass", "Romaji", "STBInput", "STBPower", "Save", "ScanChannelsToggle", "ScreenModeNext", "ScrollLock", "Select", "Settings", "ShiftLevel5", "SingleCandidate", "Soft1", "Soft2", "Soft3", "Soft4", "Soft5", "Soft6", "Soft7", "Soft8", "SpeechCorrectionList", "SpeechInputToggle", "SpellCheck", "SplitScreenToggle", "Standby", "Subtitle", "Super", "Symbol", "SymbolLock", "TV", "TV3DMode", "TVAntennaCable", "TVAudioDescription", "TVAudioDescriptionMixDown", "TVAudioDescriptionMixUp", "TVContentsMenu", "TVDataService", "TVInput", "TVInputComponent1", "TVInputComponent2", "TVInputComposite1", "TVInputComposite2", "TVInputHDMI1", "TVInputHDMI2", "TVInputHDMI3", "TVInputHDMI4", "TVInputVGA1", "TVMediaContext", "TVNetwork", "TVNumberEntry", "TVPower", "TVRadioService", "TVSatellite", "TVSatelliteBS", "TVSatelliteCS", "TVSatelliteToggle", "TVTerrestrialAnalog", "TVTerrestrialDigital", "TVTimer", "Tab", "Teletext", "Undo", "Unidentified", "VideoModeNext", "VoiceDial", "WakeUp", "Wink", "Zenkaku", "ZenkakuHankaku", "ZoomIn", "ZoomOut", "ZoomToggle"]), type$.JSArray_legacy_String); + B.Map_omVDm = new A.ConstantStringMap(301, {AVRInput: 4294970632, AVRPower: 4294970633, Accel: 4294967553, Accept: 4294968577, Again: 4294968578, AllCandidates: 4294969089, Alphanumeric: 4294969090, AltGraph: 4294967555, AppSwitch: 4294971393, ArrowDown: 4294968065, ArrowLeft: 4294968066, ArrowRight: 4294968067, ArrowUp: 4294968068, Attn: 4294968579, AudioBalanceLeft: 4294970625, AudioBalanceRight: 4294970626, AudioBassBoostDown: 4294970627, AudioBassBoostToggle: 4294970882, AudioBassBoostUp: 4294970628, AudioFaderFront: 4294970629, AudioFaderRear: 4294970630, AudioSurroundModeNext: 4294970631, AudioTrebleDown: 4294970884, AudioTrebleUp: 4294970885, AudioVolumeDown: 4294969871, AudioVolumeMute: 4294969873, AudioVolumeUp: 4294969872, Backspace: 4294967304, BrightnessDown: 4294968833, BrightnessUp: 4294968834, BrowserBack: 4294970369, BrowserFavorites: 4294970370, BrowserForward: 4294970371, BrowserHome: 4294970372, BrowserRefresh: 4294970373, BrowserSearch: 4294970374, BrowserStop: 4294970375, Call: 4294971394, Camera: 4294968835, CameraFocus: 4294971395, Cancel: 4294968580, CapsLock: 4294967556, ChannelDown: 4294970634, ChannelUp: 4294970635, Clear: 4294968321, Close: 4294969857, ClosedCaptionToggle: 4294970642, CodeInput: 4294969091, ColorF0Red: 4294970636, ColorF1Green: 4294970637, ColorF2Yellow: 4294970638, ColorF3Blue: 4294970639, ColorF4Grey: 4294970640, ColorF5Brown: 4294970641, Compose: 4294969092, ContextMenu: 4294968581, Convert: 4294969093, Copy: 4294968322, CrSel: 4294968323, Cut: 4294968324, DVR: 4294970703, Delete: 4294967423, Dimmer: 4294970643, DisplaySwap: 4294970644, Eisu: 4294969108, Eject: 4294968836, End: 4294968069, EndCall: 4294971396, Enter: 4294967309, EraseEof: 4294968325, Esc: 4294967323, Escape: 4294967323, ExSel: 4294968326, Execute: 4294968582, Exit: 4294970645, F1: 4294969345, F10: 4294969354, F11: 4294969355, F12: 4294969356, F13: 4294969357, F14: 4294969358, F15: 4294969359, F16: 4294969360, F17: 4294969361, F18: 4294969362, F19: 4294969363, F2: 4294969346, F20: 4294969364, F21: 4294969365, F22: 4294969366, F23: 4294969367, F24: 4294969368, F3: 4294969347, F4: 4294969348, F5: 4294969349, F6: 4294969350, F7: 4294969351, F8: 4294969352, F9: 4294969353, FavoriteClear0: 4294970646, FavoriteClear1: 4294970647, FavoriteClear2: 4294970648, FavoriteClear3: 4294970649, FavoriteRecall0: 4294970650, FavoriteRecall1: 4294970651, FavoriteRecall2: 4294970652, FavoriteRecall3: 4294970653, FavoriteStore0: 4294970654, FavoriteStore1: 4294970655, FavoriteStore2: 4294970656, FavoriteStore3: 4294970657, FinalMode: 4294969094, Find: 4294968583, Fn: 4294967558, FnLock: 4294967559, GoBack: 4294971397, GoHome: 4294971398, GroupFirst: 4294969095, GroupLast: 4294969096, GroupNext: 4294969097, GroupPrevious: 4294969098, Guide: 4294970658, GuideNextDay: 4294970659, GuidePreviousDay: 4294970660, HangulMode: 4294969105, HanjaMode: 4294969106, Hankaku: 4294969109, HeadsetHook: 4294971399, Help: 4294968584, Hibernate: 4294968841, Hiragana: 4294969110, HiraganaKatakana: 4294969111, Home: 4294968070, Hyper: 4294967560, Info: 4294970661, Insert: 4294968327, InstantReplay: 4294970662, JunjaMode: 4294969107, KanaMode: 4294969112, KanjiMode: 4294969113, Katakana: 4294969114, Key11: 4294971905, Key12: 4294971906, LastNumberRedial: 4294971400, LaunchApplication1: 4294970118, LaunchApplication2: 4294970113, LaunchAssistant: 4294970126, LaunchCalendar: 4294970114, LaunchContacts: 4294970124, LaunchControlPanel: 4294970127, LaunchMail: 4294970115, LaunchMediaPlayer: 4294970116, LaunchMusicPlayer: 4294970117, LaunchPhone: 4294970125, LaunchScreenSaver: 4294970119, LaunchSpreadsheet: 4294970120, LaunchWebBrowser: 4294970121, LaunchWebCam: 4294970122, LaunchWordProcessor: 4294970123, Link: 4294970663, ListProgram: 4294970664, LiveContent: 4294970665, Lock: 4294970666, LogOff: 4294968837, MailForward: 4294969858, MailReply: 4294969859, MailSend: 4294969860, MannerMode: 4294971402, MediaApps: 4294970667, MediaAudioTrack: 4294970704, MediaClose: 4294970715, MediaFastForward: 4294970668, MediaLast: 4294970669, MediaPause: 4294970670, MediaPlay: 4294970671, MediaPlayPause: 4294969861, MediaRecord: 4294970672, MediaRewind: 4294970673, MediaSkip: 4294970674, MediaSkipBackward: 4294970705, MediaSkipForward: 4294970706, MediaStepBackward: 4294970707, MediaStepForward: 4294970708, MediaStop: 4294969863, MediaTopMenu: 4294970709, MediaTrackNext: 4294969864, MediaTrackPrevious: 4294969865, MicrophoneToggle: 4294970886, MicrophoneVolumeDown: 4294970887, MicrophoneVolumeMute: 4294970889, MicrophoneVolumeUp: 4294970888, ModeChange: 4294969099, NavigateIn: 4294970710, NavigateNext: 4294970711, NavigateOut: 4294970712, NavigatePrevious: 4294970713, New: 4294969866, NextCandidate: 4294969100, NextFavoriteChannel: 4294970675, NextUserProfile: 4294970676, NonConvert: 4294969101, Notification: 4294971401, NumLock: 4294967562, OnDemand: 4294970677, Open: 4294969867, PageDown: 4294968071, PageUp: 4294968072, Pairing: 4294970714, Paste: 4294968328, Pause: 4294968585, PinPDown: 4294970678, PinPMove: 4294970679, PinPToggle: 4294970680, PinPUp: 4294970681, Play: 4294968586, PlaySpeedDown: 4294970682, PlaySpeedReset: 4294970683, PlaySpeedUp: 4294970684, Power: 4294968838, PowerOff: 4294968839, PreviousCandidate: 4294969102, Print: 4294969868, PrintScreen: 4294968840, Process: 4294969103, Props: 4294968587, RandomToggle: 4294970685, RcLowBattery: 4294970686, RecordSpeedNext: 4294970687, Redo: 4294968329, RfBypass: 4294970688, Romaji: 4294969115, STBInput: 4294970693, STBPower: 4294970694, Save: 4294969869, ScanChannelsToggle: 4294970689, ScreenModeNext: 4294970690, ScrollLock: 4294967564, Select: 4294968588, Settings: 4294970691, ShiftLevel5: 4294967569, SingleCandidate: 4294969104, Soft1: 4294969601, Soft2: 4294969602, Soft3: 4294969603, Soft4: 4294969604, Soft5: 4294969605, Soft6: 4294969606, Soft7: 4294969607, Soft8: 4294969608, SpeechCorrectionList: 4294971137, SpeechInputToggle: 4294971138, SpellCheck: 4294969870, SplitScreenToggle: 4294970692, Standby: 4294968842, Subtitle: 4294970695, Super: 4294967566, Symbol: 4294967567, SymbolLock: 4294967568, TV: 4294970697, TV3DMode: 4294971649, TVAntennaCable: 4294971650, TVAudioDescription: 4294971651, TVAudioDescriptionMixDown: 4294971652, TVAudioDescriptionMixUp: 4294971653, TVContentsMenu: 4294971654, TVDataService: 4294971655, TVInput: 4294970698, TVInputComponent1: 4294971656, TVInputComponent2: 4294971657, TVInputComposite1: 4294971658, TVInputComposite2: 4294971659, TVInputHDMI1: 4294971660, TVInputHDMI2: 4294971661, TVInputHDMI3: 4294971662, TVInputHDMI4: 4294971663, TVInputVGA1: 4294971664, TVMediaContext: 4294971665, TVNetwork: 4294971666, TVNumberEntry: 4294971667, TVPower: 4294970699, TVRadioService: 4294971668, TVSatellite: 4294971669, TVSatelliteBS: 4294971670, TVSatelliteCS: 4294971671, TVSatelliteToggle: 4294971672, TVTerrestrialAnalog: 4294971673, TVTerrestrialDigital: 4294971674, TVTimer: 4294971675, Tab: 4294967305, Teletext: 4294970696, Undo: 4294968330, Unidentified: 4294967297, VideoModeNext: 4294970700, VoiceDial: 4294971403, WakeUp: 4294968843, Wink: 4294970701, Zenkaku: 4294969116, ZenkakuHankaku: 4294969117, ZoomIn: 4294968589, ZoomOut: 4294968590, ZoomToggle: 4294970702}, B.List_omH, type$.ConstantStringMap_of_legacy_String_and_legacy_int); + B.Map_omnLG = new A.ConstantStringMap(301, {AVRInput: B.LogicalKeyboardKey_4294970632, AVRPower: B.LogicalKeyboardKey_4294970633, Accel: B.LogicalKeyboardKey_4294967553, Accept: B.LogicalKeyboardKey_4294968577, Again: B.LogicalKeyboardKey_4294968578, AllCandidates: B.LogicalKeyboardKey_4294969089, Alphanumeric: B.LogicalKeyboardKey_4294969090, AltGraph: B.LogicalKeyboardKey_4294967555, AppSwitch: B.LogicalKeyboardKey_4294971393, ArrowDown: B.LogicalKeyboardKey_4294968065, ArrowLeft: B.LogicalKeyboardKey_4294968066, ArrowRight: B.LogicalKeyboardKey_4294968067, ArrowUp: B.LogicalKeyboardKey_4294968068, Attn: B.LogicalKeyboardKey_4294968579, AudioBalanceLeft: B.LogicalKeyboardKey_4294970625, AudioBalanceRight: B.LogicalKeyboardKey_4294970626, AudioBassBoostDown: B.LogicalKeyboardKey_4294970627, AudioBassBoostToggle: B.LogicalKeyboardKey_4294970882, AudioBassBoostUp: B.LogicalKeyboardKey_4294970628, AudioFaderFront: B.LogicalKeyboardKey_4294970629, AudioFaderRear: B.LogicalKeyboardKey_4294970630, AudioSurroundModeNext: B.LogicalKeyboardKey_4294970631, AudioTrebleDown: B.LogicalKeyboardKey_4294970884, AudioTrebleUp: B.LogicalKeyboardKey_4294970885, AudioVolumeDown: B.LogicalKeyboardKey_4294969871, AudioVolumeMute: B.LogicalKeyboardKey_4294969873, AudioVolumeUp: B.LogicalKeyboardKey_4294969872, Backspace: B.LogicalKeyboardKey_4294967304, BrightnessDown: B.LogicalKeyboardKey_4294968833, BrightnessUp: B.LogicalKeyboardKey_4294968834, BrowserBack: B.LogicalKeyboardKey_4294970369, BrowserFavorites: B.LogicalKeyboardKey_4294970370, BrowserForward: B.LogicalKeyboardKey_4294970371, BrowserHome: B.LogicalKeyboardKey_4294970372, BrowserRefresh: B.LogicalKeyboardKey_4294970373, BrowserSearch: B.LogicalKeyboardKey_4294970374, BrowserStop: B.LogicalKeyboardKey_4294970375, Call: B.LogicalKeyboardKey_4294971394, Camera: B.LogicalKeyboardKey_4294968835, CameraFocus: B.LogicalKeyboardKey_4294971395, Cancel: B.LogicalKeyboardKey_4294968580, CapsLock: B.LogicalKeyboardKey_4294967556, ChannelDown: B.LogicalKeyboardKey_4294970634, ChannelUp: B.LogicalKeyboardKey_4294970635, Clear: B.LogicalKeyboardKey_4294968321, Close: B.LogicalKeyboardKey_4294969857, ClosedCaptionToggle: B.LogicalKeyboardKey_4294970642, CodeInput: B.LogicalKeyboardKey_4294969091, ColorF0Red: B.LogicalKeyboardKey_4294970636, ColorF1Green: B.LogicalKeyboardKey_4294970637, ColorF2Yellow: B.LogicalKeyboardKey_4294970638, ColorF3Blue: B.LogicalKeyboardKey_4294970639, ColorF4Grey: B.LogicalKeyboardKey_4294970640, ColorF5Brown: B.LogicalKeyboardKey_4294970641, Compose: B.LogicalKeyboardKey_4294969092, ContextMenu: B.LogicalKeyboardKey_4294968581, Convert: B.LogicalKeyboardKey_4294969093, Copy: B.LogicalKeyboardKey_4294968322, CrSel: B.LogicalKeyboardKey_4294968323, Cut: B.LogicalKeyboardKey_4294968324, DVR: B.LogicalKeyboardKey_4294970703, Delete: B.LogicalKeyboardKey_4294967423, Dimmer: B.LogicalKeyboardKey_4294970643, DisplaySwap: B.LogicalKeyboardKey_4294970644, Eisu: B.LogicalKeyboardKey_4294969108, Eject: B.LogicalKeyboardKey_4294968836, End: B.LogicalKeyboardKey_4294968069, EndCall: B.LogicalKeyboardKey_4294971396, Enter: B.LogicalKeyboardKey_4294967309, EraseEof: B.LogicalKeyboardKey_4294968325, Esc: B.LogicalKeyboardKey_4294967323, Escape: B.LogicalKeyboardKey_4294967323, ExSel: B.LogicalKeyboardKey_4294968326, Execute: B.LogicalKeyboardKey_4294968582, Exit: B.LogicalKeyboardKey_4294970645, F1: B.LogicalKeyboardKey_4294969345, F10: B.LogicalKeyboardKey_4294969354, F11: B.LogicalKeyboardKey_4294969355, F12: B.LogicalKeyboardKey_4294969356, F13: B.LogicalKeyboardKey_4294969357, F14: B.LogicalKeyboardKey_4294969358, F15: B.LogicalKeyboardKey_4294969359, F16: B.LogicalKeyboardKey_4294969360, F17: B.LogicalKeyboardKey_4294969361, F18: B.LogicalKeyboardKey_4294969362, F19: B.LogicalKeyboardKey_4294969363, F2: B.LogicalKeyboardKey_4294969346, F20: B.LogicalKeyboardKey_4294969364, F21: B.LogicalKeyboardKey_4294969365, F22: B.LogicalKeyboardKey_4294969366, F23: B.LogicalKeyboardKey_4294969367, F24: B.LogicalKeyboardKey_4294969368, F3: B.LogicalKeyboardKey_4294969347, F4: B.LogicalKeyboardKey_4294969348, F5: B.LogicalKeyboardKey_4294969349, F6: B.LogicalKeyboardKey_4294969350, F7: B.LogicalKeyboardKey_4294969351, F8: B.LogicalKeyboardKey_4294969352, F9: B.LogicalKeyboardKey_4294969353, FavoriteClear0: B.LogicalKeyboardKey_4294970646, FavoriteClear1: B.LogicalKeyboardKey_4294970647, FavoriteClear2: B.LogicalKeyboardKey_4294970648, FavoriteClear3: B.LogicalKeyboardKey_4294970649, FavoriteRecall0: B.LogicalKeyboardKey_4294970650, FavoriteRecall1: B.LogicalKeyboardKey_4294970651, FavoriteRecall2: B.LogicalKeyboardKey_4294970652, FavoriteRecall3: B.LogicalKeyboardKey_4294970653, FavoriteStore0: B.LogicalKeyboardKey_4294970654, FavoriteStore1: B.LogicalKeyboardKey_4294970655, FavoriteStore2: B.LogicalKeyboardKey_4294970656, FavoriteStore3: B.LogicalKeyboardKey_4294970657, FinalMode: B.LogicalKeyboardKey_4294969094, Find: B.LogicalKeyboardKey_4294968583, Fn: B.LogicalKeyboardKey_4294967558, FnLock: B.LogicalKeyboardKey_4294967559, GoBack: B.LogicalKeyboardKey_4294971397, GoHome: B.LogicalKeyboardKey_4294971398, GroupFirst: B.LogicalKeyboardKey_4294969095, GroupLast: B.LogicalKeyboardKey_4294969096, GroupNext: B.LogicalKeyboardKey_4294969097, GroupPrevious: B.LogicalKeyboardKey_4294969098, Guide: B.LogicalKeyboardKey_4294970658, GuideNextDay: B.LogicalKeyboardKey_4294970659, GuidePreviousDay: B.LogicalKeyboardKey_4294970660, HangulMode: B.LogicalKeyboardKey_4294969105, HanjaMode: B.LogicalKeyboardKey_4294969106, Hankaku: B.LogicalKeyboardKey_4294969109, HeadsetHook: B.LogicalKeyboardKey_4294971399, Help: B.LogicalKeyboardKey_4294968584, Hibernate: B.LogicalKeyboardKey_4294968841, Hiragana: B.LogicalKeyboardKey_4294969110, HiraganaKatakana: B.LogicalKeyboardKey_4294969111, Home: B.LogicalKeyboardKey_4294968070, Hyper: B.LogicalKeyboardKey_4294967560, Info: B.LogicalKeyboardKey_4294970661, Insert: B.LogicalKeyboardKey_4294968327, InstantReplay: B.LogicalKeyboardKey_4294970662, JunjaMode: B.LogicalKeyboardKey_4294969107, KanaMode: B.LogicalKeyboardKey_4294969112, KanjiMode: B.LogicalKeyboardKey_4294969113, Katakana: B.LogicalKeyboardKey_4294969114, Key11: B.LogicalKeyboardKey_4294971905, Key12: B.LogicalKeyboardKey_4294971906, LastNumberRedial: B.LogicalKeyboardKey_4294971400, LaunchApplication1: B.LogicalKeyboardKey_4294970118, LaunchApplication2: B.LogicalKeyboardKey_4294970113, LaunchAssistant: B.LogicalKeyboardKey_4294970126, LaunchCalendar: B.LogicalKeyboardKey_4294970114, LaunchContacts: B.LogicalKeyboardKey_4294970124, LaunchControlPanel: B.LogicalKeyboardKey_4294970127, LaunchMail: B.LogicalKeyboardKey_4294970115, LaunchMediaPlayer: B.LogicalKeyboardKey_4294970116, LaunchMusicPlayer: B.LogicalKeyboardKey_4294970117, LaunchPhone: B.LogicalKeyboardKey_4294970125, LaunchScreenSaver: B.LogicalKeyboardKey_4294970119, LaunchSpreadsheet: B.LogicalKeyboardKey_4294970120, LaunchWebBrowser: B.LogicalKeyboardKey_4294970121, LaunchWebCam: B.LogicalKeyboardKey_4294970122, LaunchWordProcessor: B.LogicalKeyboardKey_4294970123, Link: B.LogicalKeyboardKey_4294970663, ListProgram: B.LogicalKeyboardKey_4294970664, LiveContent: B.LogicalKeyboardKey_4294970665, Lock: B.LogicalKeyboardKey_4294970666, LogOff: B.LogicalKeyboardKey_4294968837, MailForward: B.LogicalKeyboardKey_4294969858, MailReply: B.LogicalKeyboardKey_4294969859, MailSend: B.LogicalKeyboardKey_4294969860, MannerMode: B.LogicalKeyboardKey_4294971402, MediaApps: B.LogicalKeyboardKey_4294970667, MediaAudioTrack: B.LogicalKeyboardKey_4294970704, MediaClose: B.LogicalKeyboardKey_4294970715, MediaFastForward: B.LogicalKeyboardKey_4294970668, MediaLast: B.LogicalKeyboardKey_4294970669, MediaPause: B.LogicalKeyboardKey_4294970670, MediaPlay: B.LogicalKeyboardKey_4294970671, MediaPlayPause: B.LogicalKeyboardKey_4294969861, MediaRecord: B.LogicalKeyboardKey_4294970672, MediaRewind: B.LogicalKeyboardKey_4294970673, MediaSkip: B.LogicalKeyboardKey_4294970674, MediaSkipBackward: B.LogicalKeyboardKey_4294970705, MediaSkipForward: B.LogicalKeyboardKey_4294970706, MediaStepBackward: B.LogicalKeyboardKey_4294970707, MediaStepForward: B.LogicalKeyboardKey_4294970708, MediaStop: B.LogicalKeyboardKey_4294969863, MediaTopMenu: B.LogicalKeyboardKey_4294970709, MediaTrackNext: B.LogicalKeyboardKey_4294969864, MediaTrackPrevious: B.LogicalKeyboardKey_4294969865, MicrophoneToggle: B.LogicalKeyboardKey_4294970886, MicrophoneVolumeDown: B.LogicalKeyboardKey_4294970887, MicrophoneVolumeMute: B.LogicalKeyboardKey_4294970889, MicrophoneVolumeUp: B.LogicalKeyboardKey_4294970888, ModeChange: B.LogicalKeyboardKey_4294969099, NavigateIn: B.LogicalKeyboardKey_4294970710, NavigateNext: B.LogicalKeyboardKey_4294970711, NavigateOut: B.LogicalKeyboardKey_4294970712, NavigatePrevious: B.LogicalKeyboardKey_4294970713, New: B.LogicalKeyboardKey_4294969866, NextCandidate: B.LogicalKeyboardKey_4294969100, NextFavoriteChannel: B.LogicalKeyboardKey_4294970675, NextUserProfile: B.LogicalKeyboardKey_4294970676, NonConvert: B.LogicalKeyboardKey_4294969101, Notification: B.LogicalKeyboardKey_4294971401, NumLock: B.LogicalKeyboardKey_4294967562, OnDemand: B.LogicalKeyboardKey_4294970677, Open: B.LogicalKeyboardKey_4294969867, PageDown: B.LogicalKeyboardKey_4294968071, PageUp: B.LogicalKeyboardKey_4294968072, Pairing: B.LogicalKeyboardKey_4294970714, Paste: B.LogicalKeyboardKey_4294968328, Pause: B.LogicalKeyboardKey_4294968585, PinPDown: B.LogicalKeyboardKey_4294970678, PinPMove: B.LogicalKeyboardKey_4294970679, PinPToggle: B.LogicalKeyboardKey_4294970680, PinPUp: B.LogicalKeyboardKey_4294970681, Play: B.LogicalKeyboardKey_4294968586, PlaySpeedDown: B.LogicalKeyboardKey_4294970682, PlaySpeedReset: B.LogicalKeyboardKey_4294970683, PlaySpeedUp: B.LogicalKeyboardKey_4294970684, Power: B.LogicalKeyboardKey_4294968838, PowerOff: B.LogicalKeyboardKey_4294968839, PreviousCandidate: B.LogicalKeyboardKey_4294969102, Print: B.LogicalKeyboardKey_4294969868, PrintScreen: B.LogicalKeyboardKey_4294968840, Process: B.LogicalKeyboardKey_4294969103, Props: B.LogicalKeyboardKey_4294968587, RandomToggle: B.LogicalKeyboardKey_4294970685, RcLowBattery: B.LogicalKeyboardKey_4294970686, RecordSpeedNext: B.LogicalKeyboardKey_4294970687, Redo: B.LogicalKeyboardKey_4294968329, RfBypass: B.LogicalKeyboardKey_4294970688, Romaji: B.LogicalKeyboardKey_4294969115, STBInput: B.LogicalKeyboardKey_4294970693, STBPower: B.LogicalKeyboardKey_4294970694, Save: B.LogicalKeyboardKey_4294969869, ScanChannelsToggle: B.LogicalKeyboardKey_4294970689, ScreenModeNext: B.LogicalKeyboardKey_4294970690, ScrollLock: B.LogicalKeyboardKey_4294967564, Select: B.LogicalKeyboardKey_4294968588, Settings: B.LogicalKeyboardKey_4294970691, ShiftLevel5: B.LogicalKeyboardKey_4294967569, SingleCandidate: B.LogicalKeyboardKey_4294969104, Soft1: B.LogicalKeyboardKey_4294969601, Soft2: B.LogicalKeyboardKey_4294969602, Soft3: B.LogicalKeyboardKey_4294969603, Soft4: B.LogicalKeyboardKey_4294969604, Soft5: B.LogicalKeyboardKey_4294969605, Soft6: B.LogicalKeyboardKey_4294969606, Soft7: B.LogicalKeyboardKey_4294969607, Soft8: B.LogicalKeyboardKey_4294969608, SpeechCorrectionList: B.LogicalKeyboardKey_4294971137, SpeechInputToggle: B.LogicalKeyboardKey_4294971138, SpellCheck: B.LogicalKeyboardKey_4294969870, SplitScreenToggle: B.LogicalKeyboardKey_4294970692, Standby: B.LogicalKeyboardKey_4294968842, Subtitle: B.LogicalKeyboardKey_4294970695, Super: B.LogicalKeyboardKey_4294967566, Symbol: B.LogicalKeyboardKey_4294967567, SymbolLock: B.LogicalKeyboardKey_4294967568, TV: B.LogicalKeyboardKey_4294970697, TV3DMode: B.LogicalKeyboardKey_4294971649, TVAntennaCable: B.LogicalKeyboardKey_4294971650, TVAudioDescription: B.LogicalKeyboardKey_4294971651, TVAudioDescriptionMixDown: B.LogicalKeyboardKey_4294971652, TVAudioDescriptionMixUp: B.LogicalKeyboardKey_4294971653, TVContentsMenu: B.LogicalKeyboardKey_4294971654, TVDataService: B.LogicalKeyboardKey_4294971655, TVInput: B.LogicalKeyboardKey_4294970698, TVInputComponent1: B.LogicalKeyboardKey_4294971656, TVInputComponent2: B.LogicalKeyboardKey_4294971657, TVInputComposite1: B.LogicalKeyboardKey_4294971658, TVInputComposite2: B.LogicalKeyboardKey_4294971659, TVInputHDMI1: B.LogicalKeyboardKey_4294971660, TVInputHDMI2: B.LogicalKeyboardKey_4294971661, TVInputHDMI3: B.LogicalKeyboardKey_4294971662, TVInputHDMI4: B.LogicalKeyboardKey_4294971663, TVInputVGA1: B.LogicalKeyboardKey_4294971664, TVMediaContext: B.LogicalKeyboardKey_4294971665, TVNetwork: B.LogicalKeyboardKey_4294971666, TVNumberEntry: B.LogicalKeyboardKey_4294971667, TVPower: B.LogicalKeyboardKey_4294970699, TVRadioService: B.LogicalKeyboardKey_4294971668, TVSatellite: B.LogicalKeyboardKey_4294971669, TVSatelliteBS: B.LogicalKeyboardKey_4294971670, TVSatelliteCS: B.LogicalKeyboardKey_4294971671, TVSatelliteToggle: B.LogicalKeyboardKey_4294971672, TVTerrestrialAnalog: B.LogicalKeyboardKey_4294971673, TVTerrestrialDigital: B.LogicalKeyboardKey_4294971674, TVTimer: B.LogicalKeyboardKey_4294971675, Tab: B.LogicalKeyboardKey_4294967305, Teletext: B.LogicalKeyboardKey_4294970696, Undo: B.LogicalKeyboardKey_4294968330, Unidentified: B.LogicalKeyboardKey_4294967297, VideoModeNext: B.LogicalKeyboardKey_4294970700, VoiceDial: B.LogicalKeyboardKey_4294971403, WakeUp: B.LogicalKeyboardKey_4294968843, Wink: B.LogicalKeyboardKey_4294970701, Zenkaku: B.LogicalKeyboardKey_4294969116, ZenkakuHankaku: B.LogicalKeyboardKey_4294969117, ZoomIn: B.LogicalKeyboardKey_4294968589, ZoomOut: B.LogicalKeyboardKey_4294968590, ZoomToggle: B.LogicalKeyboardKey_4294970702}, B.List_omH, A.findType("ConstantStringMap")); B.List_li_dt_dd = A._setArrayType(makeConstList(["li", "dt", "dd"]), type$.JSArray_legacy_String); B.List_li = A._setArrayType(makeConstList(["li"]), type$.JSArray_legacy_String); B.List_dt_dd = A._setArrayType(makeConstList(["dt", "dd"]), type$.JSArray_legacy_String); B.Map_q1wwi = new A.ConstantStringMap(3, {li: B.List_li, dt: B.List_dt_dd, dd: B.List_dt_dd}, B.List_li_dt_dd, A.findType("ConstantStringMap*>")); B.List_qBb = A._setArrayType(makeConstList(["1", "2", "3", "4"]), type$.JSArray_legacy_String); B.Map_qBa3g = new A.ConstantStringMap(4, {"1": "draft", "2": "sent", "3": "partial", "4": "applied"}, B.List_qBb, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.Map_soKdN = new A.ConstantStringMap(7, {sidebar_active_background_color: "#2F2E2E", sidebar_active_font_color: "#FFFFFF", sidebar_inactive_background_color: "#454544", sidebar_inactive_font_color: "#FFFFFF", invoice_header_background_color: "#777777", invoice_header_font_color: "#FFFFFF", table_alternate_row_background_color: "#F9F9F9"}, B.List_soA, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.List_tO30 = A._setArrayType(makeConstList(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]), type$.JSArray_legacy_String); - B.Map_tOd65 = new A.ConstantStringMap(12, {"1": "january", "2": "february", "3": "march", "4": "april", "5": "may", "6": "june", "7": "july", "8": "august", "9": "september", "10": "october", "11": "november", "12": "december"}, B.List_tO30, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.Map_tOn4d = new A.ConstantStringMap(12, {"1": "freq_daily", "2": "freq_weekly", "3": "freq_two_weeks", "4": "freq_four_weeks", "5": "freq_monthly", "6": "freq_two_months", "7": "freq_three_months", "8": "freq_four_months", "9": "freq_six_months", "10": "freq_annually", "11": "freq_two_years", "12": "freq_three_years"}, B.List_tO30, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.List_qlj = A._setArrayType(makeConstList(["Abort", "Again", "AltLeft", "AltRight", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "AudioVolumeDown", "AudioVolumeMute", "AudioVolumeUp", "Backquote", "Backslash", "Backspace", "BracketLeft", "BracketRight", "BrightnessDown", "BrightnessUp", "BrowserBack", "BrowserFavorites", "BrowserForward", "BrowserHome", "BrowserRefresh", "BrowserSearch", "BrowserStop", "CapsLock", "Comma", "ContextMenu", "ControlLeft", "ControlRight", "Convert", "Copy", "Cut", "Delete", "Digit0", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6", "Digit7", "Digit8", "Digit9", "DisplayToggleIntExt", "Eject", "End", "Enter", "Equal", "Escape", "Esc", "F1", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F2", "F20", "F21", "F22", "F23", "F24", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "Find", "Fn", "FnLock", "GameButton1", "GameButton10", "GameButton11", "GameButton12", "GameButton13", "GameButton14", "GameButton15", "GameButton16", "GameButton2", "GameButton3", "GameButton4", "GameButton5", "GameButton6", "GameButton7", "GameButton8", "GameButton9", "GameButtonA", "GameButtonB", "GameButtonC", "GameButtonLeft1", "GameButtonLeft2", "GameButtonMode", "GameButtonRight1", "GameButtonRight2", "GameButtonSelect", "GameButtonStart", "GameButtonThumbLeft", "GameButtonThumbRight", "GameButtonX", "GameButtonY", "GameButtonZ", "Help", "Home", "Hyper", "Insert", "IntlBackslash", "IntlRo", "IntlYen", "KanaMode", "KeyA", "KeyB", "KeyC", "KeyD", "KeyE", "KeyF", "KeyG", "KeyH", "KeyI", "KeyJ", "KeyK", "KeyL", "KeyM", "KeyN", "KeyO", "KeyP", "KeyQ", "KeyR", "KeyS", "KeyT", "KeyU", "KeyV", "KeyW", "KeyX", "KeyY", "KeyZ", "KeyboardLayoutSelect", "Lang1", "Lang2", "Lang3", "Lang4", "Lang5", "LaunchApp1", "LaunchApp2", "LaunchAssistant", "LaunchControlPanel", "LaunchMail", "LaunchScreenSaver", "MailForward", "MailReply", "MailSend", "MediaFastForward", "MediaPause", "MediaPlay", "MediaPlayPause", "MediaRecord", "MediaRewind", "MediaSelect", "MediaStop", "MediaTrackNext", "MediaTrackPrevious", "MetaLeft", "MetaRight", "MicrophoneMuteToggle", "Minus", "NonConvert", "NumLock", "Numpad0", "Numpad1", "Numpad2", "Numpad3", "Numpad4", "Numpad5", "Numpad6", "Numpad7", "Numpad8", "Numpad9", "NumpadAdd", "NumpadBackspace", "NumpadClear", "NumpadClearEntry", "NumpadComma", "NumpadDecimal", "NumpadDivide", "NumpadEnter", "NumpadEqual", "NumpadMemoryAdd", "NumpadMemoryClear", "NumpadMemoryRecall", "NumpadMemoryStore", "NumpadMemorySubtract", "NumpadMultiply", "NumpadParenLeft", "NumpadParenRight", "NumpadSubtract", "Open", "PageDown", "PageUp", "Paste", "Pause", "Period", "Power", "PrintScreen", "PrivacyScreenToggle", "Props", "Quote", "Resume", "ScrollLock", "Select", "SelectTask", "Semicolon", "ShiftLeft", "ShiftRight", "ShowAllWindows", "Slash", "Sleep", "Space", "Super", "Suspend", "Tab", "Turbo", "Undo", "WakeUp", "ZoomToggle"]), type$.JSArray_legacy_String); + B.Map_qluno = new A.ConstantStringMap(231, {Abort: B.PhysicalKeyboardKey_458907, Again: B.PhysicalKeyboardKey_458873, AltLeft: B.PhysicalKeyboardKey_458978, AltRight: B.PhysicalKeyboardKey_458982, ArrowDown: B.PhysicalKeyboardKey_458833, ArrowLeft: B.PhysicalKeyboardKey_458832, ArrowRight: B.PhysicalKeyboardKey_458831, ArrowUp: B.PhysicalKeyboardKey_458834, AudioVolumeDown: B.PhysicalKeyboardKey_458881, AudioVolumeMute: B.PhysicalKeyboardKey_458879, AudioVolumeUp: B.PhysicalKeyboardKey_458880, Backquote: B.PhysicalKeyboardKey_458805, Backslash: B.PhysicalKeyboardKey_458801, Backspace: B.PhysicalKeyboardKey_458794, BracketLeft: B.PhysicalKeyboardKey_458799, BracketRight: B.PhysicalKeyboardKey_458800, BrightnessDown: B.PhysicalKeyboardKey_786544, BrightnessUp: B.PhysicalKeyboardKey_786543, BrowserBack: B.PhysicalKeyboardKey_786980, BrowserFavorites: B.PhysicalKeyboardKey_786986, BrowserForward: B.PhysicalKeyboardKey_786981, BrowserHome: B.PhysicalKeyboardKey_786979, BrowserRefresh: B.PhysicalKeyboardKey_786983, BrowserSearch: B.PhysicalKeyboardKey_786977, BrowserStop: B.PhysicalKeyboardKey_786982, CapsLock: B.PhysicalKeyboardKey_458809, Comma: B.PhysicalKeyboardKey_458806, ContextMenu: B.PhysicalKeyboardKey_458853, ControlLeft: B.PhysicalKeyboardKey_458976, ControlRight: B.PhysicalKeyboardKey_458980, Convert: B.PhysicalKeyboardKey_458890, Copy: B.PhysicalKeyboardKey_458876, Cut: B.PhysicalKeyboardKey_458875, Delete: B.PhysicalKeyboardKey_458828, Digit0: B.PhysicalKeyboardKey_458791, Digit1: B.PhysicalKeyboardKey_458782, Digit2: B.PhysicalKeyboardKey_458783, Digit3: B.PhysicalKeyboardKey_458784, Digit4: B.PhysicalKeyboardKey_458785, Digit5: B.PhysicalKeyboardKey_458786, Digit6: B.PhysicalKeyboardKey_458787, Digit7: B.PhysicalKeyboardKey_458788, Digit8: B.PhysicalKeyboardKey_458789, Digit9: B.PhysicalKeyboardKey_458790, DisplayToggleIntExt: B.PhysicalKeyboardKey_65717, Eject: B.PhysicalKeyboardKey_786616, End: B.PhysicalKeyboardKey_458829, Enter: B.PhysicalKeyboardKey_458792, Equal: B.PhysicalKeyboardKey_458798, Escape: B.PhysicalKeyboardKey_458793, Esc: B.PhysicalKeyboardKey_458793, F1: B.PhysicalKeyboardKey_458810, F10: B.PhysicalKeyboardKey_458819, F11: B.PhysicalKeyboardKey_458820, F12: B.PhysicalKeyboardKey_458821, F13: B.PhysicalKeyboardKey_458856, F14: B.PhysicalKeyboardKey_458857, F15: B.PhysicalKeyboardKey_458858, F16: B.PhysicalKeyboardKey_458859, F17: B.PhysicalKeyboardKey_458860, F18: B.PhysicalKeyboardKey_458861, F19: B.PhysicalKeyboardKey_458862, F2: B.PhysicalKeyboardKey_458811, F20: B.PhysicalKeyboardKey_458863, F21: B.PhysicalKeyboardKey_458864, F22: B.PhysicalKeyboardKey_458865, F23: B.PhysicalKeyboardKey_458866, F24: B.PhysicalKeyboardKey_458867, F3: B.PhysicalKeyboardKey_458812, F4: B.PhysicalKeyboardKey_458813, F5: B.PhysicalKeyboardKey_458814, F6: B.PhysicalKeyboardKey_458815, F7: B.PhysicalKeyboardKey_458816, F8: B.PhysicalKeyboardKey_458817, F9: B.PhysicalKeyboardKey_458818, Find: B.PhysicalKeyboardKey_458878, Fn: B.PhysicalKeyboardKey_18, FnLock: B.PhysicalKeyboardKey_19, GameButton1: B.PhysicalKeyboardKey_392961, GameButton10: B.PhysicalKeyboardKey_392970, GameButton11: B.PhysicalKeyboardKey_392971, GameButton12: B.PhysicalKeyboardKey_392972, GameButton13: B.PhysicalKeyboardKey_392973, GameButton14: B.PhysicalKeyboardKey_392974, GameButton15: B.PhysicalKeyboardKey_392975, GameButton16: B.PhysicalKeyboardKey_392976, GameButton2: B.PhysicalKeyboardKey_392962, GameButton3: B.PhysicalKeyboardKey_392963, GameButton4: B.PhysicalKeyboardKey_392964, GameButton5: B.PhysicalKeyboardKey_392965, GameButton6: B.PhysicalKeyboardKey_392966, GameButton7: B.PhysicalKeyboardKey_392967, GameButton8: B.PhysicalKeyboardKey_392968, GameButton9: B.PhysicalKeyboardKey_392969, GameButtonA: B.PhysicalKeyboardKey_392977, GameButtonB: B.PhysicalKeyboardKey_392978, GameButtonC: B.PhysicalKeyboardKey_392979, GameButtonLeft1: B.PhysicalKeyboardKey_392980, GameButtonLeft2: B.PhysicalKeyboardKey_392981, GameButtonMode: B.PhysicalKeyboardKey_392982, GameButtonRight1: B.PhysicalKeyboardKey_392983, GameButtonRight2: B.PhysicalKeyboardKey_392984, GameButtonSelect: B.PhysicalKeyboardKey_392985, GameButtonStart: B.PhysicalKeyboardKey_392986, GameButtonThumbLeft: B.PhysicalKeyboardKey_392987, GameButtonThumbRight: B.PhysicalKeyboardKey_392988, GameButtonX: B.PhysicalKeyboardKey_392989, GameButtonY: B.PhysicalKeyboardKey_392990, GameButtonZ: B.PhysicalKeyboardKey_392991, Help: B.PhysicalKeyboardKey_458869, Home: B.PhysicalKeyboardKey_458826, Hyper: B.PhysicalKeyboardKey_16, Insert: B.PhysicalKeyboardKey_458825, IntlBackslash: B.PhysicalKeyboardKey_458852, IntlRo: B.PhysicalKeyboardKey_458887, IntlYen: B.PhysicalKeyboardKey_458889, KanaMode: B.PhysicalKeyboardKey_458888, KeyA: B.PhysicalKeyboardKey_458756, KeyB: B.PhysicalKeyboardKey_458757, KeyC: B.PhysicalKeyboardKey_458758, KeyD: B.PhysicalKeyboardKey_458759, KeyE: B.PhysicalKeyboardKey_458760, KeyF: B.PhysicalKeyboardKey_458761, KeyG: B.PhysicalKeyboardKey_458762, KeyH: B.PhysicalKeyboardKey_458763, KeyI: B.PhysicalKeyboardKey_458764, KeyJ: B.PhysicalKeyboardKey_458765, KeyK: B.PhysicalKeyboardKey_458766, KeyL: B.PhysicalKeyboardKey_458767, KeyM: B.PhysicalKeyboardKey_458768, KeyN: B.PhysicalKeyboardKey_458769, KeyO: B.PhysicalKeyboardKey_458770, KeyP: B.PhysicalKeyboardKey_458771, KeyQ: B.PhysicalKeyboardKey_458772, KeyR: B.PhysicalKeyboardKey_458773, KeyS: B.PhysicalKeyboardKey_458774, KeyT: B.PhysicalKeyboardKey_458775, KeyU: B.PhysicalKeyboardKey_458776, KeyV: B.PhysicalKeyboardKey_458777, KeyW: B.PhysicalKeyboardKey_458778, KeyX: B.PhysicalKeyboardKey_458779, KeyY: B.PhysicalKeyboardKey_458780, KeyZ: B.PhysicalKeyboardKey_458781, KeyboardLayoutSelect: B.PhysicalKeyboardKey_787101, Lang1: B.PhysicalKeyboardKey_458896, Lang2: B.PhysicalKeyboardKey_458897, Lang3: B.PhysicalKeyboardKey_458898, Lang4: B.PhysicalKeyboardKey_458899, Lang5: B.PhysicalKeyboardKey_458900, LaunchApp1: B.PhysicalKeyboardKey_786836, LaunchApp2: B.PhysicalKeyboardKey_786834, LaunchAssistant: B.PhysicalKeyboardKey_786891, LaunchControlPanel: B.PhysicalKeyboardKey_786847, LaunchMail: B.PhysicalKeyboardKey_786826, LaunchScreenSaver: B.PhysicalKeyboardKey_786865, MailForward: B.PhysicalKeyboardKey_787083, MailReply: B.PhysicalKeyboardKey_787081, MailSend: B.PhysicalKeyboardKey_787084, MediaFastForward: B.PhysicalKeyboardKey_786611, MediaPause: B.PhysicalKeyboardKey_786609, MediaPlay: B.PhysicalKeyboardKey_786608, MediaPlayPause: B.PhysicalKeyboardKey_786637, MediaRecord: B.PhysicalKeyboardKey_786610, MediaRewind: B.PhysicalKeyboardKey_786612, MediaSelect: B.PhysicalKeyboardKey_786819, MediaStop: B.PhysicalKeyboardKey_786615, MediaTrackNext: B.PhysicalKeyboardKey_786613, MediaTrackPrevious: B.PhysicalKeyboardKey_786614, MetaLeft: B.PhysicalKeyboardKey_458979, MetaRight: B.PhysicalKeyboardKey_458983, MicrophoneMuteToggle: B.PhysicalKeyboardKey_24, Minus: B.PhysicalKeyboardKey_458797, NonConvert: B.PhysicalKeyboardKey_458891, NumLock: B.PhysicalKeyboardKey_458835, Numpad0: B.PhysicalKeyboardKey_458850, Numpad1: B.PhysicalKeyboardKey_458841, Numpad2: B.PhysicalKeyboardKey_458842, Numpad3: B.PhysicalKeyboardKey_458843, Numpad4: B.PhysicalKeyboardKey_458844, Numpad5: B.PhysicalKeyboardKey_458845, Numpad6: B.PhysicalKeyboardKey_458846, Numpad7: B.PhysicalKeyboardKey_458847, Numpad8: B.PhysicalKeyboardKey_458848, Numpad9: B.PhysicalKeyboardKey_458849, NumpadAdd: B.PhysicalKeyboardKey_458839, NumpadBackspace: B.PhysicalKeyboardKey_458939, NumpadClear: B.PhysicalKeyboardKey_458968, NumpadClearEntry: B.PhysicalKeyboardKey_458969, NumpadComma: B.PhysicalKeyboardKey_458885, NumpadDecimal: B.PhysicalKeyboardKey_458851, NumpadDivide: B.PhysicalKeyboardKey_458836, NumpadEnter: B.PhysicalKeyboardKey_458840, NumpadEqual: B.PhysicalKeyboardKey_458855, NumpadMemoryAdd: B.PhysicalKeyboardKey_458963, NumpadMemoryClear: B.PhysicalKeyboardKey_458962, NumpadMemoryRecall: B.PhysicalKeyboardKey_458961, NumpadMemoryStore: B.PhysicalKeyboardKey_458960, NumpadMemorySubtract: B.PhysicalKeyboardKey_458964, NumpadMultiply: B.PhysicalKeyboardKey_458837, NumpadParenLeft: B.PhysicalKeyboardKey_458934, NumpadParenRight: B.PhysicalKeyboardKey_458935, NumpadSubtract: B.PhysicalKeyboardKey_458838, Open: B.PhysicalKeyboardKey_458868, PageDown: B.PhysicalKeyboardKey_458830, PageUp: B.PhysicalKeyboardKey_458827, Paste: B.PhysicalKeyboardKey_458877, Pause: B.PhysicalKeyboardKey_458824, Period: B.PhysicalKeyboardKey_458807, Power: B.PhysicalKeyboardKey_458854, PrintScreen: B.PhysicalKeyboardKey_458822, PrivacyScreenToggle: B.PhysicalKeyboardKey_23, Props: B.PhysicalKeyboardKey_458915, Quote: B.PhysicalKeyboardKey_458804, Resume: B.PhysicalKeyboardKey_21, ScrollLock: B.PhysicalKeyboardKey_458823, Select: B.PhysicalKeyboardKey_458871, SelectTask: B.PhysicalKeyboardKey_786850, Semicolon: B.PhysicalKeyboardKey_458803, ShiftLeft: B.PhysicalKeyboardKey_458977, ShiftRight: B.PhysicalKeyboardKey_458981, ShowAllWindows: B.PhysicalKeyboardKey_787103, Slash: B.PhysicalKeyboardKey_458808, Sleep: B.PhysicalKeyboardKey_65666, Space: B.PhysicalKeyboardKey_458796, Super: B.PhysicalKeyboardKey_17, Suspend: B.PhysicalKeyboardKey_20, Tab: B.PhysicalKeyboardKey_458795, Turbo: B.PhysicalKeyboardKey_22, Undo: B.PhysicalKeyboardKey_458874, WakeUp: B.PhysicalKeyboardKey_65667, ZoomToggle: B.PhysicalKeyboardKey_786994}, B.List_qlj, A.findType("ConstantStringMap")); + B.Map_soKdN = new A.ConstantStringMap(7, {sidebar_active_background_color: "#2F2E2E", sidebar_active_font_color: "#FFFFFF", sidebar_inactive_background_color: "#454544", sidebar_inactive_font_color: "#FFFFFF", invoice_header_background_color: "#777777", invoice_header_font_color: "#FFFFFF", table_alternate_row_background_color: "#F9F9F9"}, B.List_soA1, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.Map_tOd65 = new A.ConstantStringMap(12, {"1": "january", "2": "february", "3": "march", "4": "april", "5": "may", "6": "june", "7": "july", "8": "august", "9": "september", "10": "october", "11": "november", "12": "december"}, B.List_tO3, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.Map_tOn4d = new A.ConstantStringMap(12, {"1": "freq_daily", "2": "freq_weekly", "3": "freq_two_weeks", "4": "freq_four_weeks", "5": "freq_monthly", "6": "freq_two_months", "7": "freq_three_months", "8": "freq_four_months", "9": "freq_six_months", "10": "freq_annually", "11": "freq_two_years", "12": "freq_three_years"}, B.List_tO3, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.List_wEo4 = A._setArrayType(makeConstList(["437", "850", "852", "855", "857", "860", "861", "862", "863", "865", "866", "869", "ansix341968", "ansix341986", "arabic", "ascii", "asmo708", "big5", "big5hkscs", "chinese", "cp037", "cp1026", "cp154", "cp367", "cp424", "cp437", "cp500", "cp775", "cp819", "cp850", "cp852", "cp855", "cp857", "cp860", "cp861", "cp862", "cp863", "cp864", "cp865", "cp866", "cp869", "cp936", "cpgr", "cpis", "csascii", "csbig5", "cseuckr", "cseucpkdfmtjapanese", "csgb2312", "cshproman8", "csibm037", "csibm1026", "csibm424", "csibm500", "csibm855", "csibm857", "csibm860", "csibm861", "csibm863", "csibm864", "csibm865", "csibm866", "csibm869", "csiso2022jp", "csiso2022jp2", "csiso2022kr", "csiso58gb231280", "csisolatin1", "csisolatin2", "csisolatin3", "csisolatin4", "csisolatin5", "csisolatin6", "csisolatinarabic", "csisolatincyrillic", "csisolatingreek", "csisolatinhebrew", "cskoi8r", "csksc56011987", "cspc775baltic", "cspc850multilingual", "cspc862latinhebrew", "cspc8codepage437", "cspcp852", "csptcp154", "csshiftjis", "csunicode11utf7", "cyrillic", "cyrillicasian", "ebcdiccpbe", "ebcdiccpca", "ebcdiccpch", "ebcdiccphe", "ebcdiccpnl", "ebcdiccpus", "ebcdiccpwt", "ecma114", "ecma118", "elot928", "eucjp", "euckr", "extendedunixcodepackedformatforjapanese", "gb18030", "gb2312", "gb231280", "gbk", "greek", "greek8", "hebrew", "hproman8", "hzgb2312", "ibm037", "ibm1026", "ibm367", "ibm424", "ibm437", "ibm500", "ibm775", "ibm819", "ibm850", "ibm852", "ibm855", "ibm857", "ibm860", "ibm861", "ibm862", "ibm863", "ibm864", "ibm865", "ibm866", "ibm869", "iso2022jp", "iso2022jp2", "iso2022kr", "iso646irv1991", "iso646us", "iso88591", "iso885910", "iso8859101992", "iso885911987", "iso885913", "iso885914", "iso8859141998", "iso885915", "iso885916", "iso8859162001", "iso88592", "iso885921987", "iso88593", "iso885931988", "iso88594", "iso885941988", "iso88595", "iso885951988", "iso88596", "iso885961987", "iso88597", "iso885971987", "iso88598", "iso885981988", "iso88599", "iso885991989", "isoceltic", "isoir100", "isoir101", "isoir109", "isoir110", "isoir126", "isoir127", "isoir138", "isoir144", "isoir148", "isoir149", "isoir157", "isoir199", "isoir226", "isoir58", "isoir6", "koi8r", "koi8u", "korean", "ksc5601", "ksc56011987", "ksc56011989", "l1", "l10", "l2", "l3", "l4", "l5", "l6", "l8", "latin1", "latin10", "latin2", "latin3", "latin4", "latin5", "latin6", "latin8", "latin9", "ms936", "mskanji", "pt154", "ptcp154", "r8", "roman8", "shiftjis", "tis620", "unicode11utf7", "us", "usascii", "utf16", "utf16be", "utf16le", "utf8", "windows1250", "windows1251", "windows1252", "windows1253", "windows1254", "windows1255", "windows1256", "windows1257", "windows1258", "windows936", "x-x-big5"]), type$.JSArray_legacy_String); B.Map_wEdnB = new A.ConstantStringMap(227, {"437": "cp437", "850": "cp850", "852": "cp852", "855": "cp855", "857": "cp857", "860": "cp860", "861": "cp861", "862": "cp862", "863": "cp863", "865": "cp865", "866": "cp866", "869": "cp869", ansix341968: "ascii", ansix341986: "ascii", arabic: "iso8859-6", ascii: "ascii", asmo708: "iso8859-6", big5: "big5", big5hkscs: "big5hkscs", chinese: "gbk", cp037: "cp037", cp1026: "cp1026", cp154: "ptcp154", cp367: "ascii", cp424: "cp424", cp437: "cp437", cp500: "cp500", cp775: "cp775", cp819: "windows-1252", cp850: "cp850", cp852: "cp852", cp855: "cp855", cp857: "cp857", cp860: "cp860", cp861: "cp861", cp862: "cp862", cp863: "cp863", cp864: "cp864", cp865: "cp865", cp866: "cp866", cp869: "cp869", cp936: "gbk", cpgr: "cp869", cpis: "cp861", csascii: "ascii", csbig5: "big5", cseuckr: "cp949", cseucpkdfmtjapanese: "euc_jp", csgb2312: "gbk", cshproman8: "hp-roman8", csibm037: "cp037", csibm1026: "cp1026", csibm424: "cp424", csibm500: "cp500", csibm855: "cp855", csibm857: "cp857", csibm860: "cp860", csibm861: "cp861", csibm863: "cp863", csibm864: "cp864", csibm865: "cp865", csibm866: "cp866", csibm869: "cp869", csiso2022jp: "iso2022_jp", csiso2022jp2: "iso2022_jp_2", csiso2022kr: "iso2022_kr", csiso58gb231280: "gbk", csisolatin1: "windows-1252", csisolatin2: "iso8859-2", csisolatin3: "iso8859-3", csisolatin4: "iso8859-4", csisolatin5: "windows-1254", csisolatin6: "iso8859-10", csisolatinarabic: "iso8859-6", csisolatincyrillic: "iso8859-5", csisolatingreek: "iso8859-7", csisolatinhebrew: "iso8859-8", cskoi8r: "koi8-r", csksc56011987: "cp949", cspc775baltic: "cp775", cspc850multilingual: "cp850", cspc862latinhebrew: "cp862", cspc8codepage437: "cp437", cspcp852: "cp852", csptcp154: "ptcp154", csshiftjis: "shift_jis", csunicode11utf7: "utf-7", cyrillic: "iso8859-5", cyrillicasian: "ptcp154", ebcdiccpbe: "cp500", ebcdiccpca: "cp037", ebcdiccpch: "cp500", ebcdiccphe: "cp424", ebcdiccpnl: "cp037", ebcdiccpus: "cp037", ebcdiccpwt: "cp037", ecma114: "iso8859-6", ecma118: "iso8859-7", elot928: "iso8859-7", eucjp: "euc_jp", euckr: "cp949", extendedunixcodepackedformatforjapanese: "euc_jp", gb18030: "gb18030", gb2312: "gbk", gb231280: "gbk", gbk: "gbk", greek: "iso8859-7", greek8: "iso8859-7", hebrew: "iso8859-8", hproman8: "hp-roman8", hzgb2312: "hz", ibm037: "cp037", ibm1026: "cp1026", ibm367: "ascii", ibm424: "cp424", ibm437: "cp437", ibm500: "cp500", ibm775: "cp775", ibm819: "windows-1252", ibm850: "cp850", ibm852: "cp852", ibm855: "cp855", ibm857: "cp857", ibm860: "cp860", ibm861: "cp861", ibm862: "cp862", ibm863: "cp863", ibm864: "cp864", ibm865: "cp865", ibm866: "cp866", ibm869: "cp869", iso2022jp: "iso2022_jp", iso2022jp2: "iso2022_jp_2", iso2022kr: "iso2022_kr", iso646irv1991: "ascii", iso646us: "ascii", iso88591: "windows-1252", iso885910: "iso8859-10", iso8859101992: "iso8859-10", iso885911987: "windows-1252", iso885913: "iso8859-13", iso885914: "iso8859-14", iso8859141998: "iso8859-14", iso885915: "iso8859-15", iso885916: "iso8859-16", iso8859162001: "iso8859-16", iso88592: "iso8859-2", iso885921987: "iso8859-2", iso88593: "iso8859-3", iso885931988: "iso8859-3", iso88594: "iso8859-4", iso885941988: "iso8859-4", iso88595: "iso8859-5", iso885951988: "iso8859-5", iso88596: "iso8859-6", iso885961987: "iso8859-6", iso88597: "iso8859-7", iso885971987: "iso8859-7", iso88598: "iso8859-8", iso885981988: "iso8859-8", iso88599: "windows-1254", iso885991989: "windows-1254", isoceltic: "iso8859-14", isoir100: "windows-1252", isoir101: "iso8859-2", isoir109: "iso8859-3", isoir110: "iso8859-4", isoir126: "iso8859-7", isoir127: "iso8859-6", isoir138: "iso8859-8", isoir144: "iso8859-5", isoir148: "windows-1254", isoir149: "cp949", isoir157: "iso8859-10", isoir199: "iso8859-14", isoir226: "iso8859-16", isoir58: "gbk", isoir6: "ascii", koi8r: "koi8-r", koi8u: "koi8-u", korean: "cp949", ksc5601: "cp949", ksc56011987: "cp949", ksc56011989: "cp949", l1: "windows-1252", l10: "iso8859-16", l2: "iso8859-2", l3: "iso8859-3", l4: "iso8859-4", l5: "windows-1254", l6: "iso8859-10", l8: "iso8859-14", latin1: "windows-1252", latin10: "iso8859-16", latin2: "iso8859-2", latin3: "iso8859-3", latin4: "iso8859-4", latin5: "windows-1254", latin6: "iso8859-10", latin8: "iso8859-14", latin9: "iso8859-15", ms936: "gbk", mskanji: "shift_jis", pt154: "ptcp154", ptcp154: "ptcp154", r8: "hp-roman8", roman8: "hp-roman8", shiftjis: "shift_jis", tis620: "cp874", unicode11utf7: "utf-7", us: "ascii", usascii: "ascii", utf16: "utf-16", utf16be: "utf-16-be", utf16le: "utf-16-le", utf8: "utf-8", windows1250: "cp1250", windows1251: "cp1251", windows1252: "cp1252", windows1253: "cp1253", windows1254: "cp1254", windows1255: "cp1255", windows1256: "cp1256", windows1257: "cp1257", windows1258: "cp1258", windows936: "gbk", "x-x-big5": "big5"}, B.List_wEo4, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_yXAeS = new A.GeneralConstantMap([0, "FontWeight.w100", 1, "FontWeight.w200", 2, "FontWeight.w300", 3, "FontWeight.w400", 4, "FontWeight.w500", 5, "FontWeight.w600", 6, "FontWeight.w700", 7, "FontWeight.w800", 8, "FontWeight.w900"], type$.GeneralConstantMap_of_legacy_int_and_legacy_String); - B.SingleActivator_mmH = new A.SingleActivator(B.LogicalKeyboardKey_32, false, false, false, false); + B.SingleActivator_mmH5 = new A.SingleActivator(B.LogicalKeyboardKey_32, false, false, false, false); B.SingleActivator_soA = new A.SingleActivator(B.LogicalKeyboardKey_8589935117, false, false, false, false); B.SingleActivator_Qwp = new A.SingleActivator(B.LogicalKeyboardKey_4294967323, false, false, false, false); B.SingleActivator_gc60 = new A.SingleActivator(B.LogicalKeyboardKey_4294967305, false, false, false, false); B.SingleActivator_gc61 = new A.SingleActivator(B.LogicalKeyboardKey_4294967305, false, true, false, false); B.SingleActivator_4MF = new A.SingleActivator(B.LogicalKeyboardKey_4294968072, false, false, false, false); - B.SingleActivator_j8H33 = new A.SingleActivator(B.LogicalKeyboardKey_4294968071, false, false, false, false); + B.SingleActivator_j8H35 = new A.SingleActivator(B.LogicalKeyboardKey_4294968071, false, false, false, false); B.C_PrioritizedIntents = new A.PrioritizedIntents(); B.C_ButtonActivateIntent = new A.ButtonActivateIntent(); B.C_DismissIntent = new A.DismissIntent(); @@ -505586,7 +521066,7 @@ B.ScrollIntent_qNW = new A.ScrollIntent(B.AxisDirection_3, B.ScrollIncrementType_0); B.ScrollIntent_wij = new A.ScrollIntent(B.AxisDirection_1, B.ScrollIncrementType_0); B.ScrollIntent_qxw = new A.ScrollIntent(B.AxisDirection_0, B.ScrollIncrementType_1); - B.Map_zPybB = new A.GeneralConstantMap([B.SingleActivator_mmH, B.C_PrioritizedIntents, B.SingleActivator_gc6, B.C_ButtonActivateIntent, B.SingleActivator_soA, B.C_ButtonActivateIntent, B.SingleActivator_Qwp, B.C_DismissIntent, B.SingleActivator_gc60, B.C_NextFocusIntent, B.SingleActivator_gc61, B.C_PreviousFocusIntent, B.SingleActivator_j8H10, B.ScrollIntent_ssH, B.SingleActivator_j8H7, B.ScrollIntent_cKo, B.SingleActivator_j8H8, B.ScrollIntent_qNW, B.SingleActivator_j8H9, B.ScrollIntent_wij, B.SingleActivator_4MF, B.ScrollIntent_qxw, B.SingleActivator_j8H33, B.ScrollIntent_KrF], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + B.Map_zPybB = new A.GeneralConstantMap([B.SingleActivator_mmH5, B.C_PrioritizedIntents, B.SingleActivator_gc6, B.C_ButtonActivateIntent, B.SingleActivator_soA, B.C_ButtonActivateIntent, B.SingleActivator_Qwp, B.C_DismissIntent, B.SingleActivator_gc60, B.C_NextFocusIntent, B.SingleActivator_gc61, B.C_PreviousFocusIntent, B.SingleActivator_j8H9, B.ScrollIntent_ssH, B.SingleActivator_j8H10, B.ScrollIntent_cKo, B.SingleActivator_j8H7, B.ScrollIntent_qNW, B.SingleActivator_j8H8, B.ScrollIntent_wij, B.SingleActivator_4MF, B.ScrollIntent_qxw, B.SingleActivator_j8H35, B.ScrollIntent_KrF], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); B.MarginSpec_null_null_null_50 = new A.MarginSpec(null, null, null, 50); B.Color_4294937216 = new A.Color(4294937216); B.Color_4294922834 = new A.Color(4294922834); @@ -505611,6 +521091,10 @@ B.Map_HFpTk = new A.GeneralConstantMap([50, B.Color_4294638330, 100, B.Color_4294309365, 200, B.Color_4293848814, 300, B.Color_4292927712, 350, B.Color_4292269782, 400, B.Color_4290624957, 500, B.Color_4288585374, 600, B.Color_4285887861, 700, B.Color_4284572001, 800, B.Color_4282532418, 850, B.Color_4281348144, 900, B.Color_4280361249], type$.GeneralConstantMap_of_legacy_int_and_legacy_Color); B.MaterialColor_Map_HFpTk_4288585374 = new A.MaterialColor(B.Map_HFpTk, 4288585374); B.MaterialScrollBehavior_null = new A.MaterialScrollBehavior(null); + B.MaterialStatePropertyAll_0 = new A.MaterialStatePropertyAll(0, A.findType("MaterialStatePropertyAll")); + B.RoundedRectangleBorder_ifx1 = new A.RoundedRectangleBorder(B.BorderRadius_tLn, B.BorderSide_aLd); + B.MaterialStatePropertyAll_2LR = new A.MaterialStatePropertyAll(B.RoundedRectangleBorder_ifx1, A.findType("MaterialStatePropertyAll")); + B.MaterialStatePropertyAll_rXZ = new A.MaterialStatePropertyAll(B.EdgeInsets_0_0_0_0, A.findType("MaterialStatePropertyAll")); B.MaterialState_0 = new A.MaterialState(0, "hovered"); B.MaterialState_1 = new A.MaterialState(1, "focused"); B.MaterialState_2 = new A.MaterialState(2, "pressed"); @@ -505626,21 +521110,21 @@ B.MaxLengthEnforcement_2 = new A.MaxLengthEnforcement(2, "truncateAfterCompositionEnds"); B.MaxWidthStrategy_1 = new A.MaxWidthStrategy(1, "ellipsize"); B.MethodCall_popRoute_null = new A.MethodCall("popRoute", null); - B.MethodChannel_69t = new A.MethodChannel("screen_retriever", B.C_StandardMethodCodec, null); - B.MethodChannel_EYo = new A.MethodChannel("plugins.flutter.io/url_launcher", B.C_StandardMethodCodec, null); - B.MethodChannel_KDg = new A.MethodChannel("flutter.baseflow.com/permissions/methods", B.C_StandardMethodCodec, null); - B.MethodChannel_Kf8 = new A.MethodChannel("plugins.flutter.io/google_sign_in", B.C_StandardMethodCodec, null); - B.MethodChannel_NIe = new A.MethodChannel("flutter/service_worker", B.C_StandardMethodCodec, null); - B.MethodChannel_OTL = new A.MethodChannel("plugins.flutter.io/path_provider", B.C_StandardMethodCodec, null); - B.MethodChannel_U8c = new A.MethodChannel("plugins.hunghd.vn/image_cropper", B.C_StandardMethodCodec, null); - B.MethodChannel_YQ9 = new A.MethodChannel("plugins.flutter.io/shared_preferences", B.C_StandardMethodCodec, null); - B.MethodChannel_a1A = new A.MethodChannel("window_manager", B.C_StandardMethodCodec, null); - B.MethodChannel_axY = new A.MethodChannel("fman.smart_auth", B.C_StandardMethodCodec, null); - B.MethodChannel_eVZ = new A.MethodChannel("plugins.flutter.io/image_picker", B.C_StandardMethodCodec, null); - B.MethodChannel_fP4 = new A.MethodChannel("com.aboutyou.dart_packages.sign_in_with_apple", B.C_StandardMethodCodec, null); - B.MethodChannel_jZA = new A.MethodChannel("plugins.flutter.io/local_auth", B.C_StandardMethodCodec, null); - B.MethodChannel_mHe = new A.MethodChannel("net.nfet.printing", B.C_StandardMethodCodec, null); - B.MethodChannel_qdG = new A.MethodChannel("flutter/platform_views", B.C_StandardMethodCodec, null); + B.MethodChannel_69t = new A.MethodChannel("screen_retriever", B.C_StandardMethodCodec0, null); + B.MethodChannel_EYo = new A.MethodChannel("plugins.flutter.io/url_launcher", B.C_StandardMethodCodec0, null); + B.MethodChannel_KDg = new A.MethodChannel("flutter.baseflow.com/permissions/methods", B.C_StandardMethodCodec0, null); + B.MethodChannel_Kf8 = new A.MethodChannel("plugins.flutter.io/google_sign_in", B.C_StandardMethodCodec0, null); + B.MethodChannel_NIe = new A.MethodChannel("flutter/service_worker", B.C_StandardMethodCodec0, null); + B.MethodChannel_OTL = new A.MethodChannel("plugins.flutter.io/path_provider", B.C_StandardMethodCodec0, null); + B.MethodChannel_U8c = new A.MethodChannel("plugins.hunghd.vn/image_cropper", B.C_StandardMethodCodec0, null); + B.MethodChannel_YQ9 = new A.MethodChannel("plugins.flutter.io/shared_preferences", B.C_StandardMethodCodec0, null); + B.MethodChannel_a1A = new A.MethodChannel("window_manager", B.C_StandardMethodCodec0, null); + B.MethodChannel_axY = new A.MethodChannel("fman.smart_auth", B.C_StandardMethodCodec0, null); + B.MethodChannel_eVZ = new A.MethodChannel("plugins.flutter.io/image_picker", B.C_StandardMethodCodec0, null); + B.MethodChannel_fP4 = new A.MethodChannel("com.aboutyou.dart_packages.sign_in_with_apple", B.C_StandardMethodCodec0, null); + B.MethodChannel_jZA = new A.MethodChannel("plugins.flutter.io/local_auth", B.C_StandardMethodCodec0, null); + B.MethodChannel_mHe = new A.MethodChannel("net.nfet.printing", B.C_StandardMethodCodec0, null); + B.MethodChannel_qdG = new A.MethodChannel("flutter/platform_views", B.C_StandardMethodCodec0, null); B.ModuleLayout_list = new A.ModuleLayout("list"); B.ModuleLayout_table = new A.ModuleLayout("table"); B.MovementModifier_line = new A.MovementModifier("line"); @@ -505662,7 +521146,7 @@ B.NamedAttribution_listItem = new A.NamedAttribution("listItem"); B.NamedAttribution_paragraph = new A.NamedAttribution("paragraph"); B.NamedAttribution_underline = new A.NamedAttribution("underline"); - B.NavigationBarThemeData_j8H = new A.NavigationBarThemeData(null, null, null, null, null, null, null, null); + B.NavigationBarThemeData_UWS = new A.NavigationBarThemeData(null, null, null, null, null, null, null, null, null); B.NavigationMode_0 = new A.NavigationMode(0, "traditional"); B.NavigationRailThemeData_4G2 = new A.NavigationRailThemeData(null, null, null, null, null, null, null, null, null, null, null, null); B.NeverScrollableScrollPhysics_null = new A.NeverScrollableScrollPhysics(null); @@ -505681,6 +521165,7 @@ B.Offset_Oho = new A.Offset(-0.5, 0); B.Offset_Oho0 = new A.Offset(-0.3333333333333333, 0); B.Offset_W7v = new A.Offset(2.6999999999999997, 8.1); + B.Offset_YZQ = new A.Offset(1 / 0, 1 / 0); B.Offset_aNU = new A.Offset(3.6, 9); B.Offset_chs = new A.Offset(0, 0.25); B.Offset_gPO = new A.Offset(7.2, 12.6); @@ -505695,17 +521180,17 @@ B.OperatingSystem_4 = new A.OperatingSystem(4, "macOs"); B.OperatingSystem_5 = new A.OperatingSystem(5, "unknown"); B.OptionalMethodChannel_0 = new A.OptionalMethodChannel("flutter/platform", B.C_JSONMethodCodec0, null); - B.OptionalMethodChannel_4Up = new A.OptionalMethodChannel("flutter/mousecursor", B.C_StandardMethodCodec, null); - B.OptionalMethodChannel_AWk = new A.OptionalMethodChannel("flutter/menu", B.C_StandardMethodCodec, null); + B.OptionalMethodChannel_4Up = new A.OptionalMethodChannel("flutter/mousecursor", B.C_StandardMethodCodec0, null); + B.OptionalMethodChannel_AWk = new A.OptionalMethodChannel("flutter/menu", B.C_StandardMethodCodec0, null); B.OptionalMethodChannel_L9J = new A.OptionalMethodChannel("flutter/textinput", B.C_JSONMethodCodec0, null); B.OptionalMethodChannel_qNA = new A.OptionalMethodChannel("flutter/navigation", B.C_JSONMethodCodec0, null); - B.OptionalMethodChannel_wEo = new A.OptionalMethodChannel("flutter/restoration", B.C_StandardMethodCodec, null); + B.OptionalMethodChannel_wEo = new A.OptionalMethodChannel("flutter/restoration", B.C_StandardMethodCodec0, null); B.OrdinalSortKey_0_null = new A.OrdinalSortKey(0, null); B.OrdinalSortKey_1_null = new A.OrdinalSortKey(1, null); B.Orientation_0 = new A.Orientation(0, "portrait"); B.Orientation_1 = new A.Orientation(1, "landscape"); - B.BorderSide_27z0 = new A.BorderSide(B.Color_0, 1, B.BorderStyle_1); - B.OutlineInputBorder_Fb0 = new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_27z0); + B.BorderSide_hrQ0 = new A.BorderSide(B.Color_0, 1, B.BorderStyle_1, B.StrokeAlign_0); + B.OutlineInputBorder_2jN = new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_hrQ0); B.OutlinedButtonThemeData_null = new A.OutlinedButtonThemeData(null); B.OutsideJustification_0 = new A.OutsideJustification(0, "startDrawArea"); B.OutsideJustification_1 = new A.OutsideJustification(1, "start"); @@ -505771,6 +521256,7 @@ B.PointerDeviceKind_1 = new A.PointerDeviceKind(1, "mouse"); B.PointerDeviceKind_2 = new A.PointerDeviceKind(2, "stylus"); B.PointerDeviceKind_3 = new A.PointerDeviceKind(3, "invertedStylus"); + B.PointerDeviceKind_4 = new A.PointerDeviceKind(4, "trackpad"); B.PointerDeviceKind_5 = new A.PointerDeviceKind(5, "unknown"); B.PointerSignalKind_0 = new A.PointerSignalKind(0, "none"); B.PointerSignalKind_1 = new A.PointerSignalKind(1, "scroll"); @@ -505783,6 +521269,7 @@ B.PreferredLaunchMode_3 = new A.PreferredLaunchMode(3, "externalNonBrowserApplication"); B.PrintingInfo_XjJ = new A.PrintingInfo(false, false, false, false, false, false, false); B.Priority_100000 = new A.Priority(100000); + B.Priority_200000 = new A.Priority(200000); B.ProgressIndicatorThemeData_Z49 = new A.ProgressIndicatorThemeData(null, null, null, null, null); B.QrCodeElement_0 = new A.QrCodeElement(0, "finderPatternOuter"); B.QrCodeElement_1 = new A.QrCodeElement(1, "finderPatternInner"); @@ -505827,17 +521314,18 @@ B.Role_5 = new A.Role(5, "checkable"); B.Role_6 = new A.Role(6, "image"); B.Role_7 = new A.Role(7, "liveRegion"); - B.RoundedRectangleBorder_LkV1 = new A.RoundedRectangleBorder(B.BorderRadius_tLn, B.BorderSide_0CF); B.Radius_3_3 = new A.Radius(3, 3); B.BorderRadius_tLn4 = new A.BorderRadius(B.Radius_3_3, B.Radius_3_3, B.Radius_0_0, B.Radius_0_0); - B.RoundedRectangleBorder_LkV2 = new A.RoundedRectangleBorder(B.BorderRadius_tLn4, B.BorderSide_0CF); + B.RoundedRectangleBorder_ifx2 = new A.RoundedRectangleBorder(B.BorderRadius_tLn4, B.BorderSide_aLd); B.BorderRadius_tLn5 = new A.BorderRadius(B.Radius_1_1, B.Radius_1_1, B.Radius_1_1, B.Radius_1_1); - B.RoundedRectangleBorder_LkV3 = new A.RoundedRectangleBorder(B.BorderRadius_tLn5, B.BorderSide_0CF); - B.RoundedRectangleBorder_LkV = new A.RoundedRectangleBorder(B.BorderRadius_tLn2, B.BorderSide_0CF); - B.RoundedRectangleBorder_LkV0 = new A.RoundedRectangleBorder(B.BorderRadius_tLn0, B.BorderSide_0CF); + B.RoundedRectangleBorder_ifx3 = new A.RoundedRectangleBorder(B.BorderRadius_tLn5, B.BorderSide_aLd); + B.RoundedRectangleBorder_ifx = new A.RoundedRectangleBorder(B.BorderRadius_tLn2, B.BorderSide_aLd); + B.RoundedRectangleBorder_ifx0 = new A.RoundedRectangleBorder(B.BorderRadius_tLn0, B.BorderSide_aLd); B.Radius_24_24 = new A.Radius(24, 24); B.BorderRadius_tLn6 = new A.BorderRadius(B.Radius_24_24, B.Radius_24_24, B.Radius_24_24, B.Radius_24_24); - B.RoundedRectangleBorder_LkV4 = new A.RoundedRectangleBorder(B.BorderRadius_tLn6, B.BorderSide_0CF); + B.RoundedRectangleBorder_ifx4 = new A.RoundedRectangleBorder(B.BorderRadius_tLn6, B.BorderSide_aLd); + B.RouteInformationReportingType_0 = new A.RouteInformationReportingType(0, "none"); + B.RouteInformationReportingType_1 = new A.RouteInformationReportingType(1, "neglect"); B.RoutePopDisposition_0 = new A.RoutePopDisposition(0, "pop"); B.RoutePopDisposition_1 = new A.RoutePopDisposition(1, "doNotPop"); B.RoutePopDisposition_2 = new A.RoutePopDisposition(2, "bubble"); @@ -505860,6 +521348,8 @@ B.ScrollPositionAlignmentPolicy_0 = new A.ScrollPositionAlignmentPolicy(0, "explicit"); B.ScrollPositionAlignmentPolicy_1 = new A.ScrollPositionAlignmentPolicy(1, "keepVisibleAtEnd"); B.ScrollPositionAlignmentPolicy_2 = new A.ScrollPositionAlignmentPolicy(2, "keepVisibleAtStart"); + B.ScrollToDocumentBoundaryIntent_false = new A.ScrollToDocumentBoundaryIntent(false); + B.ScrollToDocumentBoundaryIntent_true = new A.ScrollToDocumentBoundaryIntent(true); B.ScrollViewKeyboardDismissBehavior_0 = new A.ScrollViewKeyboardDismissBehavior(0, "manual"); B.ScrollViewKeyboardDismissBehavior_1 = new A.ScrollViewKeyboardDismissBehavior(1, "onDrag"); B.ScrollbarOrientation_0 = new A.ScrollbarOrientation(0, "left"); @@ -505870,12 +521360,23 @@ B.SelectionChangedCause_1 = new A.SelectionChangedCause(1, "doubleTap"); B.SelectionChangedCause_2 = new A.SelectionChangedCause(2, "longPress"); B.SelectionChangedCause_3 = new A.SelectionChangedCause(3, "forcePress"); - B.SelectionChangedCause_4 = new A.SelectionChangedCause(4, "keyboard"); B.SelectionChangedCause_5 = new A.SelectionChangedCause(5, "toolbar"); B.SelectionChangedCause_6 = new A.SelectionChangedCause(6, "drag"); B.SelectionChangedCause_7 = new A.SelectionChangedCause(7, "scribble"); + B.SelectionEventType_0 = new A.SelectionEventType(0, "startEdgeUpdate"); + B.SelectionEventType_1 = new A.SelectionEventType(1, "endEdgeUpdate"); + B.SelectionStatus_2 = new A.SelectionStatus(2, "none"); + B.SelectionGeometry_wEo0 = new A.SelectionGeometry(null, null, B.SelectionStatus_2, false); + B.SelectionGeometry_wEo = new A.SelectionGeometry(null, null, B.SelectionStatus_2, true); B.SelectionMode_0 = new A.SelectionMode(0, "expandToDomain"); B.SelectionModelType_0 = new A.SelectionModelType(0, "info"); + B.SelectionResult_0 = new A.SelectionResult(0, "next"); + B.SelectionResult_1 = new A.SelectionResult(1, "previous"); + B.SelectionResult_2 = new A.SelectionResult(2, "end"); + B.SelectionResult_3 = new A.SelectionResult(3, "pending"); + B.SelectionResult_4 = new A.SelectionResult(4, "none"); + B.SelectionStatus_0 = new A.SelectionStatus(0, "uncollapsed"); + B.SelectionStatus_1 = new A.SelectionStatus(1, "collapsed"); B.SelectionTrigger_1 = new A.SelectionTrigger(1, "tap"); B.SelectionTrigger_4 = new A.SelectionTrigger(4, "longPressHold"); B.SelectionType_00 = new A.SelectionType(0, "position"); @@ -505941,40 +521442,37 @@ B.Set_4e8j2 = new A._UnmodifiableSet(B.Map_4eGok, type$._UnmodifiableSet_legacy_String); B.Map_69gc6 = new A.GeneralConstantMap([B.OperatingSystem_4, null, B.OperatingSystem_2, null, B.OperatingSystem_3, null], A.findType("GeneralConstantMap")); B.Set_69tl2 = new A._UnmodifiableSet(B.Map_69gc6, A.findType("_UnmodifiableSet")); - B.List_UOW0 = A._setArrayType(makeConstList(["Dead", "Shift", "Alt", "Escape", "CapsLock", "PageUp", "PageDown", "Home", "End", "Control", "Meta", "Enter", "Backspace", "Delete", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "Num Lock", "Scroll Lock", "Insert", "Paste", "Print Screen", "Power"]), type$.JSArray_legacy_String); - B.Map_UOf1j = new A.ConstantStringMap(32, {Dead: null, Shift: null, Alt: null, Escape: null, CapsLock: null, PageUp: null, PageDown: null, Home: null, End: null, Control: null, Meta: null, Enter: null, Backspace: null, Delete: null, F1: null, F2: null, F3: null, F4: null, F5: null, F6: null, F7: null, F8: null, F9: null, F10: null, F11: null, F12: null, "Num Lock": null, "Scroll Lock": null, Insert: null, Paste: null, "Print Screen": null, Power: null}, B.List_UOW0, type$.ConstantStringMap_of_legacy_String_and_Null); - B.Set_UOWB = new A._UnmodifiableSet(B.Map_UOf1j, type$._UnmodifiableSet_legacy_String); - B.Map_WLsxt = new A.GeneralConstantMap([B.MaterialState_0, null], type$.GeneralConstantMap_of_legacy_MaterialState_and_Null); - B.Set_WLNEa = new A._UnmodifiableSet(B.Map_WLsxt, type$._UnmodifiableSet_legacy_MaterialState); - B.Map_YGDwI = new A.GeneralConstantMap([B.MaterialState_1, null], type$.GeneralConstantMap_of_legacy_MaterialState_and_Null); - B.Set_YGDIm = new A._UnmodifiableSet(B.Map_YGDwI, type$._UnmodifiableSet_legacy_MaterialState); B.List_Yab = A._setArrayType(makeConstList(["click", "keyup", "keydown", "mouseup", "mousedown", "pointerdown", "pointerup"]), type$.JSArray_legacy_String); B.Map_Yae5Z = new A.ConstantStringMap(7, {click: null, keyup: null, keydown: null, mouseup: null, mousedown: null, pointerdown: null, pointerup: null}, B.List_Yab, type$.ConstantStringMap_of_legacy_String_and_Null); B.Set_Yabt3 = new A._UnmodifiableSet(B.Map_Yae5Z, type$._UnmodifiableSet_legacy_String); - B.Map_cMbv8 = new A.GeneralConstantMap([B.MaterialState_2, null], type$.GeneralConstantMap_of_legacy_MaterialState_and_Null); - B.Set_cMbP4 = new A._UnmodifiableSet(B.Map_cMbv8, type$._UnmodifiableSet_legacy_MaterialState); - B.Map_e2MUw = new A.GeneralConstantMap([B.TargetPlatform_0, null, B.TargetPlatform_2, null, B.TargetPlatform_1, null], A.findType("GeneralConstantMap")); - B.Set_e2qq2 = new A._UnmodifiableSet(B.Map_e2MUw, A.findType("_UnmodifiableSet")); - B.List_empty35 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty9 = new A.ConstantStringMap(0, {}, B.List_empty35, A.findType("ConstantStringMap")); - B.Set_empty1 = new A._UnmodifiableSet(B.Map_empty9, A.findType("_UnmodifiableSet")); - B.List_empty36 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.Map_empty10 = new A.ConstantStringMap(0, {}, B.List_empty36, A.findType("ConstantStringMap*,Null>")); + B.Map_chjrB = new A.GeneralConstantMap([B.PointerDeviceKind_0, null, B.PointerDeviceKind_2, null, B.PointerDeviceKind_3, null, B.PointerDeviceKind_4, null, B.PointerDeviceKind_5, null], A.findType("GeneralConstantMap")); + B.Set_chs59 = new A._UnmodifiableSet(B.Map_chjrB, A.findType("_UnmodifiableSet")); + B.Map_e2MUw = new A.GeneralConstantMap([B.TargetPlatform_0, null, B.TargetPlatform_2, null, B.TargetPlatform_1, null], type$.GeneralConstantMap_of_legacy_TargetPlatform_and_Null); + B.Set_e2qq2 = new A._UnmodifiableSet(B.Map_e2MUw, type$._UnmodifiableSet_legacy_TargetPlatform); + B.List_empty36 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty9 = new A.ConstantStringMap(0, {}, B.List_empty36, A.findType("ConstantStringMap")); + B.Set_empty2 = new A._UnmodifiableSet(B.Map_empty9, A.findType("_UnmodifiableSet")); + B.List_empty37 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); + B.Map_empty10 = new A.ConstantStringMap(0, {}, B.List_empty37, A.findType("ConstantStringMap*,Null>")); B.Set_empty = new A._UnmodifiableSet(B.Map_empty10, A.findType("_UnmodifiableSet*>")); - B.List_empty37 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty11 = new A.ConstantStringMap(0, {}, B.List_empty37, A.findType("ConstantStringMap")); - B.Set_empty0 = new A._UnmodifiableSet(B.Map_empty11, type$._UnmodifiableSet_legacy_MaterialState); - B.Map_icAxS = new A.GeneralConstantMap([B.PointerDeviceKind_0, null, B.PointerDeviceKind_2, null, B.PointerDeviceKind_3, null, B.PointerDeviceKind_5, null], A.findType("GeneralConstantMap")); - B.Set_icQTf = new A._UnmodifiableSet(B.Map_icAxS, A.findType("_UnmodifiableSet")); + B.List_empty38 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty11 = new A.ConstantStringMap(0, {}, B.List_empty38, A.findType("ConstantStringMap")); + B.Set_empty1 = new A._UnmodifiableSet(B.Map_empty11, A.findType("_UnmodifiableSet")); + B.List_empty39 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TargetPlatform); + B.Map_empty12 = new A.ConstantStringMap(0, {}, B.List_empty39, A.findType("ConstantStringMap")); + B.Set_empty0 = new A._UnmodifiableSet(B.Map_empty12, type$._UnmodifiableSet_legacy_TargetPlatform); + B.Map_kayq1 = new A.GeneralConstantMap([B.TargetPlatform_0, null, B.TargetPlatform_1, null], type$.GeneralConstantMap_of_legacy_TargetPlatform_and_Null); + B.Set_kajDp = new A._UnmodifiableSet(B.Map_kayq1, type$._UnmodifiableSet_legacy_TargetPlatform); B.List_wIv0 = A._setArrayType(makeConstList(["serif", "sans-serif", "monospace", "cursive", "fantasy", "system-ui", "math", "emoji", "fangsong"]), type$.JSArray_legacy_String); B.Map_wImu2 = new A.ConstantStringMap(9, {serif: null, "sans-serif": null, monospace: null, cursive: null, fantasy: null, "system-ui": null, math: null, emoji: null, fangsong: null}, B.List_wIv0, type$.ConstantStringMap_of_legacy_String_and_Null); B.Set_wIvsi = new A._UnmodifiableSet(B.Map_wImu2, type$._UnmodifiableSet_legacy_String); B.List_wij = A._setArrayType(makeConstList(["after", "before", "first-letter", "first-line"]), type$.JSArray_legacy_String); B.Map_wiGbr = new A.ConstantStringMap(4, {after: null, before: null, "first-letter": null, "first-line": null}, B.List_wij, type$.ConstantStringMap_of_legacy_String_and_Null); B.Set_wijBi = new A._UnmodifiableSet(B.Map_wiGbr, type$._UnmodifiableSet_legacy_String); + B.ShapeBorderClipper_CGl = new A.ShapeBorderClipper(B.RoundedRectangleBorder_ifx1, null, null); B.OuterBoxShadow_kUP0 = new A.OuterBoxShadow(0, B.BlurStyle_0, B.Color_855638016, B.Offset_0_0, 4); B.List_tcr0 = A._setArrayType(makeConstList([B.OuterBoxShadow_kUP0]), type$.JSArray_legacy_BoxShadow); - B.ShapeDecoration_6Vn = new A.ShapeDecoration(null, null, null, B.List_tcr0, B.RoundedRectangleBorder_LkV4); + B.ShapeDecoration_wD5 = new A.ShapeDecoration(null, null, null, B.List_tcr0, B.RoundedRectangleBorder_ifx4); B.SignInOption_0 = new A.SignInOption(0, "standard"); B.SignInWithAppleAuthorizationException_BKW = new A.SignInWithAppleAuthorizationException(B.AuthorizationErrorCode_2, "parseAuthorizationCredentialAppleIDFromDeeplink: No `code` query parameter set)"); B.SignInWithAppleAuthorizationException_PGb = new A.SignInWithAppleAuthorizationException(B.AuthorizationErrorCode_0, "User canceled authorization"); @@ -505982,44 +521480,56 @@ B.SignInWithAppleAuthorizationException_gsm = new A.SignInWithAppleAuthorizationException(B.AuthorizationErrorCode_2, "parseAuthorizationCredentialAppleID: `authorizationCode` field was `null`"); B.SignInWithAppleButtonStyle_0 = new A.SignInWithAppleButtonStyle(0, "black"); B.SignInWithAppleNotSupportedException_OdV = new A.SignInWithAppleNotSupportedException("The current platform is not supported"); - B.SingleActivator_j8H15 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, false, false, false, false); - B.SingleActivator_j8H16 = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, false, false, false, false); - B.SingleActivator_j8H25 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, false, false); - B.SingleActivator_j8H26 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, false, false); - B.SingleActivator_j8H27 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, false, false); - B.SingleActivator_j8H28 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, false, false); - B.SingleActivator_j8H29 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, false, true, false, false); - B.SingleActivator_j8H30 = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, false, true, false, false); - B.SingleActivator_j8H17 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, false, true); - B.SingleActivator_j8H18 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, false, true); - B.SingleActivator_j8H19 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, false, true); - B.SingleActivator_j8H20 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, false, true); - B.SingleActivator_j8H21 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, false, true); - B.SingleActivator_j8H22 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, false, true); - B.SingleActivator_j8H23 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, false, true); - B.SingleActivator_j8H24 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, false, true); - B.SingleActivator_j8H11 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, true, false, false, false); - B.SingleActivator_j8H12 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, true, false, false, false); - B.SingleActivator_j8H31 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, true, false, false, false); - B.SingleActivator_j8H32 = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, true, false, false, false); - B.SingleActivator_j8H13 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, true, true, false, false); - B.SingleActivator_j8H14 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, true, true, false, false); - B.SingleActivator_j8H = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, true, false); - B.SingleActivator_j8H0 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, true, false); - B.SingleActivator_j8H1 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, true, false); - B.SingleActivator_j8H2 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, true, false); - B.SingleActivator_j8H3 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, true, false); - B.SingleActivator_j8H4 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, true, false); - B.SingleActivator_j8H5 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, true, false); - B.SingleActivator_j8H6 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, true, false); - B.SingleActivator_mmH7 = new A.SingleActivator(B.LogicalKeyboardKey_97, false, false, false, true); - B.SingleActivator_mmH3 = new A.SingleActivator(B.LogicalKeyboardKey_99, false, false, false, true); - B.SingleActivator_mmH5 = new A.SingleActivator(B.LogicalKeyboardKey_118, false, false, false, true); - B.SingleActivator_mmH1 = new A.SingleActivator(B.LogicalKeyboardKey_120, false, false, false, true); - B.SingleActivator_mmH6 = new A.SingleActivator(B.LogicalKeyboardKey_97, true, false, false, false); - B.SingleActivator_mmH2 = new A.SingleActivator(B.LogicalKeyboardKey_99, true, false, false, false); - B.SingleActivator_mmH4 = new A.SingleActivator(B.LogicalKeyboardKey_118, true, false, false, false); - B.SingleActivator_mmH0 = new A.SingleActivator(B.LogicalKeyboardKey_120, true, false, false, false); + B.SingleActivator_j8H0 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, false, false, false, false); + B.SingleActivator_j8H = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, false, false, false, false); + B.SingleActivator_j8H14 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, false, false); + B.SingleActivator_j8H11 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, false, false); + B.SingleActivator_j8H12 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, false, false); + B.SingleActivator_j8H13 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, false, false); + B.SingleActivator_j8H2 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, false, true, false, false); + B.SingleActivator_j8H1 = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, false, true, false, false); + B.SingleActivator_j8H30 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, false, true); + B.SingleActivator_j8H27 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, false, true); + B.SingleActivator_j8H28 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, false, true); + B.SingleActivator_j8H29 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, false, true); + B.SingleActivator_j8H34 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, false, true); + B.SingleActivator_j8H31 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, false, true); + B.SingleActivator_j8H32 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, false, true); + B.SingleActivator_j8H33 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, false, true); + B.SingleActivator_j8H23 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, true, false, false, false); + B.SingleActivator_j8H24 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, true, false, false, false); + B.SingleActivator_j8H4 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, true, false, false, false); + B.SingleActivator_j8H3 = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, true, false, false, false); + B.SingleActivator_j8H25 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, true, true, false, false); + B.SingleActivator_j8H26 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, true, true, false, false); + B.SingleActivator_j8H6 = new A.SingleActivator(B.LogicalKeyboardKey_4294968069, true, true, false, false); + B.SingleActivator_j8H5 = new A.SingleActivator(B.LogicalKeyboardKey_4294968070, true, true, false, false); + B.SingleActivator_j8H18 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, true, false); + B.SingleActivator_j8H15 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, true, false); + B.SingleActivator_j8H16 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, true, false); + B.SingleActivator_j8H17 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, true, false); + B.SingleActivator_j8H22 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, true, false); + B.SingleActivator_j8H19 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, true, false); + B.SingleActivator_j8H20 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, true, false); + B.SingleActivator_j8H21 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, true, false); + B.SingleActivator_mmH10 = new A.SingleActivator(B.LogicalKeyboardKey_97, false, false, false, true); + B.SingleActivator_mmH8 = new A.SingleActivator(B.LogicalKeyboardKey_99, false, false, false, true); + B.SingleActivator_mmH9 = new A.SingleActivator(B.LogicalKeyboardKey_118, false, false, false, true); + B.SingleActivator_mmH7 = new A.SingleActivator(B.LogicalKeyboardKey_120, false, false, false, true); + B.SingleActivator_mmH11 = new A.SingleActivator(B.LogicalKeyboardKey_122, false, false, false, true); + B.SingleActivator_mmH12 = new A.SingleActivator(B.LogicalKeyboardKey_122, false, true, false, true); + B.SingleActivator_mmH2 = new A.SingleActivator(B.LogicalKeyboardKey_97, true, false, false, false); + B.SingleActivator_mmH15 = new A.SingleActivator(B.LogicalKeyboardKey_98, true, false, false, false); + B.SingleActivator_mmH0 = new A.SingleActivator(B.LogicalKeyboardKey_99, true, false, false, false); + B.SingleActivator_mmH13 = new A.SingleActivator(B.LogicalKeyboardKey_101, true, false, false, false); + B.SingleActivator_mmH14 = new A.SingleActivator(B.LogicalKeyboardKey_102, true, false, false, false); + B.SingleActivator_mmH16 = new A.SingleActivator(B.LogicalKeyboardKey_110, true, false, false, false); + B.SingleActivator_mmH17 = new A.SingleActivator(B.LogicalKeyboardKey_112, true, false, false, false); + B.SingleActivator_mmH6 = new A.SingleActivator(B.LogicalKeyboardKey_116, true, false, false, false); + B.SingleActivator_mmH1 = new A.SingleActivator(B.LogicalKeyboardKey_118, true, false, false, false); + B.SingleActivator_mmH = new A.SingleActivator(B.LogicalKeyboardKey_120, true, false, false, false); + B.SingleActivator_mmH3 = new A.SingleActivator(B.LogicalKeyboardKey_122, true, false, false, false); + B.SingleActivator_mmH4 = new A.SingleActivator(B.LogicalKeyboardKey_122, true, true, false, false); B.Size_0_48 = new A.Size(0, 48); B.Size_100000_100000 = new A.Size(100000, 100000); B.Size_18_18 = new A.Size(18, 18); @@ -506053,6 +521563,7 @@ B.SizedBox_null_4_null_null = new A.SizedBox(null, 4, null, null); B.SizedBox_null_8_null_null = new A.SizedBox(null, 8, null, null); B.SizedBox_null_null_null_null = new A.SizedBox(null, null, null, null); + B.SizedBox_yzX = new A.SizedBox(1 / 0, 1 / 0, null, null); B.SliderThemeData_qIG = new A.SliderThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.SliverGeometry_Tbh = new A.SliverGeometry(0, 0, 0, 0, 0, 0, 0, false, false, null, 0); B.SmartDashesType_0 = new A.SmartDashesType(0, "disabled"); @@ -506072,8 +521583,9 @@ B.StackFit_2 = new A.StackFit(2, "passthrough"); B.StackFrame_8sg = new A.StackFrame("...", -1, "", "", "", -1, -1, "", "..."); B.StackFrame_SOW = new A.StackFrame("", -1, "", "", "", -1, -1, "", "asynchronous suspension"); - B.StadiumBorder_QSQ = new A.StadiumBorder(B.BorderSide_0CF); + B.StadiumBorder_sAO = new A.StadiumBorder(B.BorderSide_aLd); B.StringCharacters_ehH = new A.StringCharacters(""); + B.StrokeAlign_1 = new A.StrokeAlign(1, "center"); B.StrokeCap_0 = new A.StrokeCap(0, "butt"); B.StrokeCap_1 = new A.StrokeCap(1, "round"); B.StrokeCap_2 = new A.StrokeCap(2, "square"); @@ -506155,13 +521667,13 @@ B.TextBaseline_1 = new A.TextBaseline(1, "ideographic"); B.TextBox_AHF = new A.TextBox(0, 0, 0, 0, B.TextDirection_1); B.TextButtonThemeData_null = new A.TextButtonThemeData(null); - B.TextCapitalization_30 = new A.TextCapitalization(3, "none"); - B.TextCapitalizationConfig_TextCapitalization_3 = new A.TextCapitalizationConfig(B.TextCapitalization_30); + B.TextCapitalization_3 = new A.TextCapitalization(3, "none"); + B.TextCapitalizationConfig_TextCapitalization_3 = new A.TextCapitalizationConfig(B.TextCapitalization_3); B.TextCapitalization_0 = new A.TextCapitalization(0, "words"); - B.TextCapitalization_10 = new A.TextCapitalization(1, "sentences"); - B.TextCapitalization_1 = new A.TextCapitalization0(1, "sentences"); + B.TextCapitalization_1 = new A.TextCapitalization(1, "sentences"); + B.TextCapitalization_10 = new A.TextCapitalization0(1, "sentences"); B.TextCapitalization_2 = new A.TextCapitalization(2, "characters"); - B.TextCapitalization_3 = new A.TextCapitalization0(3, "none"); + B.TextCapitalization_30 = new A.TextCapitalization0(3, "none"); B.TextDecoration_0 = new A.TextDecoration(0); B.TextDecoration_1 = new A.TextDecoration(1); B.TextDecoration_4 = new A.TextDecoration(4); @@ -506196,6 +521708,7 @@ B.TextLeadingDistribution_1 = new A.TextLeadingDistribution(1, "even"); B.TextNodePosition_0_TextAffinity_1 = new A.TextNodePosition(0, B.TextAffinity_1); B.TextNodePosition_4_TextAffinity_1 = new A.TextNodePosition(4, B.TextAffinity_1); + B.TextNodeSelection_kfn = new A.TextNodeSelection(-1, -1, B.TextAffinity_1, false, -1, -1); B.TextOverflow_1 = new A.TextOverflow(1, "fade"); B.TextOverflow_2 = new A.TextOverflow(2, "ellipsis"); B.TextOverflow_3 = new A.TextOverflow(3, "visible"); @@ -506206,232 +521719,233 @@ B.TextSelectionHandleType_2 = new A.TextSelectionHandleType(2, "collapsed"); B.TextSelectionThemeData_null_null_null = new A.TextSelectionThemeData(null, null, null); B.TextSelection_3Ex = new A.TextSelection(0, 1, B.TextAffinity_1, false, 0, 1); - B.TextStyle_3WR = new A.TextStyle(true, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_1, null, null, null, null, null, null, null); - B.TextStyle_K9x = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 18, null, null, null, null, null, 1.4, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_P9F = new A.TextStyle(false, B.CupertinoDynamicColor_qQo, null, ".SF Pro Text", null, null, 17, null, null, -0.41, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, null, null, null, null); B.Color_3506372608 = new A.Color(3506372608); B.Color_4294967040 = new A.Color(4294967040); B.TextDecorationStyle_1 = new A.TextDecorationStyle(1, "double"); - B.TextStyle_kUZ = new A.TextStyle(true, B.Color_3506372608, null, "monospace", null, null, 48, B.FontWeight_8, null, null, null, null, null, null, null, null, null, B.TextDecoration_1, B.Color_4294967040, B.TextDecorationStyle_1, null, "fallback style; consider putting your text in a Material", null, null, null); - B.TextStyle_lRE = new A.TextStyle(true, B.Color_4281545523, null, null, null, null, 22, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_lRE0 = new A.TextStyle(true, B.Color_4281545523, null, null, null, null, 26, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_lRE1 = new A.TextStyle(true, B.Color_4281545523, null, null, null, null, 38, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_oqK = new A.TextStyle(true, null, null, null, null, null, null, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_ul3 = new A.TextStyle(true, B.Color_4294967295, null, null, null, null, 12, B.FontWeight_2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_xKl = new A.TextStyle(true, B.Color_0, null, null, null, null, 1, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_xKl1 = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 12, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_xKl0 = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 14, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_zIQ1 = new A.TextStyle(true, null, null, null, null, null, 0, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_zIQ0 = new A.TextStyle(true, null, null, null, null, null, 16, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_4IJ = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displayLarge", null, null, null); - B.TextStyle_4UD = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displayMedium", null, null, null); - B.TextStyle_c2q = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displaySmall", null, null, null); - B.TextStyle_yw2 = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond headlineLarge", null, null, null); - B.TextStyle_yHZ = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond headlineMedium", null, null, null); - B.TextStyle_4CA = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond headlineSmall", null, null, null); - B.TextStyle_EaB = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond titleLarge", null, null, null); - B.TextStyle_GNA = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond titleMedium", null, null, null); - B.TextStyle_P12 = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond titleSmall", null, null, null); - B.TextStyle_mGH = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodyLarge", null, null, null); - B.TextStyle_46y = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodyMedium", null, null, null); - B.TextStyle_MIV = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodySmall", null, null, null); - B.TextStyle_ef1 = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelLarge", null, null, null); - B.TextStyle_hSl = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelMedium", null, null, null); - B.TextStyle_T9T = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelSmall", null, null, null); - B.TextTheme_3nh = new A.TextTheme(B.TextStyle_4IJ, B.TextStyle_4UD, B.TextStyle_c2q, B.TextStyle_yw2, B.TextStyle_yHZ, B.TextStyle_4CA, B.TextStyle_EaB, B.TextStyle_GNA, B.TextStyle_P12, B.TextStyle_mGH, B.TextStyle_46y, B.TextStyle_MIV, B.TextStyle_ef1, B.TextStyle_hSl, B.TextStyle_T9T); - B.TextStyle_yAK = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity displayLarge", null, null, null); - B.TextStyle_Esm = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity displayMedium", null, null, null); - B.TextStyle_yAK0 = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity displaySmall", null, null, null); - B.TextStyle_8eb = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity headlineLarge", null, null, null); - B.TextStyle_myx = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity headlineMedium", null, null, null); - B.TextStyle_OgC = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity headlineSmall", null, null, null); - B.TextStyle_avx = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity titleLarge", null, null, null); - B.TextStyle_0 = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity titleMedium", null, null, null); - B.TextStyle_QEL = new A.TextStyle(true, B.Color_4278190080, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity titleSmall", null, null, null); - B.TextStyle_4AN = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity bodyLarge", null, null, null); - B.TextStyle_XPt = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity bodyMedium", null, null, null); - B.TextStyle_2rT = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity bodySmall", null, null, null); - B.TextStyle_yto = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity labelLarge", null, null, null); - B.TextStyle_OX3 = new A.TextStyle(true, B.Color_4278190080, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity labelMedium", null, null, null); - B.TextStyle_gMT = new A.TextStyle(true, B.Color_4278190080, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity labelSmall", null, null, null); - B.TextTheme_6bg = new A.TextTheme(B.TextStyle_yAK, B.TextStyle_Esm, B.TextStyle_yAK0, B.TextStyle_8eb, B.TextStyle_myx, B.TextStyle_OgC, B.TextStyle_avx, B.TextStyle_0, B.TextStyle_QEL, B.TextStyle_4AN, B.TextStyle_XPt, B.TextStyle_2rT, B.TextStyle_yto, B.TextStyle_OX3, B.TextStyle_gMT); - B.TextStyle_ub4 = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displayLarge", null, null, null); - B.TextStyle_sIv = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displayMedium", null, null, null); - B.TextStyle_M6L = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displaySmall", null, null, null); - B.TextStyle_jiq = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView headlineLarge", null, null, null); - B.TextStyle_RKg = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView headlineMedium", null, null, null); - B.TextStyle_ezV = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView headlineSmall", null, null, null); - B.TextStyle_OAa = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView titleLarge", null, null, null); - B.TextStyle_r9A = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView titleMedium", null, null, null); - B.TextStyle_QBc = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView titleSmall", null, null, null); - B.TextStyle_cRW = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView bodyLarge", null, null, null); - B.TextStyle_irG = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView bodyMedium", null, null, null); - B.TextStyle_inH = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView bodySmall", null, null, null); - B.TextStyle_wgw = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelLarge", null, null, null); - B.TextStyle_WXT = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelMedium", null, null, null); - B.TextStyle_Fcu = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelSmall", null, null, null); - B.TextTheme_8I8 = new A.TextTheme(B.TextStyle_ub4, B.TextStyle_sIv, B.TextStyle_M6L, B.TextStyle_jiq, B.TextStyle_RKg, B.TextStyle_ezV, B.TextStyle_OAa, B.TextStyle_r9A, B.TextStyle_QBc, B.TextStyle_cRW, B.TextStyle_irG, B.TextStyle_inH, B.TextStyle_wgw, B.TextStyle_WXT, B.TextStyle_Fcu); + B.TextStyle_86y = new A.TextStyle(true, B.Color_3506372608, null, "monospace", null, null, 48, B.FontWeight_8, null, null, null, null, null, null, null, null, null, B.TextDecoration_1, B.Color_4294967040, B.TextDecorationStyle_1, null, "fallback style; consider putting your text in a Material", null, null, null, null); + B.TextStyle_9Zz = new A.TextStyle(true, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_1, null, null, null, null, null, null, null, null); + B.TextStyle_E9t = new A.TextStyle(true, B.Color_4294967295, null, null, null, null, 12, B.FontWeight_2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_Npb = new A.TextStyle(true, B.Color_4281545523, null, null, null, null, 22, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_Npb0 = new A.TextStyle(true, B.Color_4281545523, null, null, null, null, 26, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_Npb1 = new A.TextStyle(true, B.Color_4281545523, null, null, null, null, 38, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_SVP1 = new A.TextStyle(true, null, null, null, null, null, 0, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_SVP0 = new A.TextStyle(true, null, null, null, null, null, 16, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_c8s = new A.TextStyle(false, B.CupertinoDynamicColor_qQo, null, ".SF Pro Text", null, null, 17, null, null, -0.41, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, null, null, null, null, null); + B.TextStyle_cMb = new A.TextStyle(true, B.Color_0, null, null, null, null, 1, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_cMb1 = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 12, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_cMb0 = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 14, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_ia3 = new A.TextStyle(true, null, null, null, null, null, null, B.FontWeight_6, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_sBb = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 18, null, null, null, null, null, 1.4, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_zc5 = new A.TextStyle(true, B.MaterialColor_Map_HFpTk_4288585374, null, null, null, null, 20, B.FontWeight_6, null, null, null, null, 1.4, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_6v8 = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity displayLarge", null, null, null, null); + B.TextStyle_Cbr = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity displayMedium", null, null, null, null); + B.TextStyle_6v80 = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity displaySmall", null, null, null, null); + B.TextStyle_6FR = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity headlineLarge", null, null, null, null); + B.TextStyle_PZw = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity headlineMedium", null, null, null, null); + B.TextStyle_YDz = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity headlineSmall", null, null, null, null); + B.TextStyle_nfu = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity titleLarge", null, null, null, null); + B.TextStyle_mGg = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity titleMedium", null, null, null, null); + B.TextStyle_vMb = new A.TextStyle(true, B.Color_4278190080, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity titleSmall", null, null, null, null); + B.TextStyle_uRr = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity bodyLarge", null, null, null, null); + B.TextStyle_Wlw = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity bodyMedium", null, null, null, null); + B.TextStyle_mF3 = new A.TextStyle(true, B.Color_2315255808, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity bodySmall", null, null, null, null); + B.TextStyle_Ywi = new A.TextStyle(true, B.Color_3707764736, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity labelLarge", null, null, null, null); + B.TextStyle_QTB = new A.TextStyle(true, B.Color_4278190080, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity labelMedium", null, null, null, null); + B.TextStyle_q96 = new A.TextStyle(true, B.Color_4278190080, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedwoodCity labelSmall", null, null, null, null); + B.TextTheme_2jN = new A.TextTheme(B.TextStyle_6v8, B.TextStyle_Cbr, B.TextStyle_6v80, B.TextStyle_6FR, B.TextStyle_PZw, B.TextStyle_YDz, B.TextStyle_nfu, B.TextStyle_mGg, B.TextStyle_vMb, B.TextStyle_uRr, B.TextStyle_Wlw, B.TextStyle_mF3, B.TextStyle_Ywi, B.TextStyle_QTB, B.TextStyle_q96); + B.TextStyle_Yjf = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_0, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displayLarge 2014", null, null, null, null); + B.TextStyle_96V = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displayMedium 2014", null, null, null, null); + B.TextStyle_gKN = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displaySmall 2014", null, null, null, null); + B.TextStyle_8JN = new A.TextStyle(false, null, null, null, null, null, 40, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense headlineLarge 2014", null, null, null, null); + B.TextStyle_kr3 = new A.TextStyle(false, null, null, null, null, null, 34, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense headlineMedium 2014", null, null, null, null); + B.TextStyle_BO8 = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense headlineSmall 2014", null, null, null, null); + B.TextStyle_uMI = new A.TextStyle(false, null, null, null, null, null, 21, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense titleLarge 2014", null, null, null, null); + B.TextStyle_461 = new A.TextStyle(false, null, null, null, null, null, 17, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense titleMedium 2014", null, null, null, null); + B.TextStyle_4a4 = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense titleSmall 2014", null, null, null, null); + B.TextStyle_Olq = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense bodyLarge 2014", null, null, null, null); + B.TextStyle_Jik = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense bodyMedium 2014", null, null, null, null); + B.TextStyle_DPe = new A.TextStyle(false, null, null, null, null, null, 13, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense bodySmall 2014", null, null, null, null); + B.TextStyle_EWG = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense labelLarge 2014", null, null, null, null); + B.TextStyle_cc6 = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense labelMedium 2014", null, null, null, null); + B.TextStyle_2TE = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense labelSmall 2014", null, null, null, null); + B.TextTheme_8FR = new A.TextTheme(B.TextStyle_Yjf, B.TextStyle_96V, B.TextStyle_gKN, B.TextStyle_8JN, B.TextStyle_kr3, B.TextStyle_BO8, B.TextStyle_uMI, B.TextStyle_461, B.TextStyle_4a4, B.TextStyle_Olq, B.TextStyle_Jik, B.TextStyle_DPe, B.TextStyle_EWG, B.TextStyle_cc6, B.TextStyle_2TE); B.List_Exl = A._setArrayType(makeConstList(["Ubuntu", "Cantarell", "DejaVu Sans", "Liberation Sans", "Arial"]), type$.JSArray_legacy_String); - B.TextStyle_eea = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki displayLarge", null, null, null); - B.TextStyle_liY = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki displayMedium", null, null, null); - B.TextStyle_8hD = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki displaySmall", null, null, null); - B.TextStyle_a9P = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki headlineLarge", null, null, null); - B.TextStyle_T7e = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki headlineMedium", null, null, null); - B.TextStyle_gMT0 = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki headlineSmall", null, null, null); - B.TextStyle_MRv = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki titleLarge", null, null, null); - B.TextStyle_nVV = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki titleMedium", null, null, null); - B.TextStyle_KzQ = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki titleSmall", null, null, null); - B.TextStyle_b88 = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki bodyLarge", null, null, null); - B.TextStyle_wwo = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki bodyMedium", null, null, null); - B.TextStyle_gA4 = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki bodySmall", null, null, null); - B.TextStyle_46y0 = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelLarge", null, null, null); - B.TextStyle_8dr = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelMedium", null, null, null); - B.TextStyle_AcR = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelSmall", null, null, null); - B.TextTheme_AZd = new A.TextTheme(B.TextStyle_eea, B.TextStyle_liY, B.TextStyle_8hD, B.TextStyle_a9P, B.TextStyle_T7e, B.TextStyle_gMT0, B.TextStyle_MRv, B.TextStyle_nVV, B.TextStyle_KzQ, B.TextStyle_b88, B.TextStyle_wwo, B.TextStyle_gA4, B.TextStyle_46y0, B.TextStyle_8dr, B.TextStyle_AcR); - B.TextStyle_4t1 = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displayLarge", null, null, null); - B.TextStyle_8eb0 = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displayMedium", null, null, null); - B.TextStyle_i7B = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displaySmall", null, null, null); - B.TextStyle_gkc = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineLarge", null, null, null); - B.TextStyle_zLf = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineMedium", null, null, null); - B.TextStyle_yzp = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineSmall", null, null, null); - B.TextStyle_2E5 = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleLarge", null, null, null); - B.TextStyle_Bcj = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleMedium", null, null, null); - B.TextStyle_Q1p = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleSmall", null, null, null); - B.TextStyle_mT8 = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino bodyLarge", null, null, null); - B.TextStyle_CKg = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino bodyMedium", null, null, null); - B.TextStyle_D3E = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino bodySmall", null, null, null); - B.TextStyle_2jN = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelLarge", null, null, null); - B.TextStyle_cWd = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelMedium", null, null, null); - B.TextStyle_4QF = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelSmall", null, null, null); - B.TextTheme_QJO = new A.TextTheme(B.TextStyle_4t1, B.TextStyle_8eb0, B.TextStyle_i7B, B.TextStyle_gkc, B.TextStyle_zLf, B.TextStyle_yzp, B.TextStyle_2E5, B.TextStyle_Bcj, B.TextStyle_Q1p, B.TextStyle_mT8, B.TextStyle_CKg, B.TextStyle_D3E, B.TextStyle_2jN, B.TextStyle_cWd, B.TextStyle_4QF); - B.TextStyle_OTZ = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView displayLarge", null, null, null); - B.TextStyle_CDT = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView displayMedium", null, null, null); - B.TextStyle_Kg1 = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView displaySmall", null, null, null); - B.TextStyle_woc = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView headlineLarge", null, null, null); - B.TextStyle_gcQ = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView headlineMedium", null, null, null); - B.TextStyle_Qq8 = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView headlineSmall", null, null, null); - B.TextStyle_89t = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView titleLarge", null, null, null); - B.TextStyle_Azp = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView titleMedium", null, null, null); - B.TextStyle_23h = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView titleSmall", null, null, null); - B.TextStyle_2Hq = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView bodyLarge", null, null, null); - B.TextStyle_muG = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView bodyMedium", null, null, null); - B.TextStyle_fXI = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView bodySmall", null, null, null); - B.TextStyle_rgA = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelLarge", null, null, null); - B.TextStyle_4y8 = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelMedium", null, null, null); - B.TextStyle_8bC = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelSmall", null, null, null); - B.TextTheme_WrZ = new A.TextTheme(B.TextStyle_OTZ, B.TextStyle_CDT, B.TextStyle_Kg1, B.TextStyle_woc, B.TextStyle_gcQ, B.TextStyle_Qq8, B.TextStyle_89t, B.TextStyle_Azp, B.TextStyle_23h, B.TextStyle_2Hq, B.TextStyle_muG, B.TextStyle_fXI, B.TextStyle_rgA, B.TextStyle_4y8, B.TextStyle_8bC); - B.TextStyle_yPr = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki displayLarge", null, null, null); - B.TextStyle_0TE = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki displayMedium", null, null, null); - B.TextStyle_g8S = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki displaySmall", null, null, null); - B.TextStyle_oUC = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki headlineLarge", null, null, null); - B.TextStyle_U0a = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki headlineMedium", null, null, null); - B.TextStyle_XZn = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki headlineSmall", null, null, null); - B.TextStyle_iL9 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki titleLarge", null, null, null); - B.TextStyle_Odg = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki titleMedium", null, null, null); - B.TextStyle_86y = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki titleSmall", null, null, null); - B.TextStyle_kUZ0 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki bodyLarge", null, null, null); - B.TextStyle_3Tv = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki bodyMedium", null, null, null); - B.TextStyle_CF2 = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki bodySmall", null, null, null); - B.TextStyle_Sh2 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki labelLarge", null, null, null); - B.TextStyle_Qug = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki labelMedium", null, null, null); - B.TextStyle_Sh20 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki labelSmall", null, null, null); - B.TextTheme_Zy0 = new A.TextTheme(B.TextStyle_yPr, B.TextStyle_0TE, B.TextStyle_g8S, B.TextStyle_oUC, B.TextStyle_U0a, B.TextStyle_XZn, B.TextStyle_iL9, B.TextStyle_Odg, B.TextStyle_86y, B.TextStyle_kUZ0, B.TextStyle_3Tv, B.TextStyle_CF2, B.TextStyle_Sh2, B.TextStyle_Qug, B.TextStyle_Sh20); - B.TextStyle_C72 = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_0, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displayLarge 2014", null, null, null); - B.TextStyle_q3P = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displayMedium 2014", null, null, null); - B.TextStyle_00 = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displaySmall 2014", null, null, null); - B.TextStyle_Amm = new A.TextStyle(false, null, null, null, null, null, 40, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike headlineLarge 2014", null, null, null); - B.TextStyle_KjO = new A.TextStyle(false, null, null, null, null, null, 34, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike headlineMedium 2014", null, null, null); - B.TextStyle_saY = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike headlineSmall 2014", null, null, null); - B.TextStyle_eFJ = new A.TextStyle(false, null, null, null, null, null, 20, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike titleLarge 2014", null, null, null); - B.TextStyle_23h0 = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike titleMedium 2014", null, null, null); - B.TextStyle_Met = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4, null, 0.1, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike titleSmall 2014", null, null, null); - B.TextStyle_UGQ = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike bodyLarge 2014", null, null, null); - B.TextStyle_yFD = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike bodyMedium 2014", null, null, null); - B.TextStyle_mes = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike bodySmall 2014", null, null, null); - B.TextStyle_gkc0 = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike labelLarge 2014", null, null, null); - B.TextStyle_u5H = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike labelMedium 2014", null, null, null); - B.TextStyle_gsm = new A.TextStyle(false, null, null, null, null, null, 10, B.FontWeight_3, null, 1.5, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike labelSmall 2014", null, null, null); - B.TextTheme_gSp = new A.TextTheme(B.TextStyle_C72, B.TextStyle_q3P, B.TextStyle_00, B.TextStyle_Amm, B.TextStyle_KjO, B.TextStyle_saY, B.TextStyle_eFJ, B.TextStyle_23h0, B.TextStyle_Met, B.TextStyle_UGQ, B.TextStyle_yFD, B.TextStyle_mes, B.TextStyle_gkc0, B.TextStyle_u5H, B.TextStyle_gsm); - B.TextStyle_kaS = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_0, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displayLarge 2014", null, null, null); - B.TextStyle_IFX = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displayMedium 2014", null, null, null); - B.TextStyle_yzu = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displaySmall 2014", null, null, null); - B.TextStyle_mR7 = new A.TextStyle(false, null, null, null, null, null, 40, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense headlineLarge 2014", null, null, null); - B.TextStyle_8MP = new A.TextStyle(false, null, null, null, null, null, 34, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense headlineMedium 2014", null, null, null); - B.TextStyle_2Vk = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense headlineSmall 2014", null, null, null); - B.TextStyle_oqF = new A.TextStyle(false, null, null, null, null, null, 21, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense titleLarge 2014", null, null, null); - B.TextStyle_NQk = new A.TextStyle(false, null, null, null, null, null, 17, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense titleMedium 2014", null, null, null); - B.TextStyle_EYU = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense titleSmall 2014", null, null, null); - B.TextStyle_kJ4 = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense bodyLarge 2014", null, null, null); - B.TextStyle_oge = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense bodyMedium 2014", null, null, null); - B.TextStyle_Kx9 = new A.TextStyle(false, null, null, null, null, null, 13, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense bodySmall 2014", null, null, null); - B.TextStyle_WfU = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense labelLarge 2014", null, null, null); - B.TextStyle_2Vk0 = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense labelMedium 2014", null, null, null); - B.TextStyle_7Tu = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_3, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense labelSmall 2014", null, null, null); - B.TextTheme_jnH = new A.TextTheme(B.TextStyle_kaS, B.TextStyle_IFX, B.TextStyle_yzu, B.TextStyle_mR7, B.TextStyle_8MP, B.TextStyle_2Vk, B.TextStyle_oqF, B.TextStyle_NQk, B.TextStyle_EYU, B.TextStyle_kJ4, B.TextStyle_oge, B.TextStyle_Kx9, B.TextStyle_WfU, B.TextStyle_2Vk0, B.TextStyle_7Tu); - B.TextStyle_kmR = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displayLarge", null, null, null); - B.TextStyle_ald = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displayMedium", null, null, null); - B.TextStyle_04u = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displaySmall", null, null, null); - B.TextStyle_ZY1 = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineLarge", null, null, null); - B.TextStyle_sBE = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineMedium", null, null, null); - B.TextStyle_66B = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineSmall", null, null, null); - B.TextStyle_bJM = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleLarge", null, null, null); - B.TextStyle_rx4 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleMedium", null, null, null); - B.TextStyle_cUt = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleSmall", null, null, null); - B.TextStyle_sQ0 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond bodyLarge", null, null, null); - B.TextStyle_yzJ = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond bodyMedium", null, null, null); - B.TextStyle_MUx = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond bodySmall", null, null, null); - B.TextStyle_bQo = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelLarge", null, null, null); - B.TextStyle_TDG = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelMedium", null, null, null); - B.TextStyle_EO3 = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelSmall", null, null, null); - B.TextTheme_pEW = new A.TextTheme(B.TextStyle_kmR, B.TextStyle_ald, B.TextStyle_04u, B.TextStyle_ZY1, B.TextStyle_sBE, B.TextStyle_66B, B.TextStyle_bJM, B.TextStyle_rx4, B.TextStyle_cUt, B.TextStyle_sQ0, B.TextStyle_yzJ, B.TextStyle_MUx, B.TextStyle_bQo, B.TextStyle_TDG, B.TextStyle_EO3); - B.TextStyle_01 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displayLarge", null, null, null); - B.TextStyle_woc0 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displayMedium", null, null, null); - B.TextStyle_02 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displaySmall", null, null, null); - B.TextStyle_EKj = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity headlineLarge", null, null, null); - B.TextStyle_sIv0 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity headlineMedium", null, null, null); - B.TextStyle_oyU = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity headlineSmall", null, null, null); - B.TextStyle_Feh = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity titleLarge", null, null, null); - B.TextStyle_A2C = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity titleMedium", null, null, null); - B.TextStyle_ww8 = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity titleSmall", null, null, null); - B.TextStyle_chs = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity bodyLarge", null, null, null); - B.TextStyle_int = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity bodyMedium", null, null, null); - B.TextStyle_GRv = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity bodySmall", null, null, null); - B.TextStyle_0Wv = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity labelLarge", null, null, null); - B.TextStyle_Au4 = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity labelMedium", null, null, null); - B.TextStyle_Wby = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity labelSmall", null, null, null); - B.TextTheme_uDC = new A.TextTheme(B.TextStyle_01, B.TextStyle_woc0, B.TextStyle_02, B.TextStyle_EKj, B.TextStyle_sIv0, B.TextStyle_oyU, B.TextStyle_Feh, B.TextStyle_A2C, B.TextStyle_ww8, B.TextStyle_chs, B.TextStyle_int, B.TextStyle_GRv, B.TextStyle_0Wv, B.TextStyle_Au4, B.TextStyle_Wby); - B.TextStyle_NAI = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displayLarge 2014", null, null, null); - B.TextStyle_wEo = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displayMedium 2014", null, null, null); - B.TextStyle_ieL = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displaySmall 2014", null, null, null); - B.TextStyle_iMW = new A.TextStyle(false, null, null, null, null, null, 40, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall headlineLarge 2014", null, null, null); - B.TextStyle_ahs = new A.TextStyle(false, null, null, null, null, null, 34, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall headlineMedium 2014", null, null, null); - B.TextStyle_wEQ = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall headlineSmall 2014", null, null, null); - B.TextStyle_jGK = new A.TextStyle(false, null, null, null, null, null, 21, B.FontWeight_6, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall titleLarge 2014", null, null, null); - B.TextStyle_p6N = new A.TextStyle(false, null, null, null, null, null, 17, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall titleMedium 2014", null, null, null); - B.TextStyle_dzh = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall titleSmall 2014", null, null, null); - B.TextStyle_Auo = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_6, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall bodyLarge 2014", null, null, null); - B.TextStyle_NQk0 = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall bodyMedium 2014", null, null, null); - B.TextStyle_ivX = new A.TextStyle(false, null, null, null, null, null, 13, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall bodySmall 2014", null, null, null); - B.TextStyle_aL3 = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_6, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelLarge 2014", null, null, null); - B.TextStyle_HWB = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelMedium 2014", null, null, null); - B.TextStyle_oOy = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelSmall 2014", null, null, null); - B.TextTheme_uww = new A.TextTheme(B.TextStyle_NAI, B.TextStyle_wEo, B.TextStyle_ieL, B.TextStyle_iMW, B.TextStyle_ahs, B.TextStyle_wEQ, B.TextStyle_jGK, B.TextStyle_p6N, B.TextStyle_dzh, B.TextStyle_Auo, B.TextStyle_NQk0, B.TextStyle_ivX, B.TextStyle_aL3, B.TextStyle_HWB, B.TextStyle_oOy); - B.TextStyle_65W = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displayLarge", null, null, null); - B.TextStyle_gvg = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displayMedium", null, null, null); - B.TextStyle_kGg = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displaySmall", null, null, null); - B.TextStyle_wz6 = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineLarge", null, null, null); - B.TextStyle_alT = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineMedium", null, null, null); - B.TextStyle_D9d = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineSmall", null, null, null); - B.TextStyle_inH0 = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleLarge", null, null, null); - B.TextStyle_b1Q = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleMedium", null, null, null); - B.TextStyle_cYv = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleSmall", null, null, null); - B.TextStyle_qtI = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodyLarge", null, null, null); - B.TextStyle_GZw = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodyMedium", null, null, null); - B.TextStyle_yPV = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodySmall", null, null, null); - B.TextStyle_YCB = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelLarge", null, null, null); - B.TextStyle_o4Q = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelMedium", null, null, null); - B.TextStyle_KI5 = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelSmall", null, null, null); - B.TextTheme_vru = new A.TextTheme(B.TextStyle_65W, B.TextStyle_gvg, B.TextStyle_kGg, B.TextStyle_wz6, B.TextStyle_alT, B.TextStyle_D9d, B.TextStyle_inH0, B.TextStyle_b1Q, B.TextStyle_cYv, B.TextStyle_qtI, B.TextStyle_GZw, B.TextStyle_yPV, B.TextStyle_YCB, B.TextStyle_o4Q, B.TextStyle_KI5); + B.TextStyle_IT3 = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki displayLarge", null, null, null, null); + B.TextStyle_6lo = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki displayMedium", null, null, null, null); + B.TextStyle_qp8 = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki displaySmall", null, null, null, null); + B.TextStyle_AgZ = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki headlineLarge", null, null, null, null); + B.TextStyle_0 = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki headlineMedium", null, null, null, null); + B.TextStyle_ww8 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki headlineSmall", null, null, null, null); + B.TextStyle_sUY = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki titleLarge", null, null, null, null); + B.TextStyle_erQ = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki titleMedium", null, null, null, null); + B.TextStyle_0Y6 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki titleSmall", null, null, null, null); + B.TextStyle_Vko = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki bodyLarge", null, null, null, null); + B.TextStyle_lkJ = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki bodyMedium", null, null, null, null); + B.TextStyle_phJ = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki bodySmall", null, null, null, null); + B.TextStyle_Wzh = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki labelLarge", null, null, null, null); + B.TextStyle_Auo = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki labelMedium", null, null, null, null); + B.TextStyle_Wzh0 = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteHelsinki labelSmall", null, null, null, null); + B.TextTheme_8Gl = new A.TextTheme(B.TextStyle_IT3, B.TextStyle_6lo, B.TextStyle_qp8, B.TextStyle_AgZ, B.TextStyle_0, B.TextStyle_ww8, B.TextStyle_sUY, B.TextStyle_erQ, B.TextStyle_0Y6, B.TextStyle_Vko, B.TextStyle_lkJ, B.TextStyle_phJ, B.TextStyle_Wzh, B.TextStyle_Auo, B.TextStyle_Wzh0); + B.TextStyle_2bx = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView displayLarge", null, null, null, null); + B.TextStyle_AAN = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView displayMedium", null, null, null, null); + B.TextStyle_Fb0 = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView displaySmall", null, null, null, null); + B.TextStyle_otF = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView headlineLarge", null, null, null, null); + B.TextStyle_v5C = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView headlineMedium", null, null, null, null); + B.TextStyle_ugl = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView headlineSmall", null, null, null, null); + B.TextStyle_DzI = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView titleLarge", null, null, null, null); + B.TextStyle_nj4 = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView titleMedium", null, null, null, null); + B.TextStyle_C3K = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView titleSmall", null, null, null, null); + B.TextStyle_DGY = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView bodyLarge", null, null, null, null); + B.TextStyle_89P = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView bodyMedium", null, null, null, null); + B.TextStyle_F9d = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView bodySmall", null, null, null, null); + B.TextStyle_yDH = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelLarge", null, null, null, null); + B.TextStyle_gA4 = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelMedium", null, null, null, null); + B.TextStyle_aV5 = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelSmall", null, null, null, null); + B.TextTheme_BCG = new A.TextTheme(B.TextStyle_2bx, B.TextStyle_AAN, B.TextStyle_Fb0, B.TextStyle_otF, B.TextStyle_v5C, B.TextStyle_ugl, B.TextStyle_DzI, B.TextStyle_nj4, B.TextStyle_C3K, B.TextStyle_DGY, B.TextStyle_89P, B.TextStyle_F9d, B.TextStyle_yDH, B.TextStyle_gA4, B.TextStyle_aV5); + B.TextStyle_2Vk = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displayLarge", null, null, null, null); + B.TextStyle_ES6 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displayMedium", null, null, null, null); + B.TextStyle_2Vk0 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displaySmall", null, null, null, null); + B.TextStyle_6pl = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity headlineLarge", null, null, null, null); + B.TextStyle_7Cs = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity headlineMedium", null, null, null, null); + B.TextStyle_m1K = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity headlineSmall", null, null, null, null); + B.TextStyle_IMB = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity titleLarge", null, null, null, null); + B.TextStyle_M6L = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity titleMedium", null, null, null, null); + B.TextStyle_Scn = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity titleSmall", null, null, null, null); + B.TextStyle_dSf = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity bodyLarge", null, null, null, null); + B.TextStyle_OXX = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity bodyMedium", null, null, null, null); + B.TextStyle_mdN = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity bodySmall", null, null, null, null); + B.TextStyle_lTx = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity labelLarge", null, null, null, null); + B.TextStyle_Irr = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity labelMedium", null, null, null, null); + B.TextStyle_deg = new A.TextStyle(true, B.Color_4294967295, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity labelSmall", null, null, null, null); + B.TextTheme_E6J = new A.TextTheme(B.TextStyle_2Vk, B.TextStyle_ES6, B.TextStyle_2Vk0, B.TextStyle_6pl, B.TextStyle_7Cs, B.TextStyle_m1K, B.TextStyle_IMB, B.TextStyle_M6L, B.TextStyle_Scn, B.TextStyle_dSf, B.TextStyle_OXX, B.TextStyle_mdN, B.TextStyle_lTx, B.TextStyle_Irr, B.TextStyle_deg); + B.TextStyle_7eO = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_0, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displayLarge 2014", null, null, null, null); + B.TextStyle_w59 = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displayMedium 2014", null, null, null, null); + B.TextStyle_UEt = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displaySmall 2014", null, null, null, null); + B.TextStyle_ivl = new A.TextStyle(false, null, null, null, null, null, 40, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike headlineLarge 2014", null, null, null, null); + B.TextStyle_dUj = new A.TextStyle(false, null, null, null, null, null, 34, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike headlineMedium 2014", null, null, null, null); + B.TextStyle_2jN = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike headlineSmall 2014", null, null, null, null); + B.TextStyle_GBG = new A.TextStyle(false, null, null, null, null, null, 20, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike titleLarge 2014", null, null, null, null); + B.TextStyle_8FR = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike titleMedium 2014", null, null, null, null); + B.TextStyle_f3S = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4, null, 0.1, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike titleSmall 2014", null, null, null, null); + B.TextStyle_aOh = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike bodyLarge 2014", null, null, null, null); + B.TextStyle_bh5 = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike bodyMedium 2014", null, null, null, null); + B.TextStyle_Oxn = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike bodySmall 2014", null, null, null, null); + B.TextStyle_QC2 = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike labelLarge 2014", null, null, null, null); + B.TextStyle_KDx = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike labelMedium 2014", null, null, null, null); + B.TextStyle_iFn = new A.TextStyle(false, null, null, null, null, null, 10, B.FontWeight_3, null, 1.5, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike labelSmall 2014", null, null, null, null); + B.TextTheme_Gl7 = new A.TextTheme(B.TextStyle_7eO, B.TextStyle_w59, B.TextStyle_UEt, B.TextStyle_ivl, B.TextStyle_dUj, B.TextStyle_2jN, B.TextStyle_GBG, B.TextStyle_8FR, B.TextStyle_f3S, B.TextStyle_aOh, B.TextStyle_bh5, B.TextStyle_Oxn, B.TextStyle_QC2, B.TextStyle_KDx, B.TextStyle_iFn); + B.TextStyle_gLV = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displayLarge", null, null, null, null); + B.TextStyle_QW2 = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displayMedium", null, null, null, null); + B.TextStyle_Hln = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displaySmall", null, null, null, null); + B.TextStyle_ueY = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond headlineLarge", null, null, null, null); + B.TextStyle_8Gl = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond headlineMedium", null, null, null, null); + B.TextStyle_46y = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond headlineSmall", null, null, null, null); + B.TextStyle_Ldh = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond titleLarge", null, null, null, null); + B.TextStyle_YsI = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond titleMedium", null, null, null, null); + B.TextStyle_NO4 = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond titleSmall", null, null, null, null); + B.TextStyle_RsV = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodyLarge", null, null, null, null); + B.TextStyle_kfn = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodyMedium", null, null, null, null); + B.TextStyle_5FW = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodySmall", null, null, null, null); + B.TextStyle_ciW = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelLarge", null, null, null, null); + B.TextStyle_Ohi = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelMedium", null, null, null, null); + B.TextStyle_o0y = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelSmall", null, null, null, null); + B.TextTheme_P12 = new A.TextTheme(B.TextStyle_gLV, B.TextStyle_QW2, B.TextStyle_Hln, B.TextStyle_ueY, B.TextStyle_8Gl, B.TextStyle_46y, B.TextStyle_Ldh, B.TextStyle_YsI, B.TextStyle_NO4, B.TextStyle_RsV, B.TextStyle_kfn, B.TextStyle_5FW, B.TextStyle_ciW, B.TextStyle_Ohi, B.TextStyle_o0y); + B.TextStyle_Hew = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displayLarge 2014", null, null, null, null); + B.TextStyle_96s = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displayMedium 2014", null, null, null, null); + B.TextStyle_yeX = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displaySmall 2014", null, null, null, null); + B.TextStyle_gkc = new A.TextStyle(false, null, null, null, null, null, 40, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall headlineLarge 2014", null, null, null, null); + B.TextStyle_Djg = new A.TextStyle(false, null, null, null, null, null, 34, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall headlineMedium 2014", null, null, null, null); + B.TextStyle_CjA = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall headlineSmall 2014", null, null, null, null); + B.TextStyle_wz6 = new A.TextStyle(false, null, null, null, null, null, 21, B.FontWeight_6, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall titleLarge 2014", null, null, null, null); + B.TextStyle_Epp = new A.TextStyle(false, null, null, null, null, null, 17, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall titleMedium 2014", null, null, null, null); + B.TextStyle_yhx = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_4, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall titleSmall 2014", null, null, null, null); + B.TextStyle_vBP = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_6, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall bodyLarge 2014", null, null, null, null); + B.TextStyle_Kzi = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall bodyMedium 2014", null, null, null, null); + B.TextStyle_hoO = new A.TextStyle(false, null, null, null, null, null, 13, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall bodySmall 2014", null, null, null, null); + B.TextStyle_cOk = new A.TextStyle(false, null, null, null, null, null, 15, B.FontWeight_6, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelLarge 2014", null, null, null, null); + B.TextStyle_izW = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelMedium 2014", null, null, null, null); + B.TextStyle_bhB = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_3, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelSmall 2014", null, null, null, null); + B.TextTheme_RkD = new A.TextTheme(B.TextStyle_Hew, B.TextStyle_96s, B.TextStyle_yeX, B.TextStyle_gkc, B.TextStyle_Djg, B.TextStyle_CjA, B.TextStyle_wz6, B.TextStyle_Epp, B.TextStyle_yhx, B.TextStyle_vBP, B.TextStyle_Kzi, B.TextStyle_hoO, B.TextStyle_cOk, B.TextStyle_izW, B.TextStyle_bhB); + B.TextStyle_WfL = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displayLarge", null, null, null, null); + B.TextStyle_kUZ = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displayMedium", null, null, null, null); + B.TextStyle_LlB = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displaySmall", null, null, null, null); + B.TextStyle_QnN = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineLarge", null, null, null, null); + B.TextStyle_CZe = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineMedium", null, null, null, null); + B.TextStyle_Qhc = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineSmall", null, null, null, null); + B.TextStyle_EOF = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleLarge", null, null, null, null); + B.TextStyle_gc6 = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleMedium", null, null, null, null); + B.TextStyle_HaL = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleSmall", null, null, null, null); + B.TextStyle_MMY = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodyLarge", null, null, null, null); + B.TextStyle_Qey = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodyMedium", null, null, null, null); + B.TextStyle_7BT = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodySmall", null, null, null, null); + B.TextStyle_jbp = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelLarge", null, null, null, null); + B.TextStyle_SNA = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelMedium", null, null, null, null); + B.TextStyle_fDQ = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelSmall", null, null, null, null); + B.TextTheme_UqR = new A.TextTheme(B.TextStyle_WfL, B.TextStyle_kUZ, B.TextStyle_LlB, B.TextStyle_QnN, B.TextStyle_CZe, B.TextStyle_Qhc, B.TextStyle_EOF, B.TextStyle_gc6, B.TextStyle_HaL, B.TextStyle_MMY, B.TextStyle_Qey, B.TextStyle_7BT, B.TextStyle_jbp, B.TextStyle_SNA, B.TextStyle_fDQ); + B.TextStyle_USZ = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displayLarge", null, null, null, null); + B.TextStyle_Fp5 = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displayMedium", null, null, null, null); + B.TextStyle_rdD = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displaySmall", null, null, null, null); + B.TextStyle_7fx = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineLarge", null, null, null, null); + B.TextStyle_mxj = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineMedium", null, null, null, null); + B.TextStyle_2Vk1 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineSmall", null, null, null, null); + B.TextStyle_OAI = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleLarge", null, null, null, null); + B.TextStyle_S7k = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleMedium", null, null, null, null); + B.TextStyle_06r = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleSmall", null, null, null, null); + B.TextStyle_i78 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond bodyLarge", null, null, null, null); + B.TextStyle_869 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond bodyMedium", null, null, null, null); + B.TextStyle_wKq = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond bodySmall", null, null, null, null); + B.TextStyle_SNJ = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelLarge", null, null, null, null); + B.TextStyle_6d7 = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelMedium", null, null, null, null); + B.TextStyle_8aB = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelSmall", null, null, null, null); + B.TextTheme_mDg = new A.TextTheme(B.TextStyle_USZ, B.TextStyle_Fp5, B.TextStyle_rdD, B.TextStyle_7fx, B.TextStyle_mxj, B.TextStyle_2Vk1, B.TextStyle_OAI, B.TextStyle_S7k, B.TextStyle_06r, B.TextStyle_i78, B.TextStyle_869, B.TextStyle_wKq, B.TextStyle_SNJ, B.TextStyle_6d7, B.TextStyle_8aB); + B.TextStyle_qNa = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki displayLarge", null, null, null, null); + B.TextStyle_sEs = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki displayMedium", null, null, null, null); + B.TextStyle_wwi = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki displaySmall", null, null, null, null); + B.TextStyle_Sjk = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki headlineLarge", null, null, null, null); + B.TextStyle_VYA = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki headlineMedium", null, null, null, null); + B.TextStyle_iZu = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki headlineSmall", null, null, null, null); + B.TextStyle_JFX = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki titleLarge", null, null, null, null); + B.TextStyle_o3G = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki titleMedium", null, null, null, null); + B.TextStyle_k4X = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki titleSmall", null, null, null, null); + B.TextStyle_yXb = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki bodyLarge", null, null, null, null); + B.TextStyle_ckJ = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki bodyMedium", null, null, null, null); + B.TextStyle_Gt8 = new A.TextStyle(true, B.Color_2315255808, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki bodySmall", null, null, null, null); + B.TextStyle_cOY = new A.TextStyle(true, B.Color_3707764736, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelLarge", null, null, null, null); + B.TextStyle_wsa = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelMedium", null, null, null, null); + B.TextStyle_AeS = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_Exl, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelSmall", null, null, null, null); + B.TextTheme_qRH = new A.TextTheme(B.TextStyle_qNa, B.TextStyle_sEs, B.TextStyle_wwi, B.TextStyle_Sjk, B.TextStyle_VYA, B.TextStyle_iZu, B.TextStyle_JFX, B.TextStyle_o3G, B.TextStyle_k4X, B.TextStyle_yXb, B.TextStyle_ckJ, B.TextStyle_Gt8, B.TextStyle_cOY, B.TextStyle_wsa, B.TextStyle_AeS); + B.TextStyle_PDz = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displayLarge", null, null, null, null); + B.TextStyle_kMT = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displayMedium", null, null, null, null); + B.TextStyle_chs = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displaySmall", null, null, null, null); + B.TextStyle_ecN = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineLarge", null, null, null, null); + B.TextStyle_2Vk2 = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineMedium", null, null, null, null); + B.TextStyle_apI = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineSmall", null, null, null, null); + B.TextStyle_Crc = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleLarge", null, null, null, null); + B.TextStyle_bmy = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleMedium", null, null, null, null); + B.TextStyle_9uj = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleSmall", null, null, null, null); + B.TextStyle_q8E = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino bodyLarge", null, null, null, null); + B.TextStyle_mXu = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino bodyMedium", null, null, null, null); + B.TextStyle_a3g = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino bodySmall", null, null, null, null); + B.TextStyle_Cht = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelLarge", null, null, null, null); + B.TextStyle_Bzp = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelMedium", null, null, null, null); + B.TextStyle_m6K = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelSmall", null, null, null, null); + B.TextTheme_woc = new A.TextTheme(B.TextStyle_PDz, B.TextStyle_kMT, B.TextStyle_chs, B.TextStyle_ecN, B.TextStyle_2Vk2, B.TextStyle_apI, B.TextStyle_Crc, B.TextStyle_bmy, B.TextStyle_9uj, B.TextStyle_q8E, B.TextStyle_mXu, B.TextStyle_a3g, B.TextStyle_Cht, B.TextStyle_Bzp, B.TextStyle_m6K); + B.TextStyle_cdS = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displayLarge", null, null, null, null); + B.TextStyle_yGZ = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displayMedium", null, null, null, null); + B.TextStyle_sQR = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displaySmall", null, null, null, null); + B.TextStyle_CNV = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView headlineLarge", null, null, null, null); + B.TextStyle_oyn = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView headlineMedium", null, null, null, null); + B.TextStyle_bdS = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView headlineSmall", null, null, null, null); + B.TextStyle_yzz = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView titleLarge", null, null, null, null); + B.TextStyle_KBt = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView titleMedium", null, null, null, null); + B.TextStyle_Tji = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView titleSmall", null, null, null, null); + B.TextStyle_o0M = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView bodyLarge", null, null, null, null); + B.TextStyle_Aqf = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView bodyMedium", null, null, null, null); + B.TextStyle_u8k = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView bodySmall", null, null, null, null); + B.TextStyle_omk = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelLarge", null, null, null, null); + B.TextStyle_nFb = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelMedium", null, null, null, null); + B.TextStyle_goM = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelSmall", null, null, null, null); + B.TextTheme_yTp = new A.TextTheme(B.TextStyle_cdS, B.TextStyle_yGZ, B.TextStyle_sQR, B.TextStyle_CNV, B.TextStyle_oyn, B.TextStyle_bdS, B.TextStyle_yzz, B.TextStyle_KBt, B.TextStyle_Tji, B.TextStyle_o0M, B.TextStyle_Aqf, B.TextStyle_u8k, B.TextStyle_omk, B.TextStyle_nFb, B.TextStyle_goM); B.TextWidthBasis_1 = new A.TextWidthBasis(1, "longestLine"); B.Text_OPN = new A.Text("", null, null, null, null, null, null, null, null, null, null); B.ThemeMode_0 = new A.ThemeMode(0, "system"); @@ -506446,6 +521960,7 @@ B.TileMode_0 = new A.TileMode(0, "clamp"); B.TileMode_3 = new A.TileMode(3, "decal"); B.TimeOfDayFormat_0 = new A.TimeOfDayFormat(0, "HH_colon_mm"); + B.TimeOfDayFormat_1 = new A.TimeOfDayFormat(1, "HH_dot_mm"); B.TimeOfDayFormat_2 = new A.TimeOfDayFormat(2, "frenchCanadian"); B.TimeOfDayFormat_3 = new A.TimeOfDayFormat(3, "H_colon_mm"); B.TimeOfDayFormat_4 = new A.TimeOfDayFormat(4, "h_colon_mm_space_a"); @@ -506459,7 +521974,7 @@ B.ToolbarOptions_false_false_true_true = new A.ToolbarOptions(false, false, true, true); B.ToolbarOptions_true_false_false_true = new A.ToolbarOptions(true, false, false, true); B.ToolbarOptions_true_true_true_true = new A.ToolbarOptions(true, true, true, true); - B.TooltipThemeData_kSE = new A.TooltipThemeData(null, null, null, null, null, null, null, null); + B.TooltipThemeData_MAi = new A.TooltipThemeData(null, null, null, null, null, null, null, null, null, null); B.TooltipTriggerMode_1 = new A.TooltipTriggerMode(1, "longPress"); B.TooltipTriggerMode_2 = new A.TooltipTriggerMode(2, "tap"); B.TransformKind_0 = new A.TransformKind(0, "identity"); @@ -506526,6 +522041,7 @@ B.Type_TapGestureRecognizer_62h = A.typeLiteral("TapGestureRecognizer"); B.Type_TapSequenceGestureRecognizer_7F1 = A.typeLiteral("TapSequenceGestureRecognizer"); B.Type_TimeOfDay_JJ0 = A.typeLiteral("TimeOfDay"); + B.Type_TransposeCharactersIntent_a66 = A.typeLiteral("TransposeCharactersIntent"); B.Type_Uint16List_2bx = A.typeLiteral("Uint16List"); B.Type_Uint32List_2bx = A.typeLiteral("Uint32List"); B.Type_Uint8ClampedList_Jik = A.typeLiteral("Uint8ClampedList"); @@ -506533,6 +522049,7 @@ B.Type_UndoTextIntent_yzJ = A.typeLiteral("UndoTextIntent"); B.Type_UpdateSelectionIntent_RH1 = A.typeLiteral("UpdateSelectionIntent"); B.Type_Uri_EFX = A.typeLiteral("Uri"); + B.Type_VoidCallbackIntent_sEX = A.typeLiteral("VoidCallbackIntent"); B.Type_Vq1 = A.typeLiteral("HorizontalDragGestureRecognizer"); B.Type_WidgetsLocalizations_43h = A.typeLiteral("WidgetsLocalizations"); B.Type__AnyTapGestureRecognizer_5RQ = A.typeLiteral("_AnyTapGestureRecognizer"); @@ -506548,7 +522065,7 @@ B.Type_oyU = A.typeLiteral("ExpandSelectionToLineBreakIntent"); B.Type_s8I = A.typeLiteral("DoNothingAndStopPropagationIntent"); B.Type_wu8 = A.typeLiteral("DeleteToNextWordBoundaryIntent"); - B.UnderlineInputBorder_qFk = new A.UnderlineInputBorder(B.BorderRadius_tLn1, B.BorderSide_27z); + B.UnderlineInputBorder_aRc = new A.UnderlineInputBorder(B.BorderRadius_tLn1, B.BorderSide_hrQ); B.UnfocusDisposition_0 = new A.UnfocusDisposition(0, "scope"); B.UnfocusDisposition_1 = new A.UnfocusDisposition(1, "previouslyFocusedChild"); B.UnicodeRange_11264_55297_TextDirection_1 = new A.UnicodeRange(11264, 55297, B.TextDirection_1, type$.UnicodeRange_legacy_TextDirection); @@ -506585,12 +522102,11 @@ B.ValueKey_CrossFadeState_0 = new A.ValueKey(B.CrossFadeState_0, type$.ValueKey_legacy_CrossFadeState); B.ValueKey_CrossFadeState_1 = new A.ValueKey(B.CrossFadeState_1, type$.ValueKey_legacy_CrossFadeState); B.ValueKey_U86 = new A.ValueKey("time-picker-dial", type$.ValueKey_legacy_String); + B.ValueKey_caret_primary = new A.ValueKey("caret_primary", type$.ValueKey_legacy_String); B.VelocityEstimate_MMm = new A.VelocityEstimate(B.Offset_0_0, 0, B.Duration_0, B.Offset_0_0); B.VerticalDirection_0 = new A.VerticalDirection(0, "up"); B.VerticalDirection_1 = new A.VerticalDirection(1, "down"); B.ViewMeasuredSizes_0_0_0_0 = new A.ViewMeasuredSizes(0, 0, 0, 0); - B.ViewportEdge_0 = new A.ViewportEdge(0, "leading"); - B.ViewportEdge_1 = new A.ViewportEdge(1, "trailing"); B.VisualDensity_0_0 = new A.VisualDensity(0, 0); B.VisualDensity_m2_m2 = new A.VisualDensity(-2, -2); B.WrapAlignment_0 = new A.WrapAlignment(0, "start"); @@ -506685,11 +522201,12 @@ B._MdiIconData_AmO = new A._MdiIconData(984241, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_AmO1 = new A._MdiIconData(984355, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_CtR = new A._MdiIconData(985228, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_EuK1 = new A._MdiIconData(983152, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_EuK0 = new A._MdiIconData(983267, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_EuK = new A._MdiIconData(983492, "Material Design Icons", "material_design_icons_flutter", false); - B._MdiIconData_EuK3 = new A._MdiIconData(984034, "Material Design Icons", "material_design_icons_flutter", false); - B._MdiIconData_EuK1 = new A._MdiIconData(984402, "Material Design Icons", "material_design_icons_flutter", false); - B._MdiIconData_EuK2 = new A._MdiIconData(986194, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_EuK4 = new A._MdiIconData(984034, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_EuK2 = new A._MdiIconData(984402, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_EuK3 = new A._MdiIconData(986194, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_FFB = new A._MdiIconData(983863, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_GDY = new A._MdiIconData(985231, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_Gjc0 = new A._MdiIconData(983360, "Material Design Icons", "material_design_icons_flutter", false); @@ -506734,6 +522251,7 @@ B._MdiIconData_jVE = new A._MdiIconData(983583, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_jVE1 = new A._MdiIconData(983922, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_kmg = new A._MdiIconData(986972, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_omC = new A._MdiIconData(986334, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_omH = new A._MdiIconData(986661, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_ouN = new A._MdiIconData(983871, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_rJg = new A._MdiIconData(984430, "Material Design Icons", "material_design_icons_flutter", false); @@ -506772,8 +522290,8 @@ B._ModifierSidePair_ModifierKey_7_KeyboardSide_3 = new A._ModifierSidePair(B.ModifierKey_7, B.KeyboardSide_3); B._NullWidget_null1 = new A._NullWidget(null); B._NullWidget_null0 = new A._NullWidget0(null); - B._NullWidget_null = new A._NullWidget1(null); - B._NullWidget_null2 = new A._NullWidget3(null); + B._NullWidget_null = new A._NullWidget2(null); + B._NullWidget_null2 = new A._NullWidget4(null); B._ParagraphCommandType_0 = new A._ParagraphCommandType(0, "addText"); B._ParagraphCommandType_2 = new A._ParagraphCommandType(2, "pushStyle"); B._ParagraphCommandType_3 = new A._ParagraphCommandType(3, "addPlaceholder"); @@ -506878,8 +522396,6 @@ $.scheduleFrameCallback = null; $.pluginMessageCallHandler = null; $.PointerBinding__instance = null; - $._BaseAdapter__listeners = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic_Function_Event); - $._BaseAdapter__nativeListeners = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic_Function_Event); $._WheelEventListenerMixin__defaultScrollLineHeight = null; $._PointerState__pointerCount = 0; $._frameTimings = A._setArrayType([], type$.JSArray_FrameTiming); @@ -506900,7 +522416,7 @@ $._lastText = ""; $._lastCssFont = ""; $._lastWidth = -1; - $.formsOnTheDom = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("FormElement")); + $.formsOnTheDom = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.JavaScriptObject); $._ellipseFeatureDetected = null; $._isUrlStrategySet = false; $._customUrlStrategy = null; @@ -506931,18 +522447,12 @@ $._BigIntImpl____lastQuoRemUsed = A._Cell$named("_lastQuoRemUsed"); $._BigIntImpl____lastRemUsed = A._Cell$named("_lastRemUsed"); $._BigIntImpl____lastRem_nsh = A._Cell$named("_lastRem_nsh"); - $._extensions = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Future(String,Map)")); + $._extensions = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Future_ServiceExtensionResponse_Function_2_String_and_Map_String_String); $._FakeUserTag__instances = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("_FakeUserTag")); $.Timeline__stack = A._setArrayType([], A.findType("JSArray<_SyncBlock?>")); - $.Element__parseDocument = null; - $.Element__parseRange = null; - $.Element__defaultValidator = null; - $.Element__defaultSanitizer = null; - $._Html5NodeValidator__attributeValidators = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Function); $._Platform__environmentCache = null; $._Platform__cachedOSVersion = null; $.Deflate____config = A._Cell$named("_config"); - $._platformInstanceNeedsInit = true; $._indentingBuiltValueToStringHelperIndent = 0; $.__messages = A._Cell$named("messages"); $._initialized = false; @@ -506988,6 +522498,7 @@ $.WidgetsApp_showPerformanceOverlayOverride = false; $.WidgetsBinding__instance = null; $.debugProfileBuildsEnabled = false; + $.debugProfileBuildsEnabledUserWidgets = false; $._ScribbleFocusableState__nextElementIdentifier = 1; $.KeySet__tempHashStore3 = A._setArrayType([0, 0, 0], type$.JSArray_int); $.KeySet__tempHashStore4 = A._setArrayType([0, 0, 0, 0], type$.JSArray_int); @@ -507038,7 +522549,7 @@ $.injectedModels = A.LinkedHashSet_LinkedHashSet$_empty(A.findType("InjectedBaseState<@>")); $._contextSet = A._setArrayType([], A.findType("JSArray")); $.defaultComponentBuilders = A._setArrayType([B.C_BlockquoteComponentBuilder, B.C_ParagraphComponentBuilder, B.C_ListItemComponentBuilder, B.C_ImageComponentBuilder, B.C_HorizontalRuleComponentBuilder], A.findType("JSArray")); - $.defaultKeyboardActions = A._setArrayType([A.document_keyboard_actions__doNothingWhenThereIsNoSelection$closure(), A.document_keyboard_actions__pasteWhenCmdVIsPressed$closure(), A.document_keyboard_actions__copyWhenCmdCIsPressed$closure(), A.document_keyboard_actions__cutWhenCmdXIsPressed$closure(), A.document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure(), A.document_keyboard_actions__selectAllWhenCmdAIsPressed$closure(), A.document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure(), A.list_items__tabToIndentListItem$closure(), A.list_items__shiftTabToUnIndentListItem$closure(), A.list_items__backspaceToUnIndentListItem$closure(), A.paragraph0__backspaceToClearParagraphBlockType$closure(), A.document_keyboard_actions__cmdBToToggleBold$closure(), A.document_keyboard_actions__cmdIToToggleItalics$closure(), A.text__shiftEnterToInsertNewlineInBlock$closure(), A.paragraph0__enterToInsertBlockNewline$closure(), A.document_keyboard_actions__backspaceToRemoveUpstreamContent$closure(), A.text__deleteToRemoveDownstreamContent$closure(), A.document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure(), A.document_keyboard_actions__deleteLineWithCmdBksp$closure(), A.document_keyboard_actions__deleteWordWithAltBksp$closure(), A.document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure(), A.paragraph0__anyCharacterToInsertInParagraph$closure(), A.text__anyCharacterToInsertInTextContent$closure()], A.findType("JSArray")); + $.defaultKeyboardActions = A._setArrayType([A.document_keyboard_actions__doNothingWhenThereIsNoSelection$closure(), A.document_keyboard_actions__pasteWhenCmdVIsPressed$closure(), A.document_keyboard_actions__copyWhenCmdCIsPressed$closure(), A.document_keyboard_actions__cutWhenCmdXIsPressed$closure(), A.document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure(), A.document_keyboard_actions__selectAllWhenCmdAIsPressed$closure(), A.document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure(), A.document_keyboard_actions__moveToLineStartWithHome$closure(), A.document_keyboard_actions__moveToLineEndWithEnd$closure(), A.list_items__tabToIndentListItem$closure(), A.list_items__shiftTabToUnIndentListItem$closure(), A.list_items__backspaceToUnIndentListItem$closure(), A.paragraph0__backspaceToClearParagraphBlockType$closure(), A.document_keyboard_actions__cmdBToToggleBold$closure(), A.document_keyboard_actions__cmdIToToggleItalics$closure(), A.text__shiftEnterToInsertNewlineInBlock$closure(), A.paragraph0__enterToInsertBlockNewline$closure(), A.document_keyboard_actions__backspaceToRemoveUpstreamContent$closure(), A.text__deleteToRemoveDownstreamContent$closure(), A.document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure(), A.document_keyboard_actions__deleteLineWithCmdBksp$closure(), A.document_keyboard_actions__deleteWordWithAltBksp$closure(), A.document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure(), A.paragraph0__anyCharacterToInsertInParagraph$closure(), A.text__anyCharacterToInsertInTextContent$closure()], A.findType("JSArray")); $.LinkViewController__instances = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, A.findType("LinkViewController")); $.Matrix4__decomposeV = null; $.Matrix4__decomposeM = null; @@ -507048,28 +522559,31 @@ var _lazyFinal = hunkHelpers.lazyFinal, _lazy = hunkHelpers.lazy, _lazyOld = hunkHelpers.lazyOld; - _lazyFinal($, "_browserEngine", "$get$_browserEngine", () => A.detectBrowserEngineByVendorAgent(A.window().navigator.vendor, J.toLowerCase$0$s(A.window().navigator.userAgent))); + _lazyFinal($, "_browserEngine", "$get$_browserEngine", () => A.detectBrowserEngineByVendorAgent(A.getProperty(A.DomWindowExtension_get_navigator(self.window), "vendor"), J.toLowerCase$0$s(A.DomNavigatorExtension_get_userAgent(A.DomWindowExtension_get_navigator(self.window))))); _lazyFinal($, "_operatingSystem", "$get$_operatingSystem", () => A.detectOperatingSystem()); _lazy($, "CanvasPool__runBuffer", "$get$CanvasPool__runBuffer", () => A.NativeFloat32List_NativeFloat32List(8)); _lazyFinal($, "_SaveStackTracking__unitZ", "$get$_SaveStackTracking__unitZ", () => A.Vector3_Vector3(0, 0, 1)); - _lazyFinal($, "_clipOpIntersect", "$get$_clipOpIntersect", () => J.get$Intersect$x(J.get$ClipOp$x(A.canvasKit()))); + _lazyFinal($, "_clipOpIntersect", "$get$_clipOpIntersect", () => A.SkClipOpEnumExtension_get_Intersect(A.CanvasKitExtension_get_ClipOp(A.canvasKit()))); _lazyFinal($, "useH5vccCanvasKit", "$get$useH5vccCanvasKit", () => self.window.h5vcc != null); - _lazyFinal($, "_skFontSlants", "$get$_skFontSlants", () => A._setArrayType([J.get$Upright$x(J.get$FontSlant$x(A.canvasKit())), J.get$Italic$x(J.get$FontSlant$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skFontWeights", "$get$_skFontWeights", () => A._setArrayType([J.get$Thin$x(J.get$FontWeight$x(A.canvasKit())), J.get$ExtraLight$x(J.get$FontWeight$x(A.canvasKit())), J.get$Light$x(J.get$FontWeight$x(A.canvasKit())), J.get$Normal$x(J.get$FontWeight$x(A.canvasKit())), J.get$Medium$x(J.get$FontWeight$x(A.canvasKit())), J.get$SemiBold$x(J.get$FontWeight$x(A.canvasKit())), J.get$Bold$x(J.get$FontWeight$x(A.canvasKit())), J.get$ExtraBold$x(J.get$FontWeight$x(A.canvasKit())), J.get$ExtraBlack$x(J.get$FontWeight$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skTextDirections", "$get$_skTextDirections", () => A._setArrayType([J.get$RTL$x(J.get$TextDirection$x(A.canvasKit())), J.get$LTR$x(J.get$TextDirection$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skTextAligns", "$get$_skTextAligns", () => A._setArrayType([J.get$Left$x(J.get$TextAlign$x(A.canvasKit())), J.get$Right$x(J.get$TextAlign$x(A.canvasKit())), J.get$Center$x(J.get$TextAlign$x(A.canvasKit())), J.get$Justify$x(J.get$TextAlign$x(A.canvasKit())), J.get$Start$x(J.get$TextAlign$x(A.canvasKit())), J.get$End$x(J.get$TextAlign$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skTextHeightBehaviors", "$get$_skTextHeightBehaviors", () => A._setArrayType([J.get$All$x(J.get$TextHeightBehavior$x(A.canvasKit())), J.get$DisableFirstAscent$x(J.get$TextHeightBehavior$x(A.canvasKit())), J.get$DisableLastDescent$x(J.get$TextHeightBehavior$x(A.canvasKit())), J.get$DisableAll$x(J.get$TextHeightBehavior$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skRectHeightStyles", "$get$_skRectHeightStyles", () => A._setArrayType([J.get$Tight$x(J.get$RectHeightStyle$x(A.canvasKit())), J.get$Max$x(J.get$RectHeightStyle$x(A.canvasKit())), J.get$IncludeLineSpacingMiddle$x(J.get$RectHeightStyle$x(A.canvasKit())), J.get$IncludeLineSpacingTop$x(J.get$RectHeightStyle$x(A.canvasKit())), J.get$IncludeLineSpacingBottom$x(J.get$RectHeightStyle$x(A.canvasKit())), J.get$Strut$x(J.get$RectHeightStyle$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skRectWidthStyles", "$get$_skRectWidthStyles", () => A._setArrayType([J.get$Tight$x(J.get$RectWidthStyle$x(A.canvasKit())), J.get$Max$x(J.get$RectWidthStyle$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skClipOps", "$get$_skClipOps", () => A._setArrayType([J.get$Difference$x(J.get$ClipOp$x(A.canvasKit())), J.get$Intersect$x(J.get$ClipOp$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skFillTypes", "$get$_skFillTypes", () => A._setArrayType([J.get$Winding$x(J.get$FillType$x(A.canvasKit())), J.get$EvenOdd$x(J.get$FillType$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skBlurStyles", "$get$_skBlurStyles", () => A._setArrayType([J.get$Normal$x(J.get$BlurStyle$x(A.canvasKit())), J.get$Solid$x(J.get$BlurStyle$x(A.canvasKit())), J.get$Outer$x(J.get$BlurStyle$x(A.canvasKit())), J.get$Inner$x(J.get$BlurStyle$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skStrokeCaps", "$get$_skStrokeCaps", () => A._setArrayType([J.get$Butt$x(J.get$StrokeCap$x(A.canvasKit())), J.get$Round$x(J.get$StrokeCap$x(A.canvasKit())), J.get$Square$x(J.get$StrokeCap$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skPaintStyles", "$get$_skPaintStyles", () => A._setArrayType([J.get$Fill$x(J.get$PaintStyle$x(A.canvasKit())), J.get$Stroke$x(J.get$PaintStyle$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skBlendModes", "$get$_skBlendModes", () => A._setArrayType([J.get$Clear$x(J.get$BlendMode$x(A.canvasKit())), J.get$Src$x(J.get$BlendMode$x(A.canvasKit())), J.get$Dst$x(J.get$BlendMode$x(A.canvasKit())), J.get$SrcOver$x(J.get$BlendMode$x(A.canvasKit())), J.get$DstOver$x(J.get$BlendMode$x(A.canvasKit())), J.get$SrcIn$x(J.get$BlendMode$x(A.canvasKit())), J.get$DstIn$x(J.get$BlendMode$x(A.canvasKit())), J.get$SrcOut$x(J.get$BlendMode$x(A.canvasKit())), J.get$DstOut$x(J.get$BlendMode$x(A.canvasKit())), J.get$SrcATop$x(J.get$BlendMode$x(A.canvasKit())), J.get$DstATop$x(J.get$BlendMode$x(A.canvasKit())), J.get$Xor$x(J.get$BlendMode$x(A.canvasKit())), J.get$Plus$x(J.get$BlendMode$x(A.canvasKit())), J.get$Modulate$x(J.get$BlendMode$x(A.canvasKit())), J.get$Screen$x(J.get$BlendMode$x(A.canvasKit())), J.get$Overlay$x(J.get$BlendMode$x(A.canvasKit())), J.get$Darken$x(J.get$BlendMode$x(A.canvasKit())), J.get$Lighten$x(J.get$BlendMode$x(A.canvasKit())), J.get$ColorDodge$x(J.get$BlendMode$x(A.canvasKit())), J.get$ColorBurn$x(J.get$BlendMode$x(A.canvasKit())), J.get$HardLight$x(J.get$BlendMode$x(A.canvasKit())), J.get$SoftLight$x(J.get$BlendMode$x(A.canvasKit())), J.get$Difference$x(J.get$BlendMode$x(A.canvasKit())), J.get$Exclusion$x(J.get$BlendMode$x(A.canvasKit())), J.get$Multiply$x(J.get$BlendMode$x(A.canvasKit())), J.get$Hue$x(J.get$BlendMode$x(A.canvasKit())), J.get$Saturation$x(J.get$BlendMode$x(A.canvasKit())), J.get$Color$x(J.get$BlendMode$x(A.canvasKit())), J.get$Luminosity$x(J.get$BlendMode$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skStrokeJoins", "$get$_skStrokeJoins", () => A._setArrayType([J.get$Miter$x(J.get$StrokeJoin$x(A.canvasKit())), J.get$Round$x(J.get$StrokeJoin$x(A.canvasKit())), J.get$Bevel$x(J.get$StrokeJoin$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skTileModes", "$get$_skTileModes", () => A._setArrayType([J.get$Clamp$x(J.get$TileMode$x(A.canvasKit())), J.get$Repeat$x(J.get$TileMode$x(A.canvasKit())), J.get$Mirror$x(J.get$TileMode$x(A.canvasKit())), J.get$Decal$x(J.get$TileMode$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_filterOptions", "$get$_filterOptions", () => A.LinkedHashMap_LinkedHashMap$_literal([B.FilterQuality_0, {filter: J.get$Nearest$x(J.get$FilterMode$x(A.canvasKit())), mipmap: J.get$None$x(J.get$MipmapMode$x(A.canvasKit()))}, B.FilterQuality_1, {filter: J.get$Linear$x(J.get$FilterMode$x(A.canvasKit())), mipmap: J.get$None$x(J.get$MipmapMode$x(A.canvasKit()))}, B.FilterQuality_2, {filter: J.get$Linear$x(J.get$FilterMode$x(A.canvasKit())), mipmap: J.get$Linear$x(J.get$MipmapMode$x(A.canvasKit()))}, B.FilterQuality_3, {B: 0.3333333333333333, C: 0.3333333333333333}], A.findType("FilterQuality"), A.findType("CkFilterOptions"))); + _lazyFinal($, "_skFontSlants", "$get$_skFontSlants", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_FontSlant(A.canvasKit()), "Upright"), A.getProperty(A.CanvasKitExtension_get_FontSlant(A.canvasKit()), "Italic")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skFontWeights", "$get$_skFontWeights", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "Thin"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "ExtraLight"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "Light"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "Normal"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "Medium"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "SemiBold"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "Bold"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "ExtraBold"), A.getProperty(A.CanvasKitExtension_get_FontWeight(A.canvasKit()), "ExtraBlack")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skTextDirections", "$get$_skTextDirections", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_TextDirection(A.canvasKit()), "RTL"), A.getProperty(A.CanvasKitExtension_get_TextDirection(A.canvasKit()), "LTR")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skTextAligns", "$get$_skTextAligns", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_TextAlign(A.canvasKit()), "Left"), A.getProperty(A.CanvasKitExtension_get_TextAlign(A.canvasKit()), "Right"), A.getProperty(A.CanvasKitExtension_get_TextAlign(A.canvasKit()), "Center"), A.getProperty(A.CanvasKitExtension_get_TextAlign(A.canvasKit()), "Justify"), A.getProperty(A.CanvasKitExtension_get_TextAlign(A.canvasKit()), "Start"), A.getProperty(A.CanvasKitExtension_get_TextAlign(A.canvasKit()), "End")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skTextHeightBehaviors", "$get$_skTextHeightBehaviors", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_TextHeightBehavior(A.canvasKit()), "All"), A.getProperty(A.CanvasKitExtension_get_TextHeightBehavior(A.canvasKit()), "DisableFirstAscent"), A.getProperty(A.CanvasKitExtension_get_TextHeightBehavior(A.canvasKit()), "DisableLastDescent"), A.getProperty(A.CanvasKitExtension_get_TextHeightBehavior(A.canvasKit()), "DisableAll")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skRectHeightStyles", "$get$_skRectHeightStyles", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_RectHeightStyle(A.canvasKit()), "Tight"), A.getProperty(A.CanvasKitExtension_get_RectHeightStyle(A.canvasKit()), "Max"), A.getProperty(A.CanvasKitExtension_get_RectHeightStyle(A.canvasKit()), "IncludeLineSpacingMiddle"), A.getProperty(A.CanvasKitExtension_get_RectHeightStyle(A.canvasKit()), "IncludeLineSpacingTop"), A.getProperty(A.CanvasKitExtension_get_RectHeightStyle(A.canvasKit()), "IncludeLineSpacingBottom"), A.getProperty(A.CanvasKitExtension_get_RectHeightStyle(A.canvasKit()), "Strut")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skRectWidthStyles", "$get$_skRectWidthStyles", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_RectWidthStyle(A.canvasKit()), "Tight"), A.getProperty(A.CanvasKitExtension_get_RectWidthStyle(A.canvasKit()), "Max")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skClipOps", "$get$_skClipOps", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_ClipOp(A.canvasKit()), "Difference"), A.SkClipOpEnumExtension_get_Intersect(A.CanvasKitExtension_get_ClipOp(A.canvasKit()))], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skFillTypes", "$get$_skFillTypes", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_FillType(A.canvasKit()), "Winding"), A.getProperty(A.CanvasKitExtension_get_FillType(A.canvasKit()), "EvenOdd")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skBlurStyles", "$get$_skBlurStyles", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_BlurStyle(A.canvasKit()), "Normal"), A.getProperty(A.CanvasKitExtension_get_BlurStyle(A.canvasKit()), "Solid"), A.getProperty(A.CanvasKitExtension_get_BlurStyle(A.canvasKit()), "Outer"), A.getProperty(A.CanvasKitExtension_get_BlurStyle(A.canvasKit()), "Inner")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skStrokeCaps", "$get$_skStrokeCaps", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_StrokeCap(A.canvasKit()), "Butt"), A.getProperty(A.CanvasKitExtension_get_StrokeCap(A.canvasKit()), "Round"), A.getProperty(A.CanvasKitExtension_get_StrokeCap(A.canvasKit()), "Square")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skPaintStyles", "$get$_skPaintStyles", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_PaintStyle(A.canvasKit()), "Fill"), A.getProperty(A.CanvasKitExtension_get_PaintStyle(A.canvasKit()), "Stroke")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skBlendModes", "$get$_skBlendModes", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Clear"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Src"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Dst"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "SrcOver"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "DstOver"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "SrcIn"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "DstIn"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "SrcOut"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "DstOut"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "SrcATop"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "DstATop"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Xor"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Plus"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Modulate"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Screen"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Overlay"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Darken"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Lighten"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "ColorDodge"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "ColorBurn"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "HardLight"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "SoftLight"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Difference"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Exclusion"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Multiply"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Hue"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Saturation"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Color"), A.getProperty(A.CanvasKitExtension_get_BlendMode(A.canvasKit()), "Luminosity")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skStrokeJoins", "$get$_skStrokeJoins", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_StrokeJoin(A.canvasKit()), "Miter"), A.getProperty(A.CanvasKitExtension_get_StrokeJoin(A.canvasKit()), "Round"), A.getProperty(A.CanvasKitExtension_get_StrokeJoin(A.canvasKit()), "Bevel")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skTileModes", "$get$_skTileModes", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_TileMode(A.canvasKit()), "Clamp"), A.getProperty(A.CanvasKitExtension_get_TileMode(A.canvasKit()), "Repeat"), A.getProperty(A.CanvasKitExtension_get_TileMode(A.canvasKit()), "Mirror"), A.getProperty(A.CanvasKitExtension_get_TileMode(A.canvasKit()), "Decal")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_filterOptions", "$get$_filterOptions", () => { + var t1 = type$.JavaScriptObject; + return A.LinkedHashMap_LinkedHashMap$_literal([B.FilterQuality_0, t1._as({filter: A.SkFilterModeEnumExtension_get_Nearest(A.CanvasKitExtension_get_FilterMode(A.canvasKit())), mipmap: A.SkMipmapModeEnumExtension_get_None(A.CanvasKitExtension_get_MipmapMode(A.canvasKit()))}), B.FilterQuality_1, t1._as({filter: A.SkFilterModeEnumExtension_get_Linear(A.CanvasKitExtension_get_FilterMode(A.canvasKit())), mipmap: A.SkMipmapModeEnumExtension_get_None(A.CanvasKitExtension_get_MipmapMode(A.canvasKit()))}), B.FilterQuality_2, t1._as({filter: A.SkFilterModeEnumExtension_get_Linear(A.CanvasKitExtension_get_FilterMode(A.canvasKit())), mipmap: A.SkMipmapModeEnumExtension_get_Linear(A.CanvasKitExtension_get_MipmapMode(A.canvasKit()))}), B.FilterQuality_3, t1._as({B: 0.3333333333333333, C: 0.3333333333333333})], A.findType("FilterQuality"), t1); + }); _lazyFinal($, "_kDefaultSkColorStops", "$get$_kDefaultSkColorStops", () => { var t1 = A.NativeFloat32List_NativeFloat32List(2); t1[0] = 0; @@ -507077,16 +522591,16 @@ return t1; }); _lazyFinal($, "_sharedSkColor1", "$get$_sharedSkColor1", () => A.mallocFloat32List(4)); - _lazyFinal($, "_skTextDecorationStyles", "$get$_skTextDecorationStyles", () => A._setArrayType([J.get$Solid$x(J.get$DecorationStyle$x(A.canvasKit())), J.get$Double$x(J.get$DecorationStyle$x(A.canvasKit())), J.get$Dotted$x(J.get$DecorationStyle$x(A.canvasKit())), J.get$Dashed$x(J.get$DecorationStyle$x(A.canvasKit())), J.get$Wavy$x(J.get$DecorationStyle$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skTextBaselines", "$get$_skTextBaselines", () => A._setArrayType([J.get$Alphabetic$x(J.get$TextBaseline$x(A.canvasKit())), J.get$Ideographic$x(J.get$TextBaseline$x(A.canvasKit()))], A.findType("JSArray"))); - _lazyFinal($, "_skPlaceholderAlignments", "$get$_skPlaceholderAlignments", () => A._setArrayType([J.get$Baseline$x(J.get$PlaceholderAlignment$x(A.canvasKit())), J.get$AboveBaseline$x(J.get$PlaceholderAlignment$x(A.canvasKit())), J.get$BelowBaseline$x(J.get$PlaceholderAlignment$x(A.canvasKit())), J.get$Top$x(J.get$PlaceholderAlignment$x(A.canvasKit())), J.get$Bottom$x(J.get$PlaceholderAlignment$x(A.canvasKit())), J.get$Middle$x(J.get$PlaceholderAlignment$x(A.canvasKit()))], A.findType("JSArray"))); + _lazyFinal($, "_skTextDecorationStyles", "$get$_skTextDecorationStyles", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_DecorationStyle(A.canvasKit()), "Solid"), A.getProperty(A.CanvasKitExtension_get_DecorationStyle(A.canvasKit()), "Double"), A.getProperty(A.CanvasKitExtension_get_DecorationStyle(A.canvasKit()), "Dotted"), A.getProperty(A.CanvasKitExtension_get_DecorationStyle(A.canvasKit()), "Dashed"), A.getProperty(A.CanvasKitExtension_get_DecorationStyle(A.canvasKit()), "Wavy")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skTextBaselines", "$get$_skTextBaselines", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_TextBaseline(A.canvasKit()), "Alphabetic"), A.getProperty(A.CanvasKitExtension_get_TextBaseline(A.canvasKit()), "Ideographic")], type$.JSArray_JavaScriptObject)); + _lazyFinal($, "_skPlaceholderAlignments", "$get$_skPlaceholderAlignments", () => A._setArrayType([A.getProperty(A.CanvasKitExtension_get_PlaceholderAlignment(A.canvasKit()), "Baseline"), A.getProperty(A.CanvasKitExtension_get_PlaceholderAlignment(A.canvasKit()), "AboveBaseline"), A.getProperty(A.CanvasKitExtension_get_PlaceholderAlignment(A.canvasKit()), "BelowBaseline"), A.getProperty(A.CanvasKitExtension_get_PlaceholderAlignment(A.canvasKit()), "Top"), A.getProperty(A.CanvasKitExtension_get_PlaceholderAlignment(A.canvasKit()), "Bottom"), A.getProperty(A.CanvasKitExtension_get_PlaceholderAlignment(A.canvasKit()), "Middle")], type$.JSArray_JavaScriptObject)); _lazyFinal($, "Collector__productionInstance", "$get$Collector__productionInstance", () => A.ProductionCollector$()); _lazy($, "Collector__instance", "$get$Collector__instance", () => $.$get$Collector__productionInstance()); _lazy($, "browserSupportsFinalizationRegistry", "$get$browserSupportsFinalizationRegistry", () => self.window.FinalizationRegistry != null); _lazy($, "HtmlViewEmbedder_instance", "$get$HtmlViewEmbedder_instance", () => { var t1 = type$.int, t2 = type$.JSArray_int; - return new A.HtmlViewEmbedder(A.LinkedHashSet_LinkedHashSet$_empty(t1), A._setArrayType([], A.findType("JSArray")), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.CkPictureRecorder), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("EmbeddedViewParams")), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("ViewClipChain")), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("Surface")), A.LinkedHashSet_LinkedHashSet$_empty(t1), A._setArrayType([], t2), A._setArrayType([], t2), $.$get$window().get$physicalSize(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Set_String)); + return new A.HtmlViewEmbedder(A.EmbedderFrameContext$(), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("EmbeddedViewParams")), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("ViewClipChain")), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("Surface")), A.LinkedHashSet_LinkedHashSet$_empty(t1), A._setArrayType([], t2), A._setArrayType([], t2), $.$get$window().get$physicalSize(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Set_String)); }); _lazy($, "FontFallbackData__instance", "$get$FontFallbackData__instance", () => { var t1 = type$.int; @@ -507122,30 +522636,29 @@ var t1 = A.findType("SkiaObject"); return new A.SynchronousSkiaObjectCache(500, A.DoubleLinkedQueue$(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("DoubleLinkedQueueEntry>"))); }); - _lazyFinal($, "CkParagraphBuilder__defaultTextForeground", "$get$CkParagraphBuilder__defaultTextForeground", () => new self.window.flutterCanvasKit.Paint()); + _lazyFinal($, "CkParagraphBuilder__defaultTextForeground", "$get$CkParagraphBuilder__defaultTextForeground", () => type$.JavaScriptObject._as(new self.window.flutterCanvasKit.Paint())); _lazyFinal($, "CkParagraphBuilder__defaultTextBackground", "$get$CkParagraphBuilder__defaultTextBackground", () => { - var t1 = new self.window.flutterCanvasKit.Paint(); - J.setColorInt$1$x(t1, 0); + var t1 = type$.JavaScriptObject._as(new self.window.flutterCanvasKit.Paint()); + A.SkPaintExtension_setColorInt(t1, 0); return t1; }); _lazyFinal($, "SaveElementStackTracking__unitZ", "$get$SaveElementStackTracking__unitZ", () => A.Vector3_Vector3(0, 0, 1)); _lazyFinal($, "_fontChangeMessage", "$get$_fontChangeMessage", () => B.C_JSONMessageCodec.encodeMessage$1(A.LinkedHashMap_LinkedHashMap$_literal(["type", "fontsChange"], type$.String, type$.dynamic))); _lazyFinal($, "kSvgResourceHeader", "$get$kSvgResourceHeader", () => { - var t2, - t1 = A.SvgSvgElement_SvgSvgElement(); - t1.setAttribute("width", 0); - t1.setAttribute("height", 0); - t2 = t1.style; - (t2 && B.CssStyleDeclaration_methods).set$position(t2, "absolute"); + var t1 = A.createSVGSVGElement(); + A.DomElementExtension_setAttribute(t1, "width", 0); + A.DomElementExtension_setAttribute(t1, "height", 0); + A.DomCSSStyleDeclarationExtension_set_position(A.DomElementExtension_get_style(t1), "absolute"); return t1; }); _lazyFinal($, "_PaintBounds__tempRectData", "$get$_PaintBounds__tempRectData", () => A.NativeFloat32List_NativeFloat32List(4)); + _lazy($, "_sharedCanvas", "$get$_sharedCanvas", () => new A.SharedCanvas()); _lazyFinal($, "VertexShaders_vertexIndicesForRect", "$get$VertexShaders_vertexIndicesForRect", () => A.NativeUint16List_NativeUint16List$fromList(A._setArrayType([0, 1, 2, 2, 3, 0], type$.JSArray_int))); - _lazyFinal($, "_supportsDecode", "$get$_supportsDecode", () => A.getJsProperty(A.getJsProperty(A.getJsProperty(A.window(), "Image"), "prototype"), "decode") != null); + _lazyFinal($, "_supportsDecode", "$get$_supportsDecode", () => A.getJsProperty(A.getJsProperty(A.getJsProperty(self.window, "Image"), "prototype"), "decode") != null); _lazyFinal($, "platformViewManager", "$get$platformViewManager", () => { var t1 = type$.String, t2 = type$.int; - return new A.PlatformViewManager(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Function), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.Element), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1)); + return new A.PlatformViewManager(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Function), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.JavaScriptObject), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1)); }); _lazyFinal($, "_kLogicalAltLeft", "$get$_kLogicalAltLeft", () => 8589934852); _lazyFinal($, "_kLogicalAltRight", "$get$_kLogicalAltRight", () => 8589934853); @@ -507156,28 +522669,35 @@ _lazyFinal($, "_kLogicalMetaLeft", "$get$_kLogicalMetaLeft", () => 8589934854); _lazyFinal($, "_kLogicalMetaRight", "$get$_kLogicalMetaRight", () => 8589934855); _lazyFinal($, "_kLogicalKeyToModifierGetter", "$get$_kLogicalKeyToModifierGetter", () => A.LinkedHashMap_LinkedHashMap$_literal([$.$get$_kLogicalAltLeft(), new A._kLogicalKeyToModifierGetter_closure(), $.$get$_kLogicalAltRight(), new A._kLogicalKeyToModifierGetter_closure0(), $.$get$_kLogicalControlLeft(), new A._kLogicalKeyToModifierGetter_closure1(), $.$get$_kLogicalControlRight(), new A._kLogicalKeyToModifierGetter_closure2(), $.$get$_kLogicalShiftLeft(), new A._kLogicalKeyToModifierGetter_closure3(), $.$get$_kLogicalShiftRight(), new A._kLogicalKeyToModifierGetter_closure4(), $.$get$_kLogicalMetaLeft(), new A._kLogicalKeyToModifierGetter_closure5(), $.$get$_kLogicalMetaRight(), new A._kLogicalKeyToModifierGetter_closure6()], type$.int, A.findType("bool(FlutterHtmlKeyboardEvent)"))); + _lazy($, "HighContrastSupport_instance", "$get$HighContrastSupport_instance", () => new A.HighContrastSupport(A._setArrayType([], A.findType("JSArray<~(bool)>")), A.DomWindowExtension_matchMedia(self.window, "(forced-colors: active)"))); _lazyFinal($, "EnginePlatformDispatcher__instance", "$get$EnginePlatformDispatcher__instance", () => { - var t1 = type$.Object; - t1 = new A.EnginePlatformDispatcher(A.PlatformConfiguration$(B.C_AccessibilityFeatures, false, "/", A.EnginePlatformDispatcher_parseBrowserLanguages(), B.Brightness_1, false, null, A.findBrowserTextScaleFactor()), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("FlutterWindow")), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("ViewConfiguration0")), A.window().matchMedia("(prefers-color-scheme: dark)")); - t1._addBrightnessMediaQueryListener$0(); - t1._addFontSizeObserver$0(); - return t1; + var t3, + t1 = A.EnginePlatformDispatcher_parseBrowserLanguages(), + t2 = A.findBrowserTextScaleFactor(), + builder = A.EngineAccessibilityFeaturesBuilder$(0); + if (A.DomMediaQueryListExtension_get_matches($.$get$HighContrastSupport_instance()._highContrastMediaQuery)) + builder.set$highContrast(true); + t3 = type$.Object; + t3 = new A.EnginePlatformDispatcher(A.PlatformConfiguration$(builder.build$0(), false, "/", t1, B.Brightness_1, false, null, t2), A.LinkedHashMap_LinkedHashMap$_empty(t3, A.findType("FlutterWindow")), A.LinkedHashMap_LinkedHashMap$_empty(t3, A.findType("ViewConfiguration0")), A.DomWindowExtension_matchMedia(self.window, "(prefers-color-scheme: dark)")); + t3._addBrightnessMediaQueryListener$0(); + $.$get$HighContrastSupport_instance().addListener$1(0, t3.get$_updateHighContrast()); + t3._addFontSizeObserver$0(); + A.registerHotRestartListener(t3.get$dispose()); + return t3; }); + _lazy($, "SafariPointerEventWorkaround_instance", "$get$SafariPointerEventWorkaround_instance", () => new A.SafariPointerEventWorkaround()); _lazy($, "_frameTimingsLastSubmitTime", "$get$_frameTimingsLastSubmitTime", () => A._nowMicros()); - _lazyFinal($, "supportsFontLoadingApi", "$get$supportsFontLoadingApi", () => A.hasProperty(A.window(), "FontFace")); + _lazyFinal($, "supportsFontLoadingApi", "$get$supportsFontLoadingApi", () => A.hasProperty(self.window, "FontFace")); _lazyFinal($, "supportsFontsClearApi", "$get$supportsFontsClearApi", () => { - if (A.hasProperty(A.document(), "fonts")) { - var t1 = A.document().fonts; + if (A.hasProperty(self.document, "fonts")) { + var t1 = A.DomHTMLDocumentExtension_get_fonts(self.document); t1.toString; t1 = A.hasProperty(t1, "clear"); } else t1 = false; return t1; }); - _lazy($, "browserSupportsImageDecoder", "$get$browserSupportsImageDecoder", () => { - var t1 = self.window.ImageDecoder != null && A.browserEngine() === B.BrowserEngine_0; - return t1; - }); + _lazy($, "browserSupportsImageDecoder", "$get$browserSupportsImageDecoder", () => self.window.ImageDecoder != null && A.browserEngine() === B.BrowserEngine_0); _lazyFinal($, "accessibilityAnnouncements", "$get$accessibilityAnnouncements", () => { var t1 = $.AccessibilityAnnouncements__instance; return t1 == null ? $.AccessibilityAnnouncements__instance = A.AccessibilityAnnouncements$_() : t1; @@ -507186,19 +522706,18 @@ _lazyFinal($, "FontManager_notPunctuation", "$get$FontManager_notPunctuation", () => A.RegExp_RegExp("[a-z0-9\\s]+", false, false, false, false)); _lazyFinal($, "FontManager_startWithDigit", "$get$FontManager_startWithDigit", () => A.RegExp_RegExp("\\b\\d", true, false, false, false)); _lazy($, "Spanometer__rulerHost", "$get$Spanometer__rulerHost", () => { - var t1 = A.Element_Element$tag("flt-ruler-host"), + var t1 = A.createDomElement("flt-ruler-host"), t2 = new A.RulerHost(t1), - t3 = t1.style; - (t3 && B.CssStyleDeclaration_methods).set$position(t3, "fixed"); - B.CssStyleDeclaration_methods.set$visibility(t3, "hidden"); - B.CssStyleDeclaration_methods.set$overflow(t3, "hidden"); - B.CssStyleDeclaration_methods.set$top(t3, "0"); - B.CssStyleDeclaration_methods.set$left(t3, "0"); - B.CssStyleDeclaration_methods.set$width(t3, "0"); - B.CssStyleDeclaration_methods.set$height(t3, "0"); - t3 = A.flutterViewEmbedder()._glassPaneShadow.get$node(); - t3.appendChild(t1); - A.registerHotRestartListener(t2.get$dispose(t2)); + t3 = A.DomElementExtension_get_style(t1); + A.DomCSSStyleDeclarationExtension_set_position(t3, "fixed"); + A.DomCSSStyleDeclarationExtension_set_visibility(t3, "hidden"); + A.DomCSSStyleDeclarationExtension_set_overflow(t3, "hidden"); + A.DomCSSStyleDeclarationExtension_set_top(t3, "0"); + A.DomCSSStyleDeclarationExtension_set_left(t3, "0"); + A.DomCSSStyleDeclarationExtension_set_width(t3, "0"); + A.DomCSSStyleDeclarationExtension_set_height(t3, "0"); + A.DomNodeExtension_appendChild(A.flutterViewEmbedder()._glassPaneShadow.get$node(), t1); + A.registerHotRestartListener(t2.get$dispose()); return t2; }); _lazyFinal($, "_textDirectionLookup", "$get$_textDirectionLookup", () => A.UnicodePropertyLookup$(A._setArrayType([B.UnicodeRange_65_90_TextDirection_1, B.UnicodeRange_97_122_TextDirection_1, B.UnicodeRange_192_214_TextDirection_1, B.UnicodeRange_216_246_TextDirection_1, B.UnicodeRange_248_696_TextDirection_1, B.UnicodeRange_768_1424_TextDirection_1, B.UnicodeRange_1425_1775_TextDirection_0, B.UnicodeRange_1786_2303_TextDirection_0, B.UnicodeRange_2304_8191_TextDirection_1, B.UnicodeRange_8206_8206_TextDirection_1, B.UnicodeRange_8207_8207_TextDirection_0, B.UnicodeRange_11264_55297_TextDirection_1, B.UnicodeRange_55298_55299_TextDirection_0, B.UnicodeRange_55300_55353_TextDirection_1, B.UnicodeRange_55354_55355_TextDirection_0, B.UnicodeRange_55356_56319_TextDirection_1, B.UnicodeRange_63744_64284_TextDirection_1, B.UnicodeRange_64285_65023_TextDirection_0, B.UnicodeRange_65024_65135_TextDirection_1, B.UnicodeRange_65136_65276_TextDirection_0, B.UnicodeRange_65277_65535_TextDirection_1], A.findType("JSArray>")), null, A.findType("TextDirection?"))); @@ -507211,10 +522730,7 @@ _lazyFinal($, "_tempRectData", "$get$_tempRectData", () => A.NativeFloat32List_NativeFloat32List(4)); _lazyFinal($, "_tempPointData", "$get$_tempPointData", () => A.NativeFloat32List_NativeFloat32List(16)); _lazyFinal($, "_tempPointMatrix", "$get$_tempPointMatrix", () => A.Matrix4$fromFloat32List($.$get$_tempPointData())); - _lazy($, "printWarning", "$get$printWarning", () => { - A.window(); - return B.C_Console.get$warn(); - }); + _lazy($, "printWarning", "$get$printWarning", () => A.DomConsoleExtension_get_warn(A.DomWindowExtension_get_console(self.window))); _lazyFinal($, "window0", "$get$window", () => A.EngineSingletonFlutterWindow$(0, $.$get$EnginePlatformDispatcher__instance())); _lazyFinal($, "DART_CLOSURE_PROPERTY_NAME", "$get$DART_CLOSURE_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartClosure")); _lazyFinal($, "_CopyingBytesBuilder__emptyList", "$get$_CopyingBytesBuilder__emptyList", () => A.NativeUint8List_NativeUint8List(0)); @@ -507288,22 +522804,6 @@ _lazyFinal($, "_scannerTables", "$get$_scannerTables", () => A._createTables()); _lazyFinal($, "_FakeUserTag__defaultTag", "$get$_FakeUserTag__defaultTag", () => A._FakeUserTag__FakeUserTag("Default")); _lazy($, "_currentTag", "$get$_currentTag", () => $.$get$_FakeUserTag__defaultTag()); - _lazyFinal($, "CssStyleDeclaration__propertyCache", "$get$CssStyleDeclaration__propertyCache", () => ({})); - _lazyFinal($, "_Html5NodeValidator__allowedElements", "$get$_Html5NodeValidator__allowedElements", () => A.LinkedHashSet_LinkedHashSet$from(["A", "ABBR", "ACRONYM", "ADDRESS", "AREA", "ARTICLE", "ASIDE", "AUDIO", "B", "BDI", "BDO", "BIG", "BLOCKQUOTE", "BR", "BUTTON", "CANVAS", "CAPTION", "CENTER", "CITE", "CODE", "COL", "COLGROUP", "COMMAND", "DATA", "DATALIST", "DD", "DEL", "DETAILS", "DFN", "DIR", "DIV", "DL", "DT", "EM", "FIELDSET", "FIGCAPTION", "FIGURE", "FONT", "FOOTER", "FORM", "H1", "H2", "H3", "H4", "H5", "H6", "HEADER", "HGROUP", "HR", "I", "IFRAME", "IMG", "INPUT", "INS", "KBD", "LABEL", "LEGEND", "LI", "MAP", "MARK", "MENU", "METER", "NAV", "NOBR", "OL", "OPTGROUP", "OPTION", "OUTPUT", "P", "PRE", "PROGRESS", "Q", "S", "SAMP", "SECTION", "SELECT", "SMALL", "SOURCE", "SPAN", "STRIKE", "STRONG", "SUB", "SUMMARY", "SUP", "TABLE", "TBODY", "TD", "TEXTAREA", "TFOOT", "TH", "THEAD", "TIME", "TR", "TRACK", "TT", "U", "UL", "VAR", "VIDEO", "WBR"], type$.String)); - _lazyFinal($, "Device_isOpera", "$get$Device_isOpera", () => J.contains$2$asx(A.Device_userAgent(), "Opera", 0)); - _lazyFinal($, "Device_isIE", "$get$Device_isIE", () => !$.$get$Device_isOpera() && J.contains$2$asx(A.Device_userAgent(), "Trident/", 0)); - _lazyFinal($, "Device_isFirefox", "$get$Device_isFirefox", () => J.contains$2$asx(A.Device_userAgent(), "Firefox", 0)); - _lazyFinal($, "Device_isWebKit", "$get$Device_isWebKit", () => !$.$get$Device_isOpera() && J.contains$2$asx(A.Device_userAgent(), "WebKit", 0)); - _lazyFinal($, "Device_cssPrefix", "$get$Device_cssPrefix", () => "-" + $.$get$Device_propertyPrefix() + "-"); - _lazyFinal($, "Device_propertyPrefix", "$get$Device_propertyPrefix", () => { - if ($.$get$Device_isFirefox()) - var t1 = "moz"; - else if ($.$get$Device_isIE()) - t1 = "ms"; - else - t1 = $.$get$Device_isOpera() ? "o" : "webkit"; - return t1; - }); _lazyFinal($, "_ioOverridesToken", "$get$_ioOverridesToken", () => new A.Object()); _lazyFinal($, "Platform__numberOfProcessors", "$get$Platform__numberOfProcessors", () => A._Platform_numberOfProcessors()); _lazyFinal($, "Platform__pathSeparator", "$get$Platform__pathSeparator", () => A._Platform_pathSeparator()); @@ -507353,17 +522853,6 @@ _lazyFinal($, "_log", "$get$_log1", () => $.$get$attributionsLog()); _lazyFinal($, "_log0", "$get$_log0", () => $.$get$attributionsLog()); _lazyFinal($, "attributionsLog", "$get$attributionsLog", () => A.Logger_Logger("attributions")); - _lazyFinal($, "_defaultButtonColors", "$get$_defaultButtonColors", () => { - var t1 = A.Color$(4286599942), - t2 = A.Color$(4282400832), - t3 = A.Color$(4280295456), - t4 = A.Color$(4294967295); - return A.WindowButtonColors$(A.Color$(4293980400), t4, t1, t3, t2, B.Color_0); - }); - _lazyFinal($, "BitsdojoWindowPlatform__token", "$get$BitsdojoWindowPlatform__token", () => new A.Object()); - _lazy($, "BitsdojoWindowPlatform__channelInstance", "$get$BitsdojoWindowPlatform__channelInstance", () => new A.MethodChannelBitsdojoWindow($.$get$BitsdojoWindowPlatform__token())); - _lazy($, "BitsdojoWindowPlatform__instance", "$get$BitsdojoWindowPlatform__instance", () => $.$get$BitsdojoWindowPlatform__channelInstance()); - _lazyFinal($, "AppWindowNotImplemented__instance", "$get$AppWindowNotImplemented__instance", () => new A.AppWindowNotImplemented()); _lazyFinal($, "isSoundMode", "$get$isSoundMode", () => !type$.List_int._is(A._setArrayType([], type$.JSArray_nullable_int))); _lazy($, "newBuiltValueToStringHelper", "$get$newBuiltValueToStringHelper", () => new A.newBuiltValueToStringHelper_closure()); _lazyFinal($, "_runtimeType", "$get$_runtimeType", () => A.getRuntimeType(A.RegExp_RegExp("", true, false, false, false))); @@ -507393,12 +522882,12 @@ J.get$children$x(t2).add$1(0, targetElement); target = targetElement; } - t1.__FilePickerWeb__target = target; + t1.__FilePickerWeb__target_A = target; return t1; }); _lazyFinal($, "FilePicker__token", "$get$FilePicker__token", () => new A.Object()); _lazy($, "FilePicker__instance", "$get$FilePicker__instance", () => A.FilePicker_FilePicker$_setPlatform()); - _lazyFinal($, "_channel", "$get$_channel", () => A.MethodChannel$("miguelruivo.flutter.plugins.filepicker", $.$get$Platform_isLinux() || $.$get$Platform_isWindows() || $.$get$Platform_isMacOS() ? B.C_JSONMethodCodec0 : B.C_StandardMethodCodec, null)); + _lazyFinal($, "_channel", "$get$_channel", () => A.MethodChannel$("miguelruivo.flutter.plugins.filepicker", $.$get$Platform_isLinux() || $.$get$Platform_isWindows() || $.$get$Platform_isMacOS() ? B.C_JSONMethodCodec0 : B.C_StandardMethodCodec0, null)); _lazyFinal($, "_kFlingSpringDescription", "$get$_kFlingSpringDescription", () => A.SpringDescription$withDampingRatio(1, 1, 500)); _lazyFinal($, "cupertinoDesktopTextSelectionControls", "$get$cupertinoDesktopTextSelectionControls", () => new A._CupertinoDesktopTextSelectionControls()); _lazyFinal($, "_kRightMiddleTween", "$get$_kRightMiddleTween", () => A.Tween$(B.Offset_1_0, B.Offset_0_0, type$.Offset)); @@ -507462,13 +522951,19 @@ _lazy($, "RenderErrorBox_backgroundColor", "$get$RenderErrorBox_backgroundColor", () => B.Color_4039164096); _lazy($, "RenderErrorBox_textStyle", "$get$RenderErrorBox_textStyle", () => { var _null = null; - return A.TextStyle_TextStyle(_null, B.Color_4281348144, _null, _null, _null, _null, "sans-serif", _null, _null, 18, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.TextStyle_TextStyle(_null, B.Color_4281348144, _null, _null, _null, _null, "sans-serif", _null, _null, 18, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }); _lazy($, "RenderErrorBox_paragraphStyle", "$get$RenderErrorBox_paragraphStyle", () => { var _null = null; return A.ParagraphStyle_ParagraphStyle(_null, _null, _null, _null, _null, _null, _null, _null, _null, B.TextAlign_0, B.TextDirection_1, _null); }); _lazyFinal($, "_SemanticsGeometry__temporaryTransformHolder", "$get$_SemanticsGeometry__temporaryTransformHolder", () => A.Matrix4$zero()); + _lazyFinal($, "RenderParagraph__placeholderCharacter", "$get$RenderParagraph__placeholderCharacter", () => A.String_String$fromCharCode(65532)); + _lazyFinal($, "_transparentPaint", "$get$_transparentPaint", () => { + var t1 = A.Paint_Paint(); + t1.set$color(0, B.Color_0); + return t1; + }); _lazyFinal($, "SemanticsNode__kEmptyConfig", "$get$SemanticsNode__kEmptyConfig", () => A.SemanticsConfiguration$()); _lazyFinal($, "SemanticsNode__kEmptyChildList", "$get$SemanticsNode__kEmptyChildList", () => A.NativeInt32List_NativeInt32List(0)); _lazyFinal($, "SemanticsNode__kEmptyCustomSemanticsActionsList", "$get$SemanticsNode__kEmptyCustomSemanticsActionsList", () => A.NativeInt32List_NativeInt32List(0)); @@ -507483,91 +522978,195 @@ return A.LinkedHashMap_LinkedHashMap$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589935090, B.LogicalKeyboardKey_8589934851, B.LogicalKeyboardKey_8589935090, B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589935094, B.LogicalKeyboardKey_8589934855, B.LogicalKeyboardKey_8589935094, B.LogicalKeyboardKey_8589934852, B.LogicalKeyboardKey_8589935092, B.LogicalKeyboardKey_8589934853, B.LogicalKeyboardKey_8589935092, B.LogicalKeyboardKey_8589934848, B.LogicalKeyboardKey_8589935088, B.LogicalKeyboardKey_8589934849, B.LogicalKeyboardKey_8589935088], t1, t1); }); _lazyFinal($, "platformViewsRegistry", "$get$platformViewsRegistry", () => new A.PlatformViewsRegistry()); - _lazyFinal($, "RawKeyboard_instance", "$get$RawKeyboard_instance", () => { - var t1 = type$.PhysicalKeyboardKey; - return new A.RawKeyboard(A._setArrayType([], A.findType("JSArray<~(RawKeyEvent)>")), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.LogicalKeyboardKey), A.LinkedHashSet_LinkedHashSet$_empty(t1)); - }); + _lazyFinal($, "RawKeyboard_instance", "$get$RawKeyboard_instance", () => new A.RawKeyboard(A._setArrayType([], A.findType("JSArray<~(RawKeyEvent)>")), A.LinkedHashMap_LinkedHashMap$_empty(type$.PhysicalKeyboardKey, type$.LogicalKeyboardKey))); _lazyFinal($, "RawKeyboard__modifierKeyMap", "$get$RawKeyboard__modifierKeyMap", () => { var t1 = type$.PhysicalKeyboardKey; return A.LinkedHashMap_LinkedHashMap$_literal([B._ModifierSidePair_ModifierKey_2_KeyboardSide_1, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458978], t1), B._ModifierSidePair_ModifierKey_2_KeyboardSide_2, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458982], t1), B._ModifierSidePair_ModifierKey_2_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458978, B.PhysicalKeyboardKey_458982], t1), B._ModifierSidePair_ModifierKey_2_KeyboardSide_0, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458978], t1), B._ModifierSidePair_ModifierKey_1_KeyboardSide_1, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458977], t1), B._ModifierSidePair_ModifierKey_1_KeyboardSide_2, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458981], t1), B._ModifierSidePair_ModifierKey_1_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458977, B.PhysicalKeyboardKey_458981], t1), B._ModifierSidePair_ModifierKey_1_KeyboardSide_0, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458977], t1), B._ModifierSidePair_ModifierKey_0_KeyboardSide_1, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458976], t1), B._ModifierSidePair_ModifierKey_0_KeyboardSide_2, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458980], t1), B._ModifierSidePair_ModifierKey_0_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458976, B.PhysicalKeyboardKey_458980], t1), B._ModifierSidePair_ModifierKey_0_KeyboardSide_0, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458976], t1), B._ModifierSidePair_ModifierKey_3_KeyboardSide_1, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458979], t1), B._ModifierSidePair_ModifierKey_3_KeyboardSide_2, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458983], t1), B._ModifierSidePair_ModifierKey_3_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458979, B.PhysicalKeyboardKey_458983], t1), B._ModifierSidePair_ModifierKey_3_KeyboardSide_0, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458979], t1), B._ModifierSidePair_ModifierKey_4_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458809], t1), B._ModifierSidePair_ModifierKey_5_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458835], t1), B._ModifierSidePair_ModifierKey_6_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_458823], t1), B._ModifierSidePair_ModifierKey_7_KeyboardSide_3, A.LinkedHashSet_LinkedHashSet$_literal([B.PhysicalKeyboardKey_18], t1)], A.findType("_ModifierSidePair"), A.findType("Set")); }); _lazyFinal($, "RawKeyboard__allModifiersExceptFn", "$get$RawKeyboard__allModifiersExceptFn", () => A.LinkedHashMap_LinkedHashMap$_literal([B.PhysicalKeyboardKey_458978, B.LogicalKeyboardKey_8589934852, B.PhysicalKeyboardKey_458982, B.LogicalKeyboardKey_8589934853, B.PhysicalKeyboardKey_458977, B.LogicalKeyboardKey_8589934850, B.PhysicalKeyboardKey_458981, B.LogicalKeyboardKey_8589934851, B.PhysicalKeyboardKey_458976, B.LogicalKeyboardKey_8589934848, B.PhysicalKeyboardKey_458980, B.LogicalKeyboardKey_8589934849, B.PhysicalKeyboardKey_458979, B.LogicalKeyboardKey_8589934854, B.PhysicalKeyboardKey_458983, B.LogicalKeyboardKey_8589934855, B.PhysicalKeyboardKey_458809, B.LogicalKeyboardKey_4294967556, B.PhysicalKeyboardKey_458835, B.LogicalKeyboardKey_4294967562, B.PhysicalKeyboardKey_458823, B.LogicalKeyboardKey_4294967564], type$.PhysicalKeyboardKey, type$.LogicalKeyboardKey)); _lazyFinal($, "RawKeyboard__allModifiers", "$get$RawKeyboard__allModifiers", () => { - var t2, t3, - t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.PhysicalKeyboardKey, type$.LogicalKeyboardKey); + var t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.PhysicalKeyboardKey, type$.LogicalKeyboardKey); t1.$indexSet(0, B.PhysicalKeyboardKey_18, B.LogicalKeyboardKey_4294967558); - for (t2 = $.$get$RawKeyboard__allModifiersExceptFn(), t2 = t2.get$entries(t2), t2 = t2.get$iterator(t2); t2.moveNext$0();) { - t3 = t2.get$current(t2); - t1.$indexSet(0, t3.get$key(t3), t3.get$value(t3)); - } + t1.addAll$1(0, $.$get$RawKeyboard__allModifiersExceptFn()); return t1; }); _lazyFinal($, "FilteringTextInputFormatter_singleLineFormatter", "$get$FilteringTextInputFormatter_singleLineFormatter", () => new A.FilteringTextInputFormatter("\n", false, "")); _lazyFinal($, "TextInput__instance", "$get$TextInput__instance", () => { var t1 = new A.TextInput(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("ScribbleClient"))); - t1.__TextInput__channel = B.OptionalMethodChannel_L9J; - t1.get$_text_input$_channel().setMethodCallHandler$1(t1.get$_handleTextInputInvocation()); + t1.__TextInput__channel_A = B.OptionalMethodChannel_L9J; + t1.get$_text_input$_channel().setMethodCallHandler$1(t1.get$_loudlyHandleTextInputInvocation()); return t1; }); _lazy($, "WidgetsApp_defaultActions", "$get$WidgetsApp_defaultActions", () => { var t1 = A.findType("~(Action)"); - return A.LinkedHashMap_LinkedHashMap$_literal([B.Type_DoNothingIntent_IQR, A.DoNothingAction$(true), B.Type_s8I, A.DoNothingAction$(false), B.Type_RequestFocusIntent_OPB, new A.RequestFocusAction(A.ObserverList$(t1)), B.Type_NextFocusIntent_6xB, new A.NextFocusAction(A.ObserverList$(t1)), B.Type_PreviousFocusIntent_wsa, new A.PreviousFocusAction(A.ObserverList$(t1)), B.Type_DirectionalFocusIntent_evN, new A.DirectionalFocusAction(false, A.ObserverList$(t1)), B.Type_ScrollIntent_mpH, new A.ScrollAction(A.ObserverList$(t1)), B.Type_PrioritizedIntents_fLu, new A.PrioritizedAction(A.ObserverList$(t1))], type$.Type, type$.Action_Intent); + return A.LinkedHashMap_LinkedHashMap$_literal([B.Type_DoNothingIntent_IQR, A.DoNothingAction$(true), B.Type_s8I, A.DoNothingAction$(false), B.Type_RequestFocusIntent_OPB, new A.RequestFocusAction(A.ObserverList$(t1)), B.Type_NextFocusIntent_6xB, new A.NextFocusAction(A.ObserverList$(t1)), B.Type_PreviousFocusIntent_wsa, new A.PreviousFocusAction(A.ObserverList$(t1)), B.Type_DirectionalFocusIntent_evN, new A.DirectionalFocusAction(false, A.ObserverList$(t1)), B.Type_ScrollIntent_mpH, new A.ScrollAction(A.ObserverList$(t1)), B.Type_PrioritizedIntents_fLu, new A.PrioritizedAction(A.ObserverList$(t1)), B.Type_VoidCallbackIntent_sEX, new A.VoidCallbackAction(A.ObserverList$(t1))], type$.Type, type$.Action_Intent); }); - _lazyFinal($, "DefaultTextEditingShortcuts__webShortcuts", "$get$DefaultTextEditingShortcuts__webShortcuts", () => { - var t3, _i, pressShift, t4, t5, + _lazyFinal($, "DefaultTextEditingShortcuts__commonShortcuts", "$get$DefaultTextEditingShortcuts__commonShortcuts", () => { + var t3, _i, pressShift, t1 = type$.Intent, - t2 = A.LinkedHashMap_LinkedHashMap$_empty(A.findType("ShortcutActivator"), t1); + t2 = A.LinkedHashMap_LinkedHashMap$_empty(type$.ShortcutActivator, t1); for (t3 = A.findType("SingleActivator"), _i = 0; _i < 2; ++_i) { pressShift = B.List_true_false[_i]; - for (t4 = A.LinkedHashMap_LinkedHashMap$_literal([A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, true, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, true, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, true, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, true, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, true, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, true, pressShift), B.C_DoNothingAndStopPropagationTextIntent], t3, t1), t4 = t4.get$entries(t4), t4 = t4.get$iterator(t4); t4.moveNext$0();) { - t5 = t4.get$current(t4); - t2.$indexSet(0, t5.get$key(t5), t5.get$value(t5)); - } + t2.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, false, pressShift), B.DeleteCharacterIntent_false, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, true, false, pressShift), B.DeleteToNextWordBoundaryIntent_false, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, true, false, false, pressShift), B.DeleteToLineBreakIntent_false, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, false, pressShift), B.DeleteCharacterIntent_true, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, true, false, pressShift), B.DeleteToNextWordBoundaryIntent_true, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, true, false, false, pressShift), B.DeleteToLineBreakIntent_true], t3, t1)); } - t2.$indexSet(0, B.SingleActivator_j8H, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H0, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H1, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H2, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H3, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H4, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H5, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H6, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H7, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H8, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H9, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H10, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H11, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H12, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H13, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H14, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H7, B.ExtendSelectionByCharacterIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H8, B.ExtendSelectionByCharacterIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H9, B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H10, B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H11, B.ExtendSelectionByCharacterIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H12, B.ExtendSelectionByCharacterIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H13, B.ExtendSelectionVerticallyToAdjacentLineIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H14, B.ExtendSelectionVerticallyToAdjacentLineIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H15, B.ExtendSelectionToLineBreakIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H16, B.ExtendSelectionToLineBreakIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H17, B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H18, B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H19, B.ExtendSelectionToLineBreakIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H20, B.ExtendSelectionToLineBreakIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H21, B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H22, B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H23, B.ExtendSelectionToNextWordBoundaryIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H24, B.ExtendSelectionToNextWordBoundaryIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H25, B.ExtendSelectionToNextWordBoundaryIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H26, B.ExtendSelectionToNextWordBoundaryIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_mmH, B.CopySelectionTextIntent_true); + t2.$indexSet(0, B.SingleActivator_mmH0, B.CopySelectionTextIntent_false); + t2.$indexSet(0, B.SingleActivator_mmH1, B.C_PasteTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH2, B.C_SelectAllTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH3, B.C_UndoTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH4, B.C_RedoTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH5, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_gc6, B.C_DoNothingAndStopPropagationTextIntent); + return t2; + }); + _lazyFinal($, "DefaultTextEditingShortcuts__androidShortcuts", "$get$DefaultTextEditingShortcuts__androidShortcuts", () => $.$get$DefaultTextEditingShortcuts__commonShortcuts()); + _lazyFinal($, "DefaultTextEditingShortcuts__fuchsiaShortcuts", "$get$DefaultTextEditingShortcuts__fuchsiaShortcuts", () => $.$get$DefaultTextEditingShortcuts__androidShortcuts()); + _lazyFinal($, "DefaultTextEditingShortcuts__linuxShortcuts", "$get$DefaultTextEditingShortcuts__linuxShortcuts", () => { + var t1 = A.LinkedHashMap_LinkedHashMap$of($.$get$DefaultTextEditingShortcuts__commonShortcuts(), type$.ShortcutActivator, type$.Intent); + t1.$indexSet(0, B.SingleActivator_j8H, B.ExtendSelectionToLineBreakIntent_true_false_false_false); + t1.$indexSet(0, B.SingleActivator_j8H0, B.ExtendSelectionToLineBreakIntent_true_false_false_true); + t1.$indexSet(0, B.SingleActivator_j8H1, B.ExtendSelectionToLineBreakIntent_false_false_false_false); + t1.$indexSet(0, B.SingleActivator_j8H2, B.ExtendSelectionToLineBreakIntent_false_false_false_true); + return t1; + }); + _lazyFinal($, "DefaultTextEditingShortcuts__macShortcuts", "$get$DefaultTextEditingShortcuts__macShortcuts", () => { + var t3, _i, pressShift, + t1 = type$.Intent, + t2 = A.LinkedHashMap_LinkedHashMap$_empty(type$.ShortcutActivator, t1); + for (t3 = A.findType("SingleActivator"), _i = 0; _i < 2; ++_i) { + pressShift = B.List_true_false[_i]; + t2.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, false, pressShift), B.DeleteCharacterIntent_false, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, true, false, false, pressShift), B.DeleteToNextWordBoundaryIntent_false, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, true, pressShift), B.DeleteToLineBreakIntent_false, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, false, pressShift), B.DeleteCharacterIntent_true, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, true, false, false, pressShift), B.DeleteToNextWordBoundaryIntent_true, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, true, pressShift), B.DeleteToLineBreakIntent_true], t3, t1)); + } + t2.$indexSet(0, B.SingleActivator_j8H7, B.ExtendSelectionByCharacterIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H8, B.ExtendSelectionByCharacterIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H9, B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H10, B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H11, B.ExtendSelectionByCharacterIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H12, B.ExtendSelectionByCharacterIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H13, B.ExtendSelectionVerticallyToAdjacentLineIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H14, B.ExtendSelectionVerticallyToAdjacentLineIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H15, B.ExtendSelectionToNextWordBoundaryIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H16, B.ExtendSelectionToNextWordBoundaryIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H17, B.ExtendSelectionToLineBreakIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H18, B.ExtendSelectionToLineBreakIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H19, B.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent_false); + t2.$indexSet(0, B.SingleActivator_j8H20, B.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent_true); + t2.$indexSet(0, B.SingleActivator_j8H21, B.ExtendSelectionToLineBreakIntent_false_true_false_false); + t2.$indexSet(0, B.SingleActivator_j8H22, B.ExtendSelectionToLineBreakIntent_false_true_false_true); + t2.$indexSet(0, B.SingleActivator_j8H27, B.ExtendSelectionToLineBreakIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H28, B.ExtendSelectionToLineBreakIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H29, B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H30, B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_j8H31, B.ExpandSelectionToLineBreakIntent_false); + t2.$indexSet(0, B.SingleActivator_j8H32, B.ExpandSelectionToLineBreakIntent_true); + t2.$indexSet(0, B.SingleActivator_j8H33, B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_false); + t2.$indexSet(0, B.SingleActivator_j8H34, B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_true); + t2.$indexSet(0, B.SingleActivator_mmH6, B.C_TransposeCharactersIntent); + t2.$indexSet(0, B.SingleActivator_j8H, B.ScrollToDocumentBoundaryIntent_false); + t2.$indexSet(0, B.SingleActivator_j8H0, B.ScrollToDocumentBoundaryIntent_true); + t2.$indexSet(0, B.SingleActivator_j8H1, B.ExpandSelectionToDocumentBoundaryIntent_false); + t2.$indexSet(0, B.SingleActivator_j8H2, B.ExpandSelectionToDocumentBoundaryIntent_true); + t2.$indexSet(0, B.SingleActivator_mmH7, B.CopySelectionTextIntent_true); + t2.$indexSet(0, B.SingleActivator_mmH8, B.CopySelectionTextIntent_false); + t2.$indexSet(0, B.SingleActivator_mmH9, B.C_PasteTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH10, B.C_SelectAllTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH11, B.C_UndoTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH12, B.C_RedoTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH13, B.ExtendSelectionToLineBreakIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_mmH2, B.ExtendSelectionToLineBreakIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_mmH14, B.ExtendSelectionByCharacterIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_mmH15, B.ExtendSelectionByCharacterIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_mmH16, B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_true); + t2.$indexSet(0, B.SingleActivator_mmH17, B.ExtendSelectionVerticallyToAdjacentLineIntent_true_false_false_false); + t2.$indexSet(0, B.SingleActivator_mmH5, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_gc6, B.C_DoNothingAndStopPropagationTextIntent); + return t2; + }); + _lazyFinal($, "DefaultTextEditingShortcuts__iOSShortcuts", "$get$DefaultTextEditingShortcuts__iOSShortcuts", () => $.$get$DefaultTextEditingShortcuts__macShortcuts()); + _lazyFinal($, "DefaultTextEditingShortcuts__windowsShortcuts", "$get$DefaultTextEditingShortcuts__windowsShortcuts", () => { + var t1 = A.LinkedHashMap_LinkedHashMap$of($.$get$DefaultTextEditingShortcuts__commonShortcuts(), type$.ShortcutActivator, type$.Intent); + t1.$indexSet(0, B.SingleActivator_j8H, B.ExtendSelectionToLineBreakIntent_true_false_true_false); + t1.$indexSet(0, B.SingleActivator_j8H0, B.ExtendSelectionToLineBreakIntent_true_false_true_true); + t1.$indexSet(0, B.SingleActivator_j8H1, B.ExtendSelectionToLineBreakIntent_false_false_true_false); + t1.$indexSet(0, B.SingleActivator_j8H2, B.ExtendSelectionToLineBreakIntent_false_false_true_true); + t1.$indexSet(0, B.SingleActivator_j8H3, B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_false); + t1.$indexSet(0, B.SingleActivator_j8H4, B.ExtendSelectionToDocumentBoundaryIntent_true_false_false_true); + t1.$indexSet(0, B.SingleActivator_j8H5, B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_false); + t1.$indexSet(0, B.SingleActivator_j8H6, B.ExtendSelectionToDocumentBoundaryIntent_false_false_false_true); + return t1; + }); + _lazyFinal($, "DefaultTextEditingShortcuts__webDisablingTextShortcuts", "$get$DefaultTextEditingShortcuts__webDisablingTextShortcuts", () => { + var t3, _i, pressShift, + t1 = type$.Intent, + t2 = A.LinkedHashMap_LinkedHashMap$_empty(type$.ShortcutActivator, t1); + for (t3 = A.findType("SingleActivator"), _i = 0; _i < 2; ++_i) { + pressShift = B.List_true_false[_i]; + t2.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, true, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, true, false, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, true, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, true, false, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967304, false, false, true, pressShift), B.C_DoNothingAndStopPropagationTextIntent, A.SingleActivator$(B.LogicalKeyboardKey_4294967423, false, false, true, pressShift), B.C_DoNothingAndStopPropagationTextIntent], t3, t1)); + } + t2.$indexSet(0, B.SingleActivator_j8H18, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H15, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H16, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H17, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H18, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H22, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H19, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H20, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H21, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H22, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H10, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H7, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H8, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H9, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H23, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H24, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H25, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H26, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H0, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H30, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H27, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H28, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H29, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_j8H30, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H34, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H31, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_j8H32, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_gc6, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH0, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH1, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH2, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH3, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH4, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H33, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H14, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H11, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H12, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H13, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H2, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H1, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H4, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_j8H3, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_mmH5, B.C_DoNothingAndStopPropagationTextIntent); - t2.$indexSet(0, B.SingleActivator_mmH6, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_gc6, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH, B.C_DoNothingAndStopPropagationTextIntent); t2.$indexSet(0, B.SingleActivator_mmH7, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH0, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH8, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH1, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH9, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH2, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH10, B.C_DoNothingAndStopPropagationTextIntent); return t2; }); _lazy($, "_NullElement_instance", "$get$_NullElement_instance", () => new A._NullElement(B._NullWidget_null, B._ElementLifecycle_0)); @@ -507578,7 +523177,6 @@ return new A._NotAnnounced(B.RouteSettings_null_null, t1, t2); }); _lazyFinal($, "_GlowController__crossAxisHalfTime", "$get$_GlowController__crossAxisHalfTime", () => A.Duration$(0, 0, 16667, 0, 0, 0)); - _lazyFinal($, "_defaultPageController", "$get$_defaultPageController", () => A.PageController$(0, 1)); _lazyFinal($, "ScrollPhysics__kDefaultSpring", "$get$ScrollPhysics__kDefaultSpring", () => A.SpringDescription$withDampingRatio(0.5, 1.1, 100)); _lazyFinal($, "ScrollPhysics__kDefaultTolerance", "$get$ScrollPhysics__kDefaultTolerance", () => { var t1, t2; @@ -507594,11 +523192,12 @@ return A.LinkedHashMap_LinkedHashMap$_literal([B.LogicalKeyboardKey_8589935088, A._setArrayType([B.LogicalKeyboardKey_8589934848, B.LogicalKeyboardKey_8589934849], t1), B.LogicalKeyboardKey_8589935090, A._setArrayType([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], t1), B.LogicalKeyboardKey_8589935092, A._setArrayType([B.LogicalKeyboardKey_8589934852, B.LogicalKeyboardKey_8589934853], t1), B.LogicalKeyboardKey_8589935094, A._setArrayType([B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589934855], t1)], type$.LogicalKeyboardKey, A.findType("List")); }); _lazyFinal($, "DefaultCacheManager__instance", "$get$DefaultCacheManager__instance", () => { - var t1 = new A._MemoryFileSystem(A.Context_Context(B.C__Posix.get$root(B.C__Posix), $.$get$Style_posix()), A.memory_file_system___defaultOpHandle$closure(), B.C__RealtimeClock, B.C__Posix), + var _null = null, + t1 = new A._MemoryFileSystem(A.Context_Context(B.C__Posix.get$root(B.C__Posix), $.$get$Style_posix()), A.memory_file_system___defaultOpHandle$closure(), B.C__RealtimeClock, B.C__Posix), t2 = type$.String, - t3 = new A.RootNode(t1, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.Node_4), null); - t3.Node$10(null); - t3.RealNode$1(null); + t3 = new A.RootNode(t1, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.Node_4), _null); + t3.Node$10(_null); + t3.RealNode$1(_null); t1._memory_file_system$_root = t3; t3 = t1._systemTemp; t1 = t1.directory$1(0, t3 == null ? t1._systemTemp = t1.directory$1(0, B.C__Posix.get$root(B.C__Posix)).createTempSync$1(".tmp_").path : t3); @@ -507612,6 +523211,10 @@ }); _lazy($, "cacheLogger", "$get$cacheLogger", () => new A.CacheLogger()); _lazyFinal($, "kCupertinoSupportedLanguages", "$get$kCupertinoSupportedLanguages", () => A.HashSet_HashSet$from(B.List_QXN, type$.String)); + _lazyFinal($, "dateSymbols", "$get$dateSymbols", () => { + var _null = null; + return A.LinkedHashMap_LinkedHashMap$_literal(["af", A.DateSymbols$(B.List_i7B, B.List_qJB, B.List_Pss, B.List_5VO, B.List_yPV, 6, 5, B.List_ebu, "af", B.List_qpm, B.List_6O8, B.List_SWX, B.List_zzJ, B.List_K1_K2_K3_K4, B.List_L1G, B.List_ebu, B.List_qpm, B.List_6O8, B.List_zzJ, B.List_L1G, B.List_96V, B.List_aBy, B.List_96V, B.List_5_6, _null), "am", A.DateSymbols$(B.List_Z3F, B.List_VWf, B.List_Pss, B.List_cMb, B.List_r6C, 6, 5, B.List_ACe, "am", B.List_k6K, B.List_Q5U, B.List_ASc, B.List_y9V, B.List_KTL, B.List_Khy, B.List_ACe, B.List_k6K, B.List_Q5U, B.List_y9V, B.List_Khy, B.List_aZ8, B.List_kWG, B.List_aZ8, B.List_5_6, _null), "ar", A.DateSymbols$(B.List_fbg, B.List_eBa, B.List_Pss, B.List_sJO, B.List_Xy5, 5, 4, B.List_ACL, "ar", B.List_a9w, B.List_Odg, B.List_gSl, B.List_ACL, B.List_gSl, B.List_0DX, B.List_ACL, B.List_a9w, B.List_Odg, B.List_ACL, B.List_0DX, B.List_0DX, B.List_kWG, B.List_0DX, B.List_4_5, "\u0660"), "az", A.DateSymbols$(B.List_AM_PM, B.List_MC2, B.List_Pss, B.List_y6N, B.List_MZv, 0, 6, B.List_zrt, "az", B.List_tO3, B.List_4YB, B.List_33h, B.List_6Vn, B.List_K2a, B.List_ATp, B.List_rTd, B.List_tO3, B.List_4YB, B.List_6Vn, B.List_ATp, B.List_mPL, B.List_aBy, B.List_mPL, B.List_5_6, _null), "be", A.DateSymbols$(B.List_AM_PM, B.List_E3c, B.List_Cju, B.List_o96, B.List_Tr4, 0, 6, B.List_AHF, "be", B.List_p2v, B.List_bnV, B.List_1mp, B.List_yrN, B.List_C7r, B.List_XZy, B.List_y1F, B.List_p2v, B.List_bnV, B.List_O2f, B.List_XZy, B.List_fcb, B.List_YGg, B.List_fcb, B.List_5_6, _null), "bg", A.DateSymbols$(B.List_yP5, B.List_e7r, B.List_o0N, B.List_M2D, B.List_huc, 0, 3, B.List_RsV, "bg", B.List_gUw, B.List_H7P, B.List_aJg, B.List_9hp, B.List_A0N, B.List_0, B.List_RsV, B.List_gUw, B.List_H7P, B.List_9hp, B.List_0, B.List_0Nf, B.List_wwi, B.List_0Nf, B.List_5_6, _null), "bn", A.DateSymbols$(B.List_AM_PM, B.List_oYk, B.List_Pss, B.List_sAq, B.List_mCA, 6, 5, B.List_MUw, "bn", B.List_M2b, B.List_M2I, B.List_kDF, B.List_uIL, B.List_kDF, B.List_BzQ, B.List_MUw, B.List_M2b, B.List_M2I, B.List_MUw, B.List_BzQ, B.List_fDn, B.List_kWG, B.List_fDn, B.List_5_6, "\u09e6"), "bs", A.DateSymbols$(B.List_prijepodne_popodne, B.List_Qs9, B.List_CDT, B.List_YYi, B.List_PDz, 0, 6, B.List_asC, "bs", B.List_oEc, B.List_KHM, B.List_m9b, B.List_ECG, B.List_KV1_KV2_KV3_KV4, B.List_8eb, B.List_asC, B.List_oEc, B.List_sci, B.List_ECG, B.List_8eb, B.List_S49, B.List_aBy, B.List_S49, B.List_5_6, _null), "ca", A.DateSymbols$(B.List_kWM, B.List_n7k, B.List_YIY, B.List_iDZ0, B.List_aC_dC, 0, 3, B.List_QAb, "ca", B.List_aV0, B.List_33m, B.List_6pl, B.List_14C, B.List_Am8, B.List_soA, B.List_AiQ, B.List_aV0, B.List_33m, B.List_zzp, B.List_soA, B.List_A2Y, B.List_84a, B.List_A2Y, B.List_5_6, _null), "cs", A.DateSymbols$(B.List_MUs, B.List_XZn, B.List_Pss, B.List_EOZ, B.List_swP, 0, 3, B.List_ww8, "cs", B.List_tO3, B.List_2Zi, B.List_zVD, B.List_yXb, B.List_Q1_Q2_Q3_Q4, B.List_oww, B.List_699, B.List_tO3, B.List_2Zi, B.List_yXb, B.List_oww, B.List_aBG, B.List_84a, B.List_aBG, B.List_5_6, _null), "da", A.DateSymbols$(B.List_AM_PM, B.List_4C1, B.List_iEE, B.List_OPD, B.List_OPD, 0, 3, B.List_9SI, "da", B.List_qpm, B.List_GVy, B.List_wg3, B.List_8eb0, B.List_VJf, B.List_zPU, B.List_9SI, B.List_qpm, B.List_GVy, B.List_8eb0, B.List_eVG, B.List_Ufe, B.List_SCE, B.List_Ufe, B.List_5_6, _null), "de", A.DateSymbols$(B.List_AM_PM, B.List_mGN, B.List_yCp, B.List_znv, B.List_znv, 0, 3, B.List_yvw, "de", B.List_qpm, B.List_6v8, B.List_2No, B.List_00, B.List_Q1_Q2_Q3_Q4, B.List_Ssz, B.List_yvw, B.List_qpm, B.List_6v8, B.List_AgZ, B.List_4IJ, B.List_9YN, B.List_aBy, B.List_9YN, B.List_5_6, _null), "de_CH", A.DateSymbols$(B.List_AM_PM, B.List_mGN, B.List_yCp, B.List_znv, B.List_znv, 0, 3, B.List_yvw, "de_CH", B.List_qpm, B.List_6v8, B.List_2No, B.List_00, B.List_Q1_Q2_Q3_Q4, B.List_Ssz, B.List_yvw, B.List_qpm, B.List_6v8, B.List_AgZ, B.List_4IJ, B.List_9YN, B.List_aBy, B.List_9YN, B.List_5_6, _null), "el", A.DateSymbols$(B.List_kyy, B.List_INh, B.List_YsI, B.List_ES1, B.List_LJp, 0, 3, B.List_UcM, "el", B.List_sMI, B.List_yDV, B.List_ido, B.List_gJC, B.List_ZGD, B.List_PnF, B.List_EGJ, B.List_sMI, B.List_yDV, B.List_oXg, B.List_PnF, B.List_OFS, B.List_kWG, B.List_OFS, B.List_5_6, _null), "en", A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, _null), "en_AU", A.DateSymbols$(B.List_am_pm, B.List_INh, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_AU", B.List_qpm, B.List_r5C, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_r5C, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, _null), "en_CA", A.DateSymbols$(B.List_2fJ, B.List_U4G, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_CA", B.List_qpm, B.List_3US, B.List_bJM, B.List_EKW, B.List_Q1_Q2_Q3_Q4, B.List_gg4, B.List_cIc, B.List_qpm, B.List_3US, B.List_EKW, B.List_gg4, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, _null), "en_GB", A.DateSymbols$(B.List_am_pm, B.List_ml5, B.List_iDZ, B.List_6xs, B.List_BC_AD, 0, 3, B.List_cIc, "en_GB", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_aBy, B.List_wMy, B.List_5_6, _null), "en_IE", A.DateSymbols$(B.List_2fJ, B.List_IF2, B.List_iDZ, B.List_6xs, B.List_BC_AD, 0, 3, B.List_cIc, "en_IE", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_aBy, B.List_wMy, B.List_5_6, _null), "en_IN", A.DateSymbols$(B.List_am_pm, B.List_IMB, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_IN", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_6_6, _null), "en_SG", A.DateSymbols$(B.List_am_pm, B.List_INh, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_SG", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, _null), "en_US", A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_US", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, _null), "en_ZA", A.DateSymbols$(B.List_am_pm, B.List_Wzh, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_ZA", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_aBy, B.List_wMy, B.List_5_6, _null), "es", A.DateSymbols$(B.List_kWM, B.List_st1, B.List_XMt, B.List_YZj, B.List_AiM, 0, 3, B.List_8Cn, "es", B.List_Etd, B.List_gkc, B.List_2Vk0, B.List_gc60, B.List_T1_T2_T3_T4, B.List_fHj, B.List_8Cn, B.List_Etd, B.List_gkc, B.List_gc60, B.List_fHj, B.List_Cs5, B.List_8XQ, B.List_Cs5, B.List_5_6, _null), "es_419", A.DateSymbols$(B.List_2fJ, B.List_st1, B.List_XMt, B.List_YZj, B.List_AiM, 0, 3, B.List_8Cn, "es_419", B.List_Etd, B.List_aJC, B.List_GfX, B.List_XGb, B.List_T1_T2_T3_T4, B.List_fHj, B.List_8Cn, B.List_Etd, B.List_ROW, B.List_XGb, B.List_fHj, B.List_Cs5, B.List_aBy, B.List_Cs5, B.List_5_6, _null), "es_MX", A.DateSymbols$(B.List_kWM, B.List_qq1, B.List_XMt, B.List_YZj, B.List_AiM, 6, 5, B.List_8Cn, "es_MX", B.List_Etd, B.List_ROW, B.List_Xmb, B.List_XGb, B.List_ZDx, B.List_fHj, B.List_8Cn, B.List_Etd, B.List_ROW, B.List_XGb, B.List_fHj, B.List_Cs5, B.List_84a, B.List_Cs5, B.List_5_6, _null), "es_US", A.DateSymbols$(B.List_kWM, B.List_WJ7, B.List_XMt, B.List_YZj, B.List_AiM, 6, 5, B.List_8Cn, "es_US", B.List_Etd, B.List_ROW, B.List_2Vk0, B.List_XGb, B.List_T1_T2_T3_T4, B.List_fHj, B.List_8Cn, B.List_Etd, B.List_ROW, B.List_XGb, B.List_fHj, B.List_Cs5, B.List_kWG, B.List_Cs5, B.List_5_6, _null), "et", A.DateSymbols$(B.List_AM_PM, B.List_GSJ, B.List_Pss, B.List_Qq8, B.List_eKr_pKr, 0, 3, B.List_FQu, "et", B.List_xEc, B.List_Avr, B.List_wg3, B.List_Rss, B.List_K1_K2_K3_K4, B.List_Avr, B.List_FQu, B.List_xEc, B.List_Avr, B.List_Rss, B.List_Avr, B.List_C3o, B.List_aBy, B.List_C3o, B.List_5_6, _null), "eu", A.DateSymbols$(B.List_AM_PM, B.List_Wzv, B.List_Pss, B.List_TW6, B.List_6O2, 0, 3, B.List_Vab, "eu", B.List_Jgv, B.List_KYO, B.List_x4k, B.List_P1S, B.List_5cf, B.List_01, B.List_Vab, B.List_Jgv, B.List_KYO, B.List_P1S, B.List_01, B.List_kfn, B.List_unc, B.List_kfn, B.List_5_6, _null), "fa", A.DateSymbols$(B.List_bpf, B.List_gkc0, B.List_aIZ, B.List_Jik, B.List_8xd, 5, 4, B.List_qRH, "fa", B.List_gkc1, B.List_heL, B.List_mnR, B.List_qRH, B.List_P92, B.List_wEo, B.List_dtr, B.List_gkc1, B.List_heL, B.List_dtr, B.List_wEo, B.List_wEo, B.List_GxC, B.List_wEo, B.List_4_4, "\u06f0"), "fi", A.DateSymbols$(B.List_ifL, B.List_6pZ, B.List_oyn, B.List_unc0, B.List_YbV, 0, 3, B.List_2fz, "fi", B.List_4CA, B.List_my0, B.List_LB9, B.List_xw8, B.List_UEQ, B.List_sYy, B.List_33h0, B.List_4CA, B.List_my0, B.List_u36, B.List_sYy, B.List_k71, B.List_2jN, B.List_YeU, B.List_5_6, _null), "fil", A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_QkZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_hSa, "fil", B.List_Duo, B.List_sdO, B.List_ciW, B.List_Duo, B.List_Q1_Q2_Q3_Q4, B.List_sdO, B.List_hSa, B.List_I1L, B.List_sdO, B.List_Duo, B.List_sdO, B.List_xw80, B.List_kWG, B.List_xw80, B.List_5_6, _null), "fr", A.DateSymbols$(B.List_AM_PM, B.List_IF2, B.List_b9U, B.List_irQ, B.List_adS, 0, 3, B.List_3wE, "fr", B.List_qpm, B.List_ROW, B.List_GQ8, B.List_OtD, B.List_T1_T2_T3_T4, B.List_v3K, B.List_3wE, B.List_qpm, B.List_ROW, B.List_OtD, B.List_v3K, B.List_21f, B.List_aBy, B.List_21f, B.List_5_6, _null), "fr_CA", A.DateSymbols$(B.List_2fJ, B.List_qJx, B.List_CDT0, B.List_irQ, B.List_adS, 6, 5, B.List_3wE, "fr_CA", B.List_qpm, B.List_ROW, B.List_GQ8, B.List_EuK, B.List_T1_T2_T3_T4, B.List_v3K, B.List_3wE, B.List_qpm, B.List_ROW, B.List_EuK, B.List_v3K, B.List_21f, B.List_w88, B.List_21f, B.List_5_6, _null), "gl", A.DateSymbols$(B.List_2fJ, B.List_Ao9, B.List_QGQ, B.List_BKg, B.List_2No0, 0, 3, B.List_GRA, "gl", B.List_Tqn, B.List_gkc2, B.List_GfX, B.List_MX8, B.List_T1_T2_T3_T4, B.List_Pxa, B.List_56S, B.List_a5W, B.List_KYU, B.List_blc, B.List_m9N, B.List_FKj, B.List_aBy, B.List_6TA, B.List_5_6, _null), "gsw", A.DateSymbols$(B.List_gLW, B.List_mGN, B.List_Pss, B.List_znv, B.List_znv, 0, 3, B.List_69P, "gsw", B.List_qpm, B.List_6v8, B.List_2No, B.List_AgZ, B.List_Q1_Q2_Q3_Q4, B.List_rGN, B.List_69P, B.List_qpm, B.List_6v8, B.List_AgZ, B.List_rGN, B.List_bxS, B.List_aBy, B.List_bxS, B.List_5_6, _null), "gu", A.DateSymbols$(B.List_AM_PM, B.List_oYk, B.List_23h, B.List_knt, B.List_fXI, 6, 5, B.List_Tbc, "gu", B.List_JUC, B.List_Y62, B.List_BDv, B.List_ZqO, B.List_Q1_Q2_Q3_Q4, B.List_YVI, B.List_Tbc, B.List_JUC, B.List_Y62, B.List_ZqO, B.List_YVI, B.List_sBb, B.List_TWS, B.List_sBb, B.List_6_6, _null), "he", A.DateSymbols$(B.List_uAX, B.List_gGk, B.List_cdS, B.List_yzJ, B.List_10r, 6, 5, B.List_3Re, "he", B.List_tO3, B.List_IIV, B.List_497, B.List_2Rm, B.List_Q1_Q2_Q3_Q4, B.List_4Ep, B.List_3Re, B.List_tO3, B.List_IIV, B.List_2Rm, B.List_4Ep, B.List_2nm, B.List_84a, B.List_2nm, B.List_4_5, _null), "hi", A.DateSymbols$(B.List_am_pm, B.List_INh, B.List_wu8, B.List_2uL, B.List_MON, 6, 5, B.List_xY6, "hi", B.List_ClP, B.List_Vfn, B.List_Mh7, B.List_oyU, B.List_npw, B.List_65v, B.List_xY6, B.List_ClP, B.List_Vfn, B.List_oyU, B.List_65v, B.List_ett, B.List_kWG, B.List_ett, B.List_6_6, _null), "hr", A.DateSymbols$(B.List_AM_PM, B.List_JO4, B.List_CDT, B.List_Fb0, B.List_NQV, 0, 6, B.List_6x6, "hr", B.List_ePH, B.List_KHM, B.List_wg3, B.List_qt1, B.List_0yI, B.List_8eb, B.List_s2f, B.List_ePH, B.List_sci, B.List_qt1, B.List_8eb, B.List_S49, B.List_fhZ, B.List_S49, B.List_5_6, _null), "hu", A.DateSymbols$(B.List_3BG, B.List_HtW, B.List_Pss, B.List_y1j, B.List_EbH, 0, 3, B.List_q8l, "hu", B.List_qva, B.List_6pP, B.List_BSc, B.List_YY6, B.List_6pp, B.List_q0N, B.List_q8l, B.List_qva, B.List_6pP, B.List_YY6, B.List_q0N, B.List_qNA0, B.List_84a, B.List_qNA0, B.List_5_6, _null), "hy", A.DateSymbols$(B.List_AM_PM, B.List_rBh, B.List_o0N, B.List_qpm0, B.List_aRc, 0, 6, B.List_kmg, "hy", B.List_n7k0, B.List_JAv, B.List_wIv, B.List_Wax, B.List_M2I0, B.List_Uvc, B.List_Kf0, B.List_n7k0, B.List_JAv, B.List_Wax, B.List_Uvc, B.List_QgR, B.List_aBy, B.List_QgR, B.List_5_6, _null), "id", A.DateSymbols$(B.List_AM_PM, B.List_Bzp, B.List_Pss, B.List_Cuw, B.List_SM_M, 6, 5, B.List_JYK, "id", B.List_qpm, B.List_o2T, B.List_6Lo, B.List_QW2, B.List_K1_K2_K3_K4, B.List_xKX, B.List_JYK, B.List_qpm, B.List_o2T, B.List_QW2, B.List_xKX, B.List_UE0, B.List_SCE, B.List_UE0, B.List_5_6, _null), "is", A.DateSymbols$(B.List_nMZ, B.List_kjq, B.List_ww80, B.List_DP9, B.List_OPD, 0, 3, B.List_Lvu, "is", B.List_Xrf, B.List_sYD, B.List_3y9, B.List_A3h, B.List_F1_F2_F3_F4, B.List_2T7, B.List_Lvu, B.List_Xrf, B.List_sYD, B.List_A3h, B.List_2T7, B.List_4AN, B.List_aBy, B.List_4AN, B.List_5_6, _null), "it", A.DateSymbols$(B.List_AM_PM, B.List_2fK, B.List_aYE, B.List_OTw, B.List_2No0, 0, 3, B.List_YYR, "it", B.List_ink, B.List_rxd, B.List_i7B0, B.List_qMN, B.List_T1_T2_T3_T4, B.List_wwP, B.List_YYR, B.List_ink, B.List_rxd, B.List_qMN, B.List_wwP, B.List_EO3, B.List_aBy, B.List_EO3, B.List_5_6, _null), "ja", A.DateSymbols$(B.List_P5r, B.List_F4F, B.List_Pss, B.List_cKo, B.List_cKo, 6, 5, B.List_24C, "ja", B.List_tO3, B.List_IS6, B.List_Pvn, B.List_24C, B.List_Q1_Q2_Q3_Q4, B.List_IS6, B.List_24C, B.List_tO3, B.List_IS6, B.List_24C, B.List_IS6, B.List_d8d, B.List_61r, B.List_d8d, B.List_5_6, _null), "ka", A.DateSymbols$(B.List_AM_PM, B.List_Wm5, B.List_o0N, B.List_g8C, B.List_NMh, 0, 6, B.List_bh9, "ka", B.List_fL6, B.List_iU9, B.List_CkO, B.List_40x, B.List_8aB, B.List_oTd, B.List_bh9, B.List_fL6, B.List_iU9, B.List_40x, B.List_oTd, B.List_mNP, B.List_aBy, B.List_mNP, B.List_5_6, _null), "kk", A.DateSymbols$(B.List_AM_PM, B.List_G7N, B.List_o0N, B.List_rc4, B.List_oc6, 0, 6, B.List_U1z, "kk", B.List_wAg, B.List_HNA, B.List_dGK, B.List_k4X, B.List_a5W0, B.List_IaK, B.List_jXU, B.List_wAg, B.List_HNA, B.List_k4X, B.List_IaK, B.List_w66, B.List_aBy, B.List_w66, B.List_5_6, _null), "km", A.DateSymbols$(B.List_AM_PM, B.List_CF7, B.List_izR, B.List_QKA, B.List_8Ay, 6, 5, B.List_JUC0, "km", B.List_4m4, B.List_Dpp, B.List_Nss, B.List_JUC0, B.List_Nss, B.List_ww81, B.List_JUC0, B.List_4m4, B.List_Dpp, B.List_JUC0, B.List_ww81, B.List_JMh, B.List_kWG, B.List_cMb0, B.List_5_6, _null), "kn", A.DateSymbols$(B.List_qh2, B.List_EkK, B.List_Pss, B.List_gg40, B.List_wSV, 6, 5, B.List_okI, "kn", B.List_Gfp, B.List_blW, B.List_a9P, B.List_2No1, B.List_uKK, B.List_kCd, B.List_okI, B.List_Gfp, B.List_blW, B.List_6Vn0, B.List_kCd, B.List_jNn, B.List_TWS, B.List_jNn, B.List_6_6, _null), "ko", A.DateSymbols$(B.List_2Vk1, B.List_3Zi, B.List_Pss, B.List_8Gl, B.List_BC_AD, 6, 5, B.List_Ukm, "ko", B.List_Ukm, B.List_cEX, B.List_7TW, B.List_Ukm, B.List_Ru4, B.List_cEX, B.List_Ukm, B.List_Ukm, B.List_cEX, B.List_Ukm, B.List_cEX, B.List_CmY, B.List_CYy, B.List_CmY, B.List_5_6, _null), "ky", A.DateSymbols$(B.List_iL9, B.List_ODz, B.List_Pss, B.List_MSn, B.List_ALf, 0, 6, B.List_rNu, "ky", B.List_16h, B.List_6TA0, B.List_sav, B.List_2mB, B.List_0XS, B.List_AqM, B.List_O5s, B.List_16h, B.List_6TA0, B.List_3Bx, B.List_AqM, B.List_86y, B.List_aBy, B.List_86y, B.List_5_6, _null), "lo", A.DateSymbols$(B.List_Mfs, B.List_hHb, B.List_o0N, B.List_k92, B.List_RVo, 6, 5, B.List_02, "lo", B.List_tO3, B.List_C2f, B.List_UV6, B.List_q96, B.List_qFo, B.List_OMD, B.List_02, B.List_tO3, B.List_C2f, B.List_q96, B.List_OMD, B.List_a1T, B.List_u91, B.List_a1T, B.List_5_6, _null), "lt", A.DateSymbols$(B.List_AmA, B.List_Za1, B.List_Pss, B.List_ECL, B.List_OCX, 0, 3, B.List_n5d, "lt", B.List_e8d, B.List_03, B.List_ww82, B.List_kue, B.List_o0y, B.List_5eO, B.List_8lx, B.List_e8d, B.List_03, B.List_kue, B.List_5eO, B.List_EVN, B.List_aBy, B.List_EVN, B.List_5_6, _null), "lv", A.DateSymbols$(B.List_Drq, B.List_Wvf, B.List_Pss, B.List_Mm5, B.List_sQR, 0, 6, B.List_IE7, "lv", B.List_qpm, B.List_gHJ, B.List_QWS, B.List_gg9, B.List_b1T, B.List_soA0, B.List_IE7, B.List_qpm, B.List_gHJ, B.List_gg9, B.List_Olq, B.List_pea, B.List_aBy, B.List_mbw, B.List_5_6, _null), "mk", A.DateSymbols$(B.List_TLI, B.List_iTw, B.List_Pss, B.List_ud2, B.List_D34, 0, 6, B.List_2Rm0, "mk", B.List_owA, B.List_H7P, B.List_ouN, B.List_MAi, B.List_GNw, B.List_zre, B.List_2Rm0, B.List_owA, B.List_H7P, B.List_MAi, B.List_6QF, B.List_SRb, B.List_aBy, B.List_SRb, B.List_5_6, _null), "ml", A.DateSymbols$(B.List_AM_PM, B.List_0Pw, B.List_Pss, B.List_g6I, B.List_aJW, 6, 5, B.List_qa3, "ml", B.List_MMc, B.List_wTA, B.List_evX, B.List_RtW, B.List_evX, B.List_orL, B.List_qa3, B.List_MMc, B.List_5pq, B.List_RtW, B.List_orL, B.List_TDm, B.List_kWG, B.List_aha, B.List_6_6, _null), "mn", A.DateSymbols$(B.List_dOE, B.List_6tp, B.List_Pss, B.List_oqh, B.List_S3R, 6, 5, B.List_MIe, "mn", B.List_U43, B.List_KPS, B.List_OXN, B.List_9Mo, B.List_woc, B.List_KPS, B.List_cMx, B.List_U43, B.List_KPS, B.List_9Mo, B.List_KPS, B.List_RkP, B.List_unc, B.List_xou, B.List_5_6, _null), "mr", A.DateSymbols$(B.List_dzv, B.List_oYk, B.List_6TA1, B.List_yw6, B.List_6hW, 6, 5, B.List_0J8, "mr", B.List_YkH, B.List_Vfn, B.List_Kvb, B.List_RyE, B.List_MUw0, B.List_Ug7, B.List_0J8, B.List_YkH, B.List_Vfn, B.List_RyE, B.List_Ug7, B.List_A4L, B.List_kWG, B.List_A4L, B.List_6_6, "\u0966"), "ms", A.DateSymbols$(B.List_PG_PTG, B.List_vWA, B.List_aYE, B.List_EEy, B.List_EEy, 0, 6, B.List_urR, "ms", B.List_CKW, B.List_7eO, B.List_4AN0, B.List_USt, B.List_S1_S2_S3_S4, B.List_GVQ, B.List_urR, B.List_CKW, B.List_7eO, B.List_USt, B.List_GVQ, B.List_NMc, B.List_kWG, B.List_NMc, B.List_5_6, _null), "my", A.DateSymbols$(B.List_OXJ, B.List_3bx, B.List_Pss, B.List_YYV, B.List_C4A, 6, 5, B.List_R3l, "my", B.List_aPH, B.List_EyN, B.List_04, B.List_6BD, B.List_04, B.List_xld, B.List_R3l, B.List_aPH, B.List_EyN, B.List_6BD, B.List_xld, B.List_xld, B.List_2jN0, B.List_xld, B.List_5_6, "\u1040"), "nb", A.DateSymbols$(B.List_2fJ, B.List_c4f, B.List_dwF, B.List_wQ8, B.List_OPD, 0, 3, B.List_si8, "nb", B.List_qpm, B.List_GVy, B.List_wg3, B.List_qrV, B.List_K1_K2_K3_K4, B.List_zPU, B.List_si8, B.List_qpm, B.List_GVy, B.List_gA4, B.List_zPU, B.List_Ufe, B.List_aBy, B.List_Ufe, B.List_5_6, _null), "ne", A.DateSymbols$(B.List_4G4, B.List_E8w, B.List_aYE, B.List_AKu, B.List_AKu, 6, 5, B.List_mtl, "ne", B.List_meg, B.List_Dh9, B.List_KT6, B.List_mtl, B.List_KT6, B.List_Y6W, B.List_mtl, B.List_oyU0, B.List_Dh9, B.List_mtl, B.List_Y6W, B.List_KqP, B.List_aBy, B.List_KqP, B.List_5_6, "\u0966"), "nl", A.DateSymbols$(B.List_2fJ, B.List_6Zu, B.List_WRg, B.List_5VO, B.List_UAu, 0, 3, B.List_DjL, "nl", B.List_qpm, B.List_KB7, B.List_nha, B.List_Slt, B.List_K1_K2_K3_K4, B.List_HYo, B.List_DjL, B.List_qpm, B.List_KB7, B.List_Slt, B.List_HYo, B.List_oM3, B.List_aBy, B.List_oM3, B.List_5_6, _null), "no", A.DateSymbols$(B.List_2fJ, B.List_c4f, B.List_dwF, B.List_wQ8, B.List_OPD, 0, 3, B.List_si8, "no", B.List_qpm, B.List_GVy, B.List_wg3, B.List_qrV, B.List_K1_K2_K3_K4, B.List_zPU, B.List_si8, B.List_qpm, B.List_GVy, B.List_gA4, B.List_zPU, B.List_Ufe, B.List_aBy, B.List_Ufe, B.List_5_6, _null), "or", A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_oU4, B.List_EDI, B.List_BC_AD, 6, 5, B.List_ICQ, "or", B.List_Q92, B.List_oYZ, B.List_5zb, B.List_ICQ, B.List_5zb, B.List_QZE, B.List_ICQ, B.List_Q92, B.List_oYZ, B.List_ICQ, B.List_QZE, B.List_oqK, B.List_kWG, B.List_oqK, B.List_6_6, _null), "pa", A.DateSymbols$(B.List_S40, B.List_INh, B.List_aYE, B.List_8Ac, B.List_wnc, 6, 5, B.List_ss1, "pa", B.List_0m2, B.List_inH, B.List_DFX, B.List_AqM0, B.List_O5L, B.List_05, B.List_ss1, B.List_0m2, B.List_inH, B.List_AqM0, B.List_05, B.List_O1M, B.List_kWG, B.List_O1M, B.List_6_6, _null), "pl", A.DateSymbols$(B.List_AM_PM, B.List_799, B.List_aYE, B.List_Ctr, B.List_ASc0, 0, 3, B.List_EK0, "pl", B.List_Rss0, B.List_QXb, B.List_TLf, B.List_8YE, B.List_AeS, B.List_ww83, B.List_Zgr, B.List_qBr, B.List_Df0, B.List_8YE, B.List_ww83, B.List_GRv, B.List_aBy, B.List_GRv, B.List_5_6, _null), "ps", A.DateSymbols$(B.List_maI, B.List_zlK, B.List_Pss, B.List_GAn, B.List_MfQ, 5, 4, B.List_7uu, "ps", B.List_WjJ, B.List_3US, B.List_rBE, B.List_7uu, B.List_rBE, B.List_v1F, B.List_YyH, B.List_tO3, B.List_3US, B.List_k0n, B.List_v1F, B.List_v1F, B.List_GxC, B.List_v1F, B.List_3_4, "\u06f0"), "pt", A.DateSymbols$(B.List_AM_PM, B.List_Mvk, B.List_Pss, B.List_AHF0, B.List_2No0, 6, 5, B.List_UOW, "pt", B.List_qpm, B.List_42w, B.List_i7B0, B.List_4CA0, B.List_T1_T2_T3_T4, B.List_wAg0, B.List_UOW, B.List_qpm, B.List_42w, B.List_4CA0, B.List_wAg0, B.List_izW, B.List_aBy, B.List_izW, B.List_5_6, _null), "pt_PT", A.DateSymbols$(B.List_6vI, B.List_ODT, B.List_gQW, B.List_AHF0, B.List_2No0, 6, 2, B.List_UOW, "pt_PT", B.List_qpm, B.List_42w, B.List_GfX, B.List_4CA0, B.List_T1_T2_T3_T4, B.List_RsV0, B.List_UOW, B.List_qpm, B.List_42w, B.List_4CA0, B.List_RsV0, B.List_izW, B.List_aBy, B.List_izW, B.List_5_6, _null), "ro", A.DateSymbols$(B.List_2fJ, B.List_799, B.List_o0N, B.List_435, B.List_cMd, 0, 6, B.List_xKE, "ro", B.List_woc0, B.List_ROW, B.List_2jN1, B.List_JmU, B.List_cI2, B.List_Y7S, B.List_xKE, B.List_woc0, B.List_ROW, B.List_JmU, B.List_Y7S, B.List_woc1, B.List_aBy, B.List_woc1, B.List_5_6, _null), "ru", A.DateSymbols$(B.List_AM_PM, B.List_VWt, B.List_o0N, B.List_qH7, B.List_ijv, 0, 3, B.List_aAe, "ru", B.List_16h, B.List_0Lp, B.List_c3X, B.List_QWq, B.List_wcW, B.List_0Lp, B.List_rNu, B.List_16h, B.List_gA40, B.List_6Wo, B.List_0Lp, B.List_mpd, B.List_aBy, B.List_mpd, B.List_5_6, _null), "si", A.DateSymbols$(B.List_ago, B.List_qJO, B.List_Pss, B.List_qbf, B.List_cTZ, 0, 6, B.List_2el, "si", B.List_nTU, B.List_gSJ, B.List_C5f, B.List_KDE, B.List_Pss0, B.List_EOZ0, B.List_2el, B.List_nTU, B.List_gSJ, B.List_UkW, B.List_EOZ0, B.List_Wr1, B.List_SCE, B.List_Wr1, B.List_5_6, _null), "sk", A.DateSymbols$(B.List_AM_PM, B.List_HV0, B.List_2Zs, B.List_C7O, B.List_ESD, 0, 3, B.List_yzq, "sk", B.List_oEc, B.List_qhE, B.List_gkc3, B.List_XQ8, B.List_Q1_Q2_Q3_Q4, B.List_gf4, B.List_94u, B.List_oEc, B.List_qhE, B.List_XQ8, B.List_gf4, B.List_UJa, B.List_84a, B.List_UJa, B.List_5_6, _null), "sl", A.DateSymbols$(B.List_1mI, B.List_a7L, B.List_Pss, B.List_fA9, B.List_OCX, 0, 6, B.List_kXN, "sl", B.List_oEc, B.List_0I7, B.List_gsm, B.List_DVW, B.List_4if, B.List_f9Z, B.List_kXN, B.List_oEc, B.List_0I7, B.List_DVW, B.List_f9Z, B.List_jrB, B.List_aBy, B.List_jrB, B.List_5_6, _null), "sq", A.DateSymbols$(B.List_ew6, B.List_MTP, B.List_Jik0, B.List_pm3, B.List_adc, 0, 6, B.List_O8N, "sq", B.List_IB4, B.List_MQk, B.List_EF2, B.List_GQs, B.List_lI3, B.List_s8I, B.List_O8N, B.List_IB4, B.List_MQk, B.List_GQs, B.List_CFB, B.List_YSy, B.List_wsj, B.List_YSy, B.List_5_6, _null), "sr", A.DateSymbols$(B.List_mXg, B.List_2nh, B.List_Pss, B.List_atK, B.List_so3, 0, 6, B.List_agk, "sr", B.List_owA, B.List_gg90, B.List_23h0, B.List_EFh, B.List_06, B.List_A0N0, B.List_agk, B.List_owA, B.List_gg90, B.List_EFh, B.List_A0N0, B.List_YoH, B.List_aBy, B.List_YoH, B.List_5_6, _null), "sr_Latn", A.DateSymbols$(B.List_hKt, B.List_2nh, B.List_Pss, B.List_Jsm, B.List_PDz, 0, 6, B.List_peT, "sr_Latn", B.List_oEc, B.List_sci, B.List_mJx, B.List_CdE, B.List_K1_K2_K3_K4, B.List_JmU0, B.List_peT, B.List_oEc, B.List_sci, B.List_CdE, B.List_JmU0, B.List_ntP, B.List_aBy, B.List_ntP, B.List_5_6, _null), "sv", A.DateSymbols$(B.List_fm_em, B.List_8Gl0, B.List_Pss, B.List_kvD, B.List_OPD, 0, 3, B.List_4MR, "sv", B.List_qpm, B.List_GVy, B.List_52Y, B.List_Mmn, B.List_K1_K2_K3_K4, B.List_aXZ, B.List_4MR, B.List_qpm, B.List_GVy, B.List_Mmn, B.List_aXZ, B.List_HFl, B.List_UUO, B.List_HFl, B.List_5_6, _null), "sw", A.DateSymbols$(B.List_AM_PM, B.List_ml5, B.List_Pss, B.List_fL60, B.List_KK_BK, 0, 6, B.List_j3h, "sw", B.List_qpm, B.List_3US, B.List_Kep, B.List_8R1, B.List_Kep, B.List_MtR, B.List_j3h, B.List_qpm, B.List_3US, B.List_8R1, B.List_MtR, B.List_MtR, B.List_aBy, B.List_MtR, B.List_5_6, _null), "ta", A.DateSymbols$(B.List_THA, B.List_oYk, B.List_iYS, B.List_5Tk, B.List_n3c, 6, 5, B.List_oCX, "ta", B.List_csj, B.List_eIp, B.List_gkc4, B.List_IIf, B.List_2ig, B.List_bFE, B.List_oCX, B.List_csj, B.List_eIp, B.List_IIf, B.List_bFE, B.List_CW0, B.List_XRK, B.List_CW0, B.List_6_6, _null), "te", A.DateSymbols$(B.List_AM_PM, B.List_Vav, B.List_zrt0, B.List_C3v, B.List_gc61, 6, 5, B.List_kmo, "te", B.List_sav0, B.List_ahs, B.List_pXQ, B.List_6H2, B.List_mJ1, B.List_MIo, B.List_kmo, B.List_sav0, B.List_ahs, B.List_6H2, B.List_MIo, B.List_MLw, B.List_kWG, B.List_MLw, B.List_6_6, _null), "th", A.DateSymbols$(B.List_XOr, B.List_IoI, B.List_Pss, B.List_T4j, B.List_RG0, 6, 5, B.List_GYK, "th", B.List_Dx1, B.List_Wnt, B.List_yLX, B.List_Dx1, B.List_yLX, B.List_IRg, B.List_GYK, B.List_Dx1, B.List_Wnt, B.List_Dx1, B.List_IRg, B.List_Yzz, B.List_YD5, B.List_Yzz, B.List_5_6, _null), "tl", A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_QkZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_hSa, "tl", B.List_Duo, B.List_sdO, B.List_ciW, B.List_Duo, B.List_Q1_Q2_Q3_Q4, B.List_sdO, B.List_hSa, B.List_I1L, B.List_sdO, B.List_Duo, B.List_sdO, B.List_xw80, B.List_kWG, B.List_xw80, B.List_5_6, _null), "tr", A.DateSymbols$(B.List_Svy, B.List_ahs0, B.List_Pss, B.List_uwZ, B.List_2RQ, 0, 6, B.List_FaD, "tr", B.List_1wB, B.List_2Lo, B.List_8aB0, B.List_6pl0, B.List_ouf, B.List_4KK, B.List_FaD, B.List_1wB, B.List_2Lo, B.List_6pl0, B.List_4KK, B.List_7mv, B.List_aBy, B.List_7mv, B.List_5_6, _null), "uk", A.DateSymbols$(B.List_3QP, B.List_3nh, B.List_Cju0, B.List_gA41, B.List_sSr, 0, 6, B.List_avb, "uk", B.List_gc62, B.List_2Vk2, B.List_c3X, B.List_ouN0, B.List_wcW, B.List_0, B.List_ksx, B.List_Zei, B.List_2Vk2, B.List_wEo0, B.List_0, B.List_kAW, B.List_aBy, B.List_kAW, B.List_5_6, _null), "ur", A.DateSymbols$(B.List_AM_PM, B.List_wpm, B.List_Pss, B.List_Fys, B.List_Fys, 6, 5, B.List_gQW0, "ur", B.List_qpm, B.List_3US, B.List_KDx, B.List_gQW0, B.List_KDx, B.List_Dns, B.List_gQW0, B.List_qpm, B.List_3US, B.List_gQW0, B.List_Dns, B.List_Dns, B.List_kWG, B.List_Dns, B.List_5_6, _null), "uz", A.DateSymbols$(B.List_TO_TK, B.List_ato, B.List_o0N, B.List_x7r, B.List_qp8, 0, 6, B.List_Wrl, "uz", B.List_aDt, B.List_3Vk, B.List_Nm5, B.List_QPD, B.List_kvD0, B.List_6qD, B.List_Jcu, B.List_aDt, B.List_3Vk, B.List_2WF, B.List_6qD, B.List_Gt3, B.List_W3H, B.List_Gt3, B.List_5_6, _null), "vi", A.DateSymbols$(B.List_SA_CH, B.List_IIM, B.List_I2P, B.List_8gy, B.List_8gy, 0, 6, B.List_OBU, "vi", B.List_tO3, B.List_JqH, B.List_UWS, B.List_gDg, B.List_Q1_Q2_Q3_Q4, B.List_EKW0, B.List_Utj, B.List_tO3, B.List_JqH, B.List_IJC, B.List_EKW0, B.List_ivD, B.List_aBy, B.List_ivD, B.List_5_6, _null), "zh", A.DateSymbols$(B.List_oGx, B.List_AgZ0, B.List_Pss, B.List_Mi2, B.List_Mi2, 6, 5, B.List_M9p, "zh", B.List_tO3, B.List_L17, B.List_U4K, B.List_24C, B.List_U0y, B.List_Ivb, B.List_M9p, B.List_tO3, B.List_L17, B.List_24C, B.List_Ivb, B.List_HQz, B.List_r5w, B.List_HQz, B.List_5_6, _null), "zh_HK", A.DateSymbols$(B.List_oGx, B.List_ECQ, B.List_Pss, B.List_Mi2, B.List_Mi2, 6, 5, B.List_24C, "zh_HK", B.List_tO3, B.List_L17, B.List_ek3, B.List_24C, B.List_Q1_Q2_Q3_Q4, B.List_kkg, B.List_24C, B.List_tO3, B.List_L17, B.List_24C, B.List_kkg, B.List_HQz, B.List_Ybn, B.List_HQz, B.List_5_6, _null), "zh_TW", A.DateSymbols$(B.List_oGx, B.List_2HT, B.List_Pss, B.List_EsU, B.List_EsU, 6, 5, B.List_24C, "zh_TW", B.List_tO3, B.List_L17, B.List_ek3, B.List_24C, B.List_ek3, B.List_kkg, B.List_24C, B.List_tO3, B.List_L17, B.List_24C, B.List_kkg, B.List_HQz, B.List_Ybn, B.List_HQz, B.List_5_6, _null), "zu", A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_Pss, B.List_BC_AD, B.List_BC_AD, 6, 5, B.List_izR0, "zu", B.List_MEg, B.List_AAY, B.List_wqy, B.List_Qw8, B.List_Q1_Q2_Q3_Q4, B.List_GPh, B.List_izR0, B.List_qpm, B.List_AAY, B.List_Qw8, B.List_GPh, B.List_2pH, B.List_aBy, B.List_2pH, B.List_5_6, _null)], type$.String, type$.DateSymbols); + }); _lazyFinal($, "kMaterialSupportedLanguages", "$get$kMaterialSupportedLanguages", () => A.HashSet_HashSet$from(B.List_gT4, type$.String)); _lazyFinal($, "webPluginRegistrar", "$get$webPluginRegistrar", () => new A.PluginRegistry(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Future?(ByteData?)")))); _lazy($, "GoogleSignInPlatform__instance", "$get$GoogleSignInPlatform__instance", () => new A.MethodChannelGoogleSignIn()); @@ -507661,7 +523264,7 @@ _lazy($, "ImageCropperPlatform__instance", "$get$ImageCropperPlatform__instance", () => new A.MethodChannelImageCropper($.$get$ImageCropperPlatform__token())); _lazyFinal($, "ImagePickerPlatform__token", "$get$ImagePickerPlatform__token", () => new A.Object()); _lazy($, "ImagePickerPlatform__instance", "$get$ImagePickerPlatform__instance", () => new A.MethodChannelImagePicker($.$get$ImagePickerPlatform__token())); - _lazy($, "en_USSymbols", "$get$en_USSymbols", () => A.DateSymbols$(B.List_AM_PM, null, B.List_cno, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_US", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, null)); + _lazy($, "en_USSymbols", "$get$en_USSymbols", () => A.DateSymbols$(B.List_AM_PM, B.List_cno, B.List_iDZ, B.List_6xs, B.List_BC_AD, 6, 5, B.List_cIc, "en_US", B.List_qpm, B.List_3US, B.List_bJM, B.List_h8w, B.List_Q1_Q2_Q3_Q4, B.List_gc6, B.List_cIc, B.List_qpm, B.List_3US, B.List_h8w, B.List_gc6, B.List_wMy, B.List_kWG, B.List_wMy, B.List_5_6, null)); _lazy($, "numberFormatSymbols", "$get$numberFormatSymbols", () => { var _s1_ = ",", _s1_0 = "\xa0", _s1_1 = "%", _s1_2 = "0", _s1_3 = "+", _s1_4 = "-", _s1_5 = "E", _s1_6 = "\u2030", _s1_7 = "\u221e", _s3_ = "NaN", _s9_ = "#,##0.###", @@ -507698,6 +523301,9 @@ _lazyFinal($, "asciiDigitMatcher", "$get$asciiDigitMatcher", () => A.RegExp_RegExp("^\\d+", true, false, false, false)); _lazyFinal($, "pluralRules", "$get$pluralRules", () => A.LinkedHashMap_LinkedHashMap$_literal(["af", A.plural_rules___es_rule$closure(), "am", A.plural_rules___hi_rule$closure(), "ar", A.plural_rules___ar_rule$closure(), "az", A.plural_rules___es_rule$closure(), "be", A.plural_rules___be_rule$closure(), "bg", A.plural_rules___es_rule$closure(), "bn", A.plural_rules___hi_rule$closure(), "br", A.plural_rules___br_rule$closure(), "bs", A.plural_rules___sr_rule$closure(), "ca", A.plural_rules___en_rule$closure(), "chr", A.plural_rules___es_rule$closure(), "cs", A.plural_rules___cs_rule$closure(), "cy", A.plural_rules___cy_rule$closure(), "da", A.plural_rules___da_rule$closure(), "de", A.plural_rules___en_rule$closure(), "de_AT", A.plural_rules___en_rule$closure(), "de_CH", A.plural_rules___en_rule$closure(), "el", A.plural_rules___es_rule$closure(), "en", A.plural_rules___en_rule$closure(), "en_AU", A.plural_rules___en_rule$closure(), "en_CA", A.plural_rules___en_rule$closure(), "en_GB", A.plural_rules___en_rule$closure(), "en_IE", A.plural_rules___en_rule$closure(), "en_IN", A.plural_rules___en_rule$closure(), "en_SG", A.plural_rules___en_rule$closure(), "en_US", A.plural_rules___en_rule$closure(), "en_ZA", A.plural_rules___en_rule$closure(), "es", A.plural_rules___es_rule$closure(), "es_419", A.plural_rules___es_rule$closure(), "es_ES", A.plural_rules___es_rule$closure(), "es_MX", A.plural_rules___es_rule$closure(), "es_US", A.plural_rules___es_rule$closure(), "et", A.plural_rules___en_rule$closure(), "eu", A.plural_rules___es_rule$closure(), "fa", A.plural_rules___hi_rule$closure(), "fi", A.plural_rules___en_rule$closure(), "fil", A.plural_rules___fil_rule$closure(), "fr", A.plural_rules___fr_rule$closure(), "fr_CA", A.plural_rules___fr_rule$closure(), "ga", A.plural_rules___ga_rule$closure(), "gl", A.plural_rules___en_rule$closure(), "gsw", A.plural_rules___es_rule$closure(), "gu", A.plural_rules___hi_rule$closure(), "haw", A.plural_rules___es_rule$closure(), "he", A.plural_rules___he_rule$closure(), "hi", A.plural_rules___hi_rule$closure(), "hr", A.plural_rules___sr_rule$closure(), "hu", A.plural_rules___es_rule$closure(), "hy", A.plural_rules___fr_rule$closure(), "id", A.plural_rules___default_rule$closure(), "in", A.plural_rules___default_rule$closure(), "is", A.plural_rules___is_rule$closure(), "it", A.plural_rules___en_rule$closure(), "iw", A.plural_rules___he_rule$closure(), "ja", A.plural_rules___default_rule$closure(), "ka", A.plural_rules___es_rule$closure(), "kk", A.plural_rules___es_rule$closure(), "km", A.plural_rules___default_rule$closure(), "kn", A.plural_rules___hi_rule$closure(), "ko", A.plural_rules___default_rule$closure(), "ky", A.plural_rules___es_rule$closure(), "ln", A.plural_rules___ak_rule$closure(), "lo", A.plural_rules___default_rule$closure(), "lt", A.plural_rules___lt_rule$closure(), "lv", A.plural_rules___lv_rule$closure(), "mk", A.plural_rules___mk_rule$closure(), "ml", A.plural_rules___es_rule$closure(), "mn", A.plural_rules___es_rule$closure(), "mo", A.plural_rules___ro_rule$closure(), "mr", A.plural_rules___hi_rule$closure(), "ms", A.plural_rules___default_rule$closure(), "mt", A.plural_rules___mt_rule$closure(), "my", A.plural_rules___default_rule$closure(), "nb", A.plural_rules___es_rule$closure(), "ne", A.plural_rules___es_rule$closure(), "nl", A.plural_rules___en_rule$closure(), "no", A.plural_rules___es_rule$closure(), "no_NO", A.plural_rules___es_rule$closure(), "or", A.plural_rules___es_rule$closure(), "pa", A.plural_rules___ak_rule$closure(), "pl", A.plural_rules___pl_rule$closure(), "pt", A.plural_rules___pt_rule$closure(), "pt_BR", A.plural_rules___pt_rule$closure(), "pt_PT", A.plural_rules___pt_PT_rule$closure(), "ro", A.plural_rules___ro_rule$closure(), "ru", A.plural_rules___ru_rule$closure(), "sh", A.plural_rules___sr_rule$closure(), "si", A.plural_rules___si_rule$closure(), "sk", A.plural_rules___cs_rule$closure(), "sl", A.plural_rules___sl_rule$closure(), "sq", A.plural_rules___es_rule$closure(), "sr", A.plural_rules___sr_rule$closure(), "sr_Latn", A.plural_rules___sr_rule$closure(), "sv", A.plural_rules___en_rule$closure(), "sw", A.plural_rules___en_rule$closure(), "ta", A.plural_rules___es_rule$closure(), "te", A.plural_rules___es_rule$closure(), "th", A.plural_rules___default_rule$closure(), "tl", A.plural_rules___fil_rule$closure(), "tr", A.plural_rules___es_rule$closure(), "uk", A.plural_rules___ru_rule$closure(), "ur", A.plural_rules___en_rule$closure(), "uz", A.plural_rules___es_rule$closure(), "vi", A.plural_rules___default_rule$closure(), "zh", A.plural_rules___default_rule$closure(), "zh_CN", A.plural_rules___default_rule$closure(), "zh_HK", A.plural_rules___default_rule$closure(), "zh_TW", A.plural_rules___default_rule$closure(), "zu", A.plural_rules___hi_rule$closure(), "default", A.plural_rules___default_rule$closure()], type$.String, A.findType("PluralCase()"))); _lazyOld($, "_$accountEntitySerializer", "$get$_$accountEntitySerializer", () => new A._$AccountEntitySerializer()); + _lazyOld($, "_$bankAccountListResponseSerializer", "$get$_$bankAccountListResponseSerializer", () => new A._$BankAccountListResponseSerializer()); + _lazyOld($, "_$bankAccountItemResponseSerializer", "$get$_$bankAccountItemResponseSerializer", () => new A._$BankAccountItemResponseSerializer()); + _lazyOld($, "_$bankAccountEntitySerializer", "$get$_$bankAccountEntitySerializer", () => new A._$BankAccountEntitySerializer()); _lazyOld($, "_$clientListResponseSerializer", "$get$_$clientListResponseSerializer", () => new A._$ClientListResponseSerializer()); _lazyOld($, "_$clientItemResponseSerializer", "$get$_$clientItemResponseSerializer", () => new A._$ClientItemResponseSerializer()); _lazyOld($, "_$clientEntitySerializer", "$get$_$clientEntitySerializer", () => new A._$ClientEntitySerializer()); @@ -507718,7 +523324,7 @@ _lazyOld($, "_$creditListResponseSerializer", "$get$_$creditListResponseSerializer", () => new A._$CreditListResponseSerializer()); _lazyOld($, "_$creditItemResponseSerializer", "$get$_$creditItemResponseSerializer", () => new A._$CreditItemResponseSerializer()); _lazyOld($, "_$values", "$get$_$values", () => A.BuiltSet_BuiltSet(B.List_CC9, type$.legacy_DateRange)); - _lazyOld($, "_$comparisonValues", "$get$_$comparisonValues", () => A.BuiltSet_BuiltSet(B.List_oGx, type$.legacy_DateRangeComparison)); + _lazyOld($, "_$comparisonValues", "$get$_$comparisonValues", () => A.BuiltSet_BuiltSet(B.List_oGx0, type$.legacy_DateRangeComparison)); _lazyOld($, "_$dateRangeSerializer", "$get$_$dateRangeSerializer", () => new A._$DateRangeSerializer()); _lazyOld($, "_$dateRangeComparisonSerializer", "$get$_$dateRangeComparisonSerializer", () => new A._$DateRangeComparisonSerializer()); _lazyOld($, "_$designListResponseSerializer", "$get$_$designListResponseSerializer", () => new A._$DesignListResponseSerializer()); @@ -507728,7 +523334,7 @@ _lazyOld($, "_$documentListResponseSerializer", "$get$_$documentListResponseSerializer", () => new A._$DocumentListResponseSerializer()); _lazyOld($, "_$documentItemResponseSerializer", "$get$_$documentItemResponseSerializer", () => new A._$DocumentItemResponseSerializer()); _lazyOld($, "_$documentEntitySerializer", "$get$_$documentEntitySerializer", () => new A._$DocumentEntitySerializer()); - _lazyOld($, "_$values0", "$get$_$values0", () => A.BuiltSet_BuiltSet(B.List_k6K, type$.legacy_EntityState)); + _lazyOld($, "_$values0", "$get$_$values0", () => A.BuiltSet_BuiltSet(B.List_k6K0, type$.legacy_EntityState)); _lazyOld($, "_$templateValues", "$get$_$templateValues", () => A.BuiltSet_BuiltSet(B.List_b75, type$.legacy_EmailTemplate)); _lazyOld($, "_$entityTypeSerializer", "$get$_$entityTypeSerializer", () => new A._$EntityTypeSerializer()); _lazyOld($, "_$entityStateSerializer", "$get$_$entityStateSerializer", () => new A._$EntityStateSerializer()); @@ -507781,7 +523387,7 @@ _lazyOld($, "serializers", "$get$serializers", () => { var t1 = $.$get$_$serializers().toBuilder$0(); t1._plugins.add$1(0, new A.StandardJsonPlugin()); - return t1.build$0(0); + return t1.build$0(); }); _lazyOld($, "_$serializers", "$get$_$serializers", () => { var t1 = A.Serializers_Serializers().toBuilder$0(); @@ -507791,6 +523397,11 @@ t1.add$1(0, $.$get$_$appSidebarModeSerializer()); t1.add$1(0, $.$get$_$appStateSerializer()); t1.add$1(0, $.$get$_$authStateSerializer()); + t1.add$1(0, $.$get$_$bankAccountEntitySerializer()); + t1.add$1(0, $.$get$_$bankAccountItemResponseSerializer()); + t1.add$1(0, $.$get$_$bankAccountListResponseSerializer()); + t1.add$1(0, $.$get$_$bankAccountStateSerializer()); + t1.add$1(0, $.$get$_$bankAccountUIStateSerializer()); t1.add$1(0, $.$get$_$clientContactEntitySerializer()); t1.add$1(0, $.$get$_$clientEntitySerializer()); t1.add$1(0, $.$get$_$clientItemResponseSerializer()); @@ -507990,201 +523601,205 @@ t1.add$1(0, $.$get$_$webhookListResponseSerializer()); t1.add$1(0, $.$get$_$webhookStateSerializer()); t1.add$1(0, $.$get$_$webhookUIStateSerializer()); - t1.addBuilderFactory$2(B.FullType_4pa, new A._$serializers_closure()); - t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure0()); - t1.addBuilderFactory$2(B.FullType_2jN, new A._$serializers_closure1()); - t1.addBuilderFactory$2(B.FullType_kr3, new A._$serializers_closure2()); - t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure3()); - t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure4()); - t1.addBuilderFactory$2(B.FullType_Ag3, new A._$serializers_closure5()); - t1.addBuilderFactory$2(B.FullType_A8J, new A._$serializers_closure6()); - t1.addBuilderFactory$2(B.FullType_kr30, new A._$serializers_closure7()); - t1.addBuilderFactory$2(B.FullType_4uk, new A._$serializers_closure8()); + t1.addBuilderFactory$2(B.FullType_yLX, new A._$serializers_closure()); + t1.addBuilderFactory$2(B.FullType_4pa, new A._$serializers_closure0()); + t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure1()); + t1.addBuilderFactory$2(B.FullType_2jN, new A._$serializers_closure2()); + t1.addBuilderFactory$2(B.FullType_kr3, new A._$serializers_closure3()); + t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure4()); + t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure5()); + t1.addBuilderFactory$2(B.FullType_Ag3, new A._$serializers_closure6()); + t1.addBuilderFactory$2(B.FullType_A8J, new A._$serializers_closure7()); + t1.addBuilderFactory$2(B.FullType_kr30, new A._$serializers_closure8()); t1.addBuilderFactory$2(B.FullType_4uk, new A._$serializers_closure9()); - t1.addBuilderFactory$2(B.FullType_wsa, new A._$serializers_closure10()); - t1.addBuilderFactory$2(B.FullType_l2n, new A._$serializers_closure11()); - t1.addBuilderFactory$2(B.FullType_NYu, new A._$serializers_closure12()); - t1.addBuilderFactory$2(B.FullType_N80, new A._$serializers_closure13()); - t1.addBuilderFactory$2(B.FullType_rQK, new A._$serializers_closure14()); - t1.addBuilderFactory$2(B.FullType_gsm, new A._$serializers_closure15()); - t1.addBuilderFactory$2(B.FullType_r6h, new A._$serializers_closure16()); - t1.addBuilderFactory$2(B.FullType_mJb, new A._$serializers_closure17()); - t1.addBuilderFactory$2(B.FullType_kr30, new A._$serializers_closure18()); - t1.addBuilderFactory$2(B.FullType_cL3, new A._$serializers_closure19()); - t1.addBuilderFactory$2(B.FullType_IWk, new A._$serializers_closure20()); - t1.addBuilderFactory$2(B.FullType_rQK, new A._$serializers_closure21()); - t1.addBuilderFactory$2(B.FullType_gsm, new A._$serializers_closure22()); - t1.addBuilderFactory$2(B.FullType_8sg, new A._$serializers_closure23()); - t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure24()); + t1.addBuilderFactory$2(B.FullType_4uk, new A._$serializers_closure10()); + t1.addBuilderFactory$2(B.FullType_wsa, new A._$serializers_closure11()); + t1.addBuilderFactory$2(B.FullType_l2n, new A._$serializers_closure12()); + t1.addBuilderFactory$2(B.FullType_NYu, new A._$serializers_closure13()); + t1.addBuilderFactory$2(B.FullType_N80, new A._$serializers_closure14()); + t1.addBuilderFactory$2(B.FullType_rQK, new A._$serializers_closure15()); + t1.addBuilderFactory$2(B.FullType_gsm, new A._$serializers_closure16()); + t1.addBuilderFactory$2(B.FullType_r6h, new A._$serializers_closure17()); + t1.addBuilderFactory$2(B.FullType_mJb, new A._$serializers_closure18()); + t1.addBuilderFactory$2(B.FullType_kr30, new A._$serializers_closure19()); + t1.addBuilderFactory$2(B.FullType_cL3, new A._$serializers_closure20()); + t1.addBuilderFactory$2(B.FullType_IWk, new A._$serializers_closure21()); + t1.addBuilderFactory$2(B.FullType_rQK, new A._$serializers_closure22()); + t1.addBuilderFactory$2(B.FullType_gsm, new A._$serializers_closure23()); + t1.addBuilderFactory$2(B.FullType_8sg, new A._$serializers_closure24()); t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure25()); t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure26()); t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure27()); t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure28()); t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure29()); - t1.addBuilderFactory$2(B.FullType_aXU, new A._$serializers_closure30()); - t1.addBuilderFactory$2(B.FullType_JmU, new A._$serializers_closure31()); - t1.addBuilderFactory$2(B.FullType_Icb, new A._$serializers_closure32()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure33()); + t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure30()); + t1.addBuilderFactory$2(B.FullType_aXU, new A._$serializers_closure31()); + t1.addBuilderFactory$2(B.FullType_JmU, new A._$serializers_closure32()); + t1.addBuilderFactory$2(B.FullType_Icb, new A._$serializers_closure33()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure34()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure35()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure36()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure37()); - t1.addBuilderFactory$2(B.FullType_kSI, new A._$serializers_closure38()); - t1.addBuilderFactory$2(B.FullType_bQV, new A._$serializers_closure39()); - t1.addBuilderFactory$2(B.FullType_8cq, new A._$serializers_closure40()); - t1.addBuilderFactory$2(B.FullType_0vR, new A._$serializers_closure41()); - t1.addBuilderFactory$2(B.FullType_kr3, new A._$serializers_closure42()); - t1.addBuilderFactory$2(B.FullType_EOZ, new A._$serializers_closure43()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure38()); + t1.addBuilderFactory$2(B.FullType_kSI, new A._$serializers_closure39()); + t1.addBuilderFactory$2(B.FullType_bQV, new A._$serializers_closure40()); + t1.addBuilderFactory$2(B.FullType_8cq, new A._$serializers_closure41()); + t1.addBuilderFactory$2(B.FullType_0vR, new A._$serializers_closure42()); + t1.addBuilderFactory$2(B.FullType_kr3, new A._$serializers_closure43()); t1.addBuilderFactory$2(B.FullType_EOZ, new A._$serializers_closure44()); - t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure45()); - t1.addBuilderFactory$2(B.FullType_IIj, new A._$serializers_closure46()); - t1.addBuilderFactory$2(B.FullType_WVg, new A._$serializers_closure47()); - t1.addBuilderFactory$2(B.FullType_woc, new A._$serializers_closure48()); - t1.addBuilderFactory$2(B.FullType_A8J, new A._$serializers_closure49()); - t1.addBuilderFactory$2(B.FullType_8cq, new A._$serializers_closure50()); - t1.addBuilderFactory$2(B.FullType_e7r, new A._$serializers_closure51()); - t1.addBuilderFactory$2(B.FullType_Ag3, new A._$serializers_closure52()); - t1.addBuilderFactory$2(B.FullType_GBo, new A._$serializers_closure53()); - t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure54()); + t1.addBuilderFactory$2(B.FullType_EOZ, new A._$serializers_closure45()); + t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure46()); + t1.addBuilderFactory$2(B.FullType_IIj, new A._$serializers_closure47()); + t1.addBuilderFactory$2(B.FullType_WVg, new A._$serializers_closure48()); + t1.addBuilderFactory$2(B.FullType_woc, new A._$serializers_closure49()); + t1.addBuilderFactory$2(B.FullType_A8J, new A._$serializers_closure50()); + t1.addBuilderFactory$2(B.FullType_8cq, new A._$serializers_closure51()); + t1.addBuilderFactory$2(B.FullType_e7r, new A._$serializers_closure52()); + t1.addBuilderFactory$2(B.FullType_Ag3, new A._$serializers_closure53()); + t1.addBuilderFactory$2(B.FullType_GBo, new A._$serializers_closure54()); t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure55()); - t1.addBuilderFactory$2(B.FullType_0vR, new A._$serializers_closure56()); - t1.addBuilderFactory$2(B.FullType_ORM, new A._$serializers_closure57()); - t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure58()); + t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure56()); + t1.addBuilderFactory$2(B.FullType_0vR, new A._$serializers_closure57()); + t1.addBuilderFactory$2(B.FullType_ORM, new A._$serializers_closure58()); t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure59()); t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure60()); - t1.addBuilderFactory$2(B.FullType_UWS, new A._$serializers_closure61()); - t1.addBuilderFactory$2(B.FullType_KEc, new A._$serializers_closure62()); - t1.addBuilderFactory$2(B.FullType_0vR, new A._$serializers_closure63()); - t1.addBuilderFactory$2(B.FullType_Pss, new A._$serializers_closure64()); - t1.addBuilderFactory$2(B.FullType_8sg, new A._$serializers_closure65()); - t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure66()); - t1.addBuilderFactory$2(B.FullType_mKc, new A._$serializers_closure67()); - t1.addBuilderFactory$2(B.FullType_46c, new A._$serializers_closure68()); - t1.addBuilderFactory$2(B.FullType_NIe, new A._$serializers_closure69()); - t1.addBuilderFactory$2(B.FullType_kvD, new A._$serializers_closure70()); - t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure71()); - t1.addBuilderFactory$2(B.FullType_pjG, new A._$serializers_closure72()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure73()); - t1.addBuilderFactory$2(B.FullType_WXJ, new A._$serializers_closure74()); - t1.addBuilderFactory$2(B.FullType_l2n, new A._$serializers_closure75()); - t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure76()); - t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure77()); - t1.addBuilderFactory$2(B.FullType_RDC, new A._$serializers_closure78()); - t1.addBuilderFactory$2(B.FullType_JhS, new A._$serializers_closure79()); - t1.addBuilderFactory$2(B.FullType_koo, new A._$serializers_closure80()); - t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure81()); - t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure82()); - t1.addBuilderFactory$2(B.FullType_r6h, new A._$serializers_closure83()); - t1.addBuilderFactory$2(B.FullType_ORM, new A._$serializers_closure84()); - t1.addBuilderFactory$2(B.FullType_kvD, new A._$serializers_closure85()); - t1.addBuilderFactory$2(B.FullType_mJb, new A._$serializers_closure86()); - t1.addBuilderFactory$2(B.FullType_U06, new A._$serializers_closure87()); - t1.addBuilderFactory$2(B.FullType_U06, new A._$serializers_closure88()); + t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure61()); + t1.addBuilderFactory$2(B.FullType_yLX, new A._$serializers_closure62()); + t1.addBuilderFactory$2(B.FullType_UWS, new A._$serializers_closure63()); + t1.addBuilderFactory$2(B.FullType_KEc, new A._$serializers_closure64()); + t1.addBuilderFactory$2(B.FullType_0vR, new A._$serializers_closure65()); + t1.addBuilderFactory$2(B.FullType_Pss, new A._$serializers_closure66()); + t1.addBuilderFactory$2(B.FullType_8sg, new A._$serializers_closure67()); + t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure68()); + t1.addBuilderFactory$2(B.FullType_mKc, new A._$serializers_closure69()); + t1.addBuilderFactory$2(B.FullType_46c, new A._$serializers_closure70()); + t1.addBuilderFactory$2(B.FullType_NIe, new A._$serializers_closure71()); + t1.addBuilderFactory$2(B.FullType_kvD, new A._$serializers_closure72()); + t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure73()); + t1.addBuilderFactory$2(B.FullType_pjG, new A._$serializers_closure74()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure75()); + t1.addBuilderFactory$2(B.FullType_WXJ, new A._$serializers_closure76()); + t1.addBuilderFactory$2(B.FullType_l2n, new A._$serializers_closure77()); + t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure78()); + t1.addBuilderFactory$2(B.FullType_xS5, new A._$serializers_closure79()); + t1.addBuilderFactory$2(B.FullType_RDC, new A._$serializers_closure80()); + t1.addBuilderFactory$2(B.FullType_JhS, new A._$serializers_closure81()); + t1.addBuilderFactory$2(B.FullType_koo, new A._$serializers_closure82()); + t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure83()); + t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure84()); + t1.addBuilderFactory$2(B.FullType_r6h, new A._$serializers_closure85()); + t1.addBuilderFactory$2(B.FullType_ORM, new A._$serializers_closure86()); + t1.addBuilderFactory$2(B.FullType_kvD, new A._$serializers_closure87()); + t1.addBuilderFactory$2(B.FullType_mJb, new A._$serializers_closure88()); t1.addBuilderFactory$2(B.FullType_U06, new A._$serializers_closure89()); - t1.addBuilderFactory$2(B.FullType_GBo, new A._$serializers_closure90()); - t1.addBuilderFactory$2(B.FullType_KEc, new A._$serializers_closure91()); - t1.addBuilderFactory$2(B.FullType_wsa, new A._$serializers_closure92()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure93()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure94()); + t1.addBuilderFactory$2(B.FullType_U06, new A._$serializers_closure90()); + t1.addBuilderFactory$2(B.FullType_U06, new A._$serializers_closure91()); + t1.addBuilderFactory$2(B.FullType_GBo, new A._$serializers_closure92()); + t1.addBuilderFactory$2(B.FullType_KEc, new A._$serializers_closure93()); + t1.addBuilderFactory$2(B.FullType_wsa, new A._$serializers_closure94()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure95()); - t1.addBuilderFactory$2(B.FullType_qwt, new A._$serializers_closure96()); - t1.addBuilderFactory$2(B.FullType_NIe, new A._$serializers_closure97()); - t1.addBuilderFactory$2(B.FullType_UWS, new A._$serializers_closure98()); - t1.addBuilderFactory$2(B.FullType_WVg, new A._$serializers_closure99()); - t1.addBuilderFactory$2(B.FullType_IIj, new A._$serializers_closure100()); - t1.addBuilderFactory$2(B.FullType_NYu, new A._$serializers_closure101()); - t1.addBuilderFactory$2(B.FullType_mKc, new A._$serializers_closure102()); - t1.addBuilderFactory$2(B.FullType_89t, new A._$serializers_closure103()); - t1.addBuilderFactory$2(B.FullType_UH2, new A._$serializers_closure104()); - t1.addBuilderFactory$2(B.FullType_e7r, new A._$serializers_closure105()); - t1.addBuilderFactory$2(B.FullType_MO9, new A._$serializers_closure106()); - t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure107()); - t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure108()); - t1.addBuilderFactory$2(B.FullType_Pss, new A._$serializers_closure109()); - t1.addBuilderFactory$2(B.FullType_46c, new A._$serializers_closure110()); - t1.addBuilderFactory$2(B.FullType_mVA, new A._$serializers_closure111()); - t1.addBuilderFactory$2(B.FullType_QqY, new A._$serializers_closure112()); - t1.addBuilderFactory$2(B.FullType_QqY, new A._$serializers_closure113()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure114()); - t1.addBuilderFactory$2(B.FullType_fL6, new A._$serializers_closure115()); - t1.addBuilderFactory$2(B.FullType_ym9, new A._$serializers_closure116()); - t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure117()); - t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure118()); - t1.addBuilderFactory$2(B.FullType_Nhy, new A._$serializers_closure119()); - t1.addBuilderFactory$2(B.FullType_e7r0, new A._$serializers_closure120()); - t1.addBuilderFactory$2(B.FullType_wHc, new A._$serializers_closure121()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure122()); - t1.addBuilderFactory$2(B.FullType_6Re, new A._$serializers_closure123()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure124()); - t1.addBuilderFactory$2(B.FullType_5m9, new A._$serializers_closure125()); - t1.addBuilderFactory$2(B.FullType_pUI, new A._$serializers_closure126()); - t1.addBuilderFactory$2(B.FullType_CWG, new A._$serializers_closure127()); - t1.addBuilderFactory$2(B.FullType_mFp, new A._$serializers_closure128()); - t1.addBuilderFactory$2(B.FullType_sYl, new A._$serializers_closure129()); - t1.addBuilderFactory$2(B.FullType_9Sk, new A._$serializers_closure130()); - t1.addBuilderFactory$2(B.FullType_YiR, new A._$serializers_closure131()); - t1.addBuilderFactory$2(B.FullType_2fF, new A._$serializers_closure132()); - t1.addBuilderFactory$2(B.FullType_0kM, new A._$serializers_closure133()); - t1.addBuilderFactory$2(B.FullType_IWk, new A._$serializers_closure134()); - t1.addBuilderFactory$2(B.FullType_4ig, new A._$serializers_closure135()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure136()); - t1.addBuilderFactory$2(B.FullType_0, new A._$serializers_closure137()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure138()); - t1.addBuilderFactory$2(B.FullType_HZS, new A._$serializers_closure139()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure96()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure97()); + t1.addBuilderFactory$2(B.FullType_qwt, new A._$serializers_closure98()); + t1.addBuilderFactory$2(B.FullType_NIe, new A._$serializers_closure99()); + t1.addBuilderFactory$2(B.FullType_UWS, new A._$serializers_closure100()); + t1.addBuilderFactory$2(B.FullType_WVg, new A._$serializers_closure101()); + t1.addBuilderFactory$2(B.FullType_IIj, new A._$serializers_closure102()); + t1.addBuilderFactory$2(B.FullType_NYu, new A._$serializers_closure103()); + t1.addBuilderFactory$2(B.FullType_mKc, new A._$serializers_closure104()); + t1.addBuilderFactory$2(B.FullType_89t, new A._$serializers_closure105()); + t1.addBuilderFactory$2(B.FullType_UH2, new A._$serializers_closure106()); + t1.addBuilderFactory$2(B.FullType_e7r, new A._$serializers_closure107()); + t1.addBuilderFactory$2(B.FullType_MO9, new A._$serializers_closure108()); + t1.addBuilderFactory$2(B.FullType_QWw, new A._$serializers_closure109()); + t1.addBuilderFactory$2(B.FullType_EBZ, new A._$serializers_closure110()); + t1.addBuilderFactory$2(B.FullType_Pss, new A._$serializers_closure111()); + t1.addBuilderFactory$2(B.FullType_46c, new A._$serializers_closure112()); + t1.addBuilderFactory$2(B.FullType_mVA, new A._$serializers_closure113()); + t1.addBuilderFactory$2(B.FullType_QqY, new A._$serializers_closure114()); + t1.addBuilderFactory$2(B.FullType_QqY, new A._$serializers_closure115()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure116()); + t1.addBuilderFactory$2(B.FullType_fL6, new A._$serializers_closure117()); + t1.addBuilderFactory$2(B.FullType_ym9, new A._$serializers_closure118()); + t1.addBuilderFactory$2(B.FullType_sav, new A._$serializers_closure119()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure120()); + t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure121()); + t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure122()); + t1.addBuilderFactory$2(B.FullType_Nhy, new A._$serializers_closure123()); + t1.addBuilderFactory$2(B.FullType_e7r0, new A._$serializers_closure124()); + t1.addBuilderFactory$2(B.FullType_wHc, new A._$serializers_closure125()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure126()); + t1.addBuilderFactory$2(B.FullType_6Re, new A._$serializers_closure127()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure128()); + t1.addBuilderFactory$2(B.FullType_5m9, new A._$serializers_closure129()); + t1.addBuilderFactory$2(B.FullType_pUI, new A._$serializers_closure130()); + t1.addBuilderFactory$2(B.FullType_CWG, new A._$serializers_closure131()); + t1.addBuilderFactory$2(B.FullType_mFp, new A._$serializers_closure132()); + t1.addBuilderFactory$2(B.FullType_sYl, new A._$serializers_closure133()); + t1.addBuilderFactory$2(B.FullType_9Sk, new A._$serializers_closure134()); + t1.addBuilderFactory$2(B.FullType_YiR, new A._$serializers_closure135()); + t1.addBuilderFactory$2(B.FullType_2fF, new A._$serializers_closure136()); + t1.addBuilderFactory$2(B.FullType_0kM, new A._$serializers_closure137()); + t1.addBuilderFactory$2(B.FullType_IWk, new A._$serializers_closure138()); + t1.addBuilderFactory$2(B.FullType_4ig, new A._$serializers_closure139()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure140()); - t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure141()); + t1.addBuilderFactory$2(B.FullType_0, new A._$serializers_closure141()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure142()); - t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure143()); + t1.addBuilderFactory$2(B.FullType_HZS, new A._$serializers_closure143()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure144()); - t1.addBuilderFactory$2(B.FullType_oCX, new A._$serializers_closure145()); - t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure146()); - t1.addBuilderFactory$2(B.FullType_sm9, new A._$serializers_closure147()); - t1.addBuilderFactory$2(B.FullType_CxZ, new A._$serializers_closure148()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure149()); - t1.addBuilderFactory$2(B.FullType_Yup, new A._$serializers_closure150()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure151()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure152()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure153()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure154()); + t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure145()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure146()); + t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure147()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure148()); + t1.addBuilderFactory$2(B.FullType_oCX, new A._$serializers_closure149()); + t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure150()); + t1.addBuilderFactory$2(B.FullType_sm9, new A._$serializers_closure151()); + t1.addBuilderFactory$2(B.FullType_CxZ, new A._$serializers_closure152()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure153()); + t1.addBuilderFactory$2(B.FullType_Yup, new A._$serializers_closure154()); t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure155()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure156()); t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure157()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure158()); t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure159()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure160()); - t1.addBuilderFactory$2(B.FullType_mC7, new A._$serializers_closure161()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure161()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure162()); - t1.addBuilderFactory$2(B.FullType_weg, new A._$serializers_closure163()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure163()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure164()); - t1.addBuilderFactory$2(B.FullType_blF, new A._$serializers_closure165()); - t1.addBuilderFactory$2(B.FullType_woD, new A._$serializers_closure166()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure167()); - t1.addBuilderFactory$2(B.FullType_qFt, new A._$serializers_closure168()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure169()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure170()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure171()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure172()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure173()); + t1.addBuilderFactory$2(B.FullType_mC7, new A._$serializers_closure165()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure166()); + t1.addBuilderFactory$2(B.FullType_weg, new A._$serializers_closure167()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure168()); + t1.addBuilderFactory$2(B.FullType_blF, new A._$serializers_closure169()); + t1.addBuilderFactory$2(B.FullType_woD, new A._$serializers_closure170()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure171()); + t1.addBuilderFactory$2(B.FullType_qFt, new A._$serializers_closure172()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure173()); t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure174()); - t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure175()); - t1.addBuilderFactory$2(B.FullType_YGD, new A._$serializers_closure176()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure177()); - t1.addBuilderFactory$2(B.FullType_woc0, new A._$serializers_closure178()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure179()); - t1.addBuilderFactory$2(B.FullType_woc, new A._$serializers_closure180()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure175()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure176()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure177()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure178()); + t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure179()); + t1.addBuilderFactory$2(B.FullType_YGD, new A._$serializers_closure180()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure181()); - t1.addBuilderFactory$2(B.FullType_o2l, new A._$serializers_closure182()); + t1.addBuilderFactory$2(B.FullType_woc0, new A._$serializers_closure182()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure183()); - t1.addBuilderFactory$2(B.FullType_C42, new A._$serializers_closure184()); + t1.addBuilderFactory$2(B.FullType_woc, new A._$serializers_closure184()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure185()); - t1.addBuilderFactory$2(B.FullType_4y3, new A._$serializers_closure186()); + t1.addBuilderFactory$2(B.FullType_o2l, new A._$serializers_closure186()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure187()); - t1.addBuilderFactory$2(B.FullType_sav, new A._$serializers_closure188()); + t1.addBuilderFactory$2(B.FullType_C42, new A._$serializers_closure188()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure189()); - t1.addBuilderFactory$2(B.FullType_QKO, new A._$serializers_closure190()); + t1.addBuilderFactory$2(B.FullType_4y3, new A._$serializers_closure190()); t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure191()); - t1.addBuilderFactory$2(B.FullType_5FV, new A._$serializers_closure192()); - return t1.build$0(0); + t1.addBuilderFactory$2(B.FullType_sav0, new A._$serializers_closure192()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure193()); + t1.addBuilderFactory$2(B.FullType_QKO, new A._$serializers_closure194()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure195()); + t1.addBuilderFactory$2(B.FullType_5FV, new A._$serializers_closure196()); + return t1.build$0(); }); _lazyOld($, "_$settingsEntitySerializer", "$get$_$settingsEntitySerializer", () => new A._$SettingsEntitySerializer()); _lazyOld($, "colorThemesMap", "$get$colorThemesMap", () => A.LinkedHashMap_LinkedHashMap$_literal(["light", A.ColorTheme$(B.Color_4290328320, B.Color_4283934436, B.Color_4281486753, B.Color_4283210268, B.Color_4291660032), "dark", A.ColorTheme$(B.Color_4287315264, B.Color_4280912555, B.Color_4278994339, B.Color_4282414389, B.Color_4289228800), "cerulean", A.ColorTheme$(B.Color_4291238946, B.Color_4278402163, B.Color_4281312487, B.Color_4285769785, B.Color_4292695552), "cosmo", A.ColorTheme$(B.Color_4294901817, B.Color_4288238779, B.Color_4280778979, B.Color_4282365464, B.Color_4294931736), "cyborg", A.ColorTheme$(B.Color_4291559424, B.Color_4288230348, B.Color_4280983510, B.Color_4286034688, B.Color_4294936576), "darkly", A.ColorTheme$(B.Color_4293348412, B.Color_4281637083, B.Color_4281817727, B.Color_4278238348, B.Color_4294155282), "flatly", A.ColorTheme$(B.Color_4293348412, B.Color_4281637083, B.Color_4281089616, B.Color_4279811228, B.Color_4294155282), "journal", A.ColorTheme$(B.Color_4294277632, B.Color_4281558681, B.Color_4293617764, B.Color_4280463948, B.Color_4294305317), "litera", A.ColorTheme$(B.Color_4292432719, B.Color_4279739064, B.Color_4282745580, B.Color_4278368373, B.Color_4293963086), "lumen", A.ColorTheme$(B.Color_4294918454, B.Color_4285909739, B.Color_4279602362, B.Color_4280858156, B.Color_4294935835), "lux", A.ColorTheme$(B.Color_4292432719, B.Color_4280261583, B.Color_4279900698, B.Color_4283154291, B.Color_4293963086), "materia", A.ColorTheme$(B.Color_4293205027, B.Color_4288423856, B.Color_4280391411, B.Color_4283215696, B.Color_4294940672), "minty", A.ColorTheme$(B.Color_4294932561, B.Color_4285318101, B.Color_4286104237, B.Color_4283878557, B.Color_4294954599), "pulse", A.ColorTheme$(B.Color_4294719801, B.Color_4278230236, B.Color_4284035478, B.Color_4279482709, B.Color_4293894941), "sandstone", A.ColorTheme$(B.Color_4292432719, B.Color_4280921056, B.Color_4281490824, B.Color_4287874379, B.Color_4294212668), "simplex", A.ColorTheme$(B.Color_4288366495, B.Color_4278360783, B.Color_4292420367, B.Color_4282815496, B.Color_4292444959), "sketchy", A.ColorTheme$(B.Color_4292621637, B.Color_4279739064, B.Color_4281545523, B.Color_4280854341, B.Color_4294951175), "slate", A.ColorTheme$(B.Color_4293812059, B.Color_4284203230, B.Color_4282007364, B.Color_4284662882, B.Color_4294480902), "solar", A.ColorTheme$(B.Color_4292032130, B.Color_4280716242, B.Color_4290087168, B.Color_4280983960, B.Color_4291513110), "spacelab", A.ColorTheme$(B.Color_4291625472, B.Color_4281571827, B.Color_4282674843, B.Color_4282168609, B.Color_4292113664), "superhero", A.ColorTheme$(B.Color_4292432719, B.Color_4284203230, B.Color_4292831514, B.Color_4284266588, B.Color_4293963086), "united", A.ColorTheme$(B.Color_4292818988, B.Color_4279739064, B.Color_4293481504, B.Color_4281906250, B.Color_4293900094), "yeti", A.ColorTheme$(B.Color_4293935396, B.Color_4284203230, B.Color_4278226106, B.Color_4282625130, B.Color_4293496834)], type$.legacy_String, A.findType("ColorTheme*"))); @@ -508263,18 +523878,19 @@ t9 = A.TypedReducer$(new A.lastErrorReducer_closure6(), t1, A.findType("LoadTasksFailure*")), t10 = A.TypedReducer$(new A.lastErrorReducer_closure7(), t1, A.findType("LoadVendorsFailure*")), t11 = A.TypedReducer$(new A.lastErrorReducer_closure8(), t1, A.findType("LoadExpensesFailure*")), - t12 = A.TypedReducer$(new A.lastErrorReducer_closure9(), t1, A.findType("LoadPurchaseOrdersFailure*")), - t13 = A.TypedReducer$(new A.lastErrorReducer_closure10(), t1, A.findType("LoadRecurringExpensesFailure*")), - t14 = A.TypedReducer$(new A.lastErrorReducer_closure11(), t1, A.findType("LoadSubscriptionsFailure*")), - t15 = A.TypedReducer$(new A.lastErrorReducer_closure12(), t1, A.findType("LoadTaskStatusesFailure*")), - t16 = A.TypedReducer$(new A.lastErrorReducer_closure13(), t1, A.findType("LoadRecurringInvoicesFailure*")), - t17 = A.TypedReducer$(new A.lastErrorReducer_closure14(), t1, A.findType("LoadWebhooksFailure*")), - t18 = A.TypedReducer$(new A.lastErrorReducer_closure15(), t1, A.findType("LoadTokensFailure*")), - t19 = A.TypedReducer$(new A.lastErrorReducer_closure16(), t1, A.findType("LoadPaymentTermsFailure*")), - t20 = A.TypedReducer$(new A.lastErrorReducer_closure17(), t1, A.findType("LoadDesignsFailure*")), - t21 = A.TypedReducer$(new A.lastErrorReducer_closure18(), t1, A.findType("LoadCreditsFailure*")), - t22 = A.TypedReducer$(new A.lastErrorReducer_closure19(), t1, A.findType("RefreshDataFailure*")); - return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call(), t21.get$$call(), t22.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); + t12 = A.TypedReducer$(new A.lastErrorReducer_closure9(), t1, A.findType("LoadBankAccountsFailure*")), + t13 = A.TypedReducer$(new A.lastErrorReducer_closure10(), t1, A.findType("LoadPurchaseOrdersFailure*")), + t14 = A.TypedReducer$(new A.lastErrorReducer_closure11(), t1, A.findType("LoadRecurringExpensesFailure*")), + t15 = A.TypedReducer$(new A.lastErrorReducer_closure12(), t1, A.findType("LoadSubscriptionsFailure*")), + t16 = A.TypedReducer$(new A.lastErrorReducer_closure13(), t1, A.findType("LoadTaskStatusesFailure*")), + t17 = A.TypedReducer$(new A.lastErrorReducer_closure14(), t1, A.findType("LoadRecurringInvoicesFailure*")), + t18 = A.TypedReducer$(new A.lastErrorReducer_closure15(), t1, A.findType("LoadWebhooksFailure*")), + t19 = A.TypedReducer$(new A.lastErrorReducer_closure16(), t1, A.findType("LoadTokensFailure*")), + t20 = A.TypedReducer$(new A.lastErrorReducer_closure17(), t1, A.findType("LoadPaymentTermsFailure*")), + t21 = A.TypedReducer$(new A.lastErrorReducer_closure18(), t1, A.findType("LoadDesignsFailure*")), + t22 = A.TypedReducer$(new A.lastErrorReducer_closure19(), t1, A.findType("LoadCreditsFailure*")), + t23 = A.TypedReducer$(new A.lastErrorReducer_closure20(), t1, A.findType("RefreshDataFailure*")); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call(), t21.get$$call(), t22.get$$call(), t23.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); _lazyOld($, "dismissedNativeWarningReducer", "$get$dismissedNativeWarningReducer", () => { var t1 = type$.legacy_bool, @@ -508308,22 +523924,98 @@ return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], A.findType("JSArray")), t1); }); _lazyOld($, "_$authStateSerializer", "$get$_$authStateSerializer", () => new A._$AuthStateSerializer()); - _lazyOld($, "forceSelectedReducer", "$get$forceSelectedReducer22", () => { + _lazyOld($, "forceSelectedReducer", "$get$forceSelectedReducer21", () => { var t1 = type$.legacy_bool, - t2 = A.TypedReducer$(new A.forceSelectedReducer_closure175(), t1, type$.legacy_ViewClient), - t3 = A.TypedReducer$(new A.forceSelectedReducer_closure176(), t1, type$.legacy_ViewClientList), - t4 = A.TypedReducer$(new A.forceSelectedReducer_closure177(), t1, A.findType("FilterClientsByState*")), - t5 = A.TypedReducer$(new A.forceSelectedReducer_closure178(), t1, A.findType("FilterClients*")), - t6 = A.TypedReducer$(new A.forceSelectedReducer_closure179(), t1, A.findType("FilterClientsByCustom1*")), - t7 = A.TypedReducer$(new A.forceSelectedReducer_closure180(), t1, A.findType("FilterClientsByCustom2*")), - t8 = A.TypedReducer$(new A.forceSelectedReducer_closure181(), t1, A.findType("FilterClientsByCustom3*")), - t9 = A.TypedReducer$(new A.forceSelectedReducer_closure182(), t1, A.findType("FilterClientsByCustom4*")); + t2 = A.TypedReducer$(new A.forceSelectedReducer_closure167(), t1, type$.legacy_ViewBankAccount), + t3 = A.TypedReducer$(new A.forceSelectedReducer_closure168(), t1, type$.legacy_ViewBankAccountList), + t4 = A.TypedReducer$(new A.forceSelectedReducer_closure169(), t1, A.findType("FilterBankAccountsByState*")), + t5 = A.TypedReducer$(new A.forceSelectedReducer_closure170(), t1, A.findType("FilterBankAccounts*")), + t6 = A.TypedReducer$(new A.forceSelectedReducer_closure171(), t1, A.findType("FilterBankAccountsByCustom1*")), + t7 = A.TypedReducer$(new A.forceSelectedReducer_closure172(), t1, A.findType("FilterBankAccountsByCustom2*")), + t8 = A.TypedReducer$(new A.forceSelectedReducer_closure173(), t1, A.findType("FilterBankAccountsByCustom3*")), + t9 = A.TypedReducer$(new A.forceSelectedReducer_closure174(), t1, A.findType("FilterBankAccountsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer", "$get$tabIndexReducer11", () => { + _lazyOld($, "tabIndexReducer", "$get$tabIndexReducer10", () => { var t1 = type$.legacy_int, - t2 = A.TypedReducer$(new A.tabIndexReducer_closure23(), t1, A.findType("UpdateClientTab*")), - t3 = A.TypedReducer$(new A.tabIndexReducer_closure24(), t1, type$.legacy_PreviewEntity); + t2 = A.TypedReducer$(new A.tabIndexReducer_closure21(), t1, A.findType("UpdateBankAccountTab*")), + t3 = A.TypedReducer$(new A.tabIndexReducer_closure22(), t1, type$.legacy_PreviewEntity); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); + }); + _lazyOld($, "selectedIdReducer", "$get$selectedIdReducer21", () => { + var t1 = type$.legacy_String, + t2 = A.TypedReducer$(new A.selectedIdReducer_closure335(), t1, A.findType("ArchiveBankAccountsSuccess*")), + t3 = A.TypedReducer$(new A.selectedIdReducer_closure336(), t1, A.findType("DeleteBankAccountsSuccess*")), + t4 = A.TypedReducer$(new A.selectedIdReducer_closure337(), t1, type$.legacy_PreviewEntity), + t5 = A.TypedReducer$(new A.selectedIdReducer_closure338(), t1, type$.legacy_ViewBankAccount), + t6 = A.TypedReducer$(new A.selectedIdReducer_closure339(), t1, A.findType("AddBankAccountSuccess*")), + t7 = A.TypedReducer$(new A.selectedIdReducer_closure340(), t1, type$.legacy_SelectCompany), + t8 = A.TypedReducer$(new A.selectedIdReducer_closure341(), t1, type$.legacy_ClearEntityFilter), + t9 = A.TypedReducer$(new A.selectedIdReducer_closure342(), t1, A.findType("SortBankAccounts*")), + t10 = A.TypedReducer$(new A.selectedIdReducer_closure343(), t1, A.findType("FilterBankAccounts*")), + t11 = A.TypedReducer$(new A.selectedIdReducer_closure344(), t1, A.findType("FilterBankAccountsByState*")), + t12 = A.TypedReducer$(new A.selectedIdReducer_closure345(), t1, A.findType("FilterBankAccountsByCustom1*")), + t13 = A.TypedReducer$(new A.selectedIdReducer_closure346(), t1, A.findType("FilterBankAccountsByCustom2*")), + t14 = A.TypedReducer$(new A.selectedIdReducer_closure347(), t1, A.findType("FilterBankAccountsByCustom3*")), + t15 = A.TypedReducer$(new A.selectedIdReducer_closure348(), t1, A.findType("FilterBankAccountsByCustom4*")), + t16 = A.TypedReducer$(new A.selectedIdReducer_closure349(), t1, type$.legacy_FilterByEntity); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); + }); + _lazyOld($, "editingReducer", "$get$editingReducer21", () => { + var t1 = type$.legacy_BankAccountEntity, + t2 = A.TypedReducer$(A.bank_account_reducer___updateEditing$closure(), t1, A.findType("SaveBankAccountSuccess*")), + t3 = A.TypedReducer$(A.bank_account_reducer___updateEditing$closure(), t1, A.findType("AddBankAccountSuccess*")), + t4 = A.TypedReducer$(new A.editingReducer_closure114(), t1, A.findType("RestoreBankAccountsSuccess*")), + t5 = A.TypedReducer$(new A.editingReducer_closure115(), t1, A.findType("ArchiveBankAccountsSuccess*")), + t6 = A.TypedReducer$(new A.editingReducer_closure116(), t1, A.findType("DeleteBankAccountsSuccess*")), + t7 = A.TypedReducer$(A.bank_account_reducer___clearEditing$closure(), t1, type$.legacy_DiscardChanges); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call()], A.findType("JSArray")), t1); + }); + _lazyOld($, "bankAccountListReducer", "$get$bankAccountListReducer", () => { + var t1 = type$.legacy_ListUIState, + t2 = A.TypedReducer$(A.bank_account_reducer___sortBankAccounts$closure(), t1, A.findType("SortBankAccounts*")), + t3 = A.TypedReducer$(A.bank_account_reducer___filterBankAccountsByState$closure(), t1, A.findType("FilterBankAccountsByState*")), + t4 = A.TypedReducer$(A.bank_account_reducer___filterBankAccounts$closure(), t1, A.findType("FilterBankAccounts*")), + t5 = A.TypedReducer$(A.bank_account_reducer___filterBankAccountsByCustom1$closure(), t1, A.findType("FilterBankAccountsByCustom1*")), + t6 = A.TypedReducer$(A.bank_account_reducer___filterBankAccountsByCustom2$closure(), t1, A.findType("FilterBankAccountsByCustom2*")), + t7 = A.TypedReducer$(A.bank_account_reducer___startListMultiselect$closure(), t1, A.findType("StartBankAccountMultiselect*")), + t8 = A.TypedReducer$(A.bank_account_reducer___addToListMultiselect$closure(), t1, A.findType("AddToBankAccountMultiselect*")), + t9 = A.TypedReducer$(A.bank_account_reducer___removeFromListMultiselect$closure(), t1, A.findType("RemoveFromBankAccountMultiselect*")), + t10 = A.TypedReducer$(A.bank_account_reducer___clearListMultiselect$closure(), t1, A.findType("ClearBankAccountMultiselect*")), + t11 = A.TypedReducer$(A.bank_account_reducer___viewBankAccountList$closure(), t1, type$.legacy_ViewBankAccountList); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call()], type$.JSArray_of_legacy_legacy_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); + }); + _lazyOld($, "bankAccountsReducer", "$get$bankAccountsReducer", () => { + var t1 = type$.legacy_BankAccountState, + t2 = A.TypedReducer$(A.bank_account_reducer___updateBankAccount$closure(), t1, A.findType("SaveBankAccountSuccess*")), + t3 = A.TypedReducer$(A.bank_account_reducer___addBankAccount$closure(), t1, A.findType("AddBankAccountSuccess*")), + t4 = A.TypedReducer$(A.bank_account_reducer___setLoadedBankAccounts$closure(), t1, A.findType("LoadBankAccountsSuccess*")), + t5 = A.TypedReducer$(A.bank_account_reducer___setLoadedBankAccount$closure(), t1, A.findType("LoadBankAccountSuccess*")), + t6 = A.TypedReducer$(A.bank_account_reducer___setLoadedCompany$closure(), t1, type$.legacy_LoadCompanySuccess), + t7 = A.TypedReducer$(A.bank_account_reducer___archiveBankAccountSuccess$closure(), t1, A.findType("ArchiveBankAccountsSuccess*")), + t8 = A.TypedReducer$(A.bank_account_reducer___deleteBankAccountSuccess$closure(), t1, A.findType("DeleteBankAccountsSuccess*")), + t9 = A.TypedReducer$(A.bank_account_reducer___restoreBankAccountSuccess$closure(), t1, A.findType("RestoreBankAccountsSuccess*")); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], A.findType("JSArray")), t1); + }); + _lazyOld($, "memoizedFilteredBankAccountList", "$get$memoizedFilteredBankAccountList", () => A.memo4(new A.memoizedFilteredBankAccountList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "_$bankAccountStateSerializer", "$get$_$bankAccountStateSerializer", () => new A._$BankAccountStateSerializer()); + _lazyOld($, "_$bankAccountUIStateSerializer", "$get$_$bankAccountUIStateSerializer", () => new A._$BankAccountUIStateSerializer()); + _lazyOld($, "forceSelectedReducer0", "$get$forceSelectedReducer23", () => { + var t1 = type$.legacy_bool, + t2 = A.TypedReducer$(new A.forceSelectedReducer_closure183(), t1, type$.legacy_ViewClient), + t3 = A.TypedReducer$(new A.forceSelectedReducer_closure184(), t1, type$.legacy_ViewClientList), + t4 = A.TypedReducer$(new A.forceSelectedReducer_closure185(), t1, A.findType("FilterClientsByState*")), + t5 = A.TypedReducer$(new A.forceSelectedReducer_closure186(), t1, A.findType("FilterClients*")), + t6 = A.TypedReducer$(new A.forceSelectedReducer_closure187(), t1, A.findType("FilterClientsByCustom1*")), + t7 = A.TypedReducer$(new A.forceSelectedReducer_closure188(), t1, A.findType("FilterClientsByCustom2*")), + t8 = A.TypedReducer$(new A.forceSelectedReducer_closure189(), t1, A.findType("FilterClientsByCustom3*")), + t9 = A.TypedReducer$(new A.forceSelectedReducer_closure190(), t1, A.findType("FilterClientsByCustom4*")); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); + }); + _lazyOld($, "tabIndexReducer0", "$get$tabIndexReducer12", () => { + var t1 = type$.legacy_int, + t2 = A.TypedReducer$(new A.tabIndexReducer_closure25(), t1, A.findType("UpdateClientTab*")), + t3 = A.TypedReducer$(new A.tabIndexReducer_closure26(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); _lazyOld($, "saveCompleterReducer", "$get$saveCompleterReducer1", () => { @@ -508342,43 +524034,43 @@ t3 = A.TypedReducer$(new A.editingContactReducer_closure0(), t1, A.findType("EditContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "selectedIdReducer", "$get$selectedIdReducer22", () => { + _lazyOld($, "selectedIdReducer0", "$get$selectedIdReducer23", () => { var t1 = type$.legacy_String, - t2 = A.TypedReducer$(new A.selectedIdReducer_closure354(), t1, A.findType("ArchiveClientsSuccess*")), - t3 = A.TypedReducer$(new A.selectedIdReducer_closure355(), t1, A.findType("DeleteClientsSuccess*")), - t4 = A.TypedReducer$(new A.selectedIdReducer_closure356(), t1, type$.legacy_PreviewEntity), - t5 = A.TypedReducer$(new A.selectedIdReducer_closure357(), t1, type$.legacy_ViewClient), - t6 = A.TypedReducer$(new A.selectedIdReducer_closure358(), t1, A.findType("AddClientSuccess*")), - t7 = A.TypedReducer$(new A.selectedIdReducer_closure359(), t1, type$.legacy_ShowPdfClient), - t8 = A.TypedReducer$(new A.selectedIdReducer_closure360(), t1, type$.legacy_SelectCompany), - t9 = A.TypedReducer$(new A.selectedIdReducer_closure361(), t1, type$.legacy_ClearEntityFilter), - t10 = A.TypedReducer$(new A.selectedIdReducer_closure362(), t1, A.findType("SortClients*")), - t11 = A.TypedReducer$(new A.selectedIdReducer_closure363(), t1, A.findType("FilterClients*")), - t12 = A.TypedReducer$(new A.selectedIdReducer_closure364(), t1, A.findType("FilterClientsByState*")), - t13 = A.TypedReducer$(new A.selectedIdReducer_closure365(), t1, A.findType("FilterClientsByCustom1*")), - t14 = A.TypedReducer$(new A.selectedIdReducer_closure366(), t1, A.findType("FilterClientsByCustom2*")), - t15 = A.TypedReducer$(new A.selectedIdReducer_closure367(), t1, A.findType("FilterClientsByCustom3*")), - t16 = A.TypedReducer$(new A.selectedIdReducer_closure368(), t1, A.findType("FilterClientsByCustom4*")), - t17 = A.TypedReducer$(new A.selectedIdReducer_closure369(), t1, type$.legacy_ClearEntitySelection), - t18 = A.TypedReducer$(new A.selectedIdReducer_closure370(), t1, type$.legacy_FilterByEntity); + t2 = A.TypedReducer$(new A.selectedIdReducer_closure369(), t1, A.findType("ArchiveClientsSuccess*")), + t3 = A.TypedReducer$(new A.selectedIdReducer_closure370(), t1, A.findType("DeleteClientsSuccess*")), + t4 = A.TypedReducer$(new A.selectedIdReducer_closure371(), t1, type$.legacy_PreviewEntity), + t5 = A.TypedReducer$(new A.selectedIdReducer_closure372(), t1, type$.legacy_ViewClient), + t6 = A.TypedReducer$(new A.selectedIdReducer_closure373(), t1, A.findType("AddClientSuccess*")), + t7 = A.TypedReducer$(new A.selectedIdReducer_closure374(), t1, type$.legacy_ShowPdfClient), + t8 = A.TypedReducer$(new A.selectedIdReducer_closure375(), t1, type$.legacy_SelectCompany), + t9 = A.TypedReducer$(new A.selectedIdReducer_closure376(), t1, type$.legacy_ClearEntityFilter), + t10 = A.TypedReducer$(new A.selectedIdReducer_closure377(), t1, A.findType("SortClients*")), + t11 = A.TypedReducer$(new A.selectedIdReducer_closure378(), t1, A.findType("FilterClients*")), + t12 = A.TypedReducer$(new A.selectedIdReducer_closure379(), t1, A.findType("FilterClientsByState*")), + t13 = A.TypedReducer$(new A.selectedIdReducer_closure380(), t1, A.findType("FilterClientsByCustom1*")), + t14 = A.TypedReducer$(new A.selectedIdReducer_closure381(), t1, A.findType("FilterClientsByCustom2*")), + t15 = A.TypedReducer$(new A.selectedIdReducer_closure382(), t1, A.findType("FilterClientsByCustom3*")), + t16 = A.TypedReducer$(new A.selectedIdReducer_closure383(), t1, A.findType("FilterClientsByCustom4*")), + t17 = A.TypedReducer$(new A.selectedIdReducer_closure384(), t1, type$.legacy_ClearEntitySelection), + t18 = A.TypedReducer$(new A.selectedIdReducer_closure385(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer", "$get$editingReducer22", () => { + _lazyOld($, "editingReducer0", "$get$editingReducer23", () => { var t1 = type$.legacy_ClientEntity, - t2 = A.TypedReducer$(new A.editingReducer_closure125(), t1, A.findType("SaveClientSuccess*")), - t3 = A.TypedReducer$(new A.editingReducer_closure126(), t1, A.findType("AddClientSuccess*")), - t4 = A.TypedReducer$(new A.editingReducer_closure127(), t1, A.findType("RestoreClientSuccess*")), - t5 = A.TypedReducer$(new A.editingReducer_closure128(), t1, A.findType("ArchiveClientsSuccess*")), - t6 = A.TypedReducer$(new A.editingReducer_closure129(), t1, A.findType("DeleteClientsSuccess*")), - t7 = A.TypedReducer$(new A.editingReducer_closure130(), t1, type$.legacy_EditClient), - t8 = A.TypedReducer$(new A.editingReducer_closure131(), t1, A.findType("UpdateClient*")), - t9 = A.TypedReducer$(new A.editingReducer_closure132(), t1, A.findType("AddContact*")), - t10 = A.TypedReducer$(new A.editingReducer_closure133(), t1, A.findType("DeleteContact*")), - t11 = A.TypedReducer$(new A.editingReducer_closure134(), t1, A.findType("UpdateContact*")), - t12 = A.TypedReducer$(new A.editingReducer_closure135(), t1, type$.legacy_ViewClient), - t13 = A.TypedReducer$(new A.editingReducer_closure136(), t1, type$.legacy_ViewClientList), - t14 = A.TypedReducer$(new A.editingReducer_closure137(), t1, type$.legacy_SelectCompany), - t15 = A.TypedReducer$(new A.editingReducer_closure138(), t1, type$.legacy_DiscardChanges); + t2 = A.TypedReducer$(new A.editingReducer_closure128(), t1, A.findType("SaveClientSuccess*")), + t3 = A.TypedReducer$(new A.editingReducer_closure129(), t1, A.findType("AddClientSuccess*")), + t4 = A.TypedReducer$(new A.editingReducer_closure130(), t1, A.findType("RestoreClientSuccess*")), + t5 = A.TypedReducer$(new A.editingReducer_closure131(), t1, A.findType("ArchiveClientsSuccess*")), + t6 = A.TypedReducer$(new A.editingReducer_closure132(), t1, A.findType("DeleteClientsSuccess*")), + t7 = A.TypedReducer$(new A.editingReducer_closure133(), t1, type$.legacy_EditClient), + t8 = A.TypedReducer$(new A.editingReducer_closure134(), t1, A.findType("UpdateClient*")), + t9 = A.TypedReducer$(new A.editingReducer_closure135(), t1, A.findType("AddContact*")), + t10 = A.TypedReducer$(new A.editingReducer_closure136(), t1, A.findType("DeleteContact*")), + t11 = A.TypedReducer$(new A.editingReducer_closure137(), t1, A.findType("UpdateContact*")), + t12 = A.TypedReducer$(new A.editingReducer_closure138(), t1, type$.legacy_ViewClient), + t13 = A.TypedReducer$(new A.editingReducer_closure139(), t1, type$.legacy_ViewClientList), + t14 = A.TypedReducer$(new A.editingReducer_closure140(), t1, type$.legacy_SelectCompany), + t15 = A.TypedReducer$(new A.editingReducer_closure141(), t1, type$.legacy_DiscardChanges); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call()], A.findType("JSArray")), t1); }); _lazyOld($, "clientListReducer", "$get$clientListReducer", () => { @@ -508445,7 +524137,7 @@ _lazyOld($, "memoizedFilteredSelector", "$get$memoizedFilteredSelector", () => A.memo2(new A.memoizedFilteredSelector_closure(), type$.legacy_String, type$.legacy_UserCompanyState, A.findType("List*"))); _lazyOld($, "_$userCompanyStateSerializer", "$get$_$userCompanyStateSerializer", () => new A._$UserCompanyStateSerializer()); _lazyOld($, "_$settingsUIStateSerializer", "$get$_$settingsUIStateSerializer", () => new A._$SettingsUIStateSerializer()); - _lazyOld($, "forceSelectedReducer0", "$get$forceSelectedReducer7", () => { + _lazyOld($, "forceSelectedReducer1", "$get$forceSelectedReducer7", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure59(), t1, type$.legacy_ViewCompanyGateway), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure60(), t1, type$.legacy_ViewCompanyGatewayList), @@ -508457,7 +524149,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure66(), t1, A.findType("FilterCompanyGatewaysByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer0", "$get$selectedIdReducer7", () => { + _lazyOld($, "selectedIdReducer1", "$get$selectedIdReducer7", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure119(), t1, A.findType("ArchiveCompanyGatewaySuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure120(), t1, A.findType("DeleteCompanyGatewaySuccess*")), @@ -508476,7 +524168,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure133(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer0", "$get$editingReducer7", () => { + _lazyOld($, "editingReducer1", "$get$editingReducer7", () => { var t1 = type$.legacy_CompanyGatewayEntity, t2 = A.TypedReducer$(A.company_gateway_reducer___updateEditing$closure(), t1, A.findType("SaveCompanyGatewaySuccess*")), t3 = A.TypedReducer$(A.company_gateway_reducer___updateEditing$closure(), t1, A.findType("AddCompanyGatewaySuccess*")), @@ -508519,7 +524211,7 @@ _lazyOld($, "memoizedPaymentStatsForCompanyGateway", "$get$memoizedPaymentStatsForCompanyGateway", () => A.memo2(new A.memoizedPaymentStatsForCompanyGateway_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_EntityStats)); _lazyOld($, "_$companyGatewayStateSerializer", "$get$_$companyGatewayStateSerializer", () => new A._$CompanyGatewayStateSerializer()); _lazyOld($, "_$companyGatewayUIStateSerializer", "$get$_$companyGatewayUIStateSerializer", () => new A._$CompanyGatewayUIStateSerializer()); - _lazyOld($, "forceSelectedReducer1", "$get$forceSelectedReducer10", () => { + _lazyOld($, "forceSelectedReducer2", "$get$forceSelectedReducer10", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure79(), t1, type$.legacy_ViewCredit), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure80(), t1, type$.legacy_ViewCreditList), @@ -508531,7 +524223,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure86(), t1, A.findType("FilterCreditsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer0", "$get$tabIndexReducer5", () => { + _lazyOld($, "tabIndexReducer1", "$get$tabIndexReducer5", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure11(), t1, A.findType("UpdateCreditTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure12(), t1, type$.legacy_PreviewEntity); @@ -508548,7 +524240,7 @@ t3 = A.TypedReducer$(new A.editingItemReducer_closure2(), t1, A.findType("EditCreditItem*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer1", "$get$selectedIdReducer10", () => { + _lazyOld($, "selectedIdReducer2", "$get$selectedIdReducer10", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure160(), t1, A.findType("ArchiveCreditsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure161(), t1, A.findType("DeleteCreditsSuccess*")), @@ -508571,7 +524263,7 @@ t20 = A.TypedReducer$(new A.selectedIdReducer_closure178(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer1", "$get$editingReducer10", () => { + _lazyOld($, "editingReducer2", "$get$editingReducer10", () => { var t18, t19, t20, t21, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.credit_reducer___updateEditing$closure(), t1, A.findType("LoadCreditSuccess*")), @@ -508677,7 +524369,7 @@ _lazyOld($, "memoizedRecentExpenses", "$get$memoizedRecentExpenses", () => A.memo2(new A.memoizedRecentExpenses_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ExpenseEntity)); _lazyOld($, "_$dashboardUIStateSerializer", "$get$_$dashboardUIStateSerializer", () => new A._$DashboardUIStateSerializer()); _lazyOld($, "_$dashboardUISettingsSerializer", "$get$_$dashboardUISettingsSerializer", () => new A._$DashboardUISettingsSerializer()); - _lazyOld($, "forceSelectedReducer2", "$get$forceSelectedReducer11", () => { + _lazyOld($, "forceSelectedReducer3", "$get$forceSelectedReducer11", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure87(), t1, type$.legacy_ViewDesign), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure88(), t1, type$.legacy_ViewDesignList), @@ -508689,7 +524381,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure94(), t1, A.findType("FilterDesignsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer2", "$get$selectedIdReducer11", () => { + _lazyOld($, "selectedIdReducer3", "$get$selectedIdReducer11", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure179(), t1, A.findType("ArchiveDesignsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure180(), t1, A.findType("DeleteDesignsSuccess*")), @@ -508707,7 +524399,7 @@ t15 = A.TypedReducer$(new A.selectedIdReducer_closure192(), t1, A.findType("FilterDesignsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer2", "$get$editingReducer11", () => { + _lazyOld($, "editingReducer3", "$get$editingReducer11", () => { var t1 = type$.legacy_DesignEntity, t2 = A.TypedReducer$(A.design_reducer___updateEditing$closure(), t1, A.findType("SaveDesignSuccess*")), t3 = A.TypedReducer$(A.design_reducer___updateEditing$closure(), t1, A.findType("AddDesignSuccess*")), @@ -508748,7 +524440,7 @@ _lazyOld($, "memoizedFilteredDesignList", "$get$memoizedFilteredDesignList", () => A.memo3(new A.memoizedFilteredDesignList_closure(), A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); _lazyOld($, "_$designStateSerializer", "$get$_$designStateSerializer", () => new A._$DesignStateSerializer()); _lazyOld($, "_$designUIStateSerializer", "$get$_$designUIStateSerializer", () => new A._$DesignUIStateSerializer()); - _lazyOld($, "forceSelectedReducer3", "$get$forceSelectedReducer5", () => { + _lazyOld($, "forceSelectedReducer4", "$get$forceSelectedReducer5", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure47(), t1, type$.legacy_ViewDocument), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure48(), t1, type$.legacy_ViewDocumentList), @@ -508760,7 +524452,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure54(), t1, A.findType("FilterDocumentsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer3", "$get$selectedIdReducer5", () => { + _lazyOld($, "selectedIdReducer4", "$get$selectedIdReducer5", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure94(), t1, A.findType("ArchiveDocumentSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure95(), t1, A.findType("DeleteDocumentSuccess*")), @@ -508777,7 +524469,7 @@ t14 = A.TypedReducer$(new A.selectedIdReducer_closure106(), t1, A.findType("FilterDocumentsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer3", "$get$editingReducer5", () => { + _lazyOld($, "editingReducer4", "$get$editingReducer5", () => { var t1 = type$.legacy_DocumentEntity, t2 = A.TypedReducer$(A.document_reducer___updateEditing$closure(), t1, A.findType("SaveDocumentSuccess*")), t3 = A.TypedReducer$(A.document_reducer___updateEditing$closure(), t1, A.findType("RestoreDocumentSuccess*")), @@ -508813,7 +524505,7 @@ _lazyOld($, "memoizedFilteredDocumentList", "$get$memoizedFilteredDocumentList", () => A.memo3(new A.memoizedFilteredDocumentList_closure(), A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); _lazyOld($, "_$documentStateSerializer", "$get$_$documentStateSerializer", () => new A._$DocumentStateSerializer()); _lazyOld($, "_$documentUIStateSerializer", "$get$_$documentUIStateSerializer", () => new A._$DocumentUIStateSerializer()); - _lazyOld($, "forceSelectedReducer4", "$get$forceSelectedReducer4", () => { + _lazyOld($, "forceSelectedReducer5", "$get$forceSelectedReducer4", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure39(), t1, type$.legacy_ViewExpense), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure40(), t1, type$.legacy_ViewExpenseList), @@ -508825,13 +524517,13 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure46(), t1, A.findType("FilterExpensesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer1", "$get$tabIndexReducer4", () => { + _lazyOld($, "tabIndexReducer2", "$get$tabIndexReducer4", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure9(), t1, A.findType("UpdateExpenseTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure10(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer4", "$get$selectedIdReducer4", () => { + _lazyOld($, "selectedIdReducer5", "$get$selectedIdReducer4", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure79(), t1, A.findType("ArchiveExpenseSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure80(), t1, A.findType("DeleteExpenseSuccess*")), @@ -508850,7 +524542,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure93(), t1, A.findType("FilterExpensesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer4", "$get$editingReducer4", () => { + _lazyOld($, "editingReducer5", "$get$editingReducer4", () => { var t1 = type$.legacy_ExpenseEntity, t2 = A.TypedReducer$(A.expense_reducer___updateEditing$closure(), t1, A.findType("LoadExpenseSuccess*")), t3 = A.TypedReducer$(A.expense_reducer___updateEditing$closure(), t1, A.findType("SaveExpenseSuccess*")), @@ -508901,7 +524593,7 @@ _lazyOld($, "memoizedExpenseStatsForUser", "$get$memoizedExpenseStatsForUser", () => A.memo2(new A.memoizedExpenseStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); _lazyOld($, "_$expenseStateSerializer", "$get$_$expenseStateSerializer", () => new A._$ExpenseStateSerializer()); _lazyOld($, "_$expenseUIStateSerializer", "$get$_$expenseUIStateSerializer", () => new A._$ExpenseUIStateSerializer()); - _lazyOld($, "forceSelectedReducer5", "$get$forceSelectedReducer16", () => { + _lazyOld($, "forceSelectedReducer6", "$get$forceSelectedReducer16", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure127(), t1, type$.legacy_ViewExpenseCategory), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure128(), t1, type$.legacy_ViewExpenseCategoryList), @@ -508913,7 +524605,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure134(), t1, A.findType("FilterExpenseCategoriesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer5", "$get$selectedIdReducer16", () => { + _lazyOld($, "selectedIdReducer6", "$get$selectedIdReducer16", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure256(), t1, A.findType("ArchiveExpenseCategoriesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure257(), t1, A.findType("DeleteExpenseCategoriesSuccess*")), @@ -508932,7 +524624,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure270(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer5", "$get$editingReducer16", () => { + _lazyOld($, "editingReducer6", "$get$editingReducer16", () => { var t1 = type$.legacy_ExpenseCategoryEntity, t2 = A.TypedReducer$(A.expense_category_reducer___updateEditing$closure(), t1, A.findType("SaveExpenseCategorySuccess*")), t3 = A.TypedReducer$(A.expense_category_reducer___updateEditing$closure(), t1, A.findType("AddExpenseCategorySuccess*")), @@ -508974,7 +524666,7 @@ _lazyOld($, "memoizedExpenseStatsForExpenseCategory", "$get$memoizedExpenseStatsForExpenseCategory", () => A.memo2(new A.memoizedExpenseStatsForExpenseCategory_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); _lazyOld($, "_$expenseCategoryStateSerializer", "$get$_$expenseCategoryStateSerializer", () => new A._$ExpenseCategoryStateSerializer()); _lazyOld($, "_$expenseCategoryUIStateSerializer", "$get$_$expenseCategoryUIStateSerializer", () => new A._$ExpenseCategoryUIStateSerializer()); - _lazyOld($, "forceSelectedReducer6", "$get$forceSelectedReducer6", () => { + _lazyOld($, "forceSelectedReducer7", "$get$forceSelectedReducer6", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure55(), t1, type$.legacy_ViewGroup), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure56(), t1, type$.legacy_ViewGroupList), @@ -508982,7 +524674,7 @@ t5 = A.TypedReducer$(new A.forceSelectedReducer_closure58(), t1, A.findType("FilterGroups*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer6", "$get$selectedIdReducer6", () => { + _lazyOld($, "selectedIdReducer7", "$get$selectedIdReducer6", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure107(), t1, A.findType("ArchiveGroupSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure108(), t1, A.findType("DeleteGroupSuccess*")), @@ -508998,7 +524690,7 @@ t13 = A.TypedReducer$(new A.selectedIdReducer_closure118(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer6", "$get$editingReducer6", () => { + _lazyOld($, "editingReducer7", "$get$editingReducer6", () => { var t1 = type$.legacy_GroupEntity, t2 = A.TypedReducer$(A.group_reducer___updateEditing$closure(), t1, A.findType("SaveGroupSuccess*")), t3 = A.TypedReducer$(A.group_reducer___updateEditing$closure(), t1, A.findType("AddGroupSuccess*")), @@ -509038,22 +524730,22 @@ _lazyOld($, "memoizedClientStatsForGroup", "$get$memoizedClientStatsForGroup", () => A.memo2(new A.memoizedClientStatsForGroup_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_String, type$.legacy_EntityStats)); _lazyOld($, "_$groupStateSerializer", "$get$_$groupStateSerializer", () => new A._$GroupStateSerializer()); _lazyOld($, "_$groupUIStateSerializer", "$get$_$groupUIStateSerializer", () => new A._$GroupUIStateSerializer()); - _lazyOld($, "forceSelectedReducer7", "$get$forceSelectedReducer21", () => { + _lazyOld($, "forceSelectedReducer8", "$get$forceSelectedReducer22", () => { var t1 = type$.legacy_bool, - t2 = A.TypedReducer$(new A.forceSelectedReducer_closure167(), t1, type$.legacy_ViewInvoice), - t3 = A.TypedReducer$(new A.forceSelectedReducer_closure168(), t1, type$.legacy_ViewInvoiceList), - t4 = A.TypedReducer$(new A.forceSelectedReducer_closure169(), t1, A.findType("FilterInvoicesByState*")), - t5 = A.TypedReducer$(new A.forceSelectedReducer_closure170(), t1, A.findType("FilterInvoices*")), - t6 = A.TypedReducer$(new A.forceSelectedReducer_closure171(), t1, A.findType("FilterInvoicesByCustom1*")), - t7 = A.TypedReducer$(new A.forceSelectedReducer_closure172(), t1, A.findType("FilterInvoicesByCustom2*")), - t8 = A.TypedReducer$(new A.forceSelectedReducer_closure173(), t1, A.findType("FilterInvoicesByCustom3*")), - t9 = A.TypedReducer$(new A.forceSelectedReducer_closure174(), t1, A.findType("FilterInvoicesByCustom4*")); + t2 = A.TypedReducer$(new A.forceSelectedReducer_closure175(), t1, type$.legacy_ViewInvoice), + t3 = A.TypedReducer$(new A.forceSelectedReducer_closure176(), t1, type$.legacy_ViewInvoiceList), + t4 = A.TypedReducer$(new A.forceSelectedReducer_closure177(), t1, A.findType("FilterInvoicesByState*")), + t5 = A.TypedReducer$(new A.forceSelectedReducer_closure178(), t1, A.findType("FilterInvoices*")), + t6 = A.TypedReducer$(new A.forceSelectedReducer_closure179(), t1, A.findType("FilterInvoicesByCustom1*")), + t7 = A.TypedReducer$(new A.forceSelectedReducer_closure180(), t1, A.findType("FilterInvoicesByCustom2*")), + t8 = A.TypedReducer$(new A.forceSelectedReducer_closure181(), t1, A.findType("FilterInvoicesByCustom3*")), + t9 = A.TypedReducer$(new A.forceSelectedReducer_closure182(), t1, A.findType("FilterInvoicesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer2", "$get$tabIndexReducer10", () => { + _lazyOld($, "tabIndexReducer3", "$get$tabIndexReducer11", () => { var t1 = type$.legacy_int, - t2 = A.TypedReducer$(new A.tabIndexReducer_closure21(), t1, A.findType("UpdateInvoiceTab*")), - t3 = A.TypedReducer$(new A.tabIndexReducer_closure22(), t1, type$.legacy_PreviewEntity); + t2 = A.TypedReducer$(new A.tabIndexReducer_closure23(), t1, A.findType("UpdateInvoiceTab*")), + t3 = A.TypedReducer$(new A.tabIndexReducer_closure24(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); _lazyOld($, "historyActivityIdReducer0", "$get$historyActivityIdReducer3", () => { @@ -509067,55 +524759,55 @@ t3 = A.TypedReducer$(new A.editingItemIndexReducer_closure2(), t1, A.findType("EditInvoiceItem*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer7", "$get$selectedIdReducer21", () => { + _lazyOld($, "selectedIdReducer8", "$get$selectedIdReducer22", () => { var t1 = type$.legacy_String, - t2 = A.TypedReducer$(new A.selectedIdReducer_closure335(), t1, A.findType("ArchiveInvoicesSuccess*")), - t3 = A.TypedReducer$(new A.selectedIdReducer_closure336(), t1, A.findType("DeleteInvoicesSuccess*")), - t4 = A.TypedReducer$(new A.selectedIdReducer_closure337(), t1, type$.legacy_PreviewEntity), - t5 = A.TypedReducer$(new A.selectedIdReducer_closure338(), t1, type$.legacy_ViewInvoice), - t6 = A.TypedReducer$(new A.selectedIdReducer_closure339(), t1, A.findType("AddInvoiceSuccess*")), - t7 = A.TypedReducer$(new A.selectedIdReducer_closure340(), t1, type$.legacy_ShowEmailInvoice), - t8 = A.TypedReducer$(new A.selectedIdReducer_closure341(), t1, type$.legacy_ShowPdfInvoice), - t9 = A.TypedReducer$(new A.selectedIdReducer_closure342(), t1, type$.legacy_SelectCompany), - t10 = A.TypedReducer$(new A.selectedIdReducer_closure343(), t1, type$.legacy_ClearEntityFilter), - t11 = A.TypedReducer$(new A.selectedIdReducer_closure344(), t1, A.findType("SortInvoices*")), - t12 = A.TypedReducer$(new A.selectedIdReducer_closure345(), t1, A.findType("FilterInvoices*")), - t13 = A.TypedReducer$(new A.selectedIdReducer_closure346(), t1, A.findType("FilterInvoicesByState*")), - t14 = A.TypedReducer$(new A.selectedIdReducer_closure347(), t1, A.findType("FilterInvoicesByStatus*")), - t15 = A.TypedReducer$(new A.selectedIdReducer_closure348(), t1, A.findType("FilterInvoicesByCustom1*")), - t16 = A.TypedReducer$(new A.selectedIdReducer_closure349(), t1, A.findType("FilterInvoicesByCustom2*")), - t17 = A.TypedReducer$(new A.selectedIdReducer_closure350(), t1, A.findType("FilterInvoicesByCustom3*")), - t18 = A.TypedReducer$(new A.selectedIdReducer_closure351(), t1, A.findType("FilterInvoicesByCustom4*")), - t19 = A.TypedReducer$(new A.selectedIdReducer_closure352(), t1, type$.legacy_ClearEntitySelection), - t20 = A.TypedReducer$(new A.selectedIdReducer_closure353(), t1, type$.legacy_FilterByEntity); + t2 = A.TypedReducer$(new A.selectedIdReducer_closure350(), t1, A.findType("ArchiveInvoicesSuccess*")), + t3 = A.TypedReducer$(new A.selectedIdReducer_closure351(), t1, A.findType("DeleteInvoicesSuccess*")), + t4 = A.TypedReducer$(new A.selectedIdReducer_closure352(), t1, type$.legacy_PreviewEntity), + t5 = A.TypedReducer$(new A.selectedIdReducer_closure353(), t1, type$.legacy_ViewInvoice), + t6 = A.TypedReducer$(new A.selectedIdReducer_closure354(), t1, A.findType("AddInvoiceSuccess*")), + t7 = A.TypedReducer$(new A.selectedIdReducer_closure355(), t1, type$.legacy_ShowEmailInvoice), + t8 = A.TypedReducer$(new A.selectedIdReducer_closure356(), t1, type$.legacy_ShowPdfInvoice), + t9 = A.TypedReducer$(new A.selectedIdReducer_closure357(), t1, type$.legacy_SelectCompany), + t10 = A.TypedReducer$(new A.selectedIdReducer_closure358(), t1, type$.legacy_ClearEntityFilter), + t11 = A.TypedReducer$(new A.selectedIdReducer_closure359(), t1, A.findType("SortInvoices*")), + t12 = A.TypedReducer$(new A.selectedIdReducer_closure360(), t1, A.findType("FilterInvoices*")), + t13 = A.TypedReducer$(new A.selectedIdReducer_closure361(), t1, A.findType("FilterInvoicesByState*")), + t14 = A.TypedReducer$(new A.selectedIdReducer_closure362(), t1, A.findType("FilterInvoicesByStatus*")), + t15 = A.TypedReducer$(new A.selectedIdReducer_closure363(), t1, A.findType("FilterInvoicesByCustom1*")), + t16 = A.TypedReducer$(new A.selectedIdReducer_closure364(), t1, A.findType("FilterInvoicesByCustom2*")), + t17 = A.TypedReducer$(new A.selectedIdReducer_closure365(), t1, A.findType("FilterInvoicesByCustom3*")), + t18 = A.TypedReducer$(new A.selectedIdReducer_closure366(), t1, A.findType("FilterInvoicesByCustom4*")), + t19 = A.TypedReducer$(new A.selectedIdReducer_closure367(), t1, type$.legacy_ClearEntitySelection), + t20 = A.TypedReducer$(new A.selectedIdReducer_closure368(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer7", "$get$editingReducer21", () => { + _lazyOld($, "editingReducer8", "$get$editingReducer22", () => { var t18, t19, t20, t21, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.invoice_reducer___updateEditing$closure(), t1, A.findType("LoadInvoiceSuccess*")), t3 = A.TypedReducer$(A.invoice_reducer___updateEditing$closure(), t1, A.findType("SaveInvoiceSuccess*")), t4 = A.TypedReducer$(A.invoice_reducer___updateEditing$closure(), t1, A.findType("AddInvoiceSuccess*")), t5 = A.TypedReducer$(A.invoice_reducer___updateEditing$closure(), t1, type$.legacy_EditInvoice), - t6 = A.TypedReducer$(new A.editingReducer_closure114(), t1, A.findType("UpdateInvoice*")), + t6 = A.TypedReducer$(new A.editingReducer_closure117(), t1, A.findType("UpdateInvoice*")), t7 = A.findType("AddInvoiceItem*"), - t8 = A.TypedReducer$(new A.editingReducer_closure115(), t1, t7), - t9 = A.TypedReducer$(new A.editingReducer_closure116(), t1, A.findType("MoveInvoiceItem*")), + t8 = A.TypedReducer$(new A.editingReducer_closure118(), t1, t7), + t9 = A.TypedReducer$(new A.editingReducer_closure119(), t1, A.findType("MoveInvoiceItem*")), t10 = A.findType("DeleteInvoiceItem*"), - t11 = A.TypedReducer$(new A.editingReducer_closure117(), t1, t10), + t11 = A.TypedReducer$(new A.editingReducer_closure120(), t1, t10), t12 = A.findType("UpdateInvoiceItem*"), - t13 = A.TypedReducer$(new A.editingReducer_closure118(), t1, t12), - t14 = A.TypedReducer$(new A.editingReducer_closure119(), t1, A.findType("UpdateInvoiceClient*")), - t15 = A.TypedReducer$(new A.editingReducer_closure120(), t1, A.findType("RestoreInvoicesSuccess*")), - t16 = A.TypedReducer$(new A.editingReducer_closure121(), t1, A.findType("ArchiveInvoicesSuccess*")), - t17 = A.TypedReducer$(new A.editingReducer_closure122(), t1, A.findType("DeleteInvoicesSuccess*")); + t13 = A.TypedReducer$(new A.editingReducer_closure121(), t1, t12), + t14 = A.TypedReducer$(new A.editingReducer_closure122(), t1, A.findType("UpdateInvoiceClient*")), + t15 = A.TypedReducer$(new A.editingReducer_closure123(), t1, A.findType("RestoreInvoicesSuccess*")), + t16 = A.TypedReducer$(new A.editingReducer_closure124(), t1, A.findType("ArchiveInvoicesSuccess*")), + t17 = A.TypedReducer$(new A.editingReducer_closure125(), t1, A.findType("DeleteInvoicesSuccess*")); t7 = A.TypedReducer$(A.invoice_reducer___addInvoiceItem$closure(), t1, t7); t18 = A.TypedReducer$(A.invoice_reducer___addInvoiceItems$closure(), t1, A.findType("AddInvoiceItems*")); t10 = A.TypedReducer$(A.invoice_reducer___removeInvoiceItem$closure(), t1, t10); t12 = A.TypedReducer$(A.invoice_reducer___updateInvoiceItem$closure(), t1, t12); t19 = A.TypedReducer$(A.invoice_reducer___clearEditing$closure(), t1, type$.legacy_DiscardChanges); - t20 = A.TypedReducer$(new A.editingReducer_closure123(), t1, A.findType("AddInvoiceContact*")); - t21 = A.TypedReducer$(new A.editingReducer_closure124(), t1, A.findType("RemoveInvoiceContact*")); + t20 = A.TypedReducer$(new A.editingReducer_closure126(), t1, A.findType("AddInvoiceContact*")); + t21 = A.TypedReducer$(new A.editingReducer_closure127(), t1, A.findType("RemoveInvoiceContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t8.get$$call(), t9.get$$call(), t11.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t7.get$$call(), t18.get$$call(), t10.get$$call(), t12.get$$call(), t19.get$$call(), t20.get$$call(), t21.get$$call()], type$.JSArray_of_legacy_legacy_InvoiceEntity_Function_2_legacy_InvoiceEntity_and_dynamic), t1); }); _lazyOld($, "invoiceListReducer", "$get$invoiceListReducer", () => { @@ -509168,7 +524860,7 @@ _lazyOld($, "memoizedInvoiceStatsForUser", "$get$memoizedInvoiceStatsForUser", () => A.memo2(new A.memoizedInvoiceStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); _lazyOld($, "_$invoiceStateSerializer", "$get$_$invoiceStateSerializer", () => new A._$InvoiceStateSerializer()); _lazyOld($, "_$invoiceUIStateSerializer", "$get$_$invoiceUIStateSerializer", () => new A._$InvoiceUIStateSerializer()); - _lazyOld($, "forceSelectedReducer8", "$get$forceSelectedReducer0", () => { + _lazyOld($, "forceSelectedReducer9", "$get$forceSelectedReducer0", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure7(), t1, A.findType("ViewPayment*")), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure8(), t1, type$.legacy_ViewPaymentList), @@ -509180,13 +524872,13 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure14(), t1, A.findType("FilterPaymentsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer3", "$get$tabIndexReducer0", () => { + _lazyOld($, "tabIndexReducer4", "$get$tabIndexReducer0", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure1(), t1, A.findType("UpdatePaymentTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure2(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer8", "$get$selectedIdReducer0", () => { + _lazyOld($, "selectedIdReducer9", "$get$selectedIdReducer0", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure18(), t1, A.findType("ArchivePaymentsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure19(), t1, A.findType("DeletePaymentsSuccess*")), @@ -509206,7 +524898,7 @@ t17 = A.TypedReducer$(new A.selectedIdReducer_closure33(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer8", "$get$editingReducer0", () => { + _lazyOld($, "editingReducer9", "$get$editingReducer0", () => { var t1 = type$.legacy_PaymentEntity, t2 = A.TypedReducer$(A.payment_reducer___updateEditing$closure(), t1, A.findType("SavePaymentSuccess*")), t3 = A.TypedReducer$(A.payment_reducer___updateEditing$closure(), t1, A.findType("AddPaymentSuccess*")), @@ -509253,7 +524945,7 @@ _lazyOld($, "memoizedPaymentStatsForClient", "$get$memoizedPaymentStatsForClient", () => A.memo3(new A.memoizedPaymentStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); _lazyOld($, "_$paymentStateSerializer", "$get$_$paymentStateSerializer", () => new A._$PaymentStateSerializer()); _lazyOld($, "_$paymentUIStateSerializer", "$get$_$paymentUIStateSerializer", () => new A._$PaymentUIStateSerializer()); - _lazyOld($, "forceSelectedReducer9", "$get$forceSelectedReducer12", () => { + _lazyOld($, "forceSelectedReducer10", "$get$forceSelectedReducer12", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure95(), t1, type$.legacy_ViewPaymentTerm), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure96(), t1, type$.legacy_ViewPaymentTermList), @@ -509265,7 +524957,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure102(), t1, A.findType("FilterPaymentTermsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer9", "$get$selectedIdReducer12", () => { + _lazyOld($, "selectedIdReducer10", "$get$selectedIdReducer12", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure193(), t1, A.findType("ArchivePaymentTermsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure194(), t1, A.findType("DeletePaymentTermsSuccess*")), @@ -509283,7 +524975,7 @@ t15 = A.TypedReducer$(new A.selectedIdReducer_closure206(), t1, A.findType("FilterPaymentTermsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer9", "$get$editingReducer12", () => { + _lazyOld($, "editingReducer10", "$get$editingReducer12", () => { var t1 = type$.legacy_PaymentTermEntity, t2 = A.TypedReducer$(A.payment_term_reducer___updateEditing$closure(), t1, A.findType("SavePaymentTermSuccess*")), t3 = A.TypedReducer$(A.payment_term_reducer___updateEditing$closure(), t1, A.findType("AddPaymentTermSuccess*")), @@ -509325,52 +525017,52 @@ _lazyOld($, "memoizedFilteredPaymentTermList", "$get$memoizedFilteredPaymentTermList", () => A.memo4(new A.memoizedFilteredPaymentTermList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); _lazyOld($, "_$paymentTermStateSerializer", "$get$_$paymentTermStateSerializer", () => new A._$PaymentTermStateSerializer()); _lazyOld($, "_$paymentTermUIStateSerializer", "$get$_$paymentTermUIStateSerializer", () => new A._$PaymentTermUIStateSerializer()); - _lazyOld($, "forceSelectedReducer10", "$get$forceSelectedReducer23", () => { + _lazyOld($, "forceSelectedReducer11", "$get$forceSelectedReducer24", () => { var t1 = type$.legacy_bool, - t2 = A.TypedReducer$(new A.forceSelectedReducer_closure183(), t1, type$.legacy_ViewProduct), - t3 = A.TypedReducer$(new A.forceSelectedReducer_closure184(), t1, type$.legacy_ViewProductList), - t4 = A.TypedReducer$(new A.forceSelectedReducer_closure185(), t1, A.findType("FilterProductsByState*")), - t5 = A.TypedReducer$(new A.forceSelectedReducer_closure186(), t1, A.findType("FilterProducts*")), - t6 = A.TypedReducer$(new A.forceSelectedReducer_closure187(), t1, A.findType("FilterProductsByCustom1*")), - t7 = A.TypedReducer$(new A.forceSelectedReducer_closure188(), t1, A.findType("FilterProductsByCustom2*")), - t8 = A.TypedReducer$(new A.forceSelectedReducer_closure189(), t1, A.findType("FilterProductsByCustom3*")), - t9 = A.TypedReducer$(new A.forceSelectedReducer_closure190(), t1, A.findType("FilterProductsByCustom4*")); + t2 = A.TypedReducer$(new A.forceSelectedReducer_closure191(), t1, type$.legacy_ViewProduct), + t3 = A.TypedReducer$(new A.forceSelectedReducer_closure192(), t1, type$.legacy_ViewProductList), + t4 = A.TypedReducer$(new A.forceSelectedReducer_closure193(), t1, A.findType("FilterProductsByState*")), + t5 = A.TypedReducer$(new A.forceSelectedReducer_closure194(), t1, A.findType("FilterProducts*")), + t6 = A.TypedReducer$(new A.forceSelectedReducer_closure195(), t1, A.findType("FilterProductsByCustom1*")), + t7 = A.TypedReducer$(new A.forceSelectedReducer_closure196(), t1, A.findType("FilterProductsByCustom2*")), + t8 = A.TypedReducer$(new A.forceSelectedReducer_closure197(), t1, A.findType("FilterProductsByCustom3*")), + t9 = A.TypedReducer$(new A.forceSelectedReducer_closure198(), t1, A.findType("FilterProductsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer4", "$get$tabIndexReducer12", () => { + _lazyOld($, "tabIndexReducer5", "$get$tabIndexReducer13", () => { var t1 = type$.legacy_int, - t2 = A.TypedReducer$(new A.tabIndexReducer_closure25(), t1, A.findType("UpdateProductTab*")), - t3 = A.TypedReducer$(new A.tabIndexReducer_closure26(), t1, type$.legacy_PreviewEntity); + t2 = A.TypedReducer$(new A.tabIndexReducer_closure27(), t1, A.findType("UpdateProductTab*")), + t3 = A.TypedReducer$(new A.tabIndexReducer_closure28(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "editingReducer10", "$get$editingReducer23", () => { + _lazyOld($, "editingReducer11", "$get$editingReducer24", () => { var t1 = type$.legacy_ProductEntity, t2 = A.TypedReducer$(A.product_reducer___updateEditing$closure(), t1, A.findType("SaveProductSuccess*")), t3 = A.TypedReducer$(A.product_reducer___updateEditing$closure(), t1, A.findType("AddProductSuccess*")), t4 = A.TypedReducer$(A.product_reducer___updateEditing$closure(), t1, type$.legacy_EditProduct), - t5 = A.TypedReducer$(new A.editingReducer_closure139(), t1, A.findType("UpdateProduct*")), - t6 = A.TypedReducer$(new A.editingReducer_closure140(), t1, A.findType("RestoreProductsSuccess*")), - t7 = A.TypedReducer$(new A.editingReducer_closure141(), t1, A.findType("ArchiveProductsSuccess*")), - t8 = A.TypedReducer$(new A.editingReducer_closure142(), t1, A.findType("DeleteProductsSuccess*")), + t5 = A.TypedReducer$(new A.editingReducer_closure142(), t1, A.findType("UpdateProduct*")), + t6 = A.TypedReducer$(new A.editingReducer_closure143(), t1, A.findType("RestoreProductsSuccess*")), + t7 = A.TypedReducer$(new A.editingReducer_closure144(), t1, A.findType("ArchiveProductsSuccess*")), + t8 = A.TypedReducer$(new A.editingReducer_closure145(), t1, A.findType("DeleteProductsSuccess*")), t9 = A.TypedReducer$(A.product_reducer___clearEditing$closure(), t1, type$.legacy_DiscardChanges); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "selectedIdReducer10", "$get$selectedIdReducer23", () => { + _lazyOld($, "selectedIdReducer11", "$get$selectedIdReducer24", () => { var t1 = type$.legacy_String, - t2 = A.TypedReducer$(new A.selectedIdReducer_closure371(), t1, A.findType("ArchiveProductsSuccess*")), - t3 = A.TypedReducer$(new A.selectedIdReducer_closure372(), t1, A.findType("DeleteProductsSuccess*")), - t4 = A.TypedReducer$(new A.selectedIdReducer_closure373(), t1, type$.legacy_PreviewEntity), - t5 = A.TypedReducer$(new A.selectedIdReducer_closure374(), t1, type$.legacy_ViewProduct), - t6 = A.TypedReducer$(new A.selectedIdReducer_closure375(), t1, A.findType("AddProductSuccess*")), - t7 = A.TypedReducer$(new A.selectedIdReducer_closure376(), t1, type$.legacy_SelectCompany), - t8 = A.TypedReducer$(new A.selectedIdReducer_closure377(), t1, type$.legacy_ClearEntityFilter), - t9 = A.TypedReducer$(new A.selectedIdReducer_closure378(), t1, A.findType("SortProducts*")), - t10 = A.TypedReducer$(new A.selectedIdReducer_closure379(), t1, A.findType("FilterProducts*")), - t11 = A.TypedReducer$(new A.selectedIdReducer_closure380(), t1, A.findType("FilterProductsByState*")), - t12 = A.TypedReducer$(new A.selectedIdReducer_closure381(), t1, A.findType("FilterProductsByCustom1*")), - t13 = A.TypedReducer$(new A.selectedIdReducer_closure382(), t1, A.findType("FilterProductsByCustom2*")), - t14 = A.TypedReducer$(new A.selectedIdReducer_closure383(), t1, A.findType("FilterProductsByCustom3*")), - t15 = A.TypedReducer$(new A.selectedIdReducer_closure384(), t1, A.findType("FilterProductsByCustom4*")); + t2 = A.TypedReducer$(new A.selectedIdReducer_closure386(), t1, A.findType("ArchiveProductsSuccess*")), + t3 = A.TypedReducer$(new A.selectedIdReducer_closure387(), t1, A.findType("DeleteProductsSuccess*")), + t4 = A.TypedReducer$(new A.selectedIdReducer_closure388(), t1, type$.legacy_PreviewEntity), + t5 = A.TypedReducer$(new A.selectedIdReducer_closure389(), t1, type$.legacy_ViewProduct), + t6 = A.TypedReducer$(new A.selectedIdReducer_closure390(), t1, A.findType("AddProductSuccess*")), + t7 = A.TypedReducer$(new A.selectedIdReducer_closure391(), t1, type$.legacy_SelectCompany), + t8 = A.TypedReducer$(new A.selectedIdReducer_closure392(), t1, type$.legacy_ClearEntityFilter), + t9 = A.TypedReducer$(new A.selectedIdReducer_closure393(), t1, A.findType("SortProducts*")), + t10 = A.TypedReducer$(new A.selectedIdReducer_closure394(), t1, A.findType("FilterProducts*")), + t11 = A.TypedReducer$(new A.selectedIdReducer_closure395(), t1, A.findType("FilterProductsByState*")), + t12 = A.TypedReducer$(new A.selectedIdReducer_closure396(), t1, A.findType("FilterProductsByCustom1*")), + t13 = A.TypedReducer$(new A.selectedIdReducer_closure397(), t1, A.findType("FilterProductsByCustom2*")), + t14 = A.TypedReducer$(new A.selectedIdReducer_closure398(), t1, A.findType("FilterProductsByCustom3*")), + t15 = A.TypedReducer$(new A.selectedIdReducer_closure399(), t1, A.findType("FilterProductsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); _lazyOld($, "productListReducer", "$get$productListReducer", () => { @@ -509406,7 +525098,7 @@ _lazyOld($, "memoizedFilteredProductList", "$get$memoizedFilteredProductList", () => A.memo5(new A.memoizedFilteredProductList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); _lazyOld($, "_$productStateSerializer", "$get$_$productStateSerializer", () => new A._$ProductStateSerializer()); _lazyOld($, "_$productUIStateSerializer", "$get$_$productUIStateSerializer", () => new A._$ProductUIStateSerializer()); - _lazyOld($, "forceSelectedReducer11", "$get$forceSelectedReducer1", () => { + _lazyOld($, "forceSelectedReducer12", "$get$forceSelectedReducer1", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure15(), t1, type$.legacy_ViewProject), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure16(), t1, type$.legacy_ViewProjectList), @@ -509418,7 +525110,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure22(), t1, A.findType("FilterProjectsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer5", "$get$tabIndexReducer1", () => { + _lazyOld($, "tabIndexReducer6", "$get$tabIndexReducer1", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure3(), t1, A.findType("UpdateProjectTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure4(), t1, type$.legacy_PreviewEntity); @@ -509434,7 +525126,7 @@ t2 = A.TypedReducer$(new A.cancelCompleterReducer_closure(), t1, type$.legacy_EditProject); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_Completer_legacy_SelectableEntity_Function_2_legacy_Completer_legacy_SelectableEntity_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer11", "$get$selectedIdReducer1", () => { + _lazyOld($, "selectedIdReducer12", "$get$selectedIdReducer1", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure34(), t1, A.findType("ArchiveProjectSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure35(), t1, A.findType("DeleteProjectSuccess*")), @@ -509453,7 +525145,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure48(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer11", "$get$editingReducer1", () => { + _lazyOld($, "editingReducer12", "$get$editingReducer1", () => { var t1 = type$.legacy_ProjectEntity, t2 = A.TypedReducer$(A.project_reducer___updateEditing$closure(), t1, A.findType("SaveProjectSuccess*")), t3 = A.TypedReducer$(A.project_reducer___updateEditing$closure(), t1, A.findType("AddProjectSuccess*")), @@ -509499,7 +525191,7 @@ _lazyOld($, "memoizedProjectStatsForUser", "$get$memoizedProjectStatsForUser", () => A.memo2(new A.memoizedProjectStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_EntityStats)); _lazyOld($, "_$projectStateSerializer", "$get$_$projectStateSerializer", () => new A._$ProjectStateSerializer()); _lazyOld($, "_$projectUIStateSerializer", "$get$_$projectUIStateSerializer", () => new A._$ProjectUIStateSerializer()); - _lazyOld($, "forceSelectedReducer12", "$get$forceSelectedReducer20", () => { + _lazyOld($, "forceSelectedReducer13", "$get$forceSelectedReducer20", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure159(), t1, type$.legacy_ViewPurchaseOrder), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure160(), t1, type$.legacy_ViewPurchaseOrderList), @@ -509511,7 +525203,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure166(), t1, A.findType("FilterPurchaseOrdersByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer6", "$get$tabIndexReducer9", () => { + _lazyOld($, "tabIndexReducer7", "$get$tabIndexReducer9", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure19(), t1, A.findType("UpdatePurchaseOrderTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure20(), t1, type$.legacy_PreviewEntity); @@ -509528,7 +525220,7 @@ t3 = A.TypedReducer$(new A.editingItemReducer_closure4(), t1, A.findType("EditPurchaseOrderItem*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer12", "$get$selectedIdReducer20", () => { + _lazyOld($, "selectedIdReducer13", "$get$selectedIdReducer20", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure316(), t1, A.findType("ArchivePurchaseOrdersSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure317(), t1, A.findType("DeletePurchaseOrdersSuccess*")), @@ -509551,7 +525243,7 @@ t20 = A.TypedReducer$(new A.selectedIdReducer_closure334(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer12", "$get$editingReducer20", () => { + _lazyOld($, "editingReducer13", "$get$editingReducer20", () => { var t18, t19, t20, t21, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.purchase_order_reducer___updateEditing$closure(), t1, A.findType("LoadPurchaseOrderSuccess*")), @@ -509619,7 +525311,7 @@ _lazyOld($, "memoizedPurchaseOrderStatsForVendor", "$get$memoizedPurchaseOrderStatsForVendor", () => A.memo2(new A.memoizedPurchaseOrderStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); _lazyOld($, "_$purchaseOrderStateSerializer", "$get$_$purchaseOrderStateSerializer", () => new A._$PurchaseOrderStateSerializer()); _lazyOld($, "_$purchaseOrderUIStateSerializer", "$get$_$purchaseOrderUIStateSerializer", () => new A._$PurchaseOrderUIStateSerializer()); - _lazyOld($, "forceSelectedReducer13", "$get$forceSelectedReducer", () => { + _lazyOld($, "forceSelectedReducer14", "$get$forceSelectedReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure(), t1, type$.legacy_ViewQuote), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure0(), t1, type$.legacy_ViewQuoteList), @@ -509631,7 +525323,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure6(), t1, A.findType("FilterQuotesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer7", "$get$tabIndexReducer", () => { + _lazyOld($, "tabIndexReducer8", "$get$tabIndexReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure(), t1, A.findType("UpdateQuoteTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure0(), t1, type$.legacy_PreviewEntity); @@ -509648,7 +525340,7 @@ t3 = A.TypedReducer$(new A.editingItemReducer_closure0(), t1, A.findType("EditQuoteItem*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer13", "$get$selectedIdReducer", () => { + _lazyOld($, "selectedIdReducer14", "$get$selectedIdReducer", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure(), t1, A.findType("ArchiveQuotesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure0(), t1, A.findType("DeleteQuotesSuccess*")), @@ -509671,7 +525363,7 @@ t20 = A.TypedReducer$(new A.selectedIdReducer_closure17(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer13", "$get$editingReducer", () => { + _lazyOld($, "editingReducer14", "$get$editingReducer", () => { var t18, t19, t20, t21, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.quote_reducer___updateEditing$closure(), t1, A.findType("LoadQuoteSuccess*")), @@ -509738,7 +525430,7 @@ _lazyOld($, "memoizedQuoteStatsForUser", "$get$memoizedQuoteStatsForUser", () => A.memo2(new A.memoizedQuoteStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); _lazyOld($, "_$quoteStateSerializer", "$get$_$quoteStateSerializer", () => new A._$QuoteStateSerializer()); _lazyOld($, "_$quoteUIStateSerializer", "$get$_$quoteUIStateSerializer", () => new A._$QuoteUIStateSerializer()); - _lazyOld($, "forceSelectedReducer14", "$get$forceSelectedReducer19", () => { + _lazyOld($, "forceSelectedReducer15", "$get$forceSelectedReducer19", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure151(), t1, type$.legacy_ViewRecurringExpense), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure152(), t1, type$.legacy_ViewRecurringExpenseList), @@ -509750,13 +525442,13 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure158(), t1, A.findType("FilterRecurringExpensesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer8", "$get$tabIndexReducer8", () => { + _lazyOld($, "tabIndexReducer9", "$get$tabIndexReducer8", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure17(), t1, A.findType("UpdateRecurringExpenseTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure18(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer14", "$get$selectedIdReducer19", () => { + _lazyOld($, "selectedIdReducer15", "$get$selectedIdReducer19", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure301(), t1, A.findType("ArchiveRecurringExpensesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure302(), t1, A.findType("DeleteRecurringExpensesSuccess*")), @@ -509775,7 +525467,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure315(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer14", "$get$editingReducer19", () => { + _lazyOld($, "editingReducer15", "$get$editingReducer19", () => { var t1 = type$.legacy_ExpenseEntity, t2 = A.TypedReducer$(A.recurring_expense_reducer___updateEditing$closure(), t1, A.findType("LoadRecurringExpenseSuccess*")), t3 = A.TypedReducer$(A.recurring_expense_reducer___updateEditing$closure(), t1, A.findType("SaveRecurringExpenseSuccess*")), @@ -509823,7 +525515,7 @@ _lazyOld($, "memoizedRecurringExpenseStatsForExpense", "$get$memoizedRecurringExpenseStatsForExpense", () => A.memo2(new A.memoizedRecurringExpenseStatsForExpense_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); _lazyOld($, "_$recurringExpenseStateSerializer", "$get$_$recurringExpenseStateSerializer", () => new A._$RecurringExpenseStateSerializer()); _lazyOld($, "_$recurringExpenseUIStateSerializer", "$get$_$recurringExpenseUIStateSerializer", () => new A._$RecurringExpenseUIStateSerializer()); - _lazyOld($, "forceSelectedReducer15", "$get$forceSelectedReducer15", () => { + _lazyOld($, "forceSelectedReducer16", "$get$forceSelectedReducer15", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure119(), t1, type$.legacy_ViewRecurringInvoice), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure120(), t1, type$.legacy_ViewRecurringInvoiceList), @@ -509835,7 +525527,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure126(), t1, A.findType("FilterRecurringInvoicesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer9", "$get$tabIndexReducer6", () => { + _lazyOld($, "tabIndexReducer10", "$get$tabIndexReducer6", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure13(), t1, A.findType("UpdateRecurringInvoiceTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure14(), t1, type$.legacy_PreviewEntity); @@ -509852,7 +525544,7 @@ t3 = A.TypedReducer$(new A.editingItemIndexReducer_closure0(), t1, A.findType("EditRecurringInvoiceItem*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer15", "$get$selectedIdReducer15", () => { + _lazyOld($, "selectedIdReducer16", "$get$selectedIdReducer15", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure237(), t1, A.findType("ArchiveRecurringInvoicesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure238(), t1, A.findType("DeleteRecurringInvoicesSuccess*")), @@ -509875,7 +525567,7 @@ t20 = A.TypedReducer$(new A.selectedIdReducer_closure255(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer15", "$get$editingReducer15", () => { + _lazyOld($, "editingReducer16", "$get$editingReducer15", () => { var t18, t19, t20, t21, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.recurring_invoice_reducer___updateEditing$closure(), t1, A.findType("LoadRecurringInvoiceSuccess*")), @@ -509979,7 +525671,7 @@ _lazyOld($, "memoizedPaymentTypeList", "$get$memoizedPaymentTypeList", () => A.memo1(new A.memoizedPaymentTypeList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); _lazyOld($, "memoizedFontMap", "$get$memoizedFontMap", () => A.memo1(new A.memoizedFontMap_closure(), type$.legacy_List_dynamic, A.findType("BuiltMap*"))); _lazyOld($, "_$staticStateSerializer", "$get$_$staticStateSerializer", () => new A._$StaticStateSerializer()); - _lazyOld($, "forceSelectedReducer16", "$get$forceSelectedReducer18", () => { + _lazyOld($, "forceSelectedReducer17", "$get$forceSelectedReducer18", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure143(), t1, type$.legacy_ViewSubscription), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure144(), t1, type$.legacy_ViewSubscriptionList), @@ -509991,13 +525683,13 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure150(), t1, A.findType("FilterSubscriptionsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer10", "$get$tabIndexReducer7", () => { + _lazyOld($, "tabIndexReducer11", "$get$tabIndexReducer7", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure15(), t1, A.findType("UpdateSubscriptionTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure16(), t1, type$.legacy_PreviewEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer16", "$get$selectedIdReducer18", () => { + _lazyOld($, "selectedIdReducer17", "$get$selectedIdReducer18", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure286(), t1, A.findType("ArchiveSubscriptionsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure287(), t1, A.findType("DeleteSubscriptionsSuccess*")), @@ -510016,7 +525708,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure300(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer16", "$get$editingReducer18", () => { + _lazyOld($, "editingReducer17", "$get$editingReducer18", () => { var t1 = type$.legacy_SubscriptionEntity, t2 = A.TypedReducer$(A.subscription_reducer___updateEditing$closure(), t1, A.findType("SaveSubscriptionSuccess*")), t3 = A.TypedReducer$(A.subscription_reducer___updateEditing$closure(), t1, A.findType("AddSubscriptionSuccess*")), @@ -510056,7 +525748,7 @@ _lazyOld($, "memoizedFilteredSubscriptionList", "$get$memoizedFilteredSubscriptionList", () => A.memo4(new A.memoizedFilteredSubscriptionList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); _lazyOld($, "_$subscriptionStateSerializer", "$get$_$subscriptionStateSerializer", () => new A._$SubscriptionStateSerializer()); _lazyOld($, "_$subscriptionUIStateSerializer", "$get$_$subscriptionUIStateSerializer", () => new A._$SubscriptionUIStateSerializer()); - _lazyOld($, "forceSelectedReducer17", "$get$forceSelectedReducer2", () => { + _lazyOld($, "forceSelectedReducer18", "$get$forceSelectedReducer2", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure23(), t1, type$.legacy_ViewTask), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure24(), t1, type$.legacy_ViewTaskList), @@ -510068,7 +525760,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure30(), t1, A.findType("FilterTasksByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer11", "$get$tabIndexReducer2", () => { + _lazyOld($, "tabIndexReducer12", "$get$tabIndexReducer2", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure5(), t1, A.findType("UpdateTaskTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure6(), t1, type$.legacy_PreviewEntity); @@ -510085,7 +525777,7 @@ t3 = A.TypedReducer$(new A.editingTimeReducer_closure0(), t1, A.findType("EditTaskTime*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer17", "$get$selectedIdReducer2", () => { + _lazyOld($, "selectedIdReducer18", "$get$selectedIdReducer2", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure49(), t1, A.findType("ArchiveTaskSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure50(), t1, A.findType("DeleteTaskSuccess*")), @@ -510104,7 +525796,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure63(), t1, A.findType("FilterTasksByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer17", "$get$editingReducer2", () => { + _lazyOld($, "editingReducer18", "$get$editingReducer2", () => { var t1 = type$.legacy_TaskEntity, t2 = A.TypedReducer$(A.task_reducer___updateEditing$closure(), t1, A.findType("SaveTaskSuccess*")), t3 = A.TypedReducer$(A.task_reducer___updateEditing$closure(), t1, A.findType("AddTaskSuccess*")), @@ -510159,7 +525851,7 @@ _lazyOld($, "memoizedTaskStatsForUser", "$get$memoizedTaskStatsForUser", () => A.memo2(new A.memoizedTaskStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_EntityStats)); _lazyOld($, "_$taskStateSerializer", "$get$_$taskStateSerializer", () => new A._$TaskStateSerializer()); _lazyOld($, "_$taskUIStateSerializer", "$get$_$taskUIStateSerializer", () => new A._$TaskUIStateSerializer()); - _lazyOld($, "forceSelectedReducer18", "$get$forceSelectedReducer17", () => { + _lazyOld($, "forceSelectedReducer19", "$get$forceSelectedReducer17", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure135(), t1, type$.legacy_ViewTaskStatus), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure136(), t1, type$.legacy_ViewTaskStatusList), @@ -510171,7 +525863,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure142(), t1, A.findType("FilterTaskStatusesByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer18", "$get$selectedIdReducer17", () => { + _lazyOld($, "selectedIdReducer19", "$get$selectedIdReducer17", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure271(), t1, A.findType("ArchiveTaskStatusesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure272(), t1, A.findType("DeleteTaskStatusesSuccess*")), @@ -510190,7 +525882,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure285(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer18", "$get$editingReducer17", () => { + _lazyOld($, "editingReducer19", "$get$editingReducer17", () => { var t1 = type$.legacy_TaskStatusEntity, t2 = A.TypedReducer$(A.task_status_reducer___updateEditing$closure(), t1, A.findType("SaveTaskStatusSuccess*")), t3 = A.TypedReducer$(A.task_status_reducer___updateEditing$closure(), t1, A.findType("AddTaskStatusSuccess*")), @@ -510236,7 +525928,7 @@ _lazyOld($, "memoizedTaskStatsForTaskStatus", "$get$memoizedTaskStatsForTaskStatus", () => A.memo2(new A.memoizedTaskStatsForTaskStatus_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_EntityStats)); _lazyOld($, "_$taskStatusStateSerializer", "$get$_$taskStatusStateSerializer", () => new A._$TaskStatusStateSerializer()); _lazyOld($, "_$taskStatusUIStateSerializer", "$get$_$taskStatusUIStateSerializer", () => new A._$TaskStatusUIStateSerializer()); - _lazyOld($, "forceSelectedReducer19", "$get$forceSelectedReducer8", () => { + _lazyOld($, "forceSelectedReducer20", "$get$forceSelectedReducer8", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure67(), t1, type$.legacy_ViewTaxRate), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure68(), t1, type$.legacy_ViewTaxRateList), @@ -510244,7 +525936,7 @@ t5 = A.TypedReducer$(new A.forceSelectedReducer_closure70(), t1, A.findType("FilterTaxRates*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer19", "$get$selectedIdReducer8", () => { + _lazyOld($, "selectedIdReducer20", "$get$selectedIdReducer8", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure134(), t1, A.findType("ArchiveTaxRatesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure135(), t1, A.findType("DeleteTaxRatesSuccess*")), @@ -510258,7 +525950,7 @@ t11 = A.TypedReducer$(new A.selectedIdReducer_closure143(), t1, A.findType("FilterTaxRatesByState*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer19", "$get$editingReducer8", () => { + _lazyOld($, "editingReducer20", "$get$editingReducer8", () => { var t1 = type$.legacy_TaxRateEntity, t2 = A.TypedReducer$(A.tax_rate_reducer___updateEditing$closure(), t1, A.findType("SaveTaxRateSuccess*")), t3 = A.TypedReducer$(A.tax_rate_reducer___updateEditing$closure(), t1, A.findType("AddTaxRateSuccess*")), @@ -510297,7 +525989,7 @@ _lazyOld($, "memoizedFilteredTaxRateList", "$get$memoizedFilteredTaxRateList", () => A.memo4(new A.memoizedFilteredTaxRateList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); _lazyOld($, "_$taxRateStateSerializer", "$get$_$taxRateStateSerializer", () => new A._$TaxRateStateSerializer()); _lazyOld($, "_$taxRateUIStateSerializer", "$get$_$taxRateUIStateSerializer", () => new A._$TaxRateUIStateSerializer()); - _lazyOld($, "forceSelectedReducer20", "$get$forceSelectedReducer13", () => { + _lazyOld($, "forceSelectedReducer21", "$get$forceSelectedReducer13", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure103(), t1, type$.legacy_ViewToken), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure104(), t1, type$.legacy_ViewTokenList), @@ -510309,7 +526001,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure110(), t1, A.findType("FilterTokensByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer20", "$get$selectedIdReducer13", () => { + _lazyOld($, "selectedIdReducer21", "$get$selectedIdReducer13", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure207(), t1, A.findType("ArchiveTokensSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure208(), t1, A.findType("DeleteTokensSuccess*")), @@ -510328,7 +526020,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure221(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer20", "$get$editingReducer13", () => { + _lazyOld($, "editingReducer21", "$get$editingReducer13", () => { var t1 = type$.legacy_TokenEntity, t2 = A.TypedReducer$(A.token_reducer___updateEditing$closure(), t1, A.findType("SaveTokenSuccess*")), t3 = A.TypedReducer$(A.token_reducer___updateEditing$closure(), t1, A.findType("AddTokenSuccess*")), @@ -510583,29 +526275,30 @@ t28 = A.TypedReducer$(new A.historyReducer_closure25(), t1, type$.legacy_EditUser), t29 = A.TypedReducer$(new A.historyReducer_closure26(), t1, type$.legacy_ViewGroup), t30 = A.TypedReducer$(new A.historyReducer_closure27(), t1, type$.legacy_EditGroup), - t31 = A.TypedReducer$(new A.historyReducer_closure28(), t1, type$.legacy_ViewPurchaseOrder), - t32 = A.TypedReducer$(new A.historyReducer_closure29(), t1, type$.legacy_EditPurchaseOrder), - t33 = A.TypedReducer$(new A.historyReducer_closure30(), t1, type$.legacy_ViewRecurringExpense), - t34 = A.TypedReducer$(new A.historyReducer_closure31(), t1, type$.legacy_EditRecurringExpense), - t35 = A.TypedReducer$(new A.historyReducer_closure32(), t1, type$.legacy_ViewSubscription), - t36 = A.TypedReducer$(new A.historyReducer_closure33(), t1, type$.legacy_EditSubscription), - t37 = A.TypedReducer$(new A.historyReducer_closure34(), t1, type$.legacy_ViewTaskStatus), - t38 = A.TypedReducer$(new A.historyReducer_closure35(), t1, type$.legacy_EditTaskStatus), - t39 = A.TypedReducer$(new A.historyReducer_closure36(), t1, type$.legacy_ViewExpenseCategory), - t40 = A.TypedReducer$(new A.historyReducer_closure37(), t1, type$.legacy_EditExpenseCategory), - t41 = A.TypedReducer$(new A.historyReducer_closure38(), t1, type$.legacy_ViewRecurringInvoice), - t42 = A.TypedReducer$(new A.historyReducer_closure39(), t1, type$.legacy_EditRecurringInvoice), - t43 = A.TypedReducer$(new A.historyReducer_closure40(), t1, type$.legacy_ViewWebhook), - t44 = A.TypedReducer$(new A.historyReducer_closure41(), t1, type$.legacy_EditWebhook), - t45 = A.TypedReducer$(new A.historyReducer_closure42(), t1, type$.legacy_ViewToken), - t46 = A.TypedReducer$(new A.historyReducer_closure43(), t1, type$.legacy_EditToken), - t47 = A.TypedReducer$(new A.historyReducer_closure44(), t1, type$.legacy_ViewPaymentTerm), - t48 = A.TypedReducer$(new A.historyReducer_closure45(), t1, type$.legacy_EditPaymentTerm), - t49 = A.TypedReducer$(new A.historyReducer_closure46(), t1, type$.legacy_EditDesign), - t50 = A.TypedReducer$(new A.historyReducer_closure47(), t1, type$.legacy_ViewCredit), - t51 = A.TypedReducer$(new A.historyReducer_closure48(), t1, type$.legacy_EditCredit), - t52 = A.TypedReducer$(new A.historyReducer_closure49(), t1, type$.legacy_FilterByEntity); - return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call(), t21.get$$call(), t22.get$$call(), t23.get$$call(), t24.get$$call(), t25.get$$call(), t26.get$$call(), t27.get$$call(), t28.get$$call(), t29.get$$call(), t30.get$$call(), t31.get$$call(), t32.get$$call(), t33.get$$call(), t34.get$$call(), t35.get$$call(), t36.get$$call(), t37.get$$call(), t38.get$$call(), t39.get$$call(), t40.get$$call(), t41.get$$call(), t42.get$$call(), t43.get$$call(), t44.get$$call(), t45.get$$call(), t46.get$$call(), t47.get$$call(), t48.get$$call(), t49.get$$call(), t50.get$$call(), t51.get$$call(), t52.get$$call()], A.findType("JSArray*(BuiltList*,@)*>")), t1); + t31 = A.TypedReducer$(new A.historyReducer_closure28(), t1, type$.legacy_ViewBankAccount), + t32 = A.TypedReducer$(new A.historyReducer_closure29(), t1, type$.legacy_ViewPurchaseOrder), + t33 = A.TypedReducer$(new A.historyReducer_closure30(), t1, type$.legacy_EditPurchaseOrder), + t34 = A.TypedReducer$(new A.historyReducer_closure31(), t1, type$.legacy_ViewRecurringExpense), + t35 = A.TypedReducer$(new A.historyReducer_closure32(), t1, type$.legacy_EditRecurringExpense), + t36 = A.TypedReducer$(new A.historyReducer_closure33(), t1, type$.legacy_ViewSubscription), + t37 = A.TypedReducer$(new A.historyReducer_closure34(), t1, type$.legacy_EditSubscription), + t38 = A.TypedReducer$(new A.historyReducer_closure35(), t1, type$.legacy_ViewTaskStatus), + t39 = A.TypedReducer$(new A.historyReducer_closure36(), t1, type$.legacy_EditTaskStatus), + t40 = A.TypedReducer$(new A.historyReducer_closure37(), t1, type$.legacy_ViewExpenseCategory), + t41 = A.TypedReducer$(new A.historyReducer_closure38(), t1, type$.legacy_EditExpenseCategory), + t42 = A.TypedReducer$(new A.historyReducer_closure39(), t1, type$.legacy_ViewRecurringInvoice), + t43 = A.TypedReducer$(new A.historyReducer_closure40(), t1, type$.legacy_EditRecurringInvoice), + t44 = A.TypedReducer$(new A.historyReducer_closure41(), t1, type$.legacy_ViewWebhook), + t45 = A.TypedReducer$(new A.historyReducer_closure42(), t1, type$.legacy_EditWebhook), + t46 = A.TypedReducer$(new A.historyReducer_closure43(), t1, type$.legacy_ViewToken), + t47 = A.TypedReducer$(new A.historyReducer_closure44(), t1, type$.legacy_EditToken), + t48 = A.TypedReducer$(new A.historyReducer_closure45(), t1, type$.legacy_ViewPaymentTerm), + t49 = A.TypedReducer$(new A.historyReducer_closure46(), t1, type$.legacy_EditPaymentTerm), + t50 = A.TypedReducer$(new A.historyReducer_closure47(), t1, type$.legacy_EditDesign), + t51 = A.TypedReducer$(new A.historyReducer_closure48(), t1, type$.legacy_ViewCredit), + t52 = A.TypedReducer$(new A.historyReducer_closure49(), t1, type$.legacy_EditCredit), + t53 = A.TypedReducer$(new A.historyReducer_closure50(), t1, type$.legacy_FilterByEntity); + return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call(), t21.get$$call(), t22.get$$call(), t23.get$$call(), t24.get$$call(), t25.get$$call(), t26.get$$call(), t27.get$$call(), t28.get$$call(), t29.get$$call(), t30.get$$call(), t31.get$$call(), t32.get$$call(), t33.get$$call(), t34.get$$call(), t35.get$$call(), t36.get$$call(), t37.get$$call(), t38.get$$call(), t39.get$$call(), t40.get$$call(), t41.get$$call(), t42.get$$call(), t43.get$$call(), t44.get$$call(), t45.get$$call(), t46.get$$call(), t47.get$$call(), t48.get$$call(), t49.get$$call(), t50.get$$call(), t51.get$$call(), t52.get$$call(), t53.get$$call()], A.findType("JSArray*(BuiltList*,@)*>")), t1); }); _lazyOld($, "_$prefStateSerializer", "$get$_$prefStateSerializer", () => new A._$PrefStateSerializer()); _lazyOld($, "_$prefStateSortFieldSerializer", "$get$_$prefStateSortFieldSerializer", () => new A._$PrefStateSortFieldSerializer()); @@ -510674,7 +526367,7 @@ return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call()], A.findType("JSArray*(BuiltList*,@)*>")), t1); }); _lazyOld($, "_$uIStateSerializer", "$get$_$uIStateSerializer", () => new A._$UIStateSerializer()); - _lazyOld($, "forceSelectedReducer21", "$get$forceSelectedReducer9", () => { + _lazyOld($, "forceSelectedReducer22", "$get$forceSelectedReducer9", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure71(), t1, type$.legacy_ViewUser), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure72(), t1, type$.legacy_ViewUserList), @@ -510686,7 +526379,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure78(), t1, A.findType("FilterUsersByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer21", "$get$selectedIdReducer9", () => { + _lazyOld($, "selectedIdReducer22", "$get$selectedIdReducer9", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure144(), t1, A.findType("ArchiveUserSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure145(), t1, A.findType("DeleteUserSuccess*")), @@ -510706,7 +526399,7 @@ t17 = A.TypedReducer$(new A.selectedIdReducer_closure159(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t17.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer21", "$get$editingReducer9", () => { + _lazyOld($, "editingReducer22", "$get$editingReducer9", () => { var t1 = type$.legacy_UserEntity, t2 = A.TypedReducer$(A.user_reducer___updateEditing$closure(), t1, A.findType("SaveUserSuccess*")), t3 = A.TypedReducer$(A.user_reducer___updateEditing$closure(), t1, A.findType("AddUserSuccess*")), @@ -510756,7 +526449,7 @@ _lazyOld($, "memoizedMicrosoftUserList", "$get$memoizedMicrosoftUserList", () => A.memo1(new A.memoizedMicrosoftUserList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); _lazyOld($, "_$userStateSerializer", "$get$_$userStateSerializer", () => new A._$UserStateSerializer()); _lazyOld($, "_$userUIStateSerializer", "$get$_$userUIStateSerializer", () => new A._$UserUIStateSerializer()); - _lazyOld($, "forceSelectedReducer22", "$get$forceSelectedReducer3", () => { + _lazyOld($, "forceSelectedReducer23", "$get$forceSelectedReducer3", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure31(), t1, type$.legacy_ViewVendor), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure32(), t1, type$.legacy_ViewVendorList), @@ -510768,7 +526461,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure38(), t1, A.findType("FilterVendorsByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tabIndexReducer12", "$get$tabIndexReducer3", () => { + _lazyOld($, "tabIndexReducer13", "$get$tabIndexReducer3", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure7(), t1, A.findType("UpdateVendorTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure8(), t1, type$.legacy_PreviewEntity); @@ -510790,7 +526483,7 @@ t3 = A.TypedReducer$(A.vendor_reducer__editVendorContact$closure(), t1, A.findType("EditVendorContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "selectedIdReducer22", "$get$selectedIdReducer3", () => { + _lazyOld($, "selectedIdReducer23", "$get$selectedIdReducer3", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure64(), t1, A.findType("ArchiveVendorSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure65(), t1, A.findType("DeleteVendorSuccess*")), @@ -510809,7 +526502,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure78(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer22", "$get$editingReducer3", () => { + _lazyOld($, "editingReducer23", "$get$editingReducer3", () => { var t1 = type$.legacy_VendorEntity, t2 = A.TypedReducer$(A.vendor_reducer___updateEditing$closure(), t1, A.findType("SaveVendorSuccess*")), t3 = A.TypedReducer$(A.vendor_reducer___updateEditing$closure(), t1, A.findType("AddVendorSuccess*")), @@ -510861,7 +526554,7 @@ }); _lazyOld($, "_$vendorStateSerializer", "$get$_$vendorStateSerializer", () => new A._$VendorStateSerializer()); _lazyOld($, "_$vendorUIStateSerializer", "$get$_$vendorUIStateSerializer", () => new A._$VendorUIStateSerializer()); - _lazyOld($, "forceSelectedReducer23", "$get$forceSelectedReducer14", () => { + _lazyOld($, "forceSelectedReducer24", "$get$forceSelectedReducer14", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure111(), t1, type$.legacy_ViewWebhook), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure112(), t1, type$.legacy_ViewWebhookList), @@ -510873,7 +526566,7 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure118(), t1, A.findType("FilterWebhooksByCustom4*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "selectedIdReducer23", "$get$selectedIdReducer14", () => { + _lazyOld($, "selectedIdReducer24", "$get$selectedIdReducer14", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure222(), t1, A.findType("ArchiveWebhooksSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure223(), t1, A.findType("DeleteWebhooksSuccess*")), @@ -510892,7 +526585,7 @@ t16 = A.TypedReducer$(new A.selectedIdReducer_closure236(), t1, type$.legacy_FilterByEntity); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingReducer23", "$get$editingReducer14", () => { + _lazyOld($, "editingReducer24", "$get$editingReducer14", () => { var t1 = type$.legacy_WebhookEntity, t2 = A.TypedReducer$(A.webhook_reducer___updateEditing$closure(), t1, A.findType("SaveWebhookSuccess*")), t3 = A.TypedReducer$(A.webhook_reducer___updateEditing$closure(), t1, A.findType("AddWebhookSuccess*")), @@ -511014,24 +526707,32 @@ _lazyOld($, "_VendorEditState__formKey", "$get$_VendorEditState__formKey", () => A.GlobalKey_GlobalKey("_vendorEdit", type$.legacy_FormState)); _lazyOld($, "_WebhookEditState__formKey", "$get$_WebhookEditState__formKey", () => A.GlobalKey_GlobalKey("_webhookEdit", type$.legacy_FormState)); _lazyOld($, "LocalizationsProvider__localizedValues", "$get$LocalizationsProvider__localizedValues", () => { - var _s21_ = "total_active_invoices", + var _s23_ = "mark_paid_payment_email", + _s23_0 = "Mark Paid Payment Email", + _s18_ = "convert_to_project", + _s18_0 = "Convert to Project", + _s20_ = "invoice_task_project", + _s20_0 = "Invoice Task Project", + _s25_ = "invoice_task_project_help", + _s41_ = "Add the project to the invoice line items", + _s21_ = "total_active_invoices", _s26_ = "total_outstanding_invoices", - _s20_ = "Outstanding Invoices", + _s20_1 = "Outstanding Invoices", _s24_ = "total_completed_payments", - _s18_ = "Completed Payments", - _s23_ = "total_refunded_payments", + _s18_1 = "Completed Payments", + _s23_1 = "total_refunded_payments", _s17_ = "Refunded Payments", _s19_ = "total_active_quotes", _s21_0 = "total_approved_quotes", - _s23_0 = "total_unapproved_quotes", + _s23_2 = "total_unapproved_quotes", _s17_0 = "Unapproved Quotes", - _s18_0 = "total_logged_tasks", - _s20_0 = "total_invoiced_tasks", + _s18_2 = "total_logged_tasks", + _s20_2 = "total_invoiced_tasks", _s16_ = "total_paid_tasks", _s21_1 = "total_logged_expenses", _s22_ = "total_pending_expenses", _s16_0 = "Pending Expenses", - _s23_1 = "total_invoiced_expenses", + _s23_3 = "total_invoiced_expenses", _s17_1 = "Invoiced Expenses", _s27_ = "total_invoice_paid_expenses", _s21_2 = "Invoice Paid Expenses", @@ -511052,10 +526753,10 @@ _s21_3 = "verified_phone_number", _s34_ = "Successfully verified phone number", _s28_ = "A code has been sent via SMS", - _s18_1 = "enter_phone_number", + _s18_3 = "enter_phone_number", _s29_ = "Please provide a phone number", - _s20_1 = "invalid_phone_number", - _s20_2 = "Invalid phone number", + _s20_3 = "invalid_phone_number", + _s20_4 = "Invalid phone number", _s19_0 = "verify_phone_number", _s19_1 = "Verify Phone Number", _s24_1 = "verify_phone_number_help", @@ -511070,16 +526771,16 @@ _s17_5 = "Restore Purchases", _s16_1 = "disconnect_apple", _s16_2 = "Disconnect Apple", - _s18_2 = "disconnected_apple", + _s18_4 = "disconnected_apple", _s31_ = "Successfully disconnected Apple", _s19_3 = "purchase_order_date", _s19_4 = "Purchase Order Date", - _s20_3 = "converted_to_expense", + _s20_5 = "converted_to_expense", _s33_ = "Successfully converted to expense", _s21_6 = "converted_to_expenses", _s34_0 = "Successfully converted to expenses", - _s18_3 = "convert_to_expense", - _s18_4 = "Convert to Expense", + _s18_5 = "convert_to_expense", + _s18_6 = "Convert to Expense", _s16_3 = "add_to_inventory", _s16_4 = "Add to Inventory", _s33_0 = "added_purchase_order_to_inventory", @@ -511093,42 +526794,42 @@ _s27_2 = "vendor_document_upload_help", _s34_2 = "Enable vendors to upload documents", _s24_2 = "are_you_enjoying_the_app", - _s25_ = "Are you enjoying the app?", + _s25_0 = "Are you enjoying the app?", _s17_6 = "would_you_rate_it", - _s41_ = "Great to hear! Would you like to rate it?", + _s41_0 = "Great to hear! Would you like to rate it?", _s22_6 = "would_you_tell_us_more", _s49_ = "Sorry to hear it! Would you like to tell us more?", - _s18_5 = "last_sent_template", - _s18_6 = "Last Sent Template", + _s18_7 = "last_sent_template", + _s18_8 = "Last Sent Template", _s22_7 = "enable_flexible_search", _s22_8 = "Enable Flexible Search", _s27_3 = "enable_flexible_search_help", _s22_9 = "purchase_order_details", _s22_10 = "Purchase Order Details", - _s23_2 = "clone_to_purchase_order", - _s20_4 = "vendor_email_not_set", - _s41_0 = "Vendor does not have an email address set", + _s23_4 = "clone_to_purchase_order", + _s20_6 = "vendor_email_not_set", + _s41_1 = "Vendor does not have an email address set", _s29_1 = "marked_purchase_order_as_sent", _s42_ = "Successfully marked purchase order as sent", _s30_ = "marked_purchase_orders_as_sent", _s43_ = "Successfully marked purchase orders as sent", - _s23_3 = "accepted_purchase_order", + _s23_5 = "accepted_purchase_order", _s36_ = "Successfully accepted purchase order", _s24_3 = "accepted_purchase_orders", _s37_ = "Successfully accepted purchase orders", _s24_4 = "cancelled_purchase_order", _s37_0 = "Successfully cancelled purchase order", - _s25_0 = "cancelled_purchase_orders", + _s25_1 = "cancelled_purchase_orders", _s38_ = "Successfully cancelled purchase orders", _s22_11 = "please_select_a_vendor", _s22_12 = "Please select a vendor", - _s20_5 = "purchase_order_total", - _s20_6 = "Purchase Order Total", - _s20_7 = "email_purchase_order", - _s20_8 = "Email Purchase Order", + _s20_7 = "purchase_order_total", + _s20_8 = "Purchase Order Total", + _s20_9 = "email_purchase_order", + _s20_10 = "Email Purchase Order", _s26_0 = "bulk_email_purchase_orders", _s21_7 = "Email Purchase Orders", - _s18_7 = "disconnected_email", + _s18_9 = "disconnected_email", _s31_0 = "Successfully disconnected email", _s16_5 = "disconnect_email", _s16_6 = "Disconnect Email", @@ -511136,47 +526837,47 @@ _s46_2 = "Please use the web app to connect to Microsoft", _s17_7 = "connect_microsoft", _s17_8 = "Connect Microsoft", - _s20_9 = "disconnect_microsoft", - _s20_10 = "Disconnect Microsoft", + _s20_11 = "disconnect_microsoft", + _s20_12 = "Disconnect Microsoft", _s19_5 = "connected_microsoft", _s32_0 = "Successfully connected Microsoft", _s22_13 = "disconnected_microsoft", _s35_0 = "Successfully disconnected Microsoft", _s17_9 = "microsoft_sign_in", - _s20_11 = "Login with Microsoft", + _s20_13 = "Login with Microsoft", _s17_10 = "microsoft_sign_up", _s22_14 = "Sign up with Microsoft", _s22_15 = "emailed_purchase_order", _s45_1 = "Successfully queued purchase order to be sent", - _s23_4 = "emailed_purchase_orders", + _s23_6 = "emailed_purchase_orders", _s46_3 = "Successfully queued purchase orders to be sent", _s16_7 = "enable_react_app", _s27_4 = "Change to the React web app", _s21_8 = "purchase_order_design", _s21_9 = "Purchase Order Design", - _s20_12 = "purchase_order_terms", - _s20_13 = "Purchase Order Terms", + _s20_14 = "purchase_order_terms", + _s20_15 = "Purchase Order Terms", _s21_10 = "purchase_order_footer", _s21_11 = "Purchase Order Footer", _s32_1 = "require_purchase_order_signature", _s24_5 = "Purchase Order Signature", _s37_1 = "require_purchase_order_signature_help", _s42_0 = "Require vendor to provide their signature.", - _s18_8 = "new_purchase_order", - _s18_9 = "New Purchase Order", + _s18_10 = "new_purchase_order", + _s18_11 = "New Purchase Order", _s19_6 = "edit_purchase_order", _s19_7 = "Edit Purchase Order", _s22_16 = "created_purchase_order", _s35_1 = "Successfully created purchase order", _s22_17 = "updated_purchase_order", _s35_2 = "Successfully updated purchase order", - _s23_5 = "archived_purchase_order", + _s23_7 = "archived_purchase_order", _s36_0 = "Successfully archived purchase order", _s22_18 = "deleted_purchase_order", _s35_3 = "Successfully deleted purchase order", _s22_19 = "removed_purchase_order", _s35_4 = "Successfully removed purchase order", - _s23_6 = "restored_purchase_order", + _s23_8 = "restored_purchase_order", _s36_1 = "Successfully restored purchase order", _s21_12 = "search_purchase_order", _s21_13 = "Search Purchase Order", @@ -511190,14 +526891,14 @@ _s16_9 = "Payment Settings", _s22_22 = "notification_threshold", _s22_23 = "Notification Threshold", - _s20_14 = "track_inventory_help", + _s20_16 = "track_inventory_help", _s63_ = "Display a product stock field and update when invoices are sent", _s19_8 = "stock_notifications", _s19_9 = "Stock Notifications", _s24_8 = "stock_notifications_help", _s50_ = "Send an email when the stock reaches the threshold", - _s18_10 = "set_default_design", - _s18_11 = "Set Default Design", + _s18_12 = "set_default_design", + _s18_13 = "Set Default Design", _s24_9 = "add_gateway_help_message", _s77_ = "Add a payment gateway (ie. Stripe, WePay or PayPal) to accept online payments", _s24_10 = "page_numbering_alignment", @@ -511209,9 +526910,9 @@ _s47_0 = "Include the description in the product dropdown", _s19_10 = "stop_on_unpaid_help", _s63_0 = "Stop creating recurring invoices if the last invoice is unpaid.", - _s20_15 = "use_quote_terms_help", + _s20_17 = "use_quote_terms_help", _s37_2 = "When converting a quote to an invoice", - _s20_16 = "enable_tooltips_help", + _s20_18 = "enable_tooltips_help", _s37_3 = "Show tooltips when hovering the mouse", _s21_14 = "multiple_client_error", _s45_2 = "Error: records belong to more than one client", @@ -511228,9 +526929,9 @@ _s22_24 = "Auto Archive Cancelled", _s36_2 = "auto_archive_cancelled_invoices_help", _s55_ = "Automatically archive invoices when they are cancelled.", - _s20_17 = "alternate_pdf_viewer", - _s20_18 = "Alternate PDF Viewer", - _s25_1 = "alternate_pdf_viewer_help", + _s20_19 = "alternate_pdf_viewer", + _s20_20 = "Alternate PDF Viewer", + _s25_2 = "alternate_pdf_viewer_help", _s16_10 = "invoice_currency", _s16_11 = "Invoice Currency", _s32_2 = "Successfully changed task status", @@ -511245,19 +526946,19 @@ _s19_13 = "enable_pdf_markdown", _s19_14 = "Enable PDF Markdown", _s58_ = "Note: JSON files generated by the v4 app are not supported", - _s23_7 = "upgrade_to_view_reports", + _s23_9 = "upgrade_to_view_reports", _s33_1 = "Upgrade your plan to view reports", _s33_2 = "Successfully started :value tasks", _s33_3 = "Successfully stopped :value tasks", _s35_5 = "Successfully :value approved quotes", _s21_17 = "client_shipping_state", _s21_18 = "Client Shipping State", - _s20_19 = "client_shipping_city", - _s20_20 = "Client Shipping City", + _s20_21 = "client_shipping_city", + _s20_22 = "Client Shipping City", _s27_6 = "client_shipping_postal_code", _s27_7 = "Client Shipping Postal Code", - _s23_8 = "client_shipping_country", - _s23_9 = "Client Shipping Country", + _s23_10 = "client_shipping_country", + _s23_11 = "Client Shipping Country", _s16_12 = "start_free_trial", _s16_13 = "Start Free Trial", _s24_15 = "start_free_trial_message", @@ -511278,7 +526979,7 @@ _s16_16 = "wait_for_loading", _s45_3 = "Data loading - please wait for it to complete", _s44_4 = "Data saving - please wait for it to complete", - _s20_21 = "html_preview_warning", + _s20_23 = "html_preview_warning", _s94_ = "Note: changes made here are only previewed, they must be applied in the tabs above to be saved", _s50_1 = ":user created recurring expense :recurring_expense", _s50_2 = ":user updated recurring expense :recurring_expense", @@ -511299,19 +527000,19 @@ _s59_ = "We recommend using the desktop app for the best performance", _s16_21 = "recommend_mobile", _s58_0 = "We recommend using the mobile app for the best performance", - _s20_22 = "disconnected_gateway", + _s20_24 = "disconnected_gateway", _s33_4 = "Successfully disconnected gateway", _s17_15 = "persist_data_help", _s104_ = "Save data locally to enable the app to start faster, disabling may improve performance in large accounts", _s104_0 = "Save UI state locally to enable the app to start at the last location, disabling may improve performance", - _s18_12 = "client_postal_code", - _s18_13 = "Client Postal Code", + _s18_14 = "client_postal_code", + _s18_15 = "Client Postal Code", _s17_16 = "client_vat_number", _s17_17 = "Client VAT Number", _s27_10 = "unauthorized_stripe_warning", _s50_4 = "Please authorize Stripe to accept online payments.", - _s18_14 = "update_all_records", - _s18_15 = "Update all records", + _s18_16 = "update_all_records", + _s18_17 = "Update all records", _s19_15 = "set_default_company", _s19_16 = "Set Default Company", _s28_1 = "Successfully updated company", @@ -511321,36 +527022,36 @@ _s40_ = "Tasks must all belong to the same client", _s27_11 = "error_cross_client_expenses", _s43_0 = "Expenses must all belong to the same client", - _s20_23 = "for_best_performance", + _s20_25 = "for_best_performance", _s46_5 = "For the best performance download the :app app", _s16_22 = "gross_line_total", _s19_18 = "bulk_email_invoices", _s17_18 = "bulk_email_quotes", - _s18_16 = "bulk_email_credits", + _s18_18 = "bulk_email_credits", _s16_23 = "clone_to_expense", _s17_19 = "recurring_expense", _s17_20 = "Recurring Expense", - _s18_17 = "recurring_expenses", - _s18_18 = "Recurring Expenses", + _s18_19 = "recurring_expenses", + _s18_20 = "Recurring Expenses", _s21_22 = "new_recurring_expense", _s21_23 = "New Recurring Expense", _s22_27 = "edit_recurring_expense", _s22_28 = "Edit Recurring Expense", - _s25_2 = "created_recurring_expense", + _s25_3 = "created_recurring_expense", _s38_0 = "Successfully created recurring expense", - _s25_3 = "updated_recurring_expense", + _s25_4 = "updated_recurring_expense", _s38_1 = "Successfully updated recurring expense", _s26_4 = "archived_recurring_expense", _s39_ = "Successfully archived recurring expense", - _s25_4 = "deleted_recurring_expense", - _s25_5 = "removed_recurring_expense", + _s25_5 = "deleted_recurring_expense", + _s25_6 = "removed_recurring_expense", _s38_2 = "Successfully removed recurring expense", _s26_5 = "restored_recurring_expense", _s39_0 = "Successfully restored recurring expense", _s24_17 = "search_recurring_expense", _s24_18 = "Search Recurring Expense", - _s25_6 = "search_recurring_expenses", - _s25_7 = "Search Recurring Expenses", + _s25_7 = "search_recurring_expenses", + _s25_8 = "Search Recurring Expenses", _s19_19 = "include_drafts_help", _s32_3 = "Include draft records in reports", _s16_24 = "verify_customers", @@ -511364,14 +527065,14 @@ _s28_4 = "use_web_app_to_connect_gmail", _s42_2 = "Please use the web app to connect to Gmail", _s16_28 = "expense_tax_help", - _s20_24 = "enable_markdown_help", + _s20_26 = "enable_markdown_help", _s35_8 = "Convert markdown to HTML on the PDF", - _s18_19 = "add_second_contact", - _s18_20 = "Add Second Contact", + _s18_21 = "add_second_contact", + _s18_22 = "Add Second Contact", _s31_4 = "sidebar_active_background_color", _s31_5 = "Sidebar Active Background Color", - _s25_8 = "sidebar_active_font_color", - _s25_9 = "Sidebar Active Font Color", + _s25_9 = "sidebar_active_font_color", + _s25_10 = "Sidebar Active Font Color", _s33_5 = "sidebar_inactive_background_color", _s33_6 = "Sidebar Inactive Background Color", _s27_12 = "sidebar_inactive_font_color", @@ -511380,11 +527081,11 @@ _s36_4 = "Table Alternate Row Background Color", _s31_6 = "invoice_header_background_color", _s31_7 = "Invoice Header Background Color", - _s25_10 = "invoice_header_font_color", - _s25_11 = "Invoice Header Font Color", - _s23_10 = "free_trial_ends_in_days", + _s25_11 = "invoice_header_font_color", + _s25_12 = "Invoice Header Font Color", + _s23_12 = "free_trial_ends_in_days", _s21_24 = "free_trial_ends_today", - _s25_12 = "client_portal_domain_hint", + _s25_13 = "client_portal_domain_hint", _s52_ = "Optionally configure a separate client portal domain", _s21_25 = "tasks_shown_in_portal", _s21_26 = "Tasks Shown in Portal", @@ -511398,13 +527099,13 @@ _s42_3 = "Please wait for the data to finish loading", _s16_29 = "import_customers", _s16_30 = "Import Customers", - _s18_21 = "imported_customers", + _s18_23 = "imported_customers", _s40_0 = "Successfully started importing customers", _s16_31 = "Successful Login", - _s23_11 = "include_deleted_clients", - _s23_12 = "Include Deleted Clients", + _s23_13 = "include_deleted_clients", + _s23_14 = "Include Deleted Clients", _s28_6 = "include_deleted_clients_help", - _s41_1 = "Load records belonging to deleted clients", + _s41_2 = "Load records belonging to deleted clients", _s16_32 = "step_2_authorize", _s17_22 = "Step 2: Authorize", _s27_14 = "migration_not_yet_completed", @@ -511414,48 +527115,48 @@ _s51_1 = ":user archived recurring invoice :recurring_invoice", _s50_7 = ":user deleted recurring invoice :recurring_invoice", _s51_2 = ":user restored recurring invoice :recurring_invoice", - _s18_22 = "show_task_end_date", - _s18_23 = "Show Task End Date", - _s23_13 = "show_task_end_date_help", + _s18_24 = "show_task_end_date", + _s18_25 = "Show Task End Date", + _s23_15 = "show_task_end_date_help", _s35_10 = "Enable specifying the task end date", _s16_33 = "years_data_shown", _s16_34 = "Years Data Shown", - _s18_24 = "ended_all_sessions", + _s18_26 = "ended_all_sessions", _s31_8 = "Successfully ended all sessions", _s16_35 = "end_all_sessions", _s16_36 = "End All Sessions", - _s18_25 = "contact_first_name", - _s18_26 = "Contact First Name", + _s18_27 = "contact_first_name", + _s18_28 = "Contact First Name", _s17_23 = "contact_last_name", _s17_24 = "Contact Last Name", _s49_1 = "Must be greater than zero and less than the total", _s21_27 = "body_variable_missing", _s53_ = "Error: the custom email must include a :body variable", - _s25_13 = "add_body_variable_message", + _s25_14 = "add_body_variable_message", _s37_4 = "Make sure to include a :body variable", _s17_25 = "view_date_formats", _s17_26 = "View Date Formats", _s26_7 = "owner_upgrade_to_paid_plan", _s85_ = "The account owner can upgrade to a paid plan to enable the advanced advanced settings", - _s20_25 = "upgrade_to_paid_plan", + _s20_27 = "upgrade_to_paid_plan", _s54_ = "Upgrade to a paid plan to enable the advanced settings", _s21_28 = "invoice_payment_terms", _s21_29 = "Invoice Payment Terms", _s17_27 = "quote_valid_until", _s17_28 = "Quote Valid Until", - _s18_27 = "recurring_products", - _s18_28 = "Recurring Products", - _s18_29 = "allow_cancellation", - _s18_30 = "Allow Cancellation", + _s18_29 = "recurring_products", + _s18_30 = "Recurring Products", + _s18_31 = "allow_cancellation", + _s18_32 = "Allow Cancellation", _s16_37 = "per_seat_enabled", _s16_38 = "Per Seat Enabled", _s21_30 = "allow_query_overrides", _s21_31 = "Allow Query Overrides", - _s18_31 = "allow_plan_changes", - _s18_32 = "Allow Plan Changes", + _s18_33 = "allow_plan_changes", + _s18_34 = "Allow Plan Changes", _s21_32 = "webhook_configuration", _s21_33 = "Webhook Configuration", - _s20_26 = "email_spam_complaint", + _s20_28 = "email_spam_complaint", _s16_39 = "webhook_response", _s16_40 = "Webhook Response", _s22_29 = "authentication_failure", @@ -511464,28 +527165,28 @@ _s16_42 = "New Subscription", _s17_29 = "edit_subscription", _s17_30 = "Edit Subscription", - _s20_27 = "created_subscription", + _s20_29 = "created_subscription", _s33_7 = "Successfully created subscription", - _s20_28 = "updated_subscription", + _s20_30 = "updated_subscription", _s33_8 = "Successfully updated subscription", _s21_34 = "archived_subscription", _s34_5 = "Successfully archived subscription", - _s20_29 = "deleted_subscription", + _s20_31 = "deleted_subscription", _s33_9 = "Successfully deleted subscription", - _s20_30 = "removed_subscription", + _s20_32 = "removed_subscription", _s33_10 = "Successfully removed subscription", _s21_35 = "restored_subscription", _s34_6 = "Successfully restored subscription", _s19_21 = "search_subscription", _s21_36 = "Search 1 Subscription", - _s20_31 = "search_subscriptions", + _s20_33 = "search_subscriptions", _s27_15 = "Search :count Subscriptions", _s26_8 = "subdomain_is_not_available", _s26_9 = "Subdomain is not available", _s16_43 = "disconnect_gmail", _s16_44 = "Disconnect Gmail", _s28_7 = "Successfully connected Gmail", - _s18_33 = "disconnected_gmail", + _s18_35 = "disconnected_gmail", _s31_9 = "Successfully disconnected Gmail", _s16_45 = "update_fail_help", _s100_ = "Changes to the codebase may be blocking the update, you can run this command to discard the changes:", @@ -511504,10 +527205,10 @@ _s27_18 = "Please first set a password", _s34_7 = "changing_phone_disables_two_factor", _s52_0 = "Warning: Changing your phone number will disable 2FA", - _s23_14 = "please_select_a_country", - _s23_15 = "Please select a country", + _s23_16 = "please_select_a_country", + _s23_17 = "Please select a country", _s19_22 = "disabled_two_factor", - _s25_14 = "Successfully disabled 2FA", + _s25_15 = "Successfully disabled 2FA", _s16_52 = "connected_google", _s30_3 = "Successfully connected account", _s19_23 = "disconnected_google", @@ -511516,16 +527217,16 @@ _s72_ = "Please provide a mobile phone number to enable two factor authentication", _s21_38 = "two_factor_setup_help", _s46_6 = "Scan the bar code with a :link compatible app.", - _s18_34 = "enabled_two_factor", + _s18_36 = "enabled_two_factor", _s46_7 = "Successfully enabled Two-Factor Authentication", _s17_31 = "disconnect_google", _s17_32 = "Disconnect Google", _s17_33 = "enable_two_factor", - _s18_35 = "disable_two_factor", - _s18_36 = "Disable Two Factor", + _s18_37 = "disable_two_factor", + _s18_38 = "Disable Two Factor", _s34_8 = "require_password_with_social_login", _s34_9 = "Require Password with Social Login", - _s23_16 = "session_about_to_expire", + _s23_18 = "session_about_to_expire", _s40_1 = "Warning: Your session is about to expire", _s19_24 = "web_session_timeout", _s19_25 = "Web Session Timeout", @@ -511544,13 +527245,13 @@ _s51_3 = "An email has been sent to confirm the email address", _s21_39 = "counter_pattern_error", _s97_ = "To use :client_counter please add either :client_number or :client_id_number to prevent conflicts", - _s18_37 = "convert_to_invoice", - _s18_38 = "Convert to Invoice", + _s18_39 = "convert_to_invoice", + _s18_40 = "Convert to Invoice", _s16_54 = "registration_url", _s16_55 = "Registration URL", _s19_29 = "search_payment_term", _s21_40 = "Search 1 Payment Term", - _s20_32 = "search_payment_terms", + _s20_34 = "search_payment_terms", _s27_20 = "Search :count Payment Terms", _s16_56 = "save_and_preview", _s16_57 = "Save and Preview", @@ -511566,7 +527267,7 @@ _s24_22 = "Converted Credit Balance", _s17_40 = "default_documents", _s17_41 = "Default Documents", - _s20_33 = "document_upload_help", + _s20_35 = "document_upload_help", _s34_10 = "Enable clients to upload documents", _s21_41 = "debug_mode_is_enabled", _s21_42 = "Debug mode is enabled", @@ -511577,11 +527278,11 @@ _s27_21 = "Successfully started import", _s24_23 = "duplicate_column_mapping", _s24_24 = "Duplicate column mapping", - _s20_34 = "uses_inclusive_taxes", - _s20_35 = "Uses Inclusive Taxes", - _s18_39 = "is_amount_discount", - _s18_40 = "Is Amount Discount", - _s25_15 = "first_row_as_column_names", + _s20_36 = "uses_inclusive_taxes", + _s20_37 = "Uses Inclusive Taxes", + _s18_41 = "is_amount_discount", + _s18_42 = "Is Amount Discount", + _s25_16 = "first_row_as_column_names", _s29_7 = "Use first row as column names", _s16_62 = "no_file_selected", _s16_63 = "No File Selected", @@ -511595,7 +527296,7 @@ _s24_27 = "Sent invoices are locked", _s24_28 = "paid_invoices_are_locked", _s24_29 = "Paid invoices are locked", - _s23_17 = "recurring_invoice_total", + _s23_19 = "recurring_invoice_total", _s24_30 = "company_disabled_warning", _s17_46 = "default_task_rate", _s17_47 = "Default Task Rate", @@ -511604,89 +527305,89 @@ _s19_30 = "created_task_status", _s32_5 = "Successfully created task status", _s19_31 = "updated_task_status", - _s20_36 = "archived_task_status", + _s20_38 = "archived_task_status", _s33_13 = "Successfully archived task status", _s19_32 = "deleted_task_status", _s32_6 = "Successfully deleted task status", _s19_33 = "removed_task_status", _s32_7 = "Successfully removed task status", - _s20_37 = "restored_task_status", + _s20_39 = "restored_task_status", _s33_14 = "Successfully restored task status", _s22_35 = "archived_task_statuses", _s42_4 = "Successfully archived :value task statuses", _s21_43 = "deleted_task_statuses", - _s41_2 = "Successfully deleted :value task statuses", + _s41_3 = "Successfully deleted :value task statuses", _s22_36 = "restored_task_statuses", _s42_5 = "Successfully restored :value task statuses", - _s18_41 = "search_task_status", - _s20_38 = "Search 1 Task Status", - _s20_39 = "search_task_statuses", + _s18_43 = "search_task_status", + _s20_40 = "Search 1 Task Status", + _s20_41 = "search_task_statuses", _s27_22 = "Search :count Task Statuses", _s16_66 = "show_tasks_table", _s16_67 = "Show Tasks Table", _s21_44 = "show_tasks_table_help", _s52_1 = "Always show the tasks section when creating invoices", - _s20_40 = "invoice_task_timelog", - _s20_41 = "Invoice Task Timelog", - _s25_16 = "invoice_task_timelog_help", + _s20_42 = "invoice_task_timelog", + _s20_43 = "Invoice Task Timelog", + _s25_17 = "invoice_task_timelog_help", _s42_6 = "Add time details to the invoice line items", - _s20_42 = "invoice_task_datelog", - _s20_43 = "Invoice Task Datelog", - _s25_17 = "invoice_task_datelog_help", + _s20_44 = "invoice_task_datelog", + _s20_45 = "Invoice Task Datelog", + _s25_18 = "invoice_task_datelog_help", _s42_7 = "Add date details to the invoice line items", _s21_45 = "auto_start_tasks_help", - _s25_18 = "Start tasks before saving", - _s18_42 = "configure_statuses", - _s18_43 = "Configure Statuses", - _s20_44 = "configure_categories", - _s20_45 = "Configure Categories", - _s18_44 = "expense_categories", - _s18_45 = "Expense Categories", - _s20_46 = "new_expense_category", - _s20_47 = "New Expense Category", + _s25_19 = "Start tasks before saving", + _s18_44 = "configure_statuses", + _s18_45 = "Configure Statuses", + _s20_46 = "configure_categories", + _s20_47 = "Configure Categories", + _s18_46 = "expense_categories", + _s18_47 = "Expense Categories", + _s20_48 = "new_expense_category", + _s20_49 = "New Expense Category", _s21_46 = "edit_expense_category", _s21_47 = "Edit Expense Category", _s24_31 = "created_expense_category", _s37_5 = "Successfully created expense category", _s24_32 = "updated_expense_category", _s37_6 = "Successfully updated expense category", - _s25_19 = "archived_expense_category", + _s25_20 = "archived_expense_category", _s38_3 = "Successfully archived expense category", _s24_33 = "deleted_expense_category", _s24_34 = "removed_expense_category", _s37_7 = "Successfully removed expense category", - _s25_20 = "restored_expense_category", + _s25_21 = "restored_expense_category", _s38_4 = "Successfully restored expense category", _s27_23 = "archived_expense_categories", _s26_12 = "deleted_expense_categories", _s46_8 = "Successfully deleted expense :value categories", _s27_24 = "restored_expense_categories", _s47_2 = "Successfully restored expense :value categories", - _s23_18 = "search_expense_category", - _s25_21 = "Search 1 Expense Category", - _s25_22 = "search_expense_categories", + _s23_20 = "search_expense_category", + _s25_22 = "Search 1 Expense Category", + _s25_23 = "search_expense_categories", _s32_8 = "Search :count Expense Categories", _s21_48 = "use_available_credits", _s21_49 = "Use Available Credits", _s22_37 = "negative_payment_error", _s17_48 = "force_update_help", _s76_ = "You are running the latest version but there may be pending fixes available.", - _s18_46 = "should_be_invoiced", - _s23_19 = "should_be_invoiced_help", + _s18_48 = "should_be_invoiced", + _s23_21 = "should_be_invoiced_help", _s29_8 = "add_documents_to_invoice_help", _s21_50 = "convert_currency_help", - _s20_48 = "Set an exchange rate", + _s20_50 = "Set an exchange rate", _s16_68 = "expense_settings", _s16_69 = "Expense Settings", - _s18_47 = "clone_to_recurring", - _s18_48 = "Clone to Recurring", + _s18_49 = "clone_to_recurring", + _s18_50 = "Clone to Recurring", _s17_49 = "auto_bill_enabled", _s17_50 = "Auto Bill Enabled", - _s25_23 = "stopped_recurring_invoice", + _s25_24 = "stopped_recurring_invoice", _s38_5 = "Successfully stopped recurring invoice", - _s25_24 = "started_recurring_invoice", + _s25_25 = "started_recurring_invoice", _s38_6 = "Successfully started recurring invoice", - _s25_25 = "resumed_recurring_invoice", + _s25_26 = "resumed_recurring_invoice", _s38_7 = "Successfully resumed recurring invoice", _s19_34 = "gateway_refund_help", _s43_2 = "Process the refund with the payment gateway", @@ -511700,21 +527401,21 @@ _s16_71 = "Remaining Cycles", _s17_53 = "recurring_invoice", _s17_54 = "Recurring Invoice", - _s18_49 = "recurring_invoices", - _s18_50 = "Recurring Invoices", + _s18_51 = "recurring_invoices", + _s18_52 = "Recurring Invoices", _s21_53 = "new_recurring_invoice", _s21_54 = "New Recurring Invoice", _s22_40 = "edit_recurring_invoice", _s22_41 = "Edit Recurring Invoice", - _s25_26 = "created_recurring_invoice", + _s25_27 = "created_recurring_invoice", _s38_8 = "Successfully created recurring invoice", - _s25_27 = "updated_recurring_invoice", + _s25_28 = "updated_recurring_invoice", _s38_9 = "Successfully updated recurring invoice", _s26_13 = "archived_recurring_invoice", _s39_1 = "Successfully archived recurring invoice", - _s25_28 = "deleted_recurring_invoice", + _s25_29 = "deleted_recurring_invoice", _s38_10 = "Successfully deleted recurring invoice", - _s25_29 = "removed_recurring_invoice", + _s25_30 = "removed_recurring_invoice", _s38_11 = "Successfully removed recurring invoice", _s26_14 = "restored_recurring_invoice", _s39_2 = "Successfully restored recurring invoice", @@ -511726,13 +527427,13 @@ _s47_4 = "Successfully restored recurring :value invoices", _s24_35 = "search_recurring_invoice", _s26_16 = "Search 1 Recurring Invoice", - _s25_30 = "search_recurring_invoices", + _s25_31 = "search_recurring_invoices", _s32_9 = "Search :count Recurring Invoices", _s28_8 = "minimum_under_payment_amount", _s28_9 = "Minimum Under Payment Amount", - _s18_51 = "allow_over_payment", - _s18_52 = "Allow Over Payment", - _s23_20 = "allow_over_payment_help", + _s18_53 = "allow_over_payment", + _s18_54 = "Allow Over Payment", + _s23_22 = "allow_over_payment_help", _s35_12 = "Support paying extra to accept tips", _s19_35 = "allow_under_payment", _s19_36 = "Allow Under Payment", @@ -511747,15 +527448,15 @@ _s16_73 = "Upstream Failure", _s24_37 = "welcome_to_invoice_ninja", _s24_38 = "Welcome to Invoice Ninja", - _s18_53 = "reminder_last_sent", - _s18_54 = "Reminder Last Sent", - _s23_21 = "Page :current of :total", + _s18_55 = "reminder_last_sent", + _s18_56 = "Reminder Last Sent", + _s23_23 = "Page :current of :total", _s16_74 = "emailed_invoices", _s42_8 = "Enable third-party apps to create invoices", - _s20_49 = "online_payment_email", - _s20_50 = "Online Payment Email", - _s20_51 = "manual_payment_email", - _s20_52 = "Manual Payment Email", + _s20_51 = "online_payment_email", + _s20_52 = "Online Payment Email", + _s20_53 = "manual_payment_email", + _s20_54 = "Manual Payment Email", _s17_57 = "selected_invoices", _s17_58 = "Selected Invoices", _s17_59 = "selected_payments", @@ -511787,7 +527488,7 @@ _s36_6 = "Successfully removed :value webhooks", _s17_69 = "restored_webhooks", _s37_9 = "Successfully restored :value webhooks", - _s20_53 = "Search :count Tokens", + _s20_55 = "Search :count Tokens", _s26_17 = "Successfully created token", _s26_18 = "Successfully updated token", _s27_27 = "Successfully archived token", @@ -511803,42 +527504,42 @@ _s45_5 = "Enable clients to self register in the portal", _s21_55 = "customize_and_preview", _s19_39 = "Customize & Preview", - _s20_54 = "client_email_not_set", - _s41_3 = "Client does not have an email address set", + _s20_56 = "client_email_not_set", + _s41_4 = "Client does not have an email address set", _s16_80 = "credit_remaining", _s16_81 = "Credit Remaining", _s16_82 = "reminder_endless", _s17_70 = "Endless Reminders", - _s23_22 = "configure_payment_terms", - _s23_23 = "Configure Payment Terms", + _s23_24 = "configure_payment_terms", + _s23_25 = "Configure Payment Terms", _s16_83 = "new_payment_term", _s16_84 = "New Payment Term", _s17_71 = "edit_payment_term", _s17_72 = "Edit Payment Term", - _s20_55 = "created_payment_term", + _s20_57 = "created_payment_term", _s33_15 = "Successfully created payment term", - _s20_56 = "updated_payment_term", + _s20_58 = "updated_payment_term", _s33_16 = "Successfully updated payment term", _s21_56 = "archived_payment_term", _s34_12 = "Successfully archived payment term", - _s20_57 = "deleted_payment_term", + _s20_59 = "deleted_payment_term", _s33_17 = "Successfully deleted payment term", - _s20_58 = "removed_payment_term", + _s20_60 = "removed_payment_term", _s33_18 = "Successfully removed payment term", _s21_57 = "restored_payment_term", _s34_13 = "Successfully restored payment term", _s22_45 = "archived_payment_terms", _s42_9 = "Successfully archived :value payment terms", _s21_58 = "deleted_payment_terms", - _s41_4 = "Successfully deleted :value payment terms", + _s41_5 = "Successfully deleted :value payment terms", _s22_46 = "restored_payment_terms", _s42_10 = "Successfully restored :value payment terms", - _s23_24 = "change_to_mobile_layout", + _s23_26 = "change_to_mobile_layout", _s28_15 = "Change to the mobile layout?", _s24_40 = "change_to_desktop_layout", _s29_11 = "Change to the desktop layout?", - _s18_55 = "partially_refunded", - _s18_56 = "Partially Refunded", + _s18_57 = "partially_refunded", + _s18_58 = "Partially Refunded", _s16_85 = "search_documents", _s16_86 = "search_tax_rates", _s17_73 = "Search 1 Document", @@ -511850,7 +527551,7 @@ _s16_91 = "Search 1 Payment", _s17_75 = "cancelled_invoice", _s30_6 = "Successfully cancelled invoice", - _s18_57 = "cancelled_invoices", + _s18_59 = "cancelled_invoices", _s31_10 = "Successfully cancelled invoices", _s16_92 = "reversed_invoice", _s29_12 = "Successfully reversed invoice", @@ -511862,11 +527563,11 @@ _s17_80 = "Postal/City/State", _s16_93 = "purge_successful", _s32_10 = "Successfully purged company data", - _s18_58 = "purge_data_message", + _s18_60 = "purge_data_message", _s65_ = "Warning: This will permanently erase your data, there is no undo.", - _s25_31 = "Successfully saved design", - _s25_32 = "receive_all_notifications", - _s25_33 = "Receive All Notifications", + _s25_32 = "Successfully saved design", + _s25_33 = "receive_all_notifications", + _s25_34 = "Receive All Notifications", _s16_94 = "purchase_license", _s16_95 = "Purchase License", _s22_47 = "cancel_account_message", @@ -511885,8 +527586,8 @@ _s36_8 = "Successfully restored :value designs", _s16_98 = "recurring_quotes", _s16_99 = "Recurring Quotes", - _s18_59 = "account_management", - _s18_60 = "Account Management", + _s18_61 = "account_management", + _s18_62 = "Account Management", _s27_33 = "Successfully created credit", _s27_34 = "Successfully updated credit", _s28_19 = "Successfully archived credit", @@ -511897,7 +527598,7 @@ _s16_101 = "restored_credits", _s36_9 = "Successfully restored :value credits", _s26_21 = "a_new_version_is_available", - _s41_5 = "A new version of the web app is available", + _s41_6 = "A new version of the web app is available", _s16_102 = "update_available", _s16_103 = "Update Available", _s29_13 = "Update successfully completed", @@ -511932,12 +527633,12 @@ _s16_129 = "Custom Payment 2", _s16_130 = "Custom Payment 3", _s16_131 = "Custom Payment 4", - _s18_61 = "Custom Surcharge 1", - _s18_62 = "Custom Surcharge 2", - _s18_63 = "Custom Surcharge 3", - _s18_64 = "Custom Surcharge 4", - _s18_65 = "contact_last_login", - _s18_66 = "Contact Last Login", + _s18_63 = "Custom Surcharge 1", + _s18_64 = "Custom Surcharge 2", + _s18_65 = "Custom Surcharge 3", + _s18_66 = "Custom Surcharge 4", + _s18_67 = "contact_last_login", + _s18_68 = "Contact Last Login", _s17_83 = "contact_full_name", _s17_84 = "Contact Full Name", _s21_59 = "contact_custom_value1", @@ -511950,10 +527651,10 @@ _s22_52 = "Contact Custom Value 4", _s17_85 = "shipping_address1", _s17_86 = "shipping_address2", - _s18_67 = "Shipping Apt/Suite", - _s23_25 = "Shipping State/Province", - _s20_59 = "shipping_postal_code", - _s20_60 = "Shipping Postal Code", + _s18_69 = "Shipping Apt/Suite", + _s23_27 = "Shipping State/Province", + _s20_61 = "shipping_postal_code", + _s20_62 = "Shipping Postal Code", _s16_132 = "shipping_country", _s16_133 = "Shipping Country", _s16_134 = "billing_address1", @@ -511968,27 +527669,27 @@ _s35_16 = "Include recent errors from the logs", _s30_8 = "your_message_has_been_received", _s63_1 = "We have received your message and will try to respond promptly.", - _s20_61 = "show_product_details", - _s20_62 = "Show Product Details", - _s25_34 = "show_product_details_help", + _s20_63 = "show_product_details", + _s20_64 = "Show Product Details", + _s25_35 = "show_product_details_help", _s56_ = "Include the description and cost in the product dropdown", - _s20_63 = "pdf_min_requirements", + _s20_65 = "pdf_min_requirements", _s34_14 = "The PDF renderer requires :version", - _s18_68 = "adjust_fee_percent", - _s18_69 = "Adjust Fee Percent", - _s23_26 = "adjust_fee_percent_help", - _s18_70 = "configure_settings", - _s18_71 = "Configure Settings", + _s18_70 = "adjust_fee_percent", + _s18_71 = "Adjust Fee Percent", + _s23_28 = "adjust_fee_percent_help", + _s18_72 = "configure_settings", + _s18_73 = "Configure Settings", _s21_64 = "password_is_too_short", - _s20_64 = "password_is_too_easy", + _s20_66 = "password_is_too_easy", _s58_1 = "Password must contain an upper case character and a number", _s19_42 = "client_portal_tasks", _s19_43 = "Client Portal Tasks", - _s23_27 = "client_portal_dashboard", - _s23_28 = "Client Portal Dashboard", - _s20_65 = "please_enter_a_value", - _s20_66 = "Please enter a value", - _s25_35 = "Successfully deleted logo", + _s23_29 = "client_portal_dashboard", + _s23_30 = "Client Portal Dashboard", + _s20_67 = "please_enter_a_value", + _s20_68 = "Please enter a value", + _s25_36 = "Successfully deleted logo", _s17_88 = "show_product_cost", _s17_89 = "Show Product Cost", _s55_0 = "Display a product cost field to track the markup/profit", @@ -512012,12 +527713,12 @@ _s16_141 = "Default Tax Rate", _s17_90 = "invoice_tax_rates", _s17_91 = "Invoice Tax Rates", - _s18_72 = "no_client_selected", - _s18_73 = "configure_gateways", - _s18_74 = "Configure Gateways", - _s18_75 = "tax_settings_rates", + _s18_74 = "no_client_selected", + _s18_75 = "configure_gateways", + _s18_76 = "Configure Gateways", + _s18_77 = "tax_settings_rates", _s19_44 = "comma_sparated_list", - _s20_67 = "Comma separated list", + _s20_69 = "Comma separated list", _s16_142 = "single_line_text", _s16_143 = "Single-line text", _s27_37 = "recover_password_email_sent", @@ -512026,8 +527727,8 @@ _s16_145 = "late_fee_percent", _s16_146 = "Late Fee Percent", _s19_45 = "Before the due date", - _s18_76 = "After the due date", - _s18_77 = "after_invoice_date", + _s18_78 = "After the due date", + _s18_79 = "after_invoice_date", _s22_54 = "After the invoice date", _s21_72 = "partial_payment_email", _s21_73 = "Partial Payment Email", @@ -512035,13 +527736,13 @@ _s16_148 = "Endless Reminder", _s16_149 = "filtered_by_user", _s16_150 = "Filtered by User", - _s18_78 = "administrator_help", + _s18_80 = "administrator_help", _s66_ = "Allow user to manage users, change settings and modify all records", - _s25_36 = "Successfully created user", - _s25_37 = "Successfully updated user", + _s25_37 = "Successfully created user", + _s25_38 = "Successfully updated user", _s26_26 = "Successfully archived user", - _s25_38 = "Successfully deleted user", - _s25_39 = "Successfully removed user", + _s25_39 = "Successfully deleted user", + _s25_40 = "Successfully removed user", _s26_27 = "Successfully restored user", _s34_16 = "Successfully archived :value users", _s33_19 = "Successfully deleted :value users", @@ -512053,19 +527754,19 @@ _s17_93 = "Hide Paid to Date", _s22_55 = "hide_paid_to_date_help", _s87_ = 'Only display the "Paid to Date" area on your invoices once a payment has been received.', - _s23_29 = "invoice_embed_documents", + _s23_31 = "invoice_embed_documents", _s28_21 = "invoice_embed_documents_help", _s39_4 = "Include attached images in the invoice.", _s16_153 = "all_pages_header", _s16_154 = "all_pages_footer", - _s18_79 = "auto_email_invoice", - _s23_30 = "auto_email_invoice_help", + _s18_81 = "auto_email_invoice", + _s23_32 = "auto_email_invoice_help", _s61_ = "Automatically email recurring invoices when they are created.", - _s18_80 = "auto_archive_quote", - _s23_31 = "auto_archive_quote_help", + _s18_82 = "auto_archive_quote", + _s23_33 = "auto_archive_quote_help", _s53_1 = "Automatically archive quotes when they are converted.", - _s18_81 = "auto_convert_quote", - _s23_32 = "auto_convert_quote_help", + _s18_83 = "auto_convert_quote", + _s23_34 = "auto_convert_quote_help", _s70_ = "Automatically convert a quote to an invoice when approved by a client.", _s17_94 = "workflow_settings", _s17_95 = "Workflow Settings", @@ -512083,21 +527784,21 @@ _s16_159 = "signature_on_pdf", _s21_74 = "signature_on_pdf_help", _s51_4 = "Show the client signature on the invoice/quote PDF.", - _s25_40 = "show_accept_invoice_terms", + _s25_41 = "show_accept_invoice_terms", _s22_56 = "Invoice Terms Checkbox", _s30_9 = "show_accept_invoice_terms_help", _s61_0 = "Require client to confirm that they accept the invoice terms.", - _s23_33 = "show_accept_quote_terms", - _s20_68 = "Quote Terms Checkbox", + _s23_35 = "show_accept_quote_terms", + _s20_70 = "Quote Terms Checkbox", _s28_22 = "show_accept_quote_terms_help", _s59_0 = "Require client to confirm that they accept the quote terms.", - _s25_41 = "require_invoice_signature", + _s25_42 = "require_invoice_signature", _s17_103 = "Invoice Signature", _s30_10 = "require_invoice_signature_help", _s42_11 = "Require client to provide their signature.", - _s23_34 = "require_quote_signature", + _s23_36 = "require_quote_signature", _s22_57 = "enable_portal_password", - _s25_42 = "Password Protect Invoices", + _s25_43 = "Password Protect Invoices", _s27_38 = "enable_portal_password_help", _s24_41 = "enable_email_markup_help", _s86_ = "Make it easier for your clients to pay you by adding schema.org markup to your emails.", @@ -512117,15 +527818,15 @@ _s29_16 = "Successfully deleted tax rate", _s17_105 = "restored_tax_rate", _s30_11 = "Successfully restored tax rate", - _s18_82 = "archived_tax_rates", + _s18_84 = "archived_tax_rates", _s38_12 = "Successfully archived :value tax rates", _s17_106 = "deleted_tax_rates", _s37_10 = "Successfully deleted :value tax rates", - _s18_83 = "restored_tax_rates", + _s18_85 = "restored_tax_rates", _s38_13 = "Successfully restored :value tax rates", - _s18_84 = "fill_products_help", + _s18_86 = "fill_products_help", _s71_ = "Selecting a product will automatically fill in the description and cost", - _s20_69 = "update_products_help", + _s20_71 = "update_products_help", _s65_0 = "Updating an invoice will automatically update the product library", _s16_165 = "convert_products", _s16_166 = "Convert Products", @@ -512133,40 +527834,40 @@ _s16_167 = "company_gateways", _s16_168 = "Payment Gateways", _s19_50 = "new_company_gateway", - _s20_70 = "edit_company_gateway", - _s23_35 = "created_company_gateway", + _s20_72 = "edit_company_gateway", + _s23_37 = "created_company_gateway", _s28_23 = "Successfully created gateway", - _s23_36 = "updated_company_gateway", + _s23_38 = "updated_company_gateway", _s28_24 = "Successfully updated gateway", _s24_42 = "archived_company_gateway", _s29_17 = "Successfully archived gateway", - _s23_37 = "deleted_company_gateway", + _s23_39 = "deleted_company_gateway", _s28_25 = "Successfully deleted gateway", _s24_43 = "restored_company_gateway", _s29_18 = "Successfully restored gateway", - _s25_43 = "archived_company_gateways", + _s25_44 = "archived_company_gateways", _s37_11 = "Successfully archived :value gateways", _s24_44 = "deleted_company_gateways", _s36_10 = "Successfully deleted :value gateways", - _s25_44 = "restored_company_gateways", + _s25_45 = "restored_company_gateways", _s37_12 = "Successfully restored :value gateways", _s16_169 = "continue_editing", _s16_170 = "Continue Editing", _s21_76 = "first_day_of_the_week", _s21_77 = "First Day of the Week", - _s23_38 = "first_month_of_the_year", - _s23_39 = "First Month of the Year", - _s18_85 = "military_time_help", + _s23_40 = "first_month_of_the_year", + _s23_41 = "First Month of the Year", + _s18_87 = "military_time_help", _s19_51 = "filtered_by_project", _s19_52 = "Filtered by Project", _s17_107 = "filtered_by_group", _s17_108 = "Filtered by Group", _s19_53 = "filtered_by_invoice", _s19_54 = "Filtered by Invoice", - _s18_86 = "filtered_by_client", - _s18_87 = "Filtered by Client", - _s18_88 = "filtered_by_vendor", - _s18_89 = "Filtered by Vendor", + _s18_88 = "filtered_by_client", + _s18_89 = "Filtered by Client", + _s18_90 = "filtered_by_vendor", + _s18_91 = "Filtered by Vendor", _s26_28 = "Successfully created group", _s26_29 = "Successfully updated group", _s35_17 = "Successfully archived :value groups", @@ -512181,26 +527882,26 @@ _s16_172 = "Product Settings", _s17_109 = "advanced_settings", _s17_110 = "Advanced Settings", - _s23_40 = "templates_and_reminders", + _s23_42 = "templates_and_reminders", _s21_78 = "Templates & Reminders", _s22_58 = "credit_cards_and_banks", - _s20_71 = "Credit Cards & Banks", + _s20_73 = "Credit Cards & Banks", _s19_55 = "data_visualizations", _s19_56 = "Data Visualizations", _s27_42 = "thank_you_for_your_purchase", _s28_26 = "Thank you for your purchase!", _s19_57 = "annual_subscription", _s19_58 = "Annual Subscription", - _s25_45 = "please_enter_a_first_name", - _s25_46 = "Please enter a first name", + _s25_46 = "please_enter_a_first_name", + _s25_47 = "Please enter a first name", _s24_45 = "please_enter_a_last_name", _s24_46 = "Please enter a last name", _s33_21 = "please_agree_to_terms_and_privacy", _s77_1 = "Please agree to the terms of service and privacy policy to create an account.", _s16_173 = "terms_of_service", _s16_174 = "Terms of Service", - _s18_90 = "no_record_selected", - _s18_91 = "No record selected", + _s18_92 = "no_record_selected", + _s18_93 = "No record selected", _s21_79 = "error_unsaved_changes", _s34_19 = "Please save or cancel your changes", _s27_43 = "requires_an_enterprise_plan", @@ -512214,11 +527915,11 @@ _s29_20 = "Successfully deleted document", _s17_113 = "restored_document", _s30_14 = "Successfully restored document", - _s18_92 = "archived_documents", + _s18_94 = "archived_documents", _s38_14 = "Successfully archived :value documents", _s17_114 = "deleted_documents", _s37_13 = "Successfully deleted :value documents", - _s18_93 = "restored_documents", + _s18_95 = "restored_documents", _s38_15 = "Successfully restored :value documents", _s16_177 = "expense_status_1", _s16_178 = "expense_status_2", @@ -512248,15 +527949,15 @@ _s21_80 = "failed_to_find_record", _s21_81 = "Failed to find record", _s36_12 = "Please correct any overlapping times", - _s25_47 = "Successfully started task", - _s25_48 = "Successfully stopped task", - _s25_49 = "Successfully resumed task", + _s25_48 = "Successfully started task", + _s25_49 = "Successfully stopped task", + _s25_50 = "Successfully resumed task", _s16_186 = "auto_start_tasks", _s16_187 = "Auto Start Tasks", - _s25_50 = "Successfully created task", - _s25_51 = "Successfully updated task", + _s25_51 = "Successfully created task", + _s25_52 = "Successfully updated task", _s26_32 = "Successfully archived task", - _s25_52 = "Successfully deleted task", + _s25_53 = "Successfully deleted task", _s26_33 = "Successfully restored task", _s34_20 = "Successfully restored :value tasks", _s19_59 = "please_enter_a_name", @@ -512275,7 +527976,7 @@ _s27_47 = "thank_you_for_using_our_app", _s28_35 = "Thank you for using our app!", _s21_82 = "If you like it please", - _s18_94 = "click_here_capital", + _s18_96 = "click_here_capital", _s30_15 = "authenticate_to_change_setting", _s42_12 = "Please authenticate to change this setting", _s19_61 = "please_authenticate", @@ -512286,14 +527987,14 @@ _s17_120 = "Comparison Period", _s16_191 = "clone_to_invoice", _s16_192 = "Clone to Invoice", - _s20_72 = "edit_recurring_quote", - _s20_73 = "Edit Recurring Quote", + _s20_74 = "edit_recurring_quote", + _s20_75 = "Edit Recurring Quote", _s16_193 = "shipping_address", _s16_194 = "Shipping Address", _s16_195 = "refresh_complete", _s16_196 = "Refresh Complete", - _s23_41 = "please_enter_your_email", - _s23_42 = "Please enter your email", + _s23_43 = "please_enter_your_email", + _s23_44 = "Please enter your email", _s26_34 = "please_enter_your_password", _s26_35 = "Please enter your password", _s21_83 = "please_enter_your_url", @@ -512344,8 +528045,8 @@ _s22_59 = "click_plus_to_add_item", _s22_60 = "Click + to add an item", _s22_61 = "click_plus_to_add_time", - _s20_74 = "please_select_a_date", - _s20_75 = "Please select a date", + _s20_76 = "please_select_a_date", + _s20_77 = "Please select a date", _s22_62 = "please_select_a_client", _s22_63 = "Please select a client", _s24_51 = "please_select_an_invoice", @@ -512357,9 +528058,9 @@ _s22_64 = "marked_invoice_as_sent", _s35_19 = "Successfully marked invoice as sent", _s22_65 = "marked_invoice_as_paid", - _s23_43 = "marked_invoices_as_sent", + _s23_45 = "marked_invoices_as_sent", _s36_14 = "Successfully marked invoices as sent", - _s23_44 = "marked_invoices_as_paid", + _s23_46 = "marked_invoices_as_paid", _s37_18 = "please_enter_a_client_or_contact_name", _s37_19 = "Please enter a client or contact name", _s27_53 = "restart_app_to_apply_change", @@ -512428,9 +528129,9 @@ _s31_16 = ":user restored expense :expense", _s24_53 = ":user created task :task", _s24_54 = ":user updated task :task", - _s25_53 = ":user archived task :task", + _s25_54 = ":user archived task :task", _s24_55 = ":user deleted task :task", - _s25_54 = ":user restored task :task", + _s25_55 = ":user restored task :task", _s30_26 = ":user updated expense :expense", _s39_5 = "System failed to email invoice :invoice", _s31_17 = ":user reversed invoice :invoice", @@ -512439,14 +528140,14 @@ _s28_56 = ":user updated vendor :vendor", _s17_132 = "one_time_password", _s17_133 = "One Time Password", - _s20_76 = "marked_quote_as_sent", + _s20_78 = "marked_quote_as_sent", _s33_22 = "Successfully marked quote as sent", _s21_87 = "marked_credit_as_sent", _s34_21 = "Successfully marked credit as sent", _s22_66 = "long_press_multiselect", _s22_67 = "Long-press Multiselect", - _s18_95 = "email_style_custom", - _s18_96 = "Custom Email Style", + _s18_97 = "email_style_custom", + _s18_98 = "Custom Email Style", _s24_56 = "custom_message_dashboard", _s24_57 = "Custom Dashboard Message", _s29_37 = "custom_message_unpaid_invoice", @@ -512479,31 +528180,31 @@ _s22_77 = "Invoice Number Pattern", _s22_78 = "invoice_number_counter", _s22_79 = "Invoice Number Counter", - _s20_77 = "quote_number_pattern", - _s20_78 = "Quote Number Pattern", - _s20_79 = "quote_number_counter", - _s20_80 = "Quote Number Counter", + _s20_79 = "quote_number_pattern", + _s20_80 = "Quote Number Pattern", + _s20_81 = "quote_number_counter", + _s20_82 = "Quote Number Counter", _s21_96 = "client_number_pattern", _s21_97 = "Credit Number Pattern", _s21_98 = "client_number_counter", _s21_99 = "Credit Number Counter", _s21_100 = "credit_number_pattern", _s21_101 = "credit_number_counter", - _s18_97 = "reset_counter_date", - _s18_98 = "Reset Counter Date", + _s18_99 = "reset_counter_date", + _s18_100 = "Reset Counter Date", _s28_57 = "shared_invoice_quote_counter", - _s18_99 = "default_tax_name_1", - _s18_100 = "Default Tax Name 1", - _s18_101 = "default_tax_rate_1", - _s18_102 = "Default Tax Rate 1", - _s18_103 = "default_tax_name_2", - _s18_104 = "Default Tax Name 2", - _s18_105 = "default_tax_rate_2", - _s18_106 = "Default Tax Rate 2", - _s18_107 = "default_tax_name_3", - _s18_108 = "Default Tax Name 3", - _s18_109 = "default_tax_rate_3", - _s18_110 = "Default Tax Rate 3", + _s18_101 = "default_tax_name_1", + _s18_102 = "Default Tax Name 1", + _s18_103 = "default_tax_rate_1", + _s18_104 = "Default Tax Rate 1", + _s18_105 = "default_tax_name_2", + _s18_106 = "Default Tax Name 2", + _s18_107 = "default_tax_rate_2", + _s18_108 = "Default Tax Rate 2", + _s18_109 = "default_tax_name_3", + _s18_110 = "Default Tax Name 3", + _s18_111 = "default_tax_rate_3", + _s18_112 = "Default Tax Rate 3", _s21_102 = "email_subject_invoice", _s21_103 = "Email Invoice Subject", _s19_68 = "email_subject_quote", @@ -512519,7 +528220,7 @@ _s24_58 = "client_shipping_address1", _s22_80 = "Client Shipping Street", _s24_59 = "client_shipping_address2", - _s25_55 = "Client Shipping Apt/Suite", + _s25_56 = "Client Shipping Apt/Suite", _s16_226 = "invoice_due_date", _s17_134 = "custom_surcharge1", _s17_135 = "custom_surcharge2", @@ -512530,8 +528231,8 @@ _s16_227 = "expense_category", _s19_72 = "invoice_currency_id", _s19_73 = "Invoice Currency ID", - _s18_111 = "status_color_theme", - _s18_112 = "Status Color Theme", + _s18_113 = "status_color_theme", + _s18_114 = "Status Color Theme", _s16_228 = "load_color_theme", _s16_229 = "Load Color Theme", _s16_230 = 'Yes, it"s great!', @@ -512551,7 +528252,7 @@ _s61_1 = "Set the subdomain or display the invoice on your own website.", _s51_5 = "Enable emails, recurring invoices and notifications", _s17_140 = "Resend Invitation", - _s25_56 = "Two-Factor Authentication", + _s25_57 = "Two-Factor Authentication", _s31_20 = 'Please type ":value" to confirm', _s48_1 = "Warning: this company has not yet been activated", _s31_21 = "Successfully update task status", @@ -512566,7 +528267,7 @@ _s27_62 = "Successfully emailed quotes", _s28_58 = "Successfully emailed credits", _s29_44 = "Tokeni \xebsht\xeb fshir\xeb me sukses", - _s18_113 = "Sign in with email", + _s18_115 = "Sign in with email", _s16_234 = "Search Documents", _s16_235 = "Search Tax Rates", _s19_74 = ":count invoice sent", @@ -512580,7 +528281,7 @@ _s37_22 = "Successfully archived :count projects", _s36_15 = "Successfully deleted :count projects", _s19_75 = "Sign in with Google", - _s20_81 = ":count invoices sent", + _s20_83 = ":count invoices sent", _s37_23 = "Successfully archived :count products", _s36_16 = "Successfully deleted :count products", _s28_59 = "Successfully emailed payment", @@ -512594,9 +528295,9 @@ _s64_ = ":user refunded :adjustment of a :payment_amount payment :payment", _s24_61 = ":user created user :user", _s24_62 = ":user updated user :user", - _s25_57 = ":user archived user :user", + _s25_58 = ":user archived user :user", _s24_63 = ":user deleted user :user", - _s25_58 = ":user restored user :user", + _s25_59 = ":user restored user :user", _s26_45 = ":user marked sent :invoice", _s29_45 = ":user reopened ticket :ticket", _s31_23 = ":contact replied ticket :ticket", @@ -512607,25 +528308,25 @@ _s63_2 = ":user emailed endless reminder for invoice :invoice to :contact", _s40_2 = ":user created subscription :subscription", _s40_3 = ":user updated subscription :subscription", - _s41_6 = ":user archived subscription :subscription", + _s41_7 = ":user archived subscription :subscription", _s40_4 = ":user deleted subscription :subscription", - _s41_7 = ":user restored subscription :subscription", + _s41_8 = ":user restored subscription :subscription", _s27_65 = "Successfully emailed credit", _s28_60 = "Shared Invoice Quote Counter", _s16_237 = "Expense Category", - _s23_45 = "Add to invoice :invoice", - _s23_46 = "View expense # :expense", + _s23_47 = "Add to invoice :invoice", + _s23_48 = "View expense # :expense", _s16_238 = "Refunded Payment", _s45_8 = "Successfully archived :count expense category", - _s18_114 = "Should be invoiced", + _s18_116 = "Should be invoiced", _s16_239 = "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u062f\u0648\u0631\u064a\u0629", _s17_141 = "Save card details", _s69_0 = "Warning: This will permanently delete your account, there is no undo.", _s21_107 = "Recover your password", _s142_ = "Allows you to set a password for each contact. If a password is set, the contact will be required to enter a password before viewing invoices.", _s34_22 = "Successfully archived the tax rate", - _s18_115 = "Auto-fill products", - _s20_82 = "Auto-update products", + _s18_117 = "Auto-fill products", + _s20_84 = "Auto-update products", _s16_240 = "Convert currency", _s30_27 = "Successfully archived expenses", _s29_46 = "Successfully deleted expenses", @@ -512633,54 +528334,156 @@ _s33_25 = "Successfully deleted :count tasks", _s35_23 = "Successfully archived :count quotes", _s34_24 = "Successfully deleted :count quotes", - _s41_8 = ":payment_amount payment (:payment) failed", + _s41_9 = ":payment_amount payment (:payment) failed", _s26_46 = "Successfully emailed quote", - _s23_47 = "Uspje\u0161no otkazani ra\u010dun", - _s16_241 = "Kreditna kartica", - _s18_116 = "Molimo unesite ime", - _s23_48 = "Uspje\u0161no obrisan tro\u0161ak", - _s16_242 = "Drugi podsjetnik", - _s16_243 = "Tre\u0107i podsjetnik", - _s21_108 = "Referenca transakcije", - _s21_109 = "N\xe1klad \xfasp\u011b\u0161n\u011b smaz\xe1n", - _s16_244 = "Datum splatnosti", - _s22_81 = "Projektet blev slettet", - _s17_142 = "Refunder betaling", - _s22_82 = ":count fakturaer sendt", - _s19_77 = "Skjul delbetalinger", - _s20_83 = "Vilk\xe5r for fakturaen", - _s17_143 = "Datavisualisering", - _s16_245 = "Faktureringsdato", - _s16_246 = "Betaling slettet", - _s25_59 = "Het project is verwijderd", - _s31_24 = "Succesvol abonnement verwijderd", - _s27_66 = "Gedeeltelijk niet toegepast", - _s20_84 = "De taak is gewijzigd", + _s21_108 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u0440\u043e\u0435\u043a\u0442", + _s16_241 = "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", + _s21_109 = "\u0422\u0440\u0435\u0442\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", + _s27_66 = "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0434\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435 1", + _s27_67 = "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0434\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435 2", + _s27_68 = "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0434\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435 3", + _s27_69 = "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0434\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435 4", + _s17_142 = "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", + _s16_242 = "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0434\u0430\u043d\u044a\u0446\u0438", + _s16_243 = "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", + _s16_244 = "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", + _s32_12 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", + _s26_47 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", + _s16_245 = "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", + _s31_24 = ":contact \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", + _s24_64 = "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", + _s24_65 = "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", + _s24_66 = "Kreditne kartice & banke", + _s21_110 = "Dodaj ra\u010dunu :invoice", + _s17_143 = "Podr\u017eani doga\u0111aji", + _s19_77 = "Kategorije tro\u0161kova", + _s24_67 = "Nova kategorija tro\u0161kova", + _s27_70 = "Stranica :current od :total", + _s18_118 = "Prilago\u0111ene oznake", + _s25_60 = "E-po\u0161ta za ru\u010dno pla\u0107anje", + _s17_144 = "Obri\u0161i dobavlja\u010da", + _s18_119 = "Sakrij bo\u010dnu traku", + _s16_246 = "Pretra\u017ei 1 token", + _s21_111 = "Registracija klijenta", + _s16_247 = "Po\u0161alji e-po\u0161tom", + _s20_85 = "Vlasni\u0161tvo korisnika", + _s18_120 = "Pretra\u017ei proizvode", + _s17_145 = "Pretra\u017ei projekte", + _s17_146 = "Pretra\u017ei tro\u0161kove", + _s23_49 = "Uspje\u0161no otkazani ra\u010dun", + _s19_78 = "Ponavljaju\u0107i zadaci", + _s16_248 = "Trenutna verzija", + _s19_79 = "A\u017euriranje dostupno", + _s16_249 = "Vi\u0161e informacija", + _s17_147 = "Puno ime kontakta", + _s17_148 = "Kontaktirajte nas", + _s20_86 = "Lozinka je prekratka", + _s26_48 = "Zadaci klijentskog portala", + _s26_49 = "Prika\u017ei koli\u010dinu proizvoda", + _s23_50 = "Prika\u017ei koli\u010dinu ra\u010duna", + _s23_51 = "Filtrirano po korisniku", + _s23_52 = "Upravljanje korisnicima", + _s21_112 = "Sakrij datum pla\u0107anja", + _s70_0 = 'Prika\u017eite "Datum pla\u0107anja" na ra\u010dunima, onda kada je uplata primljena.', + _s20_87 = "Prika\u017ei zaglavlje na", + _s19_80 = "Prika\u017ei podno\u017eje na", + _s22_81 = "Prilago\u0111eni JavaScript", + _s19_81 = "Prilo\u017eite dokumente", + _s16_250 = "Kreditna kartica", + _s53_2 = "Odabir proizvoda \u0107e automatski ispuniti opis i cijenu", + _s19_82 = "Filtrirano po grupi", + _s20_88 = "Filtrirano po ra\u010dunu", + _s22_82 = "Filtrirano po klijentu", + _s24_68 = "Filtrirano po dobavlja\u010du", + _s18_121 = "Postavke proizvoda", + _s16_251 = "Postavke ure\u0111aja", + _s17_149 = "Napredne postavke", + _s17_150 = "Detalji korisnika", + _s17_151 = "Prilago\u0111ena polja", + _s16_252 = "Postavke e-po\u0161te", + _s22_83 = "Vizualizacije podataka", + _s18_122 = "Godi\u0161nja pretplata", + _s16_253 = ":count korisnika", + _s18_123 = "Molimo unesite ime", + _s18_124 = "Korisni\u010dka prijava", + _s21_113 = "Prijava putem e-po\u0161te", + _s23_53 = "Uspje\u0161no obrisan tro\u0161ak", + _s16_254 = "Prethodna godina", + _s16_255 = "Uredi dobavlja\u010da", + _s16_256 = "aktivni klijenti", + _s18_125 = "Da li ste sigurni?", + _s30_28 = "Kliknite + za dodavanje stavke", + _s16_257 = "Drugi podsjetnik", + _s16_258 = "Tre\u0107i podsjetnik", + _s31_25 = "Po\u0161alji e-po\u0161tom ra\u010dun klijentu", + _s21_114 = "Referenca transakcije", + _s30_29 = ":user kreirao klijenta :client", + _s32_13 = ":user arhivirao klijenta :client", + _s30_30 = ":user obrisao klijenta :client", + _s28_61 = ":user kreirao ra\u010dun :invoice", + _s29_47 = ":user a\u017eurirao ra\u010dun :invoice", + _s30_31 = ":user arhivirao ra\u010dun :invoice", + _s30_32 = ":user a\u017eurirao uplatu :payment", + _s30_33 = ":user ahivirao uplatu :payment", + _s29_48 = ":user obrisao uplatu :payment", + _s29_49 = ":user a\u017eurirao :credit kredit", + _s30_34 = ":user arhivirao :credit kredit", + _s28_62 = ":user obrisao :credit kredit", + _s28_63 = ":user obnovio ra\u010dun :invoice", + _s30_35 = ":user obnovio klijenta :client", + _s29_50 = ":user obnovio uplatu :payment", + _s28_64 = ":user obnovio :credit kredit", + _s29_51 = ":user kreirao tro\u0161ak :expense", + _s28_65 = ":user otkazao ra\u010dun :invoice", + _s24_69 = "Prilago\u0111eni stil e-po\u0161te", + _s16_259 = "Zaklju\u010daj ra\u010dune", + _s21_115 = "Broja\u010d broja tro\u0161kova", + _s18_126 = "Klijent je aktivan", + _s17_152 = "Dr\u017eava dobavlja\u010da", + _s21_116 = "N\xe1klad \xfasp\u011b\u0161n\u011b smaz\xe1n", + _s16_260 = "\u010c\xedslo objedn\xe1vky", + _s16_261 = "Datum splatnosti", + _s32_14 = ":user archivoval platbu :payment", + _s31_26 = ":user archivoval :credit kredit", + _s29_52 = ":user obnovil platbu :payment", + _s28_66 = ":user obnovil :credit kredit", + _s22_84 = "Projektet blev slettet", + _s17_153 = "Refunder betaling", + _s22_85 = ":count fakturaer sendt", + _s19_83 = "Skjul delbetalinger", + _s20_89 = "Vilk\xe5r for fakturaen", + _s17_154 = "Datavisualisering", + _s16_262 = "Faktureringsdato", + _s16_263 = "Betaling slettet", + _s25_61 = "Het project is verwijderd", + _s31_27 = "Succesvol abonnement verwijderd", + _s27_71 = "Gedeeltelijk niet toegepast", + _s20_90 = "De taak is gewijzigd", _s36_17 = "Succesvol een taak status verwijderd", - _s16_247 = "Uitgavecategorie", - _s20_85 = "Automatisch omzetten", - _s28_61 = "Webhook succesvol verwijderd", + _s16_264 = "Uitgavecategorie", + _s20_91 = "Automatisch omzetten", + _s28_67 = "Webhook succesvol verwijderd", _s37_24 = "Succesvol verwijderd: waarde webhooks", _s38_16 = "betalingstermijn met succes verwijderd", - _s17_144 = "Eerste aangepaste", - _s17_145 = "Tweede aangepaste", - _s16_248 = "Derde aangepaste", - _s18_117 = "Ontwerp verwijderd", - _s20_86 = "Aangepaste Toeslag 1", - _s20_87 = "Aangepaste Toeslag 2", - _s20_88 = "Aangepaste Toeslag 3", - _s20_89 = "Aangepaste Toeslag 4", - _s31_25 = "Gelieve een klant te selecteren", - _s22_83 = "Gedeeltelijke betaling", + _s17_155 = "Eerste aangepaste", + _s17_156 = "Tweede aangepaste", + _s16_265 = "Derde aangepaste", + _s18_127 = "Ontwerp verwijderd", + _s20_92 = "Aangepaste Toeslag 1", + _s20_93 = "Aangepaste Toeslag 2", + _s20_94 = "Aangepaste Toeslag 3", + _s20_95 = "Aangepaste Toeslag 4", + _s31_28 = "Gelieve een klant te selecteren", + _s22_86 = "Gedeeltelijke betaling", _s39_6 = "Succesvol verwijderd: waarde gebruikers", - _s16_249 = "Betalingsgateway", - _s18_118 = "Eerste herinnering", - _s18_119 = "Tweede herinnering", - _s17_146 = "Derde herinnering", - _s17_147 = "Aangepaste waarde", - _s21_110 = "Kredietnummer patroon", - _s20_90 = "Kredietnummer teller", - _s20_91 = "Please select a file", + _s16_266 = "Betalingsgateway", + _s18_128 = "Eerste herinnering", + _s18_129 = "Tweede herinnering", + _s17_157 = "Derde herinnering", + _s17_158 = "Aangepaste waarde", + _s21_117 = "Kredietnummer patroon", + _s20_96 = "Kredietnummer teller", + _s20_97 = "Please select a file", _s36_18 = "Successfully archived :count credits", _s35_24 = "Successfully deleted :count credits", _s36_19 = "Successfully archived :count vendors", @@ -512689,327 +528492,344 @@ _s35_26 = "Successfully deleted :count clients", _s37_25 = "Successfully archived :count invoices", _s36_21 = "Successfully deleted :count invoices", - _s28_62 = "Successfully emailed invoice", + _s28_68 = "Successfully emailed invoice", _s37_26 = "Successfully archived :count payments", _s36_22 = "Successfully deleted :count payments", - _s32_12 = "Projekti poistettu onnistuneesti", - _s30_28 = "Tilaus poistettu onnistuneesti", - _s17_148 = "Mukautetut kent\xe4t", + _s24_70 = "Krediitkaardid ja pangad", + _s16_267 = "Otsige Kanbanist", + _s23_54 = "Automaatne teisendamine", + _s20_98 = "Osaliselt tagastatud", + _s21_118 = "Kohandatud lisatasu 1", + _s21_119 = "Kohandatud lisatasu 2", + _s21_120 = "Kohandatud lisatasu 3", + _s21_121 = "Kohandatud lisatasu 4", + _s16_268 = "Viivise protsent", + _s16_269 = "Import | Eksport", + _s23_55 = "Arved m\xe4rgiti saadetuks", + _s37_27 = ":contact vaatas hinnapakkumist :quote", + _s28_69 = ":user t\xfchistas arve :invoice", + _s18_130 = "Kohandatud V\xe4\xe4rtus", + _s23_56 = "Ettemaksu numbri muster", + _s24_71 = "Ettemaksu numbri loendur", + _s32_15 = "Projekti poistettu onnistuneesti", + _s30_36 = "Tilaus poistettu onnistuneesti", + _s17_159 = "Mukautetut kent\xe4t", _s35_27 = "Maksuehto poistettiin onnistuneesti", - _s22_84 = "Mukautettu Lis\xe4maksu 1", - _s22_85 = "Mukautettu Lis\xe4maksu 2", - _s22_86 = "Mukautettu Lis\xe4maksu 3", - _s22_87 = "Mukautettu Lis\xe4maksu 4", - _s16_250 = "Osittainen maksu", + _s22_87 = "Mukautettu Lis\xe4maksu 1", + _s22_88 = "Mukautettu Lis\xe4maksu 2", + _s22_89 = "Mukautettu Lis\xe4maksu 3", + _s22_90 = "Mukautettu Lis\xe4maksu 4", + _s16_270 = "Osittainen maksu", _s43_3 = "Arkistoitu onnistuneesti :count asiakas(ta)", _s43_4 = "Laskut merkittiin l\xe4hetetyksi onnistuneesti", - _s22_88 = "Automaattinen laskutus", - _s22_89 = "Param\xe8tres de paiement", - _s22_90 = "Ajouter une passerelle", - _s29_47 = "Ajouter \xe0 la facture :invoice", - _s20_92 = "Devise de la facture", - _s26_47 = "Voir la d\xe9pense # :expense", - _s18_120 = "D\xe9pense r\xe9currente", - _s20_93 = "D\xe9penses r\xe9currentes", - _s27_67 = "Nouvelle d\xe9pense r\xe9currente", - _s28_63 = "\xc9diter la d\xe9pense r\xe9currente", - _s22_91 = "Guide de l'utilisateur", - _s20_94 = "Derni\xe8re mise \xe0 jour", - _s17_149 = "Pr\xe9nom du contact", - _s19_78 = "\xc9diter l'abonnement", - _s27_68 = "Abonnement cr\xe9\xe9 avec succ\xe8s", + _s22_91 = "Automaattinen laskutus", + _s17_160 = "Comptes bancaires", + _s22_92 = "Param\xe8tres de paiement", + _s22_93 = "Ajouter une passerelle", + _s29_53 = "Ajouter \xe0 la facture :invoice", + _s20_99 = "Devise de la facture", + _s26_50 = "Voir la d\xe9pense # :expense", + _s18_131 = "D\xe9pense r\xe9currente", + _s20_100 = "D\xe9penses r\xe9currentes", + _s27_72 = "Nouvelle d\xe9pense r\xe9currente", + _s28_70 = "\xc9diter la d\xe9pense r\xe9currente", + _s22_94 = "Guide de l'utilisateur", + _s20_101 = "Derni\xe8re mise \xe0 jour", + _s17_161 = "Pr\xe9nom du contact", + _s19_84 = "\xc9diter l'abonnement", + _s27_73 = "Abonnement cr\xe9\xe9 avec succ\xe8s", _s33_26 = "Abonnement mis \xe0 jour avec succ\xe8s", - _s30_29 = "Abonnement archiv\xe9 avec succ\xe8s", - _s18_121 = "Paiement rembours\xe9", - _s17_150 = "Dernier trimestre", - _s20_95 = "Convertir en facture", - _s18_122 = "Facturer le projet", - _s17_151 = "Facturer la t\xe2che", - _s28_64 = "Enregistrer et pr\xe9visualiser", + _s30_37 = "Abonnement archiv\xe9 avec succ\xe8s", + _s18_132 = "Paiement rembours\xe9", + _s17_162 = "Dernier trimestre", + _s20_102 = "Convertir en facture", + _s18_133 = "Facturer le projet", + _s17_163 = "Facturer la t\xe2che", + _s28_71 = "Enregistrer et pr\xe9visualiser", _s35_28 = "Enregistrer et envoyer par courriel", - _s25_60 = "\xc9v\xe9nements pris en charge", - _s16_251 = "Montant converti", - _s20_96 = "Documents par d\xe9faut", - _s32_13 = "Veuillez s\xe9lectionner un fichier", + _s25_62 = "\xc9v\xe9nements pris en charge", + _s16_271 = "Montant converti", + _s20_103 = "Documents par d\xe9faut", + _s32_16 = "Veuillez s\xe9lectionner un fichier", _s39_7 = "Les factures envoy\xe9es sont verrouill\xe9es", - _s37_27 = "Les factures pay\xe9es sont verrouill\xe9es", - _s19_79 = "Voir les param\xe8tres", - _s29_48 = "Nouvelle cat\xe9gorie de d\xe9pense", + _s37_28 = "Les factures pay\xe9es sont verrouill\xe9es", + _s19_85 = "Voir les param\xe8tres", + _s29_54 = "Nouvelle cat\xe9gorie de d\xe9pense", _s40_5 = "La cat\xe9gorie a \xe9t\xe9 supprim\xe9e avec succ\xe8s", - _s21_111 = "Forcer la mise \xe0 jour", + _s21_122 = "Forcer la mise \xe0 jour", _s38_17 = "Suivez les d\xe9penses qui ont \xe9t\xe9 pay\xe9es", - _s20_97 = "Cloner en r\xe9currence", - _s18_123 = "Champs utilisateur", - _s23_49 = "Autofacturation activ\xe9e", - _s17_152 = "Champs des totaux", + _s20_104 = "Cloner en r\xe9currence", + _s18_134 = "Champs utilisateur", + _s23_57 = "Autofacturation activ\xe9e", + _s17_164 = "Champs des totaux", _s47_6 = "La facture r\xe9currente a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", _s48_2 = "La facture r\xe9currente a \xe9t\xe9 d\xe9marr\xe9e avec succ\xe8s", _s47_7 = "La facture r\xe9currente a \xe9t\xe9 reprise avec succ\xe8s", - _s27_69 = "Remboursement de passerelle", + _s27_74 = "Remboursement de passerelle", _s56_0 = "Proc\xe9der au remboursement avec la passerelle de paiement", - _s20_98 = "Premier jour du mois", - _s20_99 = "Dernier jour du mois", - _s31_26 = "Utiliser les d\xe9lais de paiement", - _s22_92 = "Prochaine date d'envoi", - _s18_124 = "Facture r\xe9currente", - _s20_100 = "Factures r\xe9currentes", - _s27_70 = "Nouvelle facture r\xe9currente", + _s20_105 = "Premier jour du mois", + _s20_106 = "Dernier jour du mois", + _s31_29 = "Utiliser les d\xe9lais de paiement", + _s22_95 = "Prochaine date d'envoi", + _s18_135 = "Facture r\xe9currente", + _s20_107 = "Factures r\xe9currentes", + _s27_75 = "Nouvelle facture r\xe9currente", _s45_9 = "La facture r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s51_6 = "La facture r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s47_8 = "La facture r\xe9currente a \xe9t\xe9 retir\xe9e avec succ\xe8s", - _s30_30 = "Recherche 1 facture r\xe9currente", - _s37_28 = "Recherche :count factures r\xe9currentes", - _s32_14 = "Montant minimum de sous-paiement", - _s21_112 = "Accepter Sur-paiement", - _s22_93 = "Accepter Sous-paiement", - _s24_64 = "Conciliation non r\xe9ussie", - _s20_101 = "Conciliation r\xe9ussie", - _s18_125 = "Passerelle r\xe9ussie", - _s19_80 = "\xc9chec de passerelle", - _s20_102 = "Erreur de passerelle", - _s24_65 = "File d'envoi de courriel", - _s16_252 = "Num\xe9ro de client", - _s25_61 = "Convertir automatiquement", - _s19_81 = "Nom de l'entreprise", - _s23_50 = "Dernier envoi de rappel", - _s16_253 = "Voir dans Stripe", - _s21_113 = "Appliquer le paiement", - _s21_114 = "Type d'enregistrement", - _s16_254 = "Type de paiement", - _s16_255 = "Cl\xe9 d'entreprise", - _s22_94 = "Factures s\xe9lectionn\xe9es", - _s22_95 = "Paiements s\xe9lectionn\xe9s", - _s20_103 = "T\xe2ches s\xe9lectionn\xe9es", - _s22_96 = "D\xe9penses s\xe9lectionn\xe9es", - _s16_256 = "Factures \xe0 venir", - _s17_153 = "Cr\xe9er une facture", - _s20_104 = "Cr\xe9er un fournisseur", - _s24_66 = "Mettre \xe0 jour la facture", - _s20_105 = "Supprimer la facture", - _s23_51 = "Mettre \xe0 jour le client", - _s19_82 = "Supprimer ce client", - _s21_115 = "Supprimer ce paiement", - _s28_65 = "Mettre \xe0 jour le fournisseur", - _s24_67 = "Mettre \xe0 jour la d\xe9pense", - _s20_106 = "Supprimer la d\xe9pense", - _s22_97 = "Mettre \xe0 jour la t\xe2che", - _s16_257 = "Lors du paiement", - _s26_48 = "Afficher la barre lat\xe9rale", - _s25_62 = "Masquer la barre lat\xe9rale", - _s16_258 = "Type d'\xe9v\xe9nement", + _s30_38 = "Recherche 1 facture r\xe9currente", + _s37_29 = "Recherche :count factures r\xe9currentes", + _s32_17 = "Montant minimum de sous-paiement", + _s21_123 = "Accepter Sur-paiement", + _s22_96 = "Accepter Sous-paiement", + _s24_72 = "Conciliation non r\xe9ussie", + _s20_108 = "Conciliation r\xe9ussie", + _s18_136 = "Passerelle r\xe9ussie", + _s19_86 = "\xc9chec de passerelle", + _s20_109 = "Erreur de passerelle", + _s24_73 = "File d'envoi de courriel", + _s16_272 = "Num\xe9ro de client", + _s25_63 = "Convertir automatiquement", + _s19_87 = "Nom de l'entreprise", + _s23_58 = "Dernier envoi de rappel", + _s16_273 = "Voir dans Stripe", + _s21_124 = "Appliquer le paiement", + _s21_125 = "Type d'enregistrement", + _s16_274 = "Type de paiement", + _s16_275 = "Cl\xe9 d'entreprise", + _s22_97 = "Factures s\xe9lectionn\xe9es", + _s22_98 = "Paiements s\xe9lectionn\xe9s", + _s20_110 = "T\xe2ches s\xe9lectionn\xe9es", + _s22_99 = "D\xe9penses s\xe9lectionn\xe9es", + _s16_276 = "Factures \xe0 venir", + _s17_165 = "Cr\xe9er une facture", + _s20_111 = "Cr\xe9er un fournisseur", + _s24_74 = "Mettre \xe0 jour la facture", + _s20_112 = "Supprimer la facture", + _s23_59 = "Mettre \xe0 jour le client", + _s19_88 = "Supprimer ce client", + _s21_126 = "Supprimer ce paiement", + _s28_72 = "Mettre \xe0 jour le fournisseur", + _s24_75 = "Mettre \xe0 jour la d\xe9pense", + _s20_113 = "Supprimer la d\xe9pense", + _s22_100 = "Mettre \xe0 jour la t\xe2che", + _s16_277 = "Lors du paiement", + _s26_51 = "Afficher la barre lat\xe9rale", + _s25_64 = "Masquer la barre lat\xe9rale", + _s16_278 = "Type d'\xe9v\xe9nement", _s72_0 = "Veuillez red\xe9marrer l'application lorsque vous serez connect\xe9 \xe0 internet", - _s30_31 = "Les crons doivent \xeatre activ\xe9s", - _s28_66 = "Recherche de :count Webhooks", - _s22_98 = "Recherche de 1 Webhook", + _s30_39 = "Les crons doivent \xeatre activ\xe9s", + _s28_73 = "Recherche de :count Webhooks", + _s22_101 = "Recherche de 1 Webhook", _s33_27 = "Le webhook a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s39_8 = "Le webhook a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s36_23 = "Le webhook a \xe9t\xe9 archiv\xe9 avec succ\xe8s", - _s37_29 = "Le webhook a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s37_30 = "Le webhook a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s35_29 = "Le webhook a \xe9t\xe9 retir\xe9 avec succ\xe8s", - _s37_30 = "Le webhook a \xe9t\xe9 restaur\xe9 avec succ\xe8s", - _s26_49 = "Recherche de :count jetons", - _s20_107 = "Recherche de 1 jeton", + _s37_31 = "Le webhook a \xe9t\xe9 restaur\xe9 avec succ\xe8s", + _s26_52 = "Recherche de :count jetons", + _s20_114 = "Recherche de 1 jeton", _s33_28 = "Le jeton a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s35_30 = "Le jeton a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s46_10 = "Les :value jetons ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s47_9 = "Les :value jetons ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s47_10 = "Les :value jetons ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", - _s24_68 = "Tous les enregistrements", - _s26_50 = "Propri\xe9t\xe9 de l'utilisateur", - _s29_49 = "Utiliser la valeur par d\xe9faut", + _s24_76 = "Tous les enregistrements", + _s26_53 = "Propri\xe9t\xe9 de l'utilisateur", + _s29_55 = "Utiliser la valeur par d\xe9faut", _s40_6 = "Condition de paiement retir\xe9 avec succ\xe8s", _s36_24 = "Basculer vers l'affichage ordinateur", - _s17_154 = "Montant du cr\xe9dit", - _s16_259 = "Afficher le menu", - _s20_108 = "Recherche de cr\xe9dits", - _s25_63 = "Recherche de fournisseurs", - _s25_64 = "Recherche de taux de taxe", - _s23_52 = "Recherche de 1 document", - _s21_116 = "Recherche de 1 design", - _s22_99 = "Recherche de 1 facture", - _s21_117 = "Recherche de 1 client", - _s22_100 = "Recherche de 1 produit", - _s25_65 = "Recherche de 1 soumission", - _s21_118 = "Recherche de 1 cr\xe9dit", - _s26_51 = "Recherche de 1 utilisateur", - _s27_71 = "Recherche de 1 taux de taxe", - _s20_109 = "Recherche de 1 t\xe2che", - _s21_119 = "Recherche de 1 projet", - _s22_101 = "Recherche de 1 d\xe9pense", - _s23_53 = "Recherche de 1 paiement", - _s21_120 = "Recherche de 1 groupe", - _s37_31 = "La facture a \xe9t\xe9 invers\xe9e avec succ\xe8s", + _s17_166 = "Montant du cr\xe9dit", + _s16_279 = "Afficher le menu", + _s20_115 = "Recherche de cr\xe9dits", + _s25_65 = "Recherche de fournisseurs", + _s25_66 = "Recherche de taux de taxe", + _s23_60 = "Recherche de 1 document", + _s21_127 = "Recherche de 1 design", + _s22_102 = "Recherche de 1 facture", + _s21_128 = "Recherche de 1 client", + _s22_103 = "Recherche de 1 produit", + _s25_67 = "Recherche de 1 soumission", + _s21_129 = "Recherche de 1 cr\xe9dit", + _s26_54 = "Recherche de 1 utilisateur", + _s27_76 = "Recherche de 1 taux de taxe", + _s20_116 = "Recherche de 1 t\xe2che", + _s21_130 = "Recherche de 1 projet", + _s22_104 = "Recherche de 1 d\xe9pense", + _s23_61 = "Recherche de 1 paiement", + _s21_131 = "Recherche de 1 groupe", + _s37_32 = "La facture a \xe9t\xe9 invers\xe9e avec succ\xe8s", _s42_14 = "Les factures ont \xe9t\xe9 invers\xe9es avec succ\xe8s", - _s18_126 = "Purger les donn\xe9es", - _s23_54 = "Adresse de l'entreprise", - _s16_260 = "Ajouter un champ", - _s22_102 = ":count facture envoy\xe9e", + _s18_137 = "Purger les donn\xe9es", + _s23_62 = "Adresse de l'entreprise", + _s16_280 = "Ajouter un champ", + _s22_105 = ":count facture envoy\xe9e", _s33_29 = "Recevoir toutes les notifications", - _s19_83 = "Acheter une licence", - _s18_127 = "Activer la licence", - _s19_84 = "Supprimer le compte", - _s32_15 = "Le mod\xe8le a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", + _s19_89 = "Acheter une licence", + _s18_138 = "Activer la licence", + _s19_90 = "Supprimer le compte", + _s32_18 = "Le mod\xe8le a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s38_18 = "Le mod\xe8le a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s35_31 = "Le mod\xe8le a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s36_25 = "Le mod\xe8le a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s34_25 = "Le mod\xe8le a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s36_26 = "Le mod\xe8le a \xe9t\xe9 restaur\xe9 avec succ\xe8s", - _s18_128 = "T\xe2ches r\xe9currentes", - _s16_261 = "\xc9diter le cr\xe9dit", + _s18_139 = "T\xe2ches r\xe9currentes", + _s16_281 = "\xc9diter le cr\xe9dit", _s38_19 = "Le cr\xe9dit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s34_26 = "Le cr\xe9dit a \xe9t\xe9 retir\xe9 avec succ\xe8s", - _s16_262 = "Derni\xe8re version", + _s16_282 = "Derni\xe8re version", _s56_1 = "Une nouvelle version de l'application web est disponible", - _s22_103 = "Mise \xe0 jour disponible", + _s22_106 = "Mise \xe0 jour disponible", _s42_15 = "La mise \xe0 jour a \xe9t\xe9 compl\xe9t\xe9e avec succ\xe8s", - _s20_110 = "URL du Webhook Slack", + _s20_117 = "URL du Webhook Slack", _s36_27 = "Conditions d'utilisation pour cr\xe9dit", - _s21_121 = "Client personnalis\xe9 2", - _s21_122 = "Client personnalis\xe9 3", - _s21_123 = "Client personnalis\xe9 4", - _s26_52 = "Fournisseur personnalis\xe9 1", - _s26_53 = "Fournisseur personnalis\xe9 2", - _s26_54 = "Fournisseur personnalis\xe9 3", - _s26_55 = "Fournisseur personnalis\xe9 4", - _s29_50 = "Derni\xe8re connexion du contact", - _s20_111 = "T\xe9l\xe9phone du contact", - _s18_129 = "R\xe9gion/D\xe9partement", - _s19_85 = "Courriel du contact", - _s18_130 = "S\xe9lection multiple", - _s24_69 = "V\xe9rifier le mot de passe", + _s21_132 = "Client personnalis\xe9 2", + _s21_133 = "Client personnalis\xe9 3", + _s21_134 = "Client personnalis\xe9 4", + _s26_55 = "Fournisseur personnalis\xe9 1", + _s26_56 = "Fournisseur personnalis\xe9 2", + _s26_57 = "Fournisseur personnalis\xe9 3", + _s26_58 = "Fournisseur personnalis\xe9 4", + _s29_56 = "Derni\xe8re connexion du contact", + _s20_118 = "T\xe9l\xe9phone du contact", + _s18_140 = "R\xe9gion/D\xe9partement", + _s19_91 = "Courriel du contact", + _s18_141 = "S\xe9lection multiple", + _s24_77 = "V\xe9rifier le mot de passe", _s78_ = "Veuillez inclure la description et le co\xfbt dans la liste d\xe9roulante du produit", - _s31_27 = "Ajuster le pourcentage de frais", - _s41_9 = "Ajuster le frais de pourcentage au compte", + _s31_30 = "Ajuster le pourcentage de frais", + _s41_10 = "Ajuster le frais de pourcentage au compte", _s33_30 = "Tableau de bord du portail client", - _s17_155 = "G\xe9n\xe9rer un nombre", - _s18_131 = "Historique lat\xe9ral", - _s20_112 = "Premier personnalis\xe9", - _s19_86 = "Second personnalis\xe9", - _s22_104 = "Troisi\xe8me personnalis\xe9", - _s19_87 = "Quantit\xe9 par d\xe9faut", - _s17_156 = "Deux taux de taxe", - _s23_55 = "Taux de taxe par d\xe9faut", - _s31_28 = "Veuillez s\xe9lectionner un client", - _s27_72 = "Couleur de mise en \xe9vidence", - _s16_263 = "Liste d\xe9roulante", - _s18_132 = "Num\xe9ro de paiement", - _s28_67 = "Apr\xe8s la date de facturation", - _s16_264 = "Paiement partiel", - _s22_105 = "Filtr\xe9 par utilisateur", - _s24_70 = "Gestion des utilisateurs", - _s18_133 = "Nouvel utilisateur", - _s20_113 = "\xc9diter l'utilisateur", - _s19_88 = "Param\xe8tres g\xe9n\xe9raux", - _s24_71 = 'Masquer "Pay\xe9 \xe0 ce jour"', - _s18_134 = "Documents int\xe9gr\xe9s", - _s18_135 = "Couleur principale", - _s18_136 = "Couleur secondaire", - _s16_265 = "Taille de police", - _s17_157 = "Champs de facture", - _s25_66 = "Conditions de facturation", - _s29_51 = "Param\xe8tres de flux de travail", - _s23_56 = "Prochaine remise \xe0 z\xe9ro", - _s17_158 = "Pr\xe9fixe r\xe9current", - _s23_57 = "Marge interne du nombre", - _s19_89 = "Valeur de compagnie", - _s18_137 = "Compteur de nombre", - _s16_266 = "Mod\xe8le de nombre", - _s16_267 = "CSS personnalis\xe9", - _s23_58 = "JavaScript personnalis\xe9", - _s19_90 = "Afficher sur le PDF", + _s17_167 = "G\xe9n\xe9rer un nombre", + _s18_142 = "Historique lat\xe9ral", + _s20_119 = "Premier personnalis\xe9", + _s19_92 = "Second personnalis\xe9", + _s22_107 = "Troisi\xe8me personnalis\xe9", + _s19_93 = "Quantit\xe9 par d\xe9faut", + _s17_168 = "Deux taux de taxe", + _s23_63 = "Taux de taxe par d\xe9faut", + _s31_31 = "Veuillez s\xe9lectionner un client", + _s27_77 = "Couleur de mise en \xe9vidence", + _s16_283 = "Liste d\xe9roulante", + _s18_143 = "Num\xe9ro de paiement", + _s28_74 = "Apr\xe8s la date de facturation", + _s16_284 = "Paiement partiel", + _s22_108 = "Filtr\xe9 par utilisateur", + _s24_78 = "Gestion des utilisateurs", + _s18_144 = "Nouvel utilisateur", + _s20_120 = "\xc9diter l'utilisateur", + _s19_94 = "Param\xe8tres g\xe9n\xe9raux", + _s24_79 = 'Masquer "Pay\xe9 \xe0 ce jour"', + _s18_145 = "Documents int\xe9gr\xe9s", + _s18_146 = "Couleur principale", + _s18_147 = "Couleur secondaire", + _s16_285 = "Taille de police", + _s17_169 = "Champs de facture", + _s25_68 = "Conditions de facturation", + _s29_57 = "Param\xe8tres de flux de travail", + _s23_64 = "Prochaine remise \xe0 z\xe9ro", + _s17_170 = "Pr\xe9fixe r\xe9current", + _s23_65 = "Marge interne du nombre", + _s19_95 = "Valeur de compagnie", + _s18_148 = "Compteur de nombre", + _s16_286 = "Mod\xe8le de nombre", + _s16_287 = "CSS personnalis\xe9", + _s23_66 = "JavaScript personnalis\xe9", + _s19_96 = "Afficher sur le PDF", _s48_3 = "Case \xe0 cocher pour les conditions de facturation", - _s20_114 = "Signature de facture", + _s20_121 = "Signature de facture", _s42_16 = "Prot\xe9ger les factures avec un mot de passe", - _s18_138 = "Mod\xe8le de courriel", - _s17_159 = "Virement bancaire", - _s17_160 = "Montant des frais", - _s21_124 = "Pourcentage des frais", - _s16_268 = "Limite des frais", - _s26_56 = "Logos des cartes accept\xe9es", - _s20_115 = "Nouveau taux de taxe", - _s22_106 = "\xc9diter le taux de taxe", + _s18_149 = "Mod\xe8le de courriel", + _s17_171 = "Virement bancaire", + _s17_172 = "Montant des frais", + _s21_135 = "Pourcentage des frais", + _s16_288 = "Limite des frais", + _s26_59 = "Logos des cartes accept\xe9es", + _s20_122 = "Nouveau taux de taxe", + _s22_109 = "\xc9diter le taux de taxe", _s42_17 = "Le taux de taxe a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s42_18 = "Le taux de taxe a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s65_1 = "La mise \xe0 jour d'une facture entra\xeene la mise \xe0 jour des produits", - _s22_107 = "Convertir les produits", - _s22_108 = "Passerelle de paiement", - _s19_91 = "Nouvelle passerelle", - _s20_116 = "\xc9diter la passerelle", - _s37_32 = "La passerelle a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", + _s22_110 = "Convertir les produits", + _s22_111 = "Passerelle de paiement", + _s19_97 = "Nouvelle passerelle", + _s20_123 = "\xc9diter la passerelle", + _s37_33 = "La passerelle a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s43_5 = "La passerelle a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s40_7 = "La passerelle a \xe9t\xe9 archiv\xe9e avec succ\xe8s", - _s41_10 = "La passerelle a \xe9t\xe9 supprim\xe9e avec succ\xe8s", - _s41_11 = "La passerelle a \xe9t\xe9 restaur\xe9e avec succ\xe8s", - _s16_269 = "Format de devise", - _s23_59 = "Premier mois de l'ann\xe9e", - _s17_161 = "Format date/heure", - _s19_92 = "Envoyer des rappels", - _s18_139 = "Filtrer par projet", - _s18_140 = "Filtrer par groupe", - _s16_270 = "\xc9diter le groupe", - _s32_16 = "Le groupe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", + _s41_11 = "La passerelle a \xe9t\xe9 supprim\xe9e avec succ\xe8s", + _s41_12 = "La passerelle a \xe9t\xe9 restaur\xe9e avec succ\xe8s", + _s16_289 = "Format de devise", + _s23_67 = "Premier mois de l'ann\xe9e", + _s17_173 = "Format date/heure", + _s19_98 = "Envoyer des rappels", + _s18_150 = "Filtrer par projet", + _s18_151 = "Filtrer par groupe", + _s16_290 = "\xc9diter le groupe", + _s32_19 = "Le groupe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s38_20 = "Le groupe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s35_32 = "Le groupe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s36_28 = "Le groupe a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s36_29 = "Le groupe a \xe9t\xe9 restaur\xe9 avec succ\xe8s", - _s24_72 = "Param\xe8tres de l'appareil", - _s18_141 = "Param\xe8tres de base", - _s18_142 = "Param\xe8tres avanc\xe9s", - _s18_143 = "Paiements en ligne", - _s20_117 = "Champs personnalis\xe9s", - _s26_57 = "Boutons Achetez maintenant", - _s27_73 = "Cartes de cr\xe9dit et banques", - _s25_67 = "Visualisation des donn\xe9es", - _s23_60 = "Inscription avec Google", - _s17_162 = "Abonnement annuel", - _s22_109 = "Veuillez entrer un nom", - _s24_73 = "Conditions d'utilisation", - _s28_68 = "Politique de confidentialit\xe9", - _s32_17 = "Aucun enregistrement s\xe9lectionn\xe9", + _s24_80 = "Param\xe8tres de l'appareil", + _s18_152 = "Param\xe8tres de base", + _s18_153 = "Param\xe8tres avanc\xe9s", + _s18_154 = "Paiements en ligne", + _s20_124 = "Champs personnalis\xe9s", + _s26_60 = "Boutons Achetez maintenant", + _s27_78 = "Cartes de cr\xe9dit et banques", + _s25_69 = "Visualisation des donn\xe9es", + _s23_68 = "Inscription avec Google", + _s17_174 = "Abonnement annuel", + _s22_112 = "Veuillez entrer un nom", + _s24_81 = "Conditions d'utilisation", + _s28_75 = "Politique de confidentialit\xe9", + _s32_20 = "Aucun enregistrement s\xe9lectionn\xe9", _s38_21 = "Le document a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s38_22 = "Le document a \xe9t\xe9 restaur\xe9 avec succ\xe8s", - _s18_144 = "Date de la d\xe9pense", - _s19_93 = "Nouveau fournisseur", - _s18_145 = "Copier facturation", - _s16_271 = "Heures budg\xe9t\xe9es", - _s32_18 = "Le projet a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", + _s18_155 = "Date de la d\xe9pense", + _s19_99 = "Nouveau fournisseur", + _s18_156 = "Copier facturation", + _s16_291 = "Heures budg\xe9t\xe9es", + _s32_21 = "Le projet a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s39_9 = "Le projet a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s35_33 = "Le projet a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s36_30 = "Le projet a \xe9t\xe9 supprim\xe9 avec succ\xe8s", - _s27_74 = "Si vous appr\xe9ciez, merci de", + _s27_79 = "Si vous appr\xe9ciez, merci de", _s49_2 = "Veuillez vous connecter pour changer ce param\xe8tre", - _s23_61 = "Veuillez vous connecter", - _s21_125 = "Connexion biom\xe9trique", - _s21_126 = "Connexion avec Google", - _s19_94 = "Intervalle de dates", - _s18_146 = "P\xe9riode pr\xe9c\xe9dente", - _s16_272 = "Ann\xe9e pr\xe9c\xe9dente", - _s16_273 = "7 derniers jours", - _s17_163 = "30 derniers jours", - _s19_95 = "Modifier la facture", - _s21_127 = "\xc9diter le fournisseur", - _s22_110 = "Adresse de facturation", - _s24_74 = ":count factures envoy\xe9es", + _s23_69 = "Veuillez vous connecter", + _s21_136 = "Connexion biom\xe9trique", + _s21_137 = "Connexion avec Google", + _s19_100 = "Intervalle de dates", + _s18_157 = "P\xe9riode pr\xe9c\xe9dente", + _s16_292 = "Ann\xe9e pr\xe9c\xe9dente", + _s16_293 = "7 derniers jours", + _s17_175 = "30 derniers jours", + _s19_101 = "Modifier la facture", + _s21_138 = "\xc9diter le fournisseur", + _s22_113 = "Adresse de facturation", + _s24_82 = ":count factures envoy\xe9es", _s35_34 = ":value a \xe9t\xe9 copi\xe9 au presse-papier", - _s20_118 = "Lancement impossible", - _s18_147 = "Ajouter un contact", - _s37_33 = "Le produit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s20_125 = "Lancement impossible", + _s18_158 = "Ajouter un contact", + _s37_34 = "Le produit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s36_31 = ":count produits archiv\xe9s avec succ\xe8s", _s35_35 = ":count clients archiv\xe9s avec succ\xe8s", - _s16_274 = "Nouvelle facture", + _s16_294 = "Nouvelle facture", _s38_23 = ":count factures supprim\xe9es avec succ\xe8s", - _s18_148 = "Notes personnelles", + _s18_159 = "Notes personnelles", _s35_36 = "Cliquez sur + pour ajouter du temps", - _s20_119 = "Marquer comme envoy\xe9", - _s16_275 = "Date du paiement", - _s16_276 = "\xc9tat du paiement", - _s23_62 = "Partiellement rembours\xe9", - _s16_277 = "Courriel initial", - _s16_278 = "Troisi\xe8me rappel", - _s30_32 = ":user a cr\xe9\xe9 le client :client", + _s20_126 = "Marquer comme envoy\xe9", + _s16_295 = "Date du paiement", + _s16_296 = "\xc9tat du paiement", + _s23_70 = "Partiellement rembours\xe9", + _s16_297 = "Courriel initial", + _s16_298 = "Troisi\xe8me rappel", + _s30_40 = ":user a cr\xe9\xe9 le client :client", _s33_31 = ":user a archiv\xe9 le client :client", _s34_27 = ":user a supprim\xe9 le client :client", - _s32_19 = ":user a cr\xe9\xe9 la facture :invoice", + _s32_22 = ":user a cr\xe9\xe9 la facture :invoice", _s38_24 = ":user a mis \xe0 jour la facture :invoice", _s35_37 = ":user a archiv\xe9 la facture :invoice", _s36_32 = ":user a supprim\xe9 la facture :invoice", @@ -513018,24 +528838,24 @@ _s34_28 = ":user a supprim\xe9 le cr\xe9dit :credit", _s36_34 = ":user a restaur\xe9 la facture :invoice", _s34_29 = ":user a restaur\xe9 le client :client", - _s37_34 = ":user a restaur\xe9 le paiement :payment", + _s37_35 = ":user a restaur\xe9 le paiement :payment", _s34_30 = ":user a restaur\xe9 le cr\xe9dit :credit", _s35_38 = ":user a cr\xe9\xe9 le fournisseur :vendor", _s38_25 = ":user a archiv\xe9 le fournisseur :vendor", _s39_10 = ":user a supprim\xe9 le fournisseur :vendor", _s39_11 = ":user a restaur\xe9 le fournisseur :vendor", - _s32_20 = ":user a cr\xe9\xe9 la d\xe9pense :expense", + _s32_23 = ":user a cr\xe9\xe9 la d\xe9pense :expense", _s35_39 = ":user a archiv\xe9 la d\xe9pense :expense", _s36_35 = ":user a supprim\xe9 la d\xe9pense :expense", _s36_36 = ":user a restaur\xe9 la d\xe9pense :expense", _s50_11 = "Le paiement de :payment_amount a \xe9chou\xe9 (:payment)", - _s27_75 = ":user a cr\xe9\xe9 la t\xe2che :task", + _s27_80 = ":user a cr\xe9\xe9 la t\xe2che :task", _s33_33 = ":user a mis \xe0 jour la t\xe2che :task", - _s30_33 = ":user a archiv\xe9 la t\xe2che :task", - _s31_29 = ":user a supprim\xe9 la t\xe2che :task", - _s31_30 = ":user a restaur\xe9 la t\xe2che :task", + _s30_41 = ":user a archiv\xe9 la t\xe2che :task", + _s31_32 = ":user a supprim\xe9 la t\xe2che :task", + _s31_33 = ":user a restaur\xe9 la t\xe2che :task", _s38_26 = ":user a mis \xe0 jour la d\xe9pense :expense", - _s32_21 = ":user a cr\xe9\xe9 l'utilisateur :user", + _s32_24 = ":user a cr\xe9\xe9 l'utilisateur :user", _s38_27 = ":user a mis \xe0 jour l'utilisateur :user", _s35_40 = ":user a archiv\xe9 l'utilisateur :user", _s36_37 = ":user a supprim\xe9 l'utilisateur :user", @@ -513043,440 +528863,446 @@ _s48_4 = ":user a marqu\xe9 la facture :invoice comme envoy\xe9e", _s35_41 = ":user a invers\xe9 la facture :invoice", _s34_31 = ":user a annul\xe9 la facture :invoice", - _s27_76 = "Mot de passe \xe0 usage unique", + _s27_81 = "Mot de passe \xe0 usage unique", _s34_32 = "Multis\xe9lection par pression longue", - _s22_111 = "Valeur personnalis\xe9e 3", - _s22_112 = "Valeur personnalis\xe9e 4", - _s30_34 = "Style de courriel personnalis\xe9", + _s22_114 = "Valeur personnalis\xe9e 3", + _s22_115 = "Valeur personnalis\xe9e 4", + _s30_42 = "Style de courriel personnalis\xe9", _s39_12 = "Message personnalis\xe9 du tableau de bord", - _s24_75 = "Verrouiller les factures", - _s29_52 = "Compteur du num\xe9ro de facture", - _s26_58 = "Mod\xe8le de num\xe9ro de cr\xe9dit", - _s28_69 = "Mod\xe8le de compteur de cr\xe9dit", + _s24_83 = "Verrouiller les factures", + _s29_58 = "Compteur du num\xe9ro de facture", + _s26_61 = "Mod\xe8le de num\xe9ro de cr\xe9dit", + _s28_76 = "Mod\xe8le de compteur de cr\xe9dit", _s33_34 = "Remise \xe0 z\xe9ro du compteur de date", - _s22_113 = "Espacement du compteur", - _s22_114 = "App / bureau du client", - _s21_128 = "Montant de la facture", - _s23_63 = "Facturation automatique", - _s20_120 = "Ville du fournisseur", - _s19_96 = "Pays du fournisseur", - _s19_97 = "Montant du paiement", - _s16_279 = "Journal de temps", - _s20_121 = "Cat\xe9gorie de d\xe9pense", - _s17_164 = "ID de transaction", - _s27_77 = "Partiellement non-appliqu\xe9e", - _s18_149 = "Soumission expir\xe9e", - _s20_122 = "Courriel de paiement", - _s23_64 = "Facture personnalis\xe9e 2", - _s23_65 = "Facture personnalis\xe9e 3", - _s23_66 = "Facture personnalis\xe9e 4", - _s25_68 = "Surcharge personnalis\xe9e 1", - _s25_69 = "Surcharge personnalis\xe9e 2", - _s25_70 = "Surcharge personnalis\xe9e 3", - _s25_71 = "Surcharge personnalis\xe9e 4", - _s17_165 = "Valeur par d\xe9faut", + _s22_116 = "Espacement du compteur", + _s22_117 = "App / bureau du client", + _s21_139 = "Montant de la facture", + _s23_71 = "Facturation automatique", + _s20_127 = "Ville du fournisseur", + _s19_102 = "Pays du fournisseur", + _s19_103 = "Montant du paiement", + _s16_299 = "Journal de temps", + _s20_128 = "Cat\xe9gorie de d\xe9pense", + _s17_176 = "ID de transaction", + _s27_82 = "Partiellement non-appliqu\xe9e", + _s18_160 = "Soumission expir\xe9e", + _s20_129 = "Courriel de paiement", + _s23_72 = "Facture personnalis\xe9e 2", + _s23_73 = "Facture personnalis\xe9e 3", + _s23_74 = "Facture personnalis\xe9e 4", + _s25_70 = "Surcharge personnalis\xe9e 1", + _s25_71 = "Surcharge personnalis\xe9e 2", + _s25_72 = "Surcharge personnalis\xe9e 3", + _s25_73 = "Surcharge personnalis\xe9e 4", + _s17_177 = "Valeur par d\xe9faut", _s50_12 = "La facture a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s56_2 = "Les factures ont \xe9t\xe9 marqu\xe9es comme envoy\xe9es avec succ\xe8s", - _s20_123 = "Inscrire un paiement", - _s26_59 = "Mod\xe8le du num\xe9ro de cr\xe9dit", - _s28_70 = "Compteur du num\xe9ro de cr\xe9dit", - _s18_150 = "Gewinn und Verlust", - _s16_280 = "Angebot annehmen", - _s30_35 = "Wiederkehrende Ausgaben suchen", - _s16_281 = "Kanban ausw\xe4hlen", - _s18_151 = "Rechnung in Verzug", - _s19_98 = "Standard-Steuersatz", - _s20_124 = "Belegposition Steuer", - _s16_282 = "F\xe4lligkeitsdatum", - _s23_67 = "Zahlungsanbieter Fehler", - _s24_76 = "Automatisch konvertieren", - _s41_12 = "Guthaben erfolgreich per E-Mail versendet", - _s19_99 = "Teilweise erstattet", - _s19_100 = "Benutzerdefiniert 3", - _s30_36 = "Benutzerdefinierter Zuschlag 1", - _s30_37 = "Benutzerdefinierter Zuschlag 2", - _s30_38 = "Benutzerdefinierter Zuschlag 3", - _s30_39 = "Benutzerdefinierter Zuschlag 4", - _s29_53 = "Bitte w\xe4hlen Sie einen Kunden", - _s24_77 = "Allgemeine Einstellungen", + _s20_130 = "Inscrire un paiement", + _s26_62 = "Mod\xe8le du num\xe9ro de cr\xe9dit", + _s28_77 = "Compteur du num\xe9ro de cr\xe9dit", + _s21_140 = "Kreditkarten & Banken", + _s18_161 = "Gewinn und Verlust", + _s16_300 = "Angebot annehmen", + _s30_43 = "Wiederkehrende Ausgaben suchen", + _s16_301 = "Kanban ausw\xe4hlen", + _s18_162 = "Rechnung in Verzug", + _s19_104 = "Standard-Steuersatz", + _s20_131 = "Belegposition Steuer", + _s16_302 = "F\xe4lligkeitsdatum", + _s23_75 = "Zahlungsanbieter Fehler", + _s24_84 = "Automatisch konvertieren", + _s41_13 = "Guthaben erfolgreich per E-Mail versendet", + _s19_105 = "Teilweise erstattet", + _s19_106 = "Benutzerdefiniert 3", + _s30_44 = "Benutzerdefinierter Zuschlag 1", + _s30_45 = "Benutzerdefinierter Zuschlag 2", + _s30_46 = "Benutzerdefinierter Zuschlag 3", + _s30_47 = "Benutzerdefinierter Zuschlag 4", + _s29_59 = "Bitte w\xe4hlen Sie einen Kunden", + _s24_85 = "Allgemeine Einstellungen", _s55_2 = 'Die Rechnung wurde erfolgreich als "versendet" markiert', - _s16_283 = "Erste Erinnerung", - _s17_166 = "Zweite Erinnerung", - _s17_167 = "Dritte Erinnerung", - _s16_284 = "Zahlung eingeben", + _s16_303 = "Erste Erinnerung", + _s17_178 = "Zweite Erinnerung", + _s17_179 = "Dritte Erinnerung", + _s16_304 = "Zahlung eingeben", _s34_33 = ":contact schaute Angebot :quote an", - _s24_78 = "Benutzerdefinierten Wert", - _s23_68 = "Gutschriftnummernz\xe4hler", - _s25_72 = "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae project", - _s17_168 = "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", - _s22_115 = "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039f\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7\u03c2", - _s18_152 = "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", - _s18_153 = "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s16_285 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", - _s18_154 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", - _s16_286 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", - _s26_60 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 1", - _s26_61 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 2", - _s26_62 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 3", - _s26_63 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 4", - _s18_155 = "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", - _s24_79 = "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", - _s19_101 = "24\u03c9\u03c1\u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u038f\u03c1\u03b1\u03c2", - _s19_102 = "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", + _s24_86 = "Benutzerdefinierten Wert", + _s23_76 = "Gutschriftnummernz\xe4hler", + _s28_78 = "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ad\u03c2 \u039a\u03ac\u03c1\u03c4\u03b5\u03c2 & \u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b5\u03c2", + _s25_74 = "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae project", + _s17_180 = "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", + _s22_118 = "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039f\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7\u03c2", + _s18_163 = "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", + _s18_164 = "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s16_305 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", + _s18_165 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", + _s16_306 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", + _s26_63 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 1", + _s26_64 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 2", + _s26_65 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 3", + _s26_66 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03cd\u03be\u03b7\u03c3\u03b7 4", + _s18_166 = "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", + _s24_87 = "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", + _s19_107 = "24\u03c9\u03c1\u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u038f\u03c1\u03b1\u03c2", + _s19_108 = "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", _s42_19 = "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", _s42_20 = "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1", - _s16_287 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s18_156 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s16_288 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s18_157 = "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", - _s41_13 = "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", - _s18_158 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae", - _s27_78 = "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ce\u03bd", - _s16_289 = "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 2", - _s30_40 = "Cliente eliminato con successo", - _s18_159 = "Fattura in ritardo", - _s18_160 = "Preventivo scaduto", - _s17_169 = "Tipo di Pagamento", - _s19_103 = "Aggiorna Preventivo", - _s25_73 = "Promemoria senza scadenza", - _s20_125 = "Termini di pagamento", - _s23_69 = "Parzialmente rimborsato", - _s24_80 = "Imposta personalizzata 1", - _s24_81 = "Imposta personalizzata 2", - _s24_82 = "Imposta personalizzata 3", - _s24_83 = "Imposta personalizzata 4", - _s16_290 = "Aliquote Fiscali", - _s18_161 = "Pagamento parziale", - _s28_71 = "Si prega di inserire un nome", - _s17_170 = "Parziale/Deposito", + _s16_307 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s18_167 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s16_308 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s18_168 = "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", + _s41_14 = "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", + _s18_169 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae", + _s27_83 = "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ce\u03bd", + _s16_309 = "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 2", + _s21_141 = "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + _s27_84 = "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e1\u05d5\u05de\u05e0\u05d4 \u05db\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + _s28_79 = "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e1\u05d5\u05de\u05e0\u05d5 \u05db\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + _s30_48 = "Cliente eliminato con successo", + _s18_170 = "Fattura in ritardo", + _s18_171 = "Preventivo scaduto", + _s17_181 = "Tipo di Pagamento", + _s19_109 = "Aggiorna Preventivo", + _s25_75 = "Promemoria senza scadenza", + _s20_132 = "Termini di pagamento", + _s23_77 = "Parzialmente rimborsato", + _s24_88 = "Imposta personalizzata 1", + _s24_89 = "Imposta personalizzata 2", + _s24_90 = "Imposta personalizzata 3", + _s24_91 = "Imposta personalizzata 4", + _s16_310 = "Aliquote Fiscali", + _s18_172 = "Pagamento parziale", + _s28_80 = "Si prega di inserire un nome", + _s17_182 = "Parziale/Deposito", _s48_5 = "Fattura contrassegnata con successo come inviata", _s48_6 = "Fatture contrassegnate con successo come inviate", - _s23_70 = "Fatturazione automatica", + _s23_78 = "Fatturazione automatica", _s39_13 = ":user ha cancellato la fattura :invoice", _s36_39 = ":user ha creato il preventivo :quote", - _s21_129 = "Valore Personalizzato", - _s22_116 = "Formato numero crediti", - _s24_84 = "Contatore numero credito", - _s32_22 = ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", - _s25_74 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", - _s29_54 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", - _s17_171 = "\u041f\u043e\u0434\u0435\u0441\u0435\u043d\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442", - _s23_71 = "Tilbud sendt som e-post", - _s17_172 = "Tredje P\xe5minnelse", - _s17_173 = "Faktura zap\u0142acona", - _s28_72 = "Szukaj wydatk\xf3w odnawialnych", - _s18_162 = "Strona internetowa", - _s30_41 = "Wydatki zosta\u0142y zarchiwizowane", - _s24_85 = "Wydatki zosta\u0142y usuni\u0119te", - _s22_117 = "Pierwsze przypomnienie", - _s29_55 = "Visualizar despesa # :expense", - _s17_174 = "Nome do Remetente", - _s18_163 = "Despesa Recorrente", - _s20_126 = "Despesas Recorrentes", - _s23_72 = "Nova Despesa Recorrente", - _s25_75 = "Editar Despesa Recorrente", - _s37_35 = "Despesa recorrente criada com sucesso", - _s41_14 = "Despesa recorrente atualizada com sucesso", + _s21_142 = "Valore Personalizzato", + _s22_119 = "Formato numero crediti", + _s24_92 = "Contatore numero credito", + _s32_25 = ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", + _s25_76 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", + _s29_60 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", + _s17_183 = "\u041f\u043e\u0434\u0435\u0441\u0435\u043d\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442", + _s23_79 = "Tilbud sendt som e-post", + _s17_184 = "Tredje P\xe5minnelse", + _s17_185 = "Faktura zap\u0142acona", + _s28_81 = "Szukaj wydatk\xf3w odnawialnych", + _s18_173 = "Strona internetowa", + _s30_49 = "Wydatki zosta\u0142y zarchiwizowane", + _s24_93 = "Wydatki zosta\u0142y usuni\u0119te", + _s22_120 = "Pierwsze przypomnienie", + _s27_85 = "Cart\xf5es de Cr\xe9dito & Bancos", + _s29_61 = "Visualizar despesa # :expense", + _s17_186 = "Nome do Remetente", + _s18_174 = "Despesa Recorrente", + _s20_133 = "Despesas Recorrentes", + _s23_80 = "Nova Despesa Recorrente", + _s25_77 = "Editar Despesa Recorrente", + _s37_36 = "Despesa recorrente criada com sucesso", + _s41_15 = "Despesa recorrente atualizada com sucesso", _s40_8 = "Despesa recorrente arquivada com sucesso", - _s28_73 = "Projeto exclu\xeddo com sucesso", - _s41_15 = "Despesa recorrente restaurada com sucesso", - _s18_164 = "\xdaltima Atualiza\xe7\xe3o", - _s21_130 = "Pagamento Reembolsado", - _s19_104 = "\xdaltimo Quadrimestre", - _s19_105 = "Eventos com Suporte", - _s18_165 = "Vencimento Parcial", - _s18_166 = "Total do Or\xe7amento", - _s25_76 = "Mostrar Tabela de Tarefas", - _s22_118 = "Categorias de Despesas", - _s26_64 = "Nova Categoria de Despesas", - _s18_167 = "For\xe7ar atualiza\xe7\xe3o", - _s31_31 = "Acompanhe se a despesa foi paga", - _s29_56 = "Tornar os documentos vis\xedveis", - _s25_77 = "Defina uma taxa de c\xe2mbio", - _s26_65 = "Configura\xe7\xf5es das despesas", - _s17_175 = "Cart\xe3o de captura", + _s28_82 = "Projeto exclu\xeddo com sucesso", + _s41_16 = "Despesa recorrente restaurada com sucesso", + _s18_175 = "\xdaltima Atualiza\xe7\xe3o", + _s21_143 = "Pagamento Reembolsado", + _s19_110 = "\xdaltimo Quadrimestre", + _s19_111 = "Eventos com Suporte", + _s18_176 = "Vencimento Parcial", + _s18_177 = "Total do Or\xe7amento", + _s25_78 = "Mostrar Tabela de Tarefas", + _s22_121 = "Categorias de Despesas", + _s26_67 = "Nova Categoria de Despesas", + _s18_178 = "For\xe7ar atualiza\xe7\xe3o", + _s31_34 = "Acompanhe se a despesa foi paga", + _s29_62 = "Tornar os documentos vis\xedveis", + _s25_79 = "Defina uma taxa de c\xe2mbio", + _s26_68 = "Configura\xe7\xf5es das despesas", + _s17_187 = "Cart\xe3o de captura", _s42_21 = "Fatura recorrente interrompida com sucesso", _s38_28 = "Fatura recorrente iniciada com sucesso", _s38_29 = "Fatura recorrente retomada com sucesso", - _s19_106 = "Primeiro dia do M\xeas", - _s17_176 = "\xdaltimo dia do M\xeas", - _s21_131 = "Pr\xf3xima data de envio", - _s16_291 = "Ciclos Restantes", - _s24_86 = "Editar Fatura Recorrente", + _s19_112 = "Primeiro dia do M\xeas", + _s17_188 = "\xdaltimo dia do M\xeas", + _s21_144 = "Pr\xf3xima data de envio", + _s16_311 = "Ciclos Restantes", + _s24_94 = "Editar Fatura Recorrente", _s36_40 = "Fatura recorrente criada com sucesso", _s40_9 = "Fatura recorrente atualizada com sucesso", _s38_30 = "Fatura recorrente removida com sucesso", - _s30_42 = "Encontrado 1 Fatura recorrente", - _s37_36 = "Encontrado :count Faturas recorrentes", - _s30_43 = "Faturamento Autom\xe1tico Ativado", - _s32_23 = "Valor m\xednimo abaixo do pagamento", - _s29_57 = "Permitir pagamento em excesso", - _s24_87 = "Permitir pagamento menor", - _s17_177 = "Sucesso do Portal", - _s26_66 = "Fila de Repeti\xe7\xe3o de Email", - _s26_67 = "Bem-vindo ao Invoice Ninja", - _s18_168 = "Lembrete 1 Enviado", - _s18_169 = "Lembrete 2 Enviado", - _s18_170 = "Lembrete 3 Enviado", - _s23_73 = "\xdaltimo Lembrete Enviado", - _s23_74 = "P\xe1gina: atual de: total", + _s30_50 = "Encontrado 1 Fatura recorrente", + _s37_37 = "Encontrado :count Faturas recorrentes", + _s30_51 = "Faturamento Autom\xe1tico Ativado", + _s32_26 = "Valor m\xednimo abaixo do pagamento", + _s29_63 = "Permitir pagamento em excesso", + _s24_95 = "Permitir pagamento menor", + _s17_189 = "Sucesso do Portal", + _s26_69 = "Fila de Repeti\xe7\xe3o de Email", + _s26_70 = "Bem-vindo ao Invoice Ninja", + _s18_179 = "Lembrete 1 Enviado", + _s18_180 = "Lembrete 2 Enviado", + _s18_181 = "Lembrete 3 Enviado", + _s23_81 = "\xdaltimo Lembrete Enviado", + _s23_82 = "P\xe1gina: atual de: total", _s40_10 = "Cr\xe9ditos enviados por e-mail com sucesso", - _s17_178 = "Aplicar Pagamento", - _s24_88 = "Etiquetas Personalizadas", - _s16_292 = "Tipo de Registro", - _s17_179 = "Tipo de Pagamento", - _s16_293 = "Chave da Empresa", - _s25_78 = "Email de pagamento manual", - _s24_89 = "Configura\xe7\xf5es do cliente", - _s20_127 = "Faturas Selecionadas", - _s23_75 = "Pagamentos Selecionados", - _s20_128 = "Tarefas Selecionadas", - _s21_132 = "Despesas Selecionadas", - _s19_107 = "Pagamentos Recentes", - _s19_108 = "Pr\xf3ximos Or\xe7amentos", - _s20_129 = "Or\xe7amentos Expirados", - _s16_294 = "Criar fornecedor", - _s17_180 = "Atualizar Cliente", - _s17_181 = "Atualizar Despesa", - _s16_295 = "Atualizar Tarefa", - _s21_133 = "Ocultar Barra Lateral", - _s26_68 = "Pesquisar: contar Webhooks", - _s19_109 = "Pesquisar 1 Webhook", - _s26_69 = "Webhook Criada com Sucesso", - _s30_44 = "Webhook Atualizada com Sucesso", - _s29_58 = "Webhook Arquivada com Sucesso", - _s28_74 = "Webhook Removida com Sucesso", - _s30_45 = "Webhook Restaurada com Sucesso", - _s24_90 = "Pesquisar: contar Tokens", - _s17_182 = "Pesquisar 1 Token", - _s26_70 = "Token Removido com Sucesso", - _s28_75 = "Token Restaurado com Sucesso", - _s25_79 = "Personalizar & Visualizar", - _s16_296 = "Cr\xe9dito Restante", - _s17_183 = "Lembrete cont\xednuo", + _s17_190 = "Aplicar Pagamento", + _s24_96 = "Etiquetas Personalizadas", + _s16_312 = "Tipo de Registro", + _s17_191 = "Tipo de Pagamento", + _s16_313 = "Chave da Empresa", + _s25_80 = "Email de pagamento manual", + _s24_97 = "Configura\xe7\xf5es do cliente", + _s20_134 = "Faturas Selecionadas", + _s23_83 = "Pagamentos Selecionados", + _s20_135 = "Tarefas Selecionadas", + _s21_145 = "Despesas Selecionadas", + _s19_113 = "Pagamentos Recentes", + _s19_114 = "Pr\xf3ximos Or\xe7amentos", + _s20_136 = "Or\xe7amentos Expirados", + _s16_314 = "Criar fornecedor", + _s17_192 = "Atualizar Cliente", + _s17_193 = "Atualizar Despesa", + _s16_315 = "Atualizar Tarefa", + _s21_146 = "Ocultar Barra Lateral", + _s26_71 = "Pesquisar: contar Webhooks", + _s19_115 = "Pesquisar 1 Webhook", + _s26_72 = "Webhook Criada com Sucesso", + _s30_52 = "Webhook Atualizada com Sucesso", + _s29_64 = "Webhook Arquivada com Sucesso", + _s28_83 = "Webhook Removida com Sucesso", + _s30_53 = "Webhook Restaurada com Sucesso", + _s24_98 = "Pesquisar: contar Tokens", + _s17_194 = "Pesquisar 1 Token", + _s26_73 = "Token Removido com Sucesso", + _s28_84 = "Token Restaurado com Sucesso", + _s25_81 = "Personalizar & Visualizar", + _s16_316 = "Cr\xe9dito Restante", + _s17_195 = "Lembrete cont\xednuo", _s36_41 = "Configurar as condi\xe7\xf5es de pagamento", - _s21_134 = "Condi\xe7\xe3o de Pagamento", - _s26_71 = "Novo Condi\xe7\xe3o de Pagamento", + _s21_147 = "Condi\xe7\xe3o de Pagamento", + _s26_74 = "Novo Condi\xe7\xe3o de Pagamento", _s42_22 = "Condi\xe7\xe3o de pagamento removida com sucesso", _s44_7 = "Condi\xe7\xe3o de pagamento restaurado com sucesso", - _s16_297 = "Entrar com email", - _s26_72 = "Mudar para o layout m\xf3vel?", - _s24_91 = "Parcialmente Reembolsado", - _s20_130 = "Pesquisar Documentos", - _s18_171 = "Pesquisar Clientes", - _s18_172 = "Pesquisar Produtos", - _s18_173 = "Pesquisar Cr\xe9ditos", - _s27_79 = "Pesquisar taxas de impostos", - _s17_184 = "Pesquisar Tarefas", - _s23_76 = "Pesquisar Configura\xe7\xf5es", - _s18_174 = "Pesquisar Projetos", - _s18_175 = "Pesquisar Despesas", - _s20_131 = "Pesquisar Pagamentos", - _s16_298 = "Pesquisar Grupos", - _s17_185 = "Pesquisar Empresa", - _s21_135 = "Pesquisar 1 Documento", - _s18_176 = "Pesquisar 1 Design", - _s19_110 = "Pesquisar 1 Cliente", - _s19_111 = "Pesquisar 1 Produto", - _s19_112 = "Pesquisar 1 Cota\xe7\xe3o", - _s19_113 = "Pesquisar 1 Cr\xe9dito", - _s19_114 = "Pesquisar 1 Usu\xe1rio", - _s27_80 = "Pesquisar 1 Taxa de Imposto", - _s18_177 = "Pesquisar 1 Tarefa", - _s19_115 = "Pesquisar 1 Projeto", - _s19_116 = "Pesquisar 1 Despesa", - _s21_136 = "Pesquisar 1 Pagamento", - _s17_186 = "Pesquisar 1 Grupo", - _s20_132 = "Reembolsar Pagamento", - _s22_119 = "Primeiro Personalizado", - _s21_137 = "Segundo Personalizado", - _s22_120 = "Terceiro Personalizado", - _s20_133 = "Quarto Personalizado", + _s16_317 = "Entrar com email", + _s26_75 = "Mudar para o layout m\xf3vel?", + _s24_99 = "Parcialmente Reembolsado", + _s20_137 = "Pesquisar Documentos", + _s18_182 = "Pesquisar Clientes", + _s18_183 = "Pesquisar Produtos", + _s18_184 = "Pesquisar Cr\xe9ditos", + _s27_86 = "Pesquisar taxas de impostos", + _s17_196 = "Pesquisar Tarefas", + _s23_84 = "Pesquisar Configura\xe7\xf5es", + _s18_185 = "Pesquisar Projetos", + _s18_186 = "Pesquisar Despesas", + _s20_138 = "Pesquisar Pagamentos", + _s16_318 = "Pesquisar Grupos", + _s17_197 = "Pesquisar Empresa", + _s21_148 = "Pesquisar 1 Documento", + _s18_187 = "Pesquisar 1 Design", + _s19_116 = "Pesquisar 1 Cliente", + _s19_117 = "Pesquisar 1 Produto", + _s19_118 = "Pesquisar 1 Cota\xe7\xe3o", + _s19_119 = "Pesquisar 1 Cr\xe9dito", + _s19_120 = "Pesquisar 1 Usu\xe1rio", + _s27_87 = "Pesquisar 1 Taxa de Imposto", + _s18_188 = "Pesquisar 1 Tarefa", + _s19_121 = "Pesquisar 1 Projeto", + _s19_122 = "Pesquisar 1 Despesa", + _s21_149 = "Pesquisar 1 Pagamento", + _s17_198 = "Pesquisar 1 Grupo", + _s20_139 = "Reembolsar Pagamento", + _s22_122 = "Primeiro Personalizado", + _s21_150 = "Segundo Personalizado", + _s22_123 = "Terceiro Personalizado", + _s20_140 = "Quarto Personalizado", _s35_42 = "Dados da empresa limpos com sucesso", - _s19_117 = "Detalhes do cliente", - _s19_118 = "Detalhes de cr\xe9dito", - _s18_178 = "Colunas de Produto", - _s18_179 = "Colunas de Tarefas", - _s16_299 = "Todos os eventos", - _s31_32 = "Pagamento realizado com sucesso", - _s29_59 = "Receber todas as notifica\xe7\xf5es", - _s17_187 = "Design de Cr\xe9dito", - _s22_121 = "Or\xe7amentos Recorrentes", - _s19_119 = "Tarefas Recorrentes", - _s28_76 = "Cr\xe9dito removido com sucesso", - _s22_122 = "Atualiza\xe7\xe3o dispon\xedvel", + _s19_123 = "Detalhes do cliente", + _s19_124 = "Detalhes de cr\xe9dito", + _s18_189 = "Colunas de Produto", + _s18_190 = "Colunas de Tarefas", + _s16_319 = "Todos os eventos", + _s31_35 = "Pagamento realizado com sucesso", + _s29_65 = "Receber todas as notifica\xe7\xf5es", + _s17_199 = "Design de Cr\xe9dito", + _s22_124 = "Or\xe7amentos Recorrentes", + _s19_125 = "Tarefas Recorrentes", + _s28_85 = "Cr\xe9dito removido com sucesso", + _s22_125 = "Atualiza\xe7\xe3o dispon\xedvel", _s34_34 = "Atualiza\xe7\xe3o completada com sucesso", - _s20_134 = "URL Webhook do Slack", - _s17_188 = "Rodap\xe9 do Cr\xe9dito", - _s17_189 = "Termos do Cr\xe9dito", - _s30_46 = "Empresa adicionada com sucesso", - _s25_80 = "Sobretaxa Personalizada 1", - _s25_81 = "Sobretaxa Personalizada 2", - _s25_82 = "Sobretaxa Personalizada 3", - _s25_83 = "Sobretaxa Personalizada 4", - _s16_300 = "Adicionar Coluna", - _s17_190 = "Adicionar Empresa", - _s22_123 = "Or\xe7amento n\xe3o Aprovado", - _s17_191 = "Data de Reembolso", - _s16_301 = "Sele\xe7\xe3o m\xfaltipla", + _s20_141 = "URL Webhook do Slack", + _s17_200 = "Rodap\xe9 do Cr\xe9dito", + _s17_201 = "Termos do Cr\xe9dito", + _s30_54 = "Empresa adicionada com sucesso", + _s25_82 = "Sobretaxa Personalizada 1", + _s25_83 = "Sobretaxa Personalizada 2", + _s25_84 = "Sobretaxa Personalizada 3", + _s25_85 = "Sobretaxa Personalizada 4", + _s16_320 = "Adicionar Coluna", + _s17_202 = "Adicionar Empresa", + _s22_126 = "Or\xe7amento n\xe3o Aprovado", + _s17_203 = "Data de Reembolso", + _s16_321 = "Sele\xe7\xe3o m\xfaltipla", _s58_3 = "Recebemos sua mensagem e tentaremos responder rapidamente.", - _s27_81 = "Mostrar Detalhes do Produto", + _s27_88 = "Mostrar Detalhes do Produto", _s48_7 = "A renderiza\xe7\xe3o de PDF precisa da vers\xe3o :version", - _s20_135 = "Configura\xe7\xf5es Gerais", - _s16_302 = "f\xf3rum de suporte", - _s17_192 = "E-mail de Cr\xe9dito", - _s21_138 = "A senha \xe9 muito curta", - _s28_77 = "Tarefas do Portal do Cliente", - _s27_82 = "Painel do Portal do Cliente", - _s18_180 = "Selecionar Empresa", - _s21_139 = "Menu da Barra Lateral", - _s26_73 = "Barra Lateral de Hist\xf3rico", - _s29_60 = "Mostrar Quantidade do Produto", + _s20_142 = "Configura\xe7\xf5es Gerais", + _s16_322 = "f\xf3rum de suporte", + _s17_204 = "E-mail de Cr\xe9dito", + _s21_151 = "A senha \xe9 muito curta", + _s28_86 = "Tarefas do Portal do Cliente", + _s27_89 = "Painel do Portal do Cliente", + _s18_191 = "Selecionar Empresa", + _s21_152 = "Menu da Barra Lateral", + _s26_76 = "Barra Lateral de Hist\xf3rico", + _s29_66 = "Mostrar Quantidade do Produto", _s72_1 = "Mostrar um campo de quantidade de produto, caso contr\xe1rio o padr\xe3o de um", - _s28_78 = "Mostrar quantidade da fatura", + _s28_87 = "Mostrar quantidade da fatura", _s77_2 = "Exibir um campo de quantidade de item de linha, caso contr\xe1rio, o padr\xe3o \xe9 um", - _s17_193 = "Quantidade Padr\xe3o", + _s17_205 = "Quantidade Padr\xe3o", _s60_0 = "Defina automaticamente a quantidade do item de linha para um", - _s19_120 = "Uma taxa de imposto", - _s22_124 = "Duas taxas de impostos", - _s22_125 = "Tr\xeas taxas de impostos", - _s17_194 = "Imposto da Fatura", - _s24_92 = "Imposto da Linha do Item", - _s17_195 = "Impostos Inclusos", - _s27_83 = "Tarifa do Imposto da Fatura", - _s25_84 = "Tarifa do Imposto do Item", - _s18_181 = "Configurar tarifas", - _s27_84 = "Lista separada por v\xedrgulas", - _s20_136 = "Texto de linha \xfanica", - _s16_303 = "Texto multilinha", - _s16_304 = "Quantia da Multa", - _s28_79 = "Depois da data de vencimento", - _s17_196 = "Pagamento parcial", - _s16_305 = "Todas as p\xe1ginas", - _s16_306 = "Fonte Secund\xe1ria", - _s17_197 = "Tamanho da P\xe1gina", - _s22_126 = "Condi\xe7\xf5es do Or\xe7amento", - _s19_121 = "Rodap\xe9 do Or\xe7amento", - _s16_307 = "Email Autom\xe1tico", + _s19_126 = "Uma taxa de imposto", + _s22_127 = "Duas taxas de impostos", + _s22_128 = "Tr\xeas taxas de impostos", + _s17_206 = "Imposto da Fatura", + _s24_100 = "Imposto da Linha do Item", + _s17_207 = "Impostos Inclusos", + _s27_90 = "Tarifa do Imposto da Fatura", + _s25_86 = "Tarifa do Imposto do Item", + _s18_192 = "Configurar tarifas", + _s27_91 = "Lista separada por v\xedrgulas", + _s20_143 = "Texto de linha \xfanica", + _s16_323 = "Texto multilinha", + _s16_324 = "Quantia da Multa", + _s28_88 = "Depois da data de vencimento", + _s17_208 = "Pagamento parcial", + _s16_325 = "Todas as p\xe1ginas", + _s16_326 = "Fonte Secund\xe1ria", + _s17_209 = "Tamanho da P\xe1gina", + _s22_129 = "Condi\xe7\xf5es do Or\xe7amento", + _s19_127 = "Rodap\xe9 do Or\xe7amento", + _s16_327 = "Email Autom\xe1tico", _s74_ = "Enviar faturas recorrentes por email automaticamente quando forem criadas.", - _s24_93 = "Arquivar Automaticamente", + _s24_101 = "Arquivar Automaticamente", _s61_5 = "Arquivar automaticamente or\xe7amentos quando forem convertidos.", _s34_35 = "Configura\xe7\xf5es de Fluxo de Trabalho", - _s18_182 = "Reiniciar Contador", - _s22_127 = "Prefixo da Recorr\xeancia", - _s23_77 = "Preenchimento de n\xfamero", - _s18_183 = "Campo de Sobretaxa", - _s16_308 = "Campo da Empresa", - _s16_309 = "Valor da Empresa", - _s16_310 = "Campo de Cr\xe9dito", - _s16_311 = "Campo do Cliente", - _s16_312 = "Campo do Produto", - _s18_184 = "Campo de Pagamento", - _s19_122 = "Campo do Fornecedor", - _s16_313 = "Campo da Despesa", - _s16_314 = "Campo do Projeto", - _s17_198 = "Contador Num\xe9rico", - _s19_123 = "Padr\xe3o de Numera\xe7\xe3o", - _s17_199 = "CSS Personalizado", - _s24_94 = "JavaScript Personalizado", - _s23_78 = "Assinatura de Or\xe7amento", - _s17_200 = "Anexar Documentos", - _s17_201 = "Cart\xe3o de Cr\xe9dito", - _s22_128 = "Transfer\xeancia Banc\xe1ria", + _s18_193 = "Reiniciar Contador", + _s22_130 = "Prefixo da Recorr\xeancia", + _s23_85 = "Preenchimento de n\xfamero", + _s18_194 = "Campo de Sobretaxa", + _s16_328 = "Campo da Empresa", + _s16_329 = "Valor da Empresa", + _s16_330 = "Campo de Cr\xe9dito", + _s16_331 = "Campo do Cliente", + _s16_332 = "Campo do Produto", + _s18_195 = "Campo de Pagamento", + _s19_128 = "Campo do Fornecedor", + _s16_333 = "Campo da Despesa", + _s16_334 = "Campo do Projeto", + _s17_210 = "Contador Num\xe9rico", + _s19_129 = "Padr\xe3o de Numera\xe7\xe3o", + _s17_211 = "CSS Personalizado", + _s24_102 = "JavaScript Personalizado", + _s23_86 = "Assinatura de Or\xe7amento", + _s17_212 = "Anexar Documentos", + _s17_213 = "Cart\xe3o de Cr\xe9dito", + _s22_131 = "Transfer\xeancia Banc\xe1ria", _s36_42 = "Taxa de imposto exclu\xedda com sucesso", _s38_31 = "Taxa de imposto restaurada com sucesso", _s35_43 = "Atualiza\xe7\xe3o autom\xe1tica dos produtos", - _s18_185 = "Converter Produtos", + _s18_196 = "Converter Produtos", _s68_ = "Converter automaticamente pre\xe7os de produtos para a moeda do cliente", - _s16_315 = "Formato de Moeda", - _s19_124 = "Primeiro M\xeas do Ano", - _s20_137 = "Formato de Data/Hora", - _s19_125 = "Formato de Hora 24h", - _s16_316 = "Enviar Lembretes", - _s20_138 = "Filtrado por Projeto", - _s18_186 = "Filtrado por Grupo", - _s19_126 = "Filtrado por Fatura", - _s20_139 = "Filtrado por Cliente", - _s21_140 = "Filtrado por Vendedor", - _s23_79 = "Configura\xe7\xf5es de Grupos", - _s24_95 = "Grupo criado com sucesso", - _s28_80 = "Grupo atualizado com sucesso", - _s27_85 = "Grupo arquivado com sucesso", - _s26_74 = "Grupo removido com sucesso", - _s28_81 = "Grupo restaurado com sucesso", - _s28_82 = "Configura\xe7\xf5es do Dispositivo", - _s19_127 = "Detalhes da Empresa", - _s17_202 = "Pagamentos Online", - _s21_141 = "Campos Personalizados", - _s21_142 = "Visualiza\xe7\xe3o de Dados", - _s16_317 = "Compras Passadas", - _s16_318 = "Assinatura Anual", - _s17_203 = "Plano Empresarial", + _s16_335 = "Formato de Moeda", + _s19_130 = "Primeiro M\xeas do Ano", + _s20_144 = "Formato de Data/Hora", + _s19_131 = "Formato de Hora 24h", + _s16_336 = "Enviar Lembretes", + _s20_145 = "Filtrado por Projeto", + _s18_197 = "Filtrado por Grupo", + _s19_132 = "Filtrado por Fatura", + _s20_146 = "Filtrado por Cliente", + _s21_153 = "Filtrado por Vendedor", + _s23_87 = "Configura\xe7\xf5es de Grupos", + _s24_103 = "Grupo criado com sucesso", + _s28_89 = "Grupo atualizado com sucesso", + _s27_92 = "Grupo arquivado com sucesso", + _s26_77 = "Grupo removido com sucesso", + _s28_90 = "Grupo restaurado com sucesso", + _s28_91 = "Configura\xe7\xf5es do Dispositivo", + _s19_133 = "Detalhes da Empresa", + _s17_214 = "Pagamentos Online", + _s21_154 = "Campos Personalizados", + _s21_155 = "Visualiza\xe7\xe3o de Dados", + _s16_337 = "Compras Passadas", + _s16_338 = "Assinatura Anual", + _s17_215 = "Plano Empresarial", _s86_0 = "Por favor, aceite os termos de servi\xe7o e pol\xedtica de privacidade para criar uma conta.", - _s20_140 = "Condi\xe7\xf5es do Servi\xe7o", - _s23_80 = "Pol\xedtica de Privacidade", - _s16_319 = "Editar Documento", - _s29_61 = "Documento enviado com sucesso", - _s32_24 = "Documento atualizado com sucesso", - _s31_33 = "Documento arquivado com sucesso", - _s29_62 = "Documento apagado com sucesso", - _s32_25 = "Documento recuperado com sucesso", - _s16_320 = "Marcar como Pago", - _s29_63 = "Fornecedor criado com sucesso", + _s20_147 = "Condi\xe7\xf5es do Servi\xe7o", + _s23_88 = "Pol\xedtica de Privacidade", + _s16_339 = "Editar Documento", + _s29_67 = "Documento enviado com sucesso", + _s32_27 = "Documento atualizado com sucesso", + _s31_36 = "Documento arquivado com sucesso", + _s29_68 = "Documento apagado com sucesso", + _s32_28 = "Documento recuperado com sucesso", + _s16_340 = "Marcar como Pago", + _s29_69 = "Fornecedor criado com sucesso", _s33_35 = "Fornecedor atualizado com sucesso", - _s32_26 = "Fornecedor arquivado com sucesso", + _s32_29 = "Fornecedor arquivado com sucesso", _s42_23 = ":count fornecedores arquivados com sucesso", - _s26_75 = "Despesa criada com sucesso", - _s30_47 = "Despesa atualizada com sucesso", - _s29_64 = "Despesa arquivada com sucesso", - _s30_48 = "Despesa restaurada com sucesso", - _s31_34 = "Despesas arquivadas com sucesso", - _s27_86 = "Tarefa iniciada com sucesso", - _s31_35 = "Iniciar Tarefas Automaticamente", - _s26_76 = "Projeto criado com sucesso", - _s30_49 = "Projeto atualizado com sucesso", - _s29_65 = "Projeto arquivado com sucesso", - _s30_50 = "Projeto restaurado com sucesso", + _s26_78 = "Despesa criada com sucesso", + _s30_55 = "Despesa atualizada com sucesso", + _s29_70 = "Despesa arquivada com sucesso", + _s30_56 = "Despesa restaurada com sucesso", + _s31_37 = "Despesas arquivadas com sucesso", + _s27_93 = "Tarefa iniciada com sucesso", + _s31_38 = "Iniciar Tarefas Automaticamente", + _s26_79 = "Projeto criado com sucesso", + _s30_57 = "Projeto atualizado com sucesso", + _s29_71 = "Projeto arquivado com sucesso", + _s30_58 = "Projeto restaurado com sucesso", _s38_32 = ":count projetos arquivados com sucesso", _s56_3 = "Por favor autentique-se para modificar esta configura\xe7\xe3o", - _s23_81 = "Por favor autentique-se", - _s23_82 = "Autentica\xe7\xe3o Biom\xe9trica", - _s21_143 = "Per\xedodo de Compara\xe7\xe3o", - _s16_321 = "Per\xedodo Anterior", - _s16_322 = "Editar Or\xe7amento", - _s16_323 = "Editar Pagamento", - _s17_204 = "Editar Fornecedor", - _s27_87 = "Editar Or\xe7amento Recorrente", + _s23_89 = "Por favor autentique-se", + _s23_90 = "Autentica\xe7\xe3o Biom\xe9trica", + _s21_156 = "Per\xedodo de Compara\xe7\xe3o", + _s16_341 = "Per\xedodo Anterior", + _s16_342 = "Editar Or\xe7amento", + _s16_343 = "Editar Pagamento", + _s17_216 = "Editar Fornecedor", + _s27_94 = "Editar Or\xe7amento Recorrente", _s43_6 = ":value copiado para a \xe1rea de transfer\xeancia", - _s24_96 = "N\xe3o foi poss\xedvel iniciar", - _s30_51 = "Produto restaurado com sucesso", - _s26_77 = "Cliente criado com sucesso", - _s30_52 = "Cliente atualizado com sucesso", - _s29_66 = "Cliente arquivado com sucesso", + _s24_104 = "N\xe3o foi poss\xedvel iniciar", + _s30_59 = "Produto restaurado com sucesso", + _s26_80 = "Cliente criado com sucesso", + _s30_60 = "Cliente atualizado com sucesso", + _s29_72 = "Cliente arquivado com sucesso", _s38_33 = ":count clientes arquivados com sucesso", - _s19_128 = "N\xfamero do Or\xe7amento", - _s17_205 = "Data do Or\xe7amento", - _s16_324 = "Parcial/Dep\xf3sito", - _s18_187 = "Data de Vencimento", - _s26_78 = "Data de Vencimento Parcial", - _s29_67 = "Clique + para adicionar tempo", - _s19_129 = ":count selecionados", - _s30_53 = "Por favor selecione um cliente", + _s19_134 = "N\xfamero do Or\xe7amento", + _s17_217 = "Data do Or\xe7amento", + _s16_344 = "Parcial/Dep\xf3sito", + _s18_198 = "Data de Vencimento", + _s26_81 = "Data de Vencimento Parcial", + _s29_73 = "Clique + para adicionar tempo", + _s19_135 = ":count selecionados", + _s30_61 = "Por favor selecione um cliente", _s39_14 = "Por favor digite um n\xfamero de or\xe7amento", - _s17_206 = "Data do Pagamento", - _s17_207 = "Portal do Cliente", - _s17_208 = "Primeiro Lembrete", - _s16_325 = "Segundo Lembrete", - _s17_209 = "Terceiro Lembrete", - _s23_83 = "Refer\xeancia da Transa\xe7\xe3o", - _s28_83 = "Pagamento criado com sucesso", - _s32_27 = "Pagamento atualizado com sucesso", - _s31_36 = "Pagamento arquivado com sucesso", + _s17_218 = "Data do Pagamento", + _s17_219 = "Portal do Cliente", + _s17_220 = "Primeiro Lembrete", + _s16_345 = "Segundo Lembrete", + _s17_221 = "Terceiro Lembrete", + _s23_91 = "Refer\xeancia da Transa\xe7\xe3o", + _s28_92 = "Pagamento criado com sucesso", + _s32_30 = "Pagamento atualizado com sucesso", + _s31_39 = "Pagamento arquivado com sucesso", _s40_11 = ":count pagamentos arquivados com sucesso", - _s28_84 = "Or\xe7amento criado com sucesso", + _s28_93 = "Or\xe7amento criado com sucesso", _s40_12 = ":count or\xe7amentos arquivados com sucesso", - _s29_68 = ":user criou o cliente :client", - _s32_28 = ":user arquivou o cliente :client", + _s29_74 = ":user criou o cliente :client", + _s32_31 = ":user arquivou o cliente :client", _s36_43 = ":user atualizou o pagamento :payment", _s35_44 = ":user arquivou o pagamento :payment", _s38_34 = ":contact visualizou o or\xe7amento :quote", @@ -513484,246 +529310,300 @@ _s34_36 = ":user restaurou o or\xe7amento :quote", _s33_37 = ":user restaurou o cliente :client", _s36_44 = ":user restaurou o pagamento :payment", - _s32_29 = ":user criou o fornecedor :vendor", + _s32_32 = ":user criou o fornecedor :vendor", _s35_45 = ":user arquivou o fornecedor :vendor", _s36_45 = ":user restaurou o fornecedor :vendor", - _s30_54 = ":user criou a despesa :expense", + _s30_62 = ":user criou a despesa :expense", _s33_38 = ":user arquivou a despesa :expense", _s34_37 = ":user restaurou a despesa :expense", _s58_4 = ":user cancelou um pagamento de :payment_amount em :payment", _s72_2 = ":user reembolsou :adjustment de um pagamento :payment_amount em :payment", - _s26_79 = ":user criou a tarefa :task", - _s30_55 = ":user atualizou a tarefa :task", - _s29_69 = ":user arquivou a tarefa :task", - _s30_56 = ":user restaurou a tarefa :task", + _s26_82 = ":user criou a tarefa :task", + _s30_63 = ":user atualizou a tarefa :task", + _s29_75 = ":user arquivou a tarefa :task", + _s30_64 = ":user restaurou a tarefa :task", _s34_38 = ":user atualizou a despesa :expense", - _s30_57 = ":user reabriu o ticket :ticket", - _s27_88 = "Cr\xe9dito enviado com sucesso", + _s30_65 = ":user reabriu o ticket :ticket", + _s27_95 = "Cr\xe9dito enviado com sucesso", _s42_24 = "Or\xe7amento marcado como enviado com sucesso", _s40_13 = "Cr\xe9dito marcado com sucesso como enviado", _s33_39 = "Sele\xe7\xe3o m\xfaltipla de longa press\xe3o", - _s19_130 = "Valor Personalizado", - _s21_144 = "Valor Personalizado 3", - _s21_145 = "Valor Personalizado 4", - _s30_58 = "Estilo de E-mail Personalizado", - _s32_30 = "Mensagem de Painel Personalizada", + _s19_136 = "Valor Personalizado", + _s21_157 = "Valor Personalizado 3", + _s21_158 = "Valor Personalizado 4", + _s30_66 = "Estilo de E-mail Personalizado", + _s32_33 = "Mensagem de Painel Personalizada", _s48_8 = "Mensagem Personalizada de Or\xe7amento N\xe3o Aprovado", - _s29_70 = "Padr\xe3o de Numera\xe7\xe3o de Tarefa", - _s28_85 = "Contador Num\xe9rico de Tarefas", - _s30_59 = "Padr\xe3o de Numera\xe7\xe3o de Despesa", - _s29_71 = "Contador Num\xe9rico de Despesas", - _s29_72 = "Padr\xe3o de Numera\xe7\xe3o de Ticket", - _s28_86 = "Contador Num\xe9rico de Tickets", - _s32_31 = "Padr\xe3o de Numera\xe7\xe3o de Pagamento", - _s31_37 = "Contador Num\xe9rico de Pagamentos", - _s29_73 = "Padr\xe3o de Numera\xe7\xe3o de Fatura", - _s32_32 = "Padr\xe3o de Numera\xe7\xe3o de Or\xe7amento", - _s30_60 = "Padr\xe3o de Numera\xe7\xe3o de Cr\xe9dito", - _s29_74 = "Contador Num\xe9rico de Cr\xe9ditos", - _s26_80 = "Reiniciar Data do Contador", - _s18_188 = "Padr\xe3o do Contador", + _s29_76 = "Padr\xe3o de Numera\xe7\xe3o de Tarefa", + _s28_94 = "Contador Num\xe9rico de Tarefas", + _s30_67 = "Padr\xe3o de Numera\xe7\xe3o de Despesa", + _s29_77 = "Contador Num\xe9rico de Despesas", + _s29_78 = "Padr\xe3o de Numera\xe7\xe3o de Ticket", + _s28_95 = "Contador Num\xe9rico de Tickets", + _s32_34 = "Padr\xe3o de Numera\xe7\xe3o de Pagamento", + _s31_40 = "Contador Num\xe9rico de Pagamentos", + _s29_79 = "Padr\xe3o de Numera\xe7\xe3o de Fatura", + _s32_35 = "Padr\xe3o de Numera\xe7\xe3o de Or\xe7amento", + _s30_68 = "Padr\xe3o de Numera\xe7\xe3o de Cr\xe9dito", + _s29_80 = "Contador Num\xe9rico de Cr\xe9ditos", + _s26_83 = "Reiniciar Data do Contador", + _s18_199 = "Padr\xe3o do Contador", _s43_7 = "Contador de cota\xe7\xe3o de fatura compartilhada", - _s20_141 = "Nome fiscal padr\xe3o 1", - _s24_97 = "Taxa de imposto padr\xe3o 1", - _s20_142 = "Nome fiscal padr\xe3o 2", - _s24_98 = "Taxa de imposto padr\xe3o 2", - _s20_143 = "Nome fiscal padr\xe3o 3", - _s24_99 = "Taxa de imposto padr\xe3o 3", - _s27_89 = "Assunto do E-mail de Fatura", - _s30_61 = "Assunto do E-mail de Or\xe7amento", - _s30_62 = "Assunto do E-mail de Pagamento", + _s20_148 = "Nome fiscal padr\xe3o 1", + _s24_105 = "Taxa de imposto padr\xe3o 1", + _s20_149 = "Nome fiscal padr\xe3o 2", + _s24_106 = "Taxa de imposto padr\xe3o 2", + _s20_150 = "Nome fiscal padr\xe3o 3", + _s24_107 = "Taxa de imposto padr\xe3o 3", + _s27_96 = "Assunto do E-mail de Fatura", + _s30_69 = "Assunto do E-mail de Or\xe7amento", + _s30_70 = "Assunto do E-mail de Pagamento", _s38_35 = "Assunto de pagamento parcial por email", - _s17_210 = "Cidade do Cliente", - _s19_131 = "Endere\xe7o do cliente", - _s19_132 = "Endere\xe7o de entrega", - _s17_211 = "Taxa de imposto 1", - _s17_212 = "Taxa de imposto 2", - _s17_213 = "Taxa de imposto 3", - _s19_133 = "Cobran\xe7a Autom\xe1tica", - _s25_85 = "Impostos personalizados 1", - _s25_86 = "Impostos personalizados 2", - _s25_87 = "Impostos personalizados 3", - _s25_88 = "Impostos personalizados 4", - _s27_90 = "Projeto apagado com sucesso", - _s25_89 = "Parcialmente N\xe3o Aplicado", - _s26_81 = "Nota de Pagamento Atrasada", - _s18_189 = "Or\xe7amento Expirado", - _s21_146 = "Total da Nota de Pag.", - _s18_190 = "Configurar Estados", - _s21_147 = "Mostrar Barra Lateral", - _s17_214 = "Or\xe7amento enviado", - _s23_84 = "Empresa Personalizada 1", - _s23_85 = "Empresa Personalizada 2", - _s23_86 = "Empresa Personalizada 3", - _s23_87 = "Empresa Personalizada 4", - _s23_88 = "Cliente Personalizado 1", - _s23_89 = "Cliente Personalizado 2", - _s23_90 = "Cliente Personalizado 3", - _s23_91 = "Cliente Personalizado 4", - _s24_100 = "Contacto Personalizado 1", - _s24_101 = "Contacto Personalizado 2", - _s24_102 = "Contacto Personalizado 3", - _s24_103 = "Contacto Personalizado 4", - _s21_148 = "Grupo Personalizado 1", - _s21_149 = "Grupo Personalizado 2", - _s21_150 = "Grupo Personalizado 3", - _s21_151 = "Grupo Personalizado 4", - _s16_326 = "Rua de Fatura\xe7\xe3o", - _s20_144 = "Percentagem da Multa", - _s17_215 = "Importar/Exportar", - _s16_327 = "Dep\xf3sito/Parcial", + _s17_222 = "Cidade do Cliente", + _s19_137 = "Endere\xe7o do cliente", + _s19_138 = "Endere\xe7o de entrega", + _s17_223 = "Taxa de imposto 1", + _s17_224 = "Taxa de imposto 2", + _s17_225 = "Taxa de imposto 3", + _s19_139 = "Cobran\xe7a Autom\xe1tica", + _s25_87 = "Impostos personalizados 1", + _s25_88 = "Impostos personalizados 2", + _s25_89 = "Impostos personalizados 3", + _s25_90 = "Impostos personalizados 4", + _s27_97 = "Projeto apagado com sucesso", + _s25_91 = "Parcialmente N\xe3o Aplicado", + _s26_84 = "Nota de Pagamento Atrasada", + _s18_200 = "Or\xe7amento Expirado", + _s21_159 = "Total da Nota de Pag.", + _s18_201 = "Configurar Estados", + _s21_160 = "Mostrar Barra Lateral", + _s17_226 = "Or\xe7amento enviado", + _s23_92 = "Empresa Personalizada 1", + _s23_93 = "Empresa Personalizada 2", + _s23_94 = "Empresa Personalizada 3", + _s23_95 = "Empresa Personalizada 4", + _s23_96 = "Cliente Personalizado 1", + _s23_97 = "Cliente Personalizado 2", + _s23_98 = "Cliente Personalizado 3", + _s23_99 = "Cliente Personalizado 4", + _s24_108 = "Contacto Personalizado 1", + _s24_109 = "Contacto Personalizado 2", + _s24_110 = "Contacto Personalizado 3", + _s24_111 = "Contacto Personalizado 4", + _s21_161 = "Grupo Personalizado 1", + _s21_162 = "Grupo Personalizado 2", + _s21_163 = "Grupo Personalizado 3", + _s21_164 = "Grupo Personalizado 4", + _s16_346 = "Rua de Fatura\xe7\xe3o", + _s20_151 = "Percentagem da Multa", + _s17_227 = "Importar/Exportar", + _s16_347 = "Dep\xf3sito/Parcial", _s61_6 = "Excelente! As notas de pagamento foram marcadas como enviada.", - _s25_90 = "Andar / Fra\xe7\xe3o do Cliente", + _s25_92 = "Andar / Fra\xe7\xe3o do Cliente", _s65_2 = "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u043a \u0431\u0435\u0437\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u043d\u043e\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044e \u0432\u0430\u0448\u0435\u0433\u043e \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430.", - _s23_92 = "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", - _s16_328 = "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u0430\u044f \u043e\u043f\u043b\u0430\u0442\u0430", - _s21_152 = "Ponavaljajo\u010di stro\u0161ki", - _s20_145 = "Ra\u010dun uspe\u0161no poslan", - _s16_329 = "Vrednost po meri", - _s20_146 = "Ver gasto # :expense", - _s28_87 = "Proyecto eliminado con \xe9xito", - _s32_33 = "Suscripci\xf3n creada correctamente", - _s37_37 = "Suscripci\xf3n actualizada correctamente", - _s19_134 = "Reenviar Invitaci\xf3n", - _s19_135 = "Convertir a Factura", - _s18_191 = "Eventos Soportados", - _s23_93 = "Seleccionar archivo CSV", - _s18_192 = "Nombre del Cliente", - _s18_193 = "Debe ser Facturado", - _s18_194 = "Marcar como Activo", - _s18_195 = "Factura Recurrente", - _s20_147 = "Facturas Recurrentes", - _s24_104 = "Nueva Factura Recurrente", - _s17_216 = "Pr\xf3ximas Facturas", - _s16_330 = "Eliminar Factura", - _s16_331 = "Eliminar Cliente", - _s20_148 = "Actualizar Proveedor", - _s16_332 = "Borrar Proveedor", - _s19_136 = "Registro de Cliente", - _s26_82 = "Editar el T\xe9rminos de Pago", - _s19_137 = "Cantidad de Cr\xe9dito", - _s18_196 = "Buscar 1 Proveedor", - _s17_217 = "Todos los Eventos", - _s16_333 = "Comprar Licencia", - _s22_129 = "Dise\xf1os Personalizados", - _s18_197 = "Tareas Recurrentes", - _s16_334 = "Fecha de Cr\xe9dito", - _s24_105 = "Actualizaci\xf3n Disponible", - _s16_335 = "Saldo de Cr\xe9dito", - _s16_336 = "Creado por :name", - _s20_149 = "Ganancias y P\xe9rdidas", - _s26_83 = "Configuraci\xf3n de Impuestos", - _s21_153 = "Configuraci\xf3n General", - _s19_138 = "Opciones de Factura", - _s17_218 = "Todas las p\xe1ginas", - _s16_337 = "Color Secundario", - _s17_219 = "Campos de Factura", - _s18_198 = "Campos de Producto", - _s23_94 = "T\xe9rminos de Facturaci\xf3n", - _s17_220 = "N\xfameros Generados", - _s16_338 = "Cargar Impuestos", - _s18_199 = "Prefijo Recurrente", - _s16_339 = "Campo de Empresa", - _s32_34 = "Proteger Facturas con Contrase\xf1a", - _s18_200 = "Un cordial saludo,", + _s23_100 = "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", + _s16_348 = "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u0430\u044f \u043e\u043f\u043b\u0430\u0442\u0430", + _s24_112 = "Projekat uspe\u0161no obrisan", + _s22_132 = "Delimi\u010dno neprimenjeno", + _s29_81 = "Ra\u010dun uspe\u0161no poslat e-po\u0161tom", + _s36_46 = "Predra\u010dun je uspe\u0161no poslat e-po\u0161tom", + _s21_165 = "Delimi\u010dno refundirano", + _s16_349 = "Prvo prilago\u0111eno", + _s17_228 = "Drugo prilago\u0111eno", + _s17_229 = "Tre\u0107e prilago\u0111eno", + _s21_166 = "Prilago\u0111ena doplata 1", + _s21_167 = "Prilago\u0111ena doplata 2", + _s21_168 = "Prilago\u0111ena doplata 3", + _s21_169 = "Prilago\u0111ena doplata 4", + _s25_93 = "Molimo izaberite klijenta", + _s19_140 = "Delimi\u010dno plac\u0301anje", + _s38_36 = "Ra\u010duni su uspe\u0161no ozna\u010deni kao poslati", + _s35_46 = ":contact pregledao predra\u010dun :quote", + _s20_152 = "Prilago\u0111ena Vrednost", + _s21_170 = "Obrazac broja kredita", + _s20_153 = "Broja\u010d broja kredita", + _s22_133 = "Kreditn\xe9 karty a banky", + _s17_230 = "Pravideln\xe9 v\xfddaje", + _s32_36 = "Predplatn\xe9 \xfaspe\u0161ne aktualizovan\xe9", + _s34_39 = "Predplatn\xe9 bolo \xfaspe\u0161ne odstr\xe1nen\xe9", + _s19_141 = "\u010ciasto\u010dne nepou\u017eit\xe9", + _s18_202 = "Oneskoren\xe1 fakt\xfara", + _s33_40 = "Stav \xfalohy bol \xfaspe\u0161ne odstr\xe1nen\xfd", + _s16_350 = "D\xe1tum splatnosti", + _s24_113 = "Fakt\xfara \xfaspe\u0161ne odoslan\xe1", + _s23_101 = "Ponuka \xfaspe\u0161ne odoslan\xe1", + _s39_15 = "Webhooky :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", + _s38_37 = "Platobn\xfd term\xedn bol \xfaspe\u0161ne odstr\xe1nen\xfd", + _s17_231 = "\u010ciasto\u010dne vr\xe1ten\xe9", + _s26_85 = "\xdaspe\u0161ne stornovan\xe1 fakt\xfara", + _s26_86 = "Fakt\xfara \xfaspe\u0161ne odstr\xe1nen\xe1", + _s29_82 = "Vzh\u013ead bol \xfaspe\u0161ne odstr\xe1nen\xfd", + _s19_142 = "Vlastn\xfd pr\xedplatok 1", + _s19_143 = "Vlastn\xfd pr\xedplatok 2", + _s19_144 = "Vlastn\xfd pr\xedplatok 3", + _s19_145 = "Vlastn\xfd pr\xedplatok 4", + _s16_351 = "Faktura\u010dn\xfd email", + _s16_352 = "\u010ciasto\u010dn\xe1 platba", + _s43_8 = "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne odstr\xe1nen\xed", + _s26_87 = "V\xfddaje \xfaspe\u0161ne archivovan\xe9", + _s22_134 = "V\xfddaje \xfaspe\u0161ne zmazan\xe9", + _s22_135 = "\xdaloha \xfaspe\u0161ne obnoven\xe1", + _s45_10 = "Po\u010det \xfaspe\u0161ne archivovan\xfdch projektov: :count", + _s42_25 = "Fakt\xfara bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", + _s42_26 = "Fakt\xfary boli \xfaspe\u0161ne ozna\u010den\xe9 ako odoslan\xe9", + _s16_353 = "Tretia Upomienka", + _s21_171 = "Automatick\xe9 \xfa\u010dtovanie", + _s18_203 = "Vzor \u010d\xedsla kreditu", + _s26_88 = "Po\u010d\xedtadlo kreditn\xfdch \u010d\xedsel", + _s21_172 = "Ponavaljajo\u010di stro\u0161ki", + _s20_154 = "Ra\u010dun uspe\u0161no poslan", + _s16_354 = "Vrednost po meri", + _s17_232 = "Cuentas Bancarias", + _s20_155 = "Ver gasto # :expense", + _s28_96 = "Proyecto eliminado con \xe9xito", + _s32_37 = "Suscripci\xf3n creada correctamente", + _s37_38 = "Suscripci\xf3n actualizada correctamente", + _s19_146 = "Reenviar Invitaci\xf3n", + _s19_147 = "Convertir a Factura", + _s18_204 = "Eventos Soportados", + _s23_102 = "Seleccionar archivo CSV", + _s18_205 = "Nombre del Cliente", + _s18_206 = "Debe ser Facturado", + _s18_207 = "Marcar como Activo", + _s18_208 = "Factura Recurrente", + _s20_156 = "Facturas Recurrentes", + _s24_114 = "Nueva Factura Recurrente", + _s17_233 = "Pr\xf3ximas Facturas", + _s16_355 = "Eliminar Factura", + _s16_356 = "Eliminar Cliente", + _s20_157 = "Actualizar Proveedor", + _s16_357 = "Borrar Proveedor", + _s19_148 = "Registro de Cliente", + _s26_89 = "Editar el T\xe9rminos de Pago", + _s19_149 = "Cantidad de Cr\xe9dito", + _s18_209 = "Buscar 1 Proveedor", + _s17_234 = "Todos los Eventos", + _s16_358 = "Comprar Licencia", + _s22_136 = "Dise\xf1os Personalizados", + _s18_210 = "Tareas Recurrentes", + _s16_359 = "Fecha de Cr\xe9dito", + _s24_115 = "Actualizaci\xf3n Disponible", + _s16_360 = "Saldo de Cr\xe9dito", + _s16_361 = "Creado por :name", + _s20_158 = "Ganancias y P\xe9rdidas", + _s26_90 = "Configuraci\xf3n de Impuestos", + _s21_173 = "Configuraci\xf3n General", + _s19_150 = "Opciones de Factura", + _s17_235 = "Todas las p\xe1ginas", + _s16_362 = "Color Secundario", + _s17_236 = "Campos de Factura", + _s18_211 = "Campos de Producto", + _s23_103 = "T\xe9rminos de Facturaci\xf3n", + _s17_237 = "N\xfameros Generados", + _s16_363 = "Cargar Impuestos", + _s18_212 = "Prefijo Recurrente", + _s16_364 = "Campo de Empresa", + _s32_38 = "Proteger Facturas con Contrase\xf1a", + _s18_213 = "Un cordial saludo,", _s118_ = 'Haga que sea f\xe1cil para sus clientes que paguen mediante la adici\xf3n de marcas "schema.org" a sus correos electr\xf3nicos.', - _s16_340 = "Dise\xf1o de Correo", - _s16_341 = "Habilitar Markup", - _s20_150 = "Actualizar Direcci\xf3n", + _s16_365 = "Dise\xf1o de Correo", + _s16_366 = "Habilitar Markup", + _s20_159 = "Actualizar Direcci\xf3n", _s74_0 = "Seleccionar un producto autom\xe1ticamente configurar\xe1 la descripci\xf3n y coste", - _s20_151 = "Configuraci\xf3n B\xe1sica", - _s22_130 = "Configuraci\xf3n Avanzada", - _s22_131 = "Detalles de la Empresa", - _s19_139 = "Detalles de Usuario", - _s36_46 = "Configuraci\xf3n del Correo Electr\xf3nico", - _s26_84 = "Plantillas & Recordatorios", - _s22_132 = "Visualizaci\xf3n de Datos", - _s31_38 = "Agregar documentos a la factura", - _s16_342 = "Convertir moneda", - _s41_16 = ":count proveedores actualizados con \xe9xito", - _s26_85 = "Gasto creado correctamente", - _s31_39 = "Gasto actualizado correctamente", - _s29_75 = "Gasto archivado correctamente", - _s27_91 = "Gasto borrado correctamente", - _s31_40 = "Gastos archivados correctamente", - _s29_76 = "Gastos borrados correctamente", - _s20_152 = "Horas Presupuestadas", - _s22_133 = "Periodo de Comparaci\xf3n", - _s16_343 = "Editar Proveedor", - _s16_344 = "Ingresos Totales", - _s23_95 = "Promedio de Facturaci\xf3n", - _s18_201 = "Pendiente de Cobro", - _s24_106 = ":count facturas enviadas", - _s16_345 = "Clientes Activos", - _s30_63 = "Producto actualizado con \xe9xito", - _s17_221 = "N\xfamero de Factura", - _s16_346 = "Fecha de Factura", - _s17_222 = "Fecha de Creaci\xf3n", - _s16_347 = "T\xe9rminos de Pago", - _s19_140 = "Primer Recordatorio", - _s20_153 = "Segundo Recordatorio", - _s19_141 = "Tercer Recordatorio", - _s25_91 = "Referencia de Transacci\xf3n", - _s29_77 = ":user cre\xf3 el cliente :client", - _s32_35 = ":user archiv\xf3 el cliente :client", - _s35_46 = ":user actualiz\xf3 la factura :invoice", - _s33_40 = ":user archiv\xf3 la factura :invoice", - _s30_64 = ":user archiv\xf3 el pago :payment", - _s33_41 = ":user restaur\xf3 el cliente :client", - _s31_41 = ":user restaur\xf3 el pago :payment", - _s30_65 = ":user cre\xf3 al vendedor :vendor", - _s33_42 = ":user archiv\xf3 al vendedor :vendor", - _s33_43 = ":user elimin\xf3 al vendedor :vendor", - _s34_39 = ":user restaur\xf3 al vendedor :vendor", - _s31_42 = ":user archiv\xf3 el gasto :expense", - _s31_43 = ":user elimin\xf3 el gasto :expense", - _s32_36 = ":user restaur\xf3 el gasto :expense", - _s25_92 = ":user cre\xf3 la tarea :task", - _s30_66 = ":user actualiz\xf3 la tarea :task", - _s28_88 = ":user archiv\xf3 la tarea :task", - _s28_89 = ":user elimin\xf3 la tarea :task", - _s29_78 = ":user restaur\xf3 la tarea :task", - _s36_47 = ":contact respondi\xf3 el ticket :ticket", - _s18_202 = "Importe de Factura", - _s20_154 = "Fecha de Vencimiento", - _s20_155 = "Ciudad del Proveedor", - _s18_203 = "Pa\xeds del Proveedor", - _s18_204 = "Nombre de Impuesto", - _s19_142 = "Nombre del Contacto", - _s20_156 = "Presupuesto Expirado", - _s29_79 = "Token eliminado correctamente", - _s23_96 = "Tercera Personalizaci\xf3n", - _s23_97 = "Recargo Personalizado 1", - _s23_98 = "Recargo Personalizado 2", - _s23_99 = "Recargo Personalizado 3", - _s23_100 = "Recargo Personalizado 4", - _s45_10 = ":count proveedores actualizados correctamente", - _s42_25 = "Factura marcada como enviada correctamente", - _s45_11 = "Facturas marcadas como enviadas correctamente", - _s33_44 = ":user borr\xf3 el presupuesto :quote", - _s34_40 = ":contact vi\xf3 el presupuesto :quote", - _s28_90 = "Patr\xf3n del N\xfamero de Cr\xe9dito", - _s30_67 = "Contador del N\xfamero de Cr\xe9dito", - _s17_223 = "F\xf6rfallen faktura", - _s16_348 = "F\xf6rfallen offert", - _s32_37 = "Krediten har skickats via e-post", - _s17_224 = "Betalningsvillkor", - _s18_205 = "Delvis \xe5terbetalad", - _s24_107 = ":count fakturor skickade", - _s25_93 = "Anpassad till\xe4ggsavgift 1", - _s25_94 = "Anpassad till\xe4ggsavgift 2", - _s25_95 = "Anpassad till\xe4ggsavgift 3", - _s25_96 = "Anpassad till\xe4ggsavgift 4", - _s17_225 = "F\xf6reg\xe5ende period", - _s16_349 = "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", - _s20_157 = ":count \u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", - _s28_91 = "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", - _s26_86 = "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - _s18_206 = "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - _s24_108 = ":count fatura g\xf6nderildi", + _s20_160 = "Configuraci\xf3n B\xe1sica", + _s22_137 = "Configuraci\xf3n Avanzada", + _s22_138 = "Detalles de la Empresa", + _s19_151 = "Detalles de Usuario", + _s36_47 = "Configuraci\xf3n del Correo Electr\xf3nico", + _s26_91 = "Plantillas & Recordatorios", + _s22_139 = "Visualizaci\xf3n de Datos", + _s31_41 = "Agregar documentos a la factura", + _s16_367 = "Convertir moneda", + _s41_17 = ":count proveedores actualizados con \xe9xito", + _s26_92 = "Gasto creado correctamente", + _s31_42 = "Gasto actualizado correctamente", + _s29_83 = "Gasto archivado correctamente", + _s27_98 = "Gasto borrado correctamente", + _s31_43 = "Gastos archivados correctamente", + _s29_84 = "Gastos borrados correctamente", + _s20_161 = "Horas Presupuestadas", + _s22_140 = "Periodo de Comparaci\xf3n", + _s16_368 = "Editar Proveedor", + _s16_369 = "Ingresos Totales", + _s23_104 = "Promedio de Facturaci\xf3n", + _s18_214 = "Pendiente de Cobro", + _s24_116 = ":count facturas enviadas", + _s16_370 = "Clientes Activos", + _s30_71 = "Producto actualizado con \xe9xito", + _s17_238 = "N\xfamero de Factura", + _s16_371 = "Fecha de Factura", + _s17_239 = "Fecha de Creaci\xf3n", + _s16_372 = "T\xe9rminos de Pago", + _s19_152 = "Primer Recordatorio", + _s20_162 = "Segundo Recordatorio", + _s19_153 = "Tercer Recordatorio", + _s25_94 = "Referencia de Transacci\xf3n", + _s29_85 = ":user cre\xf3 el cliente :client", + _s32_39 = ":user archiv\xf3 el cliente :client", + _s35_47 = ":user actualiz\xf3 la factura :invoice", + _s33_41 = ":user archiv\xf3 la factura :invoice", + _s30_72 = ":user archiv\xf3 el pago :payment", + _s33_42 = ":user restaur\xf3 el cliente :client", + _s31_44 = ":user restaur\xf3 el pago :payment", + _s30_73 = ":user cre\xf3 al vendedor :vendor", + _s33_43 = ":user archiv\xf3 al vendedor :vendor", + _s33_44 = ":user elimin\xf3 al vendedor :vendor", + _s34_40 = ":user restaur\xf3 al vendedor :vendor", + _s31_45 = ":user archiv\xf3 el gasto :expense", + _s31_46 = ":user elimin\xf3 el gasto :expense", + _s32_40 = ":user restaur\xf3 el gasto :expense", + _s25_95 = ":user cre\xf3 la tarea :task", + _s30_74 = ":user actualiz\xf3 la tarea :task", + _s28_97 = ":user archiv\xf3 la tarea :task", + _s28_98 = ":user elimin\xf3 la tarea :task", + _s29_86 = ":user restaur\xf3 la tarea :task", + _s36_48 = ":contact respondi\xf3 el ticket :ticket", + _s18_215 = "Importe de Factura", + _s20_163 = "Fecha de Vencimiento", + _s20_164 = "Ciudad del Proveedor", + _s18_216 = "Pa\xeds del Proveedor", + _s18_217 = "Nombre de Impuesto", + _s19_154 = "Nombre del Contacto", + _s20_165 = "Presupuesto Expirado", + _s29_87 = "Token eliminado correctamente", + _s23_105 = "Tercera Personalizaci\xf3n", + _s23_106 = "Recargo Personalizado 1", + _s23_107 = "Recargo Personalizado 2", + _s23_108 = "Recargo Personalizado 3", + _s23_109 = "Recargo Personalizado 4", + _s45_11 = ":count proveedores actualizados correctamente", + _s42_27 = "Factura marcada como enviada correctamente", + _s45_12 = "Facturas marcadas como enviadas correctamente", + _s33_45 = ":user borr\xf3 el presupuesto :quote", + _s34_41 = ":contact vi\xf3 el presupuesto :quote", + _s28_99 = "Patr\xf3n del N\xfamero de Cr\xe9dito", + _s30_75 = "Contador del N\xfamero de Cr\xe9dito", + _s17_240 = "F\xf6rfallen faktura", + _s16_373 = "F\xf6rfallen offert", + _s32_41 = "Krediten har skickats via e-post", + _s17_241 = "Betalningsvillkor", + _s18_218 = "Delvis \xe5terbetalad", + _s24_117 = ":count fakturor skickade", + _s25_96 = "Anpassad till\xe4ggsavgift 1", + _s25_97 = "Anpassad till\xe4ggsavgift 2", + _s25_98 = "Anpassad till\xe4ggsavgift 3", + _s25_99 = "Anpassad till\xe4ggsavgift 4", + _s17_242 = "F\xf6reg\xe5ende period", + _s16_374 = "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", + _s20_166 = ":count \u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", + _s28_100 = "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", + _s26_93 = "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + _s18_219 = "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + _s24_118 = ":count fatura g\xf6nderildi", t1 = type$.legacy_String; - return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["convert_to_project", "Convert to Project", "client_email", "Client Email", "invoice_task_project", "Invoice Task Project", "invoice_task_project_help", "Add the project to the invoice line items", "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", "Yes, it's great!", "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, "Match non-contiguous characters, ie. 'ct' matches 'cat'", "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Add To Invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, "Improve scrolling over the PDF preview", _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create Project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel Invoice", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, "Use visual WYSIWYG markdown editor for emails", _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", "Successfully approved quote", "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "Giropay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, "Gross Line Total", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, "Clone to Expense", _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, "Successfully deleted recurring expense", _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, "Expense tax rates are disabled", "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, "The Pro plan trial ends in :count days", _s21_24, "Today is the last day of the Pro plan trial", "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Once the file is ready you'll receive an email with a download link", _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Lowercase letters, numbers and hyphens are supported", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "Enable emails, recurring invoices, webhooks and notifications", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "Resend Invite", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Enable Two Factor", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Successfully refunded payment", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, _s18_38, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_15, _s29_7, "select_file", "Select File", _s16_62, _s16_63, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, "Please type ':value' to confirm", "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, "Company is not activated", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Successfully updated task status", _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, "Successfully deleted expense category", _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, "Successfully archived expense :value categories", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "Track the expense has been paid to the vendor", _s18_46, "Should be Invoiced", _s23_19, "Enable the expense to be invoiced to your client", _s29_8, "Make the documents visible to clients", _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple Pay", "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_49, _s18_50, _s21_53, _s21_54, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, "Support paying a minimum amount", "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_37, _s24_38, "always", "Enabled", "optin", "Disabled by default", "optout", "Enabled by default", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "Successfully queued invoices to be sent", "emailed_quotes", "Successfully queued quotes to be sent", "emailed_credits", "Successfully queued credits to be sent", "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create Vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target URL", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use Default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "Login with email", "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, "Search :count Documents", "search_designs", "Search :count Designs", "search_invoices", "Search :count Invoices", "search_clients", "Search :count Clients", "search_products", "Search :count Products", "search_quotes", "Search :count Quotes", "search_credits", "Search :count Credits", "search_vendors", "Search :count Vendors", "search_users", "Search :count Users", _s16_86, "Search :count Tax Rates", "search_tasks", "Search :count Tasks", "search_settings", "Search Settings", "search_projects", "Search :count Projects", "search_expenses", "Search :count Expenses", "search_payments", "Search :count Payments", "search_groups", "Search :count Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "Invoice Sent", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_48, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_101, _s36_9, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group By", "credit_balance", "Credit Balance", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client ID", "assigned_to", "Assigned To", "created_by", "Created By", "assigned_to_id", "Assigned To ID", "created_by_id", "Created By ID", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by :value", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Entity State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, "Ensure client fee matches the gateway fee", _s18_70, _s18_71, "support_forum", "Support Forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "iFrame URL", "domain_url", "Domain URL", _s21_64, "Password must be at least 8 character long", _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "No client selected", "configure_rates", "Configure Rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_36, "updated_user", _s25_37, "archived_user", _s26_26, "deleted_user", _s25_38, "removed_user", _s25_39, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two Weeks", "freq_four_weeks", "Four Weeks", "freq_monthly", "Monthly", "freq_two_months", "Two Months", _s17_96, "Three Months", _s16_155, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, "If enabled the contact will be able to set a password when viewing their first invoice.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Email Signature", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable Min", "enable_max", "Enable Max", "min_limit", "Min Limit", "max_limit", "Max Limit", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Successfully archived tax rate", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Fill Products", _s18_84, _s71_, "update_products", "Update Products", _s20_69, _s65_0, _s16_165, _s16_166, _s21_75, "Automatically convert product prices using current exchange rate", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Military Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Download", _s27_43, "Requires an Enterprise plan", "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_48, "exchange_rate", "Exchange Rate", _s16_180, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_182, _s36_11, "new_expense", "New Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Successfully archived :value expenses", _s16_185, "Successfully deleted :value expenses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", _s25_48, "resumed_task", _s25_49, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_50, "updated_task", _s25_51, "archived_task", _s26_32, "deleted_task", _s25_52, "restored_task", _s26_33, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, "Successfully archived :value projects", _s16_190, "Successfully deleted :value projects", _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Login with Google", "today", "Today", "custom_range", "Custom", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", "Invoices Sent", "active_clients", "Active Clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add Contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, "Successfully archived :value products", _s16_203, "Successfully deleted :value products", _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, "Successfully archived :value clients", "deleted_client", _s27_50, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Apt/Suite", "city", "City", "state", "State/Province", "postal_code", "Postal Code", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, "Successfully archived :value invoices", _s16_208, "Successfully deleted :value invoices", _s17_126, _s37_17, "emailed_invoice", "Successfully queued invoice to be sent", "emailed_payment", "Successfully queued payment to be sent", "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Created At", "created_on", "Created On", "updated_at", "Updated At", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "Successfully marked invoice as paid", _s23_43, _s36_14, _s23_44, "Successfully marked invoices as paid", "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Cancelled", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "Reminder 1", "reminder2", "Reminder 2", "reminder3", "Reminder 3", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, "Successfully archived :value payments", _s16_221, "Successfully deleted :value payments", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user emailed invoice :invoice to :client", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user emailed quote :quote to :client", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact approved quote :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", ":user created user", "activity_49", ":user updated user", "activity_50", ":user archived user", "activity_51", ":user deleted user", "activity_52", ":user restored user", "activity_53", ":user marked invoice :invoice as sent", "activity_54", ":user applied payment :payment to invoice :invoice", "activity_55", "", "activity_56", "", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", ":user emailed first reminder for invoice :invoice to :client", "activity_64", ":user emailed second reminder for invoice :invoice to :client", "activity_65", ":user emailed third reminder for invoice :invoice to :client", "activity_66", ":user emailed endless reminder for invoice :invoice to :client", "activity_80", ":user created subscription", "activity_81", ":user updated subscription", "activity_82", ":user archived subscription", "activity_83", ":user deleted subscription", "activity_84", ":user restored subscription", _s17_132, _s17_133, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, "Shared Invoice/Quote Counter", _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Invoice Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid Amount", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank Id", _s19_70, _s19_71, _s16_227, "Category", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Rregullimi i pages\xebs", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Gjendja", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Shto kanalin e pages\xebs", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Shto n\xeb fatur\xebn :invoice", _s17_11, _s17_12, "week", "Jave", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Valuta e Fatur\xebs", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovo", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Vendos Fjal\xebkalim", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Shiko # :expense t\xeb shpenzimit", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "E pacaktuar", "partial_value", "Duhet t\xeb jet\xeb m\xeb shum\xeb se zero dhe m\xeb pak se totali", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktivizo", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Pages\xeb e rimbursuar", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Fshih", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_15, _s29_7, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_62, _s16_63, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Paguar pjes\xebrisht", "invoice_total", "Totali i fatur\xebs", "quote_total", "Totali i Ofert\xebs", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Paralajmerim", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Emri i klientit", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Kategorit\xeb e shpenzimeve", _s20_46, "Kategori e re e shpenzimeve", _s21_46, _s21_47, _s24_31, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_32, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_19, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_23, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "Duhet t\xeb faturohet", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Fatur\xeb e p\xebrs\xebritshme", _s18_49, "Fatura t\xeb p\xebrs\xebritshme", _s21_53, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_28, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_29, _s38_11, _s26_14, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_37, _s24_38, "always", "Gjithmon\xeb", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Emri i kompanis\xeb", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Statement", "taxes", "Taksat", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apliko kreditin", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "P\xebr", "health_check", "Health Check", "payment_type_id", "Lloji i pages\xebs", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Faturat e ardhshme", _s17_65, _s17_66, "recent_payments", "Pagesat e fundit", "upcoming_quotes", "Ofertat e ardhshme", "expired_quotes", "Ofertat e skaduara", "create_client", "Create Client", "create_invoice", "Krijo fatur\xeb", "create_quote", "Krijo Ofert\xeb", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Fshi Ofert\xebn", "update_invoice", "Update Invoice", "delete_invoice", "Fshi fatur\xebn", "update_client", "Update Client", "delete_client", "Fshi Klientin", "delete_payment", "Fshi Pages\xebn", "update_vendor", "Update Vendor", "delete_vendor", "Fshi kompanin\xeb", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Fshi shpenzimin", "create_task", "Krijo Detyr\xeb", "update_task", "Update Task", "delete_task", "Fshi Detyr\xebn", "approve_quote", "Approve Quote", "off", "Ndalur", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Falas", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_44, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_44, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "D\xebrgo fatur\xebn me email", "email_quote", "D\xebrgo me email Ofert\xebn", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edito kushtet e pages\xebs", _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Shuma e kredituar", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "Qytet/Shtet/Poste", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Lejet", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_47, "V\xebrrejtje: Kjo do t\xeb fshij\xeb t\xeb gjitha t\xeb dh\xebnat tuaja, ky veprim nuk ka mund\xebsi t\xeb kthehet mbrapa.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_59, "Menaxhimi i llogarive", "credit_date", "Data e kreditit", "credit", "Kredi", "credits", "Kredi", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", "Krediti \xebsht\xeb krijuar me sukses", "updated_credit", _s27_34, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_36, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_100, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_101, _s36_9, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseto", "number", "Number", "export", "Export", "chart", "Grafik", "count", "Count", "totals", "Totale", "blank", "Bosh", "day", "Dite", "month", "Muaj", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupo sipas", "credit_balance", "Bilanci i kreditit", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Raporte", "report", "Raport", "add_company", "Shto Kompani", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ndihm\xeb", "refund", "Rimburso", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesazhi", "from", "Nga", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Dokumentim", "contact_us", "Contact Us", "subtotal", "N\xebntotali", "line_total", "Totali i linj\xebs", "item", "Nj\xebsi", "credit_email", "Credit Email", "iframe_url", "Webfaqja", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Po", "no", "Jo", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Shiko", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Rregullimet e Taksave", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Orari", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Emaili i Ofert\xebs", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, "Lejon p\xebrdoruesit t\xeb menaxhoj p\xebrdoruesit, t\xeb ndryshoj\xeb rregullimet dhe t\xeb modifikoj\xeb t\xeb gjitha sh\xebnimet.", "user_management", "Menaxhimi i p\xebrdoruesve", "users", "P\xebrdorues", "new_user", "P\xebrdorues i ri", "edit_user", "Edito p\xebrdoruesin", "created_user", _s25_36, "updated_user", "P\xebrdoruesi \xebsht\xeb perditesuar me sukses", "archived_user", "P\xebrdoruesi \xebsht\xeb arkivuar me sukses", "deleted_user", "P\xebrdoruesi \xebsht\xeb fshir\xeb me sukses", "removed_user", _s25_39, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_92, "Fshihe Paguar deri m\xeb tash", _s22_55, 'Shfaqni "Paguar deri m\xeb tash" n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.', _s23_29, "Dokumentet e lidhura", _s28_21, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_153, "Shfaqe Header", _s16_154, "Shfaqe Footer", "first_page", "Faqja e par\xeb", "all_pages", "T\xeb gjitha faqet", "last_page", "Faqja e fundit", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Ngjyra kryesore", "secondary_color", "Ngjyra dyt\xebsore", "page_size", "Madh\xebsia e faqes", "font_size", "Madh\xebsia e fontit", "quote_design", "Quote Design", "invoice_fields", "Fushat e fatur\xebs", "product_fields", "Product Fields", "invoice_terms", "Kushtet e fatur\xebs", "invoice_footer", "Footer i Fatur\xebs", "quote_terms", "Kushtet e Ofertave", "quote_footer", "Footer i Ofert\xebs", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, "Automatikisht konverto ofert\xebn n\xeb fatur\xeb kur pranohet nga klienti.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Javore", "freq_two_weeks", "Dy javore", "freq_four_weeks", "Kat\xebr javore", "freq_monthly", "Mujore", "freq_two_months", "Two months", _s17_96, "Tre mujore", _s16_155, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS i ndryshush\xebm", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, "Ju mund\xebson t\xeb vendosni fjal\xebkalim p\xebr secilin kontakt. N\xebse vendoset fjal\xebkalimi, kontakti duhet t\xeb vendos fjal\xebkalimin para se t'i sheh faturat.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "P\xebrsh\xebndetje", _s24_41, "B\xebjeni m\xeb t\xeb leht\xeb p\xebr klient\xebt tuaj t\xeb realizojn\xeb pagesat duke vendosur schema.org markimin n\xeb emailat tuaj.", "plain", "E thjesht\xeb", "light", "E leht\xeb", "dark", "E mbyllt\xeb", "email_design", "Dizajno emailin", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Aktivizo Markimin", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredit kart\xeb", "bank_transfer", "Transfer bankar", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktivizo min", "enable_max", "Aktivizo max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_49, "Perditeso adres\xebn e klientit me detajet e ofruara", "rate", "Norma", "tax_rate", "Norma e taksave", "new_tax_rate", "Norm\xeb e re e taksave", "edit_tax_rate", "Edito norm\xebn e taks\xebs", _s16_162, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_163, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_104, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Plot\xebso-automatikisht produktet", _s18_84, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_69, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "E diel", "monday", "E h\xebn\xeb", "tuesday", "E marte", "wednesday", "E m\xebrkure", "thursday", "E enj\xebte", "friday", "E premte", "saturday", "E shtune", "january", "Janar", "february", "Shkurt", "march", "Mars", "april", "Prill", "may", "Maj", "june", "Qershor", "july", "Korrik", "august", "Gusht", "september", "Shtator", "october", "Tetor", "november", "N\xebntor", "december", "Dhjetor", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Koha 24 or\xebshe", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_109, "Rregullimi i Avansuar", "company_details", "Detajet e kompanis\xeb", "user_details", "Detajet e p\xebrdoruesit", "localization", "Vendore", "online_payments", "Pagesat Online", "tax_rates", "Normat e taksave", "notifications", "Njoftimet", "import_export", "Import | Export", "custom_fields", "Fushat e ndryshueshme", "invoice_design", "Dizajni i Fatur\xebs", "buy_now_buttons", "Butonat Blej Tash", "email_settings", "Rregullimi i Emailit", _s23_40, "Shabllonet & P\xebrkujtueset", _s22_58, _s20_71, _s19_55, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Kushtet e sh\xebrbimit", "privacy_policy", "Politika e Privat\xebsis\xeb", "sign_up", "Regjistrohu", "account_login", "Hyrja me llogari", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Krijo", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Shkarko", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertuar", _s24_47, _s24_60, "exchange_rate", "Kursi i k\xebmbimit", _s16_180, "Konverto valut\xebn", "mark_paid", "Mark Paid", "category", "Kategoria", "address", "Adresa", "new_vendor", "Kompani e re", "created_vendor", "Kompania \xebsht\xeb krijuar me sukses", "updated_vendor", "Kompania \xebsht\xeb perditesuar me sukses", "archived_vendor", "Kompania \xebsht\xeb arkivuar me sukses", "deleted_vendor", "Kompania \xebsht\xeb fshir\xeb me sukses", "restored_vendor", "Kompania u rikthye me sukses", _s16_181, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_183, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_184, "Shpenzimet jan\xeb rikthyer me sukses", _s17_115, "Shpenzimet jan\xeb arkivuar me sukses", _s16_185, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturuar", "logged", "Regjistruar", "running", "Duke ndodhur", "resume", "Vazhdo", "task_errors", "Ju lutem korrigjoni koh\xebt e vendosura mbi nj\xebra-tjetr\xebn", "start", "Fillo", "stop", "Ndalo", "started_task", _s25_47, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_49, "now", "Tash", _s16_186, _s16_187, "timer", "Koh\xebmat\xebsi", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Koha e fillimit", "end_time", "Koha e p\xebrfundimit", "date", "Data", "times", "Koh\xebt", "duration", "Koh\xebzgjatja", "new_task", "Detyr\xeb e re", "created_task", "Detyra u krijua me sukses", "updated_task", "Detyra \xebsht\xeb perditesuar me sukses", "archived_task", "Detyra \xebsht\xeb arkivuar me sukses", "deleted_task", "Detyra \xebsht\xeb fshir\xeb me sukses", "restored_task", "Detyra \xebsht\xeb rikthyer me sukses", "archived_tasks", ":count detyra jan\xeb arkivuar me sukses", "deleted_tasks", ":count detyra jan\xeb fshir\xeb me sukses", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliko k\xebtu", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "E ndryshueshme", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Shiko Fatur\xebn", "convert", "Convert", "more", "More", "edit_client", "Edito klientin", "edit_product", "Edito produkt", "edit_invoice", "Edito Fatur\xebn", "edit_quote", "Edito Ofert\xebn", "edit_payment", "Edito Pages\xebn", "edit_task", "Edito Detyr\xebn", "edit_expense", "Edito shpenzimi", "edit_vendor", "Edito kompanin\xeb", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Adresa e faturimit", _s16_193, _s16_194, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_81, "active_clients", "klient\xeb aktiv", "close", "Mbyll", "email", "Emaili", "password", "Fjal\xebkalimi", "url", "URL", "secret", "Sekret", "name", "Emri", "logout", "\xc7'identifikohu", "login", "Identifikohu", "filter", "Filtro", "sort", "Sort", "search", "K\xebrko", "active", "Aktiv", "archived", "Arkivuar", "deleted", "E fshir\xeb", "dashboard", "Paneli", "archive", "Arkivo", "delete", "Fshi", "restore", "Rikthe", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_121, _s17_122, "paid_to_date", "Paguar deri m\xeb sot", "balance_due", "Bilanci aktual", "balance", "Bilanci", "overview", "Overview", "details", "Detajet", "phone", "Telefoni", "website", "Website", "vat_number", "Numri i TVSH", "id_number", "ID numri", "create", "Krijo", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktet", "additional", "Additional", "first_name", "Emri", "last_name", "Mbiemri", "add_contact", "Shto kontaktin", "are_you_sure", "A jeni t\xeb sigurt\xeb", "cancel", "Anulo", "ok", "Ok", "remove", "Largo", _s16_199, _s16_200, "product", "Produkt", "products", "Produktet", "new_product", "Produkt i ri", "created_product", "Produkti \xebsht\xeb krijuar me sukses", "updated_product", "Produkti \xebsht\xeb perditesuar me sukses", _s16_201, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produkt", "notes", "Sh\xebnime", "cost", "Kosto", "client", "Klient", "clients", "Klient\xebt", "new_client", "Klient i ri", "created_client", "Klienti \xebsht\xeb krijuar me sukses", "updated_client", "Klienti \xebsht\xeb perditesuar me sukses", "archived_client", "Klienti \xebsht\xeb arkivuar me sukses", _s16_204, ":count klient\xeb jan\xeb arkivuar me sukses", "deleted_client", "Klienti \xebsht\xeb fshir\xeb me sukses", "deleted_clients", ":count klient\xeb jan\xeb fshir\xeb me sukses", "restored_client", "Klienti \xebsht\xeb rikthyer me sukses", _s16_205, _s36_13, "address1", "Rruga", "address2", "Apartamenti/banesa", "city", "Qyteti", "state", "Shteti/Provinca", "postal_code", "Kodi postar", "country", "Shteti", "invoice", "Fatura", "invoices", "Faturat", "new_invoice", "Fatur\xeb e re", "created_invoice", "Fatura \xebsht\xeb krijuar me sukses", "updated_invoice", "Fatura \xebsht\xeb perditesuar me sukses", _s16_206, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_207, "Fatura \xebsht\xeb rikthyer me sukses", _s17_125, ":count fatura jan\xeb arkivuar me sukes", _s16_208, ":count fatura jan\xeb fshir\xeb me sukses", _s17_126, _s37_17, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_59, "amount", "Shuma", "invoice_number", "Numri i fatur\xebs", "invoice_date", "Data e fatur\xebs", "discount", "Zbritje", "po_number", "Numri UB", "terms", "Kushtet", "public_notes", "Sh\xebnime publike", "private_notes", "Sh\xebnime private", "frequency", "Frekuenca", "start_date", "Data e fillimit", "end_date", "Data e p\xebrfundimit", "quote_number", "Numri i ofert\xebs", "quote_date", "Data e Ofert\xebs", "valid_until", "Valide deri", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "P\xebrshkrimi", "unit_cost", "Kosto p\xebr nj\xebsi", "quantity", "Sasia", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefoni", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Deri m\xeb dat\xeb", _s16_209, _s16_210, "status", "Statusi", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Rregullimet", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Taks\xeb", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "D\xebrguar", "viewed", "Viewed", "approved", "Approved", "partial", "E pjesshme/depozite", "paid", "Paguar", "mark_sent", "Shenja \xebsht\xeb d\xebrguar", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "P\xebrfundo", _s37_18, _s37_19, "dark_mode", "Modeli i err\xebt", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_211, _s16_212, "clone", "Klono", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Kushtet e pages\xebs", "payment_date", "Data e pages\xebs", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portali i klientit", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivizuar", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "P\xebrkujtuesi i par\xeb", "second_reminder", "P\xebrkujtuesi i dyt\xeb", "third_reminder", "P\xebrkujtuesi i tret\xeb", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Tema", "body", "P\xebrmbajtja", "send_email", "D\xebrgo email", "email_receipt", "D\xebrgo flet\xebpages\xebn tek klienti me email", "auto_billing", "Auto billing", "button", "Button", "preview", "Parashiko", "customize", "Ndrysho", "history", "Historia", "payment", "Pagesa", "payments", "Pagesat", "refunded", "Refunded", "payment_type", "Lloji i pages\xebs", _s21_85, "Referenca e transaksionit", "enter_payment", "Cakto pages\xebn", "new_payment", "Enter Payment", "created_payment", "Pagesa \xebsht\xeb krijuar me sukses", "updated_payment", "Pagesa \xebsht\xeb perditesuar me sukses", _s16_219, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_220, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_130, ":count pagesa jan\xeb arkivuar me sukses", _s16_221, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_131, _s37_20, "quote", "Ofert\xeb", "quotes", "Oferta", "new_quote", "Ofert\xeb e re", "created_quote", "Oferta \xebsht\xeb krijuar me sukses", "updated_quote", "Oferta \xebsht\xeb perditesuar me sukses", "archived_quote", "Oferta \xebsht\xeb arkivuar me sukses", "deleted_quote", "Oferta \xebsht\xeb fshir\xeb me sukses", "restored_quote", "Oferta \xebsht\xeb rikthyer me sukses", "archived_quotes", ": count oferta jan\xeb arkivuar me sukses", "deleted_quotes", ":count oferta jan\xeb fshir\xeb me sukses", "restored_quotes", _s35_22, "expense", "Shpenzimet", "expenses", "Shpenzimet", "vendor", "Kompani", "vendors", "Kompanit\xeb", "task", "Detyre", "tasks", "Detyrat", "project", "Project", "projects", "Projects", "activity_1", ":user ka krijuar klientin :client", "activity_2", ":user ka arkivuar klientin :client", "activity_3", ":user ka fshir\xeb klientin :client", "activity_4", ":user ka krijuar fatur\xebn :invoice", "activity_5", ":user ka perditesuar fatur\xebn :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user ka arkivuar fatur\xebn :invoice", "activity_9", ":user ka fshir\xeb fatur\xebn :invoice", "activity_10", _s85_0, "activity_11", ":user ka perditesuar pages\xebn :payment", "activity_12", ":user ka arkivuar pages\xebn :payment", "activity_13", ":user ka fshir\xeb pages\xebn :payment", "activity_14", ":user ka shtuar :credit kredit", "activity_15", ":user ka perditesuar :credit kredit", "activity_16", ":user ka arkivuar :credit kredit", "activity_17", ":user ka fshir\xeb:credit kredit", "activity_18", ":user ka krijuar ofert\xeb :quote", "activity_19", ":user ka perditesuar ofert\xebn :quote", "activity_20", _s50_9, "activity_21", ":contact ka shikuar ofert\xebn :quote", "activity_22", ":user ka arkivuar ofert\xebn :quote", "activity_23", ":user ka fshir\xeb ofert\xebn :quote", "activity_24", ":user ka rikthyer ofert\xebn :quote", "activity_25", ":user ka rikthyer fatur\xebn :invoice", "activity_26", ":user ka rikthyer klientin :client", "activity_27", ":user ka rikthyer pages\xebn :payment", "activity_28", ":user ka rikthyer :credit kredit", "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numruesi i numrit t\xeb fatur\xebs", _s20_77, _s20_78, _s20_79, "Numruesi i numrit t\xeb ofert\xebs", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_226, "Deri m\xeb dat\xeb", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Faturo Automatikisht", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Emri i taks\xebs", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Shuma e paguar", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "ar", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_45, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "\u0627\u0644\u0646\u0637\u0627\u0642", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "\u0635\u0627\u0641\u064a", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ": \u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629:recurring_invoice", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u062a\u0641\u0639\u064a\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u0647\u0630\u0627 \u0627\u0644\u0631\u0628\u0639", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, "\u062d\u063a\u0638 \u0648\u0627\u0633\u062a\u0639\u0631\u0627\u0636", "save_and_email", "\u062d\u0641\u0638 \u0648\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "enter_taxes", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "by_rate", "\u0628\u0627\u0644\u0646\u0633\u0628\u0629", "by_amount", "\u0628\u0627\u0644\u0642\u064a\u0645\u0629", "enter_amount", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0642\u064a\u0645\u0629", "before_taxes", "\u0642\u0628\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "after_taxes", "\u0628\u0639\u062f \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "color", "\u0627\u0644\u0644\u0648\u0646", "show", "\u0639\u0631\u0636", "hide", "Hide", "empty_columns", "\u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0641\u0627\u0631\u063a\u0629", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0646\u0634\u0637\u0629", "recent_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", "recent_expenses", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", _s17_42, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "\u0639\u0645\u0648\u062f", "sample", "\u0639\u064a\u0646\u0629", "map_to", "Map To", "import", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s25_15, _s29_7, "select_file", "\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641", _s16_62, _s16_63, "csv_file", "\u0645\u0644\u0641 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "\u0646\u0633\u062e \u0625\u0644\u0649", "clone_to_other", "\u0646\u0633\u062e \u0644\u0623\u062e\u0631\u0649", "labels", "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a", "add_custom", "\u0623\u0636\u0641 \u0645\u062e\u0635\u0635", "payment_tax", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u062f\u0641\u0639", "unpaid", "Unpaid", "white_label", "\u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621", "delivery_note", "Delivery Note", _s24_26, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", _s24_28, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", "source_code", "\u0643\u0648\u062f \u0627\u0644\u0645\u0635\u062f\u0631", "app_platforms", "\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_17, "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "actions", "\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "\u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "\u0645\u0633\u062d \u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0645\u0624\u0642\u062a", "sort_order", "Sort Order", "task_status", "\u0627\u0644\u062d\u0627\u0644\u0629", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "\u062e\u064a\u0627\u0631 \u0627\u0644\u0639\u0631\u0636", _s22_37, _s50_8, "view_changes", "\u0639\u0631\u0636 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a", "force_update", "\u062a\u062d\u062f\u064a\u062b \u0625\u062c\u0628\u0627\u0631\u064a", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0644\u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "\u0625\u0638\u0647\u0627\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "hide_password", "\u0625\u062e\u0641\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "copy_error", "\u062e\u0637\u0623 \u0628\u0627\u0644\u0646\u0633\u062e", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "line_taxes", "\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u0628\u0646\u0648\u062f", "total_fields", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u062d\u0642\u0648\u0644", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "\u0645\u062a\u0648\u0642\u0641 \u0645\u0624\u0642\u062a\u0627\u064b", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "\u0623\u0648\u0644 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s21_51, "\u0622\u062e\u0631 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_49, _s16_239, _s21_53, _s21_54, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0631\u0633\u0627\u0644", "auto_bill_on", "\u0641\u0648\u062a\u0631\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0629 \u0641\u064a", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s17_55, _s17_56, "failure", "\u0641\u0634\u0644", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0646\u0638\u0627\u0645", "view_portal", "View Portal", "copy_link", "\u0646\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0637", "token_billing", _s17_141, _s24_37, "\u0623\u0647\u0644\u0627 \u0628\u0643 \u0641\u064a Invoice Ninja", "always", "Always", "optin", "\u0627\u0634\u062a\u0631\u0627\u0643", "optout", "\u0625\u0644\u063a\u0627\u0621 \u0627\u0634\u062a\u0631\u0627\u0643", "label", "Label", "client_number", "Client Number", "auto_convert", "\u062a\u062d\u0648\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a", "company_name", "Company Name", "reminder1_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 1", "reminder2_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 2", "reminder3_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 3", _s18_53, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0623\u062e\u064a\u0631", "pdf_page_info", "\u0627\u0644\u0635\u0641\u062d\u0629 :current \u0645\u0646 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "\u0639\u0631\u0636 \u0641\u064a Stripe", "rows_per_page", "\u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064a \u0627\u0644\u0635\u0641\u062d\u0629", "hours", "Hours", "statement", "Statement", "taxes", "\u0636\u0631\u0627\u0626\u0628", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "\u0627\u0633\u0645 \u0627\u0644\u0633\u062c\u0644", "file_type", "\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641", "height", "\u0627\u0644\u0637\u0648\u0644", "width", "\u0627\u0644\u0639\u0631\u0636", "to", "To", "health_check", "\u0641\u062d\u0635 \u0627\u0644\u062d\u0627\u0644\u0629", "payment_type_id", "\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639\u0629", "last_login_at", "\u0622\u062e\u0631 \u062f\u062e\u0648\u0644 \u0641\u064a", "company_key", "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0634\u0631\u0643\u0629", "storefront", "\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u062a\u062c\u0631", "storefront_help", _s42_8, "client_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "\u0645\u0646\u062a\u0647\u064a", "gross", "\u0627\u0644\u0646\u0645\u0648", "net_amount", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0635\u0627\u0641\u064a\u0629", "net_balance", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0635\u0627\u0641\u064a", "client_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644", _s17_57, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_59, "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_quotes", "\u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_61, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_63, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629", "create_quote", "Create Quote", "create_payment", "\u0623\u0646\u0634\u0626 \u062f\u0641\u0639\u0629", "create_vendor", "Create vendor", "update_quote", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0631\u0636", "delete_quote", "Delete Quote", "update_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "delete_invoice", "\u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "update_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_client", "\u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_payment", "\u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639\u0629", "update_vendor", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0648\u0631\u062f", "delete_vendor", "Delete Vendor", "create_expense", "\u0623\u0646\u0634\u0626 \u0645\u0635\u0631\u0648\u0641", "update_expense", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "delete_task", "Delete Task", "approve_quote", "\u0642\u0628\u0648\u0644 \u0627\u0644\u0639\u0631\u0636", "off", "Off", "when_paid", "\u0645\u062a\u0649 \u0633\u062a\u062f\u0641\u0639", "expires_on", "\u064a\u0646\u062a\u0647\u064a \u0641\u064a", "free", "Free", "plan", "Plan", "show_sidebar", "\u0639\u0631\u0636 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "hide_sidebar", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "event_type", "\u0639 \u0627\u0644\u062d\u062f\u062b", "target_url", "Target", "copy", "\u0646\u0633\u062e", "must_be_online", "\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0639\u0646\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "\u0631\u0645\u0632 \u062c\u062f\u064a\u062f", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", "\u062a\u0645 \u0645\u0633\u062d \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "restored_token", "\u062a\u0645 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u064a\u0645\u064a\u0644", "email_quote", "Email Quote", "email_credit", "\u0631\u0635\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "email_payment", "Email Payment", _s20_54, "\u0644\u0627 \u064a\u0648\u062c\u062f \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0633\u062c\u0644 \u0644\u0644\u0639\u0645\u064a\u0644", "ledger", "Ledger", "view_pdf", "\u0639\u0631\u0636 PDF", "all_records", "\u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", "owned_by_user", "\u0627\u0644\u0639\u0627\u0626\u062f\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645", _s16_80, "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0628\u0642\u064a", "contact_name", "Contact Name", "use_default", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", _s16_82, _s17_70, "number_of_days", "\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u0627\u0645", _s23_22, "\u0625\u0639\u062f\u0627\u062f \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_term", "\u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639", _s16_83, "\u0634\u0631\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_58, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_57, "\u062a\u0645 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "change", "\u062a\u063a\u064a\u064a\u0631", _s23_24, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644", _s24_40, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628", "send_from_gmail", "\u0623\u0631\u0633\u0644 \u0645\u0646 Gmail", "reversed", "\u0645\u0639\u0643\u0648\u0633", "cancelled", "\u0645\u0644\u063a\u0649", "credit_amount", "\u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "quote_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0631\u0636", "hosted", "\u0645\u0633\u062a\u0636\u0627\u0641", "selfhosted", "\u0627\u0633\u062a\u0636\u0627\u0641\u0629 \u062e\u0627\u0635\u0629", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "show_menu", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", _s18_55, _s18_56, _s16_85, "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a", "search_designs", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645", "search_invoices", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "search_clients", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", "search_products", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "search_quotes", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0639\u0631\u0648\u0636", "search_credits", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0623\u0631\u0635\u062f\u0629", "search_vendors", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646", "search_users", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", _s16_86, "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "search_tasks", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0647\u0627\u0645", "search_settings", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "search_projects", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639", "search_expenses", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "search_payments", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u062f\u0641\u0639\u0627\u062a", "search_groups", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a", "search_company", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0634\u0631\u0643\u0629", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_57, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_239, "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "credit", "\u0627\u0626\u062a\u0645\u0627\u0646", "credits", "\u0627\u0644\u0623\u0631\u0635\u062f\u0629", "new_credit", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0635\u064a\u062f", "edit_credit", "Edit Credit", "created_credit", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "updated_credit", _s27_34, "archived_credit", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "deleted_credit", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0631\u0648\u0636", "deleted_credits", "\u062a\u0645 \u062d\u0630\u0641 :count \u0642\u0631\u0648\u0636 \u0628\u0646\u062c\u0627\u062d", _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0631\u0633\u0627\u0644\u0629", "from", "From", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "line_total", "\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "item", "\u0628\u0646\u062f", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "\u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "users", "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", "new_user", "New User", "edit_user", "\u062a\u0639\u062f\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "created_user", _s25_36, "updated_user", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "archived_user", _s26_26, "deleted_user", _s25_38, "removed_user", _s25_39, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629", "invoice_options", "\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s17_92, "\u0627\u062e\u0641\u0627\u0621 \u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0629 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", _s22_55, "\u0627\u0639\u0631\u0636 \u0641\u0642\u0637 -\u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0647 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646- \u0641\u064a \u0641\u0648\u0627\u062a\u064a\u0631\u0643 \u0627\u0630\u0627 \u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u062f\u0641\u0639\u0647", _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "\u062d\u0642\u0648\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "product_fields", "Product Fields", "invoice_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u0641\u0631\u0636 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0643\u0648\u062f \u0645\u062e\u0635\u0635 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0645\u0639 \u062a\u062d\u064a\u0627\u062a\u064a\u060c", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0645\u0639\u062f\u0644", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", _s18_115, _s18_84, _s71_, "update_products", _s20_82, _s20_69, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c", "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", _s17_109, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629", "company_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0631\u0643\u0629", "user_details", "User Details", "localization", "\u0627\u0644\u062a\u0639\u0631\u064a\u0628", "online_payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629", "tax_rates", "\u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "notifications", "\u062a\u0646\u0628\u064a\u0647\u0627\u062a", "import_export", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f | \u062a\u0635\u062f\u064a\u0631", "custom_fields", "\u062d\u0642\u0648\u0643 \u0645\u062e\u0635\u0635\u0629", "invoice_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u0625\u0639\u062f\u0627\u062f\u062a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629", "privacy_policy", "Privacy Policy", "sign_up", "\u062a\u0633\u062c\u064a\u0644", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "\u062a\u062d\u0645\u064a\u0644", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", "new_vendor", "New Vendor", "created_vendor", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_vendor", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "archived_vendor", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_vendor", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "restored_vendor", _s28_28, _s16_181, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", "deleted_vendors", "\u062a\u0645 \u062d\u0630\u0641 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", _s25_48, "resumed_task", _s25_49, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "\u062a\u0627\u0631\u064a\u062e", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_50, "updated_task", _s25_51, "archived_task", _s26_32, "deleted_task", _s25_52, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "convert", "Convert", "more", "More", "edit_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "edit_product", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", "edit_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "outstanding", "Outstanding", "invoices_sent", _s20_81, "active_clients", "\u0639\u0645\u0644\u0627\u0621 \u0641\u0639\u0651\u0627\u0644\u064a\u0646", "close", "\u0625\u063a\u0644\u0627\u0642", "email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "password", "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631", "url", "URL", "secret", "Secret", "name", "\u0627\u0644\u0627\u0633\u0645", "logout", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c", "login", "Login", "filter", "\u062a\u0631\u0634\u064a\u062d", "sort", "Sort", "search", "\u0627\u0644\u0628\u062d\u062b", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645", "archive", "\u0627\u0631\u0634\u064a\u0641", "delete", "\u062d\u0630\u0641", "restore", "Restore", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u062d\u0641\u0638", _s17_121, _s17_122, "paid_to_date", "\u062f\u0641\u0639\u062a \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", "balance_due", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642", "balance", "\u0627\u0644\u0631\u0635\u064a\u062f", "overview", "Overview", "details", "\u062a\u0641\u0627\u0635\u064a\u0644", "phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "website", "\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "\u0625\u0646\u0634\u0627\u0621", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "additional", "Additional", "first_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644", "last_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631", "add_contact", "\u0625\u0636\u0627\u0641\u0629 \u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644", "are_you_sure", "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f\u061f", "cancel", "\u0625\u0644\u063a\u0627\u0621", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0645\u0646\u062a\u062c", "products", "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "new_product", "New Product", "created_product", "\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "updated_product", "\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", _s16_201, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0627\u0644\u0639\u0645\u064a\u0644", "clients", "\u0627\u0644\u0639\u0645\u0644\u0627\u0621", "new_client", "\u0639\u0645\u064a\u0644 \u062c\u062f\u064a\u062f", "created_client", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "updated_client", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "archived_client", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", _s16_204, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "deleted_client", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "deleted_clients", "\u062a\u0645 \u062d\u0630\u0641 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u0627\u0644\u0634\u0627\u0631\u0639", "address2", "\u0634\u0642\u0629 / \u062c\u0646\u0627\u062d", "city", "\u0627\u0644\u0645\u062f\u064a\u0646\u0629", "state", "\u0627\u0644\u0648\u0644\u0627\u064a\u0629/\u0627\u0644\u0645\u0646\u0637\u0642\u0629", "postal_code", "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", "country", "Country", "invoice", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoices", "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "new_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629", "created_invoice", "\u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "updated_invoice", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_206, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "deleted_invoice", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_207, _s29_28, _s17_125, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_208, "\u062a\u0645 \u062d\u0630\u0641 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s17_126, _s37_17, "emailed_invoice", "\u062a\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0628\u0646\u062c\u0627\u062d", "emailed_payment", _s28_59, "amount", "\u0627\u0644\u0642\u064a\u0645\u0629", "invoice_number", "\u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "discount", "\u062e\u0635\u0645", "po_number", "\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0645\u064a\u062f", "terms", "\u0627\u0644\u0634\u0631\u0648\u0637", "public_notes", "Public Notes", "private_notes", "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u062e\u0627\u0635\u0629", "frequency", "\u0627\u0644\u062a\u0643\u0631\u0627\u0631", "start_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0627\u064a\u0629", "end_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0646\u0647\u0627\u064a\u0629", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0648\u0635\u0641", "unit_cost", "\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0648\u062d\u062f\u0629", "quantity", "\u0627\u0644\u0643\u0645\u064a\u0629", "add_item", "Add Item", "contact", "\u062c\u0647\u0629 \u0625\u062a\u0635\u0627\u0644", "work_phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s16_209, _s16_210, "status", "\u0627\u0644\u062d\u0627\u0644\u0629", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639", "percent", "Percent", "edit", "\u062a\u0639\u062f\u064a\u0644", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0636\u0631\u064a\u0628\u0629", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0643\u0645\u0631\u0633\u0644\u0629", _s23_43, _s36_14, _s23_44, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0643\u0645\u0631\u0633\u0644\u0629", "done", "\u062a\u0645", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0646\u0634\u0627\u0637", _s16_211, _s16_212, "clone", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062f\u0641\u0639\u0629", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "\u0627\u0644\u0630\u0627\u0643\u0631\u0629", "payment", "Payment", "payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0631\u0645\u0632 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", "enter_payment", "\u0627\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "new_payment", "\u0623\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "created_payment", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_payment", _s28_45, _s16_219, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_payment", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_220, _s29_30, _s17_130, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_221, "\u062a\u0645 \u062d\u0630\u0641 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", ":contact \u0634\u0627\u0647\u062f \u0627\u0644\u0639\u0631\u0636 :quote", "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0627\u062e\u062a\u064a\u0627\u0631", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u0642\u0641\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644", "show_list", "\u0639\u0631\u0636 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "\u0634\u0627\u0631\u0639 \u0627\u0644\u0639\u0645\u064a\u0644", "client_address2", "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0639\u0645\u064a\u0644", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", _s24_59, "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u062f\u0641\u0639\u0629", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, "\u0645\u0639\u0631\u0641 \u0639\u0645\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "tax_name1", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 1", "tax_name2", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 2", "tax_name3", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 3", "transaction_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u5408\u4f75", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u63a5\u53d7", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u4ed8\u6b3e\u8a2d\u5b9a", "default", "\u9810\u8a2d", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u8cc7\u683c", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\u65b0\u589e\u9598\u9053", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u65b0\u589e\u81f3\u767c\u7968 :invoice", _s17_11, _s17_12, "week", "\u661f\u671f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "\u767c\u7968\u4f7f\u7528\u7684\u8ca8\u5e63", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u5efa\u7acb\u5c08\u6848", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", ":amount \u4efd\u767c\u7968\u7684\u8cbb\u7528\u61c9\u70ba :total\u3002", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u540c\u610f", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u6e05\u9664\u7528\u6236\u6210\u529f", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u8a2d\u5b9a\u5bc6\u78bc", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u6aa2\u8996\u652f\u51fa # :expense", "view_statement", "\u6aa2\u8996\u8ca1\u52d9\u5831\u8868", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "\u7cfb\u7d71", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "\u6309\u7167\u59d3\u540d", _s16_23, _s16_232, _s17_19, "\u9031\u671f\u6027\u652f\u51fa", _s18_17, "\u9031\u671f\u6027\u652f\u51fa", _s21_22, "\u65b0\u7684\u9031\u671f\u6027\u652f\u51fa", _s22_27, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s25_2, "\u5efa\u7acb\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_3, "\u66f4\u65b0\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s26_4, "\u6b78\u6a94\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, "\u5fa9\u539f\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Googlezp \u5206\u6790", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "\u4f7f\u7528\u8005\u6307\u5357", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "\u6de8", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u5c08\u696d\u7248", "enterprise", "Enterprise", "last_updated", "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_23, "\u806f\u7d61\u4eba\u59d3\u6c0f", "order", "Order", "unassigned", "\u672a\u5206\u914d\u7684", "partial_value", "\u5fc5\u9808\u5927\u65bc\u96f6\u4e14\u5c0f\u65bc\u7e3d\u984d", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "\u770b\u677f", "enable", "\u555f\u7528", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u8a2d\u5b9a\u5b50\u7db2\u57df\u6216\u5728\u60a8\u7684\u7db2\u7ad9\u4e0a\u986f\u793a\u767c\u7968\u3002", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u8a02\u95b1", _s16_41, _s16_42, _s17_29, "\u7de8\u8f2f\u8a02\u95b1\u8cc7\u6599", _s20_27, "\u5efa\u7acb\u8a02\u95b1\u6210\u529f", _s20_28, "\u66f4\u65b0\u8a02\u95b1\u6210\u529f", _s21_34, "\u6b78\u6a94\u8a02\u95b1\u8cc7\u6599\u6210\u529f", _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_34, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "\u8f49\u63db\u81f3\u767c\u7968", _s16_54, _s16_55, "invoice_project", "\u767c\u7968\u5c08\u6848", "invoice_task", "\u70ba\u4efb\u52d9\u958b\u7acb\u767c\u7968", "invoice_expense", "\u70ba\u652f\u51fa\u958b\u7acb\u767c\u7968", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u8f49\u63db\u7684\u91d1\u984d", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96b1\u85cf", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_15, _s29_7, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_62, _s16_63, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u670d\u52d9", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u4ed8\u6b3e", "white_label", "White Label", "delivery_note", "\u5bc4\u9001\u8a3b\u8a18", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u90e8\u5206\u61c9\u4ed8\u6b3e", "invoice_total", "\u767c\u7968\u7e3d\u984d", "quote_total", "\u5831\u50f9\u55ae\u7e3d\u8a08", "credit_total", "\u8cb8\u6b3e\u7e3d\u984d", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u8b66\u544a", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "\u4fe1\u7528\u5361\u8a8d\u8b49\u7de8\u865f", "client_name", "\u7528\u6236\u540d\u7a31", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "\u652f\u51fa\u985e\u5225", _s20_46, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_46, _s21_47, _s24_31, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_32, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_19, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_33, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_34, _s37_7, _s25_20, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_23, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u9031\u671f\u6027\u767c\u7968", _s18_49, "\u9031\u671f\u6027\u767c\u7968", _s21_53, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_40, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_28, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_29, _s38_11, _s26_14, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u6aa2\u8996\u5165\u53e3\u9801\u9762", "copy_link", "Copy Link", "token_billing", "\u5132\u5b58\u5361\u7247\u8a73\u7d30\u8cc7\u6599", _s24_37, _s24_38, "always", "\u6c38\u9060", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u6a19\u7c64", "client_number", "\u7528\u6236\u7de8\u865f", "auto_convert", "Auto Convert", "company_name", "\u516c\u53f8\u540d\u7a31", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_quotes", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credits", _s28_58, "gateway", "\u9598\u9053", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u6642", "statement", "\u8ca1\u52d9\u5831\u8868", "taxes", "\u5404\u985e\u7a05\u91d1", "surcharge", "\u984d\u5916\u8cbb\u7528", "apply_payment", "Apply Payment", "apply_credit", "\u5957\u7528\u8cb8\u6b3e", "apply", "\u5957\u7528", "unapplied", "Unapplied", "select_label", "\u9078\u64c7\u6a19\u7c64", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u5230", "health_check", "Health Check", "payment_type_id", "\u4ed8\u6b3e\u65b9\u5f0f", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u7684\u652f\u4ed8", "upcoming_quotes", "\u5373\u5c07\u5230\u671f\u7684\u5831\u50f9\u55ae", "expired_quotes", "\u904e\u671f\u7684\u5831\u50f9\u55ae", "create_client", "\u5efa\u7acb\u7528\u6236", "create_invoice", "\u5efa\u7acb\u767c\u7968", "create_quote", "\u5efa\u7acb\u5831\u50f9\u55ae", "create_payment", "Create Payment", "create_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546", "update_quote", "Update Quote", "delete_quote", "\u522a\u9664\u5831\u50f9\u55ae", "update_invoice", "Update Invoice", "delete_invoice", "\u522a\u9664\u767c\u7968", "update_client", "Update Client", "delete_client", "\u522a\u9664\u7528\u6236", "delete_payment", "\u522a\u9664\u4ed8\u6b3e\u7d00\u9304", "update_vendor", "Update Vendor", "delete_vendor", "\u522a\u9664\u4f9b\u61c9\u5546", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u522a\u9664\u652f\u51fa", "create_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee", "update_task", "Update Task", "delete_task", "\u522a\u9664\u5de5\u4f5c\u9805\u76ee", "approve_quote", "Approve Quote", "off", "\u95dc", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u514d\u8cbb", "plan", "\u8cc7\u8cbb\u6848", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u76ee\u6a19", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "\u5b89\u5168\u4ee3\u78bc", "tokens", "\u5b89\u5168\u4ee3\u78bc", "new_token", "New Token", "edit_token", "\u7de8\u8f2f\u5b89\u5168\u4ee3\u78bc", "created_token", "\u5b89\u5168\u4ee3\u78bc\u5efa\u7acb\u6210\u529f", "updated_token", "\u66f4\u65b0\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "archived_token", "\u6b78\u6a94\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "deleted_token", "\u522a\u9664\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u9001\u767c\u7968", "email_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u5831\u50f9\u55ae", "email_credit", "Email Credit", "email_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u8cc7\u6599", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_55, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_56, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_56, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u8cb8\u6b3e\u91d1\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u4e0d\u542b", "inclusive", "\u5167\u542b", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_77, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_79, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", "custom1", "\u9996\u4f4d\u9867\u5ba2", "custom2", "\u7b2c\u4e8c\u540d\u9867\u5ba2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u6e05\u9664\u8cc7\u6599", _s16_93, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_58, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u6027\u5730\u62b9\u9664\u60a8\u7684\u8cc7\u6599\uff1b\u6c92\u6709\u6062\u5fa9\u7684\u53ef\u80fd\u3002", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u5929", "age_group_30", "30 - 60 \u5929", "age_group_60", "60 - 90 \u5929", "age_group_90", "90 - 120 \u5929", "age_group_120", "120 \u5929\u4ee5\u4e0a", "refresh", "\u66f4\u65b0", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u767c\u7968\u8a73\u7d30\u5167\u5bb9", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u6b0a\u9650", "none", "\u7121", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_47, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u5e33\u6236\uff0c\u800c\u4e14\u7121\u6cd5\u6062\u5fa9\u3002", "delete_company", "\u522a\u9664\u516c\u53f8\u8cc7\u6599", _s22_48, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u516c\u53f8\u8cc7\u6599\uff0c\u800c\u4e14\u4e0d\u53ef\u80fd\u5fa9\u539f\u3002", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u9801\u9996", "load_design", "\u8f09\u5165\u8a2d\u8a08", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_98, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_59, "\u5e33\u865f\u7ba1\u7406", "credit_date", "\u8cb8\u6b3e\u65e5\u671f", "credit", "\u8cb8\u6b3e", "credits", "\u8cb8\u6b3e", "new_credit", "\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599", "edit_credit", "\u7de8\u8f2f\u8cb8\u6b3e\u8cc7\u6599", "created_credit", "\u5efa\u7acb\u8cb8\u6b3e\u8cc7\u6599\u5b8c\u6210", "updated_credit", "\u66f4\u65b0\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "archived_credit", "\u6b78\u6a94\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credit", "\u522a\u9664\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "removed_credit", _s27_36, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_100, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_101, _s36_9, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_22, "company1", "\u81ea\u8a02\u516c\u53f81", "company2", "\u81ea\u8a02\u516c\u53f82", "company3", "\u81ea\u8a02\u516c\u53f83", "company4", "\u81ea\u8a02\u516c\u53f84", "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u91cd\u8a2d", "number", "Number", "export", "\u532f\u51fa", "chart", "\u5716\u8868", "count", "Count", "totals", "\u7e3d\u8a08", "blank", "\u7a7a\u767d", "day", "\u65e5", "month", "\u6708", "year", "\u5e74", "subgroup", "\u6b21\u7fa4\u7d44", "is_active", "Is Active", "group_by", "\u5206\u7d44\u65b9\u5f0f", "credit_balance", "\u8cb8\u6b3e\u9918\u984d", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_86, "\u9001\u8ca8\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "shipping_city", "\u9001\u8ca8\u5730\u5740\u4e4b\u57ce\u5e02", "shipping_state", "\u9001\u8ca8\u5730\u5740\u4e4b\u5dde/\u7701", _s20_59, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_132, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_134, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_135, "\u5e33\u55ae\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "billing_city", "\u5e33\u55ae\u5730\u5740\u4e4b\u57ce\u5e02", "billing_state", "\u5e33\u55ae\u5730\u5740\u4e4b\u5dde/\u7701", _s19_40, "\u5e33\u55ae\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", "billing_country", "\u5e33\u55ae\u5730\u5740\u4e4b\u570b\u5bb6", "client_id", "\u7528\u6236 Id", "assigned_to", "\u5206\u914d\u7d66", "created_by", "\u7531 :name \u5efa\u7acb", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u6b04", "aging", "\u5e33\u9f61", "profit_and_loss", "\u5229\u6f64\u8207\u640d\u5931", "reports", "\u5831\u544a", "report", "\u5831\u544a", "add_company", "\u65b0\u589e\u516c\u53f8\u8cc7\u6599", "unpaid_invoice", "\u672a\u4ed8\u6b3e\u4e4b\u767c\u7968", "paid_invoice", "\u5df2\u4ed8\u6b3e\u4e4b\u767c\u7968", _s16_136, "\u672a\u540c\u610f\u4e4b\u5831\u50f9\u55ae", "help", "\u8aaa\u660e", "refund", "\u9000\u6b3e", "refund_date", "Refund Date", "filtered_by", "\u7be9\u9078\u4f9d\u64da", "contact_email", "\u806f\u7d61\u4eba\u96fb\u5b50\u90f5\u4ef6", "multiselect", "Multiselect", "entity_state", "\u72c0\u614b", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_70, _s18_71, "support_forum", "\u652f\u63f4\u8a0e\u8ad6\u5340", "about", "About", "documentation", "\u6587\u4ef6", "contact_us", "\u806f\u7d61\u6211\u5011", "subtotal", "\u5c0f\u8a08", "line_total", "\u7e3d\u8a08", "item", "\u54c1\u9805", "credit_email", "Credit Email", "iframe_url", "\u7db2\u7ad9", "domain_url", "Domain URL", _s21_64, "\u5bc6\u78bc\u592a\u77ed", _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "\u662f", "no", "\u5426", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u884c\u52d5\u88dd\u7f6e", "desktop", "\u96fb\u8166\u684c\u9762", "layout", "Layout", "view", "\u6aa2\u8996", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "\u9078\u9805", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u63d0\u4ea4", _s16_144, "\u91cd\u8a2d\u60a8\u7684\u5bc6\u78bc", "late_fees", "\u6eef\u7d0d\u91d1", "credit_number", "\u8cb8\u6b3e\u7de8\u865f", "payment_number", "\u4ed8\u6b3e\u865f\u78bc", "late_fee_amount", "\u903e\u671f\u8cbb\u7528\u91d1\u984d", _s16_145, "\u903e\u671f\u8cbb\u7528\u7387", "schedule", "\u6642\u9593\u8868", "before_due_date", "\u5230\u671f\u65e5\u4e4b\u524d", "after_due_date", "\u5230\u671f\u65e5\u4e4b\u5f8c", _s18_77, "\u767c\u7968\u65e5\u4e4b\u5f8c", "days", "\u65e5", "invoice_email", "\u767c\u7968\u96fb\u5b50\u90f5\u4ef6", "payment_email", "\u4ed8\u6b3e\u8cc7\u6599\u96fb\u5b50\u90f5\u4ef6", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_147, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_149, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_78, "\u5141\u8a31\u4f7f\u7528\u8005\u7ba1\u7406\u6240\u6709\u4f7f\u7528\u8005\u3001\u6539\u8b8a\u8a2d\u5b9a\u3001\u4fee\u6539\u6240\u6709\u7d00\u9304", "user_management", "\u7ba1\u7406\u4f7f\u7528\u8005", "users", "\u4f7f\u7528\u8005", "new_user", "\u65b0\u4f7f\u7528\u8005", "edit_user", "\u7de8\u8f2f\u4f7f\u7528\u8005", "created_user", "\u5df2\u6210\u529f\u5efa\u7acb\u4f7f\u7528\u8005", "updated_user", "\u66f4\u65b0\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_user", "\u6b78\u6a94\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "deleted_user", "\u522a\u9664\u4f7f\u7528\u8005\u6210\u529f", "removed_user", _s25_39, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_92, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_55, "\u4e00\u65e6\u6536\u5230\u4ed8\u6b3e\uff0c\u50c5\u5728\u60a8\u7684\u767c\u7968\u4e0a\u986f\u793a\u300c\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d\u300d\u3002", _s23_29, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_21, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_153, "\u986f\u793a\u9801\u9996\u65bc", _s16_154, "\u986f\u793a\u9801\u5c3e\u65bc", "first_page", "\u7b2c\u4e00\u9801", "all_pages", "\u6240\u6709\u9801\u9762", "last_page", "\u6700\u5f8c\u4e00\u9801", "primary_font", "\u4e3b\u8981\u5b57\u578b", "secondary_font", "\u6b21\u8981\u5b57\u578b", "primary_color", "\u4e3b\u8981\u8272\u5f69", "secondary_color", "\u6b21\u8981\u8272\u5f69", "page_size", "\u9801\u9762\u5c3a\u5bf8", "font_size", "\u5b57\u578b\u5927\u5c0f", "quote_design", "\u5831\u50f9\u55ae\u8a2d\u8a08", "invoice_fields", "\u767c\u7968\u6b04\u4f4d", "product_fields", "\u7522\u54c1\u6b04\u4f4d", "invoice_terms", "\u767c\u7968\u4e4b\u689d\u6b3e", "invoice_footer", "\u767c\u7968\u9801\u5c3e", "quote_terms", "\u5831\u50f9\u55ae\u689d\u6b3e", "quote_footer", "\u5831\u50f9\u55ae\u9801\u5c3e", _s18_79, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_30, "\u9031\u671f\u6027\u767c\u7968\u5efa\u7acb\u5f8c\uff0c\u81ea\u52d5\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u3002", _s18_80, "\u81ea\u52d5\u6b78\u6a94", _s23_31, "\u5831\u50f9\u55ae\u8f49\u63db\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_81, "\u81ea\u52d5\u8f49\u63db", _s23_32, "\u5728\u7528\u6236\u6838\u51c6\u5f8c\u81ea\u52d5\u5c07\u5831\u50f9\u55ae\u8f49\u63db\u70ba\u767c\u7968\u3002", _s17_94, "\u5de5\u4f5c\u6d41\u7a0b\u8a2d\u5b9a", "freq_daily", "\u6bcf\u5929", "freq_weekly", "\u6bcf\u661f\u671f", "freq_two_weeks", "\u5169\u661f\u671f", "freq_four_weeks", "\u56db\u661f\u671f", "freq_monthly", "\u6bcf\u6708", "freq_two_months", "\u5169\u500b\u6708", _s17_96, "\u4e09\u500b\u6708", _s16_155, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_156, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_97, "\u81ea\u52d5\u7522\u751f\u4e4b\u865f\u78bc", "charge_taxes", "\u9644\u6536\u7a05\u6b3e", "next_reset", "\u4e0b\u4e00\u6b21\u91cd\u8a2d", "reset_counter", "\u91cd\u8a2d\u8a08\u6578\u5668", _s16_157, "\u7528\u4ee5\u6a19\u793a\u9031\u671f\u6027\u7684\u524d\u7f6e\u7b26\u865f", "number_padding", "\u6578\u5b57\u586b\u5145", "general", "\u4e00\u822c", "surcharge_field", "\u9644\u52a0\u8cbb\u6b04\u4f4d", "company_field", "\u516c\u53f8\u6b04\u4f4d", "company_value", "\u516c\u53f8\u503c", "credit_field", "\u4fe1\u7528\u6b04\u4f4d", "invoice_field", "\u767c\u7968\u6b04\u4f4d", _s17_99, "\u767c\u7968\u984d\u5916\u8cbb\u7528", "client_field", "\u7528\u6236\u6b04\u4f4d", "product_field", "\u7522\u54c1\u6b04\u4f4d", "payment_field", "\u4ed8\u6b3e\u6b04\u4f4d", "contact_field", "\u806f\u7d61\u4eba\u6b04\u4f4d", "vendor_field", "\u4f9b\u61c9\u5546\u6b04\u4f4d", "expense_field", "\u652f\u51fa\u6b04\u4f4d", "project_field", "\u5c08\u6848\u6b04\u4f4d", "task_field", "\u4efb\u52d9\u6b04\u4f4d", "group_field", "\u7fa4\u7d44\u6b04\u4f4d", "number_counter", "\u6578\u5b57\u8a08\u6578\u5668", "prefix", "\u524d\u7f6e\u7b26\u865f", "number_pattern", "\u6578\u5b57\u6a21\u5f0f", "messages", "\u8a0a\u606f", "custom_css", "\u81ea\u8a02\u6a23\u5f0f\u8868", _s17_101, "\u81ea\u8a02 JavaScript", _s16_159, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_74, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_40, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_9, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_33, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_22, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_41, "\u767c\u7968\u7c3d\u540d", _s30_10, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_34, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_57, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_38, "\u4f7f\u60a8\u80fd\u5920\u70ba\u6bcf\u4f4d\u806f\u7d61\u4eba\u8a2d\u5b9a\u5bc6\u78bc\u3002\u82e5\u8a2d\u5b9a\u5bc6\u78bc\uff0c\u806f\u7d61\u4eba\u5c07\u6703\u5728\u67e5\u770b\u767c\u7968\u4e4b\u524d\u88ab\u8981\u6c42\u8f38\u5165\u5bc6\u78bc\u3002", "authorization", "\u6388\u6b0a", "subdomain", "\u5b50\u7db2\u57df", "domain", "\u7db2\u57df", "portal_mode", "\u5165\u53e3\u7db2\u7ad9\u6a21\u5f0f", "email_signature", "\u5411\u60a8\u81f4\u610f\uff0c", _s24_41, "\u900f\u904e\u5728\u96fb\u5b50\u90f5\u4ef6\u4e2d\u52a0\u5165 schema.org \u6a19\u8a18\uff0c\u4f7f\u60a8\u7684\u7528\u6236\u66f4\u8f15\u9b06\u5730\u652f\u4ed8\u60a8\u7684\u8cbb\u7528\u3002", "plain", "\u7d14\u6587\u5b57", "light", "\u6dfa\u8272", "dark", "\u6df1\u8272", "email_design", "\u96fb\u5b50\u90f5\u4ef6\u7684\u8a2d\u8a08", "attach_pdf", "\u9644\u52a0 PDF \u6a94\u6848", _s16_160, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_46, "\u555f\u7528\u7db2\u9801\u6a19\u793a", "reply_to_email", "\u56de\u8986\u96fb\u5b50\u90f5\u4ef6", "reply_to_name", "Reply-To Name", "bcc_email", "\u96fb\u5b50\u90f5\u4ef6\u5bc6\u4ef6\u526f\u672c", "processed", "\u8655\u7406", "credit_card", "\u4fe1\u7528\u5361", "bank_transfer", "\u9280\u884c\u8f49\u5e33", "priority", "\u512a\u5148\u9806\u5e8f", "fee_amount", "\u8cbb\u7528\u91d1\u984d", "fee_percent", "\u8cbb\u7528\u767e\u5206\u6bd4", "fee_cap", "\u8cbb\u7528\u4e0a\u9650", "limits_and_fees", "\u9650\u984d/\u8cbb\u7528", "enable_min", "\u555f\u7528\u6700\u5c0f\u503c", "enable_max", "\u555f\u7528\u6700\u5927\u503c", "min_limit", "\u6700\u5c0f\u503c: :min", "max_limit", "\u6700\u5927\u503c: :max", "min", "\u6700\u5c0f\u503c", "max", "\u6700\u5927\u503c", _s19_47, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_49, "\u4f7f\u7528\u63d0\u4f9b\u7684\u8a73\u7d30\u8cc7\u6599\u66f4\u65b0\u7528\u6236\u7684\u5730\u5740", "rate", "\u7387", "tax_rate", "\u7a05\u7387", "new_tax_rate", "\u65b0\u7a05\u7387", "edit_tax_rate", "\u7de8\u8f2f\u7a05\u7387", _s16_162, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_163, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_104, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_164, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_105, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_84, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_69, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_165, "\u8f49\u63db\u7522\u54c1", _s21_75, "\u81ea\u52d5\u5c07\u7522\u54c1\u50f9\u683c\u8f49\u63db\u70ba\u7528\u6236\u7684\u8ca8\u5e63", "fees", "\u8cbb\u7528", "limits", "\u9650\u5236", "provider", "\u4f9b\u61c9\u5546", "company_gateway", "\u4ed8\u6b3e\u9598\u9053", _s16_167, "\u4ed8\u6b3e\u9598\u9053", _s19_50, "\u65b0\u589e\u9598\u9053", _s20_70, "\u7de8\u8f2f\u9598\u9053", _s23_35, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_36, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_42, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_37, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_43, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, "\u7e7c\u7e8c\u7de8\u8f2f", "discard_changes", "\u653e\u68c4\u8b8a\u66f4", "default_value", "\u9810\u8a2d\u503c", "disabled", "\u5df2\u505c\u7528", "currency_format", "\u8ca8\u5e63\u683c\u5f0f", _s21_76, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_38, "\u5e74\u5ea6\u7684\u7b2c\u4e00\u500b\u6708", "sunday", "\u661f\u671f\u65e5", "monday", "\u661f\u671f\u4e00", "tuesday", "\u661f\u671f\u4e8c", "wednesday", "\u661f\u671f\u4e09", "thursday", "\u661f\u671f\u56db", "friday", "\u661f\u671f\u4e94", "saturday", "\u661f\u671f\u516d", "january", "\u4e00\u6708", "february", "\u4e8c\u6708", "march", "\u4e09\u6708", "april", "\u56db\u6708", "may", "\u4e94\u6708", "june", "\u516d\u6708", "july", "\u4e03\u6708", "august", "\u516b\u6708", "september", "\u4e5d\u6708", "october", "\u5341\u6708", "november", "\u5341\u4e00\u6708", "december", "\u5341\u4e8c\u6708", "symbol", "\u7b26\u865f", "ocde", "\u4ee3\u78bc", "date_format", "\u65e5\u671f\u683c\u5f0f", "datetime_format", "\u65e5\u671f\u6642\u9593\u683c\u5f0f", "military_time", "24 \u5c0f\u6642\u5236", _s18_85, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_51, _s19_52, _s17_107, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_53, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_86, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_88, "\u4f9d\u4f9b\u61c9\u5546\u7be9\u9078", "group_settings", "\u7fa4\u7d44\u8a2d\u5b9a", "group", "\u7fa4\u7d44", "groups", "\u7fa4\u7d44", "new_group", "\u65b0\u589e\u7fa4\u7d44", "edit_group", "\u7de8\u8f2f\u7fa4\u7d44", "created_group", "\u5df2\u6210\u529f\u5efa\u7acb\u7fa4\u7d44", "updated_group", "\u5df2\u6210\u529f\u66f4\u65b0\u7fa4\u7d44", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u5df2\u6210\u529f\u5c01\u5b58\u7fa4\u7d44", "deleted_group", "\u5df2\u6210\u529f\u522a\u9664\u7fa4\u7d44", "restored_group", "\u5df2\u6210\u529f\u9084\u539f\u7fa4\u7d44", "upload_logo", "\u4e0a\u50b3\u5fbd\u6a19", "uploaded_logo", "\u5df2\u6210\u529f\u4e0a\u50b3\u5fbd\u6a19", "logo", "\u6a19\u8a8c", "saved_settings", "\u5df2\u6210\u529f\u5132\u5b58\u8a2d\u5b9a", _s16_171, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_109, "\u9032\u968e\u8a2d\u5b9a", "company_details", "\u516c\u53f8\u4e4b\u8a73\u7d30\u8cc7\u6599", "user_details", "\u4f7f\u7528\u8005\u8a73\u7d30\u8cc7\u6599", "localization", "\u672c\u5730\u5316", "online_payments", "\u7dda\u4e0a\u4ed8\u6b3e", "tax_rates", "\u7a05\u7387", "notifications", "\u6ce8\u610f\u4e8b\u9805", "import_export", "\u532f\u5165 | \u532f\u51fa", "custom_fields", "\u81ea\u8a02\u6b04\u4f4d", "invoice_design", "\u767c\u7968\u8a2d\u8a08", "buy_now_buttons", "\u73fe\u5728\u5373\u8cfc\u8cb7\u6309\u9215", "email_settings", "\u96fb\u5b50\u90f5\u4ef6\u8a2d\u5b9a", _s23_40, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_58, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_55, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_42, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_57, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_45, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_45, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_21, "\u8acb\u540c\u610f\u670d\u52d9\u689d\u6b3e\u548c\u96b1\u79c1\u653f\u7b56\u4ee5\u5efa\u7acb\u5e33\u6236\u3002", "i_agree_to_the", "\u6211\u540c\u610f", _s16_173, "\u670d\u52d9\u689d\u6b3e", "privacy_policy", "\u96b1\u79c1\u6b0a\u653f\u7b56", "sign_up", "\u767b\u5165", "account_login", "\u767b\u5165\u5e33\u6236", "view_website", "\u6aa2\u8996\u7db2\u7ad9", "create_account", "\u5efa\u7acb\u5e33\u6236", "email_login", "\u96fb\u5b50\u90f5\u4ef6\u767b\u5165", "create_new", "\u5efa\u7acb\u65b0\u7684", _s18_90, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_79, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_43, "\u9700\u8981\u4f01\u696d\u65b9\u6848", "take_picture", "\u62cd\u7167", "upload_file", "\u4e0a\u50b3\u6a94\u6848", "document", "\u6587\u4ef6", "documents", "\u6587\u4ef6", "new_document", "\u65b0\u65b0\u6587\u4ef6", "edit_document", "\u7de8\u8f2f\u6587\u4ef6", _s17_111, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_175, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_112, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_176, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_113, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_177, "\u5df2\u767b\u5165", _s16_178, "\u64f1\u7f6e", _s16_179, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_47, "\u65b0\u589e\u6587\u4ef6\u81f3\u767c\u7968", "exchange_rate", "\u532f\u7387", _s16_180, "\u8f49\u63db\u8ca8\u5e63\u55ae\u4f4d", "mark_paid", "\u6a19\u8a18\u5df2\u4ed8", "category", "\u985e\u5225", "address", "\u5730\u5740", "new_vendor", "\u65b0\u4f9b\u61c9\u5546", "created_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "updated_vendor", "\u66f4\u65b0\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "archived_vendor", "\u6b78\u6a94\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendor", "\u522a\u9664\u4f9b\u61c9\u5546\u6210\u529f", "restored_vendor", "\u5fa9\u539f\u4f9b\u61c9\u5546\u6210\u529f", _s16_181, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_182, _s36_11, "new_expense", "\u8f38\u5165\u652f\u51fa", "created_expense", "\u5df2\u6210\u529f\u5efa\u7acb\u652f\u51fa", "updated_expense", "\u66f4\u65b0\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s16_183, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_184, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_115, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_185, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_116, _s37_14, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_80, "\u627e\u4e0d\u5230\u8a18\u9304", "invoiced", "\u5df2\u958b\u7acb\u767c\u7968\u7684", "logged", "\u5df2\u767b\u5165", "running", "\u57f7\u884c\u4e2d", "resume", "\u7e7c\u7e8c", "task_errors", "\u8acb\u4fee\u6b63\u6240\u6709\u7684\u91cd\u758a\u6642\u6bb5", "start", "\u958b\u59cb", "stop", "\u505c\u6b62", "started_task", "\u5c55\u958b\u4efb\u52d9\u6210\u529f", "stopped_task", "\u505c\u6b62\u4efb\u52d9\u6210\u529f", "resumed_task", "\u5fa9\u539f\u4efb\u52d9\u6210\u529f", "now", "\u73fe\u5728", _s16_186, "\u81ea\u52d5\u555f\u52d5\u4efb\u52d9", "timer", "\u8a08\u6642\u5668", "manual", "\u624b\u52d5", "budgeted", "\u9810\u7b97", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d50\u675f\u6642\u9593", "date", "\u65e5\u671f", "times", "\u6642\u6bb5", "duration", "\u6642\u9593\u9577\u5ea6", "new_task", "\u65b0\u4efb\u52d9", "created_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "updated_task", "\u66f4\u65b0\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "archived_task", "\u6b78\u6a94\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "deleted_task", "\u522a\u9664\u4efb\u52d9\u6210\u529f", "restored_task", "\u5fa9\u539f\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "archived_tasks", "\u6b78\u6a94 :count \u9805\u4efb\u52d9\u6210\u529f", "deleted_tasks", "\u522a\u9664 :count \u9805\u4efb\u52d9\u6210\u529f", "restored_tasks", _s34_20, _s19_59, "\u8acb\u8f38\u5165\u59d3\u540d", "budgeted_hours", "\u5217\u5165\u9810\u7b97\u7684\u5c0f\u6642", "created_project", "\u5efa\u7acb\u5c08\u6848\u6210\u529f", "updated_project", "\u6210\u529f\u66f4\u65b0\u7684\u5c08\u6848", _s16_188, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_34, _s16_189, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_117, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_190, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_118, _s37_15, "new_project", "\u65b0\u5c08\u6848", _s27_47, "\u611f\u8b1d\u60a8\u4f7f\u7528\u6211\u5011\u7684\u61c9\u7528\u7a0b\u5f0f!", "if_you_like_it", "\u5982\u679c\u60a8\u559c\u6b61\uff0c\u8acb", "click_here", "\u6309\u4e00\u4e0b\u6b64\u8655", _s18_94, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_15, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_61, "\u8acb\u9a57\u8b49", _s24_49, "\u751f\u7269\u8b58\u5225\u9a57\u8b49", "footer", "\u9801\u5c3e", "compare", "\u6bd4\u8f03", "hosted_login", "\u8a17\u7ba1\u767b\u5165", "selfhost_login", "Selfhost \u767b\u5165", "google_sign_in", _s19_75, "today", "\u4eca\u5929", "custom_range", "\u81ea\u8a02\u7bc4\u570d", "date_range", "\u65e5\u671f\u7bc4\u570d", "current", "\u76ee\u524d", "previous", "\u4ee5\u524d", "current_period", "\u76ee\u524d\u671f\u9650", _s17_119, "\u6bd4\u8f03\u671f\u9650", "previous_period", "\u4e0a\u4e00\u671f\u9650", "previous_year", "\u4e0a\u4e00\u5e74\u5ea6", "compare_to", "\u6bd4\u8f03", "last7_days", "\u6700\u8fd1 7 \u5929", "last_week", "\u4e0a\u500b\u661f\u671f", "last30_days", "\u6700\u8fd1 30 \u5929", "this_month", "\u672c\u6708", "last_month", "\u4e0a\u500b\u6708", "this_year", "\u4eca\u5e74", "last_year", "\u4e0b\u500b\u6708", "custom", "\u81ea\u8a02", _s16_191, "\u518d\u88fd\u5230\u767c\u7968", "clone_to_quote", "\u518d\u88fd\u5230\u5831\u50f9\u55ae", "clone_to_credit", "Clone to Credit", "view_invoice", "\u6aa2\u8996\u767c\u7968", "convert", "\u8f49\u63db", "more", "\u66f4\u591a", "edit_client", "\u7de8\u8f2f\u7528\u6236", "edit_product", "\u7de8\u8f2f\u7522\u54c1\u8cc7\u6599", "edit_invoice", "\u7de8\u8f2f\u767c\u7968", "edit_quote", "\u7de8\u8f2f\u5831\u50f9\u55ae", "edit_payment", "\u7de8\u8f2f\u4ed8\u6b3e\u8cc7\u6599", "edit_task", "\u7de8\u8f2f\u5de5\u4f5c\u9805\u76ee", "edit_expense", "\u7de8\u8f2f\u652f\u51fa", "edit_vendor", "\u7de8\u8f2f\u4f9b\u61c9\u5546", "edit_project", "\u7de8\u8f2f\u5c08\u6848", _s20_72, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_193, "\u9001\u8ca8\u4f4d\u5740", "total_revenue", "\u7e3d\u6536\u5165", "average_invoice", "\u5e73\u5747\u92b7\u552e\u984d", "outstanding", "\u672a\u4ed8\u6e05\u7684", "invoices_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "active_clients", "\u4f7f\u7528\u4e2d\u7528\u6236", "close", "\u95dc\u9589", "email", "\u96fb\u5b50\u90f5\u4ef6", "password", "\u5bc6\u78bc", "url", "URL", "secret", "\u79d8\u5bc6", "name", "\u59d3\u540d", "logout", "\u767b\u51fa", "login", "\u767b\u5165", "filter", "\u7be9\u9078\u5668", "sort", "\u6392\u5e8f", "search", "\u641c\u5c0b", "active", "\u4f7f\u7528\u4e2d", "archived", "\u5df2\u6b78\u6a94", "deleted", "\u5df2\u522a\u9664", "dashboard", "\u5100\u8868\u677f", "archive", "\u6b78\u6a94", "delete", "\u522a\u9664", "restore", "\u5fa9\u539f", _s16_195, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_41, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_34, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_83, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_36, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_121, "\u767c\u751f\u932f\u8aa4", "paid_to_date", "\u5df2\u4ed8", "balance_due", "\u5230\u671f\u9918\u984d", "balance", "\u5dee\u984d", "overview", "\u7e3d\u89bd", "details", "\u8a73\u7d30\u8cc7\u6599", "phone", "\u96fb\u8a71", "website", "\u7db2\u7ad9", "vat_number", "\u52a0\u503c\u7a05\u7de8\u865f", "id_number", "ID \u7de8\u865f", "create", "\u5efa\u7acb", _s19_63, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_197, "\u7121\u6cd5\u555f\u52d5", "contacts", "\u806f\u7d61\u4eba", "additional", "\u984d\u5916", "first_name", "\u540d\u5b57", "last_name", "\u59d3\u6c0f", "add_contact", "\u65b0\u589e\u806f\u7d61\u8cc7\u6599", "are_you_sure", "\u60a8\u78ba\u5b9a\u55ce?", "cancel", "\u53d6\u6d88", "ok", "\u6b63\u5e38", "remove", "\u522a\u9664", _s16_199, "\u96fb\u5b50\u90f5\u4ef6\u7121\u6548", "product", "\u7522\u54c1", "products", "\u7522\u54c1", "new_product", "\u65b0\u7522\u54c1", "created_product", "\u5efa\u7acb\u7522\u54c1\u8cc7\u6599\u6210\u529f", "updated_product", "\u6210\u529f\u66f4\u65b0\u7684\u7522\u54c1\u8cc7\u6599", _s16_201, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_202, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_123, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_203, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_124, _s37_16, "product_key", "\u7522\u54c1", "notes", "\u8a3b\u8a18", "cost", "\u6210\u672c", "client", "\u7528\u6236", "clients", "\u7528\u6236", "new_client", "\u65b0\u7528\u6236", "created_client", "\u5efa\u7acb\u7528\u6236\u8cc7\u6599\u6210\u529f", "updated_client", "\u66f4\u65b0\u7528\u6236\u8cc7\u6599\u6210\u529f", "archived_client", "\u6b78\u6a94\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_204, "\u6b78\u6a94 :count \u500b\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_client", "\u522a\u9664\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_clients", "\u522a\u9664 :count \u7b46\u7528\u6236\u8cc7\u6599\u6210\u529f", "restored_client", "\u5fa9\u539f\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_205, _s36_13, "address1", "\u8857\u9053", "address2", "\u5927\u6a13/\u5957\u623f", "city", "\u57ce\u5e02", "state", "\u5dde/\u7701", "postal_code", "\u90f5\u905e\u5340\u865f", "country", "\u570b\u5bb6", "invoice", "\u767c\u7968", "invoices", "\u767c\u7968", "new_invoice", "\u65b0\u767c\u7968", "created_invoice", "\u88fd\u4f5c\u5b8c\u6210\u7684\u767c\u7968", "updated_invoice", "\u66f4\u65b0\u767c\u7968\u6210\u529f", _s16_206, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_207, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_125, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_208, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_126, _s37_17, "emailed_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u4ed8\u6b3e\u6210\u529f", "amount", "\u91d1\u984d", "invoice_number", "\u767c\u7968\u865f\u78bc", "invoice_date", "\u767c\u7968\u958b\u7acb\u65e5\u671f", "discount", "\u6298\u6263", "po_number", "\u90f5\u905e\u5340\u865f", "terms", "\u689d\u6b3e", "public_notes", "\u516c\u958b\u8a3b\u8a18", "private_notes", "\u79c1\u4eba\u8a3b\u8a18", "frequency", "\u983b\u7387", "start_date", "\u958b\u59cb\u65e5\u671f", "end_date", "\u7d50\u675f\u65e5\u671f", "quote_number", "\u5831\u50f9\u55ae\u7de8\u865f", "quote_date", "\u5831\u50f9\u55ae\u65e5\u671f", "valid_until", "\u6709\u6548\u81f3", "items", "\u500b\u9805\u76ee", "partial_deposit", "\u5b58\u6b3e", "description", "\u63cf\u8ff0", "unit_cost", "\u55ae\u4f4d\u6210\u672c", "quantity", "\u6578\u91cf", "add_item", "\u52a0\u5165\u9805\u76ee", "contact", "\u806f\u7d61\u4eba", "work_phone", "\u96fb\u8a71", "total_amount", "\u7e3d\u91d1\u984d", "pdf", "PDF", "due_date", "\u61c9\u4ed8\u6b3e\u65e5\u671f", _s16_209, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "status", "\u72c0\u614b", _s17_127, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_59, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_61, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", "count_selected", ":count \u9805\u5df2\u9078\u53d6", "total", "\u7e3d\u8a08", "percent", "\u767e\u5206\u6bd4", "edit", "\u7de8\u8f2f", "dismiss", "\u64a4\u92b7", _s20_74, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_62, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_51, "\u8acb\u9078\u53d6\u767c\u7968", "task_rate", "\u4efb\u52d9\u8cbb\u7387", "settings", "\u8a2d\u5b9a", "language", "\u8a9e\u8a00", "currency", "\u8ca8\u5e63", "created_at", "\u5efa\u7acb\u65e5\u671f", "created_on", "Created On", "updated_at", "\u66f4\u65b0", "tax", "\u7a05", _s30_17, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_51, "\u8acb\u8f38\u5165\u5831\u50f9\u55ae\u7de8\u865f", "past_due", "\u904e\u53bb\u5230\u671f", "draft", "\u8349\u7a3f", "sent", "\u5df2\u50b3\u9001", "viewed", "\u5df2\u6aa2\u8996", "approved", "\u5df2\u6838\u51c6", "partial", "\u5b58\u6b3e", "paid", "\u5df2\u4ed8\u6b3e", "mark_sent", "\u6a19\u8a18\u5df2\u50b3\u9001", _s22_64, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "\u5b8c\u6210", _s37_18, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_53, "\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5957\u7528\u8b8a\u66f4", "refresh_data", "\u91cd\u65b0\u6574\u7406\u8cc7\u6599", "blank_contact", "\u7a7a\u767d\u9023\u7d61\u4eba", "activity", "\u6d3b\u52d5", _s16_211, "\u627e\u4e0d\u5230\u8a18\u9304", "clone", "\u518d\u88fd", "loading", "\u8f09\u5165\u4e2d", "industry", "\u5de5\u696d", "size", "\u5927\u5c0f", "payment_terms", "\u4ed8\u6b3e\u689d\u4ef6", "payment_date", "\u4ed8\u6b3e\u65e5\u671f", "payment_status", "\u4ed8\u6b3e\u72c0\u614b", _s16_213, "\u64f1\u7f6e", _s16_214, "\u4f5c\u5ee2", _s16_215, "\u5931\u6557", _s16_216, "\u5b8c\u6210", _s16_217, "\u90e8\u5206\u9000\u6b3e", _s16_218, "\u9000\u6b3e", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "\u6de8\u984d", "client_portal", "\u7528\u6236\u9580\u6236\u9801\u9762", "show_tasks", "\u986f\u793a\u4efb\u52d9", "email_reminders", "\u96fb\u5b50\u90f5\u4ef6\u63d0\u9192", "enabled", "\u555f\u7528", "recipients", "\u6536\u4ef6\u4eba", "initial_email", "\u6700\u521d\u7684\u96fb\u5b50\u90f5\u4ef6", "first_reminder", "\u9996\u6b21\u63d0\u9192", "second_reminder", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "third_reminder", "\u7b2c\u4e09\u6b21\u63d0\u9192", "reminder1", "\u9996\u6b21\u63d0\u9192", "reminder2", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "reminder3", "\u7b2c\u4e09\u6b21\u63d0\u9192", "template", "\u7bc4\u672c", "send", "\u50b3\u9001", "subject", "\u4e3b\u65e8", "body", "\u5167\u6587", "send_email", "\u5bc4\u9001\u96fb\u5b50\u90f5\u4ef6", "email_receipt", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u6536\u64da\u7d66\u7528\u6236", "auto_billing", "\u81ea\u52d5\u8a08\u8cbb", "button", "\u6309\u9215", "preview", "\u9810\u89bd", "customize", "\u81ea\u8a02", "history", "\u6b77\u7a0b\u7d00\u9304", "payment", "\u4ed8\u6b3e", "payments", "\u4ed8\u6b3e", "refunded", "\u9000\u6b3e", "payment_type", "\u4ed8\u6b3e\u65b9\u5f0f", _s21_85, "\u8f49\u5e33\u8cc7\u6599", "enter_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "new_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "created_payment", "\u5df2\u5efa\u7acb\u5b8c\u6210\u7684\u4ed8\u6b3e\u8cc7\u6599", "updated_payment", "\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_219, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_220, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_130, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_221, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_131, _s37_20, "quote", "\u5831\u50f9\u55ae", "quotes", "\u5831\u50f9\u55ae", "new_quote", "\u65b0\u5831\u50f9\u55ae", "created_quote", "\u5831\u50f9\u55ae\u5efa\u7acb\u6210\u529f", "updated_quote", "\u5831\u50f9\u55ae\u66f4\u65b0\u6210\u529f", "archived_quote", "\u6b78\u6a94\u5831\u50f9\u55ae\u6210\u529f", "deleted_quote", "\u5831\u50f9\u55ae\u522a\u9664\u6210\u529f", "restored_quote", "\u5fa9\u539f\u5831\u50f9\u55ae\u6210\u529f", "archived_quotes", "\u6b78\u6a94 :count \u4efd\u5831\u50f9\u55ae\u6210\u529f", "deleted_quotes", "\u522a\u9664 :count \u7b46\u5831\u50f9\u55ae\u6210\u529f", "restored_quotes", _s35_22, "expense", "\u652f\u51fa", "expenses", "\u652f\u51fa", "vendor", "\u4f9b\u61c9\u5546", "vendors", "\u4f9b\u61c9\u5546", "task", "\u4efb\u52d9", "tasks", "\u4efb\u52d9", "project", "\u5c08\u6848", "projects", "\u5c08\u6848", "activity_1", ":user \u5df2\u5efa\u7acb\u7528\u6236 :client", "activity_2", ":user \u5df2\u5c07\u7528\u6236 :client \u6b78\u6a94", "activity_3", ":user \u5df2\u522a\u9664\u7528\u6236 :client", "activity_4", ":user \u5df2\u5efa\u7acb\u767c\u7968 :invoice", "activity_5", ":user \u5df2\u66f4\u65b0\u767c\u7968 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u5df2\u5c07\u767c\u7968 :invoice \u6b78\u6a94", "activity_9", ":user \u5df2\u522a\u9664\u767c\u7968 :invoice", "activity_10", _s85_0, "activity_11", ":user \u5df2\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_12", ":user \u5df2\u5c07\u4ed8\u6b3e\u8cc7\u6599 :payment \u6b78\u6a94", "activity_13", ":user \u5df2\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_14", ":user \u5df2\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599 :credit", "activity_15", ":user \u66f4\u65b0\u8cb8\u6b3e :credit", "activity_16", ":user \u5df2\u5c07 :credit \u8cb8\u6b3e\u8cc7\u6599\u6b78\u6a94", "activity_17", ":user \u5df2\u522a\u9664 :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_18", ":user \u5df2\u5efa\u7acb\u5831\u50f9\u55ae :quote", "activity_19", ":user \u5df2\u66f4\u65b0\u5831\u50f9\u55ae :quote", "activity_20", _s50_9, "activity_21", ":contact \u5df2\u6aa2\u8996\u5831\u50f9\u55ae :quote", "activity_22", ":user \u5df2\u5c07\u5831\u50f9\u55ae :quote \u6b78\u6a94", "activity_23", ":user \u5df2\u522a\u9664\u767c\u7968 :quote", "activity_24", ":user \u5df2\u5fa9\u539f\u5831\u50f9\u55ae :quote", "activity_25", ":user \u5df2\u5fa9\u539f\u767c\u7968 :invoice", "activity_26", ":user \u5df2\u5fa9\u539f\u7528\u6236 :client \u8cc7\u6599", "activity_27", ":user \u5df2\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_28", ":user \u5df2\u5fa9\u539f :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_29", _s42_13, "activity_30", ":user \u5df2\u5efa\u7acb\u4f9b\u61c9\u5546 :vendor", "activity_31", ":user \u5df2\u5c07\u4f9b\u61c9\u5546 :vendor \u6b78\u6a94", "activity_32", ":user \u5df2\u522a\u9664\u4f9b\u61c9\u5546 :vendor", "activity_33", ":user \u5df2\u5fa9\u539f\u4f9b\u61c9\u5546 :vendor", "activity_34", ":user \u5df2\u5efa\u7acb\u652f\u51fa :expense", "activity_35", ":user \u5df2\u5c07\u652f\u51fa :expense \u6b78\u6a94", "activity_36", ":user \u5df2\u522a\u9664\u652f\u51fa :expense", "activity_37", ":user \u5df2\u5fa9\u539f\u652f\u51fa :expense", "activity_39", ":user \u5df2\u53d6\u6d88\u4e00\u9805 :payment_amount \u7684\u4ed8\u6b3e :payment", "activity_40", ":user \u7372\u5f97\u4e00\u7b46\u91d1\u984d :payment_amount \u4ed8\u6b3e :payment \u7684\u9000\u6b3e :adjustment", "activity_41", ":payment_amount \u7684\u4ed8\u6b3e (:payment) \u5931\u6557", "activity_42", ":user \u5df2\u5efa\u7acb\u4efb\u52d9 :task", "activity_43", ":user \u5df2\u5c07\u4efb\u52d9 :task \u66f4\u65b0", "activity_44", ":user \u5df2\u5c07\u4efb\u52d9 :task \u6b78\u6a94", "activity_45", ":user \u5df2\u522a\u9664\u4efb\u52d9 :task", "activity_46", ":user \u5df2\u5c07\u4efb\u52d9 :task\u5fa9\u539f", "activity_47", ":user \u5df2\u5c07\u652f\u51fa :expense \u66f4\u65b0", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user \u5df2\u91cd\u65b0\u958b\u555f\u7968\u8b49 :ticket", "activity_55", ":contact \u5df2\u56de\u8986\u7968\u8b49 :ticket", "activity_56", ":user \u5df2\u6aa2\u8996\u7968\u8b49 :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_65, _s20_76, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_87, _s34_21, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_66, "\u9577\u6309\u591a\u9078", "custom_value1", "\u81ea\u8a02\u503c", "custom_value2", "\u81ea\u8a02\u503c", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_77, _s20_78, _s20_79, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_226, "\u61c9\u4ed8\u6b3e\u65e5\u671f", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u81ea\u52d5\u5e33\u55ae", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a05\u540d", "tax_amount", "\u7a05\u91d1\u91d1\u984d", "tax_paid", "\u5df2\u4ed8\u7a05", "payment_amount", "\u4ed8\u6b3e\u91d1\u984d", "age", "\u5e74\u9f61", "is_running", "Is Running", "time_log", "\u6642\u9593\u65e5\u8a8c", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, "\u652f\u51fa\u985e\u5225", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Dodaj usmjernik", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj ra\u010dunu :invoice", _s17_11, _s17_12, "week", "Tjedan", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Raspon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Postava zaporke", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161kova # :expense", "view_statement", "Moje Izvje\u0161\u0107e", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sustav", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, "Ukupno bruto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "Redovni tro\u0161ak", _s18_17, "Redovni tro\u0161kovi", _s21_22, "Novi redovni tro\u0161ak", _s22_27, "Uredi redovne tro\u0161kove", _s25_2, "Uspje\u0161no kreiran redovni tro\u0161ak", _s25_3, "Uspje\u0161no ure\u0111en redovni tro\u0161ak", _s26_4, "Uspje\u0161no arhiviran redovni tro\u0161ak", _s25_4, "Uspje\u0161no izbrisan redovni tro\u0161ak", _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zadnje a\u017euriranje", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Mora biti ve\u0107e od nula i manje od zbroja", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavi poddomenu ili prikazujte ra\u010dune na vlastitoj web stranici.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_37, "Konverzija ra\u010duna", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, "Podr\u017eani doga\u0111aji", _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sakrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_15, _s29_7, "select_file", "Molim odaberite datoteku", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u0107eno", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Ukupan iznos", "quote_total", "Ukupan iznos", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klijent", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Kategorije tro\u0161kova", _s20_46, "Nova kategorija tro\u0161kova", _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "Treba biti fakturiran", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Redovni ra\u010dun", _s18_49, "Redovni ra\u010duni", _s21_53, "Novi redovni ra\u010dun", _s22_40, "Uredi ponavljaju\u0107i ra\u010dun", _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_28, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_29, _s38_11, _s26_14, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_55, _s17_56, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_72, _s16_73, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_37, "Dobrodo\u0161li u Invoice Ninja", "always", "Always", "optin", "Dragovoljno sudjeluj", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Automatski pretvoriti", "company_name", "Company Name", "reminder1_sent", "Podsjetnik 1 poslan", "reminder2_sent", "Podsjetnik 2 poslan", "reminder3_sent", "Podsjetnik 3 poslan", _s18_53, "Podsjetnik 4 poslan", "pdf_page_info", "Stranica :current od :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "Pogled u aplikaciji Stripe", "rows_per_page", "Redova po stranici", "hours", "sati", "statement", "Izvje\u0161\u0107e o stanju duga", "taxes", "Porezi", "surcharge", "Surcharge", "apply_payment", "Izvr\u0161i pla\u0107anje", "apply_credit", "Primjeni kredit", "apply", "Apply", "unapplied", "Neprovedeni", "select_label", "Select Label", "custom_labels", "Prilago\u0111ene oznake", "record_type", "Vrsta zapisa", "record_name", "Ime zapisa", "file_type", "Vrsta datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Provjera zdravlja", "payment_type_id", "Tip uplate", "last_login_at", "Posljednja prijava u", "company_key", "Klju\u010d tvrtke", "storefront", "Storefront", "storefront_help", "Omogu\u0107ite aplikacijama tre\u0107ih strana za stvaranje ra\u010duna", "client_created", "Klijent stvoren", _s20_49, "E-po\u0161ta za internetsko pla\u0107anje", _s20_51, "E-po\u0161ta za ru\u010dno pla\u0107anje", "completed", "Dovr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto saldo", "client_settings", "Postavke klijenta", _s17_57, "Odabrani ra\u010duni", _s17_59, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_61, "Odabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107e ponude", "expired_quotes", "Istekle ponude", "create_client", "Create Client", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Kreiraj ponudu", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "A\u017euriraj ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017euriraj ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017euriraj klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017euriraj dobavlja\u010da", "delete_vendor", "Obri\u0161i dobavlja\u010da", "create_expense", "Stvori tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Off", "when_paid", "When Paid", "expires_on", "Istje\u010de u", "free", "Slobodan", "plan", "Plan", "show_sidebar", "Poka\u017ei bo\u010dnu traku", "hide_sidebar", "Sakrij bo\u010dnu traku", "event_type", "Vrsta doga\u0111aja", "target_url", "Target", "copy", "Kopiraj", "must_be_online", "Ponovo pokrenite aplikaciju nakon povezivanja s internetom", _s17_67, "CRON zadatak mora biti postavljen", "api_webhooks", "API Webhooks", "search_webhooks", "Pretra\u017ei :count Webhooks", "search_webhook", "Pretra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Webhook uspje\u0161no stvoren", "updated_webhook", "Webhook uspje\u0161no a\u017euriran", _s16_76, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_77, "Webhook uspje\u0161no vra\u0107en", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", "Pretra\u017ei :count tokena", "search_token", "Pretra\u017ei 1 token", "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Uredi token", "created_token", "Uspje\u0161no kreiran token", "updated_token", "Uspje\u0161no a\u017euriran token", "archived_token", "Uspje\u0161no arhiviran token", "deleted_token", "Uspje\u0161no obrisan token", "removed_token", "Token uspje\u0161no uklonjen", "restored_token", "Token uspje\u0161no vra\u0107en", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registracija klijenta", _s24_39, "Omogu\u0107ite klijentima da se sami registriraju na portalu", _s21_55, "Prilagodba i pregled", "email_invoice", "Po\u0161alji e-po\u0161tom", "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_54, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", "Vlasni\u0161tvo korisnika", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_82, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_22, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_83, "Novi rok pla\u0107anja", _s17_71, "Uredi uvjete pla\u0107anja", _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_58, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_57, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_24, "Promijeni na mobilni izgled?", _s24_40, "Promijeni na izgled stolnog ra\u010dunala", "send_from_gmail", "Po\u0161alji s Gmaila", "reversed", "Stornirano", "cancelled", "Otkazani", "credit_amount", "Iznos kredita", "quote_amount", "Iznos Ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakri Izbornik", "show_menu", "Prika\u017ei Izbornik", _s18_55, "Djelomi\u010dan Povrat", _s16_85, "Pretra\u017ei Dokumente", "search_designs", "Pretra\u017ei Dizajne", "search_invoices", "Pretra\u017ei Ra\u010dune", "search_clients", "Pretra\u017ei Klijente", "search_products", "Pretra\u017ei proizvode", "search_quotes", "Pretra\u017ei Ponude", "search_credits", "Search Credits", "search_vendors", "Pretra\u017ei Dobavlja\u010da", "search_users", "Pretra\u017ei Korisnike", _s16_86, "Pretra\u017ei porezne stope", "search_tasks", "Pretra\u017ei Zadatke", "search_settings", "Pretra\u017ei Postavke", "search_projects", "Pretra\u017ei projekte", "search_expenses", "Pretra\u017ei tro\u0161kove", "search_payments", "Pretra\u017ei Uplate", "search_groups", "Pretra\u017ei Grupe", "search_company", "Pretra\u017ei Poduze\u0107e", "search_document", "Pretra\u017ei 1 dokument", "search_design", "Pretra\u017ei 1 dizajn", "search_invoice", "Pretra\u017ei 1 ra\u010dun", "search_client", "Pretra\u017ei 1 klijenta", "search_product", "Pretra\u017ei 1 proizvod", "search_quote", "Pretra\u017ei 1 ponudu", "search_credit", "Search 1 Credit", "search_vendor", "Pretra\u017ei 1 dobavlja\u010da", "search_user", "Pretra\u017ei 1 korisnika", "search_tax_rate", "Pretra\u017ei 1 poreznu stopu", "search_task", "Pretra\u017ei 1 zadatka", "search_project", "Pretra\u017ei 1 projekta", "search_expense", "Pretra\u017ei 1 tro\u0161ka", "search_payment", "Pretra\u017ei 1 transakciju", "search_group", "Pretra\u017ei 1 grupu", "refund_payment", "Refund Payment", _s17_75, _s23_47, _s18_57, _s23_47, _s16_92, "Uspje\u0161no otkazani ra\u010duni", _s17_76, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 dana", "age_group_30", "30 - 60 dana", "age_group_60", "60 - 90 dana", "age_group_90", "90 - 120 dana", "age_group_120", "120+ dana", "refresh", "Refresh", "saved_design", "Uspje\u0161no spremljen dizajn", "client_details", "Pojedinosti o klijentu", "company_address", "Adresa tvrtke", "invoice_details", "Detalji ra\u010duna", "quote_details", "Pojedinosti o ponudi", "credit_details", "Credit Details", "product_columns", "Stupci proizvoda", "task_columns", "Stupci zadatka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Permissions", "none", "None", "owned", "U vlasni\u0161tvu", "payment_success", "Uspjeh pla\u0107anja", "payment_failure", "Neuspjeh pla\u0107anja", "invoice_sent", _s19_74, "quote_sent", "Ponuda poslana", "credit_sent", "Credit Sent", "invoice_viewed", "Ra\u010dun pregledan", "quote_viewed", "Ponuda pogledana", "credit_viewed", "Credit Viewed", "quote_approved", "Ponuda odobrena", _s25_32, "Primi sve obavijesti", _s16_94, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_47, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", "Ponuda uspje\u0161no pretvorena", "credit_design", "Credit Design", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Prilago\u0111eni dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Uredi dizajn", "created_design", "Dizajn uspje\u0161no stvoren", "updated_design", "Dizajn uspje\u0161no a\u017euriran", "archived_design", "Dizajn uspje\u0161no arhiviran", "deleted_design", "Dizajn uspje\u0161no izbrisan", "removed_design", "Dizajn uspje\u0161no uklonjen", "restored_design", "Dizajn uspje\u0161no vra\u0107en", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_98, "Ponavljaju\u0107e ponude", "recurring_tasks", "Ponavljaju\u0107i zadaci", _s18_59, "Upravljanje ra\u010dunima", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Dodaj kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspje\u0161no kreiran kredit", "updated_credit", _s27_34, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_36, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_100, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_101, _s36_9, "current_version", "Trenutna verzija", "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_21, "Dostupna je nova verzija web aplikacije", _s16_102, "A\u017euriranje dostupno", "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", "Vi\u0161e informacija", "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetiraj", "number", "Broj", "export", "Izvoz", "chart", "Karte", "count", "Zbroj", "totals", "Zbrojevi", "blank", "Blank", "day", "Dan", "month", "Mjesec", "year", "Godina", "subgroup", "Subgroup", "is_active", "Je aktivan", "group_by", "Grupiraj po", "credit_balance", "Stanje kredita", _s18_65, "Zadnje prijavljivanje kontakta", _s17_83, "Puno ime kontakta", "contact_phone", "Contact Phone", _s21_59, "Prilago\u0111ena vrijednost 1 kontakta", _s21_60, "Prilago\u0111ena vrijednost 2 kontakta", _s21_61, "Prilago\u0111ena vrijednost 3 kontakta", _s21_62, "Prilago\u0111ena vrijednost 4 kontakta", _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_236, "assigned_to_id", "Dodijeljeno ID-u", "created_by_id", "Stvorio ID", "add_column", "Dodaj stupac", "edit_columns", "Uredi stupce", "columns", "Kolone", "aging", "Izvan dospije\u0107a", "profit_and_loss", "Profit i Tro\u0161ak", "reports", "Izvje\u0161\u0107a", "report", "Izvje\u0161\u0107a", "add_company", "Dodaj poduze\u0107e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomo\u0107", "refund", "Refund", "refund_date", "Datum povrata novca", "filtered_by", "Filtrirano po", "contact_email", "Contact Email", "multiselect", "Vi\u0161estruki odabir", "entity_state", "Kanton", "verify_password", "Potvrdi lozinku", "applied", "Primijenjeno", _s21_63, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_8, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_61, "Prika\u017ei detalje o proizvodu", _s25_34, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_63, "PDF renderer zahtijeva :version", _s18_68, "Prilagodite postotak naknade", _s23_26, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_70, "Konfigurirajte postavke", "support_forum", "support forum", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontaktirajte nas", "subtotal", "Osnovica", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_64, "Lozinka je prekratka", _s20_64, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_42, "Zadaci klijentskog portala", _s23_27, "Nadzorna plo\u010da klijentskog portala", _s20_65, "Molimo unesite vrijednost", "deleted_logo", "Logo je uspje\u0161no izbrisan", "yes", "Da", "no", "Ne", "generate_number", "Generiraj broj", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Odaberite tvrtku", "float", "Float", "collapse", "Collapse", "show_or_hide", "Poka\u017ei/Sakrij", "menu_sidebar", "Bo\u010dna traka izbornika", "history_sidebar", "Bo\u010dna traka povijesti", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Module", "first_custom", "Prvi stupac", "second_custom", "Drugi stupac", "third_custom", "Tre\u0107i stupac", "show_cost", "Prika\u017ei tro\u0161ak", _s17_88, _s17_89, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_65, "Prika\u017ei koli\u010dinu proizvoda", _s26_23, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_67, "Prika\u017ei koli\u010dinu ra\u010duna", _s26_24, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Zadana koli\u010dina", _s21_71, "Koli\u010dina stavke retka automatski postavi na 1", "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Postavke poreza", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Opcije", _s16_142, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_37, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_144, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Raspored", "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_77, "Nakon datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", "Djelomi\u010dno pla\u0107anje", "payment_partial", "Partial Payment", _s21_72, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_147, _s16_148, _s16_149, "Filtrirano po korisniku", "administrator", "Administrator", _s18_78, _s66_, "user_management", "Upravljanje korisnicima", "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspje\u0161no stvoren korisnik", "updated_user", "Korisnik je uspje\u0161no a\u017euriran", "archived_user", "Uspje\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspje\u0161no obrisan", "removed_user", "Korisnik je uspje\u0161no uklonjen", "restored_user", "Uspje\u0161no obnovljen korisnik", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, "Sakrij datum pla\u0107anja", _s22_55, 'Prika\u017eite "Datum pla\u0107anja" na ra\u010dunima, onda kada je uplata primljena.', _s23_29, "Ugra\u0111eni dokumenti", _s28_21, "Ubaci dodane dokumente u ra\u010dun.", _s16_153, "Prika\u017ei zaglavlje na", _s16_154, "Prika\u017ei podno\u017eje na", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Page Size", "font_size", "Veli\u010dina fonta", "quote_design", "Quote Design", "invoice_fields", "Polja ra\u010duna", "product_fields", "Product Fields", "invoice_terms", "Uvjeti ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uvjeti ponude", "quote_footer", "Podno\u017eje ponude", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, "Automatski konvertirajte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Tri godine", "never", "Never", "company", "Company", _s17_97, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "Op\u0107enito", "surcharge_field", "Polje doplate", "company_field", "Company Field", "company_value", "Vrijednost tvrtke", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Polje transakcije", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Polje Grupe", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "Uzorak broja", "messages", "Messages", "custom_css", "Prilago\u0111eni CSS", _s17_101, "Prilago\u0111eni JavaScript", _s16_159, "Poka\u017ei na PDF-u", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_41, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markupa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svijetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Prilo\u017eite PDF", _s16_160, "Prilo\u017eite dokumente", "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", _s16_241, "bank_transfer", "Bankovni prijenos", "priority", "Prioritet", "fee_amount", "Iznos naknade", "fee_percent", "Postotak naknade", "fee_cap", "Fee Cap", "limits_and_fees", "Limiti/Naknade", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta uz osigurane detalje", "rate", "Stopa", "tax_rate", "Porezna stopa", "new_tax_rate", "Nova porezna stopa", "edit_tax_rate", "Uredi poreznu stopu", _s16_162, "Uspje\u0161no kreirana porezna stopa", _s16_163, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_104, "Uspje\u0161no arhivirana porezna stopa", _s16_164, "Uspje\u0161no izbrisana porezna stopa", _s17_105, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Proizvodi sa samoispunom", _s18_84, "Odabir proizvoda \u0107e automatski ispuniti opis i cijenu", "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_69, "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_167, "Sustavi online pla\u0107anja", _s19_50, "Novi sustav online pla\u0107anja", _s20_70, "Uredi sustav online pla\u0107anja", _s23_35, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_36, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_42, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_37, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_43, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u tjednu", _s23_38, "Prvi mjesec u godini", "sunday", "Nedjelja", "monday", "Ponedjeljak", "tuesday", "Utorak", "wednesday", "Srijeda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Sije\u010danj", "february", "Velja\u010da", "march", "O\u017eujak", "april", "Travanj", "may", "Svibanj", "june", "Lipanj", "july", "Srpanj", "august", "Kolovoz", "september", "Rujan", "october", "Listopad", "november", "Studeni", "december", "Prosinac", "symbol", "Simbol", "ocde", "Code", "date_format", "Format datuma", "datetime_format", "Format vremena", "military_time", "24 satno vrijeme", _s18_85, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po Projektu", _s17_107, "Filtrirano po grupi", _s19_53, "Filtrirano po ra\u010dunu", _s18_86, "Filtrirano po klijentu", _s18_88, "Filtrirano po dobavlja\u010du", "group_settings", "Postavke grupe", "group", "Group", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspje\u0161no stvorena", "updated_group", "Grupa je uspje\u0161no a\u017eurirana", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Grupa je uspje\u0161no arhivirana", "deleted_group", "Grupa je uspje\u0161no izbrisana", "restored_group", "Grupa je uspje\u0161no vra\u0107ena", "upload_logo", "Prenesi logo", "uploaded_logo", "Uspje\u0161no preneseni logo", "logo", "Logo", "saved_settings", "Postavke uspje\u0161no spremljene", _s16_171, "Postavke proizvoda", "device_settings", "Postavke ure\u0111aja", "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_109, "Napredne postavke", "company_details", "Detalji poduze\u0107a", "user_details", "Detalji korisnika", "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", "Prilago\u0111ena polja", "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Postavke e-po\u0161te", _s23_40, "Predlo\u0161ci & podsjetnici", _s22_58, "Kreditne kartice i banke", _s19_55, "Vizualizacije podataka", "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_42, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_57, "Godi\u0161nja pretplata", "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count korisnika", "upgrade", "Nadogradi", _s25_45, _s18_116, _s24_45, "Molimo unesite prezime", _s33_21, "Molimo vas da se slo\u017eite s uvjetima pru\u017eanja usluge i pravilima o privatnosti za stvaranje ra\u010duna.", "i_agree_to_the", "I agree to the", _s16_173, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", "Korisni\u010dka prijava", "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", "Prijava putem e-po\u0161te", "create_new", "Create New", _s18_90, "Nije odabran nijedan zapis", _s21_79, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_43, _s27_63, "take_picture", "Fotografiraj", "upload_file", "Prenesi datoteku", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_111, "Uspje\u0161no preneseni dokument", _s16_175, "Uspje\u0161no a\u017eurirani dokument", _s17_112, "Uspje\u0161no arhiviran dokument", _s16_176, "Uspje\u0161no izbrisani dokument", _s17_113, "Uspje\u0161no vra\u0107eni dokument", _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Evidentirano", _s16_178, "U obradi", _s16_179, "Fakturirano", "converted", "Konvertirano", _s24_47, _s24_60, "exchange_rate", "Te\u010daj", _s16_180, "Konvertiraj valutu", "mark_paid", "Ozna\u010di uplatu", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspje\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspje\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspje\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspje\u0161no obrisan dobavlja\u010d", "restored_vendor", _s28_28, _s16_181, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_182, _s36_11, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_48, _s16_184, _s29_22, _s17_115, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_185, _s23_48, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_80, "Pronala\u017eenje zapisa nije uspjelo", "invoiced", "Fakturirano", "logged", "Logirano", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigirajte preklopna vremena", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", _s25_47, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_49, "now", "Sada", _s16_186, _s16_187, "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eet", "start_time", "Po\u010detno vrijeme", "end_time", "Zavr\u0161no vrijeme", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspje\u0161no kreiran zadatak", "updated_task", "Uspje\u0161no a\u017euriran zadatak", "archived_task", "Uspje\u0161no arhiviran zadatak", "deleted_task", "Uspje\u0161no obrisan zadatak", "restored_task", "Uspje\u0161no obnovljen zadatak", "archived_tasks", "Uspje\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspje\u0161no obrisano :count zadataka", "restored_tasks", _s34_20, _s19_59, _s18_116, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Novi projekt", _s27_47, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_94, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_15, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_61, "Molimo provjerite autenti\u010dnost", _s24_49, "Biometrijska provjera autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Usporedi", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Prijavite se s Google ra\u010dunom", "today", "Danas", "custom_range", "Prilago\u0111eni Raspon", "date_range", "Raspon datuma", "current", "Trenutni", "previous", "Prija\u0161nji", "current_period", "Teku\u0107e Razdoblje", _s17_119, "Razdoblje usporedbe", "previous_period", "Prethodno razdoblje", "previous_year", "Prethodna godina", "compare_to", "Usporedi s", "last7_days", "Zadnjih 7 dana", "last_week", "Pro\u0161li tjedan", "last30_days", "Zadnjih 30 dana", "this_month", "Ovaj mjesec", "last_month", "Pro\u0161li mjesec", "this_year", "Ova godina", "last_year", "Pro\u0161la godina", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u Ra\u010dune", "clone_to_quote", "Kloniraj u Ponude", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Pretvori", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Uredi uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Uredi tro\u0161ak", "edit_vendor", "Uredi dobavlja\u010da", "edit_project", "Uredi projekt", _s20_72, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, _s16_194, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_81, "active_clients", "aktivni klijenti", "close", "Zatvori", "email", "E-po\u0161ta", "password", "Zaporka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Poredak", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna plo\u010da", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Obnovi", _s16_195, "Osvje\u017eavanje zavr\u0161eno", _s23_41, "Molimo upi\u0161ite va\u0161u email adresu", _s26_34, "Molimo upi\u0161ite va\u0161u zaporku", _s21_83, "Molimo unesite URL", _s26_36, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_121, "Dogodila se pogre\u0161ka", "paid_to_date", "Do sada pla\u0107eno", "balance_due", "Stanje duga", "balance", "Potra\u017eivanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Web", "vat_number", "OIB", "id_number", "ID broj", "create", "Kreiraj", _s19_63, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", "Da li ste sigurni?", "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_199, "Email adresa je pogre\u0161na", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod / usluga", "created_product", "Proizvod je uspje\u0161no kreiran", "updated_product", "Proizvod je uspje\u0161no a\u017euriran", _s16_201, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Proizvod", "notes", "Bilje\u0161ke", "cost", "Cijena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspje\u0161no kreiran", "updated_client", "Uspje\u0161no a\u017euriranje klijenta", "archived_client", "Uspje\u0161no arhiviran klijent", _s16_204, "Uspje\u0161no arhivirano :count klijenata", "deleted_client", "Uspje\u0161no obrisan klijent", "deleted_clients", "Uspje\u0161no obrisano :count klijenata", "restored_client", "Uspje\u0161no obnovljen klijent", _s16_205, _s36_13, "address1", "Ulica i ku\u0107ni broj", "address2", "Kat/Oznaka", "city", "Grad", "state", "\u017dupanija", "postal_code", "Po\u0161tanski broj", "country", "Zemlja", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspje\u0161no kreiran ra\u010dun", "updated_invoice", "Uspje\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_207, "Uspje\u0161no obnovljen ra\u010dun", _s17_125, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspje\u0161no obrisano :count ra\u010duna", _s17_126, _s37_17, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_59, "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uvjeti", "public_notes", "Javne bilje\u0161ke", "private_notes", "Privatne bilje\u0161ke", "frequency", "Frekvencija", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Vrijedi do", "items", "Stavke", "partial_deposit", "Djelomi\u010dno/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cijena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospije\u0107a", _s16_209, _s16_210, "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, "Kliknite + za dodavanje stavke", _s22_61, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_74, "Molimo odaberite datum", _s22_62, "Molimo odaberite klijenta", _s24_51, "Molimo odaberite ra\u010dun", "task_rate", "Satnica", "settings", "Postavke", "language", "Jezik", "currency", "Currency", "created_at", "Datum kreiranja", "created_on", "Stvoreno u", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo upi\u0161ite broj ra\u010duna", _s27_51, "Molimo upi\u0161ite broj ponude", "past_due", "Past Due", "draft", "Skica", "sent", "Poslano", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Partial/Deposit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslano", _s22_64, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_65, _s35_19, _s23_43, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_44, _s36_14, "done", "Dovr\u0161eno", _s37_18, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nije prona\u0111en zapis", "clone", "Kloniraj", "loading", "Loading", "industry", "Industrija", "size", "Veli\u010dina", "payment_terms", "Uvjeti pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status uplate", _s16_213, "U tijeku", _s16_214, "Poni\u0161teno", _s16_215, "Neuspje\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, "Djelimi\u010dni povrat", _s16_218, "Povrat", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Neto", "client_portal", "Klijentski portal", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Email podsjetnici", "enabled", "Enabled", "recipients", "Primatelji", "initial_email", "Prvi Email", "first_reminder", "Prvi podsjetnik", "second_reminder", _s16_242, "third_reminder", _s16_243, "reminder1", "Prvi podsjetnik", "reminder2", _s16_242, "reminder3", _s16_243, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", "Po\u0161alji e-po\u0161tom ra\u010dun klijentu", "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_85, _s21_108, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_219, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_220, "Uspje\u0161no obnovljena uplata", _s17_130, "Uspje\u0161no arhivirana :count uplata", _s16_221, "Uspje\u0161no obrisano :count uplata", _s17_131, _s37_20, "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Ponuda uspje\u0161no kreirana", "updated_quote", "Ponuda je uspje\u0161no a\u017eurirana", "archived_quote", "Ponuda uspje\u0161no arhivirana", "deleted_quote", "Ponuda uspje\u0161no obrisana", "restored_quote", "Uspje\u0161no obnovljena ponuda", "archived_quotes", "Uspje\u0161no arhivirano :count ponuda", "deleted_quotes", "Uspje\u0161no obrisano :count ponuda", "restored_quotes", _s35_22, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", ":user kreirao klijenta :client", "activity_2", ":user arhivirao klijenta :client", "activity_3", ":user obrisao klijenta :client", "activity_4", ":user kreirao ra\u010dun :invoice", "activity_5", ":user a\u017eurirao ra\u010dun :invoice", "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", ":user arhivirao ra\u010dun :invoice", "activity_9", ":user obrisao ra\u010dun :invoce", "activity_10", ":contact upisao uplatu :payment za :invoice", "activity_11", ":user a\u017eurirao uplatu :payment", "activity_12", ":user ahivirao uplatu :payment", "activity_13", ":user obrisao uplatu :payment", "activity_14", ":user upisao :credit kredit", "activity_15", ":user a\u017eurirao :credit kredit", "activity_16", ":user arhivirao :credit kredit", "activity_17", ":user obrisao :credit kredit", "activity_18", ":user kreirao ponudu :quote", "activity_19", ":user a\u017eurirao ponudu :quote", "activity_20", ":user poslao e-po\u0161tom ponudu :quote za :contact", "activity_21", ":contact pregledao ponudu :quote", "activity_22", ":user arhivirao ponudu :quote", "activity_23", ":user obrisao ponudu :quote", "activity_24", ":user obnovio ponudu :quote", "activity_25", ":user obnovio ra\u010dun :invoice", "activity_26", ":user obnovio klijenta :client", "activity_27", ":user obnovio uplatu :payment", "activity_28", ":user obnovio :credit kredit", "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user kreirao tro\u0161ak :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", "Korisnik :user je ponovno otvorio radni nalog :ticket", "activity_55", "Kontakt :contact je odgovorio na radni nalog :ticket", "activity_56", "Korisnik :user je pregledao radni nalog :ticket", "activity_57", "Sustav nije uspio poslati ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user je stornirao ra\u010dun :invoice", "activity_59", ":user otkazao ra\u010dun :invoice", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_65, _s20_76, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_87, _s34_21, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_66, "Dugo pritisnite za vi\u0161estruku odabir", "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Prilago\u0111ena vrijednost 3", "custom_value4", "Prilago\u0111ena vrijednost 4", _s18_95, "Prilago\u0111eni stil e-po\u0161te", _s24_56, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_37, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_58, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_18, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", "Zaklju\u010daj ra\u010dune", "translations", "Prijevodi", _s19_64, "Uzorak broja zadatka", _s19_66, "Broja\u010d broja zadatka", _s22_68, "Uzorak broja tro\u0161kova", _s22_70, "Broja\u010d broja tro\u0161kova", _s21_88, "Uzorak broja dobavlja\u010da", _s21_90, "Broja\u010d brojeva dobavlja\u010da", _s21_92, "Uzorak broja radnog naloga", _s21_94, "Broja\u010d broj radnog naloga", _s22_72, "Uzorak broja transakcije", _s22_74, "Broja\u010d broja transakcije", _s22_76, "Uzorak broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_77, "Uzorak broja ponude", _s20_79, "Broja\u010d ponuda", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, "Klijent je aktivan", "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum valute", "tax_rate1", "Porezna stopa 1", "tax_rate2", "Porezna stopa 2", "tax_rate3", "Porezna stopa 3", "auto_bill", "Auto ra\u010dun", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Izbrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", "\u017dupanija dobavlja\u010da", "vendor_country", "Dr\u017eava dobavlja\u010da", "is_approved", "Odobreno je", "tax_name", "Ime porezne stope", "tax_amount", "Iznos poreza", "tax_paid", "Pla\u0107eno poreza", "payment_amount", "Iznos uplate", "age", "Dospije\u0107e", "is_running", "Is Running", "time_log", "Dnevnik vremena", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Nastaven\xed plateb", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Trvaj\xedc\xed", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "P\u0159idat platebn\xed br\xe1nu", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "P\u0159idat k faktu\u0159e :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "M\u011bna faktury", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1lit", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Na\u010d\xedst PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Je zaplaceno", "age_group_paid", "Zaplaceno", "id", "ID", "convert_to", "Konvertovat na", "client_currency", "M\u011bna klienta", _s16_14, "M\u011bna firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Mal\xfd", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Zb\xfdv\xe1", "invoice_paid", "Faktura zaplacena", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1ln\xed", "large", "Velk\xfd", "extra_large", "Extra velk\xfd", _s16_17, "Zobrazit PDF n\xe1hled", _s21_20, "Zobrazit PDF n\xe1hled p\u0159i editaci faktur", "print_pdf", "Tisk PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Skr\xfdt n\xe1hle", "edit_record", "Upravit z\xe1znam", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, "Pros\xedm nastavte si heslo \xfa\u010dtu", "set_password", "Nastavit heslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Odpojit", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "St\xe1hnout", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, "PS\u010c klienta", _s17_16, "DI\u010c klienta", "has_tasks", "M\xe1 \xfakoly", "registration", "Registrace", _s27_10, "Autorizujte Stripe pro p\u0159ijm\xe1n\xed online plateb.", "view_expense", "Zobrazit n\xe1klad # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, "Aktualizovat v\u0161echny z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavit v\xfdchoz\xed firmu", "updated_company", "Firma \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "Aplikace", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, "Pravideln\xe9 n\xe1klady", _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, "Pravideln\xfd n\xe1klad \xfasp\u011b\u0161n\u011b odstran\u011bn", _s26_5, _s39_0, _s24_17, "Hledat pravideln\xfd n\xe1klad", _s25_6, "Hledat pravideln\xe9 n\xe1klady", "last_sent_date", "Last Sent Date", "include_drafts", "Zahrnout koncepty", _s19_19, "Zahrnout koncepty ve v\xfdpisech", "is_invoiced", "Je vyfakturov\xe1no", "change_plan", "Zm\u011bnit pl\xe1n", "persist_data", "Persistovat data", "customer_count", "Po\u010det z\xe1kazn\xedk\u016f", _s16_24, "Ov\u011b\u0159it klienty", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Desetinn\xe1 \u010d\xe1rka", _s26_6, "Pou\u017e\xedt \u010d\xe1rku jako desetinn\xfd odd\u011blova\u010d ve formul\xe1\u0159\xedch", "select_method", "Vybrat metodu", "select_platform", "Vybrat platformu", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Zapnout Markdown", _s20_24, "Konvertovat Markdown do HTML na PDF", "user_guide", "User Guide", _s18_19, "P\u0159idat druh\xfd kontakt", "previous_page", "P\u0159echoz\xed str\xe1nka", "next_page", "Dal\u0161\xed str\xe1nka", "export_colors", "Exportovat barvy", "import_colors", "Importovat barvy", "clear_all", "Clear All", "contrast", "Kontrast", "custom_colors", "Vlastn\xed barvy", "colors", "Barvy", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Ohodnotit aplikaci", "check_status", "Zkontrolovat status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Zm\u011bnit email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Nevyfakturov\xe1no", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importovat data", "import_settings", "Importovat nastaven\xed", _s17_21, "Pros\xedm vyberte JSON soubor", _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "M\xe1 dan\u011b", _s16_29, "Importovat klienty", _s18_21, _s40_0, "login_success", "P\u0159ihl\xe1\u0161en\xed \xfasp\u011b\u0161n\xe9", "login_failure", "P\u0159ihl\xe1\u0161en\xed selhalo", "exported_data", _s67_, _s23_11, "Zahrnout odstran\u011bn\xe9 klienty", _s28_6, _s41_1, "step_1_sign_in", "Krok 1: P\u0159ihl\xe1sit se", _s16_32, _s17_22, "account_id", "ID \xfa\u010dtu", _s27_14, "Migrace je\u0161t\u011b nen\xed dokon\u010den\xe1", "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Faktura vytvo\u0159ena", "quote_created", "Nab\xeddka vytvo\u0159ena", "credit_created", "Kredit vytvo\u0159en", "pro", "Profi", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Faktura\u010dn\xed polo\u017eka", "quote_item", "Nab\xeddkov\xe1 polo\u017eka", _s18_25, "K\u0159estn\xed jm\xe9no", _s17_23, "P\u0159ijmen\xed", "order", "Order", "unassigned", "Unassigned", "partial_value", "Mus\xed b\xfdt v\u011bt\u0161\xed ne\u017e nula a m\xe9n\u011b ne\u017e sou\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povolit", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Je zobrazeno", "letter", "Letter", "legal", "Legal", "page_layout", "Rozlo\u017een\xed str\xe1nky", "portrait", "Portr\xe9t", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "P\u0159idat hlavi\u010dku", "remove_header", "Odstranit hlavi\u010dku", "return_url", "Return URL", "rest_method", "REST metoda", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo k\xf3d", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010den\xed", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, "Autentifikace selhala", "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modifikov\xe1no", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, "P\u0159edplatn\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bno", _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, "Subdom\xe9na nen\xed dostupn\xe1", "connect_gmail", "Propojit s Gmail", _s16_43, "Odpojit Gmail", "connected_gmail", "\xdasp\u011b\u0161n\u011b propojeno s Gmail", _s18_33, "\xdasp\u011b\u0161n\u011b odpojeno od Gmai", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivovat firmu", _s21_37, _s51_5, _s27_16, "Vyskytla se chyba, zkuste to pros\xedm pozd\u011bji", _s27_17, "Nejprve nastavte heslo", _s34_7, _s52_0, "help_translate", "Pomozte p\u0159elo\u017eit", _s23_14, "Vyberte zemi", "resend_invite", _s17_140, _s19_22, "Dvouf\xe1zov\xe9 ov\u011b\u0159en\xed \xfasp\u011b\u0161n\u011b deaktivov\xe1no", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Doru\u010deno", "bounced", "Bounced", "spam", "Spam", "view_docs", "Zobrazit dokumenty", _s32_4, _s72_, "send_sms", "Odeslat SMS", "sms_code", "SMS k\xf3d", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Propojit s Google", _s17_31, "Odpojit od Google", _s17_33, _s25_56, _s18_35, "Deaktivovat dvouf\xe1zov\xe9 ov\u011b\u0159en\xed", _s34_8, _s34_9, "stay_logged_in", "Z\u016fstat p\u0159ihl\xe1\u0161en", _s23_16, _s40_1, "count_hours", ":count hodin", "count_day", "1 den", "count_days", ":count dn\xed", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Znovu odeslat email", _s26_10, "Potvr\u010fte svou emailovou adresu", _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Zobrazit akce", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Pro aktualizaci spus\u0165te", _s18_37, "Zm\u011bnit na fakturu", _s16_54, "Registra\u010dn\xed URL", "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, "Ulo\u017eit a zobrazit n\xe1hled", "save_and_email", "Ulo\u017eit a odeslat emailem", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Je odesl\xe1no", _s17_40, _s17_41, "document_upload", "Nahr\xe1n\xed dokumentu", _s20_33, "Povolit klient\u016fm nahr\xe1vat dokumenty", "expense_total", "V\xfddaj\u016f celkem", "enter_taxes", "Zadejte dan\u011b", "by_rate", "Podle sazby", "by_amount", "Podle \u010d\xe1stky", "enter_amount", "Zadejte \u010d\xe1stku", "before_taxes", "P\u0159ed dan\xed", "after_taxes", "Po dani", "color", "Barva", "show", "Zobrazit", "hide", "Skr\xfdt", "empty_columns", "Pr\xe1zdn\xe9 sloupce", _s21_41, "Debugovac\xed m\xf3d je zapnut\xfd", _s26_11, "Varov\xe1n\xed: je ur\u010den\xfd pouze pro v\xfdvoj na lok\xe1ln\xedm serveru. M\u016f\u017ee vyzradit \xfadaje. Klikn\u011bte pro dal\u0161\xed informace.", "running_tasks", "Running Tasks", "recent_tasks", "Ned\xe1vn\xe9 \xfakoly", "recent_expenses", "Ned\xe1vn\xe9 n\xe1klady", _s17_42, "Nadch\xe1zej\xedc\xed n\xe1klady", "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_15, _s29_7, "select_file", "Pros\xedm zvolte soubor", _s16_62, _s16_63, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010detnictv\xed", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML m\xf3d", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Dodac\xed list", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u010c\xe1ste\u010dn\u011b splaceno", "invoice_total", "Celkov\xe1 \u010d\xe1stka", "quote_total", "Celkem", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "N\xe1zev projektu", "warning", "Warning", "view_settings", "View Settings", _s24_30, "Varov\xe1n\xed: tato firma je\u0161t\u011b nebylo aktivov\xe1na", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV k\xf3d", "client_name", "Jm\xe9no klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, "Task status \xfasp\u011b\u0161n\u011b odstran\u011bn", _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "M\xe1 b\xfdt fakturov\xe1n", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "Prvn\xed den v m\u011bs\xedci", _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Pravideln\xe1 faktura", _s18_49, "Pravideln\xe9 faktury", _s21_53, "Nov\xe1 pravideln\xe1 faktura", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_28, "Pravideln\xe1 faktura smaz\xe1na", _s25_29, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b odstran\u011bna", _s26_14, "Pravideln\xe1 faktura obnovena", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "N\xe1zev firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hodiny", "statement", "Statement", "taxes", "Dan\u011b", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Pou\u017e\xedt kredit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Komu", "health_check", "Health Check", "payment_type_id", "Typ platby", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadch\xe1zej\xedc\xed faktury", _s17_65, _s17_66, "recent_payments", "Posledn\xed platby", "upcoming_quotes", "Nadch\xe1zej\xedc\xed nab\xeddky", "expired_quotes", "Pro\u0161l\xe9 nab\xeddky", "create_client", "Create Client", "create_invoice", "Vytvo\u0159it fakturu", "create_quote", "Vytvo\u0159it nab\xeddku", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Smazat nab\xeddku", "update_invoice", "Update Invoice", "delete_invoice", "Smazat fakturu", "update_client", "Update Client", "delete_client", "Smazat klienta", "delete_payment", "Smazat platbu", "update_vendor", "Update Vendor", "delete_vendor", "Smazat dodavatele", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Smazat n\xe1klad", "create_task", "Vytvo\u0159it \xfalohu", "update_task", "Update Task", "delete_task", "Smazat \xfalohu", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Zdarma", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", "Webhook \xfasp\u011b\u0161n\u011b odstran\u011bn", _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, ":value webhooky \xfasp\u011b\u0161n\u011b odstran\u011bny", _s17_69, _s37_9, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Editovat token", "created_token", "Token \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_token", "Token \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_token", "Token \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_token", "Token \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_token", "Token \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Poslat emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Jm\xe9no", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Editovat platebn\xed podm\xednky", _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Po\u010det kreditu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Hledat projekt", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Hledat firmu", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "Data firmy \xfasp\u011b\u0161n\u011b smaz\xe1na", _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Adresa firmy", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pr\xe1va", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura odesl\xe1na", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_47, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Odstranit firmu", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hlavi\u010dka", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", "Design \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Datum kreditu", "credit", "Kredit", "credits", "Kredity", "new_credit", "Zadat kredit", "edit_credit", "Edit Credit", "created_credit", "Kredit \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_credit", _s27_34, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_36, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_100, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_101, _s36_9, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Zjistit v\xedce", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetovat", "number", "Number", "export", "Export", "chart", "Graf", "count", "Count", "totals", "Celkem", "blank", "Blank", "day", "Day", "month", "M\u011bs\xedc", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Seskupen\xe9 podle", "credit_balance", "Z\u016fstatek kreditu", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID klienta", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "P\u0159idat firmu", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomoc", "refund", "Vr\xe1cen\xed pen\u011bz", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zpr\xe1va", "from", "Od", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "F\xf3rum podpory", "about", "About", "documentation", "Dokumentace", "contact_us", "Kontaktuje n\xe1s", "subtotal", "Mezisou\u010det", "line_total", "Celkem", "item", "Polo\u017eka", "credit_email", "Credit Email", "iframe_url", "Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, "Hlavn\xed panel klientsk\xe9 z\xf3ny", _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Ano", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Vybrat firmu", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Zobrazit", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, "Zobrazit slevu produktu", _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Nastaven\xed dan\xed", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Rozvrh", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email pro nab\xeddku", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administr\xe1tor", _s18_78, "Povolit u\u017eivatel\u016fm spravovat dal\u0161\xed u\u017eivatele, m\u011bnit nastaven\xed a v\u0161echny z\xe1znamy", "user_management", "Spr\xe1va u\u017eivatel\u016f", "users", "U\u017eivatel\xe9", "new_user", "Nov\xfd u\u017eivatel", "edit_user", "Upravit u\u017eivatele", "created_user", _s25_36, "updated_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_user", "U\u017eival \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b obnoven", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", ":value u\u017eivatel\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bni", "restored_users", _s34_17, _s16_151, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_92, "Skr\xfdt Zaplaceno ke dni", _s22_55, 'Zobrazit na faktu\u0159e "Zaplaceno ke dni" pouze kdy\u017e p\u0159ijde platba.', _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Zobrazit hlavi\u010dku", _s16_154, "Zobrazit pati\u010dku", "first_page", "prvn\xed str\xe1nka", "all_pages", "v\u0161echny str\xe1nky", "last_page", "posledn\xed str\xe1nka", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Z\xe1kladn\xed barva", "secondary_color", "Druh\xe1 barva", "page_size", "Page Size", "font_size", "Velikost fontu", "quote_design", "Quote Design", "invoice_fields", "Pole na faktu\u0159e", "product_fields", "Product Fields", "invoice_terms", "Faktura\u010dn\xed podm\xednky", "invoice_footer", "Pati\u010dka faktury", "quote_terms", "Podm\xednky nab\xeddky", "quote_footer", "Pati\u010dka nab\xeddky", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Automaticky konvertovat", _s23_32, "Automaticky zkonvertovat nab\xeddku na fakturu po schv\xe1len\xed klientem.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "t\xfddn\u011b", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "M\u011bs\xed\u010dn\u011b", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Firma", _s17_97, _s17_98, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Pole produktu", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Voliteln\xe9 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, "Umo\u017en\xed V\xe1m nastavit heslo pro ka\u017ed\xfd kontakt. Pokud heslo nastav\xedte, tak kontakt ho bude pro zobrazen\xed faktury v\u017edy pou\u017e\xedt.", "authorization", "Schv\xe1len\xed", "subdomain", "subdom\xe9na", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "S pozdravem,", _s24_41, "P\u0159idejte si mikrozna\u010dky schema.org do emailu a usnadn\u011bte tak va\u0161im klient\u016fm platby.", "plain", "Prost\xfd text", "light", "Sv\u011btl\xfd", "dark", "Tmav\xfd", "email_design", "Vzhled emailu", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Umo\u017enit mikrozna\u010dky", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_49, "Zm\u011bnit adresu klienta podle poskytnut\xfdch detail\u016f", "rate", "Sazba", "tax_rate", "Da\u0148ov\xe1 sazba", "new_tax_rate", "Nov\xe1 sazba dan\u011b", "edit_tax_rate", "Editovat da\u0148ovou sazbu", _s16_162, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_163, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_104, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_84, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_69, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_76, "Prvn\xed den v t\xfddnu", _s23_38, "Prvn\xed m\u011bs\xedc v roce", "sunday", "Ned\u011ble", "monday", "Pond\u011bl\xed", "tuesday", "\xdater\xfd", "wednesday", "St\u0159eda", "thursday", "\u010ctvrtek", "friday", "P\xe1tek", "saturday", "Sobota", "january", "Leden", "february", "\xdanor", "march", "B\u0159ezen", "april", "Duben", "may", "Kv\u011bten", "june", "\u010cerven", "july", "\u010cervenc", "august", "Srpen", "september", "Z\xe1\u0159\xed", "october", "\u0158\xedjen", "november", "Listopad", "december", "Prosinec", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 hodinov\xfd \u010das", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_109, "Pokro\u010dil\xe9 nastaven\xed", "company_details", "Detaily firmy", "user_details", "U\u017eivatelsk\xe9 detaily", "localization", "Lokalizace", "online_payments", "Online platby", "tax_rates", "Sazby dan\u011b", "notifications", "Notifikace", "import_export", "Import | Export", "custom_fields", "Voliteln\xe1 pole", "invoice_design", "Vzhled faktur", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Nastaven\xed emailu", _s23_40, "\u0160ablony & P\u0159ipom\xednky", _s22_58, _s20_71, _s19_55, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Obchodn\xed podm\xednky", "privacy_policy", "Privacy Policy", "sign_up", "Zaregistrovat se", "account_login", "P\u0159ihl\xe1\u0161en\xed k \xfa\u010dtu", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "St\xe1hnout", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_47, _s24_60, "exchange_rate", "M\u011bnov\xfd kurz", _s16_180, "Zkonvertovat m\u011bnu", "mark_paid", "Mark Paid", "category", "Category", "address", "Adresa", "new_vendor", "Nov\xfd dodavatel", "created_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "restored_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b obnoven", _s16_181, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_182, _s36_11, "new_expense", "Zadat n\xe1klad", "created_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s16_183, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_109, _s16_184, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_115, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_185, _s21_109, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturov\xe1no", "logged", "P\u0159ihl\xe1\u0161en", "running", "Be\u017e\xedc\xed", "resume", "Pokra\u010dovat", "task_errors", "Pros\xedm opravte p\u0159ekr\xfdvaj\xedc\xed se \u010dasy", "start", "Za\u010d\xe1tek", "stop", "Konec", "started_task", _s25_47, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_49, "now", "Nyn\xed", _s16_186, _s16_187, "timer", "\u010casova\u010d", "manual", "Manu\xe1ln\xed", "budgeted", "Budgeted", "start_time", "Po\u010d\xe1te\u010dn\xed \u010das", "end_time", "\u010cas konce", "date", "Datum", "times", "\u010casy", "duration", "Trv\xe1n\xed", "new_task", "Nov\xfd \xfaloha", "created_task", "\xdaloha \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_task", "\xdaloha \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", "archived_task", "\xdaloha \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_task", "\xdaloha \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_task", "\xdaloha \xfasp\u011b\u0161n\u011b obnovena", "archived_tasks", "\xdasp\u011b\u0161n\u011b archivov\xe1no :count \xfaloh", "deleted_tasks", "\xdasp\u011b\u0161n\u011b smaz\xe1no :count \xfaloh", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, ":count projekt\u016f archivov\xe1no", _s16_190, ":count projekt\u016f smaz\xe1no", _s17_118, "Projekt :value obnoven", "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikn\u011bte zde", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Tento m\u011bs\xedc", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Voliteln\xe9", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobrazit fakturu", "convert", "Convert", "more", "More", "edit_client", "Editovat klienta", "edit_product", "Upravit produkt", "edit_invoice", "Editovat fakturu", "edit_quote", "Upravit nab\xeddku", "edit_payment", "Editovat platbu", "edit_task", "Editovat \xfalohu", "edit_expense", "Editovat n\xe1klad", "edit_vendor", "Editovat dodavatele", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Faktura\u010dn\xed adresa", _s16_193, _s16_194, "total_revenue", "Celkov\xe9 p\u0159\xedjmy", "average_invoice", "Pr\u016fm\u011brn\xe1 faktura", "outstanding", "Nezaplaceno", "invoices_sent", ":count faktur odesl\xe1no", "active_clients", "aktivn\xed klienti", "close", "Zav\u0159\xedt", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Secret", "name", "N\xe1zev", "logout", "Odhl\xe1sit se", "login", "P\u0159ihl\xe1\u0161en\xed", "filter", "Filtr", "sort", "Sort", "search", "Vyhledat", "active", "Aktivn\xed", "archived", "Archivov\xe1no", "deleted", "Smaz\xe1no", "dashboard", "Hlavn\xed panel", "archive", "Archivovat", "delete", "Smazat", "restore", "Obnovit", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_121, _s17_122, "paid_to_date", "Zaplaceno ke dni", "balance_due", "Zb\xfdv\xe1 zaplatit", "balance", "Z\u016fstatek", "overview", "Overview", "details", "Detaily", "phone", "Telefon", "website", "Str\xe1nky", "vat_number", "DI\u010c", "id_number", "I\u010cO", "create", "Vytvo\u0159it", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Jm\xe9no", "last_name", "P\u0159\xedjmen\xed", "add_contact", "P\u0159idat kontakt", "are_you_sure", "Jste si jisti?", "cancel", "Zru\u0161it", "ok", "Ok", "remove", "Odstranit", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_product", "Produkt \xfasp\u011b\u0161n\u011b aktualizov\xe1n", _s16_201, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Pozn\xe1mky", "cost", "Cena", "client", "Klient", "clients", "Klienti", "new_client", "Nov\xfd klient", "created_client", "Klient \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_client", "Klient \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_client", "Klient \xfasp\u011b\u0161n\u011b archivov\xe1n", _s16_204, ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0archivov\xe1no", "deleted_client", "Klient \xfasp\u011b\u0161n\u011b\xa0smaz\xe1n", "deleted_clients", ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0smaz\xe1no", "restored_client", "Klient \xfasp\u011b\u0161n\u011b obnoven", _s16_205, _s36_13, "address1", "Ulice", "address2", "\u010c\xedslo patra/bytu", "city", "M\u011bsto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Zem\u011b", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nov\xe1 faktura", "created_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0vytvo\u0159ena", "updated_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0aktualizov\xe1na", _s16_206, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_207, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_125, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_208, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_126, _s37_17, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_59, "amount", "\u010c\xe1stka", "invoice_number", "\u010c\xedslo faktury", "invoice_date", "Datum vystaven\xed", "discount", "Sleva", "po_number", "\u010c\xedslo objedn\xe1vky", "terms", "Podm\xednky", "public_notes", "Ve\u0159ejn\xe9 pozn\xe1mky", "private_notes", "Soukrom\xe9 pozn\xe1mky", "frequency", "Frekvence", "start_date", "Po\u010d\xe1te\u010dn\xed datum", "end_date", "Kone\u010dn\xe9 datum", "quote_number", "\u010c\xedslo nab\xeddky", "quote_date", "Datum nab\xeddky", "valid_until", "Plat\xed do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Popis", "unit_cost", "Jedn. cena", "quantity", "Mno\u017estv\xed", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", _s16_244, _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Nastaven\xed", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "DPH", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Odesl\xe1no", "viewed", "Viewed", "approved", "Approved", "partial", "Z\xe1loha", "paid", "Zaplacen\xe9", "mark_sent", "Zna\u010dka odesl\xe1no", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Dokon\u010dit", _s37_18, _s37_19, "dark_mode", "Tmav\xfd m\xf3d", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Pr\xe1zdn\xfd kontakt", "activity", "Aktivita", _s16_211, "Nebyly nalezeny \u017e\xe1dn\xe9 z\xe1znamy", "clone", "Duplikovat", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Platebn\xed podm\xednky", "payment_date", "Datum platby", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Klientsk\xfd port\xe1l", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prvn\xed p\u0159ipom\xednka", "second_reminder", "Druh\xe1 p\u0159ipom\xednka", "third_reminder", "T\u0159et\xed p\u0159ipom\xednka", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "P\u0159edm\u011bt", "body", "T\u011blo", "send_email", "Odeslat email", "email_receipt", "Odeslat potvrzen\xed platby klientovi", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "P\u0159izp\u016fsoben\xed", "history", "Historie", "payment", "Platba", "payments", "Platby", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Odkaz na transakci", "enter_payment", "Zadat platbu", "new_payment", "Zadat platbu", "created_payment", "Platba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_payment", "Platba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s16_219, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_220, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_130, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_221, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_131, _s37_20, "quote", "Nab\xeddka", "quotes", "Nab\xeddky", "new_quote", "Nov\xe1 nab\xeddka", "created_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "archived_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b obnovena", "archived_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", "restored_quotes", _s35_22, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Dodavatel\xe9", "task", "Task", "tasks", "\xdalohy", "project", "Project", "projects", "Projekty", "activity_1", ":user vytvo\u0159il klienta :client", "activity_2", ":user archivoval klienta :client", "activity_3", ":user smazal klienta :client", "activity_4", ":user vytvo\u0159il fakturu :invoice", "activity_5", ":user zm\u011bnil fakturu :invoice", "activity_6", ":user poslal email s fakturou :invoice pro :client na :contact", "activity_7", "Klient :contact zobrazil fakturu :invoice pro :client", "activity_8", ":user archivoval fakturu :invoice", "activity_9", ":user smazal fakturu :invoice", "activity_10", _s85_0, "activity_11", ":user zm\u011bnil platbu :payment", "activity_12", ":user archivoval platbu :payment", "activity_13", ":user smazal platbu :payment", "activity_14", ":user zadal :credit kredit", "activity_15", ":user zm\u011bnil :credit kredit", "activity_16", ":user archivoval :credit kredit", "activity_17", ":user smazal :credit kredit", "activity_18", ":user vytvo\u0159il nab\xeddku :quote", "activity_19", ":user zm\u011bnil nab\xeddku :quote", "activity_20", _s50_9, "activity_21", ":contact zobrazil nab\xeddku :quote", "activity_22", ":user archivoval nab\xeddku :quote", "activity_23", ":user smazal nab\xeddku :quote", "activity_24", ":user obnovil nab\xeddku :quote", "activity_25", ":user obnovil fakturu :invoice", "activity_26", ":user obnovil klienta :client", "activity_27", ":user obnovil platbu :payment", "activity_28", ":user obnovil :credit kredit", "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user znovu otev\u0159el tiket :ticket", "activity_55", ":contact odpov\u011bd\u011bl na tiket :ticket", "activity_56", ":user zobrazil tiket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, "Vlastn\xed zpr\xe1va na hlavn\xedm panelu", _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_77, _s20_78, _s20_79, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_226, _s16_244, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatick\xe9 fakturov\xe1n\xed", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "N\xe1zev dan\u011b", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u010c\xe1stka k platb\u011b", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "N\xe1zev dan\u011b 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalingsindstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Tilf\xf8j gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Tilf\xf8j til faktura nr.: :invoice", _s17_11, _s17_12, "week", "Uge", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opret projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkend", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "S\xe6t adgangskode", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s22_81, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Brugerguide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senest opdateret", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Ikke tilknyttet", "partial_value", "Skal v\xe6re st\xf8rre end nul og mindre end totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiv\xe9r", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Angiv subdom\xe6net eller vis fakturaen p\xe5 din egen hjemmeside.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, "Abonnementet blev opdateret", _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Refunderet betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_37, "Konvert\xe9r til en faktura", _s16_54, _s16_55, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_15, _s29_7, "select_file", "Venligst v\xe6lg en fil", _s16_62, _s16_63, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ikke betalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Faktura total", "quote_total", "Tilbud total", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kontrolcifre", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Udgiftskategorier", _s20_46, "Ny udgiftskategori", _s21_46, _s21_47, _s24_31, "Udgiftskategori oprettet", _s24_32, "Ajourf\xf8rt udgiftskategori", _s25_19, "Udgiftskategori arkiveret", _s24_33, "Sletning af kategori er gennemf\xf8rt", _s24_34, _s37_7, _s25_20, "Udgiftskategori genoprettet", _s27_23, ".count udgiftskategori(er) arkiveret", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gentaget faktura", _s18_49, "Gentagende fakturaer", _s21_53, "Ny gentaget fakture", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_37, _s24_38, "always", "Altid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Klientnummer", "auto_convert", "Auto Convert", "company_name", "Firma navn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Timer", "statement", "Statement", "taxes", "Skatter", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Kommende fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige betalinger", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Opret faktura", "create_quote", "Opret tilbud", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Slet tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slet faktura", "update_client", "Update Client", "delete_client", "Slet kunde", "delete_payment", "Slet betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slet s\xe6lger", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opret opgave", "update_task", "Update Task", "delete_task", "Slet opgave", "approve_quote", "Approve Quote", "off", "Deaktiver", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token's", "new_token", "New Token", "edit_token", "Redig\xe9r token", "created_token", "Token oprettet", "updated_token", "Token opdateret", "archived_token", _s27_27, "deleted_token", "Token slettet", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8b", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Eksklusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_142, _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "By/Postnummer", _s17_79, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, "Advarsel: Dette vil slette dine data permanent, der er ingen m\xe5der at fortryde.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dage", "age_group_30", "30 - 60 dage", "age_group_60", "60 - 90 dage", "age_group_90", "90 - 120 dage", "age_group_120", "120+ dage", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s22_82, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_47, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hoved", "load_design", "Indl\xe6s design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Projektforslag", "tickets", "Sager", _s16_98, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Kreditter", "new_credit", "Indtast kredit", "edit_credit", "Redig\xe9r kredit", "created_credit", "Kredit oprettet", "updated_credit", "Opdatering af kredit gennemf\xf8rt", "archived_credit", "Kredit arkiveret", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Kredit genskabt", _s16_100, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_101, _s36_9, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Eksport", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Blank", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupp\xe9r efter", "credit_balance", "Kreditsaldo", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Kontakttelefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Klients ID", "assigned_to", "Assigned to", "created_by", "Oprettet af :navn", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og tab", "reports", "Rapporter", "report", "Rapport", "add_company", "Tilf\xf8j firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hj\xe6lp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-mailkontakt", "multiselect", "Multiselect", "entity_state", "Status", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Besked", "from", "Fra", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Dokumentation", "contact_us", "Kontakt os", "subtotal", "Subtotal", "line_total", "Sum", "item", "Produkttype", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Indsend", _s16_144, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds e-mail", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_36, "updated_user", "Bruger opdateret", "archived_user", _s26_26, "deleted_user", "Bruger slettet", "removed_user", _s25_39, "restored_user", "Bruger genskabt", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Fakturaindstillinger", _s17_92, _s19_77, _s22_55, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6r Farve", "secondary_color", "Sekund\xe6r Farve", "page_size", "Page Size", "font_size", "Font St\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Product Fields", "invoice_terms", _s20_83, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto konvertering", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ugentlig", "freq_two_weeks", "To uger", "freq_four_weeks", "Fire uger", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Projektfelt", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Pr\xe6fix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Brugerdefineret CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_9, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_33, "Tilbuds Betingelser Afkrydsningsfelt", _s28_22, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_41, "Fakturasignatur", _s30_10, "Kr\xe6v at klienten giver deres underskrift.", _s23_34, "Tilbuds underskrift", _s22_57, "Adgangskodebeskyttet Fakturaer", _s27_38, "Lader dig indtaste en adgangskode til hver kontakt. Hvis en adgangskode ikke er lavet, vil kontakten blive p\xe5lagt at indtaste en adgangskode f\xf8r det er muligt at se fakturaer.", "authorization", "Autorisation", "subdomain", "Underdomain", "domain", "Dom\xe6ne", "portal_mode", "Portal Mode", "email_signature", "Venlig hilsen,", _s24_41, "G\xf8r det lettere for dine klienter at betale dig ved at tilf\xf8je schema.org markup i dine e-mails.", "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Brug HTML markup sprog", "reply_to_email", "Svar-til e-mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC-email", "processed", "Processed", "credit_card", "Kreditkort", "bank_transfer", "Bankoverf\xf8rsel", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiv\xe9r minimum", "enable_max", "Aktiv\xe9r maksimum", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_49, "Opdater kundens adresse med de opgivne detaljer", "rate", "Sats", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Automatisk-udfyld produkter", _s18_84, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_69, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Januar", "february", "Februar", "march", "Marts", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_109, "Avancerede indstillinger", "company_details", "Virksomhedsinformation", "user_details", "User Details", "localization", "Lokalisering", "online_payments", "Onlinebetaling", "tax_rates", "Momssatser", "notifications", "P\xe5mindelser", "import_export", "Import/Eksport", "custom_fields", "Brugerdefineret felt", "invoice_design", "Fakturadesign", "buy_now_buttons", '"K\xf8b nu" knapper', "email_settings", "E-mail-indstillinger", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, _s17_143, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Vilk\xe5r for brug", "privacy_policy", "Privatlivspolitik", "sign_up", "Registrer dig", "account_login", "Konto Log ind", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Opret ny", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Hent", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konverteret", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark\xe9r som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny s\xe6lger", "created_vendor", "S\xe6lger oprettet", "updated_vendor", "S\xe6lger opdateret succesfuldt", "archived_vendor", "Gennemf\xf8rte arkivering af s\xe6lger", "deleted_vendor", "Sletning af s\xe6lger gennemf\xf8rt", "restored_vendor", "Genskabelse af s\xe6lger gennemf\xf8rt", _s16_181, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_182, _s36_11, "new_expense", "Indtast udgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", "Opgave stoppet", "resumed_task", _s25_49, "now", "Nu", _s16_186, _s16_187, "timer", "Tidtager", "manual", "Manuelt", "budgeted", "Budgeted", "start_time", "Start Tidspunkt", "end_time", "Slut tidspunkt", "date", "Dato", "times", "Gange", "duration", "Varighed", "new_task", "Ny opgave", "created_task", "Opgave oprettet", "updated_task", "Opgave opdateret", "archived_task", "Opgave arkiveret", "deleted_task", "Opgave slettet", "restored_task", "Opgave genskabt", "archived_tasks", "Antal arkiverede opgaver: :count", "deleted_tasks", "Antal opgaver slettet: :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_188, "Projektet blev arktiveret", "deleted_project", _s22_81, _s16_189, "Projektet blev genskabt", _s17_117, ":count projekter blev arkiveret", _s16_190, ":count projekter blev slettet", _s17_118, _s37_15, "new_project", "Nyt projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "Klik her", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5ned", "last_month", "Forrige m\xe5ned", "this_year", "Dette \xe5r", "last_year", "Forrige \xe5r", "custom", "Brugertilpasset", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger kunde", "edit_product", "Rediger produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Rediger tilbud", "edit_payment", "Redig\xe9r betaling", "edit_task", "Redig\xe9r opgave", "edit_expense", "Edit Expense", "edit_vendor", "Redig\xe9r s\xe6lger", "edit_project", "Redig\xe9r projekt", _s20_72, _s20_73, "billing_address", "Faktura adresse", _s16_193, _s16_194, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_82, "active_clients", "aktive kunder", "close", "Luk", "email", "E-mail", "password", "Kodeord", "url", "URL", "secret", "Hemmelighed", "name", "Navn", "logout", "Log ud", "login", "Log ind", "filter", "Filter", "sort", "Sort", "search", "S\xf8g", "active", "Aktiv", "archived", "Archived", "deleted", "Slettet", "dashboard", "Oversigt", "archive", "Arkiv", "delete", "Slet", "restore", "Genskab", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_121, _s17_122, "paid_to_date", "Betalt pr. d.d.", "balance_due", "Udest\xe5ende bel\xf8b", "balance", "Balance", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Hjemmeside", "vat_number", "CVR/SE-nummer", "id_number", "CVR/SE-nummer", "create", "Opret", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Efternavn", "add_contact", "Tilf\xf8j kontakt", "are_you_sure", "Er du sikker?", "cancel", "Annuller", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_201, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_202, "Genskabelse af produkt gennemf\xf8rt", _s17_123, _s37_23, _s16_203, "Sletning af :count produkter gennemf\xf8rt", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notes", "cost", "Cost", "client", "Kunde", "clients", "Kunder", "new_client", "Ny kunde", "created_client", "Kunde oprettet succesfuldt", "updated_client", "Kunde opdateret", "archived_client", "Kunde arkiveret", _s16_204, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_205, _s36_13, "address1", "Gade", "address2", "Nummer", "city", "By", "state", "Omr\xe5de", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura oprettet", "updated_invoice", "Faktura opdateret", _s16_206, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_207, "Faktura genskabt", _s17_125, "Arkiverede :count fakturaer", _s16_208, "Slettede :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_245, "discount", "Rabat", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Public Notes", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Slutdato", "quote_number", "Tilbuds nummer", "quote_date", "Tilbuds dato", "valid_until", "Gyldig indtil", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Enhedspris", "quantity", "Stk.", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Betalingsfrist", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "F\xe6rdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk tilstand", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktiveret", "recipients", "Modtagere", "initial_email", "Indledende e-mail", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Skabelon", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send e-mail", "email_receipt", "Send e-mail kvittering til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingstype", _s21_85, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_219, "Betaling arkiveret", "deleted_payment", _s16_246, _s16_220, "Betaling genskabt", _s17_130, "Arkiverede :count betalinger", _s16_221, "Slettede :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nyt tilbud", "created_quote", "Tilbud oprettet", "updated_quote", "Tilbud opdateret", "archived_quote", "Tilbud arkiveret", "deleted_quote", "Tilbud slettet", "restored_quote", "Tilbud genskabt", "archived_quotes", "Arkiverede :count tilbud", "deleted_quotes", "Slettede :count tilbud", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_47, "activity_2", ":user arkiverede kunde :client", "activity_3", ":user slettede kunde :client", "activity_4", ":user oprettede faktura :invoice", "activity_5", ":user ajourf\xf8rte faktura :invoice", "activity_6", ":user emailede fakturaen :invoice for :client til :contact", "activity_7", ":contact l\xe6ste faktura :invoice for :client", "activity_8", ":user arkiverede faktura :invoice", "activity_9", ":user slettede faktura :invoice", "activity_10", ":contact indtastede betaling :payment for :payment_amout i fakturaen :invoice for :client", "activity_11", ":user ajourf\xf8rte betaling :payment", "activity_12", ":user arkiverede betaling :payment", "activity_13", ":user slettede betaling :payment", "activity_14", ":user indtastede :credit kredit", "activity_15", ":user ajourf\xf8rte :credit kredit", "activity_16", ":user arkiverede :credit kredit", "activity_17", ":user slettede :credit kredit", "activity_18", ":user oprettede tilbud :quote", "activity_19", ":user ajourf\xf8rte tilbud :quote", "activity_20", ":user emailede tilbuddet :quote for :client til :contact", "activity_21", ":contact l\xe6ste tilbud :quote", "activity_22", ":user arkiverede tilbud :quote", "activity_23", ":user slettede tilbud:quote", "activity_24", ":user genoprettede tilbud :quote", "activity_25", ":user genoprettede faktura :invoice", "activity_26", ":user genoprettede kunde :client", "activity_27", ":user genoprettede betaling :payment", "activity_28", ":user genoprettede :credit kredit", "activity_29", ":contact godkendte tilbuddet :quote for :client", "activity_30", ":user oprettede s\xe6lger :vendor", "activity_31", ":user arkiverede s\xe6lger :vendor", "activity_32", ":user slettede s\xe6lgeren :vendor", "activity_33", ":user genskabte s\xe6lgeren :vendor", "activity_34", ":user oprettede udgiften :expense", "activity_35", ":user arkiverede udgiften :expense", "activity_36", ":user slettede udgiften :expense", "activity_37", ":user genskabte udgiften :expense", "activity_39", ":user annullerede en :payment_amount betaling :payment", "activity_40", ":bruger refunderet :justering af en :betaling_bel\xf8b betaling :betaling", "activity_41", ":payment_amount betaling (:betaling) mislykkedes", "activity_42", ":user oprettede opgaven :task", "activity_43", ":user opdaterede opgaven :task", "activity_44", ":user arkiverede opgaven :task", "activity_45", ":user slettede opgave :task", "activity_46", ":user genoprettede opgave :task", "activity_47", ":user ajourf\xf8rte udgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user gen\xe5bnede sagen :ticket", "activity_55", ":contact besvarede sagen :ticket", "activity_56", ":user l\xe6ste sagen :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-t\xe6ller", _s20_77, _s20_78, _s20_79, "Tilbuds nummer-t\xe6ller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8b", "age", "Alder", "is_running", "Is Running", "time_log", "Tids log", "bank_id", "bank", _s19_70, _s19_71, _s16_227, "Udgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", ":user heeft aankooporder :purchase_order aangemaakt", "activity_131", ":user heeft aankooporder :purchase_order aangepast", "activity_132", ":user heeft aankooporder :purchase_order gearchiveerd", "activity_133", ":user heeft aankooporder :purchase_order verwijderd", "activity_134", ":user heeft aankooporder :purchase_order hersteld", "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Samenvoegen", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepteer", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalingsinstellingen", "default", "Standaard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Openstaand", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Gateway toevoegen", _s24_9, _s77_, "left", "Links", "right", "Rechts", "center", "Midden", "page_numbering", "Pagina nummering", _s24_10, "Pagina nummering uitlijning", _s31_1, "Factuur verstuurd", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", "Maak binnen enkele seconden uw account aan", "login_label", _s28_0, "add_to_invoice", "Toevoegen aan factuur :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Factuur valuta", "range", "Bereik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Project aanmaken", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "De toeslag voor een :amount factuur is :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", "Succesvol :value taken gestart", "stopped_tasks", "Succesvol :value taken gestopt", "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Goedkeuren", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Reken om naar", "client_currency", "Klant valuta", _s16_14, "Bedrijf valuta", "purged_client", "De klant is gewist", _s27_8, "Om spam te voorkomen moet je een betaald account hebben om emails aan te passen", _s22_25, "Upgrade uw abonnement om meer bedrijven toe te voegen", _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, "Data is aan het laden - een moment geduld", "wait_for_saving", "Data is aan het opslaan - een moment geduld", _s20_21, "Opmerking: veranderingen die hier worden gemaakt zijn voorvertoningen, ze moeten hierboven worden toegepast", "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", ":user heeft terugkerende uitgave :recurring_expense aangemaakt", "activity_121", "::user heeft terugkerende uitgave :recurring_expense aangepast", "activity_122", ":user heeft terugkerende uitgave :recurring_expense gearchiveerd", "activity_123", ":user heeft terugkerende uitgave :recurring_expense verwijderd", "activity_124", ":user heeft terugkerende uitgave :recurring_expense teruggezet", "normal", "Normaal", "large", "Groot", "extra_large", "Extra groot", _s16_17, "Laat PDF voorvertoning zien", _s21_20, "Laat PDF voorvertoning zien tijdens het aanpassen van de facturen", "print_pdf", "Print PDF", "remind_me", "Herinner mij", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Verberg voorvertoning", "edit_record", "Edit Record", _s27_9, "Het kredietbedrag kan niet meer zijn dan het te factureren bedrag.", "giropay", "GiroPay", "direct_debit", "Automatische Incasso", _s21_21, "Voer een account wachtwoord in", "set_password", "Stel wachtwoord in", _s17_14, "Wij raden de desktop app aan voor de beste werking.", _s16_21, "Wij raden de mobiele app aan voor de beste werking.", _s20_22, _s33_4, "disconnect", "Verbreek verbinding", "add_to_invoices", "Voeg toe aan facturen", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, "Klant postcode", _s17_16, "Klant BTW-nummer", "has_tasks", "Has Tasks", "registration", "Registratie", _s27_10, _s50_4, "view_expense", "Bekijk uitgave #:expense", "view_statement", "Toon overzicht", "sepa", "SEPA Automatisch incasso", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Systeem", _s19_15, "Stel in als standaard bedrijf", "updated_company", "Bedrijf succesvol ge\xfcpdatet", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Help ons door aan te geven waarom (optioneel)", "webhook_success", "Webhook Success", _s24_16, "Taken moeten allemaal behoren tot dezelfde klant", _s27_11, "Kosten moeten allemaal behoren tot dezelfde klant", "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Van naam", _s16_23, "Kopieer naar uitgave", _s17_19, "Terugkerende uitgave", _s18_17, "Terugkerende uitgaven", _s21_22, "Nieuwe terugkerende uitgave", _s22_27, "Terugkerende uitgave bewerken", _s25_2, "De terugkerende uitgave is aangemaakt", _s25_3, "De terugkerende uitgave is gewijzigd", _s26_4, "De terugkerende uitgave is gearchiveerd", _s25_4, _s25_59, _s25_5, _s38_2, _s26_5, "De terugkerende uitgave is hersteld", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Gebruikershandleiding", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importeer data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user heeft terugkerend factuur :recurring_invoice aangemaakt", "activity_101", ":user heeft terugkerend factuur :recurring_invoice aangepast", "activity_102", ":user heeft terugkerend factuur :recurring_invoice gearchiveerd", "activity_103", ":user heeft terugkerend factuur :recurring_invoice verwijderd", "activity_104", ":user heeft terugkerend factuur :recurring_invoice teruggezet", _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Laatst bijgewerkt", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Contact voornaam", _s17_23, "Contact achternaam", "order", "Order", "unassigned", "Niet toegewezen", "partial_value", "Moet groter zijn dan nul en minder dan het totaal", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeer", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Stel het subdomein in of toon de factuur op uw eigen website.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promocode", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Beveiliging", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementen", _s16_41, "Nieuw Abonnement", _s17_29, "Abonnement wijzigen", _s20_27, "Het abonnement is aangemaakt", _s20_28, "Het abonnement is gewijzigd", _s21_34, "Het abonnement is gearchiveerd", _s20_29, _s31_24, _s20_30, _s31_24, _s21_35, "Succesvol abonnement hersteld", _s19_21, "Zoek 1 abonnement", _s20_31, "Zoek :count abonnementen", _s26_8, "Subdomein is niet beschikbaar", "connect_gmail", "Verbind Gmail", _s16_43, "Verbreek Gmail", "connected_gmail", "Succesvol verbonden met Gmail", _s18_33, "Succesvol verbroken met Gmail", _s16_45, "Wijzigingen aan de code kunnen leiden tot een blokkade tijdens het updaten. Door het volgende commando kan je de wijzigingen verwijderen:", _s16_46, "Klant-id nummer", "count_minutes", ":count minuten", _s16_48, "Wachtwoord timeout", _s29_5, "Gedeelde factuur/offertenummers teller", "use_last_email", "Gebruik laatste e-mail", _s16_50, "Activeer bedrijf", _s21_37, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_16, "Er is een fout opgetreden, probeer het opnieuw", _s27_17, "Stel eerst een wachtwoord in", _s34_7, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_14, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_22, "2FA succesvol uitgeschakeld", _s16_52, "Account succesvol verbonden", _s19_23, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_4, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_38, "Scan de streepjescode met een :link compatibele app.", _s18_34, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_31, "Verwijder Google", _s17_33, "Tweestaps-authenticatie", _s18_35, "Schakel twee factor authenticatie uit", _s34_8, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_16, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_24, "Time-out van websessie", _s17_34, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_10, "Bevestig je e-mailadres", _s16_53, "Gecrediteerde betaling", _s19_26, _s27_66, _s19_28, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_36, "Start Multi select", _s27_19, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_39, "Om :client_counter te gebruiken, voeg ofwel :client_number of :client_id_number toe om conflicten te voorkomen", "this_quarter", "Dit kwartaal", "last_quarter", "Laatste Kwartaal", "to_update_run", "Om bij te werken voer", _s18_37, "Zet om naar factuur", _s16_54, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_29, "Zoek betalingstermijn 1", _s20_32, "Zoek :count betalingstermijnen", _s16_56, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_58, "Ondersteunde gebeurtenissen", _s16_60, "Omgezet bedrag", _s17_38, "Omgekeerd balans", _s22_31, '"Reeds betaald" omzetten', _s24_21, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_40, "Standaard documenten", "document_upload", "Document uploaden", _s20_33, "Laat klanten documenten uploaden", "expense_total", "Totale uitgave", "enter_taxes", "Voer belastingen in", "by_rate", "Op tarief", "by_amount", "Op bedrag", "enter_amount", "Voer bedrag in", "before_taxes", "Voor BTW", "after_taxes", "Na BTW", "color", "Kleur", "show", "Tonen", "hide", "Verbergen", "empty_columns", "Lege kolommen", _s21_41, "Foutopsporingsmodus is ingeschakeld", _s26_11, "Opgelet: Debug modus dient enkel gebruikt te worden tijdens lokale ontwikkeling, aangezien gevoelige informatie op deze manier zichtbaar wordt. Klik op meer te weten te komen.", "running_tasks", "Lopende taken", "recent_tasks", "Recente taken", "recent_expenses", "Recente uitgaven", _s17_42, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_23, "Dubbele kolommapping", _s20_34, "Gebruik inclusieve belastingen", _s18_39, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeer", _s25_15, "Gebruik eerste rij als kolomnaam", "select_file", "Selecteer een bestand", _s16_62, "Geen bestand geselecteerd", "csv_file", "Selecteer CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_33, "Geef alle CSV's op.", "import_type", "Importeer type", "html_mode", "HTML Mode", "html_mode_help", "Voorvertoning laadt sneller maar is minder accuraat", "view_licenses", "Bekijk Licenties", "webhook_url", "Webhook URL", _s17_44, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_34, 'Typ ":value" om te bevestigen', "purge", "Wissen", "service", "Service", "clone_to", "Dupliceer naar", "clone_to_other", "Dupliceert naar andere", "labels", "Labels", "add_custom", "Aangepast toevoegen", "payment_tax", "Betalingsbelasting", "unpaid", "Onbetaald", "white_label", "White Label", "delivery_note", "Afleveringsbon", _s24_26, "Verzonden facturen zijn vergrendeld", _s24_28, "Betaalde facturen zijn vergrendeld", "source_code", "Broncode", "app_platforms", "App-platforms", "invoice_late", "Factuur te laat", "quote_expired", "Offerte verlopen", "partial_due", "Te betalen voorschot", "invoice_total", "Factuur totaal", "quote_total", "Offertetotaal", "credit_total", "Totaal Credit", _s23_17, "Factuur totaal", "actions", "Acties", "expense_number", "Uitgave nummer", "task_number", "Taaknummer", "project_number", "Projectnummer", "project_name", "Project naam", "warning", "Waarschuwing", "view_settings", "Instellingen tonen", _s24_30, "Waarschuwing: dit bedrijf is nog niet geactiveerd", "late_invoice", "Late factuur", "expired_quote", "Verlopen offerte", "remind_invoice", "Herinnering Factuur", "cvv", "CVV", "client_name", "Klantnaam", "client_phone", "Klant telefoon", "required_fields", "Verreisde velden", "calculated_rate", "Berekend tarief", _s17_46, "Standaard taak tarief", "clear_cache", "Maak cache leeg", "sort_order", "Sorteer volgorde", "task_status", "Status", "task_statuses", "Taak status", "new_task_status", "Nieuwe taak status", _s16_64, "Taak status aanpassen", _s19_30, "Succesvol een taak status aangemaakt", _s19_31, _s20_84, _s20_36, "Succesvol een taak status gearchiveerd", _s19_32, _s36_17, _s19_33, _s36_17, _s20_37, "Succesvol een taak status hersteld", _s22_35, "Succesvol taakstatussen :value gearchiveerd", _s21_43, "Succesvol taak statussen :value verwijderd", _s22_36, "Succesvol taak statussen :value hersteld", _s18_41, "Zoek 1 taak status", _s20_39, "Zoek :count taak statussen", _s16_66, "Taken tabel tonen", _s21_44, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_40, "Factuur taak tijdlog", _s25_16, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_42, "Factuur taak datumlog", _s25_17, "Voeg datumdetails toe aan de factuurregelitems", _s21_45, "Start taken voordat het wordt opgeslagen", _s18_42, "Status instellen", "task_settings", "Taak instellingen", _s20_44, "Categorie\xebn instellen", _s18_44, _s16_247, _s20_46, "Nieuwe uitgavecategorie", _s21_46, "Bewerk uitgavencategorie", _s24_31, "De uitgaven categorie is aangemaakt", _s24_32, "De uitgaven categorie is gewijzigd", _s25_19, "De uitgaven categorie is gearchiveerd", _s24_33, "De categorie is verwijderd", _s24_34, "De uitgavencategorie is verwijderd", _s25_20, "De uitgaven categorie hersteld", _s27_23, ":count uitgave-categorie\xebn gearchiveerd", _s26_12, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_24, "Uitgave succesvol hersteld: waarde categorie\xebn", _s23_18, "Zoek 1 uitgavencategorie", _s25_22, "Zoek :count uitgave categorie\xebn", _s21_48, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_37, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_48, "De applicatie draait op de laatste versie, maar wellicht zijn er nog een aantal fixes beschikbaar.", "mark_paid_help", "Volg de uitgave dat betaald is", _s18_46, "Moet worden gefactureerd", _s23_19, "Maak het mogelijk de uitgave te factureren", _s29_8, "Laat de documenten zien", _s21_50, "Stel een ruilwaarde in van de valuta", _s16_68, "Uitgave instellingen", _s18_47, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Kaart", _s17_49, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_23, "Herhalend factuur succesvol stopgezet", _s25_24, "Herhalend factuur succesvol gestart", _s25_25, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_34, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_38, "Eerste dag van de maand", _s21_51, "Laatste dag van de maand", _s17_51, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_70, "Resterende keren", _s17_53, "Terugkerende factuur", _s18_49, "Terugkerende facturen", _s21_53, "Nieuwe terugkerende factuur", _s22_40, "Bewerk terugkerende factuur", _s25_26, "Herhalend factuur succesvol aangemaakt", _s25_27, "Herhalend factuur succesvol bijgewerkt", _s26_13, "De terugkerende factuur is gearchiveerd", _s25_28, "De terugkerende factuur is verwijderd", _s25_29, "Herhalend factuur succesvol verwijderd", _s26_14, "De terugkerende factuur is hersteld", _s27_25, "Terugkerende succesvol gearchiveerd: waarde facturen", _s26_15, "Terugkerende succesvol verwijderd: waarde facturen", _s27_26, "Terugkerende succesvol hersteld: waarde facturen", _s24_35, "Zoek 1 herhalend factuur", _s25_30, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_8, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_51, "Toestaan te betalen boven het te betalen bedrag", _s23_20, "Draag bij aan extra betalen om fooi te accepteren", _s19_35, "Toestaan te betalen onder het te betalen bedrag", _s24_36, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_4, "Koppelen mislukt", _s30_5, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_55, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_72, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_37, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_85, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_53, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_74, "De facturen zijn gemaild", "emailed_quotes", "De offertes zijn gemaild", "emailed_credits", "Creditnota is succesvol gemaild", "gateway", "Gateway", "view_in_stripe", "Bekijk in Stripe", "rows_per_page", "Regels per pagina", "hours", "Uren", "statement", "Overzicht", "taxes", "Belastingen", "surcharge", "Toeslag", "apply_payment", "Betaling toepassen", "apply_credit", "Gebruik krediet", "apply", "Toepassen", "unapplied", "Niet toegepast", "select_label", "Selecteer label", "custom_labels", "Aangepaste labels", "record_type", "Record Type", "record_name", "Record naam", "file_type", "Bestandstype", "height", "Hoogte", "width", "Breedte", "to", "Aan", "health_check", "Health Check", "payment_type_id", "Betalingstype", "last_login_at", "Voor het laatst ingelogd", "company_key", "Bedrijfssleutel", "storefront", "Storefront", "storefront_help", "Activeer third-party applicaties om facturen te maken", "client_created", "Klant aangemaakt", _s20_49, "Online betalingsmail", _s20_51, "Handmatige betalingsmail", "completed", "Voltooid", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_57, "Geselecteerde facturen", _s17_59, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_61, "Geselecteerde uitgaves", _s17_63, "Aankomende facturen", _s17_65, "Verlopen facturen", "recent_payments", "Recente betalingen", "upcoming_quotes", "Eerstvolgende offertes", "expired_quotes", "Verlopen offertes", "create_client", "Klant aanmaken", "create_invoice", "Factuur aanmaken", "create_quote", "Maak offerte aan", "create_payment", "Cre\xeber betaling", "create_vendor", "Leverancier aanmaken", "update_quote", "Offerte bijwerken", "delete_quote", "Verwijder offerte", "update_invoice", "Factuur bijwerken", "delete_invoice", "Verwijder factuur", "update_client", "Klant bijwerken", "delete_client", "Verwijder klant", "delete_payment", "Verwijder betaling", "update_vendor", "Leverancier bijwerken", "delete_vendor", "Verwijder leverancier", "create_expense", "Cre\xeber uitgave", "update_expense", "Uitgave bijwerken", "delete_expense", "Verwijder uitgave", "create_task", "Taak aanmaken", "update_task", "Taak bijwerken", "delete_task", "Verwijder taak", "approve_quote", "Offerte goedkeuren", "off", "Uit", "when_paid", "Wanneer betaald", "expires_on", "Verloopt op", "free", "Gratis", "plan", "Abonnement", "show_sidebar", "Laat zijbalk zien", "hide_sidebar", "Verberg zijbalk", "event_type", "Event Type", "target_url", "Doel", "copy", "Kopieer", "must_be_online", "Herstart alsjeblieft de applicatie wanneer er verbinding is met het internet", _s17_67, "De crons moeten geactiveerd worden", "api_webhooks", "API Webhooks", "search_webhooks", "Zoek :count webhooks", "search_webhook", "Zoek 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nieuwe webhook", "edit_webhook", "Webhook bijwerken", "created_webhook", "Webhook succesvol aangemaakt", "updated_webhook", "Webhook succesvol bijgewerkt", _s16_76, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_61, "removed_webhook", _s28_61, _s16_77, "Webhook succesvol hersteld", _s17_68, "Succesvol gearchiveerd: waarde webhooks", _s16_78, _s37_24, _s16_79, _s37_24, _s17_69, "Succesvol hersteld: waarde webhooks", "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Zoek :count tokens", "search_token", "Zoek 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Nieuwe token", "edit_token", "Wijzig token", "created_token", "Het token is aangemaakt", "updated_token", "Het token is gewijzigd", "archived_token", "Het token is gearchiveerd", "deleted_token", "Het token is verwijderd", "removed_token", "Token succesvol verwijderd", "restored_token", "Token succesvol hersteld", "archived_tokens", "Succesvol gearchiveerd: waarde tokens", "deleted_tokens", "Succesvol verwijderd: waarde tokens", "restored_tokens", "Succesvol hersteld: waarde tokens", _s19_37, "Klant registratie", _s24_39, "Zelfregistratie voor klanten in het portaal toestaan", _s21_55, "Pas aan & Weergeven", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_54, "Er is geen e-mailadres ingesteld voor de klant", "ledger", "Grootboek", "view_pdf", "Bekijk PDF", "all_records", "Alle gegevens", "owned_by_user", "Owned door gebruiker", _s16_80, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_82, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_22, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_83, "Nieuwe betalingstermijn", _s17_71, "Bewerk betalingstermijn", _s20_55, "De betalingstermijn is aangemaakt", _s20_56, "De betalingstermijn is gewijzigd", _s21_56, "De betalingstermijn is gearchiveerd", _s20_57, _s38_16, _s20_58, _s38_16, _s21_57, "betalingstermijn met succes hersteld", _s22_45, "Succesvol gearchiveerd: waarde betalingsvoorwaarden", _s21_58, "Succesvol verwijderd: waarde betalingsvoorwaarden", _s22_46, "Succesvol hersteld: waarde betalingsvoorwaarden", "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_24, "Verander naar de mobiele layout?", _s24_40, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Creditbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_55, "Gedeeltelijk terugbetaald", _s16_85, "Documenten zoeken", "search_designs", "Ontwerpen zoeken", "search_invoices", "Facturen zoeken", "search_clients", "Klanten zoeken", "search_products", "Producten zoeken", "search_quotes", "Offertes zoeken", "search_credits", "Zoek Krediet", "search_vendors", "Zoek Leveranciers", "search_users", "Zoek Gebruikers", _s16_86, "Zoek Belastingstarieven", "search_tasks", "Zoek Taken", "search_settings", "Zoek Instellingen", "search_projects", "Zoek Projecten", "search_expenses", "Zoek Uitgaven", "search_payments", "Zoek Betalingen", "search_groups", "Zoek Groepen", "search_company", "Zoek Bedrijf", "search_document", "Zoek 1 document", "search_design", "Zoek 1 ontwerp", "search_invoice", "Zoek 1 factuur", "search_client", "Zoek 1 klant", "search_product", "Zoek 1 product", "search_quote", "Zoek 1 offerte", "search_credit", "Zoek 1 krediet", "search_vendor", "Zoek 1 leverancier", "search_user", "Zoek 1 gebruiker", "search_tax_rate", "Zoek 1 BTW-tarief", "search_task", "Zoek 1 taak", "search_project", "Zoek 1 project", "search_expense", "Zoek 1 uitgave", "search_payment", "Zoek 1 betaling", "search_group", "Zoek 1 groep", "refund_payment", "Terugbetalen", _s17_75, "Factuur succesvol geannuleerd", _s18_57, "Facturen succesvol geannuleerd", _s16_92, "Factuur succesvol teruggedraaid", _s17_76, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_77, "Stad/Provincie/Postcode", _s17_79, "Postcode/Stad/Provincie", "custom1", _s17_144, "custom2", _s17_145, "custom3", _s16_248, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_93, "De bedrijfsgegevens zijn gewist", _s18_58, "Waarschuwing: Dit zal uw gegevens verwijderen. Er is geen manier om dit ongedaan te maken.", "invoice_balance", "Factuur balans", "age_group_0", "0 - 30 dagen", "age_group_30", "30 - 60 dagen", "age_group_60", "60 - 90 dagen", "age_group_90", "90 - 120 dagen", "age_group_120", "120+ dagen", "refresh", "Verversen", "saved_design", "Ontwerp opgeslagen", "client_details", "Klantgegevens", "company_address", "Bedrijfs-adres", "invoice_details", "Factuur details", "quote_details", "Offerte Details", "credit_details", "Kredietgegevens", "product_columns", "Product kolommen", "task_columns", "Taak kolommen", "add_field", "Veld toevoegen", "all_events", "Alle gebeurtenissen", "permissions", "Rechten", "none", "Geen", "owned", "Eigendom", "payment_success", "Betaling is gelukt", "payment_failure", "Betalingsfout", "invoice_sent", ":count factuur verzonden", "quote_sent", "Offerte Verzonden", "credit_sent", "Factuur verzonden", "invoice_viewed", "Factuur bekeken", "quote_viewed", "Offerte Bekeken", "credit_viewed", "Krediet bekeken", "quote_approved", "Offerte Goedgekeurd", _s25_32, "Ontvang alle notificaties", _s16_94, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_47, "Waarschuwing: Dit zal uw account verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_48, "Waarschuwing: Hiermee verwijder je permanent je bedrijf, dit kan niet worden ontdaan.", "enabled_modules", "Ingeschakelde modules", "converted_quote", "Offerte omgezet", "credit_design", "Krediet ontwerp", "includes", "Inclusief", "header", "Koptekst", "load_design", "Laad ontwerp", "css_framework", "CSS Framework", "custom_designs", "Aangepaste Ontwerpen", "designs", "Ontwerpen", "new_design", "Nieuw ontwerp", "edit_design", "Ontwerp aanpassen", "created_design", "Ontwerp aangemaakt", "updated_design", "Ontwerp bijgewerkt", "archived_design", "Ontwerp gearchiveerd", "deleted_design", _s18_117, "removed_design", _s18_117, "restored_design", "Ontwerp teruggehaald", _s16_96, "Succesvol gearchiveerd: waarde designs", "deleted_designs", "Succesvol verwijderd: waarde designs", _s16_97, "Succesvol hersteld: waarde designs", "proposals", "Voorstellen", "tickets", "Tickets", _s16_98, "Terugkerende offertes", "recurring_tasks", "Terugkerende Taken", _s18_59, "Accountbeheer", "credit_date", "Creditdatum", "credit", "Credit", "credits", "Creditnota's", "new_credit", "Nieuwe creditnota", "edit_credit", "Wijzig krediet", "created_credit", "De creditnota is aangemaakt", "updated_credit", "Het krediet is gewijzigd", "archived_credit", "De creditnota is gearchiveerd", "deleted_credit", "De creditnota is verwijderd", "removed_credit", "Krediet is verwijders", "restored_credit", "De creditnota is hersteld", _s16_100, "Succesvol :count creditnota's gearchiveerd", "deleted_credits", "Succesvol :count creditnota's verwijderd", _s16_101, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_21, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_102, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Kom meer te weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_81, _s17_82, "credit_footer", "Krediet voettekst", "credit_terms", "Kredietvoorwaarden", "new_company", "Nieuw bedrijf", "added_company", "Bedrijf toegevoegd", "company1", "Aangepast bedrijf 1", "company2", "Aangepast bedrijf 2", "company3", "Aangepast bedrijf 3", "company4", "Aangepast bedrijf 4", "product1", "Aangepast product 1", "product2", "Aangepast product 2", "product3", "Aangepast product 3", "product4", "Aangepast product 4", "client1", "Aangepast cli\xebnt 1", "client2", "Aangepast cli\xebnt 2", "client3", "Aangepast cli\xebnt 3", "client4", "Aangepast cli\xebnt 4", "contact1", "Aangepast Contact 1", "contact2", "Aangepast Contact 2", "contact3", "Aangepast Contact 3", "contact4", "Aangepast Contact 4", "task1", "Aangepaste Taak 1", "task2", "Aangepaste Taak 2", "task3", "Aangepaste Taak 3", "task4", "Aangepaste Taak 4", "project1", "Aangepast Project 1", "project2", "Aangepast Project 2", "project3", "Aangepast Project 3", "project4", "Aangepast Project 4", "expense1", "Aangepaste Uitgave 1", "expense2", "Aangepaste Uitgave 2", "expense3", "Aangepaste Uitgave 3", "expense4", "Aangepaste Uitgave 4", "vendor1", "Aangepaste Aanbieder 1", "vendor2", "Aangepaste Aanbieder 2", "vendor3", "Aangepaste Aanbieder 3", "vendor4", "Aangepaste Aanbieder 4", "invoice1", "Aangepaste Factuur 1", "invoice2", "Aangepaste Factuur 2", "invoice3", "Aangepaste Factuur 3", "invoice4", "Aangepaste Factuur 4", "payment1", "Aangepaste Betaling 1", "payment2", "Aangepaste Betaling 2", "payment3", "Aangepaste Betaling 3", "payment4", "Aangepaste Betaling 4", "surcharge1", _s20_86, "surcharge2", _s20_87, "surcharge3", _s20_88, "surcharge4", _s20_89, "group1", "Aangepaste Groep 1", "group2", "Aangepaste Groep 2", "group3", "Aangepaste Groep 3", "group4", "Aangepaste Groep 4", "reset", "Reset", "number", "Nummer", "export", "Exporteer", "chart", "Grafiek", "count", "Telling", "totals", "Totalen", "blank", "Blanco", "day", "Dag", "month", "Maand", "year", "Jaar", "subgroup", "Subgroep", "is_active", "Is actief", "group_by", "Groepeer per", "credit_balance", "Kredietsaldo", _s18_65, "Contact laatste Login", _s17_83, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_59, "Contact aangepaste waarde 1", _s21_60, "Contact aangepaste waarde 2", _s21_61, "Contact aangepaste waarde 3", _s21_62, "Contact aangepaste waarde 4", _s17_85, "Leveringsstraat", _s17_86, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_59, "Leverings Postcode", _s16_132, "Leveringsland", _s16_134, "Facturatie straat", _s16_135, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_40, "Facturatie Postcode", "billing_country", "Facturatieland", "client_id", "Klantnummer", "assigned_to", "Toegewezen aan", "created_by", "Aangemaakt door :name", "assigned_to_id", "Toegekend aan ID", "created_by_id", "Gemaakt door ID", "add_column", "Voeg kolom toe", "edit_columns", "Wijzig kolom", "columns", "Kolommen", "aging", "Toekomst", "profit_and_loss", "Winst en verlies", "reports", "Rapporten", "report", "Rapport", "add_company", "Bedrijf toevoegen", "unpaid_invoice", "Onbetaalde factuur", "paid_invoice", "Betaalde factuur", _s16_136, "Niet goedgekeurde offerte", "help", "Help", "refund", "Terugbetaling", "refund_date", "Terugbetaling datum", "filtered_by", "Gefilterd op", "contact_email", "Contact e-mail", "multiselect", "Multiselectie", "entity_state", "Staat", "verify_password", "Verifieer wachtwoord", "applied", "Toegepast", _s21_63, "Voeg recente fouten uit de logboeken toe", _s30_8, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_61, "toon product details", _s25_34, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_63, "De PDF renderaar vereist :version", _s18_68, "Pas Vergoedingspercentage Aan", _s23_26, "Pas percentage aan om rekening te houden met de kosten", _s18_70, "Instellingen configureren", "support_forum", "Support Forum", "about", "Over", "documentation", "Documentatie", "contact_us", "Contacteer ons", "subtotal", "Subtotaal", "line_total", "Totaal", "item", "Artikel", "credit_email", "Krediet E-mail", "iframe_url", "Website", "domain_url", "Domein URL", _s21_64, "Wachtwoord is te kort", _s20_64, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_42, "Klantenportaal taken", _s23_27, "Klantenportaal dashboard", _s20_65, "Voer alstublieft een waarde in", "deleted_logo", "Logo verwijderd", "yes", "Ja", "no", "Nee", "generate_number", "Genereer nummer", "when_saved", "Als opgeslagen", "when_sent", "Als verzonden", "select_company", "Selecteer Bedrijf", "float", "Float", "collapse", "Inklappen", "show_or_hide", "Laten zien/Verbergen", "menu_sidebar", "Menu Zijbalk", "history_sidebar", "Geschiedenis Zijbalk", "tablet", "Tablet", "mobile", "Mobiel", "desktop", "Bureaublad", "layout", "Indeling", "view", "Bekijken", "module", "Module", "first_custom", _s17_144, "second_custom", _s17_145, "third_custom", _s16_248, "show_cost", "Toon kosten", _s17_88, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_65, "Toon product hoeveelheid", _s26_23, "Toon aantallen voor producten, anders de standaard versie", _s21_67, "Toon factuur aantallen", _s26_24, "Toon aantallen voor regelitem, anders de standaard versie", _s21_69, "Toon product korting", _s26_25, "Geef een regelitem kortingssveld weer", _s16_138, "Standaard aantallen", _s21_71, "Stel de producthoeveelheid automatisch in op 1", "one_tax_rate", "Eerste BTW-tarief", "two_tax_rates", "Tweede BTW-tarief", "three_tax_rates", "Derde BTW-tarief", _s16_140, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_90, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_72, _s31_25, "configure_rates", "Tarieven instellen", _s18_73, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_75, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_44, "Komma gescheiden lijst", "options", "Opties", _s16_142, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdwon", "field_type", "Veld type", _s27_37, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_144, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Creditnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_145, "Late vergoedingspercentage", "schedule", "Schema", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_77, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_83, "payment_partial", _s22_83, _s21_72, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_147, "Eindeloze taak", _s16_149, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_78, "Geef gebruiker de toestemming om andere gebruikers te beheren, instellingen te wijzigen en alle regels te bewerken.", "user_management", "Gebruikersbeheer", "users", "Gebruikers", "new_user", "Nieuwe Gebruiker", "edit_user", "Bewerk gebruiker", "created_user", "De gebruiker is aangemaakt", "updated_user", "De gebruiker is gewijzigd", "archived_user", "De gebruiker is gearchiveerd", "deleted_user", "De gebruiker is verwijderd", "removed_user", "Gebruiker verwijderd", "restored_user", "De gebruiker is hersteld", "archived_users", "Succesvol gearchiveerd: waarde gebruikers", "deleted_users", _s39_6, "removed_users", _s39_6, "restored_users", "Succesvol hersteld: waarde gebruikers", _s16_151, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_92, 'Verberg "Reeds betaald"', _s22_55, 'Toon alleen het "Reeds betaald" gebied op je facturen als er een betaling gemaakt is.', _s23_29, "Documenten invoegen", _s28_21, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_153, "Toon header op", _s16_154, "Toon footer op", "first_page", "eerste pagina", "all_pages", "alle pagina's", "last_page", "laatste pagina", "primary_font", "Primair lettertype", "secondary_font", "Secundair lettertype", "primary_color", "Primaire kleur", "secondary_color", "Secundaire kleur", "page_size", "Paginagrootte", "font_size", "Tekstgrootte", "quote_design", "Offerte ontwerp", "invoice_fields", "Factuurvelden", "product_fields", "Productvelden", "invoice_terms", "Factuur voorwaarden", "invoice_footer", "Factuurvoettekst", "quote_terms", "Offertevoorwaarden", "quote_footer", "Offertevoettekst", _s18_79, "Automatisch e-mailen", _s23_30, "Verzend terugkerende facturen automatisch wanneer ze worden gemaakt.", _s18_80, "Automatisch archiveren", _s23_31, "Offertes automatisch archiveren wanneer ze zijn omgezet.", _s18_81, _s20_85, _s23_32, "Zet een offerte automatisch om in een factuur zodra deze door een klant wordt goedgekeurd.", _s17_94, "Workflow instellingen", "freq_daily", "Dagelijks", "freq_weekly", "Wekelijks", "freq_two_weeks", "Twee weken", "freq_four_weeks", "Vier weken", "freq_monthly", "Maandelijks", "freq_two_months", "Twee maanden", _s17_96, "Drie maanden", _s16_155, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_156, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_97, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_157, "Terugkerend voorvoegsel", "number_padding", "Nummer afstand", "general", "Algemeen", "surcharge_field", "Extra toeslag veld", "company_field", "Bedrijf veld", "company_value", "Bedrijfswaarde", "credit_field", "Credit veld", "invoice_field", "Factuur veld", _s17_99, "Factuurkost", "client_field", "Klant veld", "product_field", "Productveld", "payment_field", "Betaalveld", "contact_field", "Contact veld", "vendor_field", "Leverancier veld", "expense_field", "Uitgave veld", "project_field", "Project veld", "task_field", "Taak veld", "group_field", "Groepsveld", "number_counter", "Nummerteller", "prefix", "Voorvoegsel", "number_pattern", "Nummer patroon", "messages", "Berichten", "custom_css", "Aangepaste CSS", _s17_101, "Zelfgeschreven JavaScript", _s16_159, "Weergeven op PDF", _s21_74, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_40, "Factuurvoorwaarden checkbox", _s30_9, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_33, "Offertevoorwaarden checkbox", _s28_22, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_41, "Factuur handtekening", _s30_10, "Verplicht de klant om zijn handtekening te zetten.", _s23_34, "Offerte handtekening", _s22_57, "Facturen beveiligen met een wachtwoord", _s27_38, "Geeft u de mogelijkheid om een wachtwoord in te stellen voor elke contactpersoon. Als er een wachtwoord is ingesteld moet de contactpersoon het wachtwoord invoeren voordat deze facturen kan bekijken.", "authorization", "Autorisatie", "subdomain", "Subdomein", "domain", "Domein", "portal_mode", "portaalmodus", "email_signature", "Met vriendelijke groeten,", _s24_41, "Maak het gemakkelijker voor uw klanten om te betalen door scherma.org opmaak toe te voegen aan uw e-mails.", "plain", "Platte tekst", "light", "Licht", "dark", "Donker", "email_design", "E-mail Ontwerp", "attach_pdf", "PDF bijvoegen", _s16_160, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_46, "Opmaak inschakelen", "reply_to_email", "Antwoord naar e-mail", "reply_to_name", "Antwoordnaam", "bcc_email", "BCC Email", "processed", "Verwerkt", "credit_card", "Creditcard", "bank_transfer", "Overschrijving", "priority", "Prioriteit", "fee_amount", "Vergoedingsbedrag", "fee_percent", "Vergoedingspercentage", "fee_cap", "Maximale vergoeding", "limits_and_fees", "limiet/vergoedingen", "enable_min", "Min inschakelen", "enable_max", "Max inschakelen", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_49, "Pas het adres van de klant aan met de ingevulde gegevens", "rate", "Tarief", "tax_rate", "BTW-tarief", "new_tax_rate", "Nieuw BTW-tarief", "edit_tax_rate", "Bewerk tarief", _s16_162, "Het tarief is aangemaakt", _s16_163, "Het tarief is bijgewerkt", _s17_104, "Het tarief is gearchiveerd", _s16_164, "De BTW heffing is verwijderd", _s17_105, "De BTW heffing is teruggezet", _s18_82, "Succesvol gearchiveerd: waarde belastingstarieven", _s17_106, "Succesvol verwijderd: waarde belastingtarieven", _s18_83, "Succesvol hersteld: waarde belastingtarieven", "fill_products", "Producten Automatisch aanvullen", _s18_84, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_69, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_165, "Producten omzetten", _s21_75, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_249, _s16_167, _s16_249, _s19_50, "Nieuwe instantie aanmaken", _s20_70, "Huidige instantie bewerken", _s23_35, "De nieuwe instantie is aangemaakt", _s23_36, "De nieuwe instantie is bijgewerkt", _s24_42, "De nieuwe instantie is gearchiveerd", _s23_37, "De nieuwe instantie is verwijderd", _s24_43, "De nieuwe instantie is hersteld", _s25_43, "Succesvol gearchiveerd: waarde gateways", _s24_44, "Succesvol verwijderd: waarde gateways", _s25_44, "Succesvol hersteld: waarde gateways", _s16_169, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_76, "Eerste dag van de week", _s23_38, "Eerste maand van het jaar", "sunday", "Zondag", "monday", "Maandag", "tuesday", "Dinsdag", "wednesday", "Woensdag", "thursday", "Donderdag", "friday", "Vrijdag", "saturday", "Zaterdag", "january", "januari", "february", "februari", "march", "maart", "april", "april", "may", "mei", "june", "juni", "july", "juli", "august", "augustus", "september", "september", "october", "oktober", "november", "november", "december", "december", "symbol", "Symbool", "ocde", "Code", "date_format", "Datum formaat", "datetime_format", "Datum/tijd opmaak", "military_time", "24-uurs klok", _s18_85, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_51, "Gefilterd op project", _s17_107, "Filteren op groep", _s19_53, "Filteren op factuur", _s18_86, "Filteren op klant", _s18_88, "Filteren op leverancier", "group_settings", "Groepsinstellingen", "group", "Groep", "groups", "Groep", "new_group", "Nieuwe groep", "edit_group", "Wijzig groep", "created_group", "Nieuwe groep aangemaakt", "updated_group", "Groep gewijzigd", "archived_groups", "Succesvol gearchiveerd: waarde groepen", "deleted_groups", "Succesvol verwijderd: waarde groepen", "restored_groups", "Succesvol hersteld: waarde groepen", "archived_group", "Groep gearchiveerd", "deleted_group", "Groep verwijderd", "restored_group", "De groep is hersteld", "upload_logo", "Upload logo", "uploaded_logo", "Het logo is opgeslagen", "logo", "Logo", "saved_settings", "De instellingen zijn opgeslagen", _s16_171, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_109, "Geavanceerde instellingen", "company_details", "Bedrijfsdetails", "user_details", "Gebruikersgegevens", "localization", "Lokalisatie", "online_payments", "Online betalingen", "tax_rates", "BTW-tarieven", "notifications", "Notificaties", "import_export", "Importeer/Exporteer", "custom_fields", "Aangepaste velden", "invoice_design", "Factuurontwerp", "buy_now_buttons", "Koop nu knoppen", "email_settings", "E-mailinstellingen", _s23_40, "Sjablonen en herinneringen", _s22_58, "Credit Cards & Banken", _s19_55, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_42, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_57, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_45, "Vul een voornaam in aub", _s24_45, "Vul een naam in aub", _s33_21, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s16_173, "Gebruiksvoorwaarden", "privacy_policy", "Privacybeleid", "sign_up", "Aanmelden", "account_login", "Accountlogin", "view_website", "Bekijk website", "create_account", "Account aanmaken", "email_login", "Email login", "create_new", "Nieuwe aanmaken", _s18_90, "Geen records geselecteerd", _s21_79, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_43, "Vereist een enterprise plan", "take_picture", "Maak foto", "upload_file", "Upload bestand", "document", "Document", "documents", "Documenten", "new_document", "Nieuw document", "edit_document", "Bewerk Document", _s17_111, "Document is geupload", _s16_175, "Het document is bijgewerkt", _s17_112, "Het document is gearchiveerd", _s16_176, "Het document is verwijderd", _s17_113, "Het document is hersteld", _s18_92, "Succesvol gearchiveerd: waarde documenten", _s17_114, "Succesvol verwijderd: waarde documenten", _s18_93, "Succesvol hersteld: waarde documenten", "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_177, "Gelogged", _s16_178, "In afwachting", _s16_179, "Gefactureerd", "converted", "Omgezet", _s24_47, "Voeg documenten toe aan factuur", "exchange_rate", "Wisselkoers", _s16_180, "Reken valuta om", "mark_paid", "Markeer als betaald", "category", "Categorie", "address", "Adres", "new_vendor", "Nieuwe leverancier", "created_vendor", "De leverancier is aangemaakt", "updated_vendor", "De leverancier is gewijzigd", "archived_vendor", "De leverancier is gearchiveerd", "deleted_vendor", "De leverancier is verwijderd", "restored_vendor", "De leverancier is hersteld", _s16_181, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_182, "Succesvol hersteld: waarde leveranciers", "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_183, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_184, "De uitgave is hersteld", _s17_115, "De uitgaven zijn gearchiveerd", _s16_185, "De uitgaven zijn verwijderd", _s17_116, "Succesvol hersteld: waarde uitgaven", "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_80, "Geen gegeven gevonden", "invoiced", "Gefactureerd", "logged", "Gelogd", "running", "Lopend", "resume", "Doorgaan", "task_errors", "Pas overlappende tijden aan a.u.b..", "start", "Start", "stop", "Stop", "started_task", "De taak is gestart", "stopped_task", "De taak is gestopt", "resumed_task", "Taak hervat", "now", "Nu", _s16_186, "Automatisch Startende Taken", "timer", "Timer", "manual", "Manueel", "budgeted", "Begroot", "start_time", "Starttijd", "end_time", "Eindtijd", "date", "Datum", "times", "Tijden", "duration", "Duur", "new_task", "Nieuwe taak", "created_task", "De taak is aangemaakt", "updated_task", _s20_84, "archived_task", "De taak is gearchiveerd", "deleted_task", "De taak is verwijderd", "restored_task", "De taak is hersteld", "archived_tasks", "Succesvol :count taken gearchiveerd", "deleted_tasks", "Succesvol :count taken verwijderd", "restored_tasks", "Succesvol hersteld: waarde taken", _s19_59, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_188, "Het project is gearchiveerd", "deleted_project", _s25_59, _s16_189, "Het project is hersteld", _s17_117, "Succesvol :count projecten gearchiveerd", _s16_190, "Succesvol :count projecten verwijderd", _s17_118, "Succesvol hersteld: waarde projecten", "new_project", "Nieuw project", _s27_47, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_94, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_15, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_61, "Gelieve te authenticeren", _s24_49, "Biometrische authenticatie", "footer", "Voettekst", "compare", "Vergelijk", "hosted_login", "Hosted login", "selfhost_login", "Self-Host login", "google_sign_in", "Log in met Google", "today", "Vandaag", "custom_range", "Aangepast bereik", "date_range", "Datumbereik", "current", "Huidige", "previous", "Vorige", "current_period", "Huidige Periode", _s17_119, "Periode om mee te vergelijken", "previous_period", "Vorige Periode", "previous_year", "Vorig jaar", "compare_to", "Vergelijk met", "last7_days", "Laatste 7 dagen", "last_week", "Afgelopen week", "last30_days", "Laatste 30 Dagen", "this_month", "Deze maand", "last_month", "Vorige maand", "this_year", "Dit jaar", "last_year", "Vorig jaar", "custom", "Aangepast", _s16_191, "Dupliceer als factuur", "clone_to_quote", "Dupliceer als offerte", "clone_to_credit", "Klonen naar krediet", "view_invoice", "Bekijk factuur", "convert", "Converteer", "more", "Meer", "edit_client", "Wijzig klant", "edit_product", "Wijzig product", "edit_invoice", "Wijzig factuur", "edit_quote", "Bewerk offerte", "edit_payment", "Bewerk betaling", "edit_task", "Wijzig taak", "edit_expense", "Bewerk uitgave", "edit_vendor", "Bewerk leverancier", "edit_project", "Wijzig project", _s20_72, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_193, "Leveringsadres", "total_revenue", "Totale inkomsten", "average_invoice", "Gemiddelde factuur", "outstanding", "Uitstaand", "invoices_sent", "facturen verzonden", "active_clients", "Actieve klanten", "close", "Sluiten", "email", "E-mail", "password", "Wachtwoord", "url", "URL", "secret", "Secret", "name", "Naam", "logout", "Afmelden", "login", "Login", "filter", "Filter", "sort", "Sorteer", "search", "Zoeken", "active", "Actief", "archived", "Gearchiveerd", "deleted", "Verwijderd", "dashboard", "Dashboard", "archive", "Archiveer", "delete", "Verwijder", "restore", "Herstel", _s16_195, "Verversen afgerond", _s23_41, "Gelieve uw e-maildres in te vullen", _s26_34, "Gelieve uw wachtwoord in te voeren", _s21_83, "Gelieve uw URL in te voeren", _s26_36, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_121, "Er is een fout opgetreden", "paid_to_date", "Reeds betaald", "balance_due", "Te voldoen", "balance", "Saldo", "overview", "Overzicht", "details", "Details", "phone", "Telefoon", "website", "Website", "vat_number", "BTW-nummer", "id_number", "KVK-nummer", "create", "Aanmaken", _s19_63, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_197, "Kon niet starten", "contacts", "Contactpersonen", "additional", "Extra", "first_name", "Voornaam", "last_name", "Achternaam", "add_contact", "Contact toevoegen", "are_you_sure", "Weet je het zeker?", "cancel", "Annuleren", "ok", "OK", "remove", "Verwijderen", _s16_199, "E-mailadres is incorrect", "product", "Product", "products", "Producten", "new_product", "Nieuw product", "created_product", "Het product is aangemaakt", "updated_product", "Het product is gewijzigd", _s16_201, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_202, "Het product is hersteld", _s17_123, "Succesvol :count producten gearchiveerd", _s16_203, "Succesvol :count producten verwijderd", _s17_124, "Succesvol hersteld: waarde producten", "product_key", "Product", "notes", "Notities", "cost", "Kosten", "client", "Klant", "clients", "Klanten", "new_client", "Nieuwe klant", "created_client", "De klant is aangemaakt", "updated_client", "De klant is bijgewerkt", "archived_client", "De klant is gearchiveerd", _s16_204, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_205, "Succesvol hersteld: waarde klanten", "address1", "Straat", "address2", "Bus", "city", "Plaats", "state", "Provincie", "postal_code", "Postcode", "country", "Land", "invoice", "Factuur", "invoices", "Facturen", "new_invoice", "Nieuwe factuur", "created_invoice", "De factuur is aangemaakt", "updated_invoice", "De factuur is gewijzigd", _s16_206, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_207, "De factuur is hersteld", _s17_125, "Succesvol :count facturen gearchiveerd", _s16_208, "De :count facturen zijn verwijderd", _s17_126, "Succesvol hersteld: waarde facturen", "emailed_invoice", "De factuur is gemaild", "emailed_payment", "De betaling is per mail verstuurd", "amount", "Bedrag", "invoice_number", "Factuurnummer", "invoice_date", "Factuurdatum", "discount", "Korting", "po_number", "Bestelnummer", "terms", "Voorwaarden", "public_notes", "Publieke opmerkingen", "private_notes", "Prive notities", "frequency", "Frequentie", "start_date", "Startdatum", "end_date", "Einddatum", "quote_number", "Offertenummer", "quote_date", "Offertedatum", "valid_until", "Geldig tot", "items", "Artikelen", "partial_deposit", "Voorschot", "description", "Omschrijving", "unit_cost", "Eenheidsprijs", "quantity", "Aantal", "add_item", "Artikel toevoegen", "contact", "Contact", "work_phone", "Telefoon", "total_amount", "Totaal hoeveelheid", "pdf", "PDF", "due_date", "Vervaldatum", _s16_209, "Gedeeltelijke vervaldatum", "status", "Status", _s17_127, "Factuurstatus", "quote_status", "Offertestatus", _s22_59, "Klik op + om een artikel toe te voegen", _s22_61, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Seponeren", _s20_74, "Gelieve een datum selecteren", _s22_62, _s31_25, _s24_51, "Selecteer een factuur", "task_rate", "Taak tarief", "settings", "Instellingen", "language", "Taal", "currency", "Munteenheid", "created_at", "Aanmaakdatum", "created_on", "Aangemaakt op", "updated_at", "Bijgewerkt", "tax", "Belasting", _s30_17, "Gelieve een factuurnummer in te voeren", _s27_51, "Gelieve een offertenummer in te voeren", "past_due", "Verlopen", "draft", "Concept", "sent", "Verzonden", "viewed", "Bekeken", "approved", "Goedgekeurd", "partial", "Voorschot", "paid", "Betaald", "mark_sent", "Markeer als verzonden", _s22_64, "De factuur is gemarkeerd als verzonden", _s22_65, "Factuur succesvol gemarkeerd als verzonden", _s23_43, "Facturen gemarkeerd als verzonden", _s23_44, "Facturen succesvol gemarkeerd als verzonden", "done", "Klaar", _s37_18, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_53, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_211, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_213, "In afwachting", _s16_214, "Ongeldig", _s16_215, "Mislukt", _s16_216, "Voltooid", _s16_217, "Deels terugbetaald", _s16_218, "Gecrediteerd", _s17_128, "Niet toegepast", _s17_129, _s27_66, "net", "Betaaltermijn", "client_portal", "Klantenportaal", "show_tasks", "Toon taken", "email_reminders", "E-mail herinneringen", "enabled", "Ingeschakeld", "recipients", "Ontvangers", "initial_email", "Initi\xeble e-mail", "first_reminder", _s18_118, "second_reminder", _s18_119, "third_reminder", _s17_146, "reminder1", _s18_118, "reminder2", _s18_119, "reminder3", _s17_146, "template", "Sjabloon", "send", "Verstuur", "subject", "Onderwerp", "body", "Tekst", "send_email", "Verstuur e-mail", "email_receipt", "Mail betalingsbewijs naar de klant", "auto_billing", "Automatisch incasseren", "button", "Knop", "preview", "Voorbeeld", "customize", "Aanpassen", "history", "Geschiedenis", "payment", "Betaling", "payments", "Betalingen", "refunded", "Gecrediteerd", "payment_type", "Betalingswijze", _s21_85, "Transactie referentie", "enter_payment", "Voer betaling in", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_219, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_220, "De betaling is hersteld", _s17_130, "Succesvol :count betalingen gearchiveerd", _s16_221, "Succesvol :count betalingen verwijderd", _s17_131, "Succesvol hersteld: waarde betalingen", "quote", "Offerte", "quotes", "Offertes", "new_quote", "Nieuwe offerte", "created_quote", "De offerte is aangemaakt", "updated_quote", "De offerte is gewijzigd", "archived_quote", "De offerte is gearchiveerd", "deleted_quote", "De offerte is verwijderd", "restored_quote", "De offerte is hersteld", "archived_quotes", "Succesvol :count offertes gearchiveerd", "deleted_quotes", "Succesvol :count offertes verwijderd", "restored_quotes", "Succesvol hersteld: waarde offertes", "expense", "Uitgave", "expenses", "Uitgaven", "vendor", "Leverancier", "vendors", "Leveranciers", "task", "Taak", "tasks", "Taken", "project", "Project", "projects", "Projecten", "activity_1", ":user heeft klant :client aangemaakt", "activity_2", ":user heeft klant :client gearchiveerd", "activity_3", ":user heeft klant :client verwijderd", "activity_4", ":user heeft factuur :invoice aangemaakt", "activity_5", ":user heeft factuur :invoice bijgewerkt", "activity_6", ":user heeft factuur :invoice voor :client naar :contact verstuurd", "activity_7", ":contact heeft factuur :invoice voor :client bekeken", "activity_8", ":user heeft factuur :invoice gearchiveerd", "activity_9", ":user heeft factuur :invoice verwijderd", "activity_10", ":contact heeft betaling :payment van :payment_amount ingevoerd voor factuur :invoice voor :client", "activity_11", ":user heeft betaling :payment bijgewerkt", "activity_12", ":user heeft betaling :payment gearchiveerd", "activity_13", ":user heeft betaling :payment verwijderd", "activity_14", ":user heeft :credit krediet ingevoerd", "activity_15", ":user heeft :credit krediet bijgewerkt", "activity_16", ":user heeft :credit krediet gearchiveerd", "activity_17", ":user heeft :credit krediet verwijderd", "activity_18", ":user heeft offerte :quote aangemaakt", "activity_19", ":user heeft offerte :quote bijgewerkt", "activity_20", ":user heeft offerte :quote voor :client verstuurd naar :contact", "activity_21", ":contact heeft offerte :quote bekeken", "activity_22", ":user heeft offerte :quote gearchiveerd", "activity_23", ":user heeft offerte :quote verwijderd", "activity_24", ":user heeft offerte :quote hersteld", "activity_25", ":user heeft factuur :invoice hersteld", "activity_26", ":user heeft klant :client hersteld", "activity_27", ":user heeft betaling :payment hersteld", "activity_28", ":user heeft :credit krediet hersteld", "activity_29", ":contact heeft offerte :quote goedgekeurd voor :client", "activity_30", ":user heeft leverancier :vendor aangemaakt", "activity_31", ":user heeft leverancier :vendor gearchiveerd", "activity_32", ":user heeft leverancier :vendor verwijderd", "activity_33", ":user heeft leverancier :vendor hersteld", "activity_34", ":user heeft uitgave :expense aangemaakt", "activity_35", ":user heeft uitgave :expense gearchiveerd", "activity_36", ":user heeft uitgave :expense verwijderd", "activity_37", ":user heeft uitgave :expense hersteld", "activity_39", ":user heeft een a :payment_amount betaling geannuleerd :payment", "activity_40", ":user heeft :adjustment van een :payment_amount betaling :payment", "activity_41", "Betaling van :payment_amount mislukt (:payment)", "activity_42", ":user heeft taak :task aangemaakt", "activity_43", ":user heeft taak :task bijgewerkt", "activity_44", ":user heeft taak :task gearchiveerd", "activity_45", ":user heeft taak :task verwijderd", "activity_46", ":user heeft taak :task hersteld", "activity_47", ":user heeft uitgave :expense bijgewerkt", "activity_48", ":user heeft de gebruiker: :user aangemaakt", "activity_49", ":user heeft de gebruiker: :user aangepast", "activity_50", ":user heeft de gebruiker: :user gearchiveerd", "activity_51", ":user heeft de gebruiker: :user verwijderd", "activity_52", ":user heeft de gebruiker: :user hersteld", "activity_53", ":user heeft factuur :invoice als verstuurd gemarkeerd", "activity_54", ":user heeft ticket :ticket heropend", "activity_55", ":contact heeft op ticket :ticket gereageerd", "activity_56", ":user heeft ticket :ticket bekeken", "activity_57", "Systeem kon de factuur niet mailen :invoice", "activity_58", ":gebruiker heeft factuur :invoice teruggedraaid", "activity_59", ":gebruiker heeft factuur :invoice geannuleerd", "activity_60", ":contact heeft de offerte :quote bekeken", "activity_61", ":user heeft de klant :client aangepast", "activity_62", ":user heeft de leverancier :vendor gewijzigd", "activity_63", ":user heeft de eerste herinnering voor factuur :invoice naar :contact verzonden", "activity_64", ":user heeft de tweede herinnering voor factuur :invoice naar :contact verzonden", "activity_65", ":user heeft de derde herinnering voor factuur :invoice naar :contact verzonden", "activity_66", ":user heeft eindeloze herinneringen voor factuur :invoice naar :contact verzonden", "activity_80", ":user heeft abonnement :subscription aangemaakt", "activity_81", ":user heeft abonnement :subscription bijgewerkt", "activity_82", ":user heeft abonnement :subscription gearchiveerd", "activity_83", ":user heeft abonnement :subscription verwijderd", "activity_84", ":user heeft abonnement :subscription hersteld", _s17_132, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_76, "De offerte is gemarkeerd als verzonden", _s21_87, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteer", _s22_66, "Lang indrukken multiselect", "custom_value1", _s17_147, "custom_value2", _s17_147, "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_95, "Aangepaste Email Stijl", _s24_56, "Aangepast bericht Dashboard", _s29_37, "Aangepast bericht Onbetaalde Factuur", _s27_58, "Aangepast bericht Betaalde Factuur", _s31_18, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_64, "Taaknummer patroon", _s19_66, "Taaknummer teller", _s22_68, "Uitgave nummer patroon", _s22_70, "Uitgave nummer teller", _s21_88, "Leverancier nummer patroon", _s21_90, "Leverancier nummer teller", _s21_92, "Ticket nummer patroon", _s21_94, "Ticket nummer teller", _s22_72, "Betalingsnummer patroon", _s22_74, "Betalingsnummer teller", _s22_76, "Factuur nummer patroon", _s22_78, "Factuurnummerteller", _s20_77, "Offertenummer teller", _s20_79, "Offertenummerteller", _s21_96, _s21_110, _s21_98, _s20_90, _s21_100, _s21_110, _s21_101, _s20_90, _s18_97, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_57, "Gedeelde factuur offerte teller", _s18_99, "Standaard BTW naam 1", _s18_101, "Standaard BTW-tarief 1", _s18_103, "Standaard BTW naam 2", _s18_105, "Standaard BTW-tarief 2", _s18_107, "Standaard BTW naam 3", _s18_109, "Standaard BTW-tarief 3", _s21_102, "E-mail factuur onderwerp", _s19_68, "E-mail offerte onderwerp", _s21_104, "E-mail betaling onderwerp", _s29_39, "E-mail gedeeltelijke betalingsonderwerp", "show_table", "Weergeef als tabel", "show_list", "Weergeef als lijst", "client_city", "Klant stad", "client_state", "Klant provincie", "client_country", "Land van de klant", _s16_222, "Klant is actief", "client_balance", "Klanten balans", "client_address1", "Klant straat", "client_address2", "Klant apt/suite", "vendor_address1", "Leverancier straatnaam", "vendor_address2", "Leverancier Apt / Suite", _s24_58, "Klant leveringsadres", _s24_59, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_226, "Vervaldatum", "tax_rate1", "BTW-tarief 1", "tax_rate2", "BTW-tarief 2", "tax_rate3", "BTW-tarief 3", "auto_bill", "Automatische incasso", "archived_at", "Gearchiveerd op", "has_expenses", "Heeft uitgaves", "custom_taxes1", "Aangepaste Belastingen 1", "custom_taxes2", "Aangepaste Belastingen 2", "custom_taxes3", "Aangepaste Belastingen 3", "custom_taxes4", "Aangepaste Belastingen 4", _s17_134, _s20_86, _s17_135, _s20_87, _s17_136, _s20_88, _s17_137, _s20_89, "is_deleted", "Is verwijderd", "vendor_city", "Stad van de klant", "vendor_state", "Leverancier provincie", "vendor_country", "Land van de verkoper", "is_approved", "Is goedgekeurd", "tax_name", "Belasting naam", "tax_amount", "BTW", "tax_paid", "Betaalde Belasting", "payment_amount", "Betalingsbedrag", "age", "Leeftijd", "is_running", "Word uitgevoerd", "time_log", "Tijdschema", "bank_id", "Bank", _s19_70, "Uitgave categorie ID", _s16_227, _s16_247, _s19_72, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_45, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, _s18_38, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_15, _s29_7, "select_file", _s20_91, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_49, _s18_50, _s21_53, _s21_54, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_36, "updated_user", _s25_37, "archived_user", _s26_26, "deleted_user", _s25_38, "removed_user", _s25_39, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Colour", "secondary_color", "Secondary Colour", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", _s18_115, _s18_84, _s71_, "update_products", _s20_82, _s20_69, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localisation", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, "Data Visualisations", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", _s25_48, "resumed_task", _s25_49, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_50, "updated_task", _s25_51, "archived_task", _s26_32, "deleted_task", _s25_52, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_81, "active_clients", "active clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Customer", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Unit/Suite", "city", "Town/Suburb", "state", "State", "postal_code", "Postcode", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_62, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Maksujen asetukset", "default", "oletus", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Tilanne", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Lis\xe4\xe4 maksunv\xe4litt\xe4j\xe4", _s24_9, _s77_, "left", "Vasemmalla", "right", "Oikealla", "center", "Keskitetty", "page_numbering", "Sivunumerointi", _s24_10, "Sivunumeroinnin tasaus", _s31_1, "Lasku on l\xe4hetetty", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Laskun tuotteet", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Tuonnin muoto", "export_format", "Viennin muoto", "export_type", "Viennin tyyppi", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Lis\xe4\xe4 maa", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", "Kirjaudu olemassaolevalle tilille", "add_to_invoice", "Lis\xe4\xe4 laskulle :invoice", _s17_11, "Laskuja ei l\xf6ydy", "week", "Viikko", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Laskun valuutta", "range", "Alue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Luo projekti", "update_project", "P\xe4ivit\xe4 projekti", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "The palkkio a :amount lasku would be :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Hyv\xe4ksy", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "onnistuneesti purged asiakas", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Lasku maksettu", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normaali", "large", "Suuri", "extra_large", "Eritt\xe4in suuri", _s16_17, "N\xe4yt\xe4 PDF-esikatselu", _s21_20, "N\xe4yt\xe4 PDF-esikatselu laskujen k\xe4sittelyn aikana", "print_pdf", "Tulosta PDF", "remind_me", "Muistuta minua", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Piilota esikatselu", "edit_record", "Muokkaa tietuetta", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Aseta salasana", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Katkaise yhteys", "add_to_invoices", "Lis\xe4\xe4 laskuille", "acss", "Esihyv\xe4ksy debit korttimaksut", "becs", _s17_138, "bulk_download", "Lataa", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, "Asiakkaan postinumero", _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Rekister\xf6inti", _s27_10, _s50_4, "view_expense", "N\xe4yt\xe4 kulu # :kulu", "view_statement", "N\xe4yt\xe4 Tiliote", "sepa", "SEPA-maksu", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "J\xe4rjestelm\xe4", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From nimi", _s16_23, "Kopioi kuluksi", _s17_19, "toistuva kulu", _s18_17, "toistuva kulut", _s21_22, "uusi toistuva kulu", _s22_27, "muokkaa toistuva kulu", _s25_2, "onnistuneesti luotu toistuva kulu", _s25_3, "onnistuneesti p\xe4ivitetty toistuva kulu", _s26_4, "onnistuneesti arkistoitu toistuva kulu", _s25_4, _s32_12, _s25_5, _s38_2, _s26_5, "onnistuneesti palautettu toistuva kulu", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Laskutettu", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, "Laskun y\xe4tunnisteen taustav\xe4ri", _s25_10, "Laskun yl\xe4tunnisteen tekstiv\xe4ri", "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Muuta s\xe4hk\xf6postiosoitetta", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Laskuttamatta", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Lasku luotu", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "viime p\xe4ivitetty", "invoice_item", "Laskun tuote", "quote_item", "Quote Item", _s18_25, "kontakti ensimm\xe4inen nimi", _s17_23, "kontakti viime nimi", "order", "Order", "unassigned", "Kohdistamaton", "partial_value", "T\xe4ytyy olla suurempi kuin nolla ja v\xe4hemm\xe4n kuin kaikki yhteens\xe4", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ota k\xe4ytt\xf6\xf6n", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Aseta alidomain tai n\xe4yt\xe4 lasku omalla verkkosivullasi.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, "Laskun maksuehdot", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Tilaus", "subscriptions", "Subscriptions", _s16_41, "Uusi tilaus", _s17_29, "muokkaa tilaus", _s20_27, "onnistuneesti luotu tilaus", _s20_28, "onnistuneesti p\xe4ivitetty tilaus", _s21_34, "onnistuneesti arkistoitu tilaus", _s20_29, _s30_28, _s20_30, _s30_28, _s21_35, "Tilaus palautettu onnistuneesti", _s19_21, "Etsi 1 tilaus", _s20_31, "Etsi :count tilausta", _s26_8, _s26_9, "connect_gmail", "Yhdist\xe4 Gmailiin", _s16_43, "Katkaise yhteys Gmailiin", "connected_gmail", _s28_7, _s18_33, "Gmail katkaistu onnistuneesti", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivoi yritys", _s21_37, _s51_5, _s27_16, "Tapahtui virhe, yrit\xe4 uudelleen", _s27_17, "Aseta ensin salasana", _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, "Valitse maa", "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Roskaposti", "view_docs", "Katso asiakirjoja", _s32_4, _s72_, "send_sms", "L\xe4het\xe4 tekstiviesti", "sms_code", "SMS Code", _s21_38, "Scan bar koodi a :link compatible app.", _s18_34, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Yhdist\xe4 Googleen", _s17_31, "Katkaise yhteys Googleen", _s17_33, "Kaksivaiheinen tunnistautuminen", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count tuntia", "count_day", "1 p\xe4iv\xe4", "count_days", ":count p\xe4iv\xe4\xe4", _s19_24, _s19_25, _s17_34, "Turvallisuusasetukset", "resend_email", "Uudelleenl\xe4het\xe4 s\xe4hk\xf6posti", _s26_10, "Vahvista s\xe4hk\xf6postiosoitteesi", _s16_53, "Hyvitetty maksu", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_37, "Muuta laskuksi", _s16_54, _s16_55, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Tallenna ja l\xe4het\xe4 s\xe4hk\xf6postilla", _s16_58, "Tuetut tapahtumat", _s16_60, "Converted m\xe4\xe4r\xe4", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "oletus Documents", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Piilota", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_15, _s29_7, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_62, _s16_63, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Kirjanpito", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Lis\xe4\xe4 mukautettu", "payment_tax", "Payment Tax", "unpaid", "Maksamaton", "white_label", "White Label", "delivery_note", "Delivery Huom", _s24_26, "L\xe4hetetut laskut on lukittu", _s24_28, "Maksetut laskut on lukittu", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Maksettava", "quote_total", "Tarjouksen loppusumma", "credit_total", "luotto yhteens\xe4", _s23_17, "Laskun loppusumma", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Teht\xe4v\xe4numero", "project_number", "Projektinumero", "project_name", "Project Name", "warning", "Varoitus", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Asiakkaan nimi", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, "N\xe4yt\xe4 teht\xe4v\xe4taulukko", _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Teht\xe4v\xe4n asetukset", _s20_44, _s20_45, _s18_44, "kulu kategoriat", _s20_46, "uusi kulu kategoria", _s21_46, _s21_47, _s24_31, "onnistuneesti luotu kulukategoria", _s24_32, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_19, "onnistuneesti arkistoitu kulu kategoria", _s24_33, "onnistuneesti poistettu category", _s24_34, _s37_7, _s25_20, "onnistuneesti palautettu kulukategoria", _s27_23, "onnistuneesti arkistoitu :count kulu kategoria", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "Pit\xe4isi laskuttaa", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Er\xe4p\xe4iv\xe4", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_70, "J\xe4ljell\xe4 olevia kertoja", _s17_53, "Toistuva lasku", _s18_49, "Toistuvat laskut", _s21_53, "Uusi toistuva lasku", _s22_40, "muokkaa toistuva Lasku", _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Toistuva lasku arkistoitu onnistuneesti", _s25_28, "Toistuva lasku poistettu onnistuneesti", _s25_29, _s38_11, _s26_14, "Toistuva lasku palautettu onnistuneesti", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "S\xe4hk\xf6posti l\xe4hetetty", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "asiakas numero", "auto_convert", "Auto Convert", "company_name", "yritys nimi", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "Laskut l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_quotes", "Tarjoukset l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_credits", _s28_58, "gateway", "Maksunv\xe4litt\xe4j\xe4", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Tuntia", "statement", "tiliote", "taxes", "Verot", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Hae hyvityst\xe4", "apply", "K\xe4yt\xe4", "unapplied", "Unapplied", "select_label", "Valitse kentt\xe4", "custom_labels", _s17_148, "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Vastaanottaja", "health_check", "Health Check", "payment_type_id", "Maksun tyyppi", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "Valitut laskut", _s17_59, _s17_60, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Er\xe4\xe4ntyv\xe4t laskut", _s17_65, "My\xf6h\xe4ss\xe4 olevat laskut", "recent_payments", "Viimeisimm\xe4t maksut", "upcoming_quotes", "Tulevat tarjoukset", "expired_quotes", "Vanhentuneet tarjoukset", "create_client", "luo asiakas", "create_invoice", "Luo lasku", "create_quote", "Luo tarjous", "create_payment", "Create Payment", "create_vendor", "Luo kauppias", "update_quote", "P\xe4ivit\xe4 tarjous", "delete_quote", "Poista tarjous", "update_invoice", "P\xe4ivit\xe4 lasku", "delete_invoice", "Poista lasku", "update_client", "Update Client", "delete_client", "Poista asiakas", "delete_payment", "Poista maksu", "update_vendor", "P\xe4ivit\xe4 kauppias", "delete_vendor", "Poista kauppias", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Poista kulu", "create_task", "Luo teht\xe4v\xe4", "update_task", "Update Task", "delete_task", "Poista teht\xe4v\xe4", "approve_quote", "Hyv\xe4ksy tarjous", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Ilmainen", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenit", "new_token", "New Token", "edit_token", "Muokkaa tokenia", "created_token", "Token luotu onnistuneesti", "updated_token", "Token p\xe4ivitetty onnistuneesti", "archived_token", "Token arkistoitu onnistuneesti", "deleted_token", "Token poistettu onnistuneesti", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, "Kustomoi ja esikatsele", "email_invoice", "L\xe4het\xe4 lasku s\xe4hk\xf6postitse", "email_quote", "L\xe4het\xe4 tarjous s\xe4hk\xf6postitse", "email_credit", "Email Credit", "email_payment", "Email maksu", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "Katso PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "K\xe4yt\xe4 oletusarvoa", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Maksuehdot", _s16_83, "Uudet maksuehdot", _s17_71, "Muokkaa maksuaikaa", _s20_55, "onnistuneesti luotu maksu ehto", _s20_56, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_56, "onnistuneesti arkistoitu maksu ehto", _s20_57, _s35_27, _s20_58, _s35_27, _s21_57, "Maksuehto palautettiin onnistuneesti", _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "Kirjaudu s\xe4hk\xf6postiosoitteella", "change", "Vaihda", _s23_24, "Vaihda mobiilin\xe4kym\xe4\xe4n?", _s24_40, "Vaihda ty\xf6p\xf6yt\xe4n\xe4kym\xe4\xe4n?", "send_from_gmail", "L\xe4het\xe4 Gmailista", "reversed", "Reversed", "cancelled", "Peruutettu", "credit_amount", "Luoton m\xe4\xe4r\xe4", "quote_amount", "Tarjouksen summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Piilota valikko", "show_menu", "N\xe4yt\xe4 valikko", _s18_55, "Osittain hyvitetty", _s16_85, "Etsi asiakirjoista", "search_designs", "Search Designs", "search_invoices", "Etsi laskuja", "search_clients", "Etsi asiakkaita", "search_products", "Etsi tuotteita", "search_quotes", "Hae tarjouksia", "search_credits", "Etsi luotoista", "search_vendors", "Hae kauppiaita", "search_users", "Etsi k\xe4ytt\xe4ji\xe4", _s16_86, "Etsi verokanta", "search_tasks", "Etsi teht\xe4vi\xe4", "search_settings", "Etsi asetuksia", "search_projects", "Etsi projekteja", "search_expenses", "Etsi kuluja", "search_payments", "Etsi maksuja", "search_groups", "Etsi ryhmi\xe4", "search_company", "Etsi yritys", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "Etsi 1 lasku", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_75, "Lasku on peruutettu onnistuneesti", _s18_57, "Laskut on peruutettu onnistuneesti", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full nimi", _s17_77, "Kaupunki/Alue/Postitoimipaikka", _s17_79, "Postal/kaupunki/State", "custom1", "ensimm\xe4inen muokattu", "custom2", "toinen muokattu", "custom3", "Kolmas mukautettu", "custom4", "Nelj\xe4s mukautettu", "optional", "Valinnainen", "license", "Lisenssi", "purge_data", "Purge Data", _s16_93, "onnistuneesti purged yritys data", _s18_58, "Warning: t\xe4m\xe4 will pysyv\xe4sti erase sinun data, there is no undo.", "invoice_balance", "Laskun tila", "age_group_0", "0 - 30 p\xe4iv\xe4\xe4", "age_group_30", "30 - 60 p\xe4iv\xe4\xe4", "age_group_60", "60 - 90 p\xe4iv\xe4\xe4", "age_group_90", "90 - 120 p\xe4iv\xe4\xe4", "age_group_120", "120+ p\xe4iv\xe4\xe4", "refresh", "Refresh", "saved_design", "Muotoilu tallennettiin onnistuneesti", "client_details", "Asiakkaan tiedot", "company_address", "Yrityksen osoite", "invoice_details", "Laskun tiedot", "quote_details", "Tarjouksen tiedot", "credit_details", "Hyvityksen tiedot", "product_columns", "Tuotesarake", "task_columns", "Teht\xe4v\xe4sarake", "add_field", "Lis\xe4\xe4 kentt\xe4", "all_events", "Kaikki tapahtumat", "permissions", "Oikeudet", "none", "None", "owned", "Omistettu", "payment_success", "Maksu onnistui", "payment_failure", "Maksu ep\xe4onnistui", "invoice_sent", ":count lasku l\xe4hetetty", "quote_sent", "Tarjous l\xe4hetetty", "credit_sent", "Hyvitys l\xe4hetettiin", "invoice_viewed", "Lasku katsottiin", "quote_viewed", "Tarjous luettu", "credit_viewed", "Hyvitys katsottiin", "quote_approved", "Tarjous hyv\xe4ksytty", _s25_32, "Vastaanota kaikki ilmoitukset", _s16_94, "Osta lisenssi", "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_47, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_48, "Warning: t\xe4m\xe4 will pysyv\xe4sti poista sinun yritys, there is no undo.", "enabled_modules", "Enabled Modules", "converted_quote", "Tarjous on onnistuneesti muunnettu", "credit_design", "Credit Design", "includes", "Includes", "header", "Yl\xe4tunniste", "load_design", "Load malli", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_98, "Toistuvat tarjoukset", "recurring_tasks", "Recurring Tasks", _s18_59, "K\xe4ytt\xe4j\xe4tilin hallinta", "credit_date", "Luoton p\xe4iv\xe4m\xe4\xe4r\xe4", "credit", "Luotto", "credits", "Luotot", "new_credit", "Uusi luotto", "edit_credit", "Muokkaa hyvityst\xe4", "created_credit", "Luottolasku luotiin onnistuneesti", "updated_credit", "Hyvitys p\xe4ivitettiin onnistuneesti", "archived_credit", "Luottolasku arkistoitiin onnistuneesti", "deleted_credit", "Luottolasku poistettiin onnistuneesti", "removed_credit", _s27_36, "restored_credit", "Luotto palautettu onnistuneesti", _s16_100, ":count hyvitys(t\xe4) arkistoitiin onnistuneesti", "deleted_credits", ":count luotto(a) poistettu onnistuneesti", _s16_101, "Palautettiin onnistuneesti :value luotolle", "current_version", "Nykyinen versio", "latest_version", "Latest Version", "update_now", "P\xe4ivit\xe4 nyt", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Lue lis\xe4\xe4", "integrations", "Integraatiot", "tracking_id", "Seurantatunnus", _s17_81, _s17_82, "credit_footer", "Luotto alatunniste", "credit_terms", "Luoton ehdot", "new_company", "Uusi yritys", "added_company", "Yritys lis\xe4ttiin onnistuneesti", "company1", "Mukautettu Yritys 1", "company2", "Mukautettu Yritys 2", "company3", "Mukautettu Yritys 3", "company4", "Mukautettu Yritys 4", "product1", "Mukautettu Tuote 1", "product2", "Mukautettu Tuote 2", "product3", "Mukautettu Tuote 3", "product4", "Mukautettu Tuote 4", "client1", "Mukautettu Asiakas 1", "client2", "Mukautettu Asiakas 2", "client3", "Mukautettu Asiakas 3", "client4", "Mukautettu Asiakas 4", "contact1", "Mukautettu Yhteystieto 1", "contact2", "Mukautettu Yhteystieto 2", "contact3", "Mukautettu Yhteystieto 3", "contact4", "Mukautettu Yhteystieto 4", "task1", "Mukautettu Teht\xe4v\xe4 1", "task2", "Mukautettu Teht\xe4v\xe4 2", "task3", "Mukautettu Teht\xe4v\xe4 3", "task4", "Mukautettu Teht\xe4v\xe4 4", "project1", "Mukautettu Projekti 1", "project2", "Mukautettu Projekti 2", "project3", "Mukautettu Projekti 3", "project4", "Mukautettu Projekti 4", "expense1", "Mukautettu Kulu 1", "expense2", "Mukautettu Kulu 2", "expense3", "Mukautettu Kulu 3", "expense4", "Mukautettu Kulu 4", "vendor1", "Mukautettu Myyj\xe4 1", "vendor2", "Mukautettu Myyj\xe4 2", "vendor3", "Mukautettu Myyj\xe4 3", "vendor4", "Mukautettu Myyj\xe4 4", "invoice1", "Mukautettu Lasku 1", "invoice2", "Mukautettu Lasku 2", "invoice3", "Mukautettu Lasku 3", "invoice4", "Mukautettu Lasku 4", "payment1", "Mukautettu Maksu 1", "payment2", "Mukautettu Maksu 2", "payment3", "Mukautettu Maksu 3", "payment4", "Mukautettu Maksu 4", "surcharge1", _s22_84, "surcharge2", _s22_85, "surcharge3", _s22_86, "surcharge4", _s22_87, "group1", "Mukautettu Ryhm\xe4 1", "group2", "Mukautettu Ryhm\xe4 2", "group3", "Mukautettu Ryhm\xe4 3", "group4", "Mukautettu Ryhm\xe4 4", "reset", "Nollaa", "number", "Numero", "export", "Vienti", "chart", "Kaavio", "count", "Luku", "totals", "Yhteens\xe4", "blank", "Tyhj\xe4", "day", "P\xe4iv\xe4", "month", "Kuukausi", "year", "Vuosi", "subgroup", "Subgroup", "is_active", "Aktiivinen", "group_by", "Niputa", "credit_balance", "Luoton saldo", _s18_65, "Kontaktin viimeinen kirjautuminen", _s17_83, "Kontaktin koko nimi", "contact_phone", "kontakti puhelin", _s21_59, "Kontakti Mukautettu Arvo 1", _s21_60, "Kontakti Mukautettu Arvo 2", _s21_61, "Kontakti Mukautettu Arvo 3", _s21_62, "Kontakti Mukautettu Arvo 4", _s17_85, "Toimitus: Katu", _s17_86, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_59, "Toimitus: Postinumero", _s16_132, "Toimitus: Maa", _s16_134, "Laskutus: Katu", _s16_135, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_40, "Laskutus: Postinumero", "billing_country", "Laskutus: Maa", "client_id", "Asiakkaan tunniste", "assigned_to", "Assigned", "created_by", "luotu by :name", "assigned_to_id", "Liitetty tunnukseen(Id)", "created_by_id", "Luonut (Id)", "add_column", "Lis\xe4\xe4 Sarake", "edit_columns", "Muokkaa Saraketta", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit ja Loss", "reports", "Raportit", "report", "Raportti", "add_company", "Lis\xe4\xe4 yritys", "unpaid_invoice", "Maksamatonl lasku", "paid_invoice", "Paid Lasku", _s16_136, "Hyv\xe4ksym\xe4t\xf6n tarjous", "help", "Ohje", "refund", "Hyvitys", "refund_date", "Maksunpalautusp\xe4iv\xe4", "filtered_by", "Filtered by", "contact_email", "S\xe4hk\xf6postiosoite", "multiselect", "Monivalinta", "entity_state", "Osavaltio", "verify_password", "Vahvista salasana", "applied", "Haettu", _s21_63, "Sis\xe4llyt\xe4 viimeiset virheet lokiin", _s30_8, "Olemme vastaanottaneet viestisi ja pyrimme vastaamaan siihen pikaisesti.", "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_61, "N\xe4yt\xe4 tuotteen tiedot", _s25_34, "Sis\xe4llyt\xe4 lis\xe4tieto ja hinta tuotteen alasvetovalikkoon", _s20_63, "PDF sivun muokkaaja vaatii :version", _s18_68, "S\xe4\xe4d\xe4 kuluprosenttia", _s23_26, "Adjust percent tili palkkio", _s18_70, "Muokkaa asetuksia", "support_forum", "support forum", "about", "Tietoja", "documentation", "Dokumentaatio", "contact_us", "Ota meihin yhteytt\xe4", "subtotal", "V\xe4lisumma", "line_total", "Rivin summa", "item", "Tuote", "credit_email", "Credit Email", "iframe_url", "Verkkosivu", "domain_url", "Domain URL", _s21_64, "salasana on liian lyhyt", _s20_64, "Salasanan pit\xe4\xe4 sis\xe4lt\xe4\xe4 iso kirjain ja numero", _s19_42, "Asiakas portaalin teht\xe4v\xe4t", _s23_27, "Asiakas portaalin etusivu", _s20_65, "Aseta arvo", "deleted_logo", "Logo poistettiin onnistuneesti", "yes", "Kyll\xe4", "no", "Ei", "generate_number", "Luo numero", "when_saved", "Milloin tallennettu", "when_sent", "Milloin l\xe4hetetty", "select_company", "Valitse yritys", "float", "Kelluva", "collapse", "Pienenn\xe4", "show_or_hide", "N\xe4yt\xe4/piilota", "menu_sidebar", "Valikon sivupalkki", "history_sidebar", "Historia sivupalkki", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Ulkoasu", "view", "N\xe4yt\xe4", "module", "Moduuli", "first_custom", "Ensim. muokattu", "second_custom", "Toinen muokattu", "third_custom", "Kolmas muokattu", "show_cost", "N\xe4yt\xe4 kustannus", _s17_88, _s17_89, "show_cost_help", "N\xe4yt\xe4 tuotteen kulukentt\xe4 seurataksesi katetta", _s21_65, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4", _s26_23, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_67, "N\xe4yt\xe4 Laskun m\xe4\xe4r\xe4t", _s26_24, "N\xe4yt\xe4 rivien m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Oletus m\xe4\xe4r\xe4", _s21_71, "Aseta rivim\xe4\xe4r\xe4 oletuksena 1", "one_tax_rate", "Ensimm\xe4inen veroluokka", "two_tax_rates", "Toinen veroluokka", "three_tax_rates", "Kolmas veroluokka", _s16_140, "Oletus veroluokka", "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Laskun vero", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "Laskun veroluokat", "item_tax_rates", "Item Tax Rates", _s18_72, "Valitse asiakas", "configure_rates", "M\xe4\xe4rit\xe4 kurssit", _s18_73, _s18_74, "tax_settings", "Veroasetukset", _s18_75, "Veroluokat", "accent_color", "Nouseva v\xe4ri", "switch", "Switch", _s19_44, "pilkku eroteltu lista", "options", "Valinnat", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Alasvetovalikko", "field_type", "Kent\xe4n tyyppi", _s27_37, "Salasanan palautuss\xe4hk\xf6posti on l\xe4hetetty.", "submit", "Submit", _s16_144, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_145, "Late palkkio Percent", "schedule", "Aikataulu", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_77, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", _s16_250, "payment_partial", _s16_250, _s21_72, "Osittaisen maksun s\xe4hk\xf6postiosoite", "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_147, "Endless muistutus", _s16_149, _s16_150, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_78, "Allow k\xe4ytt\xe4j\xe4 manage users, change asetus ja modify kaikki records", "user_management", "K\xe4ytt\xe4j\xe4nhallinta", "users", "K\xe4ytt\xe4j\xe4t", "new_user", "Uusi k\xe4ytt\xe4j\xe4", "edit_user", "Muokkaa k\xe4ytt\xe4j\xe4", "created_user", "Onnistuneesti luotu k\xe4ytt\xe4j\xe4", "updated_user", "K\xe4ytt\xe4j\xe4 on p\xe4ivitetty onnistuneesti", "archived_user", "K\xe4ytt\xe4j\xe4 arkistoitu onnistuneesti", "deleted_user", "K\xe4ytt\xe4j\xe4 on poistettu onnistuneesti", "removed_user", "Onnistuneesti poistettu k\xe4ytt\xe4j\xe4", "restored_user", "K\xe4ytt\xe4j\xe4 palautettu onnistuneesti", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_92, 'Piilota "Maksettu t\xe4h\xe4n asti"', _s22_55, 'N\xe4yt\xe4 "Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4" kentt\xe4 laskuillasi vain maksetuilla laskuilla.', _s23_29, "Embed Documents", _s28_21, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_153, "n\xe4yt\xe4 Header on", _s16_154, "N\xe4yt\xe4 alatunniste", "first_page", "ensimm\xe4inen page", "all_pages", "All pages", "last_page", "viime page", "primary_font", "Ensisijainen kirjasin", "secondary_font", "toissijainen kirjasin", "primary_color", "P\xe4\xe4v\xe4ri", "secondary_color", "Apuv\xe4ri", "page_size", "Sivukoko", "font_size", "Fontin koko", "quote_design", "Tarjouksen muotoilu", "invoice_fields", "Laskun kent\xe4t", "product_fields", "Tuote kent\xe4t", "invoice_terms", "Laskun ehdot", "invoice_footer", "Laskun alatunniste", "quote_terms", "Tarjouksen ehdot", "quote_footer", "Tarjouksen alatunniste", _s18_79, "automaattinen Email", _s23_30, "automaattisesti s\xe4hk\xf6posti toistuva laskut when they on luotu.", _s18_80, "automaattinen Arkistoi", _s23_31, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_81, "Automaattinen muunnos", _s23_32, "Muunna tarjous automaattisesti laskuksi, kun asiakas on hyv\xe4ksynyt tarjouksen.", _s17_94, "Workflow asetukset", "freq_daily", "p\xe4ivitt\xe4in", "freq_weekly", "viikoittain", "freq_two_weeks", "Kaksi viikkoa", "freq_four_weeks", "nelj\xe4 viikkoa", "freq_monthly", "Kuukausittain", "freq_two_months", "Kaksi kuukautta", _s17_96, "kolme kuukautta", _s16_155, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_156, "3 vuotta", "never", "Ei koskaan", "company", "yritys", _s17_97, _s17_98, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "toistuva etuliite", "number_padding", "numero Padding", "general", "General", "surcharge_field", "Surcharge kentt\xe4", "company_field", "yritys kentt\xe4", "company_value", "yritys Value", "credit_field", "luotto kentt\xe4", "invoice_field", "Lasku kentt\xe4", _s17_99, "Lasku Surcharge", "client_field", "asiakas kentt\xe4", "product_field", "Tuote kentt\xe4", "payment_field", "maksu kentt\xe4", "contact_field", "kontakti kentt\xe4", "vendor_field", "Kauppias kentt\xe4", "expense_field", "kulu kentt\xe4", "project_field", "Projekti kentt\xe4", "task_field", "Teht\xe4v\xe4 kentt\xe4", "group_field", "ryhm\xe4 kentt\xe4", "number_counter", "numero Counter", "prefix", "Etuliite", "number_pattern", "numero Pattern", "messages", "Viestit", "custom_css", "Mukautettu CSS", _s17_101, "Muokautettu JavaScript", _s16_159, "n\xe4yt\xe4 on PDF", _s21_74, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_40, "Laskun ehdot valintaruutu", _s30_9, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_33, "Tarjouksen ehdot valintaruutu", _s28_22, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_41, "Laskun allekirjoitus", _s30_10, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_34, "Tarjouksen allekirjoitus", _s22_57, "salasana suojaa laskut", _s27_38, "Mahdollistaa, ett\xe4 voit antaa salasanan jokaiselle yhteyshenkil\xf6lle. Jos salasana on asetettu, yhteyshenkil\xf6n tulee kirjautua sen avulla sis\xe4\xe4n voidakseen tarkastella laskuja.", "authorization", "Valtuutus", "subdomain", "Alidomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Yst\xe4v\xe4llisesti,", _s24_41, "Tee asiakkaillesi helpommaksi maksaa laskusi ottamalla k\xe4ytt\xf6\xf6n schema.org -merkint\xe4 s\xe4hk\xf6posteissasi.", "plain", "Yksinkertainen", "light", "Vaalea", "dark", "Tumma", "email_design", "S\xe4hk\xf6postin muotoilu", "attach_pdf", "Liit\xe4 PDF", _s16_160, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Ota k\xe4ytt\xf6\xf6n merkint\xe4", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Luottokortti", "bank_transfer", "Pankkisiirto", "priority", "Priority", "fee_amount", "palkkio m\xe4\xe4r\xe4", "fee_percent", "Palkkio prosentti", "fee_cap", "palkkio Cap", "limits_and_fees", "Limits/palkkiot", "enable_min", "Ota k\xe4ytt\xf6\xf6n min", "enable_max", "Ota k\xe4ytt\xf6\xf6n max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_49, "P\xe4ivit\xe4 asiakkaan osoite annetuilla tiedoilla", "rate", "Kanta", "tax_rate", "Verokanta", "new_tax_rate", "Uusi verom\xe4\xe4r\xe4", "edit_tax_rate", "Muokkaa verokantaa", _s16_162, "Verokanta luotu onnistuneesti", _s16_163, "Verokanta p\xe4ivitetty onnistuneesti", _s17_104, "Verokanta arkistoitu onnistuneesti", _s16_164, "Verokanta onnistuneesti poistettu", _s17_105, "Verokanta onnistuneesti palautettu", _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_84, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_69, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_165, "Convert tuotteet", _s21_75, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_167, "maksu Gateways", _s19_50, "uusi Gateway", _s20_70, "muokkaa Gateway", _s23_35, "onnistuneesti luotu gateway", _s23_36, "onnistuneesti p\xe4ivitetty gateway", _s24_42, "onnistuneesti arkistoitu gateway", _s23_37, "onnistuneesti poistettu gateway", _s24_43, "onnistuneesti palautettu gateway", _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_76, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_38, "Vuoden ensimm\xe4inen kuukausi", "sunday", "sunnuntai", "monday", "Maanantai", "tuesday", "Tiistai", "wednesday", "Keskiviikko", "thursday", "Torstai", "friday", "Perjantai", "saturday", "Lauantai", "january", "Tammikuu", "february", "Helmikuu", "march", "Maaliskuu", "april", "Huhtikuu", "may", "Toukokuu", "june", "Kes\xe4kuu", "july", "Hein\xe4kuu", "august", "Elokuu", "september", "Syyskuu", "october", "Lokakuu", "november", "Marraskuu", "december", "Joulukuu", "symbol", "Symboli", "ocde", "Koodi", "date_format", "P\xe4iv\xe4m\xe4\xe4r\xe4n muoto", "datetime_format", "P\xe4iv\xe4-Aika esitysmuoto", "military_time", "24 tunnin aika", _s18_85, "N\xe4yt\xe4 24 tunnin aikamuoto", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_51, _s19_52, _s17_107, "Filtered by ryhm\xe4", _s19_53, "Filtered by Lasku", _s18_86, "Filtered by asiakas", _s18_88, "Suodatettu: Kauppias", "group_settings", "ryhm\xe4 asetukset", "group", "ryhm\xe4", "groups", "ryhm\xe4t", "new_group", "uusi ryhm\xe4", "edit_group", "muokkaa ryhm\xe4", "created_group", "onnistuneesti luotu ryhm\xe4", "updated_group", "onnistuneesti p\xe4ivitetty ryhm\xe4", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "onnistuneesti arkistoitu ryhm\xe4", "deleted_group", "onnistuneesti poistettu ryhm\xe4", "restored_group", "onnistuneesti palautettu ryhm\xe4", "upload_logo", "Lataa Logo", "uploaded_logo", "Logo onnistuneesti ladattu palvelimelle", "logo", "Logo", "saved_settings", "onnistuneesti saved asetus", _s16_171, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_109, "Lis\xe4\xe4asetuksia", "company_details", "Yrityksen tiedot", "user_details", "K\xe4ytt\xe4j\xe4tiedot", "localization", "Lokalisointi", "online_payments", "Online maksut", "tax_rates", "Verokannat", "notifications", "S\xe4hk\xf6posti-ilmoitukset", "import_export", "Tuonti | Vienti", "custom_fields", _s17_148, "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_40, "Pohjat ja muistutukset", _s22_58, "luotto Cards & Banks", _s19_55, "Datan visualisaatiot", "price", "Hinta", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_45, "Anna etunimi", _s24_45, "Anna sukunimi", _s33_21, "Ole hyv\xe4 ja hyv\xe4ksy palveluehtomme sek\xe4 tietosuojak\xe4yt\xe4nt\xf6mme luodaksesi k\xe4ytt\xe4j\xe4tilin.", "i_agree_to_the", "Hyv\xe4ksyn", _s16_173, "K\xe4ytt\xf6ehdot", "privacy_policy", "Privacy Policy", "sign_up", "Rekister\xf6idy", "account_login", "Tiliin kirjautuminen", "view_website", "N\xe4yt\xe4 verkkosivu", "create_account", "Luo k\xe4ytt\xe4j\xe4tili", "email_login", "Email Login", "create_new", "luo uusi", _s18_90, "ei record selected", _s21_79, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_43, "Requires enterprise plan", "take_picture", "Ota kuva", "upload_file", "Lataa tiedosto palvelimelle", "document", "Document", "documents", "Asiakirjat", "new_document", "Uusi asiakirja", "edit_document", "Muokkaa asiakirjaa", _s17_111, "onnistuneesti l\xe4hetetty dokumentti", _s16_175, "onnistuneesti p\xe4ivitetty dokumentti", _s17_112, "onnistuneesti arkistoitu dokumentti", _s16_176, "onnistuneesti poistettu dokumentti", _s17_113, "onnistuneesti palautettu dokumentti", _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Muunnettu", _s24_47, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_180, "Muunna valuutta", "mark_paid", "Merkitse maksetuksi", "category", "Kategoria", "address", "Osoite", "new_vendor", "Uusi kauppias", "created_vendor", "Kauppias luotin onnistuneesti", "updated_vendor", "Kauppias on p\xe4ivitetty onnistuneesti", "archived_vendor", "Kauppias on arkistoitu onnistuneesti", "deleted_vendor", "Kauppias on poistettu onnistuneesti", "restored_vendor", "Onnistuneesti palautettu kauppias", _s16_181, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_182, _s36_11, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_183, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_184, "onnistuneesti palautettu kulu", _s17_115, "onnistuneesti arkistoitu kulut", _s16_185, "onnistuneesti poistettu kulut", _s17_116, _s37_14, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_80, "Failed find record", "invoiced", "Laskutettu", "logged", "Kirjattu", "running", "K\xe4ynniss\xe4", "resume", "Jatka", "task_errors", "Ole hyv\xe4 ja korjaa p\xe4\xe4llek\xe4iset ajat", "start", "Aloitus", "stop", "Lopetus", "started_task", "Onnistuneesti aloitettu teht\xe4v\xe4", "stopped_task", "Teht\xe4v\xe4 lopetettu onnistuneesti", "resumed_task", "Onnistuneesti jatkettu teht\xe4v\xe4\xe4", "now", "Nyt", _s16_186, "Automaattinen teht\xe4vien aloitus", "timer", "Ajastin", "manual", "Manuaalinen", "budgeted", "Budjetoitu", "start_time", "Aloitusaika", "end_time", "Lopetusaika", "date", "P\xe4iv\xe4m\xe4\xe4r\xe4", "times", "Ajat", "duration", "Kesto", "new_task", "Uusi teht\xe4v\xe4", "created_task", "Teht\xe4v\xe4 luotu onnistuneesti", "updated_task", "Teht\xe4v\xe4 p\xe4ivitetty onnistuneesti", "archived_task", "Teht\xe4v\xe4 arkistoitu onnistuneesti", "deleted_task", "Teht\xe4v\xe4 poistettu onnistuneesti", "restored_task", "Teht\xe4v\xe4 palautettu onnistuneesti", "archived_tasks", ":count teht\xe4v\xe4\xe4 arkistoitu onnistuneesti", "deleted_tasks", ":count teht\xe4v\xe4\xe4 poistettu onnistuneesti", "restored_tasks", _s34_20, _s19_59, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_188, "Onnistuneesti arkistoitu projekti", "deleted_project", _s32_12, _s16_189, "Onnistuneesti palautettu projekti", _s17_117, "Onnistuneesti arkistoitu :count projekti(a)", _s16_190, "Onnistuneesti poistettu :count projekti(a)", _s17_118, _s37_15, "new_project", "Uusi projekti", _s27_47, "kiitos you using our app!", "if_you_like_it", _s21_82, "click_here", "klikkaa t\xe4st\xe4", _s18_94, "Klikkaa t\xe4st\xe4", "to_rate_it", "rate it.", "average", "Keskiarvo", "unapproved", "Hyv\xe4ksym\xe4tt\xf6m\xe4t", _s30_15, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_61, "authenticate", _s24_49, _s24_50, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "t\xe4n\xe4\xe4n", "custom_range", "muokattu Range", "date_range", "P\xe4iv\xe4m\xe4\xe4r\xe4v\xe4li", "current", "nykyinen", "previous", "Previous", "current_period", "nykyinen kausi", _s17_119, "Comparison kausi", "previous_period", "Previous kausi", "previous_year", "Previous Year", "compare_to", "Compare", "last7_days", "viime 7 p\xe4iv\xe4\xe4", "last_week", "viime viikko", "last30_days", "viime 30 p\xe4iv\xe4\xe4", "this_month", "t\xe4m\xe4 kuukausi", "last_month", "viime kuukausi", "this_year", "t\xe4m\xe4 Year", "last_year", "viime Year", "custom", "Mukautettu", _s16_191, "kloonaa Lasku", "clone_to_quote", "Kopioi tarjous", "clone_to_credit", "Clone to Credit", "view_invoice", "Katso lasku", "convert", "Convert", "more", "Lis\xe4\xe4", "edit_client", "Muokkaa asiakas", "edit_product", "Muokkaa tuote", "edit_invoice", "Muokkaa laskua", "edit_quote", "Muokkaa tarjousta", "edit_payment", "Muokkaa maksua", "edit_task", "Muokkaa teht\xe4v\xe4", "edit_expense", "muokkaa kulu", "edit_vendor", "Muokkaa kauppiasta", "edit_project", "Muokkaa projektia", _s20_72, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_193, "Toimitusosoite", "total_revenue", "Kokonaistulot", "average_invoice", "Laskujen keskiarvo", "outstanding", "Maksamattomat laskut", "invoices_sent", ":count laskua l\xe4hetetty", "active_clients", "Aktiiviset asiakkaat", "close", "Sulje", "email", "S\xe4hk\xf6posti", "password", "Salasana", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Kirjaudu ulos", "login", "Kirjaudu sis\xe4\xe4n", "filter", "Suodata", "sort", "Sort", "search", "Etsi", "active", "Aktiivinen", "archived", "Arkistoitu", "deleted", "Poistettu", "dashboard", "Hallintapaneeli", "archive", "Arkisto", "delete", "Poista", "restore", "Palauta", _s16_195, _s16_196, _s23_41, "Anna s\xe4hk\xf6postiosoitteesi", _s26_34, "Anna salasanasi", _s21_83, "Anna sinun URL-osoitteesi", _s26_36, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_121, "virhe occurred", "paid_to_date", "Maksettu t\xe4h\xe4n menness\xe4", "balance_due", "Avoin lasku", "balance", "Saldo", "overview", "Yleiskatsaus", "details", "Tiedot", "phone", "Puhelin", "website", "Kotisivu", "vat_number", "ALV-numero", "id_number", "Asiakasnumero", "create", "Luo", _s19_63, "Copied :arvo clipboard", "error", "Virhe", _s16_197, _s16_198, "contacts", "Yhteystiedot", "additional", "Lis\xe4ksi", "first_name", "Etunimi", "last_name", "Sukunimi", "add_contact", "Lis\xe4\xe4 yhteystieto", "are_you_sure", "Oletko varma?", "cancel", "Peruuta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_201, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_202, "onnistuneesti palautettu tuote", _s17_123, "onnistuneesti arkistoitu :count tuotteet", _s16_203, "onnistuneesti poistettu :count tuotteet", _s17_124, _s37_16, "product_key", "Tuote", "notes", "Viestit", "cost", "Hinta", "client", "Asiakas", "clients", "Asiakkaat", "new_client", "Uusi asiakas", "created_client", "Luotin onnistuneesti asiakas", "updated_client", "Asiakas on p\xe4ivitetty onnistuneesti", "archived_client", "Asiakas on arkistoitu onnistuneesti", _s16_204, _s43_3, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", "Poistettu onnistuneesti :count asiakas(ta)", "restored_client", "Asiakas palautettu onnistuneesti", _s16_205, _s36_13, "address1", "Katu", "address2", "Asunto", "city", "Kaupunki", "state", "L\xe4\xe4ni", "postal_code", "Postinumero", "country", "Maa", "invoice", "Lasku", "invoices", "Laskut", "new_invoice", "Uusi lasku", "created_invoice", "Lasku luotiin onnistuneesti", "updated_invoice", "Lasku p\xe4ivitettiin onnistuneesti", _s16_206, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_207, "Lasku palautettu onnistuneesti", _s17_125, _s43_3, _s16_208, "Poistettiin onnistuneesti :count laskua", _s17_126, _s37_17, "emailed_invoice", "Lasku l\xe4hetettiin onnistuneesti", "emailed_payment", "onnistuneesti emailed maksu", "amount", "M\xe4\xe4r\xe4", "invoice_number", "Laskun numero", "invoice_date", "Laskun p\xe4iv\xe4m\xe4\xe4r\xe4", "discount", "Alennus", "po_number", "Tilaus numero", "terms", "Ehdot", "public_notes", "Julkiset muistiinpanot", "private_notes", "Yksityiset muistiinpanot", "frequency", "Kuinka usein", "start_date", "Alkamisp\xe4iv\xe4m\xe4\xe4r\xe4", "end_date", "Loppup\xe4iv\xe4m\xe4\xe4r\xe4", "quote_number", "Tarjous numero", "quote_date", "Tarjouksen p\xe4iv\xe4m\xe4\xe4r\xe4", "valid_until", "Voimassa", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Kuvaus", "unit_cost", "Kappalehinta", "quantity", "M\xe4\xe4r\xe4", "add_item", "Lis\xe4\xe4 nimike", "contact", "Yhteyshenkil\xf6", "work_phone", "Puhelin", "total_amount", "yhteens\xe4 m\xe4\xe4r\xe4", "pdf", "PDF", "due_date", "Er\xe4p\xe4iv\xe4", _s16_209, "Partial er\xe4p\xe4iv\xe4", "status", "Tila", _s17_127, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_59, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_61, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_74, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_62, "valitse asiakas", _s24_51, "valitse lasku", "task_rate", "Teht\xe4v\xe4n luokitus", "settings", "Asetukset", "language", "Kieli", "currency", "Valuutta", "created_at", "Luotu", "created_on", "Created On", "updated_at", "p\xe4ivitetty", "tax", "Vero", _s30_17, "Ay\xf6t\xe4 laskunumero", _s27_51, "Ole hyv\xe4 ja anna tarjouksen numero", "past_due", "Past Due", "draft", "Luonnos", "sent", "L\xe4hetetty", "viewed", "N\xe4hty", "approved", "Hyv\xe4ksytty", "partial", "Osittainen/Talletus", "paid", "Maksettu", "mark_sent", "Merkitse l\xe4hetetyksi", _s22_64, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_65, "Lasku merkittiin l\xe4hetetyksi onnistuneesti", _s23_43, _s43_4, _s23_44, _s43_4, "done", "Valmis", _s37_18, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_53, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_211, "ei records found", "clone", "Monista", "loading", "Loading", "industry", "Toimiala", "size", "Koko", "payment_terms", "Maksuehdot", "payment_date", "Maksun p\xe4iv\xe4m\xe4\xe4r\xe4", "payment_status", "maksu tila", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Asiakasportaali", "show_tasks", "N\xe4yt\xe4 teht\xe4v\xe4t", "email_reminders", "Email muistutukset", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Ensimm\xe4inen muistutus", "second_reminder", "Toinen muistutus", "third_reminder", "Kolmas muistutus", "reminder1", "ensimm\xe4inen muistutus", "reminder2", "toinen muistutus", "reminder3", "Third muistutus", "template", "Malli", "send", "l\xe4het\xe4", "subject", "Otsikko", "body", "Sis\xe4lt\xf6", "send_email", "L\xe4het\xe4 s\xe4hk\xf6posti", "email_receipt", "L\xe4het\xe4 maksukuitti s\xe4hk\xf6postilla asiakkaalle", "auto_billing", _s22_88, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_85, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_219, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_220, "Maksu palautettu onnistuneesti", _s17_130, "Arkistoitu onnistuneesti :count maksu(a)", _s16_221, "Poistettu onnistuneesti :count maksu(a)", _s17_131, _s37_20, "quote", "Tarjous", "quotes", "Tarjoukset", "new_quote", "Uusi tarjous", "created_quote", "Tarjous on luotu onnistuneesti", "updated_quote", "Tarjous on p\xe4ivitetty onnistuneesti", "archived_quote", "Tarjous on arkistoitu onnistuneesti", "deleted_quote", "Tarjous on poistettu onnistuneesti", "restored_quote", "Tarjous palautettu onnistuneesti", "archived_quotes", ":count tarjous(ta) arkistoitu onnistuneesti", "deleted_quotes", ":count tarjous(ta) poistettu onnistuneesti", "restored_quotes", _s35_22, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Kauppiaat", "task", "Teht\xe4v\xe4", "tasks", "Teht\xe4v\xe4t", "project", "Projekti", "projects", "Projektit", "activity_1", ":user loi asiakkaan :client", "activity_2", ":user arkistoi asiakkaan :client", "activity_3", ":user poisti asiakkaan :client", "activity_4", ":k\xe4ytt\xe4j\xe4 loi laskun :invoice", "activity_5", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti laskun :invoice", "activity_6", ":k\xe4ytt\xe4j\xe4 emailed lasku :lasku for :asiakas :kontakti", "activity_7", ":kontakti katsoi lasku :lasku for :asiakas", "activity_8", ":k\xe4ytt\xe4j\xe4 arkistoi laskun :invoice", "activity_9", ":k\xe4ytt\xe4j\xe4 poisti laskun :invoice", "activity_10", ":kontakti entered maksu :maksu for :payment_amount on lasku :lasku for :asiakas", "activity_11", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti maksun :maksu", "activity_12", ":k\xe4ytt\xe4j\xe4 arkistoi maksun :maksu", "activity_13", ":k\xe4ytt\xe4j\xe4 poisti maksun :maksu", "activity_14", ":k\xe4ytt\xe4j\xe4 sy\xf6tti :luotto hyvityksen", "activity_15", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti :luotto hyvityksen", "activity_16", ":k\xe4ytt\xe4j\xe4 arkistoi :luotto hyvityksen", "activity_17", ":k\xe4ytt\xe4j\xe4 poisti :luotto hyvityksen", "activity_18", ":user loi tarjouksen :quote", "activity_19", ":user p\xe4ivitti tarjouksen :quote", "activity_20", ":user l\xe4hetti s\xe4hk\xf6postitse tarjouksen :quote asiakkaan :client yhteyshenkil\xf6lle :contact", "activity_21", ":contact luki tarjouksen :quote", "activity_22", ":user arkistoi tarjouksen :quote", "activity_23", ":user poisti tarjouksen :quote", "activity_24", ":user palautti tarjouksen :quote", "activity_25", ":k\xe4ytt\xe4j\xe4 palautti laskun :invoice", "activity_26", ":k\xe4ytt\xe4j\xe4 palautti asiakkaan :client", "activity_27", ":k\xe4ytt\xe4j\xe4 palautti maksun :maksu", "activity_28", ":k\xe4ytt\xe4j\xe4 palautti hyvityksen :luotto", "activity_29", ":contact hyv\xe4ksyi tarjouksen :quote asiakkaalle :client", "activity_30", ":k\xe4ytt\xe4j\xe4 loi kauppiaan :vendor", "activity_31", ":k\xe4ytt\xe4j\xe4 arkistoi kauppiaan :vendor", "activity_32", ":k\xe4ytt\xe4j\xe4 poisti kauppiaan :vendor", "activity_33", ":k\xe4ytt\xe4j\xe4 palautti kauppiaan :vendor", "activity_34", ":k\xe4ytt\xe4j\xe4 loi kulun :kulu", "activity_35", ":k\xe4ytt\xe4j\xe4 arkistoi kulun :kulu", "activity_36", ":k\xe4ytt\xe4j\xe4 poisti kulun :kulu", "activity_37", ":k\xe4ytt\xe4j\xe4 palautti kulun :kulu", "activity_39", ":k\xe4ytt\xe4j\xe4 perui :payment_amount maksun :maksu", "activity_40", ":k\xe4ytt\xe4j\xe4 refunded :adjustment a :payment_amount maksu :maksu", "activity_41", ":payment_amount maksu (:maksu) failed", "activity_42", ":k\xe4ytt\xe4j\xe4 loi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_43", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_44", ":k\xe4ytt\xe4j\xe4 arkistoi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_45", ":k\xe4ytt\xe4j\xe4 poisti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_46", ":k\xe4ytt\xe4j\xe4 palautti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_47", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti kulun :kulu", "activity_48", ":user loi k\xe4ytt\xe4j\xe4n :user", "activity_49", ":user p\xe4ivitti k\xe4ytt\xe4j\xe4n :user", "activity_50", ":user arkistoi k\xe4ytt\xe4j\xe4n :user", "activity_51", ":user poisti k\xe4ytt\xe4j\xe4n :user", "activity_52", ":user palutti k\xe4ytt\xe4j\xe4n :user", "activity_53", ":user merkitsi l\xe4hetetyksi laskun :invoice", "activity_54", ":k\xe4ytt\xe4j\xe4 reopened tiketti :tiketti", "activity_55", ":kontakti vastasi tiketti :tiketti", "activity_56", ":k\xe4ytt\xe4j\xe4 katsoi tiketti :tiketti", "activity_57", "J\xe4rjestelm\xe4 ep\xe4onnistui l\xe4hett\xe4m\xe4\xe4n s\xe4hk\xf6postilaskun :invoice", "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_65, _s20_76, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_87, _s34_21, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_66, _s22_67, "custom_value1", "muokattu Value", "custom_value2", "Mukautettu arvo", "custom_value3", "Muokattu arvo 3", "custom_value4", "Muokattu arvo 4", _s18_95, "Muokattu email tyyli", _s24_56, "Muokattu Etusivu viesti", _s29_37, "Muokattu Avoin Lasku viesti", _s27_58, "Muokattu Maksettu Lasku viesti", _s31_18, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lukitse lasku", "translations", "K\xe4\xe4nn\xf6kset", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, "Kauppiaan numerolaskuri", _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "Laskunumeroinnin kaava", _s22_78, "Laskun j\xe4rjestysnumero", _s20_77, "Tarjouksen numeroinnin kuvio", _s20_79, "Tarjouksen j\xe4rjestysnumero", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, "Jaettu lasku tarjous laskuri", _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, "S\xe4hk\xf6postilaskun aihe", _s19_68, "Tarjouss\xe4hk\xf6postin otsikko", _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Asiakkaan kaupunki", "client_state", "Asiakkaan osavaltio", "client_country", "Asiakkaan valtio", _s16_222, "Asiakas on aktiivinen", "client_balance", "Client Balance", "client_address1", "Asiakkaan katu", "client_address2", "Asiakkaan huoneisto", "vendor_address1", "Toimittajan katuosoite", "vendor_address2", "Toimittajan huoneisto-osoite", _s24_58, "Asiakkaan toimituskatuosoite", _s24_59, "Asiakkaan toimitushuoneisto-osoite", "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_226, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s22_88, "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Mukautettu Vero 1", "custom_taxes2", "Mukautettu Vero 2", "custom_taxes3", "Mukautettu Vero 3", "custom_taxes4", "Mukautettu Vero 4", _s17_134, _s22_84, _s17_135, _s22_85, _s17_136, _s22_86, _s17_137, _s22_87, "is_deleted", "On poistettu", "vendor_city", "Kauppiaan kaupunki", "vendor_state", "Kauppiaan alue", "vendor_country", "Kauppiaan maa", "is_approved", "On hyv\xe4ksytty", "tax_name", "veronimi", "tax_amount", "vero m\xe4\xe4r\xe4", "tax_paid", "vero Paid", "payment_amount", "Maksun m\xe4\xe4r\xe4", "age", "Age", "is_running", "Is Running", "time_log", "Aikaloki", "bank_id", "Pankki", _s19_70, _s19_71, _s16_227, "Kulujen kategoria", _s19_72, _s19_73, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s22_89, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", _s22_90, _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s29_47, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s20_92, "range", "Port\xe9e", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Le frais pour une facture de :amount serait de :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Accepter", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Client purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Afficher l'aper\xe7u PDF", _s21_20, "Afficher l'aper\xe7u PDF lors de la r\xe9daction des factures", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "D\xe9finir le mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, "M\xe9moriser localement les donn\xe9es afin de d\xe9marrer plus rapidement. La d\xe9sactivation peut am\xe9liorer les performances pour les grands comptes.", "persist_ui", "M\xe9moriser l'interface utilisateur", "persist_ui_help", "M\xe9moriser l'\xe9tat de l'interface utilisateur afin de reprendre l\xe0 o\xf9 vous en \xe9tiez. La d\xe9sactivation peut am\xe9liorer les performances.", _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_47, "view_statement", "Voir le relev\xe9", "sepa", "Pr\xe9l\xe8vement automatique/domiciliation SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Nom exp\xe9diteur", _s16_23, _s16_232, _s17_19, _s18_120, _s18_17, _s20_93, _s21_22, _s27_67, _s22_27, _s28_63, _s25_2, "D\xe9pense r\xe9currente cr\xe9\xe9e avec succ\xe8s", _s25_3, "D\xe9pense r\xe9currente mise \xe0 jour avec succ\xe8s", _s26_4, "D\xe9pense r\xe9currente archiv\xe9e avec succ\xe8s", _s25_4, "Projet supprim\xe9 avec succ\xe8s", _s25_5, _s38_2, _s26_5, "D\xe9pense r\xe9currente restaur\xe9e avec succ\xe8s", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "M\xe9moriser les donn\xe9es", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Virgule d\xe9cimale", _s26_6, "Utiliser la virgule comme s\xe9parateur d\xe9cimal dans les formulaires", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", _s22_91, _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer des donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_94, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s17_149, _s17_23, "Nom du contact", "order", "Commande", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre sup\xe9rieur \xe0 z\xe9ro et inf\xe9rieur au total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activ\xe9(e)", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez un sous-domaine ou affichez la facture sur votre propre site web.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnements", _s16_41, _s16_42, _s17_29, _s19_78, _s20_27, _s27_68, _s20_28, _s33_26, _s21_34, _s30_29, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "Renvoyer une invitation", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Rebondi", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Scannez le code \xe0 barres avec une application compatible :link", _s18_34, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Authentification \xe0 2 facteurs", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s18_121, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ce trimestre", "last_quarter", _s17_150, "to_update_run", "To update run", _s18_37, _s20_95, _s16_54, _s16_55, "invoice_project", _s18_122, "invoice_task", _s17_151, "invoice_expense", "Facturer la d\xe9pense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s28_64, "save_and_email", _s35_28, _s16_58, _s25_60, _s16_60, _s16_251, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s20_96, "document_upload", "T\xe9l\xe9verser un document", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Couleur", "show", "Montrer", "hide", "Cacher", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Colonne", "sample", "Exemple", "map_to", "Map To", "import", "Importer", _s25_15, _s29_7, "select_file", _s32_13, _s16_62, _s16_63, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "URL Webhook", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Veuillez entrer ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner en", "clone_to_other", 'Cloner en "Autre"', "labels", "Labels", "add_custom", "Ajouter", "payment_tax", "Payment Tax", "unpaid", "Non pay\xe9", "white_label", "Marque blanche", "delivery_note", "Bon de livraison", _s24_26, _s39_7, _s24_28, _s37_27, "source_code", "Code source", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Devis expir\xe9", "partial_due", "Solde partiel", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_17, "Total facture", "actions", "Actions", "expense_number", "N\xb0 d\xe9pense", "task_number", "N\xb0 t\xe2che", "project_number", "N\xb0 projet", "project_name", "Project Name", "warning", "Avertissement", "view_settings", _s19_79, _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Devis p\xe9rim\xe9", "remind_invoice", "Remind Invoice", "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone client", "required_fields", "Champs requis", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Effacer le cache", "sort_order", "Ordre de tri", "task_status", "Statut", "task_statuses", "Statuts des t\xe2ches", "new_task_status", "Nouveau statut de t\xe2che", _s16_64, "Modifier les statuts de t\xe2ches", _s19_30, "Statut de t\xe2che cr\xe9\xe9", _s19_31, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_36, "Statut de t\xe2che archiv\xe9", _s19_32, "Statut de t\xe2che supprim\xe9", _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "R\xe9glages des t\xe2ches", _s20_44, _s20_45, _s18_44, "cat\xe9gories de d\xe9pense", _s20_46, _s29_48, _s21_46, _s21_47, _s24_31, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_32, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_19, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_33, _s40_5, _s24_34, _s37_7, _s25_20, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_23, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "Voir les changements", "force_update", _s21_111, _s17_48, "Vous utilisez la derni\xe8re version mais il se peut que des corrections soient en attente.", "mark_paid_help", _s38_17, _s18_46, "Devrait \xeatre factur\xe9", _s23_19, _s33_23, _s29_8, "Rend les documents visibles", _s21_50, "D\xe9finir un taux de change", _s16_68, "R\xe9glages des d\xe9penses", _s18_47, _s20_97, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", _s18_123, "variables", "Variables", "show_password", "Montrer le mot de passe", "hide_password", "Cacher le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_49, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_152, _s25_23, _s47_6, _s25_24, _s48_2, _s25_25, _s47_7, "gateway_refund", _s27_69, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Marquer comme actif", "day_count", "Jour :count", _s22_38, _s20_98, _s21_51, _s20_99, _s17_51, _s31_26, "endless", "Sans fin", "next_send_date", _s22_92, _s16_70, "Cycles restant", _s17_53, _s18_124, _s18_49, _s20_100, _s21_53, _s27_70, _s22_40, "Editer facture r\xe9currente", _s25_26, _s45_9, _s25_27, _s51_6, _s26_13, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_28, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_29, _s47_8, _s26_14, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s30_30, _s25_30, _s37_28, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_14, "profit", "Profit", "line_item", "Ligne d'article", _s18_51, _s21_112, _s23_20, "Accepter le paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_93, _s24_36, "Supporter le paiement au minimum du montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouvert(e)", _s30_4, _s24_64, _s30_5, _s20_101, "gateway_success", _s18_125, "gateway_failure", _s19_80, "gateway_error", _s20_102, "email_send", "Envoi de l'e-mail", _s17_55, _s24_65, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Logs syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Enregister les d\xe9tails de paiement", _s24_37, "Bienvenue sur Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Intitul\xe9", "client_number", _s16_252, "auto_convert", _s25_61, "company_name", _s19_81, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_53, _s23_50, "pdf_page_info", "Page :current sur :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par email avec succ\xe8s", "emailed_quotes", "Les offres ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par e-mail avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_253, "rows_per_page", "Lignes par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", _s21_113, "apply_credit", "Appliquer cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le label", "custom_labels", "Labels personnalis\xe9s", "record_type", _s21_114, "record_name", "Nom d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xc0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_254, "last_login_at", "Derni\xe8re connexion", "company_key", _s16_255, "storefront", "Vitrine", "storefront_help", "Autoriser les tierces parties \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_49, "E-mail de paiement en ligne", _s20_51, "E-mail de paiement manuel", "completed", "Effectu\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres client", _s17_57, _s22_94, _s17_59, _s22_95, "selected_quotes", "Devis s\xe9lectionn\xe9s", "selected_tasks", _s20_103, _s17_61, _s22_96, _s17_63, _s16_256, _s17_65, "Factures en retard", "recent_payments", "Paiements r\xe9cents", "upcoming_quotes", "Devis \xe0 venir", "expired_quotes", "Devis expir\xe9s", "create_client", "Cr\xe9er un client", "create_invoice", _s17_153, "create_quote", "Cr\xe9er un devis", "create_payment", "Nouveau paiement", "create_vendor", _s20_104, "update_quote", "Mettre \xe0 jour le devis", "delete_quote", "Supprimer ce devis", "update_invoice", _s24_66, "delete_invoice", _s20_105, "update_client", _s23_51, "delete_client", _s19_82, "delete_payment", _s21_115, "update_vendor", _s28_65, "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Nouvelle d\xe9pense", "update_expense", _s24_67, "delete_expense", _s20_106, "create_task", "Cr\xe9er une t\xe2che", "update_task", _s22_97, "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approuver le devis", "off", "Ferm\xe9", "when_paid", _s16_257, "expires_on", "Expire le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_48, "hide_sidebar", _s25_62, "event_type", _s16_258, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_31, "api_webhooks", "API Webhooks", "search_webhooks", _s28_66, "search_webhook", _s22_98, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "Modifier le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_29, "removed_webhook", _s35_29, _s16_77, _s37_30, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Jetons d'API", "api_docs", "Documentation des API", "search_tokens", _s26_49, "search_token", _s20_107, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter ce jeton", "created_token", "Jeton cr\xe9\xe9 avec succ\xe8s", "updated_token", "Jeton mis \xe0 jour avec succ\xe8s", "archived_token", "Jeton archiv\xe9 avec succ\xe8s", "deleted_token", "Jeton supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement client", _s24_39, "Autoriser les clients \xe0 s'enregistrer sur le portail", _s21_55, "Personnaliser & pr\xe9visualiser", "email_invoice", "Envoyer la facture par e-mail", "email_quote", "Envoyer ce devis par e-mail", "email_credit", "Cr\xe9dit par mail", "email_payment", "Re\xe7u du paiement par courriel", _s20_54, "Le client n'a pas d'adresse mail d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_68, "owned_by_user", _s26_50, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_49, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_22, "Configurer les conditions de paiements", "payment_term", "Condition de paiement", _s16_83, "Nouvelle condition de paiement", _s17_71, "\xc9diter la condition de paiement", _s20_55, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_56, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_56, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_57, _s40_6, _s20_58, _s40_6, _s21_57, "Les conditions de paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "S'identifier avec l'email", "change", "Modifier", _s23_24, "Modifier la mise en page pour le mobile ?", _s24_40, _s36_24, "send_from_gmail", "Envoyer depuis Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_154, "quote_amount", "Montant devis", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_259, _s18_55, "Rembours\xe9 partiellement", _s16_85, "Rechercher des documents", "search_designs", "Rechercher des designs", "search_invoices", "Rechercher des factures", "search_clients", "Rechercher des clients", "search_products", "Rechercher des produits", "search_quotes", "Rechercher des devis", "search_credits", _s20_108, "search_vendors", _s25_63, "search_users", "Rechercher des utilisateurs", _s16_86, _s25_64, "search_tasks", "Rechercher des t\xe2ches", "search_settings", "Rechercher des param\xe8tres", "search_projects", "Rechercher des projets", "search_expenses", "Rechercher des d\xe9penses", "search_payments", "Rechercher des r\xe8glements", "search_groups", "Rechercher des groupes", "search_company", "Rechercher des entreprises", "search_document", _s23_52, "search_design", _s21_116, "search_invoice", _s22_99, "search_client", _s21_117, "search_product", _s22_100, "search_quote", _s25_65, "search_credit", _s21_118, "search_vendor", "Recherche de 1 fournisseurs", "search_user", _s26_51, "search_tax_rate", _s27_71, "search_task", _s20_109, "search_project", _s21_119, "search_expense", _s22_101, "search_payment", _s23_53, "search_group", _s21_120, "refund_payment", "Remboursement du paiement", _s17_75, "Facture annul\xe9e", _s18_57, "Factures annul\xe9es", _s16_92, _s37_31, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/ Province (D\xe9partement)/ CP", _s17_79, "Ville/Province (D\xe9partement)/Code postal", "custom1", "Personnalis\xe91", "custom2", "Personnalis\xe92", "custom3", "Troisi\xe8me champ personnalis\xe9", "custom4", "Quatri\xe8me champ personnalis\xe9", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_126, _s16_93, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_58, "Attention : Cette action va supprimer vos donn\xe9es et est irr\xe9versible", "invoice_balance", "Solde facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 -60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Rafra\xeechir", "saved_design", "Design enregistr\xe9", "client_details", "Coordonn\xe9es du client", "company_address", _s23_54, "invoice_details", "D\xe9tails de la facture", "quote_details", "D\xe9tail du devis", "credit_details", "D\xe9tails du cr\xe9dit", "product_columns", "Colonnes de produits", "task_columns", "Colonnes de t\xe2ches", "add_field", _s16_260, "all_events", "Tous les \xe9v\xe9nements", "permissions", "Permissions", "none", "Aucun(e)", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "\xc9chec du paiement", "invoice_sent", _s22_102, "quote_sent", "Devis envoy\xe9", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture vue", "quote_viewed", "Devis vue", "credit_viewed", "Cr\xe9dit vue", "quote_approved", "Devis approuv\xe9", _s25_32, _s33_29, _s16_94, _s19_83, "apply_license", _s18_127, "cancel_account", _s19_84, _s22_47, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_48, "Attention : Ceci supprimera d\xe9finitivement votre soci\xe9t\xe9, il n'y a pas d'annulation.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La devis a \xe9t\xe9 converti avec succ\xe8s", "credit_design", "Design des cr\xe9dits", "includes", "Inclus", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "Framework CSS", "custom_designs", "Mod\xe8les personnalis\xe9s", "designs", "Mod\xe8les", "new_design", "Nouveau mod\xe8le", "edit_design", "\xc9diter le mod\xe8le", "created_design", _s32_15, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propositions", "tickets", "Tickets", _s16_98, "Devis r\xe9current", "recurring_tasks", _s18_128, _s18_59, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_261, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_101, _s36_9, "current_version", "Version actuelle", "latest_version", _s16_262, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_103, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_110, "credit_footer", "Pied de page des credits", "credit_terms", _s36_27, "new_company", "Nouveau compte", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e", "company1", "Champ personnalis\xe9 Entreprise 1", "company2", "Champ personnalis\xe9 Entreprise 2", "company3", "Champ personnalis\xe9 Entreprise 3", "company4", "Champ personnalis\xe9 Entreprise 4", "product1", "Champ personnalis\xe9 Produit 1", "product2", "Champ personnalis\xe9 Produit 2", "product3", "Champ personnalis\xe9 Produit 3", "product4", "Champ personnalis\xe9 Produit 4", "client1", "Champ personnalis\xe9 Client 1", "client2", _s21_121, "client3", _s21_122, "client4", _s21_123, "contact1", "Champ personnalis\xe9 Contact 1", "contact2", "Champ personnalis\xe9 Contact 2", "contact3", "Champ personnalis\xe9 Contact 3", "contact4", "Champ personnalis\xe9 Contact 4", "task1", "Champ personnalis\xe9 T\xe2che 1", "task2", "Champ personnalis\xe9 T\xe2che 2", "task3", "Champ personnalis\xe9 T\xe2che 3", "task4", "Champ personnalis\xe9 T\xe2che 4", "project1", "Champ personnalis\xe9 Projet 1", "project2", "Champ personnalis\xe9 Projet 2", "project3", "Champ personnalis\xe9 Projet 3", "project4", "Champ personnalis\xe9 Projet 4", "expense1", "Champ personnalis\xe9 D\xe9pense 1", "expense2", "Champ personnalis\xe9 D\xe9pense 2", "expense3", "Champ personnalis\xe9 D\xe9pense 3", "expense4", "Champ personnalis\xe9 D\xe9pense 4", "vendor1", _s26_52, "vendor2", _s26_53, "vendor3", _s26_54, "vendor4", _s26_55, "invoice1", "Champ personnalis\xe9 Facture 1", "invoice2", "Champ personnalis\xe9 Facture 2", "invoice3", "Champ personnalis\xe9 Facture 3", "invoice4", "Champ personnalis\xe9 Facture 4", "payment1", "Champ personnalis\xe9 Paiement 1", "payment2", "Champ personnalis\xe9 Paiement 2", "payment3", "Champ personnalis\xe9 Paiement 3", "payment4", "Champ personnalis\xe9 Paiement 4", "surcharge1", "Autre frais 1", "surcharge2", "Autre frais 2", "surcharge3", "Autre frais 3", "surcharge4", "Autre frais 4", "group1", "Champ personnalis\xe9 Groupe 1", "group2", "Champ personnalis\xe9 Groupe 2", "group3", "Champ personnalis\xe9 Groupe 3", "group4", "Champ personnalis\xe9 Groupe 4", "reset", "Remettre \xe0 z\xe9ro", "number", "Nombre", "export", "Exporter", "chart", "Graphique", "count", "Compte", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_65, _s29_50, _s17_83, "Nom du contact", "contact_phone", _s20_111, _s21_59, "Valeur champ personnalis\xe9 Contact 1", _s21_60, "Valeur champ personnalis\xe9 Contact 2", _s21_61, "Valeur champ personnalis\xe9 Contact 3", _s21_62, "Valeur champ personnalis\xe9 Contact 4", _s17_85, "Rue", _s17_86, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_129, _s20_59, "Code postal", _s16_132, "Pays", _s16_134, "Rue", _s16_135, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_129, _s19_40, "Code postal", "billing_country", "Pays", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter une colonne", "edit_columns", "\xc9diter les colonnes", "columns", "Colonnes", "aging", "Vieillissement", "profit_and_loss", "Profits et Pertes", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter compte", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_85, "multiselect", _s18_130, "entity_state", "\xc9tat", "verify_password", _s24_69, "applied", "Publi\xe9", _s21_63, "Contient les erreurs r\xe9centes des journaux", _s30_8, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_61, "Voir les d\xe9tails du produit", _s25_34, _s78_, _s20_63, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_68, _s31_27, _s23_26, _s41_9, _s18_70, "Modifier les param\xe8tres", "support_forum", "forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel de cr\xe9dit", "iframe_url", "Site internet", "domain_url", "URL du domaine", _s21_64, "Mot de passe trop court", _s20_64, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_42, "T\xe2che du portail client", _s23_27, _s33_30, _s20_65, "Saisissez une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9", "yes", "Oui", "no", "Non", "generate_number", _s17_155, "when_saved", "Lors de l'enregistrement", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionner une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher/cacher", "menu_sidebar", "Barre lat\xe9rale du menu", "history_sidebar", _s18_131, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_112, "second_custom", _s19_86, "third_custom", _s22_104, "show_cost", "Voir le co\xfbt", _s17_88, _s17_89, "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_65, "Voir la quantit\xe9 du produit", _s26_23, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_67, "Voir la quantit\xe9 sur la facture", _s26_24, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s19_87, _s21_71, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_156, "three_tax_rates", "Trois taux de taxe", _s16_140, _s23_55, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_72, _s31_28, "configure_rates", "Configurer les taux", _s18_73, _s18_74, "tax_settings", "R\xe9glages des taxes", _s18_75, "Taux de taxes", "accent_color", _s27_72, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_142, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_263, "field_type", "Type du champ", _s27_37, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_132, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_145, "Pourcentage de p\xe9nalit\xe9 de retard", "schedule", "Planification", "before_due_date", "Avant la date d'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s la date d'\xe9ch\xe9ance", _s18_77, _s28_67, "days", "Jours", "invoice_email", "E-mail de facture", "payment_email", "E-mail de paiement", "partial_payment", _s16_264, "payment_partial", "Partial Payment", _s21_72, "Mail de paiement partiel", "quote_email", "E-mail de devis", _s16_147, "Rappel sans fin", _s16_149, _s22_105, "administrator", "Administrateur", _s18_78, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_70, "users", "Utilisateurs", "new_user", _s18_133, "edit_user", _s20_113, "created_user", "Utilisateur cr\xe9\xe9 avec succ\xe8s avec succ\xe8s", "updated_user", "Utilisateur mis \xe0 jour avec succ\xe8s", "archived_user", "Utilisateur archiv\xe9 avec succ\xe8s", "deleted_user", "Utilisateur supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 supprim\xe9", "restored_user", "Commande restaur\xe9e avec succ\xe8s", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s19_88, "invoice_options", "Options de facturation", _s17_92, _s24_71, _s22_55, 'Afficher la ligne "Pay\xe9 \xe0 ce jour" sur vos factures seulement une fois qu\'un paiement a \xe9t\xe9 re\xe7u.', _s23_29, _s18_134, _s28_21, "Inclure l'image attach\xe9e dans la facture.", _s16_153, "Voir les en-t\xeates sur", _s16_154, "Voir les pieds de page sur", "first_page", "Premi\xe8re page", "all_pages", "Toutes les pages", "last_page", "Derni\xe8re page", "primary_font", "Police principale", "secondary_font", "Police secondaire", "primary_color", _s18_135, "secondary_color", _s18_136, "page_size", "Taille de Page", "font_size", _s16_265, "quote_design", "Mise en page des Devis", "invoice_fields", _s17_157, "product_fields", "Champs de produit", "invoice_terms", _s25_66, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_79, "Envoyer automatiquement par courriel", _s23_30, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s18_80, "Archiver automatiquement", _s23_31, "Archiver automatiquement les devis lorsqu'ils sont convertis.", _s18_81, _s25_61, _s23_32, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_94, _s29_51, "freq_daily", "Quotidien", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Deux semaines", "freq_four_weeks", "Quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_56, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_157, _s17_158, "number_padding", _s23_57, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_89, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_99, "Majoration de facture", "client_field", "Champ de client", "product_field", "Champ de produit", "payment_field", "Champ de Paiement", "contact_field", "Champ de contact", "vendor_field", "Champ de fournisseur", "expense_field", "Champ de d\xe9pense", "project_field", "Champ de projet", "task_field", "Champ de t\xe2che", "group_field", "Champ de Groupe", "number_counter", _s18_137, "prefix", "Pr\xe9fixe", "number_pattern", _s16_266, "messages", "Messages", "custom_css", _s16_267, _s17_101, _s23_58, _s16_159, _s19_90, _s21_74, "Afficher la signature du client sur la facture / le devis PDF.", _s25_40, _s48_3, _s30_9, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_33, "Case \xe0 cocher pour les conditions d'offre", _s28_22, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_41, _s20_114, _s30_10, "Exiger que le client signe", _s23_34, "Signature de l'offre", _s22_57, _s42_16, _s27_38, "Autoriser la cr\xe9ation d'un mot de passe pour chaque contact. Si un mot de passe est cr\xe9\xe9, le contact devra entrer un mot de passe avant de voir les factures.", "authorization", "Autorisation", "subdomain", "Sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_41, "Rendez le r\xe8glement de vos clients plus facile en ajoutant les markup schema.org \xe0 vos courriels.", "plain", "Brut", "light", "Clair", "dark", "Sombre", "email_design", _s18_138, "attach_pdf", "Joindre PDF", _s16_160, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_46, "Activer le balisage", "reply_to_email", "Adresse de r\xe9ponse", "reply_to_name", "Reply-To Name", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de Cr\xe9dit", "bank_transfer", _s17_159, "priority", "Priorit\xe9e", "fee_amount", _s17_160, "fee_percent", _s21_124, "fee_cap", _s16_268, "limits_and_fees", "Limites/Frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_56, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_49, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_115, "edit_tax_rate", _s22_106, _s16_162, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_163, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_104, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Remplissage auto des produits", _s18_84, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_69, _s65_1, _s16_165, _s22_107, _s21_75, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_108, _s16_167, "Passerelles de paiements", _s19_50, _s19_91, _s20_70, _s20_116, _s23_35, _s37_32, _s23_36, _s43_5, _s24_42, _s40_7, _s23_37, _s41_10, _s24_43, _s41_11, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_269, _s21_76, "Premier Jour de la Semaine", _s23_38, _s23_59, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de la date", "datetime_format", _s17_161, "military_time", "24H", _s18_85, "Affichage sur 24h", "send_reminders", _s19_92, "timezone", "Fuseau horaire", _s19_51, _s18_139, _s17_107, _s18_140, _s19_53, "Filtr\xe9 par Facture", _s18_86, "Filtr\xe9 par Client", _s18_88, "Filtr\xe9 par Vendeur", "group_settings", "Param\xe8tres de groupe", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_270, "created_group", _s32_16, "updated_group", _s38_20, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "Envoyer le logo", "uploaded_logo", "Le logo a \xe9t\xe9 envoy\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 enregistr\xe9s avec succ\xe8s", _s16_171, "R\xe9glages du produit", "device_settings", _s24_72, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_141, _s17_109, _s18_142, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_143, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_117, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_57, "email_settings", "Param\xe8tres d'e-mail", _s23_40, "Mod\xe8les & Rappels", _s22_58, _s27_73, _s19_55, _s25_67, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_60, _s27_42, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_57, _s17_162, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_45, "Veuillez entrer un pr\xe9nom", _s24_45, _s22_109, _s33_21, "Veuillez accepter les conditions d'utilisation et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte les", _s16_173, _s24_73, "privacy_policy", _s28_68, "sign_up", "S\u2019enregistrer", "account_login", "Connexion \xe0 votre compte", "view_website", "Voir le site Web", "create_account", "Cr\xe9er un compte", "email_login", "Email de connexion", "create_new", "Cr\xe9er", _s18_90, _s32_17, _s21_79, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ac\u03bd\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "take_picture", "\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03c3\u03b5\u03c4\u03b5", "upload_file", "Envoyer un fichier", "document", "Document", "documents", "Documents", "new_document", "\u039d\u03ad\u03bf \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03ba\u03b4\u03ce\u03c3\u03b5\u03c4\u03b5 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", _s17_111, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_175, "Document mis \xe0 jour avec succ\xe8s", _s17_112, "Document archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_144, "pending", "En attente", _s16_177, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_178, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_179, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_47, "Ajouter un document \xe0 la facture", "exchange_rate", "Taux de change", _s16_180, "Convertir la devise", "mark_paid", "Marquer comme pay\xe9", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_93, "created_vendor", "Fournisseur cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Founisseur mis \xe0 jour avec succ\xe8s", "archived_vendor", "Fournisseur archiv\xe9 avec succ\xe8s", "deleted_vendor", "Fournisseur supprim\xe9 avec succ\xe8s", "restored_vendor", "Fournisseur restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_182, _s36_11, "new_expense", "Saisir une d\xe9pense", "created_expense", "D\xe9pense cr\xe9\xe9e avec succ\xe8s", "updated_expense", "D\xe9pense mise \xe0 jour avec succ\xe8s", _s16_183, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_184, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_115, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_185, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_116, _s37_14, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_145, "design", "Design", _s21_80, "\xc9l\xe9ment non trouv\xe9", "invoiced", "Factur\xe9", "logged", "Enregistr\xe9", "running", "En cours", "resume", "Reprendre", "task_errors", "Merci de corriger les horaires conflictuels", "start", "D\xe9but", "stop", "Fin", "started_task", "T\xe2che d\xe9marr\xe9e avec succ\xe8s", "stopped_task", "T\xe2che stopp\xe9e avec succ\xe8s", "resumed_task", "T\xe2che relanc\xe9e avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrer automatiquement les t\xe2ches", "timer", "Compteur", "manual", "Manuel", "budgeted", "Budg\xe9tis\xe9", "start_time", "D\xe9but", "end_time", "Heure de fin", "date", "Date", "times", "Horaires", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "T\xe2che cr\xe9\xe9e avec succ\xe8s", "updated_task", "T\xe2che mise \xe0 jour avec succ\xe8s", "archived_task", "T\xe2che archiv\xe9e avec succ\xe8s", "deleted_task", "T\xe2che supprim\xe9e avec succ\xe8s", "restored_task", "T\xe2che restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches supprim\xe9es avec succ\xe8s", "restored_tasks", _s34_20, _s19_59, _s22_109, "budgeted_hours", _s16_271, "created_project", _s32_18, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_117, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_190, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_118, _s37_15, "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app !", "if_you_like_it", _s27_74, "click_here", "cliquer ici", _s18_94, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_61, _s24_49, _s21_125, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s21_126, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_94, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_119, "Comparaison de p\xe9riode", "previous_period", _s18_146, "previous_year", _s16_272, "compare_to", "Comparer \xe0", "last7_days", _s16_273, "last_week", "Semaine derni\xe8re", "last30_days", _s17_163, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Dupliquer la facture", "clone_to_quote", "Dupliquer en devis", "clone_to_credit", "Cloner en cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier ce client", "edit_product", "\xc9diter ce produit", "edit_invoice", _s19_95, "edit_quote", "\xc9diter ce devis", "edit_payment", "\xc9diter le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pensee", "edit_vendor", _s21_127, "edit_project", "Editer le projet", _s20_72, "Editer devis r\xe9current", "billing_address", _s22_110, _s16_193, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_74, "active_clients", "clients actifs", "close", "Fermer", "email", "E-mail", "password", "Mot de passe", "url", "URL", "secret", "Cl\xe9 secr\xe8te", "name", "Nom", "logout", "Se d\xe9connecter", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Rafraichissement termin\xe9", _s23_41, "Entrez votre adresse e-mail", _s26_34, "Entez votre mot de passe", _s21_83, "Entrez votre URL", _s26_36, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Une erreur s'est produite", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Montant d\xfb", "balance", "Solde", "overview", "Vue d'ensemble", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site Web", "vat_number", "Num\xe9ro de TVA", "id_number", "Num\xe9ro ID", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_118, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_147, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_199, "L'adresse de courriel n'est pas correcte", "product", "Produit", "products", "Produits", "new_product", "Nouvel article", "created_product", "Produit cr\xe9\xe9 avec succ\xe8s", "updated_product", "Produit mis \xe0 jour avec succ\xe8s", _s16_201, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_33, _s16_202, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_124, _s37_16, "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Client cr\xe9\xe9 avec succ\xe8s", "updated_client", "Client modifi\xe9 avec succ\xe8s", "archived_client", "Client archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Client supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients supprim\xe9s avec succ\xe8s", "restored_client", "Client restaur\xe9 avec succ\xe8s", _s16_205, _s36_13, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_129, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_274, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_206, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_207, "Facture restaur\xe9e avec succ\xe8s", _s17_125, ":count factures archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, _s37_17, "emailed_invoice", "Facture envoy\xe9e par e-mail avec succ\xe8s", "emailed_payment", "Paiement envoy\xe9 par email avec succ\xe8s", "amount", "Montant", "invoice_number", "Num\xe9ro de facture", "invoice_date", "Date de facture", "discount", "Remise", "po_number", "N\xb0 de Bon de Commande", "terms", "Conditions", "public_notes", "Note publique", "private_notes", _s18_148, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "Devis num\xe9ro", "quote_date", "Date du devis", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Depot Partial", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter Article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant Total", "pdf", "Fichier PDF", "due_date", "Date d'\xe9ch\xe9ance", _s16_209, _s16_264, "status", "Statut", _s17_127, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_59, "Cliquer pour ajouter un article (objet)", _s22_61, _s35_36, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_74, "S\xe9lectionnez une date", _s22_62, "S\xe9lectionnez un client", _s24_51, "S\xe9lectionnez une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Date de cr\xe9ation", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "S\xe9lectionnez un num\xe9ro de facture", _s27_51, "S\xe9lectionner un num\xe9ro de devis", "past_due", "En retard", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vu", "approved", "Approuv\xe9", "partial", "Partiel/d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_119, _s22_64, "Facture marquee comme envoyee avec succes", _s22_65, "Facture marqu\xe9e comme envoy\xe9e", _s23_43, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_44, "Factures marqu\xe9es comme envoy\xe9es", "done", "Termin\xe9", _s37_18, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_53, "Recommencer k'app pour introduire l'app change", "refresh_data", "Rafra\xeechir les donn\xe9es", "blank_contact", "Details pour contacter la Banque", "activity", "Activit\xe9", _s16_211, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", "Conditions de paiement", "payment_date", _s16_275, "payment_status", _s16_276, _s16_213, "En attente", _s16_214, "Annul\xe9", _s16_215, "\xc9chou\xe9", _s16_216, "Compl\xe9t\xe9", _s16_217, _s23_62, _s16_218, "Remboursement", _s17_128, "Non appliqu\xe9", _s17_129, _s19_27, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher des taches", "email_reminders", "Messages de rappel par courriel", "enabled", "Activ\xe9", "recipients", "Destinataires", "initial_email", _s16_277, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_278, "reminder1", "Premier Message de Rappel", "reminder2", "Deuxieme Message de Rappel", "reminder3", "Troisieme Message de Rappel", "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer l'e-mail", "email_receipt", "Envoyer le re\xe7u par e-mail au client", "auto_billing", "Debit Automatique", "button", "Bouton", "preview", "Pr\xe9visualisation", "customize", "Personnaliser", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9", "payment_type", _s16_254, _s21_85, "R\xe9f\xe9rence transaction", "enter_payment", "Saisissez un paiement", "new_payment", "Entrer un paiement", "created_payment", "Paiement cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Paiement mis \xe0 jour avec succ\xe8s", _s16_219, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_220, "Paiement restaur\xe9 avec succ\xe8s", _s17_130, ":count paiement archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements supprim\xe9s avec succ\xe8s", _s17_131, _s37_20, "quote", "Devis", "quotes", "Devis", "new_quote", "Nouveau devis", "created_quote", "Devis cr\xe9\xe9 avec succ\xe8s", "updated_quote", "Devis mis \xe0 jour avec succ\xe8s", "archived_quote", "Devis archiv\xe9 avec succ\xe8s", "deleted_quote", "Devis supprim\xe9 avec succ\xe8s", "restored_quote", "Devis restaur\xe9 avec succ\xe8s", "archived_quotes", ":count devis archiv\xe9s avec succ\xe8s", "deleted_quotes", ":count devis supprim\xe9s avec succ\xe8s", "restored_quotes", _s35_22, "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_32, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_19, "activity_5", _s38_24, "activity_6", ":user a mail\xe9 la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a vu la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi un paiement :payment concernant :invoice pour :client", "activity_11", ":user a mis \xe0 jour le moyen de paiement :payment", "activity_12", ":user a archiv\xe9 le moyen de paiement :payment", "activity_13", ":user a supprim\xe9 le moyen de paiement :payment", "activity_14", ":user a entr\xe9 le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 le devis :quote", "activity_19", ":user a mis \xe0 jour le devis :quote", "activity_20", ":user a mail\xe9 un devis :quote pour :client \xe0 :contact", "activity_21", ":contact a lu le devis :quote", "activity_22", ":user a archiv\xe9 le devis :quote", "activity_23", ":user a supprim\xe9 le devis :quote", "activity_24", ":user a restaur\xe9 le devis :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_34, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_20, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement de :payment_amount (:payment)", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement de :payment_amount (:payment)", "activity_41", _s50_11, "activity_42", _s27_75, "activity_43", _s33_33, "activity_44", _s30_33, "activity_45", _s31_29, "activity_46", _s31_30, "activity_47", _s38_26, "activity_48", _s32_21, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9-ouvert le ticket :ticket", "activity_55", ":contact a r\xe9pondu au ticket :ticket", "activity_56", ":user a visualis\xe9 le ticket :ticket", "activity_57", "La facture :invoice n'a pu \xeatre envoy\xe9e", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s27_76, "emailed_quote", "Devis envoy\xe9 par e-mail avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par mail avec succ\xe8s", _s20_76, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_87, "Le cr\xe9dit a bien \xe9t\xe9 marqu\xe9 comme envoy\xe9", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", "Valeur Personnalis\xe9e 1", "custom_value2", "Valeur Personnalis\xe9e 2", "custom_value3", _s22_111, "custom_value4", _s22_112, _s18_95, _s30_34, _s24_56, _s39_12, _s29_37, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour un paiement de facture", _s31_18, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", _s24_75, "translations", "Traductions", _s19_64, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_66, "Mod\xe8le de compteur de t\xe2che", _s22_68, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_70, "Mod\xe8le de compteur de d\xe9pense", _s21_88, "Mod\xe8le de num\xe9ro de fournisseur", _s21_90, "Mod\xe8le de compteur de fournisseur", _s21_92, "Mod\xe8le de num\xe9ro de ticket", _s21_94, "Mod\xe8le de compteur de ticket", _s22_72, "Mod\xe8le de num\xe9ro de paiement", _s22_74, "Mod\xe8le de compteur de paiement", _s22_76, "Mod\xe8le de num\xe9ro de facture", _s22_78, _s29_52, _s20_77, "Mod\xe8le de num\xe9ro de devis", _s20_79, "Compteur du num\xe9ro de devis", _s21_96, _s26_58, _s21_98, _s28_69, _s21_100, _s26_58, _s21_101, _s28_69, _s18_97, _s33_34, "counter_padding", _s22_113, _s28_57, "Compteur partag\xe9 pour les factures et les offres", _s18_99, "Nom par d\xe9faut de la taxe 1", _s18_101, "Taux par d\xe9faut de la taxe 1", _s18_103, "Nom par d\xe9faut de la taxe 2", _s18_105, "Taux par d\xe9faut de la taxe 2", _s18_107, "Nom par d\xe9faut de la taxe 3", _s18_109, "Taux par d\xe9faut de la taxe 3", _s21_102, "Sujet du courriel de la facture", _s19_68, "Sujet du courriel du devis", _s21_104, "Sujet du courriel du paiement", _s29_39, "Sujet du mail de paiement partiel", "show_table", "Afficher en tableau", "show_list", "Afficher en liste", "client_city", "Ville du client", "client_state", "R\xe9gion du client", "client_country", "Pays du client", _s16_222, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Adresse du client", "client_address2", _s22_114, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "Adresse de livraison du client", _s24_59, "App / Bureau de livraison du client", "type", "Type", "invoice_amount", _s21_128, _s16_226, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_63, "archived_at", "Archiv\xe9 le", "has_expenses", "D\xe9penses en cours", "custom_taxes1", "Autres taxes 1", "custom_taxes2", "Autres taxes 2", "custom_taxes3", "Autres taxes 3", "custom_taxes4", "Autres taxes 4", _s17_134, "Autre frais 1", _s17_135, "Autre frais 2", _s17_136, "Autre frais 3", _s17_137, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_120, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_96, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de la taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_97, "age", "Anciennet\xe9", "is_running", "Is Running", "time_log", _s16_279, "bank_id", "Banque", _s19_70, _s19_71, _s16_227, _s20_121, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", _s17_164, _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s22_89, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", _s22_90, _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", "Cr\xe9er votre compte en quelques secondes", "login_label", _s28_0, "add_to_invoice", _s29_47, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s20_92, "range", "\xc9tendue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Les frais pour une facture de :amount serait :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approuver", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Le client a \xe9t\xe9 purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nouveau mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_47, "view_statement", "Visualiser le relev\xe9", "sepa", "SEPA D\xe9bit direct", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Nom de", _s16_23, _s16_232, _s17_19, _s18_120, _s18_17, _s20_93, _s21_22, _s27_67, _s22_27, _s28_63, _s25_2, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_3, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_4, _s36_30, _s25_5, _s38_2, _s26_5, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", _s22_91, _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer les donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user a cr\xe9\xe9 une facture r\xe9currente :recurring_invoice", "activity_101", ":user a mis \xe0 jour une facture r\xe9currente :recurring_invoice", "activity_102", ":user a archiv\xe9 une facture r\xe9currente :recurring_invoice", "activity_103", ":user a supprim\xe9 une facture r\xe9currente :recurring_invoice", "activity_104", ":user a restaur\xe9 une facture r\xe9currente :recurring_invoice", _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_94, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s17_149, _s17_23, "Nom du contact", "order", "Order", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre plus grand que z\xe9ro et moins que le total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Autoriser", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez le sous-domaine ou affichez la facture sur votre site web.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Nouvel abonnement", _s17_29, _s19_78, _s20_27, _s27_68, _s20_28, _s33_26, _s21_34, _s30_29, _s20_29, "L'abonnement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_30, "L'abonnement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_35, "L'abonnement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_21, "Recherche de 1 abonnement", _s20_31, "Recherche :count abonnements", _s26_8, "Le sous-domaine n'est pas disponible", "connect_gmail", "Connectez Gmail", _s16_43, "D\xe9connecter Gmail", "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_33, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_45, "Les modifications apport\xe9es au code de base peuvent bloquer la mise \xe0 jour, vous pouvez ex\xe9cuter cette commande pour annuler les modifications:", _s16_46, "Num\xe9ro d'identification du client", "count_minutes", ":count minutes", _s16_48, "D\xe9lai d'expiration du mot de passe", _s29_5, "Compteur partag\xe9 pour les factures et les cr\xe9dits", "use_last_email", "Utiliser le dernier e-mail", _s16_50, "Activer la soci\xe9t\xe9", _s21_37, "Activez les courriels, les factures r\xe9currentes et les notifications", _s27_16, "Une erreur s'est produite, veuillez r\xe9essayer", _s27_17, "Veuillez d'abord d\xe9finir un mot de passe", _s34_7, "Attention: modifier votre num\xe9ro de t\xe9l\xe9phone d\xe9sactivera l'authentification \xe0 deux facteurs (A2F)", "help_translate", "Aide \xe0 la traduction", _s23_14, "Veuillez s\xe9lectionner un pays", "resend_invite", "Renvoyer l'invitation", _s19_22, "L'authentification \xe0 deux facteurs (A2F) a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_52, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_23, "Le comte a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", "delivered", "Livr\xe9", "bounced", "Rejet\xe9s", "spam", "Pourriel", "view_docs", "Afficher la documentation", _s32_4, "Veuillez fournir un num\xe9ro de t\xe9l\xe9phone mobile pour activer l'authentification \xe0 deux facteurs", "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_38, "Scannez le code barre avec une :link app compatible.", _s18_34, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_31, "D\xe9connecter Google", _s17_33, "Authentification \xe0 deux facteurs", _s18_35, "D\xe9sactiver l'authentification \xe0 deux facteurs", _s34_8, "Requiert un mot de passe avec une connexion de r\xe9seau social", "stay_logged_in", "Restez connect\xe9", _s23_16, "Avertissement: Votre session va expirer bient\xf4t", "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_24, "Expiration de la session web", _s17_34, "Param\xe8tres de s\xe9curit\xe9", "resend_email", "Renvoyer le courriel", _s26_10, "Veuillez confirmer votre adresse courriel", _s16_53, _s18_121, _s19_26, _s27_77, _s19_28, "Veuillez s\xe9lectionner un utilisateur authentifi\xe9 avec Gmail", "list_long_press", "Longue pression pour liste", "show_actions", "Afficher les actions", _s17_36, "D\xe9marrer la multis\xe9lection", _s27_19, "Un courriel a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse courriel", _s21_39, "Pour utiliser :client_counter veuillez ajouter soit :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_150, "to_update_run", "Pour mettre \xe0 jour l'ex\xe9cution", _s18_37, _s20_95, _s16_54, "URL d'enregistrement", "invoice_project", _s18_122, "invoice_task", _s17_151, "invoice_expense", "Facture de d\xe9pense", _s19_29, "Rechercher 1 d\xe9lai de paiement", _s20_32, "Rechercher :count d\xe9lais de paiement", _s16_56, _s28_64, "save_and_email", _s35_28, _s16_58, _s25_60, _s16_60, _s16_251, _s17_38, "Solde converti", _s22_31, "Pay\xe9 \xe0 ce jour converti", _s24_21, "Solde de cr\xe9dit converti", "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_40, _s20_96, "document_upload", "T\xe9l\xe9versement de document", _s20_33, "Autoriser les clients \xe0 t\xe9l\xe9verser des documents", "expense_total", "Total des d\xe9penses", "enter_taxes", "Saisir les taxes", "by_rate", "Par taux", "by_amount", "Par montant", "enter_amount", "Entrer le montant", "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s taxes", "color", "Couleur", "show", "Voir", "hide", "Cacher", "empty_columns", "Colonnes vides", _s21_41, "Mode debug activ\xe9", _s26_11, "Avertissement: Pour usage local seulement. Fuites de donn\xe9es possible. En savoir plus.", "running_tasks", "T\xe2ches en cours", "recent_tasks", "T\xe2ches r\xe9centes", "recent_expenses", "D\xe9penses r\xe9centes", _s17_42, "D\xe9penses \xe0 venir", "update_app", "Mettre \xe0 jour l'App", "started_import", "L'importation a d\xe9marr\xe9 avec succ\xe8s", _s24_23, "Dupliquer le mappage de colonnes", _s20_34, "Utiliser taxes incluses", _s18_39, "Est Montant rabais", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_15, "Utiliser premi\xe8re rang\xe9e comme noms de colonnes", "select_file", _s32_13, _s16_62, "Aucun fichier s\xe9lectionn\xe9", "csv_file", "Fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_33, "Veuillez fournir tous les CSV.", "import_type", "Type d'importation", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Voir les licences", "webhook_url", "URL Webhook", _s17_44, "\xc9diteur plein \xe9cran", "sidebar_editor", "\xc9diteur de barre lat\xe9rale", _s22_34, 'Veuillez saisir ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner vers", "clone_to_other", "Cloner vers Autre", "labels", "\xc9tiquettes", "add_custom", "Ajout personnalis\xe9", "payment_tax", "Paiement de taxe", "unpaid", "Impay\xe9", "white_label", "Sans marque", "delivery_note", "Note de livraison", _s24_26, _s39_7, _s24_28, _s37_27, "source_code", "Code source", "app_platforms", "Plateformes d'app", "invoice_late", "facture en retard", "quote_expired", _s18_149, "partial_due", "Montant partiel d\xfb", "invoice_total", "Montant total", "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_17, "Total de facture", "actions", "Actions", "expense_number", "Num\xe9ro de d\xe9pense", "task_number", "Num\xe9ro de t\xe2che", "project_number", "Num\xe9ro de projet", "project_name", "Nom du projet", "warning", "Avertissement", "view_settings", _s19_79, _s24_30, "Avertissement: Cette entreprise n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", "Facture en retard", "expired_quote", _s18_149, "remind_invoice", "Rappeler la facture", "cvv", "CVV", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone du client", "required_fields", "Champs requis", "calculated_rate", "Taux calcul\xe9", _s17_46, "Taux de t\xe2che par d\xe9faut", "clear_cache", "Vider le cache", "sort_order", "Ordre de tri", "task_status", "\xc9tat", "task_statuses", "\xc9tats de t\xe2che", "new_task_status", "Nouvel \xe9tat de t\xe2che", _s16_64, "\xc9dition de l'\xe9tat de t\xe2che", _s19_30, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_31, "Le statut de la t\xe2che a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_36, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_32, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_33, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_37, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_35, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_43, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_36, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_41, "Recherche 1 \xe9tat de t\xe2che", _s20_39, "Recherche :count \xe9tats de t\xe2che", _s16_66, "Afficher le tableau des t\xe2ches", _s21_44, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_40, "Facturer le journal du temps des t\xe2ches", _s25_16, "Ajouter les d\xe9tails de temps aux lignes d'articles des factures", _s20_42, "Facturer le journal des dates des t\xe2ches", _s25_17, "Ajouter les d\xe9tails de date aux lignes d'articles des factures", _s21_45, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_42, "Configurer les \xe9tats", "task_settings", "Param\xe8tres des t\xe2ches", _s20_44, "Configurer les cat\xe9gories", _s18_44, "Cat\xe9gories de d\xe9pense", _s20_46, _s29_48, _s21_46, "\xc9diter la cat\xe9gorie D\xe9pense", _s24_31, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_32, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_19, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_33, _s40_5, _s24_34, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_20, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_23, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_12, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_24, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_18, "Recherche 1 cat\xe9gorie de d\xe9pense", _s25_22, "Recherche :count cat\xe9gorie de d\xe9pense", _s21_48, "Utiliser les cr\xe9dits disponibles", "show_option", "Afficher les options", _s22_37, "Le montant du cr\xe9dit ne peut pas exc\xe9der le montant du paiement", "view_changes", "Visualiser les changements", "force_update", _s21_111, _s17_48, "Vous \xeates sur la derni\xe8re version, mais il peut y avoir encore quelques mises \xe0 jour en cours", "mark_paid_help", _s38_17, _s18_46, "Devrait \xeatre factur\xe9e", _s23_19, "Activer la facturation de la d\xe9pense", _s29_8, "Rend visibles les documents", _s21_50, "D\xe9finir un taux d'\xe9change", _s16_68, "Param\xe8tres des d\xe9penses", _s18_47, _s20_97, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple / Google Pay", "user_field", _s18_123, "variables", "Variables", "show_password", "Afficher le mot de passe", "hide_password", "Masquer le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_49, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_152, _s25_23, _s47_6, _s25_24, _s48_2, _s25_25, _s47_7, "gateway_refund", _s27_69, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_38, _s20_98, _s21_51, _s20_99, _s17_51, _s31_26, "endless", "Sans fin", "next_send_date", _s22_92, _s16_70, "Cycles restants", _s17_53, _s18_124, _s18_49, _s20_100, _s21_53, _s27_70, _s22_40, "\xc9diter la facture r\xe9currente", _s25_26, _s45_9, _s25_27, _s51_6, _s26_13, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_28, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_29, _s47_8, _s26_14, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_25, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_15, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_26, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_35, _s30_30, _s25_30, _s37_28, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_14, "profit", "Profit", "line_item", "Ligne d'article", _s18_51, _s21_112, _s23_20, "Accepter paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_93, _s24_36, "Accepter paiement au minimum le montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouverts", _s30_4, _s24_64, _s30_5, _s20_101, "gateway_success", _s18_125, "gateway_failure", _s19_80, "gateway_error", _s20_102, "email_send", "Envoi de courriel", _s17_55, _s24_65, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Journaux syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Sauvegarder les informations de carte de cr\xe9dit", _s24_37, "Bienvenue dans Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_252, "auto_convert", "Conversion automatique", "company_name", _s19_81, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_53, _s23_50, "pdf_page_info", "Page :current de :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_quotes", "Les soumissions ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par courriel avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_253, "rows_per_page", "Rang\xe9es par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", _s21_113, "apply_credit", "Appliquer le cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le libell\xe9", "custom_labels", "\xc9tiquettes personnalis\xe9es", "record_type", _s21_114, "record_name", "Non d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xe0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_254, "last_login_at", "Derni\xe8re connexion \xe0", "company_key", _s16_255, "storefront", "Vitrine", "storefront_help", "Activer les applications externes \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_49, "Courriel de paiement en ligne", _s20_51, "Courriel de paiement manuel", "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres clients", _s17_57, _s22_94, _s17_59, _s22_95, "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", _s20_103, _s17_61, _s22_96, _s17_63, _s16_256, _s17_65, "Factures impay\xe9es", "recent_payments", "Paiements re\xe7us", "upcoming_quotes", "Soumissions \xe0 venir", "expired_quotes", "Soumissions expir\xe9es", "create_client", "Cr\xe9er un client", "create_invoice", _s17_153, "create_quote", "Cr\xe9er une soumission", "create_payment", "Cr\xe9er un paiement", "create_vendor", _s20_104, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", _s24_66, "delete_invoice", _s20_105, "update_client", _s23_51, "delete_client", _s19_82, "delete_payment", _s21_115, "update_vendor", _s28_65, "delete_vendor", "Supprimer le fournisseur", "create_expense", "Cr\xe9er une d\xe9pense", "update_expense", _s24_67, "delete_expense", _s20_106, "create_task", "Cr\xe9er une T\xe2che", "update_task", _s22_97, "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "Ferm\xe9", "when_paid", _s16_257, "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_48, "hide_sidebar", _s25_62, "event_type", _s16_258, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_31, "api_webhooks", "API Webhooks", "search_webhooks", _s28_66, "search_webhook", _s22_98, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "\xc9diter le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_29, "removed_webhook", _s35_29, _s16_77, _s37_30, _s17_68, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_78, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_79, "Les :value webhooks ont \xe9t\xe9 retir\xe9s avec succ\xe8s", _s17_69, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", _s26_49, "search_token", _s20_107, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter le jeton", "created_token", "Le jeton a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_token", "Le jeton a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_token", "Le jeton a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_token", "Le jeton a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement d'un client", _s24_39, "Autoriser le client \xe0 s'inscrire sur le portail", _s21_55, "Personnaliser et pr\xe9visualiser", "email_invoice", "Envoyer la facture par courriel", "email_quote", "Envoyer la soumission par courriel", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_122, _s20_54, "Le client n'a pas d'adresse courriel d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_68, "owned_by_user", _s26_50, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_49, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_22, "Configuration des d\xe9lais de paiements", "payment_term", "D\xe9lai de paiement", _s16_83, "Nouveau d\xe9lai de paiement", _s17_71, "Modifier le d\xe9lai de paiement", _s20_55, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_56, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_56, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_57, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_58, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_57, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_45, "Les :value d\xe9lais de paiement ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s21_58, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_46, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", "Connexion par courriel", "change", "Basculer", _s23_24, "Basculer vers l'affichage mobile", _s24_40, _s36_24, "send_from_gmail", "Envoyer avec Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_154, "quote_amount", "Montant de la soumission", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_259, _s18_55, _s23_62, _s16_85, "Recherche de documents", "search_designs", "Recherche de designs", "search_invoices", "Recherche de factures", "search_clients", "Recherche de clients", "search_products", "Recherche de produits", "search_quotes", "Recherche de soumissions", "search_credits", _s20_108, "search_vendors", _s25_63, "search_users", "Recherche d'utilisateurs", _s16_86, _s25_64, "search_tasks", "Recherche de t\xe2ches", "search_settings", "Recherche de param\xe8tres", "search_projects", "Recherche de projets", "search_expenses", "Recherche de d\xe9penses", "search_payments", "Recherche de paiements", "search_groups", "Recherche de groupes", "search_company", "Recherche d'entreprises", "search_document", _s23_52, "search_design", _s21_116, "search_invoice", _s22_99, "search_client", _s21_117, "search_product", _s22_100, "search_quote", _s25_65, "search_credit", _s21_118, "search_vendor", "Recherche de 1 entreprise", "search_user", _s26_51, "search_tax_rate", _s27_71, "search_task", _s20_109, "search_project", _s21_119, "search_expense", _s22_101, "search_payment", _s23_53, "search_group", _s21_120, "refund_payment", "Remboursement", _s17_75, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_57, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_92, _s37_31, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/Prov/CP", _s17_79, "Ville/Province/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_104, "custom4", "Quatri\xe8me personnalis\xe9e", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_126, _s16_93, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_58, "Avertissement: Cette action est irr\xe9versible et va supprimer vos donn\xe9es de fa\xe7on d\xe9finitive.", "invoice_balance", "Solde de facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 - 60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Actualiser", "saved_design", "Le mod\xe8le a \xe9t\xe9 sauvegard\xe9 avec succ\xe8s", "client_details", "Informations du client", "company_address", _s23_54, "invoice_details", "D\xe9tails de facture", "quote_details", "Informations de la soumission", "credit_details", "Informations de cr\xe9dit", "product_columns", "Colonnes produit", "task_columns", "Colonnes t\xe2ches", "add_field", _s16_260, "all_events", "Ajouter un \xe9v\xe9nement", "permissions", "Permissions", "none", "Aucun", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "Le paiement a \xe9chou\xe9", "invoice_sent", _s22_102, "quote_sent", "Soumission envoy\xe9e", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture visualis\xe9e", "quote_viewed", "Soumission visualis\xe9e", "credit_viewed", "Cr\xe9dit visualis\xe9", "quote_approved", "Soumission approuv\xe9e", _s25_32, _s33_29, _s16_94, _s19_83, "apply_license", _s18_127, "cancel_account", _s19_84, _s22_47, "Avertissement: cette action est irr\xe9versible et supprimera votre compte de fa\xe7on d\xe9finitive.", "delete_company", "Supprimer l'entreprise", _s22_48, "Avertissement: Cette entreprise sera d\xe9finitivement supprim\xe9e.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La soumission a \xe9t\xe9 convertie avec succ\xe8s", "credit_design", "Design de cr\xe9dit", "includes", "Inclusions", "header", "En-t\xeate", "load_design", "Charger le design", "css_framework", "Framework CSS", "custom_designs", "Designs personnalis\xe9s", "designs", "Designs", "new_design", "Nouveau design", "edit_design", "\xc9diter le design", "created_design", _s32_15, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, "Les :value mod\xe8les ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_designs", "Les :value mod\xe8les ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_97, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "proposals", "Propositions", "tickets", "Billets", _s16_98, "Soumissions r\xe9currentes", "recurring_tasks", _s18_128, _s18_59, "Gestion du compte", "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_261, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Le cr\xe9dit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_credit", "Le cr\xe9dit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_101, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "current_version", "Version courante", "latest_version", _s16_262, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_103, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_110, "credit_footer", "Pied de page pour cr\xe9dit", "credit_terms", _s36_27, "new_company", "Nouvelle entreprise", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e avec succ\xe8s", "company1", "Entreprise personnalis\xe9e 1", "company2", "Entreprise personnalis\xe9e 2", "company3", "Entreprise personnalis\xe9e 3", "company4", "Entreprise personnalis\xe9e 4", "product1", "Produit personnalis\xe9 1", "product2", "Produit personnalis\xe9 2", "product3", "Produit personnalis\xe9 3", "product4", "Produit personnalis\xe9 4", "client1", "Client personnalis\xe9 1", "client2", _s21_121, "client3", _s21_122, "client4", _s21_123, "contact1", "Contact personnalis\xe9 1", "contact2", "Contact personnalis\xe9 2", "contact3", "Contact personnalis\xe9 3", "contact4", "Contact personnalis\xe9 4", "task1", "T\xe2che personnalis\xe9e 1", "task2", "T\xe2che personnalis\xe9e 2", "task3", "T\xe2che personnalis\xe9e 3", "task4", "T\xe2che personnalis\xe9e 4", "project1", "Projet personnalis\xe9 1", "project2", "Projet personnalis\xe9 2", "project3", "Projet personnalis\xe9 3", "project4", "Projet personnalis\xe9 4", "expense1", "D\xe9pense personnalis\xe9e 1", "expense2", "D\xe9pense personnalis\xe9e 2", "expense3", "D\xe9pense personnalis\xe9e 3", "expense4", "D\xe9pense personnalis\xe9e 4", "vendor1", _s26_52, "vendor2", _s26_53, "vendor3", _s26_54, "vendor4", _s26_55, "invoice1", "Facture personnalis\xe9e 1", "invoice2", _s23_64, "invoice3", _s23_65, "invoice4", _s23_66, "payment1", "Paiement personnalis\xe9 1", "payment2", _s23_64, "payment3", _s23_65, "payment4", _s23_66, "surcharge1", _s25_68, "surcharge2", _s25_69, "surcharge3", _s25_70, "surcharge4", _s25_71, "group1", "Groupe personnalis\xe9 1", "group2", "Groupe personnalis\xe9 2", "group3", "Groupe personnalis\xe9 3", "group4", "Groupe personnalis\xe9 4", "reset", "Remise \xe0 z\xe9ro", "number", "Num\xe9ro", "export", "Exporter", "chart", "Graphique", "count", "Compteur", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_65, _s29_50, _s17_83, "Nom complet du contact", "contact_phone", _s20_111, _s21_59, "Valeur personnalis\xe9e du contact 1", _s21_60, "Valeur personnalis\xe9e du contact 2", _s21_61, "Valeur personnalis\xe9e du contact 3", _s21_62, "Valeur personnalis\xe9e du contact 4", _s17_85, "Rue de livraison", _s17_86, "App. de livraison", "shipping_city", "Ville de livraison", "shipping_state", "Province de livraison", _s20_59, "Code postal de livraison", _s16_132, "Pays de livraison", _s16_134, "Rue de facturation", _s16_135, "App. de facturation", "billing_city", "Ville de facturation", "billing_state", "Province de facturation", _s19_40, "Code postal de facturation", "billing_country", "Pays de facturation", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter colonne", "edit_columns", "\xc9diter colonne", "columns", "Colonnes", "aging", "Impay\xe9s", "profit_and_loss", "Profit et perte", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter une entreprise", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", "Date de remboursement", "filtered_by", "Filtr\xe9e par", "contact_email", _s19_85, "multiselect", _s18_130, "entity_state", "Statut", "verify_password", _s24_69, "applied", "Appliqu\xe9", _s21_63, "Inclut les erreurs r\xe9centes des journaux syst\xe8me", _s30_8, "Nous avons re\xe7u votre message et vous r\xe9pondrons rapidement.", "message", "Message", "from", "De", _s20_61, "Afficher les d\xe9tails du produit", _s25_34, _s78_, _s20_63, "Le moteur de rendu PDF n\xe9cessite :version", _s18_68, _s31_27, _s23_26, _s41_9, _s18_70, "Configurer les param\xe8tres", "support_forum", "Forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel pour le cr\xe9dit", "iframe_url", "Site web", "domain_url", "URL de domaine", _s21_64, "Le mot de passe est trop court", _s20_64, "Le mot de passe doit contenir une majuscule et un nombre", _s19_42, "T\xe2ches du portail client", _s23_27, _s33_30, _s20_65, "Veuillez saisir une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", _s17_155, "when_saved", "Lors de la sauvegarde", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionnez une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher / masquer", "menu_sidebar", "Menu lat\xe9ral", "history_sidebar", _s18_131, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_112, "second_custom", _s19_86, "third_custom", "Troisi\xe8me lat\xe9ral", "show_cost", "Afficher le co\xfbt", _s17_88, "Afficher le montant du produit", "show_cost_help", "Afficher un champ de co\xfbt du produit pour suivre le profit", _s21_65, "Afficher la quantit\xe9 de produit", _s26_23, "Afficher un champ Quantit\xe9 de produit. 1 par d\xe9faut.", _s21_67, "Afficher la quantit\xe9 de facture", _s26_24, "Afficher un champ Quantit\xe9 d'article par ligne. 1 par d\xe9faut.", _s21_69, "Afficher le rabais de produit", _s26_25, "Afficher un champ rabais de ligne d'article", _s16_138, _s19_87, _s21_71, "D\xe9finit automatiquement la quantit\xe9 d'article par ligne \xe0 1.", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_156, "three_tax_rates", "Trois taux de taxes", _s16_140, _s23_55, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", "Taxe d'article par ligne", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de facture", "item_tax_rates", "Taux de taxe par article", _s18_72, _s31_28, "configure_rates", "Configuration des taux", _s18_73, "Configurer les passerelles", "tax_settings", "Param\xe8tres des taxes", _s18_75, "Taux de taxe", "accent_color", _s27_72, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par virgule", "options", "Options", _s16_142, "Ligne de texte simple", "multi_line_text", "Multiligne de texte", "dropdown", _s16_263, "field_type", "Type de champ", _s27_37, "Un courriel a \xe9t\xe9 envoy\xe9 pour la r\xe9cup\xe9ration du mot de passe", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rez votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_132, "late_fee_amount", "Frais de retard", _s16_145, "Pourcentage de frais de retard", "schedule", "Calendrier", "before_due_date", "Avant l'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s l'\xe9ch\xe9ance", _s18_77, _s28_67, "days", "Jours", "invoice_email", "Courriel de facturation", "payment_email", _s20_122, "partial_payment", _s16_264, "payment_partial", _s16_264, _s21_72, "Courriel du paiement partiel", "quote_email", "Courriel de soumission", _s16_147, "Rappel perp\xe9tuel", _s16_149, _s22_105, "administrator", "Administrateur", _s18_78, "Permet \xe0 un utilisateur de g\xe9rer d'autres utilisateurs, modifier les param\xe8tres et tous les enregistrements.", "user_management", _s24_70, "users", "Utilisateurs", "new_user", _s18_133, "edit_user", _s20_113, "created_user", "L'utilisateur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_user", "L'utilisateur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_user", "L'utilisateur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_user", "L'utilisateur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_user", "L'utilisateur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", "archived_users", "Les :value utilisateurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_users", "Les :value utilisateurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "removed_users", "Les :value utilisateurs ont \xe9t\xe9 retir\xe9s avec succ\xe8s", "restored_users", "Les :value utilisateurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s16_151, _s19_88, "invoice_options", "Options de facture", _s17_92, _s24_71, _s22_55, 'Afficher seulement la ligne "Pay\xe9 \xe0 ce jour" sur les factures pour lesquelles il y a au moins un paiement.', _s23_29, _s18_134, _s28_21, "Inclure les images jointes dans la facture.", _s16_153, "Afficher l'en-t\xeate sur", _s16_154, "Afficher le pied de page sur", "first_page", "premi\xe8re page", "all_pages", "toutes les pages", "last_page", "derni\xe8re page", "primary_font", "Fonte principale", "secondary_font", "Fonte secondaire", "primary_color", _s18_135, "secondary_color", _s18_136, "page_size", "Taille de page", "font_size", _s16_265, "quote_design", "Design de soumission", "invoice_fields", _s17_157, "product_fields", "Champs produit", "invoice_terms", _s25_66, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_79, "Envoi automatique", _s23_30, "Envoi automatiquement les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9es.", _s18_80, "Autoarchivage", _s23_31, "Archive automatiquement les soumissions lorsqu'elles sont converties.", _s18_81, "Autoconversion", _s23_32, "Convertir automatiquement une soumission en facture lorsque le client l'accepte.", _s17_94, _s29_51, "freq_daily", "Quotidienne", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Aux deux semaines", "freq_four_weeks", "Aux quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", "Facturer les taxes", "next_reset", _s23_56, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_157, _s17_158, "number_padding", _s23_57, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ Entreprise", "company_value", _s19_89, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_99, "Surcharge de facture", "client_field", "Champ Client", "product_field", "Champ Produit", "payment_field", "Champ Paiement", "contact_field", "Champ Contact", "vendor_field", "Champ Fournisseur", "expense_field", "Champ D\xe9pense", "project_field", "Champ Projet", "task_field", "Champ T\xe2che", "group_field", "Champ Groupe", "number_counter", _s18_137, "prefix", "Pr\xe9fixe", "number_pattern", _s16_266, "messages", "Messages", "custom_css", _s16_267, _s17_101, _s23_58, _s16_159, _s19_90, _s21_74, "Afficher la signature du client sur la facture/soumission PDF.", _s25_40, _s48_3, _s30_9, "Requiert du client qu'il confirme et accepte les conditions de facturation", _s23_33, "Case \xe0 cocher pour les conditions de soumssion", _s28_22, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_41, _s20_114, _s30_10, "Requiert une signature du client", _s23_34, "Signature de soumission", _s22_57, _s42_16, _s27_38, "Permet de sp\xe9cifier un mot de passe pour chaque contact. Si un mot de passe est sp\xe9cifi\xe9, le contact devra saisir ce mot de passe pour visualiser ses factures.", "authorization", "Autorisation", "subdomain", "sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_41, "rendez le paiement plus facile \xe0 vos client en ajoutant \xe0 vos courriel, le marquage de schema.org.", "plain", "Ordinaire", "light", "Clair", "dark", "Fonc\xe9", "email_design", _s18_138, "attach_pdf", "Joindre un PDF", _s16_160, "Joindre un document", "attach_ubl", "Joindre UBL", "email_style", "Style de courriel", _s19_46, "Autoriser le marquage", "reply_to_email", "Courriel de r\xe9ponse", "reply_to_name", "Nom de R\xe9pondre \xc0", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de cr\xe9dit", "bank_transfer", _s17_159, "priority", "Priorit\xe9", "fee_amount", _s17_160, "fee_percent", _s21_124, "fee_cap", _s16_268, "limits_and_fees", "Limites / frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_56, "credentials", "Identifiants", "update_address", "Mise \xe0 jour de l'adresse", _s19_49, "Met \xe0 jour l'adresse du client avec les informations fournies", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_115, "edit_tax_rate", _s22_106, _s16_162, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_163, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_104, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_82, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_106, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_83, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "fill_products", "Remplissage automatique des produits", _s18_84, "La s\xe9lection d'un produit entrainera la mise \xe0 jour de la description et du prix", "update_products", "Mise \xe0 jour automatique des produits", _s20_69, _s65_1, _s16_165, _s22_107, _s21_75, "Convertir automatiquement le prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_108, _s16_167, "Passerelles de paiement", _s19_50, _s19_91, _s20_70, _s20_116, _s23_35, _s37_32, _s23_36, _s43_5, _s24_42, _s40_7, _s23_37, _s41_10, _s24_43, _s41_11, _s25_43, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s24_44, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s25_44, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s16_169, "Continuez l'\xe9dition", "discard_changes", "Annuler les changements", "default_value", _s17_165, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_269, _s21_76, "Premier jour de la semaine", _s23_38, _s23_59, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de date", "datetime_format", _s17_161, "military_time", "Format d'heure 24 h", _s18_85, "Affichage 24h", "send_reminders", _s19_92, "timezone", "Fuseau horaire", _s19_51, _s18_139, _s17_107, _s18_140, _s19_53, "Filtrer par facture", _s18_86, "Filtrer par client", _s18_88, "Filtrer par fournisseur", "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_270, "created_group", _s32_16, "updated_group", _s38_20, "archived_groups", "Les :value groupes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_groups", "Les :value groupes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_groups", "Les :value groupes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "T\xe9l\xe9verser le logo", "uploaded_logo", "Le logo a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s avec succ\xe8s", _s16_171, "Param\xe8tres des produits", "device_settings", _s24_72, "defaults", "Par d\xe9faut", "basic_settings", _s18_141, _s17_109, _s18_142, "company_details", "Informations sur l'entreprise", "user_details", "Profil utilisateur", "localization", "Param\xe8tres r\xe9gionaux", "online_payments", _s18_143, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer / Exporter", "custom_fields", _s20_117, "invoice_design", "Mod\xe8les de factures", "buy_now_buttons", _s26_57, "email_settings", "Param\xe8tres de courriel", _s23_40, "Mod\xe8les et rappels", _s22_58, _s27_73, _s19_55, _s25_67, "price", "Prix", "email_sign_up", "Inscription par courriel", "google_sign_up", _s23_60, _s27_42, "Merci de votre achat!", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats pr\xe9c\xe9dents", _s19_57, _s17_162, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", ":count utilisateurs", "upgrade", "Mettre \xe0 niveau", _s25_45, "Veuillez entrer votre pr\xe9nom", _s24_45, "Veuillez entrer votre nom", _s33_21, "Vous devez accepter les conditions et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte", _s16_173, _s24_73, "privacy_policy", _s28_68, "sign_up", "Inscription", "account_login", "Connexion", "view_website", "Visiter le site web", "create_account", "Cr\xe9er un compte", "email_login", "Courriel de connexion", "create_new", "Cr\xe9er", _s18_90, _s32_17, _s21_79, "Veuillez sauvegarder ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "Le plan Entreprise est requis", "take_picture", "Prendre un photo", "upload_file", "T\xe9l\xe9verser un fichier", "document", "Justificatifs", "documents", "Documents", "new_document", "Nouveau document", "edit_document", "\xc9diter un document", _s17_111, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_175, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_112, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_92, "Les :value documents ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_114, "Les :value documents ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_93, "Les :value documents ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "no_history", "Aucun historique", "expense_date", _s18_144, "pending", "En attente", _s16_177, "Connect\xe9", _s16_178, "En attente", _s16_179, "Factur\xe9", "converted", "Convertie", _s24_47, "Ajouter des documents aux factures", "exchange_rate", "Taux de change", _s16_180, "Conversion de devise", "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_93, "created_vendor", "Le fournisseur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Le fournisseur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_vendor", "Le fournisseur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_vendor", "Le fournisseur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "restored_vendor", "Le fournisseur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_182, "Les :value fournisseurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_expense", "Entrer une d\xe9pense", "created_expense", "La d\xe9pense a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_expense", "La d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s16_183, "La d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_expense", "La d\xe9pense a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_184, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_115, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_185, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_116, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "copy_shipping", "Copier livraison", "copy_billing", _s18_145, "design", "Conception", _s21_80, "Enregistrement introuvable", "invoiced", "Factur\xe9e", "logged", "Enregistr\xe9e", "running", "En cours", "resume", "Continuer", "task_errors", "Veuillez corriger les plages de temps qui se chevauchent", "start", "D\xe9marrer", "stop", "Arr\xeater", "started_task", "La t\xe2che a d\xe9mar\xe9 avec succ\xe8s", "stopped_task", "La t\xe2che a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", "resumed_task", "La t\xe2che a \xe9t\xe9 reprise avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrage de t\xe2ches automatique", "timer", "Minuteur", "manual", "Manuel", "budgeted", "Budg\xe9t\xe9", "start_time", "D\xe9marr\xe9e \xe0", "end_time", "Arr\xeat\xe9e \xe0", "date", "Date", "times", "Temps", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "La t\xe2che a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_task", "La t\xe2che a \xe9t\xe9 modifi\xe9e avec succ\xe8s", "archived_task", "La t\xe2che a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_task", "La t\xe2che a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_task", "La t\xe2che a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_tasks", "Les :value t\xe2ches ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s19_59, _s22_109, "budgeted_hours", _s16_271, "created_project", _s32_18, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_117, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_190, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_118, "Les :value projets ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app!", "if_you_like_it", _s27_74, "click_here", "cliquez ici", _s18_94, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_61, _s24_49, _s21_125, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Connexion h\xe9berg\xe9e", "selfhost_login", "Connexion autoh\xe9berg\xe9e", "google_sign_in", _s21_126, "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_94, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode en cours", _s17_119, "P\xe9riode de comparaison", "previous_period", _s18_146, "previous_year", _s16_272, "compare_to", "Comparer \xe0", "last7_days", _s16_273, "last_week", "Derni\xe8re semaine", "last30_days", _s17_163, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Cloner en facture", "clone_to_quote", "Cloner en soumission", "clone_to_credit", "Cloner au cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier le client", "edit_product", "Modifier le produit", "edit_invoice", _s19_95, "edit_quote", "Modifier la soumission", "edit_payment", "Modifier le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pense", "edit_vendor", _s21_127, "edit_project", "\xc9diter le projet", _s20_72, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_110, _s16_193, "Adresse de livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_74, "active_clients", "clients actifs", "close", "Fermer", "email", "Courriel", "password", "Mot de passe", "url", "URL", "secret", "Secret", "name", "Nom", "logout", "D\xe9connexion", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Actualisation compl\xe9t\xe9e", _s23_41, "Veuillez saisir votre courriel", _s26_34, "Veuillez saisir votre mot de passe", _s21_83, "Veuillez saisir votre URL", _s26_36, "Veuillez saisir la cl\xe9 de produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Il y a eu une erreur", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Solde d\xfb", "balance", "Solde", "overview", "Survol", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site web", "vat_number", "N\xb0 de taxe", "id_number", "N\xb0 d'entreprise", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_118, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_147, "are_you_sure", "Voulez-vous vraiment effectuer cette action?", "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_199, "Le courriel est invalide", "product", "Produit", "products", "Produits", "new_product", "Nouveau produit", "created_product", "Le produit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_product", "Le produit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_201, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_33, _s16_202, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_124, "Les :value produits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Le client a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_client", "Le client a \xe9t\xe9 modifi\xe9 avec succ\xe8s", "archived_client", "Le client a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Le client a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_client", "Le client a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_205, "Les :value clients ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "address1", "Rue", "address2", "Appartement / bureau", "city", "Ville", "state", "\xc9tat / province", "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_274, "created_invoice", "La facture a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "La facture a \xe9t\xe9 modifi\xe9e avec succ\xe8s", _s16_206, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_207, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_125, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, "Les :value factures ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "emailed_invoice", "La facture a \xe9t\xe9 envoy\xe9e par courriel avec succ\xe8s", "emailed_payment", "Le paiement a \xe9t\xe9 envoy\xe9 par courriel avec succ\xe8s", "amount", "Montant", "invoice_number", "N\xb0 de facture", "invoice_date", "Date de facturation", "discount", "Escompte", "po_number", "N\xb0 de bon de commande", "terms", "Modalit\xe9s", "public_notes", "Notes publiques", "private_notes", _s18_148, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "N\xb0 de soumission", "quote_date", "Date de soumission", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Partiel / d\xe9p\xf4t", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter un article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant total", "pdf", "PDF", "due_date", "\xc9ch\xe9ance", _s16_209, "Date d'\xe9ch\xe9ance du paiement partiel", "status", "Statut", _s17_127, "\xc9tat de la facture", "quote_status", "\xc9tat de la soumission", _s22_59, "Cliquez + pour ajouter un article", _s22_61, _s35_36, "count_selected", ":count s\xe9lectionn\xe9s", "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_74, "Veuillez saisir une date", _s22_62, _s31_28, _s24_51, "Veuillez s\xe9lectionner une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Cr\xe9\xe9 le", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "Veuillez saisir un num\xe9ro de facture", _s27_51, "Veuillez saisir un num\xe9ro de soumission", "past_due", "En souffrance", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vue", "approved", "Approuv\xe9e", "partial", "Partiel / d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_119, _s22_64, _s50_12, _s22_65, _s50_12, _s23_43, _s56_2, _s23_44, _s56_2, "done", "Valider", _s37_18, "Veuillez saisir un nom de client ou de contact", "dark_mode", "Mode fonc\xe9", _s27_53, "Red\xe9marrez l'app pour mettre \xe0 jour les changements", "refresh_data", "Actualiser les donn\xe9es", "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_211, "Aucun enregistrement trouv\xe9", "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_275, "payment_status", _s16_276, _s16_213, "Em attente", _s16_214, "Annul\xe9e", _s16_215, "\xc9chou\xe9e", _s16_216, "Compl\xe9t\xe9e", _s16_217, "Partiellement rembours\xe9e", _s16_218, "Rembours\xe9e", _s17_128, "Non appliqu\xe9", _s17_129, _s27_77, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher les t\xe2ches", "email_reminders", "Courriel de rappel", "enabled", "Activ\xe9", "recipients", "destinataires", "initial_email", _s16_277, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_278, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer un courriel", "email_receipt", "Envoyer le re\xe7u de paiement par courriel au client", "auto_billing", _s23_63, "button", "Bouton", "preview", "PR\xc9VISUALISATION", "customize", "Personnalisation", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_254, _s21_85, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_123, "new_payment", _s20_123, "created_payment", "Le paiement a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Le paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_219, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_220, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_130, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_131, "Les :value paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "quote", "Soumission", "quotes", "Soumissions", "new_quote", "Nouvelle soumission", "created_quote", "La soumission a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_quote", "La soumission a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", "archived_quote", "La soumission a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_quote", "La soumission a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_quote", "La soumission a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_quotes", ":count soumissions ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_quotes", ":count soumissions ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_quotes", "Les :value soumissions ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_32, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_19, "activity_5", _s38_24, "activity_6", ":user a envoy\xe9 par courriel la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a visualis\xe9 la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi le paiement :payment de :payment_amount de la facture :invoice pour :client", "activity_11", ":user a mis \xe0 jour le paiement :payment", "activity_12", ":user a archiv\xe9 le paiement :payment", "activity_13", ":user a supprim\xe9 le paiement :payment", "activity_14", ":user a saisi le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 la soumission :quote", "activity_19", ":user a mis \xe0 jour la soumission :quote", "activity_20", ":user a envoy\xe9 par courriel la soumission :quote pour :client \xe0 :contact", "activity_21", ":contact a visualis\xe9 la soumission :quote", "activity_22", ":user a archiv\xe9 la soumission :quote", "activity_23", ":user a supprim\xe9 la soumission :quote", "activity_24", ":user a restaur\xe9 la soumission :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_34, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_20, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement :payment de :payment_amount", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement :payment de :payment_amount", "activity_41", _s50_11, "activity_42", _s27_75, "activity_43", _s33_33, "activity_44", _s30_33, "activity_45", _s31_29, "activity_46", _s31_30, "activity_47", _s38_26, "activity_48", _s32_21, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9ouvert le billet :ticket", "activity_55", ":contact a r\xe9pondu au billet :ticket", "activity_56", ":user a vu le billet :ticket", "activity_57", "Le syst\xe8me n'a pas pu envoyer le courriel de la facture :invoice", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", ":contact a vu la soumission :quote", "activity_61", ":user a mis \xe0 jour le client :client", "activity_62", ":user a mis \xe0 jour le fournisseur :vendor", "activity_63", ":user a envoy\xe9 le premier rappel pour la facture :invoice de :contact", "activity_64", ":user a envoy\xe9 le deuxi\xe8me rappel pour la facture :invoice de :contact", "activity_65", ":user a envoy\xe9 le troisi\xe8me rappel pour la facture :invoice de :contact", "activity_66", ":user a envoy\xe9 un rappel sans fin pour la facture :invoice de :contact", "activity_80", ":user a cr\xe9\xe9 l'abonnement :subscription", "activity_81", ":user a mis \xe0 jour l'abonnement :subscription", "activity_82", ":user a archiv\xe9 l'abonnement :subscription", "activity_83", ":user a supprim\xe9 l'abonnement :subscription", "activity_84", ":user a restaur\xe9 l'abonnement :subscription", _s17_132, _s27_76, "emailed_quote", "La soumission a \xe9t\xe9 envoy\xe9e avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par courriel avec succ\xe8s", _s20_76, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s21_87, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", _s17_165, "custom_value2", _s17_165, "custom_value3", _s22_111, "custom_value4", _s22_112, _s18_95, _s30_34, _s24_56, _s39_12, _s29_37, "Message personnalis\xe9 pour facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour facture pay\xe9e", _s31_18, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", _s24_75, "translations", "Traductions", _s19_64, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_66, "Compteur du num\xe9ro de t\xe2che", _s22_68, "Mod\xe8le du num\xe9ro de d\xe9pense", _s22_70, "Compteur du num\xe9ro de d\xe9pense", _s21_88, "Mod\xe8le du num\xe9ro de fournisseur", _s21_90, "Compteur du num\xe9ro de fournisseur", _s21_92, "Mod\xe8le du num\xe9ro de billet", _s21_94, "Compteur du num\xe9ro de billet", _s22_72, "Mod\xe8le du num\xe9ro de paiement", _s22_74, "Compteur du num\xe9ro de paiement", _s22_76, "Mod\xe8le du num\xe9ro de facture", _s22_78, _s29_52, _s20_77, "Mod\xe8le du num\xe9ro de soumission", _s20_79, "Compteur du num\xe9ro de soumission", _s21_96, _s26_59, _s21_98, _s28_70, _s21_100, _s26_59, _s21_101, _s28_70, _s18_97, _s33_34, "counter_padding", _s22_113, _s28_57, "Compteur partag\xe9 pour les factures et les soumissions", _s18_99, "Nom de taxe par d\xe9faut 1", _s18_101, "Taux de taxe par d\xe9faut 1", _s18_103, "Nom de taxe par d\xe9faut 2", _s18_105, "Taux de taxe par d\xe9faut 2", _s18_107, "Nom de taxe par d\xe9faut 3", _s18_109, "Taux de taxe par d\xe9faut 3", _s21_102, "Objet du courriel de facture", _s19_68, "Objet du courriel de soumission", _s21_104, "Objet du courriel de paiement", _s29_39, "Sujet du courriel de paiement partiel", "show_table", "Affiche la table", "show_list", "Afficher la liste", "client_city", "Ville du client", "client_state", "Province du client", "client_country", "Pays du client", _s16_222, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", _s22_114, "vendor_address1", "Rue du fournisseur", "vendor_address2", "App du fournisseur", _s24_58, "Rue d'exp\xe9dition", _s24_59, "App / bureau d'exp\xe9dition du client", "type", "Type", "invoice_amount", _s21_128, _s16_226, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_63, "archived_at", "Archiv\xe9 \xe0", "has_expenses", "A D\xe9penses", "custom_taxes1", "Taxes personnalis\xe9es 1", "custom_taxes2", "Taxes personnalis\xe9es 2", "custom_taxes3", "Taxes personnalis\xe9es 3", "custom_taxes4", "Taxes personnalis\xe9es 4", _s17_134, _s25_68, _s17_135, _s25_69, _s17_136, _s25_70, _s17_137, _s25_71, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_120, "vendor_state", "Province du fournisseur", "vendor_country", _s19_96, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_97, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_279, "bank_id", "Banque", _s19_70, "ID de cat\xe9gorie de d\xe9pense", _s16_227, _s20_121, _s19_72, "ID de la devise de facturation", "tax_name1", "Nom de la taxe 1", "tax_name2", "Nom de la taxe 2", "tax_name3", "Nom de taxe 3", "transaction_id", _s17_164, _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", ":user hat Bestellung :purchase_order erstellt", "activity_131", ":user hat Bestellung :purchase_order aktualisiert", "activity_132", ":user hat Bestellung :purchase_order archiviert", "activity_133", ":user hat Bestellung :purchase_order gel\xf6scht", "activity_134", ":user hat Bestellung :purchase_order wiederhergestellt", "activity_135", ":user mailte Bestellung :purchase_order", "activity_136", ":contact hat Bestellung :purchase_order angsehen", "activity_137", ":contact nahm Bestellung :purchase_order an", "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Zusammenf\xfchren", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, "Bestelldatum", _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Akzeptieren", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Angenommen", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Bestellung", "purchase_orders", "Bestellungen", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Zahlungseinstellungen", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Aktueller Stand", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Zahlungsanbieter hinzuf\xfcgen", _s24_9, _s77_, "left", "Links", "right", "Rechts", "center", "Mittig", "page_numbering", "Seiten Nummerierung", _s24_10, "Ausrichtung der Seitennummerierung", _s31_1, "Rechnung versendet", _s24_12, "Produktbeschreibung anzeigen", _s29_3, "Beschreibung bei der Produktauswahl anzeigen", "invoice_items", "Rechnungselemente", "quote_items", "Angebotselemente", "profitloss", _s18_150, "import_format", "Import-Format", "export_format", "Export-Format", "export_type", "Export-Typ", "stop_on_unpaid", "Stoppen falls nicht bezahlt", _s19_10, "Erstelle keine neuen wiederkehrenden Rechnungen, falls die vorige Rechnung noch nicht bezahlt wurde.", "use_quote_terms", "Benutze Angebotsbedingungen", _s20_15, "Wenn ein Angebot in eine Rechnung umgewandelt wird", "add_country", "Land hinzuf\xfcgen", "enable_tooltips", "Quickinfo/Tooltips anzeigen", _s20_16, "Quickinfo/Tooltips beim Dr\xfcberfahren mit der Maus anzeigen", _s21_14, "Fehler: Eintr\xe4ge sind mehr als einem Kunden zugeordnet", "register_label", "Benutzerkonto in wenigen Sekunden erstellen", "login_label", "Mit einem bestehenden Benutzerkonto anmelden", "add_to_invoice", "Zur Rechnung :invoice hinzuf\xfcgen", _s17_11, "Keine Rechnungen gefunden", "week", "Woche", "created_record", "Eintrag erfolgreich erstellt.", _s26_1, "Bezahltes Automatisch Archivieren", _s31_2, "Automatische Archivierung von Rechnungen, wenn diese als bezahlt markiert werden.", _s31_3, "Auto-Archivierung abgebrochen", _s36_2, "Automatisch Rechnungen archivieren, wenn diese annulliert wurden.", _s20_17, "Alternativer PDF Viewer", _s25_1, "Verbessere das Scrolling \xfcber die PDF Vorschau [BETA]", _s16_10, "Rechnungs-W\xe4hrung", "range", "Bereich", "tax_amount1", "Steuerh\xf6he 1", "tax_amount2", "Steuerh\xf6he 2", "tax_amount3", "Steuerh\xf6he 3", "create_project", "Projekt erstellen", "update_project", "Projekt aktualisieren", "view_task", "Aufgabe anzeugen", "cancel_invoice", "Abbrechen", "changed_status", "Erfolgreich Aufgabenstatus ge\xe4ndert", "change_status", "Status \xe4ndern", "fees_sample", "Die Geb\xfchren f\xfcr eine Rechnung \xfcber :amount\xa0 w\xfcrden :total betragen.", _s19_11, "Touchscreen-Modus aktivieren", _s24_14, "Scrollen durch wischen", "after_saving", "Nach dem Speichern", "view_record", "Datensatz anzeigen", _s21_15, "Markdown in E-Mails verwenden", _s26_2, "Visuellen Markdown-Editor f\xfcr E-Mails verwenden", _s19_13, "Markdown in PDFs verwenden", "json_help", "Achtung: JSON-Dateien, die mit v4 der App erstellt wurden, werden nicht unterst\xfctzt", "release_notes", "Versionshinweise", _s23_7, "Upgrade deinen Tarif um Berichte anzusehen", "started_tasks", ":value Aufgaben erfolgreich gestartet", "stopped_tasks", ":value Aufgaben erfolgreich angehalten", "approved_quote", "Angebot erfolgreich angenommen", "approved_quotes", ":value Angebote erfolgreich angenommen", "approve", _s16_280, "client_website", "Kunden-Website", "invalid_time", "Ung\xfcltige Zeit", _s21_17, "Liefer-Region Kunde", _s20_19, "Lieferort Kunde", _s27_6, "Liefer-PLZ Kunde", _s23_8, "Kunde Lieferung LAND", "load_pdf", "PDF laden", _s16_12, "Kostenlose Testversion starten", _s24_15, "Teste den Pro-Tarif GRATIS f\xfcr 14 Tage", "due_on_receipt", "F\xe4llig bei Erhalt", "is_paid", "Ist bezahlt", "age_group_paid", "Bezahlt", "id", "ID", "convert_to", "Umwandeln in", "client_currency", "Kundenw\xe4hrung", _s16_14, "Firmenw\xe4hrung", "purged_client", "Kunde erfolgreich bereinigt", _s27_8, "Um Spam zu verhindern braucht es ein Upgrade zu einem bezahlten Account um das E-Mail anzupassen.", _s22_25, "Upgrade deinen Tarif um weitere Firmen hinzuzuf\xfcgen", _s30_1, "Die Datei wurde im Downloads-Ordner gespeichert", "small", "Klein", _s21_19, "Guthaben erfolgreich als bezahlt markiert", _s22_26, "Erfolgreich Kredite als bezahlt markiert", _s16_16, "Daten werden geladen - bitte warten Sie, bis der Vorgang abgeschlossen ist", "wait_for_saving", "Datenspeicherung - bitte warten Sie, bis der Vorgang abgeschlossen ist", _s20_21, "Hinweis: Die hier vorgenommenen \xc4nderungen werden nur in der Vorschau angezeigt, sie m\xfcssen in den obigen Registerkarten angewendet werden, um gespeichert zu werden.", "remaining", "Verbleibende", "invoice_paid", "Rechnung bezahlt", "activity_120", ":user erstellte wiederkehrende Ausgabe :recurring_expense", "activity_121", ":user aktualisiert wiederkehrende Ausgabe :recurring_expense", "activity_122", ":user archivierte wiederkehrende Ausgabe :recurring_expense", "activity_123", ":user l\xf6schte wiederkehrende Ausgabe :recurring_expense", "activity_124", ":user stellte wiederkehrende Ausgabe :recurring_expense wieder her", "normal", "Normal", "large", "Gro\xdf", "extra_large", "Extra Gro\xdf", _s16_17, "PDF-Vorschau anzeigen", _s21_20, "PDF-Vorschau bei der Bearbeitung von Rechnungen anzeigen", "print_pdf", "PDF drucken", "remind_me", "Erinnere mich", _s16_19, "Sofortige Bank\xfcberweisung", "click_selected", "Ausgew\xe4hltes anklicken", "hide_preview", "Vorschau ausblenden", "edit_record", "Datensatz bearbeiten", _s27_9, "Der Kreditbetrag kann nicht h\xf6her sein als der Rechnungsbetrag", "giropay", "GiroPay", "direct_debit", "Lastschriftverfahren", _s21_21, "Bitte legen Sie ein Kontopasswort fest", "set_password", "Passwort festlegen", _s17_14, "Wir empfehlen, die Desktop-Anwendung zu verwenden, um die beste Leistung zu erzielen.", _s16_21, "Wir empfehlen die Verwendung der mobilen App, um die beste Leistung zu erzielen.", _s20_22, "Gateway erfolgreich getrennt", "disconnect", "Trennen", "add_to_invoices", "Zu Rechnungen hinzuf\xfcgen", "acss", "Vorautorisierte Lastschriftzahlungen", "becs", "BECS-Lastschriftverfahren", "bulk_download", "Herunterladen", _s17_15, "Daten lokal speichern, damit die Anwendung schneller starten kann. (Deaktivierung kann die Leistung bei gro\xdfen Konten verbessern)", "persist_ui", "Benutzeroberfl\xe4che beibehalten", "persist_ui_help", "UI-Status lokal speichern, damit die Anwendung an der letzten Position startet (Deaktivierung kann die Leistung verbessern)", _s18_12, "Postleitzahl des Kunden", _s17_16, "Umsatzsteuer-Identifikationsnummer des Kunden", "has_tasks", "Hat Aufgaben", "registration", "Registrierung", _s27_10, "Bitte autorisieren Sie Stripe zur Annahme von Online-Zahlungen.", "view_expense", "Ausgabe # :expense ansehen", "view_statement", "Zeige Bericht", "sepa", "SEPA-Lastschrift", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, "Alle Datens\xe4tze aktualisieren", "system", "System", _s19_15, "Standardunternehmen festlegen", "updated_company", "Unternehmen wurde erfolgreich aktualisiert", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Helfen Sie uns, uns zu verbessern, indem Sie uns sagen, warum (optional)", "webhook_success", "Webhook erfolgreich", _s24_16, "Die Aufgaben m\xfcssen alle zum selben Kunden geh\xf6ren", _s27_11, "Die Ausgaben m\xfcssen alle zu demselben Kunden geh\xf6ren", "app", "App", _s20_23, "F\xfcr die beste Leistung laden Sie die App herunter :app", _s16_22, "Bruttozeile gesamt", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Absendername", _s16_23, "Klonen zu Ausgabe", _s17_19, "Wiederkehrende Ausgabe", _s18_17, "Wiederkehrende Ausgaben", _s21_22, "Wiederkehrende Ausgabe eingeben", _s22_27, "Wiederkehrende Ausgabe bearbeiten", _s25_2, "Wiederkehrende Ausgabe wurde erstellt", _s25_3, "Wiederkehrende Ausgabe wurde aktualisiert", _s26_4, "Wiederkehrende Ausgabe wurde archiviert", _s25_4, "Projekt wurde gel\xf6scht", _s25_5, "Erfolgreich wiederkehrende Ausgaben entfernt", _s26_5, "Wiederkehrende Ausgabe wurde wiederhergestellt", _s24_17, _s30_35, _s25_6, _s30_35, "last_sent_date", "Datum des letzten Versands", "include_drafts", "Entw\xfcrfe einschlie\xdfen", _s19_19, "Entw\xfcrfe von Aufzeichnungen in Berichte einbeziehen", "is_invoiced", "Ist in Rechnung gestellt", "change_plan", "Tarif \xe4ndern", "persist_data", "Daten aufbewahren", "customer_count", "Kundenzahl", _s16_24, "Kunden \xfcberpr\xfcfen", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Dezimaltrennzeichen", _s26_6, "Komma als Dezimalstelle in Formularen verwenden", "select_method", "Methode ausw\xe4hlen", "select_platform", "Plattform ausw\xe4hlen", _s28_4, "Bitte verwenden Sie die Web-App, um sich mit Gmail zu verbinden", _s16_28, "Postensteuers\xe4tze sind deaktiviert", "enable_markdown", "Markdown verwenden", _s20_24, "Konvertierung von Markdown in HTML in der PDF-Datei", "user_guide", "Nutzer-Anleitung", _s18_19, "Zweiten Kontakt hinzuf\xfcgen", "previous_page", "Vorherige Seite", "next_page", "N\xe4chste Seite", "export_colors", "Farben exportieren", "import_colors", "Farben importieren", "clear_all", "Alle l\xf6schen", "contrast", "Kontrast", "custom_colors", "Eigene Farben", "colors", "Farben", _s31_4, "Aktive Hintergrundfarbe der Seitenleiste", _s25_8, "Schriftfarbe der aktiven Seitenleiste", _s33_5, "Seitenleiste Inaktive Hintergrundfarbe", _s27_12, "Seitenleiste Inaktiv Schriftfarbe", _s36_3, "Tabelle alternierende Zeilenhintergrundfarbe", _s31_6, "Hintergrundfarbe der Rechnungskopfzeile", _s25_10, "Schriftfarbe der Rechnungskopfzeile", "net_subtotal", "Netto", "review_app", "App bewerten", "check_status", "Status pr\xfcfen", "free_trial", "Kostenlose Testversion", _s23_10, "Die Testversion des Pro-Plans endet in :count Tagen, klicken Sie zum Upgrade.", _s21_24, "Heute ist der letzte Tag des Pro-Tarifs, klicken Sie zum Upgrade.", "change_email", "E-Mail \xe4ndern", _s25_12, "Konfigurieren Sie optional eine separate Kunden-Portal-Dom\xe4ne", _s21_25, "Im Portal angezeigte Aufgaben", "uninvoiced", "Nicht in Rechnung gestellt", "subdomain_guide", "Die Subdomain wird im Kundenportal verwendet, um Links zu personalisieren, die Ihrer Marke entsprechen. z.B. https://your-brand.invoicing.co", "send_time", "Sendezeit", "import_data", "Importiere Daten", "import_settings", "Einstellungen importieren", _s17_21, "Bitte stellen Sie die JSON-Datei zur Verf\xfcgung", _s19_20, "Bitte w\xe4hlen Sie, um die Einstellungen und/oder Daten zu importieren", "json", "JSON", _s24_19, "Keine Zahlungsarten aktiviert", "wait_for_data", "Bitte warten Sie, bis die Daten vollst\xe4ndig geladen sind", "net_total", "Netto Gesamt", "has_taxes", "enth\xe4lt Steuern", _s16_29, "Kunden importieren", _s18_21, _s40_0, "login_success", "Erfolgreiche Anmeldung", "login_failure", "Anmeldung fehlgeschlagen", "exported_data", "Sobald die Datei fertig ist, erhalten Sie eine E-Mail mit einem Download-Link.", _s23_11, "Gel\xf6schte Kunden einbeziehen", _s28_6, "Datens\xe4tze von gel\xf6schten Kunden laden", "step_1_sign_in", "Schritt 1: Registrieren", _s16_32, "Schritt 2: autorisieren", "account_id", "Konto-ID", _s27_14, "Die Migration ist noch nicht abgeschlossen", "activity_100", ":user hat die wiederkehrende Rechnung :recurring_invoice erstellt.", "activity_101", ":user hat die wiederkehrende Rechnung :recurring_invoice aktuallisiert", "activity_102", ":user hat die wiederkehrende Rechnung :recurring_invoice archiviert", "activity_103", ":user hat die wiederkehrende Rechnung :recurring_invoice gel\xf6scht.", "activity_104", ":user hat die wiederkehrende Rechnung :recurring_invoice wiederhergestellt.", _s18_22, "Ende der Aufgabe anzeigen", _s23_13, "Aktivieren Sie die Angabe des Enddatums der Aufgabe", "gateway_setup", "Gateway-Einstellungen", "preview_sidebar", "Vorschau der Seitenleiste", _s16_33, "Daten f\xfcr wie viele Jahre anzeigen?", _s18_24, "alle Sitzungen erfolgreich beendet", _s16_35, "Alle Sitzungen beenden", "count_session", "1 Sitzung", "count_sessions", ":count Sitzungen", "invoice_created", "Rechnung erstellt", "quote_created", "Angebot erstellt", "credit_created", "Gutschrift erstellt", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zuletzt aktualisiert", "invoice_item", "Rechnungsposition", "quote_item", "Angebotsposition", _s18_25, "Kontakt Vorname", _s17_23, "Kontakt Nachname", "order", "Bestellung", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", _s16_281, "search_kanbans", _s16_281, "kanban", "Kanban", "enable", "Aktivieren", "move_top", "Ganz nach oben verschieben", "move_up", "Nach oben verschieben", "move_down", "Nach unten verschieben", "move_bottom", "Ganz nach unten verschieben", "subdomain_help", "Passen Sie die Rechnungslink-Subdom\xe4ne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verf\xfcgung.", _s21_27, "Fehler: das benutzerdefinierte E-Mail Template muss die :body Variable beinhalten", _s25_13, "bitte stelle sicher das die :body Variable eingef\xfcgt ist", _s17_25, "Zeige Datumsformate", "is_viewed", "Ist angesehen", "letter", "Letter", "legal", "Rechtliches", "page_layout", "Seiten Layout", "portrait", "Hochformat", "landscape", "Querformat", _s26_7, "Der Kontoinhaber kann auf einen kostenpflichtigen Plan upgraden, um die erweiterten erweiterten Einstellungen zu aktivieren", _s20_25, "F\xfchren Sie ein Upgrade auf einen kostenpflichtigen Plan durch, um die erweiterten Einstellungen zu aktivieren", _s21_28, "Zahlungsbedingungen f\xfcr Rechnungen", _s17_27, "Angebot g\xfcltig bis", "no_headers", "Keine Header", "add_header", "Header hinzuf\xfcgen", "remove_header", "Kopfzeile entfernen", "return_url", "Return-URL", "rest_method", "REST-Methode", "header_key", "Header-Key", "header_value", "Header-Wert", _s18_27, "Wiederkehrende Produkte", "promo_code", "Gutscheincode", "promo_discount", "Promo-Rabatt", _s18_29, "Erm\xf6gliche Storno", _s16_37, "Pro Platz Aktiviert", "max_seats_limit", "Max. Pl\xe4tze Limit", "trial_enabled", "Testversion aktiv", "trial_duration", "Testzeitraum", _s21_30, "\xdcberschreiben von Abfragen zulassen", _s18_31, "Plan\xe4nderungen zulassen", "plan_map", "Plan Map", "refund_period", "Erstattungszeitraum", _s21_32, "Webhook-Konfiguration", "purchase_page", "Kauf-Seite", "security", "Sicherheit", "email_bounced", "E-Mail zur\xfcckgesendet", _s20_26, "Spam-Beschwerde", "email_delivery", "E-Mail-Zustellung", _s16_39, "Webhook-Antwort", "pdf_response", "PDF-Antwort", _s22_29, "Authentifizierungsfehler", "pdf_failed", "PDF fehgeschlagen", "pdf_success", "PDF erfolgreich", "modified", "ge\xe4ndert", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Neues Abonnement", _s17_29, "Abonnement bearbeiten", _s20_27, "Abonnement erfolgreich erstellt", _s20_28, "Abonnement erfolgreich aktualisiert", _s21_34, "Abonnement erfolgreich archiviert", _s20_29, "Abonnement gel\xf6scht", _s20_30, "Abonnement entfernt", _s21_35, "Abonnement wiederhergestellt", _s19_21, "Suchen Sie 1 Abonnement", _s20_31, ":count Abonnements durchsuchen", _s26_8, "Subdomain ist nicht verf\xfcgbar", "connect_gmail", "Mit Gmail verbinden", _s16_43, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_33, "Von Gmail erfolgreich getrennt", _s16_45, "\xc4nderungen an der Codebasis k\xf6nnen das Update blockieren, Sie k\xf6nnen diesen Befehl ausf\xfchren, um die \xc4nderungen zu verwerfen:", _s16_46, "Kundennummer", "count_minutes", ":count Minuten", _s16_48, "Passwort Timeout", _s29_5, "gemeinsamer Rechnungs- / Kreditz\xe4hler", "use_last_email", "Vorherige E-Mail benutzen", _s16_50, "Unternehmen aktivieren", _s21_37, "E-Mails, wiederkehrende Rechnungen und Benachrichtigungen aktivieren", _s27_16, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_17, "Bitte vergeben Sie zuerst ein Passwort.", _s34_7, "Achtung: Das \xc4ndern deiner Telefonnummer wird die Zwei-Faktor-Authentifizierung deaktivieren", "help_translate", "Hilf mit beim \xdcbersetzen", _s23_14, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_22, "2FA erfolgreich deaktiviert", _s16_52, "Konto erfolgreich verbunden.", _s19_23, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_4, "Bitte gib eine Handynummer an, um die Zwei-Faktor-Authentifizierung zu aktivieren", "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_38, "Barcode mit :link kompatibler App scannen.", _s18_34, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Google-Konto verbinden", _s17_31, "Google-Konto entfernen", _s17_33, "Zwei-Faktor-Authentifizierung", _s18_35, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_8, "Password mit Verkn\xfcpfung zu Sozialmedia notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_16, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_24, "Web-Sitzungs-Timeout", _s17_34, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungs-E-Mail erneut versenden", _s26_10, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_53, "Zahlung erstattet", _s19_26, "Teilweise unangewandt", _s19_28, "Bitte w\xe4hlen Sie einen mit Gmail authentifizierten Benutzer", "list_long_press", "Liste Langes Dr\xfccken", "show_actions", "Zeige Aktionen", _s17_36, "Mehrfachauswahl", _s27_19, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_39, "Um :client_counter zu verwenden, f\xfcgen Sie bitte entweder :client_number oder :client_id_number hinzu, um Konflikte zu vermeiden", "this_quarter", "Dieses Quartal", "last_quarter", "Letztes Quartal", "to_update_run", "Zum \xc4nderungslauf", _s18_37, "In Rechnung umwandeln", _s16_54, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_29, "Suche 1 Zahlungsbedingung", _s20_32, "Suche :count Zahlungsbedingungen", _s16_56, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_58, "Unterst\xfctzte Ereignisse", _s16_60, "Umgerechneter Betrag", _s17_38, "Guthabenstand", _s22_31, "Umgewandelt Bezahlt bis Datum", _s24_21, "Umgerechneter Guthabenbetrag", "converted_total", "Umgerechnet Total", "is_sent", "Gesendet", _s17_40, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_33, "Erlaube Kunden Dokumente hochzuladen", "expense_total", "Ausgabensumme", "enter_taxes", "Steuers\xe4tze eingeben", "by_rate", "Nach Satz", "by_amount", "Nach Betrag", "enter_amount", "Betrag eingeben", "before_taxes", "Vor Steuern", "after_taxes", "Nach Steuern", "color", "Farbe", "show", "Anzeigen", "hide", "Verbergen", "empty_columns", "Leere Spalten", _s21_41, "Der Entwicklungsmodus ist aktiviert", _s26_11, "Warnung: Es ist f\xfcr die Verwendung auf lokalen Rechnern gedacht und kann Anmeldedaten preisgeben. Klicken Sie, um mehr zu erfahren.", "running_tasks", "Laufende Aufgaben", "recent_tasks", "K\xfcrzliche Aufgaben", "recent_expenses", "K\xfcrzliche Ausgaben", _s17_42, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_23, "Dupliziere Spaltenzuordnung", _s20_34, "Benutzt Inklusive Steuern", _s18_39, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_15, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hlen sie eine Datei", _s16_62, "Keine Datei ausgew\xe4hlt", "csv_file", "W\xe4hle CSV Datei", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Buchhaltung", _s22_33, "Bitte geben Sie alle CSV-Dateien an.", "import_type", "Import Typ", "html_mode", "HTML Modus", "html_mode_help", "Vorschau von Aktualisierungen schneller, aber weniger genau", "view_licenses", "Lizenzen anzeigen", "webhook_url", "Webhook URL", _s17_44, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_34, 'Bitte geben Sie ":value" zur Best\xe4tigung ein', "purge", "Bereinigen", "service", "Dienst", "clone_to", "Duplizieren zu", "clone_to_other", "Duplizieren zu anderem", "labels", "Beschriftung", "add_custom", "Beschriftung hinzuf\xfcgen", "payment_tax", "Steuer-Zahlung", "unpaid", "Unbezahlt", "white_label", "White Label", "delivery_note", "Lieferschein", _s24_26, "Versendete Rechnungen sind gesperrt", _s24_28, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "Applikations Platform", "invoice_late", _s18_151, "quote_expired", "Angebot abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtguthaben", _s23_17, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_30, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_151, "expired_quote", "Abgelaufenes Angebot", "remind_invoice", "Rechnungserinnerung", "cvv", "Kartenpr\xfcfziffer", "client_name", "Kunde", "client_phone", "Kunden Telefon", "required_fields", "Ben\xf6tigte Felder", "calculated_rate", "Berechneter Satz", _s17_46, _s19_98, "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_64, "Aufgaben Status bearbeiten", _s19_30, "Aufgaben Status erfolgreich erstellt", _s19_31, "Aufgabenstatus erfolgreich aktualisiert", _s20_36, "Aufgaben Status erfolgreich archiviert", _s19_32, "Aufgaben Status erfolgreich gel\xf6scht", _s19_33, "Aufgaben Status erfolgreich entfernt", _s20_37, "Aufgaben Status erfolgreich wiederhergestellt", _s22_35, ":value Aufgaben Stati erfolgreich archiviert", _s21_43, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_36, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_41, "Suche 1 Aufgaben Status", _s20_39, "Suche :count Aufgaben Status", _s16_66, "Zeige Aufgaben Tabelle", _s21_44, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_40, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_16, "Zeitdetails in der Rechnungsposition ausweisen", _s20_42, "Aufgabenzeiterfassung in Rechnung stellen", _s25_17, "Datumsdetails zu den Rechnungsposten hinzuf\xfcgen", _s21_45, "Beginne Aufgabe vor dem Speichern", _s18_42, "Stati bearbeiten", "task_settings", "Aufgaben-Einstellungen", _s20_44, "Kategorien bearbeiten", _s18_44, "Ausgabenkategorien", _s20_46, "Neue Ausgabenkategorie", _s21_46, "Ausgaben Kategorie bearbeiten", _s24_31, "Ausgabenkategorie erfolgreich erstellt", _s24_32, "Ausgabenkategorie erfolgreich aktualisiert", _s25_19, "Ausgabenkategorie erfolgreich archiviert", _s24_33, "Kategorie erfolgreich gel\xf6scht", _s24_34, "Ausgaben Kategorie erfolgreich entfernt", _s25_20, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_23, ":count Ausgabenkategorien erfolgreich archiviert", _s26_12, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_24, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_18, "Suche 1 Ausgabenkategorie", _s25_22, "Suche :count Ausgabenkategorie", _s21_48, "Verf\xfcgbares Guthaben verwenden", "show_option", "Zeige Option", _s22_37, "Der Guthabenbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierungen erzwingen", _s17_48, "Du benutzt die aktuellste Version, aber es stehen noch ausstehende Fehlerbehebungen zur Verf\xfcgung", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_46, "Sollte in Rechnung gestellt werden", _s23_19, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_8, "Dokumente sichtbar machen", _s21_50, "Wechselkurs setzen", _s16_68, "Ausgaben-Einstellungen", _s18_47, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_233, "user_field", "Benutzerfeld", "variables", "Variablen", "show_password", "Zeige Passwort", "hide_password", "Verstecke Passwort", "copy_error", "Kopier Fehler", "capture_card", "Zahlungsmittel f\xfcr die weitere Verwendung speichern", _s17_49, "Automatische Bezahlung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_124, "total_fields", "Gesamt Felder", _s25_23, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_24, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_25, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_34, "R\xfcckerstattung \xfcber das Zahlungs-Gateway abwickeln", "due_date_days", _s16_282, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_38, "Erster Tag des Monats", _s21_51, "Letzter Tag des Monats", _s17_51, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_70, "Verbleibende Durchg\xe4nge", _s17_53, "Wiederkehrende Rechnung", _s18_49, "Wiederkehrende Rechnungen", _s21_53, "Neue wiederkehrende Rechnung", _s22_40, "Bearbeite wiederkehrende Rechnung", _s25_26, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_27, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_13, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_28, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_29, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_14, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_25, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_15, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_26, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_35, "Suche 1 wiederkehrende Rechnung", _s25_30, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_8, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_51, "\xdcberzahlung zulassen", _s23_20, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_35, "Unterzahlung zulassen", _s24_36, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_4, "Fehler bei Kontenabstimmung", _s30_5, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_67, "gateway_error", _s23_67, "email_send", "E-Mail gesendet", _s17_55, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_72, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_37, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_76, "company_name", "Firmenname", "reminder1_sent", "Erste Erinnerung verschickt", "reminder2_sent", "Zweite Erinnerung verschickt", "reminder3_sent", "Dritte Erinnerung verschickt", _s18_53, "Letzte Erinnerung verschickt", "pdf_page_info", "Seite :current von :total", _s16_74, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", _s41_12, "gateway", "Provider", "view_in_stripe", "In Stripe anzeigen", "rows_per_page", "Eintr\xe4ge pro Seite", "hours", "Stunden", "statement", "Bericht", "taxes", "Steuern", "surcharge", "Geb\xfchr", "apply_payment", "Zahlungen anwenden", "apply_credit", "Guthaben anwenden", "apply", "Anwenden", "unapplied", "unangewendet", "select_label", "Bezeichnung w\xe4hlen", "custom_labels", "Eigene Beschriftungen", "record_type", "Eintragstyp", "record_name", "Eintragsname", "file_type", "Dateityp", "height", "H\xf6he", "width", "Breite", "to", "An", "health_check", "Systempr\xfcfung", "payment_type_id", "Zahlungsart", "last_login_at", "Letzter Login", "company_key", "Firmen Schl\xfcssel", "storefront", "Storefront", "storefront_help", "Drittanbieter Applikationen erlauben Rechnungen zu erstellen", "client_created", "Kunde wurde erstellt", _s20_49, "Online-Zahlung E-Mail Adresse", _s20_51, "manuelle Zahlung E-Mail Adresse", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kunden-Einstellungen", _s17_57, "Ausgew\xe4hlte Rechnungen", _s17_59, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_61, "Ausgew\xe4hlte Ausgaben", _s17_63, "Ausstehende Rechnungen", _s17_65, "\xdcberf\xe4llige Rechnungen", "recent_payments", "K\xfcrzliche Zahlungen", "upcoming_quotes", "Ausstehende Angebote", "expired_quotes", "Abgelaufene Angebote", "create_client", "Kunden erstellen", "create_invoice", "Rechnung erstellen", "create_quote", "Angebot erstellen", "create_payment", "Zahlung erstellen", "create_vendor", "Lieferanten erstellen", "update_quote", "Angebot aktualisieren", "delete_quote", "Angebot l\xf6schen", "update_invoice", "Rechnung aktualisieren", "delete_invoice", "Rechnung l\xf6schen", "update_client", "Kunde aktualisieren", "delete_client", "Kunde l\xf6schen", "delete_payment", "Zahlung l\xf6schen", "update_vendor", "Lieferant aktualisieren", "delete_vendor", "Lieferant L\xf6schen", "create_expense", "Ausgabe erstellen", "update_expense", "Ausgabe aktualisieren", "delete_expense", "Ausgabe L\xf6schen", "create_task", "Aufgabe erstellen", "update_task", "Aufgabe aktualisieren", "delete_task", "Aufgabe l\xf6schen", "approve_quote", _s16_280, "off", "Aus", "when_paid", "Bei Zahlung", "expires_on", "G\xfcltig bis", "free", "Kostenlos", "plan", "Plan", "show_sidebar", "Zeige Seitenmen\xfc", "hide_sidebar", "Verstecke Seitenmenu", "event_type", "Ereignistyp", "target_url", "Ziel", "copy", "kopieren", "must_be_online", "Bitte starten Sie die App sobald Sie mit dem Internet verbunden sind", _s17_67, "Die Crons m\xfcssen aktiviert werden", "api_webhooks", "API Webhooks", "search_webhooks", "Suche :count Webhooks", "search_webhook", "Suche 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Neuer Webhook", "edit_webhook", "Webhook bearbeiten", "created_webhook", "Webhook erfolgreich erstellt", "updated_webhook", "Webhook erfolgreich aktualisiert", _s16_76, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_77, "Webhook erfolgreich wiederhergestellt", _s17_68, ":value Webhooks erfolgreich archiviert", _s16_78, ":value Webhooks erfolgreich gel\xf6scht", _s16_79, ":value Webhooks erfolgreich entfernt", _s17_69, ":value Webhooks erfolgreich wiederhergestellt", "api_tokens", "API Token", "api_docs", "API Doku", "search_tokens", "Suche :count Token", "search_token", "Suche 1 Token", "token", "Token", "tokens", "Token", "new_token", "Neues Token", "edit_token", "Token bearbeiten", "created_token", "Token erfolgreich erstellt", "updated_token", "Token erfolgreich aktualisiert", "archived_token", "Token erfolgreich archiviert", "deleted_token", "Token erfolgreich gel\xf6scht", "removed_token", "Token erfolgreich entfernt", "restored_token", "Token erfolgreich wiederhergestellt", "archived_tokens", ":count Token erfolgreich archiviert", "deleted_tokens", ":count Token erfolgreich gel\xf6scht", "restored_tokens", ":value Token erfolgreich wiederhergestellt", _s19_37, "Kunden Registration", _s24_39, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", _s21_55, "Anpassung und Vorschau", "email_invoice", "Rechnung versenden", "email_quote", "Angebot per E-Mail senden", "email_credit", "Guthaben per E-Mail versenden", "email_payment", "Sende Zahlungs-E-Mail", _s20_54, "Es wurde noch keine E-Mail Adresse beim Kunden eingetragen.", "ledger", "Hauptbuch", "view_pdf", "Zeige PDF", "all_records", "Alle Eintr\xe4ge", "owned_by_user", "Eigent\xfcmer", _s16_80, "Verbleibendes Guthaben", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_82, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_22, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_83, "Neue Zahlungsbedingung", _s17_71, "Bearbeite Zahlungsbedingungen", _s20_55, "Zahlungsbedingung erfolgreich erstellt", _s20_56, "Zahlungsbedingung erfolgreich aktualisiert", _s21_56, "Zahlungsbedingung erfolgreich archiviert", _s20_57, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_58, "Zahlungsbedingung erfolgreich entfernt", _s21_57, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_45, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_58, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_46, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_24, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_40, "M\xf6chten Sie zur Desktopansicht wechseln?", "send_from_gmail", "Mit Gmail versenden", "reversed", "Umgekehrt", "cancelled", "Storniert", "credit_amount", "Guthabenbetrag", "quote_amount", "Angebotsbetrag", "hosted", "Gehostet", "selfhosted", "Selbstgehostet", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "Men\xfc ausblenden", "show_menu", "Men\xfc einblenden", _s18_55, _s19_99, _s16_85, "Suche nach Dokumenten", "search_designs", "Suche nach Designs", "search_invoices", "Suche Rechnungen", "search_clients", "Suche Kunden", "search_products", "Suche Produkte", "search_quotes", "Suche Angebote", "search_credits", "Suche Guthaben", "search_vendors", "Suche Lieferanten", "search_users", "Suche Benutzer", _s16_86, "Suche Steuersatz", "search_tasks", "Suche Aufgaben", "search_settings", "Such-Einstellungen", "search_projects", "Suche nach Projekten", "search_expenses", "Suche Ausgaben", "search_payments", "Suche Zahlungen", "search_groups", "Suche nach Gruppen", "search_company", "Suche Firma", "search_document", "Suche 1 Dokument", "search_design", "Suche 1 Design", "search_invoice", "Suche 1 Angebot", "search_client", "Suche 1 Kunden", "search_product", "Suche 1 Produkt", "search_quote", "Suche 1 Angebot", "search_credit", "Suche 1 Guthaben", "search_vendor", "Suche 1 Hersteller", "search_user", "Suche 1 Benutzer", "search_tax_rate", "Suche 1 Steuersatz", "search_task", "Suche 1 Aufgabe", "search_project", "Suche 1 Projekt", "search_expense", "Suche 1 Ausgabe", "search_payment", "Suche 1 Zahlung", "search_group", "Suche 1 Gruppen", "refund_payment", "Zahlung erstatten", _s17_75, "Rechnung erfolgreich storniert", _s18_57, "Rechnungen erfolgreich storniert", _s16_92, "Rechnung erfolgreich zur\xfcckgebucht", _s17_76, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_77, "Stadt / Bundesland / PLZ", _s17_79, "Plz/Stadt/Staat", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_100, "custom4", _s19_100, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_93, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_58, "Achtung: Alle Daten werden vollst\xe4ndig gel\xf6scht. Dieser Vorgang kann nicht r\xfcckg\xe4ngig gemacht werden.", "invoice_balance", "Rechnungssaldo", "age_group_0", "0 - 30 Tage", "age_group_30", "30 - 60 Tage", "age_group_60", "60 - 90 Tage", "age_group_90", "90 - 120 Tage", "age_group_120", "120+ Tage", "refresh", "Aktualisieren", "saved_design", "Design erfolgreich gespeichert", "client_details", "Kundeninformationen", "company_address", "Firmenadresse", "invoice_details", "Rechnungsdetails", "quote_details", "Kostenvoranschlag-Details", "credit_details", "Gutschrift Details", "product_columns", "Produktspalten", "task_columns", "Aufgabenspalten", "add_field", "Feld hinzuf\xfcgen", "all_events", "Alle Ereignisse", "permissions", "Berechtigungen", "none", "Nichts", "owned", "Eigent\xfcmer", "payment_success", "Bezahlung erfolgreich", "payment_failure", "Bezahlung fehlgeschlagen", "invoice_sent", ":count Rechnung versendet", "quote_sent", "Kostenvoranschlag versendet", "credit_sent", "Guthaben gesendet", "invoice_viewed", "Rechnung angesehen", "quote_viewed", "Kostenvoranschlag angesehen", "credit_viewed", "Guthaben angesehen", "quote_approved", "Kostenvoranschlag angenommen", _s25_32, "Empfange alle Benachrichtigungen", _s16_94, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_47, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_48, "Achtung: Dadurch wird Ihre Firma unwiderruflich gel\xf6scht. Es gibt kein Zur\xfcck.", "enabled_modules", "Module aktivieren", "converted_quote", "Angebot erfolgreichen konvertiert", "credit_design", "Guthaben Design", "includes", "Beinhaltet", "header", "Header-Code", "load_design", "Designvorlage laden", "css_framework", "CSS-Framework", "custom_designs", "Benutzerdefinierte Designs", "designs", "Designs", "new_design", "Neues Design", "edit_design", "Design bearbeiten", "created_design", "Design erfolgreich erstellt", "updated_design", "Design erfolgreich aktualisiert", "archived_design", "Design erfolgreich archiviert", "deleted_design", "Design erfolgreich gel\xf6scht", "removed_design", "Design erfolgreich entfernt", "restored_design", "Design erfolgreich wiederhergestellt", _s16_96, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_97, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_98, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_59, "Kontoverwaltung", "credit_date", "Guthabendatum", "credit", "Gutschrift", "credits", "Guthaben", "new_credit", "Guthaben eingeben", "edit_credit", "Saldo bearbeiten", "created_credit", "Guthaben erfolgreich erstellt", "updated_credit", "Saldo erfolgreich aktualisiert", "archived_credit", "Guthaben erfolgreich archiviert", "deleted_credit", "Guthaben erfolgreich gel\xf6scht", "removed_credit", "Guthaben erfolgreich entfernt", "restored_credit", "Guthaben erfolgreich wiederhergestellt", _s16_100, ":count Guthaben erfolgreich archiviert", "deleted_credits", ":count Guthaben erfolgreich gel\xf6scht", _s16_101, ":value Guthaben erfolgreich archiviert", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_21, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_102, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_81, "Slack-Webhook-URL", "credit_footer", "Guthaben-Fu\xdfzeile", "credit_terms", "Gutschrift Bedingungen", "new_company", "Neues Konto", "added_company", "Erfolgreich Firma hinzugef\xfcgt", "company1", "Benutzerdefinierte Firma 1", "company2", "Benutzerdefinierte Firma 2", "company3", "Benutzerdefinierte Firma 3", "company4", "Benutzerdefinierte Firma 4", "product1", "Benutzerdefiniertes Produkt 1", "product2", "Benutzerdefiniertes Produkt 2", "product3", "Benutzerdefiniertes Produkt 3", "product4", "Benutzerdefiniertes Produkt 4", "client1", "Benutzerdefinierter Kunde 1", "client2", "Benutzerdefinierter Kunde 2", "client3", "Benutzerdefinierter Kunde 3", "client4", "Benutzerdefinierter Kunde 4", "contact1", "Benutzerdefinierter Kontakt 1", "contact2", "Benutzerdefinierter Kontakt 2", "contact3", "Benutzerdefinierter Kontakt 3", "contact4", "Benutzerdefinierter Kontakt 4", "task1", "Benutzerdefinierte Aufgabe 1", "task2", "Benutzerdefinierte Aufgabe 2", "task3", "Benutzerdefinierte Aufgabe 3", "task4", "Benutzerdefinierte Aufgabe 4", "project1", "Benutzerdefiniertes Projekt 1", "project2", "Benutzerdefiniertes Projekt 2", "project3", "Benutzerdefiniertes Projekt 3", "project4", "Benutzerdefiniertes Projekt 4", "expense1", "Benutzerdefinierte Ausgabe 1", "expense2", "Benutzerdefinierte Ausgabe 2", "expense3", "Benutzerdefinierte Ausgabe 3", "expense4", "Benutzerdefinierte Ausgabe 4", "vendor1", "Benutzerdefinierter Lieferant 1", "vendor2", "Benutzerdefinierter Lieferant 2", "vendor3", "Benutzerdefinierter Lieferant 3", "vendor4", "Benutzerdefinierter Lieferant 4", "invoice1", "Benutzerdefinierte Rechnung 1", "invoice2", "Benutzerdefinierte Rechnung 2", "invoice3", "Benutzerdefinierte Rechnung 3", "invoice4", "Benutzerdefinierte Rechnung 4", "payment1", "Benutzerdefinierte Zahlung 1", "payment2", "Benutzerdefinierte Zahlung 2", "payment3", "Benutzerdefinierte Zahlung 3", "payment4", "Benutzerdefinierte Zahlung 4", "surcharge1", _s30_36, "surcharge2", _s30_37, "surcharge3", _s30_38, "surcharge4", _s30_39, "group1", "Benutzerdefinierte Gruppe 1", "group2", "Benutzerdefinierte Gruppe 2", "group3", "Benutzerdefinierte Gruppe 3", "group4", "Benutzerdefinierte Gruppe 4", "reset", "Zur\xfccksetzen", "number", "Nummer", "export", "Exportieren", "chart", "Diagramm", "count", "Anzahl", "totals", "Summe", "blank", "Leer", "day", "Tag", "month", "Monat", "year", "Jahr", "subgroup", "Untergruppe", "is_active", "Ist aktiv", "group_by", "Gruppieren nach", "credit_balance", "Guthabenstand", _s18_65, "Letzter Login des Kontakts", _s17_83, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_59, "Kontakt Benutzerdefinierter Wert 1", _s21_60, "Kontakt Benutzerdefinierter Wert 2", _s21_61, "Kontakt Benutzerdefinierter Wert 3", _s21_62, "Kontakt Benutzerdefinierter Wert 4", _s17_85, "Strasse Versandanschrift", _s17_86, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_59, "Postleitzahl Versandanschrift", _s16_132, "Lieferungsland", _s16_134, "Strasse Rechnungsanschrift", _s16_135, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_40, "Postleitzahl Rechnungsanschrift", "billing_country", "Rechnungsland", "client_id", "Kundennummer", "assigned_to", "Zugewiesen an", "created_by", "Erstellt von :name", "assigned_to_id", "Zugewiesen zur ID", "created_by_id", "Erstellt von ID", "add_column", "Spalte hinzuf\xfcgen", "edit_columns", "Spalten bearbeiten", "columns", "Spalten", "aging", "Versendet", "profit_and_loss", _s18_150, "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_136, "Nicht genehmigtes Angebot", "help", "Hilfe", "refund", "Erstattung", "refund_date", "Erstattungsdatum", "filtered_by", "Gefiltert nach", "contact_email", "E-Mail-Adresse des Kontakts", "multiselect", "Mehrfachauswahl", "entity_state", "Status", "verify_password", "Passwort \xfcberpr\xfcfen", "applied", "Angewendet", _s21_63, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_8, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_61, "Produktdetails anzeigen", _s25_34, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_63, "Der PDF-Renderer ben\xf6tigt :version", _s18_68, "Anpassungszuschlag Prozent", _s23_26, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_70, "Einstellungen bearbeiten", "support_forum", "Support-Forum", "about", "\xdcber", "documentation", "Dokumentation", "contact_us", "Kontaktieren Sie uns", "subtotal", "Zwischensumme", "line_total", "Summe", "item", "Artikel", "credit_email", "Guthaben E-Mail", "iframe_url", "Webseite", "domain_url", "Domain-URL", _s21_64, "Das Passwort ist zu kurz", _s20_64, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_42, "Kundenportal-Aufgaben", _s23_27, "Kundenportal-\xdcbersicht", _s20_65, "Bitte einen Wert eingeben", "deleted_logo", "Logo erfolgreich gel\xf6scht", "yes", "Ja", "no", "Nein", "generate_number", "Nummer generieren", "when_saved", "Wenn gespeichert", "when_sent", "Wenn gesendet", "select_company", "Firma ausw\xe4hlen", "float", "Schwebend", "collapse", "Einklappen", "show_or_hide", "Anzeigen/verstecken", "menu_sidebar", "Men\xfcleiste", "history_sidebar", "Verlaufs-Seitenleiste", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Ansehen", "module", "Modul", "first_custom", "Erste benutzerdefinierte", "second_custom", "Zweite benutzerdefinierte", "third_custom", "Dritte benutzerdefinierte", "show_cost", "Kosten anzeigen", _s17_88, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_65, "Produktanzahl anzeigen", _s26_23, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_67, "Rechnungsanzahl anzeigen", _s26_24, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_69, "Produkterm\xe4\xdfigung anzeigen", _s26_25, "Zeige Rabattfeld in Belegposition", _s16_138, "Standardanzahl", _s21_71, "Setze den Rechnungsposten automatisch auf Anzahl 1", "one_tax_rate", "Ein Steuersatz", "two_tax_rates", "Zwei Steuers\xe4tze", "three_tax_rates", "Drei Steuers\xe4tze", _s16_140, _s19_98, "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_124, "inclusive_taxes", "Inklusive Steuern", _s17_90, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_72, _s29_53, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_73, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_75, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_44, "Komma-separierte Liste", "options", "Optionen", _s16_142, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_37, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Abschicken", _s16_144, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_145, "Versp\xe4tungszuschlag Prozent", "schedule", "Zeitgesteuert", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_77, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_72, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_147, "Endlose Erinnnerung", _s16_149, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_78, "Dem Benutzer erlauben, andere Benutzer zu administrieren, Einstellungen zu \xe4ndern und alle Eintr\xe4ge zu bearbeiten", "user_management", "Benutzerverwaltung", "users", "Benutzer", "new_user", "Neuer Benutzer", "edit_user", "Benutzer bearbeiten", "created_user", "Benutzer erfolgreich erstellt", "updated_user", "Benutzer erfolgreich aktualisiert", "archived_user", "Benutzer erfolgreich archiviert", "deleted_user", "Benutzer erfolgreich gel\xf6scht", "removed_user", "Benutzer erfolgreich entfernt", "restored_user", "Benutzer erfolgreich wiederhergestellt", "archived_users", ":value Benutzer erfolgreich archiviert", "deleted_users", ":value Benutzer erfolgreich gel\xf6scht", "removed_users", ":value Benutzer erfolgreich entfernt", "restored_users", ":value Benutzer erfolgreich wiederhergestellt", _s16_151, _s24_77, "invoice_options", "Rechnungsoptionen", _s17_92, '"Bereits gezahlt" ausblenden', _s22_55, '"Bereits gezahlt" nur anzeigen, wenn eine Zahlung eingegangen ist.', _s23_29, "Dokumente einbetten", _s28_21, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_153, "Zeige Kopf auf", _s16_154, "Zeige Fu\xdfzeilen auf", "first_page", "Erste Seite", "all_pages", "Alle Seiten", "last_page", "Letzte Seite", "primary_font", "Prim\xe4re Schriftart", "secondary_font", "Sekund\xe4re Schriftart", "primary_color", "Prim\xe4re Farbe", "secondary_color", "Sekund\xe4re Farbe", "page_size", "Seitengr\xf6\xdfe", "font_size", "Schriftgr\xf6\xdfe", "quote_design", "Angebots-Layout", "invoice_fields", "Rechnungsfelder", "product_fields", "Produktfelder", "invoice_terms", "Rechnungsbedingungen", "invoice_footer", "Rechnungsfu\xdfzeile", "quote_terms", "Angebotsbedingungen", "quote_footer", "Angebots-Fu\xdfzeile", _s18_79, "Automatischer E-Mail-Versand", _s23_30, "Senden Sie wiederkehrende Rechnungen automatisch per E-Mail, wenn sie erstellt werden.", _s18_80, "Automatisches Archiv", _s23_31, "Archivieren Sie Angebote automatisch, wenn sie konvertiert werden.", _s18_81, _s24_76, _s23_32, "Das Angebot automatisch in eine Rechnung umwandeln wenn es vom Kunden angenommen wird.", _s17_94, "Workflow-Einstellungen", "freq_daily", "T\xe4glich", "freq_weekly", "W\xf6chentlich", "freq_two_weeks", "Zweiw\xf6chentlich", "freq_four_weeks", "Vierw\xf6chentlich", "freq_monthly", "Monatlich", "freq_two_months", "Zwei Monate", _s17_96, "Dreimonatlich", _s16_155, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_156, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_97, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_157, "Wiederkehrender Pr\xe4fix", "number_padding", "Nummernabstand", "general", "Allgemein", "surcharge_field", "Zuschlagsfeld", "company_field", "Firmenfeld", "company_value", "Firmenwert", "credit_field", "Kredit-Feld", "invoice_field", "Rechnungsfeld", _s17_99, "Rechnungsgeb\xfchr", "client_field", "Kundenfeld", "product_field", "Produktfeld", "payment_field", "Zahlungsfeld", "contact_field", "Kontaktfeld", "vendor_field", "Lieferantenfeld", "expense_field", "Ausgabenfeld", "project_field", "Projektfeld", "task_field", "Aufgabenfeld", "group_field", "Gruppen-Feld", "number_counter", "Nummernz\xe4hler", "prefix", "Pr\xe4fix", "number_pattern", "Nummernschema", "messages", "Nachrichten", "custom_css", "Benutzerdefiniertes CSS", _s17_101, "Benutzerdefiniertes JavaScript", _s16_159, "Auf PDF anzeigen", _s21_74, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_40, "Checkbox f\xfcr Rechnungsbedingungen", _s30_9, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_33, "Checkbox f\xfcr Angebotsbedingungen", _s28_22, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_41, "Rechnungsunterschrift", _s30_10, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_34, "Angebotsunterschrift", _s22_57, "Rechnungen mit Passwort sch\xfctzen", _s27_38, "Erlaubt Ihnen ein Passwort f\xfcr jeden Kontakt zu erstellen. Wenn ein Passwort erstellt wurde, muss der Kunde dieses eingeben, bevor er eine Rechnung ansehen darf.", "authorization", "Genehmigung", "subdomain", "Subdom\xe4ne", "domain", "Dom\xe4ne", "portal_mode", "Portalmodus", "email_signature", "Mit freundlichen Gr\xfc\xdfen", _s24_41, "Machen Sie es einfacher f\xfcr Ihre Kunden zu bezahlen, indem Sie schema.org Markup zu Ihren E-Mails hinzuf\xfcgen.", "plain", "Einfach", "light", "Hell", "dark", "Dunkel", "email_design", "E-Mail-Design", "attach_pdf", "PDF anh\xe4ngen", _s16_160, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_46, "Markup erlauben", "reply_to_email", "Antwort-E-Mail-Adresse", "reply_to_name", "Name der Antwortadresse", "bcc_email", "BCC E-Mail", "processed", "Verarbeitet", "credit_card", "Kreditkarte", "bank_transfer", "\xdcberweisung", "priority", "Priorit\xe4t", "fee_amount", "Zuschlag Betrag", "fee_percent", "Zuschlag Prozent", "fee_cap", "Geb\xfchrenobergrenze", "limits_and_fees", "Grenzwerte/Geb\xfchren", "enable_min", "Min aktivieren", "enable_max", "Max aktivieren", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_49, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Satz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_162, "Steuersatz erstellt", _s16_163, "Steuersatz aktualisiert", _s17_104, "Steuersatz archiviert", _s16_164, "Steuersatz erfolgreich gel\xf6scht", _s17_105, "Steuersatz erfolgreich wiederhergestellt", _s18_82, ":value Steuers\xe4tze erfolgreich archiviert", _s17_106, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_83, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_84, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_69, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_165, "Produkte konvertieren", _s21_75, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_167, "Zahlungs-Gateways", _s19_50, "Neues Gateway", _s20_70, "Gateway bearbeiten", _s23_35, "Gateway erfolgreich erstellt", _s23_36, "Gateway erfolgreich aktualisiert", _s24_42, "Gateway erfolgreich archiviert", _s23_37, "Gateway erfolgreich gel\xf6scht", _s24_43, "Gateway erfolgreich wiederhergestellt", _s25_43, ":value Zahlungsanbieter erfolgreich archiviert", _s24_44, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_44, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_169, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_76, "Erster Tag der Woche", _s23_38, "Erster Monat des Jahres", "sunday", "Sonntag", "monday", "Montag", "tuesday", "Dienstag", "wednesday", "Mittwoch", "thursday", "Donnerstag", "friday", "Freitag", "saturday", "Samstag", "january", "Januar", "february", "Februar", "march", "M\xe4rz", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Dezember", "symbol", "Symbol", "ocde", "Code", "date_format", "Datumsformat", "datetime_format", "Datums-/Zeitformat", "military_time", "24-Stunden-Zeit", _s18_85, "24-Stunden-Anzeige", "send_reminders", "Mahnung senden", "timezone", "Zeitzone", _s19_51, "Nach Projekt filtern", _s17_107, "Gefiltert nach Gruppe", _s19_53, "Gefiltert nach Rechnung", _s18_86, "Gefiltert nach Kunde", _s18_88, "Gefiltert nach Lieferant", "group_settings", "Gruppeneinstellungen", "group", "Gruppe", "groups", "Gruppen", "new_group", "Neue Gruppe", "edit_group", "Gruppe bearbeiten", "created_group", "Gruppe erfolgreich erstellt", "updated_group", "Gruppe erfolgreich aktualisiert", "archived_groups", ":value Gruppen erfolgreich archiviert", "deleted_groups", ":value Gruppen erfolgreich gel\xf6scht", "restored_groups", ":value Gruppen erfolgreich wiederhergestellt", "archived_group", "Gruppe erfolgreich archiviert", "deleted_group", "Gruppe erfolgreich gel\xf6scht", "restored_group", "Gruppe erfolgreich wiederhergestellt", "upload_logo", "Logo hochladen", "uploaded_logo", "Logo erfolgreich hochgeladen", "logo", "Logo", "saved_settings", "Einstellungen erfolgreich gespeichert", _s16_171, "Produkt-Einstellungen", "device_settings", "Ger\xe4te-Einstellungen", "defaults", "Standards", "basic_settings", _s24_77, _s17_109, "Erweiterte Einstellungen", "company_details", "Firmendaten", "user_details", "Benutzerdaten", "localization", "Lokalisierung", "online_payments", "Online-Zahlungen", "tax_rates", "Steuers\xe4tze", "notifications", "Benachrichtigungen", "import_export", "Import/Export", "custom_fields", "Benutzerdefinierte Felder", "invoice_design", "Rechnungsdesign", "buy_now_buttons", '"Kaufe jetzt"-Buttons', "email_settings", "E-Mail-Einstellungen", _s23_40, "Vorlagen & Mahnungen", _s22_58, "Kreditkarten & Banken", _s19_55, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_42, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_57, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_45, "Bitte geben Sie einen Vornamen ein", _s24_45, "Bitte geben Sie einen Nachnamen ein", _s33_21, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s16_173, "Service-Bedingungen", "privacy_policy", "Datenschutzerkl\xe4rung", "sign_up", "Anmeldung", "account_login", "Konto Login", "view_website", "Webseite anschauen", "create_account", "Konto erstellen", "email_login", "E-Mail-Anmeldung", "create_new", "Neu...", _s18_90, "Kein Eintrag ausgew\xe4hlt", _s21_79, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Herunterladen", _s27_43, "Ben\xf6tigt einen Enterprise Plan", "take_picture", "Bild aufnehmen", "upload_file", "Datei hochladen", "document", "Dokument", "documents", "Dokumente", "new_document", "Neues Dokument", "edit_document", "Dokument bearbeiten", _s17_111, "Dokument erfolgreich hochgeladen", _s16_175, "Dokument erfolgreich aktualisiert", _s17_112, "Dokument erfolgreich archiviert", _s16_176, "Dokument erfolgreich gel\xf6scht", _s17_113, "Dokument erfolgreich wiederhergestellt", _s18_92, ":value Dokumente erfolgreich archiviert", _s17_114, ":value Dokumente erfolgreich gel\xf6scht", _s18_93, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_177, "Aufgezeichnet", _s16_178, "Ausstehend", _s16_179, "Fakturiert", "converted", "Umgewandelt", _s24_47, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_180, "W\xe4hrung umrechnen", "mark_paid", "Als bezahlt markieren", "category", "Kategorie", "address", "Adresse", "new_vendor", "Neuer Lieferant", "created_vendor", "Lieferant erfolgreich erstellt", "updated_vendor", "Lieferant erfolgreich aktualisiert", "archived_vendor", "Lieferant erfolgreich archiviert", "deleted_vendor", "Lieferant erfolgreich gel\xf6scht", "restored_vendor", "Lieferant erfolgreich wiederhergestellt", _s16_181, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_182, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_183, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_184, "Ausgabe erfolgreich wiederhergestellt", _s17_115, "Ausgaben erfolgreich archiviert", _s16_185, "Ausgaben erfolgreich gel\xf6scht", _s17_116, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_80, "Eintrag konnte nicht gefunden werden", "invoiced", "In Rechnung gestellt", "logged", "Protokolliert", "running", "L\xe4uft", "resume", "Fortfahren", "task_errors", "Bitte korrigieren Sie alle \xfcberlappenden Zeiten", "start", "Starten", "stop", "Anhalten", "started_task", "Aufgabe erfolgreich gestartet", "stopped_task", "Aufgabe erfolgreich angehalten", "resumed_task", "Aufgabe fortgesetzt", "now", "Jetzt", _s16_186, "Aufgaben f\xfcr den automatischen Start", "timer", "Zeitmesser", "manual", "Manuell", "budgeted", "Budgetiert", "start_time", "Startzeit", "end_time", "Endzeit", "date", "Datum", "times", "Zeiten", "duration", "Dauer", "new_task", "Neue Aufgabe", "created_task", "Aufgabe erfolgreich erstellt", "updated_task", "Aufgabe erfolgreich aktualisiert", "archived_task", "Aufgabe erfolgreich archiviert", "deleted_task", "Aufgabe erfolgreich gel\xf6scht", "restored_task", "Aufgabe erfolgreich wiederhergestellt", "archived_tasks", ":count Aufgaben wurden erfolgreich archiviert", "deleted_tasks", ":count Aufgaben wurden erfolgreich gel\xf6scht", "restored_tasks", ":value Aufgaben erfolgreich wiederhergestellt", _s19_59, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_188, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_189, "Projekt erfolgreich wiederhergestellt", _s17_117, "Erfolgreich :count Projekte archiviert", _s16_190, "Erfolgreich :count Projekte gel\xf6scht", _s17_118, ":value Projekte erfolgreich wiederhergestellt", "new_project", "neues Projekt", _s27_47, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_94, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_15, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_61, "Bitte authentifizieren Sie sich", _s24_49, "Biometrische Authentifizierung", "footer", "Footer-Code", "compare", "Vergleiche", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Anmeldung mit Google", "today", "Heute", "custom_range", "Benutzerdefinierter Bereich", "date_range", "Datumsbereich", "current", "Aktuell", "previous", "Vorherige", "current_period", "Aktuelle Periode", _s17_119, "Vergleichsperiode", "previous_period", "Vorherige Periode", "previous_year", "Vorjahr", "compare_to", "Vergleiche mit", "last7_days", "Letzte 7 Tage", "last_week", "Letzte Woche", "last30_days", "Letzte 30 Tage", "this_month", "Dieser Monat", "last_month", "Letzter Monat", "this_year", "Dieses Jahr", "last_year", "Letztes Jahr", "custom", "Benutzerdefiniert", _s16_191, "Klone in Rechnung", "clone_to_quote", "Klone in Angebot", "clone_to_credit", "Duplizieren in Gutschrift", "view_invoice", "Rechnung anschauen", "convert", "Konvertiere", "more", "Mehr", "edit_client", "Kunde bearbeiten", "edit_product", "Produkt bearbeiten", "edit_invoice", "Rechnung bearbeiten", "edit_quote", "Angebot bearbeiten", "edit_payment", "Zahlung bearbeiten", "edit_task", "Aufgabe bearbeiten", "edit_expense", "Ausgabe Bearbeiten", "edit_vendor", "Lieferant Bearbeiten", "edit_project", "Projekt bearbeiten", _s20_72, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_193, "Lieferadresse", "total_revenue", "Gesamteinnahmen", "average_invoice", "Durchschnittlicher Rechnungsbetrag", "outstanding", "Ausstehend", "invoices_sent", ":count Rechnungen versendet", "active_clients", "aktive Kunden", "close", "Schlie\xdfen", "email", "E-Mail", "password", "Passwort", "url", "URL", "secret", "Passwort", "name", "Name", "logout", "Abmelden", "login", "Login", "filter", "Filter", "sort", "Sortierung", "search", "Suche", "active", "Aktiv", "archived", "Archiviert", "deleted", "Gel\xf6scht", "dashboard", "Dashboard", "archive", "Archivieren", "delete", "L\xf6schen", "restore", "Wiederherstellen", _s16_195, "Aktualisieren beendet", _s23_41, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_34, "Bitte geben Sie Ihr Passwort ein", _s21_83, "Bitte geben Sie Ihre URL ein", _s26_36, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_121, "Ein Fehler ist aufgetreten", "paid_to_date", "Bereits gezahlt", "balance_due", "Offener Betrag", "balance", "Saldo", "overview", "\xdcbersicht", "details", "Details", "phone", "Telefon", "website", "Webseite", "vat_number", "USt-IdNr.", "id_number", "Registernummer", "create", "Erstellen", _s19_63, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_197, "Konnte nicht gestartet werden", "contacts", "Kontakte", "additional", "Zus\xe4tzlich", "first_name", "Vorname", "last_name", "Nachname", "add_contact", "Kontakt hinzuf\xfcgen", "are_you_sure", "Sind Sie sicher?", "cancel", "Abbrechen", "ok", "Ok", "remove", "Entfernen", _s16_199, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_201, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_202, "Produkt erfolgreich wiederhergestellt", _s17_123, "Archivierung erfolgreich :Produktz\xe4hler", _s16_203, "Erfolgreich :count Produkte gel\xf6scht", _s17_124, ":value Produkte erfolgreich wiederhergestellt", "product_key", "Produkt", "notes", "Notizen", "cost", "Kosten", "client", "Kunde", "clients", "Kunden", "new_client", "Neuer Kunde", "created_client", "Kunde erfolgreich angelegt", "updated_client", "Kunde erfolgreich aktualisiert", "archived_client", "Kunde erfolgreich archiviert", _s16_204, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_205, ":value Kunden erfolgreich wiederhergestellt", "address1", "Stra\xdfe", "address2", "Adresszusatz", "city", "Stadt", "state", "Bundesland", "postal_code", "Postleitzahl", "country", "Land", "invoice", "Rechnung", "invoices", "Rechnungen", "new_invoice", "Neue Rechnung", "created_invoice", "Rechnung erfolgreich erstellt", "updated_invoice", "Rechnung erfolgreich aktualisiert", _s16_206, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_207, "Rechnung erfolgreich wiederhergestellt", _s17_125, ":count Rechnungen erfolgreich archiviert", _s16_208, ":count Rechnungen erfolgreich gel\xf6scht", _s17_126, ":value Rechnungen erfolgreich wiederhergestellt", "emailed_invoice", "Rechnung erfolgreich versendet", "emailed_payment", "Zahlungs-E-Mail erfolgreich gesendet", "amount", "Betrag", "invoice_number", "Rechnungsnummer", "invoice_date", "Rechnungsdatum", "discount", "Rabatt", "po_number", "Bestellnummer", "terms", "Bedingungen", "public_notes", "\xd6ffentliche Notizen", "private_notes", "Interne Notizen", "frequency", "H\xe4ufigkeit", "start_date", "Startdatum", "end_date", "Enddatum", "quote_number", "Angebotsnummer", "quote_date", "Angebotsdatum", "valid_until", "G\xfcltig bis", "items", "Element", "partial_deposit", "Teil-/Anzahlung", "description", "Beschreibung", "unit_cost", "Einzelpreis", "quantity", "Menge", "add_item", "Artikel hinzuf\xfcgen", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Gesamtbetrag", "pdf", "PDF", "due_date", _s16_282, _s16_209, "Teilzahlungsziel", "status", "Status", _s17_127, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_59, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_61, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_74, "Bitte w\xe4hlen Sie ein Datum", _s22_62, _s29_53, _s24_51, "Bitte w\xe4hlen Sie eine Rechnung aus", "task_rate", "Kosten f\xfcr T\xe4tigkeit", "settings", "Einstellungen", "language", "Sprache", "currency", "W\xe4hrung", "created_at", "Erstellt am", "created_on", "Erstellt am", "updated_at", "Aktualisiert", "tax", "Steuer", _s30_17, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_51, "Bitte geben Sie eine Angebots Nummer ein", "past_due", "\xdcberf\xe4llig", "draft", "Entwurf", "sent", "Versendet", "viewed", "Angesehen", "approved", "Best\xe4tigt", "partial", "Teil-/Anzahlung", "paid", "Bezahlt", "mark_sent", "Als versendet markieren", _s22_64, "Rechnung erfolgreich als versendet markiert", _s22_65, _s55_2, _s23_43, "Erfolgreich Rechnungen als versendet markiert", _s23_44, _s55_2, "done", "Erledigt", _s37_18, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_53, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_211, "Kein Eintr\xe4ge gefunden", "clone", "Duplizieren", "loading", "L\xe4dt", "industry", "Kategorie", "size", "Gr\xf6\xdfe", "payment_terms", "Zahlungsbedingungen", "payment_date", "Zahlungsdatum", "payment_status", "Zahlungsstatus", _s16_213, "Ausstehend", _s16_214, "entwertet", _s16_215, "Fehlgeschlagen", _s16_216, "Abgeschlossen", _s16_217, _s19_99, _s16_218, "Erstattet", _s17_128, "nicht angewendet", _s17_129, "Teilweise nicht angewendet", "net", "Netto", "client_portal", "Kunden-Portal", "show_tasks", "Aufgaben anzeigen", "email_reminders", "Mahnungs-E-Mail", "enabled", "Aktiviert", "recipients", "Empf\xe4nger", "initial_email", "Initiale E-Mail", "first_reminder", _s16_283, "second_reminder", _s17_166, "third_reminder", _s17_167, "reminder1", _s16_283, "reminder2", _s17_166, "reminder3", _s17_167, "template", "Vorlage", "send", "Senden", "subject", "Betreff", "body", "Inhalt", "send_email", "E-Mail senden", "email_receipt", "Zahlungsbest\xe4tigung an Kunden per E-Mail senden", "auto_billing", "Automatische Rechnungsstellung", "button", "Knopf", "preview", "Vorschau", "customize", "Anpassen", "history", "Verlauf", "payment", "Zahlung", "payments", "Zahlungen", "refunded", "Erstattet", "payment_type", "Zahlungsart", _s21_85, "Abwicklungsreferenz", "enter_payment", _s16_284, "new_payment", _s16_284, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_219, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_220, "Zahlung erfolgreich wiederhergestellt", _s17_130, ":count Zahlungen erfolgreich archiviert", _s16_221, ":count Zahlungen erfolgreich gel\xf6scht", _s17_131, ":value Zahlungen erfolgreich wiederhergestellt", "quote", "Angebot", "quotes", "Angebote", "new_quote", "Neues Angebot", "created_quote", "Angebot erfolgreich erstellt", "updated_quote", "Angebot erfolgreich aktualisiert", "archived_quote", "Angebot erfolgreich archiviert", "deleted_quote", "Angebot erfolgreich gel\xf6scht", "restored_quote", "Angebot erfolgreich wiederhergestellt", "archived_quotes", ":count Angebote erfolgreich archiviert", "deleted_quotes", ":count Angebote erfolgreich gel\xf6scht", "restored_quotes", ":value Angebote erfolgreich wiederhergestellt", "expense", "Ausgabe", "expenses", "Ausgaben", "vendor", "Lieferant", "vendors", "Lieferanten", "task", "Aufgabe", "tasks", "Zeiterfassung", "project", "Projekt", "projects", "Projekte", "activity_1", ":user erstellte Kunde :client", "activity_2", ":user archivierte Kunde :client", "activity_3", ":user l\xf6schte Kunde :client", "activity_4", ":user erstellte Rechnung :invoice", "activity_5", ":user aktualisierte Rechnung :invoice", "activity_6", ":user mailte Rechnung :invoice f\xfcr :client an :contact", "activity_7", ":contact schaute Rechnung :invoice f\xfcr :client an", "activity_8", ":user archivierte Rechnung :invoice", "activity_9", ":user l\xf6schte Rechnung :invoice", "activity_10", ":contact gab Zahlungsinformation :payment \xfcber :payment_amount f\xfcr Rechnung :invoice f\xfcr Kunde :client", "activity_11", ":user aktualisierte Zahlung :payment", "activity_12", ":user archivierte Zahlung :payment", "activity_13", ":user l\xf6schte Zahlung :payment", "activity_14", ":user gab :credit Guthaben ein", "activity_15", ":user aktualisierte :credit Guthaben", "activity_16", ":user archivierte :credit Guthaben", "activity_17", ":user l\xf6schte :credit Guthaben", "activity_18", ":user erstellte Angebot :quote", "activity_19", ":user aktualisierte Angebot :quote", "activity_20", ":user mailte Angebot :quote f\xfcr :client an :contact", "activity_21", _s34_33, "activity_22", ":user archivierte Angebot :quote", "activity_23", ":user l\xf6schte Angebot :quote", "activity_24", ":user stellte Angebot :quote wieder her", "activity_25", ":user stellte Rechnung :invoice wieder her", "activity_26", ":user stellte Kunde :client wieder her", "activity_27", ":user stellte Zahlung :payment wieder her", "activity_28", ":user stellte Guthaben :credit wieder her", "activity_29", ":contact akzeptierte Angebot :quote f\xfcr :client", "activity_30", ":user hat Lieferant :vendor erstellt", "activity_31", ":user hat Lieferant :vendor archiviert", "activity_32", ":user hat Lieferant :vendor gel\xf6scht", "activity_33", ":user hat Lieferant :vendor wiederhergestellt", "activity_34", ":user erstellte Ausgabe :expense", "activity_35", ":user hat Ausgabe :expense archiviert", "activity_36", ":user hat Ausgabe :expense gel\xf6scht", "activity_37", ":user hat Ausgabe :expense wiederhergestellt", "activity_39", ":user brach eine Zahlung \xfcber :payment_amount ab :payment", "activity_40", ":user hat :adjustment von :payment_amount der Zahlung :payment zur\xfcck erstattet", "activity_41", ":payment_amount Zahlung (:payment) schlug fehl", "activity_42", ":user hat Aufgabe :task erstellt", "activity_43", ":user hat Aufgabe :task bearbeitet", "activity_44", ":user hat Aufgabe :task archiviert", "activity_45", ":user hat Aufgabe :task gel\xf6scht", "activity_46", ":user hat Aufgabe :task wiederhergestellt", "activity_47", ":user hat Ausgabe :expense bearbeitet", "activity_48", ":user erstellte Benutzer :user", "activity_49", ":user aktualisierte Benutzer :user", "activity_50", ":user archivierte Benutzer :user", "activity_51", ":user l\xf6schte Benutzer :user", "activity_52", ":user hat Benutzer :user wiederhergestellt", "activity_53", ":user markierte Rechnung :invoice als versendet", "activity_54", ":user hat Ticket :ticket wieder ge\xf6ffnet", "activity_55", ":contact hat auf Ticket :ticket geantwortet", "activity_56", ":user hat Ticket :ticket angesehen", "activity_57", "Das System konnte die Rechnung :invoice nicht per E-Mail versenden", "activity_58", ":user buchte Rechnung :invoice zur\xfcck", "activity_59", ":user brach Rechnung :invoice ab", "activity_60", _s34_33, "activity_61", ":user hat Kunde :client aktualisiert", "activity_62", ":user hat Lieferant :vendor aktualisiert", "activity_63", ":user mailte erste Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_64", ":user mailte zweite Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_65", ":user mailte dritte Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_66", ":user mailte endlose Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_80", ":user hat Abonnement :subscription erstellt", "activity_81", ":user hat Abonnement :subscription ge\xe4ndert", "activity_82", ":user hat Abonnement :subscription archiviert", "activity_83", ":user hat Abonnement :subscription gel\xf6scht", "activity_84", ":user hat Abonnement :subscription wiederhergestellt", _s17_132, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", _s41_12, _s20_76, "Angebot erfolgreich als versendet markiert", _s21_87, "Guthaben erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_66, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", _s24_78, "custom_value2", _s24_78, "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_95, "Benutzer definierter E-Mail-Stil", _s24_56, "Benutzerdefinierte Dashboard-Nachricht", _s29_37, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_58, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_18, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_64, "Aufgabennummernschema", _s19_66, "Aufgabennummernz\xe4hler", _s22_68, "Ausgabennummernschema", _s22_70, "Ausgabennummernz\xe4hler", _s21_88, "Lieferantennummernschema", _s21_90, "Lieferantennummernz\xe4hler", _s21_92, "Ticketnummernschema", _s21_94, "Ticketnummernz\xe4hler", _s22_72, "Zahlungsnummernschema", _s22_74, "Zahlungsnummernz\xe4hler", _s22_76, "Rechnungsnummernschema", _s22_78, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_77, "Kostenvoranschlags-Nummernschema", _s20_79, "Z\xe4hler f\xfcr Angebotsnummer", _s21_96, "Gutschriftnummernschema", _s21_98, _s23_68, _s21_100, _s23_68, _s21_101, _s23_68, _s18_97, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_57, "Gemeinsamen Nummernz\xe4hler f\xfcr Rechnungen und Angebote verwenden", _s18_99, "Standard-Steuername 1", _s18_101, "Standard-Steuersatz 1", _s18_103, "Standard-Steuername 2", _s18_105, "Standard-Steuersatz 2", _s18_107, "Standard-Steuername 3", _s18_109, "Standard-Steuersatz 3", _s21_102, "E-Mail Rechnung Betreff", _s19_68, "E-Mail Angebot Betreff", _s21_104, "E-Mail Zahlung Betreff", _s29_39, "E-Mail Teilzahlung Betreff", "show_table", "Zeige Tabelle", "show_list", "Zeige Liste", "client_city", "Kunden-Stadt", "client_state", "Kunden-Bundesland/Kanton", "client_country", "Kunden-Land", _s16_222, "Kunde ist aktiv", "client_balance", "Kunden Betrag", "client_address1", "Stra\xdfe des Kunden", "client_address2", "Adresszusatz", "vendor_address1", "Stra\xdfe Lieferant", "vendor_address2", "Lieferant Apt/Suite", _s24_58, "Strasse Kundenlieferanschrift", _s24_59, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_226, _s16_282, "tax_rate1", "Steuersatz 1", "tax_rate2", "Steuersatz 2", "tax_rate3", "Steuersatz 3", "auto_bill", "Automatische Verrechnung", "archived_at", "Archiviert um", "has_expenses", "Hat Ausgaben", "custom_taxes1", "Benutzerdefinierte Steuern 1", "custom_taxes2", "Benutzerdefinierte Steuern 2", "custom_taxes3", "Benutzerdefinierte Steuern 3", "custom_taxes4", "Benutzerdefinierte Steuern 4", _s17_134, _s30_36, _s17_135, _s30_37, _s17_136, _s30_38, _s17_137, _s30_39, "is_deleted", "ist gel\xf6scht", "vendor_city", "Lieferanten-Stadt", "vendor_state", "Lieferanten-Bundesland/Kanton", "vendor_country", "Lieferanten-Land", "is_approved", "Wurde angenommen", "tax_name", "Steuersatz Name", "tax_amount", "Steuerwert", "tax_paid", "Steuern bezahlt", "payment_amount", "Zahlungsbetrag", "age", "Alter", "is_running", "L\xe4uft derzeit", "time_log", "Zeiten", "bank_id", "Bank", _s19_70, "Ausgabenkategorie ID", _s16_227, "Ausgabenkategorie", _s19_72, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions ID", _s18_111, "Status Farbschema", _s16_228, "lade Farbschema"], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u03a3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b7", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "default", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u0398\u03ad\u03c3\u03b7", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :Invoice", _s17_11, _s17_12, "week", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "range", "\u0395\u03cd\u03c1\u03bf\u03c2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u03a4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c0\u03bf\u03c3\u03bf\u03cd :amount \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 # :expense", "view_statement", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0394\u03ae\u03bb\u03c9\u03c3\u03b7\u03c2", "sepa", "\u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "\u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "\u0391\u03c0\u03cc \u038c\u03bd\u03bf\u03bc\u03b1", _s16_23, _s16_232, _s17_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s18_17, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s21_22, "\u039d\u03ad\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s22_27, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_2, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_3, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s26_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_4, _s25_72, _s25_5, _s38_2, _s26_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae", "enterprise", "Enterprise", "last_updated", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_23, "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "order", "Order", "unassigned", "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c4\u03b5\u03b8\u03b5\u03af", "partial_value", "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b7\u03b4\u03b5\u03bd\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1 \u03ae \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03b7 \u03b4\u03b9\u03ba\u03ae \u03c3\u03b1\u03c2 \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", _s16_41, _s16_42, _s17_29, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_27, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_28, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s21_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7\u03c2", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u03a3\u03ba\u03b1\u03bd\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03bf barcode \u03bc\u03b5 \u03bc\u03af\u03b1 :link \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae.", _s18_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u0394\u03cd\u03bf \u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b4\u03cd\u03bf \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "last_quarter", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "to_update_run", "\u0393\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5", _s18_37, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_54, "URL \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoice_project", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 Project", "invoice_task", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "invoice_expense", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_29, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_32, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_56, "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "save_and_email", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", _s16_58, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_60, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_38, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_40, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "document_upload", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s20_33, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03c5\u03bd \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "expense_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "enter_taxes", "\u0395\u03b9\u03c3\u03b1\u03b3\u03b5\u03c4\u03b5 \u03a6\u03cc\u03c1\u03bf\u03c5\u03c2", "by_rate", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "by_amount", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03cc", "enter_amount", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03bf\u03c3\u03cc", "before_taxes", "\u03a0\u03c1\u03bf \u03a6\u03cc\u03c1\u03c9\u03bd", "after_taxes", "\u039c\u03b5\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "color", "\u03a7\u03c1\u03ce\u03bc\u03b1", "show", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5", "hide", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "empty_columns", "\u039a\u03b5\u03bd\u03ad\u03c2 \u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", _s21_41, "\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03b1\u03c0\u03bf\u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af", _s26_11, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u03c0\u03c1\u03bf\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c3\u03b5 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03b4\u03b9\u03b1\u03c1\u03c1\u03bf\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03ce\u03bd. \u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1.", "running_tasks", "\u0395\u03ba\u03c4\u03b5\u03bb\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_tasks", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_expenses", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_42, "\u0395\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "update_app", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "started_import", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", _s24_23, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", _s20_34, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s18_39, "\u0395\u03af\u03bd\u03b1\u03b9 \u03a0\u03bf\u03c3\u03cc \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2", "column", "\u039a\u03bf\u03bb\u03cc\u03bd\u03b1", "sample", "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1", "map_to", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03a3\u03b5", "import", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae", _s25_15, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b7\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "select_file", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf", _s16_62, "\u0394\u03b5\u03bd \u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 \u0391\u03c1\u03c7\u03b5\u03af\u03bf", "csv_file", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0391\u03b4\u03b5\u03b9\u03ce\u03bd \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "webhook_url", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook", _s17_44, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2 \u039f\u03b8\u03cc\u03bd\u03b7\u03c2", "sidebar_editor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ac\u03b3\u03b9\u03b1\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", _s22_34, '\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bb\u03b7\u03ba\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 ":value" \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7', "purge", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7", "service", "\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1", "clone_to", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b5", "clone_to_other", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0386\u03bb\u03bb\u03bf", "labels", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "add_custom", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "payment_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "unpaid", "\u039c\u03b7 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b7", "white_label", "\u039b\u03b5\u03c5\u03ba\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "delivery_note", "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03a0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2", _s24_26, "\u03a4\u03b1 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", _s24_28, "\u03a4\u03b1 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", "source_code", "\u03a0\u03b7\u03b3\u03b1\u03af\u03bf\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "app_platforms", "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "invoice_late", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "partial_due", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "invoice_total", _s17_168, "quote_total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", _s23_17, _s17_168, "actions", "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2", "expense_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "task_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "project_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 Project", "project_name", "\u038c\u03bd\u03bf\u03bc\u03b1 Project", "warning", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "view_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2", _s24_30, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03ae \u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b1\u03ba\u03cc\u03bc\u03b1", "late_invoice", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "expired_quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b5", "remind_invoice", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "cvv", "CVV", "client_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "required_fields", "\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "calculated_rate", "\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2", _s17_46, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "clear_cache", "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ae\u03c2 \u039c\u03bd\u03ae\u03bc\u03b7\u03c2", "sort_order", "\u03a3\u03b5\u03b9\u03c1\u03ac \u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2", "task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "task_statuses", "\u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "new_task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u039d\u03ad\u03b1\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_64, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_33, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_37, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_35, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s21_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s18_41, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_39, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_66, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_44, "\u03a0\u03ac\u03bd\u03c4\u03b1 \u03bd\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c4\u03bc\u03ae\u03bc\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s20_40, "\u03a7\u03c1\u03bf\u03bd\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s25_16, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b9\u03ce\u03bd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c3\u03c4\u03b9\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, "\u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s18_42, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd", "task_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_44, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_44, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_46, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_46, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s25_19, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_33, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2", _s24_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_20, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s27_23, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s26_12, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s27_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s23_18, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_22, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_48, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "show_option", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s22_37, "\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "view_changes", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "force_update", "\u0395\u03be\u03b1\u03bd\u03b1\u03b3\u03ba\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", _s17_48, "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b1\u03bb\u03bb\u03ac \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae.", "mark_paid_help", "\u0395\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s18_46, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_19, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s29_8, "\u039a\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b9\u03bc\u03b1", _s21_50, "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1\u03c2 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_68, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_47, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf", "crypto", "\u039a\u03c1\u03cd\u03c0\u03c4\u03bf", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple/Google \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "user_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "variables", "\u039c\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2", "show_password", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "hide_password", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "copy_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03b3\u03ae\u03c2", "capture_card", "\u039a\u03ac\u03c1\u03c4\u03b1 \u03a3\u03cd\u03bb\u03bb\u03b7\u03c8\u03b7\u03c2", _s17_49, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", "total_taxes", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03bf\u03af \u03a6\u03cc\u03c1\u03bf\u03b9", "line_taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "total_fields", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u03a0\u03b5\u03b4\u03af\u03b1", _s25_23, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "gateway_refund", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s19_34, "\u0395\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03bd\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "due_date_days", _s22_115, "paused", "\u03a3\u03b5 \u03c0\u03b1\u03cd\u03c3\u03b7", "mark_active", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc", "day_count", "\u0397\u03bc\u03ad\u03c1\u03b1 :count", _s22_38, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_51, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_51, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "endless", "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2", "next_send_date", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_70, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_53, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_49, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s21_53, "\u039d\u03ad\u03bf \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s22_40, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s25_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_27, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_13, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_28, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_14, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s26_15, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s27_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s24_35, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_30, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "send_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "auto_bill_on", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2", _s28_8, "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03a0\u03bf\u03c3\u03cc \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "profit", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2", "line_item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s18_51, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_20, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03b5\u03cc\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03ad\u03c7\u03b5\u03c3\u03c4\u03b5 \u03c6\u03b9\u03bb\u03bf\u03b4\u03bf\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1", _s19_35, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_36, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4' \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd \u03c0\u03bf\u03c3\u03bf\u03cd", "test_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03a4\u03b5\u03c3\u03c4", "opened", "\u0391\u03bd\u03bf\u03af\u03c7\u03b8\u03b7\u03ba\u03b5", _s30_4, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", "gateway_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_send", "Email \u03b1\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s17_55, "\u039f\u03c5\u03c1\u03ac \u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 Email", "failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1", "quota_exceeded", "\u03a5\u03c0\u03ad\u03c1\u03b2\u03b1\u03c3\u03b7 \u039f\u03c1\u03af\u03bf\u03c5", _s16_72, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a1\u03bf\u03ae\u03c2", "system_logs", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "view_portal", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae portal", "copy_link", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5", "token_billing", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1\u03c2", _s24_37, "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Invoice Ninja", "always", "\u03a0\u03ac\u03bd\u03c4\u03b1", "optin", "\u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "optout", "\u039c\u03b7 \u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "label", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "client_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_convert", _s18_152, "company_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "reminder1_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 1 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder2_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 2 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder3_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 3 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s18_53, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "pdf_page_info", "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 :current \u03b1\u03c0\u03cc :total", _s16_74, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "emailed_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u0384\u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b5 email", "gateway", "\u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "view_in_stripe", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c3\u03c4\u03bf Stripe", "rows_per_page", "\u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b1\u03bd\u03ac \u03a3\u03b5\u03bb\u03af\u03b4\u03b1", "hours", "\u038f\u03c1\u03b5\u03c2", "statement", "\u0394\u03ae\u03bb\u03c9\u03c3\u03b7", "taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9", "surcharge", "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7", "apply_payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "apply_credit", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "apply", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "unapplied", "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", "select_label", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2", "custom_labels", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "record_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "record_name", "\u038c\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "file_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "height", "\u038e\u03c8\u03bf\u03c2", "width", "\u03a0\u03bb\u03ac\u03c4\u03bf\u03c2", "to", "\u03a0\u03c1\u03bf\u03c2", "health_check", "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2", "payment_type_id", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "last_login_at", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03b9\u03c2", "company_key", "\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "storefront", "\u0392\u03b9\u03c4\u03c1\u03af\u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "storefront_help", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c4\u03c1\u03af\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "client_created", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5", _s20_49, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_51, "Email \u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "completed", "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "gross", "\u039c\u03b5\u03b9\u03ba\u03c4\u03cc", "net_amount", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a0\u03bf\u03c3\u03cc", "net_balance", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "client_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s17_57, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_59, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "selected_quotes", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "selected_tasks", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s17_61, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_63, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_65, "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "recent_payments", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "upcoming_quotes", "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03b5\u03af\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "expired_quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b1\u03bd", "create_client", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "create_invoice", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "create_quote", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "create_payment", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "create_vendor", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "update_quote", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "delete_quote", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "update_invoice", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "delete_invoice", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "update_client", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_client", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_payment", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "update_vendor", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "delete_vendor", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "create_expense", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "update_expense", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "delete_expense", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "create_task", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "update_task", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "delete_task", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "approve_quote", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "off", "\u039a\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc", "when_paid", "\u039f\u03c4\u03b1\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af", "expires_on", "\u039b\u03ae\u03b3\u03b5\u03b9 \u03c4\u03b7\u03bd", "free", "\u0394\u03c9\u03c1\u03b5\u03ac\u03bd", "plan", "\u03a0\u03bb\u03ac\u03bd\u03bf", "show_sidebar", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "hide_sidebar", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "event_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03bf\u03c2", "target_url", "\u03a3\u03c4\u03cc\u03c7\u03bf\u03c2", "copy", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "must_be_online", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03cc\u03bb\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf internet", _s17_67, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 crons", "api_webhooks", "API Webhooks", "search_webhooks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count Webhooks", "search_webhook", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "\u039d\u03ad\u03bf Webhook", "edit_webhook", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Webhook", "created_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 webhook", "updated_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 webhook", _s16_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 webhook", "deleted_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae webhook", "removed_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 webhook", _s16_77, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_68, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_79, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_69, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value webhooks", "api_tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac API", "api_docs", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1 API", "search_tokens", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "search_token", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "token", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac", "new_token", "\u039d\u03ad\u03bf \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "edit_token", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "created_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "updated_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "deleted_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "removed_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "restored_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "deleted_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "restored_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", _s19_37, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_39, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03c3\u03c4\u03bf portal", _s21_55, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae & \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "email_invoice", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 email", "email_quote", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "email_credit", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", "email_payment", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", _s20_54, "\u039f \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bc\u03af\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email", "ledger", "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc", "view_pdf", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae PDF", "all_records", "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "owned_by_user", "\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", _s16_80, "\u03a5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "contact_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "use_default", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s16_82, _s18_153, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_22, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_term", "\u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_83, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_71, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_55, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_56, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b9\u03ba\u03b1\u03b9\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_56, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_46, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 email", "change", "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae", _s23_24, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", _s24_40, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 Desktop \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", "send_from_gmail", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03bc\u03ad\u03c3\u03c9 Gmail", "reversed", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", "cancelled", "\u0391\u03ba\u03c5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7", "credit_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "quote_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "hosted", "\u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "selfhosted", "\u0399\u03b4\u03af\u03b1\u03c2 \u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2", "exclusive", "\u0394\u03b5\u03bd \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "inclusive", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "hide_menu", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", "show_menu", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", _s18_55, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_85, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "search_designs", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "search_invoices", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "search_clients", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "search_products", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "search_quotes", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "search_credits", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "search_vendors", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "search_users", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_86, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_tasks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "search_settings", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "search_projects", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 Projects", "search_expenses", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "search_payments", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "search_groups", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "search_company", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ce\u03bd", "search_document", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", "search_design", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "search_invoice", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "search_client", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "search_product", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "search_quote", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "search_credit", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "search_vendor", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "search_user", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "search_tax_rate", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_task", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "search_project", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Project", "search_expense", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "search_payment", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "search_group", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "refund_payment", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_75, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_92, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "reverse", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae", "full_name", "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u038c\u03bd\u03bf\u03bc\u03b1", _s17_77, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_79, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_285, "custom2", _s18_154, "custom3", _s16_286, "custom4", "\u03a4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "optional", "\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc", "license", "\u0386\u03b4\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "purge_data", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", _s16_93, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s18_58, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03cc\u03bb\u03b1 \u03c3\u03b1\u03c2 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "invoice_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "age_group_0", "0 - 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_30", "30 - 60 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_60", "60 - 90 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_90", "90 - 120 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_120", "120+ \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "refresh", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7", "saved_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "client_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "company_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "invoice_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "product_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "task_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "add_field", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", "all_events", "\u038c\u03bb\u03b1 \u03c4\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", "permissions", "\u0394\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1", "none", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1", "owned", "\u039a\u03b1\u03c4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9", "payment_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "invoice_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "quote_sent", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "credit_sent", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "invoice_viewed", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_viewed", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "credit_viewed", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_approved", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03ad\u03b3\u03b9\u03bd\u03b5 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", _s25_32, "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd", _s16_94, "\u03a0\u03c1\u03bf\u03bc\u03ae\u03b8\u03b5\u03b9\u03b1 \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "apply_license", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "cancel_account", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s22_47, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "delete_company", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s22_48, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7.", "enabled_modules", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2", "converted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "includes", "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1", "header", "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", "load_design", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "css_framework", "CSS Framework", "custom_designs", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "designs", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "new_design", "\u039d\u03ad\u03bf \u03c3\u03c7\u03bb\u03b5\u03b4\u03b9\u03bf", "edit_design", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "created_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "updated_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "archived_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "deleted_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "removed_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "restored_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s16_96, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "deleted_designs", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", _s16_97, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "proposals", "\u03a0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2", "tickets", "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", _s16_98, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "recurring_tasks", "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s18_59, "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "credit_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "credits", "\u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "new_credit", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "edit_credit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "created_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "updated_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "archived_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "deleted_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "removed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03af\u03b1\u03c1\u03b5\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "restored_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s16_100, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "deleted_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", _s16_101, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "current_version", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "latest_version", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0388\u03ba\u03b4\u03bf\u03c3\u03b7", "update_now", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03ce\u03c1\u03b1", _s26_21, "\u03a5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03bd\u03b5\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 web", _s16_102, "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "app_updated", "\u0397 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03bf\u03ba\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", "learn_more", "\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "integrations", "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "tracking_id", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2", _s17_81, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook \u03b3\u03b9\u03b1 \u03c4\u03bf Slack", "credit_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "new_company", "\u039d\u03ad\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "added_company", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "company1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 1", "company2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 2", "company3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 3", "company4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 4", "product1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 1", "product2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 2", "product3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 3", "product4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 4", "client1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 1", "client2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 2", "client3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 3", "client4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 4", "contact1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 1", "contact2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 2", "contact3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 3", "contact4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 4", "task1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 1", "task2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 2", "task3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 3", "task4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 4", "project1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 1", "project2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 2", "project3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 3", "project4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 4", "expense1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 1", "expense2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 2", "expense3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 3", "expense4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 4", "vendor1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 1", "vendor2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 2", "vendor3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 3", "vendor4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 4", "invoice1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 1", "invoice2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 2", "invoice3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 3", "invoice4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 4", "payment1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 1", "payment2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 2", "payment3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 3", "payment4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 4", "surcharge1", _s26_60, "surcharge2", _s26_61, "surcharge3", _s26_62, "surcharge4", _s26_63, "group1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 1", "group2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 2", "group3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 3", "group4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 4", "reset", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "export", "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "chart", "\u0394\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1", "count", "\u039c\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7", "totals", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03b1", "blank", "\u039a\u03b5\u03bd\u03cc", "day", "\u0397\u03bc\u03ad\u03c1\u03b1", "month", "\u039c\u03ae\u03bd\u03b1\u03c2", "year", "\u0388\u03c4\u03bf\u03c2", "subgroup", "\u03a5\u03c0\u03bf\u03bf\u03bc\u03ac\u03b4\u03b1", "is_active", "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc", "group_by", "\u039f\u03bc\u03b1\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b5", "credit_balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s18_65, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_83, "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "contact_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", _s21_59, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 1", _s21_60, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 2", _s21_61, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 3", _s21_62, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 4", _s17_85, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_86, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_city", "\u03a0\u03cc\u03bb\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s20_59, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_132, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_134, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_135, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_city", "\u03a0\u03cc\u03bb\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s19_40, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_country", "\u03a7\u03ce\u03c1\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "client_id", "Id \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "assigned_to", "\u0391\u03bd\u03b1\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03c3\u03b5", "created_by", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc :name", "assigned_to_id", "\u039f\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03b5 Id", "created_by_id", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03bf Id", "add_column", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2", "edit_columns", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", "aging", "\u0393\u03ae\u03c1\u03b1\u03bd\u03c3\u03b7", "profit_and_loss", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2 \u03ba\u03b1\u03b9 \u0396\u03b7\u03bc\u03b9\u03ac", "reports", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2", "report", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "add_company", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "unpaid_invoice", "\u039c\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "paid_invoice", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_136, "\u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "help", "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1", "refund", _s18_155, "refund_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2 \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", "filtered_by", "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03bc\u03b5", "contact_email", "Email \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", "multiselect", "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "entity_state", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "verify_password", "\u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", "applied", "\u0395\u03b3\u03b9\u03bd\u03b5 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", _s21_63, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03c9\u03bd \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", _s30_8, "\u0395\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03ac \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1.", "message", "\u039c\u03ae\u03bd\u03c5\u03bc\u03b1", "from", "\u0391\u03c0\u03cc", _s20_61, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s25_34, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c4\u03b9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s20_63, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_68, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c4\u03ad\u03bb\u03bf\u03c5\u03c2", _s23_26, "\u03a4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c4\u03ad\u03bb\u03bf\u03c2", _s18_70, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "support_forum", "\u03c6\u03cc\u03c1\u03bf\u03c5\u03bc \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", "about", "\u03a0\u03b5\u03c1\u03af", "documentation", "\u03a4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7", "contact_us", "\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2", "subtotal", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "line_total", "\u0391\u03be\u03af\u03b1", "item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "credit_email", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03cc \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", "iframe_url", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "domain_url", "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 URL", _s21_64, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc\u03c2", _s20_64, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc", _s19_42, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_27, "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", _s20_65, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c4\u03b9\u03bc\u03ae", "deleted_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bb\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf\u03c5", "yes", "\u039d\u03b1\u03b9", "no", "\u038c\u03c7\u03b9", "generate_number", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", "when_saved", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af", "when_sent", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af", "select_company", "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "float", "Float", "collapse", "\u03a3\u03c5\u03c1\u03c1\u03af\u03ba\u03bd\u03c9\u03c3\u03b7", "show_or_hide", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7/\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "menu_sidebar", "\u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03cc \u039c\u03b5\u03bd\u03bf\u03cd", "history_sidebar", "\u039c\u03b5\u03bd\u03bf\u03cd \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03bf\u03cd \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03bf\u03cd", "tablet", "\u03a4\u03ac\u03bc\u03c0\u03bb\u03b5\u03c4", "mobile", "\u039a\u03b9\u03bd\u03b7\u03c4\u03cc", "desktop", "\u03a3\u03c4\u03b1\u03b8\u03b5\u03c1\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2", "layout", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7", "view", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", "module", "\u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "first_custom", _s16_285, "second_custom", _s18_154, "third_custom", _s16_286, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_88, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", "show_cost_help", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03c1\u03b4\u03bf\u03c5\u03c2", _s21_65, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_23, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_67, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_24, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_69, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_25, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ad\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s16_138, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_71, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", "one_tax_rate", "\u0388\u03bd\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "two_tax_rates", "\u0394\u03cd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "three_tax_rates", "\u03a4\u03c1\u03af\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", _s16_140, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "user", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "invoice_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "line_item_tax", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "inclusive_taxes", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s17_90, "\u03a6\u03cc\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "item_tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s18_72, _s24_79, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_73, "\u03a0\u03b1\u03c1\u03b1\u03bc\u03b5\u03c4\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a0\u03c5\u03bb\u03ce\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", "tax_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a6\u03cc\u03c1\u03c9\u03bd", _s18_75, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "accent_color", "\u03a7\u03c1\u03ce\u03bc\u03b1 \u03a4\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd", "switch", "\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", _s19_44, "\u039b\u03af\u03c3\u03c4\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bc\u03b5 \u03ba\u03cc\u03bc\u03bc\u03b1\u03c4\u03b1", "options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", _s16_142, "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03bc\u03bf\u03bd\u03ae\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "multi_line_text", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ce\u03bd", "dropdown", "\u03a0\u03c4\u03c5\u03c3\u03ce\u03bc\u03b5\u03bd\u03bf", "field_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", _s27_37, "\u0388\u03bd\u03b1 email \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", "submit", "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae", _s16_144, "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", "late_fees", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a4\u03ad\u03bb\u03b7", "credit_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "payment_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "late_fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", _s16_145, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", "schedule", "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03b9\u03c3\u03b5", "before_due_date", "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "after_due_date", "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s18_77, "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "days", "\u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "invoice_email", "Email \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "payment_email", "Email \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "partial_payment", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payment_partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s21_72, "Email \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "quote_email", "Email \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", _s16_147, _s18_153, _s16_149, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "administrator", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", _s18_78, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03c3\u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2, \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "user_management", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "users", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "new_user", "\u039d\u03ad\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "edit_user", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "created_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "updated_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "deleted_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "removed_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "restored_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "deleted_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "removed_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "restored_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_151, "\u0393\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "invoice_options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_92, "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a0\u03bf\u03c3\u03bf\u03cd", _s22_55, '\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc" \u03bc\u03cc\u03bd\u03bf \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc \u03cc\u03c4\u03b1\u03bd \u03bb\u03b7\u03c6\u03b8\u03b5\u03af \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae.', _s23_29, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_21, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_153, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_154, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf\u03c5", "first_page", "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "all_pages", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "last_page", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "primary_font", "\u039a\u03cd\u03c1\u03b9\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "secondary_font", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "primary_color", "\u039a\u03cd\u03c1\u03b9\u03bf \u03a7\u03c1\u03ce\u03bc\u03b1", "secondary_color", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03bd \u03a7\u03c1\u03ce\u03bc\u03b1", "page_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "font_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd", "quote_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "invoice_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "product_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "invoice_terms", "\u038c\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "quote_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s18_79, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_30, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 email \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd.", _s18_80, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", _s23_31, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03b1\u03c0\u03bf\u03cd\u03bd.", _s18_81, _s18_152, _s23_32, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c3\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03bc\u03cc\u03bb\u03b9\u03c2 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7.", _s17_94, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a1\u03bf\u03ae\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "freq_daily", "\u0397\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03bf", "freq_weekly", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "freq_two_weeks", "\u0394\u03cd\u03bf \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_four_weeks", "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_monthly", "\u039c\u03ae\u03bd\u03b1\u03c2", "freq_two_months", "\u0394\u03cd\u03bf \u03bc\u03ae\u03bd\u03b5\u03c2", _s17_96, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_155, "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_six_months", "\u0388\u03be\u03b9 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_annually", "\u0388\u03c4\u03bf\u03c2", "freq_two_years", "\u0394\u03cd\u03bf \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1", _s16_156, "\u03a4\u03c1\u03af\u03b1 \u03a7\u03c1\u03cc\u03bd\u03b9\u03b1", "never", "\u03a0\u03bf\u03c4\u03ad", "company", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", _s17_97, "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03af", "charge_taxes", "\u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c6\u03cc\u03c1\u03c9\u03bd", "next_reset", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7", "reset_counter", "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae", _s16_157, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_padding", "\u03a0\u03b5\u03c1\u03b9\u03b8\u03ce\u03c1\u03b9\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "general", "\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2", "surcharge_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7\u03c2", "company_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "company_value", "\u0391\u03be\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03af\u03b1\u03c2", "credit_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "invoice_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_99, "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "client_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "product_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "payment_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "contact_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "vendor_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "expense_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "project_field", "\u03a0\u03b5\u03b4\u03af\u03bf Project", "task_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "group_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "number_counter", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "prefix", "\u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_pattern", "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "messages", "\u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1", "custom_css", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf CSS", _s17_101, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_159, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_74, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03c3\u03c4\u03bf PDF \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5/\u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2.", _s25_40, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_9, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s23_33, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_22, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s25_41, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_10, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5.", _s23_34, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_57, "\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s27_38, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b5\u03c0\u03b1\u03c6\u03ae. \u0391\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2, \u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae \u03b8\u03b1 \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03bf\u03cd\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd.", "authorization", "\u0395\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7", "subdomain", "\u03a5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1\u03c2", "domain", "Domain", "portal_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Portal", "email_signature", "\u039c\u03b5 \u03b5\u03ba\u03c4\u03af\u03bc\u03b7\u03c3\u03b7,", _s24_41, "\u039a\u03ac\u03bd\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf schema.org \u03c3\u03c4\u03b1 emails \u03c3\u03b1\u03c2.", "plain", "\u0391\u03c0\u03bb\u03cc", "light", "\u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc", "dark", "\u03a3\u03ba\u03bf\u03cd\u03c1\u03bf", "email_design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7 Email", "attach_pdf", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b5 PDF", _s16_160, "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "attach_ubl", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 UBL", "email_style", "\u03a3\u03c4\u03c5\u03bb Email", _s19_46, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b7\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2", "reply_to_email", "Email \u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2", "reply_to_name", "Reply-To Name", "bcc_email", "Email \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b7\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2", "processed", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03c3\u03b8\u03b7\u03ba\u03b5", "credit_card", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u039a\u03ac\u03c1\u03c4\u03b1", "bank_transfer", "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03cc \u0388\u03bc\u03b2\u03b1\u03c3\u03bc\u03b1", "priority", "\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", "fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_cap", "\u0391\u03bd\u03ce\u03c4\u03b1\u03c4\u03bf \u038c\u03c1\u03b9\u03bf \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "limits_and_fees", "\u038c\u03c1\u03b9\u03b1/\u03a4\u03ad\u03bb\u03b7", "enable_min", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03c5", "enable_max", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5", "min_limit", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf: :min", "max_limit", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf: :max", "min", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf", "max", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf", _s19_47, "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03b1 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ce\u03bd \u039a\u03b1\u03c1\u03c4\u03ce\u03bd", "credentials", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5", "update_address", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2", _s19_49, "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "tax_rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "new_tax_rate", "\u039d\u03ad\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "edit_tax_rate", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_162, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_163, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_104, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_164, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_105, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_82, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_106, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_83, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", "fill_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s18_84, "\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03b9 \u03b7 \u03b1\u03be\u03af\u03b1", "update_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s20_69, "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_165, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_75, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b9\u03bc\u03ce\u03bd \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03c3\u03c4\u03bf \u03bd\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "fees", "\u03a4\u03ad\u03bb\u03b7", "limits", "\u038c\u03c1\u03b9\u03b1", "provider", "Provider", "company_gateway", "\u03a0\u03cd\u03bb\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s16_167, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_50, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_70, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_35, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_42, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_37, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s25_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s24_44, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s25_44, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s16_169, "\u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "discard_changes", "\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7 \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "default_value", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03c4\u03b9\u03bc\u03ae", "disabled", "\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf", "currency_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", _s21_76, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_38, "\u03a0\u03c1\u03ce\u03c4\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2 \u03c4\u03bf\u03c5 \u0388\u03c4\u03bf\u03c5\u03c2", "sunday", "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", "monday", "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", "tuesday", "\u03a4\u03c1\u03af\u03c4\u03b7", "wednesday", "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", "thursday", "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", "friday", "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", "saturday", "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf", "january", "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "february", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "march", "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", "april", "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", "may", "\u039c\u03ac\u03b9\u03bf\u03c2", "june", "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", "july", "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", "august", "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", "september", "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "october", "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", "november", "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "december", "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "symbol", "\u03a3\u03cd\u03bc\u03b2\u03bf\u03bb\u03bf", "ocde", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", "date_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "datetime_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2/\u038f\u03c1\u03b1\u03c2", "military_time", _s19_101, _s18_85, _s19_101, "send_reminders", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "timezone", "\u0396\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2", _s19_51, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_107, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_53, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_86, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_88, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "group_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0393\u03c1\u03bf\u03c5\u03c0", "group", "\u039f\u03bc\u03ac\u03b4\u03b1", "groups", "\u0393\u03c1\u03bf\u03c5\u03c0", "new_group", "\u039d\u03ad\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "edit_group", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "created_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "updated_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "archived_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "deleted_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "restored_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "archived_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "deleted_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "restored_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "upload_logo", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u039b\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "uploaded_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03bb\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "logo", "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf", "saved_settings", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", _s16_171, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "device_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2", "defaults", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", "basic_settings", "\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s17_109, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03a0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2", "company_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "user_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "localization", "\u03a4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "online_payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 Online", "tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "notifications", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", "import_export", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae | \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "custom_fields", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "invoice_design", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "buy_now_buttons", "\u039a\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac \u0391\u03b3\u03bf\u03c1\u03ac \u03a4\u03ce\u03c1\u03b1", "email_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 Email", _s23_40, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_58, "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ad\u03c2 \u039a\u03ac\u03c1\u03c4\u03b5\u03c2 & \u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b5\u03c2", _s19_55, "\u0391\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "price", "\u03a4\u03b9\u03bc\u03ae", "email_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Email", "google_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Google", _s27_42, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac \u03c3\u03b1\u03c2!", "redeem", "\u0395\u03be\u03b1\u03c1\u03b3\u03cd\u03c1\u03c9\u03c3\u03b5", "back", "\u03a0\u03af\u03c3\u03c9", "past_purchases", "\u03a0\u03b1\u03c1\u03b5\u03bb\u03b8\u03cc\u03bd\u03c4\u03b5\u03c2 \u0391\u03b3\u03bf\u03c1\u03ad\u03c2", _s19_57, "\u0395\u03c4\u03b7\u0384\u03c3\u03b9\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae", "pro_plan", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "enterprise_plan", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "count_users", ":count \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "upgrade", "\u0391\u03bd\u03b1\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7", _s25_45, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03ba\u03c1\u03cc \u03cc\u03bd\u03bf\u03bc\u03b1", _s24_45, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", _s33_21, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc.", "i_agree_to_the", "\u03a3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ce \u03bc\u03b5 \u03c4\u03bf", _s16_173, "\u038c\u03c1\u03bf\u03b9 \u03c4\u03b7\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", "privacy_policy", "\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5", "sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae", "account_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03bf \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc", "view_website", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "create_account", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "email_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 Email", "create_new", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039d\u03ad\u03bf\u03c5", _s18_90, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_79, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03ce\u03c3\u03c4\u03b5 \u03ae \u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2.", "download", "\u039a\u03b1\u03c4\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1", _s27_43, "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03ad\u03bd\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03bd\u03bf", "take_picture", "\u039b\u03ae\u03c8\u03b7 \u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2", "upload_file", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "document", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "documents", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "new_document", "\u039d\u03ad\u03bf \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s17_111, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_175, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_112, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_176, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_113, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s18_92, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s17_114, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s18_93, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "no_history", "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "pending", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_177, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_178, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_179, "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf", "converted", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03ac\u03c0\u03b7\u03ba\u03b5", _s24_47, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "exchange_rate", "\u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_180, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03bd\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", "mark_paid", "\u038c\u03c1\u03b9\u03c3\u03b5 \u03c9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "category", "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1", "address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7", "new_vendor", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "created_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "updated_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "archived_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "deleted_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "restored_vendor", "\u039f \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 \u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", _s16_181, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "deleted_vendors", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", _s16_182, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "new_expense", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "created_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "updated_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_183, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "deleted_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_184, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s17_115, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s16_185, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_116, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "copy_shipping", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "copy_billing", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7", _s21_80, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03b1\u03bd\u03b5\u03cd\u03c1\u03b5\u03c3\u03b7\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoiced", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03b1", "logged", "\u0395\u03b9\u03c3\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf", "running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "resume", "\u03a3\u03c5\u03bd\u03ad\u03c7\u03b9\u03c3\u03b5", "task_errors", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03c4\u03b5 \u03c4\u03c5\u03c7\u03cc\u03bd \u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03c5\u03c0\u03c4\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2", "start", "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", "stop", "\u039b\u03ae\u03be\u03b7", "started_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "stopped_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "resumed_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "now", "\u03a4\u03ce\u03c1\u03b1", _s16_186, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "timer", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2", "manual", "\u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf", "budgeted", "\u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf", "start_time", "\u038f\u03c1\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_time", "\u038f\u03c1\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "times", "\u03a6\u03bf\u03c1\u03ad\u03c2", "duration", "\u0394\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1", "new_task", "\u039d\u03ad\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "created_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "updated_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "deleted_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "restored_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "deleted_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "restored_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s19_59, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03cc\u03bd\u03bf\u03bc\u03b1", "budgeted_hours", "\u03a7\u03c1\u03b5\u03ce\u03c3\u03b9\u03bc\u03b5\u03c2 \u038f\u03c1\u03b5\u03c2", "created_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "updated_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 project", _s16_188, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", _s25_72, _s16_189, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_117, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_190, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_118, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value projects", "new_project", "\u039d\u03ad\u03bf Project", _s27_47, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b1\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03b1\u03c2!", "if_you_like_it", "\u0395\u03ac\u03bd \u03c3\u03b1\u03c2 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5", "click_here", "\u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", _s18_94, "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", "to_rate_it", "\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5.", "average", "\u039c\u03ad\u03c3\u03bf\u03c2 \u03cc\u03c1\u03bf\u03c2", "unapproved", "\u039c\u03b7 \u03b5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7", _s30_15, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7", "locked", "\u039a\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b7", "authenticate", "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s19_61, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s24_49, "\u0392\u03b9\u03bf\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03b7 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf", "compare", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03bd\u03b5", "hosted_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "selfhost_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03b1\u03c5\u03c4\u03bf-\u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "google_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03ad\u03c3\u03c9 Google", "today", "\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1", "custom_range", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03cd\u03c1\u03bf\u03c2", "date_range", "\u0395\u03cd\u03c1\u03bf\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03b9\u03ce\u03bd", "current", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae", "previous", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "current_period", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", _s17_119, "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2", "previous_period", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", "previous_year", _s19_102, "compare_to", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03bc\u03b5", "last7_days", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 7 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2", "last_week", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "last30_days", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "this_month", "\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u039c\u03ae\u03bd\u03b1\u03c2", "last_month", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2", "this_year", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", "last_year", _s19_102, "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_191, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "clone_to_quote", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "clone_to_credit", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "view_invoice", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "convert", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", "more", "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "edit_client", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "edit_product", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "edit_invoice", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "edit_quote", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "edit_payment", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "edit_task", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "edit_expense", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "edit_vendor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "edit_project", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Project", _s20_72, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "billing_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2", _s16_193, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "total_revenue", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u0388\u03c3\u03bf\u03b4\u03b1", "average_invoice", "\u039c\u03ad\u03c3\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "outstanding", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae", "invoices_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b1\u03bd", "active_clients", "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03af \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "close", "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", "email", "Email", "password", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "url", "URL", "secret", "\u039a\u03c1\u03c5\u03c6\u03cc", "name", "\u0395\u03c0\u03c9\u03bd\u03c5\u03bc\u03af\u03b1", "logout", "\u0391\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", "login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2", "filter", "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf", "sort", "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7", "search", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "active", "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "archived", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf", "deleted", "\u0394\u03b9\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", "dashboard", "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5", "archive", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", "delete", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", "restore", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7", _s16_195, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_41, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_34, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", _s21_83, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_36, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03c3\u03b1\u03c2", "ascending", "\u0391\u03cd\u03be\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "descending", "\u03a6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "save", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s17_121, "\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1.", "paid_to_date", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", "balance_due", "\u039f\u03bb\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "overview", "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "website", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "vat_number", "\u0391\u03a6\u039c", "id_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 ID", "create", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1", _s19_63, "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03c4\u03b7\u03ba\u03b5 :value \u03c3\u03c4\u03bf \u03c0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1", _s16_197, "\u0391\u03b4\u03cd\u03bd\u03b1\u03c4\u03b7 \u03b7 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7", "contacts", "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2", "additional", "\u0395\u03c0\u03b9\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf", "first_name", "\u038c\u03bd\u03bf\u03bc\u03b1", "last_name", "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", "add_contact", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "are_you_sure", "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9;", "cancel", "\u0386\u03ba\u03c5\u03c1\u03bf", "ok", "Ok", "remove", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", _s16_199, "\u03a4\u03bf Email \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c3\u03c6\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", "product", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "products", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "new_product", "\u039d\u03ad\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "created_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "updated_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_201, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "deleted_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_202, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s17_123, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_203, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s17_124, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "product_key", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "notes", "\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "cost", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2", "client", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "clients", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "new_client", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "created_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "updated_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "archived_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_204, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "deleted_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "deleted_clients", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "restored_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_205, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "address1", "\u039f\u03b4\u03cc\u03c2", "address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1", "city", "\u03a0\u03cc\u03bb\u03b7", "state", "\u039d\u03bf\u03bc\u03cc\u03c2", "postal_code", "\u03a4\u03b1\u03c7. \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "country", "\u03a7\u03ce\u03c1\u03b1", "invoice", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "invoices", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "new_invoice", "\u039d\u03ad\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "created_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "updated_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_206, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "deleted_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_207, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_125, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_208, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s17_126, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "emailed_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", "amount", "\u03a0\u03bf\u03c3\u03cc", "invoice_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "discount", "\u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7", "po_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2", "terms", "\u038c\u03c1\u03bf\u03b9", "public_notes", "\u0394\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "private_notes", "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "frequency", "\u03a3\u03c5\u03c7\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "start_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "quote_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "quote_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "valid_until", "\u0388\u03b3\u03ba\u03c5\u03c1\u03bf \u0388\u03c9\u03c2", "items", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "partial_deposit", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "description", "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "unit_cost", "\u03a4\u03b9\u03bc\u03ae \u039c\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2", "quantity", "\u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", "add_item", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "contact", "\u0395\u03c0\u03b1\u03c6\u03ae", "work_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "total_amount", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03cc \u03a0\u03bf\u03c3\u03cc", "pdf", "PDF", "due_date", _s22_115, _s16_209, "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", _s17_127, "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_59, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s22_61, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c7\u03c1\u03cc\u03bd\u03bf", "count_selected", ":count \u03b5\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5", "total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "edit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "dismiss", "\u0391\u03c0\u03ad\u03c1\u03c1\u03b9\u03c8\u03b5", _s20_74, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", _s22_62, _s24_79, _s24_51, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "task_rate", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "language", "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "currency", "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1", "created_at", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2", "created_on", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "updated_at", "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "tax", "\u03a6\u03cc\u03c1\u03bf\u03c2", _s30_17, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_51, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "past_due", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "draft", "\u03a0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "sent", "\u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1", "viewed", "\u0395\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1", "approved", "\u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "mark_sent", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", _s22_64, _s42_19, _s22_65, _s42_19, _s23_43, _s42_20, _s23_44, _s42_20, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_18, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03ae \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03af\u03b1\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "dark_mode", "\u03a3\u03ba\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd", _s27_53, "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", "refresh_data", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "blank_contact", "\u039a\u03b5\u03bd\u03ae \u0395\u03c0\u03b1\u03c6\u03ae", "activity", "\u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_211, "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "clone", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "loading", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7", "industry", "\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1", "size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2", "payment_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_213, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_214, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_215, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_216, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_217, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_218, _s18_155, _s17_128, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_129, _s19_27, "net", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc", "client_portal", "Portal \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "show_tasks", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "email_reminders", "Email \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "enabled", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "recipients", "\u03a0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b5\u03c2", "initial_email", "\u0391\u03c1\u03c7\u03b9\u03ba\u03cc Email", "first_reminder", _s16_287, "second_reminder", _s18_156, "third_reminder", _s16_288, "reminder1", _s16_287, "reminder2", _s18_156, "reminder3", _s16_288, "template", "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf", "send", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae", "subject", "\u0398\u03ad\u03bc\u03b1", "body", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf", "send_email", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", "email_receipt", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03cc\u03b4\u03b5\u03b9\u03be\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_billing", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "button", "\u039a\u03bf\u03c5\u03bc\u03c0\u03af", "preview", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "customize", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "history", "\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "refunded", _s18_155, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_85, _s18_157, "enter_payment", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "new_payment", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "created_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "updated_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_219, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "deleted_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_220, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_130, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s16_221, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s17_131, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "new_quote", "\u039d\u03ad\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "created_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "updated_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "deleted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "restored_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "deleted_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "restored_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "expense", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "expenses", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "vendor", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "vendors", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ad\u03c2", "task", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "tasks", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "project", "Project", "projects", "Projects", "activity_1", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_2", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_3", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_4", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_5", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_6", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_7", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_8", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_9", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_10", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c0\u03bf\u03c3\u03bf\u03cd :payment_amount \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_11", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_12", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_13", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_14", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_15", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_16", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_17", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_18", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_19", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_20", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_21", _s41_13, "activity_22", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_23", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_24", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_25", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_26", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_27", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_28", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_29", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03c4\u03b7\u03ba\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_30", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_31", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_32", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_33", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_34", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_35", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_36", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_37", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_39", ":user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_40", ":user \u03b5\u03c0\u03ad\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 :adjustment \u03bc\u03b9\u03b1\u03c2 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_41", ":payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (:payment) \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", "activity_42", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_43", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_44", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_45", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_46", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_47", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03b1\u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_55", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b5 \u03c3\u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_56", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_57", "\u03a4\u03bf \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_58", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_59", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_60", _s41_13, "activity_61", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_62", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_63", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c0\u03c1\u03ce\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_64", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_65", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03c1\u03af\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_66", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b1\u03c4\u03ad\u03c1\u03bc\u03bf\u03bd\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03af\u03b1\u03c2 \u03a6\u03bf\u03c1\u03ac\u03c2", "emailed_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "emailed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", _s20_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", _s21_87, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", "expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "all", "\u038c\u03bb\u03b1", "select", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", _s22_66, "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03bc\u03b5 \u03a0\u03b1\u03c1\u03b1\u03c4\u03b5\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03c0\u03af\u03b5\u03c3\u03b7", "custom_value1", _s18_158, "custom_value2", _s18_158, "custom_value3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 3", "custom_value4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 4", _s18_95, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_56, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2", _s29_37, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0391\u03bd\u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c4\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_58, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s31_18, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "lock_invoices", "\u039a\u03bb\u03b5\u03af\u03b4\u03c9\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "translations", "\u039c\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2", _s19_64, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_66, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_68, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_70, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s21_88, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_90, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_92, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s21_94, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s22_72, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_74, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2\xa0\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_76, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s22_78, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_77, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s20_79, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_96, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd", _s21_98, _s27_78, _s21_100, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", _s21_101, _s27_78, _s18_97, "\u039c\u03b7\u03b4\u03b5\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "counter_padding", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2", _s28_57, "\u039a\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_99, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 1", _s18_101, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", _s18_103, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 2", _s18_105, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", _s18_107, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 3", _s18_109, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", _s21_102, "\u0398\u03ad\u03bc\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s19_68, "\u0398\u03ad\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", _s21_104, "\u0398\u03ad\u03bc\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s29_39, "\u0398\u03ad\u03bc\u03b1 Email \u03bc\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "show_table", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1", "show_list", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03af\u03c3\u03c4\u03b1\u03c2", "client_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_222, "\u039f \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "client_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "client_address1", "\u039f\u03b4\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_59, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "type", "\u03a4\u03cd\u03c0\u03bf\u03c2", "invoice_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_226, _s22_115, "tax_rate1", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", "tax_rate2", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", "tax_rate3", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", "auto_bill", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "archived_at", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "has_expenses", "\u0395\u03c7\u03b5\u03b9 \u03ad\u03be\u03bf\u03b4\u03b1", "custom_taxes1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 1", "custom_taxes2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 2", "custom_taxes3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 3", "custom_taxes4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 4", _s17_134, _s26_60, _s17_135, _s26_61, _s17_136, _s26_62, _s17_137, _s26_63, "is_deleted", "\u0395\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af", "vendor_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "is_approved", "\u0395\u03af\u03bd\u03b1\u03b9 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "tax_name", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_amount", "\u03a0\u03bf\u03c3\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a6\u03cc\u03c1\u03bf\u03c2", "payment_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "age", "\u0397\u03bb\u03b9\u03ba\u03af\u03b1", "is_running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "time_log", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c5", "bank_id", "\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1", _s19_70, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_227, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_72, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "tax_name1", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 1", "tax_name2", _s16_289, "tax_name3", _s16_289, "transaction_id", _s18_157, _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unisci", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accetta", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Impostazioni Pagamento", "default", "Predefinito", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Fermo", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Aggiungi Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", "Crea il tuo account in pochi secondi", "login_label", _s28_0, "add_to_invoice", "Aggiungi alla fattura :invoice", _s17_11, _s17_12, "week", "Settimana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Valuta fattura", "range", "Intervallo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crea un Progetto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tariffa per una fattura :amount sarebbe :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approva", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s30_40, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Imposta Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Vedi spesa # :expense", "view_statement", "Estratto Conto", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Da Nome", _s16_23, _s16_232, _s17_19, "Spesa Ricorrente", _s18_17, "Spese Ricorrenti", _s21_22, "Nuova Spesa Ricorrente", _s22_27, "Modifica Spesa Ricorrente", _s25_2, "Spesa ricorrente creata con successo", _s25_3, "Spesa ricorrente aggiornata con successo", _s26_4, "Spesa ricorrente archiviata con successo", _s25_4, "Progetto cancellato con sucesso", _s25_5, _s38_2, _s26_5, "Spesa ricorrente riprestinata con successo", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Guida Utente", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", "fattura ricorrente :recurring_invoice creata dall'utente :user", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ultimo aggiornamento", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Nome contatto", _s17_23, "Cognome contatto", "order", "Order", "unassigned", "Non assegnato", "partial_value", "Deve essere maggiore di zero ed inferiore al totale", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Abilita", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Imposta il sottodominio o visualizza la fattura sul tuo sito web.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Codice Promo", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sicurezza", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abbonamento", "subscriptions", "Abbonamenti", _s16_41, "Nuovo Abbonamento", _s17_29, "Modifica Abbonamento", _s20_27, "Abbonamento creato con successo", _s20_28, "Abbonamento aggiornato con successo", _s21_34, "Abbonamento archiviato con successo", _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, "Cerca 1 abbonamento", _s20_31, "Cerca :count abbonamenti", _s26_8, "Sottodominio non disponibile", "connect_gmail", "Connetti Gmail", _s16_43, "Disconnetti Gmail", "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, "Numero ID cliente", "count_minutes", ":count Minuti", _s16_48, "Scadenza Password", _s29_5, "Contatore condiviso per fatture/crediti", "use_last_email", "Usa ultima email", _s16_50, "Attiva azienda", _s21_37, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_16, "Si \xe8 verificato un errore, per favore riprova", _s27_17, "Si prega di impostare prima una password", _s34_7, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_14, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_22, "Disattivato con successo 2FA", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Consegnato", "bounced", "Bounced", "spam", "Spam", "view_docs", "Vedi documentazione", _s32_4, "Si prega di fornire un numero di telefono cellulare per abilitare l'autenticazione a due fattori", "send_sms", "Invia SMS", "sms_code", "Codice SMS", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticazione a due fattori", _s18_35, "Disabilita 2FA", _s34_8, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_16, "Attenzione: la tua sessione sta per scadere", "count_hours", ":count ore", "count_day", "1 giorno", "count_days", ":count giorni", _s19_24, "Timeout della sessione web", _s17_34, "Impostazioni di Sicurezza", "resend_email", "Reinvia email", _s26_10, "Si prega di confermare l'indirizzo email", _s16_53, "Pagamento Rimborsato", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostra azioni", _s17_36, "Lancia multiselezione", _s27_19, "Una mail \xe8 stata inviata per confermare l'indirizzo email", _s21_39, "Per usare :client_counter aggiungere :client_number o :client_id_number per evitare conflitti", "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Per aggiornare esegui", _s18_37, "Converti a Fattura", _s16_54, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_29, "Ricerca 1 Termine di pagamento", _s20_32, "Cerca :count termini di pagamento", _s16_56, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_58, _s16_59, _s16_60, "Importo convertito", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "\xc8 inviato", _s17_40, "Documenti predefiniti", "document_upload", "Caricamento Documenti", _s20_33, "Permettere ai clienti di caricare documenti", "expense_total", "Totale Spese", "enter_taxes", "Inserire tasse", "by_rate", "Per prezzo", "by_amount", "Per ammontare", "enter_amount", "Inserire importo", "before_taxes", "Prima delle tasse", "after_taxes", "Dopo le tasse", "color", "Colore", "show", "Mostra", "hide", "Nascondi", "empty_columns", "Colonne vuote", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_42, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", "Importazione avviata con successo", _s24_23, _s24_24, _s20_34, "Usa tasse inclusive", _s18_39, _s18_40, "column", "Colonna", "sample", "Esempio", "map_to", "Map To", "import", "Importa", _s25_15, _s29_7, "select_file", "Seleziona un file, per favore", _s16_62, _s16_63, "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Tipo di importazione", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_44, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_34, 'Digita ":value" per confermare', "purge", "Purge", "service", "Servizio", "clone_to", "Clona come", "clone_to_other", "Clona come altro", "labels", "Etichette", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Non pagata", "white_label", "White Label", "delivery_note", "Nota di consegna", _s24_26, "Le fatture inviate sono bloccate", _s24_28, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "App Platforms", "invoice_late", _s18_159, "quote_expired", _s18_160, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_17, "Totale fattura", "actions", "Azioni", "expense_number", "Numero spesa", "task_number", "Numero attivit\xe0", "project_number", "Numero progetto", "project_name", "Nome progetto", "warning", "Attenzione", "view_settings", "Impostazioni Visualizzazione", _s24_30, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_159, "expired_quote", _s18_160, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Calculated Rate", _s17_46, "Prezzo di attivit\xe0 predefinito", "clear_cache", "Pulisci cache", "sort_order", "Ordinamento", "task_status", "Stato", "task_statuses", "Stati attivit\xe0", "new_task_status", "Nuovo stato attivit\xe0", _s16_64, "Modifica stato attivit\xe0", _s19_30, "Stato attivit\xe0 creato con successo", _s19_31, "Stato dell'attivit\xe0 aggiornato con successo", _s20_36, "Stato attivit\xe0 archiviato con successo", _s19_32, "Stato attivit\xe0 cancellato con successo", _s19_33, "Stato attivit\xe0 rimosso con successo", _s20_37, "Stato attivit\xe0 ripristinato con successo", _s22_35, ":value stati attivit\xe0 archiviati con successo", _s21_43, ":value stati attivit\xe0 cancellati con successo", _s22_36, ":value stati attivit\xe0 ripristinati con successo", _s18_41, "Cerca 1 stato attivit\xe0", _s20_39, "Cerca :count stati attivit\xe0", _s16_66, "Mostra tabella attivit\xe0", _s21_44, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_40, "Timelog delle attivit\xe0 di fatturazione", _s25_16, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_42, "Datelog delle attivit\xe0 di fatturazione", _s25_17, "Aggiungi i dettagli della data alle voci della fattura", _s21_45, "Avvia le attivit\xe0 prima di salvare", _s18_42, "Configura gli stati", "task_settings", "Impostazioni attivit\xe0", _s20_44, "Configura Categorie", _s18_44, "Categorie di Spesa", _s20_46, "Nuova Categoria di Spesa", _s21_46, "Modifica Categoria di Spesa", _s24_31, "Categoria spese creata con successo", _s24_32, "Categoria spese aggiornata con successo", _s25_19, "Categoria spese archiviata con successo", _s24_33, "Categoria eliminata con successo", _s24_34, "Categoria di spesa rimossa con successo", _s25_20, "Categoria spese ripristinata con successo", _s27_23, "Archiviato con successo :count categorie di spesa", _s26_12, "Eliminate con successo :value categorie di spesa", _s27_24, "Ripristinate con successo :value categorie di spesa", _s23_18, "Cerca 1 categoria di spesa", _s25_22, "Cerca :count categorie di spesa", _s21_48, _s21_49, "show_option", "Mostra opzione", _s22_37, _s50_8, "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_48, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", "Traccia se le spese sono state pagate", _s18_46, "Deve essere fatturata", _s23_19, "Permettere la fatturazione della spesa", _s29_8, "Rendi i documenti visibili", _s21_50, "Imposta un tasso di cambio", _s16_68, "Impostazioni Spese", _s18_47, "Clona come ricorrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo utente", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Capture Card", _s17_49, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_23, "Fermata con successo la fattura ricorrente", _s25_24, "Fattura ricorrente avviata con successo", _s25_25, "Fattura ricorrente ripresa con successo", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, "Usa termini di pagamento", "endless", "Endless", "next_send_date", "Prossima data di invio", _s16_70, "Cicli restanti", _s17_53, "Fattura Ricorrente", _s18_49, "Fatture Ricorrenti", _s21_53, "Nuova Fattura Ricorrente", _s22_40, "Modifica Fattura Ricorrente", _s25_26, "Fattura ricorrente creata con successo", _s25_27, "Fattura ricorrente aggiornata con successo", _s26_13, "Fattura ricorrente archiviata con successo", _s25_28, "Fattura ricorrente eliminata con successo", _s25_29, "Fattura ricorrente rimossa con successo", _s26_14, "Fattura ricorrente ripristinata con successo", _s27_25, "Archiviato con successo :value fatture ricorrenti", _s26_15, "Cancellato con successo :value fatture ricorrenti", _s27_26, "Ripristinato con successo :value fatture ricorrenti", _s24_35, "Cerca 1 fattura ricorrente", _s25_30, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_8, _s28_9, "profit", "Utile", "line_item", "Riga articolo", _s18_51, "Consenti pagamento in eccesso", _s23_20, "Accetta il pagamento di un extra", _s19_35, "Consenti pagamento ridotto", _s24_36, "Accetta il pagamento parziale o di cauzione", "test_mode", "Modalit\xe0 di test", "opened", "Aperto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_37, "Benvenuti a Invoice Ninja", "always", "Sempre", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etichetta", "client_number", "Numero Cliente", "auto_convert", "Auto Convert", "company_name", "Nome Azienda", "reminder1_sent", "Promemoria 1 inviato", "reminder2_sent", "Promemoria 2 inviato", "reminder3_sent", "Promemoria 3 inviato", _s18_53, "Ultimo invio promemoria", "pdf_page_info", "Pagina :current di :total", _s16_74, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", _s28_58, "gateway", "Piattaforma", "view_in_stripe", "View in Stripe", "rows_per_page", "Righe per pagina", "hours", "Ore", "statement", "Dichiarazione", "taxes", "Tasse", "surcharge", "Sovrapprezzo", "apply_payment", "Applica pagamento", "apply_credit", "Apply Credit", "apply", "Applica", "unapplied", "Unapplied", "select_label", "Seleziona etichetta", "custom_labels", "Etichette Personalizzate", "record_type", "Record Type", "record_name", "Record Name", "file_type", "Tipo file", "height", "Altezza", "width", "Larghezza", "to", "a", "health_check", "Health Check", "payment_type_id", _s17_169, "last_login_at", "Ultimo login alle", "company_key", "Chiave azienda", "storefront", "Storefront", "storefront_help", "Permetti alle app di terze parti di creare fatture", "client_created", "Cliente creato", _s20_49, "Email di pagamento online", _s20_51, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_57, "Fatture Selezionate", _s17_59, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_61, "Spese Selezionate", _s17_63, "Prossime fatture", _s17_65, "Fatture scadute", "recent_payments", "Pagamenti recenti", "upcoming_quotes", "Preventivi in scadenza", "expired_quotes", "Preventivi Scaduti", "create_client", "Crea nuovo cliente", "create_invoice", "Crea Fattura", "create_quote", "Crea Preventivo", "create_payment", "Crea pagamento", "create_vendor", "Crea fornitore", "update_quote", _s19_103, "delete_quote", "Cancella Preventivo", "update_invoice", "Aggiorna Fattura", "delete_invoice", "Elimina Fattura", "update_client", "Aggiorna Cliente", "delete_client", "Elimina cliente", "delete_payment", "Elimina pagamento", "update_vendor", "Aggiorna Fornitore", "delete_vendor", "Cancella Fornitore", "create_expense", "Crea Spesa", "update_expense", "Aggiorna Spesa", "delete_expense", "Cancella Spesa", "create_task", "Crea un'attivit\xe0", "update_task", "Aggiorna Attivit\xe0", "delete_task", "Cancella l'attivit\xe0", "approve_quote", _s19_103, "off", "Off", "when_paid", "Quando Pagato", "expires_on", "Scade il", "free", "Free", "plan", "Piano", "show_sidebar", "Mostra Barra Laterale", "hide_sidebar", "Nascondi Barra Laterale", "event_type", "Tipo Evento", "target_url", "Target", "copy", "Copia", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token", "api_docs", "Documentazione API", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creato correttamente", "updated_token", "Token aggiornato correttamente", "archived_token", _s27_27, "deleted_token", "Token eliminato correttamente", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registazione cliente", _s24_39, "Permetti al cliente di registrarsi da solo nel portale", _s21_55, "Personalizza & Anteprima", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "Email Credit", "email_payment", "Email Pagamento", _s20_54, "Il cliente non ha un indirizzo email impostato", "ledger", "Registro", "view_pdf", "Vedi PDF", "all_records", "Tutti i dati", "owned_by_user", "Posseduto da utente", _s16_80, _s16_81, "contact_name", "Nome Contatto", "use_default", "Usa predefinito", _s16_82, _s25_73, "number_of_days", "Number of days", _s23_22, "Configura termini di pagamento", "payment_term", _s20_125, _s16_83, "Nuovi termini di pagamento", _s17_71, "Modifica termini di pagamento", _s20_55, "Termini di pagamento creato con successo", _s20_56, "Termini di pagamento aggiornato con successo", _s21_56, "Termini di pagamento archiviato con successo", _s20_57, "Termini di pagamento cancellati con successo", _s20_58, "Termini di pagamento rimossi con successo", _s21_57, "Termini di pagamento ripristinati con successo", _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Inviato da Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Importo Credito", "quote_amount", "Importo del preventivo", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Esclusiva", "inclusive", "Inclusiva", "hide_menu", "Nascondi menu", "show_menu", "Mostra menu", _s18_55, _s23_69, _s16_85, "Cerca Documenti", "search_designs", "Search Designs", "search_invoices", "Cerca Fatture", "search_clients", "Cerca Clienti", "search_products", "Cerca Prodotti", "search_quotes", "Cerca Preventivi", "search_credits", "Cerca crediti", "search_vendors", "Cerca fornitori", "search_users", "Cerca utenti", _s16_86, "Cerca aliquote", "search_tasks", "Cerca attivit\xe0", "search_settings", "Cerca Impostazioni", "search_projects", "Cerca prodotti", "search_expenses", "Cerca spese", "search_payments", "Cerca pagamenti", "search_groups", "Cerca gruppi", "search_company", "Cerca Azienda", "search_document", "Cerca 1 documento", "search_design", "Cerca 1 stile", "search_invoice", "Cerca 1 fattura", "search_client", "Cerca 1 cliente", "search_product", "Cerca 1 prodotto", "search_quote", "Cerca 1 preventivo", "search_credit", "Cerca 1 credito", "search_vendor", "Cerca 1 Fornitore", "search_user", "Cerca 1 utente", "search_tax_rate", "Cerca 1 aliquota", "search_task", "Cerca 1 attivit\xe0", "search_project", "Cerca 1 progetto", "search_expense", "Cerca 1 spesa", "search_payment", "Cerca 1 pagamento", "search_group", "Cerca 1 gruppo", "refund_payment", "Rimborsa Pagamento", _s17_75, "Fattura annullata con successo", _s18_57, "Fatture annullate con successo", _s16_92, "Fattura stornata con successo", _s17_76, "Fatture stornate con successo", "reverse", "Reverse", "full_name", "Nome Completo", _s17_77, "Citt\xe0/Stato/CAP", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Saldo della fattura", "age_group_0", "0 - 30 Giorni", "age_group_30", "30 - 60 Giorni", "age_group_60", "60 - 90 Giorni", "age_group_90", "90 - 120 Giorni", "age_group_120", "120+ Giorni", "refresh", "Aggiorna", "saved_design", _s25_31, "client_details", "Dettagli Cliente", "company_address", "Indirizzo azienda", "invoice_details", "Dettagli fattura", "quote_details", "Dettagli Preventivo", "credit_details", "Dettagli Credito", "product_columns", "Colonne Prodotto", "task_columns", "Colonne attivit\xe0", "add_field", "Aggiungi campo", "all_events", "Tutti gli eventi", "permissions", "Permissions", "none", "Nessuno/a", "owned", "Posseduto", "payment_success", "Pagamento riuscito", "payment_failure", "Errore di pagamento", "invoice_sent", ":count fattura inviata", "quote_sent", "Preventivo inviato", "credit_sent", "Credito inviato", "invoice_viewed", "Fattura visualizzata", "quote_viewed", "Preventivo visualizzato", "credit_viewed", "Credito visualizzato", "quote_approved", "Preventivo approvato", _s25_32, "Ricevi tutte le notifiche", _s16_94, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_47, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_48, _s69_, "enabled_modules", "Moduli abilitati", "converted_quote", "Preventivo convertito con successo", "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Carica Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Stili", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposte", "tickets", "Tickets", _s16_98, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_59, "Gestione Account", "credit_date", "Data Credito", "credit", "Credito", "credits", "Crediti", "new_credit", "Inserisci il credito", "edit_credit", "Modifica Credito", "created_credit", "Credito creato con successo", "updated_credit", "Credito aggiornato con successo", "archived_credit", "Credito archiviato con successo", "deleted_credit", "Credito eliminato con successo", "removed_credit", _s27_36, "restored_credit", "Credito ripristinato con successo", _s16_100, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_101, _s36_9, "current_version", "Versione attuale", "latest_version", "Latest Version", "update_now", "Aggiorna ora", _s26_21, _s41_5, _s16_102, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_81, _s17_82, "credit_footer", "Pi\xe8 di pagina Credito", "credit_terms", "Termini del Credito", "new_company", "Nuova azienda", "added_company", "Azienda aggiunta con successo", "company1", "Azienda Personalizzata 1", "company2", "Azienda Personalizzata 2", "company3", "Azienda Personalizzata 3", "company4", "Azienda Personalizzata 4", "product1", "Prodotto personalizzato 1", "product2", "Prodotto personalizzato 2", "product3", "Prodotto personalizzato 3", "product4", "Prodotto personalizzato 4", "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", "Contatto personalizzato 1", "contact2", "Contatto personalizzato 2", "contact3", "Contatto personalizzato 3", "contact4", "Contatto personalizzato 4", "task1", "Attivit\xe0 personalizzata 1", "task2", "Attivit\xe0 personalizzata 2", "task3", "Attivit\xe0 personalizzata 3", "task4", "Attivit\xe0 personalizzata 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", "Spesa personalizzata 1", "expense2", "Spesa personalizzata 2", "expense3", "Spesa personalizzata 3", "expense4", "Spesa personalizzata 4", "vendor1", "Fornitore Personalizzato 1", "vendor2", "Fornitore Personalizzato 2", "vendor3", "Fornitore Personalizzato 3", "vendor4", "Fornitore Personalizzato 4", "invoice1", "Fattura Personalizzata 1", "invoice2", "Fattura Personalizzata 2", "invoice3", "Fattura Personalizzata 3", "invoice4", "Fattura Personalizzata 4", "payment1", "Pagamento personalizzato 1", "payment2", "Pagamento personalizzato 2", "payment3", "Pagamento personalizzato 3", "payment4", "Pagamento personalizzato 4", "surcharge1", _s24_80, "surcharge2", _s24_81, "surcharge3", _s24_82, "surcharge4", _s24_83, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numero", "export", "Esporta", "chart", "Grafico", "count", "Count", "totals", "Totali", "blank", "Vuoto", "day", "GIorno", "month", "Mese", "year", "Anno", "subgroup", "Sottogruppo", "is_active", "\xc8 attivo", "group_by", "Raggruppa per", "credit_balance", "Saldo Credito", _s18_65, _s18_66, _s17_83, "Nome completo contatto", "contact_phone", "Telefono Contatto", _s21_59, "Valore personalizzato contatto 1", _s21_60, "Valore personalizzato contatto 2", _s21_61, "Valore personalizzato contatto 3", _s21_62, "Valore personalizzato contatto 4", _s17_85, "Via di spedizione", _s17_86, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_59, "Codice Postale di spedizione", _s16_132, "Paese di spedizione", _s16_134, "Via di fatturazione", _s16_135, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_40, "Codice postale di fatturazione", "billing_country", "Paese fatturazione", "client_id", "Id Cliente", "assigned_to", "Assegnato a", "created_by", "Creato da :name", "assigned_to_id", "Assegnato all'ID", "created_by_id", "Creato dall'ID", "add_column", "Aggiungi Colonna", "edit_columns", "Modifica Colonne", "columns", "Colonne", "aging", "Aging", "profit_and_loss", "Utile e Perdite", "reports", "Rapporti", "report", "Report", "add_company", "Aggiungi azienda", "unpaid_invoice", "Fattura non pagata", "paid_invoice", "Fattura pagata", _s16_136, "Preventivi non approvati", "help", "Aiuto", "refund", "Rimborso", "refund_date", "Data di rimborso", "filtered_by", "Filtrato per", "contact_email", "Email di contatto", "multiselect", "Multi-selezione", "entity_state", "Stato", "verify_password", "Verifica Password", "applied", "Applicato", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Messaggio", "from", "Da", _s20_61, "Mostra i dettagli del prodotto", _s25_34, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_63, "Il generatore di PDF richiede :version", _s18_68, "Modifica la percentuale di Tassa", _s23_26, _s33_24, _s18_70, "Configura Impostazioni", "support_forum", "Forum di supporto", "about", "Info", "documentation", "Documentazione", "contact_us", "Contattaci", "subtotal", "Subtotale", "line_total", "Totale riga", "item", "Articolo", "credit_email", "Email credito", "iframe_url", "Website", "domain_url", "URL dominio", _s21_64, "La password \xe8 troppo corta", _s20_64, "La password deve contenere una maiuscola ed un numero", _s19_42, "Attivit\xe0 del portale clienti", _s23_27, "Pannello di Controllo Portale Clienti", _s20_65, "Per favore inserisci un valore", "deleted_logo", "Logo eliminato con successo", "yes", "Si", "no", "No", "generate_number", "Genera numero", "when_saved", "Quando salvato", "when_sent", "Quando inviato", "select_company", "Seleziona azienda", "float", "Float", "collapse", "Collapse", "show_or_hide", "Mostra/nascondi", "menu_sidebar", "Barra laterale del menu", "history_sidebar", "Barra laterale dello storico", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vedi", "module", "Modulo", "first_custom", "Spazio Personalizzato 1", "second_custom", "Spazio Personalizzato 2", "third_custom", "Spazio Personalizzato 3", "show_cost", "Mostra Costo", _s17_88, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_65, "Mostra quantit\xe0 prodotto", _s26_23, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_67, "Mostra quantit\xe0 fattura", _s26_24, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_69, "Mostra sconto prodotto", _s26_25, "Mostra un campo sconto articolo sulla riga", _s16_138, "Quantit\xe0 predefinita", _s21_71, "Imposta automaticamente la quantit\xe0 dell'elemento nella riga ad uno", "one_tax_rate", "Una aliquota", "two_tax_rates", "Due aliquote", "three_tax_rates", "Tre aliquote", _s16_140, "Aliquota predefinita", "user", "Utente", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_90, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_72, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_73, "Configura i gateway", "tax_settings", "Impostazioni tasse", _s18_75, _s16_290, "accent_color", "Accent Color", "switch", "Cambia", _s19_44, "Lista separata da virgole", "options", "Opzioni", _s16_142, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_37, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_144, "Recupera password", "late_fees", "Late Fees", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", "Prima della data di scadenza", "after_due_date", _s18_76, _s18_77, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", _s18_161, "payment_partial", _s18_161, _s21_72, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_147, _s25_73, _s16_149, "Filtrato per utente", "administrator", "Administrator", _s18_78, "Permettere all'utente di gestire gli utenti, cambiare le impostazioni e modificare tutti i record", "user_management", "Gestione utente", "users", "Utenti", "new_user", "Nuovo utente", "edit_user", "Modifca utente", "created_user", "Utente creato con successo", "updated_user", "Utente aggiornato con successo", "archived_user", "Utente archiviato con successo", "deleted_user", "Utente eliminato con successo", "removed_user", "Utente rimosso con successo", "restored_user", "Utente ripristinato con successo", "archived_users", "Archiviati con successo :value utenti", "deleted_users", "Cancellati con successo :value utenti", "removed_users", "Rimossi con successo :value utenti", "restored_users", "Ripristinati con successo :value utenti", _s16_151, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_92, "Nascondi la data di pagamento", _s22_55, 'Visualizza l\'area "Pagato alla data" sulle fatture solo dopo aver ricevuto un pagamento.', _s23_29, "Embed Documents", _s28_21, "Includi immagini allegate alla fattura.", _s16_153, "Mostra l'Intestazione su", _s16_154, "Visualizza Pi\xe8 di Pagina su", "first_page", "Prima pagina", "all_pages", "Tutte le pagine", "last_page", "Ultima pagina", "primary_font", "Font primario", "secondary_font", "Font secondario", "primary_color", "Colore primario", "secondary_color", "Colore secondario", "page_size", "Dimensione Pagina", "font_size", "Dimensione Font", "quote_design", "Stile Preventivo", "invoice_fields", "Campi Fattura", "product_fields", "Campi Prodotto", "invoice_terms", "Termini della fattura", "invoice_footer", "Pi\xe8 di Pagina Fattura", "quote_terms", "Termini del preventivo", "quote_footer", "Pi\xe8 di Pagina Preventivi", _s18_79, "Auto Email", _s23_30, "Invia automaticamente per email le fatture ricorrenti quando vengono create.", _s18_80, "Auto Archiviazione", _s23_31, "Archivia automaticamente i preventivi quando vengono convertiti.", _s18_81, "Conversione automatica", _s23_32, "Converti automaticamente un preventivo in una fattura se approvato da un cliente.", _s17_94, "Impostazioni Flusso di Lavoro", "freq_daily", "Giornaliero", "freq_weekly", "Settimanale", "freq_two_weeks", "Due settimane", "freq_four_weeks", "Quattro settimane", "freq_monthly", "Mensile", "freq_two_months", "Due mesi", _s17_96, "Tre Mesi", _s16_155, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_156, "Tre anni", "never", "Never", "company", "Azienda", _s17_97, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_157, "Prefisso Ricorrente", "number_padding", "Riempimento numero", "general", "Generale", "surcharge_field", "Campo Sovrattassa", "company_field", "Campo azienda", "company_value", "Valore azienda", "credit_field", "Campo Credito", "invoice_field", "Campo fattura", _s17_99, "Sovrapprezzo Fattura", "client_field", "Campo Cliente", "product_field", "Campo Prodotto", "payment_field", "Campo Pagamento", "contact_field", "Campo Contatti", "vendor_field", "Campo Fornitore", "expense_field", "Campo Spese", "project_field", "Campo Progetto", "task_field", "Campo attivit\xe0", "group_field", "Campo Gruppo", "number_counter", "Numero contatore", "prefix", "Prefisso", "number_pattern", "Formato numero", "messages", "Messaggi", "custom_css", "CSS Personalizzato", _s17_101, "Javascript personalizzato", _s16_159, "Mostra su PDF", _s21_74, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_40, "Casella di controllo termini di servizio fatture", _s30_9, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_33, "Casella di controllo termini di servizio preventivi", _s28_22, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_41, "Firma Fattura", _s30_10, "Richiedi al cliente di firmare la fattura.", _s23_34, "Firma Bozza", _s22_57, "Fatture Protette da Password", _s27_38, "Permette di impostare una password per ogni contatto. Se una password \xe8 impostata, al contatto sar\xe0 richiesto di inserire una password prima di visualizzare le fatture.", "authorization", "Autorizzazione", "subdomain", "Sottodominio", "domain", "Dominio", "portal_mode", "Modalit\xe0 portale", "email_signature", "Distinti saluti,", _s24_41, "Rendi pi\xf9 facile per i tuoi clienti pagarti aggiungendo il markup schema.org alle tue e-mail.", "plain", "Semplice", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Allega PDF", _s16_160, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_46, "Enable Markup", "reply_to_email", "Indirizzo di Risposta mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processato", "credit_card", "Carta di Credito", "bank_transfer", "Bonifico Bancario", "priority", "Priorit\xe0", "fee_amount", "Importo della tassa", "fee_percent", "Tassa Percentuale", "fee_cap", "Tassa massima", "limits_and_fees", "Limits/Fees", "enable_min", "Attiva minimo", "enable_max", "Attiva massimo", "min_limit", "Minimo :min", "max_limit", "Massimo :max", "min", "Min", "max", "ax", _s19_47, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_49, "Aggiorna l'indirizzo del cliente con i dettagli forniti", "rate", "Prezzo Unitario", "tax_rate", "Aliquota Fiscale", "new_tax_rate", "Nuova Aliquota Fiscale", "edit_tax_rate", "Modifica aliquota fiscale", _s16_162, "Aliquota fiscale creata", _s16_163, "Aliquota fiscale aggiornata", _s17_104, "Archiviato con successo l'aliquota fiscale", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Riempimento automatico prodotti", _s18_84, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_69, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_165, "Converti prodotti", _s21_75, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Provider", "company_gateway", "Piattaforma di Pagamento", _s16_167, "Piattaforme di Pagamento", _s19_50, "Nuova Piattaforma", _s20_70, "Modifica Piattaforma", _s23_35, "Piattaforma creata con successo", _s23_36, "Piattaforma aggiornata con successo", _s24_42, "Piattaforma archiviata con successo", _s23_37, "Piattaforma eliminata con successo", _s24_43, "Piattaforma ripristinata con successo", _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore predefinito", "disabled", "Disabilitato", "currency_format", "Formato moneta", _s21_76, "Primo giorno della settimana", _s23_38, "Primo mese dell'anno", "sunday", "Domenica", "monday", "Luned\xec", "tuesday", "Marted\xec", "wednesday", "Mercoled\xec", "thursday", "Gioved\xec", "friday", "Venerd\xec", "saturday", "Sabato", "january", "Gennaio", "february", "Febbraio", "march", "Marzo", "april", "Aprile", "may", "Maggio", "june", "Giugno", "july", "Luglio", "august", "Agosto", "september", "Settembre", "october", "Ottobre", "november", "Novembre", "december", "Dicembre", "symbol", "Simbolo", "ocde", "Codice", "date_format", "Formato data", "datetime_format", "Formato data e ora", "military_time", "24 ore", _s18_85, "Formato 24 ore", "send_reminders", "Invia promemoria", "timezone", "Fuso Orario", _s19_51, _s19_52, _s17_107, "Filtrato per gruppo", _s19_53, "Filtrare per fattura", _s18_86, "Filtrato per cliente", _s18_88, "Filtrato per fornitore", "group_settings", "Impostazioni gruppo", "group", "Gruppo", "groups", "Gruppi", "new_group", "Nuovo gruppo", "edit_group", "Modifica gruppo", "created_group", "Gruppo creato con successo", "updated_group", "Gruppo aggiornato con successo", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Gruppo archiviato con successo", "deleted_group", "Gruppo cancellato con successo", "restored_group", "Gruppo ripristinato con successo", "upload_logo", "Carica logo", "uploaded_logo", "Logo caricato con successo", "logo", "Logo", "saved_settings", "Impostazioni salvate con successo", _s16_171, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_109, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_290, "notifications", "Notifiche", "import_export", "Importa/Esporta", "custom_fields", "Campi Personalizzabili", "invoice_design", "Stile Fattura", "buy_now_buttons", "Puslanti Compra Ora", "email_settings", "Impostazioni email", _s23_40, "Modelli & Promemoria", _s22_58, "Carte di credito & banche", _s19_55, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_42, _s28_26, "redeem", "Riscatta", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_57, "Abbonamento Annuale", "pro_plan", "Piano Pro", "enterprise_plan", "Piano Enterprise", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_45, _s28_71, _s24_45, "Si prega di inserire un cognome", _s33_21, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s16_173, "Termini di Servizio", "privacy_policy", "Privacy Policy", "sign_up", "Registrati", "account_login", "Login account", "view_website", "Visualizza sito web", "create_account", "Crea un account", "email_login", "Login email", "create_new", "Crea Nuovo", _s18_90, "Nessun dato selezionato", _s21_79, _s34_19, "download", "Scarica", _s27_43, "Richiede un piano enterprise", "take_picture", "Fai foto", "upload_file", "Carica file", "document", "Documento", "documents", "Documenti", "new_document", "Nuovo documento", "edit_document", "Modifica documento", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, ":value documenti archiviati con successo", _s17_114, ":value documenti cancellati con successo", _s18_93, ":value documenti ripristinati con successo", "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_177, "Registrato", _s16_178, "In attesa", _s16_179, "Fatturata", "converted", "Convertito", _s24_47, "Aggiungere documenti a fattura", "exchange_rate", "Tasso di Cambio", _s16_180, "Converti valuta", "mark_paid", "Segna come Pagata", "category", "Categoria", "address", "Indirizzo", "new_vendor", "Nuovo Fornitore", "created_vendor", "Fornitore creato con successo", "updated_vendor", "Fornitore aggiornato con successo", "archived_vendor", "Fornitore archiviato con successo", "deleted_vendor", "Fornitore eliminato con successo", "restored_vendor", _s28_28, _s16_181, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_182, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, "Ripristinate con successo :value spese", "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_80, "Impossibile trovare dati", "invoiced", "Fatturato", "logged", "Registrato", "running", "In corso", "resume", "Riprendi", "task_errors", "Si prega di correggere eventuali tempi di sovrapposizione", "start", "Inizia", "stop", "Ferma", "started_task", "Attivit\xe0 iniziata con successo", "stopped_task", "Attivit\xe0 arrestata con successo", "resumed_task", "Attivit\xe0 ripresa con sucesso", "now", "Adesso", _s16_186, "Partenza automatica delle attivit\xe0", "timer", "Timer", "manual", "Manuale", "budgeted", "Preventivato", "start_time", "Tempo di inizio", "end_time", "Tempo di fine", "date", "Data", "times", "Tempi", "duration", "Durata", "new_task", "Nuova Attivit\xe0", "created_task", "Attivit\xe0 creata con successo", "updated_task", "Attivit\xe0 aggiornata con successo", "archived_task", "Attivit\xe0 archiviata con successo", "deleted_task", "Attivit\xe0 cancellata con successo", "restored_task", "Attivit\xe0 ripristinata con successo", "archived_tasks", ":count attivit\xe0 archiviate correttamente", "deleted_tasks", ":count attivit\xe0 eliminate correttamente", "restored_tasks", ":value attivit\xe0 ripristinate con successo", _s19_59, _s28_71, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_188, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_189, "Progetto ripristinato con successo", _s17_117, ":count progetti archiviati con successo", _s16_190, ":count progetti eliminati con successo", _s17_118, _s37_15, "new_project", "Nuovo Progetto", _s27_47, "Grazie di avere scelto la nostra app!", "if_you_like_it", _s21_82, "click_here", "clicca qui", _s18_94, "Clicca qui", "to_rate_it", "to rate it.", "average", "Media", "unapproved", "non approvato", _s30_15, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_61, "Si prega di autenticarsi", _s24_49, "Autenticazione biometrica", "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_119, "Periodo di comparazione", "previous_period", "Periodo precedente", "previous_year", "Anno precedente", "compare_to", "Compara a", "last7_days", "Ultimi 7 giorni", "last_week", "L'ultima settimana", "last30_days", "Ultimi 30 giorni", "this_month", "Questo mese", "last_month", "Mese scorso", "this_year", "Quest'anno", "last_year", "Anno scorso", "custom", "Personalizzato", _s16_191, "Clona come fattura", "clone_to_quote", "Clona come preventivo", "clone_to_credit", "Clona come credito", "view_invoice", "Visualizzare Fattura", "convert", "Convertire", "more", "Altro", "edit_client", "Modifica Cliente", "edit_product", "Modifica Prodotto", "edit_invoice", "Modifica Fattura", "edit_quote", "Modifica Preventivo", "edit_payment", "Modifica pagamento", "edit_task", "Modifica l'attivit\xe0", "edit_expense", "Modifica Spesa", "edit_vendor", "Modifica Fornitore", "edit_project", "Modifica Progetto", _s20_72, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_193, "Indirizzo di spedizione", "total_revenue", "Ricavo totale", "average_invoice", "Fattura media", "outstanding", "Inevase", "invoices_sent", ":count fatture inviate", "active_clients", "clienti attivi", "close", "Chiudi", "email", "Email", "password", "Password", "url", "URL", "secret", "Segreta", "name", "Nome", "logout", "Esci", "login", "Login", "filter", "Filtra", "sort", "Ordina", "search", "Cerca", "active", "Attivo", "archived", "Archived", "deleted", "Eliminato", "dashboard", "Pannello di Controllo", "archive", "Archivia", "delete", "Elimina", "restore", "Ripristina", _s16_195, "Aggiornamento completi", _s23_41, "Inserisci la tua email", _s26_34, "Si prega di inserire la password", _s21_83, "Inserisci il tuo URL", _s26_36, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_121, "Si \xe8 verificato un errore", "paid_to_date", "Pagato a oggi", "balance_due", "Totale da Pagare", "balance", "Bilancio", "overview", "Panoramica", "details", "Dettagli", "phone", "Telefono", "website", "Sito web", "vat_number", "Partita IVA", "id_number", "Codice Fiscale", "create", "Crea", _s19_63, "Copiato :value negli appunti", "error", "Errore", _s16_197, "Esecuzione non riuscita", "contacts", "Contatti", "additional", "Aggiuntivo", "first_name", "Nome", "last_name", "Cognome", "add_contact", "Aggiungi contatto", "are_you_sure", "Sei sicuro?", "cancel", "Annulla", "ok", "Ok", "remove", "Elimina", _s16_199, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_201, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_202, "Prodotto ripristinato con successo", _s17_123, "Archiviati con successo :count prodotti", _s16_203, ":count prodotti eliminati con successo", _s17_124, "Ripristinati con successo :value prodotti", "product_key", "Prodotto", "notes", "Note", "cost", "Cost", "client", "Cliente", "clients", "Clienti", "new_client", "Nuovo Cliente", "created_client", "Cliente creato con successo", "updated_client", "Cliente aggiornato con successo", "archived_client", "Cliente archiviato con successo", _s16_204, ":count clienti archiviati con successo", "deleted_client", _s30_40, "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_205, _s36_13, "address1", "Via", "address2", "Appartamento/Piano", "city", "Citt\xe0", "state", "Stato/Provincia", "postal_code", "Codice postale", "country", "Paese", "invoice", "Fattura", "invoices", "Fatture", "new_invoice", "Nuova Fattura", "created_invoice", "Fattura creata con successo", "updated_invoice", "Fattura aggiornata con successo", _s16_206, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_207, "Fattura ripristinata con successo", _s17_125, ":count fatture archiviate con successo", _s16_208, ":count fatture eliminate con successo", _s17_126, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", _s28_59, "amount", "Importo", "invoice_number", "Numero Fattura", "invoice_date", "Data Fattura", "discount", "Sconto", "po_number", "Numero d'ordine d'acquisto", "terms", "Termini", "public_notes", "Note Pubbliche (Descrizione in fattura)", "private_notes", "Note Personali", "frequency", "Frequenza", "start_date", "Data Inizio", "end_date", "Data Fine", "quote_number", "Numero Preventivo", "quote_date", "Data Preventivo", "valid_until", "Valido fino a", "items", "Articoli", "partial_deposit", _s17_170, "description", "Descrizione", "unit_cost", "Costo unitario", "quantity", "Quantit\xe0", "add_item", "Aggiungi Articolo", "contact", "Contatto", "work_phone", "Telefono", "total_amount", "Ammontare Totale", "pdf", "PDF", "due_date", "Scadenza", _s16_209, _s16_210, "status", "Stato", _s17_127, "Stato della fattura", "quote_status", "Stato preventivo", _s22_59, "Clicca su + per aggiungere un articolo", _s22_61, "Premi + per aggiungere tempo", "count_selected", ":count selezionato/i", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_74, "Selezionate una data per favore", _s22_62, "Seleziona un cliente", _s24_51, "Selezionate una fattura per favore", "task_rate", "Tariffa per le attivit\xe0", "settings", "Impostazioni", "language", "Linguaggio", "currency", "Valuta", "created_at", "Data Creazione", "created_on", "Creato il", "updated_at", "Aggiornato", "tax", "Tassa", _s30_17, "Si prega di inserire un numero di fattura", _s27_51, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_170, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_64, _s48_5, _s22_65, _s48_5, _s23_43, _s48_6, _s23_44, _s48_6, "done", "Completato", _s37_18, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_53, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatto", "activity", "Attivit\xe0", _s16_211, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_125, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_213, "In attesa", _s16_214, "Annullato", _s16_215, "Fallito", _s16_216, "Completato", _s16_217, _s23_69, _s16_218, "Rimborsato", _s17_128, "Non applicato", _s17_129, _s19_27, "net", "Netto", "client_portal", "Portale Clienti", "show_tasks", "Mostra attivit\xe0", "email_reminders", "Promemoria email", "enabled", "Abilitato", "recipients", "Destinatari", "initial_email", "Email iniziale", "first_reminder", "Primo Promemoria", "second_reminder", "Secondo Promemoria", "third_reminder", "Terzo Promemoria", "reminder1", "Primo promemoria", "reminder2", "Secondo promemoria", "reminder3", "Terzo promemoria", "template", "Modello", "send", "Invia", "subject", "Oggetto", "body", "Corpo", "send_email", "Invia Email", "email_receipt", "Invia ricevuta di pagamento al cliente", "auto_billing", _s23_70, "button", "Pulsante", "preview", "Anteprima", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_169, _s21_85, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_219, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_220, "Pagamento ripristinato con successo", _s17_130, ":count pagamenti archiviati con successo", _s16_221, ":count pagamenti eliminati con successo", _s17_131, _s37_20, "quote", "Preventivo", "quotes", "Preventivi", "new_quote", "Nuovo Preventivo", "created_quote", "Preventivo creato con successo", "updated_quote", "Preventivo aggiornato con successo", "archived_quote", "Preventivo archiviato con successo", "deleted_quote", "Preventivo cancellato con successo", "restored_quote", "Preventivo ripristinato con successo", "archived_quotes", "Sono stati archiviati :count preventivi con successo", "deleted_quotes", "Sono stati cancellati :count preventivi con successo", "restored_quotes", _s35_22, "expense", "Spesa", "expenses", "Spese", "vendor", "Fornitore", "vendors", "Fornitori", "task", "Attivit\xe0", "tasks", "Attivit\xe0", "project", "Progetto", "projects", "Progetti", "activity_1", ":user ha creato il cliente :client", "activity_2", ":user ha archiviato il cliente :client", "activity_3", ":user ha cancellato il cliente :client", "activity_4", ":user ha creato la fattura :invoice", "activity_5", ":user ha aggiornato la fattura :invoice", "activity_6", ":user ha inviato per email la fattura :invoice per:client a :contact", "activity_7", ":contact ha visualizzato la fattura :invoice per :client", "activity_8", ":user ha archiviato la fattura :invoice", "activity_9", _s39_13, "activity_10", ":contact ha registrato il pagamento :payment di :payment_amount sulla fattura :invoice per :client", "activity_11", ":user ha aggiornato il pagamento :payment", "activity_12", ":user ha archiviato il pagamento :payment", "activity_13", ":user ha cancellato il pagamento :payment", "activity_14", ":user ha inserito il credito :credit", "activity_15", ":user ha aggiornato il credito :credit", "activity_16", ":user ha archiviato il credito :credit", "activity_17", ":user ha cancellato il credito :credit", "activity_18", _s36_39, "activity_19", _s36_39, "activity_20", ":user ha inviato per email il preventivo :quote per :client a :contact", "activity_21", ":contact ha visto il preventivo :quote", "activity_22", ":user ha archiviato il preventivo :quote", "activity_23", ":user ha cancellato il preventivo :quote", "activity_24", ":user ha ripristinato il preventivo :quote", "activity_25", ":user ha ripristinato la fattura :invoice", "activity_26", ":user ha ripristinato il cliente :client", "activity_27", ":user ha ripristinato il pagamento :payment", "activity_28", ":user ha ripristinato il credito :credit", "activity_29", ":contact ha approvato il preventivo :quote per :client", "activity_30", "L'utente :user ha creato il fornitore :vendor", "activity_31", "L'utente :user ha archiviato il fornitore :vendor", "activity_32", "L'utente :user ha eliminato il fornitore :vendor", "activity_33", "L'utente :user ha ripristinato il fornitore :vendor", "activity_34", "L'utente :user ha creato la spesa :expense", "activity_35", "L'utente :user ha archiviato la spesa :expense", "activity_36", "L'utente :user ha eliminato la spesa :expense", "activity_37", "L'utente :user ha ripristinato la spesa :expense", "activity_39", ":user ha annullato un pagamento :payment da :payment_amount", "activity_40", ":user ha rimborsato :adjustment di un pagamento :payment da :payment_amount", "activity_41", "pagamento di :payment_amount (:payment) fallito", "activity_42", "L'utente :user ha creato l'attivit\xe0 :task", "activity_43", "L'utente :user ha aggiornato l'attivit\xe0 :task", "activity_44", "L'utente :user ha archiviato l'attivit\xe0 :task", "activity_45", "L'utente :user ha eliminato l'attivit\xe0 :task", "activity_46", "L'utente :user ha ripristinato l'attivit\xe0 :task", "activity_47", "L'utente :user ha aggiornato la spesa :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user ha riaperto il ticket :ticket", "activity_55", ":contact ha risposto al ticket :ticket", "activity_56", ":user ha visualizzato il ticket :ticket", "activity_57", "Il sistema non \xe8 riuscito a inviare la fattura :invoice via e-mail", "activity_58", ":user ha stornato la fattura :invoice", "activity_59", _s39_13, "activity_60", ":contact ha visualizzato il preventivo :quote", "activity_61", ":user ha aggiornato il cliente :client", "activity_62", ":user ha aggiornato il fornitore :vendor", "activity_63", ":user ha inviato il primo promemoria per la fattura :invoice a :contact", "activity_64", ":user ha inviato un secondo promemoria per la fattura :invoice a :contact", "activity_65", ":user ha inviato il terzo promemoria per la fattura :invoice a :contact", "activity_66", ":user ha inviato un promemoria ricorrente per la fattura :invoice a :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", _s27_65, _s20_76, "Preventivo contrassegnato come inviato con successo", _s21_87, _s34_21, "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_66, _s22_67, "custom_value1", _s21_129, "custom_value2", _s21_129, "custom_value3", "Valore Personalizzato 3", "custom_value4", "Valore Personalizzato 4", _s18_95, _s18_96, _s24_56, "Messaggio Pannello di Controllo Personalizzato", _s29_37, "Messaggio personalizzato su fattura non pagata", _s27_58, "Messaggio personalizzato fattura pagata", _s31_18, _s31_19, "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_64, "Pattern numero attivit\xe0", _s19_66, "Contatore numero attivit\xe0", _s22_68, "Formato numero spesa", _s22_70, "Contatore numero spesa", _s21_88, "Formato numero fornitore", _s21_90, "Contatore numero venditore", _s21_92, "Formato numero ticket", _s21_94, "Contatore numero ticket", _s22_72, "Formato numero pagamento", _s22_74, "Contatore numero pagamento", _s22_76, "Formato numero fatture", _s22_78, "Contatore numerazione fatture", _s20_77, "Formato numero preventivi", _s20_79, "Contatore numerazione preventivi", _s21_96, _s22_116, _s21_98, _s24_84, _s21_100, _s22_116, _s21_101, _s24_84, _s18_97, "Resetta contatore data", "counter_padding", "Riempimento contatore", _s28_57, "Contatore condiviso per fatture/preventivi", _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, "Oggetto della fattura e-mail", _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Oggetto e-mail pagamento parziale", "show_table", "Mostra Tabella", "show_list", "Mostra Lista", "client_city", "Citt\xe0 cliente", "client_state", "Stato cliente", "client_country", "Paese cliente", _s16_222, "Il cliente \xe8 attivo", "client_balance", "Bilancio cliente", "client_address1", "Via del cliente", "client_address2", "Appartamento/Scala del cliente", "vendor_address1", "Via Fornitore", "vendor_address2", "Scala/Appartamento Fornitore", _s24_58, "Via spedizione cliente", _s24_59, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_226, "Scadenza fattura", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s23_70, "archived_at", "Archived At", "has_expenses", "Ha spese", "custom_taxes1", "Tasse Personalizzate 1", "custom_taxes2", "Tasse Personalizzate 2", "custom_taxes3", "Tasse Personalizzate 3", "custom_taxes4", "Tasse Personalizzate 4", _s17_134, _s24_80, _s17_135, _s24_81, _s17_136, _s24_82, _s17_137, _s24_83, "is_deleted", "\xc8 cancellato", "vendor_city", "Citt\xe0 Fornitore", "vendor_state", "Stato Fornitore", "vendor_country", "Paese fornitore", "is_approved", "\xc8 approvato", "tax_name", "Nome Tassa", "tax_amount", "Importo tassa", "tax_paid", "Tassa pagata", "payment_amount", "Importo Pagamento", "age", "Et\xe0", "is_running", "Is Running", "time_log", "Log temporale", "bank_id", "Banca", _s19_70, "ID della categoria di spesa", _s16_227, "Categoria Spesa", _s19_72, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Tax Name 3", "transaction_id", "ID transazione", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u3092\u8ffd\u52a0", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u8acb\u6c42\u66f8 :invoice \u306b\u8ffd\u52a0", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "\u8acb\u6c42\u66f8\u901a\u8ca8", "range", "\u7bc4\u56f2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u6709\u52b9", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u3042\u306a\u305f\u81ea\u8eab\u306eWeb\u30b5\u30a4\u30c8\u3067\u8acb\u6c42\u66f8\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3\u3092\u8a2d\u5b9a", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "2\u8981\u7d20\u8a8d\u8a3c", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96a0\u3059", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_15, _s29_7, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_62, _s16_63, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u6255\u3044", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u8acb\u6c42\u5408\u8a08", "quote_total", "\u898b\u7a4d\u91d1\u984d\u5408\u8a08", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "\u7d4c\u8cbb\u756a\u53f7", "task_number", "\u30bf\u30b9\u30af\u756a\u53f7", "project_number", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u756a\u53f7", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u9867\u5ba2\u540d", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_49, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_53, _s21_54, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_28, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_141, _s24_37, "Invoice Ninja \u3078\u3088\u3046\u3053\u305d", "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "\u9867\u5ba2\u756a\u53f7", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc1\u9001\u4fe1\u6e08", "reminder2_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc2\u9001\u4fe1\u6e08", "reminder3_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc3\u9001\u4fe1\u6e08", _s18_53, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u7a0e", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "\u524d\u53d7\u91d1\u3092\u9069\u7528", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "\u5165\u91d1\u65b9\u6cd5", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u6b21\u56de\u8acb\u6c42", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u306e\u5165\u91d1", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u8acb\u6c42\u3092\u65b0\u898f\u4f5c\u6210", "create_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210", "create_payment", "Create Payment", "create_vendor", "\u65b0\u3057\u3044\u7d0d\u5165\u696d\u8005", "update_quote", "Update Quote", "delete_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664", "update_invoice", "Update Invoice", "delete_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664", "update_client", "Update Client", "delete_client", "\u9867\u5ba2\u3092\u524a\u9664", "delete_payment", "\u5165\u91d1\u3092\u524a\u9664", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "\u30bf\u30b9\u30af\u3092\u65b0\u898f\u4f5c\u6210", "update_task", "Update Task", "delete_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u30d5\u30ea\u30fc", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "\u30c8\u30fc\u30af\u30f3", "tokens", "\u30c8\u30fc\u30af\u30f3", "new_token", "New Token", "edit_token", "\u30c8\u30fc\u30af\u30f3\u3092\u7de8\u96c6", "created_token", "\u30c8\u30fc\u30af\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002", "updated_token", "\u30c8\u30fc\u30af\u30f3\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_token", "\u30c8\u30fc\u30af\u30f3\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_token", "\u30c8\u30fc\u30af\u30f3\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3059\u308b", "email_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u524d\u53d7\u91d1\u7dcf\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, "\u6587\u66f8\u306e\u691c\u7d22", "search_designs", "Search Designs", "search_invoices", "\u8acb\u6c42\u66f8\u306e\u691c\u7d22", "search_clients", "\u9867\u5ba2\u306e\u691c\u7d22", "search_products", "\u5546\u54c1\u306e\u691c\u7d22", "search_quotes", "\u898b\u7a4d\u66f8\u306e\u691c\u7d22", "search_credits", "Search Credits", "search_vendors", "\u7d0d\u5165\u696d\u8005\u306e\u691c\u7d22", "search_users", "\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22", _s16_86, "\u7a0e\u7387\u306e\u691c\u7d22", "search_tasks", "\u30bf\u30b9\u30af\u306e\u691c\u7d22", "search_settings", "\u8a2d\u5b9a\u306e\u691c\u7d22", "search_projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u691c\u7d22", "search_expenses", "\u7d4c\u8cbb\u306e\u691c\u7d22", "search_payments", "Search Payments", "search_groups", "\u30b0\u30eb\u30fc\u30d7\u306e\u691c\u7d22", "search_company", "\u4f1a\u793e\u306e\u691c\u7d22", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "\u898b\u7a4d\u66f8\u9001\u4fe1\u6e08", "credit_sent", "\u524d\u53d7\u91d1\u9001\u4fe1\u6e08", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_47, "\u6ce8\u610f: \u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u5b8c\u5168\u306b\u524a\u9664\u3057\u307e\u3059\u3002\u524a\u9664\u306e\u53d6\u308a\u6d88\u3057\u306f\u51fa\u6765\u307e\u305b\u3093\u3002", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u30d8\u30c3\u30c0", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "\u524d\u53d7\u91d1\u53d7\u65e5\u4ed8", "credit", "\u524d\u53d7\u91d1", "credits", "\u524d\u53d7\u91d1", "new_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332", "edit_credit", "Edit Credit", "created_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_credit", _s27_34, "archived_credit", "\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credit", "\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_credit", _s27_36, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_100, ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credits", ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_101, _s36_9, "current_version", "\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3", "latest_version", "Latest Version", "update_now", "\u4eca\u3059\u3050\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s26_21, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_102, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_13, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u30ea\u30bb\u30c3\u30c8", "number", "\u756a\u53f7", "export", "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "chart", "\u30c1\u30e3\u30fc\u30c8", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "\u524d\u53d7\u91d1\u6b8b\u9ad8", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "\u30ec\u30dd\u30fc\u30c8", "report", "\u30ec\u30dd\u30fc\u30c8", "add_company", "\u4f1a\u793e\u3092\u8ffd\u52a0", "unpaid_invoice", "\u672a\u6255\u306e\u8acb\u6c42\u66f8", "paid_invoice", "\u652f\u6255\u6e08\u306e\u8acb\u6c42\u66f8", _s16_136, _s16_137, "help", "\u30d8\u30eb\u30d7", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u5c0f\u8a08", "line_total", "Line Total", "item", "\u30a2\u30a4\u30c6\u30e0", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "\u306f\u3044", "no", "\u3044\u3044\u3048", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u8a2d\u5b9a", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "\u8acb\u6c42\u66f8\u30e1\u30fc\u30eb", "payment_email", "\u652f\u6255\u3044\u30e1\u30fc\u30eb", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "\u30e6\u30fc\u30b6\u7ba1\u7406", "users", "\u30e6\u30fc\u30b6\u30fc", "new_user", "\u65b0\u3057\u3044\u30e6\u30fc\u30b6", "edit_user", "\u30e6\u30fc\u30b6\u306e\u7de8\u96c6", "created_user", _s25_36, "updated_user", "\u30e6\u30fc\u30b6\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", "archived_user", "\u30e6\u30fc\u30b6\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_user", "\u30e6\u30fc\u30b6\u3092\u524a\u9664\u3057\u307e\u3057\u305f", "removed_user", _s25_39, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_92, _s17_93, _s22_55, _s87_, _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "\u6700\u521d\u306e\u30da\u30fc\u30b8", "all_pages", "\u5168\u3066\u306e\u30da\u30fc\u30b8", "last_page", "\u6700\u5f8c\u306e\u30da\u30fc\u30b8", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u30d7\u30e9\u30a4\u30de\u30ea\u30fb\u30ab\u30e9\u30fc", "secondary_color", "\u30bb\u30ab\u30f3\u30c0\u30ea\u30fb\u30ab\u30e9\u30fc", "page_size", "Page Size", "font_size", "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba", "quote_design", "Quote Design", "invoice_fields", "\u8acb\u6c42\u66f8\u3092\u30d5\u30a3\u30fc\u30eb\u30c9", "product_fields", "Product Fields", "invoice_terms", "\u8acb\u6c42\u6761\u4ef6", "invoice_footer", "\u8acb\u6c42\u66f8\u30d5\u30c3\u30bf\u30fc", "quote_terms", "Quote Terms", "quote_footer", "\u898b\u7a4d\u66f8\u30d5\u30c3\u30bf", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9", "number_pattern", "Number Pattern", "messages", "\u30e1\u30c3\u30bb\u30fc\u30b8", "custom_css", "\u30ab\u30b9\u30bf\u30e0CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u3069\u3046\u305e\u3088\u308d\u3057\u304f\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059\u3002", _s24_41, _s86_, "plain", "\u30d7\u30ec\u30fc\u30f3", "light", "\u30e9\u30a4\u30c8", "dark", "\u30c0\u30fc\u30af", "email_design", "E\u30e1\u30fc\u30eb \u30c7\u30b6\u30a4\u30f3", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u3092\u8a31\u53ef\u3059\u308b", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_49, _s45_6, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_162, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_163, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_104, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", _s18_115, _s18_84, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_69, _s65_0, _s16_165, "\u5546\u54c1\u306e\u5909\u63db", _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "\u65e5\u66dc\u65e5", "monday", "\u6708\u66dc\u65e5", "tuesday", "\u706b\u66dc\u65e5", "wednesday", "\u6c34\u66dc\u65e5", "thursday", "\u6728\u66dc\u65e5", "friday", "\u91d1\u66dc\u65e5", "saturday", "\u571f\u66dc\u65e5", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u30ed\u30b4", "saved_settings", _s27_41, _s16_171, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_109, "\u8a73\u7d30\u8a2d\u5b9a", "company_details", "\u4f01\u696d\u60c5\u5831", "user_details", "\u30e6\u30fc\u30b6\u306e\u8a73\u7d30", "localization", "\u5730\u57df\u8a2d\u5b9a", "online_payments", "\u30aa\u30f3\u30e9\u30a4\u30f3\u5165\u91d1", "tax_rates", "\u7a0e\u7387", "notifications", "\u901a\u77e5", "import_export", "\u30a4\u30f3\u30dd\u30fc\u30c8 | \u30a8\u30af\u30b9\u30dd\u30fc\u30c8 | \u30ad\u30e3\u30f3\u30bb\u30eb", "custom_fields", "\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9", "invoice_design", "\u8acb\u6c42\u66f8\u30c7\u30b6\u30a4\u30f3", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E\u30e1\u30fc\u30eb\u8a2d\u5b9a", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u5229\u7528\u898f\u7d04", "privacy_policy", "Privacy Policy", "sign_up", "\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u652f\u6255\u6e08\u306b\u3059\u308b", "category", "Category", "address", "\u4f4f\u6240", "new_vendor", "New Vendor", "created_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_vendor", _s28_28, _s16_181, ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendors", ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_185, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "\u30b9\u30bf\u30fc\u30c8", "stop", "\u30b9\u30c8\u30c3\u30d7", "started_task", _s25_47, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_49, "now", "Now", _s16_186, _s16_187, "timer", "\u30bf\u30a4\u30de\u30fc", "manual", "Manual", "budgeted", "Budgeted", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d42\u4e86\u6642\u9593", "date", "\u65e5\u4ed8", "times", "Times", "duration", "Duration", "new_task", "\u65b0\u3057\u3044\u30bf\u30b9\u30af", "created_task", "\u30bf\u30b9\u30af\u304c\u767b\u9332\u3055\u308c\u307e\u3057\u305f\u3002", "updated_task", "\u30bf\u30b9\u30af\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002", "archived_task", "\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_task", "\u30bf\u30b9\u30af\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_188, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_34, _s16_189, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_117, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_47, "\u5f0a\u793e\u306eApp\u3092\u3054\u5229\u7528\u9802\u304d\u8aa0\u306b\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002", "if_you_like_it", _s21_82, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\u30ab\u30b9\u30bf\u30e0", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u8acb\u6c42\u66f8\u3092\u8868\u793a", "convert", "Convert", "more", "More", "edit_client", "\u9867\u5ba2\u3092\u7de8\u96c6", "edit_product", "\u5546\u54c1\u3092\u7de8\u96c6", "edit_invoice", "\u8acb\u6c42\u3092\u7de8\u96c6", "edit_quote", "\u898b\u7a4d\u66f8\u3092\u7de8\u96c6", "edit_payment", "\u652f\u6255\u3044\u3092\u7de8\u96c6", "edit_task", "\u30bf\u30b9\u30af\u3092\u66f4\u65b0", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u7de8\u96c6", _s20_72, _s20_73, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", _s20_81, "active_clients", "\u6709\u52b9\u306a\u9867\u5ba2", "close", "\u9589\u3058\u308b", "email", "E\u30e1\u30fc\u30eb", "password", "\u30d1\u30b9\u30ef\u30fc\u30c9", "url", "URL", "secret", "Secret", "name", "\u540d\u524d", "logout", "\u30ed\u30b0\u30a2\u30a6\u30c8", "login", "\u30ed\u30b0\u30a4\u30f3", "filter", "\u30d5\u30a3\u30eb\u30bf\u30fc", "sort", "Sort", "search", "\u691c\u7d22", "active", "\u6709\u52b9", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9", "archive", "\u30a2\u30fc\u30ab\u30a4\u30d6", "delete", "\u524a\u9664", "restore", "\u30ea\u30b9\u30c8\u30a2", _s16_195, "\u66f4\u65b0\u5b8c\u4e86", _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_121, _s17_122, "paid_to_date", "\u73fe\u5728\u307e\u3067\u306e\u652f\u6255\u6e08\u984d", "balance_due", "Balance Due", "balance", "\u30d0\u30e9\u30f3\u30b9", "overview", "\u6982\u8981", "details", "\u8a73\u7d30", "phone", "\u96fb\u8a71", "website", "WEB\u30b5\u30a4\u30c8", "vat_number", "VAT\u30ca\u30f3\u30d0\u30fc", "id_number", "ID\u30ca\u30f3\u30d0\u30fc", "create", "\u4f5c\u6210", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u30b3\u30f3\u30bf\u30af\u30c8", "additional", "Additional", "first_name", "\u540d", "last_name", "\u59d3", "add_contact", "\u9023\u7d61\u5148\u306e\u8ffd\u52a0", "are_you_sure", "\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", "cancel", "\u30ad\u30e3\u30f3\u30bb\u30eb", "ok", "Ok", "remove", "Remove", _s16_199, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u7121\u52b9\u3067\u3059", "product", "\u5546\u54c1", "products", "\u5546\u54c1", "new_product", "\u65b0\u3057\u3044\u5546\u54c1", "created_product", "\u5546\u54c1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_product", "\u5546\u54c1\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_201, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_203, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_124, _s37_16, "product_key", "Product", "notes", "\u30ce\u30fc\u30c8", "cost", "Cost", "client", "\u9867\u5ba2", "clients", "\u9867\u5ba2", "new_client", "\u65b0\u3057\u3044\u9867\u5ba2", "created_client", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_client", "\u9867\u5ba2\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_client", "\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_204, ":count \u4ef6\u306e\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_client", "\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "deleted_clients", ":count \u770c\u306e\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_client", "\u9867\u5ba2\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s16_205, _s36_13, "address1", "\u756a\u5730", "address2", "\u5efa\u7269", "city", "\u5e02\u533a\u753a\u6751", "state", "\u90fd\u9053\u5e9c\u770c", "postal_code", "\u90f5\u4fbf\u756a\u53f7", "country", "\u56fd", "invoice", "\u8acb\u6c42\u66f8", "invoices", "\u8acb\u6c42\u66f8", "new_invoice", "\u65b0\u3057\u3044\u8acb\u6c42\u66f8", "created_invoice", "\u8acb\u6c42\u66f8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_invoice", "\u8acb\u6c42\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_206, "\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_207, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_125, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_208, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_126, _s37_17, "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_59, "amount", "\u91d1\u984d", "invoice_number", "\u8acb\u6c42\u66f8\u756a\u53f7", "invoice_date", "\u8acb\u6c42\u65e5", "discount", "\u5024\u5f15\u304d", "po_number", "PO\u756a\u53f7", "terms", "\u6761\u9805", "public_notes", "Public Notes", "private_notes", "\u975e\u516c\u958b\u5099\u8003", "frequency", "\u983b\u5ea6", "start_date", "\u958b\u59cb\u65e5", "end_date", "\u7d42\u4e86\u65e5", "quote_number", "\u898b\u7a4d\u66f8\u756a\u53f7", "quote_date", "\u898b\u7a4d\u65e5", "valid_until", "Valid Until", "items", "\u30a2\u30a4\u30c6\u30e0", "partial_deposit", "Partial/Deposit", "description", "\u8aac\u660e", "unit_cost", "\u5358\u4fa1", "quantity", "\u6570\u91cf", "add_item", "\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0", "contact", "\u30b3\u30f3\u30bf\u30af\u30c8", "work_phone", "\u96fb\u8a71\u756a\u53f7", "total_amount", "\u5408\u8a08\u91d1\u984d", "pdf", "PDF", "due_date", "\u652f\u6255\u65e5", _s16_209, _s16_210, "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u8a2d\u5b9a", "language", "Language", "currency", "\u901a\u8ca8", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u7a0e", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "\u9001\u4fe1\u6e08", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "\u652f\u6255\u6e08", "mark_sent", "\u9001\u4ed8\u6e08\u307f\u306b\u3059\u308b", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "\u5b8c\u4e86", _s37_18, _s37_19, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_211, _s16_212, "clone", "\u8907\u88fd", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u652f\u6255\u6761\u4ef6", "payment_date", "\u652f\u6255\u65e5", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "\u5b8c\u4e86", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u9867\u5ba2\u30dd\u30fc\u30bf\u30eb", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "\u30b5\u30d6\u30b8\u30a7\u30af\u30c8", "body", "\u672c\u6587", "send_email", "\u30e1\u30fc\u30eb\u3092\u9001\u4fe1", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "\u30ab\u30b9\u30bf\u30de\u30a4\u30ba", "history", "\u5c65\u6b74", "payment", "Payment", "payments", "\u5165\u91d1", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u5165\u91d1\u3092\u767b\u9332", "new_payment", "\u5165\u91d1\u3092\u767b\u9332", "created_payment", "\u5165\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_payment", "\u652f\u6255\u3044\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", _s16_219, "\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_payment", "\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_220, _s29_30, _s17_130, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_221, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_131, _s37_20, "quote", "\u898b\u7a4d\u66f8", "quotes", "\u898b\u7a4d\u66f8", "new_quote", "\u65b0\u3057\u3044\u898b\u7a4d\u66f8", "created_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "updated_quote", "\u898b\u7a4d\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_quote", "\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quote", "\u898b\u7a4d\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "\u7d4c\u8cbb", "vendor", "Vendor", "vendors", "\u7d0d\u5165\u696d\u8005", "task", "Task", "tasks", "\u30bf\u30b9\u30af", "project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "activity_1", ":user \u306f \u9867\u5ba2 :client \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_2", ":user \u306f \u9867\u5ba2 :client \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "activity_3", ":user \u306f \u9867\u5ba2 :client \u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "activity_4", ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_5", _s32_22, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s32_22, "activity_9", _s32_22, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "\u30ef\u30f3\u30bf\u30a4\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9", "emailed_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_77, _s20_78, _s20_79, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u30c6\u30fc\u30d6\u30eb\u3092\u8868\u793a", "show_list", "\u30ea\u30b9\u30c8\u3092\u8868\u793a", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "\u652f\u6255\u671f\u65e5", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a0e\u540d\u79f0", "tax_amount", "Tax Amount", "tax_paid", "\u7a0e\u91d1\u652f\u6255\u6e08", "payment_amount", "\u5165\u91d1\u984d", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "lv_LV", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "P\u0113c Noklus\u0113juma", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "St\u0101voklis", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_45, _s17_11, _s17_12, "week", "Ned\u0113\u013ca", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "Diapazons", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "Skat\u012bt kopskatu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "At\u013caut", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Noraid\u012bts", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Iepriek\u0161\u0113jais Kvart\u0101ls", "to_update_run", "To update run", _s18_37, _s18_38, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Kolonna", "sample", "Paraugs", "map_to", "Map To", "import", "Imports", _s25_15, _s29_7, "select_file", "L\u016bdzu, izv\u0113lieties failu", _s16_62, _s16_63, "csv_file", "CSV fails", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Serviss", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pieg\u0101des piez\u012bme", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Da\u013c\u0113js maks\u0101jums", "invoice_total", "Kop\u0113jais r\u0113\u0137ins", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klienta v\u0101rds", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_49, "Atk\u0101rtoti r\u0113\u0137ini", _s21_53, _s21_54, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Atv\u0113rti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "Veiksm\u012bgi nos\u016bt\u012bti r\u0113\u0137ini", "emailed_quotes", "Veiksm\u012bgi nos\u016bt\u012bti cit\u0101ti", "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Stundas", "statement", "Konta izraksts", "taxes", "Nodok\u013ci", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Maks\u0101juma veids", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Izv\u0113l\u0113ties Pied\u0101v\u0101jumu", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Gaid\u0101mie r\u0113\u0137ini", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Gaid\u0101mie Pied\u0101v\u0101jumi", "expired_quotes", "Pied\u0101v\u0101jumi, kuriem beidzies der\u012bguma termi\u0146\u0161.", "create_client", "Create Client", "create_invoice", "Izveidojiet r\u0113\u0137inu", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Dz\u0113st r\u0113\u0137inu", "update_client", "Update Client", "delete_client", "Dz\u0113st klientu", "delete_payment", "Dz\u0113st maks\u0101jumu", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Nos\u016bt\u012bt r\u0113\u0137inu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kred\u012bta summa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Mekl\u0113t Pied\u0101v\u0101jumu", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Bi\u013cetes", _s16_98, "Atk\u0101rtoti Pied\u0101v\u0101jumi", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Kred\u012bta datums", "credit", "Kred\u012bts", "credits", "Kred\u012bti", "new_credit", "Ievadiet kred\u012btu", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Uzzin\u0101t vair\u0101k", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Diena", "month", "M\u0113nesis", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Kred\u012bta atlikums", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Nor\u0113\u0137inu iela", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-pasts sazi\u0146ai", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zi\u0146ojums", "from", "From", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Starpsumma", "line_total", "Poz\u012bcija kop\u0101", "item", "Poz\u012bcija", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mob\u012bl\u0101", "desktop", "Desktopa", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Iesniegt", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "R\u0113\u0137ina e-pasts", "payment_email", "Maks\u0101jumu e-pasts", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Cit\u0113t e-pastu", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "User Management", "users", "Lietot\u0101ji", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_36, "updated_user", _s25_37, "archived_user", _s26_26, "deleted_user", _s25_38, "removed_user", _s25_39, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "R\u0113\u0137ina nosac\u012bjumi", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, "Autom\u0101tiski arhiv\u0113t Pied\u0101v\u0101jumu, kad tas ticis konvert\u0113ts.", _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Piel\u0101gota CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Ar cie\u0146u,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "E-pasta dizains", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Atbild\u0113t uz e-pastu", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kred\u012btkarte", "bank_transfer", "Bankas p\u0101rskait\u012bjums", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Maks: :maks", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Likme", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", _s18_115, _s18_84, _s71_, "update_products", _s20_82, _s20_69, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Izmaksas", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Janv\u0101ris", "february", "Febru\u0101ris", "march", "Marts", "april", "Apr\u012blis", "may", "Maijs", "june", "J\u016bnijs", "july", "J\u016blijs", "august", "Augusts", "september", "Septembris", "october", "Oktobris", "november", "Novembris", "december", "Decembris", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Uz\u0146\u0113muma inform\u0101cija", "user_details", "User Details", "localization", "Lokaliz\u0101cija", "online_payments", "Tie\u0161saites maks\u0101jumi", "tax_rates", "Nodok\u013cu likmes", "notifications", "Pazi\u0146ojumi", "import_export", "Imports / Eksports", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-pasta iestat\u012bjumi", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Priv\u0101tuma politika", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Lejupiel\u0101d\u0113t", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Adrese", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", _s25_48, "resumed_task", _s25_49, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Datums", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_50, "updated_task", _s25_51, "archived_task", _s26_32, "deleted_task", _s25_52, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Jauns projekts", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Sal\u012bdzin\u0101t", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0160odien", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teko\u0161ais", "previous", "Iepriek\u0161\u0113jais", "current_period", "Teko\u0161ais periods", _s17_119, _s17_120, "previous_period", "Iepriek\u0161\u0113jais periods", "previous_year", "Iepriek\u0161\u0113jais gads", "compare_to", "Sal\u012bdzin\u0101t ar", "last7_days", "P\u0113d\u0113jas 7 dienas", "last_week", "P\u0113d\u0113ja ned\u0113\u013ca", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Nokop\u0113t uz cenu pied\u0101v\u0101jumu", "clone_to_credit", "Clone to Credit", "view_invoice", "Apskat\u012bt r\u0113\u0137inu", "convert", "Konvert\u0113t", "more", "Vair\u0101k", "edit_client", "Redi\u0123\u0113t klientu", "edit_product", "Edit Product", "edit_invoice", "Redi\u0123\u0113t r\u0113\u0137inu", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Redi\u0123\u0113t projektu", _s20_72, _s20_73, "billing_address", "Billing Address", _s16_193, "Pieg\u0101des adrese", "total_revenue", "Total Revenue", "average_invoice", "Vid\u0113jais r\u0113\u0137ins", "outstanding", "Nesamaks\u0101ts", "invoices_sent", _s20_81, "active_clients", "akt\u012bvie klienti", "close", "Aizv\u0113rt", "email", "Epasts", "password", "Password", "url", "URL", "secret", "Secret", "name", "Nosaukums", "logout", "Log Out", "login", "Login", "filter", "Filtrs", "sort", "\u0160\u0137irot", "search", "Mekl\u0113t", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Inform\u0101cijas panelis", "archive", "Arh\u012bvs", "delete", "Dz\u0113st", "restore", "Restore", _s16_195, "Atjauno\u0161ana pabeigta", _s23_41, "L\u016bdzu ievadiet j\u016bsu epastu", _s26_34, "L\u016bdzu ievadiet j\u016bsu paroli", _s21_83, "L\u016bdzu ievadiet j\u016bsu URL", _s26_36, "L\u016bdzu ievadiet produkta atsl\u0113gu", "ascending", "Ascending", "descending", "Descending", "save", "Saglab\u0101t", _s17_121, _s17_122, "paid_to_date", "Apmaks\u0101ts l\u012bdz r\u0113\u0137ina izrakst\u012b\u0161anas datumam", "balance_due", "Summa apmaksai", "balance", "Bilance", "overview", "Overview", "details", "S\u012bk\u0101ka inform\u0101cija", "phone", "T\u0101lrunis", "website", "M\u0101jas lapa", "vat_number", "PVN re\u0123. Nr.", "id_number", "Re\u0123. Nr.", "create", "Izveidot", _s19_63, _s30_16, "error", "K\u013c\u016bda", _s16_197, _s16_198, "contacts", "Kontakti", "additional", "Additional", "first_name", "V\u0101rds", "last_name", "Uzv\u0101rds", "add_contact", "Pievienot kontaktu", "are_you_sure", "Vai tu esi p\u0101rliecin\u0101ts?", "cancel", "Atcelt", "ok", "Ok", "remove", "No\u0146emt", _s16_199, _s16_200, "product", "Produkts", "products", "Produkti", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Piez\u012bmes", "cost", "Cost", "client", "Klients", "clients", "Klienti", "new_client", "Jauns klients", "created_client", "Veiksm\u012bgi izveidots klients", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Iela", "address2", "Dz/Kab", "city", "Pils\u0113ta", "state", "Novads", "postal_code", "Pasta indekss", "country", "Country", "invoice", "R\u0113\u0137ins", "invoices", "R\u0113\u0137ini", "new_invoice", "Jauns r\u0113\u0137ins", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_62, "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "R\u0113\u0137ina numurs", "invoice_date", "R\u0113\u0137ina datums", "discount", "Atlaide", "po_number", "Pas\u016bt\u012bjuma numurs", "terms", "Nosac\u012bjumi", "public_notes", "Publiskas piez\u012bmes", "private_notes", "Priv\u0101tas piez\u012bmes", "frequency", "Bie\u017eums", "start_date", "S\u0101kuma datums", "end_date", "Beigu datums", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Der\u012bgs l\u012bdz", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Apraksts", "unit_cost", "Vien\u012bbas cena", "quantity", "Daudzums", "add_item", "Add Item", "contact", "Kontakts", "work_phone", "T\u0101lrunis", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmaks\u0101t l\u012bdz", _s16_209, _s16_210, "status", "Statuss", _s17_127, "R\u0113\u0137ina statuss", "quote_status", "Cenu pied\u0101v\u0101juma statuss", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Iestat\u012bjumi", "language", "Valoda", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Atjaunots", "tax", "Nodoklis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Skat\u012bts", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Izpild\u012bts", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivit\u0101te", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Izm\u0113rs", "payment_terms", "Apmaksas termi\u0146\u0161", "payment_date", "Maks\u0101juma datums", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Sa\u0146\u0113m\u0113ji", "initial_email", "Standarta e-pasts", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Sagatave", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "S\u016bt\u012bt e-pastu", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Poga", "preview", "Apskat\u012bt", "customize", "Piel\u0101got", "history", "V\u0113sture", "payment", "Payment", "payments", "Maks\u0101jumi", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Dar\u012bjuma atsauce", "enter_payment", "Ievadiet maks\u0101jumu", "new_payment", "Ievad\u012bt maks\u0101jumu", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Pied\u0101v\u0101jumi", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Veiksm\u012bgi saarhiv\u0113ti :count Pied\u0101v\u0101jumi", "deleted_quotes", "Veiksm\u012bgi dz\u0113sti :count Pied\u0101v\u0101jumi", "restored_quotes", "Veiksm\u012bgi atjaunin\u0101ti :value Pied\u0101v\u0101jumi", "expense", "Expense", "expenses", "Izdevumi", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Projekts", "projects", "Projekti", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user nos\u016bt\u012bja r\u0113\u0137inu :invoice priek\u0161 :client uz :contact", "activity_7", ":contact ir apskat\u012bjis R\u0113\u0137inu :invoice priek\u0161 :client", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact ievad\u012bja Maks\u0101jumu :payment par Summu :payment_amount R\u0113\u0137inam :invoice priek\u0161 :client", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user nos\u016bt\u012bja Pied\u0101v\u0101jumu :quote priek\u0161 :client uz :contact", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact apstiprin\u0101ja Pied\u0101v\u0101jumu :quote priek\u0161 :client", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user atk\u0101rtoti atv\u0113ra Zi\u0146ojumu :ticket", "activity_55", ":contact atbild\u0113ja uz Zi\u0146ojumu :ticket", "activity_56", ":user paskatij\u0101s Zi\u0146ojumu :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_76, "Cenu pied\u0101v\u0101jums veiksm\u012bgi atz\u012bm\u0113ts k\u0101 nos\u016bt\u012bts", _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Izv\u0113lieties", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Maks\u0101juma summa", "age", "Age", "is_running", "Is Running", "time_log", "Laika Logi", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Izdevumu kategorija", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Apmok\u0117jimo s\u0105lygos", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "B\u016bkl\u0117", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_45, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "S\u0105skaitos valiuta", "range", "Intervalas", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u012era\u0161yti slapta\u017eod\u012f", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u012egalinti", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Si\u0173sti el. pa\u0161tu", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Gr\u0105\u017einti mok\u0117jimai", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, _s18_38, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sl\u0117pti", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_15, _s29_7, "select_file", "Pasirinkite fail\u0105", _s16_62, _s16_63, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pakavimo Lapas", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Dalinis", "invoice_total", "Suma Viso", "quote_total", "S\u0105matos viso", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kliento Vardas", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "B\u016btina s\u0105skaita fakt\u016bra", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Debeto s\u0105skaita", _s18_49, "Debeto s\u0105skaitos", _s21_53, "Nauja debeto s\u0105skaita", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Visada", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u012emon\u0117s pavadinimas", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Valandos", "statement", "Statement", "taxes", "Mokes\u010diai", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Pirk\u0117jas", "health_check", "Health Check", "payment_type_id", "Mok\u0117jimo tipas", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Naujos s\u0105skaitos", _s17_65, _s17_66, "recent_payments", "Naujausi mok\u0117jimai", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Sukurti s\u0105skait\u0105", "create_quote", "Sukurti s\u0105mat\u0105", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "I\u0161trinti s\u0105skait\u0105", "update_client", "Update Client", "delete_client", "Trinti klient\u0105", "delete_payment", "I\u0161trinti mok\u0117jim\u0105", "update_vendor", "Update Vendor", "delete_vendor", "Trinti", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Sukurti darb\u0105", "update_task", "Update Task", "delete_task", "Trinti", "approve_quote", "Approve Quote", "off", "I\u0161j.", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", "Ie\u0161koti :count Webhooks", "search_webhook", "Ie\u0161koti 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Ie\u0161koti :count rakt\u0173", "search_token", "Ie\u0161koti 1 rakt\u0105", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredito suma", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, "Dalinai gr\u0105\u017einta", _s16_85, "Ie\u0161koti dokument\u0173", "search_designs", "Ie\u0161koti dizaino", "search_invoices", "Ie\u0161koti s\u0105skait\u0173-fakt\u016br\u0173", "search_clients", "Ie\u0161koti klient\u0173", "search_products", "Ie\u0161koti preki\u0173", "search_quotes", "Ie\u0161koti pasi\u016blym\u0173", "search_credits", "Ie\u0161koti gr\u0105\u017einim\u0173", "search_vendors", "Ie\u0161koti tiek\u0117j\u0173", "search_users", "Ie\u0161koti vartotoj\u0173", _s16_86, "Ie\u0161koti mokes\u010di\u0173 tarif\u0173", "search_tasks", "Ie\u0161koti u\u017eduo\u010di\u0173", "search_settings", "Ie\u0161koti nustatym\u0173", "search_projects", "Ie\u0161koti projekt\u0173", "search_expenses", "Ie\u0161koti i\u0161laid\u0173", "search_payments", "Ie\u0161koti mok\u0117jim\u0173", "search_groups", "Ie\u0161koti grupi\u0173", "search_company", "Ie\u0161koti \u012fmoni\u0173", "search_document", "Ie\u0161koti 1 dokument\u0105", "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count s\u0105skaita i\u0161si\u0173sta", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Vir\u0161us", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_98, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_33, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "I\u0161 naujo", "number", "Number", "export", "Export", "chart", "Diagrama", "count", "Count", "totals", "Viso", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuoti pagal", "credit_balance", "Kredito balansas", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Ataskaitos", "report", "Ataskaita", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, "Nepatvirtinti pasi\u016blymai", "help", "Pagalba", "refund", "Pinig\u0173 gr\u0105\u017einimas", "refund_date", "Gr\u0105\u017einimo data", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "palaikymo forumas", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Tarpin\u0117 suma", "line_total", "Suma", "item", "Prek\u0117/Paslauga", "credit_email", "Credit Email", "iframe_url", "Tinklapis", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Taip", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Grafikas", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_72, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administratorius", _s18_78, _s66_, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_36, "updated_user", _s25_37, "archived_user", _s26_26, "deleted_user", _s25_38, "removed_user", _s25_39, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, "Hide paid to date", _s22_55, _s87_, _s23_29, "\u012ekelti dokumentai", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "S\u0105skaitos s\u0105lygos", "invoice_footer", "Invoice footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Automati\u0161kai Konvertuoti", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Kasdien", "freq_weekly", "Kas savait\u0119", "freq_two_weeks", "Dvi savait\u0117s", "freq_four_weeks", "Four weeks", "freq_monthly", "Kas m\u0117nes\u012f", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prie\u0161d\u0117lis", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Individualizuotas CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kreditin\u0117 kortel\u0117", "bank_transfer", "Pavedimu", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", _s18_115, _s18_84, _s71_, "update_products", _s20_82, _s20_69, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sekmadienis", "monday", "Pirmadienis", "tuesday", "Antradienis", "wednesday", "Tre\u010diadienis", "thursday", "Ketvirtadienis", "friday", "Penktadienis", "saturday", "\u0160e\u0161tadienis", "january", "Sausis", "february", "Vasaris", "march", "Kovas", "april", "Balandis", "may", "Gegu\u017e\u0117", "june", "Bir\u017eelis", "july", "Liepa", "august", "Rugpj\u016btis", "september", "Rugs\u0117jis", "october", "Spalis", "november", "Lapkritis", "december", "Gruodis", "symbol", "Simbolis", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 val. formatas", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotipas", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Imon\u0117s informacija", "user_details", "User Details", "localization", "Lokalizacija", "online_payments", "Online mok\u0117jimai", "tax_rates", "Mokes\u010di\u0173 \u012fkainiai", "notifications", "Prane\u0161imai", "import_export", "Importas/Eksportas", "custom_fields", "Custom fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Pirkti dabar mygtukas", "email_settings", "Email nustatymai", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privatumo politika", "sign_up", "Prisijunk", "account_login", "Jungtis", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Atsi\u0173sti", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Valiutos kursas", _s16_180, "Konvertuoti valiut\u0105", "mark_paid", "Mark Paid", "category", "Kategorija", "address", "Adresas", "new_vendor", "Naujas tiek\u0117jas", "created_vendor", "Sukurtas tiek\u0117jas", "updated_vendor", "Atnaujintas tiek\u0117jas", "archived_vendor", "S\u0117kmingai suarchyvuoti tiek\u0117jai", "deleted_vendor", "S\u0117kmingai i\u0161trintas tiek\u0117jas", "restored_vendor", _s28_28, _s16_181, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_12, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_47, "stopped_task", _s25_48, "resumed_task", _s25_49, "now", "Dabar", _s16_186, _s16_187, "timer", "Chronometras", "manual", "Nurodyti", "budgeted", "Budgeted", "start_time", "Prad\u017eia", "end_time", "Pabaiga", "date", "Data", "times", "Laikas", "duration", "Trukm\u0117", "new_task", "Naujas darbas", "created_task", "Sukurtas darbas", "updated_task", "Atnaujintas darbas", "archived_task", _s26_32, "deleted_task", _s25_52, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Kurti", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Rodyti s\u0105skait\u0105", "convert", "Convert", "more", "More", "edit_client", "Redaguoti", "edit_product", "Edit Product", "edit_invoice", "Redaguoti", "edit_quote", "Keisti s\u0105mat\u0105", "edit_payment", "Edit Payment", "edit_task", "Keisti", "edit_expense", "Edit Expense", "edit_vendor", "Keisti", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Billing address", _s16_193, _s16_194, "total_revenue", "I\u0161 viso pajam\u0173", "average_invoice", "S\u0105skait\u0173 vidurkis", "outstanding", "Neapmok\u0117ta", "invoices_sent", ":count i\u0161si\u0173stos s\u0105skaitos fakt\u016bros", "active_clients", "aktyv\u016bs klientai", "close", "U\u017edaryti", "email", "El. pa\u0161tas", "password", "Slapta\u017eodis", "url", "URL", "secret", "Slaptas \u017eodis", "name", "Pavadinimas", "logout", "Log Out", "login", "Login", "filter", "Filtras", "sort", "Sort", "search", "Paie\u0161ka", "active", "Aktyvus", "archived", "Archived", "deleted", "Deleted", "dashboard", "Darbastalis", "archive", "Archyvas", "delete", "Trinti", "restore", "Atkurti", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_121, _s17_122, "paid_to_date", "Apmok\u0117ta", "balance_due", "Mok\u0117tina suma", "balance", "Balansas", "overview", "Ap\u017evalga", "details", "Informacija", "phone", "Telefonas", "website", "Internetinis puslapis", "vat_number", "PVM kodas", "id_number", "\u012emon\u0117s kodas", "create", "Kurti", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktin\u0117 informacija", "additional", "Additional", "first_name", "Vardas", "last_name", "Pavard\u0117", "add_contact", "Prid\u0117ti kontakt\u0105", "are_you_sure", "Ar tikrai?", "cancel", "At\u0161aukti", "ok", "Ok", "remove", "Trinti", _s16_199, _s16_200, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Gatv\u0117", "address2", "Adresas 2", "city", "Miestas", "state", "Apskritis", "postal_code", "Pa\u0161to kodas", "country", "Country", "invoice", "PVM S\u0105skaita-fakt\u016bra", "invoices", "S\u0105skaitos", "new_invoice", "Nauja s\u0105skaita", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_62, "emailed_payment", _s28_59, "amount", "Suma", "invoice_number", "S\u0105skaitos numeris", "invoice_date", "I\u0161ra\u0161ymo data", "discount", "Nuolaida", "po_number", "U\u017esakymo numeris", "terms", "S\u0105lygos", "public_notes", "Vie\u0161os pastabos", "private_notes", "Privat\u016bs u\u017era\u0161ai", "frequency", "Periodas", "start_date", "Prad\u017eia", "end_date", "Pabaiga", "quote_number", "S\u0105matos numeris", "quote_date", "S\u0105matos data", "valid_until", "Galioja iki", "items", "Prek\u0117s/Paslaugos", "partial_deposit", "Dalinis/Avansas", "description", "Apra\u0161ymas", "unit_cost", "Vnt. kaina", "quantity", "Kiekis", "add_item", "Add Item", "contact", "Kontaktai", "work_phone", "Telefonas", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmok\u0117ti iki", _s16_209, "Dalimis Iki Datos", "status", "B\u016bkl\u0117", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "I\u0161si\u0173sta", "viewed", "Viewed", "approved", "Approved", "partial", "Dalinis/Avansas", "paid", "Apmok\u0117ta", "mark_sent", "Mark sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Baigta", _s37_18, _s37_19, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_211, "Nerasta \u012fra\u0161\u0173", "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Atsiskaitymo s\u0105lygos", "payment_date", "Mok\u0117jimo data", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, "Dalinis gr\u0105\u017einimas", _s16_218, "Gr\u0105\u017einta", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u012ejungti", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0160ablonas", "send", "Send", "subject", "Tema", "body", "\u017dinut\u0117", "send_email", "Si\u0173sti el. lai\u0161k\u0105", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Istorija", "payment", "Payment", "payments", "Mok\u0117jimai", "refunded", "Gr\u0105\u017einta", "payment_type", "Mok\u0117jimo tipas", _s21_85, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_44, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "I\u0161laidos", "expenses", "I\u0161laidos", "vendor", "Tiek\u0117jas", "vendors", "Tiek\u0117jai", "task", "Task", "tasks", "Darbai", "project", "Project", "projects", "Projects", "activity_1", ":user suk\u016br\u0117 klient\u0105 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "El. pa\u0161t. Dalino Apmok\u0117jimo Subject", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_226, "Terminas", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatinis mok\u0117jimas", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Mok\u0117jimo suma", "age", "Age", "is_running", "Is Running", "time_log", "Laiko Registras", "bank_id", "bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0444\u0430\u0442\u0438", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "default", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u041f\u043e\u0441\u0442\u043e\u0458\u0430\u043d\u043e", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\u0414\u043e\u0434\u0430\u0434\u0438 \u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "range", "\u041e\u043f\u0441\u0435\u0433", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u043a\u043e\u0442 \u0437\u0430 :amount \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0431\u0438 \u0431\u0438\u043b :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0421\u0435\u0442\u0438\u0440\u0430\u0458 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a # :expense", "view_statement", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0438\u0441\u043a\u0430\u0437", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "\u0421\u0438\u0441\u0442\u0435\u043c", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "\u041e\u0434 \u0438\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s18_17, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s22_27, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_2, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_4, _s25_74, _s25_5, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0412\u043d\u0435\u0441\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u041f\u0440\u043e", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u041f\u0440\u0435\u0437\u0438\u043c\u0435", "order", "Order", "unassigned", "\u041d\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e", "partial_value", "\u041c\u043e\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u043f\u043e\u0433\u043e\u043b\u0435\u043c\u043e \u043e\u0434 \u043d\u0443\u043b\u0430 \u0430 \u043f\u043e\u043c\u0430\u043b\u043e \u043e\u0434 \u0432\u043a\u0443\u043f\u043d\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u0443\u0447\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u0434\u0434\u043e\u043c\u0435\u043d\u043e\u0442 \u0438\u043b\u0438 \u043f\u0440\u0438\u043a\u0430\u0436\u0435\u0442\u0435 \u0458\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u041f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_27, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_28, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0441\u043f\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458 \u0433\u043e \u0431\u0430\u0440 \u043a\u043e\u0434\u043e\u0442 \u0441\u043e :link \u043a\u043e\u043c\u043f\u0430\u0442\u0438\u0431\u0438\u043b\u043d\u0430 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430.", _s18_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "to_update_run", "To update run", _s18_37, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_expense", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043e\u043a\u0440\u0438\u0458", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440\u043e\u043a", "map_to", "Map To", "import", "\u0412\u043d\u0435\u0441\u0438", _s25_15, _s29_7, "select_file", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", _s16_62, _s16_63, "csv_file", "CSV \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0430 \u0437\u0430 \u0438\u0441\u043f\u043e\u0440\u0430\u043a\u0430", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u043e\u043b\u0433", "invoice_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e\u043d\u0443\u0434\u0438", "credit_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043a\u0440\u0435\u0434\u0438\u0442", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_46, _s21_47, _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_32, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s25_19, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_33, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", _s24_34, _s37_7, _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_49, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_28, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, _s38_11, _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0458 \u043f\u043e\u0440\u0442\u0430\u043b", "copy_link", "Copy Link", "token_billing", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u0434\u0435\u0442\u0430\u043b\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", _s24_37, _s24_38, "always", "\u0421\u0435\u043a\u043e\u0433\u0430\u0448", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u041d\u0430\u0437\u043d\u0430\u043a\u0430", "client_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "auto_convert", "Auto Convert", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", "emailed_credits", _s28_58, "gateway", "\u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u043e\u0432\u0438", "statement", "\u0418\u0441\u043a\u0430\u0437", "taxes", "\u0414\u0430\u043d\u043e\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0442\u0430", "apply_payment", "Apply Payment", "apply_credit", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438", "unapplied", "Unapplied", "select_label", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043d\u0430\u0437\u043d\u0430\u043a\u0430", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0414\u043e", "health_check", "Health Check", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, _s17_66, "recent_payments", "\u041d\u0435\u043e\u0434\u0430\u043c\u043d\u0435\u0448\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "upcoming_quotes", "\u041f\u0440\u0435\u0442\u0441\u0442\u043e\u0458\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "expired_quotes", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "create_client", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430", "create_payment", "Create Payment", "create_vendor", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "update_quote", "Update Quote", "delete_quote", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "update_invoice", "Update Invoice", "delete_invoice", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "Update Client", "delete_client", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "update_vendor", "Update Vendor", "delete_vendor", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "create_task", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "Update Task", "delete_task", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "Approve Quote", "off", "\u0418\u0441\u043a\u043b\u0443\u0447\u0435\u043d\u043e", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "\u0422\u043e\u043a\u0435\u043d", "tokens", "\u0422\u043e\u043a\u0435\u043d\u0438", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u043e\u043a\u0435\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041f\u0440\u0430\u0442\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "email_quote", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "email_credit", "Email Credit", "email_payment", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_55, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0415\u043a\u0441\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "inclusive", "\u0418\u043d\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_79, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458/\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430", "custom1", "\u041f\u0440\u0432\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom2", "\u0412\u0442\u043e\u0440\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u041f\u0440\u043e\u0447\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u0430\u043d\u0438\u0458\u0430", _s18_58, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0433\u0438 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "invoice_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043f\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "age_group_0", "0 - 30 \u0434\u0435\u043d\u0430", "age_group_30", "30 - 60 \u0434\u0435\u043d\u0430", "age_group_60", "60 - 90 \u0434\u0435\u043d\u0430", "age_group_90", "90 - 120 \u0434\u0435\u043d\u0430", "age_group_120", "120+ \u0434\u0435\u043d\u0430", "refresh", "\u041e\u0441\u0432\u0435\u0436\u0438", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0414\u043e\u0437\u0432\u043e\u043b\u0438", "none", "\u041d\u0435\u043c\u0430", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043b\u0438\u0446\u0435\u043d\u0446\u0430", "cancel_account", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u043c\u0435\u0442\u043a\u0430", _s22_47, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435.", "delete_company", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s22_48, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043b\u0430\u0432\u0458\u0435", "load_design", "\u0412\u0447\u0438\u0442\u0430\u0458 \u0434\u0438\u0437\u0430\u0458\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "recurring_tasks", "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0417\u0430\u0434\u0430\u0447\u0438", _s18_59, "\u041c\u0435\u043d\u0430\u045f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "credit_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u043d\u0435\u0441\u0438 \u041a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", _s27_36, "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", _s16_101, _s36_9, "current_version", "\u0421\u0435\u0433\u0430\u0448\u043d\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458", "number", "Number", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0458", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u043e\u043d", "count", "Count", "totals", "\u0412\u043a\u0443\u043f\u043d\u043e", "blank", "\u0411\u043b\u0430\u043d\u043a\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u0458 \u043f\u043e", "credit_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_86, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s20_59, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_132, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_134, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_135, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s19_40, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_country", "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "client_id", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "assigned_to", "Assigned to", "created_by", "\u041a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043e :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u0417\u0430\u0441\u0442\u0430\u0440\u0435\u043d\u043e", "profit_and_loss", "\u041f\u0440\u043e\u0444\u0438\u0442 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0438", "report", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458", "add_company", "\u0414\u043e\u0434\u0430\u0458 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "unpaid_invoice", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "help", "\u041f\u043e\u043c\u043e\u0448", "refund", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0415-\u043f\u043e\u0448\u0442\u0430 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "multiselect", "Multiselect", "entity_state", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u0448\u043a\u0430", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430", "contact_us", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u043d\u0435'", "subtotal", "\u0412\u043a\u0443\u043f\u043d\u043e \u0431\u0435\u0437 \u0434\u0430\u043d\u043e\u043a", "line_total", "\u0412\u043a\u0443\u043f\u043d\u043e", "item", "\u0421\u0442\u0430\u0432\u043a\u0430", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u041c\u043e\u0431\u0438\u043b\u0435\u043d", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "Layout", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_44, _s20_67, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_144, "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0458\u0430 \u0442\u0432\u043e\u0458\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "late_fees", "Late Fees", "credit_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "payment_number", "Payment Number", "late_fee_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", "schedule", "\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "\u0414\u0435\u043d\u043e\u0432\u0438", "invoice_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_147, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_149, _s16_150, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_78, "\u0414\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442 \u0434\u0430 \u043c\u0435\u043d\u0430\u045f\u0438\u0440\u0430 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438\u0442\u0435, \u0434\u0430 \u0433\u0438 \u043c\u0435\u043d\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438\u0442\u0435 \u0438 \u0434\u0430 \u0433\u0438 \u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u0430 \u0441\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "users", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438", "new_user", "\u041d\u043e\u0432 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "edit_user", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "created_user", _s25_36, "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "removed_user", _s25_39, "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u043f\u0448\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", "invoice_options", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_92, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_55, '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c" \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u043a\u043e \u045c\u0435 \u0431\u0438\u0434\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e.', _s23_29, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u0443\u0447\u0438 \u0433\u0438 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0441\u043b\u0438\u043a\u0438 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_154, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0444\u0443\u0442\u0435\u0440 \u043d\u0430", "first_page", "\u041f\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "all_pages", "\u0421\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041f\u0440\u0438\u043c\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "secondary_color", "\u0421\u0435\u043a\u0443\u043d\u0434\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "page_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "font_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0444\u043e\u043d\u0442", "quote_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "invoice_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "product_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s18_79, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_30, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0441\u043f\u0440\u0430\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0438.", _s18_80, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", _s23_31, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0438.", _s18_81, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u043e\u0433\u0430 \u0438\u0441\u0442\u0430\u0442\u0430 \u045c\u0435 \u0431\u0438\u0434\u0435 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442.", _s17_94, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u043d\u0430 \u0442\u0435\u043a\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430", "freq_daily", "\u0414\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u041d\u0435\u0434\u0435\u043b\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0438", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u0414\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u0431\u0440\u043e\u0435\u0432\u0438", "charge_taxes", "\u041d\u0430\u043f\u043b\u0430\u0442\u0438 \u0434\u0430\u043d\u043e\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u043d\u043e \u0440\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u045a\u0435", "reset_counter", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458 \u0431\u0440\u043e\u0458\u0430\u0447", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_99, "\u0414\u043e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "product_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "payment_field", "Payment Field", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "vendor_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "expense_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "project_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "task_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u041f\u043e\u0440\u0430\u043a\u0438", "custom_css", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d CSS", _s17_101, _s17_102, _s16_159, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_74, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0433\u043e \u043f\u043e\u0442\u043f\u0438\u0441\u043e\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u043d\u0430 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430/\u043f\u043e\u043d\u0443\u0434\u0430.", _s25_40, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s23_33, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s28_22, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430.", _s25_41, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_10, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0438 \u043f\u043e\u0442\u043f\u0438\u0441.", _s23_34, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_57, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0437\u0430\u0448\u0442\u0438\u0442\u0435\u043d\u0438 \u0441\u043e \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s27_38, "\u0412\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430 \u0437\u0430 \u0441\u0435\u043a\u043e\u0458 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430. \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0442 \u045c\u0435 \u043c\u043e\u0440\u0430 \u0434\u0430 \u0458\u0430 \u0432\u043d\u0435\u0441\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430\u0442\u0430 \u043f\u0440\u0435\u0434 \u0434\u0430 \u0433\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435.", "authorization", "\u041e\u0432\u043b\u0430\u0441\u0442\u0443\u0432\u0430\u045a\u0435", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "\u0414\u043e\u043c\u0435\u043d", "portal_mode", "Portal Mode", "email_signature", "\u0421\u043e \u043f\u043e\u0447\u0438\u0442,", _s24_41, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u043b\u0435\u0441\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e \u0437\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0438 \u0441\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u045a\u0435 \u043d\u0430 schema.org \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435 \u043d\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u0435-\u043f\u043e\u0448\u0442\u0438", "plain", "\u041e\u0431\u0438\u0447\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u0435\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0443\u0432\u0430\u045a\u0435", "reply_to_email", "\u041e\u0434\u0433\u043e\u0432\u043e\u0440\u0438-\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "reply_to_name", "Reply-To Name", "bcc_email", "BCC \u0435-\u043f\u043e\u0448\u0442\u0430", "processed", "Processed", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0438 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0438\u043d.", "enable_max", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0430\u043a\u0441.", "min_limit", "\u041c\u0438\u043d: :min", "max_limit", "\u041c\u0430\u043a\u0441: :max", "min", "\u041c\u0438\u043d", "max", "\u041c\u0430\u043a\u0441", _s19_47, "\u041f\u0440\u0438\u0444\u0430\u0442\u0435\u043d\u0438 \u043b\u043e\u0433\u043e\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "credentials", "Credentials", "update_address", "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0458\u0430 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0441\u043e \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0435\u043d\u0438\u0442\u0435 \u0434\u0435\u0442\u0430\u043b\u0438", "rate", "\u0421\u0442\u0430\u043f\u043a\u0430", "tax_rate", "\u0414\u0430\u043d\u043e\u0447\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043f\u043e\u043f\u043e\u043b\u043d\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_84, "\u0418\u0437\u0431\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0433\u0438 \u0438\u0441\u043f\u043e\u043b\u043d\u0438 \u043f\u043e\u043b\u0438\u045a\u0430\u0442\u0430 \u0437\u0430 \u043e\u043f\u0438\u0441 \u0438 \u0446\u0435\u043d\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_69, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u0444\u0430\u043a\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 ", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0433\u0438 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u043f\u043e \u0432\u0430\u043b\u0443\u0442\u0438\u0442\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435", "fees", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u0446\u0438", "limits", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0443\u0432\u0430\u045a\u0430", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "\u041e\u0442\u0444\u0440\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438", "default_value", "Default value", "disabled", "\u041e\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "\u041d\u0435\u0434\u0435\u043b\u0430", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0440\u0442\u043e\u043a", "friday", "\u041f\u0435\u0442\u043e\u043a", "saturday", "\u0421\u0430\u0431\u043e\u0442\u0430", "january", "\u0408\u0430\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0458", "june", "\u0408\u0443\u043d\u0438", "july", "\u0408\u0443\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0431\u043e\u043b", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "\u0412\u0440\u0435\u043c\u0435 \u043e\u0434 24 \u0447\u0430\u0441\u0430", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_41, _s16_171, "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "device_settings", "Device Settings", "defaults", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0438", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", _s17_109, "\u041d\u0430\u043f\u0440\u0435\u0434\u043d\u0438 \u043f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "company_details", "\u041f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430\u0442\u0430", "user_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430", "online_payments", "\u041e\u043d\u043b\u0430\u0458\u043d \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "tax_rates", "\u0414\u0430\u043d\u043e\u0447\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0438", "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045a\u0430", "import_export", "\u0423\u0432\u043e\u0437 | \u0418\u0437\u0432\u043e\u0437", "custom_fields", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u043b\u0438\u0432\u0438 \u043f\u043e\u043b\u0438\u045a\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430 \u043a\u043e\u043f\u0447\u0438\u045a\u0430", "email_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_40, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_58, _s20_71, _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045a\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0441\u0430 \u0437\u0430 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442", "sign_up", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435", "account_login", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0441\u0435\u0433\u0430", _s18_90, _s18_91, _s21_79, _s34_19, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "pending", "\u0412\u043e \u0442\u0435\u043a", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_47, "\u0414\u043e\u0434\u0430\u0458 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u0414\u0435\u0432\u0438\u0437\u0435\u043d \u043a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u0430\u043b\u0443\u0442\u0430", "mark_paid", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", "address", "\u0410\u0434\u0440\u0435\u0441\u0430", "new_vendor", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u043d\u0435\u0441\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041d\u0430\u0458\u0430\u0432\u0435\u043d\u043e", "running", "\u0412\u043e \u0442\u0435\u043a", "resume", "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438", "task_errors", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u043a\u043e\u0440\u0435\u0433\u0438\u0440\u0430\u0458\u0442\u0435 \u0432\u0440\u0435\u043c\u0438\u045a\u0430\u0442\u0430 \u0448\u0442\u043e \u0441\u0435 \u043f\u0440\u0435\u043a\u043b\u043e\u043f\u0443\u0432\u0430\u0430\u0442", "start", "\u041f\u043e\u0447\u0435\u0442\u043e\u043a", "stop", "\u0421\u043e\u043f\u0440\u0438", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u043f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", _s29_54, "now", "\u0421\u0435\u0433\u0430", _s16_186, _s16_187, "timer", "\u0422\u0430\u0458\u043c\u0435\u0440", "manual", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u0435 \u0437\u0430 \u043f\u043e\u0447\u0435\u0442\u043e\u043a", "end_time", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0432\u0440\u0435\u043c\u0435", "date", "\u0414\u0430\u0442\u0443\u043c", "times", "\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "duration", "\u0412\u0440\u0435\u043c\u0435\u0442\u0440\u0430\u0435\u045a\u0435", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", _s29_54, "archived_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "\u0411\u0443\u045f\u0435\u0442\u0438\u0440\u0430\u043d\u0438 \u0447\u0430\u0441\u043e\u0432\u0438", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s25_74, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043e\u043f\u0441\u0435\u0433", "date_range", "\u041e\u043f\u0441\u0435\u0433 \u043d\u0430 \u0434\u0430\u0442\u0443\u043c\u0438", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u041e\u0432\u043e\u0458 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u0435\u043d \u043c\u0435\u0441\u0435\u0446", "this_year", "\u041e\u0432\u0430\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "Convert", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "edit_payment", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "edit_task", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "edit_vendor", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "edit_project", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_72, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u041f\u043e\u043d\u0443\u0434\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u045a\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "total_revenue", "\u0412\u043a\u0443\u043f\u0435\u043d \u043f\u0440\u0438\u0445\u043e\u0434", "average_invoice", "\u041f\u0440\u043e\u0441\u0435\u0447\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041d\u0435\u043d\u0430\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "invoices_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u041a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415-\u043f\u043e\u0448\u0442\u0430", "password", "\u041b\u043e\u0437\u0438\u043d\u043a\u0430", "url", "URL", "secret", "\u0422\u0430\u0458\u043d\u043e", "name", "\u0418\u043c\u0435", "logout", "\u041e\u0434\u0458\u0430\u0432\u0430", "login", "\u041d\u0430\u0458\u0430\u0432\u0430", "filter", "\u0424\u0438\u043b\u0442\u0435\u0440", "sort", "\u041f\u043e\u0434\u0440\u0435\u0434\u0438", "search", "\u041f\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045a\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e", "deleted", "\u0418\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u043e", "dashboard", "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u043d\u0430 \u0442\u0430\u0431\u043b\u0430", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458", "delete", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438", "restore", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438", _s16_195, _s16_196, _s23_41, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s26_34, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s21_83, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 URL", _s26_36, _s26_37, "ascending", "\u0420\u0430\u0441\u0442\u0435\u0447\u043a\u0438", "descending", "\u041e\u043f\u0430\u0453\u0430\u0447\u043a\u0438", "save", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458", _s17_121, "\u041d\u0430\u0441\u0442\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0435\u043d\u0435\u0441", "balance_due", "\u0412\u043a\u0443\u043f\u043d\u043e \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431 \u0421\u0442\u0440\u0430\u043d\u0430", "vat_number", "\u0414\u0414\u0412 \u0431\u0440\u043e\u0458", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "create", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458", _s19_63, _s30_16, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "Additional", "first_name", "\u0418\u043c\u0435", "last_name", "\u041f\u0440\u0435\u0437\u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0414\u0430\u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438?", "cancel", "\u041e\u0442\u043a\u0430\u0436\u0438", "ok", "Ok", "remove", "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u0438", _s16_199, _s16_200, "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "updated_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_201, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u041a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0411\u0440\u043e\u0458", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u043f\u0448\u0442\u0438\u043d\u0430", "postal_code", "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "country", "\u0414\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "amount", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "invoice_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_date", "\u0414\u0430\u0442\u0430\u0443\u043c \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041f\u043e\u043f\u0443\u0441\u0442", "po_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043d\u0430\u0440\u0430\u0447\u043a\u0430", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438", "public_notes", "\u0408\u0430\u0432\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "private_notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "frequency", "\u0424\u0440\u0435\u043a\u0432\u0435\u043d\u0442\u043d\u043e\u0441\u0442", "start_date", "\u041f\u043e\u0447\u0435\u0442\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "end_date", "\u041a\u0440\u0430\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "quote_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u043e \u0434\u043e", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u041e\u043f\u0438\u0441", "unit_cost", "\u0426\u0435\u043d\u0430 \u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u043f\u0435\u0432\u0430\u045a\u0435", _s16_209, "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u043a\u0443\u043f\u043d\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0418\u0437\u043c\u0435\u043d\u0438", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "\u0421\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "settings", "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "language", "Language", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0414\u0430\u043d\u043e\u043a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "\u041c\u0438\u043d\u0430\u0442\u043e \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "draft", "\u041d\u0430\u0446\u0440\u0442", "sent", "\u0418\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "viewed", "Viewed", "approved", "Approved", "partial", "\u0414\u0435\u043b\u0443\u043c\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u0411\u0435\u043b\u0435\u0433\u043e\u0442 \u0435 \u043f\u0440\u0430\u0442\u0435\u043d", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, _s16_212, "clone", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0458", "loading", "\u0412\u0447\u0438\u0442\u0443\u0432\u0430\u045a\u0435", "industry", "Industry", "size", "Size", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u041f\u043e\u0440\u0442\u0430\u043b \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "recipients", "\u041f\u0440\u0438\u043c\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "first_reminder", "\u041f\u0440\u0432 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "second_reminder", "\u0412\u0442\u043e\u0440 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "third_reminder", "\u0422\u0440\u0435\u0442 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u041f\u0440\u0435\u0434\u043c\u0435\u0442", "body", "\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0458\u0430", "send_email", "\u0418\u0441\u043f\u0440\u0430\u0442\u0438 \u0435\u043c\u0430\u0438\u043b", "email_receipt", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u0442\u0432\u0440\u0434\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430 \u0434\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442", "auto_billing", "Auto billing", "button", "Button", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u0458\u0430", "payment", "\u041f\u043b\u0430\u045c\u0430\u045a\u0435", "payments", "\u041f\u043b\u0430\u045c\u0430\u045a\u0430", "refunded", "Refunded", "payment_type", "\u0422\u0438\u043f \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_85, "\u0422\u0440\u0430\u043d\u0441\u0430\u043a\u0446\u0438\u0441\u043a\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0430", "enter_payment", "\u0412\u043d\u0435\u0441\u0438 \u0443\u043f\u043b\u0430\u0442\u0430", "new_payment", "\u0412\u043d\u0435\u0441\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s17_131, _s37_20, "quote", "\u041f\u043e\u043d\u0443\u0434\u0430", "quotes", "\u041f\u043e\u043d\u0443\u0434\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "restored_quotes", _s35_22, "expense", "\u0422\u0440\u043e\u0448\u043e\u043a", "expenses", "\u0422\u0440\u043e\u0448\u043e\u0446\u0438", "vendor", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "vendors", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_2", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_3", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_4", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_5", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_9", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_12", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_13", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_14", ":user \u0432\u043d\u0435\u0441\u0435 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_15", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_17", ":user \u0438\u0437\u0431\u0440\u0438\u0448\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_18", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_19", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0458\u0430 \u0432\u0438\u0434\u0435 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_22", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_23", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_24", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_25", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_26", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_27", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_28", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 :credit \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0442", "activity_29", _s42_13, "activity_30", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_31", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_32", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_33", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_34", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_35", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_36", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_37", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_39", ":user \u0433\u043e \u043e\u0442\u043a\u0430\u0436\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_40", ":user \u0433\u043e \u0440\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430 :adjustment \u043d\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 :payment", "activity_41", ":payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 (:payment) \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "activity_42", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_43", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_44", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_45", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_46", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_47", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, _s22_67, "custom_value1", _s17_171, "custom_value2", _s17_171, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_77, _s20_78, _s20_79, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0418\u043c\u0435 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d \u0434\u0430\u043d\u043e\u043a", "payment_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalingsinnstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Legg til Tilbyder", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Legg til p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Uke", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Fakturavaluta", "range", "Periode", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opprett prosjekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkjenn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Sett Passord", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "Se Erkl\xe6ring", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Fra Navn", _s16_23, _s16_232, _s17_19, "Gjentakende Utgift", _s18_17, "Gjentakende Utgifter", _s21_22, "Opprett Gjentakende Utgift", _s22_27, "Rediger Gjentakende Utgift", _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Brukerguide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Kontakts fornavn", _s17_23, "Etternavn", "order", "Order", "unassigned", "Ikke tilordnet", "partial_value", "M\xe5 v\xe6re st\xf8rre enn null og mindre enn totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiver", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Sett subdomenet eller vis fakturaen p\xe5 ditt eget nettsted.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementer", _s16_41, "Nytt Abonnement\xa0", _s17_29, "Rediger Abonnement", _s20_27, "Abonnement opprettet", _s20_28, "Oppdaterte abonnement", _s21_34, "Abonnement arkivert", _s20_29, "Abonnement Slettet", _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "To-faktor-autentisering", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, "Venligst bekreft din epost adresse", _s16_53, "Refundert betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_37, "Konverter til en faktura", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Standard-dokumenter", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, "Advarsel: en ment for bruk p\xe5 lokal installasjon, passord er ikke sikkert. Klikk her for og vite mer.", "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_15, _s29_7, "select_file", "Vennligst velg en fil", _s16_62, _s16_63, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ubetalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Totalbel\xf8p", "quote_total", "Tilbud totalt", "credit_total", "Total kreditt", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Utgiftskategorier", _s20_46, "Ny Utgiftskategori", _s21_46, _s21_47, _s24_31, "Utgiftskategori ble opprettet", _s24_32, "Oppdaterte utgiftskategori", _s25_19, "Utgiftskategori ble arkivert", _s24_33, "Slettet kategori", _s24_34, _s37_7, _s25_20, "Utgiftskategori ble gjenopprettet", _s27_23, ":count utgiftskategorier ble arkivert", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gjentakende Faktura", _s18_49, "Gjentakende Fakturaer", _s21_53, "Ny Gjentakende Faktura", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Suksessfullt arkivert gjentakende faktura", _s25_28, "Suksessfullt slettet gjentakende faktura", _s25_29, _s38_11, _s26_14, "Suksessfullt gjenopprettet gjentakende faktura", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_37, "Velkommen til Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Kundenummer", "auto_convert", "Auto Convert", "company_name", "Firmanavn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "E-postfakturaer sendt", "emailed_quotes", _s23_71, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "timer", "statement", "Erkl\xe6ring", "taxes", "Skatter", "surcharge", "Tilleggsgebyr", "apply_payment", "Apply Payment", "apply_credit", "Bruk Kredit", "apply", "Bruk", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Forest\xe5ende Fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige Betalinger", "upcoming_quotes", "Oppkommende Tilbud", "expired_quotes", "Utl\xf8pte Tilbud", "create_client", "Create Client", "create_invoice", "Opprett faktura", "create_quote", "Lag tilbud", "create_payment", "Create Payment", "create_vendor", "Opprett leverand\xf8r", "update_quote", "Update Quote", "delete_quote", "Slett tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slett faktura", "update_client", "Update Client", "delete_client", "Slett kunde", "delete_payment", "Slett betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slett Leverand\xf8r", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opprett Oppgave", "update_task", "Update Task", "delete_task", "Slett Oppgave", "approve_quote", "Approve Quote", "off", "Av", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Rediger Token", "created_token", "Opprettet token", "updated_token", "Oppdaterte token", "archived_token", "Suksessfullt arkivert token", "deleted_token", "Suksessfullt slettet token", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8p", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekslusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_142, _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_77, "By/Fylke/Postnummer", _s17_79, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_93, _s32_10, _s18_58, "Advarsel: Dette sletter alle dine data permanent, og kan ikke gjennopprettes.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dager", "age_group_30", "30 - 60 Dager", "age_group_60", "60 - 90 Dager", "age_group_90", "90 - 120 Dager", "age_group_120", "Mer enn 120 dager", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura sendt", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_47, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_48, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Forslag", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_59, "Kontoadministrasjon", "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Krediter", "new_credit", "Oppgi Kredit", "edit_credit", "Rediger Kredit", "created_credit", "Kredit opprettet", "updated_credit", "Kredit oppdatert", "archived_credit", "Kredit arkivert", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_100, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_101, _s36_9, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Nullstill", "number", "Number", "export", "Eksporter", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Tom", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupper etter", "credit_balance", "Kreditsaldo", _s18_65, _s18_66, _s17_83, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Leverings adresse", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, "Leverings adresse postnummer", _s16_132, _s16_133, _s16_134, "Fakturaadresse", _s16_135, _s17_87, "billing_city", "Fakturering By", "billing_state", _s22_53, _s19_40, "Fakturering Postnummer", "billing_country", "Fakturering Land", "client_id", "Kunde-ID", "assigned_to", "Assigned to", "created_by", "Laget av :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og Tap", "reports", "Rapporter", "report", "Rapport", "add_company", "Legg til Firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hjelp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontakt Epost", "multiselect", "Multiselect", "entity_state", "Tilstand", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Beskjed", "from", "Fra", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Dokumentasjon", "contact_us", "Kontakt Oss", "subtotal", "Totalbel\xf8p", "line_total", "Sum", "item", "Produkt", "credit_email", "Credit Email", "iframe_url", "Nettside", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Skatteinnstillinger", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Valg", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Send", _s16_144, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Planlegg", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds-e-post", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_36, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_39, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_92, _s19_77, _s22_55, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_29, "Embed Dokumenter", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "F\xf8rste side", "all_pages", "Alle sider", "last_page", "Siste side", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6rfarge", "secondary_color", "Sekund\xe6r farge", "page_size", "Page Size", "font_size", "Skriftst\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Produktfelter", "invoice_terms", _s20_83, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Konverter", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ukentlig", "freq_two_weeks", "To uker", "freq_four_weeks", "Fire uker", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Egendefinert CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, "Faktura-signatur", _s30_10, "Krever klients signatur.", _s23_34, "Tilbuds-signatur", _s22_57, "Passord-beskytt fakturaer", _s27_38, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Svar til Epost", "reply_to_name", "Reply-To Name", "bcc_email", "BCC E-post", "processed", "Processed", "credit_card", "Betalingskort", "bank_transfer", "Bankoverf\xf8ring", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiver min", "enable_max", "Aktiver maks", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_49, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_162, "Suksessfullt opprettet skattesats", _s16_163, "Suksessfullt oppdatert skattesats", _s17_104, "Suksessfullt arkivert skattesatsen", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Automatisk-utfyll produkter", _s18_84, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_69, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "S\xf8ndag", "monday", "Mandag", "tuesday", "Tirsdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf8rdag", "january", "Januar", "february", "Februar", "march", "Mars", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Desember", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Timers Tid", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_109, "Avanserte innstillinger", "company_details", "Firmainformasjon", "user_details", "Brukerdetaljer", "localization", "Regioninnstillinger", "online_payments", "Nettbetalinger", "tax_rates", "Skattesatser", "notifications", "Varsler", "import_export", "Import | Eksport", "custom_fields", "Egendefinerte felt", "invoice_design", "Fakturadesign", "buy_now_buttons", "Betal N\xe5-knapper", "email_settings", "E-post-innstillinger", _s23_40, "Design & P\xe5minnelser", _s22_58, _s20_71, _s19_55, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "vilk\xe5r for bruk", "privacy_policy", "Personvernregler", "sign_up", "Registrer deg", "account_login", "Kontoinnlogging", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Lag ny", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Last ned", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertert", _s24_47, "Legg ved dokumenter til faktura", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Merk som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny Leverand\xf8r", "created_vendor", "Opprettet leverand\xf8r", "updated_vendor", "Oppdaterte leverand\xf8r", "archived_vendor", "Arkiverte leverand\xf8r", "deleted_vendor", "Slettet leverand\xf8r", "restored_vendor", _s28_28, _s16_181, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_182, _s36_11, "new_expense", "Angi utgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Arkiverte utgifter", _s16_185, "Slettet utgifter", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_47, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_49, "now", "N\xe5", _s16_186, _s16_187, "timer", "Tidtaker", "manual", "Manuell", "budgeted", "Budgeted", "start_time", "Starttid", "end_time", "Sluttid", "date", "Dato", "times", "Tider", "duration", "Varighet", "new_task", "Ny Oppgave", "created_task", "Suksessfullt opprettet oppgave", "updated_task", "Suksessfullt oppdatert oppgave", "archived_task", "Arkiverte oppgave", "deleted_task", "Slettet oppgave", "restored_task", "Gjenopprettet oppgave", "archived_tasks", "Arkiverte :count oppgaver", "deleted_tasks", "Slettet :count oppgaver", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_188, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_189, "Gjenopprettet prosjekt", _s17_117, "Arkiverte :count prosjekter", _s16_190, "Slettet :count prosjekter", _s17_118, _s37_15, "new_project", "Nytt Prosjekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikk her", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5neden", "last_month", "Siste m\xe5ned", "this_year", "Dette \xc5ret", "last_year", "Siste \xe5r", "custom", "Egendefiner", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger Kunde", "edit_product", "Endre produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Endre tilbud", "edit_payment", "Rediger Betaling", "edit_task", "Rediger Oppgave", "edit_expense", "Edit Expense", "edit_vendor", "Rediger Leverand\xf8r", "edit_project", "Rediger Prosjekt", _s20_72, _s20_73, "billing_address", "Fakturerings Adresse", _s16_193, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_82, "active_clients", "aktive kunder", "close", "Lukk", "email", "E-post", "password", "Passord", "url", "URL", "secret", "Secret", "name", "Navn", "logout", "Logg ut", "login", "Logg inn", "filter", "Filter", "sort", "Sort", "search", "S\xf8k", "active", "Aktiv", "archived", "Arkivert", "deleted", "Slettet", "dashboard", "Skrivebord", "archive", "Arkiv", "delete", "Slett", "restore", "Gjenopprette", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_121, _s17_122, "paid_to_date", "Betalt til Dato", "balance_due", "Gjenst\xe5ende", "balance", "Balanse", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Nettside", "vat_number", "MVA-nummer", "id_number", "Id nummer", "create", "Lag", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Etternavn", "add_contact", "Legg til kontakt", "are_you_sure", "Er du sikker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_201, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_202, "Gjenopprettet produkt", _s17_123, _s37_23, _s16_203, "Slettet :count produkter", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notater", "cost", "Kostnad", "client", "Kunde", "clients", "Kunder", "new_client", "Ny Kunde", "created_client", "Opprettet kunde", "updated_client", "Oppdaterte kunde", "archived_client", "Arkiverte kunde", _s16_204, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_205, _s36_13, "address1", "Gate", "address2", "Husnummer", "city", "By", "state", "Fylke", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura opprettet", "updated_invoice", "Faktura oppdatert", _s16_206, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_207, "Suksessfullt gjenopprettet faktura", _s17_125, "Fakturaer arkivert", _s16_208, "Slettet :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_245, "discount", "Rabatter:", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Offentlig notater", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Sluttdato", "quote_number", "Tilbudsnummer", "quote_date", "Tilbudsdato", "valid_until", "Gyldig til", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Stykkpris", "quantity", "Antall", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon (arbeid)", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Forfallsdato", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Skatt", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Ferdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk Modus", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Kundeportal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivert", "recipients", "Mottakere", "initial_email", "F\xf8rste E-post", "first_reminder", "F\xf8rste P\xe5minnelse", "second_reminder", "Andre P\xe5minnelse", "third_reminder", _s17_172, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Mal", "send", "Send", "subject", "Emne", "body", "Body", "send_email", "Send e-post", "email_receipt", "Send betalingskvittering som e-post til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Tilpass", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingsmetode", _s21_85, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_219, "Betaling arkivert", "deleted_payment", _s16_246, _s16_220, "Suksessfullt gjenopprettet betaling", _s17_130, "Arkiverte :count betalinger", _s16_221, "Slettet :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nytt tilbud", "created_quote", "Tilbud opprettet", "updated_quote", "Tilbud oppdatert", "archived_quote", "Tilbud arkivert", "deleted_quote", "Tilbud slettet", "restored_quote", "Suksessfullt gjenopprettet tilbud", "archived_quotes", "Arkiverte :count tilbud", "deleted_quotes", "Slettet :count tilbud", "restored_quotes", _s35_22, "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverand\xf8r", "vendors", "Leverand\xf8rer", "task", "Oppgave", "tasks", "Oppgaver", "project", "Prosjekt", "projects", "Prosjekter", "activity_1", ":user opprettet kunde :client", "activity_2", ":user arkiverte kunde :client", "activity_3", ":user slettet kunde :client", "activity_4", ":user opprettet faktura :invoice", "activity_5", ":user oppdaterte faktura :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user arkiverte faktura :invoice", "activity_9", ":user slettet faktura :invoice", "activity_10", _s85_0, "activity_11", ":user oppdaterte betaling :payment", "activity_12", ":user arkiverte betaling :payment", "activity_13", ":user slettet betaling :payment", "activity_14", ":user la inn :credit kredit", "activity_15", ":user oppdaterte :credit kredit", "activity_16", ":user arkiverte :credit kredit", "activity_17", ":user slettet :credit kredit", "activity_18", ":user opprettet tilbud :quote", "activity_19", ":user oppdaterte tilbud :quote", "activity_20", _s50_9, "activity_21", ":contact viste tilbud :quote", "activity_22", ":user arkiverte tilbud :quote", "activity_23", ":user slettet tilbud :quote", "activity_24", ":user gjenopprettet tilbud :quote", "activity_25", ":user gjenopprettet faktura :invoice", "activity_26", ":user gjenopprettet kunde :client", "activity_27", ":user gjenopprettet betaling :payment", "activity_28", ":user gjenopprettet :credit kredit", "activity_29", _s42_13, "activity_30", ":user opprettet leverand\xf8r :vendor", "activity_31", ":user arkiverte leverand\xf8r :vendor", "activity_32", ":user slettet leverand\xf8r :vendor", "activity_33", ":user gjenopprettet leverand\xf8r :vendor", "activity_34", ":user opprettet utgift :expense", "activity_35", ":user arkiverte utgift :expense", "activity_36", ":user slettet utgift :expense", "activity_37", ":user gjenopprettet utgift :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", ":user opprettet oppgave :task", "activity_43", ":user oppdaterte oppgave :task", "activity_44", ":user arkiverte oppgave :task", "activity_45", ":user slettet oppgave :task", "activity_46", ":user gjenopprettet oppgave :task", "activity_47", ":user oppdaterte utgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Engangs Passord", "emailed_quote", _s23_71, "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-teller", _s20_77, _s20_78, _s20_79, "Tilbudsnummer-teller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Forfallsdato", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Fakturer", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Skattenavn", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8p", "age", "Alder", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Utgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "fa", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_45, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0641\u0639\u0627\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, _s18_38, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_15, _s29_7, "select_file", _s20_91, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_49, _s18_50, _s21_53, _s21_54, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u0645\u0627\u0644\u06cc\u0627\u062a", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "\u062d\u0630\u0641 \u0641\u0627\u06a9\u062a\u0648\u0631", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u06cc\u0645\u06cc\u0644 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0645\u0634\u0627\u0647\u062f\u0647 \u0628\u06cc\u0634\u062a\u0631", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u062c\u0645\u0639 \u062c\u0632", "line_total", "\u062e\u0637 \u06a9\u0644", "item", "\u0627\u0642\u0644\u0627\u0645", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Tax Settings", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_36, "updated_user", _s25_37, "archived_user", _s26_26, "deleted_user", _s25_38, "removed_user", _s25_39, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0646\u0631\u062e", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", _s18_115, _s18_84, _s71_, "update_products", _s20_82, _s20_69, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "\u0646\u0631\u062e \u0645\u0627\u0644\u06cc\u0627\u062a", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_40, _s21_78, _s22_58, _s20_71, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0622\u062f\u0631\u0633", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", _s25_48, "resumed_task", _s25_49, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_50, "updated_task", _s25_51, "archived_task", _s26_32, "deleted_task", _s25_52, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_81, "active_clients", "active clients", "close", "Close", "email", "\u0627\u06cc\u0645\u06cc\u0644", "password", "Password", "url", "URL", "secret", "Secret", "name", "\u0646\u0627\u0645", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "\u067e\u0631\u062f\u0627\u062e\u062a \u062f\u0631 \u062a\u0627\u0631\u06cc\u062e", "balance_due", "\u0628\u062f\u0647\u06cc \u062a\u0639\u0627\u062f\u0644", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "\u062a\u0644\u0641\u0646", "website", "\u0648\u0628 \u0633\u0627\u06cc\u062a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0645\u062e\u0627\u0637\u0628\u06cc\u0646", "additional", "Additional", "first_name", "\u0646\u0627\u0645", "last_name", "\u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc", "add_contact", "\u0627\u0641\u0632\u0648\u062f\u0646 \u0645\u062e\u0627\u0637\u0628", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0645\u0634\u062a\u0631\u06cc\u0627\u0646", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u062e\u06cc\u0627\u0628\u0627\u0646", "address2", "\u0646\u0645\u0648\u0646\u0647", "city", "\u0634\u0647\u0631", "state", "\u0627\u0633\u062a\u0627\u0646", "postal_code", "\u06a9\u062f \u067e\u0633\u062a\u06cc", "country", "Country", "invoice", "\u0641\u0627\u06a9\u062a\u0648\u0631", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_62, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "\u0634\u0645\u0627\u0631\u0647 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_date", "\u062a\u0627\u0631\u06cc\u062e \u0641\u0627\u06a9\u062a\u0648\u0631", "discount", "\u062a\u062e\u0641\u06cc\u0641", "po_number", "\u0634\u0645\u0627\u0631\u0647 PO", "terms", "\u0642\u0648\u0627\u0646\u06cc\u0646", "public_notes", "Public Notes", "private_notes", "\u0646\u0648\u0634\u062a\u0647 \u062e\u0635\u0648\u0635\u06cc", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u062a\u0648\u0636\u06cc\u062d\u0627\u062a", "unit_cost", "\u0642\u06cc\u0645\u062a \u0648\u0627\u062d\u062f", "quantity", "\u062a\u0639\u062f\u0627\u062f", "add_item", "Add Item", "contact", "Contact", "work_phone", "\u062a\u0644\u0641\u0646", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u06cc\u062e \u067e\u0631\u062f\u0627\u062e\u062a", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0645\u0627\u0644\u06cc\u0627\u062a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Ustawienia P\u0142atno\u015bci", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Oczekuj\u0105ce", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Dodaj dostawc\u0119 p\u0142atno\u015bci", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj do faktury :invoice", _s17_11, _s17_12, "week", "Tydzie\u0144", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Waluta faktury", "range", "Zakres", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Utw\xf3rz projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Op\u0142ata do faktury :amount wynosi\u0107 b\u0119dzie :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "Po zapisaniu", "view_record", "Podgl\u0105d rekordu", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Zatwierd\u017a", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Waluta klienta", _s16_14, "Waluta firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, "Zako\u0144czono sukcesem oznaczenia zobowi\u0105zania jako zap\u0142acone", _s22_26, "Zaznaczono zobowi\u0105zania do zap\u0142acenia", _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", _s17_173, "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Pokazuj podgl\u0105d PDF", _s21_20, "Wy\u015bwietlanie podgl\u0105du PDF podczas edycji faktur", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Klikni\u0119cie zaznaczonego", "hide_preview", "Ukryj podgl\u0105d", "edit_record", "Edycja rekordu", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ustaw has\u0142o", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Zobacz wydatek # :expense", "view_statement", "Zobacz wyci\u0105g", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Nazwa Od", _s16_23, "Powiel do wydatk\xf3w", _s17_19, "Wydatek odnawialny", _s18_17, "Wydatki odnawialne", _s21_22, "Nowy wydatek odnawialny", _s22_27, "Edycja wydatku odnawialnego", _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s28_72, _s25_6, _s28_72, "last_sent_date", "Data ostatniej wysy\u0142ki", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Analityka Google", _s28_2, _s28_3, "decimal_comma", "Dziesi\u0119tne jako przecinek", _s26_6, "U\u017cywaj przecinka jako cz\u0119\u015bci dziesi\u0119tne w formularzach", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Przewodnik u\u017cytkownika", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Cena netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, "Dzisiaj jest ostatni dzie\u0144 okresu testowego planu Pro, kliknij aby zaktualizowa\u0107.", "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Czas wysy\u0142ki", "import_data", "Importuj dane", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, "Wszystkie sesje zosta\u0142y pomy\u015blnie zako\u0144czone", _s16_35, "Zako\u0144cz wszystkie sesje", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ostatnia aktualizacja", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Nieprzypisano", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktywuj", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Ustaw subdomen\u0119 lub wy\u015bwietl faktur\u0119 na swojej stronie.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, "Podgl\u0105d format\xf3w daty", "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, "W\u0142a\u015bciciel konta mo\u017ce przej\u015b\u0107 na plan p\u0142atny, aby w\u0142\u0105czy\u0107 zaawansowane ustawienia zaawansowane", _s20_25, "Zaktualizuj do p\u0142atnego planu aby w\u0142\u0105czy\u0107 zaawansowane ustawienia", _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, "Zezwalaj na anulowania", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Wersja testowa w\u0142\u0105czona", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan mapy", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subskrypcje", _s16_41, _s16_42, _s17_29, "Edytuj subskrypcj\u0119", _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, "Subdomena jest niedost\u0119pna", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minut", _s16_48, "Czas wygasania has\u0142a", _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "W\u0142\u0105cz emaile, cykliczne faktury i powiadomienia", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "Pon\xf3w zaproszenie", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Wy\u015blij SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, "Wymagaj has\u0142a przy logowaniu spo\u0142eczno\u015bciowym", "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, "Czas wygaszania sesji w przegl\u0105darce", _s17_34, "Ustawienia bezpiecze\u0144stwa", "resend_email", "Wy\u015blij ponownie email", _s26_10, _s33_12, _s16_53, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Poka\u017c akcje", _s17_36, "Rozpocznij zaznaczanie wielu", _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_37, "Konwertuj do faktury", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, "Zapis i Podgl\u0105d", "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Kwota przeliczona", _s17_38, _s17_39, _s22_31, "Konwertowanie zap\u0142acono", _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Domy\u015blne dokumenty", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Ca\u0142kowity koszt", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Poka\u017c", "hide", "Ukryj", "empty_columns", "Puste kolumny", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Zadania w trakcie", "recent_tasks", "Ostatnie zadania", "recent_expenses", "Ostatnie wydatki", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_15, _s29_7, "select_file", "Wybierz plik", _s16_62, _s16_63, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Us\u0142uga", "clone_to", "Powiel do", "clone_to_other", "Powiel do Innych", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_26, _s24_27, _s24_28, "Op\u0142acone faktury s\u0105 zablokowane", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Zaliczka", "invoice_total", "Faktura razem", "quote_total", "Oferta razem", "credit_total", "Credit Total", _s23_17, "Faktura razem", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Ostrze\u017cenie", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kod CVV", "client_name", "Nazwa klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Kategorie wydatk\xf3w", _s20_46, "Nowa kategoria wydatk\xf3w", _s21_46, _s21_47, _s24_31, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_32, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_19, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_33, "Usuni\u0119to kategori\u0119", _s24_34, _s37_7, _s25_20, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_23, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "\u015aled\u017a op\u0142acony koszt", _s18_46, "Utw\xf3rz faktur\u0119", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, "Powiel do odnawialnych", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Razem podatki", "line_taxes", "Line Taxes", "total_fields", "Suma p\xf3l", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Day :count", _s22_38, "Pierwszy dzie\u0144 miesi\u0105ca", _s21_51, "Ostatni dzie\u0144 miesi\u0105ca", _s17_51, _s17_52, "endless", "Nieograniczone", "next_send_date", "Najbli\u017csza data wysy\u0142ki", _s16_70, "Ilo\u015b\u0107 powt\xf3rze\u0144", _s17_53, "Faktura cykliczna", _s18_49, "Faktury cykliczne", _s21_53, "Nowa faktura cykliczna", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_28, "Faktura cykliczna zosta\u0142a usuni\u0119ta.", _s25_29, _s38_11, _s26_14, "Faktura cykliczna zosta\u0142a przywr\xf3cona", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Data wys\u0142ania", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Wy\u015blij E-Mail", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Logi systemu", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_37, _s24_38, "always", "Zawsze", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etykieta", "client_number", "Numer klienta", "auto_convert", "Auto Convert", "company_name", "Nazwa firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, "Ostatnio wys\u0142ane przypomnienie", "pdf_page_info", "Strona :current z :total", _s16_74, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", "Wys\u0142ano zobowi\u0105zanie", "gateway", "Dostawca p\u0142atno\u015bci", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Godziny", "statement", "Wyci\u0105g", "taxes", "Podatki", "surcharge", "Dop\u0142ata", "apply_payment", "Apply Payment", "apply_credit", "Zastosuj kredyt", "apply", "Zastosuj", "unapplied", "Unapplied", "select_label", "Wybierz etykiet\u0119", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Typ p\u0142atno\u015bci", "last_login_at", "Ostanie logowanie", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Zako\u0144czone", "gross", "Gross", "net_amount", "Kwota netto", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadchodz\u0105ce faktury", _s17_65, _s17_66, "recent_payments", "Ostatnie p\u0142atno\u015bci", "upcoming_quotes", "Nadchodz\u0105ce oferty", "expired_quotes", "Wygas\u0142e oferty", "create_client", "Create Client", "create_invoice", "Utw\xf3rz Faktur\u0119", "create_quote", "Stw\xf3rz ofert\u0119", "create_payment", "Create Payment", "create_vendor", "Utw\xf3rz dostawc\u0119", "update_quote", "Update Quote", "delete_quote", "Usu\u0144 ofert\u0119", "update_invoice", "Update Invoice", "delete_invoice", "Usu\u0144 faktur\u0119", "update_client", "Update Client", "delete_client", "Usu\u0144 klienta", "delete_payment", "Usu\u0144 p\u0142atno\u015b\u0107", "update_vendor", "Update Vendor", "delete_vendor", "Usu\u0144 dostawc\u0119", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Usu\u0144 wydatek", "create_task", "Stw\xf3rz zadanie", "update_task", "Update Task", "delete_task", "Usu\u0144 zadanie", "approve_quote", "Approve Quote", "off", "Wy\u0142aczono", "when_paid", "Kiedy zap\u0142acono", "expires_on", "Expires On", "free", "Darmowe", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", "Uruchom ponownie aplikacj\u0119 po po\u0142\u0105czeniu z Internetem", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokeny API", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Edytuj token", "created_token", "Token zosta\u0142 utworzony", "updated_token", "Token zosta\u0142 zaktualizowany", "archived_token", "Token zosta\u0142 zarchiwizowany", "deleted_token", "Token zosta\u0142 usuni\u0119ty", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edytuj warunki p\u0142atno\u015bci", _s20_55, "Utworzono termin p\u0142atno\u015bci", _s20_56, "Zaktualizowano termin p\u0142atno\u015bci", _s21_56, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Wy\u015blij z Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kwota kredytu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Doliczanie do kwoty", "inclusive", "Wliczanie w kwot\u0119", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, "Szukaj dokument\xf3w", "search_designs", "Search Designs", "search_invoices", "Szukaj faktur", "search_clients", "Szukaj klient\xf3w", "search_products", "Szukaj produkt\xf3w", "search_quotes", "Szukaj ofert", "search_credits", "Szukaj zobowi\u0105za\u0144", "search_vendors", "Szukaj dostawc\xf3w", "search_users", "Szukaj u\u017cytkownik\xf3w", _s16_86, "Szukaj stawek podatkowych", "search_tasks", "Szukaj zada\u0144", "search_settings", "Szukaj ustawie\u0144", "search_projects", "Szukaj projekt\xf3w", "search_expenses", "Szukaj wydatk\xf3w", "search_payments", "Szukaj p\u0142atno\u015bci", "search_groups", "Szukaj grup", "search_company", "Szukaj w firmie", "search_document", "Szukaj 1 dokumentu", "search_design", "Search 1 Design", "search_invoice", "Szukaj 1 faktury", "search_client", "Szukaj 1 klienta", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_77, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_79, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Data wyczyszczenia", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dni", "age_group_30", "30 - 60 dni", "age_group_60", "60 - 90 dni", "age_group_90", "90 - 120 dni", "age_group_120", "ponad 120 dni", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Szczeg\xf3\u0142y faktury", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Uprawnienia", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count wys\u0142ana faktura", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Usu\u0144 konto", _s22_47, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "W\u0142\u0105czone modu\u0142y", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Nag\u0142\xf3wek", "load_design", "Za\u0142aduj projekt", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propozycje", "tickets", "Tickets", _s16_98, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_59, "Zarz\u0105dzanie kontem", "credit_date", "Data kredytu", "credit", "Kredyt", "credits", "Zobowi\u0105zania", "new_credit", "Wprowad\u017a kredyt", "edit_credit", "Edytuj kredyt", "created_credit", "Kredyt zosta\u0142 utworzony", "updated_credit", "Zaktualizowano kredyt", "archived_credit", "Kredyt zarchiwizowano", "deleted_credit", "Kredyt zosta\u0142 usuni\u0119ty", "removed_credit", _s27_36, "restored_credit", "Kredyt zosta\u0142 przywr\xf3cony", _s16_100, "Zarchiwizowano :count zobowi\u0105zania", "deleted_credits", "Usuni\u0119to :count zobowi\u0105zania", _s16_101, _s36_9, "current_version", "Aktualna wersja", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Wi\u0119cej informacji", "integrations", "Integracje", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numer", "export", "Eksport", "chart", "Wykres", "count", "Count", "totals", "Razem", "blank", "Puste", "day", "Dzie\u0144", "month", "Miesi\u0105c", "year", "Rok", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuj wed\u0142ug", "credit_balance", "Saldo kredytowe", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Numer telefonu kontaktu", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica dostawy", _s17_86, "Numer domu dostawy", "shipping_city", "Miasto dostawy", "shipping_state", "Wojew\xf3dztwo/Powiat dostawy", _s20_59, "Kod pocztowy dostawy", _s16_132, "Pa\u0144stwo dostawy", _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Numer klienta", "assigned_to", "Assigned to", "created_by", "Utworzono przez :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolumny", "aging", "Odk\u0142adanie", "profit_and_loss", "Zysk i strata", "reports", "Raporty", "report", "Raport", "add_company", "Dodaj firm\u0119", "unpaid_invoice", "Niezap\u0142acona faktura", "paid_invoice", _s17_173, _s16_136, _s16_137, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email kontaktowy", "multiselect", "Zaznaczanie wielu", "entity_state", "Stan", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "forum wsparcia", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma cz\u0119\u015bciowa", "line_total", "Warto\u015b\u0107 pozycji", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_162, "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Tak", "no", "Nie", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Podgl\u0105d", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "Wybierz klienta", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Ustawienia podatk\xf3w", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Zmie\u0144", _s19_44, _s20_67, "options", "Opcje", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Wy\u015blij", _s16_144, "Odzyskaj swoje has\u0142o", "late_fees", "Late Fees", "credit_number", "Numery noty", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Zaplanuj", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email oferty", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, "Zezw\xf3l u\u017cytkownikowi na zarz\u0105dzanie u\u017cytkownikami, edytowanie ustawie\u0144 oraz wszystkich danych.", "user_management", "Zarz\u0105dzanie u\u017cytkownikami", "users", "U\u017cytkownicy", "new_user", "Nowy u\u017cytkownik", "edit_user", "Edytuj u\u017cytkownika", "created_user", _s25_36, "updated_user", "U\u017cytkownik zosta\u0142 zaktualizowany", "archived_user", "U\u017cytkownik zosta\u0142 zarchiwizowany", "deleted_user", "U\u017cytkownik zosta\u0142 usuni\u0119ty", "removed_user", _s25_39, "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_92, 'Ukryj pole "Zap\u0142acono"', _s22_55, 'Wy\u015bwietlaj "Zap\u0142acono" tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.', _s23_29, "Za\u0142\u0105czniki", _s28_21, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_153, "Poka\u017c nag\u0142\xf3wek na", _s16_154, "Poka\u017c stopk\u0119 na", "first_page", "Pierwsza strona", "all_pages", "Wszystkie strony", "last_page", "Ostatnia strona", "primary_font", "Czcionka podstawowa", "secondary_font", "Czcionka dodatkowa", "primary_color", "G\u0142\xf3wny kolor", "secondary_color", "Dodatkowy kolor", "page_size", "Rozmiar strony", "font_size", "Rozmiar czcionki", "quote_design", "Quote Design", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", "Warunki p\u0142atno\u015bci", "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Automatycznie konwertuj", _s23_32, "Utw\xf3rz automatycznie faktur\u0119 z oferty zaakceptowanej przez klienta.", _s17_94, _s17_95, "freq_daily", "Codziennie", "freq_weekly", "Co tydzie\u0144", "freq_two_weeks", "Co dwa tygodnie", "freq_four_weeks", "Co cztery tygodnie", "freq_monthly", "Co miesi\u0105c", "freq_two_months", "Dwa miesi\u0105ce", _s17_96, "Co trzy miesi\u0105ce", _s16_155, "Cztery miesi\u0105ce", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_156, "Three Years", "never", "Nigdy", "company", "Company", _s17_97, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "W\u0142asny CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, "Przycisk wyboru do warunk\xf3w faktury", _s30_9, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_33, "Przycisk wyboru do warunk\xf3w oferty", _s28_22, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_41, "Podpis na fakurze", _s30_10, "Wymagaj od klienta podpisania faktury", _s23_34, "Podpis na ofercie", _s22_57, "Faktury chronione has\u0142em", _s27_38, "Zezwala na utworzenie hase\u0142 dla ka\u017cdego kontaktu. Je\u015bli has\u0142o zostanie ustanowione, u\u017cytkownik b\u0119dzie musia\u0142 poda\u0107 has\u0142o, aby przegl\u0105da\u0107 faktury.", "authorization", "Autoryzacja", "subdomain", "Subdomena", "domain", "Domena", "portal_mode", "Tryb portalu", "email_signature", "Z wyrazami szacunku,", _s24_41, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Za\u0142\u0105cz PDF", _s16_160, "Za\u0142\u0105cz dokumenty", "attach_ubl", "Za\u0142\u0105cz UBL", "email_style", "Email Style", _s19_46, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Odpowiedz do", "bcc_email", "UDW Email", "processed", "Processed", "credit_card", "Karta Kredytowa", "bank_transfer", "Przelew bankowy", "priority", "Priorytet", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktywuj min", "enable_max", "Aktywuj max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Aktualizuj adres", _s19_49, "Zaktualizuj dane adresowe klienta na podstawie dostarczonych informacji", "rate", "Stawka", "tax_rate", "Stawka podatkowa", "new_tax_rate", "Nowa stawka podatkowa", "edit_tax_rate", "Edytuj stawk\u0119 podatkow\u0105", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_84, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_69, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_165, _s16_166, _s21_75, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Wy\u0142\u0105czono", "currency_format", "Format waluty", _s21_76, "Pierwszy dzie\u0144 tygodnia", _s23_38, "Pierwszy miesi\u0105c roku", "sunday", "Niedziela", "monday", "Poniedzia\u0142ek", "tuesday", "Wtorek", "wednesday", "\u015aroda", "thursday", "Czwartek", "friday", "Pi\u0105tek", "saturday", "Sobota", "january", "Stycze\u0144", "february", "Luty", "march", "Marzec", "april", "Kwiecie\u0144", "may", "Maj", "june", "Czerwiec", "july", "Lipiec", "august", "Sierpie\u0144", "september", "Wrzesie\u0144", "october", "Pa\u017adziernik", "november", "Listopad", "december", "Grudzie\u0144", "symbol", "Symbol", "ocde", "Code", "date_format", "Format daty", "datetime_format", "Format daty i godziny", "military_time", "24 godzinny czas", _s18_85, "Wy\u015bwietlanie czasu 24 godzinnego", "send_reminders", "Wy\u015blij przypomnienia", "timezone", "Strefa czasowa", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Grupuj", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_109, "Ustawienia zaawansowane", "company_details", "Dane firmy", "user_details", "Dane u\u017cytkownika", "localization", "Lokalizacja", "online_payments", "P\u0142atno\u015bci online", "tax_rates", "Stawki podatkowe", "notifications", "Powiadomienia", "import_export", "Import | Eksport danych", "custom_fields", "Dostosowane pola", "invoice_design", "Motyw faktury", "buy_now_buttons", "Przyciski Kup Teraz", "email_settings", "Ustawienia e-mail", _s23_40, "Szablony i przypomnienia", _s22_58, _s20_71, _s19_55, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Warunki korzystania z Serwisu", "privacy_policy", "Polityka prywatno\u015bci", "sign_up", "Zapisz si\u0119", "account_login", "Logowanie", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Dodaj nowy/now\u0105", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Pobierz", _s27_43, _s27_63, "take_picture", "Zr\xf3b zdj\u0119cie", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Skonwertowano", _s24_47, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_180, "Konwertuj walut\u0119", "mark_paid", "Oznacz jako zap\u0142acon\u0105", "category", "Kategoria", "address", "Adres", "new_vendor", "Nowy dostawca", "created_vendor", "Dostawca zosta\u0142 utworzony", "updated_vendor", "Zaktualizowano dostawc\u0119", "archived_vendor", "Dostawca zosta\u0142 zarchiwizowany", "deleted_vendor", "Dostawca zosta\u0142 usuni\u0119ty", "restored_vendor", "Dostawca zosta\u0142 przywr\xf3cony", _s16_181, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_182, _s36_11, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_183, _s30_41, "deleted_expense", _s24_85, _s16_184, "Wydatek zosta\u0142 przywr\xf3cony", _s17_115, _s30_41, _s16_185, _s24_85, _s17_116, _s37_14, "copy_shipping", "Kopiuj dostaw\u0119", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Zafakturowano", "logged", "Zapisano", "running", "W trakcie", "resume", "Wzn\xf3w", "task_errors", "Prosz\u0119 skoryguj nak\u0142adaj\u0105ce si\u0119 czasy", "start", "Rozpocznij", "stop", "Zatrzymaj", "started_task", _s25_47, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", _s25_49, "now", "Teraz", _s16_186, _s16_187, "timer", "Odliczanie czasu", "manual", "Wprowad\u017a r\u0119cznie", "budgeted", "Budgeted", "start_time", "Czas rozpocz\u0119cia", "end_time", "Zako\u0144czono", "date", "Data", "times", "Razy/Okresy", "duration", "Czas trwania", "new_task", "Nowe zadanie", "created_task", "Pomy\u015blnie utworzono zadanie", "updated_task", "Pomy\u015blnie zaktualizowano zadanie", "archived_task", "Zadania zosta\u0142o zarchiwizowane", "deleted_task", "Usuni\u0119to zadanie", "restored_task", "Zadanie zosta\u0142o przywr\xf3cone", "archived_tasks", "Zarchiwizowano :count zadania/zada\u0144", "deleted_tasks", "Usuni\u0119to :count zadania/zada\u0144", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_188, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_189, "Przywr\xf3cono projekt", _s17_117, "Zarchiwizowano :count projekt\xf3w", _s16_190, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_118, _s37_15, "new_project", "Nowy projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliknij tutaj", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "\u015arednia", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Stopka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Zaloguj si\u0119 przez Google", "today", "Today", "custom_range", "Okre\u015blony okres", "date_range", "Zakres czasowy", "current", "Obecny", "previous", "Poprzedni", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Ostatnie 7 dni", "last_week", "Ostatni tydzie\u0144", "last30_days", "Ostatnie 30 dni", "this_month", "Ten miesi\u0105c", "last_month", "Ostatni miesi\u0105c", "this_year", "Ten rok", "last_year", "Ostatni rok", "custom", "Dostosowanie", _s16_191, "Powiel do Faktury", "clone_to_quote", "Powiel do Oferty", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobacz faktur\u0119", "convert", "Convert", "more", "Wi\u0119cej", "edit_client", "Edytuj klienta", "edit_product", "Edytuj produkt", "edit_invoice", "Edytuj faktur\u0119", "edit_quote", "Edytuj ofert\u0119", "edit_payment", "Edytuj p\u0142atno\u015b\u0107", "edit_task", "Edytuj zadanie", "edit_expense", "Edytuj wydatek", "edit_vendor", "Edytuj dostawc\u0119", "edit_project", "Edytuj projekt", _s20_72, _s20_73, "billing_address", "Adres rozliczeniowy", _s16_193, "Adres dostawy", "total_revenue", "Ca\u0142kowity doch\xf3d", "average_invoice", "\u015arednia warto\u015b\u0107", "outstanding", "Zaleg\u0142o\u015bci", "invoices_sent", ":count wys\u0142anych faktur", "active_clients", "aktywni klienci", "close", "Zamknij", "email", "Email", "password", "Has\u0142o", "url", "URL", "secret", "Tajny", "name", "Nazwa", "logout", "Wyloguj si\u0119", "login", "Zaloguj", "filter", "Filtruj", "sort", "Sortuj", "search", "Szukaj", "active", "Aktywny", "archived", "Zarchiwizowano", "deleted", "Usuni\u0119te", "dashboard", "Pulpit", "archive", "Archiwum", "delete", "Usu\u0144", "restore", "Przywr\xf3\u0107", _s16_195, "Od\u015bwie\u017canie zako\u0144czone", _s23_41, "Wprowad\u017a adres E-Mail", _s26_34, "Wprowad\u017a has\u0142o", _s21_83, "Wprowad\u017a adres URL", _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Zapisz", _s17_121, _s17_122, "paid_to_date", "Zap\u0142acono", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_162, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Imi\u0119", "last_name", "Nazwisko", "add_contact", "Dodaj kontakt", "are_you_sure", "Jeste\u015b pewny?", "cancel", "Anuluj", "ok", "Ok", "remove", "Usu\u0144", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_201, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_202, "Przywr\xf3cono produkt", _s17_123, _s37_23, _s16_203, "Usuni\u0119to :count produkt\xf3w", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notatki", "cost", "Koszt", "client", "Klient", "clients", "Klienci", "new_client", "Nowy klient", "created_client", "Klient zosta\u0142 utworzony", "updated_client", "Klient zosta\u0142 zaktualizowany", "archived_client", "Klient zosta\u0142 zarchiwizowany", _s16_204, "Zarchiwizowano :count klient\xf3w", "deleted_client", "Klient zosta\u0142 usuni\u0119ty", "deleted_clients", "Usuni\u0119to :count klient\xf3w", "restored_client", "Klient zosta\u0142 przywr\xf3cony", _s16_205, _s36_13, "address1", "Ulica", "address2", "Nr", "city", "Miasto", "state", "Wojew\xf3dztwo", "postal_code", "Kod pocztowy", "country", "Kraj", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nowa faktura", "created_invoice", "Faktura zosta\u0142a utworzona", "updated_invoice", "Faktura zosta\u0142a zaktualizowana", _s16_206, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_207, "Faktura zosta\u0142a przywr\xf3cona", _s17_125, "Zarchiwizowano :count faktury", _s16_208, "Usuni\u0119to :count faktury", _s17_126, _s37_17, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", _s28_59, "amount", "Kwota", "invoice_number", "Numer Faktury", "invoice_date", "Data Faktury", "discount", "Rabat", "po_number", "Numer zam\xf3wienia", "terms", "Warunki", "public_notes", "Notatki publiczne", "private_notes", "Prywatne notatki", "frequency", "Cz\u0119stotliwo\u015b\u0107", "start_date", "Pocz\u0105tkowa data", "end_date", "Ko\u0144cowa data", "quote_number", "Numer oferty", "quote_date", "Data oferty", "valid_until", "Wa\u017cne do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis", "unit_cost", "Cena brutto", "quantity", "Ilo\u015b\u0107", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Razem warto\u015b\u0107", "pdf", "PDF", "due_date", "Termin p\u0142atno\u015bci", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, "Kliknij + aby doda\u0107", _s22_61, "Kliknij + aby doda\u0107 czas", "count_selected", "zaznaczono :count", "total", "Razem", "percent", "Procent", "edit", "Edytuj", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "J\u0119zyk", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Updated", "tax", "Stawka VAT", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Viewed", "approved", "Approved", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acono", "mark_sent", "Oznacz jako wys\u0142ane", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Gotowe", _s37_18, _s37_19, "dark_mode", "Tryb ciemny", _s27_53, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Od\u015bwie\u017canie danych", "blank_contact", "Blank Contact", "activity", "Dziennik aktywno\u015bci", _s16_211, "Brak rekord\xf3w", "clone", "Powiel", "loading", "Loading", "industry", "Industry", "size", "Rozmiar", "payment_terms", "Warunki p\u0142atnicze", "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Suma netto", "client_portal", "Portal klienta", "show_tasks", "Poka\u017c zadania", "email_reminders", "Email Reminders", "enabled", "Aktywny", "recipients", "Odbiorcy", "initial_email", "Pocz\u0105tkowy email", "first_reminder", _s22_117, "second_reminder", "Drugie przypomnienie", "third_reminder", "Trzecie przypomnienie", "reminder1", _s22_117, "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Szablon", "send", "Wy\u015blij", "subject", "Temat", "body", "Tre\u015b\u0107", "send_email", "Wy\u015blij email", "email_receipt", "Wy\u015blij potwierdzenie zap\u0142aty do klienta", "auto_billing", "Auto billing", "button", "Button", "preview", "Podgl\u0105d", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Refunded", "payment_type", "Typ p\u0142atno\u015bci", _s21_85, "Numer referencyjny transakcji", "enter_payment", "Wprowad\u017a p\u0142atno\u015b\u0107", "new_payment", "Nowa p\u0142atno\u015b\u0107", "created_payment", "P\u0142atno\u015b\u0107 zosta\u0142a utworzona", "updated_payment", "P\u0142atno\u015b\u0107 zosta\u0142a zaktualizowana", _s16_219, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_220, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_130, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_221, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_131, _s37_20, "quote", "Oferta", "quotes", "Oferty", "new_quote", "Nowa oferta", "created_quote", "Oferta zosta\u0142a utworzona", "updated_quote", "Oferta zosta\u0142a zaktualizowana", "archived_quote", "Oferta zosta\u0142a zarchiwizowana", "deleted_quote", "Oferta zosta\u0142a usuni\u0119ta", "restored_quote", "Oferta zosta\u0142a przywr\xf3cona", "archived_quotes", "Zarchiwizowano :count ofert", "deleted_quotes", "Usuni\u0119to :count ofert", "restored_quotes", _s35_22, "expense", "Wydatek", "expenses", "Wydatki", "vendor", "Dostawca", "vendors", "Dostawcy", "task", "Zadanie", "tasks", "Zadania", "project", "Projekt", "projects", "Projekty", "activity_1", ":user stworzy\u0142 klienta :client", "activity_2", ":user zarchiwizowa\u0142 klienta :client", "activity_3", ":user usun\u0105\u0142 klienta :client", "activity_4", ":user stworzy\u0142 faktur\u0119 :invoice", "activity_5", ":user zaktualizowa\u0142 faktur\u0119 :invoice", "activity_6", ":user wys\u0142a\u0142 faktur\u0119 :invoice dla :client do :contact", "activity_7", ":contact obejrza\u0142 faktur\u0119 :invoice dla :client", "activity_8", ":user zarchiwizowa\u0142 faktur\u0119 :invoice", "activity_9", ":user usun\u0105\u0142 faktur\u0119 :invoice", "activity_10", ":contact wprowadzi\u0142 p\u0142atno\u015b\u0107 :payment o warto\u015bci :payment_amount faktury :invoice dla :client", "activity_11", ":user zaktualizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_12", ":user zarchiwizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_13", ":user usun\u0105\u0142 p\u0142atno\u015b\u0107 :payment", "activity_14", ":user wprowadzi\u0142 kredyt :credit", "activity_15", ":user zaktualizowa\u0142 kredyt :credit", "activity_16", ":user zarchiwizowa\u0142 kredyt :credit", "activity_17", ":user usun\u0105\u0142 kredyt :credit", "activity_18", ":user stworzy\u0142 ofert\u0119 :quote", "activity_19", ":user zakatualizowa\u0142 ofert\u0119 :quote", "activity_20", _s50_9, "activity_21", ":contact wy\u015bwietli\u0142 ofert\u0119 :quote", "activity_22", ":user zarchiwizowa\u0142 ofert\u0119 :quote", "activity_23", ":user usun\u0105\u0142 ofert\u0119 :quote", "activity_24", ":user przywr\xf3ci\u0142 ofert\u0119 :quote", "activity_25", ":user przywr\xf3ci\u0142 faktur\u0119 :invoice", "activity_26", ":user przywr\xf3ci\u0142 klienta :client", "activity_27", ":user przywr\xf3ci\u0142 p\u0142atno\u015b\u0107 :payment", "activity_28", ":user przywr\xf3ci\u0142 kredyt :credit", "activity_29", _s42_13, "activity_30", ":user utworzy\u0142 dostawc\u0119 :vendor", "activity_31", ":user zarchiwizowa\u0142 dostawc\u0119 :vendor", "activity_32", ":user usun\u0105\u0142 dostawc\u0119 :vendor", "activity_33", ":user przywr\xf3ci\u0142 dostawc\u0119 :vendor", "activity_34", ":user utworzy\u0142 wydatek :expense", "activity_35", ":user zarchiwizowa\u0142 wydatek :expense", "activity_36", ":user usun\u0105\u0142 wydatek :expense", "activity_37", ":user przywr\xf3ci\u0142 wydatek :expense", "activity_39", ":user anulowa\u0142 p\u0142atno\u015b\u0107 na :payment_amount nr. :payment", "activity_40", _s64_, "activity_41", "p\u0142atno\u015b\u0107 :payment_amount (:payment) nieudana", "activity_42", ":user stworzy\u0142 zadanie :task", "activity_43", ":user zaktualizowa\u0142 zadanie :task", "activity_44", ":user zarchiwizowa\u0142 zadanie :task", "activity_45", ":user usun\u0105\u0142 zadanie :task", "activity_46", ":user przywr\xf3ci\u0142 zadanie :task", "activity_47", ":user zaktualizowa\u0142 wydatek :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user otworzy\u0142 zg\u0142oszenie\xa0:ticket ponownie\xa0", "activity_55", ":contact odpowiedzia\u0142 w zg\u0142oszeniu :ticket", "activity_56", ":user ogl\u0105da\u0142 zg\u0142oszenie\xa0:ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Licznik numeru faktury", _s20_77, _s20_78, _s20_79, "Licznik numeru oferty", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "Klienta Ulica Dostawy", _s24_59, "Klienta numer budynku dostawy", "type", "Typ", "invoice_amount", "Kwota faktury", _s16_226, "Termin P\u0142atno\u015bci", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "P\u0142atno\u015b\u0107 Automatyczna", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Nazwa podatku", "tax_amount", "Warto\u015b\u0107 podatku", "tax_paid", "Podatek zap\u0142acony", "payment_amount", "Kwota p\u0142atno\u015bci", "age", "Wiek", "is_running", "Is Running", "time_log", "Rejestr czasu", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Kategoria wydatku", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Configura\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Situa\xe7\xe3o", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Adicionar Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adicionar na fatura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Moeda da Fatura", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para uma fatura de :amount seria de :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Carregar PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Pago", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente limpo com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Pequeno", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Definir Senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_55, "view_statement", "Ver Compras", "sepa", "D\xe9bito direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", _s17_174, _s16_23, _s16_232, _s17_19, _s18_163, _s18_17, _s20_126, _s21_22, _s23_72, _s22_27, _s25_75, _s25_2, _s37_35, _s25_3, _s41_14, _s26_4, _s40_8, _s25_4, _s28_73, _s25_5, _s38_2, _s26_5, _s41_15, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "V\xedrgula em decimais", _s26_6, "Usar v\xedrgula como separador para campos decimais nos formul\xe1rios", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Guia do Usu\xe1rio", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, 'O per\xedodo de testes do plano "Pro", termina em :count dias, clique para atualizar.', _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_164, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Primeiro Nome do Contato", _s17_23, "\xdaltimo Nome do Contato", "order", "Order", "unassigned", "N\xe3o Designado", "partial_value", "Precisa ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Habilitar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Definir o subdom\xednio ou mostrar a fatura em seu pr\xf3prio website", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modificado", "subscription", "Assinatura", "subscriptions", "Assinaturas", _s16_41, "Nova Assinatura", _s17_29, "Ediar Assinatura", _s20_27, "Assinatura criada com sucesso", _s20_28, "Assinatura atualizada com sucesso", _s21_34, "Assinatura arquivada com sucesso", _s20_29, "Assinatura apagada com sucesso", _s20_30, "Assinatura removida com sucesso", _s21_35, "Assinatura restaurada com sucesso", _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, "Altera\xe7\xf5es no c\xf3digo podem estar bloqueando a atualiza\xe7\xe3o, voc\xea pode executar esse comando para descartar as mudan\xe7as:", _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "Reenviar Convite", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Devolvido", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_34, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autentica\xe7\xe3o em 2 Fatores", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s21_130, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_104, "to_update_run", "To update run", _s18_37, "Converter em Fatura", _s16_54, _s16_55, "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s19_105, _s16_60, "Quantia Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos Padr\xe3o", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Coluna", "sample", "Amostra", "map_to", "Map To", "import", "Importar", _s25_15, _s29_7, "select_file", "Selecione um arquivo", _s16_62, _s16_63, "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "Modo HTML", "html_mode_help", _s43_1, "view_licenses", "Ver licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Tela cheia", "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servi\xe7o", "clone_to", "Clonar para", "clone_to_other", "Clonar para outro", "labels", "Etiquetas", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "N\xe3o Pago", "white_label", "Sem marca", "delivery_note", "Nota de Entrega", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Proposta expirada", "partial_due", _s18_165, "invoice_total", "Total da Fatura", "quote_total", _s18_166, "credit_total", "Total do Cr\xe9dito", _s23_17, "Total da Fatura", "actions", "A\xe7\xf5es", "expense_number", "N\xba da Despesa", "task_number", "N\xba da Tarefa", "project_number", "N\xba do Projeto", "project_name", "Nome do projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de tarefa padr\xe3o", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Situa\xe7\xe3o", "task_statuses", "Status da tarefa", "new_task_status", "Novo Status da tarefa", _s16_64, "Editar Status da Tarefa", _s19_30, "Status da tarefa criado com sucesso", _s19_31, "Status da tarefa atualizado com sucesso", _s20_36, "Status da tarefa arquivado com sucesso", _s19_32, "Status da tarefa apagado com sucesso", _s19_33, "Status da tarefa removido com sucesso", _s20_37, "Status da tarefa restaurado com sucesso", _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, "Encontrado 1 Status da Tarefa", _s20_39, "Encontrado :count Status da Tarefa", _s16_66, _s25_76, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar faturas", _s20_40, "Registro das tarefas de fatura", _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s22_118, _s20_46, _s26_64, _s21_46, _s21_47, _s24_31, "Categoria de despesas criada com sucesso", _s24_32, "Categoria de despesas atualizada com sucesso", _s25_19, "Categoria de despesas arquivada com sucesso", _s24_33, "Categoria exclu\xedda com sucesso", _s24_34, _s37_7, _s25_20, "Categoria de despesas restaurada com sucesso", _s27_23, ":count categorias de despesas arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Mostrar op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_167, _s17_48, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_31, _s18_46, "Dever\xe1 ser Faturada", _s23_19, _s33_23, _s29_8, _s29_56, _s21_50, _s25_77, _s16_68, _s26_65, _s18_47, "Clonar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do usu\xe1rio", "variables", "Vari\xe1vel", "show_password", "Mostrar senha", "hide_password", "Esconder senha", "copy_error", "Copiar Erro", "capture_card", _s17_175, _s17_49, "Cobran\xe7a autom\xe1tica habilitada", "total_taxes", "Impostos totais", "line_taxes", "Line Taxes", "total_fields", "Campo Total", _s25_23, _s42_21, _s25_24, _s38_28, _s25_25, _s38_29, "gateway_refund", "Gateway Refund", _s19_34, "Processe o reembolso com o portal de pagamento", "due_date_days", "Data de vencimento", "paused", "Pausado", "mark_active", "Marcar como Ativo", "day_count", "Dia :count", _s22_38, _s19_106, _s21_51, _s17_176, _s17_51, "Utilizar Termos de Pagamento", "endless", "Intermin\xe1vel", "next_send_date", _s21_131, _s16_70, _s16_291, _s17_53, "Fatura Recorrente", _s18_49, "Faturas Recorrentes", _s21_53, "Nova Fatura Recorrente", _s22_40, _s24_86, _s25_26, _s36_40, _s25_27, _s40_9, _s26_13, "Fatura Recorrente arquivada com sucesso", _s25_28, "Fatura recorrente exclu\xedda com sucesso", _s25_29, _s38_30, _s26_14, "Fatura Recorrente restaurada com sucesso", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s30_42, _s25_30, _s37_36, "send_date", "Data de envio", "auto_bill_on", _s30_43, _s28_8, _s32_23, "profit", "Lucro", "line_item", "Item de linha", _s18_51, _s29_57, _s23_20, _s35_12, _s19_35, _s24_87, _s24_36, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha de reconcilia\xe7\xe3o", _s30_5, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", _s17_177, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_66, "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Visualizar portal", "copy_link", "Link de c\xf3pia", "token_billing", "Salvar detalhes do cart\xe3o", _s24_37, _s26_67, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "R\xf3tulo", "client_number", "N\xfamero do Cliente", "auto_convert", "Auto Convers\xe3o", "company_name", "Nome da Empresa", "reminder1_sent", _s18_168, "reminder2_sent", _s18_169, "reminder3_sent", _s18_170, _s18_53, _s23_73, "pdf_page_info", _s23_74, _s16_74, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", _s40_10, "gateway", "Gateway", "view_in_stripe", "Ver em Listra", "rows_per_page", "Linhas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Sobretaxa", "apply_payment", _s17_178, "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_88, "record_type", _s16_292, "record_name", "Nome do Registro", "file_type", "Tipo de Arquivo", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Exame de sa\xfade", "payment_type_id", _s17_179, "last_login_at", "\xdaltimo login em", "company_key", _s16_293, "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_49, "Email de pagamento online", _s20_51, _s25_78, "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_89, _s17_57, _s20_127, _s17_59, _s23_75, "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", _s20_128, _s17_61, _s21_132, _s17_63, "Pr\xf3ximas Faturas", _s17_65, "Faturas Vencidas", "recent_payments", _s19_107, "upcoming_quotes", _s19_108, "expired_quotes", _s20_129, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_294, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", _s17_180, "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_181, "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", _s16_295, "delete_task", "Excluir Tarefa", "approve_quote", "Aprovar Cota\xe7\xe3o", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gratuito", "plan", "Plano", "show_sidebar", "Exibir Barra Lateral", "hide_sidebar", _s21_133, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_68, "search_webhook", _s19_109, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_69, "updated_webhook", _s30_44, _s16_76, _s29_58, "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", _s28_74, _s16_77, _s30_45, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokens de API", "api_docs", "API Docs", "search_tokens", _s24_90, "search_token", _s17_182, "token", "Token", "tokens", "Tokens", "new_token", "Novo Token", "edit_token", "Editar Token", "created_token", "Token criado com sucesso", "updated_token", "Token atualizado com sucesso", "archived_token", "Token arquivado com sucesso", "deleted_token", "Token exclu\xeddo com sucesso", "removed_token", _s26_70, "restored_token", _s28_75, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registro de cliente", _s24_39, "Permitir que os clientes se auto-registrem no portal", _s21_55, _s25_79, "email_invoice", "Enviar Fatura por Email", "email_quote", "Enviar Or\xe7amento por Email", "email_credit", "Cr\xe9dito de Email", "email_payment", "Pagamento por Email", _s20_54, "O cliente n\xe3o tem um endere\xe7o de e-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registros", "owned_by_user", "Propriedade do usu\xe1rio", _s16_80, _s16_296, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_82, _s17_183, "number_of_days", "N\xfamero de dias", _s23_22, _s36_41, "payment_term", _s21_134, _s16_83, _s26_71, _s17_71, "Editar Condi\xe7\xe3o de Pagamento", _s20_55, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_56, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_56, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_57, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_58, _s42_22, _s21_57, _s44_7, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s16_297, "change", "Mudar", _s23_24, _s26_72, _s24_40, "Mudar para o layout da \xe1rea de trabalho?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Quantia de Cr\xe9dito", "quote_amount", "Valor da cota\xe7\xe3o", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Exibir Menu", _s18_55, _s24_91, _s16_85, _s20_130, "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", _s18_171, "search_products", _s18_172, "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", _s18_173, "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_86, _s27_79, "search_tasks", _s17_184, "search_settings", _s23_76, "search_projects", _s18_174, "search_expenses", _s18_175, "search_payments", _s20_131, "search_groups", _s16_298, "search_company", _s17_185, "search_document", _s21_135, "search_design", _s18_176, "search_invoice", "Pesquisar 1 Fatura", "search_client", _s19_110, "search_product", _s19_111, "search_quote", _s19_112, "search_credit", _s19_113, "search_vendor", "Pesquisar 1 Fornecedor", "search_user", _s19_114, "search_tax_rate", _s27_80, "search_task", _s18_177, "search_project", _s19_115, "search_expense", _s19_116, "search_payment", _s21_136, "search_group", _s17_186, "refund_payment", _s20_132, _s17_75, "Fatura Cancelada com Sucesso", _s18_57, "Faturas Canceladas com Sucesso", _s16_92, "Fatura Revertida com Sucesso", _s17_76, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Estado/CEP", _s17_79, "CEP/Cidade/Estado", "custom1", _s22_119, "custom2", _s21_137, "custom3", _s22_120, "custom4", _s20_133, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_58, "Aviso: Isto ir\xe1 apagar seus dados permanentemente, n\xe3o h\xe1 como defazer esta a\xe7\xe3o.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design salvo com sucesso", "client_details", _s19_117, "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", _s19_118, "product_columns", _s18_178, "task_columns", _s18_179, "add_field", "Adicionar campo", "all_events", _s16_299, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_32, "payment_failure", "Falha de Pagamento", "invoice_sent", ":count fatura enviada", "quote_sent", "Cota\xe7\xe3o enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Fatura visualizada", "quote_viewed", "Cota\xe7\xe3o visualizada", "credit_viewed", "Cr\xe9dito visualizado", "quote_approved", "Cota\xe7\xe3o aprovada", _s25_32, _s29_59, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_47, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_48, "Aviso: Isto ir\xe1 excluir permanentemente sua empresa, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "enabled_modules", "Enabled Modules", "converted_quote", "Cota\xe7\xe3o convertida com sucesso", "credit_design", _s17_187, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Design", "css_framework", "CSS Framework", "custom_designs", "Designs personalizados", "designs", "Designs", "new_design", "Novo Design", "edit_design", "Editar Design", "created_design", "Design criado com sucesso", "updated_design", "Design atualizado com sucesso", "archived_design", "Design arquivado com sucesso", "deleted_design", "Design exclu\xeddo com sucesso", "removed_design", "Design removido com sucesso", "restored_design", "Design restaurado com sucesso", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propostas", "tickets", "Tickets", _s16_98, _s22_121, "recurring_tasks", _s19_119, _s18_59, "Gerenciamento da Conta", "credit_date", "Data do Cr\xe9dito", "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Adicionar Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito criado com sucesso", "updated_credit", "Cr\xe9dito atualizado com sucesso", "archived_credit", "Cr\xe9dito arquivado com sucesso", "deleted_credit", "Cr\xe9dito exclu\xeddo com sucesso", "removed_credit", _s28_76, "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_100, ":count cr\xe9ditos arquivados com sucesso", "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_101, _s36_9, "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_102, _s22_122, "app_updated", _s34_34, "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_81, _s20_134, "credit_footer", _s17_188, "credit_terms", _s17_189, "new_company", "Nova Empresa", "added_company", _s30_46, "company1", "Companhia 1 Personalizada", "company2", "Companhia 2 Personalizada", "company3", "Companhia 3 Personalizada", "company4", "Companhia 4 Personalizada", "product1", "Produto 1 Personalizado", "product2", "Produto 2 Personalizado", "product3", "Produto 3 Personalizado", "product4", "Produto 4 Personalizado", "client1", "Cliente 1 Personalizado", "client2", "Cliente 2 Personalizado", "client3", "Cliente 3 Personalizado", "client4", "Cliente 4 Personalizado", "contact1", "Contato 1 Personalizado", "contact2", "Contato 2 Personalizado", "contact3", "Contato 3 Personalizado", "contact4", "Contato 4 Personalizado", "task1", "Tarefa 1 Personalizada", "task2", "Tarefa 2 Personalizada", "task3", "Tarefa 3 Personalizada", "task4", "Tarefa 4 Personalizada", "project1", "Projeto 1 Personalizado", "project2", "Projeto 2 Personalizado", "project3", "Projeto 3 Personalizado", "project4", "Projeto 4 Personalizado", "expense1", "Despesa 1 Personalizada", "expense2", "Despesa 2 Personalizada", "expense3", "Despesa 3 Personalizada", "expense4", "Despesa 4 Personalizada", "vendor1", "Vendedor 1 Personalizado", "vendor2", "Vendedor 2 Personalizado", "vendor3", "Vendedor 3 Personalizado", "vendor4", "Vendedor 4 Personalizado", "invoice1", "Fatura 1 Personalizada", "invoice2", "Fatura 2 Personalizada", "invoice3", "Fatura 3 Personalizada", "invoice4", "Fatura 4 Personalizada", "payment1", "Pagamento 1 Personalizado", "payment2", "Pagamento 2 Personalizado", "payment3", "Pagamento 3 Personalizado", "payment4", "Pagamento 4 Personalizado", "surcharge1", _s25_80, "surcharge2", _s25_81, "surcharge3", _s25_82, "surcharge4", _s25_83, "group1", "Grupo 1 Personalizado", "group2", "Grupo 2 Personalizado", "group3", "Grupo 3 Personalizado", "group4", "Grupo 4 Personalizado", "reset", "Redefinir", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Saldo do Cr\xe9dito", _s18_65, "\xdaltimo Login do Contato", _s17_83, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_59, "Valor personalizado do contato 1", _s21_60, "Valor personalizado do contato 2", _s21_61, "Valor personalizado do contato 3", _s21_62, "Valor personalizado do contato 4", _s17_85, "Rua de envio", _s17_86, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_59, "CEP de envio", _s16_132, "Pa\xeds de envio", _s16_134, "Rua de cobran\xe7a", _s16_135, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_40, "CEP de cobran\xe7a", "billing_country", "Pa\xeds de cobran\xe7a", "client_id", "C\xf3d Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :name", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_300, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_190, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_136, _s22_123, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_191, "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", _s16_301, "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_63, "Inclui erros recentes dos logs", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_61, _s27_81, _s25_34, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_63, _s48_7, _s18_68, "Ajustar Porcentagem da Multa", _s23_26, "Ajustar o percentual de taxa a contabilizar", _s18_70, _s20_135, "support_forum", _s16_302, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", _s17_192, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_64, _s21_138, _s20_64, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_77, _s23_27, _s27_82, _s20_65, "Por favor digite um valor", "deleted_logo", "Logo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Salvo", "when_sent", "Quando Enviado", "select_company", _s18_180, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_139, "history_sidebar", _s26_73, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_119, "second_custom", _s21_137, "third_custom", _s22_120, "show_cost", "Mostrar Custo", _s17_88, _s17_89, "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_65, _s29_60, _s26_23, _s72_1, _s21_67, _s28_78, _s26_24, _s77_2, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s17_193, _s21_71, _s60_0, "one_tax_rate", _s19_120, "two_tax_rates", _s22_124, "three_tax_rates", _s22_125, _s16_140, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", _s17_194, "line_item_tax", _s24_92, "inclusive_taxes", _s17_195, _s17_90, _s27_83, "item_tax_rates", _s25_84, _s18_72, "Selecione um cliente", "configure_rates", _s18_181, _s18_73, "Configurar m\xe9todos de pagamento", "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_75, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_44, _s27_84, "options", "Op\xe7\xf5es", _s16_142, _s20_136, "multi_line_text", _s16_303, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_144, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", _s16_304, _s16_145, "Percentual de Multa", "schedule", "Agendamento", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", _s28_79, _s18_77, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", _s17_196, "payment_partial", "Partial Payment", _s21_72, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_147, _s17_183, _s16_149, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_78, "Permite ao usu\xe1rio gerenciar usu\xe1rios, mudar configura\xe7\xf5es e modificar todos os registros", "user_management", "Gerenciamento de Usu\xe1rios", "users", "Usu\xe1rios", "new_user", "Novo Usu\xe1rio", "edit_user", "Editar Usu\xe1rio", "created_user", "Usu\xe1rio criado com sucesso", "updated_user", "Usu\xe1rio atualizado com sucesso", "archived_user", "Usu\xe1rio arquivado com sucesso", "deleted_user", "Usu\xe1rio exclu\xeddo com sucesso", "removed_user", "Usu\xe1rio removido com sucesso", "restored_user", "Usu\xe1rio restaurado com sucesso", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s20_135, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_92, "Ocultar Pago at\xe9 Hoje", _s22_55, 'Apenas mostrar "Pago at\xe9 a Data" em suas faturas uma vez que o pagamento for recebido.', _s23_29, "Embutir Documentos", _s28_21, "Incluir imagens anexas na fatura.", _s16_153, "Exibir Cabe\xe7alho em", _s16_154, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", _s16_305, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_306, "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_197, "font_size", "Tamanho da Fonte", "quote_design", "Design do Or\xe7amento", "invoice_fields", "Campos da Fatura", "product_fields", "Campos de Produtos", "invoice_terms", "Condi\xe7\xf5es da Fatura", "invoice_footer", "Rodap\xe9 da Fatura", "quote_terms", _s22_126, "quote_footer", _s19_121, _s18_79, _s16_307, _s23_30, _s74_, _s18_80, _s24_93, _s23_31, _s61_5, _s18_81, "Auto Convers\xe3o", _s23_32, "Converter automaticamente um or\xe7amento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Diariamente", "freq_weekly", "Semanalmente", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensalmente", "freq_two_months", "Dois meses", _s17_96, "3 meses", _s16_155, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_182, _s16_157, _s22_127, "number_padding", _s23_77, "general", "Geral", "surcharge_field", _s18_183, "company_field", _s16_308, "company_value", _s16_309, "credit_field", _s16_310, "invoice_field", "Campo da Fatura", _s17_99, "Sobretaxa de Fatura", "client_field", _s16_311, "product_field", _s16_312, "payment_field", _s18_184, "contact_field", "Campo do Contato", "vendor_field", _s19_122, "expense_field", _s16_313, "project_field", _s16_314, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_198, "prefix", "Prefixo", "number_pattern", _s19_123, "messages", "Mensagens", "custom_css", _s17_199, _s17_101, _s24_94, _s16_159, "Exibir em PDF", _s21_74, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_40, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_9, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_33, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_22, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_41, "Assinatura de Fatura", _s30_10, "Exigir que o cliente providencie sua assinatura", _s23_34, _s23_78, _s22_57, "Proteger Faturas com Senha", _s27_38, "Permite definir uma senha para cada contato. Se uma senha for definida, o contato dever\xe1 informar uma senha antes de visualizar faturas.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Atenciosamente,", _s24_41, "Tornar mais f\xe1cil para os seus clientes efetuarem seus pagamentos acrescentando marca\xe7\xf5es schema.org a seus emails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Design do Email", "attach_pdf", "Anexar PDF", _s16_160, _s17_200, "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_46, "Habilitar Marca\xe7\xe3o", "reply_to_email", "Email para Resposta", "reply_to_name", "Reply-To Name", "bcc_email", "Email CCO", "processed", "Processado", "credit_card", _s17_201, "bank_transfer", _s22_128, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", "Porcentagem da Multa", "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Habilitar m\xedn", "enable_max", "Habilitar m\xe1x", "min_limit", "M\xedn: :min", "max_limit", "M\xe1x: :max", "min", "Min", "max", "M\xe1x", _s19_47, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_49, "Atualizar o endere\xe7o do cliente com os dados fornecidos", "rate", "Taxa", "tax_rate", "Taxa do Imposto", "new_tax_rate", "Nova Taxa de Imposto", "edit_tax_rate", "Editar Taxa do Imposto", _s16_162, "Taxa de imposto criada com sucesso", _s16_163, "Taxa de imposto atualizada com sucesso", _s17_104, "Taxa de imposto arquivada com sucesso", _s16_164, _s36_42, _s17_105, _s38_31, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Auto-preencher produtos", _s18_84, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_43, _s20_69, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_165, _s18_185, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_167, "Gateways de Pagamento", _s19_50, "Novo Gateway", _s20_70, "Editar Gateway", _s23_35, "Gateway criado com sucesso", _s23_36, "Gateway atualizado com sucesso", _s24_42, "Gateway arquivado com sucesso", _s23_37, "Gateway exclu\xeddo com sucesso", _s24_43, "Gateway restaurado com sucesso", _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, "Continuar Editando", "discard_changes", "Descartar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", _s16_315, _s21_76, "Primeiro dia da Semana", _s23_38, _s19_124, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de Data", "datetime_format", _s20_137, "military_time", "Formato de Tempo 24h", _s18_85, _s19_125, "send_reminders", _s16_316, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_138, _s17_107, _s18_186, _s19_53, _s19_126, _s18_86, _s20_139, _s18_88, _s21_140, "group_settings", _s23_79, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_95, "updated_group", _s28_80, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_85, "deleted_group", _s26_74, "restored_group", _s28_81, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_171, "Configura\xe7\xf5es de Produtos", "device_settings", _s28_82, "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_109, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_127, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_202, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_141, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de Email", _s23_40, "Modelos e Lembretes", _s22_58, "Cart\xf5es de Cr\xe9dito & Bancos", _s19_55, _s21_142, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_42, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_317, _s19_57, _s16_318, "pro_plan", "Plano Pro", "enterprise_plan", _s17_203, "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_45, "Por favor digite o primeiro nome", _s24_45, "Por favor digite o sobrenome", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_140, "privacy_policy", _s23_80, "sign_up", "Cadastro", "account_login", "Login na Conta", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Novo", _s18_90, "Nenhum registro selecionado", _s21_79, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_43, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_319, _s17_111, _s29_61, _s16_175, _s32_24, _s17_112, _s31_33, _s16_176, _s29_62, _s17_113, _s32_25, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Autenticado", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_47, _s24_48, "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_320, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_63, "updated_vendor", _s33_35, "archived_vendor", _s32_26, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_182, _s36_11, "new_expense", "Informar Despesa", "created_expense", _s26_75, "updated_expense", _s30_47, _s16_183, _s29_64, "deleted_expense", "Despesa exclu\xedda com sucesso", _s16_184, _s30_48, _s17_115, _s31_34, _s16_185, "Despesas exclu\xeddas com sucesso", _s17_116, _s37_14, "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_80, "Falha ao procurar registro", "invoiced", "Faturado", "logged", "Registrado", "running", "Executando", "resume", "Retomar", "task_errors", "Por favor corrija quaisquer tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_86, "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", "Tarefa continuada com sucesso", "now", "Agora", _s16_186, _s31_35, "timer", "Timer", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "Hor\xe1rio de In\xedcio", "end_time", "Hor\xe1rio Final", "date", "Data", "times", "Vezes", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada com sucesso", "updated_task", "Tarefa atualizada com sucesso", "archived_task", "Tarefa arquivada com sucesso", "deleted_task", "Tarefa exclu\xedda com sucesso", "restored_task", "Tarefa restaurada com sucesso", "archived_tasks", ":count tarefas arquivadas com sucesso", "deleted_tasks", ":count tarefas exclu\xeddas com sucesso", "restored_tasks", _s34_20, _s19_59, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_76, "updated_project", _s30_49, _s16_188, _s29_65, "deleted_project", _s28_73, _s16_189, _s30_50, _s17_117, _s38_32, _s16_190, ":count projetos exclu\xeddos com sucesso", _s17_118, _s37_15, "new_project", "Novo Projeto", _s27_47, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_94, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Travado", "authenticate", "Autenticar", _s19_61, _s23_81, _s24_49, _s23_82, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Hospedado", "selfhost_login", "Login Auto-Hospedado", "google_sign_in", "Entrar com o Google", "today", "Hoje", "custom_range", "Per\xedodo Personalizado", "date_range", "Per\xedodo", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_143, "previous_period", _s16_321, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 Dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 Dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este Ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Clonar para Fatura", "clone_to_quote", "Clonar ao Or\xe7amento", "clone_to_credit", "Clone para cr\xe9dito", "view_invoice", "Visualizar fatura", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Fatura", "edit_quote", _s16_322, "edit_payment", _s16_323, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_204, "edit_project", "Editar Projeto", _s20_72, _s27_87, "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_193, "Endere\xe7o de envio", "total_revenue", "Faturamento Total", "average_invoice", "M\xe9dia por Fatura", "outstanding", "Em Aberto", "invoices_sent", ":count faturas enviadas", "active_clients", "clientes ativos", "close", "Fechar", "email", "Email", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Login", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisar", "active", "Ativo", "archived", "Arquivado", "deleted", "Exclu\xeddo", "dashboard", "Painel", "archive", "Arquivar", "delete", "Excluir", "restore", "Restaurar", _s16_195, "Refresh Completo", _s23_41, "Por favor digite seu email", _s26_34, "Por favor digite sua senha", _s21_83, "Por favor digite sua URL", _s26_36, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_121, "Um erro ocorreu", "paid_to_date", "Pago at\xe9 Hoje", "balance_due", "Saldo Devedor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "Inscri\xe7\xe3o Municipal", "id_number", "C\xf3digo de identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_96, "contacts", "Contatos", "additional", "Adicional", "first_name", "Nome", "last_name", "Sobrenome", "add_contact", "Adicionar contato", "are_you_sure", "Voc\xea tem certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "Email \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado com sucesso", "updated_product", "Produto atualizado com sucesso", _s16_201, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_202, _s30_51, _s17_123, ":count produtos arquivados com sucesso", _s16_203, ":count produtos exclu\xeddos com sucesso", _s17_124, _s37_16, "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_77, "updated_client", _s30_52, "archived_client", _s29_66, _s16_204, _s38_33, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_205, _s36_13, "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Estado", "postal_code", "CEP", "country", "Pa\xeds", "invoice", "Fatura", "invoices", "Faturas", "new_invoice", "Nova Fatura", "created_invoice", "Fatura criada com sucesso", "updated_invoice", "Fatura atualizada com sucesso", _s16_206, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_207, "Fatura restaurada com sucesso", _s17_125, ":count faturas arquivadas com sucesso", _s16_208, ":count faturas exclu\xeddas com sucesso", _s17_126, _s37_17, "emailed_invoice", "Fatura enviada por email com sucesso", "emailed_payment", "Pagamento enviado por email com sucesso", "amount", "Valor", "invoice_number", "N\xfamero da Fatura", "invoice_date", "Data da Fatura", "discount", "Desconto", "po_number", "N\xba Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_128, "quote_date", _s17_205, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_324, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o Unit\xe1rio", "quantity", "Quantidade", "add_item", "Adicionar Item", "contact", "Contato", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_187, _s16_209, _s26_78, "status", "Status", _s17_127, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_59, "Clique + para adicionar um item", _s22_61, _s29_67, "count_selected", _s19_129, "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_74, "Por favor digite uma data", _s22_62, _s30_53, _s24_51, "Por favor escolha uma fatura", "task_rate", "Taxa de Tarefas", "settings", "Configura\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de fatura", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", "Marcar como Enviada", _s22_64, "Fatura marcada como enviada com sucesso", _s22_65, "Sucesso! A fatura foi marcada como enviada.", _s23_43, "Faturas marcadas como enviadas com sucesso", _s23_44, "Sucesso! As faturas foram marcadas como enviada.", "done", "Conclu\xeddo", _s37_18, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_53, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_134, "payment_date", _s17_206, "payment_status", "Status do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completado", _s16_217, _s24_91, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s19_27, "net", "Vencimento", "client_portal", _s17_207, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_208, "second_reminder", _s16_325, "third_reminder", _s17_209, "reminder1", _s17_208, "reminder2", _s16_325, "reminder3", _s17_209, "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Corpo", "send_email", "Enviar Email", "email_receipt", "Enviar recibo de pagamento ao cliente por email", "auto_billing", "Cobran\xe7a autom\xe1tica", "button", "Bot\xe3o", "preview", "Preview", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_179, _s21_85, _s23_83, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", _s28_83, "updated_payment", _s32_27, _s16_219, _s31_36, "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_220, "Pagamento restaurado com sucesso", _s17_130, _s40_11, _s16_221, ":count pagamentos exclu\xeddos com sucesso", _s17_131, _s37_20, "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", _s28_84, "updated_quote", "Or\xe7amento atualizado com sucesso", "archived_quote", "Or\xe7amento aquivado com sucesso", "deleted_quote", "Or\xe7amento exclu\xeddo com sucesso", "restored_quote", "Or\xe7amento restaurado com sucesso", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", _s35_22, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_68, "activity_2", _s32_28, "activity_3", ":user excluiu o cliente :client", "activity_4", ":user criou a fatura :invoice", "activity_5", ":user atualizou a fatura :invoice", "activity_6", ":user enviou a fatura :invoice para :client do :contact", "activity_7", ":contact viu a fatura :invoice para o :client", "activity_8", ":user arquivou a fatura :invoice", "activity_9", ":user excluiu a fatura :invoice", "activity_10", ":contact efetuou o pagamento :payment de :payment_amount da fatura :invoice do cliente :client", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user excluiu o pagamento :payment", "activity_14", ":user adicionou cr\xe9dito :credit", "activity_15", ":user atualizou cr\xe9dito :credit", "activity_16", ":user arquivou o cr\xe9dito de :credit", "activity_17", ":user excluiu cr\xe9dito :credit", "activity_18", ":user criou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote do cliente :client para o contato :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou o cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_29, "activity_31", _s35_45, "activity_32", ":user excluiu :vendor", "activity_33", _s36_45, "activity_34", _s30_54, "activity_35", _s33_38, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_79, "activity_43", _s30_55, "activity_44", _s29_69, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_56, "activity_47", _s34_38, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s30_57, "activity_55", ":contact respondeu o ticket :ticket", "activity_56", ":user visualizou o ticket :ticket", "activity_57", "O sistema falhou ao enviar a fatura :invoice", "activity_58", ": fatura revertida pelo usu\xe1rio: fatura", "activity_59", ": fatura cancelada pelo usu\xe1rio: fatura", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Senha One-Time (OTP)", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", _s27_88, _s20_76, _s42_24, _s21_87, _s40_13, "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_130, "custom_value2", _s19_130, "custom_value3", _s21_144, "custom_value4", _s21_145, _s18_95, _s30_58, _s24_56, _s32_30, _s29_37, "Mensagem Personalizada de Fatura Atrasada", _s27_58, "Mensagem Personalizada de Fatura Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_70, _s19_66, _s28_85, _s22_68, _s30_59, _s22_70, _s29_71, _s21_88, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_90, "Contador Num\xe9rico de Vendedores", _s21_92, _s29_72, _s21_94, _s28_86, _s22_72, _s32_31, _s22_74, _s31_37, _s22_76, _s29_73, _s22_78, "Contador Num\xe9rico de Faturas", _s20_77, _s32_32, _s20_79, "Contador Num\xe9rico de Or\xe7amentos", _s21_96, _s30_60, _s21_98, _s29_74, _s21_100, _s30_60, _s21_101, _s29_74, _s18_97, _s26_80, "counter_padding", _s18_188, _s28_57, _s43_7, _s18_99, _s20_141, _s18_101, _s24_97, _s18_103, _s20_142, _s18_105, _s24_98, _s18_107, _s20_143, _s18_109, _s24_99, _s21_102, _s27_89, _s19_68, _s30_61, _s21_104, _s30_62, _s29_39, _s38_35, "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", _s17_210, "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", _s19_131, "client_address2", "Complemento", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s19_132, _s24_59, "Complemento", "type", "Tipo", "invoice_amount", "Valor da Fatura", _s16_226, _s18_187, "tax_rate1", _s17_211, "tax_rate2", _s17_212, "tax_rate3", _s17_213, "auto_bill", _s19_133, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_85, "custom_taxes2", _s25_86, "custom_taxes3", _s25_87, "custom_taxes4", _s25_88, _s17_134, _s25_80, _s17_135, _s25_81, _s17_136, _s25_82, _s17_137, _s25_83, "is_deleted", "Exclu\xeddo", "vendor_city", "Cidade do Vendedor", "vendor_state", "Estado do Vendedor", "vendor_country", "Pa\xeds do Vendedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Quantia de Impostos", "tax_paid", "Impostos pagos", "payment_amount", "Quantia de Pagamento", "age", "Idade", "is_running", "Is Running", "time_log", "Log de Tempo", "bank_id", "Banco", _s19_70, _s19_71, _s16_227, "Categoria de Despesa", _s19_72, _s19_73, "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Tax Name 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, "Ativar a Aplica\xe7\xe3o de Pagamentos", _s29_2, "Ajuda \xe0 cria\xe7\xe3o e aplica\xe7\xe3o de pagamentos separadamente", _s16_8, "Defini\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Resumo", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Adicionar Terminal", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Nota de Pagamento Enviada", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Adicionar Pa\xeds", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", "Crie a sua conta em segundos", "login_label", _s28_0, "add_to_invoice", "Adicionar na nota de pagamento :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Moeda da Nota de Pagamento", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para :amount nota de pag. deve ser :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente apagado com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Defenir senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_55, "view_statement", "Visualizar Declara\xe7\xe3o", "sepa", "D\xe9bito Direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", _s17_174, _s16_23, _s16_232, _s17_19, _s18_163, _s18_17, _s20_126, _s21_22, _s23_72, _s22_27, _s25_75, _s25_2, _s37_35, _s25_3, _s41_14, _s26_4, _s40_8, _s25_4, _s27_90, _s25_5, _s38_2, _s26_5, _s41_15, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Guia do Utilizador", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "L\xedquido", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user criou uma nota de pagamento recorrente :recurring_invoice", "activity_101", ":user atualizou uma nota de pagamento recorrente :recurring_invoice", "activity_102", ":user arquivou uma nota de pagamento recorrente :recurring_invoice", "activity_103", ":user apagou uma nota de pagamento recorrente :recurring_invoice", "activity_104", ":user restaurou uma nota de pagamento recorrente :recurring_invoice", _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Nota De Pagamento Criada", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_164, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Primeiro Nome do Contacto", _s17_23, "\xdaltimo Nome do Contacto", "order", "Order", "unassigned", "N\xe3o atribu\xeddo", "partial_value", "Deve ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ativar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Indique o subdom\xednio ou mostre a nota de pag. no seu site.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "C\xf3digo Promocional", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscri\xe7\xe3o", "subscriptions", "Subscri\xe7\xf5es", _s16_41, "Nova Subscri\xe7\xe3o", _s17_29, "Editar Subscri\xe7\xe3o", _s20_27, "Subscri\xe7\xe3o criada com sucesso", _s20_28, "Subscri\xe7\xe3o atualizada com sucesso", _s21_34, "Subscri\xe7\xe3o arquivada com sucesso", _s20_29, "Subscri\xe7\xe3o Apagada com Sucesso", _s20_30, "Subscri\xe7\xe3o Removida com Sucesso", _s21_35, "Subscri\xe7\xe3o Restaurada com Sucesso", _s19_21, "Encontrada 1 Subscri\xe7\xe3o", _s20_31, "Encontradas :count Subscri\xe7\xf5es", _s26_8, "Subdom\xednio n\xe3o dispon\xedvel", "connect_gmail", "Associar Gmail", _s16_43, "Desassociar Gmail", "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, "N\xfamero de Identifica\xe7\xe3o do Cliente", "count_minutes", ":count Minutos", _s16_48, "Timeout da palavra-passe", _s29_5, _s29_6, "use_last_email", "Usar \xfaltimo E-mail", _s16_50, "Ativar Empresa", _s21_37, "Ativar E-mail, notas de pagamento recorrentes e notifica\xe7\xf5es", _s27_16, "Ocorreu um erro, por favor tente novamente", _s27_17, "Por favor defina uma palavra-passe", _s34_7, "Aviso: A mudan\xe7a de n\xfamero de telem\xf3vel vai desativar a autentica\xe7\xe3o de dois fatores (2FA).", "help_translate", "Ajude a traduzir", _s23_14, "Por favor escolha um pa\xeds", "resend_invite", "Reenviar convite", _s19_22, "Autentica\xe7\xe3o de dois fatores (2FA) desativada com sucesso", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor forne\xe7a um n\xfamero de telem\xf3vel para ativar a autentica\xe7\xe3o de dois fatores", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Ler o c\xf3digo de barras com uma :link aplica\xe7\xe3o compat\xedvel.", _s18_34, "Autentica\xe7\xe3o de Dois Fatores ativada com sucesso", "connect_google", "Associar Google", _s17_31, "Desassociar Google", _s17_33, "Autentica\xe7\xe3o de Dois Fatores", _s18_35, "Desativar Dois Fatores", _s34_8, "Exigir Palavra-passe para In\xedcio de Sess\xe3o Social", "stay_logged_in", "Continuar com sess\xe3o iniciada", _s23_16, "Aviso: A sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 Dia", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, "Defini\xe7\xf5es de Seguran\xe7a", "resend_email", "Reenviar E-mail", _s26_10, "Por favor confirme o seu endere\xe7o de E-mail", _s16_53, _s21_130, _s19_26, _s25_89, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostrar A\xe7\xf5es", _s17_36, "Iniciar Multisele\xe7\xe3o", _s27_19, "Um E-mail foi enviado para confirmar este endere\xe7o de correio eletr\xf3nico", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_104, "to_update_run", "Para atualizar corra", _s18_37, "Converter em Nota de Pagamento", _s16_54, "URL de Registo", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_29, "Encontrado 1 Termo de Pagamento", _s20_32, "Encontrados :count Termos de Pagamento", _s16_56, "Guardar e Prever", "save_and_email", "Guardar e Enviar por E-mail", _s16_58, _s19_105, _s16_60, "Valor Convertido", _s17_38, "Saldo Convertido", _s22_31, _s22_32, _s24_21, "Saldo de Cr\xe9dito Convertido", "converted_total", "Total Convertido", "is_sent", "Foi Enviado", _s17_40, "Documentos Pr\xe9-Definidos", "document_upload", "Upload de Documento", _s20_33, "Permitir que clientes enviem documentos/anexos", "expense_total", "Total das Despesas", "enter_taxes", "Introduzir impostos", "by_rate", "Por taxa", "by_amount", "Por quantia", "enter_amount", "Introduzir Quantia", "before_taxes", "Sem impostos", "after_taxes", "Com impostos", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Colunas Vazias", _s21_41, "O Modo de depura\xe7\xe3o est\xe1 ativado", _s26_11, "Aviso: este modo apenas deve ser usado em m\xe1quinas locais, pois pode ocorrer fuga de credenciais. Clique para saber mais", "running_tasks", "Tarefas a correr", "recent_tasks", "Tarefas Recentes", "recent_expenses", "Despesas Recentes", _s17_42, "Pr\xf3ximas Despesas", "update_app", "Atualizar Aplica\xe7\xe3o", "started_import", "Importa\xe7\xe3o iniciou com sucesso", _s24_23, "Duplicar mapeamento de colunas", _s20_34, "Usa Taxas Inclusivas", _s18_39, _s18_40, "column", "Coluna", "sample", "Exemplo", "map_to", "Map To", "import", "Importar", _s25_15, "Usar primeira linha como nome das colunas", "select_file", "Por favor selecione um ficheiro", _s16_62, "Nenhum Ficheiro Selecionado", "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidade", _s22_33, "Por favor forne\xe7a todos os CSVs", "import_type", "Tipo de Importa\xe7\xe3o", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Editor em ecr\xe3 inteiro", "sidebar_editor", "Editor da Barra Lateral", _s22_34, _s31_20, "purge", "Apagar", "service", "Servi\xe7o", "clone_to", "Duplicar para", "clone_to_other", "Duplicar para outro", "labels", "Etiquetas", "add_custom", "Adicionar Personalizado", "payment_tax", "Imposto de Pagamento", "unpaid", "N\xe3o Pago", "white_label", "White Label", "delivery_note", "Nota de Envio", _s24_26, "Notas de Pagamento Enviadas est\xe3o bloqueadas", _s24_28, "Faturas Pagas est\xe3o bloqueadas", "source_code", "C\xf3digo-fonte", "app_platforms", "Plataformas da Aplica\xe7\xe3o", "invoice_late", _s26_81, "quote_expired", _s18_189, "partial_due", _s18_165, "invoice_total", _s21_146, "quote_total", _s18_166, "credit_total", "Total em Cr\xe9dito", _s23_17, _s21_146, "actions", "A\xe7\xf5es", "expense_number", "N.\xba da Despesa", "task_number", "N.\xba da Tarefa", "project_number", "N.\xba do Projeto", "project_name", "Nome do Projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_30, "Aviso: esta empresa ainda n\xe3o foi ativada", "late_invoice", _s26_81, "expired_quote", _s18_189, "remind_invoice", "Enviar Lembrete da Nota de Pagamento", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Telefone do Cliente", "required_fields", "Campos Necess\xe1rios", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de Tarefa Pr\xe9-definida", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Estado", "task_statuses", "Estado da Tarefa", "new_task_status", "Novo Estado da Tarefa", _s16_64, "Editar Estado da Tarefa", _s19_30, "Estado da tarefa criado com sucesso", _s19_31, "Estado da tarefa atualizado com sucesso", _s20_36, "Estado da tarefa arquivado com sucesso", _s19_32, "Estado da tarefa apagado com sucesso", _s19_33, "Estado da tarefa removido com sucesso", _s20_37, "Estado da tarefa restaurado com sucesso", _s22_35, "Estado das tarefas arquivados com sucesso", _s21_43, "Estado das tarefas apagados com sucesso", _s22_36, "Estado das tarefas restaurados com sucesso", _s18_41, "Encontrado 1 Estado da Tarefa", _s20_39, "Encontados :count Estados da Tarefa", _s16_66, _s25_76, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar notas de pagamento", _s20_40, "Registo das tarefas da Nota de Pagamento", _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, "Adicionar detalhes da data na linha dos items da Nota de Pagamento", _s21_45, "Come\xe7ar tarefas antes de guardar", _s18_42, _s18_190, "task_settings", "Defini\xe7\xf5es de tarefa", _s20_44, "Configurar Categorias", _s18_44, _s22_118, _s20_46, _s26_64, _s21_46, "Editar Categoria de Despesas", _s24_31, "Categoria de despesa criada com sucesso", _s24_32, "Categoria de despesa atualizada com sucesso", _s25_19, "Categoria de despesa arquivada com sucesso", _s24_33, "Categoria apagada com sucesso", _s24_34, "Categoria de despesa removida com sucesso", _s25_20, "Categoria de despesa restaurada com sucesso", _s27_23, ":count categorias de despesa arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, "Encontrada 1 Categoria de Despesa", _s25_22, "Encontrada :count Categorias de Despesa", _s21_48, "Usar Cr\xe9ditos Dispon\xedveis", "show_option", "Mostrar Op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_167, _s17_48, "Est\xe1 a usar a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_31, _s18_46, "Deve ser faturada", _s23_19, _s33_23, _s29_8, _s29_56, _s21_50, _s25_77, _s16_68, _s26_65, _s18_47, "Duplicar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do utilizador", "variables", "Vari\xe1vel", "show_password", "Mostrar Palavra-passe", "hide_password", "Esconder Palavra-passe", "copy_error", "Copiar Erro", "capture_card", _s17_175, _s17_49, "Cobran\xe7a autom\xe1tica ativada", "total_taxes", "Impostos totais", "line_taxes", "Item", "total_fields", "Campo Total", _s25_23, _s42_21, _s25_24, _s38_28, _s25_25, _s38_29, "gateway_refund", "Reembolso do Terminal", _s19_34, "Processe o reembolso com o terminal de pagamento", "due_date_days", _s18_187, "paused", "Pausado", "mark_active", "Ativar", "day_count", "Dia :count", _s22_38, _s19_106, _s21_51, _s17_176, _s17_51, _s26_71, "endless", "Intermin\xe1vel", "next_send_date", _s21_131, _s16_70, _s16_291, _s17_53, "Nota de Pagamento Recorrente", _s18_49, "Notas Pag. Recorrentes", _s21_53, "Nova Nota de Pagamento Recorrente", _s22_40, _s24_86, _s25_26, _s36_40, _s25_27, _s40_9, _s26_13, "Nota de Pagamento Recorrente arquivada", _s25_28, "Nota de Pagamento Recorrente removida", _s25_29, _s38_30, _s26_14, "Nota de Pagamento Recorrente restaurada", _s27_25, ":value Notas de pagamento recorrentes arquivadas com sucesso", _s26_15, ":value Notas de pagamento recorrentes apagadas com sucesso", _s27_26, ":value Notas de pagamento recorrentes restauradas com sucesso", _s24_35, _s30_42, _s25_30, _s37_36, "send_date", "Data de envio", "auto_bill_on", _s30_43, _s28_8, _s32_23, "profit", "Lucro", "line_item", "Produto", _s18_51, _s29_57, _s23_20, "Suportar pagamentos com quantias superiores \xe0 pedida para aceitar gorjetas", _s19_35, _s24_87, _s24_36, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha na reconcilia\xe7\xe3o", _s30_5, "Sucesso na Reconcilia\xe7\xe3o", "gateway_success", _s17_177, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_66, "failure", "Falha", "quota_exceeded", "Quota ultrapassada", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Ver Portal", "copy_link", "Copiar Link", "token_billing", "Guardar detalhes do cart\xe3o", _s24_37, _s26_67, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "Legenda", "client_number", "N\xfamero Cliente", "auto_convert", "Converter Automaticamente", "company_name", "Nome da Empresa", "reminder1_sent", _s18_168, "reminder2_sent", _s18_169, "reminder3_sent", _s18_170, _s18_53, _s23_73, "pdf_page_info", _s23_74, _s16_74, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s40_10, "gateway", "Portal", "view_in_stripe", "Ver em Formato Lista", "rows_per_page", "Colunas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Taxa Extra", "apply_payment", _s17_178, "apply_credit", "Aplicar Nota de Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione a Legenda", "custom_labels", _s24_88, "record_type", "Tipo de Registo", "record_name", "Nome do Registo", "file_type", "Tipo de Ficheiro", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Examinar Sa\xfade do Sistema", "payment_type_id", _s17_179, "last_login_at", "\xdaltimo In\xedcio de Sess\xe3o em", "company_key", _s16_293, "storefront", "Vitrine", "storefront_help", "Permitir aplica\xe7\xf5es de terceiros para criar notas de pagamento", "client_created", "Cliente Criado", _s20_49, "E-mail de pagamento online", _s20_51, _s25_78, "completed", "Completo", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_89, _s17_57, _s20_127, _s17_59, _s23_75, "selected_quotes", "Or\xe7amentos Selecionados", "selected_tasks", _s20_128, _s17_61, _s21_132, _s17_63, "Pr\xf3ximas Nota de Pagamento", _s17_65, "Notas de Pagamento Vencidas", "recent_payments", _s19_107, "upcoming_quotes", _s19_108, "expired_quotes", _s20_129, "create_client", "Criar Cliente", "create_invoice", "Criar Nota de Pagamento", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_294, "update_quote", "Atualizar Or\xe7amento", "delete_quote", "Apagar Or\xe7amento", "update_invoice", "Atualizar Nota de Pagamento", "delete_invoice", "Apagar Nota de Pagamento.", "update_client", _s17_180, "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Atualizar Fornecedores", "delete_vendor", "Apagar Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_181, "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", _s16_295, "delete_task", "Apagar Tarefa", "approve_quote", "Aprovar Or\xe7amento", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gr\xe1tis", "plan", "Plano", "show_sidebar", _s21_147, "hide_sidebar", _s21_133, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie a aplica\xe7\xe3o assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam de ser ativados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_68, "search_webhook", _s19_109, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_69, "updated_webhook", _s30_44, _s16_76, _s29_58, "deleted_webhook", "Webhook Apagada com Sucesso", "removed_webhook", _s28_74, _s16_77, _s30_45, _s17_68, ":value Webhooks arquivadas com sucesso", _s16_78, ":value Webhooks apagadas com sucesso", _s16_79, ":value Webhooks removidas com sucesso", _s17_69, ":value Webhooks restauradas com sucesso", "api_tokens", "API Tokens", "api_docs", "Documenta\xe7\xe3o API", "search_tokens", _s24_90, "search_token", _s17_182, "token", "S\xedmbolo", "tokens", "S\xedmbolos", "new_token", "Novo Token", "edit_token", "Editar S\xedmbolo", "created_token", "S\xedmbolo criado", "updated_token", "S\xedmbolo atualizado", "archived_token", "S\xedmbolo arquivado", "deleted_token", "S\xedmbolo apagado", "removed_token", _s26_70, "restored_token", _s28_75, "archived_tokens", ":value Tokens arquivadas com sucesso", "deleted_tokens", ":value Tokens apagadas com sucesso", "restored_tokens", ":value Tokens restauradas com sucesso", _s19_37, "Registo de cliente", _s24_39, "Permitir que os clientes se auto-registem no portal", _s21_55, _s25_79, "email_invoice", "Enviar Nota de Pagamento.", "email_quote", "Enviar Or\xe7amento", "email_credit", "Cr\xe9dito de E-mail", "email_payment", "Pagamento por E-mail", _s20_54, "O cliente n\xe3o tem um endere\xe7o de E-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registos", "owned_by_user", "Propriedade do utilizador", _s16_80, _s16_296, "contact_name", "Nome do Contacto", "use_default", "Use o padr\xe3o", _s16_82, _s17_183, "number_of_days", "N\xfamero de dias", _s23_22, _s36_41, "payment_term", _s21_134, _s16_83, _s26_71, _s17_71, "Editar Termo de Pagamento", _s20_55, "Criado termo de pagamento com sucesso", _s20_56, "Atualizado termo de pagamento com sucesso", _s21_56, "Arquivado termo de pagamento com sucesso", _s20_57, "Condi\xe7\xe3o de pagamento apagadas com sucesso", _s20_58, _s42_22, _s21_57, _s44_7, _s22_45, ":value Termos de Pagamento arquivados com sucesso", _s21_58, ":value Termos de Pagamento apagados com sucesso", _s22_46, ":value Termos de Pagamento restaurados com sucesso", "email_sign_in", _s16_297, "change", "Mudar", _s23_24, _s26_72, _s24_40, "Mudar para o layout de computador?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Total da Nota de Cr\xe9dito", "quote_amount", "Valor do Or\xe7amento", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Mostrar Menu", _s18_55, _s24_91, _s16_85, _s20_130, "search_designs", "Pesquisar Modelos", "search_invoices", "Pesquisar Notas de Pagamento", "search_clients", _s18_171, "search_products", _s18_172, "search_quotes", "Pesquisar Or\xe7amentos", "search_credits", _s18_173, "search_vendors", "Procurar Fornecedores", "search_users", "Pesquisar Utilizadores", _s16_86, _s27_79, "search_tasks", _s17_184, "search_settings", _s23_76, "search_projects", _s18_174, "search_expenses", _s18_175, "search_payments", _s20_131, "search_groups", _s16_298, "search_company", _s17_185, "search_document", _s21_135, "search_design", _s18_176, "search_invoice", "Pesquisar 1 Nota de Pagamento", "search_client", _s19_110, "search_product", _s19_111, "search_quote", _s19_112, "search_credit", _s19_113, "search_vendor", "Procurar 1 Fornecedor", "search_user", _s19_114, "search_tax_rate", _s27_80, "search_task", _s18_177, "search_project", _s19_115, "search_expense", _s19_116, "search_payment", _s21_136, "search_group", _s17_186, "refund_payment", _s20_132, _s17_75, "Nota de Pagamento Cancelada com Sucesso", _s18_57, "Notas de Pagamento Canceladas com Sucesso", _s16_92, "Nota de Pagamento Revertida com Sucesso", _s17_76, "Notas de Pagamento Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Distrito/C. Postal", _s17_79, "C\xf3digo-Postal/Cidade/Distrito", "custom1", _s22_119, "custom2", _s21_137, "custom3", _s22_120, "custom4", _s20_133, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_58, "Aviso: apagar\xe1 todos os seus dados.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design guardado com sucesso", "client_details", _s19_117, "company_address", "Endere\xe7o da Empresa", "invoice_details", "Detalhes da nota de pag.", "quote_details", "Detalhes do or\xe7amento", "credit_details", _s19_118, "product_columns", _s18_178, "task_columns", _s18_179, "add_field", "Adicionar campo", "all_events", _s16_299, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_32, "payment_failure", "Falha no Pagamento", "invoice_sent", ":count nota de pag. enviada", "quote_sent", _s17_214, "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Nota de Pagamento Vista", "quote_viewed", "Or\xe7amento Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Or\xe7amento Aprovado", _s25_32, _s29_59, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Apagar Conta", _s22_47, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Apagar Empresa", _s22_48, "Aviso: Esta a\xe7\xe3o ir\xe1 apagar permanentemente a sua empresa, n\xe3o h\xe1 como desfaz\xea-la.", "enabled_modules", "Ativar M\xf3dulos", "converted_quote", _s28_84, "credit_design", _s17_187, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Modelo", "css_framework", "CSS Framework", "custom_designs", "Modelos Personalizados", "designs", "Modelos", "new_design", "Novo Modelo", "edit_design", "Editar Modelo", "created_design", "Modelo criado com sucesso", "updated_design", "Modelo atualizado com sucesso", "archived_design", "Model arquivado com sucesso", "deleted_design", "Modelo apagado com sucesso", "removed_design", "Modelo removido com sucesso", "restored_design", "Modelo restaurado com sucesso", _s16_96, ":value Modelos arquivados com sucesso", "deleted_designs", ":value Modelos apagados com sucesso", _s16_97, ":value Modelos restaurados com sucesso", "proposals", "Propostas", "tickets", "Bilhetes", _s16_98, _s22_121, "recurring_tasks", _s19_119, _s18_59, "Gerir Conta", "credit_date", "Data da Nota de Cr\xe9dito", "credit", "Nota de Cr\xe9dito", "credits", "Nota de Cr\xe9dito", "new_credit", "Introduzir Nota de Cr\xe9dito", "edit_credit", "Editar Nota de Cr\xe9dito", "created_credit", "Nota de Cr\xe9dito criada com sucesso", "updated_credit", "Nota de Cr\xe9dito atualizada com sucesso", "archived_credit", "Nota de Cr\xe9dito arquivada com sucesso", "deleted_credit", "Nota de Cr\xe9dito apagada com sucesso", "removed_credit", _s28_76, "restored_credit", "Nota de Cr\xe9dito restaurado", _s16_100, ":count notas de cr\xe9dito arquivadas com sucesso", "deleted_credits", ":count notas de cr\xe9dito apagadas com sucesso", _s16_101, ":value Cr\xe9ditos restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o da aplica\xe7\xe3o web est\xe1 dispon\xedvel", _s16_102, _s22_122, "app_updated", _s34_34, "learn_more", "Saber mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de acompanhamento", _s17_81, _s20_134, "credit_footer", _s17_188, "credit_terms", _s17_189, "new_company", "Nova Empresa", "added_company", _s30_46, "company1", _s23_84, "company2", _s23_85, "company3", _s23_86, "company4", _s23_87, "product1", "Produto Personalizado 1", "product2", "Produto Personalizado 2", "product3", "Produto Personalizado 3", "product4", "Produto Personalizado 4", "client1", _s23_88, "client2", _s23_89, "client3", _s23_90, "client4", _s23_91, "contact1", _s24_100, "contact2", _s24_101, "contact3", _s24_102, "contact4", _s24_103, "task1", "Tarefa Personalizada 1", "task2", "Tarefa Personalizada 2", "task3", "Tarefa Personalizada 3", "task4", "Tarefa Personalizada 4", "project1", "Projeto Personalizado 1", "project2", "Projeto Personalizado 2", "project3", "Projeto Personalizado 3", "project4", "Projeto Personalizado 4", "expense1", "Despesa Personalizada 1", "expense2", "Despesa Personalizada 2", "expense3", "Despesa Personalizada 3", "expense4", "Despesa Personalizada 4", "vendor1", "Fornecedor Personalizado 1", "vendor2", "Fornecedor Personalizado 2", "vendor3", "Fornecedor Personalizado 3", "vendor4", "Fornecedor Personalizado 4", "invoice1", "Nota de Pagamento Personalizada 1", "invoice2", "Nota de Pagamento Personalizada 2", "invoice3", "Nota de Pagamento Personalizada 3", "invoice4", "Nota de Pagamento Personalizada 4", "payment1", "Pagamento Personalizado 1", "payment2", "Pagamento Personalizado 2", "payment3", "Pagamento Personalizado 3", "payment4", "Pagamento Personalizado 4", "surcharge1", _s25_80, "surcharge2", _s25_81, "surcharge3", _s25_82, "surcharge4", _s25_83, "group1", _s21_148, "group2", _s21_149, "group3", _s21_150, "group4", _s21_151, "reset", "Repor", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Balan\xe7o da Nota de Cr\xe9dito", _s18_65, "\xdaltimo Login do Contacto", _s17_83, "Nome Completo do Contacto", "contact_phone", "Contato Telef\xf3nico", _s21_59, "Valor personalizado do contacto 1", _s21_60, "Valor personalizado do contacto 2", _s21_61, "Valor personalizado do contacto 3", _s21_62, "Valor personalizado do contacto 4", _s17_85, _s16_326, _s17_86, "Andar / Fra\xe7\xe3o de Envio", "shipping_city", "Cidade de Envio", "shipping_state", "Distrito / Regi\xe3o de Envio", _s20_59, "C\xf3digo Postal de Envio", _s16_132, "Pa\xeds de Envio", _s16_134, _s16_326, _s16_135, "Andar / Fra\xe7\xe3o da Fatura\xe7\xe3o", "billing_city", "Cidade da Fatura\xe7\xe3o", "billing_state", "Distrito / Regi\xe3o da Fatura\xe7\xe3o", _s19_40, "C\xf3digo Postal da Fatura\xe7\xe3o", "billing_country", "Pa\xeds de Fatura\xe7\xe3o", "client_id", "Identifica\xe7\xe3o do Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :nome", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_300, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucros e Perdas", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_190, "unpaid_invoice", "Nota de Pagamento N\xe3o Paga", "paid_invoice", "Nota de Pagamento Paga", _s16_136, _s22_123, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_191, "filtered_by", "Filtrado por", "contact_email", "Email", "multiselect", _s16_301, "entity_state", "Estado", "verify_password", "Verificar Palavra-passe", "applied", "Aplicado", _s21_63, "Incluir erros recentes dos registos", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_61, _s27_81, _s25_34, "Incluir a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_63, _s48_7, _s18_68, "Ajustar Percentagem da Multa", _s23_26, "Ajustar a percentagem da taxa a contabilizar", _s18_70, _s20_135, "support_forum", _s16_302, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "Total Il\xedquido", "line_total", "Total", "item", "Produto", "credit_email", _s17_192, "iframe_url", "Site", "domain_url", "URL do Dom\xednio", _s21_64, _s21_138, _s20_64, "A palavra-passe deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_77, _s23_27, _s27_82, _s20_65, "Por favor introduza um valor", "deleted_logo", "Log\xf3tipo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Guardado", "when_sent", "Quando Enviado", "select_company", _s18_180, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_139, "history_sidebar", _s26_73, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_119, "second_custom", _s21_137, "third_custom", _s22_120, "show_cost", "Mostrar Custo", _s17_88, "Mostrar Custo do Produto", "show_cost_help", "Exibir um campo de custo do produto para acompanhar a marca\xe7\xe3o/lucro", _s21_65, _s29_60, _s26_23, _s72_1, _s21_67, _s28_78, _s26_24, _s77_2, _s21_69, "Mostrar Desconto do Produto", _s26_25, _s34_15, _s16_138, _s17_193, _s21_71, _s60_0, "one_tax_rate", _s19_120, "two_tax_rates", _s22_124, "three_tax_rates", _s22_125, _s16_140, "Imposto Padr\xe3o", "user", "Utilizador", "invoice_tax", _s17_194, "line_item_tax", _s24_92, "inclusive_taxes", _s17_195, _s17_90, _s27_83, "item_tax_rates", _s25_84, _s18_72, _s30_53, "configure_rates", _s18_181, _s18_73, "Configurar Terminais", "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_75, "Impostos", "accent_color", "Cor de destaque", "switch", "Alterar", _s19_44, _s27_84, "options", "Op\xe7\xf5es", _s16_142, _s20_136, "multi_line_text", _s16_303, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o da palavra-passe", "submit", "Enviar", _s16_144, "Recuperar senha", "late_fees", "Taxas atrasadas", "credit_number", "Nota de Cr\xe9dito N\xfamero", "payment_number", "N\xfamero do Pagamento", "late_fee_amount", _s16_304, _s16_145, _s20_144, "schedule", "Agendamento", "before_due_date", "At\xe9 \xe0 data de vencimento", "after_due_date", _s28_79, _s18_77, "Depois da data da fatura", "days", "Dias", "invoice_email", "E-mail para Nota de Pagamento", "payment_email", "E-mail para Pagamentos", "partial_payment", _s17_196, "payment_partial", "Pagamento Parcial", _s21_72, "E-mail de pagamento parcial", "quote_email", "E-mail para Or\xe7amentos", _s16_147, "Aviso Cont\xednuo", _s16_149, "Filtrado pelo Utilizador", "administrator", "Administrador", _s18_78, "Permite ao utilizador gerir utilizadores, alterar defini\xe7\xf5es e modificar registos.", "user_management", "Gerir Utilizadores", "users", "Utilizadores", "new_user", "Novo Utilizador", "edit_user", "Editar Utilizador", "created_user", "Utilizador criado com sucesso", "updated_user", "Utilizador atualizado com sucesso", "archived_user", "Utilizador arquivado", "deleted_user", "Utilizador apagado", "removed_user", "Utilizador removido com sucesso", "restored_user", "Utilizador restaurado", "archived_users", ":value Cr\xe9ditos arquivados com sucesso", "deleted_users", ":value Utilizadores arquivados com sucesso", "removed_users", ":value Utilizadores removidos com sucesso", "restored_users", ":value Utilizadores restaurados com sucesso", _s16_151, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota de Pagamento", _s17_92, "Ocultar Data de Pagamento", _s22_55, 'Mostrar apenas a "Data de Pagamento" quanto o pagamento for efetuado.', _s23_29, "Documentos Incorporados", _s28_21, "Incluir imagens anexadas na nota de pagamento.", _s16_153, "Mostrar cabe\xe7alho ativo", _s16_154, "Mostrar rodap\xe9 ativo", "first_page", "Primeira p\xe1gina", "all_pages", _s16_305, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_306, "primary_color", "Cor Principal", "secondary_color", "Cor Secund\xe1ria", "page_size", _s17_197, "font_size", "Tamanho do Texto", "quote_design", "Modelo do Or\xe7amento", "invoice_fields", "Campos da Nota de Pagamento", "product_fields", "Campos do Produto", "invoice_terms", "Condi\xe7\xf5es da Nota de Pagamento", "invoice_footer", "Rodap\xe9 da Nota de Pagamento", "quote_terms", _s22_126, "quote_footer", _s19_121, _s18_79, _s16_307, _s23_30, _s74_, _s18_80, _s24_93, _s23_31, _s61_5, _s18_81, "Auto Convers\xe3o", _s23_32, "Converter automaticamente um or\xe7amento em nota de pagamento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Di\xe1rio", "freq_weekly", "Semanal", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensal", "freq_two_months", "Dois meses", _s17_96, "Trimestral", _s16_155, "Quatro Meses", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Dois Anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima Reposi\xe7\xe3o", "reset_counter", "Repor Contador", _s16_157, _s22_127, "number_padding", _s23_77, "general", "Geral", "surcharge_field", _s18_183, "company_field", _s16_308, "company_value", _s16_309, "credit_field", _s16_310, "invoice_field", "Campo da Nota de Pagamento", _s17_99, "Taxa Extra da Fatura", "client_field", _s16_311, "product_field", _s16_312, "payment_field", _s18_184, "contact_field", "Campo do Contacto", "vendor_field", _s19_122, "expense_field", _s16_313, "project_field", _s16_314, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_198, "prefix", "Prefixo", "number_pattern", _s19_123, "messages", "Mensagens", "custom_css", _s17_199, _s17_101, _s24_94, _s16_159, "Mostrar no PDF", _s21_74, "Mostrar a assinatura do cliente no PDF da nota de pagamento/or\xe7amento.", _s25_40, "Caixa de sele\xe7\xe3o para Termos da Nota de Pagamento", _s30_9, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_33, "Caixa de sele\xe7\xe3o para Termos do Or\xe7amento", _s28_22, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_41, "Assinatura da Nota de Pagamento", _s30_10, "Requer que o cliente introduza a sua assinatura.", _s23_34, _s23_78, _s22_57, "Proteger notas de pag. com senha", _s27_38, "Permite definir uma senha para cada contacto. Se uma senha for defenida, o contacto dever\xe1 introduzir a senha antes de visualizar a nota de pagamento.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Cumprimentos,", _s24_41, "Para tornar mais f\xe1cil para os seus clientes efetuarem os pagamentos, acrescente marca\xe7\xe3o schema.org aos seus e-mails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Modelo de E-mail", "attach_pdf", "Anexar PDF", _s16_160, _s17_200, "attach_ubl", "Anexar UBL", "email_style", "Estilo de e-mails", _s19_46, "Ativar Marca\xe7\xe3o", "reply_to_email", "Email de resposta", "reply_to_name", "Responder para nome", "bcc_email", "Email BCC", "processed", "Processado", "credit_card", _s17_201, "bank_transfer", _s22_128, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", _s20_144, "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Ativar min", "enable_max", "Ativar max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Log\xf3tipos de Cart\xf5es Aceites", "credentials", "Credenciais", "update_address", "Atualizar Morada", _s19_49, "Atualizar morada do cliente", "rate", "Taxa", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_162, "Imposto Adicionado", _s16_163, "Imposto Atualizado", _s17_104, "Imposto Arquivado", _s16_164, _s36_42, _s17_105, _s38_31, _s18_82, ":value Taxas de Impostos arquivados com sucesso", _s17_106, ":value Taxas de Impostos apagados com sucesso", _s18_83, ":value Taxas de Impostos restaurados com sucesso", "fill_products", "Preencher automaticamente produtos", _s18_84, "Ao selecionar um produto a descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_43, _s20_69, "Ao atualizar uma nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_165, _s18_185, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Fornecedor", "company_gateway", "Terminal de Pagamento", _s16_167, "Terminais de Pagamento", _s19_50, "Novo Terminal", _s20_70, "Editar Terminal", _s23_35, "Terminal Criado com Sucesso", _s23_36, "Terminal Atualizado com Sucesso", _s24_42, "Gateway Arquivado com Sucesso", _s23_37, "Terminal Apagado com Sucesso", _s24_43, "Terminal Restaurado com Sucesso", _s25_43, ":value Terminais arquivados com sucesso", _s24_44, ":value Terminais apagados com sucesso", _s25_44, ":value Terminais restaurados com sucesso", _s16_169, "Continuar a Editar", "discard_changes", "Rejeitar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desativado", "currency_format", _s16_315, _s21_76, "Primeiro Dia da Semana", _s23_38, _s19_124, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato da Data", "datetime_format", _s20_137, "military_time", "24 Horas", _s18_85, _s19_125, "send_reminders", _s16_316, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_138, _s17_107, _s18_186, _s19_53, _s19_126, _s18_86, _s20_139, _s18_88, _s21_140, "group_settings", _s23_79, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_95, "updated_group", _s28_80, "archived_groups", ":value Grupos arquivados com sucesso", "deleted_groups", ":value Grupos apagados com sucesso", "restored_groups", ":value Grupos restaurados com sucesso", "archived_group", _s27_85, "deleted_group", _s26_74, "restored_group", _s28_81, "upload_logo", "Carregar Log\xf3tipo", "uploaded_logo", "Log\xf3tipo carregado com sucesso", "logo", "Logotipo", "saved_settings", "Configura\xe7\xf5es guardadas com sucesso", _s16_171, "Defini\xe7\xf5es de Produtos", "device_settings", _s28_82, "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_109, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_127, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_202, "tax_rates", "Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_215, "custom_fields", _s21_141, "invoice_design", "Modelo das Notas de Pagamento", "buy_now_buttons", "Comprar Bot\xf5es Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_40, "Modelos & Avisos", _s22_58, "Contas Banc\xe1rias", _s19_55, _s21_142, "price", "Pre\xe7o", "email_sign_up", "Registo com Email", "google_sign_up", "Registo via Google", _s27_42, "Obrigado pela sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_317, _s19_57, _s16_318, "pro_plan", "Plano Profissional", "enterprise_plan", _s17_203, "count_users", ":count utilizadores", "upgrade", "Atualizar", _s25_45, "Por favor introduza o primeiro nome", _s24_45, "Por favor introduza o apelido", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_140, "privacy_policy", _s23_80, "sign_up", "Registar", "account_login", "Iniciar sess\xe3o", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Nova", _s18_90, "Nenhum registo selecionado", _s21_79, "Por favor, guarde ou cancele suas altera\xe7\xf5es", "download", "Transferir", _s27_43, "Necessita de um plano empresarial", "take_picture", "Tirar Fotografia", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_319, _s17_111, _s29_61, _s16_175, _s32_24, _s17_112, _s31_33, _s16_176, _s29_62, _s17_113, _s32_25, _s18_92, ":value Documentos arquivados com sucesso", _s17_114, ":value Documentos apagados com sucesso", _s18_93, ":value Documentos restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Em aberto", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_47, "Adicionar documentos \xe0 nota de pagamento", "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_320, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_63, "updated_vendor", _s33_35, "archived_vendor", _s32_26, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_182, ":value Fornecedores Restaurados com Sucesso", "new_expense", "Introduzir Despesa", "created_expense", _s26_75, "updated_expense", _s30_47, _s16_183, _s29_64, "deleted_expense", "Despesa apagada com sucesso", _s16_184, _s30_48, _s17_115, _s31_34, _s16_185, "Despesas apagadas com sucesso", _s17_116, ":value Despesas restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Faturamento", "design", "Modelo", _s21_80, "Falha ao procurar registo", "invoiced", "Faturado", "logged", "Em aberto", "running", "Em execu\xe7\xe3o", "resume", "Retomar", "task_errors", "Corrija os tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_86, "stopped_task", "Tarefa interrompida", "resumed_task", "Tarefa retomada com sucesso", "now", "Agora", _s16_186, _s31_35, "timer", "Temporizador", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "In\xedcio", "end_time", "Final", "date", "Data", "times", "Tempo", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada", "updated_task", "Tarefa atualizada", "archived_task", "Tarefa arquivada", "deleted_task", "Tarefa apagada", "restored_task", "Tarefa restaurada", "archived_tasks", ":count Tarefas arquivadas", "deleted_tasks", ":count Tarefas apagadas", "restored_tasks", ":value Tarefas restauradas com sucesso", _s19_59, "Por favor introduza um nome", "budgeted_hours", "Horas de Or\xe7amento", "created_project", _s26_76, "updated_project", _s30_49, _s16_188, _s29_65, "deleted_project", _s27_90, _s16_189, _s30_50, _s17_117, _s38_32, _s16_190, ":count projectos apagadas com sucesso", _s17_118, ":value Projetos restaurados com sucesso", "new_project", "Novo Projeto", _s27_47, "Obrigado por utilizar a nosso aplica\xe7\xe3o!", "if_you_like_it", "Se gostou por favor", "click_here", "clique aqui", _s18_94, "Clique aqui", "to_rate_it", "d\xea uma avalia\xe7\xe3o.", "average", "M\xe9dia", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Bloqueado", "authenticate", "Autenticar", _s19_61, _s23_81, _s24_49, _s23_82, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Alojado", "selfhost_login", "Login Servidor Pessoal", "google_sign_in", "Iniciar sess\xe3o atrav\xe9s da Google", "today", "Hoje", "custom_range", "Intervalo Personalizado", "date_range", "Intervalo de Datas", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_143, "previous_period", _s16_321, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Duplicar para Nota de Pagamento", "clone_to_quote", "Duplicar para Or\xe7amento", "clone_to_credit", "Duplicar para cr\xe9dito", "view_invoice", "Visualizar Nota de Pagamento", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Nota de Pagamento", "edit_quote", _s16_322, "edit_payment", _s16_323, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_204, "edit_project", "Editar Projeto", _s20_72, _s27_87, "billing_address", "Morada de Fatura\xe7\xe3o", _s16_193, "Endere\xe7o de Envio", "total_revenue", "Receita Total", "average_invoice", "M\xe9dia por Nota de Pagamento", "outstanding", "Em Aberto", "invoices_sent", ":count notas de pag. enviadas", "active_clients", "Clientes ativos", "close", "Fechar", "email", "E-mail", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Iniciar Sess\xe3o", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisa", "active", "Ativo", "archived", "Arquivado", "deleted", "Apagado", "dashboard", "Painel", "archive", "Arquivar", "delete", "Apagar", "restore", "Restaurar", _s16_195, "Recarregar Completo", _s23_41, "Por favor introduza o seu e-mail", _s26_34, "Por favor introduza a sua senha", _s21_83, "Por favor introduza o seu URL", _s26_36, "Por favor introduza uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ocorreu um erro", "paid_to_date", "Pago at\xe9 \xe0 data", "balance_due", "Valor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "NIF", "id_number", "N\xfamero de Identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_96, "contacts", "Contactos", "additional", "Adicional", "first_name", "Primeiro Nome", "last_name", "Apelido", "add_contact", "Adicionar contacto", "are_you_sure", "Tem a certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "E-mail \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_201, "Produto arquivado", "deleted_product", "Produto apagado com sucesso", _s16_202, _s30_51, _s17_123, ":count Produtos arquivados com sucesso", _s16_203, ":count produtos apagados com sucesso", _s17_124, ":value Produtos restaurados com sucesso", "product_key", "Produto", "notes", "Observa\xe7\xf5es", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_77, "updated_client", _s30_52, "archived_client", _s29_66, _s16_204, _s38_33, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_205, ":value Clientes restaurados com sucesso", "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Distrito/Prov\xedncia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Nota Pagamento", "invoices", "Notas Pag.", "new_invoice", "Nova Nota de Pagamento", "created_invoice", "Nota de pagamento criada com sucesso", "updated_invoice", "Nota de pagamento atualizada com sucesso", _s16_206, "Nota de pagamento arquivada com sucesso", "deleted_invoice", "Notas de Pagamento apagadas com sucesso", _s16_207, "Nota de pagamento restaurada", _s17_125, ":count notas de pagamento arquivadas com sucesso", _s16_208, ":count notas de pagamento apagadas com sucesso", _s17_126, ":value Notas de Pagamento restaurados com sucesso", "emailed_invoice", "Nota de pagamento enviada por e-mail com sucesso", "emailed_payment", "Pagamento enviado por e-mail com sucesso", "amount", "Total", "invoice_number", "N\xfamero NP", "invoice_date", "Data da NP", "discount", "Desconto", "po_number", "N\xfam. Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_128, "quote_date", _s17_205, "valid_until", "V\xe1lido at\xe9", "items", "Produtos", "partial_deposit", _s16_327, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o", "quantity", "Quantidade", "add_item", "Adicionar Produto", "contact", "Contacto", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_187, _s16_209, _s26_78, "status", "Estado", _s17_127, "Estado da Nota de Pagamento", "quote_status", "Estado do Or\xe7amento", _s22_59, "Clique + para adicionar um produto", _s22_61, _s29_67, "count_selected", _s19_129, "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dispensar", _s20_74, "Por favor selecione uma data", _s22_62, _s30_53, _s24_51, "Por favor escolha uma nota de pagamento", "task_rate", "Taxa de Tarefas", "settings", "Defini\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de nota de pagamento", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visto", "approved", "Aprovado", "partial", _s16_327, "paid", "Pago", "mark_sent", "Marcar Como Enviada", _s22_64, "A nota de pagamento foi marcada como enviada.", _s22_65, "Excelente! A nota de pagamento foi marcada como enviada.", _s23_43, _s61_6, _s23_44, _s61_6, "done", "Conclu\xeddo", _s37_18, "Por favor introduza um cliente ou nome de contacto", "dark_mode", "Modo Escuro", _s27_53, "Reinicie a aplica\xe7\xe3o para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registo encontrado", "clone", "Duplicar", "loading", "A Carregar", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_206, "payment_status", "Estado do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completo", _s16_217, _s24_91, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s25_89, "net", "L\xedquido", "client_portal", _s17_207, "show_tasks", "Mostrar tarefas", "email_reminders", "Avisos de e-mail", "enabled", "Ativo", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", "Primeiro Aviso", "second_reminder", "Segundo Aviso", "third_reminder", "Terceiro Aviso", "reminder1", "Primeiro Aviso", "reminder2", "Segundo Aviso", "reminder3", "Terceiro Aviso", "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Conte\xfado", "send_email", "Enviar email", "email_receipt", "Envio do comprovativo de pagamento por e-mail para o cliente", "auto_billing", "Faturamento autom\xe1tica", "button", "Bot\xe3o", "preview", "Pr\xe9-visualizar", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_179, _s21_85, _s23_83, "enter_payment", "Introduzir Pag.", "new_payment", "Introduzir Pagamento", "created_payment", _s28_83, "updated_payment", _s32_27, _s16_219, _s31_36, "deleted_payment", "Pagamento apagado com sucesso", _s16_220, "Pagamento restaurado", _s17_130, _s40_11, _s16_221, ":count pagamentos apagados com sucesso", _s17_131, ":value Pagamentos restaurados com sucesso", "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", "Or\xe7amento criado", "updated_quote", "Or\xe7amento atualizado", "archived_quote", "Or\xe7amento arquivado", "deleted_quote", "Or\xe7amento apagado com sucesso", "restored_quote", "Or\xe7amento restaurado", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos apagados com sucesso", "restored_quotes", ":value Or\xe7amentos restaurados com sucesso", "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedor", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_68, "activity_2", _s32_28, "activity_3", ":user removeu o cliente :client", "activity_4", ":user criou a nota de pagamento :invoice", "activity_5", ":user atualizou a nota de pagamento :invoice", "activity_6", ":user enviou nota de pagamento :invoice para :client, :contact", "activity_7", ":contact viu a nota de pagamento :invoice para :client", "activity_8", ":user arquivou a nota de pagamento :invoice", "activity_9", ":user removeu a nota de pagamento :invoice", "activity_10", ":contact introduziu o pagamento :payment para :payment_amount na nota de pagamento :invoice para :cliente", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user removeu o pagamento :payment", "activity_14", ":user adicionou nota de cr\xe9dito :credit", "activity_15", ":user atualizou nota de cr\xe9dito :credit", "activity_16", ":user arquivou nota de cr\xe9dito :credit", "activity_17", ":user removeu nota de cr\xe9dito :credit", "activity_18", ":user adicionou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote por e-mail para :client, :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou a nota de cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para :cliente", "activity_30", _s32_29, "activity_31", _s35_45, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_45, "activity_34", _s30_54, "activity_35", _s33_38, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_79, "activity_43", _s30_55, "activity_44", _s29_69, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_56, "activity_47", _s34_38, "activity_48", ":user criou o utilizador :user", "activity_49", ":user atualizou o utilizador :user", "activity_50", ":user arquivou o utilizador :user", "activity_51", ":user apagou o utilizador :user", "activity_52", ":user restaurou o utilizador :user", "activity_53", ":user marcou como enviado :invoice", "activity_54", _s30_57, "activity_55", ":contact respondeu ao bilhete :ticket", "activity_56", ":user visualizou o bilhete :ticket", "activity_57", "O sistema falhou ao enviar a nota de pagamento :invoice", "activity_58", ":invoice revertida pelo utilizador: user", "activity_59", ":invoice cancelada pelo utilizador :user", "activity_60", ":contact viu o or\xe7amento :quota", "activity_61", ":user atualizou o cliente :client", "activity_62", ":user atualizou fornecedor :vendor", "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", ":user criou a subscri\xe7\xe3o :subscription", "activity_81", ":user atualizou a subscri\xe7\xe3o :subscription", "activity_82", ":user arquivou a subscri\xe7\xe3o :subscription", "activity_83", ":user apagou a subscri\xe7\xe3o :subscription", "activity_84", ":user restaurou a subscri\xe7\xe3o :subscription", _s17_132, "Senha descart\xe1vel", "emailed_quote", _s17_214, "emailed_credit", _s27_88, _s20_76, _s42_24, _s21_87, _s40_13, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_130, "custom_value2", _s19_130, "custom_value3", _s21_144, "custom_value4", _s21_145, _s18_95, _s30_58, _s24_56, _s32_30, _s29_37, "Mensagem Personalizada de Nota de Pagamento Atrasada", _s27_58, "Mensagem Personalizada de Nota de Pagamento Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Notas de Pagamento", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_70, _s19_66, _s28_85, _s22_68, _s30_59, _s22_70, _s29_71, _s21_88, "Padr\xe3o N\xfamero Fornecedor", _s21_90, "Contador N\xfamero Fornecedor", _s21_92, _s29_72, _s21_94, _s28_86, _s22_72, _s32_31, _s22_74, _s31_37, _s22_76, _s29_73, _s22_78, "Numera\xe7\xe3o das", _s20_77, _s32_32, _s20_79, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_96, _s30_60, _s21_98, _s29_74, _s21_100, _s30_60, _s21_101, _s29_74, _s18_97, _s26_80, "counter_padding", _s18_188, _s28_57, _s43_7, _s18_99, _s20_141, _s18_101, _s24_97, _s18_103, _s20_142, _s18_105, _s24_98, _s18_107, _s20_143, _s18_109, _s24_99, _s21_102, _s27_89, _s19_68, _s30_61, _s21_104, _s30_62, _s29_39, _s38_35, "show_table", "Mostrar Tabelas", "show_list", "Mostrar Lista", "client_city", _s17_210, "client_state", "Distrito do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Saldo do Cliente", "client_address1", _s19_131, "client_address2", _s25_90, "vendor_address1", "Morada Fornecedor", "vendor_address2", "Andar / Fra\xe7\xe3o Fornecedor", _s24_58, _s19_132, _s24_59, _s25_90, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_226, _s18_187, "tax_rate1", _s17_211, "tax_rate2", _s17_212, "tax_rate3", _s17_213, "auto_bill", _s19_133, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_85, "custom_taxes2", _s25_86, "custom_taxes3", _s25_87, "custom_taxes4", _s25_88, _s17_134, _s25_80, _s17_135, _s25_81, _s17_136, _s25_82, _s17_137, _s25_83, "is_deleted", "Apagado", "vendor_city", "Cidade Fornecedor", "vendor_state", "Distrito Fornecedor", "vendor_country", "Pa\xeds Fornecedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Total de Impostos", "tax_paid", "Impostos Pagos", "payment_amount", "Total do Pagamento", "age", "Idade", "is_running", "Em execu\xe7\xe3o", "time_log", "Registo de Tempo", "bank_id", "Banco", _s19_70, "ID da Categoria de Despesa", _s16_227, "Categoria de Despesas", _s19_72, "ID da Moeda da Nota de Pagamento", "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Imposto 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Curent", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Adaug\u0103 Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adaug\u0103 la factura :invoice", _s17_11, _s17_12, "week", "S\u0103pt\u0103m\xe2n\u0103", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Moneda Facturii", "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprob\u0103", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Stabile\u0219te Parola", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "Vezi Extras", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import\u0103 Date", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Trebuie s\u0103 fie mai mare ca zero \u0219i mai mic ca totalul", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeaza", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "Transform\u0103 \xeen Factur\u0103", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ascunde", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Coloana", "sample", "Exemplar", "map_to", "Map To", "import", "Importa", _s25_15, _s29_7, "select_file", "Alege un fisier", _s16_62, _s16_63, "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total factura", "quote_total", "Total Proforma", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nume Client", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Factura Recurenta", _s18_49, "Facturi Recurente", _s21_53, "Adauga Factura Recurenta", _s22_40, "Editare factura recurenta", _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_28, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_29, _s38_11, _s26_14, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Salveaz\u0103 datele cardului", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Extras", "taxes", "Taxe", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "C\u0103tre", "health_check", "Health Check", "payment_type_id", "Tip plata", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Facturi urmatoare", _s17_65, _s17_66, "recent_payments", "Plati recente", "upcoming_quotes", "Proforme urm\u0103toare", "expired_quotes", "Proforme expirate", "create_client", "Create Client", "create_invoice", "Creaza factura", "create_quote", "Creaza Proforma", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Sterge Proforma", "update_invoice", "Update Invoice", "delete_invoice", "Sterge factura", "update_client", "Update Client", "delete_client", "Sterge client", "delete_payment", "Sterge plata", "update_vendor", "Update Vendor", "delete_vendor", "\u0218terge Furnizor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Creaz\u0103 Task", "update_task", "Update Task", "delete_task", "\u0218terge Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token-uri", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creat", "updated_token", "Actualizeaz\u0103 token", "archived_token", _s27_27, "deleted_token", "Token \u0219ters", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Valoare credit", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count factur\u0103 trimis\u0103", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_47, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Antet", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Proforme Recurente", "recurring_tasks", "Recurring Tasks", _s18_59, "Administrare cont", "credit_date", "Data Creditului", "credit", "Credit", "credits", "Credite", "new_credit", "Adaug\u0103 Credit", "edit_credit", "Edit Credit", "created_credit", "Credit ad\u0103ugat cu succes", "updated_credit", _s27_34, "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", _s27_36, "restored_credit", "Credit restaurat", _s16_100, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_101, _s36_9, "current_version", "Versiunea Curent\u0103", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Afla mai mult", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Firm\u0103 nou\u0103", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseteaz\u0103", "number", "Number", "export", "Export\u0103", "chart", "Grafic", "count", "Count", "totals", "Total", "blank", "Blank", "day", "Zi", "month", "Lun\u0103", "year", "An", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupeaz\u0103 dup\u0103", "credit_balance", "Soldul Creditului", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Asignare lui", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit \u0219i Pierdere", "reports", "Reports", "report", "Raport", "add_company", "Adaug\u0103 Firm\u0103", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ajutor", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "De la", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "forum suport", "about", "About", "documentation", "Documenta\u021bie", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Total linie", "item", "Element", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Da", "no", "Nu", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vezi", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Utilizator", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "Alege un client", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Setari Taxe", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recupereaz\u0103 parola", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email Ofert\u0103", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "New User", "edit_user", "Modific\u0103 Utilizator", "created_user", _s25_36, "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", _s25_39, "restored_user", "Utilizator restaurat", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_92, 'Ascunde c\xe2mpul "Pl\u0103tit p\xe2n\u0103 la"', _s22_55, 'Afi\u0219eaz\u0103 "Pl\u0103tit pana la" dec\xe2t c\xe2nd plata a fost efectuat\u0103.', _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "Prima pagin\u0103", "all_pages", "Toate paginile", "last_page", "Ultima pagin\u0103", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Culoare Principal\u0103", "secondary_color", "Culoare Secundar\u0103", "page_size", "Dimensiune Pagin\u0103", "font_size", "Dimensiune Font", "quote_design", "Quote Design", "invoice_fields", "C\xe2mpuri Factur\u0103", "product_fields", "Product Fields", "invoice_terms", "Termeni facturare", "invoice_footer", "Subsol Factur\u0103", "quote_terms", "Termeni Proform\u0103", "quote_footer", "Subsol Proform\u0103", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Zilnic", "freq_weekly", "S\u0103pt\u0103m\xe2nal", "freq_two_weeks", "Dou\u0103 S\u0103pt\u0103m\xe2ni", "freq_four_weeks", "Patru S\u0103pt\u0103m\xe2ni", "freq_monthly", "Lunar", "freq_two_months", "Dou\u0103 Luni", _s17_96, "Trei Luni", _s16_155, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_156, "Three Years", "never", "Niciodat\u0103", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Taxe", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Editeaza CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomeniu", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_41, _s86_, "plain", "Plain", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Card de Credit", "bank_transfer", "Transfer Bancar", "priority", "Prioritate", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Actualizeaz\u0103 Adresa", _s19_49, "Actualizeaz\u0103 adresa clientului cu detaliile trimise", "rate", "Valoare", "tax_rate", "Valoare Tax\u0103", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Editeaz\u0103 valoare tax\u0103", _s16_162, "Valoare tax\u0103 creat\u0103 cu succes", _s16_163, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_104, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Completeaz\u0103 automat produsele", _s18_84, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_69, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Dezactivat", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Duminic\u0103", "monday", "Luni", "tuesday", "Mar\u021bi", "wednesday", "Miercuri", "thursday", "Joi", "friday", "Vineri", "saturday", "S\xe2mb\u0103t\u0103", "january", "Ianuarie", "february", "Februarie", "march", "Martie", "april", "Aprilie", "may", "Mai", "june", "Iunie", "july", "Iulie", "august", "August", "september", "Septembrie", "october", "Octombrie", "november", "Noiembrie", "december", "Decembrie", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Format 24 Ore", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Op\u021biuni Produs", "device_settings", "Device Settings", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_109, "Op\u021biuni avansate", "company_details", "Detalii companie", "user_details", "Detalii utilizator", "localization", "Localizare", "online_payments", "Plati online", "tax_rates", "Valori taxa", "notifications", "Notific\u0103ri", "import_export", "Import | Export", "custom_fields", "C\xe2mpuri personalizate", "invoice_design", "Design factur\u0103", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Setari email", _s23_40, "\u0218abloane & Notific\u0103ri", _s22_58, _s20_71, _s19_55, "Vizualizare Date", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Termenii Serviciului", "privacy_policy", "Privacy Policy", "sign_up", "Inscrie-te", "account_login", "Autentificare", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Descarca", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\xcen a\u0219teptare", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Transform\u0103", _s24_47, _s24_60, "exchange_rate", "Curs Valutar", _s16_180, "Transform\u0103 moneda", "mark_paid", "Mark Paid", "category", "Category", "address", "Adres\u0103", "new_vendor", "Furnizor Nou", "created_vendor", "Furnizor creat cu succes", "updated_vendor", "Furnizor actualizat cu succes", "archived_vendor", "Furnizor arhivat cu succes", "deleted_vendor", "Furnizor \u0219ters cu succes", "restored_vendor", _s28_28, _s16_181, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_182, _s36_11, "new_expense", "Introdu Cheltuial\u0103", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_184, _s29_22, _s17_115, "Cheltuieli arhivate cu succes", _s16_185, "Cheltuieli \u0219terse cu succes", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturat", "logged", "\xcenregistrat", "running", "\xcen derulare", "resume", "Continu\u0103", "task_errors", "Te rog corecteaz\u0103 suprapunerea timpilor", "start", "Start", "stop", "Stop", "started_task", _s25_47, "stopped_task", "Task oprit", "resumed_task", _s25_49, "now", "Acum", _s16_186, _s16_187, "timer", "Cronometru", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Timp pornire", "end_time", "Timp \xeencheiere", "date", "Data", "times", "Times", "duration", "Durat\u0103", "new_task", "Task nou", "created_task", "Task creat", "updated_task", "Task actualizat", "archived_task", "Task arhivat", "deleted_task", "Task \u0219ters", "restored_task", "Task restaurat", "archived_tasks", "Arhivat :count task-uri", "deleted_tasks", "\u0218ters :count task-uri", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Proiect nou", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "apas\u0103 aici", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Ast\u0103zi", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_119, "Perioada Compar\u0103rii", "previous_period", "Perioada Anterioar\u0103", "previous_year", "Anul Anterior", "compare_to", "Compar\u0103 cu", "last7_days", "Ultimele 7 Zile", "last_week", "S\u0103pt\u0103m\xe2na Trecut\u0103", "last30_days", "Ultimele 30 Zile", "this_month", "Luna curent\u0103", "last_month", "Luna trecut\u0103", "this_year", "Anul Curent", "last_year", "Anul Trecut", "custom", "Personalizat", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Vizualizare Factur\u0103", "convert", "Convert", "more", "More", "edit_client", "Modifica client", "edit_product", "Modifica produs", "edit_invoice", "Modifica factura", "edit_quote", "Modifica Proforma", "edit_payment", "Modific\u0103 Plata", "edit_task", "Modific\u0103 Task", "edit_expense", "Edit Expense", "edit_vendor", "Editeaz\u0103 Furnizor", "edit_project", "Editeaz\u0103 Proiect", _s20_72, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_193, _s16_194, "total_revenue", "Venituri Totale", "average_invoice", "Medie facturi", "outstanding", "Restante", "invoices_sent", ":count facturi trimise", "active_clients", "clienti activi", "close", "Inchide", "email", "Email", "password", "Parola", "url", "URL", "secret", "Secret", "name", "Nume", "logout", "Deconectare", "login", "Autentificare", "filter", "Filtreaza", "sort", "Sort", "search", "Cauta", "active", "Activ", "archived", "Arhivat", "deleted", "\u0218ters", "dashboard", "Panou Control", "archive", "Arhiva", "delete", "Sterge", "restore", "Restaureaz\u0103", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Salveaza", _s17_121, _s17_122, "paid_to_date", "Pl\u0103tit P\xe2na Acum", "balance_due", "Total De Plat\u0103", "balance", "Balanta", "overview", "Overview", "details", "Detalii", "phone", "Telefon", "website", "Site web", "vat_number", "C.I.F.", "id_number", "Nr. Reg. Com.", "create", "Creaza", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacte", "additional", "Additional", "first_name", "Prenume", "last_name", "Nume", "add_contact", "Adauga contact", "are_you_sure", "Sigur?", "cancel", "Renunta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Produs", "products", "Produse", "new_product", "New Product", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_201, "Produs arhivat cu succes", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produs", "notes", "Noti\u021be", "cost", "Cost", "client", "Client", "clients", "Clienti", "new_client", "Client nou", "created_client", "S-a creat clientul cu succes", "updated_client", "Client actualizat cu succes.", "archived_client", "Client arhivat cu succes.", _s16_204, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_205, _s36_13, "address1", "Strada", "address2", "Apartament", "city", "Localitate", "state", "Jude\u021b/Sector", "postal_code", "Cod po\u0219tal", "country", "Tara", "invoice", "Factur\u0103", "invoices", "Facturi", "new_invoice", "Factura noua", "created_invoice", "Factura creata cu succes.", "updated_invoice", "Factura actualiazata cu succes.", _s16_206, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_207, "Factur\u0103 restaurat\u0103", _s17_125, ":count facturi arhivate cu succes.", _s16_208, ":count facturi sterse cu succes", _s17_126, _s37_17, "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", _s28_59, "amount", "Valoare", "invoice_number", "Num\u0103r factur\u0103", "invoice_date", "Data factur\u0103", "discount", "Discount", "po_number", "Ordin de cump\u0103rare nr", "terms", "Termeni", "public_notes", "Public Notes", "private_notes", "Note particulare", "frequency", "Frecventa", "start_date", "Data inceput", "end_date", "Data sfirsit", "quote_number", "Numar Proforma", "quote_date", "Data Proforma", "valid_until", "Valabil p\xe2n\u0103 la", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descriere", "unit_cost", "Pre\u021b unitar", "quantity", "Cantitate", "add_item", "Add Item", "contact", "Contact", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Scaden\u021ba", _s16_209, _s16_210, "status", "Stare", _s17_127, "Invoice Status", "quote_status", "Status oferta", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Modifica", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, "Te rugam selecteaza o oferta", "task_rate", "Task Rate", "settings", "Setari", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax\u0103", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Trimis", "viewed", "Viewed", "approved", "Approved", "partial", "Par\u021bial/Depunere", "paid", "Pl\u0103tit", "mark_sent", "Marcheaz\u0103 ca trimis", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Gata", _s37_18, _s37_19, "dark_mode", "Mod \xeentunecat", _s27_53, _s35_20, "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_211, "Nu exista inregistrari", "clone", "Multiplic\u0103", "loading", "Loading", "industry", "Industrie", "size", "Size", "payment_terms", "Termeni de plat\u0103", "payment_date", "Data platii", "payment_status", "Status plata", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal Client", "show_tasks", "Arata sarcini", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prima Notificare", "second_reminder", "A Doua Notificare", "third_reminder", "A Treia Notificare", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0218ablon", "send", "Trimite", "subject", "Subiect", "body", "Mesaj", "send_email", "Trimite Email", "email_receipt", "Trimite pe email dovada pl\u0103\u021bii", "auto_billing", "Auto billing", "button", "Buton", "preview", "Previzualizare", "customize", "Personalizeaza", "history", "Istoric", "payment", "Plata", "payments", "Plati", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_219, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_220, "Plat\u0103 restaurat\u0103", _s17_130, ":count plati arhivate cu succes", _s16_221, ":count plati sterse cu succes.", _s17_131, _s37_20, "quote", "Proforma", "quotes", "Proforme", "new_quote", "Proforma Nou", "created_quote", "Proform\u0103 creat\u0103 cu succes", "updated_quote", "Proform\u0103 actualizat\u0103 cu succes", "archived_quote", "Proform\u0103 arhivat\u0103 cu succes", "deleted_quote", "Proform\u0103 \u0219tears\u0103", "restored_quote", "Proform\u0103 restaurat\u0103", "archived_quotes", ":count proforme arhivate cu succes", "deleted_quotes", ":count proforme \u0219terse cu succes", "restored_quotes", _s35_22, "expense", "Cheltuial\u0103", "expenses", "Cheltuieli", "vendor", "Furnizor", "vendors", "Furnizori", "task", "Task", "tasks", "Task-uri", "project", "Proiect", "projects", "Proiecte", "activity_1", ":user a creat clientul :client", "activity_2", ":user a arhivat clientul :client", "activity_3", ":user a \u0219ters clientul :client", "activity_4", ":user a creat factura :invoice", "activity_5", ":user a actualizat factura :invoice", "activity_6", ":user a trimis pe email factura :invoice pentru :client la :contact", "activity_7", ":contact a vizualizat factura :invoice pentru :client", "activity_8", ":user a arhivat factura :invoice", "activity_9", ":user a \u0219ters factura :invoice", "activity_10", _s85_0, "activity_11", ":user a actualizat plata :payment", "activity_12", ":user a arhivat plata :payment", "activity_13", ":user a \u0219ters plata :payment", "activity_14", ":user a \xeenc\u0103rcat :credit credite", "activity_15", ":user a actualizat :credit credite", "activity_16", ":user a arhivat :credit credite", "activity_17", ":user a \u0219ters :credit credite", "activity_18", ":user a creat proforma :quote", "activity_19", ":user a actualizat proforma :quote", "activity_20", ":user a trimis pe email proforma :quote pentru :client la :contact", "activity_21", ":contact a vizualizat proforma :quote", "activity_22", ":user a arhivat proforma :quote", "activity_23", ":user a \u0219ters proforma :quote", "activity_24", ":user a restaurat proforma :quote", "activity_25", ":user a restaurat factura :invoice", "activity_26", ":user a restaurat clientul :client", "activity_27", ":user a restaurat plata :payment", "activity_28", ":user a restaurat :credit credite", "activity_29", ":contact a aprobat proforma :quote pentru :client", "activity_30", ":user a creat furnizorul :vendor", "activity_31", ":user a arhivat furnizorul :vendor", "activity_32", ":user a \u0219ters furnizorul :vendor", "activity_33", ":user a restaurat furnizorul :vendor", "activity_34", ":user a creat cheltuiala :expense", "activity_35", ":user a arhivat cheltuiala :expense", "activity_36", ":user a \u0219ters cheltuiala :expense", "activity_37", ":user a restaurat cheltuiala :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Selecteaza", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Plaj\u0103 num\u0103r factur\u0103", _s20_77, _s20_78, _s20_79, "Plaj\u0103 num\u0103r proform\u0103", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_226, "Data Scadenta", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Facturare", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Valoare plata", "age", "Age", "is_running", "Is Running", "time_log", "Log Timp", "bank_id", "Banca", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u044b\u0439 \u0448\u043b\u044e\u0437", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u044f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "\u0414\u0438\u0430\u043f\u0430\u0437\u043e\u043d", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438\u0442\u044c", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_46, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "\u0421\u0438\u0447\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0430\u044f\u0441\u044f \u0417\u0430\u0442\u0440\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s26_4, _s39_, _s25_4, "\u041f\u0440\u043e\u0435\u043a\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f \u0438 \u043c\u0435\u043d\u044c\u0448\u0435, \u0447\u0435\u043c \u0432\u0441\u0435\u0433\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "\u041f\u043e\u0441\u043b\u0430\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u044b\u0442\u044c", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "\u0421\u0442\u043e\u043b\u0431\u0435\u0446", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_15, _s29_7, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0418\u0442\u043e\u0433\u043e \u0441\u0447\u0451\u0442\u0430", "quote_total", "\u0412\u0441\u0435\u0433\u043e", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_114, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_49, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_53, "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, _s39_1, _s25_28, _s38_10, _s25_29, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043a\u0430\u0440\u0442\u044b", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "\u0428\u043b\u044e\u0437", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u044b", "statement", "Statement", "taxes", "\u041d\u0430\u043b\u043e\u0433\u0438", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u044f\u0440\u043b\u044b\u043a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u041a\u043e\u043c\u0443", "health_check", "Health Check", "payment_type_id", "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_65, _s17_66, "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "upcoming_quotes", "\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0447\u0451\u0442", "create_quote", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "create_payment", "Create Payment", "create_vendor", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "update_quote", "Update Quote", "delete_quote", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "update_invoice", "Update Invoice", "delete_invoice", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "update_client", "Update Client", "delete_client", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "delete_payment", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "create_task", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "update_task", "Update Task", "delete_task", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b\u044c", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "\u041f\u0440\u0430\u0432\u0430", "tokens", "\u0422\u043e\u043a\u0435\u043d\u044b", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u0430\u0432\u0430", "created_token", "\u0422\u043e\u043a\u0435\u043d \u0441\u043e\u0437\u0434\u0430\u043d", "updated_token", "\u0422\u043e\u043a\u0435\u043d \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_token", _s27_27, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "email_quote", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0421\u0443\u043c\u043c\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_77, _s17_78, _s17_79, "\u0418\u043d\u0434\u0435\u043a\u0441/\u0413\u043e\u0440\u043e\u0434/\u0421\u0442\u0440\u0430\u043d\u0430", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0-30 \u0434\u043d\u0435\u0439", "age_group_30", "30-60 \u0434\u043d\u0435\u0439", "age_group_60", "60-90 \u0434\u043d\u0435\u0439", "age_group_90", "90-120 \u0434\u043d\u0435\u0439", "age_group_120", "120+ \u0434\u043d\u0435\u0439", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0441\u0447\u0451\u0442\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0441\u0447\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_47, _s65_2, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_48, _s65_2, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "load_design", "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "\u0422\u0438\u043a\u0435\u0442\u044b", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "\u0414\u0430\u0442\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u044b", "new_credit", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "Edit Credit", "created_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_credit", _s27_34, "archived_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", "removed_credit", _s27_36, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c", "number", "Number", "export", "\u042d\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a", "count", "Count", "totals", "\u0418\u0442\u043e\u0433\u043e", "blank", "Blank", "day", "\u0414\u0435\u043d\u044c", "month", "\u041c\u0435\u0441\u044f\u0446", "year", "\u0413\u043e\u0434", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0421\u0442\u043e\u043b\u0431\u0446\u044b", "aging", "Aging", "profit_and_loss", "\u041f\u0440\u0438\u0431\u044b\u043b\u0438 \u0438 \u0443\u0431\u044b\u0442\u043a\u0438", "reports", "Reports", "report", "\u041e\u0442\u0447\u0435\u0442", "add_company", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0441\u0447\u0435\u0442\u0430", _s16_136, _s16_137, "help", "\u041f\u043e\u043c\u043e\u0449\u044c", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u0438", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438", "subtotal", "\u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0438\u0442\u043e\u0433", "line_total", "\u0412\u0441\u0435\u0433\u043e", "item", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u0435\u043d\u0438", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "\u0414\u043d\u0438", "invoice_email", "\u041f\u0438\u0441\u044c\u043c\u043e", "payment_email", "\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438", "users", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "new_user", "New User", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "created_user", _s25_36, "updated_user", "\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_user", _s26_26, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_39, "restored_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0447\u0435\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u044b\u0442\u044c "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e"', _s22_55, "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \xab\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e\xbb \u0432 \u0432\u0430\u0448\u0438\u0445 \u0441\u0447\u0435\u0442\u0430\u0445 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0442\u0435\u0436\u0430.", _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0446\u0432\u0435\u0442", "secondary_color", "\u0412\u0442\u043e\u0440\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u044b\u0439 \u0446\u0432\u0435\u0442", "page_size", "Page Size", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0428\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "invoice_fields", "\u041f\u043e\u043b\u044f \u0441\u0447\u0451\u0442\u0430", "product_fields", "\u041f\u043e\u043b\u044f \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0441\u0447\u0451\u0442\u0430", "invoice_footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b \u0441\u0447\u0435\u0442\u0430", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0415\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u044b\u0440\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u044f\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u044b\u0440\u0435 \u043c\u0435\u0441\u044f\u0446\u0430", "freq_six_months", "\u041f\u043e\u043b\u0433\u043e\u0434\u0430", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_97, _s17_98, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0421\u0447\u0451\u0442\u0430", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "\u041f\u043e\u043b\u0435 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "\u041f\u043e\u043b\u0435 \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0421 \u0423\u0432\u0430\u0436\u0435\u043d\u0438\u0435\u043c,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "\u041e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_49, "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043c\u0438", "rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "tax_rate", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0442\u0430\u0432\u043a\u0443", _s16_162, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_163, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s17_104, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u0430\u0440\u0445\u0438\u0432", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s18_84, "\u0412\u044b\u0431\u043e\u0440 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c", "update_products", "\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s20_69, "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0447\u0435\u0442\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0446\u0435\u043d\u0443 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432 \u0432\u0430\u043b\u044e\u0442\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u041f\u043b\u0430\u0442\u044b", "limits", "\u041b\u0438\u043c\u0438\u0442\u044b", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0435\u0440\u0433", "friday", "\u041f\u044f\u0442\u043d\u0438\u0446\u0430", "saturday", "\u0421\u0443\u0431\u0431\u043e\u0442\u0430", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24-\u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_41, _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "device_settings", "Device Settings", "defaults", "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "user_details", "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "tax_rates", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438", "notifications", "\u041e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u042d\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u043e\u043b\u044f", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u0441\u0447\u0451\u0442\u0430", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", _s23_40, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_58, _s20_71, _s19_55, "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f", "privacy_policy", "Privacy Policy", "sign_up", "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f", "account_login", "\u041b\u043e\u0433\u0438\u043d", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0430 \u0417\u0430\u0442\u0440\u0430\u0442", "pending", "\u041e\u0436\u0438\u0434\u0430\u044e\u0449\u0438\u0439", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_47, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0432 \u0421\u0447\u0451\u0442", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u043c", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a", "created_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "restored_vendor", _s28_28, _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", _s16_182, _s36_11, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_29, "updated_expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b", _s16_183, _s29_21, "deleted_expense", _s23_92, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s23_92, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0441\u0447\u0451\u0442", "logged", "\u0423\u0447\u0442\u0435\u043d\u043e", "running", "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f", "resume", "\u041d\u0430\u0437\u0430\u0434", "task_errors", "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u044b", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", _s25_47, "stopped_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "resumed_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "now", "\u0421\u0435\u0439\u0447\u0430\u0441", _s16_186, _s16_187, "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430", "end_time", "\u0412\u0440\u0435\u043c\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u044f", "duration", "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c", "new_task", "\u041d\u043e\u0432\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "created_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043e", "updated_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u043e", "restored_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_tasks", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "deleted_tasks", "\u0423\u0434\u0430\u043b\u0435\u043d\u043e :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043d\u0430\u0448\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", _s21_82, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "\u041d\u0435\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435", _s30_15, _s42_12, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", "compare", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0421\u0435\u0433\u043e\u0434\u043d\u044f", "custom_range", "Custom Range", "date_range", "Date Range", "current", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439", "previous", "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439", "current_period", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f", "previous_period", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0434\u0443\u0448\u0438\u0439 \u0433\u043e\u0434", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 7 \u0434\u043d\u0435\u0439", "last_week", "\u0417\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043d\u0435\u0434\u0435\u043b\u044e", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439", "this_month", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043c\u0435\u0441\u044f\u0446", "last_month", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043c\u0435\u0441\u044f\u0446", "this_year", "This Year", "last_year", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u0433\u043e\u0434", "custom", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", _s16_191, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", "clone_to_quote", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0447\u0435\u0442", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u043e\u0432", _s16_193, _s16_194, "total_revenue", "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u044b\u0439 \u0434\u043e\u0445\u043e\u0434", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0441\u0447\u0451\u0442", "outstanding", "\u0418\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0435", "invoices_sent", ":count \u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044b", "close", "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", "email", "\u042d\u043b. \u043f\u043e\u0447\u0442\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u044c", "url", "URL", "secret", "Secret", "name", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "logout", "\u0412\u044b\u0439\u0442\u0438", "login", "\u041b\u043e\u0433\u0438\u043d", "filter", "\u0424\u0438\u043b\u044c\u0442\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "search", "\u0418\u0441\u043a\u0430\u0442\u044c", "active", "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0423\u0434\u0430\u043b\u0435\u043d", "dashboard", "\u0413\u043b\u0430\u0432\u043d\u0430\u044f", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "delete", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", "restore", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "ascending", "Ascending", "descending", "Descending", "save", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", _s17_121, _s17_122, "paid_to_date", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance_due", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance", "\u041a \u043e\u043f\u043b\u0430\u0442\u0435", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "vat_number", "\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430 \u041d\u0414\u0421", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", "create", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", _s19_63, _s30_16, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b", "additional", "Additional", "first_name", "\u0418\u043c\u044f", "last_name", "\u0424\u0430\u043c\u0438\u043b\u0438\u044f", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b?", "cancel", "\u041e\u0442\u043c\u0435\u043d\u0430", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "products", "\u0422\u043e\u0432\u0430\u0440\u044b/\u0423\u0441\u043b\u0443\u0433\u0438", "new_product", "\u041d\u043e\u0432\u044b\u0439 \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "created_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_product", "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u043e\u0432\u0430\u0440\u0435/\u0443\u0441\u043b\u0443\u0433\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d\u0430", _s16_201, "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "notes", "\u0417\u0430\u043c\u0435\u0442\u043a\u0438", "cost", "Cost", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u044b", "new_client", "\u041d\u043e\u0432\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "deleted_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "restored_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0414\u043e\u043c/\u041e\u0444\u0438\u0441", "city", "\u0413\u043e\u0440\u043e\u0434", "state", "\u0420\u0430\u0439\u043e\u043d", "postal_code", "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434", "country", "\u0421\u0442\u0440\u0430\u043d\u0430", "invoice", "\u0421\u0447\u0451\u0442", "invoices", "\u0421\u0447\u0435\u0442\u0430", "new_invoice", "\u041d\u043e\u0432\u044b\u0439 \u0441\u0447\u0451\u0442", "created_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_206, "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_207, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_126, _s37_17, "emailed_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043f\u043e \u043f\u043e\u0447\u0442\u0435", "emailed_payment", _s28_59, "amount", "\u0412\u0441\u0435\u0433\u043e", "invoice_number", "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430", "invoice_date", "\u0414\u0430\u0442\u0430 \u0441\u0447\u0451\u0442\u0430", "discount", "\u0421\u043a\u0438\u0434\u043a\u0430", "po_number", "\u041d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0443\u0447\u0435\u043d\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "private_notes", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "frequency", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c", "start_date", "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430", "end_date", "\u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "quote_date", "\u0414\u0430\u0442\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "valid_until", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u0434\u043e", "items", "Items", "partial_deposit", _s16_328, "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", _s16_209, _s16_210, "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u0441\u0435\u0433\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "dismiss", "Dismiss", _s20_74, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_62, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u042f\u0437\u044b\u043a", "currency", "\u0412\u0430\u043b\u044e\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f", "created_on", "Created On", "updated_at", "Updated", "tax", "\u041d\u0430\u043b\u043e\u0433", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a", "sent", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", "viewed", "Viewed", "approved", "Approved", "partial", _s16_328, "paid", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "mark_sent", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_53, _s35_20, "refresh_data", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0414\u0430\u043d\u043d\u044b\u0435", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", _s16_211, _s16_212, "clone", "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "loading", "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f", "industry", "Industry", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043e\u043f\u043b\u0430\u0442\u044b", "payment_date", "\u0414\u0430\u0442\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u041f\u043b\u0430\u0442\u0435\u0436\u0430", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "Initial Email", "first_reminder", "\u041f\u0435\u0440\u0432\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u044c\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u0422\u0435\u043c\u0430", "body", "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "send_email", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u043b.\u043f\u043e\u0447\u0442\u0443", "email_receipt", "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0443 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044e \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435 \u043f\u043e \u044d\u043b.\u043f\u043e\u0447\u0442\u0435", "auto_billing", "Auto billing", "button", "\u041a\u043d\u043e\u043f\u043a\u0430", "preview", "Preview", "customize", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0442\u0451\u0436", "payments", "\u041e\u043f\u043b\u0430\u0442\u044b", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0441 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438", "enter_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "new_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "created_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_219, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_220, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s17_131, _s37_20, "quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "quotes", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "new_quote", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "created_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", "restored_quote", _s27_55, "archived_quotes", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u0430", "expenses", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b", "vendor", "Vendor", "vendors", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0438", "task", "Task", "tasks", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435", "project", "Project", "projects", "Projects", "activity_1", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u041a\u043b\u0438\u0435\u043d\u0442\u0430 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u0421\u0447\u0451\u0442 :invoice", "activity_5", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0441\u0447\u0451\u0442 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_53, "activity_45", _s24_55, "activity_46", _s25_54, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_77, _s20_78, _s20_79, _s20_80, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_226, "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e-\u0441\u0447\u0435\u0442", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Sprejmi", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Nastavitev pla\u010dil", "default", "Privzeto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Dodaj prehod", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj k ra\u010dunu :invoice", _s17_11, _s17_12, "week", "Teden", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Razpon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Ustvari projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Provizija od zneska :amount ra\u010duna bo :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Potrdi", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no po\u010di\u0161\u010dena stranka", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nastavi geslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Ogled stro\u0161ka # :expense", "view_statement", "Ogled izpiska", "sepa", "SEPA direktna bremenitev", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Od (ime)", _s16_23, _s16_232, _s17_19, _s21_152, _s18_17, _s21_152, _s21_22, "Nov ponavaljajo\u010d stro\u0161ek", _s22_27, "Uredi ponavaljajo\u010d stro\u0161ek", _s25_2, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no ustvarjen", _s25_3, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no posodobljen", _s26_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no arhiviran", _s25_4, "Project uspe\u0161no odstranjen", _s25_5, _s38_2, _s26_5, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no obnovljen", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Navodila", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Nazadnje posodobljeno", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Ime kontakta", _s17_23, "Priimek konakta", "order", "Order", "unassigned", "Ne-dodeljen", "partial_value", "Mora biti ve\u010dje od ni\u010d in manj\u0161e od celotnega zneska", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogo\u010di", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavite pod domeno ali prika\u017eite ra\u010dun na va\u0161i spletni strani.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Naro\u010dnina", _s16_41, _s16_42, _s17_29, "Uredi naro\u010dnino", _s20_27, "Naro\u010dnina uspe\u0161no ustvarjena", _s20_28, "Naro\u010dnina uspe\u0161no posodobljena", _s21_34, "Naro\u010dnina uspe\u0161no arhivirana", _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "Znova po\u0161lji vabilo", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Neprejeta sporo\u010dila", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Po\u0161lji SMS", "sms_code", "SMS koda", _s21_38, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_34, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Priklopi Google", _s17_31, "Izklopi Google", _s17_33, "Dvostopenjska avtentikacija", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Ponovno po\u0161lji e-po\u0161to", _s26_10, _s33_12, _s16_53, "Vrnjeno pla\u010dilo", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_37, "Pretvori v ra\u010dun", _s16_54, _s16_55, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Pretvorjeni znesek", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_15, _s29_7, "select_file", "Prosim izberi datoteko", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Storitev", "clone_to", "Kopiraj v ...", "clone_to_other", "Kopiraj v ...", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u010dano", "white_label", "White Label", "delivery_note", "Dobavnica", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delno pla\u010dilo do", "invoice_total", "Skupni znesek", "quote_total", "Znesek ponudbe", "credit_total", "Dobropis skupaj", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Opozorilo", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime stranke", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Uspe\u0161no posodobljen status opravil", _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Kategorije stro\u0161kov", _s20_46, "Nova katergorija stro\u0161kov", _s21_46, _s21_47, _s24_31, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_32, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_19, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_33, "Kategorija uspe\u0161no odstranjena", _s24_34, _s37_7, _s25_20, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_23, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "Bo fakturiran", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Ponavljajo\u010di ra\u010dun", _s18_49, "Ponavljajo\u010di ra\u010duni", _s21_53, "Nov ponavljajo\u010di ra\u010dun", _s22_40, "Uredi ponvljajo\u010de ra\u010dune", _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_28, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_29, _s38_11, _s26_14, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Odpriti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_37, _s24_38, "always", "Vedno", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "\u0160t. stranke", "auto_convert", "Auto Convert", "company_name", "Naziv podjetja", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s20_145, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_58, "gateway", "Prehod", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ur", "statement", "Izpisek", "taxes", "Davki", "surcharge", "Dopla\u010dilo", "apply_payment", "Apply Payment", "apply_credit", "Potrdi dobropis", "apply", "Potrdi", "unapplied", "Unapplied", "select_label", "Izberi oznako", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Na\u010din pla\u010dila", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Prihajajo\u010di ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavna pla\u010dila", "upcoming_quotes", "Prihajajo\u010di predra\u010duni", "expired_quotes", "Potekli predra\u010duni", "create_client", "Ustvari stranko", "create_invoice", "Ustvari ra\u010dun", "create_quote", "Ustvari ponudbo", "create_payment", "Create Payment", "create_vendor", "Ustvari prodajalca", "update_quote", "Update Quote", "delete_quote", "Zbri\u0161i ponudbo", "update_invoice", "Update Invoice", "delete_invoice", "Zbri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Zbri\u0161i stranko", "delete_payment", "Zbri\u0161i pla\u010dilo", "update_vendor", "Update Vendor", "delete_vendor", "Odstrani prodajalca", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Odstrani stro\u0161ek", "create_task", "Vnesi opravilo", "update_task", "Update Task", "delete_task", "Odstrani opravilo", "approve_quote", "Approve Quote", "off", "Izklopljeno", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Brezpla\u010dno", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Cilj", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "\u017deton", "tokens", "\u017detoni", "new_token", "New Token", "edit_token", "Uredi \u017eeton", "created_token", "\u017deton uspe\u0161no ustvarjen", "updated_token", "\u017deton uspe\u0161no posodobljen", "archived_token", "\u017deton uspe\u0161no arhiviran", "deleted_token", "\u017deton uspe\u0161no odstranjen", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Po\u0161lji ra\u010dun po e-po\u0161ti", "email_quote", "Po\u0161lji e-ponudbo", "email_credit", "Email Credit", "email_payment", "Po\u0161lji pla\u010dilo po elektronki po\u0161ti", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "Poka\u017ei PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Uredi pla\u010dilni pogoj", _s20_55, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_56, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_56, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Po\u0161lji iz Gmaila", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Znesek dobropisa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekskluzivno", "inclusive", "Vklju\u010deno", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Polno ime", _s17_77, "Mesto/Dr\u017eava/Po\u0161ta", _s17_79, "Po\u0161ta/Mesto/Dr\u017eava", "custom1", "Prvi po meri", "custom2", "Drugi po meri", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Izprazni podatke", _s16_93, "Podatki podjetja uspe\u0161no odstranjeni", _s18_58, "Opozorilo: Va\u0161i podatki bodo trajno zbrisani. Razveljavitev kasneje ni mogo\u010da.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dni", "age_group_30", "30 - 60 Dni", "age_group_60", "60 - 90 Dni", "age_group_90", "90 - 120 Dni", "age_group_120", "120+ dni", "refresh", "Osve\u017ei", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Detalji ra\u010duna", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pravice", "none", "Brez", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count ra\u010dun poslan", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_47, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_48, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Glava", "load_design", "Nolo\u017ei obliko", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ponudbe", "tickets", "Podporni zahtevki", _s16_98, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_59, "Upravljanje ra\u010duna", "credit_date", "Datum dobropisa", "credit", "Dobropis", "credits", "Dobropisi", "new_credit", "Vnesi dobropis", "edit_credit", "Uredi dobropis", "created_credit", "Dobropis uspe\u0161no narejen", "updated_credit", "Uspe\u0161no posodobljen dobropis", "archived_credit", "Dobropis uspe\u0161no arhiviran", "deleted_credit", "Dobropis uspe\u0161no zbrisan", "removed_credit", _s27_36, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_100, "Uspe\u0161no je arhiviranih :count dobropisov", "deleted_credits", "Uspe\u0161no je zbrisano :count dobropisov", _s16_101, _s36_9, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Ponastavi", "number", "Number", "export", "Izvoz", "chart", "Grafikon", "count", "Count", "totals", "Vsote", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Leto", "subgroup", "Podskupina", "is_active", "Is Active", "group_by", "Zdru\u017ei v skupino", "credit_balance", "Saldo dobropisa", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Kontaktni telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica (za dostavo)", _s17_86, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_59, "Po\u0161tna \u0161t. (za dostavo)", _s16_132, "Dr\u017eava (za dostavo)", _s16_134, "Ulica (za ra\u010dun)", _s16_135, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_40, "Po\u0161tna \u0161t. (za ra\u010dun)", "billing_country", "Dr\u017eave (za ra\u010dun)", "client_id", "Id stranke", "assigned_to", "Dodeljeno", "created_by", "Ustvaril :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Stolpci", "aging", "Staranje", "profit_and_loss", "Profit in izguba", "reports", "Poro\u010dila", "report", "Poro\u010dilo", "add_company", "Dodaj podjetje", "unpaid_invoice", "Nepla\u010dani ra\u010duni", "paid_invoice", "Pla\u010dani ra\u010duni", _s16_136, "Nepotrjen predra\u010dun", "help", "Pomo\u010d", "refund", "Vra\u010dilo", "refund_date", "Refund Date", "filtered_by", "Filtrirano po", "contact_email", "Kontaktna e-po\u0161ta", "multiselect", "Multiselect", "entity_state", "Stanje", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Sporo\u010dilo", "from", "Od", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "forum za podporo", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontakt", "subtotal", "Neto", "line_total", "Skupaj", "item", "Postavka", "credit_email", "Credit Email", "iframe_url", "Spletna stran", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Da", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Namizni", "layout", "Layout", "view", "Ogled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Dav\u010dne nastavitve", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_44, _s20_67, "options", "Mo\u017enosti", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Oddaj", _s16_144, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_145, "Odstotek za zamudne obresti", "schedule", "Urnik", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Predra\u010dun", _s16_147, "Periodi\u010den opomin", _s16_149, _s16_150, "administrator", "Upravljalec", _s18_78, "Dovoli uporabniku da upravlja z uporabniki, nastavitvami in vsemi zapisi", "user_management", "Uporabniki", "users", "Uporabniki", "new_user", "Nov uporabnik", "edit_user", "Uredi uporabnika", "created_user", _s25_36, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_39, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_92, "Skrij datum pla\u010dila", _s22_55, 'Prika\u017ei le "Pla\u010dano" polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.', _s23_29, "Omogo\u010deni dokumenti", _s28_21, "V ra\u010dunu vklju\u010di pripete slike.", _s16_153, "Prika\u017ei glavo na", _s16_154, "Prika\u017ei nogo na", "first_page", "Prva stran", "all_pages", "Vse strani", "last_page", "Zadnja stran", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Osnovna barva", "secondary_color", "Sekundarna barva", "page_size", "Velikost strani", "font_size", "Velikost pisave", "quote_design", "Predloga predra\u010duna", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja izdelka", "invoice_terms", "Pogoji ra\u010duna", "invoice_footer", "Noga ra\u010duna", "quote_terms", "Pogoji predra\u010duna", "quote_footer", "Noga predra\u010duna", _s18_79, "Samodejni Email", _s23_30, "Samodejno po\u0161lji email ponavljajo\u010dih ra\u010dunov kadar so narejeni.", _s18_80, "Samodejno Arhiviranje", _s23_31, "Samodejno arhiviraj predra\u010dune po pretvorbi.", _s18_81, "Samodejna Pretvorba", _s23_32, "Samodejno pretvori predra\u010dun v ra\u010dun, ki ga stranka potrdi.", _s17_94, "Nastavitve Delovnega toka /Workflow/", "freq_daily", "Dnevno", "freq_weekly", "Tedensko", "freq_two_weeks", "Dva tedna", "freq_four_weeks", "\u0160tiri tedni", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Trije meseci", _s16_155, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_156, "Three Years", "never", "Nikoli", "company", "Podjetje", _s17_97, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_157, "Predpona ponavljajo\u010dih", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Podjetje", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Ra\u010dun", _s17_99, "Dopla\u010dilo za ra\u010dun", "client_field", "Stranka", "product_field", "Polje izdelka", "payment_field", "Payment Field", "contact_field", "Kontakt", "vendor_field", "Dobavitelj", "expense_field", "Stro\u0161ek", "project_field", "Projekt", "task_field", "Opravilo", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Predpona", "number_pattern", "Number Pattern", "messages", "Sporo\u010dila", "custom_css", "CSS po meri", _s17_101, _s17_102, _s16_159, "Prika\u017ei na PDF", _s21_74, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_40, "Potrditev pogojev ra\u010duna", _s30_9, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_33, "Potrditev pogojev predra\u010duna", _s28_22, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_41, "Podpis ra\u010duna", _s30_10, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_34, "Podpis predra\u010duna", _s22_57, "Za\u0161\u010diti ra\u010dune z geslom", _s27_38, "Omogo\u010da da nastavite geslo za vsako osebo. \u010ce je geslo nastavljeno, ga bo uporabnik moral vnesti pred ogledom ra\u010duna.", "authorization", "Overovitev", "subdomain", "Poddomena", "domain", "Domena", "portal_mode", "Portal Mode", "email_signature", "Lep pozdrav,", _s24_41, "Olaj\u0161ajte strankam pla\u010devanje z dodajanjem schema.org ozna\u010db v va\u0161o e-po\u0161to.", "plain", "Navadno", "light", "Svetlo", "dark", "Temno", "email_design", "Stil e-po\u0161te", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_241, "bank_transfer", "Ban\u010dno nakazilo", "priority", "Prednost", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Omogo\u010di minimalno", "enable_max", "Omogo\u010di maximalno", "min_limit", "Minimalno: :min", "max_limit", "Maksimalno: :max", "min", "Minimalno", "max", "Maksimalno", _s19_47, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_49, "Posodobi naslov stranke z predlo\u017eenimi podatki", "rate", "Stopnja", "tax_rate", "Dav\u010dna stopnja", "new_tax_rate", "Nova dav\u010dna stopnja", "edit_tax_rate", "Uredi dav\u010dno stopnjo", _s16_162, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_163, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_104, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Samodejno vnesi izdelke", _s18_84, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_69, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_165, "Pretvori izdelke", _s21_75, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Nedelja", "monday", "Ponedeljek", "tuesday", "Torek", "wednesday", "Sreda", "thursday", "\u010cetrtek", "friday", "Petek", "saturday", "Sobota", "january", "Januar", "february", "Februar", "march", "Marec", "april", "April", "may", "Maj", "june", "Junij", "july", "Julij", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 urni \u010das", _s18_85, "24 Hour Display", "send_reminders", "Po\u0161lji opomnike", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Skupina", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotip", "saved_settings", _s27_41, _s16_171, "Nastavitve izdelka", "device_settings", "Device Settings", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_109, "Napredne nastavitve", "company_details", "Podatki podjetja", "user_details", "Podrobnosti uporabnika", "localization", "Lokalizacija", "online_payments", "Spletna pla\u010dila", "tax_rates", "Dav\u010dne stopnje", "notifications", "Obvestila", "import_export", "Uvoz | Izvoz", "custom_fields", "Polja po meri", "invoice_design", "Izgled ra\u010duna", "buy_now_buttons", "Gumbi za takoj\u0161nji nakup", "email_settings", "Nastavitve e-po\u0161te", _s23_40, "Predloge in opomini", _s22_58, _s20_71, _s19_55, "Vizualizacija podatkov", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Pogoji uporabe", "privacy_policy", "Pravilnik o zasebnosti", "sign_up", "Prijavi se", "account_login", "Prijava v ra\u010dun", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Ustvari", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Prenesi", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Pretvorjeno", _s24_47, "Pripni datoteke", "exchange_rate", "Menjalni te\u010daj", _s16_180, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov prodajalec", "created_vendor", "Dobavitelj uspe\u0161no ustvarjen", "updated_vendor", "Dobavitelj uspe\u0161no posodobljen", "archived_vendor", "Dobavitelj uspe\u0161no arhiviran", "deleted_vendor", "Dobavitelj uspe\u0161no zbrisan", "restored_vendor", "Prodajalec uspe\u0161no obnovljen", _s16_181, "Uspe\u0161no je arhiviranih :count dobaviteljev", "deleted_vendors", "Uspe\u0161no je zbrisanih :count dobaviteljev", _s16_182, _s36_11, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_183, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_184, "Stro\u0161ek uspe\u0161no obnovljen", _s17_115, "Stro\u0161ki uspe\u0161no arhivirani", _s16_185, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_116, _s37_14, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturirano", "logged", "Prijavljeno", "running", "V teku", "resume", "Nadaljuj", "task_errors", "Prosim popravite prekrivajo\u010de \u010dasove", "start", "Za\u010detek", "stop", "Kon\u010daj", "started_task", "Opravilo uspe\u0161no pri\u010deto", "stopped_task", "Opravilo uspe\u0161no ustavljeno", "resumed_task", "Opravilo uspe\u0161no ponovno zagnano", "now", "Zdaj", _s16_186, _s16_187, "timer", "Merilec \u010dasa", "manual", "Ro\u010dno", "budgeted", "Budgeted", "start_time", "Za\u010detek", "end_time", "\u010cas zaklju\u010dka", "date", "Datum", "times", "\u010cas", "duration", "Trajanje", "new_task", "Novo opravilo", "created_task", "Opravilo uspe\u0161no ustvarjeno", "updated_task", "Opravilo uspe\u0161no posodobljeno", "archived_task", "Opravilo uspe\u0161no arhivirano", "deleted_task", "Opravilo uspe\u0161no odstranjeno", "restored_task", "Opravilo uspe\u0161no obnovljeno", "archived_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count", "deleted_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_188, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_189, "Projekt uspe\u0161no obnovljen", _s17_117, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_190, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_118, _s37_15, "new_project", "Now projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikni tukaj", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Noga", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Ta mesec", "last_month", "Zadnji mesec", "this_year", "To leto", "last_year", "Zadnje leto", "custom", "Po meri", _s16_191, "Kopiraj v ra\u010dun", "clone_to_quote", "Kopiraj v predra\u010dun", "clone_to_credit", "Clone to Credit", "view_invoice", "Ogled ra\u010duna", "convert", "Convert", "more", "Ve\u010d", "edit_client", "Uredi stranko", "edit_product", "Uredi izdelek", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudbo", "edit_payment", "Uredi pla\u010dilo", "edit_task", "Uredi opravilo", "edit_expense", "Uredi stro\u0161ek", "edit_vendor", "Uredi prodajalca", "edit_project", "Uredi projekt", _s20_72, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_193, "Naslov za dostavo", "total_revenue", "Skupni prihodki", "average_invoice", "Povpre\u010den ra\u010dun", "outstanding", "Odprte postavke", "invoices_sent", ":count ra\u010duni poslani", "active_clients", "aktivne stranke", "close", "Zapri", "email", "E-po\u0161ta", "password", "Geslo", "url", "URL", "secret", "Skrivnost", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Razvrsti", "search", "I\u0161\u010di", "active", "Aktivno", "archived", "Arhivirano", "deleted", "Odstranjeno", "dashboard", "Nadzorna plo\u0161\u010da", "archive", "Arhiv", "delete", "Zbri\u0161i", "restore", "Obnovitev", _s16_195, "Osve\u017eitev kon\u010dana", _s23_41, "Vnesi prosim svoj email", _s26_34, "Vnesi prosim svoje geslo", _s21_83, "Vnesi prosim svoj URL", _s26_36, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_121, "Pri\u0161lo je do napake", "paid_to_date", "\u017de pla\u010dano", "balance_due", "Za pla\u010dilo", "balance", "Saldo", "overview", "Pregled", "details", "Podrobnosti", "phone", "Telefon", "website", "Internetne strani", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_63, "Kopirano :value na odlo\u017ei\u0161\u010de", "error", "Napaka", _s16_197, "Ni bilo mo\u017eno zagnati", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Priimek", "add_contact", "Dodaj kontakt", "are_you_sure", "Ali ste prepri\u010dani?", "cancel", "Prekli\u010di", "ok", "Ok", "remove", "Odstrani", _s16_199, "Email ni pravilen", "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_201, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_202, "Izdelek uspe\u0161no obnovljen", _s17_123, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_203, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_124, _s37_16, "product_key", "Izdelki", "notes", "Opis", "cost", "Cena", "client", "Stranka", "clients", "Stranke", "new_client", "Nova stranka", "created_client", "Stranka uspe\u0161no ustvarjena", "updated_client", "Uspe\u0161no posodobljena stranka", "archived_client", "Stranka uspe\u0161no arhivirana", _s16_204, "Uspe\u0161no je arhiviranih :count strank", "deleted_client", "Stranka uspe\u0161no zbrisana", "deleted_clients", "Uspe\u0161no je zbrisanih :count strank", "restored_client", "Stranka uspe\u0161no obnovljena", _s16_205, _s36_13, "address1", "Ulica", "address2", "Poslovni prostor/Stanovanja", "city", "Mesto", "state", "Regija/pokrajina", "postal_code", "Po\u0161tna \u0161t.", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Nov ra\u010dun", "created_invoice", "Ra\u010dun uspe\u0161no ustvarjen", "updated_invoice", "Ra\u010dun uspe\u0161no posodobljen", _s16_206, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no zbrisan", _s16_207, "Ra\u010dun uspe\u0161no obnovljen", _s17_125, "Uspe\u0161no arhiviranih :count ra\u010dunov", _s16_208, "Uspe\u0161no je zbrisanih :count ra\u010dunov", _s17_126, _s37_17, "emailed_invoice", _s20_145, "emailed_payment", "Pla\u010dilo poslano po elektronski po\u0161ti", "amount", "Znesek", "invoice_number", "\u0160t. ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "\u0160t. naro\u010dilnice", "terms", "Pogoji", "public_notes", "Javni zaznamki", "private_notes", "Zasebni zaznamki", "frequency", "Pogostost", "start_date", "Datum za\u010detka", "end_date", "Datum zapadlosti", "quote_number", "\u0160t. ponudbe", "quote_date", "Datum ponudbe", "valid_until", "Veljavnost", "items", "Predmeti", "partial_deposit", "Delno/Depozit", "description", "Opis", "unit_cost", "Cena", "quantity", "Koli\u010dina", "add_item", "\xb8Dodaj predmet", "contact", "Kontakt", "work_phone", "Slu\u017ebeni telefon", "total_amount", "Skupni znesek", "pdf", "PDF", "due_date", "Rok pla\u010dila", _s16_209, "Delno pla\u010dilo do datuma", "status", "Stanje", _s17_127, "Status ra\u010duna", "quote_status", "Stanje predra\u010duna", _s22_59, "Klikni + za dodajanje predmeta", _s22_61, _s19_76, "count_selected", ":count izbranih", "total", "Skupaj", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Opusti", _s20_74, "Izberi datum", _s22_62, "Izberi stranko", _s24_51, "Izberi ra\u010dun", "task_rate", "Urna postavka", "settings", "Nastavitve", "language", "Jezik", "currency", "Valuta", "created_at", "Ustvarjen dne", "created_on", "Created On", "updated_at", "Posodobljeno", "tax", "Davek", _s30_17, "Vnesi \u0161tevilko ra\u010duna", _s27_51, "Prosim vnesi \u0161tevilko predra\u010duna", "past_due", "Zapadlo", "draft", "Osnutek", "sent", "Poslano", "viewed", "Ogledano", "approved", "Odobreno", "partial", "Delno pla\u010dilo/polog", "paid", "Pla\u010dano", "mark_sent", "Ozna\u010di kot poslano", _s22_64, "Ra\u010dun je uspe\u0161no ozna\u010den kot poslan", _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Narejeno", _s37_18, "Vnesi stranko ali kontaktno osebo", "dark_mode", "Temen na\u010din", _s27_53, "Ponovno za\u017eeni program, da se spremembe aktivirajo", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazen kontakt", "activity", "Dejavnost", _s16_211, "Ustrezen niz ni najden", "clone", "Kopiraj", "loading", "Nalagam", "industry", "Industrija", "size", "Velikost", "payment_terms", "Pla\u010dilni pogoji", "payment_date", "Datum pla\u010dila", "payment_status", "Status pla\u010dila", _s16_213, "V obdelavi", _s16_214, "Razveljavljeno", _s16_215, "Neuspe\u0161no", _s16_216, "Narejeno", _s16_217, "Delno povrnjeno", _s16_218, "Povrjeno", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Promet", "client_portal", "Portal za stranke", "show_tasks", "Prika\u017ei opravila", "email_reminders", "Email opomini", "enabled", "Omogo\u010deno", "recipients", "Prejemniki", "initial_email", "Prva e-po\u0161ta", "first_reminder", "Prvi opomin", "second_reminder", "Drugi opomin", "third_reminder", "Tretji opomin", "reminder1", "Prvi opomin", "reminder2", "Drugi opomin", "reminder3", "Tretji opomin", "template", "Predloga", "send", "Po\u0161lji", "subject", "Naslov", "body", "Vsebina", "send_email", "Po\u0161lji e-po\u0161to", "email_receipt", "Po\u0161lji ra\u010dun stranki", "auto_billing", "Samodejno obra\u010dunavanje", "button", "Gumb", "preview", "Predogled", "customize", "Prilagodi po meri", "history", "Zgodovina", "payment", "Pla\u010dilo", "payments", "Pla\u010dila", "refunded", "Povrjeno", "payment_type", "Na\u010din pla\u010dila", _s21_85, _s21_108, "enter_payment", "Vnesi pla\u010dilo", "new_payment", "Vnesi pla\u010dilo", "created_payment", "Pla\u010dilo uspe\u0161no ustvarjeno", "updated_payment", "Pla\u010dilo uspe\u0161no posodobljeno", _s16_219, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no zbrisano", _s16_220, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_130, "\u0160Uspe\u0161no je arhiviranih :count pla\u010dil", _s16_221, "Uspe\u0161no je zbrisanih :count pla\u010dil", _s17_131, _s37_20, "quote", "Ponudba", "quotes", "Ponudbe", "new_quote", "Nova ponudba", "created_quote", "Ponudba uspe\u0161no ustvarjena", "updated_quote", "Ponudba uspe\u0161no posodobljena", "archived_quote", "Ponudba uspe\u0161no arhivirana", "deleted_quote", "Ponudba uspe\u0161no zbrisana", "restored_quote", "Predra\u010dun uspe\u0161no obnovljen", "archived_quotes", "Uspe\u0161no je arhiviranih :count ponudb", "deleted_quotes", "Uspe\u0161no je zbrisanih :count ponudb", "restored_quotes", _s35_22, "expense", "Stro\u0161ek", "expenses", "Stro\u0161ki", "vendor", "Prodajalec", "vendors", "Prodajalci", "task", "Opravilo", "tasks", "Opravila", "project", "Projekt", "projects", "Projekti", "activity_1", ":user je ustvaril stranko :client", "activity_2", ":user je arhiviraj stranko :client", "activity_3", ":user je odstranil stranko :client", "activity_4", ":user je ustvaril ra\u010dun :invoice", "activity_5", ":user je posodobil ra\u010dun :invoice", "activity_6", ":user je ra\u010dun :invoice za :client poslal osebi :contact", "activity_7", ":contact si je ogledal ra\u010dun :invoice za :client", "activity_8", ":user je arhiviral ra\u010dun :invoice", "activity_9", ":user je odstranil ra\u010dun :invoice", "activity_10", ":contact je vnesel pla\u010dilo :payment v znesku :payment_amount na ra\u010dunu :invoice za :client", "activity_11", ":user je posodobil pla\u010dilo :payment", "activity_12", ":user je arhiviral pla\u010dilo :payment", "activity_13", ":user je odstranil :payment", "activity_14", ":user je vnesel :credit dobropis", "activity_15", ":user je posodobil :credit dobropis", "activity_16", ":user je arhiviral :credit dobropis", "activity_17", ":user je odstranil :credit dobropis", "activity_18", ":user je ustvaril predra\u010dun :quote", "activity_19", ":user je posodobil predra\u010dun :quote", "activity_20", ":user je predra\u010dun :quote za :client poslal osebi :contact", "activity_21", ":contact je pogledal predra\u010dun :quote", "activity_22", ":user je arhiviral predra\u010dun :quote", "activity_23", ":user je odstranil predra\u010dun :quote", "activity_24", ":user je obnovil predra\u010dun :quote", "activity_25", ":user je obnovil ra\u010dun :invoice", "activity_26", ":user je obnovil stranko :client", "activity_27", ":user je obnovil pla\u010dilo :payment", "activity_28", ":user je obnovil dobropis :credit", "activity_29", ":contact je potrdil predra\u010dun :quote za :client", "activity_30", ":user je ustvaril prodajalca :vendor", "activity_31", ":user je arhiviral prodajalca :vendor", "activity_32", ":user je odstranil prodajalca :vendor", "activity_33", ":user je obnovil prodajalca :vendor", "activity_34", ":user je vnesel stro\u0161ek :expense", "activity_35", ":user je arhiviral stro\u0161ek :expense", "activity_36", ":user je izbrisal stro\u0161ek :expense", "activity_37", ":user je obnovil stro\u0161ek :expense", "activity_39", ":user je preklical pla\u010dilo :payment v znesku :payment_amount", "activity_40", ":user je vrnil :adjustment od pla\u010dila :payment v znesku :payment_amount", "activity_41", ":payment_amount pla\u010dilo (:payment) ni uspelo", "activity_42", ":user je vnesel opravilo :task", "activity_43", ":user je posodobil opravilo :task", "activity_44", ":user je arhiviral opravilo :task", "activity_45", ":user je izbrisal opravilo :task", "activity_46", ":user je obnovil opravilo :task", "activity_47", ":user je posodobil opravilo :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user je ponovno odprl podporni zahtevek :ticket", "activity_55", ":contact je odgovoril na podporni zahtevek :ticket", "activity_56", ":user si je ogledal podporni zahtevek :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Geslo za enkratno uporabo", "emailed_quote", "Ponudba uspe\u0161no poslan", "emailed_credit", _s27_65, _s20_76, "Predra\u010dun ozna\u010den kot poslan", _s21_87, _s34_21, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_66, _s22_67, "custom_value1", _s16_329, "custom_value2", _s16_329, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0160tevec za ra\u010dun", _s20_77, _s20_78, _s20_79, "\u0160tevec \u0161tevilke predra\u010duna", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_226, "Rok pla\u010dila", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Samodejno pla\u010dilo", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Ime dav\u010dne stopnje", "tax_amount", "Znesek davka", "tax_paid", "Davek pla\u010dan", "payment_amount", "Znesek pla\u010dila", "age", "Starost", "is_running", "Is Running", "time_log", "\u010casovni Dnevnik", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, "Kategorija stro\u0161kov", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Por Defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Agregar Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Agregar a cuenta :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Divisa de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa para una factura con valor de :amount ser\xeda de :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Asignar Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_146, "view_statement", "Ver Estado De Cuenta", "sepa", "D\xe9bito Directo SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Nombre Remitente", _s16_23, _s16_232, _s17_19, "Gasto Recurrente", _s18_17, "Gastos Recurrentes", _s21_22, "Nuevo Gasto Recurrente", _s22_27, "Editar Gasto Recurrente", _s25_2, "Gasto recurrente creado con \xe9xito", _s25_3, "Gasto recurrente actualizado con \xe9xito", _s26_4, "Gasto recurrente archivado con \xe9xito", _s25_4, _s28_87, _s25_5, _s38_2, _s26_5, "Gasto recurrente restaurado con \xe9xito", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Gu\xeda de Usuario", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Primer Nombre de Contacto", _s17_23, "Apellido de Contacto", "order", "Order", "unassigned", "Unassigned", "partial_value", "Debe ser mayor que cero y menor que el total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el suubdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Suscripciones", _s16_41, _s16_42, _s17_29, "Editar suscripci\xf3n", _s20_27, _s32_33, _s20_28, _s37_37, _s21_34, "Suscripci\xf3n correctamente archivada", _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s19_134, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_34, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticaci\xf3n de Dos Factores", _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Trimestre", "to_update_run", "To update run", _s18_37, _s19_135, _s16_54, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s18_191, _s16_60, "Cantidad Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos por defecto", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "Columna", "sample", "Ejemplo", "map_to", "Map To", "import", "Importar", _s25_15, _s29_7, "select_file", "Por favor selecciona un archivo", _s16_62, _s16_63, "csv_file", _s23_93, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servicio", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Sin Pagar", "white_label", "White Label", "delivery_note", "Nota de Entrega", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total Facturado", "quote_total", "Total cotizado", "credit_total", "Cr\xe9dito Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", _s18_192, "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, _s18_45, _s20_46, _s20_47, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, "Categor\xeda actualizada con \xe9xito", _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, _s18_193, _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", _s18_194, "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s18_195, _s18_49, _s20_147, _s21_53, _s24_104, _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Factura peri\xf3dica archivada", _s25_28, "Factura peri\xf3dica borrada", _s25_29, _s38_11, _s26_14, "Factura peri\xf3dica restaurada", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Ganancia", "line_item", "Item de Linea", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Abierto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalles de la tarjeta", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etiqueta", "client_number", "Cliente N\xfamero", "auto_convert", "Auto Convert", "company_name", "Nombre de Empresa", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", _s28_58, "gateway", "Pasarela de Pagos", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Horas", "statement", "Estado De Cuenta", "taxes", "Impuestos", "surcharge", "Sobrecargo", "apply_payment", "Apply Payment", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Unapplied", "select_label", "Seleccionar Etiqueta", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Para", "health_check", "Health Check", "payment_type_id", "Tipo de pago", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_216, _s17_65, _s17_66, "recent_payments", "Pagos Recientes", "upcoming_quotes", "Pr\xf3ximas Cotizaciones", "expired_quotes", "Cotizaciones Vencidas", "create_client", "Crear Cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Cotizaci\xf3n", "create_payment", "Create Payment", "create_vendor", "Crear Proveedor", "update_quote", "Update Quote", "delete_quote", "Eliminar Cotizaci\xf3n", "update_invoice", "Update Invoice", "delete_invoice", _s16_330, "update_client", "Update Client", "delete_client", _s16_331, "delete_payment", "Eliminar Pago", "update_vendor", _s20_148, "delete_vendor", _s16_332, "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Update Task", "delete_task", "Eliminar Tarea", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Objetivo", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Editar Token", "created_token", "Token creado con \xe9xito", "updated_token", "Token actualizado con \xe9xito", "archived_token", "Token archivado", "deleted_token", "Token eliminado con \xe9xito", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_136, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Email Credit", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s26_82, _s20_55, "T\xe9rmino de pago creado con \xe9xito", _s20_56, "T\xe9rmino de pago actualizado con \xe9xito", _s21_56, "T\xe9rmino de pago archivado con \xe9xito", _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s19_137, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Buscar Proveedor", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", _s18_196, "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Nombre Completo", _s17_77, _s17_78, _s17_79, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_137, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados con \xe9xito", _s18_58, "Advertencia: Esto borrar\xe1 definitivamente tus datos, no hay de deshacerlo.", "invoice_balance", "Balance de la Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado con \xe9xito", "client_details", "Detalles del Cliente", "company_address", "Direcci\xf3n de la Empresa", "invoice_details", "Detalles de la Factura", "quote_details", "Detalles de la Cotizaci\xf3n", "credit_details", "Detalles del Cr\xe9dito", "product_columns", "Columna de Productos", "task_columns", "Columna de Tareas", "add_field", "Agregar Campos", "all_events", _s17_217, "permissions", "Permissions", "none", "Ninguno", "owned", "Propiedad", "payment_success", "Pago Exit\xf3so", "payment_failure", "Fallos con el Pago", "invoice_sent", ":count factura enviada", "quote_sent", "Cotizaci\xf3n Enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Cr\xe9dito Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Cotizaci\xf3n Aprobada", _s25_32, "Recibir Todas Las Notificaciones", _s16_94, _s16_333, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_48, "Advertencia: Esto eliminar\xe1 su empresa, no hay manera de deshacerlo.", "enabled_modules", "Enabled Modules", "converted_quote", "Cotizaci\xf3n convertida con \xe9xito", "credit_design", "Dise\xf1o de Cr\xe9ditos", "includes", "Incluir", "header", "Encabezado", "load_design", "Cargar Dise\xf1o", "css_framework", "Framework de CSS", "custom_designs", _s22_129, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado con \xe9xito", "updated_design", "Dise\xf1o actualizado con \xe9xito", "archived_design", "Dise\xf1o archivado con \xe9xito", "deleted_design", "Dise\xf1o eliminado con \xe9xito", "removed_design", "Dise\xf1o removido con \xe9xito", "restored_design", "Dise\xf1o restaurado con \xe9xito", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Cotizaciones Recurrentes", "recurring_tasks", _s18_197, _s18_59, _s18_60, "credit_date", _s16_334, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Ingresa el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado con \xe9xito", "updated_credit", "Cr\xe9dito actualizado con \xe9xito", "archived_credit", "Cr\xe9dito archivado con \xe9xito", "deleted_credit", "Cr\xe9ditos eliminados con \xe9xito", "removed_credit", "Cr\xe9dito removido con \xe9xito", "restored_credit", "Cr\xe9dito restaurado con \xe9xito", _s16_100, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_101, _s36_9, "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_102, _s24_105, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_81, "URL del Webhook de Slack", "credit_footer", "Pie de P\xe1gina del Cr\xe9dito", "credit_terms", "T\xe9rminos del Cr\xe9dito", "new_company", "Nueva Empresa", "added_company", "Empresa agregada con \xe9xito", "company1", _s23_84, "company2", _s23_85, "company3", _s23_86, "company4", _s23_87, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reiniciar", "number", "Number", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Count", "totals", "Totales", "blank", "Blank", "day", "Day", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Agrupar por", "credit_balance", _s16_335, _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Tel\xe9fono de Contacto", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Calle de Env\xedo", _s17_86, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_59, "C\xf3digo Postal de Env\xedo", _s16_132, "Pa\xeds de Env\xedo", _s16_134, "Calle de Facturaci\xf3n", _s16_135, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_40, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_336, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_149, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ayuda", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Correo de Contacto", "multiselect", "Multiselect", "entity_state", "Estado", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mensaje", "from", "De", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "foro de soporte", "about", "About", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1ctenos", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Credit Email", "iframe_url", "Sitio Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Si", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Seleccionar Empresa", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Ver", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Usuario", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", _s26_83, _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Opciones", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Enviar", _s16_144, "Recuperar contrase\xf1a", "late_fees", "Late Fees", "credit_number", "N\xfamero de Cr\xe9dito", "payment_number", "Payment Number", "late_fee_amount", "Valor Tarifa por Tardanza", _s16_145, "Porcentaje Tarifa por Tardanza", "schedule", "Programar", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Partial Payment", _s21_72, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_147, "Recordatorio sin fin", _s16_149, _s16_150, "administrator", "Administrador", _s18_78, "Permitir que administre usuarios, cambie configuraciones y modifique cualquier registro", "user_management", "Gesti\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", _s25_36, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", _s25_39, "restored_user", "Usuario restaurado con \xe9xito", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s21_153, "invoice_options", _s19_138, _s17_92, "Ocultar Valor Pagado a la Fecha", _s22_55, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Mostrar encabezado", _s16_154, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_218, "last_page", "\xdaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Color Primario", "secondary_color", _s16_337, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_219, "product_fields", _s18_198, "invoice_terms", _s23_94, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convertir", _s23_32, "Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.", _s17_94, _s17_95, "freq_daily", "Diario", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_156, "Three Years", "never", "Never", "company", "Empresa", _s17_97, _s17_220, "charge_taxes", _s16_338, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_182, _s16_157, _s18_199, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", _s16_339, "company_value", "Valor de Empresa", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Campo Proveedor", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefijo", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", _s17_199, _s17_101, _s17_102, _s16_159, "Ver en PDF", _s21_74, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_40, "Casilla de los T\xe9rminos de la Factura", _s30_9, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_33, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_22, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_41, "Firma de la Facturra", _s30_10, "Requerir que el cliente provea su firma.", _s23_34, "Firma de la Cotizaci\xf3n", _s22_57, _s32_34, _s27_38, "Permite establecer una contrase\xf1a para cada contacto. Si una contrase\xf1a es establecida, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Portal Mode", "email_signature", _s18_200, _s24_41, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_340, "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, _s16_341, "reply_to_email", "Correo de Respuesta", "reply_to_name", "Reply-To Name", "bcc_email", "Correo para Copia Oculta BCC", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos de Tarjetas Aceptadas", "credentials", "Credentials", "update_address", _s20_150, _s19_49, "Actualiza la direcci\xf3n del cliente con los detalles proporcionados", "rate", "Tasas", "tax_rate", "Tasa de Impuesto", "new_tax_rate", "Nueva Tasa de Impuesto", "edit_tax_rate", "Editar tasa de impuesto", _s16_162, "Tasa de impuesto creada con \xe9xito", _s16_163, "Tasa de impuesto actualizada con \xe9xito", _s17_104, "Tasa de impuesto archivada con \xe9xito", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Auto-rellenar productos", _s18_84, _s74_0, "update_products", "Auto-actualizar productos", _s20_69, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_165, "Convertir productos", _s21_75, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Descartar Cambios", "default_value", "Default value", "disabled", "Deshabilitado", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Tiempo 24 Horas", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, "Filtro por Proveedor", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Configuraci\xf3n del Producto", "device_settings", "Device Settings", "defaults", "Valores por Defecto", "basic_settings", _s20_151, _s17_109, _s22_130, "company_details", _s22_131, "user_details", _s19_139, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_215, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_46, _s23_40, _s26_84, _s22_58, _s20_71, _s19_55, _s22_132, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "T\xe9rminos de Servicio", "privacy_policy", "Privacy Policy", "sign_up", "Registrarse", "account_login", "Iniciar Sesi\xf3n", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "Descargar", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Documento", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Convertido", _s24_47, _s31_38, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_342, "mark_paid", "Marcar como Pagado", "category", "Category", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado con \xe9xito", "updated_vendor", "Proveedor actualizado con \xe9xito", "archived_vendor", "Proveedor archivado con \xe9xito", "deleted_vendor", "Proveedor eliminado con \xe9xito", "restored_vendor", "Proveedor recuperado con \xe9xito", _s16_181, _s41_16, "deleted_vendors", _s41_16, _s16_182, _s36_11, "new_expense", "Ingrese el Gasto", "created_expense", _s26_85, "updated_expense", _s31_39, _s16_183, _s29_75, "deleted_expense", _s27_91, _s16_184, _s29_22, _s17_115, _s31_40, _s16_185, _s29_76, _s17_116, _s37_14, "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Continuar", "task_errors", "Por favor corrija cualquier tiempo que se sobreponga con otro", "start", "Iniciar", "stop", "Detener", "started_task", "Tarea iniciada con \xe9xito", "stopped_task", "Tarea detenida con \xe9xito", "resumed_task", "Tarea reanudada con \xe9xito", "now", "Ahora", _s16_186, _s16_187, "timer", "Temporizador", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Tiempo de Inicio", "end_time", "Tiempo Final", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva Tarea", "created_task", "Tarea creada con \xe9xito", "updated_task", "Tarea actualizada con \xe9xito", "archived_task", "Tarea archivada con \xe9xito", "deleted_task", "Tarea eliminada con \xe9xito", "restored_task", "Tarea restaurada con \xe9xito", "archived_tasks", ":count tareas archivadas con \xe9xito", "deleted_tasks", ":count tareas eliminadas con \xe9xito", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", _s20_152, "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_188, "Proyecto archivado con \xe9xito", "deleted_project", _s28_87, _s16_189, "Proyecto restaurado con \xe9xito", _s17_117, "Archivados con \xe9xito :count proyectos", _s16_190, "Eliminados con \xe9xito :count proyectos", _s17_118, _s37_15, "new_project", "Nuevo Proyecto", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "haz clic aqu\xed", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s22_133, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Comparar con", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Este Mes", "last_month", "Mes Anterior", "this_year", "Este A\xf1o", "last_year", "A\xf1o Anterior", "custom", "Personalizado", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clonar como Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convert", "more", "More", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Cotizaci\xf3n", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_343, "edit_project", "Editar Proyecto", _s20_72, _s20_73, "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_193, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_344, "average_invoice", _s23_95, "outstanding", _s18_201, "invoices_sent", _s24_106, "active_clients", _s16_345, "close", "Cerrar", "email", "Correo Electr\xf3nico", "password", "Contrase\xf1a", "url", "URL", "secret", "Secret", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Sort", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, _s17_122, "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Overview", "details", "Detalles", "phone", "Tel\xe9fono", "website", "Sitio Web", "vat_number", "CIF/NIF", "id_number", "ID Number", "create", "Crear", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contactos", "additional", "Additional", "first_name", "Nombres", "last_name", "Apellidos", "add_contact", "A\xf1adir contacto", "are_you_sure", "\xbfEst\xe1s Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_63, _s16_201, "Producto archivado con \xe9xito", "deleted_product", _s30_63, _s16_202, "Producto restaurado con \xe9xito", _s17_123, ":count productos archivados con \xe9xito", _s16_203, "Eliminados con \xe9xito :count productos", _s17_124, _s37_16, "product_key", "Producto", "notes", "Notas", "cost", "Costo", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "cliente creado con \xe9xito", "updated_client", "Cliente actualizado con \xe9xito", "archived_client", "Cliente archivado con \xe9xito", _s16_204, ":count clientes archivados con \xe9xito", "deleted_client", "Cliente eliminado con \xe9xito", "deleted_clients", ":count clientes eliminados con \xe9xito", "restored_client", "Cliente restaurado con \xe9xito", _s16_205, _s36_13, "address1", "Calle", "address2", "Bloq/Pta", "city", "Ciudad", "state", "Regi\xf3n/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada con \xe9xito", "updated_invoice", "Factura actualizada con \xe9xito", _s16_206, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_207, "Factura restaurada con \xe9xito", _s17_125, ":count facturas archivados con \xe9xito", _s16_208, ":count facturas eliminadas con \xe9xito", _s17_126, _s37_17, "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_221, "invoice_date", _s16_346, "discount", "Descuento", "po_number", "N\xfamero de Orden", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frequencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Finalizaci\xf3n", "quote_number", "Numero de cotizaci\xf3n", "quote_date", "Fecha cotizaci\xf3n", "valid_until", "V\xe1lida Hasta", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descripci\xf3n", "unit_cost", "Coste unitario", "quantity", "Cantidad", "add_item", "Add Item", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Fecha de Pago", _s16_209, "Fecha de Vencimiento Parcial", "status", "Estado", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Language", "currency", "Moneda", "created_at", _s17_222, "created_on", "Created On", "updated_at", "Updated", "tax", "Impuesto", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Viewed", "approved", "Approved", "partial", _s16_324, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Hecho", _s37_18, _s37_19, "dark_mode", "Modo Oscuro", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Actividad", _s16_211, _s16_212, "clone", "Clon", "loading", "Cargando", "industry", "Industry", "size", "Size", "payment_terms", _s16_347, "payment_date", "Fecha de Pago", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal de Cliente", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Remitentes", "initial_email", "Email Inicial", "first_reminder", _s19_140, "second_reminder", _s20_153, "third_reminder", _s19_141, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Plantilla", "send", "Send", "subject", "Asunto", "body", "Mensaje", "send_email", "Enviar email", "email_receipt", "Enviar por correo electr\xf3nico el recibo de pago al cliente", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Personalizar", "history", "Historial", "payment", "pago", "payments", "Pagos", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s25_91, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_219, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_220, "Pago restaurado con \xe9xito", _s17_130, ":count pagos archivados con \xe9xito", _s16_221, ":count pagos eliminados con \xe9xito", _s17_131, _s37_20, "quote", "Cotizaci\xf3n", "quotes", "Cotizaciones", "new_quote", "Nueva cotizaci\xf3n", "created_quote", "Cotizaci\xf3n creada con \xe9xito", "updated_quote", "Cotizaci\xf3n actualizada con \xe9xito", "archived_quote", "Cotizaci\xf3n archivada con \xe9xito", "deleted_quote", "Cotizaci\xf3nes eliminadas con \xe9xito", "restored_quote", "Cotizaci\xf3n restaurada con \xe9xito", "archived_quotes", ":count cotizaciones archivadas con exito", "deleted_quotes", ":count cotizaciones eliminadas con exito", "restored_quotes", _s35_22, "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_77, "activity_2", _s32_35, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_46, "activity_6", ":user envi\xf3 por correo electr\xf3nico la factura :invoice para el cliente :client a :contact", "activity_7", ":contact vi\xf3 la factura :invoice del cliente :client", "activity_8", _s33_40, "activity_9", ":user elimin\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por el valor :payment_amount en la factura :invoice del cliente :client", "activity_11", ":user actualiz\xf3 el pago :payment", "activity_12", _s30_64, "activity_13", ":user elimin\xf3 el pago :payment", "activity_14", ":user ingres\xf3 :credit cr\xe9ditos", "activity_15", ":user actualiz\xf3 :credit cr\xe9ditos", "activity_16", ":user archiv\xf3 :credit cr\xe9ditos", "activity_17", ":user elimin\xf3 :credit cr\xe9ditos", "activity_18", ":user cre\xf3 la cotizaci\xf3n :quote", "activity_19", ":user actualiz\xf3 la cotizaci\xf3n :quote", "activity_20", ":user envi\xf3 por correo electr\xf3nico la cotizaci\xf3n :quote a :contact", "activity_21", ":contact vi\xf3 la cotizaci\xf3n :quote", "activity_22", ":user archiv\xf3 la cotizaci\xf3n :quote", "activity_23", ":user elimin\xf3 la cotizaci\xf3n :quote", "activity_24", ":user restaur\xf3 la cotizaci\xf3n :quote", "activity_25", ":user restaur\xf3 factura :invoice", "activity_26", _s33_41, "activity_27", _s31_41, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_65, "activity_31", _s33_42, "activity_32", _s33_43, "activity_33", _s34_39, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_42, "activity_36", _s31_43, "activity_37", _s32_36, "activity_39", ":usaer cancel\xf3 :payment_amount pago :payment", "activity_40", ":user reembols\xf3 :adjustment de un pago de :payment_amount :payment", "activity_41", _s41_8, "activity_42", _s25_92, "activity_43", _s30_66, "activity_44", _s28_88, "activity_45", _s28_89, "activity_46", _s29_78, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user volvi\xf3 a abrir el ticket :ticket", "activity_55", _s36_47, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, "Contrase\xf1a de una sola vez", "emailed_quote", "Cotizaci\xf3n enviada con \xe9xito", "emailed_credit", "Cr\xe9dito enviado por correo electr\xf3nico con \xe9xito", _s20_76, _s33_22, _s21_87, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_66, _s22_67, "custom_value1", _s19_130, "custom_value2", _s19_130, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numeraci\xf3n de facturaci\xf3n", _s20_77, _s20_78, _s20_79, "Numeraci\xf3n de Cotizaciones", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Asunto del correo electr\xf3nico de pago parcial", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "Tipo", "invoice_amount", _s18_202, _s16_226, _s20_154, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Cobro Autom\xe1tico", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_155, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_203, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_204, "tax_amount", "Suma de Impuestos", "tax_paid", "Impuestos pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Is Running", "time_log", "Registro de Tiempo", "bank_id", "banco", _s19_70, _s19_71, _s16_227, "Categor\xeda de Gastos", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceptar", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Configuraci\xf3n de Pago", "default", "Por defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "Agregar Pasarela", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", "Crea tu cuenta en unos segundos", "login_label", _s28_0, "add_to_invoice", "A\xf1adir a la factura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Moneda de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear Proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa por una factura de cantidad :amount ser\xeda :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente purgado correctamente", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Grande", "extra_large", "Extra Grande", _s16_17, "Mostrar Vista Preliminar de PDF", _s21_20, _s42_1, "print_pdf", "Imprimir PDF", "remind_me", "Recordarme", _s16_19, _s16_20, "click_selected", "Pinchar seleccionados", "hide_preview", "Hide Preview", "edit_record", "Editar R\xe9cord", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_21, _s30_2, "set_password", "Establecer Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Pagos de d\xe9bito preautorizados", "becs", "D\xe9bito directo BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_146, "view_statement", "Ver Estado de cuenta", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Nombre De", _s16_23, "Clonar a gasto", _s17_19, "Gasto Peri\xf3dico", _s18_17, "Gastos Peri\xf3dicos", _s21_22, "Nuevo Gasto Peri\xf3dico", _s22_27, "Editar Gasto Peri\xf3dico", _s25_2, "Gasto Peri\xf3dico creado correctamente", _s25_3, "Gasto Peri\xf3dico actualizado correctamente", _s26_4, "Gasto Peri\xf3dico archivado correctamente", _s25_4, "Gasto Peri\xf3dico borrado correctamente", _s25_5, _s38_2, _s26_5, "Gasto Peri\xf3dico restaurado correctamente", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Gu\xeda del usuario", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user cre\xf3 la factura recurrente n\xba :recurring_invoice", "activity_101", ":user actualiz\xf3 la factura recurrente n\xba :recurring_invoice", "activity_102", ":user archiv\xf3 la factura recurrente n\xba :recurring_invoice", "activity_103", ":user elimin\xf3 la factura recurrente n\xba :recurring_invoice", "activity_104", ":user restaur\xf3 la factura recurrente n\xba :recurring_invoice", _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\xdaltima Actualizaci\xf3n", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s19_142, _s17_23, "Apellido del contacto", "order", "Order", "unassigned", "Sin asignar", "partial_value", "Debe ser mayor que 0 y menos que el Total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el subdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "C\xf3digo promocional", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguridad", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscripci\xf3n", "subscriptions", "Suscripciones", _s16_41, "Nueva Subscripci\xf3n", _s17_29, "Editar Suscripci\xf3n", _s20_27, _s32_33, _s20_28, _s37_37, _s21_34, "Suscripci\xf3n archivada correctamente", _s20_29, "Subscripci\xf3n borrada correctamente", _s20_30, "Subscripci\xf3n eliminada correctamente", _s21_35, "Subscripci\xf3n restaurada correctamente", _s19_21, "Buscar 1 Subscripci\xf3n", _s20_31, "Buscar :count Subscripciones", _s26_8, "El subdominio no est\xe1 disponible", "connect_gmail", "Conectar Gmail", _s16_43, "Desconectar Gmail", "connected_gmail", "Gmail conectado correctamente", _s18_33, "Gmail desconectado correctamente", _s16_45, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_46, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_48, "Caducidad de Contrase\xf1a", _s29_5, "Contador de Factura/Cr\xe9dito Compartido", "use_last_email", "Usar \xfaltimo email", _s16_50, "Activar Compa\xf1\xeda", _s21_37, "Activar emails, facturas recurrentes y notificaciones", _s27_16, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_17, "Por favor, primero establezca una contrase\xf1a", _s34_7, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_14, "Por favor, indica un pa\xeds", "resend_invite", _s19_134, _s19_22, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_52, "Cuenta conectada correctamente", _s19_23, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor, facilita un n\xfamero de tel\xe9fono para activar la autenticaci\xf3n en dos pasos", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_34, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_31, "Desconectar Google", _s17_33, "Autenticacion en dos pasos", _s18_35, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_8, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_16, "Atenci\xf3n: Tu sesi\xf3n est\xe1 a punto de expirar", "count_hours", ":count Horas", "count_day", "1 D\xeda", "count_days", ":count D\xedas", _s19_24, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_34, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_10, "Por favor, confirma tu direcci\xf3n de email", _s16_53, "Pago Reembolsado", _s19_26, "Parcialmente sin aplicar", _s19_28, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_36, "Iniciar Multiselecci\xf3n", _s27_19, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_39, "Para usar :client_counter por favor, a\xf1ade o bien :client_number o :client_id_number para evitar conflictos", "this_quarter", "Trimestre Actual", "last_quarter", "Trimestre Anterior", "to_update_run", "Para actualizar ejecute", _s18_37, _s19_135, _s16_54, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_29, "Buscar 1 T\xe9rmino de Pago", _s20_32, "Buscar :count T\xe9rminos de Pago", _s16_56, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_58, _s18_191, _s16_60, "Cuenta convertida", _s17_38, "Balance Convertido", _s22_31, "Pagado a la fecha convertido", _s24_21, "Saldo de cr\xe9dito convertido", "converted_total", "Total convertido", "is_sent", "Enviada", _s17_40, "Documents por defecto", "document_upload", "Subir Documento", _s20_33, "Activar la subida de documentos de los clientes", "expense_total", "Gasto Total", "enter_taxes", "Introducir Impuestos", "by_rate", "Por Tarifa", "by_amount", "Por Cantidad", "enter_amount", "Introduce Cantidad", "before_taxes", "Antes de Impuestos", "after_taxes", "Despu\xe9s de Impuestos", "color", "Color", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Vaciar Columnas", _s21_41, "Modo de depuraci\xf3n activo", _s26_11, "Atenci\xf3n: s\xf3lo est\xe1 destinado para usarse en maquinas locales, puede filtrar credenciales. Pulsa para saber m\xe1s.", "running_tasks", "Tareas en Proceso", "recent_tasks", "Tareas Recientes", "recent_expenses", "Gastos Recientes", _s17_42, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_23, "Mapeo de columnas duplicado", _s20_34, "Usar Impuestos Inclusivos", _s18_39, "Es cantidad de descuento", "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_15, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_62, "No hay archivos seleccionados", "csv_file", _s23_93, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_33, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_44, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_34, 'Por favor, escribe ":value" para confirmar', "purge", "Purgar", "service", "Servicio", "clone_to", "Clonar a", "clone_to_other", "Clonar a otra", "labels", "Etiquetas", "add_custom", "A\xf1adir Personalizado", "payment_tax", "Impuesto de Pago", "unpaid", "Impagado", "white_label", "Marca Blanca", "delivery_note", "Nota para el envio", _s24_26, "Las facturas enviadas est\xe1n bloqueadas", _s24_28, "Las facturas pagadas est\xe1n bloqueadas", "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_156, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_17, "Total Factura", "actions", "Acciones", "expense_number", "N\xfamero de Gasto", "task_number", "N\xfamero de Tarea", "project_number", "N\xfamero de Proyecto", "project_name", "Nombre de Proyecto", "warning", "Advertencia", "view_settings", "Ver Configuraci\xf3n", _s24_30, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_156, "remind_invoice", "Recordar Factura", "cvv", "CVV", "client_name", _s18_192, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_46, "Tarifa de Tarea por Defecto", "clear_cache", "Borrar Cach\xe9", "sort_order", "Orden Clasificaci\xf3n", "task_status", "Estado", "task_statuses", "Estados de Tarea", "new_task_status", "Nuevo Estado de Tarea", _s16_64, "Editar Estado de Tarea", _s19_30, "Estado de tarea creado correctamente", _s19_31, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_36, "Estado de tarea archivado correctamente", _s19_32, "Estado de tarea borrado correctamente", _s19_33, "Estado de tarea eliminado correctamente", _s20_37, "Estado de tarea restaurado correctamente", _s22_35, ":value estados de tarea archivados correctamente", _s21_43, ":value estados de tarea borrados correctamente", _s22_36, ":value estados de tarea restaurados correctamente", _s18_41, "Buscar 1 Estado de Tarea", _s20_39, "Buscar :count Estados de Tarea", _s16_66, "Mostrar Tabla de Tareas", _s21_44, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_40, "Registro de Tiempo de Tarea Facturada", _s25_16, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_42, "Fecha de Tarea en Factura", _s25_17, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_45, "Empezar tareas antes de guardar", _s18_42, _s18_190, "task_settings", "Configuraci\xf3n de Tareas", _s20_44, "Configurar Categor\xedas", _s18_44, "Categor\xedas de Gasto", _s20_46, "Nueva Categor\xeda de Gasto", _s21_46, "Editar Categor\xeda de Gasto", _s24_31, "Categor\xeda de gasto creada correctamente", _s24_32, "Categor\xeda de gasto actualizada correctamente", _s25_19, "Categor\xeda de gasto archivada correctamente", _s24_33, "Categor\xeda eliminada correctamente", _s24_34, "Categor\xeda de gasto eliminada correctamente", _s25_20, "Categor\xeda de Gasto restaurada correctamente", _s27_23, ":count categor\xedas de gasto actualizados correctamente", _s26_12, ":value categor\xedas de gasto borradas correctamente", _s27_24, ":value categor\xedas de gasto restauradas correctamente", _s23_18, "Buscar 1 Categor\xeda de Gasto", _s25_22, "Buscar :count Categor\xedas de Gasto", _s21_48, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_37, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_48, "Est\xe1s usando la \xfaltima versi\xf3n, pero puede haber correcci\xf3n de errores pendientes.", "mark_paid_help", "Seguir que la factura haya sido pagada", _s18_46, _s18_193, _s23_19, "Activar que los gastos sean facturables", _s29_8, "Hacer los documentos visibles", _s21_50, "Establecer un tipo de cambio", _s16_68, "Configuraci\xf3n de Gastos", _s18_47, "Clonar a Recurrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo de Usuario", "variables", "Variables", "show_password", "Mostrar Contrase\xf1a", "hide_password", "Ocultar Contrase\xf1a", "copy_error", "Copiar Error", "capture_card", "Capturar Tarjeta", _s17_49, "Activar Auto Facturaci\xf3n", "total_taxes", "Impuestos Totales", "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_23, "Se ha parado la factura recurrente correctamente", _s25_24, "Se ha iniciado la factura recurrente correctamente", _s25_25, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_34, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_154, "paused", "Pausado", "mark_active", _s18_194, "day_count", "D\xeda :count", _s22_38, "Primer D\xeda del Mes", _s21_51, "\xdaltimo D\xeda del Mes", _s17_51, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_70, "Ciclos Pendientes", _s17_53, _s18_195, _s18_49, _s20_147, _s21_53, _s24_104, _s22_40, "Editar Factura Recurrente", _s25_26, "Factura recurrente creada correctamente", _s25_27, "Factura recurrente actualizada correctamente", _s26_13, "Factura recurrente archivada correctamente", _s25_28, "Factura recurrente borrada correctamente", _s25_29, "Factura recurrente eliminada correctamente", _s26_14, "Factura recurrente restaurada correctamente", _s27_25, ":value facturas recurrentes archivadas correctamente", _s26_15, ":value facturas recurrentes borradas correctamente", _s27_26, ":value facturas recurrentes restauradas correctamente", _s24_35, "Buscar 1 Factura Recurrente", _s25_30, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_8, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_51, "Permitir Sobrepago", _s23_20, "Permitir pagos extra para aceptar propinas", _s19_35, "Permitir Pago de Menos", _s24_36, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_4, "Fallo de Conciliaci\xf3n", _s30_5, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_55, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_72, _s16_73, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_37, "Bienvenid@ a Invoice Ninja", "always", "Siempre", "optin", "Optar en", "optout", "Optar por no", "label", "Etiqueta", "client_number", "C\xf3digo de Cliente", "auto_convert", "Auto Convertir", "company_name", "Nombre de la Empresa", "reminder1_sent", "Recordatorio 1, enviado", "reminder2_sent", "Recordatorio 2, enviado", "reminder3_sent", "Recordatorio 3, enviado", _s18_53, "\xdaltimo recordatorio enviado", "pdf_page_info", "P\xe1gina :current de :total", _s16_74, "Facturas enviadas correctamente", "emailed_quotes", "Presupuestos enviados correctamente", "emailed_credits", "Cr\xe9ditos enviados correctamente", "gateway", "Pasarela", "view_in_stripe", "Ver en Stripe", "rows_per_page", "Filas por P\xe1gina", "hours", "horas", "statement", "Estado de cuenta", "taxes", "Impuestos", "surcharge", "Recargo", "apply_payment", "Aplicar Pago", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Sin Aplicar", "select_label", "Seleccionar etiqueta", "custom_labels", _s24_88, "record_type", _s16_292, "record_name", "Nombre de Registro", "file_type", "Tipo de Archivo", "height", "Altura", "width", "Anchura", "to", "Para", "health_check", "Consultar Estado de Sistema", "payment_type_id", "Tipo de Pago", "last_login_at", "\xdaltimo Acceso el", "company_key", "Clave de empresa", "storefront", "Escaparate", "storefront_help", "Activar apps de terceros para crear facturas", "client_created", "Cliente Creado", _s20_49, "Email de Pago Online", _s20_51, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_57, "Facturas Seleccionadas", _s17_59, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_61, "Gastos Seleccionados", _s17_63, _s17_216, _s17_65, "Facturas Fuera de Plazo", "recent_payments", "Pagos recientes", "upcoming_quotes", "Pr\xf3ximos Presupuestos", "expired_quotes", "Presupuestos Expirados", "create_client", "Crear cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Presupuesto", "create_payment", "Crear Pago", "create_vendor", "Crear Proveedor", "update_quote", "Actualizar Presupuesto", "delete_quote", "Eliminar Presupuesto", "update_invoice", "Actualizar Factura", "delete_invoice", _s16_330, "update_client", "Actualizar Cliente", "delete_client", _s16_331, "delete_payment", "Eliminar Pago", "update_vendor", _s20_148, "delete_vendor", _s16_332, "create_expense", "Crear Gasto", "update_expense", "Actualizar Gasto", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Actualizar Tarea", "delete_task", "Borrar Tarea", "approve_quote", "Aprobar Presupuesto", "off", "Apagado", "when_paid", "Al Pagar", "expires_on", "Expira el", "free", "Gratuito", "plan", "Plan", "show_sidebar", _s21_147, "hide_sidebar", _s21_133, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_67, "La tarea cron debe ser activada", "api_webhooks", "API Webhooks", "search_webhooks", "Buscar :count Webhooks", "search_webhook", "Buscar 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nuevo Webhook", "edit_webhook", "Editar Webhook", "created_webhook", "Webhook creado correctamente", "updated_webhook", "Webhook actualizado correctamente", _s16_76, "Webhook archivado correctamente", "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_77, "Webhook restaurado correctamente", _s17_68, ":value webhooks archivados correctamente", _s16_78, ":value webhooks borrados correctamente", _s16_79, ":value webhooks eliminados correctamente", _s17_69, ":value webhooks restaurados correctamente", "api_tokens", "API Tokens", "api_docs", "Documentaci\xf3n de API", "search_tokens", "Buscar :count Tokens", "search_token", "Buscar 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "Nuevo Token", "edit_token", "Editar Token", "created_token", "Token creado correctamente", "updated_token", "Token actualizado correctamente", "archived_token", "Token archivado correctamente", "deleted_token", _s29_79, "removed_token", _s29_79, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_37, _s19_136, _s24_39, "Permitir a los clientes auto-registrarse en el portal", _s21_55, "Personalizar y Previsualizar", "email_invoice", "Enviar Factura por EMail", "email_quote", "Enviar Presupuesto", "email_credit", "Enviar Cr\xe9dito", "email_payment", "Pago por correo electr\xf3nico", _s20_54, "El cliente no tiene establecida una direcci\xf3n de email", "ledger", "Libro Mayor", "view_pdf", "Ver PDF", "all_records", "Todos los registros", "owned_by_user", "Propiedad del usuario", _s16_80, _s16_296, "contact_name", _s19_142, "use_default", "Usar por defecto", _s16_82, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_22, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_83, "Nuevo T\xe9rmino de Pago", _s17_71, _s26_82, _s20_55, "T\xe9rminos de pago creados correctamente", _s20_56, "T\xe9rminos de pago actualizados correctamente", _s21_56, "T\xe9rminos de pago archivados correctamente", _s20_57, "T\xe9rmino de pago borrado correctamente", _s20_58, "T\xe9rmino de pago eliminado correctamente", _s21_57, "T\xe9rmino de pago restaurado correctamente", _s22_45, ":value t\xe9rminos de pago archivados correctamente", _s21_58, ":value t\xe9minos de pago borrados correctamente", _s22_46, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_24, "\xbfCambiar al formato de m\xf3vil?", _s24_40, "\xbfCambiar al formato de escritorio?", "send_from_gmail", "Enviar desde Gmail", "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_137, "quote_amount", "Total de Presupuesto", "hosted", "Hospedado", "selfhosted", "Hospedaje Propio", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Men\xfa", "show_menu", "Mostrar Men\xfa", _s18_55, "Parcialmente Reintegrada", _s16_85, "Buscar Documentos", "search_designs", "Buscar Dise\xf1os", "search_invoices", "Buscar Facturas", "search_clients", "Buscar Clientes", "search_products", "Buscar Productos", "search_quotes", "Buscar Presupuestos", "search_credits", "Buscar Cr\xe9ditos", "search_vendors", "Buscar Proveedores", "search_users", "Buscar Usuarios", _s16_86, "Buscar Tipos de Impuesto", "search_tasks", "Buscar Tareas", "search_settings", "Buscar Opciones", "search_projects", "Buscar Proyectos", "search_expenses", "Buscar Gastos", "search_payments", "Buscar Pagos", "search_groups", "Buscar Grupos", "search_company", "Buscar Compa\xf1\xeda", "search_document", "Buscar 1 Documento", "search_design", "Buscar 1 Dise\xf1o", "search_invoice", "Buscar 1 Factura", "search_client", "Buscar 1 Cliente", "search_product", "Buscar 1 Producto", "search_quote", "Buscar 1 Presupuesto", "search_credit", "Buscar 1 Cr\xe9dito", "search_vendor", _s18_196, "search_user", "Buscar 1 Usuario", "search_tax_rate", "Buscar 1 Tipo de Impuesto", "search_task", "Buscar 1 Tarea", "search_project", "Buscar 1 Proyecto", "search_expense", "Buscar 1 Gasto", "search_payment", "Buscar 1 Pago", "search_group", "Buscar 1 Grupo", "refund_payment", "Reembolsar Pago", _s17_75, "Factura cancelada correctamente", _s18_57, "Facturas canceladas correctamente", _s16_92, "Factura revertida correctamente", _s17_76, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_77, "Ciudad / Provincia / C.Postal", _s17_79, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_96, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados correctamente", _s18_58, "Advertencia: Esto borrar\xe1 definitivamente sus datos, no hay deshacer.", "invoice_balance", "Balance de Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado correctamente", "client_details", "Detalles de Cliente", "company_address", "Direcci\xf3n de Compa\xf1\xeda", "invoice_details", "Detalles de Factura", "quote_details", "Detalles del Presupuesto", "credit_details", "Detalles de Cr\xe9dito", "product_columns", "Columnas de Producto", "task_columns", "Columnas de Tarea", "add_field", "A\xf1adir Campo", "all_events", _s17_217, "permissions", "Permisos", "none", "Ninguno", "owned", "Propietario", "payment_success", "Pago realizado con \xe9xito", "payment_failure", "Fallo de Pago", "invoice_sent", "Factura :count enviada", "quote_sent", "Prespuesto Enviado", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Presupuesto Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Presupuesto Aprobado", _s25_32, "Recibir Todas las Notificaciones", _s16_94, _s16_333, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_48, "Advertencia: esto eliminar\xe1 definitivamente su empresa, no hay deshacer.", "enabled_modules", "Modulos Activados", "converted_quote", "Presupuesto convertido correctamente", "credit_design", "Dise\xf1o de Cr\xe9dito", "includes", "Incluye", "header", "Cabecera", "load_design", "Cargar dise\xf1o", "css_framework", "CSS Framework", "custom_designs", _s22_129, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado correctamente", "updated_design", "Dise\xf1o actualizado correctamente", "archived_design", "Dise\xf1o archivado correctamente", "deleted_design", "Dise\xf1o borrado correctamente", "removed_design", "Dise\xf1o eliminado correctamente", "restored_design", "Dise\xf1o restaurado correctamente", _s16_96, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_97, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Presupuestos Recurrentes", "recurring_tasks", _s18_197, _s18_59, "Administraci\xf3n de la Cuenta", "credit_date", _s16_334, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Introducir el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado correctamente", "updated_credit", "Cr\xe9dito actualizado correctamente", "archived_credit", "Cr\xe9dito archivado correctamente", "deleted_credit", "Cr\xe9ditos eliminados correctamente", "removed_credit", "Cr\xe9dito eliminado correctamente", "restored_credit", "Cr\xe9dito restaurado correctamente", _s16_100, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_101, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_102, _s24_105, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_81, _s17_82, "credit_footer", "Pie de P\xe1gina de Cr\xe9dito", "credit_terms", "T\xe9rminos de Cr\xe9dito", "new_company", "Nueva Compa\xf1\xeda", "added_company", "Compa\xf1\xeda a\xf1adida correctamente", "company1", "Compa\xf1\xeda Personalizada 1", "company2", "Compa\xf1\xeda Personalizada 2", "company3", "Compa\xf1\xeda Personalizada 3", "company4", "Compa\xf1\xeda Personalizada 4", "product1", "Producto Personalizado 1", "product2", "Producto Personalizado 2", "product3", "Producto Personalizado 3", "product4", "Producto Personalizado 4", "client1", _s23_88, "client2", _s23_89, "client3", _s23_90, "client4", _s23_91, "contact1", _s24_100, "contact2", _s24_101, "contact3", _s24_102, "contact4", _s24_103, "task1", "Tarea Personalizada 1", "task2", "Tarea Personalizada 2", "task3", "Tarea Personalizada 3", "task4", "Tarea Personalizada 4", "project1", "Proyecto Personalizado 1", "project2", "Proyecto Personalizado 2", "project3", "Proyecto Personalizado 3", "project4", "Proyecto Personalizado 4", "expense1", "Gasto Personalizado 1", "expense2", "Gasto Personalizado 2", "expense3", "Gasto Personalizado 3", "expense4", "Gasto Personalizado 4", "vendor1", "Proveedor Personalizado 1", "vendor2", "Proveedor Personalizado 2", "vendor3", "Proveedor Personalizado 3", "vendor4", "Proveedor Personalizado 4", "invoice1", "Factura Personalizada 1", "invoice2", "Factura Personalizada 2", "invoice3", "Factura Personalizada 3", "invoice4", "Factura Personalizada 4", "payment1", "Pago Personalizado 1", "payment2", "Pago Personalizado 2", "payment3", "Pago Personalizado 3", "payment4", "Pago Personalizado 4", "surcharge1", _s23_97, "surcharge2", _s23_98, "surcharge3", _s23_99, "surcharge4", _s23_100, "group1", _s21_148, "group2", _s21_149, "group3", _s21_150, "group4", _s21_151, "reset", "Restaurar", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Recuento", "totals", "Totales", "blank", "Vacio", "day", "D\xeda", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgrupo", "is_active", "Activo", "group_by", "Agrupar por", "credit_balance", _s16_335, _s18_65, "\xdaltimo Acceso de Contacto", _s17_83, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_59, _s24_100, _s21_60, _s24_101, _s21_61, _s24_102, _s21_62, _s24_103, _s17_85, "Calle de Envio", _s17_86, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_59, "Cod. Postal de Envio", _s16_132, "Pais de Envio", _s16_134, "Calle de Facturacion", _s16_135, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_40, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_336, "assigned_to_id", "Asignado a Id", "created_by_id", "Creado por Id", "add_column", "A\xf1adir Columna", "edit_columns", "Editar Columnas", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_149, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_136, "Presupuesto No Aprobado", "help", "Ayuda", "refund", "Reembolo", "refund_date", "Fecha de Reembolso", "filtered_by", "Filtrado por", "contact_email", "Email del Contacto", "multiselect", "Multiselecci\xf3n", "entity_state", "Estado", "verify_password", "Verificar Contrase\xf1a", "applied", "Aplicado", _s21_63, "Incluir errores recientes de los registros", _s30_8, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_61, "Mostrar Detalles de Producto", _s25_34, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_63, "El renderizador de PDF requiere :version", _s18_68, "Ajustar Porcentaje de Tarifa", _s23_26, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_70, "Configurar Opciones", "support_forum", "Foro de soporte", "about", "Acerca de", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1cte con Nosotros", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Correo electr\xf3nico de cr\xe9dito", "iframe_url", "Website", "domain_url", "URL del Dominio", _s21_64, "La contrase\xf1a es demasiado corta", _s20_64, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_42, "Tareas del Portal Cliente", _s23_27, "Escritorio del Portal Cliente", _s20_65, "Por favor, introduzca un valor", "deleted_logo", "Logo borrado correctamente", "yes", "S\xed", "no", "No", "generate_number", "Generar N\xfamero", "when_saved", "Al Guardar", "when_sent", "Al Enviar", "select_company", "Seleccionar Compa\xf1\xeda", "float", "Flotante", "collapse", "Ocultar", "show_or_hide", "Mostrar/Ocultar", "menu_sidebar", "Men\xfa en Barra Lateral", "history_sidebar", "Hist\xf3rico en Barra Lateral", "tablet", "Tableta", "mobile", "M\xf3vil", "desktop", "Escritorio", "layout", "Dise\xf1o", "view", "Ver", "module", "Modulo", "first_custom", "Primera Personalizaci\xf3n", "second_custom", "Segunda Personalizaci\xf3n", "third_custom", _s23_96, "show_cost", "Mostrar Coste", _s17_88, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_65, "Mostrar Cantidad de Productos", _s26_23, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_67, "Mostrar Cantidad de Factura", _s26_24, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_69, "Mostrar Descuento de Producto", _s26_25, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_138, "Cantidad por Defecto", _s21_71, "Poner la cantidad de art\xedculos autom\xe1ticamente a uno", "one_tax_rate", "Un Tipo de Impuesto", "two_tax_rates", "Dos Tipos de Impuesto", "three_tax_rates", "Tres Tipos de Impuesto", _s16_140, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", "Impuestos Inclusivos", _s17_90, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_72, "Por favor seleccione un cliente", "configure_rates", "Configurar tipos", _s18_73, "Configurar Pasarelas", "tax_settings", _s26_83, _s18_75, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_44, "Lista separada por comas", "options", "Opciones", _s16_142, "Texto de una sola l\xednea", "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_37, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_144, "Recuperar Contrase\xf1a", "late_fees", "Cargos por pagos atrasados", "credit_number", "C\xf3digo de Cr\xe9dito", "payment_number", "N\xba de Pago", "late_fee_amount", "Cargo por pago atrasado", _s16_145, "Porcentaje por pago atrasado", "schedule", "Programar", "before_due_date", "Antes de la fecha de vencimiento", "after_due_date", "Despu\xe9s de la fecha de vencimiento", _s18_77, "Despu\xe9s de la fecha de la factura", "days", "D\xedas", "invoice_email", "Email de Facturas", "payment_email", "Email de Pagos", "partial_payment", "Pago Parcial", "payment_partial", "Pago Parcial", _s21_72, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_147, "Recordatorio Sin F\xedn", _s16_149, "Filtrado por usuario", "administrator", "Administrador", _s18_78, "Permitir que administre usuarios, cambie configuraci\xf3n y modifique cualquier registro", "user_management", "Administraci\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", "Usuario creado con \xe9xito", "updated_user", "Usario actualizado correctamente", "archived_user", "Usuario archivado correctamente", "deleted_user", "Usario eliminado correctamente", "removed_user", "Usuario eliminado correctamente", "restored_user", "Usuario restaurado correctamente", "archived_users", ":value usuarios archivados correctamente", "deleted_users", ":value usuarios borrados correctamente", "removed_users", ":value usuarios eliminados correctamente", "restored_users", ":value usuarios restaurados correctamente", _s16_151, _s21_153, "invoice_options", _s19_138, _s17_92, "Ocultar el valor Pagado a la Fecha", _s22_55, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_29, "Documentos anexados", _s28_21, "Incluye imagenes adjuntas en la factura", _s16_153, "Mostrar Cabecera en", _s16_154, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_218, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", "Fuente secundaria", "primary_color", "Color Primario", "secondary_color", _s16_337, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_219, "product_fields", _s18_198, "invoice_terms", _s23_94, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del Presupuesto", _s18_79, "Auto Email", _s23_30, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s18_80, "Auto Archivar", _s23_31, "Autom\xe1ticamente archivar presupuestos cuando sean convertidos.", _s18_81, "Auto Convertir", _s23_32, "Convertir un Presupuesto en Factura autom\xe1ticamente cuando lo apruebe el cliente.", _s17_94, "Configuraci\xf3n de Flujos", "freq_daily", "Diariamente", "freq_weekly", "Semanal", "freq_two_weeks", "Dos semanas", "freq_four_weeks", "Cuatro semanas", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_156, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_97, _s17_220, "charge_taxes", _s16_338, "next_reset", "Proximo Reinicio", "reset_counter", _s18_182, _s16_157, _s18_199, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", "Campo de recargo", "company_field", _s16_339, "company_value", "Valor de compa\xf1\xeda", "credit_field", "Campo de cr\xe9dito", "invoice_field", "Campo de Factura", _s17_99, "Recargo de Factura", "client_field", "Campo de Cliente", "product_field", "Campo de Producto", "payment_field", "Campo de pago", "contact_field", "Campo de Contacto", "vendor_field", "Campo de Proveedor", "expense_field", "Campo de Gasto", "project_field", "Campo de Proyecto", "task_field", "Campo de Tarea", "group_field", "Campo de grupo", "number_counter", "Contador de n\xfameros", "prefix", "Prefijo", "number_pattern", "Patr\xf3n num\xe9rico", "messages", "Mensajes", "custom_css", "CSS personalizado", _s17_101, _s24_94, _s16_159, "Mostrar en PDF", _s21_74, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_40, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_9, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_33, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_22, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_41, "Firma de la factura", _s30_10, "Requerir que el cliente proporcione su firma.", _s23_34, "Firma del presupuesto.", _s22_57, _s32_34, _s27_38, "Habilite para seleccionar una contrase\xf1a para cada contacto. Si una contrase\xf1a esta especificada, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Modo portal", "email_signature", _s18_200, _s24_41, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_340, "attach_pdf", "Adjuntar PDF", _s16_160, "Adjuntar Documentos", "attach_ubl", "Adjuntar UBL", "email_style", "Estilo de correo electr\xf3nico", _s19_46, _s16_341, "reply_to_email", "Direccion Email de Respuesta", "reply_to_name", "Nombre de Responder a", "bcc_email", "BCC Email", "processed", "Procesado", "credit_card", "Tarjeta de Cr\xe9dito", "bank_transfer", "Transferencia bancaria", "priority", "Prioridad", "fee_amount", "Importe de la cuota", "fee_percent", "Porcentaje de tarifa", "fee_cap", "L\xedmite de tarifa", "limits_and_fees", "L\xedmites/Tarifas", "enable_min", "Activar M\xednimo", "enable_max", "Activar M\xe1ximo", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "M\xednimo", "max", "M\xe1ximo", _s19_47, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_150, _s19_49, "Actualizar la direccion del cliente con los datos provistos", "rate", "Precio", "tax_rate", "Impuesto", "new_tax_rate", "Nuevo Impuesto", "edit_tax_rate", "Editar impuesto", _s16_162, "Impuesto creado correctamente", _s16_163, "Impuesto actualizado correctamente", _s17_104, "Impuesto archivado correctamente", _s16_164, "Impuesto borrado correctamente", _s17_105, "Impuesto restaurado correctamente", _s18_82, ":value tipos impositivos archivados correctamente", _s17_106, ":value tipos impositivos borrados correctamente", _s18_83, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_84, _s74_0, "update_products", "Auto-actualizar Productos", _s20_69, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_165, "Convertir Productos", _s21_75, "Convertir autom\xe1ticamente los precios de los productos a la divisa del cliente", "fees", "Cargos", "limits", "Limites", "provider", "Proveedor", "company_gateway", "Pasarela de pago", _s16_167, "Pasarelas de pago", _s19_50, "Nueva pasarela", _s20_70, "Editar pasarela", _s23_35, "Pasarela creada correctamente", _s23_36, "Pasarela actualizada correctamente", _s24_42, "Pasarela archivada correctamente", _s23_37, "Pasarela borrada correctamente", _s24_43, "Pasarela restaurada correctamente", _s25_43, ":value pasarelas archivadas correctamente", _s24_44, ":value pasarelas borradas correctamente", _s25_44, ":value pasarelas restauradas correctamente", _s16_169, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", "Valor por defecto", "disabled", "Deshabilitado", "currency_format", "Formato de moneda", _s21_76, "Primer d\xeda de la semana", _s23_38, "Primer mes del a\xf1o", "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de fecha", "datetime_format", "Formato de fecha y hora", "military_time", "24 Horas", _s18_85, "Formato de 24 Horas", "send_reminders", "Enviar recordatorios", "timezone", "Zona horaria", _s19_51, "Fitlrado por Proyecto", _s17_107, _s18_186, _s19_53, "Filtrado por Factura", _s18_86, _s20_139, _s18_88, "Filtrado por proveedor", "group_settings", "Opciones de Grupo", "group", "Grupo", "groups", "Grupos", "new_group", "Nuevo grupo", "edit_group", "Editar grupo", "created_group", "Grupo creado correctamente", "updated_group", "Grupo actualizado correctamente", "archived_groups", ":value grupos archivados correctamente", "deleted_groups", ":value grupos borrados correctamente", "restored_groups", ":value grupos restaurados correctamente", "archived_group", "Grupo archivado correctamente", "deleted_group", "Grupo borrado correctamente", "restored_group", "Grupo restaurado correctamente", "upload_logo", "Subir Logo", "uploaded_logo", "Logo subido", "logo", "Logo", "saved_settings", "Ajustes guardados", _s16_171, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_151, _s17_109, _s22_130, "company_details", _s22_131, "user_details", _s19_139, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_215, "custom_fields", _s21_141, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_46, _s23_40, _s26_84, _s22_58, "Tarjetas de Cr\xe9dito y Bancos", _s19_55, _s22_132, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_42, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_57, "Suscripci\xf3n anual", "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_45, "Introduce tu nombre", _s24_45, "Introduce tu apellido", _s33_21, "Por favor, acepta los t\xe9rminos de servicio y la pol\xedtica de privacidad para crear una cuenta", "i_agree_to_the", "Estoy de acuerdo con", _s16_173, "T\xe9rminos de servicio", "privacy_policy", "Pol\xedtica de Privacidad", "sign_up", "Registrarse", "account_login", "Inicio de Sesi\xf3n con su Cuenta", "view_website", "Ver Sitio Web", "create_account", "Crear Cuenta", "email_login", "Iniciar sesi\xf3n con correo electr\xf3nico", "create_new", "Crear Nuevo", _s18_90, "No se han seleccionado registros", _s21_79, "Guarda o cancela tus cambios", "download", "Descargar", _s27_43, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_file", "Subir archivo", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", "Editar documento", _s17_111, "Documento subido satisfactoriamente", _s16_175, "Documento actualizado satisfactoriamente", _s17_112, "Documento archivado satisfactoriamente", _s16_176, "Documento borrado satisfactoriamente", _s17_113, "Documento restaurado satisfactoriamente", _s18_92, ":value documentos archivados correctamente", _s17_114, ":value documentos borrados correctamente", _s18_93, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_177, "Registrado", _s16_178, "Pendiente", _s16_179, "Facturado", "converted", "Modificada", _s24_47, _s31_38, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_342, "mark_paid", "Marcar como pagado", "category", "Categor\xeda", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado correctamente", "updated_vendor", "Proveedor actualizado correctamente", "archived_vendor", "Proveedor archivado correctamente", "deleted_vendor", "Proveedor eliminado correctamente", "restored_vendor", "Proveedor restaurado correctamente", _s16_181, _s45_10, "deleted_vendors", _s45_10, _s16_182, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_85, "updated_expense", _s31_39, _s16_183, _s29_75, "deleted_expense", _s27_91, _s16_184, "Gasto restaurado correctamente", _s17_115, _s31_40, _s16_185, _s29_76, _s17_116, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_80, "Fallo al buscar registro", "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Reanudar", "task_errors", "Por favor corrija cualquier tiempo que se solape con otro", "start", "Iniciar", "stop", "Parar", "started_task", "Tarea empezada correctamente", "stopped_task", "Tarea parada correctamente", "resumed_task", "La tarea se reanud\xf3 correctamente", "now", "Ahora", _s16_186, "Tareas programadas", "timer", "Temporizador", "manual", "Manual", "budgeted", "Presupuestado", "start_time", "Hora de Inicio", "end_time", "Hora de Fin", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva tarea", "created_task", "Tarea creada correctamente", "updated_task", "Tarea actualizada correctamente", "archived_task", "Tarea archivada correctamente", "deleted_task", "Tarea borrada correctamente", "restored_task", "Tarea restaurada correctamente", "archived_tasks", ":count tareas archivadas correctamente", "deleted_tasks", ":count tareas borradas correctamente", "restored_tasks", ":value tareas restauradas correctamente", _s19_59, "Por favor introduce un nombre", "budgeted_hours", _s20_152, "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_188, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_189, "Proyecto restaurado correctamente", _s17_117, ":count proyectos archivados correctamente", _s16_190, ":count proyecto eliminados correctamente", _s17_118, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_47, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_94, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_15, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_61, "Por favor, autenticarse", _s24_49, "Autenticaci\xf3n biom\xe9trica", "footer", "Pie", "compare", "Comparar", "hosted_login", "Acceso alojado", "selfhost_login", "Acceso auto alojado", "google_sign_in", "Ingresar con Google", "today", "Hoy", "custom_range", "Rango personalizado", "date_range", "Rango de fechas", "current", "Actual", "previous", "Previo", "current_period", "Periodo Actual", _s17_119, _s22_133, "previous_period", "Periodo Anterior", "previous_year", "A\xf1o Anterior", "compare_to", "Comparar con", "last7_days", "\xdaltimos 7 d\xedas", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 d\xedas", "this_month", "Este Mes", "last_month", "\xdaltimo Mes", "this_year", "Este A\xf1o", "last_year", "\xdaltimo A\xf1o", "custom", "Personalizado", _s16_191, "Clonar a Factura", "clone_to_quote", "Clonar a Presupuesto", "clone_to_credit", "Clonar a Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convertir", "more", "M\xe1s", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Presupuesto", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_343, "edit_project", "Editar Proyecto", _s20_72, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_193, "Direccion de Envio", "total_revenue", _s16_344, "average_invoice", _s23_95, "outstanding", _s18_201, "invoices_sent", _s24_106, "active_clients", _s16_345, "close", "Cerrar", "email", "Email", "password", "Contrase\xf1a", "url", "URL", "secret", "Secreto", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Orden", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, "Actualizaci\xf3n Completa", _s23_41, "Por favor introduce tu email", _s26_34, "Por favor introduce tu contrase\xf1a", _s21_83, "Por favor introduce tu URL", _s26_36, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ha ocurrido un error", "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Resumen", "details", "Detalles", "phone", "Tel\xe9fono", "website", "P\xe1gina Web", "vat_number", "NIF/CIF", "id_number", "N\xba de identificaci\xf3n", "create", "Crear", _s19_63, ":value copiado al portapapeles", "error", "Error", _s16_197, "No se puede abrir", "contacts", "Contactos", "additional", "Adicional", "first_name", "Nombre", "last_name", "Apellidos", "add_contact", "A\xf1adir Contacto", "are_you_sure", "\xbfEst\xe1 Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Borrar", _s16_199, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_201, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_202, "Producto restaurado correctamente", _s17_123, ":count productos archivados correctamente", _s16_203, ":count productos eliminados correctamente", _s17_124, ":value productos restaurados correctamente", "product_key", "Producto", "notes", "Notas", "cost", "Coste", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "Cliente creado correctamente", "updated_client", "Cliente actualizado correctamente", "archived_client", "Cliente archivado correctamente", _s16_204, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_205, ":value clientes restaurados correctamente", "address1", "Calle", "address2", "Apto./Ofc.", "city", "Ciudad", "state", "Estado/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pais", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada correctamente", "updated_invoice", "Factura actualizada correctamente", _s16_206, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_207, "Factura restaurada correctamente", _s17_125, ":count facturas archivadas correctamente", _s16_208, ":count facturas eliminadas correctamente", _s17_126, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_221, "invoice_date", _s16_346, "discount", "Descuento", "po_number", "N\xfamero de Pedido", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frecuencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Fin", "quote_number", "N\xfamero de Presupuesto", "quote_date", "Fecha Presupuesto", "valid_until", "V\xe1lido hasta", "items", "Art\xedculos", "partial_deposit", _s16_324, "description", "Descripci\xf3n", "unit_cost", "Precio Unitario", "quantity", "Cantidad", "add_item", "A\xf1adir Art\xedculo", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Cantidad Total", "pdf", "PDF", "due_date", "Vencimiento", _s16_209, "Fecha de vencimiento parcial", "status", "Estado", _s17_127, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_59, "Pulsa + para a\xf1adir un art\xedculo", _s22_61, "Pulsa + para a\xf1adir tiempo", "count_selected", ":count seleccionado", "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_74, "Por favor selecciona una fecha", _s22_62, "Por favor selecciona un cliente", _s24_51, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_222, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_17, "Por favor introduce un n\xfamero de factura", _s27_51, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_324, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_64, _s42_25, _s22_65, _s42_25, _s23_43, _s45_11, _s23_44, _s45_11, "done", "Hecho", _s37_18, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_53, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_211, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_347, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_213, "Pendiente", _s16_214, "Anulado", _s16_215, "Fallido", _s16_216, "Completado", _s16_217, _s24_91, _s16_218, "Reembolsado", _s17_128, "Sin Aplicar", _s17_129, "Sin aplicar parcialmente", "net", "Neto", "client_portal", "Portal Cliente", "show_tasks", "Mostrar tareas", "email_reminders", "Emails Recordatorios", "enabled", "Habilitado", "recipients", "Destinatarios", "initial_email", "Email Inicial", "first_reminder", _s19_140, "second_reminder", _s20_153, "third_reminder", _s19_141, "reminder1", _s19_140, "reminder2", _s20_153, "reminder3", _s19_141, "template", "Plantilla", "send", "Enviar", "subject", "Asunto", "body", "Cuerpo", "send_email", "Enviar Email", "email_receipt", "Enviar Recibo de Pago al cliente", "auto_billing", "Auto facturaci\xf3n", "button", "Bot\xf3n", "preview", "Vista Previa", "customize", "Personalizar", "history", "Historial", "payment", "Pago", "payments", "Pagos", "refunded", "Reembolsado", "payment_type", "Tipo de Pago", _s21_85, _s25_91, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_219, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_220, "Pago restaurado correctamente", _s17_130, ":count pagos archivados correctamente", _s16_221, ":count pagos eliminados correctamente", _s17_131, ":value pagos restaurados correctamente", "quote", "Presupuesto", "quotes", "Presupuestos", "new_quote", "Nuevo Presupuesto", "created_quote", "Presupuesto creado correctamente", "updated_quote", "Presupuesto actualizado correctamente", "archived_quote", "Presupuesto archivado correctamente", "deleted_quote", "Presupuesto eliminado correctamente", "restored_quote", "Presupuesto restaurada correctamente", "archived_quotes", ":count Presupuestos archivados correctamente", "deleted_quotes", ":count Presupuestos eliminados correctamente", "restored_quotes", ":value presupuestos restaurados correctamente", "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Tarea", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_77, "activity_2", _s32_35, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_40, "activity_5", _s35_46, "activity_6", ":user ha enviado por mail la factura :invoice de :client a :contact", "activity_7", ":contact ha visto la factura :invoice: de :client", "activity_8", _s33_40, "activity_9", ":user borr\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por importe de :payment_amount en la factura N\xba :invoice de :client", "activity_11", ":user actualiz\xf3 el Pago :payment", "activity_12", _s30_64, "activity_13", ":user borr\xf3 el pago :payment", "activity_14", ":user introdujo :credit cr\xe9dito", "activity_15", ":user actualiz\xf3 :credit cr\xe9dito", "activity_16", ":user archiv\xf3 :credit cr\xe9dito", "activity_17", ":user deleted :credit cr\xe9dito", "activity_18", _s33_44, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_40, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_44, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_41, "activity_27", _s31_41, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_65, "activity_31", _s33_42, "activity_32", _s33_43, "activity_33", _s34_39, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_42, "activity_36", _s31_43, "activity_37", _s32_36, "activity_39", ":user cancelo :payment_amount del pago :payment", "activity_40", ":user reembols\xf3 :adjustment de :payment_amount del pago :payment", "activity_41", "Fallo el pago de :payment_amount para (:payment)", "activity_42", _s25_92, "activity_43", _s30_66, "activity_44", _s28_88, "activity_45", _s28_89, "activity_46", _s29_78, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", ":user usuario creado :user", "activity_49", ":user usuario actualizado :user", "activity_50", ":user usuario archivado :user", "activity_51", ":user usuario borrado :user", "activity_52", ":user usuario restaurado :user", "activity_53", ":user marcado enviado :invoice", "activity_54", ":user reabri\xf3 el ticket :ticket", "activity_55", _s36_47, "activity_56", ":user vio el ticket :ticket", "activity_57", "El sistema fall\xf3 al enviar la factura :invoice", "activity_58", ":user revirti\xf3 la factura :invoice", "activity_59", ":user cancel\xf3 la factura :invoice", "activity_60", _s34_40, "activity_61", ":user actualiz\xf3 el cliente :cliente", "activity_62", ":user actualiz\xf3 el proveedor :vendor", "activity_63", ":user envi\xf3 por email el primer recordatorio de la factura :invoice a :contact", "activity_64", ":user envi\xf3 por email el segundo recordatorio de la factura :invoice a :contact", "activity_65", ":user envi\xf3 por email el tercer recordatorio de la factura :invoice a :contact", "activity_66", ":user envi\xf3 por email el recordatorio sin f\xedn de la factura :invoice a :contact", "activity_80", ":user cre\xf3 la suscripci\xf3n :subscription", "activity_81", ":user actualiz\xf3 la suscripci\xf3n :subscription", "activity_82", ":user archiv\xf3 la suscripci\xf3n :subscription", "activity_83", ":user elimin\xf3 la suscripci\xf3n :subscription", "activity_84", ":user restaur\xf3 la suscripci\xf3n :subscription", _s17_132, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_76, "Presupuesto marcado como enviado correctamente", _s21_87, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_66, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s19_130, "custom_value2", _s19_130, "custom_value3", _s21_144, "custom_value4", _s21_145, _s18_95, "Estilo de Email Personalizado", _s24_56, "Mensaje de Escritorio Personalizado", _s29_37, "Mensaje de Factura Impagada Personalizada", _s27_58, "Mensaje de Factura Pagada Personalizada", _s31_18, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_64, "Patr\xf3n del N\xfamero de Tarea", _s19_66, "Contador del N\xfamero de Tarea", _s22_68, "Patr\xf3n del N\xfamero de Gasto", _s22_70, "Contador del N\xfamero de Gasto", _s21_88, "Patr\xf3n del N\xfamero de Proveedor", _s21_90, "Contador del N\xfamero de Proveedor", _s21_92, "Patr\xf3n del N\xfamero de Ticket", _s21_94, "Contador del N\xfamero de Ticket", _s22_72, "Patr\xf3n del N\xfamero de Pago", _s22_74, "Contador del N\xfamero de Pago", _s22_76, "Patr\xf3n del N\xfamero de Factura", _s22_78, "Contador del N\xfamero de Factura", _s20_77, "Patr\xf3n del N\xfamero de Presupuesto", _s20_79, "Contador del N\xfamero de Presupuesto", _s21_96, _s28_90, _s21_98, _s30_67, _s21_100, _s28_90, _s21_101, _s30_67, _s18_97, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_57, "Compartir la numeraci\xf3n para presupuesto y factura", _s18_99, "Nombre de Impuesto por Defecto 1", _s18_101, "Tasa de Impuesto por Defecto 1", _s18_103, "Nombre de Impuesto por Defecto 2", _s18_105, "Tasa de Impuesto por Defecto 2", _s18_107, "Nombre de Impuesto por Defecto 3", _s18_109, "Tasa de Impuesto por Defecto 3", _s21_102, "Asunto de Email de Factura", _s19_68, "Asunto de Email de Presupuesto", _s21_104, "Asunto de Email de Pago", _s29_39, "Asunto de Email de Pago Parcial", "show_table", "Mostrar Tabla", "show_list", "Mostrar Lista", "client_city", "Ciudad del Cliente", "client_state", "Provincia del Cliente", "client_country", "Pa\xeds del Cliente", _s16_222, "El Cliente est\xe1 Activo", "client_balance", "Balance del Cliente", "client_address1", "Calle del Cliente", "client_address2", "Bloq/Pta del Cliente", "vendor_address1", "Calle de Proveedor", "vendor_address2", "Bloq/Pta del Proveedor", _s24_58, "Calle de Env\xedo del Cliente", _s24_59, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_202, _s16_226, "Fecha L\xedmite de Pago", "tax_rate1", "Impuesto 1", "tax_rate2", "Impuesto 2", "tax_rate3", "Impuesto 3", "auto_bill", "Facturaci\xf3n Autom\xe1tica", "archived_at", "Archivado el", "has_expenses", "Tiene Gastos", "custom_taxes1", "Impuestos Personalizados 1", "custom_taxes2", "Impuestos Personalizados 2", "custom_taxes3", "Impuestos Personalizados 3", "custom_taxes4", "Impuestos Personalizados 4", _s17_134, _s23_97, _s17_135, _s23_98, _s17_136, _s23_99, _s17_137, _s23_100, "is_deleted", "Borrado", "vendor_city", _s20_155, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_203, "is_approved", "Aprobada", "tax_name", _s18_204, "tax_amount", "Total Impuestos", "tax_paid", "Impuestos Pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Corriendo", "time_log", "Registro Temporal", "bank_id", "Banco", _s19_70, "ID de la Categor\xeda de Gasto", _s16_227, "Categor\xeda del Gasto", _s19_72, "ID de Moneda de Facturaci\xf3n", "tax_name1", "Nombre de Impuesto 1", "tax_name2", "Nombre de Impuesto 2", "tax_name3", "Nombre de Impuesto 3", "transaction_id", "ID de Transacci\xf3n", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Sl\xe5 samman", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalnings inst\xe4llningar", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Summering", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "L\xe4gg till gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", "Skapa ditt konto p\xe5 n\xe5gra sekunder", "login_label", _s28_0, "add_to_invoice", "L\xe4gg till p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Vecka", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "Faktura valuta", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Skapa projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Avgift f\xf6r en :amount Faktura hade blivit :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godk\xe4nn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Kunddatan har rensats", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ange l\xf6senord", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Visa kostnad # :expense", "view_statement", "Se transaktion", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "Fr\xe5n namn", _s16_23, _s16_232, _s17_19, "\xc5terkommande utgift", _s18_17, "\xc5terkommande utgifter", _s21_22, "Ny \xe5terkommande utgift", _s22_27, "\xc4ndra \xe5terkommande utgift", _s25_2, "Skapade \xe5terkommande utgift utan problem", _s25_3, "Uppdaterade \xe5terkommande utgift utan problem", _s26_4, "Arkiverade \xe5terkommande utgift utan problem", _s25_4, "Tog bort projektet utan problem", _s25_5, _s38_2, _s26_5, "\xc5terst\xe4llde \xe5terkommande utgifter utan problem", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "Anv\xe4ndarhj\xe4lp", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importera Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user skapade en \xe5terkommande faktura :recurring_invoice", "activity_101", ":user uppdaterade en \xe5terkommande faktura :recurring_invoice", "activity_102", ":user arkiverade en \xe5terkommande faktur :recurring_invoice", "activity_103", ":user raderade en \xe5terkommande faktur :recurring_invoice", "activity_104", ":user \xe5terst\xe4llde en \xe5terkommande faktur :recurring_invoice", _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senast uppdaterad", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "Kontakt F\xf6rnamn", _s17_23, "Kontakt Efternamn", "order", "Order", "unassigned", "Otilldelad", "partial_value", "M\xe5ste vara st\xf6rre \xe4n noll och mindre \xe4n totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Tillg\xe4nglig", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "St\xe4ll in subdom\xe4nen eller visa fakturorna p\xe5 din egen hemsida", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Rabattkod", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Prenumeration", "subscriptions", "Prenumerationer", _s16_41, "Ny prenumeration", _s17_29, "\xc4ndra prenumeration", _s20_27, "Skapat prenumerationer utan problem", _s20_28, "Uppdaterat prenumerationer utan problem", _s21_34, "Arkivera prenumeration utan problem", _s20_29, "Prenumerationen har raderats", _s20_30, "Prenumerationen har tagits bort", _s21_35, "Prenumerationen har \xe5terst\xe4llts", _s19_21, "S\xf6k 1 prenumeration", _s20_31, "S\xf6k :count prenumerationer", _s26_8, "Subdom\xe4n \xe4r inte tillg\xe4nglig", "connect_gmail", "Anslut Gmail", _s16_43, "Koppla fr\xe5n Gmail", "connected_gmail", "Gmail ha anslutits", _s18_33, "Gmail har kopplats fr\xe5n", _s16_45, "\xc4ndringar av kodbasen kan blockera uppdateringen. Du kan k\xf6ra detta kommando f\xf6r att kasta \xe4ndringarna:", _s16_46, "Kund-ID nummer", "count_minutes", ":count minuter", _s16_48, "Timeout f\xf6r l\xf6senord", _s29_5, "Delad faktura/kredit r\xe4knare", "use_last_email", "Anv\xe4nd den senaste e-postadressen", _s16_50, "Aktivera f\xf6retag", _s21_37, "Aktivera e-post, \xe5terkommande fakturor och aviseringar", _s27_16, "Ett fel uppstod, v\xe4nligen f\xf6rs\xf6k igen", _s27_17, "Ange f\xf6rst ett l\xf6senord", _s34_7, "Varning: Om du \xe4ndrar ditt telefonnummer inaktiveras 2FA", "help_translate", "Hj\xe4lp oss \xf6vers\xe4tta", _s23_14, "V\xe4lj ett land", "resend_invite", "Skicka inbjudan igen", _s19_22, "2FA har inaktiverats", _s16_52, "Kontot har anslutits", _s19_23, "Kontot har kopplats fr\xe5n", "delivered", "Levererad", "bounced", "Studsade", "spam", "Spam", "view_docs", "Visa dokument", _s32_4, "Ange ett mobiltelefonnummer f\xf6r att aktivera tv\xe5faktorsautentisering", "send_sms", "Skicka SMS", "sms_code", "SMS-kod", _s21_38, "Skanna streckkoden med en :link kompatibel app.", _s18_34, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Anslut Google", _s17_31, "Koppla fr\xe5n Google", _s17_33, "Tv\xe5faktorsautentisering", _s18_35, "Inaktivera 2FA", _s34_8, "Kr\xe4v l\xf6senord med social inloggning", "stay_logged_in", "Stanna inloggad", _s23_16, "Varning: Din session h\xe5ller p\xe5 att l\xf6pa ut", "count_hours", ":count timmar", "count_day", "1 dag", "count_days", ":count dagar", _s19_24, "Tidsgr\xe4ns f\xf6r webbsession", _s17_34, "S\xe4kerhetsinst\xe4llningar", "resend_email", "Skicka e-post igen", _s26_10, "V\xe4nligen bekr\xe4fta din e-postadress", _s16_53, "\xc5terbetalat betalning", _s19_26, "Delvis oanv\xe4nd", _s19_28, "V\xe4lj en anv\xe4ndare som \xe4r autentiserad med Gmail", "list_long_press", "Lista l\xe5nga tryck", "show_actions", "Visa \xe5tg\xe4rder", _s17_36, "Starta flerval", _s27_19, "Ett e-postmeddelande har skickats f\xf6r att bekr\xe4fta e-postadressen", _s21_39, "F\xf6r att anv\xe4nda :client_counter l\xe4gg till antingen :client_number eller :client_id_number f\xf6r att f\xf6rhindra konflikter", "this_quarter", "Detta kvartal", "last_quarter", "F\xf6reg\xe5ende kvartal", "to_update_run", "F\xf6r att uppdatera k\xf6r", _s18_37, "Omvandla till faktura", _s16_54, "Registrerings URL", "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_29, "S\xf6k 1 betalningsvillkor", _s20_32, "S\xf6k :count betalningsvillkor", _s16_56, "Spara och f\xf6rhandsgranska", "save_and_email", "Spara och skicka", _s16_58, "H\xe4ndelser som st\xf6ds", _s16_60, "Konverterad summa", _s17_38, "Konverterad balans", _s22_31, "Konverterad betalad till datum", _s24_21, "Konverterad kreditbalans", "converted_total", "Konverterat totalt", "is_sent", "Skickat", _s17_40, "Standard dokument", "document_upload", "Ladda upp dokument", _s20_33, "Till\xe5t kunder att ladda upp dokument", "expense_total", "Total kostnad", "enter_taxes", "Ange skatter", "by_rate", "Efter pris", "by_amount", "Efter belopp", "enter_amount", "Ange belopp", "before_taxes", "F\xf6re skatt", "after_taxes", "Efter skatt", "color", "F\xe4rg", "show", "Visa", "hide", "D\xf6lj", "empty_columns", "Tomma kolumner", _s21_41, "Fels\xf6kningsl\xe4ge \xe4r aktiverat", _s26_11, "Varning: den \xe4r avsedd f\xf6r anv\xe4ndning p\xe5 lokala maskiner, den kan l\xe4cka ut uppgifter. Klicka f\xf6r att l\xe4ra mer.", "running_tasks", "Uppgifter som k\xf6rs", "recent_tasks", "Senaste uppgifterna", "recent_expenses", "Senaste utgifterna", _s17_42, "Kommande utgifter", "update_app", "Uppdatera App", "started_import", "Importen har startats", _s24_23, "Dubblettkolumnmappning", _s20_34, "Anv\xe4nder inkluderande skatter", _s18_39, "\xc4r beloppsrabatt", "column", "Kolumn", "sample", "Exempel", "map_to", "Mappa till", "import", "Importera", _s25_15, "Anv\xe4nd f\xf6rsta raden som kolumnnamn", "select_file", "V\xe4lj fil", _s16_62, "Ingen fil har valts", "csv_file", "V\xe4lj CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Bokf\xf6ring", _s22_33, "Ange alla CSV-filer.", "import_type", "Typ av import", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visa licenser", "webhook_url", "Webhook URL", _s17_44, "Fullsk\xe4rms editor", "sidebar_editor", "Sidof\xe4lts editor", _s22_34, 'Ange ":value" f\xf6r att bekr\xe4fta', "purge", "Rensa", "service", "Service", "clone_to", "Klona till", "clone_to_other", "Klona till annan", "labels", "Etiketter", "add_custom", "L\xe4gg till anpassad", "payment_tax", "Betalningsskatt", "unpaid", "Obetald", "white_label", "Vit etikett", "delivery_note", "F\xf6ljesedel", _s24_26, "Skickade fakturor \xe4r l\xe5sta", _s24_28, "Betalade fakturor \xe4r l\xe5sta", "source_code", "K\xe4llkod", "app_platforms", "App plattformar", "invoice_late", _s17_223, "quote_expired", _s16_348, "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_17, "Faktura totalt", "actions", "\xc5tg\xe4rder", "expense_number", "Utgiftsnummer", "task_number", "Uppgiftsnummer", "project_number", "Projektnummer", "project_name", "Projektnamn", "warning", "Varning", "view_settings", "Visa inst\xe4llningar", _s24_30, "Varning: detta f\xf6retag har \xe4nnu inte aktiverats", "late_invoice", _s17_223, "expired_quote", _s16_348, "remind_invoice", "Faktura p\xe5minnelse", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Kund telefon", "required_fields", "Obligatoriska f\xe4lt", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Rensa cache", "sort_order", "Sorteringsordning", "task_status", "Status", "task_statuses", "Uppgiftsstatusar", "new_task_status", "Ny uppgiftsstaus", _s16_64, "Redigera uppgiftsstatus", _s19_30, "Uppgiftsstatus skapades", _s19_31, "Uppgiftsstatus uppdaterades", _s20_36, "Uppgiftsstatus arkiverades", _s19_32, "Uppgiftsstatus raderades", _s19_33, "Uppgiftsstatus togs bort", _s20_37, "Uppgiftsstatus \xe5terst\xe4lldes", _s22_35, ":value uppgiftsstatusar har arkiverats", _s21_43, ":value uppgiftsstatusar har raderats", _s22_36, ":value uppgiftsstatusar har \xe5terst\xe4llts", _s18_41, "S\xf6k 1 uppgiftsstatus", _s20_39, "S\xf6k :count uppgiftsstatusar", _s16_66, "Visa uppgiftstabell", _s21_44, "Visa alltid uppgiftsdelen n\xe4r du skapar fakturor", _s20_40, "Fakturauppgift tidslogg", _s25_16, "L\xe4gg till tidsinformation till fakturaraderna", _s20_42, "Fakturauppgifter datumlogg", _s25_17, "L\xe4gg till datuminformation till fakturaraderna", _s21_45, "Starta uppgifter innan du sparar", _s18_42, "Konfigurera statusar", "task_settings", "Uppgiftsinst\xe4llningar", _s20_44, "Konfigurera kategorier", _s18_44, "Utgifts kategorier", _s20_46, "Ny utgifts kategori", _s21_46, "Redigera utgiftskategori", _s24_31, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_32, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_19, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_33, "Kategori borttagen", _s24_34, "Utgiftskategorin har tagits bort", _s25_20, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_23, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_12, "Kostnaden f\xf6r :value kategorier har raderats", _s27_24, "Kostnaden f\xf6r :value kategorier har \xe5terst\xe4llts", _s23_18, "S\xf6k 1 utgiftkategori", _s25_22, "S\xf6k :count utgiftkategorier", _s21_48, "Anv\xe4nd tillg\xe4nglig kredit", "show_option", "Visa alternativ", _s22_37, "Kreditbeloppet kan inte \xf6verstiga betalningsbeloppet", "view_changes", "Visa \xe4ndringar", "force_update", "Tvinga uppdatering", _s17_48, "Du k\xf6r den senaste versionen men det kan finnas v\xe4ntande korrigeringar tillg\xe4ngliga.", "mark_paid_help", "Sp\xe5ra utgiften f\xf6r att se om den har betalats", _s18_46, "Ska detta faktureras", _s23_19, "Aktivera utgiften som ska faktureras", _s29_8, "G\xf6r dokumenten synliga", _s21_50, "St\xe4ll in en v\xe4xelkurs", _s16_68, "Utgiftsinst\xe4llningar", _s18_47, "Klona till \xe5terkommande", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Anv\xe4ndarf\xe4lt", "variables", "Variabler", "show_password", "Visa l\xf6senord", "hide_password", "G\xf6m l\xf6senord", "copy_error", "Kopiera felmeddelande", "capture_card", "Capture Card", _s17_49, "Automatisk fakturering aktiverad", "total_taxes", "Totalt antal skatter", "line_taxes", "Artikelskatt", "total_fields", "Totalt antal f\xe4lt", _s25_23, "\xc5terkommande faktura stoppad", _s25_24, "\xc5terkommande faktura startad", _s25_25, "\xc5terkommande faktura \xe5terupptogs", "gateway_refund", "Gateway f\xf6r \xe5terbetalning", _s19_34, "Behandla \xe5terbetalningen med betalningsgatewayen", "due_date_days", "F\xf6rfallodatum", "paused", "Pausad", "mark_active", "Markera aktiv", "day_count", "Dag :count", _s22_38, "F\xf6rsta dagen i m\xe5naden", _s21_51, "Sista dagen i m\xe5naden", _s17_51, "Anv\xe4nd betalningsvillkoren", "endless", "O\xe4ndlig", "next_send_date", "N\xe4sta s\xe4ndningsdatum", _s16_70, "\xc5terst\xe5ende cykler", _s17_53, "\xc5terkommande faktura", _s18_49, "\xc5terkommande fakturor", _s21_53, "Ny \xe5terkommande faktura", _s22_40, "Redigera \xe5terkommande fakturor", _s25_26, "\xc5terkommande faktura har skapats", _s25_27, "\xc5terkommande faktura har uppdaterats", _s26_13, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_28, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_29, "\xc5terkommande faktura har tagits bort", _s26_14, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_25, "Arkiverade \xe5terkommande :value fakturor", _s26_15, "\xc5terkommande :value fakturor har raderats", _s27_26, "\xc5terst\xe4llande av \xe5terkommande :value fakturor lyckades", _s24_35, "S\xf6k 1 \xe5terkommande faktura", _s25_30, "S\xf6k :count \xe5terkommande fakturor", "send_date", "S\xe4ndningsdatum", "auto_bill_on", "Automatisk fakturering p\xe5slaget", _s28_8, "L\xe4gsta belopp vid underbetalning", "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_51, "Till\xe5t \xf6verbetalning", _s23_20, "St\xf6d f\xf6r att betala extra f\xf6r att ta emot dricks", _s19_35, "Till\xe5t underbetalning", _s24_36, "St\xf6d f\xf6r att betala minimum del-/ins\xe4ttningsbeloppet", "test_mode", "Testl\xe4ge", "opened", "\xd6ppnad", _s30_4, "Avst\xe4mning misslyckades", _s30_5, "Avst\xe4mning lyckades", "gateway_success", "Gateway lyckades", "gateway_failure", "Gateway misslyckades", "gateway_error", "Gateway fel", "email_send", "Skicka via e-post", _s17_55, "E-postf\xf6rs\xf6ksk\xf6", "failure", "Misslyckad", "quota_exceeded", "Kvoten har \xf6verskridits", _s16_72, "Upstream misslyckades", "system_logs", "Systemloggar", "view_portal", "Se portal", "copy_link", "Kopiera l\xe4nk", "token_billing", "Spara kortinformation", _s24_37, "V\xe4lkommen till Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Rubrik", "client_number", "Kundnummer", "auto_convert", "Automatisk konvertering", "company_name", "F\xf6retagsnamn", "reminder1_sent", "P\xe5minnelse 1 skickad", "reminder2_sent", "P\xe5minnelse 2 skickad", "reminder3_sent", "P\xe5minnelse 3 skickad", _s18_53, "P\xe5minnelse skickades senast", "pdf_page_info", "Sida :current av :total", _s16_74, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s32_37, "gateway", "Gateway", "view_in_stripe", "Visa i Stripe", "rows_per_page", "Rader per sida", "hours", "Timmar", "statement", "Transaktionsdatum", "taxes", "Moms", "surcharge", "Till\xe4ggsavgift", "apply_payment", "Till\xe4mpa betalning", "apply_credit", "Till\xe4mpa kredit", "apply", "Verkst\xe4ll", "unapplied", "Outnyttjad", "select_label", "V\xe4lj rubrik", "custom_labels", "Anpassade etiketter", "record_type", "Posttyp", "record_name", "Post namn", "file_type", "Filtyp", "height", "H\xf6jd", "width", "Bredd", "to", "Till", "health_check", "H\xe4lsokontroll", "payment_type_id", "Betalningss\xe4tt", "last_login_at", "Senast inloggad", "company_key", "F\xf6retagsnyckel", "storefront", "Butiksfront", "storefront_help", "Aktivera tredjepartsappar f\xf6r att skapa fakturor", "client_created", "Kunden har skapats", _s20_49, "E-postadress f\xf6r online betalning", _s20_51, "E-postadress f\xf6r manuell betalning", "completed", "Slutf\xf6rd", "gross", "Brutto", "net_amount", "Nettobelopp", "net_balance", "Nettobalans", "client_settings", "Kundinst\xe4llningar", _s17_57, "Markerade fakturor", _s17_59, "Markerade betalningar", "selected_quotes", "Markerade offerter", "selected_tasks", "Markerade uppgifter", _s17_61, "Markerade utgifter", _s17_63, "Kommande fakturor", _s17_65, "F\xf6rsenade fakturor", "recent_payments", "Nyligen utf\xf6rda betalningar", "upcoming_quotes", "Kommande Offerter", "expired_quotes", "Utg\xe5ngna Offerter", "create_client", "Skapa kund", "create_invoice", "Skapa faktura", "create_quote", "Skapa offert", "create_payment", "Skapa betalning", "create_vendor", "Skapa tillverkare", "update_quote", "Uppdatera offert", "delete_quote", "Ta bort offert", "update_invoice", "Uppdatera faktura", "delete_invoice", "Ta bort faktura", "update_client", "Uppdatera kund", "delete_client", "Radera kund", "delete_payment", "Ta bort betalning", "update_vendor", "Uppdatera leverant\xf6r", "delete_vendor", "Ta bort leverant\xf6r", "create_expense", "Skapa utgift", "update_expense", "Uppdatera utgift", "delete_expense", "Ta bort kostnad", "create_task", "Skapa uppgift", "update_task", "Uppdatera uppgift", "delete_task", "Radera uppgift", "approve_quote", "Godk\xe4nn offert", "off", "Av", "when_paid", "Betalad", "expires_on", "G\xe5r ut den", "free", "Gratis", "plan", "Niv\xe5", "show_sidebar", "Visa sidof\xe4lt", "hide_sidebar", "G\xf6m sidof\xe4lt", "event_type", "Typ av h\xe4ndelse", "target_url", "M\xe5l", "copy", "Kopiera", "must_be_online", "Starta om appen n\xe4r du \xe4r ansluten till internet", _s17_67, "Crons m\xe5ste aktiveras", "api_webhooks", "API Webhooks", "search_webhooks", "S\xf6k :count Webhooks", "search_webhook", "S\xf6k 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Ny Webhook", "edit_webhook", "Redigera Webhook", "created_webhook", "Webhooken skapades", "updated_webhook", "Webhooken uppdaterades", _s16_76, "Webhooken arkiverades", "deleted_webhook", "Webhooken raderades", "removed_webhook", "Webhooken togs bort", _s16_77, "Webhooken \xe5terst\xe4lldes", _s17_68, ":value webhooks har arkiverats", _s16_78, ":value webhooks har raderats", _s16_79, ":value webhooks har tagits bort", _s17_69, ":value webhooks har \xe5terst\xe4llts", "api_tokens", "API Tokens", "api_docs", "API dokumentation", "search_tokens", "S\xf6k :count tokens", "search_token", "S\xf6k 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Ny token", "edit_token", "\xc4ndra token", "created_token", "Token skapad", "updated_token", "Token uppdaterad", "archived_token", "Framg\xe5ngsrikt arkiverat Token", "deleted_token", "Token borttagen", "removed_token", "Token togs bort", "restored_token", "Token \xe5terst\xe4lldes", "archived_tokens", ":value tokens har arkiverats", "deleted_tokens", ":value tokens har raderats", "restored_tokens", ":value tokens har \xe5terst\xe4llts", _s19_37, "Kundregistrering", _s24_39, "G\xf6r det m\xf6jligt f\xf6r kunder att sj\xe4lvregistrera sig i portalen", _s21_55, "Anpassa och f\xf6rhandsgranska", "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "E-postkredit", "email_payment", "Eposta betalning", _s20_54, "Kunden har ingen e-postadress", "ledger", "Liggare", "view_pdf", "Visa PDF", "all_records", "Alla poster", "owned_by_user", "\xc4gs av anv\xe4ndaren", _s16_80, "\xc5terst\xe5ende kredit", "contact_name", "Kontakt namn", "use_default", "Anv\xe4nd standard", _s16_82, "O\xe4ndliga p\xe5minnelser", "number_of_days", "Antal dagar", _s23_22, "Konfigurera betalningsvillkor", "payment_term", _s17_224, _s16_83, "Skapa betalningsvillkor", _s17_71, "Editera betalningsvillkor", _s20_55, "Skapade betalningsvillkor utan problem", _s20_56, "Uppdaterade betalningsvillkor utan problem", _s21_56, "Arkiverat betalningsvillkor utan problem", _s20_57, "Betalningsvillkoret har raderats", _s20_58, "Betalningsvillkoret har tagits bort", _s21_57, "Betalningsvillkoret har \xe5terst\xe4llts", _s22_45, ":value betalningsvillkor har arkiverats", _s21_58, ":value betalningsvillkor har raderats", _s22_46, ":value betalningsvillkor har \xe5terst\xe4llts", "email_sign_in", "Logga in med e-postadress", "change", "\xc4ndra", _s23_24, "\xc4ndra till mobillayouten?", _s24_40, "Vill du byta till skrivbordslayout?", "send_from_gmail", "Skicka fr\xe5n Gmail", "reversed", "Omv\xe4nd", "cancelled", "Avbruten", "credit_amount", "Kreditsumma", "quote_amount", "Offertbelopp", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "G\xf6m meny", "show_menu", "Visa meny", _s18_55, _s18_205, _s16_85, "S\xf6k dokument", "search_designs", "S\xf6k design", "search_invoices", "S\xf6k fakturor", "search_clients", "S\xf6k kunder", "search_products", "S\xf6k produkter", "search_quotes", "S\xf6k offerter", "search_credits", "S\xf6k krediter", "search_vendors", "S\xf6k leverant\xf6rer", "search_users", "S\xf6k anv\xe4ndare", _s16_86, "S\xf6k skattesatser", "search_tasks", "S\xf6k uppgifter", "search_settings", "S\xf6k inst\xe4llningar", "search_projects", "S\xf6k projekt", "search_expenses", "S\xf6k utgifter", "search_payments", "S\xf6k betalningar", "search_groups", "S\xf6k grupper", "search_company", "S\xf6k f\xf6retag", "search_document", "S\xf6k 1 dokument", "search_design", "S\xf6k 1 design", "search_invoice", "S\xf6k 1 faktura", "search_client", "S\xf6k 1 kund", "search_product", "S\xf6k 1 produk", "search_quote", "S\xf6k 1 offert", "search_credit", "S\xf6k 1 kredit", "search_vendor", "S\xf6k 1 leverant\xf6r", "search_user", "S\xf6k 1 offert", "search_tax_rate", "S\xf6k 1 skattesats", "search_task", "S\xf6k 1 uppgift", "search_project", "S\xf6k 1 projekt", "search_expense", "S\xf6k 1 utgift", "search_payment", "S\xf6k 1 betalning", "search_group", "S\xf6k 1 grupp", "refund_payment", "\xc5terbetala betalning", _s17_75, "Fakturan har avbrutits", _s18_57, "Fakturorna har avbrutits", _s16_92, "Fakturan har omv\xe4nts", _s17_76, "Fakturorna har omv\xe4nts", "reverse", "Omv\xe4nd", "full_name", "Hela namnet", _s17_77, "Stad/L\xe4n/Postnummer", _s17_79, "Postadress/Stad/Stat", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Tredje anpassningen", "custom4", "Fj\xe4rde anpassningen", "optional", "Frivillig", "license", "Licens", "purge_data", "Rensa uppgifter.", _s16_93, "Rensade utan problem f\xf6retags data", _s18_58, "Varning: Detta kommer permanent ta bort din information, det finns ingen \xe5terv\xe4nda.", "invoice_balance", "Fakturabalans", "age_group_0", "0 - 30 Dagar", "age_group_30", "30 - 60 Dagar", "age_group_60", "60 - 90 Dagar", "age_group_90", "90 - 120 Dagar", "age_group_120", "120+ Dagar", "refresh", "Uppdatera", "saved_design", "Designen har sparats", "client_details", "Kunduppgifter", "company_address", "F\xf6retagsadress", "invoice_details", "Faktura detaljer", "quote_details", "Offertuppgifter", "credit_details", "Kredituppgifter", "product_columns", "Produktkolumner", "task_columns", "Uppgiftskolumner", "add_field", "L\xe4gg till f\xe4lt", "all_events", "Alla h\xe4ndelser", "permissions", "Beh\xf6righeter", "none", "Ingen", "owned", "\xc4gd", "payment_success", "Betalning genomf\xf6rd", "payment_failure", "Betalning misslyckades", "invoice_sent", _s24_107, "quote_sent", "Offerten skickad", "credit_sent", "Krediten skickad", "invoice_viewed", "Fakturan visad", "quote_viewed", "Offerten visad", "credit_viewed", "Krediten visad", "quote_approved", "Offerten godk\xe4nd", _s25_32, "F\xe5 alla aviseringar", _s16_94, "K\xf6p licens", "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_47, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_48, "Varning: Detta kommer permanent ta bort till bolag, det finns ingen \xe5terv\xe4ndo.", "enabled_modules", "Aktiverade moduler", "converted_quote", "Offerten har konverterats", "credit_design", "Kreditdesign", "includes", "Inkluderar", "header", "Rubrik", "load_design", "Ladda design", "css_framework", "CSS Ramverk", "custom_designs", "Anpassad design", "designs", "Design", "new_design", "Ny design", "edit_design", "Redigera design", "created_design", "Designen har skapats", "updated_design", "Designen har uppdaterats", "archived_design", "Designen har arkiverats", "deleted_design", "Designen har raderats", "removed_design", "Designen har tagits bort", "restored_design", "Designen har \xe5terskapats", _s16_96, ":value designs har arkiverats", "deleted_designs", ":value designs har raderats", _s16_97, ":value designs har \xe5terst\xe4llts", "proposals", "F\xf6rslag", "tickets", "\xc4renden", _s16_98, "\xc5terkommande offerter", "recurring_tasks", "\xc5terkommande uppgifter", _s18_59, "Kontohantering", "credit_date", "Kreditdatum", "credit", "Kredit", "credits", "Kreditfakturor", "new_credit", "Ange Kredit", "edit_credit", "Redigera Kreditfaktura", "created_credit", "Kreditfaktura skapad", "updated_credit", "Kreditfaktura uppdaterad", "archived_credit", "Kreditfaktura arkiverad", "deleted_credit", "Kreditfaktura borttagen", "removed_credit", "Krediten har tagits bort", "restored_credit", "Kreditfaktura \xe5terst\xe4lld", _s16_100, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_101, ":value krediter har \xe5terst\xe4llts", "current_version", "Nuvarande version", "latest_version", "Senaste versionen", "update_now", "Uppdatera nu", _s26_21, "En ny version av webbappen \xe4r tillg\xe4nglig", _s16_102, "Uppdatering tillg\xe4nglig", "app_updated", "Uppdateringen har slutf\xf6rts", "learn_more", "Hj\xe4lp", "integrations", "Integrationer", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kreditens sidfot", "credit_terms", "Kreditens villkor", "new_company", "Nytt f\xf6retag", "added_company", "F\xf6retaget har lagts till", "company1", "Anpassat f\xf6retag 1", "company2", "Anpassat f\xf6retag 2", "company3", "CAnpassat f\xf6retag 3", "company4", "Anpassat f\xf6retag 4", "product1", "Anpassad produkt 1", "product2", "Anpassad produkt 2", "product3", "Anpassad produkt 3", "product4", "Anpassad produkt 4", "client1", "Anpassad kund 1", "client2", "Anpassad kund 2", "client3", "Anpassad kund 3", "client4", "Anpassad kund 4", "contact1", "Anpassad kontakt 1", "contact2", "Anpassad kontakt 2", "contact3", "Anpassad kontakt 3", "contact4", "Anpassad kontakt 4", "task1", "Anpassad uppgift 1", "task2", "Anpassad uppgift 2", "task3", "Anpassad uppgift 3", "task4", "Anpassad uppgift 4", "project1", "Anpassat projekt 1", "project2", "Anpassat projekt 2", "project3", "Anpassat projekt 3", "project4", "Anpassat projekt 4", "expense1", "Anpassad utgift 1", "expense2", "Anpassad utgift 2", "expense3", "Anpassad utgift 3", "expense4", "Anpassad utgift 4", "vendor1", "Anpassad leverant\xf6r 1", "vendor2", "Anpassad leverant\xf6r 2", "vendor3", "Anpassad leverant\xf6r 3", "vendor4", "Anpassad leverant\xf6r 4", "invoice1", "Anpassad faktura 1", "invoice2", "Anpassad faktura 2", "invoice3", "Anpassad faktura 3", "invoice4", "Anpassad faktura 4", "payment1", "Anpassad betalning 1", "payment2", "Anpassad betalning 2", "payment3", "Anpassad betalning 3", "payment4", "Anpassad betalning 4", "surcharge1", _s25_93, "surcharge2", _s25_94, "surcharge3", _s25_95, "surcharge4", _s25_96, "group1", "Anpassad grupp 1", "group2", "Anpassad grupp 2", "group3", "Anpassad grupp 3", "group4", "Anpassad grupp 4", "reset", "\xc5terst\xe4lla", "number", "Nummer", "export", "Exportera", "chart", "Lista", "count", "R\xe4kna", "totals", "Total", "blank", "Blank", "day", "Dag", "month", "M\xe5nad", "year", "\xc5r", "subgroup", "Undergrupp", "is_active", "\xc4r aktiv", "group_by", "Gruppera genom", "credit_balance", "Kreditbalans", _s18_65, "Kontakt: senast inloggad", _s17_83, "Kontakt: namn", "contact_phone", "Kontakt telefon", _s21_59, "Kontakt: anpassat v\xe4rde 1", _s21_60, "Kontakt: anpassat v\xe4rde 2", _s21_61, "Kontakt: anpassat v\xe4rde 3", _s21_62, "Kontakt: anpassat v\xe4rde 4", _s17_85, "Leveransadress 1", _s17_86, "Leveransadress 2", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_59, "Leverans postnummer", _s16_132, "Leverans land", _s16_134, "Faktureringsadress 1", _s16_135, "Faktureringsadress 2", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_40, "Fakturerings postnummer", "billing_country", "Fakturerings land", "client_id", "Kund-id", "assigned_to", "Tilldelat till", "created_by", "Skapad av :name", "assigned_to_id", "Tilldelad till id", "created_by_id", "Skapat av id", "add_column", "L\xe4gg till kolumn", "edit_columns", "Redigera kolumner", "columns", "Kolumner", "aging", "B\xf6rjar bli gammal", "profit_and_loss", "F\xf6rtj\xe4nst och F\xf6rlust", "reports", "Rapporter", "report", "Rapport", "add_company", "L\xe4gg till f\xf6retag", "unpaid_invoice", "Obetalad faktura", "paid_invoice", "Betalad faktura", _s16_136, "Ej godk\xe4nd offert", "help", "Hj\xe4lp", "refund", "\xc5terbetalning", "refund_date", "\xc5terbetalnings datum", "filtered_by", "Filtrerat efter", "contact_email", "Kontakt e-post", "multiselect", "Flera val", "entity_state", "Tillst\xe5nd", "verify_password", "Verifiera l\xf6senord", "applied", "Applicerad", _s21_63, "Inkludera senaste fel fr\xe5n loggarna", _s30_8, "Vi har f\xe5tt ditt meddelande och f\xf6rs\xf6ker svara snabbt.", "message", "Meddelande", "from", "Fr\xe5n", _s20_61, "Visa produktinformation", _s25_34, "Inkludera beskrivning och kostnad i produktmenyn", _s20_63, "PDF-renderaren kr\xe4ver :version", _s18_68, "Justera avgiftsprocenten", _s23_26, "Justera procent f\xf6r att ta h\xe4nsyn till avgiften", _s18_70, "Konfigurera inst\xe4llningar", "support_forum", "Supportforum", "about", "Om", "documentation", "Dokumentation", "contact_us", "Kontakta oss", "subtotal", "Delsumma", "line_total", "Summa", "item", "Artikel", "credit_email", "Credit Email", "iframe_url", "Webbsida", "domain_url", "Dom\xe4n URL", _s21_64, "L\xf6senordet \xe4r f\xf6r kort", _s20_64, "L\xf6senordet m\xe5ste inneh\xe5lla minst en versal och minst ett nummer", _s19_42, "Kundportal uppgifter", _s23_27, "Kundportal \xf6versikt", _s20_65, "Ange ett v\xe4rde", "deleted_logo", "Logotypen har tagits bort", "yes", "Ja", "no", "Nej", "generate_number", "Generera nummer", "when_saved", "N\xe4r sparat", "when_sent", "N\xe4r skickat", "select_company", "V\xe4lj f\xf6retag", "float", "Float", "collapse", "D\xf6lj", "show_or_hide", "Visa/d\xf6lj", "menu_sidebar", "Meny Sidof\xe4lt", "history_sidebar", "Historia Sidof\xe4lt", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Visa", "module", "Modul", "first_custom", "F\xf6rsta anpassad", "second_custom", "Andra anpassad", "third_custom", "Tredje anpassad", "show_cost", "Visa kostnad", _s17_88, "Visa produktkostnad", "show_cost_help", "Visa ett produktkostnadsf\xe4lt f\xf6r att sp\xe5ra p\xe5slag/vinst", _s21_65, "Visa produktkvantitet", _s26_23, "Visa ett produktkvantitetsf\xe4lt, annars \xe4r det ett", _s21_67, "Visa fakturakvantitet", _s26_24, "Visa ett f\xe4lt f\xf6r radnummer, annars ett som standard", _s21_69, "Visa produktrabatt", _s26_25, "Visa ett rabattf\xe4lt f\xf6r en rad", _s16_138, "Standardkvantitet", _s21_71, "St\xe4ll in radens kvantitet automatiskt till ett", "one_tax_rate", "En skattesats", "two_tax_rates", "Tv\xe5 skattesatser", "three_tax_rates", "Tre skattesatser", _s16_140, "Standard skattesats", "user", "Anv\xe4ndare", "invoice_tax", "Fakturaskatt", "line_item_tax", "Artikelskatt", "inclusive_taxes", "Inklusive skatter", _s17_90, "Fakturaskattesatser", "item_tax_rates", "Artikel skattesatser", _s18_72, "V\xe4lj en kund", "configure_rates", "Konfigurera priser", _s18_73, "Konfigurera gateways", "tax_settings", "Momsinst\xe4llningar", _s18_75, "Skattesatser", "accent_color", "Accentf\xe4rg", "switch", "V\xe4xla", _s19_44, "Kommaseparerad lista", "options", "Val", _s16_142, "Enradig text", "multi_line_text", "Text med flera rader", "dropdown", "Dropdown", "field_type", "F\xe4lttyp", _s27_37, "Ett e-postmeddelande f\xf6r \xe5terst\xe4llning av l\xf6senord har skickats", "submit", "Skicka", _s16_144, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "F\xf6rsenade avgifter", "credit_number", "Kreditnummer", "payment_number", "Betalningsnummer", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_145, "F\xf6rseningsavgifts procent", "schedule", "Schema", "before_due_date", "F\xf6re f\xf6rfallodagen", "after_due_date", "Efter f\xf6rfallodagen", _s18_77, "Efter fakturadatum", "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Delbetalning", "payment_partial", "Delbetalning", _s21_72, "E-postadress f\xf6r delbetalning", "quote_email", "Offert e-post", _s16_147, "O\xe4ndlig p\xe5minnelse", _s16_149, "Filtrerat efter anv\xe4ndare", "administrator", "Administrat\xf6r", _s18_78, "Till\xe5t anv\xe4ndare att hantera anv\xe4ndare, \xe4ndra inst\xe4llningar och \xe4ndra alla v\xe4rden", "user_management", "Anv\xe4ndarhantering", "users", "Anv\xe4ndare", "new_user", "Ny anv\xe4ndare", "edit_user", "\xc4ndra anv\xe4ndare", "created_user", "Anv\xe4ndaren skapades", "updated_user", "Anv\xe4ndare uppdaterad", "archived_user", "Framg\xe5ngsrikt arkiverat anv\xe4ndare", "deleted_user", "Anv\xe4ndare borttagen", "removed_user", "Anv\xe4ndaren har tagits bort", "restored_user", "Anv\xe4ndare \xe5terst\xe4lld", "archived_users", ":value anv\xe4ndare har arkiverats", "deleted_users", ":value anv\xe4ndare har raderats", "removed_users", ":value anv\xe4ndare har tagits bort", "restored_users", ":value anv\xe4ndare har \xe5terst\xe4llts", _s16_151, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_92, 'D\xf6lj "Betald till"', _s22_55, 'Visa bara "Betald till"-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.', _s23_29, "B\xe4dda in dokument", _s28_21, _s39_4, _s16_153, "Visa Header p\xe5", _s16_154, "Visa Footer p\xe5", "first_page", "F\xf6rsta sidan", "all_pages", "Alla sidor", "last_page", "Sista sidan", "primary_font", "Prim\xe4rt typsnitt", "secondary_font", "Sekund\xe4rt typsnitt", "primary_color", "Prim\xe4r f\xe4rg", "secondary_color", "Sekund\xe4r f\xe4rg", "page_size", "Sidstorlek", "font_size", "Storlek p\xe5 framsida", "quote_design", "Offert design", "invoice_fields", "Fakturaf\xe4lt", "product_fields", "Produkt f\xe4lt", "invoice_terms", "Fakturavillkor", "invoice_footer", "Faktura sidfot", "quote_terms", "Offertvillkor", "quote_footer", "Offert footer", _s18_79, "Automatisk e-post", _s23_30, "Skicka \xe5terkommande fakturor automatiskt.", _s18_80, "Automatisk arkivering", _s23_31, "Arkivera automatiskt offerter n\xe4r de konverteras.", _s18_81, "Auto Konvertera", _s23_32, "Konvertera automatiskt en offert till en faktura n\xe4r den godk\xe4nts av en kund.", _s17_94, "Arbetsfl\xf6desinst\xe4llningar", "freq_daily", "Dagligen", "freq_weekly", "Veckovis", "freq_two_weeks", "Tv\xe5 veckor", "freq_four_weeks", "Fyra veckor", "freq_monthly", "M\xe5nadsvis", "freq_two_months", "Tv\xe5 m\xe5nader", _s17_96, "Tre m\xe5nader", _s16_155, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_156, "Tre \xe5r", "never", "Aldrig", "company", "F\xf6retag", _s17_97, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_157, "\xc5terkommande prefix", "number_padding", "Nummerfyllning", "general", "Allm\xe4n", "surcharge_field", "Till\xe4ggsf\xe4lt", "company_field", "F\xf6retagsf\xe4lt", "company_value", "F\xf6retagets v\xe4rde", "credit_field", "Kreditf\xe4lt", "invoice_field", "Fakturaf\xe4lt", _s17_99, "Till\xe4ggsavgift till faktura", "client_field", "Kundf\xe4lt", "product_field", "Produktf\xe4lt", "payment_field", "Betalningsf\xe4lt", "contact_field", "Kontaktf\xe4lt", "vendor_field", "Leverant\xf6rsf\xe4lt", "expense_field", "Utgiftsf\xe4lt", "project_field", "Projektf\xe4lt", "task_field", "Uppgiftsf\xe4lt", "group_field", "Gruppf\xe4lt", "number_counter", "Nummerr\xe4knare", "prefix", "Prefix", "number_pattern", "Nummerm\xf6nster", "messages", "Meddelanden", "custom_css", "Anpassad CSS", _s17_101, "Anpassad JavaScript", _s16_159, "Visa p\xe5 PDF", _s21_74, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_40, "Faktura villkor kryssruta", _s30_9, "Kr\xe4v att kunden accepterar fakturavillkoren.", _s23_33, "Offert villkors kryssruta", _s28_22, "Kr\xe4v att kunden accepterar offertvillkoren.", _s25_41, "Faktura signatur", _s30_10, "Kr\xe4v signatur av kund.", _s23_34, "Offert signatur", _s22_57, "L\xf6senordsskydda fakturor", _s27_38, "Till\xe5ter dig att s\xe4tta ett l\xf6senord f\xf6r varje kontakt. Om ett l\xf6senord \xe4r valt kommer kontakten vara tvungen att skriva in l\xf6senordet innan den kan se fakturan.", "authorization", "Tillst\xe5nd", "subdomain", "Underdom\xe4n", "domain", "Dom\xe4n", "portal_mode", "Portal-l\xe4ge", "email_signature", "V\xe4nliga h\xe4lsningar,", _s24_41, "G\xf6r det enklare f\xf6r dina kunder att betala genom att l\xe4gga till schema.org m\xe4rkning till dina e-postmeddelanden.", "plain", "Vanlig", "light", "Ljus", "dark", "M\xf6rk", "email_design", "E-post design", "attach_pdf", "Bifoga PDF", _s16_160, "Bifoga dokument", "attach_ubl", "Bifoga UBL", "email_style", "E-poststil", _s19_46, "Aktivera m\xe4rkning", "reply_to_email", "Reply-To E-post", "reply_to_name", "Reply-To namn", "bcc_email", "Skicka som hemlig kopia", "processed", "Bearbetat", "credit_card", "Betalkort", "bank_transfer", "Bank\xf6verf\xf6ring", "priority", "Prioritet", "fee_amount", "Avgiftsbelopp", "fee_percent", "Avgiftsprocent", "fee_cap", "Avgiftstak", "limits_and_fees", "Begr\xe4nsningar/avgifter", "enable_min", "Aktivera min", "enable_max", "Aktivera max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepterade kort logos", "credentials", "Uppgifter", "update_address", "Uppdatera adress", _s19_49, "Uppdatera kundens adress med tillhandah\xe5llna uppgifter", "rate", "\xe1-pris", "tax_rate", "Skatteniv\xe5", "new_tax_rate", "Ny skatte niv\xe5", "edit_tax_rate", "Redigera skatteniv\xe5", _s16_162, "Framg\xe5ngsrikt skapat skattesats", _s16_163, "Framg\xe5ngsrikt uppdaterad momssats", _s17_104, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_164, "Skattesatsen har raderats", _s17_105, "Skattesatsen har \xe5terst\xe4llts", _s18_82, ":value skattesatser har arkiverats", _s17_106, ":value skattesatser har raderats", _s18_83, ":value skattesatser har \xe5terst\xe4llts", "fill_products", "Auto-ifyll produkter", _s18_84, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_69, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_165, "Konvertera produkter", _s21_75, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Leverant\xf6r", "company_gateway", "Betalningsgateway", _s16_167, "Betalningsgateways", _s19_50, "Ny gateway", _s20_70, "Redigera gateway", _s23_35, "Gateway skapades", _s23_36, "Gateway uppdaterades", _s24_42, "Gateway arkiverades", _s23_37, "Gateway raderades", _s24_43, "Gateway \xe5terst\xe4lldes", _s25_43, ":value gateways har arkiverats", _s24_44, ":value gateways har raderats", _s25_44, ":value gateways har \xe5terst\xe4llts", _s16_169, "Forts\xe4tt redigera", "discard_changes", "Avbryt \xe4ndringar", "default_value", "Standardv\xe4rde", "disabled", "Avst\xe4ngd", "currency_format", "Valutaformat", _s21_76, "F\xf6rsta dagen i veckan", _s23_38, "\xc5rets f\xf6rsta m\xe5nad", "sunday", "S\xf6ndag", "monday", "M\xe5ndag", "tuesday", "Tisdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf6rdag", "january", "Januari", "february", "Februari", "march", "Mars", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "Augusti", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Kod", "date_format", "Datumformat", "datetime_format", "Datum- och tidsformat", "military_time", "24 Timmars tid", _s18_85, "24-timmarsvisning", "send_reminders", "Skicka p\xe5minnelser", "timezone", "Tidszon", _s19_51, "Filtrera efter projekt", _s17_107, "Filtrerat efter grupp", _s19_53, "Filtrerat efter faktura", _s18_86, "Filtrerat efter kund", _s18_88, "Filtrerat efter leverant\xf6r", "group_settings", "Gruppinst\xe4llningar", "group", "Grupp", "groups", "Grupper", "new_group", "Ny grupp", "edit_group", "Redigera grupp", "created_group", "Gruppen har skapats", "updated_group", "Gruppen har uppdaterats", "archived_groups", ":value grupper har arkiverats", "deleted_groups", ":value grupper har raderats", "restored_groups", ":value grupper har \xe5terst\xe4llts", "archived_group", "Gruppen har arkiverats", "deleted_group", "Gruppen har raderats", "restored_group", "Gruppen har \xe5terst\xe4llts", "upload_logo", "Ladda upp logotyp", "uploaded_logo", "Logotypen har laddats upp", "logo", "Logotyp", "saved_settings", "Inst\xe4llningarna har sparats", _s16_171, "Produkt inst\xe4llningar", "device_settings", "Enhetsinst\xe4llningar", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_109, "Avancerade inst\xe4llningar", "company_details", "F\xf6retagsinformation", "user_details", "Anv\xe4ndaruppgifter", "localization", "Spr\xe5kanpassning", "online_payments", "Onlinebetalningar", "tax_rates", "Momsniv\xe5er", "notifications", "Meddelanden", "import_export", "Importera/Exportera", "custom_fields", "Anpassade f\xe4lt", "invoice_design", "Fakturadesign", "buy_now_buttons", "K\xf6p Nu knappar", "email_settings", "E-postinst\xe4llningar", _s23_40, "Mallar och p\xe5minnelser", _s22_58, "Kreditkort och banker", _s19_55, _s17_143, "price", "Pris", "email_sign_up", "Registrera dig via e-post", "google_sign_up", "Registrera dig via Google", _s27_42, "Tack f\xf6r ditt k\xf6p!", "redeem", "L\xf6s in", "back", "Tillbaka", "past_purchases", "Tidigare k\xf6p", _s19_57, "\xc5rlig prenumeration", "pro_plan", "Pro prenumeration", "enterprise_plan", "Enterprise prenumeration", "count_users", ":count anv\xe4ndare", "upgrade", "Uppgradera", _s25_45, "Ange ett f\xf6rnamn", _s24_45, "Ange ett efternamn", _s33_21, "Godk\xe4nn anv\xe4ndarvillkoren och sekretesspolicyn f\xf6r att skapa ett konto.", "i_agree_to_the", "Jag godk\xe4nner", _s16_173, "Villkor f\xf6r tj\xe4nsten", "privacy_policy", "Integritetspolicy", "sign_up", "Registrera dig", "account_login", "Inloggning", "view_website", "Visa webbplats", "create_account", "Skapa konto", "email_login", "E-postinloggning", "create_new", "Skapa Ny", _s18_90, "Ingen posts har valts", _s21_79, "Spara eller avbryt dina \xe4ndringar", "download", "Ladda ner", _s27_43, "Kr\xe4ver en enterprise prenumeration", "take_picture", "Ta en bild", "upload_file", "Ladda upp en fil", "document", "Dokument", "documents", "Dokument", "new_document", "Nytt dokument", "edit_document", "Redigera dokument", _s17_111, "Dokuementet har laddats upp", _s16_175, "Dokumentet har uppdaterats", _s17_112, "Dokumentet har arkiverats", _s16_176, "Dokumentet har raderats", _s17_113, "Dokumentet har \xe5terst\xe4llts", _s18_92, ":value dokument har arkiverats", _s17_114, ":value dokument har raderats", _s18_93, ":value dokument har \xe5terst\xe4llts", "no_history", "Ingen historik", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_177, "Loggad", _s16_178, "I v\xe4ntan p\xe5", _s16_179, "Fakturerad", "converted", "Konvertera", _s24_47, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_180, "Konvertera valuta", "mark_paid", "Markera betald", "category", "Kategori", "address", "Adress", "new_vendor", "Ny leverant\xf6r", "created_vendor", "Framg\xe5ngsrikt skapat leverant\xf6r", "updated_vendor", "Framg\xe5ngsrikt uppdaterat leverant\xf6r", "archived_vendor", "Framg\xe5ngsrikt arkiverat leverant\xf6r", "deleted_vendor", "Framg\xe5ngsrikt raderat leverant\xf6r", "restored_vendor", "Lyckades \xe5terst\xe4lla leverant\xf6r", _s16_181, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_182, ":value leverant\xf6rer har \xe5terst\xe4llts", "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_183, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_184, "Lyckades \xe5terst\xe4lla utgifter", _s17_115, "Framg\xe5ngsrikt arkiverat kostnader", _s16_185, "Framg\xe5ngsrikt tagit bort kostnader", _s17_116, ":value utgifter har \xe5terst\xe4llts", "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_80, "Det gick inte att hitta posten", "invoiced", "Fakturerad", "logged", "Loggat", "running", "K\xf6rs", "resume", "\xc5teruppta", "task_errors", "Korrigera \xf6verlappande tider", "start", "Start", "stop", "Stoppa", "started_task", "Startat uppgift utan problem", "stopped_task", "Framg\xe5ngsrikt stoppad uppgift", "resumed_task", "fortsatt uppgiften utan problem", "now", "Nu", _s16_186, "Starta automatiskt uppgifter", "timer", "Timer", "manual", "Manuell", "budgeted", "Budgeterat", "start_time", "Start-tid", "end_time", "Sluttid", "date", "Datum", "times", "Tider", "duration", "Varaktighet", "new_task", "Ny uppgift", "created_task", "Framg\xe5ngsrikt skapad uppgift", "updated_task", "Lyckad uppdatering av uppgift", "archived_task", "Framg\xe5ngsrikt arkiverad uppgift", "deleted_task", "Framg\xe5ngsrikt raderad uppgift", "restored_task", "Framg\xe5ngsrikt \xe5terst\xe4lld uppgift", "archived_tasks", "Framg\xe5ngsrikt arkiverade :count uppgifter", "deleted_tasks", "Framg\xe5ngsrikt raderade :count uppgifter", "restored_tasks", ":value uppgifter har \xe5terst\xe4llts", _s19_59, "Ange ett namn", "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_188, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_189, "Projekt \xe5terst\xe4llt", _s17_117, ":count projekt arkiverade", _s16_190, ":count projekt borttagna", _s17_118, ":value projekt har \xe5terst\xe4llts", "new_project", "Nytt projekt", _s27_47, "Tack f\xf6r att du anv\xe4nder v\xe5r app!", "if_you_like_it", "Om du gillar det", "click_here", "klicka h\xe4r", _s18_94, "Klicka h\xe4r", "to_rate_it", "att betygs\xe4tta det.", "average", "Genomsnitt", "unapproved", "Icke godk\xe4nd", _s30_15, "V\xe4nligen autentisera f\xf6r att \xe4ndra denna inst\xe4llning", "locked", "L\xe5st", "authenticate", "Autentisera", _s19_61, "V\xe4nligen autentisera", _s24_49, "Biometrisk autentisering", "footer", "Sidfot", "compare", "J\xe4mf\xf6r", "hosted_login", "Hosted inloggning", "selfhost_login", "Sj\xe4lvhostad inloggning", "google_sign_in", "Logga in med Google", "today", "Idag", "custom_range", "Anpassat intervall", "date_range", "Datumintervall", "current", "Nuvarande", "previous", "F\xf6reg\xe5ende", "current_period", "Nuvarande period", _s17_119, "J\xe4mf\xf6relseperiod", "previous_period", _s17_225, "previous_year", _s17_225, "compare_to", "J\xe4mf\xf6r med", "last7_days", "Senaste 7 dagarna", "last_week", "F\xf6rra veckan", "last30_days", "Senaste 30 dagarna", "this_month", "Denna m\xe5naden", "last_month", "Senaste m\xe5naden", "this_year", "Detta \xe5ret", "last_year", "Senaste \xe5ret", "custom", "Utforma", _s16_191, "Klona till faktura", "clone_to_quote", "Klona till offert", "clone_to_credit", "Klona till kredit", "view_invoice", "Visa faktura", "convert", "Konvertera", "more", "Mer", "edit_client", "Redigera kund", "edit_product", "Redigera produkt", "edit_invoice", "Redigera faktura", "edit_quote", "\xc4ndra offert", "edit_payment", "\xc4ndra betalning", "edit_task", "Redigera uppgift", "edit_expense", "Redigera kostnad", "edit_vendor", "\xc4ndra leverant\xf6r", "edit_project", "\xc4ndra produkt", _s20_72, "Redigera \xe5terkommande offerter", "billing_address", "Fakturaadress", _s16_193, "Leveransadress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_107, "active_clients", "aktiva kunder", "close", "St\xe4ng", "email", "E-post", "password", "L\xf6senord", "url", "URL", "secret", "Hemlig", "name", "Namn", "logout", "Logga ut", "login", "Logga in", "filter", "Filter", "sort", "Sortera", "search", "S\xf6k", "active", "Aktiv", "archived", "Arkiverad", "deleted", "Ta bort", "dashboard", "\xd6versikt", "archive", "Arkiv", "delete", "Ta bort", "restore", "\xc5terst\xe4ll", _s16_195, "Uppdatering klar", _s23_41, "Ange din e-postadress", _s26_34, "Ange ditt l\xf6senord", _s21_83, "Ange din URL", _s26_36, "Ange din produktnyckel", "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_121, "Ett fel uppstod", "paid_to_date", "Betalt hittills", "balance_due", "Resterande belopp", "balance", "Balans", "overview", "\xd6versikt", "details", "Detaljer", "phone", "Telefon", "website", "Hemsida", "vat_number", "Momsregistreringsnummer", "id_number", "ID-nummer", "create", "Skapa", _s19_63, "Kopierade :value till urklipp", "error", "Error", _s16_197, "Kunde inte starta", "contacts", "Kontakter", "additional", "Ytterligare", "first_name", "F\xf6rnamn", "last_name", "Efternamn", "add_contact", "L\xe4gg till kontakt", "are_you_sure", "\xc4r du s\xe4ker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Ta bort", _s16_199, "E-postadressen \xe4r ogiltig", "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_201, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_202, "Produkt \xe5terst\xe4lld", _s17_123, "Arkiverade :count produkter utan problem", _s16_203, ":count produkter borttagna", _s17_124, ":value produkter har \xe5terst\xe4llts", "product_key", "Produkt", "notes", "Notis", "cost", "Kostnad", "client", "Kund", "clients", "Kunder", "new_client", "Ny kund", "created_client", "Kund skapad", "updated_client", "Kund uppdaterad", "archived_client", "Kund arkiverad", _s16_204, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_205, ":value kunder har \xe5terst\xe4llts", "address1", "Adress 1", "address2", "Adress 2", "city", "Ort", "state", "Landskap", "postal_code", "Postnummer", "country", "Land", "invoice", "Faktura", "invoices", "Fakturor", "new_invoice", "Ny faktura", "created_invoice", "Faktura skapad", "updated_invoice", "Faktura uppdaterad", _s16_206, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_207, "Faktura \xe5terst\xe4lld", _s17_125, ":count fakturor arkiverade", _s16_208, ":count fakturor borttagna", _s17_126, ":value fakturor har \xe5terst\xe4llts", "emailed_invoice", "Faktura skickad som e-post", "emailed_payment", "Epostade betalningen utan problem", "amount", "Summa", "invoice_number", "Fakturanummer", "invoice_date", "Fakturadatum", "discount", "Rabatt", "po_number", "Referensnummer", "terms", "Villkor", "public_notes", "Publika noteringar", "private_notes", "Privata anteckningar", "frequency", "Frekvens", "start_date", "Startdatum", "end_date", "Slutdatum", "quote_number", "Offertnummer", "quote_date", "Offertdatum", "valid_until", "Giltig till", "items", "Artiklar", "partial_deposit", "Delvis/deposition", "description", "Beskrivning", "unit_cost", "Enhetspris", "quantity", "Antal", "add_item", "L\xe4gg till artikel", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Totala summan", "pdf", "PDF", "due_date", "Sista betalningsdatum", _s16_209, "Delvis f\xf6rfallen", "status", "Status", _s17_127, "Fakturastatus", "quote_status", "Offertstatus", _s22_59, "Klicka + f\xf6r att l\xe4gga till en artikel", _s22_61, "Klicka + f\xf6r att l\xe4gga till tid", "count_selected", ":count markerade", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Avf\xe4rda", _s20_74, "V\xe4lj ett datum", _s22_62, "V\xe4lj en kund", _s24_51, "V\xe4lj en faktura", "task_rate", "Uppgifts taxa", "settings", "Inst\xe4llningar", "language", "Spr\xe5k", "currency", "Valuta", "created_at", "Skapat datum", "created_on", "Skapad", "updated_at", "Uppdaterad", "tax", "Moms", _s30_17, "Ange ett fakturanummer", _s27_51, "Ange ett offertnummer", "past_due", "F\xf6rfallen", "draft", "Utkast", "sent", "Skickat", "viewed", "Visad", "approved", "Godk\xe4nd", "partial", "delins\xe4ttning", "paid", "Betald", "mark_sent", "Markera skickad", _s22_64, "Fakturan har markerats som skickad", _s22_65, "Fakturan har markerats som betalad", _s23_43, "Fakturorna har markerats som skickade", _s23_44, "Fakturorna har markerats som betalade", "done", "Klar", _s37_18, "Ange kundens namn eller kontaktperson", "dark_mode", "M\xf6rkt l\xe4ge", _s27_53, "Starta om appen f\xf6r att till\xe4mpa \xe4ndringen", "refresh_data", "Uppdatera data", "blank_contact", "Tom kontakt", "activity", "H\xe4ndelse", _s16_211, "Inga uppgifter funna", "clone", "Kopiera", "loading", "Laddar", "industry", "Industri", "size", "Storlek", "payment_terms", _s17_224, "payment_date", "Betalningsdatum", "payment_status", "Betalningsstatus", _s16_213, "V\xe4ntande", _s16_214, "Ogiltig", _s16_215, "Misslyckad", _s16_216, "Avslutad", _s16_217, _s18_205, _s16_218, "\xc5terbetalad", _s17_128, "Outnyttjad", _s17_129, "Delvis oanv\xe4nd", "net", "Netto", "client_portal", "Kundportal", "show_tasks", "Visa uppgifter", "email_reminders", "E-postp\xe5minnelser", "enabled", "Aktiverad", "recipients", "Mottagare", "initial_email", "P\xe5b\xf6rja epost", "first_reminder", "F\xf6rsta P\xe5minnelse", "second_reminder", "Andra P\xe5minnelse", "third_reminder", _s17_172, "reminder1", "F\xf6rsta p\xe5minnelsen", "reminder2", "Andra p\xe5minnelsen", "reminder3", "Tredje p\xe5minnelsen", "template", "Mall", "send", "Skicka", "subject", "Subject", "body", "Organisation/Avdelning", "send_email", "Skicka epost", "email_receipt", "E-posta kvitto till kunden", "auto_billing", "Automatisk fakturering", "button", "Knapp", "preview", "F\xf6rhandsgranska", "customize", "Skr\xe4ddarsy", "history", "Historik", "payment", "Betalning", "payments", "Betalningar", "refunded", "\xc5terbetalad", "payment_type", "Betalningstyp", _s21_85, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_219, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_220, "betalning \xe5terst\xe4lld", _s17_130, ":count betalningar arkiverade", _s16_221, ":count betalningar borttagna", _s17_131, ":value betalningar har \xe5terst\xe4llts", "quote", "Offert", "quotes", "Offerter", "new_quote", "Ny offert", "created_quote", "Offert skapad", "updated_quote", "Offert uppdaterad", "archived_quote", "Offert arkiverad", "deleted_quote", "Offert borttagen", "restored_quote", "Offert \xe5terst\xe4lld", "archived_quotes", ":count offerter arkiverade", "deleted_quotes", ":count offerter borttagna", "restored_quotes", ":value offerter har \xe5terst\xe4llts", "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverant\xf6r", "vendors", "Leverant\xf6rer", "task", "Uppgift", "tasks", "Uppgifter", "project", "Projekt", "projects", "Projekt", "activity_1", ":user skapade kund :client", "activity_2", ":user arkiverade kund :client", "activity_3", ":user raderade kund :client", "activity_4", ":user skapade faktura :invoice", "activity_5", ":user uppdaterade faktura :invoice", "activity_6", ":user mailade faktura :invoice f\xf6r :client till :contact", "activity_7", ":contact visade faktura :invoice f\xf6r :client", "activity_8", ":user arkiverade faktura :invoice", "activity_9", ":user raderade faktura :invoice", "activity_10", _s85_0, "activity_11", ":user uppdaterade betalning :payment", "activity_12", ":user arkiverade betalning :payment", "activity_13", ":user tog bort betalning :payment", "activity_14", ":user skickade in :credit kredit", "activity_15", ":user updaterade :credit kredit", "activity_16", ":user arkiverade :credit kredit", "activity_17", ":user tog bort :credit kredit", "activity_18", ":user skapade offert :quote", "activity_19", ":user uppdaterade offert :quote", "activity_20", ":user mailade offert :quote f\xf6r :client f\xf6r :contact", "activity_21", ":contact visade offert :quote", "activity_22", ":user arkiverade offert :quote", "activity_23", ":user tog bort offert :quote", "activity_24", ":user \xe5terst\xe4llde offert :quote", "activity_25", ":user \xe5terst\xe4llde faktura :invoice", "activity_26", ":user \xe5terst\xe4llde kund :client", "activity_27", ":user \xe5terst\xe4llde betalning :payment", "activity_28", ":user \xe5terst\xe4llde :credit kredit", "activity_29", _s42_13, "activity_30", ":user skapade leverant\xf6r :vendor", "activity_31", ":user arkiverade leverant\xf6r :vendor", "activity_32", ":user tog bort leverant\xf6r :vendor", "activity_33", ":user \xe5terst\xe4llde leverant\xf6r :vendor", "activity_34", ":user skapade kostnad :expense", "activity_35", ":user arkiverade kostnad :expense", "activity_36", ":user tog bort kostnad :expense", "activity_37", ":user \xe5terst\xe4llde kostnad :expense", "activity_39", ":user avbr\xf6t en :payment_amount betalning :payment", "activity_40", ":user \xe5terbetalade :adjustment av en :payment_amount betalning :payment", "activity_41", ":payment_amount betalning (:payment) misslyckad", "activity_42", ":user skapade uppgift :task", "activity_43", ":user uppdaterade uppgift :task", "activity_44", ":user arkiverade uppgift :task", "activity_45", ":user tog bort uppgift :task", "activity_46", ":user \xe5terst\xe4llde uppgift :task", "activity_47", ":user uppdaterade kostnad :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", ":user \xe5ter\xf6ppnade \xe4rende :ticket", "activity_55", ":contact svarade p\xe5 \xe4rende :ticket", "activity_56", ":user visade \xe4rende :ticket", "activity_57", "Systemet kunde inte skicka fakturan via e-post :invoice", "activity_58", ":user omv\xe4nd faktura :invoice", "activity_59", ":user avbruten faktura :invoice", "activity_60", ":contact har kollat p\xe5 offerten :quote", "activity_61", ":user uppdaterade kunden :client", "activity_62", ":user uppdaterade leverant\xf6ren :vendor", "activity_63", ":user mejlade f\xf6rsta p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_64", ":user emaimejlade andra p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_65", ":user mejlade tredje p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_66", ":user mejlade en o\xe4ndlig p\xe5minnelse f\xf6r faktura :invoice till :contact", "activity_80", ":user skapade prenumerationen :subscription", "activity_81", ":user uppdaterade prenumerationen :subscription", "activity_82", ":user arkiverade prenumerationen :subscription", "activity_83", ":user raderade prenumerationen :subscription", "activity_84", ":user \xe5terst\xe4llde prenumerationen :subscription", _s17_132, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s32_37, _s20_76, "Offerten har markerats som skickad", _s21_87, "Krediten har markerats som skickad", "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_66, "Tryck l\xe4nge p\xe5 meny", "custom_value1", "Anpassat v\xe4rde", "custom_value2", "Anpassat v\xe4rde", "custom_value3", "Anpassat v\xe4rde 3", "custom_value4", "Anpassat v\xe4rde 4", _s18_95, "Anpassad e-poststil", _s24_56, "Anpassat \xf6versiktsmeddelande", _s29_37, "Anpassat obetalt fakturameddelande", _s27_58, "Anpassat betalt fakturameddelande", _s31_18, "Anpassat icke godk\xe4nt offertmeddelande", "lock_invoices", "L\xe5s fakturor", "translations", "\xd6vers\xe4ttningar", _s19_64, "Uppgift nummerformat", _s19_66, "Uppgift nummerr\xe4knare", _s22_68, "Utgift nummerformat", _s22_70, "Utgift nummerr\xe4knare", _s21_88, "Leverant\xf6r nummerformat", _s21_90, "Leverant\xf6r nummerr\xe4knare", _s21_92, "\xc4rende nummerformat", _s21_94, "\xc4rende nummerr\xe4knare", _s22_72, "Betalning nummerformat", _s22_74, "Betalning nummerr\xe4knare", _s22_76, "Faktura nummerformat", _s22_78, "Fakturar\xe4knare", _s20_77, "Offert nummerformat", _s20_79, "Offertr\xe4knare", _s21_96, "Kund nummerformat", _s21_98, "Kund nummerr\xe4knare", _s21_100, "Kredit nummerformat", _s21_101, "Kredit nummerr\xe4knare", _s18_97, "\xc5terst\xe4ll r\xe4knedatum", "counter_padding", "Utfyllnad f\xf6r r\xe4knare", _s28_57, "Delad r\xe4knare f\xf6r fakturor och offerter", _s18_99, "Standardskattnamn 1", _s18_101, "Standard skattesats 1", _s18_103, "Standardskattnamn 2", _s18_105, "Standard skattesats 2", _s18_107, "Standardskattnamn 3", _s18_109, "Standard skattesats 3", _s21_102, "E-postfakturans \xe4mne", _s19_68, "E-postoffertens \xe4mne", _s21_104, "E-postbetalningens \xe4mne", _s29_39, "\xc4mne f\xf6r delbetalning via e-post", "show_table", "Visa tabell", "show_list", "Visa lista", "client_city", "Kundens stad", "client_state", "Kundens landskap", "client_country", "Kundens land", _s16_222, "Kunden \xe4r aktiv", "client_balance", "Kundens balans", "client_address1", "Kundens adress 1", "client_address2", "Kundens adress 2", "vendor_address1", "Leverant\xf6rsadress", "vendor_address2", "Leverant\xf6rsadress 2", _s24_58, "Kundens leveransadress 1", _s24_59, "Kundens leveransadress 2", "type", "Typ", "invoice_amount", "Faktura belopp", _s16_226, "F\xf6rfallodatum", "tax_rate1", "Skattesats 1", "tax_rate2", "Skattesats 2", "tax_rate3", "Skattesats 3", "auto_bill", "Auto debitera", "archived_at", "Arkiverad kl", "has_expenses", "Har utgifter", "custom_taxes1", "Anpassade skatter 1", "custom_taxes2", "Anpassade skatter 2", "custom_taxes3", "Anpassade skatter 3", "custom_taxes4", "Anpassade skatter 4", _s17_134, _s25_93, _s17_135, _s25_94, _s17_136, _s25_95, _s17_137, _s25_96, "is_deleted", "\xc4r raderad", "vendor_city", "Leverant\xf6rens stad", "vendor_state", "Leverant\xf6rens landskap", "vendor_country", "Leverant\xf6rens land", "is_approved", "\xc4r godk\xe4nd", "tax_name", "Skattenamn", "tax_amount", "Moms summa", "tax_paid", "Moms betalad", "payment_amount", "Betald summa", "age", "\xc5lder", "is_running", "K\xf6rs", "time_log", "Tidslogg", "bank_id", "Bank", _s19_70, "Utgiftskategori ID", _s16_227, "Kostnads kategori", _s19_72, "Fakturavaluta ID", "tax_name1", "Skattnamn 1", "tax_name2", "Skattnamn 2", "tax_name3", "Skattnamn 3", "transaction_id", "Transaktions ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e04\u0e49\u0e32\u0e07", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", _s17_11, _s17_12, "week", "\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a :amount \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19 :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0e14\u0e39\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 # :expense", "view_statement", "\u0e14\u0e39\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "\u0e23\u0e30\u0e1a\u0e1a", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "\u0e08\u0e32\u0e01\u0e0a\u0e37\u0e48\u0e2d", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s21_22, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_27, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_2, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_3, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s26_4, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_4, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_5, _s38_2, _s26_5, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e41\u0e25\u0e49\u0e27", _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_23, "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "order", "Order", "unassigned", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22", "partial_value", "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e14\u0e40\u0e21\u0e19\u0e22\u0e48\u0e2d\u0e22\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e07.", _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0e07\u0e32\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0e0b\u0e48\u0e2d\u0e19", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", "sample", "\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "map_to", "Map To", "import", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32", _s25_15, _s29_7, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_62, _s16_63, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e08\u0e48\u0e32\u0e22", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "invoice_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e15\u0e32\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "credit_total", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_46, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_46, _s21_47, _s24_31, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_32, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_19, "\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e47\u0e1a\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s24_33, "\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_34, _s37_7, _s25_20, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s27_23, "\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_49, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_53, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_28, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_29, _s38_11, _s26_14, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u0e14\u0e39\u0e1e\u0e2d\u0e23\u0e4c\u0e17\u0e31\u0e25", "copy_link", "Copy Link", "token_billing", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s24_37, _s24_38, "always", "\u0e15\u0e25\u0e2d\u0e14\u0e40\u0e27\u0e25\u0e32", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "client_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_convert", "Auto Convert", "company_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_quotes", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_credits", _s28_58, "gateway", "\u0e40\u0e01\u0e15\u0e40\u0e27\u0e22\u0e4c", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", "statement", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "taxes", "\u0e20\u0e32\u0e29\u0e35", "surcharge", "\u0e04\u0e34\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "apply_payment", "Apply Payment", "apply_credit", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0e44\u0e1b\u0e22\u0e31\u0e07", "health_check", "Health Check", "payment_type_id", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_65, _s17_66, "recent_payments", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "upcoming_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", "expired_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "create_client", "Create Client", "create_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "create_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "create_payment", "Create Payment", "create_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "update_quote", "Update Quote", "delete_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "update_invoice", "Update Invoice", "delete_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "update_client", "Update Client", "delete_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "delete_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "update_vendor", "Update Vendor", "delete_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "create_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19", "update_task", "Update Task", "delete_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19", "approve_quote", "Approve Quote", "off", "\u0e1b\u0e34\u0e14", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0e1f\u0e23\u0e35", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "\u0e41\u0e01\u0e49\u0e44\u0e02 Token", "created_token", "\u0e2a\u0e23\u0e49\u0e32\u0e07 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_token", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_token", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 Token \u0e41\u0e25\u0e49\u0e27", "deleted_token", "\u0e25\u0e1a Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_349, "email_credit", "Email Credit", "email_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s20_55, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_56, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s21_56, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0e22\u0e2d\u0e14\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0e1e\u0e34\u0e40\u0e28\u0e29", "inclusive", "\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_77, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_79, "\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c / \u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10", "custom1", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "custom2", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u0e25\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", _s16_93, _s32_10, _s18_58, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e04\u0e37\u0e19\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u0e27\u0e31\u0e19", "age_group_30", "30 - 60 \u0e27\u0e31\u0e19", "age_group_60", "60 - 90 \u0e27\u0e31\u0e19", "age_group_90", "90 - 120 \u0e27\u0e31\u0e19", "age_group_120", "120+ \u0e27\u0e31\u0e19", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s20_157, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_47, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27", "load_design", "\u0e42\u0e2b\u0e25\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_59, "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e0d\u0e0a\u0e35", "credit_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credit", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credits", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "new_credit", "\u0e1b\u0e49\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "edit_credit", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "created_credit", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_credit", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e41\u0e25\u0e49\u0e27", "archived_credit", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_credit", "\u0e25\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_credit", _s27_36, "restored_credit", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_100, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "deleted_credits", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s16_101, _s36_9, "current_version", "\u0e23\u0e38\u0e48\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15", "number", "Number", "export", "\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "chart", "\u0e41\u0e1c\u0e19\u0e20\u0e39\u0e21\u0e34", "count", "Count", "totals", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "blank", "\u0e27\u0e48\u0e32\u0e07", "day", "\u0e27\u0e31\u0e19", "month", "\u0e40\u0e14\u0e37\u0e2d\u0e19", "year", "\u0e1b\u0e35", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0e08\u0e31\u0e14\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e32\u0e21", "credit_balance", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "\u0e23\u0e2b\u0e31\u0e2a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "assigned_to", "Assigned to", "created_by", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e14\u0e22 :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0e04\u0e2d\u0e25\u0e31\u0e21", "aging", "\u0e2d\u0e32\u0e22\u0e38\u0e25\u0e39\u0e01\u0e2b\u0e19\u0e35\u0e49", "profit_and_loss", "\u0e01\u0e33\u0e44\u0e23\u0e41\u0e25\u0e30\u0e02\u0e32\u0e14\u0e17\u0e38\u0e19", "reports", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "report", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "add_company", "\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", "refund", "\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "multiselect", "Multiselect", "entity_state", "\u0e2a\u0e16\u0e32\u0e19\u0e30", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "support forum", "about", "About", "documentation", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", "contact_us", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32", "subtotal", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "line_total", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "\u0e43\u0e0a\u0e48", "no", "\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u0e14\u0e39", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_44, _s20_67, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_144, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "late_fees", "Late Fees", "credit_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "payment_number", "Payment Number", "late_fee_amount", "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e08\u0e33\u0e19\u0e27\u0e19", _s16_145, "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "schedule", "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e40\u0e27\u0e25\u0e32", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "\u0e27\u0e31\u0e19", "invoice_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "payment_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", _s16_349, _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_78, "\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2d\u0e37\u0e48\u0e19 \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "user_management", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "users", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "new_user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48", "edit_user", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "created_user", _s25_36, "updated_user", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_user", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e49\u0e27", "deleted_user", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_user", _s25_39, "restored_user", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b", "invoice_options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s17_92, "\u0e0b\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", _s22_55, '\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48 "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48" \u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27', _s23_29, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_21, "\u0e23\u0e27\u0e21\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e41\u0e19\u0e1a\u0e21\u0e32\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_153, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_154, "\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "first_page", "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e23\u0e01", "all_pages", "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "last_page", "\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u0e2a\u0e35\u0e2b\u0e25\u0e31\u0e01", "secondary_color", "\u0e2a\u0e35\u0e23\u0e2d\u0e07", "page_size", "\u0e02\u0e19\u0e32\u0e14\u0e2b\u0e19\u0e49\u0e32", "font_size", "\u0e02\u0e19\u0e32\u0e14\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", "quote_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "invoice_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "product_fields", "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "invoice_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_footer", "\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_32, "\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0e23\u0e32\u0e22\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_two_weeks", "\u0e2a\u0e2d\u0e07\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_four_weeks", "\u0e2a\u0e35\u0e48\u0e2a\u0e31\u0e1a\u0e14\u0e32\u0e2b\u0e4c", "freq_monthly", "\u0e23\u0e32\u0e22\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_two_months", "2 \u0e40\u0e14\u0e37\u0e2d\u0e19", _s17_96, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_155, "Four months", "freq_six_months", "\u0e2b\u0e01\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_annually", "\u0e23\u0e32\u0e22\u0e1b\u0e35", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_97, "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19", "charge_taxes", "\u0e20\u0e32\u0e29\u0e35\u0e04\u0e48\u0e32\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "next_reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e04\u0e23\u0e31\u0e49\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b", "reset_counter", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e15\u0e31\u0e27\u0e19\u0e31\u0e1a", _s16_157, "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32 \u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_9, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_33, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_22, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s25_41, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_10, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e31\u0e14\u0e2b\u0e32\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19", _s23_34, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_57, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s27_38, "\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d \u0e2b\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e48\u0e2d\u0e19\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "authorization", "\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15", "subdomain", "Subdomain", "domain", "\u0e42\u0e14\u0e40\u0e21\u0e19", "portal_mode", "Portal Mode", "email_signature", "\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e04\u0e32\u0e23\u0e1e", _s24_41, "\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22\u0e02\u0e36\u0e49\u0e19\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e21\u0e32\u0e23\u0e4c\u0e01\u0e2d\u0e31\u0e1b schema.org \u0e25\u0e07\u0e43\u0e19\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "plain", "\u0e18\u0e23\u0e23\u0e21\u0e14\u0e32", "light", "\u0e1a\u0e32\u0e07", "dark", "\u0e21\u0e37\u0e14", "email_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Markup", "reply_to_email", "\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "bank_transfer", "\u0e42\u0e2d\u0e19\u0e40\u0e07\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14", "enable_max", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", "min_limit", "\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14 :min", "max_limit", "\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 :max", "min", "\u0e19\u0e49\u0e2d\u0e22", "max", "\u0e21\u0e32\u0e01", _s19_47, "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e42\u0e25\u0e42\u0e01\u0e49\u0e02\u0e2d\u0e07\u0e1a\u0e31\u0e15\u0e23", "credentials", "Credentials", "update_address", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", _s19_49, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e23\u0e30\u0e1a\u0e38\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e44\u0e27\u0e49", "rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32", "tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "new_tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e43\u0e2b\u0e21\u0e48", "edit_tax_rate", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", _s16_162, _s28_91, _s16_163, _s28_91, _s17_104, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_84, "\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e08\u0e30\u0e40\u0e15\u0e34\u0e21\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "update_products", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s20_69, "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 \u0e08\u0e30\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21", "limits", "\u0e08\u0e33\u0e01\u0e31\u0e14", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "monday", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "tuesday", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "wednesday", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "thursday", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "friday", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "saturday", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c", "january", "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", "february", "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", "march", "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", "april", "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", "may", "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", "june", "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", "july", "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", "august", "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", "september", "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", "october", "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", "november", "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", "december", "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "www", "saved_settings", _s27_41, _s16_171, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "device_settings", "Device Settings", "defaults", "\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "basic_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19", _s17_109, "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07", "company_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "user_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "localization", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e17\u0e49\u0e2d\u0e07\u0e16\u0e34\u0e48\u0e19", "online_payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c", "tax_rates", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "notifications", "\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", "import_export", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32 | \u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "custom_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", "invoice_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "buy_now_buttons", "\u0e1b\u0e38\u0e48\u0e21\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e14\u0e35\u0e4b\u0e22\u0e27\u0e19\u0e35\u0e49", "email_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", _s23_40, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_58, _s20_71, _s19_55, "\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e20\u0e32\u0e1e\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "privacy_policy", "\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", "sign_up", "\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", "account_login", "\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48", _s18_90, _s18_91, _s21_79, _s34_19, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23:", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1a\u0e34\u0e01\u0e08\u0e48\u0e32\u0e22", "pending", "\u0e23\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_47, "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "exchange_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", _s16_180, "\u0e41\u0e1b\u0e25\u0e07\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "mark_paid", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27", "category", "\u0e41\u0e04\u0e15\u0e15\u0e32\u0e25\u0e47\u0e2d\u0e01", "address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", "new_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", "created_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_vendor", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_vendor", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "restored_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_181, "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e04\u0e25\u0e31\u0e07\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "deleted_vendors", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", _s16_182, _s36_11, "new_expense", "\u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "created_expense", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_expense", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_183, _s26_86, "deleted_expense", _s18_206, _s16_184, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_115, _s26_86, _s16_185, _s18_206, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_80, _s21_81, "invoiced", "\u0e2d\u0e2d\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "logged", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32", "running", "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19", "resume", "\u0e17\u0e33\u0e15\u0e48\u0e2d\u0e44\u0e1b", "task_errors", "\u0e42\u0e1b\u0e23\u0e14\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e27\u0e25\u0e32\u0e0b\u0e49\u0e2d\u0e19\u0e17\u0e31\u0e1a\u0e01\u0e31\u0e19", "start", "\u0e40\u0e23\u0e34\u0e48\u0e21", "stop", "\u0e2b\u0e22\u0e38\u0e14", "started_task", _s25_47, "stopped_task", "\u0e2b\u0e22\u0e38\u0e14\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "resumed_task", "\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "now", "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49", _s16_186, _s16_187, "timer", "\u0e08\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32", "manual", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d", "budgeted", "Budgeted", "start_time", "\u0e40\u0e27\u0e25\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "end_time", "\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "times", "\u0e40\u0e27\u0e25\u0e32", "duration", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32", "new_task", "\u0e07\u0e32\u0e19\u0e43\u0e2b\u0e21\u0e48", "created_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_task", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_task", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_task", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_tasks", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e07\u0e32\u0e19", "deleted_tasks", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e07\u0e32\u0e19", "restored_tasks", _s34_20, _s19_59, "\u0e42\u0e1b\u0e23\u0e14\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", "budgeted_hours", "Budgeted Hours", "created_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_project", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_188, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_project", "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_189, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_117, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_190, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_118, _s37_15, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "\u0e04\u0e48\u0e32\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "unapproved", "\u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e27\u0e07", "date_range", "\u0e0a\u0e48\u0e27\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e35\u0e49", "last_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "this_year", "\u0e1b\u0e35\u0e19\u0e35\u0e49", "last_year", "\u0e1b\u0e35\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "custom", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "convert", "Convert", "more", "More", "edit_client", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "edit_product", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "edit_invoice", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "edit_quote", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "edit_payment", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "edit_task", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e07\u0e32\u0e19", "edit_expense", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "edit_vendor", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "edit_project", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s20_72, _s20_73, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_193, _s16_194, "total_revenue", "\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e23\u0e27\u0e21", "average_invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "outstanding", "\u0e42\u0e14\u0e14\u0e40\u0e14\u0e48\u0e19", "invoices_sent", _s20_157, "active_clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "close", "\u0e1b\u0e34\u0e14", "email", "\u0e2d\u0e35\u0e40\u0e21\u0e25", "password", "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", "url", "URL", "secret", "Secret", "name", "\u0e0a\u0e37\u0e48\u0e2d", "logout", "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e30\u0e1a\u0e1a", "login", "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", "filter", "\u0e01\u0e23\u0e2d\u0e07", "sort", "Sort", "search", "\u0e04\u0e49\u0e19\u0e2b\u0e32", "active", "\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "archived", "\u0e40\u0e01\u0e47\u0e1a\u0e16\u0e32\u0e27\u0e23", "deleted", "\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27", "dashboard", "\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", "archive", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e01\u0e48\u0e32", "delete", "\u0e25\u0e1a", "restore", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_121, _s17_122, "paid_to_date", "\u0e22\u0e2d\u0e14\u0e0a\u0e33\u0e23\u0e30\u0e41\u0e25\u0e49\u0e27", "balance_due", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "balance", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "overview", "Overview", "details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "phone", "\u0e42\u0e17\u0e23.", "website", "\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c", "vat_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e20\u0e32\u0e29\u0e35", "id_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", "create", "\u0e2a\u0e23\u0e49\u0e32\u0e07", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "additional", "Additional", "first_name", "\u0e0a\u0e37\u0e48\u0e2d", "last_name", "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25", "add_contact", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "are_you_sure", "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", "cancel", "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", "ok", "Ok", "remove", "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01", _s16_199, _s16_200, "product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "products", "\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c", "new_product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_product", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_product", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_201, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_product", "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s16_202, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_123, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_203, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_124, _s37_16, "product_key", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "notes", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", "cost", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "client", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "new_client", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "created_client", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_client", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_client", "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_204, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27: \u0e19\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "deleted_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_clients", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "restored_client", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_205, _s36_13, "address1", "\u0e16\u0e19\u0e19", "address2", "\u0e2d\u0e32\u0e04\u0e32\u0e23", "city", "\u0e2d\u0e33\u0e40\u0e20\u0e2d", "state", "\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14", "postal_code", "\u0e23\u0e2b\u0e31\u0e2a\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", "country", "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28", "invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoices", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "new_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "created_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_invoice", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_206, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_207, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_125, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_208, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s17_126, _s37_17, "emailed_invoice", "\u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_payment", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "amount", "\u0e22\u0e2d\u0e14\u0e40\u0e07\u0e34\u0e19", "invoice_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "discount", "\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14", "po_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d", "terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02", "public_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e41\u0e1a\u0e1a\u0e40\u0e1b\u0e34\u0e14", "private_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e20\u0e32\u0e22\u0e43\u0e19", "frequency", "\u0e04\u0e27\u0e32\u0e21\u0e16\u0e35\u0e48", "start_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21", "end_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "quote_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "valid_until", "\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "unit_cost", "\u0e23\u0e32\u0e04\u0e32\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e48\u0e27\u0e22", "quantity", "\u0e08\u0e33\u0e19\u0e27\u0e19", "add_item", "Add Item", "contact", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "work_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0e27\u0e31\u0e19\u0e16\u0e36\u0e07\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e0a\u0e33\u0e23\u0e30", _s16_209, _s16_210, "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "\u0e04\u0e25\u0e34\u0e4a\u0e01\u0e1b\u0e38\u0e48\u0e21 + \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "count_selected", ":count selected", "total", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "percent", "\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "edit", "\u0e41\u0e01\u0e49\u0e44\u0e02", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32", "language", "Language", "currency", "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0e20\u0e32\u0e29\u0e35", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0e14\u0e23\u0e32\u0e1f", "sent", "\u0e2a\u0e48\u0e07", "viewed", "Viewed", "approved", "Approved", "partial", "\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19 / \u0e40\u0e07\u0e34\u0e19\u0e1d\u0e32\u0e01", "paid", "\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "mark_sent", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e44\u0e27\u0e49", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_18, _s37_19, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_211, _s16_212, "clone", "\u0e17\u0e33\u0e0b\u0e49\u0e33", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30", "payment_date", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e08\u0e48\u0e32\u0e22", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u0e40\u0e1b\u0e34\u0e14", "recipients", "\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a", "initial_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "first_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "second_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0e41\u0e1a\u0e1a", "send", "Send", "subject", "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "body", "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "send_email", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_receipt", "\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_billing", "Auto billing", "button", "Button", "preview", "\u0e14\u0e39\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "customize", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07", "history", "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34", "payment", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "refunded", "Refunded", "payment_type", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s21_85, "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "enter_payment", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "new_payment", "\u0e1b\u0e49\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "created_payment", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_payment", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", _s16_219, "\u0e40\u0e01\u0e47\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_220, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_130, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s16_221, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s17_131, _s37_20, "quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "new_quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_quote", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_quote", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "deleted_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_quote", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_quotes", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "deleted_quotes", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "restored_quotes", _s35_22, "expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "expenses", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "vendors", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "task", "\u0e07\u0e32\u0e19", "tasks", "\u0e07\u0e32\u0e19", "project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "projects", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "activity_1", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_2", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :client", "activity_3", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_4", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_5", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_9", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 :payment", "activity_12", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_13", ":user \u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_14", ":user \u0e1b\u0e49\u0e2d\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_15", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_16", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_17", ":user \u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_18", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_19", ";user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0e14\u0e39\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_22", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_23", ":user \u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_24", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_25", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_26", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 :client", "activity_27", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_28", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_29", _s42_13, "activity_30", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_31", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_32", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_33", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_34", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_35", ":user \u0e44\u0e14\u0e49\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_36", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_37", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_39", ":user \u0e22\u0e01\u0e40\u0e25\u0e34\u0e01 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_40", ":usre \u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19 :adjustment\xa0\u0e02\u0e2d\u0e07 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_41", ":payment_amount \u0e08\u0e48\u0e32\u0e22\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 (:payment) \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", "activity_42", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19 :task", "activity_43", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19 :task", "activity_44", ":user \u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19 :task", "activity_45", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e07\u0e32\u0e19 :task", "activity_46", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19 :task", "activity_47", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_77, _s20_78, _s20_79, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_226, "\u0e27\u0e31\u0e19\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0e1a\u0e34\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e20\u0e32\u0e29\u0e35", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0e22\u0e2d\u0e14\u0e08\u0e48\u0e32\u0e22", "age", "\u0e2d\u0e32\u0e22\u0e38", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s19_70, _s19_71, _s16_227, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal(["field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_, _s24_, _s18_, _s23_, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_0, _s17_0, _s18_0, "Logged Tasks", _s20_0, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_1, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_1, _s29_, _s20_1, _s20_2, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_2, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_3, _s33_, _s21_6, _s34_0, _s18_3, _s18_4, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_5, _s18_6, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_2, "Clone to PO", _s20_4, _s41_0, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_3, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_0, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_5, _s20_6, _s20_7, _s20_8, _s26_0, _s21_7, _s18_7, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_9, _s20_10, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_11, _s17_10, _s22_14, _s22_15, _s45_1, _s23_4, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_12, _s20_13, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_8, _s18_9, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_5, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_6, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_14, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Beklemede", "view_map", "View Map", _s18_10, _s18_11, "add_gateway", "\xd6deme Sistemi Ekle", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_15, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_16, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", ":invoice nolu faturaya ekle", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_17, _s20_18, _s25_1, _s45_7, _s16_10, _s16_11, "range", "Aral\u0131k", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_7, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Onayla", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_19, _s20_20, _s27_6, _s27_7, _s23_8, _s23_9, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_21, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u015eifreyi belirle", _s17_14, _s59_, _s16_21, _s58_0, _s20_22, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_12, _s18_13, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Gideri g\xf6r # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_14, _s18_15, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_23, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_16, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_17, _s18_18, _s21_22, _s21_23, _s22_27, _s22_28, _s25_2, _s38_0, _s25_3, _s38_1, _s26_4, _s39_, _s25_4, _s28_34, _s25_5, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_6, _s25_7, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_24, _s35_8, "user_guide", "User Guide", _s18_19, _s18_20, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_8, _s25_9, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_10, _s25_11, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_10, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_12, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_21, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_11, _s23_12, _s28_6, _s41_1, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_22, _s18_23, _s23_13, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_24, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_25, _s18_26, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "S\u0131f\u0131rdan b\xfcy\xfck olmal\u0131 ve toplamdan daha az olmal\u0131", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Etkinle\u015ftir", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_13, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_25, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_27, _s18_28, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_29, _s18_30, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_31, _s18_32, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_26, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_27, _s33_7, _s20_28, _s33_8, _s21_34, _s34_5, _s20_29, _s33_9, _s20_30, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_31, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_33, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_14, _s23_15, "resend_invite", _s17_140, _s19_22, _s25_14, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_34, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_56, _s18_35, _s18_36, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_16, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_37, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_29, _s21_40, _s20_32, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_33, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Gizle", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_34, _s20_35, _s18_39, _s18_40, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_15, _s29_7, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_62, _s16_63, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Fatura Toplam", "quote_total", "Teklif Toplam", "credit_total", "Credit Total", _s23_17, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "M\xfc\u015fteri Ad\u0131", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_36, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_37, _s33_14, _s22_35, _s42_4, _s21_43, _s41_2, _s22_36, _s42_5, _s18_41, _s20_38, _s20_39, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_40, _s20_41, _s25_16, _s42_6, _s20_42, _s20_43, _s25_17, _s42_7, _s21_45, _s25_18, _s18_42, _s18_43, "task_settings", "Task Settings", _s20_44, _s20_45, _s18_44, "Gider Kategorisi", _s20_46, "Yeni Gider Kategorisi", _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_19, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_20, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_18, _s25_21, _s25_22, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_46, "Faturalanmal\u0131 m\u0131", _s23_19, _s33_23, _s29_8, _s26_44, _s21_50, _s20_48, _s16_68, _s16_69, _s18_47, _s18_48, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_23, _s38_5, _s25_24, _s38_6, _s25_25, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Tekrarlayan Fatura", _s18_49, "Tekrarlayan Faturalar", _s21_53, "Yeni Tekrarlayan Fatura", _s22_40, _s22_41, _s25_26, _s38_8, _s25_27, _s38_9, _s26_13, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_28, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_29, _s38_11, _s26_14, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_30, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_51, _s18_52, _s23_20, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u015eirket Ad\u0131", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_53, _s18_54, "pdf_page_info", _s23_21, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Saat", "statement", "Statement", "taxes", "Vergiler", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Kredi Uygula", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Kime", "health_check", "Health Check", "payment_type_id", "\xd6deme T\xfcr\xfc", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_49, _s20_50, _s20_51, _s20_52, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Yakla\u015fan Faturalar", _s17_65, _s17_66, "recent_payments", "Son \xd6demeler", "upcoming_quotes", "Tarihi Yakla\u015fan Teklifler", "expired_quotes", "Tarihi Dolan Teklifler", "create_client", "Create Client", "create_invoice", "Fatura Olu\u015ftur", "create_quote", "Teklif Olu\u015ftur", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Teklif Sil", "update_invoice", "Update Invoice", "delete_invoice", "Faturay\u0131 Sil", "update_client", "Update Client", "delete_client", "M\xfc\u015fteri Sil", "delete_payment", "\xd6deme Sil", "update_vendor", "Update Vendor", "delete_vendor", "Tedarik\xe7iyi Sil", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Gider Sil", "create_task", "G\xf6rev Olu\u015ftur", "update_task", "Update Task", "delete_task", "G\xf6rev Sil", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\xdccretsiz", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_53, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenlar", "new_token", "New Token", "edit_token", "Token d\xfczenle", "created_token", "Token ba\u015far\u0131yla olu\u015fturuldu", "updated_token", "Token ba\u015far\u0131yla g\xfcncellendi", "archived_token", "Token ba\u015far\u0131yla ar\u015fivlendi", "deleted_token", "Token ba\u015far\u0131yla silindi", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Faturay\u0131 E-Posta ile g\xf6nder", "email_quote", "Teklifi E-Posta ile G\xf6nder", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_54, _s41_3, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_22, _s23_23, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_55, _s33_15, _s20_56, _s33_16, _s21_56, _s34_12, _s20_57, _s33_17, _s20_58, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_4, _s22_46, _s42_10, "email_sign_in", _s18_113, "change", "Change", _s23_24, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredi Tutar\u0131", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_55, _s18_56, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_57, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_58, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_31, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s24_108, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_32, _s25_33, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\xdcstbilgi", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_59, _s18_60, "credit_date", "Kredi Tarihi", "credit", "Kredi", "credits", "Krediler", "new_credit", "Kredi Gir", "edit_credit", "Edit Credit", "created_credit", "Kredi ba\u015far\u0131yla olu\u015fturuldu", "updated_credit", _s27_34, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_36, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_100, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_101, _s36_9, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_5, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_61, "surcharge2", _s18_62, "surcharge3", _s18_63, "surcharge4", _s18_64, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "S\u0131f\u0131rla", "number", "Number", "export", "D\u0131\u015fa Aktar", "chart", "Grafik", "count", "Count", "totals", "Toplamlar", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupland\u0131r", "credit_balance", "Kredi Bakiyesi", _s18_65, _s18_66, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_67, "shipping_city", "Shipping City", "shipping_state", _s23_25, _s20_59, _s20_60, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Rapor", "add_company", "Firma Ekle", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Yard\u0131m", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Durum", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "Kimden", _s20_61, _s20_62, _s25_34, _s56_, _s20_63, _s34_14, _s18_68, _s18_69, _s23_26, _s33_24, _s18_70, _s18_71, "support_forum", "destek forum", "about", "About", "documentation", "Belgeler", "contact_us", "Contact Us", "subtotal", "Aratoplam", "line_total", "Tutar", "item", "\xd6\u011fe", "credit_email", "Credit Email", "iframe_url", "Web adresi", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_64, _s58_1, _s19_42, _s19_43, _s23_27, _s23_28, _s20_65, _s20_66, "deleted_logo", _s25_35, "yes", "Evet", "no", "Hay\u0131r", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "G\xf6r\xfcnt\xfcle", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_72, _s22_63, "configure_rates", "Configure rates", _s18_73, _s18_74, "tax_settings", "Vergi Ayarlar\u0131", _s18_75, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_67, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "program", "before_due_date", _s19_45, "after_due_date", _s18_76, _s18_77, _s22_54, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Teklif E-postas\u0131", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_78, _s66_, "user_management", "Kullan\u0131c\u0131 y\xf6netimi", "users", "Kullan\u0131c\u0131lar", "new_user", "Yeni Kullan\u0131c\u0131", "edit_user", "Kullan\u0131c\u0131 D\xfczenle", "created_user", _s25_36, "updated_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla silindi", "removed_user", _s25_39, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_92, "\xd6deme Tarihini Gizle", _s22_55, 'Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki "\xd6denen Tarihi" alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.', _s23_29, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u0130lk sayfa", "all_pages", "T\xfcm sayfalar", "last_page", "Son sayfa", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Birincil Renk", "secondary_color", "\u0130kincil Renk", "page_size", "Sayfa Boyutu", "font_size", "Font Boyutu", "quote_design", "Quote Design", "invoice_fields", "Fatura Alanlar\u0131", "product_fields", "Product Fields", "invoice_terms", "Fatura \u015eartlar\u0131", "invoice_footer", "Fatura Altbilgisi", "quote_terms", "Teklif \u015eartlar\u0131", "quote_footer", "Teklif Altbilgisi", _s18_79, "Auto Email", _s23_30, _s61_, _s18_80, "Auto Archive", _s23_31, _s53_1, _s18_81, "Auto Convert", _s23_32, _s70_, _s17_94, _s17_95, "freq_daily", "G\xfcnl\xfck", "freq_weekly", "Haftal\u0131k", "freq_two_weeks", "2 hafta", "freq_four_weeks", "4 hafta", "freq_monthly", "Ayl\u0131k", "freq_two_months", "Two months", _s17_96, "3 Ay", _s16_155, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_156, "Three Years", "never", "Never", "company", "\u015eirket", _s17_97, _s17_98, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "M\xfc\u015fteri Alan\u0131", "product_field", "\xdcr\xfcn Alan\u0131", "payment_field", "Payment Field", "contact_field", "\u0130leti\u015fim Alan\u0131", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Seri", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\xd6zel CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_40, _s22_56, _s30_9, _s61_0, _s23_33, _s20_68, _s28_22, _s59_0, _s25_41, _s17_103, _s30_10, _s42_11, _s23_34, "Quote Signature", _s22_57, _s25_42, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_41, "M\xfc\u015fterilerinizin e-postalar\u0131n\u0131za schema.org i\u015faretleme ekleyerek \xf6deme yapmalar\u0131n\u0131 kolayla\u015ft\u0131r\u0131n.", "plain", "D\xfcz", "light", "Ayd\u0131nl\u0131k", "dark", "Koyu", "email_design", "E-Posta Dizayn\u0131", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0130\u015faretlemeyi Etkinle\u015ftir", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredi Kart\u0131", "bank_transfer", "Banka Transferi (EFT/Havale)", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_49, "M\xfc\u015fterinin adresini verilen ayr\u0131nt\u0131larla g\xfcncelleyin", "rate", "Tarife", "tax_rate", "Vergi Oran\u0131", "new_tax_rate", "Yeni Vergi Oran\u0131", "edit_tax_rate", "Vergi oran\u0131 d\xfczenle", _s16_162, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_163, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_104, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_164, _s29_16, _s17_105, _s30_11, _s18_82, _s38_12, _s17_106, _s37_10, _s18_83, _s38_13, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_84, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_69, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_70, "Edit Gateway", _s23_35, _s28_23, _s23_36, _s28_24, _s24_42, _s29_17, _s23_37, _s28_25, _s24_43, _s29_18, _s25_43, _s37_11, _s24_44, _s36_10, _s25_44, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_38, _s23_39, "sunday", "Pazar", "monday", "Pazartesi", "tuesday", "Sal\u0131", "wednesday", "\xc7ar\u015famba", "thursday", "Per\u015fembe", "friday", "Cuma", "saturday", "Cumartesi", "january", "Ocak", "february", "\u015eubat", "march", "Mart", "april", "Nisan", "may", "May\u0131s", "june", "Haziran", "july", "Temmuz", "august", "A\u011fustos", "september", "Eyl\xfcl", "october", "Ekim", "november", "Kas\u0131m", "december", "Aral\u0131k", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Saat Zaman Bi\xe7imi", _s18_85, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_86, _s18_87, _s18_88, _s18_89, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_109, "Geli\u015fmi\u015f Ayarlar", "company_details", "\u015eirket Detaylar\u0131", "user_details", "Kullan\u0131c\u0131 Detaylar\u0131", "localization", "Yerelle\u015ftirme", "online_payments", "\xc7evrimi\xe7i \xd6demeler", "tax_rates", "Vergi Oranlar\u0131", "notifications", "Bildirimler", "import_export", "\u0130\xe7e Aktar\u0131m | D\u0131\u015fa Aktar\u0131m", "custom_fields", "\xd6zel Alanlar", "invoice_design", "Fatura Dizayn\u0131", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-posta ayarlar\u0131", _s23_40, "\u015eablonlar & Hat\u0131rlatmalar", _s22_58, _s20_71, _s19_55, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_45, _s25_46, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Hizmet \u015eartlar\u0131", "privacy_policy", "Privacy Policy", "sign_up", "Kay\u0131t Ol", "account_login", "Hesap giri\u015fi", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_90, _s18_91, _s21_79, _s34_19, "download", "\u0130ndir", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_92, _s38_14, _s17_114, _s37_13, _s18_93, _s38_15, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_47, _s24_60, "exchange_rate", "D\xf6viz Kuru", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Kategori", "address", "Adres", "new_vendor", "Yeni Tedarik\xe7i", "created_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla olu\u015fturuldu", "updated_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla silindi", "restored_vendor", _s28_28, _s16_181, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_182, _s36_11, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_183, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_184, _s29_22, _s17_115, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_185, "Giderler ba\u015far\u0131yla silindi", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturaland\u0131", "logged", "Logland\u0131", "running", "\xc7al\u0131\u015f\u0131yor", "resume", "Devam Et", "task_errors", "L\xfctfen \xf6rt\xfc\u015fen s\xfcreleri d\xfczeltin", "start", "Ba\u015flama", "stop", "Biti\u015f", "started_task", _s25_47, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_49, "now", "\u015eimdi", _s16_186, _s16_187, "timer", "Zamanlay\u0131c\u0131", "manual", "Manuel", "budgeted", "Budgeted", "start_time", "Ba\u015flang\u0131\xe7 Zaman\u0131", "end_time", "Biti\u015f Zaman\u0131", "date", "Tarih", "times", "Zamanlar", "duration", "S\xfcre", "new_task", "Yeni G\xf6rev", "created_task", "G\xf6rev ba\u015far\u0131yla olu\u015fturuldu", "updated_task", "G\xf6rev ba\u015far\u0131yla g\xfcncellendi", "archived_task", "G\xf6rev ba\u015far\u0131yla ar\u015fivlendi", "deleted_task", "G\xf6rev ba\u015far\u0131yla silindi", "restored_task", "G\xf6rev ba\u015far\u0131yla geri y\xfcklendi", "archived_tasks", "Ar\u015fivlenen g\xf6rev say\u0131s\u0131 :count", "deleted_tasks", "Silinen g\xf6rev say\u0131s\u0131 :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "buraya t\u0131klay\u0131n", _s18_94, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\xd6zel", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Fatura G\xf6r\xfcnt\xfcle", "convert", "Convert", "more", "More", "edit_client", "M\xfc\u015fteri D\xfczenle", "edit_product", "\xdcr\xfcn D\xfczenle", "edit_invoice", "Fatura D\xfczenle", "edit_quote", "Teklif D\xfczenle", "edit_payment", "\xd6deme d\xfczenle", "edit_task", "G\xf6rev D\xfczenle", "edit_expense", "Gideri D\xfczenle", "edit_vendor", "Tedarik\xe7iyi D\xfczenle", "edit_project", "Edit Project", _s20_72, _s20_73, "billing_address", "Fatura Adresi", _s16_193, _s16_194, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_108, "active_clients", "aktif m\xfc\u015fteriler", "close", "Kapat", "email", "E-Posta", "password", "\u015eifre", "url", "URL", "secret", "Secret", "name", "\xdcnvan", "logout", "Oturumu kapat", "login", "Oturum a\xe7", "filter", "Filtrele", "sort", "Sort", "search", "Arama", "active", "Aktif", "archived", "Ar\u015fivlendi", "deleted", "Silindi", "dashboard", "G\xf6sterge Paneli", "archive", "Ar\u015fivle", "delete", "Sil", "restore", "Geri y\xfckle", _s16_195, _s16_196, _s23_41, _s23_42, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_121, _s17_122, "paid_to_date", "\xd6denen", "balance_due", "Genel Toplam", "balance", "Bakiye", "overview", "Overview", "details", "Detaylar", "phone", "Telefon", "website", "Web adresi", "vat_number", "Vergi Numaras\u0131", "id_number", "ID Numaras\u0131", "create", "Olu\u015ftur", _s19_63, _s30_16, "error", "Hata", _s16_197, _s16_198, "contacts", "Yetkili", "additional", "Additional", "first_name", "Ad\u0131", "last_name", "Soyad\u0131", "add_contact", "Yetkili Ekle", "are_you_sure", "Emin misiniz?", "cancel", "\u0130ptal", "ok", "Tamam", "remove", "Sil", _s16_199, "E-posta ge\xe7ersiz", "product", "\xdcr\xfcn", "products", "\xdcr\xfcnler", "new_product", "Yeni \xdcr\xfcn", "created_product", "\xdcr\xfcn ba\u015far\u0131yla olu\u015fturuldu", "updated_product", "\xdcr\xfcn ba\u015far\u0131yla g\xfcncellendi", _s16_201, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\xdcr\xfcn", "notes", "Notlar", "cost", "Cost", "client", "M\xfc\u015fteri", "clients", "M\xfc\u015fteriler", "new_client", "Yeni M\xfc\u015fteri", "created_client", "M\xfc\u015fteri ba\u015far\u0131yla olu\u015fturuldu", "updated_client", "M\xfc\u015fteri ba\u015far\u0131yla g\xfcncellendi", "archived_client", "M\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", _s16_204, ":count m\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", "deleted_client", "M\xfc\u015fteri ba\u015far\u0131yla silindi", "deleted_clients", ":count m\xfc\u015fteri ba\u015far\u0131yla silindi", "restored_client", "M\xfc\u015fteri Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_205, _s36_13, "address1", "Adres", "address2", "Adres", "city", "\u015eehir", "state", "\u0130l\xe7e", "postal_code", "Posta Kodu", "country", "\xdclke", "invoice", "Fatura", "invoices", "Faturalar", "new_invoice", "Yeni Fatura", "created_invoice", "Fatura ba\u015far\u0131yla olu\u015fturuldu", "updated_invoice", "Fatura ba\u015far\u0131yla g\xfcncellendi", _s16_206, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_207, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_125, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_208, ":count fatura ba\u015far\u0131yla silindi", _s17_126, _s37_17, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_59, "amount", "Tutar", "invoice_number", "Fatura Numaras\u0131", "invoice_date", "Fatura Tarihi", "discount", "\u0130skonto", "po_number", "Sipari\u015f No", "terms", "Ko\u015fullar", "public_notes", "A\xe7\u0131k Notlar", "private_notes", "\xd6zel Notlar", "frequency", "S\u0131kl\u0131k", "start_date", "Ba\u015flang\u0131\xe7 Tarihi", "end_date", "Biti\u015f Tarihi", "quote_number", "Teklif Numaras\u0131", "quote_date", "Teklif Tarihi", "valid_until", "Ge\xe7erlilik Tarihi", "items", "\xd6geler", "partial_deposit", "Partial/Deposit", "description", "A\xe7\u0131klama", "unit_cost", "Birim Fiyat\u0131", "quantity", "Miktar", "add_item", "\xd6ge Ekle", "contact", "Ki\u015fi", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\xd6deme Tarihi", _s16_209, _s16_210, "status", "Durum", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_74, _s20_75, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "G\xf6nder", "viewed", "Viewed", "approved", "Approved", "partial", "K\u0131smi / Mevduat", "paid", "\xd6denen", "mark_sent", "G\xf6nderilmi\u015f Olarak \u0130\u015faretle", _s22_64, _s35_19, _s22_65, _s35_19, _s23_43, _s36_14, _s23_44, _s36_14, "done", "Tamam", _s37_18, _s37_19, "dark_mode", "Karanl\u0131k Mod", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_211, _s16_212, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_56, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "M\xfc\u015fteri Portal\u0131", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "\u0130lk Hat\u0131rlat\u0131c\u0131", "second_reminder", "\u0130kinci Hat\u0131rlat\u0131c\u0131", "third_reminder", "\xdc\xe7\xfcnc\xfc Hat\u0131rlat\u0131c\u0131", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Konu", "body", "G\xf6vde", "send_email", "E-Mail G\xf6nder", "email_receipt", "\xd6deme makbuzunu m\xfc\u015fteriye e-postayla g\xf6nder", "auto_billing", "Auto billing", "button", "Buton", "preview", "Preview", "customize", "\xd6zelle\u015ftir", "history", "Ge\xe7mi\u015f", "payment", "\xd6deme", "payments", "\xd6demeler", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0130\u015flem Referans\u0131", "enter_payment", "\xd6deme Gir", "new_payment", "\xd6deme Gir", "created_payment", "\xd6deme ba\u015far\u0131yla olu\u015fturuldu", "updated_payment", "\xd6deme ba\u015far\u0131yla g\xfcncellendi", _s16_219, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_220, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_130, ":count \xf6deme ar\u015fivlendi", _s16_221, ":count \xf6deme silindi", _s17_131, _s37_20, "quote", "Teklif", "quotes", "Teklifler", "new_quote", "Yeni Teklif", "created_quote", "Teklif ba\u015far\u0131yla olu\u015fturuldu", "updated_quote", "Teklif ba\u015far\u0131yla g\xfcncellendi", "archived_quote", "Teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quote", "Teklif ba\u015far\u0131yla silindi", "restored_quote", "Teklif Ba\u015far\u0131yla Geri Y\xfcklendi", "archived_quotes", ":count teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quotes", ":count teklif ba\u015far\u0131yla silindi", "restored_quotes", _s35_22, "expense", "Gider", "expenses", "Giderler", "vendor", "Tedarik\xe7i", "vendors", "Tedarik\xe7iler", "task", "Task", "tasks", "G\xf6revler", "project", "Project", "projects", "Projects", "activity_1", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 olu\u015fturdu", "activity_2", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 ar\u015fivledi", "activity_3", ":user :client m\xfc\u015ftei hesab\u0131n\u0131 sildi", "activity_4", ":user :invoice nolu faturay\u0131 olu\u015fturdu", "activity_5", ":user :invoice nolu faturay\u0131 g\xfcncelledi", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user :invoice nolu faturay\u0131 ar\u015fivledi", "activity_9", ":user :invoice nolu faturay\u0131 sildi", "activity_10", _s85_0, "activity_11", ":user :payment tutarl\u0131 \xf6demeyi g\xfcncelledi", "activity_12", ":user :payment tutarl\u0131 \xf6demeyi ar\u015fivledi", "activity_13", ":user :payment tutarl\u0131 \xf6demeyi sildi", "activity_14", ":user :credit kredi girdi", "activity_15", ":user :credit kredi g\xfcncelledi", "activity_16", ":user :credit kredi ar\u015fivledi", "activity_17", ":user :credit kredi sildi", "activity_18", ":user :quote nolu teklifi olu\u015fturdu", "activity_19", ":user :quote nolu teklifi g\xfcncelledi", "activity_20", _s50_9, "activity_21", ":contact adl\u0131 yetkili :quote nolu teklifi g\xf6r\xfcnt\xfcledi", "activity_22", ":user :quote nolu teklifi ar\u015fivledi", "activity_23", ":user :quote nolu teklifi sildi", "activity_24", ":user :quote nolu teklifi geri y\xfckledi", "activity_25", ":user :invoice nolu faturay\u0131 geri y\xfckledi", "activity_26", ":user :client m\xfc\u015fterisini geri y\xfckledi", "activity_27", ":user :payment tutar\u0131nda \xf6demeyi geri y\xfckledi", "activity_28", ":user :credit kredisini geri y\xfckledi", "activity_29", _s42_13, "activity_30", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 olu\u015fturdu", "activity_31", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 ar\u015fivledi", "activity_32", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 sildi", "activity_33", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 geri y\xfckledi", "activity_34", ":user masraf olu\u015fturdu :expense", "activity_35", ":user masraf ar\u015fivledi :expense", "activity_36", ":user masraf sildi :expense", "activity_37", ":user masraf geri y\xfckledi :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_8, "activity_42", ":user :task g\xf6revini olu\u015fturdu", "activity_43", ":user :task g\xf6revini g\xfcncelledi", "activity_44", ":user :task g\xf6revini ar\u015fivledi", "activity_45", ":user :task g\xf6revini sildi", "activity_46", ":user :task g\xf6revini geri y\xfckledi", "activity_47", ":user masraf g\xfcncelledi :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_57, "activity_51", _s24_63, "activity_52", _s25_58, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_6, "activity_83", _s40_4, "activity_84", _s41_7, _s17_132, _s17_133, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_65, _s20_76, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_95, _s18_96, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fatura No Sayac\u0131", _s20_77, _s20_78, _s20_79, "Teklif No Sayac\u0131", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_97, _s18_98, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_99, _s18_100, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_55, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_226, "Vade", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Otomatik Fatura", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_61, _s17_135, _s18_62, _s17_136, _s18_63, _s17_137, _s18_64, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Vergi Ad\u0131", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\xd6deme Tutar\u0131", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_111, _s18_112, _s16_228, _s16_229], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String); + return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["bank_account", "Bank Account", "bank_accounts", "Bank Accounts", "archived_bank_account", "Successfully archived bank account", "deleted_bank_account", "Successfully deleted bank account", "removed_bank_account", "Successfully removed bank account", "restored_bank_account", "Successfully restored bank account", "search_bank_account", "Search Bank Account", "search_bank_accounts", "Search :count Bank Accounts", "connect", "Connect", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", "Yes, it's great!", "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, "Match non-contiguous characters, ie. 'ct' matches 'cat'", "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Add To Invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, "Improve scrolling over the PDF preview", _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create Project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel Invoice", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, "Use visual WYSIWYG markdown editor for emails", _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", "Successfully approved quote", "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "Giropay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, "Gross Line Total", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, "Clone to Expense", _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, "Successfully deleted recurring expense", _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, "Expense tax rates are disabled", "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, "The Pro plan trial ends in :count days", _s21_24, "Today is the last day of the Pro plan trial", "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Once the file is ready you'll receive an email with a download link", _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Lowercase letters, numbers and hyphens are supported", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "Enable emails, recurring invoices, webhooks and notifications", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Resend Invite", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Enable Two Factor", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Successfully refunded payment", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", "Select File", _s16_62, _s16_63, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, "Please type ':value' to confirm", "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, "Company is not activated", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Successfully updated task status", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, "Successfully deleted expense category", _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, "Successfully archived expense :value categories", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "Track the expense has been paid to the vendor", _s18_48, "Should be Invoiced", _s23_21, "Enable the expense to be invoiced to your client", _s29_8, "Make the documents visible to clients", _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple Pay", "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, "Support paying a minimum amount", "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_37, _s24_38, "always", "Enabled", "optin", "Disabled by default", "optout", "Enabled by default", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Successfully queued invoices to be sent", "emailed_quotes", "Successfully queued quotes to be sent", "emailed_credits", "Successfully queued credits to be sent", "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create Vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target URL", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use Default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Login with email", "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "Search :count Documents", "search_designs", "Search :count Designs", "search_invoices", "Search :count Invoices", "search_clients", "Search :count Clients", "search_products", "Search :count Products", "search_quotes", "Search :count Quotes", "search_credits", "Search :count Credits", "search_vendors", "Search :count Vendors", "search_users", "Search :count Users", _s16_86, "Search :count Tax Rates", "search_tasks", "Search :count Tasks", "search_settings", "Search Settings", "search_projects", "Search :count Projects", "search_expenses", "Search :count Expenses", "search_payments", "Search :count Payments", "search_groups", "Search :count Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "Invoice Sent", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_48, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_101, _s36_9, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group By", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client ID", "assigned_to", "Assigned To", "created_by", "Created By", "assigned_to_id", "Assigned To ID", "created_by_id", "Created By ID", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by :value", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Entity State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, "Ensure client fee matches the gateway fee", _s18_72, _s18_73, "support_forum", "Support Forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "iFrame URL", "domain_url", "Domain URL", _s21_64, "Password must be at least 8 character long", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "No client selected", "configure_rates", "Configure Rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two Weeks", "freq_four_weeks", "Four Weeks", "freq_monthly", "Monthly", "freq_two_months", "Two Months", _s17_96, "Three Months", _s16_155, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "If enabled the contact will be able to set a password when viewing their first invoice.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Email Signature", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable Min", "enable_max", "Enable Max", "min_limit", "Min Limit", "max_limit", "Max Limit", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Successfully archived tax rate", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Fill Products", _s18_86, _s71_, "update_products", "Update Products", _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, "Automatically convert product prices using current exchange rate", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Military Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, "Requires an Enterprise plan", "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_48, "exchange_rate", "Exchange Rate", _s16_180, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_182, _s36_11, "new_expense", "New Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Successfully archived :value expenses", _s16_185, "Successfully deleted :value expenses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, "Successfully archived :value projects", _s16_190, "Successfully deleted :value projects", _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Login with Google", "today", "Today", "custom_range", "Custom", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", "Invoices Sent", "active_clients", "Active Clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add Contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, "Successfully archived :value products", _s16_203, "Successfully deleted :value products", _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, "Successfully archived :value clients", "deleted_client", _s27_50, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Apt/Suite", "city", "City", "state", "State/Province", "postal_code", "Postal Code", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, "Successfully archived :value invoices", _s16_208, "Successfully deleted :value invoices", _s17_126, _s37_17, "emailed_invoice", "Successfully queued invoice to be sent", "emailed_payment", "Successfully queued payment to be sent", "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Created At", "created_on", "Created On", "updated_at", "Updated At", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "Successfully marked invoice as paid", _s23_45, _s36_14, _s23_46, "Successfully marked invoices as paid", "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Cancelled", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "Reminder 1", "reminder2", "Reminder 2", "reminder3", "Reminder 3", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, "Successfully archived :value payments", _s16_221, "Successfully deleted :value payments", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user emailed invoice :invoice to :client", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user emailed quote :quote to :client", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact approved quote :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", ":user created user", "activity_49", ":user updated user", "activity_50", ":user archived user", "activity_51", ":user deleted user", "activity_52", ":user restored user", "activity_53", ":user marked invoice :invoice as sent", "activity_54", ":user applied payment :payment to invoice :invoice", "activity_55", "", "activity_56", "", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", ":user emailed first reminder for invoice :invoice to :client", "activity_64", ":user emailed second reminder for invoice :invoice to :client", "activity_65", ":user emailed third reminder for invoice :invoice to :client", "activity_66", ":user emailed endless reminder for invoice :invoice to :client", "activity_80", ":user created subscription", "activity_81", ":user updated subscription", "activity_82", ":user archived subscription", "activity_83", ":user deleted subscription", "activity_84", ":user restored subscription", _s17_132, _s17_133, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "Shared Invoice/Quote Counter", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Invoice Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid Amount", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank Id", _s19_70, _s19_71, _s16_227, "Category", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kredit Kartat & Bankat", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Rregullimi i pages\xebs", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Gjendja", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Shto kanalin e pages\xebs", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Shto n\xeb fatur\xebn :invoice", _s17_11, _s17_12, "week", "Jave", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta e Fatur\xebs", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovo", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Vendos Fjal\xebkalim", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Shiko # :expense t\xeb shpenzimit", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "E pacaktuar", "partial_value", "Duhet t\xeb jet\xeb m\xeb shum\xeb se zero dhe m\xeb pak se totali", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktivizo", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Pages\xeb e rimbursuar", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Fshih", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_16, _s29_7, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_62, _s16_63, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Paguar pjes\xebrisht", "invoice_total", "Totali i fatur\xebs", "quote_total", "Totali i Ofert\xebs", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Paralajmerim", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Emri i klientit", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorit\xeb e shpenzimeve", _s20_48, "Kategori e re e shpenzimeve", _s21_46, _s21_47, _s24_31, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_32, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_20, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_23, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Duhet t\xeb faturohet", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Fatur\xeb e p\xebrs\xebritshme", _s18_51, "Fatura t\xeb p\xebrs\xebritshme", _s21_53, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_29, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_30, _s38_11, _s26_14, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_37, _s24_38, "always", "Gjithmon\xeb", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Emri i kompanis\xeb", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Statement", "taxes", "Taksat", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apliko kreditin", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "P\xebr", "health_check", "Health Check", "payment_type_id", "Lloji i pages\xebs", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Faturat e ardhshme", _s17_65, _s17_66, "recent_payments", "Pagesat e fundit", "upcoming_quotes", "Ofertat e ardhshme", "expired_quotes", "Ofertat e skaduara", "create_client", "Create Client", "create_invoice", "Krijo fatur\xeb", "create_quote", "Krijo Ofert\xeb", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Fshi Ofert\xebn", "update_invoice", "Update Invoice", "delete_invoice", "Fshi fatur\xebn", "update_client", "Update Client", "delete_client", "Fshi Klientin", "delete_payment", "Fshi Pages\xebn", "update_vendor", "Update Vendor", "delete_vendor", "Fshi kompanin\xeb", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Fshi shpenzimin", "create_task", "Krijo Detyr\xeb", "update_task", "Update Task", "delete_task", "Fshi Detyr\xebn", "approve_quote", "Approve Quote", "off", "Ndalur", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Falas", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_44, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_44, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "D\xebrgo fatur\xebn me email", "email_quote", "D\xebrgo me email Ofert\xebn", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edito kushtet e pages\xebs", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Shuma e kredituar", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "Qytet/Shtet/Poste", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Lejet", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_47, "V\xebrrejtje: Kjo do t\xeb fshij\xeb t\xeb gjitha t\xeb dh\xebnat tuaja, ky veprim nuk ka mund\xebsi t\xeb kthehet mbrapa.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "Menaxhimi i llogarive", "credit_date", "Data e kreditit", "credit", "Kredi", "credits", "Kredi", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", "Krediti \xebsht\xeb krijuar me sukses", "updated_credit", _s27_34, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_36, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_100, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_101, _s36_9, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseto", "number", "Number", "export", "Export", "chart", "Grafik", "count", "Count", "totals", "Totale", "blank", "Bosh", "day", "Dite", "month", "Muaj", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupo sipas", "credit_balance", "Bilanci i kreditit", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Raporte", "report", "Raport", "add_company", "Shto Kompani", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ndihm\xeb", "refund", "Rimburso", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesazhi", "from", "Nga", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentim", "contact_us", "Contact Us", "subtotal", "N\xebntotali", "line_total", "Totali i linj\xebs", "item", "Nj\xebsi", "credit_email", "Credit Email", "iframe_url", "Webfaqja", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Po", "no", "Jo", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Shiko", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Rregullimet e Taksave", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Orari", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Emaili i Ofert\xebs", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, "Lejon p\xebrdoruesit t\xeb menaxhoj p\xebrdoruesit, t\xeb ndryshoj\xeb rregullimet dhe t\xeb modifikoj\xeb t\xeb gjitha sh\xebnimet.", "user_management", "Menaxhimi i p\xebrdoruesve", "users", "P\xebrdorues", "new_user", "P\xebrdorues i ri", "edit_user", "Edito p\xebrdoruesin", "created_user", _s25_37, "updated_user", "P\xebrdoruesi \xebsht\xeb perditesuar me sukses", "archived_user", "P\xebrdoruesi \xebsht\xeb arkivuar me sukses", "deleted_user", "P\xebrdoruesi \xebsht\xeb fshir\xeb me sukses", "removed_user", _s25_40, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_92, "Fshihe Paguar deri m\xeb tash", _s22_55, 'Shfaqni "Paguar deri m\xeb tash" n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.', _s23_31, "Dokumentet e lidhura", _s28_21, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_153, "Shfaqe Header", _s16_154, "Shfaqe Footer", "first_page", "Faqja e par\xeb", "all_pages", "T\xeb gjitha faqet", "last_page", "Faqja e fundit", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Ngjyra kryesore", "secondary_color", "Ngjyra dyt\xebsore", "page_size", "Madh\xebsia e faqes", "font_size", "Madh\xebsia e fontit", "quote_design", "Quote Design", "invoice_fields", "Fushat e fatur\xebs", "product_fields", "Product Fields", "invoice_terms", "Kushtet e fatur\xebs", "invoice_footer", "Footer i Fatur\xebs", "quote_terms", "Kushtet e Ofertave", "quote_footer", "Footer i Ofert\xebs", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, "Automatikisht konverto ofert\xebn n\xeb fatur\xeb kur pranohet nga klienti.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Javore", "freq_two_weeks", "Dy javore", "freq_four_weeks", "Kat\xebr javore", "freq_monthly", "Mujore", "freq_two_months", "Two months", _s17_96, "Tre mujore", _s16_155, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS i ndryshush\xebm", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "Ju mund\xebson t\xeb vendosni fjal\xebkalim p\xebr secilin kontakt. N\xebse vendoset fjal\xebkalimi, kontakti duhet t\xeb vendos fjal\xebkalimin para se t'i sheh faturat.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "P\xebrsh\xebndetje", _s24_41, "B\xebjeni m\xeb t\xeb leht\xeb p\xebr klient\xebt tuaj t\xeb realizojn\xeb pagesat duke vendosur schema.org markimin n\xeb emailat tuaj.", "plain", "E thjesht\xeb", "light", "E leht\xeb", "dark", "E mbyllt\xeb", "email_design", "Dizajno emailin", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Aktivizo Markimin", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredit kart\xeb", "bank_transfer", "Transfer bankar", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktivizo min", "enable_max", "Aktivizo max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_49, "Perditeso adres\xebn e klientit me detajet e ofruara", "rate", "Norma", "tax_rate", "Norma e taksave", "new_tax_rate", "Norm\xeb e re e taksave", "edit_tax_rate", "Edito norm\xebn e taks\xebs", _s16_162, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_163, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_104, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Plot\xebso-automatikisht produktet", _s18_86, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_71, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "E diel", "monday", "E h\xebn\xeb", "tuesday", "E marte", "wednesday", "E m\xebrkure", "thursday", "E enj\xebte", "friday", "E premte", "saturday", "E shtune", "january", "Janar", "february", "Shkurt", "march", "Mars", "april", "Prill", "may", "Maj", "june", "Qershor", "july", "Korrik", "august", "Gusht", "september", "Shtator", "october", "Tetor", "november", "N\xebntor", "december", "Dhjetor", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Koha 24 or\xebshe", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_109, "Rregullimi i Avansuar", "company_details", "Detajet e kompanis\xeb", "user_details", "Detajet e p\xebrdoruesit", "localization", "Vendore", "online_payments", "Pagesat Online", "tax_rates", "Normat e taksave", "notifications", "Njoftimet", "import_export", "Import | Export", "custom_fields", "Fushat e ndryshueshme", "invoice_design", "Dizajni i Fatur\xebs", "buy_now_buttons", "Butonat Blej Tash", "email_settings", "Rregullimi i Emailit", _s23_42, "Shabllonet & P\xebrkujtueset", _s22_58, _s20_73, _s19_55, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Kushtet e sh\xebrbimit", "privacy_policy", "Politika e Privat\xebsis\xeb", "sign_up", "Regjistrohu", "account_login", "Hyrja me llogari", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Krijo", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Shkarko", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertuar", _s24_47, _s24_60, "exchange_rate", "Kursi i k\xebmbimit", _s16_180, "Konverto valut\xebn", "mark_paid", "Mark Paid", "category", "Kategoria", "address", "Adresa", "new_vendor", "Kompani e re", "created_vendor", "Kompania \xebsht\xeb krijuar me sukses", "updated_vendor", "Kompania \xebsht\xeb perditesuar me sukses", "archived_vendor", "Kompania \xebsht\xeb arkivuar me sukses", "deleted_vendor", "Kompania \xebsht\xeb fshir\xeb me sukses", "restored_vendor", "Kompania u rikthye me sukses", _s16_181, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_183, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_184, "Shpenzimet jan\xeb rikthyer me sukses", _s17_115, "Shpenzimet jan\xeb arkivuar me sukses", _s16_185, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturuar", "logged", "Regjistruar", "running", "Duke ndodhur", "resume", "Vazhdo", "task_errors", "Ju lutem korrigjoni koh\xebt e vendosura mbi nj\xebra-tjetr\xebn", "start", "Fillo", "stop", "Ndalo", "started_task", _s25_48, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_50, "now", "Tash", _s16_186, _s16_187, "timer", "Koh\xebmat\xebsi", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Koha e fillimit", "end_time", "Koha e p\xebrfundimit", "date", "Data", "times", "Koh\xebt", "duration", "Koh\xebzgjatja", "new_task", "Detyr\xeb e re", "created_task", "Detyra u krijua me sukses", "updated_task", "Detyra \xebsht\xeb perditesuar me sukses", "archived_task", "Detyra \xebsht\xeb arkivuar me sukses", "deleted_task", "Detyra \xebsht\xeb fshir\xeb me sukses", "restored_task", "Detyra \xebsht\xeb rikthyer me sukses", "archived_tasks", ":count detyra jan\xeb arkivuar me sukses", "deleted_tasks", ":count detyra jan\xeb fshir\xeb me sukses", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliko k\xebtu", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "E ndryshueshme", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Shiko Fatur\xebn", "convert", "Convert", "more", "More", "edit_client", "Edito klientin", "edit_product", "Edito produkt", "edit_invoice", "Edito Fatur\xebn", "edit_quote", "Edito Ofert\xebn", "edit_payment", "Edito Pages\xebn", "edit_task", "Edito Detyr\xebn", "edit_expense", "Edito shpenzimi", "edit_vendor", "Edito kompanin\xeb", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Adresa e faturimit", _s16_193, _s16_194, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_83, "active_clients", "klient\xeb aktiv", "close", "Mbyll", "email", "Emaili", "password", "Fjal\xebkalimi", "url", "URL", "secret", "Sekret", "name", "Emri", "logout", "\xc7'identifikohu", "login", "Identifikohu", "filter", "Filtro", "sort", "Sort", "search", "K\xebrko", "active", "Aktiv", "archived", "Arkivuar", "deleted", "E fshir\xeb", "dashboard", "Paneli", "archive", "Arkivo", "delete", "Fshi", "restore", "Rikthe", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_121, _s17_122, "paid_to_date", "Paguar deri m\xeb sot", "balance_due", "Bilanci aktual", "balance", "Bilanci", "overview", "Overview", "details", "Detajet", "phone", "Telefoni", "website", "Website", "vat_number", "Numri i TVSH", "id_number", "ID numri", "create", "Krijo", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktet", "additional", "Additional", "first_name", "Emri", "last_name", "Mbiemri", "add_contact", "Shto kontaktin", "are_you_sure", "A jeni t\xeb sigurt\xeb", "cancel", "Anulo", "ok", "Ok", "remove", "Largo", _s16_199, _s16_200, "product", "Produkt", "products", "Produktet", "new_product", "Produkt i ri", "created_product", "Produkti \xebsht\xeb krijuar me sukses", "updated_product", "Produkti \xebsht\xeb perditesuar me sukses", _s16_201, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produkt", "notes", "Sh\xebnime", "cost", "Kosto", "client", "Klient", "clients", "Klient\xebt", "new_client", "Klient i ri", "created_client", "Klienti \xebsht\xeb krijuar me sukses", "updated_client", "Klienti \xebsht\xeb perditesuar me sukses", "archived_client", "Klienti \xebsht\xeb arkivuar me sukses", _s16_204, ":count klient\xeb jan\xeb arkivuar me sukses", "deleted_client", "Klienti \xebsht\xeb fshir\xeb me sukses", "deleted_clients", ":count klient\xeb jan\xeb fshir\xeb me sukses", "restored_client", "Klienti \xebsht\xeb rikthyer me sukses", _s16_205, _s36_13, "address1", "Rruga", "address2", "Apartamenti/banesa", "city", "Qyteti", "state", "Shteti/Provinca", "postal_code", "Kodi postar", "country", "Shteti", "invoice", "Fatura", "invoices", "Faturat", "new_invoice", "Fatur\xeb e re", "created_invoice", "Fatura \xebsht\xeb krijuar me sukses", "updated_invoice", "Fatura \xebsht\xeb perditesuar me sukses", _s16_206, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_207, "Fatura \xebsht\xeb rikthyer me sukses", _s17_125, ":count fatura jan\xeb arkivuar me sukes", _s16_208, ":count fatura jan\xeb fshir\xeb me sukses", _s17_126, _s37_17, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_59, "amount", "Shuma", "invoice_number", "Numri i fatur\xebs", "invoice_date", "Data e fatur\xebs", "discount", "Zbritje", "po_number", "Numri UB", "terms", "Kushtet", "public_notes", "Sh\xebnime publike", "private_notes", "Sh\xebnime private", "frequency", "Frekuenca", "start_date", "Data e fillimit", "end_date", "Data e p\xebrfundimit", "quote_number", "Numri i ofert\xebs", "quote_date", "Data e Ofert\xebs", "valid_until", "Valide deri", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "P\xebrshkrimi", "unit_cost", "Kosto p\xebr nj\xebsi", "quantity", "Sasia", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefoni", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Deri m\xeb dat\xeb", _s16_209, _s16_210, "status", "Statusi", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Rregullimet", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Taks\xeb", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "D\xebrguar", "viewed", "Viewed", "approved", "Approved", "partial", "E pjesshme/depozite", "paid", "Paguar", "mark_sent", "Shenja \xebsht\xeb d\xebrguar", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "P\xebrfundo", _s37_18, _s37_19, "dark_mode", "Modeli i err\xebt", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_211, _s16_212, "clone", "Klono", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Kushtet e pages\xebs", "payment_date", "Data e pages\xebs", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portali i klientit", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivizuar", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "P\xebrkujtuesi i par\xeb", "second_reminder", "P\xebrkujtuesi i dyt\xeb", "third_reminder", "P\xebrkujtuesi i tret\xeb", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Tema", "body", "P\xebrmbajtja", "send_email", "D\xebrgo email", "email_receipt", "D\xebrgo flet\xebpages\xebn tek klienti me email", "auto_billing", "Auto billing", "button", "Button", "preview", "Parashiko", "customize", "Ndrysho", "history", "Historia", "payment", "Pagesa", "payments", "Pagesat", "refunded", "Refunded", "payment_type", "Lloji i pages\xebs", _s21_85, "Referenca e transaksionit", "enter_payment", "Cakto pages\xebn", "new_payment", "Enter Payment", "created_payment", "Pagesa \xebsht\xeb krijuar me sukses", "updated_payment", "Pagesa \xebsht\xeb perditesuar me sukses", _s16_219, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_220, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_130, ":count pagesa jan\xeb arkivuar me sukses", _s16_221, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_131, _s37_20, "quote", "Ofert\xeb", "quotes", "Oferta", "new_quote", "Ofert\xeb e re", "created_quote", "Oferta \xebsht\xeb krijuar me sukses", "updated_quote", "Oferta \xebsht\xeb perditesuar me sukses", "archived_quote", "Oferta \xebsht\xeb arkivuar me sukses", "deleted_quote", "Oferta \xebsht\xeb fshir\xeb me sukses", "restored_quote", "Oferta \xebsht\xeb rikthyer me sukses", "archived_quotes", ": count oferta jan\xeb arkivuar me sukses", "deleted_quotes", ":count oferta jan\xeb fshir\xeb me sukses", "restored_quotes", _s35_22, "expense", "Shpenzimet", "expenses", "Shpenzimet", "vendor", "Kompani", "vendors", "Kompanit\xeb", "task", "Detyre", "tasks", "Detyrat", "project", "Project", "projects", "Projects", "activity_1", ":user ka krijuar klientin :client", "activity_2", ":user ka arkivuar klientin :client", "activity_3", ":user ka fshir\xeb klientin :client", "activity_4", ":user ka krijuar fatur\xebn :invoice", "activity_5", ":user ka perditesuar fatur\xebn :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user ka arkivuar fatur\xebn :invoice", "activity_9", ":user ka fshir\xeb fatur\xebn :invoice", "activity_10", _s85_0, "activity_11", ":user ka perditesuar pages\xebn :payment", "activity_12", ":user ka arkivuar pages\xebn :payment", "activity_13", ":user ka fshir\xeb pages\xebn :payment", "activity_14", ":user ka shtuar :credit kredit", "activity_15", ":user ka perditesuar :credit kredit", "activity_16", ":user ka arkivuar :credit kredit", "activity_17", ":user ka fshir\xeb:credit kredit", "activity_18", ":user ka krijuar ofert\xeb :quote", "activity_19", ":user ka perditesuar ofert\xebn :quote", "activity_20", _s50_9, "activity_21", ":contact ka shikuar ofert\xebn :quote", "activity_22", ":user ka arkivuar ofert\xebn :quote", "activity_23", ":user ka fshir\xeb ofert\xebn :quote", "activity_24", ":user ka rikthyer ofert\xebn :quote", "activity_25", ":user ka rikthyer fatur\xebn :invoice", "activity_26", ":user ka rikthyer klientin :client", "activity_27", ":user ka rikthyer pages\xebn :payment", "activity_28", ":user ka rikthyer :credit kredit", "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numruesi i numrit t\xeb fatur\xebs", _s20_79, _s20_80, _s20_81, "Numruesi i numrit t\xeb ofert\xebs", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_226, "Deri m\xeb dat\xeb", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Faturo Automatikisht", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Emri i taks\xebs", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Shuma e paguar", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ar", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "\u0627\u0644\u0646\u0637\u0627\u0642", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u0635\u0627\u0641\u064a", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ": \u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629:recurring_invoice", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u062a\u0641\u0639\u064a\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u0647\u0630\u0627 \u0627\u0644\u0631\u0628\u0639", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "\u062d\u063a\u0638 \u0648\u0627\u0633\u062a\u0639\u0631\u0627\u0636", "save_and_email", "\u062d\u0641\u0638 \u0648\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "enter_taxes", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "by_rate", "\u0628\u0627\u0644\u0646\u0633\u0628\u0629", "by_amount", "\u0628\u0627\u0644\u0642\u064a\u0645\u0629", "enter_amount", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0642\u064a\u0645\u0629", "before_taxes", "\u0642\u0628\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "after_taxes", "\u0628\u0639\u062f \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "color", "\u0627\u0644\u0644\u0648\u0646", "show", "\u0639\u0631\u0636", "hide", "Hide", "empty_columns", "\u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0641\u0627\u0631\u063a\u0629", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0646\u0634\u0637\u0629", "recent_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", "recent_expenses", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", _s17_42, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0639\u0645\u0648\u062f", "sample", "\u0639\u064a\u0646\u0629", "map_to", "Map To", "import", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s25_16, _s29_7, "select_file", "\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641", _s16_62, _s16_63, "csv_file", "\u0645\u0644\u0641 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "\u0646\u0633\u062e \u0625\u0644\u0649", "clone_to_other", "\u0646\u0633\u062e \u0644\u0623\u062e\u0631\u0649", "labels", "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a", "add_custom", "\u0623\u0636\u0641 \u0645\u062e\u0635\u0635", "payment_tax", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u062f\u0641\u0639", "unpaid", "Unpaid", "white_label", "\u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621", "delivery_note", "Delivery Note", _s24_26, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", _s24_28, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", "source_code", "\u0643\u0648\u062f \u0627\u0644\u0645\u0635\u062f\u0631", "app_platforms", "\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "actions", "\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "\u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "\u0645\u0633\u062d \u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0645\u0624\u0642\u062a", "sort_order", "Sort Order", "task_status", "\u0627\u0644\u062d\u0627\u0644\u0629", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "\u062e\u064a\u0627\u0631 \u0627\u0644\u0639\u0631\u0636", _s22_37, _s50_8, "view_changes", "\u0639\u0631\u0636 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a", "force_update", "\u062a\u062d\u062f\u064a\u062b \u0625\u062c\u0628\u0627\u0631\u064a", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0644\u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "\u0625\u0638\u0647\u0627\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "hide_password", "\u0625\u062e\u0641\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "copy_error", "\u062e\u0637\u0623 \u0628\u0627\u0644\u0646\u0633\u062e", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "line_taxes", "\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u0628\u0646\u0648\u062f", "total_fields", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u062d\u0642\u0648\u0644", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "\u0645\u062a\u0648\u0642\u0641 \u0645\u0624\u0642\u062a\u0627\u064b", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "\u0623\u0648\u0644 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s21_51, "\u0622\u062e\u0631 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s16_239, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0631\u0633\u0627\u0644", "auto_bill_on", "\u0641\u0648\u062a\u0631\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0629 \u0641\u064a", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s17_55, _s17_56, "failure", "\u0641\u0634\u0644", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0646\u0638\u0627\u0645", "view_portal", "View Portal", "copy_link", "\u0646\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0637", "token_billing", _s17_141, _s24_37, "\u0623\u0647\u0644\u0627 \u0628\u0643 \u0641\u064a Invoice Ninja", "always", "Always", "optin", "\u0627\u0634\u062a\u0631\u0627\u0643", "optout", "\u0625\u0644\u063a\u0627\u0621 \u0627\u0634\u062a\u0631\u0627\u0643", "label", "Label", "client_number", "Client Number", "auto_convert", "\u062a\u062d\u0648\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a", "company_name", "Company Name", "reminder1_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 1", "reminder2_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 2", "reminder3_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 3", _s18_55, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0623\u062e\u064a\u0631", "pdf_page_info", "\u0627\u0644\u0635\u0641\u062d\u0629 :current \u0645\u0646 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "\u0639\u0631\u0636 \u0641\u064a Stripe", "rows_per_page", "\u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064a \u0627\u0644\u0635\u0641\u062d\u0629", "hours", "Hours", "statement", "Statement", "taxes", "\u0636\u0631\u0627\u0626\u0628", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "\u0627\u0633\u0645 \u0627\u0644\u0633\u062c\u0644", "file_type", "\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641", "height", "\u0627\u0644\u0637\u0648\u0644", "width", "\u0627\u0644\u0639\u0631\u0636", "to", "To", "health_check", "\u0641\u062d\u0635 \u0627\u0644\u062d\u0627\u0644\u0629", "payment_type_id", "\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639\u0629", "last_login_at", "\u0622\u062e\u0631 \u062f\u062e\u0648\u0644 \u0641\u064a", "company_key", "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0634\u0631\u0643\u0629", "storefront", "\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u062a\u062c\u0631", "storefront_help", _s42_8, "client_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "\u0645\u0646\u062a\u0647\u064a", "gross", "\u0627\u0644\u0646\u0645\u0648", "net_amount", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0635\u0627\u0641\u064a\u0629", "net_balance", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0635\u0627\u0641\u064a", "client_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644", _s17_57, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_59, "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_quotes", "\u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_61, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_63, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629", "create_quote", "Create Quote", "create_payment", "\u0623\u0646\u0634\u0626 \u062f\u0641\u0639\u0629", "create_vendor", "Create vendor", "update_quote", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0631\u0636", "delete_quote", "Delete Quote", "update_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "delete_invoice", "\u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "update_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_client", "\u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_payment", "\u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639\u0629", "update_vendor", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0648\u0631\u062f", "delete_vendor", "Delete Vendor", "create_expense", "\u0623\u0646\u0634\u0626 \u0645\u0635\u0631\u0648\u0641", "update_expense", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "delete_task", "Delete Task", "approve_quote", "\u0642\u0628\u0648\u0644 \u0627\u0644\u0639\u0631\u0636", "off", "Off", "when_paid", "\u0645\u062a\u0649 \u0633\u062a\u062f\u0641\u0639", "expires_on", "\u064a\u0646\u062a\u0647\u064a \u0641\u064a", "free", "Free", "plan", "Plan", "show_sidebar", "\u0639\u0631\u0636 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "hide_sidebar", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "event_type", "\u0639 \u0627\u0644\u062d\u062f\u062b", "target_url", "Target", "copy", "\u0646\u0633\u062e", "must_be_online", "\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0639\u0646\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "\u0631\u0645\u0632 \u062c\u062f\u064a\u062f", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", "\u062a\u0645 \u0645\u0633\u062d \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "restored_token", "\u062a\u0645 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u064a\u0645\u064a\u0644", "email_quote", "Email Quote", "email_credit", "\u0631\u0635\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "email_payment", "Email Payment", _s20_56, "\u0644\u0627 \u064a\u0648\u062c\u062f \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0633\u062c\u0644 \u0644\u0644\u0639\u0645\u064a\u0644", "ledger", "Ledger", "view_pdf", "\u0639\u0631\u0636 PDF", "all_records", "\u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", "owned_by_user", "\u0627\u0644\u0639\u0627\u0626\u062f\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645", _s16_80, "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0628\u0642\u064a", "contact_name", "Contact Name", "use_default", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", _s16_82, _s17_70, "number_of_days", "\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u0627\u0645", _s23_24, "\u0625\u0639\u062f\u0627\u062f \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_term", "\u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639", _s16_83, "\u0634\u0631\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_60, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_57, "\u062a\u0645 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "change", "\u062a\u063a\u064a\u064a\u0631", _s23_26, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644", _s24_40, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628", "send_from_gmail", "\u0623\u0631\u0633\u0644 \u0645\u0646 Gmail", "reversed", "\u0645\u0639\u0643\u0648\u0633", "cancelled", "\u0645\u0644\u063a\u0649", "credit_amount", "\u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "quote_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0631\u0636", "hosted", "\u0645\u0633\u062a\u0636\u0627\u0641", "selfhosted", "\u0627\u0633\u062a\u0636\u0627\u0641\u0629 \u062e\u0627\u0635\u0629", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "show_menu", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", _s18_57, _s18_58, _s16_85, "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a", "search_designs", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645", "search_invoices", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "search_clients", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", "search_products", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "search_quotes", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0639\u0631\u0648\u0636", "search_credits", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0623\u0631\u0635\u062f\u0629", "search_vendors", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646", "search_users", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", _s16_86, "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "search_tasks", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0647\u0627\u0645", "search_settings", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "search_projects", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639", "search_expenses", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "search_payments", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u062f\u0641\u0639\u0627\u062a", "search_groups", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a", "search_company", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0634\u0631\u0643\u0629", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_59, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_239, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "credit", "\u0627\u0626\u062a\u0645\u0627\u0646", "credits", "\u0627\u0644\u0623\u0631\u0635\u062f\u0629", "new_credit", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0635\u064a\u062f", "edit_credit", "Edit Credit", "created_credit", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "updated_credit", _s27_34, "archived_credit", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "deleted_credit", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0631\u0648\u0636", "deleted_credits", "\u062a\u0645 \u062d\u0630\u0641 :count \u0642\u0631\u0648\u0636 \u0628\u0646\u062c\u0627\u062d", _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0631\u0633\u0627\u0644\u0629", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "line_total", "\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "item", "\u0628\u0646\u062f", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "users", "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", "new_user", "New User", "edit_user", "\u062a\u0639\u062f\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "created_user", _s25_37, "updated_user", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629", "invoice_options", "\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s17_92, "\u0627\u062e\u0641\u0627\u0621 \u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0629 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", _s22_55, "\u0627\u0639\u0631\u0636 \u0641\u0642\u0637 -\u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0647 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646- \u0641\u064a \u0641\u0648\u0627\u062a\u064a\u0631\u0643 \u0627\u0630\u0627 \u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u062f\u0641\u0639\u0647", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "\u062d\u0642\u0648\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "product_fields", "Product Fields", "invoice_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u0641\u0631\u0636 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0643\u0648\u062f \u0645\u062e\u0635\u0635 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0645\u0639 \u062a\u062d\u064a\u0627\u062a\u064a\u060c", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0645\u0639\u062f\u0644", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c", "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", _s17_109, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629", "company_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0631\u0643\u0629", "user_details", "User Details", "localization", "\u0627\u0644\u062a\u0639\u0631\u064a\u0628", "online_payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629", "tax_rates", "\u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "notifications", "\u062a\u0646\u0628\u064a\u0647\u0627\u062a", "import_export", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f | \u062a\u0635\u062f\u064a\u0631", "custom_fields", "\u062d\u0642\u0648\u0643 \u0645\u062e\u0635\u0635\u0629", "invoice_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u0625\u0639\u062f\u0627\u062f\u062a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629", "privacy_policy", "Privacy Policy", "sign_up", "\u062a\u0633\u062c\u064a\u0644", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u062a\u062d\u0645\u064a\u0644", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", "new_vendor", "New Vendor", "created_vendor", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_vendor", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "archived_vendor", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_vendor", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "restored_vendor", _s28_28, _s16_181, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", "deleted_vendors", "\u062a\u0645 \u062d\u0630\u0641 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "\u062a\u0627\u0631\u064a\u062e", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "convert", "Convert", "more", "More", "edit_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "edit_product", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", "edit_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "\u0639\u0645\u0644\u0627\u0621 \u0641\u0639\u0651\u0627\u0644\u064a\u0646", "close", "\u0625\u063a\u0644\u0627\u0642", "email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "password", "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631", "url", "URL", "secret", "Secret", "name", "\u0627\u0644\u0627\u0633\u0645", "logout", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c", "login", "Login", "filter", "\u062a\u0631\u0634\u064a\u062d", "sort", "Sort", "search", "\u0627\u0644\u0628\u062d\u062b", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645", "archive", "\u0627\u0631\u0634\u064a\u0641", "delete", "\u062d\u0630\u0641", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u062d\u0641\u0638", _s17_121, _s17_122, "paid_to_date", "\u062f\u0641\u0639\u062a \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", "balance_due", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642", "balance", "\u0627\u0644\u0631\u0635\u064a\u062f", "overview", "Overview", "details", "\u062a\u0641\u0627\u0635\u064a\u0644", "phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "website", "\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "\u0625\u0646\u0634\u0627\u0621", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "additional", "Additional", "first_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644", "last_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631", "add_contact", "\u0625\u0636\u0627\u0641\u0629 \u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644", "are_you_sure", "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f\u061f", "cancel", "\u0625\u0644\u063a\u0627\u0621", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0645\u0646\u062a\u062c", "products", "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "new_product", "New Product", "created_product", "\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "updated_product", "\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", _s16_201, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0627\u0644\u0639\u0645\u064a\u0644", "clients", "\u0627\u0644\u0639\u0645\u0644\u0627\u0621", "new_client", "\u0639\u0645\u064a\u0644 \u062c\u062f\u064a\u062f", "created_client", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "updated_client", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "archived_client", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", _s16_204, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "deleted_client", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "deleted_clients", "\u062a\u0645 \u062d\u0630\u0641 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u0627\u0644\u0634\u0627\u0631\u0639", "address2", "\u0634\u0642\u0629 / \u062c\u0646\u0627\u062d", "city", "\u0627\u0644\u0645\u062f\u064a\u0646\u0629", "state", "\u0627\u0644\u0648\u0644\u0627\u064a\u0629/\u0627\u0644\u0645\u0646\u0637\u0642\u0629", "postal_code", "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", "country", "Country", "invoice", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoices", "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "new_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629", "created_invoice", "\u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "updated_invoice", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_206, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "deleted_invoice", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_207, _s29_28, _s17_125, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_208, "\u062a\u0645 \u062d\u0630\u0641 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s17_126, _s37_17, "emailed_invoice", "\u062a\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0628\u0646\u062c\u0627\u062d", "emailed_payment", _s28_59, "amount", "\u0627\u0644\u0642\u064a\u0645\u0629", "invoice_number", "\u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "discount", "\u062e\u0635\u0645", "po_number", "\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0645\u064a\u062f", "terms", "\u0627\u0644\u0634\u0631\u0648\u0637", "public_notes", "Public Notes", "private_notes", "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u062e\u0627\u0635\u0629", "frequency", "\u0627\u0644\u062a\u0643\u0631\u0627\u0631", "start_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0627\u064a\u0629", "end_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0646\u0647\u0627\u064a\u0629", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0648\u0635\u0641", "unit_cost", "\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0648\u062d\u062f\u0629", "quantity", "\u0627\u0644\u0643\u0645\u064a\u0629", "add_item", "Add Item", "contact", "\u062c\u0647\u0629 \u0625\u062a\u0635\u0627\u0644", "work_phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s16_209, _s16_210, "status", "\u0627\u0644\u062d\u0627\u0644\u0629", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639", "percent", "Percent", "edit", "\u062a\u0639\u062f\u064a\u0644", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0636\u0631\u064a\u0628\u0629", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0643\u0645\u0631\u0633\u0644\u0629", _s23_45, _s36_14, _s23_46, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0643\u0645\u0631\u0633\u0644\u0629", "done", "\u062a\u0645", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0646\u0634\u0627\u0637", _s16_211, _s16_212, "clone", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062f\u0641\u0639\u0629", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "\u0627\u0644\u0630\u0627\u0643\u0631\u0629", "payment", "Payment", "payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0631\u0645\u0632 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", "enter_payment", "\u0627\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "new_payment", "\u0623\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "created_payment", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_payment", _s28_45, _s16_219, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_payment", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_220, _s29_30, _s17_130, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_221, "\u062a\u0645 \u062d\u0630\u0641 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", ":contact \u0634\u0627\u0647\u062f \u0627\u0644\u0639\u0631\u0636 :quote", "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0627\u062e\u062a\u064a\u0627\u0631", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u0642\u0641\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644", "show_list", "\u0639\u0631\u0636 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "\u0634\u0627\u0631\u0639 \u0627\u0644\u0639\u0645\u064a\u0644", "client_address2", "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0639\u0645\u064a\u0644", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", _s24_59, "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u062f\u0641\u0639\u0629", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, "\u0645\u0639\u0631\u0641 \u0639\u0645\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "tax_name1", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 1", "tax_name2", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 2", "tax_name3", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 3", "transaction_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "bg", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0435\u043c\u0430\u043c", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "default", "\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u0421\u0435\u0434\u043c\u0438\u0446\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "range", "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0422\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 :amount \u0449\u0435 \u0431\u044a\u0434\u0435 :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434 # :expense", "view_statement", "\u0412\u0438\u0436\u0442\u0435 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u041e\u0442 - \u0418\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_19, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s22_27, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_5, _s21_108, _s25_6, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0420\u044a\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u041d\u0435\u0442\u043e", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0424\u0430\u043c\u0438\u043b\u0438\u044f", "order", "Order", "unassigned", "\u041d\u0435\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430", "partial_value", "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u0442 0 \u0438 \u043f\u043e-\u043c\u0430\u043b\u043a\u043e \u043e\u0442 \u043e\u0431\u0449\u0430\u0442\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0420\u0430\u0437\u0440\u0435\u0448\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0417\u0430\u043b\u043e\u0436\u0435\u0442\u0435 subdomain \u0438\u043b\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043d\u0430 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438\u044f \u0441\u0438 \u0441\u0430\u0439\u0442.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0412\u044a\u0440\u043d\u0430\u0442\u0438", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u0439\u0442\u0435 \u0431\u0430\u0440\u043a\u043e\u0434\u0430 \u0441 :link \u0441\u044a\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", _s18_36, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430 Two-Factor Authentication", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u043e \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "invoice_expense", "\u041f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0441\u0443\u043c\u0430", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u0438\u0439", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_16, _s29_7, "select_file", "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV \u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0412\u0438\u0436 \u043b\u0438\u0446\u0435\u043d\u0437\u0438", "webhook_url", "Webhook URL", _s17_44, "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d", "sidebar_editor", "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", _s22_34, '\u0417\u0430 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0442\u0435, \u043c\u043e\u043b\u044f \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 ":value"', "purge", "\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u0442\u0435", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c", "clone_to_other", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c \u043d\u0435\u0449\u043e \u0434\u0440\u0443\u0433\u043e", "labels", "\u0415\u0442\u0438\u043a\u0435\u0442\u0438", "add_custom", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e", "payment_tax", "\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f\u0442\u0430", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430", "white_label", "White Label", "delivery_note", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", _s24_26, "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u0441\u0430 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438", _s24_28, "\u041f\u043b\u0430\u0442\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u0441\u0430 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "\u0417\u0430\u043a\u044a\u0441\u043d\u044f\u043b\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "quote_expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "partial_due", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0434\u044a\u043b\u0436\u0438\u043c\u0430", "invoice_total", "\u0422\u043e\u0442\u0430\u043b \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u041e\u0431\u0449\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", "credit_total", "\u041e\u0431\u0449 \u043a\u0440\u0435\u0434\u0438\u0442", _s23_19, "\u041e\u0431\u0449\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "actions", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f", "expense_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0430", "task_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "project_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", "project_name", "Project Name", "warning", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435", "view_settings", "\u0412\u0438\u0436 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s24_30, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430 \u043d\u0435 \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430", "late_invoice", "\u041a\u044a\u0441\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "expired_quote", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "remind_invoice", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "required_fields", "\u0417\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "calculated_rate", "\u0418\u0437\u0447\u0438\u0441\u043b\u0435\u043d \u0440\u0435\u0439\u0442", _s17_46, "\u0420\u0435\u0439\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "clear_cache", "\u0418\u0437\u0447\u0438\u0441\u0442\u0438 \u043a\u0435\u0448\u0430", "sort_order", "\u041f\u043e\u0434\u0440\u0435\u0434\u0431\u0430", "task_status", "\u0421\u0442\u0430\u0442\u0443\u0441", "task_statuses", "\u0421\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "new_task_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s16_64, "\u0421\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", _s19_30, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_38, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_32, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_33, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s20_39, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "\u0422\u044a\u0440\u0441\u0438 1 \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_41, "\u0422\u044a\u0440\u0441\u0438 :count \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s16_66, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438", _s21_44, "\u0412\u0438\u043d\u0430\u0433\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0441\u0435\u043a\u0446\u0438\u044f\u0442\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_42, "\u0413\u0440\u0430\u0444\u0438\u043a \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_17, "\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043a\u044a\u043c \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, "\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u0438 \u0437\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435", _s18_44, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u044f", "task_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_46, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438", _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s20_48, "\u041d\u043e\u0432\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_46, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0430", _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s24_32, "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s24_33, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", _s24_34, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s25_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, "\u0422\u044a\u0440\u0441\u0435\u0442\u0435 \u0432 1 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s25_23, "\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u0432 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s21_48, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "show_option", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043e\u043f\u0446\u0438\u044f", _s22_37, "\u0421\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043d\u0430\u0434\u0432\u0438\u0448\u0430\u0432\u0430 \u0441\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "view_changes", "\u0412\u0438\u0436 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "force_update", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439 \u043d\u0430\u0441\u0438\u043b\u0430", _s17_48, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043d\u0430\u0439-\u043d\u043e\u0432\u0430\u0442\u0430 \u0432\u0435\u0440\u0441\u0438\u044f, \u043d\u043e \u0435 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u0430 \u0438\u043c\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438 \u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0438.", "mark_paid_help", "\u041f\u0440\u043e\u0441\u043b\u0435\u0434\u0435\u0442\u0435, \u0447\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u044a\u0442 \u0435 \u0431\u0438\u043b \u043f\u043b\u0430\u0442\u0435\u043d", _s18_48, "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430", _s23_21, "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s29_8, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438\u0442\u0435 \u0432\u0438\u0434\u0438\u043c\u0438", _s21_50, "\u0417\u0430\u0434\u0430\u0439 \u043e\u0431\u043c\u0435\u043d\u0435\u043d \u043a\u0443\u0440\u0441", _s16_68, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_49, "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u043d", "crypto", "\u041a\u0440\u0438\u043f\u0442\u043e", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435", "variables", "\u041f\u0440\u043e\u043c\u0435\u043d\u043b\u0438\u0432\u0438", "show_password", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u0430\u0440\u043e\u043b\u0430", "hide_password", "\u0421\u043a\u0440\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0430", "copy_error", "\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043a\u043e\u043f\u0438\u0440\u0430\u043d\u0435", "capture_card", "\u041f\u0440\u0438\u0445\u0432\u0430\u043d\u0438 \u043a\u0430\u0440\u0442\u0430", _s17_49, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e", "total_taxes", "\u041e\u0431\u0449\u043e \u0434\u0430\u043d\u044a\u0446\u0438", "line_taxes", "\u0414\u0430\u043d\u044a\u0446\u0438 \u043d\u0430 \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435", "total_fields", "\u0421\u0443\u043c\u0430\u0440\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", _s25_24, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_25, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_26, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "gateway_refund", "\u041f\u043e\u0440\u0442\u0430\u043b \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435", _s19_34, "\u0412\u044a\u0440\u043d\u0438 \u0441\u0443\u043c\u0430 \u0447\u0440\u0435\u0437 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", "due_date_days", "\u041a\u0440\u0430\u0435\u043d \u0441\u0440\u043e\u043a", "paused", "\u041d\u0430 \u043f\u0430\u0443\u0437\u0430", "mark_active", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432", "day_count", "\u0414\u0435\u043d :count", _s22_38, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", _s21_51, "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u0434\u0435\u043d \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_51, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "endless", "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u0438", "next_send_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u043e\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", _s16_70, "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438", _s17_53, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_51, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_27, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_28, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_31, "\u0422\u044a\u0440\u0441\u0438 :count \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "send_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", "auto_bill_on", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430", _s28_8, "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0430\u0432\u0430\u043d\u0441\u043e\u0432\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "profit", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430", "line_item", "\u0420\u0435\u0434", _s18_53, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e-\u0433\u043e\u043b\u044f\u043c\u043e \u043e\u0442 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430", _s23_22, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430\u0434 \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0434\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u0448 \u0431\u0430\u043a\u0448\u0438\u0448\u0438", _s19_35, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e-\u043c\u0430\u043b\u043a\u043e \u043e\u0442 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430", _s24_36, "\u041f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u0430/\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u0430 \u0441\u0443\u043c\u0430", "test_mode", "\u0422\u0435\u0441\u0442\u043e\u0432 \u0440\u0435\u0448\u0438\u043c", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u0438", _s30_4, "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", _s30_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", "gateway_success", "\u041f\u043e\u0440\u0442\u0430\u043b - \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "gateway_failure", "\u041f\u043e\u0440\u0442\u0430\u043b - \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "gateway_error", "\u041f\u043e\u0440\u0442\u0430\u043b - \u0433\u0440\u0435\u0448\u043a\u0430", "email_send", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b", _s17_55, "\u041e\u043f\u0430\u0448\u043a\u0430 \u0437\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0438 \u043e\u043f\u0438\u0442\u0438 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0438", "failure", "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "quota_exceeded", "\u041f\u0440\u0435\u0432\u0438\u0448\u0435\u043d\u0430 \u043a\u0432\u043e\u0442\u0430", _s16_72, "\u0413\u0440\u0435\u0448\u043a\u0430 \u043d\u0430\u0433\u043e\u0440\u0435 \u043f\u043e \u0432\u0435\u0440\u0438\u0433\u0430\u0442\u0430", "system_logs", "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u0438 \u043b\u043e\u0433\u043e\u0432\u0435", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", "copy_link", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u043b\u0438\u043d\u043a", "token_billing", "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430", _s24_37, "\u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 \u0418\u043d\u0432\u043e\u0439\u0441 \u041d\u0438\u043d\u0434\u0436\u0430", "always", "\u0412\u0438\u043d\u0430\u0433\u0438", "optin", "\u0417\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435", "optout", "\u041e\u0442\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435", "label", "\u0415\u0442\u0438\u043a\u0435\u0442", "client_number", "\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043d\u043e\u043c\u0435\u0440", "auto_convert", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0432\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "reminder1_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21161 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder2_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21162 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder3_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21163 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", _s18_55, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "pdf_page_info", "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 :current \u043e\u0442 :total", _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "emailed_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "gateway", "\u041f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "\u0412\u0438\u0436 \u0432 \u0421\u0442\u0440\u0430\u0439\u043f", "rows_per_page", "\u0420\u0435\u0434\u043e\u0432\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "hours", "\u0427\u0430\u0441\u043e\u0432\u0435", "statement", "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435", "taxes", "\u0414\u0430\u043d\u044a\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435", "apply_payment", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "apply_credit", "\u041f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438", "unapplied", "\u041d\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438", "select_label", "\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0435\u0442\u0438\u043a\u0435\u0442", "custom_labels", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0435\u0442\u0438\u043a\u0435\u0442\u0438", "record_type", "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441", "record_name", "\u0418\u043c\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441", "file_type", "\u0424\u0430\u0439\u043b\u043e\u0432 \u0442\u0438\u043f", "height", "\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430", "width", "\u0428\u0438\u0440\u043e\u0447\u0438\u043d\u0430", "to", "\u0414\u043e", "health_check", "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0430 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "last_login_at", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043b\u043e\u0433\u0438\u043d \u0432", "company_key", "\u041a\u043b\u044e\u0447 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430", "storefront", "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d", "storefront_help", "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430 \u0442\u0440\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043d\u0438 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "client_created", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s20_51, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_53, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0440\u044a\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "completed", "\u0417\u0430\u0432\u044a\u0440\u0448\u0435\u043d", "gross", "\u0411\u0440\u0443\u0442\u043e", "net_amount", "\u041d\u0435\u0442\u043d\u0430 \u0441\u0443\u043c\u0430", "net_balance", "\u041d\u0435\u0442\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441", "client_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s17_57, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_59, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "selected_quotes", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "selected_tasks", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", _s17_61, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_63, "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "upcoming_quotes", "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "expired_quotes", "\u0418\u0437\u0442\u0435\u043a\u043b\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "create_client", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u0421\u044a\u0437\u0434\u0430\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u0421\u044a\u0437\u0434\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "create_payment", "\u0421\u044a\u0437\u0434\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "create_vendor", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "update_quote", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043e\u0444\u0435\u0440\u0442\u0430", "delete_quote", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "update_invoice", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "delete_invoice", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "delete_client", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "update_vendor", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "delete_vendor", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "create_expense", "\u0421\u044a\u0437\u0434\u0430\u0439 \u0440\u0430\u0437\u0445\u043e\u0434", "update_expense", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0440\u0430\u0437\u0445\u043e\u0434", "delete_expense", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "create_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "delete_task", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "\u041e\u0434\u043e\u0431\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430", "off", "\u0418\u0437\u043a\u043b.", "when_paid", "\u041a\u043e\u0433\u0430\u0442\u043e \u0435 \u043f\u043b\u0430\u0442\u0435\u043d\u0430", "expires_on", "\u0418\u0437\u0442\u0438\u0447\u0430 \u043d\u0430", "free", "\u0411\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e \u043c\u0435\u043d\u044e", "hide_sidebar", "\u0421\u043a\u0440\u0438\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0442\u043e \u043c\u0435\u043d\u044e", "event_type", "\u0422\u0438\u043f \u0441\u044a\u0431\u0438\u0442\u0438\u0435", "target_url", "Target", "copy", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439", "must_be_online", "\u041c\u043e\u043b\u044f, \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u043a\u044a\u043c \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442", _s17_67, "Cron \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "api_webhooks", "API webhooks", "search_webhooks", "\u0422\u044a\u0440\u0441\u0438 :count webhook-\u043e\u0432\u0435", "search_webhook", "\u0422\u044a\u0440\u0441\u0438 1 webhook", "webhook", "Webhook", "webhooks", "Webhook-\u043e\u0432\u0435", "new_webhook", "\u041d\u043e\u0432 Webhook", "edit_webhook", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438 Webhook", "created_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d webhook", "updated_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d webhook", _s16_76, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d webhook", "deleted_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 webhook", "removed_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 webhook", _s16_77, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d webhook", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u044a\u043d\u0438", "api_docs", "API Docs", "search_tokens", "\u0422\u044a\u0440\u0441\u0438 :count \u0442\u043e\u043a\u0435\u043d\u0438", "search_token", "\u0422\u044a\u0440\u0441\u0438 1 \u0442\u043e\u043a\u0435\u043d", "token", "\u0422\u043e\u043a\u044a\u043d", "tokens", "\u0422\u043e\u043a\u044a\u043d\u0438", "new_token", "\u041d\u043e\u0432 \u0442\u043e\u043a\u0435\u043d", "edit_token", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0442\u043e\u043a\u044a\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0442\u043e\u043a\u044a\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0442\u043e\u043a\u044a\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0442\u043e\u043a\u044a\u043d", "removed_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0442\u043e\u043a\u0435\u043d", "restored_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0442\u043e\u043a\u0435\u043d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_39, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435 \u0434\u0430 \u043f\u0440\u0430\u0432\u044f\u0442 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", _s21_55, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439 & \u0432\u0438\u0436", "email_invoice", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "email_quote", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "email_credit", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "email_payment", _s16_241, _s20_56, "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u043d\u044f\u043c\u0430 \u0437\u0430\u0434\u0430\u0434\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441", "ledger", "\u041b\u0435\u0434\u0436\u044a\u0440", "view_pdf", "\u0412\u0438\u0436 PDF", "all_records", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "owned_by_user", "\u041f\u0440\u0438\u0442\u0435\u0436\u0430\u0432\u0430\u043d\u0438 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", _s16_80, "\u041e\u0441\u0442\u0430\u0442\u044a\u0447\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "contact_name", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0438\u043c\u0435", "use_default", "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s16_82, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", "number_of_days", "\u0411\u0440\u043e\u0439 \u0434\u043d\u0438", _s23_24, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_term", "\u0423\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_83, "\u041d\u043e\u0432\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_71, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_58, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_59, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_60, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u0412\u043b\u0435\u0437 \u0441 \u0438\u043c\u0435\u0439\u043b", "change", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438", _s23_26, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c?", _s24_40, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u0434\u0435\u0441\u043a\u0442\u043e\u043f \u0440\u0435\u0436\u0438\u043c?", "send_from_gmail", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0442 Gmail", "reversed", "\u0421\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0430", "cancelled", "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430", "credit_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "hosted", "\u0425\u043e\u0441\u0442\u043d\u0430\u0442", "selfhosted", "\u0421\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u043d\u043e \u0445\u043e\u0441\u0442\u043d\u0430\u0442", "exclusive", "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "inclusive", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "hide_menu", "\u0421\u043a\u0440\u0438\u0439 \u043c\u0435\u043d\u044e\u0442\u043e", "show_menu", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043c\u0435\u043d\u044e", _s18_57, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e", _s16_85, "\u0422\u044a\u0440\u0441\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "search_designs", "\u0422\u044a\u0440\u0441\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0438", "search_invoices", "\u0422\u044a\u0440\u0441\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "search_clients", "\u0422\u044a\u0440\u0441\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "search_products", "\u0422\u044a\u0440\u0441\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "search_quotes", "\u0422\u044a\u0440\u0441\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "search_credits", "\u0422\u044a\u0440\u0441\u0438 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "search_vendors", "\u0422\u044a\u0440\u0441\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "search_users", "\u0422\u044a\u0440\u0441\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", _s16_86, "\u0422\u044a\u0440\u0441\u0438 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", "search_tasks", "\u0422\u044a\u0440\u0441\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", "search_settings", "\u0422\u044a\u0440\u0441\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "search_projects", "\u0422\u044a\u0440\u0441\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0438", "search_expenses", "\u0422\u044a\u0440\u0441\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", "search_payments", "\u0422\u044a\u0440\u0441\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "search_groups", "\u0422\u044a\u0440\u0441\u0438 \u0433\u0440\u0443\u043f\u0438", "search_company", "\u0422\u044a\u0440\u0441\u0438 \u0432 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "search_document", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "search_design", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u0438\u0437\u0430\u0439\u043d", "search_invoice", "\u0422\u044a\u0440\u0441\u0438 1 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "search_client", "\u0422\u044a\u0440\u0441\u0438 1 \u043a\u043b\u0438\u0435\u043d\u0442", "search_product", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "search_quote", "\u0422\u044a\u0440\u0441\u0438 1 \u043e\u0444\u0435\u0440\u0442\u0430", "search_credit", "\u0422\u044a\u0440\u0441\u0438 1 \u043a\u0440\u0435\u0434\u0438\u0442", "search_vendor", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "search_user", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "search_tax_rate", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "search_task", "\u0422\u044a\u0440\u0441\u0438 1 \u0437\u0430\u0434\u0430\u0447\u0430", "search_project", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0440\u043e\u0435\u043a\u0442", "search_expense", "\u0422\u044a\u0440\u0441\u0438 1 \u0440\u0430\u0437\u0445\u043e\u0434", "search_payment", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "search_group", "\u0422\u044a\u0440\u0441\u0438 1 \u0433\u0440\u0443\u043f\u0430", "refund_payment", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_75, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_59, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_92, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_76, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "reverse", "\u0421\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u0439", "full_name", "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434 / \u0429\u0430\u0442 / \u041f\u043e\u0449. \u043a\u043e\u0434", _s17_79, "\u041f\u043e\u0449. \u043a\u043e\u0434 / \u0429\u0430\u0442 / \u0413\u0440\u0430\u0434", "custom1", "\u041f\u044a\u0440\u0432\u0430 \u043a\u043e\u043b\u043e\u043d\u0430", "custom2", "\u0412\u0442\u043e\u0440\u0430 \u043a\u043e\u043b\u043e\u043d\u0430", "custom3", _s21_109, "custom4", "\u0427\u0435\u0442\u0432\u044a\u0440\u0442\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "optional", "\u041f\u043e \u0438\u0437\u0431\u043e\u0440", "license", "\u041b\u0438\u0446\u0435\u043d\u0437", "purge_data", "\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u0444\u0438\u0440\u043c\u0435\u043d\u0438 \u0434\u0430\u043d\u043d\u0438", _s18_60, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0422\u043e\u0432\u0430 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0431\u0435\u0437 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435.", "invoice_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "age_group_0", "0 - 30 \u0434\u043d\u0438", "age_group_30", "30 - 60 \u0434\u043d\u0438", "age_group_60", "60 - 90 \u0434\u043d\u0438", "age_group_90", "90 - 120 \u0434\u043d\u0438", "age_group_120", "120+ \u0434\u043d\u0438", "refresh", "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435", "saved_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0430\u0437\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "client_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "company_address", "\u0410\u0434\u0440\u0435\u0441 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430", "invoice_details", "\u0414\u0435\u0442\u0430\u0439\u043b\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "quote_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", "credit_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "product_columns", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043a\u043e\u043b\u043e\u043d\u0438", "task_columns", "\u041a\u043e\u043b\u043e\u043d\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "add_field", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u043e\u043b\u0435", "all_events", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", "permissions", "\u041f\u0440\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f", "none", "\u041d\u044f\u043c\u0430", "owned", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d", "payment_success", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_failure", "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "invoice_sent", ":count \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "invoice_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "quote_approved", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s25_33, "\u041f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044f", _s16_94, "\u041a\u0443\u043f\u0438 \u043b\u0438\u0446\u0435\u043d\u0437", "apply_license", "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043b\u0438\u0446\u0435\u043d\u0437", "cancel_account", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041f\u0440\u043e\u0444\u0438\u043b", _s22_47, "\u0412\u041d\u0418\u041c\u0410\u041d\u0418\u0415: \u0422\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0432\u0430\u0448\u0438\u044f\u0442 \u043f\u0440\u043e\u0444\u0438\u043b \u0438 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u0432 \u043d\u0435\u0433\u043e. \u0421\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043d\u044f\u043c\u0430 \u043a\u0430\u043a \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0438.", "delete_company", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", _s22_48, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0422\u043e\u0432\u0430 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0444\u0438\u0440\u043c\u0430\u0442\u0430\u0412\u0438 \u0431\u0435\u0437 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435.", "enabled_modules", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438 \u043c\u043e\u0434\u0443\u043b\u0438", "converted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "includes", "\u0421\u044a\u0434\u044a\u0440\u0436\u0430", "header", "\u0425\u0435\u0434\u044a\u0440", "load_design", "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0434\u0438\u0437\u0430\u0439\u043d", "css_framework", "CSS framework", "custom_designs", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0438", "designs", "\u0414\u0438\u0437\u0430\u0439\u043d\u0438", "new_design", "\u041d\u043e\u0432 \u0434\u0438\u0437\u0430\u0439\u043d", "edit_design", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0434\u0438\u0437\u0430\u0439\u043d", "created_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "updated_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "archived_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "deleted_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0434\u0438\u0437\u0430\u0439\u043d", "removed_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0434\u0438\u0437\u0430\u0439\u043d", "restored_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "Tickets", _s16_98, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u041e\u0444\u0435\u0440\u0442\u0438", "recurring_tasks", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", _s18_61, "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442\u0438\u0442\u0435", "credit_date", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u0414\u0430\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u043a\u0440\u0435\u0434\u0438\u0442", "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "update_now", "\u042a\u043f\u0434\u0435\u0439\u0442\u043d\u0438", _s26_21, "\u041d\u0430\u043b\u0438\u0447\u043d\u0430 \u0435 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044f \u043d\u0430 \u0443\u0435\u0431 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e", _s16_102, "\u0418\u043c\u0430 \u044a\u043f\u0434\u0435\u0439\u0442", "app_updated", "\u042a\u043f\u0434\u0435\u0439\u0442\u044a\u0442 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "learn_more", "\u041d\u0430\u0443\u0447\u0438 \u043f\u043e\u0432\u0435\u0447\u0435", "integrations", "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438", "tracking_id", "ID \u0437\u0430 \u043f\u0440\u043e\u0441\u043b\u0435\u0434\u044f\u0432\u0430\u043d\u0435", _s17_81, "Slack webhook URL", "credit_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "new_company", "\u041d\u043e\u0432\u0430 \u0444\u0438\u0440\u043c\u0430", "added_company", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "company1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 1", "company2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 2", "company3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 3", "company4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 4", "product1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 1", "product2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 2", "product3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 3", "product4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 4", "client1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 1", "client2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 2", "client3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 3", "client4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 4", "contact1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 1", "contact2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 2", "contact3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 3", "contact4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 4", "task1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 1", "task2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 2", "task3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 3", "task4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 4", "project1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 1", "project2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 2", "project3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 3", "project4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 4", "expense1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 1", "expense2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 2", "expense3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 3", "expense4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 4", "vendor1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 1", "vendor2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 2", "vendor3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 3", "vendor4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 4", "invoice1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 1", "invoice2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 2", "invoice3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 3", "invoice4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 4", "payment1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 1", "payment2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 2", "payment3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 3", "payment4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 4", "surcharge1", _s27_66, "surcharge2", _s27_67, "surcharge3", _s27_68, "surcharge4", _s27_69, "group1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 1", "group2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 2", "group3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 3", "group4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 4", "reset", "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435", "number", "\u041d\u043e\u043c\u0435\u0440", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u0430", "count", "\u0411\u0440\u043e\u0439", "totals", "\u041e\u0431\u0449\u0438 \u0441\u0443\u043c\u0438", "blank", "\u041f\u0440\u0430\u0437\u043d\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "\u0415 \u0430\u043a\u0442\u0438\u0432\u0435\u043d", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435 \u043f\u043e", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_67, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430", _s17_83, "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430", "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u0432\u0440\u044a\u0437\u043a\u0430", _s21_59, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 1", _s21_60, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 2", _s21_61, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 3", _s21_62, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 4", _s17_85, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0423\u043b\u0438\u0446\u0430", _s17_86, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0410\u043f.", "shipping_city", "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0413\u0440\u0430\u0434", "shipping_state", "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0429\u0430\u0442/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f", _s20_61, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", _s16_132, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", _s16_134, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0423\u043b\u0438\u0446\u0430", _s16_135, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0410\u043f.", "billing_city", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0413\u0440\u0430\u0434", "billing_state", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0429\u0430\u0442/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f", _s19_40, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", "billing_country", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", "client_id", "Client Id", "assigned_to", "\u041f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043d\u0430", "created_by", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043e\u0442 :name", "assigned_to_id", "\u041f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043d\u0430 Id", "created_by_id", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043e\u0442 Id", "add_column", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043a\u043e\u043b\u043e\u043d\u0430", "edit_columns", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043a\u043e\u043b\u043e\u043d\u0438", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u041f\u043e \u0434\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u0434\u0430\u0432\u0430\u043d\u0435", "profit_and_loss", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0421\u043f\u0440\u0430\u0432\u043a\u0438", "report", "\u0421\u043f\u0440\u0430\u0432\u043a\u0430", "add_company", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "unpaid_invoice", _s17_142, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "help", "\u041f\u043e\u043c\u043e\u0449", "refund", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", "refund_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0432\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", "filtered_by", "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e", "contact_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0432\u0440\u044a\u0437\u043a\u0430", "multiselect", "\u041c\u0443\u043b\u0442\u0438\u0441\u0435\u043b\u0435\u043a\u0446\u0438\u044f", "entity_state", "\u0429\u0430\u0442", "verify_password", "\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430", "applied", "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s21_63, "\u0412\u043a\u043b\u044e\u0447\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u0433\u0440\u0435\u0448\u043a\u0438 \u043e\u0442 \u043b\u043e\u0433\u043e\u0432\u0435\u0442\u0435", _s30_8, "\u041d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0445\u043c\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u0412\u0438 \u0438 \u0449\u0435 \u0441\u0435 \u043e\u043f\u0438\u0442\u0430\u043c\u0435 \u0434\u0430 \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438\u043c \u043d\u0435\u0437\u0430\u0431\u0430\u0432\u043d\u043e.", "message", "\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_63, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0435\u0442\u0430\u0439\u043b\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s25_35, "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0438 \u0446\u0435\u043d\u0430\u0442\u0430 \u0432 \u043f\u0430\u0434\u0430\u0449\u043e\u0442\u043e \u043c\u0435\u043d\u044e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s20_65, "PDF \u0440\u0435\u043d\u0434\u0435\u0440-\u0430 \u0438\u0437\u0438\u0441\u043a\u0432\u0430 :version", _s18_70, "\u041d\u0430\u0441\u0442\u043e\u0439\u043a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u0442\u0430\u043a\u0441\u0430\u0442\u0430", _s23_28, _s33_24, _s18_72, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435", "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430", "about", "\u0417\u0430", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043d\u0430\u0441", "subtotal", "\u0421\u0443\u0431\u0442\u043e\u0442\u0430\u043b", "line_total", "\u041e\u0431\u0449\u0430 \u0446\u0435\u043d\u0430", "item", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "credit_email", "\u041a\u0440\u0435\u0434\u0438\u0442\u0435\u043d \u0435-\u043c\u0435\u0439\u043b", "iframe_url", "\u0421\u0430\u0439\u0442", "domain_url", "\u0414\u043e\u043c\u0435\u0439\u043d \u0430\u0434\u0440\u0435\u0441", _s21_64, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0435 \u0442\u0432\u044a\u0440\u0434\u0435 \u043a\u0440\u0430\u0442\u043a\u0430", _s20_66, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0433\u043b\u0430\u0432\u043d\u0430 \u0431\u0443\u043a\u0432\u0430 \u0438 \u0446\u0438\u0444\u0440\u0430", _s19_42, "\u0417\u0430\u0434\u0430\u0447\u0438 \u043e\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s23_29, "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s20_67, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "deleted_logo", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u043b\u043e\u0433\u043e", "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u0439 \u043d\u043e\u043c\u0435\u0440", "when_saved", "\u0435 \u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0430", "when_sent", "\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", "select_company", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "float", "\u041f\u043b\u0430\u0432\u0430\u0449", "collapse", "\u0421\u044a\u0431\u0435\u0440\u0438", "show_or_hide", "\u041f\u043e\u043a\u0430\u0436\u0438/\u0421\u043a\u0440\u0438\u0439", "menu_sidebar", "\u041c\u0435\u043d\u044e \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", "history_sidebar", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", "tablet", "\u0422\u0430\u0431\u043b\u0435\u0442", "mobile", "\u041c\u043e\u0431\u0438\u043b\u043d\u043e", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "\u041c\u043e\u0434\u0443\u043b", "first_custom", "\u041f\u044a\u0440\u0432\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "second_custom", "\u0412\u0442\u043e\u0440\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "third_custom", _s21_109, "show_cost", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0430", _s17_88, _s17_89, "show_cost_help", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0446\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u043e\u0442\u043e \u043f\u043e\u043b\u0435 \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0441\u043b\u0435\u0434\u0438\u0448 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430", _s21_65, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430\u0442\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442", _s26_23, "\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u043e\u043b\u0435\u0442\u043e \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u0438\u043b\u0438 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0442\u043e \u043f\u043e\u043b\u0435", _s21_67, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0431\u0440\u043e\u044f\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", _s26_24, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0440\u0435\u0434\u0430 \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442, \u0438\u043b\u0438 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0440\u0435\u0434", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "\u041d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s21_71, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043b\u0438\u043d\u0438\u044f\u0442\u0430 \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043d\u0430 \u0435\u0434\u043d\u043e", "one_tax_rate", "\u0415\u0434\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "two_tax_rates", "\u0414\u0432\u0435 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", "three_tax_rates", "\u0422\u0440\u0438 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", _s16_140, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "user", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "invoice_tax", "\u0422\u0430\u043a\u0441\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "line_item_tax", "\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u0430\u0442\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430", "inclusive_taxes", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438 \u0442\u0430\u043a\u0441\u0438", _s17_90, "\u0414\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "item_tax_rates", "\u0414\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", _s18_74, "\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0430\u0440\u0438\u0444\u0438\u0442\u0435", _s18_75, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Gateways", "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u044a\u043a", _s18_77, _s16_242, "accent_color", "\u0410\u043a\u0446\u0435\u043d\u0442\u0435\u043d \u0446\u0432\u044f\u0442", "switch", "\u041f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435", _s19_44, "\u041b\u0438\u0441\u0442 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d \u0441\u044a\u0441 \u0437\u0430\u043f\u0435\u0442\u0430\u0438", "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, "\u0415\u0434\u043d\u043e\u0440\u0435\u0434\u043e\u0432 \u0442\u0435\u043a\u0441\u0442", "multi_line_text", "\u041c\u043d\u043e\u0433\u043e\u0440\u0435\u0434\u043e\u0432 \u0442\u0435\u043a\u0441\u0442", "dropdown", "\u041f\u0430\u0434\u0430\u0449\u043e \u043c\u0435\u043d\u044e", "field_type", "\u0412\u0438\u0434 \u043f\u043e\u043b\u0435", _s27_37, "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0435 e-mail \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "submit", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", _s16_144, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "late_fees", "\u0417\u0430\u043a\u044a\u0441\u043d\u0435\u043b\u0438 \u0422\u0430\u043a\u0441\u0438", "credit_number", "\u041a\u0440\u0435\u0434\u0438\u0442 \u043d\u043e\u043c\u0435\u0440", "payment_number", _s16_243, "late_fee_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0437\u0430\u043a\u044a\u0441\u043d\u0435\u043d\u0438\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0437\u0430\u043a\u044a\u0441\u043d\u0435\u043d\u0438\u0435", "schedule", "\u0413\u0440\u0430\u0444\u0438\u043a", "before_due_date", "\u041f\u0440\u0435\u0434\u0438 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430", "after_due_date", "\u0421\u043b\u0435\u0434 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430", _s18_79, "\u0421\u043b\u0435\u0434 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "days", "\u0414\u043d\u0438", "invoice_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", _s16_241, "partial_payment", _s16_244, "payment_partial", _s16_244, _s21_72, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "quote_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s16_147, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u043f\u043e\u0434\u0441\u0435\u0449\u0430\u043d\u0435", _s16_149, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_80, "\u0414\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u0434\u0440\u0443\u0433\u0438\u0442\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438, \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u044f \u043d\u0430\u0441\u0442\u043e\u0439\u043a\u0438 \u0438 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438\u0442\u0435", "users", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "new_user", "\u041d\u043e\u0432 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "created_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "removed_user", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041e\u043f\u0446\u0438\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u0438\u0439 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430"', _s22_55, '\u041f\u043e\u043a\u0430\u0436\u0438 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430" \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435, \u0441\u043b\u0435\u0434 \u043a\u0430\u0442\u043e \u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435.', _s23_31, "\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0445\u0435\u0434\u044a\u0440\u0430 \u043d\u0430", _s16_154, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0443\u0442\u044a\u0440\u0430 \u043d\u0430", "first_page", "\u041f\u044a\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "all_pages", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "primary_font", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0428\u0440\u0438\u0444\u0442", "secondary_font", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0428\u0440\u0438\u0444\u0442", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0446\u0432\u044f\u0442", "secondary_color", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0446\u0432\u044f\u0442", "page_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "invoice_fields", "\u041f\u043e\u043b\u0435\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "product_fields", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "quote_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s18_81, "Auto Email", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u0440\u0438 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_82, "Auto Archive", _s23_33, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0438 \u043f\u0440\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_83, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", _s23_34, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u0440\u0438 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435 \u043e\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0430.", _s17_94, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441", "freq_daily", "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u0421\u0435\u0434\u043c\u0438\u0447\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u0441\u0435\u0434\u043c\u0438\u0446\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u0441\u0435\u0434\u043c\u0438\u0446\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u041d\u0430 \u0434\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "\u0422\u0440\u0438 \u0433\u043e\u0434\u0438\u043d\u0438", "never", "\u041d\u0438\u043a\u043e\u0433\u0430", "company", "\u0424\u0438\u0440\u043c\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u043d\u043e\u043c\u0435\u0440\u0430", "charge_taxes", "\u041d\u0430\u0447\u0438\u0441\u043b\u0438 \u0434\u0430\u043d\u044a\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u0432\u0430\u0449\u043e \u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0435", "reset_counter", "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447", _s16_157, "\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u0437\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "number_padding", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0442\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "general", "\u041e\u0431\u0449", "surcharge_field", "\u0415\u0442\u0438\u043a\u0435\u0442 \u0434\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "company_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0424\u0438\u0440\u043c\u0430\u0442\u0430", "company_value", "\u0424\u0438\u0440\u043c\u0435\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "credit_field", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u043e \u043f\u043e\u043b\u0435", "invoice_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s17_99, "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0442\u0430\u043a\u0441\u0430 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "product_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", "payment_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "vendor_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a\u0430", "expense_field", "\u041f\u043e\u043b\u0435 \u0420\u0430\u0437\u0445\u043e\u0434", "project_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", "task_field", "\u041f\u043e\u043b\u0435 \u0417\u0430\u0434\u0430\u0447\u0430", "group_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0433\u0440\u0443\u043f\u0430", "number_counter", "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440\u0430", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "\u041c\u043e\u0434\u0435\u043b \u043d\u043e\u043c\u0435\u0440", "messages", "\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d CSS", _s17_101, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d JavaScript", _s16_159, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0432 PDF \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", _s21_74, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u043f\u0438\u0441\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0432 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 / \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430.", _s25_41, "\u0427\u0435\u043a-\u0431\u043e\u043a\u0441 \u0437\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u044a\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438, \u0447\u0435 \u043f\u0440\u0438\u0435\u043c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s23_35, "\u0427\u0435\u043a-\u0431\u043e\u043a\u0441 \u0437\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s28_22, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u044a\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438, \u0447\u0435 \u043f\u0440\u0438\u0435\u043c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s25_42, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s30_10, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0434\u0430 \u043f\u043e\u0434\u043f\u0438\u0448\u0435", _s23_36, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s22_57, "\u0417\u0430\u0449\u0438\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u0441 \u043f\u0430\u0440\u043e\u043b\u0430", _s27_38, "\u0414\u0430\u0432\u0430 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0434\u0430 \u0437\u0430\u043b\u043e\u0436\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0432\u0441\u0435\u043a\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u0442\u0430\u043a\u0430\u0432\u0430 \u0435 \u0437\u0430\u043b\u043e\u0436\u0435\u043d\u0430, \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0442\u043e \u043b\u0438\u0446\u0435 \u0449\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u044f \u0432\u044a\u0432\u0435\u0434\u0435 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u0432\u0438\u0434\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435,", "authorization", "\u041e\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f", "subdomain", "Subdomain", "domain", "\u0414\u043e\u043c\u0435\u0439\u043d", "portal_mode", "\u041f\u043e\u0440\u0442\u0430\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c", "email_signature", "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438,", _s24_41, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e \u043a\u044a\u043c \u0412\u0430\u0441 \u043f\u043e-\u043b\u0435\u0441\u043d\u043e \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435 \u0441\u0438 \u043a\u0430\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432 \u0438\u043c\u0435\u0439\u043b\u0438\u0442\u0435 \u0441\u0438 schema.org markup.", "plain", "\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u044a\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u0438\u043c\u0435\u0439\u043b", "attach_pdf", "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 PDF", _s16_160, "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "attach_ubl", "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 UBL", "email_style", "\u0421\u0442\u0438\u043b\u043e\u0432\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0430", _s19_46, "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0435\u043d", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u043e\u0432 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430", "fee_percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u0442\u0430\u043a\u0441\u0430", "fee_cap", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0437\u0430 \u0442\u0430\u043a\u0441\u0430", "limits_and_fees", "\u041b\u0438\u043c\u0438\u0442\u0438/\u0422\u0430\u043a\u0441\u0438", "enable_min", "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 min", "enable_max", "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 max", "min_limit", "\u041c\u0438\u043d.: :min", "max_limit", "\u041c\u0430\u043a\u0441.: :max", "min", "Min", "max", "Max", _s19_47, "\u041b\u043e\u0433\u0430 \u043d\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u043d\u0438 \u043a\u0430\u0440\u0442\u0438", "credentials", "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u0437\u0430 \u0441\u0430\u043c\u043e\u043b\u0438\u0447\u043d\u043e\u0441\u0442", "update_address", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0441 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438", "rate", "\u0420\u0430\u0437\u043c\u0435\u0440", "tax_rate", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0442\u0430\u043a\u0441\u0430", "edit_tax_rate", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_164, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s17_105, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u043f\u044a\u043b\u0432\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_86, "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0449\u0435 \u043f\u043e\u043f\u044a\u043b\u043d\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0438 \u0446\u0435\u043d\u0430\u0442\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_71, "\u041f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0449\u0435 \u043e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438\u044f \u043a\u0430\u0442\u0430\u043b\u043e\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u0432\u044a\u0432 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u0422\u0430\u043a\u0441\u0438", "limits", "\u041b\u0438\u043c\u0438\u0442\u0438", "provider", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "company_gateway", "\u041f\u043e\u0440\u0442\u0430\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_167, "\u041f\u043e\u0440\u0442\u0430\u043b\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_50, "\u041d\u043e\u0432 \u043f\u043e\u0440\u0442\u0430\u043b", _s20_72, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_37, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s23_38, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_42, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_39, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u043e\u0440\u0442\u0430\u043b", _s24_43, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e", "discard_changes", "\u041e\u0442\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "default_value", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "disabled", "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e", "currency_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430", _s21_76, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u0441\u0435\u0434\u043c\u0438\u0446\u0430\u0442\u0430", _s23_40, "\u041f\u044a\u0440\u0432\u0438 \u043c\u0435\u0441\u0435\u0446 \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430\u0442\u0430", "sunday", "\u043d\u0435\u0434\u0435\u043b\u044f", "monday", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0441\u0440\u044f\u0434\u0430", "thursday", "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", "friday", "\u043f\u0435\u0442\u044a\u043a", "saturday", "\u0441\u044a\u0431\u043e\u0442\u0430", "january", "\u042f\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0439", "june", "\u042e\u043d\u0438", "july", "\u042e\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0432\u043e\u043b", "ocde", "\u041a\u043e\u0434", "date_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430", "datetime_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430 \u0434\u0430\u0442\u0430", "military_time", "24 \u0447\u0430\u0441\u043e\u0432\u043e \u0432\u0440\u0435\u043c\u0435", _s18_87, "24-\u0447\u0430\u0441\u043e\u0432 \u0444\u043e\u0440\u043c\u0430\u0442", "send_reminders", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", "timezone", "\u0427\u0430\u0441\u043e\u0432\u0430 \u0437\u043e\u043d\u0430", _s19_51, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0439 \u043f\u043e \u043f\u0440\u043e\u0435\u043a\u0442", _s17_107, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0433\u0440\u0443\u043f\u0430", _s19_53, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_88, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u043a\u043b\u0438\u0435\u043d\u0442", _s18_90, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "group_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430\u0442\u0430", "group", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435", "groups", "\u0413\u0440\u0443\u043f\u0438", "new_group", "\u041d\u043e\u0432\u0430 \u0413\u0440\u0443\u043f\u0430", "edit_group", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u043d\u0435 \u0413\u0440\u0443\u043f\u0430", "created_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "updated_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "deleted_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "restored_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "upload_logo", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u041b\u043e\u0433\u043e", "uploaded_logo", "\u041b\u043e\u0433\u043e\u0442\u043e \u0431\u0435\u0448\u0435 \u043a\u0430\u0447\u0435\u043d\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "logo", "\u041b\u043e\u0433\u043e", "saved_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435 \u0431\u044f\u0445\u0430 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "device_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "defaults", "\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "user_details", "\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "tax_rates", _s16_242, "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u0415\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", '\u0411\u0443\u0442\u043e\u043d\u0438 "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430"', "email_settings", "Email \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", _s22_58, "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u041a\u0430\u0440\u0442\u0438 & \u0411\u0430\u043d\u043a\u0438", _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "price", "\u0426\u0435\u043d\u0430", "email_sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441 E-mail", "google_sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441 Google", _s27_42, "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0442\u0430!", "redeem", "\u041e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435", "back", "\u041d\u0430\u0437\u0430\u0434", "past_purchases", "\u041c\u0438\u043d\u0430\u043b\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0438", _s19_57, "\u0413\u043e\u0434\u0438\u0448\u0435\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d", "pro_plan", "Pro \u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", "enterprise_plan", "Enterprise \u041f\u043b\u0430\u043d", "count_users", ":count \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "upgrade", "\u041e\u0431\u043d\u043e\u0432\u0438", _s25_46, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043e \u0438\u043c\u0435", _s24_45, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0444\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", _s33_21, "\u041c\u043e\u043b\u044f \u0441\u044a\u0433\u043b\u0430\u0441\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043e\u0431\u0449\u0438\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430\u0442\u0430 \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u0437\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043f\u0440\u043e\u0444\u0438\u043b.", "i_agree_to_the", "\u0421\u044a\u0433\u043b\u0430\u0441\u044f\u0432\u0430\u043c \u0441\u0435 \u0441", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u0437\u0430 \u0437\u0430\u0449\u0438\u0442\u0430 \u043d\u0430 \u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438", "sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f", "account_login", "\u0412\u0445\u043e\u0434 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430", "view_website", "\u0412\u0438\u0436 \u0443\u0435\u0431\u0441\u0430\u0439\u0442", "create_account", "\u0421\u044a\u0437\u0434\u0430\u0439 \u041f\u0440\u043e\u0444\u0438\u043b", "email_login", "\u0412\u043b\u0438\u0437\u0430\u043d\u0435 \u0437\u0440\u0435\u0437 email", "create_new", "\u041d\u043e\u0432", _s18_92, "\u041d\u044f\u043c\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", _s21_79, "\u041c\u043e\u043b\u044f \u0437\u0430\u043f\u0430\u0437\u0435\u0442\u0435 \u0438\u043b\u0438 \u043e\u0442\u043a\u0430\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "download", "\u0421\u0432\u0430\u043b\u044f\u043d\u0435", _s27_43, '\u0418\u0437\u0438\u0441\u043a\u0432\u0430 "Enterprise" \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442', "take_picture", "\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0421\u043d\u0438\u043c\u043a\u0430", "upload_file", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0424\u0430\u0439\u043b", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "\u041d\u043e\u0432 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "edit_document", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", _s17_111, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u043a\u0430\u0447\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_175, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s17_112, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_176, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s17_113, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u041d\u044f\u043c\u0430 \u0418\u0441\u0442\u043e\u0440\u0438\u044f", "expense_date", "\u0414\u0430\u0442\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "pending", "\u041e\u0447\u0430\u043a\u0432\u0430\u043d\u043e", _s16_177, "\u041b\u043e\u0433\u043d\u0430\u0442", _s16_178, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_179, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_47, "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u041a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430", "mark_paid", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0440\u0430\u0437\u0445\u043e\u0434", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0440\u0430\u0437\u0445\u043e\u0434", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", "design", "\u0414\u0438\u0437\u0430\u0439\u043d", _s21_80, "\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d", "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041b\u043e\u0433\u0432\u0430\u043d\u043e", "running", "\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u043e", "resume", "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435", "task_errors", "\u041c\u043e\u043b\u044f, \u043a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043f\u043e\u043a\u0440\u0438\u0432\u0430\u0449\u0438\u0442\u0435 \u0441\u0435 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0438", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0440\u044f\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "now", "\u0421\u0435\u0433\u0430", _s16_186, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435", "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u044a\u0447\u043d\u043e", "budgeted", "\u0411\u044e\u0434\u0436\u0435\u0442\u0438\u0440\u0430\u043d\u043e", "start_time", "\u041d\u0430\u0447\u0430\u043b\u043e", "end_time", "\u041a\u0440\u0430\u0439", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u0435", "duration", "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_tasks", _s32_12, "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435", "budgeted_hours", "\u0427\u0430\u0441\u043e\u0432\u0435 \u043f\u043e \u0431\u044e\u0434\u0436\u0435\u0442", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s21_108, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0412\u0438, \u0447\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043d\u0430\u0448\u0435\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", "\u0410\u043a\u043e \u0433\u043e \u0445\u0430\u0440\u0435\u0441\u0432\u0430\u0442\u0435 \u0412\u0438 \u043c\u043e\u043b\u0438\u043c", "click_here", "\u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0442\u0443\u043a", _s18_96, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0442\u0443\u043a", "to_rate_it", "\u0434\u0430 \u0433\u043e \u043e\u0446\u0435\u043d\u0438\u0442\u0435.", "average", "\u0421\u0440\u0435\u0434\u043d\u043e", "unapproved", "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u043e", _s30_15, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438 \u0437\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u0442\u0430\u0437\u0438 \u043d\u0430\u0441\u0442\u043e\u0439\u043a\u0430", "locked", "\u0411\u043b\u043e\u043a\u0438\u0440\u0430\u043d\u043e", "authenticate", "\u0412\u0445\u043e\u0434 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430", _s19_61, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438", _s24_49, "\u0411\u0438\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u043d \u0432\u0445\u043e\u0434", "footer", "\u0424\u0443\u0442\u044a\u0440", "compare", "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "\u0412\u043b\u0435\u0437 \u0441 Google", "today", "\u0414\u043d\u0435\u0441", "custom_range", "\u0414\u0440\u0443\u0433 \u043f\u0435\u0440\u0438\u043e\u0434", "date_range", "\u041f\u0435\u0440\u0438\u043e\u0434", "current", "\u041d\u0430\u0441\u0442\u043e\u044f\u0449", "previous", "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d", "current_period", "\u041d\u0430\u0441\u0442\u043e\u044f\u0449 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0437\u0430 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435", "previous_period", "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441\u044a\u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 7 \u0434\u043d\u0438", "last_week", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0441\u0435\u0434\u043c\u0438\u0446\u0430", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 30 \u0434\u043d\u0438", "this_month", "\u0422\u043e\u0437\u0438 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0438\u044f \u043c\u0435\u0441\u0435\u0446", "this_year", "\u0422\u0430\u0437\u0438 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "Custom", _s16_191, "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "clone_to_quote", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432 \u043e\u0444\u0435\u0440\u0442\u0430", "clone_to_credit", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432 \u043a\u0440\u0435\u0434\u0438\u0442", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439", "more", "\u041e\u0449\u0435", "edit_client", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041f\u043b\u0430\u0449\u0430\u043d\u0435", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "edit_project", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_74, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", "total_revenue", "\u041e\u0431\u0449\u043e \u043f\u0440\u0438\u0445\u043e\u0434\u0438", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438", "invoices_sent", ":count \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u0430", "url", "URL", "secret", "Secret", "name", "\u0418\u043c\u0435", "logout", "\u0418\u0437\u0445\u043e\u0434", "login", "\u0412\u0445\u043e\u0434", "filter", "\u0424\u0438\u043b\u0442\u044a\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "search", "\u0422\u044a\u0440\u0441\u0435\u043d\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0438\u0437\u0442\u0440\u0438\u0442\u0430", "dashboard", "\u0422\u0430\u0431\u043b\u043e", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439", "delete", "\u0418\u0437\u0442\u0440\u0438\u0439", "restore", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438", _s16_195, "\u041e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0437\u0430\u0432\u044a\u0440\u0448\u0435\u043d\u043e", _s23_43, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044f\u0442 \u0438\u043c\u0435\u0439\u043b", _s26_34, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s21_83, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f URL", _s26_36, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 product key", "ascending", "\u041d\u0430\u0440\u0430\u0441\u0442\u0432\u0430\u0449\u043e", "descending", "\u041d\u0430\u043c\u0430\u043b\u044f\u0432\u0430\u0449\u043e", "save", "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435", _s17_121, "\u041d\u0430\u0441\u0442\u044a\u043f\u0438\u043b\u0430 \u0435 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u0438 \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430", "balance_due", "\u041e\u0441\u0442\u0430\u0432\u0430\u0442 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "balance", "\u0411\u0430\u043b\u0430\u043d\u0441", "overview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "details", "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0423\u0435\u0431\u0441\u0430\u0439\u0442", "vat_number", "\u0414\u0414\u0421 \u041d\u043e\u043c\u0435\u0440", "id_number", "\u0415\u0418\u041a/\u0411\u0443\u043b\u0441\u0442\u0430\u0442", "create", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435", _s19_63, "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u043e :value \u0432 \u043a\u043b\u0438\u043f\u0431\u043e\u0440\u0434\u0430", "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, "\u041d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430", "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u043e", "first_name", "\u041f\u044a\u0440\u0432\u043e \u0438\u043c\u0435", "last_name", "\u0424\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0421\u0438\u0433\u0443\u0440\u0435\u043d \u043b\u0438 \u0441\u0442\u0435?", "cancel", "\u041e\u0442\u043a\u0430\u0437", "ok", "\u041e\u043a", "remove", "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435", _s16_199, "\u0418\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441\u044a\u0442 \u0435 \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d", "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d", "updated_product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d", _s16_201, "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u041a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0410\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u0431\u043b\u0430\u0441\u0442", "postal_code", "\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043a\u043e\u0434", "country", "\u0414\u044a\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, _s26_47, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "amount", "\u0421\u0443\u043c\u0430", "invoice_number", _s16_245, "invoice_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430", "po_number", "\u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043e\u0449\u0435\u043d\u0441\u043a\u0430 \u043a\u0443\u0442\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438", "private_notes", "\u041b\u0438\u0447\u043d\u0438 \u0431\u0435\u043b\u0435\u0436\u043a\u0438", "frequency", "\u0427\u0435\u0441\u0442\u043e\u0442\u0430", "start_date", "\u041d\u0430\u0447\u0430\u043b\u043d\u0430 \u0434\u0430\u0442\u0430", "end_date", "\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "quote_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u0430 \u0434\u043e", "items", "\u0420\u0435\u0434\u043e\u0432\u0435", "partial_deposit", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0415\u0434. \u0446\u0435\u043d\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0434", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "\u041e\u0431\u0449\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "pdf", "PDF", "due_date", "\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_209, "\u0427\u0430\u0441\u0442\u0438\u0447\u0435\u043d \u043f\u0430\u0434\u0435\u0436", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", "quote_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s22_59, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 + \u0437\u0430 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0434", _s22_61, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 + \u0437\u0430 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u0435", "count_selected", ":count \u0438\u0437\u0431\u0440\u0430\u043d\u0438", "total", "\u041e\u0431\u0449\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435", "dismiss", "\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435", _s20_76, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", _s22_62, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_51, "\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "task_rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u0415\u0437\u0438\u043a", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435", "created_on", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043d\u0430", "updated_at", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "tax", "\u0414\u0430\u043d\u044a\u043a", _s30_17, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_51, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "past_due", "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u043e", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0430", "sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", "viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u043e", "approved", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u043e", "partial", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 / \u0434\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s22_64, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s22_65, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u0431\u0435\u043b\u044f\u0437\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s23_45, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u0441\u0430 \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438", _s23_46, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438", "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043b\u0438 \u043b\u0438\u0446\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "dark_mode", "\u0422\u044a\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, "\u0420\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u043f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430", "refresh_data", "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "blank_contact", "\u041f\u0440\u0430\u0437\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, "\u041d\u044f\u043c\u0430 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "clone", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439", "loading", "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435", "industry", "\u0411\u0440\u0430\u043d\u0448", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u041f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e", _s16_213, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_214, "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438", _s16_215, "\u0413\u0440\u0435\u0448\u043d\u0438", _s16_216, "\u0413\u043e\u0442\u043e\u0432\u0438", _s16_217, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", _s16_218, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", _s17_128, "\u041d\u0430\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s17_129, _s19_27, "net", "\u041d\u0435\u0442\u043e", "client_portal", "\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043f\u043e\u0440\u0442\u0430\u043b", "show_tasks", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", "email_reminders", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "enabled", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u0435\u043d \u0438\u043c\u0435\u0439\u043b", "first_reminder", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder1", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder2", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder3", "\u0422\u042a\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", "subject", "\u041e\u0442\u043d\u043e\u0441\u043d\u043e", "body", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0442\u0435\u043a\u0441\u0442", "send_email", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b", "email_receipt", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043a\u044a\u043c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "auto_billing", "Auto billing", "button", "\u0411\u0443\u0442\u043e\u043d", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0449\u0430\u043d\u0435", "payments", "\u041f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "refunded", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", "payment_type", "\u0422\u0438\u043f \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_85, "\u041e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430 \u043f\u0440\u0435\u0432\u043e\u0434", "enter_payment", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "new_payment", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u043e \u041f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043do \u041f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s17_131, _s37_20, "quote", "\u041e\u0444\u0435\u0440\u0442\u0430", "quotes", "\u041e\u0444\u0435\u0440\u0442\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u041e\u0444\u0435\u0440\u0442\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u041e\u0444\u0435\u0440\u0442\u0438", "restored_quotes", _s35_22, "expense", "\u0420\u0430\u0437\u0445\u043e\u0434", "expenses", "\u0420\u0430\u0437\u0445\u043e\u0434\u0438", "vendor", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "vendors", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0437\u044a\u0437\u0434\u0430\u0434\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_2", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_3", ":user \u0438\u0437\u0442\u0440\u0438 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_4", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_5", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_6", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice, \u043a\u044a\u043c :client, \u043d\u0430 :contact", "activity_7", ":contact \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice, \u043a\u044a\u043c :client", "activity_8", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_9", ":user \u0438\u0437\u0442\u0440\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_10", ":contact \u0432\u044a\u0432\u0435\u0434\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment \u0432 \u0440\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 :payment_amount \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0437\u0430 :client", "activity_11", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_12", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_13", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_14", ":user \u0432\u044a\u0432\u0435\u0434\u0435 :credit credit", "activity_15", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 :credit credit", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit credit", "activity_17", ":user \u0438\u0437\u0442\u0440\u0438 \u043a\u0440\u0435\u0434\u0438\u0442 :credit", "activity_18", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_19", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_20", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote, \u043a\u044a\u043c :client, \u043d\u0430 :contact", "activity_21", _s31_24, "activity_22", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_23", ":user \u0438\u0437\u0442\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_24", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_25", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_26", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_27", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_28", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043a\u0440\u0435\u0434\u0438\u0442 :credit", "activity_29", ":contact \u043e\u0434\u043e\u0431\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote, \u043a\u044a\u043c :client", "activity_30", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_31", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_32", ":user \u0438\u0437\u0442\u0440\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_33", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_34", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_35", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_36", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_37", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_39", ":user \u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043b :payment_amount \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_40", ":user \u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b :adjustment \u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 :payment_amount \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_41", "\u041e\u0442\u043a\u0430\u0437\u0430\u043d\u0438 :payment_amount \u043f\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 (:payment)", "activity_42", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_43", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_44", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_45", ":user \u0438\u0437\u0442\u0440\u0438 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_46", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_47", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \u043e\u0442\u043d\u043e\u0432\u043e \u043e\u0442\u0432\u043e\u0440\u0438 :ticket", "activity_55", ":contact \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438 \u043d\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_56", ":user \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_57", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u043d\u0435 \u0443\u0441\u043f\u044f \u0434\u0430 \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u043f\u043e e-mail", "activity_58", ":user \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_59", ":user \u0430\u043d\u0443\u043b\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_60", _s31_24, "activity_61", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_62", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_63", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043f\u044a\u0440\u0432\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_64", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0432\u0442\u043e\u0440\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_65", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0442\u0440\u0435\u0442\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_66", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0431\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "emailed_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s20_78, "\u041e\u0444\u0435\u0440\u0442\u0430\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s21_87, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u0431\u0435\u043b\u044f\u0437\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d", "expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430", "all", "\u0412\u0441\u0438\u0447\u043a\u0438", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0434\u044a\u043b\u0433\u043e \u0437\u0430 \u043c\u0443\u043b\u0442\u0438\u0441\u0435\u043b\u0435\u043a\u0446\u0438\u044f", "custom_value1", _s24_64, "custom_value2", _s24_64, "custom_value3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 3", "custom_value4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 4", _s18_97, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d \u0441\u0442\u0438\u043b \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0430", _s24_56, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 \u0442\u0430\u0431\u043b\u043e\u0442\u043e", _s29_37, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_58, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s31_18, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043d\u0435\u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "lock_invoices", "\u0417\u0430\u043a\u043b\u044e\u0447\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", "translations", "\u041f\u0440\u0435\u0432\u043e\u0434\u0438", _s19_64, "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u043e\u043c\u0435\u0440", _s19_66, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s22_68, "\u0420\u0430\u0437\u0445\u043e\u0434 \u043d\u043e\u043c\u0435\u0440", _s22_70, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s21_88, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_90, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_92, "\u0411\u0438\u043b\u0435\u0442 \u043d\u043e\u043c\u0435\u0440", _s21_94, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442", _s22_72, _s16_243, _s22_74, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_76, _s16_245, _s22_78, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s20_79, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s20_81, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_96, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_98, _s24_65, _s21_100, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_101, _s24_65, _s18_99, "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447\u0430", "counter_padding", "\u043f\u043e\u0434\u0440\u0430\u0432\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447", _s28_57, "\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0431\u0440\u043e\u044f\u0447 \u043d\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s18_101, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 1", _s18_103, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 1", _s18_105, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 2", _s18_107, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 2", _s18_109, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 3", _s18_111, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 3", _s21_102, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s19_68, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_104, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s29_39, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "show_table", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430", "show_list", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043b\u0438\u0441\u0442", "client_city", "\u0413\u0440\u0430\u0434 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_state", "\u0429\u0430\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_country", "\u0414\u044a\u0440\u0436\u0430\u0432\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s16_222, "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0435 \u0430\u043a\u0442\u0438\u0432\u0435\u043d", "client_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_address1", "\u0423\u043b\u0438\u0446\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_address2", "\u0410\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442/\u0441\u0442\u0430\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0443\u043b\u0438\u0446\u0430", _s24_59, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0430\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442/\u0441\u0442\u0430\u044f", "type", "\u0422\u0438\u043f", "invoice_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u041f\u0430\u0434\u0435\u0436", "tax_rate1", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 1", "tax_rate2", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 2", "tax_rate3", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", "archived_at", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043d\u0430", "has_expenses", "\u0418\u043c\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", "custom_taxes1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 1", "custom_taxes2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 2", "custom_taxes3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 3", "custom_taxes4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 4", _s17_134, _s27_66, _s17_135, _s27_67, _s17_136, _s27_68, _s17_137, _s27_69, "is_deleted", "\u0415 \u0438\u0437\u0442\u0440\u0438\u0442\u0430", "vendor_city", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0433\u0440\u0430\u0434", "vendor_state", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0449\u0430\u0442", "vendor_country", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0434\u044a\u0440\u0436\u0430\u0432\u0430", "is_approved", "\u0415 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430", "tax_name", "\u0418\u043c\u0430 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "tax_amount", "\u0422\u0430\u043a\u0441\u0430", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "payment_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "age", "\u0418\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043f\u0440\u0435\u0434\u0438", "is_running", "\u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430 \u0441\u0435", "time_log", "\u041b\u043e\u0433 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434", _s19_72, "\u0418\u0434\u0435\u043d\u0442. \u2116 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "tax_name1", "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 1", "tax_name2", "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 2", "tax_name3", "Tax Name 3", "transaction_id", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u4fe1\u7528\u5361\u8207\u9280\u884c", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u5408\u4f75", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u63a5\u53d7", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u4ed8\u6b3e\u8a2d\u5b9a", "default", "\u9810\u8a2d", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u8cc7\u683c", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u65b0\u589e\u9598\u9053", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u65b0\u589e\u81f3\u767c\u7968 :invoice", _s17_11, _s17_12, "week", "\u661f\u671f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u767c\u7968\u4f7f\u7528\u7684\u8ca8\u5e63", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u5efa\u7acb\u5c08\u6848", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", ":amount \u4efd\u767c\u7968\u7684\u8cbb\u7528\u61c9\u70ba :total\u3002", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u540c\u610f", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u6e05\u9664\u7528\u6236\u6210\u529f", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u8a2d\u5b9a\u5bc6\u78bc", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u6aa2\u8996\u652f\u51fa # :expense", "view_statement", "\u6aa2\u8996\u8ca1\u52d9\u5831\u8868", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u7cfb\u7d71", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u6309\u7167\u59d3\u540d", _s16_23, _s16_232, _s17_19, "\u9031\u671f\u6027\u652f\u51fa", _s18_19, "\u9031\u671f\u6027\u652f\u51fa", _s21_22, "\u65b0\u7684\u9031\u671f\u6027\u652f\u51fa", _s22_27, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s25_3, "\u5efa\u7acb\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_4, "\u66f4\u65b0\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s26_4, "\u6b78\u6a94\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, "\u5fa9\u539f\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Googlezp \u5206\u6790", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u4f7f\u7528\u8005\u6307\u5357", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u6de8", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u5c08\u696d\u7248", "enterprise", "Enterprise", "last_updated", "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_23, "\u806f\u7d61\u4eba\u59d3\u6c0f", "order", "Order", "unassigned", "\u672a\u5206\u914d\u7684", "partial_value", "\u5fc5\u9808\u5927\u65bc\u96f6\u4e14\u5c0f\u65bc\u7e3d\u984d", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "\u770b\u677f", "enable", "\u555f\u7528", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u8a2d\u5b9a\u5b50\u7db2\u57df\u6216\u5728\u60a8\u7684\u7db2\u7ad9\u4e0a\u986f\u793a\u767c\u7968\u3002", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u8a02\u95b1", _s16_41, _s16_42, _s17_29, "\u7de8\u8f2f\u8a02\u95b1\u8cc7\u6599", _s20_29, "\u5efa\u7acb\u8a02\u95b1\u6210\u529f", _s20_30, "\u66f4\u65b0\u8a02\u95b1\u6210\u529f", _s21_34, "\u6b78\u6a94\u8a02\u95b1\u8cc7\u6599\u6210\u529f", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_36, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u8f49\u63db\u81f3\u767c\u7968", _s16_54, _s16_55, "invoice_project", "\u767c\u7968\u5c08\u6848", "invoice_task", "\u70ba\u4efb\u52d9\u958b\u7acb\u767c\u7968", "invoice_expense", "\u70ba\u652f\u51fa\u958b\u7acb\u767c\u7968", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u8f49\u63db\u7684\u91d1\u984d", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96b1\u85cf", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_16, _s29_7, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_62, _s16_63, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u670d\u52d9", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u4ed8\u6b3e", "white_label", "White Label", "delivery_note", "\u5bc4\u9001\u8a3b\u8a18", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u90e8\u5206\u61c9\u4ed8\u6b3e", "invoice_total", "\u767c\u7968\u7e3d\u984d", "quote_total", "\u5831\u50f9\u55ae\u7e3d\u8a08", "credit_total", "\u8cb8\u6b3e\u7e3d\u984d", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u8b66\u544a", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "\u4fe1\u7528\u5361\u8a8d\u8b49\u7de8\u865f", "client_name", "\u7528\u6236\u540d\u7a31", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u652f\u51fa\u985e\u5225", _s20_48, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_46, _s21_47, _s24_31, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_32, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_20, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_33, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_34, _s37_7, _s25_21, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_23, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u9031\u671f\u6027\u767c\u7968", _s18_51, "\u9031\u671f\u6027\u767c\u7968", _s21_53, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_40, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_29, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_30, _s38_11, _s26_14, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u6aa2\u8996\u5165\u53e3\u9801\u9762", "copy_link", "Copy Link", "token_billing", "\u5132\u5b58\u5361\u7247\u8a73\u7d30\u8cc7\u6599", _s24_37, _s24_38, "always", "\u6c38\u9060", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u6a19\u7c64", "client_number", "\u7528\u6236\u7de8\u865f", "auto_convert", "Auto Convert", "company_name", "\u516c\u53f8\u540d\u7a31", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_quotes", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credits", _s28_58, "gateway", "\u9598\u9053", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u6642", "statement", "\u8ca1\u52d9\u5831\u8868", "taxes", "\u5404\u985e\u7a05\u91d1", "surcharge", "\u984d\u5916\u8cbb\u7528", "apply_payment", "Apply Payment", "apply_credit", "\u5957\u7528\u8cb8\u6b3e", "apply", "\u5957\u7528", "unapplied", "Unapplied", "select_label", "\u9078\u64c7\u6a19\u7c64", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u5230", "health_check", "Health Check", "payment_type_id", "\u4ed8\u6b3e\u65b9\u5f0f", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u7684\u652f\u4ed8", "upcoming_quotes", "\u5373\u5c07\u5230\u671f\u7684\u5831\u50f9\u55ae", "expired_quotes", "\u904e\u671f\u7684\u5831\u50f9\u55ae", "create_client", "\u5efa\u7acb\u7528\u6236", "create_invoice", "\u5efa\u7acb\u767c\u7968", "create_quote", "\u5efa\u7acb\u5831\u50f9\u55ae", "create_payment", "Create Payment", "create_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546", "update_quote", "Update Quote", "delete_quote", "\u522a\u9664\u5831\u50f9\u55ae", "update_invoice", "Update Invoice", "delete_invoice", "\u522a\u9664\u767c\u7968", "update_client", "Update Client", "delete_client", "\u522a\u9664\u7528\u6236", "delete_payment", "\u522a\u9664\u4ed8\u6b3e\u7d00\u9304", "update_vendor", "Update Vendor", "delete_vendor", "\u522a\u9664\u4f9b\u61c9\u5546", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u522a\u9664\u652f\u51fa", "create_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee", "update_task", "Update Task", "delete_task", "\u522a\u9664\u5de5\u4f5c\u9805\u76ee", "approve_quote", "Approve Quote", "off", "\u95dc", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u514d\u8cbb", "plan", "\u8cc7\u8cbb\u6848", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u76ee\u6a19", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u5b89\u5168\u4ee3\u78bc", "tokens", "\u5b89\u5168\u4ee3\u78bc", "new_token", "New Token", "edit_token", "\u7de8\u8f2f\u5b89\u5168\u4ee3\u78bc", "created_token", "\u5b89\u5168\u4ee3\u78bc\u5efa\u7acb\u6210\u529f", "updated_token", "\u66f4\u65b0\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "archived_token", "\u6b78\u6a94\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "deleted_token", "\u522a\u9664\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u9001\u767c\u7968", "email_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u5831\u50f9\u55ae", "email_credit", "Email Credit", "email_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u8cc7\u6599", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_57, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_58, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_56, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u8cb8\u6b3e\u91d1\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u4e0d\u542b", "inclusive", "\u5167\u542b", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_77, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_79, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", "custom1", "\u9996\u4f4d\u9867\u5ba2", "custom2", "\u7b2c\u4e8c\u540d\u9867\u5ba2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u6e05\u9664\u8cc7\u6599", _s16_93, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_60, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u6027\u5730\u62b9\u9664\u60a8\u7684\u8cc7\u6599\uff1b\u6c92\u6709\u6062\u5fa9\u7684\u53ef\u80fd\u3002", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u5929", "age_group_30", "30 - 60 \u5929", "age_group_60", "60 - 90 \u5929", "age_group_90", "90 - 120 \u5929", "age_group_120", "120 \u5929\u4ee5\u4e0a", "refresh", "\u66f4\u65b0", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u767c\u7968\u8a73\u7d30\u5167\u5bb9", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u6b0a\u9650", "none", "\u7121", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_47, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u5e33\u6236\uff0c\u800c\u4e14\u7121\u6cd5\u6062\u5fa9\u3002", "delete_company", "\u522a\u9664\u516c\u53f8\u8cc7\u6599", _s22_48, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u516c\u53f8\u8cc7\u6599\uff0c\u800c\u4e14\u4e0d\u53ef\u80fd\u5fa9\u539f\u3002", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u9801\u9996", "load_design", "\u8f09\u5165\u8a2d\u8a08", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_98, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_61, "\u5e33\u865f\u7ba1\u7406", "credit_date", "\u8cb8\u6b3e\u65e5\u671f", "credit", "\u8cb8\u6b3e", "credits", "\u8cb8\u6b3e", "new_credit", "\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599", "edit_credit", "\u7de8\u8f2f\u8cb8\u6b3e\u8cc7\u6599", "created_credit", "\u5efa\u7acb\u8cb8\u6b3e\u8cc7\u6599\u5b8c\u6210", "updated_credit", "\u66f4\u65b0\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "archived_credit", "\u6b78\u6a94\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credit", "\u522a\u9664\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "removed_credit", _s27_36, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_100, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_101, _s36_9, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_22, "company1", "\u81ea\u8a02\u516c\u53f81", "company2", "\u81ea\u8a02\u516c\u53f82", "company3", "\u81ea\u8a02\u516c\u53f83", "company4", "\u81ea\u8a02\u516c\u53f84", "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u91cd\u8a2d", "number", "Number", "export", "\u532f\u51fa", "chart", "\u5716\u8868", "count", "Count", "totals", "\u7e3d\u8a08", "blank", "\u7a7a\u767d", "day", "\u65e5", "month", "\u6708", "year", "\u5e74", "subgroup", "\u6b21\u7fa4\u7d44", "is_active", "Is Active", "group_by", "\u5206\u7d44\u65b9\u5f0f", "credit_balance", "\u8cb8\u6b3e\u9918\u984d", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_86, "\u9001\u8ca8\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "shipping_city", "\u9001\u8ca8\u5730\u5740\u4e4b\u57ce\u5e02", "shipping_state", "\u9001\u8ca8\u5730\u5740\u4e4b\u5dde/\u7701", _s20_61, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_132, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_134, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_135, "\u5e33\u55ae\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "billing_city", "\u5e33\u55ae\u5730\u5740\u4e4b\u57ce\u5e02", "billing_state", "\u5e33\u55ae\u5730\u5740\u4e4b\u5dde/\u7701", _s19_40, "\u5e33\u55ae\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", "billing_country", "\u5e33\u55ae\u5730\u5740\u4e4b\u570b\u5bb6", "client_id", "\u7528\u6236 Id", "assigned_to", "\u5206\u914d\u7d66", "created_by", "\u7531 :name \u5efa\u7acb", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u6b04", "aging", "\u5e33\u9f61", "profit_and_loss", "\u5229\u6f64\u8207\u640d\u5931", "reports", "\u5831\u544a", "report", "\u5831\u544a", "add_company", "\u65b0\u589e\u516c\u53f8\u8cc7\u6599", "unpaid_invoice", "\u672a\u4ed8\u6b3e\u4e4b\u767c\u7968", "paid_invoice", "\u5df2\u4ed8\u6b3e\u4e4b\u767c\u7968", _s16_136, "\u672a\u540c\u610f\u4e4b\u5831\u50f9\u55ae", "help", "\u8aaa\u660e", "refund", "\u9000\u6b3e", "refund_date", "Refund Date", "filtered_by", "\u7be9\u9078\u4f9d\u64da", "contact_email", "\u806f\u7d61\u4eba\u96fb\u5b50\u90f5\u4ef6", "multiselect", "Multiselect", "entity_state", "\u72c0\u614b", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_72, _s18_73, "support_forum", "\u652f\u63f4\u8a0e\u8ad6\u5340", "about", "About", "documentation", "\u6587\u4ef6", "contact_us", "\u806f\u7d61\u6211\u5011", "subtotal", "\u5c0f\u8a08", "line_total", "\u7e3d\u8a08", "item", "\u54c1\u9805", "credit_email", "Credit Email", "iframe_url", "\u7db2\u7ad9", "domain_url", "Domain URL", _s21_64, "\u5bc6\u78bc\u592a\u77ed", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u662f", "no", "\u5426", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u884c\u52d5\u88dd\u7f6e", "desktop", "\u96fb\u8166\u684c\u9762", "layout", "Layout", "view", "\u6aa2\u8996", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u9078\u9805", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u63d0\u4ea4", _s16_144, "\u91cd\u8a2d\u60a8\u7684\u5bc6\u78bc", "late_fees", "\u6eef\u7d0d\u91d1", "credit_number", "\u8cb8\u6b3e\u7de8\u865f", "payment_number", "\u4ed8\u6b3e\u865f\u78bc", "late_fee_amount", "\u903e\u671f\u8cbb\u7528\u91d1\u984d", _s16_145, "\u903e\u671f\u8cbb\u7528\u7387", "schedule", "\u6642\u9593\u8868", "before_due_date", "\u5230\u671f\u65e5\u4e4b\u524d", "after_due_date", "\u5230\u671f\u65e5\u4e4b\u5f8c", _s18_79, "\u767c\u7968\u65e5\u4e4b\u5f8c", "days", "\u65e5", "invoice_email", "\u767c\u7968\u96fb\u5b50\u90f5\u4ef6", "payment_email", "\u4ed8\u6b3e\u8cc7\u6599\u96fb\u5b50\u90f5\u4ef6", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_147, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_149, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_80, "\u5141\u8a31\u4f7f\u7528\u8005\u7ba1\u7406\u6240\u6709\u4f7f\u7528\u8005\u3001\u6539\u8b8a\u8a2d\u5b9a\u3001\u4fee\u6539\u6240\u6709\u7d00\u9304", "user_management", "\u7ba1\u7406\u4f7f\u7528\u8005", "users", "\u4f7f\u7528\u8005", "new_user", "\u65b0\u4f7f\u7528\u8005", "edit_user", "\u7de8\u8f2f\u4f7f\u7528\u8005", "created_user", "\u5df2\u6210\u529f\u5efa\u7acb\u4f7f\u7528\u8005", "updated_user", "\u66f4\u65b0\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_user", "\u6b78\u6a94\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "deleted_user", "\u522a\u9664\u4f7f\u7528\u8005\u6210\u529f", "removed_user", _s25_40, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_92, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_55, "\u4e00\u65e6\u6536\u5230\u4ed8\u6b3e\uff0c\u50c5\u5728\u60a8\u7684\u767c\u7968\u4e0a\u986f\u793a\u300c\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d\u300d\u3002", _s23_31, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_21, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_153, "\u986f\u793a\u9801\u9996\u65bc", _s16_154, "\u986f\u793a\u9801\u5c3e\u65bc", "first_page", "\u7b2c\u4e00\u9801", "all_pages", "\u6240\u6709\u9801\u9762", "last_page", "\u6700\u5f8c\u4e00\u9801", "primary_font", "\u4e3b\u8981\u5b57\u578b", "secondary_font", "\u6b21\u8981\u5b57\u578b", "primary_color", "\u4e3b\u8981\u8272\u5f69", "secondary_color", "\u6b21\u8981\u8272\u5f69", "page_size", "\u9801\u9762\u5c3a\u5bf8", "font_size", "\u5b57\u578b\u5927\u5c0f", "quote_design", "\u5831\u50f9\u55ae\u8a2d\u8a08", "invoice_fields", "\u767c\u7968\u6b04\u4f4d", "product_fields", "\u7522\u54c1\u6b04\u4f4d", "invoice_terms", "\u767c\u7968\u4e4b\u689d\u6b3e", "invoice_footer", "\u767c\u7968\u9801\u5c3e", "quote_terms", "\u5831\u50f9\u55ae\u689d\u6b3e", "quote_footer", "\u5831\u50f9\u55ae\u9801\u5c3e", _s18_81, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_32, "\u9031\u671f\u6027\u767c\u7968\u5efa\u7acb\u5f8c\uff0c\u81ea\u52d5\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u3002", _s18_82, "\u81ea\u52d5\u6b78\u6a94", _s23_33, "\u5831\u50f9\u55ae\u8f49\u63db\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_83, "\u81ea\u52d5\u8f49\u63db", _s23_34, "\u5728\u7528\u6236\u6838\u51c6\u5f8c\u81ea\u52d5\u5c07\u5831\u50f9\u55ae\u8f49\u63db\u70ba\u767c\u7968\u3002", _s17_94, "\u5de5\u4f5c\u6d41\u7a0b\u8a2d\u5b9a", "freq_daily", "\u6bcf\u5929", "freq_weekly", "\u6bcf\u661f\u671f", "freq_two_weeks", "\u5169\u661f\u671f", "freq_four_weeks", "\u56db\u661f\u671f", "freq_monthly", "\u6bcf\u6708", "freq_two_months", "\u5169\u500b\u6708", _s17_96, "\u4e09\u500b\u6708", _s16_155, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_156, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_97, "\u81ea\u52d5\u7522\u751f\u4e4b\u865f\u78bc", "charge_taxes", "\u9644\u6536\u7a05\u6b3e", "next_reset", "\u4e0b\u4e00\u6b21\u91cd\u8a2d", "reset_counter", "\u91cd\u8a2d\u8a08\u6578\u5668", _s16_157, "\u7528\u4ee5\u6a19\u793a\u9031\u671f\u6027\u7684\u524d\u7f6e\u7b26\u865f", "number_padding", "\u6578\u5b57\u586b\u5145", "general", "\u4e00\u822c", "surcharge_field", "\u9644\u52a0\u8cbb\u6b04\u4f4d", "company_field", "\u516c\u53f8\u6b04\u4f4d", "company_value", "\u516c\u53f8\u503c", "credit_field", "\u4fe1\u7528\u6b04\u4f4d", "invoice_field", "\u767c\u7968\u6b04\u4f4d", _s17_99, "\u767c\u7968\u984d\u5916\u8cbb\u7528", "client_field", "\u7528\u6236\u6b04\u4f4d", "product_field", "\u7522\u54c1\u6b04\u4f4d", "payment_field", "\u4ed8\u6b3e\u6b04\u4f4d", "contact_field", "\u806f\u7d61\u4eba\u6b04\u4f4d", "vendor_field", "\u4f9b\u61c9\u5546\u6b04\u4f4d", "expense_field", "\u652f\u51fa\u6b04\u4f4d", "project_field", "\u5c08\u6848\u6b04\u4f4d", "task_field", "\u4efb\u52d9\u6b04\u4f4d", "group_field", "\u7fa4\u7d44\u6b04\u4f4d", "number_counter", "\u6578\u5b57\u8a08\u6578\u5668", "prefix", "\u524d\u7f6e\u7b26\u865f", "number_pattern", "\u6578\u5b57\u6a21\u5f0f", "messages", "\u8a0a\u606f", "custom_css", "\u81ea\u8a02\u6a23\u5f0f\u8868", _s17_101, "\u81ea\u8a02 JavaScript", _s16_159, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_74, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_41, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_9, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_35, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_22, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_42, "\u767c\u7968\u7c3d\u540d", _s30_10, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_36, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_57, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_38, "\u4f7f\u60a8\u80fd\u5920\u70ba\u6bcf\u4f4d\u806f\u7d61\u4eba\u8a2d\u5b9a\u5bc6\u78bc\u3002\u82e5\u8a2d\u5b9a\u5bc6\u78bc\uff0c\u806f\u7d61\u4eba\u5c07\u6703\u5728\u67e5\u770b\u767c\u7968\u4e4b\u524d\u88ab\u8981\u6c42\u8f38\u5165\u5bc6\u78bc\u3002", "authorization", "\u6388\u6b0a", "subdomain", "\u5b50\u7db2\u57df", "domain", "\u7db2\u57df", "portal_mode", "\u5165\u53e3\u7db2\u7ad9\u6a21\u5f0f", "email_signature", "\u5411\u60a8\u81f4\u610f\uff0c", _s24_41, "\u900f\u904e\u5728\u96fb\u5b50\u90f5\u4ef6\u4e2d\u52a0\u5165 schema.org \u6a19\u8a18\uff0c\u4f7f\u60a8\u7684\u7528\u6236\u66f4\u8f15\u9b06\u5730\u652f\u4ed8\u60a8\u7684\u8cbb\u7528\u3002", "plain", "\u7d14\u6587\u5b57", "light", "\u6dfa\u8272", "dark", "\u6df1\u8272", "email_design", "\u96fb\u5b50\u90f5\u4ef6\u7684\u8a2d\u8a08", "attach_pdf", "\u9644\u52a0 PDF \u6a94\u6848", _s16_160, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_46, "\u555f\u7528\u7db2\u9801\u6a19\u793a", "reply_to_email", "\u56de\u8986\u96fb\u5b50\u90f5\u4ef6", "reply_to_name", "Reply-To Name", "bcc_email", "\u96fb\u5b50\u90f5\u4ef6\u5bc6\u4ef6\u526f\u672c", "processed", "\u8655\u7406", "credit_card", "\u4fe1\u7528\u5361", "bank_transfer", "\u9280\u884c\u8f49\u5e33", "priority", "\u512a\u5148\u9806\u5e8f", "fee_amount", "\u8cbb\u7528\u91d1\u984d", "fee_percent", "\u8cbb\u7528\u767e\u5206\u6bd4", "fee_cap", "\u8cbb\u7528\u4e0a\u9650", "limits_and_fees", "\u9650\u984d/\u8cbb\u7528", "enable_min", "\u555f\u7528\u6700\u5c0f\u503c", "enable_max", "\u555f\u7528\u6700\u5927\u503c", "min_limit", "\u6700\u5c0f\u503c: :min", "max_limit", "\u6700\u5927\u503c: :max", "min", "\u6700\u5c0f\u503c", "max", "\u6700\u5927\u503c", _s19_47, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_49, "\u4f7f\u7528\u63d0\u4f9b\u7684\u8a73\u7d30\u8cc7\u6599\u66f4\u65b0\u7528\u6236\u7684\u5730\u5740", "rate", "\u7387", "tax_rate", "\u7a05\u7387", "new_tax_rate", "\u65b0\u7a05\u7387", "edit_tax_rate", "\u7de8\u8f2f\u7a05\u7387", _s16_162, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_163, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_104, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_164, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_105, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_86, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_71, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_165, "\u8f49\u63db\u7522\u54c1", _s21_75, "\u81ea\u52d5\u5c07\u7522\u54c1\u50f9\u683c\u8f49\u63db\u70ba\u7528\u6236\u7684\u8ca8\u5e63", "fees", "\u8cbb\u7528", "limits", "\u9650\u5236", "provider", "\u4f9b\u61c9\u5546", "company_gateway", "\u4ed8\u6b3e\u9598\u9053", _s16_167, "\u4ed8\u6b3e\u9598\u9053", _s19_50, "\u65b0\u589e\u9598\u9053", _s20_72, "\u7de8\u8f2f\u9598\u9053", _s23_37, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_38, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_42, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_39, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_43, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "\u7e7c\u7e8c\u7de8\u8f2f", "discard_changes", "\u653e\u68c4\u8b8a\u66f4", "default_value", "\u9810\u8a2d\u503c", "disabled", "\u5df2\u505c\u7528", "currency_format", "\u8ca8\u5e63\u683c\u5f0f", _s21_76, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_40, "\u5e74\u5ea6\u7684\u7b2c\u4e00\u500b\u6708", "sunday", "\u661f\u671f\u65e5", "monday", "\u661f\u671f\u4e00", "tuesday", "\u661f\u671f\u4e8c", "wednesday", "\u661f\u671f\u4e09", "thursday", "\u661f\u671f\u56db", "friday", "\u661f\u671f\u4e94", "saturday", "\u661f\u671f\u516d", "january", "\u4e00\u6708", "february", "\u4e8c\u6708", "march", "\u4e09\u6708", "april", "\u56db\u6708", "may", "\u4e94\u6708", "june", "\u516d\u6708", "july", "\u4e03\u6708", "august", "\u516b\u6708", "september", "\u4e5d\u6708", "october", "\u5341\u6708", "november", "\u5341\u4e00\u6708", "december", "\u5341\u4e8c\u6708", "symbol", "\u7b26\u865f", "ocde", "\u4ee3\u78bc", "date_format", "\u65e5\u671f\u683c\u5f0f", "datetime_format", "\u65e5\u671f\u6642\u9593\u683c\u5f0f", "military_time", "24 \u5c0f\u6642\u5236", _s18_87, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_51, _s19_52, _s17_107, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_53, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_88, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_90, "\u4f9d\u4f9b\u61c9\u5546\u7be9\u9078", "group_settings", "\u7fa4\u7d44\u8a2d\u5b9a", "group", "\u7fa4\u7d44", "groups", "\u7fa4\u7d44", "new_group", "\u65b0\u589e\u7fa4\u7d44", "edit_group", "\u7de8\u8f2f\u7fa4\u7d44", "created_group", "\u5df2\u6210\u529f\u5efa\u7acb\u7fa4\u7d44", "updated_group", "\u5df2\u6210\u529f\u66f4\u65b0\u7fa4\u7d44", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u5df2\u6210\u529f\u5c01\u5b58\u7fa4\u7d44", "deleted_group", "\u5df2\u6210\u529f\u522a\u9664\u7fa4\u7d44", "restored_group", "\u5df2\u6210\u529f\u9084\u539f\u7fa4\u7d44", "upload_logo", "\u4e0a\u50b3\u5fbd\u6a19", "uploaded_logo", "\u5df2\u6210\u529f\u4e0a\u50b3\u5fbd\u6a19", "logo", "\u6a19\u8a8c", "saved_settings", "\u5df2\u6210\u529f\u5132\u5b58\u8a2d\u5b9a", _s16_171, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_109, "\u9032\u968e\u8a2d\u5b9a", "company_details", "\u516c\u53f8\u4e4b\u8a73\u7d30\u8cc7\u6599", "user_details", "\u4f7f\u7528\u8005\u8a73\u7d30\u8cc7\u6599", "localization", "\u672c\u5730\u5316", "online_payments", "\u7dda\u4e0a\u4ed8\u6b3e", "tax_rates", "\u7a05\u7387", "notifications", "\u6ce8\u610f\u4e8b\u9805", "import_export", "\u532f\u5165 | \u532f\u51fa", "custom_fields", "\u81ea\u8a02\u6b04\u4f4d", "invoice_design", "\u767c\u7968\u8a2d\u8a08", "buy_now_buttons", "\u73fe\u5728\u5373\u8cfc\u8cb7\u6309\u9215", "email_settings", "\u96fb\u5b50\u90f5\u4ef6\u8a2d\u5b9a", _s23_42, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_58, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_55, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_42, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_57, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_46, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_45, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_21, "\u8acb\u540c\u610f\u670d\u52d9\u689d\u6b3e\u548c\u96b1\u79c1\u653f\u7b56\u4ee5\u5efa\u7acb\u5e33\u6236\u3002", "i_agree_to_the", "\u6211\u540c\u610f", _s16_173, "\u670d\u52d9\u689d\u6b3e", "privacy_policy", "\u96b1\u79c1\u6b0a\u653f\u7b56", "sign_up", "\u767b\u5165", "account_login", "\u767b\u5165\u5e33\u6236", "view_website", "\u6aa2\u8996\u7db2\u7ad9", "create_account", "\u5efa\u7acb\u5e33\u6236", "email_login", "\u96fb\u5b50\u90f5\u4ef6\u767b\u5165", "create_new", "\u5efa\u7acb\u65b0\u7684", _s18_92, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_79, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_43, "\u9700\u8981\u4f01\u696d\u65b9\u6848", "take_picture", "\u62cd\u7167", "upload_file", "\u4e0a\u50b3\u6a94\u6848", "document", "\u6587\u4ef6", "documents", "\u6587\u4ef6", "new_document", "\u65b0\u65b0\u6587\u4ef6", "edit_document", "\u7de8\u8f2f\u6587\u4ef6", _s17_111, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_175, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_112, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_176, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_113, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_177, "\u5df2\u767b\u5165", _s16_178, "\u64f1\u7f6e", _s16_179, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_47, "\u65b0\u589e\u6587\u4ef6\u81f3\u767c\u7968", "exchange_rate", "\u532f\u7387", _s16_180, "\u8f49\u63db\u8ca8\u5e63\u55ae\u4f4d", "mark_paid", "\u6a19\u8a18\u5df2\u4ed8", "category", "\u985e\u5225", "address", "\u5730\u5740", "new_vendor", "\u65b0\u4f9b\u61c9\u5546", "created_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "updated_vendor", "\u66f4\u65b0\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "archived_vendor", "\u6b78\u6a94\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendor", "\u522a\u9664\u4f9b\u61c9\u5546\u6210\u529f", "restored_vendor", "\u5fa9\u539f\u4f9b\u61c9\u5546\u6210\u529f", _s16_181, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_182, _s36_11, "new_expense", "\u8f38\u5165\u652f\u51fa", "created_expense", "\u5df2\u6210\u529f\u5efa\u7acb\u652f\u51fa", "updated_expense", "\u66f4\u65b0\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s16_183, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_184, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_115, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_185, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_116, _s37_14, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_80, "\u627e\u4e0d\u5230\u8a18\u9304", "invoiced", "\u5df2\u958b\u7acb\u767c\u7968\u7684", "logged", "\u5df2\u767b\u5165", "running", "\u57f7\u884c\u4e2d", "resume", "\u7e7c\u7e8c", "task_errors", "\u8acb\u4fee\u6b63\u6240\u6709\u7684\u91cd\u758a\u6642\u6bb5", "start", "\u958b\u59cb", "stop", "\u505c\u6b62", "started_task", "\u5c55\u958b\u4efb\u52d9\u6210\u529f", "stopped_task", "\u505c\u6b62\u4efb\u52d9\u6210\u529f", "resumed_task", "\u5fa9\u539f\u4efb\u52d9\u6210\u529f", "now", "\u73fe\u5728", _s16_186, "\u81ea\u52d5\u555f\u52d5\u4efb\u52d9", "timer", "\u8a08\u6642\u5668", "manual", "\u624b\u52d5", "budgeted", "\u9810\u7b97", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d50\u675f\u6642\u9593", "date", "\u65e5\u671f", "times", "\u6642\u6bb5", "duration", "\u6642\u9593\u9577\u5ea6", "new_task", "\u65b0\u4efb\u52d9", "created_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "updated_task", "\u66f4\u65b0\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "archived_task", "\u6b78\u6a94\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "deleted_task", "\u522a\u9664\u4efb\u52d9\u6210\u529f", "restored_task", "\u5fa9\u539f\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "archived_tasks", "\u6b78\u6a94 :count \u9805\u4efb\u52d9\u6210\u529f", "deleted_tasks", "\u522a\u9664 :count \u9805\u4efb\u52d9\u6210\u529f", "restored_tasks", _s34_20, _s19_59, "\u8acb\u8f38\u5165\u59d3\u540d", "budgeted_hours", "\u5217\u5165\u9810\u7b97\u7684\u5c0f\u6642", "created_project", "\u5efa\u7acb\u5c08\u6848\u6210\u529f", "updated_project", "\u6210\u529f\u66f4\u65b0\u7684\u5c08\u6848", _s16_188, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_34, _s16_189, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_117, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_190, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_118, _s37_15, "new_project", "\u65b0\u5c08\u6848", _s27_47, "\u611f\u8b1d\u60a8\u4f7f\u7528\u6211\u5011\u7684\u61c9\u7528\u7a0b\u5f0f!", "if_you_like_it", "\u5982\u679c\u60a8\u559c\u6b61\uff0c\u8acb", "click_here", "\u6309\u4e00\u4e0b\u6b64\u8655", _s18_96, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_15, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_61, "\u8acb\u9a57\u8b49", _s24_49, "\u751f\u7269\u8b58\u5225\u9a57\u8b49", "footer", "\u9801\u5c3e", "compare", "\u6bd4\u8f03", "hosted_login", "\u8a17\u7ba1\u767b\u5165", "selfhost_login", "Selfhost \u767b\u5165", "google_sign_in", _s19_75, "today", "\u4eca\u5929", "custom_range", "\u81ea\u8a02\u7bc4\u570d", "date_range", "\u65e5\u671f\u7bc4\u570d", "current", "\u76ee\u524d", "previous", "\u4ee5\u524d", "current_period", "\u76ee\u524d\u671f\u9650", _s17_119, "\u6bd4\u8f03\u671f\u9650", "previous_period", "\u4e0a\u4e00\u671f\u9650", "previous_year", "\u4e0a\u4e00\u5e74\u5ea6", "compare_to", "\u6bd4\u8f03", "last7_days", "\u6700\u8fd1 7 \u5929", "last_week", "\u4e0a\u500b\u661f\u671f", "last30_days", "\u6700\u8fd1 30 \u5929", "this_month", "\u672c\u6708", "last_month", "\u4e0a\u500b\u6708", "this_year", "\u4eca\u5e74", "last_year", "\u4e0b\u500b\u6708", "custom", "\u81ea\u8a02", _s16_191, "\u518d\u88fd\u5230\u767c\u7968", "clone_to_quote", "\u518d\u88fd\u5230\u5831\u50f9\u55ae", "clone_to_credit", "Clone to Credit", "view_invoice", "\u6aa2\u8996\u767c\u7968", "convert", "\u8f49\u63db", "more", "\u66f4\u591a", "edit_client", "\u7de8\u8f2f\u7528\u6236", "edit_product", "\u7de8\u8f2f\u7522\u54c1\u8cc7\u6599", "edit_invoice", "\u7de8\u8f2f\u767c\u7968", "edit_quote", "\u7de8\u8f2f\u5831\u50f9\u55ae", "edit_payment", "\u7de8\u8f2f\u4ed8\u6b3e\u8cc7\u6599", "edit_task", "\u7de8\u8f2f\u5de5\u4f5c\u9805\u76ee", "edit_expense", "\u7de8\u8f2f\u652f\u51fa", "edit_vendor", "\u7de8\u8f2f\u4f9b\u61c9\u5546", "edit_project", "\u7de8\u8f2f\u5c08\u6848", _s20_74, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_193, "\u9001\u8ca8\u4f4d\u5740", "total_revenue", "\u7e3d\u6536\u5165", "average_invoice", "\u5e73\u5747\u92b7\u552e\u984d", "outstanding", "\u672a\u4ed8\u6e05\u7684", "invoices_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "active_clients", "\u4f7f\u7528\u4e2d\u7528\u6236", "close", "\u95dc\u9589", "email", "\u96fb\u5b50\u90f5\u4ef6", "password", "\u5bc6\u78bc", "url", "URL", "secret", "\u79d8\u5bc6", "name", "\u59d3\u540d", "logout", "\u767b\u51fa", "login", "\u767b\u5165", "filter", "\u7be9\u9078\u5668", "sort", "\u6392\u5e8f", "search", "\u641c\u5c0b", "active", "\u4f7f\u7528\u4e2d", "archived", "\u5df2\u6b78\u6a94", "deleted", "\u5df2\u522a\u9664", "dashboard", "\u5100\u8868\u677f", "archive", "\u6b78\u6a94", "delete", "\u522a\u9664", "restore", "\u5fa9\u539f", _s16_195, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_43, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_34, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_83, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_36, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_121, "\u767c\u751f\u932f\u8aa4", "paid_to_date", "\u5df2\u4ed8", "balance_due", "\u5230\u671f\u9918\u984d", "balance", "\u5dee\u984d", "overview", "\u7e3d\u89bd", "details", "\u8a73\u7d30\u8cc7\u6599", "phone", "\u96fb\u8a71", "website", "\u7db2\u7ad9", "vat_number", "\u52a0\u503c\u7a05\u7de8\u865f", "id_number", "ID \u7de8\u865f", "create", "\u5efa\u7acb", _s19_63, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_197, "\u7121\u6cd5\u555f\u52d5", "contacts", "\u806f\u7d61\u4eba", "additional", "\u984d\u5916", "first_name", "\u540d\u5b57", "last_name", "\u59d3\u6c0f", "add_contact", "\u65b0\u589e\u806f\u7d61\u8cc7\u6599", "are_you_sure", "\u60a8\u78ba\u5b9a\u55ce?", "cancel", "\u53d6\u6d88", "ok", "\u6b63\u5e38", "remove", "\u522a\u9664", _s16_199, "\u96fb\u5b50\u90f5\u4ef6\u7121\u6548", "product", "\u7522\u54c1", "products", "\u7522\u54c1", "new_product", "\u65b0\u7522\u54c1", "created_product", "\u5efa\u7acb\u7522\u54c1\u8cc7\u6599\u6210\u529f", "updated_product", "\u6210\u529f\u66f4\u65b0\u7684\u7522\u54c1\u8cc7\u6599", _s16_201, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_202, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_123, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_203, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_124, _s37_16, "product_key", "\u7522\u54c1", "notes", "\u8a3b\u8a18", "cost", "\u6210\u672c", "client", "\u7528\u6236", "clients", "\u7528\u6236", "new_client", "\u65b0\u7528\u6236", "created_client", "\u5efa\u7acb\u7528\u6236\u8cc7\u6599\u6210\u529f", "updated_client", "\u66f4\u65b0\u7528\u6236\u8cc7\u6599\u6210\u529f", "archived_client", "\u6b78\u6a94\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_204, "\u6b78\u6a94 :count \u500b\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_client", "\u522a\u9664\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_clients", "\u522a\u9664 :count \u7b46\u7528\u6236\u8cc7\u6599\u6210\u529f", "restored_client", "\u5fa9\u539f\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_205, _s36_13, "address1", "\u8857\u9053", "address2", "\u5927\u6a13/\u5957\u623f", "city", "\u57ce\u5e02", "state", "\u5dde/\u7701", "postal_code", "\u90f5\u905e\u5340\u865f", "country", "\u570b\u5bb6", "invoice", "\u767c\u7968", "invoices", "\u767c\u7968", "new_invoice", "\u65b0\u767c\u7968", "created_invoice", "\u88fd\u4f5c\u5b8c\u6210\u7684\u767c\u7968", "updated_invoice", "\u66f4\u65b0\u767c\u7968\u6210\u529f", _s16_206, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_207, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_125, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_208, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_126, _s37_17, "emailed_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u4ed8\u6b3e\u6210\u529f", "amount", "\u91d1\u984d", "invoice_number", "\u767c\u7968\u865f\u78bc", "invoice_date", "\u767c\u7968\u958b\u7acb\u65e5\u671f", "discount", "\u6298\u6263", "po_number", "\u90f5\u905e\u5340\u865f", "terms", "\u689d\u6b3e", "public_notes", "\u516c\u958b\u8a3b\u8a18", "private_notes", "\u79c1\u4eba\u8a3b\u8a18", "frequency", "\u983b\u7387", "start_date", "\u958b\u59cb\u65e5\u671f", "end_date", "\u7d50\u675f\u65e5\u671f", "quote_number", "\u5831\u50f9\u55ae\u7de8\u865f", "quote_date", "\u5831\u50f9\u55ae\u65e5\u671f", "valid_until", "\u6709\u6548\u81f3", "items", "\u500b\u9805\u76ee", "partial_deposit", "\u5b58\u6b3e", "description", "\u63cf\u8ff0", "unit_cost", "\u55ae\u4f4d\u6210\u672c", "quantity", "\u6578\u91cf", "add_item", "\u52a0\u5165\u9805\u76ee", "contact", "\u806f\u7d61\u4eba", "work_phone", "\u96fb\u8a71", "total_amount", "\u7e3d\u91d1\u984d", "pdf", "PDF", "due_date", "\u61c9\u4ed8\u6b3e\u65e5\u671f", _s16_209, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "status", "\u72c0\u614b", _s17_127, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_59, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_61, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", "count_selected", ":count \u9805\u5df2\u9078\u53d6", "total", "\u7e3d\u8a08", "percent", "\u767e\u5206\u6bd4", "edit", "\u7de8\u8f2f", "dismiss", "\u64a4\u92b7", _s20_76, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_62, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_51, "\u8acb\u9078\u53d6\u767c\u7968", "task_rate", "\u4efb\u52d9\u8cbb\u7387", "settings", "\u8a2d\u5b9a", "language", "\u8a9e\u8a00", "currency", "\u8ca8\u5e63", "created_at", "\u5efa\u7acb\u65e5\u671f", "created_on", "Created On", "updated_at", "\u66f4\u65b0", "tax", "\u7a05", _s30_17, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_51, "\u8acb\u8f38\u5165\u5831\u50f9\u55ae\u7de8\u865f", "past_due", "\u904e\u53bb\u5230\u671f", "draft", "\u8349\u7a3f", "sent", "\u5df2\u50b3\u9001", "viewed", "\u5df2\u6aa2\u8996", "approved", "\u5df2\u6838\u51c6", "partial", "\u5b58\u6b3e", "paid", "\u5df2\u4ed8\u6b3e", "mark_sent", "\u6a19\u8a18\u5df2\u50b3\u9001", _s22_64, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u5b8c\u6210", _s37_18, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_53, "\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5957\u7528\u8b8a\u66f4", "refresh_data", "\u91cd\u65b0\u6574\u7406\u8cc7\u6599", "blank_contact", "\u7a7a\u767d\u9023\u7d61\u4eba", "activity", "\u6d3b\u52d5", _s16_211, "\u627e\u4e0d\u5230\u8a18\u9304", "clone", "\u518d\u88fd", "loading", "\u8f09\u5165\u4e2d", "industry", "\u5de5\u696d", "size", "\u5927\u5c0f", "payment_terms", "\u4ed8\u6b3e\u689d\u4ef6", "payment_date", "\u4ed8\u6b3e\u65e5\u671f", "payment_status", "\u4ed8\u6b3e\u72c0\u614b", _s16_213, "\u64f1\u7f6e", _s16_214, "\u4f5c\u5ee2", _s16_215, "\u5931\u6557", _s16_216, "\u5b8c\u6210", _s16_217, "\u90e8\u5206\u9000\u6b3e", _s16_218, "\u9000\u6b3e", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "\u6de8\u984d", "client_portal", "\u7528\u6236\u9580\u6236\u9801\u9762", "show_tasks", "\u986f\u793a\u4efb\u52d9", "email_reminders", "\u96fb\u5b50\u90f5\u4ef6\u63d0\u9192", "enabled", "\u555f\u7528", "recipients", "\u6536\u4ef6\u4eba", "initial_email", "\u6700\u521d\u7684\u96fb\u5b50\u90f5\u4ef6", "first_reminder", "\u9996\u6b21\u63d0\u9192", "second_reminder", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "third_reminder", "\u7b2c\u4e09\u6b21\u63d0\u9192", "reminder1", "\u9996\u6b21\u63d0\u9192", "reminder2", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "reminder3", "\u7b2c\u4e09\u6b21\u63d0\u9192", "template", "\u7bc4\u672c", "send", "\u50b3\u9001", "subject", "\u4e3b\u65e8", "body", "\u5167\u6587", "send_email", "\u5bc4\u9001\u96fb\u5b50\u90f5\u4ef6", "email_receipt", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u6536\u64da\u7d66\u7528\u6236", "auto_billing", "\u81ea\u52d5\u8a08\u8cbb", "button", "\u6309\u9215", "preview", "\u9810\u89bd", "customize", "\u81ea\u8a02", "history", "\u6b77\u7a0b\u7d00\u9304", "payment", "\u4ed8\u6b3e", "payments", "\u4ed8\u6b3e", "refunded", "\u9000\u6b3e", "payment_type", "\u4ed8\u6b3e\u65b9\u5f0f", _s21_85, "\u8f49\u5e33\u8cc7\u6599", "enter_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "new_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "created_payment", "\u5df2\u5efa\u7acb\u5b8c\u6210\u7684\u4ed8\u6b3e\u8cc7\u6599", "updated_payment", "\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_219, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_220, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_130, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_221, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_131, _s37_20, "quote", "\u5831\u50f9\u55ae", "quotes", "\u5831\u50f9\u55ae", "new_quote", "\u65b0\u5831\u50f9\u55ae", "created_quote", "\u5831\u50f9\u55ae\u5efa\u7acb\u6210\u529f", "updated_quote", "\u5831\u50f9\u55ae\u66f4\u65b0\u6210\u529f", "archived_quote", "\u6b78\u6a94\u5831\u50f9\u55ae\u6210\u529f", "deleted_quote", "\u5831\u50f9\u55ae\u522a\u9664\u6210\u529f", "restored_quote", "\u5fa9\u539f\u5831\u50f9\u55ae\u6210\u529f", "archived_quotes", "\u6b78\u6a94 :count \u4efd\u5831\u50f9\u55ae\u6210\u529f", "deleted_quotes", "\u522a\u9664 :count \u7b46\u5831\u50f9\u55ae\u6210\u529f", "restored_quotes", _s35_22, "expense", "\u652f\u51fa", "expenses", "\u652f\u51fa", "vendor", "\u4f9b\u61c9\u5546", "vendors", "\u4f9b\u61c9\u5546", "task", "\u4efb\u52d9", "tasks", "\u4efb\u52d9", "project", "\u5c08\u6848", "projects", "\u5c08\u6848", "activity_1", ":user \u5df2\u5efa\u7acb\u7528\u6236 :client", "activity_2", ":user \u5df2\u5c07\u7528\u6236 :client \u6b78\u6a94", "activity_3", ":user \u5df2\u522a\u9664\u7528\u6236 :client", "activity_4", ":user \u5df2\u5efa\u7acb\u767c\u7968 :invoice", "activity_5", ":user \u5df2\u66f4\u65b0\u767c\u7968 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u5df2\u5c07\u767c\u7968 :invoice \u6b78\u6a94", "activity_9", ":user \u5df2\u522a\u9664\u767c\u7968 :invoice", "activity_10", _s85_0, "activity_11", ":user \u5df2\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_12", ":user \u5df2\u5c07\u4ed8\u6b3e\u8cc7\u6599 :payment \u6b78\u6a94", "activity_13", ":user \u5df2\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_14", ":user \u5df2\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599 :credit", "activity_15", ":user \u66f4\u65b0\u8cb8\u6b3e :credit", "activity_16", ":user \u5df2\u5c07 :credit \u8cb8\u6b3e\u8cc7\u6599\u6b78\u6a94", "activity_17", ":user \u5df2\u522a\u9664 :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_18", ":user \u5df2\u5efa\u7acb\u5831\u50f9\u55ae :quote", "activity_19", ":user \u5df2\u66f4\u65b0\u5831\u50f9\u55ae :quote", "activity_20", _s50_9, "activity_21", ":contact \u5df2\u6aa2\u8996\u5831\u50f9\u55ae :quote", "activity_22", ":user \u5df2\u5c07\u5831\u50f9\u55ae :quote \u6b78\u6a94", "activity_23", ":user \u5df2\u522a\u9664\u767c\u7968 :quote", "activity_24", ":user \u5df2\u5fa9\u539f\u5831\u50f9\u55ae :quote", "activity_25", ":user \u5df2\u5fa9\u539f\u767c\u7968 :invoice", "activity_26", ":user \u5df2\u5fa9\u539f\u7528\u6236 :client \u8cc7\u6599", "activity_27", ":user \u5df2\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_28", ":user \u5df2\u5fa9\u539f :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_29", _s42_13, "activity_30", ":user \u5df2\u5efa\u7acb\u4f9b\u61c9\u5546 :vendor", "activity_31", ":user \u5df2\u5c07\u4f9b\u61c9\u5546 :vendor \u6b78\u6a94", "activity_32", ":user \u5df2\u522a\u9664\u4f9b\u61c9\u5546 :vendor", "activity_33", ":user \u5df2\u5fa9\u539f\u4f9b\u61c9\u5546 :vendor", "activity_34", ":user \u5df2\u5efa\u7acb\u652f\u51fa :expense", "activity_35", ":user \u5df2\u5c07\u652f\u51fa :expense \u6b78\u6a94", "activity_36", ":user \u5df2\u522a\u9664\u652f\u51fa :expense", "activity_37", ":user \u5df2\u5fa9\u539f\u652f\u51fa :expense", "activity_39", ":user \u5df2\u53d6\u6d88\u4e00\u9805 :payment_amount \u7684\u4ed8\u6b3e :payment", "activity_40", ":user \u7372\u5f97\u4e00\u7b46\u91d1\u984d :payment_amount \u4ed8\u6b3e :payment \u7684\u9000\u6b3e :adjustment", "activity_41", ":payment_amount \u7684\u4ed8\u6b3e (:payment) \u5931\u6557", "activity_42", ":user \u5df2\u5efa\u7acb\u4efb\u52d9 :task", "activity_43", ":user \u5df2\u5c07\u4efb\u52d9 :task \u66f4\u65b0", "activity_44", ":user \u5df2\u5c07\u4efb\u52d9 :task \u6b78\u6a94", "activity_45", ":user \u5df2\u522a\u9664\u4efb\u52d9 :task", "activity_46", ":user \u5df2\u5c07\u4efb\u52d9 :task\u5fa9\u539f", "activity_47", ":user \u5df2\u5c07\u652f\u51fa :expense \u66f4\u65b0", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \u5df2\u91cd\u65b0\u958b\u555f\u7968\u8b49 :ticket", "activity_55", ":contact \u5df2\u56de\u8986\u7968\u8b49 :ticket", "activity_56", ":user \u5df2\u6aa2\u8996\u7968\u8b49 :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_65, _s20_78, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_87, _s34_21, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_66, "\u9577\u6309\u591a\u9078", "custom_value1", "\u81ea\u8a02\u503c", "custom_value2", "\u81ea\u8a02\u503c", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_79, _s20_80, _s20_81, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_226, "\u61c9\u4ed8\u6b3e\u65e5\u671f", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u81ea\u52d5\u5e33\u55ae", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a05\u540d", "tax_amount", "\u7a05\u91d1\u91d1\u984d", "tax_paid", "\u5df2\u4ed8\u7a05", "payment_amount", "\u4ed8\u6b3e\u91d1\u984d", "age", "\u5e74\u9f61", "is_running", "Is Running", "time_log", "\u6642\u9593\u65e5\u8a8c", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, "\u652f\u51fa\u985e\u5225", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_66, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj usmjernik", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s21_110, _s17_11, _s17_12, "week", "Tjedan", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Raspon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Postava zaporke", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161kova # :expense", "view_statement", "Moje Izvje\u0161\u0107e", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sustav", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, "Ukupno bruto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "Redovni tro\u0161ak", _s18_19, "Redovni tro\u0161kovi", _s21_22, "Novi redovni tro\u0161ak", _s22_27, "Uredi redovne tro\u0161kove", _s25_3, "Uspje\u0161no kreiran redovni tro\u0161ak", _s25_4, "Uspje\u0161no ure\u0111en redovni tro\u0161ak", _s26_4, "Uspje\u0161no arhiviran redovni tro\u0161ak", _s25_5, "Uspje\u0161no izbrisan redovni tro\u0161ak", _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zadnje a\u017euriranje", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Mora biti ve\u0107e od nula i manje od zbroja", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavi poddomenu ili prikazujte ra\u010dune na vlastitoj web stranici.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_39, "Konverzija ra\u010duna", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s17_143, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sakrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_16, _s29_7, "select_file", "Molim odaberite datoteku", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u0107eno", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Ukupan iznos", "quote_total", "Ukupan iznos", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klijent", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s19_77, _s20_48, _s24_67, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Treba biti fakturiran", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Redovni ra\u010dun", _s18_51, "Redovni ra\u010duni", _s21_53, "Novi redovni ra\u010dun", _s22_40, "Uredi ponavljaju\u0107i ra\u010dun", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_29, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_30, _s38_11, _s26_14, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_55, _s17_56, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_72, _s16_73, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_37, "Dobrodo\u0161li u Invoice Ninja", "always", "Always", "optin", "Dragovoljno sudjeluj", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Automatski pretvoriti", "company_name", "Company Name", "reminder1_sent", "Podsjetnik 1 poslan", "reminder2_sent", "Podsjetnik 2 poslan", "reminder3_sent", "Podsjetnik 3 poslan", _s18_55, "Podsjetnik 4 poslan", "pdf_page_info", _s27_70, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "Pogled u aplikaciji Stripe", "rows_per_page", "Redova po stranici", "hours", "sati", "statement", "Izvje\u0161\u0107e o stanju duga", "taxes", "Porezi", "surcharge", "Surcharge", "apply_payment", "Izvr\u0161i pla\u0107anje", "apply_credit", "Primjeni kredit", "apply", "Apply", "unapplied", "Neprovedeni", "select_label", "Select Label", "custom_labels", _s18_118, "record_type", "Vrsta zapisa", "record_name", "Ime zapisa", "file_type", "Vrsta datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Provjera zdravlja", "payment_type_id", "Tip uplate", "last_login_at", "Posljednja prijava u", "company_key", "Klju\u010d tvrtke", "storefront", "Storefront", "storefront_help", "Omogu\u0107ite aplikacijama tre\u0107ih strana za stvaranje ra\u010duna", "client_created", "Klijent stvoren", _s20_51, "E-po\u0161ta za internetsko pla\u0107anje", _s20_53, _s25_60, "completed", "Dovr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto saldo", "client_settings", "Postavke klijenta", _s17_57, "Odabrani ra\u010duni", _s17_59, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_61, "Odabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107e ponude", "expired_quotes", "Istekle ponude", "create_client", "Create Client", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Kreiraj ponudu", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "A\u017euriraj ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017euriraj ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017euriraj klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017euriraj dobavlja\u010da", "delete_vendor", _s17_144, "create_expense", "Stvori tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Off", "when_paid", "When Paid", "expires_on", "Istje\u010de u", "free", "Slobodan", "plan", "Plan", "show_sidebar", "Poka\u017ei bo\u010dnu traku", "hide_sidebar", _s18_119, "event_type", "Vrsta doga\u0111aja", "target_url", "Target", "copy", "Kopiraj", "must_be_online", "Ponovo pokrenite aplikaciju nakon povezivanja s internetom", _s17_67, "CRON zadatak mora biti postavljen", "api_webhooks", "API Webhooks", "search_webhooks", "Pretra\u017ei :count Webhooks", "search_webhook", "Pretra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Webhook uspje\u0161no stvoren", "updated_webhook", "Webhook uspje\u0161no a\u017euriran", _s16_76, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_77, "Webhook uspje\u0161no vra\u0107en", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", "Pretra\u017ei :count tokena", "search_token", _s16_246, "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Uredi token", "created_token", "Uspje\u0161no kreiran token", "updated_token", "Uspje\u0161no a\u017euriran token", "archived_token", "Uspje\u0161no arhiviran token", "deleted_token", "Uspje\u0161no obrisan token", "removed_token", "Token uspje\u0161no uklonjen", "restored_token", "Token uspje\u0161no vra\u0107en", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s21_111, _s24_39, "Omogu\u0107ite klijentima da se sami registriraju na portalu", _s21_55, "Prilagodba i pregled", "email_invoice", _s16_247, "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_56, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_85, _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_82, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_24, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_83, "Novi rok pla\u0107anja", _s17_71, "Uredi uvjete pla\u0107anja", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_60, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_57, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_26, "Promijeni na mobilni izgled?", _s24_40, "Promijeni na izgled stolnog ra\u010dunala", "send_from_gmail", "Po\u0161alji s Gmaila", "reversed", "Stornirano", "cancelled", "Otkazani", "credit_amount", "Iznos kredita", "quote_amount", "Iznos Ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakri Izbornik", "show_menu", "Prika\u017ei Izbornik", _s18_57, "Djelomi\u010dan Povrat", _s16_85, "Pretra\u017ei Dokumente", "search_designs", "Pretra\u017ei Dizajne", "search_invoices", "Pretra\u017ei Ra\u010dune", "search_clients", "Pretra\u017ei Klijente", "search_products", _s18_120, "search_quotes", "Pretra\u017ei Ponude", "search_credits", "Search Credits", "search_vendors", "Pretra\u017ei Dobavlja\u010da", "search_users", "Pretra\u017ei Korisnike", _s16_86, "Pretra\u017ei porezne stope", "search_tasks", "Pretra\u017ei Zadatke", "search_settings", "Pretra\u017ei Postavke", "search_projects", _s17_145, "search_expenses", _s17_146, "search_payments", "Pretra\u017ei Uplate", "search_groups", "Pretra\u017ei Grupe", "search_company", "Pretra\u017ei Poduze\u0107e", "search_document", "Pretra\u017ei 1 dokument", "search_design", "Pretra\u017ei 1 dizajn", "search_invoice", "Pretra\u017ei 1 ra\u010dun", "search_client", "Pretra\u017ei 1 klijenta", "search_product", "Pretra\u017ei 1 proizvod", "search_quote", "Pretra\u017ei 1 ponudu", "search_credit", "Search 1 Credit", "search_vendor", "Pretra\u017ei 1 dobavlja\u010da", "search_user", "Pretra\u017ei 1 korisnika", "search_tax_rate", "Pretra\u017ei 1 poreznu stopu", "search_task", "Pretra\u017ei 1 zadatka", "search_project", "Pretra\u017ei 1 projekta", "search_expense", "Pretra\u017ei 1 tro\u0161ka", "search_payment", "Pretra\u017ei 1 transakciju", "search_group", "Pretra\u017ei 1 grupu", "refund_payment", "Refund Payment", _s17_75, _s23_49, _s18_59, _s23_49, _s16_92, "Uspje\u0161no otkazani ra\u010duni", _s17_76, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 dana", "age_group_30", "30 - 60 dana", "age_group_60", "60 - 90 dana", "age_group_90", "90 - 120 dana", "age_group_120", "120+ dana", "refresh", "Refresh", "saved_design", "Uspje\u0161no spremljen dizajn", "client_details", "Pojedinosti o klijentu", "company_address", "Adresa tvrtke", "invoice_details", "Detalji ra\u010duna", "quote_details", "Pojedinosti o ponudi", "credit_details", "Credit Details", "product_columns", "Stupci proizvoda", "task_columns", "Stupci zadatka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Permissions", "none", "None", "owned", "U vlasni\u0161tvu", "payment_success", "Uspjeh pla\u0107anja", "payment_failure", "Neuspjeh pla\u0107anja", "invoice_sent", _s19_74, "quote_sent", "Ponuda poslana", "credit_sent", "Credit Sent", "invoice_viewed", "Ra\u010dun pregledan", "quote_viewed", "Ponuda pogledana", "credit_viewed", "Credit Viewed", "quote_approved", "Ponuda odobrena", _s25_33, "Primi sve obavijesti", _s16_94, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_47, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", "Ponuda uspje\u0161no pretvorena", "credit_design", "Credit Design", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Prilago\u0111eni dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Uredi dizajn", "created_design", "Dizajn uspje\u0161no stvoren", "updated_design", "Dizajn uspje\u0161no a\u017euriran", "archived_design", "Dizajn uspje\u0161no arhiviran", "deleted_design", "Dizajn uspje\u0161no izbrisan", "removed_design", "Dizajn uspje\u0161no uklonjen", "restored_design", "Dizajn uspje\u0161no vra\u0107en", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_98, "Ponavljaju\u0107e ponude", "recurring_tasks", _s19_78, _s18_61, "Upravljanje ra\u010dunima", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Dodaj kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspje\u0161no kreiran kredit", "updated_credit", _s27_34, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_36, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_100, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_101, _s36_9, "current_version", _s16_248, "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_21, "Dostupna je nova verzija web aplikacije", _s16_102, _s19_79, "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", _s16_249, "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetiraj", "number", "Broj", "export", "Izvoz", "chart", "Karte", "count", "Zbroj", "totals", "Zbrojevi", "blank", "Blank", "day", "Dan", "month", "Mjesec", "year", "Godina", "subgroup", "Subgroup", "is_active", "Je aktivan", "group_by", "Grupiraj po", "credit_balance", "Stanje kredita", _s18_67, "Zadnje prijavljivanje kontakta", _s17_83, _s17_147, "contact_phone", "Contact Phone", _s21_59, "Prilago\u0111ena vrijednost 1 kontakta", _s21_60, "Prilago\u0111ena vrijednost 2 kontakta", _s21_61, "Prilago\u0111ena vrijednost 3 kontakta", _s21_62, "Prilago\u0111ena vrijednost 4 kontakta", _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_236, "assigned_to_id", "Dodijeljeno ID-u", "created_by_id", "Stvorio ID", "add_column", "Dodaj stupac", "edit_columns", "Uredi stupce", "columns", "Kolone", "aging", "Izvan dospije\u0107a", "profit_and_loss", "Profit i Tro\u0161ak", "reports", "Izvje\u0161\u0107a", "report", "Izvje\u0161\u0107a", "add_company", "Dodaj poduze\u0107e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomo\u0107", "refund", "Refund", "refund_date", "Datum povrata novca", "filtered_by", "Filtrirano po", "contact_email", "Contact Email", "multiselect", "Vi\u0161estruki odabir", "entity_state", "Kanton", "verify_password", "Potvrdi lozinku", "applied", "Primijenjeno", _s21_63, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_8, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_63, "Prika\u017ei detalje o proizvodu", _s25_35, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_65, "PDF renderer zahtijeva :version", _s18_70, "Prilagodite postotak naknade", _s23_28, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_72, "Konfigurirajte postavke", "support_forum", "support forum", "about", "About", "documentation", "Dokumentacija", "contact_us", _s17_148, "subtotal", "Osnovica", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_64, _s20_86, _s20_66, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_42, _s26_48, _s23_29, "Nadzorna plo\u010da klijentskog portala", _s20_67, "Molimo unesite vrijednost", "deleted_logo", "Logo je uspje\u0161no izbrisan", "yes", "Da", "no", "Ne", "generate_number", "Generiraj broj", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Odaberite tvrtku", "float", "Float", "collapse", "Collapse", "show_or_hide", "Poka\u017ei/Sakrij", "menu_sidebar", "Bo\u010dna traka izbornika", "history_sidebar", "Bo\u010dna traka povijesti", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Module", "first_custom", "Prvi stupac", "second_custom", "Drugi stupac", "third_custom", "Tre\u0107i stupac", "show_cost", "Prika\u017ei tro\u0161ak", _s17_88, _s17_89, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_65, _s26_49, _s26_23, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_67, _s23_50, _s26_24, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Zadana koli\u010dina", _s21_71, "Koli\u010dina stavke retka automatski postavi na 1", "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Postavke poreza", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Opcije", _s16_142, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_37, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_144, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Raspored", "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_79, "Nakon datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", "Djelomi\u010dno pla\u0107anje", "payment_partial", "Partial Payment", _s21_72, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_147, _s16_148, _s16_149, _s23_51, "administrator", "Administrator", _s18_80, _s66_, "user_management", _s23_52, "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspje\u0161no stvoren korisnik", "updated_user", "Korisnik je uspje\u0161no a\u017euriran", "archived_user", "Uspje\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspje\u0161no obrisan", "removed_user", "Korisnik je uspje\u0161no uklonjen", "restored_user", "Uspje\u0161no obnovljen korisnik", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, _s21_112, _s22_55, _s70_0, _s23_31, "Ugra\u0111eni dokumenti", _s28_21, "Ubaci dodane dokumente u ra\u010dun.", _s16_153, _s20_87, _s16_154, _s19_80, "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Page Size", "font_size", "Veli\u010dina fonta", "quote_design", "Quote Design", "invoice_fields", "Polja ra\u010duna", "product_fields", "Product Fields", "invoice_terms", "Uvjeti ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uvjeti ponude", "quote_footer", "Podno\u017eje ponude", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, "Automatski konvertirajte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Tri godine", "never", "Never", "company", "Company", _s17_97, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "Op\u0107enito", "surcharge_field", "Polje doplate", "company_field", "Company Field", "company_value", "Vrijednost tvrtke", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Polje transakcije", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Polje Grupe", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "Uzorak broja", "messages", "Messages", "custom_css", "Prilago\u0111eni CSS", _s17_101, _s22_81, _s16_159, "Poka\u017ei na PDF-u", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_41, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markupa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svijetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Prilo\u017eite PDF", _s16_160, _s19_81, "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", _s16_250, "bank_transfer", "Bankovni prijenos", "priority", "Prioritet", "fee_amount", "Iznos naknade", "fee_percent", "Postotak naknade", "fee_cap", "Fee Cap", "limits_and_fees", "Limiti/Naknade", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta uz osigurane detalje", "rate", "Stopa", "tax_rate", "Porezna stopa", "new_tax_rate", "Nova porezna stopa", "edit_tax_rate", "Uredi poreznu stopu", _s16_162, "Uspje\u0161no kreirana porezna stopa", _s16_163, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_104, "Uspje\u0161no arhivirana porezna stopa", _s16_164, "Uspje\u0161no izbrisana porezna stopa", _s17_105, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Proizvodi sa samoispunom", _s18_86, _s53_2, "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_71, "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_167, "Sustavi online pla\u0107anja", _s19_50, "Novi sustav online pla\u0107anja", _s20_72, "Uredi sustav online pla\u0107anja", _s23_37, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_38, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_42, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_39, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_43, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u tjednu", _s23_40, "Prvi mjesec u godini", "sunday", "Nedjelja", "monday", "Ponedjeljak", "tuesday", "Utorak", "wednesday", "Srijeda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Sije\u010danj", "february", "Velja\u010da", "march", "O\u017eujak", "april", "Travanj", "may", "Svibanj", "june", "Lipanj", "july", "Srpanj", "august", "Kolovoz", "september", "Rujan", "october", "Listopad", "november", "Studeni", "december", "Prosinac", "symbol", "Simbol", "ocde", "Code", "date_format", "Format datuma", "datetime_format", "Format vremena", "military_time", "24 satno vrijeme", _s18_87, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po Projektu", _s17_107, _s19_82, _s19_53, _s20_88, _s18_88, _s22_82, _s18_90, _s24_68, "group_settings", "Postavke grupe", "group", "Group", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspje\u0161no stvorena", "updated_group", "Grupa je uspje\u0161no a\u017eurirana", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Grupa je uspje\u0161no arhivirana", "deleted_group", "Grupa je uspje\u0161no izbrisana", "restored_group", "Grupa je uspje\u0161no vra\u0107ena", "upload_logo", "Prenesi logo", "uploaded_logo", "Uspje\u0161no preneseni logo", "logo", "Logo", "saved_settings", "Postavke uspje\u0161no spremljene", _s16_171, _s18_121, "device_settings", _s16_251, "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_109, _s17_149, "company_details", "Detalji poduze\u0107a", "user_details", _s17_150, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", _s17_151, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_252, _s23_42, "Predlo\u0161ci & podsjetnici", _s22_58, "Kreditne kartice i banke", _s19_55, _s22_83, "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_42, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_57, _s18_122, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_253, "upgrade", "Nadogradi", _s25_46, _s18_123, _s24_45, "Molimo unesite prezime", _s33_21, "Molimo vas da se slo\u017eite s uvjetima pru\u017eanja usluge i pravilima o privatnosti za stvaranje ra\u010duna.", "i_agree_to_the", "I agree to the", _s16_173, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_124, "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", _s21_113, "create_new", "Create New", _s18_92, "Nije odabran nijedan zapis", _s21_79, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_43, _s27_63, "take_picture", "Fotografiraj", "upload_file", "Prenesi datoteku", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_111, "Uspje\u0161no preneseni dokument", _s16_175, "Uspje\u0161no a\u017eurirani dokument", _s17_112, "Uspje\u0161no arhiviran dokument", _s16_176, "Uspje\u0161no izbrisani dokument", _s17_113, "Uspje\u0161no vra\u0107eni dokument", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Evidentirano", _s16_178, "U obradi", _s16_179, "Fakturirano", "converted", "Konvertirano", _s24_47, _s24_60, "exchange_rate", "Te\u010daj", _s16_180, "Konvertiraj valutu", "mark_paid", "Ozna\u010di uplatu", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspje\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspje\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspje\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspje\u0161no obrisan dobavlja\u010d", "restored_vendor", _s28_28, _s16_181, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_182, _s36_11, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_53, _s16_184, _s29_22, _s17_115, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_185, _s23_53, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_80, "Pronala\u017eenje zapisa nije uspjelo", "invoiced", "Fakturirano", "logged", "Logirano", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigirajte preklopna vremena", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", _s25_48, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_50, "now", "Sada", _s16_186, _s16_187, "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eet", "start_time", "Po\u010detno vrijeme", "end_time", "Zavr\u0161no vrijeme", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspje\u0161no kreiran zadatak", "updated_task", "Uspje\u0161no a\u017euriran zadatak", "archived_task", "Uspje\u0161no arhiviran zadatak", "deleted_task", "Uspje\u0161no obrisan zadatak", "restored_task", "Uspje\u0161no obnovljen zadatak", "archived_tasks", "Uspje\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspje\u0161no obrisano :count zadataka", "restored_tasks", _s34_20, _s19_59, _s18_123, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Novi projekt", _s27_47, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_96, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_15, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_61, "Molimo provjerite autenti\u010dnost", _s24_49, "Biometrijska provjera autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Usporedi", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Prijavite se s Google ra\u010dunom", "today", "Danas", "custom_range", "Prilago\u0111eni Raspon", "date_range", "Raspon datuma", "current", "Trenutni", "previous", "Prija\u0161nji", "current_period", "Teku\u0107e Razdoblje", _s17_119, "Razdoblje usporedbe", "previous_period", "Prethodno razdoblje", "previous_year", _s16_254, "compare_to", "Usporedi s", "last7_days", "Zadnjih 7 dana", "last_week", "Pro\u0161li tjedan", "last30_days", "Zadnjih 30 dana", "this_month", "Ovaj mjesec", "last_month", "Pro\u0161li mjesec", "this_year", "Ova godina", "last_year", "Pro\u0161la godina", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u Ra\u010dune", "clone_to_quote", "Kloniraj u Ponude", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Pretvori", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Uredi uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Uredi tro\u0161ak", "edit_vendor", _s16_255, "edit_project", "Uredi projekt", _s20_74, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, _s16_194, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_83, "active_clients", _s16_256, "close", "Zatvori", "email", "E-po\u0161ta", "password", "Zaporka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Poredak", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna plo\u010da", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Obnovi", _s16_195, "Osvje\u017eavanje zavr\u0161eno", _s23_43, "Molimo upi\u0161ite va\u0161u email adresu", _s26_34, "Molimo upi\u0161ite va\u0161u zaporku", _s21_83, "Molimo unesite URL", _s26_36, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_121, "Dogodila se pogre\u0161ka", "paid_to_date", "Do sada pla\u0107eno", "balance_due", "Stanje duga", "balance", "Potra\u017eivanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Web", "vat_number", "OIB", "id_number", "ID broj", "create", "Kreiraj", _s19_63, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_125, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_199, "Email adresa je pogre\u0161na", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod / usluga", "created_product", "Proizvod je uspje\u0161no kreiran", "updated_product", "Proizvod je uspje\u0161no a\u017euriran", _s16_201, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Proizvod", "notes", "Bilje\u0161ke", "cost", "Cijena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspje\u0161no kreiran", "updated_client", "Uspje\u0161no a\u017euriranje klijenta", "archived_client", "Uspje\u0161no arhiviran klijent", _s16_204, "Uspje\u0161no arhivirano :count klijenata", "deleted_client", "Uspje\u0161no obrisan klijent", "deleted_clients", "Uspje\u0161no obrisano :count klijenata", "restored_client", "Uspje\u0161no obnovljen klijent", _s16_205, _s36_13, "address1", "Ulica i ku\u0107ni broj", "address2", "Kat/Oznaka", "city", "Grad", "state", "\u017dupanija", "postal_code", "Po\u0161tanski broj", "country", "Zemlja", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspje\u0161no kreiran ra\u010dun", "updated_invoice", "Uspje\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_207, "Uspje\u0161no obnovljen ra\u010dun", _s17_125, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspje\u0161no obrisano :count ra\u010duna", _s17_126, _s37_17, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_59, "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uvjeti", "public_notes", "Javne bilje\u0161ke", "private_notes", "Privatne bilje\u0161ke", "frequency", "Frekvencija", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Vrijedi do", "items", "Stavke", "partial_deposit", "Djelomi\u010dno/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cijena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospije\u0107a", _s16_209, _s16_210, "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, _s30_28, _s22_61, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_76, "Molimo odaberite datum", _s22_62, "Molimo odaberite klijenta", _s24_51, "Molimo odaberite ra\u010dun", "task_rate", "Satnica", "settings", "Postavke", "language", "Jezik", "currency", "Currency", "created_at", "Datum kreiranja", "created_on", "Stvoreno u", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo upi\u0161ite broj ra\u010duna", _s27_51, "Molimo upi\u0161ite broj ponude", "past_due", "Past Due", "draft", "Skica", "sent", "Poslano", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Partial/Deposit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslano", _s22_64, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_65, _s35_19, _s23_45, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_46, _s36_14, "done", "Dovr\u0161eno", _s37_18, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nije prona\u0111en zapis", "clone", "Kloniraj", "loading", "Loading", "industry", "Industrija", "size", "Veli\u010dina", "payment_terms", "Uvjeti pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status uplate", _s16_213, "U tijeku", _s16_214, "Poni\u0161teno", _s16_215, "Neuspje\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, "Djelimi\u010dni povrat", _s16_218, "Povrat", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Neto", "client_portal", "Klijentski portal", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Email podsjetnici", "enabled", "Enabled", "recipients", "Primatelji", "initial_email", "Prvi Email", "first_reminder", "Prvi podsjetnik", "second_reminder", _s16_257, "third_reminder", _s16_258, "reminder1", "Prvi podsjetnik", "reminder2", _s16_257, "reminder3", _s16_258, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", _s31_25, "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_85, _s21_114, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_219, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_220, "Uspje\u0161no obnovljena uplata", _s17_130, "Uspje\u0161no arhivirana :count uplata", _s16_221, "Uspje\u0161no obrisano :count uplata", _s17_131, _s37_20, "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Ponuda uspje\u0161no kreirana", "updated_quote", "Ponuda je uspje\u0161no a\u017eurirana", "archived_quote", "Ponuda uspje\u0161no arhivirana", "deleted_quote", "Ponuda uspje\u0161no obrisana", "restored_quote", "Uspje\u0161no obnovljena ponuda", "archived_quotes", "Uspje\u0161no arhivirano :count ponuda", "deleted_quotes", "Uspje\u0161no obrisano :count ponuda", "restored_quotes", _s35_22, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", _s30_29, "activity_2", _s32_13, "activity_3", _s30_30, "activity_4", _s28_61, "activity_5", _s29_47, "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", _s30_31, "activity_9", ":user obrisao ra\u010dun :invoce", "activity_10", ":contact upisao uplatu :payment za :invoice", "activity_11", _s30_32, "activity_12", _s30_33, "activity_13", _s29_48, "activity_14", ":user upisao :credit kredit", "activity_15", _s29_49, "activity_16", _s30_34, "activity_17", _s28_62, "activity_18", ":user kreirao ponudu :quote", "activity_19", ":user a\u017eurirao ponudu :quote", "activity_20", ":user poslao e-po\u0161tom ponudu :quote za :contact", "activity_21", ":contact pregledao ponudu :quote", "activity_22", ":user arhivirao ponudu :quote", "activity_23", ":user obrisao ponudu :quote", "activity_24", ":user obnovio ponudu :quote", "activity_25", _s28_63, "activity_26", _s30_35, "activity_27", _s29_50, "activity_28", _s28_64, "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s29_51, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", "Korisnik :user je ponovno otvorio radni nalog :ticket", "activity_55", "Kontakt :contact je odgovorio na radni nalog :ticket", "activity_56", "Korisnik :user je pregledao radni nalog :ticket", "activity_57", "Sustav nije uspio poslati ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user je stornirao ra\u010dun :invoice", "activity_59", _s28_65, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_65, _s20_78, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_87, _s34_21, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_66, "Dugo pritisnite za vi\u0161estruku odabir", "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Prilago\u0111ena vrijednost 3", "custom_value4", "Prilago\u0111ena vrijednost 4", _s18_97, _s24_69, _s24_56, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_37, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_58, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_18, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", _s16_259, "translations", "Prijevodi", _s19_64, "Uzorak broja zadatka", _s19_66, "Broja\u010d broja zadatka", _s22_68, "Uzorak broja tro\u0161kova", _s22_70, _s21_115, _s21_88, "Uzorak broja dobavlja\u010da", _s21_90, "Broja\u010d brojeva dobavlja\u010da", _s21_92, "Uzorak broja radnog naloga", _s21_94, "Broja\u010d broj radnog naloga", _s22_72, "Uzorak broja transakcije", _s22_74, "Broja\u010d broja transakcije", _s22_76, "Uzorak broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_79, "Uzorak broja ponude", _s20_81, "Broja\u010d ponuda", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, _s18_126, "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum valute", "tax_rate1", "Porezna stopa 1", "tax_rate2", "Porezna stopa 2", "tax_rate3", "Porezna stopa 3", "auto_bill", "Auto ra\u010dun", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Izbrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", "\u017dupanija dobavlja\u010da", "vendor_country", _s17_152, "is_approved", "Odobreno je", "tax_name", "Ime porezne stope", "tax_amount", "Iznos poreza", "tax_paid", "Pla\u0107eno poreza", "payment_amount", "Iznos uplate", "age", "Dospije\u0107e", "is_running", "Is Running", "time_log", "Dnevnik vremena", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Platebn\xed karty & Banky", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Nastaven\xed plateb", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Trvaj\xedc\xed", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "P\u0159idat platebn\xed br\xe1nu", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "P\u0159idat k faktu\u0159e :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "M\u011bna faktury", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1lit", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Na\u010d\xedst PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Je zaplaceno", "age_group_paid", "Zaplaceno", "id", "ID", "convert_to", "Konvertovat na", "client_currency", "M\u011bna klienta", _s16_14, "M\u011bna firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Mal\xfd", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Zb\xfdv\xe1", "invoice_paid", "Faktura zaplacena", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1ln\xed", "large", "Velk\xfd", "extra_large", "Extra velk\xfd", _s16_17, "Zobrazit PDF n\xe1hled", _s21_20, "Zobrazit PDF n\xe1hled p\u0159i editaci faktur", "print_pdf", "Tisk PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Skr\xfdt n\xe1hle", "edit_record", "Upravit z\xe1znam", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, "Pros\xedm nastavte si heslo \xfa\u010dtu", "set_password", "Nastavit heslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Odpojit", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "St\xe1hnout", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "PS\u010c klienta", _s17_16, "DI\u010c klienta", "has_tasks", "M\xe1 \xfakoly", "registration", "Registrace", _s27_10, "Autorizujte Stripe pro p\u0159ijm\xe1n\xed online plateb.", "view_expense", "Zobrazit n\xe1klad # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Aktualizovat v\u0161echny z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavit v\xfdchoz\xed firmu", "updated_company", "Firma \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "Aplikace", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, "Pravideln\xe9 n\xe1klady", _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, "Pravideln\xfd n\xe1klad \xfasp\u011b\u0161n\u011b odstran\u011bn", _s26_5, _s39_0, _s24_17, "Hledat pravideln\xfd n\xe1klad", _s25_7, "Hledat pravideln\xe9 n\xe1klady", "last_sent_date", "Last Sent Date", "include_drafts", "Zahrnout koncepty", _s19_19, "Zahrnout koncepty ve v\xfdpisech", "is_invoiced", "Je vyfakturov\xe1no", "change_plan", "Zm\u011bnit pl\xe1n", "persist_data", "Persistovat data", "customer_count", "Po\u010det z\xe1kazn\xedk\u016f", _s16_24, "Ov\u011b\u0159it klienty", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Desetinn\xe1 \u010d\xe1rka", _s26_6, "Pou\u017e\xedt \u010d\xe1rku jako desetinn\xfd odd\u011blova\u010d ve formul\xe1\u0159\xedch", "select_method", "Vybrat metodu", "select_platform", "Vybrat platformu", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Zapnout Markdown", _s20_26, "Konvertovat Markdown do HTML na PDF", "user_guide", "User Guide", _s18_21, "P\u0159idat druh\xfd kontakt", "previous_page", "P\u0159echoz\xed str\xe1nka", "next_page", "Dal\u0161\xed str\xe1nka", "export_colors", "Exportovat barvy", "import_colors", "Importovat barvy", "clear_all", "Clear All", "contrast", "Kontrast", "custom_colors", "Vlastn\xed barvy", "colors", "Barvy", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Ohodnotit aplikaci", "check_status", "Zkontrolovat status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Zm\u011bnit email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Nevyfakturov\xe1no", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importovat data", "import_settings", "Importovat nastaven\xed", _s17_21, "Pros\xedm vyberte JSON soubor", _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "M\xe1 dan\u011b", _s16_29, "Importovat klienty", _s18_23, _s40_0, "login_success", "P\u0159ihl\xe1\u0161en\xed \xfasp\u011b\u0161n\xe9", "login_failure", "P\u0159ihl\xe1\u0161en\xed selhalo", "exported_data", _s67_, _s23_13, "Zahrnout odstran\u011bn\xe9 klienty", _s28_6, _s41_2, "step_1_sign_in", "Krok 1: P\u0159ihl\xe1sit se", _s16_32, _s17_22, "account_id", "ID \xfa\u010dtu", _s27_14, "Migrace je\u0161t\u011b nen\xed dokon\u010den\xe1", "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Faktura vytvo\u0159ena", "quote_created", "Nab\xeddka vytvo\u0159ena", "credit_created", "Kredit vytvo\u0159en", "pro", "Profi", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Faktura\u010dn\xed polo\u017eka", "quote_item", "Nab\xeddkov\xe1 polo\u017eka", _s18_27, "K\u0159estn\xed jm\xe9no", _s17_23, "P\u0159ijmen\xed", "order", "Order", "unassigned", "Unassigned", "partial_value", "Mus\xed b\xfdt v\u011bt\u0161\xed ne\u017e nula a m\xe9n\u011b ne\u017e sou\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povolit", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Je zobrazeno", "letter", "Letter", "legal", "Legal", "page_layout", "Rozlo\u017een\xed str\xe1nky", "portrait", "Portr\xe9t", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "P\u0159idat hlavi\u010dku", "remove_header", "Odstranit hlavi\u010dku", "return_url", "Return URL", "rest_method", "REST metoda", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo k\xf3d", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010den\xed", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, "Autentifikace selhala", "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modifikov\xe1no", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, "P\u0159edplatn\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bno", _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Subdom\xe9na nen\xed dostupn\xe1", "connect_gmail", "Propojit s Gmail", _s16_43, "Odpojit Gmail", "connected_gmail", "\xdasp\u011b\u0161n\u011b propojeno s Gmail", _s18_35, "\xdasp\u011b\u0161n\u011b odpojeno od Gmai", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivovat firmu", _s21_37, _s51_5, _s27_16, "Vyskytla se chyba, zkuste to pros\xedm pozd\u011bji", _s27_17, "Nejprve nastavte heslo", _s34_7, _s52_0, "help_translate", "Pomozte p\u0159elo\u017eit", _s23_16, "Vyberte zemi", "resend_invite", _s17_140, _s19_22, "Dvouf\xe1zov\xe9 ov\u011b\u0159en\xed \xfasp\u011b\u0161n\u011b deaktivov\xe1no", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Doru\u010deno", "bounced", "Bounced", "spam", "Spam", "view_docs", "Zobrazit dokumenty", _s32_4, _s72_, "send_sms", "Odeslat SMS", "sms_code", "SMS k\xf3d", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Propojit s Google", _s17_31, "Odpojit od Google", _s17_33, _s25_57, _s18_37, "Deaktivovat dvouf\xe1zov\xe9 ov\u011b\u0159en\xed", _s34_8, _s34_9, "stay_logged_in", "Z\u016fstat p\u0159ihl\xe1\u0161en", _s23_18, _s40_1, "count_hours", ":count hodin", "count_day", "1 den", "count_days", ":count dn\xed", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Znovu odeslat email", _s26_10, "Potvr\u010fte svou emailovou adresu", _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Zobrazit akce", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Pro aktualizaci spus\u0165te", _s18_39, "Zm\u011bnit na fakturu", _s16_54, "Registra\u010dn\xed URL", "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Ulo\u017eit a zobrazit n\xe1hled", "save_and_email", "Ulo\u017eit a odeslat emailem", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Je odesl\xe1no", _s17_40, _s17_41, "document_upload", "Nahr\xe1n\xed dokumentu", _s20_35, "Povolit klient\u016fm nahr\xe1vat dokumenty", "expense_total", "V\xfddaj\u016f celkem", "enter_taxes", "Zadejte dan\u011b", "by_rate", "Podle sazby", "by_amount", "Podle \u010d\xe1stky", "enter_amount", "Zadejte \u010d\xe1stku", "before_taxes", "P\u0159ed dan\xed", "after_taxes", "Po dani", "color", "Barva", "show", "Zobrazit", "hide", "Skr\xfdt", "empty_columns", "Pr\xe1zdn\xe9 sloupce", _s21_41, "Debugovac\xed m\xf3d je zapnut\xfd", _s26_11, "Varov\xe1n\xed: je ur\u010den\xfd pouze pro v\xfdvoj na lok\xe1ln\xedm serveru. M\u016f\u017ee vyzradit \xfadaje. Klikn\u011bte pro dal\u0161\xed informace.", "running_tasks", "Running Tasks", "recent_tasks", "Ned\xe1vn\xe9 \xfakoly", "recent_expenses", "Ned\xe1vn\xe9 n\xe1klady", _s17_42, "Nadch\xe1zej\xedc\xed n\xe1klady", "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_16, _s29_7, "select_file", "Pros\xedm zvolte soubor", _s16_62, _s16_63, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010detnictv\xed", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML m\xf3d", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Dodac\xed list", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u010c\xe1ste\u010dn\u011b splaceno", "invoice_total", "Celkov\xe1 \u010d\xe1stka", "quote_total", "Celkem", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "N\xe1zev projektu", "warning", "Warning", "view_settings", "View Settings", _s24_30, "Varov\xe1n\xed: tato firma je\u0161t\u011b nebylo aktivov\xe1na", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV k\xf3d", "client_name", "Jm\xe9no klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, "Task status \xfasp\u011b\u0161n\u011b odstran\u011bn", _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "M\xe1 b\xfdt fakturov\xe1n", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "Prvn\xed den v m\u011bs\xedci", _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Pravideln\xe1 faktura", _s18_51, "Pravideln\xe9 faktury", _s21_53, "Nov\xe1 pravideln\xe1 faktura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_29, "Pravideln\xe1 faktura smaz\xe1na", _s25_30, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b odstran\u011bna", _s26_14, "Pravideln\xe1 faktura obnovena", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "N\xe1zev firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hodiny", "statement", "Statement", "taxes", "Dan\u011b", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Pou\u017e\xedt kredit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Komu", "health_check", "Health Check", "payment_type_id", "Typ platby", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadch\xe1zej\xedc\xed faktury", _s17_65, _s17_66, "recent_payments", "Posledn\xed platby", "upcoming_quotes", "Nadch\xe1zej\xedc\xed nab\xeddky", "expired_quotes", "Pro\u0161l\xe9 nab\xeddky", "create_client", "Create Client", "create_invoice", "Vytvo\u0159it fakturu", "create_quote", "Vytvo\u0159it nab\xeddku", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Smazat nab\xeddku", "update_invoice", "Update Invoice", "delete_invoice", "Smazat fakturu", "update_client", "Update Client", "delete_client", "Smazat klienta", "delete_payment", "Smazat platbu", "update_vendor", "Update Vendor", "delete_vendor", "Smazat dodavatele", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Smazat n\xe1klad", "create_task", "Vytvo\u0159it \xfalohu", "update_task", "Update Task", "delete_task", "Smazat \xfalohu", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Zdarma", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", "Webhook \xfasp\u011b\u0161n\u011b odstran\u011bn", _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, ":value webhooky \xfasp\u011b\u0161n\u011b odstran\u011bny", _s17_69, _s37_9, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Editovat token", "created_token", "Token \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_token", "Token \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_token", "Token \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_token", "Token \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_token", "Token \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Poslat emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Jm\xe9no", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Editovat platebn\xed podm\xednky", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Po\u010det kreditu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Hledat projekt", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Hledat firmu", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "Data firmy \xfasp\u011b\u0161n\u011b smaz\xe1na", _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Adresa firmy", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pr\xe1va", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura odesl\xe1na", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_47, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Odstranit firmu", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hlavi\u010dka", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", "Design \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Datum kreditu", "credit", "Kredit", "credits", "Kredity", "new_credit", "Zadat kredit", "edit_credit", "Edit Credit", "created_credit", "Kredit \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_credit", _s27_34, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_36, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_100, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_101, _s36_9, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Zjistit v\xedce", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetovat", "number", "Number", "export", "Export", "chart", "Graf", "count", "Count", "totals", "Celkem", "blank", "Blank", "day", "Day", "month", "M\u011bs\xedc", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Seskupen\xe9 podle", "credit_balance", "Z\u016fstatek kreditu", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID klienta", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "P\u0159idat firmu", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomoc", "refund", "Vr\xe1cen\xed pen\u011bz", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zpr\xe1va", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "F\xf3rum podpory", "about", "About", "documentation", "Dokumentace", "contact_us", "Kontaktuje n\xe1s", "subtotal", "Mezisou\u010det", "line_total", "Celkem", "item", "Polo\u017eka", "credit_email", "Credit Email", "iframe_url", "Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, "Hlavn\xed panel klientsk\xe9 z\xf3ny", _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Ano", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Vybrat firmu", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Zobrazit", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, "Zobrazit slevu produktu", _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Nastaven\xed dan\xed", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Rozvrh", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email pro nab\xeddku", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administr\xe1tor", _s18_80, "Povolit u\u017eivatel\u016fm spravovat dal\u0161\xed u\u017eivatele, m\u011bnit nastaven\xed a v\u0161echny z\xe1znamy", "user_management", "Spr\xe1va u\u017eivatel\u016f", "users", "U\u017eivatel\xe9", "new_user", "Nov\xfd u\u017eivatel", "edit_user", "Upravit u\u017eivatele", "created_user", _s25_37, "updated_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_user", "U\u017eival \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b obnoven", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", ":value u\u017eivatel\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bni", "restored_users", _s34_17, _s16_151, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_92, "Skr\xfdt Zaplaceno ke dni", _s22_55, 'Zobrazit na faktu\u0159e "Zaplaceno ke dni" pouze kdy\u017e p\u0159ijde platba.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Zobrazit hlavi\u010dku", _s16_154, "Zobrazit pati\u010dku", "first_page", "prvn\xed str\xe1nka", "all_pages", "v\u0161echny str\xe1nky", "last_page", "posledn\xed str\xe1nka", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Z\xe1kladn\xed barva", "secondary_color", "Druh\xe1 barva", "page_size", "Page Size", "font_size", "Velikost fontu", "quote_design", "Quote Design", "invoice_fields", "Pole na faktu\u0159e", "product_fields", "Product Fields", "invoice_terms", "Faktura\u010dn\xed podm\xednky", "invoice_footer", "Pati\u010dka faktury", "quote_terms", "Podm\xednky nab\xeddky", "quote_footer", "Pati\u010dka nab\xeddky", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automaticky konvertovat", _s23_34, "Automaticky zkonvertovat nab\xeddku na fakturu po schv\xe1len\xed klientem.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "t\xfddn\u011b", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "M\u011bs\xed\u010dn\u011b", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Firma", _s17_97, _s17_98, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Pole produktu", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Voliteln\xe9 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "Umo\u017en\xed V\xe1m nastavit heslo pro ka\u017ed\xfd kontakt. Pokud heslo nastav\xedte, tak kontakt ho bude pro zobrazen\xed faktury v\u017edy pou\u017e\xedt.", "authorization", "Schv\xe1len\xed", "subdomain", "subdom\xe9na", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "S pozdravem,", _s24_41, "P\u0159idejte si mikrozna\u010dky schema.org do emailu a usnadn\u011bte tak va\u0161im klient\u016fm platby.", "plain", "Prost\xfd text", "light", "Sv\u011btl\xfd", "dark", "Tmav\xfd", "email_design", "Vzhled emailu", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Umo\u017enit mikrozna\u010dky", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_49, "Zm\u011bnit adresu klienta podle poskytnut\xfdch detail\u016f", "rate", "Sazba", "tax_rate", "Da\u0148ov\xe1 sazba", "new_tax_rate", "Nov\xe1 sazba dan\u011b", "edit_tax_rate", "Editovat da\u0148ovou sazbu", _s16_162, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_163, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_104, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_86, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_71, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_76, "Prvn\xed den v t\xfddnu", _s23_40, "Prvn\xed m\u011bs\xedc v roce", "sunday", "Ned\u011ble", "monday", "Pond\u011bl\xed", "tuesday", "\xdater\xfd", "wednesday", "St\u0159eda", "thursday", "\u010ctvrtek", "friday", "P\xe1tek", "saturday", "Sobota", "january", "Leden", "february", "\xdanor", "march", "B\u0159ezen", "april", "Duben", "may", "Kv\u011bten", "june", "\u010cerven", "july", "\u010cervenc", "august", "Srpen", "september", "Z\xe1\u0159\xed", "october", "\u0158\xedjen", "november", "Listopad", "december", "Prosinec", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 hodinov\xfd \u010das", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_109, "Pokro\u010dil\xe9 nastaven\xed", "company_details", "Detaily firmy", "user_details", "U\u017eivatelsk\xe9 detaily", "localization", "Lokalizace", "online_payments", "Online platby", "tax_rates", "Sazby dan\u011b", "notifications", "Notifikace", "import_export", "Import | Export", "custom_fields", "Voliteln\xe1 pole", "invoice_design", "Vzhled faktur", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Nastaven\xed emailu", _s23_42, "\u0160ablony & P\u0159ipom\xednky", _s22_58, _s20_73, _s19_55, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Obchodn\xed podm\xednky", "privacy_policy", "Privacy Policy", "sign_up", "Zaregistrovat se", "account_login", "P\u0159ihl\xe1\u0161en\xed k \xfa\u010dtu", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "St\xe1hnout", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_47, _s24_60, "exchange_rate", "M\u011bnov\xfd kurz", _s16_180, "Zkonvertovat m\u011bnu", "mark_paid", "Mark Paid", "category", "Category", "address", "Adresa", "new_vendor", "Nov\xfd dodavatel", "created_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "restored_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b obnoven", _s16_181, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_182, _s36_11, "new_expense", "Zadat n\xe1klad", "created_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s16_183, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_116, _s16_184, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_115, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_185, _s21_116, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturov\xe1no", "logged", "P\u0159ihl\xe1\u0161en", "running", "Be\u017e\xedc\xed", "resume", "Pokra\u010dovat", "task_errors", "Pros\xedm opravte p\u0159ekr\xfdvaj\xedc\xed se \u010dasy", "start", "Za\u010d\xe1tek", "stop", "Konec", "started_task", _s25_48, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_50, "now", "Nyn\xed", _s16_186, _s16_187, "timer", "\u010casova\u010d", "manual", "Manu\xe1ln\xed", "budgeted", "Budgeted", "start_time", "Po\u010d\xe1te\u010dn\xed \u010das", "end_time", "\u010cas konce", "date", "Datum", "times", "\u010casy", "duration", "Trv\xe1n\xed", "new_task", "Nov\xfd \xfaloha", "created_task", "\xdaloha \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_task", "\xdaloha \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", "archived_task", "\xdaloha \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_task", "\xdaloha \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_task", "\xdaloha \xfasp\u011b\u0161n\u011b obnovena", "archived_tasks", "\xdasp\u011b\u0161n\u011b archivov\xe1no :count \xfaloh", "deleted_tasks", "\xdasp\u011b\u0161n\u011b smaz\xe1no :count \xfaloh", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, ":count projekt\u016f archivov\xe1no", _s16_190, ":count projekt\u016f smaz\xe1no", _s17_118, "Projekt :value obnoven", "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikn\u011bte zde", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Tento m\u011bs\xedc", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Voliteln\xe9", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobrazit fakturu", "convert", "Convert", "more", "More", "edit_client", "Editovat klienta", "edit_product", "Upravit produkt", "edit_invoice", "Editovat fakturu", "edit_quote", "Upravit nab\xeddku", "edit_payment", "Editovat platbu", "edit_task", "Editovat \xfalohu", "edit_expense", "Editovat n\xe1klad", "edit_vendor", "Editovat dodavatele", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Faktura\u010dn\xed adresa", _s16_193, _s16_194, "total_revenue", "Celkov\xe9 p\u0159\xedjmy", "average_invoice", "Pr\u016fm\u011brn\xe1 faktura", "outstanding", "Nezaplaceno", "invoices_sent", ":count faktur odesl\xe1no", "active_clients", "aktivn\xed klienti", "close", "Zav\u0159\xedt", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Secret", "name", "N\xe1zev", "logout", "Odhl\xe1sit se", "login", "P\u0159ihl\xe1\u0161en\xed", "filter", "Filtr", "sort", "Sort", "search", "Vyhledat", "active", "Aktivn\xed", "archived", "Archivov\xe1no", "deleted", "Smaz\xe1no", "dashboard", "Hlavn\xed panel", "archive", "Archivovat", "delete", "Smazat", "restore", "Obnovit", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_121, _s17_122, "paid_to_date", "Zaplaceno ke dni", "balance_due", "Zb\xfdv\xe1 zaplatit", "balance", "Z\u016fstatek", "overview", "Overview", "details", "Detaily", "phone", "Telefon", "website", "Str\xe1nky", "vat_number", "DI\u010c", "id_number", "I\u010cO", "create", "Vytvo\u0159it", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Jm\xe9no", "last_name", "P\u0159\xedjmen\xed", "add_contact", "P\u0159idat kontakt", "are_you_sure", "Jste si jisti?", "cancel", "Zru\u0161it", "ok", "Ok", "remove", "Odstranit", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_product", "Produkt \xfasp\u011b\u0161n\u011b aktualizov\xe1n", _s16_201, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Pozn\xe1mky", "cost", "Cena", "client", "Klient", "clients", "Klienti", "new_client", "Nov\xfd klient", "created_client", "Klient \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_client", "Klient \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_client", "Klient \xfasp\u011b\u0161n\u011b archivov\xe1n", _s16_204, ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0archivov\xe1no", "deleted_client", "Klient \xfasp\u011b\u0161n\u011b\xa0smaz\xe1n", "deleted_clients", ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0smaz\xe1no", "restored_client", "Klient \xfasp\u011b\u0161n\u011b obnoven", _s16_205, _s36_13, "address1", "Ulice", "address2", "\u010c\xedslo patra/bytu", "city", "M\u011bsto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Zem\u011b", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nov\xe1 faktura", "created_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0vytvo\u0159ena", "updated_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0aktualizov\xe1na", _s16_206, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_207, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_125, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_208, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_126, _s37_17, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_59, "amount", "\u010c\xe1stka", "invoice_number", "\u010c\xedslo faktury", "invoice_date", "Datum vystaven\xed", "discount", "Sleva", "po_number", _s16_260, "terms", "Podm\xednky", "public_notes", "Ve\u0159ejn\xe9 pozn\xe1mky", "private_notes", "Soukrom\xe9 pozn\xe1mky", "frequency", "Frekvence", "start_date", "Po\u010d\xe1te\u010dn\xed datum", "end_date", "Kone\u010dn\xe9 datum", "quote_number", "\u010c\xedslo nab\xeddky", "quote_date", "Datum nab\xeddky", "valid_until", "Plat\xed do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Popis", "unit_cost", "Jedn. cena", "quantity", "Mno\u017estv\xed", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", _s16_261, _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Nastaven\xed", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "DPH", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Odesl\xe1no", "viewed", "Viewed", "approved", "Approved", "partial", "Z\xe1loha", "paid", "Zaplacen\xe9", "mark_sent", "Zna\u010dka odesl\xe1no", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Dokon\u010dit", _s37_18, _s37_19, "dark_mode", "Tmav\xfd m\xf3d", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Pr\xe1zdn\xfd kontakt", "activity", "Aktivita", _s16_211, "Nebyly nalezeny \u017e\xe1dn\xe9 z\xe1znamy", "clone", "Duplikovat", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Platebn\xed podm\xednky", "payment_date", "Datum platby", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Klientsk\xfd port\xe1l", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prvn\xed p\u0159ipom\xednka", "second_reminder", "Druh\xe1 p\u0159ipom\xednka", "third_reminder", "T\u0159et\xed p\u0159ipom\xednka", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "P\u0159edm\u011bt", "body", "T\u011blo", "send_email", "Odeslat email", "email_receipt", "Odeslat potvrzen\xed platby klientovi", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "P\u0159izp\u016fsoben\xed", "history", "Historie", "payment", "Platba", "payments", "Platby", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Odkaz na transakci", "enter_payment", "Zadat platbu", "new_payment", "Zadat platbu", "created_payment", "Platba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_payment", "Platba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s16_219, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_220, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_130, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_221, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_131, _s37_20, "quote", "Nab\xeddka", "quotes", "Nab\xeddky", "new_quote", "Nov\xe1 nab\xeddka", "created_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "archived_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b obnovena", "archived_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", "restored_quotes", _s35_22, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Dodavatel\xe9", "task", "Task", "tasks", "\xdalohy", "project", "Project", "projects", "Projekty", "activity_1", ":user vytvo\u0159il klienta :client", "activity_2", ":user archivoval klienta :client", "activity_3", ":user smazal klienta :client", "activity_4", ":user vytvo\u0159il fakturu :invoice", "activity_5", ":user zm\u011bnil fakturu :invoice", "activity_6", ":user poslal email s fakturou :invoice pro :client na :contact", "activity_7", "Klient :contact zobrazil fakturu :invoice pro :client", "activity_8", ":user archivoval fakturu :invoice", "activity_9", ":user smazal fakturu :invoice", "activity_10", _s85_0, "activity_11", ":user zm\u011bnil platbu :payment", "activity_12", _s32_14, "activity_13", ":user smazal platbu :payment", "activity_14", ":user zadal :credit kredit", "activity_15", ":user zm\u011bnil :credit kredit", "activity_16", _s31_26, "activity_17", ":user smazal :credit kredit", "activity_18", ":user vytvo\u0159il nab\xeddku :quote", "activity_19", ":user zm\u011bnil nab\xeddku :quote", "activity_20", _s50_9, "activity_21", ":contact zobrazil nab\xeddku :quote", "activity_22", ":user archivoval nab\xeddku :quote", "activity_23", ":user smazal nab\xeddku :quote", "activity_24", ":user obnovil nab\xeddku :quote", "activity_25", ":user obnovil fakturu :invoice", "activity_26", ":user obnovil klienta :client", "activity_27", _s29_52, "activity_28", _s28_66, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user znovu otev\u0159el tiket :ticket", "activity_55", ":contact odpov\u011bd\u011bl na tiket :ticket", "activity_56", ":user zobrazil tiket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, "Vlastn\xed zpr\xe1va na hlavn\xedm panelu", _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_79, _s20_80, _s20_81, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_226, _s16_261, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatick\xe9 fakturov\xe1n\xed", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "N\xe1zev dan\u011b", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u010c\xe1stka k platb\u011b", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "N\xe1zev dan\u011b 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bank Accounts", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalingsindstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Tilf\xf8j gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Tilf\xf8j til faktura nr.: :invoice", _s17_11, _s17_12, "week", "Uge", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opret projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkend", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "S\xe6t adgangskode", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s22_84, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Brugerguide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senest opdateret", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Ikke tilknyttet", "partial_value", "Skal v\xe6re st\xf8rre end nul og mindre end totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiv\xe9r", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Angiv subdom\xe6net eller vis fakturaen p\xe5 din egen hjemmeside.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, "Abonnementet blev opdateret", _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Refunderet betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_39, "Konvert\xe9r til en faktura", _s16_54, _s16_55, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", "Venligst v\xe6lg en fil", _s16_62, _s16_63, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ikke betalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Faktura total", "quote_total", "Tilbud total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kontrolcifre", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Udgiftskategorier", _s20_48, "Ny udgiftskategori", _s21_46, _s21_47, _s24_31, "Udgiftskategori oprettet", _s24_32, "Ajourf\xf8rt udgiftskategori", _s25_20, "Udgiftskategori arkiveret", _s24_33, "Sletning af kategori er gennemf\xf8rt", _s24_34, _s37_7, _s25_21, "Udgiftskategori genoprettet", _s27_23, ".count udgiftskategori(er) arkiveret", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gentaget faktura", _s18_51, "Gentagende fakturaer", _s21_53, "Ny gentaget fakture", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_37, _s24_38, "always", "Altid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Klientnummer", "auto_convert", "Auto Convert", "company_name", "Firma navn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Timer", "statement", "Statement", "taxes", "Skatter", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Kommende fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige betalinger", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Opret faktura", "create_quote", "Opret tilbud", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Slet tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slet faktura", "update_client", "Update Client", "delete_client", "Slet kunde", "delete_payment", "Slet betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slet s\xe6lger", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opret opgave", "update_task", "Update Task", "delete_task", "Slet opgave", "approve_quote", "Approve Quote", "off", "Deaktiver", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token's", "new_token", "New Token", "edit_token", "Redig\xe9r token", "created_token", "Token oprettet", "updated_token", "Token opdateret", "archived_token", _s27_27, "deleted_token", "Token slettet", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8b", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Eksklusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_153, _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "By/Postnummer", _s17_79, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, "Advarsel: Dette vil slette dine data permanent, der er ingen m\xe5der at fortryde.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dage", "age_group_30", "30 - 60 dage", "age_group_60", "60 - 90 dage", "age_group_90", "90 - 120 dage", "age_group_120", "120+ dage", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s22_85, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_47, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hoved", "load_design", "Indl\xe6s design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Projektforslag", "tickets", "Sager", _s16_98, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Kreditter", "new_credit", "Indtast kredit", "edit_credit", "Redig\xe9r kredit", "created_credit", "Kredit oprettet", "updated_credit", "Opdatering af kredit gennemf\xf8rt", "archived_credit", "Kredit arkiveret", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Kredit genskabt", _s16_100, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_101, _s36_9, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Eksport", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Blank", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupp\xe9r efter", "credit_balance", "Kreditsaldo", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Kontakttelefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Klients ID", "assigned_to", "Assigned to", "created_by", "Oprettet af :navn", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og tab", "reports", "Rapporter", "report", "Rapport", "add_company", "Tilf\xf8j firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hj\xe6lp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-mailkontakt", "multiselect", "Multiselect", "entity_state", "Status", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Besked", "from", "Fra", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentation", "contact_us", "Kontakt os", "subtotal", "Subtotal", "line_total", "Sum", "item", "Produkttype", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Indsend", _s16_144, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds e-mail", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_37, "updated_user", "Bruger opdateret", "archived_user", _s26_26, "deleted_user", "Bruger slettet", "removed_user", _s25_40, "restored_user", "Bruger genskabt", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Fakturaindstillinger", _s17_92, _s19_83, _s22_55, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6r Farve", "secondary_color", "Sekund\xe6r Farve", "page_size", "Page Size", "font_size", "Font St\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Product Fields", "invoice_terms", _s20_89, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto konvertering", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ugentlig", "freq_two_weeks", "To uger", "freq_four_weeks", "Fire uger", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Projektfelt", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Pr\xe6fix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Brugerdefineret CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_9, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_35, "Tilbuds Betingelser Afkrydsningsfelt", _s28_22, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_42, "Fakturasignatur", _s30_10, "Kr\xe6v at klienten giver deres underskrift.", _s23_36, "Tilbuds underskrift", _s22_57, "Adgangskodebeskyttet Fakturaer", _s27_38, "Lader dig indtaste en adgangskode til hver kontakt. Hvis en adgangskode ikke er lavet, vil kontakten blive p\xe5lagt at indtaste en adgangskode f\xf8r det er muligt at se fakturaer.", "authorization", "Autorisation", "subdomain", "Underdomain", "domain", "Dom\xe6ne", "portal_mode", "Portal Mode", "email_signature", "Venlig hilsen,", _s24_41, "G\xf8r det lettere for dine klienter at betale dig ved at tilf\xf8je schema.org markup i dine e-mails.", "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Brug HTML markup sprog", "reply_to_email", "Svar-til e-mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC-email", "processed", "Processed", "credit_card", "Kreditkort", "bank_transfer", "Bankoverf\xf8rsel", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiv\xe9r minimum", "enable_max", "Aktiv\xe9r maksimum", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_49, "Opdater kundens adresse med de opgivne detaljer", "rate", "Sats", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatisk-udfyld produkter", _s18_86, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_71, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Januar", "february", "Februar", "march", "Marts", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_109, "Avancerede indstillinger", "company_details", "Virksomhedsinformation", "user_details", "User Details", "localization", "Lokalisering", "online_payments", "Onlinebetaling", "tax_rates", "Momssatser", "notifications", "P\xe5mindelser", "import_export", "Import/Eksport", "custom_fields", "Brugerdefineret felt", "invoice_design", "Fakturadesign", "buy_now_buttons", '"K\xf8b nu" knapper', "email_settings", "E-mail-indstillinger", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s17_154, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Vilk\xe5r for brug", "privacy_policy", "Privatlivspolitik", "sign_up", "Registrer dig", "account_login", "Konto Log ind", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Opret ny", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Hent", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konverteret", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark\xe9r som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny s\xe6lger", "created_vendor", "S\xe6lger oprettet", "updated_vendor", "S\xe6lger opdateret succesfuldt", "archived_vendor", "Gennemf\xf8rte arkivering af s\xe6lger", "deleted_vendor", "Sletning af s\xe6lger gennemf\xf8rt", "restored_vendor", "Genskabelse af s\xe6lger gennemf\xf8rt", _s16_181, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_182, _s36_11, "new_expense", "Indtast udgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", "Opgave stoppet", "resumed_task", _s25_50, "now", "Nu", _s16_186, _s16_187, "timer", "Tidtager", "manual", "Manuelt", "budgeted", "Budgeted", "start_time", "Start Tidspunkt", "end_time", "Slut tidspunkt", "date", "Dato", "times", "Gange", "duration", "Varighed", "new_task", "Ny opgave", "created_task", "Opgave oprettet", "updated_task", "Opgave opdateret", "archived_task", "Opgave arkiveret", "deleted_task", "Opgave slettet", "restored_task", "Opgave genskabt", "archived_tasks", "Antal arkiverede opgaver: :count", "deleted_tasks", "Antal opgaver slettet: :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_188, "Projektet blev arktiveret", "deleted_project", _s22_84, _s16_189, "Projektet blev genskabt", _s17_117, ":count projekter blev arkiveret", _s16_190, ":count projekter blev slettet", _s17_118, _s37_15, "new_project", "Nyt projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "Klik her", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5ned", "last_month", "Forrige m\xe5ned", "this_year", "Dette \xe5r", "last_year", "Forrige \xe5r", "custom", "Brugertilpasset", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger kunde", "edit_product", "Rediger produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Rediger tilbud", "edit_payment", "Redig\xe9r betaling", "edit_task", "Redig\xe9r opgave", "edit_expense", "Edit Expense", "edit_vendor", "Redig\xe9r s\xe6lger", "edit_project", "Redig\xe9r projekt", _s20_74, _s20_75, "billing_address", "Faktura adresse", _s16_193, _s16_194, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_85, "active_clients", "aktive kunder", "close", "Luk", "email", "E-mail", "password", "Kodeord", "url", "URL", "secret", "Hemmelighed", "name", "Navn", "logout", "Log ud", "login", "Log ind", "filter", "Filter", "sort", "Sort", "search", "S\xf8g", "active", "Aktiv", "archived", "Archived", "deleted", "Slettet", "dashboard", "Oversigt", "archive", "Arkiv", "delete", "Slet", "restore", "Genskab", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_121, _s17_122, "paid_to_date", "Betalt pr. d.d.", "balance_due", "Udest\xe5ende bel\xf8b", "balance", "Balance", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Hjemmeside", "vat_number", "CVR/SE-nummer", "id_number", "CVR/SE-nummer", "create", "Opret", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Efternavn", "add_contact", "Tilf\xf8j kontakt", "are_you_sure", "Er du sikker?", "cancel", "Annuller", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_201, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_202, "Genskabelse af produkt gennemf\xf8rt", _s17_123, _s37_23, _s16_203, "Sletning af :count produkter gennemf\xf8rt", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notes", "cost", "Cost", "client", "Kunde", "clients", "Kunder", "new_client", "Ny kunde", "created_client", "Kunde oprettet succesfuldt", "updated_client", "Kunde opdateret", "archived_client", "Kunde arkiveret", _s16_204, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_205, _s36_13, "address1", "Gade", "address2", "Nummer", "city", "By", "state", "Omr\xe5de", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura oprettet", "updated_invoice", "Faktura opdateret", _s16_206, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_207, "Faktura genskabt", _s17_125, "Arkiverede :count fakturaer", _s16_208, "Slettede :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_262, "discount", "Rabat", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Public Notes", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Slutdato", "quote_number", "Tilbuds nummer", "quote_date", "Tilbuds dato", "valid_until", "Gyldig indtil", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Enhedspris", "quantity", "Stk.", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Betalingsfrist", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "F\xe6rdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk tilstand", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktiveret", "recipients", "Modtagere", "initial_email", "Indledende e-mail", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Skabelon", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send e-mail", "email_receipt", "Send e-mail kvittering til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingstype", _s21_85, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_219, "Betaling arkiveret", "deleted_payment", _s16_263, _s16_220, "Betaling genskabt", _s17_130, "Arkiverede :count betalinger", _s16_221, "Slettede :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nyt tilbud", "created_quote", "Tilbud oprettet", "updated_quote", "Tilbud opdateret", "archived_quote", "Tilbud arkiveret", "deleted_quote", "Tilbud slettet", "restored_quote", "Tilbud genskabt", "archived_quotes", "Arkiverede :count tilbud", "deleted_quotes", "Slettede :count tilbud", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_47, "activity_2", ":user arkiverede kunde :client", "activity_3", ":user slettede kunde :client", "activity_4", ":user oprettede faktura :invoice", "activity_5", ":user ajourf\xf8rte faktura :invoice", "activity_6", ":user emailede fakturaen :invoice for :client til :contact", "activity_7", ":contact l\xe6ste faktura :invoice for :client", "activity_8", ":user arkiverede faktura :invoice", "activity_9", ":user slettede faktura :invoice", "activity_10", ":contact indtastede betaling :payment for :payment_amout i fakturaen :invoice for :client", "activity_11", ":user ajourf\xf8rte betaling :payment", "activity_12", ":user arkiverede betaling :payment", "activity_13", ":user slettede betaling :payment", "activity_14", ":user indtastede :credit kredit", "activity_15", ":user ajourf\xf8rte :credit kredit", "activity_16", ":user arkiverede :credit kredit", "activity_17", ":user slettede :credit kredit", "activity_18", ":user oprettede tilbud :quote", "activity_19", ":user ajourf\xf8rte tilbud :quote", "activity_20", ":user emailede tilbuddet :quote for :client til :contact", "activity_21", ":contact l\xe6ste tilbud :quote", "activity_22", ":user arkiverede tilbud :quote", "activity_23", ":user slettede tilbud:quote", "activity_24", ":user genoprettede tilbud :quote", "activity_25", ":user genoprettede faktura :invoice", "activity_26", ":user genoprettede kunde :client", "activity_27", ":user genoprettede betaling :payment", "activity_28", ":user genoprettede :credit kredit", "activity_29", ":contact godkendte tilbuddet :quote for :client", "activity_30", ":user oprettede s\xe6lger :vendor", "activity_31", ":user arkiverede s\xe6lger :vendor", "activity_32", ":user slettede s\xe6lgeren :vendor", "activity_33", ":user genskabte s\xe6lgeren :vendor", "activity_34", ":user oprettede udgiften :expense", "activity_35", ":user arkiverede udgiften :expense", "activity_36", ":user slettede udgiften :expense", "activity_37", ":user genskabte udgiften :expense", "activity_39", ":user annullerede en :payment_amount betaling :payment", "activity_40", ":bruger refunderet :justering af en :betaling_bel\xf8b betaling :betaling", "activity_41", ":payment_amount betaling (:betaling) mislykkedes", "activity_42", ":user oprettede opgaven :task", "activity_43", ":user opdaterede opgaven :task", "activity_44", ":user arkiverede opgaven :task", "activity_45", ":user slettede opgave :task", "activity_46", ":user genoprettede opgave :task", "activity_47", ":user ajourf\xf8rte udgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user gen\xe5bnede sagen :ticket", "activity_55", ":contact besvarede sagen :ticket", "activity_56", ":user l\xe6ste sagen :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-t\xe6ller", _s20_79, _s20_80, _s20_81, "Tilbuds nummer-t\xe6ller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8b", "age", "Alder", "is_running", "Is Running", "time_log", "Tids log", "bank_id", "bank", _s19_70, _s19_71, _s16_227, "Udgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bankrekeningen", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", ":user heeft aankooporder :purchase_order aangemaakt", "activity_131", ":user heeft aankooporder :purchase_order aangepast", "activity_132", ":user heeft aankooporder :purchase_order gearchiveerd", "activity_133", ":user heeft aankooporder :purchase_order verwijderd", "activity_134", ":user heeft aankooporder :purchase_order hersteld", "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Samenvoegen", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepteer", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalingsinstellingen", "default", "Standaard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Openstaand", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Gateway toevoegen", _s24_9, _s77_, "left", "Links", "right", "Rechts", "center", "Midden", "page_numbering", "Pagina nummering", _s24_10, "Pagina nummering uitlijning", _s31_1, "Factuur verstuurd", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Maak binnen enkele seconden uw account aan", "login_label", _s28_0, "add_to_invoice", "Toevoegen aan factuur :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Factuur valuta", "range", "Bereik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Project aanmaken", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "De toeslag voor een :amount factuur is :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", "Succesvol :value taken gestart", "stopped_tasks", "Succesvol :value taken gestopt", "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Goedkeuren", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Reken om naar", "client_currency", "Klant valuta", _s16_14, "Bedrijf valuta", "purged_client", "De klant is gewist", _s27_8, "Om spam te voorkomen moet je een betaald account hebben om emails aan te passen", _s22_25, "Upgrade uw abonnement om meer bedrijven toe te voegen", _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, "Data is aan het laden - een moment geduld", "wait_for_saving", "Data is aan het opslaan - een moment geduld", _s20_23, "Opmerking: veranderingen die hier worden gemaakt zijn voorvertoningen, ze moeten hierboven worden toegepast", "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", ":user heeft terugkerende uitgave :recurring_expense aangemaakt", "activity_121", "::user heeft terugkerende uitgave :recurring_expense aangepast", "activity_122", ":user heeft terugkerende uitgave :recurring_expense gearchiveerd", "activity_123", ":user heeft terugkerende uitgave :recurring_expense verwijderd", "activity_124", ":user heeft terugkerende uitgave :recurring_expense teruggezet", "normal", "Normaal", "large", "Groot", "extra_large", "Extra groot", _s16_17, "Laat PDF voorvertoning zien", _s21_20, "Laat PDF voorvertoning zien tijdens het aanpassen van de facturen", "print_pdf", "Print PDF", "remind_me", "Herinner mij", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Verberg voorvertoning", "edit_record", "Edit Record", _s27_9, "Het kredietbedrag kan niet meer zijn dan het te factureren bedrag.", "giropay", "GiroPay", "direct_debit", "Automatische Incasso", _s21_21, "Voer een account wachtwoord in", "set_password", "Stel wachtwoord in", _s17_14, "Wij raden de desktop app aan voor de beste werking.", _s16_21, "Wij raden de mobiele app aan voor de beste werking.", _s20_24, _s33_4, "disconnect", "Verbreek verbinding", "add_to_invoices", "Voeg toe aan facturen", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Klant postcode", _s17_16, "Klant BTW-nummer", "has_tasks", "Has Tasks", "registration", "Registratie", _s27_10, _s50_4, "view_expense", "Bekijk uitgave #:expense", "view_statement", "Toon overzicht", "sepa", "SEPA Automatisch incasso", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Systeem", _s19_15, "Stel in als standaard bedrijf", "updated_company", "Bedrijf succesvol ge\xfcpdatet", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Help ons door aan te geven waarom (optioneel)", "webhook_success", "Webhook Success", _s24_16, "Taken moeten allemaal behoren tot dezelfde klant", _s27_11, "Kosten moeten allemaal behoren tot dezelfde klant", "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Van naam", _s16_23, "Kopieer naar uitgave", _s17_19, "Terugkerende uitgave", _s18_19, "Terugkerende uitgaven", _s21_22, "Nieuwe terugkerende uitgave", _s22_27, "Terugkerende uitgave bewerken", _s25_3, "De terugkerende uitgave is aangemaakt", _s25_4, "De terugkerende uitgave is gewijzigd", _s26_4, "De terugkerende uitgave is gearchiveerd", _s25_5, _s25_61, _s25_6, _s38_2, _s26_5, "De terugkerende uitgave is hersteld", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gebruikershandleiding", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importeer data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user heeft terugkerend factuur :recurring_invoice aangemaakt", "activity_101", ":user heeft terugkerend factuur :recurring_invoice aangepast", "activity_102", ":user heeft terugkerend factuur :recurring_invoice gearchiveerd", "activity_103", ":user heeft terugkerend factuur :recurring_invoice verwijderd", "activity_104", ":user heeft terugkerend factuur :recurring_invoice teruggezet", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Laatst bijgewerkt", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Contact voornaam", _s17_23, "Contact achternaam", "order", "Order", "unassigned", "Niet toegewezen", "partial_value", "Moet groter zijn dan nul en minder dan het totaal", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeer", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Stel het subdomein in of toon de factuur op uw eigen website.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promocode", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Beveiliging", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementen", _s16_41, "Nieuw Abonnement", _s17_29, "Abonnement wijzigen", _s20_29, "Het abonnement is aangemaakt", _s20_30, "Het abonnement is gewijzigd", _s21_34, "Het abonnement is gearchiveerd", _s20_31, _s31_27, _s20_32, _s31_27, _s21_35, "Succesvol abonnement hersteld", _s19_21, "Zoek 1 abonnement", _s20_33, "Zoek :count abonnementen", _s26_8, "Subdomein is niet beschikbaar", "connect_gmail", "Verbind Gmail", _s16_43, "Verbreek Gmail", "connected_gmail", "Succesvol verbonden met Gmail", _s18_35, "Succesvol verbroken met Gmail", _s16_45, "Wijzigingen aan de code kunnen leiden tot een blokkade tijdens het updaten. Door het volgende commando kan je de wijzigingen verwijderen:", _s16_46, "Klant-id nummer", "count_minutes", ":count minuten", _s16_48, "Wachtwoord timeout", _s29_5, "Gedeelde factuur/offertenummers teller", "use_last_email", "Gebruik laatste e-mail", _s16_50, "Activeer bedrijf", _s21_37, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_16, "Er is een fout opgetreden, probeer het opnieuw", _s27_17, "Stel eerst een wachtwoord in", _s34_7, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_16, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_22, "2FA succesvol uitgeschakeld", _s16_52, "Account succesvol verbonden", _s19_23, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_4, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_38, "Scan de streepjescode met een :link compatibele app.", _s18_36, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_31, "Verwijder Google", _s17_33, "Tweestaps-authenticatie", _s18_37, "Schakel twee factor authenticatie uit", _s34_8, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_18, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_24, "Time-out van websessie", _s17_34, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_10, "Bevestig je e-mailadres", _s16_53, "Gecrediteerde betaling", _s19_26, _s27_71, _s19_28, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_36, "Start Multi select", _s27_19, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_39, "Om :client_counter te gebruiken, voeg ofwel :client_number of :client_id_number toe om conflicten te voorkomen", "this_quarter", "Dit kwartaal", "last_quarter", "Laatste Kwartaal", "to_update_run", "Om bij te werken voer", _s18_39, "Zet om naar factuur", _s16_54, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_29, "Zoek betalingstermijn 1", _s20_34, "Zoek :count betalingstermijnen", _s16_56, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_58, "Ondersteunde gebeurtenissen", _s16_60, "Omgezet bedrag", _s17_38, "Omgekeerd balans", _s22_31, '"Reeds betaald" omzetten', _s24_21, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_40, "Standaard documenten", "document_upload", "Document uploaden", _s20_35, "Laat klanten documenten uploaden", "expense_total", "Totale uitgave", "enter_taxes", "Voer belastingen in", "by_rate", "Op tarief", "by_amount", "Op bedrag", "enter_amount", "Voer bedrag in", "before_taxes", "Voor BTW", "after_taxes", "Na BTW", "color", "Kleur", "show", "Tonen", "hide", "Verbergen", "empty_columns", "Lege kolommen", _s21_41, "Foutopsporingsmodus is ingeschakeld", _s26_11, "Opgelet: Debug modus dient enkel gebruikt te worden tijdens lokale ontwikkeling, aangezien gevoelige informatie op deze manier zichtbaar wordt. Klik op meer te weten te komen.", "running_tasks", "Lopende taken", "recent_tasks", "Recente taken", "recent_expenses", "Recente uitgaven", _s17_42, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_23, "Dubbele kolommapping", _s20_36, "Gebruik inclusieve belastingen", _s18_41, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeer", _s25_16, "Gebruik eerste rij als kolomnaam", "select_file", "Selecteer een bestand", _s16_62, "Geen bestand geselecteerd", "csv_file", "Selecteer CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_33, "Geef alle CSV's op.", "import_type", "Importeer type", "html_mode", "HTML Mode", "html_mode_help", "Voorvertoning laadt sneller maar is minder accuraat", "view_licenses", "Bekijk Licenties", "webhook_url", "Webhook URL", _s17_44, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_34, 'Typ ":value" om te bevestigen', "purge", "Wissen", "service", "Service", "clone_to", "Dupliceer naar", "clone_to_other", "Dupliceert naar andere", "labels", "Labels", "add_custom", "Aangepast toevoegen", "payment_tax", "Betalingsbelasting", "unpaid", "Onbetaald", "white_label", "White Label", "delivery_note", "Afleveringsbon", _s24_26, "Verzonden facturen zijn vergrendeld", _s24_28, "Betaalde facturen zijn vergrendeld", "source_code", "Broncode", "app_platforms", "App-platforms", "invoice_late", "Factuur te laat", "quote_expired", "Offerte verlopen", "partial_due", "Te betalen voorschot", "invoice_total", "Factuur totaal", "quote_total", "Offertetotaal", "credit_total", "Totaal Credit", _s23_19, "Factuur totaal", "actions", "Acties", "expense_number", "Uitgave nummer", "task_number", "Taaknummer", "project_number", "Projectnummer", "project_name", "Project naam", "warning", "Waarschuwing", "view_settings", "Instellingen tonen", _s24_30, "Waarschuwing: dit bedrijf is nog niet geactiveerd", "late_invoice", "Late factuur", "expired_quote", "Verlopen offerte", "remind_invoice", "Herinnering Factuur", "cvv", "CVV", "client_name", "Klantnaam", "client_phone", "Klant telefoon", "required_fields", "Verreisde velden", "calculated_rate", "Berekend tarief", _s17_46, "Standaard taak tarief", "clear_cache", "Maak cache leeg", "sort_order", "Sorteer volgorde", "task_status", "Status", "task_statuses", "Taak status", "new_task_status", "Nieuwe taak status", _s16_64, "Taak status aanpassen", _s19_30, "Succesvol een taak status aangemaakt", _s19_31, _s20_90, _s20_38, "Succesvol een taak status gearchiveerd", _s19_32, _s36_17, _s19_33, _s36_17, _s20_39, "Succesvol een taak status hersteld", _s22_35, "Succesvol taakstatussen :value gearchiveerd", _s21_43, "Succesvol taak statussen :value verwijderd", _s22_36, "Succesvol taak statussen :value hersteld", _s18_43, "Zoek 1 taak status", _s20_41, "Zoek :count taak statussen", _s16_66, "Taken tabel tonen", _s21_44, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_42, "Factuur taak tijdlog", _s25_17, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_44, "Factuur taak datumlog", _s25_18, "Voeg datumdetails toe aan de factuurregelitems", _s21_45, "Start taken voordat het wordt opgeslagen", _s18_44, "Status instellen", "task_settings", "Taak instellingen", _s20_46, "Categorie\xebn instellen", _s18_46, _s16_264, _s20_48, "Nieuwe uitgavecategorie", _s21_46, "Bewerk uitgavencategorie", _s24_31, "De uitgaven categorie is aangemaakt", _s24_32, "De uitgaven categorie is gewijzigd", _s25_20, "De uitgaven categorie is gearchiveerd", _s24_33, "De categorie is verwijderd", _s24_34, "De uitgavencategorie is verwijderd", _s25_21, "De uitgaven categorie hersteld", _s27_23, ":count uitgave-categorie\xebn gearchiveerd", _s26_12, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_24, "Uitgave succesvol hersteld: waarde categorie\xebn", _s23_20, "Zoek 1 uitgavencategorie", _s25_23, "Zoek :count uitgave categorie\xebn", _s21_48, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_37, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_48, "De applicatie draait op de laatste versie, maar wellicht zijn er nog een aantal fixes beschikbaar.", "mark_paid_help", "Volg de uitgave dat betaald is", _s18_48, "Moet worden gefactureerd", _s23_21, "Maak het mogelijk de uitgave te factureren", _s29_8, "Laat de documenten zien", _s21_50, "Stel een ruilwaarde in van de valuta", _s16_68, "Uitgave instellingen", _s18_49, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Kaart", _s17_49, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_24, "Herhalend factuur succesvol stopgezet", _s25_25, "Herhalend factuur succesvol gestart", _s25_26, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_34, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_38, "Eerste dag van de maand", _s21_51, "Laatste dag van de maand", _s17_51, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_70, "Resterende keren", _s17_53, "Terugkerende factuur", _s18_51, "Terugkerende facturen", _s21_53, "Nieuwe terugkerende factuur", _s22_40, "Bewerk terugkerende factuur", _s25_27, "Herhalend factuur succesvol aangemaakt", _s25_28, "Herhalend factuur succesvol bijgewerkt", _s26_13, "De terugkerende factuur is gearchiveerd", _s25_29, "De terugkerende factuur is verwijderd", _s25_30, "Herhalend factuur succesvol verwijderd", _s26_14, "De terugkerende factuur is hersteld", _s27_25, "Terugkerende succesvol gearchiveerd: waarde facturen", _s26_15, "Terugkerende succesvol verwijderd: waarde facturen", _s27_26, "Terugkerende succesvol hersteld: waarde facturen", _s24_35, "Zoek 1 herhalend factuur", _s25_31, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_8, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_53, "Toestaan te betalen boven het te betalen bedrag", _s23_22, "Draag bij aan extra betalen om fooi te accepteren", _s19_35, "Toestaan te betalen onder het te betalen bedrag", _s24_36, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_4, "Koppelen mislukt", _s30_5, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_55, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_72, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_37, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_91, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_55, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_74, "De facturen zijn gemaild", "emailed_quotes", "De offertes zijn gemaild", "emailed_credits", "Creditnota is succesvol gemaild", "gateway", "Gateway", "view_in_stripe", "Bekijk in Stripe", "rows_per_page", "Regels per pagina", "hours", "Uren", "statement", "Overzicht", "taxes", "Belastingen", "surcharge", "Toeslag", "apply_payment", "Betaling toepassen", "apply_credit", "Gebruik krediet", "apply", "Toepassen", "unapplied", "Niet toegepast", "select_label", "Selecteer label", "custom_labels", "Aangepaste labels", "record_type", "Record Type", "record_name", "Record naam", "file_type", "Bestandstype", "height", "Hoogte", "width", "Breedte", "to", "Aan", "health_check", "Health Check", "payment_type_id", "Betalingstype", "last_login_at", "Voor het laatst ingelogd", "company_key", "Bedrijfssleutel", "storefront", "Storefront", "storefront_help", "Activeer third-party applicaties om facturen te maken", "client_created", "Klant aangemaakt", _s20_51, "Online betalingsmail", _s20_53, "Handmatige betalingsmail", "completed", "Voltooid", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_57, "Geselecteerde facturen", _s17_59, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_61, "Geselecteerde uitgaves", _s17_63, "Aankomende facturen", _s17_65, "Verlopen facturen", "recent_payments", "Recente betalingen", "upcoming_quotes", "Eerstvolgende offertes", "expired_quotes", "Verlopen offertes", "create_client", "Klant aanmaken", "create_invoice", "Factuur aanmaken", "create_quote", "Maak offerte aan", "create_payment", "Cre\xeber betaling", "create_vendor", "Leverancier aanmaken", "update_quote", "Offerte bijwerken", "delete_quote", "Verwijder offerte", "update_invoice", "Factuur bijwerken", "delete_invoice", "Verwijder factuur", "update_client", "Klant bijwerken", "delete_client", "Verwijder klant", "delete_payment", "Verwijder betaling", "update_vendor", "Leverancier bijwerken", "delete_vendor", "Verwijder leverancier", "create_expense", "Cre\xeber uitgave", "update_expense", "Uitgave bijwerken", "delete_expense", "Verwijder uitgave", "create_task", "Taak aanmaken", "update_task", "Taak bijwerken", "delete_task", "Verwijder taak", "approve_quote", "Offerte goedkeuren", "off", "Uit", "when_paid", "Wanneer betaald", "expires_on", "Verloopt op", "free", "Gratis", "plan", "Abonnement", "show_sidebar", "Laat zijbalk zien", "hide_sidebar", "Verberg zijbalk", "event_type", "Event Type", "target_url", "Doel", "copy", "Kopieer", "must_be_online", "Herstart alsjeblieft de applicatie wanneer er verbinding is met het internet", _s17_67, "De crons moeten geactiveerd worden", "api_webhooks", "API Webhooks", "search_webhooks", "Zoek :count webhooks", "search_webhook", "Zoek 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nieuwe webhook", "edit_webhook", "Webhook bijwerken", "created_webhook", "Webhook succesvol aangemaakt", "updated_webhook", "Webhook succesvol bijgewerkt", _s16_76, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_67, "removed_webhook", _s28_67, _s16_77, "Webhook succesvol hersteld", _s17_68, "Succesvol gearchiveerd: waarde webhooks", _s16_78, _s37_24, _s16_79, _s37_24, _s17_69, "Succesvol hersteld: waarde webhooks", "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Zoek :count tokens", "search_token", "Zoek 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Nieuwe token", "edit_token", "Wijzig token", "created_token", "Het token is aangemaakt", "updated_token", "Het token is gewijzigd", "archived_token", "Het token is gearchiveerd", "deleted_token", "Het token is verwijderd", "removed_token", "Token succesvol verwijderd", "restored_token", "Token succesvol hersteld", "archived_tokens", "Succesvol gearchiveerd: waarde tokens", "deleted_tokens", "Succesvol verwijderd: waarde tokens", "restored_tokens", "Succesvol hersteld: waarde tokens", _s19_37, "Klant registratie", _s24_39, "Zelfregistratie voor klanten in het portaal toestaan", _s21_55, "Pas aan & Weergeven", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_56, "Er is geen e-mailadres ingesteld voor de klant", "ledger", "Grootboek", "view_pdf", "Bekijk PDF", "all_records", "Alle gegevens", "owned_by_user", "Owned door gebruiker", _s16_80, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_82, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_24, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_83, "Nieuwe betalingstermijn", _s17_71, "Bewerk betalingstermijn", _s20_57, "De betalingstermijn is aangemaakt", _s20_58, "De betalingstermijn is gewijzigd", _s21_56, "De betalingstermijn is gearchiveerd", _s20_59, _s38_16, _s20_60, _s38_16, _s21_57, "betalingstermijn met succes hersteld", _s22_45, "Succesvol gearchiveerd: waarde betalingsvoorwaarden", _s21_58, "Succesvol verwijderd: waarde betalingsvoorwaarden", _s22_46, "Succesvol hersteld: waarde betalingsvoorwaarden", "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_26, "Verander naar de mobiele layout?", _s24_40, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Creditbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_57, "Gedeeltelijk terugbetaald", _s16_85, "Documenten zoeken", "search_designs", "Ontwerpen zoeken", "search_invoices", "Facturen zoeken", "search_clients", "Klanten zoeken", "search_products", "Producten zoeken", "search_quotes", "Offertes zoeken", "search_credits", "Zoek Krediet", "search_vendors", "Zoek Leveranciers", "search_users", "Zoek Gebruikers", _s16_86, "Zoek Belastingstarieven", "search_tasks", "Zoek Taken", "search_settings", "Zoek Instellingen", "search_projects", "Zoek Projecten", "search_expenses", "Zoek Uitgaven", "search_payments", "Zoek Betalingen", "search_groups", "Zoek Groepen", "search_company", "Zoek Bedrijf", "search_document", "Zoek 1 document", "search_design", "Zoek 1 ontwerp", "search_invoice", "Zoek 1 factuur", "search_client", "Zoek 1 klant", "search_product", "Zoek 1 product", "search_quote", "Zoek 1 offerte", "search_credit", "Zoek 1 krediet", "search_vendor", "Zoek 1 leverancier", "search_user", "Zoek 1 gebruiker", "search_tax_rate", "Zoek 1 BTW-tarief", "search_task", "Zoek 1 taak", "search_project", "Zoek 1 project", "search_expense", "Zoek 1 uitgave", "search_payment", "Zoek 1 betaling", "search_group", "Zoek 1 groep", "refund_payment", "Terugbetalen", _s17_75, "Factuur succesvol geannuleerd", _s18_59, "Facturen succesvol geannuleerd", _s16_92, "Factuur succesvol teruggedraaid", _s17_76, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_77, "Stad/Provincie/Postcode", _s17_79, "Postcode/Stad/Provincie", "custom1", _s17_155, "custom2", _s17_156, "custom3", _s16_265, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_93, "De bedrijfsgegevens zijn gewist", _s18_60, "Waarschuwing: Dit zal uw gegevens verwijderen. Er is geen manier om dit ongedaan te maken.", "invoice_balance", "Factuur balans", "age_group_0", "0 - 30 dagen", "age_group_30", "30 - 60 dagen", "age_group_60", "60 - 90 dagen", "age_group_90", "90 - 120 dagen", "age_group_120", "120+ dagen", "refresh", "Verversen", "saved_design", "Ontwerp opgeslagen", "client_details", "Klantgegevens", "company_address", "Bedrijfs-adres", "invoice_details", "Factuur details", "quote_details", "Offerte Details", "credit_details", "Kredietgegevens", "product_columns", "Product kolommen", "task_columns", "Taak kolommen", "add_field", "Veld toevoegen", "all_events", "Alle gebeurtenissen", "permissions", "Rechten", "none", "Geen", "owned", "Eigendom", "payment_success", "Betaling is gelukt", "payment_failure", "Betalingsfout", "invoice_sent", ":count factuur verzonden", "quote_sent", "Offerte Verzonden", "credit_sent", "Factuur verzonden", "invoice_viewed", "Factuur bekeken", "quote_viewed", "Offerte Bekeken", "credit_viewed", "Krediet bekeken", "quote_approved", "Offerte Goedgekeurd", _s25_33, "Ontvang alle notificaties", _s16_94, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_47, "Waarschuwing: Dit zal uw account verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_48, "Waarschuwing: Hiermee verwijder je permanent je bedrijf, dit kan niet worden ontdaan.", "enabled_modules", "Ingeschakelde modules", "converted_quote", "Offerte omgezet", "credit_design", "Krediet ontwerp", "includes", "Inclusief", "header", "Koptekst", "load_design", "Laad ontwerp", "css_framework", "CSS Framework", "custom_designs", "Aangepaste Ontwerpen", "designs", "Ontwerpen", "new_design", "Nieuw ontwerp", "edit_design", "Ontwerp aanpassen", "created_design", "Ontwerp aangemaakt", "updated_design", "Ontwerp bijgewerkt", "archived_design", "Ontwerp gearchiveerd", "deleted_design", _s18_127, "removed_design", _s18_127, "restored_design", "Ontwerp teruggehaald", _s16_96, "Succesvol gearchiveerd: waarde designs", "deleted_designs", "Succesvol verwijderd: waarde designs", _s16_97, "Succesvol hersteld: waarde designs", "proposals", "Voorstellen", "tickets", "Tickets", _s16_98, "Terugkerende offertes", "recurring_tasks", "Terugkerende Taken", _s18_61, "Accountbeheer", "credit_date", "Creditdatum", "credit", "Credit", "credits", "Creditnota's", "new_credit", "Nieuwe creditnota", "edit_credit", "Wijzig krediet", "created_credit", "De creditnota is aangemaakt", "updated_credit", "Het krediet is gewijzigd", "archived_credit", "De creditnota is gearchiveerd", "deleted_credit", "De creditnota is verwijderd", "removed_credit", "Krediet is verwijders", "restored_credit", "De creditnota is hersteld", _s16_100, "Succesvol :count creditnota's gearchiveerd", "deleted_credits", "Succesvol :count creditnota's verwijderd", _s16_101, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_21, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_102, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Kom meer te weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_81, _s17_82, "credit_footer", "Krediet voettekst", "credit_terms", "Kredietvoorwaarden", "new_company", "Nieuw bedrijf", "added_company", "Bedrijf toegevoegd", "company1", "Aangepast bedrijf 1", "company2", "Aangepast bedrijf 2", "company3", "Aangepast bedrijf 3", "company4", "Aangepast bedrijf 4", "product1", "Aangepast product 1", "product2", "Aangepast product 2", "product3", "Aangepast product 3", "product4", "Aangepast product 4", "client1", "Aangepast cli\xebnt 1", "client2", "Aangepast cli\xebnt 2", "client3", "Aangepast cli\xebnt 3", "client4", "Aangepast cli\xebnt 4", "contact1", "Aangepast Contact 1", "contact2", "Aangepast Contact 2", "contact3", "Aangepast Contact 3", "contact4", "Aangepast Contact 4", "task1", "Aangepaste Taak 1", "task2", "Aangepaste Taak 2", "task3", "Aangepaste Taak 3", "task4", "Aangepaste Taak 4", "project1", "Aangepast Project 1", "project2", "Aangepast Project 2", "project3", "Aangepast Project 3", "project4", "Aangepast Project 4", "expense1", "Aangepaste Uitgave 1", "expense2", "Aangepaste Uitgave 2", "expense3", "Aangepaste Uitgave 3", "expense4", "Aangepaste Uitgave 4", "vendor1", "Aangepaste Aanbieder 1", "vendor2", "Aangepaste Aanbieder 2", "vendor3", "Aangepaste Aanbieder 3", "vendor4", "Aangepaste Aanbieder 4", "invoice1", "Aangepaste Factuur 1", "invoice2", "Aangepaste Factuur 2", "invoice3", "Aangepaste Factuur 3", "invoice4", "Aangepaste Factuur 4", "payment1", "Aangepaste Betaling 1", "payment2", "Aangepaste Betaling 2", "payment3", "Aangepaste Betaling 3", "payment4", "Aangepaste Betaling 4", "surcharge1", _s20_92, "surcharge2", _s20_93, "surcharge3", _s20_94, "surcharge4", _s20_95, "group1", "Aangepaste Groep 1", "group2", "Aangepaste Groep 2", "group3", "Aangepaste Groep 3", "group4", "Aangepaste Groep 4", "reset", "Reset", "number", "Nummer", "export", "Exporteer", "chart", "Grafiek", "count", "Telling", "totals", "Totalen", "blank", "Blanco", "day", "Dag", "month", "Maand", "year", "Jaar", "subgroup", "Subgroep", "is_active", "Is actief", "group_by", "Groepeer per", "credit_balance", "Kredietsaldo", _s18_67, "Contact laatste Login", _s17_83, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_59, "Contact aangepaste waarde 1", _s21_60, "Contact aangepaste waarde 2", _s21_61, "Contact aangepaste waarde 3", _s21_62, "Contact aangepaste waarde 4", _s17_85, "Leveringsstraat", _s17_86, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_61, "Leverings Postcode", _s16_132, "Leveringsland", _s16_134, "Facturatie straat", _s16_135, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_40, "Facturatie Postcode", "billing_country", "Facturatieland", "client_id", "Klantnummer", "assigned_to", "Toegewezen aan", "created_by", "Aangemaakt door :name", "assigned_to_id", "Toegekend aan ID", "created_by_id", "Gemaakt door ID", "add_column", "Voeg kolom toe", "edit_columns", "Wijzig kolom", "columns", "Kolommen", "aging", "Toekomst", "profit_and_loss", "Winst en verlies", "reports", "Rapporten", "report", "Rapport", "add_company", "Bedrijf toevoegen", "unpaid_invoice", "Onbetaalde factuur", "paid_invoice", "Betaalde factuur", _s16_136, "Niet goedgekeurde offerte", "help", "Help", "refund", "Terugbetaling", "refund_date", "Terugbetaling datum", "filtered_by", "Gefilterd op", "contact_email", "Contact e-mail", "multiselect", "Multiselectie", "entity_state", "Staat", "verify_password", "Verifieer wachtwoord", "applied", "Toegepast", _s21_63, "Voeg recente fouten uit de logboeken toe", _s30_8, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_63, "toon product details", _s25_35, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_65, "De PDF renderaar vereist :version", _s18_70, "Pas Vergoedingspercentage Aan", _s23_28, "Pas percentage aan om rekening te houden met de kosten", _s18_72, "Instellingen configureren", "support_forum", "Support Forum", "about", "Over", "documentation", "Documentatie", "contact_us", "Contacteer ons", "subtotal", "Subtotaal", "line_total", "Totaal", "item", "Artikel", "credit_email", "Krediet E-mail", "iframe_url", "Website", "domain_url", "Domein URL", _s21_64, "Wachtwoord is te kort", _s20_66, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_42, "Klantenportaal taken", _s23_29, "Klantenportaal dashboard", _s20_67, "Voer alstublieft een waarde in", "deleted_logo", "Logo verwijderd", "yes", "Ja", "no", "Nee", "generate_number", "Genereer nummer", "when_saved", "Als opgeslagen", "when_sent", "Als verzonden", "select_company", "Selecteer Bedrijf", "float", "Float", "collapse", "Inklappen", "show_or_hide", "Laten zien/Verbergen", "menu_sidebar", "Menu Zijbalk", "history_sidebar", "Geschiedenis Zijbalk", "tablet", "Tablet", "mobile", "Mobiel", "desktop", "Bureaublad", "layout", "Indeling", "view", "Bekijken", "module", "Module", "first_custom", _s17_155, "second_custom", _s17_156, "third_custom", _s16_265, "show_cost", "Toon kosten", _s17_88, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_65, "Toon product hoeveelheid", _s26_23, "Toon aantallen voor producten, anders de standaard versie", _s21_67, "Toon factuur aantallen", _s26_24, "Toon aantallen voor regelitem, anders de standaard versie", _s21_69, "Toon product korting", _s26_25, "Geef een regelitem kortingssveld weer", _s16_138, "Standaard aantallen", _s21_71, "Stel de producthoeveelheid automatisch in op 1", "one_tax_rate", "Eerste BTW-tarief", "two_tax_rates", "Tweede BTW-tarief", "three_tax_rates", "Derde BTW-tarief", _s16_140, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_90, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_74, _s31_28, "configure_rates", "Tarieven instellen", _s18_75, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_77, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_44, "Komma gescheiden lijst", "options", "Opties", _s16_142, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdwon", "field_type", "Veld type", _s27_37, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_144, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Creditnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_145, "Late vergoedingspercentage", "schedule", "Schema", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_79, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_86, "payment_partial", _s22_86, _s21_72, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_147, "Eindeloze taak", _s16_149, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_80, "Geef gebruiker de toestemming om andere gebruikers te beheren, instellingen te wijzigen en alle regels te bewerken.", "user_management", "Gebruikersbeheer", "users", "Gebruikers", "new_user", "Nieuwe Gebruiker", "edit_user", "Bewerk gebruiker", "created_user", "De gebruiker is aangemaakt", "updated_user", "De gebruiker is gewijzigd", "archived_user", "De gebruiker is gearchiveerd", "deleted_user", "De gebruiker is verwijderd", "removed_user", "Gebruiker verwijderd", "restored_user", "De gebruiker is hersteld", "archived_users", "Succesvol gearchiveerd: waarde gebruikers", "deleted_users", _s39_6, "removed_users", _s39_6, "restored_users", "Succesvol hersteld: waarde gebruikers", _s16_151, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_92, 'Verberg "Reeds betaald"', _s22_55, 'Toon alleen het "Reeds betaald" gebied op je facturen als er een betaling gemaakt is.', _s23_31, "Documenten invoegen", _s28_21, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_153, "Toon header op", _s16_154, "Toon footer op", "first_page", "eerste pagina", "all_pages", "alle pagina's", "last_page", "laatste pagina", "primary_font", "Primair lettertype", "secondary_font", "Secundair lettertype", "primary_color", "Primaire kleur", "secondary_color", "Secundaire kleur", "page_size", "Paginagrootte", "font_size", "Tekstgrootte", "quote_design", "Offerte ontwerp", "invoice_fields", "Factuurvelden", "product_fields", "Productvelden", "invoice_terms", "Factuur voorwaarden", "invoice_footer", "Factuurvoettekst", "quote_terms", "Offertevoorwaarden", "quote_footer", "Offertevoettekst", _s18_81, "Automatisch e-mailen", _s23_32, "Verzend terugkerende facturen automatisch wanneer ze worden gemaakt.", _s18_82, "Automatisch archiveren", _s23_33, "Offertes automatisch archiveren wanneer ze zijn omgezet.", _s18_83, _s20_91, _s23_34, "Zet een offerte automatisch om in een factuur zodra deze door een klant wordt goedgekeurd.", _s17_94, "Workflow instellingen", "freq_daily", "Dagelijks", "freq_weekly", "Wekelijks", "freq_two_weeks", "Twee weken", "freq_four_weeks", "Vier weken", "freq_monthly", "Maandelijks", "freq_two_months", "Twee maanden", _s17_96, "Drie maanden", _s16_155, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_156, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_97, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_157, "Terugkerend voorvoegsel", "number_padding", "Nummer afstand", "general", "Algemeen", "surcharge_field", "Extra toeslag veld", "company_field", "Bedrijf veld", "company_value", "Bedrijfswaarde", "credit_field", "Credit veld", "invoice_field", "Factuur veld", _s17_99, "Factuurkost", "client_field", "Klant veld", "product_field", "Productveld", "payment_field", "Betaalveld", "contact_field", "Contact veld", "vendor_field", "Leverancier veld", "expense_field", "Uitgave veld", "project_field", "Project veld", "task_field", "Taak veld", "group_field", "Groepsveld", "number_counter", "Nummerteller", "prefix", "Voorvoegsel", "number_pattern", "Nummer patroon", "messages", "Berichten", "custom_css", "Aangepaste CSS", _s17_101, "Zelfgeschreven JavaScript", _s16_159, "Weergeven op PDF", _s21_74, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_41, "Factuurvoorwaarden checkbox", _s30_9, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_35, "Offertevoorwaarden checkbox", _s28_22, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_42, "Factuur handtekening", _s30_10, "Verplicht de klant om zijn handtekening te zetten.", _s23_36, "Offerte handtekening", _s22_57, "Facturen beveiligen met een wachtwoord", _s27_38, "Geeft u de mogelijkheid om een wachtwoord in te stellen voor elke contactpersoon. Als er een wachtwoord is ingesteld moet de contactpersoon het wachtwoord invoeren voordat deze facturen kan bekijken.", "authorization", "Autorisatie", "subdomain", "Subdomein", "domain", "Domein", "portal_mode", "portaalmodus", "email_signature", "Met vriendelijke groeten,", _s24_41, "Maak het gemakkelijker voor uw klanten om te betalen door scherma.org opmaak toe te voegen aan uw e-mails.", "plain", "Platte tekst", "light", "Licht", "dark", "Donker", "email_design", "E-mail Ontwerp", "attach_pdf", "PDF bijvoegen", _s16_160, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_46, "Opmaak inschakelen", "reply_to_email", "Antwoord naar e-mail", "reply_to_name", "Antwoordnaam", "bcc_email", "BCC Email", "processed", "Verwerkt", "credit_card", "Creditcard", "bank_transfer", "Overschrijving", "priority", "Prioriteit", "fee_amount", "Vergoedingsbedrag", "fee_percent", "Vergoedingspercentage", "fee_cap", "Maximale vergoeding", "limits_and_fees", "limiet/vergoedingen", "enable_min", "Min inschakelen", "enable_max", "Max inschakelen", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_49, "Pas het adres van de klant aan met de ingevulde gegevens", "rate", "Tarief", "tax_rate", "BTW-tarief", "new_tax_rate", "Nieuw BTW-tarief", "edit_tax_rate", "Bewerk tarief", _s16_162, "Het tarief is aangemaakt", _s16_163, "Het tarief is bijgewerkt", _s17_104, "Het tarief is gearchiveerd", _s16_164, "De BTW heffing is verwijderd", _s17_105, "De BTW heffing is teruggezet", _s18_84, "Succesvol gearchiveerd: waarde belastingstarieven", _s17_106, "Succesvol verwijderd: waarde belastingtarieven", _s18_85, "Succesvol hersteld: waarde belastingtarieven", "fill_products", "Producten Automatisch aanvullen", _s18_86, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_71, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_165, "Producten omzetten", _s21_75, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_266, _s16_167, _s16_266, _s19_50, "Nieuwe instantie aanmaken", _s20_72, "Huidige instantie bewerken", _s23_37, "De nieuwe instantie is aangemaakt", _s23_38, "De nieuwe instantie is bijgewerkt", _s24_42, "De nieuwe instantie is gearchiveerd", _s23_39, "De nieuwe instantie is verwijderd", _s24_43, "De nieuwe instantie is hersteld", _s25_44, "Succesvol gearchiveerd: waarde gateways", _s24_44, "Succesvol verwijderd: waarde gateways", _s25_45, "Succesvol hersteld: waarde gateways", _s16_169, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_76, "Eerste dag van de week", _s23_40, "Eerste maand van het jaar", "sunday", "Zondag", "monday", "Maandag", "tuesday", "Dinsdag", "wednesday", "Woensdag", "thursday", "Donderdag", "friday", "Vrijdag", "saturday", "Zaterdag", "january", "januari", "february", "februari", "march", "maart", "april", "april", "may", "mei", "june", "juni", "july", "juli", "august", "augustus", "september", "september", "october", "oktober", "november", "november", "december", "december", "symbol", "Symbool", "ocde", "Code", "date_format", "Datum formaat", "datetime_format", "Datum/tijd opmaak", "military_time", "24-uurs klok", _s18_87, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_51, "Gefilterd op project", _s17_107, "Filteren op groep", _s19_53, "Filteren op factuur", _s18_88, "Filteren op klant", _s18_90, "Filteren op leverancier", "group_settings", "Groepsinstellingen", "group", "Groep", "groups", "Groep", "new_group", "Nieuwe groep", "edit_group", "Wijzig groep", "created_group", "Nieuwe groep aangemaakt", "updated_group", "Groep gewijzigd", "archived_groups", "Succesvol gearchiveerd: waarde groepen", "deleted_groups", "Succesvol verwijderd: waarde groepen", "restored_groups", "Succesvol hersteld: waarde groepen", "archived_group", "Groep gearchiveerd", "deleted_group", "Groep verwijderd", "restored_group", "De groep is hersteld", "upload_logo", "Upload logo", "uploaded_logo", "Het logo is opgeslagen", "logo", "Logo", "saved_settings", "De instellingen zijn opgeslagen", _s16_171, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_109, "Geavanceerde instellingen", "company_details", "Bedrijfsdetails", "user_details", "Gebruikersgegevens", "localization", "Lokalisatie", "online_payments", "Online betalingen", "tax_rates", "BTW-tarieven", "notifications", "Notificaties", "import_export", "Importeer/Exporteer", "custom_fields", "Aangepaste velden", "invoice_design", "Factuurontwerp", "buy_now_buttons", "Koop nu knoppen", "email_settings", "E-mailinstellingen", _s23_42, "Sjablonen en herinneringen", _s22_58, "Credit Cards & Banken", _s19_55, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_42, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_57, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_46, "Vul een voornaam in aub", _s24_45, "Vul een naam in aub", _s33_21, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s16_173, "Gebruiksvoorwaarden", "privacy_policy", "Privacybeleid", "sign_up", "Aanmelden", "account_login", "Accountlogin", "view_website", "Bekijk website", "create_account", "Account aanmaken", "email_login", "Email login", "create_new", "Nieuwe aanmaken", _s18_92, "Geen records geselecteerd", _s21_79, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_43, "Vereist een enterprise plan", "take_picture", "Maak foto", "upload_file", "Upload bestand", "document", "Document", "documents", "Documenten", "new_document", "Nieuw document", "edit_document", "Bewerk Document", _s17_111, "Document is geupload", _s16_175, "Het document is bijgewerkt", _s17_112, "Het document is gearchiveerd", _s16_176, "Het document is verwijderd", _s17_113, "Het document is hersteld", _s18_94, "Succesvol gearchiveerd: waarde documenten", _s17_114, "Succesvol verwijderd: waarde documenten", _s18_95, "Succesvol hersteld: waarde documenten", "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_177, "Gelogged", _s16_178, "In afwachting", _s16_179, "Gefactureerd", "converted", "Omgezet", _s24_47, "Voeg documenten toe aan factuur", "exchange_rate", "Wisselkoers", _s16_180, "Reken valuta om", "mark_paid", "Markeer als betaald", "category", "Categorie", "address", "Adres", "new_vendor", "Nieuwe leverancier", "created_vendor", "De leverancier is aangemaakt", "updated_vendor", "De leverancier is gewijzigd", "archived_vendor", "De leverancier is gearchiveerd", "deleted_vendor", "De leverancier is verwijderd", "restored_vendor", "De leverancier is hersteld", _s16_181, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_182, "Succesvol hersteld: waarde leveranciers", "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_183, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_184, "De uitgave is hersteld", _s17_115, "De uitgaven zijn gearchiveerd", _s16_185, "De uitgaven zijn verwijderd", _s17_116, "Succesvol hersteld: waarde uitgaven", "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_80, "Geen gegeven gevonden", "invoiced", "Gefactureerd", "logged", "Gelogd", "running", "Lopend", "resume", "Doorgaan", "task_errors", "Pas overlappende tijden aan a.u.b..", "start", "Start", "stop", "Stop", "started_task", "De taak is gestart", "stopped_task", "De taak is gestopt", "resumed_task", "Taak hervat", "now", "Nu", _s16_186, "Automatisch Startende Taken", "timer", "Timer", "manual", "Manueel", "budgeted", "Begroot", "start_time", "Starttijd", "end_time", "Eindtijd", "date", "Datum", "times", "Tijden", "duration", "Duur", "new_task", "Nieuwe taak", "created_task", "De taak is aangemaakt", "updated_task", _s20_90, "archived_task", "De taak is gearchiveerd", "deleted_task", "De taak is verwijderd", "restored_task", "De taak is hersteld", "archived_tasks", "Succesvol :count taken gearchiveerd", "deleted_tasks", "Succesvol :count taken verwijderd", "restored_tasks", "Succesvol hersteld: waarde taken", _s19_59, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_188, "Het project is gearchiveerd", "deleted_project", _s25_61, _s16_189, "Het project is hersteld", _s17_117, "Succesvol :count projecten gearchiveerd", _s16_190, "Succesvol :count projecten verwijderd", _s17_118, "Succesvol hersteld: waarde projecten", "new_project", "Nieuw project", _s27_47, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_96, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_15, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_61, "Gelieve te authenticeren", _s24_49, "Biometrische authenticatie", "footer", "Voettekst", "compare", "Vergelijk", "hosted_login", "Hosted login", "selfhost_login", "Self-Host login", "google_sign_in", "Log in met Google", "today", "Vandaag", "custom_range", "Aangepast bereik", "date_range", "Datumbereik", "current", "Huidige", "previous", "Vorige", "current_period", "Huidige Periode", _s17_119, "Periode om mee te vergelijken", "previous_period", "Vorige Periode", "previous_year", "Vorig jaar", "compare_to", "Vergelijk met", "last7_days", "Laatste 7 dagen", "last_week", "Afgelopen week", "last30_days", "Laatste 30 Dagen", "this_month", "Deze maand", "last_month", "Vorige maand", "this_year", "Dit jaar", "last_year", "Vorig jaar", "custom", "Aangepast", _s16_191, "Dupliceer als factuur", "clone_to_quote", "Dupliceer als offerte", "clone_to_credit", "Klonen naar krediet", "view_invoice", "Bekijk factuur", "convert", "Converteer", "more", "Meer", "edit_client", "Wijzig klant", "edit_product", "Wijzig product", "edit_invoice", "Wijzig factuur", "edit_quote", "Bewerk offerte", "edit_payment", "Bewerk betaling", "edit_task", "Wijzig taak", "edit_expense", "Bewerk uitgave", "edit_vendor", "Bewerk leverancier", "edit_project", "Wijzig project", _s20_74, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_193, "Leveringsadres", "total_revenue", "Totale inkomsten", "average_invoice", "Gemiddelde factuur", "outstanding", "Uitstaand", "invoices_sent", "facturen verzonden", "active_clients", "Actieve klanten", "close", "Sluiten", "email", "E-mail", "password", "Wachtwoord", "url", "URL", "secret", "Secret", "name", "Naam", "logout", "Afmelden", "login", "Login", "filter", "Filter", "sort", "Sorteer", "search", "Zoeken", "active", "Actief", "archived", "Gearchiveerd", "deleted", "Verwijderd", "dashboard", "Dashboard", "archive", "Archiveer", "delete", "Verwijder", "restore", "Herstel", _s16_195, "Verversen afgerond", _s23_43, "Gelieve uw e-maildres in te vullen", _s26_34, "Gelieve uw wachtwoord in te voeren", _s21_83, "Gelieve uw URL in te voeren", _s26_36, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_121, "Er is een fout opgetreden", "paid_to_date", "Reeds betaald", "balance_due", "Te voldoen", "balance", "Saldo", "overview", "Overzicht", "details", "Details", "phone", "Telefoon", "website", "Website", "vat_number", "BTW-nummer", "id_number", "KVK-nummer", "create", "Aanmaken", _s19_63, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_197, "Kon niet starten", "contacts", "Contactpersonen", "additional", "Extra", "first_name", "Voornaam", "last_name", "Achternaam", "add_contact", "Contact toevoegen", "are_you_sure", "Weet je het zeker?", "cancel", "Annuleren", "ok", "OK", "remove", "Verwijderen", _s16_199, "E-mailadres is incorrect", "product", "Product", "products", "Producten", "new_product", "Nieuw product", "created_product", "Het product is aangemaakt", "updated_product", "Het product is gewijzigd", _s16_201, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_202, "Het product is hersteld", _s17_123, "Succesvol :count producten gearchiveerd", _s16_203, "Succesvol :count producten verwijderd", _s17_124, "Succesvol hersteld: waarde producten", "product_key", "Product", "notes", "Notities", "cost", "Kosten", "client", "Klant", "clients", "Klanten", "new_client", "Nieuwe klant", "created_client", "De klant is aangemaakt", "updated_client", "De klant is bijgewerkt", "archived_client", "De klant is gearchiveerd", _s16_204, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_205, "Succesvol hersteld: waarde klanten", "address1", "Straat", "address2", "Bus", "city", "Plaats", "state", "Provincie", "postal_code", "Postcode", "country", "Land", "invoice", "Factuur", "invoices", "Facturen", "new_invoice", "Nieuwe factuur", "created_invoice", "De factuur is aangemaakt", "updated_invoice", "De factuur is gewijzigd", _s16_206, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_207, "De factuur is hersteld", _s17_125, "Succesvol :count facturen gearchiveerd", _s16_208, "De :count facturen zijn verwijderd", _s17_126, "Succesvol hersteld: waarde facturen", "emailed_invoice", "De factuur is gemaild", "emailed_payment", "De betaling is per mail verstuurd", "amount", "Bedrag", "invoice_number", "Factuurnummer", "invoice_date", "Factuurdatum", "discount", "Korting", "po_number", "Bestelnummer", "terms", "Voorwaarden", "public_notes", "Publieke opmerkingen", "private_notes", "Prive notities", "frequency", "Frequentie", "start_date", "Startdatum", "end_date", "Einddatum", "quote_number", "Offertenummer", "quote_date", "Offertedatum", "valid_until", "Geldig tot", "items", "Artikelen", "partial_deposit", "Voorschot", "description", "Omschrijving", "unit_cost", "Eenheidsprijs", "quantity", "Aantal", "add_item", "Artikel toevoegen", "contact", "Contact", "work_phone", "Telefoon", "total_amount", "Totaal hoeveelheid", "pdf", "PDF", "due_date", "Vervaldatum", _s16_209, "Gedeeltelijke vervaldatum", "status", "Status", _s17_127, "Factuurstatus", "quote_status", "Offertestatus", _s22_59, "Klik op + om een artikel toe te voegen", _s22_61, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Seponeren", _s20_76, "Gelieve een datum selecteren", _s22_62, _s31_28, _s24_51, "Selecteer een factuur", "task_rate", "Taak tarief", "settings", "Instellingen", "language", "Taal", "currency", "Munteenheid", "created_at", "Aanmaakdatum", "created_on", "Aangemaakt op", "updated_at", "Bijgewerkt", "tax", "Belasting", _s30_17, "Gelieve een factuurnummer in te voeren", _s27_51, "Gelieve een offertenummer in te voeren", "past_due", "Verlopen", "draft", "Concept", "sent", "Verzonden", "viewed", "Bekeken", "approved", "Goedgekeurd", "partial", "Voorschot", "paid", "Betaald", "mark_sent", "Markeer als verzonden", _s22_64, "De factuur is gemarkeerd als verzonden", _s22_65, "Factuur succesvol gemarkeerd als verzonden", _s23_45, "Facturen gemarkeerd als verzonden", _s23_46, "Facturen succesvol gemarkeerd als verzonden", "done", "Klaar", _s37_18, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_53, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_211, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_213, "In afwachting", _s16_214, "Ongeldig", _s16_215, "Mislukt", _s16_216, "Voltooid", _s16_217, "Deels terugbetaald", _s16_218, "Gecrediteerd", _s17_128, "Niet toegepast", _s17_129, _s27_71, "net", "Betaaltermijn", "client_portal", "Klantenportaal", "show_tasks", "Toon taken", "email_reminders", "E-mail herinneringen", "enabled", "Ingeschakeld", "recipients", "Ontvangers", "initial_email", "Initi\xeble e-mail", "first_reminder", _s18_128, "second_reminder", _s18_129, "third_reminder", _s17_157, "reminder1", _s18_128, "reminder2", _s18_129, "reminder3", _s17_157, "template", "Sjabloon", "send", "Verstuur", "subject", "Onderwerp", "body", "Tekst", "send_email", "Verstuur e-mail", "email_receipt", "Mail betalingsbewijs naar de klant", "auto_billing", "Automatisch incasseren", "button", "Knop", "preview", "Voorbeeld", "customize", "Aanpassen", "history", "Geschiedenis", "payment", "Betaling", "payments", "Betalingen", "refunded", "Gecrediteerd", "payment_type", "Betalingswijze", _s21_85, "Transactie referentie", "enter_payment", "Voer betaling in", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_219, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_220, "De betaling is hersteld", _s17_130, "Succesvol :count betalingen gearchiveerd", _s16_221, "Succesvol :count betalingen verwijderd", _s17_131, "Succesvol hersteld: waarde betalingen", "quote", "Offerte", "quotes", "Offertes", "new_quote", "Nieuwe offerte", "created_quote", "De offerte is aangemaakt", "updated_quote", "De offerte is gewijzigd", "archived_quote", "De offerte is gearchiveerd", "deleted_quote", "De offerte is verwijderd", "restored_quote", "De offerte is hersteld", "archived_quotes", "Succesvol :count offertes gearchiveerd", "deleted_quotes", "Succesvol :count offertes verwijderd", "restored_quotes", "Succesvol hersteld: waarde offertes", "expense", "Uitgave", "expenses", "Uitgaven", "vendor", "Leverancier", "vendors", "Leveranciers", "task", "Taak", "tasks", "Taken", "project", "Project", "projects", "Projecten", "activity_1", ":user heeft klant :client aangemaakt", "activity_2", ":user heeft klant :client gearchiveerd", "activity_3", ":user heeft klant :client verwijderd", "activity_4", ":user heeft factuur :invoice aangemaakt", "activity_5", ":user heeft factuur :invoice bijgewerkt", "activity_6", ":user heeft factuur :invoice voor :client naar :contact verstuurd", "activity_7", ":contact heeft factuur :invoice voor :client bekeken", "activity_8", ":user heeft factuur :invoice gearchiveerd", "activity_9", ":user heeft factuur :invoice verwijderd", "activity_10", ":contact heeft betaling :payment van :payment_amount ingevoerd voor factuur :invoice voor :client", "activity_11", ":user heeft betaling :payment bijgewerkt", "activity_12", ":user heeft betaling :payment gearchiveerd", "activity_13", ":user heeft betaling :payment verwijderd", "activity_14", ":user heeft :credit krediet ingevoerd", "activity_15", ":user heeft :credit krediet bijgewerkt", "activity_16", ":user heeft :credit krediet gearchiveerd", "activity_17", ":user heeft :credit krediet verwijderd", "activity_18", ":user heeft offerte :quote aangemaakt", "activity_19", ":user heeft offerte :quote bijgewerkt", "activity_20", ":user heeft offerte :quote voor :client verstuurd naar :contact", "activity_21", ":contact heeft offerte :quote bekeken", "activity_22", ":user heeft offerte :quote gearchiveerd", "activity_23", ":user heeft offerte :quote verwijderd", "activity_24", ":user heeft offerte :quote hersteld", "activity_25", ":user heeft factuur :invoice hersteld", "activity_26", ":user heeft klant :client hersteld", "activity_27", ":user heeft betaling :payment hersteld", "activity_28", ":user heeft :credit krediet hersteld", "activity_29", ":contact heeft offerte :quote goedgekeurd voor :client", "activity_30", ":user heeft leverancier :vendor aangemaakt", "activity_31", ":user heeft leverancier :vendor gearchiveerd", "activity_32", ":user heeft leverancier :vendor verwijderd", "activity_33", ":user heeft leverancier :vendor hersteld", "activity_34", ":user heeft uitgave :expense aangemaakt", "activity_35", ":user heeft uitgave :expense gearchiveerd", "activity_36", ":user heeft uitgave :expense verwijderd", "activity_37", ":user heeft uitgave :expense hersteld", "activity_39", ":user heeft een a :payment_amount betaling geannuleerd :payment", "activity_40", ":user heeft :adjustment van een :payment_amount betaling :payment", "activity_41", "Betaling van :payment_amount mislukt (:payment)", "activity_42", ":user heeft taak :task aangemaakt", "activity_43", ":user heeft taak :task bijgewerkt", "activity_44", ":user heeft taak :task gearchiveerd", "activity_45", ":user heeft taak :task verwijderd", "activity_46", ":user heeft taak :task hersteld", "activity_47", ":user heeft uitgave :expense bijgewerkt", "activity_48", ":user heeft de gebruiker: :user aangemaakt", "activity_49", ":user heeft de gebruiker: :user aangepast", "activity_50", ":user heeft de gebruiker: :user gearchiveerd", "activity_51", ":user heeft de gebruiker: :user verwijderd", "activity_52", ":user heeft de gebruiker: :user hersteld", "activity_53", ":user heeft factuur :invoice als verstuurd gemarkeerd", "activity_54", ":user heeft ticket :ticket heropend", "activity_55", ":contact heeft op ticket :ticket gereageerd", "activity_56", ":user heeft ticket :ticket bekeken", "activity_57", "Systeem kon de factuur niet mailen :invoice", "activity_58", ":gebruiker heeft factuur :invoice teruggedraaid", "activity_59", ":gebruiker heeft factuur :invoice geannuleerd", "activity_60", ":contact heeft de offerte :quote bekeken", "activity_61", ":user heeft de klant :client aangepast", "activity_62", ":user heeft de leverancier :vendor gewijzigd", "activity_63", ":user heeft de eerste herinnering voor factuur :invoice naar :contact verzonden", "activity_64", ":user heeft de tweede herinnering voor factuur :invoice naar :contact verzonden", "activity_65", ":user heeft de derde herinnering voor factuur :invoice naar :contact verzonden", "activity_66", ":user heeft eindeloze herinneringen voor factuur :invoice naar :contact verzonden", "activity_80", ":user heeft abonnement :subscription aangemaakt", "activity_81", ":user heeft abonnement :subscription bijgewerkt", "activity_82", ":user heeft abonnement :subscription gearchiveerd", "activity_83", ":user heeft abonnement :subscription verwijderd", "activity_84", ":user heeft abonnement :subscription hersteld", _s17_132, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_78, "De offerte is gemarkeerd als verzonden", _s21_87, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteer", _s22_66, "Lang indrukken multiselect", "custom_value1", _s17_158, "custom_value2", _s17_158, "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_97, "Aangepaste Email Stijl", _s24_56, "Aangepast bericht Dashboard", _s29_37, "Aangepast bericht Onbetaalde Factuur", _s27_58, "Aangepast bericht Betaalde Factuur", _s31_18, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_64, "Taaknummer patroon", _s19_66, "Taaknummer teller", _s22_68, "Uitgave nummer patroon", _s22_70, "Uitgave nummer teller", _s21_88, "Leverancier nummer patroon", _s21_90, "Leverancier nummer teller", _s21_92, "Ticket nummer patroon", _s21_94, "Ticket nummer teller", _s22_72, "Betalingsnummer patroon", _s22_74, "Betalingsnummer teller", _s22_76, "Factuur nummer patroon", _s22_78, "Factuurnummerteller", _s20_79, "Offertenummer teller", _s20_81, "Offertenummerteller", _s21_96, _s21_117, _s21_98, _s20_96, _s21_100, _s21_117, _s21_101, _s20_96, _s18_99, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_57, "Gedeelde factuur offerte teller", _s18_101, "Standaard BTW naam 1", _s18_103, "Standaard BTW-tarief 1", _s18_105, "Standaard BTW naam 2", _s18_107, "Standaard BTW-tarief 2", _s18_109, "Standaard BTW naam 3", _s18_111, "Standaard BTW-tarief 3", _s21_102, "E-mail factuur onderwerp", _s19_68, "E-mail offerte onderwerp", _s21_104, "E-mail betaling onderwerp", _s29_39, "E-mail gedeeltelijke betalingsonderwerp", "show_table", "Weergeef als tabel", "show_list", "Weergeef als lijst", "client_city", "Klant stad", "client_state", "Klant provincie", "client_country", "Land van de klant", _s16_222, "Klant is actief", "client_balance", "Klanten balans", "client_address1", "Klant straat", "client_address2", "Klant apt/suite", "vendor_address1", "Leverancier straatnaam", "vendor_address2", "Leverancier Apt / Suite", _s24_58, "Klant leveringsadres", _s24_59, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_226, "Vervaldatum", "tax_rate1", "BTW-tarief 1", "tax_rate2", "BTW-tarief 2", "tax_rate3", "BTW-tarief 3", "auto_bill", "Automatische incasso", "archived_at", "Gearchiveerd op", "has_expenses", "Heeft uitgaves", "custom_taxes1", "Aangepaste Belastingen 1", "custom_taxes2", "Aangepaste Belastingen 2", "custom_taxes3", "Aangepaste Belastingen 3", "custom_taxes4", "Aangepaste Belastingen 4", _s17_134, _s20_92, _s17_135, _s20_93, _s17_136, _s20_94, _s17_137, _s20_95, "is_deleted", "Is verwijderd", "vendor_city", "Stad van de klant", "vendor_state", "Leverancier provincie", "vendor_country", "Land van de verkoper", "is_approved", "Is goedgekeurd", "tax_name", "Belasting naam", "tax_amount", "BTW", "tax_paid", "Betaalde Belasting", "payment_amount", "Betalingsbedrag", "age", "Leeftijd", "is_running", "Word uitgevoerd", "time_log", "Tijdschema", "bank_id", "Bank", _s19_70, "Uitgave categorie ID", _s16_227, _s16_264, _s19_72, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", _s20_97, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Colour", "secondary_color", "Secondary Colour", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localisation", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, "Data Visualisations", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "active clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Customer", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Unit/Suite", "city", "Town/Suburb", "state", "State", "postal_code", "Postcode", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "et", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_70, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\xdchendage", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "N\xf5ustu", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Makseseaded", "default", "Vaikimisi", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Lisa L\xfc\xfcs", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Lisa arvele :invoice", _s17_11, _s17_12, "week", "N\xe4dal", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Arve Valuuta", "range", "Vahemik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Loo projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Arve summas :amount viivis oleks :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Kinnita", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Tavaline", "large", "Large", "extra_large", "V\xe4ga suur", _s16_17, "Kuva PDF-i eelvaade", _s21_20, "Kuva PDF-i eelvaade arvete redigeerimise ajal", "print_pdf", "Prindi PDF", "remind_me", "Tuleta mulle meelde", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Peida eelvaade", "edit_record", "Redigeeri kirjet", _s27_9, "Ettemaksusumma ei tohi olla suurem kui arve summa", "giropay", "GiroPay", "direct_debit", "Otsekorraldusega", _s21_21, "Palun m\xe4\xe4ra konto parool", "set_password", "Sea Salas\xf5na", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Eelvolitatud deebetmaksed", "becs", "BECS otsekorraldus", "bulk_download", "Lae alla", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Kliendi postiindeks", _s17_16, "Kliendi KMKR number", "has_tasks", "Has Tasks", "registration", "Registreerimine", _s27_10, "Volitage Stripe v\xf5rgumakseid vastu v\xf5tma.", "view_expense", "Vaadake kulu # :expense", "view_statement", "Vaata aruannet", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "V\xe4rskendage k\xf5iki kirjeid", "system", "S\xfcsteem", _s19_15, "M\xe4\xe4rake vaikeettev\xf5te", "updated_company", "Ettev\xf5tte v\xe4rskendamine \xf5nnestus", "kbc", "KBC", "bancontact", "Blokeeri kontakt", _s19_17, "Aidake meil t\xe4iustada, \xf6elge meile p\xf5hjus (valikuline)", "webhook_success", "Webhook Success", _s24_16, "K\xf5ik \xfclesanded peavad kuuluma samale kliendile", _s27_11, "K\xf5ik kulud peavad kuuluma samale kliendile", "app", "Rakendus", _s20_25, "Parima suutlikuse saavutamiseks laadige alla rakendus :app", _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Kellelt Nimi", _s16_23, "Klooni kuluks", _s17_19, "Korduva kulu", _s18_19, "Korduvad kulud", _s21_22, "Uus Korduv kulu", _s22_27, "Redigeeri Korduv kulu", _s25_3, "Korduva kulu loomine \xf5nnestus", _s25_4, "Korduva kulu v\xe4rskendamine \xf5nnestus", _s26_4, "Korduva kulu arhiveerimine \xf5nnestus", _s25_5, "Projekti kustutamine \xf5nnestus", _s25_6, _s38_2, _s26_5, "Korduva kulu taastamine \xf5nnestus", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Viimase saatmise kuup\xe4ev", "include_drafts", "Kaasa mustandid", _s19_19, "Kaasake aruannetesse kirjete mustandid", "is_invoiced", "Is Invoiced", "change_plan", "Muuda plaani", "persist_data", "Persist Data", "customer_count", "Klientide arv", _s16_24, "Kinnitage kliendid", _s16_26, _s16_27, _s28_2, "Google Analyticsi j\xe4lgimise ID", "decimal_comma", "K\xfcmnendkoma", _s26_6, "Kasutage vormides koma k\xfcmnendkohana", "select_method", "Valige meetod", "select_platform", "Valige Platvorm", _s28_4, "Kasutage Gmailiga \xfchenduse loomiseks veebirakendust", _s16_28, "Kauba maksum\xe4\xe4rad on keelatud", "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Kasutusjuhend", _s18_21, "Lisa teine \u200b\u200bkontakt", "previous_page", "Eelmine leht", "next_page", "J\xe4rgmine leht", "export_colors", "Ekspordi v\xe4rve", "import_colors", "Impordi v\xe4rve", "clear_all", "Puhasta k\xf5ik", "contrast", "Kontrast", "custom_colors", "Kohandatud v\xe4rvid", "colors", "V\xe4rvid", _s31_4, "K\xfclgriba aktiivne taustav\xe4rv", _s25_9, "K\xfclgriba aktiivne fondiv\xe4rv", _s33_5, "K\xfclgriba mitteaktiivne taustav\xe4rv", _s27_12, "K\xfclgriba passiivne fondi v\xe4rv", _s36_3, "Tabeli alternatiivse rea taustav\xe4rv", _s31_6, "Arve p\xe4ise taustav\xe4rv", _s25_11, "Arve p\xe4ise fondi v\xe4rv", "net_subtotal", "Neto kokku", "review_app", "Vaadake rakendus \xfcle", "check_status", "Kontrolli olekut", "free_trial", "Tasuta prooviversioon", _s23_12, "Pro-paketi prooviperiood l\xf5peb :count p\xe4eva p\xe4rast, kl\xf5psake versiooniuuendamiseks.", _s21_24, "T\xe4na on Pro-paketi prooviversiooni viimane p\xe4ev, kl\xf5psake versiooniuuendamiseks.", "change_email", "Muuda meiliaadressi", _s25_13, _s52_, _s21_25, "Portaalis kuvatud \xfclesanded", "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Impordi Andmed", "import_settings", "Impordi s\xe4tted", _s17_21, "Esitage JSON-fail", _s19_20, "Valige importimiseks seaded ja/v\xf5i andmed", "json", "JSON", _s24_19, "\xdchtegi makset\xfc\xfcpi pole lubatud", "wait_for_data", "Palun oodake andmete laadimise l\xf5petamist", "net_total", "Netosumma", "has_taxes", "On maksud", _s16_29, "Impordi kliendid", _s18_23, "Klientide importimine algas edukalt", "login_success", "Sisselogimine \xf5nnestus", "login_failure", "Sisselogimine eba\xf5nnestus", "exported_data", "Kui fail on valmis, saate allalaadimislingiga meili", _s23_13, "Sisaldab kustutatud kliente", _s28_6, "Laadige kustutatud klientidele kuuluvad kirjed", "step_1_sign_in", "1. samm: logige sisse", _s16_32, "2. samm: autoriseerimine", "account_id", "Konto ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, "N\xe4ita \xfclesande l\xf5ppkuup\xe4eva", _s23_15, "Lubage \xfclesande l\xf5ppkuup\xe4eva m\xe4\xe4ramine", "gateway_setup", "Gateway Setup", "preview_sidebar", "K\xfclgriba eelvaade", _s16_33, "N\xe4idatud aastate andmed", _s18_26, "K\xf5ik seansid on edukalt l\xf5ppenud", _s16_35, "L\xf5petage k\xf5ik seansid", "count_session", "1 seanss", "count_sessions", ":count seansse", "invoice_created", "Arve loodud", "quote_created", "Hinnapakkumine loodud", "credit_created", "Ettemaks loodud", "pro", "Pro", "enterprise", "Ettev\xf5te", "last_updated", "Viimati uuendatud", "invoice_item", "Arve \xfcksus", "quote_item", "Hinnapakkumise \xfcksus", _s18_27, "Kontakti Eesnimi", _s17_23, "Kontakti Perekonnanimi", "order", "Telli", "unassigned", "M\xe4\xe4ramata", "partial_value", "Peab olema suurem kui null ja v\xe4iksem kui kogusumma", "search_kanban", _s16_267, "search_kanbans", _s16_267, "kanban", "Kanban", "enable", "Luba", "move_top", "Liigu \xfcles", "move_up", "Liigu \xfcles", "move_down", "Liigu alla", "move_bottom", "Liigu alla", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "On vaadatud", "letter", "Kiri", "legal", "Juriidiline", "page_layout", "Lehe kujundus", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "Arve tasumise tingimused", _s17_27, "Pakkumine kehtib kuni", "no_headers", "P\xe4ised puuduvad", "add_header", "Lisa p\xe4is", "remove_header", "Eemalda p\xe4is", "return_url", "Return URL", "rest_method", "REST meetod", "header_key", "Header Key", "header_value", "P\xe4ise v\xe4\xe4rtus", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo allahindlus", _s18_31, "Luba t\xfchistamine", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Prooviversioon lubatud", "trial_duration", "Prooviperioodi kestus", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Tagastamisperiood", _s21_32, _s21_33, "purchase_page", "Ostu leht", "security", "Turvalisus", "email_bounced", "E-post p\xf5rkus tagasi", _s20_28, "R\xe4mpsposti kaebus", "email_delivery", "E-posti teel kohaletoimetamine", _s16_39, _s16_40, "pdf_response", "PDF vastus", _s22_29, "Autentimise eba\xf5nnestumine", "pdf_failed", "PDF eba\xf5nnestus", "pdf_success", "PDF \xf5nnestus", "modified", "Muudetud", "subscription", "Subscription", "subscriptions", "Tellimused", _s16_41, _s16_42, _s17_29, "Redigeeri tellimust", _s20_29, "Tellimuse loomine \xf5nnestus", _s20_30, "Tellimuse v\xe4rskendamine \xf5nnestus", _s21_34, "Tellimuse arhiveerimine \xf5nnestus", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Saada kutse uuesti", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "Kahefaktoriline autentimine edukalt rakendatud", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Kaheastmeline Autentimine", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Tagastatud makse", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "See kvartal", "last_quarter", "Viimane kvartal", "to_update_run", "To update run", _s18_39, "Muuda Arveks", _s16_54, "Registreerimise URL", "invoice_project", "Arve projekt", "invoice_task", "Koosta \xfclesande arve", "invoice_expense", "Arve kulu", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Salvesta ja eelvaade", "save_and_email", "Salvesta ja saada meil", _s16_58, _s16_59, _s16_60, "Konverteeritud summa", _s17_38, "Konverteeritud saldo", _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "On saadetud", _s17_40, "Vaikimisi Dokumendid", "document_upload", "Dokumendi \xfcleslaadimine", _s20_35, "V\xf5imaldab klientidel dokumente \xfcles laadida", "expense_total", "Kulud kokku", "enter_taxes", "Sisestage Maksud", "by_rate", "By Rate", "by_amount", "Summa j\xe4rgi", "enter_amount", "Sisesta summa", "before_taxes", "Enne makse", "after_taxes", "Peale makse", "color", "V\xe4rv", "show", "N\xe4ita", "hide", "Peida", "empty_columns", "T\xfchjad veerud", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Viimased \xfclesanded", "recent_expenses", "Viimased kulud", _s17_42, "Eelseisvad kulud", "update_app", "V\xe4rskenda rakendust", "started_import", "Impordi alustamine \xf5nnestus", _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Tulp", "sample", "N\xe4idis", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", "Valige fail", _s16_62, _s16_63, "csv_file", "CSV fail", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML re\u017eiim", "html_mode_help", "V\xe4rskenduste eelvaade on kiirem, kuid v\xe4hem t\xe4pne", "view_licenses", "Vaadake litsentse", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Kinnitamiseks tippige ":value".', "purge", "Purge", "service", "Teenus", "clone_to", "Kloonida", "clone_to_other", "Clone to Other", "labels", "Sildid", "add_custom", "Lisa kohandatud", "payment_tax", "Payment Tax", "unpaid", "Maksmata", "white_label", "White Label", "delivery_note", "Saateleht", _s24_26, "Saadetud arved on lukus", _s24_28, "Tasutud arved on lukus", "source_code", "Source Code", "app_platforms", "Rakenduste platvormid", "invoice_late", "Arve Hilinenud", "quote_expired", "Hinnapakkumine aegunud", "partial_due", "Osaline t\xe4htaeg", "invoice_total", "Arve kokku", "quote_total", "Hinnapakkumine kokku", "credit_total", "Ettemakse kokku", _s23_19, "Arve kokku", "actions", "Tegevused", "expense_number", "Kulu number", "task_number", "\xdclesande number", "project_number", "Projekti number", "project_name", "Projekti nimi", "warning", "Hoiatus", "view_settings", "Kuva Seaded", _s24_30, "Hoiatus: see ettev\xf5te pole veel aktiveeritud", "late_invoice", "Hilinenud arve", "expired_quote", "Aegunud hinnapakkumine", "remind_invoice", "Tuleta meelde arvet", "cvv", "CVV", "client_name", "Kliendi Nimi", "client_phone", "Kliendi telefon", "required_fields", "n\xf5utud v\xe4ljad", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Olek", "task_statuses", "\xdclesande olekud", "new_task_status", "Uus \xfclesande olek", _s16_64, "Redigeeri \xfclesande olekut", _s19_30, "\xdclesande olek on edukalt loodud", _s19_31, "\xdclesande staatus edukalt uuendatud", _s20_38, "\xdclesande olek on edukalt arhiveeritud", _s19_32, "\xdclesande olek on edukalt kustutatud", _s19_33, "\xdclesande olek on edukalt eemaldatud", _s20_39, "\xdclesande olek on edukalt taastatud", _s22_35, ":value \xfclesannete olekute arhiveerimine \xf5nnestus", _s21_43, ":value \xfclesannete olekute kustutamine \xf5nnestus", _s22_36, ":value \xfclesannete olekute taastamine \xf5nnestus", _s18_43, _s20_40, _s20_41, "Otsi :count \xfclesande olekuid", _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, "Olekute seadistamine", "task_settings", "\xdclesande seaded", _s20_46, _s20_47, _s18_46, "Kulukategooriad", _s20_48, "Uus kulukategooria", _s21_46, _s21_47, _s24_31, "Kulukategooria loomine \xf5nnestus", _s24_32, "Kulukategooria v\xe4rskendamine \xf5nnestus", _s25_20, "Kulukategooria arhiiveerimine \xf5nnestus", _s24_33, "Kategooria edukalt kustutatud", _s24_34, "Kulukategooria eemaldamine \xf5nnestus", _s25_21, "Kulukategooria edukalt taastatud", _s27_23, "Edukalt arhiveeritud :count kulukategooriat", _s26_12, "Kulude :value kategooriad edukalt kustutatud", _s27_24, "Kulude :value kategooriad edukalt taastatud", _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "N\xe4ita valikut", _s22_37, _s50_8, "view_changes", "Kuva muudatused", "force_update", "Sunniviisiline uuendus", _s17_48, "Kasutate uusimat versiooni, kuid saadaval v\xf5ib olla ootel parandusi.", "mark_paid_help", "J\xe4lgige, et kulu on tasutud", _s18_48, "Tuleks esitada arve", _s23_21, _s33_23, _s29_8, "Tee dokumendid n\xe4htavaks", _s21_50, "M\xe4\xe4rake vahetuskurss", _s16_68, "Kuluseaded", _s18_49, "Klooni korduvasse", "crypto", "Kr\xfcpto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Kasutaja v\xe4li", "variables", "Muutujad", "show_password", "N\xe4ita parooli", "hide_password", "Peida parool", "copy_error", "Kopeerimise viga", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Maksud kokku", "line_taxes", "Rea maksud", "total_fields", "V\xe4ljad kokku", _s25_24, "Korduva arve peatamine \xf5nnestus", _s25_25, "Korduva arve esitamine \xf5nnestus", _s25_26, "Korduva arve esitamise j\xe4tkamine \xf5nnestus", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "T\xe4htaeg", "paused", "Peatatud", "mark_active", "M\xe4rgi aktiivseks", "day_count", "P\xe4ev :count", _s22_38, "Kuu esimene p\xe4ev", _s21_51, "Kuu viimane p\xe4ev", _s17_51, "Kasutage maksetingimusi", "endless", "L\xf5putu", "next_send_date", "J\xe4rgmise saatmise kuup\xe4ev", _s16_70, "\xdclej\xe4\xe4nud ts\xfcklid", _s17_53, "Perioodiline Arve", _s18_51, "Perioodilised Arved", _s21_53, "Uus Perioodiline Arve", _s22_40, "Redigeeri korduv arvet", _s25_27, "Korduv arve on edukalt loodud", _s25_28, "Korduva arve v\xe4rskendamine \xf5nnestus", _s26_13, "Kordusarve edukalt arhiveeritud", _s25_29, "Kordusarve edukalt kustutatud", _s25_30, "Korduva arve eemaldamine \xf5nnestus", _s26_14, "Kordusarve edukalt taastatud", _s27_25, ":value korduvad arved on edukalt arhiveeritud", _s26_15, ":value korduvad arved on edukalt kustutatud", _s27_26, ":value korduvad arved on edukalt taastatud", _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Kasum", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Testire\u017eiim", "opened", "Avatud", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Saada meil", _s17_55, _s17_56, "failure", "Eba\xf5nnestumine", "quota_exceeded", "Kvoot \xfcletatud", _s16_72, _s16_73, "system_logs", "S\xfcsteemi logid", "view_portal", "Vaata portaali", "copy_link", "Kopeeri link", "token_billing", "Salvestage kaardi andmed", _s24_37, "Tere tulemast Invoice Ninjasse", "always", "Alati", "optin", "Opt-In", "optout", "Opt-Out", "label", "Silt", "client_number", "Kliendi Number", "auto_convert", _s23_54, "company_name", "Ettev\xf5tte nimi", "reminder1_sent", "1. meeldetuletus saadetud", "reminder2_sent", "2. meeldetuletus saadetud", "reminder3_sent", "3. meeldetuletus saadetud", _s18_55, "Viimati saadetud meeldetuletus", "pdf_page_info", "Lehek\xfclg :current :total", _s16_74, "Arved edukalt meili teel saadetud", "emailed_quotes", "Hinnapakkumised edukalt meili teel saadetud", "emailed_credits", "Ettemakse on meili teel edukalt saadetud", "gateway", "L\xfc\xfcs", "view_in_stripe", "Waata Stripe'is", "rows_per_page", "Ridu lehek\xfclje kohta", "hours", "Tundi", "statement", "Aruanne", "taxes", "Maksud", "surcharge", "Surcharge", "apply_payment", "Rakenda makse", "apply_credit", "Kasuta ettemaksu", "apply", "Rakenda", "unapplied", "Rakendamata", "select_label", "Vali Silt", "custom_labels", "Kohandatud sildid", "record_type", "Kirje t\xfc\xfcp", "record_name", "Kirje nimi", "file_type", "Faili t\xfc\xfcp", "height", "K\xf5rgus", "width", "Laius", "to", "Kellele", "health_check", "Health Check", "payment_type_id", "Makse T\xfc\xfcp", "last_login_at", "Viimane sisselogimine", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", "Lubage kolmandate osapoolte rakendustel arveid luua", "client_created", "Klient loodud", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "L\xf5petatud", "gross", "Bruto", "net_amount", "Neto kogus", "net_balance", "Neto j\xe4\xe4k", "client_settings", "Kliendi seaded", _s17_57, "Valitud arved", _s17_59, "Valitud maksed", "selected_quotes", "Valitud hinnapakkumised", "selected_tasks", "Valitud \xfclesanded", _s17_61, "Valitud kulud", _s17_63, "Eesseisvad arved", _s17_65, "T\xe4htaja \xfcletanud arved", "recent_payments", "Hiljutised Maksed", "upcoming_quotes", "Eesseisvad Pakkumused", "expired_quotes", "Aegunud hinnapakkumised", "create_client", "Loo Klient", "create_invoice", "Loo Arve", "create_quote", "Loo Pakkumus", "create_payment", "Create Payment", "create_vendor", "Loo hankija", "update_quote", "V\xe4rskenda hinnapakkumist", "delete_quote", "Kustuta Pakkumus", "update_invoice", "Uuenda arvet", "delete_invoice", "Kustuta Arve", "update_client", "Uuenda klienti", "delete_client", "Kustuta Klient", "delete_payment", "Kustuta Makse", "update_vendor", "V\xe4rskenda tarnijat", "delete_vendor", "Kustuta tarnija", "create_expense", "Loo kulu", "update_expense", "V\xe4rskenda kulusid", "delete_expense", "Kustuta kulud", "create_task", "Loo \xdclesanne", "update_task", "V\xe4rskenda \xfclesannet", "delete_task", "Kustuta \xdclesanne", "approve_quote", "Kinnita pakkumine", "off", "Off", "when_paid", "Kui makstud", "expires_on", "Aegub", "free", "Tasuta", "plan", "Pakett", "show_sidebar", "Kuva k\xfclgriba", "hide_sidebar", "Peida k\xfclgriba", "event_type", "Event Type", "target_url", "Sihtm\xe4rk", "copy", "Kopeeri", "must_be_online", "P\xe4rast Interneti \xfchenduse loomist taask\xe4ivitage rakendus", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenid", "api_docs", "API Docs", "search_tokens", "Otsi :count token", "search_token", "Otsi 1 Token", "token", "Token", "tokens", "Tokenid", "new_token", "Uus Token", "edit_token", "Redigeeri Tokenit", "created_token", "Token edukalt loodud", "updated_token", "Token edukalt v\xe4rskendatud", "archived_token", "Tokeni arhiveerimine \xf5nnestus", "deleted_token", "Token edukalt kustutatud", "removed_token", "Token on edukalt eemaldatud", "restored_token", "Token edukalt taastatud", "archived_tokens", ":value tokenit edukalt arhiveeritud", "deleted_tokens", ":value tokenit edukalt kustutatud", "restored_tokens", ":value tokenit edukalt taastatud", _s19_37, "Kliendi registreerimine", _s24_39, "V\xf5imaldab klientidel end portaalis registreerida", _s21_55, "Kohanda ja eelvaade", "email_invoice", "Saada Arve", "email_quote", "Hinnapakkumine e-posti", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, "Kliendil pole e-posti aadressi m\xe4\xe4ratud", "ledger", "Pearaamat", "view_pdf", "Vaata PDF-i", "all_records", "K\xf5ik kirjed", "owned_by_user", "Kasutaja omanduses", _s16_80, "J\xe4relej\xe4\xe4nud ettemakse", "contact_name", "Kontaktisiku nimi", "use_default", "Kasuta vaikeseadet", _s16_82, "L\xf5putud meeldetuletused", "number_of_days", "P\xe4evade arv", _s23_24, "Seadistage maksetingimused", "payment_term", "Maksetingimus", _s16_83, "Uus maksetingimus", _s17_71, "Muuda makset\xe4htaega", _s20_57, "Maksetingimus edukalt loodud", _s20_58, "Maksetingimus edukalt uuendatud", _s21_56, "Maksetingimus edukalt arhiveeritud", _s20_59, "Maksetingimus edukalt kustutatud", _s20_60, "Maksetingimus edukalt eemaldatud", _s21_57, "Maksetingimus edukalt taastatud", _s22_45, ":value maksetingimused edukalt arhiveeritud", _s21_58, ":value maksetingimused edukalt kustutatud", _s22_46, ":value maksetingimused edukalt taastatud", "email_sign_in", "Logige sisse e-postiga", "change", "Muuda", _s23_26, "Kas muuta mobiilipaigutust?", _s24_40, "Kas muuta t\xf6\xf6laua paigutust?", "send_from_gmail", "Saada Gmailist", "reversed", "Reversed", "cancelled", "T\xfchistatud", "credit_amount", "Krediidi summa", "quote_amount", "Pakkumise summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Peida men\xfc\xfc", "show_menu", "Kuva men\xfc\xfc", _s18_57, _s20_98, _s16_85, "Otsi dokumente", "search_designs", "Otsi disaine", "search_invoices", "Otsi arveid", "search_clients", "Otsi kliente", "search_products", "Otsi tooteid", "search_quotes", "Otsi hinnapakkumisi", "search_credits", "Otsi ettemakseid", "search_vendors", "Otsi tarnijaid", "search_users", "Otsi kasutajaid", _s16_86, "Otsi maksum\xe4\xe4rasid", "search_tasks", "Otsi \xfclesandeid", "search_settings", "Otsige seadeid", "search_projects", "Otsi projekte", "search_expenses", "Otsi kulusid", "search_payments", "Otsi makseid", "search_groups", "Otsi gruppe", "search_company", "Otsi ettev\xf5tet", "search_document", "Otsi 1 dokumenti", "search_design", "Otsi 1 Disain", "search_invoice", "Otsi 1 Arve", "search_client", "Otsi 1 klienti", "search_product", "Otsi 1 toodet", "search_quote", "Otsi 1 hinnapakkumist", "search_credit", "Otsi 1 ettemakset", "search_vendor", "Otsi 1 tarnijat", "search_user", "Otsi 1 kasutajat", "search_tax_rate", "Otsi 1 Maksum\xe4\xe4r", "search_task", "Search 1 Tasks", "search_project", "Otsi 1 projekti", "search_expense", "Otsi 1 kulu", "search_payment", "Otsi 1 Makset", "search_group", "Otsi 1 r\xfchmast", "refund_payment", "Tagasimakse", _s17_75, "Arve t\xfchistamine \xf5nnestus", _s18_59, "Arvete t\xfchistamine \xf5nnestus", _s16_92, "Arve t\xfchistati edukalt", _s17_76, "Arved t\xfchistati edukalt", "reverse", "T\xfchista", "full_name", "T\xe4isnimi", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Esimene Kohandatud", "custom2", "Teine Kohandatud", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Valikuline", "license", "Litsents", "purge_data", "Puhasta Andmed", _s16_93, _s32_10, _s18_60, "Hoiatus: see kustutab teie andmed j\xe4\xe4davalt, tagasi v\xf5tta ei saa.", "invoice_balance", "Arve saldo", "age_group_0", "0 - 30 P\xe4eva", "age_group_30", "30 - 60 P\xe4eva", "age_group_60", "60 - 90 P\xe4eva", "age_group_90", "90 - 120 P\xe4eva", "age_group_120", "120+ P\xe4eva", "refresh", "V\xe4rskenda", "saved_design", "Kujundus salvestati edukalt", "client_details", "Kliendi \xfcksikasjad", "company_address", "Ettev\xf5tte aadress", "invoice_details", "Arve \xdcksikasjad", "quote_details", "Hinnapakkumise \xfcksikasjad", "credit_details", "Ettemaksu \xfcksikasjad", "product_columns", "Toote veerud", "task_columns", "\xdclesande veerud", "add_field", "Lisa v\xe4li", "all_events", "K\xf5ik s\xfcndmused", "permissions", "\xd5igused", "none", "Mitte \xfchtegi", "owned", "Owned", "payment_success", "Makse \xf5nnestumine", "payment_failure", "Makse eba\xf5nnestumine", "invoice_sent", ":count arve saadetud", "quote_sent", "Hinnapakkumine on saadetud", "credit_sent", "Ettemakse on saadetud", "invoice_viewed", "Arvet on vaadatud", "quote_viewed", "Hinnapakkumist on vaadatud", "credit_viewed", "Ettemakset on vaadatud", "quote_approved", "Hinnapakkumine heaks kiidetud", _s25_33, "Saa k\xf5ik teated", _s16_94, _s16_95, "apply_license", "Rakenda litsents", "cancel_account", "Kustuta Konto", _s22_47, "Hoiatus: See kustutab j\xe4\xe4davalt teie konto, ennistamis v\xf5imalus puudub.", "delete_company", "Kustuta Ettev\xf5te", _s22_48, "Hoiatus: see kustutab teie ettev\xf5tte j\xe4\xe4davalt ja seda ei saa tagasi v\xf5tta.", "enabled_modules", "Lubatud moodulid", "converted_quote", "Hinnapakkumine on edukalt teisendatud", "credit_design", "Credit Design", "includes", "Sisaldab", "header", "P\xe4is", "load_design", "Lae Kujundus", "css_framework", "CSS Framework", "custom_designs", "Kohandatud kujundused", "designs", "Kujundus", "new_design", "Uus kujundus", "edit_design", "Redigeeri kujundust", "created_design", "Kujundus on edukalt loodud", "updated_design", "Kujundus on edukalt uuendatud", "archived_design", "Kujundus on edukalt arhiveeritud", "deleted_design", "Kujundus on edukalt kustutatud", "removed_design", "Kujundus on edukalt eemaldatud", "restored_design", "Kujundus on edukalt taastatud", _s16_96, ":value kujundust edukalt arhiveeritud", "deleted_designs", ":value kujundust edukalt kustutatud", _s16_97, ":value kujundust edukalt taastatud", "proposals", "Pakkumised", "tickets", "Piletid", _s16_98, "Perioodilised Pakkumised", "recurring_tasks", "Korduvad \xfclesanded", _s18_61, "Konto Haldus", "credit_date", "Krediidi kuup\xe4ev", "credit", "Krediit", "credits", "Krediidid", "new_credit", "Sisesta krediit", "edit_credit", "Redigeeri ettemaksu", "created_credit", "Ettemaksu loomine \xf5nnestus", "updated_credit", "Ettemakse uuendamine \xf5nnestus", "archived_credit", "Ettemaksu arhiveerimine \xf5nnestus", "deleted_credit", "Ettemaksu kustutamine \xf5nnestus", "removed_credit", "Ettemaksu eemaldamine \xf5nnestus", "restored_credit", "Ettemakse taastamine \xf5nnestus", _s16_100, ":count ettemakset on edukalt arhiveeritud", "deleted_credits", ":count ettemakset on edukalt kustutatud", _s16_101, ":value ettemakset edukalt taastatud", "current_version", "Praegune versioon", "latest_version", "Uusim versioon", "update_now", "Uuendage kohe", _s26_21, "Saadaval on veebirakenduse uus versioon", _s16_102, "Uuendus saadaval", "app_updated", "Uuendus edukalt l\xf5pule viidud", "learn_more", "Rohkem teavet", "integrations", "Integrations", "tracking_id", "J\xe4lgimise ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Ettemaksu tingimused", "new_company", "Uus Ettev\xf5te", "added_company", "Ettev\xf5te on edukalt lisatud", "company1", "Kohandatud ettev\xf5te 1", "company2", "Kohandatud ettev\xf5te 2", "company3", "Kohandatud ettev\xf5te 3", "company4", "Kohandatud ettev\xf5te 4", "product1", "Kohandatud toode 1", "product2", "Kohandatud toode 2", "product3", "Kohandatud toode 3", "product4", "Kohandatud toode 4", "client1", "Kohandatud klient 1", "client2", "Kohandatud klient 2", "client3", "Kohandatud klient 3", "client4", "Kohandatud klient 4", "contact1", "Kohandatud kontakt 1", "contact2", "Kohandatud kontakt 2", "contact3", "Kohandatud kontakt 3", "contact4", "Kohandatud kontakt 4", "task1", "Kohandatud \xfclesanne 1", "task2", "Kohandatud \xfclesanne 2", "task3", "Kohandatud \xfclesanne 3", "task4", "Kohandatud \xfclesanne 4", "project1", "Kohandatud projekt 1", "project2", "Kohandatud projekt 2", "project3", "Kohandatud projekt 3", "project4", "Kohandatud projekt 4", "expense1", "Kohandatud kulu 1", "expense2", "Kohandatud kulu 2", "expense3", "Kohandatud kulu 3", "expense4", "Kohandatud kulu 4", "vendor1", "Kohandatud tarnija 1", "vendor2", "Kohandatud tarnija 2", "vendor3", "Kohandatud tarnija 3", "vendor4", "Kohandatud tarnija 4", "invoice1", "Kohandatud arve 1", "invoice2", "Kohandatud arve 2", "invoice3", "Kohandatud arve 3", "invoice4", "Kohandatud arve 4", "payment1", "Kohandatud makse 1", "payment2", "Kohandatud makse 2", "payment3", "Kohandatud makse 3", "payment4", "Kohandatud makse 4", "surcharge1", _s21_118, "surcharge2", _s21_119, "surcharge3", _s21_120, "surcharge4", _s21_121, "group1", "Kohandatud r\xfchm 1", "group2", "Kohandatud r\xfchm 2", "group3", "Kohandatud r\xfchm 3", "group4", "Kohandatud r\xfchm 4", "reset", "L\xe4htesta", "number", "Number", "export", "Eksport", "chart", "Diagramm", "count", "Kogus", "totals", "Kokkuv\xf5tted", "blank", "T\xfchi", "day", "P\xe4ev", "month", "Kuu", "year", "Aasta", "subgroup", "Subgroup", "is_active", "On Aktiivne", "group_by", "Grupeeri", "credit_balance", "Kreediidi saldo", _s18_67, "Kontakti viimane sisselogimine", _s17_83, "Kontakti t\xe4isnimi", "contact_phone", "Kontakt Telefon", _s21_59, "Kontakti kohandatud v\xe4\xe4rtus 1", _s21_60, "Kontakti kohandatud v\xe4\xe4rtus 2", _s21_61, "Kontakti kohandatud v\xe4\xe4rtus 3", _s21_62, "Kontakti kohandatud v\xe4\xe4rtus 4", _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, "Saatmise postiindeks", _s16_132, "Tarneriik", _s16_134, "Arvelduse t\xe4nav", _s16_135, "Arvelduse korter/sviit", "billing_city", "Arvelduse linn", "billing_state", "Arvelduse maakond", _s19_40, _s19_41, "billing_country", "Arveldusriik", "client_id", "Kliendi ID", "assigned_to", "M\xe4\xe4ratud", "created_by", "Loonud :name", "assigned_to_id", "M\xe4\xe4ratud Id'le", "created_by_id", "Loodud Id poolt", "add_column", "Lisa veerg", "edit_columns", "Muuda veerge", "columns", "Tulbad", "aging", "Aging", "profit_and_loss", "Kasum ja Kahjum", "reports", "Raportid", "report", "Raport", "add_company", "Lisa Ettev\xf5te", "unpaid_invoice", "Tasutama Arve", "paid_invoice", "Tasutud Arve", _s16_136, "Kinnitamata Pakkumus", "help", "Abi", "refund", "Tagasimakse", "refund_date", "Tagastamise kuup\xe4ev", "filtered_by", "Filtreeritud", "contact_email", "Kontakt e-posti aadress", "multiselect", "Mitmikvalimine", "entity_state", "Maakond", "verify_password", "Kinnita parool", "applied", "Rakendatud", _s21_63, "Kaasake hiljutised vead logidest", _s30_8, "Saime teie s\xf5numi k\xe4tte ja proovime kiiresti vastata.", "message", "S\xf5num", "from", "Kellet", _s20_63, "Kuva toote \xfcksikasjad", _s25_35, "Lisage toote rippmen\xfc\xfcsse kirjeldus ja maksumus", _s20_65, "PDF-i renderdaja n\xf5uab versiooni :version", _s18_70, "Reguleerige viivise protsenti", _s23_28, "Viivise arvestamiseks kohandage protsenti", _s18_72, _s18_73, "support_forum", "Tugifoorum", "about", "About", "documentation", "Dokumentatsioon", "contact_us", "V\xf5ta \xdchendust", "subtotal", "Kokku", "line_total", "Summa", "item", "Kirje", "credit_email", "Credit Email", "iframe_url", "Koduleht", "domain_url", "Domeeni URL", _s21_64, "Parool on liiga l\xfchike", _s20_66, "Parool peab sisaldama suurt\xe4hti ja numbrit", _s19_42, "Kliendiportaali \xfclesanded", _s23_29, _s23_30, _s20_67, "Palun sisestage v\xe4\xe4rtus", "deleted_logo", "Logo kustutamine \xf5nnestus", "yes", "Jah", "no", "Ei", "generate_number", "Loo number", "when_saved", "Kui salvestatud", "when_sent", "Kui saadetud", "select_company", "Valige ettev\xf5te", "float", "Float", "collapse", "Ahenda", "show_or_hide", "N\xe4ita/Peida", "menu_sidebar", "Men\xfc\xfc K\xfclgriba", "history_sidebar", "Ajaloo k\xfclgriba", "tablet", "Tahvelarvuti", "mobile", "Mobiil", "desktop", "Desktop", "layout", "Paigutus", "view", "Vaata", "module", "Moodul", "first_custom", "Esimene kohandatud", "second_custom", "Teine kohandatud", "third_custom", "Kolmas kohandatud", "show_cost", "N\xe4ita maksumust", _s17_88, "N\xe4ita toote maksumust", "show_cost_help", "Lisav\xe4\xe4rtuse/kasumi j\xe4lgimiseks kuvage tootekulu v\xe4li", _s21_65, "N\xe4ita toote kogust", _s26_23, "Kuvage toote koguse v\xe4li, muidu vaikimisi \xfcks", _s21_67, "N\xe4ita arve kogust", _s26_24, "Kuvage rea\xfcksuse koguse v\xe4li, muul juhul vaikimisi \xfcks", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Vaikimisi kogus", _s21_71, "M\xe4\xe4rake rea artikli koguseks automaatselt \xfcks", "one_tax_rate", "\xdcks maksum\xe4\xe4r", "two_tax_rates", "Kaks maksum\xe4\xe4ra", "three_tax_rates", "Kolm maksum\xe4\xe4ra", _s16_140, "Vaikimisi maksum\xe4\xe4r", "user", "Kasutaja", "invoice_tax", "Arve maks", "line_item_tax", "Rea artikli maks", "inclusive_taxes", "Kaasa arvatud maksud", _s17_90, "Arve maksum\xe4\xe4rad", "item_tax_rates", "Kauba maksum\xe4\xe4rad", _s18_74, "Valige klient", "configure_rates", "M\xe4\xe4rake m\xe4\xe4rad", _s18_75, _s18_76, "tax_settings", "Maksu Seaded", _s18_77, "Maksum\xe4\xe4rad", "accent_color", "Aktsentv\xe4rv", "switch", "Switch", _s19_44, "Komaga eraldatud loend", "options", "Valikud", _s16_142, "\xdcherealine tekst", "multi_line_text", "Mitmerealine tekst", "dropdown", "Rippmen\xfc\xfc", "field_type", "V\xe4lja t\xfc\xfcp", _s27_37, "Parooli taastamise meil on saadetud", "submit", "Sisesta", _s16_144, "Taasta oma parool", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Makse number", "late_fee_amount", "Viivise summa", _s16_145, _s16_268, "schedule", "Schedule", "before_due_date", "Enne t\xe4htaega", "after_due_date", "P\xe4rast t\xe4htaega", _s18_79, "P\xe4rast arve kuup\xe4eva", "days", "P\xe4eva", "invoice_email", "Arve E-kiri", "payment_email", "Makse E-kiri", "partial_payment", "Osaline makse", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Pakkumuse E-kiri", _s16_147, "L\xf5putu Meeldetuletus", _s16_149, "Filtreeritud kasutaja j\xe4rgi", "administrator", "Administraator", _s18_80, "Luba kasutajal hallata kasutajaid, muuta seadeid ja muuta k\xf5iki kirjeid", "user_management", "Kasutaja Haldus", "users", "Kasutajad", "new_user", "Uus Kasutaja", "edit_user", "Muuda Kasutajat", "created_user", "Kasutaja loomine \xf5nnestus", "updated_user", "Kasutaja v\xe4rskendamine \xf5nnestus", "archived_user", "Kasutaja arhiveerimine \xf5nnestus", "deleted_user", "Kasutaja edukalt kustutatud", "removed_user", "Kasutaja eemaldamine \xf5nnestus", "restored_user", "Kasutaja taastamine \xf5nnestus", "archived_users", ":value kasutaja arhiveerimine \xf5nnestus", "deleted_users", ":value kasutaja kustutamine \xf5nnestus", "removed_users", ":value kasutaja eemaldamine \xf5nnestus", "restored_users", ":value kasutaja taastamine \xf5nnestus", _s16_151, "\xdcldised Seaded", "invoice_options", "Arve Valikud", _s17_92, "Peida Tasutud V\xe4li", _s22_55, 'Ainult n\xe4ita "Tasutud" v\xe4lja arvel, kui makse on loodud.', _s23_31, "Manusta dokumendid", _s28_21, "Lisage arvele lisatud pildid.", _s16_153, "N\xe4ita P\xe4ist", _s16_154, "N\xe4ita Jalust", "first_page", "Esimene lehek\xfclg", "all_pages", "K\xf5ik lehek\xfcljed", "last_page", "Viimane lehek\xfclg", "primary_font", "Esmane font", "secondary_font", "Sekundaarne font", "primary_color", "P\xf5hi v\xe4rv", "secondary_color", "Sekundaarne v\xe4rv", "page_size", "Lehek\xfclje suurus", "font_size", "Fondi suurus", "quote_design", "Pakkumuse Kujundus", "invoice_fields", "Arve V\xe4ljad", "product_fields", "Toote V\xe4ljad", "invoice_terms", "Arve Tingimused", "invoice_footer", "Arve Jalus", "quote_terms", "Hinnapakkumise tingimused", "quote_footer", "Pakkumuse Jalus", _s18_81, "Automaatne meil", _s23_32, "Saatke korduv arve automatselt meiliga nende loomisel.", _s18_82, "Automaatne arhiveerimine", _s23_33, "Arhiivi hinnapakkumised automaatselt p\xe4rast nende teisendamist.", _s18_83, _s23_54, _s23_34, "Konverteerige hinnapakkumine automaatselt arveks, kui klient on selle heaks kiitnud.", _s17_94, "T\xf6\xf6voo Seaded", "freq_daily", "Igap\xe4evane", "freq_weekly", "Igan\xe4dalane", "freq_two_weeks", "Kaks n\xe4dalat", "freq_four_weeks", "Neli n\xe4dalat", "freq_monthly", "Igakuine", "freq_two_months", "Kaks kuud", _s17_96, "Kvartaalne", _s16_155, "Neli kuud", "freq_six_months", "Poolaastane", "freq_annually", "Aastane", "freq_two_years", "Kaks aastat", _s16_156, "Kolm aastat", "never", "Ei iial", "company", "Ettev\xf5te", _s17_97, "Genereeritud Numbrid", "charge_taxes", "Tasuda makse", "next_reset", "J\xe4rgmine l\xe4htestamine", "reset_counter", "L\xe4htestage loendur", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Lisatasu v\xe4li", "company_field", "Ettev\xf5tte V\xe4ljad", "company_value", "Ettev\xf5tte v\xe4\xe4rtus", "credit_field", "Ettemakse v\xe4li", "invoice_field", "Arve V\xe4ljad", _s17_99, "Arve Lisatasu", "client_field", "Kliendi V\xe4ljad", "product_field", "Toote V\xe4ljad", "payment_field", "Makse v\xe4li", "contact_field", "Kontakti V\xe4li", "vendor_field", "Tarnija v\xe4li", "expense_field", "Kulude v\xe4li", "project_field", "Projekti v\xe4li", "task_field", "\xdclesande V\xe4li", "group_field", "R\xfchma v\xe4li", "number_counter", "Numbri loendur", "prefix", "Prefiks", "number_pattern", "Numbri muster", "messages", "S\xf5numid", "custom_css", "Kohandatud CSS", _s17_101, "Kohandatud JavaScript", _s16_159, "N\xe4ita PDFis", _s21_74, "N\xe4ita kliendi allkirja arve/pakkumuse PDFis.", _s25_41, "Arve Tingimuste M\xe4rkeruut", _s30_9, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub arve tingimustega.", _s23_35, "Pakkumuse Tingimuste M\xe4rkeruut", _s28_22, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub hinnapakkumise tingimustega.", _s25_42, "Arve Allkiri", _s30_10, "N\xf5ua kliendi allkirja", _s23_36, "Pakkumuse Allkiri", _s22_57, "Salas\xf5naga Kaitstud Arved", _s27_38, "V\xf5imaldab m\xe4\xe4rata igale kontaktile salas\xf5na. Kui salas\xf5na on m\xe4\xe4ratud siis n\xf5utakse kontaktilt enne arve n\xe4gemist salas\xf5na.", "authorization", "Autoriseerimine", "subdomain", "Alamdomeen", "domain", "Domeen", "portal_mode", "Portaali re\u017eiim", "email_signature", "Lugupidamisega.", _s24_41, "Muutke oma klientidel teile maksmine lihtsamaks, lisades oma meilidele schema.org-i m\xe4rgistuse.", "plain", "Lihtne", "light", "Hele", "dark", "Tume", "email_design", "E-kirja Kujundus", "attach_pdf", "Lisage PDF", _s16_160, "Lisage dokumendid", "attach_ubl", "Kinnitage UBL", "email_style", "Meili stiil", _s19_46, "Luba m\xe4rgistus", "reply_to_email", "Vastus meilile", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Krediitkaart", "bank_transfer", "Panga\xfclekanne", "priority", "Prioriteet", "fee_amount", "Viivise summa", "fee_percent", _s16_268, "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Luba min", "enable_max", "Luba max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "V\xe4rskenda aadressi", _s19_49, "V\xe4rskendage kliendi aadressi esitatud \xfcksikasjadega", "rate", "M\xe4\xe4r", "tax_rate", "Maksum\xe4\xe4r", "new_tax_rate", "Uus Maksum\xe4\xe4r", "edit_tax_rate", "Muuda maksum\xe4\xe4ra", _s16_162, "Maksum\xe4\xe4r on edukalt loodud", _s16_163, "Maksum\xe4\xe4ra v\xe4rskendamine \xf5nnestus", _s17_104, "Maksum\xe4\xe4ra arhiivimine \xf5nnestus", _s16_164, "Maksum\xe4\xe4r kustutati edukalt", _s17_105, "Maksum\xe4\xe4r taastati edukalt", _s18_84, ":value maksum\xe4\xe4rad edukalt arhiveeritud", _s17_106, ":value maksum\xe4\xe4rad edukalt kustutatud", _s18_85, ":value maksum\xe4\xe4rad edukalt taastatud", "fill_products", "Automaatselt t\xe4idetavad tooted", _s18_86, "Toote valimine t\xe4idab automaatselt kirjelduse ja maksumuse", "update_products", "Toodete automaatne v\xe4rskendamine", _s20_71, "Arve v\xe4rskendamine toimub automaatselt v\xe4rskendage tootekogu", _s16_165, "Konverteeri tooteid", _s21_75, "Konverteerige toodete hinnad automaatselt kliendi valuutasse", "fees", "Fees", "limits", "Limiidid", "provider", "Pakkuja", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "J\xe4tka redigeerimist", "discard_changes", "Loobu muudatustest", "default_value", "Vaikev\xe4\xe4rtus", "disabled", "Keelatud", "currency_format", "Valuuta vorming", _s21_76, "N\xe4dala esimene p\xe4ev", _s23_40, "Aasta esimene kuu", "sunday", "p\xfchap\xe4ev", "monday", "esmasp\xe4ev", "tuesday", "teisip\xe4ev", "wednesday", "kolmap\xe4ev", "thursday", "neljap\xe4ev", "friday", "reede", "saturday", "laup\xe4ev", "january", "jaanuar", "february", "veebruar", "march", "m\xe4rts", "april", "aprill", "may", "mai", "june", "juuni", "july", "juuli", "august", "august", "september", "september", "october", "oktoober", "november", "november", "december", "detsember", "symbol", "S\xfcmbol", "ocde", "Kood", "date_format", "Kuup\xe4evavorming", "datetime_format", "Kuup\xe4eva ja kellaaja vorming", "military_time", "24-tunnine Aeg", _s18_87, "24 Hour Display", "send_reminders", "Saatke meeldetuletusi", "timezone", "Ajav\xf6\xf6nd", _s19_51, "Filtreeritud projekti j\xe4rgi", _s17_107, "Filtreeritud grupi j\xe4rgi", _s19_53, "Filtreeritud arve j\xe4rgi", _s18_88, "Filtreeritud kliendi j\xe4rgi", _s18_90, "Filtreeritud tarnija j\xe4rgi", "group_settings", "Grupi seaded", "group", "Grupp", "groups", "Grupid", "new_group", "Uus grupp", "edit_group", "Redigeeri gruppi", "created_group", "Grupi loomine \xf5nnestus", "updated_group", "Grupi uuendamine \xf5nnestus", "archived_groups", ":value r\xfchma edukalt arhiveeritud", "deleted_groups", ":value r\xfchma edukalt kustutatud", "restored_groups", _s35_18, "archived_group", "Grupi arhiveerimine \xf5nnestus", "deleted_group", "Grupi kustutamine \xf5nnestus", "restored_group", "Grupi taastamine \xf5nnestus", "upload_logo", "Laadige logo \xfcles", "uploaded_logo", "Logo \xfcleslaadimine \xf5nnestus", "logo", "Logo", "saved_settings", "Seadete salvestamine \xf5nnestus", _s16_171, "Toote Seaded", "device_settings", "Seadme s\xe4tted", "defaults", "Vaikimisi", "basic_settings", "Elementaarsed Seaded", _s17_109, "T\xe4psemad Seaded", "company_details", "Ettev\xf5tte Andmed", "user_details", "Kasutaja \xdcksikasjad", "localization", "Lokalisatsioon", "online_payments", "V\xf5rgumaksed", "tax_rates", "Maksum\xe4\xe4rad", "notifications", "Teated", "import_export", _s16_269, "custom_fields", "Kohandatud V\xe4ljad", "invoice_design", "Arve Kujundus", "buy_now_buttons", "Osta Kohe Nupp", "email_settings", "E-posti Seaded", _s23_42, "Mallid ja meeldetuletused", _s22_58, _s24_70, _s19_55, "Andmete visualiseerimised", "price", "Hind", "email_sign_up", "Meili registreerumine", "google_sign_up", "Google'i registreerumine", _s27_42, "T\xe4name teid ostu eest!", "redeem", "Redeem", "back", "Tagasi", "past_purchases", "Varasemad ostud", _s19_57, "Aastane tellimus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count kasutajaid", "upgrade", "Uuendage", _s25_46, "Palun sisestage eesnimi", _s24_45, "Palun sisestage perekonnanimi", _s33_21, "Konto loomiseks n\xf5ustuge teenusetingimuste ja privaatsuspoliitikaga.", "i_agree_to_the", "ma n\xf5ustun", _s16_173, "Teenuse Tingimused", "privacy_policy", "Privaatsuspoliitika", "sign_up", "Registreeru", "account_login", "Konto sisselogimine", "view_website", "Vaata veebisaiti", "create_account", "Loo konto", "email_login", "Email Login", "create_new", "Loo Uus", _s18_92, "Kirjet pole valitud", _s21_79, "Palun salvestage v\xf5i t\xfchistage oma muudatused", "download", "Lae alla", _s27_43, _s27_63, "take_picture", "Tee pilt", "upload_file", "Lae fail \xfcles", "document", "Dokument", "documents", "Dokumendid", "new_document", "Uus dokument", "edit_document", "Redigeeri dokumenti", _s17_111, "Dokument edukalt \xfcles laetud", _s16_175, "Dokument edukalt uuendatud", _s17_112, "Dokument edukalt arhiveeritud", _s16_176, "Dokument edukalt kustutatud", _s17_113, "Dokument edukalt taastatud", _s18_94, ":value dokumenti edukalt arhiveeritud", _s17_114, ":value dokumenti edukalt kustutatud", _s18_95, _s38_15, "no_history", "Ajalugu pole", "expense_date", "Kulu kuup\xe4ev", "pending", "Ootel", _s16_177, "Logitud", _s16_178, "Ootel", _s16_179, "Invoiced", "converted", "Teisendatud", _s24_47, "Lisage arvele dokumendid", "exchange_rate", "Vahetuskurss", _s16_180, "Konverteeri valuutat", "mark_paid", "M\xe4rgi makstuks", "category", "Kategooria", "address", "Aadress", "new_vendor", "Uus Tarnija", "created_vendor", "Tarnija loomine \xf5nnestus", "updated_vendor", "Tarnija v\xe4rskendamine \xf5nnestus", "archived_vendor", "Tarnija arhiivimine \xf5nnestus", "deleted_vendor", "Tarnija edukalt kustutatud", "restored_vendor", "Tarnija edukalt taastatud", _s16_181, ":count tarnijaid on edukalt arhiveeritud", "deleted_vendors", ":count tarnijad on edukalt kustutatud", _s16_182, ":value tarnijat edukalt taastatud", "new_expense", "Sisestage kulu", "created_expense", "Kulu on edukalt loodud", "updated_expense", "Kulu edukalt uuendatud", _s16_183, "Kulu edukalt arhiveeritud", "deleted_expense", "Kulu edukalt kustutatud", _s16_184, "Kulud edukalt taastatud", _s17_115, "Kulud edukalt arhiveeritud", _s16_185, "Kulud edukalt kustutatud", _s17_116, ":value kulu edukalt taastatud", "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Kujundus", _s21_80, "Kirjet ei leitud", "invoiced", "Arve esitatud", "logged", "Logitud", "running", "Running", "resume", "J\xe4tka", "task_errors", "Parandage k\xf5ik kattuvad ajad", "start", "K\xe4ivita", "stop", "Peata", "started_task", "\xdclesanne edukalt k\xe4ivitatud", "stopped_task", "\xdclesanne edukalt peatatud", "resumed_task", "\xdclesanne edukalt j\xe4tkatud", "now", "N\xfc\xfcd", _s16_186, "\xdclesannete automaatne k\xe4ivitamine", "timer", "Taimer", "manual", "Manuaal", "budgeted", "Eelarvestatud", "start_time", "Algusaeg", "end_time", "L\xf5puaeg", "date", "Kuup\xe4ev", "times", "Ajad", "duration", "Kestvus", "new_task", "Uus \xdclesanne", "created_task", "\xdclesanne edukalt loodud", "updated_task", "\xdclesanne edukalt uuendatud", "archived_task", "\xdclesanne edukalt arhiveeritud", "deleted_task", "\xdclesanne edukalt kustutatud", "restored_task", "\xdclesanne edukalt taastatud", "archived_tasks", ":count \xfclesannet edukalt arhiveeritud.", "deleted_tasks", ":count \xfclesannet edukalt kustutatud", "restored_tasks", ":value \xfclesannet edukalt taastatud", _s19_59, "Palun sisesta nimi", "budgeted_hours", "Eelarvestatud tunnid", "created_project", "Projekt edukalt loodud", "updated_project", "Projekt edukalt uuendatud", _s16_188, "Projekt edukalt arhiveeritud", "deleted_project", "Projekt edukalt kustutatud", _s16_189, "Projekt edukalt taastatud", _s17_117, ":count projekti edukalt arhiveeritud", _s16_190, ":count projekti edukalt kustutatud", _s17_118, ":value projekti edukalt taastatud", "new_project", "Uus Projekt", _s27_47, "T\xe4name, et kasutasite meie rakendust!", "if_you_like_it", "Kui teile meeldib, palun", "click_here", "kl\xf5psake siin", _s18_96, "Kliki siia", "to_rate_it", "et seda hinnata.", "average", "Keskmine", "unapproved", "Kinnitamata", _s30_15, "Seadete muutmiseks autentige", "locked", "Lukustatud", "authenticate", "Autentimine", _s19_61, "Palun autentige", _s24_49, "Biomeetriline autentimine", "footer", "Jalus", "compare", "V\xf5rdlema", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Logige sisse Google'iga", "today", "T\xe4na", "custom_range", "Kohandatud Vahemik", "date_range", "Kuup\xe4evavahemik", "current", "Praegune", "previous", "Eelmine", "current_period", "Praegune periood", _s17_119, "V\xf5rdlusperiood", "previous_period", "Eelmine periood", "previous_year", "Eelmine aasta", "compare_to", "V\xf5rdlema", "last7_days", "Viimased 7 p\xe4eva", "last_week", "Eelmine n\xe4dal", "last30_days", "Viimased 30 p\xe4eva", "this_month", "See Kuu", "last_month", "Eelmine Kuu", "this_year", "See Aasta", "last_year", "Eelmine Aasta", "custom", "Kohandatud", _s16_191, "Klooni arveks", "clone_to_quote", "Klooni hinnapakkumiseks", "clone_to_credit", "Clone to Credit", "view_invoice", "Vaata Arvet", "convert", "Teisenda", "more", "Rohkem", "edit_client", "Muuda Klienti", "edit_product", "Muuda Toodet", "edit_invoice", "Muuda Arvet", "edit_quote", "Muuda Pakkumust", "edit_payment", "Muuda Makset", "edit_task", "Muuda \xdclesannet", "edit_expense", "Muuda kulusid", "edit_vendor", "Muuda Tarnijat", "edit_project", "Muuda Projekti", _s20_74, "Redigeeri korduv pakkumist", "billing_address", "Arve aadress", _s16_193, "Kohaletoimetamise aadress", "total_revenue", "Kogutulu", "average_invoice", "Keskmine Arve", "outstanding", "V\xe4ljapaistev", "invoices_sent", ":count arvet saadetud", "active_clients", "aktiivsed kliendid", "close", "Sulge", "email", "E-post", "password", "Salas\xf5na", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Logi V\xe4lja", "login", "Logi Sisse", "filter", "Filter", "sort", "Sorteeri", "search", "Otsi", "active", "Aktiivne", "archived", "Arhiveeritud", "deleted", "Kustutatud", "dashboard", "T\xf6\xf6laud", "archive", "Arhiiv", "delete", "Kustuta", "restore", "Taasta", _s16_195, "V\xe4rskendus on l\xf5petatud", _s23_43, "Palun sisesta oma e-maili aadress", _s26_34, "Sisesta oma parool", _s21_83, "Sisesta oma URL", _s26_36, "Sisesta Toote kood", "ascending", "Kasvav", "descending", "Kahanev", "save", "Salvesta", _s17_121, "Ilmnes viga", "paid_to_date", "Tasutud", "balance_due", "Kokku tasuda", "balance", "Saldo", "overview", "\xdclevaade", "details", "\xdcksikasjad", "phone", "Telefon", "website", "Kodulehek\xfclg", "vat_number", "KMKR Number", "id_number", "Registrikood", "create", "Loo", _s19_63, "Kopeeritud :value l\xf5ikelauale", "error", "Viga", _s16_197, "Ei saanud k\xe4ivitada", "contacts", "Kontaktid", "additional", "Lisaks", "first_name", "Eesnimi", "last_name", "Perekonnanimi", "add_contact", "Lisa kontakt", "are_you_sure", "Oled kindel?", "cancel", "Katkesta", "ok", "Ok", "remove", "Eemalda", _s16_199, "E-post on kehtetu", "product", "Toode", "products", "Tooted", "new_product", "Uus Toode", "created_product", "Toote loomine \xf5nnestus", "updated_product", "Toote v\xe4rskendamine \xf5nnestus", _s16_201, "Toote arhiveerimine \xf5nnestus", "deleted_product", "Toode edukalt kustutatud", _s16_202, "Toode edukalt taastatud", _s17_123, ":count tooted edukalt arhiveeritud", _s16_203, ":count toodet edukalt kustutatud", _s17_124, ":value toodet edukalt taastatud", "product_key", "Toode", "notes", "M\xe4rkmed", "cost", "Hind", "client", "Klient", "clients", "Kliendid", "new_client", "Uus Klient", "created_client", "Klient edukalt loodud", "updated_client", "Kliendi v\xe4rskendamine \xf5nnestus", "archived_client", "Kliendi arhiivimine \xf5nnestus", _s16_204, ":count klienti on edukalt arhiveeritud", "deleted_client", "Kliendi kustutamine \xf5nnestus", "deleted_clients", ":count klienti on edukalt kustutatud", "restored_client", "Kliendi taastamine \xf5nnestus", _s16_205, ":value klienti edukalt taastatud", "address1", "T\xe4nav", "address2", "Maja/Korter", "city", "Linn", "state", "Maakond", "postal_code", "Sihtnumber", "country", "Riik", "invoice", "Arve", "invoices", "Arved", "new_invoice", "Uus Arve", "created_invoice", "Arve edukalt loodud", "updated_invoice", "Arve edukalt uuendatud", _s16_206, "Arve edukalt arhiveeritud", "deleted_invoice", "Arve edukalt kustutatud", _s16_207, "Arve edukalt taastatud", _s17_125, ":count arvet edukalt arhiveeritud", _s16_208, ":count arvet edukalt kustutatud", _s17_126, ":value arvet edukalt taastatud", "emailed_invoice", "Arve edukalt saadetud", "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "Arve Number", "invoice_date", "Arve Kuup\xe4ev", "discount", "Allahindlus", "po_number", "PO Number", "terms", "Tingimused", "public_notes", "Avalikud M\xe4rkmed", "private_notes", "Privaat M\xe4rkmed", "frequency", "Sagedus", "start_date", "Alguskuup\xe4ev", "end_date", "L\xf5ppkuup\xe4ev", "quote_number", "Pakkumuse Number", "quote_date", "Pakkumuse Kuup\xe4ev", "valid_until", "Kehtib Kuni", "items", "\xdcksused", "partial_deposit", "Osaline/tagatis", "description", "Kirjeldus", "unit_cost", "\xdchiku Hind", "quantity", "Kogus", "add_item", "Lisa \xfcksus", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Kogu summa", "pdf", "PDF", "due_date", "Makset\xe4htaeg", _s16_209, _s16_210, "status", "Staatus", _s17_127, "Arve staatus", "quote_status", "Pakkumise olek", _s22_59, "\xdcksuse lisamiseks kl\xf5psake +", _s22_61, "Aja lisamiseks kl\xf5psake +", "count_selected", ":count selected", "total", "Kokku", "percent", "Protsent", "edit", "Muuda", "dismiss", "Dismiss", _s20_76, "Palun valige kuup\xe4ev", _s22_62, "Palun valige klient", _s24_51, "Palun valige arve", "task_rate", "\xdclesande M\xe4\xe4r", "settings", "Seaded", "language", "Keel", "currency", "Valuuta", "created_at", "Loomise kuup\xe4ev", "created_on", "Loodud", "updated_at", "Uuendatud", "tax", "Maks", _s30_17, "Palun sisestage arve number", _s27_51, "Palun sisestage hinnapakkumise number", "past_due", "\xdcle T\xe4htaja", "draft", "Mustand", "sent", "Saadetud", "viewed", "Vaadatud", "approved", "Kinnitatud", "partial", "Osaline/tagatisraha", "paid", "Makstud", "mark_sent", "M\xe4rgi saadetuks", _s22_64, "Arve m\xe4rgiti edukalt saadetuks", _s22_65, "Arve m\xe4rgiti saadetuks", _s23_45, _s23_55, _s23_46, _s23_55, "done", "Valmis", _s37_18, "Sisestage kliendi v\xf5i kontaktisiku nimi", "dark_mode", "Tume Re\u017eiim", _s27_53, "Muudatuse rakendamiseks taask\xe4ivitage rakendus", "refresh_data", "V\xe4rskenda andmeid", "blank_contact", "T\xfchi kontakt", "activity", "Tegevus", _s16_211, "Kirjeid ei leitud", "clone", "Klooni", "loading", "Laen", "industry", "T\xf6\xf6stus", "size", "Suurus", "payment_terms", "Maksetingimused", "payment_date", "Makse kuup\xe4ev", "payment_status", "Makse staatus", _s16_213, "Ootel", _s16_214, "T\xfchistatud", _s16_215, "Eba\xf5nnestunud", _s16_216, "L\xf5petatud", _s16_217, _s20_98, _s16_218, "Tagastatud", _s17_128, "Rakendamata", _s17_129, _s19_27, "net", "Net", "client_portal", "Kliendi Portaal", "show_tasks", "N\xe4ita \xfclesandeid", "email_reminders", "Meili meeldetuletused", "enabled", "Lubatud", "recipients", "Saajad", "initial_email", "Esmane E-kiri", "first_reminder", "Esimene Meeldetuletus", "second_reminder", "Teine Meeldetuletus", "third_reminder", "Kolmas Meeldetuletus", "reminder1", "Esimene meeldetuletus", "reminder2", "Teine meeldetuletus", "reminder3", "Kolmas meeldetuletus", "template", "Mall", "send", "Saada", "subject", "Teema", "body", "Sisu", "send_email", "Saada E-kiri", "email_receipt", "Saada kliendile maksekviitung", "auto_billing", "Automaatne arveldamine", "button", "Nupp", "preview", "Eelvaade", "customize", "Kohanda", "history", "Ajalugu", "payment", "Makse", "payments", "Maksed", "refunded", "Tagastatud", "payment_type", "Makse t\xfc\xfcp", _s21_85, "Tehingu Viide", "enter_payment", "Sisesta Makse", "new_payment", "Sisesta Makse", "created_payment", "Makse loomine \xf5nnestus", "updated_payment", "Makse v\xe4rskendamine \xf5nnestus", _s16_219, "Makse arhiivimine \xf5nnestus", "deleted_payment", "Makse kustutamine \xf5nnestus", _s16_220, "Makse taastamine \xf5nnestus", _s17_130, ":count makset on edukalt arhiveeritud", _s16_221, ":count makset on edukalt kustutatud", _s17_131, ":value makset edukalt taastatud", "quote", "Pakkumus", "quotes", "Pakkumused", "new_quote", "Uus Pakkumus", "created_quote", "Hinnapakkumise loomine \xf5nnestus", "updated_quote", "Hinnapakkumine edukalt v\xe4rskendatud", "archived_quote", "Hinnapakkumine edukalt arhiivitud", "deleted_quote", "Hinnapakkmuise kustutamine \xf5nnestus", "restored_quote", "Hinnapakkumise taastamine \xf5nnestus", "archived_quotes", ":count hinnapakkumisi on edukalt arhiveeritud", "deleted_quotes", ":count hinnapakkumisi on edukalt kustutatud", "restored_quotes", ":value hinnapakkumist edukalt taastatud", "expense", "Kulu", "expenses", "Kulud", "vendor", "Tarnija", "vendors", "Tarnijad", "task", "\xdclesanne", "tasks", "\xdclesanded", "project", "Projekt", "projects", "Projektid", "activity_1", ":user l\xf5i kliendi :client", "activity_2", ":user arhiveeris kliendi :client", "activity_3", ":user kustutas kliendi :client", "activity_4", ":user l\xf5i arve :invoice", "activity_5", ":user uuendas arvet :invoice", "activity_6", ":user saatis arve :invoice e-postiga :client :contact", "activity_7", ":contact on vaadatud arvet :invoice :client", "activity_8", ":user arhiveeris arve :invoice", "activity_9", ":user kustutas arve :invoice", "activity_10", _s85_0, "activity_11", ":user uuendas makset :payment", "activity_12", ":user arhiveeris makse :payment", "activity_13", ":user kustutas makse :payment", "activity_14", ":user sisestas :credit", "activity_15", ":user v\xe4rskendas :credit ettemakset", "activity_16", ":user arhiveeris :credit ettemakse", "activity_17", ":user kustutas :credit ettemakse", "activity_18", ":user l\xf5i hinnapkkumise :quote", "activity_19", ":user uuendas hinnapakkumist :quote", "activity_20", ":user saatis meiliga hinnapakkumise :quote :client :contact", "activity_21", _s37_27, "activity_22", ":user arhiveeris hinnapakkumise :quote", "activity_23", ":user kustutas hinnapakkumise :quote", "activity_24", ":user taastas hinnapakkumise :quote", "activity_25", ":user taastas arve :invoice", "activity_26", ":user taastas kliendi :client", "activity_27", ":user taastas makse :payment", "activity_28", ":user taastas ettemakse :credit", "activity_29", ":contact kinnitas hinnapakkumise :quote :client", "activity_30", ":user l\xf5i tarnija :vendor", "activity_31", ":user arhiveeris tarnija :vendor", "activity_32", ":user kustutas tarnija :vendor", "activity_33", ":user taastas tarnija :vendor", "activity_34", ":user l\xf5i kulu :expense", "activity_35", ":user arhiveeris kulu :expense", "activity_36", ":user kustutas kulu :expense", "activity_37", ":user taastas kulu :expense", "activity_39", ":user t\xfchistas :payment_amount makse :payment", "activity_40", _s64_, "activity_41", ":payment_amount makse (:payment) eba\xf5nnestus", "activity_42", ":user l\xf5i \xfclesande :task", "activity_43", ":user uuendas \xfclesannet :task", "activity_44", ":user arhiveeris \xfclesande :task", "activity_45", ":user kustutas \xfclesande :task", "activity_46", ":user taastas \xfclesande :task", "activity_47", ":user uuendas kulu :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user taasavas pileti :ticket", "activity_55", ":contact vastas piletile :ticket", "activity_56", ":user vaatas piletit :ticket", "activity_57", "S\xfcsteem ei suutnud arvet :invoice meiliga saata", "activity_58", _s28_69, "activity_59", _s28_69, "activity_60", _s37_27, "activity_61", ":user uuendas klienti :client", "activity_62", ":user uuendas tarnijat :vendor", "activity_63", ":user saatis e-kirjaga esimese meeldetuletuse arve kohta :invoice aadressile :contact", "activity_64", ":user saatis e-kirjaga teise meeldetuletuse arve kohta :invoice aadressile :contact", "activity_65", ":kasutaja saatis e-kirjaga kolmanda meeldetuletuse arve kohta :arve aadressile :kontakt", "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\xdchekordne parool", "emailed_quote", "Hinnapakkumise saatmine \xf5nnestus", "emailed_credit", "Ettemaks saadeti meili teel", _s20_78, "Hinnapakkumine m\xe4rgiti saadetuks", _s21_87, "Ettemaks m\xe4rgiti edukalt saadetuks", "expired", "Kehtetu", "all", "K\xf5ik", "select", "Vali", _s22_66, _s22_67, "custom_value1", _s18_130, "custom_value2", _s18_130, "custom_value3", "Kohandatud v\xe4\xe4rtus 3", "custom_value4", "Kohandatud v\xe4\xe4rtus 4", _s18_97, "Kohandatud e-posti stiil", _s24_56, _s24_57, _s29_37, "Kohandatud tasumata arve teade", _s27_58, "Kohandatud tasutud arve teade", _s31_18, "Kohandatud kinnitamata hinnapakkumise teade", "lock_invoices", "Lock Invoices", "translations", "T\xf5lked", _s19_64, "\xdclesande numbri muster", _s19_66, "\xdclesande numbri loendur", _s22_68, "Kulude numbri muster", _s22_70, "Kulude numbri loendur", _s21_88, "Tarnija numbri muster", _s21_90, "Tarnija numbri loendur", _s21_92, "Pileti numbri muster", _s21_94, "Pileti numbri loendur", _s22_72, "Makse numbri muster", _s22_74, "Makse numbri loendur", _s22_76, "Arve numbri muster", _s22_78, "Arve Numbri Loendur", _s20_79, "Hinnapakkumise numbri muster", _s20_81, "Hinnapakkumise numbriloendur", _s21_96, _s23_56, _s21_98, _s24_71, _s21_100, _s23_56, _s21_101, _s24_71, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, "Vaikimisi maksunimi 1", _s18_103, "Vaikimisi maksum\xe4\xe4r 1", _s18_105, "Vaikimisi maksunimi 2", _s18_107, "Vaikimisi maksum\xe4\xe4r 2", _s18_109, "Vaikimisi maksunimi 3", _s18_111, "Vaikimisi maksum\xe4\xe4r 3", _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Kuva tabel", "show_list", "N\xe4ita loendit", "client_city", "Kliendi linn", "client_state", "Kliendi maakond", "client_country", "Kliendi riik", _s16_222, "Klient on aktiivne", "client_balance", "Kliendi saldo", "client_address1", "Kliendi t\xe4nav", "client_address2", "Kliendi korter/sviit", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "T\xfc\xfcp", "invoice_amount", "Arve summa", _s16_226, "T\xe4htaeg", "tax_rate1", "Maksum\xe4\xe4r 1", "tax_rate2", "Maksum\xe4\xe4r 2", "tax_rate3", "Maksum\xe4\xe4r 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Kohandatud maksud 1", "custom_taxes2", "Kohandatud maksud 2", "custom_taxes3", "Kohandatud maksud 3", "custom_taxes4", "Kohandatud maksud 4", _s17_134, _s21_118, _s17_135, _s21_119, _s17_136, _s21_120, _s17_137, _s21_121, "is_deleted", "On kustutatud", "vendor_city", "Tarnija linn", "vendor_state", "Tarnija maakond", "vendor_country", "Tarnija riik", "is_approved", "On heaks kiidetud", "tax_name", "Maksu Nimi", "tax_amount", "Maksud kokku", "tax_paid", "Makstud maksud", "payment_amount", "Makse summa", "age", "Vanus", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Pank", _s19_70, "Kulukategooria ID", _s16_227, "Kulu kategooria", _s19_72, "Arve valuuta ID", "tax_name1", "Maksu nimi 1", "tax_name2", "Maksu nimi 2", "tax_name3", "Maksu nimi 3", "transaction_id", "Tehingu ID", _s18_113, "Oleku v\xe4rviteema", _s16_228, "Laadige v\xe4rviteema"], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Luottokortit & pankit", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Maksujen asetukset", "default", "oletus", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Tilanne", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Lis\xe4\xe4 maksunv\xe4litt\xe4j\xe4", _s24_9, _s77_, "left", "Vasemmalla", "right", "Oikealla", "center", "Keskitetty", "page_numbering", "Sivunumerointi", _s24_10, "Sivunumeroinnin tasaus", _s31_1, "Lasku on l\xe4hetetty", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Laskun tuotteet", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Tuonnin muoto", "export_format", "Viennin muoto", "export_type", "Viennin tyyppi", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Lis\xe4\xe4 maa", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", "Kirjaudu olemassaolevalle tilille", "add_to_invoice", "Lis\xe4\xe4 laskulle :invoice", _s17_11, "Laskuja ei l\xf6ydy", "week", "Viikko", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Laskun valuutta", "range", "Alue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Luo projekti", "update_project", "P\xe4ivit\xe4 projekti", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "The palkkio a :amount lasku would be :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Hyv\xe4ksy", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "onnistuneesti purged asiakas", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Lasku maksettu", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normaali", "large", "Suuri", "extra_large", "Eritt\xe4in suuri", _s16_17, "N\xe4yt\xe4 PDF-esikatselu", _s21_20, "N\xe4yt\xe4 PDF-esikatselu laskujen k\xe4sittelyn aikana", "print_pdf", "Tulosta PDF", "remind_me", "Muistuta minua", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Piilota esikatselu", "edit_record", "Muokkaa tietuetta", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Aseta salasana", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Katkaise yhteys", "add_to_invoices", "Lis\xe4\xe4 laskuille", "acss", "Esihyv\xe4ksy debit korttimaksut", "becs", _s17_138, "bulk_download", "Lataa", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Asiakkaan postinumero", _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Rekister\xf6inti", _s27_10, _s50_4, "view_expense", "N\xe4yt\xe4 kulu # :kulu", "view_statement", "N\xe4yt\xe4 Tiliote", "sepa", "SEPA-maksu", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "J\xe4rjestelm\xe4", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From nimi", _s16_23, "Kopioi kuluksi", _s17_19, "toistuva kulu", _s18_19, "toistuva kulut", _s21_22, "uusi toistuva kulu", _s22_27, "muokkaa toistuva kulu", _s25_3, "onnistuneesti luotu toistuva kulu", _s25_4, "onnistuneesti p\xe4ivitetty toistuva kulu", _s26_4, "onnistuneesti arkistoitu toistuva kulu", _s25_5, _s32_15, _s25_6, _s38_2, _s26_5, "onnistuneesti palautettu toistuva kulu", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Laskutettu", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, "Laskun y\xe4tunnisteen taustav\xe4ri", _s25_11, "Laskun yl\xe4tunnisteen tekstiv\xe4ri", "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Muuta s\xe4hk\xf6postiosoitetta", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Laskuttamatta", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Lasku luotu", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "viime p\xe4ivitetty", "invoice_item", "Laskun tuote", "quote_item", "Quote Item", _s18_27, "kontakti ensimm\xe4inen nimi", _s17_23, "kontakti viime nimi", "order", "Order", "unassigned", "Kohdistamaton", "partial_value", "T\xe4ytyy olla suurempi kuin nolla ja v\xe4hemm\xe4n kuin kaikki yhteens\xe4", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ota k\xe4ytt\xf6\xf6n", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Aseta alidomain tai n\xe4yt\xe4 lasku omalla verkkosivullasi.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "Laskun maksuehdot", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Tilaus", "subscriptions", "Subscriptions", _s16_41, "Uusi tilaus", _s17_29, "muokkaa tilaus", _s20_29, "onnistuneesti luotu tilaus", _s20_30, "onnistuneesti p\xe4ivitetty tilaus", _s21_34, "onnistuneesti arkistoitu tilaus", _s20_31, _s30_36, _s20_32, _s30_36, _s21_35, "Tilaus palautettu onnistuneesti", _s19_21, "Etsi 1 tilaus", _s20_33, "Etsi :count tilausta", _s26_8, _s26_9, "connect_gmail", "Yhdist\xe4 Gmailiin", _s16_43, "Katkaise yhteys Gmailiin", "connected_gmail", _s28_7, _s18_35, "Gmail katkaistu onnistuneesti", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivoi yritys", _s21_37, _s51_5, _s27_16, "Tapahtui virhe, yrit\xe4 uudelleen", _s27_17, "Aseta ensin salasana", _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, "Valitse maa", "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Roskaposti", "view_docs", "Katso asiakirjoja", _s32_4, _s72_, "send_sms", "L\xe4het\xe4 tekstiviesti", "sms_code", "SMS Code", _s21_38, "Scan bar koodi a :link compatible app.", _s18_36, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Yhdist\xe4 Googleen", _s17_31, "Katkaise yhteys Googleen", _s17_33, "Kaksivaiheinen tunnistautuminen", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count tuntia", "count_day", "1 p\xe4iv\xe4", "count_days", ":count p\xe4iv\xe4\xe4", _s19_24, _s19_25, _s17_34, "Turvallisuusasetukset", "resend_email", "Uudelleenl\xe4het\xe4 s\xe4hk\xf6posti", _s26_10, "Vahvista s\xe4hk\xf6postiosoitteesi", _s16_53, "Hyvitetty maksu", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_39, "Muuta laskuksi", _s16_54, _s16_55, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Tallenna ja l\xe4het\xe4 s\xe4hk\xf6postilla", _s16_58, "Tuetut tapahtumat", _s16_60, "Converted m\xe4\xe4r\xe4", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "oletus Documents", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Piilota", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_16, _s29_7, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_62, _s16_63, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Kirjanpito", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Lis\xe4\xe4 mukautettu", "payment_tax", "Payment Tax", "unpaid", "Maksamaton", "white_label", "White Label", "delivery_note", "Delivery Huom", _s24_26, "L\xe4hetetut laskut on lukittu", _s24_28, "Maksetut laskut on lukittu", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Maksettava", "quote_total", "Tarjouksen loppusumma", "credit_total", "luotto yhteens\xe4", _s23_19, "Laskun loppusumma", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Teht\xe4v\xe4numero", "project_number", "Projektinumero", "project_name", "Project Name", "warning", "Varoitus", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Asiakkaan nimi", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, "N\xe4yt\xe4 teht\xe4v\xe4taulukko", _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Teht\xe4v\xe4n asetukset", _s20_46, _s20_47, _s18_46, "kulu kategoriat", _s20_48, "uusi kulu kategoria", _s21_46, _s21_47, _s24_31, "onnistuneesti luotu kulukategoria", _s24_32, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_20, "onnistuneesti arkistoitu kulu kategoria", _s24_33, "onnistuneesti poistettu category", _s24_34, _s37_7, _s25_21, "onnistuneesti palautettu kulukategoria", _s27_23, "onnistuneesti arkistoitu :count kulu kategoria", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Pit\xe4isi laskuttaa", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Er\xe4p\xe4iv\xe4", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_70, "J\xe4ljell\xe4 olevia kertoja", _s17_53, "Toistuva lasku", _s18_51, "Toistuvat laskut", _s21_53, "Uusi toistuva lasku", _s22_40, "muokkaa toistuva Lasku", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Toistuva lasku arkistoitu onnistuneesti", _s25_29, "Toistuva lasku poistettu onnistuneesti", _s25_30, _s38_11, _s26_14, "Toistuva lasku palautettu onnistuneesti", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "S\xe4hk\xf6posti l\xe4hetetty", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "asiakas numero", "auto_convert", "Auto Convert", "company_name", "yritys nimi", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Laskut l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_quotes", "Tarjoukset l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_credits", _s28_58, "gateway", "Maksunv\xe4litt\xe4j\xe4", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Tuntia", "statement", "tiliote", "taxes", "Verot", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Hae hyvityst\xe4", "apply", "K\xe4yt\xe4", "unapplied", "Unapplied", "select_label", "Valitse kentt\xe4", "custom_labels", _s17_159, "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Vastaanottaja", "health_check", "Health Check", "payment_type_id", "Maksun tyyppi", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "Valitut laskut", _s17_59, _s17_60, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Er\xe4\xe4ntyv\xe4t laskut", _s17_65, "My\xf6h\xe4ss\xe4 olevat laskut", "recent_payments", "Viimeisimm\xe4t maksut", "upcoming_quotes", "Tulevat tarjoukset", "expired_quotes", "Vanhentuneet tarjoukset", "create_client", "luo asiakas", "create_invoice", "Luo lasku", "create_quote", "Luo tarjous", "create_payment", "Create Payment", "create_vendor", "Luo kauppias", "update_quote", "P\xe4ivit\xe4 tarjous", "delete_quote", "Poista tarjous", "update_invoice", "P\xe4ivit\xe4 lasku", "delete_invoice", "Poista lasku", "update_client", "Update Client", "delete_client", "Poista asiakas", "delete_payment", "Poista maksu", "update_vendor", "P\xe4ivit\xe4 kauppias", "delete_vendor", "Poista kauppias", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Poista kulu", "create_task", "Luo teht\xe4v\xe4", "update_task", "Update Task", "delete_task", "Poista teht\xe4v\xe4", "approve_quote", "Hyv\xe4ksy tarjous", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Ilmainen", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenit", "new_token", "New Token", "edit_token", "Muokkaa tokenia", "created_token", "Token luotu onnistuneesti", "updated_token", "Token p\xe4ivitetty onnistuneesti", "archived_token", "Token arkistoitu onnistuneesti", "deleted_token", "Token poistettu onnistuneesti", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, "Kustomoi ja esikatsele", "email_invoice", "L\xe4het\xe4 lasku s\xe4hk\xf6postitse", "email_quote", "L\xe4het\xe4 tarjous s\xe4hk\xf6postitse", "email_credit", "Email Credit", "email_payment", "Email maksu", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Katso PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "K\xe4yt\xe4 oletusarvoa", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Maksuehdot", _s16_83, "Uudet maksuehdot", _s17_71, "Muokkaa maksuaikaa", _s20_57, "onnistuneesti luotu maksu ehto", _s20_58, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_56, "onnistuneesti arkistoitu maksu ehto", _s20_59, _s35_27, _s20_60, _s35_27, _s21_57, "Maksuehto palautettiin onnistuneesti", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Kirjaudu s\xe4hk\xf6postiosoitteella", "change", "Vaihda", _s23_26, "Vaihda mobiilin\xe4kym\xe4\xe4n?", _s24_40, "Vaihda ty\xf6p\xf6yt\xe4n\xe4kym\xe4\xe4n?", "send_from_gmail", "L\xe4het\xe4 Gmailista", "reversed", "Reversed", "cancelled", "Peruutettu", "credit_amount", "Luoton m\xe4\xe4r\xe4", "quote_amount", "Tarjouksen summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Piilota valikko", "show_menu", "N\xe4yt\xe4 valikko", _s18_57, "Osittain hyvitetty", _s16_85, "Etsi asiakirjoista", "search_designs", "Search Designs", "search_invoices", "Etsi laskuja", "search_clients", "Etsi asiakkaita", "search_products", "Etsi tuotteita", "search_quotes", "Hae tarjouksia", "search_credits", "Etsi luotoista", "search_vendors", "Hae kauppiaita", "search_users", "Etsi k\xe4ytt\xe4ji\xe4", _s16_86, "Etsi verokanta", "search_tasks", "Etsi teht\xe4vi\xe4", "search_settings", "Etsi asetuksia", "search_projects", "Etsi projekteja", "search_expenses", "Etsi kuluja", "search_payments", "Etsi maksuja", "search_groups", "Etsi ryhmi\xe4", "search_company", "Etsi yritys", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "Etsi 1 lasku", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_75, "Lasku on peruutettu onnistuneesti", _s18_59, "Laskut on peruutettu onnistuneesti", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full nimi", _s17_77, "Kaupunki/Alue/Postitoimipaikka", _s17_79, "Postal/kaupunki/State", "custom1", "ensimm\xe4inen muokattu", "custom2", "toinen muokattu", "custom3", "Kolmas mukautettu", "custom4", "Nelj\xe4s mukautettu", "optional", "Valinnainen", "license", "Lisenssi", "purge_data", "Purge Data", _s16_93, "onnistuneesti purged yritys data", _s18_60, "Warning: t\xe4m\xe4 will pysyv\xe4sti erase sinun data, there is no undo.", "invoice_balance", "Laskun tila", "age_group_0", "0 - 30 p\xe4iv\xe4\xe4", "age_group_30", "30 - 60 p\xe4iv\xe4\xe4", "age_group_60", "60 - 90 p\xe4iv\xe4\xe4", "age_group_90", "90 - 120 p\xe4iv\xe4\xe4", "age_group_120", "120+ p\xe4iv\xe4\xe4", "refresh", "Refresh", "saved_design", "Muotoilu tallennettiin onnistuneesti", "client_details", "Asiakkaan tiedot", "company_address", "Yrityksen osoite", "invoice_details", "Laskun tiedot", "quote_details", "Tarjouksen tiedot", "credit_details", "Hyvityksen tiedot", "product_columns", "Tuotesarake", "task_columns", "Teht\xe4v\xe4sarake", "add_field", "Lis\xe4\xe4 kentt\xe4", "all_events", "Kaikki tapahtumat", "permissions", "Oikeudet", "none", "None", "owned", "Omistettu", "payment_success", "Maksu onnistui", "payment_failure", "Maksu ep\xe4onnistui", "invoice_sent", ":count lasku l\xe4hetetty", "quote_sent", "Tarjous l\xe4hetetty", "credit_sent", "Hyvitys l\xe4hetettiin", "invoice_viewed", "Lasku katsottiin", "quote_viewed", "Tarjous luettu", "credit_viewed", "Hyvitys katsottiin", "quote_approved", "Tarjous hyv\xe4ksytty", _s25_33, "Vastaanota kaikki ilmoitukset", _s16_94, "Osta lisenssi", "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_47, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_48, "Warning: t\xe4m\xe4 will pysyv\xe4sti poista sinun yritys, there is no undo.", "enabled_modules", "Enabled Modules", "converted_quote", "Tarjous on onnistuneesti muunnettu", "credit_design", "Credit Design", "includes", "Includes", "header", "Yl\xe4tunniste", "load_design", "Load malli", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_98, "Toistuvat tarjoukset", "recurring_tasks", "Recurring Tasks", _s18_61, "K\xe4ytt\xe4j\xe4tilin hallinta", "credit_date", "Luoton p\xe4iv\xe4m\xe4\xe4r\xe4", "credit", "Luotto", "credits", "Luotot", "new_credit", "Uusi luotto", "edit_credit", "Muokkaa hyvityst\xe4", "created_credit", "Luottolasku luotiin onnistuneesti", "updated_credit", "Hyvitys p\xe4ivitettiin onnistuneesti", "archived_credit", "Luottolasku arkistoitiin onnistuneesti", "deleted_credit", "Luottolasku poistettiin onnistuneesti", "removed_credit", _s27_36, "restored_credit", "Luotto palautettu onnistuneesti", _s16_100, ":count hyvitys(t\xe4) arkistoitiin onnistuneesti", "deleted_credits", ":count luotto(a) poistettu onnistuneesti", _s16_101, "Palautettiin onnistuneesti :value luotolle", "current_version", "Nykyinen versio", "latest_version", "Latest Version", "update_now", "P\xe4ivit\xe4 nyt", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Lue lis\xe4\xe4", "integrations", "Integraatiot", "tracking_id", "Seurantatunnus", _s17_81, _s17_82, "credit_footer", "Luotto alatunniste", "credit_terms", "Luoton ehdot", "new_company", "Uusi yritys", "added_company", "Yritys lis\xe4ttiin onnistuneesti", "company1", "Mukautettu Yritys 1", "company2", "Mukautettu Yritys 2", "company3", "Mukautettu Yritys 3", "company4", "Mukautettu Yritys 4", "product1", "Mukautettu Tuote 1", "product2", "Mukautettu Tuote 2", "product3", "Mukautettu Tuote 3", "product4", "Mukautettu Tuote 4", "client1", "Mukautettu Asiakas 1", "client2", "Mukautettu Asiakas 2", "client3", "Mukautettu Asiakas 3", "client4", "Mukautettu Asiakas 4", "contact1", "Mukautettu Yhteystieto 1", "contact2", "Mukautettu Yhteystieto 2", "contact3", "Mukautettu Yhteystieto 3", "contact4", "Mukautettu Yhteystieto 4", "task1", "Mukautettu Teht\xe4v\xe4 1", "task2", "Mukautettu Teht\xe4v\xe4 2", "task3", "Mukautettu Teht\xe4v\xe4 3", "task4", "Mukautettu Teht\xe4v\xe4 4", "project1", "Mukautettu Projekti 1", "project2", "Mukautettu Projekti 2", "project3", "Mukautettu Projekti 3", "project4", "Mukautettu Projekti 4", "expense1", "Mukautettu Kulu 1", "expense2", "Mukautettu Kulu 2", "expense3", "Mukautettu Kulu 3", "expense4", "Mukautettu Kulu 4", "vendor1", "Mukautettu Myyj\xe4 1", "vendor2", "Mukautettu Myyj\xe4 2", "vendor3", "Mukautettu Myyj\xe4 3", "vendor4", "Mukautettu Myyj\xe4 4", "invoice1", "Mukautettu Lasku 1", "invoice2", "Mukautettu Lasku 2", "invoice3", "Mukautettu Lasku 3", "invoice4", "Mukautettu Lasku 4", "payment1", "Mukautettu Maksu 1", "payment2", "Mukautettu Maksu 2", "payment3", "Mukautettu Maksu 3", "payment4", "Mukautettu Maksu 4", "surcharge1", _s22_87, "surcharge2", _s22_88, "surcharge3", _s22_89, "surcharge4", _s22_90, "group1", "Mukautettu Ryhm\xe4 1", "group2", "Mukautettu Ryhm\xe4 2", "group3", "Mukautettu Ryhm\xe4 3", "group4", "Mukautettu Ryhm\xe4 4", "reset", "Nollaa", "number", "Numero", "export", "Vienti", "chart", "Kaavio", "count", "Luku", "totals", "Yhteens\xe4", "blank", "Tyhj\xe4", "day", "P\xe4iv\xe4", "month", "Kuukausi", "year", "Vuosi", "subgroup", "Subgroup", "is_active", "Aktiivinen", "group_by", "Niputa", "credit_balance", "Luoton saldo", _s18_67, "Kontaktin viimeinen kirjautuminen", _s17_83, "Kontaktin koko nimi", "contact_phone", "kontakti puhelin", _s21_59, "Kontakti Mukautettu Arvo 1", _s21_60, "Kontakti Mukautettu Arvo 2", _s21_61, "Kontakti Mukautettu Arvo 3", _s21_62, "Kontakti Mukautettu Arvo 4", _s17_85, "Toimitus: Katu", _s17_86, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_61, "Toimitus: Postinumero", _s16_132, "Toimitus: Maa", _s16_134, "Laskutus: Katu", _s16_135, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_40, "Laskutus: Postinumero", "billing_country", "Laskutus: Maa", "client_id", "Asiakkaan tunniste", "assigned_to", "Assigned", "created_by", "luotu by :name", "assigned_to_id", "Liitetty tunnukseen(Id)", "created_by_id", "Luonut (Id)", "add_column", "Lis\xe4\xe4 Sarake", "edit_columns", "Muokkaa Saraketta", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit ja Loss", "reports", "Raportit", "report", "Raportti", "add_company", "Lis\xe4\xe4 yritys", "unpaid_invoice", "Maksamatonl lasku", "paid_invoice", "Paid Lasku", _s16_136, "Hyv\xe4ksym\xe4t\xf6n tarjous", "help", "Ohje", "refund", "Hyvitys", "refund_date", "Maksunpalautusp\xe4iv\xe4", "filtered_by", "Filtered by", "contact_email", "S\xe4hk\xf6postiosoite", "multiselect", "Monivalinta", "entity_state", "Osavaltio", "verify_password", "Vahvista salasana", "applied", "Haettu", _s21_63, "Sis\xe4llyt\xe4 viimeiset virheet lokiin", _s30_8, "Olemme vastaanottaneet viestisi ja pyrimme vastaamaan siihen pikaisesti.", "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_63, "N\xe4yt\xe4 tuotteen tiedot", _s25_35, "Sis\xe4llyt\xe4 lis\xe4tieto ja hinta tuotteen alasvetovalikkoon", _s20_65, "PDF sivun muokkaaja vaatii :version", _s18_70, "S\xe4\xe4d\xe4 kuluprosenttia", _s23_28, "Adjust percent tili palkkio", _s18_72, "Muokkaa asetuksia", "support_forum", "support forum", "about", "Tietoja", "documentation", "Dokumentaatio", "contact_us", "Ota meihin yhteytt\xe4", "subtotal", "V\xe4lisumma", "line_total", "Rivin summa", "item", "Tuote", "credit_email", "Credit Email", "iframe_url", "Verkkosivu", "domain_url", "Domain URL", _s21_64, "salasana on liian lyhyt", _s20_66, "Salasanan pit\xe4\xe4 sis\xe4lt\xe4\xe4 iso kirjain ja numero", _s19_42, "Asiakas portaalin teht\xe4v\xe4t", _s23_29, "Asiakas portaalin etusivu", _s20_67, "Aseta arvo", "deleted_logo", "Logo poistettiin onnistuneesti", "yes", "Kyll\xe4", "no", "Ei", "generate_number", "Luo numero", "when_saved", "Milloin tallennettu", "when_sent", "Milloin l\xe4hetetty", "select_company", "Valitse yritys", "float", "Kelluva", "collapse", "Pienenn\xe4", "show_or_hide", "N\xe4yt\xe4/piilota", "menu_sidebar", "Valikon sivupalkki", "history_sidebar", "Historia sivupalkki", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Ulkoasu", "view", "N\xe4yt\xe4", "module", "Moduuli", "first_custom", "Ensim. muokattu", "second_custom", "Toinen muokattu", "third_custom", "Kolmas muokattu", "show_cost", "N\xe4yt\xe4 kustannus", _s17_88, _s17_89, "show_cost_help", "N\xe4yt\xe4 tuotteen kulukentt\xe4 seurataksesi katetta", _s21_65, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4", _s26_23, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_67, "N\xe4yt\xe4 Laskun m\xe4\xe4r\xe4t", _s26_24, "N\xe4yt\xe4 rivien m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Oletus m\xe4\xe4r\xe4", _s21_71, "Aseta rivim\xe4\xe4r\xe4 oletuksena 1", "one_tax_rate", "Ensimm\xe4inen veroluokka", "two_tax_rates", "Toinen veroluokka", "three_tax_rates", "Kolmas veroluokka", _s16_140, "Oletus veroluokka", "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Laskun vero", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "Laskun veroluokat", "item_tax_rates", "Item Tax Rates", _s18_74, "Valitse asiakas", "configure_rates", "M\xe4\xe4rit\xe4 kurssit", _s18_75, _s18_76, "tax_settings", "Veroasetukset", _s18_77, "Veroluokat", "accent_color", "Nouseva v\xe4ri", "switch", "Switch", _s19_44, "pilkku eroteltu lista", "options", "Valinnat", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Alasvetovalikko", "field_type", "Kent\xe4n tyyppi", _s27_37, "Salasanan palautuss\xe4hk\xf6posti on l\xe4hetetty.", "submit", "Submit", _s16_144, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_145, "Late palkkio Percent", "schedule", "Aikataulu", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_79, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", _s16_270, "payment_partial", _s16_270, _s21_72, "Osittaisen maksun s\xe4hk\xf6postiosoite", "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_147, "Endless muistutus", _s16_149, _s16_150, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_80, "Allow k\xe4ytt\xe4j\xe4 manage users, change asetus ja modify kaikki records", "user_management", "K\xe4ytt\xe4j\xe4nhallinta", "users", "K\xe4ytt\xe4j\xe4t", "new_user", "Uusi k\xe4ytt\xe4j\xe4", "edit_user", "Muokkaa k\xe4ytt\xe4j\xe4", "created_user", "Onnistuneesti luotu k\xe4ytt\xe4j\xe4", "updated_user", "K\xe4ytt\xe4j\xe4 on p\xe4ivitetty onnistuneesti", "archived_user", "K\xe4ytt\xe4j\xe4 arkistoitu onnistuneesti", "deleted_user", "K\xe4ytt\xe4j\xe4 on poistettu onnistuneesti", "removed_user", "Onnistuneesti poistettu k\xe4ytt\xe4j\xe4", "restored_user", "K\xe4ytt\xe4j\xe4 palautettu onnistuneesti", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_92, 'Piilota "Maksettu t\xe4h\xe4n asti"', _s22_55, 'N\xe4yt\xe4 "Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4" kentt\xe4 laskuillasi vain maksetuilla laskuilla.', _s23_31, "Embed Documents", _s28_21, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_153, "n\xe4yt\xe4 Header on", _s16_154, "N\xe4yt\xe4 alatunniste", "first_page", "ensimm\xe4inen page", "all_pages", "All pages", "last_page", "viime page", "primary_font", "Ensisijainen kirjasin", "secondary_font", "toissijainen kirjasin", "primary_color", "P\xe4\xe4v\xe4ri", "secondary_color", "Apuv\xe4ri", "page_size", "Sivukoko", "font_size", "Fontin koko", "quote_design", "Tarjouksen muotoilu", "invoice_fields", "Laskun kent\xe4t", "product_fields", "Tuote kent\xe4t", "invoice_terms", "Laskun ehdot", "invoice_footer", "Laskun alatunniste", "quote_terms", "Tarjouksen ehdot", "quote_footer", "Tarjouksen alatunniste", _s18_81, "automaattinen Email", _s23_32, "automaattisesti s\xe4hk\xf6posti toistuva laskut when they on luotu.", _s18_82, "automaattinen Arkistoi", _s23_33, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_83, "Automaattinen muunnos", _s23_34, "Muunna tarjous automaattisesti laskuksi, kun asiakas on hyv\xe4ksynyt tarjouksen.", _s17_94, "Workflow asetukset", "freq_daily", "p\xe4ivitt\xe4in", "freq_weekly", "viikoittain", "freq_two_weeks", "Kaksi viikkoa", "freq_four_weeks", "nelj\xe4 viikkoa", "freq_monthly", "Kuukausittain", "freq_two_months", "Kaksi kuukautta", _s17_96, "kolme kuukautta", _s16_155, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_156, "3 vuotta", "never", "Ei koskaan", "company", "yritys", _s17_97, _s17_98, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "toistuva etuliite", "number_padding", "numero Padding", "general", "General", "surcharge_field", "Surcharge kentt\xe4", "company_field", "yritys kentt\xe4", "company_value", "yritys Value", "credit_field", "luotto kentt\xe4", "invoice_field", "Lasku kentt\xe4", _s17_99, "Lasku Surcharge", "client_field", "asiakas kentt\xe4", "product_field", "Tuote kentt\xe4", "payment_field", "maksu kentt\xe4", "contact_field", "kontakti kentt\xe4", "vendor_field", "Kauppias kentt\xe4", "expense_field", "kulu kentt\xe4", "project_field", "Projekti kentt\xe4", "task_field", "Teht\xe4v\xe4 kentt\xe4", "group_field", "ryhm\xe4 kentt\xe4", "number_counter", "numero Counter", "prefix", "Etuliite", "number_pattern", "numero Pattern", "messages", "Viestit", "custom_css", "Mukautettu CSS", _s17_101, "Muokautettu JavaScript", _s16_159, "n\xe4yt\xe4 on PDF", _s21_74, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_41, "Laskun ehdot valintaruutu", _s30_9, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_35, "Tarjouksen ehdot valintaruutu", _s28_22, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_42, "Laskun allekirjoitus", _s30_10, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_36, "Tarjouksen allekirjoitus", _s22_57, "salasana suojaa laskut", _s27_38, "Mahdollistaa, ett\xe4 voit antaa salasanan jokaiselle yhteyshenkil\xf6lle. Jos salasana on asetettu, yhteyshenkil\xf6n tulee kirjautua sen avulla sis\xe4\xe4n voidakseen tarkastella laskuja.", "authorization", "Valtuutus", "subdomain", "Alidomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Yst\xe4v\xe4llisesti,", _s24_41, "Tee asiakkaillesi helpommaksi maksaa laskusi ottamalla k\xe4ytt\xf6\xf6n schema.org -merkint\xe4 s\xe4hk\xf6posteissasi.", "plain", "Yksinkertainen", "light", "Vaalea", "dark", "Tumma", "email_design", "S\xe4hk\xf6postin muotoilu", "attach_pdf", "Liit\xe4 PDF", _s16_160, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Ota k\xe4ytt\xf6\xf6n merkint\xe4", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Luottokortti", "bank_transfer", "Pankkisiirto", "priority", "Priority", "fee_amount", "palkkio m\xe4\xe4r\xe4", "fee_percent", "Palkkio prosentti", "fee_cap", "palkkio Cap", "limits_and_fees", "Limits/palkkiot", "enable_min", "Ota k\xe4ytt\xf6\xf6n min", "enable_max", "Ota k\xe4ytt\xf6\xf6n max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_49, "P\xe4ivit\xe4 asiakkaan osoite annetuilla tiedoilla", "rate", "Kanta", "tax_rate", "Verokanta", "new_tax_rate", "Uusi verom\xe4\xe4r\xe4", "edit_tax_rate", "Muokkaa verokantaa", _s16_162, "Verokanta luotu onnistuneesti", _s16_163, "Verokanta p\xe4ivitetty onnistuneesti", _s17_104, "Verokanta arkistoitu onnistuneesti", _s16_164, "Verokanta onnistuneesti poistettu", _s17_105, "Verokanta onnistuneesti palautettu", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_86, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_71, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_165, "Convert tuotteet", _s21_75, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_167, "maksu Gateways", _s19_50, "uusi Gateway", _s20_72, "muokkaa Gateway", _s23_37, "onnistuneesti luotu gateway", _s23_38, "onnistuneesti p\xe4ivitetty gateway", _s24_42, "onnistuneesti arkistoitu gateway", _s23_39, "onnistuneesti poistettu gateway", _s24_43, "onnistuneesti palautettu gateway", _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_76, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_40, "Vuoden ensimm\xe4inen kuukausi", "sunday", "sunnuntai", "monday", "Maanantai", "tuesday", "Tiistai", "wednesday", "Keskiviikko", "thursday", "Torstai", "friday", "Perjantai", "saturday", "Lauantai", "january", "Tammikuu", "february", "Helmikuu", "march", "Maaliskuu", "april", "Huhtikuu", "may", "Toukokuu", "june", "Kes\xe4kuu", "july", "Hein\xe4kuu", "august", "Elokuu", "september", "Syyskuu", "october", "Lokakuu", "november", "Marraskuu", "december", "Joulukuu", "symbol", "Symboli", "ocde", "Koodi", "date_format", "P\xe4iv\xe4m\xe4\xe4r\xe4n muoto", "datetime_format", "P\xe4iv\xe4-Aika esitysmuoto", "military_time", "24 tunnin aika", _s18_87, "N\xe4yt\xe4 24 tunnin aikamuoto", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_51, _s19_52, _s17_107, "Filtered by ryhm\xe4", _s19_53, "Filtered by Lasku", _s18_88, "Filtered by asiakas", _s18_90, "Suodatettu: Kauppias", "group_settings", "ryhm\xe4 asetukset", "group", "ryhm\xe4", "groups", "ryhm\xe4t", "new_group", "uusi ryhm\xe4", "edit_group", "muokkaa ryhm\xe4", "created_group", "onnistuneesti luotu ryhm\xe4", "updated_group", "onnistuneesti p\xe4ivitetty ryhm\xe4", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "onnistuneesti arkistoitu ryhm\xe4", "deleted_group", "onnistuneesti poistettu ryhm\xe4", "restored_group", "onnistuneesti palautettu ryhm\xe4", "upload_logo", "Lataa Logo", "uploaded_logo", "Logo onnistuneesti ladattu palvelimelle", "logo", "Logo", "saved_settings", "onnistuneesti saved asetus", _s16_171, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_109, "Lis\xe4\xe4asetuksia", "company_details", "Yrityksen tiedot", "user_details", "K\xe4ytt\xe4j\xe4tiedot", "localization", "Lokalisointi", "online_payments", "Online maksut", "tax_rates", "Verokannat", "notifications", "S\xe4hk\xf6posti-ilmoitukset", "import_export", "Tuonti | Vienti", "custom_fields", _s17_159, "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_42, "Pohjat ja muistutukset", _s22_58, "luotto Cards & Banks", _s19_55, "Datan visualisaatiot", "price", "Hinta", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_46, "Anna etunimi", _s24_45, "Anna sukunimi", _s33_21, "Ole hyv\xe4 ja hyv\xe4ksy palveluehtomme sek\xe4 tietosuojak\xe4yt\xe4nt\xf6mme luodaksesi k\xe4ytt\xe4j\xe4tilin.", "i_agree_to_the", "Hyv\xe4ksyn", _s16_173, "K\xe4ytt\xf6ehdot", "privacy_policy", "Privacy Policy", "sign_up", "Rekister\xf6idy", "account_login", "Tiliin kirjautuminen", "view_website", "N\xe4yt\xe4 verkkosivu", "create_account", "Luo k\xe4ytt\xe4j\xe4tili", "email_login", "Email Login", "create_new", "luo uusi", _s18_92, "ei record selected", _s21_79, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_43, "Requires enterprise plan", "take_picture", "Ota kuva", "upload_file", "Lataa tiedosto palvelimelle", "document", "Document", "documents", "Asiakirjat", "new_document", "Uusi asiakirja", "edit_document", "Muokkaa asiakirjaa", _s17_111, "onnistuneesti l\xe4hetetty dokumentti", _s16_175, "onnistuneesti p\xe4ivitetty dokumentti", _s17_112, "onnistuneesti arkistoitu dokumentti", _s16_176, "onnistuneesti poistettu dokumentti", _s17_113, "onnistuneesti palautettu dokumentti", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Muunnettu", _s24_47, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_180, "Muunna valuutta", "mark_paid", "Merkitse maksetuksi", "category", "Kategoria", "address", "Osoite", "new_vendor", "Uusi kauppias", "created_vendor", "Kauppias luotin onnistuneesti", "updated_vendor", "Kauppias on p\xe4ivitetty onnistuneesti", "archived_vendor", "Kauppias on arkistoitu onnistuneesti", "deleted_vendor", "Kauppias on poistettu onnistuneesti", "restored_vendor", "Onnistuneesti palautettu kauppias", _s16_181, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_182, _s36_11, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_183, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_184, "onnistuneesti palautettu kulu", _s17_115, "onnistuneesti arkistoitu kulut", _s16_185, "onnistuneesti poistettu kulut", _s17_116, _s37_14, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_80, "Failed find record", "invoiced", "Laskutettu", "logged", "Kirjattu", "running", "K\xe4ynniss\xe4", "resume", "Jatka", "task_errors", "Ole hyv\xe4 ja korjaa p\xe4\xe4llek\xe4iset ajat", "start", "Aloitus", "stop", "Lopetus", "started_task", "Onnistuneesti aloitettu teht\xe4v\xe4", "stopped_task", "Teht\xe4v\xe4 lopetettu onnistuneesti", "resumed_task", "Onnistuneesti jatkettu teht\xe4v\xe4\xe4", "now", "Nyt", _s16_186, "Automaattinen teht\xe4vien aloitus", "timer", "Ajastin", "manual", "Manuaalinen", "budgeted", "Budjetoitu", "start_time", "Aloitusaika", "end_time", "Lopetusaika", "date", "P\xe4iv\xe4m\xe4\xe4r\xe4", "times", "Ajat", "duration", "Kesto", "new_task", "Uusi teht\xe4v\xe4", "created_task", "Teht\xe4v\xe4 luotu onnistuneesti", "updated_task", "Teht\xe4v\xe4 p\xe4ivitetty onnistuneesti", "archived_task", "Teht\xe4v\xe4 arkistoitu onnistuneesti", "deleted_task", "Teht\xe4v\xe4 poistettu onnistuneesti", "restored_task", "Teht\xe4v\xe4 palautettu onnistuneesti", "archived_tasks", ":count teht\xe4v\xe4\xe4 arkistoitu onnistuneesti", "deleted_tasks", ":count teht\xe4v\xe4\xe4 poistettu onnistuneesti", "restored_tasks", _s34_20, _s19_59, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_188, "Onnistuneesti arkistoitu projekti", "deleted_project", _s32_15, _s16_189, "Onnistuneesti palautettu projekti", _s17_117, "Onnistuneesti arkistoitu :count projekti(a)", _s16_190, "Onnistuneesti poistettu :count projekti(a)", _s17_118, _s37_15, "new_project", "Uusi projekti", _s27_47, "kiitos you using our app!", "if_you_like_it", _s21_82, "click_here", "klikkaa t\xe4st\xe4", _s18_96, "Klikkaa t\xe4st\xe4", "to_rate_it", "rate it.", "average", "Keskiarvo", "unapproved", "Hyv\xe4ksym\xe4tt\xf6m\xe4t", _s30_15, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_61, "authenticate", _s24_49, _s24_50, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "t\xe4n\xe4\xe4n", "custom_range", "muokattu Range", "date_range", "P\xe4iv\xe4m\xe4\xe4r\xe4v\xe4li", "current", "nykyinen", "previous", "Previous", "current_period", "nykyinen kausi", _s17_119, "Comparison kausi", "previous_period", "Previous kausi", "previous_year", "Previous Year", "compare_to", "Compare", "last7_days", "viime 7 p\xe4iv\xe4\xe4", "last_week", "viime viikko", "last30_days", "viime 30 p\xe4iv\xe4\xe4", "this_month", "t\xe4m\xe4 kuukausi", "last_month", "viime kuukausi", "this_year", "t\xe4m\xe4 Year", "last_year", "viime Year", "custom", "Mukautettu", _s16_191, "kloonaa Lasku", "clone_to_quote", "Kopioi tarjous", "clone_to_credit", "Clone to Credit", "view_invoice", "Katso lasku", "convert", "Convert", "more", "Lis\xe4\xe4", "edit_client", "Muokkaa asiakas", "edit_product", "Muokkaa tuote", "edit_invoice", "Muokkaa laskua", "edit_quote", "Muokkaa tarjousta", "edit_payment", "Muokkaa maksua", "edit_task", "Muokkaa teht\xe4v\xe4", "edit_expense", "muokkaa kulu", "edit_vendor", "Muokkaa kauppiasta", "edit_project", "Muokkaa projektia", _s20_74, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_193, "Toimitusosoite", "total_revenue", "Kokonaistulot", "average_invoice", "Laskujen keskiarvo", "outstanding", "Maksamattomat laskut", "invoices_sent", ":count laskua l\xe4hetetty", "active_clients", "Aktiiviset asiakkaat", "close", "Sulje", "email", "S\xe4hk\xf6posti", "password", "Salasana", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Kirjaudu ulos", "login", "Kirjaudu sis\xe4\xe4n", "filter", "Suodata", "sort", "Sort", "search", "Etsi", "active", "Aktiivinen", "archived", "Arkistoitu", "deleted", "Poistettu", "dashboard", "Hallintapaneeli", "archive", "Arkisto", "delete", "Poista", "restore", "Palauta", _s16_195, _s16_196, _s23_43, "Anna s\xe4hk\xf6postiosoitteesi", _s26_34, "Anna salasanasi", _s21_83, "Anna sinun URL-osoitteesi", _s26_36, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_121, "virhe occurred", "paid_to_date", "Maksettu t\xe4h\xe4n menness\xe4", "balance_due", "Avoin lasku", "balance", "Saldo", "overview", "Yleiskatsaus", "details", "Tiedot", "phone", "Puhelin", "website", "Kotisivu", "vat_number", "ALV-numero", "id_number", "Asiakasnumero", "create", "Luo", _s19_63, "Copied :arvo clipboard", "error", "Virhe", _s16_197, _s16_198, "contacts", "Yhteystiedot", "additional", "Lis\xe4ksi", "first_name", "Etunimi", "last_name", "Sukunimi", "add_contact", "Lis\xe4\xe4 yhteystieto", "are_you_sure", "Oletko varma?", "cancel", "Peruuta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_201, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_202, "onnistuneesti palautettu tuote", _s17_123, "onnistuneesti arkistoitu :count tuotteet", _s16_203, "onnistuneesti poistettu :count tuotteet", _s17_124, _s37_16, "product_key", "Tuote", "notes", "Viestit", "cost", "Hinta", "client", "Asiakas", "clients", "Asiakkaat", "new_client", "Uusi asiakas", "created_client", "Luotin onnistuneesti asiakas", "updated_client", "Asiakas on p\xe4ivitetty onnistuneesti", "archived_client", "Asiakas on arkistoitu onnistuneesti", _s16_204, _s43_3, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", "Poistettu onnistuneesti :count asiakas(ta)", "restored_client", "Asiakas palautettu onnistuneesti", _s16_205, _s36_13, "address1", "Katu", "address2", "Asunto", "city", "Kaupunki", "state", "L\xe4\xe4ni", "postal_code", "Postinumero", "country", "Maa", "invoice", "Lasku", "invoices", "Laskut", "new_invoice", "Uusi lasku", "created_invoice", "Lasku luotiin onnistuneesti", "updated_invoice", "Lasku p\xe4ivitettiin onnistuneesti", _s16_206, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_207, "Lasku palautettu onnistuneesti", _s17_125, _s43_3, _s16_208, "Poistettiin onnistuneesti :count laskua", _s17_126, _s37_17, "emailed_invoice", "Lasku l\xe4hetettiin onnistuneesti", "emailed_payment", "onnistuneesti emailed maksu", "amount", "M\xe4\xe4r\xe4", "invoice_number", "Laskun numero", "invoice_date", "Laskun p\xe4iv\xe4m\xe4\xe4r\xe4", "discount", "Alennus", "po_number", "Tilaus numero", "terms", "Ehdot", "public_notes", "Julkiset muistiinpanot", "private_notes", "Yksityiset muistiinpanot", "frequency", "Kuinka usein", "start_date", "Alkamisp\xe4iv\xe4m\xe4\xe4r\xe4", "end_date", "Loppup\xe4iv\xe4m\xe4\xe4r\xe4", "quote_number", "Tarjous numero", "quote_date", "Tarjouksen p\xe4iv\xe4m\xe4\xe4r\xe4", "valid_until", "Voimassa", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Kuvaus", "unit_cost", "Kappalehinta", "quantity", "M\xe4\xe4r\xe4", "add_item", "Lis\xe4\xe4 nimike", "contact", "Yhteyshenkil\xf6", "work_phone", "Puhelin", "total_amount", "yhteens\xe4 m\xe4\xe4r\xe4", "pdf", "PDF", "due_date", "Er\xe4p\xe4iv\xe4", _s16_209, "Partial er\xe4p\xe4iv\xe4", "status", "Tila", _s17_127, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_59, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_61, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_76, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_62, "valitse asiakas", _s24_51, "valitse lasku", "task_rate", "Teht\xe4v\xe4n luokitus", "settings", "Asetukset", "language", "Kieli", "currency", "Valuutta", "created_at", "Luotu", "created_on", "Created On", "updated_at", "p\xe4ivitetty", "tax", "Vero", _s30_17, "Ay\xf6t\xe4 laskunumero", _s27_51, "Ole hyv\xe4 ja anna tarjouksen numero", "past_due", "Past Due", "draft", "Luonnos", "sent", "L\xe4hetetty", "viewed", "N\xe4hty", "approved", "Hyv\xe4ksytty", "partial", "Osittainen/Talletus", "paid", "Maksettu", "mark_sent", "Merkitse l\xe4hetetyksi", _s22_64, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_65, "Lasku merkittiin l\xe4hetetyksi onnistuneesti", _s23_45, _s43_4, _s23_46, _s43_4, "done", "Valmis", _s37_18, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_53, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_211, "ei records found", "clone", "Monista", "loading", "Loading", "industry", "Toimiala", "size", "Koko", "payment_terms", "Maksuehdot", "payment_date", "Maksun p\xe4iv\xe4m\xe4\xe4r\xe4", "payment_status", "maksu tila", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Asiakasportaali", "show_tasks", "N\xe4yt\xe4 teht\xe4v\xe4t", "email_reminders", "Email muistutukset", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Ensimm\xe4inen muistutus", "second_reminder", "Toinen muistutus", "third_reminder", "Kolmas muistutus", "reminder1", "ensimm\xe4inen muistutus", "reminder2", "toinen muistutus", "reminder3", "Third muistutus", "template", "Malli", "send", "l\xe4het\xe4", "subject", "Otsikko", "body", "Sis\xe4lt\xf6", "send_email", "L\xe4het\xe4 s\xe4hk\xf6posti", "email_receipt", "L\xe4het\xe4 maksukuitti s\xe4hk\xf6postilla asiakkaalle", "auto_billing", _s22_91, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_85, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_219, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_220, "Maksu palautettu onnistuneesti", _s17_130, "Arkistoitu onnistuneesti :count maksu(a)", _s16_221, "Poistettu onnistuneesti :count maksu(a)", _s17_131, _s37_20, "quote", "Tarjous", "quotes", "Tarjoukset", "new_quote", "Uusi tarjous", "created_quote", "Tarjous on luotu onnistuneesti", "updated_quote", "Tarjous on p\xe4ivitetty onnistuneesti", "archived_quote", "Tarjous on arkistoitu onnistuneesti", "deleted_quote", "Tarjous on poistettu onnistuneesti", "restored_quote", "Tarjous palautettu onnistuneesti", "archived_quotes", ":count tarjous(ta) arkistoitu onnistuneesti", "deleted_quotes", ":count tarjous(ta) poistettu onnistuneesti", "restored_quotes", _s35_22, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Kauppiaat", "task", "Teht\xe4v\xe4", "tasks", "Teht\xe4v\xe4t", "project", "Projekti", "projects", "Projektit", "activity_1", ":user loi asiakkaan :client", "activity_2", ":user arkistoi asiakkaan :client", "activity_3", ":user poisti asiakkaan :client", "activity_4", ":k\xe4ytt\xe4j\xe4 loi laskun :invoice", "activity_5", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti laskun :invoice", "activity_6", ":k\xe4ytt\xe4j\xe4 emailed lasku :lasku for :asiakas :kontakti", "activity_7", ":kontakti katsoi lasku :lasku for :asiakas", "activity_8", ":k\xe4ytt\xe4j\xe4 arkistoi laskun :invoice", "activity_9", ":k\xe4ytt\xe4j\xe4 poisti laskun :invoice", "activity_10", ":kontakti entered maksu :maksu for :payment_amount on lasku :lasku for :asiakas", "activity_11", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti maksun :maksu", "activity_12", ":k\xe4ytt\xe4j\xe4 arkistoi maksun :maksu", "activity_13", ":k\xe4ytt\xe4j\xe4 poisti maksun :maksu", "activity_14", ":k\xe4ytt\xe4j\xe4 sy\xf6tti :luotto hyvityksen", "activity_15", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti :luotto hyvityksen", "activity_16", ":k\xe4ytt\xe4j\xe4 arkistoi :luotto hyvityksen", "activity_17", ":k\xe4ytt\xe4j\xe4 poisti :luotto hyvityksen", "activity_18", ":user loi tarjouksen :quote", "activity_19", ":user p\xe4ivitti tarjouksen :quote", "activity_20", ":user l\xe4hetti s\xe4hk\xf6postitse tarjouksen :quote asiakkaan :client yhteyshenkil\xf6lle :contact", "activity_21", ":contact luki tarjouksen :quote", "activity_22", ":user arkistoi tarjouksen :quote", "activity_23", ":user poisti tarjouksen :quote", "activity_24", ":user palautti tarjouksen :quote", "activity_25", ":k\xe4ytt\xe4j\xe4 palautti laskun :invoice", "activity_26", ":k\xe4ytt\xe4j\xe4 palautti asiakkaan :client", "activity_27", ":k\xe4ytt\xe4j\xe4 palautti maksun :maksu", "activity_28", ":k\xe4ytt\xe4j\xe4 palautti hyvityksen :luotto", "activity_29", ":contact hyv\xe4ksyi tarjouksen :quote asiakkaalle :client", "activity_30", ":k\xe4ytt\xe4j\xe4 loi kauppiaan :vendor", "activity_31", ":k\xe4ytt\xe4j\xe4 arkistoi kauppiaan :vendor", "activity_32", ":k\xe4ytt\xe4j\xe4 poisti kauppiaan :vendor", "activity_33", ":k\xe4ytt\xe4j\xe4 palautti kauppiaan :vendor", "activity_34", ":k\xe4ytt\xe4j\xe4 loi kulun :kulu", "activity_35", ":k\xe4ytt\xe4j\xe4 arkistoi kulun :kulu", "activity_36", ":k\xe4ytt\xe4j\xe4 poisti kulun :kulu", "activity_37", ":k\xe4ytt\xe4j\xe4 palautti kulun :kulu", "activity_39", ":k\xe4ytt\xe4j\xe4 perui :payment_amount maksun :maksu", "activity_40", ":k\xe4ytt\xe4j\xe4 refunded :adjustment a :payment_amount maksu :maksu", "activity_41", ":payment_amount maksu (:maksu) failed", "activity_42", ":k\xe4ytt\xe4j\xe4 loi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_43", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_44", ":k\xe4ytt\xe4j\xe4 arkistoi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_45", ":k\xe4ytt\xe4j\xe4 poisti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_46", ":k\xe4ytt\xe4j\xe4 palautti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_47", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti kulun :kulu", "activity_48", ":user loi k\xe4ytt\xe4j\xe4n :user", "activity_49", ":user p\xe4ivitti k\xe4ytt\xe4j\xe4n :user", "activity_50", ":user arkistoi k\xe4ytt\xe4j\xe4n :user", "activity_51", ":user poisti k\xe4ytt\xe4j\xe4n :user", "activity_52", ":user palutti k\xe4ytt\xe4j\xe4n :user", "activity_53", ":user merkitsi l\xe4hetetyksi laskun :invoice", "activity_54", ":k\xe4ytt\xe4j\xe4 reopened tiketti :tiketti", "activity_55", ":kontakti vastasi tiketti :tiketti", "activity_56", ":k\xe4ytt\xe4j\xe4 katsoi tiketti :tiketti", "activity_57", "J\xe4rjestelm\xe4 ep\xe4onnistui l\xe4hett\xe4m\xe4\xe4n s\xe4hk\xf6postilaskun :invoice", "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_65, _s20_78, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_87, _s34_21, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_66, _s22_67, "custom_value1", "muokattu Value", "custom_value2", "Mukautettu arvo", "custom_value3", "Muokattu arvo 3", "custom_value4", "Muokattu arvo 4", _s18_97, "Muokattu email tyyli", _s24_56, "Muokattu Etusivu viesti", _s29_37, "Muokattu Avoin Lasku viesti", _s27_58, "Muokattu Maksettu Lasku viesti", _s31_18, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lukitse lasku", "translations", "K\xe4\xe4nn\xf6kset", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, "Kauppiaan numerolaskuri", _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "Laskunumeroinnin kaava", _s22_78, "Laskun j\xe4rjestysnumero", _s20_79, "Tarjouksen numeroinnin kuvio", _s20_81, "Tarjouksen j\xe4rjestysnumero", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "Jaettu lasku tarjous laskuri", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, "S\xe4hk\xf6postilaskun aihe", _s19_68, "Tarjouss\xe4hk\xf6postin otsikko", _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Asiakkaan kaupunki", "client_state", "Asiakkaan osavaltio", "client_country", "Asiakkaan valtio", _s16_222, "Asiakas on aktiivinen", "client_balance", "Client Balance", "client_address1", "Asiakkaan katu", "client_address2", "Asiakkaan huoneisto", "vendor_address1", "Toimittajan katuosoite", "vendor_address2", "Toimittajan huoneisto-osoite", _s24_58, "Asiakkaan toimituskatuosoite", _s24_59, "Asiakkaan toimitushuoneisto-osoite", "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_226, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s22_91, "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Mukautettu Vero 1", "custom_taxes2", "Mukautettu Vero 2", "custom_taxes3", "Mukautettu Vero 3", "custom_taxes4", "Mukautettu Vero 4", _s17_134, _s22_87, _s17_135, _s22_88, _s17_136, _s22_89, _s17_137, _s22_90, "is_deleted", "On poistettu", "vendor_city", "Kauppiaan kaupunki", "vendor_state", "Kauppiaan alue", "vendor_country", "Kauppiaan maa", "is_approved", "On hyv\xe4ksytty", "tax_name", "veronimi", "tax_amount", "vero m\xe4\xe4r\xe4", "tax_paid", "vero Paid", "payment_amount", "Maksun m\xe4\xe4r\xe4", "age", "Age", "is_running", "Is Running", "time_log", "Aikaloki", "bank_id", "Pankki", _s19_70, _s19_71, _s16_227, "Kulujen kategoria", _s19_72, _s19_73, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_160, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s22_92, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", _s22_93, _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s29_53, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s20_99, "range", "Port\xe9e", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Le frais pour une facture de :amount serait de :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Accepter", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Client purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Afficher l'aper\xe7u PDF", _s21_20, "Afficher l'aper\xe7u PDF lors de la r\xe9daction des factures", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "D\xe9finir le mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, "M\xe9moriser localement les donn\xe9es afin de d\xe9marrer plus rapidement. La d\xe9sactivation peut am\xe9liorer les performances pour les grands comptes.", "persist_ui", "M\xe9moriser l'interface utilisateur", "persist_ui_help", "M\xe9moriser l'\xe9tat de l'interface utilisateur afin de reprendre l\xe0 o\xf9 vous en \xe9tiez. La d\xe9sactivation peut am\xe9liorer les performances.", _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_50, "view_statement", "Voir le relev\xe9", "sepa", "Pr\xe9l\xe8vement automatique/domiciliation SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nom exp\xe9diteur", _s16_23, _s16_232, _s17_19, _s18_131, _s18_19, _s20_100, _s21_22, _s27_72, _s22_27, _s28_70, _s25_3, "D\xe9pense r\xe9currente cr\xe9\xe9e avec succ\xe8s", _s25_4, "D\xe9pense r\xe9currente mise \xe0 jour avec succ\xe8s", _s26_4, "D\xe9pense r\xe9currente archiv\xe9e avec succ\xe8s", _s25_5, "Projet supprim\xe9 avec succ\xe8s", _s25_6, _s38_2, _s26_5, "D\xe9pense r\xe9currente restaur\xe9e avec succ\xe8s", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "M\xe9moriser les donn\xe9es", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Virgule d\xe9cimale", _s26_6, "Utiliser la virgule comme s\xe9parateur d\xe9cimal dans les formulaires", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", _s22_94, _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer des donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_101, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s17_161, _s17_23, "Nom du contact", "order", "Commande", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre sup\xe9rieur \xe0 z\xe9ro et inf\xe9rieur au total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activ\xe9(e)", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez un sous-domaine ou affichez la facture sur votre propre site web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnements", _s16_41, _s16_42, _s17_29, _s19_84, _s20_29, _s27_73, _s20_30, _s33_26, _s21_34, _s30_37, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Renvoyer une invitation", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Rebondi", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Scannez le code \xe0 barres avec une application compatible :link", _s18_36, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Authentification \xe0 2 facteurs", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s18_132, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ce trimestre", "last_quarter", _s17_162, "to_update_run", "To update run", _s18_39, _s20_102, _s16_54, _s16_55, "invoice_project", _s18_133, "invoice_task", _s17_163, "invoice_expense", "Facturer la d\xe9pense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s28_71, "save_and_email", _s35_28, _s16_58, _s25_62, _s16_60, _s16_271, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s20_103, "document_upload", "T\xe9l\xe9verser un document", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Couleur", "show", "Montrer", "hide", "Cacher", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Colonne", "sample", "Exemple", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", _s32_16, _s16_62, _s16_63, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "URL Webhook", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Veuillez entrer ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner en", "clone_to_other", 'Cloner en "Autre"', "labels", "Labels", "add_custom", "Ajouter", "payment_tax", "Payment Tax", "unpaid", "Non pay\xe9", "white_label", "Marque blanche", "delivery_note", "Bon de livraison", _s24_26, _s39_7, _s24_28, _s37_28, "source_code", "Code source", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Devis expir\xe9", "partial_due", "Solde partiel", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_19, "Total facture", "actions", "Actions", "expense_number", "N\xb0 d\xe9pense", "task_number", "N\xb0 t\xe2che", "project_number", "N\xb0 projet", "project_name", "Project Name", "warning", "Avertissement", "view_settings", _s19_85, _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Devis p\xe9rim\xe9", "remind_invoice", "Remind Invoice", "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone client", "required_fields", "Champs requis", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Effacer le cache", "sort_order", "Ordre de tri", "task_status", "Statut", "task_statuses", "Statuts des t\xe2ches", "new_task_status", "Nouveau statut de t\xe2che", _s16_64, "Modifier les statuts de t\xe2ches", _s19_30, "Statut de t\xe2che cr\xe9\xe9", _s19_31, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_38, "Statut de t\xe2che archiv\xe9", _s19_32, "Statut de t\xe2che supprim\xe9", _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "R\xe9glages des t\xe2ches", _s20_46, _s20_47, _s18_46, "cat\xe9gories de d\xe9pense", _s20_48, _s29_54, _s21_46, _s21_47, _s24_31, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_32, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_20, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_33, _s40_5, _s24_34, _s37_7, _s25_21, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_23, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "Voir les changements", "force_update", _s21_122, _s17_48, "Vous utilisez la derni\xe8re version mais il se peut que des corrections soient en attente.", "mark_paid_help", _s38_17, _s18_48, "Devrait \xeatre factur\xe9", _s23_21, _s33_23, _s29_8, "Rend les documents visibles", _s21_50, "D\xe9finir un taux de change", _s16_68, "R\xe9glages des d\xe9penses", _s18_49, _s20_104, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", _s18_134, "variables", "Variables", "show_password", "Montrer le mot de passe", "hide_password", "Cacher le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_57, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_164, _s25_24, _s47_6, _s25_25, _s48_2, _s25_26, _s47_7, "gateway_refund", _s27_74, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Marquer comme actif", "day_count", "Jour :count", _s22_38, _s20_105, _s21_51, _s20_106, _s17_51, _s31_29, "endless", "Sans fin", "next_send_date", _s22_95, _s16_70, "Cycles restant", _s17_53, _s18_135, _s18_51, _s20_107, _s21_53, _s27_75, _s22_40, "Editer facture r\xe9currente", _s25_27, _s45_9, _s25_28, _s51_6, _s26_13, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_29, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_30, _s47_8, _s26_14, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s30_38, _s25_31, _s37_29, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_17, "profit", "Profit", "line_item", "Ligne d'article", _s18_53, _s21_123, _s23_22, "Accepter le paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_96, _s24_36, "Supporter le paiement au minimum du montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouvert(e)", _s30_4, _s24_72, _s30_5, _s20_108, "gateway_success", _s18_136, "gateway_failure", _s19_86, "gateway_error", _s20_109, "email_send", "Envoi de l'e-mail", _s17_55, _s24_73, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Logs syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Enregister les d\xe9tails de paiement", _s24_37, "Bienvenue sur Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Intitul\xe9", "client_number", _s16_272, "auto_convert", _s25_63, "company_name", _s19_87, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_55, _s23_58, "pdf_page_info", "Page :current sur :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par email avec succ\xe8s", "emailed_quotes", "Les offres ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par e-mail avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_273, "rows_per_page", "Lignes par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", _s21_124, "apply_credit", "Appliquer cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le label", "custom_labels", "Labels personnalis\xe9s", "record_type", _s21_125, "record_name", "Nom d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xc0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_274, "last_login_at", "Derni\xe8re connexion", "company_key", _s16_275, "storefront", "Vitrine", "storefront_help", "Autoriser les tierces parties \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_51, "E-mail de paiement en ligne", _s20_53, "E-mail de paiement manuel", "completed", "Effectu\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres client", _s17_57, _s22_97, _s17_59, _s22_98, "selected_quotes", "Devis s\xe9lectionn\xe9s", "selected_tasks", _s20_110, _s17_61, _s22_99, _s17_63, _s16_276, _s17_65, "Factures en retard", "recent_payments", "Paiements r\xe9cents", "upcoming_quotes", "Devis \xe0 venir", "expired_quotes", "Devis expir\xe9s", "create_client", "Cr\xe9er un client", "create_invoice", _s17_165, "create_quote", "Cr\xe9er un devis", "create_payment", "Nouveau paiement", "create_vendor", _s20_111, "update_quote", "Mettre \xe0 jour le devis", "delete_quote", "Supprimer ce devis", "update_invoice", _s24_74, "delete_invoice", _s20_112, "update_client", _s23_59, "delete_client", _s19_88, "delete_payment", _s21_126, "update_vendor", _s28_72, "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Nouvelle d\xe9pense", "update_expense", _s24_75, "delete_expense", _s20_113, "create_task", "Cr\xe9er une t\xe2che", "update_task", _s22_100, "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approuver le devis", "off", "Ferm\xe9", "when_paid", _s16_277, "expires_on", "Expire le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_51, "hide_sidebar", _s25_64, "event_type", _s16_278, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_39, "api_webhooks", "API Webhooks", "search_webhooks", _s28_73, "search_webhook", _s22_101, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "Modifier le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_30, "removed_webhook", _s35_29, _s16_77, _s37_31, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Jetons d'API", "api_docs", "Documentation des API", "search_tokens", _s26_52, "search_token", _s20_114, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter ce jeton", "created_token", "Jeton cr\xe9\xe9 avec succ\xe8s", "updated_token", "Jeton mis \xe0 jour avec succ\xe8s", "archived_token", "Jeton archiv\xe9 avec succ\xe8s", "deleted_token", "Jeton supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement client", _s24_39, "Autoriser les clients \xe0 s'enregistrer sur le portail", _s21_55, "Personnaliser & pr\xe9visualiser", "email_invoice", "Envoyer la facture par e-mail", "email_quote", "Envoyer ce devis par e-mail", "email_credit", "Cr\xe9dit par mail", "email_payment", "Re\xe7u du paiement par courriel", _s20_56, "Le client n'a pas d'adresse mail d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_76, "owned_by_user", _s26_53, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_55, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_24, "Configurer les conditions de paiements", "payment_term", "Condition de paiement", _s16_83, "Nouvelle condition de paiement", _s17_71, "\xc9diter la condition de paiement", _s20_57, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_58, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_56, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_59, _s40_6, _s20_60, _s40_6, _s21_57, "Les conditions de paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "S'identifier avec l'email", "change", "Modifier", _s23_26, "Modifier la mise en page pour le mobile ?", _s24_40, _s36_24, "send_from_gmail", "Envoyer depuis Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_166, "quote_amount", "Montant devis", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_279, _s18_57, "Rembours\xe9 partiellement", _s16_85, "Rechercher des documents", "search_designs", "Rechercher des designs", "search_invoices", "Rechercher des factures", "search_clients", "Rechercher des clients", "search_products", "Rechercher des produits", "search_quotes", "Rechercher des devis", "search_credits", _s20_115, "search_vendors", _s25_65, "search_users", "Rechercher des utilisateurs", _s16_86, _s25_66, "search_tasks", "Rechercher des t\xe2ches", "search_settings", "Rechercher des param\xe8tres", "search_projects", "Rechercher des projets", "search_expenses", "Rechercher des d\xe9penses", "search_payments", "Rechercher des r\xe8glements", "search_groups", "Rechercher des groupes", "search_company", "Rechercher des entreprises", "search_document", _s23_60, "search_design", _s21_127, "search_invoice", _s22_102, "search_client", _s21_128, "search_product", _s22_103, "search_quote", _s25_67, "search_credit", _s21_129, "search_vendor", "Recherche de 1 fournisseurs", "search_user", _s26_54, "search_tax_rate", _s27_76, "search_task", _s20_116, "search_project", _s21_130, "search_expense", _s22_104, "search_payment", _s23_61, "search_group", _s21_131, "refund_payment", "Remboursement du paiement", _s17_75, "Facture annul\xe9e", _s18_59, "Factures annul\xe9es", _s16_92, _s37_32, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/ Province (D\xe9partement)/ CP", _s17_79, "Ville/Province (D\xe9partement)/Code postal", "custom1", "Personnalis\xe91", "custom2", "Personnalis\xe92", "custom3", "Troisi\xe8me champ personnalis\xe9", "custom4", "Quatri\xe8me champ personnalis\xe9", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_137, _s16_93, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_60, "Attention : Cette action va supprimer vos donn\xe9es et est irr\xe9versible", "invoice_balance", "Solde facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 -60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Rafra\xeechir", "saved_design", "Design enregistr\xe9", "client_details", "Coordonn\xe9es du client", "company_address", _s23_62, "invoice_details", "D\xe9tails de la facture", "quote_details", "D\xe9tail du devis", "credit_details", "D\xe9tails du cr\xe9dit", "product_columns", "Colonnes de produits", "task_columns", "Colonnes de t\xe2ches", "add_field", _s16_280, "all_events", "Tous les \xe9v\xe9nements", "permissions", "Permissions", "none", "Aucun(e)", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "\xc9chec du paiement", "invoice_sent", _s22_105, "quote_sent", "Devis envoy\xe9", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture vue", "quote_viewed", "Devis vue", "credit_viewed", "Cr\xe9dit vue", "quote_approved", "Devis approuv\xe9", _s25_33, _s33_29, _s16_94, _s19_89, "apply_license", _s18_138, "cancel_account", _s19_90, _s22_47, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_48, "Attention : Ceci supprimera d\xe9finitivement votre soci\xe9t\xe9, il n'y a pas d'annulation.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La devis a \xe9t\xe9 converti avec succ\xe8s", "credit_design", "Design des cr\xe9dits", "includes", "Inclus", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "Framework CSS", "custom_designs", "Mod\xe8les personnalis\xe9s", "designs", "Mod\xe8les", "new_design", "Nouveau mod\xe8le", "edit_design", "\xc9diter le mod\xe8le", "created_design", _s32_18, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propositions", "tickets", "Tickets", _s16_98, "Devis r\xe9current", "recurring_tasks", _s18_139, _s18_61, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_281, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_101, _s36_9, "current_version", "Version actuelle", "latest_version", _s16_282, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_106, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_117, "credit_footer", "Pied de page des credits", "credit_terms", _s36_27, "new_company", "Nouveau compte", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e", "company1", "Champ personnalis\xe9 Entreprise 1", "company2", "Champ personnalis\xe9 Entreprise 2", "company3", "Champ personnalis\xe9 Entreprise 3", "company4", "Champ personnalis\xe9 Entreprise 4", "product1", "Champ personnalis\xe9 Produit 1", "product2", "Champ personnalis\xe9 Produit 2", "product3", "Champ personnalis\xe9 Produit 3", "product4", "Champ personnalis\xe9 Produit 4", "client1", "Champ personnalis\xe9 Client 1", "client2", _s21_132, "client3", _s21_133, "client4", _s21_134, "contact1", "Champ personnalis\xe9 Contact 1", "contact2", "Champ personnalis\xe9 Contact 2", "contact3", "Champ personnalis\xe9 Contact 3", "contact4", "Champ personnalis\xe9 Contact 4", "task1", "Champ personnalis\xe9 T\xe2che 1", "task2", "Champ personnalis\xe9 T\xe2che 2", "task3", "Champ personnalis\xe9 T\xe2che 3", "task4", "Champ personnalis\xe9 T\xe2che 4", "project1", "Champ personnalis\xe9 Projet 1", "project2", "Champ personnalis\xe9 Projet 2", "project3", "Champ personnalis\xe9 Projet 3", "project4", "Champ personnalis\xe9 Projet 4", "expense1", "Champ personnalis\xe9 D\xe9pense 1", "expense2", "Champ personnalis\xe9 D\xe9pense 2", "expense3", "Champ personnalis\xe9 D\xe9pense 3", "expense4", "Champ personnalis\xe9 D\xe9pense 4", "vendor1", _s26_55, "vendor2", _s26_56, "vendor3", _s26_57, "vendor4", _s26_58, "invoice1", "Champ personnalis\xe9 Facture 1", "invoice2", "Champ personnalis\xe9 Facture 2", "invoice3", "Champ personnalis\xe9 Facture 3", "invoice4", "Champ personnalis\xe9 Facture 4", "payment1", "Champ personnalis\xe9 Paiement 1", "payment2", "Champ personnalis\xe9 Paiement 2", "payment3", "Champ personnalis\xe9 Paiement 3", "payment4", "Champ personnalis\xe9 Paiement 4", "surcharge1", "Autre frais 1", "surcharge2", "Autre frais 2", "surcharge3", "Autre frais 3", "surcharge4", "Autre frais 4", "group1", "Champ personnalis\xe9 Groupe 1", "group2", "Champ personnalis\xe9 Groupe 2", "group3", "Champ personnalis\xe9 Groupe 3", "group4", "Champ personnalis\xe9 Groupe 4", "reset", "Remettre \xe0 z\xe9ro", "number", "Nombre", "export", "Exporter", "chart", "Graphique", "count", "Compte", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_67, _s29_56, _s17_83, "Nom du contact", "contact_phone", _s20_118, _s21_59, "Valeur champ personnalis\xe9 Contact 1", _s21_60, "Valeur champ personnalis\xe9 Contact 2", _s21_61, "Valeur champ personnalis\xe9 Contact 3", _s21_62, "Valeur champ personnalis\xe9 Contact 4", _s17_85, "Rue", _s17_86, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_140, _s20_61, "Code postal", _s16_132, "Pays", _s16_134, "Rue", _s16_135, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_140, _s19_40, "Code postal", "billing_country", "Pays", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter une colonne", "edit_columns", "\xc9diter les colonnes", "columns", "Colonnes", "aging", "Vieillissement", "profit_and_loss", "Profits et Pertes", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter compte", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_91, "multiselect", _s18_141, "entity_state", "\xc9tat", "verify_password", _s24_77, "applied", "Publi\xe9", _s21_63, "Contient les erreurs r\xe9centes des journaux", _s30_8, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_63, "Voir les d\xe9tails du produit", _s25_35, _s78_, _s20_65, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_70, _s31_30, _s23_28, _s41_10, _s18_72, "Modifier les param\xe8tres", "support_forum", "forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel de cr\xe9dit", "iframe_url", "Site internet", "domain_url", "URL du domaine", _s21_64, "Mot de passe trop court", _s20_66, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_42, "T\xe2che du portail client", _s23_29, _s33_30, _s20_67, "Saisissez une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9", "yes", "Oui", "no", "Non", "generate_number", _s17_167, "when_saved", "Lors de l'enregistrement", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionner une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher/cacher", "menu_sidebar", "Barre lat\xe9rale du menu", "history_sidebar", _s18_142, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_119, "second_custom", _s19_92, "third_custom", _s22_107, "show_cost", "Voir le co\xfbt", _s17_88, _s17_89, "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_65, "Voir la quantit\xe9 du produit", _s26_23, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_67, "Voir la quantit\xe9 sur la facture", _s26_24, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s19_93, _s21_71, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_168, "three_tax_rates", "Trois taux de taxe", _s16_140, _s23_63, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_74, _s31_31, "configure_rates", "Configurer les taux", _s18_75, _s18_76, "tax_settings", "R\xe9glages des taxes", _s18_77, "Taux de taxes", "accent_color", _s27_77, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_142, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_283, "field_type", "Type du champ", _s27_37, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_143, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_145, "Pourcentage de p\xe9nalit\xe9 de retard", "schedule", "Planification", "before_due_date", "Avant la date d'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s la date d'\xe9ch\xe9ance", _s18_79, _s28_74, "days", "Jours", "invoice_email", "E-mail de facture", "payment_email", "E-mail de paiement", "partial_payment", _s16_284, "payment_partial", "Partial Payment", _s21_72, "Mail de paiement partiel", "quote_email", "E-mail de devis", _s16_147, "Rappel sans fin", _s16_149, _s22_108, "administrator", "Administrateur", _s18_80, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_78, "users", "Utilisateurs", "new_user", _s18_144, "edit_user", _s20_120, "created_user", "Utilisateur cr\xe9\xe9 avec succ\xe8s avec succ\xe8s", "updated_user", "Utilisateur mis \xe0 jour avec succ\xe8s", "archived_user", "Utilisateur archiv\xe9 avec succ\xe8s", "deleted_user", "Utilisateur supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 supprim\xe9", "restored_user", "Commande restaur\xe9e avec succ\xe8s", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s19_94, "invoice_options", "Options de facturation", _s17_92, _s24_79, _s22_55, 'Afficher la ligne "Pay\xe9 \xe0 ce jour" sur vos factures seulement une fois qu\'un paiement a \xe9t\xe9 re\xe7u.', _s23_31, _s18_145, _s28_21, "Inclure l'image attach\xe9e dans la facture.", _s16_153, "Voir les en-t\xeates sur", _s16_154, "Voir les pieds de page sur", "first_page", "Premi\xe8re page", "all_pages", "Toutes les pages", "last_page", "Derni\xe8re page", "primary_font", "Police principale", "secondary_font", "Police secondaire", "primary_color", _s18_146, "secondary_color", _s18_147, "page_size", "Taille de Page", "font_size", _s16_285, "quote_design", "Mise en page des Devis", "invoice_fields", _s17_169, "product_fields", "Champs de produit", "invoice_terms", _s25_68, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_81, "Envoyer automatiquement par courriel", _s23_32, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s18_82, "Archiver automatiquement", _s23_33, "Archiver automatiquement les devis lorsqu'ils sont convertis.", _s18_83, _s25_63, _s23_34, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_94, _s29_57, "freq_daily", "Quotidien", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Deux semaines", "freq_four_weeks", "Quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_64, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_157, _s17_170, "number_padding", _s23_65, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_95, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_99, "Majoration de facture", "client_field", "Champ de client", "product_field", "Champ de produit", "payment_field", "Champ de Paiement", "contact_field", "Champ de contact", "vendor_field", "Champ de fournisseur", "expense_field", "Champ de d\xe9pense", "project_field", "Champ de projet", "task_field", "Champ de t\xe2che", "group_field", "Champ de Groupe", "number_counter", _s18_148, "prefix", "Pr\xe9fixe", "number_pattern", _s16_286, "messages", "Messages", "custom_css", _s16_287, _s17_101, _s23_66, _s16_159, _s19_96, _s21_74, "Afficher la signature du client sur la facture / le devis PDF.", _s25_41, _s48_3, _s30_9, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_35, "Case \xe0 cocher pour les conditions d'offre", _s28_22, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_42, _s20_121, _s30_10, "Exiger que le client signe", _s23_36, "Signature de l'offre", _s22_57, _s42_16, _s27_38, "Autoriser la cr\xe9ation d'un mot de passe pour chaque contact. Si un mot de passe est cr\xe9\xe9, le contact devra entrer un mot de passe avant de voir les factures.", "authorization", "Autorisation", "subdomain", "Sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_41, "Rendez le r\xe8glement de vos clients plus facile en ajoutant les markup schema.org \xe0 vos courriels.", "plain", "Brut", "light", "Clair", "dark", "Sombre", "email_design", _s18_149, "attach_pdf", "Joindre PDF", _s16_160, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_46, "Activer le balisage", "reply_to_email", "Adresse de r\xe9ponse", "reply_to_name", "Reply-To Name", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de Cr\xe9dit", "bank_transfer", _s17_171, "priority", "Priorit\xe9e", "fee_amount", _s17_172, "fee_percent", _s21_135, "fee_cap", _s16_288, "limits_and_fees", "Limites/Frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_59, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_49, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_122, "edit_tax_rate", _s22_109, _s16_162, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_163, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_104, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Remplissage auto des produits", _s18_86, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_71, _s65_1, _s16_165, _s22_110, _s21_75, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_111, _s16_167, "Passerelles de paiements", _s19_50, _s19_97, _s20_72, _s20_123, _s23_37, _s37_33, _s23_38, _s43_5, _s24_42, _s40_7, _s23_39, _s41_11, _s24_43, _s41_12, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_289, _s21_76, "Premier Jour de la Semaine", _s23_40, _s23_67, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de la date", "datetime_format", _s17_173, "military_time", "24H", _s18_87, "Affichage sur 24h", "send_reminders", _s19_98, "timezone", "Fuseau horaire", _s19_51, _s18_150, _s17_107, _s18_151, _s19_53, "Filtr\xe9 par Facture", _s18_88, "Filtr\xe9 par Client", _s18_90, "Filtr\xe9 par Vendeur", "group_settings", "Param\xe8tres de groupe", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_290, "created_group", _s32_19, "updated_group", _s38_20, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "Envoyer le logo", "uploaded_logo", "Le logo a \xe9t\xe9 envoy\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 enregistr\xe9s avec succ\xe8s", _s16_171, "R\xe9glages du produit", "device_settings", _s24_80, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_152, _s17_109, _s18_153, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_154, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_124, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_60, "email_settings", "Param\xe8tres d'e-mail", _s23_42, "Mod\xe8les & Rappels", _s22_58, _s27_78, _s19_55, _s25_69, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_68, _s27_42, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_57, _s17_174, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_46, "Veuillez entrer un pr\xe9nom", _s24_45, _s22_112, _s33_21, "Veuillez accepter les conditions d'utilisation et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte les", _s16_173, _s24_81, "privacy_policy", _s28_75, "sign_up", "S\u2019enregistrer", "account_login", "Connexion \xe0 votre compte", "view_website", "Voir le site Web", "create_account", "Cr\xe9er un compte", "email_login", "Email de connexion", "create_new", "Cr\xe9er", _s18_92, _s32_20, _s21_79, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ac\u03bd\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "take_picture", "\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03c3\u03b5\u03c4\u03b5", "upload_file", "Envoyer un fichier", "document", "Document", "documents", "Documents", "new_document", "\u039d\u03ad\u03bf \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03ba\u03b4\u03ce\u03c3\u03b5\u03c4\u03b5 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", _s17_111, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_175, "Document mis \xe0 jour avec succ\xe8s", _s17_112, "Document archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_155, "pending", "En attente", _s16_177, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_178, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_179, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_47, "Ajouter un document \xe0 la facture", "exchange_rate", "Taux de change", _s16_180, "Convertir la devise", "mark_paid", "Marquer comme pay\xe9", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_99, "created_vendor", "Fournisseur cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Founisseur mis \xe0 jour avec succ\xe8s", "archived_vendor", "Fournisseur archiv\xe9 avec succ\xe8s", "deleted_vendor", "Fournisseur supprim\xe9 avec succ\xe8s", "restored_vendor", "Fournisseur restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_182, _s36_11, "new_expense", "Saisir une d\xe9pense", "created_expense", "D\xe9pense cr\xe9\xe9e avec succ\xe8s", "updated_expense", "D\xe9pense mise \xe0 jour avec succ\xe8s", _s16_183, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_184, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_115, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_185, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_116, _s37_14, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_156, "design", "Design", _s21_80, "\xc9l\xe9ment non trouv\xe9", "invoiced", "Factur\xe9", "logged", "Enregistr\xe9", "running", "En cours", "resume", "Reprendre", "task_errors", "Merci de corriger les horaires conflictuels", "start", "D\xe9but", "stop", "Fin", "started_task", "T\xe2che d\xe9marr\xe9e avec succ\xe8s", "stopped_task", "T\xe2che stopp\xe9e avec succ\xe8s", "resumed_task", "T\xe2che relanc\xe9e avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrer automatiquement les t\xe2ches", "timer", "Compteur", "manual", "Manuel", "budgeted", "Budg\xe9tis\xe9", "start_time", "D\xe9but", "end_time", "Heure de fin", "date", "Date", "times", "Horaires", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "T\xe2che cr\xe9\xe9e avec succ\xe8s", "updated_task", "T\xe2che mise \xe0 jour avec succ\xe8s", "archived_task", "T\xe2che archiv\xe9e avec succ\xe8s", "deleted_task", "T\xe2che supprim\xe9e avec succ\xe8s", "restored_task", "T\xe2che restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches supprim\xe9es avec succ\xe8s", "restored_tasks", _s34_20, _s19_59, _s22_112, "budgeted_hours", _s16_291, "created_project", _s32_21, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_117, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_190, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_118, _s37_15, "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app !", "if_you_like_it", _s27_79, "click_here", "cliquer ici", _s18_96, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_69, _s24_49, _s21_136, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s21_137, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_100, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_119, "Comparaison de p\xe9riode", "previous_period", _s18_157, "previous_year", _s16_292, "compare_to", "Comparer \xe0", "last7_days", _s16_293, "last_week", "Semaine derni\xe8re", "last30_days", _s17_175, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Dupliquer la facture", "clone_to_quote", "Dupliquer en devis", "clone_to_credit", "Cloner en cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier ce client", "edit_product", "\xc9diter ce produit", "edit_invoice", _s19_101, "edit_quote", "\xc9diter ce devis", "edit_payment", "\xc9diter le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pensee", "edit_vendor", _s21_138, "edit_project", "Editer le projet", _s20_74, "Editer devis r\xe9current", "billing_address", _s22_113, _s16_193, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_82, "active_clients", "clients actifs", "close", "Fermer", "email", "E-mail", "password", "Mot de passe", "url", "URL", "secret", "Cl\xe9 secr\xe8te", "name", "Nom", "logout", "Se d\xe9connecter", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Rafraichissement termin\xe9", _s23_43, "Entrez votre adresse e-mail", _s26_34, "Entez votre mot de passe", _s21_83, "Entrez votre URL", _s26_36, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Une erreur s'est produite", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Montant d\xfb", "balance", "Solde", "overview", "Vue d'ensemble", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site Web", "vat_number", "Num\xe9ro de TVA", "id_number", "Num\xe9ro ID", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_125, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_158, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_199, "L'adresse de courriel n'est pas correcte", "product", "Produit", "products", "Produits", "new_product", "Nouvel article", "created_product", "Produit cr\xe9\xe9 avec succ\xe8s", "updated_product", "Produit mis \xe0 jour avec succ\xe8s", _s16_201, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_34, _s16_202, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_124, _s37_16, "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Client cr\xe9\xe9 avec succ\xe8s", "updated_client", "Client modifi\xe9 avec succ\xe8s", "archived_client", "Client archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Client supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients supprim\xe9s avec succ\xe8s", "restored_client", "Client restaur\xe9 avec succ\xe8s", _s16_205, _s36_13, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_140, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_294, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_206, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_207, "Facture restaur\xe9e avec succ\xe8s", _s17_125, ":count factures archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, _s37_17, "emailed_invoice", "Facture envoy\xe9e par e-mail avec succ\xe8s", "emailed_payment", "Paiement envoy\xe9 par email avec succ\xe8s", "amount", "Montant", "invoice_number", "Num\xe9ro de facture", "invoice_date", "Date de facture", "discount", "Remise", "po_number", "N\xb0 de Bon de Commande", "terms", "Conditions", "public_notes", "Note publique", "private_notes", _s18_159, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "Devis num\xe9ro", "quote_date", "Date du devis", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Depot Partial", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter Article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant Total", "pdf", "Fichier PDF", "due_date", "Date d'\xe9ch\xe9ance", _s16_209, _s16_284, "status", "Statut", _s17_127, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_59, "Cliquer pour ajouter un article (objet)", _s22_61, _s35_36, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_76, "S\xe9lectionnez une date", _s22_62, "S\xe9lectionnez un client", _s24_51, "S\xe9lectionnez une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Date de cr\xe9ation", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "S\xe9lectionnez un num\xe9ro de facture", _s27_51, "S\xe9lectionner un num\xe9ro de devis", "past_due", "En retard", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vu", "approved", "Approuv\xe9", "partial", "Partiel/d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_126, _s22_64, "Facture marquee comme envoyee avec succes", _s22_65, "Facture marqu\xe9e comme envoy\xe9e", _s23_45, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_46, "Factures marqu\xe9es comme envoy\xe9es", "done", "Termin\xe9", _s37_18, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_53, "Recommencer k'app pour introduire l'app change", "refresh_data", "Rafra\xeechir les donn\xe9es", "blank_contact", "Details pour contacter la Banque", "activity", "Activit\xe9", _s16_211, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", "Conditions de paiement", "payment_date", _s16_295, "payment_status", _s16_296, _s16_213, "En attente", _s16_214, "Annul\xe9", _s16_215, "\xc9chou\xe9", _s16_216, "Compl\xe9t\xe9", _s16_217, _s23_70, _s16_218, "Remboursement", _s17_128, "Non appliqu\xe9", _s17_129, _s19_27, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher des taches", "email_reminders", "Messages de rappel par courriel", "enabled", "Activ\xe9", "recipients", "Destinataires", "initial_email", _s16_297, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_298, "reminder1", "Premier Message de Rappel", "reminder2", "Deuxieme Message de Rappel", "reminder3", "Troisieme Message de Rappel", "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer l'e-mail", "email_receipt", "Envoyer le re\xe7u par e-mail au client", "auto_billing", "Debit Automatique", "button", "Bouton", "preview", "Pr\xe9visualisation", "customize", "Personnaliser", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9", "payment_type", _s16_274, _s21_85, "R\xe9f\xe9rence transaction", "enter_payment", "Saisissez un paiement", "new_payment", "Entrer un paiement", "created_payment", "Paiement cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Paiement mis \xe0 jour avec succ\xe8s", _s16_219, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_220, "Paiement restaur\xe9 avec succ\xe8s", _s17_130, ":count paiement archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements supprim\xe9s avec succ\xe8s", _s17_131, _s37_20, "quote", "Devis", "quotes", "Devis", "new_quote", "Nouveau devis", "created_quote", "Devis cr\xe9\xe9 avec succ\xe8s", "updated_quote", "Devis mis \xe0 jour avec succ\xe8s", "archived_quote", "Devis archiv\xe9 avec succ\xe8s", "deleted_quote", "Devis supprim\xe9 avec succ\xe8s", "restored_quote", "Devis restaur\xe9 avec succ\xe8s", "archived_quotes", ":count devis archiv\xe9s avec succ\xe8s", "deleted_quotes", ":count devis supprim\xe9s avec succ\xe8s", "restored_quotes", _s35_22, "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_40, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_22, "activity_5", _s38_24, "activity_6", ":user a mail\xe9 la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a vu la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi un paiement :payment concernant :invoice pour :client", "activity_11", ":user a mis \xe0 jour le moyen de paiement :payment", "activity_12", ":user a archiv\xe9 le moyen de paiement :payment", "activity_13", ":user a supprim\xe9 le moyen de paiement :payment", "activity_14", ":user a entr\xe9 le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 le devis :quote", "activity_19", ":user a mis \xe0 jour le devis :quote", "activity_20", ":user a mail\xe9 un devis :quote pour :client \xe0 :contact", "activity_21", ":contact a lu le devis :quote", "activity_22", ":user a archiv\xe9 le devis :quote", "activity_23", ":user a supprim\xe9 le devis :quote", "activity_24", ":user a restaur\xe9 le devis :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_35, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_23, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement de :payment_amount (:payment)", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement de :payment_amount (:payment)", "activity_41", _s50_11, "activity_42", _s27_80, "activity_43", _s33_33, "activity_44", _s30_41, "activity_45", _s31_32, "activity_46", _s31_33, "activity_47", _s38_26, "activity_48", _s32_24, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9-ouvert le ticket :ticket", "activity_55", ":contact a r\xe9pondu au ticket :ticket", "activity_56", ":user a visualis\xe9 le ticket :ticket", "activity_57", "La facture :invoice n'a pu \xeatre envoy\xe9e", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s27_81, "emailed_quote", "Devis envoy\xe9 par e-mail avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par mail avec succ\xe8s", _s20_78, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_87, "Le cr\xe9dit a bien \xe9t\xe9 marqu\xe9 comme envoy\xe9", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", "Valeur Personnalis\xe9e 1", "custom_value2", "Valeur Personnalis\xe9e 2", "custom_value3", _s22_114, "custom_value4", _s22_115, _s18_97, _s30_42, _s24_56, _s39_12, _s29_37, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour un paiement de facture", _s31_18, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", _s24_83, "translations", "Traductions", _s19_64, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_66, "Mod\xe8le de compteur de t\xe2che", _s22_68, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_70, "Mod\xe8le de compteur de d\xe9pense", _s21_88, "Mod\xe8le de num\xe9ro de fournisseur", _s21_90, "Mod\xe8le de compteur de fournisseur", _s21_92, "Mod\xe8le de num\xe9ro de ticket", _s21_94, "Mod\xe8le de compteur de ticket", _s22_72, "Mod\xe8le de num\xe9ro de paiement", _s22_74, "Mod\xe8le de compteur de paiement", _s22_76, "Mod\xe8le de num\xe9ro de facture", _s22_78, _s29_58, _s20_79, "Mod\xe8le de num\xe9ro de devis", _s20_81, "Compteur du num\xe9ro de devis", _s21_96, _s26_61, _s21_98, _s28_76, _s21_100, _s26_61, _s21_101, _s28_76, _s18_99, _s33_34, "counter_padding", _s22_116, _s28_57, "Compteur partag\xe9 pour les factures et les offres", _s18_101, "Nom par d\xe9faut de la taxe 1", _s18_103, "Taux par d\xe9faut de la taxe 1", _s18_105, "Nom par d\xe9faut de la taxe 2", _s18_107, "Taux par d\xe9faut de la taxe 2", _s18_109, "Nom par d\xe9faut de la taxe 3", _s18_111, "Taux par d\xe9faut de la taxe 3", _s21_102, "Sujet du courriel de la facture", _s19_68, "Sujet du courriel du devis", _s21_104, "Sujet du courriel du paiement", _s29_39, "Sujet du mail de paiement partiel", "show_table", "Afficher en tableau", "show_list", "Afficher en liste", "client_city", "Ville du client", "client_state", "R\xe9gion du client", "client_country", "Pays du client", _s16_222, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Adresse du client", "client_address2", _s22_117, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "Adresse de livraison du client", _s24_59, "App / Bureau de livraison du client", "type", "Type", "invoice_amount", _s21_139, _s16_226, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_71, "archived_at", "Archiv\xe9 le", "has_expenses", "D\xe9penses en cours", "custom_taxes1", "Autres taxes 1", "custom_taxes2", "Autres taxes 2", "custom_taxes3", "Autres taxes 3", "custom_taxes4", "Autres taxes 4", _s17_134, "Autre frais 1", _s17_135, "Autre frais 2", _s17_136, "Autre frais 3", _s17_137, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_127, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_102, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de la taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_103, "age", "Anciennet\xe9", "is_running", "Is Running", "time_log", _s16_299, "bank_id", "Banque", _s19_70, _s19_71, _s16_227, _s20_128, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", _s17_176, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_160, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s22_92, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", _s22_93, _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Cr\xe9er votre compte en quelques secondes", "login_label", _s28_0, "add_to_invoice", _s29_53, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s20_99, "range", "\xc9tendue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Les frais pour une facture de :amount serait :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approuver", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Le client a \xe9t\xe9 purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nouveau mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_50, "view_statement", "Visualiser le relev\xe9", "sepa", "SEPA D\xe9bit direct", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nom de", _s16_23, _s16_232, _s17_19, _s18_131, _s18_19, _s20_100, _s21_22, _s27_72, _s22_27, _s28_70, _s25_3, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_5, _s36_30, _s25_6, _s38_2, _s26_5, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", _s22_94, _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer les donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user a cr\xe9\xe9 une facture r\xe9currente :recurring_invoice", "activity_101", ":user a mis \xe0 jour une facture r\xe9currente :recurring_invoice", "activity_102", ":user a archiv\xe9 une facture r\xe9currente :recurring_invoice", "activity_103", ":user a supprim\xe9 une facture r\xe9currente :recurring_invoice", "activity_104", ":user a restaur\xe9 une facture r\xe9currente :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_101, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s17_161, _s17_23, "Nom du contact", "order", "Order", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre plus grand que z\xe9ro et moins que le total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Autoriser", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez le sous-domaine ou affichez la facture sur votre site web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Nouvel abonnement", _s17_29, _s19_84, _s20_29, _s27_73, _s20_30, _s33_26, _s21_34, _s30_37, _s20_31, "L'abonnement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_32, "L'abonnement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_35, "L'abonnement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_21, "Recherche de 1 abonnement", _s20_33, "Recherche :count abonnements", _s26_8, "Le sous-domaine n'est pas disponible", "connect_gmail", "Connectez Gmail", _s16_43, "D\xe9connecter Gmail", "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_35, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_45, "Les modifications apport\xe9es au code de base peuvent bloquer la mise \xe0 jour, vous pouvez ex\xe9cuter cette commande pour annuler les modifications:", _s16_46, "Num\xe9ro d'identification du client", "count_minutes", ":count minutes", _s16_48, "D\xe9lai d'expiration du mot de passe", _s29_5, "Compteur partag\xe9 pour les factures et les cr\xe9dits", "use_last_email", "Utiliser le dernier e-mail", _s16_50, "Activer la soci\xe9t\xe9", _s21_37, "Activez les courriels, les factures r\xe9currentes et les notifications", _s27_16, "Une erreur s'est produite, veuillez r\xe9essayer", _s27_17, "Veuillez d'abord d\xe9finir un mot de passe", _s34_7, "Attention: modifier votre num\xe9ro de t\xe9l\xe9phone d\xe9sactivera l'authentification \xe0 deux facteurs (A2F)", "help_translate", "Aide \xe0 la traduction", _s23_16, "Veuillez s\xe9lectionner un pays", "resend_invite", "Renvoyer l'invitation", _s19_22, "L'authentification \xe0 deux facteurs (A2F) a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_52, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_23, "Le comte a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", "delivered", "Livr\xe9", "bounced", "Rejet\xe9s", "spam", "Pourriel", "view_docs", "Afficher la documentation", _s32_4, "Veuillez fournir un num\xe9ro de t\xe9l\xe9phone mobile pour activer l'authentification \xe0 deux facteurs", "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_38, "Scannez le code barre avec une :link app compatible.", _s18_36, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_31, "D\xe9connecter Google", _s17_33, "Authentification \xe0 deux facteurs", _s18_37, "D\xe9sactiver l'authentification \xe0 deux facteurs", _s34_8, "Requiert un mot de passe avec une connexion de r\xe9seau social", "stay_logged_in", "Restez connect\xe9", _s23_18, "Avertissement: Votre session va expirer bient\xf4t", "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_24, "Expiration de la session web", _s17_34, "Param\xe8tres de s\xe9curit\xe9", "resend_email", "Renvoyer le courriel", _s26_10, "Veuillez confirmer votre adresse courriel", _s16_53, _s18_132, _s19_26, _s27_82, _s19_28, "Veuillez s\xe9lectionner un utilisateur authentifi\xe9 avec Gmail", "list_long_press", "Longue pression pour liste", "show_actions", "Afficher les actions", _s17_36, "D\xe9marrer la multis\xe9lection", _s27_19, "Un courriel a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse courriel", _s21_39, "Pour utiliser :client_counter veuillez ajouter soit :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_162, "to_update_run", "Pour mettre \xe0 jour l'ex\xe9cution", _s18_39, _s20_102, _s16_54, "URL d'enregistrement", "invoice_project", _s18_133, "invoice_task", _s17_163, "invoice_expense", "Facture de d\xe9pense", _s19_29, "Rechercher 1 d\xe9lai de paiement", _s20_34, "Rechercher :count d\xe9lais de paiement", _s16_56, _s28_71, "save_and_email", _s35_28, _s16_58, _s25_62, _s16_60, _s16_271, _s17_38, "Solde converti", _s22_31, "Pay\xe9 \xe0 ce jour converti", _s24_21, "Solde de cr\xe9dit converti", "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_40, _s20_103, "document_upload", "T\xe9l\xe9versement de document", _s20_35, "Autoriser les clients \xe0 t\xe9l\xe9verser des documents", "expense_total", "Total des d\xe9penses", "enter_taxes", "Saisir les taxes", "by_rate", "Par taux", "by_amount", "Par montant", "enter_amount", "Entrer le montant", "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s taxes", "color", "Couleur", "show", "Voir", "hide", "Cacher", "empty_columns", "Colonnes vides", _s21_41, "Mode debug activ\xe9", _s26_11, "Avertissement: Pour usage local seulement. Fuites de donn\xe9es possible. En savoir plus.", "running_tasks", "T\xe2ches en cours", "recent_tasks", "T\xe2ches r\xe9centes", "recent_expenses", "D\xe9penses r\xe9centes", _s17_42, "D\xe9penses \xe0 venir", "update_app", "Mettre \xe0 jour l'App", "started_import", "L'importation a d\xe9marr\xe9 avec succ\xe8s", _s24_23, "Dupliquer le mappage de colonnes", _s20_36, "Utiliser taxes incluses", _s18_41, "Est Montant rabais", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_16, "Utiliser premi\xe8re rang\xe9e comme noms de colonnes", "select_file", _s32_16, _s16_62, "Aucun fichier s\xe9lectionn\xe9", "csv_file", "Fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_33, "Veuillez fournir tous les CSV.", "import_type", "Type d'importation", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Voir les licences", "webhook_url", "URL Webhook", _s17_44, "\xc9diteur plein \xe9cran", "sidebar_editor", "\xc9diteur de barre lat\xe9rale", _s22_34, 'Veuillez saisir ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner vers", "clone_to_other", "Cloner vers Autre", "labels", "\xc9tiquettes", "add_custom", "Ajout personnalis\xe9", "payment_tax", "Paiement de taxe", "unpaid", "Impay\xe9", "white_label", "Sans marque", "delivery_note", "Note de livraison", _s24_26, _s39_7, _s24_28, _s37_28, "source_code", "Code source", "app_platforms", "Plateformes d'app", "invoice_late", "facture en retard", "quote_expired", _s18_160, "partial_due", "Montant partiel d\xfb", "invoice_total", "Montant total", "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_19, "Total de facture", "actions", "Actions", "expense_number", "Num\xe9ro de d\xe9pense", "task_number", "Num\xe9ro de t\xe2che", "project_number", "Num\xe9ro de projet", "project_name", "Nom du projet", "warning", "Avertissement", "view_settings", _s19_85, _s24_30, "Avertissement: Cette entreprise n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", "Facture en retard", "expired_quote", _s18_160, "remind_invoice", "Rappeler la facture", "cvv", "CVV", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone du client", "required_fields", "Champs requis", "calculated_rate", "Taux calcul\xe9", _s17_46, "Taux de t\xe2che par d\xe9faut", "clear_cache", "Vider le cache", "sort_order", "Ordre de tri", "task_status", "\xc9tat", "task_statuses", "\xc9tats de t\xe2che", "new_task_status", "Nouvel \xe9tat de t\xe2che", _s16_64, "\xc9dition de l'\xe9tat de t\xe2che", _s19_30, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_31, "Le statut de la t\xe2che a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_38, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_32, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_33, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_39, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_35, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_43, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_36, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_43, "Recherche 1 \xe9tat de t\xe2che", _s20_41, "Recherche :count \xe9tats de t\xe2che", _s16_66, "Afficher le tableau des t\xe2ches", _s21_44, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_42, "Facturer le journal du temps des t\xe2ches", _s25_17, "Ajouter les d\xe9tails de temps aux lignes d'articles des factures", _s20_44, "Facturer le journal des dates des t\xe2ches", _s25_18, "Ajouter les d\xe9tails de date aux lignes d'articles des factures", _s21_45, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_44, "Configurer les \xe9tats", "task_settings", "Param\xe8tres des t\xe2ches", _s20_46, "Configurer les cat\xe9gories", _s18_46, "Cat\xe9gories de d\xe9pense", _s20_48, _s29_54, _s21_46, "\xc9diter la cat\xe9gorie D\xe9pense", _s24_31, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_32, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_20, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_33, _s40_5, _s24_34, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_21, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_23, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_12, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_24, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_20, "Recherche 1 cat\xe9gorie de d\xe9pense", _s25_23, "Recherche :count cat\xe9gorie de d\xe9pense", _s21_48, "Utiliser les cr\xe9dits disponibles", "show_option", "Afficher les options", _s22_37, "Le montant du cr\xe9dit ne peut pas exc\xe9der le montant du paiement", "view_changes", "Visualiser les changements", "force_update", _s21_122, _s17_48, "Vous \xeates sur la derni\xe8re version, mais il peut y avoir encore quelques mises \xe0 jour en cours", "mark_paid_help", _s38_17, _s18_48, "Devrait \xeatre factur\xe9e", _s23_21, "Activer la facturation de la d\xe9pense", _s29_8, "Rend visibles les documents", _s21_50, "D\xe9finir un taux d'\xe9change", _s16_68, "Param\xe8tres des d\xe9penses", _s18_49, _s20_104, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple / Google Pay", "user_field", _s18_134, "variables", "Variables", "show_password", "Afficher le mot de passe", "hide_password", "Masquer le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_57, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_164, _s25_24, _s47_6, _s25_25, _s48_2, _s25_26, _s47_7, "gateway_refund", _s27_74, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_38, _s20_105, _s21_51, _s20_106, _s17_51, _s31_29, "endless", "Sans fin", "next_send_date", _s22_95, _s16_70, "Cycles restants", _s17_53, _s18_135, _s18_51, _s20_107, _s21_53, _s27_75, _s22_40, "\xc9diter la facture r\xe9currente", _s25_27, _s45_9, _s25_28, _s51_6, _s26_13, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_29, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_30, _s47_8, _s26_14, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_25, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_15, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_26, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_35, _s30_38, _s25_31, _s37_29, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_17, "profit", "Profit", "line_item", "Ligne d'article", _s18_53, _s21_123, _s23_22, "Accepter paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_96, _s24_36, "Accepter paiement au minimum le montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouverts", _s30_4, _s24_72, _s30_5, _s20_108, "gateway_success", _s18_136, "gateway_failure", _s19_86, "gateway_error", _s20_109, "email_send", "Envoi de courriel", _s17_55, _s24_73, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Journaux syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Sauvegarder les informations de carte de cr\xe9dit", _s24_37, "Bienvenue dans Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_272, "auto_convert", "Conversion automatique", "company_name", _s19_87, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_55, _s23_58, "pdf_page_info", "Page :current de :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_quotes", "Les soumissions ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par courriel avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_273, "rows_per_page", "Rang\xe9es par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", _s21_124, "apply_credit", "Appliquer le cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le libell\xe9", "custom_labels", "\xc9tiquettes personnalis\xe9es", "record_type", _s21_125, "record_name", "Non d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xe0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_274, "last_login_at", "Derni\xe8re connexion \xe0", "company_key", _s16_275, "storefront", "Vitrine", "storefront_help", "Activer les applications externes \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_51, "Courriel de paiement en ligne", _s20_53, "Courriel de paiement manuel", "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres clients", _s17_57, _s22_97, _s17_59, _s22_98, "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", _s20_110, _s17_61, _s22_99, _s17_63, _s16_276, _s17_65, "Factures impay\xe9es", "recent_payments", "Paiements re\xe7us", "upcoming_quotes", "Soumissions \xe0 venir", "expired_quotes", "Soumissions expir\xe9es", "create_client", "Cr\xe9er un client", "create_invoice", _s17_165, "create_quote", "Cr\xe9er une soumission", "create_payment", "Cr\xe9er un paiement", "create_vendor", _s20_111, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", _s24_74, "delete_invoice", _s20_112, "update_client", _s23_59, "delete_client", _s19_88, "delete_payment", _s21_126, "update_vendor", _s28_72, "delete_vendor", "Supprimer le fournisseur", "create_expense", "Cr\xe9er une d\xe9pense", "update_expense", _s24_75, "delete_expense", _s20_113, "create_task", "Cr\xe9er une T\xe2che", "update_task", _s22_100, "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "Ferm\xe9", "when_paid", _s16_277, "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_51, "hide_sidebar", _s25_64, "event_type", _s16_278, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_39, "api_webhooks", "API Webhooks", "search_webhooks", _s28_73, "search_webhook", _s22_101, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "\xc9diter le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_30, "removed_webhook", _s35_29, _s16_77, _s37_31, _s17_68, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_78, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_79, "Les :value webhooks ont \xe9t\xe9 retir\xe9s avec succ\xe8s", _s17_69, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", _s26_52, "search_token", _s20_114, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter le jeton", "created_token", "Le jeton a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_token", "Le jeton a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_token", "Le jeton a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_token", "Le jeton a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement d'un client", _s24_39, "Autoriser le client \xe0 s'inscrire sur le portail", _s21_55, "Personnaliser et pr\xe9visualiser", "email_invoice", "Envoyer la facture par courriel", "email_quote", "Envoyer la soumission par courriel", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_129, _s20_56, "Le client n'a pas d'adresse courriel d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_76, "owned_by_user", _s26_53, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_55, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_24, "Configuration des d\xe9lais de paiements", "payment_term", "D\xe9lai de paiement", _s16_83, "Nouveau d\xe9lai de paiement", _s17_71, "Modifier le d\xe9lai de paiement", _s20_57, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_58, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_56, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_59, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_60, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_57, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_45, "Les :value d\xe9lais de paiement ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s21_58, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_46, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", "Connexion par courriel", "change", "Basculer", _s23_26, "Basculer vers l'affichage mobile", _s24_40, _s36_24, "send_from_gmail", "Envoyer avec Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_166, "quote_amount", "Montant de la soumission", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_279, _s18_57, _s23_70, _s16_85, "Recherche de documents", "search_designs", "Recherche de designs", "search_invoices", "Recherche de factures", "search_clients", "Recherche de clients", "search_products", "Recherche de produits", "search_quotes", "Recherche de soumissions", "search_credits", _s20_115, "search_vendors", _s25_65, "search_users", "Recherche d'utilisateurs", _s16_86, _s25_66, "search_tasks", "Recherche de t\xe2ches", "search_settings", "Recherche de param\xe8tres", "search_projects", "Recherche de projets", "search_expenses", "Recherche de d\xe9penses", "search_payments", "Recherche de paiements", "search_groups", "Recherche de groupes", "search_company", "Recherche d'entreprises", "search_document", _s23_60, "search_design", _s21_127, "search_invoice", _s22_102, "search_client", _s21_128, "search_product", _s22_103, "search_quote", _s25_67, "search_credit", _s21_129, "search_vendor", "Recherche de 1 entreprise", "search_user", _s26_54, "search_tax_rate", _s27_76, "search_task", _s20_116, "search_project", _s21_130, "search_expense", _s22_104, "search_payment", _s23_61, "search_group", _s21_131, "refund_payment", "Remboursement", _s17_75, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_59, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_92, _s37_32, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/Prov/CP", _s17_79, "Ville/Province/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_107, "custom4", "Quatri\xe8me personnalis\xe9e", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_137, _s16_93, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_60, "Avertissement: Cette action est irr\xe9versible et va supprimer vos donn\xe9es de fa\xe7on d\xe9finitive.", "invoice_balance", "Solde de facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 - 60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Actualiser", "saved_design", "Le mod\xe8le a \xe9t\xe9 sauvegard\xe9 avec succ\xe8s", "client_details", "Informations du client", "company_address", _s23_62, "invoice_details", "D\xe9tails de facture", "quote_details", "Informations de la soumission", "credit_details", "Informations de cr\xe9dit", "product_columns", "Colonnes produit", "task_columns", "Colonnes t\xe2ches", "add_field", _s16_280, "all_events", "Ajouter un \xe9v\xe9nement", "permissions", "Permissions", "none", "Aucun", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "Le paiement a \xe9chou\xe9", "invoice_sent", _s22_105, "quote_sent", "Soumission envoy\xe9e", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture visualis\xe9e", "quote_viewed", "Soumission visualis\xe9e", "credit_viewed", "Cr\xe9dit visualis\xe9", "quote_approved", "Soumission approuv\xe9e", _s25_33, _s33_29, _s16_94, _s19_89, "apply_license", _s18_138, "cancel_account", _s19_90, _s22_47, "Avertissement: cette action est irr\xe9versible et supprimera votre compte de fa\xe7on d\xe9finitive.", "delete_company", "Supprimer l'entreprise", _s22_48, "Avertissement: Cette entreprise sera d\xe9finitivement supprim\xe9e.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La soumission a \xe9t\xe9 convertie avec succ\xe8s", "credit_design", "Design de cr\xe9dit", "includes", "Inclusions", "header", "En-t\xeate", "load_design", "Charger le design", "css_framework", "Framework CSS", "custom_designs", "Designs personnalis\xe9s", "designs", "Designs", "new_design", "Nouveau design", "edit_design", "\xc9diter le design", "created_design", _s32_18, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, "Les :value mod\xe8les ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_designs", "Les :value mod\xe8les ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_97, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "proposals", "Propositions", "tickets", "Billets", _s16_98, "Soumissions r\xe9currentes", "recurring_tasks", _s18_139, _s18_61, "Gestion du compte", "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_281, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Le cr\xe9dit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_credit", "Le cr\xe9dit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_101, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "current_version", "Version courante", "latest_version", _s16_282, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_106, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_117, "credit_footer", "Pied de page pour cr\xe9dit", "credit_terms", _s36_27, "new_company", "Nouvelle entreprise", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e avec succ\xe8s", "company1", "Entreprise personnalis\xe9e 1", "company2", "Entreprise personnalis\xe9e 2", "company3", "Entreprise personnalis\xe9e 3", "company4", "Entreprise personnalis\xe9e 4", "product1", "Produit personnalis\xe9 1", "product2", "Produit personnalis\xe9 2", "product3", "Produit personnalis\xe9 3", "product4", "Produit personnalis\xe9 4", "client1", "Client personnalis\xe9 1", "client2", _s21_132, "client3", _s21_133, "client4", _s21_134, "contact1", "Contact personnalis\xe9 1", "contact2", "Contact personnalis\xe9 2", "contact3", "Contact personnalis\xe9 3", "contact4", "Contact personnalis\xe9 4", "task1", "T\xe2che personnalis\xe9e 1", "task2", "T\xe2che personnalis\xe9e 2", "task3", "T\xe2che personnalis\xe9e 3", "task4", "T\xe2che personnalis\xe9e 4", "project1", "Projet personnalis\xe9 1", "project2", "Projet personnalis\xe9 2", "project3", "Projet personnalis\xe9 3", "project4", "Projet personnalis\xe9 4", "expense1", "D\xe9pense personnalis\xe9e 1", "expense2", "D\xe9pense personnalis\xe9e 2", "expense3", "D\xe9pense personnalis\xe9e 3", "expense4", "D\xe9pense personnalis\xe9e 4", "vendor1", _s26_55, "vendor2", _s26_56, "vendor3", _s26_57, "vendor4", _s26_58, "invoice1", "Facture personnalis\xe9e 1", "invoice2", _s23_72, "invoice3", _s23_73, "invoice4", _s23_74, "payment1", "Paiement personnalis\xe9 1", "payment2", _s23_72, "payment3", _s23_73, "payment4", _s23_74, "surcharge1", _s25_70, "surcharge2", _s25_71, "surcharge3", _s25_72, "surcharge4", _s25_73, "group1", "Groupe personnalis\xe9 1", "group2", "Groupe personnalis\xe9 2", "group3", "Groupe personnalis\xe9 3", "group4", "Groupe personnalis\xe9 4", "reset", "Remise \xe0 z\xe9ro", "number", "Num\xe9ro", "export", "Exporter", "chart", "Graphique", "count", "Compteur", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_67, _s29_56, _s17_83, "Nom complet du contact", "contact_phone", _s20_118, _s21_59, "Valeur personnalis\xe9e du contact 1", _s21_60, "Valeur personnalis\xe9e du contact 2", _s21_61, "Valeur personnalis\xe9e du contact 3", _s21_62, "Valeur personnalis\xe9e du contact 4", _s17_85, "Rue de livraison", _s17_86, "App. de livraison", "shipping_city", "Ville de livraison", "shipping_state", "Province de livraison", _s20_61, "Code postal de livraison", _s16_132, "Pays de livraison", _s16_134, "Rue de facturation", _s16_135, "App. de facturation", "billing_city", "Ville de facturation", "billing_state", "Province de facturation", _s19_40, "Code postal de facturation", "billing_country", "Pays de facturation", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter colonne", "edit_columns", "\xc9diter colonne", "columns", "Colonnes", "aging", "Impay\xe9s", "profit_and_loss", "Profit et perte", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter une entreprise", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", "Date de remboursement", "filtered_by", "Filtr\xe9e par", "contact_email", _s19_91, "multiselect", _s18_141, "entity_state", "Statut", "verify_password", _s24_77, "applied", "Appliqu\xe9", _s21_63, "Inclut les erreurs r\xe9centes des journaux syst\xe8me", _s30_8, "Nous avons re\xe7u votre message et vous r\xe9pondrons rapidement.", "message", "Message", "from", "De", _s20_63, "Afficher les d\xe9tails du produit", _s25_35, _s78_, _s20_65, "Le moteur de rendu PDF n\xe9cessite :version", _s18_70, _s31_30, _s23_28, _s41_10, _s18_72, "Configurer les param\xe8tres", "support_forum", "Forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel pour le cr\xe9dit", "iframe_url", "Site web", "domain_url", "URL de domaine", _s21_64, "Le mot de passe est trop court", _s20_66, "Le mot de passe doit contenir une majuscule et un nombre", _s19_42, "T\xe2ches du portail client", _s23_29, _s33_30, _s20_67, "Veuillez saisir une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", _s17_167, "when_saved", "Lors de la sauvegarde", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionnez une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher / masquer", "menu_sidebar", "Menu lat\xe9ral", "history_sidebar", _s18_142, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_119, "second_custom", _s19_92, "third_custom", "Troisi\xe8me lat\xe9ral", "show_cost", "Afficher le co\xfbt", _s17_88, "Afficher le montant du produit", "show_cost_help", "Afficher un champ de co\xfbt du produit pour suivre le profit", _s21_65, "Afficher la quantit\xe9 de produit", _s26_23, "Afficher un champ Quantit\xe9 de produit. 1 par d\xe9faut.", _s21_67, "Afficher la quantit\xe9 de facture", _s26_24, "Afficher un champ Quantit\xe9 d'article par ligne. 1 par d\xe9faut.", _s21_69, "Afficher le rabais de produit", _s26_25, "Afficher un champ rabais de ligne d'article", _s16_138, _s19_93, _s21_71, "D\xe9finit automatiquement la quantit\xe9 d'article par ligne \xe0 1.", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_168, "three_tax_rates", "Trois taux de taxes", _s16_140, _s23_63, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", "Taxe d'article par ligne", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de facture", "item_tax_rates", "Taux de taxe par article", _s18_74, _s31_31, "configure_rates", "Configuration des taux", _s18_75, "Configurer les passerelles", "tax_settings", "Param\xe8tres des taxes", _s18_77, "Taux de taxe", "accent_color", _s27_77, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par virgule", "options", "Options", _s16_142, "Ligne de texte simple", "multi_line_text", "Multiligne de texte", "dropdown", _s16_283, "field_type", "Type de champ", _s27_37, "Un courriel a \xe9t\xe9 envoy\xe9 pour la r\xe9cup\xe9ration du mot de passe", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rez votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_143, "late_fee_amount", "Frais de retard", _s16_145, "Pourcentage de frais de retard", "schedule", "Calendrier", "before_due_date", "Avant l'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s l'\xe9ch\xe9ance", _s18_79, _s28_74, "days", "Jours", "invoice_email", "Courriel de facturation", "payment_email", _s20_129, "partial_payment", _s16_284, "payment_partial", _s16_284, _s21_72, "Courriel du paiement partiel", "quote_email", "Courriel de soumission", _s16_147, "Rappel perp\xe9tuel", _s16_149, _s22_108, "administrator", "Administrateur", _s18_80, "Permet \xe0 un utilisateur de g\xe9rer d'autres utilisateurs, modifier les param\xe8tres et tous les enregistrements.", "user_management", _s24_78, "users", "Utilisateurs", "new_user", _s18_144, "edit_user", _s20_120, "created_user", "L'utilisateur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_user", "L'utilisateur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_user", "L'utilisateur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_user", "L'utilisateur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_user", "L'utilisateur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", "archived_users", "Les :value utilisateurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_users", "Les :value utilisateurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "removed_users", "Les :value utilisateurs ont \xe9t\xe9 retir\xe9s avec succ\xe8s", "restored_users", "Les :value utilisateurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s16_151, _s19_94, "invoice_options", "Options de facture", _s17_92, _s24_79, _s22_55, 'Afficher seulement la ligne "Pay\xe9 \xe0 ce jour" sur les factures pour lesquelles il y a au moins un paiement.', _s23_31, _s18_145, _s28_21, "Inclure les images jointes dans la facture.", _s16_153, "Afficher l'en-t\xeate sur", _s16_154, "Afficher le pied de page sur", "first_page", "premi\xe8re page", "all_pages", "toutes les pages", "last_page", "derni\xe8re page", "primary_font", "Fonte principale", "secondary_font", "Fonte secondaire", "primary_color", _s18_146, "secondary_color", _s18_147, "page_size", "Taille de page", "font_size", _s16_285, "quote_design", "Design de soumission", "invoice_fields", _s17_169, "product_fields", "Champs produit", "invoice_terms", _s25_68, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_81, "Envoi automatique", _s23_32, "Envoi automatiquement les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9es.", _s18_82, "Autoarchivage", _s23_33, "Archive automatiquement les soumissions lorsqu'elles sont converties.", _s18_83, "Autoconversion", _s23_34, "Convertir automatiquement une soumission en facture lorsque le client l'accepte.", _s17_94, _s29_57, "freq_daily", "Quotidienne", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Aux deux semaines", "freq_four_weeks", "Aux quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", "Facturer les taxes", "next_reset", _s23_64, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_157, _s17_170, "number_padding", _s23_65, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ Entreprise", "company_value", _s19_95, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_99, "Surcharge de facture", "client_field", "Champ Client", "product_field", "Champ Produit", "payment_field", "Champ Paiement", "contact_field", "Champ Contact", "vendor_field", "Champ Fournisseur", "expense_field", "Champ D\xe9pense", "project_field", "Champ Projet", "task_field", "Champ T\xe2che", "group_field", "Champ Groupe", "number_counter", _s18_148, "prefix", "Pr\xe9fixe", "number_pattern", _s16_286, "messages", "Messages", "custom_css", _s16_287, _s17_101, _s23_66, _s16_159, _s19_96, _s21_74, "Afficher la signature du client sur la facture/soumission PDF.", _s25_41, _s48_3, _s30_9, "Requiert du client qu'il confirme et accepte les conditions de facturation", _s23_35, "Case \xe0 cocher pour les conditions de soumssion", _s28_22, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_42, _s20_121, _s30_10, "Requiert une signature du client", _s23_36, "Signature de soumission", _s22_57, _s42_16, _s27_38, "Permet de sp\xe9cifier un mot de passe pour chaque contact. Si un mot de passe est sp\xe9cifi\xe9, le contact devra saisir ce mot de passe pour visualiser ses factures.", "authorization", "Autorisation", "subdomain", "sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_41, "rendez le paiement plus facile \xe0 vos client en ajoutant \xe0 vos courriel, le marquage de schema.org.", "plain", "Ordinaire", "light", "Clair", "dark", "Fonc\xe9", "email_design", _s18_149, "attach_pdf", "Joindre un PDF", _s16_160, "Joindre un document", "attach_ubl", "Joindre UBL", "email_style", "Style de courriel", _s19_46, "Autoriser le marquage", "reply_to_email", "Courriel de r\xe9ponse", "reply_to_name", "Nom de R\xe9pondre \xc0", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de cr\xe9dit", "bank_transfer", _s17_171, "priority", "Priorit\xe9", "fee_amount", _s17_172, "fee_percent", _s21_135, "fee_cap", _s16_288, "limits_and_fees", "Limites / frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_59, "credentials", "Identifiants", "update_address", "Mise \xe0 jour de l'adresse", _s19_49, "Met \xe0 jour l'adresse du client avec les informations fournies", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_122, "edit_tax_rate", _s22_109, _s16_162, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_163, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_104, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_84, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_106, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_85, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "fill_products", "Remplissage automatique des produits", _s18_86, "La s\xe9lection d'un produit entrainera la mise \xe0 jour de la description et du prix", "update_products", "Mise \xe0 jour automatique des produits", _s20_71, _s65_1, _s16_165, _s22_110, _s21_75, "Convertir automatiquement le prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_111, _s16_167, "Passerelles de paiement", _s19_50, _s19_97, _s20_72, _s20_123, _s23_37, _s37_33, _s23_38, _s43_5, _s24_42, _s40_7, _s23_39, _s41_11, _s24_43, _s41_12, _s25_44, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s24_44, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s25_45, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s16_169, "Continuez l'\xe9dition", "discard_changes", "Annuler les changements", "default_value", _s17_177, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_289, _s21_76, "Premier jour de la semaine", _s23_40, _s23_67, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de date", "datetime_format", _s17_173, "military_time", "Format d'heure 24 h", _s18_87, "Affichage 24h", "send_reminders", _s19_98, "timezone", "Fuseau horaire", _s19_51, _s18_150, _s17_107, _s18_151, _s19_53, "Filtrer par facture", _s18_88, "Filtrer par client", _s18_90, "Filtrer par fournisseur", "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_290, "created_group", _s32_19, "updated_group", _s38_20, "archived_groups", "Les :value groupes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_groups", "Les :value groupes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_groups", "Les :value groupes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "T\xe9l\xe9verser le logo", "uploaded_logo", "Le logo a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s avec succ\xe8s", _s16_171, "Param\xe8tres des produits", "device_settings", _s24_80, "defaults", "Par d\xe9faut", "basic_settings", _s18_152, _s17_109, _s18_153, "company_details", "Informations sur l'entreprise", "user_details", "Profil utilisateur", "localization", "Param\xe8tres r\xe9gionaux", "online_payments", _s18_154, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer / Exporter", "custom_fields", _s20_124, "invoice_design", "Mod\xe8les de factures", "buy_now_buttons", _s26_60, "email_settings", "Param\xe8tres de courriel", _s23_42, "Mod\xe8les et rappels", _s22_58, _s27_78, _s19_55, _s25_69, "price", "Prix", "email_sign_up", "Inscription par courriel", "google_sign_up", _s23_68, _s27_42, "Merci de votre achat!", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats pr\xe9c\xe9dents", _s19_57, _s17_174, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", ":count utilisateurs", "upgrade", "Mettre \xe0 niveau", _s25_46, "Veuillez entrer votre pr\xe9nom", _s24_45, "Veuillez entrer votre nom", _s33_21, "Vous devez accepter les conditions et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte", _s16_173, _s24_81, "privacy_policy", _s28_75, "sign_up", "Inscription", "account_login", "Connexion", "view_website", "Visiter le site web", "create_account", "Cr\xe9er un compte", "email_login", "Courriel de connexion", "create_new", "Cr\xe9er", _s18_92, _s32_20, _s21_79, "Veuillez sauvegarder ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "Le plan Entreprise est requis", "take_picture", "Prendre un photo", "upload_file", "T\xe9l\xe9verser un fichier", "document", "Justificatifs", "documents", "Documents", "new_document", "Nouveau document", "edit_document", "\xc9diter un document", _s17_111, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_175, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_112, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_94, "Les :value documents ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_114, "Les :value documents ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_95, "Les :value documents ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "no_history", "Aucun historique", "expense_date", _s18_155, "pending", "En attente", _s16_177, "Connect\xe9", _s16_178, "En attente", _s16_179, "Factur\xe9", "converted", "Convertie", _s24_47, "Ajouter des documents aux factures", "exchange_rate", "Taux de change", _s16_180, "Conversion de devise", "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_99, "created_vendor", "Le fournisseur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Le fournisseur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_vendor", "Le fournisseur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_vendor", "Le fournisseur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "restored_vendor", "Le fournisseur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_182, "Les :value fournisseurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_expense", "Entrer une d\xe9pense", "created_expense", "La d\xe9pense a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_expense", "La d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s16_183, "La d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_expense", "La d\xe9pense a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_184, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_115, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_185, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_116, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "copy_shipping", "Copier livraison", "copy_billing", _s18_156, "design", "Conception", _s21_80, "Enregistrement introuvable", "invoiced", "Factur\xe9e", "logged", "Enregistr\xe9e", "running", "En cours", "resume", "Continuer", "task_errors", "Veuillez corriger les plages de temps qui se chevauchent", "start", "D\xe9marrer", "stop", "Arr\xeater", "started_task", "La t\xe2che a d\xe9mar\xe9 avec succ\xe8s", "stopped_task", "La t\xe2che a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", "resumed_task", "La t\xe2che a \xe9t\xe9 reprise avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrage de t\xe2ches automatique", "timer", "Minuteur", "manual", "Manuel", "budgeted", "Budg\xe9t\xe9", "start_time", "D\xe9marr\xe9e \xe0", "end_time", "Arr\xeat\xe9e \xe0", "date", "Date", "times", "Temps", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "La t\xe2che a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_task", "La t\xe2che a \xe9t\xe9 modifi\xe9e avec succ\xe8s", "archived_task", "La t\xe2che a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_task", "La t\xe2che a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_task", "La t\xe2che a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_tasks", "Les :value t\xe2ches ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s19_59, _s22_112, "budgeted_hours", _s16_291, "created_project", _s32_21, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_117, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_190, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_118, "Les :value projets ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app!", "if_you_like_it", _s27_79, "click_here", "cliquez ici", _s18_96, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_69, _s24_49, _s21_136, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Connexion h\xe9berg\xe9e", "selfhost_login", "Connexion autoh\xe9berg\xe9e", "google_sign_in", _s21_137, "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_100, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode en cours", _s17_119, "P\xe9riode de comparaison", "previous_period", _s18_157, "previous_year", _s16_292, "compare_to", "Comparer \xe0", "last7_days", _s16_293, "last_week", "Derni\xe8re semaine", "last30_days", _s17_175, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Cloner en facture", "clone_to_quote", "Cloner en soumission", "clone_to_credit", "Cloner au cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier le client", "edit_product", "Modifier le produit", "edit_invoice", _s19_101, "edit_quote", "Modifier la soumission", "edit_payment", "Modifier le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pense", "edit_vendor", _s21_138, "edit_project", "\xc9diter le projet", _s20_74, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_113, _s16_193, "Adresse de livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_82, "active_clients", "clients actifs", "close", "Fermer", "email", "Courriel", "password", "Mot de passe", "url", "URL", "secret", "Secret", "name", "Nom", "logout", "D\xe9connexion", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Actualisation compl\xe9t\xe9e", _s23_43, "Veuillez saisir votre courriel", _s26_34, "Veuillez saisir votre mot de passe", _s21_83, "Veuillez saisir votre URL", _s26_36, "Veuillez saisir la cl\xe9 de produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Il y a eu une erreur", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Solde d\xfb", "balance", "Solde", "overview", "Survol", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site web", "vat_number", "N\xb0 de taxe", "id_number", "N\xb0 d'entreprise", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_125, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_158, "are_you_sure", "Voulez-vous vraiment effectuer cette action?", "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_199, "Le courriel est invalide", "product", "Produit", "products", "Produits", "new_product", "Nouveau produit", "created_product", "Le produit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_product", "Le produit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_201, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_34, _s16_202, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_124, "Les :value produits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Le client a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_client", "Le client a \xe9t\xe9 modifi\xe9 avec succ\xe8s", "archived_client", "Le client a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Le client a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_client", "Le client a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_205, "Les :value clients ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "address1", "Rue", "address2", "Appartement / bureau", "city", "Ville", "state", "\xc9tat / province", "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_294, "created_invoice", "La facture a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "La facture a \xe9t\xe9 modifi\xe9e avec succ\xe8s", _s16_206, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_207, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_125, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, "Les :value factures ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "emailed_invoice", "La facture a \xe9t\xe9 envoy\xe9e par courriel avec succ\xe8s", "emailed_payment", "Le paiement a \xe9t\xe9 envoy\xe9 par courriel avec succ\xe8s", "amount", "Montant", "invoice_number", "N\xb0 de facture", "invoice_date", "Date de facturation", "discount", "Escompte", "po_number", "N\xb0 de bon de commande", "terms", "Modalit\xe9s", "public_notes", "Notes publiques", "private_notes", _s18_159, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "N\xb0 de soumission", "quote_date", "Date de soumission", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Partiel / d\xe9p\xf4t", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter un article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant total", "pdf", "PDF", "due_date", "\xc9ch\xe9ance", _s16_209, "Date d'\xe9ch\xe9ance du paiement partiel", "status", "Statut", _s17_127, "\xc9tat de la facture", "quote_status", "\xc9tat de la soumission", _s22_59, "Cliquez + pour ajouter un article", _s22_61, _s35_36, "count_selected", ":count s\xe9lectionn\xe9s", "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_76, "Veuillez saisir une date", _s22_62, _s31_31, _s24_51, "Veuillez s\xe9lectionner une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Cr\xe9\xe9 le", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "Veuillez saisir un num\xe9ro de facture", _s27_51, "Veuillez saisir un num\xe9ro de soumission", "past_due", "En souffrance", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vue", "approved", "Approuv\xe9e", "partial", "Partiel / d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_126, _s22_64, _s50_12, _s22_65, _s50_12, _s23_45, _s56_2, _s23_46, _s56_2, "done", "Valider", _s37_18, "Veuillez saisir un nom de client ou de contact", "dark_mode", "Mode fonc\xe9", _s27_53, "Red\xe9marrez l'app pour mettre \xe0 jour les changements", "refresh_data", "Actualiser les donn\xe9es", "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_211, "Aucun enregistrement trouv\xe9", "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_295, "payment_status", _s16_296, _s16_213, "Em attente", _s16_214, "Annul\xe9e", _s16_215, "\xc9chou\xe9e", _s16_216, "Compl\xe9t\xe9e", _s16_217, "Partiellement rembours\xe9e", _s16_218, "Rembours\xe9e", _s17_128, "Non appliqu\xe9", _s17_129, _s27_82, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher les t\xe2ches", "email_reminders", "Courriel de rappel", "enabled", "Activ\xe9", "recipients", "destinataires", "initial_email", _s16_297, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_298, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer un courriel", "email_receipt", "Envoyer le re\xe7u de paiement par courriel au client", "auto_billing", _s23_71, "button", "Bouton", "preview", "PR\xc9VISUALISATION", "customize", "Personnalisation", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_274, _s21_85, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_130, "new_payment", _s20_130, "created_payment", "Le paiement a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Le paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_219, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_220, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_130, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_131, "Les :value paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "quote", "Soumission", "quotes", "Soumissions", "new_quote", "Nouvelle soumission", "created_quote", "La soumission a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_quote", "La soumission a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", "archived_quote", "La soumission a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_quote", "La soumission a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_quote", "La soumission a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_quotes", ":count soumissions ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_quotes", ":count soumissions ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_quotes", "Les :value soumissions ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_40, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_22, "activity_5", _s38_24, "activity_6", ":user a envoy\xe9 par courriel la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a visualis\xe9 la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi le paiement :payment de :payment_amount de la facture :invoice pour :client", "activity_11", ":user a mis \xe0 jour le paiement :payment", "activity_12", ":user a archiv\xe9 le paiement :payment", "activity_13", ":user a supprim\xe9 le paiement :payment", "activity_14", ":user a saisi le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 la soumission :quote", "activity_19", ":user a mis \xe0 jour la soumission :quote", "activity_20", ":user a envoy\xe9 par courriel la soumission :quote pour :client \xe0 :contact", "activity_21", ":contact a visualis\xe9 la soumission :quote", "activity_22", ":user a archiv\xe9 la soumission :quote", "activity_23", ":user a supprim\xe9 la soumission :quote", "activity_24", ":user a restaur\xe9 la soumission :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_35, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_23, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement :payment de :payment_amount", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement :payment de :payment_amount", "activity_41", _s50_11, "activity_42", _s27_80, "activity_43", _s33_33, "activity_44", _s30_41, "activity_45", _s31_32, "activity_46", _s31_33, "activity_47", _s38_26, "activity_48", _s32_24, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9ouvert le billet :ticket", "activity_55", ":contact a r\xe9pondu au billet :ticket", "activity_56", ":user a vu le billet :ticket", "activity_57", "Le syst\xe8me n'a pas pu envoyer le courriel de la facture :invoice", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", ":contact a vu la soumission :quote", "activity_61", ":user a mis \xe0 jour le client :client", "activity_62", ":user a mis \xe0 jour le fournisseur :vendor", "activity_63", ":user a envoy\xe9 le premier rappel pour la facture :invoice de :contact", "activity_64", ":user a envoy\xe9 le deuxi\xe8me rappel pour la facture :invoice de :contact", "activity_65", ":user a envoy\xe9 le troisi\xe8me rappel pour la facture :invoice de :contact", "activity_66", ":user a envoy\xe9 un rappel sans fin pour la facture :invoice de :contact", "activity_80", ":user a cr\xe9\xe9 l'abonnement :subscription", "activity_81", ":user a mis \xe0 jour l'abonnement :subscription", "activity_82", ":user a archiv\xe9 l'abonnement :subscription", "activity_83", ":user a supprim\xe9 l'abonnement :subscription", "activity_84", ":user a restaur\xe9 l'abonnement :subscription", _s17_132, _s27_81, "emailed_quote", "La soumission a \xe9t\xe9 envoy\xe9e avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par courriel avec succ\xe8s", _s20_78, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s21_87, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", _s17_177, "custom_value2", _s17_177, "custom_value3", _s22_114, "custom_value4", _s22_115, _s18_97, _s30_42, _s24_56, _s39_12, _s29_37, "Message personnalis\xe9 pour facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour facture pay\xe9e", _s31_18, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", _s24_83, "translations", "Traductions", _s19_64, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_66, "Compteur du num\xe9ro de t\xe2che", _s22_68, "Mod\xe8le du num\xe9ro de d\xe9pense", _s22_70, "Compteur du num\xe9ro de d\xe9pense", _s21_88, "Mod\xe8le du num\xe9ro de fournisseur", _s21_90, "Compteur du num\xe9ro de fournisseur", _s21_92, "Mod\xe8le du num\xe9ro de billet", _s21_94, "Compteur du num\xe9ro de billet", _s22_72, "Mod\xe8le du num\xe9ro de paiement", _s22_74, "Compteur du num\xe9ro de paiement", _s22_76, "Mod\xe8le du num\xe9ro de facture", _s22_78, _s29_58, _s20_79, "Mod\xe8le du num\xe9ro de soumission", _s20_81, "Compteur du num\xe9ro de soumission", _s21_96, _s26_62, _s21_98, _s28_77, _s21_100, _s26_62, _s21_101, _s28_77, _s18_99, _s33_34, "counter_padding", _s22_116, _s28_57, "Compteur partag\xe9 pour les factures et les soumissions", _s18_101, "Nom de taxe par d\xe9faut 1", _s18_103, "Taux de taxe par d\xe9faut 1", _s18_105, "Nom de taxe par d\xe9faut 2", _s18_107, "Taux de taxe par d\xe9faut 2", _s18_109, "Nom de taxe par d\xe9faut 3", _s18_111, "Taux de taxe par d\xe9faut 3", _s21_102, "Objet du courriel de facture", _s19_68, "Objet du courriel de soumission", _s21_104, "Objet du courriel de paiement", _s29_39, "Sujet du courriel de paiement partiel", "show_table", "Affiche la table", "show_list", "Afficher la liste", "client_city", "Ville du client", "client_state", "Province du client", "client_country", "Pays du client", _s16_222, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", _s22_117, "vendor_address1", "Rue du fournisseur", "vendor_address2", "App du fournisseur", _s24_58, "Rue d'exp\xe9dition", _s24_59, "App / bureau d'exp\xe9dition du client", "type", "Type", "invoice_amount", _s21_139, _s16_226, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_71, "archived_at", "Archiv\xe9 \xe0", "has_expenses", "A D\xe9penses", "custom_taxes1", "Taxes personnalis\xe9es 1", "custom_taxes2", "Taxes personnalis\xe9es 2", "custom_taxes3", "Taxes personnalis\xe9es 3", "custom_taxes4", "Taxes personnalis\xe9es 4", _s17_134, _s25_70, _s17_135, _s25_71, _s17_136, _s25_72, _s17_137, _s25_73, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_127, "vendor_state", "Province du fournisseur", "vendor_country", _s19_102, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_103, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_299, "bank_id", "Banque", _s19_70, "ID de cat\xe9gorie de d\xe9pense", _s16_227, _s20_128, _s19_72, "ID de la devise de facturation", "tax_name1", "Nom de la taxe 1", "tax_name2", "Nom de la taxe 2", "tax_name3", "Nom de taxe 3", "transaction_id", _s17_176, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s21_140, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", ":user hat Bestellung :purchase_order erstellt", "activity_131", ":user hat Bestellung :purchase_order aktualisiert", "activity_132", ":user hat Bestellung :purchase_order archiviert", "activity_133", ":user hat Bestellung :purchase_order gel\xf6scht", "activity_134", ":user hat Bestellung :purchase_order wiederhergestellt", "activity_135", ":user mailte Bestellung :purchase_order", "activity_136", ":contact hat Bestellung :purchase_order angsehen", "activity_137", ":contact nahm Bestellung :purchase_order an", "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Zusammenf\xfchren", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, "Bestelldatum", _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Akzeptieren", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Angenommen", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Bestellung", "purchase_orders", "Bestellungen", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Zahlungseinstellungen", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Aktueller Stand", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Zahlungsanbieter hinzuf\xfcgen", _s24_9, _s77_, "left", "Links", "right", "Rechts", "center", "Mittig", "page_numbering", "Seiten Nummerierung", _s24_10, "Ausrichtung der Seitennummerierung", _s31_1, "Rechnung versendet", _s24_12, "Produktbeschreibung anzeigen", _s29_3, "Beschreibung bei der Produktauswahl anzeigen", "invoice_items", "Rechnungselemente", "quote_items", "Angebotselemente", "profitloss", _s18_161, "import_format", "Import-Format", "export_format", "Export-Format", "export_type", "Export-Typ", "stop_on_unpaid", "Stoppen falls nicht bezahlt", _s19_10, "Erstelle keine neuen wiederkehrenden Rechnungen, falls die vorige Rechnung noch nicht bezahlt wurde.", "use_quote_terms", "Benutze Angebotsbedingungen", _s20_17, "Wenn ein Angebot in eine Rechnung umgewandelt wird", "add_country", "Land hinzuf\xfcgen", "enable_tooltips", "Quickinfo/Tooltips anzeigen", _s20_18, "Quickinfo/Tooltips beim Dr\xfcberfahren mit der Maus anzeigen", _s21_14, "Fehler: Eintr\xe4ge sind mehr als einem Kunden zugeordnet", "register_label", "Benutzerkonto in wenigen Sekunden erstellen", "login_label", "Mit einem bestehenden Benutzerkonto anmelden", "add_to_invoice", "Zur Rechnung :invoice hinzuf\xfcgen", _s17_11, "Keine Rechnungen gefunden", "week", "Woche", "created_record", "Eintrag erfolgreich erstellt.", _s26_1, "Bezahltes Automatisch Archivieren", _s31_2, "Automatische Archivierung von Rechnungen, wenn diese als bezahlt markiert werden.", _s31_3, "Auto-Archivierung abgebrochen", _s36_2, "Automatisch Rechnungen archivieren, wenn diese annulliert wurden.", _s20_19, "Alternativer PDF Viewer", _s25_2, "Verbessere das Scrolling \xfcber die PDF Vorschau [BETA]", _s16_10, "Rechnungs-W\xe4hrung", "range", "Bereich", "tax_amount1", "Steuerh\xf6he 1", "tax_amount2", "Steuerh\xf6he 2", "tax_amount3", "Steuerh\xf6he 3", "create_project", "Projekt erstellen", "update_project", "Projekt aktualisieren", "view_task", "Aufgabe anzeugen", "cancel_invoice", "Abbrechen", "changed_status", "Erfolgreich Aufgabenstatus ge\xe4ndert", "change_status", "Status \xe4ndern", "fees_sample", "Die Geb\xfchren f\xfcr eine Rechnung \xfcber :amount\xa0 w\xfcrden :total betragen.", _s19_11, "Touchscreen-Modus aktivieren", _s24_14, "Scrollen durch wischen", "after_saving", "Nach dem Speichern", "view_record", "Datensatz anzeigen", _s21_15, "Markdown in E-Mails verwenden", _s26_2, "Visuellen Markdown-Editor f\xfcr E-Mails verwenden", _s19_13, "Markdown in PDFs verwenden", "json_help", "Achtung: JSON-Dateien, die mit v4 der App erstellt wurden, werden nicht unterst\xfctzt", "release_notes", "Versionshinweise", _s23_9, "Upgrade deinen Tarif um Berichte anzusehen", "started_tasks", ":value Aufgaben erfolgreich gestartet", "stopped_tasks", ":value Aufgaben erfolgreich angehalten", "approved_quote", "Angebot erfolgreich angenommen", "approved_quotes", ":value Angebote erfolgreich angenommen", "approve", _s16_300, "client_website", "Kunden-Website", "invalid_time", "Ung\xfcltige Zeit", _s21_17, "Liefer-Region Kunde", _s20_21, "Lieferort Kunde", _s27_6, "Liefer-PLZ Kunde", _s23_10, "Kunde Lieferung LAND", "load_pdf", "PDF laden", _s16_12, "Kostenlose Testversion starten", _s24_15, "Teste den Pro-Tarif GRATIS f\xfcr 14 Tage", "due_on_receipt", "F\xe4llig bei Erhalt", "is_paid", "Ist bezahlt", "age_group_paid", "Bezahlt", "id", "ID", "convert_to", "Umwandeln in", "client_currency", "Kundenw\xe4hrung", _s16_14, "Firmenw\xe4hrung", "purged_client", "Kunde erfolgreich bereinigt", _s27_8, "Um Spam zu verhindern braucht es ein Upgrade zu einem bezahlten Account um das E-Mail anzupassen.", _s22_25, "Upgrade deinen Tarif um weitere Firmen hinzuzuf\xfcgen", _s30_1, "Die Datei wurde im Downloads-Ordner gespeichert", "small", "Klein", _s21_19, "Guthaben erfolgreich als bezahlt markiert", _s22_26, "Erfolgreich Kredite als bezahlt markiert", _s16_16, "Daten werden geladen - bitte warten Sie, bis der Vorgang abgeschlossen ist", "wait_for_saving", "Datenspeicherung - bitte warten Sie, bis der Vorgang abgeschlossen ist", _s20_23, "Hinweis: Die hier vorgenommenen \xc4nderungen werden nur in der Vorschau angezeigt, sie m\xfcssen in den obigen Registerkarten angewendet werden, um gespeichert zu werden.", "remaining", "Verbleibende", "invoice_paid", "Rechnung bezahlt", "activity_120", ":user erstellte wiederkehrende Ausgabe :recurring_expense", "activity_121", ":user aktualisiert wiederkehrende Ausgabe :recurring_expense", "activity_122", ":user archivierte wiederkehrende Ausgabe :recurring_expense", "activity_123", ":user l\xf6schte wiederkehrende Ausgabe :recurring_expense", "activity_124", ":user stellte wiederkehrende Ausgabe :recurring_expense wieder her", "normal", "Normal", "large", "Gro\xdf", "extra_large", "Extra Gro\xdf", _s16_17, "PDF-Vorschau anzeigen", _s21_20, "PDF-Vorschau bei der Bearbeitung von Rechnungen anzeigen", "print_pdf", "PDF drucken", "remind_me", "Erinnere mich", _s16_19, "Sofortige Bank\xfcberweisung", "click_selected", "Ausgew\xe4hltes anklicken", "hide_preview", "Vorschau ausblenden", "edit_record", "Datensatz bearbeiten", _s27_9, "Der Kreditbetrag kann nicht h\xf6her sein als der Rechnungsbetrag", "giropay", "GiroPay", "direct_debit", "Lastschriftverfahren", _s21_21, "Bitte legen Sie ein Kontopasswort fest", "set_password", "Passwort festlegen", _s17_14, "Wir empfehlen, die Desktop-Anwendung zu verwenden, um die beste Leistung zu erzielen.", _s16_21, "Wir empfehlen die Verwendung der mobilen App, um die beste Leistung zu erzielen.", _s20_24, "Gateway erfolgreich getrennt", "disconnect", "Trennen", "add_to_invoices", "Zu Rechnungen hinzuf\xfcgen", "acss", "Vorautorisierte Lastschriftzahlungen", "becs", "BECS-Lastschriftverfahren", "bulk_download", "Herunterladen", _s17_15, "Daten lokal speichern, damit die Anwendung schneller starten kann. (Deaktivierung kann die Leistung bei gro\xdfen Konten verbessern)", "persist_ui", "Benutzeroberfl\xe4che beibehalten", "persist_ui_help", "UI-Status lokal speichern, damit die Anwendung an der letzten Position startet (Deaktivierung kann die Leistung verbessern)", _s18_14, "Postleitzahl des Kunden", _s17_16, "Umsatzsteuer-Identifikationsnummer des Kunden", "has_tasks", "Hat Aufgaben", "registration", "Registrierung", _s27_10, "Bitte autorisieren Sie Stripe zur Annahme von Online-Zahlungen.", "view_expense", "Ausgabe # :expense ansehen", "view_statement", "Zeige Bericht", "sepa", "SEPA-Lastschrift", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Alle Datens\xe4tze aktualisieren", "system", "System", _s19_15, "Standardunternehmen festlegen", "updated_company", "Unternehmen wurde erfolgreich aktualisiert", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Helfen Sie uns, uns zu verbessern, indem Sie uns sagen, warum (optional)", "webhook_success", "Webhook erfolgreich", _s24_16, "Die Aufgaben m\xfcssen alle zum selben Kunden geh\xf6ren", _s27_11, "Die Ausgaben m\xfcssen alle zu demselben Kunden geh\xf6ren", "app", "App", _s20_25, "F\xfcr die beste Leistung laden Sie die App herunter :app", _s16_22, "Bruttozeile gesamt", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Absendername", _s16_23, "Klonen zu Ausgabe", _s17_19, "Wiederkehrende Ausgabe", _s18_19, "Wiederkehrende Ausgaben", _s21_22, "Wiederkehrende Ausgabe eingeben", _s22_27, "Wiederkehrende Ausgabe bearbeiten", _s25_3, "Wiederkehrende Ausgabe wurde erstellt", _s25_4, "Wiederkehrende Ausgabe wurde aktualisiert", _s26_4, "Wiederkehrende Ausgabe wurde archiviert", _s25_5, "Projekt wurde gel\xf6scht", _s25_6, "Erfolgreich wiederkehrende Ausgaben entfernt", _s26_5, "Wiederkehrende Ausgabe wurde wiederhergestellt", _s24_17, _s30_43, _s25_7, _s30_43, "last_sent_date", "Datum des letzten Versands", "include_drafts", "Entw\xfcrfe einschlie\xdfen", _s19_19, "Entw\xfcrfe von Aufzeichnungen in Berichte einbeziehen", "is_invoiced", "Ist in Rechnung gestellt", "change_plan", "Tarif \xe4ndern", "persist_data", "Daten aufbewahren", "customer_count", "Kundenzahl", _s16_24, "Kunden \xfcberpr\xfcfen", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Dezimaltrennzeichen", _s26_6, "Komma als Dezimalstelle in Formularen verwenden", "select_method", "Methode ausw\xe4hlen", "select_platform", "Plattform ausw\xe4hlen", _s28_4, "Bitte verwenden Sie die Web-App, um sich mit Gmail zu verbinden", _s16_28, "Postensteuers\xe4tze sind deaktiviert", "enable_markdown", "Markdown verwenden", _s20_26, "Konvertierung von Markdown in HTML in der PDF-Datei", "user_guide", "Nutzer-Anleitung", _s18_21, "Zweiten Kontakt hinzuf\xfcgen", "previous_page", "Vorherige Seite", "next_page", "N\xe4chste Seite", "export_colors", "Farben exportieren", "import_colors", "Farben importieren", "clear_all", "Alle l\xf6schen", "contrast", "Kontrast", "custom_colors", "Eigene Farben", "colors", "Farben", _s31_4, "Aktive Hintergrundfarbe der Seitenleiste", _s25_9, "Schriftfarbe der aktiven Seitenleiste", _s33_5, "Seitenleiste Inaktive Hintergrundfarbe", _s27_12, "Seitenleiste Inaktiv Schriftfarbe", _s36_3, "Tabelle alternierende Zeilenhintergrundfarbe", _s31_6, "Hintergrundfarbe der Rechnungskopfzeile", _s25_11, "Schriftfarbe der Rechnungskopfzeile", "net_subtotal", "Netto", "review_app", "App bewerten", "check_status", "Status pr\xfcfen", "free_trial", "Kostenlose Testversion", _s23_12, "Die Testversion des Pro-Plans endet in :count Tagen, klicken Sie zum Upgrade.", _s21_24, "Heute ist der letzte Tag des Pro-Tarifs, klicken Sie zum Upgrade.", "change_email", "E-Mail \xe4ndern", _s25_13, "Konfigurieren Sie optional eine separate Kunden-Portal-Dom\xe4ne", _s21_25, "Im Portal angezeigte Aufgaben", "uninvoiced", "Nicht in Rechnung gestellt", "subdomain_guide", "Die Subdomain wird im Kundenportal verwendet, um Links zu personalisieren, die Ihrer Marke entsprechen. z.B. https://your-brand.invoicing.co", "send_time", "Sendezeit", "import_data", "Importiere Daten", "import_settings", "Einstellungen importieren", _s17_21, "Bitte stellen Sie die JSON-Datei zur Verf\xfcgung", _s19_20, "Bitte w\xe4hlen Sie, um die Einstellungen und/oder Daten zu importieren", "json", "JSON", _s24_19, "Keine Zahlungsarten aktiviert", "wait_for_data", "Bitte warten Sie, bis die Daten vollst\xe4ndig geladen sind", "net_total", "Netto Gesamt", "has_taxes", "enth\xe4lt Steuern", _s16_29, "Kunden importieren", _s18_23, _s40_0, "login_success", "Erfolgreiche Anmeldung", "login_failure", "Anmeldung fehlgeschlagen", "exported_data", "Sobald die Datei fertig ist, erhalten Sie eine E-Mail mit einem Download-Link.", _s23_13, "Gel\xf6schte Kunden einbeziehen", _s28_6, "Datens\xe4tze von gel\xf6schten Kunden laden", "step_1_sign_in", "Schritt 1: Registrieren", _s16_32, "Schritt 2: autorisieren", "account_id", "Konto-ID", _s27_14, "Die Migration ist noch nicht abgeschlossen", "activity_100", ":user hat die wiederkehrende Rechnung :recurring_invoice erstellt.", "activity_101", ":user hat die wiederkehrende Rechnung :recurring_invoice aktuallisiert", "activity_102", ":user hat die wiederkehrende Rechnung :recurring_invoice archiviert", "activity_103", ":user hat die wiederkehrende Rechnung :recurring_invoice gel\xf6scht.", "activity_104", ":user hat die wiederkehrende Rechnung :recurring_invoice wiederhergestellt.", _s18_24, "Ende der Aufgabe anzeigen", _s23_15, "Aktivieren Sie die Angabe des Enddatums der Aufgabe", "gateway_setup", "Gateway-Einstellungen", "preview_sidebar", "Vorschau der Seitenleiste", _s16_33, "Daten f\xfcr wie viele Jahre anzeigen?", _s18_26, "alle Sitzungen erfolgreich beendet", _s16_35, "Alle Sitzungen beenden", "count_session", "1 Sitzung", "count_sessions", ":count Sitzungen", "invoice_created", "Rechnung erstellt", "quote_created", "Angebot erstellt", "credit_created", "Gutschrift erstellt", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zuletzt aktualisiert", "invoice_item", "Rechnungsposition", "quote_item", "Angebotsposition", _s18_27, "Kontakt Vorname", _s17_23, "Kontakt Nachname", "order", "Bestellung", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", _s16_301, "search_kanbans", _s16_301, "kanban", "Kanban", "enable", "Aktivieren", "move_top", "Ganz nach oben verschieben", "move_up", "Nach oben verschieben", "move_down", "Nach unten verschieben", "move_bottom", "Ganz nach unten verschieben", "subdomain_help", "Passen Sie die Rechnungslink-Subdom\xe4ne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verf\xfcgung.", _s21_27, "Fehler: das benutzerdefinierte E-Mail Template muss die :body Variable beinhalten", _s25_14, "bitte stelle sicher das die :body Variable eingef\xfcgt ist", _s17_25, "Zeige Datumsformate", "is_viewed", "Ist angesehen", "letter", "Letter", "legal", "Rechtliches", "page_layout", "Seiten Layout", "portrait", "Hochformat", "landscape", "Querformat", _s26_7, "Der Kontoinhaber kann auf einen kostenpflichtigen Plan upgraden, um die erweiterten erweiterten Einstellungen zu aktivieren", _s20_27, "F\xfchren Sie ein Upgrade auf einen kostenpflichtigen Plan durch, um die erweiterten Einstellungen zu aktivieren", _s21_28, "Zahlungsbedingungen f\xfcr Rechnungen", _s17_27, "Angebot g\xfcltig bis", "no_headers", "Keine Header", "add_header", "Header hinzuf\xfcgen", "remove_header", "Kopfzeile entfernen", "return_url", "Return-URL", "rest_method", "REST-Methode", "header_key", "Header-Key", "header_value", "Header-Wert", _s18_29, "Wiederkehrende Produkte", "promo_code", "Gutscheincode", "promo_discount", "Promo-Rabatt", _s18_31, "Erm\xf6gliche Storno", _s16_37, "Pro Platz Aktiviert", "max_seats_limit", "Max. Pl\xe4tze Limit", "trial_enabled", "Testversion aktiv", "trial_duration", "Testzeitraum", _s21_30, "\xdcberschreiben von Abfragen zulassen", _s18_33, "Plan\xe4nderungen zulassen", "plan_map", "Plan Map", "refund_period", "Erstattungszeitraum", _s21_32, "Webhook-Konfiguration", "purchase_page", "Kauf-Seite", "security", "Sicherheit", "email_bounced", "E-Mail zur\xfcckgesendet", _s20_28, "Spam-Beschwerde", "email_delivery", "E-Mail-Zustellung", _s16_39, "Webhook-Antwort", "pdf_response", "PDF-Antwort", _s22_29, "Authentifizierungsfehler", "pdf_failed", "PDF fehgeschlagen", "pdf_success", "PDF erfolgreich", "modified", "ge\xe4ndert", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Neues Abonnement", _s17_29, "Abonnement bearbeiten", _s20_29, "Abonnement erfolgreich erstellt", _s20_30, "Abonnement erfolgreich aktualisiert", _s21_34, "Abonnement erfolgreich archiviert", _s20_31, "Abonnement gel\xf6scht", _s20_32, "Abonnement entfernt", _s21_35, "Abonnement wiederhergestellt", _s19_21, "Suchen Sie 1 Abonnement", _s20_33, ":count Abonnements durchsuchen", _s26_8, "Subdomain ist nicht verf\xfcgbar", "connect_gmail", "Mit Gmail verbinden", _s16_43, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_35, "Von Gmail erfolgreich getrennt", _s16_45, "\xc4nderungen an der Codebasis k\xf6nnen das Update blockieren, Sie k\xf6nnen diesen Befehl ausf\xfchren, um die \xc4nderungen zu verwerfen:", _s16_46, "Kundennummer", "count_minutes", ":count Minuten", _s16_48, "Passwort Timeout", _s29_5, "gemeinsamer Rechnungs- / Kreditz\xe4hler", "use_last_email", "Vorherige E-Mail benutzen", _s16_50, "Unternehmen aktivieren", _s21_37, "E-Mails, wiederkehrende Rechnungen und Benachrichtigungen aktivieren", _s27_16, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_17, "Bitte vergeben Sie zuerst ein Passwort.", _s34_7, "Achtung: Das \xc4ndern deiner Telefonnummer wird die Zwei-Faktor-Authentifizierung deaktivieren", "help_translate", "Hilf mit beim \xdcbersetzen", _s23_16, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_22, "2FA erfolgreich deaktiviert", _s16_52, "Konto erfolgreich verbunden.", _s19_23, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_4, "Bitte gib eine Handynummer an, um die Zwei-Faktor-Authentifizierung zu aktivieren", "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_38, "Barcode mit :link kompatibler App scannen.", _s18_36, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Google-Konto verbinden", _s17_31, "Google-Konto entfernen", _s17_33, "Zwei-Faktor-Authentifizierung", _s18_37, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_8, "Password mit Verkn\xfcpfung zu Sozialmedia notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_18, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_24, "Web-Sitzungs-Timeout", _s17_34, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungs-E-Mail erneut versenden", _s26_10, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_53, "Zahlung erstattet", _s19_26, "Teilweise unangewandt", _s19_28, "Bitte w\xe4hlen Sie einen mit Gmail authentifizierten Benutzer", "list_long_press", "Liste Langes Dr\xfccken", "show_actions", "Zeige Aktionen", _s17_36, "Mehrfachauswahl", _s27_19, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_39, "Um :client_counter zu verwenden, f\xfcgen Sie bitte entweder :client_number oder :client_id_number hinzu, um Konflikte zu vermeiden", "this_quarter", "Dieses Quartal", "last_quarter", "Letztes Quartal", "to_update_run", "Zum \xc4nderungslauf", _s18_39, "In Rechnung umwandeln", _s16_54, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_29, "Suche 1 Zahlungsbedingung", _s20_34, "Suche :count Zahlungsbedingungen", _s16_56, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_58, "Unterst\xfctzte Ereignisse", _s16_60, "Umgerechneter Betrag", _s17_38, "Guthabenstand", _s22_31, "Umgewandelt Bezahlt bis Datum", _s24_21, "Umgerechneter Guthabenbetrag", "converted_total", "Umgerechnet Total", "is_sent", "Gesendet", _s17_40, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_35, "Erlaube Kunden Dokumente hochzuladen", "expense_total", "Ausgabensumme", "enter_taxes", "Steuers\xe4tze eingeben", "by_rate", "Nach Satz", "by_amount", "Nach Betrag", "enter_amount", "Betrag eingeben", "before_taxes", "Vor Steuern", "after_taxes", "Nach Steuern", "color", "Farbe", "show", "Anzeigen", "hide", "Verbergen", "empty_columns", "Leere Spalten", _s21_41, "Der Entwicklungsmodus ist aktiviert", _s26_11, "Warnung: Es ist f\xfcr die Verwendung auf lokalen Rechnern gedacht und kann Anmeldedaten preisgeben. Klicken Sie, um mehr zu erfahren.", "running_tasks", "Laufende Aufgaben", "recent_tasks", "K\xfcrzliche Aufgaben", "recent_expenses", "K\xfcrzliche Ausgaben", _s17_42, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_23, "Dupliziere Spaltenzuordnung", _s20_36, "Benutzt Inklusive Steuern", _s18_41, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_16, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hlen sie eine Datei", _s16_62, "Keine Datei ausgew\xe4hlt", "csv_file", "W\xe4hle CSV Datei", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Buchhaltung", _s22_33, "Bitte geben Sie alle CSV-Dateien an.", "import_type", "Import Typ", "html_mode", "HTML Modus", "html_mode_help", "Vorschau von Aktualisierungen schneller, aber weniger genau", "view_licenses", "Lizenzen anzeigen", "webhook_url", "Webhook URL", _s17_44, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_34, 'Bitte geben Sie ":value" zur Best\xe4tigung ein', "purge", "Bereinigen", "service", "Dienst", "clone_to", "Duplizieren zu", "clone_to_other", "Duplizieren zu anderem", "labels", "Beschriftung", "add_custom", "Beschriftung hinzuf\xfcgen", "payment_tax", "Steuer-Zahlung", "unpaid", "Unbezahlt", "white_label", "White Label", "delivery_note", "Lieferschein", _s24_26, "Versendete Rechnungen sind gesperrt", _s24_28, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "Applikations Platform", "invoice_late", _s18_162, "quote_expired", "Angebot abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtguthaben", _s23_19, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_30, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_162, "expired_quote", "Abgelaufenes Angebot", "remind_invoice", "Rechnungserinnerung", "cvv", "Kartenpr\xfcfziffer", "client_name", "Kunde", "client_phone", "Kunden Telefon", "required_fields", "Ben\xf6tigte Felder", "calculated_rate", "Berechneter Satz", _s17_46, _s19_104, "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_64, "Aufgaben Status bearbeiten", _s19_30, "Aufgaben Status erfolgreich erstellt", _s19_31, "Aufgabenstatus erfolgreich aktualisiert", _s20_38, "Aufgaben Status erfolgreich archiviert", _s19_32, "Aufgaben Status erfolgreich gel\xf6scht", _s19_33, "Aufgaben Status erfolgreich entfernt", _s20_39, "Aufgaben Status erfolgreich wiederhergestellt", _s22_35, ":value Aufgaben Stati erfolgreich archiviert", _s21_43, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_36, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_43, "Suche 1 Aufgaben Status", _s20_41, "Suche :count Aufgaben Status", _s16_66, "Zeige Aufgaben Tabelle", _s21_44, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_42, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_17, "Zeitdetails in der Rechnungsposition ausweisen", _s20_44, "Aufgabenzeiterfassung in Rechnung stellen", _s25_18, "Datumsdetails zu den Rechnungsposten hinzuf\xfcgen", _s21_45, "Beginne Aufgabe vor dem Speichern", _s18_44, "Stati bearbeiten", "task_settings", "Aufgaben-Einstellungen", _s20_46, "Kategorien bearbeiten", _s18_46, "Ausgabenkategorien", _s20_48, "Neue Ausgabenkategorie", _s21_46, "Ausgaben Kategorie bearbeiten", _s24_31, "Ausgabenkategorie erfolgreich erstellt", _s24_32, "Ausgabenkategorie erfolgreich aktualisiert", _s25_20, "Ausgabenkategorie erfolgreich archiviert", _s24_33, "Kategorie erfolgreich gel\xf6scht", _s24_34, "Ausgaben Kategorie erfolgreich entfernt", _s25_21, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_23, ":count Ausgabenkategorien erfolgreich archiviert", _s26_12, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_24, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_20, "Suche 1 Ausgabenkategorie", _s25_23, "Suche :count Ausgabenkategorie", _s21_48, "Verf\xfcgbares Guthaben verwenden", "show_option", "Zeige Option", _s22_37, "Der Guthabenbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierungen erzwingen", _s17_48, "Du benutzt die aktuellste Version, aber es stehen noch ausstehende Fehlerbehebungen zur Verf\xfcgung", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_48, "Sollte in Rechnung gestellt werden", _s23_21, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_8, "Dokumente sichtbar machen", _s21_50, "Wechselkurs setzen", _s16_68, "Ausgaben-Einstellungen", _s18_49, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_233, "user_field", "Benutzerfeld", "variables", "Variablen", "show_password", "Zeige Passwort", "hide_password", "Verstecke Passwort", "copy_error", "Kopier Fehler", "capture_card", "Zahlungsmittel f\xfcr die weitere Verwendung speichern", _s17_49, "Automatische Bezahlung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_131, "total_fields", "Gesamt Felder", _s25_24, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_25, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_26, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_34, "R\xfcckerstattung \xfcber das Zahlungs-Gateway abwickeln", "due_date_days", _s16_302, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_38, "Erster Tag des Monats", _s21_51, "Letzter Tag des Monats", _s17_51, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_70, "Verbleibende Durchg\xe4nge", _s17_53, "Wiederkehrende Rechnung", _s18_51, "Wiederkehrende Rechnungen", _s21_53, "Neue wiederkehrende Rechnung", _s22_40, "Bearbeite wiederkehrende Rechnung", _s25_27, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_28, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_13, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_29, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_30, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_14, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_25, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_15, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_26, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_35, "Suche 1 wiederkehrende Rechnung", _s25_31, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_8, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_53, "\xdcberzahlung zulassen", _s23_22, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_35, "Unterzahlung zulassen", _s24_36, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_4, "Fehler bei Kontenabstimmung", _s30_5, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_75, "gateway_error", _s23_75, "email_send", "E-Mail gesendet", _s17_55, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_72, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_37, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_84, "company_name", "Firmenname", "reminder1_sent", "Erste Erinnerung verschickt", "reminder2_sent", "Zweite Erinnerung verschickt", "reminder3_sent", "Dritte Erinnerung verschickt", _s18_55, "Letzte Erinnerung verschickt", "pdf_page_info", "Seite :current von :total", _s16_74, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", _s41_13, "gateway", "Provider", "view_in_stripe", "In Stripe anzeigen", "rows_per_page", "Eintr\xe4ge pro Seite", "hours", "Stunden", "statement", "Bericht", "taxes", "Steuern", "surcharge", "Geb\xfchr", "apply_payment", "Zahlungen anwenden", "apply_credit", "Guthaben anwenden", "apply", "Anwenden", "unapplied", "unangewendet", "select_label", "Bezeichnung w\xe4hlen", "custom_labels", "Eigene Beschriftungen", "record_type", "Eintragstyp", "record_name", "Eintragsname", "file_type", "Dateityp", "height", "H\xf6he", "width", "Breite", "to", "An", "health_check", "Systempr\xfcfung", "payment_type_id", "Zahlungsart", "last_login_at", "Letzter Login", "company_key", "Firmen Schl\xfcssel", "storefront", "Storefront", "storefront_help", "Drittanbieter Applikationen erlauben Rechnungen zu erstellen", "client_created", "Kunde wurde erstellt", _s20_51, "Online-Zahlung E-Mail Adresse", _s20_53, "manuelle Zahlung E-Mail Adresse", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kunden-Einstellungen", _s17_57, "Ausgew\xe4hlte Rechnungen", _s17_59, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_61, "Ausgew\xe4hlte Ausgaben", _s17_63, "Ausstehende Rechnungen", _s17_65, "\xdcberf\xe4llige Rechnungen", "recent_payments", "K\xfcrzliche Zahlungen", "upcoming_quotes", "Ausstehende Angebote", "expired_quotes", "Abgelaufene Angebote", "create_client", "Kunden erstellen", "create_invoice", "Rechnung erstellen", "create_quote", "Angebot erstellen", "create_payment", "Zahlung erstellen", "create_vendor", "Lieferanten erstellen", "update_quote", "Angebot aktualisieren", "delete_quote", "Angebot l\xf6schen", "update_invoice", "Rechnung aktualisieren", "delete_invoice", "Rechnung l\xf6schen", "update_client", "Kunde aktualisieren", "delete_client", "Kunde l\xf6schen", "delete_payment", "Zahlung l\xf6schen", "update_vendor", "Lieferant aktualisieren", "delete_vendor", "Lieferant L\xf6schen", "create_expense", "Ausgabe erstellen", "update_expense", "Ausgabe aktualisieren", "delete_expense", "Ausgabe L\xf6schen", "create_task", "Aufgabe erstellen", "update_task", "Aufgabe aktualisieren", "delete_task", "Aufgabe l\xf6schen", "approve_quote", _s16_300, "off", "Aus", "when_paid", "Bei Zahlung", "expires_on", "G\xfcltig bis", "free", "Kostenlos", "plan", "Plan", "show_sidebar", "Zeige Seitenmen\xfc", "hide_sidebar", "Verstecke Seitenmenu", "event_type", "Ereignistyp", "target_url", "Ziel", "copy", "kopieren", "must_be_online", "Bitte starten Sie die App sobald Sie mit dem Internet verbunden sind", _s17_67, "Die Crons m\xfcssen aktiviert werden", "api_webhooks", "API Webhooks", "search_webhooks", "Suche :count Webhooks", "search_webhook", "Suche 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Neuer Webhook", "edit_webhook", "Webhook bearbeiten", "created_webhook", "Webhook erfolgreich erstellt", "updated_webhook", "Webhook erfolgreich aktualisiert", _s16_76, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_77, "Webhook erfolgreich wiederhergestellt", _s17_68, ":value Webhooks erfolgreich archiviert", _s16_78, ":value Webhooks erfolgreich gel\xf6scht", _s16_79, ":value Webhooks erfolgreich entfernt", _s17_69, ":value Webhooks erfolgreich wiederhergestellt", "api_tokens", "API Token", "api_docs", "API Doku", "search_tokens", "Suche :count Token", "search_token", "Suche 1 Token", "token", "Token", "tokens", "Token", "new_token", "Neues Token", "edit_token", "Token bearbeiten", "created_token", "Token erfolgreich erstellt", "updated_token", "Token erfolgreich aktualisiert", "archived_token", "Token erfolgreich archiviert", "deleted_token", "Token erfolgreich gel\xf6scht", "removed_token", "Token erfolgreich entfernt", "restored_token", "Token erfolgreich wiederhergestellt", "archived_tokens", ":count Token erfolgreich archiviert", "deleted_tokens", ":count Token erfolgreich gel\xf6scht", "restored_tokens", ":value Token erfolgreich wiederhergestellt", _s19_37, "Kunden Registration", _s24_39, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", _s21_55, "Anpassung und Vorschau", "email_invoice", "Rechnung versenden", "email_quote", "Angebot per E-Mail senden", "email_credit", "Guthaben per E-Mail versenden", "email_payment", "Sende Zahlungs-E-Mail", _s20_56, "Es wurde noch keine E-Mail Adresse beim Kunden eingetragen.", "ledger", "Hauptbuch", "view_pdf", "Zeige PDF", "all_records", "Alle Eintr\xe4ge", "owned_by_user", "Eigent\xfcmer", _s16_80, "Verbleibendes Guthaben", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_82, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_24, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_83, "Neue Zahlungsbedingung", _s17_71, "Bearbeite Zahlungsbedingungen", _s20_57, "Zahlungsbedingung erfolgreich erstellt", _s20_58, "Zahlungsbedingung erfolgreich aktualisiert", _s21_56, "Zahlungsbedingung erfolgreich archiviert", _s20_59, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_60, "Zahlungsbedingung erfolgreich entfernt", _s21_57, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_45, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_58, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_46, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_26, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_40, "M\xf6chten Sie zur Desktopansicht wechseln?", "send_from_gmail", "Mit Gmail versenden", "reversed", "Umgekehrt", "cancelled", "Storniert", "credit_amount", "Guthabenbetrag", "quote_amount", "Angebotsbetrag", "hosted", "Gehostet", "selfhosted", "Selbstgehostet", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "Men\xfc ausblenden", "show_menu", "Men\xfc einblenden", _s18_57, _s19_105, _s16_85, "Suche nach Dokumenten", "search_designs", "Suche nach Designs", "search_invoices", "Suche Rechnungen", "search_clients", "Suche Kunden", "search_products", "Suche Produkte", "search_quotes", "Suche Angebote", "search_credits", "Suche Guthaben", "search_vendors", "Suche Lieferanten", "search_users", "Suche Benutzer", _s16_86, "Suche Steuersatz", "search_tasks", "Suche Aufgaben", "search_settings", "Such-Einstellungen", "search_projects", "Suche nach Projekten", "search_expenses", "Suche Ausgaben", "search_payments", "Suche Zahlungen", "search_groups", "Suche nach Gruppen", "search_company", "Suche Firma", "search_document", "Suche 1 Dokument", "search_design", "Suche 1 Design", "search_invoice", "Suche 1 Angebot", "search_client", "Suche 1 Kunden", "search_product", "Suche 1 Produkt", "search_quote", "Suche 1 Angebot", "search_credit", "Suche 1 Guthaben", "search_vendor", "Suche 1 Hersteller", "search_user", "Suche 1 Benutzer", "search_tax_rate", "Suche 1 Steuersatz", "search_task", "Suche 1 Aufgabe", "search_project", "Suche 1 Projekt", "search_expense", "Suche 1 Ausgabe", "search_payment", "Suche 1 Zahlung", "search_group", "Suche 1 Gruppen", "refund_payment", "Zahlung erstatten", _s17_75, "Rechnung erfolgreich storniert", _s18_59, "Rechnungen erfolgreich storniert", _s16_92, "Rechnung erfolgreich zur\xfcckgebucht", _s17_76, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_77, "Stadt / Bundesland / PLZ", _s17_79, "Plz/Stadt/Staat", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_106, "custom4", _s19_106, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_93, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_60, "Achtung: Alle Daten werden vollst\xe4ndig gel\xf6scht. Dieser Vorgang kann nicht r\xfcckg\xe4ngig gemacht werden.", "invoice_balance", "Rechnungssaldo", "age_group_0", "0 - 30 Tage", "age_group_30", "30 - 60 Tage", "age_group_60", "60 - 90 Tage", "age_group_90", "90 - 120 Tage", "age_group_120", "120+ Tage", "refresh", "Aktualisieren", "saved_design", "Design erfolgreich gespeichert", "client_details", "Kundeninformationen", "company_address", "Firmenadresse", "invoice_details", "Rechnungsdetails", "quote_details", "Kostenvoranschlag-Details", "credit_details", "Gutschrift Details", "product_columns", "Produktspalten", "task_columns", "Aufgabenspalten", "add_field", "Feld hinzuf\xfcgen", "all_events", "Alle Ereignisse", "permissions", "Berechtigungen", "none", "Nichts", "owned", "Eigent\xfcmer", "payment_success", "Bezahlung erfolgreich", "payment_failure", "Bezahlung fehlgeschlagen", "invoice_sent", ":count Rechnung versendet", "quote_sent", "Kostenvoranschlag versendet", "credit_sent", "Guthaben gesendet", "invoice_viewed", "Rechnung angesehen", "quote_viewed", "Kostenvoranschlag angesehen", "credit_viewed", "Guthaben angesehen", "quote_approved", "Kostenvoranschlag angenommen", _s25_33, "Empfange alle Benachrichtigungen", _s16_94, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_47, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_48, "Achtung: Dadurch wird Ihre Firma unwiderruflich gel\xf6scht. Es gibt kein Zur\xfcck.", "enabled_modules", "Module aktivieren", "converted_quote", "Angebot erfolgreichen konvertiert", "credit_design", "Guthaben Design", "includes", "Beinhaltet", "header", "Header-Code", "load_design", "Designvorlage laden", "css_framework", "CSS-Framework", "custom_designs", "Benutzerdefinierte Designs", "designs", "Designs", "new_design", "Neues Design", "edit_design", "Design bearbeiten", "created_design", "Design erfolgreich erstellt", "updated_design", "Design erfolgreich aktualisiert", "archived_design", "Design erfolgreich archiviert", "deleted_design", "Design erfolgreich gel\xf6scht", "removed_design", "Design erfolgreich entfernt", "restored_design", "Design erfolgreich wiederhergestellt", _s16_96, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_97, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_98, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_61, "Kontoverwaltung", "credit_date", "Guthabendatum", "credit", "Gutschrift", "credits", "Guthaben", "new_credit", "Guthaben eingeben", "edit_credit", "Saldo bearbeiten", "created_credit", "Guthaben erfolgreich erstellt", "updated_credit", "Saldo erfolgreich aktualisiert", "archived_credit", "Guthaben erfolgreich archiviert", "deleted_credit", "Guthaben erfolgreich gel\xf6scht", "removed_credit", "Guthaben erfolgreich entfernt", "restored_credit", "Guthaben erfolgreich wiederhergestellt", _s16_100, ":count Guthaben erfolgreich archiviert", "deleted_credits", ":count Guthaben erfolgreich gel\xf6scht", _s16_101, ":value Guthaben erfolgreich archiviert", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_21, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_102, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_81, "Slack-Webhook-URL", "credit_footer", "Guthaben-Fu\xdfzeile", "credit_terms", "Gutschrift Bedingungen", "new_company", "Neues Konto", "added_company", "Erfolgreich Firma hinzugef\xfcgt", "company1", "Benutzerdefinierte Firma 1", "company2", "Benutzerdefinierte Firma 2", "company3", "Benutzerdefinierte Firma 3", "company4", "Benutzerdefinierte Firma 4", "product1", "Benutzerdefiniertes Produkt 1", "product2", "Benutzerdefiniertes Produkt 2", "product3", "Benutzerdefiniertes Produkt 3", "product4", "Benutzerdefiniertes Produkt 4", "client1", "Benutzerdefinierter Kunde 1", "client2", "Benutzerdefinierter Kunde 2", "client3", "Benutzerdefinierter Kunde 3", "client4", "Benutzerdefinierter Kunde 4", "contact1", "Benutzerdefinierter Kontakt 1", "contact2", "Benutzerdefinierter Kontakt 2", "contact3", "Benutzerdefinierter Kontakt 3", "contact4", "Benutzerdefinierter Kontakt 4", "task1", "Benutzerdefinierte Aufgabe 1", "task2", "Benutzerdefinierte Aufgabe 2", "task3", "Benutzerdefinierte Aufgabe 3", "task4", "Benutzerdefinierte Aufgabe 4", "project1", "Benutzerdefiniertes Projekt 1", "project2", "Benutzerdefiniertes Projekt 2", "project3", "Benutzerdefiniertes Projekt 3", "project4", "Benutzerdefiniertes Projekt 4", "expense1", "Benutzerdefinierte Ausgabe 1", "expense2", "Benutzerdefinierte Ausgabe 2", "expense3", "Benutzerdefinierte Ausgabe 3", "expense4", "Benutzerdefinierte Ausgabe 4", "vendor1", "Benutzerdefinierter Lieferant 1", "vendor2", "Benutzerdefinierter Lieferant 2", "vendor3", "Benutzerdefinierter Lieferant 3", "vendor4", "Benutzerdefinierter Lieferant 4", "invoice1", "Benutzerdefinierte Rechnung 1", "invoice2", "Benutzerdefinierte Rechnung 2", "invoice3", "Benutzerdefinierte Rechnung 3", "invoice4", "Benutzerdefinierte Rechnung 4", "payment1", "Benutzerdefinierte Zahlung 1", "payment2", "Benutzerdefinierte Zahlung 2", "payment3", "Benutzerdefinierte Zahlung 3", "payment4", "Benutzerdefinierte Zahlung 4", "surcharge1", _s30_44, "surcharge2", _s30_45, "surcharge3", _s30_46, "surcharge4", _s30_47, "group1", "Benutzerdefinierte Gruppe 1", "group2", "Benutzerdefinierte Gruppe 2", "group3", "Benutzerdefinierte Gruppe 3", "group4", "Benutzerdefinierte Gruppe 4", "reset", "Zur\xfccksetzen", "number", "Nummer", "export", "Exportieren", "chart", "Diagramm", "count", "Anzahl", "totals", "Summe", "blank", "Leer", "day", "Tag", "month", "Monat", "year", "Jahr", "subgroup", "Untergruppe", "is_active", "Ist aktiv", "group_by", "Gruppieren nach", "credit_balance", "Guthabenstand", _s18_67, "Letzter Login des Kontakts", _s17_83, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_59, "Kontakt Benutzerdefinierter Wert 1", _s21_60, "Kontakt Benutzerdefinierter Wert 2", _s21_61, "Kontakt Benutzerdefinierter Wert 3", _s21_62, "Kontakt Benutzerdefinierter Wert 4", _s17_85, "Strasse Versandanschrift", _s17_86, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_61, "Postleitzahl Versandanschrift", _s16_132, "Lieferungsland", _s16_134, "Strasse Rechnungsanschrift", _s16_135, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_40, "Postleitzahl Rechnungsanschrift", "billing_country", "Rechnungsland", "client_id", "Kundennummer", "assigned_to", "Zugewiesen an", "created_by", "Erstellt von :name", "assigned_to_id", "Zugewiesen zur ID", "created_by_id", "Erstellt von ID", "add_column", "Spalte hinzuf\xfcgen", "edit_columns", "Spalten bearbeiten", "columns", "Spalten", "aging", "Versendet", "profit_and_loss", _s18_161, "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_136, "Nicht genehmigtes Angebot", "help", "Hilfe", "refund", "Erstattung", "refund_date", "Erstattungsdatum", "filtered_by", "Gefiltert nach", "contact_email", "E-Mail-Adresse des Kontakts", "multiselect", "Mehrfachauswahl", "entity_state", "Status", "verify_password", "Passwort \xfcberpr\xfcfen", "applied", "Angewendet", _s21_63, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_8, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_63, "Produktdetails anzeigen", _s25_35, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_65, "Der PDF-Renderer ben\xf6tigt :version", _s18_70, "Anpassungszuschlag Prozent", _s23_28, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_72, "Einstellungen bearbeiten", "support_forum", "Support-Forum", "about", "\xdcber", "documentation", "Dokumentation", "contact_us", "Kontaktieren Sie uns", "subtotal", "Zwischensumme", "line_total", "Summe", "item", "Artikel", "credit_email", "Guthaben E-Mail", "iframe_url", "Webseite", "domain_url", "Domain-URL", _s21_64, "Das Passwort ist zu kurz", _s20_66, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_42, "Kundenportal-Aufgaben", _s23_29, "Kundenportal-\xdcbersicht", _s20_67, "Bitte einen Wert eingeben", "deleted_logo", "Logo erfolgreich gel\xf6scht", "yes", "Ja", "no", "Nein", "generate_number", "Nummer generieren", "when_saved", "Wenn gespeichert", "when_sent", "Wenn gesendet", "select_company", "Firma ausw\xe4hlen", "float", "Schwebend", "collapse", "Einklappen", "show_or_hide", "Anzeigen/verstecken", "menu_sidebar", "Men\xfcleiste", "history_sidebar", "Verlaufs-Seitenleiste", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Ansehen", "module", "Modul", "first_custom", "Erste benutzerdefinierte", "second_custom", "Zweite benutzerdefinierte", "third_custom", "Dritte benutzerdefinierte", "show_cost", "Kosten anzeigen", _s17_88, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_65, "Produktanzahl anzeigen", _s26_23, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_67, "Rechnungsanzahl anzeigen", _s26_24, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_69, "Produkterm\xe4\xdfigung anzeigen", _s26_25, "Zeige Rabattfeld in Belegposition", _s16_138, "Standardanzahl", _s21_71, "Setze den Rechnungsposten automatisch auf Anzahl 1", "one_tax_rate", "Ein Steuersatz", "two_tax_rates", "Zwei Steuers\xe4tze", "three_tax_rates", "Drei Steuers\xe4tze", _s16_140, _s19_104, "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_131, "inclusive_taxes", "Inklusive Steuern", _s17_90, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_74, _s29_59, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_75, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_77, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_44, "Komma-separierte Liste", "options", "Optionen", _s16_142, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_37, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Abschicken", _s16_144, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_145, "Versp\xe4tungszuschlag Prozent", "schedule", "Zeitgesteuert", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_79, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_72, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_147, "Endlose Erinnnerung", _s16_149, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_80, "Dem Benutzer erlauben, andere Benutzer zu administrieren, Einstellungen zu \xe4ndern und alle Eintr\xe4ge zu bearbeiten", "user_management", "Benutzerverwaltung", "users", "Benutzer", "new_user", "Neuer Benutzer", "edit_user", "Benutzer bearbeiten", "created_user", "Benutzer erfolgreich erstellt", "updated_user", "Benutzer erfolgreich aktualisiert", "archived_user", "Benutzer erfolgreich archiviert", "deleted_user", "Benutzer erfolgreich gel\xf6scht", "removed_user", "Benutzer erfolgreich entfernt", "restored_user", "Benutzer erfolgreich wiederhergestellt", "archived_users", ":value Benutzer erfolgreich archiviert", "deleted_users", ":value Benutzer erfolgreich gel\xf6scht", "removed_users", ":value Benutzer erfolgreich entfernt", "restored_users", ":value Benutzer erfolgreich wiederhergestellt", _s16_151, _s24_85, "invoice_options", "Rechnungsoptionen", _s17_92, '"Bereits gezahlt" ausblenden', _s22_55, '"Bereits gezahlt" nur anzeigen, wenn eine Zahlung eingegangen ist.', _s23_31, "Dokumente einbetten", _s28_21, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_153, "Zeige Kopf auf", _s16_154, "Zeige Fu\xdfzeilen auf", "first_page", "Erste Seite", "all_pages", "Alle Seiten", "last_page", "Letzte Seite", "primary_font", "Prim\xe4re Schriftart", "secondary_font", "Sekund\xe4re Schriftart", "primary_color", "Prim\xe4re Farbe", "secondary_color", "Sekund\xe4re Farbe", "page_size", "Seitengr\xf6\xdfe", "font_size", "Schriftgr\xf6\xdfe", "quote_design", "Angebots-Layout", "invoice_fields", "Rechnungsfelder", "product_fields", "Produktfelder", "invoice_terms", "Rechnungsbedingungen", "invoice_footer", "Rechnungsfu\xdfzeile", "quote_terms", "Angebotsbedingungen", "quote_footer", "Angebots-Fu\xdfzeile", _s18_81, "Automatischer E-Mail-Versand", _s23_32, "Senden Sie wiederkehrende Rechnungen automatisch per E-Mail, wenn sie erstellt werden.", _s18_82, "Automatisches Archiv", _s23_33, "Archivieren Sie Angebote automatisch, wenn sie konvertiert werden.", _s18_83, _s24_84, _s23_34, "Das Angebot automatisch in eine Rechnung umwandeln wenn es vom Kunden angenommen wird.", _s17_94, "Workflow-Einstellungen", "freq_daily", "T\xe4glich", "freq_weekly", "W\xf6chentlich", "freq_two_weeks", "Zweiw\xf6chentlich", "freq_four_weeks", "Vierw\xf6chentlich", "freq_monthly", "Monatlich", "freq_two_months", "Zwei Monate", _s17_96, "Dreimonatlich", _s16_155, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_156, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_97, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_157, "Wiederkehrender Pr\xe4fix", "number_padding", "Nummernabstand", "general", "Allgemein", "surcharge_field", "Zuschlagsfeld", "company_field", "Firmenfeld", "company_value", "Firmenwert", "credit_field", "Kredit-Feld", "invoice_field", "Rechnungsfeld", _s17_99, "Rechnungsgeb\xfchr", "client_field", "Kundenfeld", "product_field", "Produktfeld", "payment_field", "Zahlungsfeld", "contact_field", "Kontaktfeld", "vendor_field", "Lieferantenfeld", "expense_field", "Ausgabenfeld", "project_field", "Projektfeld", "task_field", "Aufgabenfeld", "group_field", "Gruppen-Feld", "number_counter", "Nummernz\xe4hler", "prefix", "Pr\xe4fix", "number_pattern", "Nummernschema", "messages", "Nachrichten", "custom_css", "Benutzerdefiniertes CSS", _s17_101, "Benutzerdefiniertes JavaScript", _s16_159, "Auf PDF anzeigen", _s21_74, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_41, "Checkbox f\xfcr Rechnungsbedingungen", _s30_9, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_35, "Checkbox f\xfcr Angebotsbedingungen", _s28_22, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_42, "Rechnungsunterschrift", _s30_10, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_36, "Angebotsunterschrift", _s22_57, "Rechnungen mit Passwort sch\xfctzen", _s27_38, "Erlaubt Ihnen ein Passwort f\xfcr jeden Kontakt zu erstellen. Wenn ein Passwort erstellt wurde, muss der Kunde dieses eingeben, bevor er eine Rechnung ansehen darf.", "authorization", "Genehmigung", "subdomain", "Subdom\xe4ne", "domain", "Dom\xe4ne", "portal_mode", "Portalmodus", "email_signature", "Mit freundlichen Gr\xfc\xdfen", _s24_41, "Machen Sie es einfacher f\xfcr Ihre Kunden zu bezahlen, indem Sie schema.org Markup zu Ihren E-Mails hinzuf\xfcgen.", "plain", "Einfach", "light", "Hell", "dark", "Dunkel", "email_design", "E-Mail-Design", "attach_pdf", "PDF anh\xe4ngen", _s16_160, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_46, "Markup erlauben", "reply_to_email", "Antwort-E-Mail-Adresse", "reply_to_name", "Name der Antwortadresse", "bcc_email", "BCC E-Mail", "processed", "Verarbeitet", "credit_card", "Kreditkarte", "bank_transfer", "\xdcberweisung", "priority", "Priorit\xe4t", "fee_amount", "Zuschlag Betrag", "fee_percent", "Zuschlag Prozent", "fee_cap", "Geb\xfchrenobergrenze", "limits_and_fees", "Grenzwerte/Geb\xfchren", "enable_min", "Min aktivieren", "enable_max", "Max aktivieren", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_49, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Satz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_162, "Steuersatz erstellt", _s16_163, "Steuersatz aktualisiert", _s17_104, "Steuersatz archiviert", _s16_164, "Steuersatz erfolgreich gel\xf6scht", _s17_105, "Steuersatz erfolgreich wiederhergestellt", _s18_84, ":value Steuers\xe4tze erfolgreich archiviert", _s17_106, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_85, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_86, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_71, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_165, "Produkte konvertieren", _s21_75, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_167, "Zahlungs-Gateways", _s19_50, "Neues Gateway", _s20_72, "Gateway bearbeiten", _s23_37, "Gateway erfolgreich erstellt", _s23_38, "Gateway erfolgreich aktualisiert", _s24_42, "Gateway erfolgreich archiviert", _s23_39, "Gateway erfolgreich gel\xf6scht", _s24_43, "Gateway erfolgreich wiederhergestellt", _s25_44, ":value Zahlungsanbieter erfolgreich archiviert", _s24_44, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_45, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_169, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_76, "Erster Tag der Woche", _s23_40, "Erster Monat des Jahres", "sunday", "Sonntag", "monday", "Montag", "tuesday", "Dienstag", "wednesday", "Mittwoch", "thursday", "Donnerstag", "friday", "Freitag", "saturday", "Samstag", "january", "Januar", "february", "Februar", "march", "M\xe4rz", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Dezember", "symbol", "Symbol", "ocde", "Code", "date_format", "Datumsformat", "datetime_format", "Datums-/Zeitformat", "military_time", "24-Stunden-Zeit", _s18_87, "24-Stunden-Anzeige", "send_reminders", "Mahnung senden", "timezone", "Zeitzone", _s19_51, "Nach Projekt filtern", _s17_107, "Gefiltert nach Gruppe", _s19_53, "Gefiltert nach Rechnung", _s18_88, "Gefiltert nach Kunde", _s18_90, "Gefiltert nach Lieferant", "group_settings", "Gruppeneinstellungen", "group", "Gruppe", "groups", "Gruppen", "new_group", "Neue Gruppe", "edit_group", "Gruppe bearbeiten", "created_group", "Gruppe erfolgreich erstellt", "updated_group", "Gruppe erfolgreich aktualisiert", "archived_groups", ":value Gruppen erfolgreich archiviert", "deleted_groups", ":value Gruppen erfolgreich gel\xf6scht", "restored_groups", ":value Gruppen erfolgreich wiederhergestellt", "archived_group", "Gruppe erfolgreich archiviert", "deleted_group", "Gruppe erfolgreich gel\xf6scht", "restored_group", "Gruppe erfolgreich wiederhergestellt", "upload_logo", "Logo hochladen", "uploaded_logo", "Logo erfolgreich hochgeladen", "logo", "Logo", "saved_settings", "Einstellungen erfolgreich gespeichert", _s16_171, "Produkt-Einstellungen", "device_settings", "Ger\xe4te-Einstellungen", "defaults", "Standards", "basic_settings", _s24_85, _s17_109, "Erweiterte Einstellungen", "company_details", "Firmendaten", "user_details", "Benutzerdaten", "localization", "Lokalisierung", "online_payments", "Online-Zahlungen", "tax_rates", "Steuers\xe4tze", "notifications", "Benachrichtigungen", "import_export", "Import/Export", "custom_fields", "Benutzerdefinierte Felder", "invoice_design", "Rechnungsdesign", "buy_now_buttons", '"Kaufe jetzt"-Buttons', "email_settings", "E-Mail-Einstellungen", _s23_42, "Vorlagen & Mahnungen", _s22_58, _s21_140, _s19_55, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_42, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_57, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_46, "Bitte geben Sie einen Vornamen ein", _s24_45, "Bitte geben Sie einen Nachnamen ein", _s33_21, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s16_173, "Service-Bedingungen", "privacy_policy", "Datenschutzerkl\xe4rung", "sign_up", "Anmeldung", "account_login", "Konto Login", "view_website", "Webseite anschauen", "create_account", "Konto erstellen", "email_login", "E-Mail-Anmeldung", "create_new", "Neu...", _s18_92, "Kein Eintrag ausgew\xe4hlt", _s21_79, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Herunterladen", _s27_43, "Ben\xf6tigt einen Enterprise Plan", "take_picture", "Bild aufnehmen", "upload_file", "Datei hochladen", "document", "Dokument", "documents", "Dokumente", "new_document", "Neues Dokument", "edit_document", "Dokument bearbeiten", _s17_111, "Dokument erfolgreich hochgeladen", _s16_175, "Dokument erfolgreich aktualisiert", _s17_112, "Dokument erfolgreich archiviert", _s16_176, "Dokument erfolgreich gel\xf6scht", _s17_113, "Dokument erfolgreich wiederhergestellt", _s18_94, ":value Dokumente erfolgreich archiviert", _s17_114, ":value Dokumente erfolgreich gel\xf6scht", _s18_95, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_177, "Aufgezeichnet", _s16_178, "Ausstehend", _s16_179, "Fakturiert", "converted", "Umgewandelt", _s24_47, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_180, "W\xe4hrung umrechnen", "mark_paid", "Als bezahlt markieren", "category", "Kategorie", "address", "Adresse", "new_vendor", "Neuer Lieferant", "created_vendor", "Lieferant erfolgreich erstellt", "updated_vendor", "Lieferant erfolgreich aktualisiert", "archived_vendor", "Lieferant erfolgreich archiviert", "deleted_vendor", "Lieferant erfolgreich gel\xf6scht", "restored_vendor", "Lieferant erfolgreich wiederhergestellt", _s16_181, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_182, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_183, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_184, "Ausgabe erfolgreich wiederhergestellt", _s17_115, "Ausgaben erfolgreich archiviert", _s16_185, "Ausgaben erfolgreich gel\xf6scht", _s17_116, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_80, "Eintrag konnte nicht gefunden werden", "invoiced", "In Rechnung gestellt", "logged", "Protokolliert", "running", "L\xe4uft", "resume", "Fortfahren", "task_errors", "Bitte korrigieren Sie alle \xfcberlappenden Zeiten", "start", "Starten", "stop", "Anhalten", "started_task", "Aufgabe erfolgreich gestartet", "stopped_task", "Aufgabe erfolgreich angehalten", "resumed_task", "Aufgabe fortgesetzt", "now", "Jetzt", _s16_186, "Aufgaben f\xfcr den automatischen Start", "timer", "Zeitmesser", "manual", "Manuell", "budgeted", "Budgetiert", "start_time", "Startzeit", "end_time", "Endzeit", "date", "Datum", "times", "Zeiten", "duration", "Dauer", "new_task", "Neue Aufgabe", "created_task", "Aufgabe erfolgreich erstellt", "updated_task", "Aufgabe erfolgreich aktualisiert", "archived_task", "Aufgabe erfolgreich archiviert", "deleted_task", "Aufgabe erfolgreich gel\xf6scht", "restored_task", "Aufgabe erfolgreich wiederhergestellt", "archived_tasks", ":count Aufgaben wurden erfolgreich archiviert", "deleted_tasks", ":count Aufgaben wurden erfolgreich gel\xf6scht", "restored_tasks", ":value Aufgaben erfolgreich wiederhergestellt", _s19_59, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_188, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_189, "Projekt erfolgreich wiederhergestellt", _s17_117, "Erfolgreich :count Projekte archiviert", _s16_190, "Erfolgreich :count Projekte gel\xf6scht", _s17_118, ":value Projekte erfolgreich wiederhergestellt", "new_project", "neues Projekt", _s27_47, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_96, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_15, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_61, "Bitte authentifizieren Sie sich", _s24_49, "Biometrische Authentifizierung", "footer", "Footer-Code", "compare", "Vergleiche", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Anmeldung mit Google", "today", "Heute", "custom_range", "Benutzerdefinierter Bereich", "date_range", "Datumsbereich", "current", "Aktuell", "previous", "Vorherige", "current_period", "Aktuelle Periode", _s17_119, "Vergleichsperiode", "previous_period", "Vorherige Periode", "previous_year", "Vorjahr", "compare_to", "Vergleiche mit", "last7_days", "Letzte 7 Tage", "last_week", "Letzte Woche", "last30_days", "Letzte 30 Tage", "this_month", "Dieser Monat", "last_month", "Letzter Monat", "this_year", "Dieses Jahr", "last_year", "Letztes Jahr", "custom", "Benutzerdefiniert", _s16_191, "Klone in Rechnung", "clone_to_quote", "Klone in Angebot", "clone_to_credit", "Duplizieren in Gutschrift", "view_invoice", "Rechnung anschauen", "convert", "Konvertiere", "more", "Mehr", "edit_client", "Kunde bearbeiten", "edit_product", "Produkt bearbeiten", "edit_invoice", "Rechnung bearbeiten", "edit_quote", "Angebot bearbeiten", "edit_payment", "Zahlung bearbeiten", "edit_task", "Aufgabe bearbeiten", "edit_expense", "Ausgabe Bearbeiten", "edit_vendor", "Lieferant Bearbeiten", "edit_project", "Projekt bearbeiten", _s20_74, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_193, "Lieferadresse", "total_revenue", "Gesamteinnahmen", "average_invoice", "Durchschnittlicher Rechnungsbetrag", "outstanding", "Ausstehend", "invoices_sent", ":count Rechnungen versendet", "active_clients", "aktive Kunden", "close", "Schlie\xdfen", "email", "E-Mail", "password", "Passwort", "url", "URL", "secret", "Passwort", "name", "Name", "logout", "Abmelden", "login", "Login", "filter", "Filter", "sort", "Sortierung", "search", "Suche", "active", "Aktiv", "archived", "Archiviert", "deleted", "Gel\xf6scht", "dashboard", "Dashboard", "archive", "Archivieren", "delete", "L\xf6schen", "restore", "Wiederherstellen", _s16_195, "Aktualisieren beendet", _s23_43, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_34, "Bitte geben Sie Ihr Passwort ein", _s21_83, "Bitte geben Sie Ihre URL ein", _s26_36, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_121, "Ein Fehler ist aufgetreten", "paid_to_date", "Bereits gezahlt", "balance_due", "Offener Betrag", "balance", "Saldo", "overview", "\xdcbersicht", "details", "Details", "phone", "Telefon", "website", "Webseite", "vat_number", "USt-IdNr.", "id_number", "Registernummer", "create", "Erstellen", _s19_63, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_197, "Konnte nicht gestartet werden", "contacts", "Kontakte", "additional", "Zus\xe4tzlich", "first_name", "Vorname", "last_name", "Nachname", "add_contact", "Kontakt hinzuf\xfcgen", "are_you_sure", "Sind Sie sicher?", "cancel", "Abbrechen", "ok", "Ok", "remove", "Entfernen", _s16_199, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_201, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_202, "Produkt erfolgreich wiederhergestellt", _s17_123, "Archivierung erfolgreich :Produktz\xe4hler", _s16_203, "Erfolgreich :count Produkte gel\xf6scht", _s17_124, ":value Produkte erfolgreich wiederhergestellt", "product_key", "Produkt", "notes", "Notizen", "cost", "Kosten", "client", "Kunde", "clients", "Kunden", "new_client", "Neuer Kunde", "created_client", "Kunde erfolgreich angelegt", "updated_client", "Kunde erfolgreich aktualisiert", "archived_client", "Kunde erfolgreich archiviert", _s16_204, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_205, ":value Kunden erfolgreich wiederhergestellt", "address1", "Stra\xdfe", "address2", "Adresszusatz", "city", "Stadt", "state", "Bundesland", "postal_code", "Postleitzahl", "country", "Land", "invoice", "Rechnung", "invoices", "Rechnungen", "new_invoice", "Neue Rechnung", "created_invoice", "Rechnung erfolgreich erstellt", "updated_invoice", "Rechnung erfolgreich aktualisiert", _s16_206, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_207, "Rechnung erfolgreich wiederhergestellt", _s17_125, ":count Rechnungen erfolgreich archiviert", _s16_208, ":count Rechnungen erfolgreich gel\xf6scht", _s17_126, ":value Rechnungen erfolgreich wiederhergestellt", "emailed_invoice", "Rechnung erfolgreich versendet", "emailed_payment", "Zahlungs-E-Mail erfolgreich gesendet", "amount", "Betrag", "invoice_number", "Rechnungsnummer", "invoice_date", "Rechnungsdatum", "discount", "Rabatt", "po_number", "Bestellnummer", "terms", "Bedingungen", "public_notes", "\xd6ffentliche Notizen", "private_notes", "Interne Notizen", "frequency", "H\xe4ufigkeit", "start_date", "Startdatum", "end_date", "Enddatum", "quote_number", "Angebotsnummer", "quote_date", "Angebotsdatum", "valid_until", "G\xfcltig bis", "items", "Element", "partial_deposit", "Teil-/Anzahlung", "description", "Beschreibung", "unit_cost", "Einzelpreis", "quantity", "Menge", "add_item", "Artikel hinzuf\xfcgen", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Gesamtbetrag", "pdf", "PDF", "due_date", _s16_302, _s16_209, "Teilzahlungsziel", "status", "Status", _s17_127, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_59, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_61, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_76, "Bitte w\xe4hlen Sie ein Datum", _s22_62, _s29_59, _s24_51, "Bitte w\xe4hlen Sie eine Rechnung aus", "task_rate", "Kosten f\xfcr T\xe4tigkeit", "settings", "Einstellungen", "language", "Sprache", "currency", "W\xe4hrung", "created_at", "Erstellt am", "created_on", "Erstellt am", "updated_at", "Aktualisiert", "tax", "Steuer", _s30_17, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_51, "Bitte geben Sie eine Angebots Nummer ein", "past_due", "\xdcberf\xe4llig", "draft", "Entwurf", "sent", "Versendet", "viewed", "Angesehen", "approved", "Best\xe4tigt", "partial", "Teil-/Anzahlung", "paid", "Bezahlt", "mark_sent", "Als versendet markieren", _s22_64, "Rechnung erfolgreich als versendet markiert", _s22_65, _s55_2, _s23_45, "Erfolgreich Rechnungen als versendet markiert", _s23_46, _s55_2, "done", "Erledigt", _s37_18, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_53, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_211, "Kein Eintr\xe4ge gefunden", "clone", "Duplizieren", "loading", "L\xe4dt", "industry", "Kategorie", "size", "Gr\xf6\xdfe", "payment_terms", "Zahlungsbedingungen", "payment_date", "Zahlungsdatum", "payment_status", "Zahlungsstatus", _s16_213, "Ausstehend", _s16_214, "entwertet", _s16_215, "Fehlgeschlagen", _s16_216, "Abgeschlossen", _s16_217, _s19_105, _s16_218, "Erstattet", _s17_128, "nicht angewendet", _s17_129, "Teilweise nicht angewendet", "net", "Netto", "client_portal", "Kunden-Portal", "show_tasks", "Aufgaben anzeigen", "email_reminders", "Mahnungs-E-Mail", "enabled", "Aktiviert", "recipients", "Empf\xe4nger", "initial_email", "Initiale E-Mail", "first_reminder", _s16_303, "second_reminder", _s17_178, "third_reminder", _s17_179, "reminder1", _s16_303, "reminder2", _s17_178, "reminder3", _s17_179, "template", "Vorlage", "send", "Senden", "subject", "Betreff", "body", "Inhalt", "send_email", "E-Mail senden", "email_receipt", "Zahlungsbest\xe4tigung an Kunden per E-Mail senden", "auto_billing", "Automatische Rechnungsstellung", "button", "Knopf", "preview", "Vorschau", "customize", "Anpassen", "history", "Verlauf", "payment", "Zahlung", "payments", "Zahlungen", "refunded", "Erstattet", "payment_type", "Zahlungsart", _s21_85, "Abwicklungsreferenz", "enter_payment", _s16_304, "new_payment", _s16_304, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_219, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_220, "Zahlung erfolgreich wiederhergestellt", _s17_130, ":count Zahlungen erfolgreich archiviert", _s16_221, ":count Zahlungen erfolgreich gel\xf6scht", _s17_131, ":value Zahlungen erfolgreich wiederhergestellt", "quote", "Angebot", "quotes", "Angebote", "new_quote", "Neues Angebot", "created_quote", "Angebot erfolgreich erstellt", "updated_quote", "Angebot erfolgreich aktualisiert", "archived_quote", "Angebot erfolgreich archiviert", "deleted_quote", "Angebot erfolgreich gel\xf6scht", "restored_quote", "Angebot erfolgreich wiederhergestellt", "archived_quotes", ":count Angebote erfolgreich archiviert", "deleted_quotes", ":count Angebote erfolgreich gel\xf6scht", "restored_quotes", ":value Angebote erfolgreich wiederhergestellt", "expense", "Ausgabe", "expenses", "Ausgaben", "vendor", "Lieferant", "vendors", "Lieferanten", "task", "Aufgabe", "tasks", "Zeiterfassung", "project", "Projekt", "projects", "Projekte", "activity_1", ":user erstellte Kunde :client", "activity_2", ":user archivierte Kunde :client", "activity_3", ":user l\xf6schte Kunde :client", "activity_4", ":user erstellte Rechnung :invoice", "activity_5", ":user aktualisierte Rechnung :invoice", "activity_6", ":user mailte Rechnung :invoice f\xfcr :client an :contact", "activity_7", ":contact schaute Rechnung :invoice f\xfcr :client an", "activity_8", ":user archivierte Rechnung :invoice", "activity_9", ":user l\xf6schte Rechnung :invoice", "activity_10", ":contact gab Zahlungsinformation :payment \xfcber :payment_amount f\xfcr Rechnung :invoice f\xfcr Kunde :client", "activity_11", ":user aktualisierte Zahlung :payment", "activity_12", ":user archivierte Zahlung :payment", "activity_13", ":user l\xf6schte Zahlung :payment", "activity_14", ":user gab :credit Guthaben ein", "activity_15", ":user aktualisierte :credit Guthaben", "activity_16", ":user archivierte :credit Guthaben", "activity_17", ":user l\xf6schte :credit Guthaben", "activity_18", ":user erstellte Angebot :quote", "activity_19", ":user aktualisierte Angebot :quote", "activity_20", ":user mailte Angebot :quote f\xfcr :client an :contact", "activity_21", _s34_33, "activity_22", ":user archivierte Angebot :quote", "activity_23", ":user l\xf6schte Angebot :quote", "activity_24", ":user stellte Angebot :quote wieder her", "activity_25", ":user stellte Rechnung :invoice wieder her", "activity_26", ":user stellte Kunde :client wieder her", "activity_27", ":user stellte Zahlung :payment wieder her", "activity_28", ":user stellte Guthaben :credit wieder her", "activity_29", ":contact akzeptierte Angebot :quote f\xfcr :client", "activity_30", ":user hat Lieferant :vendor erstellt", "activity_31", ":user hat Lieferant :vendor archiviert", "activity_32", ":user hat Lieferant :vendor gel\xf6scht", "activity_33", ":user hat Lieferant :vendor wiederhergestellt", "activity_34", ":user erstellte Ausgabe :expense", "activity_35", ":user hat Ausgabe :expense archiviert", "activity_36", ":user hat Ausgabe :expense gel\xf6scht", "activity_37", ":user hat Ausgabe :expense wiederhergestellt", "activity_39", ":user brach eine Zahlung \xfcber :payment_amount ab :payment", "activity_40", ":user hat :adjustment von :payment_amount der Zahlung :payment zur\xfcck erstattet", "activity_41", ":payment_amount Zahlung (:payment) schlug fehl", "activity_42", ":user hat Aufgabe :task erstellt", "activity_43", ":user hat Aufgabe :task bearbeitet", "activity_44", ":user hat Aufgabe :task archiviert", "activity_45", ":user hat Aufgabe :task gel\xf6scht", "activity_46", ":user hat Aufgabe :task wiederhergestellt", "activity_47", ":user hat Ausgabe :expense bearbeitet", "activity_48", ":user erstellte Benutzer :user", "activity_49", ":user aktualisierte Benutzer :user", "activity_50", ":user archivierte Benutzer :user", "activity_51", ":user l\xf6schte Benutzer :user", "activity_52", ":user hat Benutzer :user wiederhergestellt", "activity_53", ":user markierte Rechnung :invoice als versendet", "activity_54", ":user hat Ticket :ticket wieder ge\xf6ffnet", "activity_55", ":contact hat auf Ticket :ticket geantwortet", "activity_56", ":user hat Ticket :ticket angesehen", "activity_57", "Das System konnte die Rechnung :invoice nicht per E-Mail versenden", "activity_58", ":user buchte Rechnung :invoice zur\xfcck", "activity_59", ":user brach Rechnung :invoice ab", "activity_60", _s34_33, "activity_61", ":user hat Kunde :client aktualisiert", "activity_62", ":user hat Lieferant :vendor aktualisiert", "activity_63", ":user mailte erste Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_64", ":user mailte zweite Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_65", ":user mailte dritte Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_66", ":user mailte endlose Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_80", ":user hat Abonnement :subscription erstellt", "activity_81", ":user hat Abonnement :subscription ge\xe4ndert", "activity_82", ":user hat Abonnement :subscription archiviert", "activity_83", ":user hat Abonnement :subscription gel\xf6scht", "activity_84", ":user hat Abonnement :subscription wiederhergestellt", _s17_132, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", _s41_13, _s20_78, "Angebot erfolgreich als versendet markiert", _s21_87, "Guthaben erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_66, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", _s24_86, "custom_value2", _s24_86, "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_97, "Benutzer definierter E-Mail-Stil", _s24_56, "Benutzerdefinierte Dashboard-Nachricht", _s29_37, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_58, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_18, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_64, "Aufgabennummernschema", _s19_66, "Aufgabennummernz\xe4hler", _s22_68, "Ausgabennummernschema", _s22_70, "Ausgabennummernz\xe4hler", _s21_88, "Lieferantennummernschema", _s21_90, "Lieferantennummernz\xe4hler", _s21_92, "Ticketnummernschema", _s21_94, "Ticketnummernz\xe4hler", _s22_72, "Zahlungsnummernschema", _s22_74, "Zahlungsnummernz\xe4hler", _s22_76, "Rechnungsnummernschema", _s22_78, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_79, "Kostenvoranschlags-Nummernschema", _s20_81, "Z\xe4hler f\xfcr Angebotsnummer", _s21_96, "Gutschriftnummernschema", _s21_98, _s23_76, _s21_100, _s23_76, _s21_101, _s23_76, _s18_99, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_57, "Gemeinsamen Nummernz\xe4hler f\xfcr Rechnungen und Angebote verwenden", _s18_101, "Standard-Steuername 1", _s18_103, "Standard-Steuersatz 1", _s18_105, "Standard-Steuername 2", _s18_107, "Standard-Steuersatz 2", _s18_109, "Standard-Steuername 3", _s18_111, "Standard-Steuersatz 3", _s21_102, "E-Mail Rechnung Betreff", _s19_68, "E-Mail Angebot Betreff", _s21_104, "E-Mail Zahlung Betreff", _s29_39, "E-Mail Teilzahlung Betreff", "show_table", "Zeige Tabelle", "show_list", "Zeige Liste", "client_city", "Kunden-Stadt", "client_state", "Kunden-Bundesland/Kanton", "client_country", "Kunden-Land", _s16_222, "Kunde ist aktiv", "client_balance", "Kunden Betrag", "client_address1", "Stra\xdfe des Kunden", "client_address2", "Adresszusatz", "vendor_address1", "Stra\xdfe Lieferant", "vendor_address2", "Lieferant Apt/Suite", _s24_58, "Strasse Kundenlieferanschrift", _s24_59, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_226, _s16_302, "tax_rate1", "Steuersatz 1", "tax_rate2", "Steuersatz 2", "tax_rate3", "Steuersatz 3", "auto_bill", "Automatische Verrechnung", "archived_at", "Archiviert um", "has_expenses", "Hat Ausgaben", "custom_taxes1", "Benutzerdefinierte Steuern 1", "custom_taxes2", "Benutzerdefinierte Steuern 2", "custom_taxes3", "Benutzerdefinierte Steuern 3", "custom_taxes4", "Benutzerdefinierte Steuern 4", _s17_134, _s30_44, _s17_135, _s30_45, _s17_136, _s30_46, _s17_137, _s30_47, "is_deleted", "ist gel\xf6scht", "vendor_city", "Lieferanten-Stadt", "vendor_state", "Lieferanten-Bundesland/Kanton", "vendor_country", "Lieferanten-Land", "is_approved", "Wurde angenommen", "tax_name", "Steuersatz Name", "tax_amount", "Steuerwert", "tax_paid", "Steuern bezahlt", "payment_amount", "Zahlungsbetrag", "age", "Alter", "is_running", "L\xe4uft derzeit", "time_log", "Zeiten", "bank_id", "Bank", _s19_70, "Ausgabenkategorie ID", _s16_227, "Ausgabenkategorie", _s19_72, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions ID", _s18_113, "Status Farbschema", _s16_228, "lade Farbschema"], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s28_78, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u03a3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b7", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "default", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u0398\u03ad\u03c3\u03b7", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :Invoice", _s17_11, _s17_12, "week", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "range", "\u0395\u03cd\u03c1\u03bf\u03c2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u03a4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c0\u03bf\u03c3\u03bf\u03cd :amount \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 # :expense", "view_statement", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0394\u03ae\u03bb\u03c9\u03c3\u03b7\u03c2", "sepa", "\u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u0391\u03c0\u03cc \u038c\u03bd\u03bf\u03bc\u03b1", _s16_23, _s16_232, _s17_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s18_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s21_22, "\u039d\u03ad\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s22_27, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_3, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s26_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_5, _s25_74, _s25_6, _s38_2, _s26_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae", "enterprise", "Enterprise", "last_updated", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_23, "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "order", "Order", "unassigned", "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c4\u03b5\u03b8\u03b5\u03af", "partial_value", "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b7\u03b4\u03b5\u03bd\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1 \u03ae \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03b7 \u03b4\u03b9\u03ba\u03ae \u03c3\u03b1\u03c2 \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", _s16_41, _s16_42, _s17_29, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s21_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7\u03c2", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u03a3\u03ba\u03b1\u03bd\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03bf barcode \u03bc\u03b5 \u03bc\u03af\u03b1 :link \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae.", _s18_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u0394\u03cd\u03bf \u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b4\u03cd\u03bf \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "last_quarter", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "to_update_run", "\u0393\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5", _s18_39, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_54, "URL \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoice_project", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 Project", "invoice_task", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "invoice_expense", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_29, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_34, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_56, "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "save_and_email", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", _s16_58, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_60, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_38, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_40, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "document_upload", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s20_35, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03c5\u03bd \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "expense_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "enter_taxes", "\u0395\u03b9\u03c3\u03b1\u03b3\u03b5\u03c4\u03b5 \u03a6\u03cc\u03c1\u03bf\u03c5\u03c2", "by_rate", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "by_amount", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03cc", "enter_amount", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03bf\u03c3\u03cc", "before_taxes", "\u03a0\u03c1\u03bf \u03a6\u03cc\u03c1\u03c9\u03bd", "after_taxes", "\u039c\u03b5\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "color", "\u03a7\u03c1\u03ce\u03bc\u03b1", "show", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5", "hide", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "empty_columns", "\u039a\u03b5\u03bd\u03ad\u03c2 \u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", _s21_41, "\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03b1\u03c0\u03bf\u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af", _s26_11, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u03c0\u03c1\u03bf\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c3\u03b5 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03b4\u03b9\u03b1\u03c1\u03c1\u03bf\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03ce\u03bd. \u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1.", "running_tasks", "\u0395\u03ba\u03c4\u03b5\u03bb\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_tasks", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_expenses", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_42, "\u0395\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "update_app", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "started_import", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", _s24_23, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", _s20_36, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s18_41, "\u0395\u03af\u03bd\u03b1\u03b9 \u03a0\u03bf\u03c3\u03cc \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2", "column", "\u039a\u03bf\u03bb\u03cc\u03bd\u03b1", "sample", "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1", "map_to", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03a3\u03b5", "import", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae", _s25_16, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b7\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "select_file", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf", _s16_62, "\u0394\u03b5\u03bd \u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 \u0391\u03c1\u03c7\u03b5\u03af\u03bf", "csv_file", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0391\u03b4\u03b5\u03b9\u03ce\u03bd \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "webhook_url", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook", _s17_44, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2 \u039f\u03b8\u03cc\u03bd\u03b7\u03c2", "sidebar_editor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ac\u03b3\u03b9\u03b1\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", _s22_34, '\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bb\u03b7\u03ba\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 ":value" \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7', "purge", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7", "service", "\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1", "clone_to", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b5", "clone_to_other", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0386\u03bb\u03bb\u03bf", "labels", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "add_custom", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "payment_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "unpaid", "\u039c\u03b7 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b7", "white_label", "\u039b\u03b5\u03c5\u03ba\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "delivery_note", "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03a0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2", _s24_26, "\u03a4\u03b1 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", _s24_28, "\u03a4\u03b1 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", "source_code", "\u03a0\u03b7\u03b3\u03b1\u03af\u03bf\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "app_platforms", "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "invoice_late", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "partial_due", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "invoice_total", _s17_180, "quote_total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", _s23_19, _s17_180, "actions", "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2", "expense_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "task_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "project_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 Project", "project_name", "\u038c\u03bd\u03bf\u03bc\u03b1 Project", "warning", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "view_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2", _s24_30, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03ae \u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b1\u03ba\u03cc\u03bc\u03b1", "late_invoice", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "expired_quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b5", "remind_invoice", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "cvv", "CVV", "client_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "required_fields", "\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "calculated_rate", "\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2", _s17_46, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "clear_cache", "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ae\u03c2 \u039c\u03bd\u03ae\u03bc\u03b7\u03c2", "sort_order", "\u03a3\u03b5\u03b9\u03c1\u03ac \u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2", "task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "task_statuses", "\u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "new_task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u039d\u03ad\u03b1\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_64, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_38, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_33, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_39, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_35, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s21_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s18_43, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_41, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_66, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_44, "\u03a0\u03ac\u03bd\u03c4\u03b1 \u03bd\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c4\u03bc\u03ae\u03bc\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s20_42, "\u03a7\u03c1\u03bf\u03bd\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s25_17, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b9\u03ce\u03bd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c3\u03c4\u03b9\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, "\u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s18_44, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd", "task_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_46, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_46, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_48, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_46, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s25_20, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_33, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2", _s24_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_21, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s27_23, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s26_12, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s27_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s23_20, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_23, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_48, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "show_option", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s22_37, "\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "view_changes", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "force_update", "\u0395\u03be\u03b1\u03bd\u03b1\u03b3\u03ba\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", _s17_48, "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b1\u03bb\u03bb\u03ac \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae.", "mark_paid_help", "\u0395\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s18_48, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_21, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s29_8, "\u039a\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b9\u03bc\u03b1", _s21_50, "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1\u03c2 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_68, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_49, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf", "crypto", "\u039a\u03c1\u03cd\u03c0\u03c4\u03bf", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple/Google \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "user_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "variables", "\u039c\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2", "show_password", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "hide_password", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "copy_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03b3\u03ae\u03c2", "capture_card", "\u039a\u03ac\u03c1\u03c4\u03b1 \u03a3\u03cd\u03bb\u03bb\u03b7\u03c8\u03b7\u03c2", _s17_49, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", "total_taxes", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03bf\u03af \u03a6\u03cc\u03c1\u03bf\u03b9", "line_taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "total_fields", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u03a0\u03b5\u03b4\u03af\u03b1", _s25_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "gateway_refund", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s19_34, "\u0395\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03bd\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "due_date_days", _s22_118, "paused", "\u03a3\u03b5 \u03c0\u03b1\u03cd\u03c3\u03b7", "mark_active", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc", "day_count", "\u0397\u03bc\u03ad\u03c1\u03b1 :count", _s22_38, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_51, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_51, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "endless", "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2", "next_send_date", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_70, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_53, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_51, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s21_53, "\u039d\u03ad\u03bf \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s22_40, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s25_27, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_28, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_13, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_14, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s26_15, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s27_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s24_35, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_31, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "send_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "auto_bill_on", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2", _s28_8, "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03a0\u03bf\u03c3\u03cc \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "profit", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2", "line_item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s18_53, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_22, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03b5\u03cc\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03ad\u03c7\u03b5\u03c3\u03c4\u03b5 \u03c6\u03b9\u03bb\u03bf\u03b4\u03bf\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1", _s19_35, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_36, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4' \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd \u03c0\u03bf\u03c3\u03bf\u03cd", "test_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03a4\u03b5\u03c3\u03c4", "opened", "\u0391\u03bd\u03bf\u03af\u03c7\u03b8\u03b7\u03ba\u03b5", _s30_4, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", "gateway_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_send", "Email \u03b1\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s17_55, "\u039f\u03c5\u03c1\u03ac \u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 Email", "failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1", "quota_exceeded", "\u03a5\u03c0\u03ad\u03c1\u03b2\u03b1\u03c3\u03b7 \u039f\u03c1\u03af\u03bf\u03c5", _s16_72, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a1\u03bf\u03ae\u03c2", "system_logs", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "view_portal", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae portal", "copy_link", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5", "token_billing", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1\u03c2", _s24_37, "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Invoice Ninja", "always", "\u03a0\u03ac\u03bd\u03c4\u03b1", "optin", "\u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "optout", "\u039c\u03b7 \u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "label", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "client_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_convert", _s18_163, "company_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "reminder1_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 1 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder2_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 2 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder3_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 3 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s18_55, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "pdf_page_info", "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 :current \u03b1\u03c0\u03cc :total", _s16_74, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "emailed_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u0384\u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b5 email", "gateway", "\u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "view_in_stripe", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c3\u03c4\u03bf Stripe", "rows_per_page", "\u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b1\u03bd\u03ac \u03a3\u03b5\u03bb\u03af\u03b4\u03b1", "hours", "\u038f\u03c1\u03b5\u03c2", "statement", "\u0394\u03ae\u03bb\u03c9\u03c3\u03b7", "taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9", "surcharge", "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7", "apply_payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "apply_credit", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "apply", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "unapplied", "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", "select_label", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2", "custom_labels", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "record_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "record_name", "\u038c\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "file_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "height", "\u038e\u03c8\u03bf\u03c2", "width", "\u03a0\u03bb\u03ac\u03c4\u03bf\u03c2", "to", "\u03a0\u03c1\u03bf\u03c2", "health_check", "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2", "payment_type_id", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "last_login_at", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03b9\u03c2", "company_key", "\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "storefront", "\u0392\u03b9\u03c4\u03c1\u03af\u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "storefront_help", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c4\u03c1\u03af\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "client_created", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5", _s20_51, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_53, "Email \u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "completed", "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "gross", "\u039c\u03b5\u03b9\u03ba\u03c4\u03cc", "net_amount", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a0\u03bf\u03c3\u03cc", "net_balance", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "client_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s17_57, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_59, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "selected_quotes", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "selected_tasks", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s17_61, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_63, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_65, "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "recent_payments", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "upcoming_quotes", "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03b5\u03af\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "expired_quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b1\u03bd", "create_client", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "create_invoice", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "create_quote", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "create_payment", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "create_vendor", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "update_quote", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "delete_quote", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "update_invoice", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "delete_invoice", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "update_client", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_client", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_payment", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "update_vendor", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "delete_vendor", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "create_expense", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "update_expense", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "delete_expense", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "create_task", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "update_task", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "delete_task", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "approve_quote", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "off", "\u039a\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc", "when_paid", "\u039f\u03c4\u03b1\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af", "expires_on", "\u039b\u03ae\u03b3\u03b5\u03b9 \u03c4\u03b7\u03bd", "free", "\u0394\u03c9\u03c1\u03b5\u03ac\u03bd", "plan", "\u03a0\u03bb\u03ac\u03bd\u03bf", "show_sidebar", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "hide_sidebar", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "event_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03bf\u03c2", "target_url", "\u03a3\u03c4\u03cc\u03c7\u03bf\u03c2", "copy", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "must_be_online", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03cc\u03bb\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf internet", _s17_67, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 crons", "api_webhooks", "API Webhooks", "search_webhooks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count Webhooks", "search_webhook", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "\u039d\u03ad\u03bf Webhook", "edit_webhook", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Webhook", "created_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 webhook", "updated_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 webhook", _s16_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 webhook", "deleted_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae webhook", "removed_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 webhook", _s16_77, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_68, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_79, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_69, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value webhooks", "api_tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac API", "api_docs", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1 API", "search_tokens", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "search_token", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "token", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac", "new_token", "\u039d\u03ad\u03bf \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "edit_token", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "created_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "updated_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "deleted_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "removed_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "restored_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "deleted_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "restored_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", _s19_37, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_39, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03c3\u03c4\u03bf portal", _s21_55, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae & \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "email_invoice", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 email", "email_quote", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "email_credit", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", "email_payment", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", _s20_56, "\u039f \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bc\u03af\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email", "ledger", "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc", "view_pdf", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae PDF", "all_records", "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "owned_by_user", "\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", _s16_80, "\u03a5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "contact_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "use_default", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s16_82, _s18_164, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_24, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_term", "\u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_83, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_71, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b9\u03ba\u03b1\u03b9\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_56, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_59, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_60, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_46, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 email", "change", "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae", _s23_26, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", _s24_40, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 Desktop \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", "send_from_gmail", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03bc\u03ad\u03c3\u03c9 Gmail", "reversed", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", "cancelled", "\u0391\u03ba\u03c5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7", "credit_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "quote_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "hosted", "\u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "selfhosted", "\u0399\u03b4\u03af\u03b1\u03c2 \u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2", "exclusive", "\u0394\u03b5\u03bd \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "inclusive", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "hide_menu", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", "show_menu", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", _s18_57, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_85, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "search_designs", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "search_invoices", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "search_clients", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "search_products", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "search_quotes", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "search_credits", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "search_vendors", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "search_users", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_86, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_tasks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "search_settings", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "search_projects", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 Projects", "search_expenses", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "search_payments", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "search_groups", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "search_company", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ce\u03bd", "search_document", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", "search_design", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "search_invoice", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "search_client", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "search_product", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "search_quote", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "search_credit", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "search_vendor", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "search_user", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "search_tax_rate", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_task", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "search_project", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Project", "search_expense", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "search_payment", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "search_group", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "refund_payment", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_75, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_59, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_92, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "reverse", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae", "full_name", "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u038c\u03bd\u03bf\u03bc\u03b1", _s17_77, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_79, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_305, "custom2", _s18_165, "custom3", _s16_306, "custom4", "\u03a4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "optional", "\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc", "license", "\u0386\u03b4\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "purge_data", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", _s16_93, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s18_60, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03cc\u03bb\u03b1 \u03c3\u03b1\u03c2 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "invoice_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "age_group_0", "0 - 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_30", "30 - 60 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_60", "60 - 90 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_90", "90 - 120 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_120", "120+ \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "refresh", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7", "saved_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "client_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "company_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "invoice_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "product_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "task_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "add_field", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", "all_events", "\u038c\u03bb\u03b1 \u03c4\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", "permissions", "\u0394\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1", "none", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1", "owned", "\u039a\u03b1\u03c4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9", "payment_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "invoice_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "quote_sent", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "credit_sent", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "invoice_viewed", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_viewed", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "credit_viewed", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_approved", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03ad\u03b3\u03b9\u03bd\u03b5 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", _s25_33, "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd", _s16_94, "\u03a0\u03c1\u03bf\u03bc\u03ae\u03b8\u03b5\u03b9\u03b1 \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "apply_license", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "cancel_account", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s22_47, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "delete_company", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s22_48, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7.", "enabled_modules", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2", "converted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "includes", "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1", "header", "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", "load_design", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "css_framework", "CSS Framework", "custom_designs", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "designs", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "new_design", "\u039d\u03ad\u03bf \u03c3\u03c7\u03bb\u03b5\u03b4\u03b9\u03bf", "edit_design", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "created_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "updated_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "archived_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "deleted_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "removed_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "restored_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s16_96, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "deleted_designs", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", _s16_97, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "proposals", "\u03a0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2", "tickets", "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", _s16_98, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "recurring_tasks", "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s18_61, "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "credit_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "credits", "\u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "new_credit", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "edit_credit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "created_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "updated_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "archived_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "deleted_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "removed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03af\u03b1\u03c1\u03b5\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "restored_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s16_100, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "deleted_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", _s16_101, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "current_version", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "latest_version", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0388\u03ba\u03b4\u03bf\u03c3\u03b7", "update_now", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03ce\u03c1\u03b1", _s26_21, "\u03a5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03bd\u03b5\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 web", _s16_102, "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "app_updated", "\u0397 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03bf\u03ba\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", "learn_more", "\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "integrations", "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "tracking_id", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2", _s17_81, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook \u03b3\u03b9\u03b1 \u03c4\u03bf Slack", "credit_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "new_company", "\u039d\u03ad\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "added_company", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "company1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 1", "company2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 2", "company3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 3", "company4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 4", "product1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 1", "product2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 2", "product3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 3", "product4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 4", "client1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 1", "client2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 2", "client3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 3", "client4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 4", "contact1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 1", "contact2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 2", "contact3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 3", "contact4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 4", "task1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 1", "task2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 2", "task3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 3", "task4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 4", "project1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 1", "project2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 2", "project3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 3", "project4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 4", "expense1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 1", "expense2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 2", "expense3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 3", "expense4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 4", "vendor1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 1", "vendor2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 2", "vendor3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 3", "vendor4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 4", "invoice1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 1", "invoice2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 2", "invoice3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 3", "invoice4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 4", "payment1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 1", "payment2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 2", "payment3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 3", "payment4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 4", "surcharge1", _s26_63, "surcharge2", _s26_64, "surcharge3", _s26_65, "surcharge4", _s26_66, "group1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 1", "group2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 2", "group3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 3", "group4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 4", "reset", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "export", "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "chart", "\u0394\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1", "count", "\u039c\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7", "totals", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03b1", "blank", "\u039a\u03b5\u03bd\u03cc", "day", "\u0397\u03bc\u03ad\u03c1\u03b1", "month", "\u039c\u03ae\u03bd\u03b1\u03c2", "year", "\u0388\u03c4\u03bf\u03c2", "subgroup", "\u03a5\u03c0\u03bf\u03bf\u03bc\u03ac\u03b4\u03b1", "is_active", "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc", "group_by", "\u039f\u03bc\u03b1\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b5", "credit_balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s18_67, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_83, "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "contact_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", _s21_59, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 1", _s21_60, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 2", _s21_61, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 3", _s21_62, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 4", _s17_85, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_86, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_city", "\u03a0\u03cc\u03bb\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s20_61, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_132, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_134, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_135, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_city", "\u03a0\u03cc\u03bb\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s19_40, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_country", "\u03a7\u03ce\u03c1\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "client_id", "Id \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "assigned_to", "\u0391\u03bd\u03b1\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03c3\u03b5", "created_by", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc :name", "assigned_to_id", "\u039f\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03b5 Id", "created_by_id", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03bf Id", "add_column", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2", "edit_columns", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", "aging", "\u0393\u03ae\u03c1\u03b1\u03bd\u03c3\u03b7", "profit_and_loss", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2 \u03ba\u03b1\u03b9 \u0396\u03b7\u03bc\u03b9\u03ac", "reports", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2", "report", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "add_company", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "unpaid_invoice", "\u039c\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "paid_invoice", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_136, "\u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "help", "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1", "refund", _s18_166, "refund_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2 \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", "filtered_by", "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03bc\u03b5", "contact_email", "Email \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", "multiselect", "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "entity_state", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "verify_password", "\u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", "applied", "\u0395\u03b3\u03b9\u03bd\u03b5 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", _s21_63, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03c9\u03bd \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", _s30_8, "\u0395\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03ac \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1.", "message", "\u039c\u03ae\u03bd\u03c5\u03bc\u03b1", "from", "\u0391\u03c0\u03cc", _s20_63, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s25_35, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c4\u03b9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s20_65, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_70, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c4\u03ad\u03bb\u03bf\u03c5\u03c2", _s23_28, "\u03a4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c4\u03ad\u03bb\u03bf\u03c2", _s18_72, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "support_forum", "\u03c6\u03cc\u03c1\u03bf\u03c5\u03bc \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", "about", "\u03a0\u03b5\u03c1\u03af", "documentation", "\u03a4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7", "contact_us", "\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2", "subtotal", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "line_total", "\u0391\u03be\u03af\u03b1", "item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "credit_email", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03cc \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", "iframe_url", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "domain_url", "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 URL", _s21_64, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc\u03c2", _s20_66, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc", _s19_42, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_29, "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", _s20_67, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c4\u03b9\u03bc\u03ae", "deleted_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bb\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf\u03c5", "yes", "\u039d\u03b1\u03b9", "no", "\u038c\u03c7\u03b9", "generate_number", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", "when_saved", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af", "when_sent", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af", "select_company", "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "float", "Float", "collapse", "\u03a3\u03c5\u03c1\u03c1\u03af\u03ba\u03bd\u03c9\u03c3\u03b7", "show_or_hide", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7/\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "menu_sidebar", "\u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03cc \u039c\u03b5\u03bd\u03bf\u03cd", "history_sidebar", "\u039c\u03b5\u03bd\u03bf\u03cd \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03bf\u03cd \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03bf\u03cd", "tablet", "\u03a4\u03ac\u03bc\u03c0\u03bb\u03b5\u03c4", "mobile", "\u039a\u03b9\u03bd\u03b7\u03c4\u03cc", "desktop", "\u03a3\u03c4\u03b1\u03b8\u03b5\u03c1\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2", "layout", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7", "view", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", "module", "\u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "first_custom", _s16_305, "second_custom", _s18_165, "third_custom", _s16_306, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_88, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", "show_cost_help", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03c1\u03b4\u03bf\u03c5\u03c2", _s21_65, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_23, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_67, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_24, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_69, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_25, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ad\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s16_138, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_71, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", "one_tax_rate", "\u0388\u03bd\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "two_tax_rates", "\u0394\u03cd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "three_tax_rates", "\u03a4\u03c1\u03af\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", _s16_140, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "user", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "invoice_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "line_item_tax", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "inclusive_taxes", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s17_90, "\u03a6\u03cc\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "item_tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s18_74, _s24_87, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_75, "\u03a0\u03b1\u03c1\u03b1\u03bc\u03b5\u03c4\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a0\u03c5\u03bb\u03ce\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", "tax_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a6\u03cc\u03c1\u03c9\u03bd", _s18_77, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "accent_color", "\u03a7\u03c1\u03ce\u03bc\u03b1 \u03a4\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd", "switch", "\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", _s19_44, "\u039b\u03af\u03c3\u03c4\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bc\u03b5 \u03ba\u03cc\u03bc\u03bc\u03b1\u03c4\u03b1", "options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", _s16_142, "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03bc\u03bf\u03bd\u03ae\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "multi_line_text", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ce\u03bd", "dropdown", "\u03a0\u03c4\u03c5\u03c3\u03ce\u03bc\u03b5\u03bd\u03bf", "field_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", _s27_37, "\u0388\u03bd\u03b1 email \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", "submit", "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae", _s16_144, "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", "late_fees", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a4\u03ad\u03bb\u03b7", "credit_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "payment_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "late_fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", _s16_145, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", "schedule", "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03b9\u03c3\u03b5", "before_due_date", "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "after_due_date", "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s18_79, "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "days", "\u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "invoice_email", "Email \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "payment_email", "Email \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "partial_payment", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payment_partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s21_72, "Email \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "quote_email", "Email \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", _s16_147, _s18_164, _s16_149, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "administrator", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", _s18_80, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03c3\u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2, \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "user_management", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "users", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "new_user", "\u039d\u03ad\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "edit_user", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "created_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "updated_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "deleted_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "removed_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "restored_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "deleted_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "removed_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "restored_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_151, "\u0393\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "invoice_options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_92, "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a0\u03bf\u03c3\u03bf\u03cd", _s22_55, '\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc" \u03bc\u03cc\u03bd\u03bf \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc \u03cc\u03c4\u03b1\u03bd \u03bb\u03b7\u03c6\u03b8\u03b5\u03af \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae.', _s23_31, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_21, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_153, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_154, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf\u03c5", "first_page", "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "all_pages", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "last_page", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "primary_font", "\u039a\u03cd\u03c1\u03b9\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "secondary_font", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "primary_color", "\u039a\u03cd\u03c1\u03b9\u03bf \u03a7\u03c1\u03ce\u03bc\u03b1", "secondary_color", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03bd \u03a7\u03c1\u03ce\u03bc\u03b1", "page_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "font_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd", "quote_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "invoice_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "product_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "invoice_terms", "\u038c\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "quote_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s18_81, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_32, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 email \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd.", _s18_82, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", _s23_33, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03b1\u03c0\u03bf\u03cd\u03bd.", _s18_83, _s18_163, _s23_34, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c3\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03bc\u03cc\u03bb\u03b9\u03c2 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7.", _s17_94, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a1\u03bf\u03ae\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "freq_daily", "\u0397\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03bf", "freq_weekly", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "freq_two_weeks", "\u0394\u03cd\u03bf \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_four_weeks", "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_monthly", "\u039c\u03ae\u03bd\u03b1\u03c2", "freq_two_months", "\u0394\u03cd\u03bf \u03bc\u03ae\u03bd\u03b5\u03c2", _s17_96, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_155, "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_six_months", "\u0388\u03be\u03b9 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_annually", "\u0388\u03c4\u03bf\u03c2", "freq_two_years", "\u0394\u03cd\u03bf \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1", _s16_156, "\u03a4\u03c1\u03af\u03b1 \u03a7\u03c1\u03cc\u03bd\u03b9\u03b1", "never", "\u03a0\u03bf\u03c4\u03ad", "company", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", _s17_97, "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03af", "charge_taxes", "\u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c6\u03cc\u03c1\u03c9\u03bd", "next_reset", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7", "reset_counter", "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae", _s16_157, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_padding", "\u03a0\u03b5\u03c1\u03b9\u03b8\u03ce\u03c1\u03b9\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "general", "\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2", "surcharge_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7\u03c2", "company_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "company_value", "\u0391\u03be\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03af\u03b1\u03c2", "credit_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "invoice_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_99, "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "client_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "product_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "payment_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "contact_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "vendor_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "expense_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "project_field", "\u03a0\u03b5\u03b4\u03af\u03bf Project", "task_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "group_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "number_counter", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "prefix", "\u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_pattern", "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "messages", "\u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1", "custom_css", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf CSS", _s17_101, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_159, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_74, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03c3\u03c4\u03bf PDF \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5/\u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2.", _s25_41, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_9, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s23_35, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_22, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s25_42, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_10, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5.", _s23_36, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_57, "\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s27_38, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b5\u03c0\u03b1\u03c6\u03ae. \u0391\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2, \u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae \u03b8\u03b1 \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03bf\u03cd\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd.", "authorization", "\u0395\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7", "subdomain", "\u03a5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1\u03c2", "domain", "Domain", "portal_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Portal", "email_signature", "\u039c\u03b5 \u03b5\u03ba\u03c4\u03af\u03bc\u03b7\u03c3\u03b7,", _s24_41, "\u039a\u03ac\u03bd\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf schema.org \u03c3\u03c4\u03b1 emails \u03c3\u03b1\u03c2.", "plain", "\u0391\u03c0\u03bb\u03cc", "light", "\u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc", "dark", "\u03a3\u03ba\u03bf\u03cd\u03c1\u03bf", "email_design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7 Email", "attach_pdf", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b5 PDF", _s16_160, "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "attach_ubl", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 UBL", "email_style", "\u03a3\u03c4\u03c5\u03bb Email", _s19_46, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b7\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2", "reply_to_email", "Email \u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2", "reply_to_name", "Reply-To Name", "bcc_email", "Email \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b7\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2", "processed", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03c3\u03b8\u03b7\u03ba\u03b5", "credit_card", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u039a\u03ac\u03c1\u03c4\u03b1", "bank_transfer", "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03cc \u0388\u03bc\u03b2\u03b1\u03c3\u03bc\u03b1", "priority", "\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", "fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_cap", "\u0391\u03bd\u03ce\u03c4\u03b1\u03c4\u03bf \u038c\u03c1\u03b9\u03bf \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "limits_and_fees", "\u038c\u03c1\u03b9\u03b1/\u03a4\u03ad\u03bb\u03b7", "enable_min", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03c5", "enable_max", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5", "min_limit", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf: :min", "max_limit", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf: :max", "min", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf", "max", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf", _s19_47, "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03b1 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ce\u03bd \u039a\u03b1\u03c1\u03c4\u03ce\u03bd", "credentials", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5", "update_address", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2", _s19_49, "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "tax_rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "new_tax_rate", "\u039d\u03ad\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "edit_tax_rate", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_162, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_163, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_104, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_164, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_105, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_84, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_106, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_85, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", "fill_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s18_86, "\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03b9 \u03b7 \u03b1\u03be\u03af\u03b1", "update_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s20_71, "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_165, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_75, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b9\u03bc\u03ce\u03bd \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03c3\u03c4\u03bf \u03bd\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "fees", "\u03a4\u03ad\u03bb\u03b7", "limits", "\u038c\u03c1\u03b9\u03b1", "provider", "Provider", "company_gateway", "\u03a0\u03cd\u03bb\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s16_167, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_50, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_72, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_37, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_38, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_42, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_39, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s25_44, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s24_44, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s25_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s16_169, "\u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "discard_changes", "\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7 \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "default_value", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03c4\u03b9\u03bc\u03ae", "disabled", "\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf", "currency_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", _s21_76, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_40, "\u03a0\u03c1\u03ce\u03c4\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2 \u03c4\u03bf\u03c5 \u0388\u03c4\u03bf\u03c5\u03c2", "sunday", "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", "monday", "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", "tuesday", "\u03a4\u03c1\u03af\u03c4\u03b7", "wednesday", "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", "thursday", "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", "friday", "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", "saturday", "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf", "january", "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "february", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "march", "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", "april", "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", "may", "\u039c\u03ac\u03b9\u03bf\u03c2", "june", "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", "july", "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", "august", "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", "september", "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "october", "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", "november", "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "december", "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "symbol", "\u03a3\u03cd\u03bc\u03b2\u03bf\u03bb\u03bf", "ocde", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", "date_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "datetime_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2/\u038f\u03c1\u03b1\u03c2", "military_time", _s19_107, _s18_87, _s19_107, "send_reminders", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "timezone", "\u0396\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2", _s19_51, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_107, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_53, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_88, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_90, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "group_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0393\u03c1\u03bf\u03c5\u03c0", "group", "\u039f\u03bc\u03ac\u03b4\u03b1", "groups", "\u0393\u03c1\u03bf\u03c5\u03c0", "new_group", "\u039d\u03ad\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "edit_group", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "created_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "updated_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "archived_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "deleted_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "restored_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "archived_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "deleted_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "restored_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "upload_logo", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u039b\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "uploaded_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03bb\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "logo", "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf", "saved_settings", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", _s16_171, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "device_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2", "defaults", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", "basic_settings", "\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s17_109, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03a0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2", "company_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "user_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "localization", "\u03a4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "online_payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 Online", "tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "notifications", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", "import_export", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae | \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "custom_fields", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "invoice_design", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "buy_now_buttons", "\u039a\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac \u0391\u03b3\u03bf\u03c1\u03ac \u03a4\u03ce\u03c1\u03b1", "email_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 Email", _s23_42, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_58, _s28_78, _s19_55, "\u0391\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "price", "\u03a4\u03b9\u03bc\u03ae", "email_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Email", "google_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Google", _s27_42, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac \u03c3\u03b1\u03c2!", "redeem", "\u0395\u03be\u03b1\u03c1\u03b3\u03cd\u03c1\u03c9\u03c3\u03b5", "back", "\u03a0\u03af\u03c3\u03c9", "past_purchases", "\u03a0\u03b1\u03c1\u03b5\u03bb\u03b8\u03cc\u03bd\u03c4\u03b5\u03c2 \u0391\u03b3\u03bf\u03c1\u03ad\u03c2", _s19_57, "\u0395\u03c4\u03b7\u0384\u03c3\u03b9\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae", "pro_plan", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "enterprise_plan", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "count_users", ":count \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "upgrade", "\u0391\u03bd\u03b1\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7", _s25_46, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03ba\u03c1\u03cc \u03cc\u03bd\u03bf\u03bc\u03b1", _s24_45, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", _s33_21, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc.", "i_agree_to_the", "\u03a3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ce \u03bc\u03b5 \u03c4\u03bf", _s16_173, "\u038c\u03c1\u03bf\u03b9 \u03c4\u03b7\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", "privacy_policy", "\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5", "sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae", "account_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03bf \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc", "view_website", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "create_account", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "email_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 Email", "create_new", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039d\u03ad\u03bf\u03c5", _s18_92, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_79, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03ce\u03c3\u03c4\u03b5 \u03ae \u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2.", "download", "\u039a\u03b1\u03c4\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1", _s27_43, "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03ad\u03bd\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03bd\u03bf", "take_picture", "\u039b\u03ae\u03c8\u03b7 \u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2", "upload_file", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "document", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "documents", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "new_document", "\u039d\u03ad\u03bf \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s17_111, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_175, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_112, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_176, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_113, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s18_94, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s17_114, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s18_95, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "no_history", "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "pending", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_177, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_178, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_179, "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf", "converted", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03ac\u03c0\u03b7\u03ba\u03b5", _s24_47, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "exchange_rate", "\u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_180, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03bd\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", "mark_paid", "\u038c\u03c1\u03b9\u03c3\u03b5 \u03c9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "category", "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1", "address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7", "new_vendor", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "created_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "updated_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "archived_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "deleted_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "restored_vendor", "\u039f \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 \u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", _s16_181, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "deleted_vendors", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", _s16_182, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "new_expense", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "created_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "updated_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_183, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "deleted_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_184, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s17_115, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s16_185, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_116, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "copy_shipping", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "copy_billing", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7", _s21_80, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03b1\u03bd\u03b5\u03cd\u03c1\u03b5\u03c3\u03b7\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoiced", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03b1", "logged", "\u0395\u03b9\u03c3\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf", "running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "resume", "\u03a3\u03c5\u03bd\u03ad\u03c7\u03b9\u03c3\u03b5", "task_errors", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03c4\u03b5 \u03c4\u03c5\u03c7\u03cc\u03bd \u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03c5\u03c0\u03c4\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2", "start", "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", "stop", "\u039b\u03ae\u03be\u03b7", "started_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "stopped_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "resumed_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "now", "\u03a4\u03ce\u03c1\u03b1", _s16_186, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "timer", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2", "manual", "\u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf", "budgeted", "\u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf", "start_time", "\u038f\u03c1\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_time", "\u038f\u03c1\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "times", "\u03a6\u03bf\u03c1\u03ad\u03c2", "duration", "\u0394\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1", "new_task", "\u039d\u03ad\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "created_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "updated_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "deleted_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "restored_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "deleted_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "restored_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s19_59, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03cc\u03bd\u03bf\u03bc\u03b1", "budgeted_hours", "\u03a7\u03c1\u03b5\u03ce\u03c3\u03b9\u03bc\u03b5\u03c2 \u038f\u03c1\u03b5\u03c2", "created_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "updated_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 project", _s16_188, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", _s25_74, _s16_189, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_117, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_190, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_118, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value projects", "new_project", "\u039d\u03ad\u03bf Project", _s27_47, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b1\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03b1\u03c2!", "if_you_like_it", "\u0395\u03ac\u03bd \u03c3\u03b1\u03c2 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5", "click_here", "\u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", _s18_96, "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", "to_rate_it", "\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5.", "average", "\u039c\u03ad\u03c3\u03bf\u03c2 \u03cc\u03c1\u03bf\u03c2", "unapproved", "\u039c\u03b7 \u03b5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7", _s30_15, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7", "locked", "\u039a\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b7", "authenticate", "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s19_61, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s24_49, "\u0392\u03b9\u03bf\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03b7 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf", "compare", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03bd\u03b5", "hosted_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "selfhost_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03b1\u03c5\u03c4\u03bf-\u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "google_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03ad\u03c3\u03c9 Google", "today", "\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1", "custom_range", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03cd\u03c1\u03bf\u03c2", "date_range", "\u0395\u03cd\u03c1\u03bf\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03b9\u03ce\u03bd", "current", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae", "previous", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "current_period", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", _s17_119, "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2", "previous_period", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", "previous_year", _s19_108, "compare_to", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03bc\u03b5", "last7_days", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 7 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2", "last_week", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "last30_days", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "this_month", "\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u039c\u03ae\u03bd\u03b1\u03c2", "last_month", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2", "this_year", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", "last_year", _s19_108, "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_191, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "clone_to_quote", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "clone_to_credit", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "view_invoice", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "convert", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", "more", "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "edit_client", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "edit_product", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "edit_invoice", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "edit_quote", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "edit_payment", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "edit_task", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "edit_expense", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "edit_vendor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "edit_project", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Project", _s20_74, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "billing_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2", _s16_193, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "total_revenue", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u0388\u03c3\u03bf\u03b4\u03b1", "average_invoice", "\u039c\u03ad\u03c3\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "outstanding", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae", "invoices_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b1\u03bd", "active_clients", "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03af \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "close", "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", "email", "Email", "password", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "url", "URL", "secret", "\u039a\u03c1\u03c5\u03c6\u03cc", "name", "\u0395\u03c0\u03c9\u03bd\u03c5\u03bc\u03af\u03b1", "logout", "\u0391\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", "login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2", "filter", "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf", "sort", "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7", "search", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "active", "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "archived", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf", "deleted", "\u0394\u03b9\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", "dashboard", "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5", "archive", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", "delete", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", "restore", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7", _s16_195, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_43, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_34, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", _s21_83, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_36, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03c3\u03b1\u03c2", "ascending", "\u0391\u03cd\u03be\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "descending", "\u03a6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "save", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s17_121, "\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1.", "paid_to_date", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", "balance_due", "\u039f\u03bb\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "overview", "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "website", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "vat_number", "\u0391\u03a6\u039c", "id_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 ID", "create", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1", _s19_63, "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03c4\u03b7\u03ba\u03b5 :value \u03c3\u03c4\u03bf \u03c0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1", _s16_197, "\u0391\u03b4\u03cd\u03bd\u03b1\u03c4\u03b7 \u03b7 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7", "contacts", "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2", "additional", "\u0395\u03c0\u03b9\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf", "first_name", "\u038c\u03bd\u03bf\u03bc\u03b1", "last_name", "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", "add_contact", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "are_you_sure", "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9;", "cancel", "\u0386\u03ba\u03c5\u03c1\u03bf", "ok", "Ok", "remove", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", _s16_199, "\u03a4\u03bf Email \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c3\u03c6\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", "product", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "products", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "new_product", "\u039d\u03ad\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "created_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "updated_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_201, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "deleted_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_202, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s17_123, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_203, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s17_124, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "product_key", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "notes", "\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "cost", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2", "client", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "clients", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "new_client", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "created_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "updated_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "archived_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_204, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "deleted_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "deleted_clients", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "restored_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_205, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "address1", "\u039f\u03b4\u03cc\u03c2", "address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1", "city", "\u03a0\u03cc\u03bb\u03b7", "state", "\u039d\u03bf\u03bc\u03cc\u03c2", "postal_code", "\u03a4\u03b1\u03c7. \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "country", "\u03a7\u03ce\u03c1\u03b1", "invoice", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "invoices", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "new_invoice", "\u039d\u03ad\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "created_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "updated_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_206, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "deleted_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_207, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_125, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_208, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s17_126, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "emailed_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", "amount", "\u03a0\u03bf\u03c3\u03cc", "invoice_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "discount", "\u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7", "po_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2", "terms", "\u038c\u03c1\u03bf\u03b9", "public_notes", "\u0394\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "private_notes", "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "frequency", "\u03a3\u03c5\u03c7\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "start_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "quote_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "quote_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "valid_until", "\u0388\u03b3\u03ba\u03c5\u03c1\u03bf \u0388\u03c9\u03c2", "items", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "partial_deposit", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "description", "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "unit_cost", "\u03a4\u03b9\u03bc\u03ae \u039c\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2", "quantity", "\u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", "add_item", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "contact", "\u0395\u03c0\u03b1\u03c6\u03ae", "work_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "total_amount", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03cc \u03a0\u03bf\u03c3\u03cc", "pdf", "PDF", "due_date", _s22_118, _s16_209, "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", _s17_127, "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_59, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s22_61, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c7\u03c1\u03cc\u03bd\u03bf", "count_selected", ":count \u03b5\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5", "total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "edit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "dismiss", "\u0391\u03c0\u03ad\u03c1\u03c1\u03b9\u03c8\u03b5", _s20_76, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", _s22_62, _s24_87, _s24_51, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "task_rate", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "language", "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "currency", "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1", "created_at", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2", "created_on", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "updated_at", "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "tax", "\u03a6\u03cc\u03c1\u03bf\u03c2", _s30_17, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_51, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "past_due", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "draft", "\u03a0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "sent", "\u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1", "viewed", "\u0395\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1", "approved", "\u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "mark_sent", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", _s22_64, _s42_19, _s22_65, _s42_19, _s23_45, _s42_20, _s23_46, _s42_20, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_18, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03ae \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03af\u03b1\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "dark_mode", "\u03a3\u03ba\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd", _s27_53, "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", "refresh_data", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "blank_contact", "\u039a\u03b5\u03bd\u03ae \u0395\u03c0\u03b1\u03c6\u03ae", "activity", "\u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_211, "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "clone", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "loading", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7", "industry", "\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1", "size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2", "payment_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_213, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_214, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_215, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_216, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_217, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_218, _s18_166, _s17_128, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_129, _s19_27, "net", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc", "client_portal", "Portal \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "show_tasks", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "email_reminders", "Email \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "enabled", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "recipients", "\u03a0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b5\u03c2", "initial_email", "\u0391\u03c1\u03c7\u03b9\u03ba\u03cc Email", "first_reminder", _s16_307, "second_reminder", _s18_167, "third_reminder", _s16_308, "reminder1", _s16_307, "reminder2", _s18_167, "reminder3", _s16_308, "template", "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf", "send", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae", "subject", "\u0398\u03ad\u03bc\u03b1", "body", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf", "send_email", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", "email_receipt", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03cc\u03b4\u03b5\u03b9\u03be\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_billing", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "button", "\u039a\u03bf\u03c5\u03bc\u03c0\u03af", "preview", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "customize", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "history", "\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "refunded", _s18_166, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_85, _s18_168, "enter_payment", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "new_payment", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "created_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "updated_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_219, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "deleted_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_220, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_130, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s16_221, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s17_131, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "new_quote", "\u039d\u03ad\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "created_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "updated_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "deleted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "restored_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "deleted_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "restored_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "expense", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "expenses", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "vendor", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "vendors", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ad\u03c2", "task", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "tasks", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "project", "Project", "projects", "Projects", "activity_1", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_2", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_3", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_4", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_5", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_6", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_7", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_8", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_9", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_10", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c0\u03bf\u03c3\u03bf\u03cd :payment_amount \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_11", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_12", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_13", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_14", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_15", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_16", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_17", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_18", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_19", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_20", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_21", _s41_14, "activity_22", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_23", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_24", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_25", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_26", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_27", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_28", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_29", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03c4\u03b7\u03ba\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_30", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_31", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_32", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_33", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_34", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_35", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_36", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_37", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_39", ":user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_40", ":user \u03b5\u03c0\u03ad\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 :adjustment \u03bc\u03b9\u03b1\u03c2 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_41", ":payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (:payment) \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", "activity_42", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_43", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_44", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_45", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_46", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_47", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03b1\u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_55", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b5 \u03c3\u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_56", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_57", "\u03a4\u03bf \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_58", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_59", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_60", _s41_14, "activity_61", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_62", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_63", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c0\u03c1\u03ce\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_64", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_65", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03c1\u03af\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_66", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b1\u03c4\u03ad\u03c1\u03bc\u03bf\u03bd\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03af\u03b1\u03c2 \u03a6\u03bf\u03c1\u03ac\u03c2", "emailed_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "emailed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", _s20_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", _s21_87, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", "expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "all", "\u038c\u03bb\u03b1", "select", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", _s22_66, "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03bc\u03b5 \u03a0\u03b1\u03c1\u03b1\u03c4\u03b5\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03c0\u03af\u03b5\u03c3\u03b7", "custom_value1", _s18_169, "custom_value2", _s18_169, "custom_value3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 3", "custom_value4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 4", _s18_97, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_56, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2", _s29_37, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0391\u03bd\u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c4\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_58, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s31_18, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "lock_invoices", "\u039a\u03bb\u03b5\u03af\u03b4\u03c9\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "translations", "\u039c\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2", _s19_64, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_66, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_68, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_70, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s21_88, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_90, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_92, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s21_94, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s22_72, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_74, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2\xa0\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_76, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s22_78, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_79, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s20_81, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_96, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd", _s21_98, _s27_83, _s21_100, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", _s21_101, _s27_83, _s18_99, "\u039c\u03b7\u03b4\u03b5\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "counter_padding", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2", _s28_57, "\u039a\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_101, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 1", _s18_103, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", _s18_105, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 2", _s18_107, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", _s18_109, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 3", _s18_111, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", _s21_102, "\u0398\u03ad\u03bc\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s19_68, "\u0398\u03ad\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", _s21_104, "\u0398\u03ad\u03bc\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s29_39, "\u0398\u03ad\u03bc\u03b1 Email \u03bc\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "show_table", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1", "show_list", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03af\u03c3\u03c4\u03b1\u03c2", "client_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_222, "\u039f \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "client_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "client_address1", "\u039f\u03b4\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_59, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "type", "\u03a4\u03cd\u03c0\u03bf\u03c2", "invoice_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_226, _s22_118, "tax_rate1", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", "tax_rate2", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", "tax_rate3", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", "auto_bill", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "archived_at", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "has_expenses", "\u0395\u03c7\u03b5\u03b9 \u03ad\u03be\u03bf\u03b4\u03b1", "custom_taxes1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 1", "custom_taxes2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 2", "custom_taxes3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 3", "custom_taxes4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 4", _s17_134, _s26_63, _s17_135, _s26_64, _s17_136, _s26_65, _s17_137, _s26_66, "is_deleted", "\u0395\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af", "vendor_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "is_approved", "\u0395\u03af\u03bd\u03b1\u03b9 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "tax_name", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_amount", "\u03a0\u03bf\u03c3\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a6\u03cc\u03c1\u03bf\u03c2", "payment_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "age", "\u0397\u03bb\u03b9\u03ba\u03af\u03b1", "is_running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "time_log", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c5", "bank_id", "\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1", _s19_70, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_227, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_72, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "tax_name1", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 1", "tax_name2", _s16_309, "tax_name3", _s16_309, "transaction_id", _s18_168, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "he", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d5\u05d4\u05e2\u05d1\u05e8\u05d4 \u05d1\u05e0\u05e7\u05d0\u05d9\u05ea", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u05de\u05e2\u05de\u05d3", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u05d4\u05d5\u05e1\u05e4\u05ea Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea: \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_11, _s17_12, "week", "\u05e9\u05d1\u05d5\u05e2", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u05de\u05d8\u05d1\u05e2 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "range", "\u05d8\u05d5\u05d5\u05d7", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u05e6\u05d5\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u05d4\u05e2\u05de\u05dc\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :amount \u05ea\u05d4\u05d9\u05d4 :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u05d0\u05d9\u05e9\u05d5\u05e8", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "\u05d9\u05ea\u05e8\u05d4", "invoice_paid", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF \u05d1\u05e2\u05ea \u05e2\u05e8\u05d9\u05db\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d6\u05d9\u05db\u05d5\u05d9 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e1\u05d9\u05e1\u05de\u05d0", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "\u05d9\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u05e6\u05e4\u05d4 \u05d1\u05d4\u05d5\u05e6\u05d0\u05d4 # :expense", "view_statement", "\u05e6\u05e4\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u05de\u05e2\u05e8\u05db\u05ea", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, "\u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05d5\u05d9\u05db\u05d5\u05ea \u05db\u05d5\u05dc\u05dd \u05dc\u05d0\u05d5\u05ea\u05d5 \u05dc\u05e7\u05d5\u05d7", _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_19, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea", _s21_22, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_27, "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_3, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_4, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_4, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_5, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_6, _s38_2, _s26_5, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u05e0\u05d8\u05d5", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05d5\u05e6\u05d2\u05d5\u05ea \u05d1\u05e4\u05d5\u05e8\u05d8\u05dc", "uninvoiced", "\u05dc\u05dc\u05d0 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u05d9\u05d1\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s23_15, "\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d4", "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "\u05e4\u05e8\u05d9\u05d8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_item", "Quote Item", _s18_27, "\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s17_23, "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "order", "Order", "unassigned", "\u05dc\u05d0 \u05de\u05d5\u05e7\u05e6\u05d4", "partial_value", "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05d0\u05e4\u05e1 \u05d5\u05e7\u05d8\u05df \u05de\u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05e1\u05d5\u05e4\u05d9", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u05d0\u05e4\u05e9\u05e8", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05ea\u05ea-\u05d4\u05d3\u05d5\u05de\u05d9\u05d9\u05df \u05d0\u05d5 \u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc\u05da.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, "\u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d0\u05e9\u05e8\u05d0\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3", "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "\u05d0\u05e4\u05e9\u05e8 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd, \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05d5\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u05e9\u05dc\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d4\u05d6\u05de\u05e0\u05d4", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05d6\u05e8", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u05e8\u05d1\u05e2\u05d5\u05df \u05e7\u05d5\u05d3\u05dd", "to_update_run", "To update run", _s18_39, "\u05dc\u05d4\u05de\u05d9\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", _s16_54, _s16_55, "invoice_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_task", "\u05de\u05e9\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_expense", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d5\u05e6\u05d0\u05d4", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u05d4\u05de\u05e8 \u05e1\u05db\u05d5\u05dd", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u05de\u05e1\u05de\u05db\u05d9 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u05d4\u05e1\u05ea\u05e8", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", "recent_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u05d8\u05d5\u05e8", "sample", "\u05d3\u05d2\u05d9\u05de\u05d4", "map_to", "Map To", "import", "\u05d9\u05d9\u05d1\u05d0", _s25_16, _s29_7, "select_file", "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 \u05d1\u05d1\u05e7\u05e9\u05d4", _s16_62, _s16_63, "csv_file", "\u05e7\u05d5\u05d1\u05e5 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u05dc\u05d0 \u05e9\u05d5\u05dc\u05dd", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05dc\u05e9\u05dc\u05d7\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", _s24_28, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e9\u05d5\u05dc\u05de\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05d9\u05d7\u05d5\u05e8", "quote_expired", "Quote Expired", "partial_due", "\u05de\u05d5\u05e2\u05d3 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", "invoice_total", '\u05e1\u05d4"\u05db \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', "quote_total", '\u05e1\u05d4"\u05db \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8', "credit_total", '\u05e1\u05d4"\u05db \u05d6\u05d9\u05db\u05d5\u05d9', _s23_19, '\u05e1\u05d4"\u05db \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', "actions", "Actions", "expense_number", "Expense Number", "task_number", "\u05de\u05e1\u05e4\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u05d0\u05d6\u05d4\u05e8\u05d4", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d0\u05d5\u05d7\u05e8\u05ea", "expired_quote", "Expired Quote", "remind_invoice", "\u05ea\u05d6\u05db\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "cvv", "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d5\u05d3\u05d9", "client_name", "\u05e9\u05dd \u05d4\u05dc\u05e7\u05d5\u05d7", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc \u05dc\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "\u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", "new_task_status", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d7\u05d3\u05e9", _s16_64, "\u05e2\u05e8\u05d5\u05da \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4", _s19_30, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_31, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_38, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_32, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_33, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_39, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "\u05d7\u05e4\u05e9 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 1", _s20_41, "\u05d7\u05e4\u05e9 :count \u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s16_66, "\u05d4\u05e6\u05d2 \u05d8\u05d1\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s21_44, "\u05d4\u05e6\u05d2 \u05ea\u05de\u05d9\u05d3 \u05d0\u05ea \u05de\u05e7\u05d8\u05e2 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_42, "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_17, "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d8\u05d9 \u05e9\u05e2\u05d4 \u05dc\u05e4\u05e8\u05d8\u05d9 \u05d4\u05e9\u05d3\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s20_44, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05d5\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_18, "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d8\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05e4\u05e8\u05d9\u05d8\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s21_45, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e9\u05de\u05d9\u05e8\u05d4", _s18_44, _s18_45, "task_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", _s20_46, _s20_47, _s18_46, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s20_48, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4", _s21_46, _s21_47, _s24_31, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_32, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_20, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_33, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_34, _s37_7, _s25_21, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u05e6\u05e8\u05d9\u05da \u05dc\u05ea\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_21, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05dc\u05d4\u05d9\u05e9\u05dc\u05d7 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e4\u05e1\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_25, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05ea\u05d7\u05d9\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u05e1\u05de\u05df \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_51, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", _s21_53, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_40, "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_27, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_28, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_13, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_29, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_30, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_14, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_25, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s26_15, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s27_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s24_35, "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea 1", _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u05e8\u05d5\u05d5\u05d7", "line_item", "\u05e1\u05d3\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u05d4\u05e6\u05d2 \u05e4\u05d5\u05e8\u05d8\u05dc", "copy_link", "Copy Link", "token_billing", "\u05e9\u05de\u05d9\u05e8\u05ea \u05e4\u05e8\u05d8\u05d9 \u05db\u05e8\u05d8\u05d9\u05e1", _s24_37, _s24_38, "always", "\u05ea\u05de\u05d9\u05d3", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, '\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', "emailed_quotes", '\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05da\u05d7\u05d4', "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u05e9\u05e2\u05d5\u05ea", "statement", "\u05d7\u05e9\u05d1\u05d5\u05df", "taxes", "\u05de\u05e1\u05d9\u05dd", "surcharge", "\u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "apply_payment", "Apply Payment", "apply_credit", "\u05d4\u05d7\u05dc \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "apply", "\u05d4\u05d7\u05dc", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u05e2\u05d1\u05d5\u05e8", "health_check", "Health Check", "payment_type_id", "\u05e9\u05d9\u05d8\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d9\u05d9\u05e9\u05d5\u05de\u05d9 \u05e6\u05d3 \u05e9\u05dc\u05d9\u05e9\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5", _s17_61, _s17_62, _s17_63, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea", _s17_65, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e2\u05d1\u05e8\u05d5 \u05d0\u05ea \u05de\u05d5\u05e2\u05d3 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd", "recent_payments", "\u05e7\u05d1\u05dc\u05d4", "upcoming_quotes", "\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05e7\u05e8\u05d5\u05d1", "expired_quotes", "\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05df", "create_client", "\u05e6\u05d5\u05e8 \u05dc\u05e7\u05d5\u05d7", "create_invoice", "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "create_quote", "\u05ea\u05d9\u05d9\u05e6\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "create_payment", "Create Payment", "create_vendor", "\u05e6\u05d5\u05e8 \u05e1\u05e4\u05e7", "update_quote", "Update Quote", "delete_quote", "\u05de\u05d7\u05e7 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "update_invoice", "\u05e2\u05d3\u05db\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "delete_invoice", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "update_client", "Update Client", "delete_client", "\u05de\u05d7\u05e7 \u05dc\u05e7\u05d5\u05d7", "delete_payment", "\u05de\u05d7\u05e7 \u05ea\u05e9\u05dc\u05d5\u05dd", "update_vendor", "Update Vendor", "delete_vendor", "\u05de\u05d7\u05e7 \u05e1\u05e4\u05e7", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u05de\u05d7\u05e7 \u05d4\u05d5\u05e6\u05d0\u05d4", "create_task", "\u05e6\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "update_task", "\u05e2\u05d3\u05db\u05df \u05de\u05e9\u05d9\u05de\u05d4", "delete_task", "\u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "approve_quote", "Approve Quote", "off", "\u05db\u05d1\u05d5\u05d9", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u05d7\u05d9\u05e0\u05dd", "plan", "\u05ea\u05db\u05e0\u05d9\u05ea", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "\u05d8\u05d5\u05e7\u05df API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u05d8\u05d5\u05e7\u05df", "tokens", "\u05d8\u05d5\u05e7\u05e0\u05d9\u05dd", "new_token", "New Token", "edit_token", "\u05e2\u05e8\u05d9\u05db\u05ea \u05d8\u05d5\u05e7\u05df", "created_token", "\u05d8\u05d5\u05e7\u05df \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_token", "\u05d8\u05d5\u05e7\u05df \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_token", "\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_token", "\u05d8\u05d5\u05e7\u05df \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05de\u05d9\u05d9\u05dc", "email_quote", "\u05e9\u05dc\u05d7 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05de\u05d9\u05d9\u05dc", "email_credit", "Email Credit", "email_payment", '\u05e9\u05dc\u05d7 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d3\u05d5\u05d0"\u05dc', _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u05e9\u05dd \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u05e2\u05e8\u05d5\u05da \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s20_57, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_58, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_56, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u05d2\u05d5\u05d1\u05d4 \u05d9\u05ea\u05e8\u05d4", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "\u05d7\u05e4\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea 1", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "\u05d7\u05e4\u05e9 1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9", _s17_75, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d5\u05d8\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_59, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05d5\u05d8\u05dc\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_92, _s21_141, _s17_76, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "reverse", "Reverse", "full_name", "\u05e9\u05dd \u05de\u05dc\u05d0", _s17_77, "\u05e2\u05d9\u05e8/\u05de\u05d3\u05d9\u05e0\u05d4/\u05d3\u05d5\u05d0\u05e8", _s17_79, _s17_80, "custom1", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "custom2", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u05e8\u05e2\u05e0\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", _s16_93, "\u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e8\u05d5\u05e2\u05e0\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_60, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05de\u05d7\u05e7 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc.", "invoice_balance", "\u05d9\u05ea\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "age_group_0", "0 - 30 \u05d9\u05de\u05d9\u05dd", "age_group_30", "30 - 60 \u05d9\u05de\u05d9\u05dd", "age_group_60", "60 - 90 \u05d9\u05de\u05d9\u05dd", "age_group_90", "90 - 120 \u05d9\u05de\u05d9\u05dd", "age_group_120", "120+ \u05d9\u05de\u05d9\u05dd", "refresh", "\u05e8\u05e2\u05e0\u05df", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "\u05e9\u05d5\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u05de\u05ea\u05d7\u05dd", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e6\u05e4\u05ea\u05d4", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05df", _s22_47, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05de\u05d7\u05d9\u05e7\u05d4 \u05d6\u05d5 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc", "delete_company", "\u05de\u05d7\u05e7 \u05d7\u05d1\u05e8\u05d4", _s22_48, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05de\u05d7\u05e7 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d0\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e9\u05dc\u05da, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4", "load_design", "\u05d8\u05e2\u05df \u05e2\u05d9\u05e6\u05d5\u05d1", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u05db\u05de\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", "recurring_tasks", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_61, "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05e9\u05d1\u05d5\u05df", "credit_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05ea\u05e8\u05d4", "credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 / \u05d9\u05ea\u05e8\u05d4", "credits", "\u05d0\u05e9\u05e8\u05d0\u05d9 / \u05d9\u05ea\u05e8\u05d4", "new_credit", "\u05d4\u05db\u05e0\u05e1 \u05d9\u05ea\u05e8\u05d4", "edit_credit", "\u05e2\u05e8\u05d5\u05da \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "created_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_credit", "\u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_credit", _s27_36, "restored_credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_100, "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "deleted_credits", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s16_101, _s36_9, "current_version", "\u05d2\u05e8\u05e1\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u05d7\u05d1\u05e8\u05d4 \u05d7\u05d3\u05e9\u05d4", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "task2", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "task3", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "task4", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "invoice2", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "invoice3", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "invoice4", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u05d0\u05ea\u05d7\u05d5\u05dc", "number", "Number", "export", "\u05d9\u05d9\u05e6\u05d5\u05d0", "chart", "\u05ea\u05e8\u05e9\u05d9\u05dd", "count", "Count", "totals", "\u05e1\u05db\u05d5\u05de\u05d9\u05dd \u05e1\u05d5\u05e4\u05d9\u05d9\u05dd", "blank", "\u05e8\u05d9\u05e7", "day", "\u05d9\u05d5\u05dd", "month", "\u05d7\u05d5\u05d3\u05e9", "year", "\u05e9\u05e0\u05d4", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u05e7\u05d1\u05e5 \u05dc\u05e4\u05d9", "credit_balance", "\u05de\u05d0\u05d6\u05df \u05d9\u05ea\u05e8\u05d4", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u05d8\u05dc\u05e4\u05d5\u05df \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", "\u05e0\u05d5\u05e6\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9: :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u05e9\u05d5\u05e8\u05d5", "aging", "\u05d6\u05de\u05df", "profit_and_loss", "\u05e8\u05d5\u05d5\u05d7 \u05d5\u05d4\u05e4\u05e1\u05d3", "reports", "\u05d3\u05d5\u05d7", "report", '\u05d3\u05d5"\u05d7', "add_company", "\u05d4\u05d5\u05e1\u05e3 \u05d7\u05d1\u05e8\u05d4", "unpaid_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4", "paid_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", _s16_136, _s16_137, "help", "\u05e2\u05d6\u05e8\u05d4", "refund", "\u05d4\u05d7\u05d6\u05e8", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", '\u05d3\u05d5\u05d0"\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8', "multiselect", "Multiselect", "entity_state", "\u05de\u05e6\u05d1", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u05d4\u05d5\u05d3\u05e2\u05d4", "from", "\u05de\u05d0\u05ea", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u05d8\u05d5\u05e4\u05e1 \u05e2\u05d6\u05e8\u05d4", "about", "About", "documentation", "\u05de\u05d3\u05e8\u05d9\u05db\u05d9\u05dd", "contact_us", "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8", "subtotal", "\u05e1\u05d9\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd", "line_total", '\u05e1\u05d4"\u05db', "item", "\u05e4\u05e8\u05d9\u05d8", "credit_email", "Credit Email", "iframe_url", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s23_29, "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4 \u05dc\u05dc\u05e7\u05d5\u05d7", _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u05db\u05df", "no", "\u05dc\u05d0", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u05e6\u05e4\u05d4", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u05de\u05e9\u05ea\u05de\u05e9", "invoice_tax", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "item_tax_rates", "Item Tax Rates", _s18_74, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e1", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0", "late_fees", "Late Fees", "credit_number", "\u05d6\u05d9\u05db\u05d5\u05d9 \u05de\u05e1\u05e4\u05e8", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u05ea\u05d6\u05de\u05df", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, "\u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "days", "\u05d9\u05de\u05d9\u05dd", "invoice_email", "\u05de\u05d9\u05d9\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "payment_email", "\u05de\u05d9\u05d9\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u05de\u05d9\u05d9\u05dc \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u05de\u05e0\u05d4\u05dc", _s18_80, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9 \u05dc\u05e0\u05d4\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd, \u05dc\u05e9\u05e0\u05d5\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d5\u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05e8\u05e9\u05d5\u05de\u05d5\u05ea", "user_management", "\u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "users", "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "new_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9", "edit_user", "\u05e2\u05e8\u05d5\u05da \u05de\u05e9\u05ea\u05de\u05e9", "created_user", _s25_37, "updated_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_user", _s25_40, "restored_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05dc\u05dc\u05d9\u05d5\u05ea", "invoice_options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_92, "\u05d4\u05e1\u05ea\u05e8 \u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05db\u05d4", _s22_55, '\u05d4\u05e6\u05d2 \u05d0\u05da \u05d5\u05e8\u05e7 "\u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05ea\u05d0\u05e8\u05d9\u05da" \u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05e8\u05d9 \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd', _s23_31, "\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05de\u05d5\u05d8\u05de\u05e2\u05d9\u05dd", _s28_21, "\u05db\u05dc\u05d5\u05dc \u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e6\u05d5\u05e8\u05e4\u05d9\u05dd \u05db\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u05e2\u05de\u05d5\u05d3 \u05e8\u05d0\u05e9\u05d5\u05df", "all_pages", "\u05db\u05dc \u05d4\u05e2\u05de\u05d5\u05d3\u05d9\u05dd", "last_page", "\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05e8\u05d5\u05df", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u05e6\u05d1\u05e2 \u05e8\u05d0\u05e9\u05d9", "secondary_color", "\u05e6\u05d1\u05e2 \u05de\u05e9\u05e0\u05d9", "page_size", "\u05d2\u05d5\u05d3\u05dc \u05e2\u05de\u05d5\u05d3", "font_size", "\u05d2\u05d5\u05d3\u05dc \u05e4\u05d5\u05e0\u05d8", "quote_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "invoice_fields", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "product_fields", "\u05e9\u05d3\u05d5\u05ea \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", "invoice_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05d1\u05d3\u05e3 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8", "quote_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05dc\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s18_81, "Auto Email", _s23_32, '\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05db\u05d0\u05e9\u05e8 \u05d4\u05df \u05e0\u05d5\u05e6\u05e8\u05d5\u05ea.', _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "\u05d4\u05de\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", _s23_34, "\u05d4\u05de\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05db\u05d0\u05e9\u05e8 \u05d4\u05dc\u05e7\u05d5\u05d7 \u05de\u05d0\u05e9\u05e8", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "\u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u05d4\u05d5\u05e1\u05e3 \u05de\u05d9\u05e1\u05d9\u05dd", "next_reset", "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05d1\u05d0", "reset_counter", "\u05d0\u05e4\u05e1 \u05de\u05d5\u05e0\u05d4", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_99, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "\u05e9\u05d3\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05d1-PDF \u05e9\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8.", _s25_41, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_9, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05ea\u05e0\u05d0\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_35, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s28_22, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05d4\u05e1\u05db\u05d9\u05dd \u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8", _s25_42, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_10, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05d7\u05ea\u05d5\u05dd \u05e2\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_36, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s22_57, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05d2\u05e0\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d4", _s27_38, "\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4 \u05dc\u05db\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05d0\u05dd \u05d4\u05d5\u05d2\u05d3\u05e8\u05d4 \u05e1\u05d9\u05e1\u05de\u05d4, \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d9\u05d9\u05d3\u05e8\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e1\u05d9\u05e1\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea.", "authorization", "\u05d0\u05d9\u05de\u05d5\u05ea", "subdomain", "\u05e1\u05d0\u05d1\u05d3\u05d5\u05de\u05d9\u05d9\u05df", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u05d1\u05ea\u05d5\u05d3\u05d4 \u05de\u05e8\u05d0\u05e9", _s24_41, "\u05d4\u05e7\u05dc \u05e2\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e9\u05dc\u05dd \u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d9\u05de\u05d5\u05df schema.org \u05dc\u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc\u05da.", "plain", "\u05e8\u05d2\u05d9\u05dc", "light", "\u05d1\u05d4\u05d9\u05e8", "dark", "\u05db\u05d4\u05d4", "email_design", '\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d3\u05d5\u05d0"\u05dc', "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u05d0\u05e4\u05e9\u05e8 \u05e1\u05d9\u05de\u05d5\u05df", "reply_to_email", '\u05d4\u05e9\u05d1 \u05dc\u05d3\u05d5\u05d0"\u05dc', "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u05e2\u05d3\u05db\u05d5\u05df \u05db\u05ea\u05d5\u05d1\u05ea", _s19_49, "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05e2\u05dd \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d5", "rate", "\u05ea\u05e2\u05e8\u05d9\u05e3", "tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", "new_tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 \u05d7\u05d3\u05e9", "edit_tax_rate", "\u05e2\u05e8\u05d5\u05da \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", _s16_162, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_163, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_104, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05de\u05d9\u05dc\u05d5\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d9", _s18_86, "\u05d1\u05d7\u05d9\u05e8\u05ea \u05de\u05d5\u05e6\u05e8 \u05d9\u05de\u05dc\u05d0 \u05d0\u05ea \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d5\u05e2\u05dc\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "update_products", "\u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05ea\u05d9 \u05dc\u05de\u05d5\u05e6\u05e8\u05d9\u05dd", _s20_71, "\u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d9\u05e2\u05d3\u05db\u05df \u05d2\u05dd \u05d0\u05ea \u05d4\u05e1\u05d9\u05e4\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e8\u05d9\u05dd", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u05e2\u05de\u05dc\u05d5\u05ea", "limits", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "\u05d1\u05d8\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", "default_value", "Default value", "disabled", "\u05d4\u05e9\u05d1\u05ea", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", "monday", "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", "tuesday", "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", "wednesday", "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", "thursday", "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", "friday", "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", "saturday", "\u05e9\u05d1\u05ea", "january", "\u05d9\u05e0\u05d5\u05d0\u05e8", "february", "\u05e4\u05d1\u05d5\u05d0\u05e8", "march", "\u05de\u05e8\u05e5", "april", "\u05d0\u05e4\u05e8\u05d9\u05dc", "may", "\u05de\u05d0\u05d9", "june", "\u05d9\u05d5\u05e0\u05d9", "july", "\u05d9\u05d5\u05dc\u05d9", "august", "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", "september", "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", "october", "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", "november", "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", "december", "\u05d3\u05e6\u05de\u05d1\u05e8", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u05e9\u05e2\u05d5\u05ea", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, "\u05e0\u05e1\u05df \u05dc\u05e4\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u05dc\u05d5\u05d2\u05d5", "saved_settings", _s27_41, _s16_171, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8/\u05e9\u05d9\u05e8\u05d5\u05ea", "device_settings", "Device Settings", "defaults", "\u05d1\u05e8\u05d9\u05e8\u05d5\u05ea \u05de\u05d7\u05d3\u05dc", "basic_settings", "\u05d4\u05d2\u05d3\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea", _s17_109, "\u05d0\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea", "company_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05d1\u05e8\u05d4", "user_details", "\u05e4\u05e8\u05d8\u05d9 \u05de\u05e9\u05ea\u05de\u05e9", "localization", "\u05de\u05d9\u05e7\u05d5\u05dd", "online_payments", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05e7\u05d5\u05d5\u05df", "tax_rates", "\u05ea\u05e2\u05e8\u05d9\u05e3 \u05de\u05e1", "notifications", "\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", "import_export", "\u05d9\u05d1\u05d5\u05d0 | \u05d9\u05d9\u05e6\u05d5\u05d0", "custom_fields", "\u05e9\u05d3\u05d5\u05ea \u05de\u05d5\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea", "invoice_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d9\u05dc \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", _s23_42, "\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea \u05d5\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea", _s22_58, _s20_73, _s19_55, "\u05d4\u05d3\u05de\u05d9\u05d9\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u05ea\u05e0\u05d0\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9", "privacy_policy", "Privacy Policy", "sign_up", "\u05d4\u05e8\u05e9\u05dd", "account_login", "\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u05e6\u05d5\u05e8 \u05d7\u05d3\u05e9", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u05d4\u05d5\u05e8\u05d3\u05d4", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u05de\u05e1\u05de\u05da", "documents", "\u05de\u05e1\u05de\u05db\u05d9\u05dd", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "pending", "\u05de\u05de\u05ea\u05d9\u05df", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "converted", "\u05d4\u05d5\u05de\u05e8", _s24_47, _s24_48, "exchange_rate", "\u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df", _s16_180, "\u05d4\u05de\u05e8 \u05de\u05d8\u05d1\u05e2", "mark_paid", "\u05e1\u05de\u05df \u05db\u05e9\u05d5\u05dc\u05dd", "category", "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4", "address", "\u05db\u05ea\u05d5\u05d1\u05ea", "new_vendor", "\u05e1\u05e4\u05e7 \u05d7\u05d3\u05e9", "created_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_vendor", "\u05e1\u05e4\u05e7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_vendor", "\u05e1\u05e4\u05e7 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_181, "\u05e1\u05e4\u05e7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", "deleted_vendors", "\u05e1\u05e4\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s16_182, _s36_11, "new_expense", "\u05d4\u05d6\u05df \u05d4\u05d5\u05e6\u05d0\u05d4", "created_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_183, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_184, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_115, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_185, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "logged", "\u05e0\u05e8\u05e9\u05dd \u05d1\u05d9\u05d5\u05de\u05df", "running", "\u05de\u05e8\u05d9\u05e5", "resume", "\u05e7\u05d5\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05dd", "task_errors", "\u05d0\u05e0\u05d0 \u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d4\u05d7\u05d5\u05e4\u05e4\u05d9\u05dd", "start", "\u05d4\u05ea\u05d7\u05dc\u05d4", "stop", "\u05d4\u05e4\u05e1\u05e7", "started_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "stopped_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e4\u05e1\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "resumed_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05de\u05e9\u05db\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "now", "\u05e2\u05db\u05e9\u05d9\u05d5", _s16_186, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "timer", "\u05d8\u05d9\u05d9\u05de\u05e8", "manual", "\u05d1\u05d0\u05d5\u05e4\u05df \u05d9\u05d3\u05e0\u05d9", "budgeted", "Budgeted", "start_time", "\u05d6\u05de\u05df \u05d4\u05ea\u05d7\u05dc\u05d4", "end_time", "\u05d6\u05de\u05df \u05e1\u05d9\u05d5\u05dd", "date", "\u05ea\u05d0\u05e8\u05d9\u05da", "times", "\u05e4\u05e2\u05de\u05d9\u05dd/\u05d6\u05de\u05e0\u05d9\u05dd", "duration", "\u05de\u05e9\u05da \u05d4\u05d6\u05de\u05df", "new_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4", "created_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4", "restored_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_tasks", "\u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4: \u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "deleted_tasks", "\u05e0\u05de\u05d7\u05e7: \u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_188, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_189, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u05d8\u05d5\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u05d4\u05d7\u05d5\u05d3\u05e9 \u05d4\u05d6\u05d4", "last_month", "\u05d7\u05d5\u05d3\u05e9 \u05e9\u05e2\u05d1\u05e8", "this_year", "This Year", "last_year", "\u05e9\u05e0\u05d4 \u05e9\u05e2\u05d1\u05e8\u05d4", "custom", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s16_191, "\u05e9\u05db\u05e4\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u05ea\u05e6\u05d9\u05d2 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "convert", "Convert", "more", "More", "edit_client", "\u05e2\u05e8\u05d5\u05da \u05dc\u05e7\u05d5\u05d7", "edit_product", "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "edit_invoice", "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "edit_quote", "\u05e2\u05e8\u05d5\u05da \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "edit_payment", "\u05e2\u05e8\u05d9\u05db\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "edit_task", "\u05e2\u05e8\u05d9\u05db\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "edit_expense", "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "edit_vendor", "\u05e2\u05e8\u05d5\u05da \u05e1\u05e4\u05e7", "edit_project", "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", _s20_74, "\u05e2\u05e8\u05d5\u05da \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", "billing_address", "\u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05e9\u05dc\u05d9\u05d7\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_193, _s16_194, "total_revenue", "\u05e8\u05d5\u05d5\u05d7 \u05db\u05d5\u05dc\u05dc", "average_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05de\u05d5\u05e6\u05e2\u05ea", "outstanding", "\u05e0\u05d5\u05ea\u05e8", "invoices_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "active_clients", "\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d9\u05dd", "close", "\u05e1\u05d2\u05d5\u05e8", "email", "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", "password", "\u05e1\u05d9\u05e1\u05de\u05d4", "url", "URL", "secret", "Secret", "name", "\u05e9\u05dd", "logout", "\u05e6\u05d0", "login", "\u05db\u05e0\u05d9\u05e1\u05d4", "filter", "\u05e1\u05d9\u05e0\u05d5\u05df", "sort", "Sort", "search", "\u05d7\u05d9\u05e4\u05d5\u05e9", "active", "\u05e4\u05e2\u05d9\u05dc", "archived", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "deleted", "\u05e0\u05de\u05d7\u05e7", "dashboard", "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4", "archive", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "delete", "\u05de\u05d7\u05e7", "restore", "\u05e9\u05d7\u05d6\u05d5\u05e8", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "\u05e2\u05d5\u05dc\u05d4", "descending", "\u05d9\u05d5\u05e8\u05d3", "save", "\u05e9\u05de\u05d5\u05e8", _s17_121, _s17_122, "paid_to_date", "\u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d3", "balance_due", "\u05d9\u05ea\u05e8\u05d4", "balance", "\u05de\u05d0\u05d6\u05df", "overview", "Overview", "details", "\u05e4\u05e8\u05d8\u05d9\u05dd", "phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "website", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "vat_number", '\u05de\u05e1\u05e4\u05e8 \u05e2\u05d5\u05e1\u05e7 \u05de\u05e2"\u05de', "id_number", "\u05de\u05e1\u05e4\u05e8 \u05d7.\u05e4. / \u05ea.\u05d6.", "create", "\u05e6\u05d5\u05e8", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8", "additional", "Additional", "first_name", "\u05e9\u05dd", "last_name", "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4", "add_contact", "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "are_you_sure", "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7?", "cancel", "\u05d1\u05d8\u05dc", "ok", "Ok", "remove", "\u05d4\u05e1\u05e8", _s16_199, '\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0"\u05dc \u05dc\u05d0 \u05ea\u05e7\u05d9\u05e0\u05d4', "product", "\u05de\u05d5\u05e6\u05e8", "products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd", "new_product", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", "created_product", "\u05e0\u05d5\u05e6\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d4\u05e6\u05dc\u05d7\u05d4", "updated_product", "\u05de\u05d5\u05e6\u05e8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_201, "\u05de\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e1\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_product", "\u05e4\u05e8\u05d5\u05d8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_202, "\u05e4\u05e8\u05d9\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "\u05d4\u05e2\u05e8\u05d5\u05ea", "cost", "\u05e2\u05dc\u05d5\u05ea", "client", "\u05dc\u05e7\u05d5\u05d7", "clients", "\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "new_client", "\u05dc\u05e7\u05d5\u05d7 \u05d7\u05d3\u05e9", "created_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_client", "\u05dc\u05e7\u05d5\u05d7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_204, "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "deleted_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_clients", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "restored_client", "\u05dc\u05e7\u05d5\u05d7/\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_205, _s36_13, "address1", "\u05e8\u05d7\u05d5\u05d1", "address2", "\u05d3\u05d9\u05e8\u05d4/\u05ea.\u05d3", "city", "\u05e2\u05d9\u05e8", "state", "\u05de\u05d3\u05d9\u05e0\u05d4 / \u05de\u05d7\u05d5\u05d6", "postal_code", "\u05de\u05d9\u05e7\u05d5\u05d3", "country", "\u05de\u05d3\u05d9\u05e0\u05d4", "invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoices", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "new_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", "created_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_206, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_207, _s21_141, _s17_125, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_208, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s17_126, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", "emailed_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "emailed_payment", '\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', "amount", "\u05db\u05de\u05d5\u05ea", "invoice_number", "\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "discount", "\u05d4\u05e0\u05d7\u05d4", "po_number", "\u05de\u05e1\u05e4\u05e8 \u05ea.\u05d3", "terms", "\u05ea\u05e0\u05d0\u05d9\u05dd", "public_notes", "\u05d4\u05e2\u05e8\u05d4 \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05ea", "private_notes", "\u05d4\u05e2\u05e8\u05d5\u05ea \u05e4\u05e8\u05d8\u05d9\u05d5\u05ea", "frequency", "\u05ea\u05d3\u05d9\u05e8\u05d5\u05ea", "start_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4", "end_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd", "quote_number", "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d9\u05d3\u05d5\u05e8\u05ea \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "quote_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "valid_until", "\u05d1\u05ea\u05d5\u05e7\u05e3 \u05e2\u05d3", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u05ea\u05d0\u05d5\u05e8", "unit_cost", "\u05e2\u05dc\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d4", "quantity", "\u05db\u05de\u05d5\u05ea", "add_item", "Add Item", "contact", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "work_phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e4\u05d9\u05e8\u05e2\u05d5\u05df", _s16_209, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05d7\u05dc\u05e7\u05d9", "status", "\u05de\u05e6\u05d1", _s17_127, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", '\u05e1\u05d4"\u05db', "percent", "\u05d0\u05d7\u05d5\u05d6", "edit", "\u05e2\u05e8\u05d5\u05da", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "task_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "language", "Language", "currency", "\u05de\u05d8\u05d1\u05e2", "created_at", "\u05e0\u05d5\u05e6\u05e8 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da", "created_on", "Created On", "updated_at", "Updated", "tax", "\u05de\u05e1", _s30_17, "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s27_51, _s27_52, "past_due", "\u05d0\u05d7\u05e8\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", "draft", "\u05d8\u05d9\u05d5\u05d8\u05d4", "sent", "\u05e0\u05e9\u05dc\u05d7", "viewed", "Viewed", "approved", "Approved", "partial", "\u05ea\u05e9\u05dc\u05d5\u05dd / \u05d7\u05dc\u05e7\u05d9", "paid", "\u05e9\u05d5\u05dc\u05dd", "mark_sent", "\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05e0\u05e9\u05dc\u05d7", _s22_64, _s27_84, _s22_65, _s27_84, _s23_45, _s28_79, _s23_46, _s28_79, "done", "\u05e1\u05d9\u05d9\u05dd", _s37_18, _s37_19, "dark_mode", "\u05de\u05e6\u05d1 \u05db\u05d4\u05d4", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", _s16_211, _s16_212, "clone", "\u05d4\u05e2\u05ea\u05e7", "loading", "\u05d8\u05d5\u05e2\u05df", "industry", "\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4", "size", "Size", "payment_terms", "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_status", "Payment Status", _s16_213, "\u05de\u05de\u05ea\u05d9\u05df", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "show_tasks", "\u05d4\u05e6\u05d2 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "email_reminders", '\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0"\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea', "enabled", "Enabled", "recipients", "\u05de\u05e7\u05d1\u05dc", "initial_email", "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9", "first_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", "second_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05d9\u05d4", "third_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9\u05e9\u05d9\u05ea", "reminder1", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", "reminder2", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05d9\u05d4", "reminder3", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9\u05e9\u05d9\u05ea", "template", "Template", "send", "Send", "subject", "\u05e0\u05d5\u05e9\u05d0", "body", "\u05d2\u05d5\u05e3", "send_email", "\u05e9\u05dc\u05d9\u05d7\u05ea \u05de\u05d9\u05d9\u05dc", "email_receipt", '\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d3\u05d5\u05d0"\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7', "auto_billing", "\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "button", "Button", "preview", "\u05e6\u05e4\u05d9\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", "customize", "\u05d4\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "history", "\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4", "payment", "\u05ea\u05e9\u05dc\u05d5\u05dd", "payments", "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd", "refunded", "Refunded", "payment_type", "\u05d0\u05de\u05e6\u05e2\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s21_85, "\u05d4\u05e4\u05e0\u05d9\u05d4 \u05e2\u05e1\u05e7\u05d4", "enter_payment", "\u05d4\u05db\u05e0\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "new_payment", "\u05d4\u05db\u05e0\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "created_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_219, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_220, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_130, "\u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_221, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s17_131, _s37_20, "quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "quotes", "\u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "new_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05d7\u05d3\u05e9", "created_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e2\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_quote", "\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_quotes", "\u05d0\u05d5\u05e1\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05dc\u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :\u05e1\u05e4\u05d9\u05e8\u05ea \u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "deleted_quotes", "\u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05d7\u05dc\u05d4", "restored_quotes", _s35_22, "expense", "\u05d4\u05d5\u05e6\u05d0\u05d4", "expenses", "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "vendor", "\u05e1\u05e4\u05e7", "vendors", "\u05e1\u05e4\u05e7\u05d9\u05dd", "task", "\u05de\u05e9\u05d9\u05de\u05d4", "tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "projects", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd", "activity_1", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05d5\u05e6\u05e8 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 :\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "activity_2", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df: \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "activity_3", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05de\u05d7\u05e7 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 :\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "activity_4", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05e0\u05e4\u05d9\u05e7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "activity_5", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e2\u05d3\u05db\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "activity_6", ':\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 : \u05dc\u05e7\u05d5\u05d7 \u05d0\u05dc :\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8', "activity_7", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e6\u05e4\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 :\u05dc\u05e7\u05d5\u05d7", "activity_8", _s31_11, "activity_9", ":\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e0\u05de\u05d7\u05e7\u05d5 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e9\u05ea\u05de\u05e9 :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "activity_10", ":\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d4\u05d6\u05d9\u05df \u05ea\u05e9\u05dc\u05d5\u05dd :\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d1\u05d5\u05e8 :payment_amount\xa0 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 :\u05dc\u05e7\u05d5\u05d7", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", '\u05e9\u05dc\u05d9\u05d7\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05e0\u05db\u05e9\u05dc\u05d4 :invoice', "activity_58", ":user \u05e9\u05d7\u05d6\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_59", ":user \u05d1\u05d9\u05d8\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05de\u05d9\u05d9\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3", "all", "\u05d4\u05db\u05dc", "select", "\u05d1\u05d7\u05e8", _s22_66, _s22_67, "custom_value1", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "custom_value2", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4", _s29_37, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4", _s27_58, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", _s31_18, _s31_19, "lock_invoices", "\u05e0\u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "translations", "Translations", _s19_64, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", _s19_66, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s22_78, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_79, _s20_80, _s20_81, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "\u05d0\u05e4\u05e1 \u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e7", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, '\u05e9\u05d5\u05e8\u05ea \u05e0\u05d5\u05e9\u05d0 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "\u05e1\u05d5\u05d2", "invoice_amount", "\u05e1\u05db\u05d5\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_226, "\u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d1\u05d9\u05e6\u05d5\u05e2", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u05e9\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u05d2\u05d5\u05d1\u05d4 \u05ea\u05e9\u05dc\u05d5\u05dd", "age", "\u05d6\u05de\u05df", "is_running", "Is Running", "time_log", "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df", "bank_id", "\u05d1\u05e0\u05e7", _s19_70, _s19_71, _s16_227, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s19_72, "\u05de\u05e1\u05e4\u05e8 \u05de\u05d8\u05d1\u05e2 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Conti corrente", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unisci", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accetta", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Impostazioni Pagamento", "default", "Predefinito", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Fermo", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Aggiungi Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crea il tuo account in pochi secondi", "login_label", _s28_0, "add_to_invoice", "Aggiungi alla fattura :invoice", _s17_11, _s17_12, "week", "Settimana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta fattura", "range", "Intervallo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crea un Progetto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tariffa per una fattura :amount sarebbe :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approva", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s30_48, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Imposta Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Vedi spesa # :expense", "view_statement", "Estratto Conto", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Da Nome", _s16_23, _s16_232, _s17_19, "Spesa Ricorrente", _s18_19, "Spese Ricorrenti", _s21_22, "Nuova Spesa Ricorrente", _s22_27, "Modifica Spesa Ricorrente", _s25_3, "Spesa ricorrente creata con successo", _s25_4, "Spesa ricorrente aggiornata con successo", _s26_4, "Spesa ricorrente archiviata con successo", _s25_5, "Progetto cancellato con sucesso", _s25_6, _s38_2, _s26_5, "Spesa ricorrente riprestinata con successo", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guida Utente", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", "fattura ricorrente :recurring_invoice creata dall'utente :user", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ultimo aggiornamento", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Nome contatto", _s17_23, "Cognome contatto", "order", "Order", "unassigned", "Non assegnato", "partial_value", "Deve essere maggiore di zero ed inferiore al totale", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Abilita", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Imposta il sottodominio o visualizza la fattura sul tuo sito web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Codice Promo", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sicurezza", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abbonamento", "subscriptions", "Abbonamenti", _s16_41, "Nuovo Abbonamento", _s17_29, "Modifica Abbonamento", _s20_29, "Abbonamento creato con successo", _s20_30, "Abbonamento aggiornato con successo", _s21_34, "Abbonamento archiviato con successo", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, "Cerca 1 abbonamento", _s20_33, "Cerca :count abbonamenti", _s26_8, "Sottodominio non disponibile", "connect_gmail", "Connetti Gmail", _s16_43, "Disconnetti Gmail", "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, "Numero ID cliente", "count_minutes", ":count Minuti", _s16_48, "Scadenza Password", _s29_5, "Contatore condiviso per fatture/crediti", "use_last_email", "Usa ultima email", _s16_50, "Attiva azienda", _s21_37, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_16, "Si \xe8 verificato un errore, per favore riprova", _s27_17, "Si prega di impostare prima una password", _s34_7, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_16, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_22, "Disattivato con successo 2FA", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Consegnato", "bounced", "Bounced", "spam", "Spam", "view_docs", "Vedi documentazione", _s32_4, "Si prega di fornire un numero di telefono cellulare per abilitare l'autenticazione a due fattori", "send_sms", "Invia SMS", "sms_code", "Codice SMS", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticazione a due fattori", _s18_37, "Disabilita 2FA", _s34_8, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_18, "Attenzione: la tua sessione sta per scadere", "count_hours", ":count ore", "count_day", "1 giorno", "count_days", ":count giorni", _s19_24, "Timeout della sessione web", _s17_34, "Impostazioni di Sicurezza", "resend_email", "Reinvia email", _s26_10, "Si prega di confermare l'indirizzo email", _s16_53, "Pagamento Rimborsato", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostra azioni", _s17_36, "Lancia multiselezione", _s27_19, "Una mail \xe8 stata inviata per confermare l'indirizzo email", _s21_39, "Per usare :client_counter aggiungere :client_number o :client_id_number per evitare conflitti", "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Per aggiornare esegui", _s18_39, "Converti a Fattura", _s16_54, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_29, "Ricerca 1 Termine di pagamento", _s20_34, "Cerca :count termini di pagamento", _s16_56, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_58, _s16_59, _s16_60, "Importo convertito", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "\xc8 inviato", _s17_40, "Documenti predefiniti", "document_upload", "Caricamento Documenti", _s20_35, "Permettere ai clienti di caricare documenti", "expense_total", "Totale Spese", "enter_taxes", "Inserire tasse", "by_rate", "Per prezzo", "by_amount", "Per ammontare", "enter_amount", "Inserire importo", "before_taxes", "Prima delle tasse", "after_taxes", "Dopo le tasse", "color", "Colore", "show", "Mostra", "hide", "Nascondi", "empty_columns", "Colonne vuote", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_42, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", "Importazione avviata con successo", _s24_23, _s24_24, _s20_36, "Usa tasse inclusive", _s18_41, _s18_42, "column", "Colonna", "sample", "Esempio", "map_to", "Map To", "import", "Importa", _s25_16, _s29_7, "select_file", "Seleziona un file, per favore", _s16_62, _s16_63, "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Tipo di importazione", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_44, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_34, 'Digita ":value" per confermare', "purge", "Purge", "service", "Servizio", "clone_to", "Clona come", "clone_to_other", "Clona come altro", "labels", "Etichette", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Non pagata", "white_label", "White Label", "delivery_note", "Nota di consegna", _s24_26, "Le fatture inviate sono bloccate", _s24_28, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "App Platforms", "invoice_late", _s18_170, "quote_expired", _s18_171, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_19, "Totale fattura", "actions", "Azioni", "expense_number", "Numero spesa", "task_number", "Numero attivit\xe0", "project_number", "Numero progetto", "project_name", "Nome progetto", "warning", "Attenzione", "view_settings", "Impostazioni Visualizzazione", _s24_30, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_170, "expired_quote", _s18_171, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Calculated Rate", _s17_46, "Prezzo di attivit\xe0 predefinito", "clear_cache", "Pulisci cache", "sort_order", "Ordinamento", "task_status", "Stato", "task_statuses", "Stati attivit\xe0", "new_task_status", "Nuovo stato attivit\xe0", _s16_64, "Modifica stato attivit\xe0", _s19_30, "Stato attivit\xe0 creato con successo", _s19_31, "Stato dell'attivit\xe0 aggiornato con successo", _s20_38, "Stato attivit\xe0 archiviato con successo", _s19_32, "Stato attivit\xe0 cancellato con successo", _s19_33, "Stato attivit\xe0 rimosso con successo", _s20_39, "Stato attivit\xe0 ripristinato con successo", _s22_35, ":value stati attivit\xe0 archiviati con successo", _s21_43, ":value stati attivit\xe0 cancellati con successo", _s22_36, ":value stati attivit\xe0 ripristinati con successo", _s18_43, "Cerca 1 stato attivit\xe0", _s20_41, "Cerca :count stati attivit\xe0", _s16_66, "Mostra tabella attivit\xe0", _s21_44, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_42, "Timelog delle attivit\xe0 di fatturazione", _s25_17, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_44, "Datelog delle attivit\xe0 di fatturazione", _s25_18, "Aggiungi i dettagli della data alle voci della fattura", _s21_45, "Avvia le attivit\xe0 prima di salvare", _s18_44, "Configura gli stati", "task_settings", "Impostazioni attivit\xe0", _s20_46, "Configura Categorie", _s18_46, "Categorie di Spesa", _s20_48, "Nuova Categoria di Spesa", _s21_46, "Modifica Categoria di Spesa", _s24_31, "Categoria spese creata con successo", _s24_32, "Categoria spese aggiornata con successo", _s25_20, "Categoria spese archiviata con successo", _s24_33, "Categoria eliminata con successo", _s24_34, "Categoria di spesa rimossa con successo", _s25_21, "Categoria spese ripristinata con successo", _s27_23, "Archiviato con successo :count categorie di spesa", _s26_12, "Eliminate con successo :value categorie di spesa", _s27_24, "Ripristinate con successo :value categorie di spesa", _s23_20, "Cerca 1 categoria di spesa", _s25_23, "Cerca :count categorie di spesa", _s21_48, _s21_49, "show_option", "Mostra opzione", _s22_37, _s50_8, "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_48, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", "Traccia se le spese sono state pagate", _s18_48, "Deve essere fatturata", _s23_21, "Permettere la fatturazione della spesa", _s29_8, "Rendi i documenti visibili", _s21_50, "Imposta un tasso di cambio", _s16_68, "Impostazioni Spese", _s18_49, "Clona come ricorrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo utente", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Capture Card", _s17_49, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_24, "Fermata con successo la fattura ricorrente", _s25_25, "Fattura ricorrente avviata con successo", _s25_26, "Fattura ricorrente ripresa con successo", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, "Usa termini di pagamento", "endless", "Endless", "next_send_date", "Prossima data di invio", _s16_70, "Cicli restanti", _s17_53, "Fattura Ricorrente", _s18_51, "Fatture Ricorrenti", _s21_53, "Nuova Fattura Ricorrente", _s22_40, "Modifica Fattura Ricorrente", _s25_27, "Fattura ricorrente creata con successo", _s25_28, "Fattura ricorrente aggiornata con successo", _s26_13, "Fattura ricorrente archiviata con successo", _s25_29, "Fattura ricorrente eliminata con successo", _s25_30, "Fattura ricorrente rimossa con successo", _s26_14, "Fattura ricorrente ripristinata con successo", _s27_25, "Archiviato con successo :value fatture ricorrenti", _s26_15, "Cancellato con successo :value fatture ricorrenti", _s27_26, "Ripristinato con successo :value fatture ricorrenti", _s24_35, "Cerca 1 fattura ricorrente", _s25_31, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_8, _s28_9, "profit", "Utile", "line_item", "Riga articolo", _s18_53, "Consenti pagamento in eccesso", _s23_22, "Accetta il pagamento di un extra", _s19_35, "Consenti pagamento ridotto", _s24_36, "Accetta il pagamento parziale o di cauzione", "test_mode", "Modalit\xe0 di test", "opened", "Aperto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_37, "Benvenuti a Invoice Ninja", "always", "Sempre", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etichetta", "client_number", "Numero Cliente", "auto_convert", "Auto Convert", "company_name", "Nome Azienda", "reminder1_sent", "Promemoria 1 inviato", "reminder2_sent", "Promemoria 2 inviato", "reminder3_sent", "Promemoria 3 inviato", _s18_55, "Ultimo invio promemoria", "pdf_page_info", "Pagina :current di :total", _s16_74, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", _s28_58, "gateway", "Piattaforma", "view_in_stripe", "View in Stripe", "rows_per_page", "Righe per pagina", "hours", "Ore", "statement", "Dichiarazione", "taxes", "Tasse", "surcharge", "Sovrapprezzo", "apply_payment", "Applica pagamento", "apply_credit", "Apply Credit", "apply", "Applica", "unapplied", "Unapplied", "select_label", "Seleziona etichetta", "custom_labels", "Etichette Personalizzate", "record_type", "Record Type", "record_name", "Record Name", "file_type", "Tipo file", "height", "Altezza", "width", "Larghezza", "to", "a", "health_check", "Health Check", "payment_type_id", _s17_181, "last_login_at", "Ultimo login alle", "company_key", "Chiave azienda", "storefront", "Storefront", "storefront_help", "Permetti alle app di terze parti di creare fatture", "client_created", "Cliente creato", _s20_51, "Email di pagamento online", _s20_53, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_57, "Fatture Selezionate", _s17_59, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_61, "Spese Selezionate", _s17_63, "Prossime fatture", _s17_65, "Fatture scadute", "recent_payments", "Pagamenti recenti", "upcoming_quotes", "Preventivi in scadenza", "expired_quotes", "Preventivi Scaduti", "create_client", "Crea nuovo cliente", "create_invoice", "Crea Fattura", "create_quote", "Crea Preventivo", "create_payment", "Crea pagamento", "create_vendor", "Crea fornitore", "update_quote", _s19_109, "delete_quote", "Cancella Preventivo", "update_invoice", "Aggiorna Fattura", "delete_invoice", "Elimina Fattura", "update_client", "Aggiorna Cliente", "delete_client", "Elimina cliente", "delete_payment", "Elimina pagamento", "update_vendor", "Aggiorna Fornitore", "delete_vendor", "Cancella Fornitore", "create_expense", "Crea Spesa", "update_expense", "Aggiorna Spesa", "delete_expense", "Cancella Spesa", "create_task", "Crea un'attivit\xe0", "update_task", "Aggiorna Attivit\xe0", "delete_task", "Cancella l'attivit\xe0", "approve_quote", _s19_109, "off", "Off", "when_paid", "Quando Pagato", "expires_on", "Scade il", "free", "Free", "plan", "Piano", "show_sidebar", "Mostra Barra Laterale", "hide_sidebar", "Nascondi Barra Laterale", "event_type", "Tipo Evento", "target_url", "Target", "copy", "Copia", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token", "api_docs", "Documentazione API", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creato correttamente", "updated_token", "Token aggiornato correttamente", "archived_token", _s27_27, "deleted_token", "Token eliminato correttamente", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registazione cliente", _s24_39, "Permetti al cliente di registrarsi da solo nel portale", _s21_55, "Personalizza & Anteprima", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "Email Credit", "email_payment", "Email Pagamento", _s20_56, "Il cliente non ha un indirizzo email impostato", "ledger", "Registro", "view_pdf", "Vedi PDF", "all_records", "Tutti i dati", "owned_by_user", "Posseduto da utente", _s16_80, _s16_81, "contact_name", "Nome Contatto", "use_default", "Usa predefinito", _s16_82, _s25_75, "number_of_days", "Number of days", _s23_24, "Configura termini di pagamento", "payment_term", _s20_132, _s16_83, "Nuovi termini di pagamento", _s17_71, "Modifica termini di pagamento", _s20_57, "Termini di pagamento creato con successo", _s20_58, "Termini di pagamento aggiornato con successo", _s21_56, "Termini di pagamento archiviato con successo", _s20_59, "Termini di pagamento cancellati con successo", _s20_60, "Termini di pagamento rimossi con successo", _s21_57, "Termini di pagamento ripristinati con successo", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Inviato da Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Importo Credito", "quote_amount", "Importo del preventivo", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Esclusiva", "inclusive", "Inclusiva", "hide_menu", "Nascondi menu", "show_menu", "Mostra menu", _s18_57, _s23_77, _s16_85, "Cerca Documenti", "search_designs", "Search Designs", "search_invoices", "Cerca Fatture", "search_clients", "Cerca Clienti", "search_products", "Cerca Prodotti", "search_quotes", "Cerca Preventivi", "search_credits", "Cerca crediti", "search_vendors", "Cerca fornitori", "search_users", "Cerca utenti", _s16_86, "Cerca aliquote", "search_tasks", "Cerca attivit\xe0", "search_settings", "Cerca Impostazioni", "search_projects", "Cerca prodotti", "search_expenses", "Cerca spese", "search_payments", "Cerca pagamenti", "search_groups", "Cerca gruppi", "search_company", "Cerca Azienda", "search_document", "Cerca 1 documento", "search_design", "Cerca 1 stile", "search_invoice", "Cerca 1 fattura", "search_client", "Cerca 1 cliente", "search_product", "Cerca 1 prodotto", "search_quote", "Cerca 1 preventivo", "search_credit", "Cerca 1 credito", "search_vendor", "Cerca 1 Fornitore", "search_user", "Cerca 1 utente", "search_tax_rate", "Cerca 1 aliquota", "search_task", "Cerca 1 attivit\xe0", "search_project", "Cerca 1 progetto", "search_expense", "Cerca 1 spesa", "search_payment", "Cerca 1 pagamento", "search_group", "Cerca 1 gruppo", "refund_payment", "Rimborsa Pagamento", _s17_75, "Fattura annullata con successo", _s18_59, "Fatture annullate con successo", _s16_92, "Fattura stornata con successo", _s17_76, "Fatture stornate con successo", "reverse", "Reverse", "full_name", "Nome Completo", _s17_77, "Citt\xe0/Stato/CAP", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Saldo della fattura", "age_group_0", "0 - 30 Giorni", "age_group_30", "30 - 60 Giorni", "age_group_60", "60 - 90 Giorni", "age_group_90", "90 - 120 Giorni", "age_group_120", "120+ Giorni", "refresh", "Aggiorna", "saved_design", _s25_32, "client_details", "Dettagli Cliente", "company_address", "Indirizzo azienda", "invoice_details", "Dettagli fattura", "quote_details", "Dettagli Preventivo", "credit_details", "Dettagli Credito", "product_columns", "Colonne Prodotto", "task_columns", "Colonne attivit\xe0", "add_field", "Aggiungi campo", "all_events", "Tutti gli eventi", "permissions", "Permissions", "none", "Nessuno/a", "owned", "Posseduto", "payment_success", "Pagamento riuscito", "payment_failure", "Errore di pagamento", "invoice_sent", ":count fattura inviata", "quote_sent", "Preventivo inviato", "credit_sent", "Credito inviato", "invoice_viewed", "Fattura visualizzata", "quote_viewed", "Preventivo visualizzato", "credit_viewed", "Credito visualizzato", "quote_approved", "Preventivo approvato", _s25_33, "Ricevi tutte le notifiche", _s16_94, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_47, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_48, _s69_, "enabled_modules", "Moduli abilitati", "converted_quote", "Preventivo convertito con successo", "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Carica Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Stili", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposte", "tickets", "Tickets", _s16_98, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_61, "Gestione Account", "credit_date", "Data Credito", "credit", "Credito", "credits", "Crediti", "new_credit", "Inserisci il credito", "edit_credit", "Modifica Credito", "created_credit", "Credito creato con successo", "updated_credit", "Credito aggiornato con successo", "archived_credit", "Credito archiviato con successo", "deleted_credit", "Credito eliminato con successo", "removed_credit", _s27_36, "restored_credit", "Credito ripristinato con successo", _s16_100, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_101, _s36_9, "current_version", "Versione attuale", "latest_version", "Latest Version", "update_now", "Aggiorna ora", _s26_21, _s41_6, _s16_102, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_81, _s17_82, "credit_footer", "Pi\xe8 di pagina Credito", "credit_terms", "Termini del Credito", "new_company", "Nuova azienda", "added_company", "Azienda aggiunta con successo", "company1", "Azienda Personalizzata 1", "company2", "Azienda Personalizzata 2", "company3", "Azienda Personalizzata 3", "company4", "Azienda Personalizzata 4", "product1", "Prodotto personalizzato 1", "product2", "Prodotto personalizzato 2", "product3", "Prodotto personalizzato 3", "product4", "Prodotto personalizzato 4", "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", "Contatto personalizzato 1", "contact2", "Contatto personalizzato 2", "contact3", "Contatto personalizzato 3", "contact4", "Contatto personalizzato 4", "task1", "Attivit\xe0 personalizzata 1", "task2", "Attivit\xe0 personalizzata 2", "task3", "Attivit\xe0 personalizzata 3", "task4", "Attivit\xe0 personalizzata 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", "Spesa personalizzata 1", "expense2", "Spesa personalizzata 2", "expense3", "Spesa personalizzata 3", "expense4", "Spesa personalizzata 4", "vendor1", "Fornitore Personalizzato 1", "vendor2", "Fornitore Personalizzato 2", "vendor3", "Fornitore Personalizzato 3", "vendor4", "Fornitore Personalizzato 4", "invoice1", "Fattura Personalizzata 1", "invoice2", "Fattura Personalizzata 2", "invoice3", "Fattura Personalizzata 3", "invoice4", "Fattura Personalizzata 4", "payment1", "Pagamento personalizzato 1", "payment2", "Pagamento personalizzato 2", "payment3", "Pagamento personalizzato 3", "payment4", "Pagamento personalizzato 4", "surcharge1", _s24_88, "surcharge2", _s24_89, "surcharge3", _s24_90, "surcharge4", _s24_91, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numero", "export", "Esporta", "chart", "Grafico", "count", "Count", "totals", "Totali", "blank", "Vuoto", "day", "GIorno", "month", "Mese", "year", "Anno", "subgroup", "Sottogruppo", "is_active", "\xc8 attivo", "group_by", "Raggruppa per", "credit_balance", "Saldo Credito", _s18_67, _s18_68, _s17_83, "Nome completo contatto", "contact_phone", "Telefono Contatto", _s21_59, "Valore personalizzato contatto 1", _s21_60, "Valore personalizzato contatto 2", _s21_61, "Valore personalizzato contatto 3", _s21_62, "Valore personalizzato contatto 4", _s17_85, "Via di spedizione", _s17_86, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_61, "Codice Postale di spedizione", _s16_132, "Paese di spedizione", _s16_134, "Via di fatturazione", _s16_135, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_40, "Codice postale di fatturazione", "billing_country", "Paese fatturazione", "client_id", "Id Cliente", "assigned_to", "Assegnato a", "created_by", "Creato da :name", "assigned_to_id", "Assegnato all'ID", "created_by_id", "Creato dall'ID", "add_column", "Aggiungi Colonna", "edit_columns", "Modifica Colonne", "columns", "Colonne", "aging", "Aging", "profit_and_loss", "Utile e Perdite", "reports", "Rapporti", "report", "Report", "add_company", "Aggiungi azienda", "unpaid_invoice", "Fattura non pagata", "paid_invoice", "Fattura pagata", _s16_136, "Preventivi non approvati", "help", "Aiuto", "refund", "Rimborso", "refund_date", "Data di rimborso", "filtered_by", "Filtrato per", "contact_email", "Email di contatto", "multiselect", "Multi-selezione", "entity_state", "Stato", "verify_password", "Verifica Password", "applied", "Applicato", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Messaggio", "from", "Da", _s20_63, "Mostra i dettagli del prodotto", _s25_35, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_65, "Il generatore di PDF richiede :version", _s18_70, "Modifica la percentuale di Tassa", _s23_28, _s33_24, _s18_72, "Configura Impostazioni", "support_forum", "Forum di supporto", "about", "Info", "documentation", "Documentazione", "contact_us", "Contattaci", "subtotal", "Subtotale", "line_total", "Totale riga", "item", "Articolo", "credit_email", "Email credito", "iframe_url", "Website", "domain_url", "URL dominio", _s21_64, "La password \xe8 troppo corta", _s20_66, "La password deve contenere una maiuscola ed un numero", _s19_42, "Attivit\xe0 del portale clienti", _s23_29, "Pannello di Controllo Portale Clienti", _s20_67, "Per favore inserisci un valore", "deleted_logo", "Logo eliminato con successo", "yes", "Si", "no", "No", "generate_number", "Genera numero", "when_saved", "Quando salvato", "when_sent", "Quando inviato", "select_company", "Seleziona azienda", "float", "Float", "collapse", "Collapse", "show_or_hide", "Mostra/nascondi", "menu_sidebar", "Barra laterale del menu", "history_sidebar", "Barra laterale dello storico", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vedi", "module", "Modulo", "first_custom", "Spazio Personalizzato 1", "second_custom", "Spazio Personalizzato 2", "third_custom", "Spazio Personalizzato 3", "show_cost", "Mostra Costo", _s17_88, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_65, "Mostra quantit\xe0 prodotto", _s26_23, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_67, "Mostra quantit\xe0 fattura", _s26_24, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_69, "Mostra sconto prodotto", _s26_25, "Mostra un campo sconto articolo sulla riga", _s16_138, "Quantit\xe0 predefinita", _s21_71, "Imposta automaticamente la quantit\xe0 dell'elemento nella riga ad uno", "one_tax_rate", "Una aliquota", "two_tax_rates", "Due aliquote", "three_tax_rates", "Tre aliquote", _s16_140, "Aliquota predefinita", "user", "Utente", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_90, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_74, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_75, "Configura i gateway", "tax_settings", "Impostazioni tasse", _s18_77, _s16_310, "accent_color", "Accent Color", "switch", "Cambia", _s19_44, "Lista separata da virgole", "options", "Opzioni", _s16_142, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_37, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_144, "Recupera password", "late_fees", "Late Fees", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", "Prima della data di scadenza", "after_due_date", _s18_78, _s18_79, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", _s18_172, "payment_partial", _s18_172, _s21_72, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_147, _s25_75, _s16_149, "Filtrato per utente", "administrator", "Administrator", _s18_80, "Permettere all'utente di gestire gli utenti, cambiare le impostazioni e modificare tutti i record", "user_management", "Gestione utente", "users", "Utenti", "new_user", "Nuovo utente", "edit_user", "Modifca utente", "created_user", "Utente creato con successo", "updated_user", "Utente aggiornato con successo", "archived_user", "Utente archiviato con successo", "deleted_user", "Utente eliminato con successo", "removed_user", "Utente rimosso con successo", "restored_user", "Utente ripristinato con successo", "archived_users", "Archiviati con successo :value utenti", "deleted_users", "Cancellati con successo :value utenti", "removed_users", "Rimossi con successo :value utenti", "restored_users", "Ripristinati con successo :value utenti", _s16_151, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_92, "Nascondi la data di pagamento", _s22_55, 'Visualizza l\'area "Pagato alla data" sulle fatture solo dopo aver ricevuto un pagamento.', _s23_31, "Embed Documents", _s28_21, "Includi immagini allegate alla fattura.", _s16_153, "Mostra l'Intestazione su", _s16_154, "Visualizza Pi\xe8 di Pagina su", "first_page", "Prima pagina", "all_pages", "Tutte le pagine", "last_page", "Ultima pagina", "primary_font", "Font primario", "secondary_font", "Font secondario", "primary_color", "Colore primario", "secondary_color", "Colore secondario", "page_size", "Dimensione Pagina", "font_size", "Dimensione Font", "quote_design", "Stile Preventivo", "invoice_fields", "Campi Fattura", "product_fields", "Campi Prodotto", "invoice_terms", "Termini della fattura", "invoice_footer", "Pi\xe8 di Pagina Fattura", "quote_terms", "Termini del preventivo", "quote_footer", "Pi\xe8 di Pagina Preventivi", _s18_81, "Auto Email", _s23_32, "Invia automaticamente per email le fatture ricorrenti quando vengono create.", _s18_82, "Auto Archiviazione", _s23_33, "Archivia automaticamente i preventivi quando vengono convertiti.", _s18_83, "Conversione automatica", _s23_34, "Converti automaticamente un preventivo in una fattura se approvato da un cliente.", _s17_94, "Impostazioni Flusso di Lavoro", "freq_daily", "Giornaliero", "freq_weekly", "Settimanale", "freq_two_weeks", "Due settimane", "freq_four_weeks", "Quattro settimane", "freq_monthly", "Mensile", "freq_two_months", "Due mesi", _s17_96, "Tre Mesi", _s16_155, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_156, "Tre anni", "never", "Never", "company", "Azienda", _s17_97, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_157, "Prefisso Ricorrente", "number_padding", "Riempimento numero", "general", "Generale", "surcharge_field", "Campo Sovrattassa", "company_field", "Campo azienda", "company_value", "Valore azienda", "credit_field", "Campo Credito", "invoice_field", "Campo fattura", _s17_99, "Sovrapprezzo Fattura", "client_field", "Campo Cliente", "product_field", "Campo Prodotto", "payment_field", "Campo Pagamento", "contact_field", "Campo Contatti", "vendor_field", "Campo Fornitore", "expense_field", "Campo Spese", "project_field", "Campo Progetto", "task_field", "Campo attivit\xe0", "group_field", "Campo Gruppo", "number_counter", "Numero contatore", "prefix", "Prefisso", "number_pattern", "Formato numero", "messages", "Messaggi", "custom_css", "CSS Personalizzato", _s17_101, "Javascript personalizzato", _s16_159, "Mostra su PDF", _s21_74, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_41, "Casella di controllo termini di servizio fatture", _s30_9, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_35, "Casella di controllo termini di servizio preventivi", _s28_22, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_42, "Firma Fattura", _s30_10, "Richiedi al cliente di firmare la fattura.", _s23_36, "Firma Bozza", _s22_57, "Fatture Protette da Password", _s27_38, "Permette di impostare una password per ogni contatto. Se una password \xe8 impostata, al contatto sar\xe0 richiesto di inserire una password prima di visualizzare le fatture.", "authorization", "Autorizzazione", "subdomain", "Sottodominio", "domain", "Dominio", "portal_mode", "Modalit\xe0 portale", "email_signature", "Distinti saluti,", _s24_41, "Rendi pi\xf9 facile per i tuoi clienti pagarti aggiungendo il markup schema.org alle tue e-mail.", "plain", "Semplice", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Allega PDF", _s16_160, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_46, "Enable Markup", "reply_to_email", "Indirizzo di Risposta mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processato", "credit_card", "Carta di Credito", "bank_transfer", "Bonifico Bancario", "priority", "Priorit\xe0", "fee_amount", "Importo della tassa", "fee_percent", "Tassa Percentuale", "fee_cap", "Tassa massima", "limits_and_fees", "Limits/Fees", "enable_min", "Attiva minimo", "enable_max", "Attiva massimo", "min_limit", "Minimo :min", "max_limit", "Massimo :max", "min", "Min", "max", "ax", _s19_47, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_49, "Aggiorna l'indirizzo del cliente con i dettagli forniti", "rate", "Prezzo Unitario", "tax_rate", "Aliquota Fiscale", "new_tax_rate", "Nuova Aliquota Fiscale", "edit_tax_rate", "Modifica aliquota fiscale", _s16_162, "Aliquota fiscale creata", _s16_163, "Aliquota fiscale aggiornata", _s17_104, "Archiviato con successo l'aliquota fiscale", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Riempimento automatico prodotti", _s18_86, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_71, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_165, "Converti prodotti", _s21_75, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Provider", "company_gateway", "Piattaforma di Pagamento", _s16_167, "Piattaforme di Pagamento", _s19_50, "Nuova Piattaforma", _s20_72, "Modifica Piattaforma", _s23_37, "Piattaforma creata con successo", _s23_38, "Piattaforma aggiornata con successo", _s24_42, "Piattaforma archiviata con successo", _s23_39, "Piattaforma eliminata con successo", _s24_43, "Piattaforma ripristinata con successo", _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore predefinito", "disabled", "Disabilitato", "currency_format", "Formato moneta", _s21_76, "Primo giorno della settimana", _s23_40, "Primo mese dell'anno", "sunday", "Domenica", "monday", "Luned\xec", "tuesday", "Marted\xec", "wednesday", "Mercoled\xec", "thursday", "Gioved\xec", "friday", "Venerd\xec", "saturday", "Sabato", "january", "Gennaio", "february", "Febbraio", "march", "Marzo", "april", "Aprile", "may", "Maggio", "june", "Giugno", "july", "Luglio", "august", "Agosto", "september", "Settembre", "october", "Ottobre", "november", "Novembre", "december", "Dicembre", "symbol", "Simbolo", "ocde", "Codice", "date_format", "Formato data", "datetime_format", "Formato data e ora", "military_time", "24 ore", _s18_87, "Formato 24 ore", "send_reminders", "Invia promemoria", "timezone", "Fuso Orario", _s19_51, _s19_52, _s17_107, "Filtrato per gruppo", _s19_53, "Filtrare per fattura", _s18_88, "Filtrato per cliente", _s18_90, "Filtrato per fornitore", "group_settings", "Impostazioni gruppo", "group", "Gruppo", "groups", "Gruppi", "new_group", "Nuovo gruppo", "edit_group", "Modifica gruppo", "created_group", "Gruppo creato con successo", "updated_group", "Gruppo aggiornato con successo", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Gruppo archiviato con successo", "deleted_group", "Gruppo cancellato con successo", "restored_group", "Gruppo ripristinato con successo", "upload_logo", "Carica logo", "uploaded_logo", "Logo caricato con successo", "logo", "Logo", "saved_settings", "Impostazioni salvate con successo", _s16_171, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_109, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_310, "notifications", "Notifiche", "import_export", "Importa/Esporta", "custom_fields", "Campi Personalizzabili", "invoice_design", "Stile Fattura", "buy_now_buttons", "Puslanti Compra Ora", "email_settings", "Impostazioni email", _s23_42, "Modelli & Promemoria", _s22_58, "Carte di credito & banche", _s19_55, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_42, _s28_26, "redeem", "Riscatta", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_57, "Abbonamento Annuale", "pro_plan", "Piano Pro", "enterprise_plan", "Piano Enterprise", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_46, _s28_80, _s24_45, "Si prega di inserire un cognome", _s33_21, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s16_173, "Termini di Servizio", "privacy_policy", "Privacy Policy", "sign_up", "Registrati", "account_login", "Login account", "view_website", "Visualizza sito web", "create_account", "Crea un account", "email_login", "Login email", "create_new", "Crea Nuovo", _s18_92, "Nessun dato selezionato", _s21_79, _s34_19, "download", "Scarica", _s27_43, "Richiede un piano enterprise", "take_picture", "Fai foto", "upload_file", "Carica file", "document", "Documento", "documents", "Documenti", "new_document", "Nuovo documento", "edit_document", "Modifica documento", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, ":value documenti archiviati con successo", _s17_114, ":value documenti cancellati con successo", _s18_95, ":value documenti ripristinati con successo", "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_177, "Registrato", _s16_178, "In attesa", _s16_179, "Fatturata", "converted", "Convertito", _s24_47, "Aggiungere documenti a fattura", "exchange_rate", "Tasso di Cambio", _s16_180, "Converti valuta", "mark_paid", "Segna come Pagata", "category", "Categoria", "address", "Indirizzo", "new_vendor", "Nuovo Fornitore", "created_vendor", "Fornitore creato con successo", "updated_vendor", "Fornitore aggiornato con successo", "archived_vendor", "Fornitore archiviato con successo", "deleted_vendor", "Fornitore eliminato con successo", "restored_vendor", _s28_28, _s16_181, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_182, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, "Ripristinate con successo :value spese", "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_80, "Impossibile trovare dati", "invoiced", "Fatturato", "logged", "Registrato", "running", "In corso", "resume", "Riprendi", "task_errors", "Si prega di correggere eventuali tempi di sovrapposizione", "start", "Inizia", "stop", "Ferma", "started_task", "Attivit\xe0 iniziata con successo", "stopped_task", "Attivit\xe0 arrestata con successo", "resumed_task", "Attivit\xe0 ripresa con sucesso", "now", "Adesso", _s16_186, "Partenza automatica delle attivit\xe0", "timer", "Timer", "manual", "Manuale", "budgeted", "Preventivato", "start_time", "Tempo di inizio", "end_time", "Tempo di fine", "date", "Data", "times", "Tempi", "duration", "Durata", "new_task", "Nuova Attivit\xe0", "created_task", "Attivit\xe0 creata con successo", "updated_task", "Attivit\xe0 aggiornata con successo", "archived_task", "Attivit\xe0 archiviata con successo", "deleted_task", "Attivit\xe0 cancellata con successo", "restored_task", "Attivit\xe0 ripristinata con successo", "archived_tasks", ":count attivit\xe0 archiviate correttamente", "deleted_tasks", ":count attivit\xe0 eliminate correttamente", "restored_tasks", ":value attivit\xe0 ripristinate con successo", _s19_59, _s28_80, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_188, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_189, "Progetto ripristinato con successo", _s17_117, ":count progetti archiviati con successo", _s16_190, ":count progetti eliminati con successo", _s17_118, _s37_15, "new_project", "Nuovo Progetto", _s27_47, "Grazie di avere scelto la nostra app!", "if_you_like_it", _s21_82, "click_here", "clicca qui", _s18_96, "Clicca qui", "to_rate_it", "to rate it.", "average", "Media", "unapproved", "non approvato", _s30_15, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_61, "Si prega di autenticarsi", _s24_49, "Autenticazione biometrica", "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_119, "Periodo di comparazione", "previous_period", "Periodo precedente", "previous_year", "Anno precedente", "compare_to", "Compara a", "last7_days", "Ultimi 7 giorni", "last_week", "L'ultima settimana", "last30_days", "Ultimi 30 giorni", "this_month", "Questo mese", "last_month", "Mese scorso", "this_year", "Quest'anno", "last_year", "Anno scorso", "custom", "Personalizzato", _s16_191, "Clona come fattura", "clone_to_quote", "Clona come preventivo", "clone_to_credit", "Clona come credito", "view_invoice", "Visualizzare Fattura", "convert", "Convertire", "more", "Altro", "edit_client", "Modifica Cliente", "edit_product", "Modifica Prodotto", "edit_invoice", "Modifica Fattura", "edit_quote", "Modifica Preventivo", "edit_payment", "Modifica pagamento", "edit_task", "Modifica l'attivit\xe0", "edit_expense", "Modifica Spesa", "edit_vendor", "Modifica Fornitore", "edit_project", "Modifica Progetto", _s20_74, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_193, "Indirizzo di spedizione", "total_revenue", "Ricavo totale", "average_invoice", "Fattura media", "outstanding", "Inevase", "invoices_sent", ":count fatture inviate", "active_clients", "clienti attivi", "close", "Chiudi", "email", "Email", "password", "Password", "url", "URL", "secret", "Segreta", "name", "Nome", "logout", "Esci", "login", "Login", "filter", "Filtra", "sort", "Ordina", "search", "Cerca", "active", "Attivo", "archived", "Archived", "deleted", "Eliminato", "dashboard", "Pannello di Controllo", "archive", "Archivia", "delete", "Elimina", "restore", "Ripristina", _s16_195, "Aggiornamento completi", _s23_43, "Inserisci la tua email", _s26_34, "Si prega di inserire la password", _s21_83, "Inserisci il tuo URL", _s26_36, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_121, "Si \xe8 verificato un errore", "paid_to_date", "Pagato a oggi", "balance_due", "Totale da Pagare", "balance", "Bilancio", "overview", "Panoramica", "details", "Dettagli", "phone", "Telefono", "website", "Sito web", "vat_number", "Partita IVA", "id_number", "Codice Fiscale", "create", "Crea", _s19_63, "Copiato :value negli appunti", "error", "Errore", _s16_197, "Esecuzione non riuscita", "contacts", "Contatti", "additional", "Aggiuntivo", "first_name", "Nome", "last_name", "Cognome", "add_contact", "Aggiungi contatto", "are_you_sure", "Sei sicuro?", "cancel", "Annulla", "ok", "Ok", "remove", "Elimina", _s16_199, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_201, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_202, "Prodotto ripristinato con successo", _s17_123, "Archiviati con successo :count prodotti", _s16_203, ":count prodotti eliminati con successo", _s17_124, "Ripristinati con successo :value prodotti", "product_key", "Prodotto", "notes", "Note", "cost", "Cost", "client", "Cliente", "clients", "Clienti", "new_client", "Nuovo Cliente", "created_client", "Cliente creato con successo", "updated_client", "Cliente aggiornato con successo", "archived_client", "Cliente archiviato con successo", _s16_204, ":count clienti archiviati con successo", "deleted_client", _s30_48, "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_205, _s36_13, "address1", "Via", "address2", "Appartamento/Piano", "city", "Citt\xe0", "state", "Stato/Provincia", "postal_code", "Codice postale", "country", "Paese", "invoice", "Fattura", "invoices", "Fatture", "new_invoice", "Nuova Fattura", "created_invoice", "Fattura creata con successo", "updated_invoice", "Fattura aggiornata con successo", _s16_206, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_207, "Fattura ripristinata con successo", _s17_125, ":count fatture archiviate con successo", _s16_208, ":count fatture eliminate con successo", _s17_126, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", _s28_59, "amount", "Importo", "invoice_number", "Numero Fattura", "invoice_date", "Data Fattura", "discount", "Sconto", "po_number", "Numero d'ordine d'acquisto", "terms", "Termini", "public_notes", "Note Pubbliche (Descrizione in fattura)", "private_notes", "Note Personali", "frequency", "Frequenza", "start_date", "Data Inizio", "end_date", "Data Fine", "quote_number", "Numero Preventivo", "quote_date", "Data Preventivo", "valid_until", "Valido fino a", "items", "Articoli", "partial_deposit", _s17_182, "description", "Descrizione", "unit_cost", "Costo unitario", "quantity", "Quantit\xe0", "add_item", "Aggiungi Articolo", "contact", "Contatto", "work_phone", "Telefono", "total_amount", "Ammontare Totale", "pdf", "PDF", "due_date", "Scadenza", _s16_209, _s16_210, "status", "Stato", _s17_127, "Stato della fattura", "quote_status", "Stato preventivo", _s22_59, "Clicca su + per aggiungere un articolo", _s22_61, "Premi + per aggiungere tempo", "count_selected", ":count selezionato/i", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_76, "Selezionate una data per favore", _s22_62, "Seleziona un cliente", _s24_51, "Selezionate una fattura per favore", "task_rate", "Tariffa per le attivit\xe0", "settings", "Impostazioni", "language", "Linguaggio", "currency", "Valuta", "created_at", "Data Creazione", "created_on", "Creato il", "updated_at", "Aggiornato", "tax", "Tassa", _s30_17, "Si prega di inserire un numero di fattura", _s27_51, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_182, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_64, _s48_5, _s22_65, _s48_5, _s23_45, _s48_6, _s23_46, _s48_6, "done", "Completato", _s37_18, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_53, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatto", "activity", "Attivit\xe0", _s16_211, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_132, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_213, "In attesa", _s16_214, "Annullato", _s16_215, "Fallito", _s16_216, "Completato", _s16_217, _s23_77, _s16_218, "Rimborsato", _s17_128, "Non applicato", _s17_129, _s19_27, "net", "Netto", "client_portal", "Portale Clienti", "show_tasks", "Mostra attivit\xe0", "email_reminders", "Promemoria email", "enabled", "Abilitato", "recipients", "Destinatari", "initial_email", "Email iniziale", "first_reminder", "Primo Promemoria", "second_reminder", "Secondo Promemoria", "third_reminder", "Terzo Promemoria", "reminder1", "Primo promemoria", "reminder2", "Secondo promemoria", "reminder3", "Terzo promemoria", "template", "Modello", "send", "Invia", "subject", "Oggetto", "body", "Corpo", "send_email", "Invia Email", "email_receipt", "Invia ricevuta di pagamento al cliente", "auto_billing", _s23_78, "button", "Pulsante", "preview", "Anteprima", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_181, _s21_85, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_219, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_220, "Pagamento ripristinato con successo", _s17_130, ":count pagamenti archiviati con successo", _s16_221, ":count pagamenti eliminati con successo", _s17_131, _s37_20, "quote", "Preventivo", "quotes", "Preventivi", "new_quote", "Nuovo Preventivo", "created_quote", "Preventivo creato con successo", "updated_quote", "Preventivo aggiornato con successo", "archived_quote", "Preventivo archiviato con successo", "deleted_quote", "Preventivo cancellato con successo", "restored_quote", "Preventivo ripristinato con successo", "archived_quotes", "Sono stati archiviati :count preventivi con successo", "deleted_quotes", "Sono stati cancellati :count preventivi con successo", "restored_quotes", _s35_22, "expense", "Spesa", "expenses", "Spese", "vendor", "Fornitore", "vendors", "Fornitori", "task", "Attivit\xe0", "tasks", "Attivit\xe0", "project", "Progetto", "projects", "Progetti", "activity_1", ":user ha creato il cliente :client", "activity_2", ":user ha archiviato il cliente :client", "activity_3", ":user ha cancellato il cliente :client", "activity_4", ":user ha creato la fattura :invoice", "activity_5", ":user ha aggiornato la fattura :invoice", "activity_6", ":user ha inviato per email la fattura :invoice per:client a :contact", "activity_7", ":contact ha visualizzato la fattura :invoice per :client", "activity_8", ":user ha archiviato la fattura :invoice", "activity_9", _s39_13, "activity_10", ":contact ha registrato il pagamento :payment di :payment_amount sulla fattura :invoice per :client", "activity_11", ":user ha aggiornato il pagamento :payment", "activity_12", ":user ha archiviato il pagamento :payment", "activity_13", ":user ha cancellato il pagamento :payment", "activity_14", ":user ha inserito il credito :credit", "activity_15", ":user ha aggiornato il credito :credit", "activity_16", ":user ha archiviato il credito :credit", "activity_17", ":user ha cancellato il credito :credit", "activity_18", _s36_39, "activity_19", _s36_39, "activity_20", ":user ha inviato per email il preventivo :quote per :client a :contact", "activity_21", ":contact ha visto il preventivo :quote", "activity_22", ":user ha archiviato il preventivo :quote", "activity_23", ":user ha cancellato il preventivo :quote", "activity_24", ":user ha ripristinato il preventivo :quote", "activity_25", ":user ha ripristinato la fattura :invoice", "activity_26", ":user ha ripristinato il cliente :client", "activity_27", ":user ha ripristinato il pagamento :payment", "activity_28", ":user ha ripristinato il credito :credit", "activity_29", ":contact ha approvato il preventivo :quote per :client", "activity_30", "L'utente :user ha creato il fornitore :vendor", "activity_31", "L'utente :user ha archiviato il fornitore :vendor", "activity_32", "L'utente :user ha eliminato il fornitore :vendor", "activity_33", "L'utente :user ha ripristinato il fornitore :vendor", "activity_34", "L'utente :user ha creato la spesa :expense", "activity_35", "L'utente :user ha archiviato la spesa :expense", "activity_36", "L'utente :user ha eliminato la spesa :expense", "activity_37", "L'utente :user ha ripristinato la spesa :expense", "activity_39", ":user ha annullato un pagamento :payment da :payment_amount", "activity_40", ":user ha rimborsato :adjustment di un pagamento :payment da :payment_amount", "activity_41", "pagamento di :payment_amount (:payment) fallito", "activity_42", "L'utente :user ha creato l'attivit\xe0 :task", "activity_43", "L'utente :user ha aggiornato l'attivit\xe0 :task", "activity_44", "L'utente :user ha archiviato l'attivit\xe0 :task", "activity_45", "L'utente :user ha eliminato l'attivit\xe0 :task", "activity_46", "L'utente :user ha ripristinato l'attivit\xe0 :task", "activity_47", "L'utente :user ha aggiornato la spesa :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user ha riaperto il ticket :ticket", "activity_55", ":contact ha risposto al ticket :ticket", "activity_56", ":user ha visualizzato il ticket :ticket", "activity_57", "Il sistema non \xe8 riuscito a inviare la fattura :invoice via e-mail", "activity_58", ":user ha stornato la fattura :invoice", "activity_59", _s39_13, "activity_60", ":contact ha visualizzato il preventivo :quote", "activity_61", ":user ha aggiornato il cliente :client", "activity_62", ":user ha aggiornato il fornitore :vendor", "activity_63", ":user ha inviato il primo promemoria per la fattura :invoice a :contact", "activity_64", ":user ha inviato un secondo promemoria per la fattura :invoice a :contact", "activity_65", ":user ha inviato il terzo promemoria per la fattura :invoice a :contact", "activity_66", ":user ha inviato un promemoria ricorrente per la fattura :invoice a :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", _s27_65, _s20_78, "Preventivo contrassegnato come inviato con successo", _s21_87, _s34_21, "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_66, _s22_67, "custom_value1", _s21_142, "custom_value2", _s21_142, "custom_value3", "Valore Personalizzato 3", "custom_value4", "Valore Personalizzato 4", _s18_97, _s18_98, _s24_56, "Messaggio Pannello di Controllo Personalizzato", _s29_37, "Messaggio personalizzato su fattura non pagata", _s27_58, "Messaggio personalizzato fattura pagata", _s31_18, _s31_19, "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_64, "Pattern numero attivit\xe0", _s19_66, "Contatore numero attivit\xe0", _s22_68, "Formato numero spesa", _s22_70, "Contatore numero spesa", _s21_88, "Formato numero fornitore", _s21_90, "Contatore numero venditore", _s21_92, "Formato numero ticket", _s21_94, "Contatore numero ticket", _s22_72, "Formato numero pagamento", _s22_74, "Contatore numero pagamento", _s22_76, "Formato numero fatture", _s22_78, "Contatore numerazione fatture", _s20_79, "Formato numero preventivi", _s20_81, "Contatore numerazione preventivi", _s21_96, _s22_119, _s21_98, _s24_92, _s21_100, _s22_119, _s21_101, _s24_92, _s18_99, "Resetta contatore data", "counter_padding", "Riempimento contatore", _s28_57, "Contatore condiviso per fatture/preventivi", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, "Oggetto della fattura e-mail", _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Oggetto e-mail pagamento parziale", "show_table", "Mostra Tabella", "show_list", "Mostra Lista", "client_city", "Citt\xe0 cliente", "client_state", "Stato cliente", "client_country", "Paese cliente", _s16_222, "Il cliente \xe8 attivo", "client_balance", "Bilancio cliente", "client_address1", "Via del cliente", "client_address2", "Appartamento/Scala del cliente", "vendor_address1", "Via Fornitore", "vendor_address2", "Scala/Appartamento Fornitore", _s24_58, "Via spedizione cliente", _s24_59, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_226, "Scadenza fattura", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s23_78, "archived_at", "Archived At", "has_expenses", "Ha spese", "custom_taxes1", "Tasse Personalizzate 1", "custom_taxes2", "Tasse Personalizzate 2", "custom_taxes3", "Tasse Personalizzate 3", "custom_taxes4", "Tasse Personalizzate 4", _s17_134, _s24_88, _s17_135, _s24_89, _s17_136, _s24_90, _s17_137, _s24_91, "is_deleted", "\xc8 cancellato", "vendor_city", "Citt\xe0 Fornitore", "vendor_state", "Stato Fornitore", "vendor_country", "Paese fornitore", "is_approved", "\xc8 approvato", "tax_name", "Nome Tassa", "tax_amount", "Importo tassa", "tax_paid", "Tassa pagata", "payment_amount", "Importo Pagamento", "age", "Et\xe0", "is_running", "Is Running", "time_log", "Log temporale", "bank_id", "Banca", _s19_70, "ID della categoria di spesa", _s16_227, "Categoria Spesa", _s19_72, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Tax Name 3", "transaction_id", "ID transazione", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u3092\u8ffd\u52a0", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u8acb\u6c42\u66f8 :invoice \u306b\u8ffd\u52a0", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u8acb\u6c42\u66f8\u901a\u8ca8", "range", "\u7bc4\u56f2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u6709\u52b9", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u3042\u306a\u305f\u81ea\u8eab\u306eWeb\u30b5\u30a4\u30c8\u3067\u8acb\u6c42\u66f8\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3\u3092\u8a2d\u5b9a", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "2\u8981\u7d20\u8a8d\u8a3c", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96a0\u3059", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_16, _s29_7, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_62, _s16_63, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u6255\u3044", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u8acb\u6c42\u5408\u8a08", "quote_total", "\u898b\u7a4d\u91d1\u984d\u5408\u8a08", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "\u7d4c\u8cbb\u756a\u53f7", "task_number", "\u30bf\u30b9\u30af\u756a\u53f7", "project_number", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u756a\u53f7", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u9867\u5ba2\u540d", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_29, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_141, _s24_37, "Invoice Ninja \u3078\u3088\u3046\u3053\u305d", "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "\u9867\u5ba2\u756a\u53f7", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc1\u9001\u4fe1\u6e08", "reminder2_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc2\u9001\u4fe1\u6e08", "reminder3_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc3\u9001\u4fe1\u6e08", _s18_55, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u7a0e", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "\u524d\u53d7\u91d1\u3092\u9069\u7528", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "\u5165\u91d1\u65b9\u6cd5", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u6b21\u56de\u8acb\u6c42", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u306e\u5165\u91d1", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u8acb\u6c42\u3092\u65b0\u898f\u4f5c\u6210", "create_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210", "create_payment", "Create Payment", "create_vendor", "\u65b0\u3057\u3044\u7d0d\u5165\u696d\u8005", "update_quote", "Update Quote", "delete_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664", "update_invoice", "Update Invoice", "delete_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664", "update_client", "Update Client", "delete_client", "\u9867\u5ba2\u3092\u524a\u9664", "delete_payment", "\u5165\u91d1\u3092\u524a\u9664", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "\u30bf\u30b9\u30af\u3092\u65b0\u898f\u4f5c\u6210", "update_task", "Update Task", "delete_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u30d5\u30ea\u30fc", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u30c8\u30fc\u30af\u30f3", "tokens", "\u30c8\u30fc\u30af\u30f3", "new_token", "New Token", "edit_token", "\u30c8\u30fc\u30af\u30f3\u3092\u7de8\u96c6", "created_token", "\u30c8\u30fc\u30af\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002", "updated_token", "\u30c8\u30fc\u30af\u30f3\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_token", "\u30c8\u30fc\u30af\u30f3\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_token", "\u30c8\u30fc\u30af\u30f3\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3059\u308b", "email_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u524d\u53d7\u91d1\u7dcf\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "\u6587\u66f8\u306e\u691c\u7d22", "search_designs", "Search Designs", "search_invoices", "\u8acb\u6c42\u66f8\u306e\u691c\u7d22", "search_clients", "\u9867\u5ba2\u306e\u691c\u7d22", "search_products", "\u5546\u54c1\u306e\u691c\u7d22", "search_quotes", "\u898b\u7a4d\u66f8\u306e\u691c\u7d22", "search_credits", "Search Credits", "search_vendors", "\u7d0d\u5165\u696d\u8005\u306e\u691c\u7d22", "search_users", "\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22", _s16_86, "\u7a0e\u7387\u306e\u691c\u7d22", "search_tasks", "\u30bf\u30b9\u30af\u306e\u691c\u7d22", "search_settings", "\u8a2d\u5b9a\u306e\u691c\u7d22", "search_projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u691c\u7d22", "search_expenses", "\u7d4c\u8cbb\u306e\u691c\u7d22", "search_payments", "Search Payments", "search_groups", "\u30b0\u30eb\u30fc\u30d7\u306e\u691c\u7d22", "search_company", "\u4f1a\u793e\u306e\u691c\u7d22", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "\u898b\u7a4d\u66f8\u9001\u4fe1\u6e08", "credit_sent", "\u524d\u53d7\u91d1\u9001\u4fe1\u6e08", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_47, "\u6ce8\u610f: \u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u5b8c\u5168\u306b\u524a\u9664\u3057\u307e\u3059\u3002\u524a\u9664\u306e\u53d6\u308a\u6d88\u3057\u306f\u51fa\u6765\u307e\u305b\u3093\u3002", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u30d8\u30c3\u30c0", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u524d\u53d7\u91d1\u53d7\u65e5\u4ed8", "credit", "\u524d\u53d7\u91d1", "credits", "\u524d\u53d7\u91d1", "new_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332", "edit_credit", "Edit Credit", "created_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_credit", _s27_34, "archived_credit", "\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credit", "\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_credit", _s27_36, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_100, ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credits", ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_101, _s36_9, "current_version", "\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3", "latest_version", "Latest Version", "update_now", "\u4eca\u3059\u3050\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s26_21, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_102, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_13, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u30ea\u30bb\u30c3\u30c8", "number", "\u756a\u53f7", "export", "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "chart", "\u30c1\u30e3\u30fc\u30c8", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "\u524d\u53d7\u91d1\u6b8b\u9ad8", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "\u30ec\u30dd\u30fc\u30c8", "report", "\u30ec\u30dd\u30fc\u30c8", "add_company", "\u4f1a\u793e\u3092\u8ffd\u52a0", "unpaid_invoice", "\u672a\u6255\u306e\u8acb\u6c42\u66f8", "paid_invoice", "\u652f\u6255\u6e08\u306e\u8acb\u6c42\u66f8", _s16_136, _s16_137, "help", "\u30d8\u30eb\u30d7", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u5c0f\u8a08", "line_total", "Line Total", "item", "\u30a2\u30a4\u30c6\u30e0", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u306f\u3044", "no", "\u3044\u3044\u3048", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u8a2d\u5b9a", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "\u8acb\u6c42\u66f8\u30e1\u30fc\u30eb", "payment_email", "\u652f\u6255\u3044\u30e1\u30fc\u30eb", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u30e6\u30fc\u30b6\u7ba1\u7406", "users", "\u30e6\u30fc\u30b6\u30fc", "new_user", "\u65b0\u3057\u3044\u30e6\u30fc\u30b6", "edit_user", "\u30e6\u30fc\u30b6\u306e\u7de8\u96c6", "created_user", _s25_37, "updated_user", "\u30e6\u30fc\u30b6\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", "archived_user", "\u30e6\u30fc\u30b6\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_user", "\u30e6\u30fc\u30b6\u3092\u524a\u9664\u3057\u307e\u3057\u305f", "removed_user", _s25_40, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "\u6700\u521d\u306e\u30da\u30fc\u30b8", "all_pages", "\u5168\u3066\u306e\u30da\u30fc\u30b8", "last_page", "\u6700\u5f8c\u306e\u30da\u30fc\u30b8", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u30d7\u30e9\u30a4\u30de\u30ea\u30fb\u30ab\u30e9\u30fc", "secondary_color", "\u30bb\u30ab\u30f3\u30c0\u30ea\u30fb\u30ab\u30e9\u30fc", "page_size", "Page Size", "font_size", "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba", "quote_design", "Quote Design", "invoice_fields", "\u8acb\u6c42\u66f8\u3092\u30d5\u30a3\u30fc\u30eb\u30c9", "product_fields", "Product Fields", "invoice_terms", "\u8acb\u6c42\u6761\u4ef6", "invoice_footer", "\u8acb\u6c42\u66f8\u30d5\u30c3\u30bf\u30fc", "quote_terms", "Quote Terms", "quote_footer", "\u898b\u7a4d\u66f8\u30d5\u30c3\u30bf", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9", "number_pattern", "Number Pattern", "messages", "\u30e1\u30c3\u30bb\u30fc\u30b8", "custom_css", "\u30ab\u30b9\u30bf\u30e0CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u3069\u3046\u305e\u3088\u308d\u3057\u304f\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059\u3002", _s24_41, _s86_, "plain", "\u30d7\u30ec\u30fc\u30f3", "light", "\u30e9\u30a4\u30c8", "dark", "\u30c0\u30fc\u30af", "email_design", "E\u30e1\u30fc\u30eb \u30c7\u30b6\u30a4\u30f3", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u3092\u8a31\u53ef\u3059\u308b", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_49, _s45_6, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_162, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_163, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_104, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_71, _s65_0, _s16_165, "\u5546\u54c1\u306e\u5909\u63db", _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u65e5\u66dc\u65e5", "monday", "\u6708\u66dc\u65e5", "tuesday", "\u706b\u66dc\u65e5", "wednesday", "\u6c34\u66dc\u65e5", "thursday", "\u6728\u66dc\u65e5", "friday", "\u91d1\u66dc\u65e5", "saturday", "\u571f\u66dc\u65e5", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u30ed\u30b4", "saved_settings", _s27_41, _s16_171, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_109, "\u8a73\u7d30\u8a2d\u5b9a", "company_details", "\u4f01\u696d\u60c5\u5831", "user_details", "\u30e6\u30fc\u30b6\u306e\u8a73\u7d30", "localization", "\u5730\u57df\u8a2d\u5b9a", "online_payments", "\u30aa\u30f3\u30e9\u30a4\u30f3\u5165\u91d1", "tax_rates", "\u7a0e\u7387", "notifications", "\u901a\u77e5", "import_export", "\u30a4\u30f3\u30dd\u30fc\u30c8 | \u30a8\u30af\u30b9\u30dd\u30fc\u30c8 | \u30ad\u30e3\u30f3\u30bb\u30eb", "custom_fields", "\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9", "invoice_design", "\u8acb\u6c42\u66f8\u30c7\u30b6\u30a4\u30f3", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E\u30e1\u30fc\u30eb\u8a2d\u5b9a", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u5229\u7528\u898f\u7d04", "privacy_policy", "Privacy Policy", "sign_up", "\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u652f\u6255\u6e08\u306b\u3059\u308b", "category", "Category", "address", "\u4f4f\u6240", "new_vendor", "New Vendor", "created_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_vendor", _s28_28, _s16_181, ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendors", ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_185, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "\u30b9\u30bf\u30fc\u30c8", "stop", "\u30b9\u30c8\u30c3\u30d7", "started_task", _s25_48, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "\u30bf\u30a4\u30de\u30fc", "manual", "Manual", "budgeted", "Budgeted", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d42\u4e86\u6642\u9593", "date", "\u65e5\u4ed8", "times", "Times", "duration", "Duration", "new_task", "\u65b0\u3057\u3044\u30bf\u30b9\u30af", "created_task", "\u30bf\u30b9\u30af\u304c\u767b\u9332\u3055\u308c\u307e\u3057\u305f\u3002", "updated_task", "\u30bf\u30b9\u30af\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002", "archived_task", "\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_task", "\u30bf\u30b9\u30af\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_188, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_34, _s16_189, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_117, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_47, "\u5f0a\u793e\u306eApp\u3092\u3054\u5229\u7528\u9802\u304d\u8aa0\u306b\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002", "if_you_like_it", _s21_82, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\u30ab\u30b9\u30bf\u30e0", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u8acb\u6c42\u66f8\u3092\u8868\u793a", "convert", "Convert", "more", "More", "edit_client", "\u9867\u5ba2\u3092\u7de8\u96c6", "edit_product", "\u5546\u54c1\u3092\u7de8\u96c6", "edit_invoice", "\u8acb\u6c42\u3092\u7de8\u96c6", "edit_quote", "\u898b\u7a4d\u66f8\u3092\u7de8\u96c6", "edit_payment", "\u652f\u6255\u3044\u3092\u7de8\u96c6", "edit_task", "\u30bf\u30b9\u30af\u3092\u66f4\u65b0", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u7de8\u96c6", _s20_74, _s20_75, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "\u6709\u52b9\u306a\u9867\u5ba2", "close", "\u9589\u3058\u308b", "email", "E\u30e1\u30fc\u30eb", "password", "\u30d1\u30b9\u30ef\u30fc\u30c9", "url", "URL", "secret", "Secret", "name", "\u540d\u524d", "logout", "\u30ed\u30b0\u30a2\u30a6\u30c8", "login", "\u30ed\u30b0\u30a4\u30f3", "filter", "\u30d5\u30a3\u30eb\u30bf\u30fc", "sort", "Sort", "search", "\u691c\u7d22", "active", "\u6709\u52b9", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9", "archive", "\u30a2\u30fc\u30ab\u30a4\u30d6", "delete", "\u524a\u9664", "restore", "\u30ea\u30b9\u30c8\u30a2", _s16_195, "\u66f4\u65b0\u5b8c\u4e86", _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_121, _s17_122, "paid_to_date", "\u73fe\u5728\u307e\u3067\u306e\u652f\u6255\u6e08\u984d", "balance_due", "Balance Due", "balance", "\u30d0\u30e9\u30f3\u30b9", "overview", "\u6982\u8981", "details", "\u8a73\u7d30", "phone", "\u96fb\u8a71", "website", "WEB\u30b5\u30a4\u30c8", "vat_number", "VAT\u30ca\u30f3\u30d0\u30fc", "id_number", "ID\u30ca\u30f3\u30d0\u30fc", "create", "\u4f5c\u6210", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u30b3\u30f3\u30bf\u30af\u30c8", "additional", "Additional", "first_name", "\u540d", "last_name", "\u59d3", "add_contact", "\u9023\u7d61\u5148\u306e\u8ffd\u52a0", "are_you_sure", "\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", "cancel", "\u30ad\u30e3\u30f3\u30bb\u30eb", "ok", "Ok", "remove", "Remove", _s16_199, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u7121\u52b9\u3067\u3059", "product", "\u5546\u54c1", "products", "\u5546\u54c1", "new_product", "\u65b0\u3057\u3044\u5546\u54c1", "created_product", "\u5546\u54c1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_product", "\u5546\u54c1\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_201, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_203, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_124, _s37_16, "product_key", "Product", "notes", "\u30ce\u30fc\u30c8", "cost", "Cost", "client", "\u9867\u5ba2", "clients", "\u9867\u5ba2", "new_client", "\u65b0\u3057\u3044\u9867\u5ba2", "created_client", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_client", "\u9867\u5ba2\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_client", "\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_204, ":count \u4ef6\u306e\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_client", "\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "deleted_clients", ":count \u770c\u306e\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_client", "\u9867\u5ba2\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s16_205, _s36_13, "address1", "\u756a\u5730", "address2", "\u5efa\u7269", "city", "\u5e02\u533a\u753a\u6751", "state", "\u90fd\u9053\u5e9c\u770c", "postal_code", "\u90f5\u4fbf\u756a\u53f7", "country", "\u56fd", "invoice", "\u8acb\u6c42\u66f8", "invoices", "\u8acb\u6c42\u66f8", "new_invoice", "\u65b0\u3057\u3044\u8acb\u6c42\u66f8", "created_invoice", "\u8acb\u6c42\u66f8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_invoice", "\u8acb\u6c42\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_206, "\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_207, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_125, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_208, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_126, _s37_17, "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_59, "amount", "\u91d1\u984d", "invoice_number", "\u8acb\u6c42\u66f8\u756a\u53f7", "invoice_date", "\u8acb\u6c42\u65e5", "discount", "\u5024\u5f15\u304d", "po_number", "PO\u756a\u53f7", "terms", "\u6761\u9805", "public_notes", "Public Notes", "private_notes", "\u975e\u516c\u958b\u5099\u8003", "frequency", "\u983b\u5ea6", "start_date", "\u958b\u59cb\u65e5", "end_date", "\u7d42\u4e86\u65e5", "quote_number", "\u898b\u7a4d\u66f8\u756a\u53f7", "quote_date", "\u898b\u7a4d\u65e5", "valid_until", "Valid Until", "items", "\u30a2\u30a4\u30c6\u30e0", "partial_deposit", "Partial/Deposit", "description", "\u8aac\u660e", "unit_cost", "\u5358\u4fa1", "quantity", "\u6570\u91cf", "add_item", "\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0", "contact", "\u30b3\u30f3\u30bf\u30af\u30c8", "work_phone", "\u96fb\u8a71\u756a\u53f7", "total_amount", "\u5408\u8a08\u91d1\u984d", "pdf", "PDF", "due_date", "\u652f\u6255\u65e5", _s16_209, _s16_210, "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u8a2d\u5b9a", "language", "Language", "currency", "\u901a\u8ca8", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u7a0e", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "\u9001\u4fe1\u6e08", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "\u652f\u6255\u6e08", "mark_sent", "\u9001\u4ed8\u6e08\u307f\u306b\u3059\u308b", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u5b8c\u4e86", _s37_18, _s37_19, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_211, _s16_212, "clone", "\u8907\u88fd", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u652f\u6255\u6761\u4ef6", "payment_date", "\u652f\u6255\u65e5", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "\u5b8c\u4e86", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u9867\u5ba2\u30dd\u30fc\u30bf\u30eb", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "\u30b5\u30d6\u30b8\u30a7\u30af\u30c8", "body", "\u672c\u6587", "send_email", "\u30e1\u30fc\u30eb\u3092\u9001\u4fe1", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "\u30ab\u30b9\u30bf\u30de\u30a4\u30ba", "history", "\u5c65\u6b74", "payment", "Payment", "payments", "\u5165\u91d1", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u5165\u91d1\u3092\u767b\u9332", "new_payment", "\u5165\u91d1\u3092\u767b\u9332", "created_payment", "\u5165\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_payment", "\u652f\u6255\u3044\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", _s16_219, "\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_payment", "\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_220, _s29_30, _s17_130, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_221, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_131, _s37_20, "quote", "\u898b\u7a4d\u66f8", "quotes", "\u898b\u7a4d\u66f8", "new_quote", "\u65b0\u3057\u3044\u898b\u7a4d\u66f8", "created_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "updated_quote", "\u898b\u7a4d\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_quote", "\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quote", "\u898b\u7a4d\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "\u7d4c\u8cbb", "vendor", "Vendor", "vendors", "\u7d0d\u5165\u696d\u8005", "task", "Task", "tasks", "\u30bf\u30b9\u30af", "project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "activity_1", ":user \u306f \u9867\u5ba2 :client \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_2", ":user \u306f \u9867\u5ba2 :client \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "activity_3", ":user \u306f \u9867\u5ba2 :client \u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "activity_4", ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_5", _s32_25, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s32_25, "activity_9", _s32_25, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u30ef\u30f3\u30bf\u30a4\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9", "emailed_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_79, _s20_80, _s20_81, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u30c6\u30fc\u30d6\u30eb\u3092\u8868\u793a", "show_list", "\u30ea\u30b9\u30c8\u3092\u8868\u793a", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "\u652f\u6255\u671f\u65e5", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a0e\u540d\u79f0", "tax_amount", "Tax Amount", "tax_paid", "\u7a0e\u91d1\u652f\u6255\u6e08", "payment_amount", "\u5165\u91d1\u984d", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "lv_LV", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kred\u012btkartes un Bankas", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "P\u0113c Noklus\u0113juma", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "St\u0101voklis", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Ned\u0113\u013ca", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Diapazons", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Skat\u012bt kopskatu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "At\u013caut", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Noraid\u012bts", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Iepriek\u0161\u0113jais Kvart\u0101ls", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonna", "sample", "Paraugs", "map_to", "Map To", "import", "Imports", _s25_16, _s29_7, "select_file", "L\u016bdzu, izv\u0113lieties failu", _s16_62, _s16_63, "csv_file", "CSV fails", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Serviss", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pieg\u0101des piez\u012bme", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Da\u013c\u0113js maks\u0101jums", "invoice_total", "Kop\u0113jais r\u0113\u0137ins", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klienta v\u0101rds", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, "Atk\u0101rtoti r\u0113\u0137ini", _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Atv\u0113rti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Veiksm\u012bgi nos\u016bt\u012bti r\u0113\u0137ini", "emailed_quotes", "Veiksm\u012bgi nos\u016bt\u012bti cit\u0101ti", "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Stundas", "statement", "Konta izraksts", "taxes", "Nodok\u013ci", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Maks\u0101juma veids", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Izv\u0113l\u0113ties Pied\u0101v\u0101jumu", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Gaid\u0101mie r\u0113\u0137ini", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Gaid\u0101mie Pied\u0101v\u0101jumi", "expired_quotes", "Pied\u0101v\u0101jumi, kuriem beidzies der\u012bguma termi\u0146\u0161.", "create_client", "Create Client", "create_invoice", "Izveidojiet r\u0113\u0137inu", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Dz\u0113st r\u0113\u0137inu", "update_client", "Update Client", "delete_client", "Dz\u0113st klientu", "delete_payment", "Dz\u0113st maks\u0101jumu", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Nos\u016bt\u012bt r\u0113\u0137inu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kred\u012bta summa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Mekl\u0113t Pied\u0101v\u0101jumu", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Bi\u013cetes", _s16_98, "Atk\u0101rtoti Pied\u0101v\u0101jumi", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kred\u012bta datums", "credit", "Kred\u012bts", "credits", "Kred\u012bti", "new_credit", "Ievadiet kred\u012btu", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Uzzin\u0101t vair\u0101k", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Diena", "month", "M\u0113nesis", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Kred\u012bta atlikums", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Nor\u0113\u0137inu iela", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-pasts sazi\u0146ai", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zi\u0146ojums", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Starpsumma", "line_total", "Poz\u012bcija kop\u0101", "item", "Poz\u012bcija", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mob\u012bl\u0101", "desktop", "Desktopa", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Iesniegt", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "R\u0113\u0137ina e-pasts", "payment_email", "Maks\u0101jumu e-pasts", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Cit\u0113t e-pastu", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Lietot\u0101ji", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "R\u0113\u0137ina nosac\u012bjumi", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, "Autom\u0101tiski arhiv\u0113t Pied\u0101v\u0101jumu, kad tas ticis konvert\u0113ts.", _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Piel\u0101gota CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Ar cie\u0146u,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "E-pasta dizains", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Atbild\u0113t uz e-pastu", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kred\u012btkarte", "bank_transfer", "Bankas p\u0101rskait\u012bjums", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Maks: :maks", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Likme", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Izmaksas", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Janv\u0101ris", "february", "Febru\u0101ris", "march", "Marts", "april", "Apr\u012blis", "may", "Maijs", "june", "J\u016bnijs", "july", "J\u016blijs", "august", "Augusts", "september", "Septembris", "october", "Oktobris", "november", "Novembris", "december", "Decembris", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Uz\u0146\u0113muma inform\u0101cija", "user_details", "User Details", "localization", "Lokaliz\u0101cija", "online_payments", "Tie\u0161saites maks\u0101jumi", "tax_rates", "Nodok\u013cu likmes", "notifications", "Pazi\u0146ojumi", "import_export", "Imports / Eksports", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-pasta iestat\u012bjumi", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Priv\u0101tuma politika", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Lejupiel\u0101d\u0113t", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Adrese", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Datums", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Jauns projekts", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Sal\u012bdzin\u0101t", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0160odien", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teko\u0161ais", "previous", "Iepriek\u0161\u0113jais", "current_period", "Teko\u0161ais periods", _s17_119, _s17_120, "previous_period", "Iepriek\u0161\u0113jais periods", "previous_year", "Iepriek\u0161\u0113jais gads", "compare_to", "Sal\u012bdzin\u0101t ar", "last7_days", "P\u0113d\u0113jas 7 dienas", "last_week", "P\u0113d\u0113ja ned\u0113\u013ca", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Nokop\u0113t uz cenu pied\u0101v\u0101jumu", "clone_to_credit", "Clone to Credit", "view_invoice", "Apskat\u012bt r\u0113\u0137inu", "convert", "Konvert\u0113t", "more", "Vair\u0101k", "edit_client", "Redi\u0123\u0113t klientu", "edit_product", "Edit Product", "edit_invoice", "Redi\u0123\u0113t r\u0113\u0137inu", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Redi\u0123\u0113t projektu", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, "Pieg\u0101des adrese", "total_revenue", "Total Revenue", "average_invoice", "Vid\u0113jais r\u0113\u0137ins", "outstanding", "Nesamaks\u0101ts", "invoices_sent", _s20_83, "active_clients", "akt\u012bvie klienti", "close", "Aizv\u0113rt", "email", "Epasts", "password", "Password", "url", "URL", "secret", "Secret", "name", "Nosaukums", "logout", "Log Out", "login", "Login", "filter", "Filtrs", "sort", "\u0160\u0137irot", "search", "Mekl\u0113t", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Inform\u0101cijas panelis", "archive", "Arh\u012bvs", "delete", "Dz\u0113st", "restore", "Restore", _s16_195, "Atjauno\u0161ana pabeigta", _s23_43, "L\u016bdzu ievadiet j\u016bsu epastu", _s26_34, "L\u016bdzu ievadiet j\u016bsu paroli", _s21_83, "L\u016bdzu ievadiet j\u016bsu URL", _s26_36, "L\u016bdzu ievadiet produkta atsl\u0113gu", "ascending", "Ascending", "descending", "Descending", "save", "Saglab\u0101t", _s17_121, _s17_122, "paid_to_date", "Apmaks\u0101ts l\u012bdz r\u0113\u0137ina izrakst\u012b\u0161anas datumam", "balance_due", "Summa apmaksai", "balance", "Bilance", "overview", "Overview", "details", "S\u012bk\u0101ka inform\u0101cija", "phone", "T\u0101lrunis", "website", "M\u0101jas lapa", "vat_number", "PVN re\u0123. Nr.", "id_number", "Re\u0123. Nr.", "create", "Izveidot", _s19_63, _s30_16, "error", "K\u013c\u016bda", _s16_197, _s16_198, "contacts", "Kontakti", "additional", "Additional", "first_name", "V\u0101rds", "last_name", "Uzv\u0101rds", "add_contact", "Pievienot kontaktu", "are_you_sure", "Vai tu esi p\u0101rliecin\u0101ts?", "cancel", "Atcelt", "ok", "Ok", "remove", "No\u0146emt", _s16_199, _s16_200, "product", "Produkts", "products", "Produkti", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Piez\u012bmes", "cost", "Cost", "client", "Klients", "clients", "Klienti", "new_client", "Jauns klients", "created_client", "Veiksm\u012bgi izveidots klients", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Iela", "address2", "Dz/Kab", "city", "Pils\u0113ta", "state", "Novads", "postal_code", "Pasta indekss", "country", "Country", "invoice", "R\u0113\u0137ins", "invoices", "R\u0113\u0137ini", "new_invoice", "Jauns r\u0113\u0137ins", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "R\u0113\u0137ina numurs", "invoice_date", "R\u0113\u0137ina datums", "discount", "Atlaide", "po_number", "Pas\u016bt\u012bjuma numurs", "terms", "Nosac\u012bjumi", "public_notes", "Publiskas piez\u012bmes", "private_notes", "Priv\u0101tas piez\u012bmes", "frequency", "Bie\u017eums", "start_date", "S\u0101kuma datums", "end_date", "Beigu datums", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Der\u012bgs l\u012bdz", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Apraksts", "unit_cost", "Vien\u012bbas cena", "quantity", "Daudzums", "add_item", "Add Item", "contact", "Kontakts", "work_phone", "T\u0101lrunis", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmaks\u0101t l\u012bdz", _s16_209, _s16_210, "status", "Statuss", _s17_127, "R\u0113\u0137ina statuss", "quote_status", "Cenu pied\u0101v\u0101juma statuss", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Iestat\u012bjumi", "language", "Valoda", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Atjaunots", "tax", "Nodoklis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Skat\u012bts", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Izpild\u012bts", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivit\u0101te", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Izm\u0113rs", "payment_terms", "Apmaksas termi\u0146\u0161", "payment_date", "Maks\u0101juma datums", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Sa\u0146\u0113m\u0113ji", "initial_email", "Standarta e-pasts", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Sagatave", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "S\u016bt\u012bt e-pastu", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Poga", "preview", "Apskat\u012bt", "customize", "Piel\u0101got", "history", "V\u0113sture", "payment", "Payment", "payments", "Maks\u0101jumi", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Dar\u012bjuma atsauce", "enter_payment", "Ievadiet maks\u0101jumu", "new_payment", "Ievad\u012bt maks\u0101jumu", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Pied\u0101v\u0101jumi", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Veiksm\u012bgi saarhiv\u0113ti :count Pied\u0101v\u0101jumi", "deleted_quotes", "Veiksm\u012bgi dz\u0113sti :count Pied\u0101v\u0101jumi", "restored_quotes", "Veiksm\u012bgi atjaunin\u0101ti :value Pied\u0101v\u0101jumi", "expense", "Expense", "expenses", "Izdevumi", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Projekts", "projects", "Projekti", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user nos\u016bt\u012bja r\u0113\u0137inu :invoice priek\u0161 :client uz :contact", "activity_7", ":contact ir apskat\u012bjis R\u0113\u0137inu :invoice priek\u0161 :client", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact ievad\u012bja Maks\u0101jumu :payment par Summu :payment_amount R\u0113\u0137inam :invoice priek\u0161 :client", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user nos\u016bt\u012bja Pied\u0101v\u0101jumu :quote priek\u0161 :client uz :contact", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact apstiprin\u0101ja Pied\u0101v\u0101jumu :quote priek\u0161 :client", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user atk\u0101rtoti atv\u0113ra Zi\u0146ojumu :ticket", "activity_55", ":contact atbild\u0113ja uz Zi\u0146ojumu :ticket", "activity_56", ":user paskatij\u0101s Zi\u0146ojumu :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, "Cenu pied\u0101v\u0101jums veiksm\u012bgi atz\u012bm\u0113ts k\u0101 nos\u016bt\u012bts", _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Izv\u0113lieties", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Maks\u0101juma summa", "age", "Age", "is_running", "Is Running", "time_log", "Laika Logi", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Izdevumu kategorija", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bank Accounts", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Apmok\u0117jimo s\u0105lygos", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "B\u016bkl\u0117", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "S\u0105skaitos valiuta", "range", "Intervalas", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u012era\u0161yti slapta\u017eod\u012f", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u012egalinti", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Si\u0173sti el. pa\u0161tu", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Gr\u0105\u017einti mok\u0117jimai", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sl\u0117pti", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_16, _s29_7, "select_file", "Pasirinkite fail\u0105", _s16_62, _s16_63, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pakavimo Lapas", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Dalinis", "invoice_total", "Suma Viso", "quote_total", "S\u0105matos viso", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kliento Vardas", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "B\u016btina s\u0105skaita fakt\u016bra", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Debeto s\u0105skaita", _s18_51, "Debeto s\u0105skaitos", _s21_53, "Nauja debeto s\u0105skaita", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Visada", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u012emon\u0117s pavadinimas", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Valandos", "statement", "Statement", "taxes", "Mokes\u010diai", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Pirk\u0117jas", "health_check", "Health Check", "payment_type_id", "Mok\u0117jimo tipas", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Naujos s\u0105skaitos", _s17_65, _s17_66, "recent_payments", "Naujausi mok\u0117jimai", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Sukurti s\u0105skait\u0105", "create_quote", "Sukurti s\u0105mat\u0105", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "I\u0161trinti s\u0105skait\u0105", "update_client", "Update Client", "delete_client", "Trinti klient\u0105", "delete_payment", "I\u0161trinti mok\u0117jim\u0105", "update_vendor", "Update Vendor", "delete_vendor", "Trinti", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Sukurti darb\u0105", "update_task", "Update Task", "delete_task", "Trinti", "approve_quote", "Approve Quote", "off", "I\u0161j.", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", "Ie\u0161koti :count Webhooks", "search_webhook", "Ie\u0161koti 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Ie\u0161koti :count rakt\u0173", "search_token", "Ie\u0161koti 1 rakt\u0105", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredito suma", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, "Dalinai gr\u0105\u017einta", _s16_85, "Ie\u0161koti dokument\u0173", "search_designs", "Ie\u0161koti dizaino", "search_invoices", "Ie\u0161koti s\u0105skait\u0173-fakt\u016br\u0173", "search_clients", "Ie\u0161koti klient\u0173", "search_products", "Ie\u0161koti preki\u0173", "search_quotes", "Ie\u0161koti pasi\u016blym\u0173", "search_credits", "Ie\u0161koti gr\u0105\u017einim\u0173", "search_vendors", "Ie\u0161koti tiek\u0117j\u0173", "search_users", "Ie\u0161koti vartotoj\u0173", _s16_86, "Ie\u0161koti mokes\u010di\u0173 tarif\u0173", "search_tasks", "Ie\u0161koti u\u017eduo\u010di\u0173", "search_settings", "Ie\u0161koti nustatym\u0173", "search_projects", "Ie\u0161koti projekt\u0173", "search_expenses", "Ie\u0161koti i\u0161laid\u0173", "search_payments", "Ie\u0161koti mok\u0117jim\u0173", "search_groups", "Ie\u0161koti grupi\u0173", "search_company", "Ie\u0161koti \u012fmoni\u0173", "search_document", "Ie\u0161koti 1 dokument\u0105", "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count s\u0105skaita i\u0161si\u0173sta", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Vir\u0161us", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_98, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_33, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "I\u0161 naujo", "number", "Number", "export", "Export", "chart", "Diagrama", "count", "Count", "totals", "Viso", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuoti pagal", "credit_balance", "Kredito balansas", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Ataskaitos", "report", "Ataskaita", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, "Nepatvirtinti pasi\u016blymai", "help", "Pagalba", "refund", "Pinig\u0173 gr\u0105\u017einimas", "refund_date", "Gr\u0105\u017einimo data", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "palaikymo forumas", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Tarpin\u0117 suma", "line_total", "Suma", "item", "Prek\u0117/Paslauga", "credit_email", "Credit Email", "iframe_url", "Tinklapis", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Taip", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Grafikas", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_72, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administratorius", _s18_80, _s66_, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, "Hide paid to date", _s22_55, _s87_, _s23_31, "\u012ekelti dokumentai", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "S\u0105skaitos s\u0105lygos", "invoice_footer", "Invoice footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automati\u0161kai Konvertuoti", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Kasdien", "freq_weekly", "Kas savait\u0119", "freq_two_weeks", "Dvi savait\u0117s", "freq_four_weeks", "Four weeks", "freq_monthly", "Kas m\u0117nes\u012f", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prie\u0161d\u0117lis", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Individualizuotas CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kreditin\u0117 kortel\u0117", "bank_transfer", "Pavedimu", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sekmadienis", "monday", "Pirmadienis", "tuesday", "Antradienis", "wednesday", "Tre\u010diadienis", "thursday", "Ketvirtadienis", "friday", "Penktadienis", "saturday", "\u0160e\u0161tadienis", "january", "Sausis", "february", "Vasaris", "march", "Kovas", "april", "Balandis", "may", "Gegu\u017e\u0117", "june", "Bir\u017eelis", "july", "Liepa", "august", "Rugpj\u016btis", "september", "Rugs\u0117jis", "october", "Spalis", "november", "Lapkritis", "december", "Gruodis", "symbol", "Simbolis", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 val. formatas", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotipas", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Imon\u0117s informacija", "user_details", "User Details", "localization", "Lokalizacija", "online_payments", "Online mok\u0117jimai", "tax_rates", "Mokes\u010di\u0173 \u012fkainiai", "notifications", "Prane\u0161imai", "import_export", "Importas/Eksportas", "custom_fields", "Custom fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Pirkti dabar mygtukas", "email_settings", "Email nustatymai", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privatumo politika", "sign_up", "Prisijunk", "account_login", "Jungtis", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Atsi\u0173sti", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Valiutos kursas", _s16_180, "Konvertuoti valiut\u0105", "mark_paid", "Mark Paid", "category", "Kategorija", "address", "Adresas", "new_vendor", "Naujas tiek\u0117jas", "created_vendor", "Sukurtas tiek\u0117jas", "updated_vendor", "Atnaujintas tiek\u0117jas", "archived_vendor", "S\u0117kmingai suarchyvuoti tiek\u0117jai", "deleted_vendor", "S\u0117kmingai i\u0161trintas tiek\u0117jas", "restored_vendor", _s28_28, _s16_181, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_12, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Dabar", _s16_186, _s16_187, "timer", "Chronometras", "manual", "Nurodyti", "budgeted", "Budgeted", "start_time", "Prad\u017eia", "end_time", "Pabaiga", "date", "Data", "times", "Laikas", "duration", "Trukm\u0117", "new_task", "Naujas darbas", "created_task", "Sukurtas darbas", "updated_task", "Atnaujintas darbas", "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Kurti", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Rodyti s\u0105skait\u0105", "convert", "Convert", "more", "More", "edit_client", "Redaguoti", "edit_product", "Edit Product", "edit_invoice", "Redaguoti", "edit_quote", "Keisti s\u0105mat\u0105", "edit_payment", "Edit Payment", "edit_task", "Keisti", "edit_expense", "Edit Expense", "edit_vendor", "Keisti", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing address", _s16_193, _s16_194, "total_revenue", "I\u0161 viso pajam\u0173", "average_invoice", "S\u0105skait\u0173 vidurkis", "outstanding", "Neapmok\u0117ta", "invoices_sent", ":count i\u0161si\u0173stos s\u0105skaitos fakt\u016bros", "active_clients", "aktyv\u016bs klientai", "close", "U\u017edaryti", "email", "El. pa\u0161tas", "password", "Slapta\u017eodis", "url", "URL", "secret", "Slaptas \u017eodis", "name", "Pavadinimas", "logout", "Log Out", "login", "Login", "filter", "Filtras", "sort", "Sort", "search", "Paie\u0161ka", "active", "Aktyvus", "archived", "Archived", "deleted", "Deleted", "dashboard", "Darbastalis", "archive", "Archyvas", "delete", "Trinti", "restore", "Atkurti", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_121, _s17_122, "paid_to_date", "Apmok\u0117ta", "balance_due", "Mok\u0117tina suma", "balance", "Balansas", "overview", "Ap\u017evalga", "details", "Informacija", "phone", "Telefonas", "website", "Internetinis puslapis", "vat_number", "PVM kodas", "id_number", "\u012emon\u0117s kodas", "create", "Kurti", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktin\u0117 informacija", "additional", "Additional", "first_name", "Vardas", "last_name", "Pavard\u0117", "add_contact", "Prid\u0117ti kontakt\u0105", "are_you_sure", "Ar tikrai?", "cancel", "At\u0161aukti", "ok", "Ok", "remove", "Trinti", _s16_199, _s16_200, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Gatv\u0117", "address2", "Adresas 2", "city", "Miestas", "state", "Apskritis", "postal_code", "Pa\u0161to kodas", "country", "Country", "invoice", "PVM S\u0105skaita-fakt\u016bra", "invoices", "S\u0105skaitos", "new_invoice", "Nauja s\u0105skaita", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Suma", "invoice_number", "S\u0105skaitos numeris", "invoice_date", "I\u0161ra\u0161ymo data", "discount", "Nuolaida", "po_number", "U\u017esakymo numeris", "terms", "S\u0105lygos", "public_notes", "Vie\u0161os pastabos", "private_notes", "Privat\u016bs u\u017era\u0161ai", "frequency", "Periodas", "start_date", "Prad\u017eia", "end_date", "Pabaiga", "quote_number", "S\u0105matos numeris", "quote_date", "S\u0105matos data", "valid_until", "Galioja iki", "items", "Prek\u0117s/Paslaugos", "partial_deposit", "Dalinis/Avansas", "description", "Apra\u0161ymas", "unit_cost", "Vnt. kaina", "quantity", "Kiekis", "add_item", "Add Item", "contact", "Kontaktai", "work_phone", "Telefonas", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmok\u0117ti iki", _s16_209, "Dalimis Iki Datos", "status", "B\u016bkl\u0117", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "I\u0161si\u0173sta", "viewed", "Viewed", "approved", "Approved", "partial", "Dalinis/Avansas", "paid", "Apmok\u0117ta", "mark_sent", "Mark sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Baigta", _s37_18, _s37_19, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_211, "Nerasta \u012fra\u0161\u0173", "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Atsiskaitymo s\u0105lygos", "payment_date", "Mok\u0117jimo data", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, "Dalinis gr\u0105\u017einimas", _s16_218, "Gr\u0105\u017einta", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u012ejungti", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0160ablonas", "send", "Send", "subject", "Tema", "body", "\u017dinut\u0117", "send_email", "Si\u0173sti el. lai\u0161k\u0105", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Istorija", "payment", "Payment", "payments", "Mok\u0117jimai", "refunded", "Gr\u0105\u017einta", "payment_type", "Mok\u0117jimo tipas", _s21_85, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_44, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "I\u0161laidos", "expenses", "I\u0161laidos", "vendor", "Tiek\u0117jas", "vendors", "Tiek\u0117jai", "task", "Task", "tasks", "Darbai", "project", "Project", "projects", "Projects", "activity_1", ":user suk\u016br\u0117 klient\u0105 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "El. pa\u0161t. Dalino Apmok\u0117jimo Subject", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_226, "Terminas", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatinis mok\u0117jimas", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Mok\u0117jimo suma", "age", "Age", "is_running", "Is Running", "time_log", "Laiko Registras", "bank_id", "bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0444\u0430\u0442\u0438", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "default", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u041f\u043e\u0441\u0442\u043e\u0458\u0430\u043d\u043e", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0434\u0430\u0434\u0438 \u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "range", "\u041e\u043f\u0441\u0435\u0433", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u043a\u043e\u0442 \u0437\u0430 :amount \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0431\u0438 \u0431\u0438\u043b :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0421\u0435\u0442\u0438\u0440\u0430\u0458 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a # :expense", "view_statement", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0438\u0441\u043a\u0430\u0437", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0441\u0442\u0435\u043c", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u041e\u0434 \u0438\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s18_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s22_27, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_5, _s25_76, _s25_6, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0412\u043d\u0435\u0441\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u041f\u0440\u043e", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u041f\u0440\u0435\u0437\u0438\u043c\u0435", "order", "Order", "unassigned", "\u041d\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e", "partial_value", "\u041c\u043e\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u043f\u043e\u0433\u043e\u043b\u0435\u043c\u043e \u043e\u0434 \u043d\u0443\u043b\u0430 \u0430 \u043f\u043e\u043c\u0430\u043b\u043e \u043e\u0434 \u0432\u043a\u0443\u043f\u043d\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u0443\u0447\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u0434\u0434\u043e\u043c\u0435\u043d\u043e\u0442 \u0438\u043b\u0438 \u043f\u0440\u0438\u043a\u0430\u0436\u0435\u0442\u0435 \u0458\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u041f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0441\u043f\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458 \u0433\u043e \u0431\u0430\u0440 \u043a\u043e\u0434\u043e\u0442 \u0441\u043e :link \u043a\u043e\u043c\u043f\u0430\u0442\u0438\u0431\u0438\u043b\u043d\u0430 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430.", _s18_36, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_expense", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043e\u043a\u0440\u0438\u0458", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440\u043e\u043a", "map_to", "Map To", "import", "\u0412\u043d\u0435\u0441\u0438", _s25_16, _s29_7, "select_file", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", _s16_62, _s16_63, "csv_file", "CSV \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0430 \u0437\u0430 \u0438\u0441\u043f\u043e\u0440\u0430\u043a\u0430", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u043e\u043b\u0433", "invoice_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e\u043d\u0443\u0434\u0438", "credit_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043a\u0440\u0435\u0434\u0438\u0442", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_48, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_46, _s21_47, _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_32, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_33, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", _s24_34, _s37_7, _s25_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_51, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_30, _s38_11, _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0458 \u043f\u043e\u0440\u0442\u0430\u043b", "copy_link", "Copy Link", "token_billing", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u0434\u0435\u0442\u0430\u043b\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", _s24_37, _s24_38, "always", "\u0421\u0435\u043a\u043e\u0433\u0430\u0448", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u041d\u0430\u0437\u043d\u0430\u043a\u0430", "client_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "auto_convert", "Auto Convert", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", "emailed_credits", _s28_58, "gateway", "\u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u043e\u0432\u0438", "statement", "\u0418\u0441\u043a\u0430\u0437", "taxes", "\u0414\u0430\u043d\u043e\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0442\u0430", "apply_payment", "Apply Payment", "apply_credit", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438", "unapplied", "Unapplied", "select_label", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043d\u0430\u0437\u043d\u0430\u043a\u0430", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0414\u043e", "health_check", "Health Check", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, _s17_66, "recent_payments", "\u041d\u0435\u043e\u0434\u0430\u043c\u043d\u0435\u0448\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "upcoming_quotes", "\u041f\u0440\u0435\u0442\u0441\u0442\u043e\u0458\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "expired_quotes", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "create_client", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430", "create_payment", "Create Payment", "create_vendor", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "update_quote", "Update Quote", "delete_quote", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "update_invoice", "Update Invoice", "delete_invoice", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "Update Client", "delete_client", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "update_vendor", "Update Vendor", "delete_vendor", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "create_task", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "Update Task", "delete_task", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "Approve Quote", "off", "\u0418\u0441\u043a\u043b\u0443\u0447\u0435\u043d\u043e", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u0422\u043e\u043a\u0435\u043d", "tokens", "\u0422\u043e\u043a\u0435\u043d\u0438", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u043e\u043a\u0435\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041f\u0440\u0430\u0442\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "email_quote", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "email_credit", "Email Credit", "email_payment", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_58, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0415\u043a\u0441\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "inclusive", "\u0418\u043d\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_79, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458/\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430", "custom1", "\u041f\u0440\u0432\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom2", "\u0412\u0442\u043e\u0440\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u041f\u0440\u043e\u0447\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u0430\u043d\u0438\u0458\u0430", _s18_60, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0433\u0438 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "invoice_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043f\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "age_group_0", "0 - 30 \u0434\u0435\u043d\u0430", "age_group_30", "30 - 60 \u0434\u0435\u043d\u0430", "age_group_60", "60 - 90 \u0434\u0435\u043d\u0430", "age_group_90", "90 - 120 \u0434\u0435\u043d\u0430", "age_group_120", "120+ \u0434\u0435\u043d\u0430", "refresh", "\u041e\u0441\u0432\u0435\u0436\u0438", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0414\u043e\u0437\u0432\u043e\u043b\u0438", "none", "\u041d\u0435\u043c\u0430", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043b\u0438\u0446\u0435\u043d\u0446\u0430", "cancel_account", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u043c\u0435\u0442\u043a\u0430", _s22_47, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435.", "delete_company", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s22_48, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043b\u0430\u0432\u0458\u0435", "load_design", "\u0412\u0447\u0438\u0442\u0430\u0458 \u0434\u0438\u0437\u0430\u0458\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "recurring_tasks", "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0417\u0430\u0434\u0430\u0447\u0438", _s18_61, "\u041c\u0435\u043d\u0430\u045f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "credit_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u043d\u0435\u0441\u0438 \u041a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", _s27_36, "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", _s16_101, _s36_9, "current_version", "\u0421\u0435\u0433\u0430\u0448\u043d\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458", "number", "Number", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0458", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u043e\u043d", "count", "Count", "totals", "\u0412\u043a\u0443\u043f\u043d\u043e", "blank", "\u0411\u043b\u0430\u043d\u043a\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u0458 \u043f\u043e", "credit_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_86, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s20_61, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_132, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_134, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_135, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s19_40, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_country", "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "client_id", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "assigned_to", "Assigned to", "created_by", "\u041a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043e :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u0417\u0430\u0441\u0442\u0430\u0440\u0435\u043d\u043e", "profit_and_loss", "\u041f\u0440\u043e\u0444\u0438\u0442 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0438", "report", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458", "add_company", "\u0414\u043e\u0434\u0430\u0458 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "unpaid_invoice", _s17_142, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "help", "\u041f\u043e\u043c\u043e\u0448", "refund", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0415-\u043f\u043e\u0448\u0442\u0430 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "multiselect", "Multiselect", "entity_state", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u0448\u043a\u0430", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430", "contact_us", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u043d\u0435'", "subtotal", "\u0412\u043a\u0443\u043f\u043d\u043e \u0431\u0435\u0437 \u0434\u0430\u043d\u043e\u043a", "line_total", "\u0412\u043a\u0443\u043f\u043d\u043e", "item", "\u0421\u0442\u0430\u0432\u043a\u0430", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u041c\u043e\u0431\u0438\u043b\u0435\u043d", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "Layout", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_44, _s20_69, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_144, "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0458\u0430 \u0442\u0432\u043e\u0458\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "late_fees", "Late Fees", "credit_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "payment_number", "Payment Number", "late_fee_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", "schedule", "\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0414\u0435\u043d\u043e\u0432\u0438", "invoice_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_147, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_149, _s16_150, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_80, "\u0414\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442 \u0434\u0430 \u043c\u0435\u043d\u0430\u045f\u0438\u0440\u0430 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438\u0442\u0435, \u0434\u0430 \u0433\u0438 \u043c\u0435\u043d\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438\u0442\u0435 \u0438 \u0434\u0430 \u0433\u0438 \u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u0430 \u0441\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "users", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438", "new_user", "\u041d\u043e\u0432 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "edit_user", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "created_user", _s25_37, "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "removed_user", _s25_40, "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u043f\u0448\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", "invoice_options", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_92, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_55, '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c" \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u043a\u043e \u045c\u0435 \u0431\u0438\u0434\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e.', _s23_31, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u0443\u0447\u0438 \u0433\u0438 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0441\u043b\u0438\u043a\u0438 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_154, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0444\u0443\u0442\u0435\u0440 \u043d\u0430", "first_page", "\u041f\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "all_pages", "\u0421\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041f\u0440\u0438\u043c\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "secondary_color", "\u0421\u0435\u043a\u0443\u043d\u0434\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "page_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "font_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0444\u043e\u043d\u0442", "quote_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "invoice_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "product_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s18_81, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0441\u043f\u0440\u0430\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0438.", _s18_82, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", _s23_33, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0438.", _s18_83, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_34, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u043e\u0433\u0430 \u0438\u0441\u0442\u0430\u0442\u0430 \u045c\u0435 \u0431\u0438\u0434\u0435 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442.", _s17_94, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u043d\u0430 \u0442\u0435\u043a\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430", "freq_daily", "\u0414\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u041d\u0435\u0434\u0435\u043b\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0438", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u0414\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u0431\u0440\u043e\u0435\u0432\u0438", "charge_taxes", "\u041d\u0430\u043f\u043b\u0430\u0442\u0438 \u0434\u0430\u043d\u043e\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u043d\u043e \u0440\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u045a\u0435", "reset_counter", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458 \u0431\u0440\u043e\u0458\u0430\u0447", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_99, "\u0414\u043e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "product_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "payment_field", "Payment Field", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "vendor_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "expense_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "project_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "task_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u041f\u043e\u0440\u0430\u043a\u0438", "custom_css", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d CSS", _s17_101, _s17_102, _s16_159, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_74, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0433\u043e \u043f\u043e\u0442\u043f\u0438\u0441\u043e\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u043d\u0430 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430/\u043f\u043e\u043d\u0443\u0434\u0430.", _s25_41, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s23_35, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s28_22, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430.", _s25_42, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_10, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0438 \u043f\u043e\u0442\u043f\u0438\u0441.", _s23_36, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_57, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0437\u0430\u0448\u0442\u0438\u0442\u0435\u043d\u0438 \u0441\u043e \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s27_38, "\u0412\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430 \u0437\u0430 \u0441\u0435\u043a\u043e\u0458 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430. \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0442 \u045c\u0435 \u043c\u043e\u0440\u0430 \u0434\u0430 \u0458\u0430 \u0432\u043d\u0435\u0441\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430\u0442\u0430 \u043f\u0440\u0435\u0434 \u0434\u0430 \u0433\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435.", "authorization", "\u041e\u0432\u043b\u0430\u0441\u0442\u0443\u0432\u0430\u045a\u0435", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "\u0414\u043e\u043c\u0435\u043d", "portal_mode", "Portal Mode", "email_signature", "\u0421\u043e \u043f\u043e\u0447\u0438\u0442,", _s24_41, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u043b\u0435\u0441\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e \u0437\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0438 \u0441\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u045a\u0435 \u043d\u0430 schema.org \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435 \u043d\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u0435-\u043f\u043e\u0448\u0442\u0438", "plain", "\u041e\u0431\u0438\u0447\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u0435\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0443\u0432\u0430\u045a\u0435", "reply_to_email", "\u041e\u0434\u0433\u043e\u0432\u043e\u0440\u0438-\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "reply_to_name", "Reply-To Name", "bcc_email", "BCC \u0435-\u043f\u043e\u0448\u0442\u0430", "processed", "Processed", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0438 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0438\u043d.", "enable_max", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0430\u043a\u0441.", "min_limit", "\u041c\u0438\u043d: :min", "max_limit", "\u041c\u0430\u043a\u0441: :max", "min", "\u041c\u0438\u043d", "max", "\u041c\u0430\u043a\u0441", _s19_47, "\u041f\u0440\u0438\u0444\u0430\u0442\u0435\u043d\u0438 \u043b\u043e\u0433\u043e\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "credentials", "Credentials", "update_address", "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0458\u0430 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0441\u043e \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0435\u043d\u0438\u0442\u0435 \u0434\u0435\u0442\u0430\u043b\u0438", "rate", "\u0421\u0442\u0430\u043f\u043a\u0430", "tax_rate", "\u0414\u0430\u043d\u043e\u0447\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043f\u043e\u043f\u043e\u043b\u043d\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_86, "\u0418\u0437\u0431\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0433\u0438 \u0438\u0441\u043f\u043e\u043b\u043d\u0438 \u043f\u043e\u043b\u0438\u045a\u0430\u0442\u0430 \u0437\u0430 \u043e\u043f\u0438\u0441 \u0438 \u0446\u0435\u043d\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_71, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u0444\u0430\u043a\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 ", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0433\u0438 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u043f\u043e \u0432\u0430\u043b\u0443\u0442\u0438\u0442\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435", "fees", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u0446\u0438", "limits", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0443\u0432\u0430\u045a\u0430", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "\u041e\u0442\u0444\u0440\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438", "default_value", "Default value", "disabled", "\u041e\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u041d\u0435\u0434\u0435\u043b\u0430", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0440\u0442\u043e\u043a", "friday", "\u041f\u0435\u0442\u043e\u043a", "saturday", "\u0421\u0430\u0431\u043e\u0442\u0430", "january", "\u0408\u0430\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0458", "june", "\u0408\u0443\u043d\u0438", "july", "\u0408\u0443\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0431\u043e\u043b", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "\u0412\u0440\u0435\u043c\u0435 \u043e\u0434 24 \u0447\u0430\u0441\u0430", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_41, _s16_171, "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "device_settings", "Device Settings", "defaults", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0438", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", _s17_109, "\u041d\u0430\u043f\u0440\u0435\u0434\u043d\u0438 \u043f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "company_details", "\u041f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430\u0442\u0430", "user_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430", "online_payments", "\u041e\u043d\u043b\u0430\u0458\u043d \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "tax_rates", "\u0414\u0430\u043d\u043e\u0447\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0438", "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045a\u0430", "import_export", "\u0423\u0432\u043e\u0437 | \u0418\u0437\u0432\u043e\u0437", "custom_fields", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u043b\u0438\u0432\u0438 \u043f\u043e\u043b\u0438\u045a\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430 \u043a\u043e\u043f\u0447\u0438\u045a\u0430", "email_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_58, _s20_73, _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045a\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0441\u0430 \u0437\u0430 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442", "sign_up", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435", "account_login", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0441\u0435\u0433\u0430", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "pending", "\u0412\u043e \u0442\u0435\u043a", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_47, "\u0414\u043e\u0434\u0430\u0458 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u0414\u0435\u0432\u0438\u0437\u0435\u043d \u043a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u0430\u043b\u0443\u0442\u0430", "mark_paid", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", "address", "\u0410\u0434\u0440\u0435\u0441\u0430", "new_vendor", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u043d\u0435\u0441\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041d\u0430\u0458\u0430\u0432\u0435\u043d\u043e", "running", "\u0412\u043e \u0442\u0435\u043a", "resume", "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438", "task_errors", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u043a\u043e\u0440\u0435\u0433\u0438\u0440\u0430\u0458\u0442\u0435 \u0432\u0440\u0435\u043c\u0438\u045a\u0430\u0442\u0430 \u0448\u0442\u043e \u0441\u0435 \u043f\u0440\u0435\u043a\u043b\u043e\u043f\u0443\u0432\u0430\u0430\u0442", "start", "\u041f\u043e\u0447\u0435\u0442\u043e\u043a", "stop", "\u0421\u043e\u043f\u0440\u0438", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u043f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", _s29_60, "now", "\u0421\u0435\u0433\u0430", _s16_186, _s16_187, "timer", "\u0422\u0430\u0458\u043c\u0435\u0440", "manual", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u0435 \u0437\u0430 \u043f\u043e\u0447\u0435\u0442\u043e\u043a", "end_time", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0432\u0440\u0435\u043c\u0435", "date", "\u0414\u0430\u0442\u0443\u043c", "times", "\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "duration", "\u0412\u0440\u0435\u043c\u0435\u0442\u0440\u0430\u0435\u045a\u0435", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", _s29_60, "archived_tasks", _s32_12, "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "\u0411\u0443\u045f\u0435\u0442\u0438\u0440\u0430\u043d\u0438 \u0447\u0430\u0441\u043e\u0432\u0438", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s25_76, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043e\u043f\u0441\u0435\u0433", "date_range", "\u041e\u043f\u0441\u0435\u0433 \u043d\u0430 \u0434\u0430\u0442\u0443\u043c\u0438", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u041e\u0432\u043e\u0458 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u0435\u043d \u043c\u0435\u0441\u0435\u0446", "this_year", "\u041e\u0432\u0430\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "Convert", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "edit_payment", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "edit_task", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "edit_vendor", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "edit_project", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_74, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u041f\u043e\u043d\u0443\u0434\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u045a\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "total_revenue", "\u0412\u043a\u0443\u043f\u0435\u043d \u043f\u0440\u0438\u0445\u043e\u0434", "average_invoice", "\u041f\u0440\u043e\u0441\u0435\u0447\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041d\u0435\u043d\u0430\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "invoices_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u041a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415-\u043f\u043e\u0448\u0442\u0430", "password", "\u041b\u043e\u0437\u0438\u043d\u043a\u0430", "url", "URL", "secret", "\u0422\u0430\u0458\u043d\u043e", "name", "\u0418\u043c\u0435", "logout", "\u041e\u0434\u0458\u0430\u0432\u0430", "login", "\u041d\u0430\u0458\u0430\u0432\u0430", "filter", "\u0424\u0438\u043b\u0442\u0435\u0440", "sort", "\u041f\u043e\u0434\u0440\u0435\u0434\u0438", "search", "\u041f\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045a\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e", "deleted", "\u0418\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u043e", "dashboard", "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u043d\u0430 \u0442\u0430\u0431\u043b\u0430", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458", "delete", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438", "restore", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438", _s16_195, _s16_196, _s23_43, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s26_34, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s21_83, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 URL", _s26_36, _s26_37, "ascending", "\u0420\u0430\u0441\u0442\u0435\u0447\u043a\u0438", "descending", "\u041e\u043f\u0430\u0453\u0430\u0447\u043a\u0438", "save", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458", _s17_121, "\u041d\u0430\u0441\u0442\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0435\u043d\u0435\u0441", "balance_due", "\u0412\u043a\u0443\u043f\u043d\u043e \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431 \u0421\u0442\u0440\u0430\u043d\u0430", "vat_number", "\u0414\u0414\u0412 \u0431\u0440\u043e\u0458", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "create", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458", _s19_63, _s30_16, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "Additional", "first_name", "\u0418\u043c\u0435", "last_name", "\u041f\u0440\u0435\u0437\u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0414\u0430\u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438?", "cancel", "\u041e\u0442\u043a\u0430\u0436\u0438", "ok", "Ok", "remove", "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u0438", _s16_199, _s16_200, "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "updated_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_201, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u041a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0411\u0440\u043e\u0458", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u043f\u0448\u0442\u0438\u043d\u0430", "postal_code", "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "country", "\u0414\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, _s26_47, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "amount", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "invoice_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_date", "\u0414\u0430\u0442\u0430\u0443\u043c \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041f\u043e\u043f\u0443\u0441\u0442", "po_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043d\u0430\u0440\u0430\u0447\u043a\u0430", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438", "public_notes", "\u0408\u0430\u0432\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "private_notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "frequency", "\u0424\u0440\u0435\u043a\u0432\u0435\u043d\u0442\u043d\u043e\u0441\u0442", "start_date", "\u041f\u043e\u0447\u0435\u0442\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "end_date", "\u041a\u0440\u0430\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "quote_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u043e \u0434\u043e", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u041e\u043f\u0438\u0441", "unit_cost", "\u0426\u0435\u043d\u0430 \u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u043f\u0435\u0432\u0430\u045a\u0435", _s16_209, "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u043a\u0443\u043f\u043d\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0418\u0437\u043c\u0435\u043d\u0438", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "\u0421\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "settings", "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "language", "Language", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0414\u0430\u043d\u043e\u043a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "\u041c\u0438\u043d\u0430\u0442\u043e \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "draft", "\u041d\u0430\u0446\u0440\u0442", "sent", "\u0418\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "viewed", "Viewed", "approved", "Approved", "partial", "\u0414\u0435\u043b\u0443\u043c\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u0411\u0435\u043b\u0435\u0433\u043e\u0442 \u0435 \u043f\u0440\u0430\u0442\u0435\u043d", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, _s16_212, "clone", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0458", "loading", "\u0412\u0447\u0438\u0442\u0443\u0432\u0430\u045a\u0435", "industry", "Industry", "size", "Size", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u041f\u043e\u0440\u0442\u0430\u043b \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "recipients", "\u041f\u0440\u0438\u043c\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "first_reminder", "\u041f\u0440\u0432 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "second_reminder", "\u0412\u0442\u043e\u0440 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "third_reminder", "\u0422\u0440\u0435\u0442 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u041f\u0440\u0435\u0434\u043c\u0435\u0442", "body", "\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0458\u0430", "send_email", "\u0418\u0441\u043f\u0440\u0430\u0442\u0438 \u0435\u043c\u0430\u0438\u043b", "email_receipt", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u0442\u0432\u0440\u0434\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430 \u0434\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442", "auto_billing", "Auto billing", "button", "Button", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u0458\u0430", "payment", "\u041f\u043b\u0430\u045c\u0430\u045a\u0435", "payments", "\u041f\u043b\u0430\u045c\u0430\u045a\u0430", "refunded", "Refunded", "payment_type", "\u0422\u0438\u043f \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_85, "\u0422\u0440\u0430\u043d\u0441\u0430\u043a\u0446\u0438\u0441\u043a\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0430", "enter_payment", "\u0412\u043d\u0435\u0441\u0438 \u0443\u043f\u043b\u0430\u0442\u0430", "new_payment", "\u0412\u043d\u0435\u0441\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s17_131, _s37_20, "quote", "\u041f\u043e\u043d\u0443\u0434\u0430", "quotes", "\u041f\u043e\u043d\u0443\u0434\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "restored_quotes", _s35_22, "expense", "\u0422\u0440\u043e\u0448\u043e\u043a", "expenses", "\u0422\u0440\u043e\u0448\u043e\u0446\u0438", "vendor", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "vendors", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_2", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_3", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_4", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_5", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_9", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_12", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_13", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_14", ":user \u0432\u043d\u0435\u0441\u0435 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_15", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_17", ":user \u0438\u0437\u0431\u0440\u0438\u0448\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_18", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_19", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0458\u0430 \u0432\u0438\u0434\u0435 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_22", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_23", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_24", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_25", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_26", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_27", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_28", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 :credit \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0442", "activity_29", _s42_13, "activity_30", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_31", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_32", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_33", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_34", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_35", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_36", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_37", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_39", ":user \u0433\u043e \u043e\u0442\u043a\u0430\u0436\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_40", ":user \u0433\u043e \u0440\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430 :adjustment \u043d\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 :payment", "activity_41", ":payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 (:payment) \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "activity_42", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_43", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_44", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_45", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_46", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_47", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, _s22_67, "custom_value1", _s17_183, "custom_value2", _s17_183, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_79, _s20_80, _s20_81, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0418\u043c\u0435 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d \u0434\u0430\u043d\u043e\u043a", "payment_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bankkort & Banker", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalingsinnstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Legg til Tilbyder", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Legg til p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Uke", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Fakturavaluta", "range", "Periode", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opprett prosjekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkjenn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Sett Passord", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Se Erkl\xe6ring", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Fra Navn", _s16_23, _s16_232, _s17_19, "Gjentakende Utgift", _s18_19, "Gjentakende Utgifter", _s21_22, "Opprett Gjentakende Utgift", _s22_27, "Rediger Gjentakende Utgift", _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Brukerguide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Kontakts fornavn", _s17_23, "Etternavn", "order", "Order", "unassigned", "Ikke tilordnet", "partial_value", "M\xe5 v\xe6re st\xf8rre enn null og mindre enn totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiver", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Sett subdomenet eller vis fakturaen p\xe5 ditt eget nettsted.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementer", _s16_41, "Nytt Abonnement\xa0", _s17_29, "Rediger Abonnement", _s20_29, "Abonnement opprettet", _s20_30, "Oppdaterte abonnement", _s21_34, "Abonnement arkivert", _s20_31, "Abonnement Slettet", _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "To-faktor-autentisering", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, "Venligst bekreft din epost adresse", _s16_53, "Refundert betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_39, "Konverter til en faktura", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Standard-dokumenter", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, "Advarsel: en ment for bruk p\xe5 lokal installasjon, passord er ikke sikkert. Klikk her for og vite mer.", "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", "Vennligst velg en fil", _s16_62, _s16_63, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ubetalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Totalbel\xf8p", "quote_total", "Tilbud totalt", "credit_total", "Total kreditt", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Utgiftskategorier", _s20_48, "Ny Utgiftskategori", _s21_46, _s21_47, _s24_31, "Utgiftskategori ble opprettet", _s24_32, "Oppdaterte utgiftskategori", _s25_20, "Utgiftskategori ble arkivert", _s24_33, "Slettet kategori", _s24_34, _s37_7, _s25_21, "Utgiftskategori ble gjenopprettet", _s27_23, ":count utgiftskategorier ble arkivert", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gjentakende Faktura", _s18_51, "Gjentakende Fakturaer", _s21_53, "Ny Gjentakende Faktura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Suksessfullt arkivert gjentakende faktura", _s25_29, "Suksessfullt slettet gjentakende faktura", _s25_30, _s38_11, _s26_14, "Suksessfullt gjenopprettet gjentakende faktura", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_37, "Velkommen til Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Kundenummer", "auto_convert", "Auto Convert", "company_name", "Firmanavn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "E-postfakturaer sendt", "emailed_quotes", _s23_79, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "timer", "statement", "Erkl\xe6ring", "taxes", "Skatter", "surcharge", "Tilleggsgebyr", "apply_payment", "Apply Payment", "apply_credit", "Bruk Kredit", "apply", "Bruk", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Forest\xe5ende Fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige Betalinger", "upcoming_quotes", "Oppkommende Tilbud", "expired_quotes", "Utl\xf8pte Tilbud", "create_client", "Create Client", "create_invoice", "Opprett faktura", "create_quote", "Lag tilbud", "create_payment", "Create Payment", "create_vendor", "Opprett leverand\xf8r", "update_quote", "Update Quote", "delete_quote", "Slett tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slett faktura", "update_client", "Update Client", "delete_client", "Slett kunde", "delete_payment", "Slett betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slett Leverand\xf8r", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opprett Oppgave", "update_task", "Update Task", "delete_task", "Slett Oppgave", "approve_quote", "Approve Quote", "off", "Av", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Rediger Token", "created_token", "Opprettet token", "updated_token", "Oppdaterte token", "archived_token", "Suksessfullt arkivert token", "deleted_token", "Suksessfullt slettet token", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8p", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekslusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_153, _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_77, "By/Fylke/Postnummer", _s17_79, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_93, _s32_10, _s18_60, "Advarsel: Dette sletter alle dine data permanent, og kan ikke gjennopprettes.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dager", "age_group_30", "30 - 60 Dager", "age_group_60", "60 - 90 Dager", "age_group_90", "90 - 120 Dager", "age_group_120", "Mer enn 120 dager", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura sendt", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_47, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_48, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Forslag", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "Kontoadministrasjon", "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Krediter", "new_credit", "Oppgi Kredit", "edit_credit", "Rediger Kredit", "created_credit", "Kredit opprettet", "updated_credit", "Kredit oppdatert", "archived_credit", "Kredit arkivert", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_100, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_101, _s36_9, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Nullstill", "number", "Number", "export", "Eksporter", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Tom", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupper etter", "credit_balance", "Kreditsaldo", _s18_67, _s18_68, _s17_83, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Leverings adresse", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, "Leverings adresse postnummer", _s16_132, _s16_133, _s16_134, "Fakturaadresse", _s16_135, _s17_87, "billing_city", "Fakturering By", "billing_state", _s22_53, _s19_40, "Fakturering Postnummer", "billing_country", "Fakturering Land", "client_id", "Kunde-ID", "assigned_to", "Assigned to", "created_by", "Laget av :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og Tap", "reports", "Rapporter", "report", "Rapport", "add_company", "Legg til Firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hjelp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontakt Epost", "multiselect", "Multiselect", "entity_state", "Tilstand", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Beskjed", "from", "Fra", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentasjon", "contact_us", "Kontakt Oss", "subtotal", "Totalbel\xf8p", "line_total", "Sum", "item", "Produkt", "credit_email", "Credit Email", "iframe_url", "Nettside", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Skatteinnstillinger", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Valg", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Send", _s16_144, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Planlegg", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds-e-post", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_37, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_40, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_92, _s19_83, _s22_55, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_31, "Embed Dokumenter", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "F\xf8rste side", "all_pages", "Alle sider", "last_page", "Siste side", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6rfarge", "secondary_color", "Sekund\xe6r farge", "page_size", "Page Size", "font_size", "Skriftst\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Produktfelter", "invoice_terms", _s20_89, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Konverter", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ukentlig", "freq_two_weeks", "To uker", "freq_four_weeks", "Fire uker", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Egendefinert CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, "Faktura-signatur", _s30_10, "Krever klients signatur.", _s23_36, "Tilbuds-signatur", _s22_57, "Passord-beskytt fakturaer", _s27_38, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Svar til Epost", "reply_to_name", "Reply-To Name", "bcc_email", "BCC E-post", "processed", "Processed", "credit_card", "Betalingskort", "bank_transfer", "Bankoverf\xf8ring", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiver min", "enable_max", "Aktiver maks", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_49, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_162, "Suksessfullt opprettet skattesats", _s16_163, "Suksessfullt oppdatert skattesats", _s17_104, "Suksessfullt arkivert skattesatsen", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatisk-utfyll produkter", _s18_86, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_71, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "S\xf8ndag", "monday", "Mandag", "tuesday", "Tirsdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf8rdag", "january", "Januar", "february", "Februar", "march", "Mars", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Desember", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Timers Tid", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_109, "Avanserte innstillinger", "company_details", "Firmainformasjon", "user_details", "Brukerdetaljer", "localization", "Regioninnstillinger", "online_payments", "Nettbetalinger", "tax_rates", "Skattesatser", "notifications", "Varsler", "import_export", _s16_269, "custom_fields", "Egendefinerte felt", "invoice_design", "Fakturadesign", "buy_now_buttons", "Betal N\xe5-knapper", "email_settings", "E-post-innstillinger", _s23_42, "Design & P\xe5minnelser", _s22_58, _s20_73, _s19_55, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "vilk\xe5r for bruk", "privacy_policy", "Personvernregler", "sign_up", "Registrer deg", "account_login", "Kontoinnlogging", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Lag ny", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Last ned", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertert", _s24_47, "Legg ved dokumenter til faktura", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Merk som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny Leverand\xf8r", "created_vendor", "Opprettet leverand\xf8r", "updated_vendor", "Oppdaterte leverand\xf8r", "archived_vendor", "Arkiverte leverand\xf8r", "deleted_vendor", "Slettet leverand\xf8r", "restored_vendor", _s28_28, _s16_181, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_182, _s36_11, "new_expense", "Angi utgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Arkiverte utgifter", _s16_185, "Slettet utgifter", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_48, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_50, "now", "N\xe5", _s16_186, _s16_187, "timer", "Tidtaker", "manual", "Manuell", "budgeted", "Budgeted", "start_time", "Starttid", "end_time", "Sluttid", "date", "Dato", "times", "Tider", "duration", "Varighet", "new_task", "Ny Oppgave", "created_task", "Suksessfullt opprettet oppgave", "updated_task", "Suksessfullt oppdatert oppgave", "archived_task", "Arkiverte oppgave", "deleted_task", "Slettet oppgave", "restored_task", "Gjenopprettet oppgave", "archived_tasks", "Arkiverte :count oppgaver", "deleted_tasks", "Slettet :count oppgaver", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_188, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_189, "Gjenopprettet prosjekt", _s17_117, "Arkiverte :count prosjekter", _s16_190, "Slettet :count prosjekter", _s17_118, _s37_15, "new_project", "Nytt Prosjekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikk her", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5neden", "last_month", "Siste m\xe5ned", "this_year", "Dette \xc5ret", "last_year", "Siste \xe5r", "custom", "Egendefiner", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger Kunde", "edit_product", "Endre produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Endre tilbud", "edit_payment", "Rediger Betaling", "edit_task", "Rediger Oppgave", "edit_expense", "Edit Expense", "edit_vendor", "Rediger Leverand\xf8r", "edit_project", "Rediger Prosjekt", _s20_74, _s20_75, "billing_address", "Fakturerings Adresse", _s16_193, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_85, "active_clients", "aktive kunder", "close", "Lukk", "email", "E-post", "password", "Passord", "url", "URL", "secret", "Secret", "name", "Navn", "logout", "Logg ut", "login", "Logg inn", "filter", "Filter", "sort", "Sort", "search", "S\xf8k", "active", "Aktiv", "archived", "Arkivert", "deleted", "Slettet", "dashboard", "Skrivebord", "archive", "Arkiv", "delete", "Slett", "restore", "Gjenopprette", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_121, _s17_122, "paid_to_date", "Betalt til Dato", "balance_due", "Gjenst\xe5ende", "balance", "Balanse", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Nettside", "vat_number", "MVA-nummer", "id_number", "Id nummer", "create", "Lag", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Etternavn", "add_contact", "Legg til kontakt", "are_you_sure", "Er du sikker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_201, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_202, "Gjenopprettet produkt", _s17_123, _s37_23, _s16_203, "Slettet :count produkter", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notater", "cost", "Kostnad", "client", "Kunde", "clients", "Kunder", "new_client", "Ny Kunde", "created_client", "Opprettet kunde", "updated_client", "Oppdaterte kunde", "archived_client", "Arkiverte kunde", _s16_204, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_205, _s36_13, "address1", "Gate", "address2", "Husnummer", "city", "By", "state", "Fylke", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura opprettet", "updated_invoice", "Faktura oppdatert", _s16_206, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_207, "Suksessfullt gjenopprettet faktura", _s17_125, "Fakturaer arkivert", _s16_208, "Slettet :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_262, "discount", "Rabatter:", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Offentlig notater", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Sluttdato", "quote_number", "Tilbudsnummer", "quote_date", "Tilbudsdato", "valid_until", "Gyldig til", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Stykkpris", "quantity", "Antall", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon (arbeid)", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Forfallsdato", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Skatt", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Ferdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk Modus", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Kundeportal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivert", "recipients", "Mottakere", "initial_email", "F\xf8rste E-post", "first_reminder", "F\xf8rste P\xe5minnelse", "second_reminder", "Andre P\xe5minnelse", "third_reminder", _s17_184, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Mal", "send", "Send", "subject", "Emne", "body", "Body", "send_email", "Send e-post", "email_receipt", "Send betalingskvittering som e-post til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Tilpass", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingsmetode", _s21_85, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_219, "Betaling arkivert", "deleted_payment", _s16_263, _s16_220, "Suksessfullt gjenopprettet betaling", _s17_130, "Arkiverte :count betalinger", _s16_221, "Slettet :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nytt tilbud", "created_quote", "Tilbud opprettet", "updated_quote", "Tilbud oppdatert", "archived_quote", "Tilbud arkivert", "deleted_quote", "Tilbud slettet", "restored_quote", "Suksessfullt gjenopprettet tilbud", "archived_quotes", "Arkiverte :count tilbud", "deleted_quotes", "Slettet :count tilbud", "restored_quotes", _s35_22, "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverand\xf8r", "vendors", "Leverand\xf8rer", "task", "Oppgave", "tasks", "Oppgaver", "project", "Prosjekt", "projects", "Prosjekter", "activity_1", ":user opprettet kunde :client", "activity_2", ":user arkiverte kunde :client", "activity_3", ":user slettet kunde :client", "activity_4", ":user opprettet faktura :invoice", "activity_5", ":user oppdaterte faktura :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user arkiverte faktura :invoice", "activity_9", ":user slettet faktura :invoice", "activity_10", _s85_0, "activity_11", ":user oppdaterte betaling :payment", "activity_12", ":user arkiverte betaling :payment", "activity_13", ":user slettet betaling :payment", "activity_14", ":user la inn :credit kredit", "activity_15", ":user oppdaterte :credit kredit", "activity_16", ":user arkiverte :credit kredit", "activity_17", ":user slettet :credit kredit", "activity_18", ":user opprettet tilbud :quote", "activity_19", ":user oppdaterte tilbud :quote", "activity_20", _s50_9, "activity_21", ":contact viste tilbud :quote", "activity_22", ":user arkiverte tilbud :quote", "activity_23", ":user slettet tilbud :quote", "activity_24", ":user gjenopprettet tilbud :quote", "activity_25", ":user gjenopprettet faktura :invoice", "activity_26", ":user gjenopprettet kunde :client", "activity_27", ":user gjenopprettet betaling :payment", "activity_28", ":user gjenopprettet :credit kredit", "activity_29", _s42_13, "activity_30", ":user opprettet leverand\xf8r :vendor", "activity_31", ":user arkiverte leverand\xf8r :vendor", "activity_32", ":user slettet leverand\xf8r :vendor", "activity_33", ":user gjenopprettet leverand\xf8r :vendor", "activity_34", ":user opprettet utgift :expense", "activity_35", ":user arkiverte utgift :expense", "activity_36", ":user slettet utgift :expense", "activity_37", ":user gjenopprettet utgift :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", ":user opprettet oppgave :task", "activity_43", ":user oppdaterte oppgave :task", "activity_44", ":user arkiverte oppgave :task", "activity_45", ":user slettet oppgave :task", "activity_46", ":user gjenopprettet oppgave :task", "activity_47", ":user oppdaterte utgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Engangs Passord", "emailed_quote", _s23_79, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-teller", _s20_79, _s20_80, _s20_81, "Tilbudsnummer-teller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Forfallsdato", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Fakturer", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Skattenavn", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8p", "age", "Alder", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Utgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fa", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0641\u0639\u0627\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", _s20_97, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u0645\u0627\u0644\u06cc\u0627\u062a", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "\u062d\u0630\u0641 \u0641\u0627\u06a9\u062a\u0648\u0631", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u06cc\u0645\u06cc\u0644 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0645\u0634\u0627\u0647\u062f\u0647 \u0628\u06cc\u0634\u062a\u0631", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u062c\u0645\u0639 \u062c\u0632", "line_total", "\u062e\u0637 \u06a9\u0644", "item", "\u0627\u0642\u0644\u0627\u0645", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0646\u0631\u062e", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "\u0646\u0631\u062e \u0645\u0627\u0644\u06cc\u0627\u062a", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_47, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0622\u062f\u0631\u0633", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "active clients", "close", "Close", "email", "\u0627\u06cc\u0645\u06cc\u0644", "password", "Password", "url", "URL", "secret", "Secret", "name", "\u0646\u0627\u0645", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "\u067e\u0631\u062f\u0627\u062e\u062a \u062f\u0631 \u062a\u0627\u0631\u06cc\u062e", "balance_due", "\u0628\u062f\u0647\u06cc \u062a\u0639\u0627\u062f\u0644", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "\u062a\u0644\u0641\u0646", "website", "\u0648\u0628 \u0633\u0627\u06cc\u062a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0645\u062e\u0627\u0637\u0628\u06cc\u0646", "additional", "Additional", "first_name", "\u0646\u0627\u0645", "last_name", "\u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc", "add_contact", "\u0627\u0641\u0632\u0648\u062f\u0646 \u0645\u062e\u0627\u0637\u0628", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0645\u0634\u062a\u0631\u06cc\u0627\u0646", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u062e\u06cc\u0627\u0628\u0627\u0646", "address2", "\u0646\u0645\u0648\u0646\u0647", "city", "\u0634\u0647\u0631", "state", "\u0627\u0633\u062a\u0627\u0646", "postal_code", "\u06a9\u062f \u067e\u0633\u062a\u06cc", "country", "Country", "invoice", "\u0641\u0627\u06a9\u062a\u0648\u0631", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "\u0634\u0645\u0627\u0631\u0647 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_date", "\u062a\u0627\u0631\u06cc\u062e \u0641\u0627\u06a9\u062a\u0648\u0631", "discount", "\u062a\u062e\u0641\u06cc\u0641", "po_number", "\u0634\u0645\u0627\u0631\u0647 PO", "terms", "\u0642\u0648\u0627\u0646\u06cc\u0646", "public_notes", "Public Notes", "private_notes", "\u0646\u0648\u0634\u062a\u0647 \u062e\u0635\u0648\u0635\u06cc", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u062a\u0648\u0636\u06cc\u062d\u0627\u062a", "unit_cost", "\u0642\u06cc\u0645\u062a \u0648\u0627\u062d\u062f", "quantity", "\u062a\u0639\u062f\u0627\u062f", "add_item", "Add Item", "contact", "Contact", "work_phone", "\u062a\u0644\u0641\u0646", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u06cc\u062e \u067e\u0631\u062f\u0627\u062e\u062a", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0645\u0627\u0644\u06cc\u0627\u062a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Karty kredytowe i banki", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Ustawienia P\u0142atno\u015bci", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Oczekuj\u0105ce", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj dostawc\u0119 p\u0142atno\u015bci", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj do faktury :invoice", _s17_11, _s17_12, "week", "Tydzie\u0144", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Waluta faktury", "range", "Zakres", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Utw\xf3rz projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Op\u0142ata do faktury :amount wynosi\u0107 b\u0119dzie :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "Po zapisaniu", "view_record", "Podgl\u0105d rekordu", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Zatwierd\u017a", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Waluta klienta", _s16_14, "Waluta firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, "Zako\u0144czono sukcesem oznaczenia zobowi\u0105zania jako zap\u0142acone", _s22_26, "Zaznaczono zobowi\u0105zania do zap\u0142acenia", _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", _s17_185, "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Pokazuj podgl\u0105d PDF", _s21_20, "Wy\u015bwietlanie podgl\u0105du PDF podczas edycji faktur", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Klikni\u0119cie zaznaczonego", "hide_preview", "Ukryj podgl\u0105d", "edit_record", "Edycja rekordu", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ustaw has\u0142o", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Zobacz wydatek # :expense", "view_statement", "Zobacz wyci\u0105g", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nazwa Od", _s16_23, "Powiel do wydatk\xf3w", _s17_19, "Wydatek odnawialny", _s18_19, "Wydatki odnawialne", _s21_22, "Nowy wydatek odnawialny", _s22_27, "Edycja wydatku odnawialnego", _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s28_81, _s25_7, _s28_81, "last_sent_date", "Data ostatniej wysy\u0142ki", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Analityka Google", _s28_2, _s28_3, "decimal_comma", "Dziesi\u0119tne jako przecinek", _s26_6, "U\u017cywaj przecinka jako cz\u0119\u015bci dziesi\u0119tne w formularzach", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Przewodnik u\u017cytkownika", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Cena netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, "Dzisiaj jest ostatni dzie\u0144 okresu testowego planu Pro, kliknij aby zaktualizowa\u0107.", "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Czas wysy\u0142ki", "import_data", "Importuj dane", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, "Wszystkie sesje zosta\u0142y pomy\u015blnie zako\u0144czone", _s16_35, "Zako\u0144cz wszystkie sesje", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ostatnia aktualizacja", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Nieprzypisano", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktywuj", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Ustaw subdomen\u0119 lub wy\u015bwietl faktur\u0119 na swojej stronie.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, "Podgl\u0105d format\xf3w daty", "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, "W\u0142a\u015bciciel konta mo\u017ce przej\u015b\u0107 na plan p\u0142atny, aby w\u0142\u0105czy\u0107 zaawansowane ustawienia zaawansowane", _s20_27, "Zaktualizuj do p\u0142atnego planu aby w\u0142\u0105czy\u0107 zaawansowane ustawienia", _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, "Zezwalaj na anulowania", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Wersja testowa w\u0142\u0105czona", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan mapy", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subskrypcje", _s16_41, _s16_42, _s17_29, "Edytuj subskrypcj\u0119", _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Subdomena jest niedost\u0119pna", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minut", _s16_48, "Czas wygasania has\u0142a", _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "W\u0142\u0105cz emaile, cykliczne faktury i powiadomienia", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Pon\xf3w zaproszenie", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Wy\u015blij SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, "Wymagaj has\u0142a przy logowaniu spo\u0142eczno\u015bciowym", "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, "Czas wygaszania sesji w przegl\u0105darce", _s17_34, "Ustawienia bezpiecze\u0144stwa", "resend_email", "Wy\u015blij ponownie email", _s26_10, _s33_12, _s16_53, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Poka\u017c akcje", _s17_36, "Rozpocznij zaznaczanie wielu", _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_39, "Konwertuj do faktury", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Zapis i Podgl\u0105d", "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Kwota przeliczona", _s17_38, _s17_39, _s22_31, "Konwertowanie zap\u0142acono", _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Domy\u015blne dokumenty", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Ca\u0142kowity koszt", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Poka\u017c", "hide", "Ukryj", "empty_columns", "Puste kolumny", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Zadania w trakcie", "recent_tasks", "Ostatnie zadania", "recent_expenses", "Ostatnie wydatki", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_16, _s29_7, "select_file", "Wybierz plik", _s16_62, _s16_63, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Us\u0142uga", "clone_to", "Powiel do", "clone_to_other", "Powiel do Innych", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_26, _s24_27, _s24_28, "Op\u0142acone faktury s\u0105 zablokowane", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Zaliczka", "invoice_total", "Faktura razem", "quote_total", "Oferta razem", "credit_total", "Credit Total", _s23_19, "Faktura razem", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Ostrze\u017cenie", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kod CVV", "client_name", "Nazwa klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorie wydatk\xf3w", _s20_48, "Nowa kategoria wydatk\xf3w", _s21_46, _s21_47, _s24_31, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_32, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_20, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_33, "Usuni\u0119to kategori\u0119", _s24_34, _s37_7, _s25_21, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_23, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "\u015aled\u017a op\u0142acony koszt", _s18_48, "Utw\xf3rz faktur\u0119", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, "Powiel do odnawialnych", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Razem podatki", "line_taxes", "Line Taxes", "total_fields", "Suma p\xf3l", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Day :count", _s22_38, "Pierwszy dzie\u0144 miesi\u0105ca", _s21_51, "Ostatni dzie\u0144 miesi\u0105ca", _s17_51, _s17_52, "endless", "Nieograniczone", "next_send_date", "Najbli\u017csza data wysy\u0142ki", _s16_70, "Ilo\u015b\u0107 powt\xf3rze\u0144", _s17_53, "Faktura cykliczna", _s18_51, "Faktury cykliczne", _s21_53, "Nowa faktura cykliczna", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_29, "Faktura cykliczna zosta\u0142a usuni\u0119ta.", _s25_30, _s38_11, _s26_14, "Faktura cykliczna zosta\u0142a przywr\xf3cona", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Data wys\u0142ania", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Wy\u015blij E-Mail", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Logi systemu", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_37, _s24_38, "always", "Zawsze", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etykieta", "client_number", "Numer klienta", "auto_convert", "Auto Convert", "company_name", "Nazwa firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, "Ostatnio wys\u0142ane przypomnienie", "pdf_page_info", "Strona :current z :total", _s16_74, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", "Wys\u0142ano zobowi\u0105zanie", "gateway", "Dostawca p\u0142atno\u015bci", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Godziny", "statement", "Wyci\u0105g", "taxes", "Podatki", "surcharge", "Dop\u0142ata", "apply_payment", "Apply Payment", "apply_credit", "Zastosuj kredyt", "apply", "Zastosuj", "unapplied", "Unapplied", "select_label", "Wybierz etykiet\u0119", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Typ p\u0142atno\u015bci", "last_login_at", "Ostanie logowanie", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Zako\u0144czone", "gross", "Gross", "net_amount", "Kwota netto", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadchodz\u0105ce faktury", _s17_65, _s17_66, "recent_payments", "Ostatnie p\u0142atno\u015bci", "upcoming_quotes", "Nadchodz\u0105ce oferty", "expired_quotes", "Wygas\u0142e oferty", "create_client", "Create Client", "create_invoice", "Utw\xf3rz Faktur\u0119", "create_quote", "Stw\xf3rz ofert\u0119", "create_payment", "Create Payment", "create_vendor", "Utw\xf3rz dostawc\u0119", "update_quote", "Update Quote", "delete_quote", "Usu\u0144 ofert\u0119", "update_invoice", "Update Invoice", "delete_invoice", "Usu\u0144 faktur\u0119", "update_client", "Update Client", "delete_client", "Usu\u0144 klienta", "delete_payment", "Usu\u0144 p\u0142atno\u015b\u0107", "update_vendor", "Update Vendor", "delete_vendor", "Usu\u0144 dostawc\u0119", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Usu\u0144 wydatek", "create_task", "Stw\xf3rz zadanie", "update_task", "Update Task", "delete_task", "Usu\u0144 zadanie", "approve_quote", "Approve Quote", "off", "Wy\u0142aczono", "when_paid", "Kiedy zap\u0142acono", "expires_on", "Expires On", "free", "Darmowe", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", "Uruchom ponownie aplikacj\u0119 po po\u0142\u0105czeniu z Internetem", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokeny API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Edytuj token", "created_token", "Token zosta\u0142 utworzony", "updated_token", "Token zosta\u0142 zaktualizowany", "archived_token", "Token zosta\u0142 zarchiwizowany", "deleted_token", "Token zosta\u0142 usuni\u0119ty", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edytuj warunki p\u0142atno\u015bci", _s20_57, "Utworzono termin p\u0142atno\u015bci", _s20_58, "Zaktualizowano termin p\u0142atno\u015bci", _s21_56, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Wy\u015blij z Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kwota kredytu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Doliczanie do kwoty", "inclusive", "Wliczanie w kwot\u0119", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "Szukaj dokument\xf3w", "search_designs", "Search Designs", "search_invoices", "Szukaj faktur", "search_clients", "Szukaj klient\xf3w", "search_products", "Szukaj produkt\xf3w", "search_quotes", "Szukaj ofert", "search_credits", "Szukaj zobowi\u0105za\u0144", "search_vendors", "Szukaj dostawc\xf3w", "search_users", "Szukaj u\u017cytkownik\xf3w", _s16_86, "Szukaj stawek podatkowych", "search_tasks", "Szukaj zada\u0144", "search_settings", "Szukaj ustawie\u0144", "search_projects", "Szukaj projekt\xf3w", "search_expenses", "Szukaj wydatk\xf3w", "search_payments", "Szukaj p\u0142atno\u015bci", "search_groups", "Szukaj grup", "search_company", "Szukaj w firmie", "search_document", "Szukaj 1 dokumentu", "search_design", "Search 1 Design", "search_invoice", "Szukaj 1 faktury", "search_client", "Szukaj 1 klienta", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_77, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_79, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Data wyczyszczenia", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dni", "age_group_30", "30 - 60 dni", "age_group_60", "60 - 90 dni", "age_group_90", "90 - 120 dni", "age_group_120", "ponad 120 dni", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Szczeg\xf3\u0142y faktury", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Uprawnienia", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count wys\u0142ana faktura", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Usu\u0144 konto", _s22_47, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "W\u0142\u0105czone modu\u0142y", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Nag\u0142\xf3wek", "load_design", "Za\u0142aduj projekt", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propozycje", "tickets", "Tickets", _s16_98, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_61, "Zarz\u0105dzanie kontem", "credit_date", "Data kredytu", "credit", "Kredyt", "credits", "Zobowi\u0105zania", "new_credit", "Wprowad\u017a kredyt", "edit_credit", "Edytuj kredyt", "created_credit", "Kredyt zosta\u0142 utworzony", "updated_credit", "Zaktualizowano kredyt", "archived_credit", "Kredyt zarchiwizowano", "deleted_credit", "Kredyt zosta\u0142 usuni\u0119ty", "removed_credit", _s27_36, "restored_credit", "Kredyt zosta\u0142 przywr\xf3cony", _s16_100, "Zarchiwizowano :count zobowi\u0105zania", "deleted_credits", "Usuni\u0119to :count zobowi\u0105zania", _s16_101, _s36_9, "current_version", "Aktualna wersja", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Wi\u0119cej informacji", "integrations", "Integracje", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numer", "export", "Eksport", "chart", "Wykres", "count", "Count", "totals", "Razem", "blank", "Puste", "day", "Dzie\u0144", "month", "Miesi\u0105c", "year", "Rok", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuj wed\u0142ug", "credit_balance", "Saldo kredytowe", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Numer telefonu kontaktu", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica dostawy", _s17_86, "Numer domu dostawy", "shipping_city", "Miasto dostawy", "shipping_state", "Wojew\xf3dztwo/Powiat dostawy", _s20_61, "Kod pocztowy dostawy", _s16_132, "Pa\u0144stwo dostawy", _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Numer klienta", "assigned_to", "Assigned to", "created_by", "Utworzono przez :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolumny", "aging", "Odk\u0142adanie", "profit_and_loss", "Zysk i strata", "reports", "Raporty", "report", "Raport", "add_company", "Dodaj firm\u0119", "unpaid_invoice", "Niezap\u0142acona faktura", "paid_invoice", _s17_185, _s16_136, _s16_137, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email kontaktowy", "multiselect", "Zaznaczanie wielu", "entity_state", "Stan", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum wsparcia", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma cz\u0119\u015bciowa", "line_total", "Warto\u015b\u0107 pozycji", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_173, "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Tak", "no", "Nie", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Podgl\u0105d", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Wybierz klienta", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Ustawienia podatk\xf3w", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Zmie\u0144", _s19_44, _s20_69, "options", "Opcje", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Wy\u015blij", _s16_144, "Odzyskaj swoje has\u0142o", "late_fees", "Late Fees", "credit_number", "Numery noty", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Zaplanuj", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email oferty", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, "Zezw\xf3l u\u017cytkownikowi na zarz\u0105dzanie u\u017cytkownikami, edytowanie ustawie\u0144 oraz wszystkich danych.", "user_management", "Zarz\u0105dzanie u\u017cytkownikami", "users", "U\u017cytkownicy", "new_user", "Nowy u\u017cytkownik", "edit_user", "Edytuj u\u017cytkownika", "created_user", _s25_37, "updated_user", "U\u017cytkownik zosta\u0142 zaktualizowany", "archived_user", "U\u017cytkownik zosta\u0142 zarchiwizowany", "deleted_user", "U\u017cytkownik zosta\u0142 usuni\u0119ty", "removed_user", _s25_40, "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_92, 'Ukryj pole "Zap\u0142acono"', _s22_55, 'Wy\u015bwietlaj "Zap\u0142acono" tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.', _s23_31, "Za\u0142\u0105czniki", _s28_21, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_153, "Poka\u017c nag\u0142\xf3wek na", _s16_154, "Poka\u017c stopk\u0119 na", "first_page", "Pierwsza strona", "all_pages", "Wszystkie strony", "last_page", "Ostatnia strona", "primary_font", "Czcionka podstawowa", "secondary_font", "Czcionka dodatkowa", "primary_color", "G\u0142\xf3wny kolor", "secondary_color", "Dodatkowy kolor", "page_size", "Rozmiar strony", "font_size", "Rozmiar czcionki", "quote_design", "Quote Design", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", "Warunki p\u0142atno\u015bci", "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automatycznie konwertuj", _s23_34, "Utw\xf3rz automatycznie faktur\u0119 z oferty zaakceptowanej przez klienta.", _s17_94, _s17_95, "freq_daily", "Codziennie", "freq_weekly", "Co tydzie\u0144", "freq_two_weeks", "Co dwa tygodnie", "freq_four_weeks", "Co cztery tygodnie", "freq_monthly", "Co miesi\u0105c", "freq_two_months", "Dwa miesi\u0105ce", _s17_96, "Co trzy miesi\u0105ce", _s16_155, "Cztery miesi\u0105ce", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_156, "Three Years", "never", "Nigdy", "company", "Company", _s17_97, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "W\u0142asny CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Przycisk wyboru do warunk\xf3w faktury", _s30_9, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_35, "Przycisk wyboru do warunk\xf3w oferty", _s28_22, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_42, "Podpis na fakurze", _s30_10, "Wymagaj od klienta podpisania faktury", _s23_36, "Podpis na ofercie", _s22_57, "Faktury chronione has\u0142em", _s27_38, "Zezwala na utworzenie hase\u0142 dla ka\u017cdego kontaktu. Je\u015bli has\u0142o zostanie ustanowione, u\u017cytkownik b\u0119dzie musia\u0142 poda\u0107 has\u0142o, aby przegl\u0105da\u0107 faktury.", "authorization", "Autoryzacja", "subdomain", "Subdomena", "domain", "Domena", "portal_mode", "Tryb portalu", "email_signature", "Z wyrazami szacunku,", _s24_41, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Za\u0142\u0105cz PDF", _s16_160, "Za\u0142\u0105cz dokumenty", "attach_ubl", "Za\u0142\u0105cz UBL", "email_style", "Email Style", _s19_46, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Odpowiedz do", "bcc_email", "UDW Email", "processed", "Processed", "credit_card", "Karta Kredytowa", "bank_transfer", "Przelew bankowy", "priority", "Priorytet", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktywuj min", "enable_max", "Aktywuj max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Aktualizuj adres", _s19_49, "Zaktualizuj dane adresowe klienta na podstawie dostarczonych informacji", "rate", "Stawka", "tax_rate", "Stawka podatkowa", "new_tax_rate", "Nowa stawka podatkowa", "edit_tax_rate", "Edytuj stawk\u0119 podatkow\u0105", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_86, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_71, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_165, _s16_166, _s21_75, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Wy\u0142\u0105czono", "currency_format", "Format waluty", _s21_76, "Pierwszy dzie\u0144 tygodnia", _s23_40, "Pierwszy miesi\u0105c roku", "sunday", "Niedziela", "monday", "Poniedzia\u0142ek", "tuesday", "Wtorek", "wednesday", "\u015aroda", "thursday", "Czwartek", "friday", "Pi\u0105tek", "saturday", "Sobota", "january", "Stycze\u0144", "february", "Luty", "march", "Marzec", "april", "Kwiecie\u0144", "may", "Maj", "june", "Czerwiec", "july", "Lipiec", "august", "Sierpie\u0144", "september", "Wrzesie\u0144", "october", "Pa\u017adziernik", "november", "Listopad", "december", "Grudzie\u0144", "symbol", "Symbol", "ocde", "Code", "date_format", "Format daty", "datetime_format", "Format daty i godziny", "military_time", "24 godzinny czas", _s18_87, "Wy\u015bwietlanie czasu 24 godzinnego", "send_reminders", "Wy\u015blij przypomnienia", "timezone", "Strefa czasowa", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Grupuj", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_109, "Ustawienia zaawansowane", "company_details", "Dane firmy", "user_details", "Dane u\u017cytkownika", "localization", "Lokalizacja", "online_payments", "P\u0142atno\u015bci online", "tax_rates", "Stawki podatkowe", "notifications", "Powiadomienia", "import_export", "Import | Eksport danych", "custom_fields", "Dostosowane pola", "invoice_design", "Motyw faktury", "buy_now_buttons", "Przyciski Kup Teraz", "email_settings", "Ustawienia e-mail", _s23_42, "Szablony i przypomnienia", _s22_58, _s20_73, _s19_55, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Warunki korzystania z Serwisu", "privacy_policy", "Polityka prywatno\u015bci", "sign_up", "Zapisz si\u0119", "account_login", "Logowanie", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Dodaj nowy/now\u0105", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Pobierz", _s27_43, _s27_63, "take_picture", "Zr\xf3b zdj\u0119cie", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Skonwertowano", _s24_47, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_180, "Konwertuj walut\u0119", "mark_paid", "Oznacz jako zap\u0142acon\u0105", "category", "Kategoria", "address", "Adres", "new_vendor", "Nowy dostawca", "created_vendor", "Dostawca zosta\u0142 utworzony", "updated_vendor", "Zaktualizowano dostawc\u0119", "archived_vendor", "Dostawca zosta\u0142 zarchiwizowany", "deleted_vendor", "Dostawca zosta\u0142 usuni\u0119ty", "restored_vendor", "Dostawca zosta\u0142 przywr\xf3cony", _s16_181, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_182, _s36_11, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_183, _s30_49, "deleted_expense", _s24_93, _s16_184, "Wydatek zosta\u0142 przywr\xf3cony", _s17_115, _s30_49, _s16_185, _s24_93, _s17_116, _s37_14, "copy_shipping", "Kopiuj dostaw\u0119", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Zafakturowano", "logged", "Zapisano", "running", "W trakcie", "resume", "Wzn\xf3w", "task_errors", "Prosz\u0119 skoryguj nak\u0142adaj\u0105ce si\u0119 czasy", "start", "Rozpocznij", "stop", "Zatrzymaj", "started_task", _s25_48, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", _s25_50, "now", "Teraz", _s16_186, _s16_187, "timer", "Odliczanie czasu", "manual", "Wprowad\u017a r\u0119cznie", "budgeted", "Budgeted", "start_time", "Czas rozpocz\u0119cia", "end_time", "Zako\u0144czono", "date", "Data", "times", "Razy/Okresy", "duration", "Czas trwania", "new_task", "Nowe zadanie", "created_task", "Pomy\u015blnie utworzono zadanie", "updated_task", "Pomy\u015blnie zaktualizowano zadanie", "archived_task", "Zadania zosta\u0142o zarchiwizowane", "deleted_task", "Usuni\u0119to zadanie", "restored_task", "Zadanie zosta\u0142o przywr\xf3cone", "archived_tasks", "Zarchiwizowano :count zadania/zada\u0144", "deleted_tasks", "Usuni\u0119to :count zadania/zada\u0144", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_188, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_189, "Przywr\xf3cono projekt", _s17_117, "Zarchiwizowano :count projekt\xf3w", _s16_190, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_118, _s37_15, "new_project", "Nowy projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliknij tutaj", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u015arednia", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Stopka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Zaloguj si\u0119 przez Google", "today", "Today", "custom_range", "Okre\u015blony okres", "date_range", "Zakres czasowy", "current", "Obecny", "previous", "Poprzedni", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Ostatnie 7 dni", "last_week", "Ostatni tydzie\u0144", "last30_days", "Ostatnie 30 dni", "this_month", "Ten miesi\u0105c", "last_month", "Ostatni miesi\u0105c", "this_year", "Ten rok", "last_year", "Ostatni rok", "custom", "Dostosowanie", _s16_191, "Powiel do Faktury", "clone_to_quote", "Powiel do Oferty", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobacz faktur\u0119", "convert", "Convert", "more", "Wi\u0119cej", "edit_client", "Edytuj klienta", "edit_product", "Edytuj produkt", "edit_invoice", "Edytuj faktur\u0119", "edit_quote", "Edytuj ofert\u0119", "edit_payment", "Edytuj p\u0142atno\u015b\u0107", "edit_task", "Edytuj zadanie", "edit_expense", "Edytuj wydatek", "edit_vendor", "Edytuj dostawc\u0119", "edit_project", "Edytuj projekt", _s20_74, _s20_75, "billing_address", "Adres rozliczeniowy", _s16_193, "Adres dostawy", "total_revenue", "Ca\u0142kowity doch\xf3d", "average_invoice", "\u015arednia warto\u015b\u0107", "outstanding", "Zaleg\u0142o\u015bci", "invoices_sent", ":count wys\u0142anych faktur", "active_clients", "aktywni klienci", "close", "Zamknij", "email", "Email", "password", "Has\u0142o", "url", "URL", "secret", "Tajny", "name", "Nazwa", "logout", "Wyloguj si\u0119", "login", "Zaloguj", "filter", "Filtruj", "sort", "Sortuj", "search", "Szukaj", "active", "Aktywny", "archived", "Zarchiwizowano", "deleted", "Usuni\u0119te", "dashboard", "Pulpit", "archive", "Archiwum", "delete", "Usu\u0144", "restore", "Przywr\xf3\u0107", _s16_195, "Od\u015bwie\u017canie zako\u0144czone", _s23_43, "Wprowad\u017a adres E-Mail", _s26_34, "Wprowad\u017a has\u0142o", _s21_83, "Wprowad\u017a adres URL", _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Zapisz", _s17_121, _s17_122, "paid_to_date", "Zap\u0142acono", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_173, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Imi\u0119", "last_name", "Nazwisko", "add_contact", "Dodaj kontakt", "are_you_sure", "Jeste\u015b pewny?", "cancel", "Anuluj", "ok", "Ok", "remove", "Usu\u0144", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_201, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_202, "Przywr\xf3cono produkt", _s17_123, _s37_23, _s16_203, "Usuni\u0119to :count produkt\xf3w", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notatki", "cost", "Koszt", "client", "Klient", "clients", "Klienci", "new_client", "Nowy klient", "created_client", "Klient zosta\u0142 utworzony", "updated_client", "Klient zosta\u0142 zaktualizowany", "archived_client", "Klient zosta\u0142 zarchiwizowany", _s16_204, "Zarchiwizowano :count klient\xf3w", "deleted_client", "Klient zosta\u0142 usuni\u0119ty", "deleted_clients", "Usuni\u0119to :count klient\xf3w", "restored_client", "Klient zosta\u0142 przywr\xf3cony", _s16_205, _s36_13, "address1", "Ulica", "address2", "Nr", "city", "Miasto", "state", "Wojew\xf3dztwo", "postal_code", "Kod pocztowy", "country", "Kraj", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nowa faktura", "created_invoice", "Faktura zosta\u0142a utworzona", "updated_invoice", "Faktura zosta\u0142a zaktualizowana", _s16_206, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_207, "Faktura zosta\u0142a przywr\xf3cona", _s17_125, "Zarchiwizowano :count faktury", _s16_208, "Usuni\u0119to :count faktury", _s17_126, _s37_17, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", _s28_59, "amount", "Kwota", "invoice_number", "Numer Faktury", "invoice_date", "Data Faktury", "discount", "Rabat", "po_number", "Numer zam\xf3wienia", "terms", "Warunki", "public_notes", "Notatki publiczne", "private_notes", "Prywatne notatki", "frequency", "Cz\u0119stotliwo\u015b\u0107", "start_date", "Pocz\u0105tkowa data", "end_date", "Ko\u0144cowa data", "quote_number", "Numer oferty", "quote_date", "Data oferty", "valid_until", "Wa\u017cne do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis", "unit_cost", "Cena brutto", "quantity", "Ilo\u015b\u0107", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Razem warto\u015b\u0107", "pdf", "PDF", "due_date", "Termin p\u0142atno\u015bci", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, "Kliknij + aby doda\u0107", _s22_61, "Kliknij + aby doda\u0107 czas", "count_selected", "zaznaczono :count", "total", "Razem", "percent", "Procent", "edit", "Edytuj", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "J\u0119zyk", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Updated", "tax", "Stawka VAT", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Viewed", "approved", "Approved", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acono", "mark_sent", "Oznacz jako wys\u0142ane", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Gotowe", _s37_18, _s37_19, "dark_mode", "Tryb ciemny", _s27_53, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Od\u015bwie\u017canie danych", "blank_contact", "Blank Contact", "activity", "Dziennik aktywno\u015bci", _s16_211, "Brak rekord\xf3w", "clone", "Powiel", "loading", "Loading", "industry", "Industry", "size", "Rozmiar", "payment_terms", "Warunki p\u0142atnicze", "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Suma netto", "client_portal", "Portal klienta", "show_tasks", "Poka\u017c zadania", "email_reminders", "Email Reminders", "enabled", "Aktywny", "recipients", "Odbiorcy", "initial_email", "Pocz\u0105tkowy email", "first_reminder", _s22_120, "second_reminder", "Drugie przypomnienie", "third_reminder", "Trzecie przypomnienie", "reminder1", _s22_120, "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Szablon", "send", "Wy\u015blij", "subject", "Temat", "body", "Tre\u015b\u0107", "send_email", "Wy\u015blij email", "email_receipt", "Wy\u015blij potwierdzenie zap\u0142aty do klienta", "auto_billing", "Auto billing", "button", "Button", "preview", "Podgl\u0105d", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Refunded", "payment_type", "Typ p\u0142atno\u015bci", _s21_85, "Numer referencyjny transakcji", "enter_payment", "Wprowad\u017a p\u0142atno\u015b\u0107", "new_payment", "Nowa p\u0142atno\u015b\u0107", "created_payment", "P\u0142atno\u015b\u0107 zosta\u0142a utworzona", "updated_payment", "P\u0142atno\u015b\u0107 zosta\u0142a zaktualizowana", _s16_219, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_220, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_130, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_221, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_131, _s37_20, "quote", "Oferta", "quotes", "Oferty", "new_quote", "Nowa oferta", "created_quote", "Oferta zosta\u0142a utworzona", "updated_quote", "Oferta zosta\u0142a zaktualizowana", "archived_quote", "Oferta zosta\u0142a zarchiwizowana", "deleted_quote", "Oferta zosta\u0142a usuni\u0119ta", "restored_quote", "Oferta zosta\u0142a przywr\xf3cona", "archived_quotes", "Zarchiwizowano :count ofert", "deleted_quotes", "Usuni\u0119to :count ofert", "restored_quotes", _s35_22, "expense", "Wydatek", "expenses", "Wydatki", "vendor", "Dostawca", "vendors", "Dostawcy", "task", "Zadanie", "tasks", "Zadania", "project", "Projekt", "projects", "Projekty", "activity_1", ":user stworzy\u0142 klienta :client", "activity_2", ":user zarchiwizowa\u0142 klienta :client", "activity_3", ":user usun\u0105\u0142 klienta :client", "activity_4", ":user stworzy\u0142 faktur\u0119 :invoice", "activity_5", ":user zaktualizowa\u0142 faktur\u0119 :invoice", "activity_6", ":user wys\u0142a\u0142 faktur\u0119 :invoice dla :client do :contact", "activity_7", ":contact obejrza\u0142 faktur\u0119 :invoice dla :client", "activity_8", ":user zarchiwizowa\u0142 faktur\u0119 :invoice", "activity_9", ":user usun\u0105\u0142 faktur\u0119 :invoice", "activity_10", ":contact wprowadzi\u0142 p\u0142atno\u015b\u0107 :payment o warto\u015bci :payment_amount faktury :invoice dla :client", "activity_11", ":user zaktualizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_12", ":user zarchiwizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_13", ":user usun\u0105\u0142 p\u0142atno\u015b\u0107 :payment", "activity_14", ":user wprowadzi\u0142 kredyt :credit", "activity_15", ":user zaktualizowa\u0142 kredyt :credit", "activity_16", ":user zarchiwizowa\u0142 kredyt :credit", "activity_17", ":user usun\u0105\u0142 kredyt :credit", "activity_18", ":user stworzy\u0142 ofert\u0119 :quote", "activity_19", ":user zakatualizowa\u0142 ofert\u0119 :quote", "activity_20", _s50_9, "activity_21", ":contact wy\u015bwietli\u0142 ofert\u0119 :quote", "activity_22", ":user zarchiwizowa\u0142 ofert\u0119 :quote", "activity_23", ":user usun\u0105\u0142 ofert\u0119 :quote", "activity_24", ":user przywr\xf3ci\u0142 ofert\u0119 :quote", "activity_25", ":user przywr\xf3ci\u0142 faktur\u0119 :invoice", "activity_26", ":user przywr\xf3ci\u0142 klienta :client", "activity_27", ":user przywr\xf3ci\u0142 p\u0142atno\u015b\u0107 :payment", "activity_28", ":user przywr\xf3ci\u0142 kredyt :credit", "activity_29", _s42_13, "activity_30", ":user utworzy\u0142 dostawc\u0119 :vendor", "activity_31", ":user zarchiwizowa\u0142 dostawc\u0119 :vendor", "activity_32", ":user usun\u0105\u0142 dostawc\u0119 :vendor", "activity_33", ":user przywr\xf3ci\u0142 dostawc\u0119 :vendor", "activity_34", ":user utworzy\u0142 wydatek :expense", "activity_35", ":user zarchiwizowa\u0142 wydatek :expense", "activity_36", ":user usun\u0105\u0142 wydatek :expense", "activity_37", ":user przywr\xf3ci\u0142 wydatek :expense", "activity_39", ":user anulowa\u0142 p\u0142atno\u015b\u0107 na :payment_amount nr. :payment", "activity_40", _s64_, "activity_41", "p\u0142atno\u015b\u0107 :payment_amount (:payment) nieudana", "activity_42", ":user stworzy\u0142 zadanie :task", "activity_43", ":user zaktualizowa\u0142 zadanie :task", "activity_44", ":user zarchiwizowa\u0142 zadanie :task", "activity_45", ":user usun\u0105\u0142 zadanie :task", "activity_46", ":user przywr\xf3ci\u0142 zadanie :task", "activity_47", ":user zaktualizowa\u0142 wydatek :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user otworzy\u0142 zg\u0142oszenie\xa0:ticket ponownie\xa0", "activity_55", ":contact odpowiedzia\u0142 w zg\u0142oszeniu :ticket", "activity_56", ":user ogl\u0105da\u0142 zg\u0142oszenie\xa0:ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Licznik numeru faktury", _s20_79, _s20_80, _s20_81, "Licznik numeru oferty", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, "Klienta Ulica Dostawy", _s24_59, "Klienta numer budynku dostawy", "type", "Typ", "invoice_amount", "Kwota faktury", _s16_226, "Termin P\u0142atno\u015bci", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "P\u0142atno\u015b\u0107 Automatyczna", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Nazwa podatku", "tax_amount", "Warto\u015b\u0107 podatku", "tax_paid", "Podatek zap\u0142acony", "payment_amount", "Kwota p\u0142atno\u015bci", "age", "Wiek", "is_running", "Is Running", "time_log", "Rejestr czasu", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Kategoria wydatku", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s27_85, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Configura\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Situa\xe7\xe3o", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adicionar Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adicionar na fatura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moeda da Fatura", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para uma fatura de :amount seria de :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Carregar PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Pago", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente limpo com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Pequeno", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Definir Senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_61, "view_statement", "Ver Compras", "sepa", "D\xe9bito direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", _s17_186, _s16_23, _s16_232, _s17_19, _s18_174, _s18_19, _s20_133, _s21_22, _s23_80, _s22_27, _s25_77, _s25_3, _s37_36, _s25_4, _s41_15, _s26_4, _s40_8, _s25_5, _s28_82, _s25_6, _s38_2, _s26_5, _s41_16, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "V\xedrgula em decimais", _s26_6, "Usar v\xedrgula como separador para campos decimais nos formul\xe1rios", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guia do Usu\xe1rio", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, 'O per\xedodo de testes do plano "Pro", termina em :count dias, clique para atualizar.', _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_175, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primeiro Nome do Contato", _s17_23, "\xdaltimo Nome do Contato", "order", "Order", "unassigned", "N\xe3o Designado", "partial_value", "Precisa ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Habilitar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Definir o subdom\xednio ou mostrar a fatura em seu pr\xf3prio website", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modificado", "subscription", "Assinatura", "subscriptions", "Assinaturas", _s16_41, "Nova Assinatura", _s17_29, "Ediar Assinatura", _s20_29, "Assinatura criada com sucesso", _s20_30, "Assinatura atualizada com sucesso", _s21_34, "Assinatura arquivada com sucesso", _s20_31, "Assinatura apagada com sucesso", _s20_32, "Assinatura removida com sucesso", _s21_35, "Assinatura restaurada com sucesso", _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, "Altera\xe7\xf5es no c\xf3digo podem estar bloqueando a atualiza\xe7\xe3o, voc\xea pode executar esse comando para descartar as mudan\xe7as:", _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Reenviar Convite", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Devolvido", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_36, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autentica\xe7\xe3o em 2 Fatores", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s21_143, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_110, "to_update_run", "To update run", _s18_39, "Converter em Fatura", _s16_54, _s16_55, "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s19_111, _s16_60, "Quantia Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos Padr\xe3o", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Coluna", "sample", "Amostra", "map_to", "Map To", "import", "Importar", _s25_16, _s29_7, "select_file", "Selecione um arquivo", _s16_62, _s16_63, "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "Modo HTML", "html_mode_help", _s43_1, "view_licenses", "Ver licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Tela cheia", "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servi\xe7o", "clone_to", "Clonar para", "clone_to_other", "Clonar para outro", "labels", "Etiquetas", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "N\xe3o Pago", "white_label", "Sem marca", "delivery_note", "Nota de Entrega", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Proposta expirada", "partial_due", _s18_176, "invoice_total", "Total da Fatura", "quote_total", _s18_177, "credit_total", "Total do Cr\xe9dito", _s23_19, "Total da Fatura", "actions", "A\xe7\xf5es", "expense_number", "N\xba da Despesa", "task_number", "N\xba da Tarefa", "project_number", "N\xba do Projeto", "project_name", "Nome do projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de tarefa padr\xe3o", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Situa\xe7\xe3o", "task_statuses", "Status da tarefa", "new_task_status", "Novo Status da tarefa", _s16_64, "Editar Status da Tarefa", _s19_30, "Status da tarefa criado com sucesso", _s19_31, "Status da tarefa atualizado com sucesso", _s20_38, "Status da tarefa arquivado com sucesso", _s19_32, "Status da tarefa apagado com sucesso", _s19_33, "Status da tarefa removido com sucesso", _s20_39, "Status da tarefa restaurado com sucesso", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "Encontrado 1 Status da Tarefa", _s20_41, "Encontrado :count Status da Tarefa", _s16_66, _s25_78, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar faturas", _s20_42, "Registro das tarefas de fatura", _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s22_121, _s20_48, _s26_67, _s21_46, _s21_47, _s24_31, "Categoria de despesas criada com sucesso", _s24_32, "Categoria de despesas atualizada com sucesso", _s25_20, "Categoria de despesas arquivada com sucesso", _s24_33, "Categoria exclu\xedda com sucesso", _s24_34, _s37_7, _s25_21, "Categoria de despesas restaurada com sucesso", _s27_23, ":count categorias de despesas arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Mostrar op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_178, _s17_48, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_34, _s18_48, "Dever\xe1 ser Faturada", _s23_21, _s33_23, _s29_8, _s29_62, _s21_50, _s25_79, _s16_68, _s26_68, _s18_49, "Clonar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do usu\xe1rio", "variables", "Vari\xe1vel", "show_password", "Mostrar senha", "hide_password", "Esconder senha", "copy_error", "Copiar Erro", "capture_card", _s17_187, _s17_49, "Cobran\xe7a autom\xe1tica habilitada", "total_taxes", "Impostos totais", "line_taxes", "Line Taxes", "total_fields", "Campo Total", _s25_24, _s42_21, _s25_25, _s38_28, _s25_26, _s38_29, "gateway_refund", "Gateway Refund", _s19_34, "Processe o reembolso com o portal de pagamento", "due_date_days", "Data de vencimento", "paused", "Pausado", "mark_active", "Marcar como Ativo", "day_count", "Dia :count", _s22_38, _s19_112, _s21_51, _s17_188, _s17_51, "Utilizar Termos de Pagamento", "endless", "Intermin\xe1vel", "next_send_date", _s21_144, _s16_70, _s16_311, _s17_53, "Fatura Recorrente", _s18_51, "Faturas Recorrentes", _s21_53, "Nova Fatura Recorrente", _s22_40, _s24_94, _s25_27, _s36_40, _s25_28, _s40_9, _s26_13, "Fatura Recorrente arquivada com sucesso", _s25_29, "Fatura recorrente exclu\xedda com sucesso", _s25_30, _s38_30, _s26_14, "Fatura Recorrente restaurada com sucesso", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s30_50, _s25_31, _s37_37, "send_date", "Data de envio", "auto_bill_on", _s30_51, _s28_8, _s32_26, "profit", "Lucro", "line_item", "Item de linha", _s18_53, _s29_63, _s23_22, _s35_12, _s19_35, _s24_95, _s24_36, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha de reconcilia\xe7\xe3o", _s30_5, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", _s17_189, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_69, "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Visualizar portal", "copy_link", "Link de c\xf3pia", "token_billing", "Salvar detalhes do cart\xe3o", _s24_37, _s26_70, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "R\xf3tulo", "client_number", "N\xfamero do Cliente", "auto_convert", "Auto Convers\xe3o", "company_name", "Nome da Empresa", "reminder1_sent", _s18_179, "reminder2_sent", _s18_180, "reminder3_sent", _s18_181, _s18_55, _s23_81, "pdf_page_info", _s23_82, _s16_74, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", _s40_10, "gateway", "Gateway", "view_in_stripe", "Ver em Listra", "rows_per_page", "Linhas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Sobretaxa", "apply_payment", _s17_190, "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_96, "record_type", _s16_312, "record_name", "Nome do Registro", "file_type", "Tipo de Arquivo", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Exame de sa\xfade", "payment_type_id", _s17_191, "last_login_at", "\xdaltimo login em", "company_key", _s16_313, "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_51, "Email de pagamento online", _s20_53, _s25_80, "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_97, _s17_57, _s20_134, _s17_59, _s23_83, "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", _s20_135, _s17_61, _s21_145, _s17_63, "Pr\xf3ximas Faturas", _s17_65, "Faturas Vencidas", "recent_payments", _s19_113, "upcoming_quotes", _s19_114, "expired_quotes", _s20_136, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_314, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", _s17_192, "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_193, "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", _s16_315, "delete_task", "Excluir Tarefa", "approve_quote", "Aprovar Cota\xe7\xe3o", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gratuito", "plan", "Plano", "show_sidebar", "Exibir Barra Lateral", "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_71, "search_webhook", _s19_115, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_72, "updated_webhook", _s30_52, _s16_76, _s29_64, "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", _s28_83, _s16_77, _s30_53, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokens de API", "api_docs", "API Docs", "search_tokens", _s24_98, "search_token", _s17_194, "token", "Token", "tokens", "Tokens", "new_token", "Novo Token", "edit_token", "Editar Token", "created_token", "Token criado com sucesso", "updated_token", "Token atualizado com sucesso", "archived_token", "Token arquivado com sucesso", "deleted_token", "Token exclu\xeddo com sucesso", "removed_token", _s26_73, "restored_token", _s28_84, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registro de cliente", _s24_39, "Permitir que os clientes se auto-registrem no portal", _s21_55, _s25_81, "email_invoice", "Enviar Fatura por Email", "email_quote", "Enviar Or\xe7amento por Email", "email_credit", "Cr\xe9dito de Email", "email_payment", "Pagamento por Email", _s20_56, "O cliente n\xe3o tem um endere\xe7o de e-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registros", "owned_by_user", "Propriedade do usu\xe1rio", _s16_80, _s16_316, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_82, _s17_195, "number_of_days", "N\xfamero de dias", _s23_24, _s36_41, "payment_term", _s21_147, _s16_83, _s26_74, _s17_71, "Editar Condi\xe7\xe3o de Pagamento", _s20_57, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_58, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_56, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_59, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_60, _s42_22, _s21_57, _s44_7, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s16_317, "change", "Mudar", _s23_26, _s26_75, _s24_40, "Mudar para o layout da \xe1rea de trabalho?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Quantia de Cr\xe9dito", "quote_amount", "Valor da cota\xe7\xe3o", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Exibir Menu", _s18_57, _s24_99, _s16_85, _s20_137, "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", _s18_182, "search_products", _s18_183, "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", _s18_184, "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_86, _s27_86, "search_tasks", _s17_196, "search_settings", _s23_84, "search_projects", _s18_185, "search_expenses", _s18_186, "search_payments", _s20_138, "search_groups", _s16_318, "search_company", _s17_197, "search_document", _s21_148, "search_design", _s18_187, "search_invoice", "Pesquisar 1 Fatura", "search_client", _s19_116, "search_product", _s19_117, "search_quote", _s19_118, "search_credit", _s19_119, "search_vendor", "Pesquisar 1 Fornecedor", "search_user", _s19_120, "search_tax_rate", _s27_87, "search_task", _s18_188, "search_project", _s19_121, "search_expense", _s19_122, "search_payment", _s21_149, "search_group", _s17_198, "refund_payment", _s20_139, _s17_75, "Fatura Cancelada com Sucesso", _s18_59, "Faturas Canceladas com Sucesso", _s16_92, "Fatura Revertida com Sucesso", _s17_76, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Estado/CEP", _s17_79, "CEP/Cidade/Estado", "custom1", _s22_122, "custom2", _s21_150, "custom3", _s22_123, "custom4", _s20_140, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_60, "Aviso: Isto ir\xe1 apagar seus dados permanentemente, n\xe3o h\xe1 como defazer esta a\xe7\xe3o.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design salvo com sucesso", "client_details", _s19_123, "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", _s19_124, "product_columns", _s18_189, "task_columns", _s18_190, "add_field", "Adicionar campo", "all_events", _s16_319, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_35, "payment_failure", "Falha de Pagamento", "invoice_sent", ":count fatura enviada", "quote_sent", "Cota\xe7\xe3o enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Fatura visualizada", "quote_viewed", "Cota\xe7\xe3o visualizada", "credit_viewed", "Cr\xe9dito visualizado", "quote_approved", "Cota\xe7\xe3o aprovada", _s25_33, _s29_65, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_47, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_48, "Aviso: Isto ir\xe1 excluir permanentemente sua empresa, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "enabled_modules", "Enabled Modules", "converted_quote", "Cota\xe7\xe3o convertida com sucesso", "credit_design", _s17_199, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Design", "css_framework", "CSS Framework", "custom_designs", "Designs personalizados", "designs", "Designs", "new_design", "Novo Design", "edit_design", "Editar Design", "created_design", "Design criado com sucesso", "updated_design", "Design atualizado com sucesso", "archived_design", "Design arquivado com sucesso", "deleted_design", "Design exclu\xeddo com sucesso", "removed_design", "Design removido com sucesso", "restored_design", "Design restaurado com sucesso", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propostas", "tickets", "Tickets", _s16_98, _s22_124, "recurring_tasks", _s19_125, _s18_61, "Gerenciamento da Conta", "credit_date", "Data do Cr\xe9dito", "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Adicionar Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito criado com sucesso", "updated_credit", "Cr\xe9dito atualizado com sucesso", "archived_credit", "Cr\xe9dito arquivado com sucesso", "deleted_credit", "Cr\xe9dito exclu\xeddo com sucesso", "removed_credit", _s28_85, "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_100, ":count cr\xe9ditos arquivados com sucesso", "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_101, _s36_9, "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_102, _s22_125, "app_updated", _s34_34, "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_81, _s20_141, "credit_footer", _s17_200, "credit_terms", _s17_201, "new_company", "Nova Empresa", "added_company", _s30_54, "company1", "Companhia 1 Personalizada", "company2", "Companhia 2 Personalizada", "company3", "Companhia 3 Personalizada", "company4", "Companhia 4 Personalizada", "product1", "Produto 1 Personalizado", "product2", "Produto 2 Personalizado", "product3", "Produto 3 Personalizado", "product4", "Produto 4 Personalizado", "client1", "Cliente 1 Personalizado", "client2", "Cliente 2 Personalizado", "client3", "Cliente 3 Personalizado", "client4", "Cliente 4 Personalizado", "contact1", "Contato 1 Personalizado", "contact2", "Contato 2 Personalizado", "contact3", "Contato 3 Personalizado", "contact4", "Contato 4 Personalizado", "task1", "Tarefa 1 Personalizada", "task2", "Tarefa 2 Personalizada", "task3", "Tarefa 3 Personalizada", "task4", "Tarefa 4 Personalizada", "project1", "Projeto 1 Personalizado", "project2", "Projeto 2 Personalizado", "project3", "Projeto 3 Personalizado", "project4", "Projeto 4 Personalizado", "expense1", "Despesa 1 Personalizada", "expense2", "Despesa 2 Personalizada", "expense3", "Despesa 3 Personalizada", "expense4", "Despesa 4 Personalizada", "vendor1", "Vendedor 1 Personalizado", "vendor2", "Vendedor 2 Personalizado", "vendor3", "Vendedor 3 Personalizado", "vendor4", "Vendedor 4 Personalizado", "invoice1", "Fatura 1 Personalizada", "invoice2", "Fatura 2 Personalizada", "invoice3", "Fatura 3 Personalizada", "invoice4", "Fatura 4 Personalizada", "payment1", "Pagamento 1 Personalizado", "payment2", "Pagamento 2 Personalizado", "payment3", "Pagamento 3 Personalizado", "payment4", "Pagamento 4 Personalizado", "surcharge1", _s25_82, "surcharge2", _s25_83, "surcharge3", _s25_84, "surcharge4", _s25_85, "group1", "Grupo 1 Personalizado", "group2", "Grupo 2 Personalizado", "group3", "Grupo 3 Personalizado", "group4", "Grupo 4 Personalizado", "reset", "Redefinir", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Saldo do Cr\xe9dito", _s18_67, "\xdaltimo Login do Contato", _s17_83, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_59, "Valor personalizado do contato 1", _s21_60, "Valor personalizado do contato 2", _s21_61, "Valor personalizado do contato 3", _s21_62, "Valor personalizado do contato 4", _s17_85, "Rua de envio", _s17_86, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_61, "CEP de envio", _s16_132, "Pa\xeds de envio", _s16_134, "Rua de cobran\xe7a", _s16_135, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_40, "CEP de cobran\xe7a", "billing_country", "Pa\xeds de cobran\xe7a", "client_id", "C\xf3d Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :name", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_320, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_202, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_136, _s22_126, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_203, "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", _s16_321, "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_63, "Inclui erros recentes dos logs", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_63, _s27_88, _s25_35, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_65, _s48_7, _s18_70, "Ajustar Porcentagem da Multa", _s23_28, "Ajustar o percentual de taxa a contabilizar", _s18_72, _s20_142, "support_forum", _s16_322, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", _s17_204, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_64, _s21_151, _s20_66, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_86, _s23_29, _s27_89, _s20_67, "Por favor digite um valor", "deleted_logo", "Logo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Salvo", "when_sent", "Quando Enviado", "select_company", _s18_191, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_152, "history_sidebar", _s26_76, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_122, "second_custom", _s21_150, "third_custom", _s22_123, "show_cost", "Mostrar Custo", _s17_88, _s17_89, "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_65, _s29_66, _s26_23, _s72_1, _s21_67, _s28_87, _s26_24, _s77_2, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s17_205, _s21_71, _s60_0, "one_tax_rate", _s19_126, "two_tax_rates", _s22_127, "three_tax_rates", _s22_128, _s16_140, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", _s17_206, "line_item_tax", _s24_100, "inclusive_taxes", _s17_207, _s17_90, _s27_90, "item_tax_rates", _s25_86, _s18_74, "Selecione um cliente", "configure_rates", _s18_192, _s18_75, "Configurar m\xe9todos de pagamento", "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_77, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_44, _s27_91, "options", "Op\xe7\xf5es", _s16_142, _s20_143, "multi_line_text", _s16_323, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_144, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", _s16_324, _s16_145, "Percentual de Multa", "schedule", "Agendamento", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", _s28_88, _s18_79, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", _s17_208, "payment_partial", "Partial Payment", _s21_72, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_147, _s17_195, _s16_149, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_80, "Permite ao usu\xe1rio gerenciar usu\xe1rios, mudar configura\xe7\xf5es e modificar todos os registros", "user_management", "Gerenciamento de Usu\xe1rios", "users", "Usu\xe1rios", "new_user", "Novo Usu\xe1rio", "edit_user", "Editar Usu\xe1rio", "created_user", "Usu\xe1rio criado com sucesso", "updated_user", "Usu\xe1rio atualizado com sucesso", "archived_user", "Usu\xe1rio arquivado com sucesso", "deleted_user", "Usu\xe1rio exclu\xeddo com sucesso", "removed_user", "Usu\xe1rio removido com sucesso", "restored_user", "Usu\xe1rio restaurado com sucesso", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s20_142, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_92, "Ocultar Pago at\xe9 Hoje", _s22_55, 'Apenas mostrar "Pago at\xe9 a Data" em suas faturas uma vez que o pagamento for recebido.', _s23_31, "Embutir Documentos", _s28_21, "Incluir imagens anexas na fatura.", _s16_153, "Exibir Cabe\xe7alho em", _s16_154, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", _s16_325, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_326, "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_209, "font_size", "Tamanho da Fonte", "quote_design", "Design do Or\xe7amento", "invoice_fields", "Campos da Fatura", "product_fields", "Campos de Produtos", "invoice_terms", "Condi\xe7\xf5es da Fatura", "invoice_footer", "Rodap\xe9 da Fatura", "quote_terms", _s22_129, "quote_footer", _s19_127, _s18_81, _s16_327, _s23_32, _s74_, _s18_82, _s24_101, _s23_33, _s61_5, _s18_83, "Auto Convers\xe3o", _s23_34, "Converter automaticamente um or\xe7amento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Diariamente", "freq_weekly", "Semanalmente", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensalmente", "freq_two_months", "Dois meses", _s17_96, "3 meses", _s16_155, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_193, _s16_157, _s22_130, "number_padding", _s23_85, "general", "Geral", "surcharge_field", _s18_194, "company_field", _s16_328, "company_value", _s16_329, "credit_field", _s16_330, "invoice_field", "Campo da Fatura", _s17_99, "Sobretaxa de Fatura", "client_field", _s16_331, "product_field", _s16_332, "payment_field", _s18_195, "contact_field", "Campo do Contato", "vendor_field", _s19_128, "expense_field", _s16_333, "project_field", _s16_334, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_210, "prefix", "Prefixo", "number_pattern", _s19_129, "messages", "Mensagens", "custom_css", _s17_211, _s17_101, _s24_102, _s16_159, "Exibir em PDF", _s21_74, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_41, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_9, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_35, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_22, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_42, "Assinatura de Fatura", _s30_10, "Exigir que o cliente providencie sua assinatura", _s23_36, _s23_86, _s22_57, "Proteger Faturas com Senha", _s27_38, "Permite definir uma senha para cada contato. Se uma senha for definida, o contato dever\xe1 informar uma senha antes de visualizar faturas.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Atenciosamente,", _s24_41, "Tornar mais f\xe1cil para os seus clientes efetuarem seus pagamentos acrescentando marca\xe7\xf5es schema.org a seus emails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Design do Email", "attach_pdf", "Anexar PDF", _s16_160, _s17_212, "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_46, "Habilitar Marca\xe7\xe3o", "reply_to_email", "Email para Resposta", "reply_to_name", "Reply-To Name", "bcc_email", "Email CCO", "processed", "Processado", "credit_card", _s17_213, "bank_transfer", _s22_131, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", "Porcentagem da Multa", "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Habilitar m\xedn", "enable_max", "Habilitar m\xe1x", "min_limit", "M\xedn: :min", "max_limit", "M\xe1x: :max", "min", "Min", "max", "M\xe1x", _s19_47, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_49, "Atualizar o endere\xe7o do cliente com os dados fornecidos", "rate", "Taxa", "tax_rate", "Taxa do Imposto", "new_tax_rate", "Nova Taxa de Imposto", "edit_tax_rate", "Editar Taxa do Imposto", _s16_162, "Taxa de imposto criada com sucesso", _s16_163, "Taxa de imposto atualizada com sucesso", _s17_104, "Taxa de imposto arquivada com sucesso", _s16_164, _s36_42, _s17_105, _s38_31, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Auto-preencher produtos", _s18_86, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_43, _s20_71, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_165, _s18_196, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_167, "Gateways de Pagamento", _s19_50, "Novo Gateway", _s20_72, "Editar Gateway", _s23_37, "Gateway criado com sucesso", _s23_38, "Gateway atualizado com sucesso", _s24_42, "Gateway arquivado com sucesso", _s23_39, "Gateway exclu\xeddo com sucesso", _s24_43, "Gateway restaurado com sucesso", _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, "Continuar Editando", "discard_changes", "Descartar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", _s16_335, _s21_76, "Primeiro dia da Semana", _s23_40, _s19_130, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de Data", "datetime_format", _s20_144, "military_time", "Formato de Tempo 24h", _s18_87, _s19_131, "send_reminders", _s16_336, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_145, _s17_107, _s18_197, _s19_53, _s19_132, _s18_88, _s20_146, _s18_90, _s21_153, "group_settings", _s23_87, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_103, "updated_group", _s28_89, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_92, "deleted_group", _s26_77, "restored_group", _s28_90, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_171, "Configura\xe7\xf5es de Produtos", "device_settings", _s28_91, "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_109, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_133, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_214, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_154, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de Email", _s23_42, "Modelos e Lembretes", _s22_58, _s27_85, _s19_55, _s21_155, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_42, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_337, _s19_57, _s16_338, "pro_plan", "Plano Pro", "enterprise_plan", _s17_215, "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_46, "Por favor digite o primeiro nome", _s24_45, "Por favor digite o sobrenome", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_147, "privacy_policy", _s23_88, "sign_up", "Cadastro", "account_login", "Login na Conta", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Novo", _s18_92, "Nenhum registro selecionado", _s21_79, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_43, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_339, _s17_111, _s29_67, _s16_175, _s32_27, _s17_112, _s31_36, _s16_176, _s29_68, _s17_113, _s32_28, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Autenticado", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_47, _s24_48, "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_340, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_69, "updated_vendor", _s33_35, "archived_vendor", _s32_29, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_182, _s36_11, "new_expense", "Informar Despesa", "created_expense", _s26_78, "updated_expense", _s30_55, _s16_183, _s29_70, "deleted_expense", "Despesa exclu\xedda com sucesso", _s16_184, _s30_56, _s17_115, _s31_37, _s16_185, "Despesas exclu\xeddas com sucesso", _s17_116, _s37_14, "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_80, "Falha ao procurar registro", "invoiced", "Faturado", "logged", "Registrado", "running", "Executando", "resume", "Retomar", "task_errors", "Por favor corrija quaisquer tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_93, "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", "Tarefa continuada com sucesso", "now", "Agora", _s16_186, _s31_38, "timer", "Timer", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "Hor\xe1rio de In\xedcio", "end_time", "Hor\xe1rio Final", "date", "Data", "times", "Vezes", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada com sucesso", "updated_task", "Tarefa atualizada com sucesso", "archived_task", "Tarefa arquivada com sucesso", "deleted_task", "Tarefa exclu\xedda com sucesso", "restored_task", "Tarefa restaurada com sucesso", "archived_tasks", ":count tarefas arquivadas com sucesso", "deleted_tasks", ":count tarefas exclu\xeddas com sucesso", "restored_tasks", _s34_20, _s19_59, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_79, "updated_project", _s30_57, _s16_188, _s29_71, "deleted_project", _s28_82, _s16_189, _s30_58, _s17_117, _s38_32, _s16_190, ":count projetos exclu\xeddos com sucesso", _s17_118, _s37_15, "new_project", "Novo Projeto", _s27_47, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_96, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Travado", "authenticate", "Autenticar", _s19_61, _s23_89, _s24_49, _s23_90, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Hospedado", "selfhost_login", "Login Auto-Hospedado", "google_sign_in", "Entrar com o Google", "today", "Hoje", "custom_range", "Per\xedodo Personalizado", "date_range", "Per\xedodo", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_156, "previous_period", _s16_341, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 Dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 Dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este Ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Clonar para Fatura", "clone_to_quote", "Clonar ao Or\xe7amento", "clone_to_credit", "Clone para cr\xe9dito", "view_invoice", "Visualizar fatura", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Fatura", "edit_quote", _s16_342, "edit_payment", _s16_343, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_216, "edit_project", "Editar Projeto", _s20_74, _s27_94, "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_193, "Endere\xe7o de envio", "total_revenue", "Faturamento Total", "average_invoice", "M\xe9dia por Fatura", "outstanding", "Em Aberto", "invoices_sent", ":count faturas enviadas", "active_clients", "clientes ativos", "close", "Fechar", "email", "Email", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Login", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisar", "active", "Ativo", "archived", "Arquivado", "deleted", "Exclu\xeddo", "dashboard", "Painel", "archive", "Arquivar", "delete", "Excluir", "restore", "Restaurar", _s16_195, "Refresh Completo", _s23_43, "Por favor digite seu email", _s26_34, "Por favor digite sua senha", _s21_83, "Por favor digite sua URL", _s26_36, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_121, "Um erro ocorreu", "paid_to_date", "Pago at\xe9 Hoje", "balance_due", "Saldo Devedor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "Inscri\xe7\xe3o Municipal", "id_number", "C\xf3digo de identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_104, "contacts", "Contatos", "additional", "Adicional", "first_name", "Nome", "last_name", "Sobrenome", "add_contact", "Adicionar contato", "are_you_sure", "Voc\xea tem certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "Email \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado com sucesso", "updated_product", "Produto atualizado com sucesso", _s16_201, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_202, _s30_59, _s17_123, ":count produtos arquivados com sucesso", _s16_203, ":count produtos exclu\xeddos com sucesso", _s17_124, _s37_16, "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_80, "updated_client", _s30_60, "archived_client", _s29_72, _s16_204, _s38_33, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_205, _s36_13, "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Estado", "postal_code", "CEP", "country", "Pa\xeds", "invoice", "Fatura", "invoices", "Faturas", "new_invoice", "Nova Fatura", "created_invoice", "Fatura criada com sucesso", "updated_invoice", "Fatura atualizada com sucesso", _s16_206, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_207, "Fatura restaurada com sucesso", _s17_125, ":count faturas arquivadas com sucesso", _s16_208, ":count faturas exclu\xeddas com sucesso", _s17_126, _s37_17, "emailed_invoice", "Fatura enviada por email com sucesso", "emailed_payment", "Pagamento enviado por email com sucesso", "amount", "Valor", "invoice_number", "N\xfamero da Fatura", "invoice_date", "Data da Fatura", "discount", "Desconto", "po_number", "N\xba Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_134, "quote_date", _s17_217, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_344, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o Unit\xe1rio", "quantity", "Quantidade", "add_item", "Adicionar Item", "contact", "Contato", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_198, _s16_209, _s26_81, "status", "Status", _s17_127, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_59, "Clique + para adicionar um item", _s22_61, _s29_73, "count_selected", _s19_135, "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_76, "Por favor digite uma data", _s22_62, _s30_61, _s24_51, "Por favor escolha uma fatura", "task_rate", "Taxa de Tarefas", "settings", "Configura\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de fatura", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", "Marcar como Enviada", _s22_64, "Fatura marcada como enviada com sucesso", _s22_65, "Sucesso! A fatura foi marcada como enviada.", _s23_45, "Faturas marcadas como enviadas com sucesso", _s23_46, "Sucesso! As faturas foram marcadas como enviada.", "done", "Conclu\xeddo", _s37_18, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_53, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_147, "payment_date", _s17_218, "payment_status", "Status do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completado", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s19_27, "net", "Vencimento", "client_portal", _s17_219, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_220, "second_reminder", _s16_345, "third_reminder", _s17_221, "reminder1", _s17_220, "reminder2", _s16_345, "reminder3", _s17_221, "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Corpo", "send_email", "Enviar Email", "email_receipt", "Enviar recibo de pagamento ao cliente por email", "auto_billing", "Cobran\xe7a autom\xe1tica", "button", "Bot\xe3o", "preview", "Preview", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_191, _s21_85, _s23_91, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", _s28_92, "updated_payment", _s32_30, _s16_219, _s31_39, "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_220, "Pagamento restaurado com sucesso", _s17_130, _s40_11, _s16_221, ":count pagamentos exclu\xeddos com sucesso", _s17_131, _s37_20, "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", _s28_93, "updated_quote", "Or\xe7amento atualizado com sucesso", "archived_quote", "Or\xe7amento aquivado com sucesso", "deleted_quote", "Or\xe7amento exclu\xeddo com sucesso", "restored_quote", "Or\xe7amento restaurado com sucesso", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", _s35_22, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_74, "activity_2", _s32_31, "activity_3", ":user excluiu o cliente :client", "activity_4", ":user criou a fatura :invoice", "activity_5", ":user atualizou a fatura :invoice", "activity_6", ":user enviou a fatura :invoice para :client do :contact", "activity_7", ":contact viu a fatura :invoice para o :client", "activity_8", ":user arquivou a fatura :invoice", "activity_9", ":user excluiu a fatura :invoice", "activity_10", ":contact efetuou o pagamento :payment de :payment_amount da fatura :invoice do cliente :client", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user excluiu o pagamento :payment", "activity_14", ":user adicionou cr\xe9dito :credit", "activity_15", ":user atualizou cr\xe9dito :credit", "activity_16", ":user arquivou o cr\xe9dito de :credit", "activity_17", ":user excluiu cr\xe9dito :credit", "activity_18", ":user criou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote do cliente :client para o contato :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou o cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_32, "activity_31", _s35_45, "activity_32", ":user excluiu :vendor", "activity_33", _s36_45, "activity_34", _s30_62, "activity_35", _s33_38, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_82, "activity_43", _s30_63, "activity_44", _s29_75, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_64, "activity_47", _s34_38, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s30_65, "activity_55", ":contact respondeu o ticket :ticket", "activity_56", ":user visualizou o ticket :ticket", "activity_57", "O sistema falhou ao enviar a fatura :invoice", "activity_58", ": fatura revertida pelo usu\xe1rio: fatura", "activity_59", ": fatura cancelada pelo usu\xe1rio: fatura", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Senha One-Time (OTP)", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", _s27_95, _s20_78, _s42_24, _s21_87, _s40_13, "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, _s30_66, _s24_56, _s32_33, _s29_37, "Mensagem Personalizada de Fatura Atrasada", _s27_58, "Mensagem Personalizada de Fatura Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_76, _s19_66, _s28_94, _s22_68, _s30_67, _s22_70, _s29_77, _s21_88, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_90, "Contador Num\xe9rico de Vendedores", _s21_92, _s29_78, _s21_94, _s28_95, _s22_72, _s32_34, _s22_74, _s31_40, _s22_76, _s29_79, _s22_78, "Contador Num\xe9rico de Faturas", _s20_79, _s32_35, _s20_81, "Contador Num\xe9rico de Or\xe7amentos", _s21_96, _s30_68, _s21_98, _s29_80, _s21_100, _s30_68, _s21_101, _s29_80, _s18_99, _s26_83, "counter_padding", _s18_199, _s28_57, _s43_7, _s18_101, _s20_148, _s18_103, _s24_105, _s18_105, _s20_149, _s18_107, _s24_106, _s18_109, _s20_150, _s18_111, _s24_107, _s21_102, _s27_96, _s19_68, _s30_69, _s21_104, _s30_70, _s29_39, _s38_35, "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", _s17_222, "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", _s19_137, "client_address2", "Complemento", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s19_138, _s24_59, "Complemento", "type", "Tipo", "invoice_amount", "Valor da Fatura", _s16_226, _s18_198, "tax_rate1", _s17_223, "tax_rate2", _s17_224, "tax_rate3", _s17_225, "auto_bill", _s19_139, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_87, "custom_taxes2", _s25_88, "custom_taxes3", _s25_89, "custom_taxes4", _s25_90, _s17_134, _s25_82, _s17_135, _s25_83, _s17_136, _s25_84, _s17_137, _s25_85, "is_deleted", "Exclu\xeddo", "vendor_city", "Cidade do Vendedor", "vendor_state", "Estado do Vendedor", "vendor_country", "Pa\xeds do Vendedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Quantia de Impostos", "tax_paid", "Impostos pagos", "payment_amount", "Quantia de Pagamento", "age", "Idade", "is_running", "Is Running", "time_log", "Log de Tempo", "bank_id", "Banco", _s19_70, _s19_71, _s16_227, "Categoria de Despesa", _s19_72, _s19_73, "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Tax Name 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Cart\xf5es de Cr\xe9dito & Contas Banc\xe1rias", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, "Ativar a Aplica\xe7\xe3o de Pagamentos", _s29_2, "Ajuda \xe0 cria\xe7\xe3o e aplica\xe7\xe3o de pagamentos separadamente", _s16_8, "Defini\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Resumo", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adicionar Terminal", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Nota de Pagamento Enviada", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Adicionar Pa\xeds", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crie a sua conta em segundos", "login_label", _s28_0, "add_to_invoice", "Adicionar na nota de pagamento :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moeda da Nota de Pagamento", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para :amount nota de pag. deve ser :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente apagado com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Defenir senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_61, "view_statement", "Visualizar Declara\xe7\xe3o", "sepa", "D\xe9bito Direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", _s17_186, _s16_23, _s16_232, _s17_19, _s18_174, _s18_19, _s20_133, _s21_22, _s23_80, _s22_27, _s25_77, _s25_3, _s37_36, _s25_4, _s41_15, _s26_4, _s40_8, _s25_5, _s27_97, _s25_6, _s38_2, _s26_5, _s41_16, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guia do Utilizador", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "L\xedquido", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user criou uma nota de pagamento recorrente :recurring_invoice", "activity_101", ":user atualizou uma nota de pagamento recorrente :recurring_invoice", "activity_102", ":user arquivou uma nota de pagamento recorrente :recurring_invoice", "activity_103", ":user apagou uma nota de pagamento recorrente :recurring_invoice", "activity_104", ":user restaurou uma nota de pagamento recorrente :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Nota De Pagamento Criada", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_175, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primeiro Nome do Contacto", _s17_23, "\xdaltimo Nome do Contacto", "order", "Order", "unassigned", "N\xe3o atribu\xeddo", "partial_value", "Deve ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ativar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Indique o subdom\xednio ou mostre a nota de pag. no seu site.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "C\xf3digo Promocional", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscri\xe7\xe3o", "subscriptions", "Subscri\xe7\xf5es", _s16_41, "Nova Subscri\xe7\xe3o", _s17_29, "Editar Subscri\xe7\xe3o", _s20_29, "Subscri\xe7\xe3o criada com sucesso", _s20_30, "Subscri\xe7\xe3o atualizada com sucesso", _s21_34, "Subscri\xe7\xe3o arquivada com sucesso", _s20_31, "Subscri\xe7\xe3o Apagada com Sucesso", _s20_32, "Subscri\xe7\xe3o Removida com Sucesso", _s21_35, "Subscri\xe7\xe3o Restaurada com Sucesso", _s19_21, "Encontrada 1 Subscri\xe7\xe3o", _s20_33, "Encontradas :count Subscri\xe7\xf5es", _s26_8, "Subdom\xednio n\xe3o dispon\xedvel", "connect_gmail", "Associar Gmail", _s16_43, "Desassociar Gmail", "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, "N\xfamero de Identifica\xe7\xe3o do Cliente", "count_minutes", ":count Minutos", _s16_48, "Timeout da palavra-passe", _s29_5, _s29_6, "use_last_email", "Usar \xfaltimo E-mail", _s16_50, "Ativar Empresa", _s21_37, "Ativar E-mail, notas de pagamento recorrentes e notifica\xe7\xf5es", _s27_16, "Ocorreu um erro, por favor tente novamente", _s27_17, "Por favor defina uma palavra-passe", _s34_7, "Aviso: A mudan\xe7a de n\xfamero de telem\xf3vel vai desativar a autentica\xe7\xe3o de dois fatores (2FA).", "help_translate", "Ajude a traduzir", _s23_16, "Por favor escolha um pa\xeds", "resend_invite", "Reenviar convite", _s19_22, "Autentica\xe7\xe3o de dois fatores (2FA) desativada com sucesso", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor forne\xe7a um n\xfamero de telem\xf3vel para ativar a autentica\xe7\xe3o de dois fatores", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Ler o c\xf3digo de barras com uma :link aplica\xe7\xe3o compat\xedvel.", _s18_36, "Autentica\xe7\xe3o de Dois Fatores ativada com sucesso", "connect_google", "Associar Google", _s17_31, "Desassociar Google", _s17_33, "Autentica\xe7\xe3o de Dois Fatores", _s18_37, "Desativar Dois Fatores", _s34_8, "Exigir Palavra-passe para In\xedcio de Sess\xe3o Social", "stay_logged_in", "Continuar com sess\xe3o iniciada", _s23_18, "Aviso: A sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 Dia", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, "Defini\xe7\xf5es de Seguran\xe7a", "resend_email", "Reenviar E-mail", _s26_10, "Por favor confirme o seu endere\xe7o de E-mail", _s16_53, _s21_143, _s19_26, _s25_91, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostrar A\xe7\xf5es", _s17_36, "Iniciar Multisele\xe7\xe3o", _s27_19, "Um E-mail foi enviado para confirmar este endere\xe7o de correio eletr\xf3nico", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_110, "to_update_run", "Para atualizar corra", _s18_39, "Converter em Nota de Pagamento", _s16_54, "URL de Registo", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_29, "Encontrado 1 Termo de Pagamento", _s20_34, "Encontrados :count Termos de Pagamento", _s16_56, "Guardar e Prever", "save_and_email", "Guardar e Enviar por E-mail", _s16_58, _s19_111, _s16_60, "Valor Convertido", _s17_38, "Saldo Convertido", _s22_31, _s22_32, _s24_21, "Saldo de Cr\xe9dito Convertido", "converted_total", "Total Convertido", "is_sent", "Foi Enviado", _s17_40, "Documentos Pr\xe9-Definidos", "document_upload", "Upload de Documento", _s20_35, "Permitir que clientes enviem documentos/anexos", "expense_total", "Total das Despesas", "enter_taxes", "Introduzir impostos", "by_rate", "Por taxa", "by_amount", "Por quantia", "enter_amount", "Introduzir Quantia", "before_taxes", "Sem impostos", "after_taxes", "Com impostos", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Colunas Vazias", _s21_41, "O Modo de depura\xe7\xe3o est\xe1 ativado", _s26_11, "Aviso: este modo apenas deve ser usado em m\xe1quinas locais, pois pode ocorrer fuga de credenciais. Clique para saber mais", "running_tasks", "Tarefas a correr", "recent_tasks", "Tarefas Recentes", "recent_expenses", "Despesas Recentes", _s17_42, "Pr\xf3ximas Despesas", "update_app", "Atualizar Aplica\xe7\xe3o", "started_import", "Importa\xe7\xe3o iniciou com sucesso", _s24_23, "Duplicar mapeamento de colunas", _s20_36, "Usa Taxas Inclusivas", _s18_41, _s18_42, "column", "Coluna", "sample", "Exemplo", "map_to", "Map To", "import", "Importar", _s25_16, "Usar primeira linha como nome das colunas", "select_file", "Por favor selecione um ficheiro", _s16_62, "Nenhum Ficheiro Selecionado", "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidade", _s22_33, "Por favor forne\xe7a todos os CSVs", "import_type", "Tipo de Importa\xe7\xe3o", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Editor em ecr\xe3 inteiro", "sidebar_editor", "Editor da Barra Lateral", _s22_34, _s31_20, "purge", "Apagar", "service", "Servi\xe7o", "clone_to", "Duplicar para", "clone_to_other", "Duplicar para outro", "labels", "Etiquetas", "add_custom", "Adicionar Personalizado", "payment_tax", "Imposto de Pagamento", "unpaid", "N\xe3o Pago", "white_label", "White Label", "delivery_note", "Nota de Envio", _s24_26, "Notas de Pagamento Enviadas est\xe3o bloqueadas", _s24_28, "Faturas Pagas est\xe3o bloqueadas", "source_code", "C\xf3digo-fonte", "app_platforms", "Plataformas da Aplica\xe7\xe3o", "invoice_late", _s26_84, "quote_expired", _s18_200, "partial_due", _s18_176, "invoice_total", _s21_159, "quote_total", _s18_177, "credit_total", "Total em Cr\xe9dito", _s23_19, _s21_159, "actions", "A\xe7\xf5es", "expense_number", "N.\xba da Despesa", "task_number", "N.\xba da Tarefa", "project_number", "N.\xba do Projeto", "project_name", "Nome do Projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_30, "Aviso: esta empresa ainda n\xe3o foi ativada", "late_invoice", _s26_84, "expired_quote", _s18_200, "remind_invoice", "Enviar Lembrete da Nota de Pagamento", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Telefone do Cliente", "required_fields", "Campos Necess\xe1rios", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de Tarefa Pr\xe9-definida", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Estado", "task_statuses", "Estado da Tarefa", "new_task_status", "Novo Estado da Tarefa", _s16_64, "Editar Estado da Tarefa", _s19_30, "Estado da tarefa criado com sucesso", _s19_31, "Estado da tarefa atualizado com sucesso", _s20_38, "Estado da tarefa arquivado com sucesso", _s19_32, "Estado da tarefa apagado com sucesso", _s19_33, "Estado da tarefa removido com sucesso", _s20_39, "Estado da tarefa restaurado com sucesso", _s22_35, "Estado das tarefas arquivados com sucesso", _s21_43, "Estado das tarefas apagados com sucesso", _s22_36, "Estado das tarefas restaurados com sucesso", _s18_43, "Encontrado 1 Estado da Tarefa", _s20_41, "Encontados :count Estados da Tarefa", _s16_66, _s25_78, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar notas de pagamento", _s20_42, "Registo das tarefas da Nota de Pagamento", _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, "Adicionar detalhes da data na linha dos items da Nota de Pagamento", _s21_45, "Come\xe7ar tarefas antes de guardar", _s18_44, _s18_201, "task_settings", "Defini\xe7\xf5es de tarefa", _s20_46, "Configurar Categorias", _s18_46, _s22_121, _s20_48, _s26_67, _s21_46, "Editar Categoria de Despesas", _s24_31, "Categoria de despesa criada com sucesso", _s24_32, "Categoria de despesa atualizada com sucesso", _s25_20, "Categoria de despesa arquivada com sucesso", _s24_33, "Categoria apagada com sucesso", _s24_34, "Categoria de despesa removida com sucesso", _s25_21, "Categoria de despesa restaurada com sucesso", _s27_23, ":count categorias de despesa arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, "Encontrada 1 Categoria de Despesa", _s25_23, "Encontrada :count Categorias de Despesa", _s21_48, "Usar Cr\xe9ditos Dispon\xedveis", "show_option", "Mostrar Op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_178, _s17_48, "Est\xe1 a usar a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_34, _s18_48, "Deve ser faturada", _s23_21, _s33_23, _s29_8, _s29_62, _s21_50, _s25_79, _s16_68, _s26_68, _s18_49, "Duplicar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do utilizador", "variables", "Vari\xe1vel", "show_password", "Mostrar Palavra-passe", "hide_password", "Esconder Palavra-passe", "copy_error", "Copiar Erro", "capture_card", _s17_187, _s17_49, "Cobran\xe7a autom\xe1tica ativada", "total_taxes", "Impostos totais", "line_taxes", "Item", "total_fields", "Campo Total", _s25_24, _s42_21, _s25_25, _s38_28, _s25_26, _s38_29, "gateway_refund", "Reembolso do Terminal", _s19_34, "Processe o reembolso com o terminal de pagamento", "due_date_days", _s18_198, "paused", "Pausado", "mark_active", "Ativar", "day_count", "Dia :count", _s22_38, _s19_112, _s21_51, _s17_188, _s17_51, _s26_74, "endless", "Intermin\xe1vel", "next_send_date", _s21_144, _s16_70, _s16_311, _s17_53, "Nota de Pagamento Recorrente", _s18_51, "Notas Pag. Recorrentes", _s21_53, "Nova Nota de Pagamento Recorrente", _s22_40, _s24_94, _s25_27, _s36_40, _s25_28, _s40_9, _s26_13, "Nota de Pagamento Recorrente arquivada", _s25_29, "Nota de Pagamento Recorrente removida", _s25_30, _s38_30, _s26_14, "Nota de Pagamento Recorrente restaurada", _s27_25, ":value Notas de pagamento recorrentes arquivadas com sucesso", _s26_15, ":value Notas de pagamento recorrentes apagadas com sucesso", _s27_26, ":value Notas de pagamento recorrentes restauradas com sucesso", _s24_35, _s30_50, _s25_31, _s37_37, "send_date", "Data de envio", "auto_bill_on", _s30_51, _s28_8, _s32_26, "profit", "Lucro", "line_item", "Produto", _s18_53, _s29_63, _s23_22, "Suportar pagamentos com quantias superiores \xe0 pedida para aceitar gorjetas", _s19_35, _s24_95, _s24_36, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha na reconcilia\xe7\xe3o", _s30_5, "Sucesso na Reconcilia\xe7\xe3o", "gateway_success", _s17_189, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_69, "failure", "Falha", "quota_exceeded", "Quota ultrapassada", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Ver Portal", "copy_link", "Copiar Link", "token_billing", "Guardar detalhes do cart\xe3o", _s24_37, _s26_70, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "Legenda", "client_number", "N\xfamero Cliente", "auto_convert", "Converter Automaticamente", "company_name", "Nome da Empresa", "reminder1_sent", _s18_179, "reminder2_sent", _s18_180, "reminder3_sent", _s18_181, _s18_55, _s23_81, "pdf_page_info", _s23_82, _s16_74, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s40_10, "gateway", "Portal", "view_in_stripe", "Ver em Formato Lista", "rows_per_page", "Colunas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Taxa Extra", "apply_payment", _s17_190, "apply_credit", "Aplicar Nota de Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione a Legenda", "custom_labels", _s24_96, "record_type", "Tipo de Registo", "record_name", "Nome do Registo", "file_type", "Tipo de Ficheiro", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Examinar Sa\xfade do Sistema", "payment_type_id", _s17_191, "last_login_at", "\xdaltimo In\xedcio de Sess\xe3o em", "company_key", _s16_313, "storefront", "Vitrine", "storefront_help", "Permitir aplica\xe7\xf5es de terceiros para criar notas de pagamento", "client_created", "Cliente Criado", _s20_51, "E-mail de pagamento online", _s20_53, _s25_80, "completed", "Completo", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_97, _s17_57, _s20_134, _s17_59, _s23_83, "selected_quotes", "Or\xe7amentos Selecionados", "selected_tasks", _s20_135, _s17_61, _s21_145, _s17_63, "Pr\xf3ximas Nota de Pagamento", _s17_65, "Notas de Pagamento Vencidas", "recent_payments", _s19_113, "upcoming_quotes", _s19_114, "expired_quotes", _s20_136, "create_client", "Criar Cliente", "create_invoice", "Criar Nota de Pagamento", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_314, "update_quote", "Atualizar Or\xe7amento", "delete_quote", "Apagar Or\xe7amento", "update_invoice", "Atualizar Nota de Pagamento", "delete_invoice", "Apagar Nota de Pagamento.", "update_client", _s17_192, "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Atualizar Fornecedores", "delete_vendor", "Apagar Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_193, "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", _s16_315, "delete_task", "Apagar Tarefa", "approve_quote", "Aprovar Or\xe7amento", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gr\xe1tis", "plan", "Plano", "show_sidebar", _s21_160, "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie a aplica\xe7\xe3o assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam de ser ativados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_71, "search_webhook", _s19_115, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_72, "updated_webhook", _s30_52, _s16_76, _s29_64, "deleted_webhook", "Webhook Apagada com Sucesso", "removed_webhook", _s28_83, _s16_77, _s30_53, _s17_68, ":value Webhooks arquivadas com sucesso", _s16_78, ":value Webhooks apagadas com sucesso", _s16_79, ":value Webhooks removidas com sucesso", _s17_69, ":value Webhooks restauradas com sucesso", "api_tokens", "API Tokens", "api_docs", "Documenta\xe7\xe3o API", "search_tokens", _s24_98, "search_token", _s17_194, "token", "S\xedmbolo", "tokens", "S\xedmbolos", "new_token", "Novo Token", "edit_token", "Editar S\xedmbolo", "created_token", "S\xedmbolo criado", "updated_token", "S\xedmbolo atualizado", "archived_token", "S\xedmbolo arquivado", "deleted_token", "S\xedmbolo apagado", "removed_token", _s26_73, "restored_token", _s28_84, "archived_tokens", ":value Tokens arquivadas com sucesso", "deleted_tokens", ":value Tokens apagadas com sucesso", "restored_tokens", ":value Tokens restauradas com sucesso", _s19_37, "Registo de cliente", _s24_39, "Permitir que os clientes se auto-registem no portal", _s21_55, _s25_81, "email_invoice", "Enviar Nota de Pagamento.", "email_quote", "Enviar Or\xe7amento", "email_credit", "Cr\xe9dito de E-mail", "email_payment", "Pagamento por E-mail", _s20_56, "O cliente n\xe3o tem um endere\xe7o de E-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registos", "owned_by_user", "Propriedade do utilizador", _s16_80, _s16_316, "contact_name", "Nome do Contacto", "use_default", "Use o padr\xe3o", _s16_82, _s17_195, "number_of_days", "N\xfamero de dias", _s23_24, _s36_41, "payment_term", _s21_147, _s16_83, _s26_74, _s17_71, "Editar Termo de Pagamento", _s20_57, "Criado termo de pagamento com sucesso", _s20_58, "Atualizado termo de pagamento com sucesso", _s21_56, "Arquivado termo de pagamento com sucesso", _s20_59, "Condi\xe7\xe3o de pagamento apagadas com sucesso", _s20_60, _s42_22, _s21_57, _s44_7, _s22_45, ":value Termos de Pagamento arquivados com sucesso", _s21_58, ":value Termos de Pagamento apagados com sucesso", _s22_46, ":value Termos de Pagamento restaurados com sucesso", "email_sign_in", _s16_317, "change", "Mudar", _s23_26, _s26_75, _s24_40, "Mudar para o layout de computador?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Total da Nota de Cr\xe9dito", "quote_amount", "Valor do Or\xe7amento", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Mostrar Menu", _s18_57, _s24_99, _s16_85, _s20_137, "search_designs", "Pesquisar Modelos", "search_invoices", "Pesquisar Notas de Pagamento", "search_clients", _s18_182, "search_products", _s18_183, "search_quotes", "Pesquisar Or\xe7amentos", "search_credits", _s18_184, "search_vendors", "Procurar Fornecedores", "search_users", "Pesquisar Utilizadores", _s16_86, _s27_86, "search_tasks", _s17_196, "search_settings", _s23_84, "search_projects", _s18_185, "search_expenses", _s18_186, "search_payments", _s20_138, "search_groups", _s16_318, "search_company", _s17_197, "search_document", _s21_148, "search_design", _s18_187, "search_invoice", "Pesquisar 1 Nota de Pagamento", "search_client", _s19_116, "search_product", _s19_117, "search_quote", _s19_118, "search_credit", _s19_119, "search_vendor", "Procurar 1 Fornecedor", "search_user", _s19_120, "search_tax_rate", _s27_87, "search_task", _s18_188, "search_project", _s19_121, "search_expense", _s19_122, "search_payment", _s21_149, "search_group", _s17_198, "refund_payment", _s20_139, _s17_75, "Nota de Pagamento Cancelada com Sucesso", _s18_59, "Notas de Pagamento Canceladas com Sucesso", _s16_92, "Nota de Pagamento Revertida com Sucesso", _s17_76, "Notas de Pagamento Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Distrito/C. Postal", _s17_79, "C\xf3digo-Postal/Cidade/Distrito", "custom1", _s22_122, "custom2", _s21_150, "custom3", _s22_123, "custom4", _s20_140, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_60, "Aviso: apagar\xe1 todos os seus dados.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design guardado com sucesso", "client_details", _s19_123, "company_address", "Endere\xe7o da Empresa", "invoice_details", "Detalhes da nota de pag.", "quote_details", "Detalhes do or\xe7amento", "credit_details", _s19_124, "product_columns", _s18_189, "task_columns", _s18_190, "add_field", "Adicionar campo", "all_events", _s16_319, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_35, "payment_failure", "Falha no Pagamento", "invoice_sent", ":count nota de pag. enviada", "quote_sent", _s17_226, "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Nota de Pagamento Vista", "quote_viewed", "Or\xe7amento Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Or\xe7amento Aprovado", _s25_33, _s29_65, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Apagar Conta", _s22_47, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Apagar Empresa", _s22_48, "Aviso: Esta a\xe7\xe3o ir\xe1 apagar permanentemente a sua empresa, n\xe3o h\xe1 como desfaz\xea-la.", "enabled_modules", "Ativar M\xf3dulos", "converted_quote", _s28_93, "credit_design", _s17_199, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Modelo", "css_framework", "CSS Framework", "custom_designs", "Modelos Personalizados", "designs", "Modelos", "new_design", "Novo Modelo", "edit_design", "Editar Modelo", "created_design", "Modelo criado com sucesso", "updated_design", "Modelo atualizado com sucesso", "archived_design", "Model arquivado com sucesso", "deleted_design", "Modelo apagado com sucesso", "removed_design", "Modelo removido com sucesso", "restored_design", "Modelo restaurado com sucesso", _s16_96, ":value Modelos arquivados com sucesso", "deleted_designs", ":value Modelos apagados com sucesso", _s16_97, ":value Modelos restaurados com sucesso", "proposals", "Propostas", "tickets", "Bilhetes", _s16_98, _s22_124, "recurring_tasks", _s19_125, _s18_61, "Gerir Conta", "credit_date", "Data da Nota de Cr\xe9dito", "credit", "Nota de Cr\xe9dito", "credits", "Nota de Cr\xe9dito", "new_credit", "Introduzir Nota de Cr\xe9dito", "edit_credit", "Editar Nota de Cr\xe9dito", "created_credit", "Nota de Cr\xe9dito criada com sucesso", "updated_credit", "Nota de Cr\xe9dito atualizada com sucesso", "archived_credit", "Nota de Cr\xe9dito arquivada com sucesso", "deleted_credit", "Nota de Cr\xe9dito apagada com sucesso", "removed_credit", _s28_85, "restored_credit", "Nota de Cr\xe9dito restaurado", _s16_100, ":count notas de cr\xe9dito arquivadas com sucesso", "deleted_credits", ":count notas de cr\xe9dito apagadas com sucesso", _s16_101, ":value Cr\xe9ditos restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o da aplica\xe7\xe3o web est\xe1 dispon\xedvel", _s16_102, _s22_125, "app_updated", _s34_34, "learn_more", "Saber mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de acompanhamento", _s17_81, _s20_141, "credit_footer", _s17_200, "credit_terms", _s17_201, "new_company", "Nova Empresa", "added_company", _s30_54, "company1", _s23_92, "company2", _s23_93, "company3", _s23_94, "company4", _s23_95, "product1", "Produto Personalizado 1", "product2", "Produto Personalizado 2", "product3", "Produto Personalizado 3", "product4", "Produto Personalizado 4", "client1", _s23_96, "client2", _s23_97, "client3", _s23_98, "client4", _s23_99, "contact1", _s24_108, "contact2", _s24_109, "contact3", _s24_110, "contact4", _s24_111, "task1", "Tarefa Personalizada 1", "task2", "Tarefa Personalizada 2", "task3", "Tarefa Personalizada 3", "task4", "Tarefa Personalizada 4", "project1", "Projeto Personalizado 1", "project2", "Projeto Personalizado 2", "project3", "Projeto Personalizado 3", "project4", "Projeto Personalizado 4", "expense1", "Despesa Personalizada 1", "expense2", "Despesa Personalizada 2", "expense3", "Despesa Personalizada 3", "expense4", "Despesa Personalizada 4", "vendor1", "Fornecedor Personalizado 1", "vendor2", "Fornecedor Personalizado 2", "vendor3", "Fornecedor Personalizado 3", "vendor4", "Fornecedor Personalizado 4", "invoice1", "Nota de Pagamento Personalizada 1", "invoice2", "Nota de Pagamento Personalizada 2", "invoice3", "Nota de Pagamento Personalizada 3", "invoice4", "Nota de Pagamento Personalizada 4", "payment1", "Pagamento Personalizado 1", "payment2", "Pagamento Personalizado 2", "payment3", "Pagamento Personalizado 3", "payment4", "Pagamento Personalizado 4", "surcharge1", _s25_82, "surcharge2", _s25_83, "surcharge3", _s25_84, "surcharge4", _s25_85, "group1", _s21_161, "group2", _s21_162, "group3", _s21_163, "group4", _s21_164, "reset", "Repor", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Balan\xe7o da Nota de Cr\xe9dito", _s18_67, "\xdaltimo Login do Contacto", _s17_83, "Nome Completo do Contacto", "contact_phone", "Contato Telef\xf3nico", _s21_59, "Valor personalizado do contacto 1", _s21_60, "Valor personalizado do contacto 2", _s21_61, "Valor personalizado do contacto 3", _s21_62, "Valor personalizado do contacto 4", _s17_85, _s16_346, _s17_86, "Andar / Fra\xe7\xe3o de Envio", "shipping_city", "Cidade de Envio", "shipping_state", "Distrito / Regi\xe3o de Envio", _s20_61, "C\xf3digo Postal de Envio", _s16_132, "Pa\xeds de Envio", _s16_134, _s16_346, _s16_135, "Andar / Fra\xe7\xe3o da Fatura\xe7\xe3o", "billing_city", "Cidade da Fatura\xe7\xe3o", "billing_state", "Distrito / Regi\xe3o da Fatura\xe7\xe3o", _s19_40, "C\xf3digo Postal da Fatura\xe7\xe3o", "billing_country", "Pa\xeds de Fatura\xe7\xe3o", "client_id", "Identifica\xe7\xe3o do Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :nome", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_320, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucros e Perdas", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_202, "unpaid_invoice", "Nota de Pagamento N\xe3o Paga", "paid_invoice", "Nota de Pagamento Paga", _s16_136, _s22_126, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_203, "filtered_by", "Filtrado por", "contact_email", "Email", "multiselect", _s16_321, "entity_state", "Estado", "verify_password", "Verificar Palavra-passe", "applied", "Aplicado", _s21_63, "Incluir erros recentes dos registos", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_63, _s27_88, _s25_35, "Incluir a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_65, _s48_7, _s18_70, "Ajustar Percentagem da Multa", _s23_28, "Ajustar a percentagem da taxa a contabilizar", _s18_72, _s20_142, "support_forum", _s16_322, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "Total Il\xedquido", "line_total", "Total", "item", "Produto", "credit_email", _s17_204, "iframe_url", "Site", "domain_url", "URL do Dom\xednio", _s21_64, _s21_151, _s20_66, "A palavra-passe deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_86, _s23_29, _s27_89, _s20_67, "Por favor introduza um valor", "deleted_logo", "Log\xf3tipo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Guardado", "when_sent", "Quando Enviado", "select_company", _s18_191, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_152, "history_sidebar", _s26_76, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_122, "second_custom", _s21_150, "third_custom", _s22_123, "show_cost", "Mostrar Custo", _s17_88, "Mostrar Custo do Produto", "show_cost_help", "Exibir um campo de custo do produto para acompanhar a marca\xe7\xe3o/lucro", _s21_65, _s29_66, _s26_23, _s72_1, _s21_67, _s28_87, _s26_24, _s77_2, _s21_69, "Mostrar Desconto do Produto", _s26_25, _s34_15, _s16_138, _s17_205, _s21_71, _s60_0, "one_tax_rate", _s19_126, "two_tax_rates", _s22_127, "three_tax_rates", _s22_128, _s16_140, "Imposto Padr\xe3o", "user", "Utilizador", "invoice_tax", _s17_206, "line_item_tax", _s24_100, "inclusive_taxes", _s17_207, _s17_90, _s27_90, "item_tax_rates", _s25_86, _s18_74, _s30_61, "configure_rates", _s18_192, _s18_75, "Configurar Terminais", "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_77, "Impostos", "accent_color", "Cor de destaque", "switch", "Alterar", _s19_44, _s27_91, "options", "Op\xe7\xf5es", _s16_142, _s20_143, "multi_line_text", _s16_323, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o da palavra-passe", "submit", "Enviar", _s16_144, "Recuperar senha", "late_fees", "Taxas atrasadas", "credit_number", "Nota de Cr\xe9dito N\xfamero", "payment_number", "N\xfamero do Pagamento", "late_fee_amount", _s16_324, _s16_145, _s20_151, "schedule", "Agendamento", "before_due_date", "At\xe9 \xe0 data de vencimento", "after_due_date", _s28_88, _s18_79, "Depois da data da fatura", "days", "Dias", "invoice_email", "E-mail para Nota de Pagamento", "payment_email", "E-mail para Pagamentos", "partial_payment", _s17_208, "payment_partial", "Pagamento Parcial", _s21_72, "E-mail de pagamento parcial", "quote_email", "E-mail para Or\xe7amentos", _s16_147, "Aviso Cont\xednuo", _s16_149, "Filtrado pelo Utilizador", "administrator", "Administrador", _s18_80, "Permite ao utilizador gerir utilizadores, alterar defini\xe7\xf5es e modificar registos.", "user_management", "Gerir Utilizadores", "users", "Utilizadores", "new_user", "Novo Utilizador", "edit_user", "Editar Utilizador", "created_user", "Utilizador criado com sucesso", "updated_user", "Utilizador atualizado com sucesso", "archived_user", "Utilizador arquivado", "deleted_user", "Utilizador apagado", "removed_user", "Utilizador removido com sucesso", "restored_user", "Utilizador restaurado", "archived_users", ":value Cr\xe9ditos arquivados com sucesso", "deleted_users", ":value Utilizadores arquivados com sucesso", "removed_users", ":value Utilizadores removidos com sucesso", "restored_users", ":value Utilizadores restaurados com sucesso", _s16_151, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota de Pagamento", _s17_92, "Ocultar Data de Pagamento", _s22_55, 'Mostrar apenas a "Data de Pagamento" quanto o pagamento for efetuado.', _s23_31, "Documentos Incorporados", _s28_21, "Incluir imagens anexadas na nota de pagamento.", _s16_153, "Mostrar cabe\xe7alho ativo", _s16_154, "Mostrar rodap\xe9 ativo", "first_page", "Primeira p\xe1gina", "all_pages", _s16_325, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_326, "primary_color", "Cor Principal", "secondary_color", "Cor Secund\xe1ria", "page_size", _s17_209, "font_size", "Tamanho do Texto", "quote_design", "Modelo do Or\xe7amento", "invoice_fields", "Campos da Nota de Pagamento", "product_fields", "Campos do Produto", "invoice_terms", "Condi\xe7\xf5es da Nota de Pagamento", "invoice_footer", "Rodap\xe9 da Nota de Pagamento", "quote_terms", _s22_129, "quote_footer", _s19_127, _s18_81, _s16_327, _s23_32, _s74_, _s18_82, _s24_101, _s23_33, _s61_5, _s18_83, "Auto Convers\xe3o", _s23_34, "Converter automaticamente um or\xe7amento em nota de pagamento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Di\xe1rio", "freq_weekly", "Semanal", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensal", "freq_two_months", "Dois meses", _s17_96, "Trimestral", _s16_155, "Quatro Meses", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Dois Anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima Reposi\xe7\xe3o", "reset_counter", "Repor Contador", _s16_157, _s22_130, "number_padding", _s23_85, "general", "Geral", "surcharge_field", _s18_194, "company_field", _s16_328, "company_value", _s16_329, "credit_field", _s16_330, "invoice_field", "Campo da Nota de Pagamento", _s17_99, "Taxa Extra da Fatura", "client_field", _s16_331, "product_field", _s16_332, "payment_field", _s18_195, "contact_field", "Campo do Contacto", "vendor_field", _s19_128, "expense_field", _s16_333, "project_field", _s16_334, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_210, "prefix", "Prefixo", "number_pattern", _s19_129, "messages", "Mensagens", "custom_css", _s17_211, _s17_101, _s24_102, _s16_159, "Mostrar no PDF", _s21_74, "Mostrar a assinatura do cliente no PDF da nota de pagamento/or\xe7amento.", _s25_41, "Caixa de sele\xe7\xe3o para Termos da Nota de Pagamento", _s30_9, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_35, "Caixa de sele\xe7\xe3o para Termos do Or\xe7amento", _s28_22, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_42, "Assinatura da Nota de Pagamento", _s30_10, "Requer que o cliente introduza a sua assinatura.", _s23_36, _s23_86, _s22_57, "Proteger notas de pag. com senha", _s27_38, "Permite definir uma senha para cada contacto. Se uma senha for defenida, o contacto dever\xe1 introduzir a senha antes de visualizar a nota de pagamento.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Cumprimentos,", _s24_41, "Para tornar mais f\xe1cil para os seus clientes efetuarem os pagamentos, acrescente marca\xe7\xe3o schema.org aos seus e-mails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Modelo de E-mail", "attach_pdf", "Anexar PDF", _s16_160, _s17_212, "attach_ubl", "Anexar UBL", "email_style", "Estilo de e-mails", _s19_46, "Ativar Marca\xe7\xe3o", "reply_to_email", "Email de resposta", "reply_to_name", "Responder para nome", "bcc_email", "Email BCC", "processed", "Processado", "credit_card", _s17_213, "bank_transfer", _s22_131, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", _s20_151, "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Ativar min", "enable_max", "Ativar max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Log\xf3tipos de Cart\xf5es Aceites", "credentials", "Credenciais", "update_address", "Atualizar Morada", _s19_49, "Atualizar morada do cliente", "rate", "Taxa", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_162, "Imposto Adicionado", _s16_163, "Imposto Atualizado", _s17_104, "Imposto Arquivado", _s16_164, _s36_42, _s17_105, _s38_31, _s18_84, ":value Taxas de Impostos arquivados com sucesso", _s17_106, ":value Taxas de Impostos apagados com sucesso", _s18_85, ":value Taxas de Impostos restaurados com sucesso", "fill_products", "Preencher automaticamente produtos", _s18_86, "Ao selecionar um produto a descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_43, _s20_71, "Ao atualizar uma nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_165, _s18_196, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Fornecedor", "company_gateway", "Terminal de Pagamento", _s16_167, "Terminais de Pagamento", _s19_50, "Novo Terminal", _s20_72, "Editar Terminal", _s23_37, "Terminal Criado com Sucesso", _s23_38, "Terminal Atualizado com Sucesso", _s24_42, "Gateway Arquivado com Sucesso", _s23_39, "Terminal Apagado com Sucesso", _s24_43, "Terminal Restaurado com Sucesso", _s25_44, ":value Terminais arquivados com sucesso", _s24_44, ":value Terminais apagados com sucesso", _s25_45, ":value Terminais restaurados com sucesso", _s16_169, "Continuar a Editar", "discard_changes", "Rejeitar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desativado", "currency_format", _s16_335, _s21_76, "Primeiro Dia da Semana", _s23_40, _s19_130, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato da Data", "datetime_format", _s20_144, "military_time", "24 Horas", _s18_87, _s19_131, "send_reminders", _s16_336, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_145, _s17_107, _s18_197, _s19_53, _s19_132, _s18_88, _s20_146, _s18_90, _s21_153, "group_settings", _s23_87, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_103, "updated_group", _s28_89, "archived_groups", ":value Grupos arquivados com sucesso", "deleted_groups", ":value Grupos apagados com sucesso", "restored_groups", ":value Grupos restaurados com sucesso", "archived_group", _s27_92, "deleted_group", _s26_77, "restored_group", _s28_90, "upload_logo", "Carregar Log\xf3tipo", "uploaded_logo", "Log\xf3tipo carregado com sucesso", "logo", "Logotipo", "saved_settings", "Configura\xe7\xf5es guardadas com sucesso", _s16_171, "Defini\xe7\xf5es de Produtos", "device_settings", _s28_91, "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_109, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_133, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_214, "tax_rates", "Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_227, "custom_fields", _s21_154, "invoice_design", "Modelo das Notas de Pagamento", "buy_now_buttons", "Comprar Bot\xf5es Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_42, "Modelos & Avisos", _s22_58, "Contas Banc\xe1rias", _s19_55, _s21_155, "price", "Pre\xe7o", "email_sign_up", "Registo com Email", "google_sign_up", "Registo via Google", _s27_42, "Obrigado pela sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_337, _s19_57, _s16_338, "pro_plan", "Plano Profissional", "enterprise_plan", _s17_215, "count_users", ":count utilizadores", "upgrade", "Atualizar", _s25_46, "Por favor introduza o primeiro nome", _s24_45, "Por favor introduza o apelido", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_147, "privacy_policy", _s23_88, "sign_up", "Registar", "account_login", "Iniciar sess\xe3o", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Nova", _s18_92, "Nenhum registo selecionado", _s21_79, "Por favor, guarde ou cancele suas altera\xe7\xf5es", "download", "Transferir", _s27_43, "Necessita de um plano empresarial", "take_picture", "Tirar Fotografia", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_339, _s17_111, _s29_67, _s16_175, _s32_27, _s17_112, _s31_36, _s16_176, _s29_68, _s17_113, _s32_28, _s18_94, ":value Documentos arquivados com sucesso", _s17_114, ":value Documentos apagados com sucesso", _s18_95, ":value Documentos restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Em aberto", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_47, "Adicionar documentos \xe0 nota de pagamento", "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_340, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_69, "updated_vendor", _s33_35, "archived_vendor", _s32_29, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_182, ":value Fornecedores Restaurados com Sucesso", "new_expense", "Introduzir Despesa", "created_expense", _s26_78, "updated_expense", _s30_55, _s16_183, _s29_70, "deleted_expense", "Despesa apagada com sucesso", _s16_184, _s30_56, _s17_115, _s31_37, _s16_185, "Despesas apagadas com sucesso", _s17_116, ":value Despesas restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Faturamento", "design", "Modelo", _s21_80, "Falha ao procurar registo", "invoiced", "Faturado", "logged", "Em aberto", "running", "Em execu\xe7\xe3o", "resume", "Retomar", "task_errors", "Corrija os tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_93, "stopped_task", "Tarefa interrompida", "resumed_task", "Tarefa retomada com sucesso", "now", "Agora", _s16_186, _s31_38, "timer", "Temporizador", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "In\xedcio", "end_time", "Final", "date", "Data", "times", "Tempo", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada", "updated_task", "Tarefa atualizada", "archived_task", "Tarefa arquivada", "deleted_task", "Tarefa apagada", "restored_task", "Tarefa restaurada", "archived_tasks", ":count Tarefas arquivadas", "deleted_tasks", ":count Tarefas apagadas", "restored_tasks", ":value Tarefas restauradas com sucesso", _s19_59, "Por favor introduza um nome", "budgeted_hours", "Horas de Or\xe7amento", "created_project", _s26_79, "updated_project", _s30_57, _s16_188, _s29_71, "deleted_project", _s27_97, _s16_189, _s30_58, _s17_117, _s38_32, _s16_190, ":count projectos apagadas com sucesso", _s17_118, ":value Projetos restaurados com sucesso", "new_project", "Novo Projeto", _s27_47, "Obrigado por utilizar a nosso aplica\xe7\xe3o!", "if_you_like_it", "Se gostou por favor", "click_here", "clique aqui", _s18_96, "Clique aqui", "to_rate_it", "d\xea uma avalia\xe7\xe3o.", "average", "M\xe9dia", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Bloqueado", "authenticate", "Autenticar", _s19_61, _s23_89, _s24_49, _s23_90, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Alojado", "selfhost_login", "Login Servidor Pessoal", "google_sign_in", "Iniciar sess\xe3o atrav\xe9s da Google", "today", "Hoje", "custom_range", "Intervalo Personalizado", "date_range", "Intervalo de Datas", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_156, "previous_period", _s16_341, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Duplicar para Nota de Pagamento", "clone_to_quote", "Duplicar para Or\xe7amento", "clone_to_credit", "Duplicar para cr\xe9dito", "view_invoice", "Visualizar Nota de Pagamento", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Nota de Pagamento", "edit_quote", _s16_342, "edit_payment", _s16_343, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_216, "edit_project", "Editar Projeto", _s20_74, _s27_94, "billing_address", "Morada de Fatura\xe7\xe3o", _s16_193, "Endere\xe7o de Envio", "total_revenue", "Receita Total", "average_invoice", "M\xe9dia por Nota de Pagamento", "outstanding", "Em Aberto", "invoices_sent", ":count notas de pag. enviadas", "active_clients", "Clientes ativos", "close", "Fechar", "email", "E-mail", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Iniciar Sess\xe3o", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisa", "active", "Ativo", "archived", "Arquivado", "deleted", "Apagado", "dashboard", "Painel", "archive", "Arquivar", "delete", "Apagar", "restore", "Restaurar", _s16_195, "Recarregar Completo", _s23_43, "Por favor introduza o seu e-mail", _s26_34, "Por favor introduza a sua senha", _s21_83, "Por favor introduza o seu URL", _s26_36, "Por favor introduza uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ocorreu um erro", "paid_to_date", "Pago at\xe9 \xe0 data", "balance_due", "Valor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "NIF", "id_number", "N\xfamero de Identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_104, "contacts", "Contactos", "additional", "Adicional", "first_name", "Primeiro Nome", "last_name", "Apelido", "add_contact", "Adicionar contacto", "are_you_sure", "Tem a certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "E-mail \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_201, "Produto arquivado", "deleted_product", "Produto apagado com sucesso", _s16_202, _s30_59, _s17_123, ":count Produtos arquivados com sucesso", _s16_203, ":count produtos apagados com sucesso", _s17_124, ":value Produtos restaurados com sucesso", "product_key", "Produto", "notes", "Observa\xe7\xf5es", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_80, "updated_client", _s30_60, "archived_client", _s29_72, _s16_204, _s38_33, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_205, ":value Clientes restaurados com sucesso", "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Distrito/Prov\xedncia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Nota Pagamento", "invoices", "Notas Pag.", "new_invoice", "Nova Nota de Pagamento", "created_invoice", "Nota de pagamento criada com sucesso", "updated_invoice", "Nota de pagamento atualizada com sucesso", _s16_206, "Nota de pagamento arquivada com sucesso", "deleted_invoice", "Notas de Pagamento apagadas com sucesso", _s16_207, "Nota de pagamento restaurada", _s17_125, ":count notas de pagamento arquivadas com sucesso", _s16_208, ":count notas de pagamento apagadas com sucesso", _s17_126, ":value Notas de Pagamento restaurados com sucesso", "emailed_invoice", "Nota de pagamento enviada por e-mail com sucesso", "emailed_payment", "Pagamento enviado por e-mail com sucesso", "amount", "Total", "invoice_number", "N\xfamero NP", "invoice_date", "Data da NP", "discount", "Desconto", "po_number", "N\xfam. Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_134, "quote_date", _s17_217, "valid_until", "V\xe1lido at\xe9", "items", "Produtos", "partial_deposit", _s16_347, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o", "quantity", "Quantidade", "add_item", "Adicionar Produto", "contact", "Contacto", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_198, _s16_209, _s26_81, "status", "Estado", _s17_127, "Estado da Nota de Pagamento", "quote_status", "Estado do Or\xe7amento", _s22_59, "Clique + para adicionar um produto", _s22_61, _s29_73, "count_selected", _s19_135, "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dispensar", _s20_76, "Por favor selecione uma data", _s22_62, _s30_61, _s24_51, "Por favor escolha uma nota de pagamento", "task_rate", "Taxa de Tarefas", "settings", "Defini\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de nota de pagamento", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visto", "approved", "Aprovado", "partial", _s16_347, "paid", "Pago", "mark_sent", "Marcar Como Enviada", _s22_64, "A nota de pagamento foi marcada como enviada.", _s22_65, "Excelente! A nota de pagamento foi marcada como enviada.", _s23_45, _s61_6, _s23_46, _s61_6, "done", "Conclu\xeddo", _s37_18, "Por favor introduza um cliente ou nome de contacto", "dark_mode", "Modo Escuro", _s27_53, "Reinicie a aplica\xe7\xe3o para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registo encontrado", "clone", "Duplicar", "loading", "A Carregar", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_218, "payment_status", "Estado do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completo", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s25_91, "net", "L\xedquido", "client_portal", _s17_219, "show_tasks", "Mostrar tarefas", "email_reminders", "Avisos de e-mail", "enabled", "Ativo", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", "Primeiro Aviso", "second_reminder", "Segundo Aviso", "third_reminder", "Terceiro Aviso", "reminder1", "Primeiro Aviso", "reminder2", "Segundo Aviso", "reminder3", "Terceiro Aviso", "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Conte\xfado", "send_email", "Enviar email", "email_receipt", "Envio do comprovativo de pagamento por e-mail para o cliente", "auto_billing", "Faturamento autom\xe1tica", "button", "Bot\xe3o", "preview", "Pr\xe9-visualizar", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_191, _s21_85, _s23_91, "enter_payment", "Introduzir Pag.", "new_payment", "Introduzir Pagamento", "created_payment", _s28_92, "updated_payment", _s32_30, _s16_219, _s31_39, "deleted_payment", "Pagamento apagado com sucesso", _s16_220, "Pagamento restaurado", _s17_130, _s40_11, _s16_221, ":count pagamentos apagados com sucesso", _s17_131, ":value Pagamentos restaurados com sucesso", "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", "Or\xe7amento criado", "updated_quote", "Or\xe7amento atualizado", "archived_quote", "Or\xe7amento arquivado", "deleted_quote", "Or\xe7amento apagado com sucesso", "restored_quote", "Or\xe7amento restaurado", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos apagados com sucesso", "restored_quotes", ":value Or\xe7amentos restaurados com sucesso", "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedor", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_74, "activity_2", _s32_31, "activity_3", ":user removeu o cliente :client", "activity_4", ":user criou a nota de pagamento :invoice", "activity_5", ":user atualizou a nota de pagamento :invoice", "activity_6", ":user enviou nota de pagamento :invoice para :client, :contact", "activity_7", ":contact viu a nota de pagamento :invoice para :client", "activity_8", ":user arquivou a nota de pagamento :invoice", "activity_9", ":user removeu a nota de pagamento :invoice", "activity_10", ":contact introduziu o pagamento :payment para :payment_amount na nota de pagamento :invoice para :cliente", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user removeu o pagamento :payment", "activity_14", ":user adicionou nota de cr\xe9dito :credit", "activity_15", ":user atualizou nota de cr\xe9dito :credit", "activity_16", ":user arquivou nota de cr\xe9dito :credit", "activity_17", ":user removeu nota de cr\xe9dito :credit", "activity_18", ":user adicionou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote por e-mail para :client, :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou a nota de cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para :cliente", "activity_30", _s32_32, "activity_31", _s35_45, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_45, "activity_34", _s30_62, "activity_35", _s33_38, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_82, "activity_43", _s30_63, "activity_44", _s29_75, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_64, "activity_47", _s34_38, "activity_48", ":user criou o utilizador :user", "activity_49", ":user atualizou o utilizador :user", "activity_50", ":user arquivou o utilizador :user", "activity_51", ":user apagou o utilizador :user", "activity_52", ":user restaurou o utilizador :user", "activity_53", ":user marcou como enviado :invoice", "activity_54", _s30_65, "activity_55", ":contact respondeu ao bilhete :ticket", "activity_56", ":user visualizou o bilhete :ticket", "activity_57", "O sistema falhou ao enviar a nota de pagamento :invoice", "activity_58", ":invoice revertida pelo utilizador: user", "activity_59", ":invoice cancelada pelo utilizador :user", "activity_60", ":contact viu o or\xe7amento :quota", "activity_61", ":user atualizou o cliente :client", "activity_62", ":user atualizou fornecedor :vendor", "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", ":user criou a subscri\xe7\xe3o :subscription", "activity_81", ":user atualizou a subscri\xe7\xe3o :subscription", "activity_82", ":user arquivou a subscri\xe7\xe3o :subscription", "activity_83", ":user apagou a subscri\xe7\xe3o :subscription", "activity_84", ":user restaurou a subscri\xe7\xe3o :subscription", _s17_132, "Senha descart\xe1vel", "emailed_quote", _s17_226, "emailed_credit", _s27_95, _s20_78, _s42_24, _s21_87, _s40_13, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, _s30_66, _s24_56, _s32_33, _s29_37, "Mensagem Personalizada de Nota de Pagamento Atrasada", _s27_58, "Mensagem Personalizada de Nota de Pagamento Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Notas de Pagamento", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_76, _s19_66, _s28_94, _s22_68, _s30_67, _s22_70, _s29_77, _s21_88, "Padr\xe3o N\xfamero Fornecedor", _s21_90, "Contador N\xfamero Fornecedor", _s21_92, _s29_78, _s21_94, _s28_95, _s22_72, _s32_34, _s22_74, _s31_40, _s22_76, _s29_79, _s22_78, "Numera\xe7\xe3o das", _s20_79, _s32_35, _s20_81, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_96, _s30_68, _s21_98, _s29_80, _s21_100, _s30_68, _s21_101, _s29_80, _s18_99, _s26_83, "counter_padding", _s18_199, _s28_57, _s43_7, _s18_101, _s20_148, _s18_103, _s24_105, _s18_105, _s20_149, _s18_107, _s24_106, _s18_109, _s20_150, _s18_111, _s24_107, _s21_102, _s27_96, _s19_68, _s30_69, _s21_104, _s30_70, _s29_39, _s38_35, "show_table", "Mostrar Tabelas", "show_list", "Mostrar Lista", "client_city", _s17_222, "client_state", "Distrito do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Saldo do Cliente", "client_address1", _s19_137, "client_address2", _s25_92, "vendor_address1", "Morada Fornecedor", "vendor_address2", "Andar / Fra\xe7\xe3o Fornecedor", _s24_58, _s19_138, _s24_59, _s25_92, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_226, _s18_198, "tax_rate1", _s17_223, "tax_rate2", _s17_224, "tax_rate3", _s17_225, "auto_bill", _s19_139, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_87, "custom_taxes2", _s25_88, "custom_taxes3", _s25_89, "custom_taxes4", _s25_90, _s17_134, _s25_82, _s17_135, _s25_83, _s17_136, _s25_84, _s17_137, _s25_85, "is_deleted", "Apagado", "vendor_city", "Cidade Fornecedor", "vendor_state", "Distrito Fornecedor", "vendor_country", "Pa\xeds Fornecedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Total de Impostos", "tax_paid", "Impostos Pagos", "payment_amount", "Total do Pagamento", "age", "Idade", "is_running", "Em execu\xe7\xe3o", "time_log", "Registo de Tempo", "bank_id", "Banco", _s19_70, "ID da Categoria de Despesa", _s16_227, "Categoria de Despesas", _s19_72, "ID da Moeda da Nota de Pagamento", "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Imposto 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Curent", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adaug\u0103 Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adaug\u0103 la factura :invoice", _s17_11, _s17_12, "week", "S\u0103pt\u0103m\xe2n\u0103", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moneda Facturii", "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprob\u0103", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Stabile\u0219te Parola", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Vezi Extras", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import\u0103 Date", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Trebuie s\u0103 fie mai mare ca zero \u0219i mai mic ca totalul", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeaza", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Transform\u0103 \xeen Factur\u0103", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ascunde", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Coloana", "sample", "Exemplar", "map_to", "Map To", "import", "Importa", _s25_16, _s29_7, "select_file", "Alege un fisier", _s16_62, _s16_63, "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total factura", "quote_total", "Total Proforma", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nume Client", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Factura Recurenta", _s18_51, "Facturi Recurente", _s21_53, "Adauga Factura Recurenta", _s22_40, "Editare factura recurenta", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_29, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_30, _s38_11, _s26_14, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Salveaz\u0103 datele cardului", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Extras", "taxes", "Taxe", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "C\u0103tre", "health_check", "Health Check", "payment_type_id", "Tip plata", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Facturi urmatoare", _s17_65, _s17_66, "recent_payments", "Plati recente", "upcoming_quotes", "Proforme urm\u0103toare", "expired_quotes", "Proforme expirate", "create_client", "Create Client", "create_invoice", "Creaza factura", "create_quote", "Creaza Proforma", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Sterge Proforma", "update_invoice", "Update Invoice", "delete_invoice", "Sterge factura", "update_client", "Update Client", "delete_client", "Sterge client", "delete_payment", "Sterge plata", "update_vendor", "Update Vendor", "delete_vendor", "\u0218terge Furnizor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Creaz\u0103 Task", "update_task", "Update Task", "delete_task", "\u0218terge Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token-uri", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creat", "updated_token", "Actualizeaz\u0103 token", "archived_token", _s27_27, "deleted_token", "Token \u0219ters", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Valoare credit", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count factur\u0103 trimis\u0103", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_47, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Antet", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Proforme Recurente", "recurring_tasks", "Recurring Tasks", _s18_61, "Administrare cont", "credit_date", "Data Creditului", "credit", "Credit", "credits", "Credite", "new_credit", "Adaug\u0103 Credit", "edit_credit", "Edit Credit", "created_credit", "Credit ad\u0103ugat cu succes", "updated_credit", _s27_34, "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", _s27_36, "restored_credit", "Credit restaurat", _s16_100, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_101, _s36_9, "current_version", "Versiunea Curent\u0103", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Afla mai mult", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Firm\u0103 nou\u0103", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseteaz\u0103", "number", "Number", "export", "Export\u0103", "chart", "Grafic", "count", "Count", "totals", "Total", "blank", "Blank", "day", "Zi", "month", "Lun\u0103", "year", "An", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupeaz\u0103 dup\u0103", "credit_balance", "Soldul Creditului", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Asignare lui", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit \u0219i Pierdere", "reports", "Reports", "report", "Raport", "add_company", "Adaug\u0103 Firm\u0103", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ajutor", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "De la", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum suport", "about", "About", "documentation", "Documenta\u021bie", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Total linie", "item", "Element", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Da", "no", "Nu", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vezi", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Utilizator", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Alege un client", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Setari Taxe", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recupereaz\u0103 parola", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email Ofert\u0103", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "New User", "edit_user", "Modific\u0103 Utilizator", "created_user", _s25_37, "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", _s25_40, "restored_user", "Utilizator restaurat", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_92, 'Ascunde c\xe2mpul "Pl\u0103tit p\xe2n\u0103 la"', _s22_55, 'Afi\u0219eaz\u0103 "Pl\u0103tit pana la" dec\xe2t c\xe2nd plata a fost efectuat\u0103.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "Prima pagin\u0103", "all_pages", "Toate paginile", "last_page", "Ultima pagin\u0103", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Culoare Principal\u0103", "secondary_color", "Culoare Secundar\u0103", "page_size", "Dimensiune Pagin\u0103", "font_size", "Dimensiune Font", "quote_design", "Quote Design", "invoice_fields", "C\xe2mpuri Factur\u0103", "product_fields", "Product Fields", "invoice_terms", "Termeni facturare", "invoice_footer", "Subsol Factur\u0103", "quote_terms", "Termeni Proform\u0103", "quote_footer", "Subsol Proform\u0103", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Zilnic", "freq_weekly", "S\u0103pt\u0103m\xe2nal", "freq_two_weeks", "Dou\u0103 S\u0103pt\u0103m\xe2ni", "freq_four_weeks", "Patru S\u0103pt\u0103m\xe2ni", "freq_monthly", "Lunar", "freq_two_months", "Dou\u0103 Luni", _s17_96, "Trei Luni", _s16_155, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_156, "Three Years", "never", "Niciodat\u0103", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Taxe", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Editeaza CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomeniu", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_41, _s86_, "plain", "Plain", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Card de Credit", "bank_transfer", "Transfer Bancar", "priority", "Prioritate", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Actualizeaz\u0103 Adresa", _s19_49, "Actualizeaz\u0103 adresa clientului cu detaliile trimise", "rate", "Valoare", "tax_rate", "Valoare Tax\u0103", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Editeaz\u0103 valoare tax\u0103", _s16_162, "Valoare tax\u0103 creat\u0103 cu succes", _s16_163, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_104, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Completeaz\u0103 automat produsele", _s18_86, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_71, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Dezactivat", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Duminic\u0103", "monday", "Luni", "tuesday", "Mar\u021bi", "wednesday", "Miercuri", "thursday", "Joi", "friday", "Vineri", "saturday", "S\xe2mb\u0103t\u0103", "january", "Ianuarie", "february", "Februarie", "march", "Martie", "april", "Aprilie", "may", "Mai", "june", "Iunie", "july", "Iulie", "august", "August", "september", "Septembrie", "october", "Octombrie", "november", "Noiembrie", "december", "Decembrie", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Format 24 Ore", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Op\u021biuni Produs", "device_settings", "Device Settings", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_109, "Op\u021biuni avansate", "company_details", "Detalii companie", "user_details", "Detalii utilizator", "localization", "Localizare", "online_payments", "Plati online", "tax_rates", "Valori taxa", "notifications", "Notific\u0103ri", "import_export", "Import | Export", "custom_fields", "C\xe2mpuri personalizate", "invoice_design", "Design factur\u0103", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Setari email", _s23_42, "\u0218abloane & Notific\u0103ri", _s22_58, _s20_73, _s19_55, "Vizualizare Date", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Termenii Serviciului", "privacy_policy", "Privacy Policy", "sign_up", "Inscrie-te", "account_login", "Autentificare", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Descarca", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\xcen a\u0219teptare", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Transform\u0103", _s24_47, _s24_60, "exchange_rate", "Curs Valutar", _s16_180, "Transform\u0103 moneda", "mark_paid", "Mark Paid", "category", "Category", "address", "Adres\u0103", "new_vendor", "Furnizor Nou", "created_vendor", "Furnizor creat cu succes", "updated_vendor", "Furnizor actualizat cu succes", "archived_vendor", "Furnizor arhivat cu succes", "deleted_vendor", "Furnizor \u0219ters cu succes", "restored_vendor", _s28_28, _s16_181, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_182, _s36_11, "new_expense", "Introdu Cheltuial\u0103", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_184, _s29_22, _s17_115, "Cheltuieli arhivate cu succes", _s16_185, "Cheltuieli \u0219terse cu succes", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturat", "logged", "\xcenregistrat", "running", "\xcen derulare", "resume", "Continu\u0103", "task_errors", "Te rog corecteaz\u0103 suprapunerea timpilor", "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", "Task oprit", "resumed_task", _s25_50, "now", "Acum", _s16_186, _s16_187, "timer", "Cronometru", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Timp pornire", "end_time", "Timp \xeencheiere", "date", "Data", "times", "Times", "duration", "Durat\u0103", "new_task", "Task nou", "created_task", "Task creat", "updated_task", "Task actualizat", "archived_task", "Task arhivat", "deleted_task", "Task \u0219ters", "restored_task", "Task restaurat", "archived_tasks", "Arhivat :count task-uri", "deleted_tasks", "\u0218ters :count task-uri", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Proiect nou", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "apas\u0103 aici", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Ast\u0103zi", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_119, "Perioada Compar\u0103rii", "previous_period", "Perioada Anterioar\u0103", "previous_year", "Anul Anterior", "compare_to", "Compar\u0103 cu", "last7_days", "Ultimele 7 Zile", "last_week", "S\u0103pt\u0103m\xe2na Trecut\u0103", "last30_days", "Ultimele 30 Zile", "this_month", "Luna curent\u0103", "last_month", "Luna trecut\u0103", "this_year", "Anul Curent", "last_year", "Anul Trecut", "custom", "Personalizat", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Vizualizare Factur\u0103", "convert", "Convert", "more", "More", "edit_client", "Modifica client", "edit_product", "Modifica produs", "edit_invoice", "Modifica factura", "edit_quote", "Modifica Proforma", "edit_payment", "Modific\u0103 Plata", "edit_task", "Modific\u0103 Task", "edit_expense", "Edit Expense", "edit_vendor", "Editeaz\u0103 Furnizor", "edit_project", "Editeaz\u0103 Proiect", _s20_74, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_193, _s16_194, "total_revenue", "Venituri Totale", "average_invoice", "Medie facturi", "outstanding", "Restante", "invoices_sent", ":count facturi trimise", "active_clients", "clienti activi", "close", "Inchide", "email", "Email", "password", "Parola", "url", "URL", "secret", "Secret", "name", "Nume", "logout", "Deconectare", "login", "Autentificare", "filter", "Filtreaza", "sort", "Sort", "search", "Cauta", "active", "Activ", "archived", "Arhivat", "deleted", "\u0218ters", "dashboard", "Panou Control", "archive", "Arhiva", "delete", "Sterge", "restore", "Restaureaz\u0103", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Salveaza", _s17_121, _s17_122, "paid_to_date", "Pl\u0103tit P\xe2na Acum", "balance_due", "Total De Plat\u0103", "balance", "Balanta", "overview", "Overview", "details", "Detalii", "phone", "Telefon", "website", "Site web", "vat_number", "C.I.F.", "id_number", "Nr. Reg. Com.", "create", "Creaza", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacte", "additional", "Additional", "first_name", "Prenume", "last_name", "Nume", "add_contact", "Adauga contact", "are_you_sure", "Sigur?", "cancel", "Renunta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Produs", "products", "Produse", "new_product", "New Product", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_201, "Produs arhivat cu succes", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produs", "notes", "Noti\u021be", "cost", "Cost", "client", "Client", "clients", "Clienti", "new_client", "Client nou", "created_client", "S-a creat clientul cu succes", "updated_client", "Client actualizat cu succes.", "archived_client", "Client arhivat cu succes.", _s16_204, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_205, _s36_13, "address1", "Strada", "address2", "Apartament", "city", "Localitate", "state", "Jude\u021b/Sector", "postal_code", "Cod po\u0219tal", "country", "Tara", "invoice", "Factur\u0103", "invoices", "Facturi", "new_invoice", "Factura noua", "created_invoice", "Factura creata cu succes.", "updated_invoice", "Factura actualiazata cu succes.", _s16_206, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_207, "Factur\u0103 restaurat\u0103", _s17_125, ":count facturi arhivate cu succes.", _s16_208, ":count facturi sterse cu succes", _s17_126, _s37_17, "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", _s28_59, "amount", "Valoare", "invoice_number", "Num\u0103r factur\u0103", "invoice_date", "Data factur\u0103", "discount", "Discount", "po_number", "Ordin de cump\u0103rare nr", "terms", "Termeni", "public_notes", "Public Notes", "private_notes", "Note particulare", "frequency", "Frecventa", "start_date", "Data inceput", "end_date", "Data sfirsit", "quote_number", "Numar Proforma", "quote_date", "Data Proforma", "valid_until", "Valabil p\xe2n\u0103 la", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descriere", "unit_cost", "Pre\u021b unitar", "quantity", "Cantitate", "add_item", "Add Item", "contact", "Contact", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Scaden\u021ba", _s16_209, _s16_210, "status", "Stare", _s17_127, "Invoice Status", "quote_status", "Status oferta", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Modifica", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, "Te rugam selecteaza o oferta", "task_rate", "Task Rate", "settings", "Setari", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax\u0103", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Trimis", "viewed", "Viewed", "approved", "Approved", "partial", "Par\u021bial/Depunere", "paid", "Pl\u0103tit", "mark_sent", "Marcheaz\u0103 ca trimis", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Gata", _s37_18, _s37_19, "dark_mode", "Mod \xeentunecat", _s27_53, _s35_20, "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_211, "Nu exista inregistrari", "clone", "Multiplic\u0103", "loading", "Loading", "industry", "Industrie", "size", "Size", "payment_terms", "Termeni de plat\u0103", "payment_date", "Data platii", "payment_status", "Status plata", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal Client", "show_tasks", "Arata sarcini", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prima Notificare", "second_reminder", "A Doua Notificare", "third_reminder", "A Treia Notificare", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0218ablon", "send", "Trimite", "subject", "Subiect", "body", "Mesaj", "send_email", "Trimite Email", "email_receipt", "Trimite pe email dovada pl\u0103\u021bii", "auto_billing", "Auto billing", "button", "Buton", "preview", "Previzualizare", "customize", "Personalizeaza", "history", "Istoric", "payment", "Plata", "payments", "Plati", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_219, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_220, "Plat\u0103 restaurat\u0103", _s17_130, ":count plati arhivate cu succes", _s16_221, ":count plati sterse cu succes.", _s17_131, _s37_20, "quote", "Proforma", "quotes", "Proforme", "new_quote", "Proforma Nou", "created_quote", "Proform\u0103 creat\u0103 cu succes", "updated_quote", "Proform\u0103 actualizat\u0103 cu succes", "archived_quote", "Proform\u0103 arhivat\u0103 cu succes", "deleted_quote", "Proform\u0103 \u0219tears\u0103", "restored_quote", "Proform\u0103 restaurat\u0103", "archived_quotes", ":count proforme arhivate cu succes", "deleted_quotes", ":count proforme \u0219terse cu succes", "restored_quotes", _s35_22, "expense", "Cheltuial\u0103", "expenses", "Cheltuieli", "vendor", "Furnizor", "vendors", "Furnizori", "task", "Task", "tasks", "Task-uri", "project", "Proiect", "projects", "Proiecte", "activity_1", ":user a creat clientul :client", "activity_2", ":user a arhivat clientul :client", "activity_3", ":user a \u0219ters clientul :client", "activity_4", ":user a creat factura :invoice", "activity_5", ":user a actualizat factura :invoice", "activity_6", ":user a trimis pe email factura :invoice pentru :client la :contact", "activity_7", ":contact a vizualizat factura :invoice pentru :client", "activity_8", ":user a arhivat factura :invoice", "activity_9", ":user a \u0219ters factura :invoice", "activity_10", _s85_0, "activity_11", ":user a actualizat plata :payment", "activity_12", ":user a arhivat plata :payment", "activity_13", ":user a \u0219ters plata :payment", "activity_14", ":user a \xeenc\u0103rcat :credit credite", "activity_15", ":user a actualizat :credit credite", "activity_16", ":user a arhivat :credit credite", "activity_17", ":user a \u0219ters :credit credite", "activity_18", ":user a creat proforma :quote", "activity_19", ":user a actualizat proforma :quote", "activity_20", ":user a trimis pe email proforma :quote pentru :client la :contact", "activity_21", ":contact a vizualizat proforma :quote", "activity_22", ":user a arhivat proforma :quote", "activity_23", ":user a \u0219ters proforma :quote", "activity_24", ":user a restaurat proforma :quote", "activity_25", ":user a restaurat factura :invoice", "activity_26", ":user a restaurat clientul :client", "activity_27", ":user a restaurat plata :payment", "activity_28", ":user a restaurat :credit credite", "activity_29", ":contact a aprobat proforma :quote pentru :client", "activity_30", ":user a creat furnizorul :vendor", "activity_31", ":user a arhivat furnizorul :vendor", "activity_32", ":user a \u0219ters furnizorul :vendor", "activity_33", ":user a restaurat furnizorul :vendor", "activity_34", ":user a creat cheltuiala :expense", "activity_35", ":user a arhivat cheltuiala :expense", "activity_36", ":user a \u0219ters cheltuiala :expense", "activity_37", ":user a restaurat cheltuiala :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Selecteaza", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Plaj\u0103 num\u0103r factur\u0103", _s20_79, _s20_80, _s20_81, "Plaj\u0103 num\u0103r proform\u0103", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_226, "Data Scadenta", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Facturare", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Valoare plata", "age", "Age", "is_running", "Is Running", "time_log", "Log Timp", "bank_id", "Banca", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u044b\u0439 \u0448\u043b\u044e\u0437", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u044f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "\u0414\u0438\u0430\u043f\u0430\u0437\u043e\u043d", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438\u0442\u044c", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0447\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0430\u044f\u0441\u044f \u0417\u0430\u0442\u0440\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s26_4, _s39_, _s25_5, "\u041f\u0440\u043e\u0435\u043a\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f \u0438 \u043c\u0435\u043d\u044c\u0448\u0435, \u0447\u0435\u043c \u0432\u0441\u0435\u0433\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0441\u043b\u0430\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u044b\u0442\u044c", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0421\u0442\u043e\u043b\u0431\u0435\u0446", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_16, _s29_7, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0418\u0442\u043e\u0433\u043e \u0441\u0447\u0451\u0442\u0430", "quote_total", "\u0412\u0441\u0435\u0433\u043e", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_51, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_53, "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043a\u0430\u0440\u0442\u044b", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "\u0428\u043b\u044e\u0437", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u044b", "statement", "Statement", "taxes", "\u041d\u0430\u043b\u043e\u0433\u0438", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u044f\u0440\u043b\u044b\u043a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u041a\u043e\u043c\u0443", "health_check", "Health Check", "payment_type_id", "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_65, _s17_66, "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "upcoming_quotes", "\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0447\u0451\u0442", "create_quote", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "create_payment", "Create Payment", "create_vendor", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "update_quote", "Update Quote", "delete_quote", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "update_invoice", "Update Invoice", "delete_invoice", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "update_client", "Update Client", "delete_client", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "delete_payment", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "create_task", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "update_task", "Update Task", "delete_task", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b\u044c", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u041f\u0440\u0430\u0432\u0430", "tokens", "\u0422\u043e\u043a\u0435\u043d\u044b", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u0430\u0432\u0430", "created_token", "\u0422\u043e\u043a\u0435\u043d \u0441\u043e\u0437\u0434\u0430\u043d", "updated_token", "\u0422\u043e\u043a\u0435\u043d \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_token", _s27_27, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "email_quote", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0421\u0443\u043c\u043c\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_77, _s17_78, _s17_79, "\u0418\u043d\u0434\u0435\u043a\u0441/\u0413\u043e\u0440\u043e\u0434/\u0421\u0442\u0440\u0430\u043d\u0430", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0-30 \u0434\u043d\u0435\u0439", "age_group_30", "30-60 \u0434\u043d\u0435\u0439", "age_group_60", "60-90 \u0434\u043d\u0435\u0439", "age_group_90", "90-120 \u0434\u043d\u0435\u0439", "age_group_120", "120+ \u0434\u043d\u0435\u0439", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0441\u0447\u0451\u0442\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0441\u0447\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_47, _s65_2, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_48, _s65_2, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "load_design", "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "\u0422\u0438\u043a\u0435\u0442\u044b", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u0414\u0430\u0442\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u044b", "new_credit", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "Edit Credit", "created_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_credit", _s27_34, "archived_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", "removed_credit", _s27_36, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c", "number", "Number", "export", "\u042d\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a", "count", "Count", "totals", "\u0418\u0442\u043e\u0433\u043e", "blank", "Blank", "day", "\u0414\u0435\u043d\u044c", "month", "\u041c\u0435\u0441\u044f\u0446", "year", "\u0413\u043e\u0434", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0421\u0442\u043e\u043b\u0431\u0446\u044b", "aging", "Aging", "profit_and_loss", "\u041f\u0440\u0438\u0431\u044b\u043b\u0438 \u0438 \u0443\u0431\u044b\u0442\u043a\u0438", "reports", "Reports", "report", "\u041e\u0442\u0447\u0435\u0442", "add_company", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0441\u0447\u0435\u0442\u0430", _s16_136, _s16_137, "help", "\u041f\u043e\u043c\u043e\u0449\u044c", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u0438", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438", "subtotal", "\u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0438\u0442\u043e\u0433", "line_total", "\u0412\u0441\u0435\u0433\u043e", "item", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u0435\u043d\u0438", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0414\u043d\u0438", "invoice_email", "\u041f\u0438\u0441\u044c\u043c\u043e", "payment_email", "\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438", "users", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "new_user", "New User", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "created_user", _s25_37, "updated_user", "\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_user", _s26_26, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_40, "restored_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0447\u0435\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u044b\u0442\u044c "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e"', _s22_55, "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \xab\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e\xbb \u0432 \u0432\u0430\u0448\u0438\u0445 \u0441\u0447\u0435\u0442\u0430\u0445 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0442\u0435\u0436\u0430.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0446\u0432\u0435\u0442", "secondary_color", "\u0412\u0442\u043e\u0440\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u044b\u0439 \u0446\u0432\u0435\u0442", "page_size", "Page Size", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0428\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "invoice_fields", "\u041f\u043e\u043b\u044f \u0441\u0447\u0451\u0442\u0430", "product_fields", "\u041f\u043e\u043b\u044f \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0441\u0447\u0451\u0442\u0430", "invoice_footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b \u0441\u0447\u0435\u0442\u0430", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0415\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u044b\u0440\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u044f\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u044b\u0440\u0435 \u043c\u0435\u0441\u044f\u0446\u0430", "freq_six_months", "\u041f\u043e\u043b\u0433\u043e\u0434\u0430", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_97, _s17_98, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0421\u0447\u0451\u0442\u0430", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "\u041f\u043e\u043b\u0435 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "\u041f\u043e\u043b\u0435 \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0421 \u0423\u0432\u0430\u0436\u0435\u043d\u0438\u0435\u043c,", _s24_41, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "\u041e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_49, "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043c\u0438", "rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "tax_rate", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0442\u0430\u0432\u043a\u0443", _s16_162, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_163, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s17_104, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u0430\u0440\u0445\u0438\u0432", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s18_86, "\u0412\u044b\u0431\u043e\u0440 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c", "update_products", "\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s20_71, "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0447\u0435\u0442\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0446\u0435\u043d\u0443 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432 \u0432\u0430\u043b\u044e\u0442\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u041f\u043b\u0430\u0442\u044b", "limits", "\u041b\u0438\u043c\u0438\u0442\u044b", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0435\u0440\u0433", "friday", "\u041f\u044f\u0442\u043d\u0438\u0446\u0430", "saturday", "\u0421\u0443\u0431\u0431\u043e\u0442\u0430", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24-\u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_41, _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "device_settings", "Device Settings", "defaults", "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "user_details", "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "tax_rates", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438", "notifications", "\u041e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u042d\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u043e\u043b\u044f", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u0441\u0447\u0451\u0442\u0430", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_58, _s20_73, _s19_55, "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f", "privacy_policy", "Privacy Policy", "sign_up", "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f", "account_login", "\u041b\u043e\u0433\u0438\u043d", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0430 \u0417\u0430\u0442\u0440\u0430\u0442", "pending", "\u041e\u0436\u0438\u0434\u0430\u044e\u0449\u0438\u0439", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_47, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0432 \u0421\u0447\u0451\u0442", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u043c", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a", "created_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "restored_vendor", _s28_28, _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", _s16_182, _s36_11, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_29, "updated_expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b", _s16_183, _s29_21, "deleted_expense", _s23_100, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s23_100, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0441\u0447\u0451\u0442", "logged", "\u0423\u0447\u0442\u0435\u043d\u043e", "running", "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f", "resume", "\u041d\u0430\u0437\u0430\u0434", "task_errors", "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u044b", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", _s25_48, "stopped_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "resumed_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "now", "\u0421\u0435\u0439\u0447\u0430\u0441", _s16_186, _s16_187, "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430", "end_time", "\u0412\u0440\u0435\u043c\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u044f", "duration", "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c", "new_task", "\u041d\u043e\u0432\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "created_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043e", "updated_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u043e", "restored_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_tasks", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "deleted_tasks", "\u0423\u0434\u0430\u043b\u0435\u043d\u043e :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043d\u0430\u0448\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", _s21_82, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "\u041d\u0435\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435", _s30_15, _s42_12, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", "compare", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0421\u0435\u0433\u043e\u0434\u043d\u044f", "custom_range", "Custom Range", "date_range", "Date Range", "current", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439", "previous", "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439", "current_period", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f", "previous_period", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0434\u0443\u0448\u0438\u0439 \u0433\u043e\u0434", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 7 \u0434\u043d\u0435\u0439", "last_week", "\u0417\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043d\u0435\u0434\u0435\u043b\u044e", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439", "this_month", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043c\u0435\u0441\u044f\u0446", "last_month", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043c\u0435\u0441\u044f\u0446", "this_year", "This Year", "last_year", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u0433\u043e\u0434", "custom", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", _s16_191, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", "clone_to_quote", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0447\u0435\u0442", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u043e\u0432", _s16_193, _s16_194, "total_revenue", "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u044b\u0439 \u0434\u043e\u0445\u043e\u0434", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0441\u0447\u0451\u0442", "outstanding", "\u0418\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0435", "invoices_sent", ":count \u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044b", "close", "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", "email", "\u042d\u043b. \u043f\u043e\u0447\u0442\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u044c", "url", "URL", "secret", "Secret", "name", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "logout", "\u0412\u044b\u0439\u0442\u0438", "login", "\u041b\u043e\u0433\u0438\u043d", "filter", "\u0424\u0438\u043b\u044c\u0442\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "search", "\u0418\u0441\u043a\u0430\u0442\u044c", "active", "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0423\u0434\u0430\u043b\u0435\u043d", "dashboard", "\u0413\u043b\u0430\u0432\u043d\u0430\u044f", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "delete", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", "restore", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "ascending", "Ascending", "descending", "Descending", "save", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", _s17_121, _s17_122, "paid_to_date", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance_due", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance", "\u041a \u043e\u043f\u043b\u0430\u0442\u0435", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "vat_number", "\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430 \u041d\u0414\u0421", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", "create", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", _s19_63, _s30_16, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b", "additional", "Additional", "first_name", "\u0418\u043c\u044f", "last_name", "\u0424\u0430\u043c\u0438\u043b\u0438\u044f", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b?", "cancel", "\u041e\u0442\u043c\u0435\u043d\u0430", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "products", "\u0422\u043e\u0432\u0430\u0440\u044b/\u0423\u0441\u043b\u0443\u0433\u0438", "new_product", "\u041d\u043e\u0432\u044b\u0439 \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "created_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_product", "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u043e\u0432\u0430\u0440\u0435/\u0443\u0441\u043b\u0443\u0433\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d\u0430", _s16_201, "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "notes", "\u0417\u0430\u043c\u0435\u0442\u043a\u0438", "cost", "Cost", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u044b", "new_client", "\u041d\u043e\u0432\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "deleted_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "restored_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0414\u043e\u043c/\u041e\u0444\u0438\u0441", "city", "\u0413\u043e\u0440\u043e\u0434", "state", "\u0420\u0430\u0439\u043e\u043d", "postal_code", "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434", "country", "\u0421\u0442\u0440\u0430\u043d\u0430", "invoice", "\u0421\u0447\u0451\u0442", "invoices", "\u0421\u0447\u0435\u0442\u0430", "new_invoice", "\u041d\u043e\u0432\u044b\u0439 \u0441\u0447\u0451\u0442", "created_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_206, "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_207, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_126, _s37_17, "emailed_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043f\u043e \u043f\u043e\u0447\u0442\u0435", "emailed_payment", _s28_59, "amount", "\u0412\u0441\u0435\u0433\u043e", "invoice_number", "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430", "invoice_date", "\u0414\u0430\u0442\u0430 \u0441\u0447\u0451\u0442\u0430", "discount", "\u0421\u043a\u0438\u0434\u043a\u0430", "po_number", "\u041d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0443\u0447\u0435\u043d\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "private_notes", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "frequency", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c", "start_date", "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430", "end_date", "\u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "quote_date", "\u0414\u0430\u0442\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "valid_until", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u0434\u043e", "items", "Items", "partial_deposit", _s16_348, "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", _s16_209, _s16_210, "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u0441\u0435\u0433\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "dismiss", "Dismiss", _s20_76, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_62, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u042f\u0437\u044b\u043a", "currency", "\u0412\u0430\u043b\u044e\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f", "created_on", "Created On", "updated_at", "Updated", "tax", "\u041d\u0430\u043b\u043e\u0433", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a", "sent", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", "viewed", "Viewed", "approved", "Approved", "partial", _s16_348, "paid", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "mark_sent", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_53, _s35_20, "refresh_data", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0414\u0430\u043d\u043d\u044b\u0435", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", _s16_211, _s16_212, "clone", "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "loading", "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f", "industry", "Industry", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043e\u043f\u043b\u0430\u0442\u044b", "payment_date", "\u0414\u0430\u0442\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u041f\u043b\u0430\u0442\u0435\u0436\u0430", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "Initial Email", "first_reminder", "\u041f\u0435\u0440\u0432\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u044c\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u0422\u0435\u043c\u0430", "body", "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "send_email", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u043b.\u043f\u043e\u0447\u0442\u0443", "email_receipt", "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0443 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044e \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435 \u043f\u043e \u044d\u043b.\u043f\u043e\u0447\u0442\u0435", "auto_billing", "Auto billing", "button", "\u041a\u043d\u043e\u043f\u043a\u0430", "preview", "Preview", "customize", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0442\u0451\u0436", "payments", "\u041e\u043f\u043b\u0430\u0442\u044b", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0441 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438", "enter_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "new_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "created_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_219, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_220, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s17_131, _s37_20, "quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "quotes", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "new_quote", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "created_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", "restored_quote", _s27_55, "archived_quotes", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u0430", "expenses", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b", "vendor", "Vendor", "vendors", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0438", "task", "Task", "tasks", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435", "project", "Project", "projects", "Projects", "activity_1", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u041a\u043b\u0438\u0435\u043d\u0442\u0430 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u0421\u0447\u0451\u0442 :invoice", "activity_5", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0441\u0447\u0451\u0442 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_53, "activity_43", _s24_54, "activity_44", _s25_54, "activity_45", _s24_55, "activity_46", _s25_55, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_226, "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e-\u0441\u0447\u0435\u0442", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_66, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Prihvati", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Pode\u0161avanja pla\u0107anja", "default", "Podrazumevano", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj kanal pla\u0107anja", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Kreirajte svoj nalog za nekoliko sekundi", "login_label", _s28_0, "add_to_invoice", _s21_110, _s17_11, _s17_12, "week", "Nedelja", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Opseg", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Napravi projekat", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Naknada za ra\u010dun :amount bi bila :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no o\u010di\u0161\u0107en klijent", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direktni dug", _s21_21, _s30_2, "set_password", "Postavi lozinku", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Debitna plac\u0301anja po prethodnom ovla\u0161c\u0301enju", "becs", "BECS direktno zadu\u017eivanje", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161ka # :expense", "view_statement", "Pogledajte izjavu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Od Ime", _s16_23, "Kloniraj u tro\u0161kove", _s17_19, "Ponavljaju\u0107i tro\u0161ak", _s18_19, "Ponavljaju\u0107i tro\u0161kovi", _s21_22, "Novi ponavljaju\u0107i tro\u0161ak", _s22_27, "Izmeni ponavljaju\u0107i tro\u0161ak", _s25_3, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no kreiran", _s25_4, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no izmenjen", _s26_4, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no arhiviran", _s25_5, _s24_112, _s25_6, _s38_2, _s26_5, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no povra\u0107en", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Google analitika", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Uputstvo za upotrebu", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Kada fajl bude spreman primi\u0107ete mejl sa linkom za preuzimanje.", _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user je kreirao redovni ra\u010dun :recurring_invoice", "activity_101", ":user je a\u017eurirao redovni ra\u010dun :recurring_invoice", "activity_102", ":user je arhivirao redovni ra\u010dun :recurring_invoice", "activity_103", ":user je obrisao redovni ra\u010dun :recurring_invoice", "activity_104", ":user je vratio redovni ra\u010dun :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Poslednja izmena", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Ime kontakta", _s17_23, "Prezime kontakta", "order", "Order", "unassigned", "Nije dodeljen.", "partial_value", "Mora biti ve\u0107e od nula i manje od sume", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavite poddomen ili prika\u017eite ra\u010dun na va\u0161oj internet stranici.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promotivni kod", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezbednost", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Pretplata", "subscriptions", "Pretplate", _s16_41, "Nova pretplata", _s17_29, "Izmeni Pretplatu", _s20_29, "Pretplata uspe\u0161no kreirana", _s20_30, "Pretplata uspe\u0161no a\u017eurirana", _s21_34, "Uspe\u0161no arhivirana pretplata", _s20_31, "Uspe\u0161no obrisana pretplata", _s20_32, "Uspe\u0161no uklonjena pretplata", _s21_35, "Uspe\u0161no vra\u0107ena pretplata", _s19_21, "Pretraga 1 Pretplata", _s20_33, "Tra\u017ei :count pretplate", _s26_8, "Poddomen nije dostupan", "connect_gmail", "Pove\u017eite Gmail", _s16_43, "Prekinite vezu sa Gmail-om", "connected_gmail", "Gmail je uspe\u0161no povezan", _s18_35, "Uspe\u0161no je prekinuta veza sa Gmail-om", _s16_45, "Promene u bazi koda mo\u017eda blokiraju a\u017euriranje, mo\u017eete pokrenuti ovu komandu da biste odbacili promene:", _s16_46, "ID broj klijenta", "count_minutes", ":count minuti", _s16_48, "Vreme isteka lozinke", _s29_5, "Zajedni\u010dki broja\u010d ra\u010duna/kredita", "use_last_email", "Koristite poslednju e-po\u0161tu", _s16_50, "Aktivirajte kompaniju", _s21_37, "Omogu\u0107ite e-po\u0161te, redovne ra\u010dune i obave\u0161tenja", _s27_16, "Do\u0161lo je do gre\u0161ke, poku\u0161ajte ponovo", _s27_17, "Molimo prvo postavite lozinku", _s34_7, "Upozorenje: Promena va\u0161eg broja telefona c\u0301e onemoguc\u0301iti 2FA", "help_translate", "Help Translate", _s23_16, "Molimo odaberite dr\u017eavu", "resend_invite", "Ponovo po\u0161aljite pozivnicu", _s19_22, "Uspe\u0161no onemogu\u0107en 2FA", _s16_52, "Uspe\u0161no povezan nalog", _s19_23, "Uspe\u0161no prekinuta veza sa nalogom", "delivered", "Dostavljeno", "bounced", "Odbijene", "spam", "Nepo\u017eeljna e-po\u0161ta", "view_docs", "Pregled dokumenata", _s32_4, "Molimo navedite broj mobilnog telefona da biste omoguc\u0301ili dvofaktorsku potvrdu", "send_sms", "Po\u0161alji SMS poruku", "sms_code", "SMS kod", _s21_38, "O\u010ditajte bar kod uz pomo\u0107 :link odgovaraju\u0107e aplikacije.", _s18_36, "Dvostepena autorizacija uspe\u0161no aktivirana", "connect_google", "Pove\u017eite Google", _s17_31, "Prekinite vezu sa Google-om", _s17_33, "Dvostepena autorizacija", _s18_37, "Onemoguc\u0301ite dva faktora", _s34_8, _s34_9, "stay_logged_in", "Ostanite prijavljeni", _s23_18, "Upozorenje: Va\u0161a sesija uskoro isti\u010de", "count_hours", ":count sati", "count_day", "1 dan", "count_days", ":count dani", _s19_24, _s19_25, _s17_34, "Bezbednosne postavke", "resend_email", "Ponovo po\u0161alji e-po\u0161tu", _s26_10, "Molimo potvrdite adresu svoje e-po\u0161te", _s16_53, "Refundirana uplata", _s19_26, _s22_132, _s19_28, "Izaberite korisnika koji je potvr\u0111en pomoc\u0301u Gmail-a", "list_long_press", "List Long Press", "show_actions", "Prika\u017ei radnje", _s17_36, "Pokrenite opciju vi\u0161e izbora", _s27_19, "E-po\u0161ta je poslata za potvrdu adrese e-po\u0161te", _s21_39, "Da biste koristili :client_counter, dodajte ili :client_number ili :client_id_number da biste spre\u010dili sukobe", "this_quarter", "Ovaj kvartal", "last_quarter", "Poslednji kvartal", "to_update_run", "Za a\u017euriranje pokrenite", _s18_39, "Pretvori u ra\u010dun", _s16_54, "URL za registraciju", "invoice_project", "Naplati Projekat", "invoice_task", "Fakturi\u0161i zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, "Pretraga 1 uslovi pla\u0107anja", _s20_34, "Pretra\u017ei :count uslove pla\u0107anja", _s16_56, "Sa\u010duvaj i pregledaj", "save_and_email", "Sa\u010duvaj i po\u0161alji e-po\u0161tom", _s16_58, _s17_143, _s16_60, "Konvertovani iznos", _s17_38, "Konvertovano stanje", _s22_31, "Pretvoreno u plac\u0301eno do danas", _s24_21, "Konvertovano kreditno stanje", "converted_total", "Ukupno konvertovano", "is_sent", "Je poslato", _s17_40, "Podrazumevani dokumenti", "document_upload", "Otpremiti dokument", _s20_35, "Dozvoli klijentima da po\u0161alju dokumente", "expense_total", "Ukupni tro\u0161kovi", "enter_taxes", "Unesite poreze", "by_rate", "Prema stopi", "by_amount", "Prema iznosu", "enter_amount", "Unesite iznos", "before_taxes", "Pre poreza", "after_taxes", "Posle poreza", "color", "Boja", "show", "Prika\u017ei", "hide", "Sakrij", "empty_columns", "Prazne kolone", _s21_41, "Re\u017eim za otklanjanje gre\u0161aka je omoguc\u0301en", _s26_11, "Upozorenje: Namenjeno da se koristi na lokalnim ma\u0161inama, \u0161to mo\u017ee dovesti do odavanja pristupnih parametara. Kliknite da biste saznali vi\u0161e.", "running_tasks", "Aktivni zadaci", "recent_tasks", "Nedavni zadaci", "recent_expenses", "Nedavni tro\u0161kovi", _s17_42, "Nadolaze\u0107i tro\u0161kovi", "update_app", "A\u017euriraj aplikaciju", "started_import", "Uspe\u0161no pokrenut uvoz", _s24_23, "Mapiranje duplikata kolona", _s20_36, "Koristi inkluzivne poreze", _s18_41, "Je popust na iznos", "column", "Kolona", "sample", "Uzorak", "map_to", "Mapiraj u", "import", "Uvoz", _s25_16, "Koristite prvi red kao nazive kolona", "select_file", "Mollim odaberite datoteku", _s16_62, "Nijedna datoteka nije odabrana", "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Po ra\u010dunu", "waveaccounting", "Wave ra\u010dunovodstvo", "zoho", "Zoho", "accounting", "Ra\u010dunovodstvo", _s22_33, "Molimo navedite sve CSV datoteke.", "import_type", "Tip uvoza", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Prika\u017ei licence", "webhook_url", "Webhook URL", _s17_44, "Ure\u0111iva\u010d preko celog ekrana", "sidebar_editor", "Ure\u0111iva\u010d na bo\u010dnoj traci", _s22_34, 'Molimo unesite ":value" da biste potvrdili', "purge", "O\u010distiti", "service", "Usluga", "clone_to", "Kloniraj u", "clone_to_other", "Kloniraj u drugo", "labels", "Oznake", "add_custom", "Dodaj prilago\u0111eno", "payment_tax", "Porez na plac\u0301anje", "unpaid", "Nepla\u0107eno", "white_label", "Licenca bez brendiranja", "delivery_note", "Otpremnica", _s24_26, "Poslati ra\u010duni su zaklju\u010dani", _s24_28, "Pla\u0107eni ra\u010duni su zaklju\u010dani", "source_code", "Izvorni kod", "app_platforms", "Dodaj platforme", "invoice_late", "Zakasneli ra\u010dun", "quote_expired", "Ponuda je istekla", "partial_due", "Datum avansa", "invoice_total", "Ra\u010dun sveukupno", "quote_total", "Ukupna ponuda", "credit_total", "Credit Total", _s23_19, "Ra\u010dun sveukupno", "actions", "Akcije", "expense_number", "Broj tro\u0161ka", "task_number", "Broj zadatka", "project_number", "Broj projekta", "project_name", "Naziv projekta", "warning", "Upozorenje", "view_settings", "Prika\u017ei pode\u0161avanja", _s24_30, "Upozorenje: ovo preduze\u0107e jo\u0161 nije aktivirano", "late_invoice", "Zakasneli ra\u010dun", "expired_quote", "Istekla ponuda", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime klijenta", "client_phone", "Broj telefona klijenta", "required_fields", "Obavezna polja", "calculated_rate", "Izra\u010dunata stopa", _s17_46, "Podrazumevana stopa zadatka", "clear_cache", "O\u010distite ke\u0161 memoriju", "sort_order", "Redosled sortiranja", "task_status", "Status", "task_statuses", "Statusi zadataka", "new_task_status", "Status novog zadatka", _s16_64, "Uredi status zadatka", _s19_30, "Uspe\u0161no kreiran status zadatka", _s19_31, "Uspe\u0161no a\u017euriran status zadatka", _s20_38, "Uspe\u0161no arhiviran status zadatka", _s19_32, "Uspe\u0161no obrisan status zadatka", _s19_33, "Uspe\u0161no uklonjen status zadatka", _s20_39, "Uspe\u0161no vra\u0107en status zadatka", _s22_35, "Statusi zadataka :value su uspe\u0161no arhivirani", _s21_43, "Statusi zadataka :value su uspe\u0161no obrisani", _s22_36, "Statusi zadataka :value su uspe\u0161no vra\u0107eni", _s18_43, "Pretraga 1 status zadatka", _s20_41, "Pretra\u017ei :count statuse zadataka", _s16_66, "Prika\u017ei tabelu zadataka", _s21_44, "Uvek prika\u017eite odeljak sa zadacima kada kreirate ra\u010dune", _s20_42, "Vremenski dnevnik zadatka ra\u010duna", _s25_17, "Dodajte detalje o vremenu stavkama ra\u010duna", _s20_44, _s20_45, _s25_18, "Dodajte detalje o datumu u stavke ra\u010duna", _s21_45, "Zapo\u010dnite zadatke pre \u010duvanja", _s18_44, "Konfiguri\u0161ite statuse", "task_settings", "Postavke zadatka", _s20_46, "Konfiguri\u0161ite kategorije", _s18_46, _s19_77, _s20_48, _s24_67, _s21_46, "Kategorija izmene tro\u0161kova", _s24_31, "Kategorija tro\u0161kova uspe\u0161no napravljena", _s24_32, "Kategorija tro\u0161kova uspe\u0161no izmenjena", _s25_20, "Kategorija tro\u0161kova uspe\u0161no arhivirana", _s24_33, "Kategorija uspe\u0161no obrisana", _s24_34, "Uspe\u0161no uklonjena kategorija tro\u0161kova", _s25_21, "Kategorija tro\u0161kova uspe\u0161no vra\u0107ena", _s27_23, "Uspe\u0161no arhivirano :count kategorija tro\u0161kova", _s26_12, "Uspe\u0161no obrisana kategorija tro\u0161kova :value", _s27_24, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova :value", _s23_20, "Pretraga 1 kategorija tro\u0161kova", _s25_23, "Pretra\u017eiti :count kategorije tro\u0161kova", _s21_48, "Koristite dostupne kredite", "show_option", "Prika\u017ei opciju", _s22_37, "Iznos kredita ne mo\u017ee biti vec\u0301i od iznosa uplate", "view_changes", "Prika\u017ei promene", "force_update", "Prisilno a\u017euriranje", _s17_48, "Pokrec\u0301ete najnoviju verziju, ali mo\u017eda postoje ispravke na \u010dekanju.", "mark_paid_help", "Pratite tro\u0161ak koji je plac\u0301en", _s18_48, "Treba biti fakturisan", _s23_21, "Omoguc\u0301ite da se tro\u0161ak fakturi\u0161e", _s29_8, "U\u010dinite dokumente vidljivim", _s21_50, "Podesite kurs", _s16_68, "Pode\u0161avanja tro\u0161kova", _s18_49, "Kloniraj u ponavljajuc\u0301e", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Polje korisnika", "variables", "Varijable", "show_password", "Prika\u017ei lozinku", "hide_password", "Sakrij lozinku", "copy_error", "Kopiraj gre\u0161ku", "capture_card", "Capture Card", _s17_49, "Automatski obra\u010dun je omoguc\u0301en", "total_taxes", "Ukupni porezi", "line_taxes", "Line Taxes", "total_fields", "Ukupno polja", _s25_24, "Uspe\u0161no zaustavljen redovni ra\u010dun", _s25_25, "Uspe\u0161no zapo\u010det redovni ra\u010dun", _s25_26, "Uspe\u0161no je nastavljena ponavljajuc\u0301a faktura", "gateway_refund", "Gateway Refund", _s19_34, "Obradite povrac\u0301aj preko kanala za plac\u0301anje", "due_date_days", "Datum dospe\u0107a", "paused", "Pauzirano", "mark_active", "Ozna\u010diti aktivno", "day_count", "Dan :count", _s22_38, "Prvi dan u mesecu", _s21_51, "Poslednji dan u mesecu", _s17_51, "Koristite uslove plac\u0301anja", "endless", "Beskona\u010dno", "next_send_date", "Sledec\u0301i datum slanja", _s16_70, "Preostali ciklusi", _s17_53, "Ponavljaju\u0107i ra\u010dun", _s18_51, "Ponavljaju\u0107i ra\u010duni", _s21_53, "Novi ponavljaju\u0107i ra\u010dun", _s22_40, "Izmeni ponavljaju\u0107i ra\u010dun", _s25_27, "Uspe\u0161no napravljen redovni ra\u010dun", _s25_28, "Uspe\u0161no a\u017euriran redovni ra\u010dun", _s26_13, "Redovni ra\u010dun uspe\u0161no arhiviran", _s25_29, "Redovni ra\u010dun uspe\u0161no obrisan", _s25_30, "Uspe\u0161no uklonjen redovni ra\u010dun", _s26_14, "Redovni ra\u010dun uspe\u0161no obnovljen", _s27_25, "Redovni :value ra\u010duni su uspe\u0161no arhivirani", _s26_15, "Redovni :value ra\u010duni su uspe\u0161no obrisani", _s27_26, "Redovni :value ra\u010duni su uspe\u0161no vra\u0107eni", _s24_35, "Pretraga 1 redovni ra\u010dun", _s25_31, "Pretra\u017ei :count redovne ra\u010dune", "send_date", "Datum slanja", "auto_bill_on", "Automatska naplata uklju\u010dena", _s28_8, "Minimalni iznos plac\u0301anja", "profit", "Zarada", "line_item", "Stavka", _s18_53, "Dozvoli preplatu", _s23_22, "Podr\u017eite dodatno plac\u0301anje za prihvatanje saveta", _s19_35, _s19_36, _s24_36, "Podr\u0161ka plac\u0301anja delimi\u010dnog minimalnog iznosa /depozita", "test_mode", "Na\u010din testiranja", "opened", "Otvoreno", _s30_4, "Izmirenje nije uspelo", _s30_5, "Izmirenje je uspelo", "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Po\u0161alji e-po\u0161tu", _s17_55, "Red za ponovni poku\u0161aj e-po\u0161te", "failure", "Neuspeh", "quota_exceeded", "Kvota je prema\u0161ena", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Pogledaj portal", "copy_link", "Kopiraj link", "token_billing", "Sa\u010duvaj detalje kartice", _s24_37, "Dobrodo\u0161li u Invoice Ninja-u", "always", "Uvek", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "Broj klijenta", "auto_convert", "Auto konverzija", "company_name", "Ime preduze\u0107a", "reminder1_sent", "Podsetnik 1 poslat", "reminder2_sent", "Podsetnik 2 poslat", "reminder3_sent", "Podsetnik 3 poslat", _s18_55, "Podsetnik koji je poslednji poslat", "pdf_page_info", _s27_70, _s16_74, _s29_81, "emailed_quotes", _s36_46, "emailed_credits", "Krediti uspe\u0161no poslati e-po\u0161tom", "gateway", "Kanal prodaje", "view_in_stripe", "Pogledaj u Stripe-u", "rows_per_page", "Redovi po stranici", "hours", "Sati", "statement", "Izjava", "taxes", "Porezi", "surcharge", "Doplata", "apply_payment", "Primeni pla\u0107anje", "apply_credit", "Primeni kredit", "apply", "Primeni", "unapplied", "Neprimenjeno", "select_label", "Izaberi oznaku", "custom_labels", _s18_118, "record_type", "Tip zapisa", "record_name", "Naziv zapisa", "file_type", "Tip datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Zdravstveni pregled", "payment_type_id", "Tip uplate", "last_login_at", "Poslednje prijavljivanje na", "company_key", "Klju\u010d preduze\u0107a", "storefront", "Izlog", "storefront_help", "Omoguc\u0301ite aplikacijama trec\u0301ih strana da kreiraju ra\u010dune", "client_created", "Klijent kreiran", _s20_51, "E-po\u0161ta za onlajn plac\u0301anje", _s20_53, _s25_60, "completed", "Zavr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto stanje", "client_settings", "Pode\u0161avanja klijenta", _s17_57, "Izabrani ra\u010duni", _s17_59, "Izabrana pla\u0107anja", "selected_quotes", "Izabrane ponude", "selected_tasks", "Izabrani zadaci", _s17_61, "Izabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, "Ra\u010duni van valute", "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107i predra\u010duni", "expired_quotes", "Istekli predra\u010duni", "create_client", "Kreiraj klijenta", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Napravi ponudu", "create_payment", "Kreiraj pla\u0107anje", "create_vendor", "Napravi dobavlja\u010da", "update_quote", "A\u017eurirati ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017eurirati ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017eurirati klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017eurirati dobavlja\u010da", "delete_vendor", _s17_144, "create_expense", "Kreiraj tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj Zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Isklju\u010deno", "when_paid", "Kada je pla\u0107ena", "expires_on", "Isti\u010de", "free", "Besplatan", "plan", "Plan", "show_sidebar", "Prika\u017ei bo\u010dnu traku", "hide_sidebar", _s18_119, "event_type", "Tip doga\u0111aja", "target_url", "Cilj", "copy", "Kopiraj", "must_be_online", "Molimo ponovo pokrenite aplikaciju kada se pove\u017eete na internet", _s17_67, "Crons treba da bude omogu\u0107ena", "api_webhooks", "API Webhooks", "search_webhooks", "Tra\u017ei :count Webhooks", "search_webhook", "Tra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Uspe\u0161no kreiran webhook", "updated_webhook", "Uspe\u0161no a\u017euriran webhook", _s16_76, "Uspe\u0161no arhiviran webhook", "deleted_webhook", "Uspe\u0161no obrisan webhook", "removed_webhook", "Uspe\u0161no uklonjen webhook", _s16_77, "Uspe\u0161no vra\u0107en webhook", _s17_68, "Uspe\u0161no arhiviran :value webhook", _s16_78, "Uspe\u0161no obrisan :value webhook", _s16_79, "Uspe\u0161no uklonjen :value webhook", _s17_69, "Uspe\u0161no vra\u0107en :value webhook", "api_tokens", "API tokeni", "api_docs", "API dokumenti", "search_tokens", "Pretra\u017ei :count tokene", "search_token", _s16_246, "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Izmeni token", "created_token", "Uspe\u0161no kreiran token", "updated_token", "Uspe\u0161no a\u017euriran token", "archived_token", "Uspe\u0161no arhiviran token", "deleted_token", "Uspe\u0161no obrisan token", "removed_token", "Uspe\u0161no uklonjen token", "restored_token", "Uspe\u0161no vra\u0107en token", "archived_tokens", "Uspe\u0161no arhivirane :value tokena", "deleted_tokens", "Uspe\u0161no obrisane :value tokena", "restored_tokens", "Uspe\u0161no vra\u0107ene :value tokena", _s19_37, _s21_111, _s24_39, "Omoguc\u0301ite klijentima da se sami registruju na portalu", _s21_55, "Prilagodite i pregledajte", "email_invoice", _s16_247, "email_quote", "Po\u0161alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-po\u0161tom", _s20_56, "Klijent nema pode\u0161enu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Vidi PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_85, _s16_80, "Preostali kredit", "contact_name", "Ime kontakta", "use_default", "Koristi kao podrazumevano", _s16_82, "Beskrajni podsetnici", "number_of_days", "Broj dana", _s23_24, "Konfiguri\u0161ite uslove plac\u0301anja", "payment_term", "Uslov pla\u0107anja", _s16_83, "Novi uslov pla\u0107anja", _s17_71, "Uredi uslov pla\u0107anja", _s20_57, "Uspe\u0161no kreiran rok plac\u0301anja", _s20_58, "Uspe\u0161no a\u017euriran rok plac\u0301anja", _s21_56, "Uspe\u0161no arhiviran rok plac\u0301anja", _s20_59, "Uspe\u0161no obrisan uslov pla\u0107anja", _s20_60, "Uspe\u0161no uklonjen uslov pla\u0107anja", _s21_57, "Uspe\u0161no vra\u0107en uslov pla\u0107anja", _s22_45, "Uslovi plac\u0301anja :value su uspe\u0161no arhivirani", _s21_58, "Uslovi plac\u0301anja :value su uspe\u0161no obrisani", _s22_46, "Uslovi plac\u0301anja :value su uspe\u0161no vra\u0107eni", "email_sign_in", "Prijavite se putem e-po\u0161te", "change", "Promeniti", _s23_26, _s28_15, _s24_40, "Promeniti u izgled radne povr\u0161ine?", "send_from_gmail", "Poslati sa Gmail-a", "reversed", "Obrnuto", "cancelled", "Otkazano", "credit_amount", "Iznos kredita", "quote_amount", "Iznos ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakrij meni", "show_menu", "Prika\u017ei meni", _s18_57, _s21_165, _s16_85, "Pretra\u017ei dokumenta", "search_designs", "Pretra\u017ei dizajne", "search_invoices", "Pretra\u017ei ra\u010dune", "search_clients", "Pretra\u017ei klijente", "search_products", _s18_120, "search_quotes", "Pretra\u017ei ponude", "search_credits", "Pretra\u017ei kredite", "search_vendors", "Pretra\u017ei dobavlja\u010de", "search_users", "Pretra\u017ei korisnike", _s16_86, "Pretra\u017ei poreske stope", "search_tasks", "Pretra\u017ei zadatke", "search_settings", "Pretra\u017ei postavke", "search_projects", _s17_145, "search_expenses", _s17_146, "search_payments", "Pretra\u017ei pla\u0107anja", "search_groups", "Pretra\u017ei grupe", "search_company", "Pretra\u017ei preduze\u0107e", "search_document", "Pretraga 1 dokument", "search_design", "Pretraga 1 dizajn", "search_invoice", "Pretraga 1 ra\u010dun", "search_client", "Pretraga 1 klijent", "search_product", "Pretraga 1 proizvod", "search_quote", "Pretraga 1 ponuda", "search_credit", "Pretraga 1 kredit", "search_vendor", "Pretraga 1 dobavlja\u010d", "search_user", "Pretraga 1 korisnik", "search_tax_rate", "Pretraga 1 poreska stopa", "search_task", "Pretraga 1 zadaci", "search_project", "Pretra\u017ei 1 projekat", "search_expense", "Pretraga 1 tro\u0161ak", "search_payment", "Pretraga 1 pla\u0107anje", "search_group", "Pretraga 1 grupa", "refund_payment", "Isplata povra\u0107aja novca", _s17_75, "Uspe\u0161no otkazan ra\u010dun", _s18_59, "Uspe\u0161no otkazani ra\u010duni", _s16_92, "Uspe\u0161no promenjen ra\u010dun", _s17_76, "Uspe\u0161no promenjeni ra\u010duni", "reverse", "Promeniti", "full_name", "Puno ime", _s17_77, "Grad/dr\u017eava/po\u0161tanski broj", _s17_79, "Po\u0161tanski broj/Grad/Dr\u017eava", "custom1", _s16_349, "custom2", _s17_228, "custom3", _s17_229, "custom4", "\u010cetvrtvo prilago\u0111eno", "optional", "Opciono", "license", "Licenca", "purge_data", "O\u010distiti podatke", _s16_93, "Uspe\u0161no o\u010di\u0161\u0107eni podaci kompanije", _s18_60, "Upozorenje: Ovo c\u0301e trajno izbrisati Va\u0161e podatke, nema mogu\u0107nosti povratka podataka.", "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 Dana", "age_group_30", "30 - 60 Dana", "age_group_60", "60 - 90 Dana", "age_group_90", "90 - 120 Dana", "age_group_120", "120+ Dana", "refresh", "Osve\u017ei", "saved_design", "Uspe\u0161no sa\u010duvan dizajn", "client_details", "Detalji klijenta", "company_address", "Adresa preduze\u0107a", "invoice_details", "Detalji ra\u010duna", "quote_details", "Detalji ponude", "credit_details", "Detalji kredita", "product_columns", "Kolone proizvoda", "task_columns", "Kolone zadataka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Dozvole", "none", "Nijedan", "owned", "Vlasni\u0161tvo", "payment_success", "Uspe\u0161no pla\u0107anje", "payment_failure", "Neuspe\u0161no pla\u0107anje", "invoice_sent", ":count ra\u010dun poslat", "quote_sent", "Ponuda poslata", "credit_sent", "Kredit poslat", "invoice_viewed", "Pregledan ra\u010dun", "quote_viewed", "Pregledana ponuda", "credit_viewed", "Pregledan kredit", "quote_approved", "Ponuda odobrena", _s25_33, "Primi sva obave\u0161tenja", _s16_94, "Kupi licencu", "apply_license", "Primeni licencu", "cancel_account", "Obri\u0161i nalog", _s22_47, "Upozorenje: Ovo \u0107e trajno obrisati va\u0161 nalog, bez opcije povra\u0107aja podataka.", "delete_company", "Izbri\u0161i kompaniju", _s22_48, "Upozorenje: Ovo \u0107e potpuno obrisati podatke o Va\u0161oj kompaniji, nema mogu\u0107nosti povratka podataka.", "enabled_modules", "Dozvoljeni moduli", "converted_quote", "Uspe\u0161no konvertovana ponuda", "credit_design", "Dizajn kredita", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "U\u010ditaj Dizajn", "css_framework", "CSS Okvir", "custom_designs", "Prilago\u0111eni Dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Izmeni dizajn", "created_design", "Uspe\u0161no kreiran dizajn", "updated_design", "Uspe\u0161no izmenjen dizajn", "archived_design", "Uspe\u0161no arhiviran dizajn", "deleted_design", "Uspe\u0161no obrisan dizajn", "removed_design", "Uspe\u0161no uklonjen dizajn", "restored_design", "Uspe\u0161no vra\u0107en dizajn", _s16_96, "Uspe\u0161no arhivirane :value dizajna", "deleted_designs", "Uspe\u0161no obrisane :value dizajna", _s16_97, "Uspe\u0161no vra\u0107ene :value dizajna", "proposals", "Ponude", "tickets", "Tiketi", _s16_98, "Ponavljaju\u0107a ponuda", "recurring_tasks", _s19_78, _s18_61, "Upravljanje ra\u010dunom", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Unesi kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspe\u0161no kreiran kredit", "updated_credit", "Kredit uspe\u0161no izmenjen", "archived_credit", "Uspe\u0161no arhiviran kredit", "deleted_credit", "Uspe\u0161no obrisan kredit", "removed_credit", "Uspe\u0161no uklonjen kredit", "restored_credit", "Uspe\u0161no vra\u0107en kredit", _s16_100, "Uspe\u0161no arhivirano :count kredita", "deleted_credits", "Uspe\u0161no obrisano :count kredita", _s16_101, "Uspe\u0161no vra\u0107ene :value kredita", "current_version", _s16_248, "latest_version", "Poslednja verzija", "update_now", "A\u017euriraj odmah", _s26_21, "Dostupna je nova verzija veb aplikacije", _s16_102, _s19_79, "app_updated", "A\u017euriranje je uspe\u0161no zavr\u0161eno", "learn_more", _s16_249, "integrations", "Integracije", "tracking_id", "ID prac\u0301enja", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Uslovi za kredit", "new_company", "Novo preduze\u0107e", "added_company", "Uspe\u0161no dodano preduze\u0107e", "company1", "Prilago\u0111ena kompanija 1", "company2", "Prilago\u0111ena kompanija 2", "company3", "Prilago\u0111ena kompanija 3", "company4", "Prilago\u0111ena kompanija 4", "product1", "Prilogo\u0111en proizvod 1", "product2", "Prilogo\u0111en proizvod 2", "product3", "Prilogo\u0111en proizvod 3", "product4", "Prilogo\u0111en proizvod 4", "client1", "Prilago\u0111en klijent 1", "client2", "Prilago\u0111en klijent 2", "client3", "Prilago\u0111en klijent 3", "client4", "Prilago\u0111en klijent 4", "contact1", "Prilago\u0111en kontakt 1", "contact2", "Prilago\u0111en kontakt 2", "contact3", "Prilago\u0111en kontakt 3", "contact4", "Prilago\u0111en kontakt 4", "task1", "Prilago\u0111en zadatak 1", "task2", "Prilago\u0111en zadatak 2", "task3", "Prilago\u0111en zadatak 3", "task4", "Prilago\u0111en zadatak 4", "project1", "Prilago\u0111en projekat 1", "project2", "Prilago\u0111en projekat 2", "project3", "Prilago\u0111en projekat 3", "project4", "Prilago\u0111en projekat 4", "expense1", "Prilago\u0111en tro\u0161ak 1", "expense2", "Prilago\u0111en tro\u0161ak 2", "expense3", "Prilago\u0111en tro\u0161ak 3", "expense4", "Prilago\u0111en tro\u0161ak 4", "vendor1", "Prilago\u0111en dobavlja\u010d 1", "vendor2", "Prilago\u0111en dobavlja\u010d 2", "vendor3", "Prilago\u0111en dobavlja\u010d 3", "vendor4", "Prilago\u0111en dobavlja\u010d 4", "invoice1", "Prilago\u0111en ra\u010dun 1", "invoice2", "Prilago\u0111en ra\u010dun 2", "invoice3", "Prilago\u0111en ra\u010dun 3", "invoice4", "Prilago\u0111en ra\u010dun 4", "payment1", "Prilago\u0111eno pla\u0107anje 1", "payment2", "Prilago\u0111eno pla\u0107anje 2", "payment3", "Prilago\u0111eno pla\u0107anje 3", "payment4", "Prilago\u0111eno pla\u0107anje 4", "surcharge1", _s21_166, "surcharge2", _s21_167, "surcharge3", _s21_168, "surcharge4", _s21_169, "group1", "Prilago\u0111ena grupa 1", "group2", "Prilago\u0111ena grupa 2", "group3", "Prilago\u0111ena grupa 3", "group4", "Prilago\u0111ena grupa 4", "reset", "Resetuj", "number", "Broj", "export", "Izvoz", "chart", "Grafikon", "count", "Brojati", "totals", "Totali", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Godina", "subgroup", "Podgrupa", "is_active", "je aktivno", "group_by", "Grupi\u0161i po", "credit_balance", "Stanje kredita", _s18_67, "Poslednja prijava kontakta", _s17_83, _s17_147, "contact_phone", "Kontakt telefon", _s21_59, "Kontaktirajte prilago\u0111enu vrednost 1", _s21_60, "Kontaktirajte prilago\u0111enu vrednost 2", _s21_61, "Kontaktirajte prilago\u0111enu vrednost 3", _s21_62, "Kontaktirajte prilago\u0111enu vrednost 4", _s17_85, "Adresa za isporuku- ulica", _s17_86, "Adresa za isporuku- stan/apartman", "shipping_city", "Adresa za isporuku- grad", "shipping_state", "Adresa za isporuku- Dr\u017eava/Pokrajina", _s20_61, "Adresa za isporuku- po\u0161tanski broj", _s16_132, "Adresa za isporuku- dr\u017eava", _s16_134, "Adresa naplate - Ulica", _s16_135, "Adresa ra\u010duna - Stan/Apartman", "billing_city", "Adresa naplate - Grad", "billing_state", "Adresa naplate - Dr\u017eava/Pokrajina", _s19_40, "Adresa naplate - Po\u0161tanski broj", "billing_country", "Adresa naplate - Dr\u017eava", "client_id", "ID klijenta", "assigned_to", "Dodeljeno za", "created_by", "Kreiran od :name", "assigned_to_id", "Dodeljeno za Id", "created_by_id", "Kreirano od Id", "add_column", "Dodaj kolonu", "edit_columns", "Izmeni kolone", "columns", "Kolone", "aging", "Zastarevanje", "profit_and_loss", "Zarada i gubitak", "reports", "Izve\u0161taji", "report", "Izve\u0161taj", "add_company", "Dodaj preduze\u0107e", "unpaid_invoice", "Nepla\u0107eni ra\u010dun", "paid_invoice", "Pla\u0107eni ra\u010dun", _s16_136, "Neodobrena ponuda", "help", "Pomo\u0107", "refund", "Povra\u0107aj novca", "refund_date", "Datum povra\u0107aja novca", "filtered_by", "Filtrirano po", "contact_email", "Kontakt email", "multiselect", "Vi\u0161e izbora", "entity_state", "Dr\u017eava", "verify_password", "Potvrdi lozinku", "applied", "Primenjeno", _s21_63, "Uklju\u010dite nedavne gre\u0161ke iz prijava", _s30_8, "Primili smo va\u0161u poruku i poku\u0161ac\u0301emo da odgovorimo \u0161to pre.", "message", "Poruka", "from", "\u0160alje", _s20_63, "Prika\u017ei detalje proizvoda", _s25_35, "Prika\u017ei opis i cenu u padaju\u0107oj listi proizvoda", _s20_65, "PDF renderer zahteva :version", _s18_70, "Podesite procenat naknade", _s23_28, "Podesite procenat da biste uzeli u obzir naknadu", _s18_72, "Konfiguri\u0161ite pode\u0161avanja\xa0", "support_forum", "forum podr\u0161ke", "about", "O", "documentation", "Dokumentacija", "contact_us", _s17_148, "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "E-po\u0161ta za kreditiranje", "iframe_url", "Sajt", "domain_url", "Domen URL", _s21_64, _s20_86, _s20_66, "Lozinka mora da sadr\u017ei veliko slovo i broj", _s19_42, _s26_48, _s23_29, "Kontrolna tabla portala za klijente", _s20_67, "Molimo unesite vrednost", "deleted_logo", "Logo je uspe\u0161no obrisan", "yes", "Da", "no", "Ne", "generate_number", "Generi\u0161ite broj", "when_saved", "kada je sa\u010duvan", "when_sent", "kada je poslat", "select_company", "Izaberi kompaniju", "float", "Plutaju\u0107i", "collapse", "Padaju\u0107i", "show_or_hide", "Prika\u017ei/sakrij", "menu_sidebar", "Bo\u010dna traka menija", "history_sidebar", "Bo\u010dna traka istorije", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Modul", "first_custom", _s16_349, "second_custom", _s17_228, "third_custom", _s17_229, "show_cost", "Prika\u017ei cenu", _s17_88, "Prika\u017ei cenu proizvoda", "show_cost_help", "Prika\u017eite polje cene proizvoda da biste pratili mar\u017eu/profit", _s21_65, _s26_49, _s26_23, "Prika\u017eite polje za koli\u010dinu proizvoda, ina\u010de podrazumevan je jedan", _s21_67, _s23_50, _s26_24, "Prika\u017eite polje za koli\u010dinu stavke, ina\u010de podrazumevana je jedna", _s21_69, "Prika\u017ei popust na proizvod", _s26_25, "Prika\u017eite polje za popust na stavku", _s16_138, "Podrazumevana koli\u010dina", _s21_71, "Automatski podesite koli\u010dinu stavke na jednu", "one_tax_rate", "Jedna poreska stopa", "two_tax_rates", "Dve poreske stope", "three_tax_rates", "Tri poreske stope", _s16_140, "Zadata poreska stopa", "user", "Korisnik", "invoice_tax", "Porez na ra\u010dun", "line_item_tax", "Porez na stavku", "inclusive_taxes", "Sa ura\u010dunatim porezima", _s17_90, "Stope poreza na ra\u010dun", "item_tax_rates", "Poreske stope stavke", _s18_74, _s25_93, "configure_rates", "Konfiguri\u0161ite stope", _s18_75, "Konfiguri\u0161ite platne kanale", "tax_settings", "Pode\u0161avanja poreza", _s18_77, "Poreske stope", "accent_color", "Naglasiti boju", "switch", "Prebaci", _s19_44, "Lista odvojena zarezima", "options", "Opcije", _s16_142, "Tekst u jednom redu", "multi_line_text", "Tekst u vi\u0161e redova", "dropdown", "Padaju\u0107i meni", "field_type", "Tip polja", _s27_37, "Poruka za povra\u0107aj lozinke je poslata", "submit", "Podneti", _s16_144, "Povratite va\u0161u lozinku", "late_fees", "Zakasnele takse", "credit_number", "Broj kredita", "payment_number", "Broj plac\u0301anja", "late_fee_amount", "Vrednost tro\u0161ka ka\u0161njenja", _s16_145, "Procenat tro\u0161ka ka\u0161njenja", "schedule", "Raspored", "before_due_date", "Pre roka", "after_due_date", "Posle roka", _s18_79, "Posle datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", _s19_140, "payment_partial", _s19_140, _s21_72, "Delimi\u010dno plac\u0301anje putem e-po\u0161te", "quote_email", "E-po\u0161ta ponuda", _s16_147, "Beskrajni podsetnik", _s16_149, _s23_51, "administrator", "Administrator", _s18_80, "Dozvolite korisniku da upravlja korisnicima, menja postavke i menja sve zapise", "user_management", _s23_52, "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspe\u0161no kreiran korisnik", "updated_user", "Korisnik je uspe\u0161no a\u017euriran", "archived_user", "Uspe\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspe\u0161no obrisan", "removed_user", "Uspe\u0161no uklonjen korisnik", "restored_user", "Uspe\u0161no obnovljen korisnik", "archived_users", "Uspe\u0161no arhivirane :value korisnika", "deleted_users", "Uspe\u0161no obrisane :value korisnika", "removed_users", "Uspe\u0161no uklonjene :value korisnika", "restored_users", "Uspe\u0161no vra\u0107ene :value korisnika", _s16_151, "Op\u0161te postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, _s21_112, _s22_55, _s70_0, _s23_31, _s19_81, _s28_21, "Uklju\u010dite prilo\u017eene slike u fakturu.", _s16_153, _s20_87, _s16_154, _s19_80, "first_page", "Prva stranica", "all_pages", "Sve stranice", "last_page", "Poslednja stranica", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Veli\u010dina stranice", "font_size", "Veli\u010dina fonta", "quote_design", "Dizajn ponude", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja proizvoda", "invoice_terms", "Uslovi ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uslovi predra\u010duna", "quote_footer", "Podno\u017eje ponude", _s18_81, "Automatsko slanje ePo\u0161te", _s23_32, "Automatski po\u0161alji e-po\u0161tom ponavljaju\u0107e ra\u010dune u momentu kreiranja.", _s18_82, "Automatsko Arhiviranje", _s23_33, "Automatski arhiviraj ponude kada su konvertovane.", _s18_83, "Auto konverzija", _s23_34, "Automatski konvertujte predra\u010dun u ra\u010dun nakon \u0161to je odobren od strane klijenta.", _s17_94, "Pode\u0161avanje toka rada", "freq_daily", "Dnevni", "freq_weekly", "Nedeljni", "freq_two_weeks", "Dve nedelje", "freq_four_weeks", "\u010cetiri nedelje", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Tri meseca", _s16_155, "\u010cetiri meseca", "freq_six_months", "\u0160est meseci", "freq_annually", "Godi\u0161nje", "freq_two_years", "Dve godine", _s16_156, "Tri godine", "never", "Nikada", "company", "Kompanija", _s17_97, "Generisani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slede\u0107e ponovno pode\u0161avanje", "reset_counter", "Ponovo podesite broja\u010d", _s16_157, "Prefiks koji se ponavlja", "number_padding", "Pading broja", "general", "Op\u0161ti", "surcharge_field", "Polje doplate", "company_field", "Polje kompanije", "company_value", "Vrednost kompanije", "credit_field", "Polje kredita", "invoice_field", "Polje ra\u010duna", _s17_99, "Doplata za ra\u010dun", "client_field", "Polje klijenta", "product_field", "Polje proizvoda", "payment_field", "Polje plac\u0301anja", "contact_field", "Kontakt polje", "vendor_field", "Polje dobavlja\u010da", "expense_field", "Polje tro\u0161kova", "project_field", "Polje Projekta", "task_field", "Polje zadatka", "group_field", "Grupno polje", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "\u0160ablon broja", "messages", "Poruke", "custom_css", "Prilago\u0111eni CSS", _s17_101, _s22_81, _s16_159, "Prika\u017ei na PDF-u", _s21_74, "Prikazite potpis klijenta na PDF-u ra\u010duna/ponude.", _s25_41, "Polje za potvrdu uslova ra\u010duna", _s30_9, "Zahtevajte od klijenata da potvrde da prihvataju uslove ra\u010duna.", _s23_35, "Polje za potvrdu uslova predra\u010duna", _s28_22, "Zahtevajte od klijenata da potvrde da prihvataju uslove predra\u010duna.", _s25_42, "Potpis ra\u010duna", _s30_10, "Zahtevajte od klijenata da dostave potpis.", _s23_36, "Potpis predra\u010duna", _s22_57, "Ra\u010duni za\u0161tic\u0301eni lozinkom", _s27_38, "Omoguc\u0301ava vam da postavite lozinku za svaki kontakt. Ako je lozinka postavljena, kontakt c\u0301e morati da unese lozinku pre nego \u0161to pregleda ra\u010dune.", "authorization", "Ovla\u0161c\u0301enje", "subdomain", "Poddomen", "domain", "Domen", "portal_mode", "Re\u017eim portala", "email_signature", "Sa po\u0161tovanjem,", _s24_41, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markapa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Zaka\u010di PDF", _s16_160, "Zaka\u010di dokumenta", "attach_ubl", "Zaka\u010di UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markap", "reply_to_email", "Odgovori na email", "reply_to_name", "Odgovori na ime", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", "Kreditna Kartica", "bank_transfer", "Bankovni prenos", "priority", "Prioritet", "fee_amount", "Iznos takse", "fee_percent", "Procenat takse", "fee_cap", "Granica takse", "limits_and_fees", "Ograni\u010denja/takse", "enable_min", "Omogu\u0107i minimum", "enable_max", "Omogu\u0107i maksimum", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, "Logoi prihva\u0107enih kartica", "credentials", "Podaci", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta sa dostavljenim detaljima", "rate", "Stopa", "tax_rate", "Poreska stopa", "new_tax_rate", "Nova poreska stopa", "edit_tax_rate", "Uredi poresku stopu", _s16_162, "Uspe\u0161no kreirana poreska stopa", _s16_163, "Uspe\u0161no a\u017eurirana poreska stopa", _s17_104, "Uspe\u0161no arhivirana poreska stopa", _s16_164, "Poreska stopa uspe\u0161no obrisana", _s17_105, "Poreska stopa uspe\u0161no povra\u0107ena", _s18_84, "Uspe\u0161no arhivirane :value poreskih stopa", _s17_106, "Uspe\u0161no obrisane :value poreskih stopa", _s18_85, "Uspe\u0161no vra\u0107ene :value poreskih stopa", "fill_products", "Automatski popuni proizvode", _s18_86, _s53_2, "update_products", "Automatski a\u017euriraj proizvode", _s20_71, "A\u017euriranje ra\u010duna automatski \u0107e a\u017eurirati registar proizvoda", _s16_165, "Konvertuj proizvode", _s21_75, "Automatski konvertuj cene proizvoda u valutu klijenta", "fees", "Naknade", "limits", "Ograni\u010denja", "provider", "Snadbeva\u010d", "company_gateway", "Platni kanal", _s16_167, "Platni kanali", _s19_50, "Novi platni kanal", _s20_72, "Uredi platni kanal", _s23_37, "Platni kanal uspe\u0161no kreiran", _s23_38, "Platni kanal uspe\u0161no a\u017euriran", _s24_42, "Platni kanal uspe\u0161no arhiviran", _s23_39, "Platni kanal uspe\u0161no obrisan", _s24_43, "Platni kanal uspe\u0161no povra\u0107en", _s25_44, "Uspe\u0161no arhivirana :value platnih kanala", _s24_44, "Uspe\u0161no obrisana :value platnih kanala", _s25_45, "Uspe\u0161no vra\u0107ena :value platnih kanala", _s16_169, "Nastavi izmene", "discard_changes", "Otka\u017ei izmene", "default_value", "Podrazumevana vrednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u nedelji", _s23_40, "Prvi mesec u godini", "sunday", "Nedelja", "monday", "Ponedeljak", "tuesday", "Utorak", "wednesday", "Sreda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Januar", "february", "Februar", "march", "Mart", "april", "April", "may", "Maj", "june", "Jun", "july", "Jul", "august", "Avgust", "september", "Septembar", "october", "Oktobar", "november", "Novembar", "december", "Decembar", "symbol", "Simbol", "ocde", "Kod", "date_format", "Format datuma", "datetime_format", "Format datuma i vremena", "military_time", "24 satno vreme", _s18_87, "24-\u010dasovni prikaz", "send_reminders", "Po\u0161alji podsetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po projektu", _s17_107, _s19_82, _s19_53, _s20_88, _s18_88, _s22_82, _s18_90, _s24_68, "group_settings", "Pode\u0161avanja grupe", "group", "Grupa", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspe\u0161no kreirana", "updated_group", "Grupa je uspe\u0161no a\u017eurirana", "archived_groups", "Uspe\u0161no arhivirane :value grupa", "deleted_groups", "Uspe\u0161no obrisane :value grupa", "restored_groups", "Uspe\u0161no vra\u0107ene :value grupa", "archived_group", "Grupa je uspe\u0161no arhivirana", "deleted_group", "Grupa je uspe\u0161no obrisana", "restored_group", "Grupa je uspe\u0161no vra\u0107ena", "upload_logo", "Otpremi logo", "uploaded_logo", "Logo je uspe\u0161no otpremljen", "logo", "Logo", "saved_settings", "Postavke su uspe\u0161no sa\u010duvane", _s16_171, _s18_121, "device_settings", _s16_251, "defaults", "Podrazumevano", "basic_settings", "Osnovna pode\u0161avanja", _s17_109, _s17_149, "company_details", "Detalji preduze\u0107a", "user_details", _s17_150, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obave\u0161tenja", "import_export", "Uvoz i Izvoz", "custom_fields", _s17_151, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Dugmad za kupovinu odmah", "email_settings", _s16_252, _s23_42, "\u0160abloni & podsetnici", _s22_58, _s24_66, _s19_55, _s22_83, "price", "Cena", "email_sign_up", "Prijavita putem e-po\u0161te", "google_sign_up", "Prijava putem Google-a", _s27_42, "Hvala Vam na kupovini!", "redeem", "Iskoristi", "back", "Nazad", "past_purchases", "Ranije kupovine", _s19_57, _s18_122, "pro_plan", "Pro plan", "enterprise_plan", "Plan preduze\u0107a", "count_users", _s16_253, "upgrade", "Nadogradi", _s25_46, "Unesite ime", _s24_45, "Unesite prezime", _s33_21, "Molimo prihvatite uslove kori\u0161\u0107enja i politiku privatnosti da biste registrovali korisni\u010dki nalog.", "i_agree_to_the", "Sla\u017eem se sa", _s16_173, "Uslovi kori\u0161tenja usluge", "privacy_policy", "Politika privatnosti", "sign_up", "Prijava", "account_login", _s18_124, "view_website", "Poseti internet stranicu", "create_account", "Napravi nalog", "email_login", _s21_113, "create_new", "Kreiraj novo", _s18_92, "Nijedan zapis nije odabran", _s21_79, "Molimo sa\u010duvajte ili otka\u017eite izmene", "download", "Preuzmi", _s27_43, "Zahteva plan preduzec\u0301a", "take_picture", "Fotografi\u0161i", "upload_file", "Otpremi datoteku", "document", "Dokument", "documents", "Dokumenti", "new_document", "Novi dokument", "edit_document", "Izmeni dokument", _s17_111, "Uspe\u0161no otpremljen dokument", _s16_175, "Uspe\u0161no a\u017euriran dokument", _s17_112, "Uspe\u0161no arhiviran dokument", _s16_176, "Uspe\u0161no obrisan dokument", _s17_113, "Uspe\u0161no vra\u0107en dokument", _s18_94, "Uspe\u0161no arhivirane :value dokumenata", _s17_114, "Uspe\u0161no obrisane :value dokumenata", _s18_95, "Uspe\u0161no vra\u0107ene :value dokumenata", "no_history", "Nema istorije", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Prijavljen", _s16_178, "Na \u010dekanju", _s16_179, "Fakturisano", "converted", "Konvertovano", _s24_47, "Dodaj dokumente uz Ra\u010dun", "exchange_rate", "Kurs", _s16_180, "Konvertuj valutu", "mark_paid", "Ozna\u010diti kao pla\u0107eno", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspe\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspe\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspe\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspe\u0161no obrisan dobavlja\u010d", "restored_vendor", "Uspe\u0161no obnovljen dobavlja\u010d", _s16_181, "Uspe\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspe\u0161no obrisano :count dobavlja\u010da", _s16_182, "Uspe\u0161no vra\u0107ene :value dobavlja\u010da", "new_expense", "Unesi tro\u0161ak", "created_expense", "Uspe\u0161no kreiran tro\u0161ak", "updated_expense", "Uspe\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspe\u0161no arhiviran tro\u0161ak", "deleted_expense", "Uspe\u0161no obrisan tro\u0161ak", _s16_184, "Uspe\u0161no obnovljen tro\u0161ak", _s17_115, "Uspe\u0161no arhivirani tro\u0161kovi", _s16_185, "Uspe\u0161no obrisani tro\u0161kovi", _s17_116, "Uspe\u0161no vra\u0107ene :value tro\u0161kova", "copy_shipping", "Kopiraj adresu za isporuku", "copy_billing", "Kopiraj adresu za naplatu", "design", "Dizajn", _s21_80, "Zapis nije prona\u0111en", "invoiced", "Fakturisano", "logged", "Prijavljen", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigujte vremena koja se poklapaju", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", "Zadatak uspe\u0161no pokrenut", "stopped_task", "Uspe\u0161no zavr\u0161en zadatak", "resumed_task", "Uspe\u0161no nastavljen zadatak", "now", "Sada", _s16_186, "Automatsko pokretanje zadataka", "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eetirano", "start_time", "Po\u010detno vreme", "end_time", "Vreme zavr\u0161etka", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspe\u0161no kreiran zadatak", "updated_task", "Uspe\u0161no a\u017euriran zadatak", "archived_task", "Uspe\u0161no arhiviran zadatak", "deleted_task", "Uspe\u0161no obrisan zadatak", "restored_task", "Uspe\u0161no obnovljen zadatak", "archived_tasks", "Uspe\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspe\u0161no obrisano :count zadataka", "restored_tasks", "Uspe\u0161no vra\u0107ene :value zadataka", _s19_59, _s18_123, "budgeted_hours", "Bud\u017eetirani sati", "created_project", "Projekat je uspe\u0161no kreiran", "updated_project", "Projekat je uspe\u0161no a\u017euriran", _s16_188, "Projekat je uspe\u0161no arhiviran", "deleted_project", _s24_112, _s16_189, "Projekat uspe\u0161no vra\u0107en", _s17_117, "Uspe\u0161no arhivirano :count projekata", _s16_190, "Uspe\u0161no obrisano :count projekata", _s17_118, "Uspe\u0161no vra\u0107ene :value projekata", "new_project", "Novi projekat", _s27_47, "Hvala Vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako Vam se dopada molimo Vas", "click_here", "kliknite ovde", _s18_96, "Kliknite ovde", "to_rate_it", "da je ocenite.", "average", "Prosek", "unapproved", "Neodobreno", _s30_15, "Molimo potvrdite autenti\u010dnost da biste promenili ovo pode\u0161avanje", "locked", "Zaklju\u010dano", "authenticate", "Potvrditi autenti\u010dnost", _s19_61, "Molimo potvrdite autenti\u010dnost", _s24_49, "Biometrijska potvrda autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Uporedi", "hosted_login", "Hostovani login", "selfhost_login", "Samohostovani login", "google_sign_in", "Prijavite se pomoc\u0301u Google-a", "today", "Danas", "custom_range", "Prilago\u0111eni opseg", "date_range", "Opseg datuma", "current", "Teku\u0107i", "previous", "Prethodni", "current_period", "Teku\u0107i period", _s17_119, "Period za upore\u0111ivanje", "previous_period", "Prethodni period", "previous_year", _s16_254, "compare_to", "Uporedi sa", "last7_days", "Poslednjih 7 dana", "last_week", "Pro\u0161le nedelje", "last30_days", "Poslednjih 30 dana", "this_month", "Ovog meseca", "last_month", "Pro\u0161log meseca", "this_year", "Ove godine", "last_year", "Pro\u0161le godine", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u ra\u010dun", "clone_to_quote", "Kloniraj u ponudu", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Konvertuj", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Izmeni uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Izmeni tro\u0161ak", "edit_vendor", _s16_255, "edit_project", "Uredi projekat", _s20_74, "Izmeni ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, "Adresa za slanje", "total_revenue", "Ukupni prihod", "average_invoice", "Prose\u010dni ra\u010dun", "outstanding", "Nenapla\u0107eno", "invoices_sent", ":count ra\u010duni poslati", "active_clients", _s16_256, "close", "Zatvori", "email", "Email", "password", "Lozinka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Sortiranje", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna tabla", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Vrati", _s16_195, "Osve\u017eavanje zavr\u0161eno", _s23_43, "Molimo, unesite svoju adresu e-po\u0161te", _s26_34, "Molimo, unesite svoju lozinku", _s21_83, "Molimo, unesite svoj URL", _s26_36, "Molimo, unesite \u0161ifru proizvoda", "ascending", "Rastu\u0107e", "descending", "Opadaju\u0107e", "save", "Snimi", _s17_121, "Do\u0161lo je do gre\u0161ke", "paid_to_date", "Pla\u0107eno na vreme", "balance_due", "Stanje duga", "balance", "Stanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Sajt", "vat_number", "PIB", "id_number", "Mati\u010dni broj", "create", "Kreiraj", _s19_63, "Vrednost :value kopirana na radnu tablu", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_125, "cancel", "Odustani", "ok", "Ok", "remove", "Ukloni", _s16_199, "Adresa e-po\u0161te nije validna", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod", "created_product", "Proizvod je uspe\u0161no kreiran", "updated_product", "Proizvod je uspe\u0161no a\u017euriran", _s16_201, "Proizvod je uspe\u0161no arhiviran", "deleted_product", "Proizvod uspe\u0161no obrisan", _s16_202, "Proizvod uspe\u0161no vra\u0107en", _s17_123, "Uspe\u0161no arhivirano :count proizvoda", _s16_203, "Uspe\u0161no obrisano :count proizvoda", _s17_124, "Uspe\u0161no vra\u0107ene :value proizvoda", "product_key", "Proizvod", "notes", "Bele\u0161ke", "cost", "Cena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspe\u0161no kreiran", "updated_client", "Uspe\u0161no a\u017euriranje klijenta", "archived_client", "Uspe\u0161no arhiviran klijent", _s16_204, "Uspe\u0161no arhivirano :count klijenata", "deleted_client", "Uspe\u0161no obrisan klijent", "deleted_clients", "Uspe\u0161no obrisano :count klijenata", "restored_client", "Uspe\u0161no vra\u0107en klijent", _s16_205, "Uspe\u0161no vra\u0107ene :value klijenata", "address1", "Ulica", "address2", "Stan", "city", "Grad", "state", "Regija/provincija", "postal_code", "Po\u0161tanski broj", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspe\u0161no kreiran ra\u010dun", "updated_invoice", "Uspe\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspe\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspe\u0161no obrisan ra\u010dun", _s16_207, "Uspe\u0161no vra\u0107en ra\u010dun", _s17_125, "Uspe\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspe\u0161no obrisano :count ra\u010duna", _s17_126, "Uspe\u0161no vra\u0107ene :value ra\u010duna", "emailed_invoice", _s29_81, "emailed_payment", "Uplata uspe\u0161no poslata putem e-po\u0161te", "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uslovi", "public_notes", "Javne bele\u0161ke", "private_notes", "Privatne bele\u0161ke", "frequency", "U\u010destalost", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Va\u017ei do", "items", "Stavke", "partial_deposit", "Avans/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospe\u0107a", _s16_209, "Datum dospe\u0107a avansa", "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, _s30_28, _s22_61, "Kliknite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Procenat", "edit", "Uredi", "dismiss", "Odbaci", _s20_76, "Molimo, izaberite datum", _s22_62, _s25_93, _s24_51, "Izaberite ra\u010dun", "task_rate", "Stopa zadatka", "settings", "Pode\u0161avanja", "language", "Jezik", "currency", "Valuta", "created_at", "Datum kreiranja", "created_on", "Napravljeno dana", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo, unesite broj ra\u010duna", _s27_51, "Molimo, unesite broj ponude", "past_due", "Rok istekao", "draft", "Nacrt", "sent", "Poslato", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Avans/Depozit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslato", _s22_64, "Ra\u010dun uspe\u0161no obele\u017een kao poslat", _s22_65, "Ra\u010dun je uspe\u0161no ozna\u010den kao poslat", _s23_45, _s38_36, _s23_46, _s38_36, "done", "Zavr\u0161eno", _s37_18, "Molimo, unesite klijenta ili ime kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovo pokrenite aplikaciju da pokrenuli promenu", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nema zapisa", "clone", "Kloniraj", "loading", "U\u010ditavanje", "industry", "Delatnost", "size", "Veli\u010dina", "payment_terms", "Uslovi pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status pla\u0107anja", _s16_213, "Na \u010dekanju", _s16_214, "Storno", _s16_215, "Neuspe\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, _s21_165, _s16_218, "Refundirano", _s17_128, "Neprimenjeno", _s17_129, _s22_132, "net", "Net", "client_portal", "Portal Klijenta", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Podsetnici putem e-po\u0161te", "enabled", "Omogu\u0107eno", "recipients", "Primaoci", "initial_email", "Inicijalna poruka e-po\u0161tom", "first_reminder", "Prvi podsetnik", "second_reminder", "Drugi podsetnik", "third_reminder", "Tre\u0107i podsetnik", "reminder1", "Prvi podsetnik", "reminder2", "Drugi podsetnik", "reminder3", "Tre\u0107i podsetnik", "template", "\u0160ablon", "send", "Po\u0161alji", "subject", "Naslov", "body", "Telo poruke", "send_email", "Poslati Email", "email_receipt", _s31_25, "auto_billing", "Automatski ra\u010dun", "button", "Dugme", "preview", "Pregled", "customize", "Prilagodi", "history", "Istorija", "payment", "Uplata", "payments", "Uplate", "refunded", "Refundirano", "payment_type", "Tip uplate", _s21_85, _s21_114, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspe\u0161no kreirana uplata", "updated_payment", "Uspe\u0161no a\u017eurirana uplata", _s16_219, "Uspe\u0161no arhivirana uplata", "deleted_payment", "Uspe\u0161no obrisana uplata", _s16_220, "Uspe\u0161no vra\u0107ena uplata", _s17_130, "Uspe\u0161no arhivirana :count uplata", _s16_221, "Uspe\u0161no obrisano :count uplata", _s17_131, "Uspe\u0161no vra\u0107ene :value pla\u0107anja", "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Predra\u010dun je uspe\u0161no kreiran", "updated_quote", "Predra\u010dun je uspe\u0161no a\u017euriran", "archived_quote", "Predra\u010dun je uspe\u0161no arhiviran", "deleted_quote", "Predra\u010dun uspe\u0161no obrisan", "restored_quote", "Uspe\u0161no vra\u0107en predra\u010dun", "archived_quotes", "Uspe\u0161no arhivirano :count predra\u010duna", "deleted_quotes", "Uspe\u0161no obrisano :count predra\u010duna", "restored_quotes", "Uspe\u0161no vra\u0107ene :value ponuda", "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Zadatak", "tasks", "Zadaci", "project", "Projekat", "projects", "Projekti", "activity_1", _s30_29, "activity_2", _s32_13, "activity_3", _s30_30, "activity_4", _s28_61, "activity_5", _s29_47, "activity_6", ":user je poslao ra\u010dun :invoice za :client kontaktu :contact", "activity_7", ":contact je pregledao ra\u010dun :invoice za :client", "activity_8", _s30_31, "activity_9", ":user obrisao ra\u010dun :invoice", "activity_10", ":contact uneo plac\u0301anje :payment za :payment_amount na ra\u010dunu :invoice za :client", "activity_11", _s30_32, "activity_12", _s30_33, "activity_13", _s29_48, "activity_14", ":user uneo :credit kredit", "activity_15", _s29_49, "activity_16", _s30_34, "activity_17", _s28_62, "activity_18", ":user kreirao predra\u010dun :quote", "activity_19", ":user a\u017eurirao predra\u010dun :quote", "activity_20", ":user je poslao predra\u010dun putem e-po\u0161te :quote za :client kontaktu :contact", "activity_21", _s35_46, "activity_22", ":user arhivirao predra\u010dun :quote", "activity_23", ":user obrisao predra\u010dun :quote", "activity_24", ":user obnovio predra\u010dun :quote", "activity_25", _s28_63, "activity_26", _s30_35, "activity_27", _s29_50, "activity_28", _s28_64, "activity_29", ":contact odobrio predra\u010dun :quote za :client", "activity_30", ":user je kreirao dobavlja\u010da/prodavca :vendor", "activity_31", ":user arhivirao dobavlja\u010da/prodavca :vendor", "activity_32", ":user obrisao dobavlja\u010da/prodavca :vendor", "activity_33", ":user obnovio dobavlja\u010da/prodavca :vendor", "activity_34", _s29_51, "activity_35", ":user arhivirao tro\u0161ak :expense", "activity_36", ":user obrisao tro\u0161ak :expense", "activity_37", ":user obnovio tro\u0161ak :expense", "activity_39", ":user je otkazao :payment_amount pla\u0107anje :payment", "activity_40", ":user vratio :adjustment od :payment_amount pla\u0107anja :payment", "activity_41", ":payment_amount pla\u0107anje (:payment) nije uspelo", "activity_42", ":user kreirao zadatak :task", "activity_43", ":user a\u017eurirao zadatak :task", "activity_44", ":user arhivirao zadatak :task", "activity_45", ":user obrisao zadatak :task", "activity_46", ":user obnovio zadatak :task", "activity_47", ":user a\u017eurirao tro\u0161ak :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user obnovio tiket :ticket", "activity_55", ":contact odgovorio na tiket :ticket", "activity_56", ":user pogledao tiket :ticket", "activity_57", "Sistem nije uspeo da po\u0161alje ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user promenio ra\u010dun :invoice", "activity_59", _s28_65, "activity_60", _s35_46, "activity_61", ":user a\u017eurirao klijenta :client", "activity_62", ":user je a\u017eurirao dobavlja\u010da :vendor", "activity_63", ":user je e-po\u0161tom poslao prvi podsetnik za ra\u010dun :invoice na :contact", "activity_64", ":user je e-po\u0161tom poslao drugi podsetnik za ra\u010dun :invoice na :contact", "activity_65", ":user je e-po\u0161tom poslao tre\u0107i podsetnik za ra\u010dun :invoice na :contact", "activity_66", ":user je e-po\u0161tom poslao konstantan podsetnik za ra\u010dun :invoice na :contact", "activity_80", ":user je kreirao pretplatu :subscription", "activity_81", ":user je a\u017eurirao pretplatu :subscription", "activity_82", ":user je arhivirao pretplatu :subscription", "activity_83", ":user je obrisao pretplatu :subscription", "activity_84", ":user je vratio pretplatu :subscription", _s17_132, "Jednokratna lozinka", "emailed_quote", _s36_46, "emailed_credit", "Kredit je uspe\u0161no poslat e-po\u0161tom", _s20_78, "Ponuda uspe\u0161no obele\u017eena kao poslata", _s21_87, "Kredit je uspe\u0161no ozna\u010den kao poslat", "expired", "Isteklo", "all", "Sve", "select", "Odaberi", _s22_66, "Dugo pritisnite Multiselect", "custom_value1", _s20_152, "custom_value2", _s20_152, "custom_value3", "Prilago\u0111ena Vrednost 3", "custom_value4", "Prilago\u0111ena Vrednost 4", _s18_97, _s24_69, _s24_56, "Prilago\u0111ena poruka na kontrolnoj tabli", _s29_37, "Prilago\u0111ena poruka o neplac\u0301enom ra\u010dunu", _s27_58, "Prilago\u0111ena poruka o plac\u0301enom ra\u010dunu", _s31_18, "Prilago\u0111ena poruka o neodobrenoj ponudi", "lock_invoices", _s16_259, "translations", "Prevodi", _s19_64, "Obrazac broja zadatka", _s19_66, "Broja\u010d broja zadataka", _s22_68, "Obrazac broja tro\u0161kova", _s22_70, _s21_115, _s21_88, "Obrazac broja dobavlja\u010da", _s21_90, "Broja\u010d broja dobavlja\u010da", _s21_92, "Obrazac broja tiketa", _s21_94, "Broja\u010d broja tiketa", _s22_72, "Obrazac broja pla\u0107anja", _s22_74, "Broja\u010d broja pla\u0107anja", _s22_76, "Obrazac broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_79, "Obrazac broja ponude", _s20_81, "Broja\u010d ponuda", _s21_96, _s21_170, _s21_98, _s20_153, _s21_100, _s21_170, _s21_101, _s20_153, _s18_99, "Ponovo podesite datum broja\u010da", "counter_padding", "Ispuna ispred broja broja\u010da", _s28_57, "Zajedni\u010dki broja\u010d ponuda ra\u010duna", _s18_101, "Podrazumevani naziv poreza 1", _s18_103, "Podrazumevana poreska stopa 1", _s18_105, "Podrazumevani naziv poreza 2", _s18_107, "Podrazumevana poreska stopa 2", _s18_109, "Podrazumevani naziv poreza 3", _s18_111, "Podrazumevana poreska stopa 3", _s21_102, "Po\u0161alji e-po\u0161tom predmet fakture", _s19_68, "Po\u0161alji e-po\u0161tom predmet ponude", _s21_104, "Po\u0161alji e-po\u0161tom predmet pla\u0107anja", _s29_39, "Predmet delimi\u010dnog plac\u0301anja e-po\u0161te", "show_table", "Prika\u017ei tabelu", "show_list", "Prika\u017eu listu", "client_city", "Grad klijenta", "client_state", "Dr\u017eava klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, _s18_126, "client_balance", "Stanje klijenta", "client_address1", "Ulica klijenta", "client_address2", "Stan/Apartman klijenta", "vendor_address1", "Ulica dobavlja\u010da", "vendor_address2", "Stan/apartman dobavlja\u010da", _s24_58, "Adresa za isporuku klijentu", _s24_59, "Adresa za isporuku- stan/apartman klijentu", "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum dospe\u0107a", "tax_rate1", "Poreska stopa 1", "tax_rate2", "Poreska stopa 2", "tax_rate3", "Poreska stopa 3", "auto_bill", "Auto naplata", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Prilago\u0111eni porezi 1", "custom_taxes2", "Prilago\u0111eni porezi 2", "custom_taxes3", "Prilago\u0111eni porezi 3", "custom_taxes4", "Prilago\u0111eni porezi 4", _s17_134, _s21_166, _s17_135, _s21_167, _s17_136, _s21_168, _s17_137, _s21_169, "is_deleted", "Je obrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", _s17_152, "vendor_country", _s17_152, "is_approved", "Je odobren", "tax_name", "Naziv poreza", "tax_amount", "Iznos poreza", "tax_paid", "Porez Pla\u0107en", "payment_amount", "Iznos uplate", "age", "Period", "is_running", "je pokrenuto", "time_log", "Vremenski zapisi", "bank_id", "Banka", _s19_70, "ID kategorije tro\u0161kova", _s16_227, "Kategorija tro\u0161kova", _s19_72, "ID valute ra\u010duna", "tax_name1", "Naziv poreza 1", "tax_name2", "Naziv poreza 2", "tax_name3", "Naziv poreza 3", "transaction_id", "ID transakcije", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sk", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s22_133, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji\u0165", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "S\xfahlasi\u0165", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Nastavenia platby", "default", "Z\xe1kladn\xe9", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Trvaj\xfaci", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Prida\u0165 br\xe1nu", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Vytvorte \xfa\u010det za sekundu", "login_label", _s28_0, "add_to_invoice", "Prida\u0165 na fakt\xfaru :invoice", _s17_11, _s17_12, "week", "T\xfd\u017ede\u0148", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Faktura\u010dn\xe1 mena", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Vytvori\u0165 projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Poplatok za fakt\xfaru :amount by bol :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1li\u0165", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Klient bol \xfaspe\u0161ne vy\u010disten\xfd", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1lne", "large", "Ve\u013ek\xe9", "extra_large", "Extra ve\u013ek\xe9", _s16_17, "Zobrazi\u0165 uk\xe1\u017eku PDF", _s21_20, "Zobrazte n\xe1h\u013ead PDF pri \xfaprave fakt\xfar", "print_pdf", "Tla\u010d PDF", "remind_me", "Pripomen\xfa\u0165 mi", _s16_19, "Okam\u017eit\xe1 platba v banke", "click_selected", "Kliknite na polo\u017eku Vybrat\xe9", "hide_preview", "Skry\u0165 uk\xe1\u017eku", "edit_record", "Upravi\u0165 z\xe1znam", _s27_9, "Suma kreditu nem\xf4\u017ee by\u0165 vy\u0161\u0161ia ako suma na fakt\xfare", "giropay", "GiroPay", "direct_debit", "Inkaso", _s21_21, "Nastavte heslo \xfa\u010dtu", "set_password", "Nastavi\u0165 heslo", _s17_14, "Na dosiahnutie najlep\u0161ieho v\xfdkonu odpor\xfa\u010dame pou\u017e\xedva\u0165 po\u010d\xedta\u010dov\xfa aplik\xe1ciu", _s16_21, _s58_0, _s20_24, "Br\xe1na bola \xfaspe\u0161ne odpojen\xe1", "disconnect", "Odpoji\u0165", "add_to_invoices", "Prida\u0165 do fakt\xfar", "acss", "Vopred autorizovan\xe9 debetn\xe9 platby", "becs", "Inkaso BECS", "bulk_download", "Stiahnu\u0165", _s17_15, "Ukladajte \xfadaje lok\xe1lne, aby sa aplik\xe1cia sp\xfa\u0161\u0165ala r\xfdchlej\u0161ie. Deaktiv\xe1cia m\xf4\u017ee zlep\u0161i\u0165 v\xfdkon vo ve\u013ek\xfdch \xfa\u010dtoch", "persist_ui", "Trval\xe9 pou\u017e\xedvate\u013esk\xe9 rozhranie", "persist_ui_help", "Ulo\u017ete stav pou\u017e\xedvate\u013esk\xe9ho rozhrania lok\xe1lne, aby ste umo\u017enili spustenie aplik\xe1cie na poslednom mieste. Deaktiv\xe1cia m\xf4\u017ee zlep\u0161i\u0165 v\xfdkon", _s18_14, "PS\u010c klienta", _s17_16, "I\u010c DPH klienta", "has_tasks", "M\xe1 \xfalohy", "registration", "Registr\xe1cia", _s27_10, "Autorizujte Stripe na prij\xedmanie online platieb.", "view_expense", "Zobrazi\u0165 v\xfddaje # :expense", "view_statement", "Zobrazi\u0165 V\xfdkaz", "sepa", "platba SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Aktualizujte v\u0161etky z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavi\u0165 predvolen\xfa spolo\u010dnos\u0165", "updated_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne aktualizovan\xe1", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Pom\xf4\u017ete n\xe1m zlep\u0161i\u0165 sa t\xfdm, \u017ee n\xe1m povedzte pre\u010do (volite\u013en\xe9)", "webhook_success", "\xdaspech webhooku", _s24_16, "V\u0161etky \xfalohy musia patri\u0165 tomu ist\xe9mu klientovi", _s27_11, "V\u0161etky v\xfddavky musia patri\u0165 tomu ist\xe9mu klientovi", "app", "Aplik\xe1cia", _s20_25, "Ak chcete dosiahnu\u0165 najlep\u0161\xed v\xfdkon, stiahnite si aplik\xe1ciu :app", _s16_22, "Celkov\xe1 suma brutto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Meno odosielate\u013ea", _s16_23, "Klonova\u0165 do n\xe1kladov", _s17_19, _s17_230, _s18_19, _s17_230, _s21_22, "Nov\xe9 pravideln\xe9 v\xfddaje", _s22_27, "Upravi\u0165 pravideln\xe9 v\xfddaje", _s25_3, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne vytvoren\xe9", _s25_4, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne upraven\xe9", _s26_4, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne archivovan\xe9", _s25_5, "Projekt \xfaspe\u0161ne zmazan\xfd", _s25_6, "Opakovan\xfd v\xfddavok bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s26_5, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne obnoven\xe9", _s24_17, "H\u013eadaj opakuj\xface sa v\xfddavky", _s25_7, "H\u013eadajte opakuj\xface sa v\xfddavky", "last_sent_date", "D\xe1tum posledn\xe9ho odoslania", "include_drafts", "Zahrn\xfa\u0165 koncepty", _s19_19, "Zahr\u0148te do spr\xe1v koncepty z\xe1znamov", "is_invoiced", "Je fakturovan\xe9", "change_plan", "Zmeni\u0165 pl\xe1n", "persist_data", "Trval\xe9 \xfadaje", "customer_count", "Po\u010det z\xe1kazn\xedkov", _s16_24, "Overi\u0165 z\xe1kazn\xedkov", _s16_26, _s16_27, _s28_2, "ID sledovania Google Analytics", "decimal_comma", "Desatinn\xe1 \u010diarka", _s26_6, _s35_7, "select_method", "Vyberte met\xf3du", "select_platform", "Vyberte platformu", _s28_4, "Na pripojenie k Gmailu pou\u017eite webov\xfa aplik\xe1ciu", _s16_28, "Sadzby dane z polo\u017eiek s\xfa deaktivovan\xe9", "enable_markdown", "Povoli\u0165 Markdown", _s20_26, "Previes\u0165 markdown do HTML na PDF", "user_guide", "U\u017e\xedvate\u013esk\xe1 pr\xedru\u010dka", _s18_21, "Prida\u0165 druh\xfd kontakt", "previous_page", "Predch\xe1dzaj\xfaca strana", "next_page", "\u010eal\u0161ia strana", "export_colors", "Exportova\u0165 farby", "import_colors", "Importova\u0165 farby", "clear_all", "Zmaza\u0165 v\u0161etko", "contrast", "Kontrast", "custom_colors", "Vlastn\xe9 farby", "colors", "Farby", _s31_4, "Akt\xedvna farba pozadia na bo\u010dnom paneli", _s25_9, "Akt\xedvna farba p\xedsma na bo\u010dnom paneli", _s33_5, "Farba pozadia neakt\xedvneho bo\u010dn\xe9ho panela", _s27_12, "Neakt\xedvna farba p\xedsma na bo\u010dnom paneli", _s36_3, "Farba pozadia alternat\xedvneho riadka tabu\u013eky", _s31_6, "Farba pozadia hlavi\u010dky fakt\xfary", _s25_11, "Farba p\xedsma hlavi\u010dky fakt\xfary", "net_subtotal", "Netto", "review_app", "Skontrolova\u0165 aplik\xe1ciu", "check_status", "Skontrolova\u0165 stav", "free_trial", "Sk\xfa\u0161obn\xe9 obdobie", _s23_12, "Sk\xfa\u0161obn\xe1 verzia pl\xe1nu Pro kon\u010d\xed o :count dn\xed, kliknut\xedm aktualizujte.", _s21_24, "Dnes je posledn\xfd de\u0148 sk\xfa\u0161obnej verzie pl\xe1nu Pro, kliknut\xedm aktualizujte.", "change_email", "Zmeni\u0165 e-mail", _s25_13, "Volite\u013ene nakonfigurujte samostatn\xfa dom\xe9nu klientskeho port\xe1lu", _s21_25, "\xdalohy zobrazen\xe9 na port\xe1li", "uninvoiced", "Nevyfakturovan\xe9", "subdomain_guide", "Subdom\xe9na sa pou\u017e\xedva na klientskom port\xe1li na prisp\xf4sobenie odkazov tak, aby zodpovedali va\u0161ej zna\u010dke. tj https://your-brand.invoicing.co", "send_time", "\u010cas odoslania", "import_data", "Importova\u0165 \xfadaje", "import_settings", "Nastavenia importu", _s17_21, "Poskytnite s\xfabor JSON", _s19_20, "Vyberte, ak chcete importova\u0165 nastavenia a/alebo \xfadaje", "json", "JSON", _s24_19, "Nie s\xfa povolen\xe9 \u017eiadne typy platieb", "wait_for_data", "Po\u010dkajte na dokon\u010denie na\u010d\xedtania \xfadajov", "net_total", "\u010cist\xfd s\xfa\u010det", "has_taxes", "M\xe1 dane", _s16_29, "Importova\u0165 z\xe1kazn\xedkov", _s18_23, "\xdaspe\u0161ne sa za\u010dal import z\xe1kazn\xedkov", "login_success", "\xdaspe\u0161n\xe9 prihl\xe1senie", "login_failure", "Prihl\xe1senie zlyhalo", "exported_data", "Ke\u010f bude s\xfabor pripraven\xfd, dostanete e-mail s odkazom na stiahnutie", _s23_13, "Zahrn\xfa\u0165 odstr\xe1nen\xfdch klientov", _s28_6, "Na\u010d\xedta\u0165 z\xe1znamy patriace vymazan\xfdm klientom", "step_1_sign_in", "Krok 1: Prihl\xe1ste sa", _s16_32, "Krok 2: Autoriz\xe1cia", "account_id", "ID \xfa\u010dtu", _s27_14, "Migr\xe1cia sa e\u0161te neskon\u010dila", "activity_100", ":user vytvoril opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_101", ":user aktualizoval opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_102", ":user archivoval opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_103", ":user vymazal opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_104", ":user obnovil opakuj\xfacu sa fakt\xfaru :recurring_invoice", _s18_24, "Zobrazi\u0165 d\xe1tum ukon\u010denia \xfalohy", _s23_15, "Povoli\u0165 ur\u010denie d\xe1tumu ukon\u010denia \xfalohy", "gateway_setup", "Nastavenie br\xe1ny", "preview_sidebar", "Uk\xe1\u017eka bo\u010dn\xe9ho panela", _s16_33, "Zobrazen\xe9 \xfadaje za roky", _s18_26, _s31_8, _s16_35, "Ukon\u010di\u0165 v\u0161etky rel\xe1cie", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Naposledy upraven\xfd", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Krstn\xe9 meno kontaktu", _s17_23, "Priezvisko kontaktu", "order", "Order", "unassigned", "Nepridelen\xe9", "partial_value", "Mus\xed by\u0165 v\xe4\u010d\u0161ie ako 0 a menej ako celkov\xfd s\xfa\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povoli\u0165", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavte subdom\xe9nu alebo zobrazte fakt\xfaru na vlastnom webe.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Propaga\u010dn\xfd k\xf3d", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010denie", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Predplatn\xe9", "subscriptions", "Predplatn\xe9", _s16_41, "Nov\xe9 predplatn\xe9", _s17_29, "Aktualizova\u0165 predplatn\xe9", _s20_29, "Predplatn\xe9 \xfaspe\u0161ne vytvoren\xe9", _s20_30, _s32_36, _s21_34, _s32_36, _s20_31, _s34_39, _s20_32, _s34_39, _s21_35, "Predplatn\xe9 bolo \xfaspe\u0161ne obnoven\xe9", _s19_21, "H\u013eada\u0165 1 predplatn\xe9", _s20_33, "H\u013eada\u0165 :count odbery", _s26_8, "Subdom\xe9na nie je dostupn\xe1", "connect_gmail", "Pripojte Gmail", _s16_43, "Odpojte Gmail", "connected_gmail", "Gmail bol \xfaspe\u0161ne pripojen\xfd", _s18_35, "Gmail bol \xfaspe\u0161ne odpojen\xfd", _s16_45, "Zmeny v k\xf3dovej z\xe1kladni m\xf4\u017eu blokova\u0165 aktualiz\xe1ciu, m\xf4\u017eete spusti\u0165 tento pr\xedkaz a zru\u0161i\u0165 zmeny:", _s16_46, "Identifika\u010dn\xe9 \u010d\xedslo klienta", "count_minutes", ":count min\xfaty", _s16_48, "\u010casov\xfd limit hesla", _s29_5, "Zdie\u013ean\xe9 po\u010d\xedtadlo fakt\xfar/kreditov", "use_last_email", "Pou\u017ei\u0165 posledn\xfd e-mail", _s16_50, "Aktivova\u0165 spolo\u010dnos\u0165", _s21_37, "Povoli\u0165 e-maily, opakuj\xface sa fakt\xfary a upozornenia", _s27_16, "Vyskytla sa chyba, sk\xfaste to znova", _s27_17, "Najprv nastavte heslo", _s34_7, "Upozornenie: Zmena telef\xf3nneho \u010d\xedsla deaktivuje 2FA", "help_translate", "Pomoc s prekladom", _s23_16, "Vyberte krajinu", "resend_invite", "Znova odosla\u0165 Pozv\xe1nku", _s19_22, "\xdaspe\u0161ne deaktivovan\xe9 2FA", _s16_52, "\xda\u010det bol \xfaspe\u0161ne pripojen\xfd", _s19_23, "\xda\u010det bol \xfaspe\u0161ne odpojen\xfd", "delivered", "Doru\u010den\xe9", "bounced", "Odmietnut\xe9", "spam", "Nevy\u017eiadan\xe1 po\u0161ta", "view_docs", "Zobrazi\u0165 dokumenty", _s32_4, "Ak chcete povoli\u0165 dvojfaktorov\xe9 overenie, zadajte \u010d\xedslo mobiln\xe9ho telef\xf3nu", "send_sms", "Posla\u0165 SMS", "sms_code", "SMS k\xf3d", _s21_38, "Naskenujte \u010diarov\xfd k\xf3d pomocou aplik\xe1cie kompatibilnej s :link.", _s18_36, "Dvojfaktorov\xe9 overovanie \xfaspe\u0161ne nastaven\xe9", "connect_google", "Pripojte Google", _s17_31, "Odpoji\u0165 Google", _s17_33, "Dvojfaktorov\xe9 overovanie", _s18_37, "Zak\xe1za\u0165 dva faktory", _s34_8, "Vy\u017eadova\u0165 heslo s prihl\xe1sen\xedm na soci\xe1lne siete", "stay_logged_in", "Zosta\u0165 prihl\xe1sen\xfd", _s23_18, "Varovanie: Va\u0161a rel\xe1cia \u010doskoro vypr\u0161\xed.", "count_hours", ":count hod\xedn", "count_day", "1 de\u0148", "count_days", ":count dn\xed", _s19_24, "\u010das rel\xe1cie vypr\u0161al", _s17_34, "Nastavenia zabezpe\u010denia", "resend_email", "Preposla\u0165 email", _s26_10, "Pros\xedm, potvr\u010fte svoju emailov\xfa adresu", _s16_53, "Vr\xe1ten\xe1 platba", _s19_26, _s19_141, _s19_28, "Pros\xedm vyber pou\u017e\xedvate\u013esk\xfa autentifik\xe1ciu cez Gmail", "list_long_press", "Dlh\xe9 stla\u010denie zoznamu", "show_actions", "Uk\xe1\u017e akciu", _s17_36, "Za\u010da\u0165 viacn\xe1sobn\xfd v\xfdber", _s27_19, "Bol odoslan\xfd e-mail na potvrdenie e-mailovej adresy", _s21_39, "Ak chcete pou\u017ei\u0165 :client_counter, pridajte bu\u010f :client_number alebo :client_id_number, aby ste predi\u0161li konfliktom", "this_quarter", "Tento \u0161tvr\u0165rok", "last_quarter", "Posledn\xfd \u0160tvr\u0165rok", "to_update_run", "Ak chcete aktualizova\u0165 spustite", _s18_39, "Previes\u0165 na fakt\xfaru", _s16_54, "Registra\u010dn\xe1 adresa URL", "invoice_project", "Fakt\xfarova\u0165 projekt", "invoice_task", "Fakturova\u0165 \xfalohu", "invoice_expense", "Fakt\xfarova\u0165 v\xfddaje", _s19_29, "H\u013eada\u0165 1 platobn\xfd term\xedn", _s20_34, "H\u013eada\u0165 :count platobn\xe9 podmienky", _s16_56, "Ulo\u017ei\u0165 a zobrazi\u0165 uk\xe1\u017eku", "save_and_email", "Ulo\u017ei\u0165 a posla\u0165 e-mailom", _s16_58, "Podporovan\xe9 udalosti", _s16_60, "Konvertovan\xe1 suma", _s17_38, "Prepo\u010d\xedtan\xfd zostatok", _s22_31, "Preveden\xe9 zaplaten\xe9 na d\xe1tum", _s24_21, "Konvertovan\xfd kreditn\xfd zostatok", "converted_total", "Celkom preveden\xe9", "is_sent", "Je odoslan\xe1", _s17_40, "Predvolen\xe9 dokumenty", "document_upload", "Nahratie dokumentu", _s20_35, "Umo\u017enite klientom nahr\xe1va\u0165 dokumenty", "expense_total", "Celkov\xe9 n\xe1klady", "enter_taxes", "Zadajte dane", "by_rate", "Pod\u013ea sadzby", "by_amount", "Pod\u013ea sumy", "enter_amount", "Zadajte \u010diastku", "before_taxes", "Pred zdanen\xedm", "after_taxes", "Po zdanen\xed", "color", "Farba", "show", "Zobrazi\u0165", "hide", "Skry\u0165", "empty_columns", "Pr\xe1zdne st\u013apce", _s21_41, "Re\u017eim ladenia je povolen\xfd", _s26_11, "Upozornenie: je to ur\u010den\xe9 na pou\u017eitie na lok\xe1lnych po\u010d\xedta\u010doch, m\xf4\u017ee d\xf4js\u0165 k \xfaniku poveren\xed. Kliknut\xedm sa dozviete viac.", "running_tasks", "Spusten\xe9 \xfalohy", "recent_tasks", "Ned\xe1vne \xfalohy", "recent_expenses", "Ned\xe1vne v\xfddavky", _s17_42, "Nadch\xe1dzaj\xface v\xfddavky", "update_app", "Aktualizova\u0165 aplik\xe1ciu", "started_import", "Import bol \xfaspe\u0161ne spusten\xfd", _s24_23, "Duplicitn\xe9 mapovanie st\u013apcov", _s20_36, "Pou\u017e\xedva inkluz\xedvne dane", _s18_41, "Je z\u013eava vo v\xfd\u0161ke", "column", "St\u013apec", "sample", "Vzorka", "map_to", "Mapova\u0165", "import", "Import", _s25_16, "Ako n\xe1zvy st\u013apcov pou\u017eite prv\xfd riadok", "select_file", "Vyberte s\xfabor", _s16_62, "Nie je zvolen\xfd \u017eiadny s\xfabor", "csv_file", "S\xfabor CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Fakturovane", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010dtovn\xedctvo", _s22_33, "Zadajte v\u0161etky s\xfabory CSV.", "import_type", "Typ importu", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Zobrazi\u0165 licencie", "webhook_url", "Webhook URL", _s17_44, "Celoobrazovkov\xfd editor", "sidebar_editor", "Editor bo\u010dn\xe9ho panelu", _s22_34, "Potvr\u010fte zadan\xedm \u201e:value\u201c.", "purge", "Vy\u010disti\u0165", "service", "Slu\u017eba", "clone_to", "Klonova\u0165 do", "clone_to_other", "Klonova\u0165 do in\xe9ho", "labels", "\u0160t\xedtky", "add_custom", "Prida\u0165 vlastn\xe9", "payment_tax", "Platba dane", "unpaid", "Nezaplaten\xe9", "white_label", "Biely \u0161t\xedtok", "delivery_note", "Dodac\xed list", _s24_26, "Odoslan\xe9 fakt\xfary s\xfa uzamknut\xe9", _s24_28, "Zaplaten\xe9 fakt\xfary s\xfa uzamknut\xe9", "source_code", "Zdrojov\xfd k\xf3d", "app_platforms", "Platformy aplik\xe1ci\xed", "invoice_late", _s18_202, "quote_expired", "Platnos\u0165 ponuky vypr\u0161ala", "partial_due", "\u010ciasto\u010dn\xe1 splatnos\u0165", "invoice_total", "Celkom k \xfahrade", "quote_total", "Ponuka celkom", "credit_total", "Celkov\xfd kredit", _s23_19, "Celkov\xe1 fakt\xfara", "actions", "Akcie", "expense_number", "\u010c\xedslo v\xfddavku", "task_number", "\u010c\xedslo \xfalohy", "project_number", "\u010cislo projektu", "project_name", "N\xe1zov projektu", "warning", "Varovanie", "view_settings", "Zobrazi\u0165 nastavenia", _s24_30, "Upozornenie: T\xe1to spolo\u010dnos\u0165 e\u0161te nebola aktivovan\xe1", "late_invoice", _s18_202, "expired_quote", "Platnos\u0165 cenovej ponuky vypr\u0161ala", "remind_invoice", "Pripomen\xfa\u0165 fakt\xfaru", "cvv", "CVC k\xf3d", "client_name", "Meno z\xe1kazn\xedka", "client_phone", "Telef\xf3n klienta", "required_fields", "Povinn\xe9 polia", "calculated_rate", "Vypo\u010d\xedtan\xe1 sadzba", _s17_46, "Predvolen\xe1 miera \xfaloh", "clear_cache", "Vymaza\u0165 vyrovn\xe1vaciu pam\xe4\u0165", "sort_order", "Poradie zoradenia", "task_status", "Stav", "task_statuses", "Stavy \xfaloh", "new_task_status", "Stav novej \xfalohy", _s16_64, "Upravi\u0165 stav \xfalohy", _s19_30, "Stav \xfalohy bol \xfaspe\u0161ne vytvoren\xfd", _s19_31, "\xdaspe\u0161ne aktualizova\u0165 stav \xfalohy", _s20_38, "Stav \xfalohy bol \xfaspe\u0161ne archivovan\xfd", _s19_32, _s33_40, _s19_33, _s33_40, _s20_39, "Stav \xfalohy bol \xfaspe\u0161ne obnoven\xfd", _s22_35, "Stavy \xfaloh :value boli \xfaspe\u0161ne archivovan\xe9", _s21_43, "Stavy \xfaloh :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s22_36, "Stavy \xfaloh :value boli \xfaspe\u0161ne obnoven\xe9", _s18_43, "H\u013eada\u0165 1 stav \xfalohy", _s20_41, "H\u013eada\u0165: count stavy \xfaloh", _s16_66, "Zobrazi\u0165 tabu\u013eku \xfaloh", _s21_44, "Pri vytv\xe1ran\xed fakt\xfar v\u017edy zobrazova\u0165 sekciu \xfaloh", _s20_42, "\u010casov\xfd denn\xedk faktura\u010dnej \xfalohy", _s25_17, "Pridajte \u010dasov\xe9 \xfadaje do riadkov\xfdch polo\u017eiek fakt\xfary", _s20_44, "D\xe1tumov\xfd denn\xedk \xfalohy fakt\xfary", _s25_18, "Pridajte podrobnosti o d\xe1tume do riadkov\xfdch polo\u017eiek fakt\xfary", _s21_45, "Pred ulo\u017een\xedm za\u010dnite \xfalohy", _s18_44, "Konfigurova\u0165 stavy", "task_settings", "Nastavenia \xfalohy", _s20_46, "Konfigurova\u0165 kateg\xf3rie", _s18_46, "Kateg\xf3rie v\xfddajov", _s20_48, "Nov\xe1 kateg\xf3ria v\xfddajov", _s21_46, "Upravi\u0165 kateg\xf3riu v\xfddavkov", _s24_31, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne vytvoren\xe1", _s24_32, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne aktualizovan\xe1", _s25_20, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne archivovan\xe1", _s24_33, "Kateg\xf3ria bola \xfaspe\u0161ne zmazan\xe1", _s24_34, "Kateg\xf3ria v\xfddavkov bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s25_21, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne obnoven\xe1", _s27_23, "Po\u010det \xfaspe\u0161ne archivovan\xfdch kategorii v\xfddajov: :count", _s26_12, "\xdaspe\u0161ne odstr\xe1nen\xe9 kateg\xf3rie v\xfddavkov :value", _s27_24, "\xdaspe\u0161ne obnoven\xe9 kateg\xf3rie n\xe1kladov :value", _s23_20, "Vyh\u013eadajte 1 kateg\xf3riu v\xfddavkov", _s25_23, "H\u013eada\u0165 :count kateg\xf3rie v\xfddavkov", _s21_48, "Pou\u017eite dostupn\xe9 kredity", "show_option", "Zobrazi\u0165 mo\u017enos\u0165", _s22_37, "Suma kreditu nem\xf4\u017ee presiahnu\u0165 sumu platby", "view_changes", "Zobrazi\u0165 zmeny", "force_update", "Vyn\xfati\u0165 aktualiz\xe1ciu", _s17_48, "Pou\u017e\xedvate najnov\u0161iu verziu, ale m\xf4\u017eu by\u0165 k dispoz\xedcii \u010dakaj\xface opravy.", "mark_paid_help", "Sledujte, \u010di bol v\xfddavok zaplaten\xfd", _s18_48, "Treba fakturova\u0165", _s23_21, "Povoli\u0165 faktur\xe1ciu v\xfddavku", _s29_8, "Zvidite\u013enite dokumenty", _s21_50, "Nastavte v\xfdmenn\xfd kurz", _s16_68, "Nastavenia v\xfddavkov", _s18_49, "Klonova\u0165 na opakuj\xface sa", "crypto", "Kryptomeny", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Pou\u017e\xedvate\u013esk\xe9 pole", "variables", "Premenn\xe9", "show_password", "Uk\xe1za\u0165 heslo", "hide_password", "Skry\u0165 heslo", "copy_error", "Chyba kop\xedrovania", "capture_card", "Zachyti\u0165 kartu", _s17_49, "Automatick\xe9 \xfa\u010dtovanie je povolen\xe9", "total_taxes", "Celkov\xe9 dane", "line_taxes", "Riadkov\xe9 dane", "total_fields", "Polia celkom", _s25_24, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne zastaven\xe1", _s25_25, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne spusten\xe1", _s25_26, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne obnoven\xe1", "gateway_refund", "Vr\xe1tenie platby za br\xe1nu", _s19_34, "Spracujte vr\xe1tenie platby prostredn\xedctvom platobnej br\xe1ny", "due_date_days", _s16_350, "paused", "Pozastaven\xe9", "mark_active", "Ozna\u010d\u0165 ako Akt\xedvne", "day_count", "De\u0148 :count", _s22_38, "Prv\xfd de\u0148 v mesiaci", _s21_51, "Posledn\xfd de\u0148 v mesiaci", _s17_51, "Pou\u017eite platobn\xe9 podmienky", "endless", "Nekone\u010dn\xe9", "next_send_date", "D\xe1tum \u010fal\u0161ieho odoslania", _s16_70, "Zost\xe1vaj\xface cykly", _s17_53, "Pravideln\xe1 fakt\xfara", _s18_51, "Pravideln\xe9 fakt\xfary", _s21_53, "Nov\xe1 pravideln\xe1 fakt\xfara", _s22_40, "Upravi\u0165 pravideln\xfa fakt\xfaru", _s25_27, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne vytvoren\xe1", _s25_28, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne aktualizovan\xe1", _s26_13, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne archivovan\xe1", _s25_29, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne vymazan\xe1", _s25_30, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s26_14, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s27_25, "\xdaspe\u0161ne archivovan\xe9 opakuj\xface sa :value fakt\xfary", _s26_15, "\xdaspe\u0161ne odstr\xe1nen\xe9 opakuj\xface sa :value fakt\xfary", _s27_26, "\xdaspe\u0161ne obnoven\xe9 opakuj\xface sa :value fakt\xfary", _s24_35, "Vyh\u013eada\u0165 1 opakuj\xfacu sa fakt\xfaru", _s25_31, "H\u013eada\u0165 :count opakuj\xface sa fakt\xfary", "send_date", "D\xe1tum odoslania", "auto_bill_on", "Zapn\xfa\u0165 Automatick\xe9 \xfa\u010dtovanie", _s28_8, "Minim\xe1lna \u010diastka platby", "profit", "Zisk", "line_item", "Polo\u017eka v riadku", _s18_53, "Povoli\u0165 preplatenie", _s23_22, "Podporte platenie navy\u0161e za prij\xedmanie tipov", _s19_35, "Povoli\u0165 platbu", _s24_36, "Podpora platenia minim\xe1lnej \u010diastky/vkladu", "test_mode", "Testovac\xed m\xf3d", "opened", "Otvoren\xe9", _s30_4, "Zlyhanie zmierenia", _s30_5, "\xdaspech zmierenia", "gateway_success", "\xdaspech br\xe1ny", "gateway_failure", "Porucha br\xe1ny", "gateway_error", "Chyba br\xe1ny", "email_send", "Odosla\u0165 email", _s17_55, "Zoznam opakovania e-mailu", "failure", "Ne\xfaspech", "quota_exceeded", "Prekro\u010den\xe1 kv\xf3ta", _s16_72, "Zlyhanie Upstream", "system_logs", "Syst\xe9mov\xe9 z\xe1znamy", "view_portal", "Zobrazi\u0165 port\xe1l", "copy_link", "Skop\xedrova\u0165 odkaz", "token_billing", "Ulo\u017ei\u0165 podrobnosti kreditnej karty", _s24_37, "Vitajte v Invoice Ninja", "always", "V\u017edy", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0160t\xedtok", "client_number", "\u010c\xedslo z\xe1kazn\xedka", "auto_convert", "Automatick\xe1 konverzia", "company_name", "N\xe1zov spolo\u010dnosti", "reminder1_sent", "Pripomienka 1 odoslan\xe1", "reminder2_sent", "Pripomienka 2 odoslan\xe1", "reminder3_sent", "Pripomienka 3 odoslan\xe1", _s18_55, "Naposledy odoslan\xe1 pripomienka", "pdf_page_info", "Strana :current z :total", _s16_74, _s24_113, "emailed_quotes", _s23_101, "emailed_credits", "\xdaspe\u0161ne zaslan\xe9 kredity e-mailom", "gateway", "Br\xe1na", "view_in_stripe", "Zobrazi\u0165 v Stripe", "rows_per_page", "Po\u010det riadkov na str\xe1nku", "hours", "Hodiny", "statement", "V\xfdkaz", "taxes", "Dane", "surcharge", "Pr\xedplatok", "apply_payment", "Pou\u017ei\u0165 platbu", "apply_credit", "Pou\u017ei\u0165 kredit", "apply", "Pou\u017ei\u0165", "unapplied", "Neaplikovan\xe9", "select_label", "Vybra\u0165 \u0161t\xedtok", "custom_labels", "Vlastn\xe9 \u0161t\xedtky", "record_type", "Typ z\xe1znamu", "record_name", "N\xe1zov z\xe1znamu", "file_type", "Typ s\xfaboru", "height", "V\xfd\u0161ka", "width", "\u0160\xedrka", "to", "Komu", "health_check", "Kontrola zdravia", "payment_type_id", "Typ platby", "last_login_at", "Posledn\xe9 prihl\xe1senie o", "company_key", "K\u013e\xfa\u010d spolo\u010dnosti", "storefront", "Storefront", "storefront_help", "Povo\u013ete aplik\xe1ci\xe1m tret\xedch str\xe1n vytv\xe1ra\u0165 fakt\xfary", "client_created", "Klient vytvoren\xfd", _s20_51, "Online platobn\xfd e-mail", _s20_53, "E-mail s manu\xe1lnou platbou", "completed", "Dokon\u010den\xe9", "gross", "Hrub\xfd", "net_amount", "\u010cist\xe1 \u010diastka", "net_balance", "\u010cist\xfd zostatok", "client_settings", "Nastavenia klienta", _s17_57, "Vybran\xe9 fakt\xfary", _s17_59, "Vybran\xe9 platby", "selected_quotes", "Vybran\xe9 ponuky", "selected_tasks", "Vybran\xe9 \xfalohy", _s17_61, "Vybran\xe9 v\xfddavky", _s17_63, "Bud\xface fakt\xfary", _s17_65, "Fakt\xfary po splatnosti", "recent_payments", "Ned\xe1vne platby", "upcoming_quotes", "Bud\xface ponuky", "expired_quotes", "Vypr\u0161an\xe9 ponuky", "create_client", "Vytvori\u0165 z\xe1kazn\xedka", "create_invoice", "Vytvorenie fakt\xfary", "create_quote", "Vytvori\u0165 ponuku", "create_payment", "Vytvori\u0165 platbu", "create_vendor", "Vytvori\u0165 dod\xe1vate\u013ea", "update_quote", "Aktualizova\u0165 cenov\xfa ponuku", "delete_quote", "Vymaza\u0165 ponuku", "update_invoice", "Aktualizova\u0165 fakt\xfaru", "delete_invoice", "Odstr\xe1ni\u0165 fakt\xfaru", "update_client", "Aktualizova\u0165 klienta", "delete_client", "Odstr\xe1ni\u0165 z\xe1kazn\xedkov", "delete_payment", "Odstr\xe1ni\u0165 platbu", "update_vendor", "Aktualizova\u0165 dod\xe1vate\u013ea", "delete_vendor", "Odstr\xe1ni\u0165 dod\xe1vate\u013ea", "create_expense", "Vytvorte n\xe1klady", "update_expense", "Aktualizova\u0165 v\xfddavky", "delete_expense", "Zmaza\u0165 v\xfddaje", "create_task", "Vytvori\u0165 \xfalohu", "update_task", "Aktualizova\u0165 \xfalohu", "delete_task", "Odstr\xe1ni\u0165 \xfalohu", "approve_quote", "Schv\xe1li\u0165 cenov\xfa ponuku", "off", "Vypnut\xe9", "when_paid", "Ke\u010f zaplaten\xe9", "expires_on", "Vypr\u0161\xed", "free", "Zdarma", "plan", "Pl\xe1n", "show_sidebar", "Zobrazi\u0165 bo\u010dn\xfd panel", "hide_sidebar", "Skry\u0165 bo\u010dn\xfd panel", "event_type", "Typ udalosti", "target_url", "Cie\u013e", "copy", "Kop\xedrova\u0165", "must_be_online", "Po pripojen\xed k internetu re\u0161tartujte aplik\xe1ciu", _s17_67, "Je potrebn\xe9 povoli\u0165 crony", "api_webhooks", "API Webhooks", "search_webhooks", "H\u013eada\u0165 :count Webhooky", "search_webhook", "H\u013eada\u0165 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nov\xfd webhook", "edit_webhook", "Upravi\u0165 webhook", "created_webhook", "Webhook bol \xfaspe\u0161ne vytvoren\xfd", "updated_webhook", "Webhook bol \xfaspe\u0161ne aktualizovan\xfd", _s16_76, "Webhook bol \xfaspe\u0161ne archivovan\xfd", "deleted_webhook", "Webhook bol \xfaspe\u0161ne vymazan\xfd", "removed_webhook", "Webhook bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s16_77, "Webhook bol \xfaspe\u0161ne obnoven\xfd", _s17_68, "Webhooky :value boli \xfaspe\u0161ne archivovan\xe9", _s16_78, _s39_15, _s16_79, _s39_15, _s17_69, "Webhooky :value boli \xfaspe\u0161ne obnoven\xe9", "api_tokens", "Tokeny API", "api_docs", "Dokumenty API", "search_tokens", "H\u0161ada\u0165 :count tokeny", "search_token", "Vyh\u013eada\u0165 1 token", "token", "Token", "tokens", "Tokeny", "new_token", "Nov\xfd token", "edit_token", "Upravi\u0165 token", "created_token", "Token \xfaspe\u0161ne vytvoren\xfd", "updated_token", "Token \xfaspe\u0161ne upraven\xfd", "archived_token", "Token \xfaspe\u0161ne archivovan\xfd", "deleted_token", "Token \xfaspe\u0161ne vymazan\xfd", "removed_token", "Token bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_token", "Token bol \xfaspe\u0161ne obnoven\xfd", "archived_tokens", "\xdaspe\u0161ne archivovan\xe9 :value tokeny", "deleted_tokens", "Tokeny :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", "restored_tokens", "\xdaspe\u0161ne obnoven\xe9 :value tokeny", _s19_37, "Registr\xe1cia klienta", _s24_39, "Umo\u017enite klientom samoregistr\xe1ciu na port\xe1li", _s21_55, "Prisp\xf4sobi\u0165 a zobrazi\u0165 uk\xe1\u017eku", "email_invoice", "Odosla\u0165 fakt\xfaru", "email_quote", "Odosla\u0165 ponuku", "email_credit", "E-mailov\xfd kredit", "email_payment", "Platba e-mailom", _s20_56, "Klient nem\xe1 nastaven\xfa emailov\xfa adresu", "ledger", "Hlavn\xe1 kniha", "view_pdf", "Zobrazi\u0165 PDF", "all_records", "V\u0161etky z\xe1znamy", "owned_by_user", "Vlastnen\xe9 pou\u017e\xedvate\u013eom", _s16_80, "Zost\xe1vaj\xfaci kredit", "contact_name", "Meno kontaktu", "use_default", "Pou\u017ei predvolen\xe9", _s16_82, "Nekone\u010dn\xe9 pripomienky", "number_of_days", "Po\u010det dn\xed", _s23_24, "Konfigur\xe1cia platobn\xfdch podmienok", "payment_term", "Lehota splatnosti", _s16_83, "Nov\xfd platobn\xfd term\xedn", _s17_71, "Upravi\u0165 platobn\xe9 obdobie", _s20_57, "\xdaspe\u0161ne vytvoren\xe9 platobn\xe9 obdobie", _s20_58, "\xdaspe\u0161ne aktualizovan\xe9 platobn\xe9 obdobie", _s21_56, "\xdaspe\u0161ne archivovan\xe9 platobn\xe9 obdobie", _s20_59, _s38_37, _s20_60, _s38_37, _s21_57, "Platobn\xfd term\xedn bol \xfaspe\u0161ne obnoven\xfd", _s22_45, "\xdaspe\u0161ne archivovan\xe9 :value platobn\xe9 podmienky", _s21_58, "\xdaspe\u0161ne vymazan\xe9 :value platobn\xe9 podmienky", _s22_46, "\xdaspe\u0161ne obnoven\xe9 :value platobn\xe9 podmienky", "email_sign_in", "Prihl\xe1ste sa e-mailom", "change", "Zmeni\u0165", _s23_26, "Chcete zmeni\u0165 rozlo\u017eenie pre mobiln\xe9 zariadenia?", _s24_40, "Chcete zmeni\u0165 na rozlo\u017eenie desktop?", "send_from_gmail", "Odosla\u0165 z Gmailu", "reversed", "Obr\xe1ten\xe9", "cancelled", "Zru\u0161en\xe9", "credit_amount", "\u010ciastka dobropisu", "quote_amount", "Suma ponuky", "hosted", "Hos\u0165ovan\xe9", "selfhosted", "Vlasn\xfd hosting", "exclusive", "V\xfdhradne", "inclusive", "Vr\xe1tane", "hide_menu", "Skry\u0165 ponuku", "show_menu", "Zobrazi\u0165 menu", _s18_57, _s17_231, _s16_85, "H\u013eada\u0165 v dokumentoch", "search_designs", "H\u013eada\u0165 vzh\u013eady", "search_invoices", "Vyh\u013eada\u0165 fakt\xfary", "search_clients", "Vyh\u013eadajte klientov", "search_products", "H\u013eada\u0165 produkty", "search_quotes", "Vyh\u013eada\u0165 ponuky", "search_credits", "H\u013eada\u0165 kredity", "search_vendors", "H\u013eada\u0165 predajcov", "search_users", "H\u013eada\u0165 pou\u017e\xedvate\u013eov", _s16_86, "Vyh\u013eadajte da\u0148ov\xe9 sadzby", "search_tasks", "H\u013eada\u0165 \xfalohy", "search_settings", "Nastavenia vyh\u013ead\xe1vania", "search_projects", "H\u013eada\u0165 projekty", "search_expenses", "H\u013eada\u0165 v\xfddavky", "search_payments", "H\u013eadajte platby", "search_groups", "H\u013eada\u0165 v skupin\xe1ch", "search_company", "H\u013eada\u0165 spolo\u010dnos\u0165", "search_document", "Vyh\u013eada\u0165 1 dokument", "search_design", "Vyh\u013eada\u0165 1 vzh\u013ead", "search_invoice", "Vyh\u013eada\u0165 1 fakt\xfaru", "search_client", "Vyh\u013eada\u0165 1 klienta", "search_product", "Vyh\u013eada\u0165 1 produkt", "search_quote", "Vyh\u013eada\u0165 1 ponuku", "search_credit", "Vyh\u013eada\u0165 1 kredit", "search_vendor", "Vyh\u013eada\u0165 1 dod\xe1vate\u013ea", "search_user", "Vyh\u013eada\u0165 1 pou\u017e\xedvate\u013ea", "search_tax_rate", "Vyh\u013eada\u0165 1 da\u0148ov\xfa sadzbu", "search_task", "Vyh\u013eada\u0165 1 \xfalohy", "search_project", "Vyh\u013eada\u0165 1 projekt", "search_expense", "Vyh\u013eada\u0165 1 v\xfddavok", "search_payment", "Vyh\u013eada\u0165 1 platbu", "search_group", "Vyh\u013eada\u0165 1 skupinu", "refund_payment", "Vr\xe1ti\u0165 platbu", _s17_75, _s26_85, _s18_59, _s26_86, _s16_92, _s26_85, _s17_76, "\xdaspe\u0161ne stornovan\xe9 fakt\xfary", "reverse", "Opak", "full_name", "Cel\xe9 Meno", _s17_77, "Mesto/\u0160t\xe1t/PS\u010c", _s17_79, "PS\u010c/Mesto/\u0160t\xe1t", "custom1", "Prv\xe9 vlastn\xe9", "custom2", "Druh\xe9 vlastn\xe9", "custom3", "Tretie vlastn\xe9", "custom4", "\u0160tvrt\xe9 vlastn\xe9", "optional", "Volite\u013en\xe9", "license", "Licencia", "purge_data", "Vy\u010disti\u0165 \xfadaje", _s16_93, "\xdadaje spolo\u010dnosti boli \xfaspe\u0161ne vymazan\xe9", _s18_60, "Upozornenie: T\xfdmto natrvalo vyma\u017eete va\u0161e \xfadaje, nie je mo\u017en\xe9 vr\xe1ti\u0165 sp\xe4\u0165.", "invoice_balance", "Faktura\u010dn\xfd zostatok", "age_group_0", "0 - 30 Dn\xed", "age_group_30", "30 - 60 Dn\xed", "age_group_60", "60 - 90 Dn\xed", "age_group_90", "90 - 120 Dn\xed", "age_group_120", "120+ Dn\xed", "refresh", "Obnovi\u0165", "saved_design", "Dizajn bol \xfaspe\u0161ne ulo\u017een\xfd", "client_details", "Podrobnosti o klientovi", "company_address", "Adresa firmy", "invoice_details", "Detaily Fakt\xfary", "quote_details", "Podrobnosti ponuky", "credit_details", "Podrobnosti o \xfavere", "product_columns", "Produktov\xe9 st\u013apce", "task_columns", "St\u013apce \xfaloh", "add_field", "Prida\u0165 pole", "all_events", "V\u0161etky udalosti", "permissions", "Opr\xe1vnenia", "none", "\u017diadne", "owned", "Vlastnen\xe9", "payment_success", "\xdaspe\u0161nos\u0165 platby", "payment_failure", "Zlyhanie platby", "invoice_sent", ":count fakt\xfara odoslan\xe1", "quote_sent", "Cenov\xe1 ponuka bola odoslan\xe1", "credit_sent", "Kredit odoslan\xfd", "invoice_viewed", "Zobrazen\xe1 fakt\xfara", "quote_viewed", "Zobrazen\xe1 ponuka", "credit_viewed", "Zobrazen\xfd kredit", "quote_approved", "Cenov\xe1 ponuka bola schv\xe1len\xe1", _s25_33, "Prij\xedma\u0165 v\u0161etky upozornenia", _s16_94, "Zak\xfapi\u0165 licenciu", "apply_license", "Aplikova\u0165 licenciu", "cancel_account", "Vymaza\u0165 \xfa\u010det", _s22_47, "Upozornenie: T\xfdm sa natrvalo odstr\xe1ni v\xe1\u0161 \xfa\u010det, nie je mo\u017en\xe9 ho vr\xe1ti\u0165 sp\xe4\u0165.", "delete_company", "Odstr\xe1ni\u0165 spolo\u010dnos\u0165", _s22_48, "Upozornenie: T\xfdm sa natrvalo zma\u017ee spolo\u010dnos\u0165, nieje mo\u017en\xe9 ju vr\xe1ti\u0165 sp\xe4\u0165.", "enabled_modules", "Povolen\xe9 moduly", "converted_quote", "\xdaspe\u0161ne konvertovan\xe1 cenov\xe1 ponuka", "credit_design", "Kreditn\xfd dizajn", "includes", "Zah\u0155\u0148a", "header", "Hlavi\u010dka", "load_design", "Na\u010d\xedta\u0165 vzh\u013ead", "css_framework", "CSS Framework", "custom_designs", "Vlastn\xe9 vzh\u013eady", "designs", "Vzh\u013eady", "new_design", "Nov\xfd vzh\u013ead", "edit_design", "Upravi\u0165 vzh\u013ead", "created_design", "\xdaspe\u0161ne vytvoren\xfd vzh\u013ead", "updated_design", "\xdaspe\u0161ne aktualizovan\xfd vzh\u013ead", "archived_design", "Vzh\u013ead bol \xfaspe\u0161ne archivovan\xfd", "deleted_design", _s29_82, "removed_design", _s29_82, "restored_design", "\xdaspe\u0161ne obnoven\xfd vzh\u013ead", _s16_96, "\xdaspe\u0161ne archivovan\xe9 :value vzh\u013eady", "deleted_designs", "Vzh\u013eady :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s16_97, "\xdaspe\u0161ne obnoven\xe9 :value vzh\u013eady", "proposals", "N\xe1vrhy", "tickets", "Tikety", _s16_98, "Pravideln\xe9 ponuky", "recurring_tasks", "Opakuj\xface sa", _s18_61, "Spr\xe1va \xfa\u010dtu", "credit_date", "D\xe1tum dobropisu", "credit", "Dobropis", "credits", "Dobropisy", "new_credit", "Nov\xfd dobropis", "edit_credit", "Upravi\u0165 dobropis", "created_credit", "Dobropis \xfaspe\u0161ne vytvoren\xfd", "updated_credit", "Dobropis \xfaspe\u0161ne aktualizovan\xfd", "archived_credit", "Dobropis \xfaspe\u0161ne archivovan\xfd", "deleted_credit", "Dobropis \xfaspe\u0161ne odstr\xe1nen\xfd", "removed_credit", "Kredit bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_credit", "Dobropis \xfaspe\u0161ne obnoven\xfd", _s16_100, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dobropisov: :count", "deleted_credits", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch dobropisov: :count", _s16_101, "\xdaspe\u0161ne obnoven\xe9 :value kredity", "current_version", "Aktu\xe1lna verzia", "latest_version", "Najnov\u0161ia verzia", "update_now", "Teraz aktualizova\u0165", _s26_21, "K dispoz\xedcii je nov\xe1 verzia webovej aplik\xe1cie", _s16_102, "Aktualiz\xe1cia k dispoz\xedcii", "app_updated", "Aktualiz\xe1cia bola \xfaspe\u0161ne dokon\u010den\xe1", "learn_more", "Zobrazi\u0165 viac", "integrations", "Integr\xe1cia", "tracking_id", "Id pre sledovanie", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "\xdaverov\xe9 podmienky", "new_company", "Nov\xe1 spolo\u010dnos\u0165", "added_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne pridan\xe1", "company1", "Vlastn\xe1 spolo\u010dnos\u0165 1", "company2", "Vlastn\xe1 spolo\u010dnos\u0165 2", "company3", "Vlastn\xe1 spolo\u010dnos\u0165 3", "company4", "Vlastn\xe1 spolo\u010dnos\u0165 4", "product1", "Produkt na mieru 1", "product2", "Produkt na mieru 2", "product3", "Produkt na mieru 3", "product4", "Produkt na mieru 4", "client1", "Vlastn\xfd klient 1", "client2", "Vlastn\xfd klient 2", "client3", "Vlastn\xfd klient 3", "client4", "Vlastn\xfd klient 4", "contact1", "Vlastn\xfd kontakt 1", "contact2", "Vlastn\xfd kontakt 2", "contact3", "Vlastn\xfd kontakt 3", "contact4", "Vlastn\xfd kontakt 4", "task1", "Vlastn\xe1 \xfaloha 1", "task2", "Vlastn\xe1 \xfaloha 2", "task3", "Vlastn\xe1 \xfaloha 3", "task4", "Vlastn\xe1 \xfaloha 4", "project1", "Vlastn\xfd projekt 1", "project2", "Vlastn\xfd projekt 2", "project3", "Vlastn\xfd projekt 3", "project4", "Vlastn\xfd projekt 4", "expense1", "Vlastn\xe9 n\xe1klady 1", "expense2", "Vlastn\xe9 n\xe1klady 2", "expense3", "Vlastn\xe9 n\xe1klady 3", "expense4", "Vlastn\xe9 n\xe1klady 4", "vendor1", "Vlastn\xfd dod\xe1vate\u013e 1", "vendor2", "Vlastn\xfd dod\xe1vate\u013e 2", "vendor3", "Vlastn\xfd dod\xe1vate\u013e 3", "vendor4", "Vlastn\xfd dod\xe1vate\u013e 4", "invoice1", "Vlastn\xe1 fakt\xfara 1", "invoice2", "Vlastn\xe1 fakt\xfara 2", "invoice3", "Vlastn\xe1 fakt\xfara 3", "invoice4", "Vlastn\xe1 fakt\xfara 4", "payment1", "Vlastn\xe1 platba 1", "payment2", "Vlastn\xe1 platba 2", "payment3", "Vlastn\xe1 platba 3", "payment4", "Vlastn\xe1 platba 4", "surcharge1", _s19_142, "surcharge2", _s19_143, "surcharge3", _s19_144, "surcharge4", _s19_145, "group1", "Vlastn\xe1 skupina 1", "group2", "Vlastn\xe1 skupina 2", "group3", "Vlastn\xe1 skupina 3", "group4", "Vlastn\xe1 skupina 4", "reset", "Resetova\u0165", "number", "\u010c\xedslo", "export", "Exportova\u0165", "chart", "Graf", "count", "Po\u010d\xedta\u0165", "totals", "S\xfa\u010dty", "blank", "Pr\xe1zdne", "day", "De\u0148", "month", "Mesiac", "year", "Rok", "subgroup", "Podskupina", "is_active", "Je akt\xedvne", "group_by", "Zoskupi\u0165 pod\u013ea", "credit_balance", "Zostatok kreditu", _s18_67, "Posledn\xe9 prihl\xe1senie kontaktu", _s17_83, "Cel\xe9 meno kontaktu", "contact_phone", "Kontaktn\xfd telef\xf3n", _s21_59, "Vlastn\xe1 hodnota kontaktu 1", _s21_60, "Vlastn\xe1 hodnota kontaktu 2", _s21_61, "Vlastn\xe1 hodnota kontaktu 3", _s21_62, "Vlastn\xe1 hodnota kontaktu 4", _s17_85, "Ulica dodania", _s17_86, "Byt/Apartm\xe1n dodania", "shipping_city", "Mesto pre dodanie", "shipping_state", "Kraj pre dodanie", _s20_61, "PS\u010c pre dodanie", _s16_132, "Krajina dodania", _s16_134, "Faktura\u010dn\xe1 ulica", _s16_135, "Faktura\u010dn\xfd byt/apartm\xe1n", "billing_city", "Faktura\u010dn\xe9 mesto", "billing_state", "Faktura\u010dn\xfd kraj", _s19_40, "Faktura\u010dn\xe9 PS\u010c", "billing_country", "Faktura\u010dn\xe1 krajina", "client_id", "ID z\xe1kazn\xedka", "assigned_to", "Priraden\xfd", "created_by", "Vytvoril :name", "assigned_to_id", "Priraden\xe9 k Id", "created_by_id", "Vytvoril Id", "add_column", "Prida\u0165 st\u013apec", "edit_columns", "Upravi\u0165 st\u013apce", "columns", "St\u013apce", "aging", "Starnutie", "profit_and_loss", "Zisk a Strata", "reports", "Reporty", "report", "Spr\xe1va", "add_company", "Prida\u0165 spolo\u010dnos\u0165", "unpaid_invoice", "Nezaplaten\xe1 fakt\xfara", "paid_invoice", "Zaplaten\xe1 fakt\xfara", _s16_136, "Neschv\xe1len\xe1 ponuka", "help", "Pomoc", "refund", "Vr\xe1ti\u0165", "refund_date", "D\xe1tum vr\xe1tenia pe\u0148az\xed", "filtered_by", "Filtrovan\xe9 pod\u013ea", "contact_email", "Kontaktn\xfd email", "multiselect", "Viacn\xe1sobn\xfd v\xfdber", "entity_state", "\u0160t\xe1t", "verify_password", "Overte heslo", "applied", "Aplikovan\xe9", _s21_63, "Zahrn\xfa\u0165 ned\xe1vne chyby z logov", _s30_8, "Dostali sme va\u0161u spr\xe1vu a pok\xfasime sa r\xfdchlo odpoveda\u0165.", "message", "Spr\xe1va", "from", "Od", _s20_63, "Zobrazi\u0165 podrobnosti o produkte", _s25_35, "V rozba\u013eovacej ponuke produktu uve\u010fte popis a cenu", _s20_65, "PDF renderer vy\u017eaduje :version", _s18_70, "Upravte percento poplatku", _s23_28, "Upravte percento, aby ste zoh\u013eadnili poplatok", _s18_72, "Konfigurova\u0165 nastavenia", "support_forum", "podporn\xe9 f\xf3rum", "about", "O", "documentation", "Dokument\xe1cia", "contact_us", "Kontaktujte n\xe1s", "subtotal", "Medzis\xfa\u010det", "line_total", "Spolu", "item", "Polo\u017eka", "credit_email", "Kreditn\xfd email", "iframe_url", "Webov\xe1 lokalita", "domain_url", "Adresa URL dom\xe9ny", _s21_64, "Heslo je pr\xedli\u0161 kr\xe1tke", _s20_66, "Heslo mus\xed obsahova\u0165 ve\u013ek\xe9 p\xedsmeno a \u010d\xedslo", _s19_42, "\xdalohy klientskeho port\xe1lu", _s23_29, "Panel klientskeho port\xe1lu", _s20_67, "Zadajte hodnotu", "deleted_logo", "Logo bolo \xfaspe\u0161ne odstr\xe1nen\xe9", "yes", "\xc1no", "no", "Nie", "generate_number", "Generova\u0165 \u010d\xedslo", "when_saved", "Po ulo\u017een\xed", "when_sent", "Ke\u010f odoslan\xe9", "select_company", "Vyberte Spolo\u010dnos\u0165", "float", "Float", "collapse", "Zbali\u0165", "show_or_hide", "Uk\xe1za\u0165/skry\u0165", "menu_sidebar", "Bo\u010dn\xfd panel ponuky", "history_sidebar", "Bo\u010dn\xfd panel hist\xf3rie", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Rozlo\u017eenie", "view", "Zobrazi\u0165", "module", "Modul", "first_custom", "Prv\xe9 vlastn\xe9", "second_custom", "Druh\xe9 vlastn\xe9", "third_custom", "Tretie vlastn\xe9", "show_cost", "Zobrazi\u0165 cenu", _s17_88, "Zobrazi\u0165 cenu produktu", "show_cost_help", "Zobrazte pole s cenou produktu na sledovanie prir\xe1\u017eky/zisk", _s21_65, "Zobrazi\u0165 mno\u017estvo produktu", _s26_23, "Zobrazte pole mno\u017estva produktu, inak je predvolen\xe9 jedno", _s21_67, "Zobrazi\u0165 mno\u017estvo na fakt\xfare", _s26_24, "Zobrazte pole mno\u017estva riadkovej polo\u017eky, inak je predvolene nastaven\xe9 jedno", _s21_69, "Zobrazi\u0165 z\u013eavu na produkt", _s26_25, "Zobrazte pole z\u013eavy riadkovej polo\u017eky", _s16_138, "Predvolen\xe9 mno\u017estvo", _s21_71, "Automaticky nastavi\u0165 mno\u017estvo riadkovej polo\u017eky na jednu", "one_tax_rate", "Jedna da\u0148ov\xe1 sadzba", "two_tax_rates", "Dve da\u0148ov\xe9 sadzby", "three_tax_rates", "Tri da\u0148ov\xe9 sadzby", _s16_140, "Predvolen\xe1 sadzba dane", "user", "Pou\u017e\xedvate\u013e", "invoice_tax", "Da\u0148 na fakt\xfare", "line_item_tax", "Da\u0148 riadkovej polo\u017eky", "inclusive_taxes", "Vr\xe1tane dan\xed", _s17_90, "Faktura\u010dn\xe9 sadzby dane", "item_tax_rates", "Sadzby dane z polo\u017eiek", _s18_74, "Vyberte kontakt", "configure_rates", "Konfigurova\u0165 sadzby", _s18_75, "Nakonfigurujte br\xe1ny", "tax_settings", "Nastavenia dan\xed", _s18_77, "Sadzby dane", "accent_color", "Farba zv\xfdraznenia", "switch", "Prepn\xfa\u0165", _s19_44, "Zoznam oddelen\xfd \u010diarkami", "options", "Mo\u017enosti", _s16_142, "Jednoriadkov\xfd text", "multi_line_text", "Viacriadkov\xfd text", "dropdown", "Rozba\u013eovacia ponuka", "field_type", "Typ po\u013ea", _s27_37, "E-mail na obnovenie hesla bol odoslan\xfd", "submit", "Potvrdi\u0165", _s16_144, "Obnovi\u0165 heslo", "late_fees", "Poplatky za oneskorenie", "credit_number", "\u010c\xedslo dobropisu", "payment_number", "\u010c\xedslo platby", "late_fee_amount", "V\xfd\u0161ka poplatku z ome\u0161kania", _s16_145, "Poplatok za oneskorenie v percent\xe1ch", "schedule", "Pl\xe1n", "before_due_date", "Pred d\xe1tumom splatnosti", "after_due_date", _s18_78, _s18_79, "Po d\xe1tume fakt\xfary", "days", "Dni", "invoice_email", _s16_351, "payment_email", _s16_351, "partial_payment", _s16_352, "payment_partial", _s16_352, _s21_72, "E-mail s \u010diasto\u010dnou platbou", "quote_email", "Email pre ponuky", _s16_147, "Nekone\u010dn\xe1 pripomienka", _s16_149, "Filtrovan\xe9 pod\u013ea pou\u017e\xedvate\u013ea", "administrator", "Spr\xe1vca", _s18_80, "Umo\u017enite pou\u017e\xedvate\u013eovi spravova\u0165 pou\u017e\xedvate\u013eov, meni\u0165 nastavenia a upravova\u0165 v\u0161etky z\xe1znamy", "user_management", "Spr\xe1va pou\u017e\xedvate\u013eov", "users", "U\u017e\xedvatelia", "new_user", "Nov\xfd u\u017e\xedva\u0165e\u013e", "edit_user", "Upravi\u0165 pou\u017e\xedvate\u013ea", "created_user", "U\u017e\xedvate\u013e \xfaspe\u0161ne vytvoren\xfd", "updated_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne upraven\xfd", "archived_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne archivovan\xfd", "deleted_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne vymazan\xfd", "removed_user", "Pou\u017e\xedvate\u013e bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne obnoven\xfd", "archived_users", "\xdaspe\u0161ne archivovan\xe9 :value pou\u017e\xedvatelia", "deleted_users", _s43_8, "removed_users", _s43_8, "restored_users", "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne obnoven\xed", _s16_151, "V\u0161eobecn\xe9 nastavenia", "invoice_options", "Mo\u017enosti fakt\xfary", _s17_92, "Skry\u0165 Uhraden\xe9 k d\xe1tumu", _s22_55, 'Po prijat\xed \xfahrady zobrazi\u0165 len oblas\u0165 "Uhraden\xe9 k d\xe1tumu" na fakt\xfarach.', _s23_31, "Zapracova\u0165 dokumenty", _s28_21, "Zahrn\xfa\u0165 prilo\u017een\xe9 obr\xe1zky do fakt\xfary.", _s16_153, "Zobrazi\u0165 hlavi\u010dku na", _s16_154, "Zobrazi\u0165 p\xe4tu na", "first_page", "Prv\xe1 strana", "all_pages", "V\u0161etky strany", "last_page", "Posledn\xe1 strana", "primary_font", "Prim\xe1rne p\xedsmo", "secondary_font", "Sekund\xe1rne p\xedsmo", "primary_color", "Prim\xe1rna farba", "secondary_color", "Sekund\xe1rna farba", "page_size", "Ve\u013ekos\u0165 str\xe1nky", "font_size", "Ve\u013ekos\u0165 p\xedsma", "quote_design", "Vzh\u013ead ponuky", "invoice_fields", "Polia fakt\xfary", "product_fields", "Polia produktu", "invoice_terms", "Faktura\u010dn\xe9 podmienky", "invoice_footer", "P\xe4ta fakt\xfary", "quote_terms", "Podmienky ponuky", "quote_footer", "P\xe4ta ponuky", _s18_81, "Automatick\xfd e-mail", _s23_32, "Automaticky odosiela\u0165 e-mailom opakuj\xface sa fakt\xfary, ke\u010f s\xfa vytvoren\xe9.", _s18_82, "Automatick\xe1 archiv\xe1cia", _s23_33, "Automaticky archivova\u0165 ponuky po konverzii.", _s18_83, "Automaticky konvertova\u0165", _s23_34, "Automaticky previes\u0165 ponuku na fakt\xfaru po schv\xe1len\xed z\xe1kazn\xedkom.", _s17_94, "Nastavenia pracovn\xe9ho postupu", "freq_daily", "Denne", "freq_weekly", "T\xfd\u017edenne", "freq_two_weeks", "Dva t\xfd\u017edne", "freq_four_weeks", "\u0160tyri t\xfd\u017edne", "freq_monthly", "Mesa\u010dne", "freq_two_months", "Dva mesiace", _s17_96, "Tri mesiace", _s16_155, "\u0160tyri mesiace", "freq_six_months", "\u0160es\u0165 mesiacov", "freq_annually", "Ro\u010dne", "freq_two_years", "Dva roky", _s16_156, "Tri roky", "never", "Nikdy", "company", "Spolo\u010dnos\u0165", _s17_97, "Generovan\xe9 \u010c\xedsla", "charge_taxes", "\xda\u010dtova\u0165 dane", "next_reset", "\u010eal\u0161\xed Reset", "reset_counter", "Vynulova\u0165 po\u010d\xedtadlo", _s16_157, "Opakuj\xfaca sa predpona", "number_padding", "Odsadenie \u010d\xedsla", "general", "V\u0161eobecn\xfd", "surcharge_field", "Pr\xedplatkov\xe9 pole", "company_field", "Pole spolo\u010dnosti", "company_value", "Hodnota spolo\u010dnosti", "credit_field", "\xdaverov\xe9 pole", "invoice_field", "Pole fakt\xfary", _s17_99, "Pr\xedplatok za fakt\xfaru", "client_field", "Pole z\xe1kazn\xedka", "product_field", "Pole produktu", "payment_field", "Platobn\xe9 pole", "contact_field", "Pole kontaktu", "vendor_field", "Pole dod\xe1vate\u013ea", "expense_field", "Pole v\xfddajov", "project_field", "Pole produktu", "task_field", "Pole \xfalohy", "group_field", "Skupinov\xe9 pole", "number_counter", "Po\u010d\xedtadlo \u010d\xedsel", "prefix", "Predpona", "number_pattern", "Vzor \u010d\xedsla", "messages", "Spr\xe1vy", "custom_css", "Volite\u013en\xe9 CSS", _s17_101, "Vlastn\xfd JavaScript", _s16_159, "Zobrazi\u0165 v PDF", _s21_74, "Uk\xe1za\u0165 podpis klienta na fakt\xfare/cenovej ponuke PDF.", _s25_41, "Za\u010diarkavacie pol\xed\u010dko Faktura\u010dn\xe9 podmienky", _s30_9, "Vy\u017eadova\u0165 od klienta potvrdenie, \u017ee s\xfahlas\xed s faktura\u010dn\xfdmi podmienkami.", _s23_35, "Za\u010diarkavacie pol\xed\u010dko Podmienky objedn\xe1vky", _s28_22, "Vy\u017eadova\u0165 od z\xe1kazn\xedkov s\xfahlas s podmienkami pon\xfak.", _s25_42, "Podpis na fakt\xfare", _s30_10, "Vy\u017eadova\u0165 od z\xe1kazn\xedka podpis.", _s23_36, "Podpis na objedn\xe1vke", _s22_57, "Zabezpe\u010di\u0165 fakt\xfary heslom", _s27_38, "Umo\u017e\u0148uje nastavi\u0165 heslo pre ka\u017ed\xfd kontakt. Ak je nastaven\xe9 heslo, pred zobrazen\xedm fakt\xfar bude vy\u017eadovan\xe9.", "authorization", "Opr\xe1vnenie", "subdomain", "Poddom\xe9na", "domain", "Dom\xe9na", "portal_mode", "Re\u017eim port\xe1lu", "email_signature", "S pozdravom,", _s24_41, "U\u013eah\u010dite svojim klientom platenie pridan\xedm ozna\u010den\xedm schema.org do va\u0161ich e-mailov.", "plain", "Oby\u010dajn\xfd", "light", "Svetl\xe1", "dark", "Tmav\xe1", "email_design", "Vzh\u013ead emailu", "attach_pdf", "Prilo\u017ei\u0165 PDF", _s16_160, "Prilo\u017ei\u0165 dokumenty", "attach_ubl", "Pripojte URL", "email_style", "\u0160t\xfdl e-mailu", _s19_46, "Mo\u017enos\u0165 ozna\u010di\u0165", "reply_to_email", "Email pre odpove\u010f", "reply_to_name", "Odpoveda\u0165 - pod\u013ea n\xe1zvu", "bcc_email", "BCC E-mail", "processed", "Spracovan\xe9", "credit_card", "Kreditn\xe1 karta", "bank_transfer", "Bankov\xfd prevod", "priority", "Priorita", "fee_amount", "V\xfd\u0161ka poplatku", "fee_percent", "Percento poplatku", "fee_cap", "Obmedzenie poplatku", "limits_and_fees", "Limity/Poplatky", "enable_min", "Povoli\u0165 min", "enable_max", "Povoli\u0165 max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "ax", _s19_47, "Log\xe1 akceptovan\xfdch kariet", "credentials", "Poverenia", "update_address", "Upravi\u0165 adresu", _s19_49, "Aktualizova\u0165 adresu z\xe1kazn\xedka poskytnut\xfdmi \xfadajmi", "rate", "Sadzba", "tax_rate", "Sadzba dane", "new_tax_rate", "Nov\xe1 sadzba dane", "edit_tax_rate", "Upravi\u0165 sadzbu dane", _s16_162, "Sadzba dane \xfaspe\u0161ne vytvoren\xe1", _s16_163, "Sadzba dane \xfaspe\u0161ne upraven\xe1", _s17_104, "Sadzba dane \xfaspe\u0161ne archivovan\xe1", _s16_164, "Sadzba dane \xfaspe\u0161ne odstr\xe1nen\xe1", _s17_105, "Sadzba dane \xfaspe\u0161ne obnoven\xe1", _s18_84, "Sadzby dane :value boli \xfaspe\u0161ne archivovan\xe9", _s17_106, "Stavy \xfaloh :value boli \xfaspe\u0161ne vymazan\xe9", _s18_85, "Sadzby dane :value boli \xfaspe\u0161ne obnoven\xe9", "fill_products", "Automaticky vyplni\u0165 produkty", _s18_86, "V\xfdber produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizova\u0165 produkty", _s20_71, "\xdaprava fakt\xfary automaticky uprav\xed kni\u017enicu produktov", _s16_165, "Konvertova\u0165 produkty", _s21_75, "Automaticky prepo\u010d\xedtajte ceny produktov na menu klienta", "fees", "Poplatky", "limits", "Limity", "provider", "Poskytovate\u013e", "company_gateway", "Platobn\xe1 br\xe1na", _s16_167, "Platobn\xe9 br\xe1ny", _s19_50, "Nov\xe1 br\xe1na", _s20_72, "Upravi\u0165 br\xe1nu", _s23_37, "Br\xe1na \xfaspe\u0161ne vytvoren\xe1", _s23_38, "Br\xe1na \xfaspe\u0161ne upraven\xe1", _s24_42, "Br\xe1na \xfaspe\u0161ne archivovan\xe1", _s23_39, "Br\xe1na \xfaspe\u0161ne odstr\xe1nen\xe1", _s24_43, "Br\xe1na \xfaspe\u0161ne obnoven\xe1", _s25_44, "Br\xe1ny :value boli \xfaspe\u0161ne archivovan\xe9", _s24_44, "Br\xe1ny :value boli \xfaspe\u0161ne vymazan\xe9", _s25_45, "Br\xe1ny :value boli \xfaspe\u0161ne obnoven\xe9", _s16_169, "Pokra\u010dova\u0165 v \xfaprave", "discard_changes", "Zahodi\u0165 zmeny", "default_value", "Predvolen\xe1 hodnota", "disabled", "Vypnut\xe9", "currency_format", "Form\xe1t meny", _s21_76, "Prv\xfd de\u0148 v t\xfd\u017edni", _s23_40, "Prv\xfd mesiac v roku", "sunday", "Nede\u013ea", "monday", "Pondelok", "tuesday", "Utorok", "wednesday", "Streda", "thursday", "\u0160tvrtok", "friday", "Piatok", "saturday", "Sobota", "january", "Janu\xe1r", "february", "Febru\xe1r", "march", "Marec", "april", "Apr\xedl", "may", "M\xe1j", "june", "J\xfan", "july", "J\xfal", "august", "August", "september", "September", "october", "Okt\xf3ber", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "K\xf3d", "date_format", "Form\xe1t d\xe1tumu", "datetime_format", "Form\xe1t d\xe1tumu a \u010dasu", "military_time", "24-hodinov\xfd form\xe1t \u010dasu", _s18_87, "24-hodinov\xe9 zobrazenie", "send_reminders", "Odosla\u0165 pripomienky", "timezone", "\u010casov\xe9 p\xe1smo", _s19_51, "Filtrovan\xe9 pod\u013ea projektu", _s17_107, "Filtrovan\xe9 podla skupiny", _s19_53, "Filtrovan\xe9 podla fakt\xfary", _s18_88, "Filtrovan\xe9 podla z\xe1kazn\xedka", _s18_90, "Filtrovan\xe9 podla dod\xe1vate\u013ea", "group_settings", "Nastavenia skupiny", "group", "Skupina", "groups", "Skupiny", "new_group", "Nov\xe1 skupina", "edit_group", "Upravi\u0165 skupinu", "created_group", "Skupina \xfaspe\u0161ne vytvoren\xe1", "updated_group", "Skupina \xfaspe\u0161ne upraven\xe1", "archived_groups", "\xdaspe\u0161ne archivovan\xe9 :value skupiny", "deleted_groups", "Skupiny :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", "restored_groups", "\xdaspe\u0161ne obnoven\xe9 :value skupiny", "archived_group", "Skupina \xfaspe\u0161ne archivovan\xe1", "deleted_group", "Skupina \xfaspe\u0161ne zmazan\xe1", "restored_group", "Skupina \xfaspe\u0161ne obnoven\xe1", "upload_logo", "Nahra\u0165 logo", "uploaded_logo", "Logo \xfaspe\u0161ne nahrat\xe9", "logo", "Logo", "saved_settings", "Nastavenia boli \xfaspe\u0161ne ulo\u017en\xe9", _s16_171, "Nastavenia produktu", "device_settings", "Nastavenie zariadenia", "defaults", "Predvolen\xe9", "basic_settings", "Z\xe1kladn\xe9 nastavenia", _s17_109, "Roz\u0161\xedren\xe9 nastavenia", "company_details", "Firemn\xe9 \xfadaje", "user_details", "Podrobnosti o pou\u017e\xedvate\u013eovi", "localization", "Lokaliz\xe1cia", "online_payments", "Online platby", "tax_rates", "Sadzby dane", "notifications", "Notifik\xe1cie", "import_export", "Import | Export", "custom_fields", "Volite\u013en\xe9 polia", "invoice_design", "Vzh\u013ead fakt\xfary", "buy_now_buttons", "Tla\u010didl\xe1 K\xfapi\u0165 teraz", "email_settings", "Nastavenia Emailov", _s23_42, "\u0160abl\xf3ny a pripomienky", _s22_58, _s22_133, _s19_55, "Vizualiz\xe1cie \xfadajov", "price", "Cena", "email_sign_up", "E-mailov\xe1 registr\xe1cia", "google_sign_up", "Registr\xe1cia Google", _s27_42, "\u010eakujeme za V\xe1\u0161 n\xe1kup!", "redeem", "Uplatni\u0165", "back", "Sp\xe4\u0165", "past_purchases", "Predch\xe1dzaj\xface n\xe1kupy", _s19_57, "Ro\u010dn\xe9 predplatn\xe9", "pro_plan", "Verzia Pro", "enterprise_plan", "Verzia Enterprise", "count_users", ":count u\u017e\xedvate\u013eov", "upgrade", "Inovova\u0165", _s25_46, "Pros\xedm vlo\u017ete krstn\xe9 meno", _s24_45, "Pros\xedm vlo\u017ete priezvisko", _s33_21, "Pros\xedm, potvr\u010fte, \u017ee s\xfahlas\xedte s obchodn\xfdmi podmienkami a ochranou s\xfakromia, ak chcete vytvori\u0165 \xfa\u010det.", "i_agree_to_the", "S\xfahlas\xedm s", _s16_173, "Obchodn\xe9 podmienky", "privacy_policy", "Ochrana s\xfakromia", "sign_up", "Regist\xe1cia", "account_login", "Prihl\xe1senie do \xfa\u010dtu", "view_website", "Pozrie\u0165 webstr\xe1nku", "create_account", "Vytvori\u0165 \xfa\u010det", "email_login", "Prihl\xe1senie e-mailom", "create_new", "Vytvori\u0165 nov\xfd", _s18_92, "Nie je vybran\xfd \u017eiadny z\xe1znam", _s21_79, "Pros\xedm ulo\u017ete alebo zru\u0161te Va\u0161e zmeny", "download", "Stiahnu\u0165", _s27_43, "Po\u017eaduje sa verzia Enterprise", "take_picture", "Vyfoti\u0165", "upload_file", "Nahra\u0165 s\xfabor", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nov\xfd dokument", "edit_document", "Editova\u0165 dokument", _s17_111, "Dokument \xfaspe\u0161ne nahran\xfd", _s16_175, "Dokument \xfaspe\u0161ne aktualizovan\xfd", _s17_112, "Dokument \xfaspe\u0161ne archivovan\xfd", _s16_176, "Dokument \xfaspe\u0161ne vymazan\xfd", _s17_113, "Dokument \xfaspe\u0161ne obnoven\xfd", _s18_94, "\xdaspe\u0161ne archivovan\xe9 :value dokumenty", _s17_114, "Dokumenty :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s18_95, "\xdaspe\u0161ne obnoven\xe9 :value dokumenty", "no_history", "\u017diadna Hist\xf3ria", "expense_date", "D\xe1tum v\xfddajov", "pending", "\u010cak\xe1 sa", _s16_177, "Prihl\xe1sen\xe9", _s16_178, "\u010cak\xe1", _s16_179, "Fakt\xfarovan\xe9", "converted", "Konvertovan\xe9", _s24_47, "Pridat dokumenty do fakt\xfary", "exchange_rate", "V\xfdmenn\xfd kurz", _s16_180, "Previes\u0165 menu", "mark_paid", "Ozna\u010di\u0165 uhraden\xe9", "category", "Kateg\xf3ria", "address", "Adresa", "new_vendor", "Nov\xfd dod\xe1vate\u013e", "created_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne vytvoren\xfd", "updated_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne aktualizovan\xfd", "archived_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne archivovan\xfd", "deleted_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne obnoven\xfd", _s16_181, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dod\xe1vate\u013eov: :count", "deleted_vendors", "Po\u010det \xfaspe\u0161ne odstranen\xfdch dod\xe1vate\u013eov: :count", _s16_182, "Dod\xe1vatelia :value boli \xfaspe\u0161ne obnoven\xed", "new_expense", "Zadajte v\xfddaje", "created_expense", "V\xfddaje \xfaspe\u0161ne vytvoren\xe9", "updated_expense", "V\xfddaje \xfaspe\u0161ne aktualizovan\xe9", _s16_183, _s26_87, "deleted_expense", _s22_134, _s16_184, "N\xe1klad \xfaspe\u0161ne obnoven\xfd", _s17_115, _s26_87, _s16_185, _s22_134, _s17_116, "\xdaspe\u0161ne obnoven\xe9 :value v\xfddavky", "copy_shipping", "Kop\xedrova\u0165 dodanie", "copy_billing", "Kop\xedrova\u0165 faktur\xe1ciu", "design", "Vzh\u013ead", _s21_80, "Nepodarilo sa n\xe1js\u0165 z\xe1znam", "invoiced", "Fakturovan\xe9", "logged", "Prihl\xe1sen\xfd", "running", "Spusten\xe9", "resume", "Obnovi\u0165", "task_errors", "Pros\xedm opravte prekr\xfdvaj\xfaci sa \u010das", "start", "Spusti\u0165", "stop", "Zastavi\u0165", "started_task", "\xdaloha \xfaspe\u0161ne spusten\xe1", "stopped_task", "\xdaloha \xfaspe\u0161ne zastaven\xe1", "resumed_task", _s22_135, "now", "Teraz", _s16_186, "Automatick\xe9 spustenie \xfaloh", "timer", "\u010casova\u010d", "manual", "Manu\xe1l", "budgeted", "Rozpo\u010dtovan\xe9", "start_time", "Po\u010diato\u010dn\xfd \u010das", "end_time", "\u010cas ukon\u010denia", "date", "D\xe1tum", "times", "\u010casy", "duration", "Trvanie", "new_task", "Nov\xe1 \xfaloha", "created_task", "\xdaloha \xfaspe\u0161ne vytvoren\xe1", "updated_task", "\xdaloha \xfaspe\u0161ne upraven\xe1", "archived_task", "\xdaloha \xfaspe\u0161ne archivovan\xe1", "deleted_task", "\xdaloha \xfaspe\u0161ne odstr\xe1nen\xe1", "restored_task", _s22_135, "archived_tasks", "Po\u010det \xfaspe\u0161ne archivovan\xfdch \xfaloh: :count", "deleted_tasks", "Po\u010det \xfaspe\u0161ne zmazan\xfdch \xfaloh: :count", "restored_tasks", "\xdaspe\u0161ne obnoven\xe9 :value \xfalohy", _s19_59, "Zadaj meno", "budgeted_hours", "Rozpo\u010dtovan\xe9 hodiny", "created_project", "Projekt bol \xfaspe\u0161ne vytvoren\xfd", "updated_project", "Projekt bol \xfaspe\u0161ne upraven\xfd", _s16_188, "Projekt bol \xfaspe\u0161ne archivovan\xfd", "deleted_project", "Projekt bol \xfaspe\u0161ne zmazan\xfd", _s16_189, "Projekt bol \xfaspe\u0161ne obnoven\xfd", _s17_117, _s45_10, _s16_190, _s45_10, _s17_118, "\xdaspe\u0161ne obnoven\xe9 :value projekty", "new_project", "Nov\xfd projekt", _s27_47, "\u010eakujeme, \u017ee pou\u017e\xedvate na\u0161u aplik\xe1ciu!", "if_you_like_it", "Ak sa V\xe1m p\xe1\u010di pros\xedm", "click_here", "kliknite sem", _s18_96, "Kliknite tu", "to_rate_it", "aby ste to ohodnotil.", "average", "Priemer", "unapproved", "Neschv\xe1len\xe9", _s30_15, "Ak chcete zmeni\u0165 toto nastavenie, overte toto\u017enos\u0165", "locked", "Uzamknut\xe9", "authenticate", "Overi\u0165", _s19_61, "Pros\xedm overte", _s24_49, "Biometrick\xe1 autentifik\xe1cia", "footer", "P\xe4ta", "compare", "Porovna\u0165", "hosted_login", "Hostite\u013esk\xe9 prihl\xe1senie", "selfhost_login", "Vlastn\xe9 prihl\xe1senie", "google_sign_in", "Prihl\xe1ste sa pomocou Google", "today", "Dnes", "custom_range", "Vlastn\xfd rozsah", "date_range", "\u010casov\xfd rozsah", "current", "Aktu\xe1lny", "previous", "Predch\xe1dzaj\xfaci", "current_period", "Aktu\xe1ln\xe9 obdobie", _s17_119, "Porovn\xe1van\xe9 obdobie", "previous_period", "Predch\xe1dzaj\xface obdobie", "previous_year", "Minul\xfd rok", "compare_to", "Porovna\u0165 s", "last7_days", "Posledn\xfdch 7 dn\xed", "last_week", "Posledn\xfd t\xfd\u017ede\u0148", "last30_days", "Posledn\xfdch 30 dn\xed", "this_month", "Tento Mesiac", "last_month", "Posledn\xfd mesiac", "this_year", "Tento Rok", "last_year", "Posledn\xfd Rok", "custom", "Vlastn\xe9", _s16_191, "Duplikova\u0165 do fakt\xfary", "clone_to_quote", "Duplikova\u0165 do ponuky", "clone_to_credit", "Klon na \xfaver", "view_invoice", "Zobrazi\u0165 fakt\xfaru", "convert", "Konvertova\u0165", "more", "VIac", "edit_client", "Upravi\u0165 z\xe1kazn\xedka", "edit_product", "Upravi\u0165 produkt", "edit_invoice", "\xdaprava fakt\xfary", "edit_quote", "Upravi\u0165 ponuku", "edit_payment", "Upravi\u0165 platbu", "edit_task", "Upravi\u0165 \xfalohu", "edit_expense", "Upravi\u0165 v\xfddaje", "edit_vendor", "Upravi\u0165 dod\xe1vate\u013ea", "edit_project", "Upravi\u0165 projekt", _s20_74, "Upravi\u0165 pravideln\xfa ponuku", "billing_address", "Faktura\u010dn\xe1 adresa", _s16_193, "Dodacia adresa", "total_revenue", "Celkov\xfd pr\xedjem", "average_invoice", "Priemern\xe1 fakt\xfara", "outstanding", "Nezaplaten\xe9", "invoices_sent", ":count fakt\xfar odoslan\xfdch", "active_clients", "akt\xedvni z\xe1kazn\xedci", "close", "Zavrie\u0165", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Tajnost", "name", "Meno", "logout", "Odhl\xe1si\u0165", "login", "Prihl\xe1si\u0165", "filter", "Filter", "sort", "Zoradi\u0165", "search", "H\u013eada\u0165", "active", "Akt\xedvny", "archived", "Archivovan\xe9", "deleted", "Odstr\xe1nen\xe9", "dashboard", "Prehlad", "archive", "Arch\xedv", "delete", "Odstr\xe1ni\u0165", "restore", "Obnovi\u0165", _s16_195, "Obnovenie dokon\u010den\xe9", _s23_43, "Pros\xedm zadajte v\xe1\u0161 email", _s26_34, "Prosim zadajte va\u0161e heslo", _s21_83, "Pros\xedm zadajte va\u0161u URL", _s26_36, "Pros\xedm zadajte v\xe1\u0161 produktov\xfd k\u013e\xfa\u010d", "ascending", "Vzostupne", "descending", "Zostupne", "save", "Ulo\u017ei\u0165", _s17_121, "Nastala chyba", "paid_to_date", "Zaplaten\xe9 ku d\u0148u", "balance_due", "Zost\xe1va uhradi\u0165", "balance", "Zostatok", "overview", "Zhrnutie", "details", "Detaily", "phone", "Telef\xf3n", "website", "Web", "vat_number", "I\u010c DPH", "id_number", "ID \u010d\xedslo", "create", "Vytvori\u0165", _s19_63, "Hodnota :value bola skop\xedrovan\xe1 do schr\xe1nky", "error", "Chyba", _s16_197, "Nepodarilo sa spusti\u0165", "contacts", "Kontakty", "additional", "Dodato\u010dn\xe9", "first_name", "Meno", "last_name", "Priezvisko", "add_contact", "Prida\u0165 kontakt", "are_you_sure", "Ste si ist\xfd?", "cancel", "Storno", "ok", "Ok", "remove", "Odstr\xe1ni\u0165", _s16_199, "E-mail je neplatn\xfd", "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfaspe\u0161ne vytvoren\xfd", "updated_product", "Produkt \xfaspe\u0161ne zmenen\xfd", _s16_201, "Produkt \xfaspe\u0161ne archivovan\xfd", "deleted_product", "Produkt bol \xfaspe\u0161ne zmazan\xfd", _s16_202, "Produkt bol \xfaspe\u0161ne obnoven\xfd", _s17_123, "Po\u010det \xfaspe\u0161ne archivovan\xfdch produktov: :count", _s16_203, "Po\u010det \xfaspe\u0161ne zmazan\xfdch produktov: :count", _s17_124, "\xdaspe\u0161ne obnoven\xe9 :value produkty", "product_key", "Produkt", "notes", "Pozn\xe1mky", "cost", "N\xe1klady", "client", "Z\xe1kazn\xedk", "clients", "z\xe1kazn\xedci", "new_client", "Nov\xfd z\xe1kazn\xedk", "created_client", "Z\xe1kazn\xedk \xfaspe\u0161ne vytvoren\xfd", "updated_client", "Z\xe1kazn\xedk \xfaspe\u0161ne aktualizovan\xfd", "archived_client", "Z\xe1kazn\xedk \xfaspe\u0161ne archivovan\xfd", _s16_204, "Po\u010det \xfaspe\u0161ne archivovan\xfdch z\xe1kazn\xedkov: :count", "deleted_client", "Z\xe1kazn\xedk \xfaspe\u0161ne odstr\xe1nen\xfd", "deleted_clients", "Po\u010det \xfaspe\u0161ne odstranen\xfdch z\xe1kazn\xedkov: :count", "restored_client", "Z\xe1kazn\xedk \xfaspe\u0161ne obnoven\xfd", _s16_205, "\xdaspe\u0161ne obnoven\xed :value klienti", "address1", "Ulica", "address2", "Byt/Apartm\xe1n", "city", "Mesto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Krajina", "invoice", "Fakt\xfara", "invoices", "Fakt\xfary", "new_invoice", "Nov\xe1 fakt\xfara", "created_invoice", "Fakt\xfara \xfaspe\u0161ne vytvoren\xe1", "updated_invoice", "Fakt\xfara \xfaspe\u0161ne aktualizovan\xe1", _s16_206, "Fakt\xfara \xfaspe\u0161ne archivovan\xe1", "deleted_invoice", _s26_86, _s16_207, "Fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s17_125, "Po\u010det \xfaspe\u0161ne archivovan\xfdch fakt\xfar: :count", _s16_208, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch fakt\xfar: :count", _s17_126, "\xdaspe\u0161ne obnoven\xe9 :value fakt\xfary", "emailed_invoice", _s24_113, "emailed_payment", "Platba bola \xfaspe\u0161ne odoslan\xe1 e-mailom", "amount", "\u010ciastka", "invoice_number", "\u010c\xedslo fakt\xfary", "invoice_date", "D\xe1tum fakt\xfary", "discount", "Z\u013eava", "po_number", _s16_260, "terms", "Podmienky", "public_notes", "Verejn\xe9 pozn\xe1mky", "private_notes", "S\xfakromn\xe9 pozn\xe1mky", "frequency", "Frekvencia", "start_date", "Za\u010diatok", "end_date", "Koniec", "quote_number", "\u010c\xedslo ponuky", "quote_date", "D\xe1tum ponuky", "valid_until", "Platn\xe9 do", "items", "Polo\u017eky", "partial_deposit", "\u010ciasto\u010dn\xe9/Vklad", "description", "Popis", "unit_cost", "Jednotkov\xe1 cena", "quantity", "Mno\u017estvo", "add_item", "Prida\u0165 polo\u017eku", "contact", "Kontakt", "work_phone", "Telef\xf3n", "total_amount", "Celkov\xe1 suma", "pdf", "PDF", "due_date", _s16_350, _s16_209, "\u010ciasto\u010dn\xfd d\xe1tum splatnosti", "status", "Stav", _s17_127, "Stav fakt\xfary", "quote_status", "Stav ponuky", _s22_59, "Kliknut\xedm na + prid\xe1te polo\u017eku", _s22_61, "Kliknut\xedm na + prida\u0165 \u010das", "count_selected", ":count vybrat\xfdch", "total", "Celkom", "percent", "Percent", "edit", "Upravi\u0165", "dismiss", "Odmietnu\u0165", _s20_76, "Vyberte d\xe1tum", _s22_62, "Vyberte klienta", _s24_51, "Pros\xedm zvo\u013ete fakt\xfaru", "task_rate", "\xdaloha sadzba", "settings", "Nastavenia", "language", "Jazyk", "currency", "Mena", "created_at", "D\xe1tum vytvorenia", "created_on", "Vytvoren\xe9", "updated_at", "Aktualizovan\xe9", "tax", "Da\u0148", _s30_17, "Pros\xedm vlo\u017ete \u010d\xedslo fakt\xfary", _s27_51, "Pros\xedm vlo\u017ete \u010d\xedslo ponuky", "past_due", "Po splatnosti", "draft", "N\xe1vrh", "sent", "Odoslan\xe9", "viewed", "Zobrazen\xe9", "approved", "Schv\xe1len\xe9", "partial", "Z\xe1loha", "paid", "Zaplaten\xe9", "mark_sent", "Ozna\u010di\u0165 ako odoslan\xe9", _s22_64, _s42_25, _s22_65, _s42_25, _s23_45, _s42_26, _s23_46, _s42_26, "done", "Hotovo", _s37_18, "Zadajte meno klienta alebo kontaktnej osoby", "dark_mode", "Tmav\xfd re\u017eim", _s27_53, "Ak chcete pou\u017ei\u0165 zmenu, re\u0161tartujte aplik\xe1ciu", "refresh_data", "Obnovi\u0165 \xfadaje", "blank_contact", "Pr\xe1zdny kontakt", "activity", "Aktivita", _s16_211, "Nena\u0161li sa \u017eiadne z\xe1znamy", "clone", "Duplikova\u0165", "loading", "Na\u010d\xedtavam", "industry", "Odvetvie", "size", "Ve\u013ekos\u0165", "payment_terms", "Platobn\xe9 podmienky", "payment_date", "D\xe1tum platby", "payment_status", "Stav \xfahrady", _s16_213, "\u010cak\xe1", _s16_214, "Neplatn\xe9", _s16_215, "Zlyhanie", _s16_216, "Dokon\u010den\xe9", _s16_217, _s17_231, _s16_218, "Vr\xe1ten\xe9", _s17_128, "Neaplikovan\xe9", _s17_129, _s19_141, "net", "\u010cist\xfd", "client_portal", "Z\xe1kazn\xedcky port\xe1l", "show_tasks", "Zobrazi\u0165 \xfalohy", "email_reminders", "Pripomienky emailom", "enabled", "Povolen\xe9", "recipients", "Pr\xedjemci", "initial_email", "\xdavodn\xfd Email", "first_reminder", "Prv\xe1 Upomienka", "second_reminder", "Druh\xe1 Upomienka", "third_reminder", _s16_353, "reminder1", "Prv\xe1 Upomienka", "reminder2", "Druh\xe1 Upomienka", "reminder3", _s16_353, "template", "\u0160abl\xf3na", "send", "Odoslan\xe9", "subject", "Predmet", "body", "Telo", "send_email", "Posla\u0165 e-mail", "email_receipt", "Odosla\u0165 z\xe1kazn\xedkovi potvrdenie o \xfahrade", "auto_billing", _s21_171, "button", "Tla\u010didlo", "preview", "Uk\xe1\u017eka", "customize", "Prisp\xf4sobi\u0165", "history", "Hist\xf3ria", "payment", "Platba", "payments", "Platby", "refunded", "Vr\xe1ten\xe9", "payment_type", "Druh platby", _s21_85, "Referencia transakcie", "enter_payment", "Zada\u0165 platbu", "new_payment", "Nov\xe1 platba", "created_payment", "Platba \xfaspe\u0161ne vytvoren\xe1", "updated_payment", "Platba \xfaspe\u0161ne upraven\xe1", _s16_219, "Platba \xfaspe\u0161ne archivovan\xe1", "deleted_payment", "Platba \xfaspe\u0161ne odstr\xe1nen\xe1", _s16_220, "Platba \xfaspe\u0161ne obnoven\xe1", _s17_130, "Platby \xfaspe\u0161ne archivovan\xe9", _s16_221, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch platieb: :count", _s17_131, "\xdaspe\u0161ne obnoven\xe9 :value platby", "quote", "Ponuka", "quotes", "Ponuky", "new_quote", "Nov\xe1 ponuka", "created_quote", "Ponuka \xfaspe\u0161ne vytvoren\xe1", "updated_quote", "Ponuka \xfaspe\u0161ne zmenen\xe1", "archived_quote", "Ponuka \xfaspe\u0161ne z\xe1lohovan\xe1", "deleted_quote", "Ponuka \xfaspe\u0161ne odstr\xe1nen\xe1", "restored_quote", "Ponuka \xfaspe\u0161ne obnoven\xe1", "archived_quotes", "Po\u010det \xfaspe\u0161ne archivovan\xfdch pon\xfak: :count", "deleted_quotes", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch pon\xfak: :count", "restored_quotes", "\xdaspe\u0161ne obnoven\xe9 :value ponuky", "expense", "V\xfddaje", "expenses", "V\xfddaje", "vendor", "Dod\xe1vate\u013e", "vendors", "Dod\xe1vatelia", "task", "\xdaloha", "tasks", "\xdalohy", "project", "Projekt", "projects", "Projekty", "activity_1", ":user vytvoril z\xe1kazn\xedka :client", "activity_2", ":user archivoval z\xe1kazn\xedka :client", "activity_3", ":user odstr\xe1nil z\xe1kazn\xedka :client", "activity_4", ":user vytvoril fakt\xfaru :invoice", "activity_5", ":user upravil fakt\xfaru :invoice", "activity_6", ":user odoslal fakt\xfaru :invoice pre :client :contact", "activity_7", ":contact zobrazil fakt\xfaru :invoice pre z\xe1kazn\xedka :client", "activity_8", ":user archivoval fakt\xfaru :invoice", "activity_9", ":user odstr\xe1nil fakt\xfaru :invoice", "activity_10", ":contact vlo\u017eil platbu :payment za :payment_amount na fakt\xfare :invoice pre :client", "activity_11", ":user upravil platbu :payment", "activity_12", _s32_14, "activity_13", ":user odstr\xe1nil platbu :payment", "activity_14", ":u\u017e\xedvate\u013e zadan\xfd :kredit kredit", "activity_15", ":user aktualizoval :credit kredit", "activity_16", _s31_26, "activity_17", ":user vymazal :credit kredit", "activity_18", ":user vytvoril ponuku :quote", "activity_19", ":user aktualizoval ponuku :quote", "activity_20", ":user odoslal emailom ponuku :quote pre :client :contact", "activity_21", ":contact zobrazil ponuku :quote", "activity_22", ":user archivoval ponuku :quote", "activity_23", ":user odstr\xe1nil ponuku :quote", "activity_24", ":user obnovil ponuku :quote", "activity_25", ":user obnovil fakt\xfaru :invoice", "activity_26", ":user obnovil z\xe1kazn\xedka :client", "activity_27", _s29_52, "activity_28", _s28_66, "activity_29", ":contact schv\xe1lil ponuku :quote pre :client", "activity_30", ":user vytvoril dod\xe1vate\u013ea :vendor", "activity_31", ":user archivoval dod\xe1vate\u013ea :vendor", "activity_32", ":user odstr\xe1nil dod\xe1vate\u013ea :vendor", "activity_33", ":user obnovil dod\xe1vate\u013ea :vendor", "activity_34", ":user vytvoril v\xfddaje :expense", "activity_35", ":user zaarchivoval v\xfddaje :expense", "activity_36", ":user zmazal v\xfddate :expense", "activity_37", ":user obnovil v\xfddaje :expense", "activity_39", ":user zru\u0161il :payment_amount platbu :payment", "activity_40", ":user vr\xe1til :adjustment z :payment_amount platby :payment", "activity_41", ":payment_amount platba (:payment) zlyhala", "activity_42", ":user vytvoril \xfalohu :task", "activity_43", ":user upravil \xfalohu :task", "activity_44", ":user archivoval \xfalohu :task", "activity_45", ":user odstr\xe1nil \xfalohu :task", "activity_46", ":user obnovil \xfalohu :task", "activity_47", ":user aktualizoval v\xfddaje :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user znovu otvoril tiket :ticket", "activity_55", ":contact odpovedal na tiket :ticket", "activity_56", "tiket :ticket bol zobrazen\xfd u\u017e\xedvate\u013eom :user", "activity_57", "Syst\xe9mu sa nepodarilo odosla\u0165 e-mailom fakt\xfaru :invoice", "activity_58", ":user stornoval fakt\xfaru :invoice", "activity_59", ":user zru\u0161il fakt\xfaru :invoice", "activity_60", ":contact prezrel ponuku :quote", "activity_61", ":user aktualizval klienta :client", "activity_62", ":user aktualizoval dod\xe1vate\u013ea :vendor", "activity_63", ":user poslal e-mailom prv\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_64", ":user poslal e-mailom druh\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_65", ":user poslal e-mailom tretiu upomienku na fakt\xfaru :invoice na :contact", "activity_66", ":user poslal e-mailom nekone\u010dn\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_80", ":user vytvoril predplatn\xe9 :subscription", "activity_81", ":user aktualizoval predplatn\xe9 :subscription", "activity_82", ":user archivoval predplatn\xe9 :subscription", "activity_83", ":user vymazal predplatn\xe9 :subscription", "activity_84", ":user obnovil predplatn\xe9 :subscription", _s17_132, "Jednorazov\xe9 heslo", "emailed_quote", _s23_101, "emailed_credit", "Kredit bol \xfaspe\u0161ne odoslan\xfd e-mailom", _s20_78, "Ponuka bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s21_87, "Kredit bol \xfaspe\u0161ne ozna\u010den\xfd ako odoslan\xfd", "expired", "Vypr\u0161an\xe9", "all", "V\u0161etko", "select", "Vo\u013eba", _s22_66, "Dlho stla\u010dte Multiselect", "custom_value1", "Vlastn\xe1 hodnota", "custom_value2", "Vlastn\xe1 hodnota", "custom_value3", "Vlastn\xe1 hodnota 3", "custom_value4", "Vlastn\xe1 hodnota 4", _s18_97, "Vlastn\xfd \u0161t\xfdl e-mailu", _s24_56, "Spr\xe1va vlastn\xe9ho informa\u010dn\xe9ho panelu", _s29_37, "Vlastn\xe1 spr\xe1va o nezaplatenej fakt\xfare", _s27_58, "Vlastn\xe1 spr\xe1va o zaplatenej fakt\xfare", _s31_18, "Vlastn\xe1 spr\xe1va o neschv\xe1lenej cenovej ponuke", "lock_invoices", "Uzamknutie fakt\xfar", "translations", "Preklady", _s19_64, "Vzor \u010d\xedsla \xfalohy", _s19_66, "Po\u010d\xedtadlo \u010d\xedsel \xfaloh", _s22_68, "Vzor \u010d\xedsla v\xfddavkov", _s22_70, "Po\u010d\xedtadlo \u010d\xedsel v\xfddavkov", _s21_88, "Vzor \u010d\xedsla predajcu", _s21_90, "Po\u010d\xedtadlo \u010d\xedsel predajcu", _s21_92, "Vzor \u010d\xedsla tiketu", _s21_94, "Po\u010d\xedtadlo \u010d\xedsel tiketu", _s22_72, "Vzor \u010d\xedsla platby", _s22_74, "Po\u010d\xedtadlo \u010d\xedsla platby", _s22_76, "Vzor \u010d\xedsla fakt\xfary", _s22_78, "Po\u010d\xedtadlo \u010d\xedsla fakt\xfary", _s20_79, "Vzor \u010d\xedsla cenovej ponuky", _s20_81, "Po\u010d\xedtadlo \u010d\xedsla ponuky", _s21_96, _s18_203, _s21_98, _s26_88, _s21_100, _s18_203, _s21_101, _s26_88, _s18_99, "Vynulova\u0165 d\xe1tum po\u010d\xedtadla", "counter_padding", "Counter Padding", _s28_57, "Po\u010d\xedtadlo zdie\u013eanej fakt\xfary", _s18_101, "Predvolen\xfd n\xe1zov dane 1", _s18_103, "Predvolen\xe1 sadzba dane 1", _s18_105, "Predvolen\xfd n\xe1zov dane 2", _s18_107, "Predvolen\xe1 sadzba dane 2", _s18_109, "Predvolen\xfd n\xe1zov dane 3", _s18_111, "Predvolen\xe1 sadzba dane 3", _s21_102, "Predmet e-mailovej fakt\xfary", _s19_68, "Predmet ponuky e-mailu", _s21_104, "Predmet platby e-mailom", _s29_39, "Predmet \u010diasto\u010dnej platby e-mailu", "show_table", "Zobrazi\u0165 tabu\u013eku", "show_list", "Zobrazi\u0165 zoznam", "client_city", "Mesto klienta", "client_state", "Stav klienta", "client_country", "Krajina klienta", _s16_222, "Klient je akt\xedvny", "client_balance", "Zostatok klienta", "client_address1", "Ulica klienta", "client_address2", "Klientsky apartm\xe1n/byt", "vendor_address1", "Ulica predajcu", "vendor_address2", "Apartm\xe1n/byt dod\xe1vate\u013ea", _s24_58, "Ulica doru\u010denia klienta", _s24_59, "Byt/Apartman dodania klienta", "type", "Typ", "invoice_amount", "Suma fakt\xfary", _s16_226, _s16_350, "tax_rate1", "Sadzba dane 1", "tax_rate2", "Sadzba dane 2", "tax_rate3", "Sadzba dane 3", "auto_bill", _s21_171, "archived_at", "Archivovan\xe9", "has_expenses", "M\xe1 v\xfddavky", "custom_taxes1", "Vlastn\xe9 dane 1", "custom_taxes2", "Vlastn\xe9 dane 2", "custom_taxes3", "Vlastn\xe9 dane 3", "custom_taxes4", "Vlastn\xe9 dane 4", _s17_134, _s19_142, _s17_135, _s19_143, _s17_136, _s19_144, _s17_137, _s19_145, "is_deleted", "Je vymazan\xe9", "vendor_city", "Mesto dod\xe1vate\u013ea", "vendor_state", "\u0160t\xe1t predajcu", "vendor_country", "Krajina predajcu", "is_approved", "Je schv\xe1len\xe9", "tax_name", "N\xe1zov dane", "tax_amount", "Sadzba dane", "tax_paid", "Zaplaten\xe1 da\u0148", "payment_amount", "\u010ciastka k \xfahrade", "age", "Vek", "is_running", "Be\u017e\xed", "time_log", "\u010casov\xfd denn\xedk", "bank_id", "Banka", _s19_70, "ID kateg\xf3rie v\xfddavkov", _s16_227, "Kateg\xf3ria v\xfddajov", _s19_72, "ID meny fakt\xfary", "tax_name1", "Da\u0148ov\xe9 meno 1", "tax_name2", "Da\u0148ov\xe9 meno 2", "tax_name3", "Da\u0148ov\xe9 meno 3", "transaction_id", "ID transakcie", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kreditne kartice in banke", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Sprejmi", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Nastavitev pla\u010dil", "default", "Privzeto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj prehod", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj k ra\u010dunu :invoice", _s17_11, _s17_12, "week", "Teden", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Razpon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Ustvari projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Provizija od zneska :amount ra\u010duna bo :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Potrdi", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no po\u010di\u0161\u010dena stranka", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nastavi geslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Ogled stro\u0161ka # :expense", "view_statement", "Ogled izpiska", "sepa", "SEPA direktna bremenitev", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Od (ime)", _s16_23, _s16_232, _s17_19, _s21_172, _s18_19, _s21_172, _s21_22, "Nov ponavaljajo\u010d stro\u0161ek", _s22_27, "Uredi ponavaljajo\u010d stro\u0161ek", _s25_3, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no ustvarjen", _s25_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no posodobljen", _s26_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no arhiviran", _s25_5, "Project uspe\u0161no odstranjen", _s25_6, _s38_2, _s26_5, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no obnovljen", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Navodila", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Nazadnje posodobljeno", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Ime kontakta", _s17_23, "Priimek konakta", "order", "Order", "unassigned", "Ne-dodeljen", "partial_value", "Mora biti ve\u010dje od ni\u010d in manj\u0161e od celotnega zneska", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogo\u010di", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavite pod domeno ali prika\u017eite ra\u010dun na va\u0161i spletni strani.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Naro\u010dnina", _s16_41, _s16_42, _s17_29, "Uredi naro\u010dnino", _s20_29, "Naro\u010dnina uspe\u0161no ustvarjena", _s20_30, "Naro\u010dnina uspe\u0161no posodobljena", _s21_34, "Naro\u010dnina uspe\u0161no arhivirana", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Znova po\u0161lji vabilo", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Neprejeta sporo\u010dila", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Po\u0161lji SMS", "sms_code", "SMS koda", _s21_38, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_36, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Priklopi Google", _s17_31, "Izklopi Google", _s17_33, "Dvostopenjska avtentikacija", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Ponovno po\u0161lji e-po\u0161to", _s26_10, _s33_12, _s16_53, "Vrnjeno pla\u010dilo", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_39, "Pretvori v ra\u010dun", _s16_54, _s16_55, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Pretvorjeni znesek", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_16, _s29_7, "select_file", "Prosim izberi datoteko", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Storitev", "clone_to", "Kopiraj v ...", "clone_to_other", "Kopiraj v ...", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u010dano", "white_label", "White Label", "delivery_note", "Dobavnica", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delno pla\u010dilo do", "invoice_total", "Skupni znesek", "quote_total", "Znesek ponudbe", "credit_total", "Dobropis skupaj", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Opozorilo", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime stranke", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Uspe\u0161no posodobljen status opravil", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorije stro\u0161kov", _s20_48, "Nova katergorija stro\u0161kov", _s21_46, _s21_47, _s24_31, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_32, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_20, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_33, "Kategorija uspe\u0161no odstranjena", _s24_34, _s37_7, _s25_21, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_23, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Bo fakturiran", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Ponavljajo\u010di ra\u010dun", _s18_51, "Ponavljajo\u010di ra\u010duni", _s21_53, "Nov ponavljajo\u010di ra\u010dun", _s22_40, "Uredi ponvljajo\u010de ra\u010dune", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_29, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_30, _s38_11, _s26_14, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Odpriti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_37, _s24_38, "always", "Vedno", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "\u0160t. stranke", "auto_convert", "Auto Convert", "company_name", "Naziv podjetja", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s20_154, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_58, "gateway", "Prehod", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ur", "statement", "Izpisek", "taxes", "Davki", "surcharge", "Dopla\u010dilo", "apply_payment", "Apply Payment", "apply_credit", "Potrdi dobropis", "apply", "Potrdi", "unapplied", "Unapplied", "select_label", "Izberi oznako", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Na\u010din pla\u010dila", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Prihajajo\u010di ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavna pla\u010dila", "upcoming_quotes", "Prihajajo\u010di predra\u010duni", "expired_quotes", "Potekli predra\u010duni", "create_client", "Ustvari stranko", "create_invoice", "Ustvari ra\u010dun", "create_quote", "Ustvari ponudbo", "create_payment", "Create Payment", "create_vendor", "Ustvari prodajalca", "update_quote", "Update Quote", "delete_quote", "Zbri\u0161i ponudbo", "update_invoice", "Update Invoice", "delete_invoice", "Zbri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Zbri\u0161i stranko", "delete_payment", "Zbri\u0161i pla\u010dilo", "update_vendor", "Update Vendor", "delete_vendor", "Odstrani prodajalca", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Odstrani stro\u0161ek", "create_task", "Vnesi opravilo", "update_task", "Update Task", "delete_task", "Odstrani opravilo", "approve_quote", "Approve Quote", "off", "Izklopljeno", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Brezpla\u010dno", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Cilj", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u017deton", "tokens", "\u017detoni", "new_token", "New Token", "edit_token", "Uredi \u017eeton", "created_token", "\u017deton uspe\u0161no ustvarjen", "updated_token", "\u017deton uspe\u0161no posodobljen", "archived_token", "\u017deton uspe\u0161no arhiviran", "deleted_token", "\u017deton uspe\u0161no odstranjen", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Po\u0161lji ra\u010dun po e-po\u0161ti", "email_quote", "Po\u0161lji e-ponudbo", "email_credit", "Email Credit", "email_payment", "Po\u0161lji pla\u010dilo po elektronki po\u0161ti", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Poka\u017ei PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Uredi pla\u010dilni pogoj", _s20_57, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_58, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_56, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Po\u0161lji iz Gmaila", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Znesek dobropisa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekskluzivno", "inclusive", "Vklju\u010deno", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Polno ime", _s17_77, "Mesto/Dr\u017eava/Po\u0161ta", _s17_79, "Po\u0161ta/Mesto/Dr\u017eava", "custom1", "Prvi po meri", "custom2", "Drugi po meri", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Izprazni podatke", _s16_93, "Podatki podjetja uspe\u0161no odstranjeni", _s18_60, "Opozorilo: Va\u0161i podatki bodo trajno zbrisani. Razveljavitev kasneje ni mogo\u010da.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dni", "age_group_30", "30 - 60 Dni", "age_group_60", "60 - 90 Dni", "age_group_90", "90 - 120 Dni", "age_group_120", "120+ dni", "refresh", "Osve\u017ei", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Detalji ra\u010duna", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pravice", "none", "Brez", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count ra\u010dun poslan", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_47, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_48, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Glava", "load_design", "Nolo\u017ei obliko", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ponudbe", "tickets", "Podporni zahtevki", _s16_98, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_61, "Upravljanje ra\u010duna", "credit_date", "Datum dobropisa", "credit", "Dobropis", "credits", "Dobropisi", "new_credit", "Vnesi dobropis", "edit_credit", "Uredi dobropis", "created_credit", "Dobropis uspe\u0161no narejen", "updated_credit", "Uspe\u0161no posodobljen dobropis", "archived_credit", "Dobropis uspe\u0161no arhiviran", "deleted_credit", "Dobropis uspe\u0161no zbrisan", "removed_credit", _s27_36, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_100, "Uspe\u0161no je arhiviranih :count dobropisov", "deleted_credits", "Uspe\u0161no je zbrisano :count dobropisov", _s16_101, _s36_9, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Ponastavi", "number", "Number", "export", "Izvoz", "chart", "Grafikon", "count", "Count", "totals", "Vsote", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Leto", "subgroup", "Podskupina", "is_active", "Is Active", "group_by", "Zdru\u017ei v skupino", "credit_balance", "Saldo dobropisa", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Kontaktni telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica (za dostavo)", _s17_86, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_61, "Po\u0161tna \u0161t. (za dostavo)", _s16_132, "Dr\u017eava (za dostavo)", _s16_134, "Ulica (za ra\u010dun)", _s16_135, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_40, "Po\u0161tna \u0161t. (za ra\u010dun)", "billing_country", "Dr\u017eave (za ra\u010dun)", "client_id", "Id stranke", "assigned_to", "Dodeljeno", "created_by", "Ustvaril :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Stolpci", "aging", "Staranje", "profit_and_loss", "Profit in izguba", "reports", "Poro\u010dila", "report", "Poro\u010dilo", "add_company", "Dodaj podjetje", "unpaid_invoice", "Nepla\u010dani ra\u010duni", "paid_invoice", "Pla\u010dani ra\u010duni", _s16_136, "Nepotrjen predra\u010dun", "help", "Pomo\u010d", "refund", "Vra\u010dilo", "refund_date", "Refund Date", "filtered_by", "Filtrirano po", "contact_email", "Kontaktna e-po\u0161ta", "multiselect", "Multiselect", "entity_state", "Stanje", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Sporo\u010dilo", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum za podporo", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontakt", "subtotal", "Neto", "line_total", "Skupaj", "item", "Postavka", "credit_email", "Credit Email", "iframe_url", "Spletna stran", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Da", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Namizni", "layout", "Layout", "view", "Ogled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Dav\u010dne nastavitve", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_44, _s20_69, "options", "Mo\u017enosti", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Oddaj", _s16_144, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_145, "Odstotek za zamudne obresti", "schedule", "Urnik", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Predra\u010dun", _s16_147, "Periodi\u010den opomin", _s16_149, _s16_150, "administrator", "Upravljalec", _s18_80, "Dovoli uporabniku da upravlja z uporabniki, nastavitvami in vsemi zapisi", "user_management", "Uporabniki", "users", "Uporabniki", "new_user", "Nov uporabnik", "edit_user", "Uredi uporabnika", "created_user", _s25_37, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_40, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_92, "Skrij datum pla\u010dila", _s22_55, 'Prika\u017ei le "Pla\u010dano" polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.', _s23_31, "Omogo\u010deni dokumenti", _s28_21, "V ra\u010dunu vklju\u010di pripete slike.", _s16_153, "Prika\u017ei glavo na", _s16_154, "Prika\u017ei nogo na", "first_page", "Prva stran", "all_pages", "Vse strani", "last_page", "Zadnja stran", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Osnovna barva", "secondary_color", "Sekundarna barva", "page_size", "Velikost strani", "font_size", "Velikost pisave", "quote_design", "Predloga predra\u010duna", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja izdelka", "invoice_terms", "Pogoji ra\u010duna", "invoice_footer", "Noga ra\u010duna", "quote_terms", "Pogoji predra\u010duna", "quote_footer", "Noga predra\u010duna", _s18_81, "Samodejni Email", _s23_32, "Samodejno po\u0161lji email ponavljajo\u010dih ra\u010dunov kadar so narejeni.", _s18_82, "Samodejno Arhiviranje", _s23_33, "Samodejno arhiviraj predra\u010dune po pretvorbi.", _s18_83, "Samodejna Pretvorba", _s23_34, "Samodejno pretvori predra\u010dun v ra\u010dun, ki ga stranka potrdi.", _s17_94, "Nastavitve Delovnega toka /Workflow/", "freq_daily", "Dnevno", "freq_weekly", "Tedensko", "freq_two_weeks", "Dva tedna", "freq_four_weeks", "\u0160tiri tedni", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Trije meseci", _s16_155, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_156, "Three Years", "never", "Nikoli", "company", "Podjetje", _s17_97, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_157, "Predpona ponavljajo\u010dih", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Podjetje", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Ra\u010dun", _s17_99, "Dopla\u010dilo za ra\u010dun", "client_field", "Stranka", "product_field", "Polje izdelka", "payment_field", "Payment Field", "contact_field", "Kontakt", "vendor_field", "Dobavitelj", "expense_field", "Stro\u0161ek", "project_field", "Projekt", "task_field", "Opravilo", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Predpona", "number_pattern", "Number Pattern", "messages", "Sporo\u010dila", "custom_css", "CSS po meri", _s17_101, _s17_102, _s16_159, "Prika\u017ei na PDF", _s21_74, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_41, "Potrditev pogojev ra\u010duna", _s30_9, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_35, "Potrditev pogojev predra\u010duna", _s28_22, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_42, "Podpis ra\u010duna", _s30_10, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_36, "Podpis predra\u010duna", _s22_57, "Za\u0161\u010diti ra\u010dune z geslom", _s27_38, "Omogo\u010da da nastavite geslo za vsako osebo. \u010ce je geslo nastavljeno, ga bo uporabnik moral vnesti pred ogledom ra\u010duna.", "authorization", "Overovitev", "subdomain", "Poddomena", "domain", "Domena", "portal_mode", "Portal Mode", "email_signature", "Lep pozdrav,", _s24_41, "Olaj\u0161ajte strankam pla\u010devanje z dodajanjem schema.org ozna\u010db v va\u0161o e-po\u0161to.", "plain", "Navadno", "light", "Svetlo", "dark", "Temno", "email_design", "Stil e-po\u0161te", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_250, "bank_transfer", "Ban\u010dno nakazilo", "priority", "Prednost", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Omogo\u010di minimalno", "enable_max", "Omogo\u010di maximalno", "min_limit", "Minimalno: :min", "max_limit", "Maksimalno: :max", "min", "Minimalno", "max", "Maksimalno", _s19_47, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_49, "Posodobi naslov stranke z predlo\u017eenimi podatki", "rate", "Stopnja", "tax_rate", "Dav\u010dna stopnja", "new_tax_rate", "Nova dav\u010dna stopnja", "edit_tax_rate", "Uredi dav\u010dno stopnjo", _s16_162, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_163, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_104, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Samodejno vnesi izdelke", _s18_86, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_71, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_165, "Pretvori izdelke", _s21_75, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Nedelja", "monday", "Ponedeljek", "tuesday", "Torek", "wednesday", "Sreda", "thursday", "\u010cetrtek", "friday", "Petek", "saturday", "Sobota", "january", "Januar", "february", "Februar", "march", "Marec", "april", "April", "may", "Maj", "june", "Junij", "july", "Julij", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 urni \u010das", _s18_87, "24 Hour Display", "send_reminders", "Po\u0161lji opomnike", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Skupina", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotip", "saved_settings", _s27_41, _s16_171, "Nastavitve izdelka", "device_settings", "Device Settings", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_109, "Napredne nastavitve", "company_details", "Podatki podjetja", "user_details", "Podrobnosti uporabnika", "localization", "Lokalizacija", "online_payments", "Spletna pla\u010dila", "tax_rates", "Dav\u010dne stopnje", "notifications", "Obvestila", "import_export", "Uvoz | Izvoz", "custom_fields", "Polja po meri", "invoice_design", "Izgled ra\u010duna", "buy_now_buttons", "Gumbi za takoj\u0161nji nakup", "email_settings", "Nastavitve e-po\u0161te", _s23_42, "Predloge in opomini", _s22_58, _s20_73, _s19_55, "Vizualizacija podatkov", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Pogoji uporabe", "privacy_policy", "Pravilnik o zasebnosti", "sign_up", "Prijavi se", "account_login", "Prijava v ra\u010dun", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Ustvari", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Prenesi", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Pretvorjeno", _s24_47, "Pripni datoteke", "exchange_rate", "Menjalni te\u010daj", _s16_180, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov prodajalec", "created_vendor", "Dobavitelj uspe\u0161no ustvarjen", "updated_vendor", "Dobavitelj uspe\u0161no posodobljen", "archived_vendor", "Dobavitelj uspe\u0161no arhiviran", "deleted_vendor", "Dobavitelj uspe\u0161no zbrisan", "restored_vendor", "Prodajalec uspe\u0161no obnovljen", _s16_181, "Uspe\u0161no je arhiviranih :count dobaviteljev", "deleted_vendors", "Uspe\u0161no je zbrisanih :count dobaviteljev", _s16_182, _s36_11, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_183, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_184, "Stro\u0161ek uspe\u0161no obnovljen", _s17_115, "Stro\u0161ki uspe\u0161no arhivirani", _s16_185, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_116, _s37_14, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturirano", "logged", "Prijavljeno", "running", "V teku", "resume", "Nadaljuj", "task_errors", "Prosim popravite prekrivajo\u010de \u010dasove", "start", "Za\u010detek", "stop", "Kon\u010daj", "started_task", "Opravilo uspe\u0161no pri\u010deto", "stopped_task", "Opravilo uspe\u0161no ustavljeno", "resumed_task", "Opravilo uspe\u0161no ponovno zagnano", "now", "Zdaj", _s16_186, _s16_187, "timer", "Merilec \u010dasa", "manual", "Ro\u010dno", "budgeted", "Budgeted", "start_time", "Za\u010detek", "end_time", "\u010cas zaklju\u010dka", "date", "Datum", "times", "\u010cas", "duration", "Trajanje", "new_task", "Novo opravilo", "created_task", "Opravilo uspe\u0161no ustvarjeno", "updated_task", "Opravilo uspe\u0161no posodobljeno", "archived_task", "Opravilo uspe\u0161no arhivirano", "deleted_task", "Opravilo uspe\u0161no odstranjeno", "restored_task", "Opravilo uspe\u0161no obnovljeno", "archived_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count", "deleted_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_188, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_189, "Projekt uspe\u0161no obnovljen", _s17_117, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_190, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_118, _s37_15, "new_project", "Now projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikni tukaj", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Noga", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Ta mesec", "last_month", "Zadnji mesec", "this_year", "To leto", "last_year", "Zadnje leto", "custom", "Po meri", _s16_191, "Kopiraj v ra\u010dun", "clone_to_quote", "Kopiraj v predra\u010dun", "clone_to_credit", "Clone to Credit", "view_invoice", "Ogled ra\u010duna", "convert", "Convert", "more", "Ve\u010d", "edit_client", "Uredi stranko", "edit_product", "Uredi izdelek", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudbo", "edit_payment", "Uredi pla\u010dilo", "edit_task", "Uredi opravilo", "edit_expense", "Uredi stro\u0161ek", "edit_vendor", "Uredi prodajalca", "edit_project", "Uredi projekt", _s20_74, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_193, "Naslov za dostavo", "total_revenue", "Skupni prihodki", "average_invoice", "Povpre\u010den ra\u010dun", "outstanding", "Odprte postavke", "invoices_sent", ":count ra\u010duni poslani", "active_clients", "aktivne stranke", "close", "Zapri", "email", "E-po\u0161ta", "password", "Geslo", "url", "URL", "secret", "Skrivnost", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Razvrsti", "search", "I\u0161\u010di", "active", "Aktivno", "archived", "Arhivirano", "deleted", "Odstranjeno", "dashboard", "Nadzorna plo\u0161\u010da", "archive", "Arhiv", "delete", "Zbri\u0161i", "restore", "Obnovitev", _s16_195, "Osve\u017eitev kon\u010dana", _s23_43, "Vnesi prosim svoj email", _s26_34, "Vnesi prosim svoje geslo", _s21_83, "Vnesi prosim svoj URL", _s26_36, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_121, "Pri\u0161lo je do napake", "paid_to_date", "\u017de pla\u010dano", "balance_due", "Za pla\u010dilo", "balance", "Saldo", "overview", "Pregled", "details", "Podrobnosti", "phone", "Telefon", "website", "Internetne strani", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_63, "Kopirano :value na odlo\u017ei\u0161\u010de", "error", "Napaka", _s16_197, "Ni bilo mo\u017eno zagnati", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Priimek", "add_contact", "Dodaj kontakt", "are_you_sure", "Ali ste prepri\u010dani?", "cancel", "Prekli\u010di", "ok", "Ok", "remove", "Odstrani", _s16_199, "Email ni pravilen", "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_201, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_202, "Izdelek uspe\u0161no obnovljen", _s17_123, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_203, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_124, _s37_16, "product_key", "Izdelki", "notes", "Opis", "cost", "Cena", "client", "Stranka", "clients", "Stranke", "new_client", "Nova stranka", "created_client", "Stranka uspe\u0161no ustvarjena", "updated_client", "Uspe\u0161no posodobljena stranka", "archived_client", "Stranka uspe\u0161no arhivirana", _s16_204, "Uspe\u0161no je arhiviranih :count strank", "deleted_client", "Stranka uspe\u0161no zbrisana", "deleted_clients", "Uspe\u0161no je zbrisanih :count strank", "restored_client", "Stranka uspe\u0161no obnovljena", _s16_205, _s36_13, "address1", "Ulica", "address2", "Poslovni prostor/Stanovanja", "city", "Mesto", "state", "Regija/pokrajina", "postal_code", "Po\u0161tna \u0161t.", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Nov ra\u010dun", "created_invoice", "Ra\u010dun uspe\u0161no ustvarjen", "updated_invoice", "Ra\u010dun uspe\u0161no posodobljen", _s16_206, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no zbrisan", _s16_207, "Ra\u010dun uspe\u0161no obnovljen", _s17_125, "Uspe\u0161no arhiviranih :count ra\u010dunov", _s16_208, "Uspe\u0161no je zbrisanih :count ra\u010dunov", _s17_126, _s37_17, "emailed_invoice", _s20_154, "emailed_payment", "Pla\u010dilo poslano po elektronski po\u0161ti", "amount", "Znesek", "invoice_number", "\u0160t. ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "\u0160t. naro\u010dilnice", "terms", "Pogoji", "public_notes", "Javni zaznamki", "private_notes", "Zasebni zaznamki", "frequency", "Pogostost", "start_date", "Datum za\u010detka", "end_date", "Datum zapadlosti", "quote_number", "\u0160t. ponudbe", "quote_date", "Datum ponudbe", "valid_until", "Veljavnost", "items", "Predmeti", "partial_deposit", "Delno/Depozit", "description", "Opis", "unit_cost", "Cena", "quantity", "Koli\u010dina", "add_item", "\xb8Dodaj predmet", "contact", "Kontakt", "work_phone", "Slu\u017ebeni telefon", "total_amount", "Skupni znesek", "pdf", "PDF", "due_date", "Rok pla\u010dila", _s16_209, "Delno pla\u010dilo do datuma", "status", "Stanje", _s17_127, "Status ra\u010duna", "quote_status", "Stanje predra\u010duna", _s22_59, "Klikni + za dodajanje predmeta", _s22_61, _s19_76, "count_selected", ":count izbranih", "total", "Skupaj", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Opusti", _s20_76, "Izberi datum", _s22_62, "Izberi stranko", _s24_51, "Izberi ra\u010dun", "task_rate", "Urna postavka", "settings", "Nastavitve", "language", "Jezik", "currency", "Valuta", "created_at", "Ustvarjen dne", "created_on", "Created On", "updated_at", "Posodobljeno", "tax", "Davek", _s30_17, "Vnesi \u0161tevilko ra\u010duna", _s27_51, "Prosim vnesi \u0161tevilko predra\u010duna", "past_due", "Zapadlo", "draft", "Osnutek", "sent", "Poslano", "viewed", "Ogledano", "approved", "Odobreno", "partial", "Delno pla\u010dilo/polog", "paid", "Pla\u010dano", "mark_sent", "Ozna\u010di kot poslano", _s22_64, "Ra\u010dun je uspe\u0161no ozna\u010den kot poslan", _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Narejeno", _s37_18, "Vnesi stranko ali kontaktno osebo", "dark_mode", "Temen na\u010din", _s27_53, "Ponovno za\u017eeni program, da se spremembe aktivirajo", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazen kontakt", "activity", "Dejavnost", _s16_211, "Ustrezen niz ni najden", "clone", "Kopiraj", "loading", "Nalagam", "industry", "Industrija", "size", "Velikost", "payment_terms", "Pla\u010dilni pogoji", "payment_date", "Datum pla\u010dila", "payment_status", "Status pla\u010dila", _s16_213, "V obdelavi", _s16_214, "Razveljavljeno", _s16_215, "Neuspe\u0161no", _s16_216, "Narejeno", _s16_217, "Delno povrnjeno", _s16_218, "Povrjeno", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Promet", "client_portal", "Portal za stranke", "show_tasks", "Prika\u017ei opravila", "email_reminders", "Email opomini", "enabled", "Omogo\u010deno", "recipients", "Prejemniki", "initial_email", "Prva e-po\u0161ta", "first_reminder", "Prvi opomin", "second_reminder", "Drugi opomin", "third_reminder", "Tretji opomin", "reminder1", "Prvi opomin", "reminder2", "Drugi opomin", "reminder3", "Tretji opomin", "template", "Predloga", "send", "Po\u0161lji", "subject", "Naslov", "body", "Vsebina", "send_email", "Po\u0161lji e-po\u0161to", "email_receipt", "Po\u0161lji ra\u010dun stranki", "auto_billing", "Samodejno obra\u010dunavanje", "button", "Gumb", "preview", "Predogled", "customize", "Prilagodi po meri", "history", "Zgodovina", "payment", "Pla\u010dilo", "payments", "Pla\u010dila", "refunded", "Povrjeno", "payment_type", "Na\u010din pla\u010dila", _s21_85, _s21_114, "enter_payment", "Vnesi pla\u010dilo", "new_payment", "Vnesi pla\u010dilo", "created_payment", "Pla\u010dilo uspe\u0161no ustvarjeno", "updated_payment", "Pla\u010dilo uspe\u0161no posodobljeno", _s16_219, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no zbrisano", _s16_220, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_130, "\u0160Uspe\u0161no je arhiviranih :count pla\u010dil", _s16_221, "Uspe\u0161no je zbrisanih :count pla\u010dil", _s17_131, _s37_20, "quote", "Ponudba", "quotes", "Ponudbe", "new_quote", "Nova ponudba", "created_quote", "Ponudba uspe\u0161no ustvarjena", "updated_quote", "Ponudba uspe\u0161no posodobljena", "archived_quote", "Ponudba uspe\u0161no arhivirana", "deleted_quote", "Ponudba uspe\u0161no zbrisana", "restored_quote", "Predra\u010dun uspe\u0161no obnovljen", "archived_quotes", "Uspe\u0161no je arhiviranih :count ponudb", "deleted_quotes", "Uspe\u0161no je zbrisanih :count ponudb", "restored_quotes", _s35_22, "expense", "Stro\u0161ek", "expenses", "Stro\u0161ki", "vendor", "Prodajalec", "vendors", "Prodajalci", "task", "Opravilo", "tasks", "Opravila", "project", "Projekt", "projects", "Projekti", "activity_1", ":user je ustvaril stranko :client", "activity_2", ":user je arhiviraj stranko :client", "activity_3", ":user je odstranil stranko :client", "activity_4", ":user je ustvaril ra\u010dun :invoice", "activity_5", ":user je posodobil ra\u010dun :invoice", "activity_6", ":user je ra\u010dun :invoice za :client poslal osebi :contact", "activity_7", ":contact si je ogledal ra\u010dun :invoice za :client", "activity_8", ":user je arhiviral ra\u010dun :invoice", "activity_9", ":user je odstranil ra\u010dun :invoice", "activity_10", ":contact je vnesel pla\u010dilo :payment v znesku :payment_amount na ra\u010dunu :invoice za :client", "activity_11", ":user je posodobil pla\u010dilo :payment", "activity_12", ":user je arhiviral pla\u010dilo :payment", "activity_13", ":user je odstranil :payment", "activity_14", ":user je vnesel :credit dobropis", "activity_15", ":user je posodobil :credit dobropis", "activity_16", ":user je arhiviral :credit dobropis", "activity_17", ":user je odstranil :credit dobropis", "activity_18", ":user je ustvaril predra\u010dun :quote", "activity_19", ":user je posodobil predra\u010dun :quote", "activity_20", ":user je predra\u010dun :quote za :client poslal osebi :contact", "activity_21", ":contact je pogledal predra\u010dun :quote", "activity_22", ":user je arhiviral predra\u010dun :quote", "activity_23", ":user je odstranil predra\u010dun :quote", "activity_24", ":user je obnovil predra\u010dun :quote", "activity_25", ":user je obnovil ra\u010dun :invoice", "activity_26", ":user je obnovil stranko :client", "activity_27", ":user je obnovil pla\u010dilo :payment", "activity_28", ":user je obnovil dobropis :credit", "activity_29", ":contact je potrdil predra\u010dun :quote za :client", "activity_30", ":user je ustvaril prodajalca :vendor", "activity_31", ":user je arhiviral prodajalca :vendor", "activity_32", ":user je odstranil prodajalca :vendor", "activity_33", ":user je obnovil prodajalca :vendor", "activity_34", ":user je vnesel stro\u0161ek :expense", "activity_35", ":user je arhiviral stro\u0161ek :expense", "activity_36", ":user je izbrisal stro\u0161ek :expense", "activity_37", ":user je obnovil stro\u0161ek :expense", "activity_39", ":user je preklical pla\u010dilo :payment v znesku :payment_amount", "activity_40", ":user je vrnil :adjustment od pla\u010dila :payment v znesku :payment_amount", "activity_41", ":payment_amount pla\u010dilo (:payment) ni uspelo", "activity_42", ":user je vnesel opravilo :task", "activity_43", ":user je posodobil opravilo :task", "activity_44", ":user je arhiviral opravilo :task", "activity_45", ":user je izbrisal opravilo :task", "activity_46", ":user je obnovil opravilo :task", "activity_47", ":user je posodobil opravilo :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user je ponovno odprl podporni zahtevek :ticket", "activity_55", ":contact je odgovoril na podporni zahtevek :ticket", "activity_56", ":user si je ogledal podporni zahtevek :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Geslo za enkratno uporabo", "emailed_quote", "Ponudba uspe\u0161no poslan", "emailed_credit", _s27_65, _s20_78, "Predra\u010dun ozna\u010den kot poslan", _s21_87, _s34_21, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_66, _s22_67, "custom_value1", _s16_354, "custom_value2", _s16_354, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0160tevec za ra\u010dun", _s20_79, _s20_80, _s20_81, "\u0160tevec \u0161tevilke predra\u010duna", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_226, "Rok pla\u010dila", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Samodejno pla\u010dilo", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Ime dav\u010dne stopnje", "tax_amount", "Znesek davka", "tax_paid", "Davek pla\u010dan", "payment_amount", "Znesek pla\u010dila", "age", "Starost", "is_running", "Is Running", "time_log", "\u010casovni Dnevnik", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, "Kategorija stro\u0161kov", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_232, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Por Defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Agregar Gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Agregar a cuenta :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Divisa de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa para una factura con valor de :amount ser\xeda de :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Asignar Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_155, "view_statement", "Ver Estado De Cuenta", "sepa", "D\xe9bito Directo SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nombre Remitente", _s16_23, _s16_232, _s17_19, "Gasto Recurrente", _s18_19, "Gastos Recurrentes", _s21_22, "Nuevo Gasto Recurrente", _s22_27, "Editar Gasto Recurrente", _s25_3, "Gasto recurrente creado con \xe9xito", _s25_4, "Gasto recurrente actualizado con \xe9xito", _s26_4, "Gasto recurrente archivado con \xe9xito", _s25_5, _s28_96, _s25_6, _s38_2, _s26_5, "Gasto recurrente restaurado con \xe9xito", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gu\xeda de Usuario", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primer Nombre de Contacto", _s17_23, "Apellido de Contacto", "order", "Order", "unassigned", "Unassigned", "partial_value", "Debe ser mayor que cero y menor que el total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el suubdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Suscripciones", _s16_41, _s16_42, _s17_29, "Editar suscripci\xf3n", _s20_29, _s32_37, _s20_30, _s37_38, _s21_34, "Suscripci\xf3n correctamente archivada", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s19_146, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_36, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticaci\xf3n de Dos Factores", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Trimestre", "to_update_run", "To update run", _s18_39, _s19_147, _s16_54, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s18_204, _s16_60, "Cantidad Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos por defecto", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Columna", "sample", "Ejemplo", "map_to", "Map To", "import", "Importar", _s25_16, _s29_7, "select_file", "Por favor selecciona un archivo", _s16_62, _s16_63, "csv_file", _s23_102, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servicio", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Sin Pagar", "white_label", "White Label", "delivery_note", "Nota de Entrega", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total Facturado", "quote_total", "Total cotizado", "credit_total", "Cr\xe9dito Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", _s18_205, "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, "Categor\xeda actualizada con \xe9xito", _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_206, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", _s18_207, "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s18_208, _s18_51, _s20_156, _s21_53, _s24_114, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Factura peri\xf3dica archivada", _s25_29, "Factura peri\xf3dica borrada", _s25_30, _s38_11, _s26_14, "Factura peri\xf3dica restaurada", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Ganancia", "line_item", "Item de Linea", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Abierto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalles de la tarjeta", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etiqueta", "client_number", "Cliente N\xfamero", "auto_convert", "Auto Convert", "company_name", "Nombre de Empresa", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", _s28_58, "gateway", "Pasarela de Pagos", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Horas", "statement", "Estado De Cuenta", "taxes", "Impuestos", "surcharge", "Sobrecargo", "apply_payment", "Apply Payment", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Unapplied", "select_label", "Seleccionar Etiqueta", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Para", "health_check", "Health Check", "payment_type_id", "Tipo de pago", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_233, _s17_65, _s17_66, "recent_payments", "Pagos Recientes", "upcoming_quotes", "Pr\xf3ximas Cotizaciones", "expired_quotes", "Cotizaciones Vencidas", "create_client", "Crear Cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Cotizaci\xf3n", "create_payment", "Create Payment", "create_vendor", "Crear Proveedor", "update_quote", "Update Quote", "delete_quote", "Eliminar Cotizaci\xf3n", "update_invoice", "Update Invoice", "delete_invoice", _s16_355, "update_client", "Update Client", "delete_client", _s16_356, "delete_payment", "Eliminar Pago", "update_vendor", _s20_157, "delete_vendor", _s16_357, "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Update Task", "delete_task", "Eliminar Tarea", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Objetivo", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Editar Token", "created_token", "Token creado con \xe9xito", "updated_token", "Token actualizado con \xe9xito", "archived_token", "Token archivado", "deleted_token", "Token eliminado con \xe9xito", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_148, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Email Credit", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s26_89, _s20_57, "T\xe9rmino de pago creado con \xe9xito", _s20_58, "T\xe9rmino de pago actualizado con \xe9xito", _s21_56, "T\xe9rmino de pago archivado con \xe9xito", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s19_149, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Buscar Proveedor", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", _s18_209, "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Nombre Completo", _s17_77, _s17_78, _s17_79, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_150, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados con \xe9xito", _s18_60, "Advertencia: Esto borrar\xe1 definitivamente tus datos, no hay de deshacerlo.", "invoice_balance", "Balance de la Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado con \xe9xito", "client_details", "Detalles del Cliente", "company_address", "Direcci\xf3n de la Empresa", "invoice_details", "Detalles de la Factura", "quote_details", "Detalles de la Cotizaci\xf3n", "credit_details", "Detalles del Cr\xe9dito", "product_columns", "Columna de Productos", "task_columns", "Columna de Tareas", "add_field", "Agregar Campos", "all_events", _s17_234, "permissions", "Permissions", "none", "Ninguno", "owned", "Propiedad", "payment_success", "Pago Exit\xf3so", "payment_failure", "Fallos con el Pago", "invoice_sent", ":count factura enviada", "quote_sent", "Cotizaci\xf3n Enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Cr\xe9dito Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Cotizaci\xf3n Aprobada", _s25_33, "Recibir Todas Las Notificaciones", _s16_94, _s16_358, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_48, "Advertencia: Esto eliminar\xe1 su empresa, no hay manera de deshacerlo.", "enabled_modules", "Enabled Modules", "converted_quote", "Cotizaci\xf3n convertida con \xe9xito", "credit_design", "Dise\xf1o de Cr\xe9ditos", "includes", "Incluir", "header", "Encabezado", "load_design", "Cargar Dise\xf1o", "css_framework", "Framework de CSS", "custom_designs", _s22_136, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado con \xe9xito", "updated_design", "Dise\xf1o actualizado con \xe9xito", "archived_design", "Dise\xf1o archivado con \xe9xito", "deleted_design", "Dise\xf1o eliminado con \xe9xito", "removed_design", "Dise\xf1o removido con \xe9xito", "restored_design", "Dise\xf1o restaurado con \xe9xito", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Cotizaciones Recurrentes", "recurring_tasks", _s18_210, _s18_61, _s18_62, "credit_date", _s16_359, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Ingresa el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado con \xe9xito", "updated_credit", "Cr\xe9dito actualizado con \xe9xito", "archived_credit", "Cr\xe9dito archivado con \xe9xito", "deleted_credit", "Cr\xe9ditos eliminados con \xe9xito", "removed_credit", "Cr\xe9dito removido con \xe9xito", "restored_credit", "Cr\xe9dito restaurado con \xe9xito", _s16_100, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_101, _s36_9, "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_102, _s24_115, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_81, "URL del Webhook de Slack", "credit_footer", "Pie de P\xe1gina del Cr\xe9dito", "credit_terms", "T\xe9rminos del Cr\xe9dito", "new_company", "Nueva Empresa", "added_company", "Empresa agregada con \xe9xito", "company1", _s23_92, "company2", _s23_93, "company3", _s23_94, "company4", _s23_95, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reiniciar", "number", "Number", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Count", "totals", "Totales", "blank", "Blank", "day", "Day", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Agrupar por", "credit_balance", _s16_360, _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Tel\xe9fono de Contacto", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Calle de Env\xedo", _s17_86, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_61, "C\xf3digo Postal de Env\xedo", _s16_132, "Pa\xeds de Env\xedo", _s16_134, "Calle de Facturaci\xf3n", _s16_135, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_40, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_361, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_158, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ayuda", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Correo de Contacto", "multiselect", "Multiselect", "entity_state", "Estado", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mensaje", "from", "De", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "foro de soporte", "about", "About", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1ctenos", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Credit Email", "iframe_url", "Sitio Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Si", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Seleccionar Empresa", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Ver", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Usuario", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", _s26_90, _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Opciones", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Enviar", _s16_144, "Recuperar contrase\xf1a", "late_fees", "Late Fees", "credit_number", "N\xfamero de Cr\xe9dito", "payment_number", "Payment Number", "late_fee_amount", "Valor Tarifa por Tardanza", _s16_145, "Porcentaje Tarifa por Tardanza", "schedule", "Programar", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Partial Payment", _s21_72, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_147, "Recordatorio sin fin", _s16_149, _s16_150, "administrator", "Administrador", _s18_80, "Permitir que administre usuarios, cambie configuraciones y modifique cualquier registro", "user_management", "Gesti\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", _s25_37, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", _s25_40, "restored_user", "Usuario restaurado con \xe9xito", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s21_173, "invoice_options", _s19_150, _s17_92, "Ocultar Valor Pagado a la Fecha", _s22_55, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Mostrar encabezado", _s16_154, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_235, "last_page", "\xdaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Color Primario", "secondary_color", _s16_362, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_236, "product_fields", _s18_211, "invoice_terms", _s23_103, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convertir", _s23_34, "Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.", _s17_94, _s17_95, "freq_daily", "Diario", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_156, "Three Years", "never", "Never", "company", "Empresa", _s17_97, _s17_237, "charge_taxes", _s16_363, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_193, _s16_157, _s18_212, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", _s16_364, "company_value", "Valor de Empresa", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Campo Proveedor", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefijo", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", _s17_211, _s17_101, _s17_102, _s16_159, "Ver en PDF", _s21_74, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_41, "Casilla de los T\xe9rminos de la Factura", _s30_9, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_35, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_22, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_42, "Firma de la Facturra", _s30_10, "Requerir que el cliente provea su firma.", _s23_36, "Firma de la Cotizaci\xf3n", _s22_57, _s32_38, _s27_38, "Permite establecer una contrase\xf1a para cada contacto. Si una contrase\xf1a es establecida, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Portal Mode", "email_signature", _s18_213, _s24_41, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_365, "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, _s16_366, "reply_to_email", "Correo de Respuesta", "reply_to_name", "Reply-To Name", "bcc_email", "Correo para Copia Oculta BCC", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos de Tarjetas Aceptadas", "credentials", "Credentials", "update_address", _s20_159, _s19_49, "Actualiza la direcci\xf3n del cliente con los detalles proporcionados", "rate", "Tasas", "tax_rate", "Tasa de Impuesto", "new_tax_rate", "Nueva Tasa de Impuesto", "edit_tax_rate", "Editar tasa de impuesto", _s16_162, "Tasa de impuesto creada con \xe9xito", _s16_163, "Tasa de impuesto actualizada con \xe9xito", _s17_104, "Tasa de impuesto archivada con \xe9xito", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Auto-rellenar productos", _s18_86, _s74_0, "update_products", "Auto-actualizar productos", _s20_71, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_165, "Convertir productos", _s21_75, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Descartar Cambios", "default_value", "Default value", "disabled", "Deshabilitado", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Tiempo 24 Horas", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, "Filtro por Proveedor", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Configuraci\xf3n del Producto", "device_settings", "Device Settings", "defaults", "Valores por Defecto", "basic_settings", _s20_160, _s17_109, _s22_137, "company_details", _s22_138, "user_details", _s19_151, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_227, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_47, _s23_42, _s26_91, _s22_58, _s20_73, _s19_55, _s22_139, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "T\xe9rminos de Servicio", "privacy_policy", "Privacy Policy", "sign_up", "Registrarse", "account_login", "Iniciar Sesi\xf3n", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Descargar", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Documento", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Convertido", _s24_47, _s31_41, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_367, "mark_paid", "Marcar como Pagado", "category", "Category", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado con \xe9xito", "updated_vendor", "Proveedor actualizado con \xe9xito", "archived_vendor", "Proveedor archivado con \xe9xito", "deleted_vendor", "Proveedor eliminado con \xe9xito", "restored_vendor", "Proveedor recuperado con \xe9xito", _s16_181, _s41_17, "deleted_vendors", _s41_17, _s16_182, _s36_11, "new_expense", "Ingrese el Gasto", "created_expense", _s26_92, "updated_expense", _s31_42, _s16_183, _s29_83, "deleted_expense", _s27_98, _s16_184, _s29_22, _s17_115, _s31_43, _s16_185, _s29_84, _s17_116, _s37_14, "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Continuar", "task_errors", "Por favor corrija cualquier tiempo que se sobreponga con otro", "start", "Iniciar", "stop", "Detener", "started_task", "Tarea iniciada con \xe9xito", "stopped_task", "Tarea detenida con \xe9xito", "resumed_task", "Tarea reanudada con \xe9xito", "now", "Ahora", _s16_186, _s16_187, "timer", "Temporizador", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Tiempo de Inicio", "end_time", "Tiempo Final", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva Tarea", "created_task", "Tarea creada con \xe9xito", "updated_task", "Tarea actualizada con \xe9xito", "archived_task", "Tarea archivada con \xe9xito", "deleted_task", "Tarea eliminada con \xe9xito", "restored_task", "Tarea restaurada con \xe9xito", "archived_tasks", ":count tareas archivadas con \xe9xito", "deleted_tasks", ":count tareas eliminadas con \xe9xito", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", _s20_161, "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_188, "Proyecto archivado con \xe9xito", "deleted_project", _s28_96, _s16_189, "Proyecto restaurado con \xe9xito", _s17_117, "Archivados con \xe9xito :count proyectos", _s16_190, "Eliminados con \xe9xito :count proyectos", _s17_118, _s37_15, "new_project", "Nuevo Proyecto", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "haz clic aqu\xed", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s22_140, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Comparar con", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Este Mes", "last_month", "Mes Anterior", "this_year", "Este A\xf1o", "last_year", "A\xf1o Anterior", "custom", "Personalizado", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clonar como Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convert", "more", "More", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Cotizaci\xf3n", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_368, "edit_project", "Editar Proyecto", _s20_74, _s20_75, "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_193, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_369, "average_invoice", _s23_104, "outstanding", _s18_214, "invoices_sent", _s24_116, "active_clients", _s16_370, "close", "Cerrar", "email", "Correo Electr\xf3nico", "password", "Contrase\xf1a", "url", "URL", "secret", "Secret", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Sort", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, _s17_122, "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Overview", "details", "Detalles", "phone", "Tel\xe9fono", "website", "Sitio Web", "vat_number", "CIF/NIF", "id_number", "ID Number", "create", "Crear", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contactos", "additional", "Additional", "first_name", "Nombres", "last_name", "Apellidos", "add_contact", "A\xf1adir contacto", "are_you_sure", "\xbfEst\xe1s Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_71, _s16_201, "Producto archivado con \xe9xito", "deleted_product", _s30_71, _s16_202, "Producto restaurado con \xe9xito", _s17_123, ":count productos archivados con \xe9xito", _s16_203, "Eliminados con \xe9xito :count productos", _s17_124, _s37_16, "product_key", "Producto", "notes", "Notas", "cost", "Costo", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "cliente creado con \xe9xito", "updated_client", "Cliente actualizado con \xe9xito", "archived_client", "Cliente archivado con \xe9xito", _s16_204, ":count clientes archivados con \xe9xito", "deleted_client", "Cliente eliminado con \xe9xito", "deleted_clients", ":count clientes eliminados con \xe9xito", "restored_client", "Cliente restaurado con \xe9xito", _s16_205, _s36_13, "address1", "Calle", "address2", "Bloq/Pta", "city", "Ciudad", "state", "Regi\xf3n/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada con \xe9xito", "updated_invoice", "Factura actualizada con \xe9xito", _s16_206, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_207, "Factura restaurada con \xe9xito", _s17_125, ":count facturas archivados con \xe9xito", _s16_208, ":count facturas eliminadas con \xe9xito", _s17_126, _s37_17, "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_238, "invoice_date", _s16_371, "discount", "Descuento", "po_number", "N\xfamero de Orden", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frequencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Finalizaci\xf3n", "quote_number", "Numero de cotizaci\xf3n", "quote_date", "Fecha cotizaci\xf3n", "valid_until", "V\xe1lida Hasta", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descripci\xf3n", "unit_cost", "Coste unitario", "quantity", "Cantidad", "add_item", "Add Item", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Fecha de Pago", _s16_209, "Fecha de Vencimiento Parcial", "status", "Estado", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Language", "currency", "Moneda", "created_at", _s17_239, "created_on", "Created On", "updated_at", "Updated", "tax", "Impuesto", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Viewed", "approved", "Approved", "partial", _s16_344, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Hecho", _s37_18, _s37_19, "dark_mode", "Modo Oscuro", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Actividad", _s16_211, _s16_212, "clone", "Clon", "loading", "Cargando", "industry", "Industry", "size", "Size", "payment_terms", _s16_372, "payment_date", "Fecha de Pago", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal de Cliente", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Remitentes", "initial_email", "Email Inicial", "first_reminder", _s19_152, "second_reminder", _s20_162, "third_reminder", _s19_153, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Plantilla", "send", "Send", "subject", "Asunto", "body", "Mensaje", "send_email", "Enviar email", "email_receipt", "Enviar por correo electr\xf3nico el recibo de pago al cliente", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Personalizar", "history", "Historial", "payment", "pago", "payments", "Pagos", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s25_94, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_219, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_220, "Pago restaurado con \xe9xito", _s17_130, ":count pagos archivados con \xe9xito", _s16_221, ":count pagos eliminados con \xe9xito", _s17_131, _s37_20, "quote", "Cotizaci\xf3n", "quotes", "Cotizaciones", "new_quote", "Nueva cotizaci\xf3n", "created_quote", "Cotizaci\xf3n creada con \xe9xito", "updated_quote", "Cotizaci\xf3n actualizada con \xe9xito", "archived_quote", "Cotizaci\xf3n archivada con \xe9xito", "deleted_quote", "Cotizaci\xf3nes eliminadas con \xe9xito", "restored_quote", "Cotizaci\xf3n restaurada con \xe9xito", "archived_quotes", ":count cotizaciones archivadas con exito", "deleted_quotes", ":count cotizaciones eliminadas con exito", "restored_quotes", _s35_22, "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_85, "activity_2", _s32_39, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_47, "activity_6", ":user envi\xf3 por correo electr\xf3nico la factura :invoice para el cliente :client a :contact", "activity_7", ":contact vi\xf3 la factura :invoice del cliente :client", "activity_8", _s33_41, "activity_9", ":user elimin\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por el valor :payment_amount en la factura :invoice del cliente :client", "activity_11", ":user actualiz\xf3 el pago :payment", "activity_12", _s30_72, "activity_13", ":user elimin\xf3 el pago :payment", "activity_14", ":user ingres\xf3 :credit cr\xe9ditos", "activity_15", ":user actualiz\xf3 :credit cr\xe9ditos", "activity_16", ":user archiv\xf3 :credit cr\xe9ditos", "activity_17", ":user elimin\xf3 :credit cr\xe9ditos", "activity_18", ":user cre\xf3 la cotizaci\xf3n :quote", "activity_19", ":user actualiz\xf3 la cotizaci\xf3n :quote", "activity_20", ":user envi\xf3 por correo electr\xf3nico la cotizaci\xf3n :quote a :contact", "activity_21", ":contact vi\xf3 la cotizaci\xf3n :quote", "activity_22", ":user archiv\xf3 la cotizaci\xf3n :quote", "activity_23", ":user elimin\xf3 la cotizaci\xf3n :quote", "activity_24", ":user restaur\xf3 la cotizaci\xf3n :quote", "activity_25", ":user restaur\xf3 factura :invoice", "activity_26", _s33_42, "activity_27", _s31_44, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_73, "activity_31", _s33_43, "activity_32", _s33_44, "activity_33", _s34_40, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_45, "activity_36", _s31_46, "activity_37", _s32_40, "activity_39", ":usaer cancel\xf3 :payment_amount pago :payment", "activity_40", ":user reembols\xf3 :adjustment de un pago de :payment_amount :payment", "activity_41", _s41_9, "activity_42", _s25_95, "activity_43", _s30_74, "activity_44", _s28_97, "activity_45", _s28_98, "activity_46", _s29_86, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user volvi\xf3 a abrir el ticket :ticket", "activity_55", _s36_48, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Contrase\xf1a de una sola vez", "emailed_quote", "Cotizaci\xf3n enviada con \xe9xito", "emailed_credit", "Cr\xe9dito enviado por correo electr\xf3nico con \xe9xito", _s20_78, _s33_22, _s21_87, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_66, _s22_67, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numeraci\xf3n de facturaci\xf3n", _s20_79, _s20_80, _s20_81, "Numeraci\xf3n de Cotizaciones", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Asunto del correo electr\xf3nico de pago parcial", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "Tipo", "invoice_amount", _s18_215, _s16_226, _s20_163, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Cobro Autom\xe1tico", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_164, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_216, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_217, "tax_amount", "Suma de Impuestos", "tax_paid", "Impuestos pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Is Running", "time_log", "Registro de Tiempo", "bank_id", "banco", _s19_70, _s19_71, _s16_227, "Categor\xeda de Gastos", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_232, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceptar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Configuraci\xf3n de Pago", "default", "Por defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Agregar Pasarela", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crea tu cuenta en unos segundos", "login_label", _s28_0, "add_to_invoice", "A\xf1adir a la factura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moneda de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear Proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa por una factura de cantidad :amount ser\xeda :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente purgado correctamente", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Grande", "extra_large", "Extra Grande", _s16_17, "Mostrar Vista Preliminar de PDF", _s21_20, _s42_1, "print_pdf", "Imprimir PDF", "remind_me", "Recordarme", _s16_19, _s16_20, "click_selected", "Pinchar seleccionados", "hide_preview", "Hide Preview", "edit_record", "Editar R\xe9cord", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_21, _s30_2, "set_password", "Establecer Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Pagos de d\xe9bito preautorizados", "becs", "D\xe9bito directo BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_155, "view_statement", "Ver Estado de cuenta", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nombre De", _s16_23, "Clonar a gasto", _s17_19, "Gasto Peri\xf3dico", _s18_19, "Gastos Peri\xf3dicos", _s21_22, "Nuevo Gasto Peri\xf3dico", _s22_27, "Editar Gasto Peri\xf3dico", _s25_3, "Gasto Peri\xf3dico creado correctamente", _s25_4, "Gasto Peri\xf3dico actualizado correctamente", _s26_4, "Gasto Peri\xf3dico archivado correctamente", _s25_5, "Gasto Peri\xf3dico borrado correctamente", _s25_6, _s38_2, _s26_5, "Gasto Peri\xf3dico restaurado correctamente", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gu\xeda del usuario", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user cre\xf3 la factura recurrente n\xba :recurring_invoice", "activity_101", ":user actualiz\xf3 la factura recurrente n\xba :recurring_invoice", "activity_102", ":user archiv\xf3 la factura recurrente n\xba :recurring_invoice", "activity_103", ":user elimin\xf3 la factura recurrente n\xba :recurring_invoice", "activity_104", ":user restaur\xf3 la factura recurrente n\xba :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\xdaltima Actualizaci\xf3n", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s19_154, _s17_23, "Apellido del contacto", "order", "Order", "unassigned", "Sin asignar", "partial_value", "Debe ser mayor que 0 y menos que el Total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el subdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "C\xf3digo promocional", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguridad", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscripci\xf3n", "subscriptions", "Suscripciones", _s16_41, "Nueva Subscripci\xf3n", _s17_29, "Editar Suscripci\xf3n", _s20_29, _s32_37, _s20_30, _s37_38, _s21_34, "Suscripci\xf3n archivada correctamente", _s20_31, "Subscripci\xf3n borrada correctamente", _s20_32, "Subscripci\xf3n eliminada correctamente", _s21_35, "Subscripci\xf3n restaurada correctamente", _s19_21, "Buscar 1 Subscripci\xf3n", _s20_33, "Buscar :count Subscripciones", _s26_8, "El subdominio no est\xe1 disponible", "connect_gmail", "Conectar Gmail", _s16_43, "Desconectar Gmail", "connected_gmail", "Gmail conectado correctamente", _s18_35, "Gmail desconectado correctamente", _s16_45, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_46, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_48, "Caducidad de Contrase\xf1a", _s29_5, "Contador de Factura/Cr\xe9dito Compartido", "use_last_email", "Usar \xfaltimo email", _s16_50, "Activar Compa\xf1\xeda", _s21_37, "Activar emails, facturas recurrentes y notificaciones", _s27_16, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_17, "Por favor, primero establezca una contrase\xf1a", _s34_7, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_16, "Por favor, indica un pa\xeds", "resend_invite", _s19_146, _s19_22, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_52, "Cuenta conectada correctamente", _s19_23, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor, facilita un n\xfamero de tel\xe9fono para activar la autenticaci\xf3n en dos pasos", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_36, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_31, "Desconectar Google", _s17_33, "Autenticacion en dos pasos", _s18_37, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_8, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_18, "Atenci\xf3n: Tu sesi\xf3n est\xe1 a punto de expirar", "count_hours", ":count Horas", "count_day", "1 D\xeda", "count_days", ":count D\xedas", _s19_24, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_34, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_10, "Por favor, confirma tu direcci\xf3n de email", _s16_53, "Pago Reembolsado", _s19_26, "Parcialmente sin aplicar", _s19_28, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_36, "Iniciar Multiselecci\xf3n", _s27_19, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_39, "Para usar :client_counter por favor, a\xf1ade o bien :client_number o :client_id_number para evitar conflictos", "this_quarter", "Trimestre Actual", "last_quarter", "Trimestre Anterior", "to_update_run", "Para actualizar ejecute", _s18_39, _s19_147, _s16_54, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_29, "Buscar 1 T\xe9rmino de Pago", _s20_34, "Buscar :count T\xe9rminos de Pago", _s16_56, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_58, _s18_204, _s16_60, "Cuenta convertida", _s17_38, "Balance Convertido", _s22_31, "Pagado a la fecha convertido", _s24_21, "Saldo de cr\xe9dito convertido", "converted_total", "Total convertido", "is_sent", "Enviada", _s17_40, "Documents por defecto", "document_upload", "Subir Documento", _s20_35, "Activar la subida de documentos de los clientes", "expense_total", "Gasto Total", "enter_taxes", "Introducir Impuestos", "by_rate", "Por Tarifa", "by_amount", "Por Cantidad", "enter_amount", "Introduce Cantidad", "before_taxes", "Antes de Impuestos", "after_taxes", "Despu\xe9s de Impuestos", "color", "Color", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Vaciar Columnas", _s21_41, "Modo de depuraci\xf3n activo", _s26_11, "Atenci\xf3n: s\xf3lo est\xe1 destinado para usarse en maquinas locales, puede filtrar credenciales. Pulsa para saber m\xe1s.", "running_tasks", "Tareas en Proceso", "recent_tasks", "Tareas Recientes", "recent_expenses", "Gastos Recientes", _s17_42, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_23, "Mapeo de columnas duplicado", _s20_36, "Usar Impuestos Inclusivos", _s18_41, "Es cantidad de descuento", "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_16, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_62, "No hay archivos seleccionados", "csv_file", _s23_102, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_33, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_44, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_34, 'Por favor, escribe ":value" para confirmar', "purge", "Purgar", "service", "Servicio", "clone_to", "Clonar a", "clone_to_other", "Clonar a otra", "labels", "Etiquetas", "add_custom", "A\xf1adir Personalizado", "payment_tax", "Impuesto de Pago", "unpaid", "Impagado", "white_label", "Marca Blanca", "delivery_note", "Nota para el envio", _s24_26, "Las facturas enviadas est\xe1n bloqueadas", _s24_28, "Las facturas pagadas est\xe1n bloqueadas", "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_165, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_19, "Total Factura", "actions", "Acciones", "expense_number", "N\xfamero de Gasto", "task_number", "N\xfamero de Tarea", "project_number", "N\xfamero de Proyecto", "project_name", "Nombre de Proyecto", "warning", "Advertencia", "view_settings", "Ver Configuraci\xf3n", _s24_30, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_165, "remind_invoice", "Recordar Factura", "cvv", "CVV", "client_name", _s18_205, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_46, "Tarifa de Tarea por Defecto", "clear_cache", "Borrar Cach\xe9", "sort_order", "Orden Clasificaci\xf3n", "task_status", "Estado", "task_statuses", "Estados de Tarea", "new_task_status", "Nuevo Estado de Tarea", _s16_64, "Editar Estado de Tarea", _s19_30, "Estado de tarea creado correctamente", _s19_31, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_38, "Estado de tarea archivado correctamente", _s19_32, "Estado de tarea borrado correctamente", _s19_33, "Estado de tarea eliminado correctamente", _s20_39, "Estado de tarea restaurado correctamente", _s22_35, ":value estados de tarea archivados correctamente", _s21_43, ":value estados de tarea borrados correctamente", _s22_36, ":value estados de tarea restaurados correctamente", _s18_43, "Buscar 1 Estado de Tarea", _s20_41, "Buscar :count Estados de Tarea", _s16_66, "Mostrar Tabla de Tareas", _s21_44, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_42, "Registro de Tiempo de Tarea Facturada", _s25_17, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_44, "Fecha de Tarea en Factura", _s25_18, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_45, "Empezar tareas antes de guardar", _s18_44, _s18_201, "task_settings", "Configuraci\xf3n de Tareas", _s20_46, "Configurar Categor\xedas", _s18_46, "Categor\xedas de Gasto", _s20_48, "Nueva Categor\xeda de Gasto", _s21_46, "Editar Categor\xeda de Gasto", _s24_31, "Categor\xeda de gasto creada correctamente", _s24_32, "Categor\xeda de gasto actualizada correctamente", _s25_20, "Categor\xeda de gasto archivada correctamente", _s24_33, "Categor\xeda eliminada correctamente", _s24_34, "Categor\xeda de gasto eliminada correctamente", _s25_21, "Categor\xeda de Gasto restaurada correctamente", _s27_23, ":count categor\xedas de gasto actualizados correctamente", _s26_12, ":value categor\xedas de gasto borradas correctamente", _s27_24, ":value categor\xedas de gasto restauradas correctamente", _s23_20, "Buscar 1 Categor\xeda de Gasto", _s25_23, "Buscar :count Categor\xedas de Gasto", _s21_48, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_37, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_48, "Est\xe1s usando la \xfaltima versi\xf3n, pero puede haber correcci\xf3n de errores pendientes.", "mark_paid_help", "Seguir que la factura haya sido pagada", _s18_48, _s18_206, _s23_21, "Activar que los gastos sean facturables", _s29_8, "Hacer los documentos visibles", _s21_50, "Establecer un tipo de cambio", _s16_68, "Configuraci\xf3n de Gastos", _s18_49, "Clonar a Recurrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo de Usuario", "variables", "Variables", "show_password", "Mostrar Contrase\xf1a", "hide_password", "Ocultar Contrase\xf1a", "copy_error", "Copiar Error", "capture_card", "Capturar Tarjeta", _s17_49, "Activar Auto Facturaci\xf3n", "total_taxes", "Impuestos Totales", "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_24, "Se ha parado la factura recurrente correctamente", _s25_25, "Se ha iniciado la factura recurrente correctamente", _s25_26, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_34, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_163, "paused", "Pausado", "mark_active", _s18_207, "day_count", "D\xeda :count", _s22_38, "Primer D\xeda del Mes", _s21_51, "\xdaltimo D\xeda del Mes", _s17_51, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_70, "Ciclos Pendientes", _s17_53, _s18_208, _s18_51, _s20_156, _s21_53, _s24_114, _s22_40, "Editar Factura Recurrente", _s25_27, "Factura recurrente creada correctamente", _s25_28, "Factura recurrente actualizada correctamente", _s26_13, "Factura recurrente archivada correctamente", _s25_29, "Factura recurrente borrada correctamente", _s25_30, "Factura recurrente eliminada correctamente", _s26_14, "Factura recurrente restaurada correctamente", _s27_25, ":value facturas recurrentes archivadas correctamente", _s26_15, ":value facturas recurrentes borradas correctamente", _s27_26, ":value facturas recurrentes restauradas correctamente", _s24_35, "Buscar 1 Factura Recurrente", _s25_31, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_8, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_53, "Permitir Sobrepago", _s23_22, "Permitir pagos extra para aceptar propinas", _s19_35, "Permitir Pago de Menos", _s24_36, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_4, "Fallo de Conciliaci\xf3n", _s30_5, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_55, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_72, _s16_73, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_37, "Bienvenid@ a Invoice Ninja", "always", "Siempre", "optin", "Optar en", "optout", "Optar por no", "label", "Etiqueta", "client_number", "C\xf3digo de Cliente", "auto_convert", "Auto Convertir", "company_name", "Nombre de la Empresa", "reminder1_sent", "Recordatorio 1, enviado", "reminder2_sent", "Recordatorio 2, enviado", "reminder3_sent", "Recordatorio 3, enviado", _s18_55, "\xdaltimo recordatorio enviado", "pdf_page_info", "P\xe1gina :current de :total", _s16_74, "Facturas enviadas correctamente", "emailed_quotes", "Presupuestos enviados correctamente", "emailed_credits", "Cr\xe9ditos enviados correctamente", "gateway", "Pasarela", "view_in_stripe", "Ver en Stripe", "rows_per_page", "Filas por P\xe1gina", "hours", "horas", "statement", "Estado de cuenta", "taxes", "Impuestos", "surcharge", "Recargo", "apply_payment", "Aplicar Pago", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Sin Aplicar", "select_label", "Seleccionar etiqueta", "custom_labels", _s24_96, "record_type", _s16_312, "record_name", "Nombre de Registro", "file_type", "Tipo de Archivo", "height", "Altura", "width", "Anchura", "to", "Para", "health_check", "Consultar Estado de Sistema", "payment_type_id", "Tipo de Pago", "last_login_at", "\xdaltimo Acceso el", "company_key", "Clave de empresa", "storefront", "Escaparate", "storefront_help", "Activar apps de terceros para crear facturas", "client_created", "Cliente Creado", _s20_51, "Email de Pago Online", _s20_53, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_57, "Facturas Seleccionadas", _s17_59, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_61, "Gastos Seleccionados", _s17_63, _s17_233, _s17_65, "Facturas Fuera de Plazo", "recent_payments", "Pagos recientes", "upcoming_quotes", "Pr\xf3ximos Presupuestos", "expired_quotes", "Presupuestos Expirados", "create_client", "Crear cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Presupuesto", "create_payment", "Crear Pago", "create_vendor", "Crear Proveedor", "update_quote", "Actualizar Presupuesto", "delete_quote", "Eliminar Presupuesto", "update_invoice", "Actualizar Factura", "delete_invoice", _s16_355, "update_client", "Actualizar Cliente", "delete_client", _s16_356, "delete_payment", "Eliminar Pago", "update_vendor", _s20_157, "delete_vendor", _s16_357, "create_expense", "Crear Gasto", "update_expense", "Actualizar Gasto", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Actualizar Tarea", "delete_task", "Borrar Tarea", "approve_quote", "Aprobar Presupuesto", "off", "Apagado", "when_paid", "Al Pagar", "expires_on", "Expira el", "free", "Gratuito", "plan", "Plan", "show_sidebar", _s21_160, "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_67, "La tarea cron debe ser activada", "api_webhooks", "API Webhooks", "search_webhooks", "Buscar :count Webhooks", "search_webhook", "Buscar 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nuevo Webhook", "edit_webhook", "Editar Webhook", "created_webhook", "Webhook creado correctamente", "updated_webhook", "Webhook actualizado correctamente", _s16_76, "Webhook archivado correctamente", "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_77, "Webhook restaurado correctamente", _s17_68, ":value webhooks archivados correctamente", _s16_78, ":value webhooks borrados correctamente", _s16_79, ":value webhooks eliminados correctamente", _s17_69, ":value webhooks restaurados correctamente", "api_tokens", "API Tokens", "api_docs", "Documentaci\xf3n de API", "search_tokens", "Buscar :count Tokens", "search_token", "Buscar 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "Nuevo Token", "edit_token", "Editar Token", "created_token", "Token creado correctamente", "updated_token", "Token actualizado correctamente", "archived_token", "Token archivado correctamente", "deleted_token", _s29_87, "removed_token", _s29_87, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_37, _s19_148, _s24_39, "Permitir a los clientes auto-registrarse en el portal", _s21_55, "Personalizar y Previsualizar", "email_invoice", "Enviar Factura por EMail", "email_quote", "Enviar Presupuesto", "email_credit", "Enviar Cr\xe9dito", "email_payment", "Pago por correo electr\xf3nico", _s20_56, "El cliente no tiene establecida una direcci\xf3n de email", "ledger", "Libro Mayor", "view_pdf", "Ver PDF", "all_records", "Todos los registros", "owned_by_user", "Propiedad del usuario", _s16_80, _s16_316, "contact_name", _s19_154, "use_default", "Usar por defecto", _s16_82, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_24, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_83, "Nuevo T\xe9rmino de Pago", _s17_71, _s26_89, _s20_57, "T\xe9rminos de pago creados correctamente", _s20_58, "T\xe9rminos de pago actualizados correctamente", _s21_56, "T\xe9rminos de pago archivados correctamente", _s20_59, "T\xe9rmino de pago borrado correctamente", _s20_60, "T\xe9rmino de pago eliminado correctamente", _s21_57, "T\xe9rmino de pago restaurado correctamente", _s22_45, ":value t\xe9rminos de pago archivados correctamente", _s21_58, ":value t\xe9minos de pago borrados correctamente", _s22_46, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_26, "\xbfCambiar al formato de m\xf3vil?", _s24_40, "\xbfCambiar al formato de escritorio?", "send_from_gmail", "Enviar desde Gmail", "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_149, "quote_amount", "Total de Presupuesto", "hosted", "Hospedado", "selfhosted", "Hospedaje Propio", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Men\xfa", "show_menu", "Mostrar Men\xfa", _s18_57, "Parcialmente Reintegrada", _s16_85, "Buscar Documentos", "search_designs", "Buscar Dise\xf1os", "search_invoices", "Buscar Facturas", "search_clients", "Buscar Clientes", "search_products", "Buscar Productos", "search_quotes", "Buscar Presupuestos", "search_credits", "Buscar Cr\xe9ditos", "search_vendors", "Buscar Proveedores", "search_users", "Buscar Usuarios", _s16_86, "Buscar Tipos de Impuesto", "search_tasks", "Buscar Tareas", "search_settings", "Buscar Opciones", "search_projects", "Buscar Proyectos", "search_expenses", "Buscar Gastos", "search_payments", "Buscar Pagos", "search_groups", "Buscar Grupos", "search_company", "Buscar Compa\xf1\xeda", "search_document", "Buscar 1 Documento", "search_design", "Buscar 1 Dise\xf1o", "search_invoice", "Buscar 1 Factura", "search_client", "Buscar 1 Cliente", "search_product", "Buscar 1 Producto", "search_quote", "Buscar 1 Presupuesto", "search_credit", "Buscar 1 Cr\xe9dito", "search_vendor", _s18_209, "search_user", "Buscar 1 Usuario", "search_tax_rate", "Buscar 1 Tipo de Impuesto", "search_task", "Buscar 1 Tarea", "search_project", "Buscar 1 Proyecto", "search_expense", "Buscar 1 Gasto", "search_payment", "Buscar 1 Pago", "search_group", "Buscar 1 Grupo", "refund_payment", "Reembolsar Pago", _s17_75, "Factura cancelada correctamente", _s18_59, "Facturas canceladas correctamente", _s16_92, "Factura revertida correctamente", _s17_76, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_77, "Ciudad / Provincia / C.Postal", _s17_79, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_105, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados correctamente", _s18_60, "Advertencia: Esto borrar\xe1 definitivamente sus datos, no hay deshacer.", "invoice_balance", "Balance de Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado correctamente", "client_details", "Detalles de Cliente", "company_address", "Direcci\xf3n de Compa\xf1\xeda", "invoice_details", "Detalles de Factura", "quote_details", "Detalles del Presupuesto", "credit_details", "Detalles de Cr\xe9dito", "product_columns", "Columnas de Producto", "task_columns", "Columnas de Tarea", "add_field", "A\xf1adir Campo", "all_events", _s17_234, "permissions", "Permisos", "none", "Ninguno", "owned", "Propietario", "payment_success", "Pago realizado con \xe9xito", "payment_failure", "Fallo de Pago", "invoice_sent", "Factura :count enviada", "quote_sent", "Prespuesto Enviado", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Presupuesto Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Presupuesto Aprobado", _s25_33, "Recibir Todas las Notificaciones", _s16_94, _s16_358, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_48, "Advertencia: esto eliminar\xe1 definitivamente su empresa, no hay deshacer.", "enabled_modules", "Modulos Activados", "converted_quote", "Presupuesto convertido correctamente", "credit_design", "Dise\xf1o de Cr\xe9dito", "includes", "Incluye", "header", "Cabecera", "load_design", "Cargar dise\xf1o", "css_framework", "CSS Framework", "custom_designs", _s22_136, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado correctamente", "updated_design", "Dise\xf1o actualizado correctamente", "archived_design", "Dise\xf1o archivado correctamente", "deleted_design", "Dise\xf1o borrado correctamente", "removed_design", "Dise\xf1o eliminado correctamente", "restored_design", "Dise\xf1o restaurado correctamente", _s16_96, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_97, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Presupuestos Recurrentes", "recurring_tasks", _s18_210, _s18_61, "Administraci\xf3n de la Cuenta", "credit_date", _s16_359, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Introducir el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado correctamente", "updated_credit", "Cr\xe9dito actualizado correctamente", "archived_credit", "Cr\xe9dito archivado correctamente", "deleted_credit", "Cr\xe9ditos eliminados correctamente", "removed_credit", "Cr\xe9dito eliminado correctamente", "restored_credit", "Cr\xe9dito restaurado correctamente", _s16_100, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_101, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_102, _s24_115, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_81, _s17_82, "credit_footer", "Pie de P\xe1gina de Cr\xe9dito", "credit_terms", "T\xe9rminos de Cr\xe9dito", "new_company", "Nueva Compa\xf1\xeda", "added_company", "Compa\xf1\xeda a\xf1adida correctamente", "company1", "Compa\xf1\xeda Personalizada 1", "company2", "Compa\xf1\xeda Personalizada 2", "company3", "Compa\xf1\xeda Personalizada 3", "company4", "Compa\xf1\xeda Personalizada 4", "product1", "Producto Personalizado 1", "product2", "Producto Personalizado 2", "product3", "Producto Personalizado 3", "product4", "Producto Personalizado 4", "client1", _s23_96, "client2", _s23_97, "client3", _s23_98, "client4", _s23_99, "contact1", _s24_108, "contact2", _s24_109, "contact3", _s24_110, "contact4", _s24_111, "task1", "Tarea Personalizada 1", "task2", "Tarea Personalizada 2", "task3", "Tarea Personalizada 3", "task4", "Tarea Personalizada 4", "project1", "Proyecto Personalizado 1", "project2", "Proyecto Personalizado 2", "project3", "Proyecto Personalizado 3", "project4", "Proyecto Personalizado 4", "expense1", "Gasto Personalizado 1", "expense2", "Gasto Personalizado 2", "expense3", "Gasto Personalizado 3", "expense4", "Gasto Personalizado 4", "vendor1", "Proveedor Personalizado 1", "vendor2", "Proveedor Personalizado 2", "vendor3", "Proveedor Personalizado 3", "vendor4", "Proveedor Personalizado 4", "invoice1", "Factura Personalizada 1", "invoice2", "Factura Personalizada 2", "invoice3", "Factura Personalizada 3", "invoice4", "Factura Personalizada 4", "payment1", "Pago Personalizado 1", "payment2", "Pago Personalizado 2", "payment3", "Pago Personalizado 3", "payment4", "Pago Personalizado 4", "surcharge1", _s23_106, "surcharge2", _s23_107, "surcharge3", _s23_108, "surcharge4", _s23_109, "group1", _s21_161, "group2", _s21_162, "group3", _s21_163, "group4", _s21_164, "reset", "Restaurar", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Recuento", "totals", "Totales", "blank", "Vacio", "day", "D\xeda", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgrupo", "is_active", "Activo", "group_by", "Agrupar por", "credit_balance", _s16_360, _s18_67, "\xdaltimo Acceso de Contacto", _s17_83, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_59, _s24_108, _s21_60, _s24_109, _s21_61, _s24_110, _s21_62, _s24_111, _s17_85, "Calle de Envio", _s17_86, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_61, "Cod. Postal de Envio", _s16_132, "Pais de Envio", _s16_134, "Calle de Facturacion", _s16_135, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_40, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_361, "assigned_to_id", "Asignado a Id", "created_by_id", "Creado por Id", "add_column", "A\xf1adir Columna", "edit_columns", "Editar Columnas", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_158, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_136, "Presupuesto No Aprobado", "help", "Ayuda", "refund", "Reembolo", "refund_date", "Fecha de Reembolso", "filtered_by", "Filtrado por", "contact_email", "Email del Contacto", "multiselect", "Multiselecci\xf3n", "entity_state", "Estado", "verify_password", "Verificar Contrase\xf1a", "applied", "Aplicado", _s21_63, "Incluir errores recientes de los registros", _s30_8, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_63, "Mostrar Detalles de Producto", _s25_35, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_65, "El renderizador de PDF requiere :version", _s18_70, "Ajustar Porcentaje de Tarifa", _s23_28, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_72, "Configurar Opciones", "support_forum", "Foro de soporte", "about", "Acerca de", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1cte con Nosotros", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Correo electr\xf3nico de cr\xe9dito", "iframe_url", "Website", "domain_url", "URL del Dominio", _s21_64, "La contrase\xf1a es demasiado corta", _s20_66, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_42, "Tareas del Portal Cliente", _s23_29, "Escritorio del Portal Cliente", _s20_67, "Por favor, introduzca un valor", "deleted_logo", "Logo borrado correctamente", "yes", "S\xed", "no", "No", "generate_number", "Generar N\xfamero", "when_saved", "Al Guardar", "when_sent", "Al Enviar", "select_company", "Seleccionar Compa\xf1\xeda", "float", "Flotante", "collapse", "Ocultar", "show_or_hide", "Mostrar/Ocultar", "menu_sidebar", "Men\xfa en Barra Lateral", "history_sidebar", "Hist\xf3rico en Barra Lateral", "tablet", "Tableta", "mobile", "M\xf3vil", "desktop", "Escritorio", "layout", "Dise\xf1o", "view", "Ver", "module", "Modulo", "first_custom", "Primera Personalizaci\xf3n", "second_custom", "Segunda Personalizaci\xf3n", "third_custom", _s23_105, "show_cost", "Mostrar Coste", _s17_88, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_65, "Mostrar Cantidad de Productos", _s26_23, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_67, "Mostrar Cantidad de Factura", _s26_24, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_69, "Mostrar Descuento de Producto", _s26_25, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_138, "Cantidad por Defecto", _s21_71, "Poner la cantidad de art\xedculos autom\xe1ticamente a uno", "one_tax_rate", "Un Tipo de Impuesto", "two_tax_rates", "Dos Tipos de Impuesto", "three_tax_rates", "Tres Tipos de Impuesto", _s16_140, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", "Impuestos Inclusivos", _s17_90, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_74, "Por favor seleccione un cliente", "configure_rates", "Configurar tipos", _s18_75, "Configurar Pasarelas", "tax_settings", _s26_90, _s18_77, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_44, "Lista separada por comas", "options", "Opciones", _s16_142, "Texto de una sola l\xednea", "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_37, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_144, "Recuperar Contrase\xf1a", "late_fees", "Cargos por pagos atrasados", "credit_number", "C\xf3digo de Cr\xe9dito", "payment_number", "N\xba de Pago", "late_fee_amount", "Cargo por pago atrasado", _s16_145, "Porcentaje por pago atrasado", "schedule", "Programar", "before_due_date", "Antes de la fecha de vencimiento", "after_due_date", "Despu\xe9s de la fecha de vencimiento", _s18_79, "Despu\xe9s de la fecha de la factura", "days", "D\xedas", "invoice_email", "Email de Facturas", "payment_email", "Email de Pagos", "partial_payment", "Pago Parcial", "payment_partial", "Pago Parcial", _s21_72, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_147, "Recordatorio Sin F\xedn", _s16_149, "Filtrado por usuario", "administrator", "Administrador", _s18_80, "Permitir que administre usuarios, cambie configuraci\xf3n y modifique cualquier registro", "user_management", "Administraci\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", "Usuario creado con \xe9xito", "updated_user", "Usario actualizado correctamente", "archived_user", "Usuario archivado correctamente", "deleted_user", "Usario eliminado correctamente", "removed_user", "Usuario eliminado correctamente", "restored_user", "Usuario restaurado correctamente", "archived_users", ":value usuarios archivados correctamente", "deleted_users", ":value usuarios borrados correctamente", "removed_users", ":value usuarios eliminados correctamente", "restored_users", ":value usuarios restaurados correctamente", _s16_151, _s21_173, "invoice_options", _s19_150, _s17_92, "Ocultar el valor Pagado a la Fecha", _s22_55, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_31, "Documentos anexados", _s28_21, "Incluye imagenes adjuntas en la factura", _s16_153, "Mostrar Cabecera en", _s16_154, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_235, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", "Fuente secundaria", "primary_color", "Color Primario", "secondary_color", _s16_362, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_236, "product_fields", _s18_211, "invoice_terms", _s23_103, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del Presupuesto", _s18_81, "Auto Email", _s23_32, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s18_82, "Auto Archivar", _s23_33, "Autom\xe1ticamente archivar presupuestos cuando sean convertidos.", _s18_83, "Auto Convertir", _s23_34, "Convertir un Presupuesto en Factura autom\xe1ticamente cuando lo apruebe el cliente.", _s17_94, "Configuraci\xf3n de Flujos", "freq_daily", "Diariamente", "freq_weekly", "Semanal", "freq_two_weeks", "Dos semanas", "freq_four_weeks", "Cuatro semanas", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_156, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_97, _s17_237, "charge_taxes", _s16_363, "next_reset", "Proximo Reinicio", "reset_counter", _s18_193, _s16_157, _s18_212, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", "Campo de recargo", "company_field", _s16_364, "company_value", "Valor de compa\xf1\xeda", "credit_field", "Campo de cr\xe9dito", "invoice_field", "Campo de Factura", _s17_99, "Recargo de Factura", "client_field", "Campo de Cliente", "product_field", "Campo de Producto", "payment_field", "Campo de pago", "contact_field", "Campo de Contacto", "vendor_field", "Campo de Proveedor", "expense_field", "Campo de Gasto", "project_field", "Campo de Proyecto", "task_field", "Campo de Tarea", "group_field", "Campo de grupo", "number_counter", "Contador de n\xfameros", "prefix", "Prefijo", "number_pattern", "Patr\xf3n num\xe9rico", "messages", "Mensajes", "custom_css", "CSS personalizado", _s17_101, _s24_102, _s16_159, "Mostrar en PDF", _s21_74, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_41, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_9, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_35, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_22, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_42, "Firma de la factura", _s30_10, "Requerir que el cliente proporcione su firma.", _s23_36, "Firma del presupuesto.", _s22_57, _s32_38, _s27_38, "Habilite para seleccionar una contrase\xf1a para cada contacto. Si una contrase\xf1a esta especificada, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Modo portal", "email_signature", _s18_213, _s24_41, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_365, "attach_pdf", "Adjuntar PDF", _s16_160, "Adjuntar Documentos", "attach_ubl", "Adjuntar UBL", "email_style", "Estilo de correo electr\xf3nico", _s19_46, _s16_366, "reply_to_email", "Direccion Email de Respuesta", "reply_to_name", "Nombre de Responder a", "bcc_email", "BCC Email", "processed", "Procesado", "credit_card", "Tarjeta de Cr\xe9dito", "bank_transfer", "Transferencia bancaria", "priority", "Prioridad", "fee_amount", "Importe de la cuota", "fee_percent", "Porcentaje de tarifa", "fee_cap", "L\xedmite de tarifa", "limits_and_fees", "L\xedmites/Tarifas", "enable_min", "Activar M\xednimo", "enable_max", "Activar M\xe1ximo", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "M\xednimo", "max", "M\xe1ximo", _s19_47, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_159, _s19_49, "Actualizar la direccion del cliente con los datos provistos", "rate", "Precio", "tax_rate", "Impuesto", "new_tax_rate", "Nuevo Impuesto", "edit_tax_rate", "Editar impuesto", _s16_162, "Impuesto creado correctamente", _s16_163, "Impuesto actualizado correctamente", _s17_104, "Impuesto archivado correctamente", _s16_164, "Impuesto borrado correctamente", _s17_105, "Impuesto restaurado correctamente", _s18_84, ":value tipos impositivos archivados correctamente", _s17_106, ":value tipos impositivos borrados correctamente", _s18_85, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_86, _s74_0, "update_products", "Auto-actualizar Productos", _s20_71, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_165, "Convertir Productos", _s21_75, "Convertir autom\xe1ticamente los precios de los productos a la divisa del cliente", "fees", "Cargos", "limits", "Limites", "provider", "Proveedor", "company_gateway", "Pasarela de pago", _s16_167, "Pasarelas de pago", _s19_50, "Nueva pasarela", _s20_72, "Editar pasarela", _s23_37, "Pasarela creada correctamente", _s23_38, "Pasarela actualizada correctamente", _s24_42, "Pasarela archivada correctamente", _s23_39, "Pasarela borrada correctamente", _s24_43, "Pasarela restaurada correctamente", _s25_44, ":value pasarelas archivadas correctamente", _s24_44, ":value pasarelas borradas correctamente", _s25_45, ":value pasarelas restauradas correctamente", _s16_169, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", "Valor por defecto", "disabled", "Deshabilitado", "currency_format", "Formato de moneda", _s21_76, "Primer d\xeda de la semana", _s23_40, "Primer mes del a\xf1o", "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de fecha", "datetime_format", "Formato de fecha y hora", "military_time", "24 Horas", _s18_87, "Formato de 24 Horas", "send_reminders", "Enviar recordatorios", "timezone", "Zona horaria", _s19_51, "Fitlrado por Proyecto", _s17_107, _s18_197, _s19_53, "Filtrado por Factura", _s18_88, _s20_146, _s18_90, "Filtrado por proveedor", "group_settings", "Opciones de Grupo", "group", "Grupo", "groups", "Grupos", "new_group", "Nuevo grupo", "edit_group", "Editar grupo", "created_group", "Grupo creado correctamente", "updated_group", "Grupo actualizado correctamente", "archived_groups", ":value grupos archivados correctamente", "deleted_groups", ":value grupos borrados correctamente", "restored_groups", ":value grupos restaurados correctamente", "archived_group", "Grupo archivado correctamente", "deleted_group", "Grupo borrado correctamente", "restored_group", "Grupo restaurado correctamente", "upload_logo", "Subir Logo", "uploaded_logo", "Logo subido", "logo", "Logo", "saved_settings", "Ajustes guardados", _s16_171, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_160, _s17_109, _s22_137, "company_details", _s22_138, "user_details", _s19_151, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_227, "custom_fields", _s21_154, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_47, _s23_42, _s26_91, _s22_58, "Tarjetas de Cr\xe9dito y Bancos", _s19_55, _s22_139, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_42, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_57, "Suscripci\xf3n anual", "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_46, "Introduce tu nombre", _s24_45, "Introduce tu apellido", _s33_21, "Por favor, acepta los t\xe9rminos de servicio y la pol\xedtica de privacidad para crear una cuenta", "i_agree_to_the", "Estoy de acuerdo con", _s16_173, "T\xe9rminos de servicio", "privacy_policy", "Pol\xedtica de Privacidad", "sign_up", "Registrarse", "account_login", "Inicio de Sesi\xf3n con su Cuenta", "view_website", "Ver Sitio Web", "create_account", "Crear Cuenta", "email_login", "Iniciar sesi\xf3n con correo electr\xf3nico", "create_new", "Crear Nuevo", _s18_92, "No se han seleccionado registros", _s21_79, "Guarda o cancela tus cambios", "download", "Descargar", _s27_43, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_file", "Subir archivo", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", "Editar documento", _s17_111, "Documento subido satisfactoriamente", _s16_175, "Documento actualizado satisfactoriamente", _s17_112, "Documento archivado satisfactoriamente", _s16_176, "Documento borrado satisfactoriamente", _s17_113, "Documento restaurado satisfactoriamente", _s18_94, ":value documentos archivados correctamente", _s17_114, ":value documentos borrados correctamente", _s18_95, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_177, "Registrado", _s16_178, "Pendiente", _s16_179, "Facturado", "converted", "Modificada", _s24_47, _s31_41, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_367, "mark_paid", "Marcar como pagado", "category", "Categor\xeda", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado correctamente", "updated_vendor", "Proveedor actualizado correctamente", "archived_vendor", "Proveedor archivado correctamente", "deleted_vendor", "Proveedor eliminado correctamente", "restored_vendor", "Proveedor restaurado correctamente", _s16_181, _s45_11, "deleted_vendors", _s45_11, _s16_182, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_92, "updated_expense", _s31_42, _s16_183, _s29_83, "deleted_expense", _s27_98, _s16_184, "Gasto restaurado correctamente", _s17_115, _s31_43, _s16_185, _s29_84, _s17_116, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_80, "Fallo al buscar registro", "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Reanudar", "task_errors", "Por favor corrija cualquier tiempo que se solape con otro", "start", "Iniciar", "stop", "Parar", "started_task", "Tarea empezada correctamente", "stopped_task", "Tarea parada correctamente", "resumed_task", "La tarea se reanud\xf3 correctamente", "now", "Ahora", _s16_186, "Tareas programadas", "timer", "Temporizador", "manual", "Manual", "budgeted", "Presupuestado", "start_time", "Hora de Inicio", "end_time", "Hora de Fin", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva tarea", "created_task", "Tarea creada correctamente", "updated_task", "Tarea actualizada correctamente", "archived_task", "Tarea archivada correctamente", "deleted_task", "Tarea borrada correctamente", "restored_task", "Tarea restaurada correctamente", "archived_tasks", ":count tareas archivadas correctamente", "deleted_tasks", ":count tareas borradas correctamente", "restored_tasks", ":value tareas restauradas correctamente", _s19_59, "Por favor introduce un nombre", "budgeted_hours", _s20_161, "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_188, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_189, "Proyecto restaurado correctamente", _s17_117, ":count proyectos archivados correctamente", _s16_190, ":count proyecto eliminados correctamente", _s17_118, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_47, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_96, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_15, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_61, "Por favor, autenticarse", _s24_49, "Autenticaci\xf3n biom\xe9trica", "footer", "Pie", "compare", "Comparar", "hosted_login", "Acceso alojado", "selfhost_login", "Acceso auto alojado", "google_sign_in", "Ingresar con Google", "today", "Hoy", "custom_range", "Rango personalizado", "date_range", "Rango de fechas", "current", "Actual", "previous", "Previo", "current_period", "Periodo Actual", _s17_119, _s22_140, "previous_period", "Periodo Anterior", "previous_year", "A\xf1o Anterior", "compare_to", "Comparar con", "last7_days", "\xdaltimos 7 d\xedas", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 d\xedas", "this_month", "Este Mes", "last_month", "\xdaltimo Mes", "this_year", "Este A\xf1o", "last_year", "\xdaltimo A\xf1o", "custom", "Personalizado", _s16_191, "Clonar a Factura", "clone_to_quote", "Clonar a Presupuesto", "clone_to_credit", "Clonar a Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convertir", "more", "M\xe1s", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Presupuesto", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_368, "edit_project", "Editar Proyecto", _s20_74, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_193, "Direccion de Envio", "total_revenue", _s16_369, "average_invoice", _s23_104, "outstanding", _s18_214, "invoices_sent", _s24_116, "active_clients", _s16_370, "close", "Cerrar", "email", "Email", "password", "Contrase\xf1a", "url", "URL", "secret", "Secreto", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Orden", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, "Actualizaci\xf3n Completa", _s23_43, "Por favor introduce tu email", _s26_34, "Por favor introduce tu contrase\xf1a", _s21_83, "Por favor introduce tu URL", _s26_36, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ha ocurrido un error", "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Resumen", "details", "Detalles", "phone", "Tel\xe9fono", "website", "P\xe1gina Web", "vat_number", "NIF/CIF", "id_number", "N\xba de identificaci\xf3n", "create", "Crear", _s19_63, ":value copiado al portapapeles", "error", "Error", _s16_197, "No se puede abrir", "contacts", "Contactos", "additional", "Adicional", "first_name", "Nombre", "last_name", "Apellidos", "add_contact", "A\xf1adir Contacto", "are_you_sure", "\xbfEst\xe1 Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Borrar", _s16_199, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_201, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_202, "Producto restaurado correctamente", _s17_123, ":count productos archivados correctamente", _s16_203, ":count productos eliminados correctamente", _s17_124, ":value productos restaurados correctamente", "product_key", "Producto", "notes", "Notas", "cost", "Coste", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "Cliente creado correctamente", "updated_client", "Cliente actualizado correctamente", "archived_client", "Cliente archivado correctamente", _s16_204, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_205, ":value clientes restaurados correctamente", "address1", "Calle", "address2", "Apto./Ofc.", "city", "Ciudad", "state", "Estado/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pais", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada correctamente", "updated_invoice", "Factura actualizada correctamente", _s16_206, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_207, "Factura restaurada correctamente", _s17_125, ":count facturas archivadas correctamente", _s16_208, ":count facturas eliminadas correctamente", _s17_126, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_238, "invoice_date", _s16_371, "discount", "Descuento", "po_number", "N\xfamero de Pedido", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frecuencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Fin", "quote_number", "N\xfamero de Presupuesto", "quote_date", "Fecha Presupuesto", "valid_until", "V\xe1lido hasta", "items", "Art\xedculos", "partial_deposit", _s16_344, "description", "Descripci\xf3n", "unit_cost", "Precio Unitario", "quantity", "Cantidad", "add_item", "A\xf1adir Art\xedculo", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Cantidad Total", "pdf", "PDF", "due_date", "Vencimiento", _s16_209, "Fecha de vencimiento parcial", "status", "Estado", _s17_127, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_59, "Pulsa + para a\xf1adir un art\xedculo", _s22_61, "Pulsa + para a\xf1adir tiempo", "count_selected", ":count seleccionado", "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_76, "Por favor selecciona una fecha", _s22_62, "Por favor selecciona un cliente", _s24_51, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_239, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_17, "Por favor introduce un n\xfamero de factura", _s27_51, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_344, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_64, _s42_27, _s22_65, _s42_27, _s23_45, _s45_12, _s23_46, _s45_12, "done", "Hecho", _s37_18, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_53, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_211, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_372, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_213, "Pendiente", _s16_214, "Anulado", _s16_215, "Fallido", _s16_216, "Completado", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "Sin Aplicar", _s17_129, "Sin aplicar parcialmente", "net", "Neto", "client_portal", "Portal Cliente", "show_tasks", "Mostrar tareas", "email_reminders", "Emails Recordatorios", "enabled", "Habilitado", "recipients", "Destinatarios", "initial_email", "Email Inicial", "first_reminder", _s19_152, "second_reminder", _s20_162, "third_reminder", _s19_153, "reminder1", _s19_152, "reminder2", _s20_162, "reminder3", _s19_153, "template", "Plantilla", "send", "Enviar", "subject", "Asunto", "body", "Cuerpo", "send_email", "Enviar Email", "email_receipt", "Enviar Recibo de Pago al cliente", "auto_billing", "Auto facturaci\xf3n", "button", "Bot\xf3n", "preview", "Vista Previa", "customize", "Personalizar", "history", "Historial", "payment", "Pago", "payments", "Pagos", "refunded", "Reembolsado", "payment_type", "Tipo de Pago", _s21_85, _s25_94, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_219, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_220, "Pago restaurado correctamente", _s17_130, ":count pagos archivados correctamente", _s16_221, ":count pagos eliminados correctamente", _s17_131, ":value pagos restaurados correctamente", "quote", "Presupuesto", "quotes", "Presupuestos", "new_quote", "Nuevo Presupuesto", "created_quote", "Presupuesto creado correctamente", "updated_quote", "Presupuesto actualizado correctamente", "archived_quote", "Presupuesto archivado correctamente", "deleted_quote", "Presupuesto eliminado correctamente", "restored_quote", "Presupuesto restaurada correctamente", "archived_quotes", ":count Presupuestos archivados correctamente", "deleted_quotes", ":count Presupuestos eliminados correctamente", "restored_quotes", ":value presupuestos restaurados correctamente", "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Tarea", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_85, "activity_2", _s32_39, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_41, "activity_5", _s35_47, "activity_6", ":user ha enviado por mail la factura :invoice de :client a :contact", "activity_7", ":contact ha visto la factura :invoice: de :client", "activity_8", _s33_41, "activity_9", ":user borr\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por importe de :payment_amount en la factura N\xba :invoice de :client", "activity_11", ":user actualiz\xf3 el Pago :payment", "activity_12", _s30_72, "activity_13", ":user borr\xf3 el pago :payment", "activity_14", ":user introdujo :credit cr\xe9dito", "activity_15", ":user actualiz\xf3 :credit cr\xe9dito", "activity_16", ":user archiv\xf3 :credit cr\xe9dito", "activity_17", ":user deleted :credit cr\xe9dito", "activity_18", _s33_45, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_41, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_45, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_42, "activity_27", _s31_44, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_73, "activity_31", _s33_43, "activity_32", _s33_44, "activity_33", _s34_40, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_45, "activity_36", _s31_46, "activity_37", _s32_40, "activity_39", ":user cancelo :payment_amount del pago :payment", "activity_40", ":user reembols\xf3 :adjustment de :payment_amount del pago :payment", "activity_41", "Fallo el pago de :payment_amount para (:payment)", "activity_42", _s25_95, "activity_43", _s30_74, "activity_44", _s28_97, "activity_45", _s28_98, "activity_46", _s29_86, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", ":user usuario creado :user", "activity_49", ":user usuario actualizado :user", "activity_50", ":user usuario archivado :user", "activity_51", ":user usuario borrado :user", "activity_52", ":user usuario restaurado :user", "activity_53", ":user marcado enviado :invoice", "activity_54", ":user reabri\xf3 el ticket :ticket", "activity_55", _s36_48, "activity_56", ":user vio el ticket :ticket", "activity_57", "El sistema fall\xf3 al enviar la factura :invoice", "activity_58", ":user revirti\xf3 la factura :invoice", "activity_59", ":user cancel\xf3 la factura :invoice", "activity_60", _s34_41, "activity_61", ":user actualiz\xf3 el cliente :cliente", "activity_62", ":user actualiz\xf3 el proveedor :vendor", "activity_63", ":user envi\xf3 por email el primer recordatorio de la factura :invoice a :contact", "activity_64", ":user envi\xf3 por email el segundo recordatorio de la factura :invoice a :contact", "activity_65", ":user envi\xf3 por email el tercer recordatorio de la factura :invoice a :contact", "activity_66", ":user envi\xf3 por email el recordatorio sin f\xedn de la factura :invoice a :contact", "activity_80", ":user cre\xf3 la suscripci\xf3n :subscription", "activity_81", ":user actualiz\xf3 la suscripci\xf3n :subscription", "activity_82", ":user archiv\xf3 la suscripci\xf3n :subscription", "activity_83", ":user elimin\xf3 la suscripci\xf3n :subscription", "activity_84", ":user restaur\xf3 la suscripci\xf3n :subscription", _s17_132, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_78, "Presupuesto marcado como enviado correctamente", _s21_87, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_66, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, "Estilo de Email Personalizado", _s24_56, "Mensaje de Escritorio Personalizado", _s29_37, "Mensaje de Factura Impagada Personalizada", _s27_58, "Mensaje de Factura Pagada Personalizada", _s31_18, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_64, "Patr\xf3n del N\xfamero de Tarea", _s19_66, "Contador del N\xfamero de Tarea", _s22_68, "Patr\xf3n del N\xfamero de Gasto", _s22_70, "Contador del N\xfamero de Gasto", _s21_88, "Patr\xf3n del N\xfamero de Proveedor", _s21_90, "Contador del N\xfamero de Proveedor", _s21_92, "Patr\xf3n del N\xfamero de Ticket", _s21_94, "Contador del N\xfamero de Ticket", _s22_72, "Patr\xf3n del N\xfamero de Pago", _s22_74, "Contador del N\xfamero de Pago", _s22_76, "Patr\xf3n del N\xfamero de Factura", _s22_78, "Contador del N\xfamero de Factura", _s20_79, "Patr\xf3n del N\xfamero de Presupuesto", _s20_81, "Contador del N\xfamero de Presupuesto", _s21_96, _s28_99, _s21_98, _s30_75, _s21_100, _s28_99, _s21_101, _s30_75, _s18_99, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_57, "Compartir la numeraci\xf3n para presupuesto y factura", _s18_101, "Nombre de Impuesto por Defecto 1", _s18_103, "Tasa de Impuesto por Defecto 1", _s18_105, "Nombre de Impuesto por Defecto 2", _s18_107, "Tasa de Impuesto por Defecto 2", _s18_109, "Nombre de Impuesto por Defecto 3", _s18_111, "Tasa de Impuesto por Defecto 3", _s21_102, "Asunto de Email de Factura", _s19_68, "Asunto de Email de Presupuesto", _s21_104, "Asunto de Email de Pago", _s29_39, "Asunto de Email de Pago Parcial", "show_table", "Mostrar Tabla", "show_list", "Mostrar Lista", "client_city", "Ciudad del Cliente", "client_state", "Provincia del Cliente", "client_country", "Pa\xeds del Cliente", _s16_222, "El Cliente est\xe1 Activo", "client_balance", "Balance del Cliente", "client_address1", "Calle del Cliente", "client_address2", "Bloq/Pta del Cliente", "vendor_address1", "Calle de Proveedor", "vendor_address2", "Bloq/Pta del Proveedor", _s24_58, "Calle de Env\xedo del Cliente", _s24_59, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_215, _s16_226, "Fecha L\xedmite de Pago", "tax_rate1", "Impuesto 1", "tax_rate2", "Impuesto 2", "tax_rate3", "Impuesto 3", "auto_bill", "Facturaci\xf3n Autom\xe1tica", "archived_at", "Archivado el", "has_expenses", "Tiene Gastos", "custom_taxes1", "Impuestos Personalizados 1", "custom_taxes2", "Impuestos Personalizados 2", "custom_taxes3", "Impuestos Personalizados 3", "custom_taxes4", "Impuestos Personalizados 4", _s17_134, _s23_106, _s17_135, _s23_107, _s17_136, _s23_108, _s17_137, _s23_109, "is_deleted", "Borrado", "vendor_city", _s20_164, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_216, "is_approved", "Aprobada", "tax_name", _s18_217, "tax_amount", "Total Impuestos", "tax_paid", "Impuestos Pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Corriendo", "time_log", "Registro Temporal", "bank_id", "Banco", _s19_70, "ID de la Categor\xeda de Gasto", _s16_227, "Categor\xeda del Gasto", _s19_72, "ID de Moneda de Facturaci\xf3n", "tax_name1", "Nombre de Impuesto 1", "tax_name2", "Nombre de Impuesto 2", "tax_name3", "Nombre de Impuesto 3", "transaction_id", "ID de Transacci\xf3n", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Betalkort och Banker", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Sl\xe5 samman", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "Betalnings inst\xe4llningar", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Summering", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "L\xe4gg till gateway", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Skapa ditt konto p\xe5 n\xe5gra sekunder", "login_label", _s28_0, "add_to_invoice", "L\xe4gg till p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Vecka", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Faktura valuta", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Skapa projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Avgift f\xf6r en :amount Faktura hade blivit :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godk\xe4nn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Kunddatan har rensats", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ange l\xf6senord", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Visa kostnad # :expense", "view_statement", "Se transaktion", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Fr\xe5n namn", _s16_23, _s16_232, _s17_19, "\xc5terkommande utgift", _s18_19, "\xc5terkommande utgifter", _s21_22, "Ny \xe5terkommande utgift", _s22_27, "\xc4ndra \xe5terkommande utgift", _s25_3, "Skapade \xe5terkommande utgift utan problem", _s25_4, "Uppdaterade \xe5terkommande utgift utan problem", _s26_4, "Arkiverade \xe5terkommande utgift utan problem", _s25_5, "Tog bort projektet utan problem", _s25_6, _s38_2, _s26_5, "\xc5terst\xe4llde \xe5terkommande utgifter utan problem", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Anv\xe4ndarhj\xe4lp", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importera Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user skapade en \xe5terkommande faktura :recurring_invoice", "activity_101", ":user uppdaterade en \xe5terkommande faktura :recurring_invoice", "activity_102", ":user arkiverade en \xe5terkommande faktur :recurring_invoice", "activity_103", ":user raderade en \xe5terkommande faktur :recurring_invoice", "activity_104", ":user \xe5terst\xe4llde en \xe5terkommande faktur :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senast uppdaterad", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Kontakt F\xf6rnamn", _s17_23, "Kontakt Efternamn", "order", "Order", "unassigned", "Otilldelad", "partial_value", "M\xe5ste vara st\xf6rre \xe4n noll och mindre \xe4n totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Tillg\xe4nglig", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "St\xe4ll in subdom\xe4nen eller visa fakturorna p\xe5 din egen hemsida", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Rabattkod", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Prenumeration", "subscriptions", "Prenumerationer", _s16_41, "Ny prenumeration", _s17_29, "\xc4ndra prenumeration", _s20_29, "Skapat prenumerationer utan problem", _s20_30, "Uppdaterat prenumerationer utan problem", _s21_34, "Arkivera prenumeration utan problem", _s20_31, "Prenumerationen har raderats", _s20_32, "Prenumerationen har tagits bort", _s21_35, "Prenumerationen har \xe5terst\xe4llts", _s19_21, "S\xf6k 1 prenumeration", _s20_33, "S\xf6k :count prenumerationer", _s26_8, "Subdom\xe4n \xe4r inte tillg\xe4nglig", "connect_gmail", "Anslut Gmail", _s16_43, "Koppla fr\xe5n Gmail", "connected_gmail", "Gmail ha anslutits", _s18_35, "Gmail har kopplats fr\xe5n", _s16_45, "\xc4ndringar av kodbasen kan blockera uppdateringen. Du kan k\xf6ra detta kommando f\xf6r att kasta \xe4ndringarna:", _s16_46, "Kund-ID nummer", "count_minutes", ":count minuter", _s16_48, "Timeout f\xf6r l\xf6senord", _s29_5, "Delad faktura/kredit r\xe4knare", "use_last_email", "Anv\xe4nd den senaste e-postadressen", _s16_50, "Aktivera f\xf6retag", _s21_37, "Aktivera e-post, \xe5terkommande fakturor och aviseringar", _s27_16, "Ett fel uppstod, v\xe4nligen f\xf6rs\xf6k igen", _s27_17, "Ange f\xf6rst ett l\xf6senord", _s34_7, "Varning: Om du \xe4ndrar ditt telefonnummer inaktiveras 2FA", "help_translate", "Hj\xe4lp oss \xf6vers\xe4tta", _s23_16, "V\xe4lj ett land", "resend_invite", "Skicka inbjudan igen", _s19_22, "2FA har inaktiverats", _s16_52, "Kontot har anslutits", _s19_23, "Kontot har kopplats fr\xe5n", "delivered", "Levererad", "bounced", "Studsade", "spam", "Spam", "view_docs", "Visa dokument", _s32_4, "Ange ett mobiltelefonnummer f\xf6r att aktivera tv\xe5faktorsautentisering", "send_sms", "Skicka SMS", "sms_code", "SMS-kod", _s21_38, "Skanna streckkoden med en :link kompatibel app.", _s18_36, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Anslut Google", _s17_31, "Koppla fr\xe5n Google", _s17_33, "Tv\xe5faktorsautentisering", _s18_37, "Inaktivera 2FA", _s34_8, "Kr\xe4v l\xf6senord med social inloggning", "stay_logged_in", "Stanna inloggad", _s23_18, "Varning: Din session h\xe5ller p\xe5 att l\xf6pa ut", "count_hours", ":count timmar", "count_day", "1 dag", "count_days", ":count dagar", _s19_24, "Tidsgr\xe4ns f\xf6r webbsession", _s17_34, "S\xe4kerhetsinst\xe4llningar", "resend_email", "Skicka e-post igen", _s26_10, "V\xe4nligen bekr\xe4fta din e-postadress", _s16_53, "\xc5terbetalat betalning", _s19_26, "Delvis oanv\xe4nd", _s19_28, "V\xe4lj en anv\xe4ndare som \xe4r autentiserad med Gmail", "list_long_press", "Lista l\xe5nga tryck", "show_actions", "Visa \xe5tg\xe4rder", _s17_36, "Starta flerval", _s27_19, "Ett e-postmeddelande har skickats f\xf6r att bekr\xe4fta e-postadressen", _s21_39, "F\xf6r att anv\xe4nda :client_counter l\xe4gg till antingen :client_number eller :client_id_number f\xf6r att f\xf6rhindra konflikter", "this_quarter", "Detta kvartal", "last_quarter", "F\xf6reg\xe5ende kvartal", "to_update_run", "F\xf6r att uppdatera k\xf6r", _s18_39, "Omvandla till faktura", _s16_54, "Registrerings URL", "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_29, "S\xf6k 1 betalningsvillkor", _s20_34, "S\xf6k :count betalningsvillkor", _s16_56, "Spara och f\xf6rhandsgranska", "save_and_email", "Spara och skicka", _s16_58, "H\xe4ndelser som st\xf6ds", _s16_60, "Konverterad summa", _s17_38, "Konverterad balans", _s22_31, "Konverterad betalad till datum", _s24_21, "Konverterad kreditbalans", "converted_total", "Konverterat totalt", "is_sent", "Skickat", _s17_40, "Standard dokument", "document_upload", "Ladda upp dokument", _s20_35, "Till\xe5t kunder att ladda upp dokument", "expense_total", "Total kostnad", "enter_taxes", "Ange skatter", "by_rate", "Efter pris", "by_amount", "Efter belopp", "enter_amount", "Ange belopp", "before_taxes", "F\xf6re skatt", "after_taxes", "Efter skatt", "color", "F\xe4rg", "show", "Visa", "hide", "D\xf6lj", "empty_columns", "Tomma kolumner", _s21_41, "Fels\xf6kningsl\xe4ge \xe4r aktiverat", _s26_11, "Varning: den \xe4r avsedd f\xf6r anv\xe4ndning p\xe5 lokala maskiner, den kan l\xe4cka ut uppgifter. Klicka f\xf6r att l\xe4ra mer.", "running_tasks", "Uppgifter som k\xf6rs", "recent_tasks", "Senaste uppgifterna", "recent_expenses", "Senaste utgifterna", _s17_42, "Kommande utgifter", "update_app", "Uppdatera App", "started_import", "Importen har startats", _s24_23, "Dubblettkolumnmappning", _s20_36, "Anv\xe4nder inkluderande skatter", _s18_41, "\xc4r beloppsrabatt", "column", "Kolumn", "sample", "Exempel", "map_to", "Mappa till", "import", "Importera", _s25_16, "Anv\xe4nd f\xf6rsta raden som kolumnnamn", "select_file", "V\xe4lj fil", _s16_62, "Ingen fil har valts", "csv_file", "V\xe4lj CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Bokf\xf6ring", _s22_33, "Ange alla CSV-filer.", "import_type", "Typ av import", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visa licenser", "webhook_url", "Webhook URL", _s17_44, "Fullsk\xe4rms editor", "sidebar_editor", "Sidof\xe4lts editor", _s22_34, 'Ange ":value" f\xf6r att bekr\xe4fta', "purge", "Rensa", "service", "Service", "clone_to", "Klona till", "clone_to_other", "Klona till annan", "labels", "Etiketter", "add_custom", "L\xe4gg till anpassad", "payment_tax", "Betalningsskatt", "unpaid", "Obetald", "white_label", "Vit etikett", "delivery_note", "F\xf6ljesedel", _s24_26, "Skickade fakturor \xe4r l\xe5sta", _s24_28, "Betalade fakturor \xe4r l\xe5sta", "source_code", "K\xe4llkod", "app_platforms", "App plattformar", "invoice_late", _s17_240, "quote_expired", _s16_373, "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_19, "Faktura totalt", "actions", "\xc5tg\xe4rder", "expense_number", "Utgiftsnummer", "task_number", "Uppgiftsnummer", "project_number", "Projektnummer", "project_name", "Projektnamn", "warning", "Varning", "view_settings", "Visa inst\xe4llningar", _s24_30, "Varning: detta f\xf6retag har \xe4nnu inte aktiverats", "late_invoice", _s17_240, "expired_quote", _s16_373, "remind_invoice", "Faktura p\xe5minnelse", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Kund telefon", "required_fields", "Obligatoriska f\xe4lt", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Rensa cache", "sort_order", "Sorteringsordning", "task_status", "Status", "task_statuses", "Uppgiftsstatusar", "new_task_status", "Ny uppgiftsstaus", _s16_64, "Redigera uppgiftsstatus", _s19_30, "Uppgiftsstatus skapades", _s19_31, "Uppgiftsstatus uppdaterades", _s20_38, "Uppgiftsstatus arkiverades", _s19_32, "Uppgiftsstatus raderades", _s19_33, "Uppgiftsstatus togs bort", _s20_39, "Uppgiftsstatus \xe5terst\xe4lldes", _s22_35, ":value uppgiftsstatusar har arkiverats", _s21_43, ":value uppgiftsstatusar har raderats", _s22_36, ":value uppgiftsstatusar har \xe5terst\xe4llts", _s18_43, "S\xf6k 1 uppgiftsstatus", _s20_41, "S\xf6k :count uppgiftsstatusar", _s16_66, "Visa uppgiftstabell", _s21_44, "Visa alltid uppgiftsdelen n\xe4r du skapar fakturor", _s20_42, "Fakturauppgift tidslogg", _s25_17, "L\xe4gg till tidsinformation till fakturaraderna", _s20_44, "Fakturauppgifter datumlogg", _s25_18, "L\xe4gg till datuminformation till fakturaraderna", _s21_45, "Starta uppgifter innan du sparar", _s18_44, "Konfigurera statusar", "task_settings", "Uppgiftsinst\xe4llningar", _s20_46, "Konfigurera kategorier", _s18_46, "Utgifts kategorier", _s20_48, "Ny utgifts kategori", _s21_46, "Redigera utgiftskategori", _s24_31, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_32, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_20, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_33, "Kategori borttagen", _s24_34, "Utgiftskategorin har tagits bort", _s25_21, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_23, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_12, "Kostnaden f\xf6r :value kategorier har raderats", _s27_24, "Kostnaden f\xf6r :value kategorier har \xe5terst\xe4llts", _s23_20, "S\xf6k 1 utgiftkategori", _s25_23, "S\xf6k :count utgiftkategorier", _s21_48, "Anv\xe4nd tillg\xe4nglig kredit", "show_option", "Visa alternativ", _s22_37, "Kreditbeloppet kan inte \xf6verstiga betalningsbeloppet", "view_changes", "Visa \xe4ndringar", "force_update", "Tvinga uppdatering", _s17_48, "Du k\xf6r den senaste versionen men det kan finnas v\xe4ntande korrigeringar tillg\xe4ngliga.", "mark_paid_help", "Sp\xe5ra utgiften f\xf6r att se om den har betalats", _s18_48, "Ska detta faktureras", _s23_21, "Aktivera utgiften som ska faktureras", _s29_8, "G\xf6r dokumenten synliga", _s21_50, "St\xe4ll in en v\xe4xelkurs", _s16_68, "Utgiftsinst\xe4llningar", _s18_49, "Klona till \xe5terkommande", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Anv\xe4ndarf\xe4lt", "variables", "Variabler", "show_password", "Visa l\xf6senord", "hide_password", "G\xf6m l\xf6senord", "copy_error", "Kopiera felmeddelande", "capture_card", "Capture Card", _s17_49, "Automatisk fakturering aktiverad", "total_taxes", "Totalt antal skatter", "line_taxes", "Artikelskatt", "total_fields", "Totalt antal f\xe4lt", _s25_24, "\xc5terkommande faktura stoppad", _s25_25, "\xc5terkommande faktura startad", _s25_26, "\xc5terkommande faktura \xe5terupptogs", "gateway_refund", "Gateway f\xf6r \xe5terbetalning", _s19_34, "Behandla \xe5terbetalningen med betalningsgatewayen", "due_date_days", "F\xf6rfallodatum", "paused", "Pausad", "mark_active", "Markera aktiv", "day_count", "Dag :count", _s22_38, "F\xf6rsta dagen i m\xe5naden", _s21_51, "Sista dagen i m\xe5naden", _s17_51, "Anv\xe4nd betalningsvillkoren", "endless", "O\xe4ndlig", "next_send_date", "N\xe4sta s\xe4ndningsdatum", _s16_70, "\xc5terst\xe5ende cykler", _s17_53, "\xc5terkommande faktura", _s18_51, "\xc5terkommande fakturor", _s21_53, "Ny \xe5terkommande faktura", _s22_40, "Redigera \xe5terkommande fakturor", _s25_27, "\xc5terkommande faktura har skapats", _s25_28, "\xc5terkommande faktura har uppdaterats", _s26_13, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_29, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_30, "\xc5terkommande faktura har tagits bort", _s26_14, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_25, "Arkiverade \xe5terkommande :value fakturor", _s26_15, "\xc5terkommande :value fakturor har raderats", _s27_26, "\xc5terst\xe4llande av \xe5terkommande :value fakturor lyckades", _s24_35, "S\xf6k 1 \xe5terkommande faktura", _s25_31, "S\xf6k :count \xe5terkommande fakturor", "send_date", "S\xe4ndningsdatum", "auto_bill_on", "Automatisk fakturering p\xe5slaget", _s28_8, "L\xe4gsta belopp vid underbetalning", "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_53, "Till\xe5t \xf6verbetalning", _s23_22, "St\xf6d f\xf6r att betala extra f\xf6r att ta emot dricks", _s19_35, "Till\xe5t underbetalning", _s24_36, "St\xf6d f\xf6r att betala minimum del-/ins\xe4ttningsbeloppet", "test_mode", "Testl\xe4ge", "opened", "\xd6ppnad", _s30_4, "Avst\xe4mning misslyckades", _s30_5, "Avst\xe4mning lyckades", "gateway_success", "Gateway lyckades", "gateway_failure", "Gateway misslyckades", "gateway_error", "Gateway fel", "email_send", "Skicka via e-post", _s17_55, "E-postf\xf6rs\xf6ksk\xf6", "failure", "Misslyckad", "quota_exceeded", "Kvoten har \xf6verskridits", _s16_72, "Upstream misslyckades", "system_logs", "Systemloggar", "view_portal", "Se portal", "copy_link", "Kopiera l\xe4nk", "token_billing", "Spara kortinformation", _s24_37, "V\xe4lkommen till Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Rubrik", "client_number", "Kundnummer", "auto_convert", "Automatisk konvertering", "company_name", "F\xf6retagsnamn", "reminder1_sent", "P\xe5minnelse 1 skickad", "reminder2_sent", "P\xe5minnelse 2 skickad", "reminder3_sent", "P\xe5minnelse 3 skickad", _s18_55, "P\xe5minnelse skickades senast", "pdf_page_info", "Sida :current av :total", _s16_74, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s32_41, "gateway", "Gateway", "view_in_stripe", "Visa i Stripe", "rows_per_page", "Rader per sida", "hours", "Timmar", "statement", "Transaktionsdatum", "taxes", "Moms", "surcharge", "Till\xe4ggsavgift", "apply_payment", "Till\xe4mpa betalning", "apply_credit", "Till\xe4mpa kredit", "apply", "Verkst\xe4ll", "unapplied", "Outnyttjad", "select_label", "V\xe4lj rubrik", "custom_labels", "Anpassade etiketter", "record_type", "Posttyp", "record_name", "Post namn", "file_type", "Filtyp", "height", "H\xf6jd", "width", "Bredd", "to", "Till", "health_check", "H\xe4lsokontroll", "payment_type_id", "Betalningss\xe4tt", "last_login_at", "Senast inloggad", "company_key", "F\xf6retagsnyckel", "storefront", "Butiksfront", "storefront_help", "Aktivera tredjepartsappar f\xf6r att skapa fakturor", "client_created", "Kunden har skapats", _s20_51, "E-postadress f\xf6r online betalning", _s20_53, "E-postadress f\xf6r manuell betalning", "completed", "Slutf\xf6rd", "gross", "Brutto", "net_amount", "Nettobelopp", "net_balance", "Nettobalans", "client_settings", "Kundinst\xe4llningar", _s17_57, "Markerade fakturor", _s17_59, "Markerade betalningar", "selected_quotes", "Markerade offerter", "selected_tasks", "Markerade uppgifter", _s17_61, "Markerade utgifter", _s17_63, "Kommande fakturor", _s17_65, "F\xf6rsenade fakturor", "recent_payments", "Nyligen utf\xf6rda betalningar", "upcoming_quotes", "Kommande Offerter", "expired_quotes", "Utg\xe5ngna Offerter", "create_client", "Skapa kund", "create_invoice", "Skapa faktura", "create_quote", "Skapa offert", "create_payment", "Skapa betalning", "create_vendor", "Skapa tillverkare", "update_quote", "Uppdatera offert", "delete_quote", "Ta bort offert", "update_invoice", "Uppdatera faktura", "delete_invoice", "Ta bort faktura", "update_client", "Uppdatera kund", "delete_client", "Radera kund", "delete_payment", "Ta bort betalning", "update_vendor", "Uppdatera leverant\xf6r", "delete_vendor", "Ta bort leverant\xf6r", "create_expense", "Skapa utgift", "update_expense", "Uppdatera utgift", "delete_expense", "Ta bort kostnad", "create_task", "Skapa uppgift", "update_task", "Uppdatera uppgift", "delete_task", "Radera uppgift", "approve_quote", "Godk\xe4nn offert", "off", "Av", "when_paid", "Betalad", "expires_on", "G\xe5r ut den", "free", "Gratis", "plan", "Niv\xe5", "show_sidebar", "Visa sidof\xe4lt", "hide_sidebar", "G\xf6m sidof\xe4lt", "event_type", "Typ av h\xe4ndelse", "target_url", "M\xe5l", "copy", "Kopiera", "must_be_online", "Starta om appen n\xe4r du \xe4r ansluten till internet", _s17_67, "Crons m\xe5ste aktiveras", "api_webhooks", "API Webhooks", "search_webhooks", "S\xf6k :count Webhooks", "search_webhook", "S\xf6k 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Ny Webhook", "edit_webhook", "Redigera Webhook", "created_webhook", "Webhooken skapades", "updated_webhook", "Webhooken uppdaterades", _s16_76, "Webhooken arkiverades", "deleted_webhook", "Webhooken raderades", "removed_webhook", "Webhooken togs bort", _s16_77, "Webhooken \xe5terst\xe4lldes", _s17_68, ":value webhooks har arkiverats", _s16_78, ":value webhooks har raderats", _s16_79, ":value webhooks har tagits bort", _s17_69, ":value webhooks har \xe5terst\xe4llts", "api_tokens", "API Tokens", "api_docs", "API dokumentation", "search_tokens", "S\xf6k :count tokens", "search_token", "S\xf6k 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Ny token", "edit_token", "\xc4ndra token", "created_token", "Token skapad", "updated_token", "Token uppdaterad", "archived_token", "Framg\xe5ngsrikt arkiverat Token", "deleted_token", "Token borttagen", "removed_token", "Token togs bort", "restored_token", "Token \xe5terst\xe4lldes", "archived_tokens", ":value tokens har arkiverats", "deleted_tokens", ":value tokens har raderats", "restored_tokens", ":value tokens har \xe5terst\xe4llts", _s19_37, "Kundregistrering", _s24_39, "G\xf6r det m\xf6jligt f\xf6r kunder att sj\xe4lvregistrera sig i portalen", _s21_55, "Anpassa och f\xf6rhandsgranska", "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "E-postkredit", "email_payment", "Eposta betalning", _s20_56, "Kunden har ingen e-postadress", "ledger", "Liggare", "view_pdf", "Visa PDF", "all_records", "Alla poster", "owned_by_user", "\xc4gs av anv\xe4ndaren", _s16_80, "\xc5terst\xe5ende kredit", "contact_name", "Kontakt namn", "use_default", "Anv\xe4nd standard", _s16_82, "O\xe4ndliga p\xe5minnelser", "number_of_days", "Antal dagar", _s23_24, "Konfigurera betalningsvillkor", "payment_term", _s17_241, _s16_83, "Skapa betalningsvillkor", _s17_71, "Editera betalningsvillkor", _s20_57, "Skapade betalningsvillkor utan problem", _s20_58, "Uppdaterade betalningsvillkor utan problem", _s21_56, "Arkiverat betalningsvillkor utan problem", _s20_59, "Betalningsvillkoret har raderats", _s20_60, "Betalningsvillkoret har tagits bort", _s21_57, "Betalningsvillkoret har \xe5terst\xe4llts", _s22_45, ":value betalningsvillkor har arkiverats", _s21_58, ":value betalningsvillkor har raderats", _s22_46, ":value betalningsvillkor har \xe5terst\xe4llts", "email_sign_in", "Logga in med e-postadress", "change", "\xc4ndra", _s23_26, "\xc4ndra till mobillayouten?", _s24_40, "Vill du byta till skrivbordslayout?", "send_from_gmail", "Skicka fr\xe5n Gmail", "reversed", "Omv\xe4nd", "cancelled", "Avbruten", "credit_amount", "Kreditsumma", "quote_amount", "Offertbelopp", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "G\xf6m meny", "show_menu", "Visa meny", _s18_57, _s18_218, _s16_85, "S\xf6k dokument", "search_designs", "S\xf6k design", "search_invoices", "S\xf6k fakturor", "search_clients", "S\xf6k kunder", "search_products", "S\xf6k produkter", "search_quotes", "S\xf6k offerter", "search_credits", "S\xf6k krediter", "search_vendors", "S\xf6k leverant\xf6rer", "search_users", "S\xf6k anv\xe4ndare", _s16_86, "S\xf6k skattesatser", "search_tasks", "S\xf6k uppgifter", "search_settings", "S\xf6k inst\xe4llningar", "search_projects", "S\xf6k projekt", "search_expenses", "S\xf6k utgifter", "search_payments", "S\xf6k betalningar", "search_groups", "S\xf6k grupper", "search_company", "S\xf6k f\xf6retag", "search_document", "S\xf6k 1 dokument", "search_design", "S\xf6k 1 design", "search_invoice", "S\xf6k 1 faktura", "search_client", "S\xf6k 1 kund", "search_product", "S\xf6k 1 produk", "search_quote", "S\xf6k 1 offert", "search_credit", "S\xf6k 1 kredit", "search_vendor", "S\xf6k 1 leverant\xf6r", "search_user", "S\xf6k 1 offert", "search_tax_rate", "S\xf6k 1 skattesats", "search_task", "S\xf6k 1 uppgift", "search_project", "S\xf6k 1 projekt", "search_expense", "S\xf6k 1 utgift", "search_payment", "S\xf6k 1 betalning", "search_group", "S\xf6k 1 grupp", "refund_payment", "\xc5terbetala betalning", _s17_75, "Fakturan har avbrutits", _s18_59, "Fakturorna har avbrutits", _s16_92, "Fakturan har omv\xe4nts", _s17_76, "Fakturorna har omv\xe4nts", "reverse", "Omv\xe4nd", "full_name", "Hela namnet", _s17_77, "Stad/L\xe4n/Postnummer", _s17_79, "Postadress/Stad/Stat", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Tredje anpassningen", "custom4", "Fj\xe4rde anpassningen", "optional", "Frivillig", "license", "Licens", "purge_data", "Rensa uppgifter.", _s16_93, "Rensade utan problem f\xf6retags data", _s18_60, "Varning: Detta kommer permanent ta bort din information, det finns ingen \xe5terv\xe4nda.", "invoice_balance", "Fakturabalans", "age_group_0", "0 - 30 Dagar", "age_group_30", "30 - 60 Dagar", "age_group_60", "60 - 90 Dagar", "age_group_90", "90 - 120 Dagar", "age_group_120", "120+ Dagar", "refresh", "Uppdatera", "saved_design", "Designen har sparats", "client_details", "Kunduppgifter", "company_address", "F\xf6retagsadress", "invoice_details", "Faktura detaljer", "quote_details", "Offertuppgifter", "credit_details", "Kredituppgifter", "product_columns", "Produktkolumner", "task_columns", "Uppgiftskolumner", "add_field", "L\xe4gg till f\xe4lt", "all_events", "Alla h\xe4ndelser", "permissions", "Beh\xf6righeter", "none", "Ingen", "owned", "\xc4gd", "payment_success", "Betalning genomf\xf6rd", "payment_failure", "Betalning misslyckades", "invoice_sent", _s24_117, "quote_sent", "Offerten skickad", "credit_sent", "Krediten skickad", "invoice_viewed", "Fakturan visad", "quote_viewed", "Offerten visad", "credit_viewed", "Krediten visad", "quote_approved", "Offerten godk\xe4nd", _s25_33, "F\xe5 alla aviseringar", _s16_94, "K\xf6p licens", "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_47, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_48, "Varning: Detta kommer permanent ta bort till bolag, det finns ingen \xe5terv\xe4ndo.", "enabled_modules", "Aktiverade moduler", "converted_quote", "Offerten har konverterats", "credit_design", "Kreditdesign", "includes", "Inkluderar", "header", "Rubrik", "load_design", "Ladda design", "css_framework", "CSS Ramverk", "custom_designs", "Anpassad design", "designs", "Design", "new_design", "Ny design", "edit_design", "Redigera design", "created_design", "Designen har skapats", "updated_design", "Designen har uppdaterats", "archived_design", "Designen har arkiverats", "deleted_design", "Designen har raderats", "removed_design", "Designen har tagits bort", "restored_design", "Designen har \xe5terskapats", _s16_96, ":value designs har arkiverats", "deleted_designs", ":value designs har raderats", _s16_97, ":value designs har \xe5terst\xe4llts", "proposals", "F\xf6rslag", "tickets", "\xc4renden", _s16_98, "\xc5terkommande offerter", "recurring_tasks", "\xc5terkommande uppgifter", _s18_61, "Kontohantering", "credit_date", "Kreditdatum", "credit", "Kredit", "credits", "Kreditfakturor", "new_credit", "Ange Kredit", "edit_credit", "Redigera Kreditfaktura", "created_credit", "Kreditfaktura skapad", "updated_credit", "Kreditfaktura uppdaterad", "archived_credit", "Kreditfaktura arkiverad", "deleted_credit", "Kreditfaktura borttagen", "removed_credit", "Krediten har tagits bort", "restored_credit", "Kreditfaktura \xe5terst\xe4lld", _s16_100, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_101, ":value krediter har \xe5terst\xe4llts", "current_version", "Nuvarande version", "latest_version", "Senaste versionen", "update_now", "Uppdatera nu", _s26_21, "En ny version av webbappen \xe4r tillg\xe4nglig", _s16_102, "Uppdatering tillg\xe4nglig", "app_updated", "Uppdateringen har slutf\xf6rts", "learn_more", "Hj\xe4lp", "integrations", "Integrationer", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kreditens sidfot", "credit_terms", "Kreditens villkor", "new_company", "Nytt f\xf6retag", "added_company", "F\xf6retaget har lagts till", "company1", "Anpassat f\xf6retag 1", "company2", "Anpassat f\xf6retag 2", "company3", "CAnpassat f\xf6retag 3", "company4", "Anpassat f\xf6retag 4", "product1", "Anpassad produkt 1", "product2", "Anpassad produkt 2", "product3", "Anpassad produkt 3", "product4", "Anpassad produkt 4", "client1", "Anpassad kund 1", "client2", "Anpassad kund 2", "client3", "Anpassad kund 3", "client4", "Anpassad kund 4", "contact1", "Anpassad kontakt 1", "contact2", "Anpassad kontakt 2", "contact3", "Anpassad kontakt 3", "contact4", "Anpassad kontakt 4", "task1", "Anpassad uppgift 1", "task2", "Anpassad uppgift 2", "task3", "Anpassad uppgift 3", "task4", "Anpassad uppgift 4", "project1", "Anpassat projekt 1", "project2", "Anpassat projekt 2", "project3", "Anpassat projekt 3", "project4", "Anpassat projekt 4", "expense1", "Anpassad utgift 1", "expense2", "Anpassad utgift 2", "expense3", "Anpassad utgift 3", "expense4", "Anpassad utgift 4", "vendor1", "Anpassad leverant\xf6r 1", "vendor2", "Anpassad leverant\xf6r 2", "vendor3", "Anpassad leverant\xf6r 3", "vendor4", "Anpassad leverant\xf6r 4", "invoice1", "Anpassad faktura 1", "invoice2", "Anpassad faktura 2", "invoice3", "Anpassad faktura 3", "invoice4", "Anpassad faktura 4", "payment1", "Anpassad betalning 1", "payment2", "Anpassad betalning 2", "payment3", "Anpassad betalning 3", "payment4", "Anpassad betalning 4", "surcharge1", _s25_96, "surcharge2", _s25_97, "surcharge3", _s25_98, "surcharge4", _s25_99, "group1", "Anpassad grupp 1", "group2", "Anpassad grupp 2", "group3", "Anpassad grupp 3", "group4", "Anpassad grupp 4", "reset", "\xc5terst\xe4lla", "number", "Nummer", "export", "Exportera", "chart", "Lista", "count", "R\xe4kna", "totals", "Total", "blank", "Blank", "day", "Dag", "month", "M\xe5nad", "year", "\xc5r", "subgroup", "Undergrupp", "is_active", "\xc4r aktiv", "group_by", "Gruppera genom", "credit_balance", "Kreditbalans", _s18_67, "Kontakt: senast inloggad", _s17_83, "Kontakt: namn", "contact_phone", "Kontakt telefon", _s21_59, "Kontakt: anpassat v\xe4rde 1", _s21_60, "Kontakt: anpassat v\xe4rde 2", _s21_61, "Kontakt: anpassat v\xe4rde 3", _s21_62, "Kontakt: anpassat v\xe4rde 4", _s17_85, "Leveransadress 1", _s17_86, "Leveransadress 2", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_61, "Leverans postnummer", _s16_132, "Leverans land", _s16_134, "Faktureringsadress 1", _s16_135, "Faktureringsadress 2", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_40, "Fakturerings postnummer", "billing_country", "Fakturerings land", "client_id", "Kund-id", "assigned_to", "Tilldelat till", "created_by", "Skapad av :name", "assigned_to_id", "Tilldelad till id", "created_by_id", "Skapat av id", "add_column", "L\xe4gg till kolumn", "edit_columns", "Redigera kolumner", "columns", "Kolumner", "aging", "B\xf6rjar bli gammal", "profit_and_loss", "F\xf6rtj\xe4nst och F\xf6rlust", "reports", "Rapporter", "report", "Rapport", "add_company", "L\xe4gg till f\xf6retag", "unpaid_invoice", "Obetalad faktura", "paid_invoice", "Betalad faktura", _s16_136, "Ej godk\xe4nd offert", "help", "Hj\xe4lp", "refund", "\xc5terbetalning", "refund_date", "\xc5terbetalnings datum", "filtered_by", "Filtrerat efter", "contact_email", "Kontakt e-post", "multiselect", "Flera val", "entity_state", "Tillst\xe5nd", "verify_password", "Verifiera l\xf6senord", "applied", "Applicerad", _s21_63, "Inkludera senaste fel fr\xe5n loggarna", _s30_8, "Vi har f\xe5tt ditt meddelande och f\xf6rs\xf6ker svara snabbt.", "message", "Meddelande", "from", "Fr\xe5n", _s20_63, "Visa produktinformation", _s25_35, "Inkludera beskrivning och kostnad i produktmenyn", _s20_65, "PDF-renderaren kr\xe4ver :version", _s18_70, "Justera avgiftsprocenten", _s23_28, "Justera procent f\xf6r att ta h\xe4nsyn till avgiften", _s18_72, "Konfigurera inst\xe4llningar", "support_forum", "Supportforum", "about", "Om", "documentation", "Dokumentation", "contact_us", "Kontakta oss", "subtotal", "Delsumma", "line_total", "Summa", "item", "Artikel", "credit_email", "Credit Email", "iframe_url", "Webbsida", "domain_url", "Dom\xe4n URL", _s21_64, "L\xf6senordet \xe4r f\xf6r kort", _s20_66, "L\xf6senordet m\xe5ste inneh\xe5lla minst en versal och minst ett nummer", _s19_42, "Kundportal uppgifter", _s23_29, "Kundportal \xf6versikt", _s20_67, "Ange ett v\xe4rde", "deleted_logo", "Logotypen har tagits bort", "yes", "Ja", "no", "Nej", "generate_number", "Generera nummer", "when_saved", "N\xe4r sparat", "when_sent", "N\xe4r skickat", "select_company", "V\xe4lj f\xf6retag", "float", "Float", "collapse", "D\xf6lj", "show_or_hide", "Visa/d\xf6lj", "menu_sidebar", "Meny Sidof\xe4lt", "history_sidebar", "Historia Sidof\xe4lt", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Visa", "module", "Modul", "first_custom", "F\xf6rsta anpassad", "second_custom", "Andra anpassad", "third_custom", "Tredje anpassad", "show_cost", "Visa kostnad", _s17_88, "Visa produktkostnad", "show_cost_help", "Visa ett produktkostnadsf\xe4lt f\xf6r att sp\xe5ra p\xe5slag/vinst", _s21_65, "Visa produktkvantitet", _s26_23, "Visa ett produktkvantitetsf\xe4lt, annars \xe4r det ett", _s21_67, "Visa fakturakvantitet", _s26_24, "Visa ett f\xe4lt f\xf6r radnummer, annars ett som standard", _s21_69, "Visa produktrabatt", _s26_25, "Visa ett rabattf\xe4lt f\xf6r en rad", _s16_138, "Standardkvantitet", _s21_71, "St\xe4ll in radens kvantitet automatiskt till ett", "one_tax_rate", "En skattesats", "two_tax_rates", "Tv\xe5 skattesatser", "three_tax_rates", "Tre skattesatser", _s16_140, "Standard skattesats", "user", "Anv\xe4ndare", "invoice_tax", "Fakturaskatt", "line_item_tax", "Artikelskatt", "inclusive_taxes", "Inklusive skatter", _s17_90, "Fakturaskattesatser", "item_tax_rates", "Artikel skattesatser", _s18_74, "V\xe4lj en kund", "configure_rates", "Konfigurera priser", _s18_75, "Konfigurera gateways", "tax_settings", "Momsinst\xe4llningar", _s18_77, "Skattesatser", "accent_color", "Accentf\xe4rg", "switch", "V\xe4xla", _s19_44, "Kommaseparerad lista", "options", "Val", _s16_142, "Enradig text", "multi_line_text", "Text med flera rader", "dropdown", "Dropdown", "field_type", "F\xe4lttyp", _s27_37, "Ett e-postmeddelande f\xf6r \xe5terst\xe4llning av l\xf6senord har skickats", "submit", "Skicka", _s16_144, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "F\xf6rsenade avgifter", "credit_number", "Kreditnummer", "payment_number", "Betalningsnummer", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_145, "F\xf6rseningsavgifts procent", "schedule", "Schema", "before_due_date", "F\xf6re f\xf6rfallodagen", "after_due_date", "Efter f\xf6rfallodagen", _s18_79, "Efter fakturadatum", "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Delbetalning", "payment_partial", "Delbetalning", _s21_72, "E-postadress f\xf6r delbetalning", "quote_email", "Offert e-post", _s16_147, "O\xe4ndlig p\xe5minnelse", _s16_149, "Filtrerat efter anv\xe4ndare", "administrator", "Administrat\xf6r", _s18_80, "Till\xe5t anv\xe4ndare att hantera anv\xe4ndare, \xe4ndra inst\xe4llningar och \xe4ndra alla v\xe4rden", "user_management", "Anv\xe4ndarhantering", "users", "Anv\xe4ndare", "new_user", "Ny anv\xe4ndare", "edit_user", "\xc4ndra anv\xe4ndare", "created_user", "Anv\xe4ndaren skapades", "updated_user", "Anv\xe4ndare uppdaterad", "archived_user", "Framg\xe5ngsrikt arkiverat anv\xe4ndare", "deleted_user", "Anv\xe4ndare borttagen", "removed_user", "Anv\xe4ndaren har tagits bort", "restored_user", "Anv\xe4ndare \xe5terst\xe4lld", "archived_users", ":value anv\xe4ndare har arkiverats", "deleted_users", ":value anv\xe4ndare har raderats", "removed_users", ":value anv\xe4ndare har tagits bort", "restored_users", ":value anv\xe4ndare har \xe5terst\xe4llts", _s16_151, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_92, 'D\xf6lj "Betald till"', _s22_55, 'Visa bara "Betald till"-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.', _s23_31, "B\xe4dda in dokument", _s28_21, _s39_4, _s16_153, "Visa Header p\xe5", _s16_154, "Visa Footer p\xe5", "first_page", "F\xf6rsta sidan", "all_pages", "Alla sidor", "last_page", "Sista sidan", "primary_font", "Prim\xe4rt typsnitt", "secondary_font", "Sekund\xe4rt typsnitt", "primary_color", "Prim\xe4r f\xe4rg", "secondary_color", "Sekund\xe4r f\xe4rg", "page_size", "Sidstorlek", "font_size", "Storlek p\xe5 framsida", "quote_design", "Offert design", "invoice_fields", "Fakturaf\xe4lt", "product_fields", "Produkt f\xe4lt", "invoice_terms", "Fakturavillkor", "invoice_footer", "Faktura sidfot", "quote_terms", "Offertvillkor", "quote_footer", "Offert footer", _s18_81, "Automatisk e-post", _s23_32, "Skicka \xe5terkommande fakturor automatiskt.", _s18_82, "Automatisk arkivering", _s23_33, "Arkivera automatiskt offerter n\xe4r de konverteras.", _s18_83, "Auto Konvertera", _s23_34, "Konvertera automatiskt en offert till en faktura n\xe4r den godk\xe4nts av en kund.", _s17_94, "Arbetsfl\xf6desinst\xe4llningar", "freq_daily", "Dagligen", "freq_weekly", "Veckovis", "freq_two_weeks", "Tv\xe5 veckor", "freq_four_weeks", "Fyra veckor", "freq_monthly", "M\xe5nadsvis", "freq_two_months", "Tv\xe5 m\xe5nader", _s17_96, "Tre m\xe5nader", _s16_155, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_156, "Tre \xe5r", "never", "Aldrig", "company", "F\xf6retag", _s17_97, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_157, "\xc5terkommande prefix", "number_padding", "Nummerfyllning", "general", "Allm\xe4n", "surcharge_field", "Till\xe4ggsf\xe4lt", "company_field", "F\xf6retagsf\xe4lt", "company_value", "F\xf6retagets v\xe4rde", "credit_field", "Kreditf\xe4lt", "invoice_field", "Fakturaf\xe4lt", _s17_99, "Till\xe4ggsavgift till faktura", "client_field", "Kundf\xe4lt", "product_field", "Produktf\xe4lt", "payment_field", "Betalningsf\xe4lt", "contact_field", "Kontaktf\xe4lt", "vendor_field", "Leverant\xf6rsf\xe4lt", "expense_field", "Utgiftsf\xe4lt", "project_field", "Projektf\xe4lt", "task_field", "Uppgiftsf\xe4lt", "group_field", "Gruppf\xe4lt", "number_counter", "Nummerr\xe4knare", "prefix", "Prefix", "number_pattern", "Nummerm\xf6nster", "messages", "Meddelanden", "custom_css", "Anpassad CSS", _s17_101, "Anpassad JavaScript", _s16_159, "Visa p\xe5 PDF", _s21_74, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_41, "Faktura villkor kryssruta", _s30_9, "Kr\xe4v att kunden accepterar fakturavillkoren.", _s23_35, "Offert villkors kryssruta", _s28_22, "Kr\xe4v att kunden accepterar offertvillkoren.", _s25_42, "Faktura signatur", _s30_10, "Kr\xe4v signatur av kund.", _s23_36, "Offert signatur", _s22_57, "L\xf6senordsskydda fakturor", _s27_38, "Till\xe5ter dig att s\xe4tta ett l\xf6senord f\xf6r varje kontakt. Om ett l\xf6senord \xe4r valt kommer kontakten vara tvungen att skriva in l\xf6senordet innan den kan se fakturan.", "authorization", "Tillst\xe5nd", "subdomain", "Underdom\xe4n", "domain", "Dom\xe4n", "portal_mode", "Portal-l\xe4ge", "email_signature", "V\xe4nliga h\xe4lsningar,", _s24_41, "G\xf6r det enklare f\xf6r dina kunder att betala genom att l\xe4gga till schema.org m\xe4rkning till dina e-postmeddelanden.", "plain", "Vanlig", "light", "Ljus", "dark", "M\xf6rk", "email_design", "E-post design", "attach_pdf", "Bifoga PDF", _s16_160, "Bifoga dokument", "attach_ubl", "Bifoga UBL", "email_style", "E-poststil", _s19_46, "Aktivera m\xe4rkning", "reply_to_email", "Reply-To E-post", "reply_to_name", "Reply-To namn", "bcc_email", "Skicka som hemlig kopia", "processed", "Bearbetat", "credit_card", "Betalkort", "bank_transfer", "Bank\xf6verf\xf6ring", "priority", "Prioritet", "fee_amount", "Avgiftsbelopp", "fee_percent", "Avgiftsprocent", "fee_cap", "Avgiftstak", "limits_and_fees", "Begr\xe4nsningar/avgifter", "enable_min", "Aktivera min", "enable_max", "Aktivera max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepterade kort logos", "credentials", "Uppgifter", "update_address", "Uppdatera adress", _s19_49, "Uppdatera kundens adress med tillhandah\xe5llna uppgifter", "rate", "\xe1-pris", "tax_rate", "Skatteniv\xe5", "new_tax_rate", "Ny skatte niv\xe5", "edit_tax_rate", "Redigera skatteniv\xe5", _s16_162, "Framg\xe5ngsrikt skapat skattesats", _s16_163, "Framg\xe5ngsrikt uppdaterad momssats", _s17_104, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_164, "Skattesatsen har raderats", _s17_105, "Skattesatsen har \xe5terst\xe4llts", _s18_84, ":value skattesatser har arkiverats", _s17_106, ":value skattesatser har raderats", _s18_85, ":value skattesatser har \xe5terst\xe4llts", "fill_products", "Auto-ifyll produkter", _s18_86, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_71, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_165, "Konvertera produkter", _s21_75, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Leverant\xf6r", "company_gateway", "Betalningsgateway", _s16_167, "Betalningsgateways", _s19_50, "Ny gateway", _s20_72, "Redigera gateway", _s23_37, "Gateway skapades", _s23_38, "Gateway uppdaterades", _s24_42, "Gateway arkiverades", _s23_39, "Gateway raderades", _s24_43, "Gateway \xe5terst\xe4lldes", _s25_44, ":value gateways har arkiverats", _s24_44, ":value gateways har raderats", _s25_45, ":value gateways har \xe5terst\xe4llts", _s16_169, "Forts\xe4tt redigera", "discard_changes", "Avbryt \xe4ndringar", "default_value", "Standardv\xe4rde", "disabled", "Avst\xe4ngd", "currency_format", "Valutaformat", _s21_76, "F\xf6rsta dagen i veckan", _s23_40, "\xc5rets f\xf6rsta m\xe5nad", "sunday", "S\xf6ndag", "monday", "M\xe5ndag", "tuesday", "Tisdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf6rdag", "january", "Januari", "february", "Februari", "march", "Mars", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "Augusti", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Kod", "date_format", "Datumformat", "datetime_format", "Datum- och tidsformat", "military_time", "24 Timmars tid", _s18_87, "24-timmarsvisning", "send_reminders", "Skicka p\xe5minnelser", "timezone", "Tidszon", _s19_51, "Filtrera efter projekt", _s17_107, "Filtrerat efter grupp", _s19_53, "Filtrerat efter faktura", _s18_88, "Filtrerat efter kund", _s18_90, "Filtrerat efter leverant\xf6r", "group_settings", "Gruppinst\xe4llningar", "group", "Grupp", "groups", "Grupper", "new_group", "Ny grupp", "edit_group", "Redigera grupp", "created_group", "Gruppen har skapats", "updated_group", "Gruppen har uppdaterats", "archived_groups", ":value grupper har arkiverats", "deleted_groups", ":value grupper har raderats", "restored_groups", ":value grupper har \xe5terst\xe4llts", "archived_group", "Gruppen har arkiverats", "deleted_group", "Gruppen har raderats", "restored_group", "Gruppen har \xe5terst\xe4llts", "upload_logo", "Ladda upp logotyp", "uploaded_logo", "Logotypen har laddats upp", "logo", "Logotyp", "saved_settings", "Inst\xe4llningarna har sparats", _s16_171, "Produkt inst\xe4llningar", "device_settings", "Enhetsinst\xe4llningar", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_109, "Avancerade inst\xe4llningar", "company_details", "F\xf6retagsinformation", "user_details", "Anv\xe4ndaruppgifter", "localization", "Spr\xe5kanpassning", "online_payments", "Onlinebetalningar", "tax_rates", "Momsniv\xe5er", "notifications", "Meddelanden", "import_export", "Importera/Exportera", "custom_fields", "Anpassade f\xe4lt", "invoice_design", "Fakturadesign", "buy_now_buttons", "K\xf6p Nu knappar", "email_settings", "E-postinst\xe4llningar", _s23_42, "Mallar och p\xe5minnelser", _s22_58, "Kreditkort och banker", _s19_55, _s17_154, "price", "Pris", "email_sign_up", "Registrera dig via e-post", "google_sign_up", "Registrera dig via Google", _s27_42, "Tack f\xf6r ditt k\xf6p!", "redeem", "L\xf6s in", "back", "Tillbaka", "past_purchases", "Tidigare k\xf6p", _s19_57, "\xc5rlig prenumeration", "pro_plan", "Pro prenumeration", "enterprise_plan", "Enterprise prenumeration", "count_users", ":count anv\xe4ndare", "upgrade", "Uppgradera", _s25_46, "Ange ett f\xf6rnamn", _s24_45, "Ange ett efternamn", _s33_21, "Godk\xe4nn anv\xe4ndarvillkoren och sekretesspolicyn f\xf6r att skapa ett konto.", "i_agree_to_the", "Jag godk\xe4nner", _s16_173, "Villkor f\xf6r tj\xe4nsten", "privacy_policy", "Integritetspolicy", "sign_up", "Registrera dig", "account_login", "Inloggning", "view_website", "Visa webbplats", "create_account", "Skapa konto", "email_login", "E-postinloggning", "create_new", "Skapa Ny", _s18_92, "Ingen posts har valts", _s21_79, "Spara eller avbryt dina \xe4ndringar", "download", "Ladda ner", _s27_43, "Kr\xe4ver en enterprise prenumeration", "take_picture", "Ta en bild", "upload_file", "Ladda upp en fil", "document", "Dokument", "documents", "Dokument", "new_document", "Nytt dokument", "edit_document", "Redigera dokument", _s17_111, "Dokuementet har laddats upp", _s16_175, "Dokumentet har uppdaterats", _s17_112, "Dokumentet har arkiverats", _s16_176, "Dokumentet har raderats", _s17_113, "Dokumentet har \xe5terst\xe4llts", _s18_94, ":value dokument har arkiverats", _s17_114, ":value dokument har raderats", _s18_95, ":value dokument har \xe5terst\xe4llts", "no_history", "Ingen historik", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_177, "Loggad", _s16_178, "I v\xe4ntan p\xe5", _s16_179, "Fakturerad", "converted", "Konvertera", _s24_47, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_180, "Konvertera valuta", "mark_paid", "Markera betald", "category", "Kategori", "address", "Adress", "new_vendor", "Ny leverant\xf6r", "created_vendor", "Framg\xe5ngsrikt skapat leverant\xf6r", "updated_vendor", "Framg\xe5ngsrikt uppdaterat leverant\xf6r", "archived_vendor", "Framg\xe5ngsrikt arkiverat leverant\xf6r", "deleted_vendor", "Framg\xe5ngsrikt raderat leverant\xf6r", "restored_vendor", "Lyckades \xe5terst\xe4lla leverant\xf6r", _s16_181, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_182, ":value leverant\xf6rer har \xe5terst\xe4llts", "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_183, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_184, "Lyckades \xe5terst\xe4lla utgifter", _s17_115, "Framg\xe5ngsrikt arkiverat kostnader", _s16_185, "Framg\xe5ngsrikt tagit bort kostnader", _s17_116, ":value utgifter har \xe5terst\xe4llts", "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_80, "Det gick inte att hitta posten", "invoiced", "Fakturerad", "logged", "Loggat", "running", "K\xf6rs", "resume", "\xc5teruppta", "task_errors", "Korrigera \xf6verlappande tider", "start", "Start", "stop", "Stoppa", "started_task", "Startat uppgift utan problem", "stopped_task", "Framg\xe5ngsrikt stoppad uppgift", "resumed_task", "fortsatt uppgiften utan problem", "now", "Nu", _s16_186, "Starta automatiskt uppgifter", "timer", "Timer", "manual", "Manuell", "budgeted", "Budgeterat", "start_time", "Start-tid", "end_time", "Sluttid", "date", "Datum", "times", "Tider", "duration", "Varaktighet", "new_task", "Ny uppgift", "created_task", "Framg\xe5ngsrikt skapad uppgift", "updated_task", "Lyckad uppdatering av uppgift", "archived_task", "Framg\xe5ngsrikt arkiverad uppgift", "deleted_task", "Framg\xe5ngsrikt raderad uppgift", "restored_task", "Framg\xe5ngsrikt \xe5terst\xe4lld uppgift", "archived_tasks", "Framg\xe5ngsrikt arkiverade :count uppgifter", "deleted_tasks", "Framg\xe5ngsrikt raderade :count uppgifter", "restored_tasks", ":value uppgifter har \xe5terst\xe4llts", _s19_59, "Ange ett namn", "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_188, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_189, "Projekt \xe5terst\xe4llt", _s17_117, ":count projekt arkiverade", _s16_190, ":count projekt borttagna", _s17_118, ":value projekt har \xe5terst\xe4llts", "new_project", "Nytt projekt", _s27_47, "Tack f\xf6r att du anv\xe4nder v\xe5r app!", "if_you_like_it", "Om du gillar det", "click_here", "klicka h\xe4r", _s18_96, "Klicka h\xe4r", "to_rate_it", "att betygs\xe4tta det.", "average", "Genomsnitt", "unapproved", "Icke godk\xe4nd", _s30_15, "V\xe4nligen autentisera f\xf6r att \xe4ndra denna inst\xe4llning", "locked", "L\xe5st", "authenticate", "Autentisera", _s19_61, "V\xe4nligen autentisera", _s24_49, "Biometrisk autentisering", "footer", "Sidfot", "compare", "J\xe4mf\xf6r", "hosted_login", "Hosted inloggning", "selfhost_login", "Sj\xe4lvhostad inloggning", "google_sign_in", "Logga in med Google", "today", "Idag", "custom_range", "Anpassat intervall", "date_range", "Datumintervall", "current", "Nuvarande", "previous", "F\xf6reg\xe5ende", "current_period", "Nuvarande period", _s17_119, "J\xe4mf\xf6relseperiod", "previous_period", _s17_242, "previous_year", _s17_242, "compare_to", "J\xe4mf\xf6r med", "last7_days", "Senaste 7 dagarna", "last_week", "F\xf6rra veckan", "last30_days", "Senaste 30 dagarna", "this_month", "Denna m\xe5naden", "last_month", "Senaste m\xe5naden", "this_year", "Detta \xe5ret", "last_year", "Senaste \xe5ret", "custom", "Utforma", _s16_191, "Klona till faktura", "clone_to_quote", "Klona till offert", "clone_to_credit", "Klona till kredit", "view_invoice", "Visa faktura", "convert", "Konvertera", "more", "Mer", "edit_client", "Redigera kund", "edit_product", "Redigera produkt", "edit_invoice", "Redigera faktura", "edit_quote", "\xc4ndra offert", "edit_payment", "\xc4ndra betalning", "edit_task", "Redigera uppgift", "edit_expense", "Redigera kostnad", "edit_vendor", "\xc4ndra leverant\xf6r", "edit_project", "\xc4ndra produkt", _s20_74, "Redigera \xe5terkommande offerter", "billing_address", "Fakturaadress", _s16_193, "Leveransadress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_117, "active_clients", "aktiva kunder", "close", "St\xe4ng", "email", "E-post", "password", "L\xf6senord", "url", "URL", "secret", "Hemlig", "name", "Namn", "logout", "Logga ut", "login", "Logga in", "filter", "Filter", "sort", "Sortera", "search", "S\xf6k", "active", "Aktiv", "archived", "Arkiverad", "deleted", "Ta bort", "dashboard", "\xd6versikt", "archive", "Arkiv", "delete", "Ta bort", "restore", "\xc5terst\xe4ll", _s16_195, "Uppdatering klar", _s23_43, "Ange din e-postadress", _s26_34, "Ange ditt l\xf6senord", _s21_83, "Ange din URL", _s26_36, "Ange din produktnyckel", "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_121, "Ett fel uppstod", "paid_to_date", "Betalt hittills", "balance_due", "Resterande belopp", "balance", "Balans", "overview", "\xd6versikt", "details", "Detaljer", "phone", "Telefon", "website", "Hemsida", "vat_number", "Momsregistreringsnummer", "id_number", "ID-nummer", "create", "Skapa", _s19_63, "Kopierade :value till urklipp", "error", "Error", _s16_197, "Kunde inte starta", "contacts", "Kontakter", "additional", "Ytterligare", "first_name", "F\xf6rnamn", "last_name", "Efternamn", "add_contact", "L\xe4gg till kontakt", "are_you_sure", "\xc4r du s\xe4ker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Ta bort", _s16_199, "E-postadressen \xe4r ogiltig", "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_201, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_202, "Produkt \xe5terst\xe4lld", _s17_123, "Arkiverade :count produkter utan problem", _s16_203, ":count produkter borttagna", _s17_124, ":value produkter har \xe5terst\xe4llts", "product_key", "Produkt", "notes", "Notis", "cost", "Kostnad", "client", "Kund", "clients", "Kunder", "new_client", "Ny kund", "created_client", "Kund skapad", "updated_client", "Kund uppdaterad", "archived_client", "Kund arkiverad", _s16_204, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_205, ":value kunder har \xe5terst\xe4llts", "address1", "Adress 1", "address2", "Adress 2", "city", "Ort", "state", "Landskap", "postal_code", "Postnummer", "country", "Land", "invoice", "Faktura", "invoices", "Fakturor", "new_invoice", "Ny faktura", "created_invoice", "Faktura skapad", "updated_invoice", "Faktura uppdaterad", _s16_206, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_207, "Faktura \xe5terst\xe4lld", _s17_125, ":count fakturor arkiverade", _s16_208, ":count fakturor borttagna", _s17_126, ":value fakturor har \xe5terst\xe4llts", "emailed_invoice", "Faktura skickad som e-post", "emailed_payment", "Epostade betalningen utan problem", "amount", "Summa", "invoice_number", "Fakturanummer", "invoice_date", "Fakturadatum", "discount", "Rabatt", "po_number", "Referensnummer", "terms", "Villkor", "public_notes", "Publika noteringar", "private_notes", "Privata anteckningar", "frequency", "Frekvens", "start_date", "Startdatum", "end_date", "Slutdatum", "quote_number", "Offertnummer", "quote_date", "Offertdatum", "valid_until", "Giltig till", "items", "Artiklar", "partial_deposit", "Delvis/deposition", "description", "Beskrivning", "unit_cost", "Enhetspris", "quantity", "Antal", "add_item", "L\xe4gg till artikel", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Totala summan", "pdf", "PDF", "due_date", "Sista betalningsdatum", _s16_209, "Delvis f\xf6rfallen", "status", "Status", _s17_127, "Fakturastatus", "quote_status", "Offertstatus", _s22_59, "Klicka + f\xf6r att l\xe4gga till en artikel", _s22_61, "Klicka + f\xf6r att l\xe4gga till tid", "count_selected", ":count markerade", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Avf\xe4rda", _s20_76, "V\xe4lj ett datum", _s22_62, "V\xe4lj en kund", _s24_51, "V\xe4lj en faktura", "task_rate", "Uppgifts taxa", "settings", "Inst\xe4llningar", "language", "Spr\xe5k", "currency", "Valuta", "created_at", "Skapat datum", "created_on", "Skapad", "updated_at", "Uppdaterad", "tax", "Moms", _s30_17, "Ange ett fakturanummer", _s27_51, "Ange ett offertnummer", "past_due", "F\xf6rfallen", "draft", "Utkast", "sent", "Skickat", "viewed", "Visad", "approved", "Godk\xe4nd", "partial", "delins\xe4ttning", "paid", "Betald", "mark_sent", "Markera skickad", _s22_64, "Fakturan har markerats som skickad", _s22_65, "Fakturan har markerats som betalad", _s23_45, "Fakturorna har markerats som skickade", _s23_46, "Fakturorna har markerats som betalade", "done", "Klar", _s37_18, "Ange kundens namn eller kontaktperson", "dark_mode", "M\xf6rkt l\xe4ge", _s27_53, "Starta om appen f\xf6r att till\xe4mpa \xe4ndringen", "refresh_data", "Uppdatera data", "blank_contact", "Tom kontakt", "activity", "H\xe4ndelse", _s16_211, "Inga uppgifter funna", "clone", "Kopiera", "loading", "Laddar", "industry", "Industri", "size", "Storlek", "payment_terms", _s17_241, "payment_date", "Betalningsdatum", "payment_status", "Betalningsstatus", _s16_213, "V\xe4ntande", _s16_214, "Ogiltig", _s16_215, "Misslyckad", _s16_216, "Avslutad", _s16_217, _s18_218, _s16_218, "\xc5terbetalad", _s17_128, "Outnyttjad", _s17_129, "Delvis oanv\xe4nd", "net", "Netto", "client_portal", "Kundportal", "show_tasks", "Visa uppgifter", "email_reminders", "E-postp\xe5minnelser", "enabled", "Aktiverad", "recipients", "Mottagare", "initial_email", "P\xe5b\xf6rja epost", "first_reminder", "F\xf6rsta P\xe5minnelse", "second_reminder", "Andra P\xe5minnelse", "third_reminder", _s17_184, "reminder1", "F\xf6rsta p\xe5minnelsen", "reminder2", "Andra p\xe5minnelsen", "reminder3", "Tredje p\xe5minnelsen", "template", "Mall", "send", "Skicka", "subject", "Subject", "body", "Organisation/Avdelning", "send_email", "Skicka epost", "email_receipt", "E-posta kvitto till kunden", "auto_billing", "Automatisk fakturering", "button", "Knapp", "preview", "F\xf6rhandsgranska", "customize", "Skr\xe4ddarsy", "history", "Historik", "payment", "Betalning", "payments", "Betalningar", "refunded", "\xc5terbetalad", "payment_type", "Betalningstyp", _s21_85, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_219, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_220, "betalning \xe5terst\xe4lld", _s17_130, ":count betalningar arkiverade", _s16_221, ":count betalningar borttagna", _s17_131, ":value betalningar har \xe5terst\xe4llts", "quote", "Offert", "quotes", "Offerter", "new_quote", "Ny offert", "created_quote", "Offert skapad", "updated_quote", "Offert uppdaterad", "archived_quote", "Offert arkiverad", "deleted_quote", "Offert borttagen", "restored_quote", "Offert \xe5terst\xe4lld", "archived_quotes", ":count offerter arkiverade", "deleted_quotes", ":count offerter borttagna", "restored_quotes", ":value offerter har \xe5terst\xe4llts", "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverant\xf6r", "vendors", "Leverant\xf6rer", "task", "Uppgift", "tasks", "Uppgifter", "project", "Projekt", "projects", "Projekt", "activity_1", ":user skapade kund :client", "activity_2", ":user arkiverade kund :client", "activity_3", ":user raderade kund :client", "activity_4", ":user skapade faktura :invoice", "activity_5", ":user uppdaterade faktura :invoice", "activity_6", ":user mailade faktura :invoice f\xf6r :client till :contact", "activity_7", ":contact visade faktura :invoice f\xf6r :client", "activity_8", ":user arkiverade faktura :invoice", "activity_9", ":user raderade faktura :invoice", "activity_10", _s85_0, "activity_11", ":user uppdaterade betalning :payment", "activity_12", ":user arkiverade betalning :payment", "activity_13", ":user tog bort betalning :payment", "activity_14", ":user skickade in :credit kredit", "activity_15", ":user updaterade :credit kredit", "activity_16", ":user arkiverade :credit kredit", "activity_17", ":user tog bort :credit kredit", "activity_18", ":user skapade offert :quote", "activity_19", ":user uppdaterade offert :quote", "activity_20", ":user mailade offert :quote f\xf6r :client f\xf6r :contact", "activity_21", ":contact visade offert :quote", "activity_22", ":user arkiverade offert :quote", "activity_23", ":user tog bort offert :quote", "activity_24", ":user \xe5terst\xe4llde offert :quote", "activity_25", ":user \xe5terst\xe4llde faktura :invoice", "activity_26", ":user \xe5terst\xe4llde kund :client", "activity_27", ":user \xe5terst\xe4llde betalning :payment", "activity_28", ":user \xe5terst\xe4llde :credit kredit", "activity_29", _s42_13, "activity_30", ":user skapade leverant\xf6r :vendor", "activity_31", ":user arkiverade leverant\xf6r :vendor", "activity_32", ":user tog bort leverant\xf6r :vendor", "activity_33", ":user \xe5terst\xe4llde leverant\xf6r :vendor", "activity_34", ":user skapade kostnad :expense", "activity_35", ":user arkiverade kostnad :expense", "activity_36", ":user tog bort kostnad :expense", "activity_37", ":user \xe5terst\xe4llde kostnad :expense", "activity_39", ":user avbr\xf6t en :payment_amount betalning :payment", "activity_40", ":user \xe5terbetalade :adjustment av en :payment_amount betalning :payment", "activity_41", ":payment_amount betalning (:payment) misslyckad", "activity_42", ":user skapade uppgift :task", "activity_43", ":user uppdaterade uppgift :task", "activity_44", ":user arkiverade uppgift :task", "activity_45", ":user tog bort uppgift :task", "activity_46", ":user \xe5terst\xe4llde uppgift :task", "activity_47", ":user uppdaterade kostnad :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \xe5ter\xf6ppnade \xe4rende :ticket", "activity_55", ":contact svarade p\xe5 \xe4rende :ticket", "activity_56", ":user visade \xe4rende :ticket", "activity_57", "Systemet kunde inte skicka fakturan via e-post :invoice", "activity_58", ":user omv\xe4nd faktura :invoice", "activity_59", ":user avbruten faktura :invoice", "activity_60", ":contact har kollat p\xe5 offerten :quote", "activity_61", ":user uppdaterade kunden :client", "activity_62", ":user uppdaterade leverant\xf6ren :vendor", "activity_63", ":user mejlade f\xf6rsta p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_64", ":user emaimejlade andra p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_65", ":user mejlade tredje p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_66", ":user mejlade en o\xe4ndlig p\xe5minnelse f\xf6r faktura :invoice till :contact", "activity_80", ":user skapade prenumerationen :subscription", "activity_81", ":user uppdaterade prenumerationen :subscription", "activity_82", ":user arkiverade prenumerationen :subscription", "activity_83", ":user raderade prenumerationen :subscription", "activity_84", ":user \xe5terst\xe4llde prenumerationen :subscription", _s17_132, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s32_41, _s20_78, "Offerten har markerats som skickad", _s21_87, "Krediten har markerats som skickad", "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_66, "Tryck l\xe4nge p\xe5 meny", "custom_value1", "Anpassat v\xe4rde", "custom_value2", "Anpassat v\xe4rde", "custom_value3", "Anpassat v\xe4rde 3", "custom_value4", "Anpassat v\xe4rde 4", _s18_97, "Anpassad e-poststil", _s24_56, "Anpassat \xf6versiktsmeddelande", _s29_37, "Anpassat obetalt fakturameddelande", _s27_58, "Anpassat betalt fakturameddelande", _s31_18, "Anpassat icke godk\xe4nt offertmeddelande", "lock_invoices", "L\xe5s fakturor", "translations", "\xd6vers\xe4ttningar", _s19_64, "Uppgift nummerformat", _s19_66, "Uppgift nummerr\xe4knare", _s22_68, "Utgift nummerformat", _s22_70, "Utgift nummerr\xe4knare", _s21_88, "Leverant\xf6r nummerformat", _s21_90, "Leverant\xf6r nummerr\xe4knare", _s21_92, "\xc4rende nummerformat", _s21_94, "\xc4rende nummerr\xe4knare", _s22_72, "Betalning nummerformat", _s22_74, "Betalning nummerr\xe4knare", _s22_76, "Faktura nummerformat", _s22_78, "Fakturar\xe4knare", _s20_79, "Offert nummerformat", _s20_81, "Offertr\xe4knare", _s21_96, "Kund nummerformat", _s21_98, "Kund nummerr\xe4knare", _s21_100, "Kredit nummerformat", _s21_101, "Kredit nummerr\xe4knare", _s18_99, "\xc5terst\xe4ll r\xe4knedatum", "counter_padding", "Utfyllnad f\xf6r r\xe4knare", _s28_57, "Delad r\xe4knare f\xf6r fakturor och offerter", _s18_101, "Standardskattnamn 1", _s18_103, "Standard skattesats 1", _s18_105, "Standardskattnamn 2", _s18_107, "Standard skattesats 2", _s18_109, "Standardskattnamn 3", _s18_111, "Standard skattesats 3", _s21_102, "E-postfakturans \xe4mne", _s19_68, "E-postoffertens \xe4mne", _s21_104, "E-postbetalningens \xe4mne", _s29_39, "\xc4mne f\xf6r delbetalning via e-post", "show_table", "Visa tabell", "show_list", "Visa lista", "client_city", "Kundens stad", "client_state", "Kundens landskap", "client_country", "Kundens land", _s16_222, "Kunden \xe4r aktiv", "client_balance", "Kundens balans", "client_address1", "Kundens adress 1", "client_address2", "Kundens adress 2", "vendor_address1", "Leverant\xf6rsadress", "vendor_address2", "Leverant\xf6rsadress 2", _s24_58, "Kundens leveransadress 1", _s24_59, "Kundens leveransadress 2", "type", "Typ", "invoice_amount", "Faktura belopp", _s16_226, "F\xf6rfallodatum", "tax_rate1", "Skattesats 1", "tax_rate2", "Skattesats 2", "tax_rate3", "Skattesats 3", "auto_bill", "Auto debitera", "archived_at", "Arkiverad kl", "has_expenses", "Har utgifter", "custom_taxes1", "Anpassade skatter 1", "custom_taxes2", "Anpassade skatter 2", "custom_taxes3", "Anpassade skatter 3", "custom_taxes4", "Anpassade skatter 4", _s17_134, _s25_96, _s17_135, _s25_97, _s17_136, _s25_98, _s17_137, _s25_99, "is_deleted", "\xc4r raderad", "vendor_city", "Leverant\xf6rens stad", "vendor_state", "Leverant\xf6rens landskap", "vendor_country", "Leverant\xf6rens land", "is_approved", "\xc4r godk\xe4nd", "tax_name", "Skattenamn", "tax_amount", "Moms summa", "tax_paid", "Moms betalad", "payment_amount", "Betald summa", "age", "\xc5lder", "is_running", "K\xf6rs", "time_log", "Tidslogg", "bank_id", "Bank", _s19_70, "Utgiftskategori ID", _s16_227, "Kostnads kategori", _s19_72, "Fakturavaluta ID", "tax_name1", "Skattnamn 1", "tax_name2", "Skattnamn 2", "tax_name3", "Skattnamn 3", "transaction_id", "Transaktions ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15 & \u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e04\u0e49\u0e32\u0e07", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", _s17_11, _s17_12, "week", "\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a :amount \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19 :total.", _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0e14\u0e39\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 # :expense", "view_statement", "\u0e14\u0e39\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0e23\u0e30\u0e1a\u0e1a", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u0e08\u0e32\u0e01\u0e0a\u0e37\u0e48\u0e2d", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s21_22, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_27, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_3, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_4, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s26_4, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_5, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_6, _s38_2, _s26_5, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e41\u0e25\u0e49\u0e27", _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_23, "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "order", "Order", "unassigned", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22", "partial_value", "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e14\u0e40\u0e21\u0e19\u0e22\u0e48\u0e2d\u0e22\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e07.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0e07\u0e32\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0e0b\u0e48\u0e2d\u0e19", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", "sample", "\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "map_to", "Map To", "import", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32", _s25_16, _s29_7, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_62, _s16_63, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e08\u0e48\u0e32\u0e22", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "invoice_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e15\u0e32\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "credit_total", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_48, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_46, _s21_47, _s24_31, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_32, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_20, "\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e47\u0e1a\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s24_33, "\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_34, _s37_7, _s25_21, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s27_23, "\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_51, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_53, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_29, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_30, _s38_11, _s26_14, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u0e14\u0e39\u0e1e\u0e2d\u0e23\u0e4c\u0e17\u0e31\u0e25", "copy_link", "Copy Link", "token_billing", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s24_37, _s24_38, "always", "\u0e15\u0e25\u0e2d\u0e14\u0e40\u0e27\u0e25\u0e32", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "client_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_convert", "Auto Convert", "company_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_quotes", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_credits", _s28_58, "gateway", "\u0e40\u0e01\u0e15\u0e40\u0e27\u0e22\u0e4c", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", "statement", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "taxes", "\u0e20\u0e32\u0e29\u0e35", "surcharge", "\u0e04\u0e34\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "apply_payment", "Apply Payment", "apply_credit", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0e44\u0e1b\u0e22\u0e31\u0e07", "health_check", "Health Check", "payment_type_id", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_65, _s17_66, "recent_payments", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "upcoming_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", "expired_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "create_client", "Create Client", "create_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "create_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "create_payment", "Create Payment", "create_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "update_quote", "Update Quote", "delete_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "update_invoice", "Update Invoice", "delete_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "update_client", "Update Client", "delete_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "delete_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "update_vendor", "Update Vendor", "delete_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "create_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19", "update_task", "Update Task", "delete_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19", "approve_quote", "Approve Quote", "off", "\u0e1b\u0e34\u0e14", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0e1f\u0e23\u0e35", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "\u0e41\u0e01\u0e49\u0e44\u0e02 Token", "created_token", "\u0e2a\u0e23\u0e49\u0e32\u0e07 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_token", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_token", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 Token \u0e41\u0e25\u0e49\u0e27", "deleted_token", "\u0e25\u0e1a Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_374, "email_credit", "Email Credit", "email_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s20_57, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_58, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s21_56, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0e22\u0e2d\u0e14\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0e1e\u0e34\u0e40\u0e28\u0e29", "inclusive", "\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_77, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_79, "\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c / \u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10", "custom1", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "custom2", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u0e25\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", _s16_93, _s32_10, _s18_60, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e04\u0e37\u0e19\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u0e27\u0e31\u0e19", "age_group_30", "30 - 60 \u0e27\u0e31\u0e19", "age_group_60", "60 - 90 \u0e27\u0e31\u0e19", "age_group_90", "90 - 120 \u0e27\u0e31\u0e19", "age_group_120", "120+ \u0e27\u0e31\u0e19", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s20_166, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_47, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27", "load_design", "\u0e42\u0e2b\u0e25\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e0d\u0e0a\u0e35", "credit_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credit", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credits", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "new_credit", "\u0e1b\u0e49\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "edit_credit", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "created_credit", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_credit", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e41\u0e25\u0e49\u0e27", "archived_credit", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_credit", "\u0e25\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_credit", _s27_36, "restored_credit", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_100, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "deleted_credits", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s16_101, _s36_9, "current_version", "\u0e23\u0e38\u0e48\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15", "number", "Number", "export", "\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "chart", "\u0e41\u0e1c\u0e19\u0e20\u0e39\u0e21\u0e34", "count", "Count", "totals", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "blank", "\u0e27\u0e48\u0e32\u0e07", "day", "\u0e27\u0e31\u0e19", "month", "\u0e40\u0e14\u0e37\u0e2d\u0e19", "year", "\u0e1b\u0e35", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0e08\u0e31\u0e14\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e32\u0e21", "credit_balance", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "\u0e23\u0e2b\u0e31\u0e2a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "assigned_to", "Assigned to", "created_by", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e14\u0e22 :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0e04\u0e2d\u0e25\u0e31\u0e21", "aging", "\u0e2d\u0e32\u0e22\u0e38\u0e25\u0e39\u0e01\u0e2b\u0e19\u0e35\u0e49", "profit_and_loss", "\u0e01\u0e33\u0e44\u0e23\u0e41\u0e25\u0e30\u0e02\u0e32\u0e14\u0e17\u0e38\u0e19", "reports", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "report", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "add_company", "\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", "refund", "\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "multiselect", "Multiselect", "entity_state", "\u0e2a\u0e16\u0e32\u0e19\u0e30", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", "contact_us", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32", "subtotal", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "line_total", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u0e43\u0e0a\u0e48", "no", "\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u0e14\u0e39", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_44, _s20_69, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_144, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "late_fees", "Late Fees", "credit_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "payment_number", "Payment Number", "late_fee_amount", "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e08\u0e33\u0e19\u0e27\u0e19", _s16_145, "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "schedule", "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e40\u0e27\u0e25\u0e32", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0e27\u0e31\u0e19", "invoice_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "payment_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", _s16_374, _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_80, "\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2d\u0e37\u0e48\u0e19 \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "user_management", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "users", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "new_user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48", "edit_user", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "created_user", _s25_37, "updated_user", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_user", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e49\u0e27", "deleted_user", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_user", _s25_40, "restored_user", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b", "invoice_options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s17_92, "\u0e0b\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", _s22_55, '\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48 "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48" \u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27', _s23_31, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_21, "\u0e23\u0e27\u0e21\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e41\u0e19\u0e1a\u0e21\u0e32\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_153, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_154, "\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "first_page", "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e23\u0e01", "all_pages", "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "last_page", "\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u0e2a\u0e35\u0e2b\u0e25\u0e31\u0e01", "secondary_color", "\u0e2a\u0e35\u0e23\u0e2d\u0e07", "page_size", "\u0e02\u0e19\u0e32\u0e14\u0e2b\u0e19\u0e49\u0e32", "font_size", "\u0e02\u0e19\u0e32\u0e14\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", "quote_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "invoice_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "product_fields", "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "invoice_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_footer", "\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_34, "\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0e23\u0e32\u0e22\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_two_weeks", "\u0e2a\u0e2d\u0e07\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_four_weeks", "\u0e2a\u0e35\u0e48\u0e2a\u0e31\u0e1a\u0e14\u0e32\u0e2b\u0e4c", "freq_monthly", "\u0e23\u0e32\u0e22\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_two_months", "2 \u0e40\u0e14\u0e37\u0e2d\u0e19", _s17_96, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_155, "Four months", "freq_six_months", "\u0e2b\u0e01\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_annually", "\u0e23\u0e32\u0e22\u0e1b\u0e35", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_97, "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19", "charge_taxes", "\u0e20\u0e32\u0e29\u0e35\u0e04\u0e48\u0e32\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "next_reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e04\u0e23\u0e31\u0e49\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b", "reset_counter", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e15\u0e31\u0e27\u0e19\u0e31\u0e1a", _s16_157, "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32 \u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_9, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_35, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_22, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s25_42, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_10, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e31\u0e14\u0e2b\u0e32\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19", _s23_36, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_57, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s27_38, "\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d \u0e2b\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e48\u0e2d\u0e19\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "authorization", "\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15", "subdomain", "Subdomain", "domain", "\u0e42\u0e14\u0e40\u0e21\u0e19", "portal_mode", "Portal Mode", "email_signature", "\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e04\u0e32\u0e23\u0e1e", _s24_41, "\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22\u0e02\u0e36\u0e49\u0e19\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e21\u0e32\u0e23\u0e4c\u0e01\u0e2d\u0e31\u0e1b schema.org \u0e25\u0e07\u0e43\u0e19\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "plain", "\u0e18\u0e23\u0e23\u0e21\u0e14\u0e32", "light", "\u0e1a\u0e32\u0e07", "dark", "\u0e21\u0e37\u0e14", "email_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Markup", "reply_to_email", "\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "bank_transfer", "\u0e42\u0e2d\u0e19\u0e40\u0e07\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14", "enable_max", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", "min_limit", "\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14 :min", "max_limit", "\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 :max", "min", "\u0e19\u0e49\u0e2d\u0e22", "max", "\u0e21\u0e32\u0e01", _s19_47, "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e42\u0e25\u0e42\u0e01\u0e49\u0e02\u0e2d\u0e07\u0e1a\u0e31\u0e15\u0e23", "credentials", "Credentials", "update_address", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", _s19_49, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e23\u0e30\u0e1a\u0e38\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e44\u0e27\u0e49", "rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32", "tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "new_tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e43\u0e2b\u0e21\u0e48", "edit_tax_rate", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", _s16_162, _s28_100, _s16_163, _s28_100, _s17_104, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_86, "\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e08\u0e30\u0e40\u0e15\u0e34\u0e21\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "update_products", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s20_71, "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 \u0e08\u0e30\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21", "limits", "\u0e08\u0e33\u0e01\u0e31\u0e14", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "monday", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "tuesday", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "wednesday", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "thursday", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "friday", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "saturday", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c", "january", "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", "february", "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", "march", "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", "april", "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", "may", "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", "june", "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", "july", "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", "august", "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", "september", "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", "october", "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", "november", "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", "december", "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "www", "saved_settings", _s27_41, _s16_171, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "device_settings", "Device Settings", "defaults", "\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "basic_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19", _s17_109, "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07", "company_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "user_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "localization", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e17\u0e49\u0e2d\u0e07\u0e16\u0e34\u0e48\u0e19", "online_payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c", "tax_rates", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "notifications", "\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", "import_export", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32 | \u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "custom_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", "invoice_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "buy_now_buttons", "\u0e1b\u0e38\u0e48\u0e21\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e14\u0e35\u0e4b\u0e22\u0e27\u0e19\u0e35\u0e49", "email_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", _s23_42, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_58, _s20_73, _s19_55, "\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e20\u0e32\u0e1e\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "privacy_policy", "\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", "sign_up", "\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", "account_login", "\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23:", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1a\u0e34\u0e01\u0e08\u0e48\u0e32\u0e22", "pending", "\u0e23\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_47, "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "exchange_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", _s16_180, "\u0e41\u0e1b\u0e25\u0e07\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "mark_paid", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27", "category", "\u0e41\u0e04\u0e15\u0e15\u0e32\u0e25\u0e47\u0e2d\u0e01", "address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", "new_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", "created_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_vendor", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_vendor", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "restored_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_181, "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e04\u0e25\u0e31\u0e07\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "deleted_vendors", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", _s16_182, _s36_11, "new_expense", "\u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "created_expense", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_expense", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_183, _s26_93, "deleted_expense", _s18_219, _s16_184, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_115, _s26_93, _s16_185, _s18_219, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_80, _s21_81, "invoiced", "\u0e2d\u0e2d\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "logged", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32", "running", "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19", "resume", "\u0e17\u0e33\u0e15\u0e48\u0e2d\u0e44\u0e1b", "task_errors", "\u0e42\u0e1b\u0e23\u0e14\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e27\u0e25\u0e32\u0e0b\u0e49\u0e2d\u0e19\u0e17\u0e31\u0e1a\u0e01\u0e31\u0e19", "start", "\u0e40\u0e23\u0e34\u0e48\u0e21", "stop", "\u0e2b\u0e22\u0e38\u0e14", "started_task", _s25_48, "stopped_task", "\u0e2b\u0e22\u0e38\u0e14\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "resumed_task", "\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "now", "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49", _s16_186, _s16_187, "timer", "\u0e08\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32", "manual", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d", "budgeted", "Budgeted", "start_time", "\u0e40\u0e27\u0e25\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "end_time", "\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "times", "\u0e40\u0e27\u0e25\u0e32", "duration", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32", "new_task", "\u0e07\u0e32\u0e19\u0e43\u0e2b\u0e21\u0e48", "created_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_task", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_task", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_task", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_tasks", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e07\u0e32\u0e19", "deleted_tasks", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e07\u0e32\u0e19", "restored_tasks", _s34_20, _s19_59, "\u0e42\u0e1b\u0e23\u0e14\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", "budgeted_hours", "Budgeted Hours", "created_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_project", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_188, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_project", "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_189, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_117, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_190, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_118, _s37_15, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u0e04\u0e48\u0e32\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "unapproved", "\u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e27\u0e07", "date_range", "\u0e0a\u0e48\u0e27\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e35\u0e49", "last_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "this_year", "\u0e1b\u0e35\u0e19\u0e35\u0e49", "last_year", "\u0e1b\u0e35\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "custom", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "convert", "Convert", "more", "More", "edit_client", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "edit_product", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "edit_invoice", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "edit_quote", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "edit_payment", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "edit_task", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e07\u0e32\u0e19", "edit_expense", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "edit_vendor", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "edit_project", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s20_74, _s20_75, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_193, _s16_194, "total_revenue", "\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e23\u0e27\u0e21", "average_invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "outstanding", "\u0e42\u0e14\u0e14\u0e40\u0e14\u0e48\u0e19", "invoices_sent", _s20_166, "active_clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "close", "\u0e1b\u0e34\u0e14", "email", "\u0e2d\u0e35\u0e40\u0e21\u0e25", "password", "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", "url", "URL", "secret", "Secret", "name", "\u0e0a\u0e37\u0e48\u0e2d", "logout", "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e30\u0e1a\u0e1a", "login", "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", "filter", "\u0e01\u0e23\u0e2d\u0e07", "sort", "Sort", "search", "\u0e04\u0e49\u0e19\u0e2b\u0e32", "active", "\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "archived", "\u0e40\u0e01\u0e47\u0e1a\u0e16\u0e32\u0e27\u0e23", "deleted", "\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27", "dashboard", "\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", "archive", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e01\u0e48\u0e32", "delete", "\u0e25\u0e1a", "restore", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_121, _s17_122, "paid_to_date", "\u0e22\u0e2d\u0e14\u0e0a\u0e33\u0e23\u0e30\u0e41\u0e25\u0e49\u0e27", "balance_due", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "balance", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "overview", "Overview", "details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "phone", "\u0e42\u0e17\u0e23.", "website", "\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c", "vat_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e20\u0e32\u0e29\u0e35", "id_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", "create", "\u0e2a\u0e23\u0e49\u0e32\u0e07", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "additional", "Additional", "first_name", "\u0e0a\u0e37\u0e48\u0e2d", "last_name", "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25", "add_contact", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "are_you_sure", "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", "cancel", "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", "ok", "Ok", "remove", "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01", _s16_199, _s16_200, "product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "products", "\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c", "new_product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_product", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_product", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_201, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_product", "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s16_202, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_123, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_203, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_124, _s37_16, "product_key", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "notes", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", "cost", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "client", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "new_client", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "created_client", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_client", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_client", "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_204, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27: \u0e19\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "deleted_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_clients", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "restored_client", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_205, _s36_13, "address1", "\u0e16\u0e19\u0e19", "address2", "\u0e2d\u0e32\u0e04\u0e32\u0e23", "city", "\u0e2d\u0e33\u0e40\u0e20\u0e2d", "state", "\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14", "postal_code", "\u0e23\u0e2b\u0e31\u0e2a\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", "country", "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28", "invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoices", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "new_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "created_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_invoice", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_206, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_207, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_125, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_208, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s17_126, _s37_17, "emailed_invoice", "\u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_payment", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "amount", "\u0e22\u0e2d\u0e14\u0e40\u0e07\u0e34\u0e19", "invoice_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "discount", "\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14", "po_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d", "terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02", "public_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e41\u0e1a\u0e1a\u0e40\u0e1b\u0e34\u0e14", "private_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e20\u0e32\u0e22\u0e43\u0e19", "frequency", "\u0e04\u0e27\u0e32\u0e21\u0e16\u0e35\u0e48", "start_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21", "end_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "quote_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "valid_until", "\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "unit_cost", "\u0e23\u0e32\u0e04\u0e32\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e48\u0e27\u0e22", "quantity", "\u0e08\u0e33\u0e19\u0e27\u0e19", "add_item", "Add Item", "contact", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "work_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0e27\u0e31\u0e19\u0e16\u0e36\u0e07\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e0a\u0e33\u0e23\u0e30", _s16_209, _s16_210, "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "\u0e04\u0e25\u0e34\u0e4a\u0e01\u0e1b\u0e38\u0e48\u0e21 + \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "count_selected", ":count selected", "total", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "percent", "\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "edit", "\u0e41\u0e01\u0e49\u0e44\u0e02", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32", "language", "Language", "currency", "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0e20\u0e32\u0e29\u0e35", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0e14\u0e23\u0e32\u0e1f", "sent", "\u0e2a\u0e48\u0e07", "viewed", "Viewed", "approved", "Approved", "partial", "\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19 / \u0e40\u0e07\u0e34\u0e19\u0e1d\u0e32\u0e01", "paid", "\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "mark_sent", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e44\u0e27\u0e49", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_18, _s37_19, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_211, _s16_212, "clone", "\u0e17\u0e33\u0e0b\u0e49\u0e33", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30", "payment_date", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e08\u0e48\u0e32\u0e22", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u0e40\u0e1b\u0e34\u0e14", "recipients", "\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a", "initial_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "first_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "second_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0e41\u0e1a\u0e1a", "send", "Send", "subject", "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "body", "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "send_email", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_receipt", "\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_billing", "Auto billing", "button", "Button", "preview", "\u0e14\u0e39\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "customize", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07", "history", "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34", "payment", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "refunded", "Refunded", "payment_type", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s21_85, "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "enter_payment", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "new_payment", "\u0e1b\u0e49\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "created_payment", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_payment", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", _s16_219, "\u0e40\u0e01\u0e47\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_220, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_130, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s16_221, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s17_131, _s37_20, "quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "new_quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_quote", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_quote", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "deleted_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_quote", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_quotes", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "deleted_quotes", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "restored_quotes", _s35_22, "expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "expenses", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "vendors", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "task", "\u0e07\u0e32\u0e19", "tasks", "\u0e07\u0e32\u0e19", "project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "projects", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "activity_1", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_2", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :client", "activity_3", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_4", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_5", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_9", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 :payment", "activity_12", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_13", ":user \u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_14", ":user \u0e1b\u0e49\u0e2d\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_15", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_16", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_17", ":user \u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_18", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_19", ";user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0e14\u0e39\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_22", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_23", ":user \u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_24", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_25", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_26", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 :client", "activity_27", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_28", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_29", _s42_13, "activity_30", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_31", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_32", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_33", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_34", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_35", ":user \u0e44\u0e14\u0e49\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_36", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_37", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_39", ":user \u0e22\u0e01\u0e40\u0e25\u0e34\u0e01 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_40", ":usre \u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19 :adjustment\xa0\u0e02\u0e2d\u0e07 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_41", ":payment_amount \u0e08\u0e48\u0e32\u0e22\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 (:payment) \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", "activity_42", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19 :task", "activity_43", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19 :task", "activity_44", ":user \u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19 :task", "activity_45", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e07\u0e32\u0e19 :task", "activity_46", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19 :task", "activity_47", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_79, _s20_80, _s20_81, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_226, "\u0e27\u0e31\u0e19\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0e1a\u0e34\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e20\u0e32\u0e29\u0e35", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0e22\u0e2d\u0e14\u0e08\u0e48\u0e32\u0e22", "age", "\u0e2d\u0e32\u0e22\u0e38", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s19_70, _s19_71, _s16_227, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_6, _s24_7, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_8, _s50_, "vat", "VAT", "standing", "Beklemede", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\xd6deme Sistemi Ekle", _s24_9, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_10, _s24_11, _s31_1, "Invoice Sent", _s24_12, _s24_13, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", ":invoice nolu faturaya ekle", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Aral\u0131k", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_14, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Onayla", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_15, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u015eifreyi belirle", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Gideri g\xf6r # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_16, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_17, _s24_18, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_19, _s24_20, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "S\u0131f\u0131rdan b\xfcy\xfck olmal\u0131 ve toplamdan daha az olmal\u0131", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Etkinle\u015ftir", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_21, _s24_22, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Gizle", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_23, _s24_24, _s20_36, _s20_37, _s18_41, _s18_42, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_16, _s29_7, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_62, _s16_63, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_25, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_26, _s24_27, _s24_28, _s24_29, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Fatura Toplam", "quote_total", "Teklif Toplam", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_30, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "M\xfc\u015fteri Ad\u0131", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Gider Kategorisi", _s20_48, "Yeni Gider Kategorisi", _s21_46, _s21_47, _s24_31, _s37_5, _s24_32, _s37_6, _s25_20, _s38_3, _s24_33, _s29_42, _s24_34, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Faturalanmal\u0131 m\u0131", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Tekrarlayan Fatura", _s18_51, "Tekrarlayan Faturalar", _s21_53, "Yeni Tekrarlayan Fatura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_29, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_30, _s38_11, _s26_14, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_35, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_36, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_37, _s24_38, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u015eirket Ad\u0131", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Saat", "statement", "Statement", "taxes", "Vergiler", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Kredi Uygula", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Kime", "health_check", "Health Check", "payment_type_id", "\xd6deme T\xfcr\xfc", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Yakla\u015fan Faturalar", _s17_65, _s17_66, "recent_payments", "Son \xd6demeler", "upcoming_quotes", "Tarihi Yakla\u015fan Teklifler", "expired_quotes", "Tarihi Dolan Teklifler", "create_client", "Create Client", "create_invoice", "Fatura Olu\u015ftur", "create_quote", "Teklif Olu\u015ftur", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Teklif Sil", "update_invoice", "Update Invoice", "delete_invoice", "Faturay\u0131 Sil", "update_client", "Update Client", "delete_client", "M\xfc\u015fteri Sil", "delete_payment", "\xd6deme Sil", "update_vendor", "Update Vendor", "delete_vendor", "Tedarik\xe7iyi Sil", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Gider Sil", "create_task", "G\xf6rev Olu\u015ftur", "update_task", "Update Task", "delete_task", "G\xf6rev Sil", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\xdccretsiz", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenlar", "new_token", "New Token", "edit_token", "Token d\xfczenle", "created_token", "Token ba\u015far\u0131yla olu\u015fturuldu", "updated_token", "Token ba\u015far\u0131yla g\xfcncellendi", "archived_token", "Token ba\u015far\u0131yla ar\u015fivlendi", "deleted_token", "Token ba\u015far\u0131yla silindi", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_39, _s45_5, _s21_55, _s19_39, "email_invoice", "Faturay\u0131 E-Posta ile g\xf6nder", "email_quote", "Teklifi E-Posta ile G\xf6nder", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_40, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredi Tutar\u0131", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s24_118, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\xdcstbilgi", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kredi Tarihi", "credit", "Kredi", "credits", "Krediler", "new_credit", "Kredi Gir", "edit_credit", "Edit Credit", "created_credit", "Kredi ba\u015far\u0131yla olu\u015fturuldu", "updated_credit", _s27_34, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_36, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_100, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_101, _s36_9, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "S\u0131f\u0131rla", "number", "Number", "export", "D\u0131\u015fa Aktar", "chart", "Grafik", "count", "Count", "totals", "Toplamlar", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupland\u0131r", "credit_balance", "Kredi Bakiyesi", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Rapor", "add_company", "Firma Ekle", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Yard\u0131m", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Durum", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "Kimden", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "destek forum", "about", "About", "documentation", "Belgeler", "contact_us", "Contact Us", "subtotal", "Aratoplam", "line_total", "Tutar", "item", "\xd6\u011fe", "credit_email", "Credit Email", "iframe_url", "Web adresi", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Evet", "no", "Hay\u0131r", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "G\xf6r\xfcnt\xfcle", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Vergi Ayarlar\u0131", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "program", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Teklif E-postas\u0131", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Kullan\u0131c\u0131 y\xf6netimi", "users", "Kullan\u0131c\u0131lar", "new_user", "Yeni Kullan\u0131c\u0131", "edit_user", "Kullan\u0131c\u0131 D\xfczenle", "created_user", _s25_37, "updated_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla silindi", "removed_user", _s25_40, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_92, "\xd6deme Tarihini Gizle", _s22_55, 'Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki "\xd6denen Tarihi" alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u0130lk sayfa", "all_pages", "T\xfcm sayfalar", "last_page", "Son sayfa", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Birincil Renk", "secondary_color", "\u0130kincil Renk", "page_size", "Sayfa Boyutu", "font_size", "Font Boyutu", "quote_design", "Quote Design", "invoice_fields", "Fatura Alanlar\u0131", "product_fields", "Product Fields", "invoice_terms", "Fatura \u015eartlar\u0131", "invoice_footer", "Fatura Altbilgisi", "quote_terms", "Teklif \u015eartlar\u0131", "quote_footer", "Teklif Altbilgisi", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "G\xfcnl\xfck", "freq_weekly", "Haftal\u0131k", "freq_two_weeks", "2 hafta", "freq_four_weeks", "4 hafta", "freq_monthly", "Ayl\u0131k", "freq_two_months", "Two months", _s17_96, "3 Ay", _s16_155, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_156, "Three Years", "never", "Never", "company", "\u015eirket", _s17_97, _s17_98, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "M\xfc\u015fteri Alan\u0131", "product_field", "\xdcr\xfcn Alan\u0131", "payment_field", "Payment Field", "contact_field", "\u0130leti\u015fim Alan\u0131", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Seri", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\xd6zel CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_41, "M\xfc\u015fterilerinizin e-postalar\u0131n\u0131za schema.org i\u015faretleme ekleyerek \xf6deme yapmalar\u0131n\u0131 kolayla\u015ft\u0131r\u0131n.", "plain", "D\xfcz", "light", "Ayd\u0131nl\u0131k", "dark", "Koyu", "email_design", "E-Posta Dizayn\u0131", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0130\u015faretlemeyi Etkinle\u015ftir", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredi Kart\u0131", "bank_transfer", "Banka Transferi (EFT/Havale)", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_49, "M\xfc\u015fterinin adresini verilen ayr\u0131nt\u0131larla g\xfcncelleyin", "rate", "Tarife", "tax_rate", "Vergi Oran\u0131", "new_tax_rate", "Yeni Vergi Oran\u0131", "edit_tax_rate", "Vergi oran\u0131 d\xfczenle", _s16_162, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_163, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_104, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_86, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_71, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_42, _s29_17, _s23_39, _s28_25, _s24_43, _s29_18, _s25_44, _s37_11, _s24_44, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Pazar", "monday", "Pazartesi", "tuesday", "Sal\u0131", "wednesday", "\xc7ar\u015famba", "thursday", "Per\u015fembe", "friday", "Cuma", "saturday", "Cumartesi", "january", "Ocak", "february", "\u015eubat", "march", "Mart", "april", "Nisan", "may", "May\u0131s", "june", "Haziran", "july", "Temmuz", "august", "A\u011fustos", "september", "Eyl\xfcl", "october", "Ekim", "november", "Kas\u0131m", "december", "Aral\u0131k", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Saat Zaman Bi\xe7imi", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_109, "Geli\u015fmi\u015f Ayarlar", "company_details", "\u015eirket Detaylar\u0131", "user_details", "Kullan\u0131c\u0131 Detaylar\u0131", "localization", "Yerelle\u015ftirme", "online_payments", "\xc7evrimi\xe7i \xd6demeler", "tax_rates", "Vergi Oranlar\u0131", "notifications", "Bildirimler", "import_export", "\u0130\xe7e Aktar\u0131m | D\u0131\u015fa Aktar\u0131m", "custom_fields", "\xd6zel Alanlar", "invoice_design", "Fatura Dizayn\u0131", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-posta ayarlar\u0131", _s23_42, "\u015eablonlar & Hat\u0131rlatmalar", _s22_58, _s20_73, _s19_55, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_45, _s24_46, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Hizmet \u015eartlar\u0131", "privacy_policy", "Privacy Policy", "sign_up", "Kay\u0131t Ol", "account_login", "Hesap giri\u015fi", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0130ndir", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_47, _s24_60, "exchange_rate", "D\xf6viz Kuru", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Kategori", "address", "Adres", "new_vendor", "Yeni Tedarik\xe7i", "created_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla olu\u015fturuldu", "updated_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla silindi", "restored_vendor", _s28_28, _s16_181, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_182, _s36_11, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_183, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_184, _s29_22, _s17_115, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_185, "Giderler ba\u015far\u0131yla silindi", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturaland\u0131", "logged", "Logland\u0131", "running", "\xc7al\u0131\u015f\u0131yor", "resume", "Devam Et", "task_errors", "L\xfctfen \xf6rt\xfc\u015fen s\xfcreleri d\xfczeltin", "start", "Ba\u015flama", "stop", "Biti\u015f", "started_task", _s25_48, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_50, "now", "\u015eimdi", _s16_186, _s16_187, "timer", "Zamanlay\u0131c\u0131", "manual", "Manuel", "budgeted", "Budgeted", "start_time", "Ba\u015flang\u0131\xe7 Zaman\u0131", "end_time", "Biti\u015f Zaman\u0131", "date", "Tarih", "times", "Zamanlar", "duration", "S\xfcre", "new_task", "Yeni G\xf6rev", "created_task", "G\xf6rev ba\u015far\u0131yla olu\u015fturuldu", "updated_task", "G\xf6rev ba\u015far\u0131yla g\xfcncellendi", "archived_task", "G\xf6rev ba\u015far\u0131yla ar\u015fivlendi", "deleted_task", "G\xf6rev ba\u015far\u0131yla silindi", "restored_task", "G\xf6rev ba\u015far\u0131yla geri y\xfcklendi", "archived_tasks", "Ar\u015fivlenen g\xf6rev say\u0131s\u0131 :count", "deleted_tasks", "Silinen g\xf6rev say\u0131s\u0131 :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "buraya t\u0131klay\u0131n", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_49, _s24_50, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\xd6zel", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Fatura G\xf6r\xfcnt\xfcle", "convert", "Convert", "more", "More", "edit_client", "M\xfc\u015fteri D\xfczenle", "edit_product", "\xdcr\xfcn D\xfczenle", "edit_invoice", "Fatura D\xfczenle", "edit_quote", "Teklif D\xfczenle", "edit_payment", "\xd6deme d\xfczenle", "edit_task", "G\xf6rev D\xfczenle", "edit_expense", "Gideri D\xfczenle", "edit_vendor", "Tedarik\xe7iyi D\xfczenle", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Fatura Adresi", _s16_193, _s16_194, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_118, "active_clients", "aktif m\xfc\u015fteriler", "close", "Kapat", "email", "E-Posta", "password", "\u015eifre", "url", "URL", "secret", "Secret", "name", "\xdcnvan", "logout", "Oturumu kapat", "login", "Oturum a\xe7", "filter", "Filtrele", "sort", "Sort", "search", "Arama", "active", "Aktif", "archived", "Ar\u015fivlendi", "deleted", "Silindi", "dashboard", "G\xf6sterge Paneli", "archive", "Ar\u015fivle", "delete", "Sil", "restore", "Geri y\xfckle", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_121, _s17_122, "paid_to_date", "\xd6denen", "balance_due", "Genel Toplam", "balance", "Bakiye", "overview", "Overview", "details", "Detaylar", "phone", "Telefon", "website", "Web adresi", "vat_number", "Vergi Numaras\u0131", "id_number", "ID Numaras\u0131", "create", "Olu\u015ftur", _s19_63, _s30_16, "error", "Hata", _s16_197, _s16_198, "contacts", "Yetkili", "additional", "Additional", "first_name", "Ad\u0131", "last_name", "Soyad\u0131", "add_contact", "Yetkili Ekle", "are_you_sure", "Emin misiniz?", "cancel", "\u0130ptal", "ok", "Tamam", "remove", "Sil", _s16_199, "E-posta ge\xe7ersiz", "product", "\xdcr\xfcn", "products", "\xdcr\xfcnler", "new_product", "Yeni \xdcr\xfcn", "created_product", "\xdcr\xfcn ba\u015far\u0131yla olu\u015fturuldu", "updated_product", "\xdcr\xfcn ba\u015far\u0131yla g\xfcncellendi", _s16_201, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\xdcr\xfcn", "notes", "Notlar", "cost", "Cost", "client", "M\xfc\u015fteri", "clients", "M\xfc\u015fteriler", "new_client", "Yeni M\xfc\u015fteri", "created_client", "M\xfc\u015fteri ba\u015far\u0131yla olu\u015fturuldu", "updated_client", "M\xfc\u015fteri ba\u015far\u0131yla g\xfcncellendi", "archived_client", "M\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", _s16_204, ":count m\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", "deleted_client", "M\xfc\u015fteri ba\u015far\u0131yla silindi", "deleted_clients", ":count m\xfc\u015fteri ba\u015far\u0131yla silindi", "restored_client", "M\xfc\u015fteri Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_205, _s36_13, "address1", "Adres", "address2", "Adres", "city", "\u015eehir", "state", "\u0130l\xe7e", "postal_code", "Posta Kodu", "country", "\xdclke", "invoice", "Fatura", "invoices", "Faturalar", "new_invoice", "Yeni Fatura", "created_invoice", "Fatura ba\u015far\u0131yla olu\u015fturuldu", "updated_invoice", "Fatura ba\u015far\u0131yla g\xfcncellendi", _s16_206, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_207, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_125, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_208, ":count fatura ba\u015far\u0131yla silindi", _s17_126, _s37_17, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_59, "amount", "Tutar", "invoice_number", "Fatura Numaras\u0131", "invoice_date", "Fatura Tarihi", "discount", "\u0130skonto", "po_number", "Sipari\u015f No", "terms", "Ko\u015fullar", "public_notes", "A\xe7\u0131k Notlar", "private_notes", "\xd6zel Notlar", "frequency", "S\u0131kl\u0131k", "start_date", "Ba\u015flang\u0131\xe7 Tarihi", "end_date", "Biti\u015f Tarihi", "quote_number", "Teklif Numaras\u0131", "quote_date", "Teklif Tarihi", "valid_until", "Ge\xe7erlilik Tarihi", "items", "\xd6geler", "partial_deposit", "Partial/Deposit", "description", "A\xe7\u0131klama", "unit_cost", "Birim Fiyat\u0131", "quantity", "Miktar", "add_item", "\xd6ge Ekle", "contact", "Ki\u015fi", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\xd6deme Tarihi", _s16_209, _s16_210, "status", "Durum", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_51, _s24_52, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "G\xf6nder", "viewed", "Viewed", "approved", "Approved", "partial", "K\u0131smi / Mevduat", "paid", "\xd6denen", "mark_sent", "G\xf6nderilmi\u015f Olarak \u0130\u015faretle", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Tamam", _s37_18, _s37_19, "dark_mode", "Karanl\u0131k Mod", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_211, _s16_212, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "M\xfc\u015fteri Portal\u0131", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "\u0130lk Hat\u0131rlat\u0131c\u0131", "second_reminder", "\u0130kinci Hat\u0131rlat\u0131c\u0131", "third_reminder", "\xdc\xe7\xfcnc\xfc Hat\u0131rlat\u0131c\u0131", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Konu", "body", "G\xf6vde", "send_email", "E-Mail G\xf6nder", "email_receipt", "\xd6deme makbuzunu m\xfc\u015fteriye e-postayla g\xf6nder", "auto_billing", "Auto billing", "button", "Buton", "preview", "Preview", "customize", "\xd6zelle\u015ftir", "history", "Ge\xe7mi\u015f", "payment", "\xd6deme", "payments", "\xd6demeler", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0130\u015flem Referans\u0131", "enter_payment", "\xd6deme Gir", "new_payment", "\xd6deme Gir", "created_payment", "\xd6deme ba\u015far\u0131yla olu\u015fturuldu", "updated_payment", "\xd6deme ba\u015far\u0131yla g\xfcncellendi", _s16_219, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_220, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_130, ":count \xf6deme ar\u015fivlendi", _s16_221, ":count \xf6deme silindi", _s17_131, _s37_20, "quote", "Teklif", "quotes", "Teklifler", "new_quote", "Yeni Teklif", "created_quote", "Teklif ba\u015far\u0131yla olu\u015fturuldu", "updated_quote", "Teklif ba\u015far\u0131yla g\xfcncellendi", "archived_quote", "Teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quote", "Teklif ba\u015far\u0131yla silindi", "restored_quote", "Teklif Ba\u015far\u0131yla Geri Y\xfcklendi", "archived_quotes", ":count teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quotes", ":count teklif ba\u015far\u0131yla silindi", "restored_quotes", _s35_22, "expense", "Gider", "expenses", "Giderler", "vendor", "Tedarik\xe7i", "vendors", "Tedarik\xe7iler", "task", "Task", "tasks", "G\xf6revler", "project", "Project", "projects", "Projects", "activity_1", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 olu\u015fturdu", "activity_2", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 ar\u015fivledi", "activity_3", ":user :client m\xfc\u015ftei hesab\u0131n\u0131 sildi", "activity_4", ":user :invoice nolu faturay\u0131 olu\u015fturdu", "activity_5", ":user :invoice nolu faturay\u0131 g\xfcncelledi", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user :invoice nolu faturay\u0131 ar\u015fivledi", "activity_9", ":user :invoice nolu faturay\u0131 sildi", "activity_10", _s85_0, "activity_11", ":user :payment tutarl\u0131 \xf6demeyi g\xfcncelledi", "activity_12", ":user :payment tutarl\u0131 \xf6demeyi ar\u015fivledi", "activity_13", ":user :payment tutarl\u0131 \xf6demeyi sildi", "activity_14", ":user :credit kredi girdi", "activity_15", ":user :credit kredi g\xfcncelledi", "activity_16", ":user :credit kredi ar\u015fivledi", "activity_17", ":user :credit kredi sildi", "activity_18", ":user :quote nolu teklifi olu\u015fturdu", "activity_19", ":user :quote nolu teklifi g\xfcncelledi", "activity_20", _s50_9, "activity_21", ":contact adl\u0131 yetkili :quote nolu teklifi g\xf6r\xfcnt\xfcledi", "activity_22", ":user :quote nolu teklifi ar\u015fivledi", "activity_23", ":user :quote nolu teklifi sildi", "activity_24", ":user :quote nolu teklifi geri y\xfckledi", "activity_25", ":user :invoice nolu faturay\u0131 geri y\xfckledi", "activity_26", ":user :client m\xfc\u015fterisini geri y\xfckledi", "activity_27", ":user :payment tutar\u0131nda \xf6demeyi geri y\xfckledi", "activity_28", ":user :credit kredisini geri y\xfckledi", "activity_29", _s42_13, "activity_30", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 olu\u015fturdu", "activity_31", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 ar\u015fivledi", "activity_32", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 sildi", "activity_33", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 geri y\xfckledi", "activity_34", ":user masraf olu\u015fturdu :expense", "activity_35", ":user masraf ar\u015fivledi :expense", "activity_36", ":user masraf sildi :expense", "activity_37", ":user masraf geri y\xfckledi :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", ":user :task g\xf6revini olu\u015fturdu", "activity_43", ":user :task g\xf6revini g\xfcncelledi", "activity_44", ":user :task g\xf6revini ar\u015fivledi", "activity_45", ":user :task g\xf6revini sildi", "activity_46", ":user :task g\xf6revini geri y\xfckledi", "activity_47", ":user masraf g\xfcncelledi :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_56, _s24_57, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fatura No Sayac\u0131", _s20_79, _s20_80, _s20_81, "Teklif No Sayac\u0131", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_58, _s22_80, _s24_59, _s25_56, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_226, "Vade", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Otomatik Fatura", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Vergi Ad\u0131", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\xd6deme Tutar\u0131", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String); }); + _lazyOld($, "_emptyParagraphPattern", "$get$_emptyParagraphPattern", () => A.RegExp_RegExp("^(?:[ \\t]*)$", true, false, false, false)); _lazyOld($, "_googleSignIn", "$get$_googleSignIn", () => new A.GoogleSignIn(A._setArrayType(["email", "openid", "profile"], type$.JSArray_legacy_String), A.StreamController_StreamController$broadcast(null, null, false, type$.nullable_GoogleSignInAccount))); _lazyFinal($, "_emailRegex", "$get$_emailRegex", () => A.RegExp_RegExp("^(.*?)((mailto:)?[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z][A-Z]+)", false, true, false, false)); _lazyFinal($, "_urlRegex", "$get$_urlRegex", () => A.RegExp_RegExp("^(.*?)((?:https?:\\/\\/|www\\.)[^\\s/$.?#].[^\\s]*)", false, true, false, false)); @@ -513784,7 +529664,9 @@ _lazyFinal($, "NoOpClient__instance", "$get$NoOpClient__instance", () => new A.NoOpClient()); _lazyFinal($, "NoOpHub__instance", "$get$NoOpHub__instance", () => { var t1 = type$.JSArray_String; - return new A.NoOpHub(new A.SentryOptions(null, $.$get$NoOpClient__instance(), A._setArrayType([], A.findType("JSArray")), A._setArrayType([], A.findType("JSArray>")), B.SentryLevel_debug, A._setArrayType([], t1), A._setArrayType([], t1), new A.NoOpTransport(), new A.PlatformChecker(), $.$get$envs())); + t1 = new A.SentryOptions(null, $.$get$NoOpClient__instance(), A._setArrayType([], A.findType("JSArray")), A._setArrayType([], A.findType("JSArray>")), B.SentryLevel_debug, A._setArrayType([], t1), A._setArrayType([], t1), new A.NoOpTransport(), new A.PlatformChecker(), $.$get$envs(), A._setArrayType([], A.findType("JSArray"))); + t1.SentryOptions$empty$0(); + return new A.NoOpHub(t1); }); _lazyFinal($, "NoOpSentrySpan__instance", "$get$NoOpSentrySpan__instance", () => new A.NoOpSentrySpan()); _lazy($, "Sentry__hub", "$get$Sentry__hub", () => A.NoOpHub_NoOpHub()); @@ -513794,14 +529676,16 @@ _lazy($, "SignInWithApplePlatform__instance", "$get$SignInWithApplePlatform__instance", () => new A.MethodChannelSignInWithApple($.$get$SignInWithApplePlatform__token())); _lazyFinal($, "_log1", "$get$_log2", () => A.Logger$("list_items.dart")); _lazyFinal($, "_log2", "$get$_log", () => A.Logger$("multi_node_editing.dart")); - _lazyFinal($, "defaultStylesheet", "$get$defaultStylesheet", () => new A.Stylesheet(A.super_editor0__defaultInlineTextStyler$closure(), A._setArrayType([A.StyleRule$(B.BlockSelector_null_null_null_null, new A.defaultStylesheet_closure()), A.StyleRule$(B.BlockSelector_header1_null_null_null, new A.defaultStylesheet_closure0()), A.StyleRule$(B.BlockSelector_header2_null_null_null, new A.defaultStylesheet_closure1()), A.StyleRule$(B.BlockSelector_header3_null_null_null, new A.defaultStylesheet_closure2()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null, new A.defaultStylesheet_closure3()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header1"), new A.defaultStylesheet_closure4()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header2"), new A.defaultStylesheet_closure5()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header3"), new A.defaultStylesheet_closure6()), A.StyleRule$(B.BlockSelector_listItem_null_null_null, new A.defaultStylesheet_closure7()), A.StyleRule$(A.BlockSelector$_(null, null, B.C__LastBlockMatcher, null), new A.defaultStylesheet_closure8())], A.findType("JSArray")))); + _lazyFinal($, "defaultStylesheet", "$get$defaultStylesheet", () => new A.Stylesheet(A.super_editor0__defaultInlineTextStyler$closure(), A._setArrayType([A.StyleRule$(B.BlockSelector_null_null_null_null, new A.defaultStylesheet_closure()), A.StyleRule$(B.BlockSelector_header1_null_null_null, new A.defaultStylesheet_closure0()), A.StyleRule$(B.BlockSelector_header2_null_null_null, new A.defaultStylesheet_closure1()), A.StyleRule$(B.BlockSelector_header3_null_null_null, new A.defaultStylesheet_closure2()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null, new A.defaultStylesheet_closure3()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header1"), new A.defaultStylesheet_closure4()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header2"), new A.defaultStylesheet_closure5()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header3"), new A.defaultStylesheet_closure6()), A.StyleRule$(B.BlockSelector_listItem_null_null_null, new A.defaultStylesheet_closure7()), A.StyleRule$(B.BlockSelector_blockquote_null_null_null, new A.defaultStylesheet_closure8()), A.StyleRule$(A.BlockSelector$_(null, null, B.C__LastBlockMatcher, null), new A.defaultStylesheet_closure9())], A.findType("JSArray")))); _lazyFinal($, "_log3", "$get$_log3", () => A.Logger$("text_tools.dart")); _lazyFinal($, "_rtlRegExp", "$get$_rtlRegExp", () => A.RegExp_RegExp("[\\u0591-\\u07FF\\uFB1D-\\uFDFD\\uFE70-\\uFEFC]", true, false, false, false)); _lazyFinal($, "editorLog", "$get$editorLog", () => A.Logger_Logger("editor")); + _lazyFinal($, "editorScrollingLog", "$get$editorScrollingLog", () => A.Logger_Logger("editor.scrolling")); _lazyFinal($, "editorGesturesLog", "$get$editorGesturesLog", () => A.Logger_Logger("editor.gestures")); _lazyFinal($, "editorKeyLog", "$get$editorKeyLog", () => A.Logger_Logger("editor.keys")); _lazyFinal($, "editorImeLog", "$get$editorImeLog", () => A.Logger_Logger("editor.ime")); _lazyFinal($, "editorLayoutLog", "$get$editorLayoutLog", () => A.Logger_Logger("editor.layout")); + _lazyFinal($, "editorStyleLog", "$get$editorStyleLog", () => A.Logger_Logger("editor.style")); _lazyFinal($, "editorDocLog", "$get$editorDocLog", () => A.Logger_Logger("editor.document")); _lazyFinal($, "editorOpsLog", "$get$editorOpsLog", () => A.Logger_Logger("editor.ops")); _lazyFinal($, "textFieldLog", "$get$textFieldLog", () => A.Logger_Logger("textfield")); @@ -513861,8 +529745,8 @@ } init.dispatchPropertyName = init.getIsolateTag("dispatch_record"); }(); - hunkHelpers.setOrUpdateInterceptorsByTag({WebGL: J.Interceptor, AnimationEffectReadOnly: J.JavaScriptObject, AnimationEffectTiming: J.JavaScriptObject, AnimationEffectTimingReadOnly: J.JavaScriptObject, AnimationTimeline: J.JavaScriptObject, AnimationWorkletGlobalScope: J.JavaScriptObject, AuthenticatorAssertionResponse: J.JavaScriptObject, AuthenticatorAttestationResponse: J.JavaScriptObject, AuthenticatorResponse: J.JavaScriptObject, BackgroundFetchFetch: J.JavaScriptObject, BackgroundFetchManager: J.JavaScriptObject, BackgroundFetchSettledFetch: J.JavaScriptObject, BarProp: J.JavaScriptObject, BarcodeDetector: J.JavaScriptObject, BudgetState: J.JavaScriptObject, CacheStorage: J.JavaScriptObject, CanvasGradient: J.JavaScriptObject, CanvasPattern: J.JavaScriptObject, Clients: J.JavaScriptObject, CookieStore: J.JavaScriptObject, Coordinates: J.JavaScriptObject, CredentialsContainer: J.JavaScriptObject, Crypto: J.JavaScriptObject, CryptoKey: J.JavaScriptObject, CSS: J.JavaScriptObject, CSSVariableReferenceValue: J.JavaScriptObject, CustomElementRegistry: J.JavaScriptObject, DataTransfer: J.JavaScriptObject, DataTransferItem: J.JavaScriptObject, DeprecatedStorageInfo: J.JavaScriptObject, DeprecatedStorageQuota: J.JavaScriptObject, DetectedBarcode: J.JavaScriptObject, DetectedFace: J.JavaScriptObject, DetectedText: J.JavaScriptObject, DeviceAcceleration: J.JavaScriptObject, DeviceRotationRate: J.JavaScriptObject, DirectoryReader: J.JavaScriptObject, WebKitDirectoryReader: J.JavaScriptObject, webkitFileSystemDirectoryReader: J.JavaScriptObject, FileSystemDirectoryReader: J.JavaScriptObject, DocumentOrShadowRoot: J.JavaScriptObject, DocumentTimeline: J.JavaScriptObject, DOMImplementation: J.JavaScriptObject, Iterator: J.JavaScriptObject, DOMMatrix: J.JavaScriptObject, DOMMatrixReadOnly: J.JavaScriptObject, DOMParser: J.JavaScriptObject, DOMPoint: J.JavaScriptObject, DOMPointReadOnly: J.JavaScriptObject, DOMQuad: J.JavaScriptObject, DOMStringMap: J.JavaScriptObject, External: J.JavaScriptObject, FaceDetector: J.JavaScriptObject, FontFaceSource: J.JavaScriptObject, FormData: J.JavaScriptObject, GamepadPose: J.JavaScriptObject, Geolocation: J.JavaScriptObject, Position: J.JavaScriptObject, GeolocationPosition: J.JavaScriptObject, Headers: J.JavaScriptObject, HTMLHyperlinkElementUtils: J.JavaScriptObject, IdleDeadline: J.JavaScriptObject, ImageBitmap: J.JavaScriptObject, ImageBitmapRenderingContext: J.JavaScriptObject, ImageCapture: J.JavaScriptObject, InputDeviceCapabilities: J.JavaScriptObject, IntersectionObserver: J.JavaScriptObject, IntersectionObserverEntry: J.JavaScriptObject, KeyframeEffect: J.JavaScriptObject, KeyframeEffectReadOnly: J.JavaScriptObject, MediaCapabilities: J.JavaScriptObject, MediaCapabilitiesInfo: J.JavaScriptObject, MediaDeviceInfo: J.JavaScriptObject, MediaKeyStatusMap: J.JavaScriptObject, MediaKeySystemAccess: J.JavaScriptObject, MediaKeys: J.JavaScriptObject, MediaKeysPolicy: J.JavaScriptObject, MediaMetadata: J.JavaScriptObject, MediaSession: J.JavaScriptObject, MediaSettingsRange: J.JavaScriptObject, MemoryInfo: J.JavaScriptObject, MessageChannel: J.JavaScriptObject, Metadata: J.JavaScriptObject, NavigationPreloadManager: J.JavaScriptObject, NavigatorAutomationInformation: J.JavaScriptObject, NavigatorCookies: J.JavaScriptObject, NodeFilter: J.JavaScriptObject, NodeIterator: J.JavaScriptObject, NonDocumentTypeChildNode: J.JavaScriptObject, NonElementParentNode: J.JavaScriptObject, NoncedElement: J.JavaScriptObject, OffscreenCanvasRenderingContext2D: J.JavaScriptObject, PaintRenderingContext2D: J.JavaScriptObject, PaintSize: J.JavaScriptObject, PaintWorkletGlobalScope: J.JavaScriptObject, Path2D: J.JavaScriptObject, PaymentAddress: J.JavaScriptObject, PaymentInstruments: J.JavaScriptObject, PaymentManager: J.JavaScriptObject, PaymentResponse: J.JavaScriptObject, PerformanceNavigation: J.JavaScriptObject, PerformanceObserver: J.JavaScriptObject, PerformanceObserverEntryList: J.JavaScriptObject, PerformanceTiming: J.JavaScriptObject, Permissions: J.JavaScriptObject, PhotoCapabilities: J.JavaScriptObject, Presentation: J.JavaScriptObject, PresentationReceiver: J.JavaScriptObject, PushManager: J.JavaScriptObject, PushMessageData: J.JavaScriptObject, PushSubscription: J.JavaScriptObject, PushSubscriptionOptions: J.JavaScriptObject, Range: J.JavaScriptObject, ReportingObserver: J.JavaScriptObject, ResizeObserver: J.JavaScriptObject, ResizeObserverEntry: J.JavaScriptObject, RTCCertificate: J.JavaScriptObject, RTCIceCandidate: J.JavaScriptObject, mozRTCIceCandidate: J.JavaScriptObject, RTCRtpContributingSource: J.JavaScriptObject, RTCRtpReceiver: J.JavaScriptObject, RTCRtpSender: J.JavaScriptObject, RTCSessionDescription: J.JavaScriptObject, mozRTCSessionDescription: J.JavaScriptObject, RTCStatsResponse: J.JavaScriptObject, Screen: J.JavaScriptObject, ScrollState: J.JavaScriptObject, ScrollTimeline: J.JavaScriptObject, Selection: J.JavaScriptObject, SharedArrayBuffer: J.JavaScriptObject, SpeechRecognitionAlternative: J.JavaScriptObject, StaticRange: J.JavaScriptObject, StorageManager: J.JavaScriptObject, StyleMedia: J.JavaScriptObject, StylePropertyMap: J.JavaScriptObject, StylePropertyMapReadonly: J.JavaScriptObject, SyncManager: J.JavaScriptObject, TextDetector: J.JavaScriptObject, TextMetrics: J.JavaScriptObject, TrackDefault: J.JavaScriptObject, TreeWalker: J.JavaScriptObject, TrustedHTML: J.JavaScriptObject, TrustedScriptURL: J.JavaScriptObject, TrustedURL: J.JavaScriptObject, UnderlyingSourceBase: J.JavaScriptObject, URLSearchParams: J.JavaScriptObject, VRCoordinateSystem: J.JavaScriptObject, VRDisplayCapabilities: J.JavaScriptObject, VREyeParameters: J.JavaScriptObject, VRFrameData: J.JavaScriptObject, VRFrameOfReference: J.JavaScriptObject, VRPose: J.JavaScriptObject, VRStageBounds: J.JavaScriptObject, VRStageBoundsPoint: J.JavaScriptObject, VRStageParameters: J.JavaScriptObject, ValidityState: J.JavaScriptObject, VideoPlaybackQuality: J.JavaScriptObject, WorkletAnimation: J.JavaScriptObject, WorkletGlobalScope: J.JavaScriptObject, XPathEvaluator: J.JavaScriptObject, XPathExpression: J.JavaScriptObject, XPathNSResolver: J.JavaScriptObject, XPathResult: J.JavaScriptObject, XMLSerializer: J.JavaScriptObject, XSLTProcessor: J.JavaScriptObject, Bluetooth: J.JavaScriptObject, BluetoothCharacteristicProperties: J.JavaScriptObject, BluetoothRemoteGATTServer: J.JavaScriptObject, BluetoothRemoteGATTService: J.JavaScriptObject, BluetoothUUID: J.JavaScriptObject, BudgetService: J.JavaScriptObject, Cache: J.JavaScriptObject, DOMFileSystemSync: J.JavaScriptObject, DirectoryEntrySync: J.JavaScriptObject, DirectoryReaderSync: J.JavaScriptObject, EntrySync: J.JavaScriptObject, FileEntrySync: J.JavaScriptObject, FileReaderSync: J.JavaScriptObject, FileWriterSync: J.JavaScriptObject, HTMLAllCollection: J.JavaScriptObject, Mojo: J.JavaScriptObject, MojoHandle: J.JavaScriptObject, MojoWatcher: J.JavaScriptObject, NFC: J.JavaScriptObject, PagePopupController: J.JavaScriptObject, SubtleCrypto: J.JavaScriptObject, USBAlternateInterface: J.JavaScriptObject, USBConfiguration: J.JavaScriptObject, USBDevice: J.JavaScriptObject, USBEndpoint: J.JavaScriptObject, USBInTransferResult: J.JavaScriptObject, USBInterface: J.JavaScriptObject, USBIsochronousInTransferPacket: J.JavaScriptObject, USBIsochronousInTransferResult: J.JavaScriptObject, USBIsochronousOutTransferPacket: J.JavaScriptObject, USBIsochronousOutTransferResult: J.JavaScriptObject, USBOutTransferResult: J.JavaScriptObject, WorkerLocation: J.JavaScriptObject, Worklet: J.JavaScriptObject, IDBFactory: J.JavaScriptObject, IDBObserver: J.JavaScriptObject, IDBObserverChanges: J.JavaScriptObject, SVGAnimatedAngle: J.JavaScriptObject, SVGAnimatedBoolean: J.JavaScriptObject, SVGAnimatedEnumeration: J.JavaScriptObject, SVGAnimatedInteger: J.JavaScriptObject, SVGAnimatedLength: J.JavaScriptObject, SVGAnimatedLengthList: J.JavaScriptObject, SVGAnimatedNumber: J.JavaScriptObject, SVGAnimatedNumberList: J.JavaScriptObject, SVGAnimatedPreserveAspectRatio: J.JavaScriptObject, SVGAnimatedRect: J.JavaScriptObject, SVGAnimatedString: J.JavaScriptObject, SVGAnimatedTransformList: J.JavaScriptObject, SVGMatrix: J.JavaScriptObject, SVGPoint: J.JavaScriptObject, SVGPreserveAspectRatio: J.JavaScriptObject, SVGRect: J.JavaScriptObject, SVGUnitTypes: J.JavaScriptObject, AudioListener: J.JavaScriptObject, AudioWorkletGlobalScope: J.JavaScriptObject, AudioWorkletProcessor: J.JavaScriptObject, PeriodicWave: J.JavaScriptObject, ANGLEInstancedArrays: J.JavaScriptObject, ANGLE_instanced_arrays: J.JavaScriptObject, WebGLBuffer: J.JavaScriptObject, WebGLCanvas: J.JavaScriptObject, WebGLColorBufferFloat: J.JavaScriptObject, WebGLCompressedTextureASTC: J.JavaScriptObject, WebGLCompressedTextureATC: J.JavaScriptObject, WEBGL_compressed_texture_atc: J.JavaScriptObject, WebGLCompressedTextureETC1: J.JavaScriptObject, WEBGL_compressed_texture_etc1: J.JavaScriptObject, WebGLCompressedTextureETC: J.JavaScriptObject, WebGLCompressedTexturePVRTC: J.JavaScriptObject, WEBGL_compressed_texture_pvrtc: J.JavaScriptObject, WebGLCompressedTextureS3TC: J.JavaScriptObject, WEBGL_compressed_texture_s3tc: J.JavaScriptObject, WebGLCompressedTextureS3TCsRGB: J.JavaScriptObject, WebGLDebugRendererInfo: J.JavaScriptObject, WEBGL_debug_renderer_info: J.JavaScriptObject, WebGLDebugShaders: J.JavaScriptObject, WEBGL_debug_shaders: J.JavaScriptObject, WebGLDepthTexture: J.JavaScriptObject, WEBGL_depth_texture: J.JavaScriptObject, WebGLDrawBuffers: J.JavaScriptObject, WEBGL_draw_buffers: J.JavaScriptObject, EXTsRGB: J.JavaScriptObject, EXT_sRGB: J.JavaScriptObject, EXTBlendMinMax: J.JavaScriptObject, EXT_blend_minmax: J.JavaScriptObject, EXTColorBufferFloat: J.JavaScriptObject, EXTColorBufferHalfFloat: J.JavaScriptObject, EXTDisjointTimerQuery: J.JavaScriptObject, EXTDisjointTimerQueryWebGL2: J.JavaScriptObject, EXTFragDepth: J.JavaScriptObject, EXT_frag_depth: J.JavaScriptObject, EXTShaderTextureLOD: J.JavaScriptObject, EXT_shader_texture_lod: J.JavaScriptObject, EXTTextureFilterAnisotropic: J.JavaScriptObject, EXT_texture_filter_anisotropic: J.JavaScriptObject, WebGLFramebuffer: J.JavaScriptObject, WebGLGetBufferSubDataAsync: J.JavaScriptObject, WebGLLoseContext: J.JavaScriptObject, WebGLExtensionLoseContext: J.JavaScriptObject, WEBGL_lose_context: J.JavaScriptObject, OESElementIndexUint: J.JavaScriptObject, OES_element_index_uint: J.JavaScriptObject, OESStandardDerivatives: J.JavaScriptObject, OES_standard_derivatives: J.JavaScriptObject, OESTextureFloat: J.JavaScriptObject, OES_texture_float: J.JavaScriptObject, OESTextureFloatLinear: J.JavaScriptObject, OES_texture_float_linear: J.JavaScriptObject, OESTextureHalfFloat: J.JavaScriptObject, OES_texture_half_float: J.JavaScriptObject, OESTextureHalfFloatLinear: J.JavaScriptObject, OES_texture_half_float_linear: J.JavaScriptObject, OESVertexArrayObject: J.JavaScriptObject, OES_vertex_array_object: J.JavaScriptObject, WebGLProgram: J.JavaScriptObject, WebGLQuery: J.JavaScriptObject, WebGLRenderbuffer: J.JavaScriptObject, WebGLRenderingContext: J.JavaScriptObject, WebGL2RenderingContext: J.JavaScriptObject, WebGLSampler: J.JavaScriptObject, WebGLShader: J.JavaScriptObject, WebGLShaderPrecisionFormat: J.JavaScriptObject, WebGLSync: J.JavaScriptObject, WebGLTexture: J.JavaScriptObject, WebGLTimerQueryEXT: J.JavaScriptObject, WebGLTransformFeedback: J.JavaScriptObject, WebGLUniformLocation: J.JavaScriptObject, WebGLVertexArrayObject: J.JavaScriptObject, WebGLVertexArrayObjectOES: J.JavaScriptObject, WebGL2RenderingContextBase: J.JavaScriptObject, ArrayBuffer: A.NativeByteBuffer, ArrayBufferView: A.NativeTypedData, DataView: A.NativeByteData, Float32Array: A.NativeFloat32List, Float64Array: A.NativeFloat64List, Int16Array: A.NativeInt16List, Int32Array: A.NativeInt32List, Int8Array: A.NativeInt8List, Uint16Array: A.NativeUint16List, Uint32Array: A.NativeUint32List, Uint8ClampedArray: A.NativeUint8ClampedList, CanvasPixelArray: A.NativeUint8ClampedList, Uint8Array: A.NativeUint8List, HTMLAudioElement: A.HtmlElement, HTMLBRElement: A.HtmlElement, HTMLContentElement: A.HtmlElement, HTMLDListElement: A.HtmlElement, HTMLDataListElement: A.HtmlElement, HTMLDetailsElement: A.HtmlElement, HTMLDialogElement: A.HtmlElement, HTMLHRElement: A.HtmlElement, HTMLHeadElement: A.HtmlElement, HTMLHeadingElement: A.HtmlElement, HTMLHtmlElement: A.HtmlElement, HTMLLegendElement: A.HtmlElement, HTMLLinkElement: A.HtmlElement, HTMLMediaElement: A.HtmlElement, HTMLMenuElement: A.HtmlElement, HTMLModElement: A.HtmlElement, HTMLOListElement: A.HtmlElement, HTMLOptGroupElement: A.HtmlElement, HTMLPictureElement: A.HtmlElement, HTMLPreElement: A.HtmlElement, HTMLQuoteElement: A.HtmlElement, HTMLScriptElement: A.HtmlElement, HTMLShadowElement: A.HtmlElement, HTMLSourceElement: A.HtmlElement, HTMLSpanElement: A.HtmlElement, HTMLTableCaptionElement: A.HtmlElement, HTMLTableCellElement: A.HtmlElement, HTMLTableDataCellElement: A.HtmlElement, HTMLTableHeaderCellElement: A.HtmlElement, HTMLTableColElement: A.HtmlElement, HTMLTimeElement: A.HtmlElement, HTMLTitleElement: A.HtmlElement, HTMLTrackElement: A.HtmlElement, HTMLUListElement: A.HtmlElement, HTMLUnknownElement: A.HtmlElement, HTMLVideoElement: A.HtmlElement, HTMLDirectoryElement: A.HtmlElement, HTMLFontElement: A.HtmlElement, HTMLFrameElement: A.HtmlElement, HTMLFrameSetElement: A.HtmlElement, HTMLMarqueeElement: A.HtmlElement, HTMLElement: A.HtmlElement, AccessibleNodeList: A.AccessibleNodeList, HTMLAnchorElement: A.AnchorElement, Animation: A.Animation, ApplicationCacheErrorEvent: A.ApplicationCacheErrorEvent, HTMLAreaElement: A.AreaElement, BackgroundFetchClickEvent: A.BackgroundFetchEvent, BackgroundFetchEvent: A.BackgroundFetchEvent, BackgroundFetchFailEvent: A.BackgroundFetchEvent, BackgroundFetchedEvent: A.BackgroundFetchEvent, BackgroundFetchRegistration: A.BackgroundFetchRegistration, HTMLBaseElement: A.BaseElement, BeforeUnloadEvent: A.BeforeUnloadEvent, Blob: A.Blob, BluetoothRemoteGATTDescriptor: A.BluetoothRemoteGattDescriptor, Body: A.Body, Request: A.Body, Response: A.Body, HTMLBodyElement: A.BodyElement, BroadcastChannel: A.BroadcastChannel, HTMLButtonElement: A.ButtonElement, HTMLCanvasElement: A.CanvasElement, CanvasRenderingContext2D: A.CanvasRenderingContext2D, CDATASection: A.CharacterData, CharacterData: A.CharacterData, Comment: A.CharacterData, ProcessingInstruction: A.CharacterData, Text: A.CharacterData, Client: A.Client, WindowClient: A.Client, PublicKeyCredential: A.Credential, Credential: A.Credential, CredentialUserData: A.CredentialUserData, CSSKeyframesRule: A.CssKeyframesRule, MozCSSKeyframesRule: A.CssKeyframesRule, WebKitCSSKeyframesRule: A.CssKeyframesRule, CSSKeywordValue: A.CssKeywordValue, CSSNumericValue: A.CssNumericValue, CSSPerspective: A.CssPerspective, CSSCharsetRule: A.CssRule, CSSConditionRule: A.CssRule, CSSFontFaceRule: A.CssRule, CSSGroupingRule: A.CssRule, CSSImportRule: A.CssRule, CSSKeyframeRule: A.CssRule, MozCSSKeyframeRule: A.CssRule, WebKitCSSKeyframeRule: A.CssRule, CSSMediaRule: A.CssRule, CSSNamespaceRule: A.CssRule, CSSPageRule: A.CssRule, CSSStyleRule: A.CssRule, CSSSupportsRule: A.CssRule, CSSViewportRule: A.CssRule, CSSRule: A.CssRule, CSSStyleDeclaration: A.CssStyleDeclaration, MSStyleCSSProperties: A.CssStyleDeclaration, CSS2Properties: A.CssStyleDeclaration, CSSStyleSheet: A.CssStyleSheet, CSSImageValue: A.CssStyleValue, CSSPositionValue: A.CssStyleValue, CSSResourceValue: A.CssStyleValue, CSSURLImageValue: A.CssStyleValue, CSSStyleValue: A.CssStyleValue, CSSMatrixComponent: A.CssTransformComponent, CSSRotation: A.CssTransformComponent, CSSScale: A.CssTransformComponent, CSSSkew: A.CssTransformComponent, CSSTranslation: A.CssTransformComponent, CSSTransformComponent: A.CssTransformComponent, CSSTransformValue: A.CssTransformValue, CSSUnitValue: A.CssUnitValue, CSSUnparsedValue: A.CssUnparsedValue, HTMLDataElement: A.DataElement, DataTransferItemList: A.DataTransferItemList, DeprecationReport: A.DeprecationReport, HTMLDivElement: A.DivElement, XMLDocument: A.Document1, Document: A.Document1, DOMError: A.DomError, DOMException: A.DomException, ClientRectList: A.DomRectList, DOMRectList: A.DomRectList, DOMRectReadOnly: A.DomRectReadOnly, DOMStringList: A.DomStringList, DOMTokenList: A.DomTokenList, Element: A.Element2, HTMLEmbedElement: A.EmbedElement, DirectoryEntry: A.Entry, webkitFileSystemDirectoryEntry: A.Entry, FileSystemDirectoryEntry: A.Entry, Entry: A.Entry, webkitFileSystemEntry: A.Entry, FileSystemEntry: A.Entry, FileEntry: A.Entry, webkitFileSystemFileEntry: A.Entry, FileSystemFileEntry: A.Entry, ErrorEvent: A.ErrorEvent, AnimationEvent: A.Event, AnimationPlaybackEvent: A.Event, BeforeInstallPromptEvent: A.Event, BlobEvent: A.Event, ClipboardEvent: A.Event, CloseEvent: A.Event, CustomEvent: A.Event, DeviceMotionEvent: A.Event, DeviceOrientationEvent: A.Event, FontFaceSetLoadEvent: A.Event, GamepadEvent: A.Event, HashChangeEvent: A.Event, MediaEncryptedEvent: A.Event, MediaStreamEvent: A.Event, MediaStreamTrackEvent: A.Event, MessageEvent: A.Event, MIDIConnectionEvent: A.Event, MIDIMessageEvent: A.Event, MutationEvent: A.Event, PageTransitionEvent: A.Event, PaymentRequestUpdateEvent: A.Event, PopStateEvent: A.Event, PresentationConnectionAvailableEvent: A.Event, PromiseRejectionEvent: A.Event, RTCDataChannelEvent: A.Event, RTCDTMFToneChangeEvent: A.Event, RTCPeerConnectionIceEvent: A.Event, RTCTrackEvent: A.Event, SecurityPolicyViolationEvent: A.Event, SensorErrorEvent: A.Event, SpeechRecognitionEvent: A.Event, StorageEvent: A.Event, TrackEvent: A.Event, TransitionEvent: A.Event, WebKitTransitionEvent: A.Event, VRDeviceEvent: A.Event, VRDisplayEvent: A.Event, VRSessionEvent: A.Event, MojoInterfaceRequestEvent: A.Event, USBConnectionEvent: A.Event, AudioProcessingEvent: A.Event, OfflineAudioCompletionEvent: A.Event, WebGLContextEvent: A.Event, Event: A.Event, InputEvent: A.Event, SubmitEvent: A.Event, AbsoluteOrientationSensor: A.EventTarget, Accelerometer: A.EventTarget, AccessibleNode: A.EventTarget, AmbientLightSensor: A.EventTarget, ApplicationCache: A.EventTarget, DOMApplicationCache: A.EventTarget, OfflineResourceList: A.EventTarget, BatteryManager: A.EventTarget, EventSource: A.EventTarget, Gyroscope: A.EventTarget, LinearAccelerationSensor: A.EventTarget, Magnetometer: A.EventTarget, MediaDevices: A.EventTarget, MediaRecorder: A.EventTarget, MediaSource: A.EventTarget, MIDIAccess: A.EventTarget, NetworkInformation: A.EventTarget, OrientationSensor: A.EventTarget, PermissionStatus: A.EventTarget, PresentationConnectionList: A.EventTarget, PresentationRequest: A.EventTarget, RelativeOrientationSensor: A.EventTarget, RemotePlayback: A.EventTarget, RTCDTMFSender: A.EventTarget, RTCPeerConnection: A.EventTarget, webkitRTCPeerConnection: A.EventTarget, mozRTCPeerConnection: A.EventTarget, Sensor: A.EventTarget, ServiceWorker: A.EventTarget, ServiceWorkerContainer: A.EventTarget, ServiceWorkerRegistration: A.EventTarget, SharedWorker: A.EventTarget, SpeechRecognition: A.EventTarget, SpeechSynthesis: A.EventTarget, SpeechSynthesisUtterance: A.EventTarget, VR: A.EventTarget, VRDevice: A.EventTarget, VRDisplay: A.EventTarget, VRSession: A.EventTarget, VisualViewport: A.EventTarget, WebSocket: A.EventTarget, Worker: A.EventTarget, WorkerPerformance: A.EventTarget, BluetoothDevice: A.EventTarget, BluetoothRemoteGATTCharacteristic: A.EventTarget, Clipboard: A.EventTarget, MojoInterfaceInterceptor: A.EventTarget, USB: A.EventTarget, IDBOpenDBRequest: A.EventTarget, IDBVersionChangeRequest: A.EventTarget, IDBRequest: A.EventTarget, IDBTransaction: A.EventTarget, AnalyserNode: A.EventTarget, RealtimeAnalyserNode: A.EventTarget, AudioBufferSourceNode: A.EventTarget, AudioDestinationNode: A.EventTarget, AudioNode: A.EventTarget, AudioScheduledSourceNode: A.EventTarget, AudioWorkletNode: A.EventTarget, BiquadFilterNode: A.EventTarget, ChannelMergerNode: A.EventTarget, AudioChannelMerger: A.EventTarget, ChannelSplitterNode: A.EventTarget, AudioChannelSplitter: A.EventTarget, ConstantSourceNode: A.EventTarget, ConvolverNode: A.EventTarget, DelayNode: A.EventTarget, DynamicsCompressorNode: A.EventTarget, GainNode: A.EventTarget, AudioGainNode: A.EventTarget, IIRFilterNode: A.EventTarget, MediaElementAudioSourceNode: A.EventTarget, MediaStreamAudioDestinationNode: A.EventTarget, MediaStreamAudioSourceNode: A.EventTarget, OscillatorNode: A.EventTarget, Oscillator: A.EventTarget, PannerNode: A.EventTarget, AudioPannerNode: A.EventTarget, webkitAudioPannerNode: A.EventTarget, ScriptProcessorNode: A.EventTarget, JavaScriptAudioNode: A.EventTarget, StereoPannerNode: A.EventTarget, WaveShaperNode: A.EventTarget, EventTarget: A.EventTarget, AbortPaymentEvent: A.ExtendableEvent, CanMakePaymentEvent: A.ExtendableEvent, ExtendableMessageEvent: A.ExtendableEvent, FetchEvent: A.ExtendableEvent, ForeignFetchEvent: A.ExtendableEvent, InstallEvent: A.ExtendableEvent, NotificationEvent: A.ExtendableEvent, PaymentRequestEvent: A.ExtendableEvent, PushEvent: A.ExtendableEvent, SyncEvent: A.ExtendableEvent, ExtendableEvent: A.ExtendableEvent, FederatedCredential: A.FederatedCredential, HTMLFieldSetElement: A.FieldSetElement, File: A.File, FileList: A.FileList, FileReader: A.FileReader, DOMFileSystem: A.FileSystem, WebKitFileSystem: A.FileSystem, webkitFileSystem: A.FileSystem, FileSystem: A.FileSystem, FileWriter: A.FileWriter, FontFace: A.FontFace, FontFaceSet: A.FontFaceSet, HTMLFormElement: A.FormElement, Gamepad: A.Gamepad, GamepadButton: A.GamepadButton, History: A.History, HTMLCollection: A.HtmlCollection, HTMLFormControlsCollection: A.HtmlCollection, HTMLOptionsCollection: A.HtmlCollection, HTMLDocument: A.HtmlDocument, XMLHttpRequest: A.HttpRequest, XMLHttpRequestUpload: A.HttpRequestEventTarget, XMLHttpRequestEventTarget: A.HttpRequestEventTarget, HTMLIFrameElement: A.IFrameElement, ImageData: A.ImageData, HTMLImageElement: A.ImageElement, HTMLInputElement: A.InputElement, InterventionReport: A.InterventionReport, KeyboardEvent: A.KeyboardEvent, HTMLLIElement: A.LIElement, HTMLLabelElement: A.LabelElement, Location: A.Location, HTMLMapElement: A.MapElement, MediaError: A.MediaError, MediaKeyMessageEvent: A.MediaKeyMessageEvent, MediaKeySession: A.MediaKeySession, MediaList: A.MediaList, MediaQueryList: A.MediaQueryList, MediaQueryListEvent: A.MediaQueryListEvent, MediaStream: A.MediaStream, CanvasCaptureMediaStreamTrack: A.MediaStreamTrack, MediaStreamTrack: A.MediaStreamTrack, MessagePort: A.MessagePort, HTMLMetaElement: A.MetaElement, HTMLMeterElement: A.MeterElement, MIDIInputMap: A.MidiInputMap, MIDIOutputMap: A.MidiOutputMap, MIDIInput: A.MidiPort, MIDIOutput: A.MidiPort, MIDIPort: A.MidiPort, MimeType: A.MimeType, MimeTypeArray: A.MimeTypeArray, MouseEvent: A.MouseEvent, DragEvent: A.MouseEvent, MutationObserver: A.MutationObserver, WebKitMutationObserver: A.MutationObserver, MutationRecord: A.MutationRecord, Navigator: A.Navigator0, WorkerNavigator: A.NavigatorConcurrentHardware, NavigatorConcurrentHardware: A.NavigatorConcurrentHardware, NavigatorUserMediaError: A.NavigatorUserMediaError, DocumentFragment: A.Node1, ShadowRoot: A.Node1, DocumentType: A.Node1, Node: A.Node1, NodeList: A.NodeList0, RadioNodeList: A.NodeList0, Notification: A.Notification, HTMLObjectElement: A.ObjectElement, OffscreenCanvas: A.OffscreenCanvas, HTMLOptionElement: A.OptionElement, HTMLOutputElement: A.OutputElement, OverconstrainedError: A.OverconstrainedError, HTMLParagraphElement: A.ParagraphElement, HTMLParamElement: A.ParamElement, PasswordCredential: A.PasswordCredential, PaymentRequest: A.PaymentRequest, Performance: A.Performance, PerformanceEntry: A.PerformanceEntry, PerformanceLongTaskTiming: A.PerformanceEntry, PerformanceMark: A.PerformanceEntry, PerformanceMeasure: A.PerformanceEntry, PerformanceNavigationTiming: A.PerformanceEntry, PerformancePaintTiming: A.PerformanceEntry, PerformanceResourceTiming: A.PerformanceEntry, TaskAttributionTiming: A.PerformanceEntry, PerformanceServerTiming: A.PerformanceServerTiming, Plugin: A.Plugin, PluginArray: A.PluginArray, PointerEvent: A.PointerEvent0, PositionError: A.PositionError, GeolocationPositionError: A.PositionError, PresentationAvailability: A.PresentationAvailability, PresentationConnection: A.PresentationConnection, PresentationConnectionCloseEvent: A.PresentationConnectionCloseEvent, HTMLProgressElement: A.ProgressElement, ProgressEvent: A.ProgressEvent, ResourceProgressEvent: A.ProgressEvent, RelatedApplication: A.RelatedApplication, ReportBody: A.ReportBody, RTCDataChannel: A.RtcDataChannel, DataChannel: A.RtcDataChannel, RTCLegacyStatsReport: A.RtcLegacyStatsReport, RTCStatsReport: A.RtcStatsReport, ScreenOrientation: A.ScreenOrientation, HTMLSelectElement: A.SelectElement, SharedWorkerGlobalScope: A.SharedWorkerGlobalScope, HTMLSlotElement: A.SlotElement, SourceBuffer: A.SourceBuffer, SourceBufferList: A.SourceBufferList, SpeechGrammar: A.SpeechGrammar, SpeechGrammarList: A.SpeechGrammarList, SpeechRecognitionError: A.SpeechRecognitionError, SpeechRecognitionResult: A.SpeechRecognitionResult, SpeechSynthesisEvent: A.SpeechSynthesisEvent, SpeechSynthesisVoice: A.SpeechSynthesisVoice, Storage: A.Storage, HTMLStyleElement: A.StyleElement, StyleSheet: A.StyleSheet, HTMLTableElement: A.TableElement, HTMLTableRowElement: A.TableRowElement, HTMLTableSectionElement: A.TableSectionElement, HTMLTemplateElement: A.TemplateElement, HTMLTextAreaElement: A.TextAreaElement, TextTrack: A.TextTrack, TextTrackCue: A.TextTrackCue, VTTCue: A.TextTrackCue, TextTrackCueList: A.TextTrackCueList, TextTrackList: A.TextTrackList, TimeRanges: A.TimeRanges, Touch: A.Touch, TouchEvent: A.TouchEvent, TouchList: A.TouchList, TrackDefaultList: A.TrackDefaultList, CompositionEvent: A.UIEvent, FocusEvent: A.UIEvent, TextEvent: A.UIEvent, UIEvent: A.UIEvent, URL: A.Url, VideoTrack: A.VideoTrack, VideoTrackList: A.VideoTrackList, VTTRegion: A.VttRegion, WheelEvent: A.WheelEvent, Window: A.Window, DOMWindow: A.Window, DedicatedWorkerGlobalScope: A.WorkerGlobalScope, ServiceWorkerGlobalScope: A.WorkerGlobalScope, WorkerGlobalScope: A.WorkerGlobalScope, Attr: A._Attr, CSSRuleList: A._CssRuleList, ClientRect: A._DomRect, DOMRect: A._DomRect, GamepadList: A._GamepadList, NamedNodeMap: A._NamedNodeMap, MozNamedAttrMap: A._NamedNodeMap, Report: A._Report, SpeechRecognitionResultList: A._SpeechRecognitionResultList, StyleSheetList: A._StyleSheetList, IDBCursor: A.Cursor, IDBCursorWithValue: A.CursorWithValue, IDBDatabase: A.Database, IDBIndex: A.Index, IDBKeyRange: A.KeyRange, IDBObjectStore: A.ObjectStore, IDBObservation: A.Observation, IDBVersionChangeEvent: A.VersionChangeEvent, SVGAngle: A.Angle, SVGClipPathElement: A.ClipPathElement, SVGDefsElement: A.DefsElement, SVGFEBlendElement: A.FEBlendElement, SVGFEColorMatrixElement: A.FEColorMatrixElement, SVGFECompositeElement: A.FECompositeElement, SVGFEFloodElement: A.FEFloodElement, SVGFilterElement: A.FilterElement, SVGCircleElement: A.GeometryElement, SVGEllipseElement: A.GeometryElement, SVGLineElement: A.GeometryElement, SVGPolygonElement: A.GeometryElement, SVGPolylineElement: A.GeometryElement, SVGRectElement: A.GeometryElement, SVGGeometryElement: A.GeometryElement, SVGAElement: A.GraphicsElement, SVGForeignObjectElement: A.GraphicsElement, SVGGElement: A.GraphicsElement, SVGImageElement: A.GraphicsElement, SVGSwitchElement: A.GraphicsElement, SVGTSpanElement: A.GraphicsElement, SVGTextContentElement: A.GraphicsElement, SVGTextElement: A.GraphicsElement, SVGTextPathElement: A.GraphicsElement, SVGTextPositioningElement: A.GraphicsElement, SVGUseElement: A.GraphicsElement, SVGGraphicsElement: A.GraphicsElement, SVGLength: A.Length, SVGLengthList: A.LengthList, SVGNumber: A.Number, SVGNumberList: A.NumberList, SVGPathElement: A.PathElement, SVGPointList: A.PointList, SVGScriptElement: A.ScriptElement0, SVGStringList: A.StringList, SVGAnimateElement: A.SvgElement, SVGAnimateMotionElement: A.SvgElement, SVGAnimateTransformElement: A.SvgElement, SVGAnimationElement: A.SvgElement, SVGDescElement: A.SvgElement, SVGDiscardElement: A.SvgElement, SVGFEComponentTransferElement: A.SvgElement, SVGFEConvolveMatrixElement: A.SvgElement, SVGFEDiffuseLightingElement: A.SvgElement, SVGFEDisplacementMapElement: A.SvgElement, SVGFEDistantLightElement: A.SvgElement, SVGFEFuncAElement: A.SvgElement, SVGFEFuncBElement: A.SvgElement, SVGFEFuncGElement: A.SvgElement, SVGFEFuncRElement: A.SvgElement, SVGFEGaussianBlurElement: A.SvgElement, SVGFEImageElement: A.SvgElement, SVGFEMergeElement: A.SvgElement, SVGFEMergeNodeElement: A.SvgElement, SVGFEMorphologyElement: A.SvgElement, SVGFEOffsetElement: A.SvgElement, SVGFEPointLightElement: A.SvgElement, SVGFESpecularLightingElement: A.SvgElement, SVGFESpotLightElement: A.SvgElement, SVGFETileElement: A.SvgElement, SVGFETurbulenceElement: A.SvgElement, SVGLinearGradientElement: A.SvgElement, SVGMarkerElement: A.SvgElement, SVGMaskElement: A.SvgElement, SVGMetadataElement: A.SvgElement, SVGPatternElement: A.SvgElement, SVGRadialGradientElement: A.SvgElement, SVGSetElement: A.SvgElement, SVGStopElement: A.SvgElement, SVGStyleElement: A.SvgElement, SVGSymbolElement: A.SvgElement, SVGTitleElement: A.SvgElement, SVGViewElement: A.SvgElement, SVGGradientElement: A.SvgElement, SVGComponentTransferFunctionElement: A.SvgElement, SVGFEDropShadowElement: A.SvgElement, SVGMPathElement: A.SvgElement, SVGElement: A.SvgElement, SVGSVGElement: A.SvgSvgElement, SVGTransform: A.Transform0, SVGTransformList: A.TransformList, AudioBuffer: A.AudioBuffer, AudioParam: A.AudioParam, AudioParamMap: A.AudioParamMap, AudioTrack: A.AudioTrack, AudioTrackList: A.AudioTrackList, AudioContext: A.BaseAudioContext, webkitAudioContext: A.BaseAudioContext, BaseAudioContext: A.BaseAudioContext, OfflineAudioContext: A.OfflineAudioContext, WebGLActiveInfo: A.ActiveInfo}); - hunkHelpers.setOrUpdateLeafTags({WebGL: true, AnimationEffectReadOnly: true, AnimationEffectTiming: true, AnimationEffectTimingReadOnly: true, AnimationTimeline: true, AnimationWorkletGlobalScope: true, AuthenticatorAssertionResponse: true, AuthenticatorAttestationResponse: true, AuthenticatorResponse: true, BackgroundFetchFetch: true, BackgroundFetchManager: true, BackgroundFetchSettledFetch: true, BarProp: true, BarcodeDetector: true, BudgetState: true, CacheStorage: true, CanvasGradient: true, CanvasPattern: true, Clients: true, CookieStore: true, Coordinates: true, CredentialsContainer: true, Crypto: true, CryptoKey: true, CSS: true, CSSVariableReferenceValue: true, CustomElementRegistry: true, DataTransfer: true, DataTransferItem: true, DeprecatedStorageInfo: true, DeprecatedStorageQuota: true, DetectedBarcode: true, DetectedFace: true, DetectedText: true, DeviceAcceleration: true, DeviceRotationRate: true, DirectoryReader: true, WebKitDirectoryReader: true, webkitFileSystemDirectoryReader: true, FileSystemDirectoryReader: true, DocumentOrShadowRoot: true, DocumentTimeline: true, DOMImplementation: true, Iterator: true, DOMMatrix: true, DOMMatrixReadOnly: true, DOMParser: true, DOMPoint: true, DOMPointReadOnly: true, DOMQuad: true, DOMStringMap: true, External: true, FaceDetector: true, FontFaceSource: true, FormData: true, GamepadPose: true, Geolocation: true, Position: true, GeolocationPosition: true, Headers: true, HTMLHyperlinkElementUtils: true, IdleDeadline: true, ImageBitmap: true, ImageBitmapRenderingContext: true, ImageCapture: true, InputDeviceCapabilities: true, IntersectionObserver: true, IntersectionObserverEntry: true, KeyframeEffect: true, KeyframeEffectReadOnly: true, MediaCapabilities: true, MediaCapabilitiesInfo: true, MediaDeviceInfo: true, MediaKeyStatusMap: true, MediaKeySystemAccess: true, MediaKeys: true, MediaKeysPolicy: true, MediaMetadata: true, MediaSession: true, MediaSettingsRange: true, MemoryInfo: true, MessageChannel: true, Metadata: true, NavigationPreloadManager: true, NavigatorAutomationInformation: true, NavigatorCookies: true, NodeFilter: true, NodeIterator: true, NonDocumentTypeChildNode: true, NonElementParentNode: true, NoncedElement: true, OffscreenCanvasRenderingContext2D: true, PaintRenderingContext2D: true, PaintSize: true, PaintWorkletGlobalScope: true, Path2D: true, PaymentAddress: true, PaymentInstruments: true, PaymentManager: true, PaymentResponse: true, PerformanceNavigation: true, PerformanceObserver: true, PerformanceObserverEntryList: true, PerformanceTiming: true, Permissions: true, PhotoCapabilities: true, Presentation: true, PresentationReceiver: true, PushManager: true, PushMessageData: true, PushSubscription: true, PushSubscriptionOptions: true, Range: true, ReportingObserver: true, ResizeObserver: true, ResizeObserverEntry: true, RTCCertificate: true, RTCIceCandidate: true, mozRTCIceCandidate: true, RTCRtpContributingSource: true, RTCRtpReceiver: true, RTCRtpSender: true, RTCSessionDescription: true, mozRTCSessionDescription: true, RTCStatsResponse: true, Screen: true, ScrollState: true, ScrollTimeline: true, Selection: true, SharedArrayBuffer: true, SpeechRecognitionAlternative: true, StaticRange: true, StorageManager: true, StyleMedia: true, StylePropertyMap: true, StylePropertyMapReadonly: true, SyncManager: true, TextDetector: true, TextMetrics: true, TrackDefault: true, TreeWalker: true, TrustedHTML: true, TrustedScriptURL: true, TrustedURL: true, UnderlyingSourceBase: true, URLSearchParams: true, VRCoordinateSystem: true, VRDisplayCapabilities: true, VREyeParameters: true, VRFrameData: true, VRFrameOfReference: true, VRPose: true, VRStageBounds: true, VRStageBoundsPoint: true, VRStageParameters: true, ValidityState: true, VideoPlaybackQuality: true, WorkletAnimation: true, WorkletGlobalScope: true, XPathEvaluator: true, XPathExpression: true, XPathNSResolver: true, XPathResult: true, XMLSerializer: true, XSLTProcessor: true, Bluetooth: true, BluetoothCharacteristicProperties: true, BluetoothRemoteGATTServer: true, BluetoothRemoteGATTService: true, BluetoothUUID: true, BudgetService: true, Cache: true, DOMFileSystemSync: true, DirectoryEntrySync: true, DirectoryReaderSync: true, EntrySync: true, FileEntrySync: true, FileReaderSync: true, FileWriterSync: true, HTMLAllCollection: true, Mojo: true, MojoHandle: true, MojoWatcher: true, NFC: true, PagePopupController: true, SubtleCrypto: true, USBAlternateInterface: true, USBConfiguration: true, USBDevice: true, USBEndpoint: true, USBInTransferResult: true, USBInterface: true, USBIsochronousInTransferPacket: true, USBIsochronousInTransferResult: true, USBIsochronousOutTransferPacket: true, USBIsochronousOutTransferResult: true, USBOutTransferResult: true, WorkerLocation: true, Worklet: true, IDBFactory: true, IDBObserver: true, IDBObserverChanges: true, SVGAnimatedAngle: true, SVGAnimatedBoolean: true, SVGAnimatedEnumeration: true, SVGAnimatedInteger: true, SVGAnimatedLength: true, SVGAnimatedLengthList: true, SVGAnimatedNumber: true, SVGAnimatedNumberList: true, SVGAnimatedPreserveAspectRatio: true, SVGAnimatedRect: true, SVGAnimatedString: true, SVGAnimatedTransformList: true, SVGMatrix: true, SVGPoint: true, SVGPreserveAspectRatio: true, SVGRect: true, SVGUnitTypes: true, AudioListener: true, AudioWorkletGlobalScope: true, AudioWorkletProcessor: true, PeriodicWave: true, ANGLEInstancedArrays: true, ANGLE_instanced_arrays: true, WebGLBuffer: true, WebGLCanvas: true, WebGLColorBufferFloat: true, WebGLCompressedTextureASTC: true, WebGLCompressedTextureATC: true, WEBGL_compressed_texture_atc: true, WebGLCompressedTextureETC1: true, WEBGL_compressed_texture_etc1: true, WebGLCompressedTextureETC: true, WebGLCompressedTexturePVRTC: true, WEBGL_compressed_texture_pvrtc: true, WebGLCompressedTextureS3TC: true, WEBGL_compressed_texture_s3tc: true, WebGLCompressedTextureS3TCsRGB: true, WebGLDebugRendererInfo: true, WEBGL_debug_renderer_info: true, WebGLDebugShaders: true, WEBGL_debug_shaders: true, WebGLDepthTexture: true, WEBGL_depth_texture: true, WebGLDrawBuffers: true, WEBGL_draw_buffers: true, EXTsRGB: true, EXT_sRGB: true, EXTBlendMinMax: true, EXT_blend_minmax: true, EXTColorBufferFloat: true, EXTColorBufferHalfFloat: true, EXTDisjointTimerQuery: true, EXTDisjointTimerQueryWebGL2: true, EXTFragDepth: true, EXT_frag_depth: true, EXTShaderTextureLOD: true, EXT_shader_texture_lod: true, EXTTextureFilterAnisotropic: true, EXT_texture_filter_anisotropic: true, WebGLFramebuffer: true, WebGLGetBufferSubDataAsync: true, WebGLLoseContext: true, WebGLExtensionLoseContext: true, WEBGL_lose_context: true, OESElementIndexUint: true, OES_element_index_uint: true, OESStandardDerivatives: true, OES_standard_derivatives: true, OESTextureFloat: true, OES_texture_float: true, OESTextureFloatLinear: true, OES_texture_float_linear: true, OESTextureHalfFloat: true, OES_texture_half_float: true, OESTextureHalfFloatLinear: true, OES_texture_half_float_linear: true, OESVertexArrayObject: true, OES_vertex_array_object: true, WebGLProgram: true, WebGLQuery: true, WebGLRenderbuffer: true, WebGLRenderingContext: true, WebGL2RenderingContext: true, WebGLSampler: true, WebGLShader: true, WebGLShaderPrecisionFormat: true, WebGLSync: true, WebGLTexture: true, WebGLTimerQueryEXT: true, WebGLTransformFeedback: true, WebGLUniformLocation: true, WebGLVertexArrayObject: true, WebGLVertexArrayObjectOES: true, WebGL2RenderingContextBase: true, ArrayBuffer: true, ArrayBufferView: false, DataView: true, Float32Array: true, Float64Array: true, Int16Array: true, Int32Array: true, Int8Array: true, Uint16Array: true, Uint32Array: true, Uint8ClampedArray: true, CanvasPixelArray: true, Uint8Array: false, HTMLAudioElement: true, HTMLBRElement: true, HTMLContentElement: true, HTMLDListElement: true, HTMLDataListElement: true, HTMLDetailsElement: true, HTMLDialogElement: true, HTMLHRElement: true, HTMLHeadElement: true, HTMLHeadingElement: true, HTMLHtmlElement: true, HTMLLegendElement: true, HTMLLinkElement: true, HTMLMediaElement: true, HTMLMenuElement: true, HTMLModElement: true, HTMLOListElement: true, HTMLOptGroupElement: true, HTMLPictureElement: true, HTMLPreElement: true, HTMLQuoteElement: true, HTMLScriptElement: true, HTMLShadowElement: true, HTMLSourceElement: true, HTMLSpanElement: true, HTMLTableCaptionElement: true, HTMLTableCellElement: true, HTMLTableDataCellElement: true, HTMLTableHeaderCellElement: true, HTMLTableColElement: true, HTMLTimeElement: true, HTMLTitleElement: true, HTMLTrackElement: true, HTMLUListElement: true, HTMLUnknownElement: true, HTMLVideoElement: true, HTMLDirectoryElement: true, HTMLFontElement: true, HTMLFrameElement: true, HTMLFrameSetElement: true, HTMLMarqueeElement: true, HTMLElement: false, AccessibleNodeList: true, HTMLAnchorElement: true, Animation: true, ApplicationCacheErrorEvent: true, HTMLAreaElement: true, BackgroundFetchClickEvent: true, BackgroundFetchEvent: true, BackgroundFetchFailEvent: true, BackgroundFetchedEvent: true, BackgroundFetchRegistration: true, HTMLBaseElement: true, BeforeUnloadEvent: true, Blob: false, BluetoothRemoteGATTDescriptor: true, Body: true, Request: true, Response: true, HTMLBodyElement: true, BroadcastChannel: true, HTMLButtonElement: true, HTMLCanvasElement: true, CanvasRenderingContext2D: true, CDATASection: true, CharacterData: true, Comment: true, ProcessingInstruction: true, Text: true, Client: true, WindowClient: true, PublicKeyCredential: true, Credential: false, CredentialUserData: true, CSSKeyframesRule: true, MozCSSKeyframesRule: true, WebKitCSSKeyframesRule: true, CSSKeywordValue: true, CSSNumericValue: false, CSSPerspective: true, CSSCharsetRule: true, CSSConditionRule: true, CSSFontFaceRule: true, CSSGroupingRule: true, CSSImportRule: true, CSSKeyframeRule: true, MozCSSKeyframeRule: true, WebKitCSSKeyframeRule: true, CSSMediaRule: true, CSSNamespaceRule: true, CSSPageRule: true, CSSStyleRule: true, CSSSupportsRule: true, CSSViewportRule: true, CSSRule: false, CSSStyleDeclaration: true, MSStyleCSSProperties: true, CSS2Properties: true, CSSStyleSheet: true, CSSImageValue: true, CSSPositionValue: true, CSSResourceValue: true, CSSURLImageValue: true, CSSStyleValue: false, CSSMatrixComponent: true, CSSRotation: true, CSSScale: true, CSSSkew: true, CSSTranslation: true, CSSTransformComponent: false, CSSTransformValue: true, CSSUnitValue: true, CSSUnparsedValue: true, HTMLDataElement: true, DataTransferItemList: true, DeprecationReport: true, HTMLDivElement: true, XMLDocument: true, Document: false, DOMError: true, DOMException: true, ClientRectList: true, DOMRectList: true, DOMRectReadOnly: false, DOMStringList: true, DOMTokenList: true, Element: false, HTMLEmbedElement: true, DirectoryEntry: true, webkitFileSystemDirectoryEntry: true, FileSystemDirectoryEntry: true, Entry: true, webkitFileSystemEntry: true, FileSystemEntry: true, FileEntry: true, webkitFileSystemFileEntry: true, FileSystemFileEntry: true, ErrorEvent: true, AnimationEvent: true, AnimationPlaybackEvent: true, BeforeInstallPromptEvent: true, BlobEvent: true, ClipboardEvent: true, CloseEvent: true, CustomEvent: true, DeviceMotionEvent: true, DeviceOrientationEvent: true, FontFaceSetLoadEvent: true, GamepadEvent: true, HashChangeEvent: true, MediaEncryptedEvent: true, MediaStreamEvent: true, MediaStreamTrackEvent: true, MessageEvent: true, MIDIConnectionEvent: true, MIDIMessageEvent: true, MutationEvent: true, PageTransitionEvent: true, PaymentRequestUpdateEvent: true, PopStateEvent: true, PresentationConnectionAvailableEvent: true, PromiseRejectionEvent: true, RTCDataChannelEvent: true, RTCDTMFToneChangeEvent: true, RTCPeerConnectionIceEvent: true, RTCTrackEvent: true, SecurityPolicyViolationEvent: true, SensorErrorEvent: true, SpeechRecognitionEvent: true, StorageEvent: true, TrackEvent: true, TransitionEvent: true, WebKitTransitionEvent: true, VRDeviceEvent: true, VRDisplayEvent: true, VRSessionEvent: true, MojoInterfaceRequestEvent: true, USBConnectionEvent: true, AudioProcessingEvent: true, OfflineAudioCompletionEvent: true, WebGLContextEvent: true, Event: false, InputEvent: false, SubmitEvent: false, AbsoluteOrientationSensor: true, Accelerometer: true, AccessibleNode: true, AmbientLightSensor: true, ApplicationCache: true, DOMApplicationCache: true, OfflineResourceList: true, BatteryManager: true, EventSource: true, Gyroscope: true, LinearAccelerationSensor: true, Magnetometer: true, MediaDevices: true, MediaRecorder: true, MediaSource: true, MIDIAccess: true, NetworkInformation: true, OrientationSensor: true, PermissionStatus: true, PresentationConnectionList: true, PresentationRequest: true, RelativeOrientationSensor: true, RemotePlayback: true, RTCDTMFSender: true, RTCPeerConnection: true, webkitRTCPeerConnection: true, mozRTCPeerConnection: true, Sensor: true, ServiceWorker: true, ServiceWorkerContainer: true, ServiceWorkerRegistration: true, SharedWorker: true, SpeechRecognition: true, SpeechSynthesis: true, SpeechSynthesisUtterance: true, VR: true, VRDevice: true, VRDisplay: true, VRSession: true, VisualViewport: true, WebSocket: true, Worker: true, WorkerPerformance: true, BluetoothDevice: true, BluetoothRemoteGATTCharacteristic: true, Clipboard: true, MojoInterfaceInterceptor: true, USB: true, IDBOpenDBRequest: true, IDBVersionChangeRequest: true, IDBRequest: true, IDBTransaction: true, AnalyserNode: true, RealtimeAnalyserNode: true, AudioBufferSourceNode: true, AudioDestinationNode: true, AudioNode: true, AudioScheduledSourceNode: true, AudioWorkletNode: true, BiquadFilterNode: true, ChannelMergerNode: true, AudioChannelMerger: true, ChannelSplitterNode: true, AudioChannelSplitter: true, ConstantSourceNode: true, ConvolverNode: true, DelayNode: true, DynamicsCompressorNode: true, GainNode: true, AudioGainNode: true, IIRFilterNode: true, MediaElementAudioSourceNode: true, MediaStreamAudioDestinationNode: true, MediaStreamAudioSourceNode: true, OscillatorNode: true, Oscillator: true, PannerNode: true, AudioPannerNode: true, webkitAudioPannerNode: true, ScriptProcessorNode: true, JavaScriptAudioNode: true, StereoPannerNode: true, WaveShaperNode: true, EventTarget: false, AbortPaymentEvent: true, CanMakePaymentEvent: true, ExtendableMessageEvent: true, FetchEvent: true, ForeignFetchEvent: true, InstallEvent: true, NotificationEvent: true, PaymentRequestEvent: true, PushEvent: true, SyncEvent: true, ExtendableEvent: false, FederatedCredential: true, HTMLFieldSetElement: true, File: true, FileList: true, FileReader: true, DOMFileSystem: true, WebKitFileSystem: true, webkitFileSystem: true, FileSystem: true, FileWriter: true, FontFace: true, FontFaceSet: true, HTMLFormElement: true, Gamepad: true, GamepadButton: true, History: true, HTMLCollection: true, HTMLFormControlsCollection: true, HTMLOptionsCollection: true, HTMLDocument: true, XMLHttpRequest: true, XMLHttpRequestUpload: true, XMLHttpRequestEventTarget: false, HTMLIFrameElement: true, ImageData: true, HTMLImageElement: true, HTMLInputElement: true, InterventionReport: true, KeyboardEvent: true, HTMLLIElement: true, HTMLLabelElement: true, Location: true, HTMLMapElement: true, MediaError: true, MediaKeyMessageEvent: true, MediaKeySession: true, MediaList: true, MediaQueryList: true, MediaQueryListEvent: true, MediaStream: true, CanvasCaptureMediaStreamTrack: true, MediaStreamTrack: true, MessagePort: true, HTMLMetaElement: true, HTMLMeterElement: true, MIDIInputMap: true, MIDIOutputMap: true, MIDIInput: true, MIDIOutput: true, MIDIPort: true, MimeType: true, MimeTypeArray: true, MouseEvent: false, DragEvent: false, MutationObserver: true, WebKitMutationObserver: true, MutationRecord: true, Navigator: true, WorkerNavigator: true, NavigatorConcurrentHardware: false, NavigatorUserMediaError: true, DocumentFragment: true, ShadowRoot: true, DocumentType: true, Node: false, NodeList: true, RadioNodeList: true, Notification: true, HTMLObjectElement: true, OffscreenCanvas: true, HTMLOptionElement: true, HTMLOutputElement: true, OverconstrainedError: true, HTMLParagraphElement: true, HTMLParamElement: true, PasswordCredential: true, PaymentRequest: true, Performance: true, PerformanceEntry: true, PerformanceLongTaskTiming: true, PerformanceMark: true, PerformanceMeasure: true, PerformanceNavigationTiming: true, PerformancePaintTiming: true, PerformanceResourceTiming: true, TaskAttributionTiming: true, PerformanceServerTiming: true, Plugin: true, PluginArray: true, PointerEvent: true, PositionError: true, GeolocationPositionError: true, PresentationAvailability: true, PresentationConnection: true, PresentationConnectionCloseEvent: true, HTMLProgressElement: true, ProgressEvent: true, ResourceProgressEvent: true, RelatedApplication: true, ReportBody: false, RTCDataChannel: true, DataChannel: true, RTCLegacyStatsReport: true, RTCStatsReport: true, ScreenOrientation: true, HTMLSelectElement: true, SharedWorkerGlobalScope: true, HTMLSlotElement: true, SourceBuffer: true, SourceBufferList: true, SpeechGrammar: true, SpeechGrammarList: true, SpeechRecognitionError: true, SpeechRecognitionResult: true, SpeechSynthesisEvent: true, SpeechSynthesisVoice: true, Storage: true, HTMLStyleElement: true, StyleSheet: false, HTMLTableElement: true, HTMLTableRowElement: true, HTMLTableSectionElement: true, HTMLTemplateElement: true, HTMLTextAreaElement: true, TextTrack: true, TextTrackCue: true, VTTCue: true, TextTrackCueList: true, TextTrackList: true, TimeRanges: true, Touch: true, TouchEvent: true, TouchList: true, TrackDefaultList: true, CompositionEvent: true, FocusEvent: true, TextEvent: true, UIEvent: false, URL: true, VideoTrack: true, VideoTrackList: true, VTTRegion: true, WheelEvent: true, Window: true, DOMWindow: true, DedicatedWorkerGlobalScope: true, ServiceWorkerGlobalScope: true, WorkerGlobalScope: false, Attr: true, CSSRuleList: true, ClientRect: true, DOMRect: true, GamepadList: true, NamedNodeMap: true, MozNamedAttrMap: true, Report: true, SpeechRecognitionResultList: true, StyleSheetList: true, IDBCursor: false, IDBCursorWithValue: true, IDBDatabase: true, IDBIndex: true, IDBKeyRange: true, IDBObjectStore: true, IDBObservation: true, IDBVersionChangeEvent: true, SVGAngle: true, SVGClipPathElement: true, SVGDefsElement: true, SVGFEBlendElement: true, SVGFEColorMatrixElement: true, SVGFECompositeElement: true, SVGFEFloodElement: true, SVGFilterElement: true, SVGCircleElement: true, SVGEllipseElement: true, SVGLineElement: true, SVGPolygonElement: true, SVGPolylineElement: true, SVGRectElement: true, SVGGeometryElement: false, SVGAElement: true, SVGForeignObjectElement: true, SVGGElement: true, SVGImageElement: true, SVGSwitchElement: true, SVGTSpanElement: true, SVGTextContentElement: true, SVGTextElement: true, SVGTextPathElement: true, SVGTextPositioningElement: true, SVGUseElement: true, SVGGraphicsElement: false, SVGLength: true, SVGLengthList: true, SVGNumber: true, SVGNumberList: true, SVGPathElement: true, SVGPointList: true, SVGScriptElement: true, SVGStringList: true, SVGAnimateElement: true, SVGAnimateMotionElement: true, SVGAnimateTransformElement: true, SVGAnimationElement: true, SVGDescElement: true, SVGDiscardElement: true, SVGFEComponentTransferElement: true, SVGFEConvolveMatrixElement: true, SVGFEDiffuseLightingElement: true, SVGFEDisplacementMapElement: true, SVGFEDistantLightElement: true, SVGFEFuncAElement: true, SVGFEFuncBElement: true, SVGFEFuncGElement: true, SVGFEFuncRElement: true, SVGFEGaussianBlurElement: true, SVGFEImageElement: true, SVGFEMergeElement: true, SVGFEMergeNodeElement: true, SVGFEMorphologyElement: true, SVGFEOffsetElement: true, SVGFEPointLightElement: true, SVGFESpecularLightingElement: true, SVGFESpotLightElement: true, SVGFETileElement: true, SVGFETurbulenceElement: true, SVGLinearGradientElement: true, SVGMarkerElement: true, SVGMaskElement: true, SVGMetadataElement: true, SVGPatternElement: true, SVGRadialGradientElement: true, SVGSetElement: true, SVGStopElement: true, SVGStyleElement: true, SVGSymbolElement: true, SVGTitleElement: true, SVGViewElement: true, SVGGradientElement: true, SVGComponentTransferFunctionElement: true, SVGFEDropShadowElement: true, SVGMPathElement: true, SVGElement: false, SVGSVGElement: true, SVGTransform: true, SVGTransformList: true, AudioBuffer: true, AudioParam: true, AudioParamMap: true, AudioTrack: true, AudioTrackList: true, AudioContext: true, webkitAudioContext: true, BaseAudioContext: false, OfflineAudioContext: true, WebGLActiveInfo: true}); + hunkHelpers.setOrUpdateInterceptorsByTag({WebGL: J.Interceptor, AnimationEffectReadOnly: J.JavaScriptObject, AnimationEffectTiming: J.JavaScriptObject, AnimationEffectTimingReadOnly: J.JavaScriptObject, AnimationTimeline: J.JavaScriptObject, AnimationWorkletGlobalScope: J.JavaScriptObject, AuthenticatorAssertionResponse: J.JavaScriptObject, AuthenticatorAttestationResponse: J.JavaScriptObject, AuthenticatorResponse: J.JavaScriptObject, BackgroundFetchFetch: J.JavaScriptObject, BackgroundFetchManager: J.JavaScriptObject, BackgroundFetchSettledFetch: J.JavaScriptObject, BarProp: J.JavaScriptObject, BarcodeDetector: J.JavaScriptObject, Body: J.JavaScriptObject, BudgetState: J.JavaScriptObject, CacheStorage: J.JavaScriptObject, CanvasGradient: J.JavaScriptObject, CanvasPattern: J.JavaScriptObject, Clients: J.JavaScriptObject, CookieStore: J.JavaScriptObject, Coordinates: J.JavaScriptObject, CredentialUserData: J.JavaScriptObject, CredentialsContainer: J.JavaScriptObject, Crypto: J.JavaScriptObject, CryptoKey: J.JavaScriptObject, CSS: J.JavaScriptObject, CSSVariableReferenceValue: J.JavaScriptObject, CustomElementRegistry: J.JavaScriptObject, DataTransfer: J.JavaScriptObject, DataTransferItem: J.JavaScriptObject, DeprecatedStorageInfo: J.JavaScriptObject, DeprecatedStorageQuota: J.JavaScriptObject, DetectedBarcode: J.JavaScriptObject, DetectedFace: J.JavaScriptObject, DetectedText: J.JavaScriptObject, DeviceAcceleration: J.JavaScriptObject, DeviceRotationRate: J.JavaScriptObject, DirectoryReader: J.JavaScriptObject, WebKitDirectoryReader: J.JavaScriptObject, webkitFileSystemDirectoryReader: J.JavaScriptObject, FileSystemDirectoryReader: J.JavaScriptObject, DocumentOrShadowRoot: J.JavaScriptObject, DocumentTimeline: J.JavaScriptObject, DOMImplementation: J.JavaScriptObject, Iterator: J.JavaScriptObject, DOMMatrix: J.JavaScriptObject, DOMMatrixReadOnly: J.JavaScriptObject, DOMParser: J.JavaScriptObject, DOMPoint: J.JavaScriptObject, DOMPointReadOnly: J.JavaScriptObject, DOMQuad: J.JavaScriptObject, DOMStringMap: J.JavaScriptObject, External: J.JavaScriptObject, FaceDetector: J.JavaScriptObject, DOMFileSystem: J.JavaScriptObject, WebKitFileSystem: J.JavaScriptObject, webkitFileSystem: J.JavaScriptObject, FileSystem: J.JavaScriptObject, FontFace: J.JavaScriptObject, FontFaceSource: J.JavaScriptObject, FormData: J.JavaScriptObject, GamepadPose: J.JavaScriptObject, Geolocation: J.JavaScriptObject, Position: J.JavaScriptObject, GeolocationPosition: J.JavaScriptObject, Headers: J.JavaScriptObject, HTMLHyperlinkElementUtils: J.JavaScriptObject, IdleDeadline: J.JavaScriptObject, ImageBitmap: J.JavaScriptObject, ImageBitmapRenderingContext: J.JavaScriptObject, ImageCapture: J.JavaScriptObject, InputDeviceCapabilities: J.JavaScriptObject, IntersectionObserver: J.JavaScriptObject, IntersectionObserverEntry: J.JavaScriptObject, KeyframeEffect: J.JavaScriptObject, KeyframeEffectReadOnly: J.JavaScriptObject, MediaCapabilities: J.JavaScriptObject, MediaCapabilitiesInfo: J.JavaScriptObject, MediaDeviceInfo: J.JavaScriptObject, MediaKeyStatusMap: J.JavaScriptObject, MediaKeySystemAccess: J.JavaScriptObject, MediaKeys: J.JavaScriptObject, MediaKeysPolicy: J.JavaScriptObject, MediaMetadata: J.JavaScriptObject, MediaSession: J.JavaScriptObject, MediaSettingsRange: J.JavaScriptObject, MemoryInfo: J.JavaScriptObject, MessageChannel: J.JavaScriptObject, Metadata: J.JavaScriptObject, MutationObserver: J.JavaScriptObject, WebKitMutationObserver: J.JavaScriptObject, MutationRecord: J.JavaScriptObject, NavigationPreloadManager: J.JavaScriptObject, NavigatorAutomationInformation: J.JavaScriptObject, NavigatorCookies: J.JavaScriptObject, NodeFilter: J.JavaScriptObject, NodeIterator: J.JavaScriptObject, NonDocumentTypeChildNode: J.JavaScriptObject, NonElementParentNode: J.JavaScriptObject, NoncedElement: J.JavaScriptObject, OffscreenCanvasRenderingContext2D: J.JavaScriptObject, PaintRenderingContext2D: J.JavaScriptObject, PaintSize: J.JavaScriptObject, PaintWorkletGlobalScope: J.JavaScriptObject, Path2D: J.JavaScriptObject, PaymentAddress: J.JavaScriptObject, PaymentInstruments: J.JavaScriptObject, PaymentManager: J.JavaScriptObject, PaymentResponse: J.JavaScriptObject, PerformanceEntry: J.JavaScriptObject, PerformanceLongTaskTiming: J.JavaScriptObject, PerformanceMark: J.JavaScriptObject, PerformanceMeasure: J.JavaScriptObject, PerformanceNavigation: J.JavaScriptObject, PerformanceNavigationTiming: J.JavaScriptObject, PerformanceObserver: J.JavaScriptObject, PerformanceObserverEntryList: J.JavaScriptObject, PerformancePaintTiming: J.JavaScriptObject, PerformanceResourceTiming: J.JavaScriptObject, PerformanceServerTiming: J.JavaScriptObject, PerformanceTiming: J.JavaScriptObject, Permissions: J.JavaScriptObject, PhotoCapabilities: J.JavaScriptObject, Presentation: J.JavaScriptObject, PresentationReceiver: J.JavaScriptObject, PushManager: J.JavaScriptObject, PushMessageData: J.JavaScriptObject, PushSubscription: J.JavaScriptObject, PushSubscriptionOptions: J.JavaScriptObject, Range: J.JavaScriptObject, ReportingObserver: J.JavaScriptObject, ResizeObserver: J.JavaScriptObject, ResizeObserverEntry: J.JavaScriptObject, RTCCertificate: J.JavaScriptObject, RTCIceCandidate: J.JavaScriptObject, mozRTCIceCandidate: J.JavaScriptObject, RTCRtpContributingSource: J.JavaScriptObject, RTCRtpReceiver: J.JavaScriptObject, RTCRtpSender: J.JavaScriptObject, RTCSessionDescription: J.JavaScriptObject, mozRTCSessionDescription: J.JavaScriptObject, RTCStatsResponse: J.JavaScriptObject, Screen: J.JavaScriptObject, ScrollState: J.JavaScriptObject, ScrollTimeline: J.JavaScriptObject, Selection: J.JavaScriptObject, SharedArrayBuffer: J.JavaScriptObject, SpeechRecognitionAlternative: J.JavaScriptObject, SpeechSynthesisVoice: J.JavaScriptObject, StaticRange: J.JavaScriptObject, StorageManager: J.JavaScriptObject, StyleMedia: J.JavaScriptObject, StylePropertyMap: J.JavaScriptObject, StylePropertyMapReadonly: J.JavaScriptObject, SyncManager: J.JavaScriptObject, TaskAttributionTiming: J.JavaScriptObject, TextDetector: J.JavaScriptObject, TextMetrics: J.JavaScriptObject, TrackDefault: J.JavaScriptObject, TreeWalker: J.JavaScriptObject, TrustedHTML: J.JavaScriptObject, TrustedScriptURL: J.JavaScriptObject, TrustedURL: J.JavaScriptObject, UnderlyingSourceBase: J.JavaScriptObject, URLSearchParams: J.JavaScriptObject, VRCoordinateSystem: J.JavaScriptObject, VRDisplayCapabilities: J.JavaScriptObject, VREyeParameters: J.JavaScriptObject, VRFrameData: J.JavaScriptObject, VRFrameOfReference: J.JavaScriptObject, VRPose: J.JavaScriptObject, VRStageBounds: J.JavaScriptObject, VRStageBoundsPoint: J.JavaScriptObject, VRStageParameters: J.JavaScriptObject, ValidityState: J.JavaScriptObject, VideoPlaybackQuality: J.JavaScriptObject, WorkletAnimation: J.JavaScriptObject, WorkletGlobalScope: J.JavaScriptObject, XPathEvaluator: J.JavaScriptObject, XPathExpression: J.JavaScriptObject, XPathNSResolver: J.JavaScriptObject, XPathResult: J.JavaScriptObject, XMLSerializer: J.JavaScriptObject, XSLTProcessor: J.JavaScriptObject, Bluetooth: J.JavaScriptObject, BluetoothCharacteristicProperties: J.JavaScriptObject, BluetoothRemoteGATTServer: J.JavaScriptObject, BluetoothRemoteGATTService: J.JavaScriptObject, BluetoothUUID: J.JavaScriptObject, BudgetService: J.JavaScriptObject, Cache: J.JavaScriptObject, DOMFileSystemSync: J.JavaScriptObject, DirectoryEntrySync: J.JavaScriptObject, DirectoryReaderSync: J.JavaScriptObject, EntrySync: J.JavaScriptObject, FileEntrySync: J.JavaScriptObject, FileReaderSync: J.JavaScriptObject, FileWriterSync: J.JavaScriptObject, HTMLAllCollection: J.JavaScriptObject, Mojo: J.JavaScriptObject, MojoHandle: J.JavaScriptObject, MojoWatcher: J.JavaScriptObject, NFC: J.JavaScriptObject, PagePopupController: J.JavaScriptObject, Request: J.JavaScriptObject, Response: J.JavaScriptObject, SubtleCrypto: J.JavaScriptObject, USBAlternateInterface: J.JavaScriptObject, USBConfiguration: J.JavaScriptObject, USBDevice: J.JavaScriptObject, USBEndpoint: J.JavaScriptObject, USBInTransferResult: J.JavaScriptObject, USBInterface: J.JavaScriptObject, USBIsochronousInTransferPacket: J.JavaScriptObject, USBIsochronousInTransferResult: J.JavaScriptObject, USBIsochronousOutTransferPacket: J.JavaScriptObject, USBIsochronousOutTransferResult: J.JavaScriptObject, USBOutTransferResult: J.JavaScriptObject, WorkerLocation: J.JavaScriptObject, Worklet: J.JavaScriptObject, IDBFactory: J.JavaScriptObject, IDBIndex: J.JavaScriptObject, IDBObjectStore: J.JavaScriptObject, IDBObserver: J.JavaScriptObject, IDBObserverChanges: J.JavaScriptObject, SVGAnimatedAngle: J.JavaScriptObject, SVGAnimatedBoolean: J.JavaScriptObject, SVGAnimatedEnumeration: J.JavaScriptObject, SVGAnimatedInteger: J.JavaScriptObject, SVGAnimatedLength: J.JavaScriptObject, SVGAnimatedLengthList: J.JavaScriptObject, SVGAnimatedNumber: J.JavaScriptObject, SVGAnimatedNumberList: J.JavaScriptObject, SVGAnimatedPreserveAspectRatio: J.JavaScriptObject, SVGAnimatedRect: J.JavaScriptObject, SVGAnimatedString: J.JavaScriptObject, SVGAnimatedTransformList: J.JavaScriptObject, SVGMatrix: J.JavaScriptObject, SVGPoint: J.JavaScriptObject, SVGPreserveAspectRatio: J.JavaScriptObject, SVGRect: J.JavaScriptObject, SVGUnitTypes: J.JavaScriptObject, AudioListener: J.JavaScriptObject, AudioWorkletGlobalScope: J.JavaScriptObject, AudioWorkletProcessor: J.JavaScriptObject, PeriodicWave: J.JavaScriptObject, WebGLActiveInfo: J.JavaScriptObject, ANGLEInstancedArrays: J.JavaScriptObject, ANGLE_instanced_arrays: J.JavaScriptObject, WebGLBuffer: J.JavaScriptObject, WebGLCanvas: J.JavaScriptObject, WebGLColorBufferFloat: J.JavaScriptObject, WebGLCompressedTextureASTC: J.JavaScriptObject, WebGLCompressedTextureATC: J.JavaScriptObject, WEBGL_compressed_texture_atc: J.JavaScriptObject, WebGLCompressedTextureETC1: J.JavaScriptObject, WEBGL_compressed_texture_etc1: J.JavaScriptObject, WebGLCompressedTextureETC: J.JavaScriptObject, WebGLCompressedTexturePVRTC: J.JavaScriptObject, WEBGL_compressed_texture_pvrtc: J.JavaScriptObject, WebGLCompressedTextureS3TC: J.JavaScriptObject, WEBGL_compressed_texture_s3tc: J.JavaScriptObject, WebGLCompressedTextureS3TCsRGB: J.JavaScriptObject, WebGLDebugRendererInfo: J.JavaScriptObject, WEBGL_debug_renderer_info: J.JavaScriptObject, WebGLDebugShaders: J.JavaScriptObject, WEBGL_debug_shaders: J.JavaScriptObject, WebGLDepthTexture: J.JavaScriptObject, WEBGL_depth_texture: J.JavaScriptObject, WebGLDrawBuffers: J.JavaScriptObject, WEBGL_draw_buffers: J.JavaScriptObject, EXTsRGB: J.JavaScriptObject, EXT_sRGB: J.JavaScriptObject, EXTBlendMinMax: J.JavaScriptObject, EXT_blend_minmax: J.JavaScriptObject, EXTColorBufferFloat: J.JavaScriptObject, EXTColorBufferHalfFloat: J.JavaScriptObject, EXTDisjointTimerQuery: J.JavaScriptObject, EXTDisjointTimerQueryWebGL2: J.JavaScriptObject, EXTFragDepth: J.JavaScriptObject, EXT_frag_depth: J.JavaScriptObject, EXTShaderTextureLOD: J.JavaScriptObject, EXT_shader_texture_lod: J.JavaScriptObject, EXTTextureFilterAnisotropic: J.JavaScriptObject, EXT_texture_filter_anisotropic: J.JavaScriptObject, WebGLFramebuffer: J.JavaScriptObject, WebGLGetBufferSubDataAsync: J.JavaScriptObject, WebGLLoseContext: J.JavaScriptObject, WebGLExtensionLoseContext: J.JavaScriptObject, WEBGL_lose_context: J.JavaScriptObject, OESElementIndexUint: J.JavaScriptObject, OES_element_index_uint: J.JavaScriptObject, OESStandardDerivatives: J.JavaScriptObject, OES_standard_derivatives: J.JavaScriptObject, OESTextureFloat: J.JavaScriptObject, OES_texture_float: J.JavaScriptObject, OESTextureFloatLinear: J.JavaScriptObject, OES_texture_float_linear: J.JavaScriptObject, OESTextureHalfFloat: J.JavaScriptObject, OES_texture_half_float: J.JavaScriptObject, OESTextureHalfFloatLinear: J.JavaScriptObject, OES_texture_half_float_linear: J.JavaScriptObject, OESVertexArrayObject: J.JavaScriptObject, OES_vertex_array_object: J.JavaScriptObject, WebGLProgram: J.JavaScriptObject, WebGLQuery: J.JavaScriptObject, WebGLRenderbuffer: J.JavaScriptObject, WebGLRenderingContext: J.JavaScriptObject, WebGL2RenderingContext: J.JavaScriptObject, WebGLSampler: J.JavaScriptObject, WebGLShader: J.JavaScriptObject, WebGLShaderPrecisionFormat: J.JavaScriptObject, WebGLSync: J.JavaScriptObject, WebGLTexture: J.JavaScriptObject, WebGLTimerQueryEXT: J.JavaScriptObject, WebGLTransformFeedback: J.JavaScriptObject, WebGLUniformLocation: J.JavaScriptObject, WebGLVertexArrayObject: J.JavaScriptObject, WebGLVertexArrayObjectOES: J.JavaScriptObject, WebGL2RenderingContextBase: J.JavaScriptObject, ArrayBuffer: A.NativeByteBuffer, ArrayBufferView: A.NativeTypedData, DataView: A.NativeByteData, Float32Array: A.NativeFloat32List, Float64Array: A.NativeFloat64List, Int16Array: A.NativeInt16List, Int32Array: A.NativeInt32List, Int8Array: A.NativeInt8List, Uint16Array: A.NativeUint16List, Uint32Array: A.NativeUint32List, Uint8ClampedArray: A.NativeUint8ClampedList, CanvasPixelArray: A.NativeUint8ClampedList, Uint8Array: A.NativeUint8List, HTMLAudioElement: A.HtmlElement, HTMLBRElement: A.HtmlElement, HTMLBaseElement: A.HtmlElement, HTMLBodyElement: A.HtmlElement, HTMLContentElement: A.HtmlElement, HTMLDListElement: A.HtmlElement, HTMLDataListElement: A.HtmlElement, HTMLDetailsElement: A.HtmlElement, HTMLDialogElement: A.HtmlElement, HTMLDivElement: A.HtmlElement, HTMLEmbedElement: A.HtmlElement, HTMLFieldSetElement: A.HtmlElement, HTMLHRElement: A.HtmlElement, HTMLHeadElement: A.HtmlElement, HTMLHeadingElement: A.HtmlElement, HTMLHtmlElement: A.HtmlElement, HTMLLabelElement: A.HtmlElement, HTMLLegendElement: A.HtmlElement, HTMLLinkElement: A.HtmlElement, HTMLMapElement: A.HtmlElement, HTMLMediaElement: A.HtmlElement, HTMLMenuElement: A.HtmlElement, HTMLMetaElement: A.HtmlElement, HTMLModElement: A.HtmlElement, HTMLOListElement: A.HtmlElement, HTMLObjectElement: A.HtmlElement, HTMLOptGroupElement: A.HtmlElement, HTMLParagraphElement: A.HtmlElement, HTMLPictureElement: A.HtmlElement, HTMLPreElement: A.HtmlElement, HTMLQuoteElement: A.HtmlElement, HTMLScriptElement: A.HtmlElement, HTMLShadowElement: A.HtmlElement, HTMLSlotElement: A.HtmlElement, HTMLSourceElement: A.HtmlElement, HTMLSpanElement: A.HtmlElement, HTMLStyleElement: A.HtmlElement, HTMLTableCaptionElement: A.HtmlElement, HTMLTableCellElement: A.HtmlElement, HTMLTableDataCellElement: A.HtmlElement, HTMLTableHeaderCellElement: A.HtmlElement, HTMLTableColElement: A.HtmlElement, HTMLTableElement: A.HtmlElement, HTMLTableRowElement: A.HtmlElement, HTMLTableSectionElement: A.HtmlElement, HTMLTemplateElement: A.HtmlElement, HTMLTimeElement: A.HtmlElement, HTMLTitleElement: A.HtmlElement, HTMLTrackElement: A.HtmlElement, HTMLUListElement: A.HtmlElement, HTMLUnknownElement: A.HtmlElement, HTMLVideoElement: A.HtmlElement, HTMLDirectoryElement: A.HtmlElement, HTMLFontElement: A.HtmlElement, HTMLFrameElement: A.HtmlElement, HTMLFrameSetElement: A.HtmlElement, HTMLMarqueeElement: A.HtmlElement, HTMLElement: A.HtmlElement, AccessibleNodeList: A.AccessibleNodeList, HTMLAnchorElement: A.AnchorElement, Animation: A.Animation, ApplicationCacheErrorEvent: A.ApplicationCacheErrorEvent, HTMLAreaElement: A.AreaElement, BackgroundFetchClickEvent: A.BackgroundFetchEvent, BackgroundFetchEvent: A.BackgroundFetchEvent, BackgroundFetchFailEvent: A.BackgroundFetchEvent, BackgroundFetchedEvent: A.BackgroundFetchEvent, BackgroundFetchRegistration: A.BackgroundFetchRegistration, BeforeUnloadEvent: A.BeforeUnloadEvent, Blob: A.Blob, BluetoothRemoteGATTDescriptor: A.BluetoothRemoteGattDescriptor, HTMLButtonElement: A.ButtonElement, HTMLCanvasElement: A.CanvasElement, CanvasRenderingContext2D: A.CanvasRenderingContext2D, CDATASection: A.CharacterData, CharacterData: A.CharacterData, Comment: A.CharacterData, ProcessingInstruction: A.CharacterData, Text: A.CharacterData, Client: A.Client, WindowClient: A.Client, Credential: A.Credential, FederatedCredential: A.Credential, PasswordCredential: A.Credential, PublicKeyCredential: A.Credential, CSSKeywordValue: A.CssKeywordValue, CSSNumericValue: A.CssNumericValue, CSSPerspective: A.CssPerspective, CSSCharsetRule: A.CssRule, CSSConditionRule: A.CssRule, CSSFontFaceRule: A.CssRule, CSSGroupingRule: A.CssRule, CSSImportRule: A.CssRule, CSSKeyframeRule: A.CssRule, MozCSSKeyframeRule: A.CssRule, WebKitCSSKeyframeRule: A.CssRule, CSSKeyframesRule: A.CssRule, MozCSSKeyframesRule: A.CssRule, WebKitCSSKeyframesRule: A.CssRule, CSSMediaRule: A.CssRule, CSSNamespaceRule: A.CssRule, CSSPageRule: A.CssRule, CSSRule: A.CssRule, CSSStyleRule: A.CssRule, CSSSupportsRule: A.CssRule, CSSViewportRule: A.CssRule, CSSStyleDeclaration: A.CssStyleDeclaration, MSStyleCSSProperties: A.CssStyleDeclaration, CSS2Properties: A.CssStyleDeclaration, CSSImageValue: A.CssStyleValue, CSSPositionValue: A.CssStyleValue, CSSResourceValue: A.CssStyleValue, CSSURLImageValue: A.CssStyleValue, CSSStyleValue: A.CssStyleValue, CSSMatrixComponent: A.CssTransformComponent, CSSRotation: A.CssTransformComponent, CSSScale: A.CssTransformComponent, CSSSkew: A.CssTransformComponent, CSSTranslation: A.CssTransformComponent, CSSTransformComponent: A.CssTransformComponent, CSSTransformValue: A.CssTransformValue, CSSUnitValue: A.CssUnitValue, CSSUnparsedValue: A.CssUnparsedValue, HTMLDataElement: A.DataElement, DataTransferItemList: A.DataTransferItemList, DeprecationReport: A.DeprecationReport, XMLDocument: A.Document1, Document: A.Document1, DOMError: A.DomError, DOMException: A.DomException0, ClientRectList: A.DomRectList, DOMRectList: A.DomRectList, DOMRectReadOnly: A.DomRectReadOnly0, DOMStringList: A.DomStringList, DOMTokenList: A.DomTokenList0, MathMLElement: A.Element2, Element: A.Element2, DirectoryEntry: A.Entry, webkitFileSystemDirectoryEntry: A.Entry, FileSystemDirectoryEntry: A.Entry, Entry: A.Entry, webkitFileSystemEntry: A.Entry, FileSystemEntry: A.Entry, FileEntry: A.Entry, webkitFileSystemFileEntry: A.Entry, FileSystemFileEntry: A.Entry, ErrorEvent: A.ErrorEvent, AnimationEvent: A.Event, AnimationPlaybackEvent: A.Event, BeforeInstallPromptEvent: A.Event, BlobEvent: A.Event, ClipboardEvent: A.Event, CloseEvent: A.Event, CompositionEvent: A.Event, CustomEvent: A.Event, DeviceMotionEvent: A.Event, DeviceOrientationEvent: A.Event, FocusEvent: A.Event, FontFaceSetLoadEvent: A.Event, GamepadEvent: A.Event, HashChangeEvent: A.Event, KeyboardEvent: A.Event, MediaEncryptedEvent: A.Event, MediaQueryListEvent: A.Event, MediaStreamEvent: A.Event, MediaStreamTrackEvent: A.Event, MessageEvent: A.Event, MIDIConnectionEvent: A.Event, MIDIMessageEvent: A.Event, MouseEvent: A.Event, DragEvent: A.Event, MutationEvent: A.Event, PageTransitionEvent: A.Event, PaymentRequestUpdateEvent: A.Event, PointerEvent: A.Event, PopStateEvent: A.Event, PresentationConnectionAvailableEvent: A.Event, PromiseRejectionEvent: A.Event, RTCDataChannelEvent: A.Event, RTCDTMFToneChangeEvent: A.Event, RTCPeerConnectionIceEvent: A.Event, RTCTrackEvent: A.Event, SecurityPolicyViolationEvent: A.Event, SensorErrorEvent: A.Event, SpeechRecognitionEvent: A.Event, SpeechSynthesisEvent: A.Event, StorageEvent: A.Event, TextEvent: A.Event, TouchEvent: A.Event, TrackEvent: A.Event, TransitionEvent: A.Event, WebKitTransitionEvent: A.Event, UIEvent: A.Event, VRDeviceEvent: A.Event, VRDisplayEvent: A.Event, VRSessionEvent: A.Event, WheelEvent: A.Event, MojoInterfaceRequestEvent: A.Event, USBConnectionEvent: A.Event, AudioProcessingEvent: A.Event, OfflineAudioCompletionEvent: A.Event, WebGLContextEvent: A.Event, Event: A.Event, InputEvent: A.Event, SubmitEvent: A.Event, AbsoluteOrientationSensor: A.EventTarget, Accelerometer: A.EventTarget, AccessibleNode: A.EventTarget, AmbientLightSensor: A.EventTarget, ApplicationCache: A.EventTarget, DOMApplicationCache: A.EventTarget, OfflineResourceList: A.EventTarget, BatteryManager: A.EventTarget, BroadcastChannel: A.EventTarget, EventSource: A.EventTarget, Gyroscope: A.EventTarget, LinearAccelerationSensor: A.EventTarget, Magnetometer: A.EventTarget, MediaDevices: A.EventTarget, MediaRecorder: A.EventTarget, MediaSource: A.EventTarget, MIDIAccess: A.EventTarget, NetworkInformation: A.EventTarget, OffscreenCanvas: A.EventTarget, OrientationSensor: A.EventTarget, Performance: A.EventTarget, PermissionStatus: A.EventTarget, PresentationConnectionList: A.EventTarget, PresentationRequest: A.EventTarget, RelativeOrientationSensor: A.EventTarget, RemotePlayback: A.EventTarget, RTCDTMFSender: A.EventTarget, RTCPeerConnection: A.EventTarget, webkitRTCPeerConnection: A.EventTarget, mozRTCPeerConnection: A.EventTarget, ScreenOrientation: A.EventTarget, Sensor: A.EventTarget, ServiceWorker: A.EventTarget, ServiceWorkerContainer: A.EventTarget, ServiceWorkerRegistration: A.EventTarget, SharedWorker: A.EventTarget, SpeechRecognition: A.EventTarget, SpeechSynthesis: A.EventTarget, SpeechSynthesisUtterance: A.EventTarget, VR: A.EventTarget, VRDevice: A.EventTarget, VRDisplay: A.EventTarget, VRSession: A.EventTarget, VisualViewport: A.EventTarget, WebSocket: A.EventTarget, Worker: A.EventTarget, WorkerPerformance: A.EventTarget, BluetoothDevice: A.EventTarget, BluetoothRemoteGATTCharacteristic: A.EventTarget, Clipboard: A.EventTarget, MojoInterfaceInterceptor: A.EventTarget, USB: A.EventTarget, IDBDatabase: A.EventTarget, IDBOpenDBRequest: A.EventTarget, IDBVersionChangeRequest: A.EventTarget, IDBRequest: A.EventTarget, IDBTransaction: A.EventTarget, AnalyserNode: A.EventTarget, RealtimeAnalyserNode: A.EventTarget, AudioBufferSourceNode: A.EventTarget, AudioDestinationNode: A.EventTarget, AudioNode: A.EventTarget, AudioScheduledSourceNode: A.EventTarget, AudioWorkletNode: A.EventTarget, BiquadFilterNode: A.EventTarget, ChannelMergerNode: A.EventTarget, AudioChannelMerger: A.EventTarget, ChannelSplitterNode: A.EventTarget, AudioChannelSplitter: A.EventTarget, ConstantSourceNode: A.EventTarget, ConvolverNode: A.EventTarget, DelayNode: A.EventTarget, DynamicsCompressorNode: A.EventTarget, GainNode: A.EventTarget, AudioGainNode: A.EventTarget, IIRFilterNode: A.EventTarget, MediaElementAudioSourceNode: A.EventTarget, MediaStreamAudioDestinationNode: A.EventTarget, MediaStreamAudioSourceNode: A.EventTarget, OscillatorNode: A.EventTarget, Oscillator: A.EventTarget, PannerNode: A.EventTarget, AudioPannerNode: A.EventTarget, webkitAudioPannerNode: A.EventTarget, ScriptProcessorNode: A.EventTarget, JavaScriptAudioNode: A.EventTarget, StereoPannerNode: A.EventTarget, WaveShaperNode: A.EventTarget, EventTarget: A.EventTarget, AbortPaymentEvent: A.ExtendableEvent, CanMakePaymentEvent: A.ExtendableEvent, ExtendableMessageEvent: A.ExtendableEvent, FetchEvent: A.ExtendableEvent, ForeignFetchEvent: A.ExtendableEvent, InstallEvent: A.ExtendableEvent, NotificationEvent: A.ExtendableEvent, PaymentRequestEvent: A.ExtendableEvent, PushEvent: A.ExtendableEvent, SyncEvent: A.ExtendableEvent, ExtendableEvent: A.ExtendableEvent, File: A.File, FileList: A.FileList, FileReader: A.FileReader, FileWriter: A.FileWriter, FontFaceSet: A.FontFaceSet, HTMLFormElement: A.FormElement, Gamepad: A.Gamepad, GamepadButton: A.GamepadButton, History: A.History, HTMLCollection: A.HtmlCollection, HTMLFormControlsCollection: A.HtmlCollection, HTMLOptionsCollection: A.HtmlCollection, HTMLDocument: A.HtmlDocument, XMLHttpRequest: A.HttpRequest, XMLHttpRequestUpload: A.HttpRequestEventTarget, XMLHttpRequestEventTarget: A.HttpRequestEventTarget, HTMLIFrameElement: A.IFrameElement, ImageData: A.ImageData, HTMLImageElement: A.ImageElement, HTMLInputElement: A.InputElement, InterventionReport: A.InterventionReport, HTMLLIElement: A.LIElement, Location: A.Location, MediaError: A.MediaError, MediaKeyMessageEvent: A.MediaKeyMessageEvent, MediaKeySession: A.MediaKeySession, MediaList: A.MediaList, MediaQueryList: A.MediaQueryList, MediaStream: A.MediaStream, CanvasCaptureMediaStreamTrack: A.MediaStreamTrack, MediaStreamTrack: A.MediaStreamTrack, MessagePort: A.MessagePort, HTMLMeterElement: A.MeterElement, MIDIInputMap: A.MidiInputMap, MIDIOutputMap: A.MidiOutputMap, MIDIInput: A.MidiPort, MIDIOutput: A.MidiPort, MIDIPort: A.MidiPort, MimeType: A.MimeType, MimeTypeArray: A.MimeTypeArray, Navigator: A.Navigator0, WorkerNavigator: A.NavigatorConcurrentHardware, NavigatorConcurrentHardware: A.NavigatorConcurrentHardware, NavigatorUserMediaError: A.NavigatorUserMediaError, DocumentFragment: A.Node1, ShadowRoot: A.Node1, DocumentType: A.Node1, Node: A.Node1, NodeList: A.NodeList0, RadioNodeList: A.NodeList0, Notification: A.Notification, HTMLOptionElement: A.OptionElement, HTMLOutputElement: A.OutputElement, OverconstrainedError: A.OverconstrainedError, HTMLParamElement: A.ParamElement, PaymentRequest: A.PaymentRequest, Plugin: A.Plugin, PluginArray: A.PluginArray, PositionError: A.PositionError, GeolocationPositionError: A.PositionError, PresentationAvailability: A.PresentationAvailability, PresentationConnection: A.PresentationConnection, PresentationConnectionCloseEvent: A.PresentationConnectionCloseEvent, HTMLProgressElement: A.ProgressElement, ProgressEvent: A.ProgressEvent, ResourceProgressEvent: A.ProgressEvent, RelatedApplication: A.RelatedApplication, ReportBody: A.ReportBody, RTCDataChannel: A.RtcDataChannel, DataChannel: A.RtcDataChannel, RTCLegacyStatsReport: A.RtcLegacyStatsReport, RTCStatsReport: A.RtcStatsReport, HTMLSelectElement: A.SelectElement, SourceBuffer: A.SourceBuffer, SourceBufferList: A.SourceBufferList, SpeechGrammar: A.SpeechGrammar, SpeechGrammarList: A.SpeechGrammarList, SpeechRecognitionError: A.SpeechRecognitionError, SpeechRecognitionResult: A.SpeechRecognitionResult, Storage: A.Storage, CSSStyleSheet: A.StyleSheet, StyleSheet: A.StyleSheet, HTMLTextAreaElement: A.TextAreaElement, TextTrack: A.TextTrack, TextTrackCue: A.TextTrackCue, VTTCue: A.TextTrackCue, TextTrackCueList: A.TextTrackCueList, TextTrackList: A.TextTrackList, TimeRanges: A.TimeRanges, Touch: A.Touch, TouchList: A.TouchList, TrackDefaultList: A.TrackDefaultList, URL: A.Url, VideoTrack: A.VideoTrack, VideoTrackList: A.VideoTrackList, VTTRegion: A.VttRegion, Window: A.Window, DOMWindow: A.Window, DedicatedWorkerGlobalScope: A.WorkerGlobalScope, ServiceWorkerGlobalScope: A.WorkerGlobalScope, SharedWorkerGlobalScope: A.WorkerGlobalScope, WorkerGlobalScope: A.WorkerGlobalScope, Attr: A._Attr, CSSRuleList: A._CssRuleList, ClientRect: A._DomRect, DOMRect: A._DomRect, GamepadList: A._GamepadList, NamedNodeMap: A._NamedNodeMap, MozNamedAttrMap: A._NamedNodeMap, Report: A._Report, SpeechRecognitionResultList: A._SpeechRecognitionResultList, StyleSheetList: A._StyleSheetList, IDBCursor: A.Cursor, IDBCursorWithValue: A.CursorWithValue, IDBKeyRange: A.KeyRange, IDBObservation: A.Observation, IDBVersionChangeEvent: A.VersionChangeEvent, SVGAngle: A.Angle, SVGLength: A.Length, SVGLengthList: A.LengthList, SVGNumber: A.Number, SVGNumberList: A.NumberList, SVGPointList: A.PointList, SVGStringList: A.StringList, SVGAElement: A.SvgElement, SVGAnimateElement: A.SvgElement, SVGAnimateMotionElement: A.SvgElement, SVGAnimateTransformElement: A.SvgElement, SVGAnimationElement: A.SvgElement, SVGCircleElement: A.SvgElement, SVGClipPathElement: A.SvgElement, SVGDefsElement: A.SvgElement, SVGDescElement: A.SvgElement, SVGDiscardElement: A.SvgElement, SVGEllipseElement: A.SvgElement, SVGFEBlendElement: A.SvgElement, SVGFEColorMatrixElement: A.SvgElement, SVGFEComponentTransferElement: A.SvgElement, SVGFECompositeElement: A.SvgElement, SVGFEConvolveMatrixElement: A.SvgElement, SVGFEDiffuseLightingElement: A.SvgElement, SVGFEDisplacementMapElement: A.SvgElement, SVGFEDistantLightElement: A.SvgElement, SVGFEFloodElement: A.SvgElement, SVGFEFuncAElement: A.SvgElement, SVGFEFuncBElement: A.SvgElement, SVGFEFuncGElement: A.SvgElement, SVGFEFuncRElement: A.SvgElement, SVGFEGaussianBlurElement: A.SvgElement, SVGFEImageElement: A.SvgElement, SVGFEMergeElement: A.SvgElement, SVGFEMergeNodeElement: A.SvgElement, SVGFEMorphologyElement: A.SvgElement, SVGFEOffsetElement: A.SvgElement, SVGFEPointLightElement: A.SvgElement, SVGFESpecularLightingElement: A.SvgElement, SVGFESpotLightElement: A.SvgElement, SVGFETileElement: A.SvgElement, SVGFETurbulenceElement: A.SvgElement, SVGFilterElement: A.SvgElement, SVGForeignObjectElement: A.SvgElement, SVGGElement: A.SvgElement, SVGGeometryElement: A.SvgElement, SVGGraphicsElement: A.SvgElement, SVGImageElement: A.SvgElement, SVGLineElement: A.SvgElement, SVGLinearGradientElement: A.SvgElement, SVGMarkerElement: A.SvgElement, SVGMaskElement: A.SvgElement, SVGMetadataElement: A.SvgElement, SVGPathElement: A.SvgElement, SVGPatternElement: A.SvgElement, SVGPolygonElement: A.SvgElement, SVGPolylineElement: A.SvgElement, SVGRadialGradientElement: A.SvgElement, SVGRectElement: A.SvgElement, SVGScriptElement: A.SvgElement, SVGSetElement: A.SvgElement, SVGStopElement: A.SvgElement, SVGStyleElement: A.SvgElement, SVGElement: A.SvgElement, SVGSVGElement: A.SvgElement, SVGSwitchElement: A.SvgElement, SVGSymbolElement: A.SvgElement, SVGTSpanElement: A.SvgElement, SVGTextContentElement: A.SvgElement, SVGTextElement: A.SvgElement, SVGTextPathElement: A.SvgElement, SVGTextPositioningElement: A.SvgElement, SVGTitleElement: A.SvgElement, SVGUseElement: A.SvgElement, SVGViewElement: A.SvgElement, SVGGradientElement: A.SvgElement, SVGComponentTransferFunctionElement: A.SvgElement, SVGFEDropShadowElement: A.SvgElement, SVGMPathElement: A.SvgElement, SVGTransform: A.Transform0, SVGTransformList: A.TransformList, AudioBuffer: A.AudioBuffer, AudioParam: A.AudioParam, AudioParamMap: A.AudioParamMap, AudioTrack: A.AudioTrack, AudioTrackList: A.AudioTrackList, AudioContext: A.BaseAudioContext, webkitAudioContext: A.BaseAudioContext, BaseAudioContext: A.BaseAudioContext, OfflineAudioContext: A.OfflineAudioContext}); + hunkHelpers.setOrUpdateLeafTags({WebGL: true, AnimationEffectReadOnly: true, AnimationEffectTiming: true, AnimationEffectTimingReadOnly: true, AnimationTimeline: true, AnimationWorkletGlobalScope: true, AuthenticatorAssertionResponse: true, AuthenticatorAttestationResponse: true, AuthenticatorResponse: true, BackgroundFetchFetch: true, BackgroundFetchManager: true, BackgroundFetchSettledFetch: true, BarProp: true, BarcodeDetector: true, Body: true, BudgetState: true, CacheStorage: true, CanvasGradient: true, CanvasPattern: true, Clients: true, CookieStore: true, Coordinates: true, CredentialUserData: true, CredentialsContainer: true, Crypto: true, CryptoKey: true, CSS: true, CSSVariableReferenceValue: true, CustomElementRegistry: true, DataTransfer: true, DataTransferItem: true, DeprecatedStorageInfo: true, DeprecatedStorageQuota: true, DetectedBarcode: true, DetectedFace: true, DetectedText: true, DeviceAcceleration: true, DeviceRotationRate: true, DirectoryReader: true, WebKitDirectoryReader: true, webkitFileSystemDirectoryReader: true, FileSystemDirectoryReader: true, DocumentOrShadowRoot: true, DocumentTimeline: true, DOMImplementation: true, Iterator: true, DOMMatrix: true, DOMMatrixReadOnly: true, DOMParser: true, DOMPoint: true, DOMPointReadOnly: true, DOMQuad: true, DOMStringMap: true, External: true, FaceDetector: true, DOMFileSystem: true, WebKitFileSystem: true, webkitFileSystem: true, FileSystem: true, FontFace: true, FontFaceSource: true, FormData: true, GamepadPose: true, Geolocation: true, Position: true, GeolocationPosition: true, Headers: true, HTMLHyperlinkElementUtils: true, IdleDeadline: true, ImageBitmap: true, ImageBitmapRenderingContext: true, ImageCapture: true, InputDeviceCapabilities: true, IntersectionObserver: true, IntersectionObserverEntry: true, KeyframeEffect: true, KeyframeEffectReadOnly: true, MediaCapabilities: true, MediaCapabilitiesInfo: true, MediaDeviceInfo: true, MediaKeyStatusMap: true, MediaKeySystemAccess: true, MediaKeys: true, MediaKeysPolicy: true, MediaMetadata: true, MediaSession: true, MediaSettingsRange: true, MemoryInfo: true, MessageChannel: true, Metadata: true, MutationObserver: true, WebKitMutationObserver: true, MutationRecord: true, NavigationPreloadManager: true, NavigatorAutomationInformation: true, NavigatorCookies: true, NodeFilter: true, NodeIterator: true, NonDocumentTypeChildNode: true, NonElementParentNode: true, NoncedElement: true, OffscreenCanvasRenderingContext2D: true, PaintRenderingContext2D: true, PaintSize: true, PaintWorkletGlobalScope: true, Path2D: true, PaymentAddress: true, PaymentInstruments: true, PaymentManager: true, PaymentResponse: true, PerformanceEntry: true, PerformanceLongTaskTiming: true, PerformanceMark: true, PerformanceMeasure: true, PerformanceNavigation: true, PerformanceNavigationTiming: true, PerformanceObserver: true, PerformanceObserverEntryList: true, PerformancePaintTiming: true, PerformanceResourceTiming: true, PerformanceServerTiming: true, PerformanceTiming: true, Permissions: true, PhotoCapabilities: true, Presentation: true, PresentationReceiver: true, PushManager: true, PushMessageData: true, PushSubscription: true, PushSubscriptionOptions: true, Range: true, ReportingObserver: true, ResizeObserver: true, ResizeObserverEntry: true, RTCCertificate: true, RTCIceCandidate: true, mozRTCIceCandidate: true, RTCRtpContributingSource: true, RTCRtpReceiver: true, RTCRtpSender: true, RTCSessionDescription: true, mozRTCSessionDescription: true, RTCStatsResponse: true, Screen: true, ScrollState: true, ScrollTimeline: true, Selection: true, SharedArrayBuffer: true, SpeechRecognitionAlternative: true, SpeechSynthesisVoice: true, StaticRange: true, StorageManager: true, StyleMedia: true, StylePropertyMap: true, StylePropertyMapReadonly: true, SyncManager: true, TaskAttributionTiming: true, TextDetector: true, TextMetrics: true, TrackDefault: true, TreeWalker: true, TrustedHTML: true, TrustedScriptURL: true, TrustedURL: true, UnderlyingSourceBase: true, URLSearchParams: true, VRCoordinateSystem: true, VRDisplayCapabilities: true, VREyeParameters: true, VRFrameData: true, VRFrameOfReference: true, VRPose: true, VRStageBounds: true, VRStageBoundsPoint: true, VRStageParameters: true, ValidityState: true, VideoPlaybackQuality: true, WorkletAnimation: true, WorkletGlobalScope: true, XPathEvaluator: true, XPathExpression: true, XPathNSResolver: true, XPathResult: true, XMLSerializer: true, XSLTProcessor: true, Bluetooth: true, BluetoothCharacteristicProperties: true, BluetoothRemoteGATTServer: true, BluetoothRemoteGATTService: true, BluetoothUUID: true, BudgetService: true, Cache: true, DOMFileSystemSync: true, DirectoryEntrySync: true, DirectoryReaderSync: true, EntrySync: true, FileEntrySync: true, FileReaderSync: true, FileWriterSync: true, HTMLAllCollection: true, Mojo: true, MojoHandle: true, MojoWatcher: true, NFC: true, PagePopupController: true, Request: true, Response: true, SubtleCrypto: true, USBAlternateInterface: true, USBConfiguration: true, USBDevice: true, USBEndpoint: true, USBInTransferResult: true, USBInterface: true, USBIsochronousInTransferPacket: true, USBIsochronousInTransferResult: true, USBIsochronousOutTransferPacket: true, USBIsochronousOutTransferResult: true, USBOutTransferResult: true, WorkerLocation: true, Worklet: true, IDBFactory: true, IDBIndex: true, IDBObjectStore: true, IDBObserver: true, IDBObserverChanges: true, SVGAnimatedAngle: true, SVGAnimatedBoolean: true, SVGAnimatedEnumeration: true, SVGAnimatedInteger: true, SVGAnimatedLength: true, SVGAnimatedLengthList: true, SVGAnimatedNumber: true, SVGAnimatedNumberList: true, SVGAnimatedPreserveAspectRatio: true, SVGAnimatedRect: true, SVGAnimatedString: true, SVGAnimatedTransformList: true, SVGMatrix: true, SVGPoint: true, SVGPreserveAspectRatio: true, SVGRect: true, SVGUnitTypes: true, AudioListener: true, AudioWorkletGlobalScope: true, AudioWorkletProcessor: true, PeriodicWave: true, WebGLActiveInfo: true, ANGLEInstancedArrays: true, ANGLE_instanced_arrays: true, WebGLBuffer: true, WebGLCanvas: true, WebGLColorBufferFloat: true, WebGLCompressedTextureASTC: true, WebGLCompressedTextureATC: true, WEBGL_compressed_texture_atc: true, WebGLCompressedTextureETC1: true, WEBGL_compressed_texture_etc1: true, WebGLCompressedTextureETC: true, WebGLCompressedTexturePVRTC: true, WEBGL_compressed_texture_pvrtc: true, WebGLCompressedTextureS3TC: true, WEBGL_compressed_texture_s3tc: true, WebGLCompressedTextureS3TCsRGB: true, WebGLDebugRendererInfo: true, WEBGL_debug_renderer_info: true, WebGLDebugShaders: true, WEBGL_debug_shaders: true, WebGLDepthTexture: true, WEBGL_depth_texture: true, WebGLDrawBuffers: true, WEBGL_draw_buffers: true, EXTsRGB: true, EXT_sRGB: true, EXTBlendMinMax: true, EXT_blend_minmax: true, EXTColorBufferFloat: true, EXTColorBufferHalfFloat: true, EXTDisjointTimerQuery: true, EXTDisjointTimerQueryWebGL2: true, EXTFragDepth: true, EXT_frag_depth: true, EXTShaderTextureLOD: true, EXT_shader_texture_lod: true, EXTTextureFilterAnisotropic: true, EXT_texture_filter_anisotropic: true, WebGLFramebuffer: true, WebGLGetBufferSubDataAsync: true, WebGLLoseContext: true, WebGLExtensionLoseContext: true, WEBGL_lose_context: true, OESElementIndexUint: true, OES_element_index_uint: true, OESStandardDerivatives: true, OES_standard_derivatives: true, OESTextureFloat: true, OES_texture_float: true, OESTextureFloatLinear: true, OES_texture_float_linear: true, OESTextureHalfFloat: true, OES_texture_half_float: true, OESTextureHalfFloatLinear: true, OES_texture_half_float_linear: true, OESVertexArrayObject: true, OES_vertex_array_object: true, WebGLProgram: true, WebGLQuery: true, WebGLRenderbuffer: true, WebGLRenderingContext: true, WebGL2RenderingContext: true, WebGLSampler: true, WebGLShader: true, WebGLShaderPrecisionFormat: true, WebGLSync: true, WebGLTexture: true, WebGLTimerQueryEXT: true, WebGLTransformFeedback: true, WebGLUniformLocation: true, WebGLVertexArrayObject: true, WebGLVertexArrayObjectOES: true, WebGL2RenderingContextBase: true, ArrayBuffer: true, ArrayBufferView: false, DataView: true, Float32Array: true, Float64Array: true, Int16Array: true, Int32Array: true, Int8Array: true, Uint16Array: true, Uint32Array: true, Uint8ClampedArray: true, CanvasPixelArray: true, Uint8Array: false, HTMLAudioElement: true, HTMLBRElement: true, HTMLBaseElement: true, HTMLBodyElement: true, HTMLContentElement: true, HTMLDListElement: true, HTMLDataListElement: true, HTMLDetailsElement: true, HTMLDialogElement: true, HTMLDivElement: true, HTMLEmbedElement: true, HTMLFieldSetElement: true, HTMLHRElement: true, HTMLHeadElement: true, HTMLHeadingElement: true, HTMLHtmlElement: true, HTMLLabelElement: true, HTMLLegendElement: true, HTMLLinkElement: true, HTMLMapElement: true, HTMLMediaElement: true, HTMLMenuElement: true, HTMLMetaElement: true, HTMLModElement: true, HTMLOListElement: true, HTMLObjectElement: true, HTMLOptGroupElement: true, HTMLParagraphElement: true, HTMLPictureElement: true, HTMLPreElement: true, HTMLQuoteElement: true, HTMLScriptElement: true, HTMLShadowElement: true, HTMLSlotElement: true, HTMLSourceElement: true, HTMLSpanElement: true, HTMLStyleElement: true, HTMLTableCaptionElement: true, HTMLTableCellElement: true, HTMLTableDataCellElement: true, HTMLTableHeaderCellElement: true, HTMLTableColElement: true, HTMLTableElement: true, HTMLTableRowElement: true, HTMLTableSectionElement: true, HTMLTemplateElement: true, HTMLTimeElement: true, HTMLTitleElement: true, HTMLTrackElement: true, HTMLUListElement: true, HTMLUnknownElement: true, HTMLVideoElement: true, HTMLDirectoryElement: true, HTMLFontElement: true, HTMLFrameElement: true, HTMLFrameSetElement: true, HTMLMarqueeElement: true, HTMLElement: false, AccessibleNodeList: true, HTMLAnchorElement: true, Animation: true, ApplicationCacheErrorEvent: true, HTMLAreaElement: true, BackgroundFetchClickEvent: true, BackgroundFetchEvent: true, BackgroundFetchFailEvent: true, BackgroundFetchedEvent: true, BackgroundFetchRegistration: true, BeforeUnloadEvent: true, Blob: false, BluetoothRemoteGATTDescriptor: true, HTMLButtonElement: true, HTMLCanvasElement: true, CanvasRenderingContext2D: true, CDATASection: true, CharacterData: true, Comment: true, ProcessingInstruction: true, Text: true, Client: true, WindowClient: true, Credential: true, FederatedCredential: true, PasswordCredential: true, PublicKeyCredential: true, CSSKeywordValue: true, CSSNumericValue: false, CSSPerspective: true, CSSCharsetRule: true, CSSConditionRule: true, CSSFontFaceRule: true, CSSGroupingRule: true, CSSImportRule: true, CSSKeyframeRule: true, MozCSSKeyframeRule: true, WebKitCSSKeyframeRule: true, CSSKeyframesRule: true, MozCSSKeyframesRule: true, WebKitCSSKeyframesRule: true, CSSMediaRule: true, CSSNamespaceRule: true, CSSPageRule: true, CSSRule: true, CSSStyleRule: true, CSSSupportsRule: true, CSSViewportRule: true, CSSStyleDeclaration: true, MSStyleCSSProperties: true, CSS2Properties: true, CSSImageValue: true, CSSPositionValue: true, CSSResourceValue: true, CSSURLImageValue: true, CSSStyleValue: false, CSSMatrixComponent: true, CSSRotation: true, CSSScale: true, CSSSkew: true, CSSTranslation: true, CSSTransformComponent: false, CSSTransformValue: true, CSSUnitValue: true, CSSUnparsedValue: true, HTMLDataElement: true, DataTransferItemList: true, DeprecationReport: true, XMLDocument: true, Document: false, DOMError: true, DOMException: true, ClientRectList: true, DOMRectList: true, DOMRectReadOnly: false, DOMStringList: true, DOMTokenList: true, MathMLElement: true, Element: false, DirectoryEntry: true, webkitFileSystemDirectoryEntry: true, FileSystemDirectoryEntry: true, Entry: true, webkitFileSystemEntry: true, FileSystemEntry: true, FileEntry: true, webkitFileSystemFileEntry: true, FileSystemFileEntry: true, ErrorEvent: true, AnimationEvent: true, AnimationPlaybackEvent: true, BeforeInstallPromptEvent: true, BlobEvent: true, ClipboardEvent: true, CloseEvent: true, CompositionEvent: true, CustomEvent: true, DeviceMotionEvent: true, DeviceOrientationEvent: true, FocusEvent: true, FontFaceSetLoadEvent: true, GamepadEvent: true, HashChangeEvent: true, KeyboardEvent: true, MediaEncryptedEvent: true, MediaQueryListEvent: true, MediaStreamEvent: true, MediaStreamTrackEvent: true, MessageEvent: true, MIDIConnectionEvent: true, MIDIMessageEvent: true, MouseEvent: true, DragEvent: true, MutationEvent: true, PageTransitionEvent: true, PaymentRequestUpdateEvent: true, PointerEvent: true, PopStateEvent: true, PresentationConnectionAvailableEvent: true, PromiseRejectionEvent: true, RTCDataChannelEvent: true, RTCDTMFToneChangeEvent: true, RTCPeerConnectionIceEvent: true, RTCTrackEvent: true, SecurityPolicyViolationEvent: true, SensorErrorEvent: true, SpeechRecognitionEvent: true, SpeechSynthesisEvent: true, StorageEvent: true, TextEvent: true, TouchEvent: true, TrackEvent: true, TransitionEvent: true, WebKitTransitionEvent: true, UIEvent: true, VRDeviceEvent: true, VRDisplayEvent: true, VRSessionEvent: true, WheelEvent: true, MojoInterfaceRequestEvent: true, USBConnectionEvent: true, AudioProcessingEvent: true, OfflineAudioCompletionEvent: true, WebGLContextEvent: true, Event: false, InputEvent: false, SubmitEvent: false, AbsoluteOrientationSensor: true, Accelerometer: true, AccessibleNode: true, AmbientLightSensor: true, ApplicationCache: true, DOMApplicationCache: true, OfflineResourceList: true, BatteryManager: true, BroadcastChannel: true, EventSource: true, Gyroscope: true, LinearAccelerationSensor: true, Magnetometer: true, MediaDevices: true, MediaRecorder: true, MediaSource: true, MIDIAccess: true, NetworkInformation: true, OffscreenCanvas: true, OrientationSensor: true, Performance: true, PermissionStatus: true, PresentationConnectionList: true, PresentationRequest: true, RelativeOrientationSensor: true, RemotePlayback: true, RTCDTMFSender: true, RTCPeerConnection: true, webkitRTCPeerConnection: true, mozRTCPeerConnection: true, ScreenOrientation: true, Sensor: true, ServiceWorker: true, ServiceWorkerContainer: true, ServiceWorkerRegistration: true, SharedWorker: true, SpeechRecognition: true, SpeechSynthesis: true, SpeechSynthesisUtterance: true, VR: true, VRDevice: true, VRDisplay: true, VRSession: true, VisualViewport: true, WebSocket: true, Worker: true, WorkerPerformance: true, BluetoothDevice: true, BluetoothRemoteGATTCharacteristic: true, Clipboard: true, MojoInterfaceInterceptor: true, USB: true, IDBDatabase: true, IDBOpenDBRequest: true, IDBVersionChangeRequest: true, IDBRequest: true, IDBTransaction: true, AnalyserNode: true, RealtimeAnalyserNode: true, AudioBufferSourceNode: true, AudioDestinationNode: true, AudioNode: true, AudioScheduledSourceNode: true, AudioWorkletNode: true, BiquadFilterNode: true, ChannelMergerNode: true, AudioChannelMerger: true, ChannelSplitterNode: true, AudioChannelSplitter: true, ConstantSourceNode: true, ConvolverNode: true, DelayNode: true, DynamicsCompressorNode: true, GainNode: true, AudioGainNode: true, IIRFilterNode: true, MediaElementAudioSourceNode: true, MediaStreamAudioDestinationNode: true, MediaStreamAudioSourceNode: true, OscillatorNode: true, Oscillator: true, PannerNode: true, AudioPannerNode: true, webkitAudioPannerNode: true, ScriptProcessorNode: true, JavaScriptAudioNode: true, StereoPannerNode: true, WaveShaperNode: true, EventTarget: false, AbortPaymentEvent: true, CanMakePaymentEvent: true, ExtendableMessageEvent: true, FetchEvent: true, ForeignFetchEvent: true, InstallEvent: true, NotificationEvent: true, PaymentRequestEvent: true, PushEvent: true, SyncEvent: true, ExtendableEvent: false, File: true, FileList: true, FileReader: true, FileWriter: true, FontFaceSet: true, HTMLFormElement: true, Gamepad: true, GamepadButton: true, History: true, HTMLCollection: true, HTMLFormControlsCollection: true, HTMLOptionsCollection: true, HTMLDocument: true, XMLHttpRequest: true, XMLHttpRequestUpload: true, XMLHttpRequestEventTarget: false, HTMLIFrameElement: true, ImageData: true, HTMLImageElement: true, HTMLInputElement: true, InterventionReport: true, HTMLLIElement: true, Location: true, MediaError: true, MediaKeyMessageEvent: true, MediaKeySession: true, MediaList: true, MediaQueryList: true, MediaStream: true, CanvasCaptureMediaStreamTrack: true, MediaStreamTrack: true, MessagePort: true, HTMLMeterElement: true, MIDIInputMap: true, MIDIOutputMap: true, MIDIInput: true, MIDIOutput: true, MIDIPort: true, MimeType: true, MimeTypeArray: true, Navigator: true, WorkerNavigator: true, NavigatorConcurrentHardware: false, NavigatorUserMediaError: true, DocumentFragment: true, ShadowRoot: true, DocumentType: true, Node: false, NodeList: true, RadioNodeList: true, Notification: true, HTMLOptionElement: true, HTMLOutputElement: true, OverconstrainedError: true, HTMLParamElement: true, PaymentRequest: true, Plugin: true, PluginArray: true, PositionError: true, GeolocationPositionError: true, PresentationAvailability: true, PresentationConnection: true, PresentationConnectionCloseEvent: true, HTMLProgressElement: true, ProgressEvent: true, ResourceProgressEvent: true, RelatedApplication: true, ReportBody: false, RTCDataChannel: true, DataChannel: true, RTCLegacyStatsReport: true, RTCStatsReport: true, HTMLSelectElement: true, SourceBuffer: true, SourceBufferList: true, SpeechGrammar: true, SpeechGrammarList: true, SpeechRecognitionError: true, SpeechRecognitionResult: true, Storage: true, CSSStyleSheet: true, StyleSheet: true, HTMLTextAreaElement: true, TextTrack: true, TextTrackCue: true, VTTCue: true, TextTrackCueList: true, TextTrackList: true, TimeRanges: true, Touch: true, TouchList: true, TrackDefaultList: true, URL: true, VideoTrack: true, VideoTrackList: true, VTTRegion: true, Window: true, DOMWindow: true, DedicatedWorkerGlobalScope: true, ServiceWorkerGlobalScope: true, SharedWorkerGlobalScope: true, WorkerGlobalScope: true, Attr: true, CSSRuleList: true, ClientRect: true, DOMRect: true, GamepadList: true, NamedNodeMap: true, MozNamedAttrMap: true, Report: true, SpeechRecognitionResultList: true, StyleSheetList: true, IDBCursor: false, IDBCursorWithValue: true, IDBKeyRange: true, IDBObservation: true, IDBVersionChangeEvent: true, SVGAngle: true, SVGLength: true, SVGLengthList: true, SVGNumber: true, SVGNumberList: true, SVGPointList: true, SVGStringList: true, SVGAElement: true, SVGAnimateElement: true, SVGAnimateMotionElement: true, SVGAnimateTransformElement: true, SVGAnimationElement: true, SVGCircleElement: true, SVGClipPathElement: true, SVGDefsElement: true, SVGDescElement: true, SVGDiscardElement: true, SVGEllipseElement: true, SVGFEBlendElement: true, SVGFEColorMatrixElement: true, SVGFEComponentTransferElement: true, SVGFECompositeElement: true, SVGFEConvolveMatrixElement: true, SVGFEDiffuseLightingElement: true, SVGFEDisplacementMapElement: true, SVGFEDistantLightElement: true, SVGFEFloodElement: true, SVGFEFuncAElement: true, SVGFEFuncBElement: true, SVGFEFuncGElement: true, SVGFEFuncRElement: true, SVGFEGaussianBlurElement: true, SVGFEImageElement: true, SVGFEMergeElement: true, SVGFEMergeNodeElement: true, SVGFEMorphologyElement: true, SVGFEOffsetElement: true, SVGFEPointLightElement: true, SVGFESpecularLightingElement: true, SVGFESpotLightElement: true, SVGFETileElement: true, SVGFETurbulenceElement: true, SVGFilterElement: true, SVGForeignObjectElement: true, SVGGElement: true, SVGGeometryElement: true, SVGGraphicsElement: true, SVGImageElement: true, SVGLineElement: true, SVGLinearGradientElement: true, SVGMarkerElement: true, SVGMaskElement: true, SVGMetadataElement: true, SVGPathElement: true, SVGPatternElement: true, SVGPolygonElement: true, SVGPolylineElement: true, SVGRadialGradientElement: true, SVGRectElement: true, SVGScriptElement: true, SVGSetElement: true, SVGStopElement: true, SVGStyleElement: true, SVGElement: true, SVGSVGElement: true, SVGSwitchElement: true, SVGSymbolElement: true, SVGTSpanElement: true, SVGTextContentElement: true, SVGTextElement: true, SVGTextPathElement: true, SVGTextPositioningElement: true, SVGTitleElement: true, SVGUseElement: true, SVGViewElement: true, SVGGradientElement: true, SVGComponentTransferFunctionElement: true, SVGFEDropShadowElement: true, SVGMPathElement: true, SVGTransform: true, SVGTransformList: true, AudioBuffer: true, AudioParam: true, AudioParamMap: true, AudioTrack: true, AudioTrackList: true, AudioContext: true, webkitAudioContext: true, BaseAudioContext: false, OfflineAudioContext: true}); A.NativeTypedArray.$nativeSuperclassTag = "ArrayBufferView"; A._NativeTypedArrayOfDouble_NativeTypedArray_ListMixin.$nativeSuperclassTag = "ArrayBufferView"; A._NativeTypedArrayOfDouble_NativeTypedArray_ListMixin_FixedLengthListMixin.$nativeSuperclassTag = "ArrayBufferView";